{"info":{"_postman_id":"f481a78c-00c7-4f86-b0f6-269a43a3e381","name":"Megaport API Documentation","description":"<html><head></head><body><p>Megaport offers a public API for access to all the services available through the Megaport Portal. You can use this API to automate your Megaport provisioning to save time and effort.</p>\n<p>The Megaport API is based on REST. The API has predictable URLs, accepts form-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes.</p>\n<p>In addition to this reference, you can find API tutorials in the <a href=\"https://docs.megaport.com\">Megaport Documentation</a>.</p>\n<h1 id=\"environments\">Environments</h1>\n<p>There are two server environments that can be accessed using different URLs:</p>\n<ul>\n<li><p><a href=\"https://api.megaport.com\">https://api.megaport.com</a> - this is the live Production environment. You will be liable for any services ordered in this system.</p>\n</li>\n<li><p><a href=\"https://api-staging.megaport.com\">https://api-staging.megaport.com</a> - this is a test Staging environment and is expected to have lower availability requirements. You can test any action in this environment and the API calls and responses mirror the production system, but the services will not be deployed and you will not be billed for any activity. The staging environment is reset (to match the production environment) every 24 hours.</p>\n</li>\n</ul>\n<p>You can use the Environments menu in the upper-left corner of this site to toggle the examples between No Environment (which shows <code>baseUrl</code>) and Staging (<a href=\"https://api-staging.megaport.com\">https://api-staging.megaport.com</a>).</p>\n<p>You can define <a href=\"https://learning.postman.com/docs/sending-requests/managing-environments/\">environment variables</a> in your Postman collection to automatically populate the <code>baseUrl</code> value in API requests and easily switch between staging and production environments.</p>\n<p>For more information about authenticating users in these environments, see <a href=\"https://dev.megaport.com/#82876b33-a332-4b5d-8bf2-cef672f104b5\">Megaport Authentication - API Keys</a>.</p>\n<h1 id=\"responses\">Responses</h1>\n<p>All API responses include standard HTTP response codes:</p>\n<ul>\n<li><p>200 - OK. A successful request.</p>\n</li>\n<li><p>400 - Bad request. This error is typically caused by missing or incorrect request parameters.</p>\n</li>\n<li><p>401 - Unauthorized. This error indicates that the request is missing the required authentication credentials. Typically this means a missing or invalid API access token.</p>\n</li>\n<li><p>403 - Forbidden. You do not have the required permissions to perform this request.</p>\n</li>\n<li><p>500 - Server error. When this occurs, Megaport developers are notified of the error by email by the server.</p>\n</li>\n<li><p>503 - Server is unavailable, possibly down for maintenance.</p>\n</li>\n</ul>\n<p>A standard response to a request will include a message, plus optionally some data.</p>\n<h1 id=\"release-notes\">Release Notes</h1>\n<h2 id=\"march-2026\">March 2026</h2>\n<p><strong>API Performance Enhancement</strong> – Improvements have been made to the performance of the GET <code>/v2/product/{productUid}</code> endpoint. This endpoint now returns only decommissioned VXCs and IXs from the last 30 days by default, which significantly improves response times for products with large decommissioned service histories. If you need to retrieve decommissioned services beyond the last 30 days, you can use the new query parameter <code>include_decommissioned_history=true</code> to include the full history of decommissioned VXCs and IXs in the response.</p>\n<p><strong>Custom Partner Branding</strong> – Megaport Partner Branding is now available in the Portal, enabling partners to customize the Portal experience for both partner accounts and their managed accounts. When enabled, the Portal header shows the partner’s branding alongside the Megaport logo. A new branding profile endpoint has also been created for managing company branding profiles:</p>\n<ul>\n<li><p>GET /v3/companies/{companyUid}/branding_profile – Retrieve a company’s branding profile</p>\n</li>\n<li><p>POST /v3/companies/{companyUid}/branding_profile – Create a branding profile, including uploading the primary logo to AWS S3</p>\n</li>\n<li><p>PUT /v3/companies/{companyUid}/branding_profile – Update an existing branding profile, retaining the current logo when no new image is supplied</p>\n</li>\n</ul>\n<h2 id=\"february-2026\">February 2026</h2>\n<p><strong>v2 Password Endpoints Deprecated</strong> – The following password endpoints are now deprecated and will be removed in a future release:</p>\n<ul>\n<li><p>POST /v2/password/change</p>\n</li>\n<li><p>POST /v2/password/reset</p>\n</li>\n</ul>\n<p>Migrate to the v3 endpoints, which accept request parameters in a JSON request body instead of query parameters.</p>\n<h2 id=\"january-2026\">January 2026</h2>\n<p><strong>IX Contract Terms</strong> – You can now place new and existing IX services on a contract term.</p>\n<ul>\n<li><p>The term defaults to 12 months for new orders. 12, 24, 36, 48, and 60-month terms are available.</p>\n</li>\n<li><p>The rate limit can be increased to the maximum speed allowed or decreased back to the original speed when termed.</p>\n</li>\n<li><p>Early termination fees (ETF) apply when canceling an IX on term</p>\n</li>\n</ul>\n<p>The IX <code>/v3/networkdesign/validate</code>, <code>/v3/networkdesign/buy</code>, and <code>/v2/product/ix/{productUid}</code> (update) endpoints have been updated with the fields below.</p>\n<p>New Request Fields:</p>\n<ul>\n<li><p><code>term</code> (integer) – Contract term in months. Valid values: 1, 12, 24, 36, 48, or 60.</p>\n</li>\n<li><p><code>autoRenewTerm</code> (Boolean) – Whether to automatically renew the term at expiration.</p>\n</li>\n</ul>\n<p>New Response Field:</p>\n<ul>\n<li><code>termSpeed</code> (integer) – The committed speed when the term was configured. Returned for termed IX services.</li>\n</ul>\n<h2 id=\"november-2025\">November 2025</h2>\n<p><strong>Date Fields Added to Employment Endpoint Response</strong> – The <code>/v2/employee/{employeeId}</code> and <code>/v2/employment</code> endpoint responses now include the <code>createDate</code>, <code>lastUpdateDate</code>, and <code>lastLoginDate</code> fields for logged-in users and Company Admin users. This allows you to see when each user was created, when the account was last modified, and when the account last signed in, which improves visibility and audit capabilities for security purposes.</p>\n<h2 id=\"october-2025\">October 2025</h2>\n<p><strong>New Endpoint for IPsec Data</strong> – A new endpoint GET <code>/v3/products/mcrs/{productUid}/ipsec</code> has been created to retrieve IPsec-related data. The endpoint response Body includes the following:</p>\n<ul>\n<li><p>Max IPsec tunnel count limit for the MCR.</p>\n</li>\n<li><p>Total tunnel count - total number of configured tunnels for an MCR.</p>\n</li>\n<li><p>The list of IPsec configured tunnels with details, including:</p>\n<ul>\n<li><p>VXC name</p>\n</li>\n<li><p>VXC product Uid</p>\n</li>\n<li><p>VLAN</p>\n</li>\n<li><p>IPsec tunnels (sourceIpAddress, destinationIpAddress, description)</p>\n</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"september-2025\">September 2025</h2>\n<p><strong>invitationPending field added to /v2/employee</strong> – Added the <code>invitationPending</code> field to the GET <code>/v2/employee</code> endpoint response to improve employee invitation status visibility.</p>\n<h2 id=\"august-2025\">August 2025</h2>\n<p><strong>Cross Connect Ordering</strong> – In the networkdesign/validate and networkdesign/buy endpoints, the Cross Connect implementation has been updated to use the <code>addOn</code> config instead of the <code>crossConnectRequested</code> flag.</p>\n<p><strong>Partner Resource Limits</strong> – Megaport partners can now configure resource limits for their managed companies via the API. The POST and PUT <code>/v2/managedCompanies</code> endpoints now accept a new optional field in the request Body called <code>resourceLimits</code>.<br>Example structure:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{  \n...  \n\"resourceLimits\": [  \n{  \n\"productType\": \"MEGAPORT\",  \n\"limit\": 10  \n},  \n{  \n\"productType\": \"VXC\",  \n\"limit\": 20  \n}  \n],  \n...  \n}\n\n</code></pre>\n<h2 id=\"june-2025\">June 2025</h2>\n<p><strong>Changes for GET /v4/product/mve/images</strong> – These changes have been made to the response Body of this endpoint:</p>\n<ul>\n<li><p>A new field <code>vendorProductId</code> has been added. This is a unique identifier generated by concatenating the <code>product</code> and <code>vendor</code> values.</p>\n</li>\n<li><p>MVE images are now returned with the most recent (highest <code>id</code>) being returned first, per product and vendor.</p>\n</li>\n</ul>\n<p><strong>Service Speed Values in GET /v3/locations</strong> – The <code>mcrSpeedMps</code> and <code>megaportSpeedMbps</code> array values in the <code>/v3/locations</code> endpoint response are now returned in ascending order.</p>\n<h2 id=\"may-2025\">May 2025</h2>\n<p><strong>GET /v3/locations</strong> – The Megaport Portal has been updated to use the new <code>/v3/locations</code> API endpoint instead of <code>/v2/locations</code>. The <code>/v2/locations</code> public API is now deprecated and will be fully decommissioned on 31 July 2025. For more information, see <a href=\"https://docs.megaport.com/troubleshooting/api-v2-faq/\">API Deprecation Notices and Frequently Asked Questions (FAQs)</a>.</p>\n<p><strong>Invoice APIs Updated to V3</strong> – The Megaport Portal has been updated to use the new <code>v3</code> invoice API endpoints instead of <code>v2</code>. Note also that <code>companyId</code> has been updated to <code>companyUid</code>, and <code>supplierId</code> has been added to the URL in the v3 version. The v2 public APIs are now deprecated and will be fully decommissioned on 31 July 2025. For more information, see <a href=\"https://docs.megaport.com/troubleshooting/api-v2-faq/\">API Deprecation Notices and Frequently Asked Questions (FAQs)</a>.</p>\n<p><strong>Disallow Service Deletion when Connected VXCs Exist</strong> – Previously, deleting a product in the Megaport Terraform Provider, either explicitly or due to Port speed changes, could inadvertently delete attached VXCs. This caused an issue as the Megaport Terraform Provider was unaware of the deletion, which led to unexpected results. Therefore, a query parameter <code>safe_delete=true</code> has been added to delete calls in the Megaport Terraform Provider, which tells the API to return an error when deleting a product if it has attached VXCs. This makes it clear to the user that they need to move the VXC first, or delete it independently of their current operation, without causing issues to the Terraform state. This does not effect existing API or Portal users.</p>\n<h2 id=\"april-2025\">April 2025</h2>\n<p><strong>Jumbo Frame Support on MCR</strong>: A new field <code>ipMtu</code> has been added to the following endpoints which allows you to set the largest size (in bytes) of an IP packet that can be sent over the connected VXC.</p>\n<ul>\n<li><p>POST /v3/networkdesign/validate</p>\n</li>\n<li><p>POST /v3/networkdesign/buy</p>\n</li>\n<li><p>PUT /v3/product/vxc/{uid}</p>\n</li>\n</ul>\n<p><strong>Invoice Endpoint Improvements</strong>: The invoicing endpoints have been updated to change the Invoice Charge From/To date fields to reflect the time period to which the ETF applies - the ETF duration.</p>\n<p><strong>Packet Filtering on MCR Endpoints</strong>: New endpoints have been created to manage MCR packet filters via the API. New fields have also been added to the VXC create/update endpoint data within the interfaces object to define packet filters for a VXC (<code>packetFilterIn</code>/ <code>packetFilterOut</code>).</p>\n<ul>\n<li><p>GET MCR Packet Filter Details – /v2/product/mcr2/{productUid}/packetFilter/{packetFilterId}</p>\n</li>\n<li><p>GET MCR Packet Filter Summary List – /v2/product/mcr2/{productUid}/packetFilters</p>\n</li>\n<li><p>POST Create MCR Packet Filter – /v2/product/mcr2/{productUid}/packetFilter</p>\n</li>\n<li><p>PUT Update MCR Packet Filter – /v2/product/mcr2/{productUid}/packetFilter/{packetFilterId}</p>\n</li>\n<li><p>DEL Delete MCR Packet Filter – /v2/product/mcr2/{productUid}/packetFilter/{packetFilterId}</p>\n</li>\n</ul>\n<p><strong>Fixed:</strong> The <code>/v2/products</code> endpoint was taking up to 4 minutes to respond for Google inc. This has now reduced significantly to around 50 seconds.</p>\n<h2 id=\"march-2025\">March 2025</h2>\n<p><strong>Updated GET /v3/locations</strong>: These improvements have been made to the <code>/v3/locations</code> endpoint:</p>\n<ul>\n<li><p>Added the optional parameter <code>mveImageId</code>. When including the mveImageId, the endpoint will return only the locations that have capacity for the mveImageId. If the mveImageId is not passed in, the <code>mveMaxCpuCoreCount</code> value will always be null.</p>\n</li>\n<li><p>Added the MCR speed field (<code>mcrSpeedMbps</code>).</p>\n</li>\n</ul>\n<h2 id=\"february-2025\">February 2025</h2>\n<p><strong>New /v3/notificationPreferences Endpoint</strong>: The <code>/v3/notificationPreferences</code> endpoint has been added to allow users to subscribe to individual notifications or notification groups in the Megaport Portal. This endpoint replaces the previous <code>/v2/notificationPreferences</code> endpoint. For more information, see <a href=\"https://dev.megaport.com/#a79d135b-1c48-4640-95f4-83a207ed01d0\">Email Notifications</a>.</p>\n<p><strong>Removed the PUT /v2/product/cxc/{productUid} Endpoint</strong>: The PUT <code>/v2/product/cxc</code> endpoint has been deprecated as all active CXC services have been migrated to VXCs. Users should access the PUT <code>/v2/product/vxc/{productUid}</code> endpoint instead.</p>\n<h2 id=\"january-2025\">January 2025</h2>\n<p><strong>Oracle Virtual Circuit ID Now Returned</strong>: Improvements have been made to the public APIs relating to Oracle VXCs. The <code>virtualCircuitId</code> field (the VLAN ID on the Oracle side of the VXC) is now returned in the response for these APIs:</p>\n<ul>\n<li><p>GET /v2/product/{uid}</p>\n</li>\n<li><p>GET /v2/products</p>\n</li>\n<li><p>POST /v3/networkdesign/validate</p>\n</li>\n<li><p>POST /v3/networkdesign/buy</p>\n</li>\n</ul>\n<h2 id=\"december-2024\">December 2024</h2>\n<p><strong>Activity Logging</strong>: Improvements have been made to the account activity information that is logged and displayed in the Megaport Portal. A new API <code>v3/activity</code> has also been created that can be used to retrieve activity logs for the logged-in user.</p>\n<h2 id=\"november-2024\">November 2024</h2>\n<p><strong>Deprecate v2 APIs Replaced by v3 APIs</strong>: As previously communicated, some of our v2 APIs have been superseded by v3 versions and were scheduled for deprecation. These v2 APIs have now been officially deprecated and no longer supported by Megaport:</p>\n<ul>\n<li><p>Get MVE Price: GET /v2/pricebook/mve</p>\n</li>\n<li><p>Get VXC Price: GET /v2/pricebook/vxc</p>\n</li>\n<li><p>Validate Orders: POST /v2/networkdesign/validate</p>\n</li>\n<li><p>Buy Services: POST /v2/networkdesign/buy</p>\n</li>\n<li><p>Update VXC Details: PUT /v2/product/vxc/{productUid}</p>\n</li>\n<li><p>Delete Services: POST /v2/product/{productUid}/action/{action}</p>\n</li>\n</ul>\n<p>For more information, see <a href=\"https://docs.megaport.com/troubleshooting/api-v2-faq/\">API v2 Shutdown FAQs</a>.</p>\n<p><strong>Updated Invoice APIs from v2 to v3</strong>: The invoice APIs have been to updated from v2 to v3, and to support companyUid.</p>\n<ul>\n<li><p>GET /v3/company/${companyUid}/invoice/supplierId/{supplierId}?fromDate=${fromDate}&amp;toDate=${toDate}</p>\n</li>\n<li><p>GET /v3/company/${companyUid}/invoice/${invoiceId}</p>\n</li>\n<li><p>GET /v3/company/${companyUid}/invoice/${invoiceId}/pdf</p>\n</li>\n<li><p>GET /v3/company/${companyUid}/invoice/${invoiceId}/csv</p>\n</li>\n</ul>\n<p><strong>Resource Tags Added to Invoice Report</strong>: Resource tags for services have been added to the Invoices report (CSV only). This allows you to export tagging information for external analysis.</p>\n<p><strong>Added Diversity Zone in Response for CSPs</strong>: Previously customers who wanted to connect to a CSP were not able to see the diversity zone they were connecting to when reviewing available ports. The diversity zone information has now been added to the response that is returned so customers can determine the diversity zone they are connecting to for a given service. For example, the response that is returned in this request will now include diversity zone: <code>/v2/secure/google/{pairing_key}</code>.</p>\n<h2 id=\"october-2024\">October 2024</h2>\n<p><strong>Removed MCR BFD Timer Settings</strong>: Support for maintaining MCR BFD timer settings has been removed from the API. The BFD settings are not editable, the default values configured when BFD is enabled are Transmit Interval: 300 milliseconds, Receive Interval: 300 milliseconds, Multiplier: 3.</p>\n<h2 id=\"august-2024\">August 2024</h2>\n<p><strong>Resource Tagging</strong>: Customers now have the ability to create, modify, and delete resource tags to manage their active services via the Megaport API. Resource tags are key and value pairs that act as metadata for organizing Megaport resources. These tags will appear in the Service Inventory report by default for the company who has implemented the tags providing they own the service the tag is put against.</p>\n<p><strong>New Endpoints for MVE</strong>: The new endpoints <strong>GET v3/locations</strong> and <strong>GET v4/product/mve/images</strong> have been added. v3/locations and v4/product/mve/images are intended to replace v2/locations and v3/product/mve/images. The MVE details have moved to v4/product/mve/images. If the v3/locations diversityZones has a value in the mveMaxCpuCoreCount then you can order any MVE from the v4/product/mve/images endpoint as long as the size is less than the maxMaxCpuCoreCount.</p>\n<p><strong>Add Max Length Validation to Service Level Reference Field</strong>: Validations have been changed for the Service Level Reference field (costCentre) so that this field now has a maximum value of 255 characters.</p>\n<p><strong>Fixed</strong>: API was responding with a 400 error instead of a 404 when querying a product that doesn’t exist.</p>\n<h2 id=\"july-2024\">July 2024</h2>\n<p><strong>Telemetry CSV Download</strong>: The service telemetry APIs can now download utilization data in CSV format as well as text format. For more information, see <a href=\"https://dev.megaport.com/#54818a50-1bd6-4aad-924e-54bb7921ac0b\">Metric Types</a>.</p>\n<p><strong>GET /v2/product/{productUid} Speed Improvements</strong>: The performance of this API has been optimised. In some cases, the load time for this API for larger companies has halved.</p>\n<h2 id=\"june-2024\">June 2024</h2>\n<p><strong>Support for Monitoring Maintenance and Outage Events</strong>: The <code>/ens/v1/status/outage</code> and <code>/ens/v1/status/maintenance</code> public APIs have been created which allow you to monitor maintenance activities and service outages. For more information, see <a href=\"https://dev.megaport.com/#84d76e8b-b223-4aab-89a6-c97c3970e8e3\">Maintenance and Outage Events</a>.</p>\n<p><strong>Fixed</strong>: NPE errors were occurring in the <code>/v2/employment</code> endpoint because the user did not not have an email address defined.</p>\n<h2 id=\"may-2024\">May 2024</h2>\n<p><strong>Megaport Internet Available in More Countries</strong>: Megaport Internet connections can now also be ordered from Ports and MCRs in New Zealand, Canada, and Singapore, in addition to Australia, UK and the US where it was already available.</p>\n<h2 id=\"april-2024\">April 2024</h2>\n<p><strong>New /v3/login API</strong>: A new <code>/v3/login</code> API has been created to replace the soon to be deprecated <code>/v2/login</code> API. The v2 API will no longer be supported; please migrate any API integrations you have from the v2 version to the new v3 API version.</p>\n<p><strong>GSA/GRA Updated</strong>: Megaport has updated the standard Global Services Agreement (GSA) and Global Reseller Agreement (GRA) terms (in accordance with Clauses 15(a) and 20(a) respectively). As part of this update, the early termination fee (ETF) applied to a service on a contract that is canceled before the term is complete has changed from 50% to 100%. This change took effect in the Megaport Portal on April 15, 2024.</p>\n<h2 id=\"march-2024\">March 2024</h2>\n<p><strong>New Service Inventory API</strong>: A new public API <code>/v2/secure/inventory/companies/{companyUid}/services/csv</code> has been created which allows you to download your service inventory, including historical services, in comma-separated values (CSV) file format. You can also return the service inventory in JSON format using the <code>/v2/secure/inventory/companies/{companyUid}/services</code> API. For more information, see <a href=\"https://dev.megaport.com/#96494ff6-b57e-4e9a-ad56-218cec44115e\">Service Inventory Report</a>.</p>\n<p><strong>Updated GET Available MVE Sizes API</strong>: The GET Available MVE Sizes <code>/v2/product/mve/variants</code> API has been updated to remove the <code>bandwidthMbps</code> parameter from the response.</p>\n<p><strong>MVE validate/buy API Changes to Remove Vendor</strong>: Changes have been made to the following MVE APIs to remove <code>vendor</code> as a required parameter. This parameter is no longer required, and if passed it will just be ignored.</p>\n<ul>\n<li><p>/v2/networkdesign/validate</p>\n</li>\n<li><p>/v3/networkdesign/validate</p>\n</li>\n<li><p>/v2/networkdesign/buy</p>\n</li>\n<li><p>/v3/networkdesign/buy</p>\n</li>\n</ul>\n<h2 id=\"february-2024\">February 2024</h2>\n<p><strong>New Invoice APIs</strong>: To ensure you keep receiving the most accurate, up-to-date and complete invoice data, including credit notes and tax information, you are required to migrate to the new invoice API endpoints. For more information, see <a href=\"https://docs.megaport.com/troubleshooting/api-new-invoices/\">New Invoice APIs FAQs</a> and <a href=\"https://dev.megaport.com/#3ef5f20b-b6b1-49f3-9e8a-3580b3272349\">Invoices</a>.</p>\n<p><strong>MCR and MVE Diversity</strong>: You can now choose a diversity zone when creating MCRs and MVEs. You can pass the <code>diversityZone</code> parameter when validating and ordering an MCR and MVE via API. For more information, see <a href=\"https://dev.megaport.com/#291cb695-a0bc-4574-9e1c-1eb0e7346a28\">Buy MCR (v3)</a> and the Buy MVE (v3) endpoint for the relevant vendor.</p>\n<p><strong>VXC Shutdown added to the Create Screen</strong>: The VXC and IX shutdown feature has been expanded so that you can now shut down a VXC and IX service when creating the service. Previously it could be done only when editing the service. You can now pass the <code>shutdown</code> parameter in the v2/v3 validate and buy API endpoints. If not passed, it defaults to FALSE (Enabled).</p>\n<h2 id=\"december-2023\">December 2023</h2>\n<p><strong>Terms on VXC</strong>: VXCs can now be put on a 12, 24, or 36 month term. The following APIs have been updated to accept the new optional field: “term” to put a VXC on term:</p>\n<ul>\n<li><p>POST /v3/networkdesign/validate</p>\n</li>\n<li><p>POST /v3/networkdesign/buy</p>\n</li>\n<li><p>PUT /v3/product/vxc/{productUid}</p>\n</li>\n</ul>\n<p>Acceptable values for “term” are: 1, 12, 24, 36. If “term” is not provided when validating and ordering a VXC, it defaults to 1 (No Minimum Term). If “term” is not provided when updating a VXC, the existing value is not updated.</p>\n<p><strong>Improved Telemetry API</strong>: The following enhancements have been made to the Telemetry APIs:</p>\n<ul>\n<li><p>You can now specify a time span in 'days in the past' instead of needing exact dates.</p>\n</li>\n<li><p>You can ask for multiple metrics in a single request (for example, bit rate + packet rate) to reduce the number of requests needed.<br>  For more information, see <a href=\"https://dev.megaport.com/#54818a50-1bd6-4aad-924e-54bb7921ac0b\">Metric Types</a>.</p>\n</li>\n</ul>\n<p><strong>AWS HC Fetch Supported Bandwidths</strong>: A new public API <code>/v2/secure/awshc</code> has been created to look up AWS HC ports with supported bandwidth options.</p>\n<h2 id=\"november-2023\">November 2023</h2>\n<p><strong>VXC / IX Shutdown</strong>: Added the shutdown option to VXC/IX validate and buy APIs.</p>\n<h2 id=\"october-2023\">October 2023</h2>\n<p><strong>Reverse DNS for IX Connections</strong>: Enabled the ability to add and edit reverse DNS for IX connections. Updated the Validate, Buy, and Update IX APIs to support the specifying of reverse DNS. For more information, see <a href=\"https://dev.megaport.com/#6ae89dd9-e4bd-4fb5-8533-f8a4a0d02385\">PUT Update IX</a>.</p>\n<p><strong>Fixed</strong>: The error ‘A Deal with uid [None]’ was showing when trying to order a VXC between an MVE and a Port.</p>\n<h2 id=\"september-2023\">September 2023</h2>\n<p><strong>Support 5x vNICs for an MVE</strong>:</p>\n<ul>\n<li><p>POST <code>/v3/networkdesign/validate</code> and POST <code>/v3/networkdesign/buy</code> have been updated to accept up to 5 vNICs when ordering an MVE.</p>\n</li>\n<li><p>GET <code>/v2/product/{productUid}</code> and GET <code>/v2/products</code> return vNICs information for an MVE.</p>\n</li>\n</ul>\n<p><strong>Updated GET Locations API to dynamically return the list of port speeds available</strong>: The query made by the <code>/v2/locations</code> API has been updated to return all three speeds available (1G, 10G, and 100G) at a location. For more information, see <a href=\"https://dev.megaport.com/#ae411b15-0989-4f7f-ac28-78e385264515\">GET Locations</a>.</p>\n<h2 id=\"august-2023\">August 2023</h2>\n<p><strong>Performance Improvements</strong>: Multiple APIs have been updated for speed and performance improvements.</p>\n<p><strong>France IX</strong>: GET Partner Megaports now returns France IX ports that you can connect to. These ports have connectType=FRANCEIX. For more information, see <a href=\"https://dev.megaport.com/#c276af3b-884e-481a-bb3e-9ad5a22471cc\">GET Partner Megaports</a>.</p>\n<p><strong>MCR Looking Glass Performance Improvements</strong>: MCR Looking Glass APIs have been updated to support asynchronous requests for IP, BGP, and neighbor routes in async mode. A new API called GET MCR IP / BGP BGP Neighbor Routes in Async Mode has also been created to support retrieving these results. For more information, see <a href=\"https://dev.megaport.com/#3ccc098c-3d47-4467-8845-5a19a565f3e3\">MCR Looking Glass</a>.</p>\n<h2 id=\"july-2023\">July 2023</h2>\n<p><strong>Mexico Billing Market</strong>: Four new mandatory TAX Registration fields related to fiscal and legal compliance information are now required when adding or editing the Mexico billing market. These are: Company Type, Tax Regime, Tax Purpose, and RFC Number. For more information, see <a href=\"https://dev.megaport.com/#6713863b-f2c4-4fcf-9e7d-81262d8b20ae\">POST Set Billing Market</a>.</p>\n<p><strong>Fixed</strong>: B-End VLAN being overridden by the A-End VLAN in the Service Key VXCs /validate and /buy endpoints. After ordering a Service Key VXC from a Port, MCR or MVE with a defined B-End VLAN, the service returned a different VLAN value from the one sent as part of the payload in both the /validate and /buy APIs. The B-End value the API returned for Service Key VXCs was the VLAN value in the A-End. Now the B-End VLAN value is returned correctly.</p>\n<h1 id=\"api-deprecation-notices\">API Deprecation Notices</h1>\n<p>From time to time we update, change versions, and deprecate APIs when releasing new functionality.</p>\n<p>We recommend that you keep up to date with these changes and plan any API integration updates accordingly. For more information, see <a href=\"https://docs.megaport.com/troubleshooting/api-v2-faq/\">API Deprecation Notices and Frequently Asked Questions (FAQs)</a>.</p>\n<h1 id=\"feedback\">Feedback</h1>\n<p>If you have feedback, suggestions, or corrections for this site and the online documentation, please send an email to:</p>\n<p><a href=\"mailto:techpubs@megaport.com?subject=API\">Megaport Tech Pubs</a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Environments","slug":"environments"},{"content":"Responses","slug":"responses"},{"content":"Release Notes","slug":"release-notes"},{"content":"API Deprecation Notices","slug":"api-deprecation-notices"},{"content":"Feedback","slug":"feedback"}],"owner":"11793568","collectionId":"f481a78c-00c7-4f86-b0f6-269a43a3e381","publishedId":"TVzNHeaQ","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2023-02-07T06:16:30.000Z"},"item":[{"name":"Megaport Authentication - API Keys","item":[{"name":"Generate Access Token - Staging","id":"1c15ca21-5ba2-461e-9b56-342e46cd1262","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"password":"{{apiKeyClientSecret}}","username":"{{apiKeyClientId}}"},"isInherited":false},"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"client_credentials","type":"text"}]},"url":"https://auth-m2m-staging.megaport.com/oauth2/token","description":"<p>Generates an access token with an API key in the Staging environment.</p>\n<p>After you have created an API key in the Portal, consisting of a client ID and client secret, you can generate an access token (JWT) for authorization of Megaport APIs. JWTs are short lived and the expiry time is set when you create the API key in the Portal (between 5 minutes and 24 hours). The expiry can be seen in the response of this endpoint, and is represented in seconds.</p>\n<p><strong>Tip:</strong> You can use the <a href=\"https://jwt.io/\">https://jwt.io/</a> site to learn more about and verify the access token. Copy the access token (JWT) into the Encoded box, it will display decoded information about the token. For example, in the Payload Data, the <code>iat</code> value indicates when the token was issued (seconds since Unix epoch) and the <code>exp</code> value indicates when the token expires.</p>\n<p>The request URL that you need to use depends on the environment in which you are generating an access token. In the <strong>Staging</strong> environment, this request URL should be used:</p>\n<ul>\n<li><a href=\"https://auth-m2m-staging.megaport.com/oauth2/token\">https://auth-m2m-staging.megaport.com/oauth2/token</a></li>\n</ul>\n<p>For more details on environments, see <a href=\"https://dev.megaport.com/#environments\">Environments</a>.</p>\n<p>Provide values for these parameters in the Authorization tab of the call:</p>\n<ul>\n<li><p><code>Username</code> – The client ID that you copied when creating the API key.</p>\n</li>\n<li><p><code>Password</code> – The client secret that you copied when creating the API key.</p>\n</li>\n</ul>\n<p><strong>Note:</strong> These parameters contain sensitive data. If you are working in a collaborative environment, you might want to set the client ID and client secret as the variables {{apiKeyClientId}} and {{apiKeyClientSecret}} respectively.</p>\n<p>In the Body tab, set the Body coding format to <code>x-www-form-urlencoded</code>, and enter a key called <em>grant_type</em> which is set to a value of <em>client_credentials</em>.</p>\n<h3 id=\"using-the-access-token\"><strong>Using the access token</strong></h3>\n<p>After you successfully generate an access token, you will see these values in the response:</p>\n<ul>\n<li><p><code>access_token</code> - The access token (JWT).</p>\n</li>\n<li><p><code>expires_in</code> - The expiry of the token, measured in seconds. For example, if the expiry was set to 24 hours in the API key, this value would be 86400 (seconds). If the expiry was set to 5 minutes, then this value would be 300.</p>\n</li>\n<li><p><code>token_type</code> - Bearer</p>\n</li>\n</ul>\n<p>Copy the access token from the response.</p>\n<p>You can create a new variable for the access token, ensuring that you copy the access token into the CURRENT VALUE field of the variable entry. For example, call the new variable {{access_token}}.</p>\n<p>For each API call that you need to send, in the Authorization tab, the Type should be set to Bearer Token and the Token should be set to the access token variable {{access_token}}.</p>\n","urlObject":{"protocol":"https","path":["oauth2","token"],"host":["auth-m2m-staging","megaport","com"],"query":[],"variable":[]}},"response":[{"id":"c28dbe10-5f16-4c99-aa0b-0aa81637f448","name":"Generate Access Token - Staging","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"client_credentials","type":"text"}]},"url":"https://auth-m2m-staging.megaport.com/oauth2/token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 22 Nov 2023 08:18:47 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy-Report-Only","value":"script-src https://d18k7b2git647n.cloudfront.net https://oauth-m2m-staging.auth.ap-southeast-2.amazoncognito.com; style-src https://d18k7b2git647n.cloudfront.net https://oauth-m2m-staging.auth.ap-southeast-2.amazoncognito.com; img-src https://d18k7b2git647n.cloudfront.net https://oauth-m2m-staging.auth.ap-southeast-2.amazoncognito.com; report-uri https://oauth-m2m-staging.auth.ap-southeast-2.amazoncognito.com/cspreport"},{"key":"x-amz-cognito-request-id","value":"8cd07949-bb67-413c-aaf2-7de1ffb9d20c"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Server","value":"Server"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"eyJrbWQiOiIzZWhmUjhpbzd5R0pCYnBISWswbHU2d3V6ZzdtYWRcL1VWTjBTbm9XZVE3ND0iLCJhbGciOiJSUzI1NiJ9.eyJzdWIiOiJsbjd0ZjR1Z2FtwTN1M29sNHU5amE2MjNwIiwidG9rZW5fdXNlIjoiYWNjZXNzIiwic2NvcGUiOiJodHRwczpcL1wvYXBpLXN0YWdpbmcubWVnYXBvcnQuY29tXC9jb21wYW55QWRtaW4iLCJhdXRoX3RpbWUiOjE3MDA2NDExMjcsImlzcyI6Imh0dHBzOlwvXC9jb2duaXRvxWlkcC5hcC1zb4V0aGVhc3QtMi5hbWF6b25hd3MuY29tXC9hcC1zb3V0aGVhc3QtMl9LbEh4TTlJUWoiLCJleHAiOjE3MDA3Mjc1MjcsImlhdCI6MTcwMDY0MTEyNywidmVyc2lvbiI6MiwianRpIjoiNzBkNGY1NzAtZWMwNS00NjM0LWFjOTktODJhY2MzNDE2ZThlIiwiY2xpZWg0X2lkIjoibG43dGY0dWdhbWUzdTNvbDR1OWphNjIzcCJ8.XIaEJBmkW3NnBZVrkpmR0u70UO_2MRONAhwtzDo7ql--R1ImWkUVA2ykEmi4eFMJXLzLewW4AQC-A9DC9EJAK2HwS7993ti-OMahfm1BI_0EqXPw-g_GpIulkUd3hTbu1_QifvfYzj3cxP5KxVULj76Xm2w1rKRw5pXdCcU4Y8n_qVlHy6sBYDjtzsKSfd6cBIRMHe-LnNWBLoHdS-tCPeDSMLqzq85MHKMCNt-KQGeuvTKU6PGaJSK1UXRHc5JivoJSeyuc-3vIXmq60fu0CwC0eVhOzkTWh6YUvBylDwYR50gYRfsMUIBbKGyQBP3sPQ2XQZrHMXodTLSKZG-khQ\",\n    \"expires_in\": 86400,\n    \"token_type\": \"Bearer\"\n}"}],"_postman_id":"1c15ca21-5ba2-461e-9b56-342e46cd1262"},{"name":"Generate Access Token - Production","id":"5209a0a7-910a-4fa5-8046-bbaffd0ac5fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"password":"{{apiKeyClientSecret}}","username":"{{apiKeyClientId}}"},"isInherited":false},"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"client_credentials","type":"text"}]},"url":"https://auth-m2m.megaport.com/oauth2/token","description":"<p>Generates an access token with an API key in the Production environment.</p>\n<p>After you have created an API key in the Portal, consisting of a client ID and client secret, you can generate an access token (JWT) for authorization of Megaport APIs. JWTs are short lived and the expiry time is set when you create the API key in the Portal (between 5 minutes and 24 hours). The expiry can be seen in the response of this endpoint, and is represented in seconds.</p>\n<p><strong>Tip:</strong> You can use the <a href=\"https://jwt.io/\">https://jwt.io/</a> site to learn more about and verify the access token. Copy the access token (JWT) into the Encoded box, it will display decoded information about the token. For example, in the Payload Data, the <code>iat</code> value indicates when the token was issued (seconds since Unix epoch) and the <code>exp</code> value indicates when the token expires.</p>\n<p>The request URL that you need to use depends on the environment in which you are generating an access token. In the <strong>Production</strong> environment, this request URL should be used:</p>\n<ul>\n<li><a href=\"https://auth-m2m.megaport.com/oauth2/token\">https://auth-m2m.megaport.com/oauth2/token</a></li>\n</ul>\n<p>For more details on environments, see <a href=\"https://dev.megaport.com/#environments\">Environments</a>.</p>\n<p>Provide values for these parameters in the Authorization tab of the call:</p>\n<ul>\n<li><code>Username</code> – The client ID that you copied when creating the API key.</li>\n<li><code>Password</code> – The client secret that you copied when creating the API key.</li>\n</ul>\n<p><strong>Note:</strong> These parameters contain sensitive data. If you are working in a collaborative environment, you might want to set the client ID and client secret as the variables {{apiKeyClientId}} and {{apiKeyClientSecret}} respectively.</p>\n<p>In the Body tab, set the Body coding format to <code>x-www-form-urlencoded</code>, and enter a key called <em>grant_type</em> which is set to a value of <em>client_credentials</em>.</p>\n<h3 id=\"using-the-access-token\"><strong>Using the access token</strong></h3>\n<p>After you successfully generate an access token, you will see these values in the response:</p>\n<ul>\n<li><code>access_token</code> - The access token (JWT).</li>\n<li><code>expires_in</code> - The expiry of the token, measured in seconds. For example, if the expiry was set to 24 hours in the API key, this value would be 86400 (seconds). If the expiry was set to 5 minutes, then this value would be 300.</li>\n<li><code>token_type</code> - Bearer</li>\n</ul>\n<p>Copy the access token from the response.</p>\n<p>You can create a new variable for the access token, ensuring that you copy the access token into the CURRENT VALUE field of the variable entry. For example, call the new variable {{access_token}}.</p>\n<p>For each API call that you need to send, in the Authorization tab, the Type should be set to Bearer Token and the Token should be set to the access token variable {{access_token}}.</p>\n","urlObject":{"protocol":"https","path":["oauth2","token"],"host":["auth-m2m","megaport","com"],"query":[],"variable":[]}},"response":[{"id":"d191f9a9-c3bf-4aa2-8d64-bf207322ced5","name":"Generate Access Token - Production","originalRequest":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"client_credentials","type":"text"}]},"url":"https://auth-m2m.megaport.com/oauth2/token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 22 Nov 2023 08:18:47 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Security-Policy-Report-Only","value":"script-src https://d18k7b2git647n.cloudfront.net https://oauth-m2m-staging.auth.ap-southeast-2.amazoncognito.com; style-src https://d18k7b2git647n.cloudfront.net https://oauth-m2m-staging.auth.ap-southeast-2.amazoncognito.com; img-src https://d18k7b2git647n.cloudfront.net https://oauth-m2m-staging.auth.ap-southeast-2.amazoncognito.com; report-uri https://oauth-m2m-staging.auth.ap-southeast-2.amazoncognito.com/cspreport"},{"key":"x-amz-cognito-request-id","value":"8cd07949-bb67-413c-aaf2-7de1ffb9d20c"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"Strict-Transport-Security","value":"max-age=31536000 ; includeSubDomains"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Server","value":"Server"}],"cookie":[],"responseTime":null,"body":"{\n    \"access_token\": \"eyJrbWQiOiIzZWhmUjhpbzd5R0pCYnBISWswbHU2d3V6ZzdtYWRcL1VWTjBTbm9XZVE3ND0iLCJhbGciOiJSUzI1NiJ9.eyJzdWIiOiJsbjd0ZjR1Z2FtwTN1M29sNHU5amE2MjNwIiwidG9rZW5fdXNlIjoiYWNjZXNzIiwic2NvcGUiOiJodHRwczpcL1wvYXBpLXN0YWdpbmcubWVnYXBvcnQuY29tXC9jb21wYW55QWRtaW4iLCJhdXRoX3RpbWUiOjE3MDA2NDExMjcsImlzcyI6Imh0dHBzOlwvXC9jb2duaXRvxWlkcC5hcC1zb4V0aGVhc3QtMi5hbWF6b25hd3MuY29tXC9hcC1zb3V0aGVhc3QtMl9LbEh4TTlJUWoiLCJleHAiOjE3MDA3Mjc1MjcsImlhdCI6MTcwMDY0MTEyNywidmVyc2lvbiI6MiwianRpIjoiNzBkNGY1NzAtZWMwNS00NjM0LWFjOTktODJhY2MzNDE2ZThlIiwiY2xpZWg0X2lkIjoibG43dGY0dWdhbWUzdTNvbDR1OWphNjIzcCJ8.XIaEJBmkW3NnBZVrkpmR0u70UO_2MRONAhwtzDo7ql--R1ImWkUVA2ykEmi4eFMJXLzLewW4AQC-A9DC9EJAK2HwS7993ti-OMahfm1BI_0EqXPw-g_GpIulkUd3hTbu1_QifvfYzj3cxP5KxVULj76Xm2w1rKRw5pXdCcU4Y8n_qVlHy6sBYDjtzsKSfd6cBIRMHe-LnNWBLoHdS-tCPeDSMLqzq85MHKMCNt-KQGeuvTKU6PGaJSK1UXRHc5JivoJSeyuc-3vIXmq60fu0CwC0eVhOzkTWh6YUvBylDwYR50gYRfsMUIBbKGyQBP3sPQ2XQZrHMXodTLSKZG-khQ\",\n    \"expires_in\": 86400,\n    \"token_type\": \"Bearer\"\n}"}],"_postman_id":"5209a0a7-910a-4fa5-8046-bbaffd0ac5fa"}],"id":"82876b33-a332-4b5d-8bf2-cef672f104b5","description":"<p>Megaport API calls require an access token that you can generate after creating an API key in the Portal. An access token is required for authenticating API users, and allows temporary access to only the parts of the Portal that are required.</p>\n<p>API keys are valid only in the environment in which they were generated. If you need API keys to access a different environment, log in to the Portal in that environment and generate the API keys there.</p>\n<p>This section describes how to create an access token in both the Staging environment and Production environment after you have created an API key.</p>\n<p>For more information, see <a href=\"https://docs.megaport.com/api/api-key/\">Creating an API Key</a>.</p>\n","_postman_id":"82876b33-a332-4b5d-8bf2-cef672f104b5"},{"name":"Account Setup","item":[{"name":"Get Billing Markets","id":"660ab4be-2aa6-4a71-93d4-070f09dd8ac4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":""},"url":"{{baseUrl}}/v2/market","description":"<p>Returns the billing markets and contact details for the account.</p>\n","urlObject":{"path":["v2","market"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"e009f9ce-7241-4081-b38b-cc8db0e9c979","name":"Get Billing Markets","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":""},"url":"https://api-staging.megaport.com/v2/market"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 06 Aug 2021 00:12:48 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"UOW","value":"e17c5669-aa20-4df7-bf30-fd65298f781c"},{"key":"ETag","value":"W/\"0523e46f28e31e2ba3c572e9c16d3030b\""},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Markets for company 41950\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"id\": 5982,\n            \"wellKnownSupplier\": \"MEGAPORT_US\",\n            \"supplierName\": \"Megaport (USA) Inc\",\n            \"currencyEnum\": \"USD\",\n            \"language\": \"en\",\n            \"billingContactName\": \"Best Demo\",\n            \"billingContactEmail\": \"bestdemo@megaport.com\",\n            \"billingContactPhone\": \"+61 7 12341234\",\n            \"address1\": \"53 Stone ln\",\n            \"postcode\": \"12345\",\n            \"country\": \"US\",\n            \"city\": \"Bedrock\",\n            \"state\": \"FLINT\",\n            \"invoiceTemplate\": \"invoice_US\",\n            \"taxRate\": 0.1,\n            \"estimateInvoice\": 1012.74,\n            \"firstPartyId\": 1558,\n            \"secondPartyId\": 41950,\n            \"attachInvoiceToEmail\": true,\n            \"region\": \"US\",\n            \"paymentTermInDays\": 30,\n            \"stripeAccountPublishableKey\": \"pk_test_8rImVXnpU0Uh7LDyJLpYtYJz\",\n            \"stripeSupportedBankCurrencies\": [\n                \"USD\"\n            ],\n            \"vatExempt\": false,\n            \"active\": true,\n            \"securedHash\": \"1aa368c4ea6637aee56060efb1be1751\"\n        }\n    ]\n}"}],"_postman_id":"660ab4be-2aa6-4a71-93d4-070f09dd8ac4"},{"name":"Set Billing Market","id":"6713863b-f2c4-4fcf-9e7d-81262d8b20ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n   \"currencyEnum\": \"AUD\",\n   \"language\": \"en\",\n   \"billingContactName\": \"Market Contact\",\n   \"billingContactPhone\": \"+61 7 12341234\",\n   \"billingContactEmail\": \"market@megaport.com\",\n   \"address1\": \"1 Test Street\",\n   \"address2\": null,\n   \"city\": \"Somewhere\",\n   \"state\": \"Anywhere\",\n   \"postcode\": \"4000\",\n   \"country\": \"AU\",\n   \"yourPoNumber\": null,\n   \"taxNumber\": null,\n   \"firstPartyId\": 808\n}\n"},"url":"{{baseUrl}}/v2/market","description":"<p>Configures the billing market (and currency) and the billing contact details.</p>\n<p>Provide values for these attributes in the Body of the call:</p>\n<ul>\n<li><p><code>currencyEnum</code> – The billing currency for this market. The currencies vary for each billing market. In most markets, the US dollar (USD) is available as the secondary currency. For example, the Singapore billing market offers the option of billing in both Singapore dollars (SGD) and USD. Once you have chosen a currency, it cannot be changed. Currency values include USD, AUD, CAD, EUR, HKD, JPY, NZD, SGD, SEK, CHF, and GBP.</p>\n</li>\n<li><p><code>language</code> - Two letter language code to indicate billing language, which is currently handled in English with a value of <code>en</code>.</p>\n</li>\n<li><p>Billing contact details – The name, phone, email address, physical address, and country for the billing contact.</p>\n</li>\n<li><p><code>yourPoNumber</code> – An optional PO number for tracking. This number is optional and appears on all invoices related to its market.</p>\n</li>\n<li><p><code>taxNumber</code> – The tax or VAT registration number as required per region.</p>\n</li>\n<li><p><code>firstPartyId</code> - ID for the billing market. This table shows the values.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Country</th>\n<th>ID</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>US</td>\n<td>1558</td>\n</tr>\n<tr>\n<td>AU</td>\n<td>808</td>\n</tr>\n<tr>\n<td>AT</td>\n<td>20442</td>\n</tr>\n<tr>\n<td>BE</td>\n<td>20449</td>\n</tr>\n<tr>\n<td>BG</td>\n<td>4640</td>\n</tr>\n<tr>\n<td>CA</td>\n<td>1652</td>\n</tr>\n<tr>\n<td>CH</td>\n<td>8299</td>\n</tr>\n<tr>\n<td>DE</td>\n<td>4515</td>\n</tr>\n<tr>\n<td>DK</td>\n<td>20447</td>\n</tr>\n<tr>\n<td>ES</td>\n<td>30369</td>\n</tr>\n<tr>\n<td>FI</td>\n<td>20440</td>\n</tr>\n<tr>\n<td>FR</td>\n<td>20451</td>\n</tr>\n<tr>\n<td>HK</td>\n<td>819</td>\n</tr>\n<tr>\n<td>IE</td>\n<td>2683</td>\n</tr>\n<tr>\n<td>IT</td>\n<td>30367</td>\n</tr>\n<tr>\n<td>JP</td>\n<td>20453</td>\n</tr>\n<tr>\n<td>LU</td>\n<td>30423</td>\n</tr>\n<tr>\n<td>NL</td>\n<td>2685</td>\n</tr>\n<tr>\n<td>NO</td>\n<td>20438</td>\n</tr>\n<tr>\n<td>NZ</td>\n<td>855</td>\n</tr>\n<tr>\n<td>PL</td>\n<td>20444</td>\n</tr>\n<tr>\n<td>SE</td>\n<td>2681</td>\n</tr>\n<tr>\n<td>SG</td>\n<td>817</td>\n</tr>\n<tr>\n<td>UK</td>\n<td>2675</td>\n</tr>\n</tbody>\n</table>\n</div></li>\n</ul>\n<h4 id=\"mexico-billing-market\">Mexico Billing Market</h4>\n<p>These attributes are required for the Mexico billing market:</p>\n<ul>\n<li><code>companyTypeMexico</code> - The legal tax ID type of the taxpayer (company (Legal entity), individual (Legal person), or foreign company). A company or individual is the taxpayer registered with the Mexico Federal Taxpayer Registry. A foreign company is a business or individual not registered with the Mexican TAX Administration Service (SAT). Valid values for this field are <code>01: Legal Entity</code>, <code>02: legal person</code>, and <code>03: foreign company</code>.</li>\n<li><code>taxRegimeCodeMexico</code> - The Fiscal Regime code registered with the Mexican TAX Administration Service (SAT).</li>\n<li><code>satPurposeMexico</code> - Relates to the use of the electronic tax invoice (CFDI) that will be issued to the taxpayer receiving the invoice. Use this field to record the economic activity on the electronic invoice that will be reported to the Mexican TAX Administration Service (SAT).</li>\n<li><code>rfcMexico</code> - The Federal Taxpayer Registry number as issued by the Mexican Tax Administration Service (SAT). An RFC number is assigned to each taxpayer (Legal entity or person) that carries out economic activity in Mexico.</li>\n</ul>\n<p><strong>Note:</strong></p>\n<ul>\n<li>Valid values for <code>taxRegimeCodeMexico</code>, <code>satPurposeMexico</code>, and <code>rfcMexico</code> vary depending on the selected company type. For more information on all valid values, see the Company Billing Markets page in the Megaport Portal where these fields are displayed for the Mexico billing market.</li>\n</ul>\n<p>For more information, see <a href=\"https://docs.megaport.com/finance/enabling-market/\">Enabling Billing Markets</a>.</p>\n","urlObject":{"path":["v2","market"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"6e7807c3-525b-4ecb-ad94-1b474c7e5d81","name":"Set Billing Market","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"{\n   \"currencyEnum\": \"AUD\",\n   \"language\": \"en\",\n   \"billingContactName\": \"Market Contact\",\n   \"billingContactPhone\": \"+61 7 12341234\",\n   \"billingContactEmail\": \"market@megaport.com\",\n   \"address1\": \"1 Test Street\",\n   \"address2\": null,\n   \"city\": \"Somewhere\",\n   \"state\": \"Anywhere\",\n   \"postcode\": \"4000\",\n   \"country\": \"AU\",\n   \"yourPoNumber\": null,\n   \"taxNumber\": null,\n   \"firstPartyId\": 808\n}\n","options":{"raw":{"language":"json"}}},"url":"https://api-staging.megaport.com/v2/market"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 06 Aug 2021 00:19:15 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"166"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"UOW","value":"58d402d4-a494-4dfd-a02f-018e74de632d"},{"key":"Location","value":"http://localhost:8080/v2/market/5987"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Market Created\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": {\n        \"supplyId\": 5987\n    }\n}"},{"id":"674f389f-6b24-4747-964f-bf3082513011","name":"Set Billing Market","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"{\n   \"currencyEnum\": \"AUD\",\n   \"language\": \"en\",\n   \"billingContactName\": \"Market Contact\",\n   \"billingContactPhone\": \"+61 7 12341234\",\n   \"billingContactEmail\": \"market@megaport.com\",\n   \"address1\": \"1 Test Street\",\n   \"address2\": null,\n   \"city\": \"Somewhere\",\n   \"state\": \"Anywhere\",\n   \"postcode\": \"4000\",\n   \"country\": \"AU\",\n   \"yourPoNumber\": null,\n   \"taxNumber\": null,\n   \"firstPartyId\": 808\n}\n"},"url":"{{baseUrl}}/v2/market"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"6713863b-f2c4-4fcf-9e7d-81262d8b20ae"}],"id":"8ab86da8-5ff2-4bbb-9b70-e3cb5017caaf","description":"<p>This section describes how to view and configure billing markets.</p>\n","_postman_id":"8ab86da8-5ff2-4bbb-9b70-e3cb5017caaf"},{"name":"User Authentication","item":[{"name":"User Management","item":[{"name":"Invite (Add) a New User to an Existing Company","id":"870aded3-cee3-4338-8d8b-0bdb6e144d81","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"{\n  \"firstName\": \"megaport\",\n  \"lastName\": \"invalidfinanceuser\",\n  \"active\": true,\n  \"email\": \"megaport.invalidfinanceuser@abcd.com\",\n  \"phone\": \"+61 1233212334\",\n  \"position\": \"Company Admin\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v2/employment","description":"<p>Invites a new user to an existing company.</p>\n<p>A Company Admin can add users to their company using this endpoint. This endpoint triggers an email to be sent to the invited user with a temporary password. The new user must reset their password during their first login.</p>\n<p>Select the Megaport user role to assign to the invited user by the <code>position</code> value. These roles are available:</p>\n<ul>\n<li><p><strong>Company Admin</strong> – Company Admins have access to all user privileges. We recommend limiting the number of Company Admins to only those who require full access, but defining at least two for redundancy.</p>\n</li>\n<li><p><strong>Technical Admin</strong> – This role is for technical users who know how to create and approve orders.</p>\n</li>\n<li><p><strong>Technical Contact</strong> – This role is for technical users who know how to design and modify services but don’t have the authority to approve orders.</p>\n</li>\n<li><p><strong>Finance</strong> – Finance users should have a financial responsibility within the organization while also understanding the consequences of their actions if they delete or approve services.<br />  <strong>Note:</strong> While creating services, direct customers can see the cost of the service before deploying. It is also possible to see the cost of deployed services by selecting a service in the Portal and viewing the Details tab.</p>\n</li>\n<li><p><strong>Financial Contact</strong> – This user role is similar to the Finance role without the ability to place and approve orders, delete services, or administer service keys.</p>\n</li>\n<li><p><strong>Read Only</strong> – Read Only is the most restrictive role. Note that a Read Only user can view service details which you may want to keep secure and private.</p>\n</li>\n</ul>\n<p>For more details, see <a href=\"https://docs.megaport.com/setting-up/inviting-users/\">Inviting Users to Your Account</a> in the Megaport documentation.</p>\n","urlObject":{"path":["v2","employment"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"06c1d03b-c2f2-403e-8f2d-10791482f595","name":"Invite a New User to an Existing Company - Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{accessToken}}","description":"(Required) Bearer Token(Access Token) required to authenticate the endpoint"}],"body":{"mode":"raw","raw":"{\n  \"firstName\": \"megaport\",\n  \"lastName\": \"invalidfinanceuser\",\n  \"active\": true,\n  \"email\": \"megaport.invalidfinanceuser@abcd.com\",\n  \"phone\": \"+61 1233212334\",\n  \"position\": \"Company Admin\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api-staging.megaport.com/v2/employment"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Employment 49376 Created -  employee 54663 created for Company 54662\",\n  \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n  \"data\": {\n    \"companyId\": 54662,\n    \"employmentId\": 49376,\n    \"employeeId\": 54663\n  }\n}"},{"id":"efb6cf73-7978-4ee9-8474-eedd18c32f80","name":"Invite a New User to an Existing Company - When Mandatory Fields are Missing","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{accessToken}}","description":"(Required) Bearer Token(Access Token) required to authenticate the endpoint"}],"body":{"mode":"raw","raw":"{\n  \"firstName\": \"megaport\",\n  \"lastName\": \"invalidfinanceuser\",\n  \"active\": true,\n  \"email\": \"\",\n  \"phone\": \"+61 1233212334\",\n  \"position\": \"Company Admin\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v2/employment"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Email is required\",\n  \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\"\n}"},{"id":"d27017b9-fc12-4f69-86b1-64a7a113f673","name":"Invite a New User to an Existing Company - If the Provided Bearer Token (Access token) is Invalid","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{accessToken}}","description":"(Required) Bearer Token(Access Token) required to authenticate the endpoint"}],"body":{"mode":"raw","raw":"{\n  \"firstName\": \"megaport\",\n  \"lastName\": \"invalidfinanceuser\",\n  \"active\": true,\n  \"email\": \"megaport.invalidfinanceuser@abcd.com\",\n  \"phone\": \"+61 1233212334\",\n  \"position\": \"Company Admin\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v2/employment"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Bad session token - try logging in again.\",\n  \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\"\n}"},{"id":"ac6ade6d-11be-469e-a97d-f76c36a69362","name":"Invite a New User to an Existing Company - You do not Have Permission for this Operation","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{accessToken}}","description":"(Required) Bearer Token(Access Token) required to authenticate the endpoint"}],"body":{"mode":"raw","raw":"{\n  \"firstName\": \"megaport\",\n  \"lastName\": \"invalidfinanceuser\",\n  \"active\": true,\n  \"email\": \"megaport.invalidfinanceuser@abcd.com\",\n  \"phone\": \"+61 1233212334\",\n  \"position\": \"Company Admin\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v2/employment"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permission for this operation\",\n  \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\"\n}"}],"_postman_id":"870aded3-cee3-4338-8d8b-0bdb6e144d81"},{"name":"Show User Details","id":"ff4a7c6a-6bc7-4f9b-a417-4a3afddf7c05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v2/employee/:employeeId","description":"<p>Returns user information for the user specified by the employee ID.</p>\n<p>You can find the employee ID (<code>personId</code>) using the GET List Company Users <code>/v2/employment</code> endpoint.</p>\n<p>The response includes the position, name, email address, phone number, username, whether the user is active or not, Megaport role, Megaport permissions, and whether MFA is enabled for the user.</p>\n","urlObject":{"path":["v2","employee",":employeeId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"d0b00516-c081-422a-bf40-894eca91aaa9","description":{"content":"<p>The employee ID of the user for which to view details. (Required - integer)</p>\n","type":"text/plain"},"type":"any","value":"{employeeId}","key":"employeeId"}]}},"response":[{"id":"6caba8a9-d953-4aee-a246-49d29506cd61","name":"Show User Details - Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":{"raw":"{{baseUrl}}/v2/employee/:employeeId","host":["{{baseUrl}}"],"path":["v2","employee",":employeeId"],"variable":[{"key":"employeeId","value":"45115","description":"The employee ID of the user for which to view details. (Required - integer)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 06 Feb 2026 04:27:07 GMT"},{"key":"Content-Type","value":"application/json","description":""},{"key":"Content-Length","value":"1110"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amzn-Trace-Id","value":"Root=1-69856d9b-056b4b307692f5e74eb20e75"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Server-Timing","value":"app;dur=41"},{"key":"ETag","value":"W/\"0d8c65094b96bd196a409abe7b886e5f4\""},{"key":"X-Xss-Protection","value":"1 ; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"trace-id","value":"1c0784ba8a7d9e49a965d1100ea506ae"},{"key":"X-Robots-Tag","value":"noindex"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Found Employee 45115\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": {\n        \"active\": true,\n        \"altId\": null,\n        \"channelManager\": null,\n        \"confirmationPending\": false,\n        \"createDate\": 1637194544059,\n        \"dateOfBirth\": null,\n        \"description\": \"\",\n        \"email\": \"jeff@megaport.com\",\n        \"emails\": [\n            {\n                \"badEmail\": false,\n                \"badEmailReason\": null,\n                \"badEmailType\": null,\n                \"email\": \"jeff@megaport.com\",\n                \"emailAddressId\": 37397,\n                \"primary\": true\n            }\n        ],\n        \"facebook\": null,\n        \"featureFlags\": [],\n        \"firstName\": \"Jeff\",\n        \"googlePlus\": null,\n        \"invitationPending\": false,\n        \"lastLoginDate\": 1768541767560,\n        \"lastName\": \"Megaport\",\n        \"lastUpdateDate\": 1719891878359,\n        \"linkedin\": null,\n        \"mfaEnabled\": false,\n        \"mobile\": \"+61 453302042\",\n        \"mobileValidationDate\": null,\n        \"name\": \"Jeff Megaport\",\n        \"newsletter\": false,\n        \"notificationEnabled\": true,\n        \"partyId\": 45115,\n        \"phone\": \"+61 453302042\",\n        \"position\": \"Company Admin\",\n        \"promotions\": false,\n        \"receivesChildNotifications\": false,\n        \"requireTotp\": false,\n        \"salutation\": \"\",\n        \"securityRoles\": [\n            \"companyAdmin\"\n        ],\n        \"twitter\": null,\n        \"uid\": \"c3ba47e8-20ed-41c2-91ae-b23ae8d3c27d\",\n        \"username\": \"jeff@megaport.com\"\n    }\n}"},{"id":"ff3fc236-8bee-48f1-80f8-4f9c8bb17418","name":"Show User Details - Token Issue","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":{"raw":"{{baseUrl}}/v2/employee/:employeeId","host":["{{baseUrl}}"],"path":["v2","employee",":employeeId"],"variable":[{"key":"employeeId","value":"1234"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 09 Feb 2023 06:04:05 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"611933"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Set-Cookie","value":"JSESSIONID=FC7DC110F8C3524FC17DF730717922C5; Path=/; HttpOnly"},{"key":"UOW","value":"21057b44-ba35-4410-bb6e-179470fa8af2"},{"key":"ETag","value":"\"0ec104a2216630ce706c9197471a7e614\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Bad session token - try logging in again.\",\n  \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\"\n}"},{"id":"79a3601d-4590-4557-ac1e-1268294ce801","name":"Show User Details - User Not Found","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":{"raw":"{{baseUrl}}/v2/employee/:employeeId","host":["{{baseUrl}}"],"path":["v2","employee",":employeeId"],"variable":[{"key":"employeeId","value":"1234"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 09 Feb 2023 06:04:05 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"611933"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Set-Cookie","value":"JSESSIONID=FC7DC110F8C3524FC17DF730717922C5; Path=/; HttpOnly"},{"key":"UOW","value":"21057b44-ba35-4410-bb6e-179470fa8af2"},{"key":"ETag","value":"\"0ec104a2216630ce706c9197471a7e614\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Employee 1234 Not Found\",\n  \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\"\n}"}],"_postman_id":"ff4a7c6a-6bc7-4f9b-a417-4a3afddf7c05"},{"name":"Update User Details","id":"b951a109-b283-4da1-a1eb-5338d0b2699a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"[\n   {\n    \"position\": \"Company Admin\",\n    \"firstName\": \"Jeffrey\",\n    \"lastName\": \"Megaport\",\n    \"phone\": \"+61 408227543\",\n    \"mobile\": \"+61 408227543\",\n    \"email\": \"jeffrey@megaport.com\",\n    \"partyId\": 45115,\n    \"altId\": \"Google_156979315619591871227\",\n    \"username\": \"jeffrey@megaport.com\",\n    \"active\": true,\n    \"uid\": \"c3ba48e8-20ed-41c3-91ae-c23ad8d3c29e\",\n    \"emails\": [\n        {\n        \"emailAddressId\": 5020,\n        \"email\": \"jeffrey@megaport.com\",\n        \"primary\": true,\n        \"badEmail\": false\n        }\n    ],\n    \"googlePlus\": \"https://plus.google.com/100987315619591971225\",\n    \"salesforceId\": \"0736F00113utfdsQAB\",\n    \"requireTotp\": false,\n    \"notificationEnabled\": true,\n    \"securityRoles\": [\n        \"companyAdmin\"\n    ],\n    \"featureFlags\": [],\n    \"newsletter\": true,\n    \"promotions\": true,\n    \"name\": \"Jeffrey Megaport\"\n   }\n]"},"url":"{{baseUrl}}/v2/employee/:employeeId","description":"<p>Updates user information for the user specified by the employee ID.</p>\n<p>You can find the employee ID (<code>personId</code>) using the GET List Company Users <code>/v2/employment</code> endpoint.</p>\n<p>The changes are defined in the Body of the request. Only include the attributes that you want to update.</p>\n<p>The attributes have these values.</p>\n<ul>\n<li><code>notificationEnabled</code> - (Boolean) - Notification setup of the user.</li>\n<li><code>position</code> - (String) Role of the user. For more information on roles, see <strong>POST Invite (Add) a New User to an Existing Company</strong>.</li>\n<li><code>newsletter</code> - (Boolean) - Newsletter setup of the user.</li>\n<li><code>promotions</code> - (Boolean) - Promotions setup of the user.</li>\n<li><code>firstName</code> - (String) First name of the user.</li>\n<li><code>lastName</code> - (String) Last name of the user.</li>\n<li><code>phone</code> - (String) Phone number of the user.</li>\n<li><code>requireTotp</code> - (Boolean) Defines whether the user requires a time-based one-time password.</li>\n<li><code>active</code> - (Boolean) Set this value to true if the user is active or set this value to false to define the user as Inactive.</li>\n<li><code>securityRoles</code> - (Array of strings) Security roles of the user. For example, companyAdmin, technicalContact.</li>\n<li><code>mobile</code> - (String) Mobile phone number of the user.</li>\n<li><code>email</code> - (String) Email address of the user.</li>\n<li><code>partyId</code> - (String) - Employee ID of the user. Same as the <code>personId</code>.</li>\n<li><code>altId</code> - (String) Google ID of the user.</li>\n<li><code>username</code> - (String) - Username of the user.</li>\n<li><code>uid</code> - (String) - Uid of the user.</li>\n<li><code>googlePlus</code> - (String) Google Link of the user.</li>\n<li><code>salesforceId</code> - (String) Salesforce ID of the user.</li>\n<li><code>name</code> - (String) - Full name of the user.</li>\n<li><code>emails</code> - (Array of objects (Email)) Email object of the user.<ul>\n<li><code>emailAddressId</code> (Integer) - Email address ID.</li>\n<li><code>email</code> (String) - Email address.</li>\n<li><code>primary</code> (Boolean) - Defines whether the email is the primary email address of the user.</li>\n<li><code>badEmail</code> (Boolean) - Is the email given in the correct format?</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["v2","employee",":employeeId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"d4d915a4-e2bc-4874-94a3-f0cdabad93d9","description":{"content":"<p>The employee ID of the user for which to update details. (Required - integer)</p>\n","type":"text/plain"},"type":"any","value":"{employeeId}","key":"employeeId"}]}},"response":[{"id":"8654f0bf-9ec2-4b7c-b71d-244024563834","name":"Update User Details - Success","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"[\n   {\n    \"position\": \"Company Admin\",\n    \"firstName\": \"Jeffrey\",\n    \"lastName\": \"Megaport\",\n    \"phone\": \"+61 408227543\",\n    \"mobile\": \"+61 408227543\",\n    \"email\": \"jeffrey@megaport.com\",\n    \"partyId\": 45115,\n    \"altId\": \"Google_156979315619591871227\",\n    \"username\": \"jeffrey@megaport.com\",\n    \"active\": true,\n    \"uid\": \"c3ba48e8-20ed-41c3-91ae-c23ad8d3c29e\",\n    \"emails\": [\n        {\n        \"emailAddressId\": 5020,\n        \"email\": \"jeffrey@megaport.com\",\n        \"primary\": true,\n        \"badEmail\": false\n        }\n    ],\n    \"googlePlus\": \"https://plus.google.com/100987315619591971225\",\n    \"salesforceId\": \"0736F00113utfdsQAB\",\n    \"requireTotp\": false,\n    \"notificationEnabled\": true,\n    \"securityRoles\": [\n        \"companyAdmin\"\n    ],\n    \"featureFlags\": [],\n    \"newsletter\": true,\n    \"promotions\": true,\n    \"name\": \"Jeffrey Megaport\"\n   }\n]","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/v2/employee/:employeeId","host":["{{baseUrl}}"],"path":["v2","employee",":employeeId"],"variable":[{"key":"employeeId","value":"45115","description":"The employee ID of the user for which to update details. (Required - integer)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 17 May 2024 06:21:08 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"908"},{"key":"Connection","value":"keep-alive"},{"key":"vary","value":"Origin"},{"key":"vary","value":"Access-Control-Request-Method"},{"key":"vary","value":"Access-Control-Request-Headers"},{"key":"x-correlation-id","value":"4d80d73b18c3883658ef9049bca4a8d6"},{"key":"x-amzn-trace-id","value":"Root=1-6646f754-022b6a2703fb1fff0e359207"},{"key":"trace-id","value":"4d80d73b18c3883658ef9049bca4a8d6"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"set-cookie","value":"JSESSIONID=7000197C445FFC2D51A759FFDFF473AE; Path=/; HttpOnly"},{"key":"server-timing","value":"app;dur=76"},{"key":"etag","value":"\"0e8bcea3838f0f9789bb4fdd8ba24a1a1\""},{"key":"x-xss-protection","value":"1 ; mode=block"},{"key":"strict-transport-security","value":"max-age=31536000; preload"},{"key":"referrer-policy","value":"no-referrer"},{"key":"content-security-policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"x-download-options","value":"noopen"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Employee has been updated.\",\n  \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\"\n}"},{"id":"3ef63019-e11d-4e96-b378-312341031e0e","name":"Update User Details - Cannot Change Email","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"[\n   {\n    \"position\": \"Company Admin\",\n    \"firstName\": \"Jeffrey\",\n    \"lastName\": \"Megaport\",\n    \"phone\": \"+61 408227543\",\n    \"mobile\": \"+61 408227543\",\n    \"email\": \"jeffrey@megaport.com\",\n    \"partyId\": 45115,\n    \"altId\": \"Google_156979315619591871227\",\n    \"username\": \"jeffrey@megaport.com\",\n    \"active\": true,\n    \"uid\": \"c3ba48e8-20ed-41c3-91ae-c23ad8d3c29e\",\n    \"emails\": [\n        {\n        \"emailAddressId\": 5020,\n        \"email\": \"jeffrey@megaport.com\",\n        \"primary\": true,\n        \"badEmail\": false\n        }\n    ],\n    \"googlePlus\": \"https://plus.google.com/100987315619591971225\",\n    \"salesforceId\": \"0736F00113utfdsQAB\",\n    \"requireTotp\": false,\n    \"notificationEnabled\": true,\n    \"securityRoles\": [\n        \"companyAdmin\"\n    ],\n    \"featureFlags\": [],\n    \"newsletter\": true,\n    \"promotions\": true,\n    \"name\": \"Jeffrey Megaport\"\n   }\n]","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/v2/employee/:employeeId","host":["{{baseUrl}}"],"path":["v2","employee",":employeeId"],"variable":[{"key":"employeeId","value":"45115","description":"The employee ID of the user for which to update details. (Required - integer)"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 17 May 2024 06:21:08 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"908"},{"key":"Connection","value":"keep-alive"},{"key":"vary","value":"Origin"},{"key":"vary","value":"Access-Control-Request-Method"},{"key":"vary","value":"Access-Control-Request-Headers"},{"key":"x-correlation-id","value":"4d80d73b18c3883658ef9049bca4a8d6"},{"key":"x-amzn-trace-id","value":"Root=1-6646f754-022b6a2703fb1fff0e359207"},{"key":"trace-id","value":"4d80d73b18c3883658ef9049bca4a8d6"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"set-cookie","value":"JSESSIONID=7000197C445FFC2D51A759FFDFF473AE; Path=/; HttpOnly"},{"key":"server-timing","value":"app;dur=76"},{"key":"etag","value":"\"0e8bcea3838f0f9789bb4fdd8ba24a1a1\""},{"key":"x-xss-protection","value":"1 ; mode=block"},{"key":"strict-transport-security","value":"max-age=31536000; preload"},{"key":"referrer-policy","value":"no-referrer"},{"key":"content-security-policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"x-download-options","value":"noopen"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"User's email can not be changed.\",\n  \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\"\n}"},{"id":"7de36d13-41e4-4d1c-bc41-1bc97dc9f789","name":"Update User Details - Token Issue","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"[\n   {\n    \"position\": \"Company Admin\",\n    \"firstName\": \"Jeffrey\",\n    \"lastName\": \"Megaport\",\n    \"phone\": \"+61 408227543\",\n    \"mobile\": \"+61 408227543\",\n    \"email\": \"jeffrey@megaport.com\",\n    \"partyId\": 45115,\n    \"altId\": \"Google_156979315619591871227\",\n    \"username\": \"jeffrey@megaport.com\",\n    \"active\": true,\n    \"uid\": \"c3ba48e8-20ed-41c3-91ae-c23ad8d3c29e\",\n    \"emails\": [\n        {\n        \"emailAddressId\": 5020,\n        \"email\": \"jeffrey@megaport.com\",\n        \"primary\": true,\n        \"badEmail\": false\n        }\n    ],\n    \"googlePlus\": \"https://plus.google.com/100987315619591971225\",\n    \"salesforceId\": \"0736F00113utfdsQAB\",\n    \"requireTotp\": false,\n    \"notificationEnabled\": true,\n    \"securityRoles\": [\n        \"companyAdmin\"\n    ],\n    \"featureFlags\": [],\n    \"newsletter\": true,\n    \"promotions\": true,\n    \"name\": \"Jeffrey Megaport\"\n   }\n]","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/v2/employee/:employeeId","host":["{{baseUrl}}"],"path":["v2","employee",":employeeId"],"variable":[{"key":"employeeId","value":"45115","description":"The employee ID of the user for which to update details. (Required - integer)"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 17 May 2024 06:21:08 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"908"},{"key":"Connection","value":"keep-alive"},{"key":"vary","value":"Origin"},{"key":"vary","value":"Access-Control-Request-Method"},{"key":"vary","value":"Access-Control-Request-Headers"},{"key":"x-correlation-id","value":"4d80d73b18c3883658ef9049bca4a8d6"},{"key":"x-amzn-trace-id","value":"Root=1-6646f754-022b6a2703fb1fff0e359207"},{"key":"trace-id","value":"4d80d73b18c3883658ef9049bca4a8d6"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"set-cookie","value":"JSESSIONID=7000197C445FFC2D51A759FFDFF473AE; Path=/; HttpOnly"},{"key":"server-timing","value":"app;dur=76"},{"key":"etag","value":"\"0e8bcea3838f0f9789bb4fdd8ba24a1a1\""},{"key":"x-xss-protection","value":"1 ; mode=block"},{"key":"strict-transport-security","value":"max-age=31536000; preload"},{"key":"referrer-policy","value":"no-referrer"},{"key":"content-security-policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"x-download-options","value":"noopen"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Bad session token - try logging in again.\",\n  \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\"\n}"},{"id":"ae4fc4b8-9763-4e22-a118-763f32aeca31","name":"Update User Details - User Not Found","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"[\n   {\n    \"position\": \"Company Admin\",\n    \"firstName\": \"Jeffrey\",\n    \"lastName\": \"Megaport\",\n    \"phone\": \"+61 408227543\",\n    \"mobile\": \"+61 408227543\",\n    \"email\": \"jeffrey@megaport.com\",\n    \"partyId\": 45115,\n    \"altId\": \"Google_156979315619591871227\",\n    \"username\": \"jeffrey@megaport.com\",\n    \"active\": true,\n    \"uid\": \"c3ba48e8-20ed-41c3-91ae-c23ad8d3c29e\",\n    \"emails\": [\n        {\n        \"emailAddressId\": 5020,\n        \"email\": \"jeffrey@megaport.com\",\n        \"primary\": true,\n        \"badEmail\": false\n        }\n    ],\n    \"googlePlus\": \"https://plus.google.com/100987315619591971225\",\n    \"salesforceId\": \"0736F00113utfdsQAB\",\n    \"requireTotp\": false,\n    \"notificationEnabled\": true,\n    \"securityRoles\": [\n        \"companyAdmin\"\n    ],\n    \"featureFlags\": [],\n    \"newsletter\": true,\n    \"promotions\": true,\n    \"name\": \"Jeffrey Megaport\"\n   }\n]","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/v2/employee/:employeeId","host":["{{baseUrl}}"],"path":["v2","employee",":employeeId"],"variable":[{"key":"employeeId","value":"45115","description":"The employee ID of the user for which to update details. (Required - integer)"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 17 May 2024 06:21:08 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"908"},{"key":"Connection","value":"keep-alive"},{"key":"vary","value":"Origin"},{"key":"vary","value":"Access-Control-Request-Method"},{"key":"vary","value":"Access-Control-Request-Headers"},{"key":"x-correlation-id","value":"4d80d73b18c3883658ef9049bca4a8d6"},{"key":"x-amzn-trace-id","value":"Root=1-6646f754-022b6a2703fb1fff0e359207"},{"key":"trace-id","value":"4d80d73b18c3883658ef9049bca4a8d6"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"set-cookie","value":"JSESSIONID=7000197C445FFC2D51A759FFDFF473AE; Path=/; HttpOnly"},{"key":"server-timing","value":"app;dur=76"},{"key":"etag","value":"\"0e8bcea3838f0f9789bb4fdd8ba24a1a1\""},{"key":"x-xss-protection","value":"1 ; mode=block"},{"key":"strict-transport-security","value":"max-age=31536000; preload"},{"key":"referrer-policy","value":"no-referrer"},{"key":"content-security-policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"x-download-options","value":"noopen"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Employee 45115 Not Found\",\n  \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\"\n}"}],"_postman_id":"b951a109-b283-4da1-a1eb-5338d0b2699a"},{"name":"Delete Invited User","id":"9b9f90ef-3d5b-4c03-8d85-156d1bca09f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v2/employee/:employeeId","description":"<p>Deletes a user who has been invited to your company but has not yet logged in.</p>\n<p>If a new user has previously been invited to your company, but now you want to cancel the invite before the user logs in, you can use this endpoint. You might want to do this, for example, if the wrong user has been sent the email invite, or there was a mistake made when entering the email address.</p>\n<p>The email address of a user that has been created cannot be modified, therefore you can use this endpoint to delete the new user and later recreate it with the correct details.</p>\n<p><strong>Note:</strong> Users cannot be deleted if they have logged in. In this case, they need to be made inactive instead of being deleted. The <strong>Update User Details</strong> endpoint can be used to make a user inactive.</p>\n<h4 id=\"status-code-400\">Status Code 400</h4>\n<p>The user cannot be deleted when this status code is returned. This can happen in these situations:</p>\n<ul>\n<li>invitationPending is not True () (The user has already logged in)</li>\n<li>Idpid is null or empty</li>\n</ul>\n","urlObject":{"path":["v2","employee",":employeeId"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"17723643-a413-49e0-baaf-4ed03ab6fec2","description":{"content":"<p>The employee ID of the user to delete. (Required - integer)</p>\n","type":"text/plain"},"type":"any","value":"{employeeId}","key":"employeeId"}]}},"response":[{"id":"a691d98d-46a2-412c-908c-26fc43477774","name":"Delete Invited User - Success","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":{"raw":"{{baseUrl}}/v2/employee/:employeeId","host":["{{baseUrl}}"],"path":["v2","employee",":employeeId"],"variable":[{"key":"employeeId","value":"45115","description":"The employee ID of the user to delete. (Required - integer)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 17 May 2024 06:21:08 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"908"},{"key":"Connection","value":"keep-alive"},{"key":"vary","value":"Origin"},{"key":"vary","value":"Access-Control-Request-Method"},{"key":"vary","value":"Access-Control-Request-Headers"},{"key":"x-correlation-id","value":"4d80d73b18c3883658ef9049bca4a8d6"},{"key":"x-amzn-trace-id","value":"Root=1-6646f754-022b6a2703fb1fff0e359207"},{"key":"trace-id","value":"4d80d73b18c3883658ef9049bca4a8d6"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"set-cookie","value":"JSESSIONID=7000197C445FFC2D51A759FFDFF473AE; Path=/; HttpOnly"},{"key":"server-timing","value":"app;dur=76"},{"key":"etag","value":"\"0e8bcea3838f0f9789bb4fdd8ba24a1a1\""},{"key":"x-xss-protection","value":"1 ; mode=block"},{"key":"strict-transport-security","value":"max-age=31536000; preload"},{"key":"referrer-policy","value":"no-referrer"},{"key":"content-security-policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"x-download-options","value":"noopen"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Employee with ID: 45115 has been deleted from system.\",\n  \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\"\n}"},{"id":"154ea0f3-58f5-407a-9eac-aa06df406604","name":"Delete Invited User - Cannot Delete User","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":{"raw":"{{baseUrl}}/v2/employee/:employeeId","host":["{{baseUrl}}"],"path":["v2","employee",":employeeId"],"variable":[{"key":"employeeId","value":"45115","description":"The employee ID of the user to delete. (Required - integer)"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 17 May 2024 06:21:08 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"908"},{"key":"Connection","value":"keep-alive"},{"key":"vary","value":"Origin"},{"key":"vary","value":"Access-Control-Request-Method"},{"key":"vary","value":"Access-Control-Request-Headers"},{"key":"x-correlation-id","value":"4d80d73b18c3883658ef9049bca4a8d6"},{"key":"x-amzn-trace-id","value":"Root=1-6646f754-022b6a2703fb1fff0e359207"},{"key":"trace-id","value":"4d80d73b18c3883658ef9049bca4a8d6"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"set-cookie","value":"JSESSIONID=7000197C445FFC2D51A759FFDFF473AE; Path=/; HttpOnly"},{"key":"server-timing","value":"app;dur=76"},{"key":"etag","value":"\"0e8bcea3838f0f9789bb4fdd8ba24a1a1\""},{"key":"x-xss-protection","value":"1 ; mode=block"},{"key":"strict-transport-security","value":"max-age=31536000; preload"},{"key":"referrer-policy","value":"no-referrer"},{"key":"content-security-policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"x-download-options","value":"noopen"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Bad request. This employee can not be deleted.\",\n  \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\"\n}"},{"id":"304f0436-bb17-4981-883b-df85551ca593","name":"Delete Invited User - Token Issue","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":{"raw":"{{baseUrl}}/v2/employee/:employeeId","host":["{{baseUrl}}"],"path":["v2","employee",":employeeId"],"variable":[{"key":"employeeId","value":"45115","description":"The employee ID of the user to delete. (Required - integer)"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 17 May 2024 06:21:08 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"908"},{"key":"Connection","value":"keep-alive"},{"key":"vary","value":"Origin"},{"key":"vary","value":"Access-Control-Request-Method"},{"key":"vary","value":"Access-Control-Request-Headers"},{"key":"x-correlation-id","value":"4d80d73b18c3883658ef9049bca4a8d6"},{"key":"x-amzn-trace-id","value":"Root=1-6646f754-022b6a2703fb1fff0e359207"},{"key":"trace-id","value":"4d80d73b18c3883658ef9049bca4a8d6"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"set-cookie","value":"JSESSIONID=7000197C445FFC2D51A759FFDFF473AE; Path=/; HttpOnly"},{"key":"server-timing","value":"app;dur=76"},{"key":"etag","value":"\"0e8bcea3838f0f9789bb4fdd8ba24a1a1\""},{"key":"x-xss-protection","value":"1 ; mode=block"},{"key":"strict-transport-security","value":"max-age=31536000; preload"},{"key":"referrer-policy","value":"no-referrer"},{"key":"content-security-policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"x-download-options","value":"noopen"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Bad session token - try logging in again.\",\n  \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\"\n}"},{"id":"387db34f-1ed4-4b2a-a0b6-651c0841608e","name":"Delete Invited User - Unauthorized","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":{"raw":"{{baseUrl}}/v2/employee/:employeeId","host":["{{baseUrl}}"],"path":["v2","employee",":employeeId"],"variable":[{"key":"employeeId","value":"45115","description":"The employee ID of the user to delete. (Required - integer)"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 17 May 2024 06:21:08 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"908"},{"key":"Connection","value":"keep-alive"},{"key":"vary","value":"Origin"},{"key":"vary","value":"Access-Control-Request-Method"},{"key":"vary","value":"Access-Control-Request-Headers"},{"key":"x-correlation-id","value":"4d80d73b18c3883658ef9049bca4a8d6"},{"key":"x-amzn-trace-id","value":"Root=1-6646f754-022b6a2703fb1fff0e359207"},{"key":"trace-id","value":"4d80d73b18c3883658ef9049bca4a8d6"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"set-cookie","value":"JSESSIONID=7000197C445FFC2D51A759FFDFF473AE; Path=/; HttpOnly"},{"key":"server-timing","value":"app;dur=76"},{"key":"etag","value":"\"0e8bcea3838f0f9789bb4fdd8ba24a1a1\""},{"key":"x-xss-protection","value":"1 ; mode=block"},{"key":"strict-transport-security","value":"max-age=31536000; preload"},{"key":"referrer-policy","value":"no-referrer"},{"key":"content-security-policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"x-download-options","value":"noopen"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permissions for this operation\",\n  \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\"\n}"},{"id":"95fc5b36-8649-4f46-abba-693253123a63","name":"Delete Invited User - User Not Found","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":{"raw":"{{baseUrl}}/v2/employee/:employeeId","host":["{{baseUrl}}"],"path":["v2","employee",":employeeId"],"variable":[{"key":"employeeId","value":"45115","description":"The employee ID of the user to delete. (Required - integer)"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 17 May 2024 06:21:08 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"908"},{"key":"Connection","value":"keep-alive"},{"key":"vary","value":"Origin"},{"key":"vary","value":"Access-Control-Request-Method"},{"key":"vary","value":"Access-Control-Request-Headers"},{"key":"x-correlation-id","value":"4d80d73b18c3883658ef9049bca4a8d6"},{"key":"x-amzn-trace-id","value":"Root=1-6646f754-022b6a2703fb1fff0e359207"},{"key":"trace-id","value":"4d80d73b18c3883658ef9049bca4a8d6"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"set-cookie","value":"JSESSIONID=7000197C445FFC2D51A759FFDFF473AE; Path=/; HttpOnly"},{"key":"server-timing","value":"app;dur=76"},{"key":"etag","value":"\"0e8bcea3838f0f9789bb4fdd8ba24a1a1\""},{"key":"x-xss-protection","value":"1 ; mode=block"},{"key":"strict-transport-security","value":"max-age=31536000; preload"},{"key":"referrer-policy","value":"no-referrer"},{"key":"content-security-policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"x-download-options","value":"noopen"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"This employee does not exist.\",\n  \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\"\n}"},{"id":"567e3101-75e2-4e93-b074-8378ff974859","name":"Delete Invited User - Internal Server Error","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":{"raw":"{{baseUrl}}/v2/employee/:employeeId","host":["{{baseUrl}}"],"path":["v2","employee",":employeeId"],"variable":[{"key":"employeeId","value":"45115","description":"The employee ID of the user to delete. (Required - integer)"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 17 May 2024 06:21:08 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"908"},{"key":"Connection","value":"keep-alive"},{"key":"vary","value":"Origin"},{"key":"vary","value":"Access-Control-Request-Method"},{"key":"vary","value":"Access-Control-Request-Headers"},{"key":"x-correlation-id","value":"4d80d73b18c3883658ef9049bca4a8d6"},{"key":"x-amzn-trace-id","value":"Root=1-6646f754-022b6a2703fb1fff0e359207"},{"key":"trace-id","value":"4d80d73b18c3883658ef9049bca4a8d6"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"set-cookie","value":"JSESSIONID=7000197C445FFC2D51A759FFDFF473AE; Path=/; HttpOnly"},{"key":"server-timing","value":"app;dur=76"},{"key":"etag","value":"\"0e8bcea3838f0f9789bb4fdd8ba24a1a1\""},{"key":"x-xss-protection","value":"1 ; mode=block"},{"key":"strict-transport-security","value":"max-age=31536000; preload"},{"key":"referrer-policy","value":"no-referrer"},{"key":"content-security-policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"x-download-options","value":"noopen"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Internal server error\",\n  \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\"\n}"}],"_postman_id":"9b9f90ef-3d5b-4c03-8d85-156d1bca09f6"},{"name":"List Company Users","id":"c6db60b5-686a-4dac-9d6e-68307622f56a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v2/employment","description":"<p>Returns user information for all users in the company.</p>\n<p>The response includes the name, email address, phone number, username, Megaport role, Megaport permissions, and whether MFA is enabled for the user.</p>\n","urlObject":{"path":["v2","employment"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"3f52710d-6666-4a39-a005-71d446f23d1a","name":"List Company Users - Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v2/employment"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 06 Feb 2026 03:46:13 GMT"},{"key":"Content-Type","value":"application/json","description":""},{"key":"Content-Length","value":"116873"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amzn-Trace-Id","value":"Root=1-69856404-4c885d6966f574172dd9fdd0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Server-Timing","value":"app;dur=602"},{"key":"ETag","value":"W/\"013ed1cd2bd381e58c9a3fcf34d6bf012\""},{"key":"X-Xss-Protection","value":"1 ; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"trace-id","value":"7a924a6e896601e628a9a249cc62dd64"},{"key":"content-encoding","value":"gzip"},{"key":"X-Robots-Tag","value":"noindex"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Found Employments for Company 1153\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"emails\": [\n                {\n                    \"emailAddressId\": 47162,\n                    \"email\": \"kate.peters@example.com\",\n                    \"primary\": true,\n                    \"badEmail\": false,\n                    \"badEmailType\": null,\n                    \"badEmailReason\": null\n                }\n            ],\n            \"companyId\": 1153,\n            \"companyUid\": \"160208ad-01e4-4cb9-8d57-03b197bd47a9\",\n            \"email\": \"kate.peters@example.com\",\n            \"employmentId\": 34796,\n            \"firstName\": \"Kate\",\n            \"lastName\": \"Peters\",\n            \"personId\": 38596,\n            \"personUid\": \"8319368e-896b-48fc-a0d0-2ba3249d919d\",\n            \"position\": \"Company Admin\",\n            \"username\": \"kate.peters@example.com\",\n            \"active\": true,\n            \"securityRoles\": [\n                \"companyAdmin\"\n            ],\n            \"permissions\": [\n                \"financials\",\n                \"approve_order\",\n                \"services\",\n                \"tools\",\n                \"modify_service\",\n                \"position_manager\",\n                \"marketing\",\n                \"graphs\",\n                \"place_order\",\n                \"company_admin\",\n                \"virtual_employee\",\n                \"discounts.all.view\",\n                \"notifications\"\n            ],\n            \"companyName\": \"Megacompany\",\n            \"employmentType\": \"REAL\",\n            \"createDate\": 1617083867147,\n            \"lastUpdateDate\": 1652844036264,\n            \"lastLoginDate\": 1655146132919,\n            \"notificationEnabled\": true,\n            \"invitationPending\": false,\n            \"mfaEnabled\": false,\n            \"ssoStatus\": null,\n            \"idpId\": null,\n            \"phone\": null,\n            \"mobile\": null,\n            \"requireTotp\": false,\n            \"name\": \"Kate Peters\"\n        },\n        {\n            \"emails\": [\n                {\n                    \"emailAddressId\": null,\n                    \"email\": \"kate.peters@example.com\",\n                    \"primary\": true,\n                    \"badEmail\": false,\n                    \"badEmailType\": null,\n                    \"badEmailReason\": null\n                }\n            ],\n            \"companyId\": 1153,\n            \"companyUid\": \"160208ad-01e4-4cb9-8d57-03b197bd47a9\",\n            \"email\": \"Simon.Bailey@example.com\",\n            \"employmentId\": 494,\n            \"firstName\": \"Simon\",\n            \"lastName\": \"Bailey\",\n            \"personId\": 556,\n            \"personUid\": \"cc70d855-8d92-459b-8e84-a635399848c8\",\n            \"position\": \"Internal\",\n            \"username\": \"limited_live_account\",\n            \"active\": false,\n            \"securityRoles\": [],\n            \"permissions\": [],\n            \"companyName\": \"Megacompany\",\n            \"employmentType\": \"REAL\",\n            \"createDate\": 1399587244504,\n            \"lastUpdateDate\": 1441176654058,\n            \"lastLoginDate\": 1399879040869,\n            \"notificationEnabled\": true,\n            \"invitationPending\": false,\n            \"mfaEnabled\": false,\n            \"ssoStatus\": null,\n            \"idpId\": null,\n            \"phone\": \"\",\n            \"mobile\": null,\n            \"requireTotp\": false,\n            \"name\": \"Simon Bailey\"\n        },\n        {\n            \"emails\": [\n                {\n                    \"emailAddressId\": null,\n                    \"email\": \"Simon.Bailey@example.com\",\n                    \"primary\": true,\n                    \"badEmail\": false,\n                    \"badEmailType\": null,\n                    \"badEmailReason\": null\n                }\n            ],\n            \"companyId\": 1153,\n            \"companyUid\": \"160208ad-01e4-4cb9-8d57-03b197bd47a9\",\n            \"email\": \"regulatory@example.com\",\n            \"employmentId\": 21601,\n            \"firstName\": \"Regulatory\",\n            \"lastName\": \"Megacompany\",\n            \"personId\": 24337,\n            \"personUid\": \"cfc57368-8a00-4465-8763-37b6d1f90055\",\n            \"position\": \"Company Admin\",\n            \"username\": \"regulatory@example.com\",\n            \"active\": false,\n            \"securityRoles\": [\n                \"companyAdmin\"\n            ],\n            \"permissions\": [\n                \"financials\",\n                \"approve_order\",\n                \"services\",\n                \"tools\",\n                \"modify_service\",\n                \"position_manager\",\n                \"marketing\",\n                \"graphs\",\n                \"place_order\",\n                \"company_admin\",\n                \"virtual_employee\",\n                \"discounts.all.view\",\n                \"notifications\"\n            ],\n            \"companyName\": \"Megacompany\",\n            \"employmentType\": \"REAL\",\n            \"createDate\": 1568614051054,\n            \"lastUpdateDate\": 1694060308414,\n            \"lastLoginDate\": 1658327915958,\n            \"notificationEnabled\": false,\n            \"invitationPending\": false,\n            \"mfaEnabled\": false,\n            \"ssoStatus\": null,\n            \"idpId\": null,\n            \"phone\": null,\n            \"mobile\": null,\n            \"requireTotp\": false,\n            \"name\": \"Regulatory Megacompany\"\n        },\n        {\n            \"emails\": [\n                {\n                    \"emailAddressId\": null,\n                    \"email\": \"cdaniel@example.com\",\n                    \"primary\": true,\n                    \"badEmail\": false,\n                    \"badEmailType\": null,\n                    \"badEmailReason\": null\n                }\n            ],\n            \"companyId\": 1153,\n            \"companyUid\": \"160208ad-01e4-4cb9-8d57-03b197bd47a9\",\n            \"email\": \"cdaniel@example.com\",\n            \"employmentId\": 862,\n            \"firstName\": \"Craig\",\n            \"lastName\": \"Daniel\",\n            \"personId\": 983,\n            \"personUid\": \"f31cc03e-3283-4e2d-bbed-632de89de5be\",\n            \"position\": \"Company Admin\",\n            \"username\": \"cdaniel@example.com\",\n            \"active\": false,\n            \"securityRoles\": [\n                \"companyAdmin\"\n            ],\n            \"permissions\": [\n                \"financials\",\n                \"approve_order\",\n                \"services\",\n                \"tools\",\n                \"modify_service\",\n                \"position_manager\",\n                \"marketing\",\n                \"graphs\",\n                \"place_order\",\n                \"company_admin\",\n                \"virtual_employee\",\n                \"discounts.all.view\",\n                \"notifications\"\n            ],\n            \"companyName\": \"Megacompany\",\n            \"employmentType\": \"REAL\",\n            \"createDate\": 1419374486963,\n            \"lastUpdateDate\": 1443159683640,\n            \"lastLoginDate\": 1423030943384,\n            \"notificationEnabled\": false,\n            \"invitationPending\": false,\n            \"mfaEnabled\": false,\n            \"ssoStatus\": null,\n            \"idpId\": null,\n            \"phone\": null,\n            \"mobile\": null,\n            \"requireTotp\": false,\n            \"name\": \"Craig Daniel\"\n        },\n        {\n            \"emails\": [\n                {\n                    \"emailAddressId\": null,\n                    \"email\": \"blacklab@xample.com\",\n                    \"primary\": true,\n                    \"badEmail\": false,\n                    \"badEmailType\": null,\n                    \"badEmailReason\": null\n                }\n            ],\n            \"companyId\": 1153,\n            \"companyUid\": \"160208ad-01e4-4cb9-8d57-03b197bd47a9\",\n            \"email\": \"blacklab@xample.com\",\n            \"employmentId\": 940,\n            \"firstName\": \" \",\n            \"lastName\": \" \",\n            \"personId\": 1154,\n            \"personUid\": \"6a389ede-d37d-4b93-bd88-98c42d6cd71b\",\n            \"position\": \"Company Admin\",\n            \"username\": \"lab\",\n            \"active\": false,\n            \"securityRoles\": [\n                \"companyAdmin\"\n            ],\n            \"permissions\": [\n                \"financials\",\n                \"approve_order\",\n                \"services\",\n                \"tools\",\n                \"modify_service\",\n                \"position_manager\",\n                \"marketing\",\n                \"graphs\",\n                \"place_order\",\n                \"company_admin\",\n                \"virtual_employee\",\n                \"discounts.all.view\",\n                \"notifications\"\n            ],\n            \"companyName\": \"Megacompany\",\n            \"employmentType\": \"REAL\",\n            \"createDate\": 1426177909630,\n            \"lastUpdateDate\": 1488349988541,\n            \"lastLoginDate\": 1473135339496,\n            \"notificationEnabled\": false,\n            \"invitationPending\": false,\n            \"mfaEnabled\": false,\n            \"ssoStatus\": null,\n            \"idpId\": null,\n            \"phone\": null,\n            \"mobile\": null,\n            \"requireTotp\": false,\n            \"name\": \"\"\n        },\n        {\n            \"emails\": [\n                {\n                    \"emailAddressId\": null,\n                    \"email\": \"user@example.com\",\n                    \"primary\": true,\n                    \"badEmail\": false,\n                    \"badEmailType\": null,\n                    \"badEmailReason\": null\n                }\n            ],\n            \"companyId\": 1153,\n            \"companyUid\": \"160208ad-01e4-4cb9-8d57-03b197bd47a9\",\n            \"email\": \"user@example.com\",\n            \"employmentId\": 1030,\n            \"firstName\": \"Example\",\n            \"lastName\": \"User\",\n            \"personId\": 1268,\n            \"personUid\": \"5cacc6b4-6ced-44d2-a638-6b125f56fda9\",\n            \"position\": \"Company Admin\",\n            \"username\": \"user@example.com\",\n            \"active\": false,\n            \"securityRoles\": [\n                \"companyAdmin\"\n            ],\n            \"permissions\": [\n                \"financials\",\n                \"approve_order\",\n                \"services\",\n                \"tools\",\n                \"modify_service\",\n                \"position_manager\",\n                \"marketing\",\n                \"graphs\",\n                \"place_order\",\n                \"company_admin\",\n                \"virtual_employee\",\n                \"discounts.all.view\",\n                \"notifications\"\n            ],\n            \"companyName\": \"Megacompany\",\n            \"employmentType\": \"REAL\",\n            \"createDate\": 1431585831793,\n            \"lastUpdateDate\": 1611102430258,\n            \"lastLoginDate\": 1597879601952,\n            \"notificationEnabled\": false,\n            \"invitationPending\": false,\n            \"mfaEnabled\": false,\n            \"ssoStatus\": null,\n            \"idpId\": null,\n            \"phone\": null,\n            \"mobile\": null,\n            \"requireTotp\": false,\n            \"name\": \"Example User\"\n        },\n        {\n            \"emails\": [\n                {\n                    \"emailAddressId\": null,\n                    \"email\": \"henry.winkler@example.com\",\n                    \"primary\": true,\n                    \"badEmail\": false,\n                    \"badEmailType\": null,\n                    \"badEmailReason\": null\n                }\n            ],\n            \"companyId\": 1153,\n            \"companyUid\": \"160208ad-01e4-4cb9-8d57-03b197bd47a9\",\n            \"email\": \"henry.winkler@example.com\",\n            \"employmentId\": 4968,\n            \"firstName\": \"Henry\",\n            \"lastName\": \"Wagner\",\n            \"personId\": 5636,\n            \"personUid\": \"71f46e6d-bea0-47cd-8e3e-21f50acf8f8d\",\n            \"position\": \"Company Admin\",\n            \"username\": \"henry.winkler@example.com\",\n            \"active\": true,\n            \"securityRoles\": [\n                \"companyAdmin\"\n            ],\n            \"permissions\": [\n                \"financials\",\n                \"approve_order\",\n                \"services\",\n                \"tools\",\n                \"modify_service\",\n                \"position_manager\",\n                \"marketing\",\n                \"graphs\",\n                \"place_order\",\n                \"company_admin\",\n                \"virtual_employee\",\n                \"discounts.all.view\",\n                \"notifications\"\n            ],\n            \"companyName\": \"Megacompany\",\n            \"employmentType\": \"REAL\",\n            \"createDate\": 1483660635034,\n            \"lastUpdateDate\": 1702266416204,\n            \"lastLoginDate\": 1764697223632,\n            \"notificationEnabled\": false,\n            \"invitationPending\": false,\n            \"mfaEnabled\": false,\n            \"ssoStatus\": null,\n            \"idpId\": null,\n            \"phone\": null,\n            \"mobile\": null,\n            \"requireTotp\": false,\n            \"name\": \"Henry Winkler\"\n        }\n    ]\n}"}],"_postman_id":"c6db60b5-686a-4dac-9d6e-68307622f56a"},{"name":"Reset Person Multi-Factor Authentication","id":"5a78f67f-5ea4-45f8-b72d-e2b0be065bf8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"{\n\"totpSecret\": \"G4C3S6MBH2HSF2EV\",\n\"totpCode\": \"123456\"\n}"},"url":"{{baseUrl}}/v2/employee/:employeeId/mfa","description":"<p>Resets Multi-Factor Authentication (MFA) for a user.</p>\n<p>This is equivalent to resetting MFA for a user from the User Profile option under the user's name in the Megaport Portal. For more information, see <a href=\"https://docs.megaport.com/setting-up/manage-profile/\">Managing Your User Profile</a>.</p>\n<p>You can find the employee ID (<code>personId</code>) using the GET List Company Users <code>/v2/employment</code> endpoint.</p>\n<p>When MFA is enabled for a user, it can be reset to enroll a new mobile device. You can reset MFA for a user regardless of the global MFA setting for your company. That is, whether MFA has been set to enforced or optional by a Company Admin for your company.</p>\n<p><strong>Note:</strong></p>\n<ul>\n<li>The user will remain logged in to the Megaport Portal when resetting MFA.</li>\n<li>Resetting MFA does not disable MFA for the user account.</li>\n<li>Megaport Support is unable to reset or regenerate QR codes for customers. A Company Admin must perform this task in the Megaport Portal.</li>\n</ul>\n<p>Changes are defined in the Body of the request. The attributes have these values.</p>\n<ul>\n<li><code>totpSecret</code> - (Required - string) A secret returned by calling the <code>/v2/totp/qrcode</code> endpoint. It has a length of 16 characters and contains only capital letters and digits.</li>\n<li><code>totpCode</code> - (Required - string) A 6-digit number generated based on totpSecret. The user can scan the QR code with apps like Google authenticator and that app will generate the code for the user.</li>\n</ul>\n<p>For more information, see <a href=\"https://docs.megaport.com/setting-up/enforcing-mfa/\">Enforcing Multi-Factor Authentication</a>.</p>\n","urlObject":{"path":["v2","employee",":employeeId","mfa"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"f4a192c9-f88b-41fb-9506-e90398412fcb","description":{"content":"<p>The employee ID of the user for whom to reset MFA. (Required - integer)</p>\n","type":"text/plain"},"type":"any","value":"{employeeId}","key":"employeeId"}]}},"response":[{"id":"87eb5d2a-82d3-4bac-837b-06c13c6c6e25","name":"Reset Person Multi-Factor Authentication - Success","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"{\n  \"totpSecret\": \"G4C3S6MBH2HSF2EV\",\n  \"totpCode\": \"123456\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/v2/employee/:employeeId/mfa","host":["{{baseUrl}}"],"path":["v2","employee",":employeeId","mfa"],"variable":[{"key":"employeeId","value":"45115","description":"The employee ID of the user for whom to reset MFA. (Required - integer)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 17 May 2024 06:21:08 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"908"},{"key":"Connection","value":"keep-alive"},{"key":"vary","value":"Origin"},{"key":"vary","value":"Access-Control-Request-Method"},{"key":"vary","value":"Access-Control-Request-Headers"},{"key":"x-correlation-id","value":"4d80d73b18c3883658ef9049bca4a8d6"},{"key":"x-amzn-trace-id","value":"Root=1-6646f754-022b6a2703fb1fff0e359207"},{"key":"trace-id","value":"4d80d73b18c3883658ef9049bca4a8d6"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"set-cookie","value":"JSESSIONID=7000197C445FFC2D51A759FFDFF473AE; Path=/; HttpOnly"},{"key":"server-timing","value":"app;dur=76"},{"key":"etag","value":"\"0e8bcea3838f0f9789bb4fdd8ba24a1a1\""},{"key":"x-xss-protection","value":"1 ; mode=block"},{"key":"strict-transport-security","value":"max-age=31536000; preload"},{"key":"referrer-policy","value":"no-referrer"},{"key":"content-security-policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"x-download-options","value":"noopen"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Your MFA has been reset successfully\",\n  \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\"\n}"},{"id":"7f308a8a-68eb-41fc-b3e2-95d9edad8f50","name":"Reset Person Multi-Factor Authentication - OTP Missing or Invalid","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"{\n  \"totpSecret\": \"G4C3S6MBH2HSF2EV\",\n  \"totpCode\": \"1234\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/v2/employee/:employeeId/mfa","host":["{{baseUrl}}"],"path":["v2","employee",":employeeId","mfa"],"variable":[{"key":"employeeId","value":"45115","description":"The employee ID of the user for whom to reset MFA. (Required - integer)"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 17 May 2024 06:21:08 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"908"},{"key":"Connection","value":"keep-alive"},{"key":"vary","value":"Origin"},{"key":"vary","value":"Access-Control-Request-Method"},{"key":"vary","value":"Access-Control-Request-Headers"},{"key":"x-correlation-id","value":"4d80d73b18c3883658ef9049bca4a8d6"},{"key":"x-amzn-trace-id","value":"Root=1-6646f754-022b6a2703fb1fff0e359207"},{"key":"trace-id","value":"4d80d73b18c3883658ef9049bca4a8d6"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"set-cookie","value":"JSESSIONID=7000197C445FFC2D51A759FFDFF473AE; Path=/; HttpOnly"},{"key":"server-timing","value":"app;dur=76"},{"key":"etag","value":"\"0e8bcea3838f0f9789bb4fdd8ba24a1a1\""},{"key":"x-xss-protection","value":"1 ; mode=block"},{"key":"strict-transport-security","value":"max-age=31536000; preload"},{"key":"referrer-policy","value":"no-referrer"},{"key":"content-security-policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"x-download-options","value":"noopen"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"One time password requires a six-digit number\",\n  \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\"\n}"},{"id":"243c0eba-0f94-43b0-98ae-365263c4791e","name":"Reset Person Multi-Factor Authentication - Token Issue","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"{\n  \"totpSecret\": \"G4C3S6MBH2HSF2EV\",\n  \"totpCode\": \"123456\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/v2/employee/:employeeId/mfa","host":["{{baseUrl}}"],"path":["v2","employee",":employeeId","mfa"],"variable":[{"key":"employeeId","value":"45115","description":"The employee ID of the user for whom to reset MFA. (Required - integer)"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 17 May 2024 06:21:08 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"908"},{"key":"Connection","value":"keep-alive"},{"key":"vary","value":"Origin"},{"key":"vary","value":"Access-Control-Request-Method"},{"key":"vary","value":"Access-Control-Request-Headers"},{"key":"x-correlation-id","value":"4d80d73b18c3883658ef9049bca4a8d6"},{"key":"x-amzn-trace-id","value":"Root=1-6646f754-022b6a2703fb1fff0e359207"},{"key":"trace-id","value":"4d80d73b18c3883658ef9049bca4a8d6"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"set-cookie","value":"JSESSIONID=7000197C445FFC2D51A759FFDFF473AE; Path=/; HttpOnly"},{"key":"server-timing","value":"app;dur=76"},{"key":"etag","value":"\"0e8bcea3838f0f9789bb4fdd8ba24a1a1\""},{"key":"x-xss-protection","value":"1 ; mode=block"},{"key":"strict-transport-security","value":"max-age=31536000; preload"},{"key":"referrer-policy","value":"no-referrer"},{"key":"content-security-policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"x-download-options","value":"noopen"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Bad session token - try logging in again.\",\n  \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\"\n}"},{"id":"e15b36dd-4f14-4c44-b91d-01c6027be45e","name":"Reset Person Multi-Factor Authentication - New OTP Secret Identical","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"{\n  \"totpSecret\": \"G4C3S6MBH2HSF2EV\",\n  \"totpCode\": \"123456\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/v2/employee/:employeeId/mfa","host":["{{baseUrl}}"],"path":["v2","employee",":employeeId","mfa"],"variable":[{"key":"employeeId","value":"45115","description":"The employee ID of the user for whom to reset MFA. (Required - integer)"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 17 May 2024 06:21:08 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"908"},{"key":"Connection","value":"keep-alive"},{"key":"vary","value":"Origin"},{"key":"vary","value":"Access-Control-Request-Method"},{"key":"vary","value":"Access-Control-Request-Headers"},{"key":"x-correlation-id","value":"4d80d73b18c3883658ef9049bca4a8d6"},{"key":"x-amzn-trace-id","value":"Root=1-6646f754-022b6a2703fb1fff0e359207"},{"key":"trace-id","value":"4d80d73b18c3883658ef9049bca4a8d6"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"set-cookie","value":"JSESSIONID=7000197C445FFC2D51A759FFDFF473AE; Path=/; HttpOnly"},{"key":"server-timing","value":"app;dur=76"},{"key":"etag","value":"\"0e8bcea3838f0f9789bb4fdd8ba24a1a1\""},{"key":"x-xss-protection","value":"1 ; mode=block"},{"key":"strict-transport-security","value":"max-age=31536000; preload"},{"key":"referrer-policy","value":"no-referrer"},{"key":"content-security-policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"x-download-options","value":"noopen"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"New totp secret can not be the same as old one\",\n  \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\"\n}"},{"id":"0bdd9e06-ea18-4dac-9df4-463813f13140","name":"Reset Person Multi-Factor Authentication - User Not Found","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"{\n  \"totpSecret\": \"G4C3S6MBH2HSF2EV\",\n  \"totpCode\": \"123456\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/v2/employee/:employeeId/mfa","host":["{{baseUrl}}"],"path":["v2","employee",":employeeId","mfa"],"variable":[{"key":"employeeId","value":"45115","description":"The employee ID of the user for whom to reset MFA. (Required - integer)"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 17 May 2024 06:21:08 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"908"},{"key":"Connection","value":"keep-alive"},{"key":"vary","value":"Origin"},{"key":"vary","value":"Access-Control-Request-Method"},{"key":"vary","value":"Access-Control-Request-Headers"},{"key":"x-correlation-id","value":"4d80d73b18c3883658ef9049bca4a8d6"},{"key":"x-amzn-trace-id","value":"Root=1-6646f754-022b6a2703fb1fff0e359207"},{"key":"trace-id","value":"4d80d73b18c3883658ef9049bca4a8d6"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"set-cookie","value":"JSESSIONID=7000197C445FFC2D51A759FFDFF473AE; Path=/; HttpOnly"},{"key":"server-timing","value":"app;dur=76"},{"key":"etag","value":"\"0e8bcea3838f0f9789bb4fdd8ba24a1a1\""},{"key":"x-xss-protection","value":"1 ; mode=block"},{"key":"strict-transport-security","value":"max-age=31536000; preload"},{"key":"referrer-policy","value":"no-referrer"},{"key":"content-security-policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"x-download-options","value":"noopen"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Can not enable MFA, user's employment not found\",\n  \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\"\n}"}],"_postman_id":"5a78f67f-5ea4-45f8-b72d-e2b0be065bf8"},{"name":"Disable Person Multi-Factor Authentication","id":"12172490-dec1-4d52-9b70-19ce41fd7cb0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v2/employee/:employeeId/mfa","description":"<p>Disables Multi-Factor Authentication (MFA) for a user.</p>\n<p>MFA can be disabled for a user when MFA is set to optional globally for your company, and the user is currently using MFA to log in.</p>\n<p>You can find the employee ID (<code>personId</code>) using the GET List Company Users <code>/v2/employment</code> endpoint.</p>\n<p><strong>Note:</strong></p>\n<ul>\n<li>You cannot disable MFA for a user if it has been enforced globally for all users by a Company Admin.</li>\n<li>Disabling MFA means that the user's account is no longer secured with a second verification factor.</li>\n</ul>\n","urlObject":{"path":["v2","employee",":employeeId","mfa"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"804fdeb8-135c-4826-89d1-b2df02b205c4","description":{"content":"<p>The employee ID of the user for whom to disable MFA. (Required - integer)</p>\n","type":"text/plain"},"type":"any","value":"{employeeId}","key":"employeeId"}]}},"response":[{"id":"c8912bfc-7b54-4632-b7ef-cf5494a2814a","name":"Disable Person Multi-Factor Authentication - Success","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":{"raw":"{{baseUrl}}/v2/employee/:employeeId/mfa","host":["{{baseUrl}}"],"path":["v2","employee",":employeeId","mfa"],"variable":[{"key":"employeeId","value":"45115","description":"The employee ID of the user for whom to disable MFA. (Required - integer)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 17 May 2024 06:21:08 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"908"},{"key":"Connection","value":"keep-alive"},{"key":"vary","value":"Origin"},{"key":"vary","value":"Access-Control-Request-Method"},{"key":"vary","value":"Access-Control-Request-Headers"},{"key":"x-correlation-id","value":"4d80d73b18c3883658ef9049bca4a8d6"},{"key":"x-amzn-trace-id","value":"Root=1-6646f754-022b6a2703fb1fff0e359207"},{"key":"trace-id","value":"4d80d73b18c3883658ef9049bca4a8d6"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"set-cookie","value":"JSESSIONID=7000197C445FFC2D51A759FFDFF473AE; Path=/; HttpOnly"},{"key":"server-timing","value":"app;dur=76"},{"key":"etag","value":"\"0e8bcea3838f0f9789bb4fdd8ba24a1a1\""},{"key":"x-xss-protection","value":"1 ; mode=block"},{"key":"strict-transport-security","value":"max-age=31536000; preload"},{"key":"referrer-policy","value":"no-referrer"},{"key":"content-security-policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"x-download-options","value":"noopen"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Your MFA has been disabled successfully\",\n  \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\"\n}"},{"id":"e5498ba7-9600-4ff6-9456-c171d00a264d","name":"Disable Person Multi-Factor Authentication - Token Issue","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":{"raw":"{{baseUrl}}/v2/employee/:employeeId/mfa","host":["{{baseUrl}}"],"path":["v2","employee",":employeeId","mfa"],"variable":[{"key":"employeeId","value":"45115","description":"The employee ID of the user for whom to disable MFA. (Required - integer)"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 17 May 2024 06:21:08 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"908"},{"key":"Connection","value":"keep-alive"},{"key":"vary","value":"Origin"},{"key":"vary","value":"Access-Control-Request-Method"},{"key":"vary","value":"Access-Control-Request-Headers"},{"key":"x-correlation-id","value":"4d80d73b18c3883658ef9049bca4a8d6"},{"key":"x-amzn-trace-id","value":"Root=1-6646f754-022b6a2703fb1fff0e359207"},{"key":"trace-id","value":"4d80d73b18c3883658ef9049bca4a8d6"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"set-cookie","value":"JSESSIONID=7000197C445FFC2D51A759FFDFF473AE; Path=/; HttpOnly"},{"key":"server-timing","value":"app;dur=76"},{"key":"etag","value":"\"0e8bcea3838f0f9789bb4fdd8ba24a1a1\""},{"key":"x-xss-protection","value":"1 ; mode=block"},{"key":"strict-transport-security","value":"max-age=31536000; preload"},{"key":"referrer-policy","value":"no-referrer"},{"key":"content-security-policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"x-download-options","value":"noopen"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Bad session token - try logging in again.\",\n  \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\"\n}"},{"id":"1aa8f486-2ac7-45c1-89a5-fd37d6301ba2","name":"Disable Person Multi-Factor Authentication - MFA Already Disabled","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":{"raw":"{{baseUrl}}/v2/employee/:employeeId/mfa","host":["{{baseUrl}}"],"path":["v2","employee",":employeeId","mfa"],"variable":[{"key":"employeeId","value":"45115","description":"The employee ID of the user for whom to disable MFA. (Required - integer)"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 17 May 2024 06:21:08 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"908"},{"key":"Connection","value":"keep-alive"},{"key":"vary","value":"Origin"},{"key":"vary","value":"Access-Control-Request-Method"},{"key":"vary","value":"Access-Control-Request-Headers"},{"key":"x-correlation-id","value":"4d80d73b18c3883658ef9049bca4a8d6"},{"key":"x-amzn-trace-id","value":"Root=1-6646f754-022b6a2703fb1fff0e359207"},{"key":"trace-id","value":"4d80d73b18c3883658ef9049bca4a8d6"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"set-cookie","value":"JSESSIONID=7000197C445FFC2D51A759FFDFF473AE; Path=/; HttpOnly"},{"key":"server-timing","value":"app;dur=76"},{"key":"etag","value":"\"0e8bcea3838f0f9789bb4fdd8ba24a1a1\""},{"key":"x-xss-protection","value":"1 ; mode=block"},{"key":"strict-transport-security","value":"max-age=31536000; preload"},{"key":"referrer-policy","value":"no-referrer"},{"key":"content-security-policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"x-download-options","value":"noopen"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Can not disable MFA, it has already been disabled\",\n  \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\"\n}"},{"id":"12987e51-b73f-45b8-8033-551cbf9fa113","name":"Disable Person Multi-Factor Authentication - User Not Found","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":{"raw":"{{baseUrl}}/v2/employee/:employeeId/mfa","host":["{{baseUrl}}"],"path":["v2","employee",":employeeId","mfa"],"variable":[{"key":"employeeId","value":"45115","description":"The employee ID of the user for whom to disable MFA. (Required - integer)"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 17 May 2024 06:21:08 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"908"},{"key":"Connection","value":"keep-alive"},{"key":"vary","value":"Origin"},{"key":"vary","value":"Access-Control-Request-Method"},{"key":"vary","value":"Access-Control-Request-Headers"},{"key":"x-correlation-id","value":"4d80d73b18c3883658ef9049bca4a8d6"},{"key":"x-amzn-trace-id","value":"Root=1-6646f754-022b6a2703fb1fff0e359207"},{"key":"trace-id","value":"4d80d73b18c3883658ef9049bca4a8d6"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"set-cookie","value":"JSESSIONID=7000197C445FFC2D51A759FFDFF473AE; Path=/; HttpOnly"},{"key":"server-timing","value":"app;dur=76"},{"key":"etag","value":"\"0e8bcea3838f0f9789bb4fdd8ba24a1a1\""},{"key":"x-xss-protection","value":"1 ; mode=block"},{"key":"strict-transport-security","value":"max-age=31536000; preload"},{"key":"referrer-policy","value":"no-referrer"},{"key":"content-security-policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"x-download-options","value":"noopen"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Can not disable MFA, user's employment not found\",\n  \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\"\n}"}],"_postman_id":"12172490-dec1-4d52-9b70-19ce41fd7cb0"},{"name":"Admin Reset User Multi-Factor Authentication","id":"32b87c70-b9e8-47fc-b3f2-e8eedc629956","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v2/employee/:employeeId/mfa/admin","description":"<p>Resets user Multi-Factor Authentication (MFA) by Company Admin.</p>\n<p>You can use this endpoint, for example, if a user has lost their MFA device and MFA has been enabled. The user cannot log in so a Company Admin needs to reset their MFA, after which the user can set MFA up again later on their device during log in.</p>\n<p>This is equivalent to resetting MFA for a user from the Company &gt; Manage Users option in the Megaport Portal. For more information, see <a href=\"https://docs.megaport.com/portal-admin/user-management/\">Adding and Modifying Users</a>.</p>\n<p>You can find the employee ID (<code>personId</code>) using the GET List Company Users <code>/v2/employment</code> endpoint.</p>\n","urlObject":{"path":["v2","employee",":employeeId","mfa","admin"],"host":["{{baseUrl}}"],"query":[],"variable":[{"id":"8fa629f3-3fcc-484f-9abf-4a68d31a42d4","description":{"content":"<p>The employee ID of the user for whom to reset MFA. (Required - integer)</p>\n","type":"text/plain"},"type":"any","value":"{employeeId}","key":"employeeId"}]}},"response":[{"id":"e9618bec-59f9-469e-8cab-8062c8250687","name":"Admin Reset User Multi-Factor Authentication - Success","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":{"raw":"{{baseUrl}}/v2/employee/:employeeId/mfa/admin","host":["{{baseUrl}}"],"path":["v2","employee",":employeeId","mfa","admin"],"variable":[{"key":"employeeId","value":"45115","description":"The employee ID of the user for whom to reset MFA. (Required - integer)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 17 May 2024 06:21:08 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"908"},{"key":"Connection","value":"keep-alive"},{"key":"vary","value":"Origin"},{"key":"vary","value":"Access-Control-Request-Method"},{"key":"vary","value":"Access-Control-Request-Headers"},{"key":"x-correlation-id","value":"4d80d73b18c3883658ef9049bca4a8d6"},{"key":"x-amzn-trace-id","value":"Root=1-6646f754-022b6a2703fb1fff0e359207"},{"key":"trace-id","value":"4d80d73b18c3883658ef9049bca4a8d6"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"set-cookie","value":"JSESSIONID=7000197C445FFC2D51A759FFDFF473AE; Path=/; HttpOnly"},{"key":"server-timing","value":"app;dur=76"},{"key":"etag","value":"\"0e8bcea3838f0f9789bb4fdd8ba24a1a1\""},{"key":"x-xss-protection","value":"1 ; mode=block"},{"key":"strict-transport-security","value":"max-age=31536000; preload"},{"key":"referrer-policy","value":"no-referrer"},{"key":"content-security-policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"x-download-options","value":"noopen"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The MFA of employee with ID = 45115 has been reset successfully\",\n  \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\"\n}"},{"id":"a6eb8eb5-62a8-412b-bca1-1c707c07189e","name":"Admin Reset User Multi-Factor Authentication - Token Issue","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":{"raw":"{{baseUrl}}/v2/employee/:employeeId/mfa/admin","host":["{{baseUrl}}"],"path":["v2","employee",":employeeId","mfa","admin"],"variable":[{"key":"employeeId","value":"45115","description":"The employee ID of the user for whom to reset MFA. (Required - integer)"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 17 May 2024 06:21:08 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"908"},{"key":"Connection","value":"keep-alive"},{"key":"vary","value":"Origin"},{"key":"vary","value":"Access-Control-Request-Method"},{"key":"vary","value":"Access-Control-Request-Headers"},{"key":"x-correlation-id","value":"4d80d73b18c3883658ef9049bca4a8d6"},{"key":"x-amzn-trace-id","value":"Root=1-6646f754-022b6a2703fb1fff0e359207"},{"key":"trace-id","value":"4d80d73b18c3883658ef9049bca4a8d6"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"set-cookie","value":"JSESSIONID=7000197C445FFC2D51A759FFDFF473AE; Path=/; HttpOnly"},{"key":"server-timing","value":"app;dur=76"},{"key":"etag","value":"\"0e8bcea3838f0f9789bb4fdd8ba24a1a1\""},{"key":"x-xss-protection","value":"1 ; mode=block"},{"key":"strict-transport-security","value":"max-age=31536000; preload"},{"key":"referrer-policy","value":"no-referrer"},{"key":"content-security-policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"x-download-options","value":"noopen"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Bad session token - try logging in again.\",\n  \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\"\n}"},{"id":"c5255c0b-c700-4aa1-a25a-19416c5894f6","name":"Admin Reset User Multi-Factor Authentication - User Not Found","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":{"raw":"{{baseUrl}}/v2/employee/:employeeId/mfa/admin","host":["{{baseUrl}}"],"path":["v2","employee",":employeeId","mfa","admin"],"variable":[{"key":"employeeId","value":"45115","description":"The employee ID of the user for whom to reset MFA. (Required - integer)"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 17 May 2024 06:21:08 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"908"},{"key":"Connection","value":"keep-alive"},{"key":"vary","value":"Origin"},{"key":"vary","value":"Access-Control-Request-Method"},{"key":"vary","value":"Access-Control-Request-Headers"},{"key":"x-correlation-id","value":"4d80d73b18c3883658ef9049bca4a8d6"},{"key":"x-amzn-trace-id","value":"Root=1-6646f754-022b6a2703fb1fff0e359207"},{"key":"trace-id","value":"4d80d73b18c3883658ef9049bca4a8d6"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"set-cookie","value":"JSESSIONID=7000197C445FFC2D51A759FFDFF473AE; Path=/; HttpOnly"},{"key":"server-timing","value":"app;dur=76"},{"key":"etag","value":"\"0e8bcea3838f0f9789bb4fdd8ba24a1a1\""},{"key":"x-xss-protection","value":"1 ; mode=block"},{"key":"strict-transport-security","value":"max-age=31536000; preload"},{"key":"referrer-policy","value":"no-referrer"},{"key":"content-security-policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"x-download-options","value":"noopen"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Target user is not an employee of your company\",\n  \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\"\n}"},{"id":"9e84c507-aab2-496c-9618-1352e0eade9e","name":"Admin Reset User Multi-Factor Authentication - MFA Not Enabled","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":{"raw":"{{baseUrl}}/v2/employee/:employeeId/mfa/admin","host":["{{baseUrl}}"],"path":["v2","employee",":employeeId","mfa","admin"],"variable":[{"key":"employeeId","value":"45115","description":"The employee ID of the user for whom to reset MFA. (Required - integer)"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 17 May 2024 06:21:08 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"908"},{"key":"Connection","value":"keep-alive"},{"key":"vary","value":"Origin"},{"key":"vary","value":"Access-Control-Request-Method"},{"key":"vary","value":"Access-Control-Request-Headers"},{"key":"x-correlation-id","value":"4d80d73b18c3883658ef9049bca4a8d6"},{"key":"x-amzn-trace-id","value":"Root=1-6646f754-022b6a2703fb1fff0e359207"},{"key":"trace-id","value":"4d80d73b18c3883658ef9049bca4a8d6"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"set-cookie","value":"JSESSIONID=7000197C445FFC2D51A759FFDFF473AE; Path=/; HttpOnly"},{"key":"server-timing","value":"app;dur=76"},{"key":"etag","value":"\"0e8bcea3838f0f9789bb4fdd8ba24a1a1\""},{"key":"x-xss-protection","value":"1 ; mode=block"},{"key":"strict-transport-security","value":"max-age=31536000; preload"},{"key":"referrer-policy","value":"no-referrer"},{"key":"content-security-policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"x-download-options","value":"noopen"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Can not reset MFA, target user's MFA has not been enable yet\",\n  \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\"\n}"}],"_postman_id":"32b87c70-b9e8-47fc-b3f2-e8eedc629956"}],"id":"09324124-404d-4fc0-8367-5cb8d818968a","description":"<p>This section describes how to administer user accounts in the Megaport Portal.</p>\n<p>You can:</p>\n<ul>\n<li>Invite (add) new users to your Megaport company</li>\n<li>Show user details</li>\n<li>Update user details</li>\n<li>Delete invited users (who have not logged in yet)</li>\n<li>List all company users</li>\n<li>View user activity</li>\n<li>Reset Multi-Factor Authentication</li>\n<li>Disable Multi-Factor Authentication</li>\n</ul>\n","_postman_id":"09324124-404d-4fc0-8367-5cb8d818968a"},{"name":"Log in With Username and Password (v3)","id":"c5b935b8-85ce-465b-875f-80b3c44887f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"username","value":"{{Username}}","description":"<p>(Required) User's username (email) that will be used to log in. Users can also use email to log in.</p>\n","type":"text"},{"key":"password","value":"{{Password}}","description":"<p>(Required) User's password (Require password or encodedPassword)</p>\n","type":"text"},{"key":"encodedPassword","value":"{{encodedPassword}}","description":"<p>Base64 encoded password (Require password or encodedPassword)</p>\n","type":"text"},{"key":"oneTimePassword","value":"{{oneTimePassword}}","description":"<p>Multi-factor authentication code</p>\n","type":"text"}]},"url":"{{baseUrl}}/v3/login","description":"<p>Logs a user in to the Megaport Portal when they supply a valid username and password.</p>\n<p>This endpoint is called to log an existing user into the system. The endpoint can accept either an encoded password or a plain text password. If multi-factor authentication is enabled on the account, then a valid oneTimePassword value must be provided.</p>\n<p><strong>Note:</strong> If you receive error code 409 Conflict in a response when using this endpoint, it means that the user's email address has not yet been verified. The email address will need to be verified first using the instructions in the <strong>Setting Up a Megaport Account</strong> section of the Megaport documentation. For more information, see <a href=\"https://docs.megaport.com/setting-up/\">Setting Up a Megaport Account</a>.</p>\n","urlObject":{"path":["v3","login"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"bf11a25c-2b25-4027-b6d2-d0ac596c8573","name":"Log in With Username and Password - Success Response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"username","value":"megaport.newuser@abcd.com","type":"text"},{"key":"password","value":"Dfjhgedcifk@!23","type":"text"}]},"url":"{{baseUrl}}/v3/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Login successfully\",\n  \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n  \"data\": {\n    \"permissions\": {\n      \"bec27ded-29fb-43dd-8df8-894eb5ca1e98\": [\n        \"end_user\"\n      ]\n    },\n    \"sourceIp\": \"192.168.1.1\",\n    \"username\": \"megaport.newuser@abcd.com\",\n    \"firstName\": \"p\",\n    \"lastName\": \"k\",\n    \"companyName\": \"Public Access\",\n    \"loginDate\": 1644820229860,\n    \"locale\": \"United Kingdom\",\n    \"language\": \"English\",\n    \"userAgent\": \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.80 Safari/537.36\",\n    \"personId\": 47501,\n    \"personUid\": \"379473d7-ebc8-455e-bffa-370f9378240c\",\n    \"companyId\": 1269,\n    \"companyUid\": \"bec27ded-29fb-43dd-8df8-894eb5ca1e98\",\n    \"channelPartner\": false,\n    \"supportOverride\": false,\n    \"supportOverrideId\": \"\",\n    \"featureFlags\": [\n      \"pv_manual_mvp\",\n      \"distributor_support\",\n      \"vxc_20g\",\n      \"term_mcr\",\n      \"partner_portal\",\n      \"validation\"\n    ],\n    \"email\": \"megaport.newuser@abcd.com\",\n    \"apiKey\": false,\n    \"authorities\": {\n      \"bec27ded-29fb-43dd-8df8-894eb5ca1e98\": {\n        \"end_user\": true\n      }\n    },\n    \"fullName\": \"p k\",\n    \"companyType\": \"DEFAULT\",\n    \"parentCompanyUid\": \"\",\n    \"nearestCountry\": \"\",\n    \"requireTotp\": false,\n    \"accountManager\": {\n      \"firstName\": \"Luke\",\n      \"lastName\": \"Richardson\",\n      \"email\": \"luke.richardson@megaport.com\",\n      \"active\": true,\n      \"uid\": \"1a9cdeaf-549b-4d8a-9f5d-9819f92c4e45\",\n      \"featureFlags\": [],\n      \"newsletter\": true,\n      \"promotions\": true,\n      \"name\": \"Luke Richardson\"\n    },\n    \"forcePassword\": false,\n    \"rootAccountType\": \"ADMIN\",\n    \"accountType\": \"ADMIN\",\n    \"region\": \"\",\n    \"phone\": \"\",\n    \"expiryDate\": \"\",\n    \"companyConfiguration\": {\n      \"consolidatedSettings\": [\n        {\n          \"key\": \"NOTIFICATIONS_ENABLED\",\n          \"value\": true\n        },\n        {\n          \"key\": \"INTERCOM_ENABLED\",\n          \"value\": true\n        },\n        {\n          \"key\": \"JIRA_CHAT_ENABLED\",\n          \"value\": true\n        },\n        {\n          \"key\": \"MARKET_AUSTRALIA\",\n          \"value\": true\n        },\n        {\n          \"key\": \"MARKET_HONG_KONG\",\n          \"value\": true\n        },\n        {\n          \"key\": \"MARKET_SINGAPORE\",\n          \"value\": true\n        },\n        {\n          \"key\": \"MARKET_SWITZERLAND\",\n          \"value\": true\n        },\n        {\n          \"key\": \"MARKET_NEW_ZEALAND\",\n          \"value\": true\n        },\n        {\n          \"key\": \"MARKET_US\",\n          \"value\": true\n        },\n        {\n          \"key\": \"MARKET_CANADA\",\n          \"value\": true\n        },\n        {\n          \"key\": \"MARKET_IRELAND\",\n          \"value\": true\n        },\n        {\n          \"key\": \"MARKET_SWEDEN\",\n          \"value\": true\n        },\n        {\n          \"key\": \"MARKET_NETHERLANDS\",\n          \"value\": true\n        },\n        {\n          \"key\": \"MARKET_GERMANY\",\n          \"value\": true\n        },\n        {\n          \"key\": \"MARKET_GERMANY_ECIX\",\n          \"value\": true\n        },\n        {\n          \"key\": \"MARKET_BULGARIA\",\n          \"value\": true\n        },\n        {\n          \"key\": \"MARKET_UK\",\n          \"value\": true\n        },\n        {\n          \"key\": \"MARKET_NORWAY\",\n          \"value\": true\n        },\n        {\n          \"key\": \"MARKET_FINLAND\",\n          \"value\": true\n        },\n        {\n          \"key\": \"MARKET_AUSTRIA\",\n          \"value\": true\n        },\n        {\n          \"key\": \"MARKET_POLAND\",\n          \"value\": true\n        },\n        {\n          \"key\": \"MARKET_DENMARK\",\n          \"value\": true\n        },\n        {\n          \"key\": \"MARKET_BELGIUM\",\n          \"value\": true\n        },\n        {\n          \"key\": \"MARKET_FRANCE\",\n          \"value\": true\n        },\n        {\n          \"key\": \"MARKET_JAPAN\",\n          \"value\": true\n        },\n        {\n          \"key\": \"MARKET_BRAZIL\",\n          \"value\": true\n        },\n        {\n          \"key\": \"MARKET_ITALY\",\n          \"value\": true\n        },\n        {\n          \"key\": \"MARKET_SPAIN\",\n          \"value\": true\n        },\n        {\n          \"key\": \"MARKET_LUXEMBOURG\",\n          \"value\": true\n        },\n        {\n          \"key\": \"REGISTRATION_TYPE_EMAIL_LINK\",\n          \"value\": true\n        },\n        {\n          \"key\": \"REGISTRATION_TYPE_USER_PROVIDES_CREDENTIALS\",\n          \"value\": false\n        },\n        {\n          \"key\": \"VANTAGE_PREFERRED\",\n          \"value\": false\n        },\n        {\n          \"key\": \"VANTAGE_PRESTIGE\",\n          \"value\": false\n        },\n        {\n          \"key\": \"DASHBOARD_ENABLED\",\n          \"value\": true\n        },\n        {\n          \"key\": \"COMPANY_PROFILE_ENABLED\",\n          \"value\": true\n        },\n        {\n          \"key\": \"MARKETPLACE_PROFILE_ENABLED\",\n          \"value\": true\n        },\n        {\n          \"key\": \"PRICING_VISIBLE\",\n          \"value\": true\n        },\n        {\n          \"key\": \"PAYS_BILL\",\n          \"value\": true\n        },\n        {\n          \"key\": \"PRODUCT_TYPE_MEGAPORT\",\n          \"value\": true\n        },\n        {\n          \"key\": \"PRODUCT_TYPE_IX\",\n          \"value\": true\n        },\n        {\n          \"key\": \"PRODUCT_TYPE_MVE\",\n          \"value\": true\n        },\n        {\n          \"key\": \"PRODUCT_TYPE_MCR2\",\n          \"value\": true\n        },\n        {\n          \"key\": \"PRODUCT_TYPE_VXC\",\n          \"value\": true\n        },\n        {\n          \"key\": \"MVE_BETA_VMWARE\",\n          \"value\": false\n        },\n        {\n          \"key\": \"MVE_BETA_FORTINET\",\n          \"value\": false\n        },\n        {\n          \"key\": \"MVE_BETA_CISCO\",\n          \"value\": false\n        },\n        {\n          \"key\": \"MVE_BETA_VERSA\",\n          \"value\": false\n        },\n        {\n          \"key\": \"MVE_BETA_ARUBA\",\n          \"value\": false\n        },\n        {\n          \"key\": \"MVE_VENDOR_VMWARE\",\n          \"value\": true\n        },\n        {\n          \"key\": \"MVE_VENDOR_FORTINET\",\n          \"value\": true\n        },\n        {\n          \"key\": \"MVE_VENDOR_CISCO\",\n          \"value\": true\n        },\n        {\n          \"key\": \"MVE_VENDOR_VERSA\",\n          \"value\": true\n        },\n        {\n          \"key\": \"MVE_VENDOR_ARUBA\",\n          \"value\": true\n        },\n        {\n          \"key\": \"VANTAGE_PARTNER\",\n          \"value\": false\n        },\n        {\n          \"key\": \"PORTAL_ACCESS_TYPE_STANDARD\",\n          \"value\": true\n        },\n        {\n          \"key\": \"PORTAL_ACCESS_TYPE_WHITELABEL\",\n          \"value\": false\n        },\n        {\n          \"key\": \"PORTAL_ACCESS_TYPE_NONE\",\n          \"value\": false\n        }\n      ]\n    },\n    \"oAuthToken\": {\n      \"idToken\": \"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzUxMiJ9.eyJzdWIiOiIwMGNmMGQ3YS1iODM1LTQ3ODItOGM1MC0wZGY5ZjdlNjAxNjUiLCJ0b2tlbl91c2UiOiJpZCIsImlzcyI6Imh0dHBzOi8vYXBpLm1lZ2Fwb3J0LmNvbS92Mi9sb2dpbiIsImdyb3VwcyI6WyJyb2xlOmFkbWluIiwiY29tcGFueTpjMTM1ZDczYS1mNTQwLTRkYzEtYTQ3NS00YzFmNTU5OWE5ZjQiLCJwZXJtaXNzaW9uOmhlbGxvIiwicGVybWlzc2lvbjp3b3JsZCJdLCJleHAiOjE2NDQ4MjM3MDAsImdpdmVuX25hbWUiOiJKb2V5IiwiZmFtaWx5X25hbWUiOiJUcmliYmlhbmkiLCJlbWFpbCI6ImpvZXkudHJpYmJpYW5pQGZyaWVuZHMuY29tIiwidXNlcm5hbWUiOiJqb2V5LnRyaWJiaWFuaUBmcmllbmRzLmNvbSJ9.JTPDc45yWhOlA6Wjm1t-rOkS8cZcA2UypLFlYfFvAQ3PyPFeOfhzWU290Ae14__ercZ3cOa812vgNveCb8WRgQ\",\n      \"accessToken\": \"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzUxMiJ9.eyJzdWIiOiIwMGNmMGQ3YS1iODM1LTQ3ODItOGM1MC0wZGY5ZjdlNjAxNjUiLCJ0b2tlbl91c2UiOiJhY2Nlc3MiLCJpc3MiOiJodHRwczovL2FwaS5tZWdhcG9ydC5jb20vdjIvbG9naW4iLCJncm91cHMiOlsicm9sZTphZG1pbiIsImNvbXBhbnk6YzEzNWQ3M2EtZjU0MC00ZGMxLWE0NzUtNGMxZjU1OTlhOWY0IiwicGVybWlzc2lvbjpoZWxsbyIsInBlcm1pc3Npb246d29ybGQiXSwiZXhwIjoxNjQ0ODIzNzAwLCJ1c2VybmFtZSI6ImpvZXkudHJpYmJpYW5pQGZyaWVuZHMuY29tIn0.cjcG-0kNpUu51BnrhI9D7R_7x2qFnE_Vu8iTUhDWGZwNYlpd8EsltwOnpT3A3HVs76-SK4MLyiP3-4sPcI4IhQ\",\n      \"expiresIn\": 1000,\n      \"tokenType\": \"Bearer\"\n    },\n    \"idpId\": \"ec81f4d2-5902-4dba-9df6-ad212a1b2295\",\n    \"t\": 1,\n    \"name\": \"p k\",\n    \"new\": false\n  }\n}"},{"id":"ee900e68-20c3-4431-b042-b3e780acbcf3","name":"Log in With Username and Password - If the Required Fields are not Present or any Field is Incorrect","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"username","value":"","type":"text"},{"key":"password","value":"Dfjhgedcifk@!23","type":"text"}]},"url":"{{baseUrl}}/v3/login"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Username is empty\",\n  \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\"\n}"},{"id":"4c525b75-be3a-4dfd-a346-2364b3c48acf","name":"Log in With Username and Password - Token Issue","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"username","value":"megaport.newuser@abcd.com","type":"text"},{"key":"password","value":"Dfjhgedcifk@!23","type":"text"}]},"url":"{{baseUrl}}/v3/login"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Bad session token - try logging in again.\",\n  \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\"\n}"},{"id":"7c9ed7b6-f2f0-42a4-8382-ebe66b3e0e22","name":"Log in With Username and Password - Email Must be Confirmed Before Logging in","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"username","value":"megaport.newuser@abcd.com","type":"text"},{"key":"password","value":"Dfjhgedcifk@!23","type":"text"}]},"url":"{{baseUrl}}/v3/login"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Email must be confirmed before logging in.\",\n  \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\"\n}"}],"_postman_id":"c5b935b8-85ce-465b-875f-80b3c44887f7"},{"name":"Change Password","id":"1375559a-9b3c-4d76-9636-85f5f2e0c945","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"multipart/form-data"},{"key":"Accept","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"formdata","formdata":[{"key":"oldPassword","value":"{{oldPassword}}","description":"<p>Required if oldEncodedPassword is not present</p>\n","type":"text"},{"key":"newPassword","value":"{{newPassword}}","description":"<p>Required if newEncodedPassword is not present</p>\n","type":"text"},{"key":"oldEncodedPassword","value":"{{oldEncodedPassword}}","description":"<p>Password encoded with 64base encoding. Required if oldPassword is not present</p>\n","type":"text"},{"key":"newEncodedPassword","value":"{{newEncodedPassword}}","description":"<p>Password encoded with 64base encoding. Required if newPassword is not present</p>\n","type":"text"}]},"url":"{{baseUrl}}/v2/password/change","description":"<p>Changes a logged in user’s password for the Megaport Portal.</p>\n<p>The endpoint can accept either an encoded password or a plain password.</p>\n","urlObject":{"path":["v2","password","change"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"22c731cf-d2d8-4f98-a55b-accc94211fdf","name":"Change Password - Password Has Been Changed Successfully","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{accessToken}}","description":"(Required) Bearer Token(Access Token) required to authenticate the endpoint"},{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"oldPassword","value":"7mBG3@4AecqMdJ9","type":"text"},{"key":"newPassword","value":"Dfjhgedcifk@!23","type":"text"}]},"url":"https://api-staging.megaport.com/v2/password/change"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Password has been changed successfully\",\n  \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\"\n}"},{"id":"e9570187-1379-4006-9e2c-09d593ddd89e","name":"Change Password - Password Has Been Changed Successfully Encoded","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{accessToken}}","description":"(Required) Bearer Token(Access Token) required to authenticate the endpoint"},{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"oldEncodedPassword","value":"N21CRzNANEFlY3FNZEo5","type":"text"},{"key":"newEncodedPassword","value":"RGZqaGdlZGNpZmtAITIz","type":"text"}]},"url":"https://api-staging.megaport.com/v2/password/change"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Password has been changed successfully\",\n  \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\"\n}"},{"id":"8d2cce4c-72b9-4f75-aea5-e305fe7e3a7a","name":"Change Password - If the Provided Input Parameters are Invalid","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{accessToken}}","description":"(Required) Bearer Token(Access Token) required to authenticate the endpoint"},{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"oldPassword","value":"","type":"text"},{"key":"newPassword","value":"Dfjhgedcifk@!23","type":"text"}]},"url":"https://api-staging.megaport.com/v2/password/change"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Old Password is required\",\n  \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\"\n}"},{"id":"2e751805-c016-431f-b16b-2fe3075043c4","name":"Change Password - If the Provided Bearer Token (Access Token) is Invalid","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{accessToken}}","description":"(Required) Bearer Token(Access Token) required to authenticate the endpoint"},{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"oldPassword","value":"7mBG3@4AecqMdJ9","type":"text"},{"key":"newPassword","value":"Dfjhgedcifk@!23","type":"text"}]},"url":"{{baseUrl}}/v2/password/change"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Bad session token - try logging in again.\",\n  \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\"\n}"},{"id":"04e514c8-0be0-4252-9214-cb009983aadc","name":"Change Password - Attempted Change Password was Unauthorised","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{accessToken}}","description":"(Required) Bearer Token(Access Token) required to authenticate the endpoint"},{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"oldPassword","value":"7mBG3@4AecqMdJ9","type":"text"},{"key":"newPassword","value":"Dfjhgedcifk@!23","type":"text"}]},"url":"{{baseUrl}}/v2/password/change"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Attempted change password was unauthorised.\",\n  \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\"\n}"},{"id":"562ed28f-7cfc-455b-8c86-b65ae59281b7","name":"Change Password - New Password Must be Different from the Old Password","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{accessToken}}","description":"(Required) Bearer Token(Access Token) required to authenticate the endpoint"},{"key":"Content-Type","value":"multipart/form-data"}],"body":{"mode":"formdata","formdata":[{"key":"oldPassword","value":"7mBG3@4AecqMdJ9","type":"text"},{"key":"newPassword","value":"7mBG3@4AecqMdJ9","type":"text"}]},"url":"https://api-staging.megaport.com/v2/password/change"},"status":"Conflict","code":409,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"The new password must be different from the old password\",\n  \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\"\n}"}],"_postman_id":"1375559a-9b3c-4d76-9636-85f5f2e0c945"},{"name":"Log Out Session","id":"beef52ef-1fbd-42db-9db3-523e5a930b56","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"},{"key":"Accept","value":"application/json"}],"body":{"mode":"raw","raw":"curl --location --request GET 'https://api-uat.megaport.com/v2/logout' \\\n--header 'Authorization: Bearer •••••••' \\\n--header 'Cookie: JSESSIONID=CCED2AEEBCF7C18FAB84FBBF3CD5BDA3'","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v2/logout","description":"<p>Logs a user out of the current API session, ends the session, and revokes the access token associated with the session.</p>\n<p>The token can no longer be used.</p>\n","urlObject":{"path":["v2","logout"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"6087839b-23cf-4321-9996-68a5b0ccb4f1","name":"Log Out Session - Successful Logout","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{accessToken}}","description":"(Required) Access token required to authenticate the endpoint"}],"url":"https://api-staging.megaport.com/v2/logout"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Successful logout\",\n  \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\"\n}"},{"id":"91bfc32f-ed68-4149-80ad-3a6d1edb0d87","name":"Log Out Session - If the User is Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{accessToken}}","description":"(Required) Access token required to authenticate the endpoint"}],"url":"{{baseUrl}}/v2/logout"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Attempted logout was unauthorised.\",\n  \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\"\n}"}],"_postman_id":"beef52ef-1fbd-42db-9db3-523e5a930b56"}],"id":"3dad618c-bb03-4336-ac5b-01b780b4ed22","description":"<p>Megaport API calls require an access token that you can generate after creating an API key in the Portal.</p>\n<p>All API calls are made over SSL/TLS, and every call is authorized through the user account and validated for appropriate permissions.</p>\n<p>Megaport supports two-factor authentication by way of a Time-based one-time password (TOTP) algorithm as defined by <a href=\"https://tools.ietf.org/html/rfc6238\">IETF RFC 6238</a>, and supported by the Google Authenticator app on iOS and Android.</p>\n","_postman_id":"3dad618c-bb03-4336-ac5b-01b780b4ed22"},{"name":"Locations","item":[{"name":"Version 2 (v2) endpoints - to be deprecated July 2025","item":[{"name":"Locations (v2)","id":"ae411b15-0989-4f7f-ac28-78e385264515","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":""},"url":"{{baseUrl}}/v2/locations?locationStatuses={status}&metro={metro)","description":"<p>Returns a list of data centers where you can order a Megaport, MCR, or MVE. You use the <code>id</code> field to identify a data center in API calls for orders.</p>\n<p>You can search the response for attributes such as <code>country</code>, <code>metro</code>, and <code>city</code>, and each location also includes <code>latitude</code> and <code>longitude</code> details.</p>\n<p>If a location supports diversity zones, the response contains a <code>diversityZones</code> object that identifies which diversity zone has availability for a new Port, MCR, or MVE. For ports it will also show the supported Port speeds for each zone.</p>\n<p>The MVE <code>sizes</code> object checks for resource availability and returns the available MVE sizes for that vendor and location. An empty sizes array indicates there are no instance sizes available for that vendor and location.</p>\n<p>The MVE <code>details</code> object returns all available sizes with their details, including label, cpuCoreCount, bandwidthMbps and ramGb.</p>\n<p>You can filter the location results to focus the response. You can filter for <code>locationStatuses</code> (to display only Active, Configured, Expired, and so on), and you can also filter based on MVE SD-WAN vendors and for metros.</p>\n","urlObject":{"path":["v2","locations"],"host":["{{baseUrl}}"],"query":[{"description":{"content":"<p>Filter results based on specified status. This parameter can be added multiple times to capture multiple status values. Status values include: \"Extended\" \"Deployment\" \"Active\" \"New\" \"Restricted\" \"Expired\". (Optional) </p>\n","type":"text/plain"},"key":"locationStatuses","value":"{status}"},{"description":{"content":"<p>Filter results to only include locations in the named metro. (Optional)</p>\n","type":"text/plain"},"key":"metro","value":"{metro)"},{"disabled":true,"description":{"content":"<p>The name of the vendor of the product used to create the MVE. The current vendors are Aruba, Cisco, Fortinet, Versa, VMWare, and Palo Alto.</p>\n","type":"text/plain"},"key":"mveVendor","value":"{vendor}"},{"disabled":true,"description":{"content":"<p>If true, return only the locations in the enabled markets. Default value is false.</p>\n","type":"text/plain"},"key":"marketEnabled","value":"Boolean"}],"variable":[]}},"response":[{"id":"8f22fd66-2986-4eda-b049-d40e15fd8eac","name":"Locations - Active DCs in Singapore","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":{"raw":"https://api-staging.megaport.com/v2/locations?locationStatuses=Active&metro=Singapore","protocol":"https","host":["api-staging","megaport","com"],"path":["v2","locations"],"query":[{"key":"locationStatuses","value":"Active","description":"Filter results based on specified status. This parameter can be added multiple times to capture multiple status values. Status values include: \"Extended\" \"Deployment\" \"Active\" \"New\" \"Restricted\" \"Expired\". (Optional) "},{"key":"metro","value":"Singapore","description":"Filter results to only include locations in the named metro. (Optional)"},{"key":"marketEnabled","value":"Boolean","description":"If true, return only the locations in the enabled markets. Default value is false.","disabled":true},{"key":"mveVendor","value":"Cisco","description":"The name of the vendor of the product used to create the MVE. The current vendors are Aruba, Cisco, Fortinet, Versa, VMWare, and Palo Alto.\n","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Thu, 15 Feb 2024 06:50:55 GMT"},{"key":"strict-transport-security","value":"max-age=31536000; preload"},{"key":"x-correlation-id","value":"0e56724b-30ea-4b40-8299-7c67fb332322"},{"key":"x-amzn-trace-id","value":"Root=1-65cdb44b-465f5c285e1478ab598bc81c"},{"key":"trace-id","value":"19995bf1685dde04ed52eff3574d7f9b"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"uow","value":"a9bfaa61-962f-4584-be71-48c961db61b6"},{"key":"server-timing","value":"app;dur=3466"},{"key":"etag","value":"W/\"0dfc467047beda811d1b62d768583d5fb\""},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 0e61cdf08a154ac7d647c2dc742467a6.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"SYD62-P2"},{"key":"X-Amz-Cf-Id","value":"ei2p6LF8Z7ocAI-H6mHHo4A6vO3CJGeEkrbLi7Tcbh_MecDo3drcxw=="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"List all public locations\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"id\": 36,\n            \"name\": \"Equinix SG1\",\n            \"campus\": \"campus_deprecated\",\n            \"metro\": \"Singapore\",\n            \"country\": \"Singapore\",\n            \"siteCode\": \"sin-sg1\",\n            \"networkRegion\": \"MP1\",\n            \"address\": {\n                \"street\": \"20 Ayer Rajah Crescent\",\n                \"city\": \"Singapore\",\n                \"country\": \"Singapore\",\n                \"postcode\": \"139964\"\n            },\n            \"dc\": {\n                \"id\": 5,\n                \"name\": \"Equinix\"\n            },\n            \"market\": \"SG\",\n            \"vRouterAvailable\": true,\n            \"liveDate\": 1414764000000,\n            \"status\": \"Active\",\n            \"longitude\": 103.78985,\n            \"latitude\": 1.295442,\n            \"products\": {\n                \"mcr\": true,\n                \"mcrVersion\": 2,\n                \"megaport\": [\n                    10,\n                    1,\n                    100\n                ],\n                \"mve\": [\n                    {\n                        \"sizes\": [\n                            \"SMALL\",\n                            \"MEDIUM\",\n                            \"LARGE\"\n                        ],\n                        \"details\": [\n                            {\n                                \"size\": \"SMALL\",\n                                \"label\": \"MVE 2/8\",\n                                \"cpuCoreCount\": 2,\n                                \"bandwidthMbps\": 500,\n                                \"ramGB\": 8\n                            },\n                            {\n                                \"size\": \"MEDIUM\",\n                                \"label\": \"MVE 4/16\",\n                                \"cpuCoreCount\": 4,\n                                \"bandwidthMbps\": 1000,\n                                \"ramGB\": 16\n                            },\n                            {\n                                \"size\": \"LARGE\",\n                                \"label\": \"MVE 8/32\",\n                                \"cpuCoreCount\": 8,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 32\n                            },\n                            {\n                                \"size\": \"X_LARGE_12\",\n                                \"label\": \"MVE 12/48\",\n                                \"cpuCoreCount\": 12,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 48\n                            }\n                        ],\n                        \"maxCpuCount\": 12,\n                        \"version\": \"17.06.01a\",\n                        \"product\": \"C8000\",\n                        \"vendor\": \"Cisco\",\n                        \"vendorDescription\": \"Minimum version of vManage is 20.6\",\n                        \"id\": 22,\n                        \"releaseImage\": true\n                    },\n                    {\n                        \"sizes\": [\n                            \"SMALL\",\n                            \"MEDIUM\",\n                            \"LARGE\"\n                        ],\n                        \"details\": [\n                            {\n                                \"size\": \"SMALL\",\n                                \"label\": \"MVE 2/8\",\n                                \"cpuCoreCount\": 2,\n                                \"bandwidthMbps\": 500,\n                                \"ramGB\": 8\n                            },\n                            {\n                                \"size\": \"MEDIUM\",\n                                \"label\": \"MVE 4/16\",\n                                \"cpuCoreCount\": 4,\n                                \"bandwidthMbps\": 1000,\n                                \"ramGB\": 16\n                            },\n                            {\n                                \"size\": \"LARGE\",\n                                \"label\": \"MVE 8/32\",\n                                \"cpuCoreCount\": 8,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 32\n                            },\n                            {\n                                \"size\": \"X_LARGE_12\",\n                                \"label\": \"MVE 12/48\",\n                                \"cpuCoreCount\": 12,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 48\n                            }\n                        ],\n                        \"maxCpuCount\": 12,\n                        \"version\": \"17.09.01a\",\n                        \"product\": \"C8000\",\n                        \"vendor\": \"Cisco\",\n                        \"vendorDescription\": \"Minimum version of vManage is 20.9\",\n                        \"id\": 28,\n                        \"releaseImage\": true\n                    },\n                    {\n                        \"sizes\": [\n                            \"SMALL\",\n                            \"MEDIUM\",\n                            \"LARGE\"\n                        ],\n                        \"details\": [\n                            {\n                                \"size\": \"SMALL\",\n                                \"label\": \"MVE 2/8\",\n                                \"cpuCoreCount\": 2,\n                                \"bandwidthMbps\": 500,\n                                \"ramGB\": 8\n                            },\n                            {\n                                \"size\": \"MEDIUM\",\n                                \"label\": \"MVE 4/16\",\n                                \"cpuCoreCount\": 4,\n                                \"bandwidthMbps\": 1000,\n                                \"ramGB\": 16\n                            },\n                            {\n                                \"size\": \"LARGE\",\n                                \"label\": \"MVE 8/32\",\n                                \"cpuCoreCount\": 8,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 32\n                            },\n                            {\n                                \"size\": \"X_LARGE_12\",\n                                \"label\": \"MVE 12/48\",\n                                \"cpuCoreCount\": 12,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 48\n                            }\n                        ],\n                        \"maxCpuCount\": 12,\n                        \"version\": \"4.5.1\",\n                        \"product\": \"SD-WAN\",\n                        \"vendor\": \"VMware\",\n                        \"id\": 40,\n                        \"releaseImage\": true\n                    },\n                    {\n                        \"sizes\": [\n                            \"SMALL\",\n                            \"MEDIUM\",\n                            \"LARGE\"\n                        ],\n                        \"details\": [\n                            {\n                                \"size\": \"SMALL\",\n                                \"label\": \"MVE 2/8\",\n                                \"cpuCoreCount\": 2,\n                                \"bandwidthMbps\": 500,\n                                \"ramGB\": 8\n                            },\n                            {\n                                \"size\": \"MEDIUM\",\n                                \"label\": \"MVE 4/16\",\n                                \"cpuCoreCount\": 4,\n                                \"bandwidthMbps\": 1000,\n                                \"ramGB\": 16\n                            },\n                            {\n                                \"size\": \"LARGE\",\n                                \"label\": \"MVE 8/32\",\n                                \"cpuCoreCount\": 8,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 32\n                            },\n                            {\n                                \"size\": \"X_LARGE_12\",\n                                \"label\": \"MVE 12/48\",\n                                \"cpuCoreCount\": 12,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 48\n                            }\n                        ],\n                        \"maxCpuCount\": 12,\n                        \"version\": \"17.12.01a\",\n                        \"product\": \"C8000\",\n                        \"vendor\": \"Cisco\",\n                        \"id\": 46,\n                        \"releaseImage\": true\n                    },\n                    {\n                        \"sizes\": [\n                            \"SMALL\",\n                            \"MEDIUM\",\n                            \"LARGE\"\n                        ],\n                        \"details\": [\n                            {\n                                \"size\": \"SMALL\",\n                                \"label\": \"MVE 2/8\",\n                                \"cpuCoreCount\": 2,\n                                \"bandwidthMbps\": 500,\n                                \"ramGB\": 8\n                            },\n                            {\n                                \"size\": \"MEDIUM\",\n                                \"label\": \"MVE 4/16\",\n                                \"cpuCoreCount\": 4,\n                                \"bandwidthMbps\": 1000,\n                                \"ramGB\": 16\n                            },\n                            {\n                                \"size\": \"LARGE\",\n                                \"label\": \"MVE 8/32\",\n                                \"cpuCoreCount\": 8,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 32\n                            },\n                            {\n                                \"size\": \"X_LARGE_12\",\n                                \"label\": \"MVE 12/48\",\n                                \"cpuCoreCount\": 12,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 48\n                            }\n                        ],\n                        \"maxCpuCount\": 12,\n                        \"version\": \"4.2.0\",\n                        \"product\": \"SD-WAN\",\n                        \"vendor\": \"VMware\",\n                        \"id\": 39,\n                        \"releaseImage\": true\n                    },\n                    {\n                        \"sizes\": [\n                            \"SMALL\",\n                            \"MEDIUM\",\n                            \"LARGE\"\n                        ],\n                        \"details\": [\n                            {\n                                \"size\": \"SMALL\",\n                                \"label\": \"MVE 2/8\",\n                                \"cpuCoreCount\": 2,\n                                \"bandwidthMbps\": 500,\n                                \"ramGB\": 8\n                            },\n                            {\n                                \"size\": \"MEDIUM\",\n                                \"label\": \"MVE 4/16\",\n                                \"cpuCoreCount\": 4,\n                                \"bandwidthMbps\": 1000,\n                                \"ramGB\": 16\n                            },\n                            {\n                                \"size\": \"LARGE\",\n                                \"label\": \"MVE 8/32\",\n                                \"cpuCoreCount\": 8,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 32\n                            },\n                            {\n                                \"size\": \"X_LARGE_12\",\n                                \"label\": \"MVE 12/48\",\n                                \"cpuCoreCount\": 12,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 48\n                            }\n                        ],\n                        \"maxCpuCount\": 12,\n                        \"version\": \"7.0.9\",\n                        \"product\": \"FortiGate-VM\",\n                        \"vendor\": \"Fortinet\",\n                        \"vendorDescription\": \"\",\n                        \"id\": 36,\n                        \"releaseImage\": true\n                    },\n                    {\n                        \"sizes\": [\n                            \"SMALL\",\n                            \"MEDIUM\",\n                            \"LARGE\"\n                        ],\n                        \"details\": [\n                            {\n                                \"size\": \"SMALL\",\n                                \"label\": \"MVE 2/8\",\n                                \"cpuCoreCount\": 2,\n                                \"bandwidthMbps\": 500,\n                                \"ramGB\": 8\n                            },\n                            {\n                                \"size\": \"MEDIUM\",\n                                \"label\": \"MVE 4/16\",\n                                \"cpuCoreCount\": 4,\n                                \"bandwidthMbps\": 1000,\n                                \"ramGB\": 16\n                            },\n                            {\n                                \"size\": \"LARGE\",\n                                \"label\": \"MVE 8/32\",\n                                \"cpuCoreCount\": 8,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 32\n                            },\n                            {\n                                \"size\": \"X_LARGE_12\",\n                                \"label\": \"MVE 12/48\",\n                                \"cpuCoreCount\": 12,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 48\n                            }\n                        ],\n                        \"maxCpuCount\": 12,\n                        \"version\": \"6.4.11\",\n                        \"product\": \"FortiGate-VM\",\n                        \"vendor\": \"Fortinet\",\n                        \"vendorDescription\": \"\",\n                        \"id\": 34,\n                        \"releaseImage\": true\n                    },\n                    {\n                        \"sizes\": [\n                            \"SMALL\",\n                            \"MEDIUM\",\n                            \"LARGE\"\n                        ],\n                        \"details\": [\n                            {\n                                \"size\": \"SMALL\",\n                                \"label\": \"MVE 2/8\",\n                                \"cpuCoreCount\": 2,\n                                \"bandwidthMbps\": 500,\n                                \"ramGB\": 8\n                            },\n                            {\n                                \"size\": \"MEDIUM\",\n                                \"label\": \"MVE 4/16\",\n                                \"cpuCoreCount\": 4,\n                                \"bandwidthMbps\": 1000,\n                                \"ramGB\": 16\n                            },\n                            {\n                                \"size\": \"LARGE\",\n                                \"label\": \"MVE 8/32\",\n                                \"cpuCoreCount\": 8,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 32\n                            },\n                            {\n                                \"size\": \"X_LARGE_12\",\n                                \"label\": \"MVE 12/48\",\n                                \"cpuCoreCount\": 12,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 48\n                            }\n                        ],\n                        \"maxCpuCount\": 12,\n                        \"version\": \"7.2.5-208\",\n                        \"product\": \"FTDv\",\n                        \"vendor\": \"Cisco\",\n                        \"vendorDescription\": \"\",\n                        \"id\": 52,\n                        \"releaseImage\": false\n                    },\n                    {\n                        \"sizes\": [\n                            \"SMALL\",\n                            \"MEDIUM\",\n                            \"LARGE\"\n                        ],\n                        \"details\": [\n                            {\n                                \"size\": \"SMALL\",\n                                \"label\": \"MVE 2/8\",\n                                \"cpuCoreCount\": 2,\n                                \"bandwidthMbps\": 500,\n                                \"ramGB\": 8\n                            },\n                            {\n                                \"size\": \"MEDIUM\",\n                                \"label\": \"MVE 4/16\",\n                                \"cpuCoreCount\": 4,\n                                \"bandwidthMbps\": 1000,\n                                \"ramGB\": 16\n                            },\n                            {\n                                \"size\": \"LARGE\",\n                                \"label\": \"MVE 8/32\",\n                                \"cpuCoreCount\": 8,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 32\n                            },\n                            {\n                                \"size\": \"X_LARGE_12\",\n                                \"label\": \"MVE 12/48\",\n                                \"cpuCoreCount\": 12,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 48\n                            }\n                        ],\n                        \"maxCpuCount\": 12,\n                        \"version\": \"10.2.0\",\n                        \"product\": \"VM-Series\",\n                        \"vendor\": \"Palo Alto\",\n                        \"vendorDescription\": \"\",\n                        \"id\": 32,\n                        \"releaseImage\": true\n                    },\n                    {\n                        \"sizes\": [\n                            \"SMALL\",\n                            \"MEDIUM\",\n                            \"LARGE\"\n                        ],\n                        \"details\": [\n                            {\n                                \"size\": \"SMALL\",\n                                \"label\": \"MVE 2/8\",\n                                \"cpuCoreCount\": 2,\n                                \"bandwidthMbps\": 500,\n                                \"ramGB\": 8\n                            },\n                            {\n                                \"size\": \"MEDIUM\",\n                                \"label\": \"MVE 4/16\",\n                                \"cpuCoreCount\": 4,\n                                \"bandwidthMbps\": 1000,\n                                \"ramGB\": 16\n                            },\n                            {\n                                \"size\": \"LARGE\",\n                                \"label\": \"MVE 8/32\",\n                                \"cpuCoreCount\": 8,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 32\n                            },\n                            {\n                                \"size\": \"X_LARGE_12\",\n                                \"label\": \"MVE 12/48\",\n                                \"cpuCoreCount\": 12,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 48\n                            }\n                        ],\n                        \"maxCpuCount\": 12,\n                        \"version\": \"7.2.3\",\n                        \"product\": \"FortiGate-VM\",\n                        \"vendor\": \"Fortinet\",\n                        \"vendorDescription\": \"\",\n                        \"id\": 33,\n                        \"releaseImage\": true\n                    },\n                    {\n                        \"sizes\": [\n                            \"SMALL\",\n                            \"MEDIUM\",\n                            \"LARGE\"\n                        ],\n                        \"details\": [\n                            {\n                                \"size\": \"SMALL\",\n                                \"label\": \"MVE 2/8\",\n                                \"cpuCoreCount\": 2,\n                                \"bandwidthMbps\": 500,\n                                \"ramGB\": 8\n                            },\n                            {\n                                \"size\": \"MEDIUM\",\n                                \"label\": \"MVE 4/16\",\n                                \"cpuCoreCount\": 4,\n                                \"bandwidthMbps\": 1000,\n                                \"ramGB\": 16\n                            },\n                            {\n                                \"size\": \"LARGE\",\n                                \"label\": \"MVE 8/32\",\n                                \"cpuCoreCount\": 8,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 32\n                            },\n                            {\n                                \"size\": \"X_LARGE_12\",\n                                \"label\": \"MVE 12/48\",\n                                \"cpuCoreCount\": 12,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 48\n                            }\n                        ],\n                        \"maxCpuCount\": 12,\n                        \"version\": \"8.3.3.3_86005\",\n                        \"product\": \"EC-V\",\n                        \"vendor\": \"Aruba\",\n                        \"vendorDescription\": \"Aruba Orchestrator 9 or later required, must immediately upgrade boot image to version 9.X\",\n                        \"id\": 23,\n                        \"releaseImage\": true\n                    },\n                    {\n                        \"sizes\": [\n                            \"SMALL\",\n                            \"MEDIUM\",\n                            \"LARGE\"\n                        ],\n                        \"details\": [\n                            {\n                                \"size\": \"SMALL\",\n                                \"label\": \"MVE 2/8\",\n                                \"cpuCoreCount\": 2,\n                                \"bandwidthMbps\": 500,\n                                \"ramGB\": 8\n                            },\n                            {\n                                \"size\": \"MEDIUM\",\n                                \"label\": \"MVE 4/16\",\n                                \"cpuCoreCount\": 4,\n                                \"bandwidthMbps\": 1000,\n                                \"ramGB\": 16\n                            },\n                            {\n                                \"size\": \"LARGE\",\n                                \"label\": \"MVE 8/32\",\n                                \"cpuCoreCount\": 8,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 32\n                            },\n                            {\n                                \"size\": \"X_LARGE_12\",\n                                \"label\": \"MVE 12/48\",\n                                \"cpuCoreCount\": 12,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 48\n                            }\n                        ],\n                        \"maxCpuCount\": 12,\n                        \"version\": \"17.11.01a\",\n                        \"product\": \"C8000\",\n                        \"vendor\": \"Cisco\",\n                        \"vendorDescription\": \"Minimum version of vManage is 20.11\",\n                        \"id\": 42,\n                        \"releaseImage\": true\n                    },\n                    {\n                        \"sizes\": [\n                            \"SMALL\",\n                            \"MEDIUM\",\n                            \"LARGE\"\n                        ],\n                        \"details\": [\n                            {\n                                \"size\": \"SMALL\",\n                                \"label\": \"MVE 2/8\",\n                                \"cpuCoreCount\": 2,\n                                \"bandwidthMbps\": 500,\n                                \"ramGB\": 8\n                            },\n                            {\n                                \"size\": \"MEDIUM\",\n                                \"label\": \"MVE 4/16\",\n                                \"cpuCoreCount\": 4,\n                                \"bandwidthMbps\": 1000,\n                                \"ramGB\": 16\n                            },\n                            {\n                                \"size\": \"LARGE\",\n                                \"label\": \"MVE 8/32\",\n                                \"cpuCoreCount\": 8,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 32\n                            },\n                            {\n                                \"size\": \"X_LARGE_12\",\n                                \"label\": \"MVE 12/48\",\n                                \"cpuCoreCount\": 12,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 48\n                            }\n                        ],\n                        \"maxCpuCount\": 12,\n                        \"version\": \"17.13.01a\",\n                        \"product\": \"C8000\",\n                        \"vendor\": \"Cisco\",\n                        \"vendorDescription\": \"\",\n                        \"id\": 51,\n                        \"releaseImage\": true\n                    },\n                    {\n                        \"sizes\": [\n                            \"SMALL\",\n                            \"MEDIUM\",\n                            \"LARGE\"\n                        ],\n                        \"details\": [\n                            {\n                                \"size\": \"SMALL\",\n                                \"label\": \"MVE 2/8\",\n                                \"cpuCoreCount\": 2,\n                                \"bandwidthMbps\": 500,\n                                \"ramGB\": 8\n                            },\n                            {\n                                \"size\": \"MEDIUM\",\n                                \"label\": \"MVE 4/16\",\n                                \"cpuCoreCount\": 4,\n                                \"bandwidthMbps\": 1000,\n                                \"ramGB\": 16\n                            },\n                            {\n                                \"size\": \"LARGE\",\n                                \"label\": \"MVE 8/32\",\n                                \"cpuCoreCount\": 8,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 32\n                            },\n                            {\n                                \"size\": \"X_LARGE_12\",\n                                \"label\": \"MVE 12/48\",\n                                \"cpuCoreCount\": 12,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 48\n                            }\n                        ],\n                        \"maxCpuCount\": 12,\n                        \"version\": \"21.1.3\",\n                        \"product\": \"FlexVNF\",\n                        \"vendor\": \"Versa\",\n                        \"id\": 20,\n                        \"releaseImage\": true\n                    }\n                ],\n                \"mcr1\": [\n                    100,\n                    500,\n                    1000,\n                    2000,\n                    3000,\n                    4000,\n                    5000\n                ],\n                \"mcr2\": [\n                    1000,\n                    2500,\n                    5000,\n                    10000\n                ]\n            },\n            \"ordering_message\": null,\n            \"diversityZones\": {\n                \"mcr2\": [\n                    {\n                        \"name\": \"red\",\n                        \"maxAvailableBandwidth\": 10000\n                    }\n                ],\n                \"megaport\": [\n                    {\n                        \"name\": \"red\",\n                        \"speed\": 10\n                    },\n                    {\n                        \"name\": \"red\",\n                        \"speed\": 1\n                    },\n                    {\n                        \"name\": \"red\",\n                        \"speed\": 100\n                    },\n                    {\n                        \"name\": \"blue\",\n                        \"speed\": 10\n                    },\n                    {\n                        \"name\": \"blue\",\n                        \"speed\": 100\n                    },\n                    {\n                        \"name\": \"blue\",\n                        \"speed\": 1\n                    }\n                ],\n                \"mve\": [\n                    {\n                        \"name\": \"red\",\n                        \"maxAvailableCpuCores\": 12\n                    }\n                ]\n            }\n        },\n        {\n            \"id\": 37,\n            \"name\": \"Equinix SG2\",\n            \"campus\": \"campus_deprecated\",\n            \"metro\": \"Singapore\",\n            \"country\": \"Singapore\",\n            \"siteCode\": \"sin-sg2\",\n            \"networkRegion\": \"MP1\",\n            \"address\": {\n                \"street\": \"15 Pioneer Walk\",\n                \"city\": \"Singapore\",\n                \"country\": \"Singapore\",\n                \"postcode\": \"627753\"\n            },\n            \"dc\": {\n                \"id\": 5,\n                \"name\": \"Equinix\"\n            },\n            \"market\": \"SG\",\n            \"vRouterAvailable\": true,\n            \"liveDate\": 1414764000000,\n            \"status\": \"Active\",\n            \"longitude\": 103.69503,\n            \"latitude\": 1.3210748,\n            \"products\": {\n                \"mcr\": true,\n                \"mcrVersion\": 2,\n                \"megaport\": [\n                    10,\n                    100,\n                    1\n                ],\n                \"mve\": [\n                    {\n                        \"sizes\": [\n                            \"SMALL\",\n                            \"MEDIUM\",\n                            \"LARGE\"\n                        ],\n                        \"details\": [\n                            {\n                                \"size\": \"SMALL\",\n                                \"label\": \"MVE 2/8\",\n                                \"cpuCoreCount\": 2,\n                                \"bandwidthMbps\": 500,\n                                \"ramGB\": 8\n                            },\n                            {\n                                \"size\": \"MEDIUM\",\n                                \"label\": \"MVE 4/16\",\n                                \"cpuCoreCount\": 4,\n                                \"bandwidthMbps\": 1000,\n                                \"ramGB\": 16\n                            },\n                            {\n                                \"size\": \"LARGE\",\n                                \"label\": \"MVE 8/32\",\n                                \"cpuCoreCount\": 8,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 32\n                            },\n                            {\n                                \"size\": \"X_LARGE_12\",\n                                \"label\": \"MVE 12/48\",\n                                \"cpuCoreCount\": 12,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 48\n                            }\n                        ],\n                        \"maxCpuCount\": 12,\n                        \"version\": \"17.06.01a\",\n                        \"product\": \"C8000\",\n                        \"vendor\": \"Cisco\",\n                        \"vendorDescription\": \"Minimum version of vManage is 20.6\",\n                        \"id\": 22,\n                        \"releaseImage\": true\n                    },\n                    {\n                        \"sizes\": [\n                            \"SMALL\",\n                            \"MEDIUM\",\n                            \"LARGE\"\n                        ],\n                        \"details\": [\n                            {\n                                \"size\": \"SMALL\",\n                                \"label\": \"MVE 2/8\",\n                                \"cpuCoreCount\": 2,\n                                \"bandwidthMbps\": 500,\n                                \"ramGB\": 8\n                            },\n                            {\n                                \"size\": \"MEDIUM\",\n                                \"label\": \"MVE 4/16\",\n                                \"cpuCoreCount\": 4,\n                                \"bandwidthMbps\": 1000,\n                                \"ramGB\": 16\n                            },\n                            {\n                                \"size\": \"LARGE\",\n                                \"label\": \"MVE 8/32\",\n                                \"cpuCoreCount\": 8,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 32\n                            },\n                            {\n                                \"size\": \"X_LARGE_12\",\n                                \"label\": \"MVE 12/48\",\n                                \"cpuCoreCount\": 12,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 48\n                            }\n                        ],\n                        \"maxCpuCount\": 12,\n                        \"version\": \"17.09.01a\",\n                        \"product\": \"C8000\",\n                        \"vendor\": \"Cisco\",\n                        \"vendorDescription\": \"Minimum version of vManage is 20.9\",\n                        \"id\": 28,\n                        \"releaseImage\": true\n                    },\n                    {\n                        \"sizes\": [\n                            \"SMALL\",\n                            \"MEDIUM\",\n                            \"LARGE\"\n                        ],\n                        \"details\": [\n                            {\n                                \"size\": \"SMALL\",\n                                \"label\": \"MVE 2/8\",\n                                \"cpuCoreCount\": 2,\n                                \"bandwidthMbps\": 500,\n                                \"ramGB\": 8\n                            },\n                            {\n                                \"size\": \"MEDIUM\",\n                                \"label\": \"MVE 4/16\",\n                                \"cpuCoreCount\": 4,\n                                \"bandwidthMbps\": 1000,\n                                \"ramGB\": 16\n                            },\n                            {\n                                \"size\": \"LARGE\",\n                                \"label\": \"MVE 8/32\",\n                                \"cpuCoreCount\": 8,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 32\n                            },\n                            {\n                                \"size\": \"X_LARGE_12\",\n                                \"label\": \"MVE 12/48\",\n                                \"cpuCoreCount\": 12,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 48\n                            }\n                        ],\n                        \"maxCpuCount\": 12,\n                        \"version\": \"4.5.1\",\n                        \"product\": \"SD-WAN\",\n                        \"vendor\": \"VMware\",\n                        \"id\": 40,\n                        \"releaseImage\": true\n                    },\n                    {\n                        \"sizes\": [\n                            \"SMALL\",\n                            \"MEDIUM\",\n                            \"LARGE\"\n                        ],\n                        \"details\": [\n                            {\n                                \"size\": \"SMALL\",\n                                \"label\": \"MVE 2/8\",\n                                \"cpuCoreCount\": 2,\n                                \"bandwidthMbps\": 500,\n                                \"ramGB\": 8\n                            },\n                            {\n                                \"size\": \"MEDIUM\",\n                                \"label\": \"MVE 4/16\",\n                                \"cpuCoreCount\": 4,\n                                \"bandwidthMbps\": 1000,\n                                \"ramGB\": 16\n                            },\n                            {\n                                \"size\": \"LARGE\",\n                                \"label\": \"MVE 8/32\",\n                                \"cpuCoreCount\": 8,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 32\n                            },\n                            {\n                                \"size\": \"X_LARGE_12\",\n                                \"label\": \"MVE 12/48\",\n                                \"cpuCoreCount\": 12,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 48\n                            }\n                        ],\n                        \"maxCpuCount\": 12,\n                        \"version\": \"17.12.01a\",\n                        \"product\": \"C8000\",\n                        \"vendor\": \"Cisco\",\n                        \"id\": 46,\n                        \"releaseImage\": true\n                    },\n                    {\n                        \"sizes\": [\n                            \"SMALL\",\n                            \"MEDIUM\",\n                            \"LARGE\"\n                        ],\n                        \"details\": [\n                            {\n                                \"size\": \"SMALL\",\n                                \"label\": \"MVE 2/8\",\n                                \"cpuCoreCount\": 2,\n                                \"bandwidthMbps\": 500,\n                                \"ramGB\": 8\n                            },\n                            {\n                                \"size\": \"MEDIUM\",\n                                \"label\": \"MVE 4/16\",\n                                \"cpuCoreCount\": 4,\n                                \"bandwidthMbps\": 1000,\n                                \"ramGB\": 16\n                            },\n                            {\n                                \"size\": \"LARGE\",\n                                \"label\": \"MVE 8/32\",\n                                \"cpuCoreCount\": 8,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 32\n                            },\n                            {\n                                \"size\": \"X_LARGE_12\",\n                                \"label\": \"MVE 12/48\",\n                                \"cpuCoreCount\": 12,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 48\n                            }\n                        ],\n                        \"maxCpuCount\": 12,\n                        \"version\": \"4.2.0\",\n                        \"product\": \"SD-WAN\",\n                        \"vendor\": \"VMware\",\n                        \"id\": 39,\n                        \"releaseImage\": true\n                    },\n                    {\n                        \"sizes\": [\n                            \"SMALL\",\n                            \"MEDIUM\",\n                            \"LARGE\"\n                        ],\n                        \"details\": [\n                            {\n                                \"size\": \"SMALL\",\n                                \"label\": \"MVE 2/8\",\n                                \"cpuCoreCount\": 2,\n                                \"bandwidthMbps\": 500,\n                                \"ramGB\": 8\n                            },\n                            {\n                                \"size\": \"MEDIUM\",\n                                \"label\": \"MVE 4/16\",\n                                \"cpuCoreCount\": 4,\n                                \"bandwidthMbps\": 1000,\n                                \"ramGB\": 16\n                            },\n                            {\n                                \"size\": \"LARGE\",\n                                \"label\": \"MVE 8/32\",\n                                \"cpuCoreCount\": 8,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 32\n                            },\n                            {\n                                \"size\": \"X_LARGE_12\",\n                                \"label\": \"MVE 12/48\",\n                                \"cpuCoreCount\": 12,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 48\n                            }\n                        ],\n                        \"maxCpuCount\": 12,\n                        \"version\": \"7.0.9\",\n                        \"product\": \"FortiGate-VM\",\n                        \"vendor\": \"Fortinet\",\n                        \"vendorDescription\": \"\",\n                        \"id\": 36,\n                        \"releaseImage\": true\n                    },\n                    {\n                        \"sizes\": [\n                            \"SMALL\",\n                            \"MEDIUM\",\n                            \"LARGE\"\n                        ],\n                        \"details\": [\n                            {\n                                \"size\": \"SMALL\",\n                                \"label\": \"MVE 2/8\",\n                                \"cpuCoreCount\": 2,\n                                \"bandwidthMbps\": 500,\n                                \"ramGB\": 8\n                            },\n                            {\n                                \"size\": \"MEDIUM\",\n                                \"label\": \"MVE 4/16\",\n                                \"cpuCoreCount\": 4,\n                                \"bandwidthMbps\": 1000,\n                                \"ramGB\": 16\n                            },\n                            {\n                                \"size\": \"LARGE\",\n                                \"label\": \"MVE 8/32\",\n                                \"cpuCoreCount\": 8,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 32\n                            },\n                            {\n                                \"size\": \"X_LARGE_12\",\n                                \"label\": \"MVE 12/48\",\n                                \"cpuCoreCount\": 12,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 48\n                            }\n                        ],\n                        \"maxCpuCount\": 12,\n                        \"version\": \"6.4.11\",\n                        \"product\": \"FortiGate-VM\",\n                        \"vendor\": \"Fortinet\",\n                        \"vendorDescription\": \"\",\n                        \"id\": 34,\n                        \"releaseImage\": true\n                    },\n                    {\n                        \"sizes\": [\n                            \"SMALL\",\n                            \"MEDIUM\",\n                            \"LARGE\"\n                        ],\n                        \"details\": [\n                            {\n                                \"size\": \"SMALL\",\n                                \"label\": \"MVE 2/8\",\n                                \"cpuCoreCount\": 2,\n                                \"bandwidthMbps\": 500,\n                                \"ramGB\": 8\n                            },\n                            {\n                                \"size\": \"MEDIUM\",\n                                \"label\": \"MVE 4/16\",\n                                \"cpuCoreCount\": 4,\n                                \"bandwidthMbps\": 1000,\n                                \"ramGB\": 16\n                            },\n                            {\n                                \"size\": \"LARGE\",\n                                \"label\": \"MVE 8/32\",\n                                \"cpuCoreCount\": 8,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 32\n                            },\n                            {\n                                \"size\": \"X_LARGE_12\",\n                                \"label\": \"MVE 12/48\",\n                                \"cpuCoreCount\": 12,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 48\n                            }\n                        ],\n                        \"maxCpuCount\": 12,\n                        \"version\": \"7.2.5-208\",\n                        \"product\": \"FTDv\",\n                        \"vendor\": \"Cisco\",\n                        \"vendorDescription\": \"\",\n                        \"id\": 52,\n                        \"releaseImage\": false\n                    },\n                    {\n                        \"sizes\": [\n                            \"SMALL\",\n                            \"MEDIUM\",\n                            \"LARGE\"\n                        ],\n                        \"details\": [\n                            {\n                                \"size\": \"SMALL\",\n                                \"label\": \"MVE 2/8\",\n                                \"cpuCoreCount\": 2,\n                                \"bandwidthMbps\": 500,\n                                \"ramGB\": 8\n                            },\n                            {\n                                \"size\": \"MEDIUM\",\n                                \"label\": \"MVE 4/16\",\n                                \"cpuCoreCount\": 4,\n                                \"bandwidthMbps\": 1000,\n                                \"ramGB\": 16\n                            },\n                            {\n                                \"size\": \"LARGE\",\n                                \"label\": \"MVE 8/32\",\n                                \"cpuCoreCount\": 8,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 32\n                            },\n                            {\n                                \"size\": \"X_LARGE_12\",\n                                \"label\": \"MVE 12/48\",\n                                \"cpuCoreCount\": 12,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 48\n                            }\n                        ],\n                        \"maxCpuCount\": 12,\n                        \"version\": \"10.2.0\",\n                        \"product\": \"VM-Series\",\n                        \"vendor\": \"Palo Alto\",\n                        \"vendorDescription\": \"\",\n                        \"id\": 32,\n                        \"releaseImage\": true\n                    },\n                    {\n                        \"sizes\": [\n                            \"SMALL\",\n                            \"MEDIUM\",\n                            \"LARGE\"\n                        ],\n                        \"details\": [\n                            {\n                                \"size\": \"SMALL\",\n                                \"label\": \"MVE 2/8\",\n                                \"cpuCoreCount\": 2,\n                                \"bandwidthMbps\": 500,\n                                \"ramGB\": 8\n                            },\n                            {\n                                \"size\": \"MEDIUM\",\n                                \"label\": \"MVE 4/16\",\n                                \"cpuCoreCount\": 4,\n                                \"bandwidthMbps\": 1000,\n                                \"ramGB\": 16\n                            },\n                            {\n                                \"size\": \"LARGE\",\n                                \"label\": \"MVE 8/32\",\n                                \"cpuCoreCount\": 8,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 32\n                            },\n                            {\n                                \"size\": \"X_LARGE_12\",\n                                \"label\": \"MVE 12/48\",\n                                \"cpuCoreCount\": 12,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 48\n                            }\n                        ],\n                        \"maxCpuCount\": 12,\n                        \"version\": \"7.2.3\",\n                        \"product\": \"FortiGate-VM\",\n                        \"vendor\": \"Fortinet\",\n                        \"vendorDescription\": \"\",\n                        \"id\": 33,\n                        \"releaseImage\": true\n                    },\n                    {\n                        \"sizes\": [\n                            \"SMALL\",\n                            \"MEDIUM\",\n                            \"LARGE\"\n                        ],\n                        \"details\": [\n                            {\n                                \"size\": \"SMALL\",\n                                \"label\": \"MVE 2/8\",\n                                \"cpuCoreCount\": 2,\n                                \"bandwidthMbps\": 500,\n                                \"ramGB\": 8\n                            },\n                            {\n                                \"size\": \"MEDIUM\",\n                                \"label\": \"MVE 4/16\",\n                                \"cpuCoreCount\": 4,\n                                \"bandwidthMbps\": 1000,\n                                \"ramGB\": 16\n                            },\n                            {\n                                \"size\": \"LARGE\",\n                                \"label\": \"MVE 8/32\",\n                                \"cpuCoreCount\": 8,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 32\n                            },\n                            {\n                                \"size\": \"X_LARGE_12\",\n                                \"label\": \"MVE 12/48\",\n                                \"cpuCoreCount\": 12,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 48\n                            }\n                        ],\n                        \"maxCpuCount\": 12,\n                        \"version\": \"8.3.3.3_86005\",\n                        \"product\": \"EC-V\",\n                        \"vendor\": \"Aruba\",\n                        \"vendorDescription\": \"Aruba Orchestrator 9 or later required, must immediately upgrade boot image to version 9.X\",\n                        \"id\": 23,\n                        \"releaseImage\": true\n                    },\n                    {\n                        \"sizes\": [\n                            \"SMALL\",\n                            \"MEDIUM\",\n                            \"LARGE\"\n                        ],\n                        \"details\": [\n                            {\n                                \"size\": \"SMALL\",\n                                \"label\": \"MVE 2/8\",\n                                \"cpuCoreCount\": 2,\n                                \"bandwidthMbps\": 500,\n                                \"ramGB\": 8\n                            },\n                            {\n                                \"size\": \"MEDIUM\",\n                                \"label\": \"MVE 4/16\",\n                                \"cpuCoreCount\": 4,\n                                \"bandwidthMbps\": 1000,\n                                \"ramGB\": 16\n                            },\n                            {\n                                \"size\": \"LARGE\",\n                                \"label\": \"MVE 8/32\",\n                                \"cpuCoreCount\": 8,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 32\n                            },\n                            {\n                                \"size\": \"X_LARGE_12\",\n                                \"label\": \"MVE 12/48\",\n                                \"cpuCoreCount\": 12,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 48\n                            }\n                        ],\n                        \"maxCpuCount\": 12,\n                        \"version\": \"17.11.01a\",\n                        \"product\": \"C8000\",\n                        \"vendor\": \"Cisco\",\n                        \"vendorDescription\": \"Minimum version of vManage is 20.11\",\n                        \"id\": 42,\n                        \"releaseImage\": true\n                    },\n                    {\n                        \"sizes\": [\n                            \"SMALL\",\n                            \"MEDIUM\",\n                            \"LARGE\"\n                        ],\n                        \"details\": [\n                            {\n                                \"size\": \"SMALL\",\n                                \"label\": \"MVE 2/8\",\n                                \"cpuCoreCount\": 2,\n                                \"bandwidthMbps\": 500,\n                                \"ramGB\": 8\n                            },\n                            {\n                                \"size\": \"MEDIUM\",\n                                \"label\": \"MVE 4/16\",\n                                \"cpuCoreCount\": 4,\n                                \"bandwidthMbps\": 1000,\n                                \"ramGB\": 16\n                            },\n                            {\n                                \"size\": \"LARGE\",\n                                \"label\": \"MVE 8/32\",\n                                \"cpuCoreCount\": 8,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 32\n                            },\n                            {\n                                \"size\": \"X_LARGE_12\",\n                                \"label\": \"MVE 12/48\",\n                                \"cpuCoreCount\": 12,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 48\n                            }\n                        ],\n                        \"maxCpuCount\": 12,\n                        \"version\": \"17.13.01a\",\n                        \"product\": \"C8000\",\n                        \"vendor\": \"Cisco\",\n                        \"vendorDescription\": \"\",\n                        \"id\": 51,\n                        \"releaseImage\": true\n                    },\n                    {\n                        \"sizes\": [\n                            \"SMALL\",\n                            \"MEDIUM\",\n                            \"LARGE\"\n                        ],\n                        \"details\": [\n                            {\n                                \"size\": \"SMALL\",\n                                \"label\": \"MVE 2/8\",\n                                \"cpuCoreCount\": 2,\n                                \"bandwidthMbps\": 500,\n                                \"ramGB\": 8\n                            },\n                            {\n                                \"size\": \"MEDIUM\",\n                                \"label\": \"MVE 4/16\",\n                                \"cpuCoreCount\": 4,\n                                \"bandwidthMbps\": 1000,\n                                \"ramGB\": 16\n                            },\n                            {\n                                \"size\": \"LARGE\",\n                                \"label\": \"MVE 8/32\",\n                                \"cpuCoreCount\": 8,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 32\n                            },\n                            {\n                                \"size\": \"X_LARGE_12\",\n                                \"label\": \"MVE 12/48\",\n                                \"cpuCoreCount\": 12,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 48\n                            }\n                        ],\n                        \"maxCpuCount\": 12,\n                        \"version\": \"21.1.3\",\n                        \"product\": \"FlexVNF\",\n                        \"vendor\": \"Versa\",\n                        \"id\": 20,\n                        \"releaseImage\": true\n                    }\n                ],\n                \"mcr1\": [\n                    100,\n                    500,\n                    1000,\n                    2000,\n                    3000,\n                    4000,\n                    5000\n                ],\n                \"mcr2\": [\n                    1000,\n                    2500,\n                    5000,\n                    10000\n                ]\n            },\n            \"ordering_message\": null,\n            \"diversityZones\": {\n                \"mcr2\": [\n                    {\n                        \"name\": \"red\",\n                        \"maxAvailableBandwidth\": 10000\n                    },\n                    {\n                        \"name\": \"blue\",\n                        \"maxAvailableBandwidth\": 10000\n                    }\n                ],\n                \"megaport\": [\n                    {\n                        \"name\": \"red\",\n                        \"speed\": 10\n                    },\n                    {\n                        \"name\": \"red\",\n                        \"speed\": 100\n                    },\n                    {\n                        \"name\": \"red\",\n                        \"speed\": 1\n                    },\n                    {\n                        \"name\": \"blue\",\n                        \"speed\": 100\n                    },\n                    {\n                        \"name\": \"blue\",\n                        \"speed\": 1\n                    },\n                    {\n                        \"name\": \"blue\",\n                        \"speed\": 10\n                    }\n                ],\n                \"mve\": [\n                    {\n                        \"name\": \"red\",\n                        \"maxAvailableCpuCores\": 12\n                    },\n                    {\n                        \"name\": \"blue\",\n                        \"maxAvailableCpuCores\": 12\n                    }\n                ]\n            }\n        },\n        {\n            \"id\": 39,\n            \"name\": \"Global Switch Singapore - Tai Seng\",\n            \"campus\": \"campus_deprecated\",\n            \"metro\": \"Singapore\",\n            \"country\": \"Singapore\",\n            \"siteCode\": \"sin-gs\",\n            \"networkRegion\": \"MP1\",\n            \"address\": {\n                \"street\": \"2 Tai Seng Avenue\",\n                \"city\": \"Singapore\",\n                \"country\": \"Singapore\",\n                \"postcode\": \"534408\"\n            },\n            \"dc\": {\n                \"id\": 6,\n                \"name\": \"Global Switch\"\n            },\n            \"market\": \"SG\",\n            \"vRouterAvailable\": true,\n            \"liveDate\": 1414764000000,\n            \"status\": \"Active\",\n            \"longitude\": 103.89349,\n            \"latitude\": 1.3364413,\n            \"products\": {\n                \"mcr\": true,\n                \"mcrVersion\": 2,\n                \"megaport\": [\n                    100,\n                    10,\n                    1\n                ],\n                \"mve\": [\n                    {\n                        \"sizes\": [\n                            \"SMALL\",\n                            \"MEDIUM\",\n                            \"LARGE\"\n                        ],\n                        \"details\": [\n                            {\n                                \"size\": \"SMALL\",\n                                \"label\": \"MVE 2/8\",\n                                \"cpuCoreCount\": 2,\n                                \"bandwidthMbps\": 500,\n                                \"ramGB\": 8\n                            },\n                            {\n                                \"size\": \"MEDIUM\",\n                                \"label\": \"MVE 4/16\",\n                                \"cpuCoreCount\": 4,\n                                \"bandwidthMbps\": 1000,\n                                \"ramGB\": 16\n                            },\n                            {\n                                \"size\": \"LARGE\",\n                                \"label\": \"MVE 8/32\",\n                                \"cpuCoreCount\": 8,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 32\n                            },\n                            {\n                                \"size\": \"X_LARGE_12\",\n                                \"label\": \"MVE 12/48\",\n                                \"cpuCoreCount\": 12,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 48\n                            }\n                        ],\n                        \"maxCpuCount\": 12,\n                        \"version\": \"17.06.01a\",\n                        \"product\": \"C8000\",\n                        \"vendor\": \"Cisco\",\n                        \"vendorDescription\": \"Minimum version of vManage is 20.6\",\n                        \"id\": 22,\n                        \"releaseImage\": true\n                    },\n                    {\n                        \"sizes\": [\n                            \"SMALL\",\n                            \"MEDIUM\",\n                            \"LARGE\"\n                        ],\n                        \"details\": [\n                            {\n                                \"size\": \"SMALL\",\n                                \"label\": \"MVE 2/8\",\n                                \"cpuCoreCount\": 2,\n                                \"bandwidthMbps\": 500,\n                                \"ramGB\": 8\n                            },\n                            {\n                                \"size\": \"MEDIUM\",\n                                \"label\": \"MVE 4/16\",\n                                \"cpuCoreCount\": 4,\n                                \"bandwidthMbps\": 1000,\n                                \"ramGB\": 16\n                            },\n                            {\n                                \"size\": \"LARGE\",\n                                \"label\": \"MVE 8/32\",\n                                \"cpuCoreCount\": 8,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 32\n                            },\n                            {\n                                \"size\": \"X_LARGE_12\",\n                                \"label\": \"MVE 12/48\",\n                                \"cpuCoreCount\": 12,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 48\n                            }\n                        ],\n                        \"maxCpuCount\": 12,\n                        \"version\": \"17.09.01a\",\n                        \"product\": \"C8000\",\n                        \"vendor\": \"Cisco\",\n                        \"vendorDescription\": \"Minimum version of vManage is 20.9\",\n                        \"id\": 28,\n                        \"releaseImage\": true\n                    },\n                    {\n                        \"sizes\": [\n                            \"SMALL\",\n                            \"MEDIUM\",\n                            \"LARGE\"\n                        ],\n                        \"details\": [\n                            {\n                                \"size\": \"SMALL\",\n                                \"label\": \"MVE 2/8\",\n                                \"cpuCoreCount\": 2,\n                                \"bandwidthMbps\": 500,\n                                \"ramGB\": 8\n                            },\n                            {\n                                \"size\": \"MEDIUM\",\n                                \"label\": \"MVE 4/16\",\n                                \"cpuCoreCount\": 4,\n                                \"bandwidthMbps\": 1000,\n                                \"ramGB\": 16\n                            },\n                            {\n                                \"size\": \"LARGE\",\n                                \"label\": \"MVE 8/32\",\n                                \"cpuCoreCount\": 8,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 32\n                            },\n                            {\n                                \"size\": \"X_LARGE_12\",\n                                \"label\": \"MVE 12/48\",\n                                \"cpuCoreCount\": 12,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 48\n                            }\n                        ],\n                        \"maxCpuCount\": 12,\n                        \"version\": \"4.5.1\",\n                        \"product\": \"SD-WAN\",\n                        \"vendor\": \"VMware\",\n                        \"id\": 40,\n                        \"releaseImage\": true\n                    },\n                    {\n                        \"sizes\": [\n                            \"SMALL\",\n                            \"MEDIUM\",\n                            \"LARGE\"\n                        ],\n                        \"details\": [\n                            {\n                                \"size\": \"SMALL\",\n                                \"label\": \"MVE 2/8\",\n                                \"cpuCoreCount\": 2,\n                                \"bandwidthMbps\": 500,\n                                \"ramGB\": 8\n                            },\n                            {\n                                \"size\": \"MEDIUM\",\n                                \"label\": \"MVE 4/16\",\n                                \"cpuCoreCount\": 4,\n                                \"bandwidthMbps\": 1000,\n                                \"ramGB\": 16\n                            },\n                            {\n                                \"size\": \"LARGE\",\n                                \"label\": \"MVE 8/32\",\n                                \"cpuCoreCount\": 8,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 32\n                            },\n                            {\n                                \"size\": \"X_LARGE_12\",\n                                \"label\": \"MVE 12/48\",\n                                \"cpuCoreCount\": 12,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 48\n                            }\n                        ],\n                        \"maxCpuCount\": 12,\n                        \"version\": \"17.12.01a\",\n                        \"product\": \"C8000\",\n                        \"vendor\": \"Cisco\",\n                        \"id\": 46,\n                        \"releaseImage\": true\n                    },\n                    {\n                        \"sizes\": [\n                            \"SMALL\",\n                            \"MEDIUM\",\n                            \"LARGE\"\n                        ],\n                        \"details\": [\n                            {\n                                \"size\": \"SMALL\",\n                                \"label\": \"MVE 2/8\",\n                                \"cpuCoreCount\": 2,\n                                \"bandwidthMbps\": 500,\n                                \"ramGB\": 8\n                            },\n                            {\n                                \"size\": \"MEDIUM\",\n                                \"label\": \"MVE 4/16\",\n                                \"cpuCoreCount\": 4,\n                                \"bandwidthMbps\": 1000,\n                                \"ramGB\": 16\n                            },\n                            {\n                                \"size\": \"LARGE\",\n                                \"label\": \"MVE 8/32\",\n                                \"cpuCoreCount\": 8,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 32\n                            },\n                            {\n                                \"size\": \"X_LARGE_12\",\n                                \"label\": \"MVE 12/48\",\n                                \"cpuCoreCount\": 12,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 48\n                            }\n                        ],\n                        \"maxCpuCount\": 12,\n                        \"version\": \"4.2.0\",\n                        \"product\": \"SD-WAN\",\n                        \"vendor\": \"VMware\",\n                        \"id\": 39,\n                        \"releaseImage\": true\n                    },\n                    {\n                        \"sizes\": [\n                            \"SMALL\",\n                            \"MEDIUM\",\n                            \"LARGE\"\n                        ],\n                        \"details\": [\n                            {\n                                \"size\": \"SMALL\",\n                                \"label\": \"MVE 2/8\",\n                                \"cpuCoreCount\": 2,\n                                \"bandwidthMbps\": 500,\n                                \"ramGB\": 8\n                            },\n                            {\n                                \"size\": \"MEDIUM\",\n                                \"label\": \"MVE 4/16\",\n                                \"cpuCoreCount\": 4,\n                                \"bandwidthMbps\": 1000,\n                                \"ramGB\": 16\n                            },\n                            {\n                                \"size\": \"LARGE\",\n                                \"label\": \"MVE 8/32\",\n                                \"cpuCoreCount\": 8,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 32\n                            },\n                            {\n                                \"size\": \"X_LARGE_12\",\n                                \"label\": \"MVE 12/48\",\n                                \"cpuCoreCount\": 12,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 48\n                            }\n                        ],\n                        \"maxCpuCount\": 12,\n                        \"version\": \"7.0.9\",\n                        \"product\": \"FortiGate-VM\",\n                        \"vendor\": \"Fortinet\",\n                        \"vendorDescription\": \"\",\n                        \"id\": 36,\n                        \"releaseImage\": true\n                    },\n                    {\n                        \"sizes\": [\n                            \"SMALL\",\n                            \"MEDIUM\",\n                            \"LARGE\"\n                        ],\n                        \"details\": [\n                            {\n                                \"size\": \"SMALL\",\n                                \"label\": \"MVE 2/8\",\n                                \"cpuCoreCount\": 2,\n                                \"bandwidthMbps\": 500,\n                                \"ramGB\": 8\n                            },\n                            {\n                                \"size\": \"MEDIUM\",\n                                \"label\": \"MVE 4/16\",\n                                \"cpuCoreCount\": 4,\n                                \"bandwidthMbps\": 1000,\n                                \"ramGB\": 16\n                            },\n                            {\n                                \"size\": \"LARGE\",\n                                \"label\": \"MVE 8/32\",\n                                \"cpuCoreCount\": 8,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 32\n                            },\n                            {\n                                \"size\": \"X_LARGE_12\",\n                                \"label\": \"MVE 12/48\",\n                                \"cpuCoreCount\": 12,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 48\n                            }\n                        ],\n                        \"maxCpuCount\": 12,\n                        \"version\": \"6.4.11\",\n                        \"product\": \"FortiGate-VM\",\n                        \"vendor\": \"Fortinet\",\n                        \"vendorDescription\": \"\",\n                        \"id\": 34,\n                        \"releaseImage\": true\n                    },\n                    {\n                        \"sizes\": [\n                            \"SMALL\",\n                            \"MEDIUM\",\n                            \"LARGE\"\n                        ],\n                        \"details\": [\n                            {\n                                \"size\": \"SMALL\",\n                                \"label\": \"MVE 2/8\",\n                                \"cpuCoreCount\": 2,\n                                \"bandwidthMbps\": 500,\n                                \"ramGB\": 8\n                            },\n                            {\n                                \"size\": \"MEDIUM\",\n                                \"label\": \"MVE 4/16\",\n                                \"cpuCoreCount\": 4,\n                                \"bandwidthMbps\": 1000,\n                                \"ramGB\": 16\n                            },\n                            {\n                                \"size\": \"LARGE\",\n                                \"label\": \"MVE 8/32\",\n                                \"cpuCoreCount\": 8,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 32\n                            },\n                            {\n                                \"size\": \"X_LARGE_12\",\n                                \"label\": \"MVE 12/48\",\n                                \"cpuCoreCount\": 12,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 48\n                            }\n                        ],\n                        \"maxCpuCount\": 12,\n                        \"version\": \"7.2.5-208\",\n                        \"product\": \"FTDv\",\n                        \"vendor\": \"Cisco\",\n                        \"vendorDescription\": \"\",\n                        \"id\": 52,\n                        \"releaseImage\": false\n                    },\n                    {\n                        \"sizes\": [\n                            \"SMALL\",\n                            \"MEDIUM\",\n                            \"LARGE\"\n                        ],\n                        \"details\": [\n                            {\n                                \"size\": \"SMALL\",\n                                \"label\": \"MVE 2/8\",\n                                \"cpuCoreCount\": 2,\n                                \"bandwidthMbps\": 500,\n                                \"ramGB\": 8\n                            },\n                            {\n                                \"size\": \"MEDIUM\",\n                                \"label\": \"MVE 4/16\",\n                                \"cpuCoreCount\": 4,\n                                \"bandwidthMbps\": 1000,\n                                \"ramGB\": 16\n                            },\n                            {\n                                \"size\": \"LARGE\",\n                                \"label\": \"MVE 8/32\",\n                                \"cpuCoreCount\": 8,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 32\n                            },\n                            {\n                                \"size\": \"X_LARGE_12\",\n                                \"label\": \"MVE 12/48\",\n                                \"cpuCoreCount\": 12,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 48\n                            }\n                        ],\n                        \"maxCpuCount\": 12,\n                        \"version\": \"10.2.0\",\n                        \"product\": \"VM-Series\",\n                        \"vendor\": \"Palo Alto\",\n                        \"vendorDescription\": \"\",\n                        \"id\": 32,\n                        \"releaseImage\": true\n                    },\n                    {\n                        \"sizes\": [\n                            \"SMALL\",\n                            \"MEDIUM\",\n                            \"LARGE\"\n                        ],\n                        \"details\": [\n                            {\n                                \"size\": \"SMALL\",\n                                \"label\": \"MVE 2/8\",\n                                \"cpuCoreCount\": 2,\n                                \"bandwidthMbps\": 500,\n                                \"ramGB\": 8\n                            },\n                            {\n                                \"size\": \"MEDIUM\",\n                                \"label\": \"MVE 4/16\",\n                                \"cpuCoreCount\": 4,\n                                \"bandwidthMbps\": 1000,\n                                \"ramGB\": 16\n                            },\n                            {\n                                \"size\": \"LARGE\",\n                                \"label\": \"MVE 8/32\",\n                                \"cpuCoreCount\": 8,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 32\n                            },\n                            {\n                                \"size\": \"X_LARGE_12\",\n                                \"label\": \"MVE 12/48\",\n                                \"cpuCoreCount\": 12,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 48\n                            }\n                        ],\n                        \"maxCpuCount\": 12,\n                        \"version\": \"7.2.3\",\n                        \"product\": \"FortiGate-VM\",\n                        \"vendor\": \"Fortinet\",\n                        \"vendorDescription\": \"\",\n                        \"id\": 33,\n                        \"releaseImage\": true\n                    },\n                    {\n                        \"sizes\": [\n                            \"SMALL\",\n                            \"MEDIUM\",\n                            \"LARGE\"\n                        ],\n                        \"details\": [\n                            {\n                                \"size\": \"SMALL\",\n                                \"label\": \"MVE 2/8\",\n                                \"cpuCoreCount\": 2,\n                                \"bandwidthMbps\": 500,\n                                \"ramGB\": 8\n                            },\n                            {\n                                \"size\": \"MEDIUM\",\n                                \"label\": \"MVE 4/16\",\n                                \"cpuCoreCount\": 4,\n                                \"bandwidthMbps\": 1000,\n                                \"ramGB\": 16\n                            },\n                            {\n                                \"size\": \"LARGE\",\n                                \"label\": \"MVE 8/32\",\n                                \"cpuCoreCount\": 8,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 32\n                            },\n                            {\n                                \"size\": \"X_LARGE_12\",\n                                \"label\": \"MVE 12/48\",\n                                \"cpuCoreCount\": 12,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 48\n                            }\n                        ],\n                        \"maxCpuCount\": 12,\n                        \"version\": \"8.3.3.3_86005\",\n                        \"product\": \"EC-V\",\n                        \"vendor\": \"Aruba\",\n                        \"vendorDescription\": \"Aruba Orchestrator 9 or later required, must immediately upgrade boot image to version 9.X\",\n                        \"id\": 23,\n                        \"releaseImage\": true\n                    },\n                    {\n                        \"sizes\": [\n                            \"SMALL\",\n                            \"MEDIUM\",\n                            \"LARGE\"\n                        ],\n                        \"details\": [\n                            {\n                                \"size\": \"SMALL\",\n                                \"label\": \"MVE 2/8\",\n                                \"cpuCoreCount\": 2,\n                                \"bandwidthMbps\": 500,\n                                \"ramGB\": 8\n                            },\n                            {\n                                \"size\": \"MEDIUM\",\n                                \"label\": \"MVE 4/16\",\n                                \"cpuCoreCount\": 4,\n                                \"bandwidthMbps\": 1000,\n                                \"ramGB\": 16\n                            },\n                            {\n                                \"size\": \"LARGE\",\n                                \"label\": \"MVE 8/32\",\n                                \"cpuCoreCount\": 8,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 32\n                            },\n                            {\n                                \"size\": \"X_LARGE_12\",\n                                \"label\": \"MVE 12/48\",\n                                \"cpuCoreCount\": 12,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 48\n                            }\n                        ],\n                        \"maxCpuCount\": 12,\n                        \"version\": \"17.11.01a\",\n                        \"product\": \"C8000\",\n                        \"vendor\": \"Cisco\",\n                        \"vendorDescription\": \"Minimum version of vManage is 20.11\",\n                        \"id\": 42,\n                        \"releaseImage\": true\n                    },\n                    {\n                        \"sizes\": [\n                            \"SMALL\",\n                            \"MEDIUM\",\n                            \"LARGE\"\n                        ],\n                        \"details\": [\n                            {\n                                \"size\": \"SMALL\",\n                                \"label\": \"MVE 2/8\",\n                                \"cpuCoreCount\": 2,\n                                \"bandwidthMbps\": 500,\n                                \"ramGB\": 8\n                            },\n                            {\n                                \"size\": \"MEDIUM\",\n                                \"label\": \"MVE 4/16\",\n                                \"cpuCoreCount\": 4,\n                                \"bandwidthMbps\": 1000,\n                                \"ramGB\": 16\n                            },\n                            {\n                                \"size\": \"LARGE\",\n                                \"label\": \"MVE 8/32\",\n                                \"cpuCoreCount\": 8,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 32\n                            },\n                            {\n                                \"size\": \"X_LARGE_12\",\n                                \"label\": \"MVE 12/48\",\n                                \"cpuCoreCount\": 12,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 48\n                            }\n                        ],\n                        \"maxCpuCount\": 12,\n                        \"version\": \"17.13.01a\",\n                        \"product\": \"C8000\",\n                        \"vendor\": \"Cisco\",\n                        \"vendorDescription\": \"\",\n                        \"id\": 51,\n                        \"releaseImage\": true\n                    },\n                    {\n                        \"sizes\": [\n                            \"SMALL\",\n                            \"MEDIUM\",\n                            \"LARGE\"\n                        ],\n                        \"details\": [\n                            {\n                                \"size\": \"SMALL\",\n                                \"label\": \"MVE 2/8\",\n                                \"cpuCoreCount\": 2,\n                                \"bandwidthMbps\": 500,\n                                \"ramGB\": 8\n                            },\n                            {\n                                \"size\": \"MEDIUM\",\n                                \"label\": \"MVE 4/16\",\n                                \"cpuCoreCount\": 4,\n                                \"bandwidthMbps\": 1000,\n                                \"ramGB\": 16\n                            },\n                            {\n                                \"size\": \"LARGE\",\n                                \"label\": \"MVE 8/32\",\n                                \"cpuCoreCount\": 8,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 32\n                            },\n                            {\n                                \"size\": \"X_LARGE_12\",\n                                \"label\": \"MVE 12/48\",\n                                \"cpuCoreCount\": 12,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 48\n                            }\n                        ],\n                        \"maxCpuCount\": 12,\n                        \"version\": \"21.1.3\",\n                        \"product\": \"FlexVNF\",\n                        \"vendor\": \"Versa\",\n                        \"id\": 20,\n                        \"releaseImage\": true\n                    }\n                ],\n                \"mcr1\": [\n                    100,\n                    500,\n                    1000,\n                    2000,\n                    3000,\n                    4000,\n                    5000\n                ],\n                \"mcr2\": [\n                    1000,\n                    2500,\n                    5000,\n                    10000\n                ]\n            },\n            \"ordering_message\": null,\n            \"diversityZones\": {\n                \"mcr2\": [\n                    {\n                        \"name\": \"red\",\n                        \"maxAvailableBandwidth\": 10000\n                    }\n                ],\n                \"megaport\": [\n                    {\n                        \"name\": \"blue\",\n                        \"speed\": 100\n                    },\n                    {\n                        \"name\": \"blue\",\n                        \"speed\": 10\n                    },\n                    {\n                        \"name\": \"blue\",\n                        \"speed\": 1\n                    },\n                    {\n                        \"name\": \"red\",\n                        \"speed\": 1\n                    },\n                    {\n                        \"name\": \"red\",\n                        \"speed\": 10\n                    },\n                    {\n                        \"name\": \"red\",\n                        \"speed\": 100\n                    }\n                ],\n                \"mve\": [\n                    {\n                        \"name\": \"red\",\n                        \"maxAvailableCpuCores\": 12\n                    }\n                ]\n            }\n        },\n        {\n            \"id\": 40,\n            \"name\": \"Digital Realty SIN10\",\n            \"campus\": \"campus_deprecated\",\n            \"metro\": \"Singapore\",\n            \"country\": \"Singapore\",\n            \"siteCode\": \"sin-drt\",\n            \"networkRegion\": \"MP1\",\n            \"address\": {\n                \"street\": \"29A International Business Park\",\n                \"suburb\": \"Jurong East\",\n                \"city\": \"Singapore\",\n                \"country\": \"Singapore\",\n                \"postcode\": \"609934\"\n            },\n            \"dc\": {\n                \"id\": 3,\n                \"name\": \"Digital Realty\"\n            },\n            \"market\": \"SG\",\n            \"vRouterAvailable\": true,\n            \"liveDate\": 1433080800000,\n            \"status\": \"Active\",\n            \"longitude\": 103.74597,\n            \"latitude\": 1.327732,\n            \"products\": {\n                \"mcr\": true,\n                \"mcrVersion\": 2,\n                \"megaport\": [\n                    1,\n                    10,\n                    100\n                ],\n                \"mve\": [\n                    {\n                        \"sizes\": [\n                            \"SMALL\",\n                            \"MEDIUM\",\n                            \"LARGE\"\n                        ],\n                        \"details\": [\n                            {\n                                \"size\": \"SMALL\",\n                                \"label\": \"MVE 2/8\",\n                                \"cpuCoreCount\": 2,\n                                \"bandwidthMbps\": 500,\n                                \"ramGB\": 8\n                            },\n                            {\n                                \"size\": \"MEDIUM\",\n                                \"label\": \"MVE 4/16\",\n                                \"cpuCoreCount\": 4,\n                                \"bandwidthMbps\": 1000,\n                                \"ramGB\": 16\n                            },\n                            {\n                                \"size\": \"LARGE\",\n                                \"label\": \"MVE 8/32\",\n                                \"cpuCoreCount\": 8,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 32\n                            },\n                            {\n                                \"size\": \"X_LARGE_12\",\n                                \"label\": \"MVE 12/48\",\n                                \"cpuCoreCount\": 12,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 48\n                            }\n                        ],\n                        \"maxCpuCount\": 12,\n                        \"version\": \"17.06.01a\",\n                        \"product\": \"C8000\",\n                        \"vendor\": \"Cisco\",\n                        \"vendorDescription\": \"Minimum version of vManage is 20.6\",\n                        \"id\": 22,\n                        \"releaseImage\": true\n                    },\n                    {\n                        \"sizes\": [\n                            \"SMALL\",\n                            \"MEDIUM\",\n                            \"LARGE\"\n                        ],\n                        \"details\": [\n                            {\n                                \"size\": \"SMALL\",\n                                \"label\": \"MVE 2/8\",\n                                \"cpuCoreCount\": 2,\n                                \"bandwidthMbps\": 500,\n                                \"ramGB\": 8\n                            },\n                            {\n                                \"size\": \"MEDIUM\",\n                                \"label\": \"MVE 4/16\",\n                                \"cpuCoreCount\": 4,\n                                \"bandwidthMbps\": 1000,\n                                \"ramGB\": 16\n                            },\n                            {\n                                \"size\": \"LARGE\",\n                                \"label\": \"MVE 8/32\",\n                                \"cpuCoreCount\": 8,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 32\n                            },\n                            {\n                                \"size\": \"X_LARGE_12\",\n                                \"label\": \"MVE 12/48\",\n                                \"cpuCoreCount\": 12,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 48\n                            }\n                        ],\n                        \"maxCpuCount\": 12,\n                        \"version\": \"17.09.01a\",\n                        \"product\": \"C8000\",\n                        \"vendor\": \"Cisco\",\n                        \"vendorDescription\": \"Minimum version of vManage is 20.9\",\n                        \"id\": 28,\n                        \"releaseImage\": true\n                    },\n                    {\n                        \"sizes\": [\n                            \"SMALL\",\n                            \"MEDIUM\",\n                            \"LARGE\"\n                        ],\n                        \"details\": [\n                            {\n                                \"size\": \"SMALL\",\n                                \"label\": \"MVE 2/8\",\n                                \"cpuCoreCount\": 2,\n                                \"bandwidthMbps\": 500,\n                                \"ramGB\": 8\n                            },\n                            {\n                                \"size\": \"MEDIUM\",\n                                \"label\": \"MVE 4/16\",\n                                \"cpuCoreCount\": 4,\n                                \"bandwidthMbps\": 1000,\n                                \"ramGB\": 16\n                            },\n                            {\n                                \"size\": \"LARGE\",\n                                \"label\": \"MVE 8/32\",\n                                \"cpuCoreCount\": 8,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 32\n                            },\n                            {\n                                \"size\": \"X_LARGE_12\",\n                                \"label\": \"MVE 12/48\",\n                                \"cpuCoreCount\": 12,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 48\n                            }\n                        ],\n                        \"maxCpuCount\": 12,\n                        \"version\": \"4.5.1\",\n                        \"product\": \"SD-WAN\",\n                        \"vendor\": \"VMware\",\n                        \"id\": 40,\n                        \"releaseImage\": true\n                    },\n                    {\n                        \"sizes\": [\n                            \"SMALL\",\n                            \"MEDIUM\",\n                            \"LARGE\"\n                        ],\n                        \"details\": [\n                            {\n                                \"size\": \"SMALL\",\n                                \"label\": \"MVE 2/8\",\n                                \"cpuCoreCount\": 2,\n                                \"bandwidthMbps\": 500,\n                                \"ramGB\": 8\n                            },\n                            {\n                                \"size\": \"MEDIUM\",\n                                \"label\": \"MVE 4/16\",\n                                \"cpuCoreCount\": 4,\n                                \"bandwidthMbps\": 1000,\n                                \"ramGB\": 16\n                            },\n                            {\n                                \"size\": \"LARGE\",\n                                \"label\": \"MVE 8/32\",\n                                \"cpuCoreCount\": 8,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 32\n                            },\n                            {\n                                \"size\": \"X_LARGE_12\",\n                                \"label\": \"MVE 12/48\",\n                                \"cpuCoreCount\": 12,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 48\n                            }\n                        ],\n                        \"maxCpuCount\": 12,\n                        \"version\": \"17.12.01a\",\n                        \"product\": \"C8000\",\n                        \"vendor\": \"Cisco\",\n                        \"id\": 46,\n                        \"releaseImage\": true\n                    },\n                    {\n                        \"sizes\": [\n                            \"SMALL\",\n                            \"MEDIUM\",\n                            \"LARGE\"\n                        ],\n                        \"details\": [\n                            {\n                                \"size\": \"SMALL\",\n                                \"label\": \"MVE 2/8\",\n                                \"cpuCoreCount\": 2,\n                                \"bandwidthMbps\": 500,\n                                \"ramGB\": 8\n                            },\n                            {\n                                \"size\": \"MEDIUM\",\n                                \"label\": \"MVE 4/16\",\n                                \"cpuCoreCount\": 4,\n                                \"bandwidthMbps\": 1000,\n                                \"ramGB\": 16\n                            },\n                            {\n                                \"size\": \"LARGE\",\n                                \"label\": \"MVE 8/32\",\n                                \"cpuCoreCount\": 8,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 32\n                            },\n                            {\n                                \"size\": \"X_LARGE_12\",\n                                \"label\": \"MVE 12/48\",\n                                \"cpuCoreCount\": 12,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 48\n                            }\n                        ],\n                        \"maxCpuCount\": 12,\n                        \"version\": \"4.2.0\",\n                        \"product\": \"SD-WAN\",\n                        \"vendor\": \"VMware\",\n                        \"id\": 39,\n                        \"releaseImage\": true\n                    },\n                    {\n                        \"sizes\": [\n                            \"SMALL\",\n                            \"MEDIUM\",\n                            \"LARGE\"\n                        ],\n                        \"details\": [\n                            {\n                                \"size\": \"SMALL\",\n                                \"label\": \"MVE 2/8\",\n                                \"cpuCoreCount\": 2,\n                                \"bandwidthMbps\": 500,\n                                \"ramGB\": 8\n                            },\n                            {\n                                \"size\": \"MEDIUM\",\n                                \"label\": \"MVE 4/16\",\n                                \"cpuCoreCount\": 4,\n                                \"bandwidthMbps\": 1000,\n                                \"ramGB\": 16\n                            },\n                            {\n                                \"size\": \"LARGE\",\n                                \"label\": \"MVE 8/32\",\n                                \"cpuCoreCount\": 8,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 32\n                            },\n                            {\n                                \"size\": \"X_LARGE_12\",\n                                \"label\": \"MVE 12/48\",\n                                \"cpuCoreCount\": 12,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 48\n                            }\n                        ],\n                        \"maxCpuCount\": 12,\n                        \"version\": \"7.0.9\",\n                        \"product\": \"FortiGate-VM\",\n                        \"vendor\": \"Fortinet\",\n                        \"vendorDescription\": \"\",\n                        \"id\": 36,\n                        \"releaseImage\": true\n                    },\n                    {\n                        \"sizes\": [\n                            \"SMALL\",\n                            \"MEDIUM\",\n                            \"LARGE\"\n                        ],\n                        \"details\": [\n                            {\n                                \"size\": \"SMALL\",\n                                \"label\": \"MVE 2/8\",\n                                \"cpuCoreCount\": 2,\n                                \"bandwidthMbps\": 500,\n                                \"ramGB\": 8\n                            },\n                            {\n                                \"size\": \"MEDIUM\",\n                                \"label\": \"MVE 4/16\",\n                                \"cpuCoreCount\": 4,\n                                \"bandwidthMbps\": 1000,\n                                \"ramGB\": 16\n                            },\n                            {\n                                \"size\": \"LARGE\",\n                                \"label\": \"MVE 8/32\",\n                                \"cpuCoreCount\": 8,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 32\n                            },\n                            {\n                                \"size\": \"X_LARGE_12\",\n                                \"label\": \"MVE 12/48\",\n                                \"cpuCoreCount\": 12,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 48\n                            }\n                        ],\n                        \"maxCpuCount\": 12,\n                        \"version\": \"6.4.11\",\n                        \"product\": \"FortiGate-VM\",\n                        \"vendor\": \"Fortinet\",\n                        \"vendorDescription\": \"\",\n                        \"id\": 34,\n                        \"releaseImage\": true\n                    },\n                    {\n                        \"sizes\": [\n                            \"SMALL\",\n                            \"MEDIUM\",\n                            \"LARGE\"\n                        ],\n                        \"details\": [\n                            {\n                                \"size\": \"SMALL\",\n                                \"label\": \"MVE 2/8\",\n                                \"cpuCoreCount\": 2,\n                                \"bandwidthMbps\": 500,\n                                \"ramGB\": 8\n                            },\n                            {\n                                \"size\": \"MEDIUM\",\n                                \"label\": \"MVE 4/16\",\n                                \"cpuCoreCount\": 4,\n                                \"bandwidthMbps\": 1000,\n                                \"ramGB\": 16\n                            },\n                            {\n                                \"size\": \"LARGE\",\n                                \"label\": \"MVE 8/32\",\n                                \"cpuCoreCount\": 8,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 32\n                            },\n                            {\n                                \"size\": \"X_LARGE_12\",\n                                \"label\": \"MVE 12/48\",\n                                \"cpuCoreCount\": 12,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 48\n                            }\n                        ],\n                        \"maxCpuCount\": 12,\n                        \"version\": \"7.2.5-208\",\n                        \"product\": \"FTDv\",\n                        \"vendor\": \"Cisco\",\n                        \"vendorDescription\": \"\",\n                        \"id\": 52,\n                        \"releaseImage\": false\n                    },\n                    {\n                        \"sizes\": [\n                            \"SMALL\",\n                            \"MEDIUM\",\n                            \"LARGE\"\n                        ],\n                        \"details\": [\n                            {\n                                \"size\": \"SMALL\",\n                                \"label\": \"MVE 2/8\",\n                                \"cpuCoreCount\": 2,\n                                \"bandwidthMbps\": 500,\n                                \"ramGB\": 8\n                            },\n                            {\n                                \"size\": \"MEDIUM\",\n                                \"label\": \"MVE 4/16\",\n                                \"cpuCoreCount\": 4,\n                                \"bandwidthMbps\": 1000,\n                                \"ramGB\": 16\n                            },\n                            {\n                                \"size\": \"LARGE\",\n                                \"label\": \"MVE 8/32\",\n                                \"cpuCoreCount\": 8,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 32\n                            },\n                            {\n                                \"size\": \"X_LARGE_12\",\n                                \"label\": \"MVE 12/48\",\n                                \"cpuCoreCount\": 12,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 48\n                            }\n                        ],\n                        \"maxCpuCount\": 12,\n                        \"version\": \"10.2.0\",\n                        \"product\": \"VM-Series\",\n                        \"vendor\": \"Palo Alto\",\n                        \"vendorDescription\": \"\",\n                        \"id\": 32,\n                        \"releaseImage\": true\n                    },\n                    {\n                        \"sizes\": [\n                            \"SMALL\",\n                            \"MEDIUM\",\n                            \"LARGE\"\n                        ],\n                        \"details\": [\n                            {\n                                \"size\": \"SMALL\",\n                                \"label\": \"MVE 2/8\",\n                                \"cpuCoreCount\": 2,\n                                \"bandwidthMbps\": 500,\n                                \"ramGB\": 8\n                            },\n                            {\n                                \"size\": \"MEDIUM\",\n                                \"label\": \"MVE 4/16\",\n                                \"cpuCoreCount\": 4,\n                                \"bandwidthMbps\": 1000,\n                                \"ramGB\": 16\n                            },\n                            {\n                                \"size\": \"LARGE\",\n                                \"label\": \"MVE 8/32\",\n                                \"cpuCoreCount\": 8,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 32\n                            },\n                            {\n                                \"size\": \"X_LARGE_12\",\n                                \"label\": \"MVE 12/48\",\n                                \"cpuCoreCount\": 12,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 48\n                            }\n                        ],\n                        \"maxCpuCount\": 12,\n                        \"version\": \"7.2.3\",\n                        \"product\": \"FortiGate-VM\",\n                        \"vendor\": \"Fortinet\",\n                        \"vendorDescription\": \"\",\n                        \"id\": 33,\n                        \"releaseImage\": true\n                    },\n                    {\n                        \"sizes\": [\n                            \"SMALL\",\n                            \"MEDIUM\",\n                            \"LARGE\"\n                        ],\n                        \"details\": [\n                            {\n                                \"size\": \"SMALL\",\n                                \"label\": \"MVE 2/8\",\n                                \"cpuCoreCount\": 2,\n                                \"bandwidthMbps\": 500,\n                                \"ramGB\": 8\n                            },\n                            {\n                                \"size\": \"MEDIUM\",\n                                \"label\": \"MVE 4/16\",\n                                \"cpuCoreCount\": 4,\n                                \"bandwidthMbps\": 1000,\n                                \"ramGB\": 16\n                            },\n                            {\n                                \"size\": \"LARGE\",\n                                \"label\": \"MVE 8/32\",\n                                \"cpuCoreCount\": 8,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 32\n                            },\n                            {\n                                \"size\": \"X_LARGE_12\",\n                                \"label\": \"MVE 12/48\",\n                                \"cpuCoreCount\": 12,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 48\n                            }\n                        ],\n                        \"maxCpuCount\": 12,\n                        \"version\": \"8.3.3.3_86005\",\n                        \"product\": \"EC-V\",\n                        \"vendor\": \"Aruba\",\n                        \"vendorDescription\": \"Aruba Orchestrator 9 or later required, must immediately upgrade boot image to version 9.X\",\n                        \"id\": 23,\n                        \"releaseImage\": true\n                    },\n                    {\n                        \"sizes\": [\n                            \"SMALL\",\n                            \"MEDIUM\",\n                            \"LARGE\"\n                        ],\n                        \"details\": [\n                            {\n                                \"size\": \"SMALL\",\n                                \"label\": \"MVE 2/8\",\n                                \"cpuCoreCount\": 2,\n                                \"bandwidthMbps\": 500,\n                                \"ramGB\": 8\n                            },\n                            {\n                                \"size\": \"MEDIUM\",\n                                \"label\": \"MVE 4/16\",\n                                \"cpuCoreCount\": 4,\n                                \"bandwidthMbps\": 1000,\n                                \"ramGB\": 16\n                            },\n                            {\n                                \"size\": \"LARGE\",\n                                \"label\": \"MVE 8/32\",\n                                \"cpuCoreCount\": 8,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 32\n                            },\n                            {\n                                \"size\": \"X_LARGE_12\",\n                                \"label\": \"MVE 12/48\",\n                                \"cpuCoreCount\": 12,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 48\n                            }\n                        ],\n                        \"maxCpuCount\": 12,\n                        \"version\": \"17.11.01a\",\n                        \"product\": \"C8000\",\n                        \"vendor\": \"Cisco\",\n                        \"vendorDescription\": \"Minimum version of vManage is 20.11\",\n                        \"id\": 42,\n                        \"releaseImage\": true\n                    },\n                    {\n                        \"sizes\": [\n                            \"SMALL\",\n                            \"MEDIUM\",\n                            \"LARGE\"\n                        ],\n                        \"details\": [\n                            {\n                                \"size\": \"SMALL\",\n                                \"label\": \"MVE 2/8\",\n                                \"cpuCoreCount\": 2,\n                                \"bandwidthMbps\": 500,\n                                \"ramGB\": 8\n                            },\n                            {\n                                \"size\": \"MEDIUM\",\n                                \"label\": \"MVE 4/16\",\n                                \"cpuCoreCount\": 4,\n                                \"bandwidthMbps\": 1000,\n                                \"ramGB\": 16\n                            },\n                            {\n                                \"size\": \"LARGE\",\n                                \"label\": \"MVE 8/32\",\n                                \"cpuCoreCount\": 8,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 32\n                            },\n                            {\n                                \"size\": \"X_LARGE_12\",\n                                \"label\": \"MVE 12/48\",\n                                \"cpuCoreCount\": 12,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 48\n                            }\n                        ],\n                        \"maxCpuCount\": 12,\n                        \"version\": \"17.13.01a\",\n                        \"product\": \"C8000\",\n                        \"vendor\": \"Cisco\",\n                        \"vendorDescription\": \"\",\n                        \"id\": 51,\n                        \"releaseImage\": true\n                    },\n                    {\n                        \"sizes\": [\n                            \"SMALL\",\n                            \"MEDIUM\",\n                            \"LARGE\"\n                        ],\n                        \"details\": [\n                            {\n                                \"size\": \"SMALL\",\n                                \"label\": \"MVE 2/8\",\n                                \"cpuCoreCount\": 2,\n                                \"bandwidthMbps\": 500,\n                                \"ramGB\": 8\n                            },\n                            {\n                                \"size\": \"MEDIUM\",\n                                \"label\": \"MVE 4/16\",\n                                \"cpuCoreCount\": 4,\n                                \"bandwidthMbps\": 1000,\n                                \"ramGB\": 16\n                            },\n                            {\n                                \"size\": \"LARGE\",\n                                \"label\": \"MVE 8/32\",\n                                \"cpuCoreCount\": 8,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 32\n                            },\n                            {\n                                \"size\": \"X_LARGE_12\",\n                                \"label\": \"MVE 12/48\",\n                                \"cpuCoreCount\": 12,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 48\n                            }\n                        ],\n                        \"maxCpuCount\": 12,\n                        \"version\": \"21.1.3\",\n                        \"product\": \"FlexVNF\",\n                        \"vendor\": \"Versa\",\n                        \"id\": 20,\n                        \"releaseImage\": true\n                    }\n                ],\n                \"mcr1\": [\n                    100,\n                    500,\n                    1000,\n                    2000,\n                    3000,\n                    4000,\n                    5000\n                ],\n                \"mcr2\": [\n                    1000,\n                    2500,\n                    5000,\n                    10000\n                ]\n            },\n            \"ordering_message\": null,\n            \"diversityZones\": {\n                \"mcr2\": [\n                    {\n                        \"name\": \"red\",\n                        \"maxAvailableBandwidth\": 10000\n                    }\n                ],\n                \"megaport\": [\n                    {\n                        \"name\": null,\n                        \"speed\": 1\n                    },\n                    {\n                        \"name\": null,\n                        \"speed\": 10\n                    },\n                    {\n                        \"name\": null,\n                        \"speed\": 100\n                    }\n                ],\n                \"mve\": [\n                    {\n                        \"name\": \"red\",\n                        \"maxAvailableCpuCores\": 12\n                    }\n                ]\n            }\n        },\n        {\n            \"id\": 155,\n            \"name\": \"Racks Central\",\n            \"campus\": \"campus_deprecated\",\n            \"metro\": \"Singapore\",\n            \"country\": \"Singapore\",\n            \"siteCode\": \"sin-rc1\",\n            \"networkRegion\": \"MP1\",\n            \"address\": {\n                \"street\": \"23 Tai Seng Drive\",\n                \"city\": \"Singapore\",\n                \"country\": \"Singapore\",\n                \"postcode\": \"535224\"\n            },\n            \"dc\": {\n                \"id\": 40,\n                \"name\": \"Racks Central\"\n            },\n            \"market\": \"SG\",\n            \"vRouterAvailable\": true,\n            \"liveDate\": 1479909600000,\n            \"status\": \"Active\",\n            \"longitude\": 103.892,\n            \"latitude\": 1.337,\n            \"products\": {\n                \"mcr\": true,\n                \"mcrVersion\": 2,\n                \"megaport\": [\n                    10,\n                    1\n                ],\n                \"mve\": [\n                    {\n                        \"sizes\": [\n                            \"SMALL\",\n                            \"MEDIUM\",\n                            \"LARGE\"\n                        ],\n                        \"details\": [\n                            {\n                                \"size\": \"SMALL\",\n                                \"label\": \"MVE 2/8\",\n                                \"cpuCoreCount\": 2,\n                                \"bandwidthMbps\": 500,\n                                \"ramGB\": 8\n                            },\n                            {\n                                \"size\": \"MEDIUM\",\n                                \"label\": \"MVE 4/16\",\n                                \"cpuCoreCount\": 4,\n                                \"bandwidthMbps\": 1000,\n                                \"ramGB\": 16\n                            },\n                            {\n                                \"size\": \"LARGE\",\n                                \"label\": \"MVE 8/32\",\n                                \"cpuCoreCount\": 8,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 32\n                            },\n                            {\n                                \"size\": \"X_LARGE_12\",\n                                \"label\": \"MVE 12/48\",\n                                \"cpuCoreCount\": 12,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 48\n                            }\n                        ],\n                        \"maxCpuCount\": 12,\n                        \"version\": \"17.06.01a\",\n                        \"product\": \"C8000\",\n                        \"vendor\": \"Cisco\",\n                        \"vendorDescription\": \"Minimum version of vManage is 20.6\",\n                        \"id\": 22,\n                        \"releaseImage\": true\n                    },\n                    {\n                        \"sizes\": [\n                            \"SMALL\",\n                            \"MEDIUM\",\n                            \"LARGE\"\n                        ],\n                        \"details\": [\n                            {\n                                \"size\": \"SMALL\",\n                                \"label\": \"MVE 2/8\",\n                                \"cpuCoreCount\": 2,\n                                \"bandwidthMbps\": 500,\n                                \"ramGB\": 8\n                            },\n                            {\n                                \"size\": \"MEDIUM\",\n                                \"label\": \"MVE 4/16\",\n                                \"cpuCoreCount\": 4,\n                                \"bandwidthMbps\": 1000,\n                                \"ramGB\": 16\n                            },\n                            {\n                                \"size\": \"LARGE\",\n                                \"label\": \"MVE 8/32\",\n                                \"cpuCoreCount\": 8,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 32\n                            },\n                            {\n                                \"size\": \"X_LARGE_12\",\n                                \"label\": \"MVE 12/48\",\n                                \"cpuCoreCount\": 12,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 48\n                            }\n                        ],\n                        \"maxCpuCount\": 12,\n                        \"version\": \"17.09.01a\",\n                        \"product\": \"C8000\",\n                        \"vendor\": \"Cisco\",\n                        \"vendorDescription\": \"Minimum version of vManage is 20.9\",\n                        \"id\": 28,\n                        \"releaseImage\": true\n                    },\n                    {\n                        \"sizes\": [\n                            \"SMALL\",\n                            \"MEDIUM\",\n                            \"LARGE\"\n                        ],\n                        \"details\": [\n                            {\n                                \"size\": \"SMALL\",\n                                \"label\": \"MVE 2/8\",\n                                \"cpuCoreCount\": 2,\n                                \"bandwidthMbps\": 500,\n                                \"ramGB\": 8\n                            },\n                            {\n                                \"size\": \"MEDIUM\",\n                                \"label\": \"MVE 4/16\",\n                                \"cpuCoreCount\": 4,\n                                \"bandwidthMbps\": 1000,\n                                \"ramGB\": 16\n                            },\n                            {\n                                \"size\": \"LARGE\",\n                                \"label\": \"MVE 8/32\",\n                                \"cpuCoreCount\": 8,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 32\n                            },\n                            {\n                                \"size\": \"X_LARGE_12\",\n                                \"label\": \"MVE 12/48\",\n                                \"cpuCoreCount\": 12,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 48\n                            }\n                        ],\n                        \"maxCpuCount\": 12,\n                        \"version\": \"4.5.1\",\n                        \"product\": \"SD-WAN\",\n                        \"vendor\": \"VMware\",\n                        \"id\": 40,\n                        \"releaseImage\": true\n                    },\n                    {\n                        \"sizes\": [\n                            \"SMALL\",\n                            \"MEDIUM\",\n                            \"LARGE\"\n                        ],\n                        \"details\": [\n                            {\n                                \"size\": \"SMALL\",\n                                \"label\": \"MVE 2/8\",\n                                \"cpuCoreCount\": 2,\n                                \"bandwidthMbps\": 500,\n                                \"ramGB\": 8\n                            },\n                            {\n                                \"size\": \"MEDIUM\",\n                                \"label\": \"MVE 4/16\",\n                                \"cpuCoreCount\": 4,\n                                \"bandwidthMbps\": 1000,\n                                \"ramGB\": 16\n                            },\n                            {\n                                \"size\": \"LARGE\",\n                                \"label\": \"MVE 8/32\",\n                                \"cpuCoreCount\": 8,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 32\n                            },\n                            {\n                                \"size\": \"X_LARGE_12\",\n                                \"label\": \"MVE 12/48\",\n                                \"cpuCoreCount\": 12,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 48\n                            }\n                        ],\n                        \"maxCpuCount\": 12,\n                        \"version\": \"17.12.01a\",\n                        \"product\": \"C8000\",\n                        \"vendor\": \"Cisco\",\n                        \"id\": 46,\n                        \"releaseImage\": true\n                    },\n                    {\n                        \"sizes\": [\n                            \"SMALL\",\n                            \"MEDIUM\",\n                            \"LARGE\"\n                        ],\n                        \"details\": [\n                            {\n                                \"size\": \"SMALL\",\n                                \"label\": \"MVE 2/8\",\n                                \"cpuCoreCount\": 2,\n                                \"bandwidthMbps\": 500,\n                                \"ramGB\": 8\n                            },\n                            {\n                                \"size\": \"MEDIUM\",\n                                \"label\": \"MVE 4/16\",\n                                \"cpuCoreCount\": 4,\n                                \"bandwidthMbps\": 1000,\n                                \"ramGB\": 16\n                            },\n                            {\n                                \"size\": \"LARGE\",\n                                \"label\": \"MVE 8/32\",\n                                \"cpuCoreCount\": 8,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 32\n                            },\n                            {\n                                \"size\": \"X_LARGE_12\",\n                                \"label\": \"MVE 12/48\",\n                                \"cpuCoreCount\": 12,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 48\n                            }\n                        ],\n                        \"maxCpuCount\": 12,\n                        \"version\": \"4.2.0\",\n                        \"product\": \"SD-WAN\",\n                        \"vendor\": \"VMware\",\n                        \"id\": 39,\n                        \"releaseImage\": true\n                    },\n                    {\n                        \"sizes\": [\n                            \"SMALL\",\n                            \"MEDIUM\",\n                            \"LARGE\"\n                        ],\n                        \"details\": [\n                            {\n                                \"size\": \"SMALL\",\n                                \"label\": \"MVE 2/8\",\n                                \"cpuCoreCount\": 2,\n                                \"bandwidthMbps\": 500,\n                                \"ramGB\": 8\n                            },\n                            {\n                                \"size\": \"MEDIUM\",\n                                \"label\": \"MVE 4/16\",\n                                \"cpuCoreCount\": 4,\n                                \"bandwidthMbps\": 1000,\n                                \"ramGB\": 16\n                            },\n                            {\n                                \"size\": \"LARGE\",\n                                \"label\": \"MVE 8/32\",\n                                \"cpuCoreCount\": 8,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 32\n                            },\n                            {\n                                \"size\": \"X_LARGE_12\",\n                                \"label\": \"MVE 12/48\",\n                                \"cpuCoreCount\": 12,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 48\n                            }\n                        ],\n                        \"maxCpuCount\": 12,\n                        \"version\": \"7.0.9\",\n                        \"product\": \"FortiGate-VM\",\n                        \"vendor\": \"Fortinet\",\n                        \"vendorDescription\": \"\",\n                        \"id\": 36,\n                        \"releaseImage\": true\n                    },\n                    {\n                        \"sizes\": [\n                            \"SMALL\",\n                            \"MEDIUM\",\n                            \"LARGE\"\n                        ],\n                        \"details\": [\n                            {\n                                \"size\": \"SMALL\",\n                                \"label\": \"MVE 2/8\",\n                                \"cpuCoreCount\": 2,\n                                \"bandwidthMbps\": 500,\n                                \"ramGB\": 8\n                            },\n                            {\n                                \"size\": \"MEDIUM\",\n                                \"label\": \"MVE 4/16\",\n                                \"cpuCoreCount\": 4,\n                                \"bandwidthMbps\": 1000,\n                                \"ramGB\": 16\n                            },\n                            {\n                                \"size\": \"LARGE\",\n                                \"label\": \"MVE 8/32\",\n                                \"cpuCoreCount\": 8,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 32\n                            },\n                            {\n                                \"size\": \"X_LARGE_12\",\n                                \"label\": \"MVE 12/48\",\n                                \"cpuCoreCount\": 12,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 48\n                            }\n                        ],\n                        \"maxCpuCount\": 12,\n                        \"version\": \"6.4.11\",\n                        \"product\": \"FortiGate-VM\",\n                        \"vendor\": \"Fortinet\",\n                        \"vendorDescription\": \"\",\n                        \"id\": 34,\n                        \"releaseImage\": true\n                    },\n                    {\n                        \"sizes\": [\n                            \"SMALL\",\n                            \"MEDIUM\",\n                            \"LARGE\"\n                        ],\n                        \"details\": [\n                            {\n                                \"size\": \"SMALL\",\n                                \"label\": \"MVE 2/8\",\n                                \"cpuCoreCount\": 2,\n                                \"bandwidthMbps\": 500,\n                                \"ramGB\": 8\n                            },\n                            {\n                                \"size\": \"MEDIUM\",\n                                \"label\": \"MVE 4/16\",\n                                \"cpuCoreCount\": 4,\n                                \"bandwidthMbps\": 1000,\n                                \"ramGB\": 16\n                            },\n                            {\n                                \"size\": \"LARGE\",\n                                \"label\": \"MVE 8/32\",\n                                \"cpuCoreCount\": 8,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 32\n                            },\n                            {\n                                \"size\": \"X_LARGE_12\",\n                                \"label\": \"MVE 12/48\",\n                                \"cpuCoreCount\": 12,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 48\n                            }\n                        ],\n                        \"maxCpuCount\": 12,\n                        \"version\": \"7.2.5-208\",\n                        \"product\": \"FTDv\",\n                        \"vendor\": \"Cisco\",\n                        \"vendorDescription\": \"\",\n                        \"id\": 52,\n                        \"releaseImage\": false\n                    },\n                    {\n                        \"sizes\": [\n                            \"SMALL\",\n                            \"MEDIUM\",\n                            \"LARGE\"\n                        ],\n                        \"details\": [\n                            {\n                                \"size\": \"SMALL\",\n                                \"label\": \"MVE 2/8\",\n                                \"cpuCoreCount\": 2,\n                                \"bandwidthMbps\": 500,\n                                \"ramGB\": 8\n                            },\n                            {\n                                \"size\": \"MEDIUM\",\n                                \"label\": \"MVE 4/16\",\n                                \"cpuCoreCount\": 4,\n                                \"bandwidthMbps\": 1000,\n                                \"ramGB\": 16\n                            },\n                            {\n                                \"size\": \"LARGE\",\n                                \"label\": \"MVE 8/32\",\n                                \"cpuCoreCount\": 8,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 32\n                            },\n                            {\n                                \"size\": \"X_LARGE_12\",\n                                \"label\": \"MVE 12/48\",\n                                \"cpuCoreCount\": 12,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 48\n                            }\n                        ],\n                        \"maxCpuCount\": 12,\n                        \"version\": \"10.2.0\",\n                        \"product\": \"VM-Series\",\n                        \"vendor\": \"Palo Alto\",\n                        \"vendorDescription\": \"\",\n                        \"id\": 32,\n                        \"releaseImage\": true\n                    },\n                    {\n                        \"sizes\": [\n                            \"SMALL\",\n                            \"MEDIUM\",\n                            \"LARGE\"\n                        ],\n                        \"details\": [\n                            {\n                                \"size\": \"SMALL\",\n                                \"label\": \"MVE 2/8\",\n                                \"cpuCoreCount\": 2,\n                                \"bandwidthMbps\": 500,\n                                \"ramGB\": 8\n                            },\n                            {\n                                \"size\": \"MEDIUM\",\n                                \"label\": \"MVE 4/16\",\n                                \"cpuCoreCount\": 4,\n                                \"bandwidthMbps\": 1000,\n                                \"ramGB\": 16\n                            },\n                            {\n                                \"size\": \"LARGE\",\n                                \"label\": \"MVE 8/32\",\n                                \"cpuCoreCount\": 8,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 32\n                            },\n                            {\n                                \"size\": \"X_LARGE_12\",\n                                \"label\": \"MVE 12/48\",\n                                \"cpuCoreCount\": 12,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 48\n                            }\n                        ],\n                        \"maxCpuCount\": 12,\n                        \"version\": \"7.2.3\",\n                        \"product\": \"FortiGate-VM\",\n                        \"vendor\": \"Fortinet\",\n                        \"vendorDescription\": \"\",\n                        \"id\": 33,\n                        \"releaseImage\": true\n                    },\n                    {\n                        \"sizes\": [\n                            \"SMALL\",\n                            \"MEDIUM\",\n                            \"LARGE\"\n                        ],\n                        \"details\": [\n                            {\n                                \"size\": \"SMALL\",\n                                \"label\": \"MVE 2/8\",\n                                \"cpuCoreCount\": 2,\n                                \"bandwidthMbps\": 500,\n                                \"ramGB\": 8\n                            },\n                            {\n                                \"size\": \"MEDIUM\",\n                                \"label\": \"MVE 4/16\",\n                                \"cpuCoreCount\": 4,\n                                \"bandwidthMbps\": 1000,\n                                \"ramGB\": 16\n                            },\n                            {\n                                \"size\": \"LARGE\",\n                                \"label\": \"MVE 8/32\",\n                                \"cpuCoreCount\": 8,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 32\n                            },\n                            {\n                                \"size\": \"X_LARGE_12\",\n                                \"label\": \"MVE 12/48\",\n                                \"cpuCoreCount\": 12,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 48\n                            }\n                        ],\n                        \"maxCpuCount\": 12,\n                        \"version\": \"8.3.3.3_86005\",\n                        \"product\": \"EC-V\",\n                        \"vendor\": \"Aruba\",\n                        \"vendorDescription\": \"Aruba Orchestrator 9 or later required, must immediately upgrade boot image to version 9.X\",\n                        \"id\": 23,\n                        \"releaseImage\": true\n                    },\n                    {\n                        \"sizes\": [\n                            \"SMALL\",\n                            \"MEDIUM\",\n                            \"LARGE\"\n                        ],\n                        \"details\": [\n                            {\n                                \"size\": \"SMALL\",\n                                \"label\": \"MVE 2/8\",\n                                \"cpuCoreCount\": 2,\n                                \"bandwidthMbps\": 500,\n                                \"ramGB\": 8\n                            },\n                            {\n                                \"size\": \"MEDIUM\",\n                                \"label\": \"MVE 4/16\",\n                                \"cpuCoreCount\": 4,\n                                \"bandwidthMbps\": 1000,\n                                \"ramGB\": 16\n                            },\n                            {\n                                \"size\": \"LARGE\",\n                                \"label\": \"MVE 8/32\",\n                                \"cpuCoreCount\": 8,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 32\n                            },\n                            {\n                                \"size\": \"X_LARGE_12\",\n                                \"label\": \"MVE 12/48\",\n                                \"cpuCoreCount\": 12,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 48\n                            }\n                        ],\n                        \"maxCpuCount\": 12,\n                        \"version\": \"17.11.01a\",\n                        \"product\": \"C8000\",\n                        \"vendor\": \"Cisco\",\n                        \"vendorDescription\": \"Minimum version of vManage is 20.11\",\n                        \"id\": 42,\n                        \"releaseImage\": true\n                    },\n                    {\n                        \"sizes\": [\n                            \"SMALL\",\n                            \"MEDIUM\",\n                            \"LARGE\"\n                        ],\n                        \"details\": [\n                            {\n                                \"size\": \"SMALL\",\n                                \"label\": \"MVE 2/8\",\n                                \"cpuCoreCount\": 2,\n                                \"bandwidthMbps\": 500,\n                                \"ramGB\": 8\n                            },\n                            {\n                                \"size\": \"MEDIUM\",\n                                \"label\": \"MVE 4/16\",\n                                \"cpuCoreCount\": 4,\n                                \"bandwidthMbps\": 1000,\n                                \"ramGB\": 16\n                            },\n                            {\n                                \"size\": \"LARGE\",\n                                \"label\": \"MVE 8/32\",\n                                \"cpuCoreCount\": 8,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 32\n                            },\n                            {\n                                \"size\": \"X_LARGE_12\",\n                                \"label\": \"MVE 12/48\",\n                                \"cpuCoreCount\": 12,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 48\n                            }\n                        ],\n                        \"maxCpuCount\": 12,\n                        \"version\": \"17.13.01a\",\n                        \"product\": \"C8000\",\n                        \"vendor\": \"Cisco\",\n                        \"vendorDescription\": \"\",\n                        \"id\": 51,\n                        \"releaseImage\": true\n                    },\n                    {\n                        \"sizes\": [\n                            \"SMALL\",\n                            \"MEDIUM\",\n                            \"LARGE\"\n                        ],\n                        \"details\": [\n                            {\n                                \"size\": \"SMALL\",\n                                \"label\": \"MVE 2/8\",\n                                \"cpuCoreCount\": 2,\n                                \"bandwidthMbps\": 500,\n                                \"ramGB\": 8\n                            },\n                            {\n                                \"size\": \"MEDIUM\",\n                                \"label\": \"MVE 4/16\",\n                                \"cpuCoreCount\": 4,\n                                \"bandwidthMbps\": 1000,\n                                \"ramGB\": 16\n                            },\n                            {\n                                \"size\": \"LARGE\",\n                                \"label\": \"MVE 8/32\",\n                                \"cpuCoreCount\": 8,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 32\n                            },\n                            {\n                                \"size\": \"X_LARGE_12\",\n                                \"label\": \"MVE 12/48\",\n                                \"cpuCoreCount\": 12,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 48\n                            }\n                        ],\n                        \"maxCpuCount\": 12,\n                        \"version\": \"21.1.3\",\n                        \"product\": \"FlexVNF\",\n                        \"vendor\": \"Versa\",\n                        \"id\": 20,\n                        \"releaseImage\": true\n                    }\n                ],\n                \"mcr1\": [\n                    100,\n                    500,\n                    1000,\n                    2000,\n                    3000,\n                    4000,\n                    5000\n                ],\n                \"mcr2\": [\n                    1000,\n                    2500,\n                    5000,\n                    10000\n                ]\n            },\n            \"ordering_message\": null,\n            \"diversityZones\": {\n                \"mcr2\": [\n                    {\n                        \"name\": \"blue\",\n                        \"maxAvailableBandwidth\": 10000\n                    }\n                ],\n                \"megaport\": [\n                    {\n                        \"name\": null,\n                        \"speed\": 10\n                    },\n                    {\n                        \"name\": null,\n                        \"speed\": 1\n                    }\n                ],\n                \"mve\": [\n                    {\n                        \"name\": \"blue\",\n                        \"maxAvailableCpuCores\": 12\n                    }\n                ]\n            }\n        },\n        {\n            \"id\": 257,\n            \"name\": \"NTT Singapore\",\n            \"campus\": \"campus_deprecated\",\n            \"metro\": \"Singapore\",\n            \"country\": \"Singapore\",\n            \"siteCode\": \"sin-ntt\",\n            \"networkRegion\": \"MP1\",\n            \"address\": {\n                \"street\": \"51 Serangoon North Avenue 4\",\n                \"city\": \"Singapore\",\n                \"country\": \"Singapore\",\n                \"postcode\": \"555858\"\n            },\n            \"dc\": {\n                \"id\": 46,\n                \"name\": \"NTT\"\n            },\n            \"market\": \"SG\",\n            \"vRouterAvailable\": false,\n            \"liveDate\": 1502028000000,\n            \"status\": \"Active\",\n            \"longitude\": 103.87509,\n            \"latitude\": 1.3761185,\n            \"products\": {\n                \"mcr\": false,\n                \"megaport\": [\n                    100,\n                    1,\n                    10\n                ]\n            },\n            \"ordering_message\": null,\n            \"diversityZones\": {\n                \"megaport\": [\n                    {\n                        \"name\": \"red\",\n                        \"speed\": 100\n                    },\n                    {\n                        \"name\": \"red\",\n                        \"speed\": 1\n                    },\n                    {\n                        \"name\": \"red\",\n                        \"speed\": 10\n                    },\n                    {\n                        \"name\": \"blue\",\n                        \"speed\": 10\n                    },\n                    {\n                        \"name\": \"blue\",\n                        \"speed\": 1\n                    },\n                    {\n                        \"name\": \"blue\",\n                        \"speed\": 100\n                    }\n                ]\n            }\n        },\n        {\n            \"id\": 418,\n            \"name\": \"STT Singapore 5\",\n            \"campus\": \"campus_deprecated\",\n            \"metro\": \"Singapore\",\n            \"country\": \"Singapore\",\n            \"siteCode\": \"sin-st1\",\n            \"networkRegion\": \"MP1\",\n            \"address\": {\n                \"street\": \"35 Tai Seng Street\",\n                \"city\": \"Singapore\",\n                \"country\": \"Singapore\",\n                \"postcode\": \"534103\"\n            },\n            \"dc\": {\n                \"id\": 59,\n                \"name\": \"ST Telemedia\"\n            },\n            \"market\": \"SG\",\n            \"vRouterAvailable\": false,\n            \"liveDate\": 1539698400000,\n            \"status\": \"Active\",\n            \"longitude\": 103.89028,\n            \"latitude\": 1.335416,\n            \"products\": {\n                \"mcr\": false,\n                \"megaport\": [\n                    1,\n                    10\n                ]\n            },\n            \"ordering_message\": null,\n            \"diversityZones\": {\n                \"megaport\": [\n                    {\n                        \"name\": null,\n                        \"speed\": 1\n                    },\n                    {\n                        \"name\": null,\n                        \"speed\": 10\n                    }\n                ]\n            }\n        },\n        {\n            \"id\": 556,\n            \"name\": \"SGX Singapore\",\n            \"campus\": \"campus_deprecated\",\n            \"metro\": \"Singapore\",\n            \"country\": \"Singapore\",\n            \"siteCode\": \"sin-sx1\",\n            \"networkRegion\": \"MP1\",\n            \"address\": {\n                \"street\": \"25 Serangoon North Avenue 5, Singapore\",\n                \"city\": \"Singapore\",\n                \"country\": \"Singapore\",\n                \"postcode\": \"555859\"\n            },\n            \"dc\": {\n                \"id\": 115,\n                \"name\": \"SGX\"\n            },\n            \"market\": \"SG\",\n            \"vRouterAvailable\": true,\n            \"liveDate\": 1575900000000,\n            \"status\": \"Active\",\n            \"longitude\": 103.87454,\n            \"latitude\": 1.375197,\n            \"products\": {\n                \"mcr\": true,\n                \"mcrVersion\": 2,\n                \"megaport\": [\n                    1,\n                    10,\n                    100\n                ],\n                \"mve\": [\n                    {\n                        \"sizes\": [\n                            \"SMALL\",\n                            \"MEDIUM\",\n                            \"LARGE\"\n                        ],\n                        \"details\": [\n                            {\n                                \"size\": \"SMALL\",\n                                \"label\": \"MVE 2/8\",\n                                \"cpuCoreCount\": 2,\n                                \"bandwidthMbps\": 500,\n                                \"ramGB\": 8\n                            },\n                            {\n                                \"size\": \"MEDIUM\",\n                                \"label\": \"MVE 4/16\",\n                                \"cpuCoreCount\": 4,\n                                \"bandwidthMbps\": 1000,\n                                \"ramGB\": 16\n                            },\n                            {\n                                \"size\": \"LARGE\",\n                                \"label\": \"MVE 8/32\",\n                                \"cpuCoreCount\": 8,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 32\n                            },\n                            {\n                                \"size\": \"X_LARGE_12\",\n                                \"label\": \"MVE 12/48\",\n                                \"cpuCoreCount\": 12,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 48\n                            }\n                        ],\n                        \"maxCpuCount\": 12,\n                        \"version\": \"17.06.01a\",\n                        \"product\": \"C8000\",\n                        \"vendor\": \"Cisco\",\n                        \"vendorDescription\": \"Minimum version of vManage is 20.6\",\n                        \"id\": 22,\n                        \"releaseImage\": true\n                    },\n                    {\n                        \"sizes\": [\n                            \"SMALL\",\n                            \"MEDIUM\",\n                            \"LARGE\"\n                        ],\n                        \"details\": [\n                            {\n                                \"size\": \"SMALL\",\n                                \"label\": \"MVE 2/8\",\n                                \"cpuCoreCount\": 2,\n                                \"bandwidthMbps\": 500,\n                                \"ramGB\": 8\n                            },\n                            {\n                                \"size\": \"MEDIUM\",\n                                \"label\": \"MVE 4/16\",\n                                \"cpuCoreCount\": 4,\n                                \"bandwidthMbps\": 1000,\n                                \"ramGB\": 16\n                            },\n                            {\n                                \"size\": \"LARGE\",\n                                \"label\": \"MVE 8/32\",\n                                \"cpuCoreCount\": 8,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 32\n                            },\n                            {\n                                \"size\": \"X_LARGE_12\",\n                                \"label\": \"MVE 12/48\",\n                                \"cpuCoreCount\": 12,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 48\n                            }\n                        ],\n                        \"maxCpuCount\": 12,\n                        \"version\": \"17.09.01a\",\n                        \"product\": \"C8000\",\n                        \"vendor\": \"Cisco\",\n                        \"vendorDescription\": \"Minimum version of vManage is 20.9\",\n                        \"id\": 28,\n                        \"releaseImage\": true\n                    },\n                    {\n                        \"sizes\": [\n                            \"SMALL\",\n                            \"MEDIUM\",\n                            \"LARGE\"\n                        ],\n                        \"details\": [\n                            {\n                                \"size\": \"SMALL\",\n                                \"label\": \"MVE 2/8\",\n                                \"cpuCoreCount\": 2,\n                                \"bandwidthMbps\": 500,\n                                \"ramGB\": 8\n                            },\n                            {\n                                \"size\": \"MEDIUM\",\n                                \"label\": \"MVE 4/16\",\n                                \"cpuCoreCount\": 4,\n                                \"bandwidthMbps\": 1000,\n                                \"ramGB\": 16\n                            },\n                            {\n                                \"size\": \"LARGE\",\n                                \"label\": \"MVE 8/32\",\n                                \"cpuCoreCount\": 8,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 32\n                            },\n                            {\n                                \"size\": \"X_LARGE_12\",\n                                \"label\": \"MVE 12/48\",\n                                \"cpuCoreCount\": 12,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 48\n                            }\n                        ],\n                        \"maxCpuCount\": 12,\n                        \"version\": \"4.5.1\",\n                        \"product\": \"SD-WAN\",\n                        \"vendor\": \"VMware\",\n                        \"id\": 40,\n                        \"releaseImage\": true\n                    },\n                    {\n                        \"sizes\": [\n                            \"SMALL\",\n                            \"MEDIUM\",\n                            \"LARGE\"\n                        ],\n                        \"details\": [\n                            {\n                                \"size\": \"SMALL\",\n                                \"label\": \"MVE 2/8\",\n                                \"cpuCoreCount\": 2,\n                                \"bandwidthMbps\": 500,\n                                \"ramGB\": 8\n                            },\n                            {\n                                \"size\": \"MEDIUM\",\n                                \"label\": \"MVE 4/16\",\n                                \"cpuCoreCount\": 4,\n                                \"bandwidthMbps\": 1000,\n                                \"ramGB\": 16\n                            },\n                            {\n                                \"size\": \"LARGE\",\n                                \"label\": \"MVE 8/32\",\n                                \"cpuCoreCount\": 8,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 32\n                            },\n                            {\n                                \"size\": \"X_LARGE_12\",\n                                \"label\": \"MVE 12/48\",\n                                \"cpuCoreCount\": 12,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 48\n                            }\n                        ],\n                        \"maxCpuCount\": 12,\n                        \"version\": \"17.12.01a\",\n                        \"product\": \"C8000\",\n                        \"vendor\": \"Cisco\",\n                        \"id\": 46,\n                        \"releaseImage\": true\n                    },\n                    {\n                        \"sizes\": [\n                            \"SMALL\",\n                            \"MEDIUM\",\n                            \"LARGE\"\n                        ],\n                        \"details\": [\n                            {\n                                \"size\": \"SMALL\",\n                                \"label\": \"MVE 2/8\",\n                                \"cpuCoreCount\": 2,\n                                \"bandwidthMbps\": 500,\n                                \"ramGB\": 8\n                            },\n                            {\n                                \"size\": \"MEDIUM\",\n                                \"label\": \"MVE 4/16\",\n                                \"cpuCoreCount\": 4,\n                                \"bandwidthMbps\": 1000,\n                                \"ramGB\": 16\n                            },\n                            {\n                                \"size\": \"LARGE\",\n                                \"label\": \"MVE 8/32\",\n                                \"cpuCoreCount\": 8,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 32\n                            },\n                            {\n                                \"size\": \"X_LARGE_12\",\n                                \"label\": \"MVE 12/48\",\n                                \"cpuCoreCount\": 12,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 48\n                            }\n                        ],\n                        \"maxCpuCount\": 12,\n                        \"version\": \"4.2.0\",\n                        \"product\": \"SD-WAN\",\n                        \"vendor\": \"VMware\",\n                        \"id\": 39,\n                        \"releaseImage\": true\n                    },\n                    {\n                        \"sizes\": [\n                            \"SMALL\",\n                            \"MEDIUM\",\n                            \"LARGE\"\n                        ],\n                        \"details\": [\n                            {\n                                \"size\": \"SMALL\",\n                                \"label\": \"MVE 2/8\",\n                                \"cpuCoreCount\": 2,\n                                \"bandwidthMbps\": 500,\n                                \"ramGB\": 8\n                            },\n                            {\n                                \"size\": \"MEDIUM\",\n                                \"label\": \"MVE 4/16\",\n                                \"cpuCoreCount\": 4,\n                                \"bandwidthMbps\": 1000,\n                                \"ramGB\": 16\n                            },\n                            {\n                                \"size\": \"LARGE\",\n                                \"label\": \"MVE 8/32\",\n                                \"cpuCoreCount\": 8,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 32\n                            },\n                            {\n                                \"size\": \"X_LARGE_12\",\n                                \"label\": \"MVE 12/48\",\n                                \"cpuCoreCount\": 12,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 48\n                            }\n                        ],\n                        \"maxCpuCount\": 12,\n                        \"version\": \"7.0.9\",\n                        \"product\": \"FortiGate-VM\",\n                        \"vendor\": \"Fortinet\",\n                        \"vendorDescription\": \"\",\n                        \"id\": 36,\n                        \"releaseImage\": true\n                    },\n                    {\n                        \"sizes\": [\n                            \"SMALL\",\n                            \"MEDIUM\",\n                            \"LARGE\"\n                        ],\n                        \"details\": [\n                            {\n                                \"size\": \"SMALL\",\n                                \"label\": \"MVE 2/8\",\n                                \"cpuCoreCount\": 2,\n                                \"bandwidthMbps\": 500,\n                                \"ramGB\": 8\n                            },\n                            {\n                                \"size\": \"MEDIUM\",\n                                \"label\": \"MVE 4/16\",\n                                \"cpuCoreCount\": 4,\n                                \"bandwidthMbps\": 1000,\n                                \"ramGB\": 16\n                            },\n                            {\n                                \"size\": \"LARGE\",\n                                \"label\": \"MVE 8/32\",\n                                \"cpuCoreCount\": 8,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 32\n                            },\n                            {\n                                \"size\": \"X_LARGE_12\",\n                                \"label\": \"MVE 12/48\",\n                                \"cpuCoreCount\": 12,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 48\n                            }\n                        ],\n                        \"maxCpuCount\": 12,\n                        \"version\": \"6.4.11\",\n                        \"product\": \"FortiGate-VM\",\n                        \"vendor\": \"Fortinet\",\n                        \"vendorDescription\": \"\",\n                        \"id\": 34,\n                        \"releaseImage\": true\n                    },\n                    {\n                        \"sizes\": [\n                            \"SMALL\",\n                            \"MEDIUM\",\n                            \"LARGE\"\n                        ],\n                        \"details\": [\n                            {\n                                \"size\": \"SMALL\",\n                                \"label\": \"MVE 2/8\",\n                                \"cpuCoreCount\": 2,\n                                \"bandwidthMbps\": 500,\n                                \"ramGB\": 8\n                            },\n                            {\n                                \"size\": \"MEDIUM\",\n                                \"label\": \"MVE 4/16\",\n                                \"cpuCoreCount\": 4,\n                                \"bandwidthMbps\": 1000,\n                                \"ramGB\": 16\n                            },\n                            {\n                                \"size\": \"LARGE\",\n                                \"label\": \"MVE 8/32\",\n                                \"cpuCoreCount\": 8,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 32\n                            },\n                            {\n                                \"size\": \"X_LARGE_12\",\n                                \"label\": \"MVE 12/48\",\n                                \"cpuCoreCount\": 12,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 48\n                            }\n                        ],\n                        \"maxCpuCount\": 12,\n                        \"version\": \"7.2.5-208\",\n                        \"product\": \"FTDv\",\n                        \"vendor\": \"Cisco\",\n                        \"vendorDescription\": \"\",\n                        \"id\": 52,\n                        \"releaseImage\": false\n                    },\n                    {\n                        \"sizes\": [\n                            \"SMALL\",\n                            \"MEDIUM\",\n                            \"LARGE\"\n                        ],\n                        \"details\": [\n                            {\n                                \"size\": \"SMALL\",\n                                \"label\": \"MVE 2/8\",\n                                \"cpuCoreCount\": 2,\n                                \"bandwidthMbps\": 500,\n                                \"ramGB\": 8\n                            },\n                            {\n                                \"size\": \"MEDIUM\",\n                                \"label\": \"MVE 4/16\",\n                                \"cpuCoreCount\": 4,\n                                \"bandwidthMbps\": 1000,\n                                \"ramGB\": 16\n                            },\n                            {\n                                \"size\": \"LARGE\",\n                                \"label\": \"MVE 8/32\",\n                                \"cpuCoreCount\": 8,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 32\n                            },\n                            {\n                                \"size\": \"X_LARGE_12\",\n                                \"label\": \"MVE 12/48\",\n                                \"cpuCoreCount\": 12,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 48\n                            }\n                        ],\n                        \"maxCpuCount\": 12,\n                        \"version\": \"10.2.0\",\n                        \"product\": \"VM-Series\",\n                        \"vendor\": \"Palo Alto\",\n                        \"vendorDescription\": \"\",\n                        \"id\": 32,\n                        \"releaseImage\": true\n                    },\n                    {\n                        \"sizes\": [\n                            \"SMALL\",\n                            \"MEDIUM\",\n                            \"LARGE\"\n                        ],\n                        \"details\": [\n                            {\n                                \"size\": \"SMALL\",\n                                \"label\": \"MVE 2/8\",\n                                \"cpuCoreCount\": 2,\n                                \"bandwidthMbps\": 500,\n                                \"ramGB\": 8\n                            },\n                            {\n                                \"size\": \"MEDIUM\",\n                                \"label\": \"MVE 4/16\",\n                                \"cpuCoreCount\": 4,\n                                \"bandwidthMbps\": 1000,\n                                \"ramGB\": 16\n                            },\n                            {\n                                \"size\": \"LARGE\",\n                                \"label\": \"MVE 8/32\",\n                                \"cpuCoreCount\": 8,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 32\n                            },\n                            {\n                                \"size\": \"X_LARGE_12\",\n                                \"label\": \"MVE 12/48\",\n                                \"cpuCoreCount\": 12,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 48\n                            }\n                        ],\n                        \"maxCpuCount\": 12,\n                        \"version\": \"7.2.3\",\n                        \"product\": \"FortiGate-VM\",\n                        \"vendor\": \"Fortinet\",\n                        \"vendorDescription\": \"\",\n                        \"id\": 33,\n                        \"releaseImage\": true\n                    },\n                    {\n                        \"sizes\": [\n                            \"SMALL\",\n                            \"MEDIUM\",\n                            \"LARGE\"\n                        ],\n                        \"details\": [\n                            {\n                                \"size\": \"SMALL\",\n                                \"label\": \"MVE 2/8\",\n                                \"cpuCoreCount\": 2,\n                                \"bandwidthMbps\": 500,\n                                \"ramGB\": 8\n                            },\n                            {\n                                \"size\": \"MEDIUM\",\n                                \"label\": \"MVE 4/16\",\n                                \"cpuCoreCount\": 4,\n                                \"bandwidthMbps\": 1000,\n                                \"ramGB\": 16\n                            },\n                            {\n                                \"size\": \"LARGE\",\n                                \"label\": \"MVE 8/32\",\n                                \"cpuCoreCount\": 8,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 32\n                            },\n                            {\n                                \"size\": \"X_LARGE_12\",\n                                \"label\": \"MVE 12/48\",\n                                \"cpuCoreCount\": 12,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 48\n                            }\n                        ],\n                        \"maxCpuCount\": 12,\n                        \"version\": \"8.3.3.3_86005\",\n                        \"product\": \"EC-V\",\n                        \"vendor\": \"Aruba\",\n                        \"vendorDescription\": \"Aruba Orchestrator 9 or later required, must immediately upgrade boot image to version 9.X\",\n                        \"id\": 23,\n                        \"releaseImage\": true\n                    },\n                    {\n                        \"sizes\": [\n                            \"SMALL\",\n                            \"MEDIUM\",\n                            \"LARGE\"\n                        ],\n                        \"details\": [\n                            {\n                                \"size\": \"SMALL\",\n                                \"label\": \"MVE 2/8\",\n                                \"cpuCoreCount\": 2,\n                                \"bandwidthMbps\": 500,\n                                \"ramGB\": 8\n                            },\n                            {\n                                \"size\": \"MEDIUM\",\n                                \"label\": \"MVE 4/16\",\n                                \"cpuCoreCount\": 4,\n                                \"bandwidthMbps\": 1000,\n                                \"ramGB\": 16\n                            },\n                            {\n                                \"size\": \"LARGE\",\n                                \"label\": \"MVE 8/32\",\n                                \"cpuCoreCount\": 8,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 32\n                            },\n                            {\n                                \"size\": \"X_LARGE_12\",\n                                \"label\": \"MVE 12/48\",\n                                \"cpuCoreCount\": 12,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 48\n                            }\n                        ],\n                        \"maxCpuCount\": 12,\n                        \"version\": \"17.11.01a\",\n                        \"product\": \"C8000\",\n                        \"vendor\": \"Cisco\",\n                        \"vendorDescription\": \"Minimum version of vManage is 20.11\",\n                        \"id\": 42,\n                        \"releaseImage\": true\n                    },\n                    {\n                        \"sizes\": [\n                            \"SMALL\",\n                            \"MEDIUM\",\n                            \"LARGE\"\n                        ],\n                        \"details\": [\n                            {\n                                \"size\": \"SMALL\",\n                                \"label\": \"MVE 2/8\",\n                                \"cpuCoreCount\": 2,\n                                \"bandwidthMbps\": 500,\n                                \"ramGB\": 8\n                            },\n                            {\n                                \"size\": \"MEDIUM\",\n                                \"label\": \"MVE 4/16\",\n                                \"cpuCoreCount\": 4,\n                                \"bandwidthMbps\": 1000,\n                                \"ramGB\": 16\n                            },\n                            {\n                                \"size\": \"LARGE\",\n                                \"label\": \"MVE 8/32\",\n                                \"cpuCoreCount\": 8,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 32\n                            },\n                            {\n                                \"size\": \"X_LARGE_12\",\n                                \"label\": \"MVE 12/48\",\n                                \"cpuCoreCount\": 12,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 48\n                            }\n                        ],\n                        \"maxCpuCount\": 12,\n                        \"version\": \"17.13.01a\",\n                        \"product\": \"C8000\",\n                        \"vendor\": \"Cisco\",\n                        \"vendorDescription\": \"\",\n                        \"id\": 51,\n                        \"releaseImage\": true\n                    },\n                    {\n                        \"sizes\": [\n                            \"SMALL\",\n                            \"MEDIUM\",\n                            \"LARGE\"\n                        ],\n                        \"details\": [\n                            {\n                                \"size\": \"SMALL\",\n                                \"label\": \"MVE 2/8\",\n                                \"cpuCoreCount\": 2,\n                                \"bandwidthMbps\": 500,\n                                \"ramGB\": 8\n                            },\n                            {\n                                \"size\": \"MEDIUM\",\n                                \"label\": \"MVE 4/16\",\n                                \"cpuCoreCount\": 4,\n                                \"bandwidthMbps\": 1000,\n                                \"ramGB\": 16\n                            },\n                            {\n                                \"size\": \"LARGE\",\n                                \"label\": \"MVE 8/32\",\n                                \"cpuCoreCount\": 8,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 32\n                            },\n                            {\n                                \"size\": \"X_LARGE_12\",\n                                \"label\": \"MVE 12/48\",\n                                \"cpuCoreCount\": 12,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 48\n                            }\n                        ],\n                        \"maxCpuCount\": 12,\n                        \"version\": \"21.1.3\",\n                        \"product\": \"FlexVNF\",\n                        \"vendor\": \"Versa\",\n                        \"id\": 20,\n                        \"releaseImage\": true\n                    }\n                ],\n                \"mcr1\": [\n                    100,\n                    500,\n                    1000,\n                    2000,\n                    3000,\n                    4000,\n                    5000\n                ],\n                \"mcr2\": [\n                    1000,\n                    2500,\n                    5000,\n                    10000\n                ]\n            },\n            \"ordering_message\": null,\n            \"diversityZones\": {\n                \"mcr2\": [\n                    {\n                        \"name\": \"red\",\n                        \"maxAvailableBandwidth\": 10000\n                    },\n                    {\n                        \"name\": \"blue\",\n                        \"maxAvailableBandwidth\": 10000\n                    }\n                ],\n                \"megaport\": [\n                    {\n                        \"name\": \"blue\",\n                        \"speed\": 1\n                    },\n                    {\n                        \"name\": \"blue\",\n                        \"speed\": 10\n                    },\n                    {\n                        \"name\": \"blue\",\n                        \"speed\": 100\n                    },\n                    {\n                        \"name\": \"red\",\n                        \"speed\": 100\n                    },\n                    {\n                        \"name\": \"red\",\n                        \"speed\": 10\n                    },\n                    {\n                        \"name\": \"red\",\n                        \"speed\": 1\n                    }\n                ],\n                \"mve\": [\n                    {\n                        \"name\": \"red\",\n                        \"maxAvailableCpuCores\": 12\n                    },\n                    {\n                        \"name\": \"blue\",\n                        \"maxAvailableCpuCores\": 12\n                    }\n                ]\n            }\n        },\n        {\n            \"id\": 1109,\n            \"name\": \"Singtel Data Center\",\n            \"campus\": \"campus_deprecated\",\n            \"metro\": \"Singapore\",\n            \"country\": \"Singapore\",\n            \"siteCode\": \"sin-sd1\",\n            \"networkRegion\": \"MP1\",\n            \"address\": {\n                \"street\": \"38 Kim Chuan Rd\",\n                \"city\": \"Singapore\",\n                \"country\": \"Singapore\",\n                \"postcode\": \"537055\"\n            },\n            \"dc\": {\n                \"id\": 222,\n                \"name\": \"Singtel\"\n            },\n            \"market\": \"SG\",\n            \"vRouterAvailable\": false,\n            \"liveDate\": 1623765600000,\n            \"status\": \"Active\",\n            \"longitude\": 103.88848,\n            \"latitude\": 1.340259,\n            \"products\": {\n                \"mcr\": false,\n                \"megaport\": [\n                    1,\n                    10,\n                    100\n                ]\n            },\n            \"ordering_message\": null,\n            \"diversityZones\": {\n                \"megaport\": [\n                    {\n                        \"name\": \"red\",\n                        \"speed\": 1\n                    },\n                    {\n                        \"name\": \"red\",\n                        \"speed\": 10\n                    },\n                    {\n                        \"name\": null,\n                        \"speed\": 100\n                    },\n                    {\n                        \"name\": \"blue\",\n                        \"speed\": 10\n                    },\n                    {\n                        \"name\": \"blue\",\n                        \"speed\": 1\n                    }\n                ]\n            }\n        },\n        {\n            \"id\": 1114,\n            \"name\": \"Digital Realty Singapore SIN12\",\n            \"campus\": \"campus_deprecated\",\n            \"metro\": \"Singapore\",\n            \"country\": \"Singapore\",\n            \"siteCode\": \"sin-dr1\",\n            \"networkRegion\": \"MP1\",\n            \"address\": {\n                \"street\": \"11 Loyang Close, Suite 310\",\n                \"city\": \"Singapore\",\n                \"country\": \"Singapore\",\n                \"postcode\": \"506756\"\n            },\n            \"dc\": {\n                \"id\": 3,\n                \"name\": \"Digital Realty\"\n            },\n            \"market\": \"SG\",\n            \"vRouterAvailable\": false,\n            \"liveDate\": 1623938400000,\n            \"status\": \"Active\",\n            \"longitude\": 103.97087,\n            \"latitude\": 1.3733156,\n            \"products\": {\n                \"mcr\": false,\n                \"megaport\": [\n                    1,\n                    10\n                ]\n            },\n            \"ordering_message\": null,\n            \"diversityZones\": {\n                \"megaport\": [\n                    {\n                        \"name\": \"blue\",\n                        \"speed\": 1\n                    },\n                    {\n                        \"name\": \"blue\",\n                        \"speed\": 10\n                    },\n                    {\n                        \"name\": \"red\",\n                        \"speed\": 1\n                    },\n                    {\n                        \"name\": \"red\",\n                        \"speed\": 10\n                    }\n                ]\n            }\n        }\n    ]\n}"},{"id":"8b3215a3-d469-4b45-b858-9e4ae9570a81","name":"Locations - Active Cisco in LA","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":{"raw":"{{baseUrl}}/v2/locations?locationStatuses=Active&metro=Los Angeles&mveVendor=Cisco","host":["{{baseUrl}}"],"path":["v2","locations"],"query":[{"key":"locationStatuses","value":"Active","description":"Filter results based on specified status. This parameter can be added multiple times to capture multiple status values. Status values include: \"Extended\" \"Deployment\" \"Active\" \"New\" \"Restricted\" \"Expired\". (Optional) "},{"key":"metro","value":"Los Angeles","description":"Filter results to only include locations in the named metro. (Optional)"},{"key":"marketEnabled","value":"Boolean","description":"If true, return only the locations in the enabled markets. Default value is false.","disabled":true},{"key":"mveVendor","value":"Cisco","description":"The name of the vendor of the product used to create the MVE. The current vendors are Aruba, Cisco, Fortinet, Versa, VMWare, and Palo Alto.\n"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Thu, 15 Feb 2024 06:52:35 GMT"},{"key":"strict-transport-security","value":"max-age=31536000; preload"},{"key":"x-correlation-id","value":"81367694-86ed-4d04-b40a-97f4e33259bc"},{"key":"x-amzn-trace-id","value":"Root=1-65cdb4b0-2a434dc60ba2023b5cf3d3df"},{"key":"trace-id","value":"ce13828824c3d0284b168cf3531f022b"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"uow","value":"a6e52d03-5cee-4fe5-8270-4e293b6f8b40"},{"key":"server-timing","value":"app;dur=3033"},{"key":"etag","value":"W/\"03a5ea9577166b4244ae6dbeb77488dbe\""},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 0e61cdf08a154ac7d647c2dc742467a6.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"SYD62-P2"},{"key":"X-Amz-Cf-Id","value":"v4bTkzs_-Z04kGDziO7lT9gl4wCVmLObBwOrAIXZkIlKXdp0UrBeyg=="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"List all public locations\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"id\": 59,\n            \"name\": \"Equinix LA1\",\n            \"campus\": \"campus_deprecated\",\n            \"metro\": \"Los Angeles\",\n            \"country\": \"USA\",\n            \"siteCode\": \"lax-eq1\",\n            \"networkRegion\": \"MP1\",\n            \"address\": {\n                \"street\": \"600 West 7th Street\",\n                \"city\": \"Los Angeles\",\n                \"state\": \"CA\",\n                \"country\": \"USA\",\n                \"postcode\": \"90017\"\n            },\n            \"dc\": {\n                \"id\": 5,\n                \"name\": \"Equinix\"\n            },\n            \"market\": \"US\",\n            \"vRouterAvailable\": true,\n            \"liveDate\": 1447250400000,\n            \"status\": \"Active\",\n            \"longitude\": -118.25745,\n            \"latitude\": 34.04732,\n            \"products\": {\n                \"mcr\": true,\n                \"mcrVersion\": 2,\n                \"megaport\": [\n                    10,\n                    100\n                ],\n                \"mve\": [\n                    {\n                        \"sizes\": [\n                            \"SMALL\",\n                            \"MEDIUM\",\n                            \"LARGE\"\n                        ],\n                        \"details\": [\n                            {\n                                \"size\": \"SMALL\",\n                                \"label\": \"MVE 2/8\",\n                                \"cpuCoreCount\": 2,\n                                \"bandwidthMbps\": 500,\n                                \"ramGB\": 8\n                            },\n                            {\n                                \"size\": \"MEDIUM\",\n                                \"label\": \"MVE 4/16\",\n                                \"cpuCoreCount\": 4,\n                                \"bandwidthMbps\": 1000,\n                                \"ramGB\": 16\n                            },\n                            {\n                                \"size\": \"LARGE\",\n                                \"label\": \"MVE 8/32\",\n                                \"cpuCoreCount\": 8,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 32\n                            },\n                            {\n                                \"size\": \"X_LARGE_12\",\n                                \"label\": \"MVE 12/48\",\n                                \"cpuCoreCount\": 12,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 48\n                            }\n                        ],\n                        \"maxCpuCount\": 12,\n                        \"version\": \"17.06.01a\",\n                        \"product\": \"C8000\",\n                        \"vendor\": \"Cisco\",\n                        \"vendorDescription\": \"Minimum version of vManage is 20.6\",\n                        \"id\": 22,\n                        \"releaseImage\": true\n                    },\n                    {\n                        \"sizes\": [\n                            \"SMALL\",\n                            \"MEDIUM\",\n                            \"LARGE\"\n                        ],\n                        \"details\": [\n                            {\n                                \"size\": \"SMALL\",\n                                \"label\": \"MVE 2/8\",\n                                \"cpuCoreCount\": 2,\n                                \"bandwidthMbps\": 500,\n                                \"ramGB\": 8\n                            },\n                            {\n                                \"size\": \"MEDIUM\",\n                                \"label\": \"MVE 4/16\",\n                                \"cpuCoreCount\": 4,\n                                \"bandwidthMbps\": 1000,\n                                \"ramGB\": 16\n                            },\n                            {\n                                \"size\": \"LARGE\",\n                                \"label\": \"MVE 8/32\",\n                                \"cpuCoreCount\": 8,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 32\n                            },\n                            {\n                                \"size\": \"X_LARGE_12\",\n                                \"label\": \"MVE 12/48\",\n                                \"cpuCoreCount\": 12,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 48\n                            }\n                        ],\n                        \"maxCpuCount\": 12,\n                        \"version\": \"17.09.01a\",\n                        \"product\": \"C8000\",\n                        \"vendor\": \"Cisco\",\n                        \"vendorDescription\": \"Minimum version of vManage is 20.9\",\n                        \"id\": 28,\n                        \"releaseImage\": true\n                    },\n                    {\n                        \"sizes\": [\n                            \"SMALL\",\n                            \"MEDIUM\",\n                            \"LARGE\"\n                        ],\n                        \"details\": [\n                            {\n                                \"size\": \"SMALL\",\n                                \"label\": \"MVE 2/8\",\n                                \"cpuCoreCount\": 2,\n                                \"bandwidthMbps\": 500,\n                                \"ramGB\": 8\n                            },\n                            {\n                                \"size\": \"MEDIUM\",\n                                \"label\": \"MVE 4/16\",\n                                \"cpuCoreCount\": 4,\n                                \"bandwidthMbps\": 1000,\n                                \"ramGB\": 16\n                            },\n                            {\n                                \"size\": \"LARGE\",\n                                \"label\": \"MVE 8/32\",\n                                \"cpuCoreCount\": 8,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 32\n                            },\n                            {\n                                \"size\": \"X_LARGE_12\",\n                                \"label\": \"MVE 12/48\",\n                                \"cpuCoreCount\": 12,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 48\n                            }\n                        ],\n                        \"maxCpuCount\": 12,\n                        \"version\": \"17.12.01a\",\n                        \"product\": \"C8000\",\n                        \"vendor\": \"Cisco\",\n                        \"id\": 46,\n                        \"releaseImage\": true\n                    },\n                    {\n                        \"sizes\": [\n                            \"SMALL\",\n                            \"MEDIUM\",\n                            \"LARGE\"\n                        ],\n                        \"details\": [\n                            {\n                                \"size\": \"SMALL\",\n                                \"label\": \"MVE 2/8\",\n                                \"cpuCoreCount\": 2,\n                                \"bandwidthMbps\": 500,\n                                \"ramGB\": 8\n                            },\n                            {\n                                \"size\": \"MEDIUM\",\n                                \"label\": \"MVE 4/16\",\n                                \"cpuCoreCount\": 4,\n                                \"bandwidthMbps\": 1000,\n                                \"ramGB\": 16\n                            },\n                            {\n                                \"size\": \"LARGE\",\n                                \"label\": \"MVE 8/32\",\n                                \"cpuCoreCount\": 8,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 32\n                            },\n                            {\n                                \"size\": \"X_LARGE_12\",\n                                \"label\": \"MVE 12/48\",\n                                \"cpuCoreCount\": 12,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 48\n                            }\n                        ],\n                        \"maxCpuCount\": 12,\n                        \"version\": \"7.2.5-208\",\n                        \"product\": \"FTDv\",\n                        \"vendor\": \"Cisco\",\n                        \"vendorDescription\": \"\",\n                        \"id\": 52,\n                        \"releaseImage\": false\n                    },\n                    {\n                        \"sizes\": [\n                            \"SMALL\",\n                            \"MEDIUM\",\n                            \"LARGE\"\n                        ],\n                        \"details\": [\n                            {\n                                \"size\": \"SMALL\",\n                                \"label\": \"MVE 2/8\",\n                                \"cpuCoreCount\": 2,\n                                \"bandwidthMbps\": 500,\n                                \"ramGB\": 8\n                            },\n                            {\n                                \"size\": \"MEDIUM\",\n                                \"label\": \"MVE 4/16\",\n                                \"cpuCoreCount\": 4,\n                                \"bandwidthMbps\": 1000,\n                                \"ramGB\": 16\n                            },\n                            {\n                                \"size\": \"LARGE\",\n                                \"label\": \"MVE 8/32\",\n                                \"cpuCoreCount\": 8,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 32\n                            },\n                            {\n                                \"size\": \"X_LARGE_12\",\n                                \"label\": \"MVE 12/48\",\n                                \"cpuCoreCount\": 12,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 48\n                            }\n                        ],\n                        \"maxCpuCount\": 12,\n                        \"version\": \"17.11.01a\",\n                        \"product\": \"C8000\",\n                        \"vendor\": \"Cisco\",\n                        \"vendorDescription\": \"Minimum version of vManage is 20.11\",\n                        \"id\": 42,\n                        \"releaseImage\": true\n                    },\n                    {\n                        \"sizes\": [\n                            \"SMALL\",\n                            \"MEDIUM\",\n                            \"LARGE\"\n                        ],\n                        \"details\": [\n                            {\n                                \"size\": \"SMALL\",\n                                \"label\": \"MVE 2/8\",\n                                \"cpuCoreCount\": 2,\n                                \"bandwidthMbps\": 500,\n                                \"ramGB\": 8\n                            },\n                            {\n                                \"size\": \"MEDIUM\",\n                                \"label\": \"MVE 4/16\",\n                                \"cpuCoreCount\": 4,\n                                \"bandwidthMbps\": 1000,\n                                \"ramGB\": 16\n                            },\n                            {\n                                \"size\": \"LARGE\",\n                                \"label\": \"MVE 8/32\",\n                                \"cpuCoreCount\": 8,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 32\n                            },\n                            {\n                                \"size\": \"X_LARGE_12\",\n                                \"label\": \"MVE 12/48\",\n                                \"cpuCoreCount\": 12,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 48\n                            }\n                        ],\n                        \"maxCpuCount\": 12,\n                        \"version\": \"17.13.01a\",\n                        \"product\": \"C8000\",\n                        \"vendor\": \"Cisco\",\n                        \"vendorDescription\": \"\",\n                        \"id\": 51,\n                        \"releaseImage\": true\n                    }\n                ],\n                \"mcr1\": [\n                    100,\n                    500,\n                    1000,\n                    2000,\n                    3000,\n                    4000,\n                    5000\n                ],\n                \"mcr2\": [\n                    1000,\n                    2500,\n                    5000,\n                    10000\n                ]\n            },\n            \"ordering_message\": null,\n            \"diversityZones\": {\n                \"mcr2\": [\n                    {\n                        \"name\": \"blue\",\n                        \"maxAvailableBandwidth\": 10000\n                    },\n                    {\n                        \"name\": \"red\",\n                        \"maxAvailableBandwidth\": 10000\n                    }\n                ],\n                \"megaport\": [\n                    {\n                        \"name\": \"red\",\n                        \"speed\": 10\n                    },\n                    {\n                        \"name\": \"blue\",\n                        \"speed\": 10\n                    },\n                    {\n                        \"name\": null,\n                        \"speed\": 100\n                    }\n                ],\n                \"mve\": [\n                    {\n                        \"name\": \"blue\",\n                        \"maxAvailableCpuCores\": 12\n                    },\n                    {\n                        \"name\": \"red\",\n                        \"maxAvailableCpuCores\": 12\n                    }\n                ]\n            }\n        },\n        {\n            \"id\": 60,\n            \"name\": \"CoreSite LA1\",\n            \"campus\": \"campus_deprecated\",\n            \"metro\": \"Los Angeles\",\n            \"country\": \"USA\",\n            \"siteCode\": \"lax-cs1\",\n            \"networkRegion\": \"MP1\",\n            \"address\": {\n                \"street\": \"624 South Grand Avenue\",\n                \"city\": \"Los Angeles\",\n                \"state\": \"CA\",\n                \"country\": \"USA\",\n                \"postcode\": \"90017\"\n            },\n            \"dc\": {\n                \"id\": 18,\n                \"name\": \"CoreSite\"\n            },\n            \"market\": \"US\",\n            \"vRouterAvailable\": true,\n            \"liveDate\": 1449410400000,\n            \"status\": \"Active\",\n            \"longitude\": -118.25554,\n            \"latitude\": 34.04791,\n            \"products\": {\n                \"mcr\": true,\n                \"mcrVersion\": 2,\n                \"megaport\": [\n                    1,\n                    10,\n                    100\n                ],\n                \"mve\": [\n                    {\n                        \"sizes\": [\n                            \"SMALL\",\n                            \"MEDIUM\",\n                            \"LARGE\"\n                        ],\n                        \"details\": [\n                            {\n                                \"size\": \"SMALL\",\n                                \"label\": \"MVE 2/8\",\n                                \"cpuCoreCount\": 2,\n                                \"bandwidthMbps\": 500,\n                                \"ramGB\": 8\n                            },\n                            {\n                                \"size\": \"MEDIUM\",\n                                \"label\": \"MVE 4/16\",\n                                \"cpuCoreCount\": 4,\n                                \"bandwidthMbps\": 1000,\n                                \"ramGB\": 16\n                            },\n                            {\n                                \"size\": \"LARGE\",\n                                \"label\": \"MVE 8/32\",\n                                \"cpuCoreCount\": 8,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 32\n                            },\n                            {\n                                \"size\": \"X_LARGE_12\",\n                                \"label\": \"MVE 12/48\",\n                                \"cpuCoreCount\": 12,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 48\n                            }\n                        ],\n                        \"maxCpuCount\": 12,\n                        \"version\": \"17.06.01a\",\n                        \"product\": \"C8000\",\n                        \"vendor\": \"Cisco\",\n                        \"vendorDescription\": \"Minimum version of vManage is 20.6\",\n                        \"id\": 22,\n                        \"releaseImage\": true\n                    },\n                    {\n                        \"sizes\": [\n                            \"SMALL\",\n                            \"MEDIUM\",\n                            \"LARGE\"\n                        ],\n                        \"details\": [\n                            {\n                                \"size\": \"SMALL\",\n                                \"label\": \"MVE 2/8\",\n                                \"cpuCoreCount\": 2,\n                                \"bandwidthMbps\": 500,\n                                \"ramGB\": 8\n                            },\n                            {\n                                \"size\": \"MEDIUM\",\n                                \"label\": \"MVE 4/16\",\n                                \"cpuCoreCount\": 4,\n                                \"bandwidthMbps\": 1000,\n                                \"ramGB\": 16\n                            },\n                            {\n                                \"size\": \"LARGE\",\n                                \"label\": \"MVE 8/32\",\n                                \"cpuCoreCount\": 8,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 32\n                            },\n                            {\n                                \"size\": \"X_LARGE_12\",\n                                \"label\": \"MVE 12/48\",\n                                \"cpuCoreCount\": 12,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 48\n                            }\n                        ],\n                        \"maxCpuCount\": 12,\n                        \"version\": \"17.09.01a\",\n                        \"product\": \"C8000\",\n                        \"vendor\": \"Cisco\",\n                        \"vendorDescription\": \"Minimum version of vManage is 20.9\",\n                        \"id\": 28,\n                        \"releaseImage\": true\n                    },\n                    {\n                        \"sizes\": [\n                            \"SMALL\",\n                            \"MEDIUM\",\n                            \"LARGE\"\n                        ],\n                        \"details\": [\n                            {\n                                \"size\": \"SMALL\",\n                                \"label\": \"MVE 2/8\",\n                                \"cpuCoreCount\": 2,\n                                \"bandwidthMbps\": 500,\n                                \"ramGB\": 8\n                            },\n                            {\n                                \"size\": \"MEDIUM\",\n                                \"label\": \"MVE 4/16\",\n                                \"cpuCoreCount\": 4,\n                                \"bandwidthMbps\": 1000,\n                                \"ramGB\": 16\n                            },\n                            {\n                                \"size\": \"LARGE\",\n                                \"label\": \"MVE 8/32\",\n                                \"cpuCoreCount\": 8,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 32\n                            },\n                            {\n                                \"size\": \"X_LARGE_12\",\n                                \"label\": \"MVE 12/48\",\n                                \"cpuCoreCount\": 12,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 48\n                            }\n                        ],\n                        \"maxCpuCount\": 12,\n                        \"version\": \"17.12.01a\",\n                        \"product\": \"C8000\",\n                        \"vendor\": \"Cisco\",\n                        \"id\": 46,\n                        \"releaseImage\": true\n                    },\n                    {\n                        \"sizes\": [\n                            \"SMALL\",\n                            \"MEDIUM\",\n                            \"LARGE\"\n                        ],\n                        \"details\": [\n                            {\n                                \"size\": \"SMALL\",\n                                \"label\": \"MVE 2/8\",\n                                \"cpuCoreCount\": 2,\n                                \"bandwidthMbps\": 500,\n                                \"ramGB\": 8\n                            },\n                            {\n                                \"size\": \"MEDIUM\",\n                                \"label\": \"MVE 4/16\",\n                                \"cpuCoreCount\": 4,\n                                \"bandwidthMbps\": 1000,\n                                \"ramGB\": 16\n                            },\n                            {\n                                \"size\": \"LARGE\",\n                                \"label\": \"MVE 8/32\",\n                                \"cpuCoreCount\": 8,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 32\n                            },\n                            {\n                                \"size\": \"X_LARGE_12\",\n                                \"label\": \"MVE 12/48\",\n                                \"cpuCoreCount\": 12,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 48\n                            }\n                        ],\n                        \"maxCpuCount\": 12,\n                        \"version\": \"7.2.5-208\",\n                        \"product\": \"FTDv\",\n                        \"vendor\": \"Cisco\",\n                        \"vendorDescription\": \"\",\n                        \"id\": 52,\n                        \"releaseImage\": false\n                    },\n                    {\n                        \"sizes\": [\n                            \"SMALL\",\n                            \"MEDIUM\",\n                            \"LARGE\"\n                        ],\n                        \"details\": [\n                            {\n                                \"size\": \"SMALL\",\n                                \"label\": \"MVE 2/8\",\n                                \"cpuCoreCount\": 2,\n                                \"bandwidthMbps\": 500,\n                                \"ramGB\": 8\n                            },\n                            {\n                                \"size\": \"MEDIUM\",\n                                \"label\": \"MVE 4/16\",\n                                \"cpuCoreCount\": 4,\n                                \"bandwidthMbps\": 1000,\n                                \"ramGB\": 16\n                            },\n                            {\n                                \"size\": \"LARGE\",\n                                \"label\": \"MVE 8/32\",\n                                \"cpuCoreCount\": 8,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 32\n                            },\n                            {\n                                \"size\": \"X_LARGE_12\",\n                                \"label\": \"MVE 12/48\",\n                                \"cpuCoreCount\": 12,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 48\n                            }\n                        ],\n                        \"maxCpuCount\": 12,\n                        \"version\": \"17.11.01a\",\n                        \"product\": \"C8000\",\n                        \"vendor\": \"Cisco\",\n                        \"vendorDescription\": \"Minimum version of vManage is 20.11\",\n                        \"id\": 42,\n                        \"releaseImage\": true\n                    },\n                    {\n                        \"sizes\": [\n                            \"SMALL\",\n                            \"MEDIUM\",\n                            \"LARGE\"\n                        ],\n                        \"details\": [\n                            {\n                                \"size\": \"SMALL\",\n                                \"label\": \"MVE 2/8\",\n                                \"cpuCoreCount\": 2,\n                                \"bandwidthMbps\": 500,\n                                \"ramGB\": 8\n                            },\n                            {\n                                \"size\": \"MEDIUM\",\n                                \"label\": \"MVE 4/16\",\n                                \"cpuCoreCount\": 4,\n                                \"bandwidthMbps\": 1000,\n                                \"ramGB\": 16\n                            },\n                            {\n                                \"size\": \"LARGE\",\n                                \"label\": \"MVE 8/32\",\n                                \"cpuCoreCount\": 8,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 32\n                            },\n                            {\n                                \"size\": \"X_LARGE_12\",\n                                \"label\": \"MVE 12/48\",\n                                \"cpuCoreCount\": 12,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 48\n                            }\n                        ],\n                        \"maxCpuCount\": 12,\n                        \"version\": \"17.13.01a\",\n                        \"product\": \"C8000\",\n                        \"vendor\": \"Cisco\",\n                        \"vendorDescription\": \"\",\n                        \"id\": 51,\n                        \"releaseImage\": true\n                    }\n                ],\n                \"mcr1\": [\n                    100,\n                    500,\n                    1000,\n                    2000,\n                    3000,\n                    4000,\n                    5000\n                ],\n                \"mcr2\": [\n                    1000,\n                    2500,\n                    5000,\n                    10000\n                ]\n            },\n            \"ordering_message\": null,\n            \"diversityZones\": {\n                \"mcr2\": [\n                    {\n                        \"name\": \"red\",\n                        \"maxAvailableBandwidth\": 10000\n                    },\n                    {\n                        \"name\": \"blue\",\n                        \"maxAvailableBandwidth\": 10000\n                    }\n                ],\n                \"megaport\": [\n                    {\n                        \"name\": \"red\",\n                        \"speed\": 1\n                    },\n                    {\n                        \"name\": \"red\",\n                        \"speed\": 10\n                    },\n                    {\n                        \"name\": \"red\",\n                        \"speed\": 100\n                    },\n                    {\n                        \"name\": \"blue\",\n                        \"speed\": 100\n                    },\n                    {\n                        \"name\": \"blue\",\n                        \"speed\": 10\n                    },\n                    {\n                        \"name\": \"blue\",\n                        \"speed\": 1\n                    }\n                ],\n                \"mve\": [\n                    {\n                        \"name\": \"blue\",\n                        \"maxAvailableCpuCores\": 12\n                    },\n                    {\n                        \"name\": \"red\",\n                        \"maxAvailableCpuCores\": 12\n                    }\n                ]\n            }\n        }\n    ]\n}"},{"id":"b211d6d0-43af-4a9b-934b-804cceecb60a","name":"Locations - Active Versa in LA","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":{"raw":"{{baseUrl}}/v2/locations?locationStatuses=Active&metro=Los Angeles&mveVendor=Versa","host":["{{baseUrl}}"],"path":["v2","locations"],"query":[{"key":"locationStatuses","value":"Active","description":"Filter results based on specified status. This parameter can be added multiple times to capture multiple status values. Status values include: \"Extended\" \"Deployment\" \"Active\" \"New\" \"Restricted\" \"Expired\". (Optional) "},{"key":"metro","value":"Los Angeles","description":"Filter results to only include locations in the named metro. (Optional)"},{"key":"marketEnabled","value":"Boolean","description":"If true, return only the locations in the enabled markets. Default value is false.","disabled":true},{"key":"mveVendor","value":"Versa","description":"The name of the vendor of the product used to create the MVE. The current vendors are Aruba, Cisco, Fortinet, Versa, VMWare, and Palo Alto.\n"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Thu, 15 Feb 2024 06:54:00 GMT"},{"key":"strict-transport-security","value":"max-age=31536000; preload"},{"key":"x-correlation-id","value":"61256fa2-f326-434d-afdf-c67c1af2527f"},{"key":"x-amzn-trace-id","value":"Root=1-65cdb506-1f0cf62269b6feaf30890a58"},{"key":"trace-id","value":"80c56853009e64c80ffb0b037a87d060"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"uow","value":"ec58ee06-7e66-40d8-819e-d43d97cbb750"},{"key":"server-timing","value":"app;dur=1392"},{"key":"etag","value":"W/\"0095496752f2fc8b38491b007f478dc5f\""},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 0e61cdf08a154ac7d647c2dc742467a6.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"SYD62-P2"},{"key":"X-Amz-Cf-Id","value":"Aud4UgVlhLxW4sDh0_gTBgF5Ba8f6kAat6gFa7UuTioSl6l_oWGrJg=="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"List all public locations\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"id\": 59,\n            \"name\": \"Equinix LA1\",\n            \"campus\": \"campus_deprecated\",\n            \"metro\": \"Los Angeles\",\n            \"country\": \"USA\",\n            \"siteCode\": \"lax-eq1\",\n            \"networkRegion\": \"MP1\",\n            \"address\": {\n                \"street\": \"600 West 7th Street\",\n                \"city\": \"Los Angeles\",\n                \"state\": \"CA\",\n                \"country\": \"USA\",\n                \"postcode\": \"90017\"\n            },\n            \"dc\": {\n                \"id\": 5,\n                \"name\": \"Equinix\"\n            },\n            \"market\": \"US\",\n            \"vRouterAvailable\": true,\n            \"liveDate\": 1447250400000,\n            \"status\": \"Active\",\n            \"longitude\": -118.25745,\n            \"latitude\": 34.04732,\n            \"products\": {\n                \"mcr\": true,\n                \"mcrVersion\": 2,\n                \"megaport\": [\n                    10,\n                    100\n                ],\n                \"mve\": [\n                    {\n                        \"sizes\": [\n                            \"SMALL\",\n                            \"MEDIUM\",\n                            \"LARGE\"\n                        ],\n                        \"details\": [\n                            {\n                                \"size\": \"SMALL\",\n                                \"label\": \"MVE 2/8\",\n                                \"cpuCoreCount\": 2,\n                                \"bandwidthMbps\": 500,\n                                \"ramGB\": 8\n                            },\n                            {\n                                \"size\": \"MEDIUM\",\n                                \"label\": \"MVE 4/16\",\n                                \"cpuCoreCount\": 4,\n                                \"bandwidthMbps\": 1000,\n                                \"ramGB\": 16\n                            },\n                            {\n                                \"size\": \"LARGE\",\n                                \"label\": \"MVE 8/32\",\n                                \"cpuCoreCount\": 8,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 32\n                            },\n                            {\n                                \"size\": \"X_LARGE_12\",\n                                \"label\": \"MVE 12/48\",\n                                \"cpuCoreCount\": 12,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 48\n                            }\n                        ],\n                        \"maxCpuCount\": 12,\n                        \"version\": \"21.1.3\",\n                        \"product\": \"FlexVNF\",\n                        \"vendor\": \"Versa\",\n                        \"id\": 20,\n                        \"releaseImage\": true\n                    }\n                ],\n                \"mcr1\": [\n                    100,\n                    500,\n                    1000,\n                    2000,\n                    3000,\n                    4000,\n                    5000\n                ],\n                \"mcr2\": [\n                    1000,\n                    2500,\n                    5000,\n                    10000\n                ]\n            },\n            \"ordering_message\": null,\n            \"diversityZones\": {\n                \"mcr2\": [\n                    {\n                        \"name\": \"blue\",\n                        \"maxAvailableBandwidth\": 10000\n                    },\n                    {\n                        \"name\": \"red\",\n                        \"maxAvailableBandwidth\": 10000\n                    }\n                ],\n                \"megaport\": [\n                    {\n                        \"name\": \"blue\",\n                        \"speed\": 10\n                    },\n                    {\n                        \"name\": null,\n                        \"speed\": 100\n                    },\n                    {\n                        \"name\": \"red\",\n                        \"speed\": 10\n                    }\n                ],\n                \"mve\": [\n                    {\n                        \"name\": \"blue\",\n                        \"maxAvailableCpuCores\": 12\n                    },\n                    {\n                        \"name\": \"red\",\n                        \"maxAvailableCpuCores\": 12\n                    }\n                ]\n            }\n        },\n        {\n            \"id\": 60,\n            \"name\": \"CoreSite LA1\",\n            \"campus\": \"campus_deprecated\",\n            \"metro\": \"Los Angeles\",\n            \"country\": \"USA\",\n            \"siteCode\": \"lax-cs1\",\n            \"networkRegion\": \"MP1\",\n            \"address\": {\n                \"street\": \"624 South Grand Avenue\",\n                \"city\": \"Los Angeles\",\n                \"state\": \"CA\",\n                \"country\": \"USA\",\n                \"postcode\": \"90017\"\n            },\n            \"dc\": {\n                \"id\": 18,\n                \"name\": \"CoreSite\"\n            },\n            \"market\": \"US\",\n            \"vRouterAvailable\": true,\n            \"liveDate\": 1449410400000,\n            \"status\": \"Active\",\n            \"longitude\": -118.25554,\n            \"latitude\": 34.04791,\n            \"products\": {\n                \"mcr\": true,\n                \"mcrVersion\": 2,\n                \"megaport\": [\n                    100,\n                    10,\n                    1\n                ],\n                \"mve\": [\n                    {\n                        \"sizes\": [\n                            \"SMALL\",\n                            \"MEDIUM\",\n                            \"LARGE\"\n                        ],\n                        \"details\": [\n                            {\n                                \"size\": \"SMALL\",\n                                \"label\": \"MVE 2/8\",\n                                \"cpuCoreCount\": 2,\n                                \"bandwidthMbps\": 500,\n                                \"ramGB\": 8\n                            },\n                            {\n                                \"size\": \"MEDIUM\",\n                                \"label\": \"MVE 4/16\",\n                                \"cpuCoreCount\": 4,\n                                \"bandwidthMbps\": 1000,\n                                \"ramGB\": 16\n                            },\n                            {\n                                \"size\": \"LARGE\",\n                                \"label\": \"MVE 8/32\",\n                                \"cpuCoreCount\": 8,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 32\n                            },\n                            {\n                                \"size\": \"X_LARGE_12\",\n                                \"label\": \"MVE 12/48\",\n                                \"cpuCoreCount\": 12,\n                                \"bandwidthMbps\": 5000,\n                                \"ramGB\": 48\n                            }\n                        ],\n                        \"maxCpuCount\": 12,\n                        \"version\": \"21.1.3\",\n                        \"product\": \"FlexVNF\",\n                        \"vendor\": \"Versa\",\n                        \"id\": 20,\n                        \"releaseImage\": true\n                    }\n                ],\n                \"mcr1\": [\n                    100,\n                    500,\n                    1000,\n                    2000,\n                    3000,\n                    4000,\n                    5000\n                ],\n                \"mcr2\": [\n                    1000,\n                    2500,\n                    5000,\n                    10000\n                ]\n            },\n            \"ordering_message\": null,\n            \"diversityZones\": {\n                \"mcr2\": [\n                    {\n                        \"name\": \"red\",\n                        \"maxAvailableBandwidth\": 10000\n                    },\n                    {\n                        \"name\": \"blue\",\n                        \"maxAvailableBandwidth\": 10000\n                    }\n                ],\n                \"megaport\": [\n                    {\n                        \"name\": \"blue\",\n                        \"speed\": 100\n                    },\n                    {\n                        \"name\": \"blue\",\n                        \"speed\": 10\n                    },\n                    {\n                        \"name\": \"blue\",\n                        \"speed\": 1\n                    },\n                    {\n                        \"name\": \"red\",\n                        \"speed\": 1\n                    },\n                    {\n                        \"name\": \"red\",\n                        \"speed\": 10\n                    },\n                    {\n                        \"name\": \"red\",\n                        \"speed\": 100\n                    }\n                ],\n                \"mve\": [\n                    {\n                        \"name\": \"blue\",\n                        \"maxAvailableCpuCores\": 12\n                    },\n                    {\n                        \"name\": \"red\",\n                        \"maxAvailableCpuCores\": 12\n                    }\n                ]\n            }\n        }\n    ]\n}"}],"_postman_id":"ae411b15-0989-4f7f-ac28-78e385264515"}],"id":"4a861cab-2df1-41da-a9db-51d4565f8657","description":"<p>New version 3 (v3) endpoints are now available. We strongly recommend that you use the new /v3/locations endpoint to return a list of data centers where you can order a Megaport, MCR, or MVE. The version 2 (v2) locations endpoint will be deprecated and no longer supported by June 30 2025.</p>\n","_postman_id":"4a861cab-2df1-41da-a9db-51d4565f8657"},{"name":"Locations (v3)","id":"7c8e0706-e138-4d9a-bc4f-0419d97604cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":""},"url":"{{baseUrl}}/v3/locations?locationStatuses={status}&metro={metro)","description":"<p>Returns a list of data centers where you can order a Port, MCR, or MVE. You use the <code>id</code> field to identify a data center in API calls for orders.</p>\n<p>You can search the response for attributes such as <code>country</code>, <code>metro</code>, and <code>city</code>, and each location also includes <code>latitude</code> and <code>longitude</code> details.</p>\n<p>If a location supports diversity zones, the response contains a <code>diversityZones</code> object that identifies which diversity zone has availability for a new Port, MCR, or MVE. For ports, it will also show the supported Port speeds for each zone. If the <code>diversityZones</code> object has a value for the <code>mveMaxCpuCoreCount</code> attribute, then you can order any MVE from the <code>/v4/product/mve/images</code> endpoint as long as the size is less than the maxMaxCpuCoreCount.</p>\n<p>The MVE <code>sizes</code> object checks for resource availability and returns the available MVE sizes for that vendor and location. An empty sizes array indicates there are no instance sizes available for that vendor and location.</p>\n<p>The MVE <code>details</code> object returns all available sizes with their details, including label, cpuCoreCount, bandwidthMbps and ramGb.</p>\n<p>You can filter the location results to focus the response. You can filter for <code>locationStatuses</code> (to display only Active, Configured, Expired, and so on), you can also filter based on MVE <code>imageId</code>, and on metros.</p>\n<p><strong>Tip:</strong> For the latest list of metros, see <a href=\"https://docs.megaport.com/ix/metro-ids/\">Metro IDs</a>.</p>\n","urlObject":{"path":["v3","locations"],"host":["{{baseUrl}}"],"query":[{"description":{"content":"<p>Filter results based on specified status. This parameter can be added multiple times to capture multiple status values. Status values include: \"Extended\" \"Deployment\" \"Active\" \"New\" \"Restricted\" \"Expired\". (Optional) </p>\n","type":"text/plain"},"key":"locationStatuses","value":"{status}"},{"description":{"content":"<p>Filter results to only include locations in the named metro. For example, \"Sydney\". (Optional)</p>\n","type":"text/plain"},"key":"metro","value":"{metro)"},{"disabled":true,"description":{"content":"<p>Filter results to only include locations that have the capacity for the imageId. (Optional)</p>\n","type":"text/plain"},"key":"mveImageId","value":"{imageId}"},{"disabled":true,"description":{"content":"<p>If true, return only the locations in the enabled markets. Default value is false.</p>\n","type":"text/plain"},"key":"marketEnabled","value":"Boolean"}],"variable":[]}},"response":[{"id":"cc289f32-45ab-43f3-a00a-ffcb7879fa90","name":"Locations (v3) - Active Brisbane DCs Supporting Aviatrix Secure Edge","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{baseUrl}}/v3/locations?locationStatuses=Active&metro=Brisbane&mveImageId=101","host":["{{baseUrl}}"],"path":["v3","locations"],"query":[{"key":"locationStatuses","value":"Active","description":"Filter results based on specified status. This parameter can be added multiple times to capture multiple status values. Status values include: \"Extended\" \"Deployment\" \"Active\" \"New\" \"Restricted\" \"Expired\". (Optional) "},{"key":"metro","value":"Brisbane","description":"Filter results to only include locations in the named metro. For example, \"Sydney\". (Optional)"},{"key":"mveImageId","value":"101","description":"Filter results to only include locations that have the capacity for the imageId. (Optional)"},{"key":"marketEnabled","value":"Boolean","description":"If true, return only the locations in the enabled markets. Default value is false.","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 24 Jul 2025 14:02:39 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"806"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amzn-Trace-Id","value":"Root=1-68823cff-291aa7db1930a91e04c2f1b1"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Server-Timing","value":"app;dur=138"},{"key":"ETag","value":"W/\"04250b40d8456778bd06f9c331b1141cb\""},{"key":"X-Xss-Protection","value":"1 ; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"trace-id","value":"a1567519ee1c221723fa6beb16a30b43"},{"key":"X-Robots-Tag","value":"noindex"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"List public locations\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"id\": 5,\n            \"name\": \"NextDC B1\",\n            \"address\": {\n                \"street\": \"20 Wharf Street\",\n                \"suburb\": \"Brisbane\",\n                \"city\": \"Brisbane\",\n                \"state\": \"QLD\",\n                \"postcode\": \"4000\",\n                \"country\": \"Australia\"\n            },\n            \"dataCentre\": {\n                \"id\": 7,\n                \"name\": \"NextDC\"\n            },\n            \"metro\": \"Brisbane\",\n            \"market\": \"AU\",\n            \"status\": \"Active\",\n            \"longitude\": 153.02963,\n            \"latitude\": -27.46549,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 10,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        }\n    ]\n}"},{"id":"d795b665-04a1-466e-841b-b1a7ccd20cc5","name":"Locations (v3) - Active LA DCs Supporting Aviatrix Secure Edge","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{baseUrl}}/v3/locations?locationStatuses=Active&metro=Los Angeles&mveImageId=101","host":["{{baseUrl}}"],"path":["v3","locations"],"query":[{"key":"locationStatuses","value":"Active","description":"Filter results based on specified status. This parameter can be added multiple times to capture multiple status values. Status values include: \"Extended\" \"Deployment\" \"Active\" \"New\" \"Restricted\" \"Expired\". (Optional) "},{"key":"metro","value":"Los Angeles","description":"Filter results to only include locations in the named metro. For example, \"Sydney\". (Optional)"},{"key":"mveImageId","value":"101","description":"Filter results to only include locations that have the capacity for the imageId. (Optional)"},{"key":"marketEnabled","value":"Boolean","description":"If true, return only the locations in the enabled markets. Default value is false.","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 24 Jul 2025 13:59:22 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1484"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amzn-Trace-Id","value":"Root=1-68823c39-35fd8f962cc6826d70ebf5f9"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Server-Timing","value":"app;dur=121"},{"key":"ETag","value":"W/\"0a0f150c376ef25664255415812eb601c\""},{"key":"X-Xss-Protection","value":"1 ; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"trace-id","value":"11c17dbb47b677c95b68da3cc718bf83"},{"key":"X-Robots-Tag","value":"noindex"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"List public locations\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"id\": 59,\n            \"name\": \"Equinix LA1\",\n            \"address\": {\n                \"street\": \"600 West 7th Street\",\n                \"suburb\": null,\n                \"city\": \"Los Angeles\",\n                \"state\": \"CA\",\n                \"postcode\": \"90017\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 5,\n                \"name\": \"Equinix\"\n            },\n            \"metro\": \"Los Angeles\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -118.25745,\n            \"latitude\": 34.04732,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 10,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 8,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 60,\n            \"name\": \"CoreSite LA1\",\n            \"address\": {\n                \"street\": \"624 South Grand Avenue\",\n                \"suburb\": null,\n                \"city\": \"Los Angeles\",\n                \"state\": \"CA\",\n                \"postcode\": \"90017\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 18,\n                \"name\": \"CoreSite\"\n            },\n            \"metro\": \"Los Angeles\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -118.25554,\n            \"latitude\": 34.04791,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 10,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 12,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        }\n    ]\n}"},{"id":"ef4ec47c-bfb8-4c83-9ee2-734d10b84a20","name":"Locations (v3) - Active LA DCs Supporting Prisma 7108v","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{baseUrl}}/v3/locations?locationStatuses=Active&metro=Los Angeles&mveImageId=91","host":["{{baseUrl}}"],"path":["v3","locations"],"query":[{"key":"locationStatuses","value":"Active","description":"Filter results based on specified status. This parameter can be added multiple times to capture multiple status values. Status values include: \"Extended\" \"Deployment\" \"Active\" \"New\" \"Restricted\" \"Expired\". (Optional) "},{"key":"mveImageId","value":"{imageId}","description":"Filter results to only include locations that have the capacity for the imageId. (Optional)","disabled":true},{"key":"marketEnabled","value":"Boolean","description":"If true, return only the locations in the enabled markets. Default value is false.","disabled":true},{"key":"metro","value":"Los Angeles"},{"key":"mveImageId","value":"91"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 23 Jun 2025 06:23:02 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1484"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amzn-Trace-Id","value":"Root=1-6858f2c6-2fa3c09955aa77812582200f"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Server-Timing","value":"app;dur=203"},{"key":"ETag","value":"W/\"0a0f150c376ef25664255415812eb601c\""},{"key":"X-Xss-Protection","value":"1 ; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"trace-id","value":"68e18f90e92a9d079d7cd50cd894e501"},{"key":"X-Robots-Tag","value":"noindex"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"List public locations\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"id\": 59,\n            \"name\": \"Equinix LA1\",\n            \"address\": {\n                \"street\": \"600 West 7th Street\",\n                \"suburb\": null,\n                \"city\": \"Los Angeles\",\n                \"state\": \"CA\",\n                \"postcode\": \"90017\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 5,\n                \"name\": \"Equinix\"\n            },\n            \"metro\": \"Los Angeles\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -118.25745,\n            \"latitude\": 34.04732,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 10,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 8,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 60,\n            \"name\": \"CoreSite LA1\",\n            \"address\": {\n                \"street\": \"624 South Grand Avenue\",\n                \"suburb\": null,\n                \"city\": \"Los Angeles\",\n                \"state\": \"CA\",\n                \"postcode\": \"90017\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 18,\n                \"name\": \"CoreSite\"\n            },\n            \"metro\": \"Los Angeles\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -118.25554,\n            \"latitude\": 34.04791,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 10,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 12,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        }\n    ]\n}"},{"id":"a712f055-fb6f-4c03-9fb8-16ae2d87fcde","name":"Locations (v3) - Active DCs Supporting Versa","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{baseUrl}}/v3/locations?locationStatuses=Active&mveImageId=20","host":["{{baseUrl}}"],"path":["v3","locations"],"query":[{"key":"locationStatuses","value":"Active","description":"Filter results based on specified status. This parameter can be added multiple times to capture multiple status values. Status values include: \"Extended\" \"Deployment\" \"Active\" \"New\" \"Restricted\" \"Expired\". (Optional) "},{"key":"metro","value":"{metro)","description":"Filter results to only include locations in the named metro. For example, \"Sydney\". (Optional)","disabled":true},{"key":"mveImageId","value":"20","description":"Filter results to only include locations that have the capacity for the imageId. (Optional)"},{"key":"marketEnabled","value":"Boolean","description":"If true, return only the locations in the enabled markets. Default value is false.","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 24 Jul 2025 13:49:23 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"8810"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amzn-Trace-Id","value":"Root=1-688239e3-4d3781bb5d9e456174d81813"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Server-Timing","value":"app;dur=159"},{"key":"ETag","value":"W/\"0e92a0c81efcc203b17fdfc6c6f48574f\""},{"key":"X-Xss-Protection","value":"1 ; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"trace-id","value":"90d906724df05ac0d3c3056f0366c9dc"},{"key":"content-encoding","value":"gzip"},{"key":"X-Robots-Tag","value":"noindex"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"List public locations\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"id\": 2,\n            \"name\": \"Equinix SY1\",\n            \"address\": {\n                \"street\": \"639 Gardeners Road\",\n                \"suburb\": \"Mascot\",\n                \"city\": \"Sydney\",\n                \"state\": \"NSW\",\n                \"postcode\": \"2020\",\n                \"country\": \"Australia\"\n            },\n            \"dataCentre\": {\n                \"id\": 5,\n                \"name\": \"Equinix\"\n            },\n            \"metro\": \"Sydney\",\n            \"market\": \"AU\",\n            \"status\": \"Active\",\n            \"longitude\": 151.18802,\n            \"latitude\": -33.921867,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 2,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000,\n                        25000,\n                        50000,\n                        100000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 6,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 3,\n            \"name\": \"Global Switch Sydney West\",\n            \"address\": {\n                \"street\": \"400 Harris Street\",\n                \"suburb\": \"Ultimo\",\n                \"city\": \"Sydney\",\n                \"state\": \"NSW\",\n                \"postcode\": \"2007\",\n                \"country\": \"Australia\"\n            },\n            \"dataCentre\": {\n                \"id\": 6,\n                \"name\": \"Global Switch\"\n            },\n            \"metro\": \"Sydney\",\n            \"market\": \"AU\",\n            \"status\": \"Active\",\n            \"longitude\": 151.19783,\n            \"latitude\": -33.87555,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 12,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 4,\n            \"name\": \"NextDC M1\",\n            \"address\": {\n                \"street\": \"826 Lorimer Street\",\n                \"suburb\": \"Port Melbourne\",\n                \"city\": \"Melbourne\",\n                \"state\": \"VIC\",\n                \"postcode\": \"3207\",\n                \"country\": \"Australia\"\n            },\n            \"dataCentre\": {\n                \"id\": 7,\n                \"name\": \"NextDC\"\n            },\n            \"metro\": \"Melbourne\",\n            \"market\": \"AU\",\n            \"status\": \"Active\",\n            \"longitude\": 144.9324,\n            \"latitude\": -37.822006,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 8,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 5,\n            \"name\": \"NextDC B1\",\n            \"address\": {\n                \"street\": \"20 Wharf Street\",\n                \"suburb\": \"Brisbane\",\n                \"city\": \"Brisbane\",\n                \"state\": \"QLD\",\n                \"postcode\": \"4000\",\n                \"country\": \"Australia\"\n            },\n            \"dataCentre\": {\n                \"id\": 7,\n                \"name\": \"NextDC\"\n            },\n            \"metro\": \"Brisbane\",\n            \"market\": \"AU\",\n            \"status\": \"Active\",\n            \"longitude\": 153.02963,\n            \"latitude\": -27.46549,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 10,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 23,\n            \"name\": \"5GN Melbourne Data Centre (MDC)\",\n            \"address\": {\n                \"street\": \"Level 15, 530 Collins Street\",\n                \"suburb\": \"Melbourne\",\n                \"city\": \"Melbourne\",\n                \"state\": \"VIC\",\n                \"postcode\": \"3000\",\n                \"country\": \"Australia\"\n            },\n            \"dataCentre\": {\n                \"id\": 260,\n                \"name\": \"5GNetworks\"\n            },\n            \"metro\": \"Melbourne\",\n            \"market\": \"AU\",\n            \"status\": \"Active\",\n            \"longitude\": 144.95695,\n            \"latitude\": -37.8172,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 8,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 32,\n            \"name\": \"Datacentre220, Lower Ground\",\n            \"address\": {\n                \"street\": \"Lower Ground, 220 Queen Street\",\n                \"suburb\": \"Auckland\",\n                \"city\": \"Auckland\",\n                \"state\": null,\n                \"postcode\": \"1010\",\n                \"country\": \"New Zealand\"\n            },\n            \"dataCentre\": {\n                \"id\": 25,\n                \"name\": \"Data Centre Limited\"\n            },\n            \"metro\": \"Auckland\",\n            \"market\": \"NZ\",\n            \"status\": \"Active\",\n            \"longitude\": 174.76546,\n            \"latitude\": -36.84929,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 12,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 33,\n            \"name\": \"Datacom 6 Orbit\",\n            \"address\": {\n                \"street\": \"6 Orbit Drive\",\n                \"suburb\": \"Rosedale\",\n                \"city\": \"Auckland\",\n                \"state\": null,\n                \"postcode\": \"632\",\n                \"country\": \"New Zealand\"\n            },\n            \"dataCentre\": {\n                \"id\": 26,\n                \"name\": \"Datacom\"\n            },\n            \"metro\": \"Auckland\",\n            \"market\": \"NZ\",\n            \"status\": \"Active\",\n            \"longitude\": 174.72899,\n            \"latitude\": -36.740555,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 12,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 10,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 36,\n            \"name\": \"Equinix SG1\",\n            \"address\": {\n                \"street\": \"20 Ayer Rajah Crescent\",\n                \"suburb\": null,\n                \"city\": \"Singapore\",\n                \"state\": null,\n                \"postcode\": \"139964\",\n                \"country\": \"Singapore\"\n            },\n            \"dataCentre\": {\n                \"id\": 5,\n                \"name\": \"Equinix\"\n            },\n            \"metro\": \"Singapore\",\n            \"market\": \"SG\",\n            \"status\": \"Active\",\n            \"longitude\": 103.78985,\n            \"latitude\": 1.295442,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 12,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 37,\n            \"name\": \"Equinix SG2\",\n            \"address\": {\n                \"street\": \"15 Pioneer Walk\",\n                \"suburb\": null,\n                \"city\": \"Singapore\",\n                \"state\": null,\n                \"postcode\": \"627753\",\n                \"country\": \"Singapore\"\n            },\n            \"dataCentre\": {\n                \"id\": 5,\n                \"name\": \"Equinix\"\n            },\n            \"metro\": \"Singapore\",\n            \"market\": \"SG\",\n            \"status\": \"Active\",\n            \"longitude\": 103.69503,\n            \"latitude\": 1.3210748,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 4,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 12,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 39,\n            \"name\": \"Global Switch Singapore - Tai Seng\",\n            \"address\": {\n                \"street\": \"2 Tai Seng Avenue\",\n                \"suburb\": null,\n                \"city\": \"Singapore\",\n                \"state\": null,\n                \"postcode\": \"534408\",\n                \"country\": \"Singapore\"\n            },\n            \"dataCentre\": {\n                \"id\": 6,\n                \"name\": \"Global Switch\"\n            },\n            \"metro\": \"Singapore\",\n            \"market\": \"SG\",\n            \"status\": \"Active\",\n            \"longitude\": 103.89349,\n            \"latitude\": 1.3364413,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 6,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 40,\n            \"name\": \"Digital Realty Singapore SIN10\",\n            \"address\": {\n                \"street\": \"29A International Business Park\",\n                \"suburb\": \"Jurong East\",\n                \"city\": \"Singapore\",\n                \"state\": null,\n                \"postcode\": \"609934\",\n                \"country\": \"Singapore\"\n            },\n            \"dataCentre\": {\n                \"id\": 3,\n                \"name\": \"Digital Realty\"\n            },\n            \"metro\": \"Singapore\",\n            \"market\": \"SG\",\n            \"status\": \"Active\",\n            \"longitude\": 103.74597,\n            \"latitude\": 1.327732,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 6,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 42,\n            \"name\": \"Interactive 39 Herbert (Tower A)\",\n            \"address\": {\n                \"street\": \"Tower A, 39 Herbert Street\",\n                \"suburb\": \"St Leonards\",\n                \"city\": \"Sydney\",\n                \"state\": \"NSW\",\n                \"postcode\": \"2065\",\n                \"country\": \"Australia\"\n            },\n            \"dataCentre\": {\n                \"id\": 8,\n                \"name\": \"Interactive\"\n            },\n            \"metro\": \"Sydney\",\n            \"market\": \"AU\",\n            \"status\": \"Active\",\n            \"longitude\": 151.192,\n            \"latitude\": -33.816,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 2,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 46,\n            \"name\": \"Equinix HK1\",\n            \"address\": {\n                \"street\": \"17/F Global Gateway, 168 Yeung Uk Road\",\n                \"suburb\": \"Tsuen Wan\",\n                \"city\": \"Hong Kong\",\n                \"state\": null,\n                \"postcode\": null,\n                \"country\": \"Hong Kong\"\n            },\n            \"dataCentre\": {\n                \"id\": 5,\n                \"name\": \"Equinix\"\n            },\n            \"metro\": \"Hong Kong\",\n            \"market\": \"HK\",\n            \"status\": \"Active\",\n            \"longitude\": 114.11932,\n            \"latitude\": 22.365582,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 4,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 47,\n            \"name\": \"Mega-iAdvantage\",\n            \"address\": {\n                \"street\": \"9/F 399 Chai Wan Road\",\n                \"suburb\": \"Siu Sai Wan\",\n                \"city\": \"Hong Kong\",\n                \"state\": null,\n                \"postcode\": null,\n                \"country\": \"Hong Kong\"\n            },\n            \"dataCentre\": {\n                \"id\": 29,\n                \"name\": \"iAdvantage\"\n            },\n            \"metro\": \"Hong Kong\",\n            \"market\": \"HK\",\n            \"status\": \"Active\",\n            \"longitude\": 114.24652,\n            \"latitude\": 22.266094,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 12,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 49,\n            \"name\": \"HKCOLO TKO\",\n            \"address\": {\n                \"street\": \"2 Chun Yat Street\",\n                \"suburb\": \"Tseung Kwan O\",\n                \"city\": \"Hong Kong\",\n                \"state\": null,\n                \"postcode\": null,\n                \"country\": \"Hong Kong\"\n            },\n            \"dataCentre\": {\n                \"id\": 88,\n                \"name\": \"HKCOLO\"\n            },\n            \"metro\": \"Hong Kong\",\n            \"market\": \"HK\",\n            \"status\": \"Active\",\n            \"longitude\": 114.274574,\n            \"latitude\": 22.290638,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": null,\n                    \"mveMaxCpuCoreCount\": 12,\n                    \"mveAvailable\": true\n                },\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 50,\n            \"name\": \"NextDC P1\",\n            \"address\": {\n                \"street\": \"4 Millrose Drive\",\n                \"suburb\": \"Malaga\",\n                \"city\": \"Perth\",\n                \"state\": \"WA\",\n                \"postcode\": \"6090\",\n                \"country\": \"Australia\"\n            },\n            \"dataCentre\": {\n                \"id\": 7,\n                \"name\": \"NextDC\"\n            },\n            \"metro\": \"Perth\",\n            \"market\": \"AU\",\n            \"status\": \"Active\",\n            \"longitude\": 115.895966,\n            \"latitude\": -31.864494,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 12,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 12,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 53,\n            \"name\": \"Sabey Intergate Seattle (BLDG 4)\",\n            \"address\": {\n                \"street\": \"3433 South 120th Place\",\n                \"suburb\": null,\n                \"city\": \"Tukwila\",\n                \"state\": \"WA\",\n                \"postcode\": \"98168\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 112,\n                \"name\": \"Sabey Data Centers\"\n            },\n            \"metro\": \"Seattle\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -122.28887,\n            \"latitude\": 47.49344,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 4,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 54,\n            \"name\": \"Equinix HK2\",\n            \"address\": {\n                \"street\": \"17/F Kerry Warehouse, 3 Shing Yiu Street\",\n                \"suburb\": \"Kwai Chung\",\n                \"city\": \"Hong Kong\",\n                \"state\": null,\n                \"postcode\": null,\n                \"country\": \"Hong Kong\"\n            },\n            \"dataCentre\": {\n                \"id\": 5,\n                \"name\": \"Equinix\"\n            },\n            \"metro\": \"Hong Kong\",\n            \"market\": \"HK\",\n            \"status\": \"Active\",\n            \"longitude\": 114.11908,\n            \"latitude\": 22.362497,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": 6,\n                    \"mveAvailable\": true\n                },\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 56,\n            \"name\": \"Digital Realty New York JFK13 (NYC3)\",\n            \"address\": {\n                \"street\": \"32 Avenue of the Americas\",\n                \"suburb\": null,\n                \"city\": \"New York\",\n                \"state\": \"NY\",\n                \"postcode\": \"10113\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 3,\n                \"name\": \"Digital Realty\"\n            },\n            \"metro\": \"New York\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -74.003,\n            \"latitude\": 40.72,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 2,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 12,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 58,\n            \"name\": \"Evocative Seattle SEA1\",\n            \"address\": {\n                \"street\": \"140 4th Avenue North\",\n                \"suburb\": null,\n                \"city\": \"Seattle\",\n                \"state\": \"WA\",\n                \"postcode\": \"98109\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 256,\n                \"name\": \"Evocative\"\n            },\n            \"metro\": \"Seattle\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -122.34801,\n            \"latitude\": 47.619156,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000,\n                        25000,\n                        50000,\n                        100000\n                    ],\n                    \"megaportSpeedMbps\": null,\n                    \"mveMaxCpuCoreCount\": 12,\n                    \"mveAvailable\": true\n                },\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 59,\n            \"name\": \"Equinix LA1\",\n            \"address\": {\n                \"street\": \"600 West 7th Street\",\n                \"suburb\": null,\n                \"city\": \"Los Angeles\",\n                \"state\": \"CA\",\n                \"postcode\": \"90017\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 5,\n                \"name\": \"Equinix\"\n            },\n            \"metro\": \"Los Angeles\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -118.25745,\n            \"latitude\": 34.04732,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 10,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 8,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 60,\n            \"name\": \"CoreSite LA1\",\n            \"address\": {\n                \"street\": \"624 South Grand Avenue\",\n                \"suburb\": null,\n                \"city\": \"Los Angeles\",\n                \"state\": \"CA\",\n                \"postcode\": \"90017\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 18,\n                \"name\": \"CoreSite\"\n            },\n            \"metro\": \"Los Angeles\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -118.25554,\n            \"latitude\": 34.04791,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 10,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 12,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 61,\n            \"name\": \"Equinix NY9\",\n            \"address\": {\n                \"street\": \"111 8th Avenue\",\n                \"suburb\": null,\n                \"city\": \"New York\",\n                \"state\": \"NY\",\n                \"postcode\": \"10011\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 5,\n                \"name\": \"Equinix\"\n            },\n            \"metro\": \"New York\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -74.00212,\n            \"latitude\": 40.74096,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 6,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 2,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 62,\n            \"name\": \"Digital Realty New York JFK12 (NYC1)\",\n            \"address\": {\n                \"street\": \"60 Hudson Street\",\n                \"suburb\": null,\n                \"city\": \"New York\",\n                \"state\": \"NY\",\n                \"postcode\": \"10013\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 3,\n                \"name\": \"Digital Realty\"\n            },\n            \"metro\": \"New York\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -74.00833,\n            \"latitude\": 40.717663,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 2,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 10,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 64,\n            \"name\": \"Digital Realty Chicago ORD10 (CHI1)\",\n            \"address\": {\n                \"street\": \"350 East Cermak Road\",\n                \"suburb\": null,\n                \"city\": \"Chicago\",\n                \"state\": \"IL\",\n                \"postcode\": \"60616\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 3,\n                \"name\": \"Digital Realty\"\n            },\n            \"metro\": \"Chicago\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -87.61845,\n            \"latitude\": 41.853897,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000,\n                        25000,\n                        50000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 6,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 65,\n            \"name\": \"Digital Realty Silicon Valley SJC34 (SCL2)\",\n            \"address\": {\n                \"street\": \"2820 Northwestern Pkwy\",\n                \"suburb\": null,\n                \"city\": \"Santa Clara\",\n                \"state\": \"CA\",\n                \"postcode\": \"95051\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 3,\n                \"name\": \"Digital Realty\"\n            },\n            \"metro\": \"Bay Area\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -121.97362,\n            \"latitude\": 37.37243,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000,\n                        25000,\n                        50000,\n                        100000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 12,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 4,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 66,\n            \"name\": \"Equinix SV1/10\",\n            \"address\": {\n                \"street\": \"7-11 Great Oaks Boulevard\",\n                \"suburb\": null,\n                \"city\": \"San Jose\",\n                \"state\": \"CA\",\n                \"postcode\": \"95119\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 5,\n                \"name\": \"Equinix\"\n            },\n            \"metro\": \"Bay Area\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -121.78311,\n            \"latitude\": 37.2416,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 2,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 67,\n            \"name\": \"Equinix DC4\",\n            \"address\": {\n                \"street\": \"21691 Filigree Court\",\n                \"suburb\": null,\n                \"city\": \"Ashburn\",\n                \"state\": \"VA\",\n                \"postcode\": \"20147\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 5,\n                \"name\": \"Equinix\"\n            },\n            \"metro\": \"Ashburn\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -77.46196,\n            \"latitude\": 39.016483,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 4,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000,\n                        25000,\n                        50000,\n                        100000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 4,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 68,\n            \"name\": \"CoreSite VA1\",\n            \"address\": {\n                \"street\": \"12100 Sunrise Valley Drive\",\n                \"suburb\": null,\n                \"city\": \"Reston\",\n                \"state\": \"VA\",\n                \"postcode\": \"20191\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 18,\n                \"name\": \"CoreSite\"\n            },\n            \"metro\": \"Ashburn\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -77.36376,\n            \"latitude\": 38.9508,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000,\n                        25000,\n                        50000,\n                        100000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 4,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 69,\n            \"name\": \"Equinix CH4\",\n            \"address\": {\n                \"street\": \"350 East Cermak Road\",\n                \"suburb\": null,\n                \"city\": \"Chicago\",\n                \"state\": \"IL\",\n                \"postcode\": \"60616\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 5,\n                \"name\": \"Equinix\"\n            },\n            \"metro\": \"Chicago\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -87.61845,\n            \"latitude\": 41.852,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 4,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 70,\n            \"name\": \"Digital Realty Chicago ORD11 (CHI2)\",\n            \"address\": {\n                \"street\": \"600 S Federal Street\",\n                \"suburb\": null,\n                \"city\": \"Chicago\",\n                \"state\": \"IL\",\n                \"postcode\": \"60605\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 3,\n                \"name\": \"Digital Realty\"\n            },\n            \"metro\": \"Chicago\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -87.62993,\n            \"latitude\": 41.874302,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000,\n                        25000,\n                        50000,\n                        100000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 12,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 12,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 71,\n            \"name\": \"Equinix DA1\",\n            \"address\": {\n                \"street\": \"1950 North Stemmons Freeway, Suite 1034\",\n                \"suburb\": \"Dallas\",\n                \"city\": \"Dallas\",\n                \"state\": \"TX\",\n                \"postcode\": \"75207\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 5,\n                \"name\": \"Equinix\"\n            },\n            \"metro\": \"Dallas\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -96.819496,\n            \"latitude\": 32.801,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000,\n                        25000,\n                        50000,\n                        100000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 2,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 72,\n            \"name\": \"Digital Realty Dallas DFW10 (DAL1)\",\n            \"address\": {\n                \"street\": \"2323 Bryan Street\",\n                \"suburb\": null,\n                \"city\": \"Dallas\",\n                \"state\": \"TX\",\n                \"postcode\": \"75201\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 3,\n                \"name\": \"Digital Realty\"\n            },\n            \"metro\": \"Dallas\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -96.79422,\n            \"latitude\": 32.787212,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000,\n                        25000,\n                        50000,\n                        100000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 4,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 77,\n            \"name\": \"CoreSite SV1\",\n            \"address\": {\n                \"street\": \"55 South Market Street\",\n                \"suburb\": null,\n                \"city\": \"San Jose\",\n                \"state\": \"CA\",\n                \"postcode\": \"95113\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 18,\n                \"name\": \"CoreSite\"\n            },\n            \"metro\": \"Bay Area\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -121.8916,\n            \"latitude\": 37.33413,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000,\n                        25000,\n                        50000,\n                        100000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 2,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 78,\n            \"name\": \"Digital Realty New York JFK10 (NYC2)\",\n            \"address\": {\n                \"street\": \"111 8th Avenue\",\n                \"suburb\": null,\n                \"city\": \"New York\",\n                \"state\": \"NY\",\n                \"postcode\": \"10011\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 3,\n                \"name\": \"Digital Realty\"\n            },\n            \"metro\": \"New York\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -74.00212,\n            \"latitude\": 40.74,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000,\n                        25000,\n                        50000,\n                        100000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 12,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 79,\n            \"name\": \"Cologix TOR1\",\n            \"address\": {\n                \"street\": \"151 Front Street West\",\n                \"suburb\": null,\n                \"city\": \"Toronto\",\n                \"state\": \"ON\",\n                \"postcode\": \"M5J 2N1\",\n                \"country\": \"Canada\"\n            },\n            \"dataCentre\": {\n                \"id\": 19,\n                \"name\": \"Cologix\"\n            },\n            \"metro\": \"Toronto\",\n            \"market\": \"CA\",\n            \"status\": \"Active\",\n            \"longitude\": -79.384224,\n            \"latitude\": 43.64463,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": 12,\n                    \"mveAvailable\": true\n                },\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 80,\n            \"name\": \"Spark Mayoral Drive MDR\",\n            \"address\": {\n                \"street\": \"31 Airedale Street\",\n                \"suburb\": \"Auckland\",\n                \"city\": \"Auckland\",\n                \"state\": null,\n                \"postcode\": \"1010\",\n                \"country\": \"New Zealand\"\n            },\n            \"dataCentre\": {\n                \"id\": 34,\n                \"name\": \"Spark\"\n            },\n            \"metro\": \"Auckland\",\n            \"market\": \"NZ\",\n            \"status\": \"Active\",\n            \"longitude\": 174.76439,\n            \"latitude\": -36.854324,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": 10,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 83,\n            \"name\": \"Cologix DAL2\",\n            \"address\": {\n                \"street\": \"1950 North Stemmons Freeway\",\n                \"suburb\": null,\n                \"city\": \"Dallas\",\n                \"state\": \"TX\",\n                \"postcode\": \"75207\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 19,\n                \"name\": \"Cologix\"\n            },\n            \"metro\": \"Dallas\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -96.8195,\n            \"latitude\": 32.8003,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": null,\n                    \"mveMaxCpuCoreCount\": 2,\n                    \"mveAvailable\": true\n                },\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 85,\n            \"name\": \"Equinix AM1\",\n            \"address\": {\n                \"street\": \"Luttenbergweg 4\",\n                \"suburb\": null,\n                \"city\": \"Amsterdam\",\n                \"state\": null,\n                \"postcode\": \"1101 EC\",\n                \"country\": \"Netherlands\"\n            },\n            \"dataCentre\": {\n                \"id\": 5,\n                \"name\": \"Equinix\"\n            },\n            \"metro\": \"Amsterdam\",\n            \"market\": \"NL\",\n            \"status\": \"Active\",\n            \"longitude\": 4.943306,\n            \"latitude\": 52.300076,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 2,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000,\n                        25000,\n                        50000,\n                        100000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 12,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 87,\n            \"name\": \"Equinix AM5\",\n            \"address\": {\n                \"street\": \"Schepenbergweg 42\",\n                \"suburb\": null,\n                \"city\": \"Amsterdam\",\n                \"state\": null,\n                \"postcode\": \"1105 AT\",\n                \"country\": \"Netherlands\"\n            },\n            \"dataCentre\": {\n                \"id\": 5,\n                \"name\": \"Equinix\"\n            },\n            \"metro\": \"Amsterdam\",\n            \"market\": \"NL\",\n            \"status\": \"Active\",\n            \"longitude\": 4.945391,\n            \"latitude\": 52.293648,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000,\n                        25000,\n                        50000,\n                        100000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 4,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 88,\n            \"name\": \"Global Switch London East\",\n            \"address\": {\n                \"street\": \"3 Nutmeg Lane\",\n                \"suburb\": null,\n                \"city\": \"London\",\n                \"state\": null,\n                \"postcode\": \"E14 SAX\",\n                \"country\": \"United Kingdom\"\n            },\n            \"dataCentre\": {\n                \"id\": 6,\n                \"name\": \"Global Switch\"\n            },\n            \"metro\": \"London\",\n            \"market\": \"UK\",\n            \"status\": \"Active\",\n            \"longitude\": -0.003494,\n            \"latitude\": 51.510986,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 6,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 89,\n            \"name\": \"Digital Realty London LHR20\",\n            \"address\": {\n                \"street\": \"227 Marsh Wall\",\n                \"suburb\": null,\n                \"city\": \"London\",\n                \"state\": null,\n                \"postcode\": \"E14 9SD\",\n                \"country\": \"United Kingdom\"\n            },\n            \"dataCentre\": {\n                \"id\": 3,\n                \"name\": \"Digital Realty\"\n            },\n            \"metro\": \"London\",\n            \"market\": \"UK\",\n            \"status\": \"Active\",\n            \"longitude\": -0.012144,\n            \"latitude\": 51.499714,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000,\n                        25000,\n                        50000,\n                        100000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 10,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 8,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 93,\n            \"name\": \"Cologix TOR2\",\n            \"address\": {\n                \"street\": \"905 King Street West\",\n                \"suburb\": null,\n                \"city\": \"Toronto\",\n                \"state\": \"ON\",\n                \"postcode\": \"M6K 3G9\",\n                \"country\": \"Canada\"\n            },\n            \"dataCentre\": {\n                \"id\": 19,\n                \"name\": \"Cologix\"\n            },\n            \"metro\": \"Toronto\",\n            \"market\": \"CA\",\n            \"status\": \"Active\",\n            \"longitude\": -79.412285,\n            \"latitude\": 43.641853,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 6,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 94,\n            \"name\": \"Equinix DB1\",\n            \"address\": {\n                \"street\": \"Citywest Unit 4027 Kingswood Road\",\n                \"suburb\": \"Citywest Business Campus\",\n                \"city\": \"Dublin\",\n                \"state\": null,\n                \"postcode\": \"24\",\n                \"country\": \"Ireland\"\n            },\n            \"dataCentre\": {\n                \"id\": 5,\n                \"name\": \"Equinix\"\n            },\n            \"metro\": \"Dublin\",\n            \"market\": \"IE\",\n            \"status\": \"Active\",\n            \"longitude\": -6.418986,\n            \"latitude\": 53.296303,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 4,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 95,\n            \"name\": \"Equinix SK1\",\n            \"address\": {\n                \"street\": \"Mariehallsvägen 36\",\n                \"suburb\": \"Bromma\",\n                \"city\": \"Stockholm\",\n                \"state\": null,\n                \"postcode\": \"168 65\",\n                \"country\": \"Sweden\"\n            },\n            \"dataCentre\": {\n                \"id\": 5,\n                \"name\": \"Equinix\"\n            },\n            \"metro\": \"Stockholm\",\n            \"market\": \"SE\",\n            \"status\": \"Active\",\n            \"longitude\": 17.955587,\n            \"latitude\": 59.362698,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 12,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 96,\n            \"name\": \"Digital Realty Dublin DUB2\",\n            \"address\": {\n                \"street\": \"Unit 24 Hume Ave\",\n                \"suburb\": \"Park West Business Park\",\n                \"city\": \"Dublin\",\n                \"state\": null,\n                \"postcode\": \"12\",\n                \"country\": \"Ireland\"\n            },\n            \"dataCentre\": {\n                \"id\": 9,\n                \"name\": \"Interxion\"\n            },\n            \"metro\": \"Dublin\",\n            \"market\": \"IE\",\n            \"status\": \"Active\",\n            \"longitude\": -6.365538,\n            \"latitude\": 53.33425,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 6,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 97,\n            \"name\": \"EdgeConneX Portland\",\n            \"address\": {\n                \"street\": \"6327 NE Evergreen Pkwy\",\n                \"suburb\": \"Portland\",\n                \"city\": \"Hillsboro\",\n                \"state\": \"OR\",\n                \"postcode\": \"97124\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 10,\n                \"name\": \"EdgeConneX\"\n            },\n            \"metro\": \"Portland\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -122.9149,\n            \"latitude\": 45.55132,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 12,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 98,\n            \"name\": \"Digital Realty Interxion STO5\",\n            \"address\": {\n                \"street\": \"Vandagatan 7\",\n                \"suburb\": \"Kista\",\n                \"city\": \"Stockholm\",\n                \"state\": null,\n                \"postcode\": \"164 74\",\n                \"country\": \"Sweden\"\n            },\n            \"dataCentre\": {\n                \"id\": 9,\n                \"name\": \"Interxion\"\n            },\n            \"metro\": \"Stockholm\",\n            \"market\": \"SE\",\n            \"status\": \"Active\",\n            \"longitude\": 17.917511,\n            \"latitude\": 59.421867,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 12,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 100,\n            \"name\": \"Switch Las Vegas (The Core)\",\n            \"address\": {\n                \"street\": \"7135 S Decatur Boulevard\",\n                \"suburb\": null,\n                \"city\": \"Las Vegas\",\n                \"state\": \"NV\",\n                \"postcode\": \"89118\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 37,\n                \"name\": \"Switch\"\n            },\n            \"metro\": \"Las Vegas\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -115.2102,\n            \"latitude\": 36.059914,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 12,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 6,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 102,\n            \"name\": \"CyrusOne Carrollton\",\n            \"address\": {\n                \"street\": \"1649 West Frankford Road\",\n                \"suburb\": \"Carrollton\",\n                \"city\": \"Dallas\",\n                \"state\": \"TX\",\n                \"postcode\": \"75007\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 2,\n                \"name\": \"CyrusOne\"\n            },\n            \"metro\": \"Dallas\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -96.930466,\n            \"latitude\": 32.99193,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 2,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 109,\n            \"name\": \"Vocus 1 William\",\n            \"address\": {\n                \"street\": \"1 William st\",\n                \"suburb\": \"Perth\",\n                \"city\": \"Perth\",\n                \"state\": \"WA\",\n                \"postcode\": \"6000\",\n                \"country\": \"Australia\"\n            },\n            \"dataCentre\": {\n                \"id\": 13,\n                \"name\": \"Vocus\"\n            },\n            \"metro\": \"Perth\",\n            \"market\": \"AU\",\n            \"status\": \"Active\",\n            \"longitude\": 115.8555,\n            \"latitude\": -31.9556,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 12,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 116,\n            \"name\": \"Digital Realty Atlanta ATL13 (ATL1)\",\n            \"address\": {\n                \"street\": \"56 Marietta Street\",\n                \"suburb\": null,\n                \"city\": \"Atlanta\",\n                \"state\": \"GA\",\n                \"postcode\": \"30303\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 3,\n                \"name\": \"Digital Realty\"\n            },\n            \"metro\": \"Atlanta\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -84.3915,\n            \"latitude\": 33.75541,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 4,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000,\n                        25000,\n                        50000,\n                        100000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 6,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 117,\n            \"name\": \"Digital Realty New York EWR21 (NJR3)\",\n            \"address\": {\n                \"street\": \"2 Peekay Drive\",\n                \"suburb\": null,\n                \"city\": \"Clifton\",\n                \"state\": \"NJ\",\n                \"postcode\": \"07014\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 3,\n                \"name\": \"Digital Realty\"\n            },\n            \"metro\": \"New York\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -74.1243,\n            \"latitude\": 40.8314,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 12,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 122,\n            \"name\": \"I/P/B Lützowstraße\",\n            \"address\": {\n                \"street\": \"Lützowstraße 105\",\n                \"suburb\": null,\n                \"city\": \"Berlin\",\n                \"state\": null,\n                \"postcode\": \"10785\",\n                \"country\": \"Germany\"\n            },\n            \"dataCentre\": {\n                \"id\": 81,\n                \"name\": \"I/P/B\"\n            },\n            \"metro\": \"Berlin\",\n            \"market\": \"DE\",\n            \"status\": \"Active\",\n            \"longitude\": 13.36934,\n            \"latitude\": 52.50202,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 12,\n                    \"mveAvailable\": true\n                },\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 130,\n            \"name\": \"Digital Realty Interxion FRA13\",\n            \"address\": {\n                \"street\": \"Weismüllerstraße 42\",\n                \"suburb\": null,\n                \"city\": \"Frankfurt\",\n                \"state\": null,\n                \"postcode\": \"60314\",\n                \"country\": \"Germany\"\n            },\n            \"dataCentre\": {\n                \"id\": 9,\n                \"name\": \"Interxion\"\n            },\n            \"metro\": \"Frankfurt\",\n            \"market\": \"DE\",\n            \"status\": \"Active\",\n            \"longitude\": 8.734743,\n            \"latitude\": 50.118702,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000,\n                        25000,\n                        50000,\n                        100000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 12,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 4,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 131,\n            \"name\": \"Equinix FR5\",\n            \"address\": {\n                \"street\": \"Kleyerstraße 90\",\n                \"suburb\": null,\n                \"city\": \"Frankfurt\",\n                \"state\": null,\n                \"postcode\": \"60326\",\n                \"country\": \"Germany\"\n            },\n            \"dataCentre\": {\n                \"id\": 5,\n                \"name\": \"Equinix\"\n            },\n            \"metro\": \"Frankfurt\",\n            \"market\": \"DE\",\n            \"status\": \"Active\",\n            \"longitude\": 8.63226,\n            \"latitude\": 50.09867,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000,\n                        25000,\n                        50000,\n                        100000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 12,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 146,\n            \"name\": \"Westin Building\",\n            \"address\": {\n                \"street\": \"2001 6th Avenue\",\n                \"suburb\": null,\n                \"city\": \"Seattle\",\n                \"state\": \"WA\",\n                \"postcode\": \"98121\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 39,\n                \"name\": \"Westin Building Exchange\"\n            },\n            \"metro\": \"Seattle\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -122.339,\n            \"latitude\": 47.6144,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 6,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 148,\n            \"name\": \"DataBank Houston HOU2\",\n            \"address\": {\n                \"street\": \"5170 Westway Park Blvd\",\n                \"suburb\": null,\n                \"city\": \"Houston\",\n                \"state\": \"TX\",\n                \"postcode\": \"77041\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 58,\n                \"name\": \"DataBank\"\n            },\n            \"metro\": \"Houston\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -95.56075,\n            \"latitude\": 29.843832,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 2,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 155,\n            \"name\": \"Racks Central\",\n            \"address\": {\n                \"street\": \"23 Tai Seng Drive\",\n                \"suburb\": null,\n                \"city\": \"Singapore\",\n                \"state\": null,\n                \"postcode\": \"535224\",\n                \"country\": \"Singapore\"\n            },\n            \"dataCentre\": {\n                \"id\": 40,\n                \"name\": \"Racks Central\"\n            },\n            \"metro\": \"Singapore\",\n            \"market\": \"SG\",\n            \"status\": \"Active\",\n            \"longitude\": 103.892,\n            \"latitude\": 1.337,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": null,\n                    \"mveMaxCpuCoreCount\": 6,\n                    \"mveAvailable\": true\n                },\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 226,\n            \"name\": \"Equinix AT1\",\n            \"address\": {\n                \"street\": \"2nd Floor 180 Peachtree Street\",\n                \"suburb\": null,\n                \"city\": \"Atlanta\",\n                \"state\": \"GA\",\n                \"postcode\": \"30303\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 5,\n                \"name\": \"Equinix\"\n            },\n            \"metro\": \"Atlanta\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -84.38787,\n            \"latitude\": 33.758568,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000,\n                        25000,\n                        50000,\n                        100000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 2,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 2,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 231,\n            \"name\": \"Digital Realty Portland PDX10 (PRT1)\",\n            \"address\": {\n                \"street\": \"3825 N.W. Aloclek Place\",\n                \"suburb\": null,\n                \"city\": \"Hillsboro\",\n                \"state\": \"OR\",\n                \"postcode\": \"97124\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 3,\n                \"name\": \"Digital Realty\"\n            },\n            \"metro\": \"Portland\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -122.89201,\n            \"latitude\": 45.547607,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 6,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 234,\n            \"name\": \"Equinix MI1\",\n            \"address\": {\n                \"street\": \"50 NE 9th Street\",\n                \"suburb\": null,\n                \"city\": \"Miami\",\n                \"state\": \"FL\",\n                \"postcode\": \"33132\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 5,\n                \"name\": \"Equinix\"\n            },\n            \"metro\": \"Miami\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -80.19315,\n            \"latitude\": 25.782648,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 12,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 235,\n            \"name\": \"Digital Realty Miami MIA10 (MIA1)\",\n            \"address\": {\n                \"street\": \"36 N.E. 2nd Street\",\n                \"suburb\": null,\n                \"city\": \"Miami\",\n                \"state\": \"FL\",\n                \"postcode\": \"33132\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 3,\n                \"name\": \"Digital Realty\"\n            },\n            \"metro\": \"Miami\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -80.192955,\n            \"latitude\": 25.77581,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 6,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 244,\n            \"name\": \"Markley Boston Level 5\",\n            \"address\": {\n                \"street\": \"5/1 Summer Street\",\n                \"suburb\": null,\n                \"city\": \"Boston\",\n                \"state\": \"MA\",\n                \"postcode\": \"02110\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 43,\n                \"name\": \"Markley Group\"\n            },\n            \"metro\": \"Boston\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -71.060265,\n            \"latitude\": 42.35469,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 12,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 245,\n            \"name\": \"HKT SkyExchange (TKOIE)\",\n            \"address\": {\n                \"street\": \"2/F 22 Chun Cheong Street\",\n                \"suburb\": \"Kowloon\",\n                \"city\": \"Hong Kong\",\n                \"state\": null,\n                \"postcode\": null,\n                \"country\": \"Hong Kong\"\n            },\n            \"dataCentre\": {\n                \"id\": 44,\n                \"name\": \"Hong Kong Telecom\"\n            },\n            \"metro\": \"Hong Kong\",\n            \"market\": \"HK\",\n            \"status\": \"Active\",\n            \"longitude\": 114.27399,\n            \"latitude\": 22.287476,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": 8,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 256,\n            \"name\": \"Telehouse North\",\n            \"address\": {\n                \"street\": \"14 Coriander Avenue\",\n                \"suburb\": null,\n                \"city\": \"London\",\n                \"state\": null,\n                \"postcode\": \"E14 2AA\",\n                \"country\": \"United Kingdom\"\n            },\n            \"dataCentre\": {\n                \"id\": 45,\n                \"name\": \"Telehouse\"\n            },\n            \"metro\": \"London\",\n            \"market\": \"UK\",\n            \"status\": \"Active\",\n            \"longitude\": -0.0029163,\n            \"latitude\": 51.51155,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 6,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000,\n                        25000,\n                        50000,\n                        100000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 12,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 257,\n            \"name\": \"NTT Singapore\",\n            \"address\": {\n                \"street\": \"51 Serangoon North Avenue 4\",\n                \"suburb\": null,\n                \"city\": \"Singapore\",\n                \"state\": null,\n                \"postcode\": \"555858\",\n                \"country\": \"Singapore\"\n            },\n            \"dataCentre\": {\n                \"id\": 46,\n                \"name\": \"NTT\"\n            },\n            \"metro\": \"Singapore\",\n            \"market\": \"SG\",\n            \"status\": \"Active\",\n            \"longitude\": 103.87509,\n            \"latitude\": 1.3761185,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 12,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 298,\n            \"name\": \"Digital Realty Amsterdam AMS17\",\n            \"address\": {\n                \"street\": \"Science Park 120\",\n                \"suburb\": null,\n                \"city\": \"Amsterdam\",\n                \"state\": null,\n                \"postcode\": \"1098 XG\",\n                \"country\": \"Netherlands\"\n            },\n            \"dataCentre\": {\n                \"id\": 3,\n                \"name\": \"Digital Realty\"\n            },\n            \"metro\": \"Amsterdam\",\n            \"market\": \"NL\",\n            \"status\": \"Active\",\n            \"longitude\": 4.951609,\n            \"latitude\": 52.356354,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 2,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 320,\n            \"name\": \"CoreSite DE1\",\n            \"address\": {\n                \"street\": \"910 15th Street #740\",\n                \"suburb\": null,\n                \"city\": \"Denver\",\n                \"state\": \"CO\",\n                \"postcode\": \"80202\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 18,\n                \"name\": \"CoreSite\"\n            },\n            \"metro\": \"Denver\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -104.99575,\n            \"latitude\": 39.745636,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 4,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 6,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 321,\n            \"name\": \"Iron Mountain DEN-1\",\n            \"address\": {\n                \"street\": \"4300 Brighton Boulevard\",\n                \"suburb\": null,\n                \"city\": \"Denver\",\n                \"state\": \"CO\",\n                \"postcode\": \"80216\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 49,\n                \"name\": \"Iron Mountain\"\n            },\n            \"metro\": \"Denver\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -104.96821,\n            \"latitude\": 39.77735,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 12,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 12,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 330,\n            \"name\": \"Iron Mountain Phoenix\",\n            \"address\": {\n                \"street\": \"615 N 48th Street\",\n                \"suburb\": null,\n                \"city\": \"Phoenix\",\n                \"state\": \"AZ\",\n                \"postcode\": \"85008\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 49,\n                \"name\": \"Iron Mountain\"\n            },\n            \"metro\": \"Phoenix\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -111.97643,\n            \"latitude\": 33.45441,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 2,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000,\n                        25000,\n                        50000,\n                        100000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 12,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 346,\n            \"name\": \"NTT Global Data Centers - Ashburn VA3\",\n            \"address\": {\n                \"street\": \"44245 Gigabit Plaza\",\n                \"suburb\": null,\n                \"city\": \"Ashburn\",\n                \"state\": \"VA\",\n                \"postcode\": \"20147\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 21,\n                \"name\": \"RagingWire\"\n            },\n            \"metro\": \"Ashburn\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -77.470116,\n            \"latitude\": 39.017933,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 4,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 347,\n            \"name\": \"Centersquare Fort Worth DFW1-A/DFW1-B/DFW1-C\",\n            \"address\": {\n                \"street\": \"14901 FAA Boulevard\",\n                \"suburb\": null,\n                \"city\": \"Ft.Worth\",\n                \"state\": \"TX\",\n                \"postcode\": \"76155\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 288,\n                \"name\": \"Centersquare\"\n            },\n            \"metro\": \"Dallas\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -97.04096,\n            \"latitude\": 32.832684,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 12,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 354,\n            \"name\": \"vXchnge Santa Clara\",\n            \"address\": {\n                \"street\": \"2050 Martin Avenue\",\n                \"suburb\": null,\n                \"city\": \"Santa Clara\",\n                \"state\": \"CA\",\n                \"postcode\": \"95050\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 19,\n                \"name\": \"Cologix\"\n            },\n            \"metro\": \"Bay Area\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -121.96174,\n            \"latitude\": 37.36543,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 12,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 370,\n            \"name\": \"PhoenixNAP\",\n            \"address\": {\n                \"street\": \"3402 E University Drive\",\n                \"suburb\": null,\n                \"city\": \"Phoenix\",\n                \"state\": \"AZ\",\n                \"postcode\": \"85034\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 56,\n                \"name\": \"PhoenixNAP\"\n            },\n            \"metro\": \"Phoenix\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -112.009445,\n            \"latitude\": 33.416008,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": 6,\n                    \"mveAvailable\": true\n                },\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 380,\n            \"name\": \"Netrality Houston\",\n            \"address\": {\n                \"street\": \"1301 Fannin Street Suite 100\",\n                \"suburb\": null,\n                \"city\": \"Houston\",\n                \"state\": \"TX\",\n                \"postcode\": \"77002\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 50,\n                \"name\": \"Netrality\"\n            },\n            \"metro\": \"Houston\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -95.365814,\n            \"latitude\": 29.75392,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": 12,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 393,\n            \"name\": \"DCI Data Centre\",\n            \"address\": {\n                \"street\": \"340 Findon Road\",\n                \"suburb\": \"Kidman Park\",\n                \"city\": \"Adelaide\",\n                \"state\": \"SA\",\n                \"postcode\": \"5025\",\n                \"country\": \"Australia\"\n            },\n            \"dataCentre\": {\n                \"id\": 57,\n                \"name\": \"DCI Sungard\"\n            },\n            \"metro\": \"Adelaide\",\n            \"market\": \"AU\",\n            \"status\": \"Active\",\n            \"longitude\": 138.53146,\n            \"latitude\": -34.908936,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": null,\n                    \"mveMaxCpuCoreCount\": 12,\n                    \"mveAvailable\": true\n                },\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 413,\n            \"name\": \"Verne London\",\n            \"address\": {\n                \"street\": \"36-43 Great sutton street\",\n                \"suburb\": null,\n                \"city\": \"London\",\n                \"state\": null,\n                \"postcode\": \"EC1V0AB\",\n                \"country\": \"United Kingdom\"\n            },\n            \"dataCentre\": {\n                \"id\": 62,\n                \"name\": \"Volta\"\n            },\n            \"metro\": \"London\",\n            \"market\": \"UK\",\n            \"status\": \"Active\",\n            \"longitude\": -0.101142,\n            \"latitude\": 51.52324,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 12,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 419,\n            \"name\": \"Cologix MTL3\",\n            \"address\": {\n                \"street\": \"1250 Rene Levesque West\",\n                \"suburb\": null,\n                \"city\": \"Montreal\",\n                \"state\": \"QC\",\n                \"postcode\": \"H3B 4W8\",\n                \"country\": \"Canada\"\n            },\n            \"dataCentre\": {\n                \"id\": 19,\n                \"name\": \"Cologix\"\n            },\n            \"metro\": \"Montreal\",\n            \"market\": \"CA\",\n            \"status\": \"Active\",\n            \"longitude\": -73.57047,\n            \"latitude\": 45.49719,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 6,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 430,\n            \"name\": \"Equinix ZH4\",\n            \"address\": {\n                \"street\": \"Josefstrasse 225\",\n                \"suburb\": null,\n                \"city\": \"Zurich\",\n                \"state\": null,\n                \"postcode\": \"8005\",\n                \"country\": \"Switzerland\"\n            },\n            \"dataCentre\": {\n                \"id\": 5,\n                \"name\": \"Equinix\"\n            },\n            \"metro\": \"Zurich\",\n            \"market\": \"CH\",\n            \"status\": \"Active\",\n            \"longitude\": 8.52032,\n            \"latitude\": 47.387848,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 2,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 432,\n            \"name\": \"Equinix GV1\",\n            \"address\": {\n                \"street\": \"6 Rue de la Confederation\",\n                \"suburb\": null,\n                \"city\": \"Geneva\",\n                \"state\": null,\n                \"postcode\": \"1204\",\n                \"country\": \"Switzerland\"\n            },\n            \"dataCentre\": {\n                \"id\": 5,\n                \"name\": \"Equinix\"\n            },\n            \"metro\": \"Geneva\",\n            \"market\": \"CH\",\n            \"status\": \"Active\",\n            \"longitude\": 6.144258,\n            \"latitude\": 46.203655,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": 12,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 438,\n            \"name\": \"Beanfield TOR1\",\n            \"address\": {\n                \"street\": \"151 Front Street W\",\n                \"suburb\": null,\n                \"city\": \"Toronto\",\n                \"state\": \"ON\",\n                \"postcode\": \"M5J 2N1\",\n                \"country\": \"Canada\"\n            },\n            \"dataCentre\": {\n                \"id\": 94,\n                \"name\": \"Beanfield\"\n            },\n            \"metro\": \"Toronto\",\n            \"market\": \"CA\",\n            \"status\": \"Active\",\n            \"longitude\": -79.38421,\n            \"latitude\": 43.644695,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": 4,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 440,\n            \"name\": \"eStruxture MTL-1\",\n            \"address\": {\n                \"street\": \"800 Rue du Square-Victoria\",\n                \"suburb\": null,\n                \"city\": \"Montreal\",\n                \"state\": \"QC\",\n                \"postcode\": \"H4Z 1B7\",\n                \"country\": \"Canada\"\n            },\n            \"dataCentre\": {\n                \"id\": 96,\n                \"name\": \"eStruxture\"\n            },\n            \"metro\": \"Montreal\",\n            \"market\": \"CA\",\n            \"status\": \"Active\",\n            \"longitude\": -73.562004,\n            \"latitude\": 45.500393,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 6,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 454,\n            \"name\": \"iSeek Gore Hill\",\n            \"address\": {\n                \"street\": \"5 Broadcast Way\",\n                \"suburb\": \"Gore Hill\",\n                \"city\": \"Sydney\",\n                \"state\": \"NSW\",\n                \"postcode\": \"2064\",\n                \"country\": \"Australia\"\n            },\n            \"dataCentre\": {\n                \"id\": 38,\n                \"name\": \"iSeek\"\n            },\n            \"metro\": \"Sydney\",\n            \"market\": \"AU\",\n            \"status\": \"Active\",\n            \"longitude\": 151.18625,\n            \"latitude\": -33.820084,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 12,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 490,\n            \"name\": \"Centersquare Atlanta ATL1-A/ATL1-B\",\n            \"address\": {\n                \"street\": \"375 Riverside Parkway, Suite 150\",\n                \"suburb\": \"Lithia Springs\",\n                \"city\": \"Atlanta\",\n                \"state\": \"GA\",\n                \"postcode\": \"30122\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 288,\n                \"name\": \"Centersquare\"\n            },\n            \"metro\": \"Atlanta\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -84.58159,\n            \"latitude\": 33.7438,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": null,\n                    \"mveMaxCpuCoreCount\": 12,\n                    \"mveAvailable\": true\n                },\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 515,\n            \"name\": \"Equinix PA2/3\",\n            \"address\": {\n                \"street\": \"114 Rue Ambroise Croizat\",\n                \"suburb\": \"Saint Denis\",\n                \"city\": \"Paris\",\n                \"state\": null,\n                \"postcode\": \"93200\",\n                \"country\": \"France\"\n            },\n            \"dataCentre\": {\n                \"id\": 5,\n                \"name\": \"Equinix\"\n            },\n            \"metro\": \"Paris\",\n            \"market\": \"FR\",\n            \"status\": \"Active\",\n            \"longitude\": 2.351113,\n            \"latitude\": 48.926773,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000,\n                        25000,\n                        50000,\n                        100000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 12,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 518,\n            \"name\": \"Iron Mountain Amsterdam\",\n            \"address\": {\n                \"street\": \"J.W. Lucasweg 35\",\n                \"suburb\": null,\n                \"city\": \"Amsterdam\",\n                \"state\": null,\n                \"postcode\": \"2031 BE\",\n                \"country\": \"Netherlands\"\n            },\n            \"dataCentre\": {\n                \"id\": 49,\n                \"name\": \"Iron Mountain\"\n            },\n            \"metro\": \"Amsterdam\",\n            \"market\": \"NL\",\n            \"status\": \"Active\",\n            \"longitude\": 4.665364,\n            \"latitude\": 52.391186,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 4,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 527,\n            \"name\": \"Digital Realty Interxion PAR5\",\n            \"address\": {\n                \"street\": \"11-13 Avenue Arts et Métiers\",\n                \"suburb\": \"Saint-Denis\",\n                \"city\": \"Paris\",\n                \"state\": null,\n                \"postcode\": \"93200\",\n                \"country\": \"France\"\n            },\n            \"dataCentre\": {\n                \"id\": 9,\n                \"name\": \"Interxion\"\n            },\n            \"metro\": \"Paris\",\n            \"market\": \"FR\",\n            \"status\": \"Active\",\n            \"longitude\": 2.362466,\n            \"latitude\": 48.91432,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000,\n                        25000,\n                        50000,\n                        100000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 4,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 546,\n            \"name\": \"Centersquare SC5 SF01-B\",\n            \"address\": {\n                \"street\": \"2403 Walsh Avenue\",\n                \"suburb\": null,\n                \"city\": \"Santa Clara\",\n                \"state\": \"CA\",\n                \"postcode\": \"95054\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 288,\n                \"name\": \"Centersquare\"\n            },\n            \"metro\": \"Bay Area\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -121.96986,\n            \"latitude\": 37.37032,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": null,\n                    \"mveMaxCpuCoreCount\": 6,\n                    \"mveAvailable\": true\n                },\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 549,\n            \"name\": \"Colocity Adelaide (DC3)\",\n            \"address\": {\n                \"street\": \"172 Morphett Street\",\n                \"suburb\": \"Adelaide\",\n                \"city\": \"Adelaide\",\n                \"state\": \"SA\",\n                \"postcode\": \"5000\",\n                \"country\": \"Australia\"\n            },\n            \"dataCentre\": {\n                \"id\": 110,\n                \"name\": \"Colocity\"\n            },\n            \"metro\": \"Adelaide\",\n            \"market\": \"AU\",\n            \"status\": \"Active\",\n            \"longitude\": 138.594,\n            \"latitude\": -34.92651,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": null,\n                    \"mveMaxCpuCoreCount\": 2,\n                    \"mveAvailable\": true\n                },\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 552,\n            \"name\": \"QTS Miami\",\n            \"address\": {\n                \"street\": \"11234 NW 20th Street\",\n                \"suburb\": null,\n                \"city\": \"Miami\",\n                \"state\": \"FL\",\n                \"postcode\": \"33172\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 14,\n                \"name\": \"QTS\"\n            },\n            \"metro\": \"Miami\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -80.37957,\n            \"latitude\": 25.792124,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 12,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 556,\n            \"name\": \"SGX Singapore\",\n            \"address\": {\n                \"street\": \"25 Serangoon North Avenue 5, Singapore\",\n                \"suburb\": null,\n                \"city\": \"Singapore\",\n                \"state\": null,\n                \"postcode\": \"555859\",\n                \"country\": \"Singapore\"\n            },\n            \"dataCentre\": {\n                \"id\": 115,\n                \"name\": \"SGX\"\n            },\n            \"metro\": \"Singapore\",\n            \"market\": \"SG\",\n            \"status\": \"Active\",\n            \"longitude\": 103.87454,\n            \"latitude\": 1.375197,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 6,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 4,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 557,\n            \"name\": \"Digital Realty Interxion ZUR1\",\n            \"address\": {\n                \"street\": \"Sägereistrasse 35\",\n                \"suburb\": \"Glattbrugg\",\n                \"city\": \"Zurich\",\n                \"state\": null,\n                \"postcode\": \"8152\",\n                \"country\": \"Switzerland\"\n            },\n            \"dataCentre\": {\n                \"id\": 9,\n                \"name\": \"Interxion\"\n            },\n            \"metro\": \"Zurich\",\n            \"market\": \"CH\",\n            \"status\": \"Active\",\n            \"longitude\": 8.557333,\n            \"latitude\": 47.432907,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 4,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 558,\n            \"name\": \"AtTokyo Data Centre - Alpha Route\",\n            \"address\": {\n                \"street\": \"5-6-36 Toyosu Koto-ku\",\n                \"suburb\": null,\n                \"city\": \"Tokyo\",\n                \"state\": null,\n                \"postcode\": \"135-0061\",\n                \"country\": \"Japan\"\n            },\n            \"dataCentre\": {\n                \"id\": 117,\n                \"name\": \"AT TOKYO\"\n            },\n            \"metro\": \"Tokyo\",\n            \"market\": \"JP\",\n            \"status\": \"Active\",\n            \"longitude\": 139.79807,\n            \"latitude\": 35.652214,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 12,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 10,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 560,\n            \"name\": \"Equinix TY2\",\n            \"address\": {\n                \"street\": \"3-8-21 Higashi Shinagawa\",\n                \"suburb\": \"Shinagawa-Ku\",\n                \"city\": \"Tokyo\",\n                \"state\": null,\n                \"postcode\": \"1250051\",\n                \"country\": \"Japan\"\n            },\n            \"dataCentre\": {\n                \"id\": 5,\n                \"name\": \"Equinix\"\n            },\n            \"metro\": \"Tokyo\",\n            \"market\": \"JP\",\n            \"status\": \"Active\",\n            \"longitude\": 139.74811,\n            \"latitude\": 35.617466,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 12,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 6,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 570,\n            \"name\": \"Centersquare Lisle Data Center ORD4\",\n            \"address\": {\n                \"street\": \"4513 Western Avenue\",\n                \"suburb\": null,\n                \"city\": \"Lisle\",\n                \"state\": \"IL\",\n                \"postcode\": \"60532\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 288,\n                \"name\": \"Centersquare\"\n            },\n            \"metro\": \"Chicago\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -88.094536,\n            \"latitude\": 41.802376,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 12,\n                    \"mveAvailable\": true\n                },\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 571,\n            \"name\": \"NTT Data Dojima Osaka\",\n            \"address\": {\n                \"street\": \"Dojima 3-1-21 kita-ku\",\n                \"suburb\": null,\n                \"city\": \"Osaka\",\n                \"state\": null,\n                \"postcode\": \"530-0003\",\n                \"country\": \"Japan\"\n            },\n            \"dataCentre\": {\n                \"id\": 118,\n                \"name\": \"NTT DATA\"\n            },\n            \"metro\": \"Osaka\",\n            \"market\": \"JP\",\n            \"status\": \"Active\",\n            \"longitude\": 135.49132,\n            \"latitude\": 34.69545,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 6,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 572,\n            \"name\": \"Equinix OS1\",\n            \"address\": {\n                \"street\": \"Nishi Shinsaibashi Building, 1-26-1 Shinmachi Nishi-ku, 大阪市,\",\n                \"suburb\": null,\n                \"city\": \"Osaka\",\n                \"state\": null,\n                \"postcode\": \"550-0013\",\n                \"country\": \"Japan\"\n            },\n            \"dataCentre\": {\n                \"id\": 5,\n                \"name\": \"Equinix\"\n            },\n            \"metro\": \"Osaka\",\n            \"market\": \"JP\",\n            \"status\": \"Active\",\n            \"longitude\": 135.49564,\n            \"latitude\": 34.67559,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 12,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 573,\n            \"name\": \"Rogers Calgary\",\n            \"address\": {\n                \"street\": \"34 Highland Park Way NE\",\n                \"suburb\": null,\n                \"city\": \"Calgary\",\n                \"state\": \"AB\",\n                \"postcode\": \"T4A 2L5\",\n                \"country\": \"Canada\"\n            },\n            \"dataCentre\": {\n                \"id\": 119,\n                \"name\": \"Rogers Communications Inc.\"\n            },\n            \"metro\": \"Calgary\",\n            \"market\": \"CA\",\n            \"status\": \"Active\",\n            \"longitude\": -114.028,\n            \"latitude\": 51.291,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": null,\n                    \"mveMaxCpuCoreCount\": 12,\n                    \"mveAvailable\": true\n                },\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 574,\n            \"name\": \"eStruxture CAL-1\",\n            \"address\": {\n                \"street\": \"7007 54 Street SE\",\n                \"suburb\": null,\n                \"city\": \"Calgary\",\n                \"state\": \"AB\",\n                \"postcode\": \"T2C 3C2\",\n                \"country\": \"Canada\"\n            },\n            \"dataCentre\": {\n                \"id\": 96,\n                \"name\": \"eStruxture\"\n            },\n            \"metro\": \"Calgary\",\n            \"market\": \"CA\",\n            \"status\": \"Active\",\n            \"longitude\": -113.9575,\n            \"latitude\": 50.992207,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": null,\n                    \"mveMaxCpuCoreCount\": 12,\n                    \"mveAvailable\": true\n                },\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 606,\n            \"name\": \"Global Switch Paris\",\n            \"address\": {\n                \"street\": \"7-9 Rue Petit\",\n                \"suburb\": \"Clichy\",\n                \"city\": \"Paris\",\n                \"state\": null,\n                \"postcode\": \"92582\",\n                \"country\": \"France\"\n            },\n            \"dataCentre\": {\n                \"id\": 6,\n                \"name\": \"Global Switch\"\n            },\n            \"metro\": \"Paris\",\n            \"market\": \"FR\",\n            \"status\": \"Active\",\n            \"longitude\": 2.296142,\n            \"latitude\": 48.899635,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": null,\n                    \"mveMaxCpuCoreCount\": 8,\n                    \"mveAvailable\": true\n                },\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 637,\n            \"name\": \"Equinix MD2\",\n            \"address\": {\n                \"street\": \"Calle Valgrande, 6\",\n                \"suburb\": \"Alcobendas\",\n                \"city\": \"Madrid\",\n                \"state\": null,\n                \"postcode\": \"28108\",\n                \"country\": \"Spain\"\n            },\n            \"dataCentre\": {\n                \"id\": 5,\n                \"name\": \"Equinix\"\n            },\n            \"metro\": \"Madrid\",\n            \"market\": \"ES\",\n            \"status\": \"Active\",\n            \"longitude\": -3.648745,\n            \"latitude\": 40.536816,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 4,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 639,\n            \"name\": \"Digital Realty Interxion MAD2\",\n            \"address\": {\n                \"street\": \"Calle de Albasanz, 73\",\n                \"suburb\": null,\n                \"city\": \"Madrid\",\n                \"state\": null,\n                \"postcode\": \"28037\",\n                \"country\": \"Spain\"\n            },\n            \"dataCentre\": {\n                \"id\": 9,\n                \"name\": \"Interxion\"\n            },\n            \"metro\": \"Madrid\",\n            \"market\": \"ES\",\n            \"status\": \"Active\",\n            \"longitude\": -3.621337,\n            \"latitude\": 40.43932,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 12,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 647,\n            \"name\": \"Centersquare Chicago ORD2-A/ORD2-B\",\n            \"address\": {\n                \"street\": \"2425 Busse Road\",\n                \"suburb\": \"Elk Grove Village\",\n                \"city\": \"Chicago\",\n                \"state\": \"IL\",\n                \"postcode\": \"60007\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 288,\n                \"name\": \"Centersquare\"\n            },\n            \"metro\": \"Chicago\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -87.95849,\n            \"latitude\": 41.99234,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 12,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 650,\n            \"name\": \"CoreSite BO1\",\n            \"address\": {\n                \"street\": \"70 Innerbelt Road\",\n                \"suburb\": \"Somerville\",\n                \"city\": \"Boston\",\n                \"state\": \"MA\",\n                \"postcode\": \"02143\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 18,\n                \"name\": \"CoreSite\"\n            },\n            \"metro\": \"Boston\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -71.07981,\n            \"latitude\": 42.37647,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 6,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 655,\n            \"name\": \"Equinix NY2\",\n            \"address\": {\n                \"street\": \"275 Hartz Way\",\n                \"suburb\": \"Secaucus\",\n                \"city\": \"New York\",\n                \"state\": \"NJ\",\n                \"postcode\": \"07094\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 5,\n                \"name\": \"Equinix\"\n            },\n            \"metro\": \"New York\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -74.07585,\n            \"latitude\": 40.777916,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000,\n                        25000,\n                        50000,\n                        100000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 2,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 657,\n            \"name\": \"365 Data Centers Aurora\",\n            \"address\": {\n                \"street\": \"3431 N. Windsor Drive\",\n                \"suburb\": \"Aurora\",\n                \"city\": \"Denver\",\n                \"state\": \"CO\",\n                \"postcode\": \"80011\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 209,\n                \"name\": \"365 Data Centers\"\n            },\n            \"metro\": \"Denver\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -104.761925,\n            \"latitude\": 39.762714,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": 2,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 660,\n            \"name\": \"Hurricane Electric HE2\",\n            \"address\": {\n                \"street\": \"48233 Warm Springs Boulevard\",\n                \"suburb\": \"Fremont\",\n                \"city\": \"Fremont\",\n                \"state\": \"CA\",\n                \"postcode\": \"94539\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 126,\n                \"name\": \"Hurricane Electric\"\n            },\n            \"metro\": \"Bay Area\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -121.92006,\n            \"latitude\": 37.471546,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": null,\n                    \"mveMaxCpuCoreCount\": 12,\n                    \"mveAvailable\": true\n                },\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1047,\n            \"name\": \"NorthC Amsterdam\",\n            \"address\": {\n                \"street\": \"Fokkerweg 300\",\n                \"suburb\": null,\n                \"city\": \"Oude Meer\",\n                \"state\": null,\n                \"postcode\": \"1438 AN\",\n                \"country\": \"Netherlands\"\n            },\n            \"dataCentre\": {\n                \"id\": 207,\n                \"name\": \"NorthC\"\n            },\n            \"metro\": \"Amsterdam\",\n            \"market\": \"NL\",\n            \"status\": \"Active\",\n            \"longitude\": 4.7873826,\n            \"latitude\": 52.293022,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": null,\n                    \"mveMaxCpuCoreCount\": 8,\n                    \"mveAvailable\": true\n                },\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1123,\n            \"name\": \"Andorix Data Center\",\n            \"address\": {\n                \"street\": \"250 Front Street West\",\n                \"suburb\": null,\n                \"city\": \"Toronto\",\n                \"state\": \"ON\",\n                \"postcode\": \"M5V3G5\",\n                \"country\": \"Canada\"\n            },\n            \"dataCentre\": {\n                \"id\": 223,\n                \"name\": \"Andorix\"\n            },\n            \"metro\": \"Toronto\",\n            \"market\": \"CA\",\n            \"status\": \"Active\",\n            \"longitude\": -79.38771,\n            \"latitude\": 43.64443,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 12,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1167,\n            \"name\": \"eStruxture TOR-1\",\n            \"address\": {\n                \"street\": \"151 Front Street W\",\n                \"suburb\": null,\n                \"city\": \"Toronto\",\n                \"state\": \"ON\",\n                \"postcode\": \"M5J2N1\",\n                \"country\": \"Canada\"\n            },\n            \"dataCentre\": {\n                \"id\": 96,\n                \"name\": \"eStruxture\"\n            },\n            \"metro\": \"Toronto\",\n            \"market\": \"CA\",\n            \"status\": \"Active\",\n            \"longitude\": -79.38395,\n            \"latitude\": 43.64477,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 12,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 1197,\n            \"name\": \"Kio Networks - Queretaro QRO1\",\n            \"address\": {\n                \"street\": \"Cerrada de la Princesa #4\",\n                \"suburb\": null,\n                \"city\": \"Querétaro\",\n                \"state\": null,\n                \"postcode\": \"76240\",\n                \"country\": \"Mexico\"\n            },\n            \"dataCentre\": {\n                \"id\": 232,\n                \"name\": \"Kio Networks\"\n            },\n            \"metro\": \"Querétaro\",\n            \"market\": \"MX\",\n            \"status\": \"Active\",\n            \"longitude\": -100.3715,\n            \"latitude\": 20.59652,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": 12,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": 12,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1212,\n            \"name\": \"Kio Networks Mexico City MEX2\",\n            \"address\": {\n                \"street\": \"Prolongacion Paseo de la Reforma 5396\",\n                \"suburb\": \"Mexico City\",\n                \"city\": \"Mexico City\",\n                \"state\": null,\n                \"postcode\": \"05000\",\n                \"country\": \"Mexico\"\n            },\n            \"dataCentre\": {\n                \"id\": 232,\n                \"name\": \"Kio Networks\"\n            },\n            \"metro\": \"Mexico City\",\n            \"market\": \"MX\",\n            \"status\": \"Active\",\n            \"longitude\": -99.26559,\n            \"latitude\": 19.37142,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": null,\n                    \"mveMaxCpuCoreCount\": 12,\n                    \"mveAvailable\": true\n                },\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1215,\n            \"name\": \"Kio Networks Mexico City MEX4\",\n            \"address\": {\n                \"street\": \"Boulevard Magnocentro, Blvd. Interlomas 6\",\n                \"suburb\": null,\n                \"city\": \"Mexico City\",\n                \"state\": null,\n                \"postcode\": \"52760\",\n                \"country\": \"Mexico\"\n            },\n            \"dataCentre\": {\n                \"id\": 232,\n                \"name\": \"Kio Networks\"\n            },\n            \"metro\": \"Mexico City\",\n            \"market\": \"MX\",\n            \"status\": \"Active\",\n            \"longitude\": -99.27181,\n            \"latitude\": 19.40216,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": null,\n                    \"mveMaxCpuCoreCount\": 12,\n                    \"mveAvailable\": true\n                },\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1235,\n            \"name\": \"Switch Atlanta (The Keep)\",\n            \"address\": {\n                \"street\": \"1 Switch Way\",\n                \"suburb\": null,\n                \"city\": \"Lithia Springs\",\n                \"state\": \"GA\",\n                \"postcode\": \"30122.\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 37,\n                \"name\": \"Switch\"\n            },\n            \"metro\": \"Atlanta\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -84.58728,\n            \"latitude\": 33.754856,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 12,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1238,\n            \"name\": \"CoreSite Chicago\",\n            \"address\": {\n                \"street\": \"427 S LaSalle ST\",\n                \"suburb\": null,\n                \"city\": \"Chicago\",\n                \"state\": \"IL\",\n                \"postcode\": \"60605\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 18,\n                \"name\": \"CoreSite\"\n            },\n            \"metro\": \"Chicago\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -87.63163,\n            \"latitude\": 41.876125,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 2,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 1481,\n            \"name\": \"Equinix Milan ML2\",\n            \"address\": {\n                \"street\": \"125 Via Savona\",\n                \"suburb\": null,\n                \"city\": \"Milan\",\n                \"state\": null,\n                \"postcode\": \"20144\",\n                \"country\": \"Italy\"\n            },\n            \"dataCentre\": {\n                \"id\": 5,\n                \"name\": \"Equinix\"\n            },\n            \"metro\": \"Milan\",\n            \"market\": \"IT\",\n            \"status\": \"Active\",\n            \"longitude\": 9.14696,\n            \"latitude\": 45.44854,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 6,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1484,\n            \"name\": \"Equinix Sao Paulo (SP2)\",\n            \"address\": {\n                \"street\": \"Alameda Araguaia, 3641 Tamboré Barueri\",\n                \"suburb\": null,\n                \"city\": \"São Paulo\",\n                \"state\": null,\n                \"postcode\": \"06455\",\n                \"country\": \"Brazil\"\n            },\n            \"dataCentre\": {\n                \"id\": 5,\n                \"name\": \"Equinix\"\n            },\n            \"metro\": \"São Paulo\",\n            \"market\": \"BR\",\n            \"status\": \"Active\",\n            \"longitude\": -46.82728,\n            \"latitude\": -23.503132,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 12,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1485,\n            \"name\": \"Equinix Sao Paulo (SP4)\",\n            \"address\": {\n                \"street\": \"Avenida Ceci, 1900 Tamboré - Barueri\",\n                \"suburb\": null,\n                \"city\": \"São Paulo\",\n                \"state\": null,\n                \"postcode\": \"06460\",\n                \"country\": \"Brazil\"\n            },\n            \"dataCentre\": {\n                \"id\": 5,\n                \"name\": \"Equinix\"\n            },\n            \"metro\": \"São Paulo\",\n            \"market\": \"BR\",\n            \"status\": \"Active\",\n            \"longitude\": -46.814575,\n            \"latitude\": -23.49759,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 8,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1494,\n            \"name\": \"Retelit Data Centers - Milan\",\n            \"address\": {\n                \"street\": \"21 via Caldera Avalon 1 / Building Orange\",\n                \"suburb\": null,\n                \"city\": \"Milan\",\n                \"state\": null,\n                \"postcode\": \"20153\",\n                \"country\": \"Italy\"\n            },\n            \"dataCentre\": {\n                \"id\": 289,\n                \"name\": \"Retelit Data Centers\"\n            },\n            \"metro\": \"Milan\",\n            \"market\": \"IT\",\n            \"status\": \"Active\",\n            \"longitude\": 9.10188,\n            \"latitude\": 45.478,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": 6,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        }\n    ]\n}"},{"id":"4adf9b05-d416-4d9c-b856-2fd55805a5aa","name":"Locations (v3) - Active DCs in Singapore","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{baseUrl}}/v3/locations?locationStatuses=Active&metro=Singapore","host":["{{baseUrl}}"],"path":["v3","locations"],"query":[{"key":"locationStatuses","value":"Active","description":"Filter results based on specified status. This parameter can be added multiple times to capture multiple status values. Status values include: \"Extended\" \"Deployment\" \"Active\" \"New\" \"Restricted\" \"Expired\". (Optional) "},{"key":"metro","value":"Singapore","description":"Filter results to only include locations in the named metro. (Optional)"},{"key":"mveImageId","value":"{imageId}","description":"Filter results to only include locations that have the capacity for the imageId. (Optional)","disabled":true},{"key":"marketEnabled","value":"Boolean","description":"If true, return only the locations in the enabled markets. Default value is false.","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 23 Jun 2025 06:15:51 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"979"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amzn-Trace-Id","value":"Root=1-6858f117-70d16a9e26c94a9054c835d8"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Server-Timing","value":"app;dur=151"},{"key":"ETag","value":"W/\"0daf6aac3f54edde1ac331c4b9dd549c6\""},{"key":"X-Xss-Protection","value":"1 ; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"trace-id","value":"54eb8391275a580d3f8f5b8f27c05717"},{"key":"content-encoding","value":"gzip"},{"key":"X-Robots-Tag","value":"noindex"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"List public locations\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"id\": 36,\n            \"name\": \"Equinix SG1\",\n            \"address\": {\n                \"street\": \"20 Ayer Rajah Crescent\",\n                \"suburb\": null,\n                \"city\": \"Singapore\",\n                \"state\": null,\n                \"postcode\": \"139964\",\n                \"country\": \"Singapore\"\n            },\n            \"dataCentre\": {\n                \"id\": 5,\n                \"name\": \"Equinix\"\n            },\n            \"metro\": \"Singapore\",\n            \"market\": \"SG\",\n            \"status\": \"Active\",\n            \"longitude\": 103.78985,\n            \"latitude\": 1.295442,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 37,\n            \"name\": \"Equinix SG2\",\n            \"address\": {\n                \"street\": \"15 Pioneer Walk\",\n                \"suburb\": null,\n                \"city\": \"Singapore\",\n                \"state\": null,\n                \"postcode\": \"627753\",\n                \"country\": \"Singapore\"\n            },\n            \"dataCentre\": {\n                \"id\": 5,\n                \"name\": \"Equinix\"\n            },\n            \"metro\": \"Singapore\",\n            \"market\": \"SG\",\n            \"status\": \"Active\",\n            \"longitude\": 103.69503,\n            \"latitude\": 1.3210748,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 39,\n            \"name\": \"Global Switch Singapore - Tai Seng\",\n            \"address\": {\n                \"street\": \"2 Tai Seng Avenue\",\n                \"suburb\": null,\n                \"city\": \"Singapore\",\n                \"state\": null,\n                \"postcode\": \"534408\",\n                \"country\": \"Singapore\"\n            },\n            \"dataCentre\": {\n                \"id\": 6,\n                \"name\": \"Global Switch\"\n            },\n            \"metro\": \"Singapore\",\n            \"market\": \"SG\",\n            \"status\": \"Active\",\n            \"longitude\": 103.89349,\n            \"latitude\": 1.3364413,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 40,\n            \"name\": \"Digital Realty Singapore SIN10\",\n            \"address\": {\n                \"street\": \"29A International Business Park\",\n                \"suburb\": \"Jurong East\",\n                \"city\": \"Singapore\",\n                \"state\": null,\n                \"postcode\": \"609934\",\n                \"country\": \"Singapore\"\n            },\n            \"dataCentre\": {\n                \"id\": 3,\n                \"name\": \"Digital Realty\"\n            },\n            \"metro\": \"Singapore\",\n            \"market\": \"SG\",\n            \"status\": \"Active\",\n            \"longitude\": 103.74597,\n            \"latitude\": 1.327732,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 155,\n            \"name\": \"Racks Central\",\n            \"address\": {\n                \"street\": \"23 Tai Seng Drive\",\n                \"suburb\": null,\n                \"city\": \"Singapore\",\n                \"state\": null,\n                \"postcode\": \"535224\",\n                \"country\": \"Singapore\"\n            },\n            \"dataCentre\": {\n                \"id\": 40,\n                \"name\": \"Racks Central\"\n            },\n            \"metro\": \"Singapore\",\n            \"market\": \"SG\",\n            \"status\": \"Active\",\n            \"longitude\": 103.892,\n            \"latitude\": 1.337,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": null,\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                },\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 257,\n            \"name\": \"NTT Singapore\",\n            \"address\": {\n                \"street\": \"51 Serangoon North Avenue 4\",\n                \"suburb\": null,\n                \"city\": \"Singapore\",\n                \"state\": null,\n                \"postcode\": \"555858\",\n                \"country\": \"Singapore\"\n            },\n            \"dataCentre\": {\n                \"id\": 46,\n                \"name\": \"NTT\"\n            },\n            \"metro\": \"Singapore\",\n            \"market\": \"SG\",\n            \"status\": \"Active\",\n            \"longitude\": 103.87509,\n            \"latitude\": 1.3761185,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 418,\n            \"name\": \"STT Singapore 5\",\n            \"address\": {\n                \"street\": \"35 Tai Seng Street\",\n                \"suburb\": null,\n                \"city\": \"Singapore\",\n                \"state\": null,\n                \"postcode\": \"534103\",\n                \"country\": \"Singapore\"\n            },\n            \"dataCentre\": {\n                \"id\": 59,\n                \"name\": \"ST Telemedia\"\n            },\n            \"metro\": \"Singapore\",\n            \"market\": \"SG\",\n            \"status\": \"Active\",\n            \"longitude\": 103.89028,\n            \"latitude\": 1.335416,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 556,\n            \"name\": \"SGX Singapore\",\n            \"address\": {\n                \"street\": \"25 Serangoon North Avenue 5, Singapore\",\n                \"suburb\": null,\n                \"city\": \"Singapore\",\n                \"state\": null,\n                \"postcode\": \"555859\",\n                \"country\": \"Singapore\"\n            },\n            \"dataCentre\": {\n                \"id\": 115,\n                \"name\": \"SGX\"\n            },\n            \"metro\": \"Singapore\",\n            \"market\": \"SG\",\n            \"status\": \"Active\",\n            \"longitude\": 103.87454,\n            \"latitude\": 1.375197,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 1114,\n            \"name\": \"Digital Realty Singapore SIN12\",\n            \"address\": {\n                \"street\": \"11 Loyang Close, Suite 310\",\n                \"suburb\": null,\n                \"city\": \"Singapore\",\n                \"state\": null,\n                \"postcode\": \"506756\",\n                \"country\": \"Singapore\"\n            },\n            \"dataCentre\": {\n                \"id\": 3,\n                \"name\": \"Digital Realty\"\n            },\n            \"metro\": \"Singapore\",\n            \"market\": \"SG\",\n            \"status\": \"Active\",\n            \"longitude\": 103.97087,\n            \"latitude\": 1.3733156,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        }\n    ]\n}"},{"id":"24a8db61-2bbd-45cf-b806-4955e8e6c786","name":"Locations (v3) - Extended DCs in Denver","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{baseUrl}}/v3/locations?locationStatuses=Extended&metro=Denver","host":["{{baseUrl}}"],"path":["v3","locations"],"query":[{"key":"mveImageId","value":"{imageId}","description":"Filter results to only include locations that have the capacity for the imageId. (Optional)","disabled":true},{"key":"marketEnabled","value":"Boolean","description":"If true, return only the locations in the enabled markets. Default value is false.","disabled":true},{"key":"locationStatuses","value":"Extended"},{"key":"metro","value":"Denver"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 23 Jun 2025 06:26:30 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"772"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amzn-Trace-Id","value":"Root=1-6858f396-6eaaf4436cfcbf340d0129c1"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Server-Timing","value":"app;dur=186"},{"key":"ETag","value":"W/\"061bedb59fcf46de3f9c68ed60cfba60b\""},{"key":"X-Xss-Protection","value":"1 ; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"trace-id","value":"34cc1913aba742a790495a2e2fad316a"},{"key":"content-encoding","value":"gzip"},{"key":"X-Robots-Tag","value":"noindex"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"List public locations\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"id\": 753,\n            \"name\": \"CoreSite DE2\",\n            \"address\": {\n                \"street\": \"639 E 18th Avenue\",\n                \"suburb\": null,\n                \"city\": \"Denver\",\n                \"state\": \"CO\",\n                \"postcode\": \"80203\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 18,\n                \"name\": \"CoreSite\"\n            },\n            \"metro\": \"Denver\",\n            \"market\": \"US\",\n            \"status\": \"Extended\",\n            \"longitude\": -104.97932,\n            \"latitude\": 39.74528,\n            \"orderingMessage\": null,\n            \"diversityZones\": {},\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 785,\n            \"name\": \"Centersquare DEN1-B\",\n            \"address\": {\n                \"street\": \"9180 Commerce Center Circle\",\n                \"suburb\": null,\n                \"city\": \"Higlands Ranch\",\n                \"state\": \"CO\",\n                \"postcode\": \"80129\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 288,\n                \"name\": \"Centersquare\"\n            },\n            \"metro\": \"Denver\",\n            \"market\": \"US\",\n            \"status\": \"Extended\",\n            \"longitude\": -105.03339,\n            \"latitude\": 39.54991,\n            \"orderingMessage\": null,\n            \"diversityZones\": {},\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 786,\n            \"name\": \"Centersquare DEN2-A\",\n            \"address\": {\n                \"street\": \"8534 Concord Center Drive\",\n                \"suburb\": null,\n                \"city\": \"Englewood\",\n                \"state\": \"CO\",\n                \"postcode\": \"80112\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 288,\n                \"name\": \"Centersquare\"\n            },\n            \"metro\": \"Denver\",\n            \"market\": \"US\",\n            \"status\": \"Extended\",\n            \"longitude\": -104.83069,\n            \"latitude\": 39.560947,\n            \"orderingMessage\": null,\n            \"diversityZones\": {},\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 973,\n            \"name\": \"Flexential Denver Centennial\",\n            \"address\": {\n                \"street\": \"12500 East Arapahoe Road\",\n                \"suburb\": null,\n                \"city\": \"Centennial\",\n                \"state\": \"CO\",\n                \"postcode\": \"80112\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 104,\n                \"name\": \"Flexential\"\n            },\n            \"metro\": \"Denver\",\n            \"market\": \"US\",\n            \"status\": \"Extended\",\n            \"longitude\": -104.843185,\n            \"latitude\": 39.594162,\n            \"orderingMessage\": null,\n            \"diversityZones\": {},\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 974,\n            \"name\": \"Flexential Denver Downtown\",\n            \"address\": {\n                \"street\": \"1500 Champa Street Suite 100\",\n                \"suburb\": null,\n                \"city\": \"Denver\",\n                \"state\": \"CO\",\n                \"postcode\": \"80202\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 104,\n                \"name\": \"Flexential\"\n            },\n            \"metro\": \"Denver\",\n            \"market\": \"US\",\n            \"status\": \"Extended\",\n            \"longitude\": -104.99452,\n            \"latitude\": 39.745758,\n            \"orderingMessage\": null,\n            \"diversityZones\": {},\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 975,\n            \"name\": \"Flexential Denver LoDo\",\n            \"address\": {\n                \"street\": \"501 Wazee Street\",\n                \"suburb\": null,\n                \"city\": \"Denver\",\n                \"state\": \"CO\",\n                \"postcode\": \"80204\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 104,\n                \"name\": \"Flexential\"\n            },\n            \"metro\": \"Denver\",\n            \"market\": \"US\",\n            \"status\": \"Extended\",\n            \"longitude\": -105.01205,\n            \"latitude\": 39.744946,\n            \"orderingMessage\": null,\n            \"diversityZones\": {},\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1402,\n            \"name\": \"DataBank Denver DEN1\",\n            \"address\": {\n                \"street\": \"393 Inverness Parkway\",\n                \"suburb\": null,\n                \"city\": \"Englewood\",\n                \"state\": \"CO\",\n                \"postcode\": \"80112\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 58,\n                \"name\": \"DataBank\"\n            },\n            \"metro\": \"Denver\",\n            \"market\": \"US\",\n            \"status\": \"Extended\",\n            \"longitude\": -104.86916,\n            \"latitude\": 39.564125,\n            \"orderingMessage\": null,\n            \"diversityZones\": {},\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1406,\n            \"name\": \"DataBank Denver DEN5\",\n            \"address\": {\n                \"street\": \"6961 S. Quentin Street\",\n                \"suburb\": null,\n                \"city\": \"Centennial\",\n                \"state\": \"CO\",\n                \"postcode\": \"80112\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 58,\n                \"name\": \"DataBank\"\n            },\n            \"metro\": \"Denver\",\n            \"market\": \"US\",\n            \"status\": \"Extended\",\n            \"longitude\": -104.84895,\n            \"latitude\": 39.590107,\n            \"orderingMessage\": null,\n            \"diversityZones\": {},\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        }\n    ]\n}"},{"id":"63639b3f-4c18-4feb-ae8f-31b373a0bd4a","name":"Locations (v3) - DCs in Paris","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{baseUrl}}/v3/locations?metro=Paris","host":["{{baseUrl}}"],"path":["v3","locations"],"query":[{"key":"mveImageId","value":"{imageId}","description":"Filter results to only include locations that have the capacity for the imageId. (Optional)","disabled":true},{"key":"marketEnabled","value":"Boolean","description":"If true, return only the locations in the enabled markets. Default value is false.","disabled":true},{"key":"metro","value":"Paris"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 23 Jun 2025 06:24:34 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1190"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amzn-Trace-Id","value":"Root=1-6858f321-7ef291271c6996091329a2fd"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Server-Timing","value":"app;dur=210"},{"key":"ETag","value":"W/\"0c767cdf3db43316e8413138a1b5072aa\""},{"key":"X-Xss-Protection","value":"1 ; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"trace-id","value":"a493d287b9c1eac228cf5743d3e6b7c6"},{"key":"content-encoding","value":"gzip"},{"key":"X-Robots-Tag","value":"noindex"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"List public locations\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"id\": 515,\n            \"name\": \"Equinix PA2/3\",\n            \"address\": {\n                \"street\": \"114 Rue Ambroise Croizat\",\n                \"suburb\": \"Saint Denis\",\n                \"city\": \"Paris\",\n                \"state\": null,\n                \"postcode\": \"93200\",\n                \"country\": \"France\"\n            },\n            \"dataCentre\": {\n                \"id\": 5,\n                \"name\": \"Equinix\"\n            },\n            \"metro\": \"Paris\",\n            \"market\": \"FR\",\n            \"status\": \"Active\",\n            \"longitude\": 2.351113,\n            \"latitude\": 48.926773,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000,\n                        25000,\n                        50000,\n                        100000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 527,\n            \"name\": \"Digital Realty Interxion PAR5\",\n            \"address\": {\n                \"street\": \"11-13 Avenue Arts et Métiers\",\n                \"suburb\": \"Saint-Denis\",\n                \"city\": \"Paris\",\n                \"state\": null,\n                \"postcode\": \"93200\",\n                \"country\": \"France\"\n            },\n            \"dataCentre\": {\n                \"id\": 9,\n                \"name\": \"Interxion\"\n            },\n            \"metro\": \"Paris\",\n            \"market\": \"FR\",\n            \"status\": \"Active\",\n            \"longitude\": 2.362466,\n            \"latitude\": 48.91432,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000,\n                        25000,\n                        50000,\n                        100000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 598,\n            \"name\": \"Telehouse Paris Voltaire TH2\",\n            \"address\": {\n                \"street\": \"Boulevard Voltaire 137\",\n                \"suburb\": null,\n                \"city\": \"Paris\",\n                \"state\": null,\n                \"postcode\": \"75011\",\n                \"country\": \"France\"\n            },\n            \"dataCentre\": {\n                \"id\": 45,\n                \"name\": \"Telehouse\"\n            },\n            \"metro\": \"Paris\",\n            \"market\": \"FR\",\n            \"status\": \"Active\",\n            \"longitude\": 2.38352,\n            \"latitude\": 48.856262,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000,\n                        25000,\n                        50000,\n                        100000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 606,\n            \"name\": \"Global Switch Paris\",\n            \"address\": {\n                \"street\": \"7-9 Rue Petit\",\n                \"suburb\": \"Clichy\",\n                \"city\": \"Paris\",\n                \"state\": null,\n                \"postcode\": \"92582\",\n                \"country\": \"France\"\n            },\n            \"dataCentre\": {\n                \"id\": 6,\n                \"name\": \"Global Switch\"\n            },\n            \"metro\": \"Paris\",\n            \"market\": \"FR\",\n            \"status\": \"Active\",\n            \"longitude\": 2.296142,\n            \"latitude\": 48.899635,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": null,\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                },\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 634,\n            \"name\": \"Telehouse Paris Magny-les-Hameaux\",\n            \"address\": {\n                \"street\": \"Rue Pablo Picasso 1\",\n                \"suburb\": \"Magny-les-Hameaux\",\n                \"city\": \"Paris\",\n                \"state\": null,\n                \"postcode\": \"78114\",\n                \"country\": \"France\"\n            },\n            \"dataCentre\": {\n                \"id\": 45,\n                \"name\": \"Telehouse\"\n            },\n            \"metro\": \"Paris\",\n            \"market\": \"FR\",\n            \"status\": \"Active\",\n            \"longitude\": 2.078957,\n            \"latitude\": 48.72647,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 651,\n            \"name\": \"Sungard AS Lognes\",\n            \"address\": {\n                \"street\": \"93 Cours des Petites Ecuries\",\n                \"suburb\": null,\n                \"city\": \"Paris\",\n                \"state\": null,\n                \"postcode\": \"77185\",\n                \"country\": \"France\"\n            },\n            \"dataCentre\": {\n                \"id\": 124,\n                \"name\": \"Sungard AS\"\n            },\n            \"metro\": \"Paris\",\n            \"market\": \"FR\",\n            \"status\": \"Active\",\n            \"longitude\": 2.641407,\n            \"latitude\": 48.83689,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1286,\n            \"name\": \"Data4 Data Centers - Paris\",\n            \"address\": {\n                \"street\": \"3 Route de Nozay\",\n                \"suburb\": \"Marcoussis\",\n                \"city\": \"Paris\",\n                \"state\": null,\n                \"postcode\": \"91460\",\n                \"country\": \"France\"\n            },\n            \"dataCentre\": {\n                \"id\": 251,\n                \"name\": \"Data4 Data Centers\"\n            },\n            \"metro\": \"Paris\",\n            \"market\": \"FR\",\n            \"status\": \"Active\",\n            \"longitude\": 2.22787,\n            \"latitude\": 48.64353,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1352,\n            \"name\": \"Thésée Datacenter - Paris\",\n            \"address\": {\n                \"street\": \"32 rue du Clos Reine\",\n                \"suburb\": \"Aubergenville\",\n                \"city\": \"Paris\",\n                \"state\": null,\n                \"postcode\": \"78410\",\n                \"country\": \"France\"\n            },\n            \"dataCentre\": {\n                \"id\": 258,\n                \"name\": \"Thésée Datacenter\"\n            },\n            \"metro\": \"Paris\",\n            \"market\": \"FR\",\n            \"status\": \"Active\",\n            \"longitude\": 1.84047,\n            \"latitude\": 48.96587,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1521,\n            \"name\": \"nLighten Data Centres - Antibes\",\n            \"address\": {\n                \"street\": \"49, rue Emile Hugues\",\n                \"suburb\": null,\n                \"city\": \"Antibes\",\n                \"state\": null,\n                \"postcode\": \"06600\",\n                \"country\": \"France\"\n            },\n            \"dataCentre\": {\n                \"id\": 295,\n                \"name\": \"nLighten Data Centres\"\n            },\n            \"metro\": \"Paris\",\n            \"market\": \"FR\",\n            \"status\": \"Active\",\n            \"longitude\": 7.07576,\n            \"latitude\": 43.60509,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1555,\n            \"name\": \"ETIX Data Center - Lille 2\",\n            \"address\": {\n                \"street\": \"1681 Rue des Saules\",\n                \"suburb\": null,\n                \"city\": \"Sainghin-en-Mélantois\",\n                \"state\": null,\n                \"postcode\": \"59262\",\n                \"country\": \"France\"\n            },\n            \"dataCentre\": {\n                \"id\": 326,\n                \"name\": \"Etix Data Centers\"\n            },\n            \"metro\": \"Paris\",\n            \"market\": \"FR\",\n            \"status\": \"Active\",\n            \"longitude\": 3.1364908,\n            \"latitude\": 50.584087,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        }\n    ]\n}"},{"id":"3f2257bd-0364-483f-865d-03ba84ff4415","name":"Locations (v3) - All Locations","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{baseUrl}}/v3/locations","host":["{{baseUrl}}"],"path":["v3","locations"],"query":[{"key":"mveImageId","value":"{imageId}","description":"Filter results to only include locations that have the capacity for the imageId. (Optional)","disabled":true},{"key":"marketEnabled","value":"Boolean","description":"If true, return only the locations in the enabled markets. Default value is false.","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 23 Jun 2025 06:28:11 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"33208"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amzn-Trace-Id","value":"Root=1-6858f3fa-056d797d1fb25c593a044717"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Server-Timing","value":"app;dur=193"},{"key":"ETag","value":"W/\"05ee5327ad07918afc949fbed039ee3d4\""},{"key":"X-Xss-Protection","value":"1 ; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"trace-id","value":"1b23c612d4106e7b263be49e2ba88ca9"},{"key":"content-encoding","value":"gzip"},{"key":"X-Robots-Tag","value":"noindex"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"List public locations\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"id\": 2,\n            \"name\": \"Equinix SY1\",\n            \"address\": {\n                \"street\": \"639 Gardeners Road\",\n                \"suburb\": \"Mascot\",\n                \"city\": \"Sydney\",\n                \"state\": \"NSW\",\n                \"postcode\": \"2020\",\n                \"country\": \"Australia\"\n            },\n            \"dataCentre\": {\n                \"id\": 5,\n                \"name\": \"Equinix\"\n            },\n            \"metro\": \"Sydney\",\n            \"market\": \"AU\",\n            \"status\": \"Active\",\n            \"longitude\": 151.18802,\n            \"latitude\": -33.921867,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000,\n                        25000,\n                        50000,\n                        100000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 3,\n            \"name\": \"Global Switch Sydney West\",\n            \"address\": {\n                \"street\": \"400 Harris Street\",\n                \"suburb\": \"Ultimo\",\n                \"city\": \"Sydney\",\n                \"state\": \"NSW\",\n                \"postcode\": \"2007\",\n                \"country\": \"Australia\"\n            },\n            \"dataCentre\": {\n                \"id\": 6,\n                \"name\": \"Global Switch\"\n            },\n            \"metro\": \"Sydney\",\n            \"market\": \"AU\",\n            \"status\": \"Active\",\n            \"longitude\": 151.19783,\n            \"latitude\": -33.87555,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 4,\n            \"name\": \"NextDC M1\",\n            \"address\": {\n                \"street\": \"826 Lorimer Street\",\n                \"suburb\": \"Port Melbourne\",\n                \"city\": \"Melbourne\",\n                \"state\": \"VIC\",\n                \"postcode\": \"3207\",\n                \"country\": \"Australia\"\n            },\n            \"dataCentre\": {\n                \"id\": 7,\n                \"name\": \"NextDC\"\n            },\n            \"metro\": \"Melbourne\",\n            \"market\": \"AU\",\n            \"status\": \"Active\",\n            \"longitude\": 144.9324,\n            \"latitude\": -37.822006,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 5,\n            \"name\": \"NextDC B1\",\n            \"address\": {\n                \"street\": \"20 Wharf Street\",\n                \"suburb\": \"Brisbane\",\n                \"city\": \"Brisbane\",\n                \"state\": \"QLD\",\n                \"postcode\": \"4000\",\n                \"country\": \"Australia\"\n            },\n            \"dataCentre\": {\n                \"id\": 7,\n                \"name\": \"NextDC\"\n            },\n            \"metro\": \"Brisbane\",\n            \"market\": \"AU\",\n            \"status\": \"Active\",\n            \"longitude\": 153.02963,\n            \"latitude\": -27.46549,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 6,\n            \"name\": \"Equinix SY3\",\n            \"address\": {\n                \"street\": \"47 Bourke Road\",\n                \"suburb\": \"Alexandria\",\n                \"city\": \"Sydney\",\n                \"state\": \"NSW\",\n                \"postcode\": \"2015\",\n                \"country\": \"Australia\"\n            },\n            \"dataCentre\": {\n                \"id\": 5,\n                \"name\": \"Equinix\"\n            },\n            \"metro\": \"Sydney\",\n            \"market\": \"AU\",\n            \"status\": \"Active\",\n            \"longitude\": 151.19382,\n            \"latitude\": -33.91217,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 10,\n            \"name\": \"NextDC S1\",\n            \"address\": {\n                \"street\": \"4 Eden Park Drive\",\n                \"suburb\": \"Macquarie Park\",\n                \"city\": \"Sydney\",\n                \"state\": \"NSW\",\n                \"postcode\": \"2113\",\n                \"country\": \"Australia\"\n            },\n            \"dataCentre\": {\n                \"id\": 7,\n                \"name\": \"NextDC\"\n            },\n            \"metro\": \"Sydney\",\n            \"market\": \"AU\",\n            \"status\": \"Active\",\n            \"longitude\": 151.13121,\n            \"latitude\": -33.785065,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000,\n                        25000,\n                        50000,\n                        100000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 12,\n            \"name\": \"Fujitsu North Ryde\",\n            \"address\": {\n                \"street\": \"23-25 Waterloo Rd\",\n                \"suburb\": \"Macquarie Park\",\n                \"city\": \"Sydney\",\n                \"state\": \"NSW\",\n                \"postcode\": \"2113\",\n                \"country\": \"Australia\"\n            },\n            \"dataCentre\": {\n                \"id\": 11,\n                \"name\": \"Fujitsu\"\n            },\n            \"metro\": \"Sydney\",\n            \"market\": \"AU\",\n            \"status\": \"Active\",\n            \"longitude\": 151.13185,\n            \"latitude\": -33.78669,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 17,\n            \"name\": \"Equinix BR1\",\n            \"address\": {\n                \"street\": \"54 Alfred Street\",\n                \"suburb\": \"Fortitude Valley\",\n                \"city\": \"Brisbane\",\n                \"state\": \"QLD\",\n                \"postcode\": \"4006\",\n                \"country\": \"Australia\"\n            },\n            \"dataCentre\": {\n                \"id\": 5,\n                \"name\": \"Equinix\"\n            },\n            \"metro\": \"Brisbane\",\n            \"market\": \"AU\",\n            \"status\": \"Active\",\n            \"longitude\": 153.03416,\n            \"latitude\": -27.4551,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 19,\n            \"name\": \"Interactive 437 Williamstown\",\n            \"address\": {\n                \"street\": \"437 Williamstown Road\",\n                \"suburb\": \"Port Melbourne\",\n                \"city\": \"Melbourne\",\n                \"state\": \"VIC\",\n                \"postcode\": \"3207\",\n                \"country\": \"Australia\"\n            },\n            \"dataCentre\": {\n                \"id\": 8,\n                \"name\": \"Interactive\"\n            },\n            \"metro\": \"Melbourne\",\n            \"market\": \"AU\",\n            \"status\": \"Active\",\n            \"longitude\": 144.93486,\n            \"latitude\": -37.83271,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 23,\n            \"name\": \"5GN Melbourne Data Centre (MDC)\",\n            \"address\": {\n                \"street\": \"Level 15, 530 Collins Street\",\n                \"suburb\": \"Melbourne\",\n                \"city\": \"Melbourne\",\n                \"state\": \"VIC\",\n                \"postcode\": \"3000\",\n                \"country\": \"Australia\"\n            },\n            \"dataCentre\": {\n                \"id\": 260,\n                \"name\": \"5GNetworks\"\n            },\n            \"metro\": \"Melbourne\",\n            \"market\": \"AU\",\n            \"status\": \"Active\",\n            \"longitude\": 144.95695,\n            \"latitude\": -37.8172,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 24,\n            \"name\": \"Vocus 530 Collins\",\n            \"address\": {\n                \"street\": \"Level 3, 530 Collins Street\",\n                \"suburb\": \"Melbourne\",\n                \"city\": \"Melbourne\",\n                \"state\": \"VIC\",\n                \"postcode\": \"3000\",\n                \"country\": \"Australia\"\n            },\n            \"dataCentre\": {\n                \"id\": 13,\n                \"name\": \"Vocus\"\n            },\n            \"metro\": \"Melbourne\",\n            \"market\": \"AU\",\n            \"status\": \"Active\",\n            \"longitude\": 144.957,\n            \"latitude\": -37.818176,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 25,\n            \"name\": \"Equinix ME5\",\n            \"address\": {\n                \"street\": \"22 Walsh Street\",\n                \"suburb\": \"West Melbourne\",\n                \"city\": \"Melbourne\",\n                \"state\": \"VIC\",\n                \"postcode\": \"3003\",\n                \"country\": \"Australia\"\n            },\n            \"dataCentre\": {\n                \"id\": 5,\n                \"name\": \"Equinix\"\n            },\n            \"metro\": \"Melbourne\",\n            \"market\": \"AU\",\n            \"status\": \"Active\",\n            \"longitude\": 144.95349,\n            \"latitude\": -37.807972,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 27,\n            \"name\": \"Fujitsu Eight Mile Plains\",\n            \"address\": {\n                \"street\": \"7 Brandl St\",\n                \"suburb\": \"Eight Mile Plains\",\n                \"city\": \"Brisbane\",\n                \"state\": \"QLD\",\n                \"postcode\": \"4113\",\n                \"country\": \"Australia\"\n            },\n            \"dataCentre\": {\n                \"id\": 11,\n                \"name\": \"Fujitsu\"\n            },\n            \"metro\": \"Brisbane\",\n            \"market\": \"AU\",\n            \"status\": \"Active\",\n            \"longitude\": 153.0978,\n            \"latitude\": -27.582037,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 28,\n            \"name\": \"Interactive 19 McKechnie\",\n            \"address\": {\n                \"street\": \"19 McKechnie Drive\",\n                \"suburb\": \"Eight Mile Plains\",\n                \"city\": \"Brisbane\",\n                \"state\": \"QLD\",\n                \"postcode\": \"4113\",\n                \"country\": \"Australia\"\n            },\n            \"dataCentre\": {\n                \"id\": 8,\n                \"name\": \"Interactive\"\n            },\n            \"metro\": \"Brisbane\",\n            \"market\": \"AU\",\n            \"status\": \"Active\",\n            \"longitude\": 153.0958,\n            \"latitude\": -27.577837,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 32,\n            \"name\": \"The Data Centre 220 Queen, Lower Ground\",\n            \"address\": {\n                \"street\": \"Lower Ground, 220 Queen Street\",\n                \"suburb\": \"Auckland\",\n                \"city\": \"Auckland\",\n                \"state\": null,\n                \"postcode\": \"1010\",\n                \"country\": \"New Zealand\"\n            },\n            \"dataCentre\": {\n                \"id\": 25,\n                \"name\": \"Data Centre Limited\"\n            },\n            \"metro\": \"Auckland\",\n            \"market\": \"NZ\",\n            \"status\": \"Active\",\n            \"longitude\": 174.76541,\n            \"latitude\": -36.849346,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 33,\n            \"name\": \"Datacom 6 Orbit\",\n            \"address\": {\n                \"street\": \"6 Orbit Drive\",\n                \"suburb\": \"Rosedale\",\n                \"city\": \"Auckland\",\n                \"state\": null,\n                \"postcode\": \"632\",\n                \"country\": \"New Zealand\"\n            },\n            \"dataCentre\": {\n                \"id\": 26,\n                \"name\": \"Datacom\"\n            },\n            \"metro\": \"Auckland\",\n            \"market\": \"NZ\",\n            \"status\": \"Active\",\n            \"longitude\": 174.72899,\n            \"latitude\": -36.740555,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 36,\n            \"name\": \"Equinix SG1\",\n            \"address\": {\n                \"street\": \"20 Ayer Rajah Crescent\",\n                \"suburb\": null,\n                \"city\": \"Singapore\",\n                \"state\": null,\n                \"postcode\": \"139964\",\n                \"country\": \"Singapore\"\n            },\n            \"dataCentre\": {\n                \"id\": 5,\n                \"name\": \"Equinix\"\n            },\n            \"metro\": \"Singapore\",\n            \"market\": \"SG\",\n            \"status\": \"Active\",\n            \"longitude\": 103.78985,\n            \"latitude\": 1.295442,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 37,\n            \"name\": \"Equinix SG2\",\n            \"address\": {\n                \"street\": \"15 Pioneer Walk\",\n                \"suburb\": null,\n                \"city\": \"Singapore\",\n                \"state\": null,\n                \"postcode\": \"627753\",\n                \"country\": \"Singapore\"\n            },\n            \"dataCentre\": {\n                \"id\": 5,\n                \"name\": \"Equinix\"\n            },\n            \"metro\": \"Singapore\",\n            \"market\": \"SG\",\n            \"status\": \"Active\",\n            \"longitude\": 103.69503,\n            \"latitude\": 1.3210748,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 39,\n            \"name\": \"Global Switch Singapore - Tai Seng\",\n            \"address\": {\n                \"street\": \"2 Tai Seng Avenue\",\n                \"suburb\": null,\n                \"city\": \"Singapore\",\n                \"state\": null,\n                \"postcode\": \"534408\",\n                \"country\": \"Singapore\"\n            },\n            \"dataCentre\": {\n                \"id\": 6,\n                \"name\": \"Global Switch\"\n            },\n            \"metro\": \"Singapore\",\n            \"market\": \"SG\",\n            \"status\": \"Active\",\n            \"longitude\": 103.89349,\n            \"latitude\": 1.3364413,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 40,\n            \"name\": \"Digital Realty Singapore SIN10\",\n            \"address\": {\n                \"street\": \"29A International Business Park\",\n                \"suburb\": \"Jurong East\",\n                \"city\": \"Singapore\",\n                \"state\": null,\n                \"postcode\": \"609934\",\n                \"country\": \"Singapore\"\n            },\n            \"dataCentre\": {\n                \"id\": 3,\n                \"name\": \"Digital Realty\"\n            },\n            \"metro\": \"Singapore\",\n            \"market\": \"SG\",\n            \"status\": \"Active\",\n            \"longitude\": 103.74597,\n            \"latitude\": 1.327732,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 41,\n            \"name\": \"Equinix ME1\",\n            \"address\": {\n                \"street\": \"600 Lorimer Street\",\n                \"suburb\": \"Port Melbourne\",\n                \"city\": \"Melbourne\",\n                \"state\": \"VIC\",\n                \"postcode\": \"3207\",\n                \"country\": \"Australia\"\n            },\n            \"dataCentre\": {\n                \"id\": 5,\n                \"name\": \"Equinix\"\n            },\n            \"metro\": \"Melbourne\",\n            \"market\": \"AU\",\n            \"status\": \"Active\",\n            \"longitude\": 144.91595,\n            \"latitude\": -37.821472,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 42,\n            \"name\": \"Interactive 39 Herbert (Tower A)\",\n            \"address\": {\n                \"street\": \"Tower A, 39 Herbert Street\",\n                \"suburb\": \"St Leonards\",\n                \"city\": \"Sydney\",\n                \"state\": \"NSW\",\n                \"postcode\": \"2065\",\n                \"country\": \"Australia\"\n            },\n            \"dataCentre\": {\n                \"id\": 8,\n                \"name\": \"Interactive\"\n            },\n            \"metro\": \"Sydney\",\n            \"market\": \"AU\",\n            \"status\": \"Active\",\n            \"longitude\": 151.192,\n            \"latitude\": -33.816,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 44,\n            \"name\": \"Polaris\",\n            \"address\": {\n                \"street\": \"11 Mary MacKenroth Lane\",\n                \"suburb\": \"Springfield\",\n                \"city\": \"Brisbane\",\n                \"state\": \"QLD\",\n                \"postcode\": \"4300\",\n                \"country\": \"Australia\"\n            },\n            \"dataCentre\": {\n                \"id\": 27,\n                \"name\": \"Polaris\"\n            },\n            \"metro\": \"Brisbane\",\n            \"market\": \"AU\",\n            \"status\": \"Active\",\n            \"longitude\": 152.89874,\n            \"latitude\": -27.68197,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 45,\n            \"name\": \"Host Networks\",\n            \"address\": {\n                \"street\": \"Unit 1, 53 Brandl Street\",\n                \"suburb\": \"Eight Mile Plains\",\n                \"city\": \"Brisbane\",\n                \"state\": \"QLD\",\n                \"postcode\": \"4113\",\n                \"country\": \"Australia\"\n            },\n            \"dataCentre\": {\n                \"id\": 28,\n                \"name\": \"Host Networks\"\n            },\n            \"metro\": \"Brisbane\",\n            \"market\": \"AU\",\n            \"status\": \"Active\",\n            \"longitude\": 153.10016,\n            \"latitude\": -27.57976,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 46,\n            \"name\": \"Equinix HK1\",\n            \"address\": {\n                \"street\": \"17/F Global Gateway, 168 Yeung Uk Road\",\n                \"suburb\": \"Tsuen Wan\",\n                \"city\": \"Hong Kong\",\n                \"state\": null,\n                \"postcode\": null,\n                \"country\": \"Hong Kong\"\n            },\n            \"dataCentre\": {\n                \"id\": 5,\n                \"name\": \"Equinix\"\n            },\n            \"metro\": \"Hong Kong\",\n            \"market\": \"HK\",\n            \"status\": \"Active\",\n            \"longitude\": 114.11932,\n            \"latitude\": 22.365582,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 47,\n            \"name\": \"Mega-iAdvantage\",\n            \"address\": {\n                \"street\": \"9/F 399 Chai Wan Road\",\n                \"suburb\": \"Siu Sai Wan\",\n                \"city\": \"Hong Kong\",\n                \"state\": null,\n                \"postcode\": null,\n                \"country\": \"Hong Kong\"\n            },\n            \"dataCentre\": {\n                \"id\": 29,\n                \"name\": \"iAdvantage\"\n            },\n            \"metro\": \"Hong Kong\",\n            \"market\": \"HK\",\n            \"status\": \"Active\",\n            \"longitude\": 114.24652,\n            \"latitude\": 22.266094,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 49,\n            \"name\": \"HKCOLO TKO\",\n            \"address\": {\n                \"street\": \"2 Chun Yat Street\",\n                \"suburb\": \"Tseung Kwan O\",\n                \"city\": \"Hong Kong\",\n                \"state\": null,\n                \"postcode\": null,\n                \"country\": \"Hong Kong\"\n            },\n            \"dataCentre\": {\n                \"id\": 88,\n                \"name\": \"HKCOLO\"\n            },\n            \"metro\": \"Hong Kong\",\n            \"market\": \"HK\",\n            \"status\": \"Active\",\n            \"longitude\": 114.274574,\n            \"latitude\": 22.290638,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": null,\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                },\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 50,\n            \"name\": \"NextDC P1\",\n            \"address\": {\n                \"street\": \"4 Millrose Drive\",\n                \"suburb\": \"Malaga\",\n                \"city\": \"Perth\",\n                \"state\": \"WA\",\n                \"postcode\": \"6090\",\n                \"country\": \"Australia\"\n            },\n            \"dataCentre\": {\n                \"id\": 7,\n                \"name\": \"NextDC\"\n            },\n            \"metro\": \"Perth\",\n            \"market\": \"AU\",\n            \"status\": \"Active\",\n            \"longitude\": 115.895966,\n            \"latitude\": -31.864494,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 51,\n            \"name\": \"Vocus, Albany\",\n            \"address\": {\n                \"street\": \"7a Parkhead Place\",\n                \"suburb\": \"Albany\",\n                \"city\": \"Auckland\",\n                \"state\": null,\n                \"postcode\": \"0632\",\n                \"country\": \"New Zealand\"\n            },\n            \"dataCentre\": {\n                \"id\": 13,\n                \"name\": \"Vocus\"\n            },\n            \"metro\": \"Auckland\",\n            \"market\": \"NZ\",\n            \"status\": \"Active\",\n            \"longitude\": 174.69643,\n            \"latitude\": -36.74992,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 52,\n            \"name\": \"Fujitsu Malaga\",\n            \"address\": {\n                \"street\": \"16 Mulgul Road Malaga WA 6090\",\n                \"suburb\": \"Malaga\",\n                \"city\": \"Perth\",\n                \"state\": \"WA\",\n                \"postcode\": \"6090\",\n                \"country\": \"Australia\"\n            },\n            \"dataCentre\": {\n                \"id\": 11,\n                \"name\": \"Fujitsu\"\n            },\n            \"metro\": \"Perth\",\n            \"market\": \"AU\",\n            \"status\": \"Active\",\n            \"longitude\": 115.89555,\n            \"latitude\": -31.859558,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 53,\n            \"name\": \"Sabey Intergate Seattle (BLDG 4)\",\n            \"address\": {\n                \"street\": \"3433 South 120th Place\",\n                \"suburb\": null,\n                \"city\": \"Tukwila\",\n                \"state\": \"WA\",\n                \"postcode\": \"98168\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 112,\n                \"name\": \"Sabey Data Centers\"\n            },\n            \"metro\": \"Seattle\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -122.28887,\n            \"latitude\": 47.49344,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 54,\n            \"name\": \"Equinix HK2\",\n            \"address\": {\n                \"street\": \"17/F Kerry Warehouse, 3 Shing Yiu Street\",\n                \"suburb\": \"Kwai Chung\",\n                \"city\": \"Hong Kong\",\n                \"state\": null,\n                \"postcode\": null,\n                \"country\": \"Hong Kong\"\n            },\n            \"dataCentre\": {\n                \"id\": 5,\n                \"name\": \"Equinix\"\n            },\n            \"metro\": \"Hong Kong\",\n            \"market\": \"HK\",\n            \"status\": \"Active\",\n            \"longitude\": 114.11908,\n            \"latitude\": 22.362497,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                },\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 55,\n            \"name\": \"Macquarie IC2\",\n            \"address\": {\n                \"street\": \"17 Talavera Road\",\n                \"suburb\": \"Macquarie Park\",\n                \"city\": \"Sydney\",\n                \"state\": \"NSW\",\n                \"postcode\": \"2113\",\n                \"country\": \"Australia\"\n            },\n            \"dataCentre\": {\n                \"id\": 30,\n                \"name\": \"Macquarie Telecom\"\n            },\n            \"metro\": \"Sydney\",\n            \"market\": \"AU\",\n            \"status\": \"Active\",\n            \"longitude\": 151.12834,\n            \"latitude\": -33.780407,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 56,\n            \"name\": \"Digital Realty New York JFK13 (NYC3)\",\n            \"address\": {\n                \"street\": \"32 Avenue of the Americas\",\n                \"suburb\": null,\n                \"city\": \"New York\",\n                \"state\": \"NY\",\n                \"postcode\": \"10113\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 3,\n                \"name\": \"Digital Realty\"\n            },\n            \"metro\": \"New York\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -74.003,\n            \"latitude\": 40.72,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 57,\n            \"name\": \"Equinix SE2\",\n            \"address\": {\n                \"street\": \"2001 6th Avenue\",\n                \"suburb\": null,\n                \"city\": \"Seattle\",\n                \"state\": \"WA\",\n                \"postcode\": \"98121\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 5,\n                \"name\": \"Equinix\"\n            },\n            \"metro\": \"Seattle\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -122.33887,\n            \"latitude\": 47.614357,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000,\n                        25000,\n                        50000,\n                        100000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 58,\n            \"name\": \"Evocative Seattle\",\n            \"address\": {\n                \"street\": \"140 4th Avenue North\",\n                \"suburb\": null,\n                \"city\": \"Seattle\",\n                \"state\": \"WA\",\n                \"postcode\": \"98109\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 256,\n                \"name\": \"Evocative\"\n            },\n            \"metro\": \"Seattle\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -122.34801,\n            \"latitude\": 47.619156,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000,\n                        25000,\n                        50000,\n                        100000\n                    ],\n                    \"megaportSpeedMbps\": null,\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                },\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 59,\n            \"name\": \"Equinix LA1\",\n            \"address\": {\n                \"street\": \"600 West 7th Street\",\n                \"suburb\": null,\n                \"city\": \"Los Angeles\",\n                \"state\": \"CA\",\n                \"postcode\": \"90017\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 5,\n                \"name\": \"Equinix\"\n            },\n            \"metro\": \"Los Angeles\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -118.25745,\n            \"latitude\": 34.04732,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 60,\n            \"name\": \"CoreSite LA1\",\n            \"address\": {\n                \"street\": \"624 South Grand Avenue\",\n                \"suburb\": null,\n                \"city\": \"Los Angeles\",\n                \"state\": \"CA\",\n                \"postcode\": \"90017\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 18,\n                \"name\": \"CoreSite\"\n            },\n            \"metro\": \"Los Angeles\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -118.25554,\n            \"latitude\": 34.04791,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 61,\n            \"name\": \"Equinix NY9\",\n            \"address\": {\n                \"street\": \"111 8th Avenue\",\n                \"suburb\": null,\n                \"city\": \"New York\",\n                \"state\": \"NY\",\n                \"postcode\": \"10011\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 5,\n                \"name\": \"Equinix\"\n            },\n            \"metro\": \"New York\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -74.00212,\n            \"latitude\": 40.74096,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 62,\n            \"name\": \"Digital Realty New York JFK12 (NYC1)\",\n            \"address\": {\n                \"street\": \"60 Hudson Street\",\n                \"suburb\": null,\n                \"city\": \"New York\",\n                \"state\": \"NY\",\n                \"postcode\": \"10013\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 3,\n                \"name\": \"Digital Realty\"\n            },\n            \"metro\": \"New York\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -74.00833,\n            \"latitude\": 40.717663,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 63,\n            \"name\": \"Digital Realty Los Angeles LAX10 (LOS1)\",\n            \"address\": {\n                \"street\": \"600 West 7th Street\",\n                \"suburb\": null,\n                \"city\": \"Los Angeles\",\n                \"state\": \"CA\",\n                \"postcode\": \"90012\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 3,\n                \"name\": \"Digital Realty\"\n            },\n            \"metro\": \"Los Angeles\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -118.258,\n            \"latitude\": 34.04732,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 64,\n            \"name\": \"Digital Realty Chicago ORD10 (CHI1)\",\n            \"address\": {\n                \"street\": \"350 East Cermak Road\",\n                \"suburb\": null,\n                \"city\": \"Chicago\",\n                \"state\": \"IL\",\n                \"postcode\": \"60616\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 3,\n                \"name\": \"Digital Realty\"\n            },\n            \"metro\": \"Chicago\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -87.61845,\n            \"latitude\": 41.853897,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000,\n                        25000,\n                        50000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 65,\n            \"name\": \"Digital Realty Silicon Valley SJC34 (SCL2)\",\n            \"address\": {\n                \"street\": \"2820 Northwestern Pkwy\",\n                \"suburb\": null,\n                \"city\": \"Santa Clara\",\n                \"state\": \"CA\",\n                \"postcode\": \"95051\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 3,\n                \"name\": \"Digital Realty\"\n            },\n            \"metro\": \"Bay Area\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -121.97362,\n            \"latitude\": 37.37243,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000,\n                        25000,\n                        50000,\n                        100000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 66,\n            \"name\": \"Equinix SV1/10\",\n            \"address\": {\n                \"street\": \"7-11 Great Oaks Boulevard\",\n                \"suburb\": null,\n                \"city\": \"San Jose\",\n                \"state\": \"CA\",\n                \"postcode\": \"95119\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 5,\n                \"name\": \"Equinix\"\n            },\n            \"metro\": \"Bay Area\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -121.78311,\n            \"latitude\": 37.2416,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 67,\n            \"name\": \"Equinix DC4\",\n            \"address\": {\n                \"street\": \"21691 Filigree Court\",\n                \"suburb\": null,\n                \"city\": \"Ashburn\",\n                \"state\": \"VA\",\n                \"postcode\": \"20147\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 5,\n                \"name\": \"Equinix\"\n            },\n            \"metro\": \"Ashburn\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -77.46196,\n            \"latitude\": 39.016483,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000,\n                        25000,\n                        50000,\n                        100000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 68,\n            \"name\": \"CoreSite VA1\",\n            \"address\": {\n                \"street\": \"12100 Sunrise Valley Drive\",\n                \"suburb\": null,\n                \"city\": \"Reston\",\n                \"state\": \"VA\",\n                \"postcode\": \"20191\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 18,\n                \"name\": \"CoreSite\"\n            },\n            \"metro\": \"Ashburn\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -77.36376,\n            \"latitude\": 38.9508,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000,\n                        25000,\n                        50000,\n                        100000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 69,\n            \"name\": \"Equinix CH4\",\n            \"address\": {\n                \"street\": \"350 East Cermak Road\",\n                \"suburb\": null,\n                \"city\": \"Chicago\",\n                \"state\": \"IL\",\n                \"postcode\": \"60616\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 5,\n                \"name\": \"Equinix\"\n            },\n            \"metro\": \"Chicago\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -87.61845,\n            \"latitude\": 41.852,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 70,\n            \"name\": \"Digital Realty Chicago ORD11 (CHI2)\",\n            \"address\": {\n                \"street\": \"600 S Federal Street\",\n                \"suburb\": null,\n                \"city\": \"Chicago\",\n                \"state\": \"IL\",\n                \"postcode\": \"60605\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 3,\n                \"name\": \"Digital Realty\"\n            },\n            \"metro\": \"Chicago\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -87.62993,\n            \"latitude\": 41.874302,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000,\n                        25000,\n                        50000,\n                        100000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 71,\n            \"name\": \"Equinix DA1\",\n            \"address\": {\n                \"street\": \"1950 North Stemmons Freeway, Suite 1034\",\n                \"suburb\": \"Dallas\",\n                \"city\": \"Dallas\",\n                \"state\": \"TX\",\n                \"postcode\": \"75207\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 5,\n                \"name\": \"Equinix\"\n            },\n            \"metro\": \"Dallas\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -96.819496,\n            \"latitude\": 32.801,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000,\n                        25000,\n                        50000,\n                        100000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 72,\n            \"name\": \"Digital Realty Dallas DFW10 (DAL1)\",\n            \"address\": {\n                \"street\": \"2323 Bryan Street\",\n                \"suburb\": null,\n                \"city\": \"Dallas\",\n                \"state\": \"TX\",\n                \"postcode\": \"75201\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 3,\n                \"name\": \"Digital Realty\"\n            },\n            \"metro\": \"Dallas\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -96.79422,\n            \"latitude\": 32.787212,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000,\n                        25000,\n                        50000,\n                        100000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 73,\n            \"name\": \"Equinix TR1\",\n            \"address\": {\n                \"street\": \"151 Front Street West\",\n                \"suburb\": null,\n                \"city\": \"Toronto\",\n                \"state\": \"ON\",\n                \"postcode\": \"M5J 2N1\",\n                \"country\": \"Canada\"\n            },\n            \"dataCentre\": {\n                \"id\": 5,\n                \"name\": \"Equinix\"\n            },\n            \"metro\": \"Toronto\",\n            \"market\": \"CA\",\n            \"status\": \"Active\",\n            \"longitude\": -79.38439,\n            \"latitude\": 43.644493,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 75,\n            \"name\": \"CoreSite NY1\",\n            \"address\": {\n                \"street\": \"32 Avenue of the Americas\",\n                \"suburb\": null,\n                \"city\": \"New York\",\n                \"state\": \"NY\",\n                \"postcode\": \"10013\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 18,\n                \"name\": \"CoreSite\"\n            },\n            \"metro\": \"New York\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -74.00456,\n            \"latitude\": 40.72,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 76,\n            \"name\": \"Wowrack Seattle\",\n            \"address\": {\n                \"street\": \"12201 Tukwila International Boulevard\",\n                \"suburb\": null,\n                \"city\": \"Seattle\",\n                \"state\": \"WA\",\n                \"postcode\": \"68168\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 33,\n                \"name\": \"Wowrack\"\n            },\n            \"metro\": \"Seattle\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -122.29371,\n            \"latitude\": 47.493088,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 77,\n            \"name\": \"CoreSite SV1\",\n            \"address\": {\n                \"street\": \"55 South Market Street\",\n                \"suburb\": null,\n                \"city\": \"San Jose\",\n                \"state\": \"CA\",\n                \"postcode\": \"95113\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 18,\n                \"name\": \"CoreSite\"\n            },\n            \"metro\": \"Bay Area\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -121.8916,\n            \"latitude\": 37.33413,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000,\n                        25000,\n                        50000,\n                        100000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 78,\n            \"name\": \"Digital Realty New York JFK10 (NYC2)\",\n            \"address\": {\n                \"street\": \"111 8th Avenue\",\n                \"suburb\": null,\n                \"city\": \"New York\",\n                \"state\": \"NY\",\n                \"postcode\": \"10011\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 3,\n                \"name\": \"Digital Realty\"\n            },\n            \"metro\": \"New York\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -74.00212,\n            \"latitude\": 40.74,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000,\n                        25000,\n                        50000,\n                        100000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 79,\n            \"name\": \"Cologix TOR1\",\n            \"address\": {\n                \"street\": \"151 Front Street West\",\n                \"suburb\": null,\n                \"city\": \"Toronto\",\n                \"state\": \"ON\",\n                \"postcode\": \"M5J 2N1\",\n                \"country\": \"Canada\"\n            },\n            \"dataCentre\": {\n                \"id\": 19,\n                \"name\": \"Cologix\"\n            },\n            \"metro\": \"Toronto\",\n            \"market\": \"CA\",\n            \"status\": \"Active\",\n            \"longitude\": -79.384224,\n            \"latitude\": 43.64463,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                },\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 80,\n            \"name\": \"Spark Mayoral Drive\",\n            \"address\": {\n                \"street\": \"31 Airedale Street\",\n                \"suburb\": \"Auckland\",\n                \"city\": \"Auckland\",\n                \"state\": null,\n                \"postcode\": \"1010\",\n                \"country\": \"New Zealand\"\n            },\n            \"dataCentre\": {\n                \"id\": 34,\n                \"name\": \"Spark\"\n            },\n            \"metro\": \"Auckland\",\n            \"market\": \"NZ\",\n            \"status\": \"Active\",\n            \"longitude\": 174.76439,\n            \"latitude\": -36.854324,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 81,\n            \"name\": \"Spark/Revera Takanini\",\n            \"address\": {\n                \"street\": \"23 Popes Road\",\n                \"suburb\": \"Takanini\",\n                \"city\": \"Auckland\",\n                \"state\": null,\n                \"postcode\": \"2112\",\n                \"country\": \"New Zealand\"\n            },\n            \"dataCentre\": {\n                \"id\": 34,\n                \"name\": \"Spark\"\n            },\n            \"metro\": \"Auckland\",\n            \"market\": \"NZ\",\n            \"status\": \"Active\",\n            \"longitude\": 174.92445,\n            \"latitude\": -37.03128,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 83,\n            \"name\": \"Cologix DAL2\",\n            \"address\": {\n                \"street\": \"1950 North Stemmons Freeway\",\n                \"suburb\": null,\n                \"city\": \"Dallas\",\n                \"state\": \"TX\",\n                \"postcode\": \"75207\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 19,\n                \"name\": \"Cologix\"\n            },\n            \"metro\": \"Dallas\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -96.8195,\n            \"latitude\": 32.8003,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": null,\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                },\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 84,\n            \"name\": \"DataBank Ashburn IAD1\",\n            \"address\": {\n                \"street\": \"21635 Red Rum Drive\",\n                \"suburb\": null,\n                \"city\": \"Ashburn\",\n                \"state\": \"VA\",\n                \"postcode\": \"20147\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 58,\n                \"name\": \"DataBank\"\n            },\n            \"metro\": \"Ashburn\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -77.48172,\n            \"latitude\": 39.01548,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 85,\n            \"name\": \"Equinix AM1\",\n            \"address\": {\n                \"street\": \"Luttenbergweg 4\",\n                \"suburb\": null,\n                \"city\": \"Amsterdam\",\n                \"state\": null,\n                \"postcode\": \"1101 EC\",\n                \"country\": \"Netherlands\"\n            },\n            \"dataCentre\": {\n                \"id\": 5,\n                \"name\": \"Equinix\"\n            },\n            \"metro\": \"Amsterdam\",\n            \"market\": \"NL\",\n            \"status\": \"Active\",\n            \"longitude\": 4.943306,\n            \"latitude\": 52.300076,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000,\n                        25000,\n                        50000,\n                        100000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 86,\n            \"name\": \"Global Switch Amsterdam\",\n            \"address\": {\n                \"street\": \"Johan Huizingalaan 759\",\n                \"suburb\": null,\n                \"city\": \"Amsterdam\",\n                \"state\": null,\n                \"postcode\": \"1066 VH\",\n                \"country\": \"Netherlands\"\n            },\n            \"dataCentre\": {\n                \"id\": 6,\n                \"name\": \"Global Switch\"\n            },\n            \"metro\": \"Amsterdam\",\n            \"market\": \"NL\",\n            \"status\": \"Active\",\n            \"longitude\": 4.828712,\n            \"latitude\": 52.343983,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 87,\n            \"name\": \"Equinix AM5\",\n            \"address\": {\n                \"street\": \"Schepenbergweg 42\",\n                \"suburb\": null,\n                \"city\": \"Amsterdam\",\n                \"state\": null,\n                \"postcode\": \"1105 AT\",\n                \"country\": \"Netherlands\"\n            },\n            \"dataCentre\": {\n                \"id\": 5,\n                \"name\": \"Equinix\"\n            },\n            \"metro\": \"Amsterdam\",\n            \"market\": \"NL\",\n            \"status\": \"Active\",\n            \"longitude\": 4.945391,\n            \"latitude\": 52.293648,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000,\n                        25000,\n                        50000,\n                        100000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 88,\n            \"name\": \"Global Switch London East\",\n            \"address\": {\n                \"street\": \"3 Nutmeg Lane\",\n                \"suburb\": null,\n                \"city\": \"London\",\n                \"state\": null,\n                \"postcode\": \"E14 SAX\",\n                \"country\": \"United Kingdom\"\n            },\n            \"dataCentre\": {\n                \"id\": 6,\n                \"name\": \"Global Switch\"\n            },\n            \"metro\": \"London\",\n            \"market\": \"UK\",\n            \"status\": \"Active\",\n            \"longitude\": -0.003494,\n            \"latitude\": 51.510986,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 89,\n            \"name\": \"Digital Realty London LHR20\",\n            \"address\": {\n                \"street\": \"227 Marsh Wall\",\n                \"suburb\": null,\n                \"city\": \"London\",\n                \"state\": null,\n                \"postcode\": \"E14 9SD\",\n                \"country\": \"United Kingdom\"\n            },\n            \"dataCentre\": {\n                \"id\": 3,\n                \"name\": \"Digital Realty\"\n            },\n            \"metro\": \"London\",\n            \"market\": \"UK\",\n            \"status\": \"Active\",\n            \"longitude\": -0.012144,\n            \"latitude\": 51.499714,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000,\n                        25000,\n                        50000,\n                        100000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 90,\n            \"name\": \"Equinix LD5\",\n            \"address\": {\n                \"street\": \"8 Buckingham Avenue\",\n                \"suburb\": null,\n                \"city\": \"London\",\n                \"state\": null,\n                \"postcode\": \"SL1 4AX\",\n                \"country\": \"United Kingdom\"\n            },\n            \"dataCentre\": {\n                \"id\": 5,\n                \"name\": \"Equinix\"\n            },\n            \"metro\": \"London\",\n            \"market\": \"UK\",\n            \"status\": \"Active\",\n            \"longitude\": -0.628975,\n            \"latitude\": 51.522484,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 91,\n            \"name\": \"Digital Realty Interxion LON2\",\n            \"address\": {\n                \"street\": \"11 Hanbury Street\",\n                \"suburb\": null,\n                \"city\": \"London\",\n                \"state\": null,\n                \"postcode\": \"E1 6QR\",\n                \"country\": \"United Kingdom\"\n            },\n            \"dataCentre\": {\n                \"id\": 9,\n                \"name\": \"Interxion\"\n            },\n            \"metro\": \"London\",\n            \"market\": \"UK\",\n            \"status\": \"Active\",\n            \"longitude\": -0.073777,\n            \"latitude\": 51.520397,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 92,\n            \"name\": \"Digital Realty Interxion AMS8\",\n            \"address\": {\n                \"street\": \"Pudongweg 37\",\n                \"suburb\": null,\n                \"city\": \"Rozenburg\",\n                \"state\": null,\n                \"postcode\": \"1437 EM\",\n                \"country\": \"Netherlands\"\n            },\n            \"dataCentre\": {\n                \"id\": 9,\n                \"name\": \"Interxion\"\n            },\n            \"metro\": \"Amsterdam\",\n            \"market\": \"NL\",\n            \"status\": \"Active\",\n            \"longitude\": 4.743038,\n            \"latitude\": 52.27572,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 93,\n            \"name\": \"Cologix TOR2\",\n            \"address\": {\n                \"street\": \"905 King Street West\",\n                \"suburb\": null,\n                \"city\": \"Toronto\",\n                \"state\": \"ON\",\n                \"postcode\": \"M6K 3G9\",\n                \"country\": \"Canada\"\n            },\n            \"dataCentre\": {\n                \"id\": 19,\n                \"name\": \"Cologix\"\n            },\n            \"metro\": \"Toronto\",\n            \"market\": \"CA\",\n            \"status\": \"Active\",\n            \"longitude\": -79.412285,\n            \"latitude\": 43.641853,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 94,\n            \"name\": \"Equinix DB1\",\n            \"address\": {\n                \"street\": \"Citywest Unit 4027 Kingswood Road\",\n                \"suburb\": \"Citywest Business Campus\",\n                \"city\": \"Dublin\",\n                \"state\": null,\n                \"postcode\": \"24\",\n                \"country\": \"Ireland\"\n            },\n            \"dataCentre\": {\n                \"id\": 5,\n                \"name\": \"Equinix\"\n            },\n            \"metro\": \"Dublin\",\n            \"market\": \"IE\",\n            \"status\": \"Active\",\n            \"longitude\": -6.418986,\n            \"latitude\": 53.296303,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 95,\n            \"name\": \"Equinix SK1\",\n            \"address\": {\n                \"street\": \"Mariehallsvägen 36\",\n                \"suburb\": \"Bromma\",\n                \"city\": \"Stockholm\",\n                \"state\": null,\n                \"postcode\": \"168 65\",\n                \"country\": \"Sweden\"\n            },\n            \"dataCentre\": {\n                \"id\": 5,\n                \"name\": \"Equinix\"\n            },\n            \"metro\": \"Stockholm\",\n            \"market\": \"SE\",\n            \"status\": \"Active\",\n            \"longitude\": 17.955587,\n            \"latitude\": 59.362698,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 96,\n            \"name\": \"Digital Realty Dublin DUB2\",\n            \"address\": {\n                \"street\": \"Unit 24 Hume Ave\",\n                \"suburb\": \"Park West Business Park\",\n                \"city\": \"Dublin\",\n                \"state\": null,\n                \"postcode\": \"12\",\n                \"country\": \"Ireland\"\n            },\n            \"dataCentre\": {\n                \"id\": 9,\n                \"name\": \"Interxion\"\n            },\n            \"metro\": \"Dublin\",\n            \"market\": \"IE\",\n            \"status\": \"Active\",\n            \"longitude\": -6.365538,\n            \"latitude\": 53.33425,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 97,\n            \"name\": \"EdgeConneX Portland\",\n            \"address\": {\n                \"street\": \"6327 NE Evergreen Pkwy\",\n                \"suburb\": \"Portland\",\n                \"city\": \"Hillsboro\",\n                \"state\": \"OR\",\n                \"postcode\": \"97124\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 10,\n                \"name\": \"EdgeConneX\"\n            },\n            \"metro\": \"Portland\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -122.9149,\n            \"latitude\": 45.55132,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 98,\n            \"name\": \"Digital Realty Interxion STO5\",\n            \"address\": {\n                \"street\": \"Vandagatan 7\",\n                \"suburb\": \"Kista\",\n                \"city\": \"Stockholm\",\n                \"state\": null,\n                \"postcode\": \"164 74\",\n                \"country\": \"Sweden\"\n            },\n            \"dataCentre\": {\n                \"id\": 9,\n                \"name\": \"Interxion\"\n            },\n            \"metro\": \"Stockholm\",\n            \"market\": \"SE\",\n            \"status\": \"Active\",\n            \"longitude\": 17.917511,\n            \"latitude\": 59.421867,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 99,\n            \"name\": \"Telia Stockholm\",\n            \"address\": {\n                \"street\": \"Trenkantsvagen 7\",\n                \"suburb\": \"Lijlejholmen\",\n                \"city\": \"Stockholm\",\n                \"state\": null,\n                \"postcode\": \"117 43\",\n                \"country\": \"Sweden\"\n            },\n            \"dataCentre\": {\n                \"id\": 36,\n                \"name\": \"Telia\"\n            },\n            \"metro\": \"Stockholm\",\n            \"market\": \"SE\",\n            \"status\": \"Active\",\n            \"longitude\": 18.022821,\n            \"latitude\": 59.313286,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 100,\n            \"name\": \"Switch Las Vegas (The Core)\",\n            \"address\": {\n                \"street\": \"7135 S Decatur Boulevard\",\n                \"suburb\": null,\n                \"city\": \"Las Vegas\",\n                \"state\": \"NV\",\n                \"postcode\": \"89118\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 37,\n                \"name\": \"Switch\"\n            },\n            \"metro\": \"Las Vegas\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -115.2102,\n            \"latitude\": 36.059914,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 101,\n            \"name\": \"CyrusOne Lewisville\",\n            \"address\": {\n                \"street\": \"2501 South State Highway\",\n                \"suburb\": \"Lewisville\",\n                \"city\": \"Dallas\",\n                \"state\": \"TX\",\n                \"postcode\": \"75067\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 2,\n                \"name\": \"CyrusOne\"\n            },\n            \"metro\": \"Dallas\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -96.99737,\n            \"latitude\": 32.999775,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 102,\n            \"name\": \"CyrusOne Carrollton\",\n            \"address\": {\n                \"street\": \"1649 West Frankford Road\",\n                \"suburb\": \"Carrollton\",\n                \"city\": \"Dallas\",\n                \"state\": \"TX\",\n                \"postcode\": \"75007\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 2,\n                \"name\": \"CyrusOne\"\n            },\n            \"metro\": \"Dallas\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -96.930466,\n            \"latitude\": 32.99193,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 109,\n            \"name\": \"Vocus 1 William\",\n            \"address\": {\n                \"street\": \"1 William st\",\n                \"suburb\": \"Perth\",\n                \"city\": \"Perth\",\n                \"state\": \"WA\",\n                \"postcode\": \"6000\",\n                \"country\": \"Australia\"\n            },\n            \"dataCentre\": {\n                \"id\": 13,\n                \"name\": \"Vocus\"\n            },\n            \"metro\": \"Perth\",\n            \"market\": \"AU\",\n            \"status\": \"Active\",\n            \"longitude\": 115.8555,\n            \"latitude\": -31.9556,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 111,\n            \"name\": \"Chorus Mayoral Drive\",\n            \"address\": {\n                \"street\": \"31 Airedale Street\",\n                \"suburb\": \"Auckland\",\n                \"city\": \"Auckland\",\n                \"state\": null,\n                \"postcode\": \"1010\",\n                \"country\": \"New Zealand\"\n            },\n            \"dataCentre\": {\n                \"id\": 99,\n                \"name\": \"Chorus\"\n            },\n            \"metro\": \"Auckland\",\n            \"market\": \"NZ\",\n            \"status\": \"Active\",\n            \"longitude\": 174.764,\n            \"latitude\": -36.8543,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 116,\n            \"name\": \"Digital Realty Atlanta ATL13 (ATL1)\",\n            \"address\": {\n                \"street\": \"56 Marietta Street\",\n                \"suburb\": null,\n                \"city\": \"Atlanta\",\n                \"state\": \"GA\",\n                \"postcode\": \"30303\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 3,\n                \"name\": \"Digital Realty\"\n            },\n            \"metro\": \"Atlanta\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -84.3915,\n            \"latitude\": 33.75541,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000,\n                        25000,\n                        50000,\n                        100000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 117,\n            \"name\": \"Digital Realty New York EWR21 (NJR3)\",\n            \"address\": {\n                \"street\": \"2 Peekay Drive\",\n                \"suburb\": null,\n                \"city\": \"Clifton\",\n                \"state\": \"NJ\",\n                \"postcode\": \"07014\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 3,\n                \"name\": \"Digital Realty\"\n            },\n            \"metro\": \"New York\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -74.1243,\n            \"latitude\": 40.8314,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 119,\n            \"name\": \"Speedbone Berlin\",\n            \"address\": {\n                \"street\": \"Alboinstraße 36-42\",\n                \"suburb\": null,\n                \"city\": \"Berlin\",\n                \"state\": null,\n                \"postcode\": \"12103\",\n                \"country\": \"Germany\"\n            },\n            \"dataCentre\": {\n                \"id\": 82,\n                \"name\": \"Speedbone\"\n            },\n            \"metro\": \"Berlin\",\n            \"market\": \"DE\",\n            \"status\": \"Active\",\n            \"longitude\": 13.370104,\n            \"latitude\": 52.46579,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 120,\n            \"name\": \"Level(3) Berlin\",\n            \"address\": {\n                \"street\": \"Gradestraße 60\",\n                \"suburb\": null,\n                \"city\": \"Berlin\",\n                \"state\": null,\n                \"postcode\": \"12347\",\n                \"country\": \"Germany\"\n            },\n            \"dataCentre\": {\n                \"id\": 17,\n                \"name\": \"Level(3)\"\n            },\n            \"metro\": \"Berlin\",\n            \"market\": \"DE\",\n            \"status\": \"Active\",\n            \"longitude\": 13.42876,\n            \"latitude\": 52.45275,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 121,\n            \"name\": \"I/P/B Kitzingstraße\",\n            \"address\": {\n                \"street\": \"Kitzingstraße 15-19\",\n                \"suburb\": null,\n                \"city\": \"Berlin\",\n                \"state\": null,\n                \"postcode\": \"12277\",\n                \"country\": \"Germany\"\n            },\n            \"dataCentre\": {\n                \"id\": 81,\n                \"name\": \"I/P/B\"\n            },\n            \"metro\": \"Berlin\",\n            \"market\": \"DE\",\n            \"status\": \"Active\",\n            \"longitude\": 13.37386,\n            \"latitude\": 52.43269,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 122,\n            \"name\": \"I/P/B Lützowstraße\",\n            \"address\": {\n                \"street\": \"Lützowstraße 105\",\n                \"suburb\": null,\n                \"city\": \"Berlin\",\n                \"state\": null,\n                \"postcode\": \"10785\",\n                \"country\": \"Germany\"\n            },\n            \"dataCentre\": {\n                \"id\": 81,\n                \"name\": \"I/P/B\"\n            },\n            \"metro\": \"Berlin\",\n            \"market\": \"DE\",\n            \"status\": \"Active\",\n            \"longitude\": 13.36934,\n            \"latitude\": 52.50202,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                },\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 123,\n            \"name\": \"eShelter Berlin\",\n            \"address\": {\n                \"street\": \"Nonnendammallee 22\",\n                \"suburb\": null,\n                \"city\": \"Berlin\",\n                \"state\": null,\n                \"postcode\": \"13599\",\n                \"country\": \"Germany\"\n            },\n            \"dataCentre\": {\n                \"id\": 80,\n                \"name\": \"eShelter\"\n            },\n            \"metro\": \"Berlin\",\n            \"market\": \"DE\",\n            \"status\": \"Active\",\n            \"longitude\": 13.238802,\n            \"latitude\": 52.537315,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 124,\n            \"name\": \"IPHH Hamburg\",\n            \"address\": {\n                \"street\": \"Wendenstraße 408\",\n                \"suburb\": null,\n                \"city\": \"Hamburg\",\n                \"state\": null,\n                \"postcode\": \"20537\",\n                \"country\": \"Germany\"\n            },\n            \"dataCentre\": {\n                \"id\": 79,\n                \"name\": \"IPHH\"\n            },\n            \"metro\": \"Hamburg\",\n            \"market\": \"DE\",\n            \"status\": \"Active\",\n            \"longitude\": 10.04809,\n            \"latitude\": 53.5499,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 125,\n            \"name\": \"Level(3) Hamburg\",\n            \"address\": {\n                \"street\": \"Suederstraße 198\",\n                \"suburb\": null,\n                \"city\": \"Hamburg\",\n                \"state\": null,\n                \"postcode\": \"20537\",\n                \"country\": \"Germany\"\n            },\n            \"dataCentre\": {\n                \"id\": 17,\n                \"name\": \"Level(3)\"\n            },\n            \"metro\": \"Hamburg\",\n            \"market\": \"DE\",\n            \"status\": \"Active\",\n            \"longitude\": 10.043328,\n            \"latitude\": 53.547844,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 126,\n            \"name\": \"Global Connect\",\n            \"address\": {\n                \"street\": \"Wendenstraße 379\",\n                \"suburb\": null,\n                \"city\": \"Hamburg\",\n                \"state\": null,\n                \"postcode\": \"20537\",\n                \"country\": \"Germany\"\n            },\n            \"dataCentre\": {\n                \"id\": 125,\n                \"name\": \"Global Connect\"\n            },\n            \"metro\": \"Hamburg\",\n            \"market\": \"DE\",\n            \"status\": \"Active\",\n            \"longitude\": 10.046769,\n            \"latitude\": 53.55097,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 127,\n            \"name\": \"Digital Realty Interxion DUS1 CPR1\",\n            \"address\": {\n                \"street\": \"In der Steele 29\",\n                \"suburb\": null,\n                \"city\": \"Dusseldorf\",\n                \"state\": null,\n                \"postcode\": \"40599\",\n                \"country\": \"Germany\"\n            },\n            \"dataCentre\": {\n                \"id\": 9,\n                \"name\": \"Interxion\"\n            },\n            \"metro\": \"Dusseldorf\",\n            \"market\": \"DE\",\n            \"status\": \"Active\",\n            \"longitude\": 6.86722,\n            \"latitude\": 51.18827,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 128,\n            \"name\": \"Equinix DU1\",\n            \"address\": {\n                \"street\": \"Albertstraße 27\",\n                \"suburb\": null,\n                \"city\": \"Dusseldorf\",\n                \"state\": null,\n                \"postcode\": \"40233\",\n                \"country\": \"Germany\"\n            },\n            \"dataCentre\": {\n                \"id\": 5,\n                \"name\": \"Equinix\"\n            },\n            \"metro\": \"Dusseldorf\",\n            \"market\": \"DE\",\n            \"status\": \"Active\",\n            \"longitude\": 6.807013,\n            \"latitude\": 51.21981,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 129,\n            \"name\": \"MyLoc Düsseldorf\",\n            \"address\": {\n                \"street\": \"Am Gatherhof 44\",\n                \"suburb\": null,\n                \"city\": \"Dusseldorf\",\n                \"state\": null,\n                \"postcode\": \"40472\",\n                \"country\": \"Germany\"\n            },\n            \"dataCentre\": {\n                \"id\": 77,\n                \"name\": \"MyLoc\"\n            },\n            \"metro\": \"Dusseldorf\",\n            \"market\": \"DE\",\n            \"status\": \"Active\",\n            \"longitude\": 6.817657,\n            \"latitude\": 51.267277,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 130,\n            \"name\": \"Digital Realty Interxion FRA13\",\n            \"address\": {\n                \"street\": \"Weismüllerstraße 42\",\n                \"suburb\": null,\n                \"city\": \"Frankfurt\",\n                \"state\": null,\n                \"postcode\": \"60314\",\n                \"country\": \"Germany\"\n            },\n            \"dataCentre\": {\n                \"id\": 9,\n                \"name\": \"Interxion\"\n            },\n            \"metro\": \"Frankfurt\",\n            \"market\": \"DE\",\n            \"status\": \"Active\",\n            \"longitude\": 8.734743,\n            \"latitude\": 50.118702,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000,\n                        25000,\n                        50000,\n                        100000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 131,\n            \"name\": \"Equinix FR5\",\n            \"address\": {\n                \"street\": \"Kleyerstraße 90\",\n                \"suburb\": null,\n                \"city\": \"Frankfurt\",\n                \"state\": null,\n                \"postcode\": \"60326\",\n                \"country\": \"Germany\"\n            },\n            \"dataCentre\": {\n                \"id\": 5,\n                \"name\": \"Equinix\"\n            },\n            \"metro\": \"Frankfurt\",\n            \"market\": \"DE\",\n            \"status\": \"Active\",\n            \"longitude\": 8.63226,\n            \"latitude\": 50.09867,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000,\n                        25000,\n                        50000,\n                        100000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 133,\n            \"name\": \"Equinix MU1\",\n            \"address\": {\n                \"street\": \"Seidlstraße 3\",\n                \"suburb\": null,\n                \"city\": \"Munich\",\n                \"state\": null,\n                \"postcode\": \"80335\",\n                \"country\": \"Germany\"\n            },\n            \"dataCentre\": {\n                \"id\": 5,\n                \"name\": \"Equinix\"\n            },\n            \"metro\": \"Munich\",\n            \"market\": \"DE\",\n            \"status\": \"Active\",\n            \"longitude\": 11.555961,\n            \"latitude\": 48.142506,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 134,\n            \"name\": \"EdgeConneX Munich\",\n            \"address\": {\n                \"street\": \"Landsbergerstraße 155\",\n                \"suburb\": null,\n                \"city\": \"Munich\",\n                \"state\": null,\n                \"postcode\": \"80687\",\n                \"country\": \"Germany\"\n            },\n            \"dataCentre\": {\n                \"id\": 10,\n                \"name\": \"EdgeConneX\"\n            },\n            \"metro\": \"Munich\",\n            \"market\": \"DE\",\n            \"status\": \"Active\",\n            \"longitude\": 11.526173,\n            \"latitude\": 48.13986,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 136,\n            \"name\": \"TelePoint Sofia\",\n            \"address\": {\n                \"street\": \"122 Ovche Pole\",\n                \"suburb\": null,\n                \"city\": \"Sofia\",\n                \"state\": null,\n                \"postcode\": \"1303\",\n                \"country\": \"Bulgaria\"\n            },\n            \"dataCentre\": {\n                \"id\": 74,\n                \"name\": \"Telepoint\"\n            },\n            \"metro\": \"Sofia\",\n            \"market\": \"BG\",\n            \"status\": \"Active\",\n            \"longitude\": 23.312614,\n            \"latitude\": 42.70039,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 137,\n            \"name\": \"Equinix SO1\",\n            \"address\": {\n                \"street\": \"10 5030 Street\",\n                \"suburb\": null,\n                \"city\": \"Sofia\",\n                \"state\": null,\n                \"postcode\": \"1592\",\n                \"country\": \"Bulgaria\"\n            },\n            \"dataCentre\": {\n                \"id\": 5,\n                \"name\": \"Equinix\"\n            },\n            \"metro\": \"Sofia\",\n            \"market\": \"BG\",\n            \"status\": \"Active\",\n            \"longitude\": 23.394033,\n            \"latitude\": 42.66905,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 140,\n            \"name\": \"Digital Realty Northern Virginia IAD38 (ASH1)\",\n            \"address\": {\n                \"street\": \"44100 Digital Loudoun Plaza\",\n                \"suburb\": null,\n                \"city\": \"Ashburn\",\n                \"state\": \"VA\",\n                \"postcode\": \"20147\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 3,\n                \"name\": \"Digital Realty\"\n            },\n            \"metro\": \"Ashburn\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -77.47741,\n            \"latitude\": 39.00114,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 141,\n            \"name\": \"Digital Realty Silicon Valley SFO12 (SFR2)\",\n            \"address\": {\n                \"street\": \"365 Main Street\",\n                \"suburb\": null,\n                \"city\": \"San Francisco\",\n                \"state\": \"CA\",\n                \"postcode\": \"94105\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 3,\n                \"name\": \"Digital Realty\"\n            },\n            \"metro\": \"Bay Area\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -122.3905,\n            \"latitude\": 37.78865,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 143,\n            \"name\": \"Fujitsu Noble Park\",\n            \"address\": {\n                \"street\": \"5 Summit Rd\",\n                \"suburb\": \"Noble Park\",\n                \"city\": \"Melbourne\",\n                \"state\": \"VIC\",\n                \"postcode\": \"3174\",\n                \"country\": \"Australia\"\n            },\n            \"dataCentre\": {\n                \"id\": 11,\n                \"name\": \"Fujitsu\"\n            },\n            \"metro\": \"Melbourne\",\n            \"market\": \"AU\",\n            \"status\": \"Active\",\n            \"longitude\": 145.185,\n            \"latitude\": -37.9482,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 144,\n            \"name\": \"iSeek Eagle Farm\",\n            \"address\": {\n                \"street\": \"2 Cycas Lane\",\n                \"suburb\": \"Eagle Farm\",\n                \"city\": \"Brisbane\",\n                \"state\": \"QLD\",\n                \"postcode\": \"4006\",\n                \"country\": \"Australia\"\n            },\n            \"dataCentre\": {\n                \"id\": 38,\n                \"name\": \"iSeek\"\n            },\n            \"metro\": \"Brisbane\",\n            \"market\": \"AU\",\n            \"status\": \"Active\",\n            \"longitude\": 153.09189,\n            \"latitude\": -27.415985,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 145,\n            \"name\": \"Macquarie IC1\",\n            \"address\": {\n                \"street\": \"477 Pitt Street\",\n                \"suburb\": \"Sydney\",\n                \"city\": \"Sydney\",\n                \"state\": \"NSW\",\n                \"postcode\": \"2000\",\n                \"country\": \"Australia\"\n            },\n            \"dataCentre\": {\n                \"id\": 30,\n                \"name\": \"Macquarie Telecom\"\n            },\n            \"metro\": \"Sydney\",\n            \"market\": \"AU\",\n            \"status\": \"Active\",\n            \"longitude\": 151.20613,\n            \"latitude\": -33.88056,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 146,\n            \"name\": \"Westin Building\",\n            \"address\": {\n                \"street\": \"2001 6th Avenue\",\n                \"suburb\": null,\n                \"city\": \"Seattle\",\n                \"state\": \"WA\",\n                \"postcode\": \"98121\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 39,\n                \"name\": \"Westin Building Exchange\"\n            },\n            \"metro\": \"Seattle\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -122.339,\n            \"latitude\": 47.6144,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 147,\n            \"name\": \"CyrusOne Chandler\",\n            \"address\": {\n                \"street\": \"2335 South Ellis Road\",\n                \"suburb\": \"Chandler\",\n                \"city\": \"Phoenix\",\n                \"state\": \"AZ\",\n                \"postcode\": \"85286\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 2,\n                \"name\": \"CyrusOne\"\n            },\n            \"metro\": \"Phoenix\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -111.8821,\n            \"latitude\": 33.270447,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 148,\n            \"name\": \"DataBank Houston HOU2\",\n            \"address\": {\n                \"street\": \"5170 Westway Park Blvd\",\n                \"suburb\": null,\n                \"city\": \"Houston\",\n                \"state\": \"TX\",\n                \"postcode\": \"77041\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 58,\n                \"name\": \"DataBank\"\n            },\n            \"metro\": \"Houston\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -95.56075,\n            \"latitude\": 29.843832,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 149,\n            \"name\": \"CyrusOne Cincinnati\",\n            \"address\": {\n                \"street\": \"229 West Seventh Street\",\n                \"suburb\": null,\n                \"city\": \"Cincinnati\",\n                \"state\": \"OH\",\n                \"postcode\": \"45202\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 2,\n                \"name\": \"CyrusOne\"\n            },\n            \"metro\": \"Cincinnati\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -84.51772,\n            \"latitude\": 39.10304,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 150,\n            \"name\": \"CyrusOne Norwalk\",\n            \"address\": {\n                \"street\": \"6 Norden Place\",\n                \"suburb\": null,\n                \"city\": \"Norwalk\",\n                \"state\": \"CT\",\n                \"postcode\": \"06855\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 2,\n                \"name\": \"CyrusOne\"\n            },\n            \"metro\": \"Norwalk\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -73.39155,\n            \"latitude\": 41.111572,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 151,\n            \"name\": \"CyrusOne Totowa\",\n            \"address\": {\n                \"street\": \"50 Madison Road\",\n                \"suburb\": null,\n                \"city\": \"Totowa\",\n                \"state\": \"NJ\",\n                \"postcode\": \"07512\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 2,\n                \"name\": \"CyrusOne\"\n            },\n            \"metro\": \"New York\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -74.24221,\n            \"latitude\": 40.9072,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 152,\n            \"name\": \"CyrusOne/CME Chicago\",\n            \"address\": {\n                \"street\": \"2905 Diehl Road\",\n                \"suburb\": null,\n                \"city\": \"Aurora\",\n                \"state\": \"IL\",\n                \"postcode\": \"60502\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 2,\n                \"name\": \"CyrusOne\"\n            },\n            \"metro\": \"Chicago\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -88.245155,\n            \"latitude\": 41.79759,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 153,\n            \"name\": \"CyrusOne Austin Met II\",\n            \"address\": {\n                \"street\": \"7301 Metropolis Drive\",\n                \"suburb\": null,\n                \"city\": \"Austin\",\n                \"state\": \"TX\",\n                \"postcode\": \"78744\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 2,\n                \"name\": \"CyrusOne\"\n            },\n            \"metro\": \"Austin\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -97.69791,\n            \"latitude\": 30.205925,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 154,\n            \"name\": \"CyrusOne Sterling\",\n            \"address\": {\n                \"street\": \"21111 Ridgetop Circle\",\n                \"suburb\": null,\n                \"city\": \"Sterling\",\n                \"state\": \"VA\",\n                \"postcode\": \"20166\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 2,\n                \"name\": \"CyrusOne\"\n            },\n            \"metro\": \"Ashburn\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -77.41381,\n            \"latitude\": 39.025826,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 155,\n            \"name\": \"Racks Central\",\n            \"address\": {\n                \"street\": \"23 Tai Seng Drive\",\n                \"suburb\": null,\n                \"city\": \"Singapore\",\n                \"state\": null,\n                \"postcode\": \"535224\",\n                \"country\": \"Singapore\"\n            },\n            \"dataCentre\": {\n                \"id\": 40,\n                \"name\": \"Racks Central\"\n            },\n            \"metro\": \"Singapore\",\n            \"market\": \"SG\",\n            \"status\": \"Active\",\n            \"longitude\": 103.892,\n            \"latitude\": 1.337,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": null,\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                },\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 156,\n            \"name\": \"Digital Realty Dallas DFW28 (DAL3)\",\n            \"address\": {\n                \"street\": \"850 E Collins Boulevard\",\n                \"suburb\": \"Richardson\",\n                \"city\": \"Dallas\",\n                \"state\": \"TX\",\n                \"postcode\": \"75081\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 3,\n                \"name\": \"Digital Realty\"\n            },\n            \"metro\": \"Dallas\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -96.7137,\n            \"latitude\": 32.9672,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 158,\n            \"name\": \"365 Data Centers Bridgewater\",\n            \"address\": {\n                \"street\": \"999 Frontier Road\",\n                \"suburb\": null,\n                \"city\": \"Bridgewater\",\n                \"state\": \"NJ\",\n                \"postcode\": \"08807\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 209,\n                \"name\": \"365 Data Centers\"\n            },\n            \"metro\": \"New York\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -74.57364,\n            \"latitude\": 40.581543,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 163,\n            \"name\": \"Vantage Data Centers: Montreal 1 Campus(Formerly 4Degrees)\",\n            \"address\": {\n                \"street\": \"2900 Avenue Marie Curie\",\n                \"suburb\": \"Saint-Laurent\",\n                \"city\": \"Montreal\",\n                \"state\": \"QC\",\n                \"postcode\": \"H4S 2C2\",\n                \"country\": \"Canada\"\n            },\n            \"dataCentre\": {\n                \"id\": 113,\n                \"name\": \"Vantage Data Centers\"\n            },\n            \"metro\": \"Montreal\",\n            \"market\": \"CA\",\n            \"status\": \"Active\",\n            \"longitude\": -73.755165,\n            \"latitude\": 45.48622,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 164,\n            \"name\": \"Vantage Data Centers: Quebec City Campus (Formerly 4Degrees)\",\n            \"address\": {\n                \"street\": \"2675 boul. Parc Technologique\",\n                \"suburb\": \"Quebec\",\n                \"city\": \"Quebec City\",\n                \"state\": \"QC\",\n                \"postcode\": \"G1P 4S5\",\n                \"country\": \"Canada\"\n            },\n            \"dataCentre\": {\n                \"id\": 113,\n                \"name\": \"Vantage Data Centers\"\n            },\n            \"metro\": \"Quebec City\",\n            \"market\": \"CA\",\n            \"status\": \"Active\",\n            \"longitude\": -71.30675,\n            \"latitude\": 46.79645,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 226,\n            \"name\": \"Equinix AT1\",\n            \"address\": {\n                \"street\": \"2nd Floor 180 Peachtree Street\",\n                \"suburb\": null,\n                \"city\": \"Atlanta\",\n                \"state\": \"GA\",\n                \"postcode\": \"30303\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 5,\n                \"name\": \"Equinix\"\n            },\n            \"metro\": \"Atlanta\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -84.38787,\n            \"latitude\": 33.758568,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000,\n                        25000,\n                        50000,\n                        100000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 228,\n            \"name\": \"DataBank Houston HOU5\",\n            \"address\": {\n                \"street\": \"4201 Southwest Freeway\",\n                \"suburb\": null,\n                \"city\": \"Houston\",\n                \"state\": \"TX\",\n                \"postcode\": \"77027\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 58,\n                \"name\": \"DataBank\"\n            },\n            \"metro\": \"Houston\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -95.445076,\n            \"latitude\": 29.728119,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 231,\n            \"name\": \"Digital Realty Portland PDX10 (PRT1)\",\n            \"address\": {\n                \"street\": \"3825 N.W. Aloclek Place\",\n                \"suburb\": null,\n                \"city\": \"Hillsboro\",\n                \"state\": \"OR\",\n                \"postcode\": \"97124\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 3,\n                \"name\": \"Digital Realty\"\n            },\n            \"metro\": \"Portland\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -122.89201,\n            \"latitude\": 45.547607,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 234,\n            \"name\": \"Equinix MI1\",\n            \"address\": {\n                \"street\": \"50 NE 9th Street\",\n                \"suburb\": null,\n                \"city\": \"Miami\",\n                \"state\": \"FL\",\n                \"postcode\": \"33132\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 5,\n                \"name\": \"Equinix\"\n            },\n            \"metro\": \"Miami\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -80.19315,\n            \"latitude\": 25.782648,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 235,\n            \"name\": \"Digital Realty Miami MIA10 (MIA1)\",\n            \"address\": {\n                \"street\": \"36 N.E. 2nd Street\",\n                \"suburb\": null,\n                \"city\": \"Miami\",\n                \"state\": \"FL\",\n                \"postcode\": \"33132\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 3,\n                \"name\": \"Digital Realty\"\n            },\n            \"metro\": \"Miami\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -80.192955,\n            \"latitude\": 25.77581,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 236,\n            \"name\": \"Digital Realty Phoenix PHX10 (PHX1)\",\n            \"address\": {\n                \"street\": \"120 E. Van Buren Street\",\n                \"suburb\": null,\n                \"city\": \"Phoenix\",\n                \"state\": \"AZ\",\n                \"postcode\": \"85004\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 3,\n                \"name\": \"Digital Realty\"\n            },\n            \"metro\": \"Phoenix\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -112.071915,\n            \"latitude\": 33.4519,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000,\n                        25000,\n                        50000,\n                        100000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 244,\n            \"name\": \"Markley Boston Level 5\",\n            \"address\": {\n                \"street\": \"5/1 Summer Street\",\n                \"suburb\": null,\n                \"city\": \"Boston\",\n                \"state\": \"MA\",\n                \"postcode\": \"02110\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 43,\n                \"name\": \"Markley Group\"\n            },\n            \"metro\": \"Boston\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -71.060265,\n            \"latitude\": 42.35469,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 245,\n            \"name\": \"HKT SkyExchange (TKOIE)\",\n            \"address\": {\n                \"street\": \"2/F 22 Chun Cheong Street\",\n                \"suburb\": \"Kowloon\",\n                \"city\": \"Hong Kong\",\n                \"state\": null,\n                \"postcode\": null,\n                \"country\": \"Hong Kong\"\n            },\n            \"dataCentre\": {\n                \"id\": 44,\n                \"name\": \"Hong Kong Telecom\"\n            },\n            \"metro\": \"Hong Kong\",\n            \"market\": \"HK\",\n            \"status\": \"Active\",\n            \"longitude\": 114.27399,\n            \"latitude\": 22.287476,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 247,\n            \"name\": \"CyrusOne San Antonio I\",\n            \"address\": {\n                \"street\": \"9999 Westover Hills Boulevard\",\n                \"suburb\": null,\n                \"city\": \"San Antonio\",\n                \"state\": \"TX\",\n                \"postcode\": \"78251\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 2,\n                \"name\": \"CyrusOne\"\n            },\n            \"metro\": \"San Antonio\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -98.68808,\n            \"latitude\": 29.46661,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 255,\n            \"name\": \"Digital Realty Frankfurt FRA28\",\n            \"address\": {\n                \"street\": \"Lyonerstraße 28\",\n                \"suburb\": null,\n                \"city\": \"Frankfurt\",\n                \"state\": null,\n                \"postcode\": \"60528\",\n                \"country\": \"Germany\"\n            },\n            \"dataCentre\": {\n                \"id\": 3,\n                \"name\": \"Digital Realty\"\n            },\n            \"metro\": \"Frankfurt\",\n            \"market\": \"DE\",\n            \"status\": \"Active\",\n            \"longitude\": 8.62337,\n            \"latitude\": 50.08158,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 256,\n            \"name\": \"Telehouse North\",\n            \"address\": {\n                \"street\": \"14 Coriander Avenue\",\n                \"suburb\": null,\n                \"city\": \"London\",\n                \"state\": null,\n                \"postcode\": \"E14 2AA\",\n                \"country\": \"United Kingdom\"\n            },\n            \"dataCentre\": {\n                \"id\": 45,\n                \"name\": \"Telehouse\"\n            },\n            \"metro\": \"London\",\n            \"market\": \"UK\",\n            \"status\": \"Active\",\n            \"longitude\": -0.0029163,\n            \"latitude\": 51.51155,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 257,\n            \"name\": \"NTT Singapore\",\n            \"address\": {\n                \"street\": \"51 Serangoon North Avenue 4\",\n                \"suburb\": null,\n                \"city\": \"Singapore\",\n                \"state\": null,\n                \"postcode\": \"555858\",\n                \"country\": \"Singapore\"\n            },\n            \"dataCentre\": {\n                \"id\": 46,\n                \"name\": \"NTT\"\n            },\n            \"metro\": \"Singapore\",\n            \"market\": \"SG\",\n            \"status\": \"Active\",\n            \"longitude\": 103.87509,\n            \"latitude\": 1.3761185,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 296,\n            \"name\": \"Digital Realty Boston BOS14\",\n            \"address\": {\n                \"street\": \"128 1st Avenue\",\n                \"suburb\": null,\n                \"city\": \"Needham\",\n                \"state\": \"MA\",\n                \"postcode\": \"02494\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 3,\n                \"name\": \"Digital Realty\"\n            },\n            \"metro\": \"Boston\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -71.21903,\n            \"latitude\": 42.301315,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 298,\n            \"name\": \"Digital Realty Amsterdam AMS17\",\n            \"address\": {\n                \"street\": \"Science Park 120\",\n                \"suburb\": null,\n                \"city\": \"Amsterdam\",\n                \"state\": null,\n                \"postcode\": \"1098 XG\",\n                \"country\": \"Netherlands\"\n            },\n            \"dataCentre\": {\n                \"id\": 3,\n                \"name\": \"Digital Realty\"\n            },\n            \"metro\": \"Amsterdam\",\n            \"market\": \"NL\",\n            \"status\": \"Active\",\n            \"longitude\": 4.951609,\n            \"latitude\": 52.356354,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 299,\n            \"name\": \"EdgeConneX Santa Clara\",\n            \"address\": {\n                \"street\": \"1700 Richard Avenue\",\n                \"suburb\": null,\n                \"city\": \"Santa Clara\",\n                \"state\": \"CA\",\n                \"postcode\": \"95051\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 10,\n                \"name\": \"EdgeConneX\"\n            },\n            \"metro\": \"Bay Area\",\n            \"market\": \"US\",\n            \"status\": \"Restricted\",\n            \"longitude\": -121.95887,\n            \"latitude\": 37.364197,\n            \"orderingMessage\": null,\n            \"diversityZones\": {},\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 301,\n            \"name\": \"Markley Boston Level 4\",\n            \"address\": {\n                \"street\": \"4/1 Summer Street\",\n                \"suburb\": null,\n                \"city\": \"Boston\",\n                \"state\": \"MA\",\n                \"postcode\": \"02110\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 43,\n                \"name\": \"Markley Group\"\n            },\n            \"metro\": \"Boston\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -71.0603,\n            \"latitude\": 42.3547,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 305,\n            \"name\": \"YourDC DC2 Hawthorn\",\n            \"address\": {\n                \"street\": \"60 Belair Road\",\n                \"suburb\": \"Hawthorn\",\n                \"city\": \"Adelaide\",\n                \"state\": \"SA\",\n                \"postcode\": \"5062\",\n                \"country\": \"Australia\"\n            },\n            \"dataCentre\": {\n                \"id\": 47,\n                \"name\": \"YourDC\"\n            },\n            \"metro\": \"Adelaide\",\n            \"market\": \"AU\",\n            \"status\": \"Active\",\n            \"longitude\": 138.6084,\n            \"latitude\": -34.9685,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 308,\n            \"name\": \"Spark Data Centre\",\n            \"address\": {\n                \"street\": \"Corner Alexander Road and George Daniel Drive\",\n                \"suburb\": \"Trentham\",\n                \"city\": \"Wellington\",\n                \"state\": null,\n                \"postcode\": \"5018\",\n                \"country\": \"New Zealand\"\n            },\n            \"dataCentre\": {\n                \"id\": 34,\n                \"name\": \"Spark\"\n            },\n            \"metro\": \"Wellington\",\n            \"market\": \"NZ\",\n            \"status\": \"Active\",\n            \"longitude\": 175.04898,\n            \"latitude\": -41.141403,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 310,\n            \"name\": \"The Data Centre 220 Queen, Lvl 2\",\n            \"address\": {\n                \"street\": \"Level 2, 220 Queen Street\",\n                \"suburb\": \"Auckland\",\n                \"city\": \"Auckland\",\n                \"state\": null,\n                \"postcode\": \"1010\",\n                \"country\": \"New Zealand\"\n            },\n            \"dataCentre\": {\n                \"id\": 25,\n                \"name\": \"Data Centre Limited\"\n            },\n            \"metro\": \"Auckland\",\n            \"market\": \"NZ\",\n            \"status\": \"Active\",\n            \"longitude\": 174.765,\n            \"latitude\": -36.8493,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 315,\n            \"name\": \"QTS Santa Clara\",\n            \"address\": {\n                \"street\": \"2807 Mission College Boulevard\",\n                \"suburb\": null,\n                \"city\": \"Santa Clara\",\n                \"state\": \"CA\",\n                \"postcode\": \"95054\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 14,\n                \"name\": \"QTS\"\n            },\n            \"metro\": \"Bay Area\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -121.97828,\n            \"latitude\": 37.39403,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 316,\n            \"name\": \"QTS Richmond\",\n            \"address\": {\n                \"street\": \"6000 Technology Boulevard\",\n                \"suburb\": null,\n                \"city\": \"Sandston\",\n                \"state\": \"VA\",\n                \"postcode\": \"23150\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 14,\n                \"name\": \"QTS\"\n            },\n            \"metro\": \"Ashburn\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -77.24418,\n            \"latitude\": 37.48807,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 317,\n            \"name\": \"QTS Atlanta\",\n            \"address\": {\n                \"street\": \"1033 Jefferson Street NW\",\n                \"suburb\": null,\n                \"city\": \"Atlanta\",\n                \"state\": \"GA\",\n                \"postcode\": \"30318\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 14,\n                \"name\": \"QTS\"\n            },\n            \"metro\": \"Atlanta\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -84.421074,\n            \"latitude\": 33.777657,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 318,\n            \"name\": \"QTS Dallas\",\n            \"address\": {\n                \"street\": \"6431 Longhorn Drive\",\n                \"suburb\": null,\n                \"city\": \"Irving\",\n                \"state\": \"TX\",\n                \"postcode\": \"75063\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 14,\n                \"name\": \"QTS\"\n            },\n            \"metro\": \"Dallas\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -96.98274,\n            \"latitude\": 32.896736,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 319,\n            \"name\": \"QTS Chicago\",\n            \"address\": {\n                \"street\": \"2800 S. Ashland Avenue\",\n                \"suburb\": null,\n                \"city\": \"Chicago\",\n                \"state\": \"IL\",\n                \"postcode\": \"60608\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 14,\n                \"name\": \"QTS\"\n            },\n            \"metro\": \"Chicago\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -87.66792,\n            \"latitude\": 41.841896,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 320,\n            \"name\": \"CoreSite DE1\",\n            \"address\": {\n                \"street\": \"910 15th Street #740\",\n                \"suburb\": null,\n                \"city\": \"Denver\",\n                \"state\": \"CO\",\n                \"postcode\": \"80202\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 18,\n                \"name\": \"CoreSite\"\n            },\n            \"metro\": \"Denver\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -104.99575,\n            \"latitude\": 39.745636,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 321,\n            \"name\": \"Iron Mountain DEN-1\",\n            \"address\": {\n                \"street\": \"4300 Brighton Boulevard\",\n                \"suburb\": null,\n                \"city\": \"Denver\",\n                \"state\": \"CO\",\n                \"postcode\": \"80216\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 49,\n                \"name\": \"Iron Mountain\"\n            },\n            \"metro\": \"Denver\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -104.96821,\n            \"latitude\": 39.77735,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 324,\n            \"name\": \"Netrality Kansas City\",\n            \"address\": {\n                \"street\": \"1102 Grand Boulevard\",\n                \"suburb\": null,\n                \"city\": \"Kansas City\",\n                \"state\": \"MO\",\n                \"postcode\": \"64106\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 50,\n                \"name\": \"Netrality\"\n            },\n            \"metro\": \"Kansas City\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -94.58117,\n            \"latitude\": 39.100807,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 325,\n            \"name\": \"Opti9 Data Center\",\n            \"address\": {\n                \"street\": \"501 Franklin Avenue\",\n                \"suburb\": null,\n                \"city\": \"Garden City\",\n                \"state\": \"NY\",\n                \"postcode\": \"11530\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 411,\n                \"name\": \"Opti9\"\n            },\n            \"metro\": \"New York\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -73.63182,\n            \"latitude\": 40.72276,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 328,\n            \"name\": \"Datacom Kapua\",\n            \"address\": {\n                \"street\": \"14 Simsey Place Te Rapa Park\",\n                \"suburb\": \"Te Rapa Park\",\n                \"city\": \"Hamilton\",\n                \"state\": null,\n                \"postcode\": \"3200\",\n                \"country\": \"New Zealand\"\n            },\n            \"dataCentre\": {\n                \"id\": 26,\n                \"name\": \"Datacom\"\n            },\n            \"metro\": \"Hamilton\",\n            \"market\": \"NZ\",\n            \"status\": \"Active\",\n            \"longitude\": 175.22119,\n            \"latitude\": -37.73632,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 330,\n            \"name\": \"Iron Mountain Phoenix\",\n            \"address\": {\n                \"street\": \"615 N 48th Street\",\n                \"suburb\": null,\n                \"city\": \"Phoenix\",\n                \"state\": \"AZ\",\n                \"postcode\": \"85008\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 49,\n                \"name\": \"Iron Mountain\"\n            },\n            \"metro\": \"Phoenix\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -111.97643,\n            \"latitude\": 33.45441,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000,\n                        25000,\n                        50000,\n                        100000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 333,\n            \"name\": \"Iron Mountain Ashburn\",\n            \"address\": {\n                \"street\": \"11680 Hayden Road\",\n                \"suburb\": null,\n                \"city\": \"Manassas\",\n                \"state\": \"VA\",\n                \"postcode\": \"20109\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 49,\n                \"name\": \"Iron Mountain\"\n            },\n            \"metro\": \"Ashburn\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -77.54773,\n            \"latitude\": 38.77722,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 335,\n            \"name\": \"EdgeConneX San Diego\",\n            \"address\": {\n                \"street\": \"5761 Copley Drive Suite 150\",\n                \"suburb\": null,\n                \"city\": \"San Diego\",\n                \"state\": \"CA\",\n                \"postcode\": \"92111\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 10,\n                \"name\": \"EdgeConneX\"\n            },\n            \"metro\": \"San Diego\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -117.16837,\n            \"latitude\": 32.84049,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 336,\n            \"name\": \"EdgeConneX Phoenix\",\n            \"address\": {\n                \"street\": \"3011 S 52nd Street Suite 107\",\n                \"suburb\": null,\n                \"city\": \"Tempe\",\n                \"state\": \"AZ\",\n                \"postcode\": \"85282\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 10,\n                \"name\": \"EdgeConneX\"\n            },\n            \"metro\": \"Phoenix\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -111.97065,\n            \"latitude\": 33.396446,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 339,\n            \"name\": \"Iron Mountain New Jersey\",\n            \"address\": {\n                \"street\": \"3003 Woodbridge Avenue\",\n                \"suburb\": \"Edison\",\n                \"city\": \"Edison\",\n                \"state\": \"NJ\",\n                \"postcode\": \"08837\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 49,\n                \"name\": \"Iron Mountain\"\n            },\n            \"metro\": \"New York\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -74.34718,\n            \"latitude\": 40.5208,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 345,\n            \"name\": \"NTT Global Data Centers - Dallas TX1\",\n            \"address\": {\n                \"street\": \"2008 Lookout Drive\",\n                \"suburb\": null,\n                \"city\": \"Garland\",\n                \"state\": \"TX\",\n                \"postcode\": \"75044\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 21,\n                \"name\": \"RagingWire\"\n            },\n            \"metro\": \"Dallas\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -96.65783,\n            \"latitude\": 32.981766,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 346,\n            \"name\": \"NTT Global Data Centers - Ashburn VA3\",\n            \"address\": {\n                \"street\": \"44245 Gigabit Plaza\",\n                \"suburb\": null,\n                \"city\": \"Ashburn\",\n                \"state\": \"VA\",\n                \"postcode\": \"20147\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 21,\n                \"name\": \"RagingWire\"\n            },\n            \"metro\": \"Ashburn\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -77.470116,\n            \"latitude\": 39.017933,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 347,\n            \"name\": \"Centersquare Fort Worth DFW1-A/DFW1-B/DFW1-C\",\n            \"address\": {\n                \"street\": \"14901 FAA Boulevard\",\n                \"suburb\": null,\n                \"city\": \"Ft.Worth\",\n                \"state\": \"TX\",\n                \"postcode\": \"76155\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 288,\n                \"name\": \"Centersquare\"\n            },\n            \"metro\": \"Dallas\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -97.04096,\n            \"latitude\": 32.832684,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 348,\n            \"name\": \"Centersquare Sterling IAD1-C/IAD1-D/IAD1-E/\",\n            \"address\": {\n                \"street\": \"21110 Ridgetop Circle\",\n                \"suburb\": null,\n                \"city\": \"Sterling\",\n                \"state\": \"VA\",\n                \"postcode\": \"20166\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 288,\n                \"name\": \"Centersquare\"\n            },\n            \"metro\": \"Ashburn\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -77.412506,\n            \"latitude\": 39.02477,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 349,\n            \"name\": \"Centersquare Phoenix PHX1-A/PHX1-B/PHX1-C/PHX1-D\",\n            \"address\": {\n                \"street\": \"615 N 48th Street\",\n                \"suburb\": null,\n                \"city\": \"Phoenix\",\n                \"state\": \"AZ\",\n                \"postcode\": \"85008\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 288,\n                \"name\": \"Centersquare\"\n            },\n            \"metro\": \"Phoenix\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -111.97643,\n            \"latitude\": 33.45441,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 350,\n            \"name\": \"Centersquare Slough LHR1-A\",\n            \"address\": {\n                \"street\": \"630 Ajax Avenue\",\n                \"suburb\": null,\n                \"city\": \"Slough\",\n                \"state\": null,\n                \"postcode\": \"SL1 4BH\",\n                \"country\": \"United Kingdom\"\n            },\n            \"dataCentre\": {\n                \"id\": 288,\n                \"name\": \"Centersquare\"\n            },\n            \"metro\": \"London\",\n            \"market\": \"UK\",\n            \"status\": \"Active\",\n            \"longitude\": -0.6178824,\n            \"latitude\": 51.516487,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 352,\n            \"name\": \"NTT Global Data Centers - Sacramento CA3\",\n            \"address\": {\n                \"street\": \"1625 National Drive\",\n                \"suburb\": null,\n                \"city\": \"Sacramento\",\n                \"state\": \"CA\",\n                \"postcode\": \"95834\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 21,\n                \"name\": \"RagingWire\"\n            },\n            \"metro\": \"Sacramento\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -121.49873,\n            \"latitude\": 38.644245,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 354,\n            \"name\": \"vXchnge Santa Clara\",\n            \"address\": {\n                \"street\": \"2050 Martin Avenue\",\n                \"suburb\": null,\n                \"city\": \"Santa Clara\",\n                \"state\": \"CA\",\n                \"postcode\": \"95050\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 19,\n                \"name\": \"Cologix\"\n            },\n            \"metro\": \"Bay Area\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -121.96174,\n            \"latitude\": 37.36543,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 355,\n            \"name\": \"Element Critical Austin One\",\n            \"address\": {\n                \"street\": \"8025 N Interstate 35 Frontage Road\",\n                \"suburb\": null,\n                \"city\": \"Austin\",\n                \"state\": \"TX\",\n                \"postcode\": \"78753\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 240,\n                \"name\": \"Element Critical\"\n            },\n            \"metro\": \"Austin\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -97.6974,\n            \"latitude\": 30.34245,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 357,\n            \"name\": \"H5 Data Centers St. Louis\",\n            \"address\": {\n                \"street\": \"710 N. Tucker Boulevard Suite 610\",\n                \"suburb\": null,\n                \"city\": \"St. Louis\",\n                \"state\": \"MO\",\n                \"postcode\": \"63101\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 236,\n                \"name\": \"H5 Data Centers\"\n            },\n            \"metro\": \"St Louis\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -90.195816,\n            \"latitude\": 38.63273,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 358,\n            \"name\": \"H5 Data Centers Philadelphia\",\n            \"address\": {\n                \"street\": \"1500 Spring Garden Street\",\n                \"suburb\": null,\n                \"city\": \"Philadelphia\",\n                \"state\": \"PA\",\n                \"postcode\": \"19130\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 236,\n                \"name\": \"H5 Data Centers\"\n            },\n            \"metro\": \"Philadelphia\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -75.163734,\n            \"latitude\": 39.962353,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 359,\n            \"name\": \"Bresco Broadband DC\",\n            \"address\": {\n                \"street\": \"180 E Broad Street\",\n                \"suburb\": null,\n                \"city\": \"Columbus\",\n                \"state\": \"OH\",\n                \"postcode\": \"43215\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 54,\n                \"name\": \"Bresco Broadband\"\n            },\n            \"metro\": \"Columbus\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -82.99589,\n            \"latitude\": 39.963245,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 362,\n            \"name\": \"ScaleMatrix US-West San Diego\",\n            \"address\": {\n                \"street\": \"5775 Kearny Villa Road\",\n                \"suburb\": null,\n                \"city\": \"San Diego\",\n                \"state\": \"CA\",\n                \"postcode\": \"92123\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 55,\n                \"name\": \"ScaleMatrix\"\n            },\n            \"metro\": \"San Diego\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -117.132996,\n            \"latitude\": 32.838017,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 364,\n            \"name\": \"iSeek Woolloongabba\",\n            \"address\": {\n                \"street\": \"100 Ipswich Road\",\n                \"suburb\": \"Woolloongabba\",\n                \"city\": \"Brisbane\",\n                \"state\": \"QLD\",\n                \"postcode\": \"4102\",\n                \"country\": \"Australia\"\n            },\n            \"dataCentre\": {\n                \"id\": 38,\n                \"name\": \"iSeek\"\n            },\n            \"metro\": \"Brisbane\",\n            \"market\": \"AU\",\n            \"status\": \"Active\",\n            \"longitude\": 153.0357,\n            \"latitude\": -27.492144,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 365,\n            \"name\": \"Equinix SY6\",\n            \"address\": {\n                \"street\": \"8-14 Egerton Street\",\n                \"suburb\": \"Silverwater NSW\",\n                \"city\": \"Sydney\",\n                \"state\": \"NSW\",\n                \"postcode\": \"2128\",\n                \"country\": \"Australia\"\n            },\n            \"dataCentre\": {\n                \"id\": 5,\n                \"name\": \"Equinix\"\n            },\n            \"metro\": \"Sydney\",\n            \"market\": \"AU\",\n            \"status\": \"Active\",\n            \"longitude\": 151.05328,\n            \"latitude\": -33.836685,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 366,\n            \"name\": \"Equinix ME4\",\n            \"address\": {\n                \"street\": \"2 Davis Court\",\n                \"suburb\": \"Derrimut VIC\",\n                \"city\": \"Melbourne\",\n                \"state\": \"VIC\",\n                \"postcode\": \"3030\",\n                \"country\": \"Australia\"\n            },\n            \"dataCentre\": {\n                \"id\": 5,\n                \"name\": \"Equinix\"\n            },\n            \"metro\": \"Melbourne\",\n            \"market\": \"AU\",\n            \"status\": \"Active\",\n            \"longitude\": 144.78485,\n            \"latitude\": -37.78833,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 367,\n            \"name\": \"Equinix PE2\",\n            \"address\": {\n                \"street\": \"Unit 1, 37 Lemnos Street\",\n                \"suburb\": \"Shenton Park\",\n                \"city\": \"Perth\",\n                \"state\": \"WA\",\n                \"postcode\": \"6008\",\n                \"country\": \"Australia\"\n            },\n            \"dataCentre\": {\n                \"id\": 5,\n                \"name\": \"Equinix\"\n            },\n            \"metro\": \"Perth\",\n            \"market\": \"AU\",\n            \"status\": \"Active\",\n            \"longitude\": 115.79733,\n            \"latitude\": -31.95493,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 368,\n            \"name\": \"Equinix CA1\",\n            \"address\": {\n                \"street\": \"51 Dacre Street\",\n                \"suburb\": \"Mitchell\",\n                \"city\": \"Canberra\",\n                \"state\": \"ACT\",\n                \"postcode\": \"2911\",\n                \"country\": \"Australia\"\n            },\n            \"dataCentre\": {\n                \"id\": 5,\n                \"name\": \"Equinix\"\n            },\n            \"metro\": \"Canberra\",\n            \"market\": \"AU\",\n            \"status\": \"Active\",\n            \"longitude\": 149.1364,\n            \"latitude\": -35.211094,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 370,\n            \"name\": \"PhoenixNAP\",\n            \"address\": {\n                \"street\": \"3402 E University Drive\",\n                \"suburb\": null,\n                \"city\": \"Phoenix\",\n                \"state\": \"AZ\",\n                \"postcode\": \"85034\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 56,\n                \"name\": \"PhoenixNAP\"\n            },\n            \"metro\": \"Phoenix\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -112.009445,\n            \"latitude\": 33.416008,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                },\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 371,\n            \"name\": \"Netrality Philadelphia\",\n            \"address\": {\n                \"street\": \"401 N Broad Street Suite 210\",\n                \"suburb\": null,\n                \"city\": \"Philadelphia\",\n                \"state\": \"PA\",\n                \"postcode\": \"19108\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 50,\n                \"name\": \"Netrality\"\n            },\n            \"metro\": \"Philadelphia\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -75.16138,\n            \"latitude\": 39.959667,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 376,\n            \"name\": \"Cologix MIN3\",\n            \"address\": {\n                \"street\": \"511 11th Avenue South\",\n                \"suburb\": null,\n                \"city\": \"Minneapolis\",\n                \"state\": \"MN\",\n                \"postcode\": \"55415\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 19,\n                \"name\": \"Cologix\"\n            },\n            \"metro\": \"Minneapolis\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -93.25458,\n            \"latitude\": 44.97141,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 377,\n            \"name\": \"NextDC C1\",\n            \"address\": {\n                \"street\": \"19 Battye Street\",\n                \"suburb\": \"Bruce\",\n                \"city\": \"Canberra\",\n                \"state\": \"ACT\",\n                \"postcode\": \"2617\",\n                \"country\": \"Australia\"\n            },\n            \"dataCentre\": {\n                \"id\": 7,\n                \"name\": \"NextDC\"\n            },\n            \"metro\": \"Canberra\",\n            \"market\": \"AU\",\n            \"status\": \"Active\",\n            \"longitude\": 149.09601,\n            \"latitude\": -35.245552,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 379,\n            \"name\": \"H5 Data Centers - Portland\",\n            \"address\": {\n                \"street\": \"1233 NW 12th Avenue Suite 201\",\n                \"suburb\": null,\n                \"city\": \"Portland\",\n                \"state\": \"OR\",\n                \"postcode\": \"97209\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 236,\n                \"name\": \"H5 Data Centers\"\n            },\n            \"metro\": \"Portland\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -122.683876,\n            \"latitude\": 45.531654,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 380,\n            \"name\": \"Netrality Houston\",\n            \"address\": {\n                \"street\": \"1301 Fannin Street Suite 100\",\n                \"suburb\": null,\n                \"city\": \"Houston\",\n                \"state\": \"TX\",\n                \"postcode\": \"77002\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 50,\n                \"name\": \"Netrality\"\n            },\n            \"metro\": \"Houston\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -95.365814,\n            \"latitude\": 29.75392,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 381,\n            \"name\": \"Centersquare Denver DEN1-A\",\n            \"address\": {\n                \"street\": \"9180 Commerce Center Circle\",\n                \"suburb\": \"Highlands Ranch\",\n                \"city\": \"Denver\",\n                \"state\": \"CO\",\n                \"postcode\": \"80129\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 288,\n                \"name\": \"Centersquare\"\n            },\n            \"metro\": \"Denver\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -105.033356,\n            \"latitude\": 39.549927,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 382,\n            \"name\": \"NextDC M2\",\n            \"address\": {\n                \"street\": \"75 Sharps Road\",\n                \"suburb\": \"Tullamarine\",\n                \"city\": \"Melbourne\",\n                \"state\": \"VIC\",\n                \"postcode\": \"3043\",\n                \"country\": \"Australia\"\n            },\n            \"dataCentre\": {\n                \"id\": 7,\n                \"name\": \"NextDC\"\n            },\n            \"metro\": \"Melbourne\",\n            \"market\": \"AU\",\n            \"status\": \"Active\",\n            \"longitude\": 144.8757,\n            \"latitude\": -37.708103,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 383,\n            \"name\": \"NextDC B2\",\n            \"address\": {\n                \"street\": \"454 St Pauls Terrace\",\n                \"suburb\": \"Fortitude Valley\",\n                \"city\": \"Brisbane\",\n                \"state\": \"QLD\",\n                \"postcode\": \"4006\",\n                \"country\": \"Australia\"\n            },\n            \"dataCentre\": {\n                \"id\": 7,\n                \"name\": \"NextDC\"\n            },\n            \"metro\": \"Brisbane\",\n            \"market\": \"AU\",\n            \"status\": \"Active\",\n            \"longitude\": 153.03334,\n            \"latitude\": -27.453798,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 384,\n            \"name\": \"Centersquare Irvine LAX3-A/LAX3-B\",\n            \"address\": {\n                \"street\": \"17836 Gillette Avenue\",\n                \"suburb\": null,\n                \"city\": \"Irvine\",\n                \"state\": \"CA\",\n                \"postcode\": \"92614\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 288,\n                \"name\": \"Centersquare\"\n            },\n            \"metro\": \"Los Angeles\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -117.848724,\n            \"latitude\": 33.68734,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 387,\n            \"name\": \"Centersquare Weehawken EWR2-A/EWR2-B\",\n            \"address\": {\n                \"street\": \"300 J F Kennedy Boulevard E.\",\n                \"suburb\": null,\n                \"city\": \"Weehawken\",\n                \"state\": \"NJ\",\n                \"postcode\": \"07086\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 288,\n                \"name\": \"Centersquare\"\n            },\n            \"metro\": \"New York\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -74.02533,\n            \"latitude\": 40.761482,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 388,\n            \"name\": \"Centersquare Tampa TPA1-A\",\n            \"address\": {\n                \"street\": \"9310 Florida Palm Drive\",\n                \"suburb\": null,\n                \"city\": \"Tampa\",\n                \"state\": \"FL\",\n                \"postcode\": \"33619\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 288,\n                \"name\": \"Centersquare\"\n            },\n            \"metro\": \"Tampa\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -82.3512,\n            \"latitude\": 27.945324,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 389,\n            \"name\": \"Centersquare Santa Clara SFO2-A\",\n            \"address\": {\n                \"street\": \"4700 Old Ironsides Drive\",\n                \"suburb\": null,\n                \"city\": \"Santa Clara\",\n                \"state\": \"CA\",\n                \"postcode\": \"95054\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 288,\n                \"name\": \"Centersquare\"\n            },\n            \"metro\": \"Bay Area\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -121.98097,\n            \"latitude\": 37.398647,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 391,\n            \"name\": \"H5 Data Centers Nashville TN01\",\n            \"address\": {\n                \"street\": \"211 Commerce Street Suite 700\",\n                \"suburb\": null,\n                \"city\": \"Nashville\",\n                \"state\": \"TN\",\n                \"postcode\": \"37201\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 236,\n                \"name\": \"H5 Data Centers\"\n            },\n            \"metro\": \"Nashville\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -86.776276,\n            \"latitude\": 36.162624,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 392,\n            \"name\": \"H5 Data Centers Pittsburgh PA02\",\n            \"address\": {\n                \"street\": \"2202 Liberty Avenue\",\n                \"suburb\": null,\n                \"city\": \"Pittsburgh\",\n                \"state\": \"PA\",\n                \"postcode\": \"15222\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 236,\n                \"name\": \"H5 Data Centers\"\n            },\n            \"metro\": \"Pittsburgh\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -79.98107,\n            \"latitude\": 40.45153,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 393,\n            \"name\": \"DCI Data Centre\",\n            \"address\": {\n                \"street\": \"340 Findon Road\",\n                \"suburb\": \"Kidman Park\",\n                \"city\": \"Adelaide\",\n                \"state\": \"SA\",\n                \"postcode\": \"5025\",\n                \"country\": \"Australia\"\n            },\n            \"dataCentre\": {\n                \"id\": 57,\n                \"name\": \"DCI Sungard\"\n            },\n            \"metro\": \"Adelaide\",\n            \"market\": \"AU\",\n            \"status\": \"Active\",\n            \"longitude\": 138.53146,\n            \"latitude\": -34.908936,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": null,\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                },\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 394,\n            \"name\": \"HKT SkyExchange (Wanchai)\",\n            \"address\": {\n                \"street\": \"2/F, 3 Hennessy Road, Wanchai\",\n                \"suburb\": \"Wai Chan\",\n                \"city\": \"Hong Kong\",\n                \"state\": null,\n                \"postcode\": \"999077\",\n                \"country\": \"Hong Kong\"\n            },\n            \"dataCentre\": {\n                \"id\": 44,\n                \"name\": \"Hong Kong Telecom\"\n            },\n            \"metro\": \"Hong Kong\",\n            \"market\": \"HK\",\n            \"status\": \"Active\",\n            \"longitude\": 114.16716,\n            \"latitude\": 22.278042,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 407,\n            \"name\": \"LightEdge - Cavern Suites\",\n            \"address\": {\n                \"street\": \"17501 W. 98th Street\",\n                \"suburb\": null,\n                \"city\": \"Kansas City\",\n                \"state\": \"KS\",\n                \"postcode\": \"66219\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 264,\n                \"name\": \"Lightedge Data Centers\"\n            },\n            \"metro\": \"Kansas City\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -94.78823,\n            \"latitude\": 38.95306,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 408,\n            \"name\": \"DataBank Dallas DFW3\",\n            \"address\": {\n                \"street\": \"8375 Dominion Parkway\",\n                \"suburb\": null,\n                \"city\": \"Plano\",\n                \"state\": \"TX\",\n                \"postcode\": \"75024\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 58,\n                \"name\": \"DataBank\"\n            },\n            \"metro\": \"Dallas\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -96.81373,\n            \"latitude\": 33.08838,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 412,\n            \"name\": \"Colt Data Centre - London2\",\n            \"address\": {\n                \"street\": \"Park Volt Avenue, Unit 13\",\n                \"suburb\": null,\n                \"city\": \"London\",\n                \"state\": null,\n                \"postcode\": \"NW10 6PW\",\n                \"country\": \"United Kingdom\"\n            },\n            \"dataCentre\": {\n                \"id\": 63,\n                \"name\": \"Colt Data Centre\"\n            },\n            \"metro\": \"London\",\n            \"market\": \"UK\",\n            \"status\": \"Active\",\n            \"longitude\": -0.257382,\n            \"latitude\": 51.5307,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 413,\n            \"name\": \"Verne London\",\n            \"address\": {\n                \"street\": \"36-43 Great sutton street\",\n                \"suburb\": null,\n                \"city\": \"London\",\n                \"state\": null,\n                \"postcode\": \"EC1V0AB\",\n                \"country\": \"United Kingdom\"\n            },\n            \"dataCentre\": {\n                \"id\": 62,\n                \"name\": \"Volta\"\n            },\n            \"metro\": \"London\",\n            \"market\": \"UK\",\n            \"status\": \"Active\",\n            \"longitude\": -0.101142,\n            \"latitude\": 51.52324,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 414,\n            \"name\": \"CoreSite OR1\",\n            \"address\": {\n                \"street\": \"9701 S. John Young Parkway\",\n                \"suburb\": null,\n                \"city\": \"Orlando\",\n                \"state\": \"FL\",\n                \"postcode\": \"32819\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 18,\n                \"name\": \"CoreSite\"\n            },\n            \"metro\": \"Orlando\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -81.419785,\n            \"latitude\": 28.427092,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 415,\n            \"name\": \"NTT Hong Kong 2\",\n            \"address\": {\n                \"street\": \"6 Chun Kwong Street\",\n                \"suburb\": \"Tseung Kwan O\",\n                \"city\": \"Hong Kong\",\n                \"state\": null,\n                \"postcode\": null,\n                \"country\": \"Hong Kong\"\n            },\n            \"dataCentre\": {\n                \"id\": 46,\n                \"name\": \"NTT\"\n            },\n            \"metro\": \"Hong Kong\",\n            \"market\": \"HK\",\n            \"status\": \"Active\",\n            \"longitude\": 114.27289,\n            \"latitude\": 22.28587,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 416,\n            \"name\": \"Data Vault Auckland\",\n            \"address\": {\n                \"street\": \"162 Grafton Road\",\n                \"suburb\": \"Grafton\",\n                \"city\": \"Auckland\",\n                \"state\": null,\n                \"postcode\": \"1010\",\n                \"country\": \"New Zealand\"\n            },\n            \"dataCentre\": {\n                \"id\": 60,\n                \"name\": \"Datavault\"\n            },\n            \"metro\": \"Auckland\",\n            \"market\": \"NZ\",\n            \"status\": \"Active\",\n            \"longitude\": 174.76437,\n            \"latitude\": -36.863976,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 417,\n            \"name\": \"Digital Realty London LGW14\",\n            \"address\": {\n                \"street\": \"Unit 21 Goldsworth Park Trading Estate, Kestrel Way\",\n                \"suburb\": null,\n                \"city\": \"Woking\",\n                \"state\": null,\n                \"postcode\": \"GU21 3BA\",\n                \"country\": \"United Kingdom\"\n            },\n            \"dataCentre\": {\n                \"id\": 3,\n                \"name\": \"Digital Realty\"\n            },\n            \"metro\": \"London\",\n            \"market\": \"UK\",\n            \"status\": \"Active\",\n            \"longitude\": -0.584932,\n            \"latitude\": 51.32426,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 418,\n            \"name\": \"STT Singapore 5\",\n            \"address\": {\n                \"street\": \"35 Tai Seng Street\",\n                \"suburb\": null,\n                \"city\": \"Singapore\",\n                \"state\": null,\n                \"postcode\": \"534103\",\n                \"country\": \"Singapore\"\n            },\n            \"dataCentre\": {\n                \"id\": 59,\n                \"name\": \"ST Telemedia\"\n            },\n            \"metro\": \"Singapore\",\n            \"market\": \"SG\",\n            \"status\": \"Active\",\n            \"longitude\": 103.89028,\n            \"latitude\": 1.335416,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 419,\n            \"name\": \"Cologix MTL3\",\n            \"address\": {\n                \"street\": \"1250 Rene Levesque West\",\n                \"suburb\": null,\n                \"city\": \"Montreal\",\n                \"state\": \"QC\",\n                \"postcode\": \"H3B 4W8\",\n                \"country\": \"Canada\"\n            },\n            \"dataCentre\": {\n                \"id\": 19,\n                \"name\": \"Cologix\"\n            },\n            \"metro\": \"Montreal\",\n            \"market\": \"CA\",\n            \"status\": \"Active\",\n            \"longitude\": -73.57047,\n            \"latitude\": 45.49719,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 420,\n            \"name\": \"DataBank Minneapolis MSP2\",\n            \"address\": {\n                \"street\": \"3255 Neil Armstrong Boulevard\",\n                \"suburb\": null,\n                \"city\": \"Eagan\",\n                \"state\": \"MN\",\n                \"postcode\": \"55121\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 58,\n                \"name\": \"DataBank\"\n            },\n            \"metro\": \"Minneapolis\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -93.145836,\n            \"latitude\": 44.838512,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 421,\n            \"name\": \"Spark Auckland\",\n            \"address\": {\n                \"street\": \"20 William Pickering Drive\",\n                \"suburb\": \"Rosedale\",\n                \"city\": \"Auckland\",\n                \"state\": null,\n                \"postcode\": \"0632\",\n                \"country\": \"New Zealand\"\n            },\n            \"dataCentre\": {\n                \"id\": 34,\n                \"name\": \"Spark\"\n            },\n            \"metro\": \"Auckland\",\n            \"market\": \"NZ\",\n            \"status\": \"Active\",\n            \"longitude\": 174.7007,\n            \"latitude\": -36.74953,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 430,\n            \"name\": \"Equinix ZH4\",\n            \"address\": {\n                \"street\": \"Josefstrasse 225\",\n                \"suburb\": null,\n                \"city\": \"Zurich\",\n                \"state\": null,\n                \"postcode\": \"8005\",\n                \"country\": \"Switzerland\"\n            },\n            \"dataCentre\": {\n                \"id\": 5,\n                \"name\": \"Equinix\"\n            },\n            \"metro\": \"Zurich\",\n            \"market\": \"CH\",\n            \"status\": \"Active\",\n            \"longitude\": 8.52032,\n            \"latitude\": 47.387848,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 432,\n            \"name\": \"Equinix GV1\",\n            \"address\": {\n                \"street\": \"6 Rue de la Confederation\",\n                \"suburb\": null,\n                \"city\": \"Geneva\",\n                \"state\": null,\n                \"postcode\": \"1204\",\n                \"country\": \"Switzerland\"\n            },\n            \"dataCentre\": {\n                \"id\": 5,\n                \"name\": \"Equinix\"\n            },\n            \"metro\": \"Geneva\",\n            \"market\": \"CH\",\n            \"status\": \"Active\",\n            \"longitude\": 6.144258,\n            \"latitude\": 46.203655,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 436,\n            \"name\": \"TierPoint - Charlotte (CL4)\",\n            \"address\": {\n                \"street\": \"1805 Center Park Drive\",\n                \"suburb\": null,\n                \"city\": \"Charlotte\",\n                \"state\": \"NC\",\n                \"postcode\": \"28217\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 97,\n                \"name\": \"TierPoint\"\n            },\n            \"metro\": \"Charlotte\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -80.92803,\n            \"latitude\": 35.173176,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 438,\n            \"name\": \"Beanfield TOR1\",\n            \"address\": {\n                \"street\": \"151 Front Street W\",\n                \"suburb\": null,\n                \"city\": \"Toronto\",\n                \"state\": \"ON\",\n                \"postcode\": \"M5J 2N1\",\n                \"country\": \"Canada\"\n            },\n            \"dataCentre\": {\n                \"id\": 94,\n                \"name\": \"Beanfield\"\n            },\n            \"metro\": \"Toronto\",\n            \"market\": \"CA\",\n            \"status\": \"Active\",\n            \"longitude\": -79.38421,\n            \"latitude\": 43.644695,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 440,\n            \"name\": \"eStruxture MTL-1\",\n            \"address\": {\n                \"street\": \"800 Rue du Square-Victoria\",\n                \"suburb\": null,\n                \"city\": \"Montreal\",\n                \"state\": \"QC\",\n                \"postcode\": \"H4Z 1B7\",\n                \"country\": \"Canada\"\n            },\n            \"dataCentre\": {\n                \"id\": 96,\n                \"name\": \"eStruxture\"\n            },\n            \"metro\": \"Montreal\",\n            \"market\": \"CA\",\n            \"status\": \"Active\",\n            \"longitude\": -73.562004,\n            \"latitude\": 45.500393,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 441,\n            \"name\": \"T4 Data Centre\",\n            \"address\": {\n                \"street\": \"42 Business Parade South\",\n                \"suburb\": \"East Tamaki\",\n                \"city\": \"Auckland\",\n                \"state\": null,\n                \"postcode\": \"2013\",\n                \"country\": \"New Zealand\"\n            },\n            \"dataCentre\": {\n                \"id\": 338,\n                \"name\": \"T4 Group\"\n            },\n            \"metro\": \"Auckland\",\n            \"market\": \"NZ\",\n            \"status\": \"Active\",\n            \"longitude\": 174.87053,\n            \"latitude\": -36.942028,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 442,\n            \"name\": \"Cologix VAN2\",\n            \"address\": {\n                \"street\": \"1050 W Pender Street\",\n                \"suburb\": null,\n                \"city\": \"Vancouver\",\n                \"state\": \"BC\",\n                \"postcode\": \"V7X 1K8\",\n                \"country\": \"Canada\"\n            },\n            \"dataCentre\": {\n                \"id\": 19,\n                \"name\": \"Cologix\"\n            },\n            \"metro\": \"Vancouver\",\n            \"market\": \"CA\",\n            \"status\": \"Active\",\n            \"longitude\": -123.11942,\n            \"latitude\": 49.287006,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 451,\n            \"name\": \"EdgeConneX Denver\",\n            \"address\": {\n                \"street\": \"8535 Highfield Parkway Bldg 3, Suite 500/600\",\n                \"suburb\": null,\n                \"city\": \"Englewood\",\n                \"state\": \"CO\",\n                \"postcode\": \"80112\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 10,\n                \"name\": \"EdgeConneX\"\n            },\n            \"metro\": \"Denver\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -104.82668,\n            \"latitude\": 39.560833,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 454,\n            \"name\": \"iSeek Gore Hill\",\n            \"address\": {\n                \"street\": \"5 Broadcast Way\",\n                \"suburb\": \"Gore Hill\",\n                \"city\": \"Sydney\",\n                \"state\": \"NSW\",\n                \"postcode\": \"2064\",\n                \"country\": \"Australia\"\n            },\n            \"dataCentre\": {\n                \"id\": 38,\n                \"name\": \"iSeek\"\n            },\n            \"metro\": \"Sydney\",\n            \"market\": \"AU\",\n            \"status\": \"Active\",\n            \"longitude\": 151.18625,\n            \"latitude\": -33.820084,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 463,\n            \"name\": \"Scott Data Center\",\n            \"address\": {\n                \"street\": \"6805 Pine Street\",\n                \"suburb\": null,\n                \"city\": \"Omaha\",\n                \"state\": \"NE\",\n                \"postcode\": \"68106\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 102,\n                \"name\": \"Scott Data Center\"\n            },\n            \"metro\": \"Omaha\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -96.01813,\n            \"latitude\": 41.243,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 464,\n            \"name\": \"Digital Realty Chicago ORD14\",\n            \"address\": {\n                \"street\": \"9377 Grand Avenue\",\n                \"suburb\": \"Franklin Park\",\n                \"city\": \"Chicago\",\n                \"state\": \"IL\",\n                \"postcode\": \"60131\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 3,\n                \"name\": \"Digital Realty\"\n            },\n            \"metro\": \"Chicago\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -87.85894,\n            \"latitude\": 41.9287,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 465,\n            \"name\": \"DataBank Kansas City MCI2\",\n            \"address\": {\n                \"street\": \"10605 W 84th Terrace\",\n                \"suburb\": null,\n                \"city\": \"Overland Park\",\n                \"state\": \"KS\",\n                \"postcode\": \"66214\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 58,\n                \"name\": \"DataBank\"\n            },\n            \"metro\": \"Kansas City\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -94.708855,\n            \"latitude\": 38.9752,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 466,\n            \"name\": \"Digital Realty Houston IAH11\",\n            \"address\": {\n                \"street\": \"12031 North Freeway, Suite 130\",\n                \"suburb\": null,\n                \"city\": \"Houston\",\n                \"state\": \"TX\",\n                \"postcode\": \"77060\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 3,\n                \"name\": \"Digital Realty\"\n            },\n            \"metro\": \"Houston\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -95.416466,\n            \"latitude\": 29.943167,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 467,\n            \"name\": \"oneAs1a Hong Kong 4\",\n            \"address\": {\n                \"street\": \"Legan Centre, 9 Wang Kwong Road\",\n                \"suburb\": \"Kowloon Bay\",\n                \"city\": \"Hong Kong\",\n                \"state\": null,\n                \"postcode\": null,\n                \"country\": \"Hong Kong\"\n            },\n            \"dataCentre\": {\n                \"id\": 103,\n                \"name\": \"OneAsia\"\n            },\n            \"metro\": \"Hong Kong\",\n            \"market\": \"HK\",\n            \"status\": \"Active\",\n            \"longitude\": 114.20588,\n            \"latitude\": 22.322866,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 468,\n            \"name\": \"Flexential Nashville - Brentwood (NAS01)\",\n            \"address\": {\n                \"street\": \"7100 Commerce Way Suite 50 Brentwood\",\n                \"suburb\": null,\n                \"city\": \"Nashville\",\n                \"state\": \"TN\",\n                \"postcode\": \"37027\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 104,\n                \"name\": \"Flexential\"\n            },\n            \"metro\": \"Nashville\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -86.808716,\n            \"latitude\": 35.972652,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 469,\n            \"name\": \"Stack Infrastructure - Stockholm\",\n            \"address\": {\n                \"street\": \"Smedbyvägen 6\",\n                \"suburb\": \"Upplands Väsby\",\n                \"city\": \"Stockholm\",\n                \"state\": null,\n                \"postcode\": \"194 30\",\n                \"country\": \"Sweden\"\n            },\n            \"dataCentre\": {\n                \"id\": 328,\n                \"name\": \"Stack Infrastructure\"\n            },\n            \"metro\": \"Stockholm\",\n            \"market\": \"SE\",\n            \"status\": \"Active\",\n            \"longitude\": 17.899824,\n            \"latitude\": 59.509914,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 476,\n            \"name\": \"Flexential Denver - Aurora (DEN03)\",\n            \"address\": {\n                \"street\": \"11900 Cornell Avenue\",\n                \"suburb\": null,\n                \"city\": \"Denver\",\n                \"state\": \"CO\",\n                \"postcode\": \"80014\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 104,\n                \"name\": \"Flexential\"\n            },\n            \"metro\": \"Denver\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -104.84986,\n            \"latitude\": 39.661102,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 477,\n            \"name\": \"Flexential Portland - Hillsboro2 (PDX02)\",\n            \"address\": {\n                \"street\": \"5737 NE Huffman Drive\",\n                \"suburb\": null,\n                \"city\": \"Hillsboro\",\n                \"state\": \"OR\",\n                \"postcode\": \"97124\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 104,\n                \"name\": \"Flexential\"\n            },\n            \"metro\": \"Portland\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -122.91703,\n            \"latitude\": 45.55814,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 479,\n            \"name\": \"Flexential Salt Lake City - Downtown (SLC04)\",\n            \"address\": {\n                \"street\": \"572 S. Delong Street\",\n                \"suburb\": null,\n                \"city\": \"Salt Lake City\",\n                \"state\": \"UT\",\n                \"postcode\": \"84104\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 104,\n                \"name\": \"Flexential\"\n            },\n            \"metro\": \"Salt Lake City\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -111.95416,\n            \"latitude\": 40.756554,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 480,\n            \"name\": \"TierPoint Raleigh (RAL)\",\n            \"address\": {\n                \"street\": \"5301 Departure Drive\",\n                \"suburb\": null,\n                \"city\": \"Raleigh\",\n                \"state\": \"NC\",\n                \"postcode\": \"27616\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 97,\n                \"name\": \"TierPoint\"\n            },\n            \"metro\": \"Raleigh\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -78.59686,\n            \"latitude\": 35.854317,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 481,\n            \"name\": \"QTS Dulles\",\n            \"address\": {\n                \"street\": \"44874 Moran Road\",\n                \"suburb\": \"Dulles\",\n                \"city\": \"Sterling\",\n                \"state\": \"VA\",\n                \"postcode\": \"20166\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 14,\n                \"name\": \"QTS\"\n            },\n            \"metro\": \"Ashburn\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -77.4478,\n            \"latitude\": 38.9943,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 482,\n            \"name\": \"DataBank Pittsburgh PIT1\",\n            \"address\": {\n                \"street\": \"100 S. Commons, Suite 126\",\n                \"suburb\": null,\n                \"city\": \"Pittsburgh\",\n                \"state\": \"PA\",\n                \"postcode\": \"15212\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 58,\n                \"name\": \"DataBank\"\n            },\n            \"metro\": \"Pittsburgh\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -80.00475,\n            \"latitude\": 40.45114,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 483,\n            \"name\": \"NTT London Slough2\",\n            \"address\": {\n                \"street\": \"670 Ajax Avenue  Slough\",\n                \"suburb\": \"Berkshire  \",\n                \"city\": \"London\",\n                \"state\": null,\n                \"postcode\": \"SL1 4BG\",\n                \"country\": \"United Kingdom\"\n            },\n            \"dataCentre\": {\n                \"id\": 46,\n                \"name\": \"NTT\"\n            },\n            \"metro\": \"London\",\n            \"market\": \"UK\",\n            \"status\": \"Active\",\n            \"longitude\": -0.616638,\n            \"latitude\": 51.516804,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 484,\n            \"name\": \"NTT London Hemel Hempstead 3 \",\n            \"address\": {\n                \"street\": \"Campus Spring Way Hemel Hempstead \",\n                \"suburb\": \"Hemel Hempstead \",\n                \"city\": \"London\",\n                \"state\": null,\n                \"postcode\": \"HP2 7TN\",\n                \"country\": \"United Kingdom\"\n            },\n            \"dataCentre\": {\n                \"id\": 46,\n                \"name\": \"NTT\"\n            },\n            \"metro\": \"London\",\n            \"market\": \"UK\",\n            \"status\": \"Active\",\n            \"longitude\": -0.437371,\n            \"latitude\": 51.761555,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 485,\n            \"name\": \"DataBank Salt Lake City SLC2\",\n            \"address\": {\n                \"street\": \"14944 S. Pony Express Road\",\n                \"suburb\": null,\n                \"city\": \"Bluffdale\",\n                \"state\": \"UT\",\n                \"postcode\": \"84065\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 58,\n                \"name\": \"DataBank\"\n            },\n            \"metro\": \"Salt Lake City\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -111.90458,\n            \"latitude\": 40.480045,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 490,\n            \"name\": \"Centersquare Atlanta ATL1-A/ATL1-B\",\n            \"address\": {\n                \"street\": \"375 Riverside Parkway, Suite 150\",\n                \"suburb\": \"Lithia Springs\",\n                \"city\": \"Atlanta\",\n                \"state\": \"GA\",\n                \"postcode\": \"30122\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 288,\n                \"name\": \"Centersquare\"\n            },\n            \"metro\": \"Atlanta\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -84.58159,\n            \"latitude\": 33.7438,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": null,\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                },\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 492,\n            \"name\": \"Centersquare Toronto YYZ2-A\",\n            \"address\": {\n                \"street\": \"4175 14th Avenue\",\n                \"suburb\": \"Markham\",\n                \"city\": \"Toronto\",\n                \"state\": \"ON\",\n                \"postcode\": \"L3R5L5\",\n                \"country\": \"Canada\"\n            },\n            \"dataCentre\": {\n                \"id\": 288,\n                \"name\": \"Centersquare\"\n            },\n            \"metro\": \"Toronto\",\n            \"market\": \"CA\",\n            \"status\": \"Active\",\n            \"longitude\": -79.31627,\n            \"latitude\": 43.838497,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 494,\n            \"name\": \"Flexential Minneapolis - Chaska (MSP01)\",\n            \"address\": {\n                \"street\": \"3500 Lyman Boulevard\",\n                \"suburb\": \"Chaska\",\n                \"city\": \"Minneapolis\",\n                \"state\": \"MN\",\n                \"postcode\": \"55318\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 104,\n                \"name\": \"Flexential\"\n            },\n            \"metro\": \"Minneapolis\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -93.59952,\n            \"latitude\": 44.851406,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 495,\n            \"name\": \"Flexential Tampa - North (TPA03)\",\n            \"address\": {\n                \"street\": \"8350 Parkedge Drive\",\n                \"suburb\": null,\n                \"city\": \"Tampa\",\n                \"state\": \"FL\",\n                \"postcode\": \" 33637\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 104,\n                \"name\": \"Flexential\"\n            },\n            \"metro\": \"Tampa\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -82.36826,\n            \"latitude\": 28.073792,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 496,\n            \"name\": \"Flexential Charlotte - North (CLT04)\",\n            \"address\": {\n                \"street\": \"10105 David Taylor Drive\",\n                \"suburb\": null,\n                \"city\": \"Charlotte\",\n                \"state\": \"NC\",\n                \"postcode\": \"28262\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 104,\n                \"name\": \"Flexential\"\n            },\n            \"metro\": \"Charlotte\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -80.76565,\n            \"latitude\": 35.329784,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 497,\n            \"name\": \"TierPoint Nashville (NSH)\",\n            \"address\": {\n                \"street\": \"311 Eddy Lane\",\n                \"suburb\": null,\n                \"city\": \"Nashville\",\n                \"state\": \"TN\",\n                \"postcode\": \"37064\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 97,\n                \"name\": \"TierPoint\"\n            },\n            \"metro\": \"Nashville\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -86.85592,\n            \"latitude\": 35.9244,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 498,\n            \"name\": \"Fujitsu Homebush\",\n            \"address\": {\n                \"street\": \"4 Figtree Drive\",\n                \"suburb\": \"Homebush\",\n                \"city\": \"Sydney\",\n                \"state\": \"NSW\",\n                \"postcode\": \"2127\",\n                \"country\": \"Australia\"\n            },\n            \"dataCentre\": {\n                \"id\": 11,\n                \"name\": \"Fujitsu\"\n            },\n            \"metro\": \"Sydney\",\n            \"market\": \"AU\",\n            \"status\": \"Active\",\n            \"longitude\": 151.07143,\n            \"latitude\": -33.84959,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 505,\n            \"name\": \"Centersquare Dallas Data Center\",\n            \"address\": {\n                \"street\": \"900 Guardians Way\",\n                \"suburb\": \"Allen\",\n                \"city\": \"Dallas\",\n                \"state\": \"TX\",\n                \"postcode\": \"75013\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 288,\n                \"name\": \"Centersquare\"\n            },\n            \"metro\": \"Dallas\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -96.68349,\n            \"latitude\": 33.095005,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 506,\n            \"name\": \"Centersquare Phoenix Data Center\",\n            \"address\": {\n                \"street\": \"1301 W University Avenue\",\n                \"suburb\": \"Mesa\",\n                \"city\": \"Phoenix\",\n                \"state\": \"AZ\",\n                \"postcode\": \"85201\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 288,\n                \"name\": \"Centersquare\"\n            },\n            \"metro\": \"Phoenix\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -111.859,\n            \"latitude\": 33.421227,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 507,\n            \"name\": \"Centersquare Ashburn, VA Data Center\",\n            \"address\": {\n                \"street\": \"21561/21571 Beaumeade Circle\",\n                \"suburb\": null,\n                \"city\": \"Ashburn\",\n                \"state\": \"VA\",\n                \"postcode\": \"20147\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 288,\n                \"name\": \"Centersquare\"\n            },\n            \"metro\": \"Ashburn\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -77.45387,\n            \"latitude\": 39.021362,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 508,\n            \"name\": \"Centersquare Atlanta ATL1-D\",\n            \"address\": {\n                \"street\": \"375 Riverside Parkway, Suite 100\",\n                \"suburb\": \"Lithia Springs\",\n                \"city\": \"Atlanta\",\n                \"state\": \"GA\",\n                \"postcode\": \"30122-3866\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 288,\n                \"name\": \"Centersquare\"\n            },\n            \"metro\": \"Atlanta\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -84.581505,\n            \"latitude\": 33.74463,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 515,\n            \"name\": \"Equinix PA2/3\",\n            \"address\": {\n                \"street\": \"114 Rue Ambroise Croizat\",\n                \"suburb\": \"Saint Denis\",\n                \"city\": \"Paris\",\n                \"state\": null,\n                \"postcode\": \"93200\",\n                \"country\": \"France\"\n            },\n            \"dataCentre\": {\n                \"id\": 5,\n                \"name\": \"Equinix\"\n            },\n            \"metro\": \"Paris\",\n            \"market\": \"FR\",\n            \"status\": \"Active\",\n            \"longitude\": 2.351113,\n            \"latitude\": 48.926773,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000,\n                        25000,\n                        50000,\n                        100000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 516,\n            \"name\": \"Digita Oy\",\n            \"address\": {\n                \"street\": \"Radiokatu 5\",\n                \"suburb\": null,\n                \"city\": \"Helsinki\",\n                \"state\": null,\n                \"postcode\": \"00240\",\n                \"country\": \"Finland\"\n            },\n            \"dataCentre\": {\n                \"id\": 107,\n                \"name\": \"Digita Oy\"\n            },\n            \"metro\": \"Helsinki\",\n            \"market\": \"FI\",\n            \"status\": \"Active\",\n            \"longitude\": 24.923803,\n            \"latitude\": 60.202824,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 518,\n            \"name\": \"Iron Mountain Amsterdam\",\n            \"address\": {\n                \"street\": \"J.W. Lucasweg 35\",\n                \"suburb\": null,\n                \"city\": \"Amsterdam\",\n                \"state\": null,\n                \"postcode\": \"2031 BE\",\n                \"country\": \"Netherlands\"\n            },\n            \"dataCentre\": {\n                \"id\": 49,\n                \"name\": \"Iron Mountain\"\n            },\n            \"metro\": \"Amsterdam\",\n            \"market\": \"NL\",\n            \"status\": \"Active\",\n            \"longitude\": 4.665364,\n            \"latitude\": 52.391186,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 519,\n            \"name\": \"Stack Infrastructure - Oslo OSL01A\",\n            \"address\": {\n                \"street\": \"Selma Ellefsens Vei 1\",\n                \"suburb\": null,\n                \"city\": \"Oslo\",\n                \"state\": null,\n                \"postcode\": \"0581\",\n                \"country\": \"Norway\"\n            },\n            \"dataCentre\": {\n                \"id\": 328,\n                \"name\": \"Stack Infrastructure\"\n            },\n            \"metro\": \"Oslo\",\n            \"market\": \"NO\",\n            \"status\": \"Active\",\n            \"longitude\": 10.808984,\n            \"latitude\": 59.92505,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 520,\n            \"name\": \"Cologix COL3\",\n            \"address\": {\n                \"street\": \"585 Scherers Court\",\n                \"suburb\": null,\n                \"city\": \"Columbus\",\n                \"state\": \"OH\",\n                \"postcode\": \"43085\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 19,\n                \"name\": \"Cologix\"\n            },\n            \"metro\": \"Columbus\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -83.00207,\n            \"latitude\": 40.115837,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 521,\n            \"name\": \"Telia-Finland Helsinki Data Center\",\n            \"address\": {\n                \"street\": \"Valimotie 5\",\n                \"suburb\": null,\n                \"city\": \"Helsinki\",\n                \"state\": null,\n                \"postcode\": \"00380\",\n                \"country\": \"Finland\"\n            },\n            \"dataCentre\": {\n                \"id\": 36,\n                \"name\": \"Telia\"\n            },\n            \"metro\": \"Helsinki\",\n            \"market\": \"FI\",\n            \"status\": \"Active\",\n            \"longitude\": 24.87775,\n            \"latitude\": 60.215954,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 522,\n            \"name\": \"PlanB Data Centre - Albany\",\n            \"address\": {\n                \"street\": \"3a William Pickering Drive\",\n                \"suburb\": \"Albany\",\n                \"city\": \"Auckland\",\n                \"state\": null,\n                \"postcode\": \"0632\",\n                \"country\": \"New Zealand\"\n            },\n            \"dataCentre\": {\n                \"id\": 252,\n                \"name\": \"PlanB Data Centres\"\n            },\n            \"metro\": \"Auckland\",\n            \"market\": \"NZ\",\n            \"status\": \"Active\",\n            \"longitude\": 174.7048,\n            \"latitude\": -36.751953,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 523,\n            \"name\": \"Datacom Abel (Wellington)\",\n            \"address\": {\n                \"street\": \"84 Abel Smith Street\",\n                \"suburb\": \"Te Aro\",\n                \"city\": \"Wellington\",\n                \"state\": null,\n                \"postcode\": \"6011\",\n                \"country\": \"New Zealand\"\n            },\n            \"dataCentre\": {\n                \"id\": 26,\n                \"name\": \"Datacom\"\n            },\n            \"metro\": \"Wellington\",\n            \"market\": \"NZ\",\n            \"status\": \"Active\",\n            \"longitude\": 174.77325,\n            \"latitude\": -41.29586,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 525,\n            \"name\": \"AtlasEdge Hamburg\",\n            \"address\": {\n                \"street\": \"Obenhauptstraße 1\",\n                \"suburb\": null,\n                \"city\": \"Hamburg\",\n                \"state\": null,\n                \"postcode\": \"22335\",\n                \"country\": \"Germany\"\n            },\n            \"dataCentre\": {\n                \"id\": 241,\n                \"name\": \"AtlasEdge\"\n            },\n            \"metro\": \"Hamburg\",\n            \"market\": \"DE\",\n            \"status\": \"Active\",\n            \"longitude\": 10.002118,\n            \"latitude\": 53.61892,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 527,\n            \"name\": \"Digital Realty Interxion PAR5\",\n            \"address\": {\n                \"street\": \"11-13 Avenue Arts et Métiers\",\n                \"suburb\": \"Saint-Denis\",\n                \"city\": \"Paris\",\n                \"state\": null,\n                \"postcode\": \"93200\",\n                \"country\": \"France\"\n            },\n            \"dataCentre\": {\n                \"id\": 9,\n                \"name\": \"Interxion\"\n            },\n            \"metro\": \"Paris\",\n            \"market\": \"FR\",\n            \"status\": \"Active\",\n            \"longitude\": 2.362466,\n            \"latitude\": 48.91432,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000,\n                        25000,\n                        50000,\n                        100000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 528,\n            \"name\": \"Flexential Denver - Englewood (DEN11)\",\n            \"address\": {\n                \"street\": \"8636 S Peoria Street\",\n                \"suburb\": null,\n                \"city\": \"Englewood\",\n                \"state\": \"CO\",\n                \"postcode\": \"80112\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 104,\n                \"name\": \"Flexential\"\n            },\n            \"metro\": \"Denver\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -104.83797,\n            \"latitude\": 39.55868,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 529,\n            \"name\": \"TierPoint Valley Forge (VFO)\",\n            \"address\": {\n                \"street\": \"1000 Adams Avenue\",\n                \"suburb\": null,\n                \"city\": \"Norristown\",\n                \"state\": \"PA\",\n                \"postcode\": \"19403\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 97,\n                \"name\": \"TierPoint\"\n            },\n            \"metro\": \"Philadelphia\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -75.417175,\n            \"latitude\": 40.12411,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 530,\n            \"name\": \"TierPoint Papillon (MID)\",\n            \"address\": {\n                \"street\": \"11425 South 84th Street\",\n                \"suburb\": null,\n                \"city\": \"Omaha\",\n                \"state\": \"NE\",\n                \"postcode\": \"68046\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 97,\n                \"name\": \"TierPoint\"\n            },\n            \"metro\": \"Omaha\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -96.038956,\n            \"latitude\": 41.13446,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 531,\n            \"name\": \"QTS Suwanee (Atlanta)\",\n            \"address\": {\n                \"street\": \"300 Satellite Boulevard\",\n                \"suburb\": null,\n                \"city\": \"Suwanee\",\n                \"state\": \"GA\",\n                \"postcode\": \"30024\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 14,\n                \"name\": \"QTS\"\n            },\n            \"metro\": \"Atlanta\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -84.06103,\n            \"latitude\": 34.035316,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 532,\n            \"name\": \"QTS Piscataway\",\n            \"address\": {\n                \"street\": \"101 Possumtown Road\",\n                \"suburb\": null,\n                \"city\": \"Piscataway\",\n                \"state\": \"NJ\",\n                \"postcode\": \"08854\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 14,\n                \"name\": \"QTS\"\n            },\n            \"metro\": \"New York\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -74.48463,\n            \"latitude\": 40.55678,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 533,\n            \"name\": \"TierPoint Dallas (DAL)\",\n            \"address\": {\n                \"street\": \"3000 Irving Boulevard\",\n                \"suburb\": null,\n                \"city\": \"Dallas\",\n                \"state\": \"TX\",\n                \"postcode\": \"75247\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 97,\n                \"name\": \"TierPoint\"\n            },\n            \"metro\": \"Dallas\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -96.85765,\n            \"latitude\": 32.807987,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 534,\n            \"name\": \"TierPoint Seattle (SEA)\",\n            \"address\": {\n                \"street\": \"140 Fourth Avenue N, Suite 360\",\n                \"suburb\": null,\n                \"city\": \"Seattle\",\n                \"state\": \"WA\",\n                \"postcode\": \"98109\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 97,\n                \"name\": \"TierPoint\"\n            },\n            \"metro\": \"Seattle\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -122.34804,\n            \"latitude\": 47.619488,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 535,\n            \"name\": \"TierPoint Chicago (CHI)\",\n            \"address\": {\n                \"street\": \"9333 West Grand Avenue\",\n                \"suburb\": null,\n                \"city\": \"Franklin Park\",\n                \"state\": \"IL\",\n                \"postcode\": \"60131\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 97,\n                \"name\": \"TierPoint\"\n            },\n            \"metro\": \"Chicago\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -87.85847,\n            \"latitude\": 41.92688,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 536,\n            \"name\": \"AtlasEdge Brussels\",\n            \"address\": {\n                \"street\": \"30 Mercuriusstraat Zaventem\",\n                \"suburb\": null,\n                \"city\": \"Brussels\",\n                \"state\": null,\n                \"postcode\": \"1930\",\n                \"country\": \"Belgium\"\n            },\n            \"dataCentre\": {\n                \"id\": 241,\n                \"name\": \"AtlasEdge\"\n            },\n            \"metro\": \"Brussels\",\n            \"market\": \"BE\",\n            \"status\": \"Active\",\n            \"longitude\": 4.504185,\n            \"latitude\": 50.87188,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 537,\n            \"name\": \"amnet Data Center\",\n            \"address\": {\n                \"street\": \"26 Fahey Street\",\n                \"suburb\": null,\n                \"city\": \"Stamford\",\n                \"state\": \"CT\",\n                \"postcode\": \"06907\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 111,\n                \"name\": \"amnet\"\n            },\n            \"metro\": \"Stamford\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -73.51674,\n            \"latitude\": 41.091557,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 545,\n            \"name\": \"EdgeConneX Memphis\",\n            \"address\": {\n                \"street\": \"4005 S Mendenhall Road Unit 6\",\n                \"suburb\": \"Memphis\",\n                \"city\": \"Memphis\",\n                \"state\": \"TN\",\n                \"postcode\": \"8115\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 10,\n                \"name\": \"EdgeConneX\"\n            },\n            \"metro\": \"Memphis\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -89.88563,\n            \"latitude\": 35.038998,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 546,\n            \"name\": \"Centersquare SC5 SF01-B\",\n            \"address\": {\n                \"street\": \"2403 Walsh Avenue\",\n                \"suburb\": null,\n                \"city\": \"Santa Clara\",\n                \"state\": \"CA\",\n                \"postcode\": \"95054\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 288,\n                \"name\": \"Centersquare\"\n            },\n            \"metro\": \"Bay Area\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -121.96986,\n            \"latitude\": 37.37032,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": null,\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                },\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 547,\n            \"name\": \"Centersquare BOS1-A\",\n            \"address\": {\n                \"street\": \"580 Winter Street\",\n                \"suburb\": null,\n                \"city\": \"Waltham\",\n                \"state\": \"MA\",\n                \"postcode\": \"02451\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 288,\n                \"name\": \"Centersquare\"\n            },\n            \"metro\": \"Boston\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -71.26726,\n            \"latitude\": 42.396736,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 549,\n            \"name\": \"Colocity Adelaide (DC3)\",\n            \"address\": {\n                \"street\": \"172 Morphett Street\",\n                \"suburb\": \"Adelaide\",\n                \"city\": \"Adelaide\",\n                \"state\": \"SA\",\n                \"postcode\": \"5000\",\n                \"country\": \"Australia\"\n            },\n            \"dataCentre\": {\n                \"id\": 110,\n                \"name\": \"Colocity\"\n            },\n            \"metro\": \"Adelaide\",\n            \"market\": \"AU\",\n            \"status\": \"Active\",\n            \"longitude\": 138.594,\n            \"latitude\": -34.92651,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": null,\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                },\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 551,\n            \"name\": \"QTS Sacramento\",\n            \"address\": {\n                \"street\": \"1100 N. Market Boulevard\",\n                \"suburb\": null,\n                \"city\": \"Sacramento\",\n                \"state\": \"CA\",\n                \"postcode\": \"95834\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 14,\n                \"name\": \"QTS\"\n            },\n            \"metro\": \"Sacramento\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -121.486435,\n            \"latitude\": 38.646465,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 552,\n            \"name\": \"QTS Miami\",\n            \"address\": {\n                \"street\": \"11234 NW 20th Street\",\n                \"suburb\": null,\n                \"city\": \"Miami\",\n                \"state\": \"FL\",\n                \"postcode\": \"33172\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 14,\n                \"name\": \"QTS\"\n            },\n            \"metro\": \"Miami\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -80.37957,\n            \"latitude\": 25.792124,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 553,\n            \"name\": \"YourDC DC1 Edinburgh\",\n            \"address\": {\n                \"street\": \"23-27 Woomera Avenue\",\n                \"suburb\": \"Edinburgh\",\n                \"city\": \"Adelaide\",\n                \"state\": \"SA\",\n                \"postcode\": \"5111\",\n                \"country\": \"Australia\"\n            },\n            \"dataCentre\": {\n                \"id\": 47,\n                \"name\": \"YourDC\"\n            },\n            \"metro\": \"Adelaide\",\n            \"market\": \"AU\",\n            \"status\": \"Active\",\n            \"longitude\": 138.64384,\n            \"latitude\": -34.74079,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 554,\n            \"name\": \"Equinix SY7\",\n            \"address\": {\n                \"street\": \"Lathe Place\",\n                \"suburb\": \"Unanderra\",\n                \"city\": \"Wollongong\",\n                \"state\": \"NSW\",\n                \"postcode\": \"2526\",\n                \"country\": \"Australia\"\n            },\n            \"dataCentre\": {\n                \"id\": 5,\n                \"name\": \"Equinix\"\n            },\n            \"metro\": \"Wollongong\",\n            \"market\": \"AU\",\n            \"status\": \"Active\",\n            \"longitude\": 150.8573,\n            \"latitude\": -34.464054,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 556,\n            \"name\": \"SGX Singapore\",\n            \"address\": {\n                \"street\": \"25 Serangoon North Avenue 5, Singapore\",\n                \"suburb\": null,\n                \"city\": \"Singapore\",\n                \"state\": null,\n                \"postcode\": \"555859\",\n                \"country\": \"Singapore\"\n            },\n            \"dataCentre\": {\n                \"id\": 115,\n                \"name\": \"SGX\"\n            },\n            \"metro\": \"Singapore\",\n            \"market\": \"SG\",\n            \"status\": \"Active\",\n            \"longitude\": 103.87454,\n            \"latitude\": 1.375197,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 557,\n            \"name\": \"Digital Realty Interxion ZUR1\",\n            \"address\": {\n                \"street\": \"Sägereistrasse 35\",\n                \"suburb\": \"Glattbrugg\",\n                \"city\": \"Zurich\",\n                \"state\": null,\n                \"postcode\": \"8152\",\n                \"country\": \"Switzerland\"\n            },\n            \"dataCentre\": {\n                \"id\": 9,\n                \"name\": \"Interxion\"\n            },\n            \"metro\": \"Zurich\",\n            \"market\": \"CH\",\n            \"status\": \"Active\",\n            \"longitude\": 8.557333,\n            \"latitude\": 47.432907,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 558,\n            \"name\": \"AtTokyo Data Centre - Alpha Route\",\n            \"address\": {\n                \"street\": \"5-6-36 Toyosu Koto-ku\",\n                \"suburb\": null,\n                \"city\": \"Tokyo\",\n                \"state\": null,\n                \"postcode\": \"135-0061\",\n                \"country\": \"Japan\"\n            },\n            \"dataCentre\": {\n                \"id\": 117,\n                \"name\": \"AT TOKYO\"\n            },\n            \"metro\": \"Tokyo\",\n            \"market\": \"JP\",\n            \"status\": \"Active\",\n            \"longitude\": 139.79807,\n            \"latitude\": 35.652214,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 559,\n            \"name\": \"Colt Shiohama Data Centre\",\n            \"address\": {\n                \"street\": \"Shiohama 2-20-1\",\n                \"suburb\": \"Koto-ku\",\n                \"city\": \"Tokyo\",\n                \"state\": null,\n                \"postcode\": \"135-0043\",\n                \"country\": \"Japan\"\n            },\n            \"dataCentre\": {\n                \"id\": 63,\n                \"name\": \"Colt Data Centre\"\n            },\n            \"metro\": \"Tokyo\",\n            \"market\": \"JP\",\n            \"status\": \"Active\",\n            \"longitude\": 139.81206,\n            \"latitude\": 35.66384,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 560,\n            \"name\": \"Equinix TY2\",\n            \"address\": {\n                \"street\": \"3-8-21 Higashi Shinagawa\",\n                \"suburb\": \"Shinagawa-Ku\",\n                \"city\": \"Tokyo\",\n                \"state\": null,\n                \"postcode\": \"1250051\",\n                \"country\": \"Japan\"\n            },\n            \"dataCentre\": {\n                \"id\": 5,\n                \"name\": \"Equinix\"\n            },\n            \"metro\": \"Tokyo\",\n            \"market\": \"JP\",\n            \"status\": \"Active\",\n            \"longitude\": 139.74811,\n            \"latitude\": 35.617466,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 561,\n            \"name\": \"Equinix TY4\",\n            \"address\": {\n                \"street\": \"1-chome-9-5 Otemachi\",\n                \"suburb\": \"Chiyoda-ku\",\n                \"city\": \"Tokyo\",\n                \"state\": null,\n                \"postcode\": \"100-0004\",\n                \"country\": \"Japan\"\n            },\n            \"dataCentre\": {\n                \"id\": 5,\n                \"name\": \"Equinix\"\n            },\n            \"metro\": \"Tokyo\",\n            \"market\": \"JP\",\n            \"status\": \"Active\",\n            \"longitude\": 139.76573,\n            \"latitude\": 35.68838,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 562,\n            \"name\": \"Maincubes Frankfurt\",\n            \"address\": {\n                \"street\": \"Goethering 29\",\n                \"suburb\": null,\n                \"city\": \"Frankfurt\",\n                \"state\": null,\n                \"postcode\": \"60322\",\n                \"country\": \"Germany\"\n            },\n            \"dataCentre\": {\n                \"id\": 116,\n                \"name\": \"maincubes\"\n            },\n            \"metro\": \"Frankfurt\",\n            \"market\": \"DE\",\n            \"status\": \"Active\",\n            \"longitude\": 8.742236,\n            \"latitude\": 50.109512,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 563,\n            \"name\": \"CyrusOne London\",\n            \"address\": {\n                \"street\": \"12 Liverpool Road Slough\",\n                \"suburb\": null,\n                \"city\": \"London\",\n                \"state\": null,\n                \"postcode\": \"SL1 4QA\",\n                \"country\": \"United Kingdom\"\n            },\n            \"dataCentre\": {\n                \"id\": 2,\n                \"name\": \"CyrusOne\"\n            },\n            \"metro\": \"London\",\n            \"market\": \"UK\",\n            \"status\": \"Active\",\n            \"longitude\": -0.621954,\n            \"latitude\": 51.52356,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 564,\n            \"name\": \"NTT Data Tokyo Data Center (Otemachi)\",\n            \"address\": {\n                \"street\": \"2 Chome-2-2 Ōtemachi,\",\n                \"suburb\": \"Chiyoda-ku\",\n                \"city\": \"Tokyo\",\n                \"state\": null,\n                \"postcode\": \"100-0004\",\n                \"country\": \"Japan\"\n            },\n            \"dataCentre\": {\n                \"id\": 118,\n                \"name\": \"NTT DATA\"\n            },\n            \"metro\": \"Tokyo\",\n            \"market\": \"JP\",\n            \"status\": \"Active\",\n            \"longitude\": 139.76695,\n            \"latitude\": 35.68584,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 565,\n            \"name\": \"Data Vault Hamilton\",\n            \"address\": {\n                \"street\": \"32 The Boulevard\",\n                \"suburb\": \"Te Rapa Park\",\n                \"city\": \"Hamilton\",\n                \"state\": null,\n                \"postcode\": \"3200\",\n                \"country\": \"New Zealand\"\n            },\n            \"dataCentre\": {\n                \"id\": 60,\n                \"name\": \"Datavault\"\n            },\n            \"metro\": \"Hamilton\",\n            \"market\": \"NZ\",\n            \"status\": \"Active\",\n            \"longitude\": 175.22447,\n            \"latitude\": -37.74123,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 568,\n            \"name\": \"Centersquare LA2-Irvine Data Center\",\n            \"address\": {\n                \"street\": \"2681 Kelvin Avenue\",\n                \"suburb\": null,\n                \"city\": \"Irvine\",\n                \"state\": \"CA\",\n                \"postcode\": \"92614\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 288,\n                \"name\": \"Centersquare\"\n            },\n            \"metro\": \"Los Angeles\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -117.8425,\n            \"latitude\": 33.684,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 569,\n            \"name\": \"Centersquare Frankfurt FRA2\",\n            \"address\": {\n                \"street\": \"Wilhelm-Fay-Straße 24\",\n                \"suburb\": null,\n                \"city\": \"Frankfurt\",\n                \"state\": null,\n                \"postcode\": \"65936\",\n                \"country\": \"Germany\"\n            },\n            \"dataCentre\": {\n                \"id\": 288,\n                \"name\": \"Centersquare\"\n            },\n            \"metro\": \"Frankfurt\",\n            \"market\": \"DE\",\n            \"status\": \"Active\",\n            \"longitude\": 8.585533,\n            \"latitude\": 50.12714,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 570,\n            \"name\": \"Centersquare Lisle Data Center ORD4\",\n            \"address\": {\n                \"street\": \"4513 Western Avenue\",\n                \"suburb\": null,\n                \"city\": \"Lisle\",\n                \"state\": \"IL\",\n                \"postcode\": \"60532\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 288,\n                \"name\": \"Centersquare\"\n            },\n            \"metro\": \"Chicago\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -88.094536,\n            \"latitude\": 41.802376,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                },\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 571,\n            \"name\": \"NTT Data Dojima Osaka\",\n            \"address\": {\n                \"street\": \"Dojima 3-1-21 kita-ku\",\n                \"suburb\": null,\n                \"city\": \"Osaka\",\n                \"state\": null,\n                \"postcode\": \"530-0003\",\n                \"country\": \"Japan\"\n            },\n            \"dataCentre\": {\n                \"id\": 118,\n                \"name\": \"NTT DATA\"\n            },\n            \"metro\": \"Osaka\",\n            \"market\": \"JP\",\n            \"status\": \"Active\",\n            \"longitude\": 135.49132,\n            \"latitude\": 34.69545,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 572,\n            \"name\": \"Equinix OS1\",\n            \"address\": {\n                \"street\": \"Nishi Shinsaibashi Building, 1-26-1 Shinmachi Nishi-ku, 大阪市,\",\n                \"suburb\": null,\n                \"city\": \"Osaka\",\n                \"state\": null,\n                \"postcode\": \"550-0013\",\n                \"country\": \"Japan\"\n            },\n            \"dataCentre\": {\n                \"id\": 5,\n                \"name\": \"Equinix\"\n            },\n            \"metro\": \"Osaka\",\n            \"market\": \"JP\",\n            \"status\": \"Active\",\n            \"longitude\": 135.49564,\n            \"latitude\": 34.67559,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 573,\n            \"name\": \"Rogers Calgary\",\n            \"address\": {\n                \"street\": \"Airdrie\",\n                \"suburb\": null,\n                \"city\": \"Calgary\",\n                \"state\": \"AB\",\n                \"postcode\": \"AB T4A 2L5\",\n                \"country\": \"Canada\"\n            },\n            \"dataCentre\": {\n                \"id\": 119,\n                \"name\": \"Rogers Communications Inc.\"\n            },\n            \"metro\": \"Calgary\",\n            \"market\": \"CA\",\n            \"status\": \"Active\",\n            \"longitude\": -114.028,\n            \"latitude\": 51.291,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": null,\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                },\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 574,\n            \"name\": \"eStruxture CAL-1\",\n            \"address\": {\n                \"street\": \"7007 54 Street SE\",\n                \"suburb\": null,\n                \"city\": \"Calgary\",\n                \"state\": \"AB\",\n                \"postcode\": \"T2C 3C2\",\n                \"country\": \"Canada\"\n            },\n            \"dataCentre\": {\n                \"id\": 96,\n                \"name\": \"eStruxture\"\n            },\n            \"metro\": \"Calgary\",\n            \"market\": \"CA\",\n            \"status\": \"Active\",\n            \"longitude\": -113.9575,\n            \"latitude\": 50.992207,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": null,\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                },\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 577,\n            \"name\": \"NEC Kanagawa\",\n            \"address\": {\n                \"street\": \"1120 Shimokuzawa  Chuo-ku\",\n                \"suburb\": null,\n                \"city\": \"Sagamihara\",\n                \"state\": null,\n                \"postcode\": \"252-0254\",\n                \"country\": \"Japan\"\n            },\n            \"dataCentre\": {\n                \"id\": 123,\n                \"name\": \"NEC\"\n            },\n            \"metro\": \"Tokyo\",\n            \"market\": \"JP\",\n            \"status\": \"Active\",\n            \"longitude\": 139.34598,\n            \"latitude\": 35.57913,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 578,\n            \"name\": \"NEC Kobe\",\n            \"address\": {\n                \"street\": \"5-3-1, Takatsukadai, Kobe-shi Nishi-ku, Kobe\",\n                \"suburb\": null,\n                \"city\": \"Kobe\",\n                \"state\": null,\n                \"postcode\": \"651-2271\",\n                \"country\": \"Japan\"\n            },\n            \"dataCentre\": {\n                \"id\": 123,\n                \"name\": \"NEC\"\n            },\n            \"metro\": \"Osaka\",\n            \"market\": \"JP\",\n            \"status\": \"Active\",\n            \"longitude\": 135.01784,\n            \"latitude\": 34.72412,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 579,\n            \"name\": \"Centersquare BO1-Watertown\",\n            \"address\": {\n                \"street\": \"486 Arsenal Way, Watertown\",\n                \"suburb\": null,\n                \"city\": \"Boston\",\n                \"state\": \"MA\",\n                \"postcode\": \"02472\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 288,\n                \"name\": \"Centersquare\"\n            },\n            \"metro\": \"Boston\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -71.15933,\n            \"latitude\": 42.365734,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 584,\n            \"name\": \"Sabey Intergate.Quincy\",\n            \"address\": {\n                \"street\": \"2200 M Street NE BLDG C\",\n                \"suburb\": null,\n                \"city\": \"Quincy\",\n                \"state\": \"WA\",\n                \"postcode\": \"98848\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 112,\n                \"name\": \"Sabey Data Centers\"\n            },\n            \"metro\": \"Seattle\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -119.81571,\n            \"latitude\": 47.246307,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 585,\n            \"name\": \"NTT Hong Kong Tai Po Data Centre\",\n            \"address\": {\n                \"street\": \"2 Dai Hei Street\",\n                \"suburb\": \"Tai Po\",\n                \"city\": \"Hong Kong\",\n                \"state\": null,\n                \"postcode\": null,\n                \"country\": \"Hong Kong\"\n            },\n            \"dataCentre\": {\n                \"id\": 46,\n                \"name\": \"NTT\"\n            },\n            \"metro\": \"Hong Kong\",\n            \"market\": \"HK\",\n            \"status\": \"Active\",\n            \"longitude\": 114.187126,\n            \"latitude\": 22.453482,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 586,\n            \"name\": \"Digital Realty Interxion BRU1\",\n            \"address\": {\n                \"street\": \"Wezembeekstraat 2/bus 1\",\n                \"suburb\": \"Zaventem\",\n                \"city\": \"Brussels\",\n                \"state\": null,\n                \"postcode\": \"1930\",\n                \"country\": \"Belgium\"\n            },\n            \"dataCentre\": {\n                \"id\": 9,\n                \"name\": \"Interxion\"\n            },\n            \"metro\": \"Brussels\",\n            \"market\": \"BE\",\n            \"status\": \"Active\",\n            \"longitude\": 4.4769416,\n            \"latitude\": 50.870502,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 587,\n            \"name\": \"Digital Realty Interxion MRS2\",\n            \"address\": {\n                \"street\": \"6 Bassin Léon Gourret\",\n                \"suburb\": null,\n                \"city\": \"Marseille\",\n                \"state\": null,\n                \"postcode\": \"13015\",\n                \"country\": \"France\"\n            },\n            \"dataCentre\": {\n                \"id\": 9,\n                \"name\": \"Interxion\"\n            },\n            \"metro\": \"Marseille\",\n            \"market\": \"FR\",\n            \"status\": \"Active\",\n            \"longitude\": 5.346941,\n            \"latitude\": 43.33894,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 589,\n            \"name\": \"Global Connect Copenhagen Taastrup\",\n            \"address\": {\n                \"street\": \"3 Hørskætten, Taastrup\",\n                \"suburb\": \"Copenhagen\",\n                \"city\": \"Copenhagen\",\n                \"state\": null,\n                \"postcode\": \"2630\",\n                \"country\": \"Denmark\"\n            },\n            \"dataCentre\": {\n                \"id\": 125,\n                \"name\": \"Global Connect\"\n            },\n            \"metro\": \"Copenhagen\",\n            \"market\": \"DK\",\n            \"status\": \"Active\",\n            \"longitude\": 12.301449,\n            \"latitude\": 55.66202,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 591,\n            \"name\": \"Digital Realty Interxion CPH1\",\n            \"address\": {\n                \"street\": \"20 - 32 Industriparken\",\n                \"suburb\": \"Ballerup\",\n                \"city\": \"Copenhagen\",\n                \"state\": null,\n                \"postcode\": \"2750\",\n                \"country\": \"Denmark\"\n            },\n            \"dataCentre\": {\n                \"id\": 9,\n                \"name\": \"Interxion\"\n            },\n            \"metro\": \"Copenhagen\",\n            \"market\": \"DK\",\n            \"status\": \"Active\",\n            \"longitude\": 12.375749,\n            \"latitude\": 55.727993,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 595,\n            \"name\": \"Digital Realty Osaka KIX11\",\n            \"address\": {\n                \"street\": \"6-1,Saito Aokita\",\n                \"suburb\": \"Minoh-shi\",\n                \"city\": \"Osaka\",\n                \"state\": null,\n                \"postcode\": \"562-0029\",\n                \"country\": \"Japan\"\n            },\n            \"dataCentre\": {\n                \"id\": 3,\n                \"name\": \"Digital Realty\"\n            },\n            \"metro\": \"Osaka\",\n            \"market\": \"JP\",\n            \"status\": \"Active\",\n            \"longitude\": 135.50832,\n            \"latitude\": 34.846153,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 596,\n            \"name\": \"Rogers Toronto\",\n            \"address\": {\n                \"street\": \"550 Cochrane Dr\",\n                \"suburb\": \"Markham\",\n                \"city\": \"Toronto\",\n                \"state\": \"ON\",\n                \"postcode\": \"L3R 8E1\",\n                \"country\": \"Canada\"\n            },\n            \"dataCentre\": {\n                \"id\": 119,\n                \"name\": \"Rogers Communications Inc.\"\n            },\n            \"metro\": \"Toronto\",\n            \"market\": \"CA\",\n            \"status\": \"Active\",\n            \"longitude\": -79.36487,\n            \"latitude\": 43.84434,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 597,\n            \"name\": \"Rogers Ottawa\",\n            \"address\": {\n                \"street\": \"436 Hazeldean Road, suite 100\",\n                \"suburb\": null,\n                \"city\": \"Ottawa\",\n                \"state\": \"ON\",\n                \"postcode\": \"K2L1V4\",\n                \"country\": \"Canada\"\n            },\n            \"dataCentre\": {\n                \"id\": 119,\n                \"name\": \"Rogers Communications Inc.\"\n            },\n            \"metro\": \"Ottawa\",\n            \"market\": \"CA\",\n            \"status\": \"Active\",\n            \"longitude\": -76.075,\n            \"latitude\": 45.348,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 598,\n            \"name\": \"Telehouse Paris Voltaire TH2\",\n            \"address\": {\n                \"street\": \"Boulevard Voltaire 137\",\n                \"suburb\": null,\n                \"city\": \"Paris\",\n                \"state\": null,\n                \"postcode\": \"75011\",\n                \"country\": \"France\"\n            },\n            \"dataCentre\": {\n                \"id\": 45,\n                \"name\": \"Telehouse\"\n            },\n            \"metro\": \"Paris\",\n            \"market\": \"FR\",\n            \"status\": \"Active\",\n            \"longitude\": 2.38352,\n            \"latitude\": 48.856262,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000,\n                        25000,\n                        50000,\n                        100000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 599,\n            \"name\": \"Green Mountain Data Center (Rogaland)\",\n            \"address\": {\n                \"street\": \"Hodneveien 260,  Rennesoy\",\n                \"suburb\": null,\n                \"city\": \"Rogaland\",\n                \"state\": null,\n                \"postcode\": \"4150\",\n                \"country\": \"Norway\"\n            },\n            \"dataCentre\": {\n                \"id\": 120,\n                \"name\": \"Green Mountain\"\n            },\n            \"metro\": \"Rogaland\",\n            \"market\": \"NO\",\n            \"status\": \"Active\",\n            \"longitude\": 5.756658,\n            \"latitude\": 59.068554,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 602,\n            \"name\": \"Global Switch Frankfurt South\",\n            \"address\": {\n                \"street\": \"Eschborner Landstraße 110\",\n                \"suburb\": null,\n                \"city\": \"Frankfurt\",\n                \"state\": null,\n                \"postcode\": \"60489\",\n                \"country\": \"Germany\"\n            },\n            \"dataCentre\": {\n                \"id\": 6,\n                \"name\": \"Global Switch\"\n            },\n            \"metro\": \"Frankfurt\",\n            \"market\": \"DE\",\n            \"status\": \"Active\",\n            \"longitude\": 8.598578,\n            \"latitude\": 50.129852,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 605,\n            \"name\": \"Equinix MA4\",\n            \"address\": {\n                \"street\": \"Manchester Science Park, 4 Synergy House, Guildhall Cl,\",\n                \"suburb\": null,\n                \"city\": \"Manchester\",\n                \"state\": null,\n                \"postcode\": \"M15 6SY\",\n                \"country\": \"United Kingdom\"\n            },\n            \"dataCentre\": {\n                \"id\": 5,\n                \"name\": \"Equinix\"\n            },\n            \"metro\": \"London\",\n            \"market\": \"UK\",\n            \"status\": \"Active\",\n            \"longitude\": -2.236762,\n            \"latitude\": 53.463123,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 606,\n            \"name\": \"Global Switch Paris\",\n            \"address\": {\n                \"street\": \"7-9 Rue Petit\",\n                \"suburb\": \"Clichy\",\n                \"city\": \"Paris\",\n                \"state\": null,\n                \"postcode\": \"92582\",\n                \"country\": \"France\"\n            },\n            \"dataCentre\": {\n                \"id\": 6,\n                \"name\": \"Global Switch\"\n            },\n            \"metro\": \"Paris\",\n            \"market\": \"FR\",\n            \"status\": \"Active\",\n            \"longitude\": 2.296142,\n            \"latitude\": 48.899635,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": null,\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                },\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 607,\n            \"name\": \"Digital Realty Toronto YYZ11\",\n            \"address\": {\n                \"street\": \"1 Century Place\",\n                \"suburb\": \"Woodbridge\",\n                \"city\": \"Toronto\",\n                \"state\": \"ON\",\n                \"postcode\": \"L4L 8R2\",\n                \"country\": \"Canada\"\n            },\n            \"dataCentre\": {\n                \"id\": 3,\n                \"name\": \"Digital Realty\"\n            },\n            \"metro\": \"Toronto\",\n            \"market\": \"CA\",\n            \"status\": \"Active\",\n            \"longitude\": -79.54057,\n            \"latitude\": 43.778847,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 608,\n            \"name\": \"Centersquare SE1-Lynwood\",\n            \"address\": {\n                \"street\": \"17300 Hwy 99\",\n                \"suburb\": null,\n                \"city\": \"Seattle\",\n                \"state\": \"WA\",\n                \"postcode\": \"98037\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 288,\n                \"name\": \"Centersquare\"\n            },\n            \"metro\": \"Seattle\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -122.30166,\n            \"latitude\": 47.841873,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 612,\n            \"name\": \"AtTokyo Data Centre - Beta Route\",\n            \"address\": {\n                \"street\": \"5-6-36 Toyosu Koto-ku\",\n                \"suburb\": null,\n                \"city\": \"Tokyo\",\n                \"state\": null,\n                \"postcode\": \"135-0061\",\n                \"country\": \"Japan\"\n            },\n            \"dataCentre\": {\n                \"id\": 117,\n                \"name\": \"AT TOKYO\"\n            },\n            \"metro\": \"Tokyo\",\n            \"market\": \"JP\",\n            \"status\": \"Active\",\n            \"longitude\": 139.79807,\n            \"latitude\": 35.652214,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 613,\n            \"name\": \"Telehouse Frankfurt\",\n            \"address\": {\n                \"street\": \"Kleyerstraße 75-87\",\n                \"suburb\": null,\n                \"city\": \"Frankfurt\",\n                \"state\": null,\n                \"postcode\": \"60326\",\n                \"country\": \"Germany\"\n            },\n            \"dataCentre\": {\n                \"id\": 45,\n                \"name\": \"Telehouse\"\n            },\n            \"metro\": \"Frankfurt\",\n            \"market\": \"DE\",\n            \"status\": \"Active\",\n            \"longitude\": 8.63004,\n            \"latitude\": 50.096977,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 621,\n            \"name\": \"TierPoint Spokane (SPO)\",\n            \"address\": {\n                \"street\": \"23403 E. Mission Avenue\",\n                \"suburb\": \"Spokane\",\n                \"city\": \"Liberty Lake\",\n                \"state\": \"WA\",\n                \"postcode\": \"99019\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 97,\n                \"name\": \"TierPoint\"\n            },\n            \"metro\": \"Seattle\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -117.093,\n            \"latitude\": 47.671,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 622,\n            \"name\": \"Pulsant South London\",\n            \"address\": {\n                \"street\": \"35 Imperial Way\",\n                \"suburb\": null,\n                \"city\": \"Croydon\",\n                \"state\": null,\n                \"postcode\": \"CR0 4RR\",\n                \"country\": \"United Kingdom\"\n            },\n            \"dataCentre\": {\n                \"id\": 121,\n                \"name\": \"Pulsant\"\n            },\n            \"metro\": \"London\",\n            \"market\": \"UK\",\n            \"status\": \"Active\",\n            \"longitude\": -0.117907,\n            \"latitude\": 51.35716,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 624,\n            \"name\": \"Pulsant South Gyle\",\n            \"address\": {\n                \"street\": \"Unit 6, The Clocktower Estate, South Gyle Crescent\",\n                \"suburb\": null,\n                \"city\": \"Edinburgh\",\n                \"state\": null,\n                \"postcode\": \"EH12 9LB\",\n                \"country\": \"United Kingdom\"\n            },\n            \"dataCentre\": {\n                \"id\": 121,\n                \"name\": \"Pulsant\"\n            },\n            \"metro\": \"Edinburgh\",\n            \"market\": \"UK\",\n            \"status\": \"Active\",\n            \"longitude\": -3.294506,\n            \"latitude\": 55.9295,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 625,\n            \"name\": \"Pulsant Milton Keynes\",\n            \"address\": {\n                \"street\": \"St Neots House, Rockingham Drive\",\n                \"suburb\": null,\n                \"city\": \"Linford Wood\",\n                \"state\": null,\n                \"postcode\": \"MK14 6LY\",\n                \"country\": \"United Kingdom\"\n            },\n            \"dataCentre\": {\n                \"id\": 121,\n                \"name\": \"Pulsant\"\n            },\n            \"metro\": \"London\",\n            \"market\": \"UK\",\n            \"status\": \"Active\",\n            \"longitude\": -0.755824,\n            \"latitude\": 52.05524,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 626,\n            \"name\": \"TierPoint Marlborough (MRL)\",\n            \"address\": {\n                \"street\": \"34 St. Martin Drive\",\n                \"suburb\": \"Boston\",\n                \"city\": \"Marlborough\",\n                \"state\": \"MA\",\n                \"postcode\": \"01752\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 97,\n                \"name\": \"TierPoint\"\n            },\n            \"metro\": \"Boston\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -71.58,\n            \"latitude\": 42.313,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 627,\n            \"name\": \"TierPoint Hawthorne (HWT)\",\n            \"address\": {\n                \"street\": \"11 Skyline Drive\",\n                \"suburb\": \"New York\",\n                \"city\": \"Hawthorne\",\n                \"state\": \"NY\",\n                \"postcode\": \"10532\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 97,\n                \"name\": \"TierPoint\"\n            },\n            \"metro\": \"New York\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -73.817,\n            \"latitude\": 41.089,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 629,\n            \"name\": \"TierPoint Durham (RTP)\",\n            \"address\": {\n                \"street\": \"99 TW Alexander Drive\",\n                \"suburb\": null,\n                \"city\": \"Durham\",\n                \"state\": \"NC\",\n                \"postcode\": \"27709\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 97,\n                \"name\": \"TierPoint\"\n            },\n            \"metro\": \"Raleigh\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -78.881,\n            \"latitude\": 35.896,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 630,\n            \"name\": \"TierPoint Dallas (DA2)\",\n            \"address\": {\n                \"street\": \"820 Allen Commerce Parkway\",\n                \"suburb\": null,\n                \"city\": \"Allen\",\n                \"state\": \"TX\",\n                \"postcode\": \"750I3\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 97,\n                \"name\": \"TierPoint\"\n            },\n            \"metro\": \"Dallas\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -96.659,\n            \"latitude\": 33.138,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 633,\n            \"name\": \"TierPoint Andover (AND)\",\n            \"address\": {\n                \"street\": \"15 Shattuck Road\",\n                \"suburb\": \"Boston\",\n                \"city\": \"Andover\",\n                \"state\": \"MA\",\n                \"postcode\": \"01810\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 97,\n                \"name\": \"TierPoint\"\n            },\n            \"metro\": \"Boston\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -71.21,\n            \"latitude\": 42.685,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 634,\n            \"name\": \"Telehouse Paris Magny-les-Hameaux\",\n            \"address\": {\n                \"street\": \"Rue Pablo Picasso 1\",\n                \"suburb\": \"Magny-les-Hameaux\",\n                \"city\": \"Paris\",\n                \"state\": null,\n                \"postcode\": \"78114\",\n                \"country\": \"France\"\n            },\n            \"dataCentre\": {\n                \"id\": 45,\n                \"name\": \"Telehouse\"\n            },\n            \"metro\": \"Paris\",\n            \"market\": \"FR\",\n            \"status\": \"Active\",\n            \"longitude\": 2.078957,\n            \"latitude\": 48.72647,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 635,\n            \"name\": \"Switch Grand Rapids (The Pyramid)\",\n            \"address\": {\n                \"street\": \"6100 E Paris Ave S E\",\n                \"suburb\": null,\n                \"city\": \"Caledonia\",\n                \"state\": \"MI\",\n                \"postcode\": \"49316\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 37,\n                \"name\": \"Switch\"\n            },\n            \"metro\": \"Grand Rapids\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -85.56029,\n            \"latitude\": 42.852398,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 636,\n            \"name\": \"Switch Reno (The Citadel)\",\n            \"address\": {\n                \"street\": \"1 Superloop Circle\",\n                \"suburb\": \"McCarran\",\n                \"city\": \"Reno\",\n                \"state\": \"NV\",\n                \"postcode\": \"89434\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 37,\n                \"name\": \"Switch\"\n            },\n            \"metro\": \"Reno\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -119.47551,\n            \"latitude\": 39.51434,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 637,\n            \"name\": \"Equinix MD2\",\n            \"address\": {\n                \"street\": \"Calle Valgrande, 6\",\n                \"suburb\": \"Alcobendas\",\n                \"city\": \"Madrid\",\n                \"state\": null,\n                \"postcode\": \"28108\",\n                \"country\": \"Spain\"\n            },\n            \"dataCentre\": {\n                \"id\": 5,\n                \"name\": \"Equinix\"\n            },\n            \"metro\": \"Madrid\",\n            \"market\": \"ES\",\n            \"status\": \"Active\",\n            \"longitude\": -3.648745,\n            \"latitude\": 40.536816,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 639,\n            \"name\": \"Digital Realty Interxion MAD2\",\n            \"address\": {\n                \"street\": \"Calle de Albasanz, 73\",\n                \"suburb\": null,\n                \"city\": \"Madrid\",\n                \"state\": null,\n                \"postcode\": \"28037\",\n                \"country\": \"Spain\"\n            },\n            \"dataCentre\": {\n                \"id\": 9,\n                \"name\": \"Interxion\"\n            },\n            \"metro\": \"Madrid\",\n            \"market\": \"ES\",\n            \"status\": \"Active\",\n            \"longitude\": -3.621337,\n            \"latitude\": 40.43932,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 641,\n            \"name\": \"LuxConnect DC 1.1\",\n            \"address\": {\n                \"street\": \"4 rue A. Graham Bell, DC1.1\",\n                \"suburb\": null,\n                \"city\": \"Bettembourg\",\n                \"state\": null,\n                \"postcode\": \"3235\",\n                \"country\": \"Luxembourg\"\n            },\n            \"dataCentre\": {\n                \"id\": 130,\n                \"name\": \"LuxConnect\"\n            },\n            \"metro\": \"Luxembourg\",\n            \"market\": \"LU\",\n            \"status\": \"Active\",\n            \"longitude\": 6.113267,\n            \"latitude\": 49.5049,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 642,\n            \"name\": \"DXC Technology Sydney\",\n            \"address\": {\n                \"street\": \"Corner Capicure Drive and Roberts Road\",\n                \"suburb\": \"Eastern Creek\",\n                \"city\": \"Sydney\",\n                \"state\": \"NSW\",\n                \"postcode\": \"2766\",\n                \"country\": \"Australia\"\n            },\n            \"dataCentre\": {\n                \"id\": 122,\n                \"name\": \"DXC Technology\"\n            },\n            \"metro\": \"Sydney\",\n            \"market\": \"AU\",\n            \"status\": \"Active\",\n            \"longitude\": 150.8374,\n            \"latitude\": -33.816143,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 643,\n            \"name\": \"Redcentric Woking Data Centre\",\n            \"address\": {\n                \"street\": \"21, Goldsworth Park Trading Estate, Kestrel Way\",\n                \"suburb\": null,\n                \"city\": \"London\",\n                \"state\": null,\n                \"postcode\": \"GU21 3BA\",\n                \"country\": \"United Kingdom\"\n            },\n            \"dataCentre\": {\n                \"id\": 263,\n                \"name\": \"Redcentric\"\n            },\n            \"metro\": \"London\",\n            \"market\": \"UK\",\n            \"status\": \"Active\",\n            \"longitude\": -0.586694,\n            \"latitude\": 51.32334,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 644,\n            \"name\": \"Digital Realty Melbourne MEL11\",\n            \"address\": {\n                \"street\": \"72 Radnor Drive\",\n                \"suburb\": \"Deer Park\",\n                \"city\": \"Melbourne\",\n                \"state\": \"VIC\",\n                \"postcode\": \"3023\",\n                \"country\": \"Australia\"\n            },\n            \"dataCentre\": {\n                \"id\": 3,\n                \"name\": \"Digital Realty\"\n            },\n            \"metro\": \"Melbourne\",\n            \"market\": \"AU\",\n            \"status\": \"Active\",\n            \"longitude\": 144.77788,\n            \"latitude\": -37.781815,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 645,\n            \"name\": \"Macquarie IC4\",\n            \"address\": {\n                \"street\": \"6 Pearce Avenue\",\n                \"suburb\": null,\n                \"city\": \"Canberra\",\n                \"state\": \"ACT\",\n                \"postcode\": \"2609\",\n                \"country\": \"Australia\"\n            },\n            \"dataCentre\": {\n                \"id\": 30,\n                \"name\": \"Macquarie Telecom\"\n            },\n            \"metro\": \"Canberra\",\n            \"market\": \"AU\",\n            \"status\": \"Active\",\n            \"longitude\": 149.20198,\n            \"latitude\": -35.301044,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 646,\n            \"name\": \"1623 Farnam Data Center\",\n            \"address\": {\n                \"street\": \"1623 Farnam Street, Suite 860\",\n                \"suburb\": null,\n                \"city\": \"Omaha\",\n                \"state\": \"NE\",\n                \"postcode\": \"68102\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 128,\n                \"name\": \"1623 Farnam\"\n            },\n            \"metro\": \"Omaha\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -95.93811,\n            \"latitude\": 41.25744,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 647,\n            \"name\": \"Centersquare Chicago ORD2-A/ORD2-B\",\n            \"address\": {\n                \"street\": \"2425 Busse Road\",\n                \"suburb\": \"Elk Grove Village\",\n                \"city\": \"Chicago\",\n                \"state\": \"IL\",\n                \"postcode\": \"60007\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 288,\n                \"name\": \"Centersquare\"\n            },\n            \"metro\": \"Chicago\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -87.95849,\n            \"latitude\": 41.99234,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                },\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 650,\n            \"name\": \"CoreSite BO1\",\n            \"address\": {\n                \"street\": \"70 Innerbelt Road\",\n                \"suburb\": \"Somerville\",\n                \"city\": \"Boston\",\n                \"state\": \"MA\",\n                \"postcode\": \"02143\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 18,\n                \"name\": \"CoreSite\"\n            },\n            \"metro\": \"Boston\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -71.07981,\n            \"latitude\": 42.37647,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 651,\n            \"name\": \"Sungard AS Lognes\",\n            \"address\": {\n                \"street\": \"93 Cours des Petites Ecuries\",\n                \"suburb\": null,\n                \"city\": \"Paris\",\n                \"state\": null,\n                \"postcode\": \"77185\",\n                \"country\": \"France\"\n            },\n            \"dataCentre\": {\n                \"id\": 124,\n                \"name\": \"Sungard AS\"\n            },\n            \"metro\": \"Paris\",\n            \"market\": \"FR\",\n            \"status\": \"Active\",\n            \"longitude\": 2.641407,\n            \"latitude\": 48.83689,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 652,\n            \"name\": \"Sungard AS Scottsdale\",\n            \"address\": {\n                \"street\": \"7499 East Paradise Lane\",\n                \"suburb\": \"Scottsdale\",\n                \"city\": \"Phoenix\",\n                \"state\": \"AZ\",\n                \"postcode\": \"85260\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 311,\n                \"name\": \"11:11 Systems\"\n            },\n            \"metro\": \"Phoenix\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -111.91785,\n            \"latitude\": 33.63245,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 654,\n            \"name\": \"365 Data Centers Alpharetta\",\n            \"address\": {\n                \"street\": \"11650 Great Oaks Way\",\n                \"suburb\": \"Alpharetta\",\n                \"city\": \"Atlanta\",\n                \"state\": \"GA\",\n                \"postcode\": \"30022\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 209,\n                \"name\": \"365 Data Centers\"\n            },\n            \"metro\": \"Atlanta\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -84.27275,\n            \"latitude\": 34.0634,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 655,\n            \"name\": \"Equinix NY2\",\n            \"address\": {\n                \"street\": \"275 Hartz Way\",\n                \"suburb\": \"Secaucus\",\n                \"city\": \"New York\",\n                \"state\": \"NJ\",\n                \"postcode\": \"07094\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 5,\n                \"name\": \"Equinix\"\n            },\n            \"metro\": \"New York\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -74.07585,\n            \"latitude\": 40.777916,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000,\n                        25000,\n                        50000,\n                        100000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 656,\n            \"name\": \"365 Data Centers Philadelphia (Downtown)\",\n            \"address\": {\n                \"street\": \"1500 Spring Garden Street\",\n                \"suburb\": \"Philadelphia\",\n                \"city\": \"Philadelphia\",\n                \"state\": \"PA\",\n                \"postcode\": \"19130\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 209,\n                \"name\": \"365 Data Centers\"\n            },\n            \"metro\": \"Philadelphia\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -75.16406,\n            \"latitude\": 39.962105,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 657,\n            \"name\": \"365 Data Centers Aurora\",\n            \"address\": {\n                \"street\": \"3431 N. Windsor Drive\",\n                \"suburb\": \"Aurora\",\n                \"city\": \"Denver\",\n                \"state\": \"CO\",\n                \"postcode\": \"80011\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 209,\n                \"name\": \"365 Data Centers\"\n            },\n            \"metro\": \"Denver\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -104.761925,\n            \"latitude\": 39.762714,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 658,\n            \"name\": \"123NET Data Center (DC1)\",\n            \"address\": {\n                \"street\": \"24700 Northwestern Highway\",\n                \"suburb\": \"Southfield Michigan\",\n                \"city\": \"Detroit\",\n                \"state\": \"MI\",\n                \"postcode\": \"24700\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 127,\n                \"name\": \"123Net\"\n            },\n            \"metro\": \"Detroit\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -83.23849,\n            \"latitude\": 42.47186,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 660,\n            \"name\": \"Hurricane Electric HE2\",\n            \"address\": {\n                \"street\": \"48233 Warm Springs Boulevard\",\n                \"suburb\": \"Fremont\",\n                \"city\": \"Fremont\",\n                \"state\": \"CA\",\n                \"postcode\": \"94539\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 126,\n                \"name\": \"Hurricane Electric\"\n            },\n            \"metro\": \"Bay Area\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -121.92006,\n            \"latitude\": 37.471546,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": null,\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                },\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 661,\n            \"name\": \"Centersquare Columbus CMH1-A\",\n            \"address\": {\n                \"street\": \"8180 Green Meadows Drive North Lewis Center\",\n                \"suburb\": null,\n                \"city\": \"Columbus\",\n                \"state\": \"OH\",\n                \"postcode\": \"43035\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 288,\n                \"name\": \"Centersquare\"\n            },\n            \"metro\": \"Columbus\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -83.01072,\n            \"latitude\": 40.168816,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 663,\n            \"name\": \"DXC Technology Melbourne\",\n            \"address\": {\n                \"street\": \"4 Wesley Court\",\n                \"suburb\": \"Burwood East\",\n                \"city\": \"Melbourne\",\n                \"state\": \"VIC\",\n                \"postcode\": \"3151\",\n                \"country\": \"Australia\"\n            },\n            \"dataCentre\": {\n                \"id\": 122,\n                \"name\": \"DXC Technology\"\n            },\n            \"metro\": \"Melbourne\",\n            \"market\": \"AU\",\n            \"status\": \"Active\",\n            \"longitude\": 145.16524,\n            \"latitude\": -37.857372,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 664,\n            \"name\": \"Digital Realty Interxion DUS1 CPR2\",\n            \"address\": {\n                \"street\": \"In der Steele 29\",\n                \"suburb\": null,\n                \"city\": \"Dusseldorf\",\n                \"state\": null,\n                \"postcode\": \"40599\",\n                \"country\": \"Germany\"\n            },\n            \"dataCentre\": {\n                \"id\": 9,\n                \"name\": \"Interxion\"\n            },\n            \"metro\": \"Dusseldorf\",\n            \"market\": \"DE\",\n            \"status\": \"Active\",\n            \"longitude\": 6.86722,\n            \"latitude\": 51.1883,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 670,\n            \"name\": \"365 Data Centers Carlstadt\",\n            \"address\": {\n                \"street\": \"410 Commerce Boulevard\",\n                \"suburb\": \"Carlstadt\",\n                \"city\": \"Carlstadt\",\n                \"state\": \"NJ\",\n                \"postcode\": \"07072\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 209,\n                \"name\": \"365 Data Centers\"\n            },\n            \"metro\": \"New York\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -74.04813,\n            \"latitude\": 40.8296,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 672,\n            \"name\": \"Digital Realty Frankfurt FRA30\",\n            \"address\": {\n                \"street\": \"Wilhelm-Fay-Straße 24\",\n                \"suburb\": null,\n                \"city\": \"Frankfurt\",\n                \"state\": null,\n                \"postcode\": \"65936\",\n                \"country\": \"Germany\"\n            },\n            \"dataCentre\": {\n                \"id\": 3,\n                \"name\": \"Digital Realty\"\n            },\n            \"metro\": \"Frankfurt\",\n            \"market\": \"DE\",\n            \"status\": \"Active\",\n            \"longitude\": 8.58553,\n            \"latitude\": 50.1271,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 673,\n            \"name\": \"Datacom@AirTrunk Melbourne\",\n            \"address\": {\n                \"street\": \"176 Swann Drive\",\n                \"suburb\": \"Derrimut\",\n                \"city\": \"Melbourne\",\n                \"state\": \"VIC\",\n                \"postcode\": \"3030\",\n                \"country\": \"Australia\"\n            },\n            \"dataCentre\": {\n                \"id\": 26,\n                \"name\": \"Datacom\"\n            },\n            \"metro\": \"Melbourne\",\n            \"market\": \"AU\",\n            \"status\": \"Active\",\n            \"longitude\": 144.77365,\n            \"latitude\": -37.800396,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 674,\n            \"name\": \"Datacom@AirTrunk Sydney\",\n            \"address\": {\n                \"street\": \"35 Huntingwood Drive\",\n                \"suburb\": \"Huntingwood\",\n                \"city\": \"Sydney\",\n                \"state\": \"NSW\",\n                \"postcode\": \"2148\",\n                \"country\": \"Australia\"\n            },\n            \"dataCentre\": {\n                \"id\": 26,\n                \"name\": \"Datacom\"\n            },\n            \"metro\": \"Sydney\",\n            \"market\": \"AU\",\n            \"status\": \"Active\",\n            \"longitude\": 150.88165,\n            \"latitude\": -33.799328,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 754,\n            \"name\": \"CoreSite NY2\",\n            \"address\": {\n                \"street\": \"2 Emerson Lane\",\n                \"suburb\": null,\n                \"city\": \"Secaucus\",\n                \"state\": \"NJ\",\n                \"postcode\": \"07094\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 18,\n                \"name\": \"CoreSite\"\n            },\n            \"metro\": \"New York\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -74.064896,\n            \"latitude\": 40.78429,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 799,\n            \"name\": \"Centersquare LHR3-A\",\n            \"address\": {\n                \"street\": \"Eskdale Road Winnersh Triangle\",\n                \"suburb\": null,\n                \"city\": \"Wokingham\",\n                \"state\": null,\n                \"postcode\": \"RG41 5TS\",\n                \"country\": \"United Kingdom\"\n            },\n            \"dataCentre\": {\n                \"id\": 288,\n                \"name\": \"Centersquare\"\n            },\n            \"metro\": \"London\",\n            \"market\": \"UK\",\n            \"status\": \"Deployment\",\n            \"longitude\": -0.8813519,\n            \"latitude\": 51.43904,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1025,\n            \"name\": \"NYI-Sirius\",\n            \"address\": {\n                \"street\": \"60 Hudson Street\",\n                \"suburb\": null,\n                \"city\": \"New York\",\n                \"state\": \"NY\",\n                \"postcode\": \"10013\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 41,\n                \"name\": \"NYI\"\n            },\n            \"metro\": \"New York\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -74.00831,\n            \"latitude\": 40.717728,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1046,\n            \"name\": \"Fujitsu Western Sydney\",\n            \"address\": {\n                \"street\": \"6 Bellevue Circuit\",\n                \"suburb\": \"Pemulwuy\",\n                \"city\": \"Sydney\",\n                \"state\": \"NSW\",\n                \"postcode\": \"2145\",\n                \"country\": \"Australia\"\n            },\n            \"dataCentre\": {\n                \"id\": 11,\n                \"name\": \"Fujitsu\"\n            },\n            \"metro\": \"Sydney\",\n            \"market\": \"AU\",\n            \"status\": \"Active\",\n            \"longitude\": 150.92311,\n            \"latitude\": -33.82227,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 1047,\n            \"name\": \"NorthC Amsterdam\",\n            \"address\": {\n                \"street\": \"Fokkerweg 300\",\n                \"suburb\": null,\n                \"city\": \"Oude Meer\",\n                \"state\": null,\n                \"postcode\": \"1438 AN\",\n                \"country\": \"Netherlands\"\n            },\n            \"dataCentre\": {\n                \"id\": 207,\n                \"name\": \"NorthC\"\n            },\n            \"metro\": \"Amsterdam\",\n            \"market\": \"NL\",\n            \"status\": \"Active\",\n            \"longitude\": 4.7873826,\n            \"latitude\": 52.293022,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": null,\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                },\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1055,\n            \"name\": \"KAO Data Center\",\n            \"address\": {\n                \"street\": \"London Road\",\n                \"suburb\": null,\n                \"city\": \"Harlow\",\n                \"state\": null,\n                \"postcode\": \"CM17 9NA\",\n                \"country\": \"United Kingdom\"\n            },\n            \"dataCentre\": {\n                \"id\": 212,\n                \"name\": \"KAO DATA\"\n            },\n            \"metro\": \"London\",\n            \"market\": \"UK\",\n            \"status\": \"Active\",\n            \"longitude\": 0.1338388,\n            \"latitude\": 51.75546,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1058,\n            \"name\": \"Green DC Zurich (West-1)\",\n            \"address\": {\n                \"street\": \"Industriestrasse 33\",\n                \"suburb\": \"Lupfig\",\n                \"city\": \"Zurich\",\n                \"state\": null,\n                \"postcode\": \"5242\",\n                \"country\": \"Switzerland\"\n            },\n            \"dataCentre\": {\n                \"id\": 213,\n                \"name\": \"Green Datacenter\"\n            },\n            \"metro\": \"Zurich\",\n            \"market\": \"CH\",\n            \"status\": \"Active\",\n            \"longitude\": 8.210847,\n            \"latitude\": 47.446114,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1086,\n            \"name\": \"Leading Edge Data Centres\",\n            \"address\": {\n                \"street\": \"1 McIntosh Drive\",\n                \"suburb\": null,\n                \"city\": \"Mayfield West Newcastle\",\n                \"state\": \"NSW\",\n                \"postcode\": \"2304\",\n                \"country\": \"Australia\"\n            },\n            \"dataCentre\": {\n                \"id\": 218,\n                \"name\": \"Leading Edge Data Centres\"\n            },\n            \"metro\": \"Newcastle\",\n            \"market\": \"AU\",\n            \"status\": \"Active\",\n            \"longitude\": 151.73056,\n            \"latitude\": -32.88291,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1092,\n            \"name\": \"NorthC Almere\",\n            \"address\": {\n                \"street\": \"Rondebeltweg 62\",\n                \"suburb\": null,\n                \"city\": \"Almere\",\n                \"state\": null,\n                \"postcode\": \"1438 AN\",\n                \"country\": \"Netherlands\"\n            },\n            \"dataCentre\": {\n                \"id\": 207,\n                \"name\": \"NorthC\"\n            },\n            \"metro\": \"Amsterdam\",\n            \"market\": \"NL\",\n            \"status\": \"Deployment\",\n            \"longitude\": 5.2687926,\n            \"latitude\": 52.364353,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1106,\n            \"name\": \"Digital Realty Charlotte CLT10\",\n            \"address\": {\n                \"street\": \"113 North Myers Street\",\n                \"suburb\": null,\n                \"city\": \"Charlotte\",\n                \"state\": \"NC\",\n                \"postcode\": \"28202\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 3,\n                \"name\": \"Digital Realty\"\n            },\n            \"metro\": \"Charlotte\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -80.83557,\n            \"latitude\": 35.221878,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1109,\n            \"name\": \"Singtel Data Center\",\n            \"address\": {\n                \"street\": \"38 Kim Chuan Rd\",\n                \"suburb\": null,\n                \"city\": \"Singapore\",\n                \"state\": null,\n                \"postcode\": \"537055\",\n                \"country\": \"Singapore\"\n            },\n            \"dataCentre\": {\n                \"id\": 222,\n                \"name\": \"Singtel\"\n            },\n            \"metro\": \"Singapore\",\n            \"market\": \"SG\",\n            \"status\": \"Restricted\",\n            \"longitude\": 103.88848,\n            \"latitude\": 1.340259,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1110,\n            \"name\": \"Xtreme DC, Wellington\",\n            \"address\": {\n                \"street\": \"191 Thorndon Quay,\",\n                \"suburb\": null,\n                \"city\": \"Wellington\",\n                \"state\": null,\n                \"postcode\": \"6011\",\n                \"country\": \"New Zealand\"\n            },\n            \"dataCentre\": {\n                \"id\": 221,\n                \"name\": \"Xtreme Data Center\"\n            },\n            \"metro\": \"Wellington\",\n            \"market\": \"NZ\",\n            \"status\": \"Active\",\n            \"longitude\": 174.7818,\n            \"latitude\": -41.271755,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1111,\n            \"name\": \"NTT Global Data Centers - Hillsboro HI1\",\n            \"address\": {\n                \"street\": \"4050 NE Evergreen Rd\",\n                \"suburb\": null,\n                \"city\": \"Hillsboro\",\n                \"state\": \"OR\",\n                \"postcode\": \"97124\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 21,\n                \"name\": \"RagingWire\"\n            },\n            \"metro\": \"Portland\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -122.937775,\n            \"latitude\": 45.54949,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1112,\n            \"name\": \"NTT Global Data Centers - Chicago CH1\",\n            \"address\": {\n                \"street\": \"255 Pierce Road\",\n                \"suburb\": null,\n                \"city\": \"Chicago\",\n                \"state\": \"IL\",\n                \"postcode\": \"60143\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 21,\n                \"name\": \"RagingWire\"\n            },\n            \"metro\": \"Chicago\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -88.007385,\n            \"latitude\": 41.986088,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1114,\n            \"name\": \"Digital Realty Singapore SIN12\",\n            \"address\": {\n                \"street\": \"11 Loyang Close, Suite 310\",\n                \"suburb\": null,\n                \"city\": \"Singapore\",\n                \"state\": null,\n                \"postcode\": \"506756\",\n                \"country\": \"Singapore\"\n            },\n            \"dataCentre\": {\n                \"id\": 3,\n                \"name\": \"Digital Realty\"\n            },\n            \"metro\": \"Singapore\",\n            \"market\": \"SG\",\n            \"status\": \"Active\",\n            \"longitude\": 103.97087,\n            \"latitude\": 1.3733156,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1117,\n            \"name\": \"Cyrus One Allen\",\n            \"address\": {\n                \"street\": \"2300 Chelsea Boulevard\",\n                \"suburb\": null,\n                \"city\": \"Allen\",\n                \"state\": \"TX\",\n                \"postcode\": \"75013\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 2,\n                \"name\": \"CyrusOne\"\n            },\n            \"metro\": \"Dallas\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -96.6634,\n            \"latitude\": 33.13717,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1118,\n            \"name\": \"Recovery Point Data Center - Germantown\",\n            \"address\": {\n                \"street\": \"20441 Century Blvd\",\n                \"suburb\": null,\n                \"city\": \"Germantown\",\n                \"state\": \"MD\",\n                \"postcode\": \"20874\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 216,\n                \"name\": \"Recovery Point Data Centers\"\n            },\n            \"metro\": \"Ashburn\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -77.26525,\n            \"latitude\": 39.19491,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1119,\n            \"name\": \"CyrusOne Council Bluffs\",\n            \"address\": {\n                \"street\": \"4700 Gifford Road\",\n                \"suburb\": null,\n                \"city\": \"Council Bluffs\",\n                \"state\": \"IA\",\n                \"postcode\": \"51501\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 2,\n                \"name\": \"CyrusOne\"\n            },\n            \"metro\": \"Omaha\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -95.87929,\n            \"latitude\": 41.21235,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1122,\n            \"name\": \"Netrality St. Louis (Tucker)\",\n            \"address\": {\n                \"street\": \"210 N. Tucker Boulevard\",\n                \"suburb\": null,\n                \"city\": \"St. Louis\",\n                \"state\": \"MO\",\n                \"postcode\": \"63101\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 50,\n                \"name\": \"Netrality\"\n            },\n            \"metro\": \"St Louis\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -90.19741,\n            \"latitude\": 38.62915,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1123,\n            \"name\": \"Andorix Data Center\",\n            \"address\": {\n                \"street\": \"250 Front Street West\",\n                \"suburb\": null,\n                \"city\": \"Toronto\",\n                \"state\": \"ON\",\n                \"postcode\": \"M5V3G5\",\n                \"country\": \"Canada\"\n            },\n            \"dataCentre\": {\n                \"id\": 223,\n                \"name\": \"Andorix\"\n            },\n            \"metro\": \"Toronto\",\n            \"market\": \"CA\",\n            \"status\": \"Active\",\n            \"longitude\": -79.38771,\n            \"latitude\": 43.64443,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1126,\n            \"name\": \"DataBank Irvine SNA2\",\n            \"address\": {\n                \"street\": \"17400 Von Karman Avenue\",\n                \"suburb\": null,\n                \"city\": \"Irvine\",\n                \"state\": \"CA\",\n                \"postcode\": \"92614\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 58,\n                \"name\": \"DataBank\"\n            },\n            \"metro\": \"Los Angeles\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -117.85932,\n            \"latitude\": 33.66957,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1137,\n            \"name\": \"Centersquare NYC3 Secaucus\",\n            \"address\": {\n                \"street\": \"15 Enterprise Avenue N.\",\n                \"suburb\": null,\n                \"city\": \"Secaucus\",\n                \"state\": \"NJ\",\n                \"postcode\": \"07094\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 288,\n                \"name\": \"Centersquare\"\n            },\n            \"metro\": \"New York\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -74.06897,\n            \"latitude\": 40.78577,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1142,\n            \"name\": \"Beyond Data Center\",\n            \"address\": {\n                \"street\": \"Adama Kręglewskiego 11\",\n                \"suburb\": null,\n                \"city\": \"Poznan\",\n                \"state\": null,\n                \"postcode\": \"61-248\",\n                \"country\": \"Poland\"\n            },\n            \"dataCentre\": {\n                \"id\": 226,\n                \"name\": \"Beyond.PL\"\n            },\n            \"metro\": \"Warsaw\",\n            \"market\": \"PL\",\n            \"status\": \"Active\",\n            \"longitude\": 16.97509,\n            \"latitude\": 52.38099,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1154,\n            \"name\": \"Digital Realty Tokyo NRT10\",\n            \"address\": {\n                \"street\": \"9-1 Otsuka\",\n                \"suburb\": \"Inzai-City\",\n                \"city\": \"Tokyo\",\n                \"state\": null,\n                \"postcode\": \"270-1352\",\n                \"country\": \"Japan\"\n            },\n            \"dataCentre\": {\n                \"id\": 3,\n                \"name\": \"Digital Realty\"\n            },\n            \"metro\": \"Tokyo\",\n            \"market\": \"JP\",\n            \"status\": \"Active\",\n            \"longitude\": 140.11961,\n            \"latitude\": 35.809906,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1155,\n            \"name\": \"Digital Realty Hong Kong HKG11\",\n            \"address\": {\n                \"street\": \"11 Kin Chuen Street, Suite 210\",\n                \"suburb\": \"Kwai Chung\",\n                \"city\": \"Hong Kong\",\n                \"state\": null,\n                \"postcode\": null,\n                \"country\": \"Hong Kong\"\n            },\n            \"dataCentre\": {\n                \"id\": 3,\n                \"name\": \"Digital Realty\"\n            },\n            \"metro\": \"Hong Kong\",\n            \"market\": \"HK\",\n            \"status\": \"Active\",\n            \"longitude\": 114.12935,\n            \"latitude\": 22.36997,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1159,\n            \"name\": \"NTT Global Data Centers - Santa Clara SV1\",\n            \"address\": {\n                \"street\": \"1150 Walsh Avenue\",\n                \"suburb\": null,\n                \"city\": \"Santa Clara\",\n                \"state\": \"CA\",\n                \"postcode\": \"95050\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 21,\n                \"name\": \"RagingWire\"\n            },\n            \"metro\": \"Bay Area\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -121.95526,\n            \"latitude\": 37.36889,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1161,\n            \"name\": \"DC Alliance\",\n            \"address\": {\n                \"street\": \"1 Martin Place\",\n                \"suburb\": \"Canning Vale\",\n                \"city\": \"Perth\",\n                \"state\": \"WA\",\n                \"postcode\": \"6155\",\n                \"country\": \"Australia\"\n            },\n            \"dataCentre\": {\n                \"id\": 228,\n                \"name\": \"DC Alliance\"\n            },\n            \"metro\": \"Perth\",\n            \"market\": \"AU\",\n            \"status\": \"Active\",\n            \"longitude\": 115.89853,\n            \"latitude\": -32.0694,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1162,\n            \"name\": \"Stream Houston\",\n            \"address\": {\n                \"street\": \"4001 Technology Forest Blvd\",\n                \"suburb\": null,\n                \"city\": \"The Woodlands\",\n                \"state\": \"TX\",\n                \"postcode\": \"77381\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 53,\n                \"name\": \"Stream Data Centers\"\n            },\n            \"metro\": \"Houston\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -95.486305,\n            \"latitude\": 30.178267,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1167,\n            \"name\": \"eStruxture TOR-1\",\n            \"address\": {\n                \"street\": \"151 Front Street W\",\n                \"suburb\": null,\n                \"city\": \"Toronto\",\n                \"state\": \"ON\",\n                \"postcode\": \"M5J2N1\",\n                \"country\": \"Canada\"\n            },\n            \"dataCentre\": {\n                \"id\": 96,\n                \"name\": \"eStruxture\"\n            },\n            \"metro\": \"Toronto\",\n            \"market\": \"CA\",\n            \"status\": \"Active\",\n            \"longitude\": -79.38395,\n            \"latitude\": 43.64477,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 1168,\n            \"name\": \"eStruxture VAN-2\",\n            \"address\": {\n                \"street\": \"555 West Hastings Street\",\n                \"suburb\": null,\n                \"city\": \"Vancouver\",\n                \"state\": \"BC\",\n                \"postcode\": \"V6B 4N6\",\n                \"country\": \"Canada\"\n            },\n            \"dataCentre\": {\n                \"id\": 96,\n                \"name\": \"eStruxture\"\n            },\n            \"metro\": \"Vancouver\",\n            \"market\": \"CA\",\n            \"status\": \"Active\",\n            \"longitude\": -123.11189,\n            \"latitude\": 49.28468,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 1169,\n            \"name\": \"Telehouse NYC - Teleport Campus\",\n            \"address\": {\n                \"street\": \"7 Teleport Drive\",\n                \"suburb\": null,\n                \"city\": \"Staten Island\",\n                \"state\": \"NY\",\n                \"postcode\": \"10311\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 45,\n                \"name\": \"Telehouse\"\n            },\n            \"metro\": \"New York\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -74.17544,\n            \"latitude\": 40.60682,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1172,\n            \"name\": \"Centersquare Piscataway EWR3-A\",\n            \"address\": {\n                \"street\": \"3 Corporate Place, 1st Floor\",\n                \"suburb\": \"Piscataway\",\n                \"city\": \"Piscataway\",\n                \"state\": \"NJ\",\n                \"postcode\": \"08854\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 288,\n                \"name\": \"Centersquare\"\n            },\n            \"metro\": \"New York\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -74.45746,\n            \"latitude\": 40.55405,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1180,\n            \"name\": \"Pulse Data Center\",\n            \"address\": {\n                \"street\": \"Pipe Street\",\n                \"suburb\": \"Toowoomba\",\n                \"city\": \"Toowoomba\",\n                \"state\": \"QLD\",\n                \"postcode\": \"4350\",\n                \"country\": \"Australia\"\n            },\n            \"dataCentre\": {\n                \"id\": 231,\n                \"name\": \"Pulse Data Center\"\n            },\n            \"metro\": \"Brisbane\",\n            \"market\": \"AU\",\n            \"status\": \"Active\",\n            \"longitude\": 151.8427,\n            \"latitude\": -27.536144,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1181,\n            \"name\": \"Centersquare DAL2 (Dallas-Webb)\",\n            \"address\": {\n                \"street\": \"11830 Webb Chapel Road, Suite 200\",\n                \"suburb\": null,\n                \"city\": \"Dallas\",\n                \"state\": \"TX\",\n                \"postcode\": \"75234\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 288,\n                \"name\": \"Centersquare\"\n            },\n            \"metro\": \"Dallas\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -96.87072,\n            \"latitude\": 32.91157,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1197,\n            \"name\": \"Kio Networks - Queretaro QRO1\",\n            \"address\": {\n                \"street\": \"Cerrada de la Princesa #4\",\n                \"suburb\": null,\n                \"city\": \"Querétaro\",\n                \"state\": null,\n                \"postcode\": \"76240\",\n                \"country\": \"Mexico\"\n            },\n            \"dataCentre\": {\n                \"id\": 232,\n                \"name\": \"Kio Networks\"\n            },\n            \"metro\": \"Querétaro\",\n            \"market\": \"MX\",\n            \"status\": \"Active\",\n            \"longitude\": -100.3715,\n            \"latitude\": 20.59652,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1212,\n            \"name\": \"Kio Networks Mexico City MEX2\",\n            \"address\": {\n                \"street\": \"Prolongacion Paseo de la Reforma 5396\",\n                \"suburb\": \"Mexico City\",\n                \"city\": \"Mexico City\",\n                \"state\": null,\n                \"postcode\": \"05000\",\n                \"country\": \"Mexico\"\n            },\n            \"dataCentre\": {\n                \"id\": 232,\n                \"name\": \"Kio Networks\"\n            },\n            \"metro\": \"Mexico City\",\n            \"market\": \"MX\",\n            \"status\": \"Active\",\n            \"longitude\": -99.26559,\n            \"latitude\": 19.37142,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": null,\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                },\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1215,\n            \"name\": \"Kio Networks Mexico City MEX4\",\n            \"address\": {\n                \"street\": \"Boulevard Magnocentro, Blvd. Interlomas 6\",\n                \"suburb\": null,\n                \"city\": \"Mexico City\",\n                \"state\": null,\n                \"postcode\": \"52760\",\n                \"country\": \"Mexico\"\n            },\n            \"dataCentre\": {\n                \"id\": 232,\n                \"name\": \"Kio Networks\"\n            },\n            \"metro\": \"Mexico City\",\n            \"market\": \"MX\",\n            \"status\": \"Active\",\n            \"longitude\": -99.27181,\n            \"latitude\": 19.40216,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": null,\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                },\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1218,\n            \"name\": \"Novva Data Center\",\n            \"address\": {\n                \"street\": \"6477 Wells Park Road\",\n                \"suburb\": null,\n                \"city\": \"West Jordan\",\n                \"state\": \"UT\",\n                \"postcode\": \"84081\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 234,\n                \"name\": \"Novva Data Center\"\n            },\n            \"metro\": \"Salt Lake City\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -112.04565,\n            \"latitude\": 40.57596,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1225,\n            \"name\": \"NTT Global Data Centers - Frankfurt\",\n            \"address\": {\n                \"street\": \"Eschborner Landstrasse 100\",\n                \"suburb\": null,\n                \"city\": \"Frankfurt\",\n                \"state\": null,\n                \"postcode\": \"60489\",\n                \"country\": \"Germany\"\n            },\n            \"dataCentre\": {\n                \"id\": 46,\n                \"name\": \"NTT\"\n            },\n            \"metro\": \"Frankfurt\",\n            \"market\": \"DE\",\n            \"status\": \"Active\",\n            \"longitude\": 8.6013,\n            \"latitude\": 50.12788,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1226,\n            \"name\": \"NTT Global Data Centers - London (YewTree)\",\n            \"address\": {\n                \"street\": \"Yew Tree Avenue\",\n                \"suburb\": \"Dagenham\",\n                \"city\": \"London\",\n                \"state\": null,\n                \"postcode\": \"RM107FN\",\n                \"country\": \"United Kingdom\"\n            },\n            \"dataCentre\": {\n                \"id\": 46,\n                \"name\": \"NTT\"\n            },\n            \"metro\": \"London\",\n            \"market\": \"UK\",\n            \"status\": \"Active\",\n            \"longitude\": 0.16775,\n            \"latitude\": 51.54634,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1227,\n            \"name\": \"NTT Global Data Centers - Vienna\",\n            \"address\": {\n                \"street\": \"Computerstrasse 4\",\n                \"suburb\": null,\n                \"city\": \"Vienna\",\n                \"state\": null,\n                \"postcode\": \"1100\",\n                \"country\": \"Austria\"\n            },\n            \"dataCentre\": {\n                \"id\": 46,\n                \"name\": \"NTT\"\n            },\n            \"metro\": \"Vienna\",\n            \"market\": \"AT\",\n            \"status\": \"Active\",\n            \"longitude\": 16.34191,\n            \"latitude\": 48.15898,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1235,\n            \"name\": \"Switch Atlanta (The Keep)\",\n            \"address\": {\n                \"street\": \"1 Switch Way\",\n                \"suburb\": null,\n                \"city\": \"Lithia Springs\",\n                \"state\": \"GA\",\n                \"postcode\": \"30122.\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 37,\n                \"name\": \"Switch\"\n            },\n            \"metro\": \"Atlanta\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -84.58728,\n            \"latitude\": 33.754856,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": null,\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                },\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1237,\n            \"name\": \"DataBank Las Vegas LAS1\",\n            \"address\": {\n                \"street\": \"7185 Pollock Dr\",\n                \"suburb\": null,\n                \"city\": \"Las Vegas\",\n                \"state\": \"NV\",\n                \"postcode\": \"89119\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 58,\n                \"name\": \"DataBank\"\n            },\n            \"metro\": \"Las Vegas\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -115.14599,\n            \"latitude\": 36.059162,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000,\n                        25000,\n                        50000,\n                        100000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                },\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1238,\n            \"name\": \"CoreSite Chicago\",\n            \"address\": {\n                \"street\": \"427 S LaSalle ST\",\n                \"suburb\": null,\n                \"city\": \"Chicago\",\n                \"state\": \"IL\",\n                \"postcode\": \"60605\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 18,\n                \"name\": \"CoreSite\"\n            },\n            \"metro\": \"Chicago\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -87.63163,\n            \"latitude\": 41.876125,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 1240,\n            \"name\": \"TierPoint Breinigsville (TEK)\",\n            \"address\": {\n                \"street\": \"9999 Hamilton Blvd.\",\n                \"suburb\": null,\n                \"city\": \"Allentown\",\n                \"state\": \"PA\",\n                \"postcode\": \"18031\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 97,\n                \"name\": \"TierPoint\"\n            },\n            \"metro\": \"Philadelphia\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -75.65755,\n            \"latitude\": 40.54437,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1255,\n            \"name\": \"ThinkOn Data Centre - Columbus\",\n            \"address\": {\n                \"street\": \"7000 Souder Road\",\n                \"suburb\": \"Columbus\",\n                \"city\": \"New Albany\",\n                \"state\": \"OH\",\n                \"postcode\": \"43054\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 247,\n                \"name\": \"ThinkOn Data Centres\"\n            },\n            \"metro\": \"Columbus\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -82.80521,\n            \"latitude\": 40.10446,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1256,\n            \"name\": \"AtlasEdge Data Centres - Leeds\",\n            \"address\": {\n                \"street\": \"Cornelius House, Gelderd Close\",\n                \"suburb\": null,\n                \"city\": \"Leeds\",\n                \"state\": null,\n                \"postcode\": \"LS12 6DS\",\n                \"country\": \"United Kingdom\"\n            },\n            \"dataCentre\": {\n                \"id\": 241,\n                \"name\": \"AtlasEdge\"\n            },\n            \"metro\": \"London\",\n            \"market\": \"UK\",\n            \"status\": \"Active\",\n            \"longitude\": -1.58308,\n            \"latitude\": 53.77963,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1257,\n            \"name\": \"AtlasEdge Data Centres - Madrid\",\n            \"address\": {\n                \"street\": \"Avenida de Manoteras, 42\",\n                \"suburb\": null,\n                \"city\": \"Madrid\",\n                \"state\": null,\n                \"postcode\": \"28050\",\n                \"country\": \"Spain\"\n            },\n            \"dataCentre\": {\n                \"id\": 241,\n                \"name\": \"AtlasEdge\"\n            },\n            \"metro\": \"Madrid\",\n            \"market\": \"ES\",\n            \"status\": \"Active\",\n            \"longitude\": -4.02631,\n            \"latitude\": 40.4879,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1258,\n            \"name\": \"AtlasEdge Data Centres - Barcelona\",\n            \"address\": {\n                \"street\": \"Acero 5-9\",\n                \"suburb\": null,\n                \"city\": \"Barcelona\",\n                \"state\": null,\n                \"postcode\": \"0838\",\n                \"country\": \"Spain\"\n            },\n            \"dataCentre\": {\n                \"id\": 241,\n                \"name\": \"AtlasEdge\"\n            },\n            \"metro\": \"Madrid\",\n            \"market\": \"ES\",\n            \"status\": \"Active\",\n            \"longitude\": 2.25316,\n            \"latitude\": 41.45966,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1259,\n            \"name\": \"AtlasEdge Data Centres - Manchester\",\n            \"address\": {\n                \"street\": \"400 BROADWAY\",\n                \"suburb\": null,\n                \"city\": \"Manchester\",\n                \"state\": null,\n                \"postcode\": \"M50 2UE\",\n                \"country\": \"United Kingdom\"\n            },\n            \"dataCentre\": {\n                \"id\": 241,\n                \"name\": \"AtlasEdge\"\n            },\n            \"metro\": \"London\",\n            \"market\": \"UK\",\n            \"status\": \"Restricted\",\n            \"longitude\": -2.29857,\n            \"latitude\": 53.47456,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1260,\n            \"name\": \"AtlasEdge Data Centres - London City\",\n            \"address\": {\n                \"street\": \"Princes Court Wapping Lane\",\n                \"suburb\": \"London\",\n                \"city\": \"London\",\n                \"state\": null,\n                \"postcode\": \"E1W 2DA\",\n                \"country\": \"United Kingdom\"\n            },\n            \"dataCentre\": {\n                \"id\": 241,\n                \"name\": \"AtlasEdge\"\n            },\n            \"metro\": \"London\",\n            \"market\": \"UK\",\n            \"status\": \"Active\",\n            \"longitude\": -0.05841,\n            \"latitude\": 51.50799,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1262,\n            \"name\": \"AtlasEdge Data Centres - Milan\",\n            \"address\": {\n                \"street\": \"Via Lancetti 23\",\n                \"suburb\": null,\n                \"city\": \"Milan\",\n                \"state\": null,\n                \"postcode\": \"20159\",\n                \"country\": \"Italy\"\n            },\n            \"dataCentre\": {\n                \"id\": 241,\n                \"name\": \"AtlasEdge\"\n            },\n            \"metro\": \"Milan\",\n            \"market\": \"IT\",\n            \"status\": \"Active\",\n            \"longitude\": 9.177212,\n            \"latitude\": 45.49542,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1277,\n            \"name\": \"Element Critical Data Centers - Sunnyvale\",\n            \"address\": {\n                \"street\": \"1360 Kifer Road\",\n                \"suburb\": null,\n                \"city\": \"Sunnyvale\",\n                \"state\": \"CA\",\n                \"postcode\": \"94086\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 240,\n                \"name\": \"Element Critical\"\n            },\n            \"metro\": \"Bay Area\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -121.98748,\n            \"latitude\": 37.37209,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1278,\n            \"name\": \"Element Critical Data Centers - Chicago2\",\n            \"address\": {\n                \"street\": \"341 Haynes Drive\",\n                \"suburb\": null,\n                \"city\": \"Wood Dale\",\n                \"state\": \"IL\",\n                \"postcode\": \"60191\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 240,\n                \"name\": \"Element Critical\"\n            },\n            \"metro\": \"Chicago\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -87.96716,\n            \"latitude\": 41.974,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1284,\n            \"name\": \"Element Critical Houston\",\n            \"address\": {\n                \"street\": \"22000 Franz Road\",\n                \"suburb\": null,\n                \"city\": \"Katy\",\n                \"state\": \"TX\",\n                \"postcode\": \"77449\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 240,\n                \"name\": \"Element Critical\"\n            },\n            \"metro\": \"Houston\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -95.75582,\n            \"latitude\": 29.802917,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1285,\n            \"name\": \"TierPoint Jacksonville (JAX)\",\n            \"address\": {\n                \"street\": \"8324 Baymeadows Way\",\n                \"suburb\": null,\n                \"city\": \"Jacksonville\",\n                \"state\": \"FL\",\n                \"postcode\": \"32256\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 97,\n                \"name\": \"TierPoint\"\n            },\n            \"metro\": \"Jacksonville\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -81.58151,\n            \"latitude\": 30.21663,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1286,\n            \"name\": \"Data4 Data Centers - Paris\",\n            \"address\": {\n                \"street\": \"3 Route de Nozay\",\n                \"suburb\": \"Marcoussis\",\n                \"city\": \"Paris\",\n                \"state\": null,\n                \"postcode\": \"91460\",\n                \"country\": \"France\"\n            },\n            \"dataCentre\": {\n                \"id\": 251,\n                \"name\": \"Data4 Data Centers\"\n            },\n            \"metro\": \"Paris\",\n            \"market\": \"FR\",\n            \"status\": \"Active\",\n            \"longitude\": 2.22787,\n            \"latitude\": 48.64353,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1298,\n            \"name\": \"EdgeConneX Detroit\",\n            \"address\": {\n                \"street\": \"21005 Lahser Rd, Bldg 4\",\n                \"suburb\": \"Southfield Michigan\",\n                \"city\": \"Southfield\",\n                \"state\": \"MI\",\n                \"postcode\": \"48033\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 10,\n                \"name\": \"EdgeConneX\"\n            },\n            \"metro\": \"Detroit\",\n            \"market\": \"US\",\n            \"status\": \"Restricted\",\n            \"longitude\": -83.26267,\n            \"latitude\": 42.447666,\n            \"orderingMessage\": null,\n            \"diversityZones\": {},\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1299,\n            \"name\": \"EdgeConneX ATL02\",\n            \"address\": {\n                \"street\": \"1101 Donnelly Avenue SW\",\n                \"suburb\": \"Atlanta\",\n                \"city\": \"Atlanta\",\n                \"state\": \"GA\",\n                \"postcode\": \"30310\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 10,\n                \"name\": \"EdgeConneX\"\n            },\n            \"metro\": \"Atlanta\",\n            \"market\": \"US\",\n            \"status\": \"Restricted\",\n            \"longitude\": -84.42014,\n            \"latitude\": 33.729385,\n            \"orderingMessage\": null,\n            \"diversityZones\": {},\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1300,\n            \"name\": \"EdgeConnex MIA02\",\n            \"address\": {\n                \"street\": \"475 NE 185th Street\",\n                \"suburb\": \"Miami\",\n                \"city\": \"Miami\",\n                \"state\": \"FL\",\n                \"postcode\": \"33172\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 10,\n                \"name\": \"EdgeConneX\"\n            },\n            \"metro\": \"Miami\",\n            \"market\": \"US\",\n            \"status\": \"Restricted\",\n            \"longitude\": -80.38126,\n            \"latitude\": 25.79301,\n            \"orderingMessage\": null,\n            \"diversityZones\": {},\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1303,\n            \"name\": \"Digital Realty Sydney SYD11\",\n            \"address\": {\n                \"street\": \"23 Templar Road\",\n                \"suburb\": \"Erskine Park\",\n                \"city\": \"Sydney\",\n                \"state\": \"NSW\",\n                \"postcode\": \"2759\",\n                \"country\": \"Australia\"\n            },\n            \"dataCentre\": {\n                \"id\": 3,\n                \"name\": \"Digital Realty\"\n            },\n            \"metro\": \"Sydney\",\n            \"market\": \"AU\",\n            \"status\": \"Active\",\n            \"longitude\": 150.79549,\n            \"latitude\": -33.81734,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 1347,\n            \"name\": \"CyrusOne DUR1\",\n            \"address\": {\n                \"street\": \"2223 NE Creek Pkwy\",\n                \"suburb\": null,\n                \"city\": \"Durham\",\n                \"state\": \"NC\",\n                \"postcode\": \"27713\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 2,\n                \"name\": \"CyrusOne\"\n            },\n            \"metro\": \"Raleigh\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -78.88523,\n            \"latitude\": 35.936214,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1352,\n            \"name\": \"Thésée Datacenter - Paris\",\n            \"address\": {\n                \"street\": \"32 rue du Clos Reine\",\n                \"suburb\": \"Aubergenville\",\n                \"city\": \"Paris\",\n                \"state\": null,\n                \"postcode\": \"78410\",\n                \"country\": \"France\"\n            },\n            \"dataCentre\": {\n                \"id\": 258,\n                \"name\": \"Thésée Datacenter\"\n            },\n            \"metro\": \"Paris\",\n            \"market\": \"FR\",\n            \"status\": \"Active\",\n            \"longitude\": 1.84047,\n            \"latitude\": 48.96587,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1363,\n            \"name\": \"CDC Auckland HV1 (Hobsonville)\",\n            \"address\": {\n                \"street\": \"32 Westpoint Drive\",\n                \"suburb\": \"Hobsonville\",\n                \"city\": \"Auckland\",\n                \"state\": null,\n                \"postcode\": \"0618\",\n                \"country\": \"New Zealand\"\n            },\n            \"dataCentre\": {\n                \"id\": 259,\n                \"name\": \"Canberra Data Centres\"\n            },\n            \"metro\": \"Auckland\",\n            \"market\": \"NZ\",\n            \"status\": \"Active\",\n            \"longitude\": 174.63681,\n            \"latitude\": -36.80316,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1370,\n            \"name\": \"CTC Kobe Computer Center\",\n            \"address\": {\n                \"street\": \"Kobe-shi\",\n                \"suburb\": null,\n                \"city\": \"Kita-ku\",\n                \"state\": null,\n                \"postcode\": \"651-1513\",\n                \"country\": \"Japan\"\n            },\n            \"dataCentre\": {\n                \"id\": 261,\n                \"name\": \"CTC Computer Center\"\n            },\n            \"metro\": \"Osaka\",\n            \"market\": \"JP\",\n            \"status\": \"Active\",\n            \"longitude\": 135.2144,\n            \"latitude\": 34.8638,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1371,\n            \"name\": \"CTC Yokohama Computer Center\",\n            \"address\": {\n                \"street\": \"Yokohama Techno Building NORTH, 1-1 Ninomaru Tsuzuki-ku.  Yokohama-shi\",\n                \"suburb\": null,\n                \"city\": \"Kanagawa\",\n                \"state\": null,\n                \"postcode\": \"224-0052\",\n                \"country\": \"Japan\"\n            },\n            \"dataCentre\": {\n                \"id\": 261,\n                \"name\": \"CTC Computer Center\"\n            },\n            \"metro\": \"Tokyo\",\n            \"market\": \"JP\",\n            \"status\": \"Active\",\n            \"longitude\": 139.5608,\n            \"latitude\": 35.5309,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1374,\n            \"name\": \"Netrality Indy Telecom Center\",\n            \"address\": {\n                \"street\": \"701 W Henry St #101\",\n                \"suburb\": null,\n                \"city\": \"Indianapolis\",\n                \"state\": \"IN\",\n                \"postcode\": \"46225\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 50,\n                \"name\": \"Netrality\"\n            },\n            \"metro\": \"Indianapolis\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -86.17096,\n            \"latitude\": 39.75954,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1376,\n            \"name\": \"LightEdge - Altoona1\",\n            \"address\": {\n                \"street\": \"1435 Northridge Circle\",\n                \"suburb\": null,\n                \"city\": \"Altoona\",\n                \"state\": \"IA\",\n                \"postcode\": \"50009\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 264,\n                \"name\": \"Lightedge Data Centers\"\n            },\n            \"metro\": \"Kansas City\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -93.45569,\n            \"latitude\": 41.6668,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1378,\n            \"name\": \"LightEdge - Austin1\",\n            \"address\": {\n                \"street\": \"2916 Montopolis Drive, Suite. 300\",\n                \"suburb\": null,\n                \"city\": \"Austin\",\n                \"state\": \"TX\",\n                \"postcode\": \"78741\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 264,\n                \"name\": \"Lightedge Data Centers\"\n            },\n            \"metro\": \"Austin\",\n            \"market\": \"US\",\n            \"status\": \"Deployment\",\n            \"longitude\": -97.71269,\n            \"latitude\": 30.21419,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1380,\n            \"name\": \"LightEdge - Subtropolis\",\n            \"address\": {\n                \"street\": \"9050 NE Underground Drive, Pillar 32\",\n                \"suburb\": null,\n                \"city\": \"Kansas City\",\n                \"state\": \"KS\",\n                \"postcode\": \"64641\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 264,\n                \"name\": \"Lightedge Data Centers\"\n            },\n            \"metro\": \"Kansas City\",\n            \"market\": \"US\",\n            \"status\": \"Deployment\",\n            \"longitude\": -94.47008,\n            \"latitude\": 39.15947,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1407,\n            \"name\": \"Netrality Kansas City (KC2)\",\n            \"address\": {\n                \"street\": \"7801 Nieman\",\n                \"suburb\": null,\n                \"city\": \"Kansas City\",\n                \"state\": \"KS\",\n                \"postcode\": \"66214\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 50,\n                \"name\": \"Netrality\"\n            },\n            \"metro\": \"Kansas City\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -94.71289,\n            \"latitude\": 38.98649,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1442,\n            \"name\": \"OpenColo\",\n            \"address\": {\n                \"street\": \"3223 Kenneth Street\",\n                \"suburb\": null,\n                \"city\": \"Santa Clara\",\n                \"state\": \"CA\",\n                \"postcode\": \"95054\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 265,\n                \"name\": \"Open Colo\"\n            },\n            \"metro\": \"Bay Area\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -121.95603,\n            \"latitude\": 37.378887,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1443,\n            \"name\": \"OneNeck Data Centers - Minneapolis\",\n            \"address\": {\n                \"street\": \"10290 West 70th Street\",\n                \"suburb\": null,\n                \"city\": \"Eden Prarie\",\n                \"state\": \"MN\",\n                \"postcode\": \"55344\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 266,\n                \"name\": \"OneNeck Data Centers\"\n            },\n            \"metro\": \"Minneapolis\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -93.4076,\n            \"latitude\": 44.8767,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 1444,\n            \"name\": \"OneNeck Data Centers - Madison\",\n            \"address\": {\n                \"street\": \"5515 Nobel Drive\",\n                \"suburb\": null,\n                \"city\": \"Fitchburg\",\n                \"state\": \"WI\",\n                \"postcode\": \"53711\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 266,\n                \"name\": \"OneNeck Data Centers\"\n            },\n            \"metro\": \"Madison\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -89.42326,\n            \"latitude\": 42.99465,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 1445,\n            \"name\": \"OneNeck Data Centers - Des Moines\",\n            \"address\": {\n                \"street\": \"390 N Alices Road\",\n                \"suburb\": null,\n                \"city\": \"Waukee\",\n                \"state\": \"IA\",\n                \"postcode\": \"50263\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 266,\n                \"name\": \"OneNeck Data Centers\"\n            },\n            \"metro\": \"Omaha\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -93.85418,\n            \"latitude\": 41.6204,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 1449,\n            \"name\": \"Australian Data Centres (ADC)\",\n            \"address\": {\n                \"street\": \"38 Vicars St\",\n                \"suburb\": null,\n                \"city\": \"Canberra\",\n                \"state\": \"ACT\",\n                \"postcode\": \"2911\",\n                \"country\": \"Australia\"\n            },\n            \"dataCentre\": {\n                \"id\": 269,\n                \"name\": \"Australian Data Centres\"\n            },\n            \"metro\": \"Canberra\",\n            \"market\": \"AU\",\n            \"status\": \"Active\",\n            \"longitude\": 149.1462,\n            \"latitude\": -35.211304,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1452,\n            \"name\": \"Optage Data Center Osaka\",\n            \"address\": {\n                \"street\": \"6F Keihanshin Kitahorie Bldg., 3-6-11, Kitahorie, Nishi-ku\",\n                \"suburb\": null,\n                \"city\": \"Osaka\",\n                \"state\": null,\n                \"postcode\": \"550-0014\",\n                \"country\": \"Japan\"\n            },\n            \"dataCentre\": {\n                \"id\": 270,\n                \"name\": \"Optage Data Center\"\n            },\n            \"metro\": \"Osaka\",\n            \"market\": \"JP\",\n            \"status\": \"Active\",\n            \"longitude\": 135.48874,\n            \"latitude\": 34.67309,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1453,\n            \"name\": \"CDC Canberra FY1 (Fyshwick)\",\n            \"address\": {\n                \"street\": \"2 Leonora Street\",\n                \"suburb\": \"Fyshwick\",\n                \"city\": \"Canberra\",\n                \"state\": \"ACT\",\n                \"postcode\": \"2609\",\n                \"country\": \"Australia\"\n            },\n            \"dataCentre\": {\n                \"id\": 259,\n                \"name\": \"Canberra Data Centres\"\n            },\n            \"metro\": \"Canberra\",\n            \"market\": \"AU\",\n            \"status\": \"Active\",\n            \"longitude\": 149.18185,\n            \"latitude\": -35.33736,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1454,\n            \"name\": \"CDC Sydney EC3 (Eastern Creek)\",\n            \"address\": {\n                \"street\": \"Cnr Capicure Drive and Roberts Rd\",\n                \"suburb\": \"Eastern Creek\",\n                \"city\": \"Sydney\",\n                \"state\": \"NSW\",\n                \"postcode\": \"2766\",\n                \"country\": \"Australia\"\n            },\n            \"dataCentre\": {\n                \"id\": 259,\n                \"name\": \"Canberra Data Centres\"\n            },\n            \"metro\": \"Sydney\",\n            \"market\": \"AU\",\n            \"status\": \"Active\",\n            \"longitude\": 150.8384,\n            \"latitude\": -33.817596,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1455,\n            \"name\": \"TierPoint Baltimore (BWI)\",\n            \"address\": {\n                \"street\": \"813 Pinnacle Drive\",\n                \"suburb\": null,\n                \"city\": \"Linthicum Heights\",\n                \"state\": \"MD\",\n                \"postcode\": \"21090\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 97,\n                \"name\": \"TierPoint\"\n            },\n            \"metro\": \"Ashburn\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -76.68158,\n            \"latitude\": 39.21263,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1456,\n            \"name\": \"Telehouse NYC - Chelsea Campus\",\n            \"address\": {\n                \"street\": \"85 10th Avenue\",\n                \"suburb\": null,\n                \"city\": \"New York\",\n                \"state\": \"NY\",\n                \"postcode\": \"10011\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 45,\n                \"name\": \"Telehouse\"\n            },\n            \"metro\": \"New York\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -74.00798,\n            \"latitude\": 40.74339,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1457,\n            \"name\": \"DataBank Denver DEN2\",\n            \"address\": {\n                \"street\": \"6900 S. Peoria Street\",\n                \"suburb\": null,\n                \"city\": \"Centennial\",\n                \"state\": \"CO\",\n                \"postcode\": \"80112\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 58,\n                \"name\": \"DataBank\"\n            },\n            \"metro\": \"Denver\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -104.84694,\n            \"latitude\": 39.59141,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1458,\n            \"name\": \"DataBank Chicago ORD4\",\n            \"address\": {\n                \"street\": \"1808 Swift Drive\",\n                \"suburb\": null,\n                \"city\": \"Oak Brook\",\n                \"state\": \"IL\",\n                \"postcode\": \"60523\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 58,\n                \"name\": \"DataBank\"\n            },\n            \"metro\": \"Chicago\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -87.92104,\n            \"latitude\": 41.85412,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1459,\n            \"name\": \"DataVerge\",\n            \"address\": {\n                \"street\": \"882 3rd Avenue\",\n                \"suburb\": null,\n                \"city\": \"Brooklyn\",\n                \"state\": \"NY\",\n                \"postcode\": \"11232\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 279,\n                \"name\": \"DataVerge\"\n            },\n            \"metro\": \"New York\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -74.00544,\n            \"latitude\": 40.65798,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1460,\n            \"name\": \"5GN Sydney Data Centre (SDC)\",\n            \"address\": {\n                \"street\": \"Level 1, 55 Pyrmont Bridge Road\",\n                \"suburb\": null,\n                \"city\": \"Pyrmont\",\n                \"state\": \"NSW\",\n                \"postcode\": \"2009\",\n                \"country\": \"Australia\"\n            },\n            \"dataCentre\": {\n                \"id\": 260,\n                \"name\": \"5GNetworks\"\n            },\n            \"metro\": \"Sydney\",\n            \"market\": \"AU\",\n            \"status\": \"Active\",\n            \"longitude\": 151.19463,\n            \"latitude\": -33.8724,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1461,\n            \"name\": \"Netrality Chicago\",\n            \"address\": {\n                \"street\": \"717 S. Wells St.\",\n                \"suburb\": null,\n                \"city\": \"Chicago\",\n                \"state\": \"IL\",\n                \"postcode\": \"60607\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 50,\n                \"name\": \"Netrality\"\n            },\n            \"metro\": \"Chicago\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -87.63327,\n            \"latitude\": 41.87291,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1463,\n            \"name\": \"365 Data Centers - Boca Raton\",\n            \"address\": {\n                \"street\": \"3500 NW Boca Raton Blvd, Bldg 810\",\n                \"suburb\": null,\n                \"city\": \"Boca Raton\",\n                \"state\": \"FL\",\n                \"postcode\": \"33\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 209,\n                \"name\": \"365 Data Centers\"\n            },\n            \"metro\": \"Miami\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -80.10701,\n            \"latitude\": 26.38631,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1464,\n            \"name\": \"TRG Data Centers - Houston\",\n            \"address\": {\n                \"street\": \"2626 Spring Cypress Road\",\n                \"suburb\": null,\n                \"city\": \"Spring\",\n                \"state\": \"TX\",\n                \"postcode\": \"77388\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 281,\n                \"name\": \"TRG Data Centers\"\n            },\n            \"metro\": \"Houston\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -95.45911,\n            \"latitude\": 30.06671,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1481,\n            \"name\": \"Equinix Milan ML2\",\n            \"address\": {\n                \"street\": \"125 Via Savona\",\n                \"suburb\": null,\n                \"city\": \"Milan\",\n                \"state\": null,\n                \"postcode\": \"20144\",\n                \"country\": \"Italy\"\n            },\n            \"dataCentre\": {\n                \"id\": 5,\n                \"name\": \"Equinix\"\n            },\n            \"metro\": \"Milan\",\n            \"market\": \"IT\",\n            \"status\": \"Active\",\n            \"longitude\": 9.14696,\n            \"latitude\": 45.44854,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1482,\n            \"name\": \"Equinix London LD8\",\n            \"address\": {\n                \"street\": \"6/7/8/9 Harbour Exchange Square, Limeharbour London\",\n                \"suburb\": null,\n                \"city\": \"London\",\n                \"state\": null,\n                \"postcode\": \"E14 9GE\",\n                \"country\": \"United Kingdom\"\n            },\n            \"dataCentre\": {\n                \"id\": 5,\n                \"name\": \"Equinix\"\n            },\n            \"metro\": \"London\",\n            \"market\": \"UK\",\n            \"status\": \"Active\",\n            \"longitude\": -0.01559,\n            \"latitude\": 51.49818,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1483,\n            \"name\": \"Southern Edge Data Center\",\n            \"address\": {\n                \"street\": \"1809 Hillyer Robinson Industrial Parkway\",\n                \"suburb\": null,\n                \"city\": \"Anniston\",\n                \"state\": \"AL\",\n                \"postcode\": \"36207\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 286,\n                \"name\": \"Southern Edge Data Center\"\n            },\n            \"metro\": \"Atlanta\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -85.80866,\n            \"latitude\": 33.6196,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1484,\n            \"name\": \"Equinix Sao Paulo (SP2)\",\n            \"address\": {\n                \"street\": \"Alameda Araguaia, 3641 Tamboré Barueri\",\n                \"suburb\": null,\n                \"city\": \"São Paulo\",\n                \"state\": null,\n                \"postcode\": \"06455\",\n                \"country\": \"Brazil\"\n            },\n            \"dataCentre\": {\n                \"id\": 5,\n                \"name\": \"Equinix\"\n            },\n            \"metro\": \"São Paulo\",\n            \"market\": \"BR\",\n            \"status\": \"Active\",\n            \"longitude\": -46.82728,\n            \"latitude\": -23.503132,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1485,\n            \"name\": \"Equinix Sao Paulo (SP4)\",\n            \"address\": {\n                \"street\": \"Avenida Ceci, 1900 Tamboré - Barueri\",\n                \"suburb\": null,\n                \"city\": \"São Paulo\",\n                \"state\": null,\n                \"postcode\": \"06460\",\n                \"country\": \"Brazil\"\n            },\n            \"dataCentre\": {\n                \"id\": 5,\n                \"name\": \"Equinix\"\n            },\n            \"metro\": \"São Paulo\",\n            \"market\": \"BR\",\n            \"status\": \"Active\",\n            \"longitude\": -46.814575,\n            \"latitude\": -23.49759,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1486,\n            \"name\": \"Takoda - Sao Paulo\",\n            \"address\": {\n                \"street\": \"R. Bento Branco de Andrade Filho, 621 - Jardim Dom Bosco\",\n                \"suburb\": null,\n                \"city\": \"São Paulo\",\n                \"state\": null,\n                \"postcode\": \"04757\",\n                \"country\": \"Brazil\"\n            },\n            \"dataCentre\": {\n                \"id\": 287,\n                \"name\": \"Takoda Data Centers\"\n            },\n            \"metro\": \"São Paulo\",\n            \"market\": \"BR\",\n            \"status\": \"Deployment\",\n            \"longitude\": -46.72103,\n            \"latitude\": -23.650553,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1493,\n            \"name\": \"Data4 Data Centers - Milan\",\n            \"address\": {\n                \"street\": \"101-105 Via Monzoro Cornaredo\",\n                \"suburb\": null,\n                \"city\": \"Milan\",\n                \"state\": null,\n                \"postcode\": \"20010\",\n                \"country\": \"Italy\"\n            },\n            \"dataCentre\": {\n                \"id\": 251,\n                \"name\": \"Data4 Data Centers\"\n            },\n            \"metro\": \"Milan\",\n            \"market\": \"IT\",\n            \"status\": \"Active\",\n            \"longitude\": 9.0295,\n            \"latitude\": 45.48078,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1494,\n            \"name\": \"Retelit Data Centers - Milan\",\n            \"address\": {\n                \"street\": \"21 via Caldera Avalon 1 / Building Orange\",\n                \"suburb\": null,\n                \"city\": \"Milan\",\n                \"state\": null,\n                \"postcode\": \"20153\",\n                \"country\": \"Italy\"\n            },\n            \"dataCentre\": {\n                \"id\": 289,\n                \"name\": \"Retelit Data Centers\"\n            },\n            \"metro\": \"Milan\",\n            \"market\": \"IT\",\n            \"status\": \"Active\",\n            \"longitude\": 9.10188,\n            \"latitude\": 45.478,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000\n                    ],\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": true,\n                    \"type\": \"STANDARD\"\n                }\n            }\n        },\n        {\n            \"id\": 1498,\n            \"name\": \"H5 Denver Data Center\",\n            \"address\": {\n                \"street\": \"5350 South Valentia Way\",\n                \"suburb\": null,\n                \"city\": \"Denver\",\n                \"state\": \"CO\",\n                \"postcode\": \"80111\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 236,\n                \"name\": \"H5 Data Centers\"\n            },\n            \"metro\": \"Denver\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -104.89154,\n            \"latitude\": 39.618,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1499,\n            \"name\": \"H5 Phoenix Data Center\",\n            \"address\": {\n                \"street\": \"2600 W. Germann Road\",\n                \"suburb\": null,\n                \"city\": \"Phoenix\",\n                \"state\": \"AZ\",\n                \"postcode\": \"85286\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 236,\n                \"name\": \"H5 Data Centers\"\n            },\n            \"metro\": \"Phoenix\",\n            \"market\": \"US\",\n            \"status\": \"Deployment\",\n            \"longitude\": -111.88576,\n            \"latitude\": 33.27675,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1500,\n            \"name\": \"Switch Las Vegas (Building 15)\",\n            \"address\": {\n                \"street\": \"5660 W. Badura\",\n                \"suburb\": null,\n                \"city\": \"Las Vegas\",\n                \"state\": \"NV\",\n                \"postcode\": \"89118\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 37,\n                \"name\": \"Switch\"\n            },\n            \"metro\": \"Las Vegas\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -115.22111,\n            \"latitude\": 36.06465,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": [\n                        1000,\n                        2500,\n                        5000,\n                        10000,\n                        25000,\n                        50000,\n                        100000\n                    ],\n                    \"megaportSpeedMbps\": null,\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": true\n                },\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1501,\n            \"name\": \"Equinix Stockholm SK2\",\n            \"address\": {\n                \"street\": \"Kvastvägen 25-29\",\n                \"suburb\": null,\n                \"city\": \"Stockholm\",\n                \"state\": null,\n                \"postcode\": \"128 62\",\n                \"country\": \"Sweden\"\n            },\n            \"dataCentre\": {\n                \"id\": 5,\n                \"name\": \"Equinix\"\n            },\n            \"metro\": \"Stockholm\",\n            \"market\": \"SE\",\n            \"status\": \"Active\",\n            \"longitude\": 18.10484,\n            \"latitude\": 59.26356,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1502,\n            \"name\": \"CDC Auckland SD1 (Silverdale)\",\n            \"address\": {\n                \"street\": \"29-31 Highgate Parkway\",\n                \"suburb\": null,\n                \"city\": \"Auckland\",\n                \"state\": null,\n                \"postcode\": \"0932\",\n                \"country\": \"New Zealand\"\n            },\n            \"dataCentre\": {\n                \"id\": 259,\n                \"name\": \"Canberra Data Centres\"\n            },\n            \"metro\": \"Auckland\",\n            \"market\": \"NZ\",\n            \"status\": \"Active\",\n            \"longitude\": 174.66386,\n            \"latitude\": -36.61441,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1503,\n            \"name\": \"Evocative Atlanta ATL1\",\n            \"address\": {\n                \"street\": \"250 Williams St. NW, Suite E-100\",\n                \"suburb\": null,\n                \"city\": \"Atlanta\",\n                \"state\": \"GA\",\n                \"postcode\": \"30303\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 256,\n                \"name\": \"Evocative\"\n            },\n            \"metro\": \"Atlanta\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -84.39069,\n            \"latitude\": 33.76132,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1504,\n            \"name\": \"Evocative San Jose SJC11\",\n            \"address\": {\n                \"street\": \"2151 Mission College Blvd\",\n                \"suburb\": null,\n                \"city\": \"Santa Clara\",\n                \"state\": \"CA\",\n                \"postcode\": \"95054\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 256,\n                \"name\": \"Evocative\"\n            },\n            \"metro\": \"Bay Area\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -121.96187,\n            \"latitude\": 37.38953,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1505,\n            \"name\": \"Evocative Los Angeles LAX14\",\n            \"address\": {\n                \"street\": \"3690 Redondo Beach Avenue\",\n                \"suburb\": null,\n                \"city\": \"Redondo Beach\",\n                \"state\": \"CA\",\n                \"postcode\": \"90278\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 256,\n                \"name\": \"Evocative\"\n            },\n            \"metro\": \"Los Angeles\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -118.36903,\n            \"latitude\": 33.88913,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1506,\n            \"name\": \"Evocative New Jersey EWR1\",\n            \"address\": {\n                \"street\": \"1 Enterprise Avenue N\",\n                \"suburb\": null,\n                \"city\": \"Secaucus\",\n                \"state\": \"NJ\",\n                \"postcode\": \"07094\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 256,\n                \"name\": \"Evocative\"\n            },\n            \"metro\": \"New York\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -74.06888,\n            \"latitude\": 40.78823,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1507,\n            \"name\": \"Evocative Dallas DAL6\",\n            \"address\": {\n                \"street\": \"1221 Coit Road\",\n                \"suburb\": null,\n                \"city\": \"Plano\",\n                \"state\": \"TX\",\n                \"postcode\": \"75075\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 256,\n                \"name\": \"Evocative\"\n            },\n            \"metro\": \"Dallas\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -96.77016,\n            \"latitude\": 33.0154,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1508,\n            \"name\": \"Evocative Boston BOS1\",\n            \"address\": {\n                \"street\": \"50 Inner Belt Road\",\n                \"suburb\": null,\n                \"city\": \"Somerville\",\n                \"state\": \"MA\",\n                \"postcode\": \"02143\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 256,\n                \"name\": \"Evocative\"\n            },\n            \"metro\": \"Boston\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -71.08033,\n            \"latitude\": 42.37801,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1509,\n            \"name\": \"Brainserve Data Centre\",\n            \"address\": {\n                \"street\": \"Rue de la Vernie 17\",\n                \"suburb\": null,\n                \"city\": \"Crissier\",\n                \"state\": null,\n                \"postcode\": \"1023\",\n                \"country\": \"Switzerland\"\n            },\n            \"dataCentre\": {\n                \"id\": 291,\n                \"name\": \"Brainserve Data Centre\"\n            },\n            \"metro\": \"Geneva\",\n            \"market\": \"CH\",\n            \"status\": \"Active\",\n            \"longitude\": 6.57337,\n            \"latitude\": 46.54653,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1510,\n            \"name\": \"NextDC S3\",\n            \"address\": {\n                \"street\": \"2 Broadcast Way\",\n                \"suburb\": null,\n                \"city\": \"Sydney\",\n                \"state\": \"NSW\",\n                \"postcode\": \"2064\",\n                \"country\": \"Australia\"\n            },\n            \"dataCentre\": {\n                \"id\": 7,\n                \"name\": \"NextDC\"\n            },\n            \"metro\": \"Sydney\",\n            \"market\": \"AU\",\n            \"status\": \"Active\",\n            \"longitude\": 151.18448,\n            \"latitude\": -33.81913,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1511,\n            \"name\": \"NextDC M3\",\n            \"address\": {\n                \"street\": \"25 Indwe Street\",\n                \"suburb\": null,\n                \"city\": \"Melbourne\",\n                \"state\": \"VIC\",\n                \"postcode\": \"3012\",\n                \"country\": \"Australia\"\n            },\n            \"dataCentre\": {\n                \"id\": 7,\n                \"name\": \"NextDC\"\n            },\n            \"metro\": \"Melbourne\",\n            \"market\": \"AU\",\n            \"status\": \"Active\",\n            \"longitude\": 144.86484,\n            \"latitude\": -37.80407,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1512,\n            \"name\": \"ThinkOn Data Centre - Atlanta\",\n            \"address\": {\n                \"street\": \"5070 Old Ellis Point\",\n                \"suburb\": null,\n                \"city\": \"Roswell\",\n                \"state\": \"GA\",\n                \"postcode\": \"30076\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 247,\n                \"name\": \"ThinkOn Data Centres\"\n            },\n            \"metro\": \"Atlanta\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -84.32641,\n            \"latitude\": 34.0514,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1514,\n            \"name\": \"Equinix Barcelona BA1\",\n            \"address\": {\n                \"street\": \"Carrer de l'Acer 30-32\",\n                \"suburb\": null,\n                \"city\": \"Barcelona\",\n                \"state\": null,\n                \"postcode\": \"08038\",\n                \"country\": \"Spain\"\n            },\n            \"dataCentre\": {\n                \"id\": 5,\n                \"name\": \"Equinix\"\n            },\n            \"metro\": \"Madrid\",\n            \"market\": \"ES\",\n            \"status\": \"Active\",\n            \"longitude\": 2.1375,\n            \"latitude\": 41.351723,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1516,\n            \"name\": \"EspanIX Data Centres\",\n            \"address\": {\n                \"street\": \"Gran Via de Hortaleza 3, Mesena 80\",\n                \"suburb\": null,\n                \"city\": \"Madrid\",\n                \"state\": null,\n                \"postcode\": \"28033\",\n                \"country\": \"Spain\"\n            },\n            \"dataCentre\": {\n                \"id\": 294,\n                \"name\": \"ESpanix\"\n            },\n            \"metro\": \"Madrid\",\n            \"market\": \"ES\",\n            \"status\": \"Active\",\n            \"longitude\": -3.6588411,\n            \"latitude\": 40.467655,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1521,\n            \"name\": \"nLighten Data Centres - Antibes\",\n            \"address\": {\n                \"street\": \"49, rue Emile Hugues\",\n                \"suburb\": null,\n                \"city\": \"Antibes\",\n                \"state\": null,\n                \"postcode\": \"06600\",\n                \"country\": \"France\"\n            },\n            \"dataCentre\": {\n                \"id\": 295,\n                \"name\": \"nLighten Data Centres\"\n            },\n            \"metro\": \"Paris\",\n            \"market\": \"FR\",\n            \"status\": \"Active\",\n            \"longitude\": 7.07576,\n            \"latitude\": 43.60509,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1522,\n            \"name\": \"Switch · Houston 2\",\n            \"address\": {\n                \"street\": \"660 Greens Pkwy\",\n                \"suburb\": null,\n                \"city\": \"Houston\",\n                \"state\": \"TX\",\n                \"postcode\": \"77067\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 37,\n                \"name\": \"Switch\"\n            },\n            \"metro\": \"Houston\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -95.42401,\n            \"latitude\": 29.945236,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1523,\n            \"name\": \"ValorC3 Data Centers - St. George\",\n            \"address\": {\n                \"street\": \"1108 W 1600 S Bldg D\",\n                \"suburb\": null,\n                \"city\": \"Saint George\",\n                \"state\": \"UT\",\n                \"postcode\": \"84770\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 215,\n                \"name\": \"ValorC3 Data Centers\"\n            },\n            \"metro\": \"Las Vegas\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -113.607635,\n            \"latitude\": 37.079933,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1550,\n            \"name\": \"Portus Data Centers - Munich\",\n            \"address\": {\n                \"street\": \"Marsstraße 5\",\n                \"suburb\": null,\n                \"city\": \"Kirchheim\",\n                \"state\": null,\n                \"postcode\": \"85551\",\n                \"country\": \"Germany\"\n            },\n            \"dataCentre\": {\n                \"id\": 324,\n                \"name\": \"Portus Data Centers\"\n            },\n            \"metro\": \"Munich\",\n            \"market\": \"DE\",\n            \"status\": \"Active\",\n            \"longitude\": 11.766,\n            \"latitude\": 48.15893,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1551,\n            \"name\": \"NextDC A1\",\n            \"address\": {\n                \"street\": \"211 Pirie Street\",\n                \"suburb\": null,\n                \"city\": \"Adelaide\",\n                \"state\": \"SA\",\n                \"postcode\": \"5000\",\n                \"country\": \"Australia\"\n            },\n            \"dataCentre\": {\n                \"id\": 7,\n                \"name\": \"NextDC\"\n            },\n            \"metro\": \"Adelaide\",\n            \"market\": \"AU\",\n            \"status\": \"Active\",\n            \"longitude\": 138.60788,\n            \"latitude\": -34.925644,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1552,\n            \"name\": \"nLighten Data Centres - Milton Keynes\",\n            \"address\": {\n                \"street\": \"1 Brick Cl\",\n                \"suburb\": null,\n                \"city\": \"Milton Keynes\",\n                \"state\": null,\n                \"postcode\": \"mk113jb\",\n                \"country\": \"United Kingdom\"\n            },\n            \"dataCentre\": {\n                \"id\": 295,\n                \"name\": \"nLighten Data Centres\"\n            },\n            \"metro\": \"London\",\n            \"market\": \"UK\",\n            \"status\": \"Active\",\n            \"longitude\": -0.8193429,\n            \"latitude\": 52.042336,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1554,\n            \"name\": \"Phocea Data Center - Marseilles\",\n            \"address\": {\n                \"street\": \"28 Travers du Moulin de la Villette\",\n                \"suburb\": null,\n                \"city\": \"Marseille\",\n                \"state\": null,\n                \"postcode\": \"13003\",\n                \"country\": \"France\"\n            },\n            \"dataCentre\": {\n                \"id\": 325,\n                \"name\": \"Phocea Data Centers\"\n            },\n            \"metro\": \"Marseille\",\n            \"market\": \"FR\",\n            \"status\": \"Active\",\n            \"longitude\": 5.374713,\n            \"latitude\": 43.31239,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1555,\n            \"name\": \"ETIX Data Center - Lille 2\",\n            \"address\": {\n                \"street\": \"1681 Rue des Saules\",\n                \"suburb\": null,\n                \"city\": \"Sainghin-en-Mélantois\",\n                \"state\": null,\n                \"postcode\": \"59262\",\n                \"country\": \"France\"\n            },\n            \"dataCentre\": {\n                \"id\": 326,\n                \"name\": \"Etix Data Centers\"\n            },\n            \"metro\": \"Paris\",\n            \"market\": \"FR\",\n            \"status\": \"Active\",\n            \"longitude\": 3.1364908,\n            \"latitude\": 50.584087,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1556,\n            \"name\": \"DC Blox - Birmingham\",\n            \"address\": {\n                \"street\": \"433 6th Street South\",\n                \"suburb\": null,\n                \"city\": \"Birmingham\",\n                \"state\": \"AL\",\n                \"postcode\": \"35233\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 327,\n                \"name\": \"DC Blox\"\n            },\n            \"metro\": \"Atlanta\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -86.821556,\n            \"latitude\": 33.500008,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1625,\n            \"name\": \"Perth Nexion Networks\",\n            \"address\": {\n                \"street\": \"37-39 Robinson Ave\",\n                \"suburb\": \"Belmont\",\n                \"city\": \"Perth\",\n                \"state\": \"WA\",\n                \"postcode\": \"6104\",\n                \"country\": \"Australia\"\n            },\n            \"dataCentre\": {\n                \"id\": 342,\n                \"name\": \"Nexion Data Centers\"\n            },\n            \"metro\": \"Perth\",\n            \"market\": \"AU\",\n            \"status\": \"Active\",\n            \"longitude\": 115.9236,\n            \"latitude\": -31.95398,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1626,\n            \"name\": \"Telstra (InfraCo) Woolloongabba\",\n            \"address\": {\n                \"street\": \"820 Main St\",\n                \"suburb\": \"Kangaroo Point\",\n                \"city\": \"Brisbane\",\n                \"state\": \"QLD\",\n                \"postcode\": \"4169\",\n                \"country\": \"Australia\"\n            },\n            \"dataCentre\": {\n                \"id\": 376,\n                \"name\": \"Telstra InfraCo\"\n            },\n            \"metro\": \"Brisbane\",\n            \"market\": \"AU\",\n            \"status\": \"Active\",\n            \"longitude\": 153.0361,\n            \"latitude\": -27.4839,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1628,\n            \"name\": \"Telstra (InfraCo) St. Leonards\",\n            \"address\": {\n                \"street\": \"4 Herbert St\",\n                \"suburb\": \"St Leonards\",\n                \"city\": \"Sydney\",\n                \"state\": \"NSW\",\n                \"postcode\": \"2065\",\n                \"country\": \"Australia\"\n            },\n            \"dataCentre\": {\n                \"id\": 376,\n                \"name\": \"Telstra InfraCo\"\n            },\n            \"metro\": \"Sydney\",\n            \"market\": \"AU\",\n            \"status\": \"Deployment\",\n            \"longitude\": 151.1959,\n            \"latitude\": -33.8235,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1629,\n            \"name\": \"Telstra (InfraCo) Deakin\",\n            \"address\": {\n                \"street\": \"109 Kent St\",\n                \"suburb\": \"Deakin\",\n                \"city\": \"Canberra\",\n                \"state\": \"ACT\",\n                \"postcode\": \"2600\",\n                \"country\": \"Australia\"\n            },\n            \"dataCentre\": {\n                \"id\": 376,\n                \"name\": \"Telstra InfraCo\"\n            },\n            \"metro\": \"Canberra\",\n            \"market\": \"AU\",\n            \"status\": \"Deployment\",\n            \"longitude\": 149.0962,\n            \"latitude\": -35.3256,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1631,\n            \"name\": \"Telstra (InfraCo) Waymouth\",\n            \"address\": {\n                \"street\": \"67 Waymouth St\",\n                \"suburb\": null,\n                \"city\": \"Adelaide\",\n                \"state\": \"SA\",\n                \"postcode\": \"5000\",\n                \"country\": \"Australia\"\n            },\n            \"dataCentre\": {\n                \"id\": 376,\n                \"name\": \"Telstra InfraCo\"\n            },\n            \"metro\": \"Adelaide\",\n            \"market\": \"AU\",\n            \"status\": \"Deployment\",\n            \"longitude\": 138.597,\n            \"latitude\": -34.9263,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1632,\n            \"name\": \"Telstra (InfraCo) Clayton\",\n            \"address\": {\n                \"street\": \"1816-1832 Dandenong Rd\",\n                \"suburb\": \"Clayton\",\n                \"city\": \"Melbourne\",\n                \"state\": \"VIC\",\n                \"postcode\": \"3168\",\n                \"country\": \"Australia\"\n            },\n            \"dataCentre\": {\n                \"id\": 376,\n                \"name\": \"Telstra InfraCo\"\n            },\n            \"metro\": \"Melbourne\",\n            \"market\": \"AU\",\n            \"status\": \"Active\",\n            \"longitude\": 145.1331,\n            \"latitude\": -37.9186,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1633,\n            \"name\": \"TulsaConnect - DC3/3B\",\n            \"address\": {\n                \"street\": \"4500 South 129th E Avenue\",\n                \"suburb\": null,\n                \"city\": \"Tulsa\",\n                \"state\": \"OK\",\n                \"postcode\": \"74134\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 348,\n                \"name\": \"Tulsa Connect\"\n            },\n            \"metro\": \"Tulsa\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -95.83825,\n            \"latitude\": 36.09958,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1634,\n            \"name\": \"165 Halsey Meet-Me Room\",\n            \"address\": {\n                \"street\": \"165 Halsey St\",\n                \"suburb\": null,\n                \"city\": \"Newark\",\n                \"state\": \"NJ\",\n                \"postcode\": \"07102\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 350,\n                \"name\": \"Tishman\"\n            },\n            \"metro\": \"New York\",\n            \"market\": \"US\",\n            \"status\": \"Deployment\",\n            \"longitude\": -74.1734,\n            \"latitude\": 40.736843,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1648,\n            \"name\": \"Elea SPO1 São Paulo\",\n            \"address\": {\n                \"street\": \"Av. Guido Caloi 1000 Bloco 7\",\n                \"suburb\": null,\n                \"city\": \"Sao Paulo\",\n                \"state\": null,\n                \"postcode\": \"05802\",\n                \"country\": \"Brazil\"\n            },\n            \"dataCentre\": {\n                \"id\": 358,\n                \"name\": \"Elea Data Centers\"\n            },\n            \"metro\": \"São Paulo\",\n            \"market\": \"BR\",\n            \"status\": \"Active\",\n            \"longitude\": -46.726173,\n            \"latitude\": -23.65218,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1649,\n            \"name\": \"DataBank Atlanta ATL3\",\n            \"address\": {\n                \"street\": \"1150 White Street Southwest\",\n                \"suburb\": null,\n                \"city\": \"Atlanta\",\n                \"state\": \"GA\",\n                \"postcode\": \"30310\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 58,\n                \"name\": \"DataBank\"\n            },\n            \"metro\": \"Atlanta\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -84.42639,\n            \"latitude\": 33.734497,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"red\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                },\n                \"blue\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1650,\n            \"name\": \"Tierpoint - Oklahoma City (OKC)\",\n            \"address\": {\n                \"street\": \"4121 Perimeter Center Place\",\n                \"suburb\": null,\n                \"city\": \"Oklahoma City\",\n                \"state\": \"OK\",\n                \"postcode\": \"73112\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 97,\n                \"name\": \"TierPoint\"\n            },\n            \"metro\": \"Oklahoma City\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -97.596,\n            \"latitude\": 35.51403,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1667,\n            \"name\": \"Dartpoints Data Center - Greenville\",\n            \"address\": {\n                \"street\": \"78 Global Drive, Suite 100\",\n                \"suburb\": null,\n                \"city\": \"Greenville\",\n                \"state\": \"SC\",\n                \"postcode\": \"29607\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 375,\n                \"name\": \"Dartpoints Data Centers\"\n            },\n            \"metro\": \"Charlotte\",\n            \"market\": \"US\",\n            \"status\": \"Deployment\",\n            \"longitude\": -82.34335,\n            \"latitude\": 34.807465,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1668,\n            \"name\": \"Switch Austin\",\n            \"address\": {\n                \"street\": \"4100 Smith School Road\",\n                \"suburb\": null,\n                \"city\": \"Austin\",\n                \"state\": \"TX\",\n                \"postcode\": \"78741\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 37,\n                \"name\": \"Switch\"\n            },\n            \"metro\": \"Austin\",\n            \"market\": \"US\",\n            \"status\": \"Active\",\n            \"longitude\": -97.71379,\n            \"latitude\": 30.198927,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1669,\n            \"name\": \"NYI - Chicago Data Center\",\n            \"address\": {\n                \"street\": \"800 Jorie Boulevard\",\n                \"suburb\": null,\n                \"city\": \"Oak Brook\",\n                \"state\": \"IL\",\n                \"postcode\": \"60523\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 41,\n                \"name\": \"NYI\"\n            },\n            \"metro\": \"Chicago\",\n            \"market\": \"US\",\n            \"status\": \"Deployment\",\n            \"longitude\": -87.94027,\n            \"latitude\": 41.844933,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1705,\n            \"name\": \"Data4 Madrid\",\n            \"address\": {\n                \"street\": \"Av. de la Industria, 15, Alcobendas, Madrid, Spain\",\n                \"suburb\": null,\n                \"city\": \"Madrid\",\n                \"state\": null,\n                \"postcode\": \"28108\",\n                \"country\": \"Spain\"\n            },\n            \"dataCentre\": {\n                \"id\": 251,\n                \"name\": \"Data4 Data Centers\"\n            },\n            \"metro\": \"Madrid\",\n            \"market\": \"ES\",\n            \"status\": \"Active\",\n            \"longitude\": -3.648856,\n            \"latitude\": 40.534897,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1706,\n            \"name\": \"EMC Home of Data\",\n            \"address\": {\n                \"street\": \"Elisabeth Selbert Str.7\",\n                \"suburb\": null,\n                \"city\": \"Munich Bayern\",\n                \"state\": null,\n                \"postcode\": \"80939\",\n                \"country\": \"Germany\"\n            },\n            \"dataCentre\": {\n                \"id\": 402,\n                \"name\": \"EMC Home of Data GmbH\"\n            },\n            \"metro\": \"Munich\",\n            \"market\": \"DE\",\n            \"status\": \"Active\",\n            \"longitude\": 11.592731,\n            \"latitude\": 48.195496,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1707,\n            \"name\": \"iSeek Townsville\",\n            \"address\": {\n                \"street\": \"125-129 Dalrymple Road\",\n                \"suburb\": null,\n                \"city\": \"Townsville\",\n                \"state\": \"QLD\",\n                \"postcode\": \"4814\",\n                \"country\": \"Australia\"\n            },\n            \"dataCentre\": {\n                \"id\": 38,\n                \"name\": \"iSeek\"\n            },\n            \"metro\": \"Brisbane\",\n            \"market\": \"AU\",\n            \"status\": \"Deployment\",\n            \"longitude\": 146.77089,\n            \"latitude\": -19.271496,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1709,\n            \"name\": \"QTS Portland\",\n            \"address\": {\n                \"street\": \"4951 NE Huffman Street\",\n                \"suburb\": null,\n                \"city\": \"Hillsboro\",\n                \"state\": \"OR\",\n                \"postcode\": \"97214\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 14,\n                \"name\": \"QTS\"\n            },\n            \"metro\": \"Portland\",\n            \"market\": \"US\",\n            \"status\": \"Deployment\",\n            \"longitude\": -122.9227,\n            \"latitude\": 45.557,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1735,\n            \"name\": \"Equinix RJ2\",\n            \"address\": {\n                \"street\": \"Estrada Adhemar Bebiano, 1380\",\n                \"suburb\": \"Del Castilho\",\n                \"city\": \"Rio de Janeiro\",\n                \"state\": null,\n                \"postcode\": \"21061-750\",\n                \"country\": \"Brazil\"\n            },\n            \"dataCentre\": {\n                \"id\": 5,\n                \"name\": \"Equinix\"\n            },\n            \"metro\": \"São Paulo\",\n            \"market\": \"BR\",\n            \"status\": \"Deployment\",\n            \"longitude\": -43.2732,\n            \"latitude\": -22.8712,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1747,\n            \"name\": \"Equinix Calgary - CL3\",\n            \"address\": {\n                \"street\": \"5300 86 Ave SE\",\n                \"suburb\": null,\n                \"city\": \"Calgary\",\n                \"state\": \"AB\",\n                \"postcode\": \"T2C 4L7\",\n                \"country\": \"Canada\"\n            },\n            \"dataCentre\": {\n                \"id\": 5,\n                \"name\": \"Equinix\"\n            },\n            \"metro\": \"Calgary\",\n            \"market\": \"CA\",\n            \"status\": \"Deployment\",\n            \"longitude\": -113.95715,\n            \"latitude\": 50.975674,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        },\n        {\n            \"id\": 1749,\n            \"name\": \"H5 Data Centers - Cleveland\",\n            \"address\": {\n                \"street\": \"1625 Rockwell Avenue\",\n                \"suburb\": null,\n                \"city\": \"Cleveland\",\n                \"state\": \"OH\",\n                \"postcode\": \"44114\",\n                \"country\": \"USA\"\n            },\n            \"dataCentre\": {\n                \"id\": 236,\n                \"name\": \"H5 Data Centers\"\n            },\n            \"metro\": \"Cleveland\",\n            \"market\": \"US\",\n            \"status\": \"Deployment\",\n            \"longitude\": -81.683,\n            \"latitude\": 41.50636,\n            \"orderingMessage\": null,\n            \"diversityZones\": {\n                \"none\": {\n                    \"mcrSpeedMbps\": null,\n                    \"megaportSpeedMbps\": [\n                        1000,\n                        10000,\n                        100000\n                    ],\n                    \"mveMaxCpuCoreCount\": null,\n                    \"mveAvailable\": false\n                }\n            },\n            \"productAddOns\": {\n                \"crossConnect\": {\n                    \"available\": false,\n                    \"type\": null\n                }\n            }\n        }\n    ]\n}"}],"_postman_id":"7c8e0706-e138-4d9a-bc4f-0419d97604cf"},{"name":"Partner Megaports","id":"c276af3b-884e-481a-bb3e-9ad5a22471cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v2/dropdowns/partner/megaports?connectType={cloudProvider}&vxcPermitted={boolean}","description":"<p>Returns the interfaces Megaport has with cloud service providers.</p>\n<p>The <code>connectType</code> indicates the type of cloud partner connection. Use <code>connectType=TRANSIT</code> to display Ports that support a Megaport Internet connection. Use <code>connectType=FRANCEIX</code> to display France-IX Ports that you can connect to.</p>\n<p>You use the <code>productUid</code> value from the response in API calls for orders.</p>\n<p>If the <code>vxcPermitted</code> value is false, you cannot create a VXC to that port.</p>\n","urlObject":{"path":["v2","dropdowns","partner","megaports"],"host":["{{baseUrl}}"],"query":[{"description":{"content":"<p>Filters the locations based on the cloud providers, such as AWS (for Hosted VIF), AWSHC (for Hosted Connection), AZURE, GOOGLE, ORACLE, OUTSCALE, and IBM. \nUse connectType=TRANSIT to display Ports that support a Megaport Internet connection. \nUse connectType=FRANCEIX to display Ports that you can create a VXC to in order to connect to France-IX.</p>\n","type":"text/plain"},"key":"connectType","value":"{cloudProvider}"},{"description":{"content":"<p>TRUE displays all partner sites that accept new VXCs. </p>\n","type":"text/plain"},"key":"vxcPermitted","value":"{boolean}"}],"variable":[]}},"response":[{"id":"22be1c14-df28-4960-a0c4-df59d687ebf6","name":"Partner Megaports","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":{"raw":"{{baseUrl}}/v2/dropdowns/partner/megaports","host":["{{baseUrl}}"],"path":["v2","dropdowns","partner","megaports"],"query":[{"key":"connectType","value":"{cloudProvider}","description":"Filters the locations based on the cloud providers, such as AWS (for Hosted VIF), AWSHC (for Hosted Connection), AZURE, GOOGLE, ORACLE, OUTSCALE, and IBM. \nUse connectType=TRANSIT to display Ports that support a Megaport Internet connection. \nUse connectType=FRANCEIX to display Ports that you can create a VXC to in order to connect to France-IX.","disabled":true},{"key":"vxcPermitted","value":"{boolean}","description":"TRUE displays all partner sites that accept new VXCs. ","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 15 Oct 2025 23:26:01 GMT"},{"key":"Content-Type","value":"application/json","description":""},{"key":"Content-Length","value":"139241"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amzn-Trace-Id","value":"Root=1-68f02d88-043b273d50b2c2b920882f7b"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Server-Timing","value":"app;dur=448"},{"key":"ETag","value":"W/\"0ac00e7902bd67b5de99f5320b369a7e3\""},{"key":"X-Xss-Protection","value":"1 ; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"trace-id","value":"65089a7b233290617f09ea54d12bf487"},{"key":"content-encoding","value":"gzip"},{"key":"X-Robots-Tag","value":"noindex"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"All Partner Megaports\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"productUid\": \"87860c28-81ef-4e79-8cc7-cfc5a4c4bc86\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"Asia Pacific (Sydney) (ap-southeast-2)\",\n            \"locationId\": 6,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 5000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 1,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 74238,\n            \"connectType\": \"AWS\"\n        },\n        {\n            \"productUid\": \"fece8275-86ec-4bbd-b328-67ddac6d852e\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Sydney Primary\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"d2654523-294d-4ce8-8194-51beb8ae81a6\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Sydney Primary\",\n            \"locationId\": 2,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 3,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"078df7f1-be83-4462-8f6f-a6d01cc66c36\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Sydney Primary\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 4,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"5d56b97f-d861-4d3c-a5c6-06796d699a44\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"Asia Pacific (Sydney) (ap-southeast-2)\",\n            \"locationId\": 3,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 5000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 5,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 70892,\n            \"connectType\": \"AWS\"\n        },\n        {\n            \"productUid\": \"096349e0-2fd6-45cb-a864-3652ae221b9f\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Sydney Primary\",\n            \"locationId\": 2,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 6,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"7dd5a8c1-241a-4577-b455-d0595069fd90\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Auckland Primary\",\n            \"locationId\": 51,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 7,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"75a42d52-5c40-475f-abac-20fb2e4beeef\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Melbourne Primary\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 8,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"d6dafb15-e93a-4f7f-9d17-444589cd8b8c\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Sydney Secondary\",\n            \"locationId\": 2,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 9,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"df37ac05-0c21-4292-9729-695f5ea4645d\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"Asia Pacific (Sydney) (ap-southeast-2)\",\n            \"locationId\": 6,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 5000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": null,\n            \"rank\": 10,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 15536,\n            \"connectType\": \"AWS\"\n        },\n        {\n            \"productUid\": \"13f28165-de96-484e-8f99-babb24650e6a\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Sydney Secondary\",\n            \"locationId\": 6,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 11,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"aca36db9-f44a-4a2c-a29c-d4abd77a88b0\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 10,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 12,\n            \"lag_id\": 10,\n            \"lag_primary\": true,\n            \"aggregation_id\": 161709,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"productUid\": \"12c2499f-07cb-44ba-80c9-669097de8867\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"Asia Pacific (Sydney) (ap-southeast-2)\",\n            \"locationId\": 6,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 5000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": null,\n            \"rank\": 13,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 26051,\n            \"connectType\": \"AWS\"\n        },\n        {\n            \"productUid\": \"70950e04-9132-4786-828d-47f1b14fc5c6\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Sydney Secondary\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 14,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"472a5359-b3d8-47fc-95e7-cf915f4dba1f\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 3,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 15,\n            \"lag_id\": 8,\n            \"lag_primary\": true,\n            \"aggregation_id\": 161705,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"productUid\": \"1642d09d-0810-4cb2-ad51-6a3b2c71531d\",\n            \"companyUid\": \"8ea83603-445c-40c6-94cf-67967a18beb9\",\n            \"companyName\": \"Oracle\",\n            \"title\": \"OCI (us-ashburn-1) (BMC)\",\n            \"locationId\": 68,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"red\",\n            \"rank\": 16,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 12801,\n            \"connectType\": \"ORACLE\"\n        },\n        {\n            \"productUid\": \"46182529-3c0a-488a-b081-8ca036506a51\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"Asia Pacific (Sydney) (ap-southeast-2)\",\n            \"locationId\": 3,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 5000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": null,\n            \"rank\": 17,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 26049,\n            \"connectType\": \"AWS\"\n        },\n        {\n            \"productUid\": \"652b9f32-6ba5-43fc-b01e-3247a5a4dfce\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Sydney Secondary\",\n            \"locationId\": 2,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 18,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"5e34888d-a26f-4a60-a74a-7ab79fb8248a\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Melbourne Primary\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 19,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"44dc35d6-d185-4e0e-8c33-fa3b64647885\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"London2 Primary\",\n            \"locationId\": 256,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 20,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"c1531548-c2e0-4c17-8fd6-6b3beb573234\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"Ashburn (iad-zone1-1)\",\n            \"locationId\": 67,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 21,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 162425,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"52063a45-6935-4c30-9c58-f9be8830e54b\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"Asia Pacific (Sydney) (ap-southeast-2)\",\n            \"locationId\": 3,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 5000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": null,\n            \"rank\": 22,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 22186,\n            \"connectType\": \"AWS\"\n        },\n        {\n            \"productUid\": \"17b7e572-1357-4f81-b800-0505413b67f3\",\n            \"companyUid\": \"8ea83603-445c-40c6-94cf-67967a18beb9\",\n            \"companyName\": \"Oracle\",\n            \"title\": \"OCI (ap-sydney-1) (BMC)\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 23,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 92195,\n            \"connectType\": \"ORACLE\"\n        },\n        {\n            \"productUid\": \"c0f174d1-025d-49ee-80a2-540b848f90a7\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"Chicago (ord-zone1-7)\",\n            \"locationId\": 69,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 24,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 210156,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"cd94f522-a33d-4e0b-b7c1-307186672c1a\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Auckland Secondary\",\n            \"locationId\": 51,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 25,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"7c7af467-2840-4589-8280-9b16147a4285\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"Ashburn (iad-zone1-1)\",\n            \"locationId\": 67,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"blue\",\n            \"rank\": 26,\n            \"lag_id\": 1,\n            \"lag_primary\": true,\n            \"aggregation_id\": 327488,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"4695b867-84ad-48b4-bf25-fca26c443f2c\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Washington DC Primary\",\n            \"locationId\": 67,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 27,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"39dcbc44-e8c4-43a9-9d4c-0b91a3085724\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Melbourne Primary\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 28,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"f6ec6256-b0fe-4c36-b86b-f1693c3e7cc8\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"Asia Pacific (Sydney) (ap-southeast-2)\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 5000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": null,\n            \"rank\": 29,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 12689,\n            \"connectType\": \"AWS\"\n        },\n        {\n            \"productUid\": \"c6498bca-da22-4aed-833a-fe804fcd6301\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"London2 Secondary\",\n            \"locationId\": 256,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 30,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"59d0c2ac-429f-4420-b98e-7e293f3711fa\",\n            \"companyUid\": \"8ea83603-445c-40c6-94cf-67967a18beb9\",\n            \"companyName\": \"Oracle\",\n            \"title\": \"OCI (us-ashburn-1) (BMC)\",\n            \"locationId\": 67,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 31,\n            \"lag_id\": 1,\n            \"lag_primary\": true,\n            \"aggregation_id\": 441027,\n            \"connectType\": \"ORACLE\"\n        },\n        {\n            \"productUid\": \"bad28d26-764a-453c-9bc0-65063a2c4edb\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Melbourne Secondary\",\n            \"locationId\": 23,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 32,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"ee100c29-5ea2-4023-b7d5-70a23d8fe045\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"London Primary\",\n            \"locationId\": 90,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 33,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"4768c01f-830b-404b-985e-cd6caaafd3fb\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US East (N. Virginia) (us-east-1)\",\n            \"locationId\": 67,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 5000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 34,\n            \"lag_id\": 12,\n            \"lag_primary\": true,\n            \"aggregation_id\": 77289,\n            \"connectType\": \"AWS\"\n        },\n        {\n            \"productUid\": \"07d24186-686a-431f-a534-2ec4823adc70\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Sydney2 Primary\",\n            \"locationId\": 10,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 35,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"46c71b6d-115e-4de4-8894-4f40d0fdbc98\",\n            \"companyUid\": \"8ea83603-445c-40c6-94cf-67967a18beb9\",\n            \"companyName\": \"Oracle\",\n            \"title\": \"OCI (us-phoenix-1) (BMC)\",\n            \"locationId\": 147,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"blue\",\n            \"rank\": 36,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 10419,\n            \"connectType\": \"ORACLE\"\n        },\n        {\n            \"productUid\": \"aab2f157-78a2-4c26-bead-86ea8faf90b4\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Dallas Primary\",\n            \"locationId\": 71,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 37,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"7e86bda3-545c-405b-a34c-c950e642c30d\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Melbourne Secondary\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 38,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"d31c77b3-7f42-4c41-b60b-85dc5f1e6c29\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Dallas Primary\",\n            \"locationId\": 71,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 39,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"77818fbf-2579-40d5-a8cc-cdc1712d6370\",\n            \"companyUid\": \"8ea83603-445c-40c6-94cf-67967a18beb9\",\n            \"companyName\": \"Oracle\",\n            \"title\": \"OCI (us-ashburn-1) (BMC)\",\n            \"locationId\": 67,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"red\",\n            \"rank\": 40,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 11079,\n            \"connectType\": \"ORACLE\"\n        },\n        {\n            \"productUid\": \"4d576d0b-f563-4f37-8fab-17014fd06521\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"Dallas (dfw-zone1-4)\",\n            \"locationId\": 71,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 41,\n            \"lag_id\": 10,\n            \"lag_primary\": true,\n            \"aggregation_id\": 201394,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"7d83cd2f-772c-4dc5-b897-e5d189e5dcfe\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Atlanta Primary\",\n            \"locationId\": 226,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 42,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"0d2d13a9-3547-400f-98a8-fd1c6c6c253e\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Washington DC Primary\",\n            \"locationId\": 67,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 43,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"2ea18f5b-3991-4dae-bddc-c1f50a6ad4f2\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US East (N. Virginia) (us-east-1)\",\n            \"locationId\": 67,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 5000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": null,\n            \"rank\": 44,\n            \"lag_id\": 9,\n            \"lag_primary\": true,\n            \"aggregation_id\": 62988,\n            \"connectType\": \"AWS\"\n        },\n        {\n            \"productUid\": \"84db6d8f-dbe6-49c6-87e5-b4a418385f1b\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"Asia Pacific (Singapore) (ap-southeast-1)\",\n            \"locationId\": 37,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 5000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": null,\n            \"rank\": 45,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AWS\"\n        },\n        {\n            \"productUid\": \"c582931a-0430-42f2-9350-76fec2b6c4a8\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"Ashburn (iad-zone2-5467)\",\n            \"locationId\": 68,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 46,\n            \"lag_id\": 8,\n            \"lag_primary\": true,\n            \"aggregation_id\": 219095,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"18ebf75b-c9df-4801-bce4-ceedddfa2a56\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"Ashburn (iad-zone2-1)\",\n            \"locationId\": 67,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"red\",\n            \"rank\": 47,\n            \"lag_id\": 2,\n            \"lag_primary\": true,\n            \"aggregation_id\": 379036,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"19290db6-11a7-4277-a02e-5b2b47215a9e\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 140,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 48,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 181204,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"productUid\": \"af111cd5-41a9-4809-8382-3f10fb4abc31\",\n            \"companyUid\": \"8ea83603-445c-40c6-94cf-67967a18beb9\",\n            \"companyName\": \"Oracle\",\n            \"title\": \"OCI (us-ashburn-1) (BMC)\",\n            \"locationId\": 68,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 49,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 441031,\n            \"connectType\": \"ORACLE\"\n        },\n        {\n            \"productUid\": \"ee203392-10e3-4656-9bc3-7cebfda73813\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Chicago Primary\",\n            \"locationId\": 69,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 50,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"f58510cc-4340-4bd0-afc2-fe7d9a959bb5\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"Asia Pacific (Singapore) (ap-southeast-1)\",\n            \"locationId\": 37,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 5000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 51,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 62952,\n            \"connectType\": \"AWS\"\n        },\n        {\n            \"productUid\": \"9ef5f0e5-818b-45aa-8049-2c3ebd53ffd3\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Washington DC2 Primary\",\n            \"locationId\": 68,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 52,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"83f95deb-a537-485e-80d9-c442c776ddc9\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"London Primary\",\n            \"locationId\": 90,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 53,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"ad542bc4-17e3-4d5a-8e05-3204c20f542b\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"Ashburn (iad-zone2-1)\",\n            \"locationId\": 67,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 54,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 162428,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"930b2b0f-a7e8-4ba5-a7d2-ca1b39c462b2\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 67,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 55,\n            \"lag_id\": 8,\n            \"lag_primary\": true,\n            \"aggregation_id\": 181200,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"productUid\": \"f5a8528a-b342-45d3-89f1-249972ec7407\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US East (N. Virginia) (us-east-1)\",\n            \"locationId\": 71,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 5000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 56,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 94877,\n            \"connectType\": \"AWS\"\n        },\n        {\n            \"productUid\": \"90558833-e14f-49cf-84ba-bce1c2c40f2d\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"Sydney (syd-zone2-1605)\",\n            \"locationId\": 6,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 57,\n            \"lag_id\": 9,\n            \"lag_primary\": true,\n            \"aggregation_id\": 179847,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"ec3cb39a-e765-4784-a888-26fab526fae2\",\n            \"companyUid\": \"e09875fd-583a-45b1-a651-c5be51385515\",\n            \"companyName\": \"Rackspace\",\n            \"title\": \"Rackspace-RCG-IAD-Pri\",\n            \"locationId\": 67,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 58,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 8176,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"5deee74a-5a0b-44d4-b367-cc025aad1cf1\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Chicago Primary\",\n            \"locationId\": 69,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 59,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"f0f5d324-96b3-4f9c-8839-2dbd76057846\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Toronto Primary\",\n            \"locationId\": 79,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 60,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"3d9d48ad-f5d0-47c5-bf9c-83735f18eabd\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US West (N. California) (us-west-1)\",\n            \"locationId\": 66,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 5000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 61,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 76259,\n            \"connectType\": \"AWS\"\n        },\n        {\n            \"productUid\": \"c1bcf814-3f7e-4686-9508-6119af8daef3\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Chicago Primary\",\n            \"locationId\": 69,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 62,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"6effa4d9-8b0b-45d4-b090-50f726872e96\",\n            \"companyUid\": \"e09875fd-583a-45b1-a651-c5be51385515\",\n            \"companyName\": \"Rackspace\",\n            \"title\": \"Rackspace-RCG-IAD-Sec\",\n            \"locationId\": 67,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 63,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 8177,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"d0a350e8-ee22-43b3-93c4-d08f901cb4ae\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US East (N. Virginia) (us-east-1)\",\n            \"locationId\": 75,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 5000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": null,\n            \"rank\": 64,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 22972,\n            \"connectType\": \"AWS\"\n        },\n        {\n            \"productUid\": \"a7ae8a35-433e-44aa-87cb-a1b7995ab008\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Washington DC Primary\",\n            \"locationId\": 67,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 65,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"e46dc7cb-1456-4719-8e4b-cb7e9c4cba97\",\n            \"companyUid\": \"b773f870-614c-48b4-b122-2bd0ca42bf24\",\n            \"companyName\": \"Intercontinental Exchange ICE\",\n            \"title\": \"Megaport-10G-CHI (CHI-CER-MEGA-MRO1 xe-0/0/0)\",\n            \"locationId\": 69,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 66,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 85053,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"604c7cd9-e0ba-483c-b255-90fa9040a910\",\n            \"companyUid\": \"8ea83603-445c-40c6-94cf-67967a18beb9\",\n            \"companyName\": \"Oracle\",\n            \"title\": \"OCI (us-ashburn-1) (BMC)\",\n            \"locationId\": 67,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"red\",\n            \"rank\": 67,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 127019,\n            \"connectType\": \"ORACLE\"\n        },\n        {\n            \"productUid\": \"3637e76c-4064-46d8-9138-338a9f78b7cd\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"London Primary\",\n            \"locationId\": 90,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 68,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"9a809d0b-f9c2-40e7-94c5-47a1599f959d\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Singapore Primary\",\n            \"locationId\": 36,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 69,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"4aaf6946-6166-4f41-b726-b388aad98fcb\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"Sydney (syd-zone1-1660)\",\n            \"locationId\": 10,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 70,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 181638,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"eb8f0c1e-5bbe-424c-a450-81c7b7f0a8a3\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"Dallas (dfw-zone2-4)\",\n            \"locationId\": 71,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 71,\n            \"lag_id\": 9,\n            \"lag_primary\": true,\n            \"aggregation_id\": 201398,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"9fde43f5-2f00-41ed-bb60-45c446ea43df\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"London (lhr-zone1-832)\",\n            \"locationId\": 90,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 72,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 217347,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"68243546-6d78-40da-a319-7a9f22336c56\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Dallas Primary\",\n            \"locationId\": 71,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 73,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"23392874-d567-4c02-8e97-9fdc490cc575\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US East (N. Virginia) (us-east-1)\",\n            \"locationId\": 67,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 5000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": null,\n            \"rank\": 74,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 24934,\n            \"connectType\": \"AWS\"\n        },\n        {\n            \"productUid\": \"d1a8f305-bf8e-48cc-9bba-c244e2303c68\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"London Secondary\",\n            \"locationId\": 90,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 75,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"0969b94c-d79a-4e3d-8f2d-7a97df6307fd\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"EU (London) (eu-west-2)\",\n            \"locationId\": 90,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 76,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 271393,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"026b1463-a91d-48e6-97c9-3c259f260012\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"Asia Pacific (Sydney) (ap-southeast-2)\",\n            \"locationId\": 6,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 77,\n            \"lag_id\": 1,\n            \"lag_primary\": true,\n            \"aggregation_id\": 298211,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"dee2f069-e484-4551-8a16-56291ea2a196\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US East (N. Virginia) (us-east-1)\",\n            \"locationId\": 67,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"blue\",\n            \"rank\": 78,\n            \"lag_id\": 1,\n            \"lag_primary\": true,\n            \"aggregation_id\": 326779,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"48d90c6a-6516-42df-a151-ccad27df6034\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Hong Kong Primary\",\n            \"locationId\": 46,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 79,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"f1465492-02f6-43e8-98d6-de6077563cfa\",\n            \"companyUid\": \"8ea83603-445c-40c6-94cf-67967a18beb9\",\n            \"companyName\": \"Oracle\",\n            \"title\": \"OCI (ap-sydney-1) (BMC)\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 80,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 92197,\n            \"connectType\": \"ORACLE\"\n        },\n        {\n            \"productUid\": \"91e66990-3d4f-49d3-9167-dc352b27d09d\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US East (N. Virginia) (us-east-1)\",\n            \"locationId\": 67,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"blue\",\n            \"rank\": 81,\n            \"lag_id\": 2,\n            \"lag_primary\": true,\n            \"aggregation_id\": 348843,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"4714f7bc-05e0-480b-81dd-f8e0f3596db7\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US East (Ohio) (us-east-2)\",\n            \"locationId\": 69,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 82,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 491194,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"21e08ae9-5299-4bf9-aaf6-d5ccf8d659d0\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US East (N. Virginia) (us-east-1)\",\n            \"locationId\": 67,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"blue\",\n            \"rank\": 83,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 511526,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"9fcaff89-065c-4672-a1c3-c76cb47164c8\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Silicon Valley Primary\",\n            \"locationId\": 66,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 84,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"b50a6c3a-0160-4b68-b430-2583b40e0498\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US East (N. Virginia) (us-east-1)\",\n            \"locationId\": 67,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 85,\n            \"lag_id\": 13,\n            \"lag_primary\": true,\n            \"aggregation_id\": 289305,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"15c281e4-31b6-4192-88fa-360a29980c90\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Dallas Secondary\",\n            \"locationId\": 71,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 86,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"f5a3a135-29d2-4e51-8ef4-4b5cadf46833\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US East (N. Virginia) (us-east-1)\",\n            \"locationId\": 116,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 5000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 87,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 20014,\n            \"connectType\": \"AWS\"\n        },\n        {\n            \"productUid\": \"f53112ac-6979-4abd-8197-33220415d4e3\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Frankfurt Primary\",\n            \"locationId\": 130,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 88,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"fc8ee873-d843-4192-95c8-082d690a817f\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Sydney2 Secondary\",\n            \"locationId\": 10,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 89,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"c851d98e-d2b7-4bb3-adcc-972a7b8f861e\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"London (lhr-zone2-47)\",\n            \"locationId\": 88,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 90,\n            \"lag_id\": 2,\n            \"lag_primary\": true,\n            \"aggregation_id\": 140621,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"6037020d-dee5-4b17-a953-2fe5c3a2c11d\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"Chicago (ord-zone2-7)\",\n            \"locationId\": 69,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 91,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 142386,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"0947ab29-44ba-4fae-a1d0-b95b434c28ea\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"Asia Pacific (Singapore) (ap-southeast-1)\",\n            \"locationId\": 39,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 92,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 309979,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"effce9e0-f320-4f76-bf08-96435e54c101\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"Asia Pacific (Singapore) (ap-southeast-1)\",\n            \"locationId\": 39,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 93,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 309981,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"8611b645-ea50-46eb-b400-1c2fb858a303\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US West (N. California) (us-west-1)\",\n            \"locationId\": 60,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 5000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 94,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 76268,\n            \"connectType\": \"AWS\"\n        },\n        {\n            \"productUid\": \"ae8ddf0b-c047-47b0-8bec-ecc9afe8255a\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Melbourne Primary\",\n            \"locationId\": 4,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 95,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"b7057132-ce3d-4a61-aeb1-86d23bca10a0\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US East (N. Virginia) (us-east-1)\",\n            \"locationId\": 67,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 96,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 289303,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"dd3c822a-7f2f-4fef-add8-8534e644bd1d\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Washington DC Secondary\",\n            \"locationId\": 67,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 97,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"0368b7c1-f175-4d6b-8490-c6bfc6764137\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Chicago Primary\",\n            \"locationId\": 69,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 98,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"04c5a563-e6e6-404f-a99e-1d655efea1c7\",\n            \"companyUid\": \"aacb3000-85bb-4a75-9ffa-49813f4e4ef4\",\n            \"companyName\": \"Bupa\",\n            \"title\": \"DC1 Primary\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 99,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"857a24ff-a2f6-410b-97e8-5fd1a623d417\",\n            \"companyUid\": \"aacb3000-85bb-4a75-9ffa-49813f4e4ef4\",\n            \"companyName\": \"Bupa\",\n            \"title\": \"DC2 Primary\",\n            \"locationId\": 143,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 100,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"2dd5a290-284d-412b-8a1e-12ea645c79e0\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"San Jose Primary\",\n            \"locationId\": 66,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 101,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"3b1a6180-8250-48d1-acb5-299c6b17149f\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Amsterdam Primary\",\n            \"locationId\": 87,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 102,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"6e25291b-1c51-4473-8a25-d094f45fcda9\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Melbourne Secondary\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 103,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"422db461-7936-4e5c-92ad-77aef17e3d32\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Washington DC Primary\",\n            \"locationId\": 67,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 104,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"876f00c1-0014-4755-9e19-c53af1513b74\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"Ashburn (iad-zone1-5467)\",\n            \"locationId\": 68,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 105,\n            \"lag_id\": 8,\n            \"lag_primary\": true,\n            \"aggregation_id\": 219093,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"17895917-2cfc-40d9-98d6-c91e23d69a77\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US East (N. Virginia) (us-east-1)\",\n            \"locationId\": 68,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"blue\",\n            \"rank\": 106,\n            \"lag_id\": 8,\n            \"lag_primary\": true,\n            \"aggregation_id\": 330083,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"52226789-da24-4484-8e80-1b539744f5f9\",\n            \"companyUid\": \"8ea83603-445c-40c6-94cf-67967a18beb9\",\n            \"companyName\": \"Oracle\",\n            \"title\": \"OCI (us-phoenix-1) (BMC)\",\n            \"locationId\": 147,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 107,\n            \"lag_id\": 2,\n            \"lag_primary\": true,\n            \"aggregation_id\": 440723,\n            \"connectType\": \"ORACLE\"\n        },\n        {\n            \"productUid\": \"eb53e285-f899-4b6b-9890-5049cb9cd319\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Washington DC Secondary\",\n            \"locationId\": 67,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 108,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"c4a4b5ce-8b6e-4fee-9f28-a69643f1fb4f\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Chicago Secondary\",\n            \"locationId\": 69,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 109,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"52dfc422-9041-4a16-b040-f03c795a3e01\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"Asia Pacific (Sydney) (ap-southeast-2)\",\n            \"locationId\": 377,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 5000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 110,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 44669,\n            \"connectType\": \"AWS\"\n        },\n        {\n            \"productUid\": \"a5928c73-d0aa-4000-8d5a-46f2f9294fb8\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"London Secondary\",\n            \"locationId\": 90,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 111,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"0b59d82d-d1f3-4d4f-932b-ab265e34a489\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 64,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 112,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 181240,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"productUid\": \"fe1fab1b-2c5b-42f5-9da6-eeeba095a010\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"Asia Pacific (Singapore) (ap-southeast-1)\",\n            \"locationId\": 37,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 113,\n            \"lag_id\": 9,\n            \"lag_primary\": true,\n            \"aggregation_id\": 298213,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"17451291-71c8-4545-96a6-a1647fe1c15e\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US East (Ohio) (us-east-2)\",\n            \"locationId\": 69,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 114,\n            \"lag_id\": 15,\n            \"lag_primary\": true,\n            \"aggregation_id\": 321021,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"4871ddcb-c4df-4647-bedb-b87d9c4ffd58\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"Asia Pacific (Sydney) (ap-southeast-2)\",\n            \"locationId\": 6,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"red\",\n            \"rank\": 115,\n            \"lag_id\": 1,\n            \"lag_primary\": true,\n            \"aggregation_id\": 326798,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"498337c7-a261-40b2-896b-d6bde03d1beb\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"Asia Pacific (Sydney) (ap-southeast-2)\",\n            \"locationId\": 6,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"blue\",\n            \"rank\": 116,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 326800,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"b833ecf1-18f4-4920-b466-7d5a2da4f532\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Singapore Primary\",\n            \"locationId\": 36,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 117,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"ae3bc8ce-c6a7-4d19-94a9-3231531d894d\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Dallas Primary\",\n            \"locationId\": 71,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 118,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"ffd4efca-e972-47c0-800d-f74e0cc7ac5a\",\n            \"companyUid\": \"1d37837c-a713-4816-be57-915149e7fe67\",\n            \"companyName\": \"Tabcorp Holdings Limited\",\n            \"title\": \"NFV Cloud Connectivity\",\n            \"locationId\": 383,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 119,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"09fcbf6e-05fe-4c7f-9c24-81b5292372aa\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"Frankfurt (fra-zone2-683)\",\n            \"locationId\": 131,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 120,\n            \"lag_id\": 9,\n            \"lag_primary\": true,\n            \"aggregation_id\": 181788,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"7baec0f3-a1e7-4b67-adcd-dcb437af485a\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"Asia Pacific (Sydney) (ap-southeast-2)\",\n            \"locationId\": 3,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 5000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": null,\n            \"rank\": 121,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AWS\"\n        },\n        {\n            \"productUid\": \"dff37fc5-05ca-439d-9229-c39c0b1d59b0\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"EU (London) (eu-west-2)\",\n            \"locationId\": 89,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 122,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 106455,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"d84ad163-8e22-4150-8cb7-44f1aecf9e90\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"London Secondary\",\n            \"locationId\": 90,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 123,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"a43f8719-0dbe-4c5f-b615-e6d028e03c28\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Melbourne Secondary\",\n            \"locationId\": 4,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 124,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"861a5d33-c5b6-49c8-b172-afae4b1ab60d\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"New York Primary\",\n            \"locationId\": 655,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 125,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"09a655af-a67b-46ed-a7f0-769cbbcace67\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"Asia Pacific (Sydney) (ap-southeast-2)\",\n            \"locationId\": 6,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 126,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 298209,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"9a28a3d8-f9f3-4568-8d84-0bbd7aa74ff7\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Dallas Secondary\",\n            \"locationId\": 71,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 127,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"80b104ee-e0fe-4062-947c-4b39900dad21\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US East (N. Virginia) (us-east-1)\",\n            \"locationId\": 67,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"red\",\n            \"rank\": 128,\n            \"lag_id\": 1,\n            \"lag_primary\": true,\n            \"aggregation_id\": 326777,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"82b7b110-0382-40fa-af09-72768f9df9b8\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"Asia Pacific (Tokyo) (ap-northeast-1)\",\n            \"locationId\": 558,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 129,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 359371,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"e76fab60-2f45-4e38-9f2e-ddac8358be05\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US East (N. Virginia) (us-east-1)\",\n            \"locationId\": 75,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 5000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 130,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 77051,\n            \"connectType\": \"AWS\"\n        },\n        {\n            \"productUid\": \"fab47bb2-b825-4711-bae5-c4ea545913d2\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US East (N. Virginia) (us-east-1)\",\n            \"locationId\": 67,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 5000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": null,\n            \"rank\": 131,\n            \"lag_id\": 8,\n            \"lag_primary\": true,\n            \"aggregation_id\": 77286,\n            \"connectType\": \"AWS\"\n        },\n        {\n            \"productUid\": \"fb731c39-d3fe-4dea-b067-28db8a285fb7\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Washington DC2 Secondary\",\n            \"locationId\": 68,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 132,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"2f18bb0d-65a7-4e71-82fd-1e7f429f6463\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US East (N. Virginia) (us-east-1)\",\n            \"locationId\": 67,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"red\",\n            \"rank\": 133,\n            \"lag_id\": 9,\n            \"lag_primary\": true,\n            \"aggregation_id\": 348841,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"d43ae374-a51e-487f-a903-89500f150919\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US East (N. Virginia) (us-east-1)\",\n            \"locationId\": 68,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"red\",\n            \"rank\": 134,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 383903,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"de52b801-54da-4932-9820-3f46d594f5e4\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Dallas Secondary\",\n            \"locationId\": 71,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 135,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"11d81781-39e3-495a-aea7-10c30b11fd86\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Chicago Secondary\",\n            \"locationId\": 69,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 136,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"db84f989-5394-4066-919a-e4b636dd7ad9\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US East (N. Virginia) (us-east-1)\",\n            \"locationId\": 68,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 5000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": null,\n            \"rank\": 137,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 97461,\n            \"connectType\": \"AWS\"\n        },\n        {\n            \"productUid\": \"b7997449-68f0-42cd-b860-78c42db67f11\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Phoenix Primary\",\n            \"locationId\": 336,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 138,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"09f7fa5d-dec1-44e8-8a0f-a82818e31f7d\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Frankfurt Primary\",\n            \"locationId\": 130,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 139,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"2753ffa7-08d3-445d-b5a7-9dc6faadb62b\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Sydney2 Primary\",\n            \"locationId\": 10,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 140,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"8bebec3c-fa91-48d9-9877-894eaf9fcb56\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US East (N. Virginia) (us-east-1)\",\n            \"locationId\": 75,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 141,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 280010,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"594505f4-3d0f-4fb4-9393-c3033a38ac8b\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Washington DC Primary\",\n            \"locationId\": 67,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 142,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"a0741f19-6ebf-49be-9a2d-b783192c6a94\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Atlanta Secondary\",\n            \"locationId\": 226,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 143,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"7bc9979d-8bdf-4d3f-9e7a-0681735ab714\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Chicago Secondary\",\n            \"locationId\": 69,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 144,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"7ffa5568-f123-4225-9b66-d8191fa7f666\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"EU (Ireland) (eu-west-1)\",\n            \"locationId\": 89,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 5000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": null,\n            \"rank\": 145,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AWS\"\n        },\n        {\n            \"productUid\": \"60996dfb-e397-4f0b-a25c-ae69ff23e538\",\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"Direct Link Dallas 4 Port 1\",\n            \"locationId\": 72,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 146,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 26231,\n            \"connectType\": \"IBM\"\n        },\n        {\n            \"productUid\": \"07ab0ee6-7f77-41ac-bbe6-335e3ee6d182\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Washington DC Secondary\",\n            \"locationId\": 67,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 147,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"7665883c-d20e-4600-b21b-217b1e56b1db\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Washington DC Primary\",\n            \"locationId\": 67,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 148,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"31da6f9b-2bca-4703-90c1-9e5cb288c81a\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Washington DC Secondary\",\n            \"locationId\": 67,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 149,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"7d6c3458-65e7-4e3c-b364-127a8bb838c5\",\n            \"companyUid\": \"8ea83603-445c-40c6-94cf-67967a18beb9\",\n            \"companyName\": \"Oracle\",\n            \"title\": \"OCI (ap-melbourne-1) (BMC)\",\n            \"locationId\": 41,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 150,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 111723,\n            \"connectType\": \"ORACLE\"\n        },\n        {\n            \"productUid\": \"c28a54ae-b3f1-4e86-8e61-d960bdeff1c7\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US East (N. Virginia) (us-east-1)\",\n            \"locationId\": 71,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 151,\n            \"lag_id\": 13,\n            \"lag_primary\": true,\n            \"aggregation_id\": 283364,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"eb106022-bc91-4c0b-a1dc-d82b45c4a8d4\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"Asia Pacific (Singapore) (ap-southeast-1)\",\n            \"locationId\": 37,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 152,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 298215,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"b13eaf84-41bf-4496-a806-c04f8f0255d0\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US East (N. Virginia) (us-east-1)\",\n            \"locationId\": 75,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"red\",\n            \"rank\": 153,\n            \"lag_id\": 9,\n            \"lag_primary\": true,\n            \"aggregation_id\": 365366,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"f8e988ed-ed25-4181-9a5e-33b1a322766e\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"Chicago (ord-zone2-7)\",\n            \"locationId\": 69,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"blue\",\n            \"rank\": 154,\n            \"lag_id\": 11,\n            \"lag_primary\": true,\n            \"aggregation_id\": 369189,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"db952776-463a-4a61-8ce5-e7ea5f9177fc\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Washington DC Primary\",\n            \"locationId\": 67,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 155,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"298308f5-d17e-4aca-b945-48f3085e7d61\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Toronto Secondary\",\n            \"locationId\": 79,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 156,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"abbdeca1-879f-4996-aed8-f39cfb1d9177\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Amsterdam Primary\",\n            \"locationId\": 87,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 157,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"5a28d2ef-cfd6-4873-8e2f-be4bc5729a64\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US West (Denver) (us-west-2)\",\n            \"locationId\": 320,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 5000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 158,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 29053,\n            \"connectType\": \"AWS\"\n        },\n        {\n            \"productUid\": \"e899dd7c-b87c-42eb-ace0-4c550fb909b2\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Dallas Primary\",\n            \"locationId\": 71,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 159,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"58339789-a891-4e37-ab44-8638b1df0f37\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Silicon Valley Secondary\",\n            \"locationId\": 66,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 160,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"c21e282d-175f-49d5-966f-4c1a1e9eb3bc\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Chicago Primary\",\n            \"locationId\": 69,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 161,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"872840c4-5535-44f7-8ad0-d7536dae16ec\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"EU (London) (eu-west-2)\",\n            \"locationId\": 90,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 162,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 271398,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"028f5547-d6da-4001-8103-a5b98242e0df\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US East (N. Virginia) (us-east-1)\",\n            \"locationId\": 68,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"red\",\n            \"rank\": 163,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 354512,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"9dcf4ead-583b-4512-b248-0f840f0f73a6\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US East (N. Virginia) (us-east-1)\",\n            \"locationId\": 68,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"blue\",\n            \"rank\": 164,\n            \"lag_id\": 9,\n            \"lag_primary\": true,\n            \"aggregation_id\": 354514,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"7c5a2df5-cbff-4ae6-a966-b0f09232b8c3\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Washington DC2 Primary\",\n            \"locationId\": 68,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 165,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"cd377033-9741-454d-ae9a-19ffa8b1c6db\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US West (Oregon) (us-west-2)\",\n            \"locationId\": 57,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 5000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": null,\n            \"rank\": 166,\n            \"lag_id\": 8,\n            \"lag_primary\": true,\n            \"aggregation_id\": 41968,\n            \"connectType\": \"AWS\"\n        },\n        {\n            \"productUid\": \"0722ba2a-6dbb-486e-9416-f212abd8d94f\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US East (N. Virginia) (us-east-1)\",\n            \"locationId\": 71,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 5000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": null,\n            \"rank\": 167,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 77068,\n            \"connectType\": \"AWS\"\n        },\n        {\n            \"productUid\": \"b956dafb-c2fa-4362-860d-540390c00421\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Toronto Primary\",\n            \"locationId\": 79,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 168,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"aebee0ec-97d5-44ab-aa79-04d84aead9a2\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Hong Kong2 Primary\",\n            \"locationId\": 47,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 169,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"52559d51-3440-4d8d-bd89-c67270bc6be9\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"San Jose (sjc-zone1-6)\",\n            \"locationId\": 66,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 170,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 172391,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"793c5053-1c76-4c0e-9c51-74de1fd5b13a\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Chicago Primary\",\n            \"locationId\": 69,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 171,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"331eb1f4-bf79-43c5-8fa9-0d251408faf8\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US East (N. Virginia) (us-east-1)\",\n            \"locationId\": 75,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"red\",\n            \"rank\": 172,\n            \"lag_id\": 8,\n            \"lag_primary\": true,\n            \"aggregation_id\": 332915,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"ff963fd2-1095-46d5-ba46-b4ca4aa1caa2\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US West (N. California) (us-west-1)\",\n            \"locationId\": 66,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 173,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 360733,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"5e04ee01-c9b0-4034-bc77-976e5406ec26\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Dallas Primary\",\n            \"locationId\": 71,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 174,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"d877b1d8-1372-4284-b9b4-77f16a3437e0\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Atlanta Primary\",\n            \"locationId\": 226,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 175,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"5fdc51ad-cbe3-4ebb-891e-92eef845b2c2\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"Asia Pacific (Singapore) (ap-southeast-1)\",\n            \"locationId\": 47,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 176,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 650415,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"bdc22400-afef-4d5b-895c-d78d0785f6a9\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US East (N. Virginia) (us-east-1)\",\n            \"locationId\": 71,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 5000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": null,\n            \"rank\": 177,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AWS\"\n        },\n        {\n            \"productUid\": \"728a3366-876d-4e41-9ce1-1c9e07dc0ce2\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US West (Oregon) (us-west-2)\",\n            \"locationId\": 97,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 5000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": null,\n            \"rank\": 178,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AWS\"\n        },\n        {\n            \"productUid\": \"d72b32e3-67b9-44cf-89fd-c914ebe4d8d2\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Denver Primary\",\n            \"locationId\": 320,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 179,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"42b5da4d-83fe-40be-ae79-cf9522877135\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Dublin Primary\",\n            \"locationId\": 94,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 180,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"ecac75e6-b715-4bd4-ad79-522883826048\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Chicago Secondary\",\n            \"locationId\": 69,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 181,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"e9d1b8ad-31a0-4d7c-95e0-956b855011f2\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Amsterdam Secondary\",\n            \"locationId\": 85,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 182,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"c6bc7426-a1f9-48ec-be35-2438456a533a\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Seattle Primary\",\n            \"locationId\": 57,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 183,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"35edee42-a914-4a9b-aae5-6336a73ad9a4\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"Asia Pacific (Tokyo) (ap-northeast-1)\",\n            \"locationId\": 558,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 5000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 184,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 105793,\n            \"connectType\": \"AWS\"\n        },\n        {\n            \"productUid\": \"5ce13df4-e983-44d4-a543-906f4290d895\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"San Antonio Primary\",\n            \"locationId\": 247,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 185,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"0fbbdcfc-1642-4a43-b549-6900f71e7006\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 4,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 186,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 212928,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"productUid\": \"ea53aeb4-0c78-42fd-9293-0532f673a0b6\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Phoenix Primary\",\n            \"locationId\": 336,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 187,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"6dab69c3-d19b-40cc-9aab-ba959fd5009f\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US East (N. Virginia) (us-east-1)\",\n            \"locationId\": 68,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 188,\n            \"lag_id\": 9,\n            \"lag_primary\": true,\n            \"aggregation_id\": 269435,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"872b6156-2890-4d5d-8fe0-d10bccf2af83\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US East (N. Virginia) (us-east-1)\",\n            \"locationId\": 75,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 189,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 280012,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"518380f1-9051-4bf8-b8fc-4f69d2390210\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US East (N. Virginia) (us-east-1)\",\n            \"locationId\": 71,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"blue\",\n            \"rank\": 190,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 315656,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"ae2d6f21-134e-46ed-9c83-3219c7558ed5\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US West (N. California) (us-west-1)\",\n            \"locationId\": 60,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 191,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 320470,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"7ff1f466-13f3-400f-812f-b4dda9b53c0b\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US West (Oregon) (us-west-2)\",\n            \"locationId\": 146,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"red\",\n            \"rank\": 192,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 328838,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"56919e39-6873-4ae9-a7cc-e5a1dfab4770\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US West (Oregon) (us-west-2)\",\n            \"locationId\": 146,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"blue\",\n            \"rank\": 193,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 328840,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"fd7b8577-e4b8-4c77-9212-f28e485ad0be\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US East (N. Virginia) (us-east-1)\",\n            \"locationId\": 140,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 194,\n            \"lag_id\": 9,\n            \"lag_primary\": true,\n            \"aggregation_id\": 382607,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"b1f61ad0-d0f2-4617-8f31-2cac32222d66\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US East (Ohio) (us-east-2)\",\n            \"locationId\": 319,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"red\",\n            \"rank\": 195,\n            \"lag_id\": 8,\n            \"lag_primary\": true,\n            \"aggregation_id\": 394356,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"84217f03-db47-4eb4-9c73-c2b08eb198cf\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US East (N. Virginia) (us-east-1)\",\n            \"locationId\": 75,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 5000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": null,\n            \"rank\": 196,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AWS\"\n        },\n        {\n            \"productUid\": \"3526a438-e670-4daa-beeb-acc84b07cf58\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US East (N. Virginia) (us-east-1)\",\n            \"locationId\": 68,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 5000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 197,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 46561,\n            \"connectType\": \"AWS\"\n        },\n        {\n            \"productUid\": \"4c625c9f-e200-4595-95b0-cfa2b3f79c32\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Ashburn Primary\",\n            \"locationId\": 67,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 198,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"da0076ae-f9d1-481e-a304-daeaed5e400e\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US West (Oregon) (us-west-2)\",\n            \"locationId\": 97,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 5000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 199,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 77054,\n            \"connectType\": \"AWS\"\n        },\n        {\n            \"productUid\": \"af4333fa-9bb2-425b-8f4e-4539697c3808\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 72,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 200,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 165039,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"productUid\": \"975354cd-93e6-40a2-98d0-bf2380a38a26\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 70,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 201,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 181244,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"productUid\": \"5ec445b7-6e15-4638-a2d7-8b9ab6ab0e62\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"EU (Frankfurt) (eu-central-1)\",\n            \"locationId\": 130,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 202,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 320935,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"0168e15c-0518-4f84-a98e-a699a4a547fb\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"Asia Pacific (Singapore) (ap-southeast-1)\",\n            \"locationId\": 37,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"blue\",\n            \"rank\": 203,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 341485,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"fd2293ee-7fac-4c6e-ad22-b1c153cfa58c\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"Asia Pacific (Sydney) (ap-southeast-2)\",\n            \"locationId\": 6,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"red\",\n            \"rank\": 204,\n            \"lag_id\": 2,\n            \"lag_primary\": true,\n            \"aggregation_id\": 367840,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"2fe6ef78-3900-41b3-9c38-3693e16f7dce\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US East (Ohio) (us-east-2)\",\n            \"locationId\": 319,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 205,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 368316,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"fd334b4c-79bc-421d-ab8f-eea6c6c66803\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US East (Ohio) (us-east-2)\",\n            \"locationId\": 520,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 206,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 485846,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"91e79bd8-7107-4906-87ea-14ffe1e31650\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US West (Oregon) (us-west-2)\",\n            \"locationId\": 100,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 207,\n            \"lag_id\": 14,\n            \"lag_primary\": true,\n            \"aggregation_id\": 700143,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"fa316a1e-5920-4533-acc2-b60772f13d4d\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"Las Vegas (las-zone1-770)\",\n            \"locationId\": 100,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 208,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 190886,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"79a465d3-4852-4043-83d9-66521fc8f141\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Frankfurt Secondary\",\n            \"locationId\": 130,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 209,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"c04c0233-a5ef-4eca-90da-d22205cae0ae\",\n            \"companyUid\": \"8ea83603-445c-40c6-94cf-67967a18beb9\",\n            \"companyName\": \"Oracle\",\n            \"title\": \"OCI (ap-singapore-1) (BMC)\",\n            \"locationId\": 36,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 210,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 230711,\n            \"connectType\": \"ORACLE\"\n        },\n        {\n            \"productUid\": \"393ce489-16ae-433e-8ef3-9ada3c361dba\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"Asia Pacific (Sydney) (ap-southeast-2)\",\n            \"locationId\": 10,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"red\",\n            \"rank\": 211,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 334409,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"99529843-6ba9-478a-8338-a60ad07bb966\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Washington DC Secondary\",\n            \"locationId\": 67,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 212,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"a1a6078d-5dbb-4869-82db-ee15eb3f52af\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"Canada (Central) (ca-central-1)\",\n            \"locationId\": 1123,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 213,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 412500,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"42bef0c5-e3e3-4a6e-9156-29021d2d82aa\",\n            \"companyUid\": \"8ea83603-445c-40c6-94cf-67967a18beb9\",\n            \"companyName\": \"Oracle\",\n            \"title\": \"OCI (us-phoenix-1) (BMC)\",\n            \"locationId\": 147,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 214,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 440722,\n            \"connectType\": \"ORACLE\"\n        },\n        {\n            \"productUid\": \"fb4ba2c4-a6e0-4db9-9618-5cc454bff395\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US East (Ohio) (us-east-2)\",\n            \"locationId\": 69,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"red\",\n            \"rank\": 215,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 493506,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"b2b7d8c6-5bf8-4260-8925-f8a66e2f4a86\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US East (N. Virginia) (us-east-1)\",\n            \"locationId\": 67,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 5000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": null,\n            \"rank\": 216,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AWS\"\n        },\n        {\n            \"productUid\": \"ef9c8d82-0c10-430e-9ebe-bbab3c59ace9\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Amsterdam Secondary\",\n            \"locationId\": 87,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 217,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"56f988c3-ecc8-455c-9168-d2fd5dc94f51\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Miami Primary\",\n            \"locationId\": 234,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 218,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"38557273-76ce-4614-89a0-68e290478050\",\n            \"companyUid\": \"fdf80a58-ba9c-4e6d-98f5-9a8229645fb3\",\n            \"companyName\": \"IFX Networks\",\n            \"title\": \"IFX_MIA_1\",\n            \"locationId\": 234,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 219,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"d4326482-49f5-4ffc-ae82-dfc8cd5161d5\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Amsterdam Primary\",\n            \"locationId\": 87,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 220,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"ad939fd2-6ef9-41dc-b135-de2e1bbe6e6e\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 37,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 221,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 161243,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"productUid\": \"6e587057-f012-4600-896f-9ee171fdd444\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"Frankfurt (fra-zone1-683)\",\n            \"locationId\": 131,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 222,\n            \"lag_id\": 14,\n            \"lag_primary\": true,\n            \"aggregation_id\": 181786,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"890c87cb-71d4-45a6-a2c3-c00c0d9a4fa9\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US East (N. Virginia) (us-east-1)\",\n            \"locationId\": 71,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 223,\n            \"lag_id\": 14,\n            \"lag_primary\": true,\n            \"aggregation_id\": 283362,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"c35b08dd-fc04-43ae-9808-65fe351aea76\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US East (N. Virginia) (us-east-1)\",\n            \"locationId\": 71,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"red\",\n            \"rank\": 224,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 315654,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"4348e355-5e76-470b-988b-ac245c48663b\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"EU (Frankfurt) (eu-central-1)\",\n            \"locationId\": 130,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 225,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 320933,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"27fe8de2-2cfb-4437-b8e5-3e028a8384f2\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"Asia Pacific (Tokyo) (ap-northeast-1)\",\n            \"locationId\": 560,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 226,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 330895,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"677fbc1e-d73f-431d-b3e2-9c56ff6c74f7\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"Asia Pacific (Tokyo) (ap-northeast-1)\",\n            \"locationId\": 560,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 227,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 330897,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"f265098b-3cba-464d-ae73-4d1917aa5618\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US East (N. Virginia) (us-east-1)\",\n            \"locationId\": 75,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"blue\",\n            \"rank\": 228,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 332917,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"13de8941-7fef-439c-83d2-045a43f88e78\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US East (N. Virginia) (us-east-1)\",\n            \"locationId\": 71,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"blue\",\n            \"rank\": 229,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 362217,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"2c6be217-36ca-4b65-881f-beb38ef19f67\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"EU (Frankfurt) (eu-central-1)\",\n            \"locationId\": 131,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 230,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 364362,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"006bc984-ee00-467a-a925-e5f2a6db1f88\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US East (N. Virginia) (us-east-1)\",\n            \"locationId\": 67,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"red\",\n            \"rank\": 231,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 511524,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"6c79e6be-7406-44ab-8e3f-998c24cc6b93\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"San Jose Secondary\",\n            \"locationId\": 66,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 232,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"faef7a56-dc88-4967-b5ee-4bc7b0917709\",\n            \"companyUid\": \"8ea83603-445c-40c6-94cf-67967a18beb9\",\n            \"companyName\": \"Oracle\",\n            \"title\": \"OCI (uk-london-1) (BMC)\",\n            \"locationId\": 89,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 233,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 33972,\n            \"connectType\": \"ORACLE\"\n        },\n        {\n            \"productUid\": \"4742db9f-bffb-4f55-8f21-f4026021ccd7\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Seattle Secondary\",\n            \"locationId\": 57,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 234,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"0bf258fd-be99-43c4-97e6-623f436ff8d4\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US West (Oregon) (us-west-2)\",\n            \"locationId\": 100,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 5000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 235,\n            \"lag_id\": 9,\n            \"lag_primary\": true,\n            \"aggregation_id\": 77065,\n            \"connectType\": \"AWS\"\n        },\n        {\n            \"productUid\": \"1a3c0dbd-9ebd-48d1-8bff-b99af74bc7ea\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Frankfurt Secondary\",\n            \"locationId\": 130,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 236,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"fa5b8ece-1741-4671-a53f-e76e60d20308\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US East (Ohio) (us-east-2)\",\n            \"locationId\": 520,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 5000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 237,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 101776,\n            \"connectType\": \"AWS\"\n        },\n        {\n            \"productUid\": \"31957e91-64e8-46dc-886b-dc0a4e60e3c7\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"Asia Pacific (Tokyo) (ap-northeast-1)\",\n            \"locationId\": 560,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 5000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 238,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 104553,\n            \"connectType\": \"AWS\"\n        },\n        {\n            \"productUid\": \"435f2a05-0c68-4705-8d0c-8eba5e003099\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"Asia Pacific (Sydney) (ap-southeast-2)\",\n            \"locationId\": 3,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"blue\",\n            \"rank\": 239,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 139137,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"7836a9f0-4ac9-4330-8a54-ce19030f12b2\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"EU (Frankfurt) (eu-central-1)\",\n            \"locationId\": 131,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 5000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": null,\n            \"rank\": 240,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 158388,\n            \"connectType\": \"AWS\"\n        },\n        {\n            \"productUid\": \"9343109a-96f6-4d14-94b5-7e8390830702\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Sydney2 Secondary\",\n            \"locationId\": 10,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 241,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"e1964a64-2ad7-4ec0-ae5f-f0d01ef9299f\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US East (N. Virginia) (us-east-1)\",\n            \"locationId\": 68,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 242,\n            \"lag_id\": 11,\n            \"lag_primary\": true,\n            \"aggregation_id\": 269437,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"8b08864e-0eb2-4639-b4a2-eb4ba22c0bea\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US West (Oregon) (us-west-2)\",\n            \"locationId\": 146,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 243,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 311917,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"39097b71-57ee-404d-8e63-35e6a2c98a75\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US West (Oregon) (us-west-2)\",\n            \"locationId\": 146,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 244,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 311919,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"e2cf4ea9-a5e0-4e08-b9eb-eec511f731a8\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US East (N. Virginia) (us-east-1)\",\n            \"locationId\": 68,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"red\",\n            \"rank\": 245,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 330081,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"20fe6bb6-85c0-4e6f-b7de-ddd9f98ed92b\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"Asia Pacific (Hong Kong) (ap-east-1)\",\n            \"locationId\": 46,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 246,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 330114,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"e6b82839-0fab-4d8f-a12a-0373d4384126\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US East (N. Virginia) (us-east-1)\",\n            \"locationId\": 116,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 247,\n            \"lag_id\": 10,\n            \"lag_primary\": true,\n            \"aggregation_id\": 339229,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"1b73f27a-b004-4cbe-a8cc-fddb8b9a64db\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"Asia Pacific (Singapore) (ap-southeast-1)\",\n            \"locationId\": 37,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"red\",\n            \"rank\": 248,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 341483,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"8f5c0832-488b-4dbf-98b1-3bdf4d5c7c49\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US East (N. Virginia) (us-east-1)\",\n            \"locationId\": 71,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"red\",\n            \"rank\": 249,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 362215,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"1b033a1c-406f-4a7b-a886-78bd5d609d8e\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US East (Ohio) (us-east-2)\",\n            \"locationId\": 319,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"blue\",\n            \"rank\": 250,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 394358,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"376cb58f-cfc6-4b3b-8f1c-04a872521355\",\n            \"companyUid\": \"d0bb53e8-ae3c-47c9-bdd5-ad276dd6568f\",\n            \"companyName\": \"Advanced Wireless Network Co.\",\n            \"title\": \"AWN-MegaPort-GBSG#2(For CSL)\",\n            \"locationId\": 39,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 251,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"569c9cd9-7e63-49b6-bbc8-26beb01ad250\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"New York Primary\",\n            \"locationId\": 61,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 252,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"2836fe91-db9e-43de-8f8e-72f944b6f1a0\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"Asia Pacific (Sydney) (ap-southeast-2)\",\n            \"locationId\": 3,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 253,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 108712,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"3091048b-22ec-4acc-90ed-62c744df4d8c\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 62,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 254,\n            \"lag_id\": 8,\n            \"lag_primary\": true,\n            \"aggregation_id\": 180910,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"productUid\": \"111c8c0f-9a97-4b2f-b7cd-9007aeb00efd\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Washington DC2 Secondary\",\n            \"locationId\": 68,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 255,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"1408ef9a-4aba-42b5-a554-23436aa5aee9\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Washington DC Secondary\",\n            \"locationId\": 67,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 256,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"f8108177-dd12-4904-b23d-e93797b88cd9\",\n            \"companyUid\": \"d4ce18b6-f114-4db8-a650-61b8ac45ae86\",\n            \"companyName\": \"Symphony Communication Public Company Limited\",\n            \"title\": \"SYMC-NNI-10G-#3\",\n            \"locationId\": 36,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 257,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 296277,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"bddcdb18-d4b6-4d75-b9d2-3b560d4ea84a\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US West (Oregon) (us-west-2)\",\n            \"locationId\": 1237,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 258,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 308433,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"40b522a4-460b-4397-bf1b-d9bc7038e046\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US West (Oregon) (us-west-2)\",\n            \"locationId\": 1237,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"blue\",\n            \"rank\": 259,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 367844,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"e21eb74b-736b-4f90-85c9-233ec02cbb36\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Dallas Secondary\",\n            \"locationId\": 71,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 260,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"fbfa76c3-0fbd-45f3-895c-c0cd6d6e9788\",\n            \"companyUid\": \"1c3acfd6-e35b-4122-9212-b11ae3efe129\",\n            \"companyName\": \"Options IT\",\n            \"title\": \"NY9 Primary\",\n            \"locationId\": 61,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 261,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"47412f8a-2f4f-474f-b96a-9d461a4b9e4c\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"EU (Frankfurt) (eu-central-1)\",\n            \"locationId\": 130,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 5000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 262,\n            \"lag_id\": 9,\n            \"lag_primary\": true,\n            \"aggregation_id\": 12658,\n            \"connectType\": \"AWS\"\n        },\n        {\n            \"productUid\": \"34e1d6b8-6d78-4245-aa52-049e85902cbb\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"Asia Pacific (Sydney) (ap-southeast-2)\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 5000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 263,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 77059,\n            \"connectType\": \"AWS\"\n        },\n        {\n            \"productUid\": \"fc3429ec-365b-43c2-bce1-9f789fe0b4ad\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US East (N. Virginia) (us-east-1)\",\n            \"locationId\": 68,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 5000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": null,\n            \"rank\": 264,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 77423,\n            \"connectType\": \"AWS\"\n        },\n        {\n            \"productUid\": \"f778297a-1bb8-443a-b511-d0753cc85200\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"New York (lga-zone1-16)\",\n            \"locationId\": 78,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 265,\n            \"lag_id\": 11,\n            \"lag_primary\": true,\n            \"aggregation_id\": 168184,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"946bfdc0-aeea-4d5a-bef8-9032b990934a\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Washington DC2 Primary\",\n            \"locationId\": 68,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 266,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"cb51a991-68cc-47df-8584-64cbd7fffc7a\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US West (N. California) (us-west-1)\",\n            \"locationId\": 66,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 267,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 360731,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"475028cf-0a01-49f4-8548-45a62bd93c8d\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US East (Ohio) (us-east-2)\",\n            \"locationId\": 319,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 268,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 368314,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"0a3617b9-a0f7-4bc3-a299-28d101ea31cc\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Washington DC2 Secondary\",\n            \"locationId\": 68,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 269,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"a76a458f-ca00-496a-a77b-757952ddc298\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US East (Ohio) (us-east-2)\",\n            \"locationId\": 69,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"blue\",\n            \"rank\": 270,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 630263,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"93b3f4c8-c386-4c01-96c8-087ab34e91d1\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Dallas Secondary\",\n            \"locationId\": 71,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 271,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"2bb180da-34a8-4d4b-bb99-dbcf13b60212\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Dallas Secondary\",\n            \"locationId\": 71,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 272,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"d9db930e-43dc-4ba3-b7a3-fd9b7f2baac5\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Chicago Secondary\",\n            \"locationId\": 69,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 273,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"fdd0761b-106f-4ceb-ad7b-501a99b9ec6f\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Paris Primary\",\n            \"locationId\": 527,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 274,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"e2f2e17d-3e62-49ac-83e6-82748c358b28\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Toronto Secondary\",\n            \"locationId\": 79,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 275,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"903ed102-7af9-4ad0-8922-a935d44163f4\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"Asia Pacific (Sydney) (ap-southeast-2)\",\n            \"locationId\": 3,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"blue\",\n            \"rank\": 276,\n            \"lag_id\": 10,\n            \"lag_primary\": true,\n            \"aggregation_id\": 206323,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"0a863064-d628-4c03-87c4-f498f2146cb2\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"Sydney (syd-zone1-1660)\",\n            \"locationId\": 10,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"red\",\n            \"rank\": 277,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 412496,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"ad1adace-4b5d-4e3d-8262-f58683d1bf05\",\n            \"companyUid\": \"3f1a7c69-aa8b-4b48-b532-6f0e0cfd488d\",\n            \"companyName\": \"Brennan IT\",\n            \"title\": \"SYD-DE3-MEGAPORT-CLIENT\",\n            \"locationId\": 6,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 278,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"f82f94f1-c5fe-4e8a-9141-d03e868c00eb\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Las Vegas Primary\",\n            \"locationId\": 100,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 279,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"c786c097-7edb-4fb8-b2bc-f17b45363822\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Quebec Primary\",\n            \"locationId\": 164,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 280,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"dbe735e3-4ebf-4ebe-a23f-461e7ac963ee\",\n            \"companyUid\": \"cd92fac4-7f75-4fb0-bd24-19dcb9ed3e8e\",\n            \"companyName\": \"AMS-IX\",\n            \"title\": \"AMS-IX Amsterdam 100G\",\n            \"locationId\": 87,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 281,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AMSIX\"\n        },\n        {\n            \"productUid\": \"a0fa23e2-d5fb-4b1d-ba8c-c3ec4e2e081d\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"EU (Ireland) (eu-west-1)\",\n            \"locationId\": 90,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 5000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": null,\n            \"rank\": 282,\n            \"lag_id\": 8,\n            \"lag_primary\": true,\n            \"aggregation_id\": 41407,\n            \"connectType\": \"AWS\"\n        },\n        {\n            \"productUid\": \"700c2638-b3b0-4586-8957-b78689eeca9d\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Ashburn Secondary\",\n            \"locationId\": 67,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 283,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"ba204c8d-ebe9-4d3f-b804-ef0b41cf85fb\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Montreal Primary\",\n            \"locationId\": 419,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 284,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"58899a1d-b53e-45cd-b703-774f742ebe02\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"EU (Ireland) (eu-west-1)\",\n            \"locationId\": 89,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 285,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 106448,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"1e90f8cf-15d7-4ab6-a6cc-539609302a76\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"New York (lga-zone2-16)\",\n            \"locationId\": 78,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 286,\n            \"lag_id\": 2,\n            \"lag_primary\": true,\n            \"aggregation_id\": 149213,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"1453796c-5b2d-4a4f-933e-65a8d1391c2f\",\n            \"companyUid\": \"9e9abbf7-85f9-4f6f-aa13-edace789b794\",\n            \"companyName\": \"Connectria, LLC\",\n            \"title\": \"DC11A Datacenter - Link A1\",\n            \"locationId\": 67,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 287,\n            \"lag_id\": 11,\n            \"lag_primary\": true,\n            \"aggregation_id\": 167911,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"1a22f038-7ed8-4a66-94c3-b7b4560d515d\",\n            \"companyUid\": \"9e9abbf7-85f9-4f6f-aa13-edace789b794\",\n            \"companyName\": \"Connectria, LLC\",\n            \"title\": \"DC11A Datacenter - Link B1\",\n            \"locationId\": 67,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 288,\n            \"lag_id\": 9,\n            \"lag_primary\": true,\n            \"aggregation_id\": 167912,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"b652b612-c5c2-4a9f-8dc6-f227db9ed13b\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"Las Vegas (las-zone2-770)\",\n            \"locationId\": 100,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 289,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 190888,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"9a3d9788-243c-4dd2-be48-b80d4e5dc574\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"Seattle (sea-zone1-86)\",\n            \"locationId\": 57,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 290,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 191999,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"82f0c2c4-e40c-4058-bbad-6b52f6e9e473\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US East (Ohio) (us-east-2)\",\n            \"locationId\": 69,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 5000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": null,\n            \"rank\": 291,\n            \"lag_id\": 9,\n            \"lag_primary\": true,\n            \"aggregation_id\": 196124,\n            \"connectType\": \"AWS\"\n        },\n        {\n            \"productUid\": \"932bc1fc-bea9-4b9a-aae1-8114e30d462e\",\n            \"companyUid\": \"8ea83603-445c-40c6-94cf-67967a18beb9\",\n            \"companyName\": \"Oracle\",\n            \"title\": \"OCI (ap-singapore-1) (BMC)\",\n            \"locationId\": 36,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 292,\n            \"lag_id\": 8,\n            \"lag_primary\": true,\n            \"aggregation_id\": 230712,\n            \"connectType\": \"ORACLE\"\n        },\n        {\n            \"productUid\": \"44bb0afa-240c-4062-8186-30981fa4e03f\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Phoenix Secondary\",\n            \"locationId\": 336,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 293,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"a8f1c27f-61e5-4141-bc09-d5f319076968\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"New York Secondary\",\n            \"locationId\": 655,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 294,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"4bc2085f-a04c-4fe5-ac40-0ffbd6813c6c\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US West (Oregon) (us-west-2)\",\n            \"locationId\": 1237,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 295,\n            \"lag_id\": 2,\n            \"lag_primary\": true,\n            \"aggregation_id\": 308431,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"d3d6c0b4-e561-4448-9a5e-5348470c5eb5\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US East (N. Virginia) (us-east-1)\",\n            \"locationId\": 68,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"blue\",\n            \"rank\": 296,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 383905,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"9be424c0-87c7-480e-9d62-57f619bf6e2f\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Hong Kong Secondary\",\n            \"locationId\": 54,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 297,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"e3f22f73-2a7a-45e6-9325-6724e7511c18\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US West (Oregon) (us-west-2)\",\n            \"locationId\": 100,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 5000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": null,\n            \"rank\": 298,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AWS\"\n        },\n        {\n            \"productUid\": \"4d46e0e2-3009-480b-b9e9-8370ad2f2eb2\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Washington DC Secondary\",\n            \"locationId\": 67,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 299,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"65de7117-988e-46dd-a5d2-9cf95cc5e403\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"EU (Ireland) (eu-west-1)\",\n            \"locationId\": 89,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 300,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 106451,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"78f4d852-c1c3-49fc-b384-cc7123fd80c9\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"EU (London) (eu-west-2)\",\n            \"locationId\": 89,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 301,\n            \"lag_id\": 9,\n            \"lag_primary\": true,\n            \"aggregation_id\": 106458,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"d49520d8-eb93-441d-a6ec-5432e964a567\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Los Angeles Primary\",\n            \"locationId\": 60,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 302,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"b6fae7ce-c2ab-4b42-a9da-5871977e0bc1\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"San Antonio Secondary\",\n            \"locationId\": 247,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 303,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"934fdeb0-52e7-4eec-9ce4-d01f0fee7799\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Chicago Secondary\",\n            \"locationId\": 69,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 304,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"eb461c4e-b835-494d-a81a-10d4deb263fb\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"EU (Ireland) (eu-west-1)\",\n            \"locationId\": 96,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 305,\n            \"lag_id\": 1,\n            \"lag_primary\": true,\n            \"aggregation_id\": 316077,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"54d45d55-d1ff-4f74-a6fb-af09a0a697b2\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"Asia Pacific (Sydney) (ap-southeast-2)\",\n            \"locationId\": 6,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"blue\",\n            \"rank\": 306,\n            \"lag_id\": 1,\n            \"lag_primary\": true,\n            \"aggregation_id\": 370843,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"9eb6b36d-7a68-4973-b32f-68af694f3f88\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"Paris (cdg-zone2-1536)\",\n            \"locationId\": 527,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 307,\n            \"lag_id\": 8,\n            \"lag_primary\": true,\n            \"aggregation_id\": 391884,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"e2dbc5ec-ce0d-4669-96ad-21b8f5cb7711\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US East (Ohio) (us-east-2)\",\n            \"locationId\": 520,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 308,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 485848,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"0b021aa2-5119-4f3a-b066-7e930af005eb\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Atlanta Secondary\",\n            \"locationId\": 226,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 309,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"62d8a09f-a214-4103-b60b-6f7d7904dfbb\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"Asia Pacific (Singapore) (ap-southeast-1)\",\n            \"locationId\": 47,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 310,\n            \"lag_id\": 2,\n            \"lag_primary\": true,\n            \"aggregation_id\": 650417,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"4ff03c40-6f3a-4e25-85d0-9347842190b8\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US Gov West (us-gov-west-1)\",\n            \"locationId\": 66,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 5000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 311,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AWS\"\n        },\n        {\n            \"productUid\": \"97f42913-1d11-448f-9847-cf7a3ed67642\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"GovCloud Phoenix Primary\",\n            \"locationId\": 147,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 312,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"3e573f9f-f53d-4964-a203-f83a65b4652a\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Amsterdam Primary\",\n            \"locationId\": 87,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 313,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"c5da723b-03e1-4306-b41a-5b09fd139110\",\n            \"companyUid\": \"1d37837c-a713-4816-be57-915149e7fe67\",\n            \"companyName\": \"Tabcorp Holdings Limited\",\n            \"title\": \"GSU Cloud Connectivity\",\n            \"locationId\": 3,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 314,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"b0d61626-da7d-4d42-aecb-92f5c35fed6c\",\n            \"companyUid\": \"8ea83603-445c-40c6-94cf-67967a18beb9\",\n            \"companyName\": \"Oracle\",\n            \"title\": \"OCI (ap-melbourne-1) (BMC)\",\n            \"locationId\": 41,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 315,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 111725,\n            \"connectType\": \"ORACLE\"\n        },\n        {\n            \"productUid\": \"4d6b2581-66cc-473f-9bfb-b0c41ec18c79\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"EU (Ireland) (eu-west-1)\",\n            \"locationId\": 90,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 316,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 117086,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"a2954c38-ae66-4594-9659-b9500bb23c47\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 65,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 317,\n            \"lag_id\": 10,\n            \"lag_primary\": true,\n            \"aggregation_id\": 182389,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"productUid\": \"0bf1978d-4b46-49e9-b9b8-6528d432f66e\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"Amsterdam (ams-zone2-1320)\",\n            \"locationId\": 87,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 318,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 189646,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"ae3699cd-2819-4af2-ad49-ea1bdda07635\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Phoenix Secondary\",\n            \"locationId\": 336,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 319,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"f43d5887-dce0-4ab6-be84-f6ae8cee3705\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"Asia Pacific (Sydney) (ap-southeast-2)\",\n            \"locationId\": 1241,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"blue\",\n            \"rank\": 320,\n            \"lag_id\": 2,\n            \"lag_primary\": true,\n            \"aggregation_id\": 334411,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"771b94ff-7054-4f8b-ab78-2bbdfb135d96\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US East (N. Virginia) (us-east-1)\",\n            \"locationId\": 116,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 321,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 339231,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"7d7b1edd-9ac0-4000-b1a3-6afefdcb495f\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"EU (Frankfurt) (eu-central-1)\",\n            \"locationId\": 131,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 322,\n            \"lag_id\": 15,\n            \"lag_primary\": true,\n            \"aggregation_id\": 364364,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"8df8dd5a-dc14-42dd-a9e7-66942e0ad688\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US East (N. Virginia) (us-east-1)\",\n            \"locationId\": 75,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"blue\",\n            \"rank\": 323,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 365368,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"12410beb-0bed-495e-9b8b-3d0ad5ebe480\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US West (N. California) (us-west-1)\",\n            \"locationId\": 66,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"red\",\n            \"rank\": 324,\n            \"lag_id\": 8,\n            \"lag_primary\": true,\n            \"aggregation_id\": 374291,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"ae8d21b5-2db6-4f72-a465-624c914f4918\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"Paris (cdg-zone1-1536)\",\n            \"locationId\": 527,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 325,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 391882,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"b16c5697-1db8-495d-8c8a-221a1a266cd3\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"Asia Pacific (Sydney) (ap-southeast-2)\",\n            \"locationId\": 4,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"blue\",\n            \"rank\": 326,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 648991,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"5aad8513-d5f8-4ff4-9d96-0bc1d58d34a8\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US West (Oregon) (us-west-2)\",\n            \"locationId\": 100,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 327,\n            \"lag_id\": 11,\n            \"lag_primary\": true,\n            \"aggregation_id\": 700145,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"e15aec3f-59a8-427d-8f6d-e330b2680cfc\",\n            \"companyUid\": \"45f75acb-e418-4abf-b89f-cb05c70414dc\",\n            \"companyName\": \"Blue Apache\",\n            \"title\": \"BlueApache 10G Megaport at NextDC M1\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 328,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"ae7fd776-dcb3-4b0a-aed1-ee048b8ef07e\",\n            \"companyUid\": \"8e96b497-75af-4a23-9aa4-ba296cc2634c\",\n            \"companyName\": \"Feenix Communications Limited\",\n            \"title\": \"GlobalSwitch\",\n            \"locationId\": 3,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 329,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"3ff3f653-929d-4b35-aafc-dbde183b4826\",\n            \"companyUid\": \"8e96b497-75af-4a23-9aa4-ba296cc2634c\",\n            \"companyName\": \"Feenix Communications Limited\",\n            \"title\": \"EquinixSY3\",\n            \"locationId\": 6,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 330,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"3302e22f-057f-426d-962b-9d33fb5d73a3\",\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"Direct Link Washington 2 Port 4\",\n            \"locationId\": 67,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 331,\n            \"lag_id\": 9,\n            \"lag_primary\": true,\n            \"aggregation_id\": 112331,\n            \"connectType\": \"IBM\"\n        },\n        {\n            \"productUid\": \"2c86ab25-71ef-4336-b94e-28f80eb34ef9\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Las Vegas Primary\",\n            \"locationId\": 100,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 332,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"d3a9bff7-90a8-4215-9d0c-7c86f605b832\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Hong Kong2 Secondary\",\n            \"locationId\": 47,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 333,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"f374badc-f56b-4762-a564-452ea5fc677d\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Amsterdam Secondary\",\n            \"locationId\": 87,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 334,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"0e9d913b-d11a-4647-9050-9ba3346e640c\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"Asia Pacific (Sydney) (ap-southeast-2)\",\n            \"locationId\": 3,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"red\",\n            \"rank\": 335,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 139128,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"866f76f7-1a0b-4870-bd2d-70bb00edd037\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"San Jose (sjc-zone2-6)\",\n            \"locationId\": 66,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 336,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 172393,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"9cfe2258-b1cb-40df-805e-613c7848ce1a\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Auckland Primary\",\n            \"locationId\": 51,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 337,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"4933608b-985b-4947-846c-285b2bfda190\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"Singapore (sin-zone2-2260)\",\n            \"locationId\": 36,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 338,\n            \"lag_id\": 9,\n            \"lag_primary\": true,\n            \"aggregation_id\": 253107,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"c720fd97-bc82-4b4a-b028-666574f5dbbd\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"Singapore (sin-zone1-2260)\",\n            \"locationId\": 36,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 339,\n            \"lag_id\": 9,\n            \"lag_primary\": true,\n            \"aggregation_id\": 253109,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"50ede16d-3fa7-44af-92ca-4429fb893a75\",\n            \"companyUid\": \"8ea83603-445c-40c6-94cf-67967a18beb9\",\n            \"companyName\": \"Oracle\",\n            \"title\": \"OCI (us-phoenix-1) (BMC)\",\n            \"locationId\": 147,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"red\",\n            \"rank\": 340,\n            \"lag_id\": 2,\n            \"lag_primary\": true,\n            \"aggregation_id\": 271291,\n            \"connectType\": \"ORACLE\"\n        },\n        {\n            \"productUid\": \"c1219715-f6f0-4931-956c-849be938d059\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US West (N. California) (us-west-1)\",\n            \"locationId\": 60,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 341,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 320468,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"03a16ca1-f9d0-4013-a125-25de00517df0\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"Canada (Central) (ca-central-1)\",\n            \"locationId\": 1123,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 342,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 412498,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"0af3c028-bf59-431d-8216-002d9e4e6a02\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"EU (London) (eu-west-2)\",\n            \"locationId\": 90,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 5000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": null,\n            \"rank\": 343,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 35716,\n            \"connectType\": \"AWS\"\n        },\n        {\n            \"productUid\": \"50da48e1-0bb5-4123-9d84-35dd75dd1f5b\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Singapore Secondary\",\n            \"locationId\": 36,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 344,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"b221003c-4398-4a17-ad1b-207a015b18a5\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Montreal Secondary\",\n            \"locationId\": 419,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 345,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"d3a9f755-4e6b-42aa-ab34-e7cf47380a28\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Auckland Secondary\",\n            \"locationId\": 51,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 346,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"0ff95c1a-32b7-4031-ab92-c657cec0a88b\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"EU (Ireland) (eu-west-1)\",\n            \"locationId\": 96,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 347,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 316079,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"c84cdf99-f0b0-46c6-ae06-e89e40a5fd76\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"Asia Pacific (Tokyo) (ap-northeast-1)\",\n            \"locationId\": 612,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 348,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 359369,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"a809b4ad-8566-4583-9d47-4c9c6c84dc27\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US East (N. Virginia) (us-east-1)\",\n            \"locationId\": 655,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 349,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 362709,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"a7bde6e1-74d7-49d1-9de8-b9a82b0f4dee\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US West (Oregon) (us-west-2)\",\n            \"locationId\": 97,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 350,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 519128,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"a82d4bda-37ca-4156-b60b-12fba2a6fd6e\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US East (N. Virginia) (us-east-1)\",\n            \"locationId\": 68,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"red\",\n            \"rank\": 351,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 540790,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"ceb8dea6-88f7-476d-a009-52c86d521c6e\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Seattle Primary\",\n            \"locationId\": 57,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 352,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"76d97372-ae6a-4f14-9f8d-dad9a3d66ba6\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"New York Primary\",\n            \"locationId\": 61,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 353,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"a7215e13-fd3e-403b-a172-0def09abefc2\",\n            \"companyUid\": \"482eeb40-9656-41ba-8db3-408bb3c0e317\",\n            \"companyName\": \"Diyixian.com Limited\",\n            \"title\": \"Diyixian 10Gbps Port Mega I\",\n            \"locationId\": 47,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 354,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"7f9174c7-fff2-48c8-b0ba-5e18f4f4af9d\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Singapore Secondary\",\n            \"locationId\": 37,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 355,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"e9055ac0-4886-4818-b290-14be8aa6bc69\",\n            \"companyUid\": \"e09875fd-583a-45b1-a651-c5be51385515\",\n            \"companyName\": \"Rackspace\",\n            \"title\": \"Rackspace-RCG-ORD-Sec\",\n            \"locationId\": 69,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 356,\n            \"lag_id\": 8,\n            \"lag_primary\": true,\n            \"aggregation_id\": 8200,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"93cc4d9a-09ef-44f0-ac28-6a2eeeb58d67\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"GovCloud Dallas Primary\",\n            \"locationId\": 71,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 357,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"11727ed6-9afb-4c0a-b206-d401ab2d031b\",\n            \"companyUid\": \"e09875fd-583a-45b1-a651-c5be51385515\",\n            \"companyName\": \"Rackspace\",\n            \"title\": \"Rackspace-RCG-LON-Pri \",\n            \"locationId\": 90,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 358,\n            \"lag_id\": 9,\n            \"lag_primary\": true,\n            \"aggregation_id\": 9462,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"e2adbf18-0b7a-42e7-ae78-52bb9de78c16\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Quebec Secondary\",\n            \"locationId\": 164,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 359,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"f5102952-86f8-456f-a3df-f8c5f01e1259\",\n            \"companyUid\": \"182ef3f4-5b74-4adf-9710-6f37a01be434\",\n            \"companyName\": \"Alibaba Cloud Computing Ltd\",\n            \"title\": \"Alibaba Cloud (cn-hongkong)\",\n            \"locationId\": 54,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 360,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"ALIBABA\"\n        },\n        {\n            \"productUid\": \"6a6b9827-a6c6-4cc8-8ba2-3b3ebb2fd1d8\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Las Vegas Primary\",\n            \"locationId\": 100,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 361,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"bcf1d2f5-11f9-4b39-b5f4-04bdc3b66efc\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Denver Secondary\",\n            \"locationId\": 320,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 362,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"6cc21ccb-5ecc-4869-ab0e-b3fa17f5110f\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"EU (Ireland) (eu-west-1)\",\n            \"locationId\": 96,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 5000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 363,\n            \"lag_id\": 2,\n            \"lag_primary\": true,\n            \"aggregation_id\": 54188,\n            \"connectType\": \"AWS\"\n        },\n        {\n            \"productUid\": \"aa0d26d4-6f80-4eb3-9a94-ca02bead2c45\",\n            \"companyUid\": \"4db80dff-9f96-4109-ae12-a471e4004abf\",\n            \"companyName\": \"Alianza, Inc.\",\n            \"title\": \"SACPRD1 - RagingWire CA3 10G\",\n            \"locationId\": 352,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 364,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"16c57998-605c-4a18-a214-165e7827ceb6\",\n            \"companyUid\": \"4db80dff-9f96-4109-ae12-a471e4004abf\",\n            \"companyName\": \"Alianza, Inc.\",\n            \"title\": \"ASHPRD1 - RagingWire VA1 10G\",\n            \"locationId\": 346,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 365,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"6fcb108b-be9b-4592-9bbf-ee7aa417b225\",\n            \"companyUid\": \"0662744f-2dc0-4736-b422-a513a3a19f2b\",\n            \"companyName\": \"DBS\",\n            \"title\": \"DBS-M-PORT-XCONN-TO-SG3\",\n            \"locationId\": 36,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 366,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"0c93e6cc-1e99-4a00-9570-ee6ca5ef260f\",\n            \"companyUid\": \"0662744f-2dc0-4736-b422-a513a3a19f2b\",\n            \"companyName\": \"DBS\",\n            \"title\": \"DBS-M-PORT-XCONN-TO-AWS\",\n            \"locationId\": 37,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 367,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"9bfa1491-613b-407a-b4ea-4562e5647eab\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Singapore2 Primary\",\n            \"locationId\": 39,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 368,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"59dc60db-de7c-4a33-b33c-b6b6741cb531\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"Asia Pacific (Hong Kong) (ap-east-1)\",\n            \"locationId\": 46,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 5000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 369,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 81153,\n            \"connectType\": \"AWS\"\n        },\n        {\n            \"productUid\": \"b0a0c1a9-b112-4202-af66-44c69eaa73cd\",\n            \"companyUid\": \"8ea83603-445c-40c6-94cf-67967a18beb9\",\n            \"companyName\": \"Oracle\",\n            \"title\": \"OCI (us-phoenix-1) (BMC)\",\n            \"locationId\": 63,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 370,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 138544,\n            \"connectType\": \"ORACLE\"\n        },\n        {\n            \"productUid\": \"b5231ce0-36bb-4bd3-9f1f-19fbd57b6b8b\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 59,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 371,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 162650,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"productUid\": \"f25e581b-3c0e-4069-8147-78cce082357e\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"Amsterdam (ams-zone1-1236)\",\n            \"locationId\": 85,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 372,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 188925,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"d3528910-c619-4c28-8709-9a889f58127f\",\n            \"companyUid\": \"feae6c16-f10f-4d97-951e-00dc9fa9b9ca\",\n            \"companyName\": \"Pivotel Satellite Pty Limited\",\n            \"title\": \"Pivotel SY3 10G\",\n            \"locationId\": 6,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 373,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"343cc946-3015-433a-9b0b-9b463cead09c\",\n            \"companyUid\": \"182ef3f4-5b74-4adf-9710-6f37a01be434\",\n            \"companyName\": \"Alibaba Cloud Computing Ltd\",\n            \"title\": \"Alibaba Cloud (cn-hongkong)\",\n            \"locationId\": 54,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": null,\n            \"rank\": 374,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"ALIBABA\"\n        },\n        {\n            \"productUid\": \"41fa9c27-cefb-4ed5-b7b8-f8d2ba9d1692\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US West (Oregon) (us-west-2)\",\n            \"locationId\": 146,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"red\",\n            \"rank\": 375,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 343256,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"d7cc5537-b22a-4111-9db2-88e096de4553\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"EU (Frankfurt) (eu-central-1)\",\n            \"locationId\": 85,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 376,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 358469,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"eaad18f8-efb1-4ed3-965d-e404f81e8a56\",\n            \"companyUid\": \"4db80dff-9f96-4109-ae12-a471e4004abf\",\n            \"companyName\": \"Alianza, Inc.\",\n            \"title\": \"ASHPRD2 - RagingWire VA1 10G\",\n            \"locationId\": 346,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 377,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"853c7d69-5027-4f79-94d5-31f6fc07ab96\",\n            \"companyUid\": \"4db80dff-9f96-4109-ae12-a471e4004abf\",\n            \"companyName\": \"Alianza, Inc.\",\n            \"title\": \"SACPRD2 - RagingWire CA3 10G\",\n            \"locationId\": 352,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 378,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"08cac04d-99a1-4737-8173-78dfb0ffbc91\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"Asia Pacific (Tokyo) (ap-northeast-1)\",\n            \"locationId\": 572,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 379,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 508492,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"2dd9516d-9168-4a47-bc90-74ac78323a1d\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"Asia Pacific (Tokyo) (ap-northeast-1)\",\n            \"locationId\": 572,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 380,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 508494,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"a18d6866-bf01-438a-8378-00e26be3495a\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US West (Oregon) (us-west-2)\",\n            \"locationId\": 97,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 381,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 519130,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"50fbce61-9d9b-4a88-9c2c-26c6820a955a\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"New York Primary\",\n            \"locationId\": 655,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 382,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"fe681e7d-41fb-49f5-9ede-6ce8a7903f8d\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Los Angeles Primary\",\n            \"locationId\": 60,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 383,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"3e9bcfc2-56a1-41c4-9bba-2ecde01d061f\",\n            \"companyUid\": \"e09875fd-583a-45b1-a651-c5be51385515\",\n            \"companyName\": \"Rackspace\",\n            \"title\": \"Rackspace-RCG-DFW-Pri\",\n            \"locationId\": 71,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 384,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 8194,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"e6632455-dbd2-4f67-b569-89d0042d0855\",\n            \"companyUid\": \"e09875fd-583a-45b1-a651-c5be51385515\",\n            \"companyName\": \"Rackspace\",\n            \"title\": \"Rackspace-RCG-DFW-Sec\",\n            \"locationId\": 71,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 385,\n            \"lag_id\": 8,\n            \"lag_primary\": true,\n            \"aggregation_id\": 8198,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"2374a810-1013-426c-85ee-c4c3ae201379\",\n            \"companyUid\": \"e09875fd-583a-45b1-a651-c5be51385515\",\n            \"companyName\": \"Rackspace\",\n            \"title\": \"Rackspace-RCG-ORD-Pri\",\n            \"locationId\": 69,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 386,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 8199,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"84af6dc3-7e4b-4807-b3b1-f559f00ec967\",\n            \"companyUid\": \"e09875fd-583a-45b1-a651-c5be51385515\",\n            \"companyName\": \"Rackspace\",\n            \"title\": \"Rackspace-RCG-LON-Sec\",\n            \"locationId\": 90,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 387,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 9772,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"5ba49e54-818e-4883-ae36-8daf1c164376\",\n            \"companyUid\": \"a42a7d7a-3e55-4969-b961-09a64f8edcff\",\n            \"companyName\": \"Ethan Global\",\n            \"title\": \"Ethan Group GlobalSwitch\",\n            \"locationId\": 3,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 388,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"827bee8e-a62b-4dd4-99d2-416d2b7ce79e\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Miami Secondary\",\n            \"locationId\": 234,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 389,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"5e5770e4-454c-4d58-98bb-5a122c3683bf\",\n            \"companyUid\": \"f4cb1580-f3f2-4310-8c8c-8b5f4c3ac23f\",\n            \"companyName\": \"OrionVM\",\n            \"title\": \" OrionVM Megaport at Equinix ME1\",\n            \"locationId\": 41,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 390,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"df4f0939-ce7d-4ea7-bea3-6cc731ae9339\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US East (Ohio) (us-east-2)\",\n            \"locationId\": 148,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 5000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 391,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 24953,\n            \"connectType\": \"AWS\"\n        },\n        {\n            \"productUid\": \"1527d0ef-4ba5-447f-a07e-17d0cc1d27e9\",\n            \"companyUid\": \"8ea83603-445c-40c6-94cf-67967a18beb9\",\n            \"companyName\": \"Oracle\",\n            \"title\": \"OCI (uk-london-1) (BMC)\",\n            \"locationId\": 90,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 392,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 34635,\n            \"connectType\": \"ORACLE\"\n        },\n        {\n            \"productUid\": \"aa129969-9924-4570-abb9-e9fdf583e324\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"Asia Pacific (Singapore) (ap-southeast-1)\",\n            \"locationId\": 39,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 5000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 393,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 62833,\n            \"connectType\": \"AWS\"\n        },\n        {\n            \"productUid\": \"a6064d06-22ec-4a30-828f-c98caaa7b981\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"New York Secondary\",\n            \"locationId\": 61,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 394,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"20f67c05-8e6f-49da-a49e-c517a22b7417\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Toronto Primary\",\n            \"locationId\": 79,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 395,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"8d4fdf38-fe9c-418c-8723-822b222f40d4\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Washington DC Primary\",\n            \"locationId\": 67,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 396,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"20ac4962-b000-4e1c-8b33-e208f6b0d265\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 66,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 397,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 182382,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"productUid\": \"5c1b424e-3d76-4c9a-9a50-1804d428fd7f\",\n            \"companyUid\": \"7b491753-ccf2-4c44-a7f0-3472a09bc012\",\n            \"companyName\": \"True Internet Data Center\",\n            \"title\": \"TIDC-DX5-10G-Equinix_SG1-TIG-CID:IPV000239\",\n            \"locationId\": 36,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 398,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"9332c1a2-7479-4f57-84e8-1d7f2abbfa6d\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"EU (Frankfurt) (eu-central-1)\",\n            \"locationId\": 130,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"blue\",\n            \"rank\": 399,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 352001,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"0ea93740-55d6-43c3-bba0-6ac56a1c7c4c\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"Asia Pacific (Sydney) (ap-southeast-2)\",\n            \"locationId\": 4,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 400,\n            \"lag_id\": 8,\n            \"lag_primary\": true,\n            \"aggregation_id\": 605869,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"6f20f2fe-2bf1-4eb7-9bfb-3c9e64f347a6\",\n            \"companyUid\": \"2e895c74-fd29-4e78-b557-796d67b40b9b\",\n            \"companyName\": \"OptiComm\",\n            \"title\": \"NEW SOUTH WALES (HAIS-MEGA-01)\",\n            \"locationId\": 3,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 401,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"5b595c4a-6b8d-4ac6-945f-60904e49701a\",\n            \"companyUid\": \"f4cb1580-f3f2-4310-8c8c-8b5f4c3ac23f\",\n            \"companyName\": \"OrionVM\",\n            \"title\": \"OrionVM Megaport at Equinix SY3\",\n            \"locationId\": 6,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 402,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"9bec55fc-d1e1-4a74-b4c4-2ef79ba29de3\",\n            \"companyUid\": \"73a139e1-a87a-4c3a-98f8-397f266cbf8e\",\n            \"companyName\": \"MetTel\",\n            \"title\": \"NYC - TELX NYC1 - 10G\",\n            \"locationId\": 62,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 403,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"2eda8661-8244-42ec-89f3-ff5abe800442\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"Asia Pacific (Singapore) (ap-southeast-1)\",\n            \"locationId\": 39,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 5000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": null,\n            \"rank\": 404,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AWS\"\n        },\n        {\n            \"productUid\": \"12278205-8569-406f-a03e-9e12b72b6c04\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"EU (Frankfurt) (eu-central-1)\",\n            \"locationId\": 85,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 5000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 405,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 8662,\n            \"connectType\": \"AWS\"\n        },\n        {\n            \"productUid\": \"f31af6a2-f5ab-412d-a998-7a1dd38ca8f9\",\n            \"companyUid\": \"8ea83603-445c-40c6-94cf-67967a18beb9\",\n            \"companyName\": \"Oracle\",\n            \"title\": \"OCI (eu-frankfurt-1) (BMC)\",\n            \"locationId\": 131,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 406,\n            \"lag_id\": 15,\n            \"lag_primary\": true,\n            \"aggregation_id\": 24127,\n            \"connectType\": \"ORACLE\"\n        },\n        {\n            \"productUid\": \"2da70585-d663-4fdb-bd0e-3e99afaff8f1\",\n            \"companyUid\": \"1c3acfd6-e35b-4122-9212-b11ae3efe129\",\n            \"companyName\": \"Options IT\",\n            \"title\": \"NY9 Secondary\",\n            \"locationId\": 61,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 407,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"8c8e33ca-05be-40f1-9409-345f959adfd8\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US East (Ohio) (us-east-2)\",\n            \"locationId\": 69,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 5000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": null,\n            \"rank\": 408,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 98899,\n            \"connectType\": \"AWS\"\n        },\n        {\n            \"productUid\": \"a0a703c7-20ec-44e9-9eee-138a80c57880\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Paris Secondary\",\n            \"locationId\": 527,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 409,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"e5f28d51-c8c9-46fa-951a-ac3ce8159061\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"Asia Pacific (Sydney) (ap-southeast-2)\",\n            \"locationId\": 3,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 410,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 108715,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"d94668f6-0130-4c5b-a8ac-f5ed1d6b3860\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"EU (Ireland) (eu-west-1)\",\n            \"locationId\": 90,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 411,\n            \"lag_id\": 2,\n            \"lag_primary\": true,\n            \"aggregation_id\": 117083,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"7b3d8228-b60a-42c7-857e-9db6d9790abc\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"New York Primary\",\n            \"locationId\": 61,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 412,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"5d3f1c06-42e1-4be5-97aa-057f43ac34f2\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 226,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 413,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 165011,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"productUid\": \"1ec8c5ba-6a7d-4795-8b4a-8ea2606e075d\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 87,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 414,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 183742,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"productUid\": \"5a40d372-2613-4e8b-86a9-d2c3f09d2d1e\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"EU (Ireland) (eu-west-1)\",\n            \"locationId\": 96,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 5000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": null,\n            \"rank\": 415,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 194181,\n            \"connectType\": \"AWS\"\n        },\n        {\n            \"productUid\": \"eadbc475-f9c7-40f0-8933-1d09d5fb2f6c\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"Canada (Central) (ca-central-1)\",\n            \"locationId\": 440,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 416,\n            \"lag_id\": 8,\n            \"lag_primary\": true,\n            \"aggregation_id\": 326803,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"a033653e-8c38-40cd-97ec-212ec98a4a85\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"Asia Pacific (Sydney) (ap-southeast-2)\",\n            \"locationId\": 4,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 417,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 605871,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"2a5304d8-d78a-4cba-9c9d-9b5f601218d6\",\n            \"companyUid\": \"8afb3e14-7780-46dc-ac98-2c6ab4ea352b\",\n            \"companyName\": \"Kmart Australia\",\n            \"title\": \"NEXT_M1_MGP_P01\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 418,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"77ba3707-758e-4c71-b0a4-c05597c82641\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Las Vegas Secondary\",\n            \"locationId\": 100,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 419,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"9adfab9b-10d4-4eb8-adca-68c5b2d0c17d\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"San Antonio Primary\",\n            \"locationId\": 247,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 420,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"41206517-bb92-48fc-94dd-19db69e016d0\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US West (Oregon) (us-west-2)\",\n            \"locationId\": 57,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 5000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": null,\n            \"rank\": 421,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 38314,\n            \"connectType\": \"AWS\"\n        },\n        {\n            \"productUid\": \"99ef3c7e-cbdf-4a32-a87f-88f762e422ab\",\n            \"companyUid\": \"a3ba0726-5736-430a-82fc-1082c9c658cf\",\n            \"companyName\": \"Encoo Pty Ltd\",\n            \"title\": \"NextDC-M1-01\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 422,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"f7e6c210-2a69-4147-86af-686fecce494f\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"EU (Ireland) (eu-west-1)\",\n            \"locationId\": 90,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 5000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 423,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 66756,\n            \"connectType\": \"AWS\"\n        },\n        {\n            \"productUid\": \"7cf983e5-554c-4cd7-9a58-d17276196608\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Seattle Primary\",\n            \"locationId\": 57,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 424,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"09e400a0-1b72-49ec-8ff0-5a71a4fc7774\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"EU (Paris) (eu-west-3)\",\n            \"locationId\": 527,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 425,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 120282,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"9a9310fc-3e87-47b4-b5d9-942a39aaee48\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 89,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 426,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 165074,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"productUid\": \"c852a67d-0b43-4b65-9816-912ad6454850\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 131,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 427,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 165092,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"productUid\": \"52cb6573-5cc8-45cc-8af1-d21db1fe3485\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 515,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 428,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 282237,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"productUid\": \"c6669c08-5883-41a9-b186-1e51b9e8d052\",\n            \"companyUid\": \"96c75fcd-315d-45b0-918a-c05c2ef151d7\",\n            \"companyName\": \"Cello Communications\",\n            \"title\": \"Megaport - NextDC S1\",\n            \"locationId\": 10,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 429,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"6461f0bc-549a-42c4-ac32-d51a6132f959\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US East (N. Virginia) (us-east-1)\",\n            \"locationId\": 140,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 430,\n            \"lag_id\": 10,\n            \"lag_primary\": true,\n            \"aggregation_id\": 382605,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"0d922802-19de-402c-9953-54c25358e0a2\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"Asia Pacific (Sydney) (ap-southeast-2)\",\n            \"locationId\": 6,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"red\",\n            \"rank\": 431,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 540772,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"3cc3448d-372f-4ccf-80e2-c79cac170f13\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"GovCloud Dallas Secondary\",\n            \"locationId\": 71,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 432,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"5718df9e-480f-4b32-9d68-18b3add307d8\",\n            \"companyUid\": \"cd92fac4-7f75-4fb0-bd24-19dcb9ed3e8e\",\n            \"companyName\": \"AMS-IX\",\n            \"title\": \"AMS-IX Hong Kong 100G\",\n            \"locationId\": 47,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 433,\n            \"lag_id\": 12,\n            \"lag_primary\": true,\n            \"aggregation_id\": 21612,\n            \"connectType\": \"AMSIX\"\n        },\n        {\n            \"productUid\": \"a702187f-3ce0-4cfa-a283-c8b79075b63e\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Dublin Secondary\",\n            \"locationId\": 94,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 434,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"d5dcca17-ba4f-41c8-bf84-94cdb471a25d\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Singapore2 Primary\",\n            \"locationId\": 39,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 435,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"e9642c6c-060f-4c3a-92bd-bd62d630bc10\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"GovCloud Phoenix Secondary\",\n            \"locationId\": 147,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 436,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"9c16e851-d9d6-45cd-adf2-8f47740e5254\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"EU (Ireland) (eu-west-1)\",\n            \"locationId\": 89,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 5000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 437,\n            \"lag_id\": 8,\n            \"lag_primary\": true,\n            \"aggregation_id\": 83680,\n            \"connectType\": \"AWS\"\n        },\n        {\n            \"productUid\": \"a49ff6cc-3e1b-4b19-9f1b-d9e4ebfab4de\",\n            \"companyUid\": \"8ea83603-445c-40c6-94cf-67967a18beb9\",\n            \"companyName\": \"Oracle\",\n            \"title\": \"OCI (us-ashburn-1) (BMC)\",\n            \"locationId\": 64,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 438,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 138464,\n            \"connectType\": \"ORACLE\"\n        },\n        {\n            \"productUid\": \"b9b9b4b2-3500-46eb-ba67-3eb6de81eef9\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 256,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 439,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 165070,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"productUid\": \"c8fa195d-90cf-4ad1-bd71-762924b66664\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Minneapolis Primary\",\n            \"locationId\": 376,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 440,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"054ba8f7-5769-4292-bd4e-e261f5075f54\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Minneapolis Secondary\",\n            \"locationId\": 376,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 441,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"d61938e1-194d-4dd3-b1b0-77868d18322e\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 61,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 442,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 180904,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"productUid\": \"85c5c465-29c5-4229-ac61-4764164a85a2\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Tokyo Primary\",\n            \"locationId\": 561,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 443,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"ea447879-9ef9-48a1-bef8-c00cde9d1d14\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 527,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 444,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 282244,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"productUid\": \"c4006b24-cd60-4d2a-aed0-92c18e538fd8\",\n            \"companyUid\": \"96c75fcd-315d-45b0-918a-c05c2ef151d7\",\n            \"companyName\": \"Cello Communications\",\n            \"title\": \"Megaport - Equinix SY3\",\n            \"locationId\": 6,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 445,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"b099b962-3e4a-4f7a-a2d5-b0afa8eb5a2f\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"Asia Pacific (Hong Kong) (ap-east-1)\",\n            \"locationId\": 46,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 446,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 330112,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"91368e59-fcef-42e5-b4cd-6f88170968fb\",\n            \"companyUid\": \"a56bc095-8c04-4d7c-bc41-6fa60c0cdda4\",\n            \"companyName\": \"Centorrino Technologies Pty Ltd\",\n            \"title\": \"VM1-RED-02\",\n            \"locationId\": 4,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 447,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"6fccab5c-d062-434d-9ef3-cc6169bea411\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US East (Ohio) (us-east-2)\",\n            \"locationId\": 319,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 5000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 448,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 30785,\n            \"connectType\": \"AWS\"\n        },\n        {\n            \"productUid\": \"0d86f032-54e6-437f-b49d-832886d6506c\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"Asia Pacific (Singapore) (ap-southeast-1)\",\n            \"locationId\": 47,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 5000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 449,\n            \"lag_id\": 8,\n            \"lag_primary\": true,\n            \"aggregation_id\": 60760,\n            \"connectType\": \"AWS\"\n        },\n        {\n            \"productUid\": \"697adc54-eee5-40fe-8773-973be111e36e\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Los Angeles Primary\",\n            \"locationId\": 60,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 450,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"9f9db49c-c30f-467d-b5bf-6ac72c802c58\",\n            \"companyUid\": \"8ea83603-445c-40c6-94cf-67967a18beb9\",\n            \"companyName\": \"Oracle\",\n            \"title\": \"OCI (ap-tokyo-1) (BMC)\",\n            \"locationId\": 561,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 451,\n            \"lag_id\": 2,\n            \"lag_primary\": true,\n            \"aggregation_id\": 104590,\n            \"connectType\": \"ORACLE\"\n        },\n        {\n            \"productUid\": \"15450713-1762-4c7c-a53c-7dffdf4364f3\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Las Vegas Secondary\",\n            \"locationId\": 100,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 452,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"c23bc7c9-a967-41b3-9fd4-5adb7defa7d4\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 39,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 453,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 161239,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"productUid\": \"672be3f2-e6cf-4962-8fb4-5f455abd4080\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"Seattle (sea-zone2-86)\",\n            \"locationId\": 57,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 454,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 192001,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"2ad97300-cb95-40d9-a0e8-fc6037f74a1d\",\n            \"companyUid\": \"0b906fdb-3145-4b4f-a0aa-6d9fc145dbb9\",\n            \"companyName\": \"Webex by Cisco\",\n            \"title\": \"DFW10-WXBB-PE01-BUNDLE10001\",\n            \"locationId\": 71,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 455,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 294154,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"e55c1917-2cf3-415b-b23e-35af0df09ef3\",\n            \"companyUid\": \"182ef3f4-5b74-4adf-9710-6f37a01be434\",\n            \"companyName\": \"Alibaba Cloud Computing Ltd\",\n            \"title\": \"Alibaba Cloud (ap-southeast-1)\",\n            \"locationId\": 36,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": null,\n            \"rank\": 456,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"ALIBABA\"\n        },\n        {\n            \"productUid\": \"4c18418d-8140-4703-b50b-8dc4d514df5c\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"Canada (Central) (ca-central-1)\",\n            \"locationId\": 440,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 457,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 326805,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"bec7e198-d0fb-4be9-bd1c-e38e3c67296a\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US West (Oregon) (us-west-2)\",\n            \"locationId\": 146,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"blue\",\n            \"rank\": 458,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 343258,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"43fe6495-ec73-47cd-a83b-1d6a12ee6b66\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"EU (Frankfurt) (eu-central-1)\",\n            \"locationId\": 85,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 459,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 358467,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"35d9687e-8d90-4dd2-a477-94e2e8bc8344\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"Europe (London) (eu-west-2)\",\n            \"locationId\": 256,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 460,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 405130,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"4afde851-eeac-4d6e-a9e9-861ac5be3d2d\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US East (Ohio) (us-east-2)\",\n            \"locationId\": 148,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 461,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 524995,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"6a0e17fa-88dd-4967-b0cd-919f5d34c688\",\n            \"companyUid\": \"a649e458-d4de-4e3b-a5a8-d509da7e1500\",\n            \"companyName\": \"iseek\",\n            \"title\": \"ISEEK-SY2:0726\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 462,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"d15e7f24-b572-4c0e-bf48-119b5f25f1f0\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"New York Secondary\",\n            \"locationId\": 61,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 463,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"50e4ff4b-08b0-4035-9e38-4ed8e7209d9d\",\n            \"companyUid\": \"182ef3f4-5b74-4adf-9710-6f37a01be434\",\n            \"companyName\": \"Alibaba Cloud Computing Ltd\",\n            \"title\": \"Alibaba Cloud (us-east-1)\",\n            \"locationId\": 67,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 464,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"ALIBABA\"\n        },\n        {\n            \"productUid\": \"6d3bcebd-0a21-4f13-867f-2f4ec16fa7a5\",\n            \"companyUid\": \"182ef3f4-5b74-4adf-9710-6f37a01be434\",\n            \"companyName\": \"Alibaba Cloud Computing Ltd\",\n            \"title\": \"Alibaba Cloud (cn-hongkong)\",\n            \"locationId\": 47,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 465,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"ALIBABA\"\n        },\n        {\n            \"productUid\": \"a40159e6-225d-4a03-94d9-68e2dd58e1f9\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"San Antonio Secondary\",\n            \"locationId\": 247,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 466,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"d09fadb5-01cf-44bc-9ae0-5b66ae87bd36\",\n            \"companyUid\": \"73a139e1-a87a-4c3a-98f8-397f266cbf8e\",\n            \"companyName\": \"MetTel\",\n            \"title\": \"Ashburn - DC6 - 10G\",\n            \"locationId\": 67,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 467,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"cf1a5686-82ca-4c00-a188-1f57a1030c1e\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Perth Primary\",\n            \"locationId\": 50,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 468,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"70ad9b6f-cea9-465b-900b-e476cf01813d\",\n            \"companyUid\": \"8ea83603-445c-40c6-94cf-67967a18beb9\",\n            \"companyName\": \"Oracle\",\n            \"title\": \"OCI (us-luke-1) (BMC)\",\n            \"locationId\": 147,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 469,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 66305,\n            \"connectType\": \"ORACLE\"\n        },\n        {\n            \"productUid\": \"16538a8a-8271-427b-8dae-58255d24cb6b\",\n            \"companyUid\": \"a649e458-d4de-4e3b-a5a8-d509da7e1500\",\n            \"companyName\": \"iseek\",\n            \"title\": \"GH Megaport\",\n            \"locationId\": 454,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 470,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"b3e3a199-9230-4f56-8ac2-560c0b932626\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US West (Oregon) (us-west-2)\",\n            \"locationId\": 57,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 5000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 471,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 76685,\n            \"connectType\": \"AWS\"\n        },\n        {\n            \"productUid\": \"fc1c70e7-3bd7-4d7d-8f27-c80296785542\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"EU (Paris) (eu-west-3)\",\n            \"locationId\": 527,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 472,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 120285,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"53f2ebb5-eb6b-4fc4-813c-2b5cd8db8950\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 116,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 473,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 165007,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"productUid\": \"fbd00064-58c9-4905-9889-fe737a62739b\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 71,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 474,\n            \"lag_id\": 10,\n            \"lag_primary\": true,\n            \"aggregation_id\": 165045,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"productUid\": \"09cb2338-857c-451c-81d6-ff7ef74b6627\",\n            \"companyUid\": \"2e895c74-fd29-4e78-b557-796d67b40b9b\",\n            \"companyName\": \"OptiComm\",\n            \"title\": \"X-DCM1-MEGA-03\",\n            \"locationId\": 4,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 475,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 188949,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"429ca632-d0a7-46fe-9621-a6ebc08a9c31\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"San Antonio Primary\",\n            \"locationId\": 247,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 476,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"21ab856d-d8d8-4753-8cf7-88d450d20481\",\n            \"companyUid\": \"182ef3f4-5b74-4adf-9710-6f37a01be434\",\n            \"companyName\": \"Alibaba Cloud Computing Ltd\",\n            \"title\": \"Alibaba Cloud (cn-hongkong)\",\n            \"locationId\": 47,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": null,\n            \"rank\": 477,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"ALIBABA\"\n        },\n        {\n            \"productUid\": \"822f6d23-26d8-43e0-951c-103179921822\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"EU (Frankfurt) (eu-central-1)\",\n            \"locationId\": 130,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"red\",\n            \"rank\": 478,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 351999,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"4cfcfd9c-68c7-40c2-afb5-6715ac228b11\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US East (N. Virginia) (us-east-1)\",\n            \"locationId\": 655,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 479,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 362707,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"5e1264fa-5bb8-4ee7-8dae-b6e2273da854\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US West (Oregon) (us-west-2)\",\n            \"locationId\": 1237,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"red\",\n            \"rank\": 480,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 373203,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"c67301b4-f0b4-40a5-8606-6e6d729d4a19\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US West (N. California) (us-west-1)\",\n            \"locationId\": 66,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"blue\",\n            \"rank\": 481,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 374293,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"59981f08-0cd4-402a-a049-df47ab479eb5\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"Europe (London) (eu-west-2)\",\n            \"locationId\": 256,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 482,\n            \"lag_id\": 2,\n            \"lag_primary\": true,\n            \"aggregation_id\": 405128,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"e8669e2a-b89f-4ae0-8053-474349256f37\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Sydney2 Primary\",\n            \"locationId\": 10,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 483,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"fb98c4dd-7e87-4fa1-844f-e9c712ee1630\",\n            \"companyUid\": \"8afb3e14-7780-46dc-ac98-2c6ab4ea352b\",\n            \"companyName\": \"Kmart Australia\",\n            \"title\": \"NEXT_M1_MGP_P02\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 484,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"f480be33-275a-4b56-9103-827f4b87b668\",\n            \"companyUid\": \"e0a9064a-384e-47db-9cc0-1571a0817c9c\",\n            \"companyName\": \"Myer\",\n            \"title\": \"Port\",\n            \"locationId\": 25,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 485,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"a00d10a7-54ba-43ef-8eef-c5c0d65e61fa\",\n            \"companyUid\": \"1c3acfd6-e35b-4122-9212-b11ae3efe129\",\n            \"companyName\": \"Options IT\",\n            \"title\": \"LD5 Primary\",\n            \"locationId\": 90,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 486,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"59178202-293f-46fe-b59e-0f8c7d046e71\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Las Vegas Secondary\",\n            \"locationId\": 100,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 487,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"529dc87f-c36f-433b-b8e3-f1be48f51198\",\n            \"companyUid\": \"3e9fb5a9-dd2d-4dc9-9c86-75d531e32f58\",\n            \"companyName\": \"RACQ\",\n            \"title\": \"Polaris\",\n            \"locationId\": 44,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 488,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"dfbbca85-5b80-4ec5-838e-606dfc1af4b0\",\n            \"companyUid\": \"014715cc-a431-42ac-a58e-b482e9e23713\",\n            \"companyName\": \"SecureCo Pty Ltd\",\n            \"title\": \"SecureCo 10G Megaport Equinix SY3\",\n            \"locationId\": 6,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 489,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"5c485af9-32ad-4ebf-b254-962149218e2c\",\n            \"companyUid\": \"014715cc-a431-42ac-a58e-b482e9e23713\",\n            \"companyName\": \"SecureCo Pty Ltd\",\n            \"title\": \"SecureCo 10G Megaport NextDC S1\",\n            \"locationId\": 10,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 490,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"c78ec4e2-d57f-4028-aef6-01c2c2cf837f\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Amsterdam Secondary\",\n            \"locationId\": 85,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 491,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"ca4777d4-8993-4e49-bde9-37fef2c839e2\",\n            \"companyUid\": \"98ab066a-b945-4369-ad72-ee5a8dc35fbc\",\n            \"companyName\": \"Salesforce.com Inc\",\n            \"title\": \"Express Connect Japan #2\",\n            \"locationId\": 560,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 492,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"SFDC\"\n        },\n        {\n            \"productUid\": \"b9dcbdca-b73a-4fc9-9ac9-98cecde81ba2\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"EU (London) (eu-west-2)\",\n            \"locationId\": 90,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 5000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 493,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AWS\"\n        },\n        {\n            \"productUid\": \"72e17271-4ff3-4e07-83e2-80d24a38ceb8\",\n            \"companyUid\": \"eff66444-e0ff-4486-9367-ec22544d732e\",\n            \"companyName\": \"NDIX\",\n            \"title\": \"Megaport01\",\n            \"locationId\": 87,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 494,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 122427,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"6e5ef004-371c-49e9-88e1-66956c0b5130\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"New York Secondary\",\n            \"locationId\": 61,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 495,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"04d30d56-0059-48f2-8124-a0bb81cf66ab\",\n            \"companyUid\": \"8ea83603-445c-40c6-94cf-67967a18beb9\",\n            \"companyName\": \"Oracle\",\n            \"title\": \"OCI (us-sanjose-1) (BMC)\",\n            \"locationId\": 66,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 496,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 138442,\n            \"connectType\": \"ORACLE\"\n        },\n        {\n            \"productUid\": \"753c1f6c-3012-4cae-9d64-7749959f0d34\",\n            \"companyUid\": \"8ea83603-445c-40c6-94cf-67967a18beb9\",\n            \"companyName\": \"Oracle\",\n            \"title\": \"OCI (us-ashburn-1) (BMC)\",\n            \"locationId\": 64,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 497,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 138466,\n            \"connectType\": \"ORACLE\"\n        },\n        {\n            \"productUid\": \"3919e3dd-2d2d-4254-b610-86482c285955\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 558,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 498,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 162037,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"productUid\": \"4afa43c7-2af9-4c76-9385-51a28d518c7c\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"Singapore (sin-zone1-388)\",\n            \"locationId\": 39,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 499,\n            \"lag_id\": 8,\n            \"lag_primary\": true,\n            \"aggregation_id\": 173718,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"24554bc3-c1fd-4da8-a8a2-927b5a68b489\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"Singapore (sin-zone2-388)\",\n            \"locationId\": 39,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 500,\n            \"lag_id\": 8,\n            \"lag_primary\": true,\n            \"aggregation_id\": 173720,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"950514e6-688a-4353-8a86-933255cc7314\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 85,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 501,\n            \"lag_id\": 11,\n            \"lag_primary\": true,\n            \"aggregation_id\": 183738,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"productUid\": \"b047870a-adcf-441f-ae34-27a796cdafeb\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"Asia Pacific (Melbourne) (ap-southeast-4)\",\n            \"locationId\": 41,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 502,\n            \"lag_id\": 13,\n            \"lag_primary\": true,\n            \"aggregation_id\": 376463,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"2b5f1bda-f15c-46e8-9ee5-0e11978dfdc3\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US West (Oregon) (us-west-2)\",\n            \"locationId\": 1237,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"blue\",\n            \"rank\": 503,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 389516,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"b6db84d0-87bb-48ee-b95b-994205edded0\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US East (Ohio) (us-east-2)\",\n            \"locationId\": 319,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"blue\",\n            \"rank\": 504,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 405209,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"88e1c10a-75b4-44b7-982b-c7922a92d256\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"Asia Pacific (Sydney) (ap-southeast-2)\",\n            \"locationId\": 4,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"red\",\n            \"rank\": 505,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 648989,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"074b3d0d-78d0-4628-9446-48a0899f33a5\",\n            \"companyUid\": \"5e5d75e5-3f8d-4a11-a0ee-62d651774e43\",\n            \"companyName\": \"Symbio\",\n            \"title\": \"Symbio Networks MEGAPORT at Equinix SY1/2\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 506,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"b0fb5cdb-b72b-4a07-8f65-3a12af25268b\",\n            \"companyUid\": \"2e895c74-fd29-4e78-b557-796d67b40b9b\",\n            \"companyName\": \"OptiComm\",\n            \"title\": \"QUEENSLAND (WHRF-MEGA-01)\",\n            \"locationId\": 5,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 507,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 7922,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"041d39f9-a28a-4034-9a6e-495bf7c83674\",\n            \"companyUid\": \"8ea83603-445c-40c6-94cf-67967a18beb9\",\n            \"companyName\": \"Oracle\",\n            \"title\": \"OCI (eu-frankfurt-1) (BMC)\",\n            \"locationId\": 131,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 508,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 24128,\n            \"connectType\": \"ORACLE\"\n        },\n        {\n            \"productUid\": \"b3a3e4b8-cfa0-46bd-97c4-f3ff88dbc4c8\",\n            \"companyUid\": \"73a139e1-a87a-4c3a-98f8-397f266cbf8e\",\n            \"companyName\": \"MetTel\",\n            \"title\": \"DAL - TELX DAL1 - 10G \",\n            \"locationId\": 72,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 509,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"e5c94ffb-896e-497d-b0e1-45055fbfb0a8\",\n            \"companyUid\": \"995ead63-0d1e-4521-bf78-96498d5a4a00\",\n            \"companyName\": \"GE Appliances\",\n            \"title\": \"GEA-AP4-EAST-2-Columbus\",\n            \"locationId\": 359,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 510,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"11f90056-5dda-4c71-a82d-78c9ab96440a\",\n            \"companyUid\": \"995ead63-0d1e-4521-bf78-96498d5a4a00\",\n            \"companyName\": \"GE Appliances\",\n            \"title\": \"GEA-AP4-EAST-1-Ashburn\",\n            \"locationId\": 67,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 511,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"b9a98dc1-a647-4c44-95ef-7386b7517570\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"Sydney (syd-zone2-1605)\",\n            \"locationId\": 6,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"red\",\n            \"rank\": 512,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 90777,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"5181a2f8-d731-40b7-8e8e-561981002fe6\",\n            \"companyUid\": \"a42a7d7a-3e55-4969-b961-09a64f8edcff\",\n            \"companyName\": \"Ethan Global\",\n            \"title\": \"Ethan Group SY3\",\n            \"locationId\": 6,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 513,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 101337,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"af9b4093-e001-4d56-beaa-f005478f8240\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Seattle Secondary\",\n            \"locationId\": 57,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 514,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"517b3fa4-4916-47bf-8d52-53385a120789\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Los Angeles Secondary\",\n            \"locationId\": 60,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 515,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"29c6c925-4190-4e97-af8e-7d9d5ad7deae\",\n            \"companyUid\": \"6af05560-f897-4043-80ba-d864a1c282b0\",\n            \"companyName\": \"Pulsant Ltd\",\n            \"title\": \"cr01.hallx.mkn1_Te0/0/0/38\",\n            \"locationId\": 625,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 516,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"e2ff9d23-7292-43e9-bec4-5ba3e2741ced\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"EU (Ireland) (eu-west-1)\",\n            \"locationId\": 90,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"red\",\n            \"rank\": 517,\n            \"lag_id\": 8,\n            \"lag_primary\": true,\n            \"aggregation_id\": 142871,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"3fde10fd-e8fe-4e27-a120-4869e0a653fc\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Hong Kong Primary\",\n            \"locationId\": 46,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 518,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"ac06847c-ebd2-4c83-a19a-e9d7874692d9\",\n            \"companyUid\": \"78d4d901-a320-44c3-a90d-9da9fa84b9c9\",\n            \"companyName\": \"Beanfield Technologies, Inc.\",\n            \"title\": \"BEANFIELD-COLMTL3-1250RL-MEGAPORT-10G-NNI-IOC120-pe06.1250RenelevesqueBl01.YUL/Te0/0/0/2\",\n            \"locationId\": 419,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 519,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"cc098aae-4827-4a71-b861-cc5a1e1ea2e2\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 560,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 520,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 162033,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"productUid\": \"aacb9b86-a8b6-48cf-9745-f7eaea9ad513\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 60,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 521,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 162644,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"productUid\": \"f4896294-84f5-440e-91cd-1e3fe1e8904e\",\n            \"companyUid\": \"7b491753-ccf2-4c44-a7f0-3472a09bc012\",\n            \"companyName\": \"True Internet Data Center\",\n            \"title\": \"TIDC-DX6-10G-GlobalSwitch-DTDi-CID:1D515125001\",\n            \"locationId\": 39,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 522,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"22217069-d465-49bf-b736-8948a7b84c76\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 236,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 523,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 187182,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"productUid\": \"d1f3d71e-593a-47da-8842-56e82cef5db7\",\n            \"companyUid\": \"7251ecea-30eb-4f54-bd12-b2f0763c4678\",\n            \"companyName\": \"RedHelm\",\n            \"title\": \"PIT01-LAG1-1\",\n            \"locationId\": 392,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 524,\n            \"lag_id\": 2,\n            \"lag_primary\": true,\n            \"aggregation_id\": 204270,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"0361a277-e96e-4b12-812c-eacb6cfb0d57\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"Europe (Paris) (eu-west-3)\",\n            \"locationId\": 598,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 525,\n            \"lag_id\": 8,\n            \"lag_primary\": true,\n            \"aggregation_id\": 397670,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"705ff0ee-2a6e-4970-8a9e-0e426bb2d619\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"Council Bluffs (cbf-zone1-575)\",\n            \"locationId\": 646,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 526,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 453365,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"b5f0ac3f-9fa4-47d3-bb48-a6e50858bfe7\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"Minneapolis (msp-zone1-3312)\",\n            \"locationId\": 376,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 527,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 511565,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"cf5a039e-1bc1-42e8-bc3d-5abf28677004\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Chicago Primary\",\n            \"locationId\": 69,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 528,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"50b2b7e4-9811-4012-90bb-b0840470b744\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 383,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 529,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 698742,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"productUid\": \"bae4aff3-d305-43f8-8483-f00f0a2579b8\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Seattle Secondary\",\n            \"locationId\": 57,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 530,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"4402dfdc-8205-4bba-b2af-5827eaeb436f\",\n            \"companyUid\": \"482eeb40-9656-41ba-8db3-408bb3c0e317\",\n            \"companyName\": \"Diyixian.com Limited\",\n            \"title\": \"Diyixian 10 Gbps Port Equinix HK1\",\n            \"locationId\": 46,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 531,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"75865a25-4379-4cc1-85c5-4e6fdbb82681\",\n            \"companyUid\": \"cd92fac4-7f75-4fb0-bd24-19dcb9ed3e8e\",\n            \"companyName\": \"AMS-IX\",\n            \"title\": \"AMS-IX Chicago 100G\",\n            \"locationId\": 69,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 532,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AMSIX\"\n        },\n        {\n            \"productUid\": \"ff453af9-7e5c-464a-b508-6871fa61e2a2\",\n            \"companyUid\": \"178d9736-6122-4647-920c-9e1e2b6e8046\",\n            \"companyName\": \"Acquire BPO\",\n            \"title\": \"AUSYD01-MEGAPORT01\",\n            \"locationId\": 3,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 533,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"9e6bf992-2ecd-4657-881f-29e7b600693d\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"EU (London) (eu-west-2)\",\n            \"locationId\": 89,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 5000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 534,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 13055,\n            \"connectType\": \"AWS\"\n        },\n        {\n            \"productUid\": \"bce7826e-93e7-4f53-85fb-ab608896d7db\",\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"Direct Link Dallas 4 Port 2\",\n            \"locationId\": 72,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 535,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 26232,\n            \"connectType\": \"IBM\"\n        },\n        {\n            \"productUid\": \"b30201a4-3ff7-497a-b745-c21b11bf550f\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Perth Secondary\",\n            \"locationId\": 50,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 536,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"0defc0ad-c939-43c5-ab5e-6e6bd3162b4c\",\n            \"companyUid\": \"8ea83603-445c-40c6-94cf-67967a18beb9\",\n            \"companyName\": \"Oracle\",\n            \"title\": \"OCI (us-langley-1) (BMC)\",\n            \"locationId\": 67,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 537,\n            \"lag_id\": 12,\n            \"lag_primary\": true,\n            \"aggregation_id\": 66299,\n            \"connectType\": \"ORACLE\"\n        },\n        {\n            \"productUid\": \"4faafee1-5546-413a-95ee-f1bf61b216f7\",\n            \"companyUid\": \"8ea83603-445c-40c6-94cf-67967a18beb9\",\n            \"companyName\": \"Oracle\",\n            \"title\": \"OCI (us-luke-1) (BMC)\",\n            \"locationId\": 147,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 538,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 66306,\n            \"connectType\": \"ORACLE\"\n        },\n        {\n            \"productUid\": \"4d2778de-0035-441f-b52a-049e3c90b9fc\",\n            \"companyUid\": \"f5821539-3216-43d0-a701-e65f7ab95c09\",\n            \"companyName\": \"Bandwidth\",\n            \"title\": \"Bandwidth Atlanta\",\n            \"locationId\": 116,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 539,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 85989,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"408fa2fc-3b69-4111-b0e0-a312a9cffbd4\",\n            \"companyUid\": \"f5821539-3216-43d0-a701-e65f7ab95c09\",\n            \"companyName\": \"Bandwidth\",\n            \"title\": \"Bandwidth Los Angeles\",\n            \"locationId\": 59,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 540,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 85990,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"5aba9235-0fcd-481c-af18-e5ddd0c7c956\",\n            \"companyUid\": \"98ab066a-b945-4369-ad72-ee5a8dc35fbc\",\n            \"companyName\": \"Salesforce.com Inc\",\n            \"title\": \"Express Connect Japan #1\",\n            \"locationId\": 558,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 541,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"SFDC\"\n        },\n        {\n            \"productUid\": \"3ffe4b20-bd54-4a2c-9430-933f59bfdccb\",\n            \"companyUid\": \"afb993e7-d505-45f2-818f-25c222f12f2f\",\n            \"companyName\": \"Kentik Technologies Inc.\",\n            \"title\": \"Kentik_Ashburn\",\n            \"locationId\": 67,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 542,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"29304d22-602e-43de-aed7-5f1bd42fdbe7\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"EU (London) (eu-west-2)\",\n            \"locationId\": 89,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 5000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": null,\n            \"rank\": 543,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AWS\"\n        },\n        {\n            \"productUid\": \"09c81cae-8f3c-4f6f-8454-8f154b4bdadf\",\n            \"companyUid\": \"4245d971-730a-4f28-a997-2e1e8492600a\",\n            \"companyName\": \"Telesmart Ltd\",\n            \"title\": \"TDC10.AKL\",\n            \"locationId\": 310,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 544,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"e4e21027-3d2f-466b-bd35-cbd8ce895bb4\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Washington DC Secondary\",\n            \"locationId\": 67,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 545,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"39072592-c92d-466d-bfff-8194b76987df\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 130,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 546,\n            \"lag_id\": 19,\n            \"lag_primary\": true,\n            \"aggregation_id\": 165096,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"productUid\": \"665ae106-c8f0-4dba-ab7c-a4f10175aaf7\",\n            \"companyUid\": \"9e9abbf7-85f9-4f6f-aa13-edace789b794\",\n            \"companyName\": \"Connectria, LLC\",\n            \"title\": \"SV10A Datacenter - Link A1\",\n            \"locationId\": 66,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 547,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 168122,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"9dd99350-2210-4641-8b60-461e86ee9da0\",\n            \"companyUid\": \"9e9abbf7-85f9-4f6f-aa13-edace789b794\",\n            \"companyName\": \"Connectria, LLC\",\n            \"title\": \"SV10A Datacenter - Link B1\",\n            \"locationId\": 66,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 548,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 168123,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"91ff3aa7-4c2b-4788-8417-93ee25d370c6\",\n            \"companyUid\": \"0b906fdb-3145-4b4f-a0aa-6d9fc145dbb9\",\n            \"companyName\": \"Webex by Cisco\",\n            \"title\": \"SJC03-WXBB-PE01-BUNDLE10001\",\n            \"locationId\": 66,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 549,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 280478,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"5db9620b-fff6-4b5b-ac23-8e6df8d946f2\",\n            \"companyUid\": \"0b906fdb-3145-4b4f-a0aa-6d9fc145dbb9\",\n            \"companyName\": \"Webex by Cisco\",\n            \"title\": \"SYD10-WXBB-PE01-BUNDLE10001\",\n            \"locationId\": 6,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 550,\n            \"lag_id\": 9,\n            \"lag_primary\": true,\n            \"aggregation_id\": 288002,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"f057533d-6a73-4987-ab45-9059e0a0d8e5\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US East (Ohio) (us-east-2)\",\n            \"locationId\": 319,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"red\",\n            \"rank\": 551,\n            \"lag_id\": 9,\n            \"lag_primary\": true,\n            \"aggregation_id\": 409087,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"9758ffe6-d20e-42af-bd7a-be1d6d47a98a\",\n            \"companyUid\": \"03542e47-257d-4dc5-a30a-1e199b2437d1\",\n            \"companyName\": \"PSLIGHTWAVE\",\n            \"title\": \"100G Megaport\",\n            \"locationId\": 148,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 552,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"60dcfa2d-c451-498c-ba07-ae915b3b9fb7\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US East (N. Virginia) (us-east-1)\",\n            \"locationId\": 68,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"blue\",\n            \"rank\": 553,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 540792,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"1506d7c2-1511-4438-b4e2-e64d948e9377\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Sydney2 Secondary\",\n            \"locationId\": 10,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 554,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"1dc1ef65-fbc4-45a8-b4c3-6a50b14c6a9d\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US West (Oregon) (us-west-2)\",\n            \"locationId\": 1237,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"blue\",\n            \"rank\": 555,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 683423,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"36cffd67-7875-4ff2-a46a-cccaed0b9cde\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US East (N. Virginia) (us-east-1)\",\n            \"locationId\": 67,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"blue\",\n            \"rank\": 556,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 715584,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"4d39ff56-8e8d-4a34-9154-0ec0631696ed\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US West (N. California) (us-west-1)\",\n            \"locationId\": 66,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 5000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": null,\n            \"rank\": 557,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AWS\"\n        },\n        {\n            \"productUid\": \"6d057572-af7b-4118-ae43-0591380e5809\",\n            \"companyUid\": \"32c00096-bdc4-441e-9a28-cbdf2750b97f\",\n            \"companyName\": \"Static1\",\n            \"title\": \" MEGAPORT-NY1-10GBPS\",\n            \"locationId\": 78,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 558,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 13164,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"c4fabbdb-9809-48fc-8a84-d6bf8fa354f7\",\n            \"companyUid\": \"ee4bbcfc-7d4b-4df9-8c64-6c0044c272ac\",\n            \"companyName\": \"Bezeq International Ltd.\",\n            \"title\": \"Bezeqint Frankfurt \",\n            \"locationId\": 130,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 559,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"e9e1fa11-2b7f-43b8-9634-3e90b4972dff\",\n            \"companyUid\": \"3b88fffd-8c82-48fd-bda7-7e8178a790c3\",\n            \"companyName\": \"Cinia Oy\",\n            \"title\": \"E10028 - cn-defra001-core1 - 1/1/2\",\n            \"locationId\": 131,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 560,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"1b2fe7ff-ffb9-469c-875e-8b1b657e6f6c\",\n            \"companyUid\": \"7cadb4dc-f435-40a0-9ffd-07f9f84621e6\",\n            \"companyName\": \"Nexon Asia Pacific\",\n            \"title\": \"Nexon's Megaport at SY3 via SY1\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 561,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"b6c66a83-4793-44d4-ae13-cda3d4442f88\",\n            \"companyUid\": \"73a139e1-a87a-4c3a-98f8-397f266cbf8e\",\n            \"companyName\": \"MetTel\",\n            \"title\": \"San Jose - SV5 - 10G\",\n            \"locationId\": 66,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 562,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"aaffdadb-02aa-45ce-8565-b9e97eeb5f5f\",\n            \"companyUid\": \"5349572c-18b6-43e0-82f6-ca2e22c3382d\",\n            \"companyName\": \"iTel Networks Inc\",\n            \"title\": \"iTel-Megaport\",\n            \"locationId\": 79,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 563,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"3dd365c6-ab22-4138-adee-61277b10bb07\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Los Angeles Secondary\",\n            \"locationId\": 60,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 564,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"6ea5b74d-01d1-42c9-b16b-d55c77e81b47\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"Hong Kong (hkg-zone2-1118)\",\n            \"locationId\": 54,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"red\",\n            \"rank\": 565,\n            \"lag_id\": 10,\n            \"lag_primary\": true,\n            \"aggregation_id\": 78032,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"88f4a2f5-3228-45f7-82c2-d4a605b5c975\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Toronto Secondary\",\n            \"locationId\": 79,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 566,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"25df8685-bbe8-4c33-83f9-6093231c71e2\",\n            \"companyUid\": \"f60f537f-3f98-41f7-a1cd-05d8c86b99f7\",\n            \"companyName\": \"Syscloud Hong Kong Network Technology Limted\",\n            \"title\": \"Syscloud-Mega-i-10G\",\n            \"locationId\": 47,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 567,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 120982,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"b6f20af1-231c-47aa-8038-1c59c98aa210\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"Hong Kong (hkg-zone1-225)\",\n            \"locationId\": 47,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"blue\",\n            \"rank\": 568,\n            \"lag_id\": 11,\n            \"lag_primary\": true,\n            \"aggregation_id\": 136023,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"75575fae-8ba4-4696-bdb9-a8bfc71e5d87\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 50,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 569,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 161850,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"productUid\": \"c33fc977-6e64-4ec7-9528-332dc61a061b\",\n            \"companyUid\": \"182ef3f4-5b74-4adf-9710-6f37a01be434\",\n            \"companyName\": \"Alibaba Cloud Computing Ltd\",\n            \"title\": \"Alibaba Cloud (ap-northeast-1)\",\n            \"locationId\": 561,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 570,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"ALIBABA\"\n        },\n        {\n            \"productUid\": \"e8b9d081-95ab-4b04-b7ef-42fa4f9298d2\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"Los Angeles (lax-zone1-403)\",\n            \"locationId\": 63,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 571,\n            \"lag_id\": 1,\n            \"lag_primary\": true,\n            \"aggregation_id\": 224599,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"99522880-bba5-475f-828b-f32b17249453\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"Melbourne (mel-zone2-4843)\",\n            \"locationId\": 382,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 572,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 225553,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"90fd28f0-6403-4578-ae88-84f7d1dd25b8\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Tokyo Secondary\",\n            \"locationId\": 561,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 573,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"dfc6cc06-660f-4c2d-b5e1-8a6fc4bb1764\",\n            \"companyUid\": \"8ea83603-445c-40c6-94cf-67967a18beb9\",\n            \"companyName\": \"Oracle\",\n            \"title\": \"OCI (us-chicago-1) (BMC)\",\n            \"locationId\": 1238,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 574,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 358851,\n            \"connectType\": \"ORACLE\"\n        },\n        {\n            \"productUid\": \"48c74795-1b64-4d77-a9ca-44dffcc01766\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"Asia Pacific (Sydney) (ap-southeast-2)\",\n            \"locationId\": 33,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 575,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 392376,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"b22ccbca-881c-490f-b972-e1869990e904\",\n            \"companyUid\": \"eaee7551-7b40-468b-b958-34fcf634013a\",\n            \"companyName\": \"Wasabi Technologies LLC.\",\n            \"title\": \" 100G_IMDC_VA1_USE1\",\n            \"locationId\": 333,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 576,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 448097,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"e1c2f198-c905-4b54-aebf-93097206b490\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Amsterdam Metro Primary\",\n            \"locationId\": 87,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 577,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"5c5d34cc-0481-435a-9e7e-acc3bdfba82a\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"New York Secondary\",\n            \"locationId\": 655,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 578,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"bb27960f-a1a9-4430-aaf9-3465bb6aa3f8\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"London Primary\",\n            \"locationId\": 90,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 579,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"ef59d77b-6b75-4557-9fa8-d57375577892\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Los Angeles Secondary\",\n            \"locationId\": 60,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 580,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"c403d96f-408c-4ff1-9888-02fca397227d\",\n            \"companyUid\": \"4245d971-730a-4f28-a997-2e1e8492600a\",\n            \"companyName\": \"Telesmart Ltd\",\n            \"title\": \"ORB.AKL\",\n            \"locationId\": 33,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 581,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"ab6ea0fd-a3fa-4451-ae74-412e3170d79e\",\n            \"companyUid\": \"bd95676a-bfe8-42f2-9a8f-aadc5846e8e4\",\n            \"companyName\": \"Logix Communications, LP\",\n            \"title\": \"Logix Fiber Network 10G Port dal-tx1 2323 Bryan\",\n            \"locationId\": 72,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 582,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"353cb4a6-93e6-4e5d-b92f-1329d4df4691\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Sydney Primary\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 583,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"b329c282-3165-4559-923a-dd31b132ba40\",\n            \"companyUid\": \"703fefd6-5c59-406d-8b21-5c97da7ccfd7\",\n            \"companyName\": \"Videotron Lte\",\n            \"title\": \"MTL4DEG-1\",\n            \"locationId\": 163,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 584,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"2a652be7-6c5e-4aba-a67b-327d7a90994f\",\n            \"companyUid\": \"703fefd6-5c59-406d-8b21-5c97da7ccfd7\",\n            \"companyName\": \"Videotron Lte\",\n            \"title\": \"QUE4DEG-1\",\n            \"locationId\": 164,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 585,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"34ee954b-f135-4059-a205-6baab1270582\",\n            \"companyUid\": \"a3ba0726-5736-430a-82fc-1082c9c658cf\",\n            \"companyName\": \"Encoo Pty Ltd\",\n            \"title\": \"Encoo Sydney SY4 10Gb\",\n            \"locationId\": 6,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 586,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"f2fb6d22-afbd-44bc-89e5-5c181325640f\",\n            \"companyUid\": \"8ea83603-445c-40c6-94cf-67967a18beb9\",\n            \"companyName\": \"Oracle\",\n            \"title\": \"OCI (eu-frankfurt-1) (BMC)\",\n            \"locationId\": 130,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 587,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 24129,\n            \"connectType\": \"ORACLE\"\n        },\n        {\n            \"productUid\": \"9fc51e4d-d7de-4d98-afc0-0a440d0307f9\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US East (N. Virginia) (us-east-1)\",\n            \"locationId\": 244,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 5000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 588,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 24983,\n            \"connectType\": \"AWS\"\n        },\n        {\n            \"productUid\": \"14c71e90-03e2-40a8-a591-431677021515\",\n            \"companyUid\": \"178d9736-6122-4647-920c-9e1e2b6e8046\",\n            \"companyName\": \"Acquire BPO\",\n            \"title\": \"AUMEL01-MEGAPORT01\",\n            \"locationId\": 4,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 589,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"85d31352-644c-45a2-85fd-43d58e723430\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Singapore2 Secondary\",\n            \"locationId\": 39,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 590,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"7325fb2f-852c-44e9-872a-90215001c0a4\",\n            \"companyUid\": \"7ec424e4-1754-472e-9474-354b7de8730b\",\n            \"companyName\": \"Nuwave Communications, Inc.\",\n            \"title\": \"Nuwave_Megaport_Las Vegas\",\n            \"locationId\": 100,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 591,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"19fcd21d-3aa2-435c-a816-a265dea6b3fb\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Singapore2 Secondary\",\n            \"locationId\": 39,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 592,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"0c672eb0-74ac-493c-baa4-aa3daf20e2e3\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"Los Angeles (lax-zone1-8)\",\n            \"locationId\": 59,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"blue\",\n            \"rank\": 593,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 82272,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"07b539a4-b1c1-4de7-8d46-ab2d4a114916\",\n            \"companyUid\": \"1c3acfd6-e35b-4122-9212-b11ae3efe129\",\n            \"companyName\": \"Options IT\",\n            \"title\": \"LHR20 Primary\",\n            \"locationId\": 89,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 594,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"a27b6cfa-cc93-4f79-872c-48ff032dcd7d\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Osaka Primary\",\n            \"locationId\": 572,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 595,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"2863bb24-6783-4b74-9a84-6823308a1473\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Tokyo2 Secondary\",\n            \"locationId\": 558,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 596,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"087ca677-7f5f-46d8-bfa8-3f6574286ae4\",\n            \"companyUid\": \"a47237fc-6612-4417-a390-66f196877932\",\n            \"companyName\": \"LINX\",\n            \"title\": \"LON1 NNI\",\n            \"locationId\": 256,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 597,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 128872,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"69297678-5aac-41e3-958a-107018752b07\",\n            \"companyUid\": \"6af05560-f897-4043-80ba-d864a1c282b0\",\n            \"companyName\": \"Pulsant Ltd\",\n            \"title\": \"cr02.dr2.cro1_Te0/0/0/13\",\n            \"locationId\": 622,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 598,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"d6adbe3b-d883-40e4-9a6d-2d8899ca7cf1\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Las Vegas Primary\",\n            \"locationId\": 100,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 599,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"f5ff5e5f-b684-4b6f-abc4-f297246c7a92\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 57,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 600,\n            \"lag_id\": 10,\n            \"lag_primary\": true,\n            \"aggregation_id\": 164607,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"productUid\": \"1565a0ec-4840-4d51-afea-d501b6428724\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Amsterdam Primary\",\n            \"locationId\": 87,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 601,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"d3965aaa-7908-419c-90cf-90fcb733a9f9\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"Melbourne (mel-zone1-1988)\",\n            \"locationId\": 41,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 602,\n            \"lag_id\": 11,\n            \"lag_primary\": true,\n            \"aggregation_id\": 174753,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"cfed5c03-0438-475d-bb36-645a565708a2\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 330,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 603,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 187178,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"productUid\": \"b6541b72-e247-43ed-a83a-3bebca1db1fa\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"San Antonio Secondary\",\n            \"locationId\": 247,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 604,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"cb938ce0-a35f-46eb-b3b9-565fc9095920\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"Melbourne (mel-zone1-4843)\",\n            \"locationId\": 382,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 605,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 225458,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"56c28c14-080f-4345-896c-e41d1a0709b0\",\n            \"companyUid\": \"8d224d20-d5e4-4a99-aa95-d5f45e27fe83\",\n            \"companyName\": \"Southern Phone Company Ltd\",\n            \"title\": \"MEGAPORT-100G-VIC\",\n            \"locationId\": 382,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 606,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 269083,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"7d81e83d-e567-419a-866d-a7b7323da472\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"Asia Pacific (Melbourne) (ap-southeast-4)\",\n            \"locationId\": 41,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 607,\n            \"lag_id\": 1,\n            \"lag_primary\": true,\n            \"aggregation_id\": 376461,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"94c10c1e-605a-4cd6-9b5d-114571a08682\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Las Vegas Secondary\",\n            \"locationId\": 100,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 608,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"f6869afd-e1b0-48da-b3dd-07a5e13acecb\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Las Vegas Primary\",\n            \"locationId\": 100,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 609,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"3fb1e90f-99b1-48c3-a93d-4673e95ff775\",\n            \"companyUid\": \"182ef3f4-5b74-4adf-9710-6f37a01be434\",\n            \"companyName\": \"Alibaba Cloud Computing Ltd\",\n            \"title\": \"Alibaba Cloud (us-east-1)\",\n            \"locationId\": 68,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 610,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"ALIBABA\"\n        },\n        {\n            \"productUid\": \"3c8f7af3-94ae-4085-a099-b8b9b110aea3\",\n            \"companyUid\": \"182ef3f4-5b74-4adf-9710-6f37a01be434\",\n            \"companyName\": \"Alibaba Cloud Computing Ltd\",\n            \"title\": \"Alibaba Cloud (cn-hongkong)\",\n            \"locationId\": 47,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": null,\n            \"rank\": 611,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"ALIBABA\"\n        },\n        {\n            \"productUid\": \"b8fb84b9-d724-4d52-949f-819bd9d9bdad\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Amsterdam Metro Secondary\",\n            \"locationId\": 92,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 612,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"2d9569a8-b632-4f21-9cb2-063a7fbf251a\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Chicago2 Primary\",\n            \"locationId\": 1238,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 613,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"f4520cd7-eb5e-4994-af21-998a5a83badf\",\n            \"companyUid\": \"feae6c16-f10f-4d97-951e-00dc9fa9b9ca\",\n            \"companyName\": \"Pivotel Satellite Pty Limited\",\n            \"title\": \"PIvotel-NS1-10G-1\",\n            \"locationId\": 10,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 614,\n            \"lag_id\": 8,\n            \"lag_primary\": true,\n            \"aggregation_id\": 650954,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"f44e43eb-f48f-4e0b-baf8-75847fcf40db\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"New York Primary\",\n            \"locationId\": 655,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 615,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"e09aeaa9-38f1-4a6d-a2da-756a2ddf4cab\",\n            \"companyUid\": \"97cea738-852a-4192-9c48-1709dff4b455\",\n            \"companyName\": \"Village Roadshow Limited\",\n            \"title\": \"Equinix SY3\",\n            \"locationId\": 6,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 616,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"9c011d4b-faa4-40f6-95c2-6c4375647b2a\",\n            \"companyUid\": \"45f75acb-e418-4abf-b89f-cb05c70414dc\",\n            \"companyName\": \"Blue Apache\",\n            \"title\": \"BlueApache 10G Megaport at NEXTDC S1\",\n            \"locationId\": 10,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 617,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"8bb326aa-f59e-4aca-87be-1921e5655797\",\n            \"companyUid\": \"cd92fac4-7f75-4fb0-bd24-19dcb9ed3e8e\",\n            \"companyName\": \"AMS-IX\",\n            \"title\": \"AMS-IX Bay Area 100G\",\n            \"locationId\": 77,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 618,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AMSIX\"\n        },\n        {\n            \"productUid\": \"95b4f21c-d376-4969-9316-54f59c8f0150\",\n            \"companyUid\": \"65250d8c-be15-4d73-ab9f-ad8009087eb2\",\n            \"companyName\": \"Tecala\",\n            \"title\": \"MEG001-TCL001-SY3-XC1\",\n            \"locationId\": 6,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 619,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"5a6fe1b5-17a3-4532-91af-7637c5f1dd18\",\n            \"companyUid\": \"182ef3f4-5b74-4adf-9710-6f37a01be434\",\n            \"companyName\": \"Alibaba Cloud Computing Ltd\",\n            \"title\": \"Alibaba Cloud (ap-southeast-1)\",\n            \"locationId\": 36,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 620,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"ALIBABA\"\n        },\n        {\n            \"productUid\": \"87b52c63-ede7-48ab-bfa1-0eaa33ced7b0\",\n            \"companyUid\": \"182ef3f4-5b74-4adf-9710-6f37a01be434\",\n            \"companyName\": \"Alibaba Cloud Computing Ltd\",\n            \"title\": \"Alibaba Cloud (us-west-1)\",\n            \"locationId\": 66,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 621,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"ALIBABA\"\n        },\n        {\n            \"productUid\": \"6ed8b11e-e3ab-4696-ac39-392182ce5570\",\n            \"companyUid\": \"182ef3f4-5b74-4adf-9710-6f37a01be434\",\n            \"companyName\": \"Alibaba Cloud Computing Ltd\",\n            \"title\": \"Alibaba Cloud (ap-southeast-1)\",\n            \"locationId\": 39,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 622,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"ALIBABA\"\n        },\n        {\n            \"productUid\": \"6ea353d2-f3c3-4725-aac6-6597804fecaf\",\n            \"companyUid\": \"449f4597-3e73-43ec-95f8-d5d58c11d274\",\n            \"companyName\": \"ACTIV Financial Systems, Inc\",\n            \"title\": \"Activ - CH4-L1 - 1\",\n            \"locationId\": 69,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 623,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"879ca25e-0632-4bbf-980a-e3089cebcf4b\",\n            \"companyUid\": \"78d4d901-a320-44c3-a90d-9da9fa84b9c9\",\n            \"companyName\": \"Beanfield Technologies, Inc.\",\n            \"title\": \"BEANFIELD-COLTOR2-905-MEGAPORT-10G-NNI-IOC150\",\n            \"locationId\": 93,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 624,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"92026435-4ba3-4981-9eec-1181aa5e1262\",\n            \"companyUid\": \"8ea83603-445c-40c6-94cf-67967a18beb9\",\n            \"companyName\": \"Oracle\",\n            \"title\": \"OCI (ca-toronto-1) (BMC)\",\n            \"locationId\": 79,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 625,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 65171,\n            \"connectType\": \"ORACLE\"\n        },\n        {\n            \"productUid\": \"adccd9d4-9262-49ac-b68d-00407f2b2f6e\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"GovCloud WashingtonDC Primary\",\n            \"locationId\": 67,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 626,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"ccb72eff-b0ca-4130-8e92-56417a167160\",\n            \"companyUid\": \"8ea83603-445c-40c6-94cf-67967a18beb9\",\n            \"companyName\": \"Oracle\",\n            \"title\": \"OCI (ap-tokyo-1) (BMC)\",\n            \"locationId\": 561,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 627,\n            \"lag_id\": 2,\n            \"lag_primary\": true,\n            \"aggregation_id\": 104592,\n            \"connectType\": \"ORACLE\"\n        },\n        {\n            \"productUid\": \"0c6a4308-4d1a-4cff-a16b-d58521c53392\",\n            \"companyUid\": \"f351d049-61e9-4425-b754-9df6c4db9b0a\",\n            \"companyName\": \"Nova Technology Development(Hong Kong) Limited\",\n            \"title\": \"HKG5.CCPE2_xe-0/1/1(9809-41674542 10G)\",\n            \"locationId\": 47,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 628,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"33a0e453-cf03-45f6-9d95-a3f4dfc32a97\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Stockholm Primary\",\n            \"locationId\": 95,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 629,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"3bfb985c-6033-4926-8eb5-23d361e229ec\",\n            \"companyUid\": \"1c3acfd6-e35b-4122-9212-b11ae3efe129\",\n            \"companyName\": \"Options IT\",\n            \"title\": \"CH2 Primary\",\n            \"locationId\": 69,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 630,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"5bd1ad0b-32b6-45a2-ae12-ccd284087ad2\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Tokyo2 Primary\",\n            \"locationId\": 612,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 631,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"feecdd79-ae2d-414f-b0eb-51daf2068750\",\n            \"companyUid\": \"8ea83603-445c-40c6-94cf-67967a18beb9\",\n            \"companyName\": \"Oracle\",\n            \"title\": \"OCI (eu-amsterdam-1) (BMC)\",\n            \"locationId\": 87,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 632,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 129094,\n            \"connectType\": \"ORACLE\"\n        },\n        {\n            \"productUid\": \"e0569da7-c73a-49d9-aeaf-974504bfc31d\",\n            \"companyUid\": \"3766fb84-d733-45c0-b460-037cf9951488\",\n            \"companyName\": \"Unite Private Networks\",\n            \"title\": \"Scott Tech, NE\",\n            \"locationId\": 463,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 633,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"a37759e4-0ce0-4eb5-a28f-bf70f60b5498\",\n            \"companyUid\": \"8ea83603-445c-40c6-94cf-67967a18beb9\",\n            \"companyName\": \"Oracle\",\n            \"title\": \"OCI (us-sanjose-1) (BMC)\",\n            \"locationId\": 66,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 634,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 138454,\n            \"connectType\": \"ORACLE\"\n        },\n        {\n            \"productUid\": \"d8a2143a-622c-4964-8943-85b5afea5313\",\n            \"companyUid\": \"8ea83603-445c-40c6-94cf-67967a18beb9\",\n            \"companyName\": \"Oracle\",\n            \"title\": \"OCI (us-phoenix-1) (BMC)\",\n            \"locationId\": 60,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 635,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 138536,\n            \"connectType\": \"ORACLE\"\n        },\n        {\n            \"productUid\": \"482c3182-058b-4901-8ecb-1a0782b5fd64\",\n            \"companyUid\": \"c6b15539-5824-439f-8af9-b595d4e600e0\",\n            \"companyName\": \"Cloudflare Inc.\",\n            \"title\": \"Network Interconnect 10G Port Equinix SY1/2\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 636,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 139324,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"62bb27ef-fe54-4e1e-b7a9-20812a9ced3c\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"Council Bluffs (cbf-zone1-575)\",\n            \"locationId\": 646,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"blue\",\n            \"rank\": 637,\n            \"lag_id\": 2,\n            \"lag_primary\": true,\n            \"aggregation_id\": 140852,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"2e8ebdb4-c2b6-411d-acbd-3cb1684cc987\",\n            \"companyUid\": \"1c3acfd6-e35b-4122-9212-b11ae3efe129\",\n            \"companyName\": \"Options IT\",\n            \"title\": \"TR1 Primary\",\n            \"locationId\": 73,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 638,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"6cc38def-52c3-49c2-aca2-563be3ff70b7\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Denver Primary\",\n            \"locationId\": 320,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 639,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"45d96b76-da67-4d23-9a5c-2ff733301b02\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"Asia Pacific (Sydney) (ap-southeast-2)\",\n            \"locationId\": 3,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"red\",\n            \"rank\": 640,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 206315,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"874dbcff-a1f9-4328-9c08-112cd87c20f6\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 23,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 641,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 212924,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"productUid\": \"54a6b38f-0f4a-4b0a-9c8d-53bf8e87f526\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 234,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 642,\n            \"lag_id\": 9,\n            \"lag_primary\": true,\n            \"aggregation_id\": 235000,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"productUid\": \"c1e30713-fccc-4d43-bc96-72132af93597\",\n            \"companyUid\": \"b9c86ea1-6d0c-4bc2-8817-130e6ed31e39\",\n            \"companyName\": \"Previder B.V.\",\n            \"title\": \"Megaport-AM1\",\n            \"locationId\": 85,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 643,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 247745,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"f5638194-523d-475f-bda8-0a25916368a1\",\n            \"companyUid\": \"8396e2a0-fc70-40ad-b4c3-a4b5d5b1311d\",\n            \"companyName\": \"QuantHouse\",\n            \"title\": \"IRESS-MEGAPORT-CH1/CH4-10G\",\n            \"locationId\": 69,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 644,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"85196407-0576-4a9e-b949-54e1af64af9d\",\n            \"companyUid\": \"182ef3f4-5b74-4adf-9710-6f37a01be434\",\n            \"companyName\": \"Alibaba Cloud Computing Ltd\",\n            \"title\": \"Alibaba Cloud (ap-southeast-1)\",\n            \"locationId\": 39,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": null,\n            \"rank\": 645,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"ALIBABA\"\n        },\n        {\n            \"productUid\": \"856cc8f7-e7c4-4ad8-9826-cbd72a25ec5c\",\n            \"companyUid\": \"182ef3f4-5b74-4adf-9710-6f37a01be434\",\n            \"companyName\": \"Alibaba Cloud Computing Ltd\",\n            \"title\": \"Alibaba Cloud (cn-hongkong)\",\n            \"locationId\": 54,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": null,\n            \"rank\": 646,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"ALIBABA\"\n        },\n        {\n            \"productUid\": \"cb025db5-a6a0-4c96-a4ff-c25b92a8ce2f\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"Council Bluffs (cbf-zone2-575)\",\n            \"locationId\": 646,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 647,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 453368,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"d21ce5a9-6abf-465c-86bc-644ed7c3ccc0\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"Atlanta (atl-zone2-3725)\",\n            \"locationId\": 116,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 648,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 491198,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"361c724a-8d55-47cd-8693-ce03a816330e\",\n            \"companyUid\": \"75e0786a-582b-4c52-ab0f-38e41bb62af2\",\n            \"companyName\": \"Latitude.sh\",\n            \"title\": \"lat-nyc-01\",\n            \"locationId\": 1025,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 649,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"ada37fcc-8dfe-4c5d-a9d6-331756550aba\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"Minneapolis (msp-zone2-3312)\",\n            \"locationId\": 376,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 650,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 511567,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"df4dae46-b78f-4881-ade8-ac113177f8fd\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"Asia Pacific (Singapore) (ap-southeast-1)\",\n            \"locationId\": 39,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"red\",\n            \"rank\": 651,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 511891,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"a17117a3-7ae8-48af-9df3-54226aacdaaa\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US East (Ohio) (us-east-2)\",\n            \"locationId\": 148,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 652,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 524997,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"767bc27f-8601-4bfa-8dc2-cdcb54cd862c\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"London Secondary\",\n            \"locationId\": 90,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 653,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"db7cfd29-74af-4928-9b70-1f7c0de44f54\",\n            \"companyUid\": \"3612c362-be6c-4c62-b3d2-5b172a13b67d\",\n            \"companyName\": \"Over the Wire\",\n            \"title\": \"OTW 639gar.syd\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 654,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"9a568d68-4937-46bd-9a15-f04b997ec5b5\",\n            \"companyUid\": \"a6700553-95c9-41c2-b0e1-84959e706f2e\",\n            \"companyName\": \"FireNet\",\n            \"title\": \"Firenet MEGAPORT at Equinix SY1/2\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 655,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"a0da21d2-b6a8-4fae-8886-155f32511c0a\",\n            \"companyUid\": \"7cadb4dc-f435-40a0-9ffd-07f9f84621e6\",\n            \"companyName\": \"Nexon Asia Pacific\",\n            \"title\": \"Nexon Megaport at SY3\",\n            \"locationId\": 6,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 656,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"3d385f5d-d51d-4ba1-b4d2-3f3642273d1d\",\n            \"companyUid\": \"3b88fffd-8c82-48fd-bda7-7e8178a790c3\",\n            \"companyName\": \"Cinia Oy\",\n            \"title\": \"E9850 - cn-deham001-core1 - 1/1/3\",\n            \"locationId\": 126,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 657,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"b5347326-8821-403f-b8ea-df4f6c815104\",\n            \"companyUid\": \"d1b015eb-5b39-4d7e-b3c7-da92f4837e87\",\n            \"companyName\": \"Solarix Networks Limited / Plan B Group\",\n            \"title\": \"Plan B - Spark DC, Airedale Street\",\n            \"locationId\": 80,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 658,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"603b63d1-9978-44de-95dd-e22420ca2d44\",\n            \"companyUid\": \"33c0e8bb-abca-487c-9894-bec9d2c55fb8\",\n            \"companyName\": \"11:11 Systems\",\n            \"title\": \"iland MANPOD01 Megaport 603b63d1\",\n            \"locationId\": 90,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 659,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"1997eafb-8b94-45f2-b29b-22518bc05184\",\n            \"companyUid\": \"cd430b11-d863-41af-96c8-ccaec5e04875\",\n            \"companyName\": \"Aussie Broadband\",\n            \"title\": \"Melbourne - Vocus\",\n            \"locationId\": 24,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 660,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"8be21912-5c8d-4d40-a56e-e78dbc90fa7f\",\n            \"companyUid\": \"8ea83603-445c-40c6-94cf-67967a18beb9\",\n            \"companyName\": \"Oracle\",\n            \"title\": \"OCI (us-langley-1) (BMC)\",\n            \"locationId\": 67,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 661,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 66300,\n            \"connectType\": \"ORACLE\"\n        },\n        {\n            \"productUid\": \"ec91b300-78af-46f4-9fb7-822e824189d6\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"EU (Frankfurt) (eu-central-1)\",\n            \"locationId\": 131,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 5000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 662,\n            \"lag_id\": 11,\n            \"lag_primary\": true,\n            \"aggregation_id\": 74046,\n            \"connectType\": \"AWS\"\n        },\n        {\n            \"productUid\": \"27b1b070-cda9-4724-8483-00abbcf53594\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US East (Ohio) (us-east-2)\",\n            \"locationId\": 69,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 5000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 663,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 77073,\n            \"connectType\": \"AWS\"\n        },\n        {\n            \"productUid\": \"cae4b1c9-8c51-44fe-85a8-fb62f0469a11\",\n            \"companyUid\": \"dc0fea4e-5380-45f8-a53e-0b4c620f5413\",\n            \"companyName\": \"Syringa Networks\",\n            \"title\": \"CXPE0101.STTN.WA Te0/0/0/8 ENNI 87/KGFS/000003//SYG\",\n            \"locationId\": 146,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 664,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"da72cad3-2759-406d-9878-3425151dff15\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"Los Angeles (lax-zone2-19)\",\n            \"locationId\": 60,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"red\",\n            \"rank\": 665,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 82274,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"84d6ccdf-20ea-443e-bb46-17e935b6f51d\",\n            \"companyUid\": \"60f6ab74-ba33-4a2c-8538-cc9a18132f11\",\n            \"companyName\": \"Network Solutions Group\",\n            \"title\": \"AU02-MP02\",\n            \"locationId\": 10,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 666,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"018a5a86-7f85-4c1c-a596-8e8e6aefa2a4\",\n            \"companyUid\": \"78d4d901-a320-44c3-a90d-9da9fa84b9c9\",\n            \"companyName\": \"Beanfield Technologies, Inc.\",\n            \"title\": \"BEANFIELD-800SquareVictoria-MEGAPORT-10G-NNI-IOC234\",\n            \"locationId\": 440,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 667,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"46ba18bf-e63f-4700-ab3d-a81bfeee8156\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Zurich Primary\",\n            \"locationId\": 557,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 668,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"1aac1de7-af3c-41e3-bb66-7535b8ce4ddd\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Zurich Secondary\",\n            \"locationId\": 557,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 669,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"bc2f18e2-ccf3-4401-9287-85b2f73ff033\",\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"Direct Link Washington 2 Port 5\",\n            \"locationId\": 67,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 670,\n            \"lag_id\": 13,\n            \"lag_primary\": true,\n            \"aggregation_id\": 112332,\n            \"connectType\": \"IBM\"\n        },\n        {\n            \"productUid\": \"1277aa31-9dc0-42cf-bd79-780c736bfc3b\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Osaka Secondary\",\n            \"locationId\": 572,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 671,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"0741eb0a-5056-46a0-8af6-97f377424c35\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"Paris (cdg-zone2-1536)\",\n            \"locationId\": 527,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"blue\",\n            \"rank\": 672,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 125906,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"22274f87-8834-417e-9d4d-2f259646df46\",\n            \"companyUid\": \"3b2eafcb-46ad-473a-9c86-2baed2169fc3\",\n            \"companyName\": \"TNP - The Networking People\",\n            \"title\": \"TNP-MANC-1\",\n            \"locationId\": 605,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 673,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 135784,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"57149cf2-cfd5-47e1-9125-31d4b1f4b181\",\n            \"companyUid\": \"3b2eafcb-46ad-473a-9c86-2baed2169fc3\",\n            \"companyName\": \"TNP - The Networking People\",\n            \"title\": \"TNP-LON-1\",\n            \"locationId\": 256,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 674,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 135786,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"af17beea-4986-4eaf-9594-0655f1aa7913\",\n            \"companyUid\": \"8ea83603-445c-40c6-94cf-67967a18beb9\",\n            \"companyName\": \"Oracle\",\n            \"title\": \"OCI (us-phoenix-1) (BMC)\",\n            \"locationId\": 60,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 675,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 138532,\n            \"connectType\": \"ORACLE\"\n        },\n        {\n            \"productUid\": \"d642fa94-108d-4729-9a3c-8289fc99a19e\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"Council Bluffs (cbf-zone2-575)\",\n            \"locationId\": 646,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"red\",\n            \"rank\": 676,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 140905,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"7211760f-70df-4afa-822c-f2ca970f5b7e\",\n            \"companyUid\": \"6b4e6c7d-9093-47bc-899c-622292830bd8\",\n            \"companyName\": \"ENTEL S.A.\",\n            \"title\": \"TRUNK - ATN1-10G\",\n            \"locationId\": 234,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 677,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"0cee6ea6-023d-4a29-b492-9200cd4770d9\",\n            \"companyUid\": \"4296f104-ce42-4804-8553-75ecb779809f\",\n            \"companyName\": \"DartPoints, LLC\",\n            \"title\": \"CORE | TNSP | MGAPT to IMMED ATL01-AXR01\",\n            \"locationId\": 116,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 678,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 152550,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"3a5e80f0-9265-4f06-8462-112ee3d89a82\",\n            \"companyUid\": \"dfe2c73c-5bba-4a61-867b-d06364ced698\",\n            \"companyName\": \"Global Speech Networks\",\n            \"title\": \"Mel GSN Equinix\",\n            \"locationId\": 41,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 679,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"edab801f-dc38-4a35-acac-9577e8a63850\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Amsterdam Secondary\",\n            \"locationId\": 87,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 680,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"a65f5510-8616-4a16-9080-a8ff54e15e56\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 33,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 681,\n            \"lag_id\": 10,\n            \"lag_primary\": true,\n            \"aggregation_id\": 185327,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"productUid\": \"c130766d-db6b-4c07-9ab3-ff00731a7161\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Denver Secondary\",\n            \"locationId\": 320,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 682,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"aa613ec1-c221-4f06-8249-9b18065e35ee\",\n            \"companyUid\": \"5bbba6b4-3dee-44a2-8ba9-8d349f871de4\",\n            \"companyName\": \"Canon Business Services Australia Pty Ltd\",\n            \"title\": \"NDC\",\n            \"locationId\": 10,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 683,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"303a1ad0-986d-4a2f-a51b-7312cdeb6080\",\n            \"companyUid\": \"8396e2a0-fc70-40ad-b4c3-a4b5d5b1311d\",\n            \"companyName\": \"QuantHouse\",\n            \"title\": \"IRESS-MEGAPORT-NY4/NY5-10G\",\n            \"locationId\": 655,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 684,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"68219135-f75c-4a2c-9153-e7bf4a404984\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Montreal Primary\",\n            \"locationId\": 419,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 685,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"76692f8e-8072-497f-82d5-36fc61882ee1\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"Montreal (yul-zone1-1944)\",\n            \"locationId\": 419,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 686,\n            \"lag_id\": 8,\n            \"lag_primary\": true,\n            \"aggregation_id\": 236307,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"7b38e112-c392-4ef8-aac5-edcd43e504b6\",\n            \"companyUid\": \"a56bc095-8c04-4d7c-bc41-6fa60c0cdda4\",\n            \"companyName\": \"Centorrino Technologies Pty Ltd\",\n            \"title\": \"VM1-BLU-01\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 687,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"8a970ae8-31ab-4441-bf65-8a3d7c2c7e9e\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"Los Angeles (lax-zone2-19)\",\n            \"locationId\": 60,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 688,\n            \"lag_id\": 8,\n            \"lag_primary\": true,\n            \"aggregation_id\": 273465,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"3af75bf5-e74c-4044-a813-696ad6b0669b\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US West (Oregon) (us-west-2)\",\n            \"locationId\": 1237,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"red\",\n            \"rank\": 689,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 389514,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"5f8296a8-9757-4727-9a3b-f4731143d8ba\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"Asia Pacific (Sydney) (ap-southeast-2)\",\n            \"locationId\": 33,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 690,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 392372,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"48674c66-cb2d-4d3f-94a0-d36a867b59bb\",\n            \"companyUid\": \"0b906fdb-3145-4b4f-a0aa-6d9fc145dbb9\",\n            \"companyName\": \"Webex by Cisco\",\n            \"title\": \"ORD10-WXBB-PE01-BUNDLE10001\",\n            \"locationId\": 64,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 691,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 395223,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"7d1cca03-eb3d-4be4-a145-de8e8dffec3f\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"Frankfurt (fra-zone1-58)\",\n            \"locationId\": 130,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 692,\n            \"lag_id\": 13,\n            \"lag_primary\": true,\n            \"aggregation_id\": 420550,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"4dd25281-82c9-48b4-aacd-35b5009a1950\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"Tokyo (nrt-zone1-738)\",\n            \"locationId\": 612,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 693,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 507512,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"784c1deb-35a5-4488-82c8-b24d90c316fc\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"Asia Pacific (Sydney) (ap-southeast-2)\",\n            \"locationId\": 6,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"blue\",\n            \"rank\": 694,\n            \"lag_id\": 1,\n            \"lag_primary\": true,\n            \"aggregation_id\": 540774,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"8f4b74b3-5ae0-478d-95bc-53a6f8805713\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"New York (lga-zone1-36)\",\n            \"locationId\": 655,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 695,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 549769,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"8d8cc5ff-e76d-4f3a-b946-61b1257d0c32\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Chicago2 Secondary\",\n            \"locationId\": 1238,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 696,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"7da9a380-6637-44bf-993d-f0d2cddd0c90\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Chicago Secondary\",\n            \"locationId\": 69,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 697,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"affd9b5a-eeb7-4e3f-940f-edfc30c9e413\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US East (N. Virginia) (us-east-1)\",\n            \"locationId\": 67,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"red\",\n            \"rank\": 698,\n            \"lag_id\": 8,\n            \"lag_primary\": true,\n            \"aggregation_id\": 715582,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"f7f318e2-1cce-4a94-922f-3d8bfc1c8290\",\n            \"companyUid\": \"63b0d4c8-6031-4522-9748-ade1732669cf\",\n            \"companyName\": \"Superloop\",\n            \"title\": \"[9974] - Superloop Megaport at NextDC S1\",\n            \"locationId\": 10,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 699,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"a6f69a34-fd7d-41a1-afc1-0bde3bbbd7aa\",\n            \"companyUid\": \"9a09f546-8381-455a-bba2-8062e433cb4b\",\n            \"companyName\": \"Kordia\",\n            \"title\": \"Kordia NZ 10G Megaport at Equinix SY1\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 700,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"e089f1f3-f93e-484b-aceb-af53f77a2bb9\",\n            \"companyUid\": \"974579ad-2c35-42cc-a6ee-2480abe3817e\",\n            \"companyName\": \"CITEC\",\n            \"title\": \"Megaport NextDC S1\",\n            \"locationId\": 10,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 701,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"c46e595e-1702-4995-a450-5df58ddab974\",\n            \"companyUid\": \"97cea738-852a-4192-9c48-1709dff4b455\",\n            \"companyName\": \"Village Roadshow Limited\",\n            \"title\": \"Equinix ME1\",\n            \"locationId\": 41,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 702,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"811cd389-c0f8-4bd1-8582-81729ff7d787\",\n            \"companyUid\": \"a3ba0726-5736-430a-82fc-1082c9c658cf\",\n            \"companyName\": \"Encoo Pty Ltd\",\n            \"title\": \"VocusDC-530 Collins 10gb\",\n            \"locationId\": 24,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 703,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"147db757-0e24-4203-a0b6-fb4f4a9ddb06\",\n            \"companyUid\": \"33c0e8bb-abca-487c-9894-bec9d2c55fb8\",\n            \"companyName\": \"11:11 Systems\",\n            \"title\": \"iland DALPOD01 Megaport 147db757\",\n            \"locationId\": 102,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 704,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"7496927d-559c-4709-a770-973137161112\",\n            \"companyUid\": \"3a6aa5a8-2c6a-48b9-b2c1-5bd9224a9502\",\n            \"companyName\": \"365 Data Centers\",\n            \"title\": \"AMC-IAD3-365DCCIR00000333\",\n            \"locationId\": 68,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 705,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"c8e89128-a8e7-4984-b98c-ea716cad64c2\",\n            \"companyUid\": \"65250d8c-be15-4d73-ab9f-ad8009087eb2\",\n            \"companyName\": \"Tecala\",\n            \"title\": \"MEG001-TCL001-M1-XC1\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 706,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"f27a56e7-775d-4282-9682-752430947994\",\n            \"companyUid\": \"d93c54c9-75f1-4718-9fad-ef87c35d8412\",\n            \"companyName\": \"Spectrum Networks\",\n            \"title\": \"Global Switch Sydney MMR3 L2-GNF swp3\",\n            \"locationId\": 3,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 707,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"c586ecbd-a5f5-4ffe-b7c6-b3acf0ad7158\",\n            \"companyUid\": \"3f1a7c69-aa8b-4b48-b532-6f0e0cfd488d\",\n            \"companyName\": \"Brennan IT\",\n            \"title\": \"MEL-DN1-MEGAPORT-CLIENT\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 708,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"fcb539d1-9842-45b5-b7a0-b3c9a1272744\",\n            \"companyUid\": \"5e5d75e5-3f8d-4a11-a0ee-62d651774e43\",\n            \"companyName\": \"Symbio\",\n            \"title\": \"fme1-megaport\",\n            \"locationId\": 143,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 709,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"f9df9496-7b9a-44e5-93cd-e079468bdcdb\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"Canada (Central) (ca-central-1)\",\n            \"locationId\": 79,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 5000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 710,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 23358,\n            \"connectType\": \"AWS\"\n        },\n        {\n            \"productUid\": \"d136d700-ce6d-4b3c-94c5-62c436d0247d\",\n            \"companyUid\": \"0e99c573-5e1d-4c5a-b978-8a0b6c2a584b\",\n            \"companyName\": \"Global Storage\",\n            \"title\": \"Global Storage Public 1\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 711,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"a566ebe3-e3ec-4bce-bc6e-9ccd81661cae\",\n            \"companyUid\": \"ac7be552-e2e7-4853-ab6d-df61b919df0a\",\n            \"companyName\": \"STEPGO LIMITED\",\n            \"title\": \"HK2\",\n            \"locationId\": 54,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 712,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"d5d6f316-5dab-4c1c-adc5-f3f8f47305f5\",\n            \"companyUid\": \"fc0636dc-65ea-4e47-9594-ab363c1f3dcc\",\n            \"companyName\": \"Seek Limited\",\n            \"title\": \"MEL_M1_Port1\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 713,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"4f439e70-5f4e-4eab-8ce5-aa88201fbad2\",\n            \"companyUid\": \"33c0e8bb-abca-487c-9894-bec9d2c55fb8\",\n            \"companyName\": \"11:11 Systems\",\n            \"title\": \"iland LONPOD01 Megaport 4f439e70\",\n            \"locationId\": 90,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 714,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"262c74a0-f79b-4be9-913a-7e43f50f36b2\",\n            \"companyUid\": \"449f4597-3e73-43ec-95f8-d5d58c11d274\",\n            \"companyName\": \"ACTIV Financial Systems, Inc\",\n            \"title\": \"NY9\",\n            \"locationId\": 61,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 715,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"e8b9b7a2-3dad-4f54-a99c-317f611bfbc8\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"Canada (Central) (ca-central-1)\",\n            \"locationId\": 419,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 5000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 716,\n            \"lag_id\": 9,\n            \"lag_primary\": true,\n            \"aggregation_id\": 63173,\n            \"connectType\": \"AWS\"\n        },\n        {\n            \"productUid\": \"c60dcd75-cc46-4adb-b004-0128bd580726\",\n            \"companyUid\": \"40271d52-a8a7-4c91-b894-8e41bb7a354b\",\n            \"companyName\": \"Point5 Managed Services LLC\",\n            \"title\": \"10g_point5_bstnma_01\",\n            \"locationId\": 301,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 717,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"d56737ae-6e43-4751-8227-c99f02bc339b\",\n            \"companyUid\": \"60f6ab74-ba33-4a2c-8538-cc9a18132f11\",\n            \"companyName\": \"Network Solutions Group\",\n            \"title\": \"AU03-MP02\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 718,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"a56f635d-665e-423e-9128-57b27ed4d17b\",\n            \"companyUid\": \"8d224d20-d5e4-4a99-aa95-d5f45e27fe83\",\n            \"companyName\": \"Southern Phone Company Ltd\",\n            \"title\": \"Colo City - DC3 - Port #1\",\n            \"locationId\": 549,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 719,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"7d62894a-1a98-4b8f-b42d-83808d5f0cdb\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Oslo Primary\",\n            \"locationId\": 519,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 720,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"38ef8317-7920-410d-ad8e-7e9fb3251845\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Oslo Secondary\",\n            \"locationId\": 519,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 721,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"2e2a8e63-a866-430d-8e2c-d102f66d47ed\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US East (N. Virginia) (us-east-1)\",\n            \"locationId\": 116,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"red\",\n            \"rank\": 722,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 114054,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"557ac6e1-3d52-4994-bdc9-9a13cc51d528\",\n            \"companyUid\": \"8ea83603-445c-40c6-94cf-67967a18beb9\",\n            \"companyName\": \"Oracle\",\n            \"title\": \"OCI (ap-osaka-1) (BMC)\",\n            \"locationId\": 571,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 723,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 118022,\n            \"connectType\": \"ORACLE\"\n        },\n        {\n            \"productUid\": \"3344afba-1574-4896-a80c-e1f20fb39dad\",\n            \"companyUid\": \"81a2f64b-c562-409d-8bdf-df1f82c9a128\",\n            \"companyName\": \"Frontier Networks Inc.\",\n            \"title\": \"FrontierNetworks-10GPort\",\n            \"locationId\": 438,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 724,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"48a77cc5-e2df-4881-ba42-667a7dc1e2c5\",\n            \"companyUid\": \"dfe2c73c-5bba-4a61-867b-d06364ced698\",\n            \"companyName\": \"Global Speech Networks\",\n            \"title\": \"Syd GSN Equinix\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 725,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"5704cb2f-292d-4075-ab7e-5ddcdf637313\",\n            \"companyUid\": \"40cdca23-7fc9-4de5-a728-09beedcbf241\",\n            \"companyName\": \"Exetel\",\n            \"title\": \"Exetel 3rd MEGAPORT at Equinix SY3\",\n            \"locationId\": 6,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 726,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"47e78b9d-5893-4d80-a127-1c694a79bda9\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Seattle Primary\",\n            \"locationId\": 57,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 727,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"b2ee8d81-0ea5-4fd7-9ba7-707ff70f795b\",\n            \"companyUid\": \"c6b15539-5824-439f-8af9-b595d4e600e0\",\n            \"companyName\": \"Cloudflare Inc.\",\n            \"title\": \"Network Interconnect 10G Port Equinix The Data Centre 220 Queen, Lower Ground\",\n            \"locationId\": 32,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 728,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 197396,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"61ff3e94-f693-4b10-be87-9ed2d6b3458f\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 235,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 729,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 235010,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"productUid\": \"48572a7b-403a-4e6d-82a6-0d251a455ad8\",\n            \"companyUid\": \"eff66444-e0ff-4486-9367-ec22544d732e\",\n            \"companyName\": \"NDIX\",\n            \"title\": \"Megaport-HAA1\",\n            \"locationId\": 518,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 730,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 248112,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"da9e7a3e-7cdf-449b-931a-b6b87fa19fc0\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Los Angeles Primary\",\n            \"locationId\": 60,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 731,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"61d1e582-3f24-486d-be85-b6804f3968a3\",\n            \"companyUid\": \"0b906fdb-3145-4b4f-a0aa-6d9fc145dbb9\",\n            \"companyName\": \"Webex by Cisco\",\n            \"title\": \"IAD02-WXBB-PE01-BUNDLE10001\",\n            \"locationId\": 67,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 732,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 294136,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"64e90569-a971-4ecb-97bf-6a1555c1d427\",\n            \"companyUid\": \"cd430b11-d863-41af-96c8-ccaec5e04875\",\n            \"companyName\": \"Aussie Broadband\",\n            \"title\": \"Sydney - Equinix SY3\",\n            \"locationId\": 6,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 733,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"6bdd0693-dd01-476b-a2ba-f4a6fad25c35\",\n            \"companyUid\": \"8ea83603-445c-40c6-94cf-67967a18beb9\",\n            \"companyName\": \"Oracle\",\n            \"title\": \"OCI (us-chicago-1) (BMC)\",\n            \"locationId\": 1238,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 734,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 358853,\n            \"connectType\": \"ORACLE\"\n        },\n        {\n            \"productUid\": \"285fdcf4-cb31-486b-a835-e32fab044a99\",\n            \"companyUid\": \"eaee7551-7b40-468b-b958-34fcf634013a\",\n            \"companyName\": \"Wasabi Technologies LLC.\",\n            \"title\": \"100G_IMDC_VA1_USE2\",\n            \"locationId\": 333,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 735,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 441242,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"6fdb7834-65ee-44bd-bd17-882a7d889211\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"Atlanta (atl-zone1-3725)\",\n            \"locationId\": 116,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 736,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 491196,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"d2f03f44-9d5f-4d95-b52c-35effffa4b2b\",\n            \"companyUid\": \"75e0786a-582b-4c52-ab0f-38e41bb62af2\",\n            \"companyName\": \"Latitude.sh\",\n            \"title\": \"lat-fra-01\",\n            \"locationId\": 1225,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 737,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"45bbc4e3-bf91-4e39-ad3f-05640f73366b\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"Asia Pacific (Singapore) (ap-southeast-1)\",\n            \"locationId\": 39,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"blue\",\n            \"rank\": 738,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 511893,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"f90463d0-d2e0-4cb0-ab7c-411e536d41cf\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US West (N. California) (us-west-1)\",\n            \"locationId\": 66,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"red\",\n            \"rank\": 739,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 573167,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"0ea62c19-57ba-47d3-b90b-7713be1527ce\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US West (Oregon) (us-west-2)\",\n            \"locationId\": 1237,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"red\",\n            \"rank\": 740,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 683421,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"f7fe728a-30db-4c98-adee-436390b6eb1c\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Washington DC Metro Primary\",\n            \"locationId\": 67,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 741,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"15883908-7660-487e-9f0e-0fb5b52b3b1b\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Washington DC Metro Secondary\",\n            \"locationId\": 68,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 742,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"e8291717-f88d-491b-9c3e-2c20a1aef33d\",\n            \"companyUid\": \"91b886bc-b4db-4772-bf35-90df7d99189c\",\n            \"companyName\": \"Iperium\",\n            \"title\": \"Equinix SY1 (SYD01)\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 743,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"2728a692-3445-4e01-9b24-ea7687e02d4c\",\n            \"companyUid\": \"19c79666-a2dd-4a91-b82f-33e53ca2338a\",\n            \"companyName\": \"BUROSERV Australia Pty Ltd\",\n            \"title\": \"BUROSERV-GlobalSwitchL2\",\n            \"locationId\": 3,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 744,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"1ae07989-b569-4f0c-889c-ff43a655acb0\",\n            \"companyUid\": \"a64f90d2-acd1-4c9c-ac68-c6c9b86b8df4\",\n            \"companyName\": \"Servers Australia Pty Ltd\",\n            \"title\": \"SAU - Sydney - Equinix SY1\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 745,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"9c7a5e53-c68f-4364-adce-31638f539a5b\",\n            \"companyUid\": \"b03beb61-fcdb-4676-87d1-ab566f6839a7\",\n            \"companyName\": \"Acurus Networks Pty Ltd\",\n            \"title\": \"Acurus MEGAPORT at MelbourneDC 530 Collins\",\n            \"locationId\": 23,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 746,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"8cf779a3-acf6-4ce2-94b9-a62c75fd2cb7\",\n            \"companyUid\": \"2e895c74-fd29-4e78-b557-796d67b40b9b\",\n            \"companyName\": \"OptiComm\",\n            \"title\": \"WESTERN AUSTRALIA (MRLS-MEGA-01)\",\n            \"locationId\": 50,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 747,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"b77f91ef-e87d-4335-a145-9327c5b80680\",\n            \"companyUid\": \"7777ac07-af44-4432-ae39-bc63c495cb62\",\n            \"companyName\": \"Neuberger Berman Group\",\n            \"title\": \"10G Port - CyrusOne Totowa, Port 1\",\n            \"locationId\": 151,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 748,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"5c9b4585-5c1c-4e75-bb37-7dd413ab06c9\",\n            \"companyUid\": \"dc956d9e-65ce-4e72-9b36-b07a29f56a5d\",\n            \"companyName\": \"Twilio\",\n            \"title\": \"10G Port - Equinix DC2, Port 2\",\n            \"locationId\": 67,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 749,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"acc8d9b2-a4b5-43c2-b625-bb4d349495e2\",\n            \"companyUid\": \"777b1c61-0fba-46de-874e-326185e0c201\",\n            \"companyName\": \"ConocoPhillips\",\n            \"title\": \"10G Port - CyrusOne Houston West 1\",\n            \"locationId\": 148,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 750,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"b197b7e5-3af1-4b11-a419-84e7e89fb06d\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"Hong Kong (hkg-zone1-225)\",\n            \"locationId\": 47,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 751,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 35940,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"a24be72f-f8ac-4bab-b96a-83b335e9a0cd\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"Hong Kong (hkg-zone2-1118)\",\n            \"locationId\": 54,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 752,\n            \"lag_id\": 9,\n            \"lag_primary\": true,\n            \"aggregation_id\": 35941,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"6ac75b3b-3638-4d19-8472-270c9c0ca4ba\",\n            \"companyUid\": \"66f6862c-3f16-4f4e-a2eb-8c03256c77d4\",\n            \"companyName\": \"Comvergence Pty Ltd\",\n            \"title\": \"NextDC-M1\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 753,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"9fe11a2c-aa93-487f-a71d-c93b0933954d\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"Frankfurt (fra-zone1-58)\",\n            \"locationId\": 130,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"red\",\n            \"rank\": 754,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 38286,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"1af74d17-2e86-41cf-a8ed-6e9e5bdbf1c1\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"GovCloud San Antonio Primary\",\n            \"locationId\": 247,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 755,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"3e39ec0e-b811-47e2-9b88-c47a2658cf1f\",\n            \"companyUid\": \"73a139e1-a87a-4c3a-98f8-397f266cbf8e\",\n            \"companyName\": \"MetTel\",\n            \"title\": \"Atlanta - TELX ATL1 - 10G\",\n            \"locationId\": 116,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 756,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"0f686304-b3ad-4a56-bdca-ffbaf908f2e0\",\n            \"companyUid\": \"07878808-382e-4997-805c-5b4193e4db85\",\n            \"companyName\": \"connect managed services (uk) limited\",\n            \"title\": \"CRISP_THN NNI-5160\",\n            \"locationId\": 256,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 757,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"2a3b7797-0bbc-4769-b65a-8d11f23bdb78\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"GovCloud WashingtonDC Secondary\",\n            \"locationId\": 67,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 758,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"c01ef389-cd82-40cd-81a2-a64b8351201b\",\n            \"companyUid\": \"9a367725-0201-4e07-9363-3399f0ccce3a\",\n            \"companyName\": \"Lightwire\",\n            \"title\": \"Lightwire Auckland The Data Centre\",\n            \"locationId\": 310,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 759,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 78500,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"dce0a213-3481-40d2-a0ed-09fbfbf1f538\",\n            \"companyUid\": \"8ea83603-445c-40c6-94cf-67967a18beb9\",\n            \"companyName\": \"Oracle\",\n            \"title\": \"OCI (ca-toronto-1) (BMC)\",\n            \"locationId\": 79,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 760,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 81320,\n            \"connectType\": \"ORACLE\"\n        },\n        {\n            \"productUid\": \"4bba0ad3-8d71-43f1-a161-0280469a2bf1\",\n            \"companyUid\": \"2e895c74-fd29-4e78-b557-796d67b40b9b\",\n            \"companyName\": \"OptiComm\",\n            \"title\": \"HAIS-MEGA-02\",\n            \"locationId\": 3,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 761,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 102212,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"cd0c6746-a24e-4239-b9ed-5e531b3ca3bf\",\n            \"companyUid\": \"20463fb0-d92e-44fd-9cc1-6d34cb6f6280\",\n            \"companyName\": \"8x8, Inc\",\n            \"title\": \"MEGA-SJC01-EDGE2\",\n            \"locationId\": 66,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 762,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"284b5770-4150-42be-9dbf-4280ad754f6b\",\n            \"companyUid\": \"20463fb0-d92e-44fd-9cc1-6d34cb6f6280\",\n            \"companyName\": \"8x8, Inc\",\n            \"title\": \"MEGA-ASHBURN-R2\",\n            \"locationId\": 67,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 763,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"49f3a30e-23c3-417b-990c-c03c97dd5269\",\n            \"companyUid\": \"6af05560-f897-4043-80ba-d864a1c282b0\",\n            \"companyName\": \"Pulsant Ltd\",\n            \"title\": \"cr02.p3.edi3_Te0/0/0/9\",\n            \"locationId\": 624,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 764,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"180e068a-9741-4a34-a210-0b718fd72755\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Hong Kong Secondary\",\n            \"locationId\": 46,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 765,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"ccfe3ac0-c272-4e1d-8f71-40ba665c2c34\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Las Vegas Secondary\",\n            \"locationId\": 100,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 766,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"3e2fd8c5-2260-467a-8ebb-529f7911f142\",\n            \"companyUid\": \"ee947936-2f34-4152-93cc-b26ecf9d7d34\",\n            \"companyName\": \"Digital Pacific\",\n            \"title\": \"Digital Pacific - Equinix SY5 #1 (SY3)\",\n            \"locationId\": 6,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 767,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"9630f0bd-4485-4a15-a3e6-7b4790f9cf68\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 109,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 768,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 161846,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"productUid\": \"a2119f43-334f-401d-b06e-c94e8cfed479\",\n            \"companyUid\": \"178d9736-6122-4647-920c-9e1e2b6e8046\",\n            \"companyName\": \"Acquire BPO\",\n            \"title\": \"SGSIN01-MEGAPORT01\",\n            \"locationId\": 36,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 769,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"076b2e4b-ecc5-498f-8e22-9a8f81ceeb43\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 58,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 770,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 164611,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"productUid\": \"1d45a090-d6db-41d3-a8f4-fc3fc0fd1479\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Seattle Secondary\",\n            \"locationId\": 57,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 771,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"95ef3787-545c-4d9b-b38f-8b0f1cdd1169\",\n            \"companyUid\": \"5bbba6b4-3dee-44a2-8ba9-8d349f871de4\",\n            \"companyName\": \"Canon Business Services Australia Pty Ltd\",\n            \"title\": \"EDC\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 772,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"845fa572-f08c-46fb-9164-0659c6c0ccac\",\n            \"companyUid\": \"2d3a3873-b492-404c-9ba1-08945e8ff2c6\",\n            \"companyName\": \"TencentCloud\",\n            \"title\": \"Tencent_EQX_SG1(dc-0vpppgi5)\",\n            \"locationId\": 36,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 773,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"2b025a8d-e0c6-45bf-8356-8e905a0cb08f\",\n            \"companyUid\": \"2d3a3873-b492-404c-9ba1-08945e8ff2c6\",\n            \"companyName\": \"TencentCloud\",\n            \"title\": \"Tencent_GlobalSwitch(dc-nkkfnrxp)\",\n            \"locationId\": 39,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 774,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"061d9e08-a853-44b5-9251-68f62bd643c9\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Montreal Secondary\",\n            \"locationId\": 419,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 775,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"a39cc950-a90e-44f0-8307-015c5a4a9266\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"Montreal (yul-zone2-1944)\",\n            \"locationId\": 419,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 776,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 236315,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"f840f22d-48c6-4b43-940f-e041c17a91dc\",\n            \"companyUid\": \"1bfc203b-b9a3-46c1-85a3-e4eab6abf439\",\n            \"companyName\": \"3DS OUTSCALE\",\n            \"title\": \"EU (Paris) (eu-west-2)\",\n            \"locationId\": 515,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 5000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 777,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"OUTSCALE\"\n        },\n        {\n            \"productUid\": \"ec7ceefc-0c57-44fb-87bc-ae34da1f6dcd\",\n            \"companyUid\": \"1bfc203b-b9a3-46c1-85a3-e4eab6abf439\",\n            \"companyName\": \"3DS OUTSCALE\",\n            \"title\": \"EU (Paris) (eu-west-2)\",\n            \"locationId\": 634,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 5000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 778,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"OUTSCALE\"\n        },\n        {\n            \"productUid\": \"d7e8b91a-ac49-4d96-b433-3af5db24a569\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Singapore Primary\",\n            \"locationId\": 36,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 779,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"e5b52f4d-a19c-4a8f-959e-f2cdb57233d3\",\n            \"companyUid\": \"53810413-bba6-4c0d-af7d-54feaffaeb81\",\n            \"companyName\": \"Cloud Temple\",\n            \"title\": \"TH3\",\n            \"locationId\": 634,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 780,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 301898,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"5ef73f2c-2a96-49b6-8ecf-3f49756f28fa\",\n            \"companyUid\": \"0e99c573-5e1d-4c5a-b978-8a0b6c2a584b\",\n            \"companyName\": \"Global Storage\",\n            \"title\": \"Global Storage Public 3\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 781,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"f6794622-fef5-41e8-b297-8f281bbaffef\",\n            \"companyUid\": \"e72bd065-8ae4-44c9-bbaa-9c5b89d35ebf\",\n            \"companyName\": \"OVHcloud\",\n            \"title\": \"NNI OCC - Paris TH2 Telehouse - #1B1 [Megaport-BLUE] (ref circuit Telehouse: X19253)\",\n            \"locationId\": 598,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 782,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"e35456c5-a345-416a-9aeb-13b3a6d51168\",\n            \"companyUid\": \"fc19ce54-b483-4abc-85ec-a83626d99b12\",\n            \"companyName\": \"Adaptive Data Networks, LLC\",\n            \"title\": \"ADN_CH1_MP\",\n            \"locationId\": 69,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 783,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 427625,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"5f4b28f0-aa2f-41b7-8031-f43caf5cbd21\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Tokyo2 Primary\",\n            \"locationId\": 612,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 784,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"534d248e-60dd-418f-8036-827de74733e9\",\n            \"companyUid\": \"75e0786a-582b-4c52-ab0f-38e41bb62af2\",\n            \"companyName\": \"Latitude.sh\",\n            \"title\": \"lat-tko-01\",\n            \"locationId\": 561,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 785,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"54bbf617-68d2-4027-839d-9be63497eadc\",\n            \"companyUid\": \"3c0974a3-f1d7-48bd-b2e7-2c866e53a612\",\n            \"companyName\": \"Virtualplatform\",\n            \"title\": \"MP-1P-B2\",\n            \"locationId\": 383,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 786,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"232c7edf-b878-4ffe-bb08-b9a14ecc1eea\",\n            \"companyUid\": \"8ea83603-445c-40c6-94cf-67967a18beb9\",\n            \"companyName\": \"Oracle\",\n            \"title\": \"OCI (ap-singapore-2) (BMC)\",\n            \"locationId\": 37,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 787,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 548936,\n            \"connectType\": \"ORACLE\"\n        },\n        {\n            \"productUid\": \"e6cc236c-221b-442b-90ef-f00d7ef65198\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US West (N. California) (us-west-1)\",\n            \"locationId\": 66,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"blue\",\n            \"rank\": 788,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 573169,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"dd91f9d8-79af-4fc8-bf13-a6ac80706791\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Toronto2 Primary\",\n            \"locationId\": 93,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 789,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"51178765-48ac-43ed-8e89-71a5ce2711f9\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US East (Ohio) (us-east-2)\",\n            \"locationId\": 324,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 790,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 696199,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"04569f47-7ad9-4778-986c-84b21ad6417b\",\n            \"companyUid\": \"e17bbf63-69a9-4efb-82fe-9ad282ef4c23\",\n            \"companyName\": \"Zettagrid\",\n            \"title\": \"INTERNAL_PORT_MELlo\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 791,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"aa918cb9-2ea4-4dcc-a535-c1f46a7ab126\",\n            \"companyUid\": \"ff552a1a-0db5-4e95-8390-97bd34bdf8bf\",\n            \"companyName\": \"Somerville Group\",\n            \"title\": \"Somerville NextDC S1\",\n            \"locationId\": 10,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 792,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"46cc209c-f18e-4cd0-a489-41cb90608759\",\n            \"companyUid\": \"ff552a1a-0db5-4e95-8390-97bd34bdf8bf\",\n            \"companyName\": \"Somerville Group\",\n            \"title\": \"Somerville Equinix SY4\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 793,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"2f582774-5954-443a-966a-fcf0f6661a0c\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Sydney Secondary\",\n            \"locationId\": 6,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 794,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"fbbfda35-c648-4e9c-8179-19aa54da8eaf\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"GovCloud Chicago Primary\",\n            \"locationId\": 69,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 795,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"aa5d0619-6822-45f2-8f97-a7e585656b76\",\n            \"companyUid\": \"cd8fb0a0-fd0e-4f9b-bf04-87350c071abd\",\n            \"companyName\": \"John Muir Health\",\n            \"title\": \"1x 10G Megaport - SV1\",\n            \"locationId\": 66,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 796,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"7a33e721-a8f9-4722-869f-a9fb83209b57\",\n            \"companyUid\": \"d6fc1a00-d393-498d-b7d8-c0aecdade459\",\n            \"companyName\": \"Broadband Solutions Pty Ltd\",\n            \"title\": \"10Gb-Megaport-SYD01\",\n            \"locationId\": 3,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 797,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"d80256ee-d30a-4c92-8a49-cbf75db24e54\",\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"Direct Link Toronto 2 Port 1\",\n            \"locationId\": 79,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 798,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 33347,\n            \"connectType\": \"IBM\"\n        },\n        {\n            \"productUid\": \"3262bfe0-143f-4132-a285-43382270bb5c\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"Toronto (yyz-zone1-392)\",\n            \"locationId\": 79,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"blue\",\n            \"rank\": 799,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 38062,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"9e3fcd41-67f5-4c0a-9caf-40dfc8472a36\",\n            \"companyUid\": \"2e895c74-fd29-4e78-b557-796d67b40b9b\",\n            \"companyName\": \"OptiComm\",\n            \"title\": \"SOUTH AUSTRALIA (BLIR-MEGA-01)\",\n            \"locationId\": 305,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 800,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"eba3ba80-6c5e-4a21-919f-ba4febc6f631\",\n            \"companyUid\": \"7ec424e4-1754-472e-9474-354b7de8730b\",\n            \"companyName\": \"Nuwave Communications, Inc.\",\n            \"title\": \"Nuwave_Megaport_Ashburn\",\n            \"locationId\": 67,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 801,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"af33b5d3-8539-4452-8dbd-e9e597eee5cd\",\n            \"companyUid\": \"34879c7d-18f7-4f1a-931f-5a23a9220253\",\n            \"companyName\": \"RingCentral\",\n            \"title\": \"RingCentral, Inc. at Equinix SY1/2/4\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 802,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"268a7ca4-f03e-433f-9a24-f15d2445a7ca\",\n            \"companyUid\": \"9e9abbf7-85f9-4f6f-aa13-edace789b794\",\n            \"companyName\": \"Connectria, LLC\",\n            \"title\": \"D1B Datacenter\",\n            \"locationId\": 101,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 803,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"1652572e-3f9c-4ef2-939d-536b4c744d21\",\n            \"companyUid\": \"7251ecea-30eb-4f54-bd12-b2f0763c4678\",\n            \"companyName\": \"RedHelm\",\n            \"title\": \"STL01-1\",\n            \"locationId\": 357,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 804,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"cde986a3-7d2b-4268-860c-95f91215d707\",\n            \"companyUid\": \"8d224d20-d5e4-4a99-aa95-d5f45e27fe83\",\n            \"companyName\": \"Southern Phone Company Ltd\",\n            \"title\": \"NextDC - B2 - Port #1\",\n            \"locationId\": 383,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 805,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 90808,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"4bd685b9-fcab-4a4f-9067-878258e891c0\",\n            \"companyUid\": \"20b80c7b-8c7a-4eef-8e1c-8f0519458edc\",\n            \"companyName\": \"Hyperspike\",\n            \"title\": \"HS-NDC-VIC-M1\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 806,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 101141,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"1975a987-cbd1-4af4-81e6-9fc2724db24d\",\n            \"companyUid\": \"20b80c7b-8c7a-4eef-8e1c-8f0519458edc\",\n            \"companyName\": \"Hyperspike\",\n            \"title\": \"HS-NDC-NSW-S1\",\n            \"locationId\": 10,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 807,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"0470d9cd-2071-4e77-bcd4-edc781ff1487\",\n            \"companyUid\": \"2433c71c-9b0e-4c72-955d-39ac9f8fc144\",\n            \"companyName\": \"MUFG Pension & Market Services\",\n            \"title\": \"Aaspire Homebush 1\",\n            \"locationId\": 498,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 808,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"3e63ea83-3404-4bf6-b680-e0739507a94b\",\n            \"companyUid\": \"2433c71c-9b0e-4c72-955d-39ac9f8fc144\",\n            \"companyName\": \"MUFG Pension & Market Services\",\n            \"title\": \"Aspire North Ryde 10G\",\n            \"locationId\": 12,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 809,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"832a017d-74ca-45e8-a225-e3d794a079d7\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"Zurich (zrh-zone1-81)\",\n            \"locationId\": 557,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"red\",\n            \"rank\": 810,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 103010,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"967fb417-d8df-42d9-9c47-3cadeec5053d\",\n            \"companyUid\": \"20463fb0-d92e-44fd-9cc1-6d34cb6f6280\",\n            \"companyName\": \"8x8, Inc\",\n            \"title\": \"MEGA-ASHBURN-R1\",\n            \"locationId\": 67,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 811,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"31da5a46-b69e-4a22-b85f-15330e4ec3a8\",\n            \"companyUid\": \"e72bd065-8ae4-44c9-bbaa-9c5b89d35ebf\",\n            \"companyName\": \"OVHcloud\",\n            \"title\": \"NNI OCC - Frankfurt FR5 Equinix - #1A1 [Megaport-RED]\",\n            \"locationId\": 131,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 812,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"206290ce-6d93-465e-ac66-d79a2951c3f9\",\n            \"companyUid\": \"3abdd6c4-6155-453c-a788-01effe370e59\",\n            \"companyName\": \"On Q\",\n            \"title\": \"ONQ-MP-B1-10G\",\n            \"locationId\": 5,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 813,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"611c58e4-bf7a-46e8-a1e7-2f0a7e9c7f2f\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Stockholm Secondary\",\n            \"locationId\": 95,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 814,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"6a1e931c-9ae9-4721-a732-d03ac278d438\",\n            \"companyUid\": \"8ea83603-445c-40c6-94cf-67967a18beb9\",\n            \"companyName\": \"Oracle\",\n            \"title\": \"OCI (ap-osaka-1) (BMC)\",\n            \"locationId\": 571,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 815,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 118025,\n            \"connectType\": \"ORACLE\"\n        },\n        {\n            \"productUid\": \"352a9af4-c1ef-4b36-8135-5f10612061c8\",\n            \"companyUid\": \"33c0e8bb-abca-487c-9894-bec9d2c55fb8\",\n            \"companyName\": \"11:11 Systems\",\n            \"title\": \"iland DALPOD02 Megaport 352a9af4\",\n            \"locationId\": 102,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 816,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"5e71a3ec-b4e3-4191-a44d-110e9ac2b632\",\n            \"companyUid\": \"b2766615-e20e-4b31-b088-ba90ad610533\",\n            \"companyName\": \"TRADE ME LTD\",\n            \"title\": \"MCR-SYD-EQSY\",\n            \"locationId\": 2,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 817,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"VROUTER\"\n        },\n        {\n            \"productUid\": \"18053199-98ee-41de-885b-432795e3a9c3\",\n            \"companyUid\": \"b2766615-e20e-4b31-b088-ba90ad610533\",\n            \"companyName\": \"TRADE ME LTD\",\n            \"title\": \"MCR-SYD-GSS\",\n            \"locationId\": 3,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 818,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"VROUTER\"\n        },\n        {\n            \"productUid\": \"157e2e76-e350-43a0-a60d-1e0b8267e317\",\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"Direct Link Sydney 2 Port 1\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 819,\n            \"lag_id\": 13,\n            \"lag_primary\": true,\n            \"aggregation_id\": 130567,\n            \"connectType\": \"IBM\"\n        },\n        {\n            \"productUid\": \"1ba0d9d5-9cfb-490f-a2d8-eb099e344ab4\",\n            \"companyUid\": \"6b4e6c7d-9093-47bc-899c-622292830bd8\",\n            \"companyName\": \"ENTEL S.A.\",\n            \"title\": \"TRUNK - ATN2-10G\",\n            \"locationId\": 234,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 820,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"e33162cf-8081-4fbb-aa41-65021d953ec0\",\n            \"companyUid\": \"8ea83603-445c-40c6-94cf-67967a18beb9\",\n            \"companyName\": \"Oracle\",\n            \"title\": \"OCI (us-phoenix-1) (BMC)\",\n            \"locationId\": 63,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 821,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 138549,\n            \"connectType\": \"ORACLE\"\n        },\n        {\n            \"productUid\": \"ae24a36a-5dd9-446d-85a5-ebe1db28531c\",\n            \"companyUid\": \"3766fb84-d733-45c0-b460-037cf9951488\",\n            \"companyName\": \"Unite Private Networks\",\n            \"title\": \"Equinix\",\n            \"locationId\": 71,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 822,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"5ef263b2-6297-4927-94ba-c52fb94b3673\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"Frankfurt (fra-zone1-58)\",\n            \"locationId\": 130,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"red\",\n            \"rank\": 823,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 154694,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"22a78c81-4b25-44fe-8aa8-92d32cb2c529\",\n            \"companyUid\": \"53fb1c60-21bd-403d-b083-a2d36d992578\",\n            \"companyName\": \"OneQode\",\n            \"title\": \"jp-cc1-dsw1:Et3\",\n            \"locationId\": 558,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 824,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"67dbd690-11e9-4b3e-a15a-0c5d4fb64700\",\n            \"companyUid\": \"53fb1c60-21bd-403d-b083-a2d36d992578\",\n            \"companyName\": \"OneQode\",\n            \"title\": \"hk-mgi-dsw1:Et4\",\n            \"locationId\": 47,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 825,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"a89964fb-ca6b-47c0-b851-69eba1861c6b\",\n            \"companyUid\": \"40cdca23-7fc9-4de5-a728-09beedcbf241\",\n            \"companyName\": \"Exetel\",\n            \"title\": \"Exetel 3rd MEGAPORT at Equinix SY1\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 826,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"e29e4a21-c317-48d8-8428-9110658a0bcb\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"EU (London) (eu-west-2)\",\n            \"locationId\": 89,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"blue\",\n            \"rank\": 827,\n            \"lag_id\": 1,\n            \"lag_primary\": true,\n            \"aggregation_id\": 174409,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"d44c54e0-45fd-4115-ba3b-e9d6d2e71554\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"Melbourne (mel-zone2-1988)\",\n            \"locationId\": 41,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 828,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 174755,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"d20431a9-1497-44a3-825e-ce49e60e0246\",\n            \"companyUid\": \"0299b3c5-4d9d-457a-90a0-28a1d577e5b7\",\n            \"companyName\": \"phoenixNAP Bare Metal Cloud\",\n            \"title\": \"PhoenixNAP Bare Metal Cloud - PHX\",\n            \"locationId\": 370,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 829,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 178311,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"10af7fd5-19ba-43bf-b0a3-51f9e7cbb6a4\",\n            \"companyUid\": \"0299b3c5-4d9d-457a-90a0-28a1d577e5b7\",\n            \"companyName\": \"phoenixNAP Bare Metal Cloud\",\n            \"title\": \"PhoenixNAP Bare Metal Cloud - ASH\",\n            \"locationId\": 84,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 830,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"b1874ba7-bdf8-4619-9e7e-381b0af69bc8\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 320,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 831,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 183345,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"productUid\": \"8362196a-5f84-442a-8ed2-c73f2845df4b\",\n            \"companyUid\": \"3b88fffd-8c82-48fd-bda7-7e8178a790c3\",\n            \"companyName\": \"Cinia Oy\",\n            \"title\": \"E12077 - cn-nlams002-core1 1/1/2\",\n            \"locationId\": 92,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 832,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 185142,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"5bf7a32b-986a-44c5-92ea-6d377763d924\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 32,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 833,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 185323,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"productUid\": \"3f0fbf9d-3ca7-4c8a-bd8c-4fec1fdf3648\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 79,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 834,\n            \"lag_id\": 8,\n            \"lag_primary\": true,\n            \"aggregation_id\": 202375,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"productUid\": \"28e2c914-0ec6-4a3e-b0f7-c695e39f814f\",\n            \"companyUid\": \"638d40f3-649a-4869-8576-c7bc72d7747f\",\n            \"companyName\": \"RETELIT DIGITAL SERVICES S.P.A.\",\n            \"title\": \"KIT Interconnessione Francoforte\",\n            \"locationId\": 131,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 835,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"74f8f75d-8fbd-489c-b381-8be706f35739\",\n            \"companyUid\": \"014715cc-a431-42ac-a58e-b482e9e23713\",\n            \"companyName\": \"SecureCo Pty Ltd\",\n            \"title\": \"SecureCo 1G Megaport Equinix ME1\",\n            \"locationId\": 41,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 836,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"ba1a9eb0-099a-4095-8eee-bd897d669f3f\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"Phoenix (phx-zone2-917)\",\n            \"locationId\": 370,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 837,\n            \"lag_id\": 2,\n            \"lag_primary\": true,\n            \"aggregation_id\": 235931,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"6c72e9c2-ea9a-482e-8594-4f39993b2515\",\n            \"companyUid\": \"e263aa54-26b7-4674-8752-8cf55147df75\",\n            \"companyName\": \"Nitel, Inc\",\n            \"title\": \"NIT512784 - 10G NNI Primary - Nitel - CHI1\",\n            \"locationId\": 69,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 838,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"a9089c19-73a5-4e9c-98d4-790f6fa39082\",\n            \"companyUid\": \"e263aa54-26b7-4674-8752-8cf55147df75\",\n            \"companyName\": \"Nitel, Inc\",\n            \"title\": \"NIT512787 - 10G NNI Primary - Nitel - LAX1\",\n            \"locationId\": 60,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 839,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"b4d28f7e-78cc-48ae-8152-9aff9beec262\",\n            \"companyUid\": \"e263aa54-26b7-4674-8752-8cf55147df75\",\n            \"companyName\": \"Nitel, Inc\",\n            \"title\": \"NIT512792 - 10G NNI Secondary - Nitel - NYC1\",\n            \"locationId\": 62,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 840,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"636dd783-c981-48cf-b82f-2b01d83c84da\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"Los Angeles (lax-zone2-403)\",\n            \"locationId\": 63,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 841,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 269068,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"40eb32fb-93f7-42c4-bf0d-ac0c0f6c50bb\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Singapore Secondary\",\n            \"locationId\": 36,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 842,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"d3183734-48ad-4fc2-b413-997ff1b92027\",\n            \"companyUid\": \"53810413-bba6-4c0d-af7d-54feaffaeb81\",\n            \"companyName\": \"Cloud Temple\",\n            \"title\": \"TH2\",\n            \"locationId\": 598,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 843,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 301899,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"92b35a13-69ea-4b9c-90d1-9907cb40a437\",\n            \"companyUid\": \"ed11be46-d335-458f-ae0e-919034b65d24\",\n            \"companyName\": \"EdgeConneX-Cox\",\n            \"title\": \"CB-CLOUDPORT-CHI1-IL-1\",\n            \"locationId\": 64,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 844,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"30b0994b-6f8b-4f2b-9fd5-30a6e2246ff6\",\n            \"companyUid\": \"ed11be46-d335-458f-ae0e-919034b65d24\",\n            \"companyName\": \"EdgeConneX-Cox\",\n            \"title\": \"CB-CLOUDPORT-CHI1-IL-2\",\n            \"locationId\": 64,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 845,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"7bb30b40-b144-43a1-ba2f-63f18764af46\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US West (N. California) (us-west-1)\",\n            \"locationId\": 336,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 846,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 414416,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"26cb5cab-2503-4670-a018-520912400701\",\n            \"companyUid\": \"8c3f7d48-2ac0-43f5-9bd4-fb421feffedb\",\n            \"companyName\": \"IP Access International, LLC\",\n            \"title\": \"la1-edge1\",\n            \"locationId\": 59,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 847,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"MVE\"\n        },\n        {\n            \"productUid\": \"3b7ee2f4-85f4-465f-b207-7c11c1970842\",\n            \"companyUid\": \"a56bc095-8c04-4d7c-bc41-6fa60c0cdda4\",\n            \"companyName\": \"Centorrino Technologies Pty Ltd\",\n            \"title\": \"NS3-RED-01\",\n            \"locationId\": 10,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 848,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"38cfc27e-d700-4cb5-b08b-549f15368cae\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Minneapolis Primary\",\n            \"locationId\": 376,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 849,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"169e49fd-eae6-4e66-91c0-4c0692f88cc9\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"Tokyo (nrt-zone2-452)\",\n            \"locationId\": 560,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 850,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 507510,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"dae20cb9-33c4-4fb7-807b-d1f206ea70c8\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"Toronto (yyz-zone2-2206)\",\n            \"locationId\": 73,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 851,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 531263,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"7ab1a448-7af5-4b61-b779-eac992880cc9\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US East (N. Virginia) (us-east-1)\",\n            \"locationId\": 140,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"red\",\n            \"rank\": 852,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 554986,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"fae9d8d7-44fe-436a-aad1-d4b76f8916cd\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"Paris (cdg-zone1-53)\",\n            \"locationId\": 598,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 853,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 671373,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"dfeb29c7-bd07-43a9-ae28-42aa222ccd75\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US East (Ohio) (us-east-2)\",\n            \"locationId\": 69,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"blue\",\n            \"rank\": 854,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 716769,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"53f74c09-ff1c-4999-8448-1287a3451963\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"Europe (Stockholm) (eu-north-1)\",\n            \"locationId\": 95,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 855,\n            \"lag_id\": 2,\n            \"lag_primary\": true,\n            \"aggregation_id\": 717197,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"520f82e9-e0d4-4685-b8d5-4991acdb682d\",\n            \"companyUid\": \"e17bbf63-69a9-4efb-82fe-9ad282ef4c23\",\n            \"companyName\": \"Zettagrid\",\n            \"title\": \"INTERNAL_PORT_SYDbo\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 856,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"dbdb8b1c-a59e-414d-9c4b-0c9372a130ea\",\n            \"companyUid\": \"86c4bb82-7f76-435c-9b0b-0e1c9fd98a69\",\n            \"companyName\": \"AINS\",\n            \"title\": \"AINS Global Switch Sydney (NSW)\",\n            \"locationId\": 3,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 857,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"117ba6f1-ff84-46f4-b726-1b0a58575cff\",\n            \"companyUid\": \"3185a515-0cea-4498-b22f-0466615d5eb7\",\n            \"companyName\": \"NetVault\",\n            \"title\": \"VMVAULT 10G Port at NEXTDC S1\",\n            \"locationId\": 10,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 858,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"0527e5e9-a315-48b6-831f-159795f3a72f\",\n            \"companyUid\": \"f4410b61-08c6-4fbe-942e-ace62080df2e\",\n            \"companyName\": \"Bendigo Telco\",\n            \"title\": \"M1 - Megaport Red\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 859,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"a28661d5-aa5e-44b9-9eb5-600d986b152f\",\n            \"companyUid\": \"a649e458-d4de-4e3b-a5a8-d509da7e1500\",\n            \"companyName\": \"iseek\",\n            \"title\": \"Iseek-F19-WF\",\n            \"locationId\": 5,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 860,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"19447bca-659d-4619-a3dc-c18bf0f95312\",\n            \"companyUid\": \"8e193d12-e3d1-4c84-ac09-bd73cc77d294\",\n            \"companyName\": \"Pure IP\",\n            \"title\": \"Melbourne ME1\",\n            \"locationId\": 41,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 861,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"4d504c29-7584-4cda-a205-b8861718e0d7\",\n            \"companyUid\": \"b0d6fd8c-1deb-4700-a1e3-1cc8bd48c8b5\",\n            \"companyName\": \"Fastcom Limited\",\n            \"title\": \"VCDC-AKL\",\n            \"locationId\": 51,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 862,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"c03747a3-98a4-4bc7-9190-555d6ffb7826\",\n            \"companyUid\": \"8e96b497-75af-4a23-9aa4-ba296cc2634c\",\n            \"companyName\": \"Feenix Communications Limited\",\n            \"title\": \"Feenix Communications MDR\",\n            \"locationId\": 80,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 863,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"b3931f0a-7b32-4ce3-b816-7db12f4901c9\",\n            \"companyUid\": \"3612c362-be6c-4c62-b3d2-5b172a13b67d\",\n            \"companyName\": \"Over the Wire\",\n            \"title\": \"OTW 7par.akl\",\n            \"locationId\": 51,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 864,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"d0d7315f-47c4-4239-82b2-0bb670bd1bf0\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"GovCloud Seattle Primary\",\n            \"locationId\": 57,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 865,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"24b29c83-626a-407c-a31a-90636733c221\",\n            \"companyUid\": \"8ea83603-445c-40c6-94cf-67967a18beb9\",\n            \"companyName\": \"Oracle\",\n            \"title\": \"OCI (eu-frankfurt-1) (BMC)\",\n            \"locationId\": 130,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 866,\n            \"lag_id\": 12,\n            \"lag_primary\": true,\n            \"aggregation_id\": 24130,\n            \"connectType\": \"ORACLE\"\n        },\n        {\n            \"productUid\": \"63d51982-b112-41c5-8cd5-d582917648c2\",\n            \"companyUid\": \"b1dc875f-3d4a-4931-9edc-a8f8e94604ed\",\n            \"companyName\": \"itGlobal Networks\",\n            \"title\": \"Globalswitch01\",\n            \"locationId\": 3,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 867,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"bc7bf158-532b-4306-af12-c57c0bedc8a6\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"Asia Pacific (Sydney) (ap-southeast-2)\",\n            \"locationId\": 50,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 5000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 868,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 27443,\n            \"connectType\": \"AWS\"\n        },\n        {\n            \"productUid\": \"7c88bea9-0f07-47be-a1c8-2d1de428ec72\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"Sydney (syd-zone2-1605)\",\n            \"locationId\": 6,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"red\",\n            \"rank\": 869,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 28351,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"ecc2e820-8033-4d0c-8ff9-898a73e6782a\",\n            \"companyUid\": \"d93c54c9-75f1-4718-9fad-ef87c35d8412\",\n            \"companyName\": \"Spectrum Networks\",\n            \"title\": \"530 Collins L2-GNF swp7\",\n            \"locationId\": 24,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 870,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"007d93f4-9290-4892-8582-01dc0959cdda\",\n            \"companyUid\": \"8d224d20-d5e4-4a99-aa95-d5f45e27fe83\",\n            \"companyName\": \"Southern Phone Company Ltd\",\n            \"title\": \"NextDC - P1 - Port #1\",\n            \"locationId\": 50,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 871,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 35823,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"5ad80547-1ef8-46c0-965b-d7b874781013\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"Toronto (yyz-zone2-2206)\",\n            \"locationId\": 73,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"red\",\n            \"rank\": 872,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 38063,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"4499ac1b-90ca-40a7-99c1-b7b9084fcb69\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"Dallas (dfw-zone2-4)\",\n            \"locationId\": 71,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"red\",\n            \"rank\": 873,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 40035,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"b17275e0-056d-4dc3-add6-be54127fef6b\",\n            \"companyUid\": \"8efea233-4685-449f-86b6-f4a0aeb861f3\",\n            \"companyName\": \"Proact Deutschland GmbH\",\n            \"title\": \"EquinixFR5\",\n            \"locationId\": 131,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 874,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"2373dc02-0238-4c3e-95ff-5c3a27c6e58c\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"GovCloud San Antonio Secondary\",\n            \"locationId\": 247,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 875,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"1b5c6591-3811-42fa-8867-f326afe88e62\",\n            \"companyUid\": \"3e9fb5a9-dd2d-4dc9-9c86-75d531e32f58\",\n            \"companyName\": \"RACQ\",\n            \"title\": \"InterActive\",\n            \"locationId\": 28,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 876,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"952321ff-7075-4873-9fe0-2d0589631150\",\n            \"companyUid\": \"97656263-ac34-43ed-93df-d68bc34d9637\",\n            \"companyName\": \"Valve Networks\",\n            \"title\": \"NextDC-S1\",\n            \"locationId\": 10,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 877,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"311870bc-21d6-4816-8f15-870c6846f468\",\n            \"companyUid\": \"ef8f825a-860e-4c06-923f-8d99c3fdc7f5\",\n            \"companyName\": \"Viatel\",\n            \"title\": \"DUB-IXN-10G-W117A\",\n            \"locationId\": 96,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 878,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"919b37ae-9705-4f55-891e-12681bf92f70\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"Stockholm (arn-zone2-156)\",\n            \"locationId\": 95,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 879,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 65392,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"fa6963d5-e316-4677-856e-f50ebc2c994e\",\n            \"companyUid\": \"ff302a0d-a8e1-4a8f-82c2-e095028c71bb\",\n            \"companyName\": \"Ling Cloud Corporation Limited\",\n            \"title\": \"HK2-port（HK2-9）\",\n            \"locationId\": 54,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 880,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"8a9d1fe5-553d-44ef-a49c-a7d7d4d21301\",\n            \"companyUid\": \"637d0bd6-10bd-4a09-90a7-3617b6ee4591\",\n            \"companyName\": \"Bluebird Network, LLC\",\n            \"title\": \"KCBB-ENNI-19050-01-KCBB\",\n            \"locationId\": 324,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 881,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"f0212569-e100-4732-96af-53e87c0d24f6\",\n            \"companyUid\": \"874327ad-ddc2-4cd2-be68-f6aa33223d18\",\n            \"companyName\": \"LANWorx Ltd\",\n            \"title\": \"Vocus Albany\",\n            \"locationId\": 51,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 882,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"51da8700-a5e8-4229-a0d9-19959fa234ef\",\n            \"companyUid\": \"200bb018-7344-4cf5-8609-e95f59d07c54\",\n            \"companyName\": \"AireSpring\",\n            \"title\": \"AireSpring LAX-NNI#1 10GB\",\n            \"locationId\": 60,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 883,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"f737a70c-0546-4d80-9f40-a41a6b7c93a6\",\n            \"companyUid\": \"20463fb0-d92e-44fd-9cc1-6d34cb6f6280\",\n            \"companyName\": \"8x8, Inc\",\n            \"title\": \"MEGA-SJC01-EDGE1\",\n            \"locationId\": 66,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 884,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"9e1beff9-46bc-4f2e-8d35-ffe4bcf47aa7\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US East (N. Virginia) (us-east-1)\",\n            \"locationId\": 116,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"blue\",\n            \"rank\": 885,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 114057,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"fec052e5-6cae-4122-af0c-0f395298dd42\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"Asia Pacific (Tokyo) (ap-northeast-1)\",\n            \"locationId\": 572,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 5000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 886,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AWS\"\n        },\n        {\n            \"productUid\": \"e20c3526-44ef-46a8-8e77-36e29398aa43\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"Asia Pacific (Tokyo) (ap-northeast-1)\",\n            \"locationId\": 572,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 5000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": null,\n            \"rank\": 887,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AWS\"\n        },\n        {\n            \"productUid\": \"3fec9c5c-b037-4a9b-8b34-45c692e37260\",\n            \"companyUid\": \"3abdd6c4-6155-453c-a788-01effe370e59\",\n            \"companyName\": \"On Q\",\n            \"title\": \"ONQ-MP-SY3-10G\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 888,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"df4c2638-c201-49bf-ae00-3306493c00ff\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Vancouver Primary\",\n            \"locationId\": 442,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 889,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"04face03-9677-4731-9239-687eb3653de1\",\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"Direct Link Sydney 2 Port 2\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 890,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 130569,\n            \"connectType\": \"IBM\"\n        },\n        {\n            \"productUid\": \"b3386733-13d1-4114-83a7-5e4959be8f5e\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"Las Vegas (las-zone2-770)\",\n            \"locationId\": 100,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"blue\",\n            \"rank\": 891,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 134747,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"8f1ba678-3e93-4d13-8679-17671d68bf90\",\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"Direct Link Frankfurt 1 Port 1\",\n            \"locationId\": 130,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 892,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 138865,\n            \"connectType\": \"IBM\"\n        },\n        {\n            \"productUid\": \"5058e031-f605-4a9d-b48f-22cda6471e52\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"Canada (Central) (ca-central-1)\",\n            \"locationId\": 442,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 893,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 188216,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"2266695c-b806-48a8-a1bf-93e98f7b3481\",\n            \"companyUid\": \"3101a036-ba7c-444c-8687-28fbbafbc606\",\n            \"companyName\": \"REDD\",\n            \"title\": \"BNE7-01-10G\",\n            \"locationId\": 144,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 894,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"f7868ae8-fc9f-473e-bff3-b98a9b56f146\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 73,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 895,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 202368,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"productUid\": \"d40100db-61ca-402d-80d3-5a52754f5208\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US East (N. Virginia) (us-east-1)\",\n            \"locationId\": 116,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"blue\",\n            \"rank\": 896,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 202814,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"0775ce47-b0ce-468b-9b26-9a8754b0c00e\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"Phoenix (phx-zone1-917)\",\n            \"locationId\": 370,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 897,\n            \"lag_id\": 1,\n            \"lag_primary\": true,\n            \"aggregation_id\": 235929,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"2da205da-bf76-4364-b937-5de1b4bdde9b\",\n            \"companyUid\": \"e7a099cc-295c-4f4f-a982-2d2af4fedf7a\",\n            \"companyName\": \"NewRez LLC\",\n            \"title\": \"QTS_Atlanta_2\",\n            \"locationId\": 317,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 898,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"2faf6a4c-e193-4a30-87ce-05b57f3d2cda\",\n            \"companyUid\": \"e263aa54-26b7-4674-8752-8cf55147df75\",\n            \"companyName\": \"Nitel, Inc\",\n            \"title\": \"NIT512786 - 10G NNI Secondary - Nitel - CHI1\",\n            \"locationId\": 69,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 899,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"e7882c1f-9c12-4c93-9d03-e3b42cad7cc2\",\n            \"companyUid\": \"e263aa54-26b7-4674-8752-8cf55147df75\",\n            \"companyName\": \"Nitel, Inc\",\n            \"title\": \"NIT512788 - 10G NNI Secondary - Nitel - LAX1\",\n            \"locationId\": 60,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 900,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"8681b41f-6a93-4a41-b66f-6459736f6e15\",\n            \"companyUid\": \"e263aa54-26b7-4674-8752-8cf55147df75\",\n            \"companyName\": \"Nitel, Inc\",\n            \"title\": \"NIT512789 - 10G NNI Primary - Nitel - NYC1\",\n            \"locationId\": 62,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 901,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"0bc064d3-1788-4816-8b3d-44aff63f7e14\",\n            \"companyUid\": \"3766fb84-d733-45c0-b460-037cf9951488\",\n            \"companyName\": \"Unite Private Networks\",\n            \"title\": \"1623 Farnam\",\n            \"locationId\": 646,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 902,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"20af2f74-8030-4c4c-97dc-6af2d8e3ef54\",\n            \"companyUid\": \"71a11c2f-ef3e-4d55-8b65-019a733fb7e5\",\n            \"companyName\": \"Falcore Australia Pty Ltd\",\n            \"title\": \"EQ-ME2-MP1\",\n            \"locationId\": 41,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 903,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"e26ab406-1488-4bc8-9ce8-6d1aea7f3b0a\",\n            \"companyUid\": \"3612c362-be6c-4c62-b3d2-5b172a13b67d\",\n            \"companyName\": \"Over the Wire\",\n            \"title\": \"OTW 454stp.bne\",\n            \"locationId\": 383,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 904,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"647d2657-5ac9-4eb0-bcba-93df47411e34\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US East (N. Virginia) (us-east-1)\",\n            \"locationId\": 116,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"blue\",\n            \"rank\": 905,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 278536,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"e710e00f-d662-480e-873d-3e70d77cc97f\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Quebec City Secondary\",\n            \"locationId\": 164,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 906,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"11d67574-83bb-4230-9a1a-42e1df498110\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Quebec City Primary\",\n            \"locationId\": 164,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 907,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"d2b92be0-d85c-4ae5-b511-37c1cfe6e196\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US West (N. California) (us-west-1)\",\n            \"locationId\": 370,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 908,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 305345,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"b74096a5-8884-4879-aeb4-1cb0e73af1d0\",\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"Direct Link Singapore 1 Port 1\",\n            \"locationId\": 40,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 909,\n            \"lag_id\": 2,\n            \"lag_primary\": true,\n            \"aggregation_id\": 410965,\n            \"connectType\": \"IBM\"\n        },\n        {\n            \"productUid\": \"c4085ef5-d472-49c3-a911-1bce50111fd6\",\n            \"companyUid\": \"e4fd5ebf-1e7e-42ca-8cf7-50f969480c3d\",\n            \"companyName\": \"SIX Group Services AG\",\n            \"title\": \"SIX_HARDTURM\",\n            \"locationId\": 430,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 910,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"ca45fbbf-34f7-498f-8f2a-755cffdaa9a9\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US West (N. California) (us-west-1)\",\n            \"locationId\": 336,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 911,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 414418,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"a8b2ff8d-8f21-4549-bc71-983143a2be41\",\n            \"companyUid\": \"632fa0ee-2472-467e-8349-28491ea0c0e3\",\n            \"companyName\": \"HP Inc\",\n            \"title\": \"ld71-a\",\n            \"locationId\": 90,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 912,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"c9d0f626-3be8-4a49-8450-9f8ef109e926\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Minneapolis Secondary\",\n            \"locationId\": 376,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 913,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"d84677fa-c8af-47ea-af23-49fdaebdf6ee\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"Europe (Zurich) (eu-central-2)\",\n            \"locationId\": 430,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 914,\n            \"lag_id\": 2,\n            \"lag_primary\": true,\n            \"aggregation_id\": 488660,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"2bfc6aa5-9d54-4c7c-8dd8-e3c898ecd679\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Tokyo2 Secondary\",\n            \"locationId\": 558,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 915,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"a0c0ed8b-f647-4119-ba6a-d89f4f839cae\",\n            \"companyUid\": \"75e0786a-582b-4c52-ab0f-38e41bb62af2\",\n            \"companyName\": \"Latitude.sh\",\n            \"title\": \"lat-da2-01\",\n            \"locationId\": 83,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 916,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"b67f7142-adfc-496b-8ecc-d4e1e0d9f102\",\n            \"companyUid\": \"a56bc095-8c04-4d7c-bc41-6fa60c0cdda4\",\n            \"companyName\": \"Centorrino Technologies Pty Ltd\",\n            \"title\": \"NS4-BLU-01\",\n            \"locationId\": 6,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 917,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"c644729f-d0df-4977-a0d0-e9d4615d2714\",\n            \"companyUid\": \"2d3a3873-b492-404c-9ba1-08945e8ff2c6\",\n            \"companyName\": \"TencentCloud\",\n            \"title\": \"To_Mega_GlobalSwitch_100G(dc-a49lymq1)\",\n            \"locationId\": 39,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 918,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"ba1d9fc2-ae8e-4043-8d9e-1fe2bba356c9\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Toronto2 Secondary\",\n            \"locationId\": 93,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 919,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"47a8395a-4d84-4cc5-9a69-9a8ce6fe5f1e\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Paris2 Secondary\",\n            \"locationId\": 515,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 920,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"b7eb83fe-d232-4a91-90d3-5a557ea742c6\",\n            \"companyUid\": \"d755d69d-9c08-4845-a933-370956b45f5f\",\n            \"companyName\": \"Zoom Communications, Inc.\",\n            \"title\": \"ZOOM-SYD-RBB-A-RES-0-1 CXC\",\n            \"locationId\": 6,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 921,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 616160,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"b319aaf2-8bb3-440d-93a6-75374d642b52\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US East (N. Virginia) (us-east-1)\",\n            \"locationId\": 655,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"red\",\n            \"rank\": 922,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 629232,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"d4ef867b-892f-4874-bdc2-52793bd10122\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"Sydney (syd-zone1-1605)\",\n            \"locationId\": 6,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 923,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 653138,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"1daaffd0-9b44-4be6-9f2d-1264b193a533\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"Sydney (syd-zone2-1660)\",\n            \"locationId\": 10,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 924,\n            \"lag_id\": 11,\n            \"lag_primary\": true,\n            \"aggregation_id\": 654759,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"76fbf259-40dc-46b1-b393-b2db4a1c0b10\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"Paris (cdg-zone2-53)\",\n            \"locationId\": 598,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 925,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 671387,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"b9248fca-4816-4464-a57a-76257135c735\",\n            \"companyUid\": \"b76f2d1d-a896-4f2d-a262-8f093455b9d9\",\n            \"companyName\": \"London Internet Exchange (LINX)\",\n            \"title\": \"LINX-Megaport-CC-THN-50523\",\n            \"locationId\": 256,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 926,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"9eb6ff31-52bd-4e75-a50c-1410eb9a070b\",\n            \"companyUid\": \"b76f2d1d-a896-4f2d-a262-8f093455b9d9\",\n            \"companyName\": \"London Internet Exchange (LINX)\",\n            \"title\": \"LINX-Megaport-CC-EQ4-50525\",\n            \"locationId\": 90,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 927,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"f32e2b7f-5b36-4938-8d69-66050e0f9f91\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"Europe (Stockholm) (eu-north-1)\",\n            \"locationId\": 95,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 928,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 735930,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"c6c182c3-59cb-4e96-b3c0-2e266b0a21fe\",\n            \"companyUid\": \"0d1037bb-e0bc-4f33-bb7a-6493504e3c95\",\n            \"companyName\": \"LBNCo\",\n            \"title\": \"LBNCo Global Switch\",\n            \"locationId\": 3,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 929,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"a0d05d2d-3a1c-4e36-9cee-672f9e713577\",\n            \"companyUid\": \"b2e174d5-a6ae-48bd-9110-fa746c1448b9\",\n            \"companyName\": \"ASE\",\n            \"title\": \"ASECC10194 - ASE MEGAPORT at Equinix SY3\",\n            \"locationId\": 6,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 930,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"50ac0cd1-f193-4c8b-9c27-d341e68f0e89\",\n            \"companyUid\": \"70cd608f-4eb1-45e9-8b69-24b533c25dd3\",\n            \"companyName\": \"ALH Group\",\n            \"title\": \"ALH Group MEGAPORT at NextDC M1\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 931,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"7de66413-8550-4d24-972d-0c4096f9f963\",\n            \"companyUid\": \"3612c362-be6c-4c62-b3d2-5b172a13b67d\",\n            \"companyName\": \"Over the Wire\",\n            \"title\": \"OTW 826lor.mel\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 932,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"825af27e-c99d-45bd-a11e-249eb98eafaa\",\n            \"companyUid\": \"229d034c-4b81-4707-8985-932c17e5675e\",\n            \"companyName\": \"PingCo\",\n            \"title\": \"M1\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 933,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"c64c0606-e778-41ff-855d-652b89ab4cae\",\n            \"companyUid\": \"0e48478d-2f35-4e6e-a33d-a95193fce1c1\",\n            \"companyName\": \"Datacom Systems\",\n            \"title\": \"Datacom NSW Megaport at SY3\",\n            \"locationId\": 6,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 934,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"7f663dc4-51b5-4c6f-a9b9-cbda0d467072\",\n            \"companyUid\": \"f40db997-0b30-4c47-8716-8fa54e990813\",\n            \"companyName\": \"UnitedIP\",\n            \"title\": \"Megaport 01\",\n            \"locationId\": 3,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 935,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"aaf6f632-fa22-40f1-ae38-171b032f0832\",\n            \"companyUid\": \"4245d971-730a-4f28-a997-2e1e8492600a\",\n            \"companyName\": \"Telesmart Ltd\",\n            \"title\": \"Port - SY3.SYD\",\n            \"locationId\": 6,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 936,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"375ea2e0-99d4-40ed-90d2-d08e6ba9ecdf\",\n            \"companyUid\": \"1fb448aa-c74f-4b38-9c23-d191c99d15ee\",\n            \"companyName\": \"VERNet\",\n            \"title\": \"Vernet 10G Megaport at NextDC M1\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 937,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"3b96cd65-2003-4300-a0c7-b98aea80fd0b\",\n            \"companyUid\": \"229d034c-4b81-4707-8985-932c17e5675e\",\n            \"companyName\": \"PingCo\",\n            \"title\": \"S1\",\n            \"locationId\": 10,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 938,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"52d718f3-c207-4623-8f90-40cbeba6ad4f\",\n            \"companyUid\": \"3a6aa5a8-2c6a-48b9-b2c1-5bd9224a9502\",\n            \"companyName\": \"365 Data Centers\",\n            \"title\": \"AMC-DFW2-365DCCIR00000108\",\n            \"locationId\": 72,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 939,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"f38e54a0-eecc-4c87-a8e9-069bb3658733\",\n            \"companyUid\": \"1d0d15a9-811c-4465-920e-c4e8553df521\",\n            \"companyName\": \"Data Foundry\",\n            \"title\": \"10G Port - Cologix DAL2 - gw02.dal|eth1 - (DAL-TELIA-HOU2)\",\n            \"locationId\": 83,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 940,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"4b2d8bd0-ed0e-49e8-9fb4-a084504afebe\",\n            \"companyUid\": \"1d0d15a9-811c-4465-920e-c4e8553df521\",\n            \"companyName\": \"Data Foundry\",\n            \"title\": \"10G Port - Cologix DAL2 - gw01.dal|eth1  - (DAL-TLSN-TX1)\",\n            \"locationId\": 83,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 941,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"af524898-94ed-4f05-8cdf-07d8d20b6489\",\n            \"companyUid\": \"d044259f-3ea3-4e6f-ba9c-2d0407c2931d\",\n            \"companyName\": \"Telcoinabox\",\n            \"title\": \"Megaport NextDC B1\",\n            \"locationId\": 5,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 942,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"f07fd6b3-e3cc-4e39-a573-5732a50a9adf\",\n            \"companyUid\": \"3a6aa5a8-2c6a-48b9-b2c1-5bd9224a9502\",\n            \"companyName\": \"365 Data Centers\",\n            \"title\": \"AMC-DFW1-365DCCIR00000320\",\n            \"locationId\": 71,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 943,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"cd49bfe2-28bf-430b-91cb-afd482bf780b\",\n            \"companyUid\": \"b6e227e0-2bac-4a99-85cc-1684aaac9db4\",\n            \"companyName\": \"Australian Private Network\",\n            \"title\": \"ME1-MP-10G-001\",\n            \"locationId\": 41,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 944,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"2474009f-737e-4936-ba41-f31f4d90a156\",\n            \"companyUid\": \"638d40f3-649a-4869-8576-c7bc72d7747f\",\n            \"companyName\": \"RETELIT DIGITAL SERVICES S.P.A.\",\n            \"title\": \"KIT Interconnessione Amsterdam\",\n            \"locationId\": 87,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 945,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"53eab6f2-7c7e-48ba-88d8-70debf480857\",\n            \"companyUid\": \"33c0e8bb-abca-487c-9894-bec9d2c55fb8\",\n            \"companyName\": \"11:11 Systems\",\n            \"title\": \"iland RESPOD01 Megaport 53eab6f2\",\n            \"locationId\": 68,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 946,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"7bbebf9a-304a-441f-8312-d5926cac597c\",\n            \"companyUid\": \"d29d829a-dce3-42fa-bd00-3631c9531a24\",\n            \"companyName\": \"HUB24 Management Services Pty Ltd\",\n            \"title\": \"AGI-SYD-GS-01\",\n            \"locationId\": 3,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 947,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"774d0e52-da0e-4a56-8d76-7f2903dde8b1\",\n            \"companyUid\": \"d29d829a-dce3-42fa-bd00-3631c9531a24\",\n            \"companyName\": \"HUB24 Management Services Pty Ltd\",\n            \"title\": \"AGI-MEL-M1-01\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 948,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"41bc4908-5dfb-4238-b2c2-62cffb1088d0\",\n            \"companyUid\": \"458bac28-f37f-42bc-8f80-96e945e7bcf3\",\n            \"companyName\": \"Linxdatacenter\",\n            \"title\": \"Megaport-STO\",\n            \"locationId\": 95,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 949,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"b08924f8-79e0-4314-bbf3-ec1bf75bb4d4\",\n            \"companyUid\": \"a6700553-95c9-41c2-b0e1-84959e706f2e\",\n            \"companyName\": \"FireNet\",\n            \"title\": \"Firenet MEGAPORT at NextDCM1\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 950,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"d14f44f3-04d9-4f42-ba23-5e6e6a2296b3\",\n            \"companyUid\": \"e09875fd-583a-45b1-a651-c5be51385515\",\n            \"companyName\": \"Rackspace\",\n            \"title\": \"Rackspace-RCG-SYD-Pri\",\n            \"locationId\": 6,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 951,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 22255,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"bb8c8f3d-164d-4106-b1bb-30bedd9cef02\",\n            \"companyUid\": \"e09875fd-583a-45b1-a651-c5be51385515\",\n            \"companyName\": \"Rackspace\",\n            \"title\": \"Rackspace-RCG-SYD-Sec\",\n            \"locationId\": 6,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 952,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 22256,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"39232545-c433-46b8-86ce-14d787482ed7\",\n            \"companyUid\": \"97656263-ac34-43ed-93df-d68bc34d9637\",\n            \"companyName\": \"Valve Networks\",\n            \"title\": \"NextDC-M1\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 953,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"c8a5db93-7b2b-412d-934f-b31a500c9075\",\n            \"companyUid\": \"e6af22b2-6a7c-4de0-bba2-c08b8ed21672\",\n            \"companyName\": \"C3NTRO TELECOM\",\n            \"title\": \"C3ntro Megaport Miami\",\n            \"locationId\": 234,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 954,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"6b4c2945-c297-48bd-8dc9-02a0900a547e\",\n            \"companyUid\": \"a649e458-d4de-4e3b-a5a8-d509da7e1500\",\n            \"companyName\": \"iseek\",\n            \"title\": \"LS ISK-00M23\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 955,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"0ddc158d-b6c1-4e4f-896d-175df27cb974\",\n            \"companyUid\": \"dc956d9e-65ce-4e72-9b36-b07a29f56a5d\",\n            \"companyName\": \"Twilio\",\n            \"title\": \"10G Port - Equinix SV1, Port 1\",\n            \"locationId\": 66,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 956,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"96254276-4586-4323-89e2-ba7120a2bb0d\",\n            \"companyUid\": \"2d56f82c-17d3-4abb-8998-89ea89a67847\",\n            \"companyName\": \"ausgrid\",\n            \"title\": \"10Gb/s Port Fujitsu North Ryde (Primary)\",\n            \"locationId\": 12,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 957,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"d5f4a3c6-06d3-4cfa-9d4e-8ce6ec0b6dbd\",\n            \"companyUid\": \"658a0176-a762-4730-8900-099d925233b6\",\n            \"companyName\": \"DTS\",\n            \"title\": \"DTS Megaport VocusDC 10G\",\n            \"locationId\": 51,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 958,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"1c3e4cdc-0818-480b-a535-d5be9abe98a1\",\n            \"companyUid\": \"9a09f546-8381-455a-bba2-8062e433cb4b\",\n            \"companyName\": \"Kordia\",\n            \"title\": \"Global Switch 10Gb\",\n            \"locationId\": 3,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 959,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"baf61b90-d629-4823-b233-ee9576d40875\",\n            \"companyUid\": \"100bcaf9-236b-4b63-88ac-3242f22395af\",\n            \"companyName\": \"Codero\",\n            \"title\": \"Codero Hosting PHX1 Primary\",\n            \"locationId\": 236,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 960,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"ad8169f6-8542-40d1-bc29-085211026c4b\",\n            \"companyUid\": \"aa6a94da-2e19-4547-8ecb-92a9378d04a9\",\n            \"companyName\": \"Webair\",\n            \"title\": \"Webair_GSC_10Gbps_1\",\n            \"locationId\": 325,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 961,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"f917f122-7953-4c13-b635-29aab75fd806\",\n            \"companyUid\": \"8e96b497-75af-4a23-9aa4-ba296cc2634c\",\n            \"companyName\": \"Feenix Communications Limited\",\n            \"title\": \"Equinix ME1\",\n            \"locationId\": 41,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 962,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"142fb660-f57c-4224-8534-dfc544bfb4b4\",\n            \"companyUid\": \"c714d3a5-57df-407f-a039-7ea9709537a1\",\n            \"companyName\": \"Halliburton Energy Services Inc\",\n            \"title\": \"1Gig Port - CyrusOne Carrollton, Port 4 LSS\",\n            \"locationId\": 102,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 963,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"6b9bd7d6-b299-412e-9afd-7bbd599c9bb8\",\n            \"companyUid\": \"7a8862a7-1579-4fae-b72d-c51071952ed0\",\n            \"companyName\": \"Simac IT NL bv\",\n            \"title\": \"Simac-Megaport-Equinix-AMS5\",\n            \"locationId\": 87,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 964,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"247229a0-bf04-444f-8fee-991170f7cc29\",\n            \"companyUid\": \"7a8862a7-1579-4fae-b72d-c51071952ed0\",\n            \"companyName\": \"Simac IT NL bv\",\n            \"title\": \"Simac-Megaport-GlobalSwitch\",\n            \"locationId\": 86,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 965,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"e3d72268-71e8-4303-aa7f-00f64204bb46\",\n            \"companyUid\": \"b3025c0f-c40c-4cff-9a56-5a15820c7649\",\n            \"companyName\": \"White Label Communications LLC\",\n            \"title\": \"WhiteLabelComm PHL1-10Gig\",\n            \"locationId\": 371,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 966,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"8820ab9c-e401-4076-8a58-c94ed6fa16ab\",\n            \"companyUid\": \"00817eef-4107-438c-8e1d-c5e0c50e5f4f\",\n            \"companyName\": \"Transtelco Inc.\",\n            \"title\": \"10000Mbps Port at Digital Realty DAL1\",\n            \"locationId\": 72,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 967,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"d302830c-c462-47c0-85e4-a7a034e27c53\",\n            \"companyUid\": \"ea4716f5-d117-4683-a4a7-e375caa44364\",\n            \"companyName\": \"Ingham's\",\n            \"title\": \"NextDC_S1_Port_1_10G\",\n            \"locationId\": 10,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 968,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"01ede4eb-5e46-47ef-accc-02e1e76651a7\",\n            \"companyUid\": \"ea4716f5-d117-4683-a4a7-e375caa44364\",\n            \"companyName\": \"Ingham's\",\n            \"title\": \" NextDC_M2_Port_1_10G\",\n            \"locationId\": 382,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 969,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"8b7a2b1e-0d2b-4179-9f9b-3a85b99f5bdc\",\n            \"companyUid\": \"f72f74fe-13a9-4e67-9f45-deb2e9c05509\",\n            \"companyName\": \"Telehouse America\",\n            \"title\": \"Telehouse Resale -2\",\n            \"locationId\": 78,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 970,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 49569,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"f15fa1fd-22c2-489e-b4d9-d548c8ec8493\",\n            \"companyUid\": \"66f6862c-3f16-4f4e-a2eb-8c03256c77d4\",\n            \"companyName\": \"Comvergence Pty Ltd\",\n            \"title\": \"NextDC-S1\",\n            \"locationId\": 10,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 971,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"098a3f07-1782-4e06-9435-941dd4b42c73\",\n            \"companyUid\": \"fbc2558d-6b52-4e69-a561-6d67f8c563c4\",\n            \"companyName\": \"TechPath Pty Ltd\",\n            \"title\": \"Brisbane-B1-1\",\n            \"locationId\": 5,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 972,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"ba077a95-1b6a-4d74-8366-63af73369d3b\",\n            \"companyUid\": \"a946dbb3-832a-4d5f-acb7-5a55dfa4b6b9\",\n            \"companyName\": \"Southern Fibernet Corp.\",\n            \"title\": \"SFN-ATL02-56\",\n            \"locationId\": 116,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 973,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"84358e77-9fe4-4d51-a483-dfa3c1d637ac\",\n            \"companyUid\": \"f97284ed-68fd-486a-b0cb-358d649d8c9a\",\n            \"companyName\": \"Pacific Internet (S) Pte Ltd\",\n            \"title\": \"PISG_SG1\",\n            \"locationId\": 36,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 974,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"340fa0c4-21b0-4fc4-a25e-3b3e6ca14abb\",\n            \"companyUid\": \"610e40e7-93fd-422c-821f-7ba5323a782d\",\n            \"companyName\": \"Triforce Australia\",\n            \"title\": \"DNX-SYD-GS-SPE04\",\n            \"locationId\": 3,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 975,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"5f28fe1c-f14e-4f99-9358-b3f81aa34675\",\n            \"companyUid\": \"9540e4fc-acb9-4ed8-972d-6daf71272dd2\",\n            \"companyName\": \"Aptum Managed Services (Canada) Inc.\",\n            \"title\": \"LDN CLOUD CONNECT 10G LAG 01\",\n            \"locationId\": 256,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 976,\n            \"lag_id\": 13,\n            \"lag_primary\": true,\n            \"aggregation_id\": 74758,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"70f03c1e-e1cf-40e5-a59a-4ef6ba78dee2\",\n            \"companyUid\": \"f983b14e-1f9e-4056-9d67-4a61905933f5\",\n            \"companyName\": \"Momentum\",\n            \"title\": \"MOS 10G - DRT NYC2 - 111 8th Ave\",\n            \"locationId\": 78,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 977,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"7115c277-224d-4925-8247-d10bdae4c63f\",\n            \"companyUid\": \"3d02a9fb-05dc-4e3e-89b4-2521e0ab3f40\",\n            \"companyName\": \"UnitedIX\",\n            \"title\": \"UnitedIX NNI\",\n            \"locationId\": 69,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 978,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 79432,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"3a1ff222-b194-439f-90e6-69ef268560d5\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"Dallas (dfw-zone2-4)\",\n            \"locationId\": 71,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"red\",\n            \"rank\": 979,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 80670,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"d59f1dbc-8013-43b3-bbea-24117041c429\",\n            \"companyUid\": \"47ce1979-1f21-49ec-bcb8-948fe054448d\",\n            \"companyName\": \"NFINIT\",\n            \"title\": \"MP-OWDC-10G-01\",\n            \"locationId\": 60,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 980,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 81144,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"f77286dc-8b21-42b2-bb1e-aaa1f484fd94\",\n            \"companyUid\": \"d1b015eb-5b39-4d7e-b3c7-da92f4837e87\",\n            \"companyName\": \"Solarix Networks Limited / Plan B Group\",\n            \"title\": \"Plan B - Global Switch Sydney\",\n            \"locationId\": 3,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 981,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"063023d1-d66d-4119-891e-0914c5443015\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"Seattle (sea-zone2-86)\",\n            \"locationId\": 57,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"blue\",\n            \"rank\": 982,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 90923,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"06ac8095-bd6f-4cf3-99a0-2189f5dfa0a0\",\n            \"companyUid\": \"200bb018-7344-4cf5-8609-e95f59d07c54\",\n            \"companyName\": \"AireSpring\",\n            \"title\": \"AireSpring LAX-NNI#2 10GB\",\n            \"locationId\": 60,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 983,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"69eddca1-4c19-45e6-9f03-f78a7b9f6db6\",\n            \"companyUid\": \"169c933e-ebce-41f8-b04f-e0877531b3ad\",\n            \"companyName\": \"ECN\",\n            \"title\": \"ECN S1 10G\",\n            \"locationId\": 10,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 984,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"9635e625-c3eb-4d34-b5fb-adc838e4ab01\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"Zurich (zrh-zone2-83)\",\n            \"locationId\": 430,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"red\",\n            \"rank\": 985,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 103008,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"b5781d23-613c-4ff5-be9f-9bfa4d00d4b6\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"Tokyo (nrt-zone2-452)\",\n            \"locationId\": 560,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"blue\",\n            \"rank\": 986,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 103016,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"8774f8b4-661b-46d4-acef-c93dec51c2ca\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Tokyo Primary\",\n            \"locationId\": 561,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 987,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"a9f78f25-4371-4230-a218-2662f5e6f3ed\",\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"Direct Link Tokyo 2 Port 1\",\n            \"locationId\": 558,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 988,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 105766,\n            \"connectType\": \"IBM\"\n        },\n        {\n            \"productUid\": \"e23f3dcb-be29-43ac-9cb9-3fc897c3309f\",\n            \"companyUid\": \"98ab066a-b945-4369-ad72-ee5a8dc35fbc\",\n            \"companyName\": \"Salesforce.com Inc\",\n            \"title\": \"Express Connect Bay Area #1\",\n            \"locationId\": 66,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 989,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"SFDC\"\n        },\n        {\n            \"productUid\": \"29d5477c-b2a7-45cf-890d-aa130ef3f7d5\",\n            \"companyUid\": \"98ab066a-b945-4369-ad72-ee5a8dc35fbc\",\n            \"companyName\": \"Salesforce.com Inc\",\n            \"title\": \"Express Connect Bay Area #2\",\n            \"locationId\": 65,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 990,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"SFDC\"\n        },\n        {\n            \"productUid\": \"23fdeedd-67c5-4125-a3b6-98a483fb2098\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"Osaka (kix-zone1-1791)\",\n            \"locationId\": 572,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 991,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 120288,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"fdb23577-4c3a-4350-bf68-387f622a6bf3\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"Paris (cdg-zone1-1536)\",\n            \"locationId\": 527,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"red\",\n            \"rank\": 992,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 125905,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"5bced32c-348c-4cfe-adfe-06804b50e89d\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"Ashburn (iad-zone2-1)\",\n            \"locationId\": 67,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"red\",\n            \"rank\": 993,\n            \"lag_id\": 8,\n            \"lag_primary\": true,\n            \"aggregation_id\": 127211,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"0b2d7cfe-0593-4cfe-8b26-59f3e4976a94\",\n            \"companyUid\": \"8ea83603-445c-40c6-94cf-67967a18beb9\",\n            \"companyName\": \"Oracle\",\n            \"title\": \"OCI (eu-amsterdam-1) (BMC)\",\n            \"locationId\": 87,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 994,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 129096,\n            \"connectType\": \"ORACLE\"\n        },\n        {\n            \"productUid\": \"0e5d5fff-0591-4324-a1cd-e0a8465ad7c1\",\n            \"companyUid\": \"c86219cc-bddc-4ca3-9065-f30203eec355\",\n            \"companyName\": \"Digital Island\",\n            \"title\": \"10G_VODAFONE_DC_ALB\",\n            \"locationId\": 522,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 995,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"e960ab7a-4b38-4c3f-afc9-4db7bd464831\",\n            \"companyUid\": \"f009981c-a08a-42b6-9762-90d7b7509edf\",\n            \"companyName\": \"Ucom\",\n            \"title\": \"Frankfurt Port (MegaPort)\",\n            \"locationId\": 131,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 996,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 136233,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"78a3dc88-5526-44d4-8652-0c01bbb0afe7\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"EU (Ireland) (eu-west-1)\",\n            \"locationId\": 90,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"blue\",\n            \"rank\": 997,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 142880,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"b33a22d0-c596-495d-b8b0-13d024dd65fa\",\n            \"companyUid\": \"3b88fffd-8c82-48fd-bda7-7e8178a790c3\",\n            \"companyName\": \"Cinia Oy\",\n            \"title\": \"E11613 - cn-defra001-core1 1/1/3\",\n            \"locationId\": 131,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 998,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"b469408c-af09-4733-a3b3-6be74f9fa890\",\n            \"companyUid\": \"fc19ce54-b483-4abc-85ec-a83626d99b12\",\n            \"companyName\": \"Adaptive Data Networks, LLC\",\n            \"title\": \"GA_DA2_MP\",\n            \"locationId\": 71,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 999,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 147980,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"a9ca51fb-96c6-4d27-b44d-8ac3059f9648\",\n            \"companyUid\": \"0087370d-b560-4eb3-b8a5-e476a61908a4\",\n            \"companyName\": \"Enablis\",\n            \"title\": \"NextDC M1\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1000,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 149160,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"1568a600-dd58-4237-a298-4cc8d26c061d\",\n            \"companyUid\": \"8ab8a177-1e3f-4a00-89dc-299198b980cf\",\n            \"companyName\": \"Embriq AS\",\n            \"title\": \"MegaP_Ulven01\",\n            \"locationId\": 519,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1001,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 151325,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"bd5f4770-f557-433a-b6af-4154fb7c9530\",\n            \"companyUid\": \"8ab8a177-1e3f-4a00-89dc-299198b980cf\",\n            \"companyName\": \"Embriq AS\",\n            \"title\": \"MegaP_Ulven02-ViaRosenholm\",\n            \"locationId\": 519,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1002,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 151327,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"6c7387d7-96b0-4940-bbc7-89e50ea8b9fa\",\n            \"companyUid\": \"ee947936-2f34-4152-93cc-b26ecf9d7d34\",\n            \"companyName\": \"Digital Pacific\",\n            \"title\": \"Digital Pacific - Equinix SY5 #2 (SY1)\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1003,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"b4838947-3491-48b1-870e-77e270d9a109\",\n            \"companyUid\": \"eaee7551-7b40-468b-b958-34fcf634013a\",\n            \"companyName\": \"Wasabi Technologies LLC.\",\n            \"title\": \"PLANO1\",\n            \"locationId\": 71,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1004,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"a92bc420-4f5e-4b68-b186-d133383b4005\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 245,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1005,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 163673,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"productUid\": \"be34eb88-e831-4c58-9274-4c5efd737549\",\n            \"companyUid\": \"63cdec2f-3def-46d0-9548-8d33299ff5d1\",\n            \"companyName\": \"Blackhawk Network Holdings Inc (HAWK)\",\n            \"title\": \"UK-10G Megaport-1 Equinix VL1\",\n            \"locationId\": 413,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1006,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"fe2a6577-551a-4da1-aed2-45af4e68fc09\",\n            \"companyUid\": \"8efea233-4685-449f-86b6-f4a0aeb861f3\",\n            \"companyName\": \"Proact Deutschland GmbH\",\n            \"title\": \"InterxionFR6\",\n            \"locationId\": 130,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1007,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"02708e09-0355-40d7-942c-406567b35fa8\",\n            \"companyUid\": \"10c17a66-5431-4c31-a623-37ab7f2be58c\",\n            \"companyName\": \"Real World Technology Solutions\",\n            \"title\": \"Real World Technology Solutions -  NextDC S1\",\n            \"locationId\": 10,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1008,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"7eec6072-dd23-4f2c-8765-49630dba9694\",\n            \"companyUid\": \"33c0e8bb-abca-487c-9894-bec9d2c55fb8\",\n            \"companyName\": \"11:11 Systems\",\n            \"title\": \"iland STRPOD01 Megaport 7eec6072\",\n            \"locationId\": 154,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1009,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"c9c427c2-dd3a-4d2b-bd0f-d921dfea6ba5\",\n            \"companyUid\": \"31ce89b8-e5f3-4eae-a78e-f8de4b5331c1\",\n            \"companyName\": \"Fusion5\",\n            \"title\": \"Vigilant.IT Equinix DC\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1010,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"99788cc8-4758-47eb-b6b1-432560272122\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"Canada (Central) (ca-central-1)\",\n            \"locationId\": 442,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1011,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 188220,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"5d8507c5-f244-4aa9-a330-3ebee698ffe6\",\n            \"companyUid\": \"7b54e767-1d03-49e8-8069-766603c3adbf\",\n            \"companyName\": \"TELUS Communications Inc.\",\n            \"title\": \"SCC-TORONTO-SECONDARY\",\n            \"locationId\": 79,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1012,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 198056,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"7bd56345-b7da-4d6d-98e0-7f7dbbd0658a\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US East (N. Virginia) (us-east-1)\",\n            \"locationId\": 116,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"red\",\n            \"rank\": 1013,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 202806,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"d8aeef2a-575e-4d7b-bdb5-752b877c02f9\",\n            \"companyUid\": \"5db3b032-dabb-40ea-9ccb-4d086b71b358\",\n            \"companyName\": \"Real Choice Media, LLC\",\n            \"title\": \"RCTV-SLC\",\n            \"locationId\": 485,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1014,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"e6371430-c07a-4219-ad00-04eeb745b8c9\",\n            \"companyUid\": \"dddde1c2-c754-4261-9730-cd2bcaf7acca\",\n            \"companyName\": \"Binary Networks\",\n            \"title\": \"NDC_B2_10G\",\n            \"locationId\": 383,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1015,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"b2a00c8c-cc6f-44e4-9263-30213e2e10ea\",\n            \"companyUid\": \"bdc40a17-025c-4050-ab10-d89f588a3427\",\n            \"companyName\": \"INFOBIP\",\n            \"title\": \"MEGAPORT-US2-RED\",\n            \"locationId\": 231,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1016,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 234305,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"99a23894-fa37-4666-968b-de7fd375876b\",\n            \"companyUid\": \"33c0e8bb-abca-487c-9894-bec9d2c55fb8\",\n            \"companyName\": \"11:11 Systems\",\n            \"title\": \"iland LAXPOD01 Megaport #99a23894\",\n            \"locationId\": 60,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1017,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"938c308d-a21e-43fc-aa25-a290a8bb863a\",\n            \"companyUid\": \"b3025c0f-c40c-4cff-9a56-5a15820c7649\",\n            \"companyName\": \"White Label Communications LLC\",\n            \"title\": \"WhiteLabelComm GRR1-10Gig\",\n            \"locationId\": 635,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1018,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"745f4be0-8955-42f4-8e44-7f6d9e3cadc6\",\n            \"companyUid\": \"c62fa406-a75c-4a20-9993-ba359d1f540a\",\n            \"companyName\": \"Trustpower ISP\",\n            \"title\": \"ATC-100G-1\",\n            \"locationId\": 80,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 1019,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"e5f13365-4d71-4f1b-946f-383978553441\",\n            \"companyUid\": \"4bd1718d-db51-4498-a2a6-d102b5fc4950\",\n            \"companyName\": \"IronCloud\",\n            \"title\": \"100G Megaport - Iron Cloud Manassas, VA - Port A\",\n            \"locationId\": 333,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1020,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"55633423-707d-4321-8be0-c28c4f4c7184\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Los Angeles Secondary\",\n            \"locationId\": 60,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1021,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"0ba8c92a-6205-440b-8624-48f93de9a0f0\",\n            \"companyUid\": \"137ca7f9-fa0b-4e94-8941-f5419bef149a\",\n            \"companyName\": \"Fujitsu Finland Ltd\",\n            \"title\": \"Fujitsu-HDC-Finland\",\n            \"locationId\": 521,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 1022,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"0dd2ec94-c5fb-424e-b576-f5272731b323\",\n            \"companyUid\": \"000b9931-0396-4145-be23-1f0e9ea059dd\",\n            \"companyName\": \"ASN Telecom\",\n            \"title\": \"ASNTelecom - BNE\",\n            \"locationId\": 383,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1023,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"02429bca-0874-49a4-8e7f-128d85a71e11\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"EU (Frankfurt) (eu-central-1)\",\n            \"locationId\": 598,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1024,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 299349,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"715115ce-2727-42cc-8681-237583d25104\",\n            \"companyUid\": \"4bd1718d-db51-4498-a2a6-d102b5fc4950\",\n            \"companyName\": \"IronCloud\",\n            \"title\": \"100G Megaport - Iron Cloud Manassas, VA - Port B\",\n            \"locationId\": 333,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1025,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"3be455f5-5b5f-47c0-8ade-0394f26fef00\",\n            \"companyUid\": \"b1dc875f-3d4a-4931-9edc-a8f8e94604ed\",\n            \"companyName\": \"itGlobal Networks\",\n            \"title\": \"NextDC-S1-01\",\n            \"locationId\": 10,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1026,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"b90947d7-a620-49c0-aed8-22ec0a5a03ad\",\n            \"companyUid\": \"e4fd5ebf-1e7e-42ca-8cf7-50f969480c3d\",\n            \"companyName\": \"SIX Group Services AG\",\n            \"title\": \"SIX_WEEHAWKEN\",\n            \"locationId\": 387,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1027,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"15cac145-0a3b-4ddb-81fc-f0b3bcad14a7\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Amsterdam2 Primary\",\n            \"locationId\": 92,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1028,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"1139f6e6-0c3d-4c96-847a-aaa076a90d43\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Amsterdam2 Secondary\",\n            \"locationId\": 92,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1029,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"40258095-147d-4943-a65c-dfd9b7f3766e\",\n            \"companyUid\": \"af63a747-88fd-446d-a50c-d1fb2401900d\",\n            \"companyName\": \"Colocity Pty Ltd\",\n            \"title\": \"SY5\",\n            \"locationId\": 6,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1030,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"904c5622-54ab-4d9d-a3e9-5aadf067fd7c\",\n            \"companyUid\": \"c6f9f716-7c69-4abb-a56c-bf1d7fb80d4a\",\n            \"companyName\": \"RISE\",\n            \"title\": \"RISE-ESG1-100G\",\n            \"locationId\": 36,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1031,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"f524d6f4-2621-4189-8d8d-4d90dd1818e6\",\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"Direct Link Singapore 1 Port 2\",\n            \"locationId\": 40,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 1032,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 538441,\n            \"connectType\": \"IBM\"\n        },\n        {\n            \"productUid\": \"c490a973-023c-4ec9-b972-d26489cc5d13\",\n            \"companyUid\": \"8ea83603-445c-40c6-94cf-67967a18beb9\",\n            \"companyName\": \"Oracle\",\n            \"title\": \"OCI (ap-singapore-2) (BMC)\",\n            \"locationId\": 37,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1033,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 548937,\n            \"connectType\": \"ORACLE\"\n        },\n        {\n            \"productUid\": \"09423d47-50cf-427f-939c-f944c8a638b3\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"New York (lga-zone2-36)\",\n            \"locationId\": 655,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1034,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 549771,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"32366155-b2d5-4137-bd10-f5971959a121\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US East (N. Virginia) (us-east-1)\",\n            \"locationId\": 140,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1035,\n            \"lag_id\": 1,\n            \"lag_primary\": true,\n            \"aggregation_id\": 554988,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"bafa4f69-1bc5-4756-ab7b-022171988c49\",\n            \"companyUid\": \"8ea83603-445c-40c6-94cf-67967a18beb9\",\n            \"companyName\": \"Oracle\",\n            \"title\": \"OCI (us-chicago-1) (BMC)\",\n            \"locationId\": 64,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1036,\n            \"lag_id\": 8,\n            \"lag_primary\": true,\n            \"aggregation_id\": 574066,\n            \"connectType\": \"ORACLE\"\n        },\n        {\n            \"productUid\": \"662593d6-6dd4-4840-a7fd-feb60b25c839\",\n            \"companyUid\": \"8c3f7d48-2ac0-43f5-9bd4-fb421feffedb\",\n            \"companyName\": \"IP Access International, LLC\",\n            \"title\": \"sea-edge1\",\n            \"locationId\": 58,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1037,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"MVE\"\n        },\n        {\n            \"productUid\": \"9fd7b32d-3ad2-4051-a927-3aa1bc975c44\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 244,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1038,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 614009,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"productUid\": \"83d24422-d7c5-4187-a0c6-7a1b14e64d65\",\n            \"companyUid\": \"d755d69d-9c08-4845-a933-370956b45f5f\",\n            \"companyName\": \"Zoom Communications, Inc.\",\n            \"title\": \"ZOOM-MEL-RBB-A-RES-0-1 CXC\",\n            \"locationId\": 41,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1039,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 616159,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"03be3828-4331-493a-8677-9c910a580c95\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"Salt Lake City (slc-zone1-10938)\",\n            \"locationId\": 485,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1040,\n            \"lag_id\": 10,\n            \"lag_primary\": true,\n            \"aggregation_id\": 678103,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"e95100f9-b3de-4b75-9b99-d6779b3e01da\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"Salt Lake City (slc-zone2-10938)\",\n            \"locationId\": 485,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1041,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 678168,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"ab539de9-b359-4d58-bfce-c68769182f31\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"New York Secondary\",\n            \"locationId\": 655,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1042,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"67ef111a-8bad-4845-9a6f-262b0df2c2d4\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Chicago Metro Primary\",\n            \"locationId\": 69,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1043,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"3317f0d4-87ce-45d1-93f4-8d2de417abb3\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Chicago Metro Secondary\",\n            \"locationId\": 1238,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1044,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"6e314201-4062-425a-8f76-def21f6a45c0\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US East (Ohio) (us-east-2)\",\n            \"locationId\": 324,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1045,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 696203,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"12c40c35-20b8-4897-ac14-45ac62669053\",\n            \"companyUid\": \"2d3a3873-b492-404c-9ba1-08945e8ff2c6\",\n            \"companyName\": \"TencentCloud\",\n            \"title\": \"to_Tokyo_ATT_Beta_02_dc-is6oskvd\",\n            \"locationId\": 612,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1046,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"9e0daf02-7aae-465a-b8b0-3a80e649c434\",\n            \"companyUid\": \"8ea83603-445c-40c6-94cf-67967a18beb9\",\n            \"companyName\": \"Oracle\",\n            \"title\": \"OCI (us-ashburn-1) (BMC)\",\n            \"locationId\": 68,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1047,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 742723,\n            \"connectType\": \"ORACLE\"\n        },\n        {\n            \"productUid\": \"b901b43c-bb21-452a-be7e-76be19d32124\",\n            \"companyUid\": \"c3e94b0b-c79e-416a-be83-209251c7e629\",\n            \"companyName\": \"Two Degrees New Zealand Limited\",\n            \"title\": \"Snap Internet MEGAPORT at Equinix SY1/2\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1048,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"9e9c1cc9-2b81-4aa7-b3f2-5b3f6a68126b\",\n            \"companyUid\": \"d044259f-3ea3-4e6f-ba9c-2d0407c2931d\",\n            \"companyName\": \"Telcoinabox\",\n            \"title\": \"Megaport EQX SY1\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1049,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"b4a360ec-1637-40df-b2b2-6f1b01a35dd7\",\n            \"companyUid\": \"dddde1c2-c754-4261-9730-cd2bcaf7acca\",\n            \"companyName\": \"Binary Networks\",\n            \"title\": \"Binary Networks MEGAPORT at NextDC M1\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1050,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"5ed63dfc-6e2f-4984-b58a-4394369cecb9\",\n            \"companyUid\": \"cce87881-a567-40bd-907f-a47aa5e26126\",\n            \"companyName\": \"EIS - NTT Australia Solutions Pty Ltd.\",\n            \"title\": \"mega-sydnau02-01\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1051,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"d22b7c9c-d42e-4655-9776-2e257e561394\",\n            \"companyUid\": \"1328df93-4f77-43da-a95b-8b31853ccb49\",\n            \"companyName\": \"Summit Internet\",\n            \"title\": \"MEGAPORT at NextDC S1\",\n            \"locationId\": 10,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1052,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"980cc25a-0dc5-43cb-b048-df21c39f50cd\",\n            \"companyUid\": \"b6e227e0-2bac-4a99-85cc-1684aaac9db4\",\n            \"companyName\": \"Australian Private Network\",\n            \"title\": \"SYD3-MP-10G-001\",\n            \"locationId\": 6,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1053,\n            \"lag_id\": 8,\n            \"lag_primary\": true,\n            \"aggregation_id\": 1302,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"f7643e14-a126-4ebb-a9ed-080100422666\",\n            \"companyUid\": \"86c4bb82-7f76-435c-9b0b-0e1c9fd98a69\",\n            \"companyName\": \"AINS\",\n            \"title\": \"AINS NextDC M1 Melbourne (VIC)\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1054,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"e0e72415-860a-4b9e-9b07-cd6f1f87e2de\",\n            \"companyUid\": \"e69874fc-ccd7-453c-a385-10a322ce4376\",\n            \"companyName\": \"OPENetworks Pty Ltd\",\n            \"title\": \"OPENetworks Megaport SYD #1 @ Global Switch (400 Harris St, Ultimo)\",\n            \"locationId\": 3,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1055,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"a8da5175-e2bc-4f44-935d-c984ee3442ca\",\n            \"companyUid\": \"0d1037bb-e0bc-4f33-bb7a-6493504e3c95\",\n            \"companyName\": \"LBNCo\",\n            \"title\": \"LBNCo B1\",\n            \"locationId\": 5,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1056,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"85fedeb1-db86-4b55-854b-9a774e3dcb1d\",\n            \"companyUid\": \"1403e8e6-016c-4752-9445-5b73301153de\",\n            \"companyName\": \"Origin Net\",\n            \"title\": \"ON-SYD.GS-MEGAPORT\",\n            \"locationId\": 3,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1057,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"85234a37-0e55-4f07-837a-8f23dd05bfd5\",\n            \"companyUid\": \"c99326fc-2049-47bc-a2b4-f1482c6463ef\",\n            \"companyName\": \"Hivelocity\",\n            \"title\": \"Steadfast Networks 10G Megaport Telx CH1\",\n            \"locationId\": 64,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1058,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"cddb66d7-178b-49af-b292-f85c213cd40d\",\n            \"companyUid\": \"3a6aa5a8-2c6a-48b9-b2c1-5bd9224a9502\",\n            \"companyName\": \"365 Data Centers\",\n            \"title\": \"AMC-IAD1-365DCCIR00000332\",\n            \"locationId\": 67,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1059,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"b8edf8ff-b91a-4ec7-9b21-16d8bd36c31e\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"GovCloud Chicago Secondary\",\n            \"locationId\": 69,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1060,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"9aea545b-04b8-4304-b379-0089b3decd2a\",\n            \"companyUid\": \"9a367725-0201-4e07-9363-3399f0ccce3a\",\n            \"companyName\": \"Lightwire\",\n            \"title\": \"Lightwire Sydney Equinix\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1061,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"8f96aef8-59ba-4013-844b-345d6f369a2d\",\n            \"companyUid\": \"19c79666-a2dd-4a91-b82f-33e53ca2338a\",\n            \"companyName\": \"BUROSERV Australia Pty Ltd\",\n            \"title\": \"BUROSERV-EQ-SYD3\",\n            \"locationId\": 6,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1062,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"e2156a7a-430c-4563-bf47-86ec0af0106e\",\n            \"companyUid\": \"8f957e15-7c20-49e3-b2c9-a84d37196870\",\n            \"companyName\": \"Vonex Wholesale LTD\",\n            \"title\": \"Vonex Ltd SY4\",\n            \"locationId\": 2,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1063,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"95f46e0d-3c6c-435b-83c9-59143050d3c9\",\n            \"companyUid\": \"25037033-ffc1-4655-9caf-c5cd342442e3\",\n            \"companyName\": \"Infinite Networks\",\n            \"title\": \"Infinite SY4\",\n            \"locationId\": 6,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1064,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"8c178e7a-4c71-4047-b371-0797d1c9c1aa\",\n            \"companyUid\": \"a64f90d2-acd1-4c9c-ac68-c6c9b86b8df4\",\n            \"companyName\": \"Servers Australia Pty Ltd\",\n            \"title\": \"SAU - Melbourne - Equinix ME1\",\n            \"locationId\": 41,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1065,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"9f68f0aa-e34f-4b5c-9b71-3cf6b930521a\",\n            \"companyUid\": \"96b2cb12-7b82-486c-acde-422ac2242d1a\",\n            \"companyName\": \"Servcorp\",\n            \"title\": \"SG2\",\n            \"locationId\": 37,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1066,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"ed6bd7a8-dde2-4d9e-b7a0-0b9078fe7706\",\n            \"companyUid\": \"3f1a7c69-aa8b-4b48-b532-6f0e0cfd488d\",\n            \"companyName\": \"Brennan IT\",\n            \"title\": \"EQ-SY4-CLIENT-MEGAPORT\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1067,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"250fad62-3ae5-432f-ac7b-47599d57dd4e\",\n            \"companyUid\": \"1fb448aa-c74f-4b38-9c23-d191c99d15ee\",\n            \"companyName\": \"VERNet\",\n            \"title\": \"NoblePark\",\n            \"locationId\": 143,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1068,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"af610b5d-ebb7-4fa6-8e2c-d7cacd2b1d11\",\n            \"companyUid\": \"a47237fc-6612-4417-a390-66f196877932\",\n            \"companyName\": \"LINX\",\n            \"title\": \"LON2 NNI\",\n            \"locationId\": 256,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1069,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"63382d36-41fc-4cc9-bb68-a3422a8b94e1\",\n            \"companyUid\": \"97656263-ac34-43ed-93df-d68bc34d9637\",\n            \"companyName\": \"Valve Networks\",\n            \"title\": \"NextDC-B2\",\n            \"locationId\": 5,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1070,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"7d7da69c-f5ab-4324-867f-449ac36b2c6c\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"Los Angeles (lax-zone1-8)\",\n            \"locationId\": 59,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1071,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 28220,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"7bab4547-ff88-43f9-a1de-3df637522fa5\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"Los Angeles (lax-zone2-19)\",\n            \"locationId\": 60,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"red\",\n            \"rank\": 1072,\n            \"lag_id\": 9,\n            \"lag_primary\": true,\n            \"aggregation_id\": 28347,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"69f09e0f-b3b8-42a5-b419-70cb5b22975e\",\n            \"companyUid\": \"4bd1718d-db51-4498-a2a6-d102b5fc4950\",\n            \"companyName\": \"IronCloud\",\n            \"title\": \"10G Megaport - IronCloud Manassas, VA - Port 2\",\n            \"locationId\": 333,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1073,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"0fc0c114-2f33-43eb-9102-8aa2aa13543f\",\n            \"companyUid\": \"2c7f2b51-47e5-430b-aec9-9f6f0edeb667\",\n            \"companyName\": \"1&1 Versatel\",\n            \"title\": \"NNI Megaport FFM Primär #1 fra1807div5-0/1/4\",\n            \"locationId\": 130,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1074,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"095ba165-ceba-4d0f-8c0e-1d63b783040d\",\n            \"companyUid\": \"f7bcc293-2e40-4006-9531-2670797dc444\",\n            \"companyName\": \"Bresco Broadband\",\n            \"title\": \"Bresco Megaport Inter-Connect\",\n            \"locationId\": 359,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1075,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"13a88b66-07f9-4f22-bd26-f772da7152a4\",\n            \"companyUid\": \"cd430b11-d863-41af-96c8-ccaec5e04875\",\n            \"companyName\": \"Aussie Broadband\",\n            \"title\": \"Perth - NextDC P1\",\n            \"locationId\": 50,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1076,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"32508e85-e2a3-4b4c-b86e-89cabdaaa39a\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"EU (Frankfurt) (eu-central-1)\",\n            \"locationId\": 98,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 5000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 1077,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 38462,\n            \"connectType\": \"AWS\"\n        },\n        {\n            \"productUid\": \"e6b3be12-1c89-4f88-8bf6-a05f39c8c0e0\",\n            \"companyUid\": \"5e5d75e5-3f8d-4a11-a0ee-62d651774e43\",\n            \"companyName\": \"Symbio\",\n            \"title\": \"SymbioNZ\",\n            \"locationId\": 80,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1078,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"8a95a651-6576-4fd6-968c-92304b3a9990\",\n            \"companyUid\": \"c714d3a5-57df-407f-a039-7ea9709537a1\",\n            \"companyName\": \"Halliburton Energy Services Inc\",\n            \"title\": \"1Gig Port - CyrusOne Carrollton, Port 3 LSS\",\n            \"locationId\": 102,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1079,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"ec2d3823-7c21-41db-bcf5-05da951c3ac7\",\n            \"companyUid\": \"fdd52227-12aa-42ba-90a7-16fa591a6152\",\n            \"companyName\": \"Unitas Global\",\n            \"title\": \"CHI1-L3 Port\",\n            \"locationId\": 64,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1080,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 40585,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"17d868ed-ff32-4725-b8b1-25c84acdef0b\",\n            \"companyUid\": \"1c3acfd6-e35b-4122-9212-b11ae3efe129\",\n            \"companyName\": \"Options IT\",\n            \"title\": \"HK2 Primary\",\n            \"locationId\": 54,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1081,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"05aaad58-adfe-4941-89cd-dca7713ab9b2\",\n            \"companyUid\": \"07878808-382e-4997-805c-5b4193e4db85\",\n            \"companyName\": \"connect managed services (uk) limited\",\n            \"title\": \"CRISP_LD5_2 NNI-5159\",\n            \"locationId\": 90,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1082,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"5b681d82-d8a0-4eea-b011-c1c6762932d4\",\n            \"companyUid\": \"07878808-382e-4997-805c-5b4193e4db85\",\n            \"companyName\": \"connect managed services (uk) limited\",\n            \"title\": \"CRISP_NYC_2 NNI-5157\",\n            \"locationId\": 62,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1083,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"86821b4f-6445-4cad-a6f2-0ee59b97946b\",\n            \"companyUid\": \"7251ecea-30eb-4f54-bd12-b2f0763c4678\",\n            \"companyName\": \"RedHelm\",\n            \"title\": \"PHX01-1\",\n            \"locationId\": 330,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1084,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"e6775c63-b637-41ef-a795-533ae84613ab\",\n            \"companyUid\": \"d6de60db-0602-4b82-b12d-7f690e72aa36\",\n            \"companyName\": \"VCG\",\n            \"title\": \"Vodat-THN-MP1\",\n            \"locationId\": 256,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1085,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"6185541e-f010-4bb5-9b24-63d89d206552\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"Chicago (ord-zone2-7)\",\n            \"locationId\": 69,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1086,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 63540,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"5b693428-8cc6-4634-a44a-2e9e6ba556af\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"Stockholm (arn-zone1-208)\",\n            \"locationId\": 98,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1087,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 65391,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"8468b9ad-eca7-4c95-9fd2-d50017a50e13\",\n            \"companyUid\": \"0d1037bb-e0bc-4f33-bb7a-6493504e3c95\",\n            \"companyName\": \"LBNCo\",\n            \"title\": \"LBNCo Collins\",\n            \"locationId\": 24,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 1088,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"ab4929ce-8c35-4775-ba78-bae44b2fd2dd\",\n            \"companyUid\": \"fee19908-26ae-4539-baa7-0d8017b31e10\",\n            \"companyName\": \"Voxbone\",\n            \"title\": \"P1.EDG-02-19.FR5-EQX\",\n            \"locationId\": 131,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1089,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"b7becfe4-a793-46a2-a59e-472e571221e9\",\n            \"companyUid\": \"f4410b61-08c6-4fbe-942e-ace62080df2e\",\n            \"companyName\": \"Bendigo Telco\",\n            \"title\": \"Interactive - Megaport Blue\",\n            \"locationId\": 19,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1090,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"71b00441-1ea4-4264-852f-4ebb00adf762\",\n            \"companyUid\": \"7251ecea-30eb-4f54-bd12-b2f0763c4678\",\n            \"companyName\": \"RedHelm\",\n            \"title\": \"PHL01-1\",\n            \"locationId\": 358,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 1091,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"74c930d4-0201-410e-a67e-655f5bc5f31a\",\n            \"companyUid\": \"92f0cdb9-1440-49b5-814d-bd5e2b53c961\",\n            \"companyName\": \"Telair Pty Ltd\",\n            \"title\": \"TA-B1-MP10G\",\n            \"locationId\": 5,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1092,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"2bf1c091-ae02-49c3-9164-8171375a0e7e\",\n            \"companyUid\": \"fdd52227-12aa-42ba-90a7-16fa591a6152\",\n            \"companyName\": \"Unitas Global\",\n            \"title\": \"LON1-L3 Port\",\n            \"locationId\": 90,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1093,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 82337,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"24a7a801-ab0b-4af7-baaf-195bfedc2273\",\n            \"companyUid\": \"fee19908-26ae-4539-baa7-0d8017b31e10\",\n            \"companyName\": \"Voxbone\",\n            \"title\": \"P1.EDG-01-2305.HK1-HKC \",\n            \"locationId\": 47,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1094,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"8acff256-2496-4726-865e-de935ca572d7\",\n            \"companyUid\": \"fee19908-26ae-4539-baa7-0d8017b31e10\",\n            \"companyName\": \"Voxbone\",\n            \"title\": \"P1.EDG-01-1010.LA1-CST\",\n            \"locationId\": 60,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1095,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"6a52b633-7239-4a59-8973-4153914b1824\",\n            \"companyUid\": \"0e99c573-5e1d-4c5a-b978-8a0b6c2a584b\",\n            \"companyName\": \"Global Storage\",\n            \"title\": \"Global Storage Public 2\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1096,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"891775e7-8a99-4c6c-94b7-d1a558ecb147\",\n            \"companyUid\": \"f983b14e-1f9e-4056-9d67-4a61905933f5\",\n            \"companyName\": \"Momentum\",\n            \"title\": \"AWAC 1G Singapore\",\n            \"locationId\": 40,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1097,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"e3308dfc-82f1-47f3-a22a-d8b8362b9611\",\n            \"companyUid\": \"200bb018-7344-4cf5-8609-e95f59d07c54\",\n            \"companyName\": \"AireSpring\",\n            \"title\": \"AireSpring NYC-NNI#1 10GB\",\n            \"locationId\": 62,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1098,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"aa49b9ca-120f-4d60-8145-dc08acd80db8\",\n            \"companyUid\": \"200bb018-7344-4cf5-8609-e95f59d07c54\",\n            \"companyName\": \"AireSpring\",\n            \"title\": \"AireSpring DAL-NNI#1 10GB\",\n            \"locationId\": 71,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1099,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"5c04fb9d-8ccc-47de-b48e-b3e0c1de4916\",\n            \"companyUid\": \"e17bbf63-69a9-4efb-82fe-9ad282ef4c23\",\n            \"companyName\": \"Zettagrid\",\n            \"title\": \"INTERNAL_PORT_ADEbe\",\n            \"locationId\": 305,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1100,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"28aa9e45-4e27-4e04-a8bc-503451ee7486\",\n            \"companyUid\": \"c981a93f-04bd-40e7-be9d-c3a9d2754b3e\",\n            \"companyName\": \"Imperva Inc\",\n            \"title\": \"Imperva-SYD\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1101,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 100278,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"ae846614-e82c-4bd3-86c0-a335e079cb4d\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"Tokyo (nrt-zone1-738)\",\n            \"locationId\": 558,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"red\",\n            \"rank\": 1102,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 103014,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"805c6be0-154f-46a4-b824-9ea56a5a8278\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Tokyo Secondary\",\n            \"locationId\": 561,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1103,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"f3ad855f-435e-4caf-8545-3a44e88b6080\",\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"Direct Link Tokyo 3 Port 2\",\n            \"locationId\": 561,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 1104,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 104596,\n            \"connectType\": \"IBM\"\n        },\n        {\n            \"productUid\": \"7c4c9e65-e07d-4527-9f3d-c02ab8cf6825\",\n            \"companyUid\": \"ef1b3e4f-9b21-47ce-89d2-7a52aae58028\",\n            \"companyName\": \"Horizon Network Partners\",\n            \"title\": \"HorizonPortOne\",\n            \"locationId\": 520,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1105,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 105722,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"01348313-537d-4a84-ae90-df51d26a2141\",\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"Direct Link Tokyo 2 Port 2\",\n            \"locationId\": 558,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 1106,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 105767,\n            \"connectType\": \"IBM\"\n        },\n        {\n            \"productUid\": \"d5cf3003-c4c9-4d3c-aeea-e6c88e1dce22\",\n            \"companyUid\": \"98ab066a-b945-4369-ad72-ee5a8dc35fbc\",\n            \"companyName\": \"Salesforce.com Inc\",\n            \"title\": \"Express Connect Ashburn #1\",\n            \"locationId\": 68,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1107,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"SFDC\"\n        },\n        {\n            \"productUid\": \"fd964278-abce-4231-bd1c-09df13566f89\",\n            \"companyUid\": \"98ab066a-b945-4369-ad72-ee5a8dc35fbc\",\n            \"companyName\": \"Salesforce.com Inc\",\n            \"title\": \"Express Connect Frankfurt #1\",\n            \"locationId\": 131,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1108,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"SFDC\"\n        },\n        {\n            \"productUid\": \"0c8a8635-2a84-4af9-9a80-f651535bded0\",\n            \"companyUid\": \"98ab066a-b945-4369-ad72-ee5a8dc35fbc\",\n            \"companyName\": \"Salesforce.com Inc\",\n            \"title\": \"Express Connect Ashburn #2\",\n            \"locationId\": 67,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1109,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"SFDC\"\n        },\n        {\n            \"productUid\": \"89b845c4-f884-45cf-b348-37192cb32154\",\n            \"companyUid\": \"a42a7d7a-3e55-4969-b961-09a64f8edcff\",\n            \"companyName\": \"Ethan Global\",\n            \"title\": \"Ethan MELB (NextDC M1)\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1110,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 109861,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"3dfa81b3-5690-4b10-9274-c2819c842732\",\n            \"companyUid\": \"fe3ab0d6-2770-47c1-8879-c4827e5a2dd6\",\n            \"companyName\": \"Fastrack Technology\",\n            \"title\": \"Fastrack Technology - Seattle\",\n            \"locationId\": 57,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1111,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"73a36179-e52e-40d3-8072-e754a4e54972\",\n            \"companyUid\": \"9a367725-0201-4e07-9363-3399f0ccce3a\",\n            \"companyName\": \"Lightwire\",\n            \"title\": \"Lighwire-NextDC-B2\",\n            \"locationId\": 383,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1112,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"468ffa4f-a14b-4edd-9f98-e0144c9909ea\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Vancouver Secondary\",\n            \"locationId\": 442,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1113,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"33cc9a57-b466-4e6c-88f9-28b13fb0c766\",\n            \"companyUid\": \"f981334f-bdfc-4e35-a6d7-04f0d94b7be8\",\n            \"companyName\": \"Anglican Community Services\",\n            \"title\": \"NXT-DC-MEG-01\",\n            \"locationId\": 10,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1114,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"405d5047-3e63-44f9-b9fd-970513819625\",\n            \"companyUid\": \"09713a21-b762-4091-95cb-3a7d234071ce\",\n            \"companyName\": \"Vector Communications\",\n            \"title\": \"VCS-104291 Vector Comms 10G at GS\",\n            \"locationId\": 3,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1115,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"d347bcfa-5f2d-408a-8693-01579f7fb993\",\n            \"companyUid\": \"c6b15539-5824-439f-8af9-b595d4e600e0\",\n            \"companyName\": \"Cloudflare Inc.\",\n            \"title\": \"Network Interconnect 10G Port Telehouse North\",\n            \"locationId\": 256,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1116,\n            \"lag_id\": 11,\n            \"lag_primary\": true,\n            \"aggregation_id\": 138592,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"9d4e0f7d-f567-4f7e-855a-6fc2389c7967\",\n            \"companyUid\": \"c6b15539-5824-439f-8af9-b595d4e600e0\",\n            \"companyName\": \"Cloudflare Inc.\",\n            \"title\": \"Network Interconnect 10G Port Digital Realty NYC2\",\n            \"locationId\": 78,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1117,\n            \"lag_id\": 10,\n            \"lag_primary\": true,\n            \"aggregation_id\": 139318,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"64b93788-51a1-4fdb-8d6b-a5fcf75df38a\",\n            \"companyUid\": \"d2a431c2-9f35-444b-8d8d-2b08cb2b50f2\",\n            \"companyName\": \"1WorldSync, Inc\",\n            \"title\": \"ORD2-USEast4\",\n            \"locationId\": 647,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1118,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"9b754c35-a5b7-4b4a-859c-fa132a023ca2\",\n            \"companyUid\": \"e72bd065-8ae4-44c9-bbaa-9c5b89d35ebf\",\n            \"companyName\": \"OVHcloud\",\n            \"title\": \"NNI OCC - Paris PA3 Equinix - #1B1 [Megaport-RED]\",\n            \"locationId\": 515,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1119,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"05264e82-3620-45ea-9fc1-f393b26c6a28\",\n            \"companyUid\": \"e72bd065-8ae4-44c9-bbaa-9c5b89d35ebf\",\n            \"companyName\": \"OVHcloud\",\n            \"title\": \"NNI OCC - London LD5 Equinix - #1B1 [Megaport-BLUE]\",\n            \"locationId\": 90,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1120,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"ded6bed8-e1be-4c88-b6d8-b3edc0f52256\",\n            \"companyUid\": \"027156fb-5584-487c-89da-4940d1202e7a\",\n            \"companyName\": \"onPlatinum ICT\",\n            \"title\": \"NEXTDC_B2\",\n            \"locationId\": 383,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1121,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"d08d9f56-43e5-4888-918d-95438a633020\",\n            \"companyUid\": \"5c2dad92-f72b-4d0b-ad75-388455cbebdd\",\n            \"companyName\": \"Thomax Technology\",\n            \"title\": \"Melbourne DC\",\n            \"locationId\": 41,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1122,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"c6fd10f5-c9e4-4b56-afff-da45f5bd7e98\",\n            \"companyUid\": \"fb165440-4ca8-4cb5-9094-4dc1bbe91e1e\",\n            \"companyName\": \"akquinet outsourcing gGmbH\",\n            \"title\": \"de-ham-wende408-iphh\",\n            \"locationId\": 124,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1123,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 151044,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"3f952d29-060a-4b45-8e65-6d89f2f17cef\",\n            \"companyUid\": \"178d9736-6122-4647-920c-9e1e2b6e8046\",\n            \"companyName\": \"Acquire BPO\",\n            \"title\": \"HKHKG01-MEGAPORT01\",\n            \"locationId\": 54,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1124,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"f9ba3a0e-9e7b-4ffe-aef8-acd1c799ffb5\",\n            \"companyUid\": \"63cdec2f-3def-46d0-9548-8d33299ff5d1\",\n            \"companyName\": \"Blackhawk Network Holdings Inc (HAWK)\",\n            \"title\": \"UK-10G Megaport-2 Equinix MA4\",\n            \"locationId\": 605,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1125,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"76156f95-dbd7-423d-8160-9c9f295b98d6\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"EU (London) (eu-west-2)\",\n            \"locationId\": 89,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"red\",\n            \"rank\": 1126,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 174401,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"425c364b-8932-4df9-9901-a1d62141ec1e\",\n            \"companyUid\": \"e8ad16e7-87e0-4c16-a982-dbdfaaaf39c2\",\n            \"companyName\": \"Infrastructure Networks, Inc. (iNet)\",\n            \"title\": \"Dallas (DRT) - Red 1\",\n            \"locationId\": 72,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1127,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"6dc565c1-6df9-425f-8e9b-e3c0f4c08394\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Munich Primary\",\n            \"locationId\": 134,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1128,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"9f2b13c7-b680-4a64-9c08-37b170fb744e\",\n            \"companyUid\": \"0299b3c5-4d9d-457a-90a0-28a1d577e5b7\",\n            \"companyName\": \"phoenixNAP Bare Metal Cloud\",\n            \"title\": \"PhoenixNAP Bare Metal Cloud - AMS\",\n            \"locationId\": 518,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1129,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"d8100f67-65c8-4168-9a25-8cf6007a5a03\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 572,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1130,\n            \"lag_id\": 9,\n            \"lag_primary\": true,\n            \"aggregation_id\": 183272,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"productUid\": \"3a8abc0c-3fd4-4fc2-8b95-2a08b1f068a6\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 321,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1131,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 183338,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"productUid\": \"0fcc25f6-636b-4227-9d4b-94c4ea250052\",\n            \"companyUid\": \"7b54e767-1d03-49e8-8069-766603c3adbf\",\n            \"companyName\": \"TELUS Communications Inc.\",\n            \"title\": \"SCC-TORONTO-PRIMARY\",\n            \"locationId\": 79,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1132,\n            \"lag_id\": 9,\n            \"lag_primary\": true,\n            \"aggregation_id\": 198053,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"9fdca72f-0ee1-4ec5-9b3e-a9e4158497e8\",\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"Direct Link Toronto 2 Port 2\",\n            \"locationId\": 79,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 1133,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 198529,\n            \"connectType\": \"IBM\"\n        },\n        {\n            \"productUid\": \"9f5f9217-5cf9-45d3-b9a4-7db7b7abf244\",\n            \"companyUid\": \"33c0e8bb-abca-487c-9894-bec9d2c55fb8\",\n            \"companyName\": \"11:11 Systems\",\n            \"title\": \"iland RESPOD02 Megaport 9f5f9217\",\n            \"locationId\": 68,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1134,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"7cb30794-39e7-475e-85c4-2c248b28a24c\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"Brisbane (bne-zone2-4688)\",\n            \"locationId\": 383,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1135,\n            \"lag_id\": 9,\n            \"lag_primary\": true,\n            \"aggregation_id\": 218860,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"58026d76-c2ff-4554-afc3-32a7707a527e\",\n            \"companyUid\": \"a64f90d2-acd1-4c9c-ac68-c6c9b86b8df4\",\n            \"companyName\": \"Servers Australia Pty Ltd\",\n            \"title\": \"SAU - Brisbane - Equinix BR1\",\n            \"locationId\": 17,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 1136,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"9fb8386d-ee76-4aa2-8778-f9dbb5d45285\",\n            \"companyUid\": \"3a9f3003-fa40-4453-84c6-bba237d9a65b\",\n            \"companyName\": \"Cincinnati Bell\",\n            \"title\": \"MP-CHI-1\",\n            \"locationId\": 69,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1137,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"764a3fa6-5c36-4bc2-9a26-202e29206900\",\n            \"companyUid\": \"dddde1c2-c754-4261-9730-cd2bcaf7acca\",\n            \"companyName\": \"Binary Networks\",\n            \"title\": \"NDC_S1_10G\",\n            \"locationId\": 10,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1138,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"ef22107b-c35c-4d27-98b6-38195a32239a\",\n            \"companyUid\": \"e8ad16e7-87e0-4c16-a982-dbdfaaaf39c2\",\n            \"companyName\": \"Infrastructure Networks, Inc. (iNet)\",\n            \"title\": \"Dallas (DRT) - Blue 1\",\n            \"locationId\": 72,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1139,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"61418851-a509-4ca9-ac95-ff3737bef92b\",\n            \"companyUid\": \"c6b15539-5824-439f-8af9-b595d4e600e0\",\n            \"companyName\": \"Cloudflare Inc.\",\n            \"title\": \"Network Interconnect 10G Port Equinix ZH4\",\n            \"locationId\": 430,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1140,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 229304,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"36b279d4-a9e1-45d8-9191-5ee358c9b2f5\",\n            \"companyUid\": \"20e05dd7-cfaa-4a61-918c-34be6fe8fa7a\",\n            \"companyName\": \"Juxto, LLC\",\n            \"title\": \"NAP7_SYN_JUXTO\",\n            \"locationId\": 100,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1141,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"020d308d-9d89-4173-b326-7bf5f7fb3860\",\n            \"companyUid\": \"20e05dd7-cfaa-4a61-918c-34be6fe8fa7a\",\n            \"companyName\": \"Juxto, LLC\",\n            \"title\": \"EQUINIXDC2_SYN_JUXTO\",\n            \"locationId\": 67,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1142,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"33ad4e4e-3fa5-4d09-9e3f-bd8fec71fe91\",\n            \"companyUid\": \"dab9dba4-adfa-4e52-8166-ac3b9e381bbd\",\n            \"companyName\": \"Micrologic\",\n            \"title\": \"QBC1-MP-2A\",\n            \"locationId\": 164,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1143,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 233733,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"9ba06612-fa5d-4017-acdf-016884eddc7e\",\n            \"companyUid\": \"dc956d9e-65ce-4e72-9b36-b07a29f56a5d\",\n            \"companyName\": \"Twilio\",\n            \"title\": \"twilio-mp-au-sy3-port-2\",\n            \"locationId\": 6,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1144,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"55cdc4e9-4220-4a02-bca9-63ab52ddcb91\",\n            \"companyUid\": \"fe3ab0d6-2770-47c1-8879-c4827e5a2dd6\",\n            \"companyName\": \"Fastrack Technology\",\n            \"title\": \"Fastrack Technology - Singapore SG3\",\n            \"locationId\": 36,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1145,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"06345f42-ea8c-454b-b26d-d57875db0f78\",\n            \"companyUid\": \"b3025c0f-c40c-4cff-9a56-5a15820c7649\",\n            \"companyName\": \"White Label Communications LLC\",\n            \"title\": \"WhiteLabelComm LAS1-10Gig\",\n            \"locationId\": 100,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1146,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"cd3916ea-b631-4266-928a-bf288aa95c24\",\n            \"companyUid\": \"71a11c2f-ef3e-4d55-8b65-019a733fb7e5\",\n            \"companyName\": \"Falcore Australia Pty Ltd\",\n            \"title\": \"COLOCITY-DC3-MP1\",\n            \"locationId\": 549,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 1147,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"30c5d432-6676-4915-928a-1262595b2a62\",\n            \"companyUid\": \"71a11c2f-ef3e-4d55-8b65-019a733fb7e5\",\n            \"companyName\": \"Falcore Australia Pty Ltd\",\n            \"title\": \"EQ-SY5-MP1\",\n            \"locationId\": 6,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1148,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"0fe29598-45c0-493d-b6e3-65da3e1c48dd\",\n            \"companyUid\": \"6e935226-aee0-4353-aefc-3a23ff257e2f\",\n            \"companyName\": \"DDFR\",\n            \"title\": \"DDFR-Megaport\",\n            \"locationId\": 1047,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 1149,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 261828,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"3f278bdc-daf0-4dcb-b2a9-b7fa4c2022f4\",\n            \"companyUid\": \"6bc51cad-a63d-4ff8-ab12-6f35f2cdd69e\",\n            \"companyName\": \"Hurricane Electric\",\n            \"title\": \"100G Megaport MegaIX Ashburn\",\n            \"locationId\": 67,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1150,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 265709,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"cab81d30-0a27-4646-b63d-669723d90ced\",\n            \"companyUid\": \"32432b0b-ad33-4e69-8359-ef7c59a3d14b\",\n            \"companyName\": \"ACIWORLDWIDE\",\n            \"title\": \"ME1-Hub\",\n            \"locationId\": 25,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 1151,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"fc5060bb-f090-468b-b974-b86ad2733e2f\",\n            \"companyUid\": \"5ec41d1a-c19f-474d-9ce2-1d5f432c6cc6\",\n            \"companyName\": \"F5 Inc\",\n            \"title\": \"Megaport-ME1\",\n            \"locationId\": 41,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1152,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 278038,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"329cb821-9ed0-466f-bede-2bbf96bc2d51\",\n            \"companyUid\": \"5ec41d1a-c19f-474d-9ce2-1d5f432c6cc6\",\n            \"companyName\": \"F5 Inc\",\n            \"title\": \"Megaport-SY1\",\n            \"locationId\": 2,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1153,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 278039,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"1527c962-0b65-4e74-af6c-e285e73fe527\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Queretaro Secondary\",\n            \"locationId\": 1197,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1154,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"52336659-0c4b-42b7-9688-8e294f46e300\",\n            \"companyUid\": \"000b9931-0396-4145-be23-1f0e9ea059dd\",\n            \"companyName\": \"ASN Telecom\",\n            \"title\": \"ASNTelecom - SYD\",\n            \"locationId\": 6,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1155,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"ec4835bd-3f9a-4be8-a357-7c72ec8464d4\",\n            \"companyUid\": \"8ea83603-445c-40c6-94cf-67967a18beb9\",\n            \"companyName\": \"Oracle\",\n            \"title\": \"OCI (eu-paris-1) (BMC)\",\n            \"locationId\": 598,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1156,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 299352,\n            \"connectType\": \"ORACLE\"\n        },\n        {\n            \"productUid\": \"2c6c0341-cfaa-412c-96c2-63a83532be72\",\n            \"companyUid\": \"78404b0d-c3e3-4a1e-b9bc-2d5a11b5c8f7\",\n            \"companyName\": \"Oper8 Global\",\n            \"title\": \"Oper8 Global at Polaris\",\n            \"locationId\": 44,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1157,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"1095d775-3a47-4f1f-92b8-eb962c174a39\",\n            \"companyUid\": \"ed11be46-d335-458f-ae0e-919034b65d24\",\n            \"companyName\": \"EdgeConneX-Cox\",\n            \"title\": \"CB-CLOUDPORT-LA1-CA\",\n            \"locationId\": 59,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1158,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"6b9a51ee-f608-4f47-9a8d-602d4c04e162\",\n            \"companyUid\": \"d2792666-539c-4567-b6c5-60aeacd96bcb\",\n            \"companyName\": \"Wiline Networks, Inc.\",\n            \"title\": \"LAXLA0001NNI\",\n            \"locationId\": 60,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1159,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"436500f7-d398-4190-a8d4-f5094f29ca9c\",\n            \"companyUid\": \"e4fd5ebf-1e7e-42ca-8cf7-50f969480c3d\",\n            \"companyName\": \"SIX Group Services AG\",\n            \"title\": \"SIX_CHICAGO\",\n            \"locationId\": 64,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1160,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"7eac0f85-c30e-4664-a67a-70f419492a8e\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"Europe (Paris) (eu-west-3)\",\n            \"locationId\": 598,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1161,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 397668,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"9ad3ea63-c934-44ac-86c8-d8f05b51dec1\",\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"Direct Link Hong Kong 3 Port 1\",\n            \"locationId\": 54,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 1162,\n            \"lag_id\": 15,\n            \"lag_primary\": true,\n            \"aggregation_id\": 397734,\n            \"connectType\": \"IBM\"\n        },\n        {\n            \"productUid\": \"04e1c854-9783-4da2-b94f-0534ddbdd1c9\",\n            \"companyUid\": \"0d907853-1a83-434d-ad9d-230be3b6a5a4\",\n            \"companyName\": \"CoreWeave Cloud\",\n            \"title\": \"CoreWeave-100G-LGA1\",\n            \"locationId\": 387,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1163,\n            \"lag_id\": 1,\n            \"lag_primary\": true,\n            \"aggregation_id\": 398179,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"88fa6ef5-c5d9-4bff-8c7a-a86230aa0fe8\",\n            \"companyUid\": \"8396e2a0-fc70-40ad-b4c3-a4b5d5b1311d\",\n            \"companyName\": \"QuantHouse\",\n            \"title\": \"IRESS-MEGAPORT-SGX-1G\",\n            \"locationId\": 556,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1164,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"7ee19b38-4106-4be0-8459-ee0b60eeb600\",\n            \"companyUid\": \"0b906fdb-3145-4b4f-a0aa-6d9fc145dbb9\",\n            \"companyName\": \"Webex by Cisco\",\n            \"title\": \"LHR03-WXBB-PE01-BUNDLE10001\",\n            \"locationId\": 90,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1165,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 407622,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"f75d0eb5-2628-4bc9-afdf-c337874dae9a\",\n            \"companyUid\": \"0b906fdb-3145-4b4f-a0aa-6d9fc145dbb9\",\n            \"companyName\": \"Webex by Cisco\",\n            \"title\": \"AMS10-WXBB-PE01-BUNDLE10001\",\n            \"locationId\": 85,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1166,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 407624,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"8df56ff9-1c35-4ba3-a621-842ca501e09f\",\n            \"companyUid\": \"0b906fdb-3145-4b4f-a0aa-6d9fc145dbb9\",\n            \"companyName\": \"Webex by Cisco\",\n            \"title\": \"JFK01-WXBB-PE01-BUNDLE10001\",\n            \"locationId\": 655,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1167,\n            \"lag_id\": 1,\n            \"lag_primary\": true,\n            \"aggregation_id\": 407626,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"cad534f6-592a-4c90-b323-daf6fa83d599\",\n            \"companyUid\": \"d2792666-539c-4567-b6c5-60aeacd96bcb\",\n            \"companyName\": \"Wiline Networks, Inc.\",\n            \"title\": \"CHICH0003NNI\",\n            \"locationId\": 69,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1168,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"7c598acb-7e2d-4ec5-9ecc-e7fdfc35e64b\",\n            \"companyUid\": \"dab9dba4-adfa-4e52-8166-ac3b9e381bbd\",\n            \"companyName\": \"Micrologic\",\n            \"title\": \"QBC1-MP-3A\",\n            \"locationId\": 164,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1169,\n            \"lag_id\": 2,\n            \"lag_primary\": true,\n            \"aggregation_id\": 426508,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"5f284d80-3560-4642-9620-a7e24671c191\",\n            \"companyUid\": \"72a49772-a84d-407f-a5ca-e5df70364a97\",\n            \"companyName\": \"eStruxture Data Centers Inc.\",\n            \"title\": \"Megaport_NNI_01\",\n            \"locationId\": 1167,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1170,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"ab6f82be-5d60-45ef-b76a-c1be4ee14ca4\",\n            \"companyUid\": \"4bd1718d-db51-4498-a2a6-d102b5fc4950\",\n            \"companyName\": \"IronCloud\",\n            \"title\": \"100G Megaport - Iron Cloud Phoenix, AZ - Port A\",\n            \"locationId\": 330,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1171,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"485c15e6-02f3-46ae-bf00-21578b7f3995\",\n            \"companyUid\": \"dc956d9e-65ce-4e72-9b36-b07a29f56a5d\",\n            \"companyName\": \"Twilio\",\n            \"title\": \"twilio-mp-au-sy3-port-1\",\n            \"locationId\": 6,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1172,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"81aa6bfb-f7a9-4d53-acc8-12c5b6d3bde7\",\n            \"companyUid\": \"eaee7551-7b40-468b-b958-34fcf634013a\",\n            \"companyName\": \"Wasabi Technologies LLC.\",\n            \"title\": \"100G_PDX02_USW1\",\n            \"locationId\": 477,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1173,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 473729,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"c93030da-efd5-4df1-ab5e-a89c7f7c8fab\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 557,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1174,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 485866,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"productUid\": \"88d2985d-39f6-4123-99de-724d283f477c\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"Denver (den-zone1-389)\",\n            \"locationId\": 320,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1175,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 491563,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"c4384f88-8a7b-418f-9578-0005f053c695\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"Toronto (yyz-zone1-392)\",\n            \"locationId\": 1167,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1176,\n            \"lag_id\": 1,\n            \"lag_primary\": true,\n            \"aggregation_id\": 498323,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"2e177e0e-4657-40e3-8eee-5f166d55302c\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US East (N. Virginia) (us-east-1)\",\n            \"locationId\": 234,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1177,\n            \"lag_id\": 2,\n            \"lag_primary\": true,\n            \"aggregation_id\": 516720,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"4cd717f1-4751-4870-ac29-ecb0f82ab02e\",\n            \"companyUid\": \"3c0974a3-f1d7-48bd-b2e7-2c866e53a612\",\n            \"companyName\": \"Virtualplatform\",\n            \"title\": \"MP-1P-S1\",\n            \"locationId\": 10,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1178,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"a89d058d-d2a8-41db-907d-61632c724e48\",\n            \"companyUid\": \"52a347ba-b58a-467b-905b-1b4b638a7232\",\n            \"companyName\": \"Devoli\",\n            \"title\": \"Devoli-SY1\",\n            \"locationId\": 2,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1179,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"f3061525-457b-4b21-8282-46bbf3bc118d\",\n            \"companyUid\": \"feae6c16-f10f-4d97-951e-00dc9fa9b9ca\",\n            \"companyName\": \"Pivotel Satellite Pty Limited\",\n            \"title\": \"Pivotel-MEL-10G\",\n            \"locationId\": 24,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 1180,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"b85d4cc7-292a-484b-b3ba-a39d16b9223e\",\n            \"companyUid\": \"eaee7551-7b40-468b-b958-34fcf634013a\",\n            \"companyName\": \"Wasabi Technologies LLC.\",\n            \"title\": \"100G_SY1_SYDNEY_APSE2\",\n            \"locationId\": 2,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1181,\n            \"lag_id\": 11,\n            \"lag_primary\": true,\n            \"aggregation_id\": 549545,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"f9c95d25-1350-478a-9edc-d9a2f38a29c8\",\n            \"companyUid\": \"c0bb122e-f5ee-4c40-acf2-adc76506e41a\",\n            \"companyName\": \"TEAM Cloud\",\n            \"title\": \"TEAM Cloud - Xtreme, WGT\",\n            \"locationId\": 1110,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 1182,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"bad43779-92b3-42ea-b90c-661ef463eb4e\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 94,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1183,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 565327,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"productUid\": \"f43be9c0-7ba0-4f12-b379-13302843501d\",\n            \"companyUid\": \"9d3773d9-7038-4ce9-9196-4f410fbdf29f\",\n            \"companyName\": \"VPLS Inc.\",\n            \"title\": \"Evocative BOS1 CR1.BOS1\",\n            \"locationId\": 1508,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 1184,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"e0cfac6a-85bc-4ef1-a9e1-8cbc894bbecd\",\n            \"companyUid\": \"8c3f7d48-2ac0-43f5-9bd4-fb421feffedb\",\n            \"companyName\": \"IP Access International, LLC\",\n            \"title\": \"mia-edge1\",\n            \"locationId\": 234,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1185,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"MVE\"\n        },\n        {\n            \"productUid\": \"99b10074-d280-4ecd-a608-2ea8d7b24fe5\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 650,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1186,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 614005,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"productUid\": \"8d47177d-c8ce-4099-a1f1-80e3171bbcfe\",\n            \"companyUid\": \"d755d69d-9c08-4845-a933-370956b45f5f\",\n            \"companyName\": \"Zoom Communications, Inc.\",\n            \"title\": \"ZOOM-SJC-RBB-A-RES-0-1 CXC\",\n            \"locationId\": 66,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1187,\n            \"lag_id\": 12,\n            \"lag_primary\": true,\n            \"aggregation_id\": 617585,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"b9746ad6-39c0-4892-8c60-b110e73e61d8\",\n            \"companyUid\": \"f695a5c2-f4dd-4711-8544-4b9d908b9d37\",\n            \"companyName\": \"ResetData Cloud\",\n            \"title\": \"ResetData AU-SYD Core 2\",\n            \"locationId\": 1510,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1188,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"34d0dd63-7ca5-4f52-a13f-e264bd051dd6\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"Asia Pacific (Sydney) (ap-southeast-2)\",\n            \"locationId\": 50,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1189,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 654375,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"7acfc534-d67b-4036-a837-42880093b85a\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"Asia Pacific (Sydney) (ap-southeast-2)\",\n            \"locationId\": 50,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1190,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 654377,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"d57c2270-1eba-46bc-80c5-1feb64051ed8\",\n            \"companyUid\": \"fe0086c9-6b1e-4893-a2f5-1fcbdc30cc00\",\n            \"companyName\": \"SUPA Networks\",\n            \"title\": \"SUPA Networks QLD NextDC B2\",\n            \"locationId\": 383,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1191,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"7a485574-cbe7-428f-b7b4-169daa3a531b\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 5,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1192,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 698838,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"productUid\": \"10d18c04-ee00-4a4e-a130-c16dd174151f\",\n            \"companyUid\": \"1bfc203b-b9a3-46c1-85a3-e4eab6abf439\",\n            \"companyName\": \"3DS OUTSCALE\",\n            \"title\": \"SNC Port 1\",\n            \"locationId\": 634,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 5000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 1193,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"OUTSCALE\"\n        },\n        {\n            \"productUid\": \"fb49796c-4db4-46b2-a18b-8cf615ef4c86\",\n            \"companyUid\": \"5ec41d1a-c19f-474d-9ce2-1d5f432c6cc6\",\n            \"companyName\": \"F5 Inc\",\n            \"title\": \"Megaport-TR1\",\n            \"locationId\": 73,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 1194,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 708866,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"bb48d2f9-ed47-4df6-a566-6d153f202497\",\n            \"companyUid\": \"8323281b-6367-4cf8-9bce-703a66b793c4\",\n            \"companyName\": \"Gamma Telecom\",\n            \"title\": \"prod-syd-megaport-vr-1\",\n            \"locationId\": 3,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1195,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"MVE\"\n        },\n        {\n            \"productUid\": \"68b078e3-a8c7-410e-ac5e-d555798a1922\",\n            \"companyUid\": \"8323281b-6367-4cf8-9bce-703a66b793c4\",\n            \"companyName\": \"Gamma Telecom\",\n            \"title\": \"prod-sg-megaport-vr-1\",\n            \"locationId\": 39,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1196,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"MVE\"\n        },\n        {\n            \"productUid\": \"05dbeb55-d50b-44a1-9435-2f8ee465320b\",\n            \"companyUid\": \"b2e174d5-a6ae-48bd-9110-fa746c1448b9\",\n            \"companyName\": \"ASE\",\n            \"title\": \"ASE MEGAPORT at NextDC M1\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1197,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"0b3dad79-755d-4c11-acb8-716382ca18b3\",\n            \"companyUid\": \"658a0176-a762-4730-8900-099d925233b6\",\n            \"companyName\": \"DTS\",\n            \"title\": \"DTSanz MEGAPORT at Equinix SY1/2\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1198,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"f8470423-8c09-4b14-970b-e33282fd9a29\",\n            \"companyUid\": \"40cdca23-7fc9-4de5-a728-09beedcbf241\",\n            \"companyName\": \"Exetel\",\n            \"title\": \"Exetel MEGAPORT at NextDC B1\",\n            \"locationId\": 5,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1199,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"e75eee85-3040-4728-9f89-41be8c2fe19a\",\n            \"companyUid\": \"b03beb61-fcdb-4676-87d1-ab566f6839a7\",\n            \"companyName\": \"Acurus Networks Pty Ltd\",\n            \"title\": \"Acurus MEGAPORT at NextDC S1\",\n            \"locationId\": 10,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1200,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"b89ae1ac-e242-4805-b7cc-d2637227aca9\",\n            \"companyUid\": \"e17bbf63-69a9-4efb-82fe-9ad282ef4c23\",\n            \"companyName\": \"Zettagrid\",\n            \"title\": \"INTERNAL_PORT_BRIwh\",\n            \"locationId\": 5,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1201,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"83f96510-d48b-4a3e-9bf3-89b0da25564a\",\n            \"companyUid\": \"10c17a66-5431-4c31-a623-37ab7f2be58c\",\n            \"companyName\": \"Real World Technology Solutions\",\n            \"title\": \"bne01 - NextDC B1\",\n            \"locationId\": 5,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1202,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"922d2676-4ad2-4bed-a520-8b857d732323\",\n            \"companyUid\": \"f899807a-f823-4c27-a56c-48ea5b1cdafe\",\n            \"companyName\": \"Micron21 Pty Ltd\",\n            \"title\": \"Micron21 Megaport at ME1\",\n            \"locationId\": 41,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1203,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"97623290-c8c6-481e-af73-5e4a52de64e7\",\n            \"companyUid\": \"8e193d12-e3d1-4c84-ac09-bd73cc77d294\",\n            \"companyName\": \"Pure IP\",\n            \"title\": \"Pure IP Sydney\",\n            \"locationId\": 2,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1204,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"aff5bdff-bcef-4a68-909e-e0592f30ec1c\",\n            \"companyUid\": \"f4410b61-08c6-4fbe-942e-ace62080df2e\",\n            \"companyName\": \"Bendigo Telco\",\n            \"title\": \"Interactive - Megaport Red\",\n            \"locationId\": 19,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1205,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"758a27ce-c605-4671-9964-3581e2d51233\",\n            \"companyUid\": \"14ddf147-a47a-44bf-802e-96911c1586ba\",\n            \"companyName\": \"Unlock Your Cloud Potential with InterCloud\",\n            \"title\": \"Intercloud at Equinix SG1\",\n            \"locationId\": 36,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1206,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"1bd1a4a3-eda9-4b20-919b-08b84ad27115\",\n            \"companyUid\": \"f899807a-f823-4c27-a56c-48ea5b1cdafe\",\n            \"companyName\": \"Micron21 Pty Ltd\",\n            \"title\": \"Micron21 10G Megaport at Equinix SY1/2\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1207,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"0804d980-e434-4aa8-b2cd-0d2ce0a76467\",\n            \"companyUid\": \"ff552a1a-0db5-4e95-8390-97bd34bdf8bf\",\n            \"companyName\": \"Somerville Group\",\n            \"title\": \"Somerville NextDC B1\",\n            \"locationId\": 5,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1208,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"9b715297-bde9-46ef-932d-af307dfb3736\",\n            \"companyUid\": \"f4410b61-08c6-4fbe-942e-ace62080df2e\",\n            \"companyName\": \"Bendigo Telco\",\n            \"title\": \"SY1 - Megaport Red\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1209,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"aa7c4644-9dd5-4735-b4db-f3984c369edb\",\n            \"companyUid\": \"2b986827-1774-4286-8559-68a3ffe036a1\",\n            \"companyName\": \"Evolve IT Australia Pty Ltd\",\n            \"title\": \"M1 Megaport\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1210,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"29f28316-f292-4675-a8a8-e12f03497d36\",\n            \"companyUid\": \"c4c99965-e2fa-4662-96d5-06c14c2bbb42\",\n            \"companyName\": \"Sentrian Pty Ltd\",\n            \"title\": \"MEGAPORT at NextDC S1\",\n            \"locationId\": 10,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1211,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"e3765099-9def-465b-8cc6-99d0905e9dce\",\n            \"companyUid\": \"95c51024-ff4e-4b45-949e-125274e65103\",\n            \"companyName\": \"Cloud Plus\",\n            \"title\": \"NextDC-M1-01\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1212,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"d34f7058-cb51-4099-b82e-5324325c2c17\",\n            \"companyUid\": \"95c51024-ff4e-4b45-949e-125274e65103\",\n            \"companyName\": \"Cloud Plus\",\n            \"title\": \"NextDC-M1-02\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1213,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"514d28ca-251d-46bc-8827-98e417e3bee7\",\n            \"companyUid\": \"c4c99965-e2fa-4662-96d5-06c14c2bbb42\",\n            \"companyName\": \"Sentrian Pty Ltd\",\n            \"title\": \"MEGAPORT at NextDC B1\",\n            \"locationId\": 5,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1214,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"e28da929-40b4-4920-9f26-e79d2a1e4553\",\n            \"companyUid\": \"482eeb40-9656-41ba-8db3-408bb3c0e317\",\n            \"companyName\": \"Diyixian.com Limited\",\n            \"title\": \"Diyxian 1G Megaport Equinix SG1\",\n            \"locationId\": 36,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1215,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"dc00f7b4-f301-406b-9129-cd2d8aa7942a\",\n            \"companyUid\": \"d0bb53e8-ae3c-47c9-bdd5-ad276dd6568f\",\n            \"companyName\": \"Advanced Wireless Network Co.\",\n            \"title\": \"AWN-MegaPort-GBSG#1\",\n            \"locationId\": 39,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1216,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"dd354511-7124-4dcd-b736-5ed180741c06\",\n            \"companyUid\": \"3a6aa5a8-2c6a-48b9-b2c1-5bd9224a9502\",\n            \"companyName\": \"365 Data Centers\",\n            \"title\": \"AMC-LGA6-365DCCIR00000335\",\n            \"locationId\": 75,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1217,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"789f7f00-d533-452e-afa0-ee94a8a4ff81\",\n            \"companyUid\": \"fbc2558d-6b52-4e69-a561-6d67f8c563c4\",\n            \"companyName\": \"TechPath Pty Ltd\",\n            \"title\": \"Brisbane-B1-2\",\n            \"locationId\": 5,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1218,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"390f3d55-e6fd-4e55-a3ff-2d164d8e563e\",\n            \"companyUid\": \"c4aca1db-90a3-4732-9383-a5afed158d23\",\n            \"companyName\": \"Datacom Systems Ltd\",\n            \"title\": \"Datacom 10G Peering Port\",\n            \"locationId\": 33,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1219,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"e5d523d6-4653-4bbe-a94e-02d4f26f92c2\",\n            \"companyUid\": \"5ba08122-a439-4e8d-8d2a-9efc1104335a\",\n            \"companyName\": \"CanaryIT\",\n            \"title\": \"MP_NDC_S1_10G\",\n            \"locationId\": 10,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1220,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"93e27b0e-979e-4a7b-8b00-c11b5062f337\",\n            \"companyUid\": \"5ba08122-a439-4e8d-8d2a-9efc1104335a\",\n            \"companyName\": \"CanaryIT\",\n            \"title\": \"MP_EQX_SY3_10G\",\n            \"locationId\": 6,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1221,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"1613f550-37ce-415f-b2dc-bca5223d2285\",\n            \"companyUid\": \"a6700553-95c9-41c2-b0e1-84959e706f2e\",\n            \"companyName\": \"FireNet\",\n            \"title\": \"Firenet MEGAPORT at Global Switch\",\n            \"locationId\": 3,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1222,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"d82782b8-39e8-48d8-ab08-d15f4496cb81\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"GovCloud Seattle Secondary\",\n            \"locationId\": 57,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1223,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"02d4eb15-8037-433c-932b-b3b2994a80b0\",\n            \"companyUid\": \"5cb88f99-760d-48e6-8efa-70c394710dd2\",\n            \"companyName\": \"Tattersall's Holdings Pty Ltd\",\n            \"title\": \"EMP Cloud Connectivity\",\n            \"locationId\": 45,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 1224,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"91efd585-b907-48db-b05d-b432015b92a4\",\n            \"companyUid\": \"baaebd23-1e4c-4ca8-b6c7-9cbc21fbc8b2\",\n            \"companyName\": \"Daraco IT Services\",\n            \"title\": \"GlobalSwitch10G\",\n            \"locationId\": 3,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1225,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"abf2c0c7-d45d-4094-96ed-fed637cea6d3\",\n            \"companyUid\": \"baaebd23-1e4c-4ca8-b6c7-9cbc21fbc8b2\",\n            \"companyName\": \"Daraco IT Services\",\n            \"title\": \"NEXTDC10G\",\n            \"locationId\": 10,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1226,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"6e072cd0-c7af-4093-82fd-9eba5a4b04ed\",\n            \"companyUid\": \"dc956d9e-65ce-4e72-9b36-b07a29f56a5d\",\n            \"companyName\": \"Twilio\",\n            \"title\": \"10G Port - Equinix DC2, Port 1\",\n            \"locationId\": 67,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1227,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"f3e913fe-83f2-4bb8-9e91-8f25934a689f\",\n            \"companyUid\": \"c7abc9bb-e085-4e82-a465-c68b772dc82c\",\n            \"companyName\": \"TTEC INTERNATIONAL PTY LTD\",\n            \"title\": \"AUSYD-MP01\",\n            \"locationId\": 3,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1228,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"a8b3cba7-f79c-4109-8a21-53842ef61af2\",\n            \"companyUid\": \"c714d3a5-57df-407f-a039-7ea9709537a1\",\n            \"companyName\": \"Halliburton Energy Services Inc\",\n            \"title\": \"1Gig Port - CyrusOne Carrollton, Port 2\",\n            \"locationId\": 102,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1229,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"c6d93534-1d79-42c3-8202-1c96e11cbac6\",\n            \"companyUid\": \"9540e4fc-acb9-4ed8-972d-6daf71272dd2\",\n            \"companyName\": \"Aptum Managed Services (Canada) Inc.\",\n            \"title\": \"WDC CLOUD CONNECT 10G LAG 01\",\n            \"locationId\": 67,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1230,\n            \"lag_id\": 8,\n            \"lag_primary\": true,\n            \"aggregation_id\": 23144,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"1c0fe603-66d1-48a8-8ef1-317e02dab241\",\n            \"companyUid\": \"07878808-382e-4997-805c-5b4193e4db85\",\n            \"companyName\": \"connect managed services (uk) limited\",\n            \"title\": \"CRISP_HK2 NNI-5162\",\n            \"locationId\": 54,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1231,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"70e9aae4-9244-413e-a1c5-56fc8ca28c25\",\n            \"companyUid\": \"3101a036-ba7c-444c-8687-28fbbafbc606\",\n            \"companyName\": \"REDD\",\n            \"title\": \"BNE5-01-10G\",\n            \"locationId\": 44,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1232,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"7efc8331-76f6-4315-b36e-5e5a584f5b46\",\n            \"companyUid\": \"dc956d9e-65ce-4e72-9b36-b07a29f56a5d\",\n            \"companyName\": \"Twilio\",\n            \"title\": \"10G Port - Equinix SV1, Port 2\",\n            \"locationId\": 66,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1233,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"6393caf8-2aa7-4c4a-8df2-aa650b16aec4\",\n            \"companyUid\": \"0d1037bb-e0bc-4f33-bb7a-6493504e3c95\",\n            \"companyName\": \"LBNCo\",\n            \"title\": \"LBNCo P1\",\n            \"locationId\": 50,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1234,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"5fedb2c6-829f-4db4-9b63-8f78126a23a0\",\n            \"companyUid\": \"f94f902b-c414-414f-8d83-e84d29e2a249\",\n            \"companyName\": \"MarchNet\",\n            \"title\": \"NextDC B1\",\n            \"locationId\": 5,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1235,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"2fa8c6c5-314f-4d14-8fb6-e1f7f86bdacc\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"Ashburn (iad-zone2-1)\",\n            \"locationId\": 67,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"red\",\n            \"rank\": 1236,\n            \"lag_id\": 9,\n            \"lag_primary\": true,\n            \"aggregation_id\": 40506,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"3fb3ec87-eda0-414c-9fc2-95a475560462\",\n            \"companyUid\": \"ed96d1a8-a537-4be8-acf9-d43d846ec725\",\n            \"companyName\": \"Vibe Group\",\n            \"title\": \"ME1_MEGAPORT\",\n            \"locationId\": 41,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1237,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"821a43f0-5aa3-4840-9702-ce1274c15395\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"New York (lga-zone1-16)\",\n            \"locationId\": 78,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"red\",\n            \"rank\": 1238,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 30893,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"acd0ca6b-e763-477e-aeb0-c2abeb948dfe\",\n            \"companyUid\": \"3766fb84-d733-45c0-b460-037cf9951488\",\n            \"companyName\": \"Unite Private Networks\",\n            \"title\": \"Dallas 10 Gig Megaport UPN\",\n            \"locationId\": 71,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1239,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"94b8fa97-012c-4817-b234-1814988fe601\",\n            \"companyUid\": \"c7abc9bb-e085-4e82-a465-c68b772dc82c\",\n            \"companyName\": \"TTEC INTERNATIONAL PTY LTD\",\n            \"title\": \"AUSYD-MP02\",\n            \"locationId\": 3,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1240,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"42e6c65e-6048-4009-aaa4-b9e2bb5948e3\",\n            \"companyUid\": \"fdd52227-12aa-42ba-90a7-16fa591a6152\",\n            \"companyName\": \"Unitas Global\",\n            \"title\": \"DFW1-L3 Port\",\n            \"locationId\": 71,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1241,\n            \"lag_id\": 9,\n            \"lag_primary\": true,\n            \"aggregation_id\": 33059,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"f729a28c-a3b0-4052-a10c-adecda91d305\",\n            \"companyUid\": \"fdd52227-12aa-42ba-90a7-16fa591a6152\",\n            \"companyName\": \"Unitas Global\",\n            \"title\": \"IAD1-L3 Port\",\n            \"locationId\": 67,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1242,\n            \"lag_id\": 8,\n            \"lag_primary\": true,\n            \"aggregation_id\": 33060,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"ba166588-65e7-4e9c-a752-5eb680427e9f\",\n            \"companyUid\": \"fdd52227-12aa-42ba-90a7-16fa591a6152\",\n            \"companyName\": \"Unitas Global\",\n            \"title\": \"SIN1-L3 Port\",\n            \"locationId\": 37,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1243,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 33063,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"ff91be74-ba3b-4520-ab07-1cdb7a86417e\",\n            \"companyUid\": \"1e0fc8b7-87d9-4beb-88b3-8ab9890dc3ae\",\n            \"companyName\": \"Rockwell Collins, Inc\",\n            \"title\": \"1G Megaport - EQX CHI1\",\n            \"locationId\": 69,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1244,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"e32ab983-7650-4046-8dd7-cabbba9f67f3\",\n            \"companyUid\": \"a2cbf824-f6a9-4a1b-a80d-5efd89d1c459\",\n            \"companyName\": \"MBIT Technologies Pty Ltd\",\n            \"title\": \"Sydney\",\n            \"locationId\": 6,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1245,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"6361b84d-f4f8-4a13-b596-0547e2d2c628\",\n            \"companyUid\": \"d1b015eb-5b39-4d7e-b3c7-da92f4837e87\",\n            \"companyName\": \"Solarix Networks Limited / Plan B Group\",\n            \"title\": \"Plan B - Datacom DC, Orbit Dr\",\n            \"locationId\": 33,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1246,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"6b6a6673-4fc2-49e0-a8ea-18d7926b2cfb\",\n            \"companyUid\": \"b89642e6-ccd2-4a69-b8b0-da661532410d\",\n            \"companyName\": \"NetActuate\",\n            \"title\": \"SY3-port1\",\n            \"locationId\": 6,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1247,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"d57f4829-88e9-4b80-b90c-b09271ace5e7\",\n            \"companyUid\": \"cd430b11-d863-41af-96c8-ccaec5e04875\",\n            \"companyName\": \"Aussie Broadband\",\n            \"title\": \"Brisbane - NextDC B1\",\n            \"locationId\": 5,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1248,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"7b329883-80b9-4abe-83ca-4176457f89b7\",\n            \"companyUid\": \"169c933e-ebce-41f8-b04f-e0877531b3ad\",\n            \"companyName\": \"ECN\",\n            \"title\": \"ECN M1\",\n            \"locationId\": 4,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1249,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"53889172-afd4-4608-8288-e8b3e703daf6\",\n            \"companyUid\": \"fdd52227-12aa-42ba-90a7-16fa591a6152\",\n            \"companyName\": \"Unitas Global\",\n            \"title\": \"FRA1-L3 Port\",\n            \"locationId\": 131,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1250,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 40589,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"d5f8f548-48eb-433f-b077-4f9c3fb5d9ae\",\n            \"companyUid\": \"c86219cc-bddc-4ca3-9065-f30203eec355\",\n            \"companyName\": \"Digital Island\",\n            \"title\": \"10G_MDR_DC_AIRDAILE\",\n            \"locationId\": 80,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1251,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"7551718c-9795-480b-bc6f-c9f1aec53505\",\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"IBM Cloud Direct Link 1.0 Singapore 2 Port 1 Classic Only \",\n            \"locationId\": 36,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1252,\n            \"lag_id\": 10,\n            \"lag_primary\": true,\n            \"aggregation_id\": 42781,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"3657c179-2e2b-456f-aa79-3c2bb3cb7dfe\",\n            \"companyUid\": \"1c3acfd6-e35b-4122-9212-b11ae3efe129\",\n            \"companyName\": \"Options IT\",\n            \"title\": \"LD5 Secondary\",\n            \"locationId\": 90,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1253,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"765208c5-c91f-4d27-9028-aff98320ddc4\",\n            \"companyUid\": \"fe3ab0d6-2770-47c1-8879-c4827e5a2dd6\",\n            \"companyName\": \"Fastrack Technology\",\n            \"title\": \"Fastrack Technology - Sydney SY4\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1254,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"fbe6e595-b756-4759-91e5-4c6d1ea2e669\",\n            \"companyUid\": \"45f75acb-e418-4abf-b89f-cb05c70414dc\",\n            \"companyName\": \"Blue Apache\",\n            \"title\": \"BlueApache 10G Megaport at NEXTDC B1\",\n            \"locationId\": 5,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1255,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"6f7aada7-dfe6-46c1-913e-ec827676b2b5\",\n            \"companyUid\": \"e17bbf63-69a9-4efb-82fe-9ad282ef4c23\",\n            \"companyName\": \"Zettagrid\",\n            \"title\": \"INTERNAL_PORT_PERma\",\n            \"locationId\": 50,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1256,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"9e127f95-82ee-4580-8c61-1fdf359e52e1\",\n            \"companyUid\": \"0931dcea-1d38-4698-8bbb-e9ffea823657\",\n            \"companyName\": \"Keller Williams Realty International\",\n            \"title\": \"Keller Williams Realty International\",\n            \"locationId\": 355,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 1257,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"09c91830-58ed-4cb3-be36-4f5f9ea2e2c6\",\n            \"companyUid\": \"383ec5a3-db27-4674-93c5-c21357abbeeb\",\n            \"companyName\": \"Opus Interactive\",\n            \"title\": \"Megaport-VA1-1\",\n            \"locationId\": 333,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1258,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"d8dae0f0-40a1-4875-9536-f1481a3ac445\",\n            \"companyUid\": \"383ec5a3-db27-4674-93c5-c21357abbeeb\",\n            \"companyName\": \"Opus Interactive\",\n            \"title\": \"Megaport-HIO1-1\",\n            \"locationId\": 97,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1259,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"bc1fb60f-7c72-4731-86aa-238a34d6fe5b\",\n            \"companyUid\": \"01e1e173-f28c-4122-abc9-5aef126d3ebf\",\n            \"companyName\": \"Corpcloud Pty Ltd\",\n            \"title\": \"CorpCloud Sydney SY1/2/4\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1260,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"2c43fc32-ecdf-4821-99dc-84703db6d8e0\",\n            \"companyUid\": \"2f20047b-274a-409f-b1bd-7103765b0e1b\",\n            \"companyName\": \"Gigafy\",\n            \"title\": \"GIGAFY_NDC_S1-P1\",\n            \"locationId\": 10,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1261,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"50311cd9-7e16-4644-b9f3-df03f8b37bd1\",\n            \"companyUid\": \"383ec5a3-db27-4674-93c5-c21357abbeeb\",\n            \"companyName\": \"Opus Interactive\",\n            \"title\": \"Megaport-TX1-1\",\n            \"locationId\": 408,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1262,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"e5d91aee-8616-44d5-b51a-d73be97da1fa\",\n            \"companyUid\": \"3a6aa5a8-2c6a-48b9-b2c1-5bd9224a9502\",\n            \"companyName\": \"365 Data Centers\",\n            \"title\": \"AMC-LAX2-365DCCIR00000334\",\n            \"locationId\": 60,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1263,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"6568e24e-5824-4417-ba03-8151d4363de6\",\n            \"companyUid\": \"36a1f028-efbe-47ca-90c9-53b63eb0b720\",\n            \"companyName\": \"Earth Network Technology(Hong Kong)Co.,Limited\",\n            \"title\": \"9E-HK-Megai\",\n            \"locationId\": 47,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1264,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"677a004e-b006-4ad1-9d2c-b1f9f54ded76\",\n            \"companyUid\": \"c5201a8b-0711-40a6-95fd-240bfe8721a3\",\n            \"companyName\": \"AUS IT\",\n            \"title\": \"NextDC M2 Megaport\",\n            \"locationId\": 382,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1265,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"10765849-1b94-4eaa-8ce2-2fa57c7675c6\",\n            \"companyUid\": \"500c0d0b-a9fd-49ca-8f6a-0fa90c7df967\",\n            \"companyName\": \"Terago Network\",\n            \"title\": \"Terago-Megaport-10GNNI (MMR2)\",\n            \"locationId\": 438,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1266,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"ee80f810-c4df-4675-9f91-ad5f81491b40\",\n            \"companyUid\": \"178d9736-6122-4647-920c-9e1e2b6e8046\",\n            \"companyName\": \"Acquire BPO\",\n            \"title\": \"USLAX01-MEGAPORT01\",\n            \"locationId\": 60,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1267,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"45647f62-2c91-4c89-8914-533524541d38\",\n            \"companyUid\": \"178d9736-6122-4647-920c-9e1e2b6e8046\",\n            \"companyName\": \"Acquire BPO\",\n            \"title\": \"USSJC01-MEGAPORT01\",\n            \"locationId\": 66,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1268,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"f7d5d63e-6572-4362-81e7-39b0fd0d49a0\",\n            \"companyUid\": \"1c3acfd6-e35b-4122-9212-b11ae3efe129\",\n            \"companyName\": \"Options IT\",\n            \"title\": \"HK1 Secondary\",\n            \"locationId\": 46,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1269,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"054ab6cc-7e71-4846-9839-401b21a75bf1\",\n            \"companyUid\": \"637dd12a-140c-4d0b-ad64-ff6d5342a147\",\n            \"companyName\": \"SIS Group Pty ltd\",\n            \"title\": \"Equinix SY4\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1270,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"574cb3ee-b3df-4690-834d-af038ca70f0a\",\n            \"companyUid\": \"07878808-382e-4997-805c-5b4193e4db85\",\n            \"companyName\": \"connect managed services (uk) limited\",\n            \"title\": \"CRISP_FR4 NNI-5158\",\n            \"locationId\": 131,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1271,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"ad2a247a-363d-4e59-b59e-a3ed16406f2b\",\n            \"companyUid\": \"2f20047b-274a-409f-b1bd-7103765b0e1b\",\n            \"companyName\": \"Gigafy\",\n            \"title\": \"GIGAFY_NDC_M1-P1\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1272,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"b5fa8128-f49f-4e88-9a74-f9a7a8d0c9a0\",\n            \"companyUid\": \"80f1557b-72d8-45ae-899f-40c6b320757a\",\n            \"companyName\": \"GPK Group Pty Ltd\",\n            \"title\": \"GPK NSW S1\",\n            \"locationId\": 10,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1273,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"e0df0718-fb72-435a-b5f4-f71aad30d05a\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"Ashburn (iad-zone2-1)\",\n            \"locationId\": 67,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"red\",\n            \"rank\": 1274,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 65383,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"e7e64a63-6852-4407-b2e6-a5c5b97da226\",\n            \"companyUid\": \"750ea116-3bb1-44dc-a0ab-4c58fe0256a8\",\n            \"companyName\": \"Wireline Group\",\n            \"title\": \"Megaport B2\",\n            \"locationId\": 383,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1275,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"4d02f6ad-8838-4e78-abd5-19142cd11709\",\n            \"companyUid\": \"44e6db75-f189-4788-ba59-8272bc2db66a\",\n            \"companyName\": \"Opteamax Infrastructure GmbH\",\n            \"title\": \"t(rsl) d(OPTEAMAX) m(LR) tp(FRA6/CPR/ODF14/HU3/PO3) \",\n            \"locationId\": 130,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1276,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"ed258704-c940-4528-a2d0-c2b8f98b90ff\",\n            \"companyUid\": \"31ce89b8-e5f3-4eae-a78e-f8de4b5331c1\",\n            \"companyName\": \"Fusion5\",\n            \"title\": \"Vigilant.IT Primary DC\",\n            \"locationId\": 42,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1277,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"1c139133-0c4e-458d-be40-fa2870aefd5f\",\n            \"companyUid\": \"9e4728f4-4b00-4287-88a8-24ef2fbe9ba8\",\n            \"companyName\": \"Fastmetrics\",\n            \"title\": \"Fastmetrics SFO1\",\n            \"locationId\": 141,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1278,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"a2132534-a162-4a41-933d-e3eec2486189\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"Canada (Central) (ca-central-1)\",\n            \"locationId\": 440,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 5000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 1279,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 70930,\n            \"connectType\": \"AWS\"\n        },\n        {\n            \"productUid\": \"ecfbd9b5-a944-48a3-a0fb-783eeca65309\",\n            \"companyUid\": \"fee19908-26ae-4539-baa7-0d8017b31e10\",\n            \"companyName\": \"Voxbone\",\n            \"title\": \"P1.EDG-01-901.NY1-DGR\",\n            \"locationId\": 62,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1280,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"99cd126c-d308-482d-b7b7-4c0a559a2ff5\",\n            \"companyUid\": \"b311c059-27d2-4ca2-9ab0-d01ccebd1ea1\",\n            \"companyName\": \"Mammoth Media\",\n            \"title\": \"ns1\",\n            \"locationId\": 10,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1281,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"8adccc43-e119-4893-aab0-4946afe7bded\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"Canada (Central) (ca-central-1)\",\n            \"locationId\": 442,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 5000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 1282,\n            \"lag_id\": 2,\n            \"lag_primary\": true,\n            \"aggregation_id\": 74045,\n            \"connectType\": \"AWS\"\n        },\n        {\n            \"productUid\": \"3f51900d-069f-405e-9acd-46a08b953393\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"London (lhr-zone2-47)\",\n            \"locationId\": 88,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"red\",\n            \"rank\": 1283,\n            \"lag_id\": 8,\n            \"lag_primary\": true,\n            \"aggregation_id\": 77712,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"fe12426c-9d13-4c6b-81b3-ccb545272cb1\",\n            \"companyUid\": \"53179345-23ee-4803-ae72-94e1bba30721\",\n            \"companyName\": \"Colocation Northwest, an IsoFusion Company\",\n            \"title\": \"Westin 10G #1\",\n            \"locationId\": 146,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1284,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 80362,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"f97eb8ad-ba14-43fe-9ea3-983ea9baa524\",\n            \"companyUid\": \"e09875fd-583a-45b1-a651-c5be51385515\",\n            \"companyName\": \"Rackspace\",\n            \"title\": \"Rackspace-RCG-HK3-Sec\",\n            \"locationId\": 54,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1285,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 80761,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"3b40fab3-e04d-4d50-894c-95fb599f1029\",\n            \"companyUid\": \"fdd52227-12aa-42ba-90a7-16fa591a6152\",\n            \"companyName\": \"Unitas Global\",\n            \"title\": \"HKG1-L3 Port\",\n            \"locationId\": 46,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1286,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 82318,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"2a628717-414f-4f39-9d1c-246bc11363fc\",\n            \"companyUid\": \"2f20047b-274a-409f-b1bd-7103765b0e1b\",\n            \"companyName\": \"Gigafy\",\n            \"title\": \"GIGAFY_NDC_B1-P1\",\n            \"locationId\": 5,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1287,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"d56b8aeb-ec2d-4c38-8deb-c4819cdd39ed\",\n            \"companyUid\": \"ff552a1a-0db5-4e95-8390-97bd34bdf8bf\",\n            \"companyName\": \"Somerville Group\",\n            \"title\": \"Somerville Group NextDC M2\",\n            \"locationId\": 382,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1288,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"a29f1e5c-773e-4583-9107-4abacf559b3c\",\n            \"companyUid\": \"3766fb84-d733-45c0-b460-037cf9951488\",\n            \"companyName\": \"Unite Private Networks\",\n            \"title\": \"Dallas 2nd 10 Gig Megaport UPN - 55489\",\n            \"locationId\": 71,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1289,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"b95c9a09-8b47-4784-b55a-6e6a57d6a552\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"Ashburn (iad-zone2-1)\",\n            \"locationId\": 67,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"red\",\n            \"rank\": 1290,\n            \"lag_id\": 13,\n            \"lag_primary\": true,\n            \"aggregation_id\": 88816,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"4bca1d4e-0124-49b3-b668-1c1fad3624a3\",\n            \"companyUid\": \"4952ef10-6df4-415c-8d63-79e41ae06402\",\n            \"companyName\": \"Cloudpath\",\n            \"title\": \"AMNT-CT1/MP/10-G\",\n            \"locationId\": 537,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 1291,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"d8f5771e-5e13-4699-9b0f-32635b4bd24d\",\n            \"companyUid\": \"85c5287e-d1e7-423e-b911-6b6e51b8e094\",\n            \"companyName\": \"Intrado Life & Safety, Inc.\",\n            \"title\": \"LA1 - 1\",\n            \"locationId\": 60,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1292,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"1a6ddd24-d2fa-41ef-9fd6-d4a110741287\",\n            \"companyUid\": \"85c5287e-d1e7-423e-b911-6b6e51b8e094\",\n            \"companyName\": \"Intrado Life & Safety, Inc.\",\n            \"title\": \"NYC1 - 1\",\n            \"locationId\": 62,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1293,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"93e0257b-7a21-4b21-a327-335348fcd225\",\n            \"companyUid\": \"48a38a9b-d7c8-4388-a706-45a26efc9e92\",\n            \"companyName\": \"2talk Ltd\",\n            \"title\": \"2talk-q220\",\n            \"locationId\": 32,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1294,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"ef7a1472-9505-4a96-9071-4f56b0406d27\",\n            \"companyUid\": \"3b88fffd-8c82-48fd-bda7-7e8178a790c3\",\n            \"companyName\": \"Cinia Oy\",\n            \"title\": \"E10059 - cn-deham001-core1 - 2/1/2\",\n            \"locationId\": 126,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1295,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"ef3561c0-1046-4b7a-a4a7-10685c780ac9\",\n            \"companyUid\": \"169c933e-ebce-41f8-b04f-e0877531b3ad\",\n            \"companyName\": \"ECN\",\n            \"title\": \"ECN B1 10G\",\n            \"locationId\": 5,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1296,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"366b3294-d6fc-4e6d-90b0-27d74563d82e\",\n            \"companyUid\": \"92f0cdb9-1440-49b5-814d-bd5e2b53c961\",\n            \"companyName\": \"Telair Pty Ltd\",\n            \"title\": \"MEL03-10G\",\n            \"locationId\": 24,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 1297,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"63e93adc-eb4a-44aa-b378-8a6abbc69389\",\n            \"companyUid\": \"af63a747-88fd-446d-a50c-d1fb2401900d\",\n            \"companyName\": \"Colocity Pty Ltd\",\n            \"title\": \"Colocity DC3\",\n            \"locationId\": 549,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 1298,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"e5250ee5-06a1-4fbd-b2b8-3e5c827f6397\",\n            \"companyUid\": \"48a38a9b-d7c8-4388-a706-45a26efc9e92\",\n            \"companyName\": \"2talk Ltd\",\n            \"title\": \"SY1\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1299,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"97b49442-2e84-4831-a30f-667df1bb9019\",\n            \"companyUid\": \"1403e8e6-016c-4752-9445-5b73301153de\",\n            \"companyName\": \"Origin Net\",\n            \"title\": \"ON-BNE.NDC2-MEGAPORT\",\n            \"locationId\": 383,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1300,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 103709,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"2e3157fb-f2dd-4ea8-8ca6-aee9285fd5da\",\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"Direct Link Tokyo 3 Port 1\",\n            \"locationId\": 561,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 1301,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 104597,\n            \"connectType\": \"IBM\"\n        },\n        {\n            \"productUid\": \"ce64e56e-2d26-4452-8544-038551fa88bf\",\n            \"companyUid\": \"1d9d879f-a175-4e37-8ef7-fddcf7bc0047\",\n            \"companyName\": \"SG.GS Pte Ltd\",\n            \"title\": \"SY1\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1302,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"1744591e-e928-405c-a48e-d16468cd0090\",\n            \"companyUid\": \"98ab066a-b945-4369-ad72-ee5a8dc35fbc\",\n            \"companyName\": \"Salesforce.com Inc\",\n            \"title\": \"Express Connect Frankfurt #2\",\n            \"locationId\": 130,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1303,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"SFDC\"\n        },\n        {\n            \"productUid\": \"cd3cfe08-3433-4068-ad08-50fa1efb2f09\",\n            \"companyUid\": \"a42a7d7a-3e55-4969-b961-09a64f8edcff\",\n            \"companyName\": \"Ethan Global\",\n            \"title\": \"Ethan MELA (Vocus 530C)\",\n            \"locationId\": 24,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 1304,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 109862,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"44605902-8530-4040-9086-821ef16c0a8f\",\n            \"companyUid\": \"85e01b23-e391-4640-8999-8123083dfb44\",\n            \"companyName\": \"BTG\",\n            \"title\": \"BTG-H012_10GB\",\n            \"locationId\": 310,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1305,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"4e2b2834-77fe-4b76-bf8a-d60d5dd1e13f\",\n            \"companyUid\": \"34879c7d-18f7-4f1a-931f-5a23a9220253\",\n            \"companyName\": \"RingCentral\",\n            \"title\": \"RingCentral, Inc. at Equinix DC2\",\n            \"locationId\": 67,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1306,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"ff5a7671-20a3-4e4c-85ad-fb25904294dd\",\n            \"companyUid\": \"34879c7d-18f7-4f1a-931f-5a23a9220253\",\n            \"companyName\": \"RingCentral\",\n            \"title\": \"RingCentral, Inc. at Equinix SV5\",\n            \"locationId\": 66,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1307,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"294018cf-bf4c-40fe-a883-f871a145d14b\",\n            \"companyUid\": \"34879c7d-18f7-4f1a-931f-5a23a9220253\",\n            \"companyName\": \"RingCentral\",\n            \"title\": \"RingCentral, Inc. at Equinix CH2\",\n            \"locationId\": 69,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1308,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"dd40ca16-efbf-4b32-b5d8-3d27fddadf2b\",\n            \"companyUid\": \"8ea83603-445c-40c6-94cf-67967a18beb9\",\n            \"companyName\": \"Oracle\",\n            \"title\": \"OCI (ca-montreal-1) (BMC)\",\n            \"locationId\": 419,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1309,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 114045,\n            \"connectType\": \"ORACLE\"\n        },\n        {\n            \"productUid\": \"379dfc67-7704-444b-a974-268bee1aa3a7\",\n            \"companyUid\": \"fe3ab0d6-2770-47c1-8879-c4827e5a2dd6\",\n            \"companyName\": \"Fastrack Technology\",\n            \"title\": \"Fastrack Technology - London LD7\",\n            \"locationId\": 90,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1310,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"42b91b07-9275-4f7d-bfbe-ca0faa8bd5c7\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"Osaka (kix-zone2-2072)\",\n            \"locationId\": 571,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1311,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 120281,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"51638960-eb30-4da8-8204-4453fcfba0b2\",\n            \"companyUid\": \"6b8fb919-1657-4599-808c-9e86bdd93b85\",\n            \"companyName\": \"Artfiles New Media GmbH\",\n            \"title\": \"ECIX LAG #1\",\n            \"locationId\": 124,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1312,\n            \"lag_id\": 8,\n            \"lag_primary\": true,\n            \"aggregation_id\": 120922,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"de0a14c4-362a-43ca-94e3-31d6c7e54152\",\n            \"companyUid\": \"fdd52227-12aa-42ba-90a7-16fa591a6152\",\n            \"companyName\": \"Unitas Global\",\n            \"title\": \"AUS1-L3 Port\",\n            \"locationId\": 355,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 1313,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 121830,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"c3271a30-b18a-4fb9-bafd-1d1688893328\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"Hong Kong (hkg-zone2-1118)\",\n            \"locationId\": 54,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"red\",\n            \"rank\": 1314,\n            \"lag_id\": 14,\n            \"lag_primary\": true,\n            \"aggregation_id\": 122204,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"41ee66a1-be89-44cd-8ab5-c247f2800b3f\",\n            \"companyUid\": \"3a6aa5a8-2c6a-48b9-b2c1-5bd9224a9502\",\n            \"companyName\": \"365 Data Centers\",\n            \"title\": \"AMC-SEA1-365DCCIR00000338\",\n            \"locationId\": 146,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1315,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"903a3186-02c2-413f-8dbe-4529dfc783a9\",\n            \"companyUid\": \"33c0e8bb-abca-487c-9894-bec9d2c55fb8\",\n            \"companyName\": \"11:11 Systems\",\n            \"title\": \"iland RESPOD01 Megaport 903a3186\",\n            \"locationId\": 68,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1316,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"bc3407d1-33ed-4047-9e2f-ad7a19e991d9\",\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"Direct Link San Jose 2 Port 1\",\n            \"locationId\": 66,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 1317,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 135676,\n            \"connectType\": \"IBM\"\n        },\n        {\n            \"productUid\": \"fb34551a-3207-4f9c-9240-4b9cf71c2a1c\",\n            \"companyUid\": \"d12f6d92-00c4-40c5-93af-a6ac44e6a9d0\",\n            \"companyName\": \"Voyager Internet Limited\",\n            \"title\": \"Voyager 10G Megaport at MDR\",\n            \"locationId\": 111,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1318,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"c3e2678a-f8ab-45a2-b768-5e2f182348c2\",\n            \"companyUid\": \"09713a21-b762-4091-95cb-3a7d234071ce\",\n            \"companyName\": \"Vector Communications\",\n            \"title\": \"VCS-104293 Vector Comms 10G at Equinix\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1319,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"394aa3ee-dd16-4718-aba3-f35b6501cf70\",\n            \"companyUid\": \"d244a7ab-2012-45a7-8eb2-79246672cff5\",\n            \"companyName\": \"Hyperix\",\n            \"title\": \"Hyperix Equinix SY5\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1320,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"8d93115d-f086-4683-993e-68af355c1f4f\",\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"Direct Link Frankfurt 1 Port 2\",\n            \"locationId\": 130,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 1321,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 138866,\n            \"connectType\": \"IBM\"\n        },\n        {\n            \"productUid\": \"16526e47-85f4-4cb5-8c0e-35e9991f18d1\",\n            \"companyUid\": \"c6b15539-5824-439f-8af9-b595d4e600e0\",\n            \"companyName\": \"Cloudflare Inc.\",\n            \"title\": \"Network Interconnect 10G Port Equinix LA1\",\n            \"locationId\": 59,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1322,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 139320,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"d4d8f029-51ec-4077-a3d0-085f8593b3d8\",\n            \"companyUid\": \"c6b15539-5824-439f-8af9-b595d4e600e0\",\n            \"companyName\": \"Cloudflare Inc.\",\n            \"title\": \"Network Interconnect 10G Port Equinix AM1\",\n            \"locationId\": 85,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1323,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 140316,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"c21cdedb-9b26-4278-93de-50e77b718d55\",\n            \"companyUid\": \"8e193d12-e3d1-4c84-ac09-bd73cc77d294\",\n            \"companyName\": \"Pure IP\",\n            \"title\": \"Equinix AM5, Amsterdam\",\n            \"locationId\": 85,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1324,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"fc51eaed-6761-4a36-95f2-0a779266debd\",\n            \"companyUid\": \"8e193d12-e3d1-4c84-ac09-bd73cc77d294\",\n            \"companyName\": \"Pure IP\",\n            \"title\": \"Equinix LD5, Slough\",\n            \"locationId\": 90,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1325,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"6ff417f4-2b8c-4794-8625-8ed08c1920a8\",\n            \"companyUid\": \"5e5d75e5-3f8d-4a11-a0ee-62d651774e43\",\n            \"companyName\": \"Symbio\",\n            \"title\": \" EQX SG2 - Megaport\",\n            \"locationId\": 37,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1326,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"5ee01b19-67b6-4970-8c88-da9aa903f2db\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"EU (Ireland) (eu-west-1)\",\n            \"locationId\": 89,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1327,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 145018,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"362b5d28-277e-4fe5-a340-06951499532c\",\n            \"companyUid\": \"3a6aa5a8-2c6a-48b9-b2c1-5bd9224a9502\",\n            \"companyName\": \"365 Data Centers\",\n            \"title\": \"AMC-ORD1-365DCCIR00000337\",\n            \"locationId\": 69,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1328,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"76b523c2-b0e1-4651-8ed4-526a8464502a\",\n            \"companyUid\": \"5c2dad92-f72b-4d0b-ad75-388455cbebdd\",\n            \"companyName\": \"Thomax Technology\",\n            \"title\": \"Sydney DC\",\n            \"locationId\": 6,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1329,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"1fa95dc4-82d3-4f08-abdb-cbc4ac1b1111\",\n            \"companyUid\": \"fb165440-4ca8-4cb5-9094-4dc1bbe91e1e\",\n            \"companyName\": \"akquinet outsourcing gGmbH\",\n            \"title\": \"de-ham-wende379-gconnect\",\n            \"locationId\": 126,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1330,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 150421,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"3d3bd29e-fe31-4316-a270-d76d5b86029f\",\n            \"companyUid\": \"1403e8e6-016c-4752-9445-5b73301153de\",\n            \"companyName\": \"Origin Net\",\n            \"title\": \"ON-MEL.NDC2-MEGAPORT\",\n            \"locationId\": 382,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1331,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 153403,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"eb30fb15-cde7-413d-923b-cd290fbb88aa\",\n            \"companyUid\": \"270d23e5-b597-4d51-bec4-4a508484398f\",\n            \"companyName\": \"Backblaze Inc.\",\n            \"title\": \"Megaport-10G-2\",\n            \"locationId\": 92,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1332,\n            \"lag_id\": 2,\n            \"lag_primary\": true,\n            \"aggregation_id\": 157494,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"7c98d59f-7929-4ae3-9396-6f5d6835b0f4\",\n            \"companyUid\": \"178d9736-6122-4647-920c-9e1e2b6e8046\",\n            \"companyName\": \"Acquire BPO\",\n            \"title\": \"JPNRT01-MEGAPORT01\",\n            \"locationId\": 560,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1333,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"86c67a6a-df82-4ecc-be56-3aa06158afa9\",\n            \"companyUid\": \"7769fd21-9ac5-41ed-aed4-bb4615f1cbe0\",\n            \"companyName\": \"SAP SE\",\n            \"title\": \"SAP Cloud Peering for HEC (SOB) - Equinix FR5 Frankfurt (1/2)\",\n            \"locationId\": 131,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1334,\n            \"lag_id\": 8,\n            \"lag_primary\": true,\n            \"aggregation_id\": 163174,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"7e03e8ff-29a0-43e5-b23d-44a675b83422\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 46,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1335,\n            \"lag_id\": 10,\n            \"lag_primary\": true,\n            \"aggregation_id\": 163669,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"productUid\": \"5b62a34b-8999-43ab-88e0-d2e3e96bf960\",\n            \"companyUid\": \"5e5d75e5-3f8d-4a11-a0ee-62d651774e43\",\n            \"companyName\": \"Symbio\",\n            \"title\": \"GSW SG -Megaport\",\n            \"locationId\": 39,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1336,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"196bed60-2fcc-4c1d-98be-213ab5a34ccc\",\n            \"companyUid\": \"48af5976-ae5b-4882-88fc-7708ebf8cf91\",\n            \"companyName\": \"Gryphon.ai\",\n            \"title\": \"TT Port (LA)\",\n            \"locationId\": 60,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1337,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"187abe9e-2ca4-42f6-aa95-bf0a77dc02ba\",\n            \"companyUid\": \"6b818ea1-3659-4ee9-8230-7ec8f4afc013\",\n            \"companyName\": \"HGC-HK\",\n            \"title\": \"HK-MTRC - MCC000010\",\n            \"locationId\": 47,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1338,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"cfa59227-61af-42ac-ad3d-46547d57652a\",\n            \"companyUid\": \"53fb1c60-21bd-403d-b083-a2d36d992578\",\n            \"companyName\": \"OneQode\",\n            \"title\": \"us-la2-csw1:Et11/3\",\n            \"locationId\": 60,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1339,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"04664bbb-dde0-4eef-9f35-8011ca6975d2\",\n            \"companyUid\": \"ee947936-2f34-4152-93cc-b26ecf9d7d34\",\n            \"companyName\": \"Digital Pacific\",\n            \"title\": \"Digital Pacific - Equinix ME2 #1 (ME1)\",\n            \"locationId\": 41,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1340,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"b9c9571c-aa59-4ab6-a581-1707b3915091\",\n            \"companyUid\": \"4e48a6b5-7adf-4d12-833f-fcc816f6ff3b\",\n            \"companyName\": \"Compass Communications Ltd\",\n            \"title\": \"Compass Grafton\",\n            \"locationId\": 416,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 1341,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"7ba90a8e-ff84-49cb-bd3a-079cfe949866\",\n            \"companyUid\": \"270d23e5-b597-4d51-bec4-4a508484398f\",\n            \"companyName\": \"Backblaze Inc.\",\n            \"title\": \"Megaport-100G-1\",\n            \"locationId\": 66,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1342,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 183960,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"a6155297-a803-4255-8278-b7a1bfcb3a03\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Madrid Primary\",\n            \"locationId\": 639,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1343,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"4ca67460-458e-47ee-b6f3-bc20d62ecaae\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Madrid Secondary\",\n            \"locationId\": 639,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1344,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"857a3448-7181-42e1-b459-31a1ea06f8e7\",\n            \"companyUid\": \"200bb018-7344-4cf5-8609-e95f59d07c54\",\n            \"companyName\": \"AireSpring\",\n            \"title\": \"AireSpring NYC-NNI#2 10GB\",\n            \"locationId\": 62,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1345,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"7f248f55-31ea-4306-83e7-63646796cf26\",\n            \"companyUid\": \"7b54e767-1d03-49e8-8069-766603c3adbf\",\n            \"companyName\": \"TELUS Communications Inc.\",\n            \"title\": \"SCC-MONTREAL-PRIMARY\",\n            \"locationId\": 419,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1346,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 198038,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"db7e076e-263f-401a-aea2-20c1450ed40d\",\n            \"companyUid\": \"7b54e767-1d03-49e8-8069-766603c3adbf\",\n            \"companyName\": \"TELUS Communications Inc.\",\n            \"title\": \"SCC-MONTREAL-SECONDARY\",\n            \"locationId\": 419,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1347,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 198043,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"302e70c4-851e-4538-b2f0-fb8ad4bd2a08\",\n            \"companyUid\": \"feae6c16-f10f-4d97-951e-00dc9fa9b9ca\",\n            \"companyName\": \"Pivotel Satellite Pty Limited\",\n            \"title\": \"Pivotel PE2\",\n            \"locationId\": 367,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1348,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"89017f79-7383-4bd0-a87f-7b5a5bf3c452\",\n            \"companyUid\": \"c981a93f-04bd-40e7-be9d-c3a9d2754b3e\",\n            \"companyName\": \"Imperva Inc\",\n            \"title\": \"Imperva-ME1-2\",\n            \"locationId\": 41,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1349,\n            \"lag_id\": 8,\n            \"lag_primary\": true,\n            \"aggregation_id\": 203368,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"675d1aa6-5ed9-4fef-b6e9-1892cc55f3b0\",\n            \"companyUid\": \"58d6c1da-81e1-4c0c-af22-ffe7aee9fccb\",\n            \"companyName\": \"ERA Ltd\",\n            \"title\": \"ERA-01\",\n            \"locationId\": 413,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1350,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"2521151a-abce-42c1-a889-abee8522a790\",\n            \"companyUid\": \"8ea83603-445c-40c6-94cf-67967a18beb9\",\n            \"companyName\": \"Oracle\",\n            \"title\": \"OCI (eu-marseille-1) (BMC)\",\n            \"locationId\": 587,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1351,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 232910,\n            \"connectType\": \"ORACLE\"\n        },\n        {\n            \"productUid\": \"8c6d9254-9279-4a20-ba20-aab343671e10\",\n            \"companyUid\": \"32cc0cf2-8bb0-4691-91e9-e3c7970ce5b7\",\n            \"companyName\": \"Ficolo Ltd\",\n            \"title\": \"0000-cs1-uut\",\n            \"locationId\": 516,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 1352,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"7c6527e8-4a0d-4745-b4b0-bc811e2d0dbf\",\n            \"companyUid\": \"bb4ced95-4283-47e9-8e31-ddcf86e1c325\",\n            \"companyName\": \"VITALink\",\n            \"title\": \"PIT1\",\n            \"locationId\": 482,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 1353,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"554c9692-96de-4b88-b765-c834c743933f\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Perth Primary\",\n            \"locationId\": 50,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1354,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"af7c2b59-36fc-46e4-8010-bb6ead415d99\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Perth Secondary\",\n            \"locationId\": 50,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1355,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"1f8e4057-ee2a-409d-b787-fece988b4ce9\",\n            \"companyUid\": \"351517c2-2422-4848-8e7a-c0dc1289ab9b\",\n            \"companyName\": \"OzarksGo, LLC\",\n            \"title\": \"OZARKSGO-KC-1\",\n            \"locationId\": 324,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1356,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 241872,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"a4f962e7-9146-4b20-a336-260ba6e0a65c\",\n            \"companyUid\": \"351517c2-2422-4848-8e7a-c0dc1289ab9b\",\n            \"companyName\": \"OzarksGo, LLC\",\n            \"title\": \"OZARKSGO-DA1-1\",\n            \"locationId\": 71,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1357,\n            \"lag_id\": 11,\n            \"lag_primary\": true,\n            \"aggregation_id\": 241875,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"90f40114-e380-4eb8-a1df-acc313674802\",\n            \"companyUid\": \"e263aa54-26b7-4674-8752-8cf55147df75\",\n            \"companyName\": \"Nitel, Inc\",\n            \"title\": \"NIT512791 - 10G NNI Primary - Nitel - ATL1\",\n            \"locationId\": 116,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1358,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"7df3e90e-9409-4670-b1bc-469b415a9a78\",\n            \"companyUid\": \"77bf55f9-ccc1-4034-8939-eaa3eb380d1d\",\n            \"companyName\": \"Enfusion. LTD. LLC\",\n            \"title\": \"10G Megaport Chicago Equinix - Primary\",\n            \"locationId\": 69,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1359,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"0e2dfedb-708d-4f25-817c-f9774864e8c1\",\n            \"companyUid\": \"32432b0b-ad33-4e69-8359-ef7c59a3d14b\",\n            \"companyName\": \"ACIWORLDWIDE\",\n            \"title\": \"Sy3\",\n            \"locationId\": 6,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1360,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"62087081-551d-489d-8396-c1e73410d93b\",\n            \"companyUid\": \"e72bd065-8ae4-44c9-bbaa-9c5b89d35ebf\",\n            \"companyName\": \"OVHcloud\",\n            \"title\": \"NNI OCC - Paris TH2 Telehouse - #1A1 [Megaport-RED]\",\n            \"locationId\": 598,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1361,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"74eee9fd-33df-47e2-9d3f-76819258b35c\",\n            \"companyUid\": \"32432b0b-ad33-4e69-8359-ef7c59a3d14b\",\n            \"companyName\": \"ACIWORLDWIDE\",\n            \"title\": \"DA11\",\n            \"locationId\": 71,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1362,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"ae197d93-947b-447e-af9c-e42980e44760\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Queretaro Primary\",\n            \"locationId\": 1197,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1363,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"21ab280d-217c-49b1-a3b4-985aac53b18d\",\n            \"companyUid\": \"355e155b-c1b6-47ed-802a-092c5c904e3e\",\n            \"companyName\": \"Cisco Webex® Contact Center Enterprise (Webex CCE)\",\n            \"title\": \"WxCCE Alexandria # 1\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1364,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"aae548e0-06bf-421a-9f5c-3c3951ae9899\",\n            \"companyUid\": \"355e155b-c1b6-47ed-802a-092c5c904e3e\",\n            \"companyName\": \"Cisco Webex® Contact Center Enterprise (Webex CCE)\",\n            \"title\": \"WxCCE Global Switch # 1\",\n            \"locationId\": 3,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1365,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"e85dcd7a-3c55-4c30-9445-32664abf62a4\",\n            \"companyUid\": \"53fb1c60-21bd-403d-b083-a2d36d992578\",\n            \"companyName\": \"OneQode\",\n            \"title\": \"us-fre2-rt1:Et27\",\n            \"locationId\": 660,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 1366,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"a1bb42f2-9964-417f-b105-cca8074f1354\",\n            \"companyUid\": \"750ea116-3bb1-44dc-a0ab-4c58fe0256a8\",\n            \"companyName\": \"Wireline Group\",\n            \"title\": \"Megaport M2\",\n            \"locationId\": 382,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1367,\n            \"lag_id\": 8,\n            \"lag_primary\": true,\n            \"aggregation_id\": 292292,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"6ac2f83e-34ce-49db-8f81-eebb16e02de3\",\n            \"companyUid\": \"eaee7551-7b40-468b-b958-34fcf634013a\",\n            \"companyName\": \"Wasabi Technologies LLC.\",\n            \"title\": \"Frankfurt01\",\n            \"locationId\": 131,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1368,\n            \"lag_id\": 10,\n            \"lag_primary\": true,\n            \"aggregation_id\": 292388,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"06390ab5-149e-41d0-acb4-3f8e305bc9dd\",\n            \"companyUid\": \"0b906fdb-3145-4b4f-a0aa-6d9fc145dbb9\",\n            \"companyName\": \"Webex by Cisco\",\n            \"title\": \"DFW10-WXBB-PE02-BUNDLE10001\",\n            \"locationId\": 71,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1369,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 294157,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"2178798b-a1d1-453c-abaf-134930deeaca\",\n            \"companyUid\": \"bdc40a17-025c-4050-ab10-d89f588a3427\",\n            \"companyName\": \"INFOBIP\",\n            \"title\": \"MEGAPORT-US2-BLUE\",\n            \"locationId\": 231,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1370,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 295016,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"646344d6-f69e-4df1-8e8a-e485b70b78c5\",\n            \"companyUid\": \"853338ae-dfae-4461-bd3d-40a86b58a675\",\n            \"companyName\": \"Login, LLC\",\n            \"title\": \"MEGAPORT-PNAP-1\",\n            \"locationId\": 370,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1371,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"2132dd28-ccf9-4d17-8a67-9fb8ed089dae\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US West (N. California) (us-west-1)\",\n            \"locationId\": 370,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1372,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 305349,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"c7e5958e-12b9-4e21-9d62-83dc85c00d07\",\n            \"companyUid\": \"71a11c2f-ef3e-4d55-8b65-019a733fb7e5\",\n            \"companyName\": \"Falcore Australia Pty Ltd\",\n            \"title\": \"NDC-M2-MP1\",\n            \"locationId\": 382,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1373,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"2c1c36aa-9d50-466f-95ce-350de5c7690c\",\n            \"companyUid\": \"71a11c2f-ef3e-4d55-8b65-019a733fb7e5\",\n            \"companyName\": \"Falcore Australia Pty Ltd\",\n            \"title\": \"EQ-PE2-MP1\",\n            \"locationId\": 367,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1374,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"732a798c-40ff-4265-be3f-f83520307a0c\",\n            \"companyUid\": \"b6a08fa2-62a5-4628-b303-52f0bfc56310\",\n            \"companyName\": \"RackCorp\",\n            \"title\": \"RackCorpGS\",\n            \"locationId\": 3,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1375,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"2a6ea0ec-fab8-4448-b6ca-5c932c0d150a\",\n            \"companyUid\": \"1c3acfd6-e35b-4122-9212-b11ae3efe129\",\n            \"companyName\": \"Options IT\",\n            \"title\": \"SG1 Secondary\",\n            \"locationId\": 36,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1376,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"95ec2e26-0b2d-4b32-a5b5-ebd4d9a05fbd\",\n            \"companyUid\": \"fdd52227-12aa-42ba-90a7-16fa591a6152\",\n            \"companyName\": \"Unitas Global\",\n            \"title\": \"DFW1-L3-Port Primary\",\n            \"locationId\": 71,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1377,\n            \"lag_id\": 2,\n            \"lag_primary\": true,\n            \"aggregation_id\": 354643,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"6a456e26-9bec-4e8e-90ba-14d7791a1afd\",\n            \"companyUid\": \"c6b15539-5824-439f-8af9-b595d4e600e0\",\n            \"companyName\": \"Cloudflare Inc.\",\n            \"title\": \"Network Interconnect 10G Port NextDC M1\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1378,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 355641,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"cae626ed-d3c0-4c68-81d5-b6e5c400ce26\",\n            \"companyUid\": \"270d23e5-b597-4d51-bec4-4a508484398f\",\n            \"companyName\": \"Backblaze Inc.\",\n            \"title\": \"Megaport-100G-iad1\",\n            \"locationId\": 68,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1379,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 362986,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"cd5df0ca-2f3f-425b-bec3-b5eb221011df\",\n            \"companyUid\": \"ac7f23e2-f4e8-4d5c-a73b-1dc32b260055\",\n            \"companyName\": \"ActivePort Group Ltd\",\n            \"title\": \"EQUINIX-SY4\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1380,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"0ca0424a-5a54-486a-8a97-c60154789561\",\n            \"companyUid\": \"0d907853-1a83-434d-ad9d-230be3b6a5a4\",\n            \"companyName\": \"CoreWeave Cloud\",\n            \"title\": \"CoreWeave-100G-LAS1\",\n            \"locationId\": 100,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1381,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 398176,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"4c053d37-4c24-4c47-9d36-88e19724b98e\",\n            \"companyUid\": \"ae2466d8-d837-4158-9046-0969426aab4a\",\n            \"companyName\": \"Allianz Technology SE\",\n            \"title\": \"Megaport port\",\n            \"locationId\": 382,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1382,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"c1f72000-5d93-49bc-b1c4-634e78af28fb\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US East (N. Virginia) (us-east-1)\",\n            \"locationId\": 1197,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1383,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 406818,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"5e2a88c8-7b08-4620-b515-3b5df0b33e17\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US East (N. Virginia) (us-east-1)\",\n            \"locationId\": 1197,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1384,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 406820,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"c6359d47-c276-449c-b441-487d4fc694fe\",\n            \"companyUid\": \"e4fd5ebf-1e7e-42ca-8cf7-50f969480c3d\",\n            \"companyName\": \"SIX Group Services AG\",\n            \"title\": \"SIX_LUPFIG\",\n            \"locationId\": 1058,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 1385,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"72344ec2-0aa4-4c39-9618-112a5e9032a3\",\n            \"companyUid\": \"c6b15539-5824-439f-8af9-b595d4e600e0\",\n            \"companyName\": \"Cloudflare Inc.\",\n            \"title\": \"Network Interconnect 10G Port Coresite LA1\",\n            \"locationId\": 60,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1386,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 425382,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"6dda5407-06bb-4a61-85f0-7ff12977223e\",\n            \"companyUid\": \"8396e2a0-fc70-40ad-b4c3-a4b5d5b1311d\",\n            \"companyName\": \"QuantHouse\",\n            \"title\": \"IRESS-MEGAPORT-HKG/HK1-1G\",\n            \"locationId\": 46,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1387,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"77ff194e-489b-4b44-a855-2fa883d93153\",\n            \"companyUid\": \"e72bd065-8ae4-44c9-bbaa-9c5b89d35ebf\",\n            \"companyName\": \"OVHcloud\",\n            \"title\": \"NNI OCC - Ashburn DC10 Equinix - #1A1 [Megaport-RED]\",\n            \"locationId\": 67,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1388,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"7a4390b1-88d8-482b-bd1b-8654faf14321\",\n            \"companyUid\": \"424cd5ac-c457-430f-a236-aa59fd915bb2\",\n            \"companyName\": \"Cornerstone Building Brands\",\n            \"title\": \"USIS02 - 10G Port  - Phoenix - Iron Mountain Phoenix\",\n            \"locationId\": 330,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1389,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"bb7db5c0-7c6c-4d98-a2ab-3c586da2a309\",\n            \"companyUid\": \"3dc65644-2e29-4c88-812f-0735e2a4928a\",\n            \"companyName\": \"Edge Centres Australia Pty Ltd\",\n            \"title\": \"EC11-MP1\",\n            \"locationId\": 45,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 1390,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"a6245e0d-427d-4144-912b-2ea26df77b72\",\n            \"companyUid\": \"f4410b61-08c6-4fbe-942e-ace62080df2e\",\n            \"companyName\": \"Bendigo Telco\",\n            \"title\": \"SY7 - Megaport Red\",\n            \"locationId\": 554,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1391,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"c761512d-f41e-4409-b6d5-89086282c598\",\n            \"companyUid\": \"e2b34192-641a-4033-82a6-7436e88dcb23\",\n            \"companyName\": \"CoreFibre Networks\",\n            \"title\": \"CFN-M1-MP1-10G\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1392,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"ab2c08ba-0957-4506-889f-f2aa7e4b8546\",\n            \"companyUid\": \"c37f0ddf-5663-4463-9079-c820861b0730\",\n            \"companyName\": \"Voxtelesys\",\n            \"title\": \"PIT1-Core\",\n            \"locationId\": 482,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 1393,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"144e87eb-2bba-49c0-aab6-9a3d4abcd219\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 430,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1394,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 485870,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"productUid\": \"8f1e6ef6-915d-41c0-bd5a-d91b3780a09e\",\n            \"companyUid\": \"39eaddf6-b4cc-4ccc-ab8e-148ff1affeea\",\n            \"companyName\": \"Rival Systems LLC\",\n            \"title\": \"Primary Equinix CH4 - Megaport - Rival\",\n            \"locationId\": 69,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1395,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"37da0240-5c5b-481d-9777-44ba8ea87606\",\n            \"companyUid\": \"39eaddf6-b4cc-4ccc-ab8e-148ff1affeea\",\n            \"companyName\": \"Rival Systems LLC\",\n            \"title\": \"Secondary Equinix CH4 - Megaport - Rival\",\n            \"locationId\": 69,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1396,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"d2cf2b51-0d6b-4008-9c2c-aebdc1f72d73\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"Denver (den-zone2-389)\",\n            \"locationId\": 320,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1397,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 496307,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"89f50040-f634-4a2f-97e5-1cd521b53739\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Singapore Metro Primary\",\n            \"locationId\": 39,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1398,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"b536bfd8-b999-4c63-b0e9-fb5d73144c4d\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"Kansas City (mci-zone1-435)\",\n            \"locationId\": 324,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1399,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 516672,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"d243c515-4204-454b-891d-937f7bef366b\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"Kansas City (mci-zone2-435)\",\n            \"locationId\": 324,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1400,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 516674,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"0993f856-604b-4e33-a0d6-ed1e60209c75\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US East (N. Virginia) (us-east-1)\",\n            \"locationId\": 234,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1401,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 516722,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"f00ac8bd-88bc-489a-a37f-b263489e4a1e\",\n            \"companyUid\": \"c6b15539-5824-439f-8af9-b595d4e600e0\",\n            \"companyName\": \"Cloudflare Inc.\",\n            \"title\": \"Megaport - Port\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1402,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 521895,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"7a0e6201-4ec7-4a1b-a740-dc4a326f9443\",\n            \"companyUid\": \"feae6c16-f10f-4d97-951e-00dc9fa9b9ca\",\n            \"companyName\": \"Pivotel Satellite Pty Limited\",\n            \"title\": \"Pivotel-ADL-10G\",\n            \"locationId\": 549,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 1403,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"ba6fad4f-f586-418a-bdb2-5028459db86e\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Dublin2 Primary\",\n            \"locationId\": 96,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1404,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"e0b4dc6f-4e4d-4e05-9212-d9fc678dac5a\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Dublin2 Secondary\",\n            \"locationId\": 96,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1405,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"bc90fca8-4fe9-4b2c-9052-e09c9e7898c6\",\n            \"companyUid\": \"f97284ed-68fd-486a-b0cb-358d649d8c9a\",\n            \"companyName\": \"Pacific Internet (S) Pte Ltd\",\n            \"title\": \"PISG_SG1_2\",\n            \"locationId\": 36,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1406,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"21eff111-6bec-464e-a5ac-d7fee38905ca\",\n            \"companyUid\": \"52a347ba-b58a-467b-905b-1b4b638a7232\",\n            \"companyName\": \"Devoli\",\n            \"title\": \"Devoli-M1\",\n            \"locationId\": 4,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1407,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"d176206c-e80b-46ae-beba-8939b39e26a7\",\n            \"companyUid\": \"52a347ba-b58a-467b-905b-1b4b638a7232\",\n            \"companyName\": \"Devoli\",\n            \"title\": \"Devoli-B2\",\n            \"locationId\": 383,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1408,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"65b4dd9e-9864-4543-a969-8b244ff18768\",\n            \"companyUid\": \"feae6c16-f10f-4d97-951e-00dc9fa9b9ca\",\n            \"companyName\": \"Pivotel Satellite Pty Limited\",\n            \"title\": \"Pivotel-BR1-10G\",\n            \"locationId\": 17,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 1409,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"5e0fa969-3631-4c8b-ab48-aae61a9c6426\",\n            \"companyUid\": \"bfb8f6f3-904a-42e8-8b02-7d9ac0191cc5\",\n            \"companyName\": \"Leaseweb\",\n            \"title\": \"CloudCX01-1.FRA-13\",\n            \"locationId\": 131,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1410,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"6d1a50a9-6474-4410-9133-fa5ded32e0c9\",\n            \"companyUid\": \"1796cc51-31f2-443a-a408-e125cb372e7f\",\n            \"companyName\": \"Leaptel\",\n            \"title\": \"100G B2\",\n            \"locationId\": 383,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1411,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"9a604694-6e2f-485e-9d5c-1240fb63eb24\",\n            \"companyUid\": \"1796cc51-31f2-443a-a408-e125cb372e7f\",\n            \"companyName\": \"Leaptel\",\n            \"title\": \"M1 100G\",\n            \"locationId\": 4,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1412,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"477f24c9-a046-41ba-bc73-e592b78b90be\",\n            \"companyUid\": \"33c0e8bb-abca-487c-9894-bec9d2c55fb8\",\n            \"companyName\": \"11:11 Systems\",\n            \"title\": \"iland DALPOD03 Megaport 477f24c9 (A)\",\n            \"locationId\": 345,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1413,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 546708,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"71119164-0284-480d-ac5e-edabc9f3f8c8\",\n            \"companyUid\": \"eaee7551-7b40-468b-b958-34fcf634013a\",\n            \"companyName\": \"Wasabi Technologies LLC.\",\n            \"title\": \"100G_LD5_LONDON_EUW1\",\n            \"locationId\": 90,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1414,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 549544,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"6220bb8c-d006-4d03-898d-030392dcdb95\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 432,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1415,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 558514,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"productUid\": \"0a87fa10-dd92-4ce3-9078-34b1dd5434fd\",\n            \"companyUid\": \"9d3773d9-7038-4ce9-9196-4f410fbdf29f\",\n            \"companyName\": \"VPLS Inc.\",\n            \"title\": \"Evocative SEA1 CR1.SEA1\",\n            \"locationId\": 58,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 1416,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"b57e4854-c46e-44c5-b641-8c4a1cd2acff\",\n            \"companyUid\": \"f72842ca-73a2-437f-a80f-c64148cfe936\",\n            \"companyName\": \"GNC Alfa (OVIO)\",\n            \"title\": \"GNC-OVIO\",\n            \"locationId\": 136,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 1417,\n            \"lag_id\": 9,\n            \"lag_primary\": true,\n            \"aggregation_id\": 574176,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"b1c1c66d-fa65-49da-9acb-fe332ee3ec12\",\n            \"companyUid\": \"9d3773d9-7038-4ce9-9196-4f410fbdf29f\",\n            \"companyName\": \"VPLS Inc.\",\n            \"title\": \"Evocative ATL1 CR2.ATL1\",\n            \"locationId\": 1503,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1418,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"9cf79899-13cc-4ba6-9625-7a4b7adfe756\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Milan Primary\",\n            \"locationId\": 1494,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1419,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"65b4177e-ecfc-4ecc-8b5f-5c1325114cb9\",\n            \"companyUid\": \"4ad6aa71-67c2-4601-a4f9-00aaf8caf58e\",\n            \"companyName\": \"Hosted Network\",\n            \"title\": \"NextDC B2 MegaPort #1\",\n            \"locationId\": 383,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1420,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 602844,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"ff0ceef4-a35e-4ec1-bedf-66663548a7db\",\n            \"companyUid\": \"93509687-b2d7-4f7b-8f45-6627ae334899\",\n            \"companyName\": \"Kinetix Networks\",\n            \"title\": \"S3-KIN-MP-100G-1\",\n            \"locationId\": 1510,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1421,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"2e4c270d-594d-46c0-8a3f-71a67eb2e56c\",\n            \"companyUid\": \"29299c5e-aec0-48b3-a0d0-9a05af976cc4\",\n            \"companyName\": \"CITIC Telecom CPC\",\n            \"title\": \"CITIC FR5 NNI\",\n            \"locationId\": 131,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1422,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"f885677d-0c34-41cd-839c-7e4124ddcc4b\",\n            \"companyUid\": \"c6b15539-5824-439f-8af9-b595d4e600e0\",\n            \"companyName\": \"Cloudflare Inc.\",\n            \"title\": \"Port - Equinix GV1\",\n            \"locationId\": 432,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1423,\n            \"lag_id\": 1,\n            \"lag_primary\": true,\n            \"aggregation_id\": 645381,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"6f3c3616-cba6-4f66-83c4-0e447dd69312\",\n            \"companyUid\": \"9f95c234-770e-4708-84d3-c90ca2bae44b\",\n            \"companyName\": \"Livewire Cloud - Hosted Private Multi Cloud for MSPs\",\n            \"title\": \"lwc-mega-ord4-p1\",\n            \"locationId\": 1458,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1424,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"f0a363f0-545d-4127-b547-723f229d1ede\",\n            \"companyUid\": \"7251ecea-30eb-4f54-bd12-b2f0763c4678\",\n            \"companyName\": \"RedHelm\",\n            \"title\": \"ATL01-1\",\n            \"locationId\": 317,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1425,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"38cc246f-4450-4a96-9c09-522663b67ef8\",\n            \"companyUid\": \"d755d69d-9c08-4845-a933-370956b45f5f\",\n            \"companyName\": \"Zoom Communications, Inc.\",\n            \"title\": \"ZOOM-JFK-RBB-A-RES-0-1 CXC\",\n            \"locationId\": 78,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1426,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 677386,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"9d70a30a-1778-4465-b5d3-041b902fc989\",\n            \"companyUid\": \"d081914c-623b-43c3-a19f-fc0ee6c5603f\",\n            \"companyName\": \"Akamai Prolexic\",\n            \"title\": \"100G Prolexic SYD (DP80612) Equinix SY3\",\n            \"locationId\": 6,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1427,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 681217,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"2ea25acf-7c31-4b95-9070-e52029129474\",\n            \"companyUid\": \"d081914c-623b-43c3-a19f-fc0ee6c5603f\",\n            \"companyName\": \"Akamai Prolexic\",\n            \"title\": \"100G Prolexic MEL (DP80611)\",\n            \"locationId\": 41,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1428,\n            \"lag_id\": 11,\n            \"lag_primary\": true,\n            \"aggregation_id\": 681218,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"b7c777aa-6d67-4a69-a0ca-4a81153e2f85\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"Asia Pacific (Sydney) (ap-southeast-2)\",\n            \"locationId\": 33,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"red\",\n            \"rank\": 1429,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 683399,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"34357951-be54-4208-bd22-9ef21294c0ce\",\n            \"companyUid\": \"fe0086c9-6b1e-4893-a2f5-1fcbdc30cc00\",\n            \"companyName\": \"SUPA Networks\",\n            \"title\": \"SUPA Networks NSW Equinix SY3\",\n            \"locationId\": 6,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1430,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"8c9097ae-c1e8-46bd-a63c-aaf7299eece3\",\n            \"companyUid\": \"fe0086c9-6b1e-4893-a2f5-1fcbdc30cc00\",\n            \"companyName\": \"SUPA Networks\",\n            \"title\": \"SUPA Networks ACT Deakin\",\n            \"locationId\": 1629,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1431,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"83d05e06-f39b-4f20-8cb0-d79f98154351\",\n            \"companyUid\": \"5e5557e7-5759-4033-8988-f442a7b2a65d\",\n            \"companyName\": \"Vetta Online\",\n            \"title\": \"akl2 DVG Megaport\",\n            \"locationId\": 416,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 1432,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"7bcee3ae-5bc5-49bf-9acf-b88eff714c50\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US East (Ohio) (us-east-2)\",\n            \"locationId\": 69,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"red\",\n            \"rank\": 1433,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 716767,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"fb63adc0-1613-46ab-b287-a66d23cfd8b4\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US East (N. Virginia) (us-east-1)\",\n            \"locationId\": 116,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1434,\n            \"lag_id\": 8,\n            \"lag_primary\": true,\n            \"aggregation_id\": 720887,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"494f5602-3b53-4f31-a7e7-4d77a04ae958\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US East (N. Virginia) (us-east-1)\",\n            \"locationId\": 116,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"red\",\n            \"rank\": 1435,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 735363,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"2cf175c7-74f0-4c62-bd4a-30691210ca72\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 1407,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1436,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 737391,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"productUid\": \"1d1c34e4-3560-4223-bbaf-769af1d2c193\",\n            \"companyUid\": \"f899807a-f823-4c27-a56c-48ea5b1cdafe\",\n            \"companyName\": \"Micron21 Pty Ltd\",\n            \"title\": \"Micron21 MEGAPORT at NextDC M1\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1437,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"65735abd-e974-4f4b-a62c-63990eba1bef\",\n            \"companyUid\": \"1b87e7bc-fcd4-4b4a-a818-cd2d8c0506be\",\n            \"companyName\": \"Metwide Communications\",\n            \"title\": \"Metwide MEGAPORT at NextDC S1\",\n            \"locationId\": 10,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1438,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"2601a724-c8ea-4569-af91-461308beeab4\",\n            \"companyUid\": \"59a45f96-bb5b-4be4-b82e-89379e983138\",\n            \"companyName\": \"Synergy Wholesale\",\n            \"title\": \"Synergy Wholesale S1\",\n            \"locationId\": 10,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1439,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"f8aa0074-cea2-494f-81c6-72bc68313615\",\n            \"companyUid\": \"cce87881-a567-40bd-907f-a47aa5e26126\",\n            \"companyName\": \"EIS - NTT Australia Solutions Pty Ltd.\",\n            \"title\": \"mega-melbau02-01\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1440,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"89e73f95-6ac3-4aee-8fe7-288e859f06c1\",\n            \"companyUid\": \"1328df93-4f77-43da-a95b-8b31853ccb49\",\n            \"companyName\": \"Summit Internet\",\n            \"title\": \"MEGAPORT at NextDC M1\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1441,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"55cced51-e173-45a7-b59a-8e8492e2a7b4\",\n            \"companyUid\": \"1850b81e-e8ac-4635-9e85-a2d09d3e1d7c\",\n            \"companyName\": \"SkyMesh Pty Ltd\",\n            \"title\": \"MP-Melbourne-MDC\",\n            \"locationId\": 23,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1442,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"294e97d2-2eb9-4c09-b837-727b14e47780\",\n            \"companyUid\": \"3f1a7c69-aa8b-4b48-b532-6f0e0cfd488d\",\n            \"companyName\": \"Brennan IT\",\n            \"title\": \"EQ-SY3 MEGAPORT 1 Brennan Use\",\n            \"locationId\": 6,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1443,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"5940f3a7-9ecc-47ad-9d13-43d56a2e60f1\",\n            \"companyUid\": \"3f1a7c69-aa8b-4b48-b532-6f0e0cfd488d\",\n            \"companyName\": \"Brennan IT\",\n            \"title\": \"NDC-S1 MEGAPORT1 Client Use\",\n            \"locationId\": 10,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1444,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"f1caa2f9-f3ca-423d-a78f-f0adea75a59c\",\n            \"companyUid\": \"59a45f96-bb5b-4be4-b82e-89379e983138\",\n            \"companyName\": \"Synergy Wholesale\",\n            \"title\": \"Synergy Wholesale M1\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1445,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"578560cf-063f-42b3-a2de-b666575d55fa\",\n            \"companyUid\": \"52a347ba-b58a-467b-905b-1b4b638a7232\",\n            \"companyName\": \"Devoli\",\n            \"title\": \"Vibe 220Q\",\n            \"locationId\": 32,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1446,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"035444a7-7837-4c07-a3be-01c150062855\",\n            \"companyUid\": \"ff552a1a-0db5-4e95-8390-97bd34bdf8bf\",\n            \"companyName\": \"Somerville Group\",\n            \"title\": \"Somerville NextDC M1\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1447,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"09dea2e0-8e3d-49ec-9c63-cce83f28c3b3\",\n            \"companyUid\": \"d12f6d92-00c4-40c5-93af-a6ac44e6a9d0\",\n            \"companyName\": \"Voyager Internet Limited\",\n            \"title\": \"Voyager Megaport at The Data Centre - LAG Member 1\",\n            \"locationId\": 32,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1448,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 1133,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"a493d56e-ab84-471c-b640-d8b724098c50\",\n            \"companyUid\": \"80e7c463-ded2-4bba-8c8a-a48e786f7427\",\n            \"companyName\": \"Vultr\",\n            \"title\": \"AUS1-Megaport Peering\",\n            \"locationId\": 6,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1449,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"16f9340c-ce8d-4475-a4d9-c4e1b559f9e6\",\n            \"companyUid\": \"09713a21-b762-4091-95cb-3a7d234071ce\",\n            \"companyName\": \"Vector Communications\",\n            \"title\": \"VCS-102071 Vector Comms at TDC 220 Queen St, Auckland\",\n            \"locationId\": 32,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1450,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"4c402143-69d0-4e94-8c6f-eaec35d0d491\",\n            \"companyUid\": \"00254a3f-c22b-46fe-bef7-2e8f8a63ffb6\",\n            \"companyName\": \"AT&T Global Network Services\",\n            \"title\": \"AT&T Test 1G Megaport at Global Switch Syd\",\n            \"locationId\": 3,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1451,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"f927951c-d382-4c4e-851e-842df5136b43\",\n            \"companyUid\": \"bbff265e-40a8-469b-9881-18fb6dd435dc\",\n            \"companyName\": \"Blue Packets Pty Ltd\",\n            \"title\": \"Blue Packets 10G Megaport at Equinix SY1/2\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1452,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"53292fd6-ec79-4d84-9f49-5019c536f93a\",\n            \"companyUid\": \"0a4b897f-c936-421f-9fb7-4a219e54e9ad\",\n            \"companyName\": \"GBST\",\n            \"title\": \"GBST Sydney Megaport\",\n            \"locationId\": 3,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1453,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"77b26d46-1329-4610-a378-88448f626605\",\n            \"companyUid\": \"6bc51cad-a63d-4ff8-ab12-6f35f2cdd69e\",\n            \"companyName\": \"Hurricane Electric\",\n            \"title\": \"Hurricane Electric 10G Port SE2\",\n            \"locationId\": 57,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1454,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"5dc744d9-5a1d-4880-81e7-16f603762cfe\",\n            \"companyUid\": \"f4410b61-08c6-4fbe-942e-ace62080df2e\",\n            \"companyName\": \"Bendigo Telco\",\n            \"title\": \"Global Switch Megaport Blue\",\n            \"locationId\": 3,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1455,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"0bd4acf5-63b1-4162-8982-cf10f15ded9e\",\n            \"companyUid\": \"b9ae420f-c367-4563-8cd1-55e8d2d55355\",\n            \"companyName\": \"Data#3 Limited\",\n            \"title\": \"NextDC Primary Port 1\",\n            \"locationId\": 4,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1456,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"52f46db1-0e47-4598-981a-561cd11e157e\",\n            \"companyUid\": \"b9ae420f-c367-4563-8cd1-55e8d2d55355\",\n            \"companyName\": \"Data#3 Limited\",\n            \"title\": \"NextDC Secondary Port 2\",\n            \"locationId\": 4,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1457,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"da39861a-3c73-48be-b50f-2a607998adce\",\n            \"companyUid\": \"4c54cbdc-3d41-4b8c-b029-d2e065e20e5d\",\n            \"companyName\": \"AARNet\",\n            \"title\": \"AARNET 10G Port Globalswitch\",\n            \"locationId\": 39,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1458,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"ff63895d-a66e-4810-b3ed-f3781b563008\",\n            \"companyUid\": \"284c8021-cfe3-4377-a452-d4a3b3bd2fe8\",\n            \"companyName\": \"Telekomunikasi Indonesia International (Hongkong) Limited\",\n            \"title\": \"Telekomunikasi Indonesia International (HongKong Limited  10G Megi\",\n            \"locationId\": 47,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1459,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"2a7a9c89-d01f-4f99-a8b2-83b0db30290d\",\n            \"companyUid\": \"ecc66a93-0c4c-4fea-bc45-278cc7d7c700\",\n            \"companyName\": \"Telnyx\",\n            \"title\": \"Telnyx Equinix CH1 #1\",\n            \"locationId\": 69,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1460,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 3165,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"86f2fb7c-6dcc-4c1f-a765-32bf4cf9aa1d\",\n            \"companyUid\": \"ecc66a93-0c4c-4fea-bc45-278cc7d7c700\",\n            \"companyName\": \"Telnyx\",\n            \"title\": \"Telnyx Equinix DC2 #1\",\n            \"locationId\": 67,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1461,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 3169,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"391794fc-9e4f-4367-a79d-0440e25a94ac\",\n            \"companyUid\": \"f5deddfb-46c9-4ea3-8884-104cfe07ae53\",\n            \"companyName\": \"Microsoft\",\n            \"title\": \"Microsoft 10G Megaport CH1 Chicago\",\n            \"locationId\": 69,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1462,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 3218,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"1ecfcdcd-a41c-4d5c-851a-4afa60a57628\",\n            \"companyUid\": \"f984382b-1411-42fc-8b51-4b4491a87fde\",\n            \"companyName\": \"US Signal LLC\",\n            \"title\": \"USS Chicago 10G NNI - Order A79ZB\",\n            \"locationId\": 69,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1463,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"94315c26-0daf-4351-a698-0f10a4825ec7\",\n            \"companyUid\": \"6bc51cad-a63d-4ff8-ab12-6f35f2cdd69e\",\n            \"companyName\": \"Hurricane Electric\",\n            \"title\": \"HE 10G Megaport at Equinix Toronto\",\n            \"locationId\": 73,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1464,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"55dd7621-4b64-45a2-8594-abf2d89e86b5\",\n            \"companyUid\": \"d0bb53e8-ae3c-47c9-bdd5-ad276dd6568f\",\n            \"companyName\": \"Advanced Wireless Network Co.\",\n            \"title\": \"AWN-MegaPort-EQX#1\",\n            \"locationId\": 36,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1465,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"f304224b-4752-41cf-8267-0e9dd6545d34\",\n            \"companyUid\": \"d0bb53e8-ae3c-47c9-bdd5-ad276dd6568f\",\n            \"companyName\": \"Advanced Wireless Network Co.\",\n            \"title\": \"AWN-MegaPort-HKMI\",\n            \"locationId\": 47,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1466,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"395bc5fa-e91f-4f9a-8084-5eeb1bd75719\",\n            \"companyUid\": \"a81a2ce9-17d6-4ab4-9364-fb271b27826d\",\n            \"companyName\": \"Yahoo\",\n            \"title\": \"Yahoo 10Gbps Megaport Equinix Chicago\",\n            \"locationId\": 69,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1467,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"92e81c71-746b-464b-8d49-049b929bbe55\",\n            \"companyUid\": \"a81a2ce9-17d6-4ab4-9364-fb271b27826d\",\n            \"companyName\": \"Yahoo\",\n            \"title\": \"Yahoo 10Gbps Megaport Equinix San Jose\",\n            \"locationId\": 66,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1468,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"3d7072c0-38c3-48d1-a636-041df777910c\",\n            \"companyUid\": \"a649e458-d4de-4e3b-a5a8-d509da7e1500\",\n            \"companyName\": \"iseek\",\n            \"title\": \"iseek - MD\",\n            \"locationId\": 50,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1469,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"cccb0b73-b692-45f9-bbca-ec4f4a17b70f\",\n            \"companyUid\": \"b7009dc5-0516-4777-b87d-62586ec784db\",\n            \"companyName\": \"1CLOUDSTAR\",\n            \"title\": \"1CS-EQNXSG1-10G-01\",\n            \"locationId\": 36,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1470,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"a7215775-4518-438b-ac9d-b43a43623f23\",\n            \"companyUid\": \"a3ba0726-5736-430a-82fc-1082c9c658cf\",\n            \"companyName\": \"Encoo Pty Ltd\",\n            \"title\": \"NextDC M1 10gb (old rack)\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1471,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"9458e11a-1659-4495-8114-3e7b55cfa9aa\",\n            \"companyUid\": \"fdaaf35f-07d1-4ffc-979a-df9feb37fb6b\",\n            \"companyName\": \"Signature Bank\",\n            \"title\": \"10000Mbps Port at Digital Realty NYC1\",\n            \"locationId\": 62,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1472,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"7b241642-6777-4fbf-be26-f6198253e6e7\",\n            \"companyUid\": \"fdaaf35f-07d1-4ffc-979a-df9feb37fb6b\",\n            \"companyName\": \"Signature Bank\",\n            \"title\": \"10000Mbps Port at Digital Realty CHI1\",\n            \"locationId\": 64,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1473,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"e7b0b0ef-f817-4503-b061-6bec54549c59\",\n            \"companyUid\": \"e2dca9f3-49e8-47ce-a512-8b4dd4679431\",\n            \"companyName\": \"Patrick Stevedores\",\n            \"title\": \"SY4-2\",\n            \"locationId\": 6,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1474,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"4f289d4b-9a08-4e17-b54e-3ed87121de1e\",\n            \"companyUid\": \"17e2ac0f-6d79-4921-823a-f37b8ebb309b\",\n            \"companyName\": \"Twitter\",\n            \"title\": \"Twitter AMSIX-HK\",\n            \"locationId\": 46,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1475,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"a2847943-d3fe-44f9-b9ac-1a15c5d75773\",\n            \"companyUid\": \"d044259f-3ea3-4e6f-ba9c-2d0407c2931d\",\n            \"companyName\": \"Telcoinabox\",\n            \"title\": \"Megaport GSW\",\n            \"locationId\": 3,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1476,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"675af591-a448-4e66-80eb-321481299c9d\",\n            \"companyUid\": \"6915d252-7639-43e0-a518-a364682c39fd\",\n            \"companyName\": \"Cable and Wireless\",\n            \"title\": \"CWC 1G \",\n            \"locationId\": 78,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1477,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"0b7394dd-bd2e-494b-95d4-00a2f338b5d0\",\n            \"companyUid\": \"1749510a-8ed3-4031-b203-75f6b055dc6b\",\n            \"companyName\": \"Shine Lawyers Pty Ltd\",\n            \"title\": \"NDC\",\n            \"locationId\": 5,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1478,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"194a2cec-8e1c-461d-adba-1db2864041ee\",\n            \"companyUid\": \"ff552a1a-0db5-4e95-8390-97bd34bdf8bf\",\n            \"companyName\": \"Somerville Group\",\n            \"title\": \"Somerville NextDC P1\",\n            \"locationId\": 50,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1479,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"3331418a-16dd-4617-b42a-1e9bc9f04482\",\n            \"companyUid\": \"3d20aade-34bc-43d0-b593-aa4409a96f04\",\n            \"companyName\": \"amaze360\",\n            \"title\": \"NDC1\",\n            \"locationId\": 5,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1480,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"49050c9b-89ad-4d41-a478-ded22ec86ccc\",\n            \"companyUid\": \"a8b988d6-789f-4e2e-a567-cf18d3e0696a\",\n            \"companyName\": \"GTT\",\n            \"title\": \"GTT 1G Megaport at Equinix SG1\",\n            \"locationId\": 36,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1481,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"00c2140e-0a95-4cfa-840b-191c7cd7f015\",\n            \"companyUid\": \"a8b988d6-789f-4e2e-a567-cf18d3e0696a\",\n            \"companyName\": \"GTT\",\n            \"title\": \"GTT 1G Megaport at Equinix SG2\",\n            \"locationId\": 37,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1482,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"1c715195-d7c6-4ca2-85fb-d3d6ace6d08b\",\n            \"companyUid\": \"8e193d12-e3d1-4c84-ac09-bd73cc77d294\",\n            \"companyName\": \"Pure IP\",\n            \"title\": \"Equinix SG2\",\n            \"locationId\": 37,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1483,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"a925e996-c020-4f4e-bede-070c2a82723c\",\n            \"companyUid\": \"8e193d12-e3d1-4c84-ac09-bd73cc77d294\",\n            \"companyName\": \"Pure IP\",\n            \"title\": \"HK1 Equinix\",\n            \"locationId\": 46,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1484,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"3afe9729-bafb-4fa1-b7d7-9a1379142d55\",\n            \"companyUid\": \"cecb6bc5-c8cf-4a29-b2ec-b471bea124db\",\n            \"companyName\": \"Monadelphous Group Limited\",\n            \"title\": \"DCA\",\n            \"locationId\": 52,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 1485,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"296675c7-f002-4963-9d9a-041e1c0189fa\",\n            \"companyUid\": \"7cadb4dc-f435-40a0-9ffd-07f9f84621e6\",\n            \"companyName\": \"Nexon Asia Pacific\",\n            \"title\": \"Nexon's Megaport at ME1\",\n            \"locationId\": 41,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1486,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"9bbe7e93-2ef8-4d1a-846c-983fcb579e2b\",\n            \"companyUid\": \"3a10cbc3-dc83-4dc4-8ee1-60651a8b234d\",\n            \"companyName\": \"Rubbercraft\",\n            \"title\": \"1G Megaport in LA (624 S Grand)\",\n            \"locationId\": 60,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1487,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"68f733f1-8478-4206-8271-311491241899\",\n            \"companyUid\": \"d47371b6-dbb3-43c6-916b-8f9be5e79df0\",\n            \"companyName\": \"CBCcom\",\n            \"title\": \"CBC_HKG_AWS\",\n            \"locationId\": 47,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1488,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"581df5c5-639f-4b0a-bf5b-fc85c23f084c\",\n            \"companyUid\": \"5a713810-b4db-4f8e-bc25-c2e0f11d550a\",\n            \"companyName\": \"Mizuho Securities USA LLC.\",\n            \"title\": \"CLF-WAN2 (eth1/39) - CID: DLRSVX00446262\",\n            \"locationId\": 117,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1489,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"7a0a37f1-7a64-488b-882c-46a8c0872bcf\",\n            \"companyUid\": \"5a713810-b4db-4f8e-bc25-c2e0f11d550a\",\n            \"companyName\": \"Mizuho Securities USA LLC.\",\n            \"title\": \"CLF-WAN1 (eth1/39) - CID: DLRSVX00440646\",\n            \"locationId\": 117,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1490,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"d041eda5-c07f-491d-bd9d-627d61667abd\",\n            \"companyUid\": \"d6fc1a00-d393-498d-b7d8-c0aecdade459\",\n            \"companyName\": \"Broadband Solutions Pty Ltd\",\n            \"title\": \"10Gb-Megaport-Mel01\",\n            \"locationId\": 23,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1491,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"bbcff2c9-50fe-43de-9094-fcccec3516ea\",\n            \"companyUid\": \"3ae42aec-3e60-45eb-97f9-4911e3cb3219\",\n            \"companyName\": \"Digital Sense Hosting\",\n            \"title\": \" Digital Sense Hosting MEGAPORT at NextDC\",\n            \"locationId\": 5,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1492,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"99e162e6-85f1-4c52-8cf3-1a6c1719df71\",\n            \"companyUid\": \"a3ba0726-5736-430a-82fc-1082c9c658cf\",\n            \"companyName\": \"Encoo Pty Ltd\",\n            \"title\": \"NextDC P1\",\n            \"locationId\": 50,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1493,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"654e75d0-20c6-4a2a-8d4e-7517576558e9\",\n            \"companyUid\": \"1c03d7a3-8df8-411e-a17b-fefe1f3bae47\",\n            \"companyName\": \"Probe Contact Solutions Australia Pty Ltd\",\n            \"title\": \"Salmat-NOBP\",\n            \"locationId\": 143,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1494,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"31207bf2-1817-4c33-a6d0-0736693ff073\",\n            \"companyUid\": \"3185a515-0cea-4498-b22f-0466615d5eb7\",\n            \"companyName\": \"NetVault\",\n            \"title\": \"1Gbps Megaport at Next DC M1\",\n            \"locationId\": 4,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1495,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"051e1318-4d69-4c7a-a23a-4fd42cf00c0e\",\n            \"companyUid\": \"a3ba0726-5736-430a-82fc-1082c9c658cf\",\n            \"companyName\": \"Encoo Pty Ltd\",\n            \"title\": \"NextDC B2\",\n            \"locationId\": 5,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1496,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"7da074f0-45fa-47ea-b1cf-8ce690a6c768\",\n            \"companyUid\": \"5ff49615-06c6-4a71-af49-d98747591d04\",\n            \"companyName\": \"AT&T Global Network Services -  3PT services\",\n            \"title\": \"AT&T 1G Megaport at Polaris Brisbane (SR6088763)\",\n            \"locationId\": 44,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1497,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"d874f323-6243-496c-bf74-da13b08e8794\",\n            \"companyUid\": \"6bc51cad-a63d-4ff8-ab12-6f35f2cdd69e\",\n            \"companyName\": \"Hurricane Electric\",\n            \"title\": \"Hurricane Electric 10G Port at Telehouse\",\n            \"locationId\": 256,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1498,\n            \"lag_id\": 8,\n            \"lag_primary\": true,\n            \"aggregation_id\": 27528,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"e4438db6-699e-4d0b-afc2-304a8abe3e7d\",\n            \"companyUid\": \"01e1e173-f28c-4122-abc9-5aef126d3ebf\",\n            \"companyName\": \"Corpcloud Pty Ltd\",\n            \"title\": \"CorpCloud NEXTDC M1 \",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1499,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"357bc37d-5177-4196-969b-af99a7da2334\",\n            \"companyUid\": \"5ff49615-06c6-4a71-af49-d98747591d04\",\n            \"companyName\": \"AT&T Global Network Services -  3PT services\",\n            \"title\": \"AT&T 1G Megaport at SY1/2/4  (SR6088763)\",\n            \"locationId\": 2,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1500,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"ffe62c74-4f03-44ba-873b-68217ea962a4\",\n            \"companyUid\": \"9df6d21c-7a74-47dd-8e52-e407d2b78ddb\",\n            \"companyName\": \"Compass Education Pty Ltd\",\n            \"title\": \"ME1Primary10Gbps\",\n            \"locationId\": 23,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1501,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"84e1b6ac-25e9-459a-b8d3-661d69849eec\",\n            \"companyUid\": \"d6fc1a00-d393-498d-b7d8-c0aecdade459\",\n            \"companyName\": \"Broadband Solutions Pty Ltd\",\n            \"title\": \"10Gb-Megaport-Bne01\",\n            \"locationId\": 5,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1502,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"cab7af43-5f44-4158-9f90-d8fd8fd23e34\",\n            \"companyUid\": \"100bcaf9-236b-4b63-88ac-3242f22395af\",\n            \"companyName\": \"Codero\",\n            \"title\": \"Codero Hosting DFW1 Primary\",\n            \"locationId\": 156,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1503,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"7d76a34f-31ae-41d5-8665-51653fbbbf64\",\n            \"companyUid\": \"35ee7b9a-4832-43b9-aa8f-7f27514b05d0\",\n            \"companyName\": \"READIITEL\",\n            \"title\": \"M1 PEERING CONNECTION\",\n            \"locationId\": 4,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1504,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"1703e3a2-6119-42b3-b210-77714f7954c4\",\n            \"companyUid\": \"2ee3a09f-17f8-45c9-8b09-6a18192e55be\",\n            \"companyName\": \"Switch Media\",\n            \"title\": \"MP2EQR1\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1505,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"11ea6d8b-31cd-4eab-9240-4e7535b2afb2\",\n            \"companyUid\": \"c4c99965-e2fa-4662-96d5-06c14c2bbb42\",\n            \"companyName\": \"Sentrian Pty Ltd\",\n            \"title\": \"MEGAPORT at NextDC M1\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1506,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"96a8826c-0b78-4471-b918-1d7c6cb3423b\",\n            \"companyUid\": \"d3b418be-eb00-4604-b964-0ea3279f2f7a\",\n            \"companyName\": \"Telekom Malaysia HK\",\n            \"title\": \"TM HK 1G Mega-1\",\n            \"locationId\": 47,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1507,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"a835fd1e-e37b-4bfb-953f-e7532b1a578d\",\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"Direct Link London 3 Port 1\",\n            \"locationId\": 90,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 1508,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 31732,\n            \"connectType\": \"IBM\"\n        },\n        {\n            \"productUid\": \"f6561abb-de43-4ec1-add5-8d544416d319\",\n            \"companyUid\": \"f8325910-3c2c-408e-9fe4-16654120050d\",\n            \"companyName\": \"TwitchTV\",\n            \"title\": \"HK Port 1\",\n            \"locationId\": 54,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1509,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 32692,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"60391d09-5ff4-4624-acb1-5e7f109ff958\",\n            \"companyUid\": \"f8325910-3c2c-408e-9fe4-16654120050d\",\n            \"companyName\": \"TwitchTV\",\n            \"title\": \"Port 2\",\n            \"locationId\": 54,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1510,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 32693,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"b25f326b-f765-4af7-a300-868fd505a600\",\n            \"companyUid\": \"fdd52227-12aa-42ba-90a7-16fa591a6152\",\n            \"companyName\": \"Unitas Global\",\n            \"title\": \"LAX2-L3 Port\",\n            \"locationId\": 60,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1511,\n            \"lag_id\": 8,\n            \"lag_primary\": true,\n            \"aggregation_id\": 33061,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"008ffa38-d5f0-426e-bf83-14f022eff37c\",\n            \"companyUid\": \"0d9e9b0d-b8c0-4248-8ee9-4f2bd4be4718\",\n            \"companyName\": \"ispco.nz\",\n            \"title\": \"ISPCO-QS220\",\n            \"locationId\": 32,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1512,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"4f8b5b65-9a19-4530-8e8f-f15b38159490\",\n            \"companyUid\": \"9d3773d9-7038-4ce9-9196-4f410fbdf29f\",\n            \"companyName\": \"VPLS Inc.\",\n            \"title\": \"VPLS SIN1\",\n            \"locationId\": 39,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1513,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"5a240b76-ad23-4f6c-994d-8ceaa46c9dc3\",\n            \"companyUid\": \"1e0fc8b7-87d9-4beb-88b3-8ab9890dc3ae\",\n            \"companyName\": \"Rockwell Collins, Inc\",\n            \"title\": \"1G Megaport - EQX DA1\",\n            \"locationId\": 71,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1514,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"f3a074e9-db74-492f-b039-46636680d337\",\n            \"companyUid\": \"2c7f2b51-47e5-430b-aec9-9f6f0edeb667\",\n            \"companyName\": \"1&1 Versatel\",\n            \"title\": \"NNI Megaport FFM Sekundär #1 fra1902aiv005-0/1/4\",\n            \"locationId\": 131,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1515,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"42be3b12-2616-4069-b753-3a9627880f5f\",\n            \"companyUid\": \"100bcaf9-236b-4b63-88ac-3242f22395af\",\n            \"companyName\": \"Codero\",\n            \"title\": \"Codero Hosting DFW1 Secondary\",\n            \"locationId\": 156,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1516,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"7595ec06-54e7-4c0e-b871-957ef39e92c8\",\n            \"companyUid\": \"c714d3a5-57df-407f-a039-7ea9709537a1\",\n            \"companyName\": \"Halliburton Energy Services Inc\",\n            \"title\": \"1G Port - CyrusOne Houston Galleria, Port 1\",\n            \"locationId\": 228,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1517,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"0b43a139-57f9-4d8b-a323-c146fae2a525\",\n            \"companyUid\": \"100bcaf9-236b-4b63-88ac-3242f22395af\",\n            \"companyName\": \"Codero\",\n            \"title\": \"Codero Hosting PHX1 Secondary\",\n            \"locationId\": 236,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1518,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"94af9039-b721-4a4a-8ad2-1da6df9673f3\",\n            \"companyUid\": \"33c0e8bb-abca-487c-9894-bec9d2c55fb8\",\n            \"companyName\": \"11:11 Systems\",\n            \"title\": \" iland AMSPOD01 Megaport IX 94af9039\",\n            \"locationId\": 92,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1519,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"0cc3709e-3acd-4320-bde9-3ff9730a249f\",\n            \"companyUid\": \"2a40b57b-7b85-4e3c-8f90-0a2dc606993d\",\n            \"companyName\": \"Mercury NZ Limited\",\n            \"title\": \"Kapua Megaport Interconnect\",\n            \"locationId\": 328,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1520,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"8806decf-12c2-426a-8e26-e825389ca4a5\",\n            \"companyUid\": \"c714d3a5-57df-407f-a039-7ea9709537a1\",\n            \"companyName\": \"Halliburton Energy Services Inc\",\n            \"title\": \"1G Port - CyrusOne Houston Galleria, Port 2\",\n            \"locationId\": 228,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1521,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"327754e8-3d27-416e-9d34-c13fb1b9ffe7\",\n            \"companyUid\": \"fdd52227-12aa-42ba-90a7-16fa591a6152\",\n            \"companyName\": \"Unitas Global\",\n            \"title\": \"NYC1-L3 Port\",\n            \"locationId\": 62,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1522,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 40587,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"c09f33d2-665a-46dc-9b5d-9f75572a37b0\",\n            \"companyUid\": \"fdd52227-12aa-42ba-90a7-16fa591a6152\",\n            \"companyName\": \"Unitas Global\",\n            \"title\": \"SEA1-L3 Port\",\n            \"locationId\": 146,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1523,\n            \"lag_id\": 9,\n            \"lag_primary\": true,\n            \"aggregation_id\": 40588,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"4b464e55-9e32-4690-99a8-dcab6ef2fcf5\",\n            \"companyUid\": \"0b20a454-84a2-4127-bb16-45de51c9fe41\",\n            \"companyName\": \"FiberLight, LLC\",\n            \"title\": \"10Gig Dallas Megaport\",\n            \"locationId\": 83,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 1524,\n            \"lag_id\": 2,\n            \"lag_primary\": true,\n            \"aggregation_id\": 40888,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"21599985-f1d2-4a53-8e32-c3b394af323a\",\n            \"companyUid\": \"0b20a454-84a2-4127-bb16-45de51c9fe41\",\n            \"companyName\": \"FiberLight, LLC\",\n            \"title\": \"10Gig Dallas Megaport Secondary\",\n            \"locationId\": 83,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 1525,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 40889,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"fca6fe93-5d90-4aae-b837-bfb8f823d9cd\",\n            \"companyUid\": \"a28131bb-417c-462c-aa4d-eb3884cdfdc9\",\n            \"companyName\": \"Truphone Limited\",\n            \"title\": \"1000Mbps Port at Digital Realty LOS1\",\n            \"locationId\": 63,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1526,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"b79c99fc-fa28-4ea8-a734-1bcfdae83dae\",\n            \"companyUid\": \"a28131bb-417c-462c-aa4d-eb3884cdfdc9\",\n            \"companyName\": \"Truphone Limited\",\n            \"title\": \"1000Mbps Port at Digital Realty LOS1\",\n            \"locationId\": 63,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1527,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"6abbca77-8e9d-403d-9468-f5979c4849c1\",\n            \"companyUid\": \"a28131bb-417c-462c-aa4d-eb3884cdfdc9\",\n            \"companyName\": \"Truphone Limited\",\n            \"title\": \"1000Mbps Port at Digital Realty NYC1\",\n            \"locationId\": 62,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1528,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"61382248-38b4-41a1-9e8b-1325838e9146\",\n            \"companyUid\": \"a28131bb-417c-462c-aa4d-eb3884cdfdc9\",\n            \"companyName\": \"Truphone Limited\",\n            \"title\": \"1000Mbps Port at Digital Realty NYC1\",\n            \"locationId\": 62,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1529,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"e477f237-e23c-42f0-931b-108dfd979def\",\n            \"companyUid\": \"3f1a7c69-aa8b-4b48-b532-6f0e0cfd488d\",\n            \"companyName\": \"Brennan IT\",\n            \"title\": \"BRENNAN-CORE-P1-10G\",\n            \"locationId\": 50,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1530,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"ce990b7b-3cbb-46d2-b7df-73f5e06ac8fb\",\n            \"companyUid\": \"33c0e8bb-abca-487c-9894-bec9d2c55fb8\",\n            \"companyName\": \"11:11 Systems\",\n            \"title\": \"iland SYDPOD01 Megaport ce990b7b\",\n            \"locationId\": 10,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1531,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"85fb3a7e-9c01-4328-b674-e8bdbe22bf4e\",\n            \"companyUid\": \"40cdca23-7fc9-4de5-a728-09beedcbf241\",\n            \"companyName\": \"Exetel\",\n            \"title\": \" Exetel MEGAPORT at Equinix ME1\",\n            \"locationId\": 41,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1532,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"bd5b633e-cba4-4003-a702-9689273065a5\",\n            \"companyUid\": \"f3ff95e5-2486-4ca8-8926-fa34508adaf0\",\n            \"companyName\": \"Ramsay Health Care Investments Pty Ltd\",\n            \"title\": \"Megaport_EQSY4\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1533,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"c0d32adf-8f73-4d0c-8cba-3c39bdc8eb40\",\n            \"companyUid\": \"b6e227e0-2bac-4a99-85cc-1684aaac9db4\",\n            \"companyName\": \"Australian Private Network\",\n            \"title\": \"SYD3-MP-10G-002\",\n            \"locationId\": 6,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1534,\n            \"lag_id\": 9,\n            \"lag_primary\": true,\n            \"aggregation_id\": 45531,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"6be369c0-dc14-47e3-b137-f89f6d48c1fa\",\n            \"companyUid\": \"89be18dc-ad27-46a9-b9ed-42758232fbca\",\n            \"companyName\": \"OmniNet Ltd\",\n            \"title\": \"OmniNet-Kapua\",\n            \"locationId\": 328,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1535,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"5072ed64-7ad4-4c48-bf7d-02a0f56799e4\",\n            \"companyUid\": \"c919dec2-d696-4b37-9a6c-22ff99a56135\",\n            \"companyName\": \"SIEGY\",\n            \"title\": \"10GB MP_Princeton\",\n            \"locationId\": 339,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 1536,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"1fabee96-c233-4fef-9cdc-b003d00a11c0\",\n            \"companyUid\": \"35ee7b9a-4832-43b9-aa8f-7f27514b05d0\",\n            \"companyName\": \"READIITEL\",\n            \"title\": \"S1 INTERNODE CONNECTIONS\",\n            \"locationId\": 10,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1537,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"aaf06b44-58fc-4613-af55-231e008f9bfc\",\n            \"companyUid\": \"35ee7b9a-4832-43b9-aa8f-7f27514b05d0\",\n            \"companyName\": \"READIITEL\",\n            \"title\": \"M1 INTERNODE CONNECTIONS\",\n            \"locationId\": 4,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1538,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"cd425cab-5683-4bcb-8082-d73562569121\",\n            \"companyUid\": \"ed96d1a8-a537-4be8-acf9-d43d846ec725\",\n            \"companyName\": \"Vibe Group\",\n            \"title\": \"Sydney 1G Port\",\n            \"locationId\": 10,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1539,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"9061bc50-1d50-4bd6-8987-eccb064b477d\",\n            \"companyUid\": \"6935d74e-aa41-4554-a574-8fd0baeb0fbd\",\n            \"companyName\": \"Ultimate Broadband\",\n            \"title\": \"ULTIMATE BROADBAND\",\n            \"locationId\": 310,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1540,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"502a7908-b4c2-4cd7-977a-bf783db318ba\",\n            \"companyUid\": \"fe3ab0d6-2770-47c1-8879-c4827e5a2dd6\",\n            \"companyName\": \"Fastrack Technology\",\n            \"title\": \"Fastrack Technology - Melbourne\",\n            \"locationId\": 41,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1541,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"3dde606e-2160-4c4c-8f57-3d23210a01e4\",\n            \"companyUid\": \"fbc2558d-6b52-4e69-a561-6d67f8c563c4\",\n            \"companyName\": \"TechPath Pty Ltd\",\n            \"title\": \"Perth-P1\",\n            \"locationId\": 50,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1542,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"292a4f48-f775-4824-9c6e-2ba0749d3e52\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"Amsterdam (ams-zone2-1320)\",\n            \"locationId\": 87,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"red\",\n            \"rank\": 1543,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 53475,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"51a20d31-72c9-4b1a-9688-9b5dd10142f6\",\n            \"companyUid\": \"470c1a1a-ce8b-4585-9ac0-d92fc3009436\",\n            \"companyName\": \"UFONE\",\n            \"title\": \"UFONE Data Vault\",\n            \"locationId\": 416,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 1544,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"f4c8f28b-e676-4892-a2a7-bfeadeaa17b9\",\n            \"companyUid\": \"80f1557b-72d8-45ae-899f-40c6b320757a\",\n            \"companyName\": \"GPK Group Pty Ltd\",\n            \"title\": \"GPK VIC M2\",\n            \"locationId\": 382,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1545,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"df24bf62-de58-484a-9aab-4717bc7d24c5\",\n            \"companyUid\": \"80f1557b-72d8-45ae-899f-40c6b320757a\",\n            \"companyName\": \"GPK Group Pty Ltd\",\n            \"title\": \"GPK QLD B1\",\n            \"locationId\": 5,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1546,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"c4809290-c0d2-4e6f-a562-b549fb545c49\",\n            \"companyUid\": \"bcc77e9e-1b12-40ba-91a9-7acc4ce6b35b\",\n            \"companyName\": \"Prodigy Communications\",\n            \"title\": \"PROD-GSX-1\",\n            \"locationId\": 3,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1547,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"94be0401-d1e6-4cdf-afc9-34956f813c11\",\n            \"companyUid\": \"7202ad8f-63c9-4f37-9c96-671ea36c3ac0\",\n            \"companyName\": \"Netskope Inc\",\n            \"title\": \"MP-SV5\",\n            \"locationId\": 66,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1548,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"5564080d-4312-4b4a-8406-ec81b38d3dfd\",\n            \"companyUid\": \"33c0e8bb-abca-487c-9894-bec9d2c55fb8\",\n            \"companyName\": \"11:11 Systems\",\n            \"title\": \"iland MELPOD01 Megaport 5564080d\",\n            \"locationId\": 382,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1549,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"04b16dcc-14b5-4c50-a8bb-57a45893fc2c\",\n            \"companyUid\": \"bf60cb3c-ecc5-4b44-a34a-9df3b9f26dce\",\n            \"companyName\": \"Claratti Workspace\",\n            \"title\": \"Perth P1\",\n            \"locationId\": 50,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1550,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"008221e2-b2b5-43df-8295-f4a2b99e31f5\",\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"Direct Link Chicago 1 Port 1\",\n            \"locationId\": 69,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 1551,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 67590,\n            \"connectType\": \"IBM\"\n        },\n        {\n            \"productUid\": \"86626570-e1dd-4ced-80f8-0cf2660e8a9d\",\n            \"companyUid\": \"a64f90d2-acd1-4c9c-ac68-c6c9b86b8df4\",\n            \"companyName\": \"Servers Australia Pty Ltd\",\n            \"title\": \"SAU - Perth - Equinix PE2\",\n            \"locationId\": 367,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1552,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"7d0006e8-ecb3-4707-8ebb-4cecf79b5ca5\",\n            \"companyUid\": \"fee19908-26ae-4539-baa7-0d8017b31e10\",\n            \"companyName\": \"Voxbone\",\n            \"title\": \"P1.EDG-01-020010.SY3-EQX\",\n            \"locationId\": 6,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1553,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"67aafb72-494f-4032-9deb-696f32aee731\",\n            \"companyUid\": \"ca2616c6-222e-499a-8d08-cdf254baa919\",\n            \"companyName\": \"HCE Telecom\",\n            \"title\": \"HCE1\",\n            \"locationId\": 438,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1554,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"7bcb6817-288d-4b49-8bf2-aa79b48b7641\",\n            \"companyUid\": \"3fad88d7-0f9e-42df-bfa5-b047bf91827c\",\n            \"companyName\": \"Connected Australia Pty Ltd\",\n            \"title\": \"NEXTDC S1\",\n            \"locationId\": 10,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1555,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"88303c6b-f248-444f-82c5-d621314dad69\",\n            \"companyUid\": \"92f0cdb9-1440-49b5-814d-bd5e2b53c961\",\n            \"companyName\": \"Telair Pty Ltd\",\n            \"title\": \"TA-S1-MP10G\",\n            \"locationId\": 10,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1556,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"24b32887-2dff-48cf-b5cf-52579657a2a8\",\n            \"companyUid\": \"e09875fd-583a-45b1-a651-c5be51385515\",\n            \"companyName\": \"Rackspace\",\n            \"title\": \"Rackspace-RCG-HK3-Pri\",\n            \"locationId\": 46,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1557,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 80760,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"9e6ba693-c626-4a38-ad14-ac66994ef1d3\",\n            \"companyUid\": \"fdd52227-12aa-42ba-90a7-16fa591a6152\",\n            \"companyName\": \"Unitas Global\",\n            \"title\": \"SJC1-L3 Port\",\n            \"locationId\": 66,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1558,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 82330,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"53adb6af-cd9a-46f5-9c00-6db2ac8b4f01\",\n            \"companyUid\": \"09713a21-b762-4091-95cb-3a7d234071ce\",\n            \"companyName\": \"Vector Communications\",\n            \"title\": \"VCS-102643 Vector Comms at Datacom 6 Orbit Drive\",\n            \"locationId\": 33,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1559,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"8df74e20-f9c6-4916-8444-64726d9c95e5\",\n            \"companyUid\": \"afb993e7-d505-45f2-818f-25c222f12f2f\",\n            \"companyName\": \"Kentik Technologies Inc.\",\n            \"title\": \"kentik_frankfurt\",\n            \"locationId\": 131,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1560,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"9e740830-257a-4d76-960c-39b909465f7e\",\n            \"companyUid\": \"fdaaf35f-07d1-4ffc-979a-df9feb37fb6b\",\n            \"companyName\": \"Signature Bank\",\n            \"title\": \"1000Mbps Port at Digital Realty NYC1\",\n            \"locationId\": 62,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1561,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"e42c3e3e-e87e-45f6-aab2-3764be75e593\",\n            \"companyUid\": \"8ea83603-445c-40c6-94cf-67967a18beb9\",\n            \"companyName\": \"Oracle\",\n            \"title\": \"OCI (eu-zurich-1) (BMC)\",\n            \"locationId\": 430,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1562,\n            \"lag_id\": 1,\n            \"lag_primary\": true,\n            \"aggregation_id\": 92187,\n            \"connectType\": \"ORACLE\"\n        },\n        {\n            \"productUid\": \"b902f415-5fa5-4864-94a9-86e67397dd72\",\n            \"companyUid\": \"1b1865b0-a9e4-4aa5-81d3-ed96ab92fbe6\",\n            \"companyName\": \"Freifunk Rheinland e.V.\",\n            \"title\": \"Moved from Level3 (44ead8f4)\",\n            \"locationId\": 124,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1563,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"4bd20814-157a-421e-818b-b7bbfc3da1ca\",\n            \"companyUid\": \"92f0cdb9-1440-49b5-814d-bd5e2b53c961\",\n            \"companyName\": \"Telair Pty Ltd\",\n            \"title\": \"PER01-10G-MP\",\n            \"locationId\": 109,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1564,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"d1e1574a-a963-4389-94b6-f4e30eb149d8\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"London2 Primary\",\n            \"locationId\": 256,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1565,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"3d34cc91-8904-47ec-8df9-0320b60683d3\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"London2 Secondary\",\n            \"locationId\": 256,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1566,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"50104105-2346-4536-ba3f-d88504363790\",\n            \"companyUid\": \"fdd52227-12aa-42ba-90a7-16fa591a6152\",\n            \"companyName\": \"Unitas Global\",\n            \"title\": \"MUC1-L3 Port\",\n            \"locationId\": 133,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1567,\n            \"lag_id\": 8,\n            \"lag_primary\": true,\n            \"aggregation_id\": 95928,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"8d4310f9-6f14-4c6c-afab-7a8b6c4e7e6f\",\n            \"companyUid\": \"3a6aa5a8-2c6a-48b9-b2c1-5bd9224a9502\",\n            \"companyName\": \"365 Data Centers\",\n            \"title\": \"AMC-LON1-365DCCIR00000336\",\n            \"locationId\": 90,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1568,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"516d4955-5e25-4fc2-82a4-a3de410eaf65\",\n            \"companyUid\": \"3a6aa5a8-2c6a-48b9-b2c1-5bd9224a9502\",\n            \"companyName\": \"365 Data Centers\",\n            \"title\": \"AMC-FRA1-365DCCIR00000110\",\n            \"locationId\": 131,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1569,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"60a3fa96-e3ee-495e-99da-55961286978a\",\n            \"companyUid\": \"750ea116-3bb1-44dc-a0ab-4c58fe0256a8\",\n            \"companyName\": \"Wireline Group\",\n            \"title\": \"Megaport P1\",\n            \"locationId\": 50,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1570,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"94dea9ed-4a06-4e1b-a804-978abf7c2d1b\",\n            \"companyUid\": \"200bb018-7344-4cf5-8609-e95f59d07c54\",\n            \"companyName\": \"AireSpring\",\n            \"title\": \"AireSpring CHI-NNI#1 10GB\",\n            \"locationId\": 64,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1571,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"4649adf4-74a5-4efc-9c05-65b587519212\",\n            \"companyUid\": \"92f0cdb9-1440-49b5-814d-bd5e2b53c961\",\n            \"companyName\": \"Telair Pty Ltd\",\n            \"title\": \"Polaris10G\",\n            \"locationId\": 44,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1572,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"57593fe8-b462-4e40-9afe-b9f58532af00\",\n            \"companyUid\": \"7202ad8f-63c9-4f37-9c96-671ea36c3ac0\",\n            \"companyName\": \"Netskope Inc\",\n            \"title\": \"MP-AM3\",\n            \"locationId\": 87,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1573,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"5ff4e1c2-781d-47f3-a583-17faaefd7746\",\n            \"companyUid\": \"7202ad8f-63c9-4f37-9c96-671ea36c3ac0\",\n            \"companyName\": \"Netskope Inc\",\n            \"title\": \"MP-DFW1\",\n            \"locationId\": 83,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 1574,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"969901a2-b313-4f36-8740-8b32132023b9\",\n            \"companyUid\": \"fdd52227-12aa-42ba-90a7-16fa591a6152\",\n            \"companyName\": \"Unitas Global\",\n            \"title\": \"MIA1-L3 Port\",\n            \"locationId\": 234,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1575,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 100645,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"363a955f-6c86-410d-a968-cf21de7ad325\",\n            \"companyUid\": \"7202ad8f-63c9-4f37-9c96-671ea36c3ac0\",\n            \"companyName\": \"Netskope Inc\",\n            \"title\": \"MP-ORD1\",\n            \"locationId\": 319,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1576,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"f30ce32e-711d-4f5f-b621-ac81d93e12b8\",\n            \"companyUid\": \"200bb018-7344-4cf5-8609-e95f59d07c54\",\n            \"companyName\": \"AireSpring\",\n            \"title\": \"AireSpring CHI-NNI#2\",\n            \"locationId\": 64,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1577,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"73d20630-1465-46b1-9a99-866f35d57f0f\",\n            \"companyUid\": \"ecc66a93-0c4c-4fea-bc45-278cc7d7c700\",\n            \"companyName\": \"Telnyx\",\n            \"title\": \"Telnyx Equinix LD6 #1\",\n            \"locationId\": 90,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1578,\n            \"lag_id\": 9,\n            \"lag_primary\": true,\n            \"aggregation_id\": 101069,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"80a22d9e-8fe8-4d0b-b91a-dfe0ad664fb4\",\n            \"companyUid\": \"d12f6d92-00c4-40c5-93af-a6ac44e6a9d0\",\n            \"companyName\": \"Voyager Internet Limited\",\n            \"title\": \"Voyager 10G Megaport at SY4 - LAG Member 1\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1579,\n            \"lag_id\": 11,\n            \"lag_primary\": true,\n            \"aggregation_id\": 101759,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"7542dc80-10b2-4425-b6ca-7ed1ac6c4816\",\n            \"companyUid\": \"5c7e9343-dd69-486c-882b-3a66ab9bfd1e\",\n            \"companyName\": \"Vault Systems\",\n            \"title\": \"GSU1\",\n            \"locationId\": 3,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1580,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"cbed2d32-c126-4d4d-92fe-4faf1cfd452e\",\n            \"companyUid\": \"1d9d879f-a175-4e37-8ef7-fddcf7bc0047\",\n            \"companyName\": \"SG.GS Pte Ltd\",\n            \"title\": \"P1\",\n            \"locationId\": 50,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1581,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"f0a42e2b-f035-4b03-bb6b-c7ac6b3ed054\",\n            \"companyUid\": \"e0d56c51-b954-4314-914f-3665c1bb3ff1\",\n            \"companyName\": \"EdgeIX\",\n            \"title\": \"NNI Adelaide\",\n            \"locationId\": 305,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1582,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 107217,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"1354491b-6679-4699-9e06-cc8f1b9df6b8\",\n            \"companyUid\": \"20b80c7b-8c7a-4eef-8e1c-8f0519458edc\",\n            \"companyName\": \"Hyperspike\",\n            \"title\": \"HS-NDC-VIC-M2\",\n            \"locationId\": 382,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1583,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 107594,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"a2870171-99ed-44cd-bfca-0f235bf0d2b1\",\n            \"companyUid\": \"4937b633-ae10-4043-8910-a675139444bd\",\n            \"companyName\": \"ISPNET\",\n            \"title\": \"NextDC M1\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1584,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"fd604e5e-ef29-446c-9671-39026f1f0e6c\",\n            \"companyUid\": \"a729a0b4-9f51-44d2-a5fd-3b26f8d735a3\",\n            \"companyName\": \"IACD Systemhaus GmbH\",\n            \"title\": \"10GE Dusseldorf\",\n            \"locationId\": 127,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1585,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"c15f380f-1da8-45e2-82bf-83fb65232c40\",\n            \"companyUid\": \"f4cb1580-f3f2-4310-8c8c-8b5f4c3ac23f\",\n            \"companyName\": \"OrionVM\",\n            \"title\": \"Evoque DC1\",\n            \"locationId\": 507,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1586,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"6c53bd6b-0e34-43fb-acc4-e4cd010d8404\",\n            \"companyUid\": \"a42a7d7a-3e55-4969-b961-09a64f8edcff\",\n            \"companyName\": \"Ethan Global\",\n            \"title\": \"Ethan BNEA (NextDC B2)\",\n            \"locationId\": 383,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1587,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 109864,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"621e4b46-7ec7-4b89-a1a8-0ffdd5000909\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Geneva Primary\",\n            \"locationId\": 432,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1588,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"db52e48d-1da0-42ca-8544-e9c6121c67bd\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Geneva Secondary\",\n            \"locationId\": 432,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1589,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"a2dd1c0b-35df-4d08-9968-0eb02a9c53ec\",\n            \"companyUid\": \"b2e174d5-a6ae-48bd-9110-fa746c1448b9\",\n            \"companyName\": \"ASE\",\n            \"title\": \"ASE Megaport @ S1\",\n            \"locationId\": 10,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1590,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 114151,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"19d1a0b4-66be-46b2-874f-a76287516857\",\n            \"companyUid\": \"a6700553-95c9-41c2-b0e1-84959e706f2e\",\n            \"companyName\": \"FireNet\",\n            \"title\": \"FireNet MEGAPORT at Next DC B2\",\n            \"locationId\": 383,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1591,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"ff3c3bdb-7c08-4cc5-b50e-c0f88b02966e\",\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"Direct Link Paris 2 Port 2\",\n            \"locationId\": 515,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 1592,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 115971,\n            \"connectType\": \"IBM\"\n        },\n        {\n            \"productUid\": \"5cc0ca87-ca89-4829-a726-ed7b96a7652f\",\n            \"companyUid\": \"a64f90d2-acd1-4c9c-ac68-c6c9b86b8df4\",\n            \"companyName\": \"Servers Australia Pty Ltd\",\n            \"title\": \"SAU - Auckland - Vocus Albany\",\n            \"locationId\": 51,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1593,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"fd26b801-c66e-4e95-af4d-c4b31c461b1e\",\n            \"companyUid\": \"0d9e9b0d-b8c0-4248-8ee9-4f2bd4be4718\",\n            \"companyName\": \"ispco.nz\",\n            \"title\": \"ISPCO-SY1\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1594,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"8b4bab9f-d588-483d-95e0-d39ec9d40f6b\",\n            \"companyUid\": \"00254a3f-c22b-46fe-bef7-2e8f8a63ffb6\",\n            \"companyName\": \"AT&T Global Network Services\",\n            \"title\": \"1G-JACOBS\",\n            \"locationId\": 3,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1595,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"6b783e49-cc16-4159-b37a-334d3c10c1cb\",\n            \"companyUid\": \"fdaaf35f-07d1-4ffc-979a-df9feb37fb6b\",\n            \"companyName\": \"Signature Bank\",\n            \"title\": \"1000Mbps Port at Digital Realty CHI1\",\n            \"locationId\": 64,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1596,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"03a0107d-d724-4f66-8310-265359cde92c\",\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"Direct Link Amsterdam 2 Port 1\",\n            \"locationId\": 85,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 1597,\n            \"lag_id\": 8,\n            \"lag_primary\": true,\n            \"aggregation_id\": 131784,\n            \"connectType\": \"IBM\"\n        },\n        {\n            \"productUid\": \"ce398018-e5e9-4ee6-8864-6d9441119928\",\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"Direct Link Amsterdam 2 Port 2\",\n            \"locationId\": 85,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 1598,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 131785,\n            \"connectType\": \"IBM\"\n        },\n        {\n            \"productUid\": \"db51a241-3c56-4a62-8e6f-747a91fb7aa8\",\n            \"companyUid\": \"fdd52227-12aa-42ba-90a7-16fa591a6152\",\n            \"companyName\": \"Unitas Global\",\n            \"title\": \"PHX2-L3 Port \",\n            \"locationId\": 370,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1599,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 133915,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"d9e36a2f-c6cc-4813-bfc4-4a7440104199\",\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"Direct Link Osaka 1 Port 1\",\n            \"locationId\": 572,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 1600,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 136305,\n            \"connectType\": \"IBM\"\n        },\n        {\n            \"productUid\": \"e82ef246-dc59-48a0-87c4-e6fd98b25289\",\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"Direct Link Osaka 1 Port 2\",\n            \"locationId\": 572,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 1601,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 136306,\n            \"connectType\": \"IBM\"\n        },\n        {\n            \"productUid\": \"7b9b0920-1231-4cba-bc30-ea3dcda8cdc0\",\n            \"companyUid\": \"c6b15539-5824-439f-8af9-b595d4e600e0\",\n            \"companyName\": \"Cloudflare Inc.\",\n            \"title\": \"Network Interconnect 10G Port Equinix SV1/5/10\",\n            \"locationId\": 66,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1602,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 139317,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"e8965406-da69-4fdd-a6ad-a4d027b1a240\",\n            \"companyUid\": \"c6b15539-5824-439f-8af9-b595d4e600e0\",\n            \"companyName\": \"Cloudflare Inc.\",\n            \"title\": \"Network Interconnect 10G Port Equinix CHI1/2/4\",\n            \"locationId\": 69,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1603,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 139319,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"311a99b6-3903-4121-81d0-21a6a9d794b2\",\n            \"companyUid\": \"c6b15539-5824-439f-8af9-b595d4e600e0\",\n            \"companyName\": \"Cloudflare Inc.\",\n            \"title\": \"Network Interconnect 10G Port Equinix FR5\",\n            \"locationId\": 131,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1604,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 139326,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"96e778d1-32f6-4b9a-863b-8ee7ca5d6da4\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"10G HKG Megaport #2\",\n            \"locationId\": 46,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1605,\n            \"lag_id\": 8,\n            \"lag_primary\": true,\n            \"aggregation_id\": 140194,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"28c97459-a2ec-456e-8004-e2b1146a5d78\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"Megaport Chicago #2\",\n            \"locationId\": 64,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1606,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 140214,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"43f0b155-eb2c-4e62-9ba8-7db1756a13df\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"megaport Bay #2\",\n            \"locationId\": 66,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1607,\n            \"lag_id\": 12,\n            \"lag_primary\": true,\n            \"aggregation_id\": 140216,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"faf3e124-db69-4fd9-adef-a36d3b25a637\",\n            \"companyUid\": \"fdd52227-12aa-42ba-90a7-16fa591a6152\",\n            \"companyName\": \"Unitas Global\",\n            \"title\": \"DEN3 Port Connection\",\n            \"locationId\": 657,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1608,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 140417,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"20cc8f3a-475f-4444-bae9-747711d1b9ad\",\n            \"companyUid\": \"fdd52227-12aa-42ba-90a7-16fa591a6152\",\n            \"companyName\": \"Unitas Global\",\n            \"title\": \"HOU3 Port Connection\",\n            \"locationId\": 380,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1609,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 140420,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"d06dfaa0-71d6-4cae-8d36-e8126ef59aa4\",\n            \"companyUid\": \"fdd52227-12aa-42ba-90a7-16fa591a6152\",\n            \"companyName\": \"Unitas Global\",\n            \"title\": \"TYO1 Tokyo\",\n            \"locationId\": 561,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1610,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 141283,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"fc5c80bf-db89-44f7-b2c6-c78115b2d146\",\n            \"companyUid\": \"2913b0ba-842a-453f-9b08-bbb877a882f4\",\n            \"companyName\": \"Convergia\",\n            \"title\": \"DigitalRealtyATL1_To_AWS\",\n            \"locationId\": 116,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1611,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"0df77ae2-50cf-4e54-8285-e136f90af8d3\",\n            \"companyUid\": \"2913b0ba-842a-453f-9b08-bbb877a882f4\",\n            \"companyName\": \"Convergia\",\n            \"title\": \"ToCoreSiteLA1_To_AWS\",\n            \"locationId\": 60,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1612,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"9220989e-f279-46e6-b030-fa60401711a3\",\n            \"companyUid\": \"2913b0ba-842a-453f-9b08-bbb877a882f4\",\n            \"companyName\": \"Convergia\",\n            \"title\": \"TOCoreSiteDE1_To_AWS\",\n            \"locationId\": 320,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1613,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"dcd8f4dc-077b-4c61-bb45-94ed12b1abcd\",\n            \"companyUid\": \"ea3bde4e-b4cd-418b-a2b1-c3eec46933ef\",\n            \"companyName\": \"Caznet\",\n            \"title\": \"Caznet DC1.MOR\",\n            \"locationId\": 549,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 1614,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"01236721-951e-4df5-92e8-bdad56891c76\",\n            \"companyUid\": \"45f75acb-e418-4abf-b89f-cb05c70414dc\",\n            \"companyName\": \"Blue Apache\",\n            \"title\": \"BlueApache 10G Megaport at Equinix SG1\",\n            \"locationId\": 36,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1615,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"25f15001-ad1e-4178-8ceb-258a5d087a0b\",\n            \"companyUid\": \"6030bae2-8a19-438e-8c9b-bee2d1f514bf\",\n            \"companyName\": \"Custodian Data Centres\",\n            \"title\": \"SOV\",\n            \"locationId\": 89,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1616,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 151651,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"616d952e-849f-4c65-8b67-d625f24c9306\",\n            \"companyUid\": \"fdd52227-12aa-42ba-90a7-16fa591a6152\",\n            \"companyName\": \"Unitas Global\",\n            \"title\": \"Unitas POP RDU1 Connection\",\n            \"locationId\": 480,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1617,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 154679,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"6bc79a99-af8d-41ab-bd83-0d544cb716fa\",\n            \"companyUid\": \"3df1faea-da9f-4417-ae7e-0f5abffbc0ed\",\n            \"companyName\": \"Great Plains Communications\",\n            \"title\": \"OMAHNE10G\",\n            \"locationId\": 646,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1618,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"a3b1130e-6fce-4181-ae6b-50da77d37d7c\",\n            \"companyUid\": \"3df1faea-da9f-4417-ae7e-0f5abffbc0ed\",\n            \"companyName\": \"Great Plains Communications\",\n            \"title\": \"CHIGIL10G\",\n            \"locationId\": 69,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1619,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"4e08402f-ea2a-41af-921b-5b6a7810973d\",\n            \"companyUid\": \"5432c46e-b304-4f53-95f7-fe052ee09c0a\",\n            \"companyName\": \"KsFiberNet (KFN)\",\n            \"title\": \"KsFiberNet at 1623 FARNAM DATA CENTER\",\n            \"locationId\": 646,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1620,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"7f867132-0227-408c-aa30-cbb77c09cd37\",\n            \"companyUid\": \"ac5245c0-547a-478a-beec-b2ffdad56514\",\n            \"companyName\": \"ThinkOn Inc.\",\n            \"title\": \"THINKON_GUBOV_10G\",\n            \"locationId\": 93,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1621,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"3eb42fee-defc-4a13-9aab-663d2122a016\",\n            \"companyUid\": \"ed11be46-d335-458f-ae0e-919034b65d24\",\n            \"companyName\": \"EdgeConneX-Cox\",\n            \"title\": \"CB-CLOUDPORT-SDC1-OM\",\n            \"locationId\": 463,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1622,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"db70061e-3147-4609-862c-df8cf9eeb24d\",\n            \"companyUid\": \"ed11be46-d335-458f-ae0e-919034b65d24\",\n            \"companyName\": \"EdgeConneX-Cox\",\n            \"title\": \"CB-CLOUDPORT-SDC2-OM\",\n            \"locationId\": 463,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1623,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"88ac81b3-6084-433b-89a1-d92616aa2532\",\n            \"companyUid\": \"f9c6f7cc-2afe-45b6-bf6f-3ee5866c45ab\",\n            \"companyName\": \"Launtel Pty Ltd\",\n            \"title\": \"Launtel Adelaide\",\n            \"locationId\": 549,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 1624,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"75760d71-31af-4186-929e-2795294ca136\",\n            \"companyUid\": \"8dc8ae78-3fa8-47ca-9f96-f4d2dbb6c752\",\n            \"companyName\": \"Massive Networks\",\n            \"title\": \"DEN910-10G\",\n            \"locationId\": 320,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1625,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"6381fd9e-6cbe-4e9d-b1c4-b4d736e62319\",\n            \"companyUid\": \"711b95f4-4224-4cb5-888a-88ed88667d5a\",\n            \"companyName\": \"Cypress Telecom Limited\",\n            \"title\": \"CypressTel-Megaport-10G-1\",\n            \"locationId\": 47,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1626,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 166488,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"ce8da0ec-fee8-4a26-9905-1f27dcf28371\",\n            \"companyUid\": \"36d1b125-45d3-4645-a2f2-474e7259efcc\",\n            \"companyName\": \"Japan Internet Xing Co., Ltd.\",\n            \"title\": \"Megaport\",\n            \"locationId\": 558,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1627,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"b6f9b65b-fc3d-457a-aaa7-812363eece27\",\n            \"companyUid\": \"d9c986b7-e471-4b93-ae15-2cc8e90fc4cc\",\n            \"companyName\": \"Amplex\",\n            \"title\": \"DET\",\n            \"locationId\": 658,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1628,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"ced3092a-d9e2-47ed-a7af-4eab95365a41\",\n            \"companyUid\": \"78d4d901-a320-44c3-a90d-9da9fa84b9c9\",\n            \"companyName\": \"Beanfield Technologies, Inc.\",\n            \"title\": \"BEANFIELD-EQXSE2-MEGAPORT-10G-NNI-IOC154\",\n            \"locationId\": 57,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1629,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"d8702e5c-05a7-4938-9530-2300d56b90a5\",\n            \"companyUid\": \"60f6ab74-ba33-4a2c-8538-cc9a18132f11\",\n            \"companyName\": \"Network Solutions Group\",\n            \"title\": \"AU04-MP02\",\n            \"locationId\": 383,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1630,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"cdd2ca26-3d02-4996-a118-77e2ccc341b7\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Munich Secondary\",\n            \"locationId\": 134,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1631,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"0b3f7ccc-2b7f-420d-96c1-688aa32c7eb1\",\n            \"companyUid\": \"610e40e7-93fd-422c-821f-7ba5323a782d\",\n            \"companyName\": \"Triforce Australia\",\n            \"title\": \"DNX-SYD-IC2-SPE01\",\n            \"locationId\": 55,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1632,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"0fc74d42-bb3a-4607-bf61-d1fa3baf8235\",\n            \"companyUid\": \"d1b015eb-5b39-4d7e-b3c7-da92f4837e87\",\n            \"companyName\": \"Solarix Networks Limited / Plan B Group\",\n            \"title\": \"Plan B - Equinix SY4\",\n            \"locationId\": 6,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1633,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"36678236-fbf0-4a78-bcdf-bef1a7bf03e5\",\n            \"companyUid\": \"6d910adc-b950-434c-ac4a-6eaf2e9bef49\",\n            \"companyName\": \"IPSTAR AUSTRALIA PTY LTD\",\n            \"title\": \"IPA-10G-Megaport-Port01\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1634,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 179914,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"123ad5c4-cfd3-4edd-b3b2-6b88969f37a2\",\n            \"companyUid\": \"f984382b-1411-42fc-8b51-4b4491a87fde\",\n            \"companyName\": \"US Signal LLC\",\n            \"title\": \"USS Chicago 10G NNI - Order UAC3NH\",\n            \"locationId\": 69,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1635,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"1a4e22c5-71d2-4c33-9649-6c725db29a8d\",\n            \"companyUid\": \"5992f43f-323d-4e04-9614-ce3685d45253\",\n            \"companyName\": \"VeriSign\",\n            \"title\": \"RIRS Management\",\n            \"locationId\": 2,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1636,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"b5297dfc-6b5b-4f5f-b502-d0ea3092186c\",\n            \"companyUid\": \"d0bb53e8-ae3c-47c9-bdd5-ad276dd6568f\",\n            \"companyName\": \"Advanced Wireless Network Co.\",\n            \"title\": \"AWN-MegaPort-EQX#2\",\n            \"locationId\": 37,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1637,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"629f1f09-9f59-4709-a41a-864db598a0d6\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 571,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1638,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 183268,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"productUid\": \"e86d9c1a-5426-4627-a486-f4184f7107da\",\n            \"companyUid\": \"be74b80d-4c03-40fc-9b61-64d0866ac287\",\n            \"companyName\": \"Uniti Wireless Pty Ltd\",\n            \"title\": \"NextDC-P1\",\n            \"locationId\": 50,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1639,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"6af4dc2d-c7d9-4678-b93b-f7dadd327f0e\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"EU (Frankfurt) (eu-central-1)\",\n            \"locationId\": 639,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1640,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 184995,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"a06504b9-0231-4da0-ad75-790d00990c6c\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"EU (Frankfurt) (eu-central-1)\",\n            \"locationId\": 639,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1641,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 184999,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"4ce72e15-f907-4dcd-8dd7-52407a5965a6\",\n            \"companyUid\": \"2913b0ba-842a-453f-9b08-bbb877a882f4\",\n            \"companyName\": \"Convergia\",\n            \"title\": \"Toronto for AMAZON AWS\",\n            \"locationId\": 438,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1642,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"3a0fc91b-648d-404b-8243-7e301d1fb874\",\n            \"companyUid\": \"a42a7d7a-3e55-4969-b961-09a64f8edcff\",\n            \"companyName\": \"Ethan Global\",\n            \"title\": \"Ethan Core PERA\",\n            \"locationId\": 50,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1643,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 186512,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"efff5875-e2e8-4b18-bc38-a670e19ec048\",\n            \"companyUid\": \"a56bc095-8c04-4d7c-bc41-6fa60c0cdda4\",\n            \"companyName\": \"Centorrino Technologies Pty Ltd\",\n            \"title\": \"CI5-RED-01\",\n            \"locationId\": 645,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1644,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"db1359e4-b365-4d2d-ae25-f264dbfcac5e\",\n            \"companyUid\": \"640fe1de-988d-473d-bb03-9eb523f307cd\",\n            \"companyName\": \"Macquarie Technology Operations\",\n            \"title\": \"VXC - Monoova - M2CSG29628001 (Colo-Side)\",\n            \"locationId\": 55,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1645,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"89b39640-af69-4222-8b48-c482c680dc66\",\n            \"companyUid\": \"a56bc095-8c04-4d7c-bc41-6fa60c0cdda4\",\n            \"companyName\": \"Centorrino Technologies Pty Ltd\",\n            \"title\": \"WP1-RED-01\",\n            \"locationId\": 50,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1646,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"5457589a-0c5d-43dd-818d-9c0b36613a1e\",\n            \"companyUid\": \"7251ecea-30eb-4f54-bd12-b2f0763c4678\",\n            \"companyName\": \"RedHelm\",\n            \"title\": \"PIT01-DBNK-LAG1-1\",\n            \"locationId\": 482,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 1647,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 204280,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"5737191a-f0b8-4982-9fa1-8d1da51b649e\",\n            \"companyUid\": \"16422e61-803b-4f6d-96d4-65755c9591e9\",\n            \"companyName\": \"IdeaTek Telcom, LLC\",\n            \"title\": \"Netrality_10G\",\n            \"locationId\": 324,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1648,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"0429ff2a-0131-45cf-9b49-9f6e388c160e\",\n            \"companyUid\": \"40271d52-a8a7-4c91-b894-8e41bb7a354b\",\n            \"companyName\": \"Point5 Managed Services LLC\",\n            \"title\": \"10g_point5_andvma_01\",\n            \"locationId\": 633,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1649,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"3423a263-acb9-41fa-acd3-105deeb0a3d4\",\n            \"companyUid\": \"be74b80d-4c03-40fc-9b61-64d0866ac287\",\n            \"companyName\": \"Uniti Wireless Pty Ltd\",\n            \"title\": \"Next DC  - B1\",\n            \"locationId\": 5,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1650,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"9dbc774b-044d-401a-a39b-2f69a6d44792\",\n            \"companyUid\": \"5bbba6b4-3dee-44a2-8ba9-8d349f871de4\",\n            \"companyName\": \"Canon Business Services Australia Pty Ltd\",\n            \"title\": \"GS-1\",\n            \"locationId\": 3,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1651,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"9e885bc7-dd5f-4221-ba57-9811a23f3a42\",\n            \"companyUid\": \"5bbba6b4-3dee-44a2-8ba9-8d349f871de4\",\n            \"companyName\": \"Canon Business Services Australia Pty Ltd\",\n            \"title\": \"GS-2\",\n            \"locationId\": 3,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1652,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"9717f7df-b84d-405d-bc42-9bd585642fb3\",\n            \"companyUid\": \"80e7c463-ded2-4bba-8c8a-a48e786f7427\",\n            \"companyName\": \"Vultr\",\n            \"title\": \"Constant_Vultr_DirectConnect (dc1-u2.dal4 swp1)\",\n            \"locationId\": 72,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1653,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"7b1e758d-6f0b-425f-98dd-40c04ee57b6d\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"Brisbane (bne-zone1-4688)\",\n            \"locationId\": 383,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1654,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 218858,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"e1b2476a-50f4-46b1-ae6b-e6f4672232f4\",\n            \"companyUid\": \"dab9dba4-adfa-4e52-8166-ac3b9e381bbd\",\n            \"companyName\": \"Micrologic\",\n            \"title\": \"QBC1-MP-1\",\n            \"locationId\": 164,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1655,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"80533f9b-b69e-409c-b9a9-c2e615dbaf2e\",\n            \"companyUid\": \"04bce6e9-e344-434e-a973-c94dff5aeaa4\",\n            \"companyName\": \"ESEVEN DevOps GmbH\",\n            \"title\": \"Port1\",\n            \"locationId\": 613,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 1656,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"ed307886-5d35-4b8b-a51a-c7e71a379644\",\n            \"companyUid\": \"8ea83603-445c-40c6-94cf-67967a18beb9\",\n            \"companyName\": \"Oracle\",\n            \"title\": \"OCI (eu-marseille-1) (BMC)\",\n            \"locationId\": 587,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1657,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 232909,\n            \"connectType\": \"ORACLE\"\n        },\n        {\n            \"productUid\": \"6f05c320-f1ea-47c3-b6f1-4cb29a772373\",\n            \"companyUid\": \"c6b15539-5824-439f-8af9-b595d4e600e0\",\n            \"companyName\": \"Cloudflare Inc.\",\n            \"title\": \"Megaport - Port Equinix DA1\",\n            \"locationId\": 71,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1658,\n            \"lag_id\": 8,\n            \"lag_primary\": true,\n            \"aggregation_id\": 237987,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"0b773c8e-e571-46e7-84a7-0a09a404eba0\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 95,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1659,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 238136,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"productUid\": \"8a2607c1-7e46-42eb-8e13-1dabc504cf01\",\n            \"companyUid\": \"33739253-7315-4d2a-8ceb-b4fe5488e012\",\n            \"companyName\": \"Ozot - Gaming Internet\",\n            \"title\": \"WA-Megaport-01\",\n            \"locationId\": 367,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1660,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 240522,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"ce22d2a1-f34b-49c1-9ccd-251ba1c3dbd1\",\n            \"companyUid\": \"dacef104-e7fb-441f-8688-10fd144f71ff\",\n            \"companyName\": \"NewMedia Express Pte Ltd\",\n            \"title\": \"RC 10G Port 1\",\n            \"locationId\": 155,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 1661,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"80eff852-e93f-4d2d-883a-94b13f08f9d8\",\n            \"companyUid\": \"09c95f4d-a99a-4827-9d8a-c01521a9a013\",\n            \"companyName\": \"A2B Internet\",\n            \"title\": \"DRT-AMS17-1\",\n            \"locationId\": 298,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1662,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"7023cce2-5165-43f1-b50d-2ea848092202\",\n            \"companyUid\": \"c37f0ddf-5663-4463-9079-c820861b0730\",\n            \"companyName\": \"Voxtelesys\",\n            \"title\": \"SLC2-Core\",\n            \"locationId\": 485,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1663,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"da2240fa-d07e-49bd-b8f3-be036f4506cb\",\n            \"companyUid\": \"c37f0ddf-5663-4463-9079-c820861b0730\",\n            \"companyName\": \"Voxtelesys\",\n            \"title\": \"DFW3-Core\",\n            \"locationId\": 408,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1664,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"abbcff08-a765-4ad6-9fc1-23f869344d99\",\n            \"companyUid\": \"80e7c463-ded2-4bba-8c8a-a48e786f7427\",\n            \"companyName\": \"Vultr\",\n            \"title\": \"MEL1-Megaport Peering\",\n            \"locationId\": 41,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1665,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"9842cc6e-c419-436c-8728-fe8910181d8c\",\n            \"companyUid\": \"b9c86ea1-6d0c-4bc2-8817-130e6ed31e39\",\n            \"companyName\": \"Previder B.V.\",\n            \"title\": \"Megaport-FRA6\",\n            \"locationId\": 130,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1666,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 247748,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"126da7f3-2d55-4926-94c7-17d06befee7f\",\n            \"companyUid\": \"eaee7551-7b40-468b-b958-34fcf634013a\",\n            \"companyName\": \"Wasabi Technologies LLC.\",\n            \"title\": \"AMS01\",\n            \"locationId\": 85,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1667,\n            \"lag_id\": 12,\n            \"lag_primary\": true,\n            \"aggregation_id\": 248431,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"3bd19983-ea11-48b9-9ce8-685ae5b15605\",\n            \"companyUid\": \"169c933e-ebce-41f8-b04f-e0877531b3ad\",\n            \"companyName\": \"ECN\",\n            \"title\": \"ECN P1\",\n            \"locationId\": 50,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1668,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"c6c61819-bdba-480d-98c5-438a38298b6d\",\n            \"companyUid\": \"b03beb61-fcdb-4676-87d1-ab566f6839a7\",\n            \"companyName\": \"Acurus Networks Pty Ltd\",\n            \"title\": \"Acurus MEGAPORT 2 at MelbourneDC 530 Collins\",\n            \"locationId\": 23,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1669,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 251071,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"a2438097-1e8b-4714-8cf3-e78e679d8103\",\n            \"companyUid\": \"1f07b11c-7661-4552-9254-69280039ffb9\",\n            \"companyName\": \"Curinos, Inc.\",\n            \"title\": \"10G port Sungard - Primary\",\n            \"locationId\": 670,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1670,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"6a53c34a-a89f-4207-9c2d-4fd681c26ea0\",\n            \"companyUid\": \"e263aa54-26b7-4674-8752-8cf55147df75\",\n            \"companyName\": \"Nitel, Inc\",\n            \"title\": \"NIT512785 - 10G NNI Primary - Nitel - DAL1\",\n            \"locationId\": 71,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1671,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"562221aa-3ffc-453c-a3e6-1c1889f94e75\",\n            \"companyUid\": \"e263aa54-26b7-4674-8752-8cf55147df75\",\n            \"companyName\": \"Nitel, Inc\",\n            \"title\": \"NIT512790 - 10G NNI Secondary - Nitel - DAL1\",\n            \"locationId\": 71,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1672,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"cc70f3b8-32f3-4a47-8532-2bdd04ec1740\",\n            \"companyUid\": \"c981a93f-04bd-40e7-be9d-c3a9d2754b3e\",\n            \"companyName\": \"Imperva Inc\",\n            \"title\": \"10G-Megaport-LAX1\",\n            \"locationId\": 60,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1673,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 258105,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"2c63e389-97f2-4149-89c9-246fb310a740\",\n            \"companyUid\": \"c981a93f-04bd-40e7-be9d-c3a9d2754b3e\",\n            \"companyName\": \"Imperva Inc\",\n            \"title\": \"10G-Megaport-SV1\",\n            \"locationId\": 66,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1674,\n            \"lag_id\": 8,\n            \"lag_primary\": true,\n            \"aggregation_id\": 258111,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"9eeaa6d4-0112-4106-af17-1ac2e91f7e1b\",\n            \"companyUid\": \"bb39ede5-f780-4d7f-86b9-0746395617ee\",\n            \"companyName\": \"DataMossa\",\n            \"title\": \"DataMossa SY4 MP-A\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1675,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"9360f65f-fb88-49eb-84eb-dfc7c56dda33\",\n            \"companyUid\": \"637d0bd6-10bd-4a09-90a7-3617b6ee4591\",\n            \"companyName\": \"Bluebird Network, LLC\",\n            \"title\": \"DLLS-ENNI-22088-01-DLLS\",\n            \"locationId\": 71,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1676,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"a5e528b7-c457-4c1f-8515-8ed35cb5c22c\",\n            \"companyUid\": \"a56bc095-8c04-4d7c-bc41-6fa60c0cdda4\",\n            \"companyName\": \"Centorrino Technologies Pty Ltd\",\n            \"title\": \"QB2-BLU-01\",\n            \"locationId\": 383,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1677,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"5e276f3d-a908-41fa-b04f-86328ce8f09f\",\n            \"companyUid\": \"0b906fdb-3145-4b4f-a0aa-6d9fc145dbb9\",\n            \"companyName\": \"Webex by Cisco\",\n            \"title\": \"SJC03-WXBB-PE02-BUNDLE10001\",\n            \"locationId\": 66,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1678,\n            \"lag_id\": 9,\n            \"lag_primary\": true,\n            \"aggregation_id\": 280479,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"caf74892-cc83-4ead-95f8-8f410263b1f2\",\n            \"companyUid\": \"32432b0b-ad33-4e69-8359-ef7c59a3d14b\",\n            \"companyName\": \"ACIWORLDWIDE\",\n            \"title\": \"DC6\",\n            \"locationId\": 67,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1679,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"d4da4e0f-5421-4ea6-a55b-0dcf1431cfdc\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"Queretaro (qro-zone1-1778)\",\n            \"locationId\": 1197,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1680,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 282206,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"87da1b86-98c5-42a4-986d-acf934b2c5bb\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"Queretaro (qro-zone2-1778)\",\n            \"locationId\": 1197,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1681,\n            \"lag_id\": 2,\n            \"lag_primary\": true,\n            \"aggregation_id\": 282208,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"1da79ee1-4371-472a-81a0-dff5c24bfa22\",\n            \"companyUid\": \"355e155b-c1b6-47ed-802a-092c5c904e3e\",\n            \"companyName\": \"Cisco Webex® Contact Center Enterprise (Webex CCE)\",\n            \"title\": \"WxCCE Alexandria # 2\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1682,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"04e9d941-8744-4ead-9bf5-ea100aaa4586\",\n            \"companyUid\": \"355e155b-c1b6-47ed-802a-092c5c904e3e\",\n            \"companyName\": \"Cisco Webex® Contact Center Enterprise (Webex CCE)\",\n            \"title\": \"WxCCE Global Switch # 2\",\n            \"locationId\": 3,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1683,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"40974d26-82a8-4976-9078-55a139fff00a\",\n            \"companyUid\": \"5432c46e-b304-4f53-95f7-fe052ee09c0a\",\n            \"companyName\": \"KsFiberNet (KFN)\",\n            \"title\": \"KsFiberNet at 1102 Grand Netrality Data Center\",\n            \"locationId\": 324,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1684,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"86dfffdb-11e0-4f1e-a490-6f46bb29b273\",\n            \"companyUid\": \"9540e4fc-acb9-4ed8-972d-6daf71272dd2\",\n            \"companyName\": \"Aptum Managed Services (Canada) Inc.\",\n            \"title\": \"LAX CLOUD CONNECT 10G LAG\",\n            \"locationId\": 60,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1685,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 285765,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"1126b072-bbd2-4887-bb60-a70881a6d486\",\n            \"companyUid\": \"0b906fdb-3145-4b4f-a0aa-6d9fc145dbb9\",\n            \"companyName\": \"Webex by Cisco\",\n            \"title\": \"SYD10-WXBB-PE02-BUNDLE10001\",\n            \"locationId\": 6,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1686,\n            \"lag_id\": 2,\n            \"lag_primary\": true,\n            \"aggregation_id\": 288005,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"2e46d572-560b-4836-a6a3-5728fae03495\",\n            \"companyUid\": \"8f957e15-7c20-49e3-b2c9-a84d37196870\",\n            \"companyName\": \"Vonex Wholesale LTD\",\n            \"title\": \"BNE to SY4 Link\",\n            \"locationId\": 144,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1687,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"6165105a-fba6-4793-9079-9b55fc90e6af\",\n            \"companyUid\": \"77bf55f9-ccc1-4034-8939-eaa3eb380d1d\",\n            \"companyName\": \"Enfusion. LTD. LLC\",\n            \"title\": \"10G Megaport Chicago Equinix - Secondary\",\n            \"locationId\": 69,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1688,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"71698262-1960-4d58-acac-63e2727b2407\",\n            \"companyUid\": \"b6a08fa2-62a5-4628-b303-52f0bfc56310\",\n            \"companyName\": \"RackCorp\",\n            \"title\": \"RackCorp MEGAPORT at Equinix SY4\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1689,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"8e39312e-b251-496b-9575-a9d09968e51d\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"EU (Frankfurt) (eu-central-1)\",\n            \"locationId\": 598,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1690,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 299345,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"a49bc0ba-d564-4d78-91df-9da28b26405f\",\n            \"companyUid\": \"8ea83603-445c-40c6-94cf-67967a18beb9\",\n            \"companyName\": \"Oracle\",\n            \"title\": \"OCI (eu-paris-1) (BMC)\",\n            \"locationId\": 598,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1691,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 299354,\n            \"connectType\": \"ORACLE\"\n        },\n        {\n            \"productUid\": \"7ac55a11-7f58-4917-bb22-3fd222795949\",\n            \"companyUid\": \"dab9dba4-adfa-4e52-8166-ac3b9e381bbd\",\n            \"companyName\": \"Micrologic\",\n            \"title\": \"MTL1-MP-2\",\n            \"locationId\": 163,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1692,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"721e12ff-96c8-4443-9d37-b84dbed47547\",\n            \"companyUid\": \"dab9dba4-adfa-4e52-8166-ac3b9e381bbd\",\n            \"companyName\": \"Micrologic\",\n            \"title\": \"MTL1-MP-3\",\n            \"locationId\": 163,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1693,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"b614a753-ce3b-4b6d-baa0-83902e1d7d9f\",\n            \"companyUid\": \"610e40e7-93fd-422c-821f-7ba5323a782d\",\n            \"companyName\": \"Triforce Australia\",\n            \"title\": \"DNX-MEL-NDC-SPE01\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1694,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"8c2ba242-1e94-45b2-9167-399684cd5dd4\",\n            \"companyUid\": \"09c95f4d-a99a-4827-9d8a-c01521a9a013\",\n            \"companyName\": \"A2B Internet\",\n            \"title\": \"EQ AM5 - 002\",\n            \"locationId\": 87,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1695,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"5e3c3f06-d667-47a7-ae11-aead2fd08b4e\",\n            \"companyUid\": \"71a11c2f-ef3e-4d55-8b65-019a733fb7e5\",\n            \"companyName\": \"Falcore Australia Pty Ltd\",\n            \"title\": \"NDC-B1-MP1\",\n            \"locationId\": 5,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1696,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"8c478fe8-23cc-4020-8f00-e12613f492ba\",\n            \"companyUid\": \"4ad6aa71-67c2-4601-a4f9-00aaf8caf58e\",\n            \"companyName\": \"Hosted Network\",\n            \"title\": \"Equinix ME1 MegaPort #1\",\n            \"locationId\": 41,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1697,\n            \"lag_id\": 2,\n            \"lag_primary\": true,\n            \"aggregation_id\": 346720,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"41a28e4b-04fe-4e9d-9ee9-1862eea7adae\",\n            \"companyUid\": \"1c3acfd6-e35b-4122-9212-b11ae3efe129\",\n            \"companyName\": \"Options IT\",\n            \"title\": \"SG1 Primary\",\n            \"locationId\": 36,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1698,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"b5fbf86c-eaa9-471a-8b77-10d2d7382623\",\n            \"companyUid\": \"f4410b61-08c6-4fbe-942e-ace62080df2e\",\n            \"companyName\": \"Bendigo Telco\",\n            \"title\": \"B2 - Megaport Red\",\n            \"locationId\": 383,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1699,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"2304538c-11f4-4194-82c9-9e3707a8a9c0\",\n            \"companyUid\": \"c6b15539-5824-439f-8af9-b595d4e600e0\",\n            \"companyName\": \"Cloudflare Inc.\",\n            \"title\": \"Network Interconnect 10G Port Digital Realty ATL\",\n            \"locationId\": 116,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1700,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"3e92a505-3254-41b5-89cb-825b22ca3b96\",\n            \"companyUid\": \"d2792666-539c-4567-b6c5-60aeacd96bcb\",\n            \"companyName\": \"Wiline Networks, Inc.\",\n            \"title\": \"SJ0096NNI\",\n            \"locationId\": 77,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1701,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"cb843b2a-c1fc-4080-91ce-a2dd6d874248\",\n            \"companyUid\": \"e4fd5ebf-1e7e-42ca-8cf7-50f969480c3d\",\n            \"companyName\": \"SIX Group Services AG\",\n            \"title\": \"SIX_SG1\",\n            \"locationId\": 36,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1702,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"d546907d-1d1f-45ae-b892-3e0f000d860a\",\n            \"companyUid\": \"d2792666-539c-4567-b6c5-60aeacd96bcb\",\n            \"companyName\": \"Wiline Networks, Inc.\",\n            \"title\": \"PHXME0001NNI\",\n            \"locationId\": 506,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1703,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"35f66f2d-c60f-4412-94c2-23b0b4ada6fc\",\n            \"companyUid\": \"0b906fdb-3145-4b4f-a0aa-6d9fc145dbb9\",\n            \"companyName\": \"Webex by Cisco\",\n            \"title\": \"ORD10-WXBB-PE02-BUNDLE10001\",\n            \"locationId\": 64,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1704,\n            \"lag_id\": 8,\n            \"lag_primary\": true,\n            \"aggregation_id\": 395224,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"9d1a913a-c2f0-4872-ba1e-2253179937d9\",\n            \"companyUid\": \"e72bd065-8ae4-44c9-bbaa-9c5b89d35ebf\",\n            \"companyName\": \"OVHcloud\",\n            \"title\": \"NNI OCC - Paris PA3 Equinix - #1B2 [Megaport-RED]\",\n            \"locationId\": 515,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1705,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"7353cd53-9b10-4cfc-be35-7279890550b6\",\n            \"companyUid\": \"ac7f23e2-f4e8-4d5c-a73b-1dc32b260055\",\n            \"companyName\": \"ActivePort Group Ltd\",\n            \"title\": \"NextDC-P1\",\n            \"locationId\": 50,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1706,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"22b0c666-2918-4917-952d-0a60277bf58c\",\n            \"companyUid\": \"c6b15539-5824-439f-8af9-b595d4e600e0\",\n            \"companyName\": \"Cloudflare Inc.\",\n            \"title\": \"Network Interconnect 10G Port Equinix DA1 - redundant\",\n            \"locationId\": 71,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1707,\n            \"lag_id\": 8,\n            \"lag_primary\": true,\n            \"aggregation_id\": 400272,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"a9ca9d6c-585b-4dd7-bc94-33f04131a88f\",\n            \"companyUid\": \"d716b4a4-5e3e-40af-a649-53f944462b15\",\n            \"companyName\": \"Entrust\",\n            \"title\": \"Entrust nSaaS DFW 01\",\n            \"locationId\": 102,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1708,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"b3efd46d-e41b-4266-8b59-069fb7763c3a\",\n            \"companyUid\": \"d716b4a4-5e3e-40af-a649-53f944462b15\",\n            \"companyName\": \"Entrust\",\n            \"title\": \"Entrust nSaaS Denver\",\n            \"locationId\": 528,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1709,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"e4e9fea5-5068-4700-b57d-3fbd2a263fb2\",\n            \"companyUid\": \"38508f1d-77cc-4d52-ae61-57e9218d226f\",\n            \"companyName\": \"Southern Communications Ltd\",\n            \"title\": \"SCG-NNI-THN\",\n            \"locationId\": 256,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1710,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 401723,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"f79f8a3a-6b54-4096-ada6-287613bdfbf7\",\n            \"companyUid\": \"ce291fed-90b2-46df-8b39-f87342bd0de7\",\n            \"companyName\": \"France-IX\",\n            \"title\": \"France-IX-PAR5-NNI\",\n            \"locationId\": 527,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 1711,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"FRANCEIX\"\n        },\n        {\n            \"productUid\": \"397563ae-8cf5-4f53-b629-22fc6903ca63\",\n            \"companyUid\": \"0b906fdb-3145-4b4f-a0aa-6d9fc145dbb9\",\n            \"companyName\": \"Webex by Cisco\",\n            \"title\": \"SIN01-WXBB-PE01-BUNDLE10001\",\n            \"locationId\": 36,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1712,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 407618,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"25358994-a797-44fb-9d0b-04e641bc6f17\",\n            \"companyUid\": \"0b906fdb-3145-4b4f-a0aa-6d9fc145dbb9\",\n            \"companyName\": \"Webex by Cisco\",\n            \"title\": \"NRT02-WXBB-PE01-BUNDLE10001\",\n            \"locationId\": 560,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1713,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 412627,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"887fa495-93ed-4ae3-8140-b6403b8086d4\",\n            \"companyUid\": \"8c3f7d48-2ac0-43f5-9bd4-fb421feffedb\",\n            \"companyName\": \"IP Access International, LLC\",\n            \"title\": \"IP Access International - Equinix DC4 Ashburn\",\n            \"locationId\": 67,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1714,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"9ac2e843-126b-4cb4-b1d1-ff05a4a76bd8\",\n            \"companyUid\": \"e72bd065-8ae4-44c9-bbaa-9c5b89d35ebf\",\n            \"companyName\": \"OVHcloud\",\n            \"title\": \"NNI OCC - Ashburn DC10 Equinix - #1B1 [Megaport-BLUE]\",\n            \"locationId\": 67,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1715,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"b96b3654-7c4d-4df7-90b9-89053719e2a2\",\n            \"companyUid\": \"63b0d4c8-6031-4522-9748-ade1732669cf\",\n            \"companyName\": \"Superloop\",\n            \"title\": \"[43792] Megaport B1\",\n            \"locationId\": 5,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1716,\n            \"lag_id\": 8,\n            \"lag_primary\": true,\n            \"aggregation_id\": 453461,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"ac9f2214-8f28-469d-b2a9-1ac960b768dc\",\n            \"companyUid\": \"e4fd5ebf-1e7e-42ca-8cf7-50f969480c3d\",\n            \"companyName\": \"SIX Group Services AG\",\n            \"title\": \"SIX_TOKYO\",\n            \"locationId\": 560,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1717,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"b5571210-0e28-4e55-97ee-de0a42aa5742\",\n            \"companyUid\": \"f4410b61-08c6-4fbe-942e-ace62080df2e\",\n            \"companyName\": \"Bendigo Telco\",\n            \"title\": \"Fujitsu Homebush\",\n            \"locationId\": 498,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 1718,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"9faab0dc-388c-4fd3-95c5-ea2f56918734\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"Europe (Zurich) (eu-central-2)\",\n            \"locationId\": 430,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1719,\n            \"lag_id\": 2,\n            \"lag_primary\": true,\n            \"aggregation_id\": 488662,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"41684133-ea8f-4090-bcf6-350d912b5177\",\n            \"companyUid\": \"75e0786a-582b-4c52-ab0f-38e41bb62af2\",\n            \"companyName\": \"Latitude.sh\",\n            \"title\": \"Megaport DLR MIA1\",\n            \"locationId\": 235,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 1720,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"3d7c737b-7150-4f9b-a1c7-135f783ab295\",\n            \"companyUid\": \"e263aa54-26b7-4674-8752-8cf55147df75\",\n            \"companyName\": \"Nitel, Inc\",\n            \"title\": \"NIT532373 - 10G NNI Primary - SEA1 - Nitel \",\n            \"locationId\": 146,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1721,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"b6ec41b5-ac85-412e-9e05-b25623e101c6\",\n            \"companyUid\": \"8f4f9f91-1ece-4f3e-b450-046fa35b8c96\",\n            \"companyName\": \"Clougix, LLC\",\n            \"title\": \"sna1-megaport-100g\",\n            \"locationId\": 384,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 1722,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"33ad29fd-3903-4aa8-9b33-632184de6d8e\",\n            \"companyUid\": \"34879c7d-18f7-4f1a-931f-5a23a9220253\",\n            \"companyName\": \"RingCentral\",\n            \"title\": \"Boston Medical Center\",\n            \"locationId\": 69,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1723,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"e7d63dd2-d6a3-440e-88d6-29f42e0f29d5\",\n            \"companyUid\": \"01e35ab4-5a4a-45be-ae02-822efbe564a0\",\n            \"companyName\": \"CoinJar\",\n            \"title\": \"Equinix SE3\",\n            \"locationId\": 57,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1724,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"5d73e414-5dcc-4d9b-bfc3-a5c9d5697fa9\",\n            \"companyUid\": \"2433c71c-9b0e-4c72-955d-39ac9f8fc144\",\n            \"companyName\": \"MUFG Pension & Market Services\",\n            \"title\": \"Hong Kong TKO 10G\",\n            \"locationId\": 245,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1725,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"3bbf30fc-70f4-4967-8cc2-b1f05fc70b89\",\n            \"companyUid\": \"0299b3c5-4d9d-457a-90a0-28a1d577e5b7\",\n            \"companyName\": \"phoenixNAP Bare Metal Cloud\",\n            \"title\": \"PhoenixNAP Bare Metal Cloud - SNG\",\n            \"locationId\": 36,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1726,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 512818,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"6ff56d05-0587-44a6-926c-00b0fb6a4124\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Singapore Metro Secondary\",\n            \"locationId\": 36,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1727,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"f4d55265-16ba-4b07-a685-2047922508fc\",\n            \"companyUid\": \"d6249cf2-4736-4c5b-b0b7-eaa4af45bce7\",\n            \"companyName\": \"Cox Automotive Inc\",\n            \"title\": \"10G-ChicagoPort-OCI\",\n            \"locationId\": 1238,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1728,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"c9deadf8-22a6-4006-bbc1-7c918b14feea\",\n            \"companyUid\": \"f60339e3-58ee-4b80-a0aa-a57817c58e70\",\n            \"companyName\": \"Ozhosting.com Pty Ltd\",\n            \"title\": \"P1-Nexon2OZH\",\n            \"locationId\": 365,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1729,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"06b8503b-3a6b-44e4-b712-aa5082755f0e\",\n            \"companyUid\": \"1c3acfd6-e35b-4122-9212-b11ae3efe129\",\n            \"companyName\": \"Options IT\",\n            \"title\": \"TY2 Primary\",\n            \"locationId\": 560,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1730,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"147195b7-b8d8-4221-8c9c-7755b5810fe7\",\n            \"companyUid\": \"b97dbcdb-7aa7-4f27-979d-018910a84a64\",\n            \"companyName\": \"Adelaide Airport\",\n            \"title\": \"OffsiteBackups1Gb\",\n            \"locationId\": 55,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1731,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"c8cbb193-3429-4cd0-afc0-9fc4b4c5eb2b\",\n            \"companyUid\": \"fc48d3ed-d423-4960-a2fe-57eedd66b6c8\",\n            \"companyName\": \"moji\",\n            \"title\": \"xc-megaport01-th2\",\n            \"locationId\": 598,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1732,\n            \"lag_id\": 9,\n            \"lag_primary\": true,\n            \"aggregation_id\": 547350,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"081b0197-f838-4bb2-beda-968e1516a126\",\n            \"companyUid\": \"89be18dc-ad27-46a9-b9ed-42758232fbca\",\n            \"companyName\": \"OmniNet Ltd\",\n            \"title\": \"OmniNet-220Q\",\n            \"locationId\": 310,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1733,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"02a523d5-7bc4-4c10-b431-314e600fce51\",\n            \"companyUid\": \"eaee7551-7b40-468b-b958-34fcf634013a\",\n            \"companyName\": \"Wasabi Technologies LLC.\",\n            \"title\": \"100G_LHR20_LONDON2_EUW3\",\n            \"locationId\": 89,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1734,\n            \"lag_id\": 10,\n            \"lag_primary\": true,\n            \"aggregation_id\": 549543,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"9e6b87a9-9696-458d-8a06-0c4300e405f1\",\n            \"companyUid\": \"625cdb2a-b469-4d9b-99d1-9588757491cd\",\n            \"companyName\": \"Packet Clearing House\",\n            \"title\": \"Perth\",\n            \"locationId\": 367,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1735,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 550527,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"6695c76b-f268-49a1-80e6-1d4938bbaaeb\",\n            \"companyUid\": \"625cdb2a-b469-4d9b-99d1-9588757491cd\",\n            \"companyName\": \"Packet Clearing House\",\n            \"title\": \"Melbourne\",\n            \"locationId\": 41,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1736,\n            \"lag_id\": 10,\n            \"lag_primary\": true,\n            \"aggregation_id\": 550529,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"f98c708d-3a0a-47eb-82dc-855ada5b1ab2\",\n            \"companyUid\": \"2ae1dd6a-bb11-4caa-acf6-63a9078acb94\",\n            \"companyName\": \"Kamp Netzwerkdienste GmbH\",\n            \"title\": \"100G MegaIX FRA\",\n            \"locationId\": 130,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1737,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"d7b2be4c-90e4-49a2-b5cc-83b198964604\",\n            \"companyUid\": \"71a11c2f-ef3e-4d55-8b65-019a733fb7e5\",\n            \"companyName\": \"Falcore Australia Pty Ltd\",\n            \"title\": \"NDC-P1-MP1\",\n            \"locationId\": 50,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1738,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"5e361bf0-7393-4603-b8c4-f8487ba8abb2\",\n            \"companyUid\": \"31709d80-6e34-4e31-bde5-f590680680c0\",\n            \"companyName\": \"Fluccs - The Australian Cloud pty ltd\",\n            \"title\": \"Fluccs 10GB MEGAPORT at NextDC B1\",\n            \"locationId\": 5,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1739,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"b925f98e-ae33-4d0f-a6d8-613321f348e3\",\n            \"companyUid\": \"a81a2ce9-17d6-4ab4-9364-fb271b27826d\",\n            \"companyName\": \"Yahoo\",\n            \"title\": \"AMSIX Replacement for MegaI port\",\n            \"locationId\": 46,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1740,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"9c6ec5a6-f2de-4cd9-b870-806a11f941c0\",\n            \"companyUid\": \"23e673e0-e53f-411e-8ab8-cb4a5606caf7\",\n            \"companyName\": \"AC3 PTY LIMITED\",\n            \"title\": \"Northgate QLD_iSeek SRQ0537393\",\n            \"locationId\": 144,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1741,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"12c4ccc5-0c2e-446b-b7ba-6309fa173907\",\n            \"companyUid\": \"bb4ced95-4283-47e9-8e31-ddcf86e1c325\",\n            \"companyName\": \"VITALink\",\n            \"title\": \"QCOL-PORT-1\",\n            \"locationId\": 482,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 1742,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"2ef33e99-052a-4dad-8cf6-509c2352f8e0\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 96,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1743,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 565331,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"productUid\": \"af6aa0ae-a9c7-4de0-8648-dca9f931062c\",\n            \"companyUid\": \"c0bb122e-f5ee-4c40-acf2-adc76506e41a\",\n            \"companyName\": \"TEAM Cloud\",\n            \"title\": \"TEAM Cloud OCI (ap-hobsonville-1) (BMC) (Red)\",\n            \"locationId\": 1363,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1744,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 569868,\n            \"connectType\": \"ORACLE\"\n        },\n        {\n            \"productUid\": \"80c50155-e053-4785-8217-4e46de5acd6d\",\n            \"companyUid\": \"c0bb122e-f5ee-4c40-acf2-adc76506e41a\",\n            \"companyName\": \"TEAM Cloud\",\n            \"title\": \"TEAM Cloud OCI (ap-hobsonville-1) (BMC) (Blue)\",\n            \"locationId\": 1363,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1745,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 569869,\n            \"connectType\": \"ORACLE\"\n        },\n        {\n            \"productUid\": \"af455064-ca45-49f6-88dc-c220b7533e72\",\n            \"companyUid\": \"d244a7ab-2012-45a7-8eb2-79246672cff5\",\n            \"companyName\": \"Hyperix\",\n            \"title\": \"Hyperix Equinix BR1\",\n            \"locationId\": 17,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 1746,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"5a60e9db-ab9b-4eb6-9095-7e8c28b69521\",\n            \"companyUid\": \"fe0086c9-6b1e-4893-a2f5-1fcbdc30cc00\",\n            \"companyName\": \"SUPA Networks\",\n            \"title\": \"Airtel\",\n            \"locationId\": 23,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1747,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"485d53b0-0acf-40cb-b2e2-1910a4ab246c\",\n            \"companyUid\": \"33c0e8bb-abca-487c-9894-bec9d2c55fb8\",\n            \"companyName\": \"11:11 Systems\",\n            \"title\": \"iland DALPOD03 Megaport #485d53b0\",\n            \"locationId\": 345,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1748,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"f5751913-b904-4384-8902-4a303f595930\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 639,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1749,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 573544,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"productUid\": \"4c5b4e0a-1de5-41ad-92f3-2076b39cec84\",\n            \"companyUid\": \"8ea83603-445c-40c6-94cf-67967a18beb9\",\n            \"companyName\": \"Oracle\",\n            \"title\": \"OCI (us-chicago-1) (BMC)\",\n            \"locationId\": 64,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1750,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 574068,\n            \"connectType\": \"ORACLE\"\n        },\n        {\n            \"productUid\": \"2cb3e5de-edb0-49a7-9687-ec163854318d\",\n            \"companyUid\": \"1e671cd2-cdf6-410d-aaab-927c69202a34\",\n            \"companyName\": \"Meridian IT Australia\",\n            \"title\": \"MITASYD_A\",\n            \"locationId\": 6,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1751,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"e4b0b316-e40f-4501-8bc1-4ac757ebaf71\",\n            \"companyUid\": \"1e671cd2-cdf6-410d-aaab-927c69202a34\",\n            \"companyName\": \"Meridian IT Australia\",\n            \"title\": \"MITASYD_B\",\n            \"locationId\": 6,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1752,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"9a9c7500-1f1a-44de-ac15-422ab80b9e9c\",\n            \"companyUid\": \"1e671cd2-cdf6-410d-aaab-927c69202a34\",\n            \"companyName\": \"Meridian IT Australia\",\n            \"title\": \"MITAMEL_A\",\n            \"locationId\": 41,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1753,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"104dbf31-59c9-430c-85f0-2b11bfadec6a\",\n            \"companyUid\": \"1e671cd2-cdf6-410d-aaab-927c69202a34\",\n            \"companyName\": \"Meridian IT Australia\",\n            \"title\": \"MITAMEL_B\",\n            \"locationId\": 41,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1754,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"f8be404d-a1da-45c7-a509-2d3090c4c331\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"Madrid (mad-zone1-127)\",\n            \"locationId\": 637,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1755,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 580920,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"21e99a07-f581-4816-975b-37bde2f73c23\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"Madrid (mad-zone2-130)\",\n            \"locationId\": 639,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1756,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 580922,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"3e9b3a06-2aea-4154-80a1-17b62badf808\",\n            \"companyUid\": \"2d3a3873-b492-404c-9ba1-08945e8ff2c6\",\n            \"companyName\": \"TencentCloud\",\n            \"title\": \"To_Mega_SG1_02(dc-2cbkwbwp)\",\n            \"locationId\": 36,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1757,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"03b49008-297a-4853-902c-53cc74833949\",\n            \"companyUid\": \"eaee7551-7b40-468b-b958-34fcf634013a\",\n            \"companyName\": \"Wasabi Technologies LLC.\",\n            \"title\": \"10G_TR1_TORONTO_CAC1\",\n            \"locationId\": 73,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1758,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 582721,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"4f716dea-ae12-45b6-8c00-18ee870a09b2\",\n            \"companyUid\": \"8ea83603-445c-40c6-94cf-67967a18beb9\",\n            \"companyName\": \"Oracle\",\n            \"title\": \"OCI (eu-madrid-1) (BMC)\",\n            \"locationId\": 639,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1759,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 591474,\n            \"connectType\": \"ORACLE\"\n        },\n        {\n            \"productUid\": \"aabfa934-502c-4578-ada5-e6a31d719f26\",\n            \"companyUid\": \"7e99ca6f-d31c-4421-9084-30bb6fb45feb\",\n            \"companyName\": \"DigitalOcean\",\n            \"title\": \"NYC2 - 100G Port - #4\",\n            \"locationId\": 78,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1760,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"6028ef40-7763-43dd-8310-c090b74212cd\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Paris2 Primary\",\n            \"locationId\": 515,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1761,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"430b5f97-1dcb-48cb-b543-0d2b95cf8bc6\",\n            \"companyUid\": \"8ea83603-445c-40c6-94cf-67967a18beb9\",\n            \"companyName\": \"Oracle\",\n            \"title\": \"OCI (eu-milan-1) (BMC)\",\n            \"locationId\": 1481,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1762,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 597177,\n            \"connectType\": \"ORACLE\"\n        },\n        {\n            \"productUid\": \"c72fccb4-d766-43bc-ae42-64645d47d37b\",\n            \"companyUid\": \"6bc51cad-a63d-4ff8-ab12-6f35f2cdd69e\",\n            \"companyName\": \"Hurricane Electric\",\n            \"title\": \"MegaIX Singapore 100G\",\n            \"locationId\": 36,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1763,\n            \"lag_id\": 8,\n            \"lag_primary\": true,\n            \"aggregation_id\": 599644,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"95e981d6-c7a1-4a63-9c72-c29d890ebc8f\",\n            \"companyUid\": \"c0bb122e-f5ee-4c40-acf2-adc76506e41a\",\n            \"companyName\": \"TEAM Cloud\",\n            \"title\": \"TEAM Cloud OCI (ap-silverdale-1) (BMC) (Red)\",\n            \"locationId\": 1502,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1764,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 600801,\n            \"connectType\": \"ORACLE\"\n        },\n        {\n            \"productUid\": \"1319f225-12f5-4705-a6ec-ec36f83fabe0\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Milan Secondary\",\n            \"locationId\": 1494,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1765,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"592e0446-29e1-4424-9e66-b2bcce37f2fb\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"South America (Sao Paulo) (sa-east-1)\",\n            \"locationId\": 1485,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1766,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 607890,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"1b7461e9-0c42-420e-bcf3-90e3674aa53f\",\n            \"companyUid\": \"8396e2a0-fc70-40ad-b4c3-a4b5d5b1311d\",\n            \"companyName\": \"QuantHouse\",\n            \"title\": \"QH-MEGAPORT-VASNAS-1G\",\n            \"locationId\": 469,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 1767,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"6d76085d-1928-4b45-a346-09849784335a\",\n            \"companyUid\": \"71a11c2f-ef3e-4d55-8b65-019a733fb7e5\",\n            \"companyName\": \"Falcore Australia Pty Ltd\",\n            \"title\": \"60BEL-01\",\n            \"locationId\": 305,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1768,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"1cc678f6-6927-4154-803f-281be987c79e\",\n            \"companyUid\": \"8035e414-7fe4-4607-8700-a3889e98b466\",\n            \"companyName\": \"LuxNetwork\",\n            \"title\": \"TH2-LuxNetwork-Megaport\",\n            \"locationId\": 598,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1769,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"15876038-8dd9-4f26-991a-52ba2d238943\",\n            \"companyUid\": \"8035e414-7fe4-4607-8700-a3889e98b466\",\n            \"companyName\": \"LuxNetwork\",\n            \"title\": \"BTBG-LuxNetwork-Megaport\",\n            \"locationId\": 641,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 1770,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"1327b0d9-1062-4910-8314-ab8b696fae66\",\n            \"companyUid\": \"c0bb122e-f5ee-4c40-acf2-adc76506e41a\",\n            \"companyName\": \"TEAM Cloud\",\n            \"title\": \"TEAM Cloud OCI (ap-silverdale-1) (BMC) (Blue)\",\n            \"locationId\": 1502,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1771,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 615032,\n            \"connectType\": \"ORACLE\"\n        },\n        {\n            \"productUid\": \"03b69966-1fd5-4c35-93cd-9f674814d5f4\",\n            \"companyUid\": \"d755d69d-9c08-4845-a933-370956b45f5f\",\n            \"companyName\": \"Zoom Communications, Inc.\",\n            \"title\": \"ZOOM-NRT-RBB-A-RES-0-1 CXC \",\n            \"locationId\": 560,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1772,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 616158,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"0aa96bc9-0844-442a-a9af-9c2ef9665881\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Sao Paulo Primary\",\n            \"locationId\": 1484,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1773,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"5a38a1a6-79d5-4678-a2ed-49ebab8b6154\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Sao Paulo Secondary\",\n            \"locationId\": 1484,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1774,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"b6080bda-e7c1-4b4f-9034-2a18aa01e3a1\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 1485,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1775,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 617101,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"productUid\": \"64490c4e-bc4a-4e94-b788-749365042471\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 1484,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1776,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 617776,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"productUid\": \"4452b781-c0d4-4a07-beda-7917751cd1b1\",\n            \"companyUid\": \"eaee7551-7b40-468b-b958-34fcf634013a\",\n            \"companyName\": \"Wasabi Technologies LLC.\",\n            \"title\": \"10G_AV1_MILAN_EUS1\",\n            \"locationId\": 1494,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1777,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 619529,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"d65b3154-8de2-4305-b853-d85fc974136a\",\n            \"companyUid\": \"d755d69d-9c08-4845-a933-370956b45f5f\",\n            \"companyName\": \"Zoom Communications, Inc.\",\n            \"title\": \"ZOOM-SIN-RBB-A-RES-0-1 CXC\",\n            \"locationId\": 40,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1778,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 622498,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"5ab5ae3a-df86-449a-ab3a-a76fa25b98df\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"Zurich (zrh-zone1-83)\",\n            \"locationId\": 430,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1779,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 629568,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"dede0288-c064-4313-a5a5-e7dd5f52c4ee\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"Asia Pacific (Sydney) (ap-southeast-2)\",\n            \"locationId\": 3,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1780,\n            \"lag_id\": 1,\n            \"lag_primary\": true,\n            \"aggregation_id\": 631874,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"c18f1b71-7f27-405f-846e-875c9fc501db\",\n            \"companyUid\": \"5ec41d1a-c19f-474d-9ce2-1d5f432c6cc6\",\n            \"companyName\": \"F5 Inc\",\n            \"title\": \"Megaport-LD6\",\n            \"locationId\": 90,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1781,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 650780,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"9e587406-7d32-4a2c-8996-df82fe329f18\",\n            \"companyUid\": \"5ec41d1a-c19f-474d-9ce2-1d5f432c6cc6\",\n            \"companyName\": \"F5 Inc\",\n            \"title\": \"Megaport-PA2\",\n            \"locationId\": 515,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1782,\n            \"lag_id\": 2,\n            \"lag_primary\": true,\n            \"aggregation_id\": 650787,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"e2eb900f-807f-4807-a73c-d66e4e5caec5\",\n            \"companyUid\": \"71432633-187a-4929-9501-6543fba3fa29\",\n            \"companyName\": \"Penn Highlands Healthcare\",\n            \"title\": \"10G Port Equinix DC6 (DC4)\",\n            \"locationId\": 67,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1783,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"8d09029d-a16b-4dad-aa3b-166a7aca4091\",\n            \"companyUid\": \"8ea83603-445c-40c6-94cf-67967a18beb9\",\n            \"companyName\": \"Oracle\",\n            \"title\": \"OCI (us-gov-ashburn-1) (BMC)\",\n            \"locationId\": 67,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1784,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 660463,\n            \"connectType\": \"ORACLE\"\n        },\n        {\n            \"productUid\": \"00581388-0b63-4322-943b-ebb013041fba\",\n            \"companyUid\": \"d755d69d-9c08-4845-a933-370956b45f5f\",\n            \"companyName\": \"Zoom Communications, Inc.\",\n            \"title\": \"ZOOM-AMS-RBB-A-RES-0-1 CXC\",\n            \"locationId\": 85,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1785,\n            \"lag_id\": 1,\n            \"lag_primary\": true,\n            \"aggregation_id\": 677387,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"1569d7fd-307c-4a20-a644-8ed98ed942a6\",\n            \"companyUid\": \"d755d69d-9c08-4845-a933-370956b45f5f\",\n            \"companyName\": \"Zoom Communications, Inc.\",\n            \"title\": \"ZOOM-CDG-RBB-A-RES-0-1 CXC\",\n            \"locationId\": 515,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1786,\n            \"lag_id\": 10,\n            \"lag_primary\": true,\n            \"aggregation_id\": 677388,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"20369ae7-1095-4127-a9d2-a96f68829809\",\n            \"companyUid\": \"5ec41d1a-c19f-474d-9ce2-1d5f432c6cc6\",\n            \"companyName\": \"F5 Inc\",\n            \"title\": \"Megaport-CH4\",\n            \"locationId\": 69,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1787,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 679786,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"b15c8c3b-6dd3-435e-88e2-29660feb5750\",\n            \"companyUid\": \"5ec41d1a-c19f-474d-9ce2-1d5f432c6cc6\",\n            \"companyName\": \"F5 Inc\",\n            \"title\": \"Megaport-SV10\",\n            \"locationId\": 66,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1788,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 679788,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"7f3c06e0-2e69-4207-9a75-4ac9d6e20e73\",\n            \"companyUid\": \"fe0086c9-6b1e-4893-a2f5-1fcbdc30cc00\",\n            \"companyName\": \"SUPA Networks\",\n            \"title\": \"SUPA Networks VIC NextDC M1\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1789,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"8177d0d4-5a6f-44e6-ae6e-9edf2de03949\",\n            \"companyUid\": \"182ef3f4-5b74-4adf-9710-6f37a01be434\",\n            \"companyName\": \"Alibaba Cloud Computing Ltd\",\n            \"title\": \"Alibaba Cloud (eu-central-1)\",\n            \"locationId\": 131,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 1790,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"ALIBABA\"\n        },\n        {\n            \"productUid\": \"3601b5ea-9697-461c-8d2c-383e80eeae75\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US East (N. Virginia) (us-east-1)\",\n            \"locationId\": 1634,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1791,\n            \"lag_id\": 1,\n            \"lag_primary\": true,\n            \"aggregation_id\": 687226,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"6ea99828-a04f-426b-93f5-7a77c952741a\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US East (N. Virginia) (us-east-1)\",\n            \"locationId\": 1634,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1792,\n            \"lag_id\": 1,\n            \"lag_primary\": true,\n            \"aggregation_id\": 687228,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"46286fd4-a258-48e1-9d27-e039f48309d8\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Atlanta Metro Primary\",\n            \"locationId\": 226,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1793,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"9b6de233-92c7-41a6-8bc8-e1d4e1a344f2\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"Asia Pacific (Sydney) (ap-southeast-2)\",\n            \"locationId\": 383,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1794,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 689994,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"c1e9b3f8-4871-4511-88da-6c57d87fa86a\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 1551,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1795,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 702248,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"productUid\": \"aff3dd47-da5a-411d-a4c7-f839134646f5\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 305,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1796,\n            \"lag_id\": 2,\n            \"lag_primary\": true,\n            \"aggregation_id\": 702259,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"productUid\": \"7f5de0a9-4fb7-42dc-9e53-079950b373f6\",\n            \"companyUid\": \"5ec41d1a-c19f-474d-9ce2-1d5f432c6cc6\",\n            \"companyName\": \"F5 Inc\",\n            \"title\": \"Megaport-SE2\",\n            \"locationId\": 57,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1797,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 708867,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"25c9966a-4f8d-4d34-9648-2b9cd7708606\",\n            \"companyUid\": \"5ec41d1a-c19f-474d-9ce2-1d5f432c6cc6\",\n            \"companyName\": \"F5 Inc\",\n            \"title\": \"Megaport-NY2\",\n            \"locationId\": 655,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1798,\n            \"lag_id\": 1,\n            \"lag_primary\": true,\n            \"aggregation_id\": 708868,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"5154e1d1-a6fc-4f27-99d3-92b36cf66e34\",\n            \"companyUid\": \"5e5557e7-5759-4033-8988-f442a7b2a65d\",\n            \"companyName\": \"Vetta Online\",\n            \"title\": \"hlz1 DVH Megaport\",\n            \"locationId\": 565,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 1799,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"d79039eb-9215-4ad6-960e-1a374cd93b9a\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Washington DC Primary\",\n            \"locationId\": 67,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1800,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"68c86dc2-5fd0-4302-a244-63faa5754190\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Washington DC Secondary\",\n            \"locationId\": 67,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1801,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"11dd62c1-ffd3-4317-8b93-09543dbb8fde\",\n            \"companyUid\": \"5dc7b3c0-0956-4939-ab68-775243d9c5a4\",\n            \"companyName\": \"Contingency Networks Ltd\",\n            \"title\": \"MEGAPORT-CNL-LD8-#1\",\n            \"locationId\": 1482,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 1802,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 727436,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"f5991dee-d6a1-4087-ae5d-541b3f0e25a0\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"Asia Pacific (New Zealand) (ap-southeast-6)\",\n            \"locationId\": 80,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1803,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 739257,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"c2d31a63-24a1-4a21-8007-dd5b6f324adc\",\n            \"companyUid\": \"8ea83603-445c-40c6-94cf-67967a18beb9\",\n            \"companyName\": \"Oracle\",\n            \"title\": \"OCI (us-ashburn-1) (BMC)\",\n            \"locationId\": 67,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1804,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 742719,\n            \"connectType\": \"ORACLE\"\n        },\n        {\n            \"productUid\": \"5897a6d8-4da1-4182-bab9-6e3be77ba849\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US East (Ohio) (us-east-2)\",\n            \"locationId\": 520,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"red\",\n            \"rank\": 1805,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 744670,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"6aed9166-c3e4-4e89-837c-3b5e23287e06\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"Brussels (bru-zone1-68)\",\n            \"locationId\": 586,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1806,\n            \"lag_id\": 1,\n            \"lag_primary\": true,\n            \"aggregation_id\": 745612,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"e93c80d5-9988-4554-a9ee-451852a9f302\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"Brussels (bru-zone2-68)\",\n            \"locationId\": 586,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1807,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 745614,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"86126fb2-65ca-435b-9d6f-fcc1271852ad\",\n            \"companyUid\": \"182ef3f4-5b74-4adf-9710-6f37a01be434\",\n            \"companyName\": \"Alibaba Cloud Computing Ltd\",\n            \"title\": \"Alibaba Cloud (cn-hongkong)\",\n            \"locationId\": 47,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": null,\n            \"rank\": 1808,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"ALIBABA\"\n        },\n        {\n            \"productUid\": \"45922d6f-37fd-4633-a7da-67712470e6dd\",\n            \"companyUid\": \"52a347ba-b58a-467b-905b-1b4b638a7232\",\n            \"companyName\": \"Devoli\",\n            \"title\": \"Devoli Equinix SY3\",\n            \"locationId\": 6,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1809,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"1b364209-1461-4de2-9648-d5db1bc93b0c\",\n            \"companyUid\": \"cf1430cf-ec76-41d0-a2c2-1fd41e4a1c32\",\n            \"companyName\": \"APCS\",\n            \"title\": \"APCS EQ\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1810,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"5997e73f-4315-434e-8498-244ae1e6c5e1\",\n            \"companyUid\": \"dbb0f248-7454-4d8d-b601-71380a07bb88\",\n            \"companyName\": \"Tiggee LLC\",\n            \"title\": \"Tiggee MEGAPORT at Equinix SY1/2\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1811,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"bf3d22e1-8b7e-4efa-8905-d36e1656baf0\",\n            \"companyUid\": \"1850b81e-e8ac-4635-9e85-a2d09d3e1d7c\",\n            \"companyName\": \"SkyMesh Pty Ltd\",\n            \"title\": \"MP-Sydney-EquinixSY1\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1812,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"c887b8a7-fdc9-4a69-aa6a-4e2c06d86dcb\",\n            \"companyUid\": \"e09875fd-583a-45b1-a651-c5be51385515\",\n            \"companyName\": \"Rackspace\",\n            \"title\": \"MEGAPORT at Global Switch\",\n            \"locationId\": 3,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1813,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"abc6801d-54ae-426a-99f4-ca696ce81ba9\",\n            \"companyUid\": \"51c8dad7-2342-4482-a9a1-2f53212272bf\",\n            \"companyName\": \"Callplus\",\n            \"title\": \"Callplus Megaport at SY1 (LAG - Port 1)\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1814,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 888,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"af6c81eb-dde2-4830-85f7-4c10704e57eb\",\n            \"companyUid\": \"57c7d962-a926-4a7f-9c25-87c8d396fb6b\",\n            \"companyName\": \"mVoice\",\n            \"title\": \"mVoice Megaport at M1\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1815,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"a5eb754e-1d12-4ff2-bd9f-0a46d86d0d1c\",\n            \"companyUid\": \"2e4818ed-0063-4230-8a61-5246e6885000\",\n            \"companyName\": \"OpusV\",\n            \"title\": \"MegaOpusV\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1816,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"4aa8c953-e6a3-4114-8a79-be07ea08518d\",\n            \"companyUid\": \"6bc51cad-a63d-4ff8-ab12-6f35f2cdd69e\",\n            \"companyName\": \"Hurricane Electric\",\n            \"title\": \"Hurricane Electric HK1\",\n            \"locationId\": 46,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1817,\n            \"lag_id\": 9,\n            \"lag_primary\": true,\n            \"aggregation_id\": 1310,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"0bc91e34-d009-4de5-b0de-561f11ba1848\",\n            \"companyUid\": \"17e2ac0f-6d79-4921-823a-f37b8ebb309b\",\n            \"companyName\": \"Twitter\",\n            \"title\": \"Twitter 10 Gbps Equinix SY1 (1 of 2)\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1818,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 1759,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"1683ac48-5e3e-4729-8802-bfd99d08bf9a\",\n            \"companyUid\": \"17e2ac0f-6d79-4921-823a-f37b8ebb309b\",\n            \"companyName\": \"Twitter\",\n            \"title\": \"Twitter 10 Gbps Equinix SY1 (2 of 2)\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1819,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 1760,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"ac1d2461-d99b-4fad-bc03-71c62d4dfb07\",\n            \"companyUid\": \"dc6efdd9-be1e-4f50-aeff-a1a7d7482bc8\",\n            \"companyName\": \"Automattic\",\n            \"title\": \"10Gbps Port Equinix SY3\",\n            \"locationId\": 6,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1820,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"18d97a73-598a-41b0-b947-e1dd8c3d79d4\",\n            \"companyUid\": \"974579ad-2c35-42cc-a6ee-2480abe3817e\",\n            \"companyName\": \"CITEC\",\n            \"title\": \"Megaport Equinix\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1821,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"dd9f8d50-8993-4520-b333-96934d6c8c36\",\n            \"companyUid\": \"625cdb2a-b469-4d9b-99d1-9588757491cd\",\n            \"companyName\": \"Packet Clearing House\",\n            \"title\": \"PCH AS42 10G Megaport at SGW (Eq SG1)\",\n            \"locationId\": 36,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1822,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"a5b69b97-e951-4c23-af69-2a3606c3757a\",\n            \"companyUid\": \"6bc51cad-a63d-4ff8-ab12-6f35f2cdd69e\",\n            \"companyName\": \"Hurricane Electric\",\n            \"title\": \"Hurricane Electric 10G Port SV1\",\n            \"locationId\": 66,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1823,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"6aa8ea76-8e73-4dbb-a7be-73a027c40217\",\n            \"companyUid\": \"12f74b55-4aff-4bda-828c-b7bab0fa1dd3\",\n            \"companyName\": \"MikiPro Limited\",\n            \"title\": \"220Q\",\n            \"locationId\": 32,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1824,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"71cf3d67-19bd-4d92-8c90-f494e635764d\",\n            \"companyUid\": \"6caf01c1-7500-4447-b48b-175812e316fe\",\n            \"companyName\": \"UberGroup ltd\",\n            \"title\": \"220 Queen Primary\",\n            \"locationId\": 32,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1825,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"fb712ad6-dba9-4ee6-a16e-3b2202741cf7\",\n            \"companyUid\": \"c55f7dcb-2649-4c15-8119-623fb37cc5b0\",\n            \"companyName\": \"Forcepoint\",\n            \"title\": \"Forcepoint 10G Equinix SG1\",\n            \"locationId\": 36,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1826,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"f6eed9bd-3db8-4e39-b7ef-b07925cb4a02\",\n            \"companyUid\": \"4215683f-ff14-4c4e-a21f-f5c4bdd44f06\",\n            \"companyName\": \"Centra Networks\",\n            \"title\": \"BNE-B1\",\n            \"locationId\": 5,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1827,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"951e7bc0-68c2-4e97-bb81-5476505c083c\",\n            \"companyUid\": \"00254a3f-c22b-46fe-bef7-2e8f8a63ffb6\",\n            \"companyName\": \"AT&T Global Network Services\",\n            \"title\": \"1G Megaport NEXTDC B1\",\n            \"locationId\": 5,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1828,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"9b89d629-7a0b-4e2f-ab08-e73ba783ead7\",\n            \"companyUid\": \"721ac49b-29a6-4c7f-989e-ca45697c6951\",\n            \"companyName\": \"GEN-I Australia\",\n            \"title\": \"Spark 10G Megaport at Equinix SY1/2\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1829,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"d7ff919d-98a4-4774-9d90-0ed8f7cab87b\",\n            \"companyUid\": \"4c54cbdc-3d41-4b8c-b029-d2e065e20e5d\",\n            \"companyName\": \"AARNet\",\n            \"title\": \"AARNET 10G Port Nextgen Walsh St\",\n            \"locationId\": 25,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 1830,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"7e99e385-d215-4792-8fd6-c2ab91e122f6\",\n            \"companyUid\": \"625cdb2a-b469-4d9b-99d1-9588757491cd\",\n            \"companyName\": \"Packet Clearing House\",\n            \"title\": \"PCH AS42 10G Megaport @ SYD (Eq SY1)\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1831,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"a5eb570d-589a-4b96-85ee-eed7cd195c84\",\n            \"companyUid\": \"f5deddfb-46c9-4ea3-8884-104cfe07ae53\",\n            \"companyName\": \"Microsoft\",\n            \"title\": \"Microsoft 10G Megaport SE2 Seattle\",\n            \"locationId\": 57,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1832,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 3214,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"31311a21-c833-4c3c-ae21-ccdeee0ba4db\",\n            \"companyUid\": \"f5deddfb-46c9-4ea3-8884-104cfe07ae53\",\n            \"companyName\": \"Microsoft\",\n            \"title\": \"Microsoft 10G Megaport Equinix SG1\",\n            \"locationId\": 36,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1833,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 3536,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"c43d5c5c-6dd0-4481-b9e4-c06eb49a961c\",\n            \"companyUid\": \"625cdb2a-b469-4d9b-99d1-9588757491cd\",\n            \"companyName\": \"Packet Clearing House\",\n            \"title\": \"PCH AS3856 1G Megaport at SYD (Eq SY1)\",\n            \"locationId\": 2,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1834,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"785909ed-c975-4e0a-8e5f-7c5336c6bbcb\",\n            \"companyUid\": \"625cdb2a-b469-4d9b-99d1-9588757491cd\",\n            \"companyName\": \"Packet Clearing House\",\n            \"title\": \"PCH AS3856 1G Megaport at SGW (Eq SG1)\",\n            \"locationId\": 36,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1835,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"89c2ae79-08d2-4a55-996a-528ed429e467\",\n            \"companyUid\": \"904d5661-db8b-44be-88fc-f9788343dbae\",\n            \"companyName\": \"Yahoo Australia Pty Ltd\",\n            \"title\": \"Yahoo!7 10G Megaport at Equinix SY1/2\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1836,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"137d3ee1-3199-4046-8598-976c4e37f63e\",\n            \"companyUid\": \"00254a3f-c22b-46fe-bef7-2e8f8a63ffb6\",\n            \"companyName\": \"AT&T Global Network Services\",\n            \"title\": \"AT&T 1G Megaport Bearer at Mega-I Hong Kong\",\n            \"locationId\": 47,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1837,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"7fde20c9-0508-464d-9ef5-b5c7fc5ddba6\",\n            \"companyUid\": \"a81a2ce9-17d6-4ab4-9364-fb271b27826d\",\n            \"companyName\": \"Yahoo\",\n            \"title\": \"Yahoo 10Gbps Megaport Equinix Los Angeles\",\n            \"locationId\": 59,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1838,\n            \"lag_id\": 9,\n            \"lag_primary\": true,\n            \"aggregation_id\": 4608,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"dfa16405-d278-4a00-8082-133bb665c4b3\",\n            \"companyUid\": \"a81a2ce9-17d6-4ab4-9364-fb271b27826d\",\n            \"companyName\": \"Yahoo\",\n            \"title\": \"Yahoo 10Gbps Megaport Equinix Ashburn\",\n            \"locationId\": 67,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1839,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"d821c503-c979-409a-bd89-4d15d0d14749\",\n            \"companyUid\": \"a81a2ce9-17d6-4ab4-9364-fb271b27826d\",\n            \"companyName\": \"Yahoo\",\n            \"title\": \"Yahoo 10Gbps Megaport Equinix Dallas\",\n            \"locationId\": 71,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1840,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"b1cf94c0-774e-4fd0-8e1d-620e1730c708\",\n            \"companyUid\": \"e6af22b2-6a7c-4de0-bba2-c08b8ed21672\",\n            \"companyName\": \"C3NTRO TELECOM\",\n            \"title\": \"C3ntro Megaport Dallas\",\n            \"locationId\": 71,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1841,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"06238a8c-b6b3-4a3d-af59-f293ff6755bd\",\n            \"companyUid\": \"625cdb2a-b469-4d9b-99d1-9588757491cd\",\n            \"companyName\": \"Packet Clearing House\",\n            \"title\": \"PCH AS42 10G Megaport at YYZ (Eq TR1)\",\n            \"locationId\": 73,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1842,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"d2a392fa-9699-4a94-9785-1a058b7cbe18\",\n            \"companyUid\": \"625cdb2a-b469-4d9b-99d1-9588757491cd\",\n            \"companyName\": \"Packet Clearing House\",\n            \"title\": \"PCH AS3856 1G Megaport at YYZ (Eq TR1)\",\n            \"locationId\": 73,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1843,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"d46d2028-47ac-4edc-9813-1131ae37e9a6\",\n            \"companyUid\": \"625cdb2a-b469-4d9b-99d1-9588757491cd\",\n            \"companyName\": \"Packet Clearing House\",\n            \"title\": \"PCH AS42 10G Megaport at SEA (Eq SE2)\",\n            \"locationId\": 57,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1844,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"6064b4e1-304c-4696-9931-a0698d114fac\",\n            \"companyUid\": \"625cdb2a-b469-4d9b-99d1-9588757491cd\",\n            \"companyName\": \"Packet Clearing House\",\n            \"title\": \"PCH AS3856 1G Megaport at SEA, (Eq SE2)\",\n            \"locationId\": 57,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1845,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"a49aa4ee-cd45-4af4-8644-744790e54633\",\n            \"companyUid\": \"c6b15539-5824-439f-8af9-b595d4e600e0\",\n            \"companyName\": \"Cloudflare Inc.\",\n            \"title\": \"Megaport Toronto\",\n            \"locationId\": 73,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1846,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"dfc45cb0-cb96-4c50-8f25-6bcebcd27b34\",\n            \"companyUid\": \"c6b15539-5824-439f-8af9-b595d4e600e0\",\n            \"companyName\": \"Cloudflare Inc.\",\n            \"title\": \"Megaport New York\",\n            \"locationId\": 78,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1847,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"be8c670e-4e3e-42b7-b12e-65e9db975887\",\n            \"companyUid\": \"6caf01c1-7500-4447-b48b-175812e316fe\",\n            \"companyName\": \"UberGroup ltd\",\n            \"title\": \"KordiaSY1\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1848,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"230dc036-8704-4a62-bba5-5d1bf4d97ede\",\n            \"companyUid\": \"7be80278-867d-4ee1-b633-df9e01c174b5\",\n            \"companyName\": \"Biznet Networks Singapore Pte Ltd\",\n            \"title\": \"Biznet Nehvorks 10G Megaport Global Switch Singapore\",\n            \"locationId\": 39,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1849,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"7ab1028d-c2a4-404b-a1f6-8c0f1c4e8ba7\",\n            \"companyUid\": \"a81a2ce9-17d6-4ab4-9364-fb271b27826d\",\n            \"companyName\": \"Yahoo\",\n            \"title\": \"10G Port Telecity Citywest DUB1\",\n            \"locationId\": 94,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1850,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"21499070-b34f-4e34-8614-cefde67aa5d3\",\n            \"companyUid\": \"a81a2ce9-17d6-4ab4-9364-fb271b27826d\",\n            \"companyName\": \"Yahoo\",\n            \"title\": \"10G Port Equinix SG1\",\n            \"locationId\": 36,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1851,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"1ea59fe2-1f86-4140-b8e3-835d9958bc2b\",\n            \"companyUid\": \"8b53b9e3-00c7-484a-9c6f-0dcfac9dd448\",\n            \"companyName\": \"NSFOCUS, Inc.\",\n            \"title\": \"ash1.va.us-01\",\n            \"locationId\": 67,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1852,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"c72c79cb-993f-4ca0-ab7c-0bb1e75ecf2b\",\n            \"companyUid\": \"9a09f546-8381-455a-bba2-8062e433cb4b\",\n            \"companyName\": \"Kordia\",\n            \"title\": \"TMDR 10G\",\n            \"locationId\": 80,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1853,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"62393123-54c8-456a-ad7f-a68fa687107f\",\n            \"companyUid\": \"00254a3f-c22b-46fe-bef7-2e8f8a63ffb6\",\n            \"companyName\": \"AT&T Global Network Services\",\n            \"title\": \"1G Megaport Global Switch Singapore\",\n            \"locationId\": 39,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1854,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"d7570c0c-69ac-43f9-9d9c-25ff165c2cad\",\n            \"companyUid\": \"625cdb2a-b469-4d9b-99d1-9588757491cd\",\n            \"companyName\": \"Packet Clearing House\",\n            \"title\": \"PCH AS42 Megaport at BUR\",\n            \"locationId\": 59,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1855,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"d76b7d9f-f103-4b75-bcbc-d13bbf233c00\",\n            \"companyUid\": \"625cdb2a-b469-4d9b-99d1-9588757491cd\",\n            \"companyName\": \"Packet Clearing House\",\n            \"title\": \"PCH AS3856 Megaport at BUR\",\n            \"locationId\": 59,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1856,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"a91e5cdf-1fff-489b-9921-49b618402efa\",\n            \"companyUid\": \"f5deddfb-46c9-4ea3-8884-104cfe07ae53\",\n            \"companyName\": \"Microsoft\",\n            \"title\": \"10g Port Switch Supernap 7\",\n            \"locationId\": 100,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1857,\n            \"lag_id\": 10,\n            \"lag_primary\": true,\n            \"aggregation_id\": 8741,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"9e033681-3551-40af-aa93-e6a116e6bd4d\",\n            \"companyUid\": \"32c00096-bdc4-441e-9a28-cbdf2750b97f\",\n            \"companyName\": \"Static1\",\n            \"title\": \"MEGAPORT-LA1-10GBPS\",\n            \"locationId\": 60,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1858,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"601283ee-da88-4efd-8e81-ec99fd4fcd5b\",\n            \"companyUid\": \"40cdca23-7fc9-4de5-a728-09beedcbf241\",\n            \"companyName\": \"Exetel\",\n            \"title\": \"AB14102016MEGAPERTH\",\n            \"locationId\": 109,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1859,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"baebffc2-3e22-4962-b2f5-ba2f4170477c\",\n            \"companyUid\": \"4e0a45a9-c822-4075-8619-cac092ed9abc\",\n            \"companyName\": \"Inspire Net Limited\",\n            \"title\": \"Inspire-AKL1-MegaIX\",\n            \"locationId\": 80,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1860,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"3c8bd171-b58b-4a17-adf9-8d72bf782956\",\n            \"companyUid\": \"4c54cbdc-3d41-4b8c-b029-d2e065e20e5d\",\n            \"companyName\": \"AARNet\",\n            \"title\": \"AARNET 10G Megaport @ Westin\",\n            \"locationId\": 146,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1861,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"a293d569-4b38-4a9b-8dc9-67c14e62af63\",\n            \"companyUid\": \"77390a4f-4076-48df-9441-2a6ba96fd463\",\n            \"companyName\": \"KordaMentha\",\n            \"title\": \"Equinix-SG3-01\",\n            \"locationId\": 36,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1862,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"153d6c51-5425-4ecd-8d73-112f9b595376\",\n            \"companyUid\": \"33c0e8bb-abca-487c-9894-bec9d2c55fb8\",\n            \"companyName\": \"11:11 Systems\",\n            \"title\": \"iland SINPOD02 Megaport 153d6c51\",\n            \"locationId\": 36,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1863,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"ffc08a65-91b7-4c4d-88f9-ee2e433d9b95\",\n            \"companyUid\": \"a086bc3c-6c5f-481e-944d-5645a8c8b571\",\n            \"companyName\": \"DGtek Pty Ltd\",\n            \"title\": \"ME1\",\n            \"locationId\": 41,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1864,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"582defc9-cb61-4675-9724-642c857a84c9\",\n            \"companyUid\": \"ddd5fcae-4452-477f-bcb7-9df1c1773aec\",\n            \"companyName\": \"Dropbox\",\n            \"title\": \"10Gbps Megaport Equinix SY4\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1865,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 17421,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"5d48f781-ac27-4c7e-bd68-fc262c7530ff\",\n            \"companyUid\": \"10c17a66-5431-4c31-a623-37ab7f2be58c\",\n            \"companyName\": \"Real World Technology Solutions\",\n            \"title\": \"mel01 - NextDC M1\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1866,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"9d8b4a3b-2ed6-436e-94dd-85fb26a00cff\",\n            \"companyUid\": \"814dec98-9105-41aa-ad29-d9862c16b295\",\n            \"companyName\": \"Logicalis Australia Pty Ltd\",\n            \"title\": \"TDL Megaport Link 1\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1867,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"bf5be201-deda-43cc-8fc3-f91f710acfb7\",\n            \"companyUid\": \"83eecf47-f665-4f04-9229-4b7c61e28aa9\",\n            \"companyName\": \"Vorco\",\n            \"title\": \"Auckland\",\n            \"locationId\": 51,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1868,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"15bea34c-3899-4e13-80de-bc2dd85dc691\",\n            \"companyUid\": \"904d5661-db8b-44be-88fc-f9788343dbae\",\n            \"companyName\": \"Yahoo Australia Pty Ltd\",\n            \"title\": \"Y!7 2nd 10G peering port\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1869,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"126363f1-d6ad-44eb-86e3-871704a9856b\",\n            \"companyUid\": \"c6b15539-5824-439f-8af9-b595d4e600e0\",\n            \"companyName\": \"Cloudflare Inc.\",\n            \"title\": \"OM-NIX / Sofia\",\n            \"locationId\": 136,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 1870,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 20746,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"86f74ee4-cb4b-444b-b3cd-d31444d8ab82\",\n            \"companyUid\": \"f009981c-a08a-42b6-9762-90d7b7509edf\",\n            \"companyName\": \"Ucom\",\n            \"title\": \"Sofia MegaPort\",\n            \"locationId\": 136,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 1871,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"88806425-51da-4949-90ae-908e1a4f4362\",\n            \"companyUid\": \"9f0e896b-916d-4724-959d-439202af0abe\",\n            \"companyName\": \"SES\",\n            \"title\": \"SYD 10G Port\",\n            \"locationId\": 6,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1872,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"7cc7590b-b9cf-42d4-a4f5-d0f5b3e71a55\",\n            \"companyUid\": \"d6fc1a00-d393-498d-b7d8-c0aecdade459\",\n            \"companyName\": \"Broadband Solutions Pty Ltd\",\n            \"title\": \"1Gb-Megaport-Auc01\",\n            \"locationId\": 80,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1873,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"c2d725db-cc10-4ee0-9b7d-fe58b715516b\",\n            \"companyUid\": \"7b69ebe1-0923-40c1-ae63-5681dcc7453a\",\n            \"companyName\": \"Telecom BG\",\n            \"title\": \"OMNIX Migrated port\",\n            \"locationId\": 136,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 1874,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"e5d022ab-f272-49be-8998-07279bcff6ec\",\n            \"companyUid\": \"696a3275-74dc-45d6-9487-51b29211bf15\",\n            \"companyName\": \"Premier Technology Solutions\",\n            \"title\": \"NDC.M1-PTS.MP1\",\n            \"locationId\": 4,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1875,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"d87a14ff-3cd8-4b94-b805-e22369387fc8\",\n            \"companyUid\": \"17e2ac0f-6d79-4921-823a-f37b8ebb309b\",\n            \"companyName\": \"Twitter\",\n            \"title\": \"Twitter 10G Megaport Mega-I\",\n            \"locationId\": 47,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1876,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"fd208687-f941-4772-b9f3-931b23487216\",\n            \"companyUid\": \"c714d3a5-57df-407f-a039-7ea9709537a1\",\n            \"companyName\": \"Halliburton Energy Services Inc\",\n            \"title\": \"1Gig Port - CyrusOne Carrollton, Port 1\",\n            \"locationId\": 102,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1877,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"1a851192-ea5e-4d2b-b8c1-6c02160b1908\",\n            \"companyUid\": \"33c0e8bb-abca-487c-9894-bec9d2c55fb8\",\n            \"companyName\": \"11:11 Systems\",\n            \"title\": \" iland RESPOD01 Megaport IX 1a851192\",\n            \"locationId\": 68,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1878,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"2aca14fb-16b1-4057-9ac9-a7caef039ece\",\n            \"companyUid\": \"33c0e8bb-abca-487c-9894-bec9d2c55fb8\",\n            \"companyName\": \"11:11 Systems\",\n            \"title\": \" iland DALPOD01 Megaport IX 2aca14fb\",\n            \"locationId\": 102,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1879,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"703a2060-3bab-4ff3-bbbd-76299977a71c\",\n            \"companyUid\": \"276b1145-97b2-4c52-b41e-831d10b72392\",\n            \"companyName\": \"I-Net\",\n            \"title\": \"OMNIX Migration\",\n            \"locationId\": 137,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 1880,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"864566aa-ad11-4559-8a73-11c5982d6df2\",\n            \"companyUid\": \"6c5fb374-fc11-4f2f-828e-43f1a82816d9\",\n            \"companyName\": \"Vertel\",\n            \"title\": \"Peering 10G\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1881,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"b3f8a830-513c-45dd-ba2b-5b91db8bb5d0\",\n            \"companyUid\": \"d116d978-cbf6-45ed-b366-a1356ce53820\",\n            \"companyName\": \"Nextgeneration Voice Pty Ltd\",\n            \"title\": \"Nextdcb1-IX\",\n            \"locationId\": 5,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1882,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"c4c90e9f-ad65-4968-965a-458a5ff5b7dc\",\n            \"companyUid\": \"1b3248af-12ff-43e9-b266-bae82ef01f42\",\n            \"companyName\": \"Vocus\",\n            \"title\": \"AS4826 - Equinix SG1\",\n            \"locationId\": 36,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1883,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 32828,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"6735f8b6-ef9a-47a3-8235-c541a7424423\",\n            \"companyUid\": \"1b3248af-12ff-43e9-b266-bae82ef01f42\",\n            \"companyName\": \"Vocus\",\n            \"title\": \"AS4826 - Vocus DC Perth - VDC-PER01\",\n            \"locationId\": 109,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1884,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 32851,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"c4bf4c4c-e683-44c0-b6ec-792039425a7b\",\n            \"companyUid\": \"fe64efa7-b5b8-4cae-8898-ad20ffc52831\",\n            \"companyName\": \"Telx New Portal\",\n            \"title\": \"10000Mbps Port at Digital Realty LOS1\",\n            \"locationId\": 63,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1885,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"6c698d12-d8ea-41ee-b142-81dd564bbd27\",\n            \"companyUid\": \"d9a3beba-b40c-406b-be5c-0e5800cc7526\",\n            \"companyName\": \"Indosat Singapore PTE LTD\",\n            \"title\": \"Indosat Singapore -- Equinix\",\n            \"locationId\": 36,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1886,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"e5ef7f0f-c39c-472a-8062-20c36864fd62\",\n            \"companyUid\": \"8d224d20-d5e4-4a99-aa95-d5f45e27fe83\",\n            \"companyName\": \"Southern Phone Company Ltd\",\n            \"title\": \"NextDC - M1/2 - Port #1\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1887,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"ee4b2933-41a6-4ae9-b6e6-91cd05b17a02\",\n            \"companyUid\": \"f1e49262-3e7b-43eb-945e-6c305025fa9e\",\n            \"companyName\": \"Riot Games\",\n            \"title\": \"FRA Port\",\n            \"locationId\": 131,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1888,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"f2a186eb-64ca-4622-9987-cb9bd97119f6\",\n            \"companyUid\": \"33c0e8bb-abca-487c-9894-bec9d2c55fb8\",\n            \"companyName\": \"11:11 Systems\",\n            \"title\": \" iland SYDPOD01 Megaport IX f2a186eb\",\n            \"locationId\": 10,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1889,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"0b03cfe1-837a-4aaa-b76d-53d98980446b\",\n            \"companyUid\": \"618b64c0-0d18-49e6-b072-1f85220c04ea\",\n            \"companyName\": \"SiteHost\",\n            \"title\": \"SiteHost\",\n            \"locationId\": 32,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1890,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"1b3e2eb8-4fed-4150-bdd6-64b53de29a6d\",\n            \"companyUid\": \"0e48478d-2f35-4e6e-a33d-a95193fce1c1\",\n            \"companyName\": \"Datacom Systems\",\n            \"title\": \"Datacom WA Port at DC2\",\n            \"locationId\": 367,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1891,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"f68b1b78-a9a6-4301-9757-4593f9bfaea0\",\n            \"companyUid\": \"51c8dad7-2342-4482-a9a1-2f53212272bf\",\n            \"companyName\": \"Callplus\",\n            \"title\": \"Callplus NextDC S1 (Port 1 LAG)\",\n            \"locationId\": 10,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1892,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 40024,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"564ac1c8-c739-41fb-872a-51e307413367\",\n            \"companyUid\": \"997b3d84-b10a-4202-aa43-7cc61f1f4524\",\n            \"companyName\": \"Pentanet Limited\",\n            \"title\": \"PentaNextDC\",\n            \"locationId\": 50,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1893,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"e1d034bb-52b4-4966-82f5-95bdba391ece\",\n            \"companyUid\": \"1080eccd-f8ac-46af-a806-1484e6960b1e\",\n            \"companyName\": \"Netnod\",\n            \"title\": \"STH-A\",\n            \"locationId\": 95,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1894,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"e5d169a2-d0f0-4501-95e9-b1a2b9114872\",\n            \"companyUid\": \"1080eccd-f8ac-46af-a806-1484e6960b1e\",\n            \"companyName\": \"Netnod\",\n            \"title\": \"STH-B\",\n            \"locationId\": 95,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1895,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"a8bcf9c5-e247-4dc2-bb86-2e59f7e2c0e5\",\n            \"companyUid\": \"ca768a9d-cbfd-43ca-a847-701f4a92330b\",\n            \"companyName\": \"DALnet\",\n            \"title\": \"Auckland Dalnet IX\",\n            \"locationId\": 33,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1896,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"56b28d17-f55c-4070-bcba-7eb88b739581\",\n            \"companyUid\": \"ac7be552-e2e7-4853-ab6d-df61b919df0a\",\n            \"companyName\": \"STEPGO LIMITED\",\n            \"title\": \"Mega-I 10G Port\",\n            \"locationId\": 47,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1897,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"6a6576ef-315d-429f-a9b0-fc1b3dea419c\",\n            \"companyUid\": \"73a139e1-a87a-4c3a-98f8-397f266cbf8e\",\n            \"companyName\": \"MetTel\",\n            \"title\": \"Santa Clara - QTS - 10G\",\n            \"locationId\": 315,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1898,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"27fb2e4d-cb99-4c63-aab0-624e4923203f\",\n            \"companyUid\": \"02d029b5-14d6-4456-8e33-10fbfc822aa8\",\n            \"companyName\": \"Cloud4x Enterprise Systems Pty Ltd\",\n            \"title\": \"Cloud4x SY3\",\n            \"locationId\": 6,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1899,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"41e92136-d7d9-4fe1-ae71-5c94601ea0a0\",\n            \"companyUid\": \"b4259b5a-b1cf-4feb-9bc0-5d79de2d9d2c\",\n            \"companyName\": \"euNetworks GmbH\",\n            \"title\": \"C35222-382\",\n            \"locationId\": 130,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1900,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"b107be49-f4f3-4bc6-9244-933acc6065dc\",\n            \"companyUid\": \"000dd960-f45a-47cf-bb2b-b101e048e2ff\",\n            \"companyName\": \"PureLink Ltd\",\n            \"title\": \"PureLink - 220 Queen Street - 10G\",\n            \"locationId\": 32,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1901,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"0dfa4209-4f23-4e66-b6ee-034a42efb330\",\n            \"companyUid\": \"33c0e8bb-abca-487c-9894-bec9d2c55fb8\",\n            \"companyName\": \"11:11 Systems\",\n            \"title\": \"iland MELPOD01 Megaport IX 0dfa4209\",\n            \"locationId\": 382,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1902,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"ae1534bf-77e6-4a2a-b979-f8ac1d49610e\",\n            \"companyUid\": \"63b0d4c8-6031-4522-9748-ade1732669cf\",\n            \"companyName\": \"Superloop\",\n            \"title\": \"[18352] Megaport P1\",\n            \"locationId\": 50,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1903,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"e7f5a634-7864-41c3-b5f5-959e49a21859\",\n            \"companyUid\": \"610e40e7-93fd-422c-821f-7ba5323a782d\",\n            \"companyName\": \"Triforce Australia\",\n            \"title\": \"DNX-SYD-GS-GW01\",\n            \"locationId\": 3,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1904,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"3cb60833-8205-40b0-8806-3fa57baf5933\",\n            \"companyUid\": \"34879c7d-18f7-4f1a-931f-5a23a9220253\",\n            \"companyName\": \"RingCentral\",\n            \"title\": \"RingCentral, Inc. at Equinix AM2\",\n            \"locationId\": 85,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1905,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"a986a370-231f-495c-b693-147e6cd63e4b\",\n            \"companyUid\": \"34879c7d-18f7-4f1a-931f-5a23a9220253\",\n            \"companyName\": \"RingCentral\",\n            \"title\": \"RingCentral, Inc. at Equinix SG3\",\n            \"locationId\": 36,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1906,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"764096c1-d15f-45c9-989e-35ee1d8fb5c9\",\n            \"companyUid\": \"34879c7d-18f7-4f1a-931f-5a23a9220253\",\n            \"companyName\": \"RingCentral\",\n            \"title\": \"RingCentral, Inc. at Telehouse Docklands East\",\n            \"locationId\": 256,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1907,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"edd9b592-ee3b-49df-9afc-892377ca0fc5\",\n            \"companyUid\": \"33c0e8bb-abca-487c-9894-bec9d2c55fb8\",\n            \"companyName\": \"11:11 Systems\",\n            \"title\": \"iland DALPOD02 Megaport IX edd9b592\",\n            \"locationId\": 102,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1908,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"18961ed3-5a94-4a0c-b52c-b90b23fdd243\",\n            \"companyUid\": \"33c0e8bb-abca-487c-9894-bec9d2c55fb8\",\n            \"companyName\": \"11:11 Systems\",\n            \"title\": \"iland DALPOD02 Megaport 18961ed3\",\n            \"locationId\": 102,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1909,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"1964deee-ffab-4290-bd74-581907593027\",\n            \"companyUid\": \"c3d80bd8-38d2-4c4d-baf4-1f4a602ec30e\",\n            \"companyName\": \"Hyperwave\",\n            \"title\": \"NextDC M1\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1910,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"74fc43a3-2944-462a-9842-57c3e95238be\",\n            \"companyUid\": \"1a1e2263-b986-4ea5-97d7-9ca1fe85cc12\",\n            \"companyName\": \"CrossPoint\",\n            \"title\": \"MegaportSG1\",\n            \"locationId\": 36,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1911,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"c52636c9-c9e2-4856-b393-9372d06be5ce\",\n            \"companyUid\": \"33c0e8bb-abca-487c-9894-bec9d2c55fb8\",\n            \"companyName\": \"11:11 Systems\",\n            \"title\": \"iland STRPOD01 Megaport IX c52636c9\",\n            \"locationId\": 154,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1912,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"f02a8f48-620a-4703-9fea-7a2364efd5f6\",\n            \"companyUid\": \"33c0e8bb-abca-487c-9894-bec9d2c55fb8\",\n            \"companyName\": \"11:11 Systems\",\n            \"title\": \"iland DALPOD01 Megaport IX f02a8f48\",\n            \"locationId\": 102,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1913,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"0c387e43-022e-4fe2-b07d-21a16665ce59\",\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"Direct Link Chicago 1 Port 2\",\n            \"locationId\": 69,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 1914,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 67591,\n            \"connectType\": \"IBM\"\n        },\n        {\n            \"productUid\": \"1aa06727-4869-4e08-9ce5-e3dff78d792f\",\n            \"companyUid\": \"33c0e8bb-abca-487c-9894-bec9d2c55fb8\",\n            \"companyName\": \"11:11 Systems\",\n            \"title\": \"iland AMSPOD01 Megaport 1aa06727\",\n            \"locationId\": 92,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1915,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"fe8fa9eb-412f-4d04-978b-f147453fd7ea\",\n            \"companyUid\": \"39eed898-68a2-44ed-8a4f-213eb57ae3b0\",\n            \"companyName\": \"ScaleUp Technologies GmbH & Co. KG\",\n            \"title\": \"ScaleUp HAM1\",\n            \"locationId\": 125,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 1916,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"8d409bb1-b192-4f11-be15-dceabf7df690\",\n            \"companyUid\": \"8e8ebccb-ec20-4667-a388-66b9a480e48a\",\n            \"companyName\": \"e.discom Telekommunikation GmbH\",\n            \"title\": \"e.discom Port 1\",\n            \"locationId\": 119,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1917,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 69313,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"816fcba6-5be0-46b0-831d-d47800fcfe59\",\n            \"companyUid\": \"0d1037bb-e0bc-4f33-bb7a-6493504e3c95\",\n            \"companyName\": \"LBNCo\",\n            \"title\": \"LBNCo M1\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1918,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"79f20d8a-ab16-4fba-9971-1a9b466ed978\",\n            \"companyUid\": \"500c0d0b-a9fd-49ca-8f6a-0fa90c7df967\",\n            \"companyName\": \"Terago Network\",\n            \"title\": \"Terago-Megaport-10GNNI-VAN\",\n            \"locationId\": 442,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1919,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"bc71bb68-3ddb-473b-8501-2ee68766dc95\",\n            \"companyUid\": \"cce87881-a567-40bd-907f-a47aa5e26126\",\n            \"companyName\": \"EIS - NTT Australia Solutions Pty Ltd.\",\n            \"title\": \"mega-sydnau03-01\",\n            \"locationId\": 3,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1920,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"7e47f376-e548-4bbf-95e6-9ba9fdd44673\",\n            \"companyUid\": \"cce87881-a567-40bd-907f-a47aa5e26126\",\n            \"companyName\": \"EIS - NTT Australia Solutions Pty Ltd.\",\n            \"title\": \"mega-melbau01-01\",\n            \"locationId\": 41,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1921,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"d9a38c14-773b-43f0-8a0e-7e670c6958d0\",\n            \"companyUid\": \"e49e6220-bdad-40b1-a211-8ad1d1742671\",\n            \"companyName\": \"FUZE\",\n            \"title\": \"Fuze-MegaIX\",\n            \"locationId\": 2,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1922,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"f846ccd6-a0c2-44c9-896c-7f6fea9f2998\",\n            \"companyUid\": \"125a2c6c-100a-4b72-bc19-defe3eb5955f\",\n            \"companyName\": \"Freifunk Nordwest\",\n            \"title\": \"DUS port\",\n            \"locationId\": 129,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 1923,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"c1d309b0-88c5-4431-816b-d886e338eb2a\",\n            \"companyUid\": \"997735c9-bc0f-49bd-adcf-b83491541cec\",\n            \"companyName\": \"Christie Networks\",\n            \"title\": \"MegaPort SY1 LACP\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1924,\n            \"lag_id\": 11,\n            \"lag_primary\": true,\n            \"aggregation_id\": 88123,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"58fbceb4-2f51-4830-b485-a4c38b2eed9b\",\n            \"companyUid\": \"8ea83603-445c-40c6-94cf-67967a18beb9\",\n            \"companyName\": \"Oracle\",\n            \"title\": \"OCI (eu-zurich-1) (BMC)\",\n            \"locationId\": 430,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1925,\n            \"lag_id\": 1,\n            \"lag_primary\": true,\n            \"aggregation_id\": 92191,\n            \"connectType\": \"ORACLE\"\n        },\n        {\n            \"productUid\": \"a94c08f2-dc13-403b-b450-817c5edaf4e6\",\n            \"companyUid\": \"86c4bb82-7f76-435c-9b0b-0e1c9fd98a69\",\n            \"companyName\": \"AINS\",\n            \"title\": \"AINS - Equinix SYD (CWT Rack)\",\n            \"locationId\": 2,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1926,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"8917da24-6356-4bcd-a010-73d0d8dca563\",\n            \"companyUid\": \"f5deddfb-46c9-4ea3-8884-104cfe07ae53\",\n            \"companyName\": \"Microsoft\",\n            \"title\": \"ECIX MUC 10G port1\",\n            \"locationId\": 134,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1927,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 92500,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"c2e18776-4673-40e8-8333-36f309c7bf48\",\n            \"companyUid\": \"f5deddfb-46c9-4ea3-8884-104cfe07ae53\",\n            \"companyName\": \"Microsoft\",\n            \"title\": \"ECIX MUC 10G Port2\",\n            \"locationId\": 134,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1928,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 92501,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"34ebc687-af28-4422-930d-8b266395590e\",\n            \"companyUid\": \"f9f82af4-9efb-4b9c-bf64-bf81e3a6ef55\",\n            \"companyName\": \"Dreamscape Networks\",\n            \"title\": \"SYD02\",\n            \"locationId\": 6,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1929,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"78887690-939e-4394-b9e5-cddeb520376d\",\n            \"companyUid\": \"f9f82af4-9efb-4b9c-bf64-bf81e3a6ef55\",\n            \"companyName\": \"Dreamscape Networks\",\n            \"title\": \"SYD01\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1930,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"51fef176-0949-4636-887a-19e8e844356a\",\n            \"companyUid\": \"f2ec0651-5002-4936-be7f-bc3ba84292cb\",\n            \"companyName\": \"WIIT Group\",\n            \"title\": \"Reseller Port for Customer \\\"4b42 UG\\\"\",\n            \"locationId\": 129,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 1931,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"14dd4f2d-5328-484b-8fae-a1cea765b73c\",\n            \"companyUid\": \"33c0e8bb-abca-487c-9894-bec9d2c55fb8\",\n            \"companyName\": \"11:11 Systems\",\n            \"title\": \"iland DALPOD02 Megaport 14dd4f2d\",\n            \"locationId\": 102,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1932,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"b46b1d56-f3f3-487b-9843-5bef21185616\",\n            \"companyUid\": \"33c0e8bb-abca-487c-9894-bec9d2c55fb8\",\n            \"companyName\": \"11:11 Systems\",\n            \"title\": \"iland LONPOD01 Megaport b46b1d56\",\n            \"locationId\": 90,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1933,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"98de8456-86b3-41de-9165-d13d06fa5aa4\",\n            \"companyUid\": \"00254a3f-c22b-46fe-bef7-2e8f8a63ffb6\",\n            \"companyName\": \"AT&T Global Network Services\",\n            \"title\": \"Sydney 2 AU201900214\",\n            \"locationId\": 3,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1934,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"da53b632-c484-4347-ac47-dea64793f964\",\n            \"companyUid\": \"00254a3f-c22b-46fe-bef7-2e8f8a63ffb6\",\n            \"companyName\": \"AT&T Global Network Services\",\n            \"title\": \"Sydney 3 AU201900215\",\n            \"locationId\": 10,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1935,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"2fe8bd95-c635-43a3-bec5-2a46e60b7efa\",\n            \"companyUid\": \"7202ad8f-63c9-4f37-9c96-671ea36c3ac0\",\n            \"companyName\": \"Netskope Inc\",\n            \"title\": \"NETSKP-FRA1-DP\",\n            \"locationId\": 130,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1936,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"4932055c-7ddd-4ae1-aab7-63e27f83cae9\",\n            \"companyUid\": \"7202ad8f-63c9-4f37-9c96-671ea36c3ac0\",\n            \"companyName\": \"Netskope Inc\",\n            \"title\": \"MP-MEL1\",\n            \"locationId\": 382,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1937,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"fa6cceea-a0c7-4259-a8ff-3e0231f54372\",\n            \"companyUid\": \"b9cd98ea-2d69-41f7-96b1-5858096785ab\",\n            \"companyName\": \"Jehovas Zeugen in Deutschland K.d.ö.R.\",\n            \"title\": \"ECIX FRA 10G Port\",\n            \"locationId\": 130,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1938,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"72e4a42a-48dc-45c8-8293-835f46a43b0a\",\n            \"companyUid\": \"369cd652-03d3-4100-82bd-c70691719fec\",\n            \"companyName\": \"Deutsche Glasfaser Wholesale GmbH\",\n            \"title\": \"ECIX DUS 100G\",\n            \"locationId\": 127,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1939,\n            \"lag_id\": 19,\n            \"lag_primary\": true,\n            \"aggregation_id\": 111286,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"7718eb38-941d-4adc-8722-972181b90190\",\n            \"companyUid\": \"00254a3f-c22b-46fe-bef7-2e8f8a63ffb6\",\n            \"companyName\": \"AT&T Global Network Services\",\n            \"title\": \"10G-IX-PORT-S1\",\n            \"locationId\": 10,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1940,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"594e213a-3b6b-4a98-800c-ff58439fa16d\",\n            \"companyUid\": \"4c0b0324-6bba-4171-b1f0-7234ede21432\",\n            \"companyName\": \"Apple Inc.\",\n            \"title\": \"Singapore MegaIX-1\",\n            \"locationId\": 36,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"red\",\n            \"rank\": 1941,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 113824,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"9dc6ee39-31ad-46dd-8f05-ddea1eb3d9de\",\n            \"companyUid\": \"4c0b0324-6bba-4171-b1f0-7234ede21432\",\n            \"companyName\": \"Apple Inc.\",\n            \"title\": \"Singapore MegaIX-2\",\n            \"locationId\": 36,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1942,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 113825,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"10779254-7d34-42c1-893a-a5421c967fbe\",\n            \"companyUid\": \"8ea83603-445c-40c6-94cf-67967a18beb9\",\n            \"companyName\": \"Oracle\",\n            \"title\": \"OCI (ca-montreal-1) (BMC)\",\n            \"locationId\": 419,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1943,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 114046,\n            \"connectType\": \"ORACLE\"\n        },\n        {\n            \"productUid\": \"35575b1a-923a-4349-8d20-fab5ac833621\",\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"Direct Link Paris 2 Port 1\",\n            \"locationId\": 515,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 1944,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 115970,\n            \"connectType\": \"IBM\"\n        },\n        {\n            \"productUid\": \"30922ed1-aa17-4d7d-850a-b487cbec4f9f\",\n            \"companyUid\": \"721ac49b-29a6-4c7f-989e-ca45697c6951\",\n            \"companyName\": \"GEN-I Australia\",\n            \"title\": \"Spark 10G Megaport at Global Switch\",\n            \"locationId\": 3,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1945,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 119113,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"c120d95d-6380-4356-94bc-3851b356ab09\",\n            \"companyUid\": \"33c0e8bb-abca-487c-9894-bec9d2c55fb8\",\n            \"companyName\": \"11:11 Systems\",\n            \"title\": \"iland MELPOD01 Megaport c120d95d\",\n            \"locationId\": 382,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1946,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"255c01a6-326c-49f0-b017-b5e8f4187871\",\n            \"companyUid\": \"c981a93f-04bd-40e7-be9d-c3a9d2754b3e\",\n            \"companyName\": \"Imperva Inc\",\n            \"title\": \"Mega-IX Imperva SYD\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1947,\n            \"lag_id\": 10,\n            \"lag_primary\": true,\n            \"aggregation_id\": 119910,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"7b45119b-b6f1-4e43-a2f8-590fe3398518\",\n            \"companyUid\": \"1b605094-2f71-409b-8dd2-8b897db5d912\",\n            \"companyName\": \"Netcologne GmbH\",\n            \"title\": \"ECIX-DUS\",\n            \"locationId\": 127,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1948,\n            \"lag_id\": 20,\n            \"lag_primary\": true,\n            \"aggregation_id\": 121964,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"d757b061-5453-476d-b200-12da40795a21\",\n            \"companyUid\": \"1b605094-2f71-409b-8dd2-8b897db5d912\",\n            \"companyName\": \"Netcologne GmbH\",\n            \"title\": \"ECIX-DUS\",\n            \"locationId\": 127,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1949,\n            \"lag_id\": 23,\n            \"lag_primary\": true,\n            \"aggregation_id\": 121965,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"bee4f560-9d37-489f-a130-1c36dc400bdd\",\n            \"companyUid\": \"b4259b5a-b1cf-4feb-9bc0-5d79de2d9d2c\",\n            \"companyName\": \"euNetworks GmbH\",\n            \"title\": \"100G port FRA Interxion\",\n            \"locationId\": 130,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"red\",\n            \"rank\": 1950,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 122785,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"42e4a0d5-fbb6-4e66-a940-43b3cacec5fc\",\n            \"companyUid\": \"7202ad8f-63c9-4f37-9c96-671ea36c3ac0\",\n            \"companyName\": \"Netskope Inc\",\n            \"title\": \"SIN1-DP\",\n            \"locationId\": 39,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1951,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"85a0073c-ccb8-4c79-85ad-0423b1adf240\",\n            \"companyUid\": \"f871f983-6ddd-4923-8178-b9d4ae9cc2e8\",\n            \"companyName\": \"Marlink\",\n            \"title\": \"Marlink-SYD\",\n            \"locationId\": 3,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1952,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"b2b300af-867c-4d0c-a6a3-d008a5754ebb\",\n            \"companyUid\": \"6bc51cad-a63d-4ff8-ab12-6f35f2cdd69e\",\n            \"companyName\": \"Hurricane Electric\",\n            \"title\": \"10G Megaport Perth\",\n            \"locationId\": 50,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1953,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 126909,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"33cf2ab6-f7f2-4e1d-8537-f8100de810b7\",\n            \"companyUid\": \"f1e49262-3e7b-43eb-945e-6c305025fa9e\",\n            \"companyName\": \"Riot Games\",\n            \"title\": \"MegaIX Sofia\",\n            \"locationId\": 137,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 1954,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 128638,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"72e3be77-ca48-4441-9cc5-7fae020a11c1\",\n            \"companyUid\": \"53fb1c60-21bd-403d-b083-a2d36d992578\",\n            \"companyName\": \"OneQode\",\n            \"title\": \"au-ndb2-csw1:Et7/3\",\n            \"locationId\": 383,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1955,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"ec5ed932-4c80-4f22-b417-246ad5325ba5\",\n            \"companyUid\": \"53fb1c60-21bd-403d-b083-a2d36d992578\",\n            \"companyName\": \"OneQode\",\n            \"title\": \"au-gssyd-csw1:Et7/15\",\n            \"locationId\": 3,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1956,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"b4bda6f2-3db7-4478-a9e9-35a6a47d1a5b\",\n            \"companyUid\": \"f5deddfb-46c9-4ea3-8884-104cfe07ae53\",\n            \"companyName\": \"Microsoft\",\n            \"title\": \"MEL-LAG2\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1957,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 131073,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"f02e3413-e227-4ab4-8123-85a61f0ad232\",\n            \"companyUid\": \"b4259b5a-b1cf-4feb-9bc0-5d79de2d9d2c\",\n            \"companyName\": \"euNetworks GmbH\",\n            \"title\": \"ECIX MUC\",\n            \"locationId\": 133,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1958,\n            \"lag_id\": 9,\n            \"lag_primary\": true,\n            \"aggregation_id\": 131753,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"e713cd65-5fd7-47ae-a4e8-db98af2e0392\",\n            \"companyUid\": \"b4259b5a-b1cf-4feb-9bc0-5d79de2d9d2c\",\n            \"companyName\": \"euNetworks GmbH\",\n            \"title\": \"ECIX HAM\",\n            \"locationId\": 124,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1959,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 131757,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"69cdf9b2-6edf-48d2-8cf9-d487bc05932a\",\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"Direct Link San Jose 2 Port 2\",\n            \"locationId\": 66,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 1960,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 135677,\n            \"connectType\": \"IBM\"\n        },\n        {\n            \"productUid\": \"2f16aadd-521c-41ca-89cf-a2734c444f10\",\n            \"companyUid\": \"5b3df0e0-30d9-4e4a-9ba8-62f4fe22a1b2\",\n            \"companyName\": \"Telefonica\",\n            \"title\": \"MLLX/20/2001423\",\n            \"locationId\": 562,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": null,\n            \"rank\": 1961,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 137023,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"d41e9e81-b2d5-430f-b822-a272f8f48ff8\",\n            \"companyUid\": \"c6b15539-5824-439f-8af9-b595d4e600e0\",\n            \"companyName\": \"Cloudflare Inc.\",\n            \"title\": \"Network Interconnect 10G Port Equinix DC2/6\",\n            \"locationId\": 67,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1962,\n            \"lag_id\": 11,\n            \"lag_primary\": true,\n            \"aggregation_id\": 139316,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"036d6a1a-a346-4474-ba9f-833bb9ab8944\",\n            \"companyUid\": \"c6b15539-5824-439f-8af9-b595d4e600e0\",\n            \"companyName\": \"Cloudflare Inc.\",\n            \"title\": \"Network Interconnect 10G Port Equinix MI1\",\n            \"locationId\": 234,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1963,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 139321,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"04c19dd9-d971-4de3-8dd5-789a43769762\",\n            \"companyUid\": \"c6b15539-5824-439f-8af9-b595d4e600e0\",\n            \"companyName\": \"Cloudflare Inc.\",\n            \"title\": \"Network Interconnect 10G Port Equinix SE2\",\n            \"locationId\": 57,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1964,\n            \"lag_id\": 8,\n            \"lag_primary\": true,\n            \"aggregation_id\": 139322,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"66a14054-838c-448d-bc87-e06e245f90bc\",\n            \"companyUid\": \"c6b15539-5824-439f-8af9-b595d4e600e0\",\n            \"companyName\": \"Cloudflare Inc.\",\n            \"title\": \"Network Interconnect 10G Port Equinix TR1\",\n            \"locationId\": 73,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1965,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 139323,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"4b3c9b6c-b197-446e-9d27-c2eeb6b494d4\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"MegaIX toronto #2\",\n            \"locationId\": 73,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1966,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 140212,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"ba47b78d-0a49-4f2e-95e5-cb645261ec9d\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"MegaIX Los Angeles #2\",\n            \"locationId\": 63,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1967,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 140218,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"03a6c45b-66f5-45aa-9773-41b7e99c57c7\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"MegaiX Seattle\",\n            \"locationId\": 146,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1968,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 140220,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"91ae5a19-f432-456c-99a8-6601bf8b17e6\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"MegaIX Dallas #2\",\n            \"locationId\": 71,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1969,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 140221,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"7a06b4aa-5143-4383-9349-690b3f3b883c\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"10G MegaIX sofia #2\",\n            \"locationId\": 136,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 1970,\n            \"lag_id\": 12,\n            \"lag_primary\": true,\n            \"aggregation_id\": 140309,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"134b0d2f-4a16-49b2-89d6-b2ea5eb4c45e\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"10G ECIX DUS #2\",\n            \"locationId\": 130,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1971,\n            \"lag_id\": 8,\n            \"lag_primary\": true,\n            \"aggregation_id\": 140311,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"6a75933c-bbac-419d-bb83-4022a1ed0f9e\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"10G ECIX HAM #2\",\n            \"locationId\": 126,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1972,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 140312,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"af7f1400-c480-408b-a4d4-ab4fc299d477\",\n            \"companyUid\": \"c6b15539-5824-439f-8af9-b595d4e600e0\",\n            \"companyName\": \"Cloudflare Inc.\",\n            \"title\": \"Network Interconnect 10G Port Equinix TY2\",\n            \"locationId\": 560,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1973,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 140315,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"82f540ce-6176-4d78-a0b2-f317d834daf0\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"100G ECIX Frankfurt #2\",\n            \"locationId\": 130,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1974,\n            \"lag_id\": 14,\n            \"lag_primary\": true,\n            \"aggregation_id\": 140459,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"08c9315a-d258-4ab3-a887-1c5e7e971186\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"MegaIX SIN Port 2\",\n            \"locationId\": 36,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1975,\n            \"lag_id\": 13,\n            \"lag_primary\": true,\n            \"aggregation_id\": 140764,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"b34ec423-4f23-43ae-aa08-837b8b58927b\",\n            \"companyUid\": \"6208923d-1080-4455-9098-c293e6fb9d0a\",\n            \"companyName\": \"First Focus\",\n            \"title\": \"First Focus SmartCloud EQX-SY1\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1976,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"b20bca29-5f72-4690-ae60-e137c621861b\",\n            \"companyUid\": \"e5bfdfde-fbd5-47b7-beaa-e2110d743bfd\",\n            \"companyName\": \"Televergence Solutions Inc.\",\n            \"title\": \"10G Megaport - Coresite LA1\",\n            \"locationId\": 60,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1977,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"7b4d4e88-3816-4cc2-bed5-0445d07de628\",\n            \"companyUid\": \"33c0e8bb-abca-487c-9894-bec9d2c55fb8\",\n            \"companyName\": \"11:11 Systems\",\n            \"title\": \" iland RESPOD02 Megaport IX #7b4d4e88\",\n            \"locationId\": 68,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1978,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"032a5463-c8e6-4b4b-9a49-6149740f85b0\",\n            \"companyUid\": \"33c0e8bb-abca-487c-9894-bec9d2c55fb8\",\n            \"companyName\": \"11:11 Systems\",\n            \"title\": \"iland DALPOD02 Megaport IX 032a5463\",\n            \"locationId\": 102,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1979,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"fe7ec0fb-0adf-45fc-8fb8-aa8c26d93900\",\n            \"companyUid\": \"60484d0b-286a-4867-810d-cf23d9699623\",\n            \"companyName\": \"QTS\",\n            \"title\": \"Mega Dulles IX 10G\",\n            \"locationId\": 481,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1980,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"a39c8b03-1620-4f20-8dd5-5099d21129e9\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"EU (Ireland) (eu-west-1)\",\n            \"locationId\": 89,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"red\",\n            \"rank\": 1981,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 145009,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"840df534-16f6-4495-909b-737a7c298748\",\n            \"companyUid\": \"997b3d84-b10a-4202-aa43-7cc61f1f4524\",\n            \"companyName\": \"Pentanet Limited\",\n            \"title\": \"PentaEquinixSY4\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1982,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"0fe68c65-872c-48f1-b1d0-1480375d09a0\",\n            \"companyUid\": \"d9331461-b1d6-42a7-a73d-33f28d5b7a5a\",\n            \"companyName\": \"Vine Networks Pty Ltd\",\n            \"title\": \"B1-2B-01-07\",\n            \"locationId\": 5,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1983,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"1631bc6a-2e98-4aab-8f99-c04b70880742\",\n            \"companyUid\": \"6bc51cad-a63d-4ff8-ab12-6f35f2cdd69e\",\n            \"companyName\": \"Hurricane Electric\",\n            \"title\": \"10G MegaIX SIN #2\",\n            \"locationId\": 36,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1984,\n            \"lag_id\": 15,\n            \"lag_primary\": true,\n            \"aggregation_id\": 150017,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"8da21925-3f75-4465-a74a-23af83f6acbe\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"10G MUC ECIX #2\",\n            \"locationId\": 133,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1985,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 151302,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"24beb938-e378-4c58-8ed0-e5f96b419b8a\",\n            \"companyUid\": \"7883b805-289a-47ce-8b53-9759f5aa02fd\",\n            \"companyName\": \"AS33891 Netzbetrieb GmbH\",\n            \"title\": \"100G ECIX DUS\",\n            \"locationId\": 127,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1986,\n            \"lag_id\": 24,\n            \"lag_primary\": true,\n            \"aggregation_id\": 151788,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"c7ec165a-ec61-4839-8aa7-49dadff360bf\",\n            \"companyUid\": \"3df1faea-da9f-4417-ae7e-0f5abffbc0ed\",\n            \"companyName\": \"Great Plains Communications\",\n            \"title\": \"DNVRCO10G\",\n            \"locationId\": 320,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1987,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"2ff3e81c-6e82-4ee1-a048-465f749b72bf\",\n            \"companyUid\": \"ef9f5c8f-2e2e-467e-8070-4ae5ef4c3b75\",\n            \"companyName\": \"Zayo\",\n            \"title\": \"MegaIX Sydney\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1988,\n            \"lag_id\": 9,\n            \"lag_primary\": true,\n            \"aggregation_id\": 157549,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"80d3db8c-bfc1-40f0-a866-24990fd5ffd3\",\n            \"companyUid\": \"ac5245c0-547a-478a-beec-b2ffdad56514\",\n            \"companyName\": \"ThinkOn Inc.\",\n            \"title\": \"THINKON_CYG4_10G\",\n            \"locationId\": 574,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 1989,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"0ed21022-4b75-4db3-a63b-76fd14a3df7f\",\n            \"companyUid\": \"ac5245c0-547a-478a-beec-b2ffdad56514\",\n            \"companyName\": \"ThinkOn Inc.\",\n            \"title\": \"THINKON_MTL2_10G\",\n            \"locationId\": 440,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1990,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"66af8f92-32a1-4829-9354-63e421d92295\",\n            \"companyUid\": \"21fa750b-89f0-4df7-b1cd-57f774062bd1\",\n            \"companyName\": \"i3D.Net\",\n            \"title\": \"ECIX FRA 100G\",\n            \"locationId\": 130,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1991,\n            \"lag_id\": 18,\n            \"lag_primary\": true,\n            \"aggregation_id\": 162040,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"638b243e-d661-4b74-bb53-ddef303d20e7\",\n            \"companyUid\": \"1b3248af-12ff-43e9-b266-bae82ef01f42\",\n            \"companyName\": \"Vocus\",\n            \"title\": \"Megaport 100G Sydney\",\n            \"locationId\": 6,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1992,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 162044,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"de78511b-d701-456e-a841-97b8856e153d\",\n            \"companyUid\": \"1b3248af-12ff-43e9-b266-bae82ef01f42\",\n            \"companyName\": \"Vocus\",\n            \"title\": \"MegaIX Melbourne 100G\",\n            \"locationId\": 24,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 1993,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 163642,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"860aa6fb-b0db-462b-9200-5fd71dfe680a\",\n            \"companyUid\": \"3d341ea8-2f68-47a7-b34e-e552f13074f9\",\n            \"companyName\": \"WOBCOM GmbH\",\n            \"title\": \"megaport-dus-cpr1-1\",\n            \"locationId\": 127,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1994,\n            \"lag_id\": 12,\n            \"lag_primary\": true,\n            \"aggregation_id\": 167219,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"397f961c-0617-4d94-b085-fe6f8be82dc3\",\n            \"companyUid\": \"7202ad8f-63c9-4f37-9c96-671ea36c3ac0\",\n            \"companyName\": \"Netskope Inc\",\n            \"title\": \"NTSKP-P1\",\n            \"locationId\": 50,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1995,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"60cfd061-e8cf-40ae-a190-6fb2d882b8fe\",\n            \"companyUid\": \"d081914c-623b-43c3-a19f-fc0ee6c5603f\",\n            \"companyName\": \"Akamai Prolexic\",\n            \"title\": \"Akamai Prolexic Connect - Melbourne\",\n            \"locationId\": 41,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1996,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 170205,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"3d48cb2f-0fd5-4599-81ef-9ea284783bb4\",\n            \"companyUid\": \"d081914c-623b-43c3-a19f-fc0ee6c5603f\",\n            \"companyName\": \"Akamai Prolexic\",\n            \"title\": \"Akamai Prolexic Connect - Sydney\",\n            \"locationId\": 6,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1997,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 170209,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"64793fd1-38e1-47f4-a0b5-ee860f882a88\",\n            \"companyUid\": \"98576278-cfb1-4ca5-9acc-9c15bd069dd4\",\n            \"companyName\": \"Netflix\",\n            \"title\": \"SY3-Port 1\",\n            \"locationId\": 6,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1998,\n            \"lag_id\": 10,\n            \"lag_primary\": true,\n            \"aggregation_id\": 176377,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"4c53f9aa-0cc9-4e91-94a0-18986a67cf53\",\n            \"companyUid\": \"98576278-cfb1-4ca5-9acc-9c15bd069dd4\",\n            \"companyName\": \"Netflix\",\n            \"title\": \"Syd-Port 2\",\n            \"locationId\": 6,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1999,\n            \"lag_id\": 12,\n            \"lag_primary\": true,\n            \"aggregation_id\": 176379,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"deb2cc09-d3b4-4e8c-9145-8ee3ffc547b8\",\n            \"companyUid\": \"6383df9e-7771-4faa-ae81-3aa4451db845\",\n            \"companyName\": \"Soco Network Solutions GmbH\",\n            \"title\": \"100G DUS Port (Interxion)\",\n            \"locationId\": 127,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2000,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"126a310e-c10e-44ba-8327-8b2b3c8e747c\",\n            \"companyUid\": \"1c3acfd6-e35b-4122-9212-b11ae3efe129\",\n            \"companyName\": \"Options IT\",\n            \"title\": \"HK2 Primary (NOT PROD)\",\n            \"locationId\": 54,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2001,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"e0a2275d-7571-4ee3-9667-453508ede80f\",\n            \"companyUid\": \"238d4124-ee43-40a5-9960-034065d80ad1\",\n            \"companyName\": \"Natilik Ltd\",\n            \"title\": \"usdca_mp02_edge01p02\",\n            \"locationId\": 234,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2002,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"7a99d2ad-9bc3-4136-af23-d385ba74e871\",\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"IBM Cloud Direct Link 2.0 London Port 2\",\n            \"locationId\": 90,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 2003,\n            \"lag_id\": 14,\n            \"lag_primary\": true,\n            \"aggregation_id\": 187504,\n            \"connectType\": \"IBM\"\n        },\n        {\n            \"productUid\": \"e9d0ae8f-b160-4bd6-9990-309640d22de2\",\n            \"companyUid\": \"a0b0d499-6089-41e6-89cb-8a223a3d2457\",\n            \"companyName\": \"ViA Online GmbH\",\n            \"title\": \"AS62086-1\",\n            \"locationId\": 129,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 2004,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 199144,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"8cf331ff-7e6c-4bd6-8939-bc0e39e07fdb\",\n            \"companyUid\": \"34879c7d-18f7-4f1a-931f-5a23a9220253\",\n            \"companyName\": \"RingCentral\",\n            \"title\": \"RingCentral, Inc. at Equinix FR2 connecting via Metro Connect to FR5\",\n            \"locationId\": 131,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2005,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"af87711b-52b3-437d-a35e-bb786e030366\",\n            \"companyUid\": \"625cdb2a-b469-4d9b-99d1-9588757491cd\",\n            \"companyName\": \"Packet Clearing House\",\n            \"title\": \"ECIX Berlin BER-L105 AS42\",\n            \"locationId\": 122,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2006,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"d872b746-5f2e-4cff-9e56-ccddd1d0aec4\",\n            \"companyUid\": \"625cdb2a-b469-4d9b-99d1-9588757491cd\",\n            \"companyName\": \"Packet Clearing House\",\n            \"title\": \"ECIX Berlin BER-L105 AS3856\",\n            \"locationId\": 122,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2007,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"50a5ac88-d8fd-47ce-81c9-2c8897c8a06c\",\n            \"companyUid\": \"625cdb2a-b469-4d9b-99d1-9588757491cd\",\n            \"companyName\": \"Packet Clearing House\",\n            \"title\": \"ECIX Frankfurt FRA-ix6 AS42\",\n            \"locationId\": 130,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2008,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"2c153bd6-0e43-4c4b-b829-a7b304f58667\",\n            \"companyUid\": \"625cdb2a-b469-4d9b-99d1-9588757491cd\",\n            \"companyName\": \"Packet Clearing House\",\n            \"title\": \"ECIX Frankfurt FRA-ix6 AS3856\",\n            \"locationId\": 130,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2009,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"837442bf-7e0e-44c3-9f39-b9f9ec3ae9b5\",\n            \"companyUid\": \"60c7daea-0e75-4208-9850-3d37d1d12cd4\",\n            \"companyName\": \"Servecentric Ltd.\",\n            \"title\": \"Megaport1\",\n            \"locationId\": 94,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2010,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"27c1d57b-114d-412c-8623-1a5bca7df590\",\n            \"companyUid\": \"f5deddfb-46c9-4ea3-8884-104cfe07ae53\",\n            \"companyName\": \"Microsoft\",\n            \"title\": \"10G SIN MegaIX LAG#2 Port#1\",\n            \"locationId\": 36,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2011,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 206086,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"cd82f9b6-8df3-459c-bbf6-04acde7c13d7\",\n            \"companyUid\": \"114ddfa8-1b36-4aa4-9bce-b6b35b47816b\",\n            \"companyName\": \"Akamai International B.V.\",\n            \"title\": \"100G port MegaIX SYD\",\n            \"locationId\": 6,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2012,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 207295,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"f3c10dec-adf7-4e06-bf13-e03c50ae97b7\",\n            \"companyUid\": \"114ddfa8-1b36-4aa4-9bce-b6b35b47816b\",\n            \"companyName\": \"Akamai International B.V.\",\n            \"title\": \"100G port MegaIX BNE\",\n            \"locationId\": 5,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2013,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 207297,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"89e6b86f-099b-4a84-abd4-389589c65927\",\n            \"companyUid\": \"114ddfa8-1b36-4aa4-9bce-b6b35b47816b\",\n            \"companyName\": \"Akamai International B.V.\",\n            \"title\": \"100G port MegaIX MEL\",\n            \"locationId\": 41,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2014,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 207299,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"21a112d4-ba72-4bdf-8488-b825579d4e29\",\n            \"companyUid\": \"114ddfa8-1b36-4aa4-9bce-b6b35b47816b\",\n            \"companyName\": \"Akamai International B.V.\",\n            \"title\": \"100G port MegaIX PER\",\n            \"locationId\": 50,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2015,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 207300,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"9e47a8b8-fdd6-4d3b-b905-f49021208413\",\n            \"companyUid\": \"80e7c463-ded2-4bba-8c8a-a48e786f7427\",\n            \"companyName\": \"Vultr\",\n            \"title\": \"Vultr_DirectConnect_TYO1 (dc1-u2.tyo2 SWP1)\",\n            \"locationId\": 560,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2016,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 220784,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"194b63eb-79e3-4bf3-8096-50f7e5506089\",\n            \"companyUid\": \"3a9f3003-fa40-4453-84c6-bba237d9a65b\",\n            \"companyName\": \"Cincinnati Bell\",\n            \"title\": \"MP-ASH-1\",\n            \"locationId\": 67,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2017,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"1d7bb586-a7a3-4019-b317-92ccc14b5503\",\n            \"companyUid\": \"33c0e8bb-abca-487c-9894-bec9d2c55fb8\",\n            \"companyName\": \"11:11 Systems\",\n            \"title\": \"iland DALPOD03 Megaport IX\",\n            \"locationId\": 345,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2018,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"b7612d7a-2ec7-4f5f-b260-785c5f718d74\",\n            \"companyUid\": \"941309d2-157a-4223-bdfd-2ab6656d47b4\",\n            \"companyName\": \"RTB House S.A.\",\n            \"title\": \"100G Ashburn - Port 1 of 2\",\n            \"locationId\": 84,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2019,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"89173a52-2b2d-4830-b3b6-94450a6b4f06\",\n            \"companyUid\": \"941309d2-157a-4223-bdfd-2ab6656d47b4\",\n            \"companyName\": \"RTB House S.A.\",\n            \"title\": \"100G Ashburn - Port 2 of 2\",\n            \"locationId\": 84,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2020,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"60f5fc89-8be5-4503-801d-d36d35495e82\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 98,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2021,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 238140,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"productUid\": \"0581bd49-68a8-477f-ad88-c50c0efc4c02\",\n            \"companyUid\": \"80e7c463-ded2-4bba-8c8a-a48e786f7427\",\n            \"companyName\": \"Vultr\",\n            \"title\": \"Megaport\",\n            \"locationId\": 518,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2022,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"79fd3bd5-6e67-4afe-8017-e6e7376f3cad\",\n            \"companyUid\": \"b03beb61-fcdb-4676-87d1-ab566f6839a7\",\n            \"companyName\": \"Acurus Networks Pty Ltd\",\n            \"title\": \"Acurus MEGAPORT 2 at NextDC S1\",\n            \"locationId\": 10,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2023,\n            \"lag_id\": 9,\n            \"lag_primary\": true,\n            \"aggregation_id\": 251074,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"86245973-0eb6-45ff-ba3a-ae7962a89188\",\n            \"companyUid\": \"625cdb2a-b469-4d9b-99d1-9588757491cd\",\n            \"companyName\": \"Packet Clearing House\",\n            \"title\": \"PCH AS42 10G Megaport ECIX- HAM (HAM-IPH)\",\n            \"locationId\": 124,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2024,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"bb197411-06bb-4ada-b48c-44891a233793\",\n            \"companyUid\": \"625cdb2a-b469-4d9b-99d1-9588757491cd\",\n            \"companyName\": \"Packet Clearing House\",\n            \"title\": \"PCH AS3856 1G Megaport at ECIX-HAM (HAM-IPH)\",\n            \"locationId\": 124,\n            \"speed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2025,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"dcaf1260-2e44-438c-8b02-46413da96df9\",\n            \"companyUid\": \"6bc51cad-a63d-4ff8-ab12-6f35f2cdd69e\",\n            \"companyName\": \"Hurricane Electric\",\n            \"title\": \"100G Megaport MegaIX DAL\",\n            \"locationId\": 71,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2026,\n            \"lag_id\": 12,\n            \"lag_primary\": true,\n            \"aggregation_id\": 265708,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"c85221ab-a824-439d-9b8d-3f135df25b9c\",\n            \"companyUid\": \"6bc51cad-a63d-4ff8-ab12-6f35f2cdd69e\",\n            \"companyName\": \"Hurricane Electric\",\n            \"title\": \"100G Megaport FRA (ECIX FRA)\",\n            \"locationId\": 131,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2027,\n            \"lag_id\": 12,\n            \"lag_primary\": true,\n            \"aggregation_id\": 265717,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"bb4a47fd-e40e-4da5-b7ac-cade20bf11ff\",\n            \"companyUid\": \"6bc51cad-a63d-4ff8-ab12-6f35f2cdd69e\",\n            \"companyName\": \"Hurricane Electric\",\n            \"title\": \"100G Megaport DUS (ECIX DUS)\",\n            \"locationId\": 127,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2028,\n            \"lag_id\": 2,\n            \"lag_primary\": true,\n            \"aggregation_id\": 265718,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"e828a8a0-6967-4621-93d4-686295980313\",\n            \"companyUid\": \"6bc51cad-a63d-4ff8-ab12-6f35f2cdd69e\",\n            \"companyName\": \"Hurricane Electric\",\n            \"title\": \"100G Megaport BER (ECIX BER)\",\n            \"locationId\": 122,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2029,\n            \"lag_id\": 8,\n            \"lag_primary\": true,\n            \"aggregation_id\": 265719,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"457d3392-abb7-49a0-a634-c8302ad62f60\",\n            \"companyUid\": \"80e7c463-ded2-4bba-8c8a-a48e786f7427\",\n            \"companyName\": \"Vultr\",\n            \"title\": \"PNJ\",\n            \"locationId\": 532,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 2030,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"c35fc717-345e-484c-b763-b131b2914bcd\",\n            \"companyUid\": \"c05c1710-2835-4a75-852c-9ea6fb3d37e9\",\n            \"companyName\": \"Synergy Networks GmbH\",\n            \"title\": \"100G ECIX-HAM Megaport - IPHH Synergy Networks\",\n            \"locationId\": 124,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2031,\n            \"lag_id\": 10,\n            \"lag_primary\": true,\n            \"aggregation_id\": 278051,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"c35d77c7-413d-4336-9590-681f2b0790e6\",\n            \"companyUid\": \"cdabd7e7-6a47-4260-9439-f91af6317072\",\n            \"companyName\": \"Hetzner Online GmbH\",\n            \"title\": \"MegaIX-ASH\",\n            \"locationId\": 346,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2032,\n            \"lag_id\": 8,\n            \"lag_primary\": true,\n            \"aggregation_id\": 278308,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"80fdd6de-934e-48b2-b58f-f7167f7cd1cf\",\n            \"companyUid\": \"af69da16-ef95-4f0b-a869-2672dca5f280\",\n            \"companyName\": \"Scott Data\",\n            \"title\": \"SMS-SDC-01\",\n            \"locationId\": 463,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2033,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"10c8450b-aca0-4345-bcbd-37b1a8f3b9b1\",\n            \"companyUid\": \"af69da16-ef95-4f0b-a869-2672dca5f280\",\n            \"companyName\": \"Scott Data\",\n            \"title\": \"SMS-SDC-02\",\n            \"locationId\": 463,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2034,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"1ab098dc-dcce-4a18-9408-ed796912c311\",\n            \"companyUid\": \"80e7c463-ded2-4bba-8c8a-a48e786f7427\",\n            \"companyName\": \"Vultr\",\n            \"title\": \"PNJ 2\",\n            \"locationId\": 532,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 2035,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"68c58dd3-0ab4-4d59-9d49-656e3f6911d1\",\n            \"companyUid\": \"80e7c463-ded2-4bba-8c8a-a48e786f7427\",\n            \"companyName\": \"Vultr\",\n            \"title\": \"QTS Atlanta 1 of 2\",\n            \"locationId\": 317,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2036,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"3168128c-074a-4059-bd69-49ad6130ce48\",\n            \"companyUid\": \"80e7c463-ded2-4bba-8c8a-a48e786f7427\",\n            \"companyName\": \"Vultr\",\n            \"title\": \"QTS Atlanta 2 of 2\",\n            \"locationId\": 317,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2037,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"9fb0fc4f-20cb-42f5-b2d3-6735c6ab990c\",\n            \"companyUid\": \"f005a565-6e32-4d0b-ba4b-e2200537dbf0\",\n            \"companyName\": \"Beyond.pl Sp. z o.o.\",\n            \"title\": \"PORT-1-Marketplace-NIEUZYWANY-NIEREAGOWAC\",\n            \"locationId\": 1142,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 2038,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"09c4ec2c-91d2-4135-8286-ba0f055c900f\",\n            \"companyUid\": \"f005a565-6e32-4d0b-ba4b-e2200537dbf0\",\n            \"companyName\": \"Beyond.pl Sp. z o.o.\",\n            \"title\": \"Port-3-Marketplace-NIEUZYWANY-NIEREAGOWAC\",\n            \"locationId\": 1142,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 2039,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"aa04f4e2-9ff3-428e-bbb0-ed62f2006c6f\",\n            \"companyUid\": \"f005a565-6e32-4d0b-ba4b-e2200537dbf0\",\n            \"companyName\": \"Beyond.pl Sp. z o.o.\",\n            \"title\": \"Port-4-Marketplace-NIEUZYWANY-NIEREAGOWAC\",\n            \"locationId\": 1142,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 2040,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"cb9f5dcd-3395-4984-aaed-4be407b93b18\",\n            \"companyUid\": \"f5deddfb-46c9-4ea3-8884-104cfe07ae53\",\n            \"companyName\": \"Microsoft\",\n            \"title\": \"100G MegIX Dallas\",\n            \"locationId\": 71,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2041,\n            \"lag_id\": 13,\n            \"lag_primary\": true,\n            \"aggregation_id\": 305900,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"07335320-bd4c-4640-9ced-7494ef2ac9cb\",\n            \"companyUid\": \"f5deddfb-46c9-4ea3-8884-104cfe07ae53\",\n            \"companyName\": \"Microsoft\",\n            \"title\": \"100G MegaIX Ashburn\",\n            \"locationId\": 67,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"red\",\n            \"rank\": 2042,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 305902,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"6010fdd5-3ebb-430f-9373-0c0b0a2bcd3d\",\n            \"companyUid\": \"f5deddfb-46c9-4ea3-8884-104cfe07ae53\",\n            \"companyName\": \"Microsoft\",\n            \"title\": \"100GMegaIX Los Angeles\",\n            \"locationId\": 60,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"red\",\n            \"rank\": 2043,\n            \"lag_id\": 10,\n            \"lag_primary\": true,\n            \"aggregation_id\": 305904,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"decbd326-0725-4438-a8c3-e7076c842e09\",\n            \"companyUid\": \"33c0e8bb-abca-487c-9894-bec9d2c55fb8\",\n            \"companyName\": \"11:11 Systems\",\n            \"title\": \"iland AMSPOD01 Megaport #decbd326\",\n            \"locationId\": 92,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2044,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"8e0ba046-de42-4ab8-9cc7-ab52d94e8084\",\n            \"companyUid\": \"2f3e3718-b63e-464f-816d-930a9e643ed2\",\n            \"companyName\": \"Firmus\",\n            \"title\": \"NextDC M1\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2045,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 325588,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"6c1643e2-7e0a-4300-93a5-f64232680bd1\",\n            \"companyUid\": \"6bc51cad-a63d-4ff8-ab12-6f35f2cdd69e\",\n            \"companyName\": \"Hurricane Electric\",\n            \"title\": \"100G Megaport LA\",\n            \"locationId\": 59,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2046,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 328973,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"f463d17a-75ca-4ebb-84d0-b553fe17e71d\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"MegaIX Ashburn 100G #1\",\n            \"locationId\": 67,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2047,\n            \"lag_id\": 8,\n            \"lag_primary\": true,\n            \"aggregation_id\": 339331,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"419304c8-bb33-4431-984f-ce4d37d384ce\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"MegaIX Ashburn 100G #2\",\n            \"locationId\": 67,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2048,\n            \"lag_id\": 10,\n            \"lag_primary\": true,\n            \"aggregation_id\": 339332,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"e1eef72e-d620-4e37-b07d-fcfde1c61803\",\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"Direct Link Montreal 2 Port 1\",\n            \"locationId\": 419,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 2049,\n            \"lag_id\": 10,\n            \"lag_primary\": true,\n            \"aggregation_id\": 346722,\n            \"connectType\": \"IBM\"\n        },\n        {\n            \"productUid\": \"f63dc8f0-b978-456c-a89c-673f70f9a489\",\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"Direct Link Montreal 2 Port 2\",\n            \"locationId\": 419,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 2050,\n            \"lag_id\": 10,\n            \"lag_primary\": true,\n            \"aggregation_id\": 346730,\n            \"connectType\": \"IBM\"\n        },\n        {\n            \"productUid\": \"dd4362b1-1dc3-4ab4-8ebc-7e6d634124b8\",\n            \"companyUid\": \"f5deddfb-46c9-4ea3-8884-104cfe07ae53\",\n            \"companyName\": \"Microsoft\",\n            \"title\": \"Megaport SYD IX 100G LAG1 Port1\",\n            \"locationId\": 2,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"red\",\n            \"rank\": 2051,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 358999,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"1bbe73d4-4f05-4ff5-b0f6-93ef9cb96686\",\n            \"companyUid\": \"f5deddfb-46c9-4ea3-8884-104cfe07ae53\",\n            \"companyName\": \"Microsoft\",\n            \"title\": \"Megaport SYD IX 100G LAG2 Port1\",\n            \"locationId\": 2,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2052,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 359001,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"680b9670-edcd-436d-9b00-974a63bb0279\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 1215,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2053,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 369474,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"productUid\": \"2408033f-d834-447b-ae28-8ba532e3f378\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 1212,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2054,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 369485,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"productUid\": \"2a4c8b93-4726-4640-9e7e-d39600da8e4f\",\n            \"companyUid\": \"e4fd5ebf-1e7e-42ca-8cf7-50f969480c3d\",\n            \"companyName\": \"SIX Group Services AG\",\n            \"title\": \"SIX_SG2\",\n            \"locationId\": 37,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2055,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"a4d15254-6a6a-4b52-9ce8-c4a00bd4da01\",\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"Direct Link Hong Kong 3 Port 2\",\n            \"locationId\": 54,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 2056,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 397736,\n            \"connectType\": \"IBM\"\n        },\n        {\n            \"productUid\": \"9259d5d2-e085-43c0-b3cd-ad5b57f71b05\",\n            \"companyUid\": \"114ddfa8-1b36-4aa4-9bce-b6b35b47816b\",\n            \"companyName\": \"Akamai International B.V.\",\n            \"title\": \"MegaIX SIN (EQ SG1)\",\n            \"locationId\": 36,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2057,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 398202,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"9f786bd7-4fde-4d6f-8d9d-c544f60bff6a\",\n            \"companyUid\": \"d716b4a4-5e3e-40af-a649-53f944462b15\",\n            \"companyName\": \"Entrust\",\n            \"title\": \"Entrust nSaaS DFW 02\",\n            \"locationId\": 102,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2058,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"15359eda-a5f1-457b-91b9-c122330639bd\",\n            \"companyUid\": \"114ddfa8-1b36-4aa4-9bce-b6b35b47816b\",\n            \"companyName\": \"Akamai International B.V.\",\n            \"title\": \"100G Mega-IX AKL 100G Mega-IX AKL#2 (20940)\",\n            \"locationId\": 80,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 2059,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 401547,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"8670edff-8433-4ee5-8e7c-5cbaf3093d5b\",\n            \"companyUid\": \"21fa750b-89f0-4df7-b1cd-57f774062bd1\",\n            \"companyName\": \"i3D.Net\",\n            \"title\": \"MegaIX Toronto\",\n            \"locationId\": 73,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2060,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 404268,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"f1a4fe67-972a-4814-88ea-e7fb91e31575\",\n            \"companyUid\": \"21fa750b-89f0-4df7-b1cd-57f774062bd1\",\n            \"companyName\": \"i3D.Net\",\n            \"title\": \"MegaIX Singapore\",\n            \"locationId\": 37,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2061,\n            \"lag_id\": 2,\n            \"lag_primary\": true,\n            \"aggregation_id\": 404275,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"40d32c19-bd1d-4e37-97f5-d80137247668\",\n            \"companyUid\": \"21fa750b-89f0-4df7-b1cd-57f774062bd1\",\n            \"companyName\": \"i3D.Net\",\n            \"title\": \"MegaIX Seattle\",\n            \"locationId\": 57,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2062,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 404277,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"641d6804-d6a1-42ce-9562-6ee5caf1e9c0\",\n            \"companyUid\": \"21fa750b-89f0-4df7-b1cd-57f774062bd1\",\n            \"companyName\": \"i3D.Net\",\n            \"title\": \"MegaIX Ashburn\",\n            \"locationId\": 67,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2063,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 404279,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"ee08be13-446f-4738-abb7-be6d596ec740\",\n            \"companyUid\": \"21fa750b-89f0-4df7-b1cd-57f774062bd1\",\n            \"companyName\": \"i3D.Net\",\n            \"title\": \"MegaIX Dallas\",\n            \"locationId\": 71,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2064,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 404281,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"b1e6b07b-d077-4de7-ab32-301b4e82c6b7\",\n            \"companyUid\": \"0b906fdb-3145-4b4f-a0aa-6d9fc145dbb9\",\n            \"companyName\": \"Webex by Cisco\",\n            \"title\": \"SIN01-WXBB-PE02-BUNDLE10001\",\n            \"locationId\": 36,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2065,\n            \"lag_id\": 11,\n            \"lag_primary\": true,\n            \"aggregation_id\": 407619,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"4d1bd002-f8c7-49e8-bdd7-9c721867b598\",\n            \"companyUid\": \"0b906fdb-3145-4b4f-a0aa-6d9fc145dbb9\",\n            \"companyName\": \"Webex by Cisco\",\n            \"title\": \"FRA01-WXBB-PE01-BUNDLE10001\",\n            \"locationId\": 131,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2066,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 407620,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"9095eaa7-bdb9-4d43-a7b6-92aa719091fa\",\n            \"companyUid\": \"0b906fdb-3145-4b4f-a0aa-6d9fc145dbb9\",\n            \"companyName\": \"Webex by Cisco\",\n            \"title\": \"FRA01-WXBB-PE02-BUNDLE10001\",\n            \"locationId\": 131,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2067,\n            \"lag_id\": 12,\n            \"lag_primary\": true,\n            \"aggregation_id\": 407621,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"95051335-9aa6-4fbb-8330-5efbefae6b1c\",\n            \"companyUid\": \"0b906fdb-3145-4b4f-a0aa-6d9fc145dbb9\",\n            \"companyName\": \"Webex by Cisco\",\n            \"title\": \"LHR03-WXBB-PE02-BUNDLE10001\",\n            \"locationId\": 90,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2068,\n            \"lag_id\": 2,\n            \"lag_primary\": true,\n            \"aggregation_id\": 407623,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"96e8383c-d1c8-4712-a580-bd8442a5ee29\",\n            \"companyUid\": \"0b906fdb-3145-4b4f-a0aa-6d9fc145dbb9\",\n            \"companyName\": \"Webex by Cisco\",\n            \"title\": \"AMS10-WXBB-PE02-BUNDLE10001\",\n            \"locationId\": 85,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2069,\n            \"lag_id\": 13,\n            \"lag_primary\": true,\n            \"aggregation_id\": 407625,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"a96aff85-7ca6-4197-8c94-bd3ec6d89788\",\n            \"companyUid\": \"0b906fdb-3145-4b4f-a0aa-6d9fc145dbb9\",\n            \"companyName\": \"Webex by Cisco\",\n            \"title\": \"JFK01-WXBB-PE02-BUNDLE10001\",\n            \"locationId\": 655,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2070,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 407627,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"e042e8d6-9398-43a1-9982-e5f240f825b6\",\n            \"companyUid\": \"0b906fdb-3145-4b4f-a0aa-6d9fc145dbb9\",\n            \"companyName\": \"Webex by Cisco\",\n            \"title\": \"NRT02-WXBB-PE02-BUNDLE10001\",\n            \"locationId\": 560,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2071,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 412628,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"efbf3039-3e12-44d7-be0b-75cc5ba1f977\",\n            \"companyUid\": \"d716b4a4-5e3e-40af-a649-53f944462b15\",\n            \"companyName\": \"Entrust\",\n            \"title\": \"Entrust nSaaS Denver 02\",\n            \"locationId\": 476,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 2072,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"5f97d52a-33c2-4573-b78e-e10fe9eccb20\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"ECIX HAM 100G #2\",\n            \"locationId\": 125,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 2073,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 424602,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"22e94b9c-2a11-424c-8615-b7d4c000d564\",\n            \"companyUid\": \"d755d69d-9c08-4845-a933-370956b45f5f\",\n            \"companyName\": \"Zoom Communications, Inc.\",\n            \"title\": \"Zoom SYD IX 1\",\n            \"locationId\": 6,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2074,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 425803,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"4ea49c64-e744-4cc8-896d-5b8cd4e7a64e\",\n            \"companyUid\": \"d755d69d-9c08-4845-a933-370956b45f5f\",\n            \"companyName\": \"Zoom Communications, Inc.\",\n            \"title\": \"Zoom SYD IX 2\",\n            \"locationId\": 6,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2075,\n            \"lag_id\": 2,\n            \"lag_primary\": true,\n            \"aggregation_id\": 425805,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"d8f6ed09-9ebc-4b0a-a1fb-eeaf4aab2d48\",\n            \"companyUid\": \"d755d69d-9c08-4845-a933-370956b45f5f\",\n            \"companyName\": \"Zoom Communications, Inc.\",\n            \"title\": \"Zoom MEL IX 1\",\n            \"locationId\": 41,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2076,\n            \"lag_id\": 12,\n            \"lag_primary\": true,\n            \"aggregation_id\": 425807,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"ffad9a0f-cbd2-4e9c-a07f-c80f02c22423\",\n            \"companyUid\": \"d755d69d-9c08-4845-a933-370956b45f5f\",\n            \"companyName\": \"Zoom Communications, Inc.\",\n            \"title\": \"Zoom MEL IX 2\",\n            \"locationId\": 41,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2077,\n            \"lag_id\": 9,\n            \"lag_primary\": true,\n            \"aggregation_id\": 425809,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"20c86b32-f848-4834-a34d-7aee4d00caee\",\n            \"companyUid\": \"27d4c7b4-a695-4fce-ad68-b9e500492b34\",\n            \"companyName\": \"CSN-Solutions e.K.\",\n            \"title\": \"CSN-ECIX-DE-HH-01\",\n            \"locationId\": 124,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2078,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"42ce9206-800d-4794-95a5-3eff389c6e09\",\n            \"companyUid\": \"5db82dc9-8a6a-4b77-9b7b-a59f6cbcd6ee\",\n            \"companyName\": \"equada GmbH\",\n            \"title\": \"EQ5-DUS-1 (IX DUS3 CPR2)\",\n            \"locationId\": 664,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2079,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 434701,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"61edada2-99b9-45d9-bbd7-d1b3c1bddd36\",\n            \"companyUid\": \"7202ad8f-63c9-4f37-9c96-671ea36c3ac0\",\n            \"companyName\": \"Netskope Inc\",\n            \"title\": \"NETSKP-IX-IAD4\",\n            \"locationId\": 68,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2080,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 443947,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"b59f1946-69a3-4dfc-9e44-30dd351ba004\",\n            \"companyUid\": \"c6b15539-5824-439f-8af9-b595d4e600e0\",\n            \"companyName\": \"Cloudflare Inc.\",\n            \"title\": \"Munich100G\",\n            \"locationId\": 133,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2081,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 451770,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"9297951e-c6ef-4ccd-a109-c1c88fa20dee\",\n            \"companyUid\": \"63b0d4c8-6031-4522-9748-ade1732669cf\",\n            \"companyName\": \"Superloop\",\n            \"title\": \"[22575] MegaIX S1\",\n            \"locationId\": 10,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2082,\n            \"lag_id\": 15,\n            \"lag_primary\": true,\n            \"aggregation_id\": 452642,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"d5f78316-b30b-4759-9898-112fcc9a84d7\",\n            \"companyUid\": \"63b0d4c8-6031-4522-9748-ade1732669cf\",\n            \"companyName\": \"Superloop\",\n            \"title\": \" [9973] Megaport M1\",\n            \"locationId\": 4,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2083,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 452643,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"4f9b9d33-af3a-4b77-84c1-b8fac81f6378\",\n            \"companyUid\": \"e4fd5ebf-1e7e-42ca-8cf7-50f969480c3d\",\n            \"companyName\": \"SIX Group Services AG\",\n            \"title\": \"SIX_OSAKA\",\n            \"locationId\": 572,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2084,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"b2d3b15e-73ae-4857-8d68-e29126acd5fe\",\n            \"companyUid\": \"d03823fc-b96e-4f8d-8ddd-dabc203d6bc7\",\n            \"companyName\": \"Dreamtilt Pty Ltd\",\n            \"title\": \"Dreamtilt\",\n            \"locationId\": 383,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2085,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"36b78543-3e79-4078-8af5-dc8be1edf87f\",\n            \"companyUid\": \"c6b15539-5824-439f-8af9-b595d4e600e0\",\n            \"companyName\": \"Cloudflare Inc.\",\n            \"title\": \"MegaIX Charlotte\",\n            \"locationId\": 1106,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2086,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 466889,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"1cc780cd-8ce5-4a9e-ac65-56a9263fa3be\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Paris Primary\",\n            \"locationId\": 527,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2087,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"4c706f30-72ef-49c1-be8c-b4654ca9e9c8\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Paris Secondary\",\n            \"locationId\": 527,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2088,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"cd4b70e2-3306-443c-a661-bad17fb7320c\",\n            \"companyUid\": \"60484d0b-286a-4867-810d-cf23d9699623\",\n            \"companyName\": \"QTS\",\n            \"title\": \"10G Megaport Richmond MegaIX\",\n            \"locationId\": 316,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2089,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"56a5b37e-365b-4e55-9807-0c746d4a212c\",\n            \"companyUid\": \"632fa0ee-2472-467e-8349-28491ea0c0e3\",\n            \"companyName\": \"HP Inc\",\n            \"title\": \"ld71-b\",\n            \"locationId\": 90,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2090,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"416d68b8-dcb9-4867-8c41-95a0f2cb95e8\",\n            \"companyUid\": \"f4410b61-08c6-4fbe-942e-ace62080df2e\",\n            \"companyName\": \"Bendigo Telco\",\n            \"title\": \"SY3 - Megaport Blue\",\n            \"locationId\": 6,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2091,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"1106db3a-3135-4917-a3af-62e8bf3813af\",\n            \"companyUid\": \"f5deddfb-46c9-4ea3-8884-104cfe07ae53\",\n            \"companyName\": \"Microsoft\",\n            \"title\": \"Singapore 100G\",\n            \"locationId\": 39,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2092,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 478140,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"d9a7f267-81d1-44e6-a600-da11c38140e8\",\n            \"companyUid\": \"e72bd065-8ae4-44c9-bbaa-9c5b89d35ebf\",\n            \"companyName\": \"OVHcloud\",\n            \"title\": \"NNI OCC - London LD5 Equinix - #1A1 [Megaport-RED]\",\n            \"locationId\": 90,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2093,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"4c62c289-48cf-43f5-b6c7-8267ef1294cb\",\n            \"companyUid\": \"e72bd065-8ae4-44c9-bbaa-9c5b89d35ebf\",\n            \"companyName\": \"OVHcloud\",\n            \"title\": \"NNI OCC - Frankfurt FR5 Equinix - #1B1 [Megaport-BLUE]\",\n            \"locationId\": 131,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2094,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"baa881f1-5e81-4830-8dc8-777c87cc1517\",\n            \"companyUid\": \"71d9a248-53cd-475b-8a2c-9f161f4cb124\",\n            \"companyName\": \"CacheNetworks, LLC\",\n            \"title\": \"Megaport 100G Frankfurt\",\n            \"locationId\": 130,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2095,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 488824,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"7d791ff2-ffdb-4a9d-b412-05fec987735a\",\n            \"companyUid\": \"71d9a248-53cd-475b-8a2c-9f161f4cb124\",\n            \"companyName\": \"CacheNetworks, LLC\",\n            \"title\": \"Megaport 100G SIN\",\n            \"locationId\": 36,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2096,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 488837,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"063f1b82-5bcd-4124-b557-06eeaeb22519\",\n            \"companyUid\": \"71d9a248-53cd-475b-8a2c-9f161f4cb124\",\n            \"companyName\": \"CacheNetworks, LLC\",\n            \"title\": \"Megaport 100G MEL\",\n            \"locationId\": 41,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2097,\n            \"lag_id\": 12,\n            \"lag_primary\": true,\n            \"aggregation_id\": 488861,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"6c1a1479-15f9-409b-ae4a-8922a16748ea\",\n            \"companyUid\": \"71d9a248-53cd-475b-8a2c-9f161f4cb124\",\n            \"companyName\": \"CacheNetworks, LLC\",\n            \"title\": \"Megaport 100G SYD\",\n            \"locationId\": 2,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2098,\n            \"lag_id\": 1,\n            \"lag_primary\": true,\n            \"aggregation_id\": 488871,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"7176b485-198b-4ddf-86ee-8280657defe8\",\n            \"companyUid\": \"71d9a248-53cd-475b-8a2c-9f161f4cb124\",\n            \"companyName\": \"CacheNetworks, LLC\",\n            \"title\": \"100G Megaport New York\",\n            \"locationId\": 78,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2099,\n            \"lag_id\": 2,\n            \"lag_primary\": true,\n            \"aggregation_id\": 488873,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"03e4bde4-0d8f-4747-bead-49b4dae298d0\",\n            \"companyUid\": \"71d9a248-53cd-475b-8a2c-9f161f4cb124\",\n            \"companyName\": \"CacheNetworks, LLC\",\n            \"title\": \"100G Megaport Los Angeles\",\n            \"locationId\": 59,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2100,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 488888,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"678e9e54-a98b-4c8d-a116-b5a9a34712b5\",\n            \"companyUid\": \"53e4a6cb-de0c-419d-8db4-954bd47bdd86\",\n            \"companyName\": \"TikTok\",\n            \"title\": \"Sydney 100G-1\",\n            \"locationId\": 2,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2101,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 490624,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"52999797-c4c2-4fb5-bc94-f1cceb4dfefa\",\n            \"companyUid\": \"53e4a6cb-de0c-419d-8db4-954bd47bdd86\",\n            \"companyName\": \"TikTok\",\n            \"title\": \"Sydney 100G-2\",\n            \"locationId\": 2,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2102,\n            \"lag_id\": 2,\n            \"lag_primary\": true,\n            \"aggregation_id\": 490626,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"065d9a99-5480-42ad-bd54-e7f609fdd3a8\",\n            \"companyUid\": \"53e4a6cb-de0c-419d-8db4-954bd47bdd86\",\n            \"companyName\": \"TikTok\",\n            \"title\": \"Dusseldorf 100G-1\",\n            \"locationId\": 127,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2103,\n            \"lag_id\": 2,\n            \"lag_primary\": true,\n            \"aggregation_id\": 490628,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"d37e503e-f955-43d1-adb1-1db1a8a762d8\",\n            \"companyUid\": \"53e4a6cb-de0c-419d-8db4-954bd47bdd86\",\n            \"companyName\": \"TikTok\",\n            \"title\": \"Dusseldorf 100G-2\",\n            \"locationId\": 127,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2104,\n            \"lag_id\": 22,\n            \"lag_primary\": true,\n            \"aggregation_id\": 490629,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"d2e7821d-3c96-4fe8-9893-d2a6a0f4fa57\",\n            \"companyUid\": \"53e4a6cb-de0c-419d-8db4-954bd47bdd86\",\n            \"companyName\": \"TikTok\",\n            \"title\": \"Berlin 100G-1\",\n            \"locationId\": 122,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2105,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 490631,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"cbd02214-e7c4-45de-a376-ebf7e1ec3703\",\n            \"companyUid\": \"53e4a6cb-de0c-419d-8db4-954bd47bdd86\",\n            \"companyName\": \"TikTok\",\n            \"title\": \"Berlin 100G-2\",\n            \"locationId\": 122,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2106,\n            \"lag_id\": 9,\n            \"lag_primary\": true,\n            \"aggregation_id\": 490633,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"e0caec86-b047-4463-b540-019c0e5f2b53\",\n            \"companyUid\": \"53e4a6cb-de0c-419d-8db4-954bd47bdd86\",\n            \"companyName\": \"TikTok\",\n            \"title\": \"Frankfurt 100G-1\",\n            \"locationId\": 131,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2107,\n            \"lag_id\": 13,\n            \"lag_primary\": true,\n            \"aggregation_id\": 490634,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"a10d29de-ff3f-411c-aaaa-102cf8fddd93\",\n            \"companyUid\": \"53e4a6cb-de0c-419d-8db4-954bd47bdd86\",\n            \"companyName\": \"TikTok\",\n            \"title\": \"Frankfurt 100G-2\",\n            \"locationId\": 130,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2108,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 490636,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"e8b09283-7f0f-45ff-86fc-26c0a67c8c52\",\n            \"companyUid\": \"53e4a6cb-de0c-419d-8db4-954bd47bdd86\",\n            \"companyName\": \"TikTok\",\n            \"title\": \"Ashburn 100G-1\",\n            \"locationId\": 67,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2109,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 490637,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"ea144e59-410b-4621-beee-fe69f994cf94\",\n            \"companyUid\": \"53e4a6cb-de0c-419d-8db4-954bd47bdd86\",\n            \"companyName\": \"TikTok\",\n            \"title\": \"Ashburn 100G-2\",\n            \"locationId\": 67,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2110,\n            \"lag_id\": 1,\n            \"lag_primary\": true,\n            \"aggregation_id\": 490638,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"d916bda1-e984-44a6-847c-e7385f210e15\",\n            \"companyUid\": \"53e4a6cb-de0c-419d-8db4-954bd47bdd86\",\n            \"companyName\": \"TikTok\",\n            \"title\": \"Los Angeles 100G-1\",\n            \"locationId\": 60,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2111,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 490639,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"8259c34c-5244-4f94-b60d-5861ecde680c\",\n            \"companyUid\": \"53e4a6cb-de0c-419d-8db4-954bd47bdd86\",\n            \"companyName\": \"TikTok\",\n            \"title\": \"Los Angeles 100G-2\",\n            \"locationId\": 60,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2112,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 490643,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"1fdaee61-df49-42c3-9861-c3b4d6457776\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Miami Primary\",\n            \"locationId\": 234,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2113,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"55701c35-b676-495f-a20f-7649c0d0f44d\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Miami Secondary\",\n            \"locationId\": 234,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2114,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"da666ec1-1964-492a-91ed-e99e6223f825\",\n            \"companyUid\": \"25b16877-1415-40c2-b9cf-40dd379b4b9b\",\n            \"companyName\": \"Lumea\",\n            \"title\": \"Lumea B-150\",\n            \"locationId\": 6,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2115,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"21dbd84e-cc80-412a-8294-01157e8f113a\",\n            \"companyUid\": \"6bc51cad-a63d-4ff8-ab12-6f35f2cdd69e\",\n            \"companyName\": \"Hurricane Electric\",\n            \"title\": \"100G Megaport Miami\",\n            \"locationId\": 234,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2116,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 500525,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"13946635-bc53-45be-96bb-a5a0f2bf5bf3\",\n            \"companyUid\": \"6bc51cad-a63d-4ff8-ab12-6f35f2cdd69e\",\n            \"companyName\": \"Hurricane Electric\",\n            \"title\": \"100G Megaport Denver\",\n            \"locationId\": 320,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2117,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 500535,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"f069036d-2eee-46d9-bd8a-25cb72dc1e5f\",\n            \"companyUid\": \"6bc51cad-a63d-4ff8-ab12-6f35f2cdd69e\",\n            \"companyName\": \"Hurricane Electric\",\n            \"title\": \"100G Megaport New York\",\n            \"locationId\": 61,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2118,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 500536,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"feed7993-b80b-4ba1-9784-723169b1e361\",\n            \"companyUid\": \"6bc51cad-a63d-4ff8-ab12-6f35f2cdd69e\",\n            \"companyName\": \"Hurricane Electric\",\n            \"title\": \"100G Megaport Atlanta\",\n            \"locationId\": 116,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2119,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 500537,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"b4b05295-73c1-4ea6-a736-3762f70019ee\",\n            \"companyUid\": \"75e0786a-582b-4c52-ab0f-38e41bb62af2\",\n            \"companyName\": \"Latitude.sh\",\n            \"title\": \"lat-syd-01\",\n            \"locationId\": 3,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2120,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"eafcdeb2-b5bd-44fc-b58c-ff5dd54552e3\",\n            \"companyUid\": \"4c54cbdc-3d41-4b8c-b029-d2e065e20e5d\",\n            \"companyName\": \"AARNet\",\n            \"title\": \"AARNet 10g Perth NextDC P1\",\n            \"locationId\": 50,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2121,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"dfa49103-fa33-427e-98f9-077ac7887844\",\n            \"companyUid\": \"df3a3883-d7f3-4d7e-a005-6e9cb33dbc2f\",\n            \"companyName\": \"bgp.tools / Port 179 Ltd\",\n            \"title\": \"MegaIX port AMS\",\n            \"locationId\": 298,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2122,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"309b16de-930f-4e15-817a-db4d6eface0f\",\n            \"companyUid\": \"f44d709d-472a-4712-9a5b-399d2a4b904a\",\n            \"companyName\": \"Odido\",\n            \"title\": \"100G Megaport AM5\",\n            \"locationId\": 87,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2123,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"7aeb856c-4004-4db3-9103-e516be5af619\",\n            \"companyUid\": \"8ea83603-445c-40c6-94cf-67967a18beb9\",\n            \"companyName\": \"Oracle\",\n            \"title\": \"OCI (ap-dcc-canberra-1) (BMC)\",\n            \"locationId\": 1449,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2124,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 514848,\n            \"connectType\": \"ORACLE\"\n        },\n        {\n            \"productUid\": \"ca6bccfb-5a0f-4062-bd6a-7dba2259ce1b\",\n            \"companyUid\": \"8ea83603-445c-40c6-94cf-67967a18beb9\",\n            \"companyName\": \"Oracle\",\n            \"title\": \"OCI (ap-dcc-canberra-1) (BMC)\",\n            \"locationId\": 1449,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2125,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 514864,\n            \"connectType\": \"ORACLE\"\n        },\n        {\n            \"productUid\": \"3d59567d-a45d-495b-b8c6-35b0bef6f253\",\n            \"companyUid\": \"71a11c2f-ef3e-4d55-8b65-019a733fb7e5\",\n            \"companyName\": \"Falcore Australia Pty Ltd\",\n            \"title\": \"VOC-1-WILLIAM-PER\",\n            \"locationId\": 109,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2126,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"87c9ea1f-2dbb-4e89-a1f1-01e35ed4f081\",\n            \"companyUid\": \"8b53b9e3-00c7-484a-9c6f-0dcfac9dd448\",\n            \"companyName\": \"NSFOCUS, Inc.\",\n            \"title\": \"100G Megaport FRA\",\n            \"locationId\": 130,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2127,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"4e3e4e30-bc78-4b87-90c7-81a5dfa7b551\",\n            \"companyUid\": \"8b53b9e3-00c7-484a-9c6f-0dcfac9dd448\",\n            \"companyName\": \"NSFOCUS, Inc.\",\n            \"title\": \"100G Megaport ASH\",\n            \"locationId\": 67,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2128,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"891fe2f4-a9d6-4021-bc69-b6996058048d\",\n            \"companyUid\": \"8b53b9e3-00c7-484a-9c6f-0dcfac9dd448\",\n            \"companyName\": \"NSFOCUS, Inc.\",\n            \"title\": \"100G Megaport SIN\",\n            \"locationId\": 36,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2129,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"2b62385c-44c5-44f5-8901-2a7759817f2d\",\n            \"companyUid\": \"c6b15539-5824-439f-8af9-b595d4e600e0\",\n            \"companyName\": \"Cloudflare Inc.\",\n            \"title\": \"100G Berlin\",\n            \"locationId\": 122,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2130,\n            \"lag_id\": 10,\n            \"lag_primary\": true,\n            \"aggregation_id\": 523141,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"d3bc3afa-89ee-4ef6-b89e-a4dbd786b863\",\n            \"companyUid\": \"6bc51cad-a63d-4ff8-ab12-6f35f2cdd69e\",\n            \"companyName\": \"Hurricane Electric\",\n            \"title\": \"Sydney 100G\",\n            \"locationId\": 2,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2131,\n            \"lag_id\": 8,\n            \"lag_primary\": true,\n            \"aggregation_id\": 523472,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"48b76e28-0381-4053-8b6c-718c36673051\",\n            \"companyUid\": \"4f51d853-f6c7-494e-a30a-bb71775ad63f\",\n            \"companyName\": \"Arthur J. Gallagher & Co (NZ) Limited\",\n            \"title\": \"IX-HC10-10G\",\n            \"locationId\": 81,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2132,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"84213734-3c8c-4eb3-9613-7dd163c3a1ca\",\n            \"companyUid\": \"ac5245c0-547a-478a-beec-b2ffdad56514\",\n            \"companyName\": \"ThinkOn Inc.\",\n            \"title\": \"Perth NextDC P1 - 10G \",\n            \"locationId\": 50,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2133,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"afc62fc6-ea86-48f3-9c1d-3786624878ce\",\n            \"companyUid\": \"f5deddfb-46c9-4ea3-8884-104cfe07ae53\",\n            \"companyName\": \"Microsoft\",\n            \"title\": \"Toronto 100G\",\n            \"locationId\": 79,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": null,\n            \"rank\": 2134,\n            \"lag_id\": 2,\n            \"lag_primary\": true,\n            \"aggregation_id\": 528429,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"0cf71561-7d68-4173-b544-d3933a52cbd0\",\n            \"companyUid\": \"4296f104-ce42-4804-8553-75ecb779809f\",\n            \"companyName\": \"DartPoints, LLC\",\n            \"title\": \"TNSP | CLU | MP01\",\n            \"locationId\": 1374,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2135,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 528661,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"14b2d6d1-6076-4842-b829-c7baebf26cb6\",\n            \"companyUid\": \"114ddfa8-1b36-4aa4-9bce-b6b35b47816b\",\n            \"companyName\": \"Akamai International B.V.\",\n            \"title\": \"100G Megaport Melbourne DP68882\",\n            \"locationId\": 4,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2136,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 534263,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"d9ecee21-7fc0-47fd-8e1b-35f70f2fe7f4\",\n            \"companyUid\": \"52a347ba-b58a-467b-905b-1b4b638a7232\",\n            \"companyName\": \"Devoli\",\n            \"title\": \"Devoli-Orbit\",\n            \"locationId\": 33,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2137,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"1780da1a-806b-48a7-9f85-df1d8c74da00\",\n            \"companyUid\": \"8b53b9e3-00c7-484a-9c6f-0dcfac9dd448\",\n            \"companyName\": \"NSFOCUS, Inc.\",\n            \"title\": \"100G Megaport SJC\",\n            \"locationId\": 66,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2138,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"0a4e0a4e-84f2-44eb-a218-f3669965211c\",\n            \"companyUid\": \"f5deddfb-46c9-4ea3-8884-104cfe07ae53\",\n            \"companyName\": \"Microsoft\",\n            \"title\": \"100G MegaIX PER LAG#1\",\n            \"locationId\": 50,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2139,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 539845,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"65569a58-be0f-45b4-a566-b3528820a4c2\",\n            \"companyUid\": \"f5deddfb-46c9-4ea3-8884-104cfe07ae53\",\n            \"companyName\": \"Microsoft\",\n            \"title\": \"100G MegaIX PER LAG#2\",\n            \"locationId\": 50,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2140,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 539846,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"6aa606aa-0121-45dd-9238-43579d829197\",\n            \"companyUid\": \"f5deddfb-46c9-4ea3-8884-104cfe07ae53\",\n            \"companyName\": \"Microsoft\",\n            \"title\": \"100G MegaIX BNE LAG#1\",\n            \"locationId\": 5,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2141,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 539848,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"74091ccd-5723-4d44-8038-b580aeed166f\",\n            \"companyUid\": \"f5deddfb-46c9-4ea3-8884-104cfe07ae53\",\n            \"companyName\": \"Microsoft\",\n            \"title\": \"100G MegaIX BNE LAG#2\",\n            \"locationId\": 5,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2142,\n            \"lag_id\": 1,\n            \"lag_primary\": true,\n            \"aggregation_id\": 539849,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"8214991a-f00e-4f10-8d5e-fd709712891f\",\n            \"companyUid\": \"114ddfa8-1b36-4aa4-9bce-b6b35b47816b\",\n            \"companyName\": \"Akamai International B.V.\",\n            \"title\": \"100G FRA2\",\n            \"locationId\": 130,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2143,\n            \"lag_id\": 8,\n            \"lag_primary\": true,\n            \"aggregation_id\": 541975,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"ca206249-887e-4a32-8c98-8653e6729e7b\",\n            \"companyUid\": \"114ddfa8-1b36-4aa4-9bce-b6b35b47816b\",\n            \"companyName\": \"Akamai International B.V.\",\n            \"title\": \"100G BER1\",\n            \"locationId\": 123,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 2144,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 541980,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"7dfa5332-97fd-437f-8622-49e05f8a2f5e\",\n            \"companyUid\": \"d27a8672-0527-45b3-bea3-ce7ed6420c3d\",\n            \"companyName\": \"Zayo Europe\",\n            \"title\": \"NNI 100G - PA2\",\n            \"locationId\": 515,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2145,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"64d214e6-1d6a-4f13-85d1-9e5e2f3b828d\",\n            \"companyUid\": \"d27a8672-0527-45b3-bea3-ce7ed6420c3d\",\n            \"companyName\": \"Zayo Europe\",\n            \"title\": \"NNI 100G - TH2\",\n            \"locationId\": 598,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2146,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"59381992-9581-4ec2-9566-47755bace617\",\n            \"companyUid\": \"1468a71f-d168-4859-af4a-93fd67f79b66\",\n            \"companyName\": \"Dataverge\",\n            \"title\": \"Dataverge\",\n            \"locationId\": 1459,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 2147,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 548085,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"80072932-9f38-415c-beec-d759a73390a4\",\n            \"companyUid\": \"3d939975-a2e3-42f1-a345-b6513cd1b1e0\",\n            \"companyName\": \"AS50629 - LWLcom\",\n            \"title\": \"megaport-100g-dus1\",\n            \"locationId\": 127,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2148,\n            \"lag_id\": 26,\n            \"lag_primary\": true,\n            \"aggregation_id\": 548426,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"4dbd8abb-0968-4baa-8e71-a07acf1b2cf3\",\n            \"companyUid\": \"3d939975-a2e3-42f1-a345-b6513cd1b1e0\",\n            \"companyName\": \"AS50629 - LWLcom\",\n            \"title\": \"megaport-100g-ham01\",\n            \"locationId\": 124,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2149,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 548429,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"3f483f7a-f07d-4d1b-857b-09282ff33b17\",\n            \"companyUid\": \"ec1e32b5-308e-4227-b969-cefd9f9c1d44\",\n            \"companyName\": \"OpenColo\",\n            \"title\": \"OpenColo-Megaport-IX\",\n            \"locationId\": 1442,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 2150,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"5471e6d5-2144-4592-b336-5c3c9b654b66\",\n            \"companyUid\": \"ac5245c0-547a-478a-beec-b2ffdad56514\",\n            \"companyName\": \"ThinkOn Inc.\",\n            \"title\": \"Melbourne NextDC M1 - 10G \",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2151,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"ffab49e0-a376-4b4a-b16d-62dbe22cb60d\",\n            \"companyUid\": \"f5deddfb-46c9-4ea3-8884-104cfe07ae53\",\n            \"companyName\": \"Microsoft\",\n            \"title\": \"MegaIX NYC\",\n            \"locationId\": 655,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2152,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 551217,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"d45d7751-d90d-4ac3-bf87-b2e77e73d004\",\n            \"companyUid\": \"625cdb2a-b469-4d9b-99d1-9588757491cd\",\n            \"companyName\": \"Packet Clearing House\",\n            \"title\": \"New LA Port (Replace existing 2)\",\n            \"locationId\": 59,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2153,\n            \"lag_id\": 8,\n            \"lag_primary\": true,\n            \"aggregation_id\": 551952,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"689415b5-3019-40c4-8bdf-b96a8c898807\",\n            \"companyUid\": \"625cdb2a-b469-4d9b-99d1-9588757491cd\",\n            \"companyName\": \"Packet Clearing House\",\n            \"title\": \"MegaIX New York\",\n            \"locationId\": 61,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2154,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 551954,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"0992ee77-fb80-409e-980d-3762dc29506f\",\n            \"companyUid\": \"625cdb2a-b469-4d9b-99d1-9588757491cd\",\n            \"companyName\": \"Packet Clearing House\",\n            \"title\": \"MegaIX Miami\",\n            \"locationId\": 234,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2155,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 551956,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"3a3daf5a-fda0-4b9b-9e49-d1945387dc0a\",\n            \"companyUid\": \"625cdb2a-b469-4d9b-99d1-9588757491cd\",\n            \"companyName\": \"Packet Clearing House\",\n            \"title\": \"Ashburn MegaIX\",\n            \"locationId\": 67,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2156,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 551961,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"26bc01d6-3387-4121-b5f1-07de0d5ebb75\",\n            \"companyUid\": \"625cdb2a-b469-4d9b-99d1-9588757491cd\",\n            \"companyName\": \"Packet Clearing House\",\n            \"title\": \"Atlanta MegaIX\",\n            \"locationId\": 116,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2157,\n            \"lag_id\": 12,\n            \"lag_primary\": true,\n            \"aggregation_id\": 551966,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"1c9f6ad0-83f9-40d1-ab7a-85ee28445a96\",\n            \"companyUid\": \"2ae1dd6a-bb11-4caa-acf6-63a9078acb94\",\n            \"companyName\": \"Kamp Netzwerkdienste GmbH\",\n            \"title\": \"2nd DUS port\",\n            \"locationId\": 127,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2158,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 552104,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"23503221-aa98-4d49-b6f1-b131fd4fd9ca\",\n            \"companyUid\": \"e5e7f6d5-4471-490f-af62-a4cac368113e\",\n            \"companyName\": \"BITel Gesellschaft für Telekommunikation mbH\",\n            \"title\": \"100G DUS IX\",\n            \"locationId\": 127,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2159,\n            \"lag_id\": 9,\n            \"lag_primary\": true,\n            \"aggregation_id\": 552176,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"9f6885ca-2691-4192-817c-3a3ec8af17d3\",\n            \"companyUid\": \"d98b7af6-0c57-4eaa-8586-d707a1253952\",\n            \"companyName\": \"Melbicom.net\",\n            \"title\": \"100G MegaIX Frankfurt\",\n            \"locationId\": 1225,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2160,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"9691b150-e80f-4e2c-8a9a-1836bb959291\",\n            \"companyUid\": \"3d939975-a2e3-42f1-a345-b6513cd1b1e0\",\n            \"companyName\": \"AS50629 - LWLcom\",\n            \"title\": \"100g-megaport-fra04\",\n            \"locationId\": 130,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2161,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 555626,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"d538aedc-431e-43da-be67-fcf9ebd4916b\",\n            \"companyUid\": \"37108815-65ba-4acc-ab58-10f530ab8e09\",\n            \"companyName\": \"CENIC\",\n            \"title\": \"MegaIX SJC\",\n            \"locationId\": 66,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2162,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 557260,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"c1a2c29c-97a1-499e-9cd0-902cfc4643c6\",\n            \"companyUid\": \"37108815-65ba-4acc-ab58-10f530ab8e09\",\n            \"companyName\": \"CENIC\",\n            \"title\": \"MegaIX LAX\",\n            \"locationId\": 59,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2163,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 557262,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"13008fed-d3c9-45a7-98b2-91f709bcb9ab\",\n            \"companyUid\": \"63b0d4c8-6031-4522-9748-ade1732669cf\",\n            \"companyName\": \"Superloop\",\n            \"title\": \"[628448] Megaport YDCH\",\n            \"locationId\": 305,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2164,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 569608,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"b6e3f335-06a8-4a5e-b1aa-96ed368f95af\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 637,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2165,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 571672,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"productUid\": \"3ffe1c6d-b95f-402c-99dc-b99b66428a2f\",\n            \"companyUid\": \"c6b15539-5824-439f-8af9-b595d4e600e0\",\n            \"companyName\": \"Cloudflare Inc.\",\n            \"title\": \"100G MegaIX SIN\",\n            \"locationId\": 36,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2166,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 573155,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"905465d1-9524-4ae7-928b-fce8ffac905a\",\n            \"companyUid\": \"c6b15539-5824-439f-8af9-b595d4e600e0\",\n            \"companyName\": \"Cloudflare Inc.\",\n            \"title\": \"MegaIX Auckland\",\n            \"locationId\": 32,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2167,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 573611,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"a7417da0-59ac-4389-a554-60747baddd3c\",\n            \"companyUid\": \"c6b15539-5824-439f-8af9-b595d4e600e0\",\n            \"companyName\": \"Cloudflare Inc.\",\n            \"title\": \"MegaIX Sydney\",\n            \"locationId\": 2,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2168,\n            \"lag_id\": 8,\n            \"lag_primary\": true,\n            \"aggregation_id\": 573997,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"5854cae4-5c91-487b-b35d-8b2f1c34fa41\",\n            \"companyUid\": \"c6b15539-5824-439f-8af9-b595d4e600e0\",\n            \"companyName\": \"Cloudflare Inc.\",\n            \"title\": \"MegaIX Brisbane\",\n            \"locationId\": 5,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2169,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 573999,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"3e31d60e-7bca-40c7-8812-e6ab5a5ff2bf\",\n            \"companyUid\": \"c6b15539-5824-439f-8af9-b595d4e600e0\",\n            \"companyName\": \"Cloudflare Inc.\",\n            \"title\": \"MegaIX Melbourne\",\n            \"locationId\": 4,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2170,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 574001,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"6ceb0bdb-9530-4cf5-8ede-71166024b8e9\",\n            \"companyUid\": \"c6b15539-5824-439f-8af9-b595d4e600e0\",\n            \"companyName\": \"Cloudflare Inc.\",\n            \"title\": \"MegaIX Perth\",\n            \"locationId\": 109,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2171,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 574003,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"fcf980b1-e819-4e74-ab0c-9f17df4493d2\",\n            \"companyUid\": \"2d3a3873-b492-404c-9ba1-08945e8ff2c6\",\n            \"companyName\": \"TencentCloud\",\n            \"title\": \"To_Mega_SG1_01(dc-n1cftaa7)\",\n            \"locationId\": 36,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2172,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"9116b9df-ed83-48fd-83f3-e33e812d9fb5\",\n            \"companyUid\": \"7128a4f1-f16f-4d80-b7f4-d6494973d847\",\n            \"companyName\": \"Kerfuffle LLC\",\n            \"title\": \"Hurricane Fremont LAG\",\n            \"locationId\": 660,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 2173,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 583592,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"a278d120-1542-4155-81cd-49d9ff9eee6c\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Hong Kong2 Primary\",\n            \"locationId\": 47,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2174,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"516ed1f5-94a2-4331-9af1-8817c7c8f73f\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Hong Kong2 Secondary\",\n            \"locationId\": 47,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2175,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"17637a1b-f23a-4dcc-aa9a-3fe7531798b4\",\n            \"companyUid\": \"8ea83603-445c-40c6-94cf-67967a18beb9\",\n            \"companyName\": \"Oracle\",\n            \"title\": \"OCI (eu-madrid-1) (BMC)\",\n            \"locationId\": 639,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2176,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 591472,\n            \"connectType\": \"ORACLE\"\n        },\n        {\n            \"productUid\": \"037b3c77-88dc-4c72-81e3-d4fe712370e6\",\n            \"companyUid\": \"7e99ca6f-d31c-4421-9084-30bb6fb45feb\",\n            \"companyName\": \"DigitalOcean\",\n            \"title\": \"AMS17 - 100G Port - #1\",\n            \"locationId\": 298,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2177,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"994673cf-3afc-43e4-b8ed-4ba5920ece29\",\n            \"companyUid\": \"7e99ca6f-d31c-4421-9084-30bb6fb45feb\",\n            \"companyName\": \"DigitalOcean\",\n            \"title\": \"FRA6 - 100G Port - #2\",\n            \"locationId\": 130,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2178,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"2d382e68-1f98-4b8b-9813-c9d4d4b4bc61\",\n            \"companyUid\": \"7e99ca6f-d31c-4421-9084-30bb6fb45feb\",\n            \"companyName\": \"DigitalOcean\",\n            \"title\": \"SV10 - 100G Port - #5\",\n            \"locationId\": 66,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2179,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"96fc9da8-79ec-45db-a815-29d6ae1da069\",\n            \"companyUid\": \"7e99ca6f-d31c-4421-9084-30bb6fb45feb\",\n            \"companyName\": \"DigitalOcean\",\n            \"title\": \"SG1 - 100G Port - #6\",\n            \"locationId\": 36,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2180,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"98581d3e-f29e-4c2c-8ea3-75a9c0180168\",\n            \"companyUid\": \"7e99ca6f-d31c-4421-9084-30bb6fb45feb\",\n            \"companyName\": \"DigitalOcean\",\n            \"title\": \"SV10 - 100G Port - #7\",\n            \"locationId\": 66,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2181,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"fde439f5-4111-453c-ac36-e20bbb539df2\",\n            \"companyUid\": \"48a2e739-2592-4094-99d4-b6ed1802b4ca\",\n            \"companyName\": \"eBay\",\n            \"title\": \"MegaIX Brisbane\",\n            \"locationId\": 383,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2182,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 596953,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"1e65bffa-5714-4ac5-97ee-1f6d599d5fe8\",\n            \"companyUid\": \"8ea83603-445c-40c6-94cf-67967a18beb9\",\n            \"companyName\": \"Oracle\",\n            \"title\": \"OCI (eu-milan-1) (BMC)\",\n            \"locationId\": 1481,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2183,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 597179,\n            \"connectType\": \"ORACLE\"\n        },\n        {\n            \"productUid\": \"19804eee-a412-42f1-8a87-f05f81021c4d\",\n            \"companyUid\": \"6bc51cad-a63d-4ff8-ab12-6f35f2cdd69e\",\n            \"companyName\": \"Hurricane Electric\",\n            \"title\": \"Megaport BNE 100G\",\n            \"locationId\": 5,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2184,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 599649,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"eb579911-0220-49a6-91ce-5a29994cf9c6\",\n            \"companyUid\": \"6bc51cad-a63d-4ff8-ab12-6f35f2cdd69e\",\n            \"companyName\": \"Hurricane Electric\",\n            \"title\": \"Megaport HAM 100G\",\n            \"locationId\": 126,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2185,\n            \"lag_id\": 8,\n            \"lag_primary\": true,\n            \"aggregation_id\": 599664,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"1b61b4c0-90c0-48ff-8feb-e670a2840760\",\n            \"companyUid\": \"6bc51cad-a63d-4ff8-ab12-6f35f2cdd69e\",\n            \"companyName\": \"Hurricane Electric\",\n            \"title\": \"Megaport MUC 100G\",\n            \"locationId\": 133,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2186,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 599666,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"7f6deba9-b466-4167-9b9f-369f061c97ea\",\n            \"companyUid\": \"6bc51cad-a63d-4ff8-ab12-6f35f2cdd69e\",\n            \"companyName\": \"Hurricane Electric\",\n            \"title\": \"Megaport SJC / Fremont 2\",\n            \"locationId\": 660,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 2187,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 599677,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"08f440d6-5b9b-4418-9ae9-ec67f06921e4\",\n            \"companyUid\": \"6bc51cad-a63d-4ff8-ab12-6f35f2cdd69e\",\n            \"companyName\": \"Hurricane Electric\",\n            \"title\": \"Megaport SOF 100G\",\n            \"locationId\": 136,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 2188,\n            \"lag_id\": 13,\n            \"lag_primary\": true,\n            \"aggregation_id\": 600189,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"6a3bf91d-468c-4d9f-b9dd-1d180a95d6fe\",\n            \"companyUid\": \"6bc51cad-a63d-4ff8-ab12-6f35f2cdd69e\",\n            \"companyName\": \"Hurricane Electric\",\n            \"title\": \"Megaport CHI 100G\",\n            \"locationId\": 69,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2189,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 600191,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"9518629f-5534-4330-89c0-6b6e99a102b5\",\n            \"companyUid\": \"6bc51cad-a63d-4ff8-ab12-6f35f2cdd69e\",\n            \"companyName\": \"Hurricane Electric\",\n            \"title\": \"Megaport Philly\",\n            \"locationId\": 371,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2190,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 600195,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"de140c61-6b14-4602-8f3e-9367e8ff5336\",\n            \"companyUid\": \"f009981c-a08a-42b6-9762-90d7b7509edf\",\n            \"companyName\": \"Ucom\",\n            \"title\": \"MegaIX Frankfurt 100G\",\n            \"locationId\": 131,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2191,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 604799,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"2ddd8edb-b65a-4dd3-81df-196b78c07b28\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"Milan (mil-zone1-1974)\",\n            \"locationId\": 1494,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2192,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 606873,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"8280cfea-62d7-4c99-af8f-0276f0b74c3b\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"Milan (mil-zone2-1974)\",\n            \"locationId\": 1494,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2193,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 606951,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"309830da-f900-41d6-9743-23b31ff17041\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"South America (Sao Paulo) (sa-east-1)\",\n            \"locationId\": 1485,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2194,\n            \"lag_id\": 1,\n            \"lag_primary\": true,\n            \"aggregation_id\": 607892,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"c9eb8ed5-163e-4bdf-87c1-b591ffbfaccf\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"Sao Paulo (gru-zone1-165)\",\n            \"locationId\": 1485,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2195,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 607912,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"e4ec6001-f26b-40f0-b34b-40df1109502f\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"Sao Paulo (gru-zone2-165)\",\n            \"locationId\": 1485,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2196,\n            \"lag_id\": 2,\n            \"lag_primary\": true,\n            \"aggregation_id\": 607914,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"fea71064-4bca-4b63-a5f3-d5a42b98fa12\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 1494,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2197,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 608629,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"productUid\": \"1b226d63-a66a-44bc-8e22-d7dfb3399996\",\n            \"companyUid\": \"8ea83603-445c-40c6-94cf-67967a18beb9\",\n            \"companyName\": \"Oracle\",\n            \"title\": \"OCI (sa-saopaulo-1) (BMC)\",\n            \"locationId\": 1485,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2198,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 609841,\n            \"connectType\": \"ORACLE\"\n        },\n        {\n            \"productUid\": \"570e9446-0991-4943-bd51-72218cea0485\",\n            \"companyUid\": \"8ea83603-445c-40c6-94cf-67967a18beb9\",\n            \"companyName\": \"Oracle\",\n            \"title\": \"OCI (sa-saopaulo-1) (BMC)\",\n            \"locationId\": 1485,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2199,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 609843,\n            \"connectType\": \"ORACLE\"\n        },\n        {\n            \"productUid\": \"4307f424-4439-49cc-bcae-1c37696584ce\",\n            \"companyUid\": \"ef45ec53-233c-4859-abbd-e8c44b6bf212\",\n            \"companyName\": \"TECHAROB\",\n            \"title\": \"TECHAROB-SYDNEY-SY3\",\n            \"locationId\": 6,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2200,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"f8e40c1c-c52b-4711-b2e0-e528c340e992\",\n            \"companyUid\": \"21fa750b-89f0-4df7-b1cd-57f774062bd1\",\n            \"companyName\": \"i3D.Net\",\n            \"title\": \"MegaIX Atlanta\",\n            \"locationId\": 226,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2201,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 612808,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"aa204c4a-0f73-4e43-bf5b-c5eaf6727071\",\n            \"companyUid\": \"21fa750b-89f0-4df7-b1cd-57f774062bd1\",\n            \"companyName\": \"i3D.Net\",\n            \"title\": \"MegaIX Sofia\",\n            \"locationId\": 136,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 2202,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 612812,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"de80d12d-8e64-4b77-8653-54aa1db9d422\",\n            \"companyUid\": \"21fa750b-89f0-4df7-b1cd-57f774062bd1\",\n            \"companyName\": \"i3D.Net\",\n            \"title\": \"MegaIX 100G Sydney\",\n            \"locationId\": 6,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2203,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 613235,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"41bb4af0-99e7-4156-8256-aa1d1196994f\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 1481,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2204,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 615511,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"productUid\": \"62641f2b-77a1-4010-88a0-c005503a72f4\",\n            \"companyUid\": \"b179053c-8cbf-4c5b-babd-bd38fc78c381\",\n            \"companyName\": \"Ryamer\",\n            \"title\": \"Chicago Port\",\n            \"locationId\": 1461,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2205,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 619165,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"bb174395-3809-4bf8-9ecb-ebfa16c0db8a\",\n            \"companyUid\": \"7b332fdd-4906-4d4f-8ebd-2afd401f3544\",\n            \"companyName\": \"Automation Exchange Inc\",\n            \"title\": \"Charlotte 10G\",\n            \"locationId\": 1106,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2206,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 621331,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"4d621acf-19fc-4c8c-8e54-ad7010ee7a83\",\n            \"companyUid\": \"b179053c-8cbf-4c5b-babd-bd38fc78c381\",\n            \"companyName\": \"Ryamer\",\n            \"title\": \"San Francisco Port\",\n            \"locationId\": 660,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 2207,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 626145,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"0392bc39-24c8-46bb-a070-395ee03b933d\",\n            \"companyUid\": \"2b8523ff-4a7f-465b-a1aa-69712941e76a\",\n            \"companyName\": \"SMARTNET\",\n            \"title\": \"smartnet-megaix\",\n            \"locationId\": 131,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2208,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 627296,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"6e20748a-4e36-4a14-a99f-7c1968e41e78\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US East (N. Virginia) (us-east-1)\",\n            \"locationId\": 655,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2209,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 629234,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"bfe7547c-6f6e-4aa6-b99a-f24fbf31ea30\",\n            \"companyUid\": \"da25fb3d-352c-43ea-9713-dc9a2232c92f\",\n            \"companyName\": \"GoCodeIT Inc\",\n            \"title\": \"Ashburn 100G\",\n            \"locationId\": 67,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2210,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 633207,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"48eec87c-4dc5-4849-b8bd-770dbfeb64d1\",\n            \"companyUid\": \"a8f038b4-ca9c-4c10-8e0a-f9004b29b217\",\n            \"companyName\": \"Datacamp limited\",\n            \"title\": \"MegaIX Melbourne\",\n            \"locationId\": 41,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2211,\n            \"lag_id\": 12,\n            \"lag_primary\": true,\n            \"aggregation_id\": 633386,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"416809b0-a47d-4a0a-a4bc-53abd8b5195e\",\n            \"companyUid\": \"8169dd35-3411-4f15-8d90-7bd08a373f99\",\n            \"companyName\": \"Diabolocom\",\n            \"title\": \"DBLC-MEGAPORT-TH2-10G-PUBLIC\",\n            \"locationId\": 598,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2212,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"4b08e435-e4a1-41c4-8e1c-30d808bcb98c\",\n            \"companyUid\": \"8169dd35-3411-4f15-8d90-7bd08a373f99\",\n            \"companyName\": \"Diabolocom\",\n            \"title\": \"DBLC-MEGAPORT-PA2/3-10G-PUBLIC\",\n            \"locationId\": 515,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2213,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"f6cb7fd9-7b9c-4d59-9856-a622dca5cf44\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"Europe (Milan) (eu-south-1)\",\n            \"locationId\": 1481,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2214,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 641401,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"5b530fea-6482-4c9b-ab8d-576b1a194781\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"Europe (Milan) (eu-south-1)\",\n            \"locationId\": 1481,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2215,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 641405,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"9e4a3bde-46b9-42e8-8e32-acff2942decb\",\n            \"companyUid\": \"7e99ca6f-d31c-4421-9084-30bb6fb45feb\",\n            \"companyName\": \"DigitalOcean\",\n            \"title\": \"NYC2 -100G Port -#8\",\n            \"locationId\": 78,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2216,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"65126b5e-74d5-46b8-9b84-a33ed6deb6e8\",\n            \"companyUid\": \"7e99ca6f-d31c-4421-9084-30bb6fb45feb\",\n            \"companyName\": \"DigitalOcean\",\n            \"title\": \"SG1 -100G port - #9\",\n            \"locationId\": 36,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2217,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"664e0417-c0bb-48fa-8420-5c51b9c1e811\",\n            \"companyUid\": \"7e99ca6f-d31c-4421-9084-30bb6fb45feb\",\n            \"companyName\": \"DigitalOcean\",\n            \"title\": \"AM1 - 100G Port - #10\",\n            \"locationId\": 85,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2218,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"8ee818d1-eae7-4276-b81b-2167dc692dcc\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"Hong Kong (hkg-zone2-225)\",\n            \"locationId\": 47,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2219,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 647789,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"f465743d-eef5-4e1f-8082-6667e3edc30d\",\n            \"companyUid\": \"ae08f880-cca6-4a03-96df-15ae3ba528da\",\n            \"companyName\": \"Path Network, Inc\",\n            \"title\": \"100G NTT FRA\",\n            \"locationId\": 1225,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2220,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"128b6328-482a-4ca1-b8c2-67226a56aee4\",\n            \"companyUid\": \"7e99ca6f-d31c-4421-9084-30bb6fb45feb\",\n            \"companyName\": \"DigitalOcean\",\n            \"title\": \"FRA6 - 100G Port - #11\",\n            \"locationId\": 130,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2221,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"885767e0-0734-471e-bf89-001d02e762e3\",\n            \"companyUid\": \"8ea83603-445c-40c6-94cf-67967a18beb9\",\n            \"companyName\": \"Oracle\",\n            \"title\": \"OCI (us-gov-ashburn-1) (BMC)\",\n            \"locationId\": 67,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2222,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 660465,\n            \"connectType\": \"ORACLE\"\n        },\n        {\n            \"productUid\": \"c88643c3-f0c9-45c8-bb6a-e552508b4863\",\n            \"companyUid\": \"8ea83603-445c-40c6-94cf-67967a18beb9\",\n            \"companyName\": \"Oracle\",\n            \"title\": \"OCI (us-gov-chicago) Primary (BMC)\",\n            \"locationId\": 464,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2223,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 660493,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"da69c5c5-239e-4f6b-b511-6880ba2a160f\",\n            \"companyUid\": \"8ea83603-445c-40c6-94cf-67967a18beb9\",\n            \"companyName\": \"Oracle\",\n            \"title\": \"OCI (us-gov-chicago) Secondary (BMC)\",\n            \"locationId\": 464,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2224,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 660495,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"9f01c58a-70f1-4143-9621-2b9f906ea7e5\",\n            \"companyUid\": \"8ea83603-445c-40c6-94cf-67967a18beb9\",\n            \"companyName\": \"Oracle\",\n            \"title\": \"OCI (us-gov-phoenix-1) (BMC)\",\n            \"locationId\": 147,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2225,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 664877,\n            \"connectType\": \"ORACLE\"\n        },\n        {\n            \"productUid\": \"a0d42548-ef9e-47ec-8a2f-4e7f894ef09a\",\n            \"companyUid\": \"8ea83603-445c-40c6-94cf-67967a18beb9\",\n            \"companyName\": \"Oracle\",\n            \"title\": \"OCI (us-gov-phoenix-1) (BMC)\",\n            \"locationId\": 147,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2226,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 664879,\n            \"connectType\": \"ORACLE\"\n        },\n        {\n            \"productUid\": \"8e7ca8d7-2df7-4153-8b0b-1e8a1fb10e7c\",\n            \"companyUid\": \"6bc51cad-a63d-4ff8-ab12-6f35f2cdd69e\",\n            \"companyName\": \"Hurricane Electric\",\n            \"title\": \"100G AKL\",\n            \"locationId\": 310,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2227,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 672896,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"9fdd4d78-488c-4990-9e35-91e9e0edc71c\",\n            \"companyUid\": \"6bc51cad-a63d-4ff8-ab12-6f35f2cdd69e\",\n            \"companyName\": \"Hurricane Electric\",\n            \"title\": \"100G Melbourne\",\n            \"locationId\": 41,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2228,\n            \"lag_id\": 8,\n            \"lag_primary\": true,\n            \"aggregation_id\": 675465,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"9d1c78cc-b595-4e87-874d-0c2e1870dbd6\",\n            \"companyUid\": \"5ec41d1a-c19f-474d-9ce2-1d5f432c6cc6\",\n            \"companyName\": \"F5 Inc\",\n            \"title\": \"Megaport-HK2\",\n            \"locationId\": 54,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 2229,\n            \"lag_id\": 17,\n            \"lag_primary\": true,\n            \"aggregation_id\": 679778,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"1823188c-5524-407d-935b-fecf25b01104\",\n            \"companyUid\": \"5ec41d1a-c19f-474d-9ce2-1d5f432c6cc6\",\n            \"companyName\": \"F5 Inc\",\n            \"title\": \"Megaport-SG2\",\n            \"locationId\": 37,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2230,\n            \"lag_id\": 8,\n            \"lag_primary\": true,\n            \"aggregation_id\": 679779,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"ab5b8a73-8646-48b0-b38c-45108addeae5\",\n            \"companyUid\": \"5ec41d1a-c19f-474d-9ce2-1d5f432c6cc6\",\n            \"companyName\": \"F5 Inc\",\n            \"title\": \"Megaport-DAL2\",\n            \"locationId\": 83,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 2231,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 679787,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"e15d1eae-c9f0-4b79-bb84-ca94ee43e825\",\n            \"companyUid\": \"a9c1e9bf-e115-494a-95f0-06f31d57fe60\",\n            \"companyName\": \"SpaceX / Starlink\",\n            \"title\": \"MegaIX Brisbane\",\n            \"locationId\": 383,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2232,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 680768,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"982157b6-bdcd-4c77-8d25-51176c0933bf\",\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google inc..\",\n            \"title\": \"Zurich (zrh-zone2-81)\",\n            \"locationId\": 557,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2233,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 682891,\n            \"connectType\": \"GOOGLE\"\n        },\n        {\n            \"productUid\": \"a36f2cf6-be1f-4939-94cb-38c8f535eed5\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"Asia Pacific (Sydney) (ap-southeast-2)\",\n            \"locationId\": 33,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2234,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 683403,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"c272c43c-a990-4502-94a9-1289410c643b\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Atlanta Metro Secondary\",\n            \"locationId\": 116,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2235,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"266c4b4c-5b6e-4858-91ef-da60642e3911\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"Asia Pacific (Sydney) (ap-southeast-2)\",\n            \"locationId\": 383,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2236,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 689996,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"be50b6ae-43b3-40ab-abe0-e04d61056393\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Madrid Metro Primary\",\n            \"locationId\": 637,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2237,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"2ce2fd4e-003b-4b32-91d3-7e7ba8aa9041\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Madrid Metro Secondary\",\n            \"locationId\": 639,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2238,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"3cc282c9-60f2-4a93-8407-0f32fcfe570a\",\n            \"companyUid\": \"db919275-1613-48e0-b83f-2db36df5e75f\",\n            \"companyName\": \"Onux Global Networks\",\n            \"title\": \"Onux-Char1\",\n            \"locationId\": 496,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2239,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"a9f9142c-09b4-41cf-9d0e-e424cc264ddd\",\n            \"companyUid\": \"db919275-1613-48e0-b83f-2db36df5e75f\",\n            \"companyName\": \"Onux Global Networks\",\n            \"title\": \"Onux-Char2\",\n            \"locationId\": 496,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2240,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"7a8b21dc-259f-4d6c-b825-cd8d559155a2\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Milan Metro Primary\",\n            \"locationId\": 1494,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2241,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"60e37cd5-b240-4f80-9327-e5ea3d931066\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Dallas Metro Primary\",\n            \"locationId\": 71,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2242,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"cb1a7585-e553-4c5f-a0c8-eeba9db9df1a\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Dallas Metro Secondary\",\n            \"locationId\": 72,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2243,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"672be28f-df81-4c27-9fe7-ca370b5093fe\",\n            \"companyUid\": \"f5deddfb-46c9-4ea3-8884-104cfe07ae53\",\n            \"companyName\": \"Microsoft\",\n            \"title\": \"NextDC S1 MegaIX\",\n            \"locationId\": 10,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2244,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 695795,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"30847d6b-a7d1-4d03-9ff2-21471176908e\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Milan Metro Secondary\",\n            \"locationId\": 1493,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2245,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"AZURE\"\n        },\n        {\n            \"productUid\": \"81772067-552d-4ee2-a545-36a2de99d177\",\n            \"companyUid\": \"def70167-11ee-4f39-b6ca-f73ac56e4321\",\n            \"companyName\": \"Nexion Networks\",\n            \"title\": \"100G Port Red zone\",\n            \"locationId\": 1625,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 2246,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"f1bb38d1-b110-43ed-9ad4-d74a432ec866\",\n            \"companyUid\": \"def70167-11ee-4f39-b6ca-f73ac56e4321\",\n            \"companyName\": \"Nexion Networks\",\n            \"title\": \"100G Port blue zone\",\n            \"locationId\": 1625,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 2247,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"44752ca8-87e9-4606-8f9e-056a5023d41c\",\n            \"companyUid\": \"def70167-11ee-4f39-b6ca-f73ac56e4321\",\n            \"companyName\": \"Nexion Networks\",\n            \"title\": \"10G port 1 red zone\",\n            \"locationId\": 1625,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 2248,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"71dad34c-d6b5-4b6e-aaad-ea1e78102899\",\n            \"companyUid\": \"def70167-11ee-4f39-b6ca-f73ac56e4321\",\n            \"companyName\": \"Nexion Networks\",\n            \"title\": \"10G Port 2 red zone\",\n            \"locationId\": 1625,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 2249,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"3232ba54-54be-4439-8f5b-5a5b7faf6934\",\n            \"companyUid\": \"def70167-11ee-4f39-b6ca-f73ac56e4321\",\n            \"companyName\": \"Nexion Networks\",\n            \"title\": \"10G Port 3 red zone\",\n            \"locationId\": 1625,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 2250,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"ebeccbe3-7134-4876-85fb-eb756fc03c1d\",\n            \"companyUid\": \"def70167-11ee-4f39-b6ca-f73ac56e4321\",\n            \"companyName\": \"Nexion Networks\",\n            \"title\": \"10G Port 1 blue zone\",\n            \"locationId\": 1625,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 2251,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"ad3bc2b6-4819-4cb1-8af9-863fa01e46f3\",\n            \"companyUid\": \"def70167-11ee-4f39-b6ca-f73ac56e4321\",\n            \"companyName\": \"Nexion Networks\",\n            \"title\": \"10G Port 2 blue zone\",\n            \"locationId\": 1625,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 2252,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"7aca972b-c541-44cd-a1b2-6c5500d673db\",\n            \"companyUid\": \"def70167-11ee-4f39-b6ca-f73ac56e4321\",\n            \"companyName\": \"Nexion Networks\",\n            \"title\": \"10G Port 3 blue zone\",\n            \"locationId\": 1625,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 2253,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"38e7ffa5-3f73-4ca8-9320-4bd62da90bfe\",\n            \"companyUid\": \"60708e78-c8ab-4fb5-bfe6-461fcd85a6bc\",\n            \"companyName\": \"Varity\",\n            \"title\": \"megaport-ams8\",\n            \"locationId\": 92,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2254,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"b023caf2-30f1-4aa4-8239-57a0c4a0edde\",\n            \"companyUid\": \"c981a93f-04bd-40e7-be9d-c3a9d2754b3e\",\n            \"companyName\": \"Imperva Inc\",\n            \"title\": \"New ME1 port\",\n            \"locationId\": 41,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2255,\n            \"lag_id\": 8,\n            \"lag_primary\": true,\n            \"aggregation_id\": 698324,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"9d226855-de8e-421a-91f8-a6d58f119233\",\n            \"companyUid\": \"8dc8ae78-3fa8-47ca-9f96-f4d2dbb6c752\",\n            \"companyName\": \"Massive Networks\",\n            \"title\": \"LAX10G\",\n            \"locationId\": 60,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2256,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"ecadf27d-fff0-4b12-8822-eab744f9b760\",\n            \"companyUid\": \"8dc8ae78-3fa8-47ca-9f96-f4d2dbb6c752\",\n            \"companyName\": \"Massive Networks\",\n            \"title\": \"SEA10G\",\n            \"locationId\": 146,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2257,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"2b3e2300-6e19-4d6d-b0e7-709cf040de76\",\n            \"companyUid\": \"8dc8ae78-3fa8-47ca-9f96-f4d2dbb6c752\",\n            \"companyName\": \"Massive Networks\",\n            \"title\": \"DAL100G\",\n            \"locationId\": 71,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2258,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"f9c22d27-c1ab-4adf-b657-d7b0acd92975\",\n            \"companyUid\": \"8dc8ae78-3fa8-47ca-9f96-f4d2dbb6c752\",\n            \"companyName\": \"Massive Networks\",\n            \"title\": \"ATL100G\",\n            \"locationId\": 116,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2259,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"242e2c5b-af64-4d71-bcbd-795542d5e5ce\",\n            \"companyUid\": \"8dc8ae78-3fa8-47ca-9f96-f4d2dbb6c752\",\n            \"companyName\": \"Massive Networks\",\n            \"title\": \"PHX10G\",\n            \"locationId\": 330,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2260,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"91538d64-90ab-4648-b227-67e3a59e32ac\",\n            \"companyUid\": \"ccb78ff1-21dd-4ade-9538-5256ae335210\",\n            \"companyName\": \"UPX\",\n            \"title\": \"UPX-Megaport\",\n            \"locationId\": 1484,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2261,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 711056,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"037fa725-7a99-465e-9477-4cd4837df263\",\n            \"companyUid\": \"50b26552-a2f0-4cb6-99b3-cac2eaeb3553\",\n            \"companyName\": \"Amazon Peering\",\n            \"title\": \"MegaIX SIN-SG2 Red\",\n            \"locationId\": 37,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2262,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 713931,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"35328275-1139-4480-b8b2-9969fdf1465b\",\n            \"companyUid\": \"89851109-c004-4755-91a2-a71e2f5247ff\",\n            \"companyName\": \"DataBank\",\n            \"title\": \"Databank-DFW-Cloud\",\n            \"locationId\": 408,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2263,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"dbeba2e8-4f93-4d4b-b963-b409b10ea21c\",\n            \"companyUid\": \"641aa32a-60f3-43bc-89c4-d67b2664ce86\",\n            \"companyName\": \"TOP-IX\",\n            \"title\": \"Megaport100\",\n            \"locationId\": 1493,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 2264,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"c951eba5-ae99-4180-afad-83b19b229148\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Azure Primary\",\n            \"locationId\": 66,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2265,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"ff981a4b-13e0-4776-85b4-8737e198cb52\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Azure Secondary\",\n            \"locationId\": 66,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2266,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"99db029c-c2b4-4ce7-ae0a-c731a300de84\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Azure Metro Primary\",\n            \"locationId\": 655,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2267,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"a02d84ab-75bd-46d9-9d75-1721499d850d\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Azure Metro Secondary\",\n            \"locationId\": 1634,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2268,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"4e8620c0-0ab7-471a-988f-b8109d19e35d\",\n            \"companyUid\": \"4c54cbdc-3d41-4b8c-b029-d2e065e20e5d\",\n            \"companyName\": \"AARNet\",\n            \"title\": \"Sydney 100G @ NextDC S1\",\n            \"locationId\": 10,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2269,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 734093,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"c1ffbd1f-7647-45ab-816b-780ae3d152b9\",\n            \"companyUid\": \"4c54cbdc-3d41-4b8c-b029-d2e065e20e5d\",\n            \"companyName\": \"AARNet\",\n            \"title\": \"MegaIX 100G @ Equinix ME1\",\n            \"locationId\": 41,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2270,\n            \"lag_id\": 13,\n            \"lag_primary\": true,\n            \"aggregation_id\": 734095,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"b62c2d65-7659-442d-bbec-c505ab813966\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Azure Primary\",\n            \"locationId\": 1486,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2271,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"fe25d01c-0bf1-4fe3-8edf-ed0d8f60e101\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Azure Secondary\",\n            \"locationId\": 1486,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2272,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"166e2dca-fa22-47c1-ae7f-905008990261\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"Asia Pacific (New Zealand) (ap-southeast-6)\",\n            \"locationId\": 80,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2273,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 739255,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"73eae619-ab1c-4be6-a1e1-e4c7d565888a\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 530,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2274,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 739632,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"productUid\": \"67750a4e-bb0c-4ebd-bd57-73fe5094e1d9\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"South America (Sao Paulo) (sa-east-1)\",\n            \"locationId\": 1486,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2275,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 743894,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"92d4ce04-0b56-437b-8469-957f43965f3c\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"South America (Sao Paulo) (sa-east-1)\",\n            \"locationId\": 1486,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2276,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 743896,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"4043d772-7b3e-4286-a578-340982cb0ef8\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"US East (Ohio) (us-east-2)\",\n            \"locationId\": 520,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": false,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2277,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 744672,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"2e365a91-b3a7-4e2b-9625-d5a2993ac05d\",\n            \"companyUid\": \"5e5557e7-5759-4033-8988-f442a7b2a65d\",\n            \"companyName\": \"Vetta Online\",\n            \"title\": \"syd1 SY5 Megaport\",\n            \"locationId\": 6,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2278,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"d7d239fe-3df3-43e2-9072-a8468b01fd29\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Azure Primary\",\n            \"locationId\": 336,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2279,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"ca55e27b-f9f1-4d92-8fc2-528974f0c4a7\",\n            \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n            \"companyName\": \"Azure ExpressRoute\",\n            \"title\": \"Azure Secondary\",\n            \"locationId\": 336,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2280,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"30c09e60-9d80-45c1-b7b9-b87cea35ba39\",\n            \"companyUid\": \"8d2f9b22-96a3-4430-904a-aa2d8010f2df\",\n            \"companyName\": \"ValorC3 Data Centers\",\n            \"title\": \"STG - Port 2\",\n            \"locationId\": 1523,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2281,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"36900a77-38d5-4342-b834-826cb62aa5e0\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"Asia Pacific (Sydney) (ap-southeast-2)\",\n            \"locationId\": 1241,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2282,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 749441,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"2dc0e76c-0876-4284-aea3-0ff0f616826c\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"Asia Pacific (Sydney) (ap-southeast-2)\",\n            \"locationId\": 1241,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2283,\n            \"lag_id\": 2,\n            \"lag_primary\": true,\n            \"aggregation_id\": 749443,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"679d98fc-40a2-48cd-8b46-19705efb6903\",\n            \"companyUid\": \"e78b7846-4b2d-4799-8119-e3ac06e59f80\",\n            \"companyName\": \"SHARON AI\",\n            \"title\": \"SharonAI M3 #1\",\n            \"locationId\": 1511,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2284,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"887a0305-b613-46a4-a514-a0e8be28d514\",\n            \"companyUid\": \"01e35ab4-5a4a-45be-ae02-822efbe564a0\",\n            \"companyName\": \"CoinJar\",\n            \"title\": \"Megaport Last mile -    Megaport to the door\",\n            \"locationId\": 1794,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 2285,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        },\n        {\n            \"productUid\": \"9957c578-6c1e-4764-8f91-bf3189322292\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"Canada West (Calgary) (ca-west-1)\",\n            \"locationId\": 1747,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2286,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 753027,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"6e7d15f4-c8ec-45ec-bc14-6526b19cc5aa\",\n            \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"companyName\": \"AWS\",\n            \"title\": \"Canada West (Calgary) (ca-west-1)\",\n            \"locationId\": 1747,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2287,\n            \"lag_id\": 2,\n            \"lag_primary\": true,\n            \"aggregation_id\": 753029,\n            \"connectType\": \"AWSHC\"\n        },\n        {\n            \"productUid\": \"d3ffdb81-3b65-4508-b31f-2f7537306e9d\",\n            \"companyUid\": \"fb0d97c2-5ad7-4439-9be9-eeacf2a74e0e\",\n            \"companyName\": \"Ask4 Germany Ltd.\",\n            \"title\": \"Frankfurt 100G\",\n            \"locationId\": 130,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 100000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2288,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"DEFAULT\"\n        }\n    ]\n}"},{"id":"c48cc182-f7d9-4c1b-baa3-32a6311b6465","name":"Partner Megaports - IBM","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":{"raw":"{{baseUrl}}/v2/dropdowns/partner/megaports?connectType=IBM","host":["{{baseUrl}}"],"path":["v2","dropdowns","partner","megaports"],"query":[{"key":"connectType","value":"IBM"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 10 Nov 2023 06:44:44 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"11452"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"UOW","value":"b2f88157-ea45-44fa-9f11-aac7e6bd34fd"},{"key":"ETag","value":"\"0b0c7ced2f7c6269a284ff9027aedbfdf\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Filtered Partner Megaports\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"cspName\": \"IBM\",\n            \"productUid\": \"60996dfb-e397-4f0b-a25c-ae69ff23e538\",\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"Direct Link Dallas 4 Port 1\",\n            \"locationId\": 72,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 141,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 26231,\n            \"connectType\": \"IBM\"\n        },\n        {\n            \"cspName\": \"IBM\",\n            \"productUid\": \"3302e22f-057f-426d-962b-9d33fb5d73a3\",\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"Direct Link Washington 2 Port 4\",\n            \"locationId\": 67,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 204,\n            \"lag_id\": 9,\n            \"lag_primary\": true,\n            \"aggregation_id\": 112331,\n            \"connectType\": \"IBM\"\n        },\n        {\n            \"cspName\": \"IBM\",\n            \"productUid\": \"bce7826e-93e7-4f53-85fb-ab608896d7db\",\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"Direct Link Dallas 4 Port 2\",\n            \"locationId\": 72,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 545,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 26232,\n            \"connectType\": \"IBM\"\n        },\n        {\n            \"cspName\": \"IBM\",\n            \"productUid\": \"bc2f18e2-ccf3-4401-9287-85b2f73ff033\",\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"Direct Link Washington 2 Port 5\",\n            \"locationId\": 67,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 740,\n            \"lag_id\": 13,\n            \"lag_primary\": true,\n            \"aggregation_id\": 112332,\n            \"connectType\": \"IBM\"\n        },\n        {\n            \"cspName\": \"IBM\",\n            \"productUid\": \"8f1ba678-3e93-4d13-8679-17671d68bf90\",\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"Direct Link Frankfurt 1 Port 1\",\n            \"locationId\": 130,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 751,\n            \"lag_id\": 11,\n            \"lag_primary\": true,\n            \"aggregation_id\": 138865,\n            \"connectType\": \"IBM\"\n        },\n        {\n            \"cspName\": \"IBM\",\n            \"productUid\": \"d80256ee-d30a-4c92-8a49-cbf75db24e54\",\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"Direct Link Toronto 2 Port 1\",\n            \"locationId\": 79,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 797,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 33347,\n            \"connectType\": \"IBM\"\n        },\n        {\n            \"cspName\": \"IBM\",\n            \"productUid\": \"04face03-9677-4731-9239-687eb3653de1\",\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"Direct Link Sydney 2 Port 2\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 927,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 130569,\n            \"connectType\": \"IBM\"\n        },\n        {\n            \"cspName\": \"IBM\",\n            \"productUid\": \"a9f78f25-4371-4230-a218-2662f5e6f3ed\",\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"Direct Link Tokyo 2 Port 1\",\n            \"locationId\": 558,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 1072,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 105766,\n            \"connectType\": \"IBM\"\n        },\n        {\n            \"cspName\": \"IBM\",\n            \"productUid\": \"2e3157fb-f2dd-4ea8-8ca6-aee9285fd5da\",\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"Direct Link Tokyo 3 Port 1\",\n            \"locationId\": 561,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 1289,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 104597,\n            \"connectType\": \"IBM\"\n        },\n        {\n            \"cspName\": \"IBM\",\n            \"productUid\": \"157e2e76-e350-43a0-a60d-1e0b8267e317\",\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"Direct Link Sydney 2 Port 1\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 1302,\n            \"lag_id\": 13,\n            \"lag_primary\": true,\n            \"aggregation_id\": 130567,\n            \"connectType\": \"IBM\"\n        },\n        {\n            \"cspName\": \"IBM\",\n            \"productUid\": \"008221e2-b2b5-43df-8295-f4a2b99e31f5\",\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"Direct Link Chicago 1 Port 1\",\n            \"locationId\": 69,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 1579,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 67590,\n            \"connectType\": \"IBM\"\n        },\n        {\n            \"cspName\": \"IBM\",\n            \"productUid\": \"f3ad855f-435e-4caf-8545-3a44e88b6080\",\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"Direct Link Tokyo 3 Port 2\",\n            \"locationId\": 561,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 1618,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 104596,\n            \"connectType\": \"IBM\"\n        },\n        {\n            \"cspName\": \"IBM\",\n            \"productUid\": \"01348313-537d-4a84-ae90-df51d26a2141\",\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"Direct Link Tokyo 2 Port 2\",\n            \"locationId\": 558,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 1619,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 105767,\n            \"connectType\": \"IBM\"\n        },\n        {\n            \"cspName\": \"IBM\",\n            \"productUid\": \"ff3c3bdb-7c08-4cc5-b50e-c0f88b02966e\",\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"Direct Link Paris 2 Port 2\",\n            \"locationId\": 515,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 1630,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 115971,\n            \"connectType\": \"IBM\"\n        },\n        {\n            \"cspName\": \"IBM\",\n            \"productUid\": \"03a0107d-d724-4f66-8310-265359cde92c\",\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"Direct Link Amsterdam 2 Port 1\",\n            \"locationId\": 85,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 1641,\n            \"lag_id\": 8,\n            \"lag_primary\": true,\n            \"aggregation_id\": 131784,\n            \"connectType\": \"IBM\"\n        },\n        {\n            \"cspName\": \"IBM\",\n            \"productUid\": \"ce398018-e5e9-4ee6-8864-6d9441119928\",\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"Direct Link Amsterdam 2 Port 2\",\n            \"locationId\": 85,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 1642,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 131785,\n            \"connectType\": \"IBM\"\n        },\n        {\n            \"cspName\": \"IBM\",\n            \"productUid\": \"69cdf9b2-6edf-48d2-8cf9-d487bc05932a\",\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"Direct Link San Jose 2 Port 2\",\n            \"locationId\": 66,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 1643,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 135677,\n            \"connectType\": \"IBM\"\n        },\n        {\n            \"cspName\": \"IBM\",\n            \"productUid\": \"d9e36a2f-c6cc-4813-bfc4-4a7440104199\",\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"Direct Link Osaka 1 Port 1\",\n            \"locationId\": 572,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 1645,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 136305,\n            \"connectType\": \"IBM\"\n        },\n        {\n            \"cspName\": \"IBM\",\n            \"productUid\": \"e82ef246-dc59-48a0-87c4-e6fd98b25289\",\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"Direct Link Osaka 1 Port 2\",\n            \"locationId\": 572,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 1646,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 136306,\n            \"connectType\": \"IBM\"\n        },\n        {\n            \"cspName\": \"IBM\",\n            \"productUid\": \"8d93115d-f086-4683-993e-68af355c1f4f\",\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"Direct Link Frankfurt 1 Port 2\",\n            \"locationId\": 130,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 1649,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 138866,\n            \"connectType\": \"IBM\"\n        },\n        {\n            \"cspName\": \"IBM\",\n            \"productUid\": \"9fdca72f-0ee1-4ec5-9b3e-a9e4158497e8\",\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"Direct Link Toronto 2 Port 2\",\n            \"locationId\": 79,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 1695,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 198529,\n            \"connectType\": \"IBM\"\n        },\n        {\n            \"cspName\": \"IBM\",\n            \"productUid\": \"e1eef72e-d620-4e37-b07d-fcfde1c61803\",\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"Direct Link Montreal 2 Port 1\",\n            \"locationId\": 419,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 1783,\n            \"lag_id\": 10,\n            \"lag_primary\": true,\n            \"aggregation_id\": 346722,\n            \"connectType\": \"IBM\"\n        },\n        {\n            \"cspName\": \"IBM\",\n            \"productUid\": \"f63dc8f0-b978-456c-a89c-673f70f9a489\",\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"Direct Link Montreal 2 Port 2\",\n            \"locationId\": 419,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 1784,\n            \"lag_id\": 10,\n            \"lag_primary\": true,\n            \"aggregation_id\": 346730,\n            \"connectType\": \"IBM\"\n        },\n        {\n            \"cspName\": \"IBM\",\n            \"productUid\": \"9ad3ea63-c934-44ac-86c8-d8f05b51dec1\",\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"Direct Link Hong Kong 3 Port 1\",\n            \"locationId\": 54,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 1793,\n            \"lag_id\": 15,\n            \"lag_primary\": true,\n            \"aggregation_id\": 397734,\n            \"connectType\": \"IBM\"\n        },\n        {\n            \"cspName\": \"IBM\",\n            \"productUid\": \"a835fd1e-e37b-4bfb-953f-e7532b1a578d\",\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"Direct Link London 3 Port 1\",\n            \"locationId\": 90,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 1932,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 31732,\n            \"connectType\": \"IBM\"\n        },\n        {\n            \"cspName\": \"IBM\",\n            \"productUid\": \"0c387e43-022e-4fe2-b07d-21a16665ce59\",\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"Direct Link Chicago 1 Port 2\",\n            \"locationId\": 69,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 1991,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 67591,\n            \"connectType\": \"IBM\"\n        },\n        {\n            \"cspName\": \"IBM\",\n            \"productUid\": \"35575b1a-923a-4349-8d20-fab5ac833621\",\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"Direct Link Paris 2 Port 1\",\n            \"locationId\": 515,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 2038,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 115970,\n            \"connectType\": \"IBM\"\n        },\n        {\n            \"cspName\": \"IBM\",\n            \"productUid\": \"bc3407d1-33ed-4047-9e2f-ad7a19e991d9\",\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"Direct Link San Jose 2 Port 1\",\n            \"locationId\": 66,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 2066,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 135676,\n            \"connectType\": \"IBM\"\n        },\n        {\n            \"cspName\": \"IBM\",\n            \"productUid\": \"7a99d2ad-9bc3-4136-af23-d385ba74e871\",\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"Direct Link London 3 Port 2\",\n            \"locationId\": 90,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 2136,\n            \"lag_id\": 14,\n            \"lag_primary\": true,\n            \"aggregation_id\": 187504,\n            \"connectType\": \"IBM\"\n        },\n        {\n            \"cspName\": \"IBM\",\n            \"productUid\": \"a4d15254-6a6a-4b52-9ce8-c4a00bd4da01\",\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"Direct Link Hong Kong 3 Port 2\",\n            \"locationId\": 54,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 2221,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 397736,\n            \"connectType\": \"IBM\"\n        },\n        {\n            \"cspName\": \"IBM\",\n            \"productUid\": \"b74096a5-8884-4879-aeb4-1cb0e73af1d0\",\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"Direct Link Singapore 1 Port 1\",\n            \"locationId\": 40,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 2236,\n            \"lag_id\": 2,\n            \"lag_primary\": true,\n            \"aggregation_id\": 410965,\n            \"connectType\": \"IBM\"\n        }\n    ]\n}"},{"id":"72a2e706-2637-4c13-bf01-6c526317caca","name":"Partner Megaports - OUTSCALE","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":{"raw":"{{baseUrl}}/v2/dropdowns/partner/megaports?connectType=OUTSCALE","host":["{{baseUrl}}"],"path":["v2","dropdowns","partner","megaports"],"query":[{"key":"connectType","value":"OUTSCALE"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 10 Nov 2023 06:45:51 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"910"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"UOW","value":"675fac8c-ddb8-44f0-b09a-332a6c1b48e8"},{"key":"Set-Cookie","value":"JSESSIONID=EF3108C8DBD108ACE51F32E0840A4837; Path=/; HttpOnly"},{"key":"ETag","value":"\"0b790205613fde512a7a78a7b9ecd6051\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Filtered Partner Megaports\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"cspName\": \"Outscale\",\n            \"productUid\": \"f840f22d-48c6-4b43-940f-e041c17a91dc\",\n            \"companyUid\": \"1bfc203b-b9a3-46c1-85a3-e4eab6abf439\",\n            \"companyName\": \"3DS OUTSCALE\",\n            \"title\": \"EU (Paris) (eu-west-2)\",\n            \"locationId\": 515,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 1369,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"OUTSCALE\"\n        },\n        {\n            \"cspName\": \"Outscale\",\n            \"productUid\": \"ec7ceefc-0c57-44fb-87bc-ae34da1f6dcd\",\n            \"companyUid\": \"1bfc203b-b9a3-46c1-85a3-e4eab6abf439\",\n            \"companyName\": \"3DS OUTSCALE\",\n            \"title\": \"EU (Paris) (eu-west-2)\",\n            \"locationId\": 634,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 1729,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"OUTSCALE\"\n        }\n    ]\n}"},{"id":"1a55c4e9-c931-4991-9553-c0c4cc66b732","name":"Partner Megaports - FranceIX","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":{"raw":"{{baseUrl}}/v2/dropdowns/partner/megaports?connectType=FRANCEIX","host":["{{baseUrl}}"],"path":["v2","dropdowns","partner","megaports"],"query":[{"key":"connectType","value":"FRANCEIX"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 10 Nov 2023 06:48:59 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"538"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"UOW","value":"cb667e17-7712-4cb2-9083-2350b0bfeddf"},{"key":"Set-Cookie","value":"JSESSIONID=B1895566FDD2A2D9F0EBADD515196704; Path=/; HttpOnly"},{"key":"ETag","value":"\"0126ac88bf67520dd008e8bdb5614bc90\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Filtered Partner Megaports\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"cspName\": \"France-IX\",\n            \"productUid\": \"f79f8a3a-6b54-4096-ada6-287613bdfbf7\",\n            \"companyUid\": \"ce291fed-90b2-46df-8b39-f87342bd0de7\",\n            \"companyName\": \"France-IX\",\n            \"title\": \"resell of France-IX by MP1\",\n            \"locationId\": 527,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 1796,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"FRANCEIX\"\n        }\n    ]\n}"},{"id":"5f39cc54-114d-4cbe-b251-59e37d0e0ff9","name":"Partner Megaports - TRANSIT","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":{"raw":"{{baseUrl}}/v2/dropdowns/partner/megaports?connectType=TRANSIT&vxcPermitted=True","host":["{{baseUrl}}"],"path":["v2","dropdowns","partner","megaports"],"query":[{"key":"connectType","value":"TRANSIT","description":"Filters the locations based on the cloud providers, such as AWS (for Hosted VIF), AWSHC (for Hosted Connection), AZURE, GOOGLE, ORACLE, OUTSCALE, and IBM. \nUse connectType=TRANSIT to display Ports that support a Megaport Internet connection. \nUse connectType=FRANCEIX to display Ports that you can create a VXC to in order to connect to France-IX."},{"key":"vxcPermitted","value":"True","description":"TRUE displays all partner sites that accept new VXCs. "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 20 Nov 2023 23:43:58 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"19171"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"UOW","value":"2a59d6c5-1cc8-4b53-96bd-f9e391f186e2"},{"key":"Set-Cookie","value":"JSESSIONID=02B183FB339B75AB241599322AE2A326; Path=/; HttpOnly"},{"key":"ETag","value":"\"017b591efc96362e983203e7dc58264ac\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Filtered Partner Megaports\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"cspName\": \"IP Transit\",\n            \"productUid\": \"930b2b0f-a7e8-4ba5-a7d2-ca1b39c462b2\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 67,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 406,\n            \"lag_id\": 10,\n            \"lag_primary\": true,\n            \"aggregation_id\": 181200,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"cspName\": \"IP Transit\",\n            \"productUid\": \"19290db6-11a7-4277-a02e-5b2b47215a9e\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 140,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 435,\n            \"lag_id\": 11,\n            \"lag_primary\": true,\n            \"aggregation_id\": 181204,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"cspName\": \"IP Transit\",\n            \"productUid\": \"ad939fd2-6ef9-41dc-b135-de2e1bbe6e6e\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 37,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 508,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 161243,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"cspName\": \"IP Transit\",\n            \"productUid\": \"fbd00064-58c9-4905-9889-fe737a62739b\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 71,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 532,\n            \"lag_id\": 10,\n            \"lag_primary\": true,\n            \"aggregation_id\": 165045,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"cspName\": \"IP Transit\",\n            \"productUid\": \"20ac4962-b000-4e1c-8b33-e208f6b0d265\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 66,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 533,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 182382,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"cspName\": \"IP Transit\",\n            \"productUid\": \"3919e3dd-2d2d-4254-b610-86482c285955\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 558,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 571,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 162037,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"cspName\": \"IP Transit\",\n            \"productUid\": \"1ec8c5ba-6a7d-4795-8b4a-8ea2606e075d\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 87,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 573,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 183742,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"cspName\": \"IP Transit\",\n            \"productUid\": \"472a5359-b3d8-47fc-95e7-cf915f4dba1f\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 3,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 628,\n            \"lag_id\": 8,\n            \"lag_primary\": true,\n            \"aggregation_id\": 161705,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"cspName\": \"IP Transit\",\n            \"productUid\": \"aca36db9-f44a-4a2c-a29c-d4abd77a88b0\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 10,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 629,\n            \"lag_id\": 10,\n            \"lag_primary\": true,\n            \"aggregation_id\": 161709,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"cspName\": \"IP Transit\",\n            \"productUid\": \"975354cd-93e6-40a2-98d0-bf2380a38a26\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 70,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 631,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 181244,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"cspName\": \"IP Transit\",\n            \"productUid\": \"b9b9b4b2-3500-46eb-ba67-3eb6de81eef9\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 256,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 687,\n            \"lag_id\": 15,\n            \"lag_primary\": true,\n            \"aggregation_id\": 165070,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"cspName\": \"IP Transit\",\n            \"productUid\": \"076b2e4b-ecc5-498f-8e22-9a8f81ceeb43\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 58,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 755,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 164611,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"cspName\": \"IP Transit\",\n            \"productUid\": \"950514e6-688a-4353-8a86-933255cc7314\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 85,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 759,\n            \"lag_id\": 11,\n            \"lag_primary\": true,\n            \"aggregation_id\": 183738,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"cspName\": \"IP Transit\",\n            \"productUid\": \"c23bc7c9-a967-41b3-9fd4-5adb7defa7d4\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 39,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 833,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 161239,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"cspName\": \"IP Transit\",\n            \"productUid\": \"aacb9b86-a8b6-48cf-9745-f7eaea9ad513\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 60,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 834,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 162644,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"cspName\": \"IP Transit\",\n            \"productUid\": \"a92bc420-4f5e-4b68-b186-d133383b4005\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 245,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 835,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 163673,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"cspName\": \"IP Transit\",\n            \"productUid\": \"53f2ebb5-eb6b-4fc4-813c-2b5cd8db8950\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 116,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 836,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 165007,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"cspName\": \"IP Transit\",\n            \"productUid\": \"c852a67d-0b43-4b65-9816-912ad6454850\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 131,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 837,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 165092,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"cspName\": \"IP Transit\",\n            \"productUid\": \"b5231ce0-36bb-4bd3-9f1f-19fbd57b6b8b\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 59,\n            \"speed\": 40000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 933,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 162650,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"cspName\": \"IP Transit\",\n            \"productUid\": \"9a9310fc-3e87-47b4-b5d9-942a39aaee48\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 89,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 934,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 165074,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"cspName\": \"IP Transit\",\n            \"productUid\": \"d61938e1-194d-4dd3-b1b0-77868d18322e\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 61,\n            \"speed\": 40000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 938,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 180904,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"cspName\": \"IP Transit\",\n            \"productUid\": \"0b59d82d-d1f3-4d4f-932b-ab265e34a489\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 64,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 939,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 181240,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"cspName\": \"IP Transit\",\n            \"productUid\": \"a2954c38-ae66-4594-9659-b9500bb23c47\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 65,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 941,\n            \"lag_id\": 10,\n            \"lag_primary\": true,\n            \"aggregation_id\": 182389,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"cspName\": \"IP Transit\",\n            \"productUid\": \"52cb6573-5cc8-45cc-8af1-d21db1fe3485\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 515,\n            \"speed\": 40000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 954,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 282237,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"cspName\": \"IP Transit\",\n            \"productUid\": \"5d3f1c06-42e1-4be5-97aa-057f43ac34f2\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 226,\n            \"speed\": 40000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1101,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 165011,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"cspName\": \"IP Transit\",\n            \"productUid\": \"39072592-c92d-466d-bfff-8194b76987df\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 130,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1102,\n            \"lag_id\": 12,\n            \"lag_primary\": true,\n            \"aggregation_id\": 165096,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"cspName\": \"IP Transit\",\n            \"productUid\": \"3091048b-22ec-4acc-90ed-62c744df4d8c\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 62,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1108,\n            \"lag_id\": 8,\n            \"lag_primary\": true,\n            \"aggregation_id\": 180910,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"cspName\": \"IP Transit\",\n            \"productUid\": \"3a8abc0c-3fd4-4fc2-8b95-2a08b1f068a6\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 321,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1110,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 183338,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"cspName\": \"IP Transit\",\n            \"productUid\": \"b1874ba7-bdf8-4619-9e7e-381b0af69bc8\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 320,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1111,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 183345,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"cspName\": \"IP Transit\",\n            \"productUid\": \"0fbbdcfc-1642-4a43-b549-6900f71e7006\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 4,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1120,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 212928,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"cspName\": \"IP Transit\",\n            \"productUid\": \"2408033f-d834-447b-ae28-8ba532e3f378\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 1212,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1152,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 369485,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"cspName\": \"IP Transit\",\n            \"productUid\": \"cc098aae-4827-4a71-b861-cc5a1e1ea2e2\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 560,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1331,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 162033,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"cspName\": \"IP Transit\",\n            \"productUid\": \"f5ff5e5f-b684-4b6f-abc4-f297246c7a92\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 57,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1333,\n            \"lag_id\": 10,\n            \"lag_primary\": true,\n            \"aggregation_id\": 164607,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"cspName\": \"IP Transit\",\n            \"productUid\": \"d8100f67-65c8-4168-9a25-8cf6007a5a03\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 572,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1342,\n            \"lag_id\": 9,\n            \"lag_primary\": true,\n            \"aggregation_id\": 183272,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"cspName\": \"IP Transit\",\n            \"productUid\": \"cfed5c03-0438-475d-bb36-645a565708a2\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 330,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1343,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 187178,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"cspName\": \"IP Transit\",\n            \"productUid\": \"22217069-d465-49bf-b736-8948a7b84c76\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 236,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1344,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 187182,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"cspName\": \"IP Transit\",\n            \"productUid\": \"3f0fbf9d-3ca7-4c8a-bd8c-4fec1fdf3648\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 79,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1348,\n            \"lag_id\": 8,\n            \"lag_primary\": true,\n            \"aggregation_id\": 202375,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"cspName\": \"IP Transit\",\n            \"productUid\": \"874dbcff-a1f9-4328-9c08-112cd87c20f6\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 23,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1352,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 212924,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"cspName\": \"IP Transit\",\n            \"productUid\": \"0b773c8e-e571-46e7-84a7-0a09a404eba0\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 95,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1360,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 238136,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"cspName\": \"IP Transit\",\n            \"productUid\": \"9630f0bd-4485-4a15-a3e6-7b4790f9cf68\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 109,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1669,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 161846,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"cspName\": \"IP Transit\",\n            \"productUid\": \"75575fae-8ba4-4696-bdb9-a8bfc71e5d87\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 50,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1670,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 161850,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"cspName\": \"IP Transit\",\n            \"productUid\": \"af4333fa-9bb2-425b-8f4e-4539697c3808\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 72,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1676,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 165039,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"cspName\": \"IP Transit\",\n            \"productUid\": \"54a6b38f-0f4a-4b0a-9c8d-53bf8e87f526\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 234,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1718,\n            \"lag_id\": 9,\n            \"lag_primary\": true,\n            \"aggregation_id\": 235000,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"cspName\": \"IP Transit\",\n            \"productUid\": \"60f5fc89-8be5-4503-801d-d36d35495e82\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 98,\n            \"speed\": 40000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1720,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 238140,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"cspName\": \"IP Transit\",\n            \"productUid\": \"ea447879-9ef9-48a1-bef8-c00cde9d1d14\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 527,\n            \"speed\": 40000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 1746,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 282244,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"cspName\": \"IP Transit\",\n            \"productUid\": \"7e03e8ff-29a0-43e5-b23d-44a675b83422\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 46,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2110,\n            \"lag_id\": 10,\n            \"lag_primary\": true,\n            \"aggregation_id\": 163669,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"cspName\": \"IP Transit\",\n            \"productUid\": \"629f1f09-9f59-4709-a41a-864db598a0d6\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 571,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2128,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 183268,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"cspName\": \"IP Transit\",\n            \"productUid\": \"5bf7a32b-986a-44c5-92ea-6d377763d924\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 32,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2130,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 185323,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"cspName\": \"IP Transit\",\n            \"productUid\": \"a65f5510-8616-4a16-9080-a8ff54e15e56\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 33,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2131,\n            \"lag_id\": 10,\n            \"lag_primary\": true,\n            \"aggregation_id\": 185327,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"cspName\": \"IP Transit\",\n            \"productUid\": \"f7868ae8-fc9f-473e-bff3-b98a9b56f146\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 73,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2142,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 202368,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"cspName\": \"IP Transit\",\n            \"productUid\": \"61ff3e94-f693-4b10-be87-9ed2d6b3458f\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 235,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"red\",\n            \"rank\": 2165,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 235010,\n            \"connectType\": \"TRANSIT\"\n        },\n        {\n            \"cspName\": \"IP Transit\",\n            \"productUid\": \"680b9670-edcd-436d-9b00-974a63bb0279\",\n            \"companyUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"companyName\": \"Networks\",\n            \"title\": \"Megaport Internet\",\n            \"locationId\": 1215,\n            \"speed\": 100000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2210,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 369474,\n            \"connectType\": \"TRANSIT\"\n        }\n    ]\n}"}],"_postman_id":"c276af3b-884e-481a-bb3e-9ad5a22471cc"},{"name":"IX Locations","id":"7090fd71-77bc-436b-a5d3-266c500c6b47","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v2/product/ix/types?locationId={locationId}","description":"<p>Returns a list of available IX types for a specified location.</p>\n","urlObject":{"path":["v2","product","ix","types"],"host":["{{baseUrl}}"],"query":[{"description":{"content":"<p>Location identifier. (Required - integer)</p>\n","type":"text/plain"},"key":"locationId","value":"{locationId}"}],"variable":[]}},"response":[{"id":"65adf973-7de0-4933-a9a4-4d353993fde1","name":"IX Locations","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":{"raw":"https://api-staging.megaport.com/v2/product/ix/types?locationId=2","protocol":"https","host":["api-staging","megaport","com"],"path":["v2","product","ix","types"],"query":[{"key":"locationId","value":"2","description":"Location identifier. (Required)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 29 Oct 2020 17:38:21 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.17.10"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Set-Cookie","value":"JSESSIONID=49A5A0695E68FF8245FA68BE18B5B273; Path=/; HttpOnly"},{"key":"UOW","value":"c32b83c4-4bc5-443a-b710-73f45942af3d"},{"key":"ETag","value":"W/\"0dfaaf27c281bb05fe9198861490f92fe\""},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Available IX types for location 2\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"name\": \"Brisbane IX\",\n            \"description\": \"Brisbane MegaIX\",\n            \"ecix\": false,\n            \"asn\": 58942,\n            \"group_metro\": \"Brisbane\",\n            \"state\": \"QLD\",\n            \"network_region\": \"MP1\",\n            \"primaryipv4\": {\n                \"type\": \"inet\",\n                \"value\": \"103.26.70.1\"\n            },\n            \"secondaryipv4\": {\n                \"type\": \"inet\",\n                \"value\": \"103.26.70.2\"\n            },\n            \"primaryipv6\": {\n                \"type\": \"inet\",\n                \"value\": \"2001:dea:0:20::1\"\n            },\n            \"secondaryipv6\": {\n                \"type\": \"inet\",\n                \"value\": \"2001:dea:0:20::2\"\n            }\n        },\n        {\n            \"name\": \"Auckland IX\",\n            \"description\": \"Auckland MegaIX\",\n            \"ecix\": false,\n            \"asn\": 63839,\n            \"group_metro\": \"Auckland\",\n            \"state\": null,\n            \"network_region\": \"MP1\",\n            \"primaryipv4\": {\n                \"type\": \"inet\",\n                \"value\": \"43.243.22.1\"\n            },\n            \"secondaryipv4\": {\n                \"type\": \"inet\",\n                \"value\": \"43.243.22.2\"\n            },\n            \"primaryipv6\": {\n                \"type\": \"inet\",\n                \"value\": \"2001:dea:0:40::1\"\n            },\n            \"secondaryipv6\": {\n                \"type\": \"inet\",\n                \"value\": \"2001:dea:0:40::2\"\n            }\n        },\n        {\n            \"name\": \"Singapore IX\",\n            \"description\": \"Singapore MegaIX\",\n            \"ecix\": false,\n            \"asn\": 63832,\n            \"group_metro\": \"Singapore\",\n            \"state\": null,\n            \"network_region\": \"MP1\",\n            \"primaryipv4\": {\n                \"type\": \"inet\",\n                \"value\": \"103.41.12.1\"\n            },\n            \"secondaryipv4\": {\n                \"type\": \"inet\",\n                \"value\": \"103.41.12.2\"\n            },\n            \"primaryipv6\": {\n                \"type\": \"inet\",\n                \"value\": \"2001:ded::1\"\n            },\n            \"secondaryipv6\": {\n                \"type\": \"inet\",\n                \"value\": \"2001:ded::2\"\n            }\n        },\n        {\n            \"name\": \"Seattle IX\",\n            \"description\": \"Seattle MegaIX\",\n            \"ecix\": false,\n            \"asn\": 64219,\n            \"group_metro\": \"Seattle\",\n            \"state\": \"WA\",\n            \"network_region\": \"MP1\",\n            \"primaryipv4\": {\n                \"type\": \"inet\",\n                \"value\": \"206.53.171.1\"\n            },\n            \"secondaryipv4\": {\n                \"type\": \"inet\",\n                \"value\": \"206.53.171.2\"\n            },\n            \"primaryipv6\": {\n                \"type\": \"inet\",\n                \"value\": \"2606:a980:0:4::1\"\n            },\n            \"secondaryipv6\": {\n                \"type\": \"inet\",\n                \"value\": \"2606:a980:0:4::2\"\n            }\n        },\n        {\n            \"name\": \"Los Angeles IX\",\n            \"description\": \"Los Angeles MegaIX\",\n            \"ecix\": false,\n            \"asn\": 64220,\n            \"group_metro\": \"Los Angeles\",\n            \"state\": \"CA\",\n            \"network_region\": \"MP1\",\n            \"primaryipv4\": {\n                \"type\": \"inet\",\n                \"value\": \"206.53.172.1\"\n            },\n            \"secondaryipv4\": {\n                \"type\": \"inet\",\n                \"value\": \"206.53.172.2\"\n            },\n            \"primaryipv6\": {\n                \"type\": \"inet\",\n                \"value\": \"2606:a980:0:5::1\"\n            },\n            \"secondaryipv6\": {\n                \"type\": \"inet\",\n                \"value\": \"2606:a980:0:5::2\"\n            }\n        },\n        {\n            \"name\": \"Perth IX\",\n            \"description\": \"Perth MegaIX\",\n            \"ecix\": false,\n            \"asn\": 58941,\n            \"group_metro\": \"Perth\",\n            \"state\": \"WA\",\n            \"network_region\": \"MP1\",\n            \"primaryipv4\": {\n                \"type\": \"inet\",\n                \"value\": \"202.12.243.1\"\n            },\n            \"secondaryipv4\": {\n                \"type\": \"inet\",\n                \"value\": \"202.12.243.2\"\n            },\n            \"primaryipv6\": {\n                \"type\": \"inet\",\n                \"value\": \"2001:dea:0:50::1\"\n            },\n            \"secondaryipv6\": {\n                \"type\": \"inet\",\n                \"value\": \"2001:dea:0:50::2\"\n            }\n        },\n        {\n            \"name\": \"Las Vegas IX\",\n            \"description\": \"Las Vegas MegaIX\",\n            \"ecix\": false,\n            \"asn\": 64220,\n            \"group_metro\": \"Las Vegas\",\n            \"state\": \"NV\",\n            \"network_region\": \"MP1\",\n            \"primaryipv4\": {\n                \"type\": \"inet\",\n                \"value\": \"206.53.205.1\"\n            },\n            \"secondaryipv4\": {\n                \"type\": \"inet\",\n                \"value\": \"206.53.205.2\"\n            },\n            \"primaryipv6\": {\n                \"type\": \"inet\",\n                \"value\": \"2606:a980:0:9::1\"\n            },\n            \"secondaryipv6\": {\n                \"type\": \"inet\",\n                \"value\": \"2606:a980:0:9::2\"\n            }\n        },\n        {\n            \"name\": \"Toronto IX\",\n            \"description\": \"Toronto MegaIX\",\n            \"ecix\": false,\n            \"asn\": 395081,\n            \"group_metro\": \"Toronto\",\n            \"state\": \"ON\",\n            \"network_region\": \"MP1\",\n            \"primaryipv4\": {\n                \"type\": \"inet\",\n                \"value\": \"206.53.203.1\"\n            },\n            \"secondaryipv4\": {\n                \"type\": \"inet\",\n                \"value\": \"206.53.203.2\"\n            },\n            \"primaryipv6\": {\n                \"type\": \"inet\",\n                \"value\": \"2606:a980:0:8::1\"\n            },\n            \"secondaryipv6\": {\n                \"type\": \"inet\",\n                \"value\": \"2606:a980:0:8::2\"\n            }\n        },\n        {\n            \"name\": \"Sydney IX\",\n            \"description\": \"Sydney MegaIX\",\n            \"ecix\": false,\n            \"asn\": 58941,\n            \"group_metro\": \"Sydney\",\n            \"state\": \"NSW\",\n            \"network_region\": \"MP1\",\n            \"primaryipv4\": {\n                \"type\": \"inet\",\n                \"value\": \"103.26.68.1\"\n            },\n            \"secondaryipv4\": {\n                \"type\": \"inet\",\n                \"value\": \"103.26.68.2\"\n            },\n            \"primaryipv6\": {\n                \"type\": \"inet\",\n                \"value\": \"2001:dea:0:10::1\"\n            },\n            \"secondaryipv6\": {\n                \"type\": \"inet\",\n                \"value\": \"2001:dea:0:10::2\"\n            }\n        },\n        {\n            \"name\": \"Melbourne IX\",\n            \"description\": \"Melbourne MegaIX\",\n            \"ecix\": false,\n            \"asn\": 58943,\n            \"group_metro\": \"Melbourne\",\n            \"state\": \"VIC\",\n            \"network_region\": \"MP1\",\n            \"primaryipv4\": {\n                \"type\": \"inet\",\n                \"value\": \"103.26.71.1\"\n            },\n            \"secondaryipv4\": {\n                \"type\": \"inet\",\n                \"value\": \"103.26.71.2\"\n            },\n            \"primaryipv6\": {\n                \"type\": \"inet\",\n                \"value\": \"2001:dea:0:30::1\"\n            },\n            \"secondaryipv6\": {\n                \"type\": \"inet\",\n                \"value\": \"2001:dea:0:30::2\"\n            }\n        },\n        {\n            \"name\": \"Ashburn IX\",\n            \"description\": \"Ashburn MegaIX\",\n            \"ecix\": false,\n            \"asn\": 64216,\n            \"group_metro\": \"Ashburn\",\n            \"state\": \"VA\",\n            \"network_region\": \"MP1\",\n            \"primaryipv4\": {\n                \"type\": \"inet\",\n                \"value\": \"206.53.170.1\"\n            },\n            \"secondaryipv4\": {\n                \"type\": \"inet\",\n                \"value\": \"206.53.170.2\"\n            },\n            \"primaryipv6\": {\n                \"type\": \"inet\",\n                \"value\": \"2606:a980:0:3::1\"\n            },\n            \"secondaryipv6\": {\n                \"type\": \"inet\",\n                \"value\": \"2606:a980:0:3::2\"\n            }\n        },\n        {\n            \"name\": \"Dallas IX\",\n            \"description\": \"Dallas MegaIX\",\n            \"ecix\": false,\n            \"asn\": 64222,\n            \"group_metro\": \"Dallas\",\n            \"state\": \"TX\",\n            \"network_region\": \"MP1\",\n            \"primaryipv4\": {\n                \"type\": \"inet\",\n                \"value\": \"206.53.174.1\"\n            },\n            \"secondaryipv4\": {\n                \"type\": \"inet\",\n                \"value\": \"206.53.174.2\"\n            },\n            \"primaryipv6\": {\n                \"type\": \"inet\",\n                \"value\": \"2606:a980:0:7::1\"\n            },\n            \"secondaryipv6\": {\n                \"type\": \"inet\",\n                \"value\": \"2606:a980:0:7::2\"\n            }\n        },\n        {\n            \"name\": \"Sofia IX\",\n            \"description\": \"Sofia MegaIX\",\n            \"ecix\": false,\n            \"asn\": 59899,\n            \"group_metro\": \"Sofia\",\n            \"state\": null,\n            \"network_region\": \"MP1\",\n            \"primaryipv4\": {\n                \"type\": \"inet\",\n                \"value\": \"91.212.235.1\"\n            },\n            \"secondaryipv4\": {\n                \"type\": \"inet\",\n                \"value\": \"91.212.235.100\"\n            },\n            \"primaryipv6\": {\n                \"type\": \"inet\",\n                \"value\": \"2001:7f8:9f::a5:9899:1\"\n            },\n            \"secondaryipv6\": {\n                \"type\": \"inet\",\n                \"value\": \"2001:7f8:9f::a5:9899:2\"\n            }\n        },\n        {\n            \"name\": \"Munich IX\",\n            \"description\": \"Munich ECIX\",\n            \"ecix\": true,\n            \"asn\": 9033,\n            \"group_metro\": \"Munich\",\n            \"state\": null,\n            \"network_region\": \"MP1\",\n            \"primaryipv4\": {\n                \"type\": \"inet\",\n                \"value\": \"194.59.190.253\"\n            },\n            \"secondaryipv4\": {\n                \"type\": \"inet\",\n                \"value\": \"194.59.190.254\"\n            },\n            \"primaryipv6\": {\n                \"type\": \"inet\",\n                \"value\": \"2001:7f8:2c:1000:0:2349:0:fd\"\n            },\n            \"secondaryipv6\": {\n                \"type\": \"inet\",\n                \"value\": \"2001:7f8:2c:1000:0:2349:0:fe\"\n            }\n        },\n        {\n            \"name\": \"Berlin IX\",\n            \"description\": \"Berlin ECIX\",\n            \"ecix\": true,\n            \"asn\": 9033,\n            \"group_metro\": \"Berlin\",\n            \"state\": null,\n            \"network_region\": \"MP1\",\n            \"primaryipv4\": {\n                \"type\": \"inet\",\n                \"value\": \"194.9.117.253\"\n            },\n            \"secondaryipv4\": {\n                \"type\": \"inet\",\n                \"value\": \"194.9.117.254\"\n            },\n            \"primaryipv6\": {\n                \"type\": \"inet\",\n                \"value\": \"2001:7f8:8:5:0:2349:0:fd\"\n            },\n            \"secondaryipv6\": {\n                \"type\": \"inet\",\n                \"value\": \"2001:7f8:8:5:0:2349:0:fe\"\n            }\n        },\n        {\n            \"name\": \"Hamburg IX\",\n            \"description\": \"Hamburg ECIX\",\n            \"ecix\": true,\n            \"asn\": 9033,\n            \"group_metro\": \"Hamburg\",\n            \"state\": null,\n            \"network_region\": \"MP1\",\n            \"primaryipv4\": {\n                \"type\": \"inet\",\n                \"value\": \"193.42.155.253\"\n            },\n            \"secondaryipv4\": {\n                \"type\": \"inet\",\n                \"value\": \"193.42.155.254\"\n            },\n            \"primaryipv6\": {\n                \"type\": \"inet\",\n                \"value\": \"2001:7f8:8:10:0:2349:0:fd\"\n            },\n            \"secondaryipv6\": {\n                \"type\": \"inet\",\n                \"value\": \"2001:7f8:8:10:0:2349:0:fe\"\n            }\n        },\n        {\n            \"name\": \"Dusseldorf IX\",\n            \"description\": \"Dusseldorf ECIX\",\n            \"ecix\": true,\n            \"asn\": 9033,\n            \"group_metro\": \"Dusseldorf\",\n            \"state\": null,\n            \"network_region\": \"MP1\",\n            \"primaryipv4\": {\n                \"type\": \"inet\",\n                \"value\": \"194.146.118.253\"\n            },\n            \"secondaryipv4\": {\n                \"type\": \"inet\",\n                \"value\": \"194.146.118.254\"\n            },\n            \"primaryipv6\": {\n                \"type\": \"inet\",\n                \"value\": \"2001:7f8:8::2349:0:fd\"\n            },\n            \"secondaryipv6\": {\n                \"type\": \"inet\",\n                \"value\": \"2001:7f8:8::2349:0:fe\"\n            }\n        },\n        {\n            \"name\": \"Frankfurt IX\",\n            \"description\": \"Frankfurt ECIX\",\n            \"ecix\": true,\n            \"asn\": 9033,\n            \"group_metro\": \"Frankfurt\",\n            \"state\": null,\n            \"network_region\": \"MP1\",\n            \"primaryipv4\": {\n                \"type\": \"inet\",\n                \"value\": \"62.69.147.253\"\n            },\n            \"secondaryipv4\": {\n                \"type\": \"inet\",\n                \"value\": \"62.69.147.254\"\n            },\n            \"primaryipv6\": {\n                \"type\": \"inet\",\n                \"value\": \"2001:7f8:8:20:0:2349:0:fd\"\n            },\n            \"secondaryipv6\": {\n                \"type\": \"inet\",\n                \"value\": \"2001:7f8:8:20:0:2349:0:fe\"\n            }\n        }\n    ]\n}"}],"_postman_id":"7090fd71-77bc-436b-a5d3-266c500c6b47"}],"id":"a602f544-b057-48b1-a77d-124245b10107","description":"<p>The majority of calls in the Megaport API use <code>id</code> values to reference resources, such as data center locations and Internet Exchange points. The API calls in this section return lists of items that let you identify locations and their <code>id</code> for services.</p>\n<p>Every location object includes a <code>products</code> object that details the products and options that are available in the location.</p>\n","event":[{"listen":"prerequest","script":{"id":"fa42ef05-9730-4c09-92bd-b24ca5791740","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"61999ca8-7530-4263-9456-ea86ed5a510c","type":"text/javascript","exec":[""]}}],"_postman_id":"a602f544-b057-48b1-a77d-124245b10107"},{"name":"Ordering Services","item":[],"id":"60260442-bf65-45ab-bdb4-d90c06eb035c","description":"<p>Megaport uses a two-step process to set up services:</p>\n<ul>\n<li>you validate and price the configuration with the <code>/v3/networkdesign/validate</code> endpoint</li>\n<li>you order the service with the <code>/v3/networkdesign/buy</code> endpoint</li>\n</ul>\n<p>The validate and buy endpoints use a customized Body to define the configuration.</p>\n<p><strong>Tip:</strong> You can copy the Body definition from the validate request to the buy request to ensure the configuration stays the same.</p>\n<p>You can combine several service orders into one API call.</p>\n<p><strong>Note:</strong> Different Megaport endpoints are on different versions, for example, v2 or v3. Therefore, make sure that you are calling and integrating with the correct versions. You should use the v3 endpoints for the validation, ordering, and updating (VXCs only) of network services. Specifically, this relates to these endpoints:</p>\n<ul>\n<li>Validate and order of <strong>all</strong> service types<ul>\n<li>POST v3/networkdesign/validate</li>\n<li>POST v3/networkdesign/buy</li>\n</ul>\n</li>\n<li>Fetch prices of MVE and VXC<ul>\n<li>GET v3/pricebook/mve?locationId={locationId}&amp;vendor={vendor}&amp;size={size}</li>\n<li>GET v3/pricebook/vxc?bLocationId={bLocationId}&amp;aLocationId={aLocationId}&amp;connectType=TRANSIT</li>\n</ul>\n</li>\n<li>Update VXCs<ul>\n<li>PUT v3/product/vxc/{productUid}</li>\n</ul>\n</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"de749c0d-c77d-40de-97b6-173696161e35","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"fc25f533-3ba3-4e42-8de2-25d02f81ecc8","type":"text/javascript","exec":[""]}}],"_postman_id":"60260442-bf65-45ab-bdb4-d90c06eb035c"},{"name":"Ports","item":[{"name":"Validate Port Order (v3)","id":"d7cf5da7-90eb-4a35-854c-884d846b58ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"[\n  {\n    \"locationId\": 389,\n    \"term\": 24,\n    \"promoCode\": \"promox3mnthfree2\",\n    \"productName\": \"M Port\",\n    \"productType\": \"MEGAPORT\",\n    \"config\": {\n    },\n    \"portSpeed\": 1000,\n    \"market\": \"US\", \n    \"costCentre\": \"Optional finance reference\",\n    \"addOns\": {\n        \"addOnType\": \"CROSS_CONNECT\",\n        \"crossConnectRequested\": true\n    }\n\n  }\n]","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/networkdesign/validate","description":"<p>Validates the request and ensures all parameters are within range and acceptable to the provisioning system. A successful validation request returns pricing details.</p>\n<p>You customize the Body of the request with the configuration details for the Port.</p>\n<p>This request does not commit the order.</p>\n<p><code>promoCode</code> is an optional string that can be used to enter a promotional code for the service order. The code is not validated, so if the code doesn’t exist or doesn’t work for the service, the call will still be successful.</p>\n","urlObject":{"path":["v3","networkdesign","validate"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"b57bdc25-9dc1-477f-ab42-2326e2233ade","name":"Validate Port Order (v3)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"[\n  {\n    \"locationId\": 60,\n    \"term\": 12,\n    \"productName\": \"Test Port\",\n    \"productType\": \"MEGAPORT\",\n    \"config\": {\n        \"diversityZone\": \"red\"\n    },\n    \"portSpeed\": 10000,\n    \"market\": \"US\", \n    \"costCentre\": \"Optional finance reference\"\n  }\n]","options":{"raw":{"language":"json"}}},"url":"https://api-staging.megaport.com/v3/networkdesign/validate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 16 Sep 2021 19:00:00 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"UOW","value":"567c1f9f-e9ea-433d-bd68-3ecf3bab487b"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Validation passed\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"price\": {\n                \"hourlySetup\": 0,\n                \"dailySetup\": 0,\n                \"monthlySetup\": 0,\n                \"hourlyRate\": 0,\n                \"dailyRate\": 0,\n                \"monthlyRate\": 475,\n                \"fixedRecurringCharge\": 475,\n                \"postPaidBaseRate\": \"no base rate\",\n                \"longHaulMbpsRate\": 0,\n                \"mbpsRate\": 0,\n                \"currency\": \"USD\",\n                \"key\": \"no key\",\n                \"productType\": \"MEGAPORT\",\n                \"empty\": false\n            },\n            \"serviceName\": \"Test Port\",\n            \"productType\": \"MEGAPORT\",\n            \"productUid\": \"53b4dd1c-0fc5-4450-a064-ed323f1a9dd7\",\n            \"market\": \"US\",\n            \"string\": \"Los Angeles\"\n        }\n    ]\n}"}],"_postman_id":"d7cf5da7-90eb-4a35-854c-884d846b58ac"},{"name":"Buy Port (v3)","id":"450901e5-e03f-4ef2-b38c-1f0167726818","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"[\n  {\n    \"locationId\": 389,\n    \"term\": 24,\n    \"promoCode\": \"promox3mnthfree2\",\n    \"productName\": \"M Port\",\n    \"productType\": \"MEGAPORT\",\n    \"config\": {\n    },\n    \"portSpeed\": 1000,\n    \"market\": \"US\", \n    \"costCentre\": \"Optional finance reference\",\n    \"addOns\": {\n        \"addOnType\": \"CROSS_CONNECT\",\n        \"crossConnectRequested\": true\n    }\n\n  }\n]"},"url":"{{baseUrl}}/v3/networkdesign/buy","description":"<p>Orders the Port and sends the information to the provisioning system for processing. This request commits the order.</p>\n<p><code>promoCode</code> is an optional string that can be used to enter a promotional code for the service order. The code is not validated, so if the code doesn’t exist or doesn’t work for the service, the call will still be successful.</p>\n","urlObject":{"path":["v3","networkdesign","buy"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"4da6169a-76f1-4c06-86c6-fe3c3f79ed49","name":"Buy Port (v3)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"[\n  {\n    \"locationId\": 60,\n    \"term\": 12,\n    \"productName\": \"Test Port\",\n    \"productType\": \"MEGAPORT\",\n    \"config\": {\n        \"diversityZone\": \"red\"\n    },\n    \"portSpeed\": 10000,\n    \"market\": \"US\", \n    \"costCentre\": \"Optional finance reference\"\n  }\n]","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/networkdesign/buy"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 16 Sep 2021 19:00:32 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Set-Cookie","value":"JSESSIONID=64D4821F9B5A9A05A3CCC77977D00706; Path=/; HttpOnly"},{"key":"UOW","value":"cb727bb8-4148-4f33-aeaf-839559c6de7f"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"MEGAPORT [9d6c5a0c-6a00-495a-b610-b4b76a9d5a24] created.\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"serviceName\": \"Test Port\",\n            \"name\": \"Test Port\",\n            \"secondaryName\": null,\n            \"technicalServiceId\": 98061,\n            \"technicalServiceUid\": \"9d6c5a0c-6a00-495a-b610-b4b76a9d5a24\",\n            \"requestedDate\": 1631818828393,\n            \"configuredDate\": null,\n            \"currentEstimatedDelivery\": null,\n            \"companyName\": \"Megaport Lab\",\n            \"companyId\": 1153,\n            \"aggregationId\": null,\n            \"lagPrimary\": false,\n            \"billingContactName\": null,\n            \"billingContactId\": null,\n            \"adminContactName\": null,\n            \"adminContactId\": null,\n            \"technicalContactName\": null,\n            \"technicalContactId\": null,\n            \"salesName\": null,\n            \"salesId\": null,\n            \"billableId\": 95305,\n            \"billableUsageAlgorithm\": null,\n            \"productType\": \"MEGAPORT\",\n            \"provisioningStatus\": \"DEPLOYABLE\",\n            \"failedReason\": null,\n            \"inAdvanceBillingStatus\": null,\n            \"provisioningItems\": [],\n            \"tags\": [],\n            \"vxcDistanceBand\": null,\n            \"intercapPath\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"createDate\": 1631818828393,\n            \"terminationDate\": null,\n            \"contractStartDate\": null,\n            \"contractTermMonths\": 12,\n            \"rateType\": \"MONTHLY\",\n            \"trialAgreement\": false,\n            \"payerCompanyId\": null,\n            \"nonPayerCompanyId\": null,\n            \"minimumSpeed\": null,\n            \"maximumSpeed\": null,\n            \"rateLimit\": 10000,\n            \"errorMessage\": null,\n            \"costCentre\": \"Optional finance reference\",\n            \"market\": \"USA\",\n            \"accountManager\": null,\n            \"promptUid\": null,\n            \"components\": [],\n            \"attributes\": [],\n            \"aLocation\": \"lax-cs1\",\n            \"bLocation\": null,\n            \"aLocationId\": 60,\n            \"bLocationId\": null,\n            \"attributeTags\": {},\n            \"createdBy\": \"6223425b-e19c-4337-85e6-dffaac81350c\",\n            \"buyoutPort\": false,\n            \"virtual\": false,\n            \"locked\": false,\n            \"adminLocked\": false,\n            \"bgpShutdownDefault\": false\n        }\n    ]\n}"}],"_postman_id":"450901e5-e03f-4ef2-b38c-1f0167726818"},{"name":"Validate a LAG Order (v3)","id":"4954a300-94cf-43c3-b8ed-93af5c35001d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"[\n  {\n    \"locationId\": 2,\n    \"term\": 12,\n    \"promoCode\": \"promox3mnthfree2\",\n    \"locationUid\": null,\n    \"productName\": \"LAG - 2PORT - DOC SAMPLE\",\n    \"productType\": \"MEGAPORT\",\n    \"createDate\": 1560124227180,\n    \"portSpeed\": 10000,\n    \"market\": \"AU\",\n    \"marketplaceVisibility\":false,\n    \"lagPortCount\": 2,\n    \"associatedVxcs\":[],\n    \"associatedIxs\": []\n  }\n]","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/networkdesign/validate","description":"<p>Validates the request and ensures all parameters are within range and acceptable to the provisioning system. A successful validation request returns pricing details. This request does not commit the order.</p>\n<p>Rules for ordering a LAG:</p>\n<ul>\n<li><code>lagPortCount</code> is required and indicates the number of Ports</li>\n<li>you can configure single Port LAGs (for example <code>“lagPortCount”:1</code>)</li>\n<li>all Ports in LAG must have the same speed</li>\n<li><code>portSpeed</code> is required and can be <code>10000</code> (10 G) or <code>100000</code> (100 G, where available).</li>\n<li>only 10 G and 100 G ports are supported.</li>\n<li>maximum eight Ports per LAG (for example <code>“lagPortCount”:8</code>)</li>\n<li><code>virtual</code> is always false for LAG orders</li>\n</ul>\n<p><code>promoCode</code> is an optional string that can be used to enter a promotional code for the service order. The code is not validated, so if the code doesn’t exist or doesn’t work for the service, the call will still be successful.</p>\n","urlObject":{"path":["v3","networkdesign","validate"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"eb4c875f-c88e-4cf2-a025-e2ee154b56b9","name":"Validate a LAG Order (v3)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"[\n  {\n    \"locationId\": 2,\n    \"term\": 12,\n    \"locationUid\": null,\n    \"productName\": \"LAG - 2PORT - DOC SAMPLE\",\n    \"productType\": \"MEGAPORT\",\n    \"createDate\": 1560124227180,\n    \"portSpeed\": 10000,\n    \"market\": \"AU\",\n    \"marketplaceVisibility\":false,\n    \"lagPortCount\": 2,\n    \"associatedVxcs\":[],\n    \"associatedIxs\": []\n  }\n]","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/networkdesign/validate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Validation passed\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"price\": {\n                \"hourlySetup\": 0,\n                \"dailySetup\": 0,\n                \"monthlySetup\": 0,\n                \"hourlyRate\": 0,\n                \"dailyRate\": 0,\n                \"monthlyRate\": 475,\n                \"fixedRecurringCharge\": 475,\n                \"postPaidBaseRate\": \"no base rate\",\n                \"longHaulMbpsRate\": 0,\n                \"mbpsRate\": 0,\n                \"currency\": \"AUD\",\n                \"key\": \"no key\",\n                \"productType\": \"MEGAPORT\",\n                \"empty\": false\n            },\n            \"serviceName\": \"LAG - 2PORT - DOC SAMPLE\",\n            \"productType\": \"MEGAPORT\",\n            \"productUid\": \"5b2ce95c-5015-4bd1-aa00-92635b54a6cc\",\n            \"market\": \"AU\",\n            \"lagPortCount\": 2,\n            \"string\": \"Sydney\"\n        }\n    ]\n}"}],"_postman_id":"4954a300-94cf-43c3-b8ed-93af5c35001d"},{"name":"Buy a LAG (v3)","id":"a64598b8-713f-48f6-9476-f02074f70fc9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"[\n  {\n    \"locationId\": 2,\n    \"term\": 12,\n    \"promoCode\": \"promox3mnthfree2\",\n    \"locationUid\": null,\n    \"productName\": \"LAG - 2PORT - DOC SAMPLE\",\n    \"productType\": \"MEGAPORT\",\n    \"createDate\": 1560124227180,\n    \"portSpeed\": 10000,\n    \"market\": \"AU\",\n    \"marketplaceVisibility\":false,\n    \"lagPortCount\": 2,\n    \"associatedVxcs\":[],\n    \"associatedIxs\": []\n  }\n]"},"url":"{{baseUrl}}/v3/networkdesign/buy","description":"<p>Orders the LAG and submits the information to the provisioning system for processing. This request commits the order.</p>\n<p>Rules for ordering a LAG:</p>\n<ul>\n<li><code>lagPortCount</code> is required and indicates the number of Ports</li>\n<li>you can configure single Port LAGs (for example <code>“lagPortCount”:1</code>)</li>\n<li>all Ports in LAG must have the same speed</li>\n<li><code>portSpeed</code> is required and can be <code>10000</code> (10 G) or <code>100000</code> (100 G, where available).</li>\n<li>only 10 G and 100 G ports are supported.</li>\n<li>maximum eight Ports per LAG (for example <code>“lagPortCount”:8</code>)</li>\n<li><code>virtual</code> is always false for LAG orders</li>\n</ul>\n<p><code>promoCode</code> is an optional string that can be used to enter a promotional code for the service order. The code is not validated, so if the code doesn’t exist or doesn’t work for the service, the call will still be successful.</p>\n","urlObject":{"path":["v3","networkdesign","buy"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"b1f01a46-799a-4367-b561-625c88216ddd","name":"Buy a LAG (v3)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"[\n  {\n    \"locationId\": 2,\n    \"term\": 12,\n    \"locationUid\": null,\n    \"productName\": \"LAG - 2PORT - DOC SAMPLE\",\n    \"productType\": \"MEGAPORT\",\n    \"createDate\": 1560124227180,\n    \"portSpeed\": 10000,\n    \"market\": \"AU\",\n    \"marketplaceVisibility\":false,\n    \"lagPortCount\": 2,\n    \"associatedVxcs\":[],\n    \"associatedIxs\": []\n  }\n]","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/networkdesign/buy"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 21 Dec 2020 19:44:03 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.17.10"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Set-Cookie","value":"JSESSIONID=43A3C8F7180140B04DB65299F23208C0; Path=/; HttpOnly"},{"key":"UOW","value":"8c2425c8-fa92-4ec1-ac2f-bd29d4d18c96"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"MEGAPORT [d7639782-e612-4024-b81b-e2b7818ab315] created. MEGAPORT [644b4028-0a97-4860-ac01-f5dee4d0d9e5] created. \",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"serviceName\": \"LAG - 2PORT - DOC SAMPLE\",\n            \"name\": \"LAG - 2PORT - DOC SAMPLE\",\n            \"secondaryName\": null,\n            \"technicalServiceId\": 74161,\n            \"technicalServiceUid\": \"d7639782-e612-4024-b81b-e2b7818ab315\",\n            \"requestedDate\": 1608579841903,\n            \"configuredDate\": null,\n            \"currentEstimatedDelivery\": null,\n            \"companyName\": \"Megaport Lab\",\n            \"companyId\": 1153,\n            \"aggregationId\": null,\n            \"lagPrimary\": true,\n            \"billingContactName\": null,\n            \"billingContactId\": null,\n            \"adminContactName\": null,\n            \"adminContactId\": null,\n            \"technicalContactName\": null,\n            \"technicalContactId\": null,\n            \"salesName\": null,\n            \"salesId\": null,\n            \"billableId\": 73111,\n            \"billableUsageAlgorithm\": null,\n            \"productType\": \"MEGAPORT\",\n            \"provisioningStatus\": \"DEPLOYABLE\",\n            \"inAdvanceBillingStatus\": null,\n            \"provisioningItems\": [],\n            \"tags\": [\n                \"PORTAL_LAG\"\n            ],\n            \"vxcDistanceBand\": null,\n            \"intercapPath\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"createDate\": 1608579841903,\n            \"terminationDate\": null,\n            \"contractStartDate\": null,\n            \"contractTermMonths\": 12,\n            \"rateType\": \"MONTHLY\",\n            \"trialAgreement\": false,\n            \"payerCompanyId\": null,\n            \"nonPayerCompanyId\": null,\n            \"minimumSpeed\": null,\n            \"maximumSpeed\": null,\n            \"rateLimit\": 10000,\n            \"errorMessage\": null,\n            \"market\": \"Australia\",\n            \"accountManager\": null,\n            \"promptUid\": null,\n            \"components\": [],\n            \"attributes\": [],\n            \"aLocation\": \"syd-sy1\",\n            \"bLocation\": null,\n            \"aLocationId\": 2,\n            \"bLocationId\": null,\n            \"attributeTags\": {},\n            \"createdBy\": \"52a26471-94de-4d32-b89e-0cd5d26c1f65\",\n            \"buyoutPort\": false,\n            \"virtual\": false,\n            \"locked\": false,\n            \"adminLocked\": false,\n            \"bgpShutdownDefault\": false\n        },\n        {\n            \"serviceName\": \"LAG - 2PORT - DOC SAMPLE\",\n            \"name\": \"LAG - 2PORT - DOC SAMPLE\",\n            \"secondaryName\": null,\n            \"technicalServiceId\": 74162,\n            \"technicalServiceUid\": \"644b4028-0a97-4860-ac01-f5dee4d0d9e5\",\n            \"requestedDate\": 1608579842326,\n            \"configuredDate\": null,\n            \"currentEstimatedDelivery\": null,\n            \"companyName\": \"Megaport Lab\",\n            \"companyId\": 1153,\n            \"aggregationId\": null,\n            \"lagPrimary\": false,\n            \"billingContactName\": null,\n            \"billingContactId\": null,\n            \"adminContactName\": null,\n            \"adminContactId\": null,\n            \"technicalContactName\": null,\n            \"technicalContactId\": null,\n            \"salesName\": null,\n            \"salesId\": null,\n            \"billableId\": 73112,\n            \"billableUsageAlgorithm\": null,\n            \"productType\": \"MEGAPORT\",\n            \"provisioningStatus\": \"DEPLOYABLE\",\n            \"inAdvanceBillingStatus\": null,\n            \"provisioningItems\": [],\n            \"tags\": [\n                \"PORTAL_LAG\"\n            ],\n            \"vxcDistanceBand\": null,\n            \"intercapPath\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"createDate\": 1608579842326,\n            \"terminationDate\": null,\n            \"contractStartDate\": null,\n            \"contractTermMonths\": 12,\n            \"rateType\": \"MONTHLY\",\n            \"trialAgreement\": false,\n            \"payerCompanyId\": null,\n            \"nonPayerCompanyId\": null,\n            \"minimumSpeed\": null,\n            \"maximumSpeed\": null,\n            \"rateLimit\": 10000,\n            \"errorMessage\": null,\n            \"market\": \"Australia\",\n            \"accountManager\": null,\n            \"promptUid\": null,\n            \"components\": [],\n            \"attributes\": [],\n            \"aLocation\": \"syd-sy1\",\n            \"bLocation\": null,\n            \"aLocationId\": 2,\n            \"bLocationId\": null,\n            \"attributeTags\": {},\n            \"createdBy\": \"52a26471-94de-4d32-b89e-0cd5d26c1f65\",\n            \"buyoutPort\": false,\n            \"virtual\": false,\n            \"locked\": false,\n            \"adminLocked\": false,\n            \"bgpShutdownDefault\": false\n        }\n    ]\n}"}],"_postman_id":"a64598b8-713f-48f6-9476-f02074f70fc9"},{"name":"Buy Ports in an Existing LAG (v3)","id":"7afca651-c89d-4aa6-8283-378883beec95","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"[\n    {\n        \"locationId\":2,\n        \"term\":12,\n        \"promoCode\": \"promox3mnthfree2\",\n        \"productName\":\"Add-1Port-To-Existing-LAG\",\n        \"productType\":\"MEGAPORT\",\n        \"createDate\":1452475039656,\n        \"portSpeed\":10000, \n        \"virtual\":false, \n        \"lagPortCount\": 1, \n        \"aggregationId\":166129\n    }\n]"},"url":"{{baseUrl}}/v3/networkdesign/buy","description":"<p>Orders a Port in a configured LAG and sends the information to the provisioning system for processing. This request commits the order.</p>\n<p>If Port capacity or traffic status requires resilience, you can add Ports to a LAG. When you add one or more Ports to a live LAG, they are automatically assigned the same location, speed, and Marketplace visibility as other Ports in the LAG. Any Ports that you add to a diverse LAG will inherit the diversity zone of the LAG.</p>\n<p>Rules for ordering new Ports to an existing LAG:</p>\n<ul>\n<li><code>lagPortCount</code> is required and indicates the number of new Ports you are adding to the LAG</li>\n<li>you can configure single Port LAGs (for example <code>“lagPortCount”:1</code>)</li>\n<li>all Ports in LAG must have the same speed</li>\n<li><code>portSpeed</code> is required and can be <code>10000</code> (10 G) or <code>100000</code> (100 G, where available).</li>\n<li>only 10 G and 100 G ports are supported.</li>\n<li>maximum eight Ports per LAG (for example <code>“lagPortCount”:8</code>)</li>\n<li><code>virtual</code> is always false for LAG orders</li>\n<li><code>aggregationId</code> is the identifier for the existing LAG</li>\n</ul>\n<p><code>promoCode</code> is an optional string that can be used to enter a promotional code for the service order. The code is not validated, so if the code doesn’t exist or doesn’t work for the service, the call will still be successful.</p>\n","urlObject":{"path":["v3","networkdesign","buy"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"2150fb4d-cab0-4062-b791-234756d01483","name":"Buy Ports in an Existing LAG (v3)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"[\n    {\n        \"locationId\":2,\n        \"term\":12,\n        \"productName\":\"Add-1Port-To-Existing-LAG\",\n        \"productType\":\"MEGAPORT\",\n        \"createDate\":1452475039656,\n        \"portSpeed\":10000, \n        \"virtual\":false, \n        \"lagPortCount\": 1, \n        \"aggregationId\":166129\n    }\n]","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/networkdesign/buy"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 21 Dec 2020 19:48:48 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.17.10"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Set-Cookie","value":"JSESSIONID=3856007FA22A1A081F503848B9B30CC1; Path=/; HttpOnly"},{"key":"UOW","value":"e0a4a2cf-ce03-4300-8675-e73dbba8f6c2"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"MEGAPORT [4eb50b04-dbfe-4f99-b2ae-25a3d23c6cf3] created. \",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"serviceName\": \"Add-1Port-To-Existing-LAG\",\n            \"name\": \"Add-1Port-To-Existing-LAG\",\n            \"secondaryName\": null,\n            \"technicalServiceId\": 74163,\n            \"technicalServiceUid\": \"4eb50b04-dbfe-4f99-b2ae-25a3d23c6cf3\",\n            \"requestedDate\": 1608580127910,\n            \"configuredDate\": null,\n            \"currentEstimatedDelivery\": null,\n            \"companyName\": \"Megaport Lab\",\n            \"companyId\": 1153,\n            \"aggregationId\": null,\n            \"lagPrimary\": false,\n            \"billingContactName\": null,\n            \"billingContactId\": null,\n            \"adminContactName\": null,\n            \"adminContactId\": null,\n            \"technicalContactName\": null,\n            \"technicalContactId\": null,\n            \"salesName\": null,\n            \"salesId\": null,\n            \"billableId\": 73113,\n            \"billableUsageAlgorithm\": null,\n            \"productType\": \"MEGAPORT\",\n            \"provisioningStatus\": \"DEPLOYABLE\",\n            \"inAdvanceBillingStatus\": null,\n            \"provisioningItems\": [],\n            \"tags\": [\n                \"PORTAL_LAG\"\n            ],\n            \"vxcDistanceBand\": null,\n            \"intercapPath\": null,\n            \"marketplaceVisibility\": true,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"createDate\": 1608580127910,\n            \"terminationDate\": null,\n            \"contractStartDate\": null,\n            \"contractTermMonths\": 12,\n            \"rateType\": \"MONTHLY\",\n            \"trialAgreement\": false,\n            \"payerCompanyId\": null,\n            \"nonPayerCompanyId\": null,\n            \"minimumSpeed\": null,\n            \"maximumSpeed\": null,\n            \"rateLimit\": 10000,\n            \"errorMessage\": null,\n            \"market\": \"Australia\",\n            \"accountManager\": null,\n            \"promptUid\": null,\n            \"components\": [],\n            \"attributes\": [],\n            \"aLocation\": \"syd-sy1\",\n            \"bLocation\": null,\n            \"aLocationId\": 2,\n            \"bLocationId\": null,\n            \"attributeTags\": {},\n            \"createdBy\": \"52a26471-94de-4d32-b89e-0cd5d26c1f65\",\n            \"buyoutPort\": false,\n            \"virtual\": false,\n            \"locked\": false,\n            \"adminLocked\": false,\n            \"bgpShutdownDefault\": false\n        }\n    ]\n}"}],"_postman_id":"7afca651-c89d-4aa6-8283-378883beec95"},{"name":"Update Port Details","id":"6844d7db-2b81-48ac-be72-b7fc139e345a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Name of the Megaport\",\n    \"costCentre\": \"Name of the cost center\",\n    \"marketplaceVisibility\": true\n}\n"},"url":"{{baseUrl}}/v2/product/{productUid}","description":"<p>Updates configurable Port information.</p>\n<p>Provide the <code>productUid</code> to identify the Port. Use the <code>/v2/product</code> endpoint to determine the <code>productUid</code>.</p>\n<p><strong>Note:</strong> You can update a product only when its provisioning status is <code>CONFIGURED</code> or <code>LIVE</code>.</p>\n","urlObject":{"path":["v2","product","{productUid}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"8d9b108f-7183-42a4-a9ef-646f474e154c","name":"Update Port Details","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"My Los Angeles API Port\",\n    \"costCentre\": \"My Cost Center\",\n    \"marketplaceVisibility\": true\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v2/product/7b60c0b4-46d4-4427-91db-bc87f59b935e"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Product [7b60c0b4-46d4-4427-91db-bc87f59b935e] has been updated\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": {\n        \"serviceName\": \"My Los Angeles API Port\",\n        \"name\": \"My Los Angeles API Port\",\n        \"secondaryName\": null,\n        \"technicalServiceId\": 70659,\n        \"technicalServiceUid\": \"7b60c0b4-46d4-4427-91db-bc87f59b935e\",\n        \"requestedDate\": 1605041737760,\n        \"configuredDate\": 1605041762403,\n        \"currentEstimatedDelivery\": null,\n        \"companyName\": \"Megaport Lab\",\n        \"companyId\": 1153,\n        \"aggregationId\": null,\n        \"lagPrimary\": false,\n        \"billingContactName\": null,\n        \"billingContactId\": null,\n        \"adminContactName\": null,\n        \"adminContactId\": null,\n        \"technicalContactName\": null,\n        \"technicalContactId\": null,\n        \"salesName\": null,\n        \"salesId\": null,\n        \"billableId\": 69740,\n        \"billableUsageAlgorithm\": null,\n        \"productType\": \"MEGAPORT\",\n        \"provisioningStatus\": \"LIVE\",\n        \"inAdvanceBillingStatus\": null,\n        \"provisioningItems\": [],\n        \"tags\": [],\n        \"vxcDistanceBand\": null,\n        \"intercapPath\": null,\n        \"marketplaceVisibility\": true,\n        \"vxcPermitted\": true,\n        \"vxcAutoApproval\": false,\n        \"createDate\": 1605041737760,\n        \"terminationDate\": null,\n        \"contractStartDate\": null,\n        \"contractTermMonths\": 1,\n        \"rateType\": \"MONTHLY\",\n        \"trialAgreement\": false,\n        \"payerCompanyId\": null,\n        \"nonPayerCompanyId\": null,\n        \"minimumSpeed\": null,\n        \"maximumSpeed\": null,\n        \"rateLimit\": 1000,\n        \"errorMessage\": null,\n        \"costCentre\": \"My Cost Center\",\n        \"market\": \"USA\",\n        \"accountManager\": null,\n        \"promptUid\": null,\n        \"components\": [],\n        \"attributes\": [],\n        \"aLocation\": null,\n        \"bLocation\": null,\n        \"aLocationId\": null,\n        \"bLocationId\": null,\n        \"attributeTags\": {},\n        \"createdBy\": \"52a26471-94de-4d32-b89e-0cd5d26c1f65\",\n        \"buyoutPort\": false,\n        \"virtual\": false,\n        \"locked\": false,\n        \"adminLocked\": false,\n        \"bgpShutdownDefault\": false\n    }\n}"}],"_postman_id":"6844d7db-2b81-48ac-be72-b7fc139e345a"},{"name":"Regenerate LOA for Megaport Service","id":"8a1cb92c-1134-4ffe-a30d-4d4398b12219","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v2/product/{productId}/loa","description":"<p>After you create a Port, you can download the Letter of Authorization (LOA) as a PDF file. </p>\n<p>Provide the <code>productUid</code> to identify the Port.</p>\n<p><strong>Note:</strong> Before you can download the LOA, the <code>provisioningStatus</code> of the Port must be <code>CONFIGURED</code>.</p>\n","urlObject":{"path":["v2","product","{productId}","loa"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"1792dd3e-881a-4c1a-b1bb-aab710320b26","name":"Regenerate LOA for Megaport Service","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v2/product/2d4b124f-7715-46e6-a0ce-ee470d2b0208/loa"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Content-Type","value":"application/pdf","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"(PDF File)"}],"_postman_id":"8a1cb92c-1134-4ffe-a30d-4d4398b12219"},{"name":"Delete Port (v3)","id":"7b2906c6-e853-4e63-aef5-6842bbad741e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"{\n    \"cancellation_reason\": \"OTHER\",\n    \"cancellation_comment\": \"This Port was created in the wrong data center. Needs to be deleted.\"\n} \n\n\n\n\n\n"},"url":"{{baseUrl}}/v3/product/{productUid}/action/{action}","description":"<p>Deletes (terminates) the Port by changing the provisioning status.</p>\n<p>When the Port is terminated, any services (such as VXCs) attached to the Port are also terminated.</p>\n<p><strong>Note:</strong> You can only update a service when its provisioning status is <code>CONFIGURED</code> or <code>LIVE</code>.</p>\n<p>The <code>productUid</code> is a required string that identifies the service by the unique product identifier.</p>\n<p>The <code>action</code> is a required string that indicates the change in the service. Accepted values are:</p>\n<ul>\n<li><p><code>CANCEL</code> - Cancels service on a Port at the end of the contract term. You can restore the Port before the contract ends.</p>\n</li>\n<li><p><code>UN_CANCEL</code> - Restores a Port that has been canceled but not reached the end of the contract term.</p>\n</li>\n<li><p><code>CANCEL_NOW</code> - Stops the service on the Port immediately. You will still be billed for the remainder of your contract and early termination fees apply. The Port cannot be restored.</p>\n</li>\n</ul>\n<p><strong>Note:</strong> Terminating a Port on a contract term will result in an early termination fee (ETF) equivalent to 100% of the remainder of the term.</p>\n<p>For more information about the product lifecycle and provisioning status, see <a href=\"https://docs.megaport.com/api/monitoring/\">Monitoring Service Status with the API</a>.</p>\n<h4 id=\"cancellation-reasons\">Cancellation Reasons</h4>\n<p>You customize the Body of the request with the cancellation reason details for terminating a service. Specifying the reason for terminating a service will allow us to understand how we can improve your customer experience.</p>\n<p><strong>Note:</strong></p>\n<ul>\n<li><p><strong>Ordered in Error or Reordering</strong> (SERVICE_ORDERED_IN_ERROR) should be specified if you have upgraded or downgraded the service speed and re-ordered.</p>\n</li>\n<li><p><strong>Reason not Listed</strong> (OTHER) provides an optional free text field that allows you to specify a different reason to those listed. This field has a maximum of 400 characters.</p>\n</li>\n<li><p>You can also provide additional details in the free text field for any of the cancellation reasons.</p>\n</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attribute</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>cancellation_reason</code></td>\n<td>(Optional) The reason for deleting the service.  <br />These options are available:  <br /><code>MOVED_TO_CLOUD_NATIVE_SOL</code>  <br /><code>SERVICE_MOVED</code>  <br /><code>SERVICE_ORDERED_IN_ERROR</code>  <br /><code>PROOF_OF_CONCEPT</code>  <br /><code>PROJECT_ENDED</code>  <br /><code>SWITCHING_PROVIDER</code>  <br /><code>PRICING</code>  <br /><code>PRODUCT_PERFORMANCE</code>  <br /><code>OTHER</code></td>\n</tr>\n<tr>\n<td><code>cancellation_comment</code></td>\n<td>Specify free text (max. 400 characters) with an additional explanation for the reason the service was terminated.</td>\n</tr>\n</tbody>\n</table>\n</div><p>For more information, see <a href=\"https://docs.megaport.com/connections/terminating-port/\">Terminating a Port</a>.</p>\n","urlObject":{"path":["v3","product","{productUid}","action","{action}"],"host":["{{baseUrl}}"],"query":[{"disabled":true,"description":{"content":"<p>Specify whether to delete the product safely. The product is deleted only if no active VXCs are associated with it. Otherwise, a 400 error response is returned. Applicable only for CANCEL and CANCEL_NOW lifecycle actions. (Optional)</p>\n","type":"text/plain"},"key":"safeDelete","value":"{boolean}"}],"variable":[]}},"response":[{"id":"0aa7148c-aca6-4ee5-9781-4733d53abf0c","name":"Delete Port (v3)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer •••••••"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/product/b3468b8d-9c00-46cd-bb06-899681226a10/action/CANCEL"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 11 Nov 2024 03:34:07 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"202"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Correlation-Id","value":"99b4b6902a9d88fe1972915ff6e83e50"},{"key":"X-Amzn-Trace-Id","value":"Root=1-67317b2e-3d2882f07cac1d127e517139"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Server-Timing","value":"app;dur=433"},{"key":"X-Xss-Protection","value":"1 ; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"trace-id","value":"99b4b6902a9d88fe1972915ff6e83e50"},{"key":"X-Robots-Tag","value":"noindex"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Action [CANCEL Service b3468b8d-9c00-46cd-bb06-899681226a10] has been done.\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\"\n}"},{"id":"5287fa32-4352-43c9-8b42-8bc225fcd342","name":"Delete Port With Cancellation Reason (CANCEL) (v3)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"{\n    \"cancellation_reason\": \"OTHER\",\n    \"cancellation_comment\": \"This Port was created in the wrong data center. Needs to be deleted.\"\n} \n\n","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/product/b3468b8d-9c00-46cd-bb06-899681226a10/action/CANCEL"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 11 Nov 2024 03:45:06 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"202"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Correlation-Id","value":"fe1e7080673df64e9530c734ade176bc"},{"key":"X-Amzn-Trace-Id","value":"Root=1-67317dc1-6b1d04c0006002c44fda9b61"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Server-Timing","value":"app;dur=602"},{"key":"X-Xss-Protection","value":"1 ; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"trace-id","value":"fe1e7080673df64e9530c734ade176bc"},{"key":"X-Robots-Tag","value":"noindex"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Action [CANCEL Service b3468b8d-9c00-46cd-bb06-899681226a10] has been done.\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\"\n}"},{"id":"2bab500a-bf9e-4000-a938-2a6ffdcc58eb","name":"Delete Port With Cancellation Reason (CANCEL NOW) (v3)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"{\n    \"cancellation_reason\": \"OTHER\",\n    \"cancellation_comment\": \"This Port was created in the wrong data center. Needs to be deleted.\"\n} \n\n","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/product/b3468b8d-9c00-46cd-bb06-899681226a10/action/CANCEL_NOW"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 11 Nov 2024 03:49:14 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"206"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Correlation-Id","value":"0fbef31c129cd70efee030a870eda568"},{"key":"X-Amzn-Trace-Id","value":"Root=1-67317eb9-547b349259ec02bb16ff5692"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Server-Timing","value":"app;dur=584"},{"key":"X-Xss-Protection","value":"1 ; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"trace-id","value":"0fbef31c129cd70efee030a870eda568"},{"key":"X-Robots-Tag","value":"noindex"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Action [CANCEL_NOW Service b3468b8d-9c00-46cd-bb06-899681226a10] has been done.\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\"\n}"}],"_postman_id":"7b2906c6-e853-4e63-aef5-6842bbad741e"}],"id":"943e691c-45a0-4d2b-81da-de5ba81ee3b4","description":"<p>The Port (a physical port, sometimes called a Megaport) is your interface to the Megaport network. At a minimum, you need the following information to order a new Port:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attribute</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>productName</code></td>\n<td>A descriptive name for the Port.</td>\n</tr>\n<tr>\n<td><code>term</code></td>\n<td>The minimum number of months in the committed term. Specify 1, 12, 24, 36, 48, or 60.</td>\n</tr>\n<tr>\n<td><code>productType</code></td>\n<td>Specify <code>MEGAPORT</code> for a physical port.</td>\n</tr>\n<tr>\n<td><code>diversityZone</code></td>\n<td>(Optional) Specify <code>blue</code> or <code>red</code> to indicate the diversity zone for the Port. (Not all locations support diversity zones - the <code>locations</code> endpoint indicates available diversity zones and Port speeds for each location.)</td>\n</tr>\n<tr>\n<td><code>portSpeed</code></td>\n<td>Speed for the Port. Specify 1000, 10000, or 100000 Mbps (1 Gbps, 10 Gbps, or 100 Gbps). Note: 100 Gbps is not available in all locations.</td>\n</tr>\n<tr>\n<td><code>locationId</code></td>\n<td>The ID of the data center where you are requesting the Port. This value is from the response returned by the <code>locations</code> endpoint.</td>\n</tr>\n<tr>\n<td><code>associatedIxs</code>, <code>associatedVxcs</code></td>\n<td>(Optional) IDs of any IXs or VXCs you want to associate to the Port.</td>\n</tr>\n<tr>\n<td><code>costCentre</code></td>\n<td>(Optional) A finance reference to be used for billing purposes, such as a purchase order number.</td>\n</tr>\n<tr>\n<td><code>createDate</code></td>\n<td>(Optional - string) The creation date of the Port in UNIX epoch format. You can use a tool such as <a href=\"https://www.epochconverter.com/\">https://www.epochconverter.com/</a> for date conversion.</td>\n</tr>\n<tr>\n<td><code>locationUid</code></td>\n<td>(Optional) The unique identifier for the location.</td>\n</tr>\n<tr>\n<td><code>marketplaceVisibility</code></td>\n<td>(Optional - Boolean) Specifies if the Port is available in the Megaport Marketplace (<code>true</code> or <code>false</code>). Ensure you are ready to accept customer orders before setting this value to <code>true</code>.</td>\n</tr>\n<tr>\n<td><code>addOns</code></td>\n<td>(Optional) Specify a Cross Connect for the Port.</td>\n</tr>\n</tbody>\n</table>\n</div><p>To add services to an existing Port, you only need to specify values for the associated IXs and VXCs.</p>\n","_postman_id":"943e691c-45a0-4d2b-81da-de5ba81ee3b4"},{"name":"Connections","item":[{"name":"Virtual Cross Connects","item":[{"name":"Validate VXC Order (v3)","id":"8800eba0-5ca9-4ffc-83b3-76764a2dcc8e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"[\n  {\n    \"productUid\": \"27a638e9-7c2e-4972-919a-567b5373c2de\",\n    \"associatedVxcs\": [\n      {\n        \"productName\": \"My Test API VXC - Melbourne to San Diego\",\n        \"rateLimit\": 500,\n        \"term\": 12,\n        \"shutdown\": false,\n        \"promoCode\": \"promox3mnthfree2\",\n        \"aEnd\": {\n          \"vlan\": 2001\n        },\n        \"bEnd\": {\n          \"productUid\": \"513e3cc4-9527-49d3-8cbb-4ad573df5fe7\",\n          \"vlan\": 2002\n        }\n      }\n    ]\n  }\n]"},"url":"{{baseUrl}}/v3/networkdesign/validate","description":"<p>Validates the request and ensures all parameters are within range and acceptable to the provisioning system. A successful validation request returns pricing details. This request does not commit the order.</p>\n<p>Customize the Body of the request with the configuration details for the VXC.</p>\n<p>You can attach VXCs to an MVE using the same methods as creating a VXC from a Port. Megaport configures the Layer 2 connection to the MVE and and you need to configure the Layer 3 details with the provider’s system and the CSP (as needed).</p>\n<p>Each MVE can have up to 25 VXCs.</p>\n<p><code>term</code> is the contract term for the VXC. Valid values are 1, 12, 24, 36, 48, and 60 months. If <code>term</code> is not provided when ordering a VXC, it defaults to 1 (No Minimum Term).</p>\n<p><code>shutdown</code> will temporarily shut down and re-enable the VXC. Valid values are <code>true</code> (shut down) and <code>false</code> (enabled). If not provided, it defaults to <code>false</code> (enabled).</p>\n<p><code>promoCode</code> is an optional string that can be used to enter a promotional code for the service order. The code is not validated, so if the code doesn’t exist or doesn’t work for the service, the call will still be successful.</p>\n<p>To support Q-in-Q for MVE, the VXCs include an optional <code>innerVlan</code> attribute to the <code>aEnd</code> and <code>bEnd</code> object in the payloads of the buy and validate API calls. These attributes are returned in the payload when retrieving VXC information. You can set this attribute on the <code>aEnd</code>, the <code>bEnd</code>, or both. If this value is set to 0, a valid inner VLAN will be allocated and set by the system.</p>\n","urlObject":{"path":["v3","networkdesign","validate"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"d9826fc0-10ac-4958-8f9f-495905812739","name":"Validate VXC Order (v3)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"[\n  {\n    \"productUid\": \"6b4a75e2-3a27-40ea-8df1-0e5d989318ec\",\n    \"associatedVxcs\": [\n      {\n        \"productName\": \"My API VXC - LA to Bay Area\",\n        \"rateLimit\": 500,\n        \"aEnd\": {\n          \"vlan\": 2001\n        },\n        \"bEnd\": {\n          \"productUid\": \"3366d93d-1a19-4d6f-a2e6-a044e835cc82\",\n          \"vlan\": 2002\n        }\n      }\n    ]\n  }\n]","options":{"raw":{"language":"json"}}},"url":"https://api-staging.megaport.com/v3/networkdesign/validate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 12 Nov 2020 21:14:18 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.17.10"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Set-Cookie","value":"JSESSIONID=3AEBF14531DF8B3192C51C94252049D6; Path=/; HttpOnly"},{"key":"UOW","value":"1414902a-9640-4c06-bfaf-30e9c98cbba5"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Validation passed\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"price\": {\n                \"hourlySetup\": 0,\n                \"dailySetup\": 0,\n                \"monthlySetup\": 0,\n                \"hourlyRate\": 0,\n                \"dailyRate\": 0,\n                \"monthlyRate\": 190,\n                \"fixedRecurringCharge\": 100,\n                \"postPaidBaseRate\": \"no base rate\",\n                \"longHaulMbpsRate\": 0.18,\n                \"mbpsRate\": 0.18,\n                \"currency\": \"USD\",\n                \"key\": \"no key\",\n                \"productType\": \"VXC\",\n                \"aEndRate\": 0,\n                \"bEndRate\": 0,\n                \"empty\": false\n            },\n            \"serviceName\": \"My API VXC - LA to Bay Area\",\n            \"productType\": \"VXC\",\n            \"productUid\": \"b67d368e-3f24-4c36-aaa7-2951f91bbee4\",\n            \"market\": \"US\",\n            \"string\": \"Los Angeles\"\n        }\n    ]\n}"},{"id":"9cc8a9f1-cc98-4266-81ce-d7039b01295b","name":"Validate VXC Order (v3) - 12 Month Contract Term","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"[\n  {\n    \"productUid\": \"27a638e9-7c2e-4972-919a-567b5373c2de\",\n    \"associatedVxcs\": [\n      {\n        \"productName\": \"My Test API VXC - Melbourne to San Diego\",\n        \"rateLimit\": 500,\n        \"term\": 12,\n        \"aEnd\": {\n          \"vlan\": 2001\n        },\n        \"bEnd\": {\n          \"productUid\": \"513e3cc4-9527-49d3-8cbb-4ad573df5fe7\",\n          \"vlan\": 2002\n        }\n      }\n    ]\n  }\n]","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/networkdesign/validate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"663"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 16 Jan 2024 08:16:49 GMT"},{"key":"X-Amzn-Trace-Id","value":"Root=1-65a63b6e-009deec001a3fdc218c7272c"},{"key":"Trace-Id","value":"eb73e615415019ffcc154a2eaa910b5a"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"UOW","value":"a32fa802-5566-4c1b-aa8a-b0b2a440dcf6"},{"key":"Set-Cookie","value":"JSESSIONID=88A5592B8D0314645A95515A67F80484; Path=/; HttpOnly"},{"key":"Server-Timing","value":"app;dur=2742"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 899497b8fe71995dd517601bf8d5f77a.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"SYD62-P2"},{"key":"X-Amz-Cf-Id","value":"CZTPnKQE1QtWVm70fidLdY2JwB9swJ-gCPxcj46wOn6fHkWK8LNswQ=="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Validation passed\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"price\": {\n                \"hourlySetup\": 0,\n                \"dailySetup\": 0,\n                \"monthlySetup\": 0,\n                \"hourlyRate\": 0,\n                \"dailyRate\": 0,\n                \"monthlyRate\": 5760,\n                \"fixedRecurringCharge\": 100,\n                \"postPaidBaseRate\": \"no base rate\",\n                \"longHaulMbpsRate\": 11.32,\n                \"mbpsRate\": 11.32,\n                \"currency\": \"AUD\",\n                \"key\": \"no key\",\n                \"productType\": \"VXC\",\n                \"aEndRate\": 0,\n                \"bEndRate\": 0,\n                \"empty\": false\n            },\n            \"serviceName\": \"My Test API VXC - Melbourne to San Diego\",\n            \"productType\": \"VXC\",\n            \"productUid\": \"0a9d8d08-568e-49d4-bc20-135c590e7f45\",\n            \"market\": \"AU\",\n            \"string\": \"Melbourne\"\n        }\n    ]\n}"}],"_postman_id":"8800eba0-5ca9-4ffc-83b3-76764a2dcc8e"},{"name":"Buy VXC (v3)","id":"633f67a3-9bf8-411f-8a00-20350f67a370","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"[\n  {\n    \"productUid\": \"27a638e9-7c2e-4972-919a-567b5373c2de\",\n    \"associatedVxcs\": [\n      {\n        \"productName\": \"My API VXC - Melbourne to San Diego\",\n        \"rateLimit\": 500,\n        \"term\": 12,\n        \"shutdown\": false,\n        \"promoCode\": \"promox3mnthfree2\",\n        \"aEnd\": {\n          \"vlan\": 2001\n        },\n        \"bEnd\": {\n          \"productUid\": \"513e3cc4-9527-49d3-8cbb-4ad573df5fe7\",\n          \"vlan\": 2002\n        }\n      }\n    ]\n  }\n]"},"url":"{{baseUrl}}/v3/networkdesign/buy","description":"<p>Orders the VXC and submits the configuration details to the provisioning system for processing.</p>\n<p>This request commits the order.</p>\n<p>See <strong>Validate VXC Order (v3)</strong> for more information about the request Body.</p>\n","urlObject":{"path":["v3","networkdesign","buy"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"73f54cc3-53e7-4dc1-b4f9-425cf9b191e6","name":"Buy VXC (v3)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"[\n  {\n    \"productUid\": \"6b4a75e2-3a27-40ea-8df1-0e5d989318ec\",\n    \"associatedVxcs\": [\n      {\n        \"productName\": \"My API VXC - LA to Bay Area\",\n        \"rateLimit\": 500,\n        \"aEnd\": {\n          \"vlan\": 2002\n        },\n        \"bEnd\": {\n          \"productUid\": \"3366d93d-1a19-4d6f-a2e6-a044e835cc82\",\n          \"vlan\": 2001\n        }\n      }\n    ]\n  }\n]","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/networkdesign/buy"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 12 Nov 2020 21:12:41 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.17.10"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"UOW","value":"b2769a20-ec4c-49a3-9b42-b20fa3bdedfc"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"VXC [cf45fb97-f3ec-4e4b-a98b-65c238bda227] created. \",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"createDate\": 1605215555583,\n            \"vxcOrderId\": 52705,\n            \"payerMegaPortId\": 70841,\n            \"nonPayerMegaPortId\": 70850,\n            \"payerMegaPortName\": \"My LA API Port\",\n            \"nonPayerMegaPortName\": \"My Bay Area API Port\",\n            \"payerCompanyId\": 31639,\n            \"nonPayerCompanyId\": 31639,\n            \"payerLocationId\": 60,\n            \"nonPayerLocationId\": 65,\n            \"salesId\": null,\n            \"payerCompanyName\": \"Kunakin\",\n            \"nonPayerCompanyName\": \"Kunakin\",\n            \"payerMegaPortNsId\": 159005,\n            \"nonPayerMegaPortNsId\": 159075,\n            \"payerVlanId\": 2002,\n            \"nonPayerVlanId\": 2001,\n            \"payerInnerVlanId\": null,\n            \"nonPayerInnerVlanId\": null,\n            \"payerApproverName\": \"Eric  Akin\",\n            \"payerApproverId\": 30932,\n            \"nonPayerApproverName\": \"Eric  Akin\",\n            \"nonPayerApproverId\": 30932,\n            \"payerApproval\": 1605215555229,\n            \"nonPayerApproval\": 1605215555230,\n            \"fixedTerm\": true,\n            \"duration\": 1,\n            \"rollover\": true,\n            \"serviceName\": \"from My LA API Port to My Bay Area API Port\",\n            \"payerStatus\": \"APPROVED\",\n            \"nonPayerStatus\": \"APPROVED\",\n            \"speed\": 500,\n            \"distanceBand\": \"ZONE\",\n            \"intercapPath\": \"\",\n            \"awsId\": null,\n            \"promoCode\": null,\n            \"rateType\": \"MONTHLY\",\n            \"vxcJTechnicalServiceId\": 70853,\n            \"vxcJTechnicalServiceUid\": \"cf45fb97-f3ec-4e4b-a98b-65c238bda227\",\n            \"provisionDate\": 1605215555186,\n            \"orderType\": \"NEW\",\n            \"monthlyDiscountAmount\": null,\n            \"discountMonths\": null,\n            \"amazonDirectConnectConfigDto\": null,\n            \"amsixConnectConfigDto\": null,\n            \"webAirProvItem\": null,\n            \"sdrcProvItem\": null,\n            \"rate\": null,\n            \"setup\": null,\n            \"asn\": null,\n            \"bgpPassword\": null,\n            \"usageAlgorithm\": \"POST_PAID_HOURLY_SPEED_LONG_HAUL_VXC\",\n            \"costCentre\": null,\n            \"azureServiceKey\": null,\n            \"oracleVirtualCircuitId\": null,\n            \"serviceKey\": null,\n            \"connectType\": \"DEFAULT\",\n            \"payerConfig\": {},\n            \"nonPayerConfig\": {},\n            \"attributeTags\": {},\n            \"fullyApproved\": true\n        }\n    ]\n}"},{"id":"12a6d8f3-9510-4e81-b8cc-ca2b520e77a1","name":"Buy VXC (v3) - 12 Month Contract","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"[\n  {\n    \"productUid\": \"27a638e9-7c2e-4972-919a-567b5373c2de\",\n    \"associatedVxcs\": [\n      {\n        \"productName\": \"My API VXC - Melbourne to San Diego\",\n        \"rateLimit\": 500,\n        \"term\": 12,\n        \"aEnd\": {\n          \"vlan\": 2001\n        },\n        \"bEnd\": {\n          \"productUid\": \"513e3cc4-9527-49d3-8cbb-4ad573df5fe7\",\n          \"vlan\": 2002\n        }\n      }\n    ]\n  }\n]","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/networkdesign/buy"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Tue, 16 Jan 2024 08:27:48 GMT"},{"key":"X-Amzn-Trace-Id","value":"Root=1-65a63dff-0df13b673b5850bd41eb3d70"},{"key":"Trace-Id","value":"8712d58aba85743218802d2b177ba725"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"UOW","value":"1e76059e-f2b4-4d91-b2dd-0fc2350486f3"},{"key":"Set-Cookie","value":"JSESSIONID=74DC705F7F63F2A22582787B2564E7F3; Path=/; HttpOnly"},{"key":"Server-Timing","value":"app;dur=4976"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 9d6e86f5b232838ca6f2f480892525b2.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"SYD62-P2"},{"key":"X-Amz-Cf-Id","value":"V_gZfVIt7aXhSfGAdokIqpW7qcbmgREqpRl1Inw0tkROsgT_GI33Wg=="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"VXC [e85c8883-1569-4c6e-9762-45f1d89373cb] created.\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"createDate\": 1705393665655,\n            \"vxcOrderId\": 136211,\n            \"payerMegaPortId\": 184977,\n            \"nonPayerMegaPortId\": 146986,\n            \"payerMegaPortName\": \"GB PORT\",\n            \"nonPayerMegaPortName\": \"sjc-tx2-vr-4 Guest Production Port Eth1-1 / Eth1-1\",\n            \"payerCompanyId\": 1153,\n            \"nonPayerCompanyId\": 1153,\n            \"payerLocationId\": 23,\n            \"nonPayerLocationId\": 65,\n            \"salesId\": null,\n            \"payerCompanyName\": \"Megaport Lab\",\n            \"nonPayerCompanyName\": \"Megaport Lab\",\n            \"payerMegaPortNsId\": 495618,\n            \"nonPayerMegaPortNsId\": 370135,\n            \"payerVlanId\": 2001,\n            \"nonPayerVlanId\": 2002,\n            \"payerInnerVlanId\": null,\n            \"nonPayerInnerVlanId\": null,\n            \"payerApproverName\": \"Greg Brown\",\n            \"payerApproverId\": 50402,\n            \"nonPayerApproverName\": \"Greg Brown\",\n            \"nonPayerApproverId\": 50402,\n            \"payerApproval\": 1705393665625,\n            \"nonPayerApproval\": 1705393665625,\n            \"fixedTerm\": true,\n            \"duration\": 1,\n            \"rollover\": true,\n            \"serviceName\": \"from GB PORT to sjc-tx2-vr-4 Guest Production Port Eth1-1 / Eth1-1\",\n            \"payerStatus\": \"APPROVED\",\n            \"nonPayerStatus\": \"APPROVED\",\n            \"speed\": 500,\n            \"distanceBand\": \"INTERZONE\",\n            \"intercapPath\": \"\",\n            \"awsId\": null,\n            \"promoCode\": null,\n            \"dealUid\": null,\n            \"rateType\": \"MONTHLY\",\n            \"vxcJTechnicalServiceId\": 184978,\n            \"vxcJTechnicalServiceUid\": \"e85c8883-1569-4c6e-9762-45f1d89373cb\",\n            \"provisionDate\": 1705393665618,\n            \"orderType\": \"NEW\",\n            \"monthlyDiscountAmount\": null,\n            \"discountMonths\": null,\n            \"amazonDirectConnectConfigDto\": null,\n            \"amsixConnectConfigDto\": null,\n            \"webAirProvItem\": null,\n            \"sdrcProvItem\": null,\n            \"rate\": null,\n            \"setup\": null,\n            \"asn\": null,\n            \"bgpPassword\": null,\n            \"usageAlgorithm\": \"POST_PAID_HOURLY_SPEED_LONG_HAUL_VXC\",\n            \"costCentre\": null,\n            \"azureServiceKey\": null,\n            \"oracleVirtualCircuitId\": null,\n            \"serviceKey\": null,\n            \"vxc\": {\n                \"serviceName\": \"My API VXC - Melbourne to San Diego\",\n                \"name\": \"My API VXC - Melbourne to San Diego\",\n                \"secondaryName\": null,\n                \"technicalServiceId\": 184978,\n                \"technicalServiceUid\": \"e85c8883-1569-4c6e-9762-45f1d89373cb\",\n                \"requestedDate\": 1705393665618,\n                \"configuredDate\": null,\n                \"currentEstimatedDelivery\": null,\n                \"companyName\": \"Megaport Lab\",\n                \"companyId\": 1153,\n                \"billingContactName\": null,\n                \"billingContactId\": null,\n                \"adminContactName\": null,\n                \"adminContactId\": null,\n                \"technicalContactName\": null,\n                \"technicalContactId\": null,\n                \"salesName\": null,\n                \"salesId\": null,\n                \"billableId\": 176781,\n                \"billableUsageAlgorithm\": null,\n                \"productType\": \"VXC\",\n                \"provisioningStatus\": \"DEPLOYABLE\",\n                \"failedReason\": null,\n                \"inAdvanceBillingStatus\": null,\n                \"provisioningItems\": [],\n                \"tags\": [],\n                \"vxcDistanceBand\": \"INTERZONE\",\n                \"intercapPath\": \"\",\n                \"marketplaceVisibility\": true,\n                \"vxcPermitted\": true,\n                \"vxcAutoApproval\": false,\n                \"createDate\": 1705393665639,\n                \"terminationDate\": null,\n                \"contractStartDate\": null,\n                \"contractTermMonths\": 12,\n                \"rateType\": \"MONTHLY\",\n                \"trialAgreement\": false,\n                \"payerCompanyId\": null,\n                \"nonPayerCompanyId\": null,\n                \"minimumSpeed\": null,\n                \"maximumSpeed\": null,\n                \"rateLimit\": 500,\n                \"errorMessage\": null,\n                \"lagId\": null,\n                \"aggregationId\": null,\n                \"lagPrimary\": null,\n                \"market\": \"Australia\",\n                \"accountManager\": null,\n                \"promptUid\": null,\n                \"components\": [],\n                \"attributes\": [],\n                \"aLocation\": null,\n                \"bLocation\": null,\n                \"aMetro\": null,\n                \"aCountry\": null,\n                \"aLocationId\": null,\n                \"bLocationId\": null,\n                \"bMetro\": null,\n                \"bCountry\": null,\n                \"attributeTags\": {},\n                \"createdBy\": \"f39b8983-256e-4643-adec-9f0b5da09ab7\",\n                \"buyoutPort\": null,\n                \"virtual\": false,\n                \"locked\": false,\n                \"adminLocked\": false,\n                \"bgpShutdownDefault\": false,\n                \"originDomain\": null\n            },\n            \"connectType\": \"DEFAULT\",\n            \"payerConfig\": {},\n            \"nonPayerConfig\": {},\n            \"attributeTags\": {},\n            \"serviceLicense\": null,\n            \"originDomain\": null,\n            \"fullyApproved\": true\n        }\n    ]\n}"}],"_postman_id":"633f67a3-9bf8-411f-8a00-20350f67a370"},{"name":"Update VXC (v3)","id":"4293df4a-545d-45a2-bfa1-90f41df13160","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"Updated Name for VXC LA to Bay Area\",\n  \"rateLimit\": 1000,\n  \"aEndVlan\": 101,\n  \"bEndVlan\": 202,\n  \"term\": 12,\n  \"contractStartDate\": \"\",\n  \"contractEndDate\": \"\",\n  \"costCentre\": \"New reference for invoice\",\n  \"aEndProductUid\": \"0ee41f61-4f03-4281-8afe-77fcc949c804\",\n  \"bEndProductUid\": \"9cfab7dd-e49c-4267-8318-96934a36fbc0\",\n  \"aVnicIndex\": 1,\n  \"bVnicIndex\": 0,\n  \"isApproved\": true,\n  \"shutdown\": true\n}"},"url":"{{baseUrl}}/v3/product/vxc/{productUid}","description":"<p>Updates editable information for a VXC.</p>\n<p>The <code>productUid</code> identifies the VXC.</p>\n<p><strong>Tip:</strong> Use the <code>/v2/product</code> endpoint to determine the <code>productUid</code>.</p>\n<p>The changes are defined in the Body of the request. Only include the parameters that you want to update. For a VXC, you can update the following parameters:</p>\n<ul>\n<li><p><code>name</code> - Customer name for the connection - this name appears in the Portal.</p>\n</li>\n<li><p><code>rateLimit</code> - A new speed for the connection.</p>\n<ul>\n<li><strong>Note:</strong> If the VXC was created with a service key, and the consumer of the service key wants to change the rate limit on the VXC, approval is not required if the rate limit is changed to below the maximum limit defined in the service key. Only the owner of the VXC, the consumer of the service key, is allowed to change the rate limit. The creator of the service key is not allowed to change the rate limit.</li>\n</ul>\n</li>\n<li><p><code>aEndVlan</code> - A unique VLAN ID for this connection. Values can range from 2 to 4093. If this value is 0, the system allocates a valid VLAN.</p>\n</li>\n<li><p><code>bEndVlan</code> - A unique VLAN ID for this connection. Values can range from 2 to 4093. If this value is 0, the system allocates a valid VLAN.</p>\n</li>\n<li><p><code>term</code> - Set up a term for this VXC. Note that there are rules for terms. See <strong>VXC Terms</strong> below for more information.</p>\n</li>\n<li><p><code>costCentre</code> - A customer reference number to be included in billing information and invoices</p>\n</li>\n<li><p><code>aEndProductUid</code> - When moving a VXC, this is the new A-End for the connection.</p>\n</li>\n<li><p><code>bEndProductUid</code> - When moving a VXC, this is the new B-End for the connection.</p>\n</li>\n<li><p><code>aVnicIndex</code> - When moving a VXC for an MVE, this is the new A-End vNIC for the connection.</p>\n</li>\n<li><p><code>bVnicIndex</code> - When moving a VXC for an MVE, this is the new B-End vNIC for the connection.</p>\n</li>\n<li><p><code>isApproved</code> - Define whether the VXC is approved or rejected via the Megaport Marketplace. Set to <code>true</code> (Approved) or <code>false</code> (Rejected).<br />  <strong>Note:</strong> Valid only if there is an order pending approval (either new marketplace request or speed change). If there are no orders pending approval and <code>isApproved</code> is sent in the request, the API will return an error.</p>\n</li>\n<li><p><code>shutdown</code> - Temporarily shut down and re-enable the VXC. Valid values are <code>true</code> (shut down) and <code>false</code> (enabled). If not provided, it defaults to <code>false</code> (enabled).</p>\n</li>\n</ul>\n<p>For more information, see <a href=\"https://docs.megaport.com/api/api-vxc-change/\">Changing a VXC Configuration with the API</a>.</p>\n<p><strong>Note:</strong> You can update a product only when its provisioning status is <code>CONFIGURED</code> or <code>LIVE</code>.</p>\n<h4 id=\"vxc-terms\">VXC Terms</h4>\n<p>You can update the term of the VXC by updating the <code>term</code> field.</p>\n<p>The following rules apply to updating VXC terms:</p>\n<ul>\n<li><p>If validation fails, the term defaults to No Minimum Term, <code>contractTermMonths:1</code>.</p>\n</li>\n<li><p>The speed cannot be changed when the VXC is on term.</p>\n</li>\n<li><p>You can change the speed only if the VXC is on No Minimum Term, if the term has expired, or if reterming to a longer term.</p>\n</li>\n<li><p>If you are updating a VXC on term, you can only reterm to a higher term. If you need to change the speed, you can only change it to a higher rate limit.</p>\n</li>\n<li><p>If you are updating an expired VXC on term, any term and/or speed can be selected.</p>\n</li>\n<li><p>You cannot change a VXC from a term (12/24/36/48/60 month) to month-to-month/No Minimum Term unless the term has expired.</p>\n</li>\n<li><p>You cannot reterm a VXC if the service is on a non-standard price.</p>\n</li>\n<li><p>You <em>can</em> move or shut down VXCs on term.</p>\n</li>\n</ul>\n<h4 id=\"move-vxc\">Move VXC</h4>\n<p>You can move a VXC by updating the A-End or B-End or both, using the fields <code>aEndProductUid</code> and <code>bEndProductUid</code>. When moving a VXC for an MVE, you can also select the vNICs at the A-End and B-End using the fields <code>aVnicIndex</code> and <code>bVnicIndex</code>.</p>\n<p>The following rules determine where and how you can move a VXC:</p>\n<ul>\n<li><p>The new Port can be in a different location but must be in the <strong>same metro area</strong>.</p>\n</li>\n<li><p>The new Port must be of the same type. For example, MEGAPORT to MEGAPORT, MCR to MCR, or MVE to MVE.</p>\n</li>\n<li><p>The configured speed of each VXC must be no greater than the speed of the destination Port. If downgrading, it might be necessary for you to lower the speed of the VXC before requesting the move.</p>\n</li>\n<li><p>There must not be an IP address or VLAN conflict. The updated services are checked as if a new service is being ordered. For example, an untagged VLAN can't be moved to a service that already has an untagged VLAN.</p>\n</li>\n<li><p>The services being moved must have different VLAN IDs from any services already on the destination.</p>\n</li>\n</ul>\n<p>If the VXC move is invalid, the move will fail.</p>\n<p>For more information, see <a href=\"https://docs.megaport.com/connections/move-vxc/\">Moving VXCs</a> and <a href=\"https://docs.megaport.com/api/api-vxc-move/\">Moving a VXC and IX with the API</a>.</p>\n","urlObject":{"path":["v3","product","vxc","{productUid}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"6cdfd538-b9ca-4d0e-b055-7fdbd5800f83","name":"Update VXC (v3)","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer •••••••"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"Updated Name for VXC LA to Bay Area\",\n  \"rateLimit\": 1000,\n  \"aEndVlan\": 101,\n  \"bEndVlan\": 202\n}","options":{"raw":{"language":"json"}}},"url":"https://api-staging.megaport.com/v3/product/vxc/8d360672-7aff-42b2-be6d-ce58a2927459"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 10 Nov 2020 22:53:58 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.17.10"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Set-Cookie","value":"JSESSIONID=D9B0DAC6C082351BFE11D07D560A5CC0; Path=/; HttpOnly"},{"key":"UOW","value":"2b4e4fd5-0910-42e8-81f3-3292b0a1eb71"},{"key":"Location","value":"http://localhost:8080/v2/product/8d360672-7aff-42b2-be6d-ce58a2927459"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"VXC 70670 has been updated\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": {\n        \"serviceName\": \"Updated Name for VXC LA to Bay Area\",\n        \"name\": \"Updated Name for VXC LA to Bay Area\",\n        \"secondaryName\": null,\n        \"technicalServiceId\": 70670,\n        \"technicalServiceUid\": \"8d360672-7aff-42b2-be6d-ce58a2927459\",\n        \"requestedDate\": 1605048397012,\n        \"configuredDate\": 1605048425572,\n        \"currentEstimatedDelivery\": null,\n        \"companyName\": \"Megaport Lab\",\n        \"companyId\": 1153,\n        \"aggregationId\": null,\n        \"lagPrimary\": false,\n        \"billingContactName\": null,\n        \"billingContactId\": null,\n        \"adminContactName\": null,\n        \"adminContactId\": null,\n        \"technicalContactName\": null,\n        \"technicalContactId\": null,\n        \"salesName\": null,\n        \"salesId\": null,\n        \"billableId\": 69751,\n        \"billableUsageAlgorithm\": null,\n        \"productType\": \"VXC\",\n        \"provisioningStatus\": \"LIVE\",\n        \"inAdvanceBillingStatus\": null,\n        \"provisioningItems\": [],\n        \"tags\": [],\n        \"vxcDistanceBand\": \"ZONE\",\n        \"intercapPath\": \"\",\n        \"marketplaceVisibility\": true,\n        \"vxcPermitted\": true,\n        \"vxcAutoApproval\": false,\n        \"createDate\": 1605048397911,\n        \"terminationDate\": null,\n        \"contractStartDate\": null,\n        \"contractTermMonths\": 1,\n        \"rateType\": \"MONTHLY\",\n        \"trialAgreement\": false,\n        \"payerCompanyId\": null,\n        \"nonPayerCompanyId\": null,\n        \"minimumSpeed\": null,\n        \"maximumSpeed\": null,\n        \"rateLimit\": 1000,\n        \"errorMessage\": null,\n        \"market\": \"USA\",\n        \"accountManager\": null,\n        \"promptUid\": null,\n        \"components\": [],\n        \"attributes\": [],\n        \"aLocation\": null,\n        \"bLocation\": null,\n        \"aLocationId\": null,\n        \"bLocationId\": null,\n        \"attributeTags\": {},\n        \"createdBy\": \"52a26471-94de-4d32-b89e-0cd5d26c1f65\",\n        \"buyoutPort\": null,\n        \"virtual\": false,\n        \"locked\": false,\n        \"adminLocked\": false,\n        \"bgpShutdownDefault\": false\n    }\n}"},{"id":"2fc1d483-c0d4-437e-a7df-783809edaaa9","name":"Move VXC (v3)","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"Move VXCBNE1 to PORTBNE3\",\n  \"rateLimit\": 1000,\n  \"aEndVlan\": 101,\n  \"bEndVlan\": 202,\n  \"aEndProductUid\": \"0ee41f61-4f03-4281-8afe-77fcc949c804\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/product/vxc/4dfe983f-8f48-4e8f-b681-2a194d886182"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 24 Oct 2023 04:22:14 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1695"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"UOW","value":"e4f73bd5-ed69-4778-a7b8-71c858dd654f"},{"key":"Location","value":"http://localhost:8080/v2/product/4dfe983f-8f48-4e8f-b681-2a194d886182"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"VXC 177224 has been updated\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": {\n        \"serviceName\": \"Move VXCBNE1 to PORTBNE3\",\n        \"name\": \"Move VXCBNE1 to PORTBNE3\",\n        \"secondaryName\": null,\n        \"technicalServiceId\": 177224,\n        \"technicalServiceUid\": \"4dfe983f-8f48-4e8f-b681-2a194d886182\",\n        \"requestedDate\": 1698107955875,\n        \"configuredDate\": 1698107963708,\n        \"currentEstimatedDelivery\": null,\n        \"companyName\": \"Megaport Lab\",\n        \"companyId\": 1153,\n        \"billingContactName\": null,\n        \"billingContactId\": null,\n        \"adminContactName\": null,\n        \"adminContactId\": null,\n        \"technicalContactName\": null,\n        \"technicalContactId\": null,\n        \"salesName\": null,\n        \"salesId\": null,\n        \"billableId\": 169066,\n        \"billableUsageAlgorithm\": null,\n        \"productType\": \"VXC\",\n        \"provisioningStatus\": \"LIVE\",\n        \"failedReason\": null,\n        \"inAdvanceBillingStatus\": null,\n        \"provisioningItems\": [],\n        \"tags\": [],\n        \"vxcDistanceBand\": \"METRO\",\n        \"intercapPath\": \"\",\n        \"marketplaceVisibility\": true,\n        \"vxcPermitted\": true,\n        \"vxcAutoApproval\": false,\n        \"createDate\": 1698107955891,\n        \"terminationDate\": null,\n        \"contractStartDate\": null,\n        \"contractTermMonths\": 1,\n        \"rateType\": \"MONTHLY\",\n        \"trialAgreement\": false,\n        \"payerCompanyId\": null,\n        \"nonPayerCompanyId\": null,\n        \"minimumSpeed\": null,\n        \"maximumSpeed\": null,\n        \"rateLimit\": 1000,\n        \"errorMessage\": null,\n        \"lagId\": null,\n        \"aggregationId\": null,\n        \"lagPrimary\": null,\n        \"market\": \"Australia\",\n        \"accountManager\": null,\n        \"promptUid\": null,\n        \"components\": [],\n        \"attributes\": [],\n        \"aLocation\": null,\n        \"bLocation\": null,\n        \"aMetro\": null,\n        \"aCountry\": null,\n        \"aLocationId\": null,\n        \"bLocationId\": null,\n        \"bMetro\": null,\n        \"bCountry\": null,\n        \"attributeTags\": {},\n        \"createdBy\": \"2c2beb4a-53d0-47ed-9072-06f13a425502\",\n        \"buyoutPort\": null,\n        \"virtual\": false,\n        \"locked\": false,\n        \"adminLocked\": false,\n        \"bgpShutdownDefault\": false,\n        \"originDomain\": null\n    }\n}"},{"id":"0687bb8b-f935-49f0-af10-cf6cdcbbb1a0","name":"Move VXC for MVE - Update vNICs on Both Ends (v3)","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"{\n  \"aVnicIndex\": 1,\n  \"bVnicIndex\": 2\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/product/vxc/8d360672-7aff-42b2-be6d-ce58a2927459"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 24 Oct 2023 04:22:14 GMT"},{"key":"Content-Type","value":"application/json","description":""},{"key":"Content-Length","value":"1695"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"UOW","value":"e4f73bd5-ed69-4778-a7b8-71c858dd654f"},{"key":"Location","value":"http://localhost:8080/v2/product/4dfe983f-8f48-4e8f-b681-2a194d886182"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"VXC 70670 has been updated\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": {\n        \"serviceName\": \"Updated Name for VXC LA to Bay Area\",\n        \"name\": \"Updated Name for VXC LA to Bay Area\",\n        \"technicalServiceId\": 70670,\n        \"technicalServiceUid\": \"8d360672-7aff-42b2-be6d-ce58a2927459\",\n        \"requestedDate\": 1605048397012,\n        \"configuredDate\": 1605048425572,\n        \"companyName\": \"Megaport Lab\",\n        \"companyId\": 1153,\n        \"lagPrimary\": false,\n        \"billableId\": 69751,\n        \"productType\": \"VXC\",\n        \"provisioningStatus\": \"LIVE\",\n        \"provisioningItems\": [],\n        \"tags\": [],\n        \"vxcDistanceBand\": \"ZONE\",\n        \"intercapPath\": \"\",\n        \"marketplaceVisibility\": true,\n        \"vxcPermitted\": true,\n        \"vxcAutoApproval\": false,\n        \"createDate\": 1605048397911,\n        \"contractTermMonths\": 1,\n        \"rateType\": \"MONTHLY\",\n        \"trialAgreement\": false,\n        \"rateLimit\": 1000,\n        \"market\": \"USA\",\n        \"components\": [],\n        \"attributes\": [],\n        \"attributeTags\": {},\n        \"createdBy\": \"52a26471-94de-4d32-b89e-0cd5d26c1f65\",\n        \"virtual\": false,\n        \"locked\": false,\n        \"adminLocked\": false,\n        \"bgpShutdownDefault\": false\n    }\n}"},{"id":"00cd1183-b8ff-4251-a556-e46c311a9efc","name":"Move VXC for MVE - Change B-End to Connect to MVE with Multiple vNICs (v3)","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"{\n\"bEndProductUid\": \"9cfab7dd-e49c-4267-8318-96934a36fbc0\",\n\"bVnicIndex\": 3\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/product/vxc/8d360672-7aff-42b2-be6d-ce58a2927459"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 24 Oct 2023 04:22:14 GMT"},{"key":"Content-Type","value":"application/json","description":""},{"key":"Content-Length","value":"1695"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"UOW","value":"e4f73bd5-ed69-4778-a7b8-71c858dd654f"},{"key":"Location","value":"http://localhost:8080/v2/product/4dfe983f-8f48-4e8f-b681-2a194d886182"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"VXC 70670 has been updated\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": {\n        \"serviceName\": \"Updated Name for VXC LA to Bay Area\",\n        \"name\": \"Updated Name for VXC LA to Bay Area\",\n        \"technicalServiceId\": 70670,\n        \"technicalServiceUid\": \"8d360672-7aff-42b2-be6d-ce58a2927459\",\n        \"requestedDate\": 1605048397012,\n        \"configuredDate\": 1605048425572,\n        \"companyName\": \"Megaport Lab\",\n        \"companyId\": 1153,\n        \"lagPrimary\": false,\n        \"billableId\": 69751,\n        \"productType\": \"VXC\",\n        \"provisioningStatus\": \"LIVE\",\n        \"provisioningItems\": [],\n        \"tags\": [],\n        \"vxcDistanceBand\": \"ZONE\",\n        \"intercapPath\": \"\",\n        \"marketplaceVisibility\": true,\n        \"vxcPermitted\": true,\n        \"vxcAutoApproval\": false,\n        \"createDate\": 1605048397911,\n        \"contractTermMonths\": 1,\n        \"rateType\": \"MONTHLY\",\n        \"trialAgreement\": false,\n        \"rateLimit\": 1000,\n        \"market\": \"USA\",\n        \"components\": [],\n        \"attributes\": [],\n        \"attributeTags\": {},\n        \"createdBy\": \"52a26471-94de-4d32-b89e-0cd5d26c1f65\",\n        \"virtual\": false,\n        \"locked\": false,\n        \"adminLocked\": false,\n        \"bgpShutdownDefault\": false\n    }\n}"},{"id":"84a65fce-1d28-40cd-8cd8-b862736249d7","name":"Shut Down VXC (v3)","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"{\n\n  \"shutdown\": true\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/product/vxc/a459325a-4cf4-4460-a12c-2628436b1080"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 12 Jul 2023 12:11:49 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1604"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Set-Cookie","value":"JSESSIONID=B21A537D1B4189EFADD0D4A330BB6C6D; Path=/; HttpOnly"},{"key":"UOW","value":"031b74de-2d23-4f84-9222-bef24eb271bf"},{"key":"Location","value":"http://localhost:8080/v2/product/a459325a-4cf4-4460-a12c-2628436b1080"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"VXC 166698 has been updated\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": {\n        \"serviceName\": \"GB VXC\",\n        \"name\": \"GB VXC\",\n        \"secondaryName\": null,\n        \"technicalServiceId\": 166698,\n        \"technicalServiceUid\": \"a459325a-4cf4-4460-a12c-2628436b1080\",\n        \"requestedDate\": 1689163529388,\n        \"configuredDate\": 1689163563726,\n        \"currentEstimatedDelivery\": null,\n        \"companyName\": \"Megaport Lab\",\n        \"companyId\": 1153,\n        \"billingContactName\": null,\n        \"billingContactId\": null,\n        \"adminContactName\": null,\n        \"adminContactId\": null,\n        \"technicalContactName\": null,\n        \"technicalContactId\": null,\n        \"salesName\": null,\n        \"salesId\": null,\n        \"billableId\": 158594,\n        \"billableUsageAlgorithm\": null,\n        \"productType\": \"VXC\",\n        \"provisioningStatus\": \"CONFIGURED\",\n        \"failedReason\": null,\n        \"inAdvanceBillingStatus\": null,\n        \"provisioningItems\": [],\n        \"tags\": [],\n        \"vxcDistanceBand\": \"INTERZONE\",\n        \"intercapPath\": \"\",\n        \"marketplaceVisibility\": true,\n        \"vxcPermitted\": true,\n        \"vxcAutoApproval\": false,\n        \"createDate\": 1689163529437,\n        \"terminationDate\": null,\n        \"contractStartDate\": null,\n        \"contractTermMonths\": 1,\n        \"rateType\": \"MONTHLY\",\n        \"trialAgreement\": false,\n        \"payerCompanyId\": null,\n        \"nonPayerCompanyId\": null,\n        \"minimumSpeed\": null,\n        \"maximumSpeed\": null,\n        \"rateLimit\": 500,\n        \"errorMessage\": null,\n        \"lagId\": null,\n        \"aggregationId\": null,\n        \"lagPrimary\": null,\n        \"market\": \"Japan\",\n        \"accountManager\": null,\n        \"promptUid\": null,\n        \"components\": [],\n        \"attributes\": [],\n        \"aLocation\": null,\n        \"bLocation\": null,\n        \"aLocationId\": null,\n        \"bLocationId\": null,\n        \"attributeTags\": {},\n        \"createdBy\": \"f39b8983-256e-4643-adec-9f0b5da09ab7\",\n        \"buyoutPort\": null,\n        \"virtual\": false,\n        \"locked\": false,\n        \"adminLocked\": false,\n        \"bgpShutdownDefault\": false,\n        \"originDomain\": null\n    }\n}"},{"id":"96b3f840-6e78-4798-9de7-81f05e59c6f3","name":"Re-enable VXC (v3)","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"{\n\n  \"shutdown\": false\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/product/vxc/a459325a-4cf4-4460-a12c-2628436b1080"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 12 Jul 2023 12:14:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1598"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Set-Cookie","value":"JSESSIONID=B34BBB87FB6C5E09F75A9440F5B69D0D; Path=/; HttpOnly"},{"key":"UOW","value":"f505c01d-fb4c-4c4f-8bff-6dfff2d0bde3"},{"key":"Location","value":"http://localhost:8080/v2/product/a459325a-4cf4-4460-a12c-2628436b1080"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"VXC 166698 has been updated\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": {\n        \"serviceName\": \"GB VXC\",\n        \"name\": \"GB VXC\",\n        \"secondaryName\": null,\n        \"technicalServiceId\": 166698,\n        \"technicalServiceUid\": \"a459325a-4cf4-4460-a12c-2628436b1080\",\n        \"requestedDate\": 1689163529388,\n        \"configuredDate\": 1689163563726,\n        \"currentEstimatedDelivery\": null,\n        \"companyName\": \"Megaport Lab\",\n        \"companyId\": 1153,\n        \"billingContactName\": null,\n        \"billingContactId\": null,\n        \"adminContactName\": null,\n        \"adminContactId\": null,\n        \"technicalContactName\": null,\n        \"technicalContactId\": null,\n        \"salesName\": null,\n        \"salesId\": null,\n        \"billableId\": 158594,\n        \"billableUsageAlgorithm\": null,\n        \"productType\": \"VXC\",\n        \"provisioningStatus\": \"LIVE\",\n        \"failedReason\": null,\n        \"inAdvanceBillingStatus\": null,\n        \"provisioningItems\": [],\n        \"tags\": [],\n        \"vxcDistanceBand\": \"INTERZONE\",\n        \"intercapPath\": \"\",\n        \"marketplaceVisibility\": true,\n        \"vxcPermitted\": true,\n        \"vxcAutoApproval\": false,\n        \"createDate\": 1689163529437,\n        \"terminationDate\": null,\n        \"contractStartDate\": null,\n        \"contractTermMonths\": 1,\n        \"rateType\": \"MONTHLY\",\n        \"trialAgreement\": false,\n        \"payerCompanyId\": null,\n        \"nonPayerCompanyId\": null,\n        \"minimumSpeed\": null,\n        \"maximumSpeed\": null,\n        \"rateLimit\": 500,\n        \"errorMessage\": null,\n        \"lagId\": null,\n        \"aggregationId\": null,\n        \"lagPrimary\": null,\n        \"market\": \"Japan\",\n        \"accountManager\": null,\n        \"promptUid\": null,\n        \"components\": [],\n        \"attributes\": [],\n        \"aLocation\": null,\n        \"bLocation\": null,\n        \"aLocationId\": null,\n        \"bLocationId\": null,\n        \"attributeTags\": {},\n        \"createdBy\": \"f39b8983-256e-4643-adec-9f0b5da09ab7\",\n        \"buyoutPort\": null,\n        \"virtual\": false,\n        \"locked\": false,\n        \"adminLocked\": false,\n        \"bgpShutdownDefault\": false,\n        \"originDomain\": null\n    }\n}"},{"id":"9d91c4ee-1dbd-4446-b796-a52cde2478a1","name":"Update VXC Term (v3)","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"Updated Name for VXC with term\",\n  \"term\": 12\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/product/vxc/31d5500e-d4f8-41df-b3e7-40df975511c4"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Tue, 16 Jan 2024 00:39:02 GMT"},{"key":"X-Amzn-Trace-Id","value":"Root=1-65a5d026-20d81fac482e38b342e97299"},{"key":"Trace-Id","value":"24615253329f9cce8b09aa2f2eaa5118"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"UOW","value":"8c951bf8-97a2-4ca7-a61a-86e9f751b381"},{"key":"Set-Cookie","value":"JSESSIONID=493FDD9DBF192873DB0B969B1243CC57; Path=/; HttpOnly"},{"key":"Location","value":"http://localhost:8080/v2/product/31d5500e-d4f8-41df-b3e7-40df975511c4"},{"key":"Server-Timing","value":"app;dur=807"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 dc7f2062b70b5b710c1b09d21b43f900.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"SYD62-P2"},{"key":"X-Amz-Cf-Id","value":"hoPjbtmPd483GZoU1Lp1VSDDdP2VCUSbJJt7CLZh0jwhc5BsT3SQBg=="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"VXC 184834 has been updated\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": {\n        \"serviceName\": \"Updated Name for VXC with term\",\n        \"name\": \"Updated Name for VXC with term\",\n        \"secondaryName\": null,\n        \"technicalServiceId\": 184834,\n        \"technicalServiceUid\": \"31d5500e-d4f8-41df-b3e7-40df975511c4\",\n        \"requestedDate\": 1705363982677,\n        \"configuredDate\": 1705363994198,\n        \"currentEstimatedDelivery\": null,\n        \"companyName\": \"Megaport Lab\",\n        \"companyId\": 1153,\n        \"billingContactName\": null,\n        \"billingContactId\": null,\n        \"adminContactName\": null,\n        \"adminContactId\": null,\n        \"technicalContactName\": null,\n        \"technicalContactId\": null,\n        \"salesName\": null,\n        \"salesId\": null,\n        \"billableId\": 176637,\n        \"billableUsageAlgorithm\": null,\n        \"productType\": \"VXC\",\n        \"provisioningStatus\": \"LIVE\",\n        \"failedReason\": null,\n        \"inAdvanceBillingStatus\": null,\n        \"provisioningItems\": [],\n        \"tags\": [],\n        \"vxcDistanceBand\": \"INTERZONE\",\n        \"intercapPath\": \"\",\n        \"marketplaceVisibility\": true,\n        \"vxcPermitted\": true,\n        \"vxcAutoApproval\": false,\n        \"createDate\": 1705363982698,\n        \"terminationDate\": null,\n        \"contractStartDate\": null,\n        \"contractTermMonths\": 12,\n        \"rateType\": \"MONTHLY\",\n        \"trialAgreement\": false,\n        \"payerCompanyId\": null,\n        \"nonPayerCompanyId\": null,\n        \"minimumSpeed\": null,\n        \"maximumSpeed\": null,\n        \"rateLimit\": 500,\n        \"errorMessage\": null,\n        \"lagId\": null,\n        \"aggregationId\": null,\n        \"lagPrimary\": null,\n        \"market\": \"USA\",\n        \"accountManager\": null,\n        \"promptUid\": null,\n        \"components\": [],\n        \"attributes\": [],\n        \"aLocation\": null,\n        \"bLocation\": null,\n        \"aMetro\": null,\n        \"aCountry\": null,\n        \"aLocationId\": null,\n        \"bLocationId\": null,\n        \"bMetro\": null,\n        \"bCountry\": null,\n        \"attributeTags\": {},\n        \"createdBy\": \"f39b8983-256e-4643-adec-9f0b5da09ab7\",\n        \"buyoutPort\": null,\n        \"virtual\": false,\n        \"locked\": false,\n        \"adminLocked\": false,\n        \"bgpShutdownDefault\": false,\n        \"originDomain\": null\n    }\n}"}],"_postman_id":"4293df4a-545d-45a2-bfa1-90f41df13160"},{"name":"Delete VXC (v3)","id":"111e541a-620a-4e5e-8b2f-7af86cf09065","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"{\n    \"cancellation_reason\": \"SERVICE_MOVED\",\n    \"cancellation_comment\": \"This VXC was created in the wrong AWS data center. Needs to be deleted.\"\n   \n} "},"url":"{{baseUrl}}/v3/product/{productUid}/action/{action}","description":"<p>Deletes (terminates) the VXC from your account by changing the provisioning status.</p>\n<p>If you terminate a Port, MCR, or MVE, any VXCs attached to that service are also terminated with it.</p>\n<p><strong>Note:</strong> You can only update a product when its provisioning status is <code>CONFIGURED</code> or <code>LIVE</code>.</p>\n<p>The <code>productUid</code> is a required string that identifies the service by the unique product identifier.</p>\n<p>The <code>action</code> is a required string that indicates the change in the service. For VXCs, the only accepted action is <code>CANCEL_NOW</code>. This stops the service on the VXC immediately. You will still be billed for the remainder of your contract and early termination fees apply. The VXC cannot be restored.</p>\n<p><strong>Note:</strong> Terminating a VXC on a contract term will result in an early termination fee (ETF) equivalent to 100% of the remainder of the term.</p>\n<p>For more information about the product lifecycle and provisioning status, see <a href=\"https://docs.megaport.com/api/monitoring/\">Monitoring Service Status with the API</a>.</p>\n<h4 id=\"cancellation-reasons\">Cancellation Reasons</h4>\n<p>You customize the Body of the request with the cancellation reason details for terminating a service. Specifying the reason for terminating a service will allow us to understand how we can improve your customer experience.</p>\n<p><strong>Note:</strong></p>\n<ul>\n<li><p><strong>Ordered in Error or Reordering</strong> (SERVICE_ORDERED_IN_ERROR) should be specified if you have upgraded or downgraded the service speed and re-ordered.</p>\n</li>\n<li><p><strong>Reason not Listed</strong> (OTHER) provides an optional free text field that allows you to specify a different reason to those listed. This field has a maximum of 400 characters.</p>\n</li>\n<li><p>You can also provide additional details in the free text field for any of the cancellation reasons.</p>\n</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attribute</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>cancellation_reason</code></td>\n<td>(Optional) The reason for deleting the service.  <br />These options are available:  <br /><code>MOVED_TO_CLOUD_NATIVE_SOL</code>  <br /><code>SERVICE_MOVED</code>  <br /><code>SERVICE_ORDERED_IN_ERROR</code>  <br /><code>PROOF_OF_CONCEPT</code>  <br /><code>PROJECT_ENDED</code>  <br /><code>SWITCHING_PROVIDER</code>  <br /><code>PRICING</code>  <br /><code>PRODUCT_PERFORMANCE</code>  <br /><code>OTHER</code></td>\n</tr>\n<tr>\n<td><code>cancellation_comment</code></td>\n<td>Specify free text (max. 400 characters) with an additional explanation for the reason the service was terminated.</td>\n</tr>\n</tbody>\n</table>\n</div><p>For more information, see <a href=\"https://docs.megaport.com/connections/terminating-vxc/\">Terminating a VXC</a>.</p>\n","urlObject":{"path":["v3","product","{productUid}","action","{action}"],"host":["{{baseUrl}}"],"query":[{"disabled":true,"description":{"content":"<p>Specify whether to delete the product safely. The product is deleted only if no active VXCs are associated with it. Otherwise, a 400 error response is returned. Applicable only for CANCEL and CANCEL_NOW lifecycle actions. (Optional)</p>\n","type":"text/plain"},"key":"safeDelete","value":"{boolean}"}],"variable":[]}},"response":[{"id":"4015a0fd-f78c-40c4-a768-4f272538dc33","name":"Delete VXC (v3)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/product/0109ae60-7930-40f4-a4f2-5c26c0843f36/action/CANCEL_NOW"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 11 Nov 2024 05:46:20 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"206"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Correlation-Id","value":"192899ad63ac694f97a57d50996091a8"},{"key":"X-Amzn-Trace-Id","value":"Root=1-67319a2b-728ce6e64c44bba507fbd44c"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Server-Timing","value":"app;dur=1041"},{"key":"X-Xss-Protection","value":"1 ; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"trace-id","value":"192899ad63ac694f97a57d50996091a8"},{"key":"X-Robots-Tag","value":"noindex"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Action [CANCEL_NOW Service 0109ae60-7930-40f4-a4f2-5c26c0843f36] has been done.\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\"\n}"},{"id":"7a6fa702-c756-4b84-958c-d5d6472ccae0","name":"Delete VXC With Cancellation Reason (v3)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"{\n    \"cancellation_reason\": \"SERVICE_MOVED\",\n    \"cancellation_comment\": \"This VXC was created in the wrong AWS data center. Needs to be deleted.\"\n   \n} ","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/product/1445a5b1-1f09-4ad0-a467-f9436da898af/action/CANCEL_NOW"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 11 Nov 2024 05:54:22 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"206"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Correlation-Id","value":"bba8c0ad408b33d1e9235ea75c068bf4"},{"key":"X-Amzn-Trace-Id","value":"Root=1-67319c0d-497d450d2565808c06f7a570"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Server-Timing","value":"app;dur=1156"},{"key":"X-Xss-Protection","value":"1 ; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"trace-id","value":"bba8c0ad408b33d1e9235ea75c068bf4"},{"key":"X-Robots-Tag","value":"noindex"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Action [CANCEL_NOW Service 1445a5b1-1f09-4ad0-a467-f9436da898af] has been done.\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\"\n}"}],"_postman_id":"111e541a-620a-4e5e-8b2f-7af86cf09065"}],"id":"8c29fe4d-0f3f-463f-b211-244165d14f82","description":"<p>With a Port, MCR, or MVE configured, you can create Virtual Cross Connects (VXCs) to connect to services on the Megaport network without the need for any physical infrastructure. A VXC is essentially a private point-to-point Ethernet connection between an A-End (your Port or MCR) and a B-End (one of the four destination types: ports, CSPs, Marketplace, or IX).</p>\n<p>VXCs include a <code>distanceBand</code> attribute that indicates the distance category for the VXC. Categories include <code>DATA_CENTRE</code>, <code>METRO</code>, <code>ZONE</code>, and <code>INTERZONE</code>.</p>\n","_postman_id":"8c29fe4d-0f3f-463f-b211-244165d14f82"},{"name":"Service Keys","item":[{"name":"List Service Keys","id":"cda68822-9150-475e-8fe7-60633b21a249","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v2/service/key?productIdOrUid={UID}&key={keyValue}","description":"<p>Lists service keys associated with your account.</p>\n<p>Add a service or a specific key to return details only for that value.</p>\n<p>The response includes all of the information about a service key, including the creation date, description, VLAN, maximum speed, whether the key is single-use or multi-use, whether it is active, and the dates for which the key is valid.</p>\n<p>The dates are returned in UNIX timestamp date format. You can use tools such as <a href=\"https://www.epochconverter.com/\">https://www.epochconverter.com/</a> or <a href=\"https://it-tools.tech/date-converter\">https://it-tools.tech/date-converter</a> to convert the date to a human-readable format.</p>\n","urlObject":{"path":["v2","service","key"],"host":["{{baseUrl}}"],"query":[{"description":{"content":"<p>List keys linked to the service specified by the product ID or UID. (Optional)</p>\n","type":"text/plain"},"key":"productIdOrUid","value":"{UID}"},{"description":{"content":"<p>Get details for the specified key. (Optional) You can use the first 8 digits of a key, or you can use the full value. </p>\n","type":"text/plain"},"key":"key","value":"{keyValue}"}],"variable":[]}},"response":[{"id":"ae08f510-781d-4878-9fa9-07a465580137","name":"List Service Keys","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":{"raw":"{{baseUrl}}/v2/service/key?productIdOrUid=73b2a452-9f93-4c45-afa0-887cf7f17e89","host":["{{baseUrl}}"],"path":["v2","service","key"],"query":[{"key":"productIdOrUid","value":"73b2a452-9f93-4c45-afa0-887cf7f17e89","description":"List keys linked to the Port specified by the product ID or UID. (Optional)"},{"key":"key","value":"{keyValue}","description":"Get details for the specified key. (Optional) You can use the first 8 digits of a key, or you can use the full value. ","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 28 Jan 2025 01:53:08 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"579"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Correlation-Id","value":"ee72c10f624eb6bdb9fb5d5bf1a02743"},{"key":"X-Amzn-Trace-Id","value":"Root=1-67983883-67a2919f0aae52414cb9e534"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Server-Timing","value":"app;dur=93"},{"key":"ETag","value":"W/\"033141fb9c6063b6f4667f77e5fecfd14\""},{"key":"vary","value":"accept-encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Xss-Protection","value":"1 ; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"trace-id","value":"ee72c10f624eb6bdb9fb5d5bf1a02743"},{"key":"X-Robots-Tag","value":"noindex"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Found [3] service keys for product [73b2a452-9f93-4c45-afa0-887cf7f17e89]\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"key\": \"29ff7f32-c19a-4ced-b4e1-4f796b213b6f\",\n            \"createDate\": 1738027647205,\n            \"companyId\": 1153,\n            \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n            \"companyName\": \"Megaport Lab\",\n            \"description\": \"SK1\",\n            \"productId\": 226855,\n            \"productUid\": \"73b2a452-9f93-4c45-afa0-887cf7f17e89\",\n            \"productName\": \"Example Port\",\n            \"vlan\": null,\n            \"maxSpeed\": 10000,\n            \"preApproved\": true,\n            \"singleUse\": false,\n            \"lastUsed\": null,\n            \"active\": true,\n            \"validFor\": {\n                \"start\": 1738027646696,\n                \"end\": 1740619635209\n            },\n            \"expired\": false,\n            \"valid\": true,\n            \"bEnd\": {}\n        },\n        {\n            \"key\": \"63fcde5c-c87c-478d-bb11-63cbc9541c89\",\n            \"createDate\": 1738027665841,\n            \"companyId\": 1153,\n            \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n            \"companyName\": \"Megaport Lab\",\n            \"description\": \"SK2\",\n            \"productId\": 226855,\n            \"productUid\": \"73b2a452-9f93-4c45-afa0-887cf7f17e89\",\n            \"productName\": \"Example Port\",\n            \"vlan\": 90,\n            \"maxSpeed\": 10000,\n            \"preApproved\": true,\n            \"singleUse\": true,\n            \"lastUsed\": null,\n            \"active\": true,\n            \"validFor\": {\n                \"start\": 1738027665336,\n                \"end\": 1740619649920\n            },\n            \"expired\": false,\n            \"valid\": true,\n            \"bEnd\": {}\n        },\n        {\n            \"key\": \"593a32f0-42cc-419c-94a8-de2057937162\",\n            \"createDate\": 1738027681118,\n            \"companyId\": 1153,\n            \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n            \"companyName\": \"Megaport Lab\",\n            \"description\": \"SK3\",\n            \"productId\": 226855,\n            \"productUid\": \"73b2a452-9f93-4c45-afa0-887cf7f17e89\",\n            \"productName\": \"Example Port\",\n            \"vlan\": null,\n            \"maxSpeed\": 10000,\n            \"preApproved\": true,\n            \"singleUse\": false,\n            \"lastUsed\": null,\n            \"active\": false,\n            \"validFor\": {\n                \"start\": 1738027680699,\n                \"end\": 1740619668495\n            },\n            \"expired\": false,\n            \"valid\": false,\n            \"bEnd\": {}\n        }\n    ]\n}"},{"id":"356c893f-105a-408a-b9e8-13972ff7848e","name":"List Service Keys - Specified Key","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":{"raw":"{{baseUrl}}/v2/service/key?key=29ff7f32-c19a-4ced-b4e1-4f796b213b6f","host":["{{baseUrl}}"],"path":["v2","service","key"],"query":[{"key":"productIdOrUid","value":"73b2a452-9f93-4c45-afa0-887cf7f17e89","description":"List keys linked to the Port specified by the product ID or UID. (Optional)","disabled":true},{"key":"key","value":"29ff7f32-c19a-4ced-b4e1-4f796b213b6f","description":"Get details for the specified key. (Optional) You can use the first 8 digits of a key, or you can use the full value. "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 28 Jan 2025 01:46:28 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"950"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Correlation-Id","value":"7df7298ad7d897a5471fd0cdcf1fd66d"},{"key":"X-Amzn-Trace-Id","value":"Root=1-679836f3-4700c719566ada6420d75739"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Server-Timing","value":"app;dur=142"},{"key":"ETag","value":"W/\"02e22a52073038a711365c6154cd7ba0b\""},{"key":"X-Xss-Protection","value":"1 ; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"trace-id","value":"7df7298ad7d897a5471fd0cdcf1fd66d"},{"key":"X-Robots-Tag","value":"noindex"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Found service key [29ff7f32-c19a-4ced-b4e1-4f796b213b6f]\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": {\n        \"key\": \"29ff7f32-c19a-4ced-b4e1-4f796b213b6f\",\n        \"createDate\": 1738027647205,\n        \"companyId\": 1153,\n        \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n        \"companyName\": \"Megaport Lab\",\n        \"description\": \"SK1\",\n        \"productId\": 226855,\n        \"productUid\": \"73b2a452-9f93-4c45-afa0-887cf7f17e89\",\n        \"productName\": \"Example Port\",\n        \"vlan\": null,\n        \"maxSpeed\": 10000,\n        \"preApproved\": true,\n        \"singleUse\": false,\n        \"lastUsed\": null,\n        \"active\": true,\n        \"validFor\": {\n            \"start\": 1738027646696,\n            \"end\": 1740619635209\n        },\n        \"expired\": false,\n        \"valid\": true,\n        \"productDto\": {\n            \"productUid\": \"73b2a452-9f93-4c45-afa0-887cf7f17e89\",\n            \"productName\": \"Example Port\",\n            \"portSpeed\": 10000,\n            \"locationId\": 68,\n            \"vxcPermitted\": true,\n            \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n            \"companyName\": \"Megaport Lab\",\n            \"connectType\": \"DEFAULT\",\n            \"diversityZone\": \"blue\"\n        },\n        \"bEnd\": {}\n    }\n}"}],"_postman_id":"cda68822-9150-475e-8fe7-60633b21a249"},{"name":"Generate Service Key","id":"15c41fc3-1c99-429b-a3af-cf753b343f8b","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"productUid\": \"73b2a452-9f93-4c45-afa0-887cf7f17e89\",\n    \"description\": \"Documentation Service Key - Single Use\",\n    \"active\": true,\n    \"_set_singleUse_to_false_to_make_service_key_multiUse\": true,\n    \"singleUse\": true,\n    \"maxSpeed\": \"500\",\n    \"preApproved\": true,\n    \"vlan\": 3,\n    \"validFor\": {\n        \"_make_start_timestamp_equal_to_now\": 1608506197135,\n        \"start\": 1608506197135,\n        \"_make_end_timestamp_equal_to_1_month_forward\": 1612015200000,\n        \"end\": 1612015200000\n    },\n    \"diversityZone\": \"blue\"\n}"},"url":"{{baseUrl}}/v2/service/key","description":"<p>Creates a service key.</p>\n<p>Before you can create a service key, you need a service and you specify the ID of the service in the <code>productUid</code> field of the request.</p>\n<p>Customize the Body of the request with the configuration details for the service key.</p>\n<p><code>active</code> determines whether the service key is available for use. Valid values are <code>true</code> if you want the key to be available right away and <code>false</code> if you don’t want the key to be available right away. The service key can be updated at a later time to change this value.</p>\n<p><code>singleUse</code> determines whether to create a single-use or multi-use service key. Valid values are <code>true</code> (single-use) and <code>false</code> (multi-use). With a multi-use key, the customer that you share the key with can request multiple connections using that key. For single-use keys only, specify a VLAN ID (<code>vlan</code>). You can create an untagged (no VLAN) single-use service key by specifying <code>\"vlan\": -1</code>.</p>\n<p><code>maxSpeed</code> is the maximum rate limit for the service key in Mbps. This must be equal to or lower than 1000. Leaving this value blank will limit the service key to the maximum available service speed.</p>\n<p><code>validFor</code> is the range of dates for which the service key is valid. The dates are entered in UNIX timestamp date format. You can use tools such as <a href=\"https://www.epochconverter.com/\">https://www.epochconverter.com/</a> or <a href=\"https://it-tools.tech/date-converter\">https://it-tools.tech/date-converter</a> to determine the correct value to enter.</p>\n<p>For more information, see <a href=\"https://docs.megaport.com/api/api-create-servicekey/\">Creating a Service Key with the API</a>.</p>\n","urlObject":{"path":["v2","service","key"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"9a3b4794-ca82-4b3c-a9e7-11b07c5f311a","name":"Generate Service Key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"{\n    \"productUid\": \"73b2a452-9f93-4c45-afa0-887cf7f17e89\",\n    \"description\": \"Documentation Service Key - Single Use\",\n    \"active\": true,\n    \"_set_singleUse_to_false_to_make_service_key_multiUse\": true,\n    \"singleUse\": true,\n    \"maxSpeed\": \"500\",\n    \"preApproved\": true,\n    \"vlan\": 3,\n    \"validFor\": {\n        \"_make_start_timestamp_equal_to_now\": 1608506197135,\n        \"start\": 1608506197135,\n        \"_make_end_timestamp_equal_to_1_month_forward\": 1612015200000,\n        \"end\": 1612015200000\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api-staging.megaport.com/v2/service/key"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 28 Jan 2025 04:45:56 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"987"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Correlation-Id","value":"e11d8f351f3169091ade4b5d68d1f955"},{"key":"X-Amzn-Trace-Id","value":"Root=1-67986104-4cc06e265b00a55a0906a31b"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Server-Timing","value":"app;dur=199"},{"key":"X-Xss-Protection","value":"1 ; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"trace-id","value":"e11d8f351f3169091ade4b5d68d1f955"},{"key":"X-Robots-Tag","value":"noindex"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"New service key [96cbcd3b-024e-4ea2-9b9f-ebfe5296b979] generated\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": {\n        \"key\": \"96cbcd3b-024e-4ea2-9b9f-ebfe5296b979\",\n        \"createDate\": 1738039556254,\n        \"companyId\": 1153,\n        \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n        \"companyName\": \"Megaport Lab\",\n        \"description\": \"Documentation Service Key - Single Use\",\n        \"productId\": 226855,\n        \"productUid\": \"73b2a452-9f93-4c45-afa0-887cf7f17e89\",\n        \"productName\": \"Example Port\",\n        \"vlan\": 3,\n        \"maxSpeed\": 500,\n        \"preApproved\": true,\n        \"singleUse\": true,\n        \"lastUsed\": null,\n        \"active\": true,\n        \"validFor\": {\n            \"start\": 1608506197135,\n            \"end\": 1612015200000\n        },\n        \"expired\": true,\n        \"valid\": false,\n        \"productDto\": {\n            \"productUid\": \"73b2a452-9f93-4c45-afa0-887cf7f17e89\",\n            \"productName\": \"Example Port\",\n            \"portSpeed\": 10000,\n            \"locationId\": 68,\n            \"vxcPermitted\": true,\n            \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n            \"companyName\": \"Megaport Lab\",\n            \"connectType\": \"DEFAULT\",\n            \"diversityZone\": \"blue\"\n        },\n        \"bEnd\": {}\n    }\n}"},{"id":"78be5b81-df4b-4c66-816b-e9759e6f0553","name":"Generate Service Key - single use untagged VLAN","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"{\n    \"productUid\": \"8740f152-cba2-4dd1-a8a9-888ba9936e3f\",\n    \"description\": \"Documentation Service Key - Single Use untagged\",\n    \"active\": true,\n    \"_set_singleUse_to_false_to_make_service_key_multiUse\": false,\n    \"singleUse\": true,\n    \"maxSpeed\": \"500\",\n    \"preApproved\": true,\n    \"vlan\": -1,\n    \"validFor\": {\n        \"_make_start_timestamp_equal_to_now\": 1608506197135,\n        \"start\": 1608506197135,\n        \"_make_end_timestamp_equal_to_1_month_forward\": 1612015200000,\n        \"end\": 1612015200000\n    },\n    \"diversityZone\": \"blue\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v2/service/key"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 08 Dec 2025 06:03:38 GMT"},{"key":"Content-Type","value":"application/json","description":""},{"key":"Content-Length","value":"1055"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amzn-Trace-Id","value":"Root=1-69366a39-1cb1291a4c31a02658066d7b"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Server-Timing","value":"app;dur=515"},{"key":"X-Xss-Protection","value":"1 ; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"trace-id","value":"7c182b26982a27ae0cd5fc811ecbc144"},{"key":"X-Robots-Tag","value":"noindex"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"New service key [86128179-df07-4967-8ec5-f35270ce614d] generated\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": {\n        \"key\": \"86128179-df07-4967-8ec5-f35270ce614d\",\n        \"createDate\": 1765173817799,\n        \"companyId\": 1153,\n        \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n        \"companyName\": \"Megaport Lab\",\n        \"description\": \"Documentation Service Key - Single Use untagged\",\n        \"productId\": 24851,\n        \"productUid\": \"8740f152-cba2-4dd1-a8a9-888ba9936e3f\",\n        \"productName\": \"SG1_SALAB_PLEASE_DO_NOT_DELETE\",\n        \"productType\": \"MEGAPORT\",\n        \"vlan\": -1,\n        \"maxSpeed\": 500,\n        \"preApproved\": true,\n        \"singleUse\": true,\n        \"lastUsed\": null,\n        \"active\": true,\n        \"validFor\": {\n            \"start\": 1608506197135,\n            \"end\": 1612015200000\n        },\n        \"expired\": true,\n        \"valid\": false,\n        \"productDto\": {\n            \"productUid\": \"8740f152-cba2-4dd1-a8a9-888ba9936e3f\",\n            \"productName\": \"SG1_SALAB_PLEASE_DO_NOT_DELETE\",\n            \"portSpeed\": 1000,\n            \"locationId\": 36,\n            \"vxcPermitted\": true,\n            \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n            \"companyName\": \"Megaport Lab\",\n            \"connectType\": \"DEFAULT\",\n            \"diversityZone\": \"red\"\n        },\n        \"bEnd\": {}\n    }\n}"}],"_postman_id":"15c41fc3-1c99-429b-a3af-cf753b343f8b"},{"name":"Create VXC with a Service Key (v3)","id":"89e7c5a3-104c-4bda-a67b-88c13f51e5a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"[\n    {\n        \"productUid\": \"7fba50bb-ac35-465b-9b8b-9a6d7335ec7a\",\n        \"associatedVxcs\": [\n            {\n                \"productName\": \"VXC from service key\",\n                \"rateLimit\": 100,\n                \"term\": 12,\n                \"shutdown\": false,\n                \"promoCode\": \"promox3mnthfree2\",\n                \"serviceKey\": \"d2d7fd14-377e-4281-ad22-6b0dfdbae9e5\",\n                \"aEnd\": {\n                    \"vlan\": 2\n                },\n                \"bEnd\": {\n                    \"productUid\": \"9b5f94e9-1c3f-4398-804d-ab4939e53f37\"\n                }\n            }\n        ]\n    }\n]"},"url":"{{baseUrl}}/v3/networkdesign/buy","description":"<p>Creates a VXC between a configured service and a B-End location defined in the service key.</p>\n<p>Specify the configuration details in the Body of the request. The first <code>productUid</code> identifies the service in your Megaport location and the <code>bEnd: productUid</code> identifies the location from the service key lookup. You also need to provide the full service key in <code>serviceKey</code>.</p>\n<p>Specify a <code>ratelimit</code> up to the maximum rate limit set on the service key.</p>\n<p><code>term</code> is the contract term for the VXC. Valid values are 1, 12, 24, 36, 48, and 60 months. If <code>term</code> is not provided when ordering a VXC, it defaults to 1 (No Minimum Term).</p>\n<p><code>shutdown</code> will temporarily shut down and re-enable the VXC. Valid values are <code>true</code> (shut down) and <code>false</code> (enabled). If not provided, it defaults to <code>false</code> (enabled).</p>\n<p><code>promoCode</code> is an optional string that can be used to enter a promotional code for the service order. The code is not validated, so if the code doesn’t exist or doesn’t work for the service, the call will still be successful.</p>\n<p><strong>Tip:</strong> To test your request before you order and see pricing details, use the <code>/v3/networkdesign/validate</code> endpoint with the same Body configuration.</p>\n","urlObject":{"path":["v3","networkdesign","buy"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"b648dff6-3e91-40c5-a43b-48cf4a41aabb","name":"Create VXC to SAP (v3)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"[\n    {\n        \"productUid\": \"7fba50bb-ac35-465b-9b8b-9a6d7335ec7a\",\n        \"associatedVxcs\": [\n            {\n                \"productName\": \"Service key SAP VXC\",\n                \"rateLimit\": 100, \n                \"serviceKey\": \"d2d7fd14-377e-4281-ad22-6b0dfdbae9e5\", \n                \"aEnd\": {\n                    \"vlan\": 2\n                },\n                \"bEnd\": {\n                    \"productUid\": \"9b5f94e9-1c3f-4398-804d-ab4939e53f37\"\n                }\n            }\n        ]\n    }\n]\n\n","options":{"raw":{"language":"json"}}},"url":"https://api-staging.megaport.com/v3/networkdesign/buy"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 08 Jan 2021 21:14:07 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.17.10"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"UOW","value":"a717a64a-2d2c-470d-9b25-4c52ae443301"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"VXC [399f0fd8-8a69-4e15-abdb-537b0cb8a858] created. \",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"createDate\": 1610140443499,\n            \"vxcOrderId\": 55791,\n            \"payerMegaPortId\": 74841,\n            \"nonPayerMegaPortId\": 39950,\n            \"payerMegaPortName\": \"My LA API Port\",\n            \"nonPayerMegaPortName\": \"BNE5-01-10G\",\n            \"payerCompanyId\": 15,\n            \"nonPayerCompanyId\": 28,\n            \"payerLocationId\": 60,\n            \"nonPayerLocationId\": 44,\n            \"salesId\": null,\n            \"payerCompanyName\": \"Megaport Lab\",\n            \"nonPayerCompanyName\": \"6YS\",\n            \"payerMegaPortNsId\": 167551,\n            \"nonPayerMegaPortNsId\": 90147,\n            \"payerVlanId\": 2,\n            \"nonPayerVlanId\": 373,\n            \"payerInnerVlanId\": null,\n            \"nonPayerInnerVlanId\": null,\n            \"payerApproverName\": \"Eric Akin\",\n            \"payerApproverId\": 32278,\n            \"nonPayerApproverName\": null,\n            \"nonPayerApproverId\": null,\n            \"payerApproval\": 1610140443263,\n            \"nonPayerApproval\": 1610140443308,\n            \"fixedTerm\": true,\n            \"duration\": 1,\n            \"rollover\": true,\n            \"serviceName\": \"from My LA API Port to BNE5-01-10G\",\n            \"payerStatus\": \"APPROVED\",\n            \"nonPayerStatus\": \"APPROVED\",\n            \"speed\": 100,\n            \"distanceBand\": \"ZONE\",\n            \"intercapPath\": \"\",\n            \"awsId\": null,\n            \"promoCode\": null,\n            \"rateType\": \"MONTHLY\",\n            \"vxcJTechnicalServiceId\": 74842,\n            \"vxcJTechnicalServiceUid\": \"399f0fd8-8a69-4e15-abdb-537b0cb8a858\",\n            \"provisionDate\": 1610140443232,\n            \"orderType\": \"NEW\",\n            \"monthlyDiscountAmount\": null,\n            \"discountMonths\": null,\n            \"amazonDirectConnectConfigDto\": null,\n            \"amsixConnectConfigDto\": null,\n            \"webAirProvItem\": null,\n            \"sdrcProvItem\": null,\n            \"rate\": null,\n            \"setup\": null,\n            \"asn\": null,\n            \"bgpPassword\": null,\n            \"usageAlgorithm\": \"POST_PAID_HOURLY_SPEED_LONG_HAUL_VXC\",\n            \"costCentre\": null,\n            \"azureServiceKey\": null,\n            \"oracleVirtualCircuitId\": null,\n            \"serviceKey\": \"d2d7fd14-377e-4281-ad22-6b0dfdbae9e5\",\n            \"connectType\": \"DEFAULT\",\n            \"payerConfig\": {},\n            \"nonPayerConfig\": {},\n            \"attributeTags\": {},\n            \"fullyApproved\": true\n        }\n    ]\n}"}],"_postman_id":"89e7c5a3-104c-4bda-a67b-88c13f51e5a9"},{"name":"Update Service Key","id":"bd452ce6-b1f4-4f5c-bf68-a545e82817c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"{\n  \"key\": \"e19de6a6-5354-4240-b382-70aa4352dc20\",\n  \"productId\": 74177,\n  \"singleUse\": false,\n  \"active\": true,\n  \"validFor\": {\n    \"start\": 1608506197135,\n    \"end\": 1612015200000\n  }\n}"},"url":"{{baseUrl}}/v2/service/key","description":"<p>Edits the details of a service key.</p>\n<p>The changes are defined in the Body of the request. The <code>productId</code> is returned when you list the service keys.</p>\n<p>Only include the parameters that you want to update. For a service key, you can update the following parameters:</p>\n<ul>\n<li><p><code>singleUse</code> - Determines whether the service key is single-use or multi-use. Valid values are <code>true</code> (single-use) and <code>false</code> (multi-use). With a multi-use key, the customer that you share the key with can request multiple connections using that key.</p>\n</li>\n<li><p><code>active</code> - Determines whether the service key is available for use. Valid values are <code>true</code> if you want the key to be available right away and <code>false</code> if you don’t want the key to be available right away.</p>\n</li>\n<li><p><code>validFor</code> - The range of dates for which the service key is valid. The dates are entered in UNIX timestamp date format. You can use tools such as <a href=\"https://www.epochconverter.com/\">https://www.epochconverter.com/</a> or <a href=\"https://it-tools.tech/date-converter\">https://it-tools.tech/date-converter</a> to determine the correct value to enter.</p>\n</li>\n</ul>\n","urlObject":{"path":["v2","service","key"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"cbbbceec-d481-49e0-942d-efdc54c8964d","name":"Update Service Key","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"{\n  \"key\": \"96cbcd3b-024e-4ea2-9b9f-ebfe5296b979\",\n  \"productId\": 74177,\n  \"singleUse\": false,\n  \"active\": true,\n  \"validFor\": {\n    \"start\": 1608506197135,\n    \"end\": 1612015200000\n  }\n}","options":{"raw":{"language":"json"}}},"url":"https://api-staging.megaport.com/v2/service/key"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 28 Jan 2025 06:49:14 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"951"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Correlation-Id","value":"6e1864d5b77a4fb45b15bb733fe64447"},{"key":"X-Amzn-Trace-Id","value":"Root=1-67987dea-7e152c754545879d689c79b3"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Server-Timing","value":"app;dur=329"},{"key":"X-Xss-Protection","value":"1 ; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"trace-id","value":"6e1864d5b77a4fb45b15bb733fe64447"},{"key":"X-Robots-Tag","value":"noindex"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Service key [96cbcd3b-024e-4ea2-9b9f-ebfe5296b979] updated\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": {\n        \"key\": \"96cbcd3b-024e-4ea2-9b9f-ebfe5296b979\",\n        \"createDate\": 1738039556254,\n        \"companyId\": 1153,\n        \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n        \"companyName\": \"Megaport Lab\",\n        \"description\": null,\n        \"productId\": 226855,\n        \"productUid\": \"73b2a452-9f93-4c45-afa0-887cf7f17e89\",\n        \"productName\": \"Example Port\",\n        \"vlan\": null,\n        \"maxSpeed\": 10000,\n        \"preApproved\": null,\n        \"singleUse\": false,\n        \"lastUsed\": null,\n        \"active\": true,\n        \"validFor\": {\n            \"start\": 1608506197135,\n            \"end\": 1612015200000\n        },\n        \"expired\": true,\n        \"valid\": false,\n        \"productDto\": {\n            \"productUid\": \"73b2a452-9f93-4c45-afa0-887cf7f17e89\",\n            \"productName\": \"Example Port\",\n            \"portSpeed\": 10000,\n            \"locationId\": 68,\n            \"vxcPermitted\": true,\n            \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n            \"companyName\": \"Megaport Lab\",\n            \"connectType\": \"DEFAULT\",\n            \"diversityZone\": \"blue\"\n        },\n        \"bEnd\": {}\n    }\n}"}],"_postman_id":"bd452ce6-b1f4-4f5c-bf68-a545e82817c8"}],"id":"eb681bb1-1149-4d24-bcc5-b3ac88791022","description":"<p>Service keys let you connect ports in separate Megaport accounts and enable business-to-business VXCs. They can be single-use or multiple-use, pre-approved or upon request to the issuing entity, and have maximum speeds and validity periods attached.</p>\n<p>Single-use service keys can contain a VLAN ID or they can be untagged. To set a single-use service key to untagged, set the field \"vlan\": to -1.</p>\n<p>Multiple-use keys cannot re-use the same VLAN.</p>\n<p>For more information, see <a href=\"https://docs.megaport.com/marketplace/service-keys/\">Setting Up Service Keys</a> and <a href=\"https://docs.megaport.com/api/api-create-servicekey/\">Creating a Service Key with the API</a>.</p>\n","_postman_id":"eb681bb1-1149-4d24-bcc5-b3ac88791022"},{"name":"Megaport Internet","item":[{"name":"Validate Megaport Internet Order (v3)","id":"98b96554-00f3-413b-a3b4-038e58c24901","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"[\n {\n   \"productUid\": \"ecdc7ee9-a197-4686-8b16-046cfc07797a\",\n   \"associatedVxcs\": [\n     {    \n      \"rateLimit\": 10000,\n      \"term\": 12,\n      \"promoCode\": \"promox3mnthfree2\",\n      \"productName\": \"Example Megaport Internet Connection\",\n      \"aEnd\": {\n        \"productName\": \"GB Megaport Internet Port\"\n      },  \n      \"bEnd\": {\n        \"productUid\": \"874dbcff-a1f9-4328-9c08-112cd87c20f6\"\n      },\n      \"productType\": \"VXC\",\n      \"connectType\": \"TRANSIT\",\n      \"shutdown\": false\n     }\n ]\n }\n]\n"},"url":"{{baseUrl}}/v3/networkdesign/validate","description":"<p>A Megaport Internet connection is a scalable, on-demand service delivered over a VXC that allows you to connect to the public internet from Ports, MCRs, and MVEs.</p>\n<p>This endpoint validates the request and ensures all parameters are within range and acceptable to the provisioning system. A successful validation request returns pricing details. This request does not commit the order.</p>\n<p>Customize the Body of the request with the configuration details for the Megaport Internet connection. The first <code>productUid</code> identifies the Port/MCR/MVE in your Megaport location and the <code>bEnd: productUid</code> identifies the internet router location from the GET Partner Megaports lookup. Use <code>productType</code> \"VXC\" and <code>connectType</code> \"TRANSIT\".</p>\n<p>You can also configure the product name, rate limit, contract term (1, 12, 24, 36, 48, 60 months), and whether to enable or shut down the connection in the Body of the request. If <code>term</code> is not provided when validating a Megaport Internet connection, it defaults to 1 (No Minimum Term). <code>shutdown</code> will temporarily shut down and re-enable the Megaport Internet connection. Valid values are <code>true</code> (shut down) and <code>false</code> (enabled). If not provided, it defaults to <code>false</code> (enabled).</p>\n<p><code>promoCode</code> is an optional string that can be used to enter a promotional code for the service order. The code is not validated, so if the code doesn’t exist or doesn’t work for the service, the call will still be successful.</p>\n<p>Each Port can have up to 100 Megaport Internet connections, and each MCR and MVE can have up to 25. Because Megaport Internet is treated as a VXC, any limit on the number of VXCs per Port, MCR, or MVE will include the Megaport Internet service, along with any other type of VXC.</p>\n<p>For more details, see <a href=\"https://docs.megaport.com/api/api-mic/\">Creating a Megaport Internet Connection from a Port with the API</a>.</p>\n","urlObject":{"path":["v3","networkdesign","validate"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"5c35a2d7-1594-420f-8b8f-3c9814a09d65","name":"Validate Megaport Internet Order (v3)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer •••••••"}],"body":{"mode":"raw","raw":"[\n {\n   \"productUid\": \"ecdc7ee9-a197-4686-8b16-046cfc07797a\",\n   \"associatedVxcs\": [\n     {    \n      \"rateLimit\": 10000,\n      \"term\": 12,\n      \"productName\": \"Example Megaport Internet Connection\",\n      \"aEnd\": {\n        \"productName\": \"GB Megaport Internet Port\"\n      },  \n      \"bEnd\": {\n        \"productUid\": \"874dbcff-a1f9-4328-9c08-112cd87c20f6\"\n      },\n      \"productType\": \"VXC\",\n      \"connectType\": \"TRANSIT\"\n     }\n ]\n }\n]\n","options":{"raw":{"language":"json"}}},"url":"https://api-staging.megaport.com/v3/networkdesign/validate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 21 Nov 2023 02:30:38 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"649"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"UOW","value":"7f2b3b14-7434-45be-8d54-5111d724543c"},{"key":"Set-Cookie","value":"JSESSIONID=CD1B4E81A6AC0028FA69CF0BD9200FB5; Path=/; HttpOnly"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Validation passed\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"price\": {\n                \"hourlySetup\": 0,\n                \"dailySetup\": 0,\n                \"monthlySetup\": 0,\n                \"hourlyRate\": 0,\n                \"dailyRate\": 0,\n                \"monthlyRate\": 28858,\n                \"fixedRecurringCharge\": 0,\n                \"postPaidBaseRate\": \"no base rate\",\n                \"longHaulMbpsRate\": 28858,\n                \"mbpsRate\": 28858,\n                \"currency\": \"AUD\",\n                \"key\": \"no key\",\n                \"productType\": \"VXC\",\n                \"aEndRate\": 0,\n                \"bEndRate\": 0,\n                \"empty\": false\n            },\n            \"serviceName\": \"Example Megaport Internet Connection\",\n            \"productType\": \"VXC\",\n            \"productUid\": \"2885faca-9814-4c45-aa82-d79192a92cae\",\n            \"market\": \"AU\",\n            \"string\": \"Melbourne\"\n        }\n    ]\n}"}],"_postman_id":"98b96554-00f3-413b-a3b4-038e58c24901"},{"name":"Buy Megaport Internet (v3)","id":"4bd07982-042b-40fd-a659-590007304b7b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"[\n {\n   \"productUid\": \"ecdc7ee9-a197-4686-8b16-046cfc07797a\",\n   \"associatedVxcs\": [\n     {    \n      \"rateLimit\": 10000,\n      \"term\": 12,\n      \"promoCode\": \"promox3mnthfree2\",\n      \"productName\": \"Example Megaport Internet Connection\",\n      \"aEnd\": {\n        \"productName\": \"GB Megaport Internet Port\"\n      },  \n      \"bEnd\": {\n        \"productUid\": \"874dbcff-a1f9-4328-9c08-112cd87c20f6\"\n      },\n      \"productType\": \"VXC\",\n      \"connectType\": \"TRANSIT\",\n      \"shutdown\": false\n     }\n ]\n }\n]","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/networkdesign/buy","description":"<p>Validates and orders Megaport Internet connections.</p>\n<p>This endpoint orders the Megaport Internet connection and submits the configuration details to the provisioning system for processing. This request commits the order.</p>\n<p>Once validated with understood pricing, use the <code>buy</code> request to order the Megaport Internet connection.</p>\n<p>Specify the configuration details in the Body of the request. The first <code>productUid</code> identifies the Port/MCR/MVE in your Megaport location and the <code>bEnd: productUid</code> identifies the location of the internet router from the GET Partner Megaports lookup. Use <code>productType</code> \"VXC\" and <code>connectType</code> \"TRANSIT\".</p>\n<p>The attributes have these values:</p>\n<ul>\n<li><p><code>rateLimit</code> - The maximum speed of this Megaport Internet connection in Mbps. The maximum rate limit is 10 Gbps. You can adjust the speed as needed after you create the Megaport Internet connection, in increments of 1 Mbps.</p>\n</li>\n<li><p><code>term</code> - The contract term for the Megaport Internet connection. Valid values are 1, 12, 24, 36, 48, and 60 months. If <code>term</code> is not provided when ordering a Megaport Internet connection, it defaults to 1 (No Minimum Term).</p>\n</li>\n<li><p><code>promoCode</code> (Optional) - A string that can be used to enter a promotional code for the service order. The code is not validated, so if the code doesn’t exist or doesn’t work for the service, the call will still be successful.</p>\n</li>\n<li><p><code>productName</code> - Specify a name for the Megaport Internet connection that is easily identifiable.</p>\n</li>\n<li><p><code>aEnd</code> - Specify the <code>productName</code> of the A-End of the Megaport Internet connection.</p>\n</li>\n<li><p><code>bEnd</code> (Required) - Specify the <code>productUid</code> for the Megaport Internet connection. The B-End <code>productUid</code> is the destination internet router from the response of the <code>v2/dropdowns/partner/megaports</code> endpoint.</p>\n</li>\n<li><p><code>shutdown</code> (Optional) - Temporarily shut down and re-enable the Megaport Internet connection. Valid values are <code>true</code> (shut down) and <code>false</code> (enabled). If not provided, it defaults to <code>false</code> (enabled).</p>\n</li>\n</ul>\n<p><strong>Tip</strong>: You can copy the validated Body from the <strong>POST Validate Megaport Internet Order</strong> endpoint and paste it into the Body of this endpoint to save time.</p>\n<p>For more details, see <a href=\"https://docs.megaport.com/api/api-mic/\">Creating a Megaport Internet Connection from a Port with the API</a>.</p>\n","urlObject":{"path":["v3","networkdesign","buy"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"1d54833d-1407-483b-97b2-8fd0c96af6f3","name":"Buy Megaport Internet (v3)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer •••••••"}],"body":{"mode":"raw","raw":"[\n {\n   \"productUid\": \"ecdc7ee9-a197-4686-8b16-046cfc07797a\",\n   \"associatedVxcs\": [\n     {    \n      \"rateLimit\": 10000,\n      \"term\": 12,\n      \"productName\": \"Example Megaport Internet Connection\",\n      \"aEnd\": {\n        \"productName\": \"GB Megaport Internet Port\"\n      },  \n      \"bEnd\": {\n        \"productUid\": \"874dbcff-a1f9-4328-9c08-112cd87c20f6\"\n      },\n      \"productType\": \"VXC\",\n      \"connectType\": \"TRANSIT\"\n     }\n ]\n }\n]","options":{"raw":{"language":"json"}}},"url":"https://api-staging.megaport.com/v3/networkdesign/buy"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 21 Nov 2023 02:41:17 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"3371"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"UOW","value":"69eecfdc-ae2c-4475-a67b-c1859233834d"},{"key":"Set-Cookie","value":"JSESSIONID=977B0782CE30CC82151D77D81752856E; Path=/; HttpOnly"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"VXC [ed929e68-d241-489e-8fa8-e2f6573d5b45] created.\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"createDate\": 1700534473332,\n            \"vxcOrderId\": 132747,\n            \"payerMegaPortId\": 180105,\n            \"nonPayerMegaPortId\": 93815,\n            \"payerMegaPortName\": \"GB Megaport Internet Port\",\n            \"nonPayerMegaPortName\": \"Megaport Internet\",\n            \"payerCompanyId\": 1153,\n            \"nonPayerCompanyId\": 203,\n            \"payerLocationId\": 23,\n            \"nonPayerLocationId\": 23,\n            \"salesId\": null,\n            \"payerCompanyName\": \"Megaport Lab\",\n            \"nonPayerCompanyName\": \"Networks\",\n            \"payerMegaPortNsId\": 479101,\n            \"nonPayerMegaPortNsId\": 212924,\n            \"payerVlanId\": 0,\n            \"nonPayerVlanId\": 0,\n            \"payerInnerVlanId\": null,\n            \"nonPayerInnerVlanId\": null,\n            \"payerApproverName\": \"Greg Brown\",\n            \"payerApproverId\": 50402,\n            \"nonPayerApproverName\": \"Greg Brown\",\n            \"nonPayerApproverId\": 50402,\n            \"payerApproval\": 1700534473311,\n            \"nonPayerApproval\": 1700534473327,\n            \"fixedTerm\": true,\n            \"duration\": 1,\n            \"rollover\": true,\n            \"serviceName\": \"from GB Megaport Internet Port to Megaport Internet\",\n            \"payerStatus\": \"APPROVED\",\n            \"nonPayerStatus\": \"APPROVED\",\n            \"speed\": 10000,\n            \"distanceBand\": \"METRO\",\n            \"intercapPath\": \"\",\n            \"awsId\": null,\n            \"promoCode\": null,\n            \"dealUid\": null,\n            \"rateType\": \"MONTHLY\",\n            \"vxcJTechnicalServiceId\": 180173,\n            \"vxcJTechnicalServiceUid\": \"ed929e68-d241-489e-8fa8-e2f6573d5b45\",\n            \"provisionDate\": 1700534473306,\n            \"orderType\": \"NEW\",\n            \"monthlyDiscountAmount\": null,\n            \"discountMonths\": null,\n            \"amazonDirectConnectConfigDto\": null,\n            \"amsixConnectConfigDto\": null,\n            \"webAirProvItem\": null,\n            \"sdrcProvItem\": null,\n            \"rate\": null,\n            \"setup\": null,\n            \"asn\": null,\n            \"bgpPassword\": null,\n            \"usageAlgorithm\": \"POST_PAID_HOURLY_NORMALISED_SPEED\",\n            \"costCentre\": null,\n            \"azureServiceKey\": null,\n            \"oracleVirtualCircuitId\": null,\n            \"serviceKey\": null,\n            \"vxc\": {\n                \"serviceName\": \"Example Megaport Internet Connection\",\n                \"name\": \"Example Megaport Internet Connection\",\n                \"secondaryName\": null,\n                \"technicalServiceId\": 180173,\n                \"technicalServiceUid\": \"ed929e68-d241-489e-8fa8-e2f6573d5b45\",\n                \"requestedDate\": 1700534473306,\n                \"configuredDate\": null,\n                \"currentEstimatedDelivery\": null,\n                \"companyName\": \"Megaport Lab\",\n                \"companyId\": 1153,\n                \"billingContactName\": null,\n                \"billingContactId\": null,\n                \"adminContactName\": null,\n                \"adminContactId\": null,\n                \"technicalContactName\": null,\n                \"technicalContactId\": null,\n                \"salesName\": null,\n                \"salesId\": null,\n                \"billableId\": 171998,\n                \"billableUsageAlgorithm\": null,\n                \"productType\": \"VXC\",\n                \"provisioningStatus\": \"DEPLOYABLE\",\n                \"failedReason\": null,\n                \"inAdvanceBillingStatus\": null,\n                \"provisioningItems\": [],\n                \"tags\": [],\n                \"vxcDistanceBand\": \"METRO\",\n                \"intercapPath\": \"\",\n                \"marketplaceVisibility\": true,\n                \"vxcPermitted\": true,\n                \"vxcAutoApproval\": false,\n                \"createDate\": 1700534473320,\n                \"terminationDate\": null,\n                \"contractStartDate\": null,\n                \"contractTermMonths\": 12,\n                \"rateType\": \"MONTHLY\",\n                \"trialAgreement\": false,\n                \"payerCompanyId\": null,\n                \"nonPayerCompanyId\": null,\n                \"minimumSpeed\": null,\n                \"maximumSpeed\": null,\n                \"rateLimit\": 10000,\n                \"errorMessage\": null,\n                \"lagId\": null,\n                \"aggregationId\": null,\n                \"lagPrimary\": null,\n                \"market\": \"Australia\",\n                \"accountManager\": null,\n                \"promptUid\": null,\n                \"components\": [],\n                \"attributes\": [],\n                \"aLocation\": null,\n                \"bLocation\": null,\n                \"aMetro\": null,\n                \"aCountry\": null,\n                \"aLocationId\": null,\n                \"bLocationId\": null,\n                \"bMetro\": null,\n                \"bCountry\": null,\n                \"attributeTags\": {},\n                \"createdBy\": \"f39b8983-256e-4643-adec-9f0b5da09ab7\",\n                \"buyoutPort\": null,\n                \"virtual\": false,\n                \"locked\": false,\n                \"adminLocked\": false,\n                \"bgpShutdownDefault\": false,\n                \"originDomain\": null\n            },\n            \"connectType\": \"TRANSIT\",\n            \"payerConfig\": {},\n            \"nonPayerConfig\": {},\n            \"attributeTags\": {},\n            \"serviceLicense\": null,\n            \"originDomain\": null,\n            \"fullyApproved\": true\n        }\n    ]\n}"}],"_postman_id":"4bd07982-042b-40fd-a659-590007304b7b"},{"name":"Update Megaport Internet (v3)","id":"958c4549-ffb1-4cf5-bde2-5bbd9bdaa1c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"New Name for Megaport Internet Connection\",\n  \"rateLimit\": 5000,\n  \"term\": 12,\n  \"aEndVlan\": 701,\n  \"costCentre\": \"New reference for invoice\",\n  \"aEndProductUid\": \"0ee41f61-4f03-4281-8afe-77fcc949c804\",\n  \"shutdown\": false\n\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/product/vxc/{productUid}","description":"<p>Updates the editable information for a Megaport Internet connection.</p>\n<p>Specify the Megaport Internet connection in the endpoint by the <code>productUid</code>.</p>\n<p><strong>Tip:</strong> Use the <code>/v2/product</code> endpoint to determine the <code>productUid</code>.</p>\n<p>The changes are defined in the Body of the request. Only include the parameters that you want to update. For a Megaport Internet connection, you can update the following parameters:</p>\n<ul>\n<li><p><code>name</code> - Customer name for the connection - this name appears in the Portal.</p>\n</li>\n<li><p><code>rateLimit</code> - A new speed for the connection.</p>\n</li>\n<li><p><code>term</code> - The contract term for the connection. Valid values are 1, 12, 24, 36, 48, and 60 months.</p>\n</li>\n<li><p><code>aEndVlan</code> - A unique VLAN ID for this connection. Values can range from 2 to 4093. If this value is 0, the system allocates a valid VLAN.</p>\n</li>\n<li><p><code>costCentre</code> - A customer reference number to be included in billing information and invoices</p>\n</li>\n<li><p><code>aEndProductUid</code> - When moving a Megaport Internet connection, this is the new A-End for the connection.</p>\n</li>\n<li><p><code>shutdown</code> (Optional) - Temporarily shut down and re-enable the Megaport Internet connection. Valid values are <code>true</code> (shut down) and <code>false</code> (enabled). If not provided, it defaults to <code>false</code> (enabled).</p>\n</li>\n</ul>\n<p><strong>Note:</strong> You can update a product only when its provisioning status is <code>CONFIGURED</code> or <code>LIVE</code>.</p>\n<h4 id=\"move-megaport-internet-connection\">Move Megaport Internet Connection</h4>\n<p>You can move a Megaport Internet connection by updating the A-End or B-End or both, using the fields <code>aEndProductUid</code> and <code>bEndProductUid</code>.</p>\n<p>There are rules that determine where and how you can move a Megaport Internet connection:</p>\n<ul>\n<li><p>The new Port can be in a different location but must be in the <strong>same country</strong>.</p>\n</li>\n<li><p>The new Port must be of the same type. For example, MEGAPORT to MEGAPORT, MCR to MCR, or MVE to MVE.</p>\n</li>\n<li><p>The configured speed of each Megaport Internet connection must be no greater than the speed of the destination Port. If downgrading, it might be necessary for you to lower the speed of the Megaport Internet connection before requesting the move.</p>\n</li>\n<li><p>There must not be an IP address or VLAN conflict. The updated services are checked as if a new service is being ordered. For example, an untagged VLAN can't be moved to a service that already has an untagged VLAN.</p>\n</li>\n<li><p>The services being moved must have different VLAN IDs from any services already on the destination.</p>\n</li>\n</ul>\n<p>If the Megaport Internet connection move is invalid, the move will fail.</p>\n","urlObject":{"path":["v3","product","vxc","{productUid}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"3208a9b1-6dff-429a-9116-f6beb03ddf09","name":"Update Megaport Internet (v3)","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"New Name for Megaport Internet Connection\",\n  \"rateLimit\": 5000,\n  \"aEndVlan\": 699,\n  \"costCentre\": \"New reference for invoice\",\n  \"shutdown\": false\n\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/product/vxc/eef2fb0a-dac6-4d24-8000-64aa0918c145"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 22 Nov 2023 08:22:54 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1770"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"UOW","value":"1ad97a9d-ab59-43b7-8034-282e553a8ca7"},{"key":"Set-Cookie","value":"JSESSIONID=913E8A674401DFFD4EE7A063C7EEAC3E; Path=/; HttpOnly"},{"key":"Location","value":"http://localhost:8080/v2/product/eef2fb0a-dac6-4d24-8000-64aa0918c145"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"VXC 180323 has been updated\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": {\n        \"serviceName\": \"New Name for Megaport Internet Connection\",\n        \"name\": \"New Name for Megaport Internet Connection\",\n        \"secondaryName\": null,\n        \"technicalServiceId\": 180323,\n        \"technicalServiceUid\": \"eef2fb0a-dac6-4d24-8000-64aa0918c145\",\n        \"requestedDate\": 1700638839827,\n        \"configuredDate\": 1700638847219,\n        \"currentEstimatedDelivery\": null,\n        \"companyName\": \"Megaport Lab\",\n        \"companyId\": 1153,\n        \"billingContactName\": null,\n        \"billingContactId\": null,\n        \"adminContactName\": null,\n        \"adminContactId\": null,\n        \"technicalContactName\": null,\n        \"technicalContactId\": null,\n        \"salesName\": null,\n        \"salesId\": null,\n        \"billableId\": 172148,\n        \"billableUsageAlgorithm\": null,\n        \"productType\": \"VXC\",\n        \"provisioningStatus\": \"LIVE\",\n        \"failedReason\": null,\n        \"inAdvanceBillingStatus\": null,\n        \"provisioningItems\": [],\n        \"tags\": [],\n        \"vxcDistanceBand\": \"METRO\",\n        \"intercapPath\": \"\",\n        \"marketplaceVisibility\": true,\n        \"vxcPermitted\": true,\n        \"vxcAutoApproval\": false,\n        \"createDate\": 1700638839857,\n        \"terminationDate\": null,\n        \"contractStartDate\": null,\n        \"contractTermMonths\": 1,\n        \"rateType\": \"MONTHLY\",\n        \"trialAgreement\": false,\n        \"payerCompanyId\": null,\n        \"nonPayerCompanyId\": null,\n        \"minimumSpeed\": null,\n        \"maximumSpeed\": null,\n        \"rateLimit\": 5000,\n        \"errorMessage\": null,\n        \"lagId\": null,\n        \"aggregationId\": null,\n        \"lagPrimary\": null,\n        \"costCentre\": \"New reference for invoice\",\n        \"market\": \"Australia\",\n        \"accountManager\": null,\n        \"promptUid\": null,\n        \"components\": [],\n        \"attributes\": [],\n        \"aLocation\": null,\n        \"bLocation\": null,\n        \"aMetro\": null,\n        \"aCountry\": null,\n        \"aLocationId\": null,\n        \"bLocationId\": null,\n        \"bMetro\": null,\n        \"bCountry\": null,\n        \"attributeTags\": {},\n        \"createdBy\": \"f39b8983-256e-4643-adec-9f0b5da09ab7\",\n        \"buyoutPort\": null,\n        \"virtual\": false,\n        \"locked\": false,\n        \"adminLocked\": false,\n        \"bgpShutdownDefault\": false,\n        \"originDomain\": null\n    }\n}"},{"id":"81e66d73-8779-4313-b327-e6acc7a60539","name":"Update Megaport Internet (v3) - 12 Month Contract Term","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"New Name for Megaport Internet Connection\",\n  \"term\": 12,\n  \"costCentre\": \"New reference for invoice\",\n  \"shutdown\": false\n\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/product/vxc/99de0dd5-7343-4a3b-93a0-927252c6da1b"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Tue, 19 Dec 2023 09:55:09 GMT"},{"key":"X-Amzn-Trace-Id","value":"Root=1-6581687b-7e74d44f5d7de2166f5ce125"},{"key":"Trace-Id","value":"f85f01f3ceaf43a27e50855c26012146"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"UOW","value":"33cf668e-6fa8-459b-8b34-cae3a75f6737"},{"key":"Set-Cookie","value":"JSESSIONID=AA1C8E1ED28A0BDC9D75A3FE2B8FA62F; Path=/; HttpOnly"},{"key":"Location","value":"http://localhost:8080/v2/product/99de0dd5-7343-4a3b-93a0-927252c6da1b"},{"key":"Server-Timing","value":"app;dur=1671"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 c9801432acaf39452e5421e7eeabc4b0.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"SYD62-P2"},{"key":"X-Amz-Cf-Id","value":"jmosN5Unpy03JNbjRSX4KBmc6iMBWIvMo-e_SzWWHKLGkYSC0e3PYQ=="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"VXC 182965 has been updated\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": {\n        \"serviceName\": \"New Name for Megaport Internet Connection\",\n        \"name\": \"New Name for Megaport Internet Connection\",\n        \"secondaryName\": null,\n        \"technicalServiceId\": 182965,\n        \"technicalServiceUid\": \"99de0dd5-7343-4a3b-93a0-927252c6da1b\",\n        \"requestedDate\": 1702978172118,\n        \"configuredDate\": 1702978176460,\n        \"currentEstimatedDelivery\": null,\n        \"companyName\": \"Megaport Lab\",\n        \"companyId\": 1153,\n        \"billingContactName\": null,\n        \"billingContactId\": null,\n        \"adminContactName\": null,\n        \"adminContactId\": null,\n        \"technicalContactName\": null,\n        \"technicalContactId\": null,\n        \"salesName\": null,\n        \"salesId\": null,\n        \"billableId\": 174787,\n        \"billableUsageAlgorithm\": null,\n        \"productType\": \"VXC\",\n        \"provisioningStatus\": \"LIVE\",\n        \"failedReason\": null,\n        \"inAdvanceBillingStatus\": null,\n        \"provisioningItems\": [],\n        \"tags\": [],\n        \"vxcDistanceBand\": \"METRO\",\n        \"intercapPath\": \"\",\n        \"marketplaceVisibility\": true,\n        \"vxcPermitted\": true,\n        \"vxcAutoApproval\": false,\n        \"createDate\": 1702978172144,\n        \"terminationDate\": null,\n        \"contractStartDate\": null,\n        \"contractTermMonths\": 12,\n        \"rateType\": \"MONTHLY\",\n        \"trialAgreement\": false,\n        \"payerCompanyId\": null,\n        \"nonPayerCompanyId\": null,\n        \"minimumSpeed\": null,\n        \"maximumSpeed\": null,\n        \"rateLimit\": 5000,\n        \"errorMessage\": null,\n        \"lagId\": null,\n        \"aggregationId\": null,\n        \"lagPrimary\": null,\n        \"costCentre\": \"New reference for invoice\",\n        \"market\": \"Australia\",\n        \"accountManager\": null,\n        \"promptUid\": null,\n        \"components\": [],\n        \"attributes\": [],\n        \"aLocation\": null,\n        \"bLocation\": null,\n        \"aMetro\": null,\n        \"aCountry\": null,\n        \"aLocationId\": null,\n        \"bLocationId\": null,\n        \"bMetro\": null,\n        \"bCountry\": null,\n        \"attributeTags\": {},\n        \"createdBy\": \"f39b8983-256e-4643-adec-9f0b5da09ab7\",\n        \"buyoutPort\": null,\n        \"virtual\": false,\n        \"locked\": false,\n        \"adminLocked\": false,\n        \"bgpShutdownDefault\": false,\n        \"originDomain\": null\n    }\n}"},{"id":"2749216f-6b65-425c-9bb0-bee479c1e76b","name":"Update Megaport Internet (v3) - 24 Month Contract Term","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"Another Name for Megaport Internet Connection\",\n  \"term\": 24,\n  \"costCentre\": \"Another reference for invoice\",\n  \"shutdown\": false\n\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/product/vxc/99de0dd5-7343-4a3b-93a0-927252c6da1b"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Tue, 19 Dec 2023 10:07:13 GMT"},{"key":"X-Amzn-Trace-Id","value":"Root=1-65816b50-2de7ee1e301d159c4a92dd59"},{"key":"Trace-Id","value":"70ddf53c4ee8fa65adc00ddb6c0183f4"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"UOW","value":"da1c37cc-70ab-4936-a008-3bc8ab6d3339"},{"key":"Set-Cookie","value":"JSESSIONID=3FA5C2CE26F9663BE3C607F41CFC609A; Path=/; HttpOnly"},{"key":"Location","value":"http://localhost:8080/v2/product/99de0dd5-7343-4a3b-93a0-927252c6da1b"},{"key":"Server-Timing","value":"app;dur=1007"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 e3d6764a647541ed814ff5842b8b1476.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"SYD62-P2"},{"key":"X-Amz-Cf-Id","value":"3qxHCrDhUUvX4mhu7Ax262cge4DnfAGkhwPsbmJSP8pGz9amDAZYCg=="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"VXC 182965 has been updated\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": {\n        \"serviceName\": \"Another Name for Megaport Internet Connection\",\n        \"name\": \"Another Name for Megaport Internet Connection\",\n        \"secondaryName\": null,\n        \"technicalServiceId\": 182965,\n        \"technicalServiceUid\": \"99de0dd5-7343-4a3b-93a0-927252c6da1b\",\n        \"requestedDate\": 1702978172118,\n        \"configuredDate\": 1702978176460,\n        \"currentEstimatedDelivery\": null,\n        \"companyName\": \"Megaport Lab\",\n        \"companyId\": 1153,\n        \"billingContactName\": null,\n        \"billingContactId\": null,\n        \"adminContactName\": null,\n        \"adminContactId\": null,\n        \"technicalContactName\": null,\n        \"technicalContactId\": null,\n        \"salesName\": null,\n        \"salesId\": null,\n        \"billableId\": 174787,\n        \"billableUsageAlgorithm\": null,\n        \"productType\": \"VXC\",\n        \"provisioningStatus\": \"LIVE\",\n        \"failedReason\": null,\n        \"inAdvanceBillingStatus\": null,\n        \"provisioningItems\": [],\n        \"tags\": [],\n        \"vxcDistanceBand\": \"METRO\",\n        \"intercapPath\": \"\",\n        \"marketplaceVisibility\": true,\n        \"vxcPermitted\": true,\n        \"vxcAutoApproval\": false,\n        \"createDate\": 1702978172144,\n        \"terminationDate\": null,\n        \"contractStartDate\": null,\n        \"contractTermMonths\": 24,\n        \"rateType\": \"MONTHLY\",\n        \"trialAgreement\": false,\n        \"payerCompanyId\": null,\n        \"nonPayerCompanyId\": null,\n        \"minimumSpeed\": null,\n        \"maximumSpeed\": null,\n        \"rateLimit\": 5000,\n        \"errorMessage\": null,\n        \"lagId\": null,\n        \"aggregationId\": null,\n        \"lagPrimary\": null,\n        \"costCentre\": \"Another reference for invoice\",\n        \"market\": \"Australia\",\n        \"accountManager\": null,\n        \"promptUid\": null,\n        \"components\": [],\n        \"attributes\": [],\n        \"aLocation\": null,\n        \"bLocation\": null,\n        \"aMetro\": null,\n        \"aCountry\": null,\n        \"aLocationId\": null,\n        \"bLocationId\": null,\n        \"bMetro\": null,\n        \"bCountry\": null,\n        \"attributeTags\": {},\n        \"createdBy\": \"f39b8983-256e-4643-adec-9f0b5da09ab7\",\n        \"buyoutPort\": null,\n        \"virtual\": false,\n        \"locked\": false,\n        \"adminLocked\": false,\n        \"bgpShutdownDefault\": false,\n        \"originDomain\": null\n    }\n}"},{"id":"e659bf1e-4f5f-4486-8960-7a481352a574","name":"Update Megaport Internet (v3) - Move","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"New Name for Megaport Internet Connection\",\n  \"rateLimit\": 5000,\n  \"aEndVlan\": 701,\n  \"costCentre\": \"New reference for invoice\",\n  \"aEndProductUid\": \"c1c36d69-d10a-4503-bdc4-a6308f396440\",\n  \"shutdown\": false\n\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/product/vxc/eef2fb0a-dac6-4d24-8000-64aa0918c145"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 22 Nov 2023 09:41:21 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1770"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"UOW","value":"cefc21c9-d447-4584-b01b-ac43f17e96ef"},{"key":"Set-Cookie","value":"JSESSIONID=F8E3AEEF2191E01689D4EEEEF0CDF647; Path=/; HttpOnly"},{"key":"Location","value":"http://localhost:8080/v2/product/eef2fb0a-dac6-4d24-8000-64aa0918c145"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"VXC 180323 has been updated\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": {\n        \"serviceName\": \"New Name for Megaport Internet Connection\",\n        \"name\": \"New Name for Megaport Internet Connection\",\n        \"secondaryName\": null,\n        \"technicalServiceId\": 180323,\n        \"technicalServiceUid\": \"eef2fb0a-dac6-4d24-8000-64aa0918c145\",\n        \"requestedDate\": 1700638839827,\n        \"configuredDate\": 1700638847219,\n        \"currentEstimatedDelivery\": null,\n        \"companyName\": \"Megaport Lab\",\n        \"companyId\": 1153,\n        \"billingContactName\": null,\n        \"billingContactId\": null,\n        \"adminContactName\": null,\n        \"adminContactId\": null,\n        \"technicalContactName\": null,\n        \"technicalContactId\": null,\n        \"salesName\": null,\n        \"salesId\": null,\n        \"billableId\": 172148,\n        \"billableUsageAlgorithm\": null,\n        \"productType\": \"VXC\",\n        \"provisioningStatus\": \"LIVE\",\n        \"failedReason\": null,\n        \"inAdvanceBillingStatus\": null,\n        \"provisioningItems\": [],\n        \"tags\": [],\n        \"vxcDistanceBand\": \"METRO\",\n        \"intercapPath\": \"\",\n        \"marketplaceVisibility\": true,\n        \"vxcPermitted\": true,\n        \"vxcAutoApproval\": false,\n        \"createDate\": 1700638839857,\n        \"terminationDate\": null,\n        \"contractStartDate\": null,\n        \"contractTermMonths\": 1,\n        \"rateType\": \"MONTHLY\",\n        \"trialAgreement\": false,\n        \"payerCompanyId\": null,\n        \"nonPayerCompanyId\": null,\n        \"minimumSpeed\": null,\n        \"maximumSpeed\": null,\n        \"rateLimit\": 5000,\n        \"errorMessage\": null,\n        \"lagId\": null,\n        \"aggregationId\": null,\n        \"lagPrimary\": null,\n        \"costCentre\": \"New reference for invoice\",\n        \"market\": \"Australia\",\n        \"accountManager\": null,\n        \"promptUid\": null,\n        \"components\": [],\n        \"attributes\": [],\n        \"aLocation\": null,\n        \"bLocation\": null,\n        \"aMetro\": null,\n        \"aCountry\": null,\n        \"aLocationId\": null,\n        \"bLocationId\": null,\n        \"bMetro\": null,\n        \"bCountry\": null,\n        \"attributeTags\": {},\n        \"createdBy\": \"f39b8983-256e-4643-adec-9f0b5da09ab7\",\n        \"buyoutPort\": null,\n        \"virtual\": false,\n        \"locked\": false,\n        \"adminLocked\": false,\n        \"bgpShutdownDefault\": false,\n        \"originDomain\": null\n    }\n}"},{"id":"596db823-6ec8-4a45-8c40-9828ba17214f","name":"Update Megaport Internet (v3) - Shut Down","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"{\n\n  \"shutdown\": true\n\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/product/vxc/eef2fb0a-dac6-4d24-8000-64aa0918c145"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 22 Nov 2023 08:29:43 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1770"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"UOW","value":"b2c64a0c-eb19-4b8b-830a-2ed0181e0671"},{"key":"Set-Cookie","value":"JSESSIONID=9AD997A17B67D49A5639C9F0EFE1D735; Path=/; HttpOnly"},{"key":"Location","value":"http://localhost:8080/v2/product/eef2fb0a-dac6-4d24-8000-64aa0918c145"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"VXC 180323 has been updated\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": {\n        \"serviceName\": \"New Name for Megaport Internet Connection\",\n        \"name\": \"New Name for Megaport Internet Connection\",\n        \"secondaryName\": null,\n        \"technicalServiceId\": 180323,\n        \"technicalServiceUid\": \"eef2fb0a-dac6-4d24-8000-64aa0918c145\",\n        \"requestedDate\": 1700638839827,\n        \"configuredDate\": 1700638847219,\n        \"currentEstimatedDelivery\": null,\n        \"companyName\": \"Megaport Lab\",\n        \"companyId\": 1153,\n        \"billingContactName\": null,\n        \"billingContactId\": null,\n        \"adminContactName\": null,\n        \"adminContactId\": null,\n        \"technicalContactName\": null,\n        \"technicalContactId\": null,\n        \"salesName\": null,\n        \"salesId\": null,\n        \"billableId\": 172148,\n        \"billableUsageAlgorithm\": null,\n        \"productType\": \"VXC\",\n        \"provisioningStatus\": \"LIVE\",\n        \"failedReason\": null,\n        \"inAdvanceBillingStatus\": null,\n        \"provisioningItems\": [],\n        \"tags\": [],\n        \"vxcDistanceBand\": \"METRO\",\n        \"intercapPath\": \"\",\n        \"marketplaceVisibility\": true,\n        \"vxcPermitted\": true,\n        \"vxcAutoApproval\": false,\n        \"createDate\": 1700638839857,\n        \"terminationDate\": null,\n        \"contractStartDate\": null,\n        \"contractTermMonths\": 1,\n        \"rateType\": \"MONTHLY\",\n        \"trialAgreement\": false,\n        \"payerCompanyId\": null,\n        \"nonPayerCompanyId\": null,\n        \"minimumSpeed\": null,\n        \"maximumSpeed\": null,\n        \"rateLimit\": 5000,\n        \"errorMessage\": null,\n        \"lagId\": null,\n        \"aggregationId\": null,\n        \"lagPrimary\": null,\n        \"costCentre\": \"New reference for invoice\",\n        \"market\": \"Australia\",\n        \"accountManager\": null,\n        \"promptUid\": null,\n        \"components\": [],\n        \"attributes\": [],\n        \"aLocation\": null,\n        \"bLocation\": null,\n        \"aMetro\": null,\n        \"aCountry\": null,\n        \"aLocationId\": null,\n        \"bLocationId\": null,\n        \"bMetro\": null,\n        \"bCountry\": null,\n        \"attributeTags\": {},\n        \"createdBy\": \"f39b8983-256e-4643-adec-9f0b5da09ab7\",\n        \"buyoutPort\": null,\n        \"virtual\": false,\n        \"locked\": false,\n        \"adminLocked\": false,\n        \"bgpShutdownDefault\": false,\n        \"originDomain\": null\n    }\n}"},{"id":"e29dbf77-324b-4d89-83c7-4440f94911a2","name":"Update Megaport Internet (v3) - Re-enable","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"{\n\n  \"shutdown\": false\n\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/product/vxc/eef2fb0a-dac6-4d24-8000-64aa0918c145"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 22 Nov 2023 08:35:00 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1770"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"UOW","value":"2c184102-9b71-4e0e-bb35-8f4874969053"},{"key":"Location","value":"http://localhost:8080/v2/product/eef2fb0a-dac6-4d24-8000-64aa0918c145"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"VXC 180323 has been updated\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": {\n        \"serviceName\": \"New Name for Megaport Internet Connection\",\n        \"name\": \"New Name for Megaport Internet Connection\",\n        \"secondaryName\": null,\n        \"technicalServiceId\": 180323,\n        \"technicalServiceUid\": \"eef2fb0a-dac6-4d24-8000-64aa0918c145\",\n        \"requestedDate\": 1700638839827,\n        \"configuredDate\": 1700638847219,\n        \"currentEstimatedDelivery\": null,\n        \"companyName\": \"Megaport Lab\",\n        \"companyId\": 1153,\n        \"billingContactName\": null,\n        \"billingContactId\": null,\n        \"adminContactName\": null,\n        \"adminContactId\": null,\n        \"technicalContactName\": null,\n        \"technicalContactId\": null,\n        \"salesName\": null,\n        \"salesId\": null,\n        \"billableId\": 172148,\n        \"billableUsageAlgorithm\": null,\n        \"productType\": \"VXC\",\n        \"provisioningStatus\": \"LIVE\",\n        \"failedReason\": null,\n        \"inAdvanceBillingStatus\": null,\n        \"provisioningItems\": [],\n        \"tags\": [],\n        \"vxcDistanceBand\": \"METRO\",\n        \"intercapPath\": \"\",\n        \"marketplaceVisibility\": true,\n        \"vxcPermitted\": true,\n        \"vxcAutoApproval\": false,\n        \"createDate\": 1700638839857,\n        \"terminationDate\": null,\n        \"contractStartDate\": null,\n        \"contractTermMonths\": 1,\n        \"rateType\": \"MONTHLY\",\n        \"trialAgreement\": false,\n        \"payerCompanyId\": null,\n        \"nonPayerCompanyId\": null,\n        \"minimumSpeed\": null,\n        \"maximumSpeed\": null,\n        \"rateLimit\": 5000,\n        \"errorMessage\": null,\n        \"lagId\": null,\n        \"aggregationId\": null,\n        \"lagPrimary\": null,\n        \"costCentre\": \"New reference for invoice\",\n        \"market\": \"Australia\",\n        \"accountManager\": null,\n        \"promptUid\": null,\n        \"components\": [],\n        \"attributes\": [],\n        \"aLocation\": null,\n        \"bLocation\": null,\n        \"aMetro\": null,\n        \"aCountry\": null,\n        \"aLocationId\": null,\n        \"bLocationId\": null,\n        \"bMetro\": null,\n        \"bCountry\": null,\n        \"attributeTags\": {},\n        \"createdBy\": \"f39b8983-256e-4643-adec-9f0b5da09ab7\",\n        \"buyoutPort\": null,\n        \"virtual\": false,\n        \"locked\": false,\n        \"adminLocked\": false,\n        \"bgpShutdownDefault\": false,\n        \"originDomain\": null\n    }\n}"}],"_postman_id":"958c4549-ffb1-4cf5-bde2-5bbd9bdaa1c4"},{"name":"Delete Megaport Internet (v3)","id":"6df52cf8-7be7-4f12-9588-f076cc4dc57b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"{\n    \"cancellation_reason\": \"OTHER\",\n    \"cancellation_comment\": \"This Megaport Internet connection was created in error. It needs to be deleted and then a new connection created.\"\n} "},"url":"{{baseUrl}}/v3/product/{productUid}/action/{action}","description":"<p>Deletes (terminates) the Megaport Internet connection from your account by changing the provisioning status.</p>\n<p>If you terminate a Port, MCR, or MVE, any Megaport Internet connections attached to that service are also terminated with it.</p>\n<p><strong>Note:</strong> You can only update a product when its provisioning status is <code>CONFIGURED</code> or <code>LIVE</code>.</p>\n<p>The <code>productUid</code> is a required string that identifies the service by the unique product identifier.</p>\n<p>The <code>action</code> is a required string that indicates the change in the service. For Megaport Internet connections, the only accepted action is <code>CANCEL_NOW</code>. This stops the service on the connection immediately. You will still be billed for the remainder of your contract and early termination fees apply. The Megaport Internet connection cannot be restored.</p>\n<p><strong>Note:</strong> Terminating a Megaport Internet connection on a contract term will result in an early termination fee (ETF) equivalent to 100% of the remainder of the term.</p>\n<h4 id=\"cancellation-reasons\">Cancellation Reasons</h4>\n<p>You customize the Body of the request with the cancellation reason details for terminating a service. Specifying the reason for terminating a service will allow us to understand how we can improve your customer experience.</p>\n<p><strong>Note:</strong></p>\n<ul>\n<li><p><strong>Ordered in Error or Reordering</strong> (SERVICE_ORDERED_IN_ERROR) should be specified if you have upgraded or downgraded the service speed and re-ordered.</p>\n</li>\n<li><p><strong>Reason not Listed</strong> (OTHER) provides an optional free text field that allows you to specify a different reason to those listed. This field has a maximum of 400 characters.</p>\n</li>\n<li><p>You can also provide additional details in the optional free text field for any of the cancellation reasons.</p>\n</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attribute</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>cancellation_reason</code></td>\n<td>(Optional) The reason for deleting the service.  <br />These options are available:  <br /><code>MOVED_TO_CLOUD_NATIVE_SOL</code>  <br /><code>SERVICE_MOVED</code>  <br /><code>SERVICE_ORDERED_IN_ERROR</code>  <br /><code>PROOF_OF_CONCEPT</code>  <br /><code>PROJECT_ENDED</code>  <br /><code>SWITCHING_PROVIDER</code>  <br /><code>PRICING</code>  <br /><code>PRODUCT_PERFORMANCE</code>  <br /><code>OTHER</code></td>\n</tr>\n<tr>\n<td><code>cancellation_comment</code></td>\n<td>(Optional) Specify free text (max. 400 characters) with an additional explanation for the reason the service was terminated.</td>\n</tr>\n</tbody>\n</table>\n</div><p>For more information, see <a href=\"https://docs.megaport.com/megaport-internet/terminating-connection/\">Terminating a Megaport Internet Connection</a>.</p>\n","urlObject":{"path":["v3","product","{productUid}","action","{action}"],"host":["{{baseUrl}}"],"query":[{"disabled":true,"description":{"content":"<p>Specify whether to delete the product safely. The product is deleted only if no active VXCs are associated with it. Otherwise, a 400 error response is returned. Applicable only for CANCEL and CANCEL_NOW lifecycle actions. (Optional)</p>\n","type":"text/plain"},"key":"safeDelete","value":"{boolean}"}],"variable":[]}},"response":[{"id":"ae883f73-c678-4135-b2be-c0032409c397","name":"Delete Megaport Internet - With Cancel Reason","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"{\n    \"cancellation_reason\": \"OTHER\",\n    \"cancellation_comment\": \"This Megaport Internet connection was created at the wrong speed. It needs to be deleted and then a new connection created.\"\n} ","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/product/1d4c6f4c-18a8-43d9-be1d-be27ad4b7fcc/action/CANCEL_NOW"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 23 Nov 2023 00:46:14 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"206"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"UOW","value":"2ae869c5-1803-4e7c-b383-c5c025fb5e57"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Action [CANCEL_NOW Service 1d4c6f4c-18a8-43d9-be1d-be27ad4b7fcc] has been done.\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\"\n}"}],"_postman_id":"6df52cf8-7be7-4f12-9588-f076cc4dc57b"}],"id":"1e44a107-c655-4426-812c-23fd7b5fec09","description":"<p>Megaport Internet connections are scalable, on-demand services delivered over a VXC that allow you to connect to the public internet from Ports, MCRs, and MVEs.</p>\n<p>Connections are available in metro areas where internet routers are deployed, and diversity zones are enabled on internet routers which you can select when creating a connection. Port and MCR connections are available countrywide, and only in certain countries. MVE connections are available in all countries where there are available resources. MVE connections are available in any country where Megaport Internet is available.</p>\n<p>For more information about Megaport Internet, see <a href=\"https://docs.megaport.com/megaport-internet/\">Megaport Internet Overview</a>. For more information about creating Megaport Internet connections in the MVE context, see <a href=\"https://dev.megaport.com/#e44a2c7c-a066-4d31-80b9-1a17db837c39\">Megaport Virtual Edge (MVE)</a>.</p>\n<p><strong>Note:</strong> You must use Megaport Internet in accordance with the Service Schedule that forms part of your Agreement with Megaport.</p>\n","_postman_id":"1e44a107-c655-4426-812c-23fd7b5fec09"}],"id":"8d2016b0-1b93-4734-a4ab-89ab2fae8cc3","description":"<p>Megaport lets you connect to the services you need, when you need them. The process is simple and fast: you create Virtual Cross Connects (VXCs) to connect your Port or MCR with cloud service providers, other Ports, Marketplace services, or IXs.</p>\n<p>You can also create Megaport Internet connections, which are scalable, on-demand services delivered over a VXC that allow you to connect to the public internet from Ports, MCRs, and MVEs.</p>\n","_postman_id":"8d2016b0-1b93-4734-a4ab-89ab2fae8cc3"},{"name":"Cloud Connectivity","item":[{"name":"Port","item":[{"name":"3DS Outscale","item":[{"name":"Look Up 3DS Outscale Location","id":"f141d065-1612-49b7-8612-9a59fc56046e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v2/dropdowns/partner/megaports?vxcPermitted=true&connectType=OUTSCALE","description":"<p>The first step when ordering a 3DS Outscale service is to identify the location and the 3DS Outscale port.</p>\n<p>Find the locations using <code>/v2/dropdowns/partner/megaports</code> and filter based on locations that accepts new VXCs (<code>vxcPermitted=true</code>). Search the response to locate a port where <code>\"companyName\": \"3DS OUTSCALE\"</code>.</p>\n<p>Note the <code>productUid</code> of your preferred location.</p>\n","urlObject":{"path":["v2","dropdowns","partner","megaports"],"host":["{{baseUrl}}"],"query":[{"key":"vxcPermitted","value":"true"},{"key":"connectType","value":"OUTSCALE"}],"variable":[]}},"response":[{"id":"0b7c3faf-3156-4504-b70e-9a98ab8253f2","name":"Look Up 3DS Outscale Location","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":{"raw":"{{baseUrl}}/v2/dropdowns/partner/megaports?vxcPermitted=true&connectType=OUTSCALE","host":["{{baseUrl}}"],"path":["v2","dropdowns","partner","megaports"],"query":[{"key":"vxcPermitted","value":"true"},{"key":"connectType","value":"OUTSCALE"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"868"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Fri, 22 Dec 2023 01:57:40 GMT"},{"key":"X-Amzn-Trace-Id","value":"Root=1-6584ed13-79a5545d7c31f0902297fc1a"},{"key":"Trace-Id","value":"1d1772bd9901786f8f2ae446f6115a8e"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"UOW","value":"942c58f1-e7c0-4338-9932-a7d72983c004"},{"key":"Set-Cookie","value":"JSESSIONID=52C72F1FE4106038804F94EF2F7A2E29; Path=/; HttpOnly"},{"key":"Server-Timing","value":"app;dur=594"},{"key":"ETag","value":"\"0abd8ba031a5513fed3ef35ab02a7dedc\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 74ae22067fef6f6228fb9f864f22f58a.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"SYD62-P2"},{"key":"X-Amz-Cf-Id","value":"LXnMPt7DlZFliTXyfyNFU8kRuy1x9uCXnz_9GtWxpcNrV9iFGrx6bw=="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Filtered Partner Megaports\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"productUid\": \"f840f22d-48c6-4b43-940f-e041c17a91dc\",\n            \"companyUid\": \"1bfc203b-b9a3-46c1-85a3-e4eab6abf439\",\n            \"companyName\": \"3DS OUTSCALE\",\n            \"title\": \"EU (Paris) (eu-west-2)\",\n            \"locationId\": 515,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 1347,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"OUTSCALE\"\n        },\n        {\n            \"productUid\": \"ec7ceefc-0c57-44fb-87bc-ae34da1f6dcd\",\n            \"companyUid\": \"1bfc203b-b9a3-46c1-85a3-e4eab6abf439\",\n            \"companyName\": \"3DS OUTSCALE\",\n            \"title\": \"EU (Paris) (eu-west-2)\",\n            \"locationId\": 634,\n            \"speed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"vxcPermitted\": true,\n            \"diversityZone\": null,\n            \"rank\": 1713,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null,\n            \"connectType\": \"OUTSCALE\"\n        }\n    ]\n}"}],"_postman_id":"f141d065-1612-49b7-8612-9a59fc56046e"},{"name":"Create VXC to 3DS Outscale (v3)","id":"bdb66a8e-5213-4630-abff-862bd725a350","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"[\n  {\n    \"productUid\": \"a8e1d4cb-8fb6-4cf7-be23-761138293677\",\n    \"associatedVxcs\": [\n      {\n        \"productName\": \"My 3DS Outscale VXC\",\n        \"rateLimit\": \"5000\",\n        \"term\": 12,\n        \"shutdown\": false,\n        \"promoCode\": \"promox3mnthfree2\",\n        \"partnerConfigs\": {\n            \"name\": \"My VXC\",\n            \"account_id\": \"187425920085\",\n            \"customer_asn\": 65333,\n            \"connectType\": \"OUTSCALE\",\n            \"type\": \"private\"\n            },\n        \"aEnd\": {\n          \"vlan\": 0 \n        },\n        \"bEnd\": {\n          \"productUid\": \"ec7ceefc-0c57-44fb-87bc-ae34da1f6dcd\"\n           \n        }\n      }\n    ]\n  }\n]\n"},"url":"{{baseUrl}}/v3/networkdesign/buy","description":"<p>With the <code>productUid</code> value from the 3DS Outscale location lookup, create the VXC.</p>\n<p>You specify the configuration details in the Body of the request. The first <code>productUid</code> identifies the Port in your Megaport location (A-End) and the <code>bEnd: productUid</code> identifies the 3DS Outscale location.</p>\n<p>The <code>account_id</code> is a required string that identifies your 3DS Outscale account ID. Maximum value of 12 digits.</p>\n<p>The <code>customer_asn</code> is an integer that identifies your network’s Autonomous System Number. Only 2-byte private AS numbers are accepted by 3DS Outscale (64512 - 65534).<br />Accepts a string with leading \"AS\" or \"ASN\".<br />Required unless the port at the other end of the VXC is an MCR.</p>\n<p><code>term</code> is the contract term for the VXC. Valid values are 1, 12, 24, 36, 48, and 60 months. If <code>term</code> is not provided when ordering a VXC, it defaults to 1 (No Minimum Term).</p>\n<p><code>shutdown</code> will temporarily shut down and re-enable the VXC. Valid values are <code>true</code> (shut down) and <code>false</code> (enabled). If not provided, it defaults to <code>false</code> (enabled).</p>\n<p><code>promoCode</code> is an optional string that can be used to enter a promotional code for the service order. The code is not validated, so if the code doesn’t exist or doesn’t work for the service, the call will still be successful.</p>\n<p>A <code>vlan</code> value of 0 for the A-End means the VLAN will be randomly assigned.</p>\n<p><strong>Tip:</strong> To test your request before you order and see pricing details, use the <code>/v3/networkdesign/validate</code> endpoint with the same Body configuration.</p>\n<p><strong>Note:</strong> Once the VXC is created and ordered, the change is available immediately in the 3DS Outscale console. You need to approve or reject the request in 3DS Outscale. After you verify and approve the inbound 3DS Outscale DirectLink (VXC) request, the 3DS Outscale DirectLink status changes to Available. For more information on this process, see <a href=\"https://docs.megaport.com/cloud/megaport/outscale/#accepting-the-virtual-interface-connection\">Accepting the virtual interface connection</a> in the Megaport documentation.</p>\n","urlObject":{"path":["v3","networkdesign","buy"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"a984e231-89a2-4bb0-8288-6e43067a8370","name":"Create VXC to 3DS Outscale (v3)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer •••••••"}],"body":{"mode":"raw","raw":"[\n  {\n    \"productUid\": \"a8e1d4cb-8fb6-4cf7-be23-761138293677\",\n    \"associatedVxcs\": [\n      {\n        \"productName\": \"My 3DS Outscale VXC\",\n        \"rateLimit\": \"5000\",\n        \"term\": 12,\n        \"partnerConfigs\": {\n            \"name\": \"My VXC\",\n            \"account_id\": \"187425920085\",\n            \"customer_asn\": 65333,\n            \"connectType\": \"OUTSCALE\",\n            \"type\": \"private\",\n            \"asn\": 65333\n            },\n        \"aEnd\": {\n          \"vlan\": 0 \n        },\n        \"bEnd\": {\n          \"productUid\": \"ec7ceefc-0c57-44fb-87bc-ae34da1f6dcd\"\n           \n        }\n      }\n    ]\n  }\n]\n","options":{"raw":{"language":"json"}}},"url":"https://api-staging.megaport.com/v3/networkdesign/buy"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Fri, 22 Dec 2023 02:58:59 GMT"},{"key":"X-Amzn-Trace-Id","value":"Root=1-6584fb6f-4c2132226d78a886512ea43a"},{"key":"Trace-Id","value":"15104d7f3ed6b965428724787a6d9faf"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"UOW","value":"2ba22979-57a8-44f3-97ee-77ff10379b26"},{"key":"Server-Timing","value":"app;dur=4741"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 b96ad58427ffff8b9d3959350f8c9f16.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"SYD62-P2"},{"key":"X-Amz-Cf-Id","value":"2lKpgUWQWxIoFhqG41UNEmDlmKq376YIIBuG3pZHBd1iisck0c2GqA=="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"VXC [ebfaddbb-5ed2-4075-92a0-201f3eb54f77] created.\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"createDate\": 1703213937310,\n            \"vxcOrderId\": 135123,\n            \"payerMegaPortId\": 183317,\n            \"nonPayerMegaPortId\": 106829,\n            \"payerMegaPortName\": \"GB France-IX\",\n            \"nonPayerMegaPortName\": \"EU (Paris) (eu-west-2)\",\n            \"payerCompanyId\": 1153,\n            \"nonPayerCompanyId\": 45904,\n            \"payerLocationId\": 23,\n            \"nonPayerLocationId\": 634,\n            \"salesId\": null,\n            \"payerCompanyName\": \"Megaport Lab\",\n            \"nonPayerCompanyName\": \"3DS OUTSCALE\",\n            \"payerMegaPortNsId\": 490528,\n            \"nonPayerMegaPortNsId\": 249872,\n            \"payerVlanId\": 0,\n            \"nonPayerVlanId\": 0,\n            \"payerInnerVlanId\": null,\n            \"nonPayerInnerVlanId\": null,\n            \"payerApproverName\": \"Greg Brown\",\n            \"payerApproverId\": 50402,\n            \"nonPayerApproverName\": \"Greg Brown\",\n            \"nonPayerApproverId\": 50402,\n            \"payerApproval\": 1703213937270,\n            \"nonPayerApproval\": 1703213937303,\n            \"fixedTerm\": true,\n            \"duration\": 1,\n            \"rollover\": true,\n            \"serviceName\": \"from GB France-IX to EU (Paris) (eu-west-2)\",\n            \"payerStatus\": \"APPROVED\",\n            \"nonPayerStatus\": \"APPROVED\",\n            \"speed\": 5000,\n            \"distanceBand\": \"INTERZONE\",\n            \"intercapPath\": \"\",\n            \"awsId\": null,\n            \"promoCode\": null,\n            \"dealUid\": null,\n            \"rateType\": \"MONTHLY\",\n            \"vxcJTechnicalServiceId\": 183355,\n            \"vxcJTechnicalServiceUid\": \"ebfaddbb-5ed2-4075-92a0-201f3eb54f77\",\n            \"provisionDate\": 1703213937263,\n            \"orderType\": \"NEW\",\n            \"monthlyDiscountAmount\": null,\n            \"discountMonths\": null,\n            \"amazonDirectConnectConfigDto\": null,\n            \"amsixConnectConfigDto\": null,\n            \"webAirProvItem\": null,\n            \"sdrcProvItem\": null,\n            \"rate\": null,\n            \"setup\": null,\n            \"asn\": null,\n            \"bgpPassword\": null,\n            \"usageAlgorithm\": \"POST_PAID_HOURLY_SPEED_LONG_HAUL_VXC\",\n            \"costCentre\": null,\n            \"azureServiceKey\": null,\n            \"oracleVirtualCircuitId\": null,\n            \"serviceKey\": null,\n            \"vxc\": {\n                \"serviceName\": \"My 3DS Outscale VXC\",\n                \"name\": \"My 3DS Outscale VXC\",\n                \"secondaryName\": null,\n                \"technicalServiceId\": 183355,\n                \"technicalServiceUid\": \"ebfaddbb-5ed2-4075-92a0-201f3eb54f77\",\n                \"requestedDate\": 1703213937263,\n                \"configuredDate\": null,\n                \"currentEstimatedDelivery\": null,\n                \"companyName\": \"Megaport Lab\",\n                \"companyId\": 1153,\n                \"billingContactName\": null,\n                \"billingContactId\": null,\n                \"adminContactName\": null,\n                \"adminContactId\": null,\n                \"technicalContactName\": null,\n                \"technicalContactId\": null,\n                \"salesName\": null,\n                \"salesId\": null,\n                \"billableId\": 175168,\n                \"billableUsageAlgorithm\": null,\n                \"productType\": \"VXC\",\n                \"provisioningStatus\": \"DEPLOYABLE\",\n                \"failedReason\": null,\n                \"inAdvanceBillingStatus\": null,\n                \"provisioningItems\": [],\n                \"tags\": [],\n                \"vxcDistanceBand\": \"INTERZONE\",\n                \"intercapPath\": \"\",\n                \"marketplaceVisibility\": true,\n                \"vxcPermitted\": true,\n                \"vxcAutoApproval\": false,\n                \"createDate\": 1703213937291,\n                \"terminationDate\": null,\n                \"contractStartDate\": null,\n                \"contractTermMonths\": 12,\n                \"rateType\": \"MONTHLY\",\n                \"trialAgreement\": false,\n                \"payerCompanyId\": null,\n                \"nonPayerCompanyId\": null,\n                \"minimumSpeed\": null,\n                \"maximumSpeed\": null,\n                \"rateLimit\": 5000,\n                \"errorMessage\": null,\n                \"lagId\": null,\n                \"aggregationId\": null,\n                \"lagPrimary\": null,\n                \"market\": \"Australia\",\n                \"accountManager\": null,\n                \"promptUid\": null,\n                \"components\": [],\n                \"attributes\": [],\n                \"aLocation\": null,\n                \"bLocation\": null,\n                \"aMetro\": null,\n                \"aCountry\": null,\n                \"aLocationId\": null,\n                \"bLocationId\": null,\n                \"bMetro\": null,\n                \"bCountry\": null,\n                \"attributeTags\": {},\n                \"createdBy\": \"f39b8983-256e-4643-adec-9f0b5da09ab7\",\n                \"buyoutPort\": null,\n                \"virtual\": false,\n                \"locked\": false,\n                \"adminLocked\": false,\n                \"bgpShutdownDefault\": false,\n                \"originDomain\": null\n            },\n            \"connectType\": \"OUTSCALE\",\n            \"payerConfig\": {},\n            \"nonPayerConfig\": {},\n            \"attributeTags\": {},\n            \"serviceLicense\": null,\n            \"originDomain\": null,\n            \"fullyApproved\": true\n        }\n    ]\n}"}],"_postman_id":"bdb66a8e-5213-4630-abff-862bd725a350"}],"id":"6028f28a-2923-4cb8-b9c0-071f657c55d9","description":"<p>3DS Outscale lets you create private connections between remote network environments and 3DS Outscale deployments.</p>\n<p>To set up 3DS Outscale Connect with Megaport, you need to identify the 3DS Outscale location for your service and the <code>productUid</code> for that location, and then you need to create a VXC from your Port to the 3DS Outscale location.</p>\n<p>For more information about 3DS Outscale and Megaport, see <a href=\"https://docs.megaport.com/cloud/megaport/outscale/\">Connecting to 3DS Outscale DirectLink</a> in the Megaport documentation.</p>\n","_postman_id":"6028f28a-2923-4cb8-b9c0-071f657c55d9"},{"name":"Alibaba Express Connect","item":[{"name":"Buy Alibaba Connection (v3)","id":"d4b1a0ec-26a1-4137-af9f-abff3deb718c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"[\n    {\n        \"productUid\": \"6ad75113-01a3-427e-a499-795f14d89c8c\", \n        \"associatedVxcs\": [\n            {\n                \"rateLimit\": 1000,\n                \"term\": 12,\n                \"shutdown\": false,\n                \"promoCode\": \"promox3mnthfree2\",\n                \"productName\": \"Example Alibaba VXC\",\n                \"aEnd\": {\n                    \"vlan\": 90\n                },\n                \"bEnd\": {\n                    \"productUid\": \"5a6fe1b5-17a3-4532-91af-7637c5f1dd18\", \n                    \"partnerConfig\": {\n                        \"vbrOwnerId\": \"5234561292937849\",\n                        \"connectType\": \"ALIBABA\"\n                    }\n                }\n            }\n        ]\n    }\n]"},"url":"{{baseUrl}}/v3/networkdesign/buy","description":"<p>Creates a VXC to your Alibaba Express Connect peer location from your Port. You specify the configuration details in the Body of the request.</p>\n<p>The first <code>productUid</code> identifies the Port in your Megaport location and the <code>bEnd: productUid</code> identifies the Alibaba location.</p>\n<p><code>term</code> is the contract term for the VXC. Valid values are 1, 12, 24, 36, 48, and 60 months. If <code>term</code> is not provided when ordering a VXC, it defaults to 1 (No Minimum Term).</p>\n<p><code>shutdown</code> will temporarily shut down and re-enable the VXC. Valid values are <code>true</code> (shut down) and <code>false</code> (enabled). If not provided, it defaults to <code>false</code> (enabled).</p>\n<p><code>promoCode</code> is an optional string that can be used to enter a promotional code for the service order. The code is not validated, so if the code doesn’t exist or doesn’t work for the service, the call will still be successful.</p>\n<p><strong>Tip:</strong> To test your request before you order and see pricing details, use the <code>/v3/networkdesign/validate</code> endpoint with the same Body configuration.</p>\n","urlObject":{"path":["v3","networkdesign","buy"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"06b7b510-50c2-48cc-84ff-e8459333e3f0","name":"Buy Alibaba Connection (v3)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"[\n    {\n        \"productUid\": \"6ad75113-01a3-427e-a499-795f14d89c8c\", \n        \"associatedVxcs\": [\n            {\n                \"rateLimit\": 1000,\n                \"productName\": \"Example Alibaba VXC\",\n                \"aEnd\": {\n                    \"vlan\": 90\n                },\n                \"bEnd\": {\n                    \"productUid\": \"5a6fe1b5-17a3-4532-91af-7637c5f1dd18\", \n                    \"partnerConfig\": {\n                        \"vbrOwnerId\": \"5234561292937849\",\n                        \"connectType\": \"ALIBABA\"\n                    }\n                }\n            }\n        ]\n    }\n]","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/networkdesign/buy"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 18 Nov 2020 18:44:17 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.17.10"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"UOW","value":"1c32930e-6237-486d-8afe-f8ff0ff35efe"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"VXC [e93800a1-8ac2-45c4-afdc-073a1f788ae2] created. \",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"createDate\": 1605725054592,\n            \"vxcOrderId\": 53078,\n            \"payerMegaPortId\": 71262,\n            \"nonPayerMegaPortId\": 6072,\n            \"payerMegaPortName\": \"My Brisbane Port\",\n            \"nonPayerMegaPortName\": \"Alibaba Cloud (ap-southeast-1)\",\n            \"payerCompanyId\": 1153,\n            \"nonPayerCompanyId\": 5466,\n            \"payerLocationId\": 3,\n            \"nonPayerLocationId\": 36,\n            \"salesId\": null,\n            \"payerCompanyName\": \"Megaport Lab\",\n            \"nonPayerCompanyName\": \"Alibaba Cloud Computing Ltd\",\n            \"payerMegaPortNsId\": 159793,\n            \"nonPayerMegaPortNsId\": 12752,\n            \"payerVlanId\": 90,\n            \"nonPayerVlanId\": 0,\n            \"payerInnerVlanId\": null,\n            \"nonPayerInnerVlanId\": null,\n            \"payerApproverName\": \"Eric Akin\",\n            \"payerApproverId\": 32278,\n            \"nonPayerApproverName\": \"Eric Akin\",\n            \"nonPayerApproverId\": 32278,\n            \"payerApproval\": 1605725054369,\n            \"nonPayerApproval\": 1605725054375,\n            \"fixedTerm\": true,\n            \"duration\": 1,\n            \"rollover\": true,\n            \"serviceName\": \"from My Brisbane Port to Alibaba Cloud (ap-southeast-1)\",\n            \"payerStatus\": \"APPROVED\",\n            \"nonPayerStatus\": \"APPROVED\",\n            \"speed\": 1000,\n            \"distanceBand\": \"INTERZONE\",\n            \"intercapPath\": \"\",\n            \"awsId\": null,\n            \"promoCode\": null,\n            \"rateType\": \"MONTHLY\",\n            \"vxcJTechnicalServiceId\": 71263,\n            \"vxcJTechnicalServiceUid\": \"e93800a1-8ac2-45c4-afdc-073a1f788ae2\",\n            \"provisionDate\": 1605725054338,\n            \"orderType\": \"NEW\",\n            \"monthlyDiscountAmount\": null,\n            \"discountMonths\": null,\n            \"amazonDirectConnectConfigDto\": null,\n            \"amsixConnectConfigDto\": null,\n            \"webAirProvItem\": null,\n            \"sdrcProvItem\": null,\n            \"rate\": null,\n            \"setup\": null,\n            \"asn\": null,\n            \"bgpPassword\": null,\n            \"usageAlgorithm\": \"POST_PAID_HOURLY_SPEED_LONG_HAUL_VXC\",\n            \"costCentre\": null,\n            \"azureServiceKey\": null,\n            \"oracleVirtualCircuitId\": null,\n            \"serviceKey\": null,\n            \"connectType\": \"ALIBABA\",\n            \"payerConfig\": {},\n            \"nonPayerConfig\": {},\n            \"attributeTags\": {},\n            \"fullyApproved\": true\n        }\n    ]\n}"}],"_postman_id":"d4b1a0ec-26a1-4137-af9f-abff3deb718c"},{"name":"Update Alibaba VXC (v3)","id":"8a865397-07c2-4453-af01-daf7a428c5fe","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Updated VXC name\",\n    \"rateLimit\": 500,\n    \"aEndVlan\": 2727,\n    \"term\": 12,\n    \"costCentre\": \"Service Level Reference\"\n}"},"url":"{{baseUrl}}/v3/product/vxc/{productUid}","description":"<p>You can update the VXC for an Alibaba cloud connection. Identify the VXC in the endpoint by the VXC <code>productUid</code>.</p>\n<p>For Alibaba, you can update the following parameters:</p>\n<ul>\n<li><p><code>name</code> - Customer name for the connection - this name appears in the Portal.</p>\n</li>\n<li><p><code>rateLimit</code> - Enter a new rate for the connection.</p>\n</li>\n<li><p><code>aEndVlan</code> - A unique VLAN ID for this connection. Values can range from 2 to 4093. If this value is 0, the system allocates a valid VLAN.</p>\n</li>\n<li><p><code>term</code> - You can update the VXC term under certain circumstances. Valid values are 1, 12, 24, 36, 48, and 60 months. See the rules in <a href=\"https://dev.megaport.com/#4293df4a-545d-45a2-bfa1-90f41df13160\">Update VXC</a> for more details.</p>\n</li>\n<li><p><code>costCentre</code> - A customer reference number to be included in billing information and invoices</p>\n</li>\n</ul>\n<p>The update request only needs to include the parameters you want to change.</p>\n","urlObject":{"path":["v3","product","vxc","{productUid}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8a865397-07c2-4453-af01-daf7a428c5fe"}],"id":"23bc7704-eddf-414d-8a82-aea5f1464e6a","description":"<p>You can connect to Alibaba Cloud services through Express Connect with a Megaport VXC.</p>\n<p>Before you can create a connection to Alibaba Cloud, you need to have an Alibaba account and then you can create your VXC.</p>\n<p>To create the connection, you need the Alibaba port location. You can look up Alibaba locations for the B-End of the connection with the <code>v2/dropdowns/partner/megaports</code> endpoint. You can distinguish the type of connection supported by partner locations by the <code>connectType</code> attribute.</p>\n<p>For more information about Alibaba and Megaport, see <a href=\"https://docs.megaport.com/cloud/megaport/alibaba/\">Connecting to Alibaba Express Connect</a> in the Megaport documentation.</p>\n","_postman_id":"23bc7704-eddf-414d-8a82-aea5f1464e6a"},{"name":"AWS Direct Connect","item":[{"name":"Look Up AWS Hosted Connection Port Details","id":"ec0d635e-9cc3-424c-a622-1707c397c553","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v2/secure/awshc","description":"<p>The first step when ordering an AWS Hosted Connection is to find the Ports available for a connection.</p>\n<p>This endpoint is used to look up AWS Hosted Connection port and rate limit details.</p>\n<p>In the response, the rate limit details are listed in the <code>bandwiths</code> array, and the available ports are listed in the <code>megaports</code> array.</p>\n","urlObject":{"path":["v2","secure","awshc"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"e2652cee-e342-46c6-b39e-39959c9fe420","name":"Look Up AWS Hosted Connection Port Details","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v2/secure/awshc"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Mon, 29 Jan 2024 23:42:56 GMT"},{"key":"X-Amzn-Trace-Id","value":"Root=1-65b837ff-076f04bf7269f7a051448aed"},{"key":"Trace-Id","value":"44fdd2fe5c1cf48d186f42fb89888cf3"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"UOW","value":"7c087bf2-8f12-4888-b1aa-9ab9b3768497"},{"key":"Set-Cookie","value":"JSESSIONID=A906D413DF6054FCDD50D6888BE48171; Path=/; HttpOnly"},{"key":"Server-Timing","value":"app;dur=1139"},{"key":"ETag","value":"W/\"0c0d2452750d2cdf77ea66585344f016e\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 fe252828480d3aff57bbecb4f3bec932.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"MEL50-C2"},{"key":"X-Amz-Cf-Id","value":"G46ulO7hDCmZWDrzyfnZOBwmMC4kGGlMwA-OynB28oNzXj8s56jJ2w=="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Successful lookup\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": {\n        \"bandwidths\": [\n            50,\n            100,\n            200,\n            300,\n            400,\n            500,\n            1000,\n            2000,\n            5000,\n            10000\n        ],\n        \"megaports\": [\n            {\n                \"productId\": 47387,\n                \"productUid\": \"58899a1d-b53e-45cd-b703-774f742ebe02\",\n                \"name\": \"EU (Ireland) (eu-west-1)\",\n                \"nServiceId\": 106448,\n                \"description\": \"AWS at Digital Realty LHR20\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 10000,\n                \"locationId\": 89,\n                \"state\": null,\n                \"country\": \"United Kingdom\",\n                \"port\": 47387,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 47390,\n                \"productUid\": \"65de7117-988e-46dd-a5d2-9cf95cc5e403\",\n                \"name\": \"EU (Ireland) (eu-west-1)\",\n                \"nServiceId\": 106451,\n                \"description\": \"AWS at Digital Realty LHR20\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 10000,\n                \"locationId\": 89,\n                \"state\": null,\n                \"country\": \"United Kingdom\",\n                \"port\": 47390,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 47394,\n                \"productUid\": \"dff37fc5-05ca-439d-9229-c39c0b1d59b0\",\n                \"name\": \"EU (London) (eu-west-2)\",\n                \"nServiceId\": 106455,\n                \"description\": \"AWS at Digital Realty LHR20\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 10000,\n                \"locationId\": 89,\n                \"state\": null,\n                \"country\": \"United Kingdom\",\n                \"port\": 47394,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 47397,\n                \"productUid\": \"78f4d852-c1c3-49fc-b384-cc7123fd80c9\",\n                \"name\": \"EU (London) (eu-west-2)\",\n                \"nServiceId\": 106458,\n                \"description\": \"AWS at Digital Realty LHR20\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 10000,\n                \"locationId\": 89,\n                \"state\": null,\n                \"country\": \"United Kingdom\",\n                \"port\": 47397,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 48461,\n                \"productUid\": \"2836fe91-db9e-43de-8f8e-72f944b6f1a0\",\n                \"name\": \"Asia Pacific (Sydney) (ap-southeast-2)\",\n                \"nServiceId\": 108712,\n                \"description\": \"AWS at Global Switch Sydney West\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 10000,\n                \"locationId\": 3,\n                \"state\": \"NSW\",\n                \"country\": \"Australia\",\n                \"port\": 48461,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 48464,\n                \"productUid\": \"e5f28d51-c8c9-46fa-951a-ac3ce8159061\",\n                \"name\": \"Asia Pacific (Sydney) (ap-southeast-2)\",\n                \"nServiceId\": 108715,\n                \"description\": \"AWS at Global Switch Sydney West\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 10000,\n                \"locationId\": 3,\n                \"state\": \"NSW\",\n                \"country\": \"Australia\",\n                \"port\": 48464,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 51008,\n                \"productUid\": \"464ecc22-132c-4c90-ac90-91e1cdc2fdc6\",\n                \"name\": \"Asia Pacific (Sydney) (ap-southeast-2)\",\n                \"nServiceId\": 114191,\n                \"description\": \"AWS at NextDC P1\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 10000,\n                \"locationId\": 50,\n                \"state\": \"WA\",\n                \"country\": \"Australia\",\n                \"port\": 51008,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 51011,\n                \"productUid\": \"9a1e6f8a-26f9-439c-8b24-92f9332365e0\",\n                \"name\": \"Asia Pacific (Sydney) (ap-southeast-2)\",\n                \"nServiceId\": 114194,\n                \"description\": \"AWS at NextDC P1\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 10000,\n                \"locationId\": 50,\n                \"state\": \"WA\",\n                \"country\": \"Australia\",\n                \"port\": 51011,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 51683,\n                \"productUid\": \"68b52c7f-3ebb-4e61-9ea6-ca8b42e64932\",\n                \"name\": \"Asia Pacific (Tokyo) (ap-northeast-1)\",\n                \"nServiceId\": 115581,\n                \"description\": \"AWS at Equinix OS1\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 10000,\n                \"locationId\": 572,\n                \"state\": null,\n                \"country\": \"Japan\",\n                \"port\": 51683,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 51687,\n                \"productUid\": \"38002211-a8b6-4311-86e8-7679aa1df8a5\",\n                \"name\": \"Asia Pacific (Tokyo) (ap-northeast-1)\",\n                \"nServiceId\": 115587,\n                \"description\": \"AWS at Equinix OS1\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 10000,\n                \"locationId\": 572,\n                \"state\": null,\n                \"country\": \"Japan\",\n                \"port\": 51687,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 51853,\n                \"productUid\": \"61cb9905-61d3-42d7-ad8e-4bc95dce7073\",\n                \"name\": \"Asia Pacific (Sydney) (ap-southeast-2)\",\n                \"nServiceId\": 115964,\n                \"description\": \"AWS at NextDC M1\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 10000,\n                \"locationId\": 4,\n                \"state\": \"VIC\",\n                \"country\": \"Australia\",\n                \"port\": 51853,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 51856,\n                \"productUid\": \"b76408ee-7260-47dd-9761-b42695688efb\",\n                \"name\": \"Asia Pacific (Sydney) (ap-southeast-2)\",\n                \"nServiceId\": 115967,\n                \"description\": \"AWS at NextDC M1\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 10000,\n                \"locationId\": 4,\n                \"state\": \"VIC\",\n                \"country\": \"Australia\",\n                \"port\": 51856,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 52359,\n                \"productUid\": \"d94668f6-0130-4c5b-a8ac-f5ed1d6b3860\",\n                \"name\": \"EU (Ireland) (eu-west-1)\",\n                \"nServiceId\": 117083,\n                \"description\": \"AWS at Equinix LD5\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 10000,\n                \"locationId\": 90,\n                \"state\": null,\n                \"country\": \"United Kingdom\",\n                \"port\": 52359,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 52362,\n                \"productUid\": \"4d6b2581-66cc-473f-9bfb-b0c41ec18c79\",\n                \"name\": \"EU (Ireland) (eu-west-1)\",\n                \"nServiceId\": 117086,\n                \"description\": \"AWS at Equinix LD5\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 10000,\n                \"locationId\": 90,\n                \"state\": null,\n                \"country\": \"United Kingdom\",\n                \"port\": 52362,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 53463,\n                \"productUid\": \"dc745b48-6e84-4a84-9023-76f151c0b7d2\",\n                \"name\": \"EU (Stockholm) (eu-north-1)\",\n                \"nServiceId\": 120069,\n                \"description\": \"AWS at Equinix SK1\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 10000,\n                \"locationId\": 95,\n                \"state\": null,\n                \"country\": \"Sweden\",\n                \"port\": 53463,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 53466,\n                \"productUid\": \"36ec86b8-e4e1-479a-958c-15917949c761\",\n                \"name\": \"EU (Stockholm) (eu-north-1)\",\n                \"nServiceId\": 120072,\n                \"description\": \"AWS at Equinix SK1\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 10000,\n                \"locationId\": 95,\n                \"state\": null,\n                \"country\": \"Sweden\",\n                \"port\": 53466,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 53559,\n                \"productUid\": \"09e400a0-1b72-49ec-8ff0-5a71a4fc7774\",\n                \"name\": \"EU (Paris) (eu-west-3)\",\n                \"nServiceId\": 120282,\n                \"description\": \"AWS at Interxion PAR5\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 10000,\n                \"locationId\": 527,\n                \"state\": null,\n                \"country\": \"France\",\n                \"port\": 53559,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 53562,\n                \"productUid\": \"fc1c70e7-3bd7-4d7d-8f27-c80296785542\",\n                \"name\": \"EU (Paris) (eu-west-3)\",\n                \"nServiceId\": 120285,\n                \"description\": \"AWS at Interxion PAR5\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 10000,\n                \"locationId\": 527,\n                \"state\": null,\n                \"country\": \"France\",\n                \"port\": 53562,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 55018,\n                \"productUid\": \"ee38006f-9b3f-46a1-92e4-9fb627b08e80\",\n                \"name\": \"Asia Pacific (Singapore) (ap-southeast-1)\",\n                \"nServiceId\": 123377,\n                \"description\": \"AWS at Mega-iAdvantage\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 10000,\n                \"locationId\": 47,\n                \"state\": null,\n                \"country\": \"Hong Kong\",\n                \"port\": 55018,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 55021,\n                \"productUid\": \"5b33c1fe-7977-4e7b-ac44-14d27d749642\",\n                \"name\": \"Asia Pacific (Singapore) (ap-southeast-1)\",\n                \"nServiceId\": 123380,\n                \"description\": \"AWS at Mega-iAdvantage\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 10000,\n                \"locationId\": 47,\n                \"state\": null,\n                \"country\": \"Hong Kong\",\n                \"port\": 55021,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 68770,\n                \"productUid\": \"03d8f3da-c4f7-4f9b-b9a6-68956c9465ca\",\n                \"name\": \"US West (Oregon) (us-west-2)\",\n                \"nServiceId\": 154340,\n                \"description\": \"AWS at Switch Las Vegas (The Core)\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 10000,\n                \"locationId\": 100,\n                \"state\": \"NV\",\n                \"country\": \"USA\",\n                \"port\": 68770,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 83098,\n                \"productUid\": \"6af4dc2d-c7d9-4678-b93b-f7dadd327f0e\",\n                \"name\": \"EU (Frankfurt) (eu-central-1)\",\n                \"nServiceId\": 184995,\n                \"description\": \"AWS at Interxion MAD2\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 10000,\n                \"locationId\": 639,\n                \"state\": null,\n                \"country\": \"Spain\",\n                \"port\": 83098,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 83100,\n                \"productUid\": \"a06504b9-0231-4da0-ad75-790d00990c6c\",\n                \"name\": \"EU (Frankfurt) (eu-central-1)\",\n                \"nServiceId\": 184999,\n                \"description\": \"AWS at Interxion MAD2\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 10000,\n                \"locationId\": 639,\n                \"state\": null,\n                \"country\": \"Spain\",\n                \"port\": 83100,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 84505,\n                \"productUid\": \"5058e031-f605-4a9d-b48f-22cda6471e52\",\n                \"name\": \"Canada (Central) (ca-central-1)\",\n                \"nServiceId\": 188216,\n                \"description\": \"AWS at Cologix VAN2\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 10000,\n                \"locationId\": 442,\n                \"state\": \"BC\",\n                \"country\": \"Canada\",\n                \"port\": 84505,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 84507,\n                \"productUid\": \"99788cc8-4758-47eb-b6b1-432560272122\",\n                \"name\": \"Canada (Central) (ca-central-1)\",\n                \"nServiceId\": 188220,\n                \"description\": \"AWS at Cologix VAN2\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 10000,\n                \"locationId\": 442,\n                \"state\": \"BC\",\n                \"country\": \"Canada\",\n                \"port\": 84507,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 105684,\n                \"productUid\": \"bc6f0eea-7158-4d1f-beae-f2178e3c4f8d\",\n                \"name\": \"US West (Oregon) (us-west-2)\",\n                \"nServiceId\": 246785,\n                \"description\": \"AWS at Switch Las Vegas (The Core)\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 10000,\n                \"locationId\": 100,\n                \"state\": \"NV\",\n                \"country\": \"USA\",\n                \"port\": 105684,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 113491,\n                \"productUid\": \"6dab69c3-d19b-40cc-9aab-ba959fd5009f\",\n                \"name\": \"US East (N. Virginia) (us-east-1)\",\n                \"nServiceId\": 269435,\n                \"description\": \"AWS at CoreSite VA1\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 68,\n                \"state\": \"VA\",\n                \"country\": \"USA\",\n                \"port\": 113491,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 113492,\n                \"productUid\": \"e1964a64-2ad7-4ec0-ae5f-f0d01ef9299f\",\n                \"name\": \"US East (N. Virginia) (us-east-1)\",\n                \"nServiceId\": 269437,\n                \"description\": \"AWS at CoreSite VA1\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 68,\n                \"state\": \"VA\",\n                \"country\": \"USA\",\n                \"port\": 113492,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 114145,\n                \"productUid\": \"0969b94c-d79a-4e3d-8f2d-7a97df6307fd\",\n                \"name\": \"EU (London) (eu-west-2)\",\n                \"nServiceId\": 271393,\n                \"description\": \"AWS at Equinix LD5\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 90,\n                \"state\": null,\n                \"country\": \"United Kingdom\",\n                \"port\": 114145,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 114147,\n                \"productUid\": \"872840c4-5535-44f7-8ad0-d7536dae16ec\",\n                \"name\": \"EU (London) (eu-west-2)\",\n                \"nServiceId\": 271398,\n                \"description\": \"AWS at Equinix LD5\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 90,\n                \"state\": null,\n                \"country\": \"United Kingdom\",\n                \"port\": 114147,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 116950,\n                \"productUid\": \"8bebec3c-fa91-48d9-9877-894eaf9fcb56\",\n                \"name\": \"US East (N. Virginia) (us-east-1)\",\n                \"nServiceId\": 280010,\n                \"description\": \"AWS at CoreSite NY1\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 75,\n                \"state\": \"NY\",\n                \"country\": \"USA\",\n                \"port\": 116950,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 116951,\n                \"productUid\": \"872b6156-2890-4d5d-8fe0-d10bccf2af83\",\n                \"name\": \"US East (N. Virginia) (us-east-1)\",\n                \"nServiceId\": 280012,\n                \"description\": \"AWS at CoreSite NY1\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 75,\n                \"state\": \"NY\",\n                \"country\": \"USA\",\n                \"port\": 116951,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 118101,\n                \"productUid\": \"890c87cb-71d4-45a6-a2c3-c00c0d9a4fa9\",\n                \"name\": \"US East (N. Virginia) (us-east-1)\",\n                \"nServiceId\": 283362,\n                \"description\": \"AWS at Equinix DA1\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 71,\n                \"state\": \"TX\",\n                \"country\": \"USA\",\n                \"port\": 118101,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 118102,\n                \"productUid\": \"c28a54ae-b3f1-4e86-8e61-d960bdeff1c7\",\n                \"name\": \"US East (N. Virginia) (us-east-1)\",\n                \"nServiceId\": 283364,\n                \"description\": \"AWS at Equinix DA1\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 71,\n                \"state\": \"TX\",\n                \"country\": \"USA\",\n                \"port\": 118102,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 120074,\n                \"productUid\": \"b7057132-ce3d-4a61-aeb1-86d23bca10a0\",\n                \"name\": \"US East (N. Virginia) (us-east-1)\",\n                \"nServiceId\": 289303,\n                \"description\": \"AWS at Equinix DC4\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 67,\n                \"state\": \"VA\",\n                \"country\": \"USA\",\n                \"port\": 120074,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 120075,\n                \"productUid\": \"b50a6c3a-0160-4b68-b430-2583b40e0498\",\n                \"name\": \"US East (N. Virginia) (us-east-1)\",\n                \"nServiceId\": 289305,\n                \"description\": \"AWS at Equinix DC4\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 67,\n                \"state\": \"VA\",\n                \"country\": \"USA\",\n                \"port\": 120075,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 123083,\n                \"productUid\": \"09a655af-a67b-46ed-a7f0-769cbbcace67\",\n                \"name\": \"Asia Pacific (Sydney) (ap-southeast-2)\",\n                \"nServiceId\": 298209,\n                \"description\": \"AWS at Equinix SY3\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 6,\n                \"state\": \"NSW\",\n                \"country\": \"Australia\",\n                \"port\": 123083,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 123084,\n                \"productUid\": \"026b1463-a91d-48e6-97c9-3c259f260012\",\n                \"name\": \"Asia Pacific (Sydney) (ap-southeast-2)\",\n                \"nServiceId\": 298211,\n                \"description\": \"AWS at Equinix SY3\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 6,\n                \"state\": \"NSW\",\n                \"country\": \"Australia\",\n                \"port\": 123084,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 123085,\n                \"productUid\": \"fe1fab1b-2c5b-42f5-9da6-eeeba095a010\",\n                \"name\": \"Asia Pacific (Singapore) (ap-southeast-1)\",\n                \"nServiceId\": 298213,\n                \"description\": \"AWS at Equinix SG2\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 37,\n                \"state\": null,\n                \"country\": \"Singapore\",\n                \"port\": 123085,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 123086,\n                \"productUid\": \"eb106022-bc91-4c0b-a1dc-d82b45c4a8d4\",\n                \"name\": \"Asia Pacific (Singapore) (ap-southeast-1)\",\n                \"nServiceId\": 298215,\n                \"description\": \"AWS at Equinix SG2\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 37,\n                \"state\": null,\n                \"country\": \"Singapore\",\n                \"port\": 123086,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 123463,\n                \"productUid\": \"8e39312e-b251-496b-9575-a9d09968e51d\",\n                \"name\": \"EU (Frankfurt) (eu-central-1)\",\n                \"nServiceId\": 299345,\n                \"description\": \"AWS at Telehouse Paris Voltaire TH2\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 10000,\n                \"locationId\": 598,\n                \"state\": null,\n                \"country\": \"France\",\n                \"port\": 123463,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 123465,\n                \"productUid\": \"02429bca-0874-49a4-8e7f-128d85a71e11\",\n                \"name\": \"EU (Frankfurt) (eu-central-1)\",\n                \"nServiceId\": 299349,\n                \"description\": \"AWS at Telehouse Paris Voltaire TH2\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 10000,\n                \"locationId\": 598,\n                \"state\": null,\n                \"country\": \"France\",\n                \"port\": 123465,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 125468,\n                \"productUid\": \"d2b92be0-d85c-4ae5-b511-37c1cfe6e196\",\n                \"name\": \"US West (N. California) (us-west-1)\",\n                \"nServiceId\": 305345,\n                \"description\": \"AWS at PhoenixNAP\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 10000,\n                \"locationId\": 370,\n                \"state\": \"AZ\",\n                \"country\": \"USA\",\n                \"port\": 125468,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 125470,\n                \"productUid\": \"2132dd28-ccf9-4d17-8a67-9fb8ed089dae\",\n                \"name\": \"US West (N. California) (us-west-1)\",\n                \"nServiceId\": 305349,\n                \"description\": \"AWS at PhoenixNAP\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 10000,\n                \"locationId\": 370,\n                \"state\": \"AZ\",\n                \"country\": \"USA\",\n                \"port\": 125470,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 126386,\n                \"productUid\": \"4bc2085f-a04c-4fe5-ac40-0ffbd6813c6c\",\n                \"name\": \"US West (Oregon) (us-west-2)\",\n                \"nServiceId\": 308431,\n                \"description\": \"AWS at DataBank LAS1\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 1237,\n                \"state\": \"NV\",\n                \"country\": \"USA\",\n                \"port\": 126386,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 126387,\n                \"productUid\": \"bddcdb18-d4b6-4d75-b9d2-3b560d4ea84a\",\n                \"name\": \"US West (Oregon) (us-west-2)\",\n                \"nServiceId\": 308433,\n                \"description\": \"AWS at DataBank LAS1\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 1237,\n                \"state\": \"NV\",\n                \"country\": \"USA\",\n                \"port\": 126387,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 126907,\n                \"productUid\": \"0947ab29-44ba-4fae-a1d0-b95b434c28ea\",\n                \"name\": \"Asia Pacific (Singapore) (ap-southeast-1)\",\n                \"nServiceId\": 309979,\n                \"description\": \"AWS at Global Switch Singapore - Tai Seng\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 39,\n                \"state\": null,\n                \"country\": \"Singapore\",\n                \"port\": 126907,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 126908,\n                \"productUid\": \"effce9e0-f320-4f76-bf08-96435e54c101\",\n                \"name\": \"Asia Pacific (Singapore) (ap-southeast-1)\",\n                \"nServiceId\": 309981,\n                \"description\": \"AWS at Global Switch Singapore - Tai Seng\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 39,\n                \"state\": null,\n                \"country\": \"Singapore\",\n                \"port\": 126908,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 127555,\n                \"productUid\": \"8b08864e-0eb2-4639-b4a2-eb4ba22c0bea\",\n                \"name\": \"US West (Oregon) (us-west-2)\",\n                \"nServiceId\": 311917,\n                \"description\": \"AWS at Westin Building\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 146,\n                \"state\": \"WA\",\n                \"country\": \"USA\",\n                \"port\": 127555,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 127556,\n                \"productUid\": \"39097b71-57ee-404d-8e63-35e6a2c98a75\",\n                \"name\": \"US West (Oregon) (us-west-2)\",\n                \"nServiceId\": 311919,\n                \"description\": \"AWS at Westin Building\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 146,\n                \"state\": \"WA\",\n                \"country\": \"USA\",\n                \"port\": 127556,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 128953,\n                \"productUid\": \"eb461c4e-b835-494d-a81a-10d4deb263fb\",\n                \"name\": \"EU (Ireland) (eu-west-1)\",\n                \"nServiceId\": 316077,\n                \"description\": \"AWS at Interxion DUB2\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 96,\n                \"state\": null,\n                \"country\": \"Ireland\",\n                \"port\": 128953,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 128954,\n                \"productUid\": \"0ff95c1a-32b7-4031-ab92-c657cec0a88b\",\n                \"name\": \"EU (Ireland) (eu-west-1)\",\n                \"nServiceId\": 316079,\n                \"description\": \"AWS at Interxion DUB2\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 96,\n                \"state\": null,\n                \"country\": \"Ireland\",\n                \"port\": 128954,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 130409,\n                \"productUid\": \"c1219715-f6f0-4931-956c-849be938d059\",\n                \"name\": \"US West (N. California) (us-west-1)\",\n                \"nServiceId\": 320468,\n                \"description\": \"AWS at CoreSite LA1\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 60,\n                \"state\": \"CA\",\n                \"country\": \"USA\",\n                \"port\": 130409,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 130410,\n                \"productUid\": \"ae2d6f21-134e-46ed-9c83-3219c7558ed5\",\n                \"name\": \"US West (N. California) (us-west-1)\",\n                \"nServiceId\": 320470,\n                \"description\": \"AWS at CoreSite LA1\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 60,\n                \"state\": \"CA\",\n                \"country\": \"USA\",\n                \"port\": 130410,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 130570,\n                \"productUid\": \"4348e355-5e76-470b-988b-ac245c48663b\",\n                \"name\": \"EU (Frankfurt) (eu-central-1)\",\n                \"nServiceId\": 320933,\n                \"description\": \"AWS at Interxion FRA6\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 130,\n                \"state\": null,\n                \"country\": \"Germany\",\n                \"port\": 130570,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 130571,\n                \"productUid\": \"5ec445b7-6e15-4638-a2d7-8b9ab6ab0e62\",\n                \"name\": \"EU (Frankfurt) (eu-central-1)\",\n                \"nServiceId\": 320935,\n                \"description\": \"AWS at Interxion FRA6\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 130,\n                \"state\": null,\n                \"country\": \"Germany\",\n                \"port\": 130571,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 130602,\n                \"productUid\": \"17451291-71c8-4545-96a6-a1647fe1c15e\",\n                \"name\": \"US East (Ohio) (us-east-2)\",\n                \"nServiceId\": 321021,\n                \"description\": \"AWS at Equinix CH4\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 69,\n                \"state\": \"IL\",\n                \"country\": \"USA\",\n                \"port\": 130602,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 132574,\n                \"productUid\": \"eadbc475-f9c7-40f0-8933-1d09d5fb2f6c\",\n                \"name\": \"Canada (Central) (ca-central-1)\",\n                \"nServiceId\": 326803,\n                \"description\": \"AWS at eStruxture MTL-1\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 440,\n                \"state\": \"QC\",\n                \"country\": \"Canada\",\n                \"port\": 132574,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 132575,\n                \"productUid\": \"4c18418d-8140-4703-b50b-8dc4d514df5c\",\n                \"name\": \"Canada (Central) (ca-central-1)\",\n                \"nServiceId\": 326805,\n                \"description\": \"AWS at eStruxture MTL-1\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 440,\n                \"state\": \"QC\",\n                \"country\": \"Canada\",\n                \"port\": 132575,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 133694,\n                \"productUid\": \"b099b962-3e4a-4f7a-a2d5-b0afa8eb5a2f\",\n                \"name\": \"Asia Pacific (Hong Kong) (ap-east-1)\",\n                \"nServiceId\": 330112,\n                \"description\": \"AWS at Equinix HK1\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 46,\n                \"state\": null,\n                \"country\": \"Hong Kong\",\n                \"port\": 133694,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 133695,\n                \"productUid\": \"20fe6bb6-85c0-4e6f-b7de-ddd9f98ed92b\",\n                \"name\": \"Asia Pacific (Hong Kong) (ap-east-1)\",\n                \"nServiceId\": 330114,\n                \"description\": \"AWS at Equinix HK1\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 46,\n                \"state\": null,\n                \"country\": \"Hong Kong\",\n                \"port\": 133695,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 133960,\n                \"productUid\": \"27fe8de2-2cfb-4437-b8e5-3e028a8384f2\",\n                \"name\": \"Asia Pacific (Tokyo) (ap-northeast-1)\",\n                \"nServiceId\": 330895,\n                \"description\": \"AWS at Equinix TY2\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 560,\n                \"state\": null,\n                \"country\": \"Japan\",\n                \"port\": 133960,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 133961,\n                \"productUid\": \"677fbc1e-d73f-431d-b3e2-9c56ff6c74f7\",\n                \"name\": \"Asia Pacific (Tokyo) (ap-northeast-1)\",\n                \"nServiceId\": 330897,\n                \"description\": \"AWS at Equinix TY2\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 560,\n                \"state\": null,\n                \"country\": \"Japan\",\n                \"port\": 133961,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 135123,\n                \"productUid\": \"393ce489-16ae-433e-8ef3-9ada3c361dba\",\n                \"name\": \"Asia Pacific (Sydney) (ap-southeast-2)\",\n                \"nServiceId\": 334409,\n                \"description\": \"AWS at NextDC S1\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 10,\n                \"state\": \"NSW\",\n                \"country\": \"Australia\",\n                \"port\": 135123,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 135124,\n                \"productUid\": \"f43d5887-dce0-4ab6-be84-f6ae8cee3705\",\n                \"name\": \"Asia Pacific (Sydney) (ap-southeast-2)\",\n                \"nServiceId\": 334411,\n                \"description\": \"AWS at NextDC S1\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 10,\n                \"state\": \"NSW\",\n                \"country\": \"Australia\",\n                \"port\": 135124,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 136704,\n                \"productUid\": \"e6b82839-0fab-4d8f-a12a-0373d4384126\",\n                \"name\": \"US East (N. Virginia) (us-east-1)\",\n                \"nServiceId\": 339229,\n                \"description\": \"AWS at Digital Realty ATL1\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 116,\n                \"state\": \"GA\",\n                \"country\": \"USA\",\n                \"port\": 136704,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 136705,\n                \"productUid\": \"771b94ff-7054-4f8b-ab78-2bbdfb135d96\",\n                \"name\": \"US East (N. Virginia) (us-east-1)\",\n                \"nServiceId\": 339231,\n                \"description\": \"AWS at Digital Realty ATL1\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 116,\n                \"state\": \"GA\",\n                \"country\": \"USA\",\n                \"port\": 136705,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 142912,\n                \"productUid\": \"43fe6495-ec73-47cd-a83b-1d6a12ee6b66\",\n                \"name\": \"EU (Frankfurt) (eu-central-1)\",\n                \"nServiceId\": 358467,\n                \"description\": \"AWS at Equinix AM1\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 85,\n                \"state\": null,\n                \"country\": \"Netherlands\",\n                \"port\": 142912,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 142913,\n                \"productUid\": \"d7cc5537-b22a-4111-9db2-88e096de4553\",\n                \"name\": \"EU (Frankfurt) (eu-central-1)\",\n                \"nServiceId\": 358469,\n                \"description\": \"AWS at Equinix AM1\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 85,\n                \"state\": null,\n                \"country\": \"Netherlands\",\n                \"port\": 142913,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 143207,\n                \"productUid\": \"c84cdf99-f0b0-46c6-ae06-e89e40a5fd76\",\n                \"name\": \"Asia Pacific (Tokyo) (ap-northeast-1)\",\n                \"nServiceId\": 359369,\n                \"description\": \"AWS at AtTokyo Data Centre - Beta Route\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 612,\n                \"state\": null,\n                \"country\": \"Japan\",\n                \"port\": 143207,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 143208,\n                \"productUid\": \"82b7b110-0382-40fa-af09-72768f9df9b8\",\n                \"name\": \"Asia Pacific (Tokyo) (ap-northeast-1)\",\n                \"nServiceId\": 359371,\n                \"description\": \"AWS at AtTokyo Data Centre - Alpha Route\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 558,\n                \"state\": null,\n                \"country\": \"Japan\",\n                \"port\": 143208,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 143648,\n                \"productUid\": \"cb51a991-68cc-47df-8584-64cbd7fffc7a\",\n                \"name\": \"US West (N. California) (us-west-1)\",\n                \"nServiceId\": 360731,\n                \"description\": \"AWS at Equinix SV1\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 66,\n                \"state\": \"CA\",\n                \"country\": \"USA\",\n                \"port\": 143648,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 143649,\n                \"productUid\": \"ff963fd2-1095-46d5-ba46-b4ca4aa1caa2\",\n                \"name\": \"US West (N. California) (us-west-1)\",\n                \"nServiceId\": 360733,\n                \"description\": \"AWS at Equinix SV1\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 66,\n                \"state\": \"CA\",\n                \"country\": \"USA\",\n                \"port\": 143649,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 144457,\n                \"productUid\": \"4cfcfd9c-68c7-40c2-afb5-6715ac228b11\",\n                \"name\": \"US East (N. Virginia) (us-east-1)\",\n                \"nServiceId\": 362707,\n                \"description\": \"AWS at Equinix NY2\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 655,\n                \"state\": \"NJ\",\n                \"country\": \"USA\",\n                \"port\": 144457,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 144458,\n                \"productUid\": \"a809b4ad-8566-4583-9d47-4c9c6c84dc27\",\n                \"name\": \"US East (N. Virginia) (us-east-1)\",\n                \"nServiceId\": 362709,\n                \"description\": \"AWS at Equinix NY2\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 655,\n                \"state\": \"NJ\",\n                \"country\": \"USA\",\n                \"port\": 144458,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 145014,\n                \"productUid\": \"2c6be217-36ca-4b65-881f-beb38ef19f67\",\n                \"name\": \"EU (Frankfurt) (eu-central-1)\",\n                \"nServiceId\": 364362,\n                \"description\": \"AWS at Equinix FR5\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 131,\n                \"state\": null,\n                \"country\": \"Germany\",\n                \"port\": 145014,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 145015,\n                \"productUid\": \"7d7b1edd-9ac0-4000-b1a3-6afefdcb495f\",\n                \"name\": \"EU (Frankfurt) (eu-central-1)\",\n                \"nServiceId\": 364364,\n                \"description\": \"AWS at Equinix FR5\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 131,\n                \"state\": null,\n                \"country\": \"Germany\",\n                \"port\": 145015,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 146416,\n                \"productUid\": \"475028cf-0a01-49f4-8548-45a62bd93c8d\",\n                \"name\": \"US East (Ohio) (us-east-2)\",\n                \"nServiceId\": 368314,\n                \"description\": \"AWS at QTS Chicago\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 319,\n                \"state\": \"IL\",\n                \"country\": \"USA\",\n                \"port\": 146416,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 146417,\n                \"productUid\": \"2fe6ef78-3900-41b3-9c38-3693e16f7dce\",\n                \"name\": \"US East (Ohio) (us-east-2)\",\n                \"nServiceId\": 368316,\n                \"description\": \"AWS at QTS Chicago\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 319,\n                \"state\": \"IL\",\n                \"country\": \"USA\",\n                \"port\": 146417,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 148840,\n                \"productUid\": \"7d81e83d-e567-419a-866d-a7b7323da472\",\n                \"name\": \"Asia Pacific (Melbourne) (ap-southeast-4)\",\n                \"nServiceId\": 376461,\n                \"description\": \"AWS at Equinix ME1\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 41,\n                \"state\": \"VIC\",\n                \"country\": \"Australia\",\n                \"port\": 148840,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 148841,\n                \"productUid\": \"b047870a-adcf-441f-ae34-27a796cdafeb\",\n                \"name\": \"Asia Pacific (Melbourne) (ap-southeast-4)\",\n                \"nServiceId\": 376463,\n                \"description\": \"AWS at Equinix ME1\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 41,\n                \"state\": \"VIC\",\n                \"country\": \"Australia\",\n                \"port\": 148841,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 150693,\n                \"productUid\": \"6461f0bc-549a-42c4-ac32-d51a6132f959\",\n                \"name\": \"US East (N. Virginia) (us-east-1)\",\n                \"nServiceId\": 382605,\n                \"description\": \"AWS at Digital Realty ASH1\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 140,\n                \"state\": \"VA\",\n                \"country\": \"USA\",\n                \"port\": 150693,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 150694,\n                \"productUid\": \"fd7b8577-e4b8-4c77-9212-f28e485ad0be\",\n                \"name\": \"US East (N. Virginia) (us-east-1)\",\n                \"nServiceId\": 382607,\n                \"description\": \"AWS at Digital Realty ASH1\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 140,\n                \"state\": \"VA\",\n                \"country\": \"USA\",\n                \"port\": 150694,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 153786,\n                \"productUid\": \"5f8296a8-9757-4727-9a3b-f4731143d8ba\",\n                \"name\": \"Asia Pacific (Sydney) (ap-southeast-2)\",\n                \"nServiceId\": 392372,\n                \"description\": \"AWS at Datacom 6 Orbit\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 10000,\n                \"locationId\": 33,\n                \"state\": null,\n                \"country\": \"New Zealand\",\n                \"port\": 153786,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 153788,\n                \"productUid\": \"48c74795-1b64-4d77-a9ca-44dffcc01766\",\n                \"name\": \"Asia Pacific (Sydney) (ap-southeast-2)\",\n                \"nServiceId\": 392376,\n                \"description\": \"AWS at Datacom 6 Orbit\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 10000,\n                \"locationId\": 33,\n                \"state\": null,\n                \"country\": \"New Zealand\",\n                \"port\": 153788,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 155436,\n                \"productUid\": \"7eac0f85-c30e-4664-a67a-70f419492a8e\",\n                \"name\": \"Europe (Paris) (eu-west-3)\",\n                \"nServiceId\": 397668,\n                \"description\": \"AWS at Telehouse Paris Voltaire TH2\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 598,\n                \"state\": null,\n                \"country\": \"France\",\n                \"port\": 155436,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 155437,\n                \"productUid\": \"0361a277-e96e-4b12-812c-eacb6cfb0d57\",\n                \"name\": \"Europe (Paris) (eu-west-3)\",\n                \"nServiceId\": 397670,\n                \"description\": \"AWS at Telehouse Paris Voltaire TH2\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 598,\n                \"state\": null,\n                \"country\": \"France\",\n                \"port\": 155437,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 157791,\n                \"productUid\": \"59981f08-0cd4-402a-a049-df47ab479eb5\",\n                \"name\": \"Europe (London) (eu-west-2)\",\n                \"nServiceId\": 405128,\n                \"description\": \"AWS at Telehouse North\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 256,\n                \"state\": null,\n                \"country\": \"United Kingdom\",\n                \"port\": 157791,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 157792,\n                \"productUid\": \"35d9687e-8d90-4dd2-a477-94e2e8bc8344\",\n                \"name\": \"Europe (London) (eu-west-2)\",\n                \"nServiceId\": 405130,\n                \"description\": \"AWS at Telehouse North\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 256,\n                \"state\": null,\n                \"country\": \"United Kingdom\",\n                \"port\": 157792,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 158299,\n                \"productUid\": \"c1f72000-5d93-49bc-b1c4-634e78af28fb\",\n                \"name\": \"US East (N. Virginia) (us-east-1)\",\n                \"nServiceId\": 406818,\n                \"description\": \"AWS at Kio Networks - Queretaro QRO1\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 10000,\n                \"locationId\": 1197,\n                \"state\": null,\n                \"country\": \"Mexico\",\n                \"port\": 158299,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 158300,\n                \"productUid\": \"5e2a88c8-7b08-4620-b515-3b5df0b33e17\",\n                \"name\": \"US East (N. Virginia) (us-east-1)\",\n                \"nServiceId\": 406820,\n                \"description\": \"AWS at Kio Networks - Queretaro QRO1\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 10000,\n                \"locationId\": 1197,\n                \"state\": null,\n                \"country\": \"Mexico\",\n                \"port\": 158300,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 160108,\n                \"productUid\": \"03a16ca1-f9d0-4013-a125-25de00517df0\",\n                \"name\": \"Canada (Central) (ca-central-1)\",\n                \"nServiceId\": 412498,\n                \"description\": \"AWS at Andorix Data Center\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 1123,\n                \"state\": \"ON\",\n                \"country\": \"Canada\",\n                \"port\": 160108,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 160109,\n                \"productUid\": \"a1a6078d-5dbb-4869-82db-ee15eb3f52af\",\n                \"name\": \"Canada (Central) (ca-central-1)\",\n                \"nServiceId\": 412500,\n                \"description\": \"AWS at Andorix Data Center\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 1123,\n                \"state\": \"ON\",\n                \"country\": \"Canada\",\n                \"port\": 160109,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 160729,\n                \"productUid\": \"7bb30b40-b144-43a1-ba2f-63f18764af46\",\n                \"name\": \"US West (N. California) (us-west-1)\",\n                \"nServiceId\": 414416,\n                \"description\": \"AWS at EdgeConneX Phoenix\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 336,\n                \"state\": \"AZ\",\n                \"country\": \"USA\",\n                \"port\": 160729,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 160730,\n                \"productUid\": \"ca45fbbf-34f7-498f-8f2a-755cffdaa9a9\",\n                \"name\": \"US West (N. California) (us-west-1)\",\n                \"nServiceId\": 414418,\n                \"description\": \"AWS at EdgeConneX Phoenix\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 336,\n                \"state\": \"AZ\",\n                \"country\": \"USA\",\n                \"port\": 160730,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 182214,\n                \"productUid\": \"fd334b4c-79bc-421d-ab8f-eea6c6c66803\",\n                \"name\": \"US East (Ohio) (us-east-2)\",\n                \"nServiceId\": 485846,\n                \"description\": \"AWS at Cologix COL3\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 520,\n                \"state\": \"OH\",\n                \"country\": \"USA\",\n                \"port\": 182214,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 182215,\n                \"productUid\": \"e2dbc5ec-ce0d-4669-96ad-21b8f5cb7711\",\n                \"name\": \"US East (Ohio) (us-east-2)\",\n                \"nServiceId\": 485848,\n                \"description\": \"AWS at Cologix COL3\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 520,\n                \"state\": \"OH\",\n                \"country\": \"USA\",\n                \"port\": 182215,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 183083,\n                \"productUid\": \"d84677fa-c8af-47ea-af23-49fdaebdf6ee\",\n                \"name\": \"Europe (Zurich) (eu-central-2)\",\n                \"nServiceId\": 488660,\n                \"description\": \"AWS at Equinix ZH4\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 430,\n                \"state\": null,\n                \"country\": \"Switzerland\",\n                \"port\": 183083,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 183084,\n                \"productUid\": \"9faab0dc-388c-4fd3-95c5-ea2f56918734\",\n                \"name\": \"Europe (Zurich) (eu-central-2)\",\n                \"nServiceId\": 488662,\n                \"description\": \"AWS at Equinix ZH4\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 430,\n                \"state\": null,\n                \"country\": \"Switzerland\",\n                \"port\": 183084,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 183926,\n                \"productUid\": \"4714f7bc-05e0-480b-81dd-f8e0f3596db7\",\n                \"name\": \"US East (Ohio) (us-east-2)\",\n                \"nServiceId\": 491194,\n                \"description\": \"AWS at Equinix CH4\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 69,\n                \"state\": \"IL\",\n                \"country\": \"USA\",\n                \"port\": 183926,\n                \"vxc\": null\n            }\n        ],\n        \"ports\": [\n            {\n                \"service_id\": 106448\n            },\n            {\n                \"service_id\": 106451\n            },\n            {\n                \"service_id\": 106455\n            },\n            {\n                \"service_id\": 106458\n            },\n            {\n                \"service_id\": 108712\n            },\n            {\n                \"service_id\": 108715\n            },\n            {\n                \"service_id\": 114054\n            },\n            {\n                \"service_id\": 114057\n            },\n            {\n                \"service_id\": 114191\n            },\n            {\n                \"service_id\": 114194\n            },\n            {\n                \"service_id\": 114205\n            },\n            {\n                \"service_id\": 115581\n            },\n            {\n                \"service_id\": 115587\n            },\n            {\n                \"service_id\": 115964\n            },\n            {\n                \"service_id\": 115967\n            },\n            {\n                \"service_id\": 117083\n            },\n            {\n                \"service_id\": 117086\n            },\n            {\n                \"service_id\": 120069\n            },\n            {\n                \"service_id\": 120072\n            },\n            {\n                \"service_id\": 120282\n            },\n            {\n                \"service_id\": 120285\n            },\n            {\n                \"service_id\": 123377\n            },\n            {\n                \"service_id\": 123380\n            },\n            {\n                \"service_id\": 139137\n            },\n            {\n                \"service_id\": 139128\n            },\n            {\n                \"service_id\": 142871\n            },\n            {\n                \"service_id\": 142880\n            },\n            {\n                \"service_id\": 145009\n            },\n            {\n                \"service_id\": 145018\n            },\n            {\n                \"service_id\": 154340\n            },\n            {\n                \"service_id\": 174401\n            },\n            {\n                \"service_id\": 174409\n            },\n            {\n                \"service_id\": 184995\n            },\n            {\n                \"service_id\": 184999\n            },\n            {\n                \"service_id\": 188216\n            },\n            {\n                \"service_id\": 188220\n            },\n            {\n                \"service_id\": 202806\n            },\n            {\n                \"service_id\": 202814\n            },\n            {\n                \"service_id\": 206315\n            },\n            {\n                \"service_id\": 206323\n            },\n            {\n                \"service_id\": 231523\n            },\n            {\n                \"service_id\": 235951\n            },\n            {\n                \"service_id\": 246785\n            },\n            {\n                \"service_id\": 246900\n            },\n            {\n                \"service_id\": 269435\n            },\n            {\n                \"service_id\": 269437\n            },\n            {\n                \"service_id\": 271393\n            },\n            {\n                \"service_id\": 271398\n            },\n            {\n                \"service_id\": 278528\n            },\n            {\n                \"service_id\": 278536\n            },\n            {\n                \"service_id\": 280010\n            },\n            {\n                \"service_id\": 280012\n            },\n            {\n                \"service_id\": 283362\n            },\n            {\n                \"service_id\": 283364\n            },\n            {\n                \"service_id\": 288280\n            },\n            {\n                \"service_id\": 288288\n            },\n            {\n                \"service_id\": 289303\n            },\n            {\n                \"service_id\": 289305\n            },\n            {\n                \"service_id\": 298209\n            },\n            {\n                \"service_id\": 298211\n            },\n            {\n                \"service_id\": 298213\n            },\n            {\n                \"service_id\": 298215\n            },\n            {\n                \"service_id\": 299345\n            },\n            {\n                \"service_id\": 299349\n            },\n            {\n                \"service_id\": 305345\n            },\n            {\n                \"service_id\": 305349\n            },\n            {\n                \"service_id\": 306761\n            },\n            {\n                \"service_id\": 308431\n            },\n            {\n                \"service_id\": 308433\n            },\n            {\n                \"service_id\": 309979\n            },\n            {\n                \"service_id\": 309981\n            },\n            {\n                \"service_id\": 311917\n            },\n            {\n                \"service_id\": 311919\n            },\n            {\n                \"service_id\": 315654\n            },\n            {\n                \"service_id\": 315656\n            },\n            {\n                \"service_id\": 316077\n            },\n            {\n                \"service_id\": 316079\n            },\n            {\n                \"service_id\": 320468\n            },\n            {\n                \"service_id\": 320470\n            },\n            {\n                \"service_id\": 320933\n            },\n            {\n                \"service_id\": 320935\n            },\n            {\n                \"service_id\": 321021\n            },\n            {\n                \"service_id\": 326777\n            },\n            {\n                \"service_id\": 326779\n            },\n            {\n                \"service_id\": 326798\n            },\n            {\n                \"service_id\": 326800\n            },\n            {\n                \"service_id\": 326803\n            },\n            {\n                \"service_id\": 326805\n            },\n            {\n                \"service_id\": 328838\n            },\n            {\n                \"service_id\": 328840\n            },\n            {\n                \"service_id\": 330081\n            },\n            {\n                \"service_id\": 330083\n            },\n            {\n                \"service_id\": 330112\n            },\n            {\n                \"service_id\": 330114\n            },\n            {\n                \"service_id\": 330895\n            },\n            {\n                \"service_id\": 330897\n            },\n            {\n                \"service_id\": 332915\n            },\n            {\n                \"service_id\": 332917\n            },\n            {\n                \"service_id\": 334409\n            },\n            {\n                \"service_id\": 334411\n            },\n            {\n                \"service_id\": 339229\n            },\n            {\n                \"service_id\": 339231\n            },\n            {\n                \"service_id\": 341483\n            },\n            {\n                \"service_id\": 341485\n            },\n            {\n                \"service_id\": 343256\n            },\n            {\n                \"service_id\": 343258\n            },\n            {\n                \"service_id\": 348841\n            },\n            {\n                \"service_id\": 348843\n            },\n            {\n                \"service_id\": 351999\n            },\n            {\n                \"service_id\": 352001\n            },\n            {\n                \"service_id\": 354512\n            },\n            {\n                \"service_id\": 354514\n            },\n            {\n                \"service_id\": 358467\n            },\n            {\n                \"service_id\": 358469\n            },\n            {\n                \"service_id\": 359369\n            },\n            {\n                \"service_id\": 359371\n            },\n            {\n                \"service_id\": 360731\n            },\n            {\n                \"service_id\": 360733\n            },\n            {\n                \"service_id\": 362215\n            },\n            {\n                \"service_id\": 362217\n            },\n            {\n                \"service_id\": 362707\n            },\n            {\n                \"service_id\": 362709\n            },\n            {\n                \"service_id\": 364362\n            },\n            {\n                \"service_id\": 364364\n            },\n            {\n                \"service_id\": 365366\n            },\n            {\n                \"service_id\": 365368\n            },\n            {\n                \"service_id\": 367840\n            },\n            {\n                \"service_id\": 367844\n            },\n            {\n                \"service_id\": 368314\n            },\n            {\n                \"service_id\": 368316\n            },\n            {\n                \"service_id\": 370843\n            },\n            {\n                \"service_id\": 373203\n            },\n            {\n                \"service_id\": 374291\n            },\n            {\n                \"service_id\": 374293\n            },\n            {\n                \"service_id\": 376461\n            },\n            {\n                \"service_id\": 376463\n            },\n            {\n                \"service_id\": 382605\n            },\n            {\n                \"service_id\": 382607\n            },\n            {\n                \"service_id\": 383903\n            },\n            {\n                \"service_id\": 383905\n            },\n            {\n                \"service_id\": 389514\n            },\n            {\n                \"service_id\": 389516\n            },\n            {\n                \"service_id\": 392372\n            },\n            {\n                \"service_id\": 392376\n            },\n            {\n                \"service_id\": 394356\n            },\n            {\n                \"service_id\": 394358\n            },\n            {\n                \"service_id\": 397668\n            },\n            {\n                \"service_id\": 397670\n            },\n            {\n                \"service_id\": 405128\n            },\n            {\n                \"service_id\": 405130\n            },\n            {\n                \"service_id\": 405209\n            },\n            {\n                \"service_id\": 406818\n            },\n            {\n                \"service_id\": 406820\n            },\n            {\n                \"service_id\": 409087\n            },\n            {\n                \"service_id\": 412498\n            },\n            {\n                \"service_id\": 412500\n            },\n            {\n                \"service_id\": 414416\n            },\n            {\n                \"service_id\": 414418\n            },\n            {\n                \"service_id\": 485846\n            },\n            {\n                \"service_id\": 485848\n            },\n            {\n                \"service_id\": 488660\n            },\n            {\n                \"service_id\": 488662\n            },\n            {\n                \"service_id\": 491194\n            },\n            {\n                \"service_id\": 493506\n            }\n        ]\n    }\n}"}],"_postman_id":"ec0d635e-9cc3-424c-a622-1707c397c553"},{"name":"Validate AWS - Hosted VIF (v3)","id":"6f294053-7eaa-4ace-9581-62169f253caf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"[\n  {\n    \"productUid\": \"64ca1449-0944-4fcf-a767-13724cf3052b\",\n    \"associatedVxcs\": [\n      {\n        \"productName\": \"My Amazon Direct Connect\",\n        \"rateLimit\": \"50\",\n        \"term\": 12,\n        \"shutdown\": false,\n        \"promoCode\": \"promox3mnthfree2\",\n        \"aEnd\": {\n          \"vlan\": 101\n        },\n        \"bEnd\": {\n          \"productUid\": \"b3e3a199-9230-4f56-8ac2-560c0b932626\",\n          \"vlan\": 0,\n          \"partnerConfig\": {\n            \"connectType\": \"AWS\",\n            \"type\": \"private\",\n            \"asn\": 65105,\n            \"amazonAsn\": 64555,\n            \"ownerAccount\": \"{{AWSAccount}}\",\n            \"authKey\": \"123455\",\n            \"prefixes\": \"10.0.1.0/24\",\n            \"customerIpAddress\": null,\n            \"amazonIpAddress\": null\n          }\n        }\n      }\n    ]\n  }\n]"},"url":"{{baseUrl}}/v3/networkdesign/validate","description":"<p>Validates the request for an AWS Hosted VIF and ensures all parameters are within range and acceptable to the provisioning system. A successful validation request returns pricing details. This request does not commit the order.</p>\n<p>You specify the configuration details in the Body of the request. The first <code>productUid</code> identifies the Port in your Megaport location and the <code>bEnd: productUid</code> identifies the AWS location. You also need to provide your AWS account number in <code>ownerAccount</code>.</p>\n<p><code>term</code> is the contract term for the VXC. Valid values are 1, 12, 24, 36, 48, and 60 months. If <code>term</code> is not provided when ordering a VXC, it defaults to 1 (No Minimum Term).</p>\n<p><code>shutdown</code> will temporarily shut down and re-enable the VXC. Valid values are <code>true</code> (shut down) and <code>false</code> (enabled). If not provided, it defaults to <code>false</code> (enabled).</p>\n<p><code>promoCode</code> is an optional string that can be used to enter a promotional code for the service order. The code is not validated, so if the code doesn’t exist or doesn’t work for the service, the call will still be successful.</p>\n","urlObject":{"path":["v3","networkdesign","validate"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"c28bdfac-4ba4-4ba2-90ea-8a07c753b736","name":"Validate AWS - Hosted VIF (v3)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"[\n  {\n    \"productUid\": \"da2e71e4-825e-4b62-8cec-672cbc64f1b8\",\n    \"associatedVxcs\": [\n      {\n        \"productName\": \"My Amazon Direct Connect\",\n        \"rateLimit\": \"50\",\n        \"aEnd\": {\n          \"vlan\": 101\n        },\n        \"bEnd\": {\n          \"productUid\": \"b3e3a199-9230-4f56-8ac2-560c0b932626\",\n          \"vlan\": 0,\n          \"partnerConfig\": {\n            \"connectType\": \"AWS\",\n            \"type\": \"private\",\n            \"asn\": 65105,\n            \"amazonAsn\": 64555,\n            \"ownerAccount\": \"{{AWSAccount}}\",\n            \"authKey\": \"123455\",\n            \"prefixes\": \"10.0.1.0/24\",\n            \"customerIpAddress\": null,\n            \"amazonIpAddress\": null\n          }\n        }\n      }\n    ]\n  }\n]","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/networkdesign/validate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 29 Jun 2021 21:49:52 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"UOW","value":"07747eef-77a7-45bc-9c48-16f56caa7a31"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Validation passed\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"price\": {\n                \"hourlySetup\": 0,\n                \"dailySetup\": 0,\n                \"monthlySetup\": 0,\n                \"hourlyRate\": 0,\n                \"dailyRate\": 0,\n                \"monthlyRate\": 109,\n                \"fixedRecurringCharge\": 100,\n                \"postPaidBaseRate\": \"no base rate\",\n                \"longHaulMbpsRate\": 0.18,\n                \"mbpsRate\": 0.18,\n                \"currency\": \"USD\",\n                \"key\": \"no key\",\n                \"productType\": \"VXC\",\n                \"aEndRate\": 0,\n                \"bEndRate\": 0,\n                \"empty\": false\n            },\n            \"serviceName\": \"My Amazon Direct Connect\",\n            \"productType\": \"VXC\",\n            \"productUid\": \"16cae63e-b385-4581-a0ef-116f4d948173\",\n            \"market\": \"US\",\n            \"string\": \"Los Angeles\"\n        }\n    ]\n}"}],"_postman_id":"6f294053-7eaa-4ace-9581-62169f253caf"},{"name":"Buy AWS - Hosted VIF (v3)","id":"44bbbbf1-a24f-4316-a02b-ac79d4bf604d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"[\n  {\n    \"productUid\": \"64ca1449-0944-4fcf-a767-13724cf3052b\",\n    \"associatedVxcs\": [\n      {\n        \"productName\": \"My Amazon Direct Connect\",\n        \"rateLimit\": \"50\",\n        \"term\": 12,\n        \"shutdown\": false,\n        \"promoCode\": \"promox3mnthfree2\",\n        \"aEnd\": {\n          \"vlan\": 101\n        },\n        \"bEnd\": {\n          \"productUid\": \"b3e3a199-9230-4f56-8ac2-560c0b932626\",\n          \"vlan\": 0,\n          \"partnerConfig\": {\n            \"connectType\": \"AWS\",\n            \"type\": \"private\",\n            \"asn\": 65105,\n            \"amazonAsn\": 64555,\n            \"ownerAccount\": \"{{AWSAccount}}\",\n            \"authKey\": \"123455\",\n            \"customerIpAddress\": null,\n            \"amazonIpAddress\": null\n          }\n        }\n      }\n    ]\n  }\n]"},"url":"{{baseUrl}}/v3/networkdesign/buy","description":"<p>Orders the AWS Hosted VIF and sends the information to the provisioning system for processing.</p>\n<p>This request commits the order.</p>\n<p>See <strong>Validate AWS - Hosted VIF (v3)</strong> for more information about the request Body.</p>\n","urlObject":{"path":["v3","networkdesign","buy"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"ebe0a739-b1e4-4da9-b01a-50fd5164fb5e","name":"Buy AWS - Hosted VIF (v3)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"[\n  {\n    \"productUid\": \"64ca1449-0944-4fcf-a767-13724cf3052b\",\n    \"associatedVxcs\": [\n      {\n        \"productName\": \"My Amazon Direct Connect\",\n        \"rateLimit\": \"50\",\n        \"aEnd\": {\n          \"vlan\": 101\n        },\n        \"bEnd\": {\n          \"productUid\": \"b3e3a199-9230-4f56-8ac2-560c0b932626\",\n          \"vlan\": 0,\n          \"partnerConfig\": {\n            \"connectType\": \"AWS\",\n            \"type\": \"private\",\n            \"asn\": 65105,\n            \"amazonAsn\": 64555,\n            \"ownerAccount\": \"{{AWSAccount}}\",\n            \"authKey\": \"123455\",\n            \"prefixes\": \"10.0.1.0/24\",\n            \"customerIpAddress\": null,\n            \"amazonIpAddress\": null\n          }\n        }\n      }\n    ]\n  }\n]","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/networkdesign/buy"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 01 Jun 2021 20:34:52 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Set-Cookie","value":"JSESSIONID=9383BC5E29DBB91631C43ADE70BD16DB; Path=/; HttpOnly"},{"key":"UOW","value":"0bf2cb6f-ad96-4bb2-a77c-62651f1a6568"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"VXC [90c26861-3755-4b4c-b6e0-b9899e073f71] created.\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"createDate\": 1622579687585,\n            \"vxcOrderId\": 65942,\n            \"payerMegaPortId\": 88553,\n            \"nonPayerMegaPortId\": 18585,\n            \"payerMegaPortName\": \"My LA API Port\",\n            \"nonPayerMegaPortName\": \"US West (Oregon) (us-west-2)\",\n            \"payerCompanyId\": 1153,\n            \"nonPayerCompanyId\": 117,\n            \"payerLocationId\": 60,\n            \"nonPayerLocationId\": 57,\n            \"salesId\": null,\n            \"payerCompanyName\": \"Megaport Lab\",\n            \"nonPayerCompanyName\": \"AWS\",\n            \"payerMegaPortNsId\": 198960,\n            \"nonPayerMegaPortNsId\": 41968,\n            \"payerVlanId\": 101,\n            \"nonPayerVlanId\": 0,\n            \"payerInnerVlanId\": null,\n            \"nonPayerInnerVlanId\": null,\n            \"payerApproverName\": \"Eric Akin\",\n            \"payerApproverId\": 32278,\n            \"nonPayerApproverName\": \"Eric Akin\",\n            \"nonPayerApproverId\": 32278,\n            \"payerApproval\": 1622579687333,\n            \"nonPayerApproval\": 1622579687365,\n            \"fixedTerm\": true,\n            \"duration\": 1,\n            \"rollover\": true,\n            \"serviceName\": \"from My LA API Port to US West (Oregon) (us-west-2)\",\n            \"payerStatus\": \"APPROVED\",\n            \"nonPayerStatus\": \"APPROVED\",\n            \"speed\": 50,\n            \"distanceBand\": \"ZONE\",\n            \"intercapPath\": \"\",\n            \"awsId\": null,\n            \"promoCode\": null,\n            \"rateType\": \"MONTHLY\",\n            \"vxcJTechnicalServiceId\": 88554,\n            \"vxcJTechnicalServiceUid\": \"90c26861-3755-4b4c-b6e0-b9899e073f71\",\n            \"provisionDate\": 1622579687289,\n            \"orderType\": \"NEW\",\n            \"monthlyDiscountAmount\": null,\n            \"discountMonths\": null,\n            \"amazonDirectConnectConfigDto\": {\n                \"type\": \"private\",\n                \"asn\": 65105,\n                \"ownerAccount\": \"684021030471\",\n                \"authKey\": \"123455\",\n                \"customerIpAddress\": null,\n                \"amazonIpAddress\": null,\n                \"prefixes\": \"10.0.1.0/24\",\n                \"name\": null\n            },\n            \"amsixConnectConfigDto\": null,\n            \"webAirProvItem\": null,\n            \"sdrcProvItem\": null,\n            \"rate\": null,\n            \"setup\": null,\n            \"asn\": null,\n            \"bgpPassword\": null,\n            \"usageAlgorithm\": \"POST_PAID_HOURLY_SPEED_LONG_HAUL_VXC\",\n            \"costCentre\": null,\n            \"azureServiceKey\": null,\n            \"oracleVirtualCircuitId\": null,\n            \"serviceKey\": null,\n            \"vxc\": {\n                \"serviceName\": \"My Amazon Direct Connect\",\n                \"name\": \"My Amazon Direct Connect\",\n                \"secondaryName\": null,\n                \"technicalServiceId\": 88554,\n                \"technicalServiceUid\": \"90c26861-3755-4b4c-b6e0-b9899e073f71\",\n                \"requestedDate\": 1622579687289,\n                \"configuredDate\": null,\n                \"currentEstimatedDelivery\": null,\n                \"companyName\": \"Megaport Lab\",\n                \"companyId\": 1153,\n                \"aggregationId\": null,\n                \"lagPrimary\": false,\n                \"billingContactName\": null,\n                \"billingContactId\": null,\n                \"adminContactName\": null,\n                \"adminContactId\": null,\n                \"technicalContactName\": null,\n                \"technicalContactId\": null,\n                \"salesName\": null,\n                \"salesId\": null,\n                \"billableId\": 86414,\n                \"billableUsageAlgorithm\": null,\n                \"productType\": \"VXC\",\n                \"provisioningStatus\": \"DEPLOYABLE\",\n                \"failedReason\": null,\n                \"inAdvanceBillingStatus\": null,\n                \"provisioningItems\": [],\n                \"tags\": [],\n                \"vxcDistanceBand\": \"ZONE\",\n                \"intercapPath\": \"\",\n                \"marketplaceVisibility\": true,\n                \"vxcPermitted\": true,\n                \"vxcAutoApproval\": false,\n                \"createDate\": 1622579687356,\n                \"terminationDate\": null,\n                \"contractStartDate\": null,\n                \"contractTermMonths\": 1,\n                \"rateType\": \"MONTHLY\",\n                \"trialAgreement\": false,\n                \"payerCompanyId\": null,\n                \"nonPayerCompanyId\": null,\n                \"minimumSpeed\": null,\n                \"maximumSpeed\": null,\n                \"rateLimit\": 50,\n                \"errorMessage\": null,\n                \"market\": \"USA\",\n                \"accountManager\": null,\n                \"promptUid\": null,\n                \"components\": [],\n                \"attributes\": [],\n                \"aLocation\": null,\n                \"bLocation\": null,\n                \"aLocationId\": null,\n                \"bLocationId\": null,\n                \"attributeTags\": {},\n                \"createdBy\": \"52a26471-94de-4d32-b89e-0cd5d26c1f65\",\n                \"buyoutPort\": null,\n                \"virtual\": false,\n                \"locked\": false,\n                \"adminLocked\": false,\n                \"bgpShutdownDefault\": false\n            },\n            \"connectType\": \"AWS\",\n            \"payerConfig\": {},\n            \"nonPayerConfig\": {},\n            \"attributeTags\": {},\n            \"fullyApproved\": true\n        }\n    ]\n}"}],"_postman_id":"44bbbbf1-a24f-4316-a02b-ac79d4bf604d"},{"name":"Validate AWS - Hosted Connection (v3)","id":"9ee58f29-0227-4d33-ba2b-5715d9b97708","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"[\n    {\n        \"productUid\": \"a0f36688-48a7-4208-a58b-d965cb423694\", \n        \"associatedVxcs\": [\n            {\n                \"productName\": \"My Amazon HC\",\n                \"rateLimit\": \"100\",\n                \"term\": 12,\n                \"shutdown\": false,\n                \"promoCode\": \"promox3mnthfree2\",\n                \"aEnd\": {\n                    \"vlan\": 101\n                },\n                \"bEnd\": {\n                    \"productUid\": \"f274bd09-1796-43af-8837-28fa4fa2a1ab\",\n                    \"partnerConfig\": {\n                        \"connectType\": \"AWSHC\",\n                        \"ownerAccount\": \"{{AWSAccount}}\", \n                        \"name\": \"Example VXC\" \n                    }\n                }\n            }\n        ]\n    }\n]"},"url":"{{baseUrl}}/v3/networkdesign/validate","description":"<p>Validates the request for an AWS Hosted Connection and ensures all parameters are within range and acceptable to the provisioning system. A successful validation request returns pricing details. This request does not commit the order.</p>\n<p>The first <code>productUid</code> identifies the Port in your Megaport location and the <code>bEnd: productUid</code> identifies the AWS location. You also need to provide your AWS account number in <code>bEnd: ownerAccount</code>. Optionally, provide a service name that will be visible in the AWS console in <code>bEnd: name</code>.</p>\n<p>The <code>rateLimit</code> can be one of these preset values (in Mbps):<br />50, 100, 200, 300, 400, 500. 1000, 2000, 5000, 10000</p>\n<p><code>term</code> is the contract term for the VXC. Valid values are 1, 12, 24, 36, 48, and 60 months. If <code>term</code> is not provided when ordering a VXC, it defaults to 1 (No Minimum Term).</p>\n<p><code>shutdown</code> will temporarily shut down and re-enable the VXC. Valid values are <code>true</code> (shut down) and <code>false</code> (enabled). If not provided, it defaults to <code>false</code> (enabled).</p>\n<p><code>promoCode</code> is an optional string that can be used to enter a promotional code for the service order. The code is not validated, so if the code doesn’t exist or doesn’t work for the service, the call will still be successful.</p>\n","urlObject":{"path":["v3","networkdesign","validate"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"cfd6019e-b7bf-490b-a383-e8a08462899e","name":"Validate AWS - Hosted Connection (v3)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"[\n    {\n        \"productUid\": \"a0f36688-48a7-4208-a58b-d965cb423694\", \n        \"associatedVxcs\": [\n            {\n                \"productName\": \"My Amazon HC\",\n                \"rateLimit\": \"100\",\n                \"aEnd\": {\n                    \"vlan\": 101\n                },\n                \"bEnd\": {\n                    \"productUid\": \"f274bd09-1796-43af-8837-28fa4fa2a1ab\",\n                    \"partnerConfig\": {\n                        \"connectType\": \"AWSHC\",\n                        \"ownerAccount\": \"{{AWSAccount}}\", \n                        \"name\": \"Example VXC\" \n                    }\n                }\n            }\n        ]\n    }\n]","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/networkdesign/validate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 11 Nov 2020 18:28:04 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.17.10"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Set-Cookie","value":"JSESSIONID=A33D51D34C050FB5E6F76E0E013E3626; Path=/; HttpOnly"},{"key":"UOW","value":"c4f33c2d-16cd-4d2a-b07c-1a95d2475923"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Validation passed\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"price\": {\n                \"hourlySetup\": 0,\n                \"dailySetup\": 0,\n                \"monthlySetup\": 0,\n                \"hourlyRate\": 0,\n                \"dailyRate\": 0,\n                \"monthlyRate\": 126,\n                \"fixedRecurringCharge\": 100,\n                \"postPaidBaseRate\": \"no base rate\",\n                \"longHaulMbpsRate\": 0.18,\n                \"mbpsRate\": 0.18,\n                \"currency\": \"USD\",\n                \"key\": \"no key\",\n                \"productType\": \"VXC\",\n                \"aEndRate\": 0,\n                \"bEndRate\": 0.08,\n                \"empty\": false\n            },\n            \"serviceName\": \"My Amazon HC\",\n            \"productType\": \"VXC\",\n            \"productUid\": \"5654dcb3-e878-4b31-be59-96d61ece79bc\",\n            \"market\": \"US\",\n            \"string\": \"Los Angeles\"\n        }\n    ]\n}"}],"_postman_id":"9ee58f29-0227-4d33-ba2b-5715d9b97708"},{"name":"Buy AWS - Hosted Connection (v3)","id":"884e8bea-e137-48eb-b90c-3df1e637fdaf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"[\n    {\n        \"productUid\": \"a0f36688-48a7-4208-a58b-d965cb423694\", \n        \"associatedVxcs\": [\n            {\n                \"productName\": \"My Amazon HC\",\n                \"rateLimit\": \"100\",\n                \"term\": 12,\n                \"shutdown\": false,\n                \"promoCode\": \"promox3mnthfree2\",\n                \"aEnd\": {\n                    \"vlan\": 101\n                },\n                \"bEnd\": {\n                    \"productUid\": \"f274bd09-1796-43af-8837-28fa4fa2a1ab\",\n                    \"partnerConfig\": {\n                        \"connectType\": \"AWSHC\",\n                        \"ownerAccount\": \"{{AWSAccount}}\", \n                        \"name\": \"Example VXC\" \n                    }\n                }\n            }\n        ]\n    }\n]"},"url":"{{baseUrl}}/v3/networkdesign/buy","description":"<p>Orders the AWS Hosted Connection and sends the information to the provisioning system for processing. This request commits the order.</p>\n<p>The configuration in the Body of the request is the same as the validate request.</p>\n<p>The first <code>productUid</code> identifies the Port in your Megaport location (A-End) and the <code>bEnd: productUid</code> identifies the AWS location. You also need to provide your AWS account number in <code>bEnd: ownerAccount</code>. Optionally, provide a service name that will be visible in the AWS console in <code>bEnd: name</code>.</p>\n<p>The <code>rateLimit</code> can be one of these preset values (in Mbps):<br />50, 100, 200, 300, 400, 500. 1000, 2000, 5000, 10000</p>\n<p><code>term</code> is the contract term for the VXC. Valid values are 1, 12, 24, 36, 48, and 60 months. If <code>term</code> is not provided when ordering a VXC, it defaults to 1 (No Minimum Term).</p>\n<p><code>shutdown</code> will temporarily shut down and re-enable the VXC. Valid values are <code>true</code> (shut down) and <code>false</code> (enabled). If not provided, it defaults to <code>false</code> (enabled).</p>\n<p><code>promoCode</code> is an optional string that can be used to enter a promotional code for the service order. The code is not validated, so if the code doesn’t exist or doesn’t work for the service, the call will still be successful.</p>\n","urlObject":{"path":["v3","networkdesign","buy"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"91ca2cdf-5a17-4395-b9e8-74202f385803","name":"Buy AWS - Hosted Connection (v3)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"[\n    {\n        \"productUid\": \"a0f36688-48a7-4208-a58b-d965cb423694\", \n        \"associatedVxcs\": [\n            {\n                \"productName\": \"My Amazon HC\",\n                \"rateLimit\": \"100\",\n                \"aEnd\": {\n                    \"vlan\": 101\n                },\n                \"bEnd\": {\n                    \"productUid\": \"f274bd09-1796-43af-8837-28fa4fa2a1ab\",\n                    \"partnerConfig\": {\n                        \"connectType\": \"AWSHC\",\n                        \"ownerAccount\": \"{{AWSAccount}}\", \n                        \"name\": \"Example VXC\" \n                    }\n                }\n            }\n        ]\n    }\n]","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/networkdesign/buy"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 11 Nov 2020 18:40:27 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.17.10"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"UOW","value":"41506ed3-a7da-454a-8746-f6076d345b07"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"VXC [fd089425-fd23-447c-8d50-72b95b6076e5] created. \",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"createDate\": 1605120024270,\n            \"vxcOrderId\": 52634,\n            \"payerMegaPortId\": 70737,\n            \"nonPayerMegaPortId\": 47401,\n            \"payerMegaPortName\": \"My LA API Port\",\n            \"nonPayerMegaPortName\": \"US West (Oregon) (us-west-2) [DZ-RED]\",\n            \"payerCompanyId\": 1153,\n            \"nonPayerCompanyId\": 117,\n            \"payerLocationId\": 60,\n            \"nonPayerLocationId\": 57,\n            \"salesId\": null,\n            \"payerCompanyName\": \"Megaport Lab\",\n            \"nonPayerCompanyName\": \"AWS\",\n            \"payerMegaPortNsId\": 158640,\n            \"nonPayerMegaPortNsId\": 106462,\n            \"payerVlanId\": 101,\n            \"nonPayerVlanId\": 0,\n            \"payerInnerVlanId\": null,\n            \"nonPayerInnerVlanId\": null,\n            \"payerApproverName\": \"Eric Akin\",\n            \"payerApproverId\": 32278,\n            \"nonPayerApproverName\": \"Eric Akin\",\n            \"nonPayerApproverId\": 32278,\n            \"payerApproval\": 1605120023844,\n            \"nonPayerApproval\": 1605120023899,\n            \"fixedTerm\": true,\n            \"duration\": 1,\n            \"rollover\": true,\n            \"serviceName\": \"from My LA API Port to US West (Oregon) (us-west-2) [DZ-RED]\",\n            \"payerStatus\": \"APPROVED\",\n            \"nonPayerStatus\": \"APPROVED\",\n            \"speed\": 100,\n            \"distanceBand\": \"ZONE\",\n            \"intercapPath\": \"\",\n            \"awsId\": null,\n            \"promoCode\": null,\n            \"rateType\": \"MONTHLY\",\n            \"vxcJTechnicalServiceId\": 70738,\n            \"vxcJTechnicalServiceUid\": \"fd089425-fd23-447c-8d50-72b95b6076e5\",\n            \"provisionDate\": 1605120023763,\n            \"orderType\": \"NEW\",\n            \"monthlyDiscountAmount\": null,\n            \"discountMonths\": null,\n            \"amazonDirectConnectConfigDto\": null,\n            \"amsixConnectConfigDto\": null,\n            \"webAirProvItem\": null,\n            \"sdrcProvItem\": null,\n            \"rate\": null,\n            \"setup\": null,\n            \"asn\": null,\n            \"bgpPassword\": null,\n            \"usageAlgorithm\": \"POST_PAID_HOURLY_SPEED_LONG_HAUL_VXC\",\n            \"costCentre\": null,\n            \"azureServiceKey\": null,\n            \"oracleVirtualCircuitId\": null,\n            \"serviceKey\": null,\n            \"connectType\": \"AWSHC\",\n            \"payerConfig\": {},\n            \"nonPayerConfig\": {},\n            \"attributeTags\": {},\n            \"fullyApproved\": true\n        }\n    ]\n}"}],"_postman_id":"884e8bea-e137-48eb-b90c-3df1e637fdaf"},{"name":"Update AWS Hosted VIF VXC (v3)","id":"17f0e29e-e8e4-4a5a-b07e-3b3a767e7c80","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"{\n    \"name\":\"Updated AWS VXC name\",\n    \"costCentre\":\"Service level reference\",\n    \"rateLimit\": 1000,\n    \"term\": 12,\n    \"aEndVlan\": 2\n}"},"url":"{{baseUrl}}/v3/product/vxc/{productUid}","description":"<p>You can update the VXC for an AWS cloud connection. Specify the VXC in the endpoint by the <code>productUid</code>.</p>\n<p>For AWS, you can update the following parameters:</p>\n<ul>\n<li><p><code>name</code> - Customer name for the connection - this name appears in the Portal.</p>\n</li>\n<li><p><code>costCentre</code> - A customer reference number to be included in billing information and invoices</p>\n</li>\n<li><p><code>rateLimit</code> - For a Hosted VIF, accepted values range from 1 Mbps to 5 Gbps in 1 Mbps increments.</p>\n</li>\n<li><p><code>term</code> - You can update the VXC term under certain circumstances. Valid values are 1, 12, 24, 36, 48, and 60 months. See the rules in <a href=\"https://dev.megaport.com/#4293df4a-545d-45a2-bfa1-90f41df13160\">Update VXC</a> for more details.</p>\n</li>\n<li><p><code>aEndVlan</code> - A unique VLAN ID for this connection. Values can range from 2 to 4093. If this value is 0, the system allocates a valid VLAN.</p>\n</li>\n</ul>\n<p>The update request only needs to include the parameters you want to change.</p>\n","urlObject":{"path":["v3","product","vxc","{productUid}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"bb91c29d-755a-467b-9e72-e93c91534846","name":"Update AWS Hosted VIF VXC (v3)","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"{\n    \"name\":\"Inband - Management - AWS\",\n    \"costCentre\":\"PO 5631767\",\n    \"rateLimit\": 100\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/product/vxc/7939344a-8a55-4a7e-b202-4db0967f4e32"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 20 Dec 2021 21:40:51 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Set-Cookie","value":"JSESSIONID=DFE9F1DFB5DD7F510D4DACDDC97853F9; Path=/; HttpOnly"},{"key":"UOW","value":"9b9a5095-f353-4436-bf31-342c52e68654"},{"key":"Location","value":"http://localhost:8080/v2/product/7939344a-8a55-4a7e-b202-4db0967f4e32"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"VXC 24853 has been updated\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": {\n        \"serviceName\": \"Inband - Management - AWS\",\n        \"name\": \"Inband - Management - AWS\",\n        \"secondaryName\": \"Inband_Mgmt\",\n        \"technicalServiceId\": 24853,\n        \"technicalServiceUid\": \"7939344a-8a55-4a7e-b202-4db0967f4e32\",\n        \"requestedDate\": 1539788860475,\n        \"configuredDate\": 1539789092985,\n        \"currentEstimatedDelivery\": null,\n        \"companyName\": \"Megaport Lab\",\n        \"companyId\": 1153,\n        \"aggregationId\": null,\n        \"lagPrimary\": false,\n        \"billingContactName\": null,\n        \"billingContactId\": null,\n        \"adminContactName\": null,\n        \"adminContactId\": null,\n        \"technicalContactName\": null,\n        \"technicalContactId\": null,\n        \"salesName\": null,\n        \"salesId\": null,\n        \"billableId\": 24338,\n        \"billableUsageAlgorithm\": null,\n        \"productType\": \"VXC\",\n        \"provisioningStatus\": \"LIVE\",\n        \"failedReason\": null,\n        \"inAdvanceBillingStatus\": null,\n        \"provisioningItems\": [],\n        \"tags\": [],\n        \"vxcDistanceBand\": \"METRO\",\n        \"intercapPath\": \"\",\n        \"marketplaceVisibility\": true,\n        \"vxcPermitted\": true,\n        \"vxcAutoApproval\": false,\n        \"createDate\": 1539788860759,\n        \"terminationDate\": null,\n        \"contractStartDate\": null,\n        \"contractTermMonths\": 1,\n        \"rateType\": \"MONTHLY\",\n        \"trialAgreement\": false,\n        \"payerCompanyId\": null,\n        \"nonPayerCompanyId\": null,\n        \"minimumSpeed\": null,\n        \"maximumSpeed\": null,\n        \"rateLimit\": 100,\n        \"errorMessage\": null,\n        \"costCentre\": \"PO 5631767\",\n        \"market\": \"Singapore\",\n        \"accountManager\": null,\n        \"promptUid\": null,\n        \"components\": [],\n        \"attributes\": [],\n        \"aLocation\": null,\n        \"bLocation\": null,\n        \"aLocationId\": null,\n        \"bLocationId\": null,\n        \"attributeTags\": {},\n        \"createdBy\": \"f4c0bbe7-6063-490d-b5e7-99d1f335ef66\",\n        \"buyoutPort\": null,\n        \"virtual\": false,\n        \"locked\": false,\n        \"adminLocked\": false,\n        \"bgpShutdownDefault\": false\n    }\n}"}],"_postman_id":"17f0e29e-e8e4-4a5a-b07e-3b3a767e7c80"}],"id":"b1383a7a-a255-444b-8910-d34bffb870fa","description":"<p>You can set up two types of AWS connections: an AWS Hosted VIF or an AWS Hosted Connection.</p>\n<p>Look up AWS locations for the B-End of the connection with the <code>v2/dropdowns/partner/megaports</code> endpoint. Look up AWS Hosted Connection port and rate limit details with the <code>v2/secure/awshc</code> endpoint.</p>\n<p>You can distinguish the type of connection supported by partner locations by the <code>connectType</code> attribute. Hosted VIF connections are <code>connectType=AWS</code> and Hosted Connections are <code>connectType=AWSHC</code>.</p>\n<p>For more information about AWS and Megaport, see <a href=\"https://docs.megaport.com/cloud/megaport/aws/\">Connecting to AWS Direct Connect</a> in the Megaport documentation.</p>\n","event":[{"listen":"prerequest","script":{"id":"18ac696a-f094-41dc-84bb-f67b34f72571","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"45188dd9-c736-4201-a4e2-d7f135947682","type":"text/javascript","exec":[""]}}],"_postman_id":"b1383a7a-a255-444b-8910-d34bffb870fa"},{"name":"Azure","item":[{"name":"Look Up Azure Service Key","id":"1d1d4d30-7676-4c43-819c-9d1efb4d9712","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v2/secure/azure/{service_key}","description":"<p>The first step when ordering Azure service is to use the service key and to find the Ports available for a connection. In the response, available ports are listed in the <code>megaports</code> array.</p>\n","urlObject":{"path":["v2","secure","azure","{service_key}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"98ae271d-5cf3-49f6-8940-271e5ade430b","name":"Look Up Azure Service Key","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v2/secure/azure/3e2480b2-b4d5-424b-976a-7b0de65a1b62"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 11 Nov 2020 19:12:16 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.17.10"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Set-Cookie","value":"JSESSIONID=F107D8AD38C830C26E18199A25FD145E; Path=/; HttpOnly"},{"key":"UOW","value":"e0f9bd4e-0313-4a4a-abbf-423f821b39c9"},{"key":"ETag","value":"W/\"08e62315d784f94b08d06f308abc96f2d\""},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Successful lookup\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": {\n        \"managed\": false,\n        \"connectType\": \"AZURE\",\n        \"resource_type\": \"csp_connection\",\n        \"bandwidth\": 200,\n        \"service_key\": \"3e2480b2-b4d5-424b-976a-7b0de65a1b62\",\n        \"vlan\": 3289,\n        \"megaports\": [\n            {\n                \"portSpeed\": 10000,\n                \"name\": \"Washington DC Primary\",\n                \"state\": \"VA\",\n                \"description\": \"Azure ExpressRoute at Equinix DC2\",\n                \"productUid\": \"a7ae8a35-433e-44aa-87cb-a1b7995ab008\",\n                \"nServiceId\": 32832,\n                \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n                \"country\": \"USA\",\n                \"vxc\": null,\n                \"port\": 14570,\n                \"companyName\": \"Azure ExpressRoute\",\n                \"locationId\": 67,\n                \"productId\": 14570,\n                \"type\": \"primary\",\n                \"companyId\": 1475\n            },\n            {\n                \"portSpeed\": 10000,\n                \"name\": \"Washington DC Secondary\",\n                \"state\": \"VA\",\n                \"description\": \"Azure ExpressRoute at Equinix DC2\",\n                \"productUid\": \"07ab0ee6-7f77-41ac-bbe6-335e3ee6d182\",\n                \"nServiceId\": 36431,\n                \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n                \"country\": \"USA\",\n                \"vxc\": null,\n                \"port\": 16108,\n                \"companyName\": \"Azure ExpressRoute\",\n                \"locationId\": 67,\n                \"productId\": 16108,\n                \"type\": \"secondary\",\n                \"companyId\": 1475\n            }\n        ],\n        \"peers\": []\n    }\n}"}],"_postman_id":"1d1d4d30-7676-4c43-819c-9d1efb4d9712"},{"name":"Create VXC to Azure (v3)","id":"06b4941d-c68e-4bb0-8876-deb18e87e3e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"[\n    {\n      \"productUid\": \"a0f36688-48a7-4208-a58b-d965cb423694\",\n      \"associatedVxcs\": [\n        {\n          \"productName\": \"My New Azure VXC\",\n          \"partnerConfigs\" : {\n             \"connectType\": \"AZURE\",\n             \"serviceKey\": \"3e2480b2-b4d5-424b-976a-7b0de65a1b62\"\n          },\n          \"rateLimit\": 550,\n          \"term\": 12,\n          \"shutdown\": false,\n          \"promoCode\": \"promox3mnthfree2\",\n          \"aEnd\": {\n            \"vlan\": 102\n          },\n          \"bEnd\": {\n            \"productUid\": \"a7ae8a35-433e-44aa-87cb-a1b7995ab008\",\n            \"vlan\": 0\n          }\n        }\n      ]\n    }\n]\n"},"url":"{{baseUrl}}/v3/networkdesign/buy","description":"<p>With the port details from the service key lookup, create the VXC to Azure.</p>\n<p>You specify the configuration details in the Body of the request. The first <code>productUid</code> identifies the Port in your Megaport location and the <code>bEnd: productUid</code> identifies the Azure location. You also need to provide service key in <code>bEnd: serviceKey</code>.</p>\n<p><code>term</code> is the contract term for the VXC. Valid values are 1, 12, 24, 36, 48, and 60 months. If <code>term</code> is not provided when ordering a VXC, it defaults to 1 (No Minimum Term).</p>\n<p><code>shutdown</code> will temporarily shut down and re-enable the VXC. Valid values are <code>true</code> (shut down) and <code>false</code> (enabled). If not provided, it defaults to <code>false</code> (enabled).</p>\n<p><code>promoCode</code> is an optional string that can be used to enter a promotional code for the service order. The code is not validated, so if the code doesn’t exist or doesn’t work for the service, the call will still be successful.</p>\n<p>You can create multiple connections to an Azure port, for example if you need to connect both private and Microsoft peers to the same port.</p>\n<p>The Azure (B-End) <code>vlan</code> is supplied by Azure based on the service key. The <code>vlan</code> value must either match the Azure value, or be set to 0 (indicating that Megaport selects a valid value).</p>\n<p>The VXCs include an optional <code>innerVlan</code> attribute to the <code>aEnd</code> and <code>bEnd</code> object in the payloads for the buy and validate API calls. These attributes are returned in the payload when retrieving VXC information. You can set this attribute on the <code>aEnd</code>, the <code>bEnd</code>, or both. If this value is set to 0, a valid inner VLAN will be allocated and set by the system. If not specified, this value defaults to single-tagged (-1).</p>\n<p>To differentiate between two (or more) VXCs with the same service key connecting to the same port, all but one of the VXCs needs to specify the <code>innerVlan</code>. The <code>innerVlan</code> value represents the inner tag for double-tagged VXCs.</p>\n<p><strong>Note:</strong> Azure VXCs are the only cloud VXC type that lets you specify a double-tagged VXC.</p>\n<p><strong>Tip:</strong> To test your request before you order and see pricing details, use the <code>/v3/networkdesign/validate</code> endpoint with the same Body configuration.</p>\n","urlObject":{"path":["v3","networkdesign","buy"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"a8c59d38-4c3c-495f-b7e5-f7a4e40de30e","name":"Create VXC to Azure (v3)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"[\n    {\n      \"productUid\": \"a0f36688-48a7-4208-a58b-d965cb423694\",\n      \"associatedVxcs\": [\n        {\n          \"productName\": \"My New Azure VXC\",\n          \"partnerConfigs\" : {\n             \"connectType\": \"AZURE\",\n             \"serviceKey\": \"3e2480b2-b4d5-424b-976a-7b0de65a1b62\"\n          },\n          \"rateLimit\": 550,\n          \"aEnd\": {\n            \"vlan\": 102\n          },\n          \"bEnd\": {\n            \"productUid\": \"a7ae8a35-433e-44aa-87cb-a1b7995ab008\",\n            \"vlan\": 0,\n            \"innerVlan\": 12\n          }\n        }\n      ]\n    }\n]\n","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/networkdesign/buy"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 11 Nov 2020 19:40:01 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.17.10"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Set-Cookie","value":"JSESSIONID=FE6760B8C42542C0BCC74A85D8632095; Path=/; HttpOnly"},{"key":"UOW","value":"7f9d3ebe-cc11-4863-8735-c0668e505e84"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"VXC [26a3ef17-516a-4596-bbea-18818556a0c2] created. \",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"createDate\": 1605123594456,\n            \"vxcOrderId\": 52635,\n            \"payerMegaPortId\": 70737,\n            \"nonPayerMegaPortId\": 14570,\n            \"payerMegaPortName\": \"My LA API Port\",\n            \"nonPayerMegaPortName\": \"Washington DC Primary\",\n            \"payerCompanyId\": 1153,\n            \"nonPayerCompanyId\": 1475,\n            \"payerLocationId\": 60,\n            \"nonPayerLocationId\": 67,\n            \"salesId\": null,\n            \"payerCompanyName\": \"Megaport Lab\",\n            \"nonPayerCompanyName\": \"Azure ExpressRoute\",\n            \"payerMegaPortNsId\": 158640,\n            \"nonPayerMegaPortNsId\": 32832,\n            \"payerVlanId\": 102,\n            \"nonPayerVlanId\": 300,\n            \"payerInnerVlanId\": null,\n            \"nonPayerInnerVlanId\": 12,\n            \"payerApproverName\": \"Eric Akin\",\n            \"payerApproverId\": 32278,\n            \"nonPayerApproverName\": \"Eric Akin\",\n            \"nonPayerApproverId\": 32278,\n            \"payerApproval\": 1605123594116,\n            \"nonPayerApproval\": 1605123594163,\n            \"fixedTerm\": true,\n            \"duration\": 1,\n            \"rollover\": true,\n            \"serviceName\": \"from My LA API Port to Washington DC Primary\",\n            \"payerStatus\": \"APPROVED\",\n            \"nonPayerStatus\": \"APPROVED\",\n            \"speed\": 550,\n            \"distanceBand\": \"INTERZONE\",\n            \"intercapPath\": \"\",\n            \"awsId\": null,\n            \"promoCode\": null,\n            \"rateType\": \"MONTHLY\",\n            \"vxcJTechnicalServiceId\": 70739,\n            \"vxcJTechnicalServiceUid\": \"26a3ef17-516a-4596-bbea-18818556a0c2\",\n            \"provisionDate\": 1605123594050,\n            \"orderType\": \"NEW\",\n            \"monthlyDiscountAmount\": null,\n            \"discountMonths\": null,\n            \"amazonDirectConnectConfigDto\": null,\n            \"amsixConnectConfigDto\": null,\n            \"webAirProvItem\": null,\n            \"sdrcProvItem\": null,\n            \"rate\": null,\n            \"setup\": null,\n            \"asn\": null,\n            \"bgpPassword\": null,\n            \"usageAlgorithm\": \"POST_PAID_HOURLY_SPEED_LONG_HAUL_VXC\",\n            \"costCentre\": null,\n            \"azureServiceKey\": \"3e2480b2-b4d5-424b-976a-7b0de65a1b62\",\n            \"oracleVirtualCircuitId\": null,\n            \"serviceKey\": null,\n            \"connectType\": \"AZURE\",\n            \"payerConfig\": {},\n            \"nonPayerConfig\": {},\n            \"attributeTags\": {},\n            \"fullyApproved\": true\n        }\n    ]\n}"}],"_postman_id":"06b4941d-c68e-4bb0-8876-deb18e87e3e3"},{"name":"Update Azure VXC (v3)","id":"0066ff52-2721-426d-a609-071da6cb6e16","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"{\n    \"name\":\"Updated name\",\n    \"rateLimit\": 500,\n    \"term\": 12,\n    \"aEndVlan\": 121,\n    \"costCentre\":\"New reference for invoice\"\n}"},"url":"{{baseUrl}}/v3/product/vxc/{productUid}","description":"<p>You can update the VXC for an Azure cloud connection. Specify the VXC in the endpoint by the <code>productUid</code>.</p>\n<p>For Azure connection to a Port, you can update the following parameters:</p>\n<ul>\n<li><p><code>name</code> - Customer name for the connection - this name appears in the Portal.</p>\n</li>\n<li><p><code>rateLimit</code> - The speed of the connection (in Mbps).</p>\n</li>\n<li><p><code>term</code> - You can update the VXC term under certain circumstances. Valid values are 1, 12, 24, 36, 48, and 60 months. See the rules in <a href=\"https://dev.megaport.com/#4293df4a-545d-45a2-bfa1-90f41df13160\">Update VXC</a> for more details.</p>\n</li>\n<li><p><code>aEndVlan</code> - A unique VLAN ID for this connection. Values can range from 2 to 4093. If this value is 0, the system allocates a valid VLAN.</p>\n</li>\n<li><p><code>costCentre</code> - A customer reference number to be included in billing information and invoices.</p>\n</li>\n</ul>\n<p>The update request only needs to include the parameters you want to change.</p>\n","urlObject":{"path":["v3","product","vxc","{productUid}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"a5d5cc3a-7857-4c7d-961f-7ce9b5ea5564","name":"Update Azure VXC (v3)","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"{\n    \"name\":\"Azure - SEA - UPDATED NAME\",\n    \"costCentre\":\"Billing #41532492\",\n    \"rateLimit\": 1000\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/product/vxc/a1bf0e9a-7bbb-47c7-a3b7-4cbb701a3b42"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 20 Dec 2021 22:03:58 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"UOW","value":"85325f9b-c9eb-4d55-9eff-b445627dc754"},{"key":"Location","value":"http://localhost:8080/v2/product/a1bf0e9a-7bbb-47c7-a3b7-4cbb701a3b42"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"VXC 106982 has been updated\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": {\n        \"serviceName\": \"Azure - SEA - UPDATED NAME\",\n        \"name\": \"Azure - SEA - UPDATED NAME\",\n        \"secondaryName\": null,\n        \"technicalServiceId\": 106982,\n        \"technicalServiceUid\": \"a1bf0e9a-7bbb-47c7-a3b7-4cbb701a3b42\",\n        \"requestedDate\": 1640037554691,\n        \"configuredDate\": 1640037617548,\n        \"currentEstimatedDelivery\": null,\n        \"companyName\": \"Megaport Lab\",\n        \"companyId\": 1153,\n        \"aggregationId\": null,\n        \"lagPrimary\": false,\n        \"billingContactName\": null,\n        \"billingContactId\": null,\n        \"adminContactName\": null,\n        \"adminContactId\": null,\n        \"technicalContactName\": null,\n        \"technicalContactId\": null,\n        \"salesName\": null,\n        \"salesId\": null,\n        \"billableId\": 103388,\n        \"billableUsageAlgorithm\": null,\n        \"productType\": \"VXC\",\n        \"provisioningStatus\": \"CONFIGURED\",\n        \"failedReason\": null,\n        \"inAdvanceBillingStatus\": null,\n        \"provisioningItems\": [],\n        \"tags\": [],\n        \"vxcDistanceBand\": \"ZONE\",\n        \"intercapPath\": \"\",\n        \"marketplaceVisibility\": true,\n        \"vxcPermitted\": true,\n        \"vxcAutoApproval\": false,\n        \"createDate\": 1640037554747,\n        \"terminationDate\": null,\n        \"contractStartDate\": null,\n        \"contractTermMonths\": 1,\n        \"rateType\": \"MONTHLY\",\n        \"trialAgreement\": false,\n        \"payerCompanyId\": null,\n        \"nonPayerCompanyId\": null,\n        \"minimumSpeed\": null,\n        \"maximumSpeed\": null,\n        \"rateLimit\": 1000,\n        \"errorMessage\": null,\n        \"costCentre\": \"Billing #41532492\",\n        \"market\": \"USA\",\n        \"accountManager\": null,\n        \"promptUid\": null,\n        \"components\": [],\n        \"attributes\": [],\n        \"aLocation\": null,\n        \"bLocation\": null,\n        \"aLocationId\": null,\n        \"bLocationId\": null,\n        \"attributeTags\": {},\n        \"createdBy\": \"52a26471-94de-4d32-b89e-0cd5d26c1f65\",\n        \"buyoutPort\": null,\n        \"virtual\": false,\n        \"locked\": false,\n        \"adminLocked\": false,\n        \"bgpShutdownDefault\": false\n    }\n}"}],"_postman_id":"0066ff52-2721-426d-a609-071da6cb6e16"}],"id":"9a2aa600-2e61-419d-8ddb-bfa5bdf7e9f8","description":"<p>Before you can connect to Azure, you need to set up an ExpressRoute circuit in the Azure console. When set up, you receive a service key with connection details. To configure your Megaport connection to Azure, you look up the service key details and then create VXCs to the Azure ports. </p>\n<p>For a tutorial stepping through the Azure API configuration, see <a href=\"https://docs.megaport.com/api/api-vxc-azure/\">Creating a VXC between a Port and Microsoft Azure with the API</a>.</p>\n","event":[{"listen":"prerequest","script":{"id":"8b95dc49-3f9d-4043-b06b-03131d7f9186","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"63ef803f-364c-4719-af04-cf75f8e3c366","type":"text/javascript","exec":[""]}}],"_postman_id":"9a2aa600-2e61-419d-8ddb-bfa5bdf7e9f8"},{"name":"Google Cloud","item":[{"name":"Look Up Google Pairing Key","id":"4f7239d7-531f-40e4-bc6d-22cc76e77d11","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v2/secure/google/{pairing_key}","description":"<p>The first step when ordering Google Cloud service is to use the pairing key and ensure there is an available port for a connection.</p>\n<p>In the lookup response, available ports are listed as <code>\"vxc\":null</code> and ports with an assigned value are not available.</p>\n<p>In the example response, the first port is unavailable and the second port is available. </p>\n<p>Google requires that the bandwidth on the VXC matches one of the predefined bandwidths in the list returned by the pairing key lookup.</p>\n","urlObject":{"path":["v2","secure","google","{pairing_key}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"bcdf259b-282b-4a51-a3cf-0ccf0e891da4","name":"Look Up Google Pairing Key","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v2/secure/google/040a6625-225d-4607-a175-ab8d72e6be3a/us-west1/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 11 Nov 2020 21:16:02 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.17.10"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Set-Cookie","value":"JSESSIONID=92EDE06DAF7EA347792D8DDC0A063103; Path=/; HttpOnly"},{"key":"UOW","value":"0af82fde-0064-4f01-9a99-f178990670dc"},{"key":"ETag","value":"W/\"05e2299141cd7b00629047e8286244259\""},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Successful lookup\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": {\n        \"bandwidths\": [\n            50,\n            100,\n            200,\n            300,\n            400,\n            500,\n            1000,\n            2000,\n            5000,\n            10000\n        ],\n        \"resource_type\": \"csp_connection\",\n        \"megaports\": [\n            {\n                \"portSpeed\": 10000,\n                \"name\": \"New York (lga-zone1-16)\",\n                \"state\": \"NY\",\n                \"description\": \"Google Inc at Digital Realty NYC2\",\n                \"productUid\": \"821a43f0-5aa3-4840-9702-ce1274c15395\",\n                \"nServiceId\": 30893,\n                \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n                \"country\": \"USA\",\n                \"vxc\": null,\n                \"port\": 13689,\n                \"companyName\": \"Google Inc\",\n                \"locationId\": 78,\n                \"productId\": 13689,\n                \"companyId\": 90\n            },\n            {\n                \"portSpeed\": 10000,\n                \"name\": \"Ashburn (iad-zone1-1)\",\n                \"state\": \"VA\",\n                \"description\": \"Google Inc at Equinix DC2\",\n                \"productUid\": \"f710f917-406f-4110-994e-134974440b39\",\n                \"nServiceId\": 28348,\n                \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n                \"country\": \"USA\",\n                \"vxc\": null,\n                \"port\": 12514,\n                \"companyName\": \"Google Inc\",\n                \"locationId\": 67,\n                \"productId\": 12514,\n                \"companyId\": 90\n            },\n            {\n                \"portSpeed\": 10000,\n                \"name\": \"Los Angeles (lax-zone1-8)\",\n                \"state\": \"CA\",\n                \"description\": \"Google Inc at Equinix LA1\",\n                \"productUid\": \"7d7da69c-f5ab-4324-867f-449ac36b2c6c\",\n                \"nServiceId\": 28220,\n                \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n                \"country\": \"USA\",\n                \"vxc\": null,\n                \"port\": 12461,\n                \"companyName\": \"Google Inc\",\n                \"locationId\": 59,\n                \"productId\": 12461,\n                \"companyId\": 90\n            },\n            {\n                \"portSpeed\": 10000,\n                \"name\": \"Toronto (yyz-zone1-392)\",\n                \"state\": \"ON\",\n                \"description\": \"Google Inc at Cologix TOR1\",\n                \"productUid\": \"3262bfe0-143f-4132-a285-43382270bb5c\",\n                \"nServiceId\": 38062,\n                \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n                \"country\": \"Canada\",\n                \"vxc\": null,\n                \"port\": 16871,\n                \"companyName\": \"Google Inc\",\n                \"locationId\": 79,\n                \"productId\": 16871,\n                \"companyId\": 90\n            },\n            {\n                \"portSpeed\": 10000,\n                \"name\": \"Dallas (dfw-zone1-4)\",\n                \"state\": \"TX\",\n                \"description\": \"Google Inc at Equinix DA1\",\n                \"productUid\": \"6ab7feff-6b0d-4a97-94a3-af331544f3c5\",\n                \"nServiceId\": 40034,\n                \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n                \"country\": \"USA\",\n                \"vxc\": null,\n                \"port\": 17744,\n                \"companyName\": \"Google Inc\",\n                \"locationId\": 71,\n                \"productId\": 17744,\n                \"companyId\": 90\n            },\n            {\n                \"portSpeed\": 10000,\n                \"name\": \"San Jose (sjc-zone1-6)\",\n                \"state\": \"CA\",\n                \"description\": \"Google Inc at Equinix SV1\",\n                \"productUid\": \"13671002-5574-4bf6-a278-dfac5f5902fc\",\n                \"nServiceId\": 63541,\n                \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n                \"country\": \"USA\",\n                \"vxc\": null,\n                \"port\": 27987,\n                \"companyName\": \"Google Inc\",\n                \"locationId\": 66,\n                \"productId\": 27987,\n                \"companyId\": 90\n            },\n            {\n                \"portSpeed\": 10000,\n                \"name\": \"Chicago (ord-zone1-7)\",\n                \"state\": \"IL\",\n                \"description\": \"Google Inc at Equinix CH2\",\n                \"productUid\": \"72cc2977-4087-475f-98be-98fd39e9006e\",\n                \"nServiceId\": 63539,\n                \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n                \"country\": \"USA\",\n                \"vxc\": null,\n                \"port\": 27985,\n                \"companyName\": \"Google Inc\",\n                \"locationId\": 69,\n                \"productId\": 27985,\n                \"companyId\": 90\n            },\n            {\n                \"portSpeed\": 10000,\n                \"name\": \"Montreal (yul-zone1-1944)\",\n                \"state\": \"QC\",\n                \"description\": \"Google Inc at Cologix MTL3\",\n                \"productUid\": \"0452f4b3-cb06-4b4f-beb6-d165544081d4\",\n                \"nServiceId\": 84953,\n                \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n                \"country\": \"Canada\",\n                \"vxc\": null,\n                \"port\": 37580,\n                \"companyName\": \"Google Inc\",\n                \"locationId\": 419,\n                \"productId\": 37580,\n                \"companyId\": 90\n            },\n            {\n                \"portSpeed\": 10000,\n                \"name\": \"Seattle (sea-zone1-86)\",\n                \"state\": \"WA\",\n                \"description\": \"Google Inc at Equinix SE2\",\n                \"productUid\": \"42464fbb-4d38-4f82-9061-294e1d84ed9f\",\n                \"nServiceId\": 90922,\n                \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n                \"country\": \"USA\",\n                \"vxc\": null,\n                \"port\": 40308,\n                \"companyName\": \"Google Inc\",\n                \"locationId\": 57,\n                \"productId\": 40308,\n                \"companyId\": 90\n            }\n        ]\n    }\n}"}],"_postman_id":"4f7239d7-531f-40e4-bc6d-22cc76e77d11"},{"name":"Create VXC to Google Cloud (v3)","id":"7627289a-012d-4321-9a35-a77e54a9c4aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"[\n    {\n        \"productUid\": \"ab36ea3f-169f-40d5-88c1-aa9a24e16baf\", \n        \"associatedVxcs\": [\n            {\n                \"rateLimit\": 100,\n                \"term\": 12,\n                \"shutdown\": false,\n                \"promoCode\": \"promox3mnthfree2\",\n                \"productName\": \"Example Google VXC\",\n                \"aEnd\": {\n                    \"vlan\": 90\n                },\n                \"bEnd\": {\n                    \"productUid\": \"7d7da69c-f5ab-4324-867f-449ac36b2c6c\", \n                    \"partnerConfig\": {\n                        \"connectType\": \"GOOGLE\",\n                        \"pairingKey\": \"040a6625-225d-4607-a175-ab8d72e6be3a/us-west1/1\"\n                    }\n                },\n                \"productType\": \"VXC\"\n            }\n        ]\n    }\n]"},"url":"{{baseUrl}}/v3/networkdesign/buy","description":"<p>With the port details from the pairing key lookup, create the VXC to Google Cloud.</p>\n<p>You specify the configuration details in the Body of the request.<br />The first <code>productUid</code> identifies the Port in your Megaport location (A-End) and the <code>bEnd: productUid</code> identifies the Google location (B-End).</p>\n<p>The <code>rateLimit</code> must be one of the preset bandwidth values (in Mbps) from the pairing key lookup.</p>\n<p><code>term</code> is the contract term for the VXC. Valid values are 1, 12, 24, 36, 48, and 60 months. If <code>term</code> is not provided when ordering a VXC, it defaults to 1 (No Minimum Term).</p>\n<p><code>shutdown</code> will temporarily shut down and re-enable the VXC. Valid values are <code>true</code> (shut down) and <code>false</code> (enabled). If not provided, it defaults to <code>false</code> (enabled).</p>\n<p><code>promoCode</code> is an optional string that can be used to enter a promotional code for the service order. The code is not validated, so if the code doesn’t exist or doesn’t work for the service, the call will still be successful.</p>\n<p><strong>Tip:</strong> To test your request before you order and see pricing details, use the <code>/v3/networkdesign/validate</code> endpoint with the same Body configuration.</p>\n","urlObject":{"path":["v3","networkdesign","buy"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"eca6ccd9-a945-41b9-aff8-44233aa545ba","name":"Create VXC to Google Cloud (v3)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"[\n    {\n        \"productUid\": \"a0f36688-48a7-4208-a58b-d965cb423694\", \n        \"associatedVxcs\": [\n            {\n                \"rateLimit\": 100, \n                \"productName\": \"Example Google VXC\",\n                \"aEnd\": {\n                    \"vlan\": 90\n                },\n                \"bEnd\": {\n                    \"productUid\": \"7d7da69c-f5ab-4324-867f-449ac36b2c6c\", \n                    \"partnerConfig\": {\n                        \"connectType\": \"GOOGLE\",\n                        \"pairingKey\": \"040a6625-225d-4607-a175-ab8d72e6be3a/us-west1/1\"\n                    }\n                },\n                \"productType\": \"VXC\"\n            }\n        ]\n    }\n]","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/networkdesign/buy"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 11 Nov 2020 21:46:42 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.17.10"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"UOW","value":"6623dcee-d14e-4c61-b700-df861629afcd"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"VXC [0b77d7d2-b2d6-47c2-ac8f-de41474e0b40] created. \",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"createDate\": 1605131196500,\n            \"vxcOrderId\": 52636,\n            \"payerMegaPortId\": 70737,\n            \"nonPayerMegaPortId\": 36377,\n            \"payerMegaPortName\": \"My LA API Port\",\n            \"nonPayerMegaPortName\": \"Los Angeles (lax-zone1-8)\",\n            \"payerCompanyId\": 1153,\n            \"nonPayerCompanyId\": 90,\n            \"payerLocationId\": 60,\n            \"nonPayerLocationId\": 59,\n            \"salesId\": null,\n            \"payerCompanyName\": \"Megaport Lab\",\n            \"nonPayerCompanyName\": \"Google Inc\",\n            \"payerMegaPortNsId\": 158640,\n            \"nonPayerMegaPortNsId\": 82272,\n            \"payerVlanId\": 90,\n            \"nonPayerVlanId\": 0,\n            \"payerInnerVlanId\": null,\n            \"nonPayerInnerVlanId\": null,\n            \"payerApproverName\": \"Eric Akin\",\n            \"payerApproverId\": 32278,\n            \"nonPayerApproverName\": \"Eric Akin\",\n            \"nonPayerApproverId\": 32278,\n            \"payerApproval\": 1605131196129,\n            \"nonPayerApproval\": 1605131196175,\n            \"fixedTerm\": true,\n            \"duration\": 1,\n            \"rollover\": true,\n            \"serviceName\": \"from My LA API Port to Los Angeles (lax-zone1-8)\",\n            \"payerStatus\": \"APPROVED\",\n            \"nonPayerStatus\": \"APPROVED\",\n            \"speed\": 100,\n            \"distanceBand\": \"METRO\",\n            \"intercapPath\": \"\",\n            \"awsId\": null,\n            \"promoCode\": null,\n            \"rateType\": \"MONTHLY\",\n            \"vxcJTechnicalServiceId\": 70748,\n            \"vxcJTechnicalServiceUid\": \"0b77d7d2-b2d6-47c2-ac8f-de41474e0b40\",\n            \"provisionDate\": 1605131196060,\n            \"orderType\": \"NEW\",\n            \"monthlyDiscountAmount\": null,\n            \"discountMonths\": null,\n            \"amazonDirectConnectConfigDto\": null,\n            \"amsixConnectConfigDto\": null,\n            \"webAirProvItem\": null,\n            \"sdrcProvItem\": null,\n            \"rate\": null,\n            \"setup\": null,\n            \"asn\": null,\n            \"bgpPassword\": null,\n            \"usageAlgorithm\": \"POST_PAID_HOURLY_SPEED_METRO_VXC\",\n            \"costCentre\": null,\n            \"azureServiceKey\": null,\n            \"oracleVirtualCircuitId\": null,\n            \"serviceKey\": null,\n            \"connectType\": \"GOOGLE\",\n            \"payerConfig\": {},\n            \"nonPayerConfig\": {},\n            \"attributeTags\": {},\n            \"fullyApproved\": true\n        }\n    ]\n}"}],"_postman_id":"7627289a-012d-4321-9a35-a77e54a9c4aa"},{"name":"Update Google VXC (v3)","id":"115e9569-28cb-46b8-8a8a-3bc543d73a53","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Updated VXC name\",\n    \"rateLimit\": 1000,\n    \"term\": 12,\n    \"aEndVlan\": 1624,\n    \"costCentre\": \"Service level reference\"\n}"},"url":"{{baseUrl}}/v3/product/vxc/{productUid}","description":"<p>You can update the VXC for a Google cloud connection. Specify the VXC in the endpoint by the <code>productUid</code>.</p>\n<p>For Google connection to a Port, you can update the following parameters:</p>\n<ul>\n<li><p><code>name</code> - Customer name for the connection - this name appears in the Portal.</p>\n</li>\n<li><p><code>rateLimit</code> - The Google VXC speed must be one of the following values: 50, 100, 200, 300, 400, 500, 1G and if the port speed is above 1G then 2G, 5G, or 10G and 100G Ports can support 20G connections.</p>\n</li>\n<li><p><code>term</code> - You can update the VXC term under certain circumstances. Valid values are 1, 12, 24, 36, 48, and 60 months. See the rules in <a href=\"https://dev.megaport.com/#4293df4a-545d-45a2-bfa1-90f41df13160\">Update VXC</a> for more details.</p>\n</li>\n<li><p><code>aEndVlan</code> - A unique VLAN ID for this connection. Values can range from 2 to 4093. If this value is 0, the system allocates a valid VLAN.</p>\n</li>\n<li><p><code>costCentre</code> - A customer reference number to be included in billing information and invoices</p>\n</li>\n</ul>\n<p>The update request only needs to include the parameters you want to change.</p>\n","urlObject":{"path":["v3","product","vxc","{productUid}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"115e9569-28cb-46b8-8a8a-3bc543d73a53"}],"id":"4e82dfe9-e893-4b81-932e-758d5645f138","description":"<p>You can connect to Google Cloud services with a Megaport VXC.</p>\n<p>Before you can create a connection to Google Cloud, you need to create a Partner Interconnect attachment in Google Cloud Console or gcloud CLI. As part of the attachment creation you are provided a pairing key that you use to provide Google connection details.</p>\n<p>Configuration is a two step process: first, you look up connection details with the Google pairing key and then you create the VXC.</p>\n<p>For more information about Google and Megaport, see <a href=\"https://docs.megaport.com/cloud/megaport/google/\">Connecting to Google Cloud Services</a> in the Megaport documentation.</p>\n","_postman_id":"4e82dfe9-e893-4b81-932e-758d5645f138"},{"name":"IBM Cloud Direct Link","item":[{"name":"Look Up IBM Location","id":"72d2d797-5950-4d8f-b435-f1e9a468a60a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v2/dropdowns/partner/megaports?vxcPermitted=true&connectType=IBM","description":"<p>The first step when ordering an IBM service is to identify the location and the IBM port.</p>\n<p>Find the locations using <code>/v2/dropdowns/partner/megaports</code> and filter based on locations that accepts new VXCs (<code>vxcPermitted=true</code>). Search the response to locate a port where <code>\"companyName\": \"IBM Cloud\"</code>.</p>\n<p>Note the <code>productUid</code> of your preferred location.</p>\n","urlObject":{"path":["v2","dropdowns","partner","megaports"],"host":["{{baseUrl}}"],"query":[{"key":"vxcPermitted","value":"true"},{"key":"connectType","value":"IBM"}],"variable":[]}},"response":[{"id":"52f76393-7a65-4a62-ae6e-b5980c3d4555","name":"Look Up IBM Location - IBM Only","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":{"raw":"{{baseUrl}}/v2/dropdowns/partner/megaports?vxcPermitted=true&connectType=IBM","host":["{{baseUrl}}"],"path":["v2","dropdowns","partner","megaports"],"query":[{"key":"vxcPermitted","value":"true"},{"key":"connectType","value":"IBM"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 27 Jun 2023 03:33:21 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"10007"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Set-Cookie","value":"JSESSIONID=9DC75D7F5515286565D1CB96F5889228; Path=/; HttpOnly"},{"key":"UOW","value":"370916b9-f58d-4002-b2e9-bcabb96180b4"},{"key":"ETag","value":"\"0eea88c64a13231fffb2115bfa31441c6\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Filtered Partner Megaports\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"60996dfb-e397-4f0b-a25c-ae69ff23e538\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"Direct Link Dallas 4 Port 1\",\n            \"locationId\": 72,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 152,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 26231\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"3302e22f-057f-426d-962b-9d33fb5d73a3\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"Direct Link Washington 2 Port 4\",\n            \"locationId\": 67,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 196,\n            \"lag_id\": 9,\n            \"lag_primary\": true,\n            \"aggregation_id\": 112331\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"bce7826e-93e7-4f53-85fb-ab608896d7db\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"Direct Link Dallas 4 Port 2\",\n            \"locationId\": 72,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 493,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 26232\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"8f1ba678-3e93-4d13-8679-17671d68bf90\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"Direct Link Frankfurt 1 Port 1\",\n            \"locationId\": 130,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 650,\n            \"lag_id\": 11,\n            \"lag_primary\": true,\n            \"aggregation_id\": 138865\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"d80256ee-d30a-4c92-8a49-cbf75db24e54\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"Direct Link Toronto 2 Port 1\",\n            \"locationId\": 79,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 750,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 33347\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"a9f78f25-4371-4230-a218-2662f5e6f3ed\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"Direct Link Tokyo 2 Port 1\",\n            \"locationId\": 558,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 884,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 105766\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"bc2f18e2-ccf3-4401-9287-85b2f73ff033\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"Direct Link Washington 2 Port 5\",\n            \"locationId\": 67,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 1062,\n            \"lag_id\": 13,\n            \"lag_primary\": true,\n            \"aggregation_id\": 112332\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"04face03-9677-4731-9239-687eb3653de1\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"Direct Link Sydney 2 Port 2\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 1068,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 130569\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"2e3157fb-f2dd-4ea8-8ca6-aee9285fd5da\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"Direct Link Tokyo 3 Port 1\",\n            \"locationId\": 561,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 1280,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 104597\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"ce398018-e5e9-4ee6-8864-6d9441119928\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"Direct Link Amsterdam 2 Port 2\",\n            \"locationId\": 85,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 1295,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 131785\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"8d93115d-f086-4683-993e-68af355c1f4f\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"Direct Link Frankfurt 1 Port 2\",\n            \"locationId\": 130,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 1301,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 138866\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"008221e2-b2b5-43df-8295-f4a2b99e31f5\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"Direct Link Chicago 1 Port 1\",\n            \"locationId\": 69,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 1576,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 67590\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"0c387e43-022e-4fe2-b07d-21a16665ce59\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"Direct Link Chicago 1 Port 2\",\n            \"locationId\": 69,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 1577,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 67591\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"f3ad855f-435e-4caf-8545-3a44e88b6080\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"Direct Link Tokyo 3 Port 2\",\n            \"locationId\": 561,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 1616,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 104596\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"01348313-537d-4a84-ae90-df51d26a2141\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"Direct Link Tokyo 2 Port 2\",\n            \"locationId\": 558,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 1617,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 105767\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"ff3c3bdb-7c08-4cc5-b50e-c0f88b02966e\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"Direct Link Paris 2 Port 2\",\n            \"locationId\": 515,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 1626,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 115971\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"157e2e76-e350-43a0-a60d-1e0b8267e317\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"Direct Link Sydney 2 Port 1\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 1638,\n            \"lag_id\": 13,\n            \"lag_primary\": true,\n            \"aggregation_id\": 130567\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"03a0107d-d724-4f66-8310-265359cde92c\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"Direct Link Amsterdam 2 Port 1\",\n            \"locationId\": 85,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 1640,\n            \"lag_id\": 8,\n            \"lag_primary\": true,\n            \"aggregation_id\": 131784\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"69cdf9b2-6edf-48d2-8cf9-d487bc05932a\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"Direct Link San Jose 2 Port 2\",\n            \"locationId\": 66,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 1641,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 135677\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"d9e36a2f-c6cc-4813-bfc4-4a7440104199\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"Direct Link Osaka 1 Port 1\",\n            \"locationId\": 572,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 1643,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 136305\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"9fdca72f-0ee1-4ec5-9b3e-a9e4158497e8\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"Direct Link Toronto 2 Port 2\",\n            \"locationId\": 79,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 1697,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 198529\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"a835fd1e-e37b-4bfb-953f-e7532b1a578d\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"Direct Link London 3 Port 1\",\n            \"locationId\": 90,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 1933,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 31732\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"35575b1a-923a-4349-8d20-fab5ac833621\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"Direct Link Paris 2 Port 1\",\n            \"locationId\": 515,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 2045,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 115970\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"bc3407d1-33ed-4047-9e2f-ad7a19e991d9\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"Direct Link San Jose 2 Port 1\",\n            \"locationId\": 66,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 2072,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 135676\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"e82ef246-dc59-48a0-87c4-e6fd98b25289\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"Direct Link Osaka 1 Port 2\",\n            \"locationId\": 572,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 2073,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 136306\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"7a99d2ad-9bc3-4136-af23-d385ba74e871\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"Direct Link London 3 Port 2\",\n            \"locationId\": 90,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 2146,\n            \"lag_id\": 14,\n            \"lag_primary\": true,\n            \"aggregation_id\": 187504\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"e1eef72e-d620-4e37-b07d-fcfde1c61803\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"Direct Link Montreal 2 Port 1\",\n            \"locationId\": 419,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 2225,\n            \"lag_id\": 10,\n            \"lag_primary\": true,\n            \"aggregation_id\": 346722\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"f63dc8f0-b978-456c-a89c-673f70f9a489\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"Direct Link Montreal 2 Port 2\",\n            \"locationId\": 419,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 2226,\n            \"lag_id\": 10,\n            \"lag_primary\": true,\n            \"aggregation_id\": 346730\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"9ad3ea63-c934-44ac-86c8-d8f05b51dec1\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"Direct Link Hong Kong 3 Port 1\",\n            \"locationId\": 54,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 2244,\n            \"lag_id\": 15,\n            \"lag_primary\": true,\n            \"aggregation_id\": 397734\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"a4d15254-6a6a-4b52-9ce8-c4a00bd4da01\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"Direct Link Hong Kong 3 Port 2\",\n            \"locationId\": 54,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 2245,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 397736\n        }\n    ]\n}"},{"id":"bf09f9a2-41b0-44b6-84f2-65a60b39b3bb","name":"Look Up IBM Location - All","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer •••••••"}],"url":{"raw":"https://api-staging.megaport.com/v2/dropdowns/partner/megaports?vxcPermitted=true&connectType=IBM","protocol":"https","host":["api-staging","megaport","com"],"path":["v2","dropdowns","partner","megaports"],"query":[{"key":"vxcPermitted","value":"true"},{"key":"connectType","value":"IBM"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 06 Dec 2022 19:57:00 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"630751"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"UOW","value":"02423c46-bc03-4002-9cf3-24f2895694db"},{"key":"ETag","value":"\"0979421a67b389c6b525253aa38570800\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Filtered Partner Megaports\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"fa30f7af-1304-4de3-a1f4-60c1c0c28f3e\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"8bdf86b0-26aa-4d61-b947-d593657f7c4f\",\n            \"companyName\": \"News Limited\",\n            \"title\": \"News_Megaport_SHS\",\n            \"locationId\": 7,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 35,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"ec3cb39a-e765-4784-a888-26fab526fae2\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"e09875fd-583a-45b1-a651-c5be51385515\",\n            \"companyName\": \"Rackspace\",\n            \"title\": \"Rackspace-RCG-IAD-Pri\",\n            \"locationId\": 67,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 73,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 8176\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"6effa4d9-8b0b-45d4-b090-50f726872e96\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"e09875fd-583a-45b1-a651-c5be51385515\",\n            \"companyName\": \"Rackspace\",\n            \"title\": \"Rackspace-RCG-IAD-Sec\",\n            \"locationId\": 67,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 76,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 8177\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"a0d9800c-fb34-4f50-84fb-c463d589b5a5\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"96c75fcd-315d-45b0-918a-c05c2ef151d7\",\n            \"companyName\": \"Cello Communications\",\n            \"title\": \"Megaport - Orbit Drive\",\n            \"locationId\": 33,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 78,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"b1cf94c0-774e-4fd0-8e1d-620e1730c708\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"e6af22b2-6a7c-4de0-bba2-c08b8ed21672\",\n            \"companyName\": \"Latin IP LLC\",\n            \"title\": \"C3ntro Megaport Dallas\",\n            \"locationId\": 71,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 80,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"60996dfb-e397-4f0b-a25c-ae69ff23e538\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"IBM Cloud Direct Link 2.0 Dallas Port 1\",\n            \"locationId\": 72,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 108,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 26231\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"edb6b4d2-62bf-4fa5-83e7-320d2d6b1d78\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"23e673e0-e53f-411e-8ab8-cb4a5606caf7\",\n            \"companyName\": \"AC3 PTY LIMITED\",\n            \"title\": \"AC3 Cloud at Global Switch GS1\",\n            \"locationId\": 3,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 118,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"38557273-76ce-4614-89a0-68e290478050\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"fdf80a58-ba9c-4e6d-98f5-9a8229645fb3\",\n            \"companyName\": \"IFX Networks\",\n            \"title\": \"IFX_MIA_1\",\n            \"locationId\": 234,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 138,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"84d6ccdf-20ea-443e-bb46-17e935b6f51d\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"60f6ab74-ba33-4a2c-8538-cc9a18132f11\",\n            \"companyName\": \"Network Solutions Group\",\n            \"title\": \"AU02-MP02\",\n            \"locationId\": 10,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 153,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"fbfa76c3-0fbd-45f3-895c-c0cd6d6e9788\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"1c3acfd6-e35b-4122-9212-b11ae3efe129\",\n            \"companyName\": \"Options IT\",\n            \"title\": \"NY9 Primary\",\n            \"locationId\": 61,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 157,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"e9055ac0-4886-4818-b290-14be8aa6bc69\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"e09875fd-583a-45b1-a651-c5be51385515\",\n            \"companyName\": \"Rackspace\",\n            \"title\": \"Rackspace-RCG-ORD-Sec\",\n            \"locationId\": 69,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 166,\n            \"lag_id\": 8,\n            \"lag_primary\": true,\n            \"aggregation_id\": 8200\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"3302e22f-057f-426d-962b-9d33fb5d73a3\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"IBM Cloud Direct Link 2.0 Ashburn Port 4\",\n            \"locationId\": 67,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 174,\n            \"lag_id\": 9,\n            \"lag_primary\": true,\n            \"aggregation_id\": 112331\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"6f20f2fe-2bf1-4eb7-9bfb-3c9e64f347a6\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"2e895c74-fd29-4e78-b557-796d67b40b9b\",\n            \"companyName\": \"OptiComm\",\n            \"title\": \"NEW SOUTH WALES (HAIS-MEGA-01)\",\n            \"locationId\": 3,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 177,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"2374a810-1013-426c-85ee-c4c3ae201379\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"e09875fd-583a-45b1-a651-c5be51385515\",\n            \"companyName\": \"Rackspace\",\n            \"title\": \"Rackspace-RCG-ORD-Pri\",\n            \"locationId\": 69,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 178,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 8199\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"02d4eb15-8037-433c-932b-b3b2994a80b0\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"5cb88f99-760d-48e6-8efa-70c394710dd2\",\n            \"companyName\": \"Tattersall's Holdings Pty Ltd\",\n            \"title\": \"EMP Cloud Connectivity\",\n            \"locationId\": 45,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 180,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"ae7fd776-dcb3-4b0a-aed1-ee048b8ef07e\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"8e96b497-75af-4a23-9aa4-ba296cc2634c\",\n            \"companyName\": \"Feenix Communications Limited\",\n            \"title\": \"GlobalSwitch\",\n            \"locationId\": 3,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 189,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"3ff3f653-929d-4b35-aafc-dbde183b4826\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"8e96b497-75af-4a23-9aa4-ba296cc2634c\",\n            \"companyName\": \"Feenix Communications Limited\",\n            \"title\": \"EquinixSY3\",\n            \"locationId\": 6,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 190,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"ffd4efca-e972-47c0-800d-f74e0cc7ac5a\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"5cb88f99-760d-48e6-8efa-70c394710dd2\",\n            \"companyName\": \"Tattersall's Holdings Pty Ltd\",\n            \"title\": \"NB2 Cloud Connectivity\",\n            \"locationId\": 383,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 192,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"c5da723b-03e1-4306-b41a-5b09fd139110\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"5cb88f99-760d-48e6-8efa-70c394710dd2\",\n            \"companyName\": \"Tattersall's Holdings Pty Ltd\",\n            \"title\": \"GSU Cloud Connectivity\",\n            \"locationId\": 3,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 193,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"af079a36-c1dd-4886-8f7b-bba79bd29f70\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"04bc081d-6a21-43cf-9b72-c0c24a6647df\",\n            \"companyName\": \"MYOB Australia Pty Ltd\",\n            \"title\": \"Interactive to AWS DR link\",\n            \"locationId\": 19,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 199,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"ad1adace-4b5d-4e3d-8262-f58683d1bf05\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"3f1a7c69-aa8b-4b48-b532-6f0e0cfd488d\",\n            \"companyName\": \"Brennan IT\",\n            \"title\": \"SYD-DE3-MEGAPORT-CLIENT\",\n            \"locationId\": 6,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 202,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"b0fb5cdb-b72b-4a07-8f65-3a12af25268b\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"2e895c74-fd29-4e78-b557-796d67b40b9b\",\n            \"companyName\": \"OptiComm\",\n            \"title\": \"QUEENSLAND (WHRF-MEGA-01)\",\n            \"locationId\": 5,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 203,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 7922\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"84a9dbfe-9255-4924-99ed-7f83af5343fc\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"427641b9-0de3-44a5-9c64-da36525d4389\",\n            \"companyName\": \"Telstra Purple\",\n            \"title\": \"VHO-ES4-MPORT10G01\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 205,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"e46dc7cb-1456-4719-8e4b-cb7e9c4cba97\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"b773f870-614c-48b4-b122-2bd0ca42bf24\",\n            \"companyName\": \"Intercontinental Exchange ICE\",\n            \"title\": \"Megaport-10G-CHI (CHI-CER-MEGA-MRO1 xe-0/0/0)\",\n            \"locationId\": 69,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 206,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 85053\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"5c1b424e-3d76-4c9a-9a50-1804d428fd7f\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"7b491753-ccf2-4c44-a7f0-3472a09bc012\",\n            \"companyName\": \"True Internet Data Center\",\n            \"title\": \"TIDC-DX5-10G-Equinix_SG1-TIG-CID:IPV000239\",\n            \"locationId\": 36,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 217,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"09cb2338-857c-451c-81d6-ff7ef74b6627\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"2e895c74-fd29-4e78-b557-796d67b40b9b\",\n            \"companyName\": \"OptiComm\",\n            \"title\": \"X-DCM1-MEGA-03\",\n            \"locationId\": 4,\n            \"speed\": 100000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 218,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 188949\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"e15aec3f-59a8-427d-8f6d-e330b2680cfc\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"45f75acb-e418-4abf-b89f-cb05c70414dc\",\n            \"companyName\": \"Blue Apache\",\n            \"title\": \"BlueApache 10G Megaport at NextDC M1\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 221,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"c4fabbdb-9809-48fc-8a84-d6bf8fa354f7\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"ee4bbcfc-7d4b-4df9-8c64-6c0044c272ac\",\n            \"companyName\": \"Bezeq International Ltd.\",\n            \"title\": \"Bezeqint Frankfurt \",\n            \"locationId\": 130,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 223,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"30978cdc-ab10-4fc6-96c4-d96c401bcf2c\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"3c8b39f2-af70-4178-bc86-da7da873392d\",\n            \"companyName\": \"SoftLayer Technologies, Inc.\",\n            \"title\": \"10000Mbps Port at Digital Realty ASH1\",\n            \"locationId\": 140,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 226,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 65104\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"6fcb108b-be9b-4592-9bbf-ee7aa417b225\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"0662744f-2dc0-4736-b422-a513a3a19f2b\",\n            \"companyName\": \"DBS\",\n            \"title\": \"DBS-M-PORT-XCONN-TO-SG3\",\n            \"locationId\": 36,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 235,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"0c93e6cc-1e99-4a00-9570-ee6ca5ef260f\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"0662744f-2dc0-4736-b422-a513a3a19f2b\",\n            \"companyName\": \"DBS\",\n            \"title\": \"DBS-M-PORT-XCONN-TO-AWS\",\n            \"locationId\": 37,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 236,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"56c28c14-080f-4345-896c-e41d1a0709b0\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"8d224d20-d5e4-4a99-aa95-d5f45e27fe83\",\n            \"companyName\": \"Southern Phone Company Ltd\",\n            \"title\": \"MEGAPORT-100G-VIC\",\n            \"locationId\": 382,\n            \"speed\": 100000,\n            \"diversityZone\": null,\n            \"rank\": 242,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 269083\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"9bec55fc-d1e1-4a74-b4c4-2ef79ba29de3\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"73a139e1-a87a-4c3a-98f8-397f266cbf8e\",\n            \"companyName\": \"MetTel\",\n            \"title\": \"NYC - TELX NYC1 - 10G\",\n            \"locationId\": 62,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 244,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"11727ed6-9afb-4c0a-b206-d401ab2d031b\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"e09875fd-583a-45b1-a651-c5be51385515\",\n            \"companyName\": \"Rackspace\",\n            \"title\": \"Rackspace-RCG-LON-Pri \",\n            \"locationId\": 90,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 246,\n            \"lag_id\": 9,\n            \"lag_primary\": true,\n            \"aggregation_id\": 9462\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"84af6dc3-7e4b-4807-b3b1-f559f00ec967\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"e09875fd-583a-45b1-a651-c5be51385515\",\n            \"companyName\": \"Rackspace\",\n            \"title\": \"Rackspace-RCG-LON-Sec\",\n            \"locationId\": 90,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 247,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 9772\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"a7215e13-fd3e-403b-a172-0def09abefc2\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"482eeb40-9656-41ba-8db3-408bb3c0e317\",\n            \"companyName\": \"Diyixian.com Limited\",\n            \"title\": \"Diyixian 10Gbps Port Mega I\",\n            \"locationId\": 47,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 259,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"b329c282-3165-4559-923a-dd31b132ba40\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"703fefd6-5c59-406d-8b21-5c97da7ccfd7\",\n            \"companyName\": \"Videotron Lte\",\n            \"title\": \"MTL4DEG-1\",\n            \"locationId\": 163,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 261,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"5ba49e54-818e-4883-ae36-8daf1c164376\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"a42a7d7a-3e55-4969-b961-09a64f8edcff\",\n            \"companyName\": \"Ethan Group\",\n            \"title\": \"Ethan Group GlobalSwitch\",\n            \"locationId\": 3,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 262,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"a566ebe3-e3ec-4bce-bc6e-9ccd81661cae\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"ac7be552-e2e7-4853-ab6d-df61b919df0a\",\n            \"companyName\": \"STEPGO LIMITED\",\n            \"title\": \"HK2\",\n            \"locationId\": 54,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 265,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"7b320faf-8144-4fc0-b158-6dd02f95b379\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"47c5e075-7023-4662-b256-79ddf7564326\",\n            \"companyName\": \"DCspine\",\n            \"title\": \"DCSPINE.eu\",\n            \"locationId\": 86,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 266,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"2a5304d8-d78a-4cba-9c9d-9b5f601218d6\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"8afb3e14-7780-46dc-ac98-2c6ab4ea352b\",\n            \"companyName\": \"Kmart Australia\",\n            \"title\": \"NEXT_M1_MGP_P01\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 285,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"6f394d63-79f8-4f15-bb4e-07fa4ff38c19\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"3c8b39f2-af70-4178-bc86-da7da873392d\",\n            \"companyName\": \"SoftLayer Technologies, Inc.\",\n            \"title\": \"10000Mbps Port at Digital Realty ASH1\",\n            \"locationId\": 140,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 291,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 65058\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"6a0e17fa-88dd-4967-b0cd-919f5d34c688\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"a649e458-d4de-4e3b-a5a8-d509da7e1500\",\n            \"companyName\": \"iseek\",\n            \"title\": \"ISEEK-SY2:0726\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 299,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"5b595c4a-6b8d-4ac6-945f-60904e49701a\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"f4cb1580-f3f2-4310-8c8c-8b5f4c3ac23f\",\n            \"companyName\": \"OrionVM\",\n            \"title\": \"OrionVM Megaport at Equinix SY3\",\n            \"locationId\": 6,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 300,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"2da630fe-cb96-4efa-a10e-2acb8e8f03c9\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"427641b9-0de3-44a5-9c64-da36525d4389\",\n            \"companyName\": \"Telstra Purple\",\n            \"title\": \"VHO-ES3-MPORT10G01\",\n            \"locationId\": 6,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 301,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"1673fa0e-378b-48af-9654-fbd04d0c8d7f\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"640fe1de-988d-473d-bb03-9eb523f307cd\",\n            \"companyName\": \"Macquarie Telecom\",\n            \"title\": \"Macquarie Government 10G Megaport IC2 Sydney Link 1\",\n            \"locationId\": 55,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 303,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"ab6ea0fd-a3fa-4451-ae74-412e3170d79e\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"bd95676a-bfe8-42f2-9a8f-aadc5846e8e4\",\n            \"companyName\": \"Logix Communications, LP\",\n            \"title\": \"Logix Fiber Network 10G Port dal-tx1 2323 Bryan\",\n            \"locationId\": 72,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 304,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"2a652be7-6c5e-4aba-a67b-327d7a90994f\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"703fefd6-5c59-406d-8b21-5c97da7ccfd7\",\n            \"companyName\": \"Videotron Lte\",\n            \"title\": \"QUE4DEG-1\",\n            \"locationId\": 164,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 306,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"5e5770e4-454c-4d58-98bb-5a122c3683bf\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"f4cb1580-f3f2-4310-8c8c-8b5f4c3ac23f\",\n            \"companyName\": \"OrionVM\",\n            \"title\": \" OrionVM Megaport at Equinix ME1\",\n            \"locationId\": 41,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 307,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"30a0c0e0-6186-433c-aa81-5363f9fda6bd\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"ff24a32b-a239-4aa9-9286-433c12162b5f\",\n            \"companyName\": \"Internexa\",\n            \"title\": \"INTERCONEXION MEGAPORT MIAMI\",\n            \"locationId\": 234,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 308,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"f189bf08-057d-4450-b23c-2030e2c7d808\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"47c5e075-7023-4662-b256-79ddf7564326\",\n            \"companyName\": \"DCspine\",\n            \"title\": \"DCSPINE.eu\",\n            \"locationId\": 298,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 312,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"72fad697-738e-48ed-92f6-2c0d8ae99a38\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"b5c31a8e-1e5c-45a8-9271-358979eb96dc\",\n            \"companyName\": \"Framestore\",\n            \"title\": \"MP-GSS-A-1\",\n            \"locationId\": 413,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 314,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 71449\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"5c485af9-32ad-4ebf-b254-962149218e2c\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"014715cc-a431-42ac-a58e-b482e9e23713\",\n            \"companyName\": \"SecureCo Pty Ltd\",\n            \"title\": \"SecureCo 10G Megaport NextDC S1\",\n            \"locationId\": 10,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 315,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"d56737ae-6e43-4751-8227-c99f02bc339b\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"60f6ab74-ba33-4a2c-8538-cc9a18132f11\",\n            \"companyName\": \"Network Solutions Group\",\n            \"title\": \"AU03-MP02\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 319,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"a5a8b58b-ee9c-4385-b099-1fe9742390e2\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"89cc71df-f108-4ad7-973d-0f68d2891be4\",\n            \"companyName\": \"Zenlayer Inc\",\n            \"title\": \"【CLD】US-SEA1-OFS-1_eth-0-17\",\n            \"locationId\": 53,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 322,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"074b3d0d-78d0-4628-9446-48a0899f33a5\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"5e5d75e5-3f8d-4a11-a0ee-62d651774e43\",\n            \"companyName\": \"Symbio\",\n            \"title\": \"Symbio Networks MEGAPORT at Equinix SY1/2\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 335,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"e5c94ffb-896e-497d-b0e1-45055fbfb0a8\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"995ead63-0d1e-4521-bf78-96498d5a4a00\",\n            \"companyName\": \"GE Appliances\",\n            \"title\": \"GEA-AP4-EAST-2-Columbus\",\n            \"locationId\": 359,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 340,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"11f90056-5dda-4c71-a82d-78c9ab96440a\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"995ead63-0d1e-4521-bf78-96498d5a4a00\",\n            \"companyName\": \"GE Appliances\",\n            \"title\": \"GEA-AP4-EAST-1-Ashburn\",\n            \"locationId\": 67,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 341,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"f8108177-dd12-4904-b23d-e93797b88cd9\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"d4ce18b6-f114-4db8-a650-61b8ac45ae86\",\n            \"companyName\": \"Symphony Communication Public Company Limited\",\n            \"title\": \"SYMC-NNI-10G-#3\",\n            \"locationId\": 36,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 347,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 296277\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"376cb58f-cfc6-4b3b-8f1c-04a872521355\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"d0bb53e8-ae3c-47c9-bdd5-ad276dd6568f\",\n            \"companyName\": \"Advanced Wireless Network Co.\",\n            \"title\": \"AWN-MegaPort-GBSG#2(For CSL)\",\n            \"locationId\": 39,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 349,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"04c5a563-e6e6-404f-a99e-1d655efea1c7\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"aacb3000-85bb-4a75-9ffa-49813f4e4ef4\",\n            \"companyName\": \"Bupa\",\n            \"title\": \"DC1 Primary\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 350,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"92aeab9a-e69b-4e8e-9084-03ea9f230e09\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"427641b9-0de3-44a5-9c64-da36525d4389\",\n            \"companyName\": \"Telstra Purple\",\n            \"title\": \"VHO-EM1-MPORT10G01\",\n            \"locationId\": 41,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 351,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"f27a56e7-775d-4282-9682-752430947994\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"d93c54c9-75f1-4718-9fad-ef87c35d8412\",\n            \"companyName\": \"Spectrum Networks\",\n            \"title\": \"Global Switch Sydney MMR3 L2-GNF swp3\",\n            \"locationId\": 3,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 352,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"857a24ff-a2f6-410b-97e8-5fd1a623d417\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"aacb3000-85bb-4a75-9ffa-49813f4e4ef4\",\n            \"companyName\": \"Bupa\",\n            \"title\": \"DC2 Primary\",\n            \"locationId\": 143,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 353,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"6d057572-af7b-4118-ae43-0591380e5809\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"32c00096-bdc4-441e-9a28-cbdf2750b97f\",\n            \"companyName\": \"Static1\",\n            \"title\": \" MEGAPORT-NY1-10GBPS\",\n            \"locationId\": 78,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 354,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 13164\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"3d385f5d-d51d-4ba1-b4d2-3f3642273d1d\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"3b88fffd-8c82-48fd-bda7-7e8178a790c3\",\n            \"companyName\": \"Cinia Oy\",\n            \"title\": \"E9850 - cn-deham001-core1 - 1/1/3\",\n            \"locationId\": 126,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 356,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"ea721e2f-ed0a-445d-81c9-e9ad2ac5a3a5\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"6afa6cb8-4b4e-484a-8e82-4cbd09019b00\",\n            \"companyName\": \"iHerb Inc\",\n            \"title\": \"10G Port - Switch Las Vegas, Port 2\",\n            \"locationId\": 100,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 358,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"d09fadb5-01cf-44bc-9ae0-5b66ae87bd36\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"73a139e1-a87a-4c3a-98f8-397f266cbf8e\",\n            \"companyName\": \"MetTel\",\n            \"title\": \"Ashburn - DC6 - 10G\",\n            \"locationId\": 67,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 362,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"cae4b1c9-8c51-44fe-85a8-fb62f0469a11\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"dc0fea4e-5380-45f8-a53e-0b4c620f5413\",\n            \"companyName\": \"Syringa Networks\",\n            \"title\": \"SYG CXPE0101.STTN.WA Te0/0/8\",\n            \"locationId\": 146,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 364,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"4402dfdc-8205-4bba-b2af-5827eaeb436f\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"482eeb40-9656-41ba-8db3-408bb3c0e317\",\n            \"companyName\": \"Diyixian.com Limited\",\n            \"title\": \"Diyixian 10 Gbps Port Equinix HK1\",\n            \"locationId\": 46,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 371,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"fb98c4dd-7e87-4fa1-844f-e9c712ee1630\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"8afb3e14-7780-46dc-ac98-2c6ab4ea352b\",\n            \"companyName\": \"Kmart Australia\",\n            \"title\": \"NEXT_M1_MGP_P02\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 373,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"ff453af9-7e5c-464a-b508-6871fa61e2a2\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"178d9736-6122-4647-920c-9e1e2b6e8046\",\n            \"companyName\": \"Acquire BPO\",\n            \"title\": \"AUSYD01-MEGAPORT01\",\n            \"locationId\": 3,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 374,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"340c8b11-2e85-4f77-bd92-b9f85ef11456\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"89cc71df-f108-4ad7-973d-0f68d2891be4\",\n            \"companyName\": \"Zenlayer Inc\",\n            \"title\": \"【CLD】SG2_AP-SIN2-OFS-3_eth-0-30\",\n            \"locationId\": 37,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 375,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"e9e1fa11-2b7f-43b8-9634-3e90b4972dff\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"3b88fffd-8c82-48fd-bda7-7e8178a790c3\",\n            \"companyName\": \"Cinia Oy\",\n            \"title\": \"E10028 - cn-defra001-core1 - 1/1/2\",\n            \"locationId\": 131,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 377,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"7daed016-7b49-4884-af66-3f5859316216\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"42824dfd-0b1a-4696-9c76-0f8306dea147\",\n            \"companyName\": \"5G Networks Operations Pty Ltd\",\n            \"title\": \"NextDC S1\",\n            \"locationId\": 10,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 394,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"3e9bcfc2-56a1-41c4-9bba-2ecde01d061f\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"e09875fd-583a-45b1-a651-c5be51385515\",\n            \"companyName\": \"Rackspace\",\n            \"title\": \"Rackspace-RCG-DFW-Pri\",\n            \"locationId\": 71,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 396,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 8194\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"e6632455-dbd2-4f67-b569-89d0042d0855\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"e09875fd-583a-45b1-a651-c5be51385515\",\n            \"companyName\": \"Rackspace\",\n            \"title\": \"Rackspace-RCG-DFW-Sec\",\n            \"locationId\": 71,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 397,\n            \"lag_id\": 8,\n            \"lag_primary\": true,\n            \"aggregation_id\": 8198\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"d3cdd9bc-9c29-47d3-aed2-431aee51b05c\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"6afa6cb8-4b4e-484a-8e82-4cbd09019b00\",\n            \"companyName\": \"iHerb Inc\",\n            \"title\": \"10G Port - Switch Las Vegas, Port 1\",\n            \"locationId\": 100,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 398,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"f729a28c-a3b0-4052-a10c-adecda91d305\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"fdd52227-12aa-42ba-90a7-16fa591a6152\",\n            \"companyName\": \"Unitas Global\",\n            \"title\": \"IAD1-L3 Port\",\n            \"locationId\": 67,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 399,\n            \"lag_id\": 8,\n            \"lag_primary\": true,\n            \"aggregation_id\": 33060\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"529dc87f-c36f-433b-b8e3-f1be48f51198\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"3e9fb5a9-dd2d-4dc9-9c86-75d531e32f58\",\n            \"companyName\": \"RACQ\",\n            \"title\": \"Polaris\",\n            \"locationId\": 44,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 400,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"99ef3c7e-cbdf-4a32-a87f-88f762e422ab\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"a3ba0726-5736-430a-82fc-1082c9c658cf\",\n            \"companyName\": \"Encoo Pty Ltd\",\n            \"title\": \"NextDC-M1-01\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 401,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"9d164361-8107-49d5-8d54-cc8652d34130\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"bd29d3a7-741d-4bc1-8db0-a543513cd1d1\",\n            \"companyName\": \"West Facilities LLC\",\n            \"title\": \"10000Mbps Port at Digital Realty ATL1\",\n            \"locationId\": 116,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 403,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"46cc209c-f18e-4cd0-a489-41cb90608759\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"ff552a1a-0db5-4e95-8390-97bd34bdf8bf\",\n            \"companyName\": \"Somerville Group\",\n            \"title\": \"Somerville Equinix SY4\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 418,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"99b6b6a9-93ee-4e7f-9f9e-aa3f1c510d3e\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"c892c15a-8e56-42ab-8356-6ce0576ff227\",\n            \"companyName\": \"Rent-A-Center\",\n            \"title\": \"10G Port - CyrusOne Lewisville - 01\",\n            \"locationId\": 101,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 419,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"d74aafe8-8a98-4eb2-815a-bad1c0275d1f\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"c892c15a-8e56-42ab-8356-6ce0576ff227\",\n            \"companyName\": \"Rent-A-Center\",\n            \"title\": \" 10G Port - CyrusOne Lewisville - 02\",\n            \"locationId\": 101,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 420,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"a00d10a7-54ba-43ef-8eef-c5c0d65e61fa\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"1c3acfd6-e35b-4122-9212-b11ae3efe129\",\n            \"companyName\": \"Options IT\",\n            \"title\": \"LD5 Primary\",\n            \"locationId\": 90,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 421,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"14c71e90-03e2-40a8-a591-431677021515\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"178d9736-6122-4647-920c-9e1e2b6e8046\",\n            \"companyName\": \"Acquire BPO\",\n            \"title\": \"AUMEL01-MEGAPORT01\",\n            \"locationId\": 4,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 422,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"bdee254f-ddf8-42c9-9d4f-adcce81e044c\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"e2075b34-8da0-4bd6-8ff7-25e0ac75c8c5\",\n            \"companyName\": \"Virgin Australia\",\n            \"title\": \"IR 10G Megaport\",\n            \"locationId\": 364,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 424,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"f4896294-84f5-440e-91cd-1e3fe1e8904e\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"7b491753-ccf2-4c44-a7f0-3472a09bc012\",\n            \"companyName\": \"True Internet Data Center\",\n            \"title\": \"TIDC-DX6-10G-GlobalSwitch-DTDi-CID:1D515125001\",\n            \"locationId\": 39,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 432,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"2d03f776-5461-4c83-a625-57c55339a61e\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"8b40840f-ed06-4ece-99bd-e46634485265\",\n            \"companyName\": \"Anycast\",\n            \"title\": \"Megaport SY1\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 434,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"dbdb8b1c-a59e-414d-9c4b-0c9372a130ea\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"86c4bb82-7f76-435c-9b0b-0e1c9fd98a69\",\n            \"companyName\": \"AINS\",\n            \"title\": \"AINS Global Switch Sydney (NSW)\",\n            \"locationId\": 3,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 436,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"f480be33-275a-4b56-9103-827f4b87b668\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"e0a9064a-384e-47db-9cc0-1571a0817c9c\",\n            \"companyName\": \"Myer\",\n            \"title\": \"Port\",\n            \"locationId\": 25,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 437,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"c586ecbd-a5f5-4ffe-b7c6-b3acf0ad7158\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"3f1a7c69-aa8b-4b48-b532-6f0e0cfd488d\",\n            \"companyName\": \"Brennan IT\",\n            \"title\": \"MEL-DN1-MEGAPORT-CLIENT\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 438,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"88806425-51da-4949-90ae-908e1a4f4362\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"9f0e896b-916d-4724-959d-439202af0abe\",\n            \"companyName\": \"SES\",\n            \"title\": \"SYD 10G Port\",\n            \"locationId\": 6,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 441,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"b3a3e4b8-cfa0-46bd-97c4-f3ff88dbc4c8\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"73a139e1-a87a-4c3a-98f8-397f266cbf8e\",\n            \"companyName\": \"MetTel\",\n            \"title\": \"DAL - TELX DAL1 - 10G \",\n            \"locationId\": 72,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 443,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"2da70585-d663-4fdb-bd0e-3e99afaff8f1\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"1c3acfd6-e35b-4122-9212-b11ae3efe129\",\n            \"companyName\": \"Options IT\",\n            \"title\": \"NY9 Secondary\",\n            \"locationId\": 61,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 444,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"25df8685-bbe8-4c33-83f9-6093231c71e2\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"f60f537f-3f98-41f7-a1cd-05d8c86b99f7\",\n            \"companyName\": \"Syscloud Hong Kong Network Technology Limted\",\n            \"title\": \"Syscloud-Mega-i-10G\",\n            \"locationId\": 47,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 452,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 120982\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"13c08951-a7d4-408b-aa23-033213a98ce9\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"80be83cb-d4e4-416a-b95f-23185107ff44\",\n            \"companyName\": \"Digital Realty (FKA TELX)\",\n            \"title\": \"10000Mbps Port at Digital Realty ASH1\",\n            \"locationId\": 140,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 454,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"0cee6ea6-023d-4a29-b492-9200cd4770d9\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"4296f104-ce42-4804-8553-75ecb779809f\",\n            \"companyName\": \"DartPoints, LLC\",\n            \"title\": \"CORE | TNSP | MGAPT to IMMED ATL01-AXR01\",\n            \"locationId\": 116,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 455,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 152550\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"7496927d-559c-4709-a770-973137161112\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"3a6aa5a8-2c6a-48b9-b2c1-5bd9224a9502\",\n            \"companyName\": \"365 Data Centers\",\n            \"title\": \"AMC-IAD3\",\n            \"locationId\": 68,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 462,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"fcb539d1-9842-45b5-b7a0-b3c9a1272744\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"5e5d75e5-3f8d-4a11-a0ee-62d651774e43\",\n            \"companyName\": \"Symbio\",\n            \"title\": \"fme1-megaport\",\n            \"locationId\": 143,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 465,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"7e64c17d-1c67-47e8-bb1e-1deee541b902\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"9c0ebc62-1a35-4a5a-81d2-f6e9bb9fb66f\",\n            \"companyName\": \"OntheNet\",\n            \"title\": \"SYD-MP1\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 466,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"eb879639-5c40-4d56-bf9d-fd40e0052ff5\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"e09875fd-583a-45b1-a651-c5be51385515\",\n            \"companyName\": \"Rackspace\",\n            \"title\": \"Rackspace-RCG-FRA-Pri\",\n            \"locationId\": 255,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 467,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 20365\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"bce7826e-93e7-4f53-85fb-ab608896d7db\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"IBM Cloud Direct Link 2.0 Dallas Port 2\",\n            \"locationId\": 72,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 468,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 26232\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"1997eafb-8b94-45f2-b29b-22518bc05184\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"cd430b11-d863-41af-96c8-ccaec5e04875\",\n            \"companyName\": \"Aussie Broadband\",\n            \"title\": \"Melbourne - Vocus\",\n            \"locationId\": 24,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 473,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"9e3fcd41-67f5-4c0a-9caf-40dfc8472a36\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"2e895c74-fd29-4e78-b557-796d67b40b9b\",\n            \"companyName\": \"OptiComm\",\n            \"title\": \"SOUTH AUSTRALIA (BLIR-MEGA-01)\",\n            \"locationId\": 305,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 474,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"b6c66a83-4793-44d4-ae13-cda3d4442f88\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"73a139e1-a87a-4c3a-98f8-397f266cbf8e\",\n            \"companyName\": \"MetTel\",\n            \"title\": \"San Jose - SV5 - 10G\",\n            \"locationId\": 66,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 476,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"c60dcd75-cc46-4adb-b004-0128bd580726\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"40271d52-a8a7-4c91-b894-8e41bb7a354b\",\n            \"companyName\": \"Point5 Managed Services LLC\",\n            \"title\": \"10g_point5_bstnma_01\",\n            \"locationId\": 301,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 477,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"5181a2f8-d731-40b7-8e8e-561981002fe6\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"a42a7d7a-3e55-4969-b961-09a64f8edcff\",\n            \"companyName\": \"Ethan Group\",\n            \"title\": \"Ethan Group SY3\",\n            \"locationId\": 6,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 479,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 101337\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"1ba0d9d5-9cfb-490f-a2d8-eb099e344ab4\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"6b4e6c7d-9093-47bc-899c-622292830bd8\",\n            \"companyName\": \"ENTEL S.A.\",\n            \"title\": \"TRUNK ATN2\",\n            \"locationId\": 234,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 484,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"2728a692-3445-4e01-9b24-ea7687e02d4c\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"19c79666-a2dd-4a91-b82f-33e53ca2338a\",\n            \"companyName\": \"BUROSERV Australia Pty Ltd\",\n            \"title\": \"BUROSERV-GlobalSwitchL2\",\n            \"locationId\": 3,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 493,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"1ae07989-b569-4f0c-889c-ff43a655acb0\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"a64f90d2-acd1-4c9c-ac68-c6c9b86b8df4\",\n            \"companyName\": \"Servers Australia Pty Ltd\",\n            \"title\": \"SAU - Sydney - Equinix SY1\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 494,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"57a92a24-9203-4d0b-a7a7-8f868079dceb\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"7cadb4dc-f435-40a0-9ffd-07f9f84621e6\",\n            \"companyName\": \"Nexon Asia Pacific\",\n            \"title\": \"GCOMM MEGAPORT at Equinix SY3 PE07.SY3\",\n            \"locationId\": 6,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 495,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"d7dd7089-1128-4f0f-906b-22f1ff0f288b\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"a64ec44a-d3be-4890-becd-ac8f769b106e\",\n            \"companyName\": \"iQ3 Pty Ltd.\",\n            \"title\": \"iQ3 @ NextDC S1\",\n            \"locationId\": 10,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 496,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"a0da21d2-b6a8-4fae-8886-155f32511c0a\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"7cadb4dc-f435-40a0-9ffd-07f9f84621e6\",\n            \"companyName\": \"Nexon Asia Pacific\",\n            \"title\": \"Nexon Megaport at SY3\",\n            \"locationId\": 6,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 497,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"b50b07a7-0071-4860-9e79-cfe460b6b072\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"cb04e457-255f-4cd3-815d-5b95a7e41b45\",\n            \"companyName\": \"Spirit Telecom\",\n            \"title\": \"Spirit Telecom at Equinix SY2\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 498,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"e09aeaa9-38f1-4a6d-a2da-756a2ddf4cab\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"97cea738-852a-4192-9c48-1709dff4b455\",\n            \"companyName\": \"Village Roadshow Limited\",\n            \"title\": \"Equinix SY3\",\n            \"locationId\": 6,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 499,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"113947a9-981d-460d-a245-5955aad49e70\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"add0b792-c24d-4862-8146-87eea854e107\",\n            \"companyName\": \"Epsilon\",\n            \"title\": \"Epsilon 10G Port at CONE Lewisville\",\n            \"locationId\": 101,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 500,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"affef254-5fd2-49a0-89a9-5b8147d3ff24\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"add0b792-c24d-4862-8146-87eea854e107\",\n            \"companyName\": \"Epsilon\",\n            \"title\": \"Epsilon 10G Port at CONE Lewisville - 2\",\n            \"locationId\": 101,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 501,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"c13b6b6d-49b6-4c3e-96f8-3429682e1c60\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"0a35de96-99bb-4d78-b77d-bfba91c885a8\",\n            \"companyName\": \"INAP\",\n            \"title\": \"megaport-14: bbr2.acs; xe-0/3/0\",\n            \"locationId\": 116,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 502,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"2a3f9046-e5a7-4387-9066-9bda038b4760\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"e09875fd-583a-45b1-a651-c5be51385515\",\n            \"companyName\": \"Rackspace\",\n            \"title\": \"Rackspace-RCG-FRA-Sec\",\n            \"locationId\": 255,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 504,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 20364\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"654e75d0-20c6-4a2a-8d4e-7517576558e9\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"1c03d7a3-8df8-411e-a17b-fefe1f3bae47\",\n            \"companyName\": \"Probe Contact Solutions Australia Pty Ltd\",\n            \"title\": \"Salmat-NOBP\",\n            \"locationId\": 143,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 505,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"1b2fe7ff-ffb9-469c-875e-8b1b657e6f6c\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"7cadb4dc-f435-40a0-9ffd-07f9f84621e6\",\n            \"companyName\": \"Nexon Asia Pacific\",\n            \"title\": \"Nexon's Megaport at SY3 via SY1\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 506,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"51707af0-20c1-4a13-ad4e-3655549bff51\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"42824dfd-0b1a-4696-9c76-0f8306dea147\",\n            \"companyName\": \"5G Networks Operations Pty Ltd\",\n            \"title\": \"Melbourne Equinix ME1\",\n            \"locationId\": 41,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 508,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"baf61b90-d629-4823-b233-ee9576d40875\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"100bcaf9-236b-4b63-88ac-3242f22395af\",\n            \"companyName\": \"Codero\",\n            \"title\": \"Codero Hosting PHX1 Primary\",\n            \"locationId\": 236,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 509,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"42e6c65e-6048-4009-aaa4-b9e2bb5948e3\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"fdd52227-12aa-42ba-90a7-16fa591a6152\",\n            \"companyName\": \"Unitas Global\",\n            \"title\": \"DFW1-L3 Port\",\n            \"locationId\": 71,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 510,\n            \"lag_id\": 9,\n            \"lag_primary\": true,\n            \"aggregation_id\": 33059\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"b25f326b-f765-4af7-a300-868fd505a600\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"fdd52227-12aa-42ba-90a7-16fa591a6152\",\n            \"companyName\": \"Unitas Global\",\n            \"title\": \"LAX2-L3 Port\",\n            \"locationId\": 60,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 511,\n            \"lag_id\": 8,\n            \"lag_primary\": true,\n            \"aggregation_id\": 33061\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"255c137a-f388-424b-bf01-5a4477638cff\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"0a35de96-99bb-4d78-b77d-bfba91c885a8\",\n            \"companyName\": \"INAP\",\n            \"title\": \"megaport-16: mes2.bsn004; port40\",\n            \"locationId\": 244,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 512,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"262c74a0-f79b-4be9-913a-7e43f50f36b2\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"449f4597-3e73-43ec-95f8-d5d58c11d274\",\n            \"companyName\": \"ACTIV Financial Systems, Inc\",\n            \"title\": \"NY9\",\n            \"locationId\": 61,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 514,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"e44408ab-4bec-4b29-8188-94097df5a7f7\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"4443e2ba-f2f9-4db6-8b44-91062eea94da\",\n            \"companyName\": \"TasmaNet\",\n            \"title\": \"VDC-SYD01-Aggregation-port\",\n            \"locationId\": 7,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 515,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"879ca25e-0632-4bbf-980a-e3089cebcf4b\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"78d4d901-a320-44c3-a90d-9da9fa84b9c9\",\n            \"companyName\": \"Beanfield Technologies, Inc. \",\n            \"title\": \"BEANFIELD-COLTOR2-905-MEGAPORT-10G-NNI-IOC150\",\n            \"locationId\": 93,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 516,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"aa0d26d4-6f80-4eb3-9a94-ca02bead2c45\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"4db80dff-9f96-4109-ae12-a471e4004abf\",\n            \"companyName\": \"Alianza, Inc.\",\n            \"title\": \"SACPRD1 - RagingWire CA3 10G\",\n            \"locationId\": 352,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 517,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"dfbbca85-5b80-4ec5-838e-606dfc1af4b0\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"014715cc-a431-42ac-a58e-b482e9e23713\",\n            \"companyName\": \"SecureCo Pty Ltd\",\n            \"title\": \"SecureCo 10G Megaport Equinix SY3\",\n            \"locationId\": 6,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 520,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"2bf1c091-ae02-49c3-9164-8171375a0e7e\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"fdd52227-12aa-42ba-90a7-16fa591a6152\",\n            \"companyName\": \"Unitas Global\",\n            \"title\": \"LON1-L3 Port\",\n            \"locationId\": 90,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 521,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 82337\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"1975a987-cbd1-4af4-81e6-9fc2724db24d\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"20b80c7b-8c7a-4eef-8e1c-8f0519458edc\",\n            \"companyName\": \"Hyperspike\",\n            \"title\": \"HS-NDC-NSW-S1\",\n            \"locationId\": 10,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 524,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 101142\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"967fb417-d8df-42d9-9c47-3cadeec5053d\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"20463fb0-d92e-44fd-9cc1-6d34cb6f6280\",\n            \"companyName\": \"8x8, Inc\",\n            \"title\": \"MEGA-ASHBURN-R1\",\n            \"locationId\": 67,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 525,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"e0569da7-c73a-49d9-aeaf-974504bfc31d\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"3766fb84-d733-45c0-b460-037cf9951488\",\n            \"companyName\": \"Unite Private Networks\",\n            \"title\": \"Scott Tech, NE\",\n            \"locationId\": 463,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 532,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"7211760f-70df-4afa-822c-f2ca970f5b7e\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"6b4e6c7d-9093-47bc-899c-622292830bd8\",\n            \"companyName\": \"ENTEL S.A.\",\n            \"title\": \"TRUNK - ATN1\",\n            \"locationId\": 234,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 535,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"ac06847c-ebd2-4c83-a19a-e9d7874692d9\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"78d4d901-a320-44c3-a90d-9da9fa84b9c9\",\n            \"companyName\": \"Beanfield Technologies, Inc. \",\n            \"title\": \"BEANFIELD-COLMTL3-1250RL-MEGAPORT-10G-NNI-IOC120-pe06.1250RenelevesqueBl01.YUL/Te0/0/0/2\",\n            \"locationId\": 419,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 536,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"3a5e80f0-9265-4f06-8462-112ee3d89a82\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"dfe2c73c-5bba-4a61-867b-d06364ced698\",\n            \"companyName\": \"Global Speech Networks\",\n            \"title\": \"Mel GSN Equinix\",\n            \"locationId\": 41,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 537,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"1453796c-5b2d-4a4f-933e-65a8d1391c2f\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"9e9abbf7-85f9-4f6f-aa13-edace789b794\",\n            \"companyName\": \"Connectria, LLC\",\n            \"title\": \"DC11A Datacenter - Link A1\",\n            \"locationId\": 67,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 538,\n            \"lag_id\": 11,\n            \"lag_primary\": true,\n            \"aggregation_id\": 167911\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"1a22f038-7ed8-4a66-94c3-b7b4560d515d\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"9e9abbf7-85f9-4f6f-aa13-edace789b794\",\n            \"companyName\": \"Connectria, LLC\",\n            \"title\": \"DC11A Datacenter - Link B1\",\n            \"locationId\": 67,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 539,\n            \"lag_id\": 9,\n            \"lag_primary\": true,\n            \"aggregation_id\": 167912\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"04569f47-7ad9-4778-986c-84b21ad6417b\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"e17bbf63-69a9-4efb-82fe-9ad282ef4c23\",\n            \"companyName\": \"Zettagrid\",\n            \"title\": \"INTERNAL_PORT_MELlo\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 548,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"7de66413-8550-4d24-972d-0c4096f9f963\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"3612c362-be6c-4c62-b3d2-5b172a13b67d\",\n            \"companyName\": \"Over the Wire\",\n            \"title\": \"OTW 826lor.mel\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 549,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"0608e309-dbbf-462a-89aa-662a687d4f12\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"4443e2ba-f2f9-4db6-8b44-91062eea94da\",\n            \"companyName\": \"TasmaNet\",\n            \"title\": \"M1 Aggregation Port\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 550,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"a6f69a34-fd7d-41a1-afc1-0bde3bbbd7aa\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"9a09f546-8381-455a-bba2-8062e433cb4b\",\n            \"companyName\": \"Kordia \",\n            \"title\": \"Kordia NZ 10G Megaport at Equinix SY1\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 551,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"9c011d4b-faa4-40f6-95c2-6c4375647b2a\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"45f75acb-e418-4abf-b89f-cb05c70414dc\",\n            \"companyName\": \"Blue Apache\",\n            \"title\": \"BlueApache 10G Megaport at NEXTDC S1\",\n            \"locationId\": 10,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 552,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"a28661d5-aa5e-44b9-9eb5-600d986b152f\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"a649e458-d4de-4e3b-a5a8-d509da7e1500\",\n            \"companyName\": \"iseek\",\n            \"title\": \"Iseek-F19-WF\",\n            \"locationId\": 5,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 553,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"aa918cb9-2ea4-4dcc-a535-c1f46a7ab126\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"ff552a1a-0db5-4e95-8390-97bd34bdf8bf\",\n            \"companyName\": \"Somerville Group\",\n            \"title\": \"Somerville NextDC S1\",\n            \"locationId\": 10,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 554,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"57174502-4d0b-4130-8b72-fd6fee464667\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"0a35de96-99bb-4d78-b77d-bfba91c885a8\",\n            \"companyName\": \"INAP\",\n            \"title\": \"megaport-8: mes2.nym007; port40\",\n            \"locationId\": 61,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 555,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"147db757-0e24-4203-a0b6-fb4f4a9ddb06\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"33c0e8bb-abca-487c-9894-bec9d2c55fb8\",\n            \"companyName\": \"iland\",\n            \"title\": \"iland DALPOD01 Megaport 147db757\",\n            \"locationId\": 102,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 556,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"c1d4e46f-c63e-49c4-b7b5-d2a2861937f7\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"0a35de96-99bb-4d78-b77d-bfba91c885a8\",\n            \"companyName\": \"INAP\",\n            \"title\": \"megaport-13: bbr1.acs; xe-0/3/0\",\n            \"locationId\": 116,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 557,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"f38e54a0-eecc-4c87-a8e9-069bb3658733\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"1d0d15a9-811c-4465-920e-c4e8553df521\",\n            \"companyName\": \"Data Foundry\",\n            \"title\": \"10G Port - Cologix DAL2 - gw02.dal|eth1 - (DAL-TELIA-HOU2)\",\n            \"locationId\": 83,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 558,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"4b2d8bd0-ed0e-49e8-9fb4-a084504afebe\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"1d0d15a9-811c-4465-920e-c4e8553df521\",\n            \"companyName\": \"Data Foundry\",\n            \"title\": \"10G Port - Cologix DAL2 - gw01.dal|eth1  - (DAL-TLSN-TX1)\",\n            \"locationId\": 83,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 559,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"95b4f21c-d376-4969-9316-54f59c8f0150\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"65250d8c-be15-4d73-ab9f-ad8009087eb2\",\n            \"companyName\": \"Tecala\",\n            \"title\": \"MEG001-TCL001-SY3-XC1\",\n            \"locationId\": 6,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 560,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"8cf779a3-acf6-4ce2-94b9-a62c75fd2cb7\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"2e895c74-fd29-4e78-b557-796d67b40b9b\",\n            \"companyName\": \"OptiComm\",\n            \"title\": \"WESTERN AUSTRALIA (MRLS-MEGA-01)\",\n            \"locationId\": 50,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 561,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"34ee954b-f135-4059-a205-6baab1270582\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"a3ba0726-5736-430a-82fc-1082c9c658cf\",\n            \"companyName\": \"Encoo Pty Ltd\",\n            \"title\": \"Encoo Sydney SY4 10Gb\",\n            \"locationId\": 6,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 562,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"c8a5db93-7b2b-412d-934f-b31a500c9075\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"e6af22b2-6a7c-4de0-bba2-c08b8ed21672\",\n            \"companyName\": \"Latin IP LLC\",\n            \"title\": \"C3ntro Megaport Miami\",\n            \"locationId\": 234,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 563,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"70e9aae4-9244-413e-a1c5-56fc8ca28c25\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"3101a036-ba7c-444c-8687-28fbbafbc606\",\n            \"companyName\": \"REDD\",\n            \"title\": \"BNE5-01-10G\",\n            \"locationId\": 44,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 564,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"fbe39d65-8afe-4605-9393-423510e0ac8b\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"aa17e9ef-1113-453b-b42f-d2bc2b01bb40\",\n            \"companyName\": \"Nokia Networks\",\n            \"title\": \"10000Mbps Port at Digital Realty CHI1\",\n            \"locationId\": 64,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 565,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"cf86b8da-39a2-455b-b684-dca722eb3e8f\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"aa17e9ef-1113-453b-b42f-d2bc2b01bb40\",\n            \"companyName\": \"Nokia Networks\",\n            \"title\": \"10000Mbps Port at Digital Realty CHI1\",\n            \"locationId\": 64,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 566,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"6ea353d2-f3c3-4725-aac6-6597804fecaf\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"449f4597-3e73-43ec-95f8-d5d58c11d274\",\n            \"companyName\": \"ACTIV Financial Systems, Inc\",\n            \"title\": \"CH2\",\n            \"locationId\": 69,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 570,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"ec2d3823-7c21-41db-bcf5-05da951c3ac7\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"fdd52227-12aa-42ba-90a7-16fa591a6152\",\n            \"companyName\": \"Unitas Global\",\n            \"title\": \"CHI1-L3 Port\",\n            \"locationId\": 64,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 571,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 40585\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"49e0f905-d588-4323-a40a-699c7a4653a3\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"907a942e-20ae-4151-b5f4-47a9e8a5489c\",\n            \"companyName\": \"RiskIQ\",\n            \"title\": \"10000Mbps Port at Digital Realty SFR2\",\n            \"locationId\": 141,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 573,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"4a1792a0-3625-4d67-b3fd-3f0883f56a8c\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"a64ec44a-d3be-4890-becd-ac8f769b106e\",\n            \"companyName\": \"iQ3 Pty Ltd.\",\n            \"title\": \"iQ3 @ GovDC Silverwater\",\n            \"locationId\": 365,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 574,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"408fa2fc-3b69-4111-b0e0-a312a9cffbd4\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"f5821539-3216-43d0-a701-e65f7ab95c09\",\n            \"companyName\": \"Bandwidth\",\n            \"title\": \"Bandwidth Los Angeles\",\n            \"locationId\": 59,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 576,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 85990\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"c69d3e77-8179-4d0f-acb7-01c0994e0916\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"890e2b5a-bc24-4875-9c5b-1bd6f591498c\",\n            \"companyName\": \"Benefitfocus.com, Inc.\",\n            \"title\": \"10000Mbps Port at Digital Realty ASH1\",\n            \"locationId\": 140,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 577,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"f12467f7-df44-46f5-8270-2dc03d28ef22\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"890e2b5a-bc24-4875-9c5b-1bd6f591498c\",\n            \"companyName\": \"Benefitfocus.com, Inc.\",\n            \"title\": \"10000Mbps Port at Digital Realty ASH1\",\n            \"locationId\": 140,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 578,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"0f3b24d3-6427-41eb-812b-07f13a11dae7\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"7cadb4dc-f435-40a0-9ffd-07f9f84621e6\",\n            \"companyName\": \"Nexon Asia Pacific\",\n            \"title\": \"GCOMM Megaport at SY2 pe03.sy2 Te0/0/26\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 580,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"cd0c6746-a24e-4239-b9ed-5e531b3ca3bf\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"20463fb0-d92e-44fd-9cc1-6d34cb6f6280\",\n            \"companyName\": \"8x8, Inc\",\n            \"title\": \"MEGA-SJC01-EDGE2\",\n            \"locationId\": 66,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 581,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"284b5770-4150-42be-9dbf-4280ad754f6b\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"20463fb0-d92e-44fd-9cc1-6d34cb6f6280\",\n            \"companyName\": \"8x8, Inc\",\n            \"title\": \"MEGA-ASHBURN-R2\",\n            \"locationId\": 67,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 582,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"087ca677-7f5f-46d8-bfa8-3f6574286ae4\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"a47237fc-6612-4417-a390-66f196877932\",\n            \"companyName\": \"LINX\",\n            \"title\": \"LON1 NNI\",\n            \"locationId\": 256,\n            \"speed\": 100000,\n            \"diversityZone\": null,\n            \"rank\": 588,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 128872\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"3d374833-c888-4185-a484-9f420aa04b9c\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"80be83cb-d4e4-416a-b95f-23185107ff44\",\n            \"companyName\": \"Digital Realty (FKA TELX)\",\n            \"title\": \"10000Mbps Port at Digital Realty CHI1\",\n            \"locationId\": 64,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 593,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 150878\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"48a77cc5-e2df-4881-ba42-667a7dc1e2c5\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"dfe2c73c-5bba-4a61-867b-d06364ced698\",\n            \"companyName\": \"Global Speech Networks\",\n            \"title\": \"Syd GSN Equinix\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 594,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"a89964fb-ca6b-47c0-b851-69eba1861c6b\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"40cdca23-7fc9-4de5-a728-09beedcbf241\",\n            \"companyName\": \"Exetel\",\n            \"title\": \"Exetel 3rd MEGAPORT at Equinix SY1\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 595,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"2b34c7df-f37e-4714-bd67-1e064ce47551\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"9ca66e02-673f-46d3-9f8b-9d6a77b7483a\",\n            \"companyName\": \"Syntax\",\n            \"title\": \"Syntax-Edison\",\n            \"locationId\": 339,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 596,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"b2ee8d81-0ea5-4fd7-9ba7-707ff70f795b\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"c6b15539-5824-439f-8af9-b595d4e600e0\",\n            \"companyName\": \"Cloudflare\",\n            \"title\": \"Network Interconnect 10G Port Equinix The Data Centre 220 Queen, Lower Ground\",\n            \"locationId\": 32,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 597,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 197396\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"db7cfd29-74af-4928-9b70-1f7c0de44f54\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"3612c362-be6c-4c62-b3d2-5b172a13b67d\",\n            \"companyName\": \"Over the Wire\",\n            \"title\": \"OTW 639gar.syd\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 603,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"9e9c1cc9-2b81-4aa7-b3f2-5b3f6a68126b\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"d044259f-3ea3-4e6f-ba9c-2d0407c2931d\",\n            \"companyName\": \"Telcoinabox Operations\",\n            \"title\": \"Megaport EQX SY1\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 604,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"9a568d68-4937-46bd-9a15-f04b997ec5b5\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"a6700553-95c9-41c2-b0e1-84959e706f2e\",\n            \"companyName\": \"FireNet\",\n            \"title\": \"Firenet MEGAPORT at Equinix SY1/2\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 605,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"f7f318e2-1cce-4a94-922f-3d8bfc1c8290\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"63b0d4c8-6031-4522-9748-ade1732669cf\",\n            \"companyName\": \"Superloop\",\n            \"title\": \"[9974] - Superloop Megaport at NextDC S1\",\n            \"locationId\": 10,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 606,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"9c7a5e53-c68f-4364-adce-31638f539a5b\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"b03beb61-fcdb-4676-87d1-ab566f6839a7\",\n            \"companyName\": \"Acurus Networks Pty Ltd\",\n            \"title\": \"Acurus MEGAPORT at MelbourneDC 530 Collins\",\n            \"locationId\": 23,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 607,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"825af27e-c99d-45bd-a11e-249eb98eafaa\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"229d034c-4b81-4707-8985-932c17e5675e\",\n            \"companyName\": \"PingCo\",\n            \"title\": \"M1\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 608,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"980cc25a-0dc5-43cb-b048-df21c39f50cd\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"b6e227e0-2bac-4a99-85cc-1684aaac9db4\",\n            \"companyName\": \"Australian Private Network\",\n            \"title\": \"SYD3-MP-10G-001\",\n            \"locationId\": 6,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 609,\n            \"lag_id\": 8,\n            \"lag_primary\": true,\n            \"aggregation_id\": 1302\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"f7643e14-a126-4ebb-a9ed-080100422666\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"86c4bb82-7f76-435c-9b0b-0e1c9fd98a69\",\n            \"companyName\": \"AINS\",\n            \"title\": \"AINS NextDC M1 Melbourne (VIC)\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 610,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"a342d543-c60f-4626-99d8-052f651fc953\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"45a6c0d8-5bc2-4fb5-94c4-3ec4f7ffd3bc\",\n            \"companyName\": \"Ricoh Australia\",\n            \"title\": \"Equinix-10Gb\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 611,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"c46e595e-1702-4995-a450-5df58ddab974\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"97cea738-852a-4192-9c48-1709dff4b455\",\n            \"companyName\": \"Village Roadshow Limited\",\n            \"title\": \"Equinix ME1\",\n            \"locationId\": 41,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 612,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"e28da929-40b4-4920-9f26-e79d2a1e4553\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"482eeb40-9656-41ba-8db3-408bb3c0e317\",\n            \"companyName\": \"Diyixian.com Limited\",\n            \"title\": \"Diyxian 1G Megaport Equinix SG1\",\n            \"locationId\": 36,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 613,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"dd354511-7124-4dcd-b736-5ed180741c06\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"3a6aa5a8-2c6a-48b9-b2c1-5bd9224a9502\",\n            \"companyName\": \"365 Data Centers\",\n            \"title\": \"AMC-LGA6\",\n            \"locationId\": 75,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 614,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"cccb0b73-b692-45f9-bbca-ec4f4a17b70f\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"b7009dc5-0516-4777-b87d-62586ec784db\",\n            \"companyName\": \"1CLOUDSTAR\",\n            \"title\": \"1CS-EQNXSG1-10G-01\",\n            \"locationId\": 36,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 615,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"cddb66d7-178b-49af-b292-f85c213cd40d\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"3a6aa5a8-2c6a-48b9-b2c1-5bd9224a9502\",\n            \"companyName\": \"365 Data Centers\",\n            \"title\": \"AMC-IAD1\",\n            \"locationId\": 67,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 616,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"89f9635e-867e-4a53-9f28-571dc12073c2\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"7cadb4dc-f435-40a0-9ffd-07f9f84621e6\",\n            \"companyName\": \"Nexon Asia Pacific\",\n            \"title\": \"Nexon's Summer Hill DC via S1\",\n            \"locationId\": 10,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 619,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"c29a9c77-76c8-44cb-bb57-c4204dab2dee\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"45a6c0d8-5bc2-4fb5-94c4-3ec4f7ffd3bc\",\n            \"companyName\": \"Ricoh Australia\",\n            \"title\": \"GlobalSwitch-10GB\",\n            \"locationId\": 3,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 620,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"b5347326-8821-403f-b8ea-df4f6c815104\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"d1b015eb-5b39-4d7e-b3c7-da92f4837e87\",\n            \"companyName\": \"Solarix Networks Limited / Plan B Group\",\n            \"title\": \"Plan B - Spark DC, Airedale Street\",\n            \"locationId\": 80,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 621,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"9ac11a4f-fca2-4f61-a8f5-4dcb3a5247d4\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"cfb29fa1-26a6-450e-90a6-b888f0b7e649\",\n            \"companyName\": \"Network Billing Systems, LLC\",\n            \"title\": \"10000Mbps Port at Digital Realty DAL1\",\n            \"locationId\": 72,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 622,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"a987eb7d-eb49-4dcc-adc1-430e72e83845\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"cfb29fa1-26a6-450e-90a6-b888f0b7e649\",\n            \"companyName\": \"Network Billing Systems, LLC\",\n            \"title\": \"10000Mbps Port at Digital Realty ATL1\",\n            \"locationId\": 116,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 623,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"327754e8-3d27-416e-9d34-c13fb1b9ffe7\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"fdd52227-12aa-42ba-90a7-16fa591a6152\",\n            \"companyName\": \"Unitas Global\",\n            \"title\": \"NYC1-L3 Port\",\n            \"locationId\": 62,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 624,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 40587\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"625d1ad4-7b76-472c-ae4f-0a4211996178\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"c8de8fa8-b39b-4fb9-9261-d4332482f425\",\n            \"companyName\": \"Voicehub\",\n            \"title\": \"DD-voicehub-01\",\n            \"locationId\": 7,\n            \"speed\": 1000,\n            \"diversityZone\": null,\n            \"rank\": 625,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"16c57998-605c-4a18-a214-165e7827ceb6\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"4db80dff-9f96-4109-ae12-a471e4004abf\",\n            \"companyName\": \"Alianza, Inc.\",\n            \"title\": \"ASHPRD1 - RagingWire VA1 10G\",\n            \"locationId\": 346,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 626,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"7cfcf970-9733-4863-86a3-44ef8879cd3b\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"fc19ce54-b483-4abc-85ec-a83626d99b12\",\n            \"companyName\": \"Adaptive Data Networks, LLC\",\n            \"title\": \"GA_CH1_MP\",\n            \"locationId\": 69,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 628,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"70f03c1e-e1cf-40e5-a59a-4ef6ba78dee2\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"f983b14e-1f9e-4056-9d67-4a61905933f5\",\n            \"companyName\": \"Momentum Telecom, Inc. \",\n            \"title\": \"MOS 10G - DRT NYC2 - 111 8th Ave\",\n            \"locationId\": 78,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 629,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"9f9a9a1d-df19-479e-a12e-7cfe9b117508\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"427641b9-0de3-44a5-9c64-da36525d4389\",\n            \"companyName\": \"Telstra Purple\",\n            \"title\": \"VHO-ISE-MPORT10G01\",\n            \"locationId\": 454,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 630,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"9e6ba693-c626-4a38-ad14-ac66994ef1d3\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"fdd52227-12aa-42ba-90a7-16fa591a6152\",\n            \"companyName\": \"Unitas Global\",\n            \"title\": \"SJC1-L3 Port\",\n            \"locationId\": 66,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 631,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 82330\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"4d2778de-0035-441f-b52a-049e3c90b9fc\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"f5821539-3216-43d0-a701-e65f7ab95c09\",\n            \"companyName\": \"Bandwidth\",\n            \"title\": \"Bandwidth Atlanta\",\n            \"locationId\": 116,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 632,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 85989\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"6a52b633-7239-4a59-8973-4153914b1824\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"0e99c573-5e1d-4c5a-b978-8a0b6c2a584b\",\n            \"companyName\": \"Global Storage\",\n            \"title\": \"Global Storage Public 2\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 634,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"5c28a7d8-d4c6-4515-94af-1f5230fae12e\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"b1738127-6e23-4059-b78c-7b9cc7740b27\",\n            \"companyName\": \"AT&T Services, Inc.\",\n            \"title\": \"10000Mbps Port at Digital Realty CHI1\",\n            \"locationId\": 64,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 635,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"4bd685b9-fcab-4a4f-9067-878258e891c0\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"20b80c7b-8c7a-4eef-8e1c-8f0519458edc\",\n            \"companyName\": \"Hyperspike\",\n            \"title\": \"HS-NDC-VIC-M1\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 636,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 101141\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"e162735f-e8a3-4c2f-9f9b-35217232e8b8\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"2913b0ba-842a-453f-9b08-bbb877a882f4\",\n            \"companyName\": \"Convergia\",\n            \"title\": \"EquinixMI1_To_Megaport1\",\n            \"locationId\": 234,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 645,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"3e2fd8c5-2260-467a-8ebb-529f7911f142\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"ee947936-2f34-4152-93cc-b26ecf9d7d34\",\n            \"companyName\": \"Digital Pacific\",\n            \"title\": \"Hostopia Australia - Equinix SY5 #1 (SY3)\",\n            \"locationId\": 6,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 647,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"13ff7342-b877-47a5-8366-4451dd405022\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"0a35de96-99bb-4d78-b77d-bfba91c885a8\",\n            \"companyName\": \"INAP\",\n            \"title\": \"megaport-35: mes1.acs; port20\",\n            \"locationId\": 116,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 648,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"bd1856dc-113b-42d2-860c-092b8747b5a3\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"0a35de96-99bb-4d78-b77d-bfba91c885a8\",\n            \"companyName\": \"INAP\",\n            \"title\": \"megaport-36: mes2.acs; port20\",\n            \"locationId\": 116,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 649,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"5704cb2f-292d-4075-ab7e-5ddcdf637313\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"40cdca23-7fc9-4de5-a728-09beedcbf241\",\n            \"companyName\": \"Exetel\",\n            \"title\": \"Exetel 3rd MEGAPORT at Equinix SY3\",\n            \"locationId\": 6,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 650,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"dc31a7c1-8ab6-4ad9-bfcb-29b97dacf3b7\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"3d56ec03-a3d9-4ca4-a617-007ed43372bb\",\n            \"companyName\": \"Vodafone NZ - DIA\",\n            \"title\": \"DIA PORT 10Gb Datacom Abel Primary\",\n            \"locationId\": 523,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 654,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"0a6ebbae-e2eb-47d3-a16b-d25af145be2e\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"e2410928-692e-4b97-a558-7cc30b19c652\",\n            \"companyName\": \"Networx\",\n            \"title\": \"Networx Australia MEGAPORT at Equinix SY3\",\n            \"locationId\": 6,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 660,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"520f82e9-e0d4-4685-b8d5-4991acdb682d\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"e17bbf63-69a9-4efb-82fe-9ad282ef4c23\",\n            \"companyName\": \"Zettagrid\",\n            \"title\": \"INTERNAL_PORT_SYDbo\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 661,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"a0d05d2d-3a1c-4e36-9cee-672f9e713577\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"b2e174d5-a6ae-48bd-9110-fa746c1448b9\",\n            \"companyName\": \"ASE\",\n            \"title\": \"ASECC10194 - ASE MEGAPORT at Equinix SY3\",\n            \"locationId\": 6,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 662,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"bfb46ea8-8b83-4d58-bdd9-0fb5aa8677c2\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"cd430b11-d863-41af-96c8-ccaec5e04875\",\n            \"companyName\": \"Aussie Broadband\",\n            \"title\": \"Sydney - Vocus 59 Doody\",\n            \"locationId\": 7,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 663,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"9feb7550-6a21-4fbe-90b9-f59bfaa832a9\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"0a35de96-99bb-4d78-b77d-bfba91c885a8\",\n            \"companyName\": \"INAP\",\n            \"title\": \"megaport-5: mes2.ext1a.dal; port40\",\n            \"locationId\": 71,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 664,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"19447bca-659d-4619-a3dc-c18bf0f95312\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"8e193d12-e3d1-4c84-ac09-bd73cc77d294\",\n            \"companyName\": \"Pure IP\",\n            \"title\": \"Melbourne ME1\",\n            \"locationId\": 41,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 665,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"4d504c29-7584-4cda-a205-b8861718e0d7\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"b0d6fd8c-1deb-4700-a1e3-1cc8bd48c8b5\",\n            \"companyName\": \"Fastcom Limited\",\n            \"title\": \"VCDC-AKL\",\n            \"locationId\": 51,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 666,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"c403d96f-408c-4ff1-9888-02fca397227d\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"4245d971-730a-4f28-a997-2e1e8492600a\",\n            \"companyName\": \"Telesmart Ltd\",\n            \"title\": \"ORB.AKL\",\n            \"locationId\": 33,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 667,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"811cd389-c0f8-4bd1-8582-81729ff7d787\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"a3ba0726-5736-430a-82fc-1082c9c658cf\",\n            \"companyName\": \"Encoo Pty Ltd\",\n            \"title\": \"VocusDC-530 Collins 10gb\",\n            \"locationId\": 24,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 668,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"52d718f3-c207-4623-8f90-40cbeba6ad4f\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"3a6aa5a8-2c6a-48b9-b2c1-5bd9224a9502\",\n            \"companyName\": \"365 Data Centers\",\n            \"title\": \"AMC-DFW2\",\n            \"locationId\": 72,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 669,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"c8e89128-a8e7-4984-b98c-ea716cad64c2\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"65250d8c-be15-4d73-ab9f-ad8009087eb2\",\n            \"companyName\": \"Tecala\",\n            \"title\": \"MEG001-TCL001-M1-XC1\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 670,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"8f96aef8-59ba-4013-844b-345d6f369a2d\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"19c79666-a2dd-4a91-b82f-33e53ca2338a\",\n            \"companyName\": \"BUROSERV Australia Pty Ltd\",\n            \"title\": \"BUROSERV-EQ-SYD3\",\n            \"locationId\": 6,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 672,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"b77f91ef-e87d-4335-a145-9327c5b80680\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"7777ac07-af44-4432-ae39-bc63c495cb62\",\n            \"companyName\": \"Neuberger Berman Group\",\n            \"title\": \"10G Port - CyrusOne Totowa, Port 1\",\n            \"locationId\": 151,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 673,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"7a33e721-a8f9-4722-869f-a9fb83209b57\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"d6fc1a00-d393-498d-b7d8-c0aecdade459\",\n            \"companyName\": \"Broadband Solutions Pty Ltd\",\n            \"title\": \"10Gb-Megaport-SYD01\",\n            \"locationId\": 3,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 674,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"5c9b4585-5c1c-4e75-bb37-7dd413ab06c9\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"dc956d9e-65ce-4e72-9b36-b07a29f56a5d\",\n            \"companyName\": \"Twilio\",\n            \"title\": \"10G Port - Equinix DC2, Port 2\",\n            \"locationId\": 67,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 675,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"ecc2e820-8033-4d0c-8ff9-898a73e6782a\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"d93c54c9-75f1-4718-9fad-ef87c35d8412\",\n            \"companyName\": \"Spectrum Networks\",\n            \"title\": \"530 Collins L2-GNF swp7\",\n            \"locationId\": 24,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 679,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"f30638ae-dfe2-497a-98d2-f5d31f13928e\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"0a35de96-99bb-4d78-b77d-bfba91c885a8\",\n            \"companyName\": \"INAP\",\n            \"title\": \"megaport-15: mes1.bsn004; port40\",\n            \"locationId\": 244,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 680,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"6ac75b3b-3638-4d19-8472-270c9c0ca4ba\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"66f6862c-3f16-4f4e-a2eb-8c03256c77d4\",\n            \"companyName\": \"Comvergence Pty Ltd\",\n            \"title\": \"NextDC-M1\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 681,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"53889172-afd4-4608-8288-e8b3e703daf6\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"fdd52227-12aa-42ba-90a7-16fa591a6152\",\n            \"companyName\": \"Unitas Global\",\n            \"title\": \"FRA1-L3 Port\",\n            \"locationId\": 131,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 685,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 40589\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"d5d6f316-5dab-4c1c-adc5-f3f8f47305f5\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"fc0636dc-65ea-4e47-9594-ab363c1f3dcc\",\n            \"companyName\": \"Seek Limited\",\n            \"title\": \"MEL_M1_Port1\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 686,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"2e2f3b2a-5b81-4d03-8355-95d8bf7bf2b8\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"50f2ca5d-0df1-4150-b5e8-552accc15e2e\",\n            \"companyName\": \"Cloudera, Inc.\",\n            \"title\": \"SJC-2\",\n            \"locationId\": 65,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 687,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"8361442a-4a13-4571-a111-f02749a24dc6\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"a56bc095-8c04-4d7c-bc41-6fa60c0cdda4\",\n            \"companyName\": \"Centorrino Technologies Pty Ltd\",\n            \"title\": \"VM1-DZ1-01\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 688,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"7325fb2f-852c-44e9-872a-90215001c0a4\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"7ec424e4-1754-472e-9474-354b7de8730b\",\n            \"companyName\": \"Nuwave Communications, Inc.\",\n            \"title\": \"Nuwave_Megaport_Las Vegas\",\n            \"locationId\": 100,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 689,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"677a004e-b006-4ad1-9d2c-b1f9f54ded76\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"c5201a8b-0711-40a6-95fd-240bfe8721a3\",\n            \"companyName\": \"AUS IT\",\n            \"title\": \"NextDC M2 Megaport\",\n            \"locationId\": 382,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 690,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"69e42125-4463-4858-a541-1258ea89839b\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"80be83cb-d4e4-416a-b95f-23185107ff44\",\n            \"companyName\": \"Digital Realty (FKA TELX)\",\n            \"title\": \"10000Mbps Port at Digital Realty CHI1\",\n            \"locationId\": 64,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 694,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"2b10b44f-793c-4026-bbd7-7ee5aeaee9b5\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"80be83cb-d4e4-416a-b95f-23185107ff44\",\n            \"companyName\": \"Digital Realty (FKA TELX)\",\n            \"title\": \"10000Mbps Port at Digital Realty CHI1\",\n            \"locationId\": 64,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 695,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"b7562a72-47f5-42f6-a8be-a7921cc8388d\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"eaee7551-7b40-468b-b958-34fcf634013a\",\n            \"companyName\": \"Wasabi Technologies, Inc.\",\n            \"title\": \"10G Port at Flexential Port2\",\n            \"locationId\": 477,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 696,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"c01ef389-cd82-40cd-81a2-a64b8351201b\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"9a367725-0201-4e07-9363-3399f0ccce3a\",\n            \"companyName\": \"Lightwire Business\",\n            \"title\": \"Lightwire Auckland The Data Centre\",\n            \"locationId\": 310,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 697,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 78500\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"f0212569-e100-4732-96af-53e87c0d24f6\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"874327ad-ddc2-4cd2-be68-f6aa33223d18\",\n            \"companyName\": \"LANWorx Ltd\",\n            \"title\": \"Vocus Albany\",\n            \"locationId\": 51,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 698,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"6e38d82c-2c9a-4d2f-bef6-b1447faea069\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"427641b9-0de3-44a5-9c64-da36525d4389\",\n            \"companyName\": \"Telstra Purple\",\n            \"title\": \"MCN-SY4-P1 (MCN-SYD-LEFS-03)\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 701,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 98605\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"8b755acf-7a0e-42a3-b9c6-d8a4b4deaae3\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"b1738127-6e23-4059-b78c-7b9cc7740b27\",\n            \"companyName\": \"AT&T Services, Inc.\",\n            \"title\": \"10000Mbps Port at Digital Realty ASH1\",\n            \"locationId\": 140,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 702,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"a56f635d-665e-423e-9128-57b27ed4d17b\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"8d224d20-d5e4-4a99-aa95-d5f45e27fe83\",\n            \"companyName\": \"Southern Phone Company Ltd\",\n            \"title\": \"Colo City - DC3 - Port #1\",\n            \"locationId\": 549,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 704,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"445f474c-9d7e-4ec4-92c1-4f90e9c4f6de\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"e7a099cc-295c-4f4f-a982-2d2af4fedf7a\",\n            \"companyName\": \"NewRez LLC\",\n            \"title\": \"Tp_ValleyForge_1\",\n            \"locationId\": 529,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 707,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"db51a241-3c56-4a62-8e6f-747a91fb7aa8\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"fdd52227-12aa-42ba-90a7-16fa591a6152\",\n            \"companyName\": \"Unitas Global\",\n            \"title\": \"PHX2-L3 Port \",\n            \"locationId\": 370,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 710,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 133915\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"8f1ba678-3e93-4d13-8679-17671d68bf90\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"IBM Cloud Direct Link 2.0 Frankfurt Port 1\",\n            \"locationId\": 130,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 713,\n            \"lag_id\": 11,\n            \"lag_primary\": true,\n            \"aggregation_id\": 138865\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"ae24a36a-5dd9-446d-85a5-ebe1db28531c\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"3766fb84-d733-45c0-b460-037cf9951488\",\n            \"companyName\": \"Unite Private Networks\",\n            \"title\": \"Equinix\",\n            \"locationId\": 71,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 714,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"c4388206-f311-4dee-a186-052347e278df\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"3c8b39f2-af70-4178-bc86-da7da873392d\",\n            \"companyName\": \"SoftLayer Technologies, Inc.\",\n            \"title\": \"10000Mbps Port at Digital Realty DAL3\",\n            \"locationId\": 156,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 715,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"09c81cae-8f3c-4f6f-8454-8f154b4bdadf\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"4245d971-730a-4f28-a997-2e1e8492600a\",\n            \"companyName\": \"Telesmart Ltd\",\n            \"title\": \"TDC10.AKL\",\n            \"locationId\": 310,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 716,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"67dbd690-11e9-4b3e-a15a-0c5d4fb64700\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"53fb1c60-21bd-403d-b083-a2d36d992578\",\n            \"companyName\": \"OneQode\",\n            \"title\": \"mi.01.hk\",\n            \"locationId\": 47,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 718,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"665ae106-c8f0-4dba-ab7c-a4f10175aaf7\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"9e9abbf7-85f9-4f6f-aa13-edace789b794\",\n            \"companyName\": \"Connectria, LLC\",\n            \"title\": \"SV10A Datacenter - Link A1\",\n            \"locationId\": 66,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 719,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 168122\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"9dd99350-2210-4641-8b60-461e86ee9da0\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"9e9abbf7-85f9-4f6f-aa13-edace789b794\",\n            \"companyName\": \"Connectria, LLC\",\n            \"title\": \"SV10A Datacenter - Link B1\",\n            \"locationId\": 66,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 720,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 168123\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"50ac0cd1-f193-4c8b-9c27-d341e68f0e89\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"70cd608f-4eb1-45e9-8b69-24b533c25dd3\",\n            \"companyName\": \"ALH Group\",\n            \"title\": \"ALH Group MEGAPORT at NextDC M1\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 727,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"91056297-bd31-40c0-8a2d-2f98c202b1d1\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"cb04e457-255f-4cd3-815d-5b95a7e41b45\",\n            \"companyName\": \"Spirit Telecom\",\n            \"title\": \"Spirit Telecom at NextDC M1\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 728,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"0804d980-e434-4aa8-b2cd-0d2ce0a76467\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"ff552a1a-0db5-4e95-8390-97bd34bdf8bf\",\n            \"companyName\": \"Somerville Group\",\n            \"title\": \"Somerville NextDC B1\",\n            \"locationId\": 5,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 729,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"85fedeb1-db86-4b55-854b-9a774e3dcb1d\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"1403e8e6-016c-4752-9445-5b73301153de\",\n            \"companyName\": \"Origin Net\",\n            \"title\": \"ON-SYD.GS-MEGAPORT\",\n            \"locationId\": 3,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 730,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"aa5af6f7-e545-43ca-bb4b-aedf752d0c10\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"0a35de96-99bb-4d78-b77d-bfba91c885a8\",\n            \"companyName\": \"INAP\",\n            \"title\": \"megaport-3: bbr2.sje; xe-1/3/1\",\n            \"locationId\": 66,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 731,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"3b96cd65-2003-4300-a0c7-b98aea80fd0b\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"229d034c-4b81-4707-8985-932c17e5675e\",\n            \"companyName\": \"PingCo\",\n            \"title\": \"S1\",\n            \"locationId\": 10,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 732,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"33231a5f-d658-44f6-ba47-4c641a0a7723\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"0a35de96-99bb-4d78-b77d-bfba91c885a8\",\n            \"companyName\": \"INAP\",\n            \"title\": \"megaport-7: mes1.nym007; port40\",\n            \"locationId\": 61,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 733,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"9b421640-4d5f-47c5-a221-c3977a1406b7\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"01e1e173-f28c-4122-abc9-5aef126d3ebf\",\n            \"companyName\": \"Corpcloud Pty Ltd\",\n            \"title\": \"CorpCloud Perth\",\n            \"locationId\": 109,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 734,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"af524898-94ed-4f05-8cdf-07d8d20b6489\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"d044259f-3ea3-4e6f-ba9c-2d0407c2931d\",\n            \"companyName\": \"Telcoinabox Operations\",\n            \"title\": \"Megaport NextDC B1\",\n            \"locationId\": 5,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 735,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"137dfa19-1f60-4a76-9dc9-25ae70d879b4\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"683b2afb-f6c8-45f8-8b93-06966cc759c5\",\n            \"companyName\": \"X Integration\",\n            \"title\": \"Equinix Sydney SY1\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 736,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"aa5d0619-6822-45f2-8f97-a7e585656b76\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"cd8fb0a0-fd0e-4f9b-bf04-87350c071abd\",\n            \"companyName\": \"John Muir Health\",\n            \"title\": \"1x 10G Megaport - SV1\",\n            \"locationId\": 66,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 737,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"41bc4908-5dfb-4238-b2c2-62cffb1088d0\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"458bac28-f37f-42bc-8f80-96e945e7bcf3\",\n            \"companyName\": \"Linxdatacenter\",\n            \"title\": \"Megaport-STO\",\n            \"locationId\": 95,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 738,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"acc8d9b2-a4b5-43c2-b625-bb4d349495e2\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"777b1c61-0fba-46de-874e-326185e0c201\",\n            \"companyName\": \"ConocoPhillips\",\n            \"title\": \"10G Port - CyrusOne Houston West 1\",\n            \"locationId\": 148,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 739,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"69f09e0f-b3b8-42a5-b419-70cb5b22975e\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"4bd1718d-db51-4498-a2a6-d102b5fc4950\",\n            \"companyName\": \"IronCloud\",\n            \"title\": \"10G Megaport - IronCloud Manassas, VA - Port 2\",\n            \"locationId\": 333,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 741,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"c2936605-e5b1-421e-88ae-ad8e43d7868a\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"e8d763aa-4af5-4ab6-8aab-43b87e8d1ac8\",\n            \"companyName\": \"NTT Ltd (Indonesia)\",\n            \"title\": \"NTTI_NNI_1G_01\",\n            \"locationId\": 257,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 742,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"007d93f4-9290-4892-8582-01dc0959cdda\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"8d224d20-d5e4-4a99-aa95-d5f45e27fe83\",\n            \"companyName\": \"Southern Phone Company Ltd\",\n            \"title\": \"NextDC - P1 - Port #1\",\n            \"locationId\": 50,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 743,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"0b45cbb1-dc61-45d0-a142-3b6f623eb48a\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"2b14180e-8f9c-4285-b9c4-2891b28ae1e0\",\n            \"companyName\": \"MetricStream\",\n            \"title\": \"QTS Santa Clara 10G Megaport\",\n            \"locationId\": 315,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 744,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"b17275e0-056d-4dc3-add6-be54127fef6b\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"8efea233-4685-449f-86b6-f4a0aeb861f3\",\n            \"companyName\": \"ahd GmbH & Co. KG\",\n            \"title\": \"EquinixFR5\",\n            \"locationId\": 131,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 745,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"e437a514-cb6c-4652-9962-14b31f9564d3\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"0a35de96-99bb-4d78-b77d-bfba91c885a8\",\n            \"companyName\": \"INAP\",\n            \"title\": \"megaport-20: mes1.chg; port40\",\n            \"locationId\": 69,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 746,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"bbfd1eb2-bdbd-4330-bbaa-6d44199fe9a8\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"afc9693c-0b40-457c-bcf2-55ddc3448fa1\",\n            \"companyName\": \"iManage Cloud\",\n            \"title\": \"iManage Sydney\",\n            \"locationId\": 10,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 747,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 44226\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"8820ab9c-e401-4076-8a58-c94ed6fa16ab\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"00817eef-4107-438c-8e1d-c5e0c50e5f4f\",\n            \"companyName\": \"Transtelco Inc.\",\n            \"title\": \"10000Mbps Port at Digital Realty DAL1\",\n            \"locationId\": 72,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 749,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"952321ff-7075-4873-9fe0-2d0589631150\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"97656263-ac34-43ed-93df-d68bc34d9637\",\n            \"companyName\": \"Valve Networks\",\n            \"title\": \"NextDC-S1\",\n            \"locationId\": 10,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 750,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"3e39ec0e-b811-47e2-9b88-c47a2658cf1f\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"73a139e1-a87a-4c3a-98f8-397f266cbf8e\",\n            \"companyName\": \"MetTel\",\n            \"title\": \"Atlanta - TELX ATL1 - 10G\",\n            \"locationId\": 116,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 751,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"10765849-1b94-4eaa-8ce2-2fa57c7675c6\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"500c0d0b-a9fd-49ca-8f6a-0fa90c7df967\",\n            \"companyName\": \"Terago Network\",\n            \"title\": \"Terago-Megaport-10GNNI (MMR2)\",\n            \"locationId\": 438,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 752,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"0f686304-b3ad-4a56-bdca-ffbaf908f2e0\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"07878808-382e-4997-805c-5b4193e4db85\",\n            \"companyName\": \"connect managed services (uk) limited\",\n            \"title\": \"CRISP_THN NNI-5160\",\n            \"locationId\": 256,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 753,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"5b681d82-d8a0-4eea-b011-c1c6762932d4\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"07878808-382e-4997-805c-5b4193e4db85\",\n            \"companyName\": \"connect managed services (uk) limited\",\n            \"title\": \"CRISP_NYC_2 NNI-5157\",\n            \"locationId\": 62,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 754,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"62ad2514-afb9-44b0-8244-f8a4f29ab435\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"7cadb4dc-f435-40a0-9ffd-07f9f84621e6\",\n            \"companyName\": \"Nexon Asia Pacific\",\n            \"title\": \"GCOMM MegaPort ME1 (10Gb)\",\n            \"locationId\": 41,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 755,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"ddcaac05-881d-41dd-b824-34cec71e7182\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"0a35de96-99bb-4d78-b77d-bfba91c885a8\",\n            \"companyName\": \"INAP\",\n            \"title\": \"megaport-21: mes2.chg; port40\",\n            \"locationId\": 69,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 756,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"a1eebfed-dfa9-4012-90e0-46f9d1878461\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"cc1c4bfc-e62d-490d-8aaf-b4b39b382e13\",\n            \"companyName\": \"Activ ICT Network PTY LTD\",\n            \"title\": \"NEXTDCS1_MEGAPORT\",\n            \"locationId\": 10,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 757,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"929357d8-7e2a-42ca-ae34-3af13b80cc6e\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"ee3e71de-218b-4da1-ae16-7125d0e1cdb6\",\n            \"companyName\": \"Freightways Information Services Limited\",\n            \"title\": \"TDC-TIMG01\",\n            \"locationId\": 32,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 758,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"4c2f52d7-b2a2-48b1-922c-e0e36b7e2cc3\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"49ea9191-5764-4347-a888-6290495758c0\",\n            \"companyName\": \"West UC Australia Pty Ltd\",\n            \"title\": \"Intrado - Megaport - Melbourne VoiceMaxxCE\",\n            \"locationId\": 23,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 759,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"2b7cc910-a18a-4ace-bf32-ff0c3f4819aa\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"fc19ce54-b483-4abc-85ec-a83626d99b12\",\n            \"companyName\": \"Adaptive Data Networks, LLC\",\n            \"title\": \"GA_AT1_MP\",\n            \"locationId\": 226,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 761,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"e1fdf315-5a11-4f43-9691-e045a91c0ed9\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"eaee7551-7b40-468b-b958-34fcf634013a\",\n            \"companyName\": \"Wasabi Technologies, Inc.\",\n            \"title\": \"10G Port at Ashburn ASH1\",\n            \"locationId\": 67,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 762,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"5f28fe1c-f14e-4f99-9358-b3f81aa34675\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"9540e4fc-acb9-4ed8-972d-6daf71272dd2\",\n            \"companyName\": \"Aptum Technologies\",\n            \"title\": \"LDN CLOUD CONNECT 10G LAG 01\",\n            \"locationId\": 256,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 764,\n            \"lag_id\": 13,\n            \"lag_primary\": true,\n            \"aggregation_id\": 74758\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"aaffdadb-02aa-45ce-8565-b9e97eeb5f5f\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"5349572c-18b6-43e0-82f6-ca2e22c3382d\",\n            \"companyName\": \"iTel Networks Inc\",\n            \"title\": \"iTel-Megaport\",\n            \"locationId\": 79,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 765,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"01727d84-7d80-44e9-8733-d9970518767f\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"49ea9191-5764-4347-a888-6290495758c0\",\n            \"companyName\": \"West UC Australia Pty Ltd\",\n            \"title\": \"Intrado Perth Megaport VoiceMaxxCE\",\n            \"locationId\": 367,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 766,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"268a7ca4-f03e-433f-9a24-f15d2445a7ca\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"9e9abbf7-85f9-4f6f-aa13-edace789b794\",\n            \"companyName\": \"Connectria, LLC\",\n            \"title\": \"D1B Datacenter\",\n            \"locationId\": 101,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 768,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"7115c277-224d-4925-8247-d10bdae4c63f\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"3d02a9fb-05dc-4e3e-89b4-2521e0ab3f40\",\n            \"companyName\": \"UnitedIX\",\n            \"title\": \"UnitedIX NNI\",\n            \"locationId\": 69,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 769,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 79432\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"1652572e-3f9c-4ef2-939d-536b4c744d21\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"7251ecea-30eb-4f54-bd12-b2f0763c4678\",\n            \"companyName\": \"Ideal Integrations, LLC\",\n            \"title\": \"STL01-1\",\n            \"locationId\": 357,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 770,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"d59f1dbc-8013-43b3-bbea-24117041c429\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"47ce1979-1f21-49ec-bcb8-948fe054448d\",\n            \"companyName\": \"NFINIT\",\n            \"title\": \"MP-OWDC-10G-01\",\n            \"locationId\": 60,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 771,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 81144\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"cde986a3-7d2b-4268-860c-95f91215d707\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"8d224d20-d5e4-4a99-aa95-d5f45e27fe83\",\n            \"companyName\": \"Southern Phone Company Ltd\",\n            \"title\": \"NextDC - B2 - Port #1\",\n            \"locationId\": 383,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 774,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 90808\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"5297dc59-686a-4737-9cae-199b72fc56b3\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"77301c95-cd8e-4825-b746-bab21fc9b2c1\",\n            \"companyName\": \"Xfernet\",\n            \"title\": \"SDN:MP-LAX03\",\n            \"locationId\": 59,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 775,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 92354\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"4bba0ad3-8d71-43f1-a161-0280469a2bf1\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"2e895c74-fd29-4e78-b557-796d67b40b9b\",\n            \"companyName\": \"OptiComm\",\n            \"title\": \"HAIS-MEGA-02\",\n            \"locationId\": 3,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 776,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 102212\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"f737a70c-0546-4d80-9f40-a41a6b7c93a6\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"20463fb0-d92e-44fd-9cc1-6d34cb6f6280\",\n            \"companyName\": \"8x8, Inc\",\n            \"title\": \"MEGA-SJC01-EDGE1\",\n            \"locationId\": 66,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 778,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"97b49442-2e84-4831-a30f-667df1bb9019\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"1403e8e6-016c-4752-9445-5b73301153de\",\n            \"companyName\": \"Origin Net\",\n            \"title\": \"ON-BNE.NDC2-MEGAPORT\",\n            \"locationId\": 383,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 779,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 103709\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"0c6a4308-4d1a-4cff-a16b-d58521c53392\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"f351d049-61e9-4425-b754-9df6c4db9b0a\",\n            \"companyName\": \"Nova Technology Development(Hong Kong) Limited\",\n            \"title\": \"HKG5.CCPE2_xe-0/1/1(9809-41674542 10G)\",\n            \"locationId\": 47,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 782,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"352a9af4-c1ef-4b36-8135-5f10612061c8\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"33c0e8bb-abca-487c-9894-bec9d2c55fb8\",\n            \"companyName\": \"iland\",\n            \"title\": \"iland DALPOD02 Megaport 352a9af4\",\n            \"locationId\": 102,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 791,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"0e5d5fff-0591-4324-a1cd-e0a8465ad7c1\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"c86219cc-bddc-4ca3-9065-f30203eec355\",\n            \"companyName\": \"Digital Island\",\n            \"title\": \"10G_VODAFONE_DC_ALB\",\n            \"locationId\": 522,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 792,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"62477bd9-9e6a-423f-bd1d-339ea8b284ea\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"a56bc095-8c04-4d7c-bc41-6fa60c0cdda4\",\n            \"companyName\": \"Centorrino Technologies Pty Ltd\",\n            \"title\": \"SY4-DZ1-01\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 793,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"405d5047-3e63-44f9-b9fd-970513819625\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"09713a21-b762-4091-95cb-3a7d234071ce\",\n            \"companyName\": \"Vector Communications\",\n            \"title\": \"VCS-104291 Vector Comms 10G at GS\",\n            \"locationId\": 3,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 794,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"6875925b-771a-4ba8-bffe-81a7260f6a74\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"fdd52227-12aa-42ba-90a7-16fa591a6152\",\n            \"companyName\": \"Unitas Global\",\n            \"title\": \"LAS1 Port Connection\",\n            \"locationId\": 100,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 796,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 140410\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"ffa3e815-3b37-4b16-aa32-6d7ef6476b1d\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"b1738127-6e23-4059-b78c-7b9cc7740b27\",\n            \"companyName\": \"AT&T Services, Inc.\",\n            \"title\": \"10000Mbps Port at Digital Realty FRA11\",\n            \"locationId\": 255,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 797,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"9420e0a2-bd08-4ec1-8de6-595e69f79506\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"eaee7551-7b40-468b-b958-34fcf634013a\",\n            \"companyName\": \"Wasabi Technologies, Inc.\",\n            \"title\": \"10G IMDC VA-1 MNX1\",\n            \"locationId\": 333,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 798,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"362b5d28-277e-4fe5-a340-06951499532c\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"3a6aa5a8-2c6a-48b9-b2c1-5bd9224a9502\",\n            \"companyName\": \"365 Data Centers\",\n            \"title\": \"AMC-ORD1\",\n            \"locationId\": 69,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 801,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"f6eade4e-8b73-4ab8-8b25-9423671a04a9\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"afc9693c-0b40-457c-bcf2-55ddc3448fa1\",\n            \"companyName\": \"iManage Cloud\",\n            \"title\": \"iManage Chicago\",\n            \"locationId\": 647,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 802,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 149981\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"9ae8665e-0b16-49b8-861c-874e67355de1\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"3c8b39f2-af70-4178-bc86-da7da873392d\",\n            \"companyName\": \"SoftLayer Technologies, Inc.\",\n            \"title\": \"10000Mbps Port at Digital Realty DAL3\",\n            \"locationId\": 156,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 803,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"a3b1130e-6fce-4181-ae6b-50da77d37d7c\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"3df1faea-da9f-4417-ae7e-0f5abffbc0ed\",\n            \"companyName\": \"Great Plains Communications\",\n            \"title\": \"CHIGIL10G\",\n            \"locationId\": 69,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 805,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"b4838947-3491-48b1-870e-77e270d9a109\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"eaee7551-7b40-468b-b958-34fcf634013a\",\n            \"companyName\": \"Wasabi Technologies, Inc.\",\n            \"title\": \"PLANO1\",\n            \"locationId\": 71,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 806,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"9827ed8a-32f3-4e41-8c6e-0be0f9a5095b\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"0087370d-b560-4eb3-b8a5-e476a61908a4\",\n            \"companyName\": \"Enablis\",\n            \"title\": \"Global Switch\",\n            \"locationId\": 3,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 809,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 173034\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"425c364b-8932-4df9-9901-a1d62141ec1e\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"e8ad16e7-87e0-4c16-a982-dbdfaaaf39c2\",\n            \"companyName\": \"Infrastructure Networks, Inc. (iNet)\",\n            \"title\": \"Dallas (DRT) - Red 1\",\n            \"locationId\": 72,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 811,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"02708e09-0355-40d7-942c-406567b35fa8\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"10c17a66-5431-4c31-a623-37ab7f2be58c\",\n            \"companyName\": \"Real World Technology Solutions\",\n            \"title\": \"Real World Technology Solutions -  NextDC S1\",\n            \"locationId\": 10,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 812,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"d20431a9-1497-44a3-825e-ce49e60e0246\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"0299b3c5-4d9d-457a-90a0-28a1d577e5b7\",\n            \"companyName\": \"phoenixNAP Bare Metal Cloud\",\n            \"title\": \"PhoenixNAP Bare Metal Cloud - PHX\",\n            \"locationId\": 370,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 813,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"46c12fbf-17c9-40eb-90b2-f4b59ebf969a\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"640fe1de-988d-473d-bb03-9eb523f307cd\",\n            \"companyName\": \"Macquarie Telecom\",\n            \"title\": \"SY7-GDC-TOR-SW02 xe-1/0/23\",\n            \"locationId\": 554,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 814,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 179076\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"3181c953-cf19-4ea1-94d0-ae0478412794\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"234fabec-a106-4c0c-851d-3590e4bb095d\",\n            \"companyName\": \"Mitel\",\n            \"title\": \"Mitel MiCloud Flex Sydney\",\n            \"locationId\": 10,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 815,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"2266695c-b806-48a8-a1bf-93e98f7b3481\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"3101a036-ba7c-444c-8687-28fbbafbc606\",\n            \"companyName\": \"REDD\",\n            \"title\": \"BNE7-01-10G\",\n            \"locationId\": 144,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 818,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"55cdc4e9-4220-4a02-bca9-63ab52ddcb91\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"fe3ab0d6-2770-47c1-8879-c4827e5a2dd6\",\n            \"companyName\": \"Fastrack Technology\",\n            \"title\": \"Fastrack Technology - Singapore SG3\",\n            \"locationId\": 36,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 820,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"a9089c19-73a5-4e9c-98d4-790f6fa39082\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"e263aa54-26b7-4674-8752-8cf55147df75\",\n            \"companyName\": \"Nitel, Inc\",\n            \"title\": \"NIT512787 - 10G NNI Primary - Nitel - LAX1\",\n            \"locationId\": 60,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 821,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"b4d28f7e-78cc-48ae-8152-9aff9beec262\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"e263aa54-26b7-4674-8752-8cf55147df75\",\n            \"companyName\": \"Nitel, Inc\",\n            \"title\": \"NIT512792 - 10G NNI Secondary - Nitel - NYC1\",\n            \"locationId\": 62,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 822,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"b901b43c-bb21-452a-be7e-76be19d32124\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"c3e94b0b-c79e-416a-be83-209251c7e629\",\n            \"companyName\": \"Two Degrees New Zealand Limited\",\n            \"title\": \"Snap Internet MEGAPORT at Equinix SY1/2\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 826,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"c6c182c3-59cb-4e96-b3c0-2e266b0a21fe\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"0d1037bb-e0bc-4f33-bb7a-6493504e3c95\",\n            \"companyName\": \"LBNCo\",\n            \"title\": \"LBNCo Global Switch\",\n            \"locationId\": 3,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 827,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"7dd7567c-f33f-43f6-8287-706f71c8c9c3\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"4e5c9708-3ae2-4534-b975-4ca8ec40bc6b\",\n            \"companyName\": \"EscapeNet\",\n            \"title\": \"EscapeNet Melbourne - MelbourneDC\",\n            \"locationId\": 23,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 828,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"d538292f-9840-4d2b-b064-cbefb178d6ce\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"5e1a5f2f-ee68-4721-9bca-73a4a43ea500\",\n            \"companyName\": \"Clear Networks\",\n            \"title\": \"MEGAPORT at Equinix SY1/2\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 829,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"f3355651-7345-4b2d-ac82-10d6cfd7fb5a\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"17b8f6c1-1cb6-4316-bf4b-f6dc50133a3c\",\n            \"companyName\": \"Virtutel\",\n            \"title\": \"MEGAPORT at NextDC M1\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 830,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"99ae2066-d827-430e-b8e4-c530f8c97b14\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"4e5c9708-3ae2-4534-b975-4ca8ec40bc6b\",\n            \"companyName\": \"EscapeNet\",\n            \"title\": \"EscapeNet Sydney - NextDC S1\",\n            \"locationId\": 10,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 831,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"758a27ce-c605-4671-9964-3581e2d51233\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"14ddf147-a47a-44bf-802e-96911c1586ba\",\n            \"companyName\": \"Intercloud\",\n            \"title\": \"Intercloud at Equinix SG1\",\n            \"locationId\": 36,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 832,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"53292fd6-ec79-4d84-9f49-5019c536f93a\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"0a4b897f-c936-421f-9fb7-4a219e54e9ad\",\n            \"companyName\": \"GBST\",\n            \"title\": \"GBST Sydney Megaport\",\n            \"locationId\": 3,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 833,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"85234a37-0e55-4f07-837a-8f23dd05bfd5\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"c99326fc-2049-47bc-a2b4-f1482c6463ef\",\n            \"companyName\": \"Steadfast, a ColoHouse Company\",\n            \"title\": \"Steadfast Networks 10G Megaport Telx CH1\",\n            \"locationId\": 64,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 834,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"b6e80c83-5592-4dfa-aba6-2e99eb2b9a90\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"a2c8dcef-4c26-4953-89b6-c484c20b2a36\",\n            \"companyName\": \"Aconex\",\n            \"title\": \"Aconex Melbourne to AWS SYD\",\n            \"locationId\": 19,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 835,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"058244d9-ffe4-4948-b449-b0718719bd10\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"b8f07340-3165-40c2-b75f-9cba9557bd88\",\n            \"companyName\": \"TAFE Queensland\",\n            \"title\": \"Primary - NextDC Connection\",\n            \"locationId\": 5,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 836,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"01f9a1a7-9bf1-42a5-a563-8152aace4f12\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"b8f07340-3165-40c2-b75f-9cba9557bd88\",\n            \"companyName\": \"TAFE Queensland\",\n            \"title\": \"Secondary - NextDC MegaPort\",\n            \"locationId\": 5,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 837,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"0d55e0ec-7784-4dcf-9ccb-eb122f009aa9\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"19273575-8236-42c7-95a8-75f7a5884437\",\n            \"companyName\": \"DXC Technology Australia Pty Ltd\",\n            \"title\": \"QR B1 Port\",\n            \"locationId\": 5,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 838,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"c03747a3-98a4-4bc7-9190-555d6ffb7826\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"8e96b497-75af-4a23-9aa4-ba296cc2634c\",\n            \"companyName\": \"Feenix Communications Limited\",\n            \"title\": \"Feenix Communications MDR\",\n            \"locationId\": 80,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 839,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"59f78d1b-67d2-415c-bbd2-af63fc557167\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"c790c563-4b5c-4709-938c-0c16c25474b6\",\n            \"companyName\": \"Data Express Pty Ltd\",\n            \"title\": \"Data Express M1\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 840,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"a2847943-d3fe-44f9-b9ac-1a15c5d75773\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"d044259f-3ea3-4e6f-ba9c-2d0407c2931d\",\n            \"companyName\": \"Telcoinabox Operations\",\n            \"title\": \"Megaport GSW\",\n            \"locationId\": 3,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 842,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"c5c3eb2c-fff2-4929-895e-08ea5ce03e95\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"77301c95-cd8e-4825-b746-bab21fc9b2c1\",\n            \"companyName\": \"Xfernet\",\n            \"title\": \"SDN:MP-LAX02\",\n            \"locationId\": 60,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 843,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"cd49bfe2-28bf-430b-91cb-afd482bf780b\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"b6e227e0-2bac-4a99-85cc-1684aaac9db4\",\n            \"companyName\": \"Australian Private Network\",\n            \"title\": \"ME1-MP-10G-001\",\n            \"locationId\": 41,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 844,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"53eab6f2-7c7e-48ba-88d8-70debf480857\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"33c0e8bb-abca-487c-9894-bec9d2c55fb8\",\n            \"companyName\": \"iland\",\n            \"title\": \"iland RESPOD01 Megaport 53eab6f2\",\n            \"locationId\": 68,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 845,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"e5d523d6-4653-4bbe-a94e-02d4f26f92c2\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"5ba08122-a439-4e8d-8d2a-9efc1104335a\",\n            \"companyName\": \"ITConsult\",\n            \"title\": \"MP_NDC_S1_10G\",\n            \"locationId\": 10,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 846,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"945fc30d-f7e4-4501-bf70-5e3bfbca176a\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"9411c38b-c5d8-4bca-958b-113ce7306ef1\",\n            \"companyName\": \"JMF Networks\",\n            \"title\": \"JMF-56-NNI\",\n            \"locationId\": 116,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 847,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"7bbebf9a-304a-441f-8312-d5926cac597c\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"d29d829a-dce3-42fa-bd00-3631c9531a24\",\n            \"companyName\": \"HUB24 Management Services Pty Ltd\",\n            \"title\": \"AGI-SYD-GS-01\",\n            \"locationId\": 3,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 848,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"9d8b4a3b-2ed6-436e-94dd-85fb26a00cff\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"814dec98-9105-41aa-ad29-d9862c16b295\",\n            \"companyName\": \"Logicalis Australia Pty Ltd\",\n            \"title\": \"TDL Megaport Link 1\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 849,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"296675c7-f002-4963-9d9a-041e1c0189fa\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"7cadb4dc-f435-40a0-9ffd-07f9f84621e6\",\n            \"companyName\": \"Nexon Asia Pacific\",\n            \"title\": \"Nexon's Megaport at ME1\",\n            \"locationId\": 41,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 852,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"b08924f8-79e0-4314-bbf3-ec1bf75bb4d4\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"a6700553-95c9-41c2-b0e1-84959e706f2e\",\n            \"companyName\": \"FireNet\",\n            \"title\": \"Firenet MEGAPORT at NextDCM1\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 853,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"c6d93534-1d79-42c3-8202-1c96e11cbac6\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"9540e4fc-acb9-4ed8-972d-6daf71272dd2\",\n            \"companyName\": \"Aptum Technologies\",\n            \"title\": \"WDC CLOUD CONNECT 10G LAG 01\",\n            \"locationId\": 67,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 854,\n            \"lag_id\": 8,\n            \"lag_primary\": true,\n            \"aggregation_id\": 23144\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"1c0fe603-66d1-48a8-8ef1-317e02dab241\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"07878808-382e-4997-805c-5b4193e4db85\",\n            \"companyName\": \"connect managed services (uk) limited\",\n            \"title\": \"CRISP_HK2 NNI-5162\",\n            \"locationId\": 54,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 855,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"bb3babab-2c00-435c-9540-61256fe29181\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"88cf0ad6-c0a4-481d-b6d9-2f4a5a1b5493\",\n            \"companyName\": \"OneAmerica\",\n            \"title\": \"1G Port - CyrusOne Chandler\",\n            \"locationId\": 147,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 856,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"4ccd14c3-286a-4a82-8552-5cf8070f5f04\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"88cf0ad6-c0a4-481d-b6d9-2f4a5a1b5493\",\n            \"companyName\": \"OneAmerica\",\n            \"title\": \"1G Port - CyrusOne Houston\",\n            \"locationId\": 148,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 857,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"0ddc158d-b6c1-4e4f-896d-175df27cb974\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"dc956d9e-65ce-4e72-9b36-b07a29f56a5d\",\n            \"companyName\": \"Twilio\",\n            \"title\": \"10G Port - Equinix SV1, Port 1\",\n            \"locationId\": 66,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 858,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"2903f3b8-4b13-4959-a0db-6af63f9efb30\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"6c7022a5-a76d-40dd-9288-92fb0da44634\",\n            \"companyName\": \"TekLinks\",\n            \"title\": \"ATL01CR-A-10000Mbps Port at Digital Realty ATL1\",\n            \"locationId\": 116,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 859,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"6393caf8-2aa7-4c4a-8df2-aa650b16aec4\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"0d1037bb-e0bc-4f33-bb7a-6493504e3c95\",\n            \"companyName\": \"LBNCo\",\n            \"title\": \"LBNCo P1\",\n            \"locationId\": 50,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 860,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"250fad62-3ae5-432f-ac7b-47599d57dd4e\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"1fb448aa-c74f-4b38-9c23-d191c99d15ee\",\n            \"companyName\": \"VERNet\",\n            \"title\": \"NoblePark\",\n            \"locationId\": 143,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 861,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"cab7af43-5f44-4158-9f90-d8fd8fd23e34\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"100bcaf9-236b-4b63-88ac-3242f22395af\",\n            \"companyName\": \"Codero\",\n            \"title\": \"Codero Hosting DFW1 Primary\",\n            \"locationId\": 156,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 862,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"d136d700-ce6d-4b3c-94c5-62c436d0247d\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"0e99c573-5e1d-4c5a-b978-8a0b6c2a584b\",\n            \"companyName\": \"Global Storage\",\n            \"title\": \"Global Storage Public 1\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 863,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"1c3e4cdc-0818-480b-a535-d5be9abe98a1\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"9a09f546-8381-455a-bba2-8062e433cb4b\",\n            \"companyName\": \"Kordia \",\n            \"title\": \"Global Switch 10Gb\",\n            \"locationId\": 3,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 864,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"cb3e16e5-04cd-4b6c-90e8-7f867fb4e84f\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"d755d69d-9c08-4845-a933-370956b45f5f\",\n            \"companyName\": \"Zoom Video Communications, Inc.\",\n            \"title\": \"Zoom Sy1\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 865,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"7c8e4807-7838-4324-a03f-5fa985dab638\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"42824dfd-0b1a-4696-9c76-0f8306dea147\",\n            \"companyName\": \"5G Networks Operations Pty Ltd\",\n            \"title\": \"Intergrid Group at Equinix SY4 [10Gbit]\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 866,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"d80256ee-d30a-4c92-8a49-cbf75db24e54\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"IBM Cloud Direct Link 2.0 Toronto Port 1\",\n            \"locationId\": 79,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 867,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 33347\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"0fc0c114-2f33-43eb-9102-8aa2aa13543f\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"2c7f2b51-47e5-430b-aec9-9f6f0edeb667\",\n            \"companyName\": \"1&1 Versatel \",\n            \"title\": \"NNI Megaport FFM Primär #1 fra1807div5-0/1/4\",\n            \"locationId\": 130,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 868,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"f917f122-7953-4c13-b635-29aab75fd806\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"8e96b497-75af-4a23-9aa4-ba296cc2634c\",\n            \"companyName\": \"Feenix Communications Limited\",\n            \"title\": \"Equinix ME1\",\n            \"locationId\": 41,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 869,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"142fb660-f57c-4224-8534-dfc544bfb4b4\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"c714d3a5-57df-407f-a039-7ea9709537a1\",\n            \"companyName\": \"Halliburton Energy Services Inc\",\n            \"title\": \"1Gig Port - CyrusOne Carrollton, Port 4 LSS\",\n            \"locationId\": 102,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 870,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"91c5ee92-35ce-4e1c-b8b9-66fdd923bbfb\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"fdd52227-12aa-42ba-90a7-16fa591a6152\",\n            \"companyName\": \"Unitas Global\",\n            \"title\": \"ATL1-L3 Port\",\n            \"locationId\": 116,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 871,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 40586\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"6b9bd7d6-b299-412e-9afd-7bbd599c9bb8\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"7a8862a7-1579-4fae-b72d-c51071952ed0\",\n            \"companyName\": \"Simac IT NL bv\",\n            \"title\": \"Simac-Megaport-Equinix-AMS5\",\n            \"locationId\": 87,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 872,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"247229a0-bf04-444f-8fee-991170f7cc29\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"7a8862a7-1579-4fae-b72d-c51071952ed0\",\n            \"companyName\": \"Simac IT NL bv\",\n            \"title\": \"Simac-Megaport-GlobalSwitch\",\n            \"locationId\": 86,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 873,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"d302830c-c462-47c0-85e4-a7a034e27c53\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"ea4716f5-d117-4683-a4a7-e375caa44364\",\n            \"companyName\": \"Ingham's\",\n            \"title\": \"NextDC_S1_Port_1_10G\",\n            \"locationId\": 10,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 875,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"765208c5-c91f-4d27-9028-aff98320ddc4\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"fe3ab0d6-2770-47c1-8879-c4827e5a2dd6\",\n            \"companyName\": \"Fastrack Technology\",\n            \"title\": \"Fastrack Technology - Sydney SY4\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 876,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"01ede4eb-5e46-47ef-accc-02e1e76651a7\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"ea4716f5-d117-4683-a4a7-e375caa44364\",\n            \"companyName\": \"Ingham's\",\n            \"title\": \" NextDC_M2_Port_1_10G\",\n            \"locationId\": 382,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 877,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"fae2f5c1-975b-4a52-9111-037be2c53210\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"c790c563-4b5c-4709-938c-0c16c25474b6\",\n            \"companyName\": \"Data Express Pty Ltd\",\n            \"title\": \"Data Express M2\",\n            \"locationId\": 382,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 878,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"430fad3b-0925-4dcd-aae2-ed97a16f6ed6\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"d02ae458-fb97-48bc-93a7-5948bb07cc09\",\n            \"companyName\": \"Access4\",\n            \"title\": \"Access4 M1\",\n            \"locationId\": 4,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 879,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"ba077a95-1b6a-4d74-8366-63af73369d3b\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"a946dbb3-832a-4d5f-acb7-5a55dfa4b6b9\",\n            \"companyName\": \"Southern Fibernet Corp.\",\n            \"title\": \"SFN-ATL02-56\",\n            \"locationId\": 116,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 880,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"f139d249-8333-46d2-8531-f7f25ff15d45\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"77301c95-cd8e-4825-b746-bab21fc9b2c1\",\n            \"companyName\": \"Xfernet\",\n            \"title\": \"SDN:MP-DUB02\",\n            \"locationId\": 94,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 881,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"4b732326-b7f8-42c8-ac68-f50bbacad6dd\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"0a35de96-99bb-4d78-b77d-bfba91c885a8\",\n            \"companyName\": \"INAP\",\n            \"title\": \"megaport-22: mes1.phx010; port39\",\n            \"locationId\": 236,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 882,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"8468b9ad-eca7-4c95-9fd2-d50017a50e13\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"0d1037bb-e0bc-4f33-bb7a-6493504e3c95\",\n            \"companyName\": \"LBNCo\",\n            \"title\": \"LBNCo Collins\",\n            \"locationId\": 24,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 883,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"3c33eaba-4397-406c-a1f1-2012282aaaaa\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"eaee7551-7b40-468b-b958-34fcf634013a\",\n            \"companyName\": \"Wasabi Technologies, Inc.\",\n            \"title\": \"10G Port at Flexential Port1\",\n            \"locationId\": 477,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 884,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"7bcb6817-288d-4b49-8bf2-aa79b48b7641\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"3fad88d7-0f9e-42df-bfa5-b047bf91827c\",\n            \"companyName\": \"Connected Australia Pty Ltd\",\n            \"title\": \"NEXTDC S1\",\n            \"locationId\": 10,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 885,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"f77286dc-8b21-42b2-bb1e-aaa1f484fd94\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"d1b015eb-5b39-4d7e-b3c7-da92f4837e87\",\n            \"companyName\": \"Solarix Networks Limited / Plan B Group\",\n            \"title\": \"Plan B - Global Switch Sydney\",\n            \"locationId\": 3,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 887,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"d56b8aeb-ec2d-4c38-8deb-c4819cdd39ed\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"ff552a1a-0db5-4e95-8390-97bd34bdf8bf\",\n            \"companyName\": \"Somerville Group\",\n            \"title\": \"Somerville Group NextDC M2\",\n            \"locationId\": 382,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 888,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"8acff256-2496-4726-865e-de935ca572d7\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"fee19908-26ae-4539-baa7-0d8017b31e10\",\n            \"companyName\": \"Voxbone\",\n            \"title\": \"P1.EDG-01-1010.LA1-CST\",\n            \"locationId\": 60,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 889,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"620efaf9-1ce6-4f68-90a8-6c238656af46\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"9540e4fc-acb9-4ed8-972d-6daf71272dd2\",\n            \"companyName\": \"Aptum Technologies\",\n            \"title\": \"SEA CLOUD CONNECT 10G LAG 02\",\n            \"locationId\": 146,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 890,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 89714\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"ef7a1472-9505-4a96-9071-4f56b0406d27\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"3b88fffd-8c82-48fd-bda7-7e8178a790c3\",\n            \"companyName\": \"Cinia Oy\",\n            \"title\": \"E10059 - cn-deham001-core1 - 2/1/2\",\n            \"locationId\": 126,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 891,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"87e95e12-9d8c-49fb-a545-a37889368e58\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"1209d0b1-2d6a-4783-9aef-2d7dea1f885a\",\n            \"companyName\": \"DGIT Systems\",\n            \"title\": \"DGIT Systems\",\n            \"locationId\": 24,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 892,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"4e2b2834-77fe-4b76-bf8a-d60d5dd1e13f\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"34879c7d-18f7-4f1a-931f-5a23a9220253\",\n            \"companyName\": \"RingCentral\",\n            \"title\": \"RingCentral, Inc. at Equinix DC2\",\n            \"locationId\": 67,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 898,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"ff5a7671-20a3-4e4c-85ad-fb25904294dd\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"34879c7d-18f7-4f1a-931f-5a23a9220253\",\n            \"companyName\": \"RingCentral\",\n            \"title\": \"RingCentral, Inc. at Equinix SV5\",\n            \"locationId\": 66,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 899,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"bc2f18e2-ccf3-4401-9287-85b2f73ff033\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"IBM Cloud Direct Link 2.0 Ashburn Port 5\",\n            \"locationId\": 67,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 900,\n            \"lag_id\": 13,\n            \"lag_primary\": true,\n            \"aggregation_id\": 112332\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"3dfa81b3-5690-4b10-9274-c2819c842732\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"fe3ab0d6-2770-47c1-8879-c4827e5a2dd6\",\n            \"companyName\": \"Fastrack Technology\",\n            \"title\": \"Fastrack Technology - Seattle\",\n            \"locationId\": 57,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 901,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"3ffe4b20-bd54-4a2c-9430-933f59bfdccb\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"afb993e7-d505-45f2-818f-25c222f12f2f\",\n            \"companyName\": \"Kentik Technologies Inc.\",\n            \"title\": \"Kentik_Ashburn\",\n            \"locationId\": 67,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 902,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"379dfc67-7704-444b-a974-268bee1aa3a7\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"fe3ab0d6-2770-47c1-8879-c4827e5a2dd6\",\n            \"companyName\": \"Fastrack Technology\",\n            \"title\": \"Fastrack Technology - London LD6\",\n            \"locationId\": 90,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 903,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"429f8178-52e6-4c63-8b91-3084c7de1320\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"eaee7551-7b40-468b-b958-34fcf634013a\",\n            \"companyName\": \"Wasabi Technologies, Inc.\",\n            \"title\": \"10G Port at Ashburn(us-east-1) - ASH2\",\n            \"locationId\": 67,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 905,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"9359405f-6a46-4365-98cb-7d8eac044666\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"8ef3899a-8bc7-4850-8075-7dd72e98b3dd\",\n            \"companyName\": \"Zenlayer\",\n            \"title\": \"NNI TO Megaport\",\n            \"locationId\": 54,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 907,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"ec5ed932-4c80-4f22-b417-246ad5325ba5\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"53fb1c60-21bd-403d-b083-a2d36d992578\",\n            \"companyName\": \"OneQode\",\n            \"title\": \"Globalswitch1\",\n            \"locationId\": 3,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 908,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"e8965406-da69-4fdd-a6ad-a4d027b1a240\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"c6b15539-5824-439f-8af9-b595d4e600e0\",\n            \"companyName\": \"Cloudflare\",\n            \"title\": \"Network Interconnect 10G Port Equinix CHI1/2/4\",\n            \"locationId\": 69,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 911,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 139319\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"6043d4a8-8616-4854-b955-f0ecf5c9777c\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"fdd52227-12aa-42ba-90a7-16fa591a6152\",\n            \"companyName\": \"Unitas Global\",\n            \"title\": \"YYZ1 POP Connection \",\n            \"locationId\": 79,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 912,\n            \"lag_id\": 8,\n            \"lag_primary\": true,\n            \"aggregation_id\": 140390\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"dcd8f4dc-077b-4c61-bb45-94ed12b1abcd\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"ea3bde4e-b4cd-418b-a2b1-c3eec46933ef\",\n            \"companyName\": \"Caznet\",\n            \"title\": \"Caznet DC1.MOR\",\n            \"locationId\": 549,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 913,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"b469408c-af09-4733-a3b3-6be74f9fa890\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"fc19ce54-b483-4abc-85ec-a83626d99b12\",\n            \"companyName\": \"Adaptive Data Networks, LLC\",\n            \"title\": \"GA_DA2_MP\",\n            \"locationId\": 71,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 914,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 147980\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"a9ca51fb-96c6-4d27-b44d-8ac3059f9648\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"0087370d-b560-4eb3-b8a5-e476a61908a4\",\n            \"companyName\": \"Enablis\",\n            \"title\": \"NextDC M1\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 915,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 149160\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"df7558a1-7763-42e8-9827-33b06a906081\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"f4ef3fa2-729a-4f55-b745-caf0c04f1af5\",\n            \"companyName\": \"Selectel\",\n            \"title\": \"SelectelCloud (MSK)\",\n            \"locationId\": 98,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 916,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"6c7387d7-96b0-4940-bbc7-89e50ea8b9fa\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"ee947936-2f34-4152-93cc-b26ecf9d7d34\",\n            \"companyName\": \"Digital Pacific\",\n            \"title\": \"Hostopia Australia - Equinix SY5 #2 (SY1)\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 917,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"22a78c81-4b25-44fe-8aa8-92d32cb2c529\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"53fb1c60-21bd-403d-b083-a2d36d992578\",\n            \"companyName\": \"OneQode\",\n            \"title\": \"ATT01\",\n            \"locationId\": 558,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 918,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"a2119f43-334f-401d-b06e-c94e8cfed479\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"178d9736-6122-4647-920c-9e1e2b6e8046\",\n            \"companyName\": \"Acquire BPO\",\n            \"title\": \"SGSIN01-MEGAPORT01\",\n            \"locationId\": 36,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 920,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"e3adac5e-c780-478b-ae91-4376b420caee\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"b1738127-6e23-4059-b78c-7b9cc7740b27\",\n            \"companyName\": \"AT&T Services, Inc.\",\n            \"title\": \"10000Mbps Port at Digital Realty LHR20\",\n            \"locationId\": 89,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 924,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"be34eb88-e831-4c58-9274-4c5efd737549\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"63cdec2f-3def-46d0-9548-8d33299ff5d1\",\n            \"companyName\": \"Blackhawk Network Holdings Inc (HAWK)\",\n            \"title\": \"UK-10G Megaport-1 Equinix VL1\",\n            \"locationId\": 413,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 925,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"fe2a6577-551a-4da1-aed2-45af4e68fc09\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"8efea233-4685-449f-86b6-f4a0aeb861f3\",\n            \"companyName\": \"ahd GmbH & Co. KG\",\n            \"title\": \"InterxionFR6\",\n            \"locationId\": 130,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 927,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"e86d9c1a-5426-4627-a486-f4184f7107da\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"be74b80d-4c03-40fc-9b61-64d0866ac287\",\n            \"companyName\": \"Uniti Wireless Pty Ltd\",\n            \"title\": \"NextDC-P1\",\n            \"locationId\": 50,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 934,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"319decea-f080-4bee-8d95-f6471884cfa7\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"0a35de96-99bb-4d78-b77d-bfba91c885a8\",\n            \"companyName\": \"INAP\",\n            \"title\": \"megaport-38: mes1.lax012; port10\",\n            \"locationId\": 60,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 936,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"a71a0ca0-b0a0-4197-b940-7b682654b912\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"b076da39-c710-4d11-8e26-605b44e50896\",\n            \"companyName\": \"Granite Telecommunications, LLC\",\n            \"title\": \"10000Mbps Port at Digital Realty LOS1\",\n            \"locationId\": 63,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 938,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"9540f5d9-b5a7-45ea-a611-03710066ef8b\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"776783c9-e64a-4140-ab62-817a12d1dbeb\",\n            \"companyName\": \"Bluesnap Inc\",\n            \"title\": \"10000Mbps Port at Digital Realty LHR20\",\n            \"locationId\": 89,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 939,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"3423a263-acb9-41fa-acd3-105deeb0a3d4\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"be74b80d-4c03-40fc-9b61-64d0866ac287\",\n            \"companyName\": \"Uniti Wireless Pty Ltd\",\n            \"title\": \"Next DC  - B1\",\n            \"locationId\": 5,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 940,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"d8aeef2a-575e-4d7b-bdb5-752b877c02f9\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"5db3b032-dabb-40ea-9ccb-4d086b71b358\",\n            \"companyName\": \"Real Choice Media, LLC\",\n            \"title\": \"RCTV-SLC\",\n            \"locationId\": 485,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 941,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"9f5f9217-5cf9-45d3-b9a4-7db7b7abf244\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"33c0e8bb-abca-487c-9894-bec9d2c55fb8\",\n            \"companyName\": \"iland\",\n            \"title\": \"iland RESPOD02 Megaport 9f5f9217\",\n            \"locationId\": 68,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 942,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"4cd932a7-0819-4833-8010-b1a8bb59f1de\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"637d0bd6-10bd-4a09-90a7-3617b6ee4591\",\n            \"companyName\": \"Bluebird Network, LLC\",\n            \"title\": \"CHCG-ENNI-21204-01-CHCG\",\n            \"locationId\": 64,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 944,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"ef22107b-c35c-4d27-98b6-38195a32239a\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"e8ad16e7-87e0-4c16-a982-dbdfaaaf39c2\",\n            \"companyName\": \"Infrastructure Networks, Inc. (iNet)\",\n            \"title\": \"Dallas (DRT) - Blue 1\",\n            \"locationId\": 72,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 946,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"5bc1c2af-5dce-405d-a7dd-c0f41f829f33\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"f9c6f7cc-2afe-45b6-bf6f-3ee5866c45ab\",\n            \"companyName\": \"Launtel Pty Ltd\",\n            \"title\": \"Equinix-SY5\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 947,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"99a23894-fa37-4666-968b-de7fd375876b\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"33c0e8bb-abca-487c-9894-bec9d2c55fb8\",\n            \"companyName\": \"iland\",\n            \"title\": \"iland LAXPOD01 Megaport #99a23894\",\n            \"locationId\": 60,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 948,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"2da205da-bf76-4364-b937-5de1b4bdde9b\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"e7a099cc-295c-4f4f-a982-2d2af4fedf7a\",\n            \"companyName\": \"NewRez LLC\",\n            \"title\": \"QTS_Atlanta_1\",\n            \"locationId\": 317,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 949,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"e7882c1f-9c12-4c93-9d03-e3b42cad7cc2\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"e263aa54-26b7-4674-8752-8cf55147df75\",\n            \"companyName\": \"Nitel, Inc\",\n            \"title\": \"NIT512788 - 10G NNI Secondary - Nitel - LAX1\",\n            \"locationId\": 60,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 951,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"8681b41f-6a93-4a41-b66f-6459736f6e15\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"e263aa54-26b7-4674-8752-8cf55147df75\",\n            \"companyName\": \"Nitel, Inc\",\n            \"title\": \"NIT512789 - 10G NNI Primary - Nitel - NYC1\",\n            \"locationId\": 62,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 952,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"20af2f74-8030-4c4c-97dc-6af2d8e3ef54\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"71a11c2f-ef3e-4d55-8b65-019a733fb7e5\",\n            \"companyName\": \"Falcore Australia Pty Ltd\",\n            \"title\": \"EQ-ME2-MP1\",\n            \"locationId\": 41,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 953,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"3f278bdc-daf0-4dcb-b2a9-b7fa4c2022f4\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"6bc51cad-a63d-4ff8-ab12-6f35f2cdd69e\",\n            \"companyName\": \"Hurricane Electric\",\n            \"title\": \"100G Megaport MegaIX Ashburn\",\n            \"locationId\": 67,\n            \"speed\": 100000,\n            \"diversityZone\": null,\n            \"rank\": 954,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 265709\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"646344d6-f69e-4df1-8e8a-e485b70b78c5\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"853338ae-dfae-4461-bd3d-40a86b58a675\",\n            \"companyName\": \"Login, LLC\",\n            \"title\": \"MEGAPORT-PNAP-1\",\n            \"locationId\": 370,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 955,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"e8291717-f88d-491b-9c3e-2c20a1aef33d\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"91b886bc-b4db-4772-bf35-90df7d99189c\",\n            \"companyName\": \"Simtronic Technologies Pty Ltd\",\n            \"title\": \"Equinix SY1 (SYD01)\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 956,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"fbfd0a3b-2203-4694-9eb9-7df068314af1\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"0a4b897f-c936-421f-9fb7-4a219e54e9ad\",\n            \"companyName\": \"GBST\",\n            \"title\": \"GBST MEGAPORT at Over The Wire 100 Wickham\",\n            \"locationId\": 18,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 957,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"f8aa0074-cea2-494f-81c6-72bc68313615\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"cce87881-a567-40bd-907f-a47aa5e26126\",\n            \"companyName\": \"NTT Australia Solutions Pty Ltd.\",\n            \"title\": \"mega-melbau02-01\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 958,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"89e73f95-6ac3-4aee-8fe7-288e859f06c1\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"1328df93-4f77-43da-a95b-8b31853ccb49\",\n            \"companyName\": \"Summit Internet\",\n            \"title\": \"MEGAPORT at NextDC M1\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 959,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"b89ae1ac-e242-4805-b7cc-d2637227aca9\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"e17bbf63-69a9-4efb-82fe-9ad282ef4c23\",\n            \"companyName\": \"Zettagrid\",\n            \"title\": \"INTERNAL_PORT_BRIwh\",\n            \"locationId\": 5,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 960,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"83f96510-d48b-4a3e-9bf3-89b0da25564a\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"10c17a66-5431-4c31-a623-37ab7f2be58c\",\n            \"companyName\": \"Real World Technology Solutions\",\n            \"title\": \"bne01 - NextDC B1\",\n            \"locationId\": 5,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 961,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"035444a7-7837-4c07-a3be-01c150062855\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"ff552a1a-0db5-4e95-8390-97bd34bdf8bf\",\n            \"companyName\": \"Somerville Group\",\n            \"title\": \"Somerville NextDC M1\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 962,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"7dba7b9d-2b7c-4de9-91e5-a884c89c8147\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"a9b54c14-afd4-4bcd-8280-423c2270e471\",\n            \"companyName\": \"Tesserent Australia Pty. Ltd.\",\n            \"title\": \"M1 Megaport\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 963,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"c3ec2620-971b-4757-bded-752a46c47987\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"d5f8cf49-f353-4dab-9422-eba615be8828\",\n            \"companyName\": \"NOW NZ\",\n            \"title\": \"NOWNZ Auckland DC - 220Q\",\n            \"locationId\": 32,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 964,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 1327\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"97623290-c8c6-481e-af73-5e4a52de64e7\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"8e193d12-e3d1-4c84-ac09-bd73cc77d294\",\n            \"companyName\": \"Pure IP\",\n            \"title\": \"Pure IP Sydney\",\n            \"locationId\": 2,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 965,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"aaf6f632-fa22-40f1-ae38-171b032f0832\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"4245d971-730a-4f28-a997-2e1e8492600a\",\n            \"companyName\": \"Telesmart Ltd\",\n            \"title\": \"Port - SY3.SYD\",\n            \"locationId\": 6,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 966,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"117ba6f1-ff84-46f4-b726-1b0a58575cff\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"3185a515-0cea-4498-b22f-0466615d5eb7\",\n            \"companyName\": \"NetVault\",\n            \"title\": \"VMVAULT 10G Port at NEXTDC S1\",\n            \"locationId\": 10,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 967,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"8ff12f3d-2c1e-40eb-b598-9fa6b4b20e48\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"e69874fc-ccd7-453c-a385-10a322ce4376\",\n            \"companyName\": \"OPENetworks Pty Ltd\",\n            \"title\": \"OPENetworks Megaport BNE #1 @ Metronode DC (54 Alfred St, Fortitude Valley)\",\n            \"locationId\": 17,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 968,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"e0e72415-860a-4b9e-9b07-cd6f1f87e2de\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"e69874fc-ccd7-453c-a385-10a322ce4376\",\n            \"companyName\": \"OPENetworks Pty Ltd\",\n            \"title\": \"OPENetworks Megaport SYD #1 @ Global Switch (400 Harris St, Ultimo)\",\n            \"locationId\": 3,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 969,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"a8da5175-e2bc-4f44-935d-c984ee3442ca\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"0d1037bb-e0bc-4f33-bb7a-6493504e3c95\",\n            \"companyName\": \"LBNCo\",\n            \"title\": \"LBNCo B1\",\n            \"locationId\": 5,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 970,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"f6eed9bd-3db8-4e39-b7ef-b07925cb4a02\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"4215683f-ff14-4c4e-a21f-f5c4bdd44f06\",\n            \"companyName\": \"Centra Networks\",\n            \"title\": \"BNE-B1\",\n            \"locationId\": 5,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 971,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"e3765099-9def-465b-8cc6-99d0905e9dce\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"95c51024-ff4e-4b45-949e-125274e65103\",\n            \"companyName\": \"Cloud Plus\",\n            \"title\": \"NextDC-M1-01\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 972,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"d34f7058-cb51-4099-b82e-5324325c2c17\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"95c51024-ff4e-4b45-949e-125274e65103\",\n            \"companyName\": \"Cloud Plus\",\n            \"title\": \"NextDC-M1-02\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 973,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"2a7a9c89-d01f-4f99-a8b2-83b0db30290d\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"ecc66a93-0c4c-4fea-bc45-278cc7d7c700\",\n            \"companyName\": \"Telnyx\",\n            \"title\": \"Telnyx Equinix CH1 #1\",\n            \"locationId\": 69,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 974,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 3165\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"86f2fb7c-6dcc-4c1f-a765-32bf4cf9aa1d\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"ecc66a93-0c4c-4fea-bc45-278cc7d7c700\",\n            \"companyName\": \"Telnyx\",\n            \"title\": \"Telnyx Equinix DC2 #1\",\n            \"locationId\": 67,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 975,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 3169\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"15bb59b3-ba98-49bb-a78f-dddfb1c566e5\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"20c2aac1-e65c-4783-a6f1-2b63fb2606fe\",\n            \"companyName\": \"Pacific National Pty Limited\",\n            \"title\": \"NRD Cage\",\n            \"locationId\": 12,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 976,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"514d28ca-251d-46bc-8827-98e417e3bee7\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"c4c99965-e2fa-4662-96d5-06c14c2bbb42\",\n            \"companyName\": \"Sentrian Pty Ltd\",\n            \"title\": \"MEGAPORT at NextDC B1\",\n            \"locationId\": 5,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 977,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"e2eb8ca3-a43a-42b3-9ef0-c14d6d3dc73a\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"0a35de96-99bb-4d78-b77d-bfba91c885a8\",\n            \"companyName\": \"INAP\",\n            \"title\": \"megaport-4: mes1.ext1a.dal; port40\",\n            \"locationId\": 71,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 978,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"f82b4d75-6819-4058-8510-3942db8b2bf8\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"0a35de96-99bb-4d78-b77d-bfba91c885a8\",\n            \"companyName\": \"INAP\",\n            \"title\": \"megaport-2: bbr1.sje; xe-9/0/1\",\n            \"locationId\": 66,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 979,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"375ea2e0-99d4-40ed-90d2-d08e6ba9ecdf\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"1fb448aa-c74f-4b38-9c23-d191c99d15ee\",\n            \"companyName\": \"VERNet\",\n            \"title\": \"Vernet 10G Megaport at NextDC M1\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 980,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"a505cf67-e7ef-496b-a306-4fd663d1ab5e\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"74093656-5cd4-4882-a396-9c2a6c2b4b1a\",\n            \"companyName\": \"Digital Realty | Telx\",\n            \"title\": \"DLR-AWS\",\n            \"locationId\": 72,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 981,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 4378\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"bac549b3-6ee9-458e-b76b-327ecc2b90c2\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"cb04e457-255f-4cd3-815d-5b95a7e41b45\",\n            \"companyName\": \"Spirit Telecom\",\n            \"title\": \"Spirit Telecom at NextDC B1\",\n            \"locationId\": 5,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 982,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"65650a45-34d3-4dd2-904c-e344f2d80d77\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"7cadb4dc-f435-40a0-9ffd-07f9f84621e6\",\n            \"companyName\": \"Nexon Asia Pacific\",\n            \"title\": \"GCOMM MEGAPORT at NextDC BNE\",\n            \"locationId\": 5,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 983,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"64938d0a-038c-4cd3-a6c2-a054309623d0\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"3612c362-be6c-4c62-b3d2-5b172a13b67d\",\n            \"companyName\": \"Over the Wire\",\n            \"title\": \"OTW 400har.syd\",\n            \"locationId\": 3,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 984,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"8ddc371b-ba88-4808-a63b-a53851b4087d\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"d044259f-3ea3-4e6f-ba9c-2d0407c2931d\",\n            \"companyName\": \"Telcoinabox Operations\",\n            \"title\": \"Megaport PerthIX\",\n            \"locationId\": 109,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 986,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"f07fd6b3-e3cc-4e39-a573-5732a50a9adf\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"3a6aa5a8-2c6a-48b9-b2c1-5bd9224a9502\",\n            \"companyName\": \"365 Data Centers\",\n            \"title\": \"AMC-DFW1\",\n            \"locationId\": 71,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 987,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"9aea545b-04b8-4304-b379-0089b3decd2a\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"9a367725-0201-4e07-9363-3399f0ccce3a\",\n            \"companyName\": \"Lightwire Business\",\n            \"title\": \"Lightwire Sydney Equinix\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 988,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"2474009f-737e-4936-ba41-f31f4d90a156\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"638d40f3-649a-4869-8576-c7bc72d7747f\",\n            \"companyName\": \"Enter\",\n            \"title\": \"KIT Interconnessione Amsterdam\",\n            \"locationId\": 87,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 989,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"390f3d55-e6fd-4e55-a3ff-2d164d8e563e\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"c4aca1db-90a3-4732-9383-a5afed158d23\",\n            \"companyName\": \"Datacom Systems Ltd\",\n            \"title\": \"Datacom 10G Peering Port\",\n            \"locationId\": 33,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 990,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"a14fc036-9049-4c24-b23e-86f051572276\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"683b2afb-f6c8-45f8-8b93-06966cc759c5\",\n            \"companyName\": \"X Integration\",\n            \"title\": \"Equinix ME1 10G\",\n            \"locationId\": 41,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 991,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"0b7394dd-bd2e-494b-95d4-00a2f338b5d0\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"1749510a-8ed3-4031-b203-75f6b055dc6b\",\n            \"companyName\": \"Shine Lawyers Pty Ltd\",\n            \"title\": \"NDC\",\n            \"locationId\": 5,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 992,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"93e27b0e-979e-4a7b-8b00-c11b5062f337\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"5ba08122-a439-4e8d-8d2a-9efc1104335a\",\n            \"companyName\": \"ITConsult\",\n            \"title\": \"MP_EQX_SY3_10G\",\n            \"locationId\": 6,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 993,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"95f46e0d-3c6c-435b-83c9-59143050d3c9\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"25037033-ffc1-4655-9caf-c5cd342442e3\",\n            \"companyName\": \"Infinite Networks\",\n            \"title\": \"Infinite SY4\",\n            \"locationId\": 6,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 994,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"774d0e52-da0e-4a56-8d76-7f2903dde8b1\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"d29d829a-dce3-42fa-bd00-3631c9531a24\",\n            \"companyName\": \"HUB24 Management Services Pty Ltd\",\n            \"title\": \"AGI-MEL-M1-01\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 995,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"6c081c6e-c7da-4775-a84e-657262b62101\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"d044259f-3ea3-4e6f-ba9c-2d0407c2931d\",\n            \"companyName\": \"Telcoinabox Operations\",\n            \"title\": \"Megaport 530 Collins\",\n            \"locationId\": 24,\n            \"speed\": 1000,\n            \"diversityZone\": null,\n            \"rank\": 996,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"6a51743e-de0b-4b8a-8586-d3349c54cce4\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"23e673e0-e53f-411e-8ab8-cb4a5606caf7\",\n            \"companyName\": \"AC3 PTY LIMITED\",\n            \"title\": \"AC3 Cloud at Equinix Sy3\",\n            \"locationId\": 6,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 997,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"9f68f0aa-e34f-4b5c-9b71-3cf6b930521a\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"96b2cb12-7b82-486c-acde-422ac2242d1a\",\n            \"companyName\": \"Servcorp\",\n            \"title\": \"SG2\",\n            \"locationId\": 37,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 998,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"d14f44f3-04d9-4f42-ba23-5e6e6a2296b3\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"e09875fd-583a-45b1-a651-c5be51385515\",\n            \"companyName\": \"Rackspace\",\n            \"title\": \"Rackspace-RCG-SYD-Pri\",\n            \"locationId\": 6,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 999,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 22255\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"bb8c8f3d-164d-4106-b1bb-30bedd9cef02\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"e09875fd-583a-45b1-a651-c5be51385515\",\n            \"companyName\": \"Rackspace\",\n            \"title\": \"Rackspace-RCG-SYD-Sec\",\n            \"locationId\": 6,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1000,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 22256\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"6e072cd0-c7af-4093-82fd-9eba5a4b04ed\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"dc956d9e-65ce-4e72-9b36-b07a29f56a5d\",\n            \"companyName\": \"Twilio\",\n            \"title\": \"10G Port - Equinix DC2, Port 1\",\n            \"locationId\": 67,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1001,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"39232545-c433-46b8-86ce-14d787482ed7\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"97656263-ac34-43ed-93df-d68bc34d9637\",\n            \"companyName\": \"Valve Networks\",\n            \"title\": \"NextDC-M1\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1002,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"6b4c2945-c297-48bd-8dc9-02a0900a547e\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"a649e458-d4de-4e3b-a5a8-d509da7e1500\",\n            \"companyName\": \"iseek\",\n            \"title\": \"LS ISK-00M23\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1003,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"96254276-4586-4323-89e2-ba7120a2bb0d\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"2d56f82c-17d3-4abb-8998-89ea89a67847\",\n            \"companyName\": \"ausgrid\",\n            \"title\": \"10Gb/s Port Fujitsu North Ryde (Primary)\",\n            \"locationId\": 12,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1006,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"7429d65a-ac86-448a-add9-479e67a09645\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"63293964-25ee-46b5-af61-c9b493e33882\",\n            \"companyName\": \"NEC Australia Pty Ltd\",\n            \"title\": \"10Gb/s​ ​Port​ ​NextDC​ ​M1​ ​(Primary)\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1007,\n            \"lag_id\": 8,\n            \"lag_primary\": true,\n            \"aggregation_id\": 25625\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"63d51982-b112-41c5-8cd5-d582917648c2\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"b1dc875f-3d4a-4931-9edc-a8f8e94604ed\",\n            \"companyName\": \"itGlobal Networks\",\n            \"title\": \"Globalswitch01\",\n            \"locationId\": 3,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1008,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"d5f4a3c6-06d3-4cfa-9d4e-8ce6ec0b6dbd\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"658a0176-a762-4730-8900-099d925233b6\",\n            \"companyName\": \"DTS\",\n            \"title\": \"DTS Megaport VocusDC 10G\",\n            \"locationId\": 51,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1009,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"e4438db6-699e-4d0b-afc2-304a8abe3e7d\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"01e1e173-f28c-4122-abc9-5aef126d3ebf\",\n            \"companyName\": \"Corpcloud Pty Ltd\",\n            \"title\": \"CorpCloud NEXTDC M1 \",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1010,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"5fedb2c6-829f-4db4-9b63-8f78126a23a0\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"f94f902b-c414-414f-8d83-e84d29e2a249\",\n            \"companyName\": \"MarchNet\",\n            \"title\": \"NextDC B1\",\n            \"locationId\": 5,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1011,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"af610b5d-ebb7-4fa6-8e2c-d7cacd2b1d11\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"a47237fc-6612-4417-a390-66f196877932\",\n            \"companyName\": \"LINX\",\n            \"title\": \"LON2 NNI\",\n            \"locationId\": 256,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1012,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"63382d36-41fc-4cc9-bb68-a3422a8b94e1\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"97656263-ac34-43ed-93df-d68bc34d9637\",\n            \"companyName\": \"Valve Networks\",\n            \"title\": \"NextDC-B2\",\n            \"locationId\": 5,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1013,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"df18d934-0e5a-4745-84f2-0df56c04266c\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"3a6aa5a8-2c6a-48b9-b2c1-5bd9224a9502\",\n            \"companyName\": \"365 Data Centers\",\n            \"title\": \"AMC-MIA2\",\n            \"locationId\": 235,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1014,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"ad8169f6-8542-40d1-bc29-085211026c4b\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"aa6a94da-2e19-4547-8ecb-92a9378d04a9\",\n            \"companyName\": \"Webair\",\n            \"title\": \"Webair_GSC_10Gbps_1\",\n            \"locationId\": 325,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 1015,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"51ee2ca9-dd42-4587-91f6-734b4ab3ebd3\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"20c2aac1-e65c-4783-a6f1-2b63fb2606fe\",\n            \"companyName\": \"Pacific National Pty Limited\",\n            \"title\": \"SY4 Cage\",\n            \"locationId\": 2,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1016,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"a72415ad-5a9f-4390-b479-44896a347236\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"d02ae458-fb97-48bc-93a7-5948bb07cc09\",\n            \"companyName\": \"Access4\",\n            \"title\": \"Access4 SY3 MegaPort\",\n            \"locationId\": 6,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1017,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"acd0ca6b-e763-477e-aeb0-c2abeb948dfe\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"3766fb84-d733-45c0-b460-037cf9951488\",\n            \"companyName\": \"Unite Private Networks\",\n            \"title\": \"Dallas 10 Gig Megaport UPN\",\n            \"locationId\": 71,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1018,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"da9420e6-d5d7-4992-bf7b-25aba6d28990\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"5e1a5f2f-ee68-4721-9bca-73a4a43ea500\",\n            \"companyName\": \"Clear Networks\",\n            \"title\": \"Megaport-Brisbane\",\n            \"locationId\": 5,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1019,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"ba166588-65e7-4e9c-a752-5eb680427e9f\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"fdd52227-12aa-42ba-90a7-16fa591a6152\",\n            \"companyName\": \"Unitas Global\",\n            \"title\": \"SIN1-L3 Port\",\n            \"locationId\": 37,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1020,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 33063\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"ec638eb4-8fcf-4962-8853-0f3097f56d05\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"af5e6077-a5e9-48a5-8e40-30d3a8a30647\",\n            \"companyName\": \"AllianceBernstein L.P.\",\n            \"title\": \"10000Mbps Port at Digital Realty NJR3\",\n            \"locationId\": 117,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1021,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"12d65d8e-6d1d-48f6-88e9-094d83970c78\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"af5e6077-a5e9-48a5-8e40-30d3a8a30647\",\n            \"companyName\": \"AllianceBernstein L.P.\",\n            \"title\": \"10000Mbps Port at Digital Realty NJR3\",\n            \"locationId\": 117,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1022,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"6c698d12-d8ea-41ee-b142-81dd564bbd27\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"d9a3beba-b40c-406b-be5c-0e5800cc7526\",\n            \"companyName\": \"Indosat Singapore PTE LTD\",\n            \"title\": \"Indosat Singapore -- Equinix\",\n            \"locationId\": 36,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1023,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"ff91be74-ba3b-4520-ab07-1cdb7a86417e\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"1e0fc8b7-87d9-4beb-88b3-8ab9890dc3ae\",\n            \"companyName\": \"Rockwell Collins, Inc\",\n            \"title\": \"1G Megaport - EQX CHI1\",\n            \"locationId\": 69,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1024,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"e32ab983-7650-4046-8dd7-cabbba9f67f3\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"a2cbf824-f6a9-4a1b-a80d-5efd89d1c459\",\n            \"companyName\": \"MBIT Technologies Pty Ltd\",\n            \"title\": \"Sydney\",\n            \"locationId\": 6,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1025,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"5e224e10-4c08-44a2-a1e2-36bce948c255\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"fe3ab0d6-2770-47c1-8879-c4827e5a2dd6\",\n            \"companyName\": \"Fastrack Technology\",\n            \"title\": \"Fastrack Tecknology - Hong Kong\",\n            \"locationId\": 54,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1026,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"095ba165-ceba-4d0f-8c0e-1d63b783040d\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"f7bcc293-2e40-4006-9531-2670797dc444\",\n            \"companyName\": \"Bresco Broadband\",\n            \"title\": \"Bresco Megaport Inter-Connect\",\n            \"locationId\": 359,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 1027,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"ffe2aae7-80cd-4926-b42f-9c3eafb30b6a\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"2b14180e-8f9c-4285-b9c4-2891b28ae1e0\",\n            \"companyName\": \"MetricStream\",\n            \"title\": \"vXchnge Santa Clara 10G Megaport\",\n            \"locationId\": 354,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1028,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"8a95a651-6576-4fd6-968c-92304b3a9990\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"c714d3a5-57df-407f-a039-7ea9709537a1\",\n            \"companyName\": \"Halliburton Energy Services Inc\",\n            \"title\": \"1Gig Port - CyrusOne Carrollton, Port 3 LSS\",\n            \"locationId\": 102,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1029,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"2e28ae87-dd86-4ad0-867a-49939c730f98\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"78d4d901-a320-44c3-a90d-9da9fa84b9c9\",\n            \"companyName\": \"Beanfield Technologies, Inc. \",\n            \"title\": \"Peninsula-TOR-905-MEGAPORT-1GE-01 11035404S0001E882\",\n            \"locationId\": 93,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1030,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"01ee507a-a464-4c5b-a5db-0f17c84f7a0e\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"b5c31a8e-1e5c-45a8-9271-358979eb96dc\",\n            \"companyName\": \"Framestore\",\n            \"title\": \"MP-ALAMEDA-A-1\",\n            \"locationId\": 60,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1031,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 43305\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"1b5c6591-3811-42fa-8867-f326afe88e62\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"3e9fb5a9-dd2d-4dc9-9c86-75d531e32f58\",\n            \"companyName\": \"RACQ\",\n            \"title\": \"InterActive\",\n            \"locationId\": 28,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 1032,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"e3d72268-71e8-4303-aa7f-00f64204bb46\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"b3025c0f-c40c-4cff-9a56-5a15820c7649\",\n            \"companyName\": \"White Label Communications LLC\",\n            \"title\": \"WhiteLabelComm PHL1-10Gig\",\n            \"locationId\": 371,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 1033,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"3657c179-2e2b-456f-aa79-3c2bb3cb7dfe\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"1c3acfd6-e35b-4122-9212-b11ae3efe129\",\n            \"companyName\": \"Options IT\",\n            \"title\": \"LD5 Secondary\",\n            \"locationId\": 90,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1034,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"6f7aada7-dfe6-46c1-913e-ec827676b2b5\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"e17bbf63-69a9-4efb-82fe-9ad282ef4c23\",\n            \"companyName\": \"Zettagrid\",\n            \"title\": \"INTERNAL_PORT_PERma\",\n            \"locationId\": 50,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1035,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"d8dae0f0-40a1-4875-9536-f1481a3ac445\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"383ec5a3-db27-4674-93c5-c21357abbeeb\",\n            \"companyName\": \"Opus Interactive\",\n            \"title\": \"Megaport-HIO1-1\",\n            \"locationId\": 97,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 1036,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"5bed9ee8-4266-4dcb-866d-0f36ba6eeec3\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"50f2ca5d-0df1-4150-b5e8-552accc15e2e\",\n            \"companyName\": \"Cloudera, Inc.\",\n            \"title\": \"SJC-1\",\n            \"locationId\": 65,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1037,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"1e15eaba-d0cb-4c93-bd64-9fca3c347ec4\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"b9ae420f-c367-4563-8cd1-55e8d2d55355\",\n            \"companyName\": \"Data#3 Limited\",\n            \"title\": \"NextDC S1 Primary Port 1\",\n            \"locationId\": 10,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1038,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"bc1fb60f-7c72-4731-86aa-238a34d6fe5b\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"01e1e173-f28c-4122-abc9-5aef126d3ebf\",\n            \"companyName\": \"Corpcloud Pty Ltd\",\n            \"title\": \"CorpCloud Sydney SY1/2/4\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1039,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"17d868ed-ff32-4725-b8b1-25c84acdef0b\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"1c3acfd6-e35b-4122-9212-b11ae3efe129\",\n            \"companyName\": \"Options IT\",\n            \"title\": \"HK2 Primary\",\n            \"locationId\": 54,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1040,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"50311cd9-7e16-4644-b9f3-df03f8b37bd1\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"383ec5a3-db27-4674-93c5-c21357abbeeb\",\n            \"companyName\": \"Opus Interactive\",\n            \"title\": \"Megaport-TX1-1\",\n            \"locationId\": 408,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 1041,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"342122f6-0cd3-40a0-b4d2-14e6e5e4f3db\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"eb961ce2-fe4f-4bce-8d23-b039a464fdc7\",\n            \"companyName\": \"TechMahindra\",\n            \"title\": \"Tech Mahindra - AU\",\n            \"locationId\": 382,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1042,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"eba3ba80-6c5e-4a21-919f-ba4febc6f631\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"7ec424e4-1754-472e-9474-354b7de8730b\",\n            \"companyName\": \"Nuwave Communications, Inc.\",\n            \"title\": \"Nuwave_Megaport_Ashburn\",\n            \"locationId\": 67,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1043,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"0eaf7d8f-7be4-4909-96f8-a7ac537e0da7\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"ea3bde4e-b4cd-418b-a2b1-c3eec46933ef\",\n            \"companyName\": \"Caznet\",\n            \"title\": \"Caznet DC4.HAWT\",\n            \"locationId\": 305,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 1044,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"785727a3-4fec-458f-883b-49843ad6921e\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"2b14180e-8f9c-4285-b9c4-2891b28ae1e0\",\n            \"companyName\": \"MetricStream\",\n            \"title\": \"1G Megaport LD5\",\n            \"locationId\": 90,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1045,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"f15fa1fd-22c2-489e-b4d9-d548c8ec8493\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"66f6862c-3f16-4f4e-a2eb-8c03256c77d4\",\n            \"companyName\": \"Comvergence Pty Ltd\",\n            \"title\": \"NextDC-S1\",\n            \"locationId\": 10,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1046,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"098a3f07-1782-4e06-9435-941dd4b42c73\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"fbc2558d-6b52-4e69-a561-6d67f8c563c4\",\n            \"companyName\": \"TechPath Pty Ltd\",\n            \"title\": \"Brisbane-B1-1\",\n            \"locationId\": 5,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1047,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"86821b4f-6445-4cad-a6f2-0ee59b97946b\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"7251ecea-30eb-4f54-bd12-b2f0763c4678\",\n            \"companyName\": \"Ideal Integrations, LLC\",\n            \"title\": \"PHX01-1\",\n            \"locationId\": 330,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1048,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"e6775c63-b637-41ef-a795-533ae84613ab\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"d6de60db-0602-4b82-b12d-7f690e72aa36\",\n            \"companyName\": \"VCG \",\n            \"title\": \"Vodat-THN-MP1\",\n            \"locationId\": 256,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1049,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"5e770f2f-04a0-490b-98b6-3c6c34d65f4e\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"0a35de96-99bb-4d78-b77d-bfba91c885a8\",\n            \"companyName\": \"INAP\",\n            \"title\": \"megaport-23: mes2.phx010; port39\",\n            \"locationId\": 236,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1050,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"4ae97a97-390c-43e0-94f6-2a7f177ac8b0\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"d6de60db-0602-4b82-b12d-7f690e72aa36\",\n            \"companyName\": \"VCG \",\n            \"title\": \"Vodat-LD5-MP1\",\n            \"locationId\": 90,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1051,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"311870bc-21d6-4816-8f15-870c6846f468\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"ef8f825a-860e-4c06-923f-8d99c3fdc7f5\",\n            \"companyName\": \"Viatel\",\n            \"title\": \"DUB-IXN-10G-W117A\",\n            \"locationId\": 96,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1052,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"340fa0c4-21b0-4fc4-a25e-3b3e6ca14abb\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"610e40e7-93fd-422c-821f-7ba5323a782d\",\n            \"companyName\": \"DataKnox (DNX)\",\n            \"title\": \"DNX-SYD-GS-SPE04\",\n            \"locationId\": 3,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1053,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"bfe27571-c50d-4b6a-ac7e-9369de9f2200\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"3fad88d7-0f9e-42df-bfa5-b047bf91827c\",\n            \"companyName\": \"Connected Australia Pty Ltd\",\n            \"title\": \"NEXTDC B2\",\n            \"locationId\": 383,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1054,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"4d02f6ad-8838-4e78-abd5-19142cd11709\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"44e6db75-f189-4788-ba59-8272bc2db66a\",\n            \"companyName\": \"Opteamax Infrastructure GmbH\",\n            \"title\": \"t(rsl) d(OPTEAMAX) m(LR) tp(FRA6/CPR/ODF14/HU3/PO3) \",\n            \"locationId\": 130,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1055,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"ed258704-c940-4528-a2d0-c2b8f98b90ff\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"31ce89b8-e5f3-4eae-a78e-f8de4b5331c1\",\n            \"companyName\": \"Vigilant.IT\",\n            \"title\": \"Vigilant.IT Primary DC\",\n            \"locationId\": 42,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 1056,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"e295d6d4-4219-43de-8161-50bcedc5cdd7\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"fa8ad3c0-c51d-41bd-8f31-119445c6981b\",\n            \"companyName\": \"MLC Limited\",\n            \"title\": \"TM-MLC HI\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1057,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"ecfbd9b5-a944-48a3-a0fb-783eeca65309\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"fee19908-26ae-4539-baa7-0d8017b31e10\",\n            \"companyName\": \"Voxbone\",\n            \"title\": \"P1.EDG-01-901.NY1-DGR\",\n            \"locationId\": 62,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1058,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"fbcc82d0-fcdc-4094-8379-c14f3f764681\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"d755d69d-9c08-4845-a933-370956b45f5f\",\n            \"companyName\": \"Zoom Video Communications, Inc.\",\n            \"title\": \"ME1\",\n            \"locationId\": 41,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1059,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"71b00441-1ea4-4264-852f-4ebb00adf762\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"7251ecea-30eb-4f54-bd12-b2f0763c4678\",\n            \"companyName\": \"Ideal Integrations, LLC\",\n            \"title\": \"PHL01-1\",\n            \"locationId\": 358,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 1060,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"24b32887-2dff-48cf-b5cf-52579657a2a8\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"e09875fd-583a-45b1-a651-c5be51385515\",\n            \"companyName\": \"Rackspace\",\n            \"title\": \"Rackspace-RCG-HK3-Pri\",\n            \"locationId\": 46,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1061,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 80760\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"f97eb8ad-ba14-43fe-9ea3-983ea9baa524\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"e09875fd-583a-45b1-a651-c5be51385515\",\n            \"companyName\": \"Rackspace\",\n            \"title\": \"Rackspace-RCG-HK3-Sec\",\n            \"locationId\": 54,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1062,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 80761\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"93714d2b-a8f5-4f10-8ecb-44370d3f03f5\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"fdd52227-12aa-42ba-90a7-16fa591a6152\",\n            \"companyName\": \"Unitas Global\",\n            \"title\": \"AMS1-L3 Port \",\n            \"locationId\": 518,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 1063,\n            \"lag_id\": 2,\n            \"lag_primary\": true,\n            \"aggregation_id\": 89304\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"891775e7-8a99-4c6c-94b7-d1a558ecb147\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"f983b14e-1f9e-4056-9d67-4a61905933f5\",\n            \"companyName\": \"Momentum Telecom, Inc. \",\n            \"title\": \"AWAC 1G Singapore\",\n            \"locationId\": 40,\n            \"speed\": 1000,\n            \"diversityZone\": null,\n            \"rank\": 1064,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"8d4310f9-6f14-4c6c-afab-7a8b6c4e7e6f\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"3a6aa5a8-2c6a-48b9-b2c1-5bd9224a9502\",\n            \"companyName\": \"365 Data Centers\",\n            \"title\": \"AMC-LON1\",\n            \"locationId\": 90,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1065,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"516d4955-5e25-4fc2-82a4-a3de410eaf65\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"3a6aa5a8-2c6a-48b9-b2c1-5bd9224a9502\",\n            \"companyName\": \"365 Data Centers\",\n            \"title\": \"AMC-FRA1\",\n            \"locationId\": 131,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1066,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"69eddca1-4c19-45e6-9f03-f78a7b9f6db6\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"169c933e-ebce-41f8-b04f-e0877531b3ad\",\n            \"companyName\": \"ECN\",\n            \"title\": \"ECN S1 10G\",\n            \"locationId\": 10,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1067,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"ef3561c0-1046-4b7a-a4a7-10685c780ac9\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"169c933e-ebce-41f8-b04f-e0877531b3ad\",\n            \"companyName\": \"ECN\",\n            \"title\": \"ECN B1 10G\",\n            \"locationId\": 5,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1068,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"5c04fb9d-8ccc-47de-b48e-b3e0c1de4916\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"e17bbf63-69a9-4efb-82fe-9ad282ef4c23\",\n            \"companyName\": \"Zettagrid\",\n            \"title\": \"INTERNAL_PORT_ADEbe\",\n            \"locationId\": 305,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 1069,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"53549e73-9082-44e6-a49f-5197215076c4\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"427641b9-0de3-44a5-9c64-da36525d4389\",\n            \"companyName\": \"Telstra Purple\",\n            \"title\": \"MCN-ME1-P1 (MCN-MEL-LEFS-03)\",\n            \"locationId\": 41,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1070,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 98603\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"67f89fcf-0123-4694-b9a1-525a90b751ce\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"427641b9-0de3-44a5-9c64-da36525d4389\",\n            \"companyName\": \"Telstra Purple\",\n            \"title\": \"MCN-SY3-P1 (MCN-SYD-LEFS-04)\",\n            \"locationId\": 6,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1071,\n            \"lag_id\": 10,\n            \"lag_primary\": true,\n            \"aggregation_id\": 98606\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"5b1feda3-64f4-459a-bfb8-16f27d741882\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"1328df93-4f77-43da-a95b-8b31853ccb49\",\n            \"companyName\": \"Summit Internet\",\n            \"title\": \"Megaport at NextDC B2\",\n            \"locationId\": 383,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1072,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"e5250ee5-06a1-4fbd-b2b8-3e5c827f6397\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"48a38a9b-d7c8-4388-a706-45a26efc9e92\",\n            \"companyName\": \"2talk Ltd\",\n            \"title\": \"SY1\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1073,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"0470d9cd-2071-4e77-bcd4-edc781ff1487\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"2433c71c-9b0e-4c72-955d-39ac9f8fc144\",\n            \"companyName\": \"Link Group\",\n            \"title\": \"Aaspire Homebush 1\",\n            \"locationId\": 498,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 1074,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"3e63ea83-3404-4bf6-b680-e0739507a94b\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"2433c71c-9b0e-4c72-955d-39ac9f8fc144\",\n            \"companyName\": \"Link Group\",\n            \"title\": \"Aspire North Ryde 10G\",\n            \"locationId\": 12,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1075,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"7c4c9e65-e07d-4527-9f3d-c02ab8cf6825\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"ef1b3e4f-9b21-47ce-89d2-7a52aae58028\",\n            \"companyName\": \"Horizon Network Partners\",\n            \"title\": \"HorizonPortOne\",\n            \"locationId\": 520,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 1078,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 105722\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"78bb71a8-782e-447c-a01a-fed5be24eb03\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"19c79666-a2dd-4a91-b82f-33e53ca2338a\",\n            \"companyName\": \"BUROSERV Australia Pty Ltd\",\n            \"title\": \"BUROSERV-MEL1\",\n            \"locationId\": 41,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1079,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"206290ce-6d93-465e-ac66-d79a2951c3f9\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"2cfd4214-2b66-4061-bfd2-658f4201b33c\",\n            \"companyName\": \"On Q\",\n            \"title\": \"ONQ-MP-B1-10G\",\n            \"locationId\": 5,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1080,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"294018cf-bf4c-40fe-a883-f871a145d14b\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"34879c7d-18f7-4f1a-931f-5a23a9220253\",\n            \"companyName\": \"RingCentral\",\n            \"title\": \"RingCentral, Inc. at Equinix CH2\",\n            \"locationId\": 69,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1083,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"efd6be35-cb66-411e-8d62-8a95ebf82eb6\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"c6b935f6-a296-4e6b-bd00-29e89d70fd56\",\n            \"companyName\": \"Acoustic, L.P.\",\n            \"title\": \"10000Mbps Port at Digital Realty ATL1\",\n            \"locationId\": 116,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1084,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 116963\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"3fec9c5c-b037-4a9b-8b34-45c692e37260\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"2cfd4214-2b66-4061-bfd2-658f4201b33c\",\n            \"companyName\": \"On Q\",\n            \"title\": \"ONQ-MP-SY3-10G\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1086,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"73a36179-e52e-40d3-8072-e754a4e54972\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"9a367725-0201-4e07-9363-3399f0ccce3a\",\n            \"companyName\": \"Lightwire Business\",\n            \"title\": \"Lighwire-NextDC-B2\",\n            \"locationId\": 383,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1087,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"41ee66a1-be89-44cd-8ab5-c247f2800b3f\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"3a6aa5a8-2c6a-48b9-b2c1-5bd9224a9502\",\n            \"companyName\": \"365 Data Centers\",\n            \"title\": \"AMC-SEA1\",\n            \"locationId\": 146,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1088,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"04face03-9677-4731-9239-687eb3653de1\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"IBM Cloud Direct Link 2.0 Sydney Secondary\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1089,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 130569\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"8805a908-5ad4-4dcd-a488-18ff84d2acf2\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"e1c39158-d6c6-475e-9b01-cd1e6d2c1b34\",\n            \"companyName\": \"Simplica Corporation\",\n            \"title\": \"1000Mbps Port at Digital Realty ASH1\",\n            \"locationId\": 140,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1091,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"22274f87-8834-417e-9d4d-2f259646df46\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"3b2eafcb-46ad-473a-9c86-2baed2169fc3\",\n            \"companyName\": \"TNP - The Networking People\",\n            \"title\": \"TNP-MANC-1\",\n            \"locationId\": 605,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 1092,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 135784\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"57149cf2-cfd5-47e1-9125-31d4b1f4b181\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"3b2eafcb-46ad-473a-9c86-2baed2169fc3\",\n            \"companyName\": \"TNP - The Networking People\",\n            \"title\": \"TNP-LON-1\",\n            \"locationId\": 256,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1093,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 135786\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"a2fe9969-9ce6-477e-a26d-777b9defa4a5\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"b076da39-c710-4d11-8e26-605b44e50896\",\n            \"companyName\": \"Granite Telecommunications, LLC\",\n            \"title\": \"10000Mbps Port at Digital Realty NYC1\",\n            \"locationId\": 62,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1094,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"33cc9a57-b466-4e6c-88f9-28b13fb0c766\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"f981334f-bdfc-4e35-a6d7-04f0d94b7be8\",\n            \"companyName\": \"Anglican Community Services\",\n            \"title\": \"NXT-DC-MEG-01\",\n            \"locationId\": 10,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1095,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"482c3182-058b-4901-8ecb-1a0782b5fd64\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"c6b15539-5824-439f-8af9-b595d4e600e0\",\n            \"companyName\": \"Cloudflare\",\n            \"title\": \"Network Interconnect 10G Port Equinix SY1/2\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1096,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 139324\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"dde87958-cdf6-4ae2-a6f6-5304cb04e4bc\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"fdd52227-12aa-42ba-90a7-16fa591a6152\",\n            \"companyName\": \"Unitas Global\",\n            \"title\": \"DUB1 Port Connection\",\n            \"locationId\": 94,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1097,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 140398\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"faf3e124-db69-4fd9-adef-a36d3b25a637\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"fdd52227-12aa-42ba-90a7-16fa591a6152\",\n            \"companyName\": \"Unitas Global\",\n            \"title\": \"DEN3 Port Connection\",\n            \"locationId\": 657,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 1098,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 140417\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"20cc8f3a-475f-4444-bae9-747711d1b9ad\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"fdd52227-12aa-42ba-90a7-16fa591a6152\",\n            \"companyName\": \"Unitas Global\",\n            \"title\": \"HOU3 Port Connection\",\n            \"locationId\": 380,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 1099,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 140420\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"b33a22d0-c596-495d-b8b0-13d024dd65fa\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"3b88fffd-8c82-48fd-bda7-7e8178a790c3\",\n            \"companyName\": \"Cinia Oy\",\n            \"title\": \"E11613 - cn-defra001-core1 1/1/3\",\n            \"locationId\": 131,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1100,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"3344afba-1574-4896-a80c-e1f20fb39dad\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"81a2f64b-c562-409d-8bdf-df1f82c9a128\",\n            \"companyName\": \"Frontier Networks Inc.\",\n            \"title\": \"FrontierNetworks-10GPort\",\n            \"locationId\": 438,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1101,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"c6fd10f5-c9e4-4b56-afff-da45f5bd7e98\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"fb165440-4ca8-4cb5-9094-4dc1bbe91e1e\",\n            \"companyName\": \"akquinet outsourcing gGmbH\",\n            \"title\": \"de-ham-wende408-iphh\",\n            \"locationId\": 124,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1104,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 151044\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"1568a600-dd58-4237-a298-4cc8d26c061d\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"8ab8a177-1e3f-4a00-89dc-299198b980cf\",\n            \"companyName\": \"Embriq AS\",\n            \"title\": \"MegaP_Ulven01\",\n            \"locationId\": 519,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1105,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 151325\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"bd5f4770-f557-433a-b6af-4154fb7c9530\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"8ab8a177-1e3f-4a00-89dc-299198b980cf\",\n            \"companyName\": \"Embriq AS\",\n            \"title\": \"MegaP_Ulven02-ViaRosenholm\",\n            \"locationId\": 519,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1106,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 151327\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"d668e54e-3816-450c-bcf5-170744ff3237\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"f9c6f7cc-2afe-45b6-bf6f-3ee5866c45ab\",\n            \"companyName\": \"Launtel Pty Ltd\",\n            \"title\": \"Launtel Brisbane\",\n            \"locationId\": 5,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1107,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"3f952d29-060a-4b45-8e65-6d89f2f17cef\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"178d9736-6122-4647-920c-9e1e2b6e8046\",\n            \"companyName\": \"Acquire BPO\",\n            \"title\": \"HKHKG01-MEGAPORT01\",\n            \"locationId\": 54,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1108,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"fa77fcc1-815f-4457-bb40-59e8ea113849\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"3a6aa5a8-2c6a-48b9-b2c1-5bd9224a9502\",\n            \"companyName\": \"365 Data Centers\",\n            \"title\": \"AMC-YYZ1\",\n            \"locationId\": 73,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1109,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"f9ba3a0e-9e7b-4ffe-aef8-acd1c799ffb5\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"63cdec2f-3def-46d0-9548-8d33299ff5d1\",\n            \"companyName\": \"Blackhawk Network Holdings Inc (HAWK)\",\n            \"title\": \"UK-10G Megaport-2 Equinix MA4\",\n            \"locationId\": 605,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 1115,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"d418d298-686b-4115-ab24-ddee1bb5600f\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"33f0111a-39b3-4238-bd5d-f747075aa21c\",\n            \"companyName\": \"Alorica Global Solutions, Inc.\",\n            \"title\": \"10G Port at CyrusOne Carrollton Blue Zone\",\n            \"locationId\": 102,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1116,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"10af7fd5-19ba-43bf-b0a3-51f9e7cbb6a4\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"0299b3c5-4d9d-457a-90a0-28a1d577e5b7\",\n            \"companyName\": \"phoenixNAP Bare Metal Cloud\",\n            \"title\": \"PhoenixNAP Bare Metal Cloud - ASH\",\n            \"locationId\": 84,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 1117,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"8362196a-5f84-442a-8ed2-c73f2845df4b\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"3b88fffd-8c82-48fd-bda7-7e8178a790c3\",\n            \"companyName\": \"Cinia Oy\",\n            \"title\": \"E12077 - cn-nlams002-core1 1/1/2\",\n            \"locationId\": 92,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1119,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 185142\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"69e6fbab-b53e-4ff6-a316-61705019129d\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"3d582348-ef9e-4706-bbe0-94c9929ad58b\",\n            \"companyName\": \"International Business Machines Corporation\",\n            \"title\": \"D12MS Primary 10000Mbps Port at Digital Realty DAL3\",\n            \"locationId\": 156,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1120,\n            \"lag_id\": 2,\n            \"lag_primary\": true,\n            \"aggregation_id\": 193653\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"3e78408e-81d3-4c13-a6c9-9b82490b30e7\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"9ca66e02-673f-46d3-9f8b-9d6a77b7483a\",\n            \"companyName\": \"Syntax\",\n            \"title\": \"Syntax-Phoenix\",\n            \"locationId\": 330,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1121,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"ea9698f9-8dca-4dc3-aaa3-95eee4b3f002\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"234fabec-a106-4c0c-851d-3590e4bb095d\",\n            \"companyName\": \"Mitel\",\n            \"title\": \"Mitel MiCloud Flex Melbourne\",\n            \"locationId\": 382,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1122,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"89017f79-7383-4bd0-a87f-7b5a5bf3c452\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"c981a93f-04bd-40e7-be9d-c3a9d2754b3e\",\n            \"companyName\": \"Imperva Inc\",\n            \"title\": \"Imperva-ME1-2\",\n            \"locationId\": 41,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1123,\n            \"lag_id\": 8,\n            \"lag_primary\": true,\n            \"aggregation_id\": 203368\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"f86e841a-461d-4bb8-8203-f6d3d33b6df0\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"0a35de96-99bb-4d78-b77d-bfba91c885a8\",\n            \"companyName\": \"INAP\",\n            \"title\": \"megaport-39: mes2.lax012; port10\",\n            \"locationId\": 60,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1125,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"95ef3787-545c-4d9b-b38f-8b0f1cdd1169\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"5bbba6b4-3dee-44a2-8ba9-8d349f871de4\",\n            \"companyName\": \"Canon Business Services Australia Pty Ltd\",\n            \"title\": \"EDC\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1127,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"764a3fa6-5c36-4bc2-9a26-202e29206900\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"dddde1c2-c754-4261-9730-cd2bcaf7acca\",\n            \"companyName\": \"Binary Networks\",\n            \"title\": \"NDC_S1_10G\",\n            \"locationId\": 10,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1131,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"b2a00c8c-cc6f-44e4-9263-30213e2e10ea\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"bdc40a17-025c-4050-ab10-d89f588a3427\",\n            \"companyName\": \"INFOBIP\",\n            \"title\": \"MEGAPORT-US2-RED\",\n            \"locationId\": 231,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1133,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 234305\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"c1e30713-fccc-4d43-bc96-72132af93597\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"b9c86ea1-6d0c-4bc2-8817-130e6ed31e39\",\n            \"companyName\": \"Previder B.V.\",\n            \"title\": \"Megaport-AM1\",\n            \"locationId\": 85,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1135,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 247745\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"6c72e9c2-ea9a-482e-8594-4f39993b2515\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"e263aa54-26b7-4674-8752-8cf55147df75\",\n            \"companyName\": \"Nitel, Inc\",\n            \"title\": \"NIT512784 - 10G NNI Primary - Nitel - CHI1\",\n            \"locationId\": 69,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1136,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"e5f13365-4d71-4f1b-946f-383978553441\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"4bd1718d-db51-4498-a2a6-d102b5fc4950\",\n            \"companyName\": \"IronCloud\",\n            \"title\": \"100G Megaport - Iron Cloud Manassas, VA - Port A\",\n            \"locationId\": 333,\n            \"speed\": 100000,\n            \"diversityZone\": null,\n            \"rank\": 1138,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"e85dcd7a-3c55-4c30-9445-32664abf62a4\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"53fb1c60-21bd-403d-b083-a2d36d992578\",\n            \"companyName\": \"OneQode\",\n            \"title\": \"HE FMT2\",\n            \"locationId\": 660,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 1140,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"86dfffdb-11e0-4f1e-a490-6f46bb29b273\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"9540e4fc-acb9-4ed8-972d-6daf71272dd2\",\n            \"companyName\": \"Aptum Technologies\",\n            \"title\": \"LAX CLOUD CONNECT 10G LAG\",\n            \"locationId\": 60,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1141,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 285765\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"715115ce-2727-42cc-8681-237583d25104\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"4bd1718d-db51-4498-a2a6-d102b5fc4950\",\n            \"companyName\": \"IronCloud\",\n            \"title\": \"100G Megaport - Iron Cloud Manassas, VA - Port B\",\n            \"locationId\": 333,\n            \"speed\": 100000,\n            \"diversityZone\": null,\n            \"rank\": 1143,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"787b40d5-45b1-46b7-a2e7-141f70837bce\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"68ddd18e-4c28-4ee9-ae8c-d5fc3bbe7ea5\",\n            \"companyName\": \"Pivit Pty Ltd\",\n            \"title\": \"B1 Port 1\",\n            \"locationId\": 5,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1146,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"93a5f214-30fd-4dfe-874b-14eaf8ff0231\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"b6a08fa2-62a5-4628-b303-52f0bfc56310\",\n            \"companyName\": \"RackCorp\",\n            \"title\": \"RackCorp MEGAPORT at Global Switch\",\n            \"locationId\": 3,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1147,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"d1258628-ed2c-477e-834c-11d6192f8bc7\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"3612c362-be6c-4c62-b3d2-5b172a13b67d\",\n            \"companyName\": \"Over the Wire\",\n            \"title\": \"OTW 100wic.bne\",\n            \"locationId\": 18,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 1148,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"b4a360ec-1637-40df-b2b2-6f1b01a35dd7\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"dddde1c2-c754-4261-9730-cd2bcaf7acca\",\n            \"companyName\": \"Binary Networks\",\n            \"title\": \"TRUECOM MEGAPORT at NextDC M1\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1149,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"05dbeb55-d50b-44a1-9435-2f8ee465320b\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"b2e174d5-a6ae-48bd-9110-fa746c1448b9\",\n            \"companyName\": \"ASE\",\n            \"title\": \"ASE MEGAPORT at NextDC M1\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1150,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"0b3dad79-755d-4c11-acb8-716382ca18b3\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"658a0176-a762-4730-8900-099d925233b6\",\n            \"companyName\": \"DTS\",\n            \"title\": \"DTSanz MEGAPORT at Equinix SY1/2\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1151,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"65735abd-e974-4f4b-a62c-63990eba1bef\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"1b87e7bc-fcd4-4b4a-a818-cd2d8c0506be\",\n            \"companyName\": \"Metwide Communications\",\n            \"title\": \"Metwide MEGAPORT at NextDC S1\",\n            \"locationId\": 10,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1152,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"f8470423-8c09-4b14-970b-e33282fd9a29\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"40cdca23-7fc9-4de5-a728-09beedcbf241\",\n            \"companyName\": \"Exetel\",\n            \"title\": \"Exetel MEGAPORT at NextDC B1\",\n            \"locationId\": 5,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1153,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"5ed63dfc-6e2f-4984-b58a-4394369cecb9\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"cce87881-a567-40bd-907f-a47aa5e26126\",\n            \"companyName\": \"NTT Australia Solutions Pty Ltd.\",\n            \"title\": \"mega-sydnau02-01\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1154,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"e75eee85-3040-4728-9f89-41be8c2fe19a\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"b03beb61-fcdb-4676-87d1-ab566f6839a7\",\n            \"companyName\": \"Acurus Networks Pty Ltd\",\n            \"title\": \"Acurus MEGAPORT at NextDC S1\",\n            \"locationId\": 10,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1155,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"c64c0606-e778-41ff-855d-652b89ab4cae\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"0e48478d-2f35-4e6e-a33d-a95193fce1c1\",\n            \"companyName\": \"Datacom Systems\",\n            \"title\": \"Datacom NSW Megaport at SY3\",\n            \"locationId\": 6,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1156,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"d22b7c9c-d42e-4655-9776-2e257e561394\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"1328df93-4f77-43da-a95b-8b31853ccb49\",\n            \"companyName\": \"Summit Internet\",\n            \"title\": \"MEGAPORT at NextDC S1\",\n            \"locationId\": 10,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1157,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"922d2676-4ad2-4bed-a520-8b857d732323\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"f899807a-f823-4c27-a56c-48ea5b1cdafe\",\n            \"companyName\": \"Micron21 Pty Ltd\",\n            \"title\": \"Micron21 Megaport at ME1\",\n            \"locationId\": 41,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1158,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"aff5bdff-bcef-4a68-909e-e0592f30ec1c\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"f4410b61-08c6-4fbe-942e-ace62080df2e\",\n            \"companyName\": \"Bendigo Telco\",\n            \"title\": \"Interactive Megaport Red\",\n            \"locationId\": 19,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1159,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"1bd1a4a3-eda9-4b20-919b-08b84ad27115\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"f899807a-f823-4c27-a56c-48ea5b1cdafe\",\n            \"companyName\": \"Micron21 Pty Ltd\",\n            \"title\": \"Micron21 10G Megaport at Equinix SY1/2\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1160,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"4c402143-69d0-4e94-8c6f-eaec35d0d491\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"00254a3f-c22b-46fe-bef7-2e8f8a63ffb6\",\n            \"companyName\": \"AT&T Global Network Services\",\n            \"title\": \"AT&T Test 1G Megaport at Global Switch Syd\",\n            \"locationId\": 3,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1161,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"6a127acc-c348-4d2a-80ef-b2a49ced44b2\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"25723264-3c48-4803-a3e5-a77cc21ee5f6\",\n            \"companyName\": \"Field Solutions Group\",\n            \"title\": \"Ordnance Sydney\",\n            \"locationId\": 10,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1162,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"1f544dd6-9439-41de-a0c0-5fbdea9e68d3\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"c55f7dcb-2649-4c15-8119-623fb37cc5b0\",\n            \"companyName\": \"Forcepoint\",\n            \"title\": \"Forcepoint 10G Equinix SY1\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1163,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"0527e5e9-a315-48b6-831f-159795f3a72f\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"f4410b61-08c6-4fbe-942e-ace62080df2e\",\n            \"companyName\": \"Bendigo Telco\",\n            \"title\": \"M1 Megaport Red\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1164,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"52f46db1-0e47-4598-981a-561cd11e157e\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"b9ae420f-c367-4563-8cd1-55e8d2d55355\",\n            \"companyName\": \"Data#3 Limited\",\n            \"title\": \"NextDC Secondary Port 2\",\n            \"locationId\": 4,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1165,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"aa7c4644-9dd5-4735-b4db-f3984c369edb\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"2b986827-1774-4286-8559-68a3ffe036a1\",\n            \"companyName\": \"Evolve IT Australia Pty Ltd\",\n            \"title\": \"M1 Megaport\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1166,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"29f28316-f292-4675-a8a8-e12f03497d36\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"c4c99965-e2fa-4662-96d5-06c14c2bbb42\",\n            \"companyName\": \"Sentrian Pty Ltd\",\n            \"title\": \"MEGAPORT at NextDC S1\",\n            \"locationId\": 10,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1167,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"4cb04a5e-cb0e-4aea-968f-e74ec4a178d2\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"d06649b8-9cee-4bea-9f69-b2330bdb8382\",\n            \"companyName\": \"SKYFIBRE PTY LTD\",\n            \"title\": \"Vocus\",\n            \"locationId\": 7,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 1168,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"13c70bad-3ead-4b1e-ae58-7c531c4996dc\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"04bc081d-6a21-43cf-9b72-c0c24a6647df\",\n            \"companyName\": \"MYOB Australia Pty Ltd\",\n            \"title\": \"Sydney DC 10GB\",\n            \"locationId\": 6,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1169,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"dc00f7b4-f301-406b-9129-cd2d8aa7942a\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"d0bb53e8-ae3c-47c9-bdd5-ad276dd6568f\",\n            \"companyName\": \"Advanced Wireless Network Co.\",\n            \"title\": \"AWN-MegaPort-GBSG#1\",\n            \"locationId\": 39,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1170,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"6f974b46-f014-478d-81ce-b0f3ffa1ee87\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"5cbe95a1-0d13-420f-96cf-ba2bccd86232\",\n            \"companyName\": \"Device Technologies Australia\",\n            \"title\": \"MPT-DTA-10\",\n            \"locationId\": 6,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1171,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"cccf7013-50be-4980-83f3-1e70e76208fb\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"84e93c79-2a75-4250-84e9-cdb28d8883b7\",\n            \"companyName\": \"Hillsong International\",\n            \"title\": \"Hillsong SY3 Megaport\",\n            \"locationId\": 6,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1172,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"3d7072c0-38c3-48d1-a636-041df777910c\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"a649e458-d4de-4e3b-a5a8-d509da7e1500\",\n            \"companyName\": \"iseek\",\n            \"title\": \"iseek - MD\",\n            \"locationId\": 50,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1173,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"3f577077-0056-4894-967e-115b27f5f2eb\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"3a6aa5a8-2c6a-48b9-b2c1-5bd9224a9502\",\n            \"companyName\": \"365 Data Centers\",\n            \"title\": \"AMC-IAD5\",\n            \"locationId\": 84,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 1174,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"3224d317-c9b8-4cee-aa1b-009df2db00dd\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"0a35de96-99bb-4d78-b77d-bfba91c885a8\",\n            \"companyName\": \"INAP\",\n            \"title\": \"megaport-6: bbr1.sef; xe-1/3/1\",\n            \"locationId\": 58,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 1175,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"3e04f822-ff75-4c58-a5a9-0775a3bf88eb\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"0a35de96-99bb-4d78-b77d-bfba91c885a8\",\n            \"companyName\": \"INAP\",\n            \"title\": \"megaport-9: bbr2.sef; xe-1/3/1\",\n            \"locationId\": 58,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 1176,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"ceb48bc3-91e7-4df1-8855-1addc7ad014a\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"fa7f3d49-bc71-4c86-8c13-22f5a8ba96bc\",\n            \"companyName\": \"Fugro Roadware\",\n            \"title\": \"Fugro 1G Port at Tor-Co1\",\n            \"locationId\": 79,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1177,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"1ea59fe2-1f86-4140-b8e3-835d9958bc2b\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"8b53b9e3-00c7-484a-9c6f-0dcfac9dd448\",\n            \"companyName\": \"NSFOCUS, Inc.\",\n            \"title\": \"ash1.va.us-01\",\n            \"locationId\": 67,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1178,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"542259d5-e93d-443e-a3ca-3cec66b5b66b\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"413b875a-4c7a-41b3-95d2-7e575de8a714\",\n            \"companyName\": \"LiveLink Technology\",\n            \"title\": \"TXC1\",\n            \"locationId\": 102,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1179,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"9d1e53f3-ffc4-47ea-8dfe-cb7dcf937667\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"640fe1de-988d-473d-bb03-9eb523f307cd\",\n            \"companyName\": \"Macquarie Telecom\",\n            \"title\": \"Macquarie Government 10G Megaport IC1 Sydney Link 1\",\n            \"locationId\": 145,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1180,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"b3931f0a-7b32-4ce3-b816-7db12f4901c9\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"3612c362-be6c-4c62-b3d2-5b172a13b67d\",\n            \"companyName\": \"Over the Wire\",\n            \"title\": \"OTW 7par.akl\",\n            \"locationId\": 51,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1181,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"f35d4083-06e0-4f52-8980-5afe00f536b6\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"0c125c4e-d176-44a7-b37a-5542e3099396\",\n            \"companyName\": \"Caliber Home Loans\",\n            \"title\": \"Caliber homes - megaport 01\",\n            \"locationId\": 102,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1182,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"1502b107-f9be-47db-9577-5e50ec35a163\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"0c125c4e-d176-44a7-b37a-5542e3099396\",\n            \"companyName\": \"Caliber Home Loans\",\n            \"title\": \"Caliber Homes - Megaport 01\",\n            \"locationId\": 147,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1183,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"25bd3970-c992-40df-86d3-2dcdf8b27a38\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"315d585c-58e2-4013-be89-49efb3ceacc0\",\n            \"companyName\": \"Tata Consultancy Services, Inc\",\n            \"title\": \"10000Mbps Port at Digital Realty ASH1\",\n            \"locationId\": 140,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1184,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"34c64b25-9428-4ec5-ae00-8999e37b74c3\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"c790c563-4b5c-4709-938c-0c16c25474b6\",\n            \"companyName\": \"Data Express Pty Ltd\",\n            \"title\": \"Data Express SY3\",\n            \"locationId\": 6,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1185,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"e2156a7a-430c-4563-bf47-86ec0af0106e\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"8f957e15-7c20-49e3-b2c9-a84d37196870\",\n            \"companyName\": \"Vonex Wholesale LTD\",\n            \"title\": \"Vonex Ltd SY4\",\n            \"locationId\": 2,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1186,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"b3fcd4b1-d2d6-451a-9480-4c3b7b983b73\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"5da4da86-bd5f-4424-be45-108fd39d20b8\",\n            \"companyName\": \"Synoptek\",\n            \"title\": \"AT31461135-DELTR-PRI\",\n            \"locationId\": 100,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1187,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"1a707a1f-2dc5-4671-9c96-88aedb68527a\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"d4ce18b6-f114-4db8-a650-61b8ac45ae86\",\n            \"companyName\": \"Symphony Communication Public Company Limited\",\n            \"title\": \"SYMC-NNI-1G-#1\",\n            \"locationId\": 36,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1188,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"791cfb30-b36b-4d4c-a974-8dd34c79a970\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"6b02149c-7a64-49ce-85b5-b0b4b4903187\",\n            \"companyName\": \"INDATEL Services LLC\",\n            \"title\": \"10000Mbps Port at Digital Realty CHI1\",\n            \"locationId\": 64,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1189,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"8c178e7a-4c71-4047-b371-0797d1c9c1aa\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"a64f90d2-acd1-4c9c-ac68-c6c9b86b8df4\",\n            \"companyName\": \"Servers Australia Pty Ltd\",\n            \"title\": \"SAU - Melbourne - Equinix ME1\",\n            \"locationId\": 41,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1190,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"68f733f1-8478-4206-8271-311491241899\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"d47371b6-dbb3-43c6-916b-8f9be5e79df0\",\n            \"companyName\": \"CBCcom\",\n            \"title\": \"CBC_HKG_AWS\",\n            \"locationId\": 47,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1191,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"91efd585-b907-48db-b05d-b432015b92a4\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"baaebd23-1e4c-4ca8-b6c7-9cbc21fbc8b2\",\n            \"companyName\": \"Daraco IT Services\",\n            \"title\": \"GlobalSwitch10G\",\n            \"locationId\": 3,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1192,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"abf2c0c7-d45d-4094-96ed-fed637cea6d3\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"baaebd23-1e4c-4ca8-b6c7-9cbc21fbc8b2\",\n            \"companyName\": \"Daraco IT Services\",\n            \"title\": \"NEXTDC10G\",\n            \"locationId\": 10,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1193,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"f3e913fe-83f2-4bb8-9e91-8f25934a689f\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"c7abc9bb-e085-4e82-a465-c68b772dc82c\",\n            \"companyName\": \"TTEC INTERNATIONAL PTY LTD\",\n            \"title\": \"AUSYD-MP01\",\n            \"locationId\": 3,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1194,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"4227d85a-71d8-4811-8b4e-c48944a0f5f7\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"3612c362-be6c-4c62-b3d2-5b172a13b67d\",\n            \"companyName\": \"Over the Wire\",\n            \"title\": \"OTW 530col.mel\",\n            \"locationId\": 23,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1195,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"a8b3cba7-f79c-4109-8a21-53842ef61af2\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"c714d3a5-57df-407f-a039-7ea9709537a1\",\n            \"companyName\": \"Halliburton Energy Services Inc\",\n            \"title\": \"1Gig Port - CyrusOne Carrollton, Port 2\",\n            \"locationId\": 102,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1196,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"3defa2a1-f1b8-44be-8bb1-df9e94e7cc14\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"3101a036-ba7c-444c-8687-28fbbafbc606\",\n            \"companyName\": \"REDD\",\n            \"title\": \"BNE6-01-1G\",\n            \"locationId\": 5,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1197,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"20247474-1644-4d8f-a7ec-a82a32b1f1ea\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"344a1327-01c4-4e3d-b824-97d608092e90\",\n            \"companyName\": \"Tello\",\n            \"title\": \"Tello - Doody 10Gb\",\n            \"locationId\": 7,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 1198,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"bbcff2c9-50fe-43de-9094-fcccec3516ea\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"3ae42aec-3e60-45eb-97f9-4911e3cb3219\",\n            \"companyName\": \"Digital Sense Hosting\",\n            \"title\": \" Digital Sense Hosting MEGAPORT at NextDC\",\n            \"locationId\": 5,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1199,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"ce5b6ebe-bbe2-475d-b0e6-8fe8d0055d15\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"334b7b92-a480-4416-8d7b-098300572db7\",\n            \"companyName\": \"Everstream\",\n            \"title\": \"LightBound Chicago Primary\",\n            \"locationId\": 69,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1200,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"183afaf3-c432-47b6-bddd-fb5e3ea9efd5\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"63293964-25ee-46b5-af61-c9b493e33882\",\n            \"companyName\": \"NEC Australia Pty Ltd\",\n            \"title\": \"10Gb/s​ ​Port​ ​NextDC​ ​B1​ ​(Primary)\",\n            \"locationId\": 5,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1201,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 25624\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"7bdfefae-1d62-4b04-91bd-ec25ff0c1538\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"5cfb4a37-37ad-4963-abce-43e9a8112368\",\n            \"companyName\": \"OffsiteDataSync\",\n            \"title\": \"ODS LAS MegaPort WAN Transport#1 (8021q)\",\n            \"locationId\": 100,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1202,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"051e1318-4d69-4c7a-a23a-4fd42cf00c0e\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"a3ba0726-5736-430a-82fc-1082c9c658cf\",\n            \"companyName\": \"Encoo Pty Ltd\",\n            \"title\": \"NextDC B2\",\n            \"locationId\": 5,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1203,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"4d8040f8-ac09-4270-bbcd-aed48c071139\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"bced881e-cfac-47c9-a0d9-d627930196d4\",\n            \"companyName\": \"EisnerAmper\",\n            \"title\": \"1G Port - CyrusOne Totowa\",\n            \"locationId\": 151,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1204,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"8e3a5c98-485d-440f-bd60-4e7916e9208d\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"bced881e-cfac-47c9-a0d9-d627930196d4\",\n            \"companyName\": \"EisnerAmper\",\n            \"title\": \"1G Port - CyrusOne Norwalk\",\n            \"locationId\": 150,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1205,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"35134c8c-e72e-4a54-8472-430a4e157571\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"683b2afb-f6c8-45f8-8b93-06966cc759c5\",\n            \"companyName\": \"X Integration\",\n            \"title\": \"Next DC P1\",\n            \"locationId\": 50,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1206,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"3fb3ec87-eda0-414c-9fc2-95a475560462\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"ed96d1a8-a537-4be8-acf9-d43d846ec725\",\n            \"companyName\": \"Vibe Group\",\n            \"title\": \"ME1_MEGAPORT\",\n            \"locationId\": 41,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1207,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"d2f76b41-92cb-448f-a74b-312586c8c3ec\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"5e1a5f2f-ee68-4721-9bca-73a4a43ea500\",\n            \"companyName\": \"Clear Networks\",\n            \"title\": \"1G Megaport at NextDC p1\",\n            \"locationId\": 50,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1208,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"b3120efc-4965-4f0d-99e8-46b37f3ec8bc\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"01070e38-249a-47f6-87a0-35cb1fb646ae\",\n            \"companyName\": \"Sofia Connect EAD\",\n            \"title\": \"Naicomms 1G migration port\",\n            \"locationId\": 137,\n            \"speed\": 1000,\n            \"diversityZone\": null,\n            \"rank\": 1209,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"2428a78f-7c14-4d50-b325-7520f3d5e9df\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"8da1633c-a831-4f77-b22a-173d10a99636\",\n            \"companyName\": \"Castle Global, Inc.\",\n            \"title\": \"1000Mbps Port at Digital Realty SF1\",\n            \"locationId\": 141,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1210,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"94b8fa97-012c-4817-b234-1814988fe601\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"c7abc9bb-e085-4e82-a465-c68b772dc82c\",\n            \"companyName\": \"TTEC INTERNATIONAL PTY LTD\",\n            \"title\": \"AUSYD-MP02\",\n            \"locationId\": 3,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1211,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"343a1dbb-c9ad-4c8f-b523-1895b19105da\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"9d3773d9-7038-4ce9-9196-4f410fbdf29f\",\n            \"companyName\": \"VPLS Inc.\",\n            \"title\": \"10G Megaport @ 600 W 7th DLR\",\n            \"locationId\": 63,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1212,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"69660e46-49e7-49c5-aa7b-815ec4997491\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"0fb89c3a-fa37-4761-90f3-1184a345b381\",\n            \"companyName\": \"Carbonite, Inc.\",\n            \"title\": \"1000Mbps Port at Digital Realty ASH1\",\n            \"locationId\": 140,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1213,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"d579a4b1-0ce1-46ad-88ec-3e51d893f6b4\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"3158bb96-d782-46eb-bda0-c3b3da5b061f\",\n            \"companyName\": \"Utimaco\",\n            \"title\": \"us-sjo-1\",\n            \"locationId\": 354,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1214,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"4f8b5b65-9a19-4530-8e8f-f15b38159490\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"9d3773d9-7038-4ce9-9196-4f410fbdf29f\",\n            \"companyName\": \"VPLS Inc.\",\n            \"title\": \"10G Megaport @ Global Switch\",\n            \"locationId\": 39,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1215,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"5a240b76-ad23-4f6c-994d-8ceaa46c9dc3\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"1e0fc8b7-87d9-4beb-88b3-8ab9890dc3ae\",\n            \"companyName\": \"Rockwell Collins, Inc\",\n            \"title\": \"1G Megaport - EQX DA1\",\n            \"locationId\": 71,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1216,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"31533fda-609d-4c8c-b74d-3824b9efae8b\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"77301c95-cd8e-4825-b746-bab21fc9b2c1\",\n            \"companyName\": \"Xfernet\",\n            \"title\": \"SDN:MP-IAD01\",\n            \"locationId\": 67,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1217,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"1d4a4b56-9941-4609-8803-e86ab2aa7d03\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"f44c4ef0-a79c-4053-bad2-dc19a5e9d4aa\",\n            \"companyName\": \"Siminn hf\",\n            \"title\": \"Megaport 1GbE (int-ams-pe-1, Gi0/1/1/7)\",\n            \"locationId\": 87,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1218,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"f3a074e9-db74-492f-b039-46636680d337\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"2c7f2b51-47e5-430b-aec9-9f6f0edeb667\",\n            \"companyName\": \"1&1 Versatel \",\n            \"title\": \"NNI Megaport FFM Sekundär #1 fra1902aiv005-0/1/4\",\n            \"locationId\": 131,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1219,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"42be3b12-2616-4069-b753-3a9627880f5f\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"100bcaf9-236b-4b63-88ac-3242f22395af\",\n            \"companyName\": \"Codero\",\n            \"title\": \"Codero Hosting DFW1 Secondary\",\n            \"locationId\": 156,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1220,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"6361b84d-f4f8-4a13-b596-0547e2d2c628\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"d1b015eb-5b39-4d7e-b3c7-da92f4837e87\",\n            \"companyName\": \"Solarix Networks Limited / Plan B Group\",\n            \"title\": \"Plan B - Datacom DC, Orbit Dr\",\n            \"locationId\": 33,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1221,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"2de85791-10e7-4118-82bf-c998e8f9ddfe\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"c8b86840-c844-4231-9542-985d5cc7676c\",\n            \"companyName\": \"PulsePoint, Inc.\",\n            \"title\": \"LGA\",\n            \"locationId\": 78,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1222,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"0b43a139-57f9-4d8b-a323-c146fae2a525\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"100bcaf9-236b-4b63-88ac-3242f22395af\",\n            \"companyName\": \"Codero\",\n            \"title\": \"Codero Hosting PHX1 Secondary\",\n            \"locationId\": 236,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1223,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"50e87469-40e2-4a47-8492-2efc89404f1a\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"9ca02d03-fd13-4390-86e2-ebcd4093f05c\",\n            \"companyName\": \"PSITechnology-Port of Houston Authority\",\n            \"title\": \"10G MEGAPORT - CyrusOne Houston West 1\",\n            \"locationId\": 148,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1224,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"21f1ba69-12db-430c-aa77-e48e0eb51d77\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"5b07d626-408c-4cc2-892f-f54d2f8d954d\",\n            \"companyName\": \"Twilio Inc.\",\n            \"title\": \"1000Mbps Port at Digital Realty SFR2\",\n            \"locationId\": 141,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1225,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"c5a843e7-e579-485b-8458-ddf153c2562c\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"9c47d91d-d361-4be1-b2cc-8f33f5a693e4\",\n            \"companyName\": \"HHAexchange\",\n            \"title\": \"10000Mbps Port at Digital Realty NYC1\",\n            \"locationId\": 62,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1226,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"3e7fd1f8-d795-4054-a2be-711d9ad8bed9\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"8b40840f-ed06-4ece-99bd-e46634485265\",\n            \"companyName\": \"Anycast\",\n            \"title\": \"NextDC M1\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1227,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"c09f33d2-665a-46dc-9b5d-9f75572a37b0\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"fdd52227-12aa-42ba-90a7-16fa591a6152\",\n            \"companyName\": \"Unitas Global\",\n            \"title\": \"SEA1-L3 Port\",\n            \"locationId\": 146,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1228,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 40588\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"4b464e55-9e32-4690-99a8-dcab6ef2fcf5\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"0b20a454-84a2-4127-bb16-45de51c9fe41\",\n            \"companyName\": \"FiberLight, LLC\",\n            \"title\": \"10Gig Dallas Megaport\",\n            \"locationId\": 83,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 1229,\n            \"lag_id\": 2,\n            \"lag_primary\": true,\n            \"aggregation_id\": 40888\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"21599985-f1d2-4a53-8e32-c3b394af323a\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"0b20a454-84a2-4127-bb16-45de51c9fe41\",\n            \"companyName\": \"FiberLight, LLC\",\n            \"title\": \"10Gig Dallas Megaport Secondary\",\n            \"locationId\": 83,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 1230,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 40889\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"c299040d-f5bc-43bb-b34e-719e5021bad8\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"33f0111a-39b3-4238-bd5d-f747075aa21c\",\n            \"companyName\": \"Alorica Global Solutions, Inc.\",\n            \"title\": \"10G Port at CyrusOne Carrollton Red Zone\",\n            \"locationId\": 102,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1231,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"79a1f802-5684-41d4-95e1-f9d3f5614b09\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"33f0111a-39b3-4238-bd5d-f747075aa21c\",\n            \"companyName\": \"Alorica Global Solutions, Inc.\",\n            \"title\": \"10G Port at CyrusOne Sterling Red Zone\",\n            \"locationId\": 154,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1232,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"d39be0ff-d18b-4472-a20e-0829a5eb0b92\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"33f0111a-39b3-4238-bd5d-f747075aa21c\",\n            \"companyName\": \"Alorica Global Solutions, Inc.\",\n            \"title\": \"10G Port at CyrusOne Sterling Blue Zone\",\n            \"locationId\": 154,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1233,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"3a2fe968-485e-40d3-93d8-93492581b11d\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"f5fd1495-7474-4cab-ae4e-7720171ea5b8\",\n            \"companyName\": \"Sabre\",\n            \"title\": \"10G Port - CyrusOne Carrollton\",\n            \"locationId\": 102,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1234,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"7e885096-73c2-458d-8e15-417f5389d93f\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"ba85415f-477b-4ea8-8065-b3cfe5f089cf\",\n            \"companyName\": \"DCCONNECT GLOBAL LIMITED\",\n            \"title\": \"HKGC01-MP-10GE-01\",\n            \"locationId\": 47,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1235,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"603b63d1-9978-44de-95dd-e22420ca2d44\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"33c0e8bb-abca-487c-9894-bec9d2c55fb8\",\n            \"companyName\": \"iland\",\n            \"title\": \"iland MANPOD01 Megaport 603b63d1\",\n            \"locationId\": 90,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1236,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"6c80caa5-3923-45e5-82f8-8cc6e860bbe9\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"42824dfd-0b1a-4696-9c76-0f8306dea147\",\n            \"companyName\": \"5G Networks Operations Pty Ltd\",\n            \"title\": \"Intergrid Group at Vocus Albany [10Gbit]\",\n            \"locationId\": 51,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1237,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"85fb3a7e-9c01-4328-b674-e8bdbe22bf4e\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"40cdca23-7fc9-4de5-a728-09beedcbf241\",\n            \"companyName\": \"Exetel\",\n            \"title\": \" Exetel MEGAPORT at Equinix ME1\",\n            \"locationId\": 41,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1238,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"fbe6e595-b756-4759-91e5-4c6d1ea2e669\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"45f75acb-e418-4abf-b89f-cb05c70414dc\",\n            \"companyName\": \"Blue Apache\",\n            \"title\": \"BlueApache 10G Megaport at NEXTDC B1\",\n            \"locationId\": 5,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1239,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"c0d32adf-8f73-4d0c-8cba-3c39bdc8eb40\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"b6e227e0-2bac-4a99-85cc-1684aaac9db4\",\n            \"companyName\": \"Australian Private Network\",\n            \"title\": \"SYD3-MP-10G-002\",\n            \"locationId\": 6,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1240,\n            \"lag_id\": 9,\n            \"lag_primary\": true,\n            \"aggregation_id\": 45531\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"40e4fa97-b3e8-4000-add5-e3aee440be79\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"5dd50b0b-10d1-4cca-9e7f-140d36f409b5\",\n            \"companyName\": \"GLASFASER RUHR GmbH & Co. KG\",\n            \"title\": \"10G Megaport Frankfurt\",\n            \"locationId\": 130,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1241,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"9e127f95-82ee-4580-8c61-1fdf359e52e1\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"0931dcea-1d38-4698-8bbb-e9ffea823657\",\n            \"companyName\": \"Keller Williams Realty International\",\n            \"title\": \"Keller Williams Realty International\",\n            \"locationId\": 355,\n            \"speed\": 1000,\n            \"diversityZone\": null,\n            \"rank\": 1242,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"deccfef1-d4ee-4d6f-bb42-06f3e1f03b97\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"64f9c035-a293-4060-9d57-bb631b671caa\",\n            \"companyName\": \"Suncorp\",\n            \"title\": \"Polaris BNE 10Gb Megaport - A\",\n            \"locationId\": 44,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1243,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"09c91830-58ed-4cb3-be36-4f5f9ea2e2c6\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"383ec5a3-db27-4674-93c5-c21357abbeeb\",\n            \"companyName\": \"Opus Interactive\",\n            \"title\": \"Megaport-VA1-1\",\n            \"locationId\": 333,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 1244,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"495f35d0-3094-4c90-8891-16a5e5695683\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"42824dfd-0b1a-4696-9c76-0f8306dea147\",\n            \"companyName\": \"5G Networks Operations Pty Ltd\",\n            \"title\": \"Intergrid Group at Metronode Canberra\",\n            \"locationId\": 368,\n            \"speed\": 1000,\n            \"diversityZone\": null,\n            \"rank\": 1245,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"5072ed64-7ad4-4c48-bf7d-02a0f56799e4\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"c919dec2-d696-4b37-9a6c-22ff99a56135\",\n            \"companyName\": \"SIEGY\",\n            \"title\": \"10GB MP_Princeton\",\n            \"locationId\": 339,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 1246,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"1fabee96-c233-4fef-9cdc-b003d00a11c0\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"35ee7b9a-4832-43b9-aa8f-7f27514b05d0\",\n            \"companyName\": \"READIITEL\",\n            \"title\": \"S1 INTERNODE CONNECTIONS\",\n            \"locationId\": 10,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1247,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"aaf06b44-58fc-4613-af55-231e008f9bfc\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"35ee7b9a-4832-43b9-aa8f-7f27514b05d0\",\n            \"companyName\": \"READIITEL\",\n            \"title\": \"M1 INTERNODE CONNECTIONS\",\n            \"locationId\": 4,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1248,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"0690a7af-dea5-4c2c-add2-1f4fe42862e2\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"6af057a3-0168-43a6-813c-93bf54c03bb7\",\n            \"companyName\": \"Curtiss-Wright Flow Control Service Corp, dba, Curtiss Wright IT Shared Services\",\n            \"title\": \"1000Mbps Port at Digital Realty NJR3\",\n            \"locationId\": 117,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1249,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"8b7a2b1e-0d2b-4179-9f9b-3a85b99f5bdc\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"f72f74fe-13a9-4e67-9f45-deb2e9c05509\",\n            \"companyName\": \"Telehouse America\",\n            \"title\": \"Telehouse Resale -2\",\n            \"locationId\": 78,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1250,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 49569\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"2c43fc32-ecdf-4821-99dc-84703db6d8e0\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"2f20047b-274a-409f-b1bd-7103765b0e1b\",\n            \"companyName\": \"Gigafy\",\n            \"title\": \"GIGAFY_NDC_S1-P1\",\n            \"locationId\": 10,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1251,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"a8b1afa6-75bd-4f05-9958-1af3c0de62e2\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"bab19cfc-adb0-4bcd-b8d0-304b44613aec\",\n            \"companyName\": \"Fujitsu\",\n            \"title\": \"YVW-NOBP-10GE-P005\",\n            \"locationId\": 143,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1252,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"e5d91aee-8616-44d5-b51a-d73be97da1fa\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"3a6aa5a8-2c6a-48b9-b2c1-5bd9224a9502\",\n            \"companyName\": \"365 Data Centers\",\n            \"title\": \"AMC-LAX2\",\n            \"locationId\": 60,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1253,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"6568e24e-5824-4417-ba03-8151d4363de6\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"36a1f028-efbe-47ca-90c9-53b63eb0b720\",\n            \"companyName\": \"Earth Network Technology(Hong Kong)Co.,Limited\",\n            \"title\": \"9E-HK-Megai\",\n            \"locationId\": 47,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1254,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"2439a550-01fa-4002-82fe-9ea8b77dc29e\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"1a5d2304-ea4d-407c-8a91-10e72c2b9529\",\n            \"companyName\": \"Mavenir Systems, Inc\",\n            \"title\": \"us-dal-es01-Gi2/0/52\",\n            \"locationId\": 156,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1255,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"ee80f810-c4df-4675-9f91-ad5f81491b40\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"178d9736-6122-4647-920c-9e1e2b6e8046\",\n            \"companyName\": \"Acquire BPO\",\n            \"title\": \"USLAX01-MEGAPORT01\",\n            \"locationId\": 60,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1256,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"45647f62-2c91-4c89-8914-533524541d38\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"178d9736-6122-4647-920c-9e1e2b6e8046\",\n            \"companyName\": \"Acquire BPO\",\n            \"title\": \"USSJC01-MEGAPORT01\",\n            \"locationId\": 66,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1257,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"2f805355-e69c-40bc-a201-0e10f8a613fe\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"db22a94c-f9a6-4aec-8fd8-be9e7728482b\",\n            \"companyName\": \"ONiYN Networks\",\n            \"title\": \"ONiYN M1 Megaport\",\n            \"locationId\": 4,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1258,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"f7d5d63e-6572-4362-81e7-39b0fd0d49a0\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"1c3acfd6-e35b-4122-9212-b11ae3efe129\",\n            \"companyName\": \"Options IT\",\n            \"title\": \"HK1 Secondary\",\n            \"locationId\": 46,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1259,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"ca1e0866-84a4-4720-b181-ad4c3eaa4d57\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"35ee7b9a-4832-43b9-aa8f-7f27514b05d0\",\n            \"companyName\": \"READIITEL\",\n            \"title\": \"M2 INTERNODE CONNECTIONS\",\n            \"locationId\": 382,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1260,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"05aaad58-adfe-4941-89cd-dca7713ab9b2\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"07878808-382e-4997-805c-5b4193e4db85\",\n            \"companyName\": \"connect managed services (uk) limited\",\n            \"title\": \"CRISP_LD5_2 NNI-5159\",\n            \"locationId\": 90,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1261,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"1964deee-ffab-4290-bd74-581907593027\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"c3d80bd8-38d2-4c4d-baf4-1f4a602ec30e\",\n            \"companyName\": \"Hyperwave\",\n            \"title\": \"NextDC M1\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1262,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"b5fa8128-f49f-4e88-9a74-f9a7a8d0c9a0\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"80f1557b-72d8-45ae-899f-40c6b320757a\",\n            \"companyName\": \"GPK Group Pty Ltd\",\n            \"title\": \"GPK NSW S1\",\n            \"locationId\": 10,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1263,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"c1f7f781-1803-4b20-adc6-1ba9fd9641b2\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"42824dfd-0b1a-4696-9c76-0f8306dea147\",\n            \"companyName\": \"5G Networks Operations Pty Ltd\",\n            \"title\": \"Intergrid Group at Equinix PE2 [10Gbit]\",\n            \"locationId\": 367,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1266,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"5564080d-4312-4b4a-8406-ec81b38d3dfd\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"33c0e8bb-abca-487c-9894-bec9d2c55fb8\",\n            \"companyName\": \"iland\",\n            \"title\": \"iland MELPOD01 Megaport 5564080d\",\n            \"locationId\": 382,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1269,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"d5d5765e-bf4c-4a52-9f58-1bd73296b82a\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"9540e4fc-acb9-4ed8-972d-6daf71272dd2\",\n            \"companyName\": \"Aptum Technologies\",\n            \"title\": \"MTL CLOUD CONNECT 10G LAG 01\",\n            \"locationId\": 419,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1270,\n            \"lag_id\": 8,\n            \"lag_primary\": true,\n            \"aggregation_id\": 66149\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"3d9e84a7-aa0f-4908-8c4b-b14d39567fdb\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"80be83cb-d4e4-416a-b95f-23185107ff44\",\n            \"companyName\": \"Digital Realty (FKA TELX)\",\n            \"title\": \"10000Mbps Port at Digital Realty ASH1\",\n            \"locationId\": 140,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1272,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"1b3c3e49-bc89-4e61-8a5c-7002ea376ed0\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"3d655142-663f-41c5-86d6-be8b65ed7db2\",\n            \"companyName\": \"iFunny US, Inc.\",\n            \"title\": \"aggsw2/eth1/29\",\n            \"locationId\": 140,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1273,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"79b56abd-e228-4009-9d6c-4034f5911595\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"3d655142-663f-41c5-86d6-be8b65ed7db2\",\n            \"companyName\": \"iFunny US, Inc.\",\n            \"title\": \"aggsw1/eth1/29\",\n            \"locationId\": 140,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1274,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"21e92056-45ec-43c4-8397-b368bbba884c\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"9009d93a-d6f3-403c-baa0-749b415deeff\",\n            \"companyName\": \"BlueJeans Network\",\n            \"title\": \"10G Megaport Singapore\",\n            \"locationId\": 36,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1275,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"139c5672-9a33-498a-b2ce-7853063dffc4\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"db22a94c-f9a6-4aec-8fd8-be9e7728482b\",\n            \"companyName\": \"ONiYN Networks\",\n            \"title\": \"ONiYN NEXTDC S1 Megaport\",\n            \"locationId\": 10,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1276,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"1c139133-0c4e-458d-be40-fa2870aefd5f\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"9e4728f4-4b00-4287-88a8-24ef2fbe9ba8\",\n            \"companyName\": \"Fastmetrics\",\n            \"title\": \"Fastmetrics SFO1\",\n            \"locationId\": 141,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1277,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"8a9d1fe5-553d-44ef-a49c-a7d7d4d21301\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"637d0bd6-10bd-4a09-90a7-3617b6ee4591\",\n            \"companyName\": \"Bluebird Network, LLC\",\n            \"title\": \"KCBB-ENNI-19050-01-KCBB\",\n            \"locationId\": 324,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1278,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"99cd126c-d308-482d-b7b7-4c0a559a2ff5\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"b311c059-27d2-4ca2-9ab0-d01ccebd1ea1\",\n            \"companyName\": \"Mammoth Media\",\n            \"title\": \"ns1\",\n            \"locationId\": 10,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1280,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"ef889f1d-c53d-4797-8ce7-0fdd64ed897d\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"42824dfd-0b1a-4696-9c76-0f8306dea147\",\n            \"companyName\": \"5G Networks Operations Pty Ltd\",\n            \"title\": \"NextDC P1\",\n            \"locationId\": 50,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1281,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"12d648ac-bae4-4a53-b49c-1f5b37b8f4f7\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"163db7df-62a0-4bd6-bb58-62e57a8e6866\",\n            \"companyName\": \"Tgs-Nopec Geophysical Company\",\n            \"title\": \"10000Mbps Port at Digital Realty Houston\",\n            \"locationId\": 466,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1282,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"90ade37b-308e-438f-8370-97d57f32bffb\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"dfcbe393-bab1-4766-b251-7a426f97242e\",\n            \"companyName\": \"PPM America, Inc.\",\n            \"title\": \"10000Mbps Port at Digital Realty CHI1\",\n            \"locationId\": 64,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1283,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 77788\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"60093646-dd77-40f3-ab49-9c6997d739ac\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"dfcbe393-bab1-4766-b251-7a426f97242e\",\n            \"companyName\": \"PPM America, Inc.\",\n            \"title\": \"10000Mbps Port at Digital Realty Chicago ORD14\",\n            \"locationId\": 464,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1284,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"b5b6ef76-305f-44fc-859a-5bb3b0f09f8a\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"7251ecea-30eb-4f54-bd12-b2f0763c4678\",\n            \"companyName\": \"Ideal Integrations, LLC\",\n            \"title\": \"TPA01-1\",\n            \"locationId\": 388,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 1285,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"bc157726-32bc-45b7-9519-97c19352e574\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"17b8f6c1-1cb6-4316-bf4b-f6dc50133a3c\",\n            \"companyName\": \"Virtutel\",\n            \"title\": \"Megaport SYD\",\n            \"locationId\": 10,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1286,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"74c930d4-0201-410e-a67e-655f5bc5f31a\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"92f0cdb9-1440-49b5-814d-bd5e2b53c961\",\n            \"companyName\": \"Telair Pty Ltd\",\n            \"title\": \"TA-B1-MP10G\",\n            \"locationId\": 5,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1287,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"3b40fab3-e04d-4d50-894c-95fb599f1029\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"fdd52227-12aa-42ba-90a7-16fa591a6152\",\n            \"companyName\": \"Unitas Global\",\n            \"title\": \"HKG1-L3 Port\",\n            \"locationId\": 46,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1289,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 82318\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"3a174a65-3262-439d-9c54-ff526f55c769\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"fdd52227-12aa-42ba-90a7-16fa591a6152\",\n            \"companyName\": \"Unitas Global\",\n            \"title\": \"SYD1-L3 Port\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1290,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 82328\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"1a337acc-9d00-42d4-aa1b-abaeb0ab6523\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"ab75e3d7-cdaa-42a9-959d-bc5a7963c85a\",\n            \"companyName\": \"Cedars-Sinai Medical Center\",\n            \"title\": \"10000Mbps Port at Digital Realty LOS1\",\n            \"locationId\": 63,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1291,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"24a7a801-ab0b-4af7-baaf-195bfedc2273\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"fee19908-26ae-4539-baa7-0d8017b31e10\",\n            \"companyName\": \"Voxbone\",\n            \"title\": \"P1.EDG-01-2305.HK1-HKC \",\n            \"locationId\": 47,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1292,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"13ee072b-9100-4593-ac33-3b75a1e55dd3\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"5c751ccd-4213-4436-a552-998ab248c1c9\",\n            \"companyName\": \"Extell Development Company\",\n            \"title\": \"10000Mbps Port at Digital Realty NJR3\",\n            \"locationId\": 117,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1293,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"d9b56c33-676d-4ecd-b349-d435bf8a10d0\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"bef8ea14-a02b-4822-acbe-cb06988468c6\",\n            \"companyName\": \"Broadsoft Contact Center, Inc.\",\n            \"title\": \"1000Mbps Port at Digital Realty NYC1\",\n            \"locationId\": 62,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1294,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"8451487c-f327-42d2-b6ed-9de4fd6914f8\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"fcb9faf0-cc95-4512-9dbc-2b80f421f984\",\n            \"companyName\": \"Pure Peak Ltd.\",\n            \"title\": \"10000Mbps Port at Digital Realty NJR3\",\n            \"locationId\": 117,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1295,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"f7395128-8c06-4c62-8048-cda9da5cf1a7\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"5f5935a3-f61e-4e05-8d1e-42ebf3b4cd55\",\n            \"companyName\": \"Ulta Inc\",\n            \"title\": \"10G Port at Aurora II - Port 1\",\n            \"locationId\": 152,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1296,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"dc357dcd-f868-4a04-aa10-3a28cc5709ef\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"5f5935a3-f61e-4e05-8d1e-42ebf3b4cd55\",\n            \"companyName\": \"Ulta Inc\",\n            \"title\": \"10G Port at Aurora II - Port 2\",\n            \"locationId\": 152,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1297,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"39b15665-249b-4b4c-86fb-069a7136f165\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"1fc08802-f7d5-4a84-ad91-1fa000d0bfe6\",\n            \"companyName\": \"ON24, Inc.\",\n            \"title\": \"1000Mbps Port at Digital Realty SCL2\",\n            \"locationId\": 65,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1298,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"7db8ac0f-eb45-4ee8-805d-1806ba4eece6\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"1462fa8f-e677-406b-bf24-14eeb577a804\",\n            \"companyName\": \"Gilder Gagnon Howe & Co., LLC\",\n            \"title\": \"1000Mbps Port at Digital Realty NJR3\",\n            \"locationId\": 117,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1299,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"15b401ab-d9c5-4559-847d-3aa421b0c4c8\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"1462fa8f-e677-406b-bf24-14eeb577a804\",\n            \"companyName\": \"Gilder Gagnon Howe & Co., LLC\",\n            \"title\": \"1000Mbps Port at Digital Realty NJR3\",\n            \"locationId\": 117,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1300,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"8ed0a6cc-b2b6-4afe-b448-465dd8f7a578\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"1480c07a-222c-421a-974c-03cac4cf4d1e\",\n            \"companyName\": \"Toyota Motor Credit Corporation\",\n            \"title\": \"10000Mbps Port at Digital Realty PHX1\",\n            \"locationId\": 236,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1301,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"78723038-d913-436f-8cc1-862312fa9a22\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"42824dfd-0b1a-4696-9c76-0f8306dea147\",\n            \"companyName\": \"5G Networks Operations Pty Ltd\",\n            \"title\": \"220Q\",\n            \"locationId\": 310,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1302,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"4bca1d4e-0124-49b3-b668-1c1fad3624a3\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"4952ef10-6df4-415c-8d63-79e41ae06402\",\n            \"companyName\": \"Cloudpath\",\n            \"title\": \"AMNT-CT1/MP/10-G\",\n            \"locationId\": 537,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 1303,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"d8f5771e-5e13-4699-9b0f-32635b4bd24d\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"85c5287e-d1e7-423e-b911-6b6e51b8e094\",\n            \"companyName\": \"Intrado Life & Safety, Inc.\",\n            \"title\": \"LA1 - 1\",\n            \"locationId\": 60,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1304,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"1a6ddd24-d2fa-41ef-9fd6-d4a110741287\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"85c5287e-d1e7-423e-b911-6b6e51b8e094\",\n            \"companyName\": \"Intrado Life & Safety, Inc.\",\n            \"title\": \"NYC1 - 1\",\n            \"locationId\": 62,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1305,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"93e0257b-7a21-4b21-a327-335348fcd225\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"48a38a9b-d7c8-4388-a706-45a26efc9e92\",\n            \"companyName\": \"2talk Ltd\",\n            \"title\": \"2talk-q220\",\n            \"locationId\": 32,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1307,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"51da8700-a5e8-4229-a0d9-19959fa234ef\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"200bb018-7344-4cf5-8609-e95f59d07c54\",\n            \"companyName\": \"AireSpring\",\n            \"title\": \"AireSpring LAX-NNI#1 10GB\",\n            \"locationId\": 60,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1308,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"06ac8095-bd6f-4cf3-99a0-2189f5dfa0a0\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"200bb018-7344-4cf5-8609-e95f59d07c54\",\n            \"companyName\": \"AireSpring\",\n            \"title\": \"AireSpring LAX-NNI#2 10GB\",\n            \"locationId\": 60,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1309,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"e3308dfc-82f1-47f3-a22a-d8b8362b9611\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"200bb018-7344-4cf5-8609-e95f59d07c54\",\n            \"companyName\": \"AireSpring\",\n            \"title\": \"AireSpring NYC-NNI#1 10GB\",\n            \"locationId\": 62,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1310,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"94dea9ed-4a06-4e1b-a804-978abf7c2d1b\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"200bb018-7344-4cf5-8609-e95f59d07c54\",\n            \"companyName\": \"AireSpring\",\n            \"title\": \"AireSpring CHI-NNI#1 10GB\",\n            \"locationId\": 64,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1311,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"aa49b9ca-120f-4d60-8145-dc08acd80db8\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"200bb018-7344-4cf5-8609-e95f59d07c54\",\n            \"companyName\": \"AireSpring\",\n            \"title\": \"AireSpring DAL-NNI#1 10GB\",\n            \"locationId\": 71,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1312,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"28aa9e45-4e27-4e04-a8bc-503451ee7486\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"c981a93f-04bd-40e7-be9d-c3a9d2754b3e\",\n            \"companyName\": \"Imperva Inc\",\n            \"title\": \"Imperva-SYD\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1313,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 100278\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"969901a2-b313-4f36-8740-8b32132023b9\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"fdd52227-12aa-42ba-90a7-16fa591a6152\",\n            \"companyName\": \"Unitas Global\",\n            \"title\": \"MIA1-L3 Port\",\n            \"locationId\": 234,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1314,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 100645\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"363a955f-6c86-410d-a968-cf21de7ad325\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"7202ad8f-63c9-4f37-9c96-671ea36c3ac0\",\n            \"companyName\": \"Netskope Inc\",\n            \"title\": \"MP-ORD1\",\n            \"locationId\": 319,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 1315,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"f30ce32e-711d-4f5f-b621-ac81d93e12b8\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"200bb018-7344-4cf5-8609-e95f59d07c54\",\n            \"companyName\": \"AireSpring\",\n            \"title\": \"AireSpring CHI-NNI#2\",\n            \"locationId\": 64,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1316,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"7542dc80-10b2-4425-b6ca-7ed1ac6c4816\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"5c7e9343-dd69-486c-882b-3a66ab9bfd1e\",\n            \"companyName\": \"Vault Systems\",\n            \"title\": \"GSU1\",\n            \"locationId\": 3,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1317,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"de61bfb7-a3b0-4325-95aa-4d4c74319246\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"ef3a2faf-0262-4d1a-a40e-f76712d2ebfe\",\n            \"companyName\": \"Arista Networks, Inc.\",\n            \"title\": \"10000Mbps Port at Digital Realty SCL2\",\n            \"locationId\": 65,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1319,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"eaa72b27-576b-410d-9843-23a0ed1c6ab6\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"42824dfd-0b1a-4696-9c76-0f8306dea147\",\n            \"companyName\": \"5G Networks Operations Pty Ltd\",\n            \"title\": \"Intergrid Group at YourDC Edinburgh (10Gbps)\",\n            \"locationId\": 553,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 1320,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"ec9d0777-75d3-4314-9142-eb8957aea8be\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"f9c6f7cc-2afe-45b6-bf6f-3ee5866c45ab\",\n            \"companyName\": \"Launtel Pty Ltd\",\n            \"title\": \"NextDC-M1\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1321,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"6a8d0da2-5e7a-40d4-afe5-47ca307f5841\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"2148838e-956b-4d3e-9d3b-7c833f71909a\",\n            \"companyName\": \"Rackspace US, Inc\",\n            \"title\": \"10000Mbps Port at Digital Realty ASH1\",\n            \"locationId\": 140,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1322,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"1354491b-6679-4699-9e06-cc8f1b9df6b8\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"20b80c7b-8c7a-4eef-8e1c-8f0519458edc\",\n            \"companyName\": \"Hyperspike\",\n            \"title\": \"HS-NDC-VIC-M2\",\n            \"locationId\": 382,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1323,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 107594\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"a2870171-99ed-44cd-bfca-0f235bf0d2b1\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"4937b633-ae10-4043-8910-a675139444bd\",\n            \"companyName\": \"ISPNET\",\n            \"title\": \"NextDC M1\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1324,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"48aa073a-274f-4a98-92f5-a65f09e49c7f\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"812b4513-e26c-4022-82a6-318bbc8662d8\",\n            \"companyName\": \"Alpha Theory, LLC\",\n            \"title\": \"1000Mbps Port at Digital Realty ATL1\",\n            \"locationId\": 116,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1326,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"08905e77-44a3-419c-ac95-2e780d92c75a\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"f3e9a767-cc6c-4bf0-aadc-1a81eb0391b8\",\n            \"companyName\": \"Yellowbrick Data, Inc.\",\n            \"title\": \"10000Mbps Port at Digital Realty FRA11\",\n            \"locationId\": 255,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1327,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"a2dd1c0b-35df-4d08-9968-0eb02a9c53ec\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"b2e174d5-a6ae-48bd-9110-fa746c1448b9\",\n            \"companyName\": \"ASE\",\n            \"title\": \"ASE Megaport @ S1\",\n            \"locationId\": 10,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1328,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 114151\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"16a039e7-44d0-48d1-ab00-d8824f21f5b9\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"c1cd9364-6978-46b9-b97a-3e6afe56ff17\",\n            \"companyName\": \"SEMrush Inc\",\n            \"title\": \"10000Mbps Port at Digital Realty ASH1\",\n            \"locationId\": 140,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1330,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"999883a7-f643-414d-afaf-5ece16e3b566\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"c1cd9364-6978-46b9-b97a-3e6afe56ff17\",\n            \"companyName\": \"SEMrush Inc\",\n            \"title\": \"10000Mbps Port at Digital Realty ASH1\",\n            \"locationId\": 140,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1331,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"51638960-eb30-4da8-8204-4453fcfba0b2\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"6b8fb919-1657-4599-808c-9e86bdd93b85\",\n            \"companyName\": \"Artfiles New Media GmbH\",\n            \"title\": \"ECIX LAG #1\",\n            \"locationId\": 124,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1333,\n            \"lag_id\": 8,\n            \"lag_primary\": true,\n            \"aggregation_id\": 120922\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"8f2fea88-7c65-4c33-86bf-d0bb75fa970a\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"6e463751-4823-489f-b951-0e1b063a4ffa\",\n            \"companyName\": \"Sentinel Technologies Inc.\",\n            \"title\": \"10000Mbps Port at Digital Realty CHI1\",\n            \"locationId\": 64,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1334,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"516edbb5-8b85-454b-b5fb-da411f659f89\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"4e5c9708-3ae2-4534-b975-4ca8ec40bc6b\",\n            \"companyName\": \"EscapeNet\",\n            \"title\": \"Adelaide\",\n            \"locationId\": 549,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 1338,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"6bbc9bc0-b283-4ee7-af7f-877ff65b5c70\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"fcb9faf0-cc95-4512-9dbc-2b80f421f984\",\n            \"companyName\": \"Pure Peak Ltd.\",\n            \"title\": \"10000Mbps Port at Digital Realty NJR3\",\n            \"locationId\": 117,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1339,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"903a3186-02c2-413f-8dbe-4529dfc783a9\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"33c0e8bb-abca-487c-9894-bec9d2c55fb8\",\n            \"companyName\": \"iland\",\n            \"title\": \"iland RESPOD01 Megaport 903a3186\",\n            \"locationId\": 68,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1340,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"fb34551a-3207-4f9c-9240-4b9cf71c2a1c\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"d12f6d92-00c4-40c5-93af-a6ac44e6a9d0\",\n            \"companyName\": \"Voyager Internet Limited\",\n            \"title\": \"Voyager 10G Megaport at MDR\",\n            \"locationId\": 111,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1341,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"c3e2678a-f8ab-45a2-b768-5e2f182348c2\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"09713a21-b762-4091-95cb-3a7d234071ce\",\n            \"companyName\": \"Vector Communications\",\n            \"title\": \"VCS-104293 Vector Comms 10G at Equinix\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1342,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"d347bcfa-5f2d-408a-8693-01579f7fb993\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"c6b15539-5824-439f-8af9-b595d4e600e0\",\n            \"companyName\": \"Cloudflare\",\n            \"title\": \"Network Interconnect 10G Port Telehouse North\",\n            \"locationId\": 256,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1343,\n            \"lag_id\": 11,\n            \"lag_primary\": true,\n            \"aggregation_id\": 138592\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"8d93115d-f086-4683-993e-68af355c1f4f\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"IBM Cloud Direct Link 2.0 Frankfurt Port 2 \",\n            \"locationId\": 130,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1344,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 138866\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"4d81a26c-c31a-4da8-b94d-2ac16ebcbafa\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"fdd52227-12aa-42ba-90a7-16fa591a6152\",\n            \"companyName\": \"Unitas Global\",\n            \"title\": \"BOS2-L3 Port\",\n            \"locationId\": 244,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1345,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 139310\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"9d4e0f7d-f567-4f7e-855a-6fc2389c7967\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"c6b15539-5824-439f-8af9-b595d4e600e0\",\n            \"companyName\": \"Cloudflare\",\n            \"title\": \"Network Interconnect 10G Port Digital Realty NYC2\",\n            \"locationId\": 78,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1346,\n            \"lag_id\": 10,\n            \"lag_primary\": true,\n            \"aggregation_id\": 139318\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"3c32bbf9-e0a4-4e12-b31c-df300c9fdd33\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"fdd52227-12aa-42ba-90a7-16fa591a6152\",\n            \"companyName\": \"Unitas Global\",\n            \"title\": \"PAR1 Pop Connection \",\n            \"locationId\": 515,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1347,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 140392\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"e196d933-4d0b-4e72-ba3c-540eda4bdf87\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"fdd52227-12aa-42ba-90a7-16fa591a6152\",\n            \"companyName\": \"Unitas Global\",\n            \"title\": \"MAN1 Port Connection\",\n            \"locationId\": 605,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 1348,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 140400\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"62be4bd3-9ce3-4497-a80d-a5677d154d8f\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"fdd52227-12aa-42ba-90a7-16fa591a6152\",\n            \"companyName\": \"Unitas Global\",\n            \"title\": \"PHL1 Port Connection\",\n            \"locationId\": 371,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 1349,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 140408\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"64b93788-51a1-4fdb-8d6b-a5fcf75df38a\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"d2a431c2-9f35-444b-8d8d-2b08cb2b50f2\",\n            \"companyName\": \"1WorldSync, Inc\",\n            \"title\": \"ORD2-USEast4\",\n            \"locationId\": 647,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 1350,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"b34ec423-4f23-43ae-aa08-837b8b58927b\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"6208923d-1080-4455-9098-c293e6fb9d0a\",\n            \"companyName\": \"First Focus\",\n            \"title\": \"First Focus SmartCloud EQX-SY1\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1351,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"8f45f1f7-434c-42f0-8119-9543ca570f33\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"6208923d-1080-4455-9098-c293e6fb9d0a\",\n            \"companyName\": \"First Focus\",\n            \"title\": \"First Focus SmartCloud EQX-ME1\",\n            \"locationId\": 41,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1352,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"c21cdedb-9b26-4278-93de-50e77b718d55\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"8e193d12-e3d1-4c84-ac09-bd73cc77d294\",\n            \"companyName\": \"Pure IP\",\n            \"title\": \"Equinix AM5, Amsterdam\",\n            \"locationId\": 85,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1353,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"05264e82-3620-45ea-9fc1-f393b26c6a28\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"e72bd065-8ae4-44c9-bbaa-9c5b89d35ebf\",\n            \"companyName\": \"OVHcloud\",\n            \"title\": \"OVHcloud Connect - London - Equinix - LD5 - #1B1\",\n            \"locationId\": 90,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1354,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"fc51eaed-6761-4a36-95f2-0a779266debd\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"8e193d12-e3d1-4c84-ac09-bd73cc77d294\",\n            \"companyName\": \"Pure IP\",\n            \"title\": \"Equinix LD5, Slough\",\n            \"locationId\": 90,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1355,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"468f1793-0c00-4e1b-a412-4cee0d6c853c\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"9abf8dc6-949d-48ba-bcce-443db4e407ba\",\n            \"companyName\": \"AE Backoffice, LLC (fka HLW)\",\n            \"title\": \"10000Mbps Port at Digital Realty NJR3\",\n            \"locationId\": 117,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1356,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"f64a4489-2866-4c59-bb8f-ebc28bcc3585\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"72f3164d-8d37-4348-8474-6a57abe361e9\",\n            \"companyName\": \"Blockstream USA Corporation\",\n            \"title\": \"1000Mbps Port at Digital Realty SFR2\",\n            \"locationId\": 141,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1357,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"01236721-951e-4df5-92e8-bdad56891c76\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"45f75acb-e418-4abf-b89f-cb05c70414dc\",\n            \"companyName\": \"Blue Apache\",\n            \"title\": \"Core - SGP - Megaport\",\n            \"locationId\": 36,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1358,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"c415516c-b9ec-401d-959b-855d4978e10e\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"3a6aa5a8-2c6a-48b9-b2c1-5bd9224a9502\",\n            \"companyName\": \"365 Data Centers\",\n            \"title\": \"AMC-ATL1\",\n            \"locationId\": 116,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1359,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"df386562-3af2-42e6-a1c5-262d8abadbbe\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"3a6aa5a8-2c6a-48b9-b2c1-5bd9224a9502\",\n            \"companyName\": \"365 Data Centers\",\n            \"title\": \"AMC-DEN1\",\n            \"locationId\": 528,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 1360,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"5331286b-4aec-4171-965e-5d79866bf9c5\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"3a6aa5a8-2c6a-48b9-b2c1-5bd9224a9502\",\n            \"companyName\": \"365 Data Centers\",\n            \"title\": \"AMC-SLC1\",\n            \"locationId\": 479,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 1361,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"0a0d9a7f-14cc-4f52-96cf-7de6e1d72302\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"3a6aa5a8-2c6a-48b9-b2c1-5bd9224a9502\",\n            \"companyName\": \"365 Data Centers\",\n            \"title\": \"AMC-PHX1\",\n            \"locationId\": 576,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 1362,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"cab2890a-a7d1-4c6d-a5a5-0e591e5c77df\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"3a6aa5a8-2c6a-48b9-b2c1-5bd9224a9502\",\n            \"companyName\": \"365 Data Centers\",\n            \"title\": \"AMC-YUL1\",\n            \"locationId\": 419,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1363,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"1bea72ab-6442-4756-aa0c-69cbbad23574\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"3a6aa5a8-2c6a-48b9-b2c1-5bd9224a9502\",\n            \"companyName\": \"365 Data Centers\",\n            \"title\": \"AMC-YVR1\",\n            \"locationId\": 442,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1364,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"76b523c2-b0e1-4651-8ed4-526a8464502a\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"5c2dad92-f72b-4d0b-ad75-388455cbebdd\",\n            \"companyName\": \"Thomax Technology\",\n            \"title\": \"Sydney DC\",\n            \"locationId\": 6,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1365,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"d08d9f56-43e5-4888-918d-95438a633020\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"5c2dad92-f72b-4d0b-ad75-388455cbebdd\",\n            \"companyName\": \"Thomax Technology\",\n            \"title\": \"Melbourne DC\",\n            \"locationId\": 41,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1366,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"3d3bd29e-fe31-4316-a270-d76d5b86029f\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"1403e8e6-016c-4752-9445-5b73301153de\",\n            \"companyName\": \"Origin Net\",\n            \"title\": \"ON-MEL.NDC2-MEGAPORT\",\n            \"locationId\": 382,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1367,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 153403\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"0e90a2b3-1ae3-4dec-b5f1-5d46083bc2fc\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"3612c362-be6c-4c62-b3d2-5b172a13b67d\",\n            \"companyName\": \"Over the Wire\",\n            \"title\": \"OTW 101mal.per\",\n            \"locationId\": 50,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1368,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"6bc79a99-af8d-41ab-bd83-0d544cb716fa\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"3df1faea-da9f-4417-ae7e-0f5abffbc0ed\",\n            \"companyName\": \"Great Plains Communications\",\n            \"title\": \"OMAHNE10G\",\n            \"locationId\": 646,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 1369,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"4e08402f-ea2a-41af-921b-5b6a7810973d\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"5432c46e-b304-4f53-95f7-fe052ee09c0a\",\n            \"companyName\": \"KsFiberNet\",\n            \"title\": \"KsFiberNet at 1623 FARNAM DATA CENTER\",\n            \"locationId\": 646,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 1370,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"c0b592f8-e159-4a4d-94cc-eb76554cca54\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"0a35de96-99bb-4d78-b77d-bfba91c885a8\",\n            \"companyName\": \"INAP\",\n            \"title\": \"megaport-33: mes1.sje; port29\",\n            \"locationId\": 66,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1371,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"55435c8d-892b-44d2-95db-c6ebeea564da\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"0a35de96-99bb-4d78-b77d-bfba91c885a8\",\n            \"companyName\": \"INAP\",\n            \"title\": \"megaport-34: mes2.sje; port29\",\n            \"locationId\": 66,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1372,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"13ce1076-6393-4d95-a8b8-c7597f226ce9\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"09f88f58-1104-4d5a-bf1e-563911735c8b\",\n            \"companyName\": \"William Blair & Company, L.L.C.\",\n            \"title\": \"10000Mbps Port at Digital Realty Chicago ORD14\",\n            \"locationId\": 464,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1373,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"7c98d59f-7929-4ae3-9396-6f5d6835b0f4\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"178d9736-6122-4647-920c-9e1e2b6e8046\",\n            \"companyName\": \"Acquire BPO\",\n            \"title\": \"JPNRT01-MEGAPORT01\",\n            \"locationId\": 560,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1374,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"51d80a56-3e95-45f7-a22e-65a9aab623db\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"4b4dfe81-45b1-44ef-8eed-b0a7b6326091\",\n            \"companyName\": \"Riverbed Technology, Inc.\",\n            \"title\": \"10000Mbps Port at Digital Realty SFR2\",\n            \"locationId\": 141,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1375,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"8168bab9-fafc-4804-a19c-7a2dd45208e6\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"726f6ed3-087b-4173-b989-a1167af123bc\",\n            \"companyName\": \"ABS Global Trading Limited\",\n            \"title\": \"TOR SEC Primary\",\n            \"locationId\": 607,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1377,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"5b62a34b-8999-43ab-88e0-d2e3e96bf960\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"5e5d75e5-3f8d-4a11-a0ee-62d651774e43\",\n            \"companyName\": \"Symbio\",\n            \"title\": \"GSW SG -Megaport\",\n            \"locationId\": 39,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1379,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"196bed60-2fcc-4c1d-98be-213ab5a34ccc\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"48af5976-ae5b-4882-88fc-7708ebf8cf91\",\n            \"companyName\": \"Gryphon.ai\",\n            \"title\": \"TT Port (LA)\",\n            \"locationId\": 60,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1381,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"187abe9e-2ca4-42f6-aa95-bf0a77dc02ba\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"6b818ea1-3659-4ee9-8230-7ec8f4afc013\",\n            \"companyName\": \"HGC-HK\",\n            \"title\": \"HK-MTRC\",\n            \"locationId\": 47,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1382,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"cfa59227-61af-42ac-ad3d-46547d57652a\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"53fb1c60-21bd-403d-b083-a2d36d992578\",\n            \"companyName\": \"OneQode\",\n            \"title\": \"CoresiteLA01\",\n            \"locationId\": 60,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1383,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"04664bbb-dde0-4eef-9f35-8011ca6975d2\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"ee947936-2f34-4152-93cc-b26ecf9d7d34\",\n            \"companyName\": \"Digital Pacific\",\n            \"title\": \"Hostopia Australia - Equinix ME2 #1 (ME1)\",\n            \"locationId\": 41,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1384,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"ff1ad4ba-4c99-403f-9664-50e960476e99\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"5f70097a-1ee3-4c80-b451-78db2a8bcc07\",\n            \"companyName\": \"Alameda-Contra Costa Transit District\",\n            \"title\": \"1000Mbps Port at Digital Realty SFR2\",\n            \"locationId\": 141,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1385,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"b27cce26-3669-43a9-9d45-3849f5c76a3b\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"ac28416e-7eda-44c7-948b-bf9aef229b56\",\n            \"companyName\": \"Lazard\",\n            \"title\": \"10000Mbps Port at Digital Realty Chicago ORD14\",\n            \"locationId\": 464,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1386,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"67bfeff9-9443-470f-93a4-a53d34e82dbf\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"ea2c4011-2ee1-4070-835d-65bc2f9312d9\",\n            \"companyName\": \"Arteria Comunicaciones SA de CV\",\n            \"title\": \"1000Mbps Port at Digital Realty CHI1\",\n            \"locationId\": 64,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1387,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"4d986473-10ed-4ecf-a6f2-e245ce2f6d53\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"ea2c4011-2ee1-4070-835d-65bc2f9312d9\",\n            \"companyName\": \"Arteria Comunicaciones SA de CV\",\n            \"title\": \"1000Mbps Port at Digital Realty CHI1\",\n            \"locationId\": 64,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1388,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"f81cad7b-6ccc-4714-b5cb-629c36ec5a94\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"3c9936b9-68d5-4c16-b391-ca693eb4ec1b\",\n            \"companyName\": \"Telx New Portal\",\n            \"title\": \"10000Mbps Port at Digital Realty DAL3\",\n            \"locationId\": 156,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1389,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 173354\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"b9c9571c-aa59-4ab6-a581-1707b3915091\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"4e48a6b5-7adf-4d12-833f-fcc816f6ff3b\",\n            \"companyName\": \"Compass Communications Ltd\",\n            \"title\": \"Compass Grafton\",\n            \"locationId\": 416,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 1390,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"ced3092a-d9e2-47ed-a7af-4eab95365a41\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"78d4d901-a320-44c3-a90d-9da9fa84b9c9\",\n            \"companyName\": \"Beanfield Technologies, Inc. \",\n            \"title\": \"BEANFIELD-EQXSE2-MEGAPORT-10G-NNI-IOC154\",\n            \"locationId\": 57,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1391,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"d8702e5c-05a7-4938-9530-2300d56b90a5\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"60f6ab74-ba33-4a2c-8538-cc9a18132f11\",\n            \"companyName\": \"Network Solutions Group\",\n            \"title\": \"AU04-MP02\",\n            \"locationId\": 383,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1392,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"7eec6072-dd23-4f2c-8765-49630dba9694\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"33c0e8bb-abca-487c-9894-bec9d2c55fb8\",\n            \"companyName\": \"iland\",\n            \"title\": \"iland STRPOD01 Megaport 7eec6072\",\n            \"locationId\": 154,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1394,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"9f2b13c7-b680-4a64-9c08-37b170fb744e\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"0299b3c5-4d9d-457a-90a0-28a1d577e5b7\",\n            \"companyName\": \"phoenixNAP Bare Metal Cloud\",\n            \"title\": \"PhoenixNAP Bare Metal Cloud - AMS\",\n            \"locationId\": 518,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 1395,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"c9c427c2-dd3a-4d2b-bd0f-d921dfea6ba5\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"31ce89b8-e5f3-4eae-a78e-f8de4b5331c1\",\n            \"companyName\": \"Vigilant.IT\",\n            \"title\": \"Vigilant.IT Equinix DC\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1397,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"7a1588c7-b1aa-46c7-9ae9-df3e6f508118\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"f03f4fbd-d850-463a-aef7-49e1bc63676f\",\n            \"companyName\": \"Atlas Copco North America LLC\",\n            \"title\": \"1000Mbps Port at Digital Realty DAL1\",\n            \"locationId\": 72,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1399,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"7ba90a8e-ff84-49cb-bd3a-079cfe949866\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"270d23e5-b597-4d51-bec4-4a508484398f\",\n            \"companyName\": \"Backblaze INC.\",\n            \"title\": \"Megaport-100G-1\",\n            \"locationId\": 66,\n            \"speed\": 100000,\n            \"diversityZone\": null,\n            \"rank\": 1400,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 183960\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"35c39ceb-3691-49ff-bdb3-779c9e58288b\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"3dd9adeb-128a-4f5a-bc5a-427dd8d23aea\",\n            \"companyName\": \"The Results Companies, LLC\",\n            \"title\": \"10000Mbps Port at Digital Realty ATL1\",\n            \"locationId\": 116,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1404,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"907c9fa8-cfdf-43d2-968a-c1b090db861d\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"de37aa52-9d10-424d-91ff-32af1b3663f6\",\n            \"companyName\": \"Talk To You Soon\",\n            \"title\": \"sydb_10g_02\",\n            \"locationId\": 3,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1406,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"10874d70-135b-4586-ac5b-c11ca1810b94\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"7202ad8f-63c9-4f37-9c96-671ea36c3ac0\",\n            \"companyName\": \"Netskope Inc\",\n            \"title\": \"LON1-Interxion-NTSKP\",\n            \"locationId\": 91,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 1407,\n            \"lag_id\": 8,\n            \"lag_primary\": true,\n            \"aggregation_id\": 207701\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"00b576f4-1ae1-471d-845f-e711c00080c4\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"3101a036-ba7c-444c-8687-28fbbafbc606\",\n            \"companyName\": \"REDD\",\n            \"title\": \"SYD1-01-10G\",\n            \"locationId\": 6,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1408,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"aa613ec1-c221-4f06-8249-9b18065e35ee\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"5bbba6b4-3dee-44a2-8ba9-8d349f871de4\",\n            \"companyName\": \"Canon Business Services Australia Pty Ltd\",\n            \"title\": \"NDC\",\n            \"locationId\": 10,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1409,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"58026d76-c2ff-4554-afc3-32a7707a527e\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"a64f90d2-acd1-4c9c-ac68-c6c9b86b8df4\",\n            \"companyName\": \"Servers Australia Pty Ltd\",\n            \"title\": \"SAU - Brisbane - Equinix BR1\",\n            \"locationId\": 17,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 1412,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"675d1aa6-5ed9-4fef-b6e9-1892cc55f3b0\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"58d6c1da-81e1-4c0c-af22-ffe7aee9fccb\",\n            \"companyName\": \"ERA Ltd\",\n            \"title\": \"ERA\",\n            \"locationId\": 413,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 1413,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"28e2c914-0ec6-4a3e-b0f7-c695e39f814f\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"638d40f3-649a-4869-8576-c7bc72d7747f\",\n            \"companyName\": \"Enter\",\n            \"title\": \"KIT Interconnessione Francoforte\",\n            \"locationId\": 131,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1414,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"9fb8386d-ee76-4aa2-8778-f9dbb5d45285\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"3a9f3003-fa40-4453-84c6-bba237d9a65b\",\n            \"companyName\": \"Cincinnati Bell\",\n            \"title\": \"MP-CHI-1\",\n            \"locationId\": 69,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1415,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"e6371430-c07a-4219-ad00-04eeb745b8c9\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"dddde1c2-c754-4261-9730-cd2bcaf7acca\",\n            \"companyName\": \"Binary Networks\",\n            \"title\": \"NDC_B2_10G\",\n            \"locationId\": 383,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1416,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"61418851-a509-4ca9-ac95-ff3737bef92b\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"c6b15539-5824-439f-8af9-b595d4e600e0\",\n            \"companyName\": \"Cloudflare\",\n            \"title\": \"Network Interconnect 10G Port Equinix ZH4\",\n            \"locationId\": 430,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1417,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 229304\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"151517fa-1ef1-494c-9d2f-cf2ed15d026e\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"33c0e8bb-abca-487c-9894-bec9d2c55fb8\",\n            \"companyName\": \"iland\",\n            \"title\": \"iland DALPOD03 Megaport 151517fa\",\n            \"locationId\": 345,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 1418,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"8bdde8ca-c9fd-4bca-a254-ab25a4336c20\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"640fe1de-988d-473d-bb03-9eb523f307cd\",\n            \"companyName\": \"Macquarie Telecom\",\n            \"title\": \"SIG4-MG-SCE-RED-01\",\n            \"locationId\": 645,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1421,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"6f05c320-f1ea-47c3-b6f1-4cb29a772373\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"c6b15539-5824-439f-8af9-b595d4e600e0\",\n            \"companyName\": \"Cloudflare\",\n            \"title\": \"Megaport - Port Equinix DA1\",\n            \"locationId\": 71,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1422,\n            \"lag_id\": 8,\n            \"lag_primary\": true,\n            \"aggregation_id\": 237987\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"1f8e4057-ee2a-409d-b787-fece988b4ce9\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"351517c2-2422-4848-8e7a-c0dc1289ab9b\",\n            \"companyName\": \"OzarksGo, LLC\",\n            \"title\": \"OZARKSGO-KC-1\",\n            \"locationId\": 324,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1423,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 241872\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"a4f962e7-9146-4b20-a336-260ba6e0a65c\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"351517c2-2422-4848-8e7a-c0dc1289ab9b\",\n            \"companyName\": \"OzarksGo, LLC\",\n            \"title\": \"OZARKSGO-DA1-1\",\n            \"locationId\": 71,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1424,\n            \"lag_id\": 11,\n            \"lag_primary\": true,\n            \"aggregation_id\": 241875\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"938c308d-a21e-43fc-aa25-a290a8bb863a\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"b3025c0f-c40c-4cff-9a56-5a15820c7649\",\n            \"companyName\": \"White Label Communications LLC\",\n            \"title\": \"WhiteLabelComm GRR1-10Gig\",\n            \"locationId\": 635,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 1425,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"7ed32b83-be43-4395-9552-a7ad9b5e5565\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"7cadb4dc-f435-40a0-9ffd-07f9f84621e6\",\n            \"companyName\": \"Nexon Asia Pacific\",\n            \"title\": \"Nexon Leading Edge NTL1 Newcastle\",\n            \"locationId\": 1086,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 1426,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"06345f42-ea8c-454b-b26d-d57875db0f78\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"b3025c0f-c40c-4cff-9a56-5a15820c7649\",\n            \"companyName\": \"White Label Communications LLC\",\n            \"title\": \"WhiteLabelComm LAS1-10Gig\",\n            \"locationId\": 100,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1427,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"9842cc6e-c419-436c-8728-fe8910181d8c\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"b9c86ea1-6d0c-4bc2-8817-130e6ed31e39\",\n            \"companyName\": \"Previder B.V.\",\n            \"title\": \"Megaport-FRA6\",\n            \"locationId\": 130,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1428,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 247748\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"2faf6a4c-e193-4a30-87ce-05b57f3d2cda\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"e263aa54-26b7-4674-8752-8cf55147df75\",\n            \"companyName\": \"Nitel, Inc\",\n            \"title\": \"NIT512786 - 10G NNI Secondary - Nitel - CHI1\",\n            \"locationId\": 69,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1429,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"0bc064d3-1788-4816-8b3d-44aff63f7e14\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"3766fb84-d733-45c0-b460-037cf9951488\",\n            \"companyName\": \"Unite Private Networks\",\n            \"title\": \"1623 Farnam\",\n            \"locationId\": 646,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 1430,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"cd3916ea-b631-4266-928a-bf288aa95c24\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"71a11c2f-ef3e-4d55-8b65-019a733fb7e5\",\n            \"companyName\": \"Falcore Australia Pty Ltd\",\n            \"title\": \"COLOCITY-DC3-MP1\",\n            \"locationId\": 549,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 1431,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"30c5d432-6676-4915-928a-1262595b2a62\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"71a11c2f-ef3e-4d55-8b65-019a733fb7e5\",\n            \"companyName\": \"Falcore Australia Pty Ltd\",\n            \"title\": \"EQ-SY5-MP1\",\n            \"locationId\": 6,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1435,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"9eeaa6d4-0112-4106-af17-1ac2e91f7e1b\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"bb39ede5-f780-4d7f-86b9-0746395617ee\",\n            \"companyName\": \"DataMossa\",\n            \"title\": \"DataMossa SY4 MP-A\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1436,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"cab81d30-0a27-4646-b63d-669723d90ced\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"32432b0b-ad33-4e69-8359-ef7c59a3d14b\",\n            \"companyName\": \"ACIWORLDWIDE\",\n            \"title\": \"ME1-Hub\",\n            \"locationId\": 25,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 1438,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"fc5060bb-f090-468b-b974-b86ad2733e2f\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"5ec41d1a-c19f-474d-9ce2-1d5f432c6cc6\",\n            \"companyName\": \"F5 Inc\",\n            \"title\": \"Megaport-ME1\",\n            \"locationId\": 41,\n            \"speed\": 100000,\n            \"diversityZone\": null,\n            \"rank\": 1440,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 278038\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"329cb821-9ed0-466f-bede-2bbf96bc2d51\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"5ec41d1a-c19f-474d-9ce2-1d5f432c6cc6\",\n            \"companyName\": \"F5 Inc\",\n            \"title\": \"Megaport-SY1\",\n            \"locationId\": 2,\n            \"speed\": 100000,\n            \"diversityZone\": null,\n            \"rank\": 1441,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 278039\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"806ca0ab-27bc-420a-810d-d97b8af64a3d\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"750ea116-3bb1-44dc-a0ab-4c58fe0256a8\",\n            \"companyName\": \"Wireline Group\",\n            \"title\": \"Megaport S1\",\n            \"locationId\": 10,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1442,\n            \"lag_id\": 13,\n            \"lag_primary\": true,\n            \"aggregation_id\": 279972\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"74eee9fd-33df-47e2-9d3f-76819258b35c\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"32432b0b-ad33-4e69-8359-ef7c59a3d14b\",\n            \"companyName\": \"ACIWORLDWIDE\",\n            \"title\": \"DA11\",\n            \"locationId\": 71,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1443,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"21ab280d-217c-49b1-a3b4-985aac53b18d\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"355e155b-c1b6-47ed-802a-092c5c904e3e\",\n            \"companyName\": \"Cisco Webex® Contact Center Enterprise (Webex CCE) \",\n            \"title\": \"WxCCE Alexandria # 1\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1444,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"aae548e0-06bf-421a-9f5c-3c3951ae9899\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"355e155b-c1b6-47ed-802a-092c5c904e3e\",\n            \"companyName\": \"Cisco Webex® Contact Center Enterprise (Webex CCE) \",\n            \"title\": \"WxCCE Global Switch # 1\",\n            \"locationId\": 3,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1445,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"0ba8c92a-6205-440b-8624-48f93de9a0f0\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"137ca7f9-fa0b-4e94-8941-f5419bef149a\",\n            \"companyName\": \"Fujitsu Finland Ltd\",\n            \"title\": \"Fujitsu-HDC-Finland\",\n            \"locationId\": 521,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 1446,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"a1bb42f2-9964-417f-b105-cca8074f1354\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"750ea116-3bb1-44dc-a0ab-4c58fe0256a8\",\n            \"companyName\": \"Wireline Group\",\n            \"title\": \"Megaport M2\",\n            \"locationId\": 382,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1447,\n            \"lag_id\": 8,\n            \"lag_primary\": true,\n            \"aggregation_id\": 292292\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"2178798b-a1d1-453c-abaf-134930deeaca\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"bdc40a17-025c-4050-ab10-d89f588a3427\",\n            \"companyName\": \"INFOBIP\",\n            \"title\": \"MEGAPORT-US2-BLUE\",\n            \"locationId\": 231,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1448,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 295016\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"e5b52f4d-a19c-4a8f-959e-f2cdb57233d3\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"53810413-bba6-4c0d-af7d-54feaffaeb81\",\n            \"companyName\": \"Cloud Temple\",\n            \"title\": \"TH3\",\n            \"locationId\": 634,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 1449,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 301898\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"d3183734-48ad-4fc2-b413-997ff1b92027\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"53810413-bba6-4c0d-af7d-54feaffaeb81\",\n            \"companyName\": \"Cloud Temple\",\n            \"title\": \"TH2\",\n            \"locationId\": 598,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 1450,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 301899\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"5ef73f2c-2a96-49b6-8ecf-3f49756f28fa\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"0e99c573-5e1d-4c5a-b978-8a0b6c2a584b\",\n            \"companyName\": \"Global Storage\",\n            \"title\": \"Global Storage Public 3\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1451,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"de84547a-7f29-46cb-a759-548942184d51\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"c6b15539-5824-439f-8af9-b595d4e600e0\",\n            \"companyName\": \"Cloudflare\",\n            \"title\": \"Network Interconnect 10G Port EdgeConneX Houston\",\n            \"locationId\": 300,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 1452,\n            \"lag_id\": 1,\n            \"lag_primary\": true,\n            \"aggregation_id\": 311752\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"5e3c3f06-d667-47a7-ae11-aead2fd08b4e\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"71a11c2f-ef3e-4d55-8b65-019a733fb7e5\",\n            \"companyName\": \"Falcore Australia Pty Ltd\",\n            \"title\": \"NDC-B1-MP1\",\n            \"locationId\": 5,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1454,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"6c1643e2-7e0a-4300-93a5-f64232680bd1\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"6bc51cad-a63d-4ff8-ab12-6f35f2cdd69e\",\n            \"companyName\": \"Hurricane Electric\",\n            \"title\": \"100G Megaport LA\",\n            \"locationId\": 59,\n            \"speed\": 100000,\n            \"diversityZone\": null,\n            \"rank\": 1455,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 328973\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"d185d0b7-3e99-4071-8e00-5e096396b1f5\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"63b0d4c8-6031-4522-9748-ade1732669cf\",\n            \"companyName\": \"Superloop\",\n            \"title\": \"[9848] - APEXn MEGAPORT at NextDC B1\",\n            \"locationId\": 5,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1457,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"1b364209-1461-4de2-9648-d5db1bc93b0c\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"cf1430cf-ec76-41d0-a2c2-1fd41e4a1c32\",\n            \"companyName\": \"APCS\",\n            \"title\": \"APCS EQ\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1458,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"1d1c34e4-3560-4223-bbaf-769af1d2c193\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"f899807a-f823-4c27-a56c-48ea5b1cdafe\",\n            \"companyName\": \"Micron21 Pty Ltd\",\n            \"title\": \"Micron21 MEGAPORT at NextDC M1\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1459,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"ec62c3a5-8a66-4ec8-91db-9a3b3fdc9628\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"40cdca23-7fc9-4de5-a728-09beedcbf241\",\n            \"companyName\": \"Exetel\",\n            \"title\": \"Exetel MEGAPORT at NextDC M1\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1460,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"dd85956c-cd68-4f28-bd82-64b41865d428\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"9c3d7a7e-db74-49a8-ae6c-e8fbc29f6c31\",\n            \"companyName\": \"Stantec Australia Pty Ltd\",\n            \"title\": \"Physical - MEGAPORT at Equinix SY1/2\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1461,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"84d198e1-1869-4974-9cc7-276791134d76\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"3ae42aec-3e60-45eb-97f9-4911e3cb3219\",\n            \"companyName\": \"Digital Sense Hosting\",\n            \"title\": \"Digital Sense Hosting MEGAPORT at Over The Wire 100 Wickham\",\n            \"locationId\": 18,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 1462,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"2601a724-c8ea-4569-af91-461308beeab4\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"59a45f96-bb5b-4be4-b82e-89379e983138\",\n            \"companyName\": \"Synergy Wholesale\",\n            \"title\": \"Synergy Wholesale S1\",\n            \"locationId\": 10,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1463,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"55cced51-e173-45a7-b59a-8e8492e2a7b4\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"1850b81e-e8ac-4635-9e85-a2d09d3e1d7c\",\n            \"companyName\": \"SkyMesh Pty Ltd\",\n            \"title\": \"MP-Melbourne-MDC\",\n            \"locationId\": 23,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1464,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"294e97d2-2eb9-4c09-b837-727b14e47780\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"3f1a7c69-aa8b-4b48-b532-6f0e0cfd488d\",\n            \"companyName\": \"Brennan IT\",\n            \"title\": \"EQ-SY3 MEGAPORT 1 Brennan Use\",\n            \"locationId\": 6,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1465,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"5940f3a7-9ecc-47ad-9d13-43d56a2e60f1\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"3f1a7c69-aa8b-4b48-b532-6f0e0cfd488d\",\n            \"companyName\": \"Brennan IT\",\n            \"title\": \"NDC-S1 MEGAPORT1 Client Use\",\n            \"locationId\": 10,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1466,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"f1caa2f9-f3ca-423d-a78f-f0adea75a59c\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"59a45f96-bb5b-4be4-b82e-89379e983138\",\n            \"companyName\": \"Synergy Wholesale\",\n            \"title\": \"Synergy Wholesale M1\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1467,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"578560cf-063f-42b3-a2de-b666575d55fa\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"52a347ba-b58a-467b-905b-1b4b638a7232\",\n            \"companyName\": \"Devoli\",\n            \"title\": \"Vibe 220Q\",\n            \"locationId\": 32,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1468,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"6d2b9fce-9927-46a6-8018-affedb9f0a15\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"5e1a5f2f-ee68-4721-9bca-73a4a43ea500\",\n            \"companyName\": \"Clear Networks\",\n            \"title\": \"Clear Networks Interactive\",\n            \"locationId\": 19,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1469,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"09dea2e0-8e3d-49ec-9c63-cce83f28c3b3\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"d12f6d92-00c4-40c5-93af-a6ac44e6a9d0\",\n            \"companyName\": \"Voyager Internet Limited\",\n            \"title\": \"Voyager Megaport at The Data Centre - LAG Member 1\",\n            \"locationId\": 32,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1470,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 1133\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"a493d56e-ab84-471c-b640-d8b724098c50\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"80e7c463-ded2-4bba-8c8a-a48e786f7427\",\n            \"companyName\": \"The Constant Company, LLC\",\n            \"title\": \"AUS1-Megaport Peering\",\n            \"locationId\": 6,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1471,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"7f663dc4-51b5-4c6f-a9b9-cbda0d467072\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"f40db997-0b30-4c47-8716-8fa54e990813\",\n            \"companyName\": \"UnitedIP\",\n            \"title\": \"Megaport 01\",\n            \"locationId\": 3,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1472,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"2840f8eb-843c-4406-91d2-864204661450\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"23e673e0-e53f-411e-8ab8-cb4a5606caf7\",\n            \"companyName\": \"AC3 PTY LIMITED\",\n            \"title\": \"Northgate QLD\",\n            \"locationId\": 14,\n            \"speed\": 1000,\n            \"diversityZone\": null,\n            \"rank\": 1473,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"4aa8c953-e6a3-4114-8a79-be07ea08518d\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"6bc51cad-a63d-4ff8-ab12-6f35f2cdd69e\",\n            \"companyName\": \"Hurricane Electric\",\n            \"title\": \"Hurricane Electric HK1\",\n            \"locationId\": 46,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1474,\n            \"lag_id\": 9,\n            \"lag_primary\": true,\n            \"aggregation_id\": 1310\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"c36d7fb9-ae42-43f4-a6fd-529f44150d89\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"dec94a32-8096-49f9-a212-5d2a8305c568\",\n            \"companyName\": \"Limelight Networks\",\n            \"title\": \"Limelight MEGAPORT Equinix HK1\",\n            \"locationId\": 46,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1475,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"cbdd81ac-9967-42eb-8324-bc149cbbd1dd\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"dea3e86f-4983-4650-81f1-f50894142375\",\n            \"companyName\": \"Borwood Solutions\",\n            \"title\": \"Megaport_MEL22Walsh\",\n            \"locationId\": 25,\n            \"speed\": 1000,\n            \"diversityZone\": null,\n            \"rank\": 1476,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"0742f6b9-5afa-4b95-9694-38065a748fa6\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"9442f9fa-d852-46f0-a4c6-337eeae6dfb5\",\n            \"companyName\": \"Cogenesis Business Group\",\n            \"title\": \"CGENSY3\",\n            \"locationId\": 6,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1477,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"5330cb25-4b1f-46ad-9377-ddc26d8b6aba\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"ce54ec8c-8b56-499b-a3f8-1af078ca27e6\",\n            \"companyName\": \"Edgecast\",\n            \"title\": \"10G Port Bay Area\",\n            \"locationId\": 66,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1478,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 2107\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"c2c269fb-1cf0-4309-9c40-3c3eb5374ff0\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"ce54ec8c-8b56-499b-a3f8-1af078ca27e6\",\n            \"companyName\": \"Edgecast\",\n            \"title\": \"10G Port Chicago\",\n            \"locationId\": 69,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1479,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 2112\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"77b26d46-1329-4610-a378-88448f626605\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"6bc51cad-a63d-4ff8-ab12-6f35f2cdd69e\",\n            \"companyName\": \"Hurricane Electric\",\n            \"title\": \"Hurricane Electric 10G Port SE2\",\n            \"locationId\": 57,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1480,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"a5b69b97-e951-4c23-af69-2a3606c3757a\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"6bc51cad-a63d-4ff8-ab12-6f35f2cdd69e\",\n            \"companyName\": \"Hurricane Electric\",\n            \"title\": \"Hurricane Electric 10G Port SV1\",\n            \"locationId\": 66,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1481,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"c885d1a8-d03d-4bd3-bc6e-e103e21b54be\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"6bc51cad-a63d-4ff8-ab12-6f35f2cdd69e\",\n            \"companyName\": \"Hurricane Electric\",\n            \"title\": \"Hurricane Electric 10G Port CH1\",\n            \"locationId\": 69,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1482,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"9b715297-bde9-46ef-932d-af307dfb3736\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"f4410b61-08c6-4fbe-942e-ace62080df2e\",\n            \"companyName\": \"Bendigo Telco\",\n            \"title\": \"SY1 Megaport Red\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1483,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"5dc744d9-5a1d-4880-81e7-16f603762cfe\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"f4410b61-08c6-4fbe-942e-ace62080df2e\",\n            \"companyName\": \"Bendigo Telco\",\n            \"title\": \"Global Switch Megaport Blue\",\n            \"locationId\": 3,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1484,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"c624aaef-c68b-4512-9417-707a647d204e\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"b619a168-df4b-46e8-be46-5e98e25181df\",\n            \"companyName\": \"MOQdigital\",\n            \"title\": \"1G MOQDigital Megaport at NextDC S1\",\n            \"locationId\": 10,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1485,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"0bd4acf5-63b1-4162-8982-cf10f15ded9e\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"b9ae420f-c367-4563-8cd1-55e8d2d55355\",\n            \"companyName\": \"Data#3 Limited\",\n            \"title\": \"NextDC Primary Port 1\",\n            \"locationId\": 4,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1486,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"951e7bc0-68c2-4e97-bb81-5476505c083c\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"00254a3f-c22b-46fe-bef7-2e8f8a63ffb6\",\n            \"companyName\": \"AT&T Global Network Services\",\n            \"title\": \"1G Megaport NEXTDC B1\",\n            \"locationId\": 5,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1487,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"867c3cec-2326-4b59-94d9-e9311fe2af2e\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"b2e174d5-a6ae-48bd-9110-fa746c1448b9\",\n            \"companyName\": \"ASE\",\n            \"title\": \"ASECC10294\",\n            \"locationId\": 3,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1488,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"b52d1deb-68c2-4d67-97aa-4977c315ec82\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"04bc081d-6a21-43cf-9b72-c0c24a6647df\",\n            \"companyName\": \"MYOB Australia Pty Ltd\",\n            \"title\": \"AUMEL_10GB\",\n            \"locationId\": 19,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1489,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"d64adad7-d946-467f-8864-97d3925d2bd2\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"dec94a32-8096-49f9-a212-5d2a8305c568\",\n            \"companyName\": \"Limelight Networks\",\n            \"title\": \"10G Port \\u00ad BAY001 Equinix SV1 11 Great Oaks Blvd\",\n            \"locationId\": 66,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1490,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"da39861a-3c73-48be-b50f-2a607998adce\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"4c54cbdc-3d41-4b8c-b029-d2e065e20e5d\",\n            \"companyName\": \"AARNet\",\n            \"title\": \"AARNET 10G Port Globalswitch\",\n            \"locationId\": 39,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1491,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"d0fe86c0-4286-47cf-918e-b3494eda53e2\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"b619a168-df4b-46e8-be46-5e98e25181df\",\n            \"companyName\": \"MOQdigital\",\n            \"title\": \"1G MOQDigital Megaport at NextDC B1\",\n            \"locationId\": 5,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1492,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"ff63895d-a66e-4810-b3ed-f3781b563008\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"284c8021-cfe3-4377-a452-d4a3b3bd2fe8\",\n            \"companyName\": \"Telekomunikasi Indonesia International (Hongkong) Limited\",\n            \"title\": \"Telekomunikasi Indonesia International (HongKong Limited  10G Megi\",\n            \"locationId\": 47,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1493,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"017fdad2-6961-417b-ae50-7afb99219db3\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"1b87e7bc-fcd4-4b4a-a818-cd2d8c0506be\",\n            \"companyName\": \"Metwide Communications\",\n            \"title\": \"SDMW-7503 Megaport at Global Switch Level 5\",\n            \"locationId\": 3,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1494,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"9010af06-928a-4865-9cd3-a1ab285d400a\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"f5deddfb-46c9-4ea3-8884-104cfe07ae53\",\n            \"companyName\": \"Microsoft\",\n            \"title\": \"Microsoft 10G Megaport SV1 San Jose\",\n            \"locationId\": 66,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1495,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 3216\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"391794fc-9e4f-4367-a79d-0440e25a94ac\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"f5deddfb-46c9-4ea3-8884-104cfe07ae53\",\n            \"companyName\": \"Microsoft\",\n            \"title\": \"Microsoft 10G Megaport CH1 Chicago\",\n            \"locationId\": 69,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1496,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 3218\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"2c9f58d1-f17a-408d-962d-d9dead643a82\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"229d034c-4b81-4707-8985-932c17e5675e\",\n            \"companyName\": \"PingCo\",\n            \"title\": \"B1\",\n            \"locationId\": 5,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1497,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"80749ecb-6a20-4a5a-850e-3c7f45c179f6\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"229d034c-4b81-4707-8985-932c17e5675e\",\n            \"companyName\": \"PingCo\",\n            \"title\": \"P1\",\n            \"locationId\": 50,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1498,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"a9766f67-f694-4845-b1cc-fdd82b26792e\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"00254a3f-c22b-46fe-bef7-2e8f8a63ffb6\",\n            \"companyName\": \"AT&T Global Network Services\",\n            \"title\": \"AT&T 1G Megaport Bearer at Global Switch Singapore\",\n            \"locationId\": 39,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1499,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"1ecfcdcd-a41c-4d5c-851a-4afa60a57628\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"f984382b-1411-42fc-8b51-4b4491a87fde\",\n            \"companyName\": \"US Signal LLC\",\n            \"title\": \"USS Chicago 10G NNI - Order A79ZB\",\n            \"locationId\": 69,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1500,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"55dd7621-4b64-45a2-8594-abf2d89e86b5\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"d0bb53e8-ae3c-47c9-bdd5-ad276dd6568f\",\n            \"companyName\": \"Advanced Wireless Network Co.\",\n            \"title\": \"AWN-MegaPort-EQX#1\",\n            \"locationId\": 36,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1501,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"6d94c8e2-3cba-4a2b-9a07-68301889897f\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"ce54ec8c-8b56-499b-a3f8-1af078ca27e6\",\n            \"companyName\": \"Edgecast\",\n            \"title\": \"Edgecast 10G Megaport at Equinix HK1\",\n            \"locationId\": 46,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1502,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 4156\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"c43b9400-4b52-4a50-b484-59d59b88e2a5\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"04bc081d-6a21-43cf-9b72-c0c24a6647df\",\n            \"companyName\": \"MYOB Australia Pty Ltd\",\n            \"title\": \"Auckland DC 10GB\",\n            \"locationId\": 33,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1503,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"f304224b-4752-41cf-8267-0e9dd6545d34\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"d0bb53e8-ae3c-47c9-bdd5-ad276dd6568f\",\n            \"companyName\": \"Advanced Wireless Network Co.\",\n            \"title\": \"AWN-MegaPort-HKMI\",\n            \"locationId\": 47,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1504,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"395bc5fa-e91f-4f9a-8084-5eeb1bd75719\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"a81a2ce9-17d6-4ab4-9364-fb271b27826d\",\n            \"companyName\": \"Yahoo\",\n            \"title\": \"Yahoo 10Gbps Megaport Equinix Chicago\",\n            \"locationId\": 69,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1505,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"92e81c71-746b-464b-8d49-049b929bbe55\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"a81a2ce9-17d6-4ab4-9364-fb271b27826d\",\n            \"companyName\": \"Yahoo\",\n            \"title\": \"Yahoo 10Gbps Megaport Equinix San Jose\",\n            \"locationId\": 66,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1506,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"f9e359e9-e803-4b03-9d2d-a3cceb25b71b\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"9442f9fa-d852-46f0-a4c6-337eeae6dfb5\",\n            \"companyName\": \"Cogenesis Business Group\",\n            \"title\": \"CGENS1\",\n            \"locationId\": 10,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1507,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"789f7f00-d533-452e-afa0-ee94a8a4ff81\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"fbc2558d-6b52-4e69-a561-6d67f8c563c4\",\n            \"companyName\": \"TechPath Pty Ltd\",\n            \"title\": \"Brisbane-B1-2\",\n            \"locationId\": 5,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1508,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"230dc036-8704-4a62-bba5-5d1bf4d97ede\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"7be80278-867d-4ee1-b633-df9e01c174b5\",\n            \"companyName\": \"Biznet Networks Singapore Pte Ltd\",\n            \"title\": \"Biznet Nehvorks 10G Megaport Global Switch Singapore\",\n            \"locationId\": 39,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1509,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"10b825f0-9422-4f88-962c-1db3d760af86\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"8b53b9e3-00c7-484a-9c6f-0dcfac9dd448\",\n            \"companyName\": \"NSFOCUS, Inc.\",\n            \"title\": \"sjc1.ca.us-01\",\n            \"locationId\": 66,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1510,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"a6ee689b-2272-48e4-8c8e-2a2242a95a2b\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"a81a2ce9-17d6-4ab4-9364-fb271b27826d\",\n            \"companyName\": \"Yahoo\",\n            \"title\": \"10 Gbps Port Mega_iAdvantage\",\n            \"locationId\": 47,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1511,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"c522da55-2a8f-4733-bafb-364cd4aa949a\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"db22a94c-f9a6-4aec-8fd8-be9e7728482b\",\n            \"companyName\": \"ONiYN Networks\",\n            \"title\": \"ONiYN 100 Wickham 1G port\",\n            \"locationId\": 18,\n            \"speed\": 1000,\n            \"diversityZone\": null,\n            \"rank\": 1512,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"a7215775-4518-438b-ac9d-b43a43623f23\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"a3ba0726-5736-430a-82fc-1082c9c658cf\",\n            \"companyName\": \"Encoo Pty Ltd\",\n            \"title\": \"NextDC M1 10gb (old rack)\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1513,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"a9889e13-3f60-44b7-92c7-9833c01a5b93\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"00254a3f-c22b-46fe-bef7-2e8f8a63ffb6\",\n            \"companyName\": \"AT&T Global Network Services\",\n            \"title\": \"AT&T 1G Megaport at DLR Singapore (42N-48190 /  ISR16093090049)\",\n            \"locationId\": 40,\n            \"speed\": 1000,\n            \"diversityZone\": null,\n            \"rank\": 1514,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"5c572c39-b5ee-4359-aa01-75b51c731a7e\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"00254a3f-c22b-46fe-bef7-2e8f8a63ffb6\",\n            \"companyName\": \"AT&T Global Network Services\",\n            \"title\": \"AT&T 1G Megaport at Global Switch Singapore (42N-48190 /  ISR16093090049)\",\n            \"locationId\": 39,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1515,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"eb2a77bb-a664-44c9-9847-87db80fb1cdf\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"5cfb4a37-37ad-4963-abce-43e9a8112368\",\n            \"companyName\": \"OffsiteDataSync\",\n            \"title\": \"ODS LAS MegaPort WAN Tranport #2 (Q&Q)\",\n            \"locationId\": 100,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1516,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"f192f92c-c127-4b3f-93db-446f35ba8cdb\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"6ad89689-fc32-440a-acc7-d464f3bc4d76\",\n            \"companyName\": \"Global Transit\",\n            \"title\": \"Twin Turbo (TT)\",\n            \"locationId\": 36,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1517,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"9458e11a-1659-4495-8114-3e7b55cfa9aa\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"fdaaf35f-07d1-4ffc-979a-df9feb37fb6b\",\n            \"companyName\": \"Signature Bank\",\n            \"title\": \"10000Mbps Port at Digital Realty NYC1\",\n            \"locationId\": 62,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1518,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"7b241642-6777-4fbf-be26-f6198253e6e7\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"fdaaf35f-07d1-4ffc-979a-df9feb37fb6b\",\n            \"companyName\": \"Signature Bank\",\n            \"title\": \"10000Mbps Port at Digital Realty CHI1\",\n            \"locationId\": 64,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1519,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"e7b0b0ef-f817-4503-b061-6bec54549c59\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"e2dca9f3-49e8-47ce-a512-8b4dd4679431\",\n            \"companyName\": \"Patrick Stevedores\",\n            \"title\": \"SY4-2\",\n            \"locationId\": 6,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1520,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"babaa071-71de-4cb5-ab9f-85d6d3bbc51b\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"c3d96941-8fdf-4d3c-9119-91d32748be31\",\n            \"companyName\": \"Clear Harbor, LLC\",\n            \"title\": \"1000Mbps Port at Digital Realty NYC1\",\n            \"locationId\": 62,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1521,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"4f289d4b-9a08-4e17-b54e-3ed87121de1e\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"17e2ac0f-6d79-4921-823a-f37b8ebb309b\",\n            \"companyName\": \"Twitter\",\n            \"title\": \"Twitter AMSIX-HK\",\n            \"locationId\": 46,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1522,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"831af638-e8b3-42a3-87c7-420848d1147e\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"3e67c91c-c52e-4e7e-8369-e010a56ecbc0\",\n            \"companyName\": \"Retrac Business Solutions\",\n            \"title\": \"MP-M1-1G-001\",\n            \"locationId\": 4,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1523,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"41cc2871-7dbc-40a2-b535-89d307c8a603\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"20c2aac1-e65c-4783-a6f1-2b63fb2606fe\",\n            \"companyName\": \"Pacific National Pty Limited\",\n            \"title\": \"NRDMegaport\",\n            \"locationId\": 12,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1524,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"675af591-a448-4e66-80eb-321481299c9d\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"6915d252-7639-43e0-a518-a364682c39fd\",\n            \"companyName\": \"Cable and Wireless\",\n            \"title\": \"CWC Test 1G \",\n            \"locationId\": 78,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1525,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"0e0c1127-6b79-4155-b762-c8c260cd9adf\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"0dda2b1b-6129-4916-adbe-417cefdcaef4\",\n            \"companyName\": \"Nutanix, Inc.\",\n            \"title\": \"10000Mbps Port at Digital Realty ASH1\",\n            \"locationId\": 140,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1526,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 15619\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"194a2cec-8e1c-461d-adba-1db2864041ee\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"ff552a1a-0db5-4e95-8390-97bd34bdf8bf\",\n            \"companyName\": \"Somerville Group\",\n            \"title\": \"Somerville NextDC P1\",\n            \"locationId\": 50,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1527,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"3331418a-16dd-4617-b42a-1e9bc9f04482\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"3d20aade-34bc-43d0-b593-aa4409a96f04\",\n            \"companyName\": \"amaze360\",\n            \"title\": \"NDC1\",\n            \"locationId\": 5,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1528,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"49050c9b-89ad-4d41-a478-ded22ec86ccc\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"a8b988d6-789f-4e2e-a567-cf18d3e0696a\",\n            \"companyName\": \"GTT\",\n            \"title\": \"GTT 1G Megaport at Equinix SG1\",\n            \"locationId\": 36,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1529,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"00c2140e-0a95-4cfa-840b-191c7cd7f015\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"a8b988d6-789f-4e2e-a567-cf18d3e0696a\",\n            \"companyName\": \"GTT\",\n            \"title\": \"GTT 1G Megaport at Equinix SG2\",\n            \"locationId\": 37,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1530,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"d6867b7a-945b-4da2-889f-a4ae422851e8\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"5da4da86-bd5f-4424-be45-108fd39d20b8\",\n            \"companyName\": \"Synoptek\",\n            \"title\": \"AT31461135-DELTR-SEC\",\n            \"locationId\": 100,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1531,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"351a3f67-6977-4cef-846a-4e79fee746d9\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"9f0e896b-916d-4724-959d-439202af0abe\",\n            \"companyName\": \"SES\",\n            \"title\": \"SNG-BB-02-1GE-Gi0/0/0/0\",\n            \"locationId\": 36,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1532,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"3b214b6e-0210-41e8-910d-df60a7503dca\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"016b58cc-efbe-4290-83be-75d327a9df48\",\n            \"companyName\": \"Fantastic Furniture\",\n            \"title\": \"Fantastic Holdings NextDC S1\",\n            \"locationId\": 10,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1533,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"6ff5a773-b5fd-4be8-a2ad-18b13d7a760b\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"016b58cc-efbe-4290-83be-75d327a9df48\",\n            \"companyName\": \"Fantastic Furniture\",\n            \"title\": \"Fantastic Holdings Global Switch\",\n            \"locationId\": 3,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1534,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"5d48f781-ac27-4c7e-bd68-fc262c7530ff\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"10c17a66-5431-4c31-a623-37ab7f2be58c\",\n            \"companyName\": \"Real World Technology Solutions\",\n            \"title\": \"mel01 - NextDC M1\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1535,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"1c715195-d7c6-4ca2-85fb-d3d6ace6d08b\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"8e193d12-e3d1-4c84-ac09-bd73cc77d294\",\n            \"companyName\": \"Pure IP\",\n            \"title\": \"Equinix SG2\",\n            \"locationId\": 37,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1536,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"a925e996-c020-4f4e-bede-070c2a82723c\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"8e193d12-e3d1-4c84-ac09-bd73cc77d294\",\n            \"companyName\": \"Pure IP\",\n            \"title\": \"HK1 Equinix\",\n            \"locationId\": 46,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1537,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"1613f550-37ce-415f-b2dc-bca5223d2285\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"a6700553-95c9-41c2-b0e1-84959e706f2e\",\n            \"companyName\": \"FireNet\",\n            \"title\": \"Firenet MEGAPORT at Global Switch\",\n            \"locationId\": 3,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1538,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"a92111ca-5401-4102-90d7-b778ea44cfde\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"8e881473-1c23-46a5-affd-3909a8013454\",\n            \"companyName\": \"CT4\",\n            \"title\": \"NextDC P1-1A-06-32\",\n            \"locationId\": 50,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1539,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"3afe9729-bafb-4fa1-b7d7-9a1379142d55\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"cecb6bc5-c8cf-4a29-b2ec-b471bea124db\",\n            \"companyName\": \"Monadelphous Group Limited\",\n            \"title\": \"DCA\",\n            \"locationId\": 52,\n            \"speed\": 1000,\n            \"diversityZone\": null,\n            \"rank\": 1541,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"9bbe7e93-2ef8-4d1a-846c-983fcb579e2b\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"3a10cbc3-dc83-4dc4-8ee1-60651a8b234d\",\n            \"companyName\": \"Rubbercraft\",\n            \"title\": \"1G Megaport in LA (624 S Grand)\",\n            \"locationId\": 60,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1542,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"aa019690-cbec-492d-9f28-46eb3092ad4a\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"c3d95faa-1333-4331-a503-e77e5b38ca4f\",\n            \"companyName\": \"Hall and Wilcox Lawyers\",\n            \"title\": \"AU-SE-MEL-VOC-530Collins\",\n            \"locationId\": 24,\n            \"speed\": 1000,\n            \"diversityZone\": null,\n            \"rank\": 1543,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"d3761bad-8718-421a-b5b2-cf43e8a5723a\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"68ddd18e-4c28-4ee9-ae8c-d5fc3bbe7ea5\",\n            \"companyName\": \"Pivit Pty Ltd\",\n            \"title\": \"100 Wickham OTW 10GIG Port\",\n            \"locationId\": 18,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 1544,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"581df5c5-639f-4b0a-bf5b-fc85c23f084c\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"5a713810-b4db-4f8e-bc25-c2e0f11d550a\",\n            \"companyName\": \"Mizuho Securities USA LLC.\",\n            \"title\": \"CLF-WAN2 (eth1/39) - CID: DLRSVX00446262\",\n            \"locationId\": 117,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1545,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"7a0a37f1-7a64-488b-882c-46a8c0872bcf\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"5a713810-b4db-4f8e-bc25-c2e0f11d550a\",\n            \"companyName\": \"Mizuho Securities USA LLC.\",\n            \"title\": \"CLF-WAN1 (eth1/39) - CID: DLRSVX00440646\",\n            \"locationId\": 117,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1546,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"5d55b7f8-93a4-4228-bfc1-8cb4920423b5\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"8e881473-1c23-46a5-affd-3909a8013454\",\n            \"companyName\": \"CT4\",\n            \"title\": \"NextDC B2-3A-03-16\",\n            \"locationId\": 5,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1547,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"26d3881b-e2fd-4ede-9b69-544360bedb50\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"e2036b72-ff7f-4e92-b6e2-0fbdfc79f501\",\n            \"companyName\": \"Coates Hire Operations Pty Ltd\",\n            \"title\": \"CH-10G-IC2\",\n            \"locationId\": 55,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1548,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"837630ef-45ca-430a-87b5-59bb6eed71ef\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"e2036b72-ff7f-4e92-b6e2-0fbdfc79f501\",\n            \"companyName\": \"Coates Hire Operations Pty Ltd\",\n            \"title\": \"CH-10G-IC1\",\n            \"locationId\": 145,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1549,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"d041eda5-c07f-491d-bd9d-627d61667abd\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"d6fc1a00-d393-498d-b7d8-c0aecdade459\",\n            \"companyName\": \"Broadband Solutions Pty Ltd\",\n            \"title\": \"10Gb-Megaport-Mel01\",\n            \"locationId\": 23,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1550,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"ed6bd7a8-dde2-4d9e-b7a0-0b9078fe7706\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"3f1a7c69-aa8b-4b48-b532-6f0e0cfd488d\",\n            \"companyName\": \"Brennan IT\",\n            \"title\": \"EQ-SY4-CLIENT-MEGAPORT\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1551,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"a07b0fb0-7fc8-47e7-a782-fadf82b3e7dc\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"3f4c82d8-fe96-4731-94d6-e27355c64847\",\n            \"companyName\": \"Aristeia Capital\",\n            \"title\": \"1G Port - CyrusOne Norwalk\",\n            \"locationId\": 150,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1552,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"8fa10295-c853-4b70-a308-a6b6550d8d6f\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"d06649b8-9cee-4bea-9f69-b2330bdb8382\",\n            \"companyName\": \"SKYFIBRE PTY LTD\",\n            \"title\": \"Equinix\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1553,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"e5c4edc4-b621-4300-8550-5f9a4ebf9da8\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"07878808-382e-4997-805c-5b4193e4db85\",\n            \"companyName\": \"connect managed services (uk) limited\",\n            \"title\": \"CRISP_LD5 NNI-5161  (no new connections please)\",\n            \"locationId\": 90,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1554,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"7369cf44-cff4-49bb-8c35-febde980d397\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"1d0d15a9-811c-4465-920e-c4e8553df521\",\n            \"companyName\": \"Data Foundry\",\n            \"title\": \"10G Port - Equinix DC10 - gw2.ash1|Te2/4 - (ASH1-ZAYO-TX1)\",\n            \"locationId\": 67,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1555,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"aad8edb0-9ef4-4cb8-b70e-e3a903c10757\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"68ddf53d-30f8-4ece-81f0-3fdc11704744\",\n            \"companyName\": \"John Holland\",\n            \"title\": \"Next DC M1 Megaport 24 Month Term\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1556,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"1700ae1c-2b6a-4fd6-b0c0-573723e67110\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"89be18dc-ad27-46a9-b9ed-42758232fbca\",\n            \"companyName\": \"OmniNet Ltd\",\n            \"title\": \"OmniNet-MDR\",\n            \"locationId\": 80,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1557,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"13e96665-72e2-4a6f-a09f-dbd0243c0a8e\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"8ea75191-21ce-472d-adfb-08b7fd18d698\",\n            \"companyName\": \"Warner Bros. Entertainment Inc.\",\n            \"title\": \"10G Port - Switch SUPERNAP, Port 1\",\n            \"locationId\": 100,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1558,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"e1997df7-d89c-47a7-95a5-e12d8a19ba45\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"6c7022a5-a76d-40dd-9288-92fb0da44634\",\n            \"companyName\": \"TekLinks\",\n            \"title\": \"ATL01CR-B-10000Mbps Port at Digital Realty ATL1\",\n            \"locationId\": 116,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1559,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"99e162e6-85f1-4c52-8cf3-1a6c1719df71\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"a3ba0726-5736-430a-82fc-1082c9c658cf\",\n            \"companyName\": \"Encoo Pty Ltd\",\n            \"title\": \"NextDC P1\",\n            \"locationId\": 50,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1560,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"a6c33ed8-c2a5-4b48-b272-4205aff5e2ad\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"25723264-3c48-4803-a3e5-a77cc21ee5f6\",\n            \"companyName\": \"Field Solutions Group\",\n            \"title\": \"FSG Global Switch level 2\",\n            \"locationId\": 3,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1561,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"195814d9-7981-40b3-84d6-7ef8de14f957\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"3185a515-0cea-4498-b22f-0466615d5eb7\",\n            \"companyName\": \"NetVault\",\n            \"title\": \"1Gbps Megaport @ NextDC B1\",\n            \"locationId\": 5,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1562,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"31207bf2-1817-4c33-a6d0-0736693ff073\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"3185a515-0cea-4498-b22f-0466615d5eb7\",\n            \"companyName\": \"NetVault\",\n            \"title\": \"1Gbps Megaport at Next DC M1\",\n            \"locationId\": 4,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1563,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"435f335e-a6fc-4963-8d1a-13d135ef6129\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"b1dc875f-3d4a-4931-9edc-a8f8e94604ed\",\n            \"companyName\": \"itGlobal Networks\",\n            \"title\": \"MelbDC01\",\n            \"locationId\": 23,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1564,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"7da074f0-45fa-47ea-b1cf-8ce690a6c768\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"5ff49615-06c6-4a71-af49-d98747591d04\",\n            \"companyName\": \"AT&T Global Network Services -  3PT services\",\n            \"title\": \"AT&T 1G Megaport at Polaris Brisbane (SR6088763)\",\n            \"locationId\": 44,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1565,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"d874f323-6243-496c-bf74-da13b08e8794\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"6bc51cad-a63d-4ff8-ab12-6f35f2cdd69e\",\n            \"companyName\": \"Hurricane Electric\",\n            \"title\": \"Hurricane Electric 10G Port at Telehouse\",\n            \"locationId\": 256,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1566,\n            \"lag_id\": 8,\n            \"lag_primary\": true,\n            \"aggregation_id\": 27528\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"357bc37d-5177-4196-969b-af99a7da2334\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"5ff49615-06c6-4a71-af49-d98747591d04\",\n            \"companyName\": \"AT&T Global Network Services -  3PT services\",\n            \"title\": \"AT&T 1G Megaport at SY1/2/4  (SR6088763)\",\n            \"locationId\": 2,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1567,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"84e1b6ac-25e9-459a-b8d3-661d69849eec\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"d6fc1a00-d393-498d-b7d8-c0aecdade459\",\n            \"companyName\": \"Broadband Solutions Pty Ltd\",\n            \"title\": \"10Gb-Megaport-Bne01\",\n            \"locationId\": 5,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1568,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"b73d026f-4ce4-4018-880a-111fa321c9c3\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"a9b54c14-afd4-4bcd-8280-423c2270e471\",\n            \"companyName\": \"Tesserent Australia Pty. Ltd.\",\n            \"title\": \"Equinix SY3\",\n            \"locationId\": 6,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1569,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"7d76a34f-31ae-41d5-8665-51653fbbbf64\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"35ee7b9a-4832-43b9-aa8f-7f27514b05d0\",\n            \"companyName\": \"READIITEL\",\n            \"title\": \"M1 PEERING CONNECTION\",\n            \"locationId\": 4,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1570,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"1703e3a2-6119-42b3-b210-77714f7954c4\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"2ee3a09f-17f8-45c9-8b09-6a18192e55be\",\n            \"companyName\": \"Switch Media\",\n            \"title\": \"MP2EQR1\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1571,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"6f1b7641-ac4a-4b08-9a42-2f61ff861bef\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"56e65aae-2a79-4920-a9ea-9a011c1e4326\",\n            \"companyName\": \"NetFire\",\n            \"title\": \"NJ1-1\",\n            \"locationId\": 158,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 1572,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"11ea6d8b-31cd-4eab-9240-4e7535b2afb2\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"c4c99965-e2fa-4662-96d5-06c14c2bbb42\",\n            \"companyName\": \"Sentrian Pty Ltd\",\n            \"title\": \"MEGAPORT at NextDC M1\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1573,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"e8d25dbe-fcd5-447b-ba3e-dccd3aa94d1c\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"cb8fc83e-5018-48a3-904a-40daca420211\",\n            \"companyName\": \"Boeing Distribution Inc\",\n            \"title\": \"10G Port - CyrusOne Carrollton, Port 1\",\n            \"locationId\": 102,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1574,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"0a2f66b6-7e32-43e9-b4c0-67556f0baebc\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"cb8fc83e-5018-48a3-904a-40daca420211\",\n            \"companyName\": \"Boeing Distribution Inc\",\n            \"title\": \"10G Port - CyrusOne Carrollton, Port 2\",\n            \"locationId\": 102,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1575,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"868f1fc0-0edb-4bc2-ad72-505ebbeaf2f7\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"4b4dfe81-45b1-44ef-8eed-b0a7b6326091\",\n            \"companyName\": \"Riverbed Technology, Inc.\",\n            \"title\": \"10000Mbps Port at Digital Realty SF1\",\n            \"locationId\": 141,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1576,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"96a8826c-0b78-4471-b918-1d7c6cb3423b\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"d3b418be-eb00-4604-b964-0ea3279f2f7a\",\n            \"companyName\": \"Telekom Malaysia HK\",\n            \"title\": \"TM HK 1G Mega-1\",\n            \"locationId\": 47,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1577,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"a835fd1e-e37b-4bfb-953f-e7532b1a578d\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"IBM Cloud Direct Link 2.0 London Port 1 \",\n            \"locationId\": 90,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1578,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 31732\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"f6561abb-de43-4ec1-add5-8d544416d319\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"f8325910-3c2c-408e-9fe4-16654120050d\",\n            \"companyName\": \"TwitchTV\",\n            \"title\": \"HK Port 1\",\n            \"locationId\": 54,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1579,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 32692\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"60391d09-5ff4-4624-acb1-5e7f109ff958\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"f8325910-3c2c-408e-9fe4-16654120050d\",\n            \"companyName\": \"TwitchTV\",\n            \"title\": \"Port 2\",\n            \"locationId\": 54,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1580,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 32693\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"008ffa38-d5f0-426e-bf83-14f022eff37c\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"0d9e9b0d-b8c0-4248-8ee9-4f2bd4be4718\",\n            \"companyName\": \"ispco.nz\",\n            \"title\": \"ISPCO-QS220\",\n            \"locationId\": 32,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1581,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"c92ba6ea-8612-4b22-8728-6aaeab03f2e7\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"f9f82af4-9efb-4b9c-bf64-bf81e3a6ef55\",\n            \"companyName\": \"Dreamscape Networks\",\n            \"title\": \"PER01-PORT1\",\n            \"locationId\": 367,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1582,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"434db0c8-54e9-4744-af2c-b52165fff1e9\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"f9f82af4-9efb-4b9c-bf64-bf81e3a6ef55\",\n            \"companyName\": \"Dreamscape Networks\",\n            \"title\": \"PER01-PORT2\",\n            \"locationId\": 367,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1583,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"ab8e30e7-e2d5-4694-bee0-36bfabce74fd\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"a3cc8c5f-9239-4673-9557-c8570150389b\",\n            \"companyName\": \"Merchant E Solutions\",\n            \"title\": \"1G Port (Austin Met 3) - AWS\",\n            \"locationId\": 153,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1584,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"3a9f6a55-8181-4922-9bc6-d5bc028851bd\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"3f71e777-a92a-45cf-a408-7c74ee39b940\",\n            \"companyName\": \"Precision Diagnostics\",\n            \"title\": \"1G Megaport - EdgeConneX San Diego\",\n            \"locationId\": 335,\n            \"speed\": 1000,\n            \"diversityZone\": null,\n            \"rank\": 1585,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"f605bf54-6b0c-42e3-8b68-45d6d5314b3b\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"023a94ea-2317-4577-88d1-133220cdb5a6\",\n            \"companyName\": \"Netgain\",\n            \"title\": \"phx 1\",\n            \"locationId\": 236,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1586,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"7595ec06-54e7-4c0e-b871-957ef39e92c8\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"c714d3a5-57df-407f-a039-7ea9709537a1\",\n            \"companyName\": \"Halliburton Energy Services Inc\",\n            \"title\": \"1G Port - CyrusOne Houston Galleria, Port 1\",\n            \"locationId\": 228,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1587,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"eb2cb70b-60be-46e7-af39-0ea7fa507fe8\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"790ff835-8ba7-40db-b058-bea3ea97dfda\",\n            \"companyName\": \"Superloop \",\n            \"title\": \"SG1 10G NNI {13580}\",\n            \"locationId\": 36,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1588,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"86708350-3f10-4ac1-814a-686ec28bd1fc\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"7c74ec9c-441d-4cba-b232-e466dc7cae38\",\n            \"companyName\": \"FairfieldNodal\",\n            \"title\": \"10G Port- Houston West\",\n            \"locationId\": 148,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1589,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"5798f54a-a6fe-4212-8575-fbaaef0bd4fe\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"6cbb0047-80b1-41db-89ed-c8bd1ce06230\",\n            \"companyName\": \"Fareportal, Inc.\",\n            \"title\": \"10000Mbps Port at Digital Realty NJR3\",\n            \"locationId\": 117,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1590,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"ec177dbf-efd5-4daa-bf3e-bdaaf8a97a1b\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"2b654278-e82b-471b-b7c2-2fa1fe7f2d7b\",\n            \"companyName\": \"VostroNet\",\n            \"title\": \"SN1\",\n            \"locationId\": 10,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1591,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"94af9039-b721-4a4a-8ad2-1da6df9673f3\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"33c0e8bb-abca-487c-9894-bec9d2c55fb8\",\n            \"companyName\": \"iland\",\n            \"title\": \" iland AMSPOD01 Megaport IX 94af9039\",\n            \"locationId\": 92,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1592,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"23ced324-ee90-47b5-bda0-387820768f50\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"9ca02d03-fd13-4390-86e2-ebcd4093f05c\",\n            \"companyName\": \"PSITechnology-Port of Houston Authority\",\n            \"title\": \"1G MEGAPORT - CyrusOne Houston West 1\",\n            \"locationId\": 148,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1593,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"13a88b66-07f9-4f22-bd26-f772da7152a4\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"cd430b11-d863-41af-96c8-ccaec5e04875\",\n            \"companyName\": \"Aussie Broadband\",\n            \"title\": \"Perth - NextDC P1\",\n            \"locationId\": 50,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1594,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"d57f4829-88e9-4b80-b90c-b09271ace5e7\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"cd430b11-d863-41af-96c8-ccaec5e04875\",\n            \"companyName\": \"Aussie Broadband\",\n            \"title\": \"Brisbane - NextDC B1\",\n            \"locationId\": 5,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1595,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"e6b3be12-1c89-4f88-8bf6-a05f39c8c0e0\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"5e5d75e5-3f8d-4a11-a0ee-62d651774e43\",\n            \"companyName\": \"Symbio\",\n            \"title\": \"SymbioNZ\",\n            \"locationId\": 80,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1596,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"0cc3709e-3acd-4320-bde9-3ff9730a249f\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"2a40b57b-7b85-4e3c-8f90-0a2dc606993d\",\n            \"companyName\": \"Mercury NZ Ltd\",\n            \"title\": \"Kapua Megaport Interconnect\",\n            \"locationId\": 328,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1597,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"8806decf-12c2-426a-8e26-e825389ca4a5\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"c714d3a5-57df-407f-a039-7ea9709537a1\",\n            \"companyName\": \"Halliburton Energy Services Inc\",\n            \"title\": \"1G Port - CyrusOne Houston Galleria, Port 2\",\n            \"locationId\": 228,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1598,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"7b329883-80b9-4abe-83ca-4176457f89b7\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"169c933e-ebce-41f8-b04f-e0877531b3ad\",\n            \"companyName\": \"ECN\",\n            \"title\": \"ECN M1\",\n            \"locationId\": 4,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1599,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"8347299d-9af4-4e72-88fd-7b05e5fcc6e1\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"138e8c80-02fd-4ab9-9d32-65b9d653f89b\",\n            \"companyName\": \"Crane Worldwide Logistics, LLC\",\n            \"title\": \"1000Mbps Port at Digital Realty DAL3\",\n            \"locationId\": 156,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1600,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"6351998e-dbb0-4f3b-b26a-8d3591483c05\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"a64ec44a-d3be-4890-becd-ac8f769b106e\",\n            \"companyName\": \"iQ3 Pty Ltd.\",\n            \"title\": \" Supreme Court @ NextDC M1\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1601,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"2c81485d-7c1c-40fd-a97b-8ab0b7bbbece\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"dc829985-1a76-43b8-ab15-09c096f387ff\",\n            \"companyName\": \"Formbird Pty Ltd\",\n            \"title\": \"Formbird\",\n            \"locationId\": 41,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1602,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"d5f8f548-48eb-433f-b077-4f9c3fb5d9ae\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"c86219cc-bddc-4ca3-9065-f30203eec355\",\n            \"companyName\": \"Digital Island\",\n            \"title\": \"10G_MDR_DC_AIRDAILE\",\n            \"locationId\": 80,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1603,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"fca6fe93-5d90-4aae-b837-bfb8f823d9cd\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"a28131bb-417c-462c-aa4d-eb3884cdfdc9\",\n            \"companyName\": \"Truphone Limited\",\n            \"title\": \"1000Mbps Port at Digital Realty LOS1\",\n            \"locationId\": 63,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1604,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"b79c99fc-fa28-4ea8-a734-1bcfdae83dae\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"a28131bb-417c-462c-aa4d-eb3884cdfdc9\",\n            \"companyName\": \"Truphone Limited\",\n            \"title\": \"1000Mbps Port at Digital Realty LOS1\",\n            \"locationId\": 63,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1605,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"6abbca77-8e9d-403d-9468-f5979c4849c1\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"a28131bb-417c-462c-aa4d-eb3884cdfdc9\",\n            \"companyName\": \"Truphone Limited\",\n            \"title\": \"1000Mbps Port at Digital Realty NYC1\",\n            \"locationId\": 62,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1606,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"61382248-38b4-41a1-9e8b-1325838e9146\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"a28131bb-417c-462c-aa4d-eb3884cdfdc9\",\n            \"companyName\": \"Truphone Limited\",\n            \"title\": \"1000Mbps Port at Digital Realty NYC1\",\n            \"locationId\": 62,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1607,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"e477f237-e23c-42f0-931b-108dfd979def\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"3f1a7c69-aa8b-4b48-b532-6f0e0cfd488d\",\n            \"companyName\": \"Brennan IT\",\n            \"title\": \"BRENNAN-CORE-P1-10G\",\n            \"locationId\": 50,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1608,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"b8b47428-57c7-4e8d-a739-6425ed762c7b\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"b89642e6-ccd2-4a69-b8b0-da661532410d\",\n            \"companyName\": \"NetActuate\",\n            \"title\": \"NetActuate IAD\",\n            \"locationId\": 67,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1609,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"ce990b7b-3cbb-46d2-b7df-73f5e06ac8fb\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"33c0e8bb-abca-487c-9894-bec9d2c55fb8\",\n            \"companyName\": \"iland\",\n            \"title\": \"iland SYDPOD01 Megaport ce990b7b\",\n            \"locationId\": 10,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1610,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"f54992d0-f619-44c0-a093-cd82db794987\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"f8fe420a-f80c-448f-9b14-de93737f592f\",\n            \"companyName\": \"Gibson Energy ULC\",\n            \"title\": \"1000Mbps Port at Digital Realty DAL3\",\n            \"locationId\": 156,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1611,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"a039fbdd-5885-43ec-86ea-c7a1242dd3e6\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"f8fe420a-f80c-448f-9b14-de93737f592f\",\n            \"companyName\": \"Gibson Energy ULC\",\n            \"title\": \"1000Mbps Port at Digital Realty DAL3\",\n            \"locationId\": 156,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1612,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"ec9a85c0-2431-4852-a527-48451bad30e2\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"IBM Cloud Direct Link 1.0 Singapore 2 Classic Only\",\n            \"locationId\": 37,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1613,\n            \"lag_id\": 8,\n            \"lag_primary\": true,\n            \"aggregation_id\": 43127\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"4f439e70-5f4e-4eab-8ce5-aa88201fbad2\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"33c0e8bb-abca-487c-9894-bec9d2c55fb8\",\n            \"companyName\": \"iland\",\n            \"title\": \"iland LONPOD01 Megaport 4f439e70\",\n            \"locationId\": 90,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1614,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"70f934c8-2edc-48a4-a68e-d3f84c794548\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"00254a3f-c22b-46fe-bef7-2e8f8a63ffb6\",\n            \"companyName\": \"AT&T Global Network Services\",\n            \"title\": \"AT&T 1G Megaport at Equinix SG2 (43N-13236 ll ISR18051012658)\",\n            \"locationId\": 37,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1615,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"d7dbdec3-3412-4bac-937f-d2b8e85076c6\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"30d4ee70-3a9d-42f6-a81d-2bee8871d1ec\",\n            \"companyName\": \"Orixcom\",\n            \"title\": \"ORX-DX1-NNI-Megaport-AMS8-10GE-01\",\n            \"locationId\": 92,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1616,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"0e5bfef5-0d12-4207-92cb-6576b33808b0\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"84e19077-21ec-43d7-92f5-09f30defb6ca\",\n            \"companyName\": \"Sara Assicurazioni\",\n            \"title\": \"MP-01\",\n            \"locationId\": 255,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1617,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"bd5b633e-cba4-4003-a702-9689273065a5\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"f3ff95e5-2486-4ca8-8926-fa34508adaf0\",\n            \"companyName\": \"Ramsay Health Care Investments Pty Ltd\",\n            \"title\": \"Megaport_EQSY4\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1618,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"cc87bf06-abf5-4484-82f7-6597ecbab4a9\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"1d0d15a9-811c-4465-920e-c4e8553df521\",\n            \"companyName\": \"Data Foundry\",\n            \"title\": \"10G Port - Equinix DC10 - gw1.ash1|Te2/4 - (ASH1-TELIA-TX1)\",\n            \"locationId\": 67,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1619,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"a0b0c75c-7e6a-4b6e-872e-48dcc73dc7b5\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"bd8fb9a2-e82f-4206-9818-7cfef6522cff\",\n            \"companyName\": \"IPC\",\n            \"title\": \"IPCSYD4-PSW003 Gi0/12 - SYDSYD288494\",\n            \"locationId\": 6,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1620,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"e7cc795d-dc7f-4eae-995d-f4002596cedf\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"bd8fb9a2-e82f-4206-9818-7cfef6522cff\",\n            \"companyName\": \"IPC\",\n            \"title\": \"IPCSNG2-PSW008 Gi0/2 - SNGSNG288498\",\n            \"locationId\": 37,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1621,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"6be369c0-dc14-47e3-b137-f89f6d48c1fa\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"89be18dc-ad27-46a9-b9ed-42758232fbca\",\n            \"companyName\": \"OmniNet Ltd\",\n            \"title\": \"OmniNet-Kapua\",\n            \"locationId\": 328,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1622,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"0ed75eda-3c0f-4b57-80df-d6da7034a0bb\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"64f9c035-a293-4060-9d57-bb631b671caa\",\n            \"companyName\": \"Suncorp\",\n            \"title\": \"SY3 SYD 10Gb Megaport\",\n            \"locationId\": 6,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1623,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"27fb2e4d-cb99-4c63-aab0-624e4923203f\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"02d029b5-14d6-4456-8e33-10fbfc822aa8\",\n            \"companyName\": \"Cloud4x Enterprise Systems Pty Ltd\",\n            \"title\": \"Cloud4x SY3\",\n            \"locationId\": 6,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1624,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"31850017-3e26-4468-a2ae-0fe0591b4df4\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"fe3ab0d6-2770-47c1-8879-c4827e5a2dd6\",\n            \"companyName\": \"Fastrack Technology\",\n            \"title\": \"Fastrack Technology - Sydney IC1\",\n            \"locationId\": 145,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1625,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"5fd4f387-ce14-4da0-83a2-cbf6c08c15db\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"01e1e173-f28c-4122-abc9-5aef126d3ebf\",\n            \"companyName\": \"Corpcloud Pty Ltd\",\n            \"title\": \"CorpCloud Sydney SY3\",\n            \"locationId\": 6,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1626,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"5951bf5c-7045-4f9f-a00d-2c043c3b9264\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"13a463ba-1aaa-4e1b-b75f-5f5d0651bb08\",\n            \"companyName\": \"Trustpower Ltd\",\n            \"title\": \"KAP Megaport\",\n            \"locationId\": 328,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1627,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"bab06299-3f95-48de-8106-3e8b89bac60b\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"9c310ceb-c1dd-4761-950f-81995e28a552\",\n            \"companyName\": \"The Uniting Church In Australia\",\n            \"title\": \"Uniting-EQ-Megaport-10G01\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1629,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"e9e3b25c-a367-40f7-ad61-15f645e72d04\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"46fe22ab-5639-48ce-937b-f6131365fca4\",\n            \"companyName\": \"Suncorp NZ\",\n            \"title\": \"SuncorpNZ_Takanini\",\n            \"locationId\": 81,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1630,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"ad82f9f6-d7c4-4f84-961d-0ed36be472a1\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"46fe22ab-5639-48ce-937b-f6131365fca4\",\n            \"companyName\": \"Suncorp NZ\",\n            \"title\": \"SuncorpNZ_Airedale\",\n            \"locationId\": 80,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1631,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"04f8bfb5-af10-4197-b0a6-e972e3afcae1\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"9d3773d9-7038-4ce9-9196-4f410fbdf29f\",\n            \"companyName\": \"VPLS Inc.\",\n            \"title\": \"10G Port - Equinix Ashburn\",\n            \"locationId\": 67,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1632,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"cd425cab-5683-4bcb-8082-d73562569121\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"ed96d1a8-a537-4be8-acf9-d43d846ec725\",\n            \"companyName\": \"Vibe Group\",\n            \"title\": \"Sydney 1G Port\",\n            \"locationId\": 10,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1633,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"c426d6bd-0bad-419e-9341-3b4a6e749a1c\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"1a5d2304-ea4d-407c-8a91-10e72c2b9529\",\n            \"companyName\": \"Mavenir Systems, Inc\",\n            \"title\": \"1000Mbps Port at Digital Realty DAL1\",\n            \"locationId\": 72,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1634,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"5faacbeb-df1a-4f4f-a584-cb4c6d6031d3\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"1a5d2304-ea4d-407c-8a91-10e72c2b9529\",\n            \"companyName\": \"Mavenir Systems, Inc\",\n            \"title\": \"1000Mbps Port at Digital Realty ATL1\",\n            \"locationId\": 116,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1635,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"ca7805c3-099d-46e7-aca6-b118699b3b4c\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"bcc77e9e-1b12-40ba-91a9-7acc4ce6b35b\",\n            \"companyName\": \"Prodigy Communications\",\n            \"title\": \"PROD-VDS-1\",\n            \"locationId\": 7,\n            \"speed\": 1000,\n            \"diversityZone\": null,\n            \"rank\": 1636,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"502a7908-b4c2-4cd7-977a-bf783db318ba\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"fe3ab0d6-2770-47c1-8879-c4827e5a2dd6\",\n            \"companyName\": \"Fastrack Technology\",\n            \"title\": \"Fastrack Technology - Melbourne\",\n            \"locationId\": 41,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1637,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"6c648f63-7a42-4a10-aae7-85939956e0f3\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"ad9e62c4-8174-4a5f-8ae7-5ca6af0970db\",\n            \"companyName\": \"Ifwe, Inc.\",\n            \"title\": \"1000Mbps Port at Digital Realty SFR2\",\n            \"locationId\": 141,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1638,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"3dde606e-2160-4c4c-8f57-3d23210a01e4\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"fbc2558d-6b52-4e69-a561-6d67f8c563c4\",\n            \"companyName\": \"TechPath Pty Ltd\",\n            \"title\": \"Perth-P1\",\n            \"locationId\": 50,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1639,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"27d816f2-c763-4d39-9cec-b5b2d8f28e05\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"1a49373b-c956-4171-886c-c117f1f6d6c0\",\n            \"companyName\": \"CloudSigma\",\n            \"title\": \"Megaport WDC - IAD-1-B-DC3\",\n            \"locationId\": 348,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1640,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"af33b5d3-8539-4452-8dbd-e9e597eee5cd\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"34879c7d-18f7-4f1a-931f-5a23a9220253\",\n            \"companyName\": \"RingCentral\",\n            \"title\": \"RingCentral, Inc. at Equinix SY1/2/4\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1641,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"3cb60833-8205-40b0-8806-3fa57baf5933\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"34879c7d-18f7-4f1a-931f-5a23a9220253\",\n            \"companyName\": \"RingCentral\",\n            \"title\": \"RingCentral, Inc. at Equinix AM2\",\n            \"locationId\": 85,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1642,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"35e3d151-9c45-4cbd-9d53-b58348ce9493\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"00254a3f-c22b-46fe-bef7-2e8f8a63ffb6\",\n            \"companyName\": \"AT&T Global Network Services\",\n            \"title\": \"AT&T 1G Megaport at NEXTDC S1 Sydney (ISR18091870035 / 43N-28653)\",\n            \"locationId\": 10,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1643,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"af80648d-0100-4da3-b79a-7ba368fdb377\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"00254a3f-c22b-46fe-bef7-2e8f8a63ffb6\",\n            \"companyName\": \"AT&T Global Network Services\",\n            \"title\": \"AT&T 1G Megaport at Global Switch Sydney (ISR18091870035 / 43N-28653)\",\n            \"locationId\": 3,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1644,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"51a20d31-72c9-4b1a-9688-9b5dd10142f6\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"470c1a1a-ce8b-4585-9ac0-d92fc3009436\",\n            \"companyName\": \"UFONE\",\n            \"title\": \"UFONE Data Vault\",\n            \"locationId\": 416,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 1645,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"036944f5-0ffd-417b-b3e8-96948213ef06\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"0a62d06d-6369-4efb-80c1-31bf436a7da3\",\n            \"companyName\": \"Kyndryl Australia Pty Ltd\",\n            \"title\": \"IBM 10G port Collins Street\",\n            \"locationId\": 23,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1646,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"054ab6cc-7e71-4846-9839-401b21a75bf1\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"637dd12a-140c-4d0b-ad64-ff6d5342a147\",\n            \"companyName\": \"Amaze\",\n            \"title\": \"Equinix SY4\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1647,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"f4c8f28b-e676-4892-a2a7-bfeadeaa17b9\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"80f1557b-72d8-45ae-899f-40c6b320757a\",\n            \"companyName\": \"GPK Group Pty Ltd\",\n            \"title\": \"GPK VIC M2\",\n            \"locationId\": 382,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1648,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"13e1abec-c9bd-49e7-984d-54e48a5e5d47\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"1a49373b-c956-4171-886c-c117f1f6d6c0\",\n            \"companyName\": \"CloudSigma\",\n            \"title\": \"Megaport SJC - SFO2-B\",\n            \"locationId\": 389,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 1649,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"525dc959-0af9-4992-92c2-357920224aab\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"6ad89689-fc32-440a-acc7-d464f3bc4d76\",\n            \"companyName\": \"Global Transit\",\n            \"title\": \"Twin Turbo Backup Link\",\n            \"locationId\": 36,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1650,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"aeca7179-aa88-437a-a9e8-c453487b8b81\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"af8073ab-a44c-4194-8b78-4766f1631d82\",\n            \"companyName\": \"CFDynamics\",\n            \"title\": \"1G Megaport Carrollton - Port 1\",\n            \"locationId\": 102,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1651,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"fc3d4492-2abd-416f-810a-681e91561a9e\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"af8073ab-a44c-4194-8b78-4766f1631d82\",\n            \"companyName\": \"CFDynamics\",\n            \"title\": \"1G Megaport Carrollton - Port 2\",\n            \"locationId\": 102,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1652,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"b200b783-d6c4-446d-b5c9-f24f869b6a08\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"19c79666-a2dd-4a91-b82f-33e53ca2338a\",\n            \"companyName\": \"BUROSERV Australia Pty Ltd\",\n            \"title\": \"BUROSERV-NXDC-B2\",\n            \"locationId\": 383,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1653,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"574cb3ee-b3df-4690-834d-af038ca70f0a\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"07878808-382e-4997-805c-5b4193e4db85\",\n            \"companyName\": \"connect managed services (uk) limited\",\n            \"title\": \"CRISP_FR4 NNI-5158\",\n            \"locationId\": 131,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1654,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"d42c87da-92f7-4f82-8deb-a7be237c8e16\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"66e1722e-40b8-44fb-be95-9a9ba0316b8b\",\n            \"companyName\": \"Grantham, Mayo, Van Otterloo & Co. LLC\",\n            \"title\": \"1000Mbps Port at Digital Realty BOS14\",\n            \"locationId\": 296,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1655,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"3706ad4e-6546-4238-9382-27b5220c8867\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"66e1722e-40b8-44fb-be95-9a9ba0316b8b\",\n            \"companyName\": \"Grantham, Mayo, Van Otterloo & Co. LLC\",\n            \"title\": \"1000Mbps Port at Digital Realty BOS14\",\n            \"locationId\": 296,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1656,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"1d50bb10-18bd-447a-94fa-7e1321103446\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"17b016ce-1fe4-4545-98da-117cefd674a5\",\n            \"companyName\": \"Deasil Works Inc.\",\n            \"title\": \"1000Mbps Port at Digital Realty LOS1\",\n            \"locationId\": 63,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1657,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"ae0758c9-16d4-496a-8417-d2b1aee1c7c1\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"7251ecea-30eb-4f54-bd12-b2f0763c4678\",\n            \"companyName\": \"Ideal Integrations, LLC\",\n            \"title\": \"PIT01-1\",\n            \"locationId\": 392,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 1658,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"18961ed3-5a94-4a0c-b52c-b90b23fdd243\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"33c0e8bb-abca-487c-9894-bec9d2c55fb8\",\n            \"companyName\": \"iland\",\n            \"title\": \"iland DALPOD02 Megaport 18961ed3\",\n            \"locationId\": 102,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1659,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"ad2a247a-363d-4e59-b59e-a3ed16406f2b\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"2f20047b-274a-409f-b1bd-7103765b0e1b\",\n            \"companyName\": \"Gigafy\",\n            \"title\": \"GIGAFY_NDC_M1-P1\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1660,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"020b150b-d3ff-498d-99b0-e16500d8050b\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"3f4e34aa-2225-4f11-9736-566d893819d8\",\n            \"companyName\": \"Synapse Financial Technologies, Inc.\",\n            \"title\": \"1000Mbps Port at Digital Realty SFR2\",\n            \"locationId\": 141,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1661,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"df24bf62-de58-484a-9aab-4717bc7d24c5\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"80f1557b-72d8-45ae-899f-40c6b320757a\",\n            \"companyName\": \"GPK Group Pty Ltd\",\n            \"title\": \"GPK QLD B1\",\n            \"locationId\": 5,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1662,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"552a4e6c-f4a6-4c24-8e5b-b48a1abb0f15\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"3f4e34aa-2225-4f11-9736-566d893819d8\",\n            \"companyName\": \"Synapse Financial Technologies, Inc.\",\n            \"title\": \"1000Mbps Port at Digital Realty LOS1\",\n            \"locationId\": 63,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1663,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"6eb22a3c-ceb7-4d89-ba7f-f3ff65f7e9ef\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"ed96d1a8-a537-4be8-acf9-d43d846ec725\",\n            \"companyName\": \"Vibe Group\",\n            \"title\": \"Brisbane NextDC B1\",\n            \"locationId\": 5,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1664,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"94be0401-d1e6-4cdf-afc9-34956f813c11\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"7202ad8f-63c9-4f37-9c96-671ea36c3ac0\",\n            \"companyName\": \"Netskope Inc\",\n            \"title\": \"MP-SV5\",\n            \"locationId\": 66,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1665,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"a1e13643-35bd-406b-aaf1-0144181318c3\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"cd0ccb95-ae77-40bd-bed9-94569d8847de\",\n            \"companyName\": \"IntelePeer Cloud Communications LLC\",\n            \"title\": \"10000Mbps Port at Digital Realty CHI1\",\n            \"locationId\": 64,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1666,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"31ef1820-9c7b-415e-a4e6-7db837c71d92\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"cd0ccb95-ae77-40bd-bed9-94569d8847de\",\n            \"companyName\": \"IntelePeer Cloud Communications LLC\",\n            \"title\": \"10000Mbps Port at Digital Realty DAL1\",\n            \"locationId\": 72,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1667,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"bad4d503-e0b9-4625-b38d-c73a1aa1117c\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"db22a94c-f9a6-4aec-8fd8-be9e7728482b\",\n            \"companyName\": \"ONiYN Networks\",\n            \"title\": \"ONiYN NEXTDC B1 Megaport\",\n            \"locationId\": 5,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1668,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"89ed1923-ca5a-4b50-8497-2cc2aef07bc2\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"80be83cb-d4e4-416a-b95f-23185107ff44\",\n            \"companyName\": \"Digital Realty (FKA TELX)\",\n            \"title\": \"10000Mbps Port at Digital Realty SFR2\",\n            \"locationId\": 141,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1669,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"3276a8dd-8cdb-4889-a225-8233222d5c56\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"80be83cb-d4e4-416a-b95f-23185107ff44\",\n            \"companyName\": \"Digital Realty (FKA TELX)\",\n            \"title\": \"10000Mbps Port at Digital Realty ASH1\",\n            \"locationId\": 140,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1670,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"04b16dcc-14b5-4c50-a8bb-57a45893fc2c\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"bf60cb3c-ecc5-4b44-a34a-9df3b9f26dce\",\n            \"companyName\": \"Claratti Workspace\",\n            \"title\": \"Perth P1\",\n            \"locationId\": 50,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1671,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"e7e64a63-6852-4407-b2e6-a5c5b97da226\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"750ea116-3bb1-44dc-a0ab-4c58fe0256a8\",\n            \"companyName\": \"Wireline Group\",\n            \"title\": \"Megaport B2\",\n            \"locationId\": 383,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1672,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"1aa06727-4869-4e08-9ce5-e3dff78d792f\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"33c0e8bb-abca-487c-9894-bec9d2c55fb8\",\n            \"companyName\": \"iland\",\n            \"title\": \"iland AMSPOD01 Megaport 1aa06727\",\n            \"locationId\": 92,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1673,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"86626570-e1dd-4ced-80f8-0cf2660e8a9d\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"a64f90d2-acd1-4c9c-ac68-c6c9b86b8df4\",\n            \"companyName\": \"Servers Australia Pty Ltd\",\n            \"title\": \"SAU - Perth - Equinix PE2\",\n            \"locationId\": 367,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1674,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"ab4929ce-8c35-4775-ba78-bae44b2fd2dd\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"fee19908-26ae-4539-baa7-0d8017b31e10\",\n            \"companyName\": \"Voxbone\",\n            \"title\": \"P1.EDG-02-19.FR5-EQX\",\n            \"locationId\": 131,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1675,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"7d0006e8-ecb3-4707-8ebb-4cecf79b5ca5\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"fee19908-26ae-4539-baa7-0d8017b31e10\",\n            \"companyName\": \"Voxbone\",\n            \"title\": \"P1.EDG-01-020010.SY3-EQX\",\n            \"locationId\": 6,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1676,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"67aafb72-494f-4032-9deb-696f32aee731\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"ca2616c6-222e-499a-8d08-cdf254baa919\",\n            \"companyName\": \"HCE Telecom\",\n            \"title\": \"HCE1\",\n            \"locationId\": 438,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1677,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"eea5f9e8-289f-4126-8dc8-d1faa322dc7c\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"3f4e34aa-2225-4f11-9736-566d893819d8\",\n            \"companyName\": \"Synapse Financial Technologies, Inc.\",\n            \"title\": \"1000Mbps Port at Digital Realty SFR2\",\n            \"locationId\": 141,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1678,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"79f20d8a-ab16-4fba-9971-1a9b466ed978\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"500c0d0b-a9fd-49ca-8f6a-0fa90c7df967\",\n            \"companyName\": \"Terago Network\",\n            \"title\": \"Terago-Megaport-10GNNI-VAN\",\n            \"locationId\": 442,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1679,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"8982a6bb-9f90-4e18-81cf-8602fbc2fa5d\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"6194c38e-c80f-46c0-be35-3459624b9278\",\n            \"companyName\": \"Octane5\",\n            \"title\": \"10000Mbps Port at Digital Realty ATL1\",\n            \"locationId\": 116,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1680,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"6afc4b04-cfd9-4398-9706-9f795733b4d4\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"4f536e14-71a6-4688-876f-7e01481b4e91\",\n            \"companyName\": \"Arnold & Porter Kaye Scholer LLP\",\n            \"title\": \"10000Mbps Port at Digital Realty LHR20\",\n            \"locationId\": 89,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1681,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 74337\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"1b82d7f4-8852-462e-bb00-b468988f7216\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"4f536e14-71a6-4688-876f-7e01481b4e91\",\n            \"companyName\": \"Arnold & Porter Kaye Scholer LLP\",\n            \"title\": \"10000Mbps Port at Digital Realty FRA11\",\n            \"locationId\": 255,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1682,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 74339\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"07c02a87-2b23-48e6-859a-5b189b6094d5\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"3f4e34aa-2225-4f11-9736-566d893819d8\",\n            \"companyName\": \"Synapse Financial Technologies, Inc.\",\n            \"title\": \"1000Mbps Port at Digital Realty LOS1\",\n            \"locationId\": 63,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1683,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"8b68a808-8f0e-41a3-aec3-58dbc0b6b57c\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"07878808-382e-4997-805c-5b4193e4db85\",\n            \"companyName\": \"connect managed services (uk) limited\",\n            \"title\": \"CRISP-LA NNI-5155\",\n            \"locationId\": 60,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1684,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"5cdddf0c-328b-4db8-94c4-4d95b9c9dd0e\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"7251ecea-30eb-4f54-bd12-b2f0763c4678\",\n            \"companyName\": \"Ideal Integrations, LLC\",\n            \"title\": \"BNA01-1\",\n            \"locationId\": 391,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 1685,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"88303c6b-f248-444f-82c5-d621314dad69\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"92f0cdb9-1440-49b5-814d-bd5e2b53c961\",\n            \"companyName\": \"Telair Pty Ltd\",\n            \"title\": \"TA-S1-MP10G\",\n            \"locationId\": 10,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1686,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"ced1f4ac-f046-4ad4-b848-9e60460f7225\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"d8242ec2-4bf3-475b-a5d8-c4b8fb673888\",\n            \"companyName\": \"Gen Re\",\n            \"title\": \"10000Mbps Port at Digital Realty ASH1\",\n            \"locationId\": 140,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1687,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"fe12426c-9d13-4c6b-81b3-ccb545272cb1\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"53179345-23ee-4803-ae72-94e1bba30721\",\n            \"companyName\": \"Colocation Northwest, an IsoFusion Company\",\n            \"title\": \"Westin 10G #1\",\n            \"locationId\": 146,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1688,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 80362\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"03d19e76-abe8-45c6-b69e-2bf4cb613d3e\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"4443e2ba-f2f9-4db6-8b44-91062eea94da\",\n            \"companyName\": \"TasmaNet\",\n            \"title\": \"P1 Aggregation Port\",\n            \"locationId\": 50,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1689,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"06b7ac09-62b9-43ff-b531-47a031db8240\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"d24a11be-cb26-469d-8bf1-eba2dc6aed87\",\n            \"companyName\": \"CarGurus, Inc.\",\n            \"title\": \"10000Mbps Port at Digital Realty BOS14\",\n            \"locationId\": 296,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1690,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"2a628717-414f-4f39-9d1c-246bc11363fc\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"2f20047b-274a-409f-b1bd-7103765b0e1b\",\n            \"companyName\": \"Gigafy\",\n            \"title\": \"GIGAFY_NDC_B1-P1\",\n            \"locationId\": 5,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1691,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"12556625-c2a6-49f2-b105-6084c51dfb29\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"d9a6ef5f-6df0-42fb-b3a1-e6cb4bab4479\",\n            \"companyName\": \"Ziff Brothers Investments, LLC\",\n            \"title\": \"1000Mbps Port at Digital Realty NYC1\",\n            \"locationId\": 62,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1692,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"37532d87-6945-4170-bb30-2632b2fe830e\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"9f9605c0-8a69-4662-8f55-b98d89d4d170\",\n            \"companyName\": \"GTT - EMEA Ltd\",\n            \"title\": \"1000Mbps Port at Digital Realty LHR20\",\n            \"locationId\": 89,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1693,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"531dfedf-0bd2-4e12-9adc-cd828be5bc6e\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"0a35de96-99bb-4d78-b77d-bfba91c885a8\",\n            \"companyName\": \"INAP\",\n            \"title\": \"megaport-26: border12.wdc002; xe-8/0/1\",\n            \"locationId\": 67,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1694,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"6bbb4c1e-20f7-433c-b72b-fc5f734dd9d3\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"60f6ab74-ba33-4a2c-8538-cc9a18132f11\",\n            \"companyName\": \"Network Solutions Group\",\n            \"title\": \"NZ01-MP01\",\n            \"locationId\": 80,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1696,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"529efd6c-eadb-4632-85fe-cac4cde95526\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"0efcb89e-78b3-421f-9e0e-98405d09ff72\",\n            \"companyName\": \"8-P, LLC\",\n            \"title\": \"10000Mbps Port at Digital Realty LOS1\",\n            \"locationId\": 63,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1697,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"e4e8b327-d9c9-4ed4-a25b-7e666fd2951b\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"9ed38d20-26bd-4720-9dd1-04f626a3c2ac\",\n            \"companyName\": \"West IP Communications, Inc.\",\n            \"title\": \"1000Mbps Port at Digital Realty DAL1\",\n            \"locationId\": 72,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1698,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"cdd7f8f2-2447-4770-b5b2-3fc52065f568\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"fe163309-a403-4c91-af6a-88eb9904989e\",\n            \"companyName\": \"Turner Industries\",\n            \"title\": \"10G Port at CyrusOne Carrollton\",\n            \"locationId\": 102,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1699,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"294b1c5a-3f09-4b91-8f28-e3cc22ba8454\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"fe163309-a403-4c91-af6a-88eb9904989e\",\n            \"companyName\": \"Turner Industries\",\n            \"title\": \"10G Port at CyrusOne HW3\",\n            \"locationId\": 148,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1700,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"a29f1e5c-773e-4583-9107-4abacf559b3c\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"3766fb84-d733-45c0-b460-037cf9951488\",\n            \"companyName\": \"Unite Private Networks\",\n            \"title\": \"Stemmons - 22116\",\n            \"locationId\": 71,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1701,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"61608e5a-0fbe-42d4-aa4b-88d649582b36\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"ad9e62c4-8174-4a5f-8ae7-5ca6af0970db\",\n            \"companyName\": \"Ifwe, Inc.\",\n            \"title\": \"10000Mbps Port at Digital Realty SFR2\",\n            \"locationId\": 141,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1702,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"f59853e3-2dc5-4060-9dae-61e5f681f0bb\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"1480c07a-222c-421a-974c-03cac4cf4d1e\",\n            \"companyName\": \"Toyota Motor Credit Corporation\",\n            \"title\": \"10000Mbps Port at Digital Realty PHX1\",\n            \"locationId\": 236,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1703,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"8df74e20-f9c6-4916-8444-64726d9c95e5\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"afb993e7-d505-45f2-818f-25c222f12f2f\",\n            \"companyName\": \"Kentik Technologies Inc.\",\n            \"title\": \"kentik_frankfurt\",\n            \"locationId\": 131,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1704,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"58f50063-e16d-46e9-a632-166fe05af28d\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"80f210ac-8ff7-428b-a4aa-66a2780771ca\",\n            \"companyName\": \"GNET Communications\",\n            \"title\": \"GNET\",\n            \"locationId\": 7,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 1705,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"cddc9148-e3f0-4deb-a4b6-38907e565bd9\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"fd5201a7-ea9b-4ce5-9baf-87ad10b47957\",\n            \"companyName\": \"Bluetone Communications, LLC\",\n            \"title\": \"1000Mbps Port at Digital Realty NYC1\",\n            \"locationId\": 62,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1706,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"4be043ad-d568-4381-b7b6-9a72c14d436f\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"89a4562c-38c7-416c-8f56-867cf6cd0b40\",\n            \"companyName\": \"Logic Communications Ltd\",\n            \"title\": \"1000Mbps Port at Digital Realty NYC1\",\n            \"locationId\": 62,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1707,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"1f30ba38-391e-4d1b-b19d-3f14547cc8c1\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"8054fad4-a9e2-4276-abc2-ab8a1d858f5a\",\n            \"companyName\": \"Cedar Cable Ltd\",\n            \"title\": \"1000Mbps Port at Digital Realty NYC2\",\n            \"locationId\": 78,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1708,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"391ff0b7-e44f-4d32-ac54-1360f0a03b1e\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"bd29d3a7-741d-4bc1-8db0-a543513cd1d1\",\n            \"companyName\": \"West Facilities LLC\",\n            \"title\": \"10000Mbps Port at Digital Realty CHI1\",\n            \"locationId\": 64,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1709,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"476fedf2-3ee0-4072-b656-6881dc43993d\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"bd29d3a7-741d-4bc1-8db0-a543513cd1d1\",\n            \"companyName\": \"West Facilities LLC\",\n            \"title\": \"10000Mbps Port at Digital Realty CHI1\",\n            \"locationId\": 64,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1710,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"56af4866-b836-4884-8f4e-eea0926c84c9\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"7769fd21-9ac5-41ed-aed4-bb4615f1cbe0\",\n            \"companyName\": \"SAP SE\",\n            \"title\": \"SAP Cloud Peering for HEC - vXchnge Santa Clara (1/2)\",\n            \"locationId\": 354,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1711,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"9e740830-257a-4d76-960c-39b909465f7e\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"fdaaf35f-07d1-4ffc-979a-df9feb37fb6b\",\n            \"companyName\": \"Signature Bank\",\n            \"title\": \"1000Mbps Port at Digital Realty NYC1\",\n            \"locationId\": 62,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1712,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"db92a682-fbd1-4ff4-9029-c839a4373a0a\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"766fd666-020b-4803-ab96-bdbeac2e8323\",\n            \"companyName\": \"Schrodinger, Inc.\",\n            \"title\": \"10000Mbps Port at Digital Realty NJR3\",\n            \"locationId\": 117,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1713,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"e678d2e9-a255-46a8-91ac-6aed4c37b221\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"07db260e-6f4f-4cc3-ab84-dba83febedba\",\n            \"companyName\": \"Varentec, Inc.\",\n            \"title\": \"1000Mbps Port at Digital Realty SCL2\",\n            \"locationId\": 65,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1714,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"2e26a785-7867-40fb-ab68-bbee6c8f4e15\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"07db260e-6f4f-4cc3-ab84-dba83febedba\",\n            \"companyName\": \"Varentec, Inc.\",\n            \"title\": \"1000Mbps Port at Digital Realty SCL2\",\n            \"locationId\": 65,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1715,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"9eb3cf9c-62ca-43f5-9655-5f4170c1f30d\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"2b654278-e82b-471b-b7c2-2fa1fe7f2d7b\",\n            \"companyName\": \"VostroNet\",\n            \"title\": \"SY1\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1716,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"563bac28-7c5d-400d-a39d-800e871b01db\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"180f6625-2d92-4757-95dc-980a6027bdd9\",\n            \"companyName\": \"Arnold & Porter Kaye Scholer LLP\",\n            \"title\": \"10000Mbps Port at Digital Realty NJR3\",\n            \"locationId\": 117,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1717,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 91830\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"d235a748-ad66-4c86-abfc-fdb7b648a481\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"f3e9a767-cc6c-4bf0-aadc-1a81eb0391b8\",\n            \"companyName\": \"Yellowbrick Data, Inc.\",\n            \"title\": \"10000Mbps Port at Digital Realty SCL2\",\n            \"locationId\": 65,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1718,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"b902f415-5fa5-4864-94a9-86e67397dd72\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"1b1865b0-a9e4-4aa5-81d3-ed96ab92fbe6\",\n            \"companyName\": \"Freifunk Rheinland e.V.\",\n            \"title\": \"Moved from Level3 (44ead8f4)\",\n            \"locationId\": 124,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1719,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"a94c08f2-dc13-403b-b450-817c5edaf4e6\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"86c4bb82-7f76-435c-9b0b-0e1c9fd98a69\",\n            \"companyName\": \"AINS\",\n            \"title\": \"AINS - Equinix SYD (CWT Rack)\",\n            \"locationId\": 2,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1720,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"c869c3c1-689e-4873-9036-841634e8e212\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"f3e9a767-cc6c-4bf0-aadc-1a81eb0391b8\",\n            \"companyName\": \"Yellowbrick Data, Inc.\",\n            \"title\": \"10000Mbps Port at Digital Realty ASH1\",\n            \"locationId\": 140,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1721,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"40b03462-8f51-4ab9-8d7e-7136167be66f\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"f3e9a767-cc6c-4bf0-aadc-1a81eb0391b8\",\n            \"companyName\": \"Yellowbrick Data, Inc.\",\n            \"title\": \"10000Mbps Port at Digital Realty ASH1\",\n            \"locationId\": 140,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1722,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"68ca0c18-ce3d-4855-a13f-0736b1905a4d\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"f3e9a767-cc6c-4bf0-aadc-1a81eb0391b8\",\n            \"companyName\": \"Yellowbrick Data, Inc.\",\n            \"title\": \"10000Mbps Port at Digital Realty ASH1\",\n            \"locationId\": 140,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1723,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"3a207219-85d4-453d-9ff2-a600d6f25a4a\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"f3e9a767-cc6c-4bf0-aadc-1a81eb0391b8\",\n            \"companyName\": \"Yellowbrick Data, Inc.\",\n            \"title\": \"10000Mbps Port at Digital Realty ASH1\",\n            \"locationId\": 140,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1724,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"4bd20814-157a-421e-818b-b7bbfc3da1ca\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"92f0cdb9-1440-49b5-814d-bd5e2b53c961\",\n            \"companyName\": \"Telair Pty Ltd\",\n            \"title\": \"PER01-10G-MP\",\n            \"locationId\": 109,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1725,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"04241811-12cc-41c7-b088-31d12a0f1d10\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"f3e9a767-cc6c-4bf0-aadc-1a81eb0391b8\",\n            \"companyName\": \"Yellowbrick Data, Inc.\",\n            \"title\": \"10000Mbps Port at Digital Realty ASH1\",\n            \"locationId\": 140,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1729,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"34ebc687-af28-4422-930d-8b266395590e\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"f9f82af4-9efb-4b9c-bf64-bf81e3a6ef55\",\n            \"companyName\": \"Dreamscape Networks\",\n            \"title\": \"SYD02\",\n            \"locationId\": 6,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1730,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"78887690-939e-4394-b9e5-cddeb520376d\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"f9f82af4-9efb-4b9c-bf64-bf81e3a6ef55\",\n            \"companyName\": \"Dreamscape Networks\",\n            \"title\": \"SYD01\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1731,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"cc0451ac-64ee-4be3-a183-0700c0153a84\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"7769fd21-9ac5-41ed-aed4-bb4615f1cbe0\",\n            \"companyName\": \"SAP SE\",\n            \"title\": \"SAP Cloud Peering for HEC - Digital Realty Ashburn3 (1/2)\",\n            \"locationId\": 140,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1732,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"50104105-2346-4536-ba3f-d88504363790\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"fdd52227-12aa-42ba-90a7-16fa591a6152\",\n            \"companyName\": \"Unitas Global\",\n            \"title\": \"MUC1-L3 Port\",\n            \"locationId\": 133,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 1733,\n            \"lag_id\": 8,\n            \"lag_primary\": true,\n            \"aggregation_id\": 95928\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"b796dd46-11dc-456c-b56b-b71d5b4c2f0f\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"23518756-e017-4f33-99ac-410fca8137bb\",\n            \"companyName\": \"EnactMSP\",\n            \"title\": \"EnactMSP-BNE-B2-MP1\",\n            \"locationId\": 383,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1734,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"60a3fa96-e3ee-495e-99da-55961286978a\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"750ea116-3bb1-44dc-a0ab-4c58fe0256a8\",\n            \"companyName\": \"Wireline Group\",\n            \"title\": \"Megaport P1\",\n            \"locationId\": 50,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1735,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"e47a4255-9dc7-43e9-9702-e3c033da1cb9\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"e17bbf63-69a9-4efb-82fe-9ad282ef4c23\",\n            \"companyName\": \"Zettagrid\",\n            \"title\": \"INTERNAL_PORT_SINpi\",\n            \"locationId\": 37,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1736,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"018a5a86-7f85-4c1c-a596-8e8e6aefa2a4\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"78d4d901-a320-44c3-a90d-9da9fa84b9c9\",\n            \"companyName\": \"Beanfield Technologies, Inc. \",\n            \"title\": \"BEANFIELD-800SquareVictoria-MEGAPORT-10G-NNI-IOC234\",\n            \"locationId\": 440,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1737,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"eb291ad2-420c-4047-9cf2-a2a32f164bb2\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"05c1f02e-6107-475a-a235-f7e89d1ff6c7\",\n            \"companyName\": \"Five Rings, LLC\",\n            \"title\": \"10000Mbps Port at Digital Realty CHI1\",\n            \"locationId\": 64,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1738,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"30a8f6f1-cb8e-4e28-94ac-8b73d6ac87a6\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"05c1f02e-6107-475a-a235-f7e89d1ff6c7\",\n            \"companyName\": \"Five Rings, LLC\",\n            \"title\": \"10000Mbps Port at Digital Realty CHI1\",\n            \"locationId\": 64,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1739,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"5715bb27-d21f-46c9-94b0-52a8abda78e9\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"6478da75-c8f2-486b-946b-44021c9e49e2\",\n            \"companyName\": \"NTT Singapore Pte Ltd\",\n            \"title\": \"SID-AP-01506373_D19-008069\",\n            \"locationId\": 257,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1740,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"5db1ee03-659a-48a4-9c0e-b1df9c9ab660\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"427641b9-0de3-44a5-9c64-da36525d4389\",\n            \"companyName\": \"Telstra Purple\",\n            \"title\": \"MCN-ME4-P1 (MCN-MEL-LEFS-04)\",\n            \"locationId\": 366,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 1741,\n            \"lag_id\": 2,\n            \"lag_primary\": true,\n            \"aggregation_id\": 98604\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"4649adf4-74a5-4efc-9c05-65b587519212\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"92f0cdb9-1440-49b5-814d-bd5e2b53c961\",\n            \"companyName\": \"Telair Pty Ltd\",\n            \"title\": \"Polaris10G\",\n            \"locationId\": 44,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1742,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"366b3294-d6fc-4e6d-90b0-27d74563d82e\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"92f0cdb9-1440-49b5-814d-bd5e2b53c961\",\n            \"companyName\": \"Telair Pty Ltd\",\n            \"title\": \"MEL03-10G\",\n            \"locationId\": 24,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 1743,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"63e93adc-eb4a-44aa-b378-8a6abbc69389\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"af63a747-88fd-446d-a50c-d1fb2401900d\",\n            \"companyName\": \"Colocity Pty Ltd\",\n            \"title\": \"Colocity DC3\",\n            \"locationId\": 549,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 1744,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"d28d042e-0f22-4ef5-9ebc-887f16aad005\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"baf9b530-0477-464c-8611-696769c217b4\",\n            \"companyName\": \"Comscentre\",\n            \"title\": \"CDV-NEXTDC-S1-P1\",\n            \"locationId\": 10,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1745,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"57593fe8-b462-4e40-9afe-b9f58532af00\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"7202ad8f-63c9-4f37-9c96-671ea36c3ac0\",\n            \"companyName\": \"Netskope Inc\",\n            \"title\": \"MP-AM3\",\n            \"locationId\": 87,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1746,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"5ff4e1c2-781d-47f3-a583-17faaefd7746\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"7202ad8f-63c9-4f37-9c96-671ea36c3ac0\",\n            \"companyName\": \"Netskope Inc\",\n            \"title\": \"MP-DFW1\",\n            \"locationId\": 83,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 1747,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"73d20630-1465-46b1-9a99-866f35d57f0f\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"ecc66a93-0c4c-4fea-bc45-278cc7d7c700\",\n            \"companyName\": \"Telnyx\",\n            \"title\": \"Telnyx Equinix LD6 #1\",\n            \"locationId\": 90,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1748,\n            \"lag_id\": 9,\n            \"lag_primary\": true,\n            \"aggregation_id\": 101069\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"453bb884-2d64-4db7-ac4b-d98a442ce033\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"0dda2b1b-6129-4916-adbe-417cefdcaef4\",\n            \"companyName\": \"Nutanix, Inc.\",\n            \"title\": \"1000Mbps Port at Digital Realty ASH1\",\n            \"locationId\": 140,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1749,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"45899252-6ec9-489e-92ae-65e8b36513d7\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"060dcbd1-5338-420e-b047-662e7bb30c33\",\n            \"companyName\": \"Securiton Technologies\",\n            \"title\": \"SEC-Equinix to MDC L2 10G\",\n            \"locationId\": 41,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1750,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"cab466cd-318b-435e-b6c8-f1d3e4079f25\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"060dcbd1-5338-420e-b047-662e7bb30c33\",\n            \"companyName\": \"Securiton Technologies\",\n            \"title\": \"SEC-MDC to Equinix L2 10G\",\n            \"locationId\": 23,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1751,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"80a22d9e-8fe8-4d0b-b91a-dfe0ad664fb4\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"d12f6d92-00c4-40c5-93af-a6ac44e6a9d0\",\n            \"companyName\": \"Voyager Internet Limited\",\n            \"title\": \"Voyager 10G Megaport at SY4 - LAG Member 1\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1752,\n            \"lag_id\": 11,\n            \"lag_primary\": true,\n            \"aggregation_id\": 101759\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"98de8456-86b3-41de-9165-d13d06fa5aa4\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"00254a3f-c22b-46fe-bef7-2e8f8a63ffb6\",\n            \"companyName\": \"AT&T Global Network Services\",\n            \"title\": \"Sydney 2 AU201900214\",\n            \"locationId\": 3,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1753,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"14852730-ff2f-415a-a169-bc050b500dbf\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"5e0388e2-9d66-4921-90ca-5e61242d64b0\",\n            \"companyName\": \"Centric Brands\",\n            \"title\": \"10G Port DLR NYC2\",\n            \"locationId\": 78,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1754,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"30b3d7d7-f004-4421-ae04-27788b2249e7\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"f85732d5-1ff4-4581-bdc7-5efbda17deaa\",\n            \"companyName\": \"Alvarez & Marsal Holdings, LLC\",\n            \"title\": \"10000Mbps Port at Digital Realty LHR20\",\n            \"locationId\": 89,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1755,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"9942108e-69e0-4e93-9f64-408a40411d43\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"f85732d5-1ff4-4581-bdc7-5efbda17deaa\",\n            \"companyName\": \"Alvarez & Marsal Holdings, LLC\",\n            \"title\": \"10000Mbps Port at Digital Realty LHR20\",\n            \"locationId\": 89,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1756,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"94cdd012-8d98-4631-b8df-b46c4545bd94\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"fcabbe78-b0b1-44a1-8631-f675d8e11d37\",\n            \"companyName\": \"Call One, Inc.\",\n            \"title\": \"10000Mbps Port at Digital Realty DAL1\",\n            \"locationId\": 72,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1757,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"966f4d5e-e34e-42c5-b29e-4a80d525fc76\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"d93c54c9-75f1-4718-9fad-ef87c35d8412\",\n            \"companyName\": \"Spectrum Networks\",\n            \"title\": \"NextDC S1\",\n            \"locationId\": 10,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1758,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"2e3157fb-f2dd-4ea8-8ca6-aee9285fd5da\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"IBM Cloud DL 2.0 Tokyo 03 Port 1\",\n            \"locationId\": 561,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1759,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 104597\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"31da5a46-b69e-4a22-b85f-15330e4ec3a8\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"e72bd065-8ae4-44c9-bbaa-9c5b89d35ebf\",\n            \"companyName\": \"OVHcloud\",\n            \"title\": \"OVHcloud Connect - Frankfurt - Equinix - FR5 - #1A1\",\n            \"locationId\": 131,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1760,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"a9f78f25-4371-4230-a218-2662f5e6f3ed\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"IBM Cloud DL 2.0 Tokyo 02 Port 1\",\n            \"locationId\": 558,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1761,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 105766\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"24734734-c9de-42dc-ab28-eb557d7db35b\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"1e83633e-efbe-43bb-bf14-25c6d3e85f75\",\n            \"companyName\": \"Countrytell\",\n            \"title\": \"Equinix SY3 Port 2\",\n            \"locationId\": 6,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1762,\n            \"lag_id\": 2,\n            \"lag_primary\": true,\n            \"aggregation_id\": 105811\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"50d61922-99d2-4800-b74b-92660a7b08e2\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"ed349e9c-3741-4f69-a32c-49deb78ba518\",\n            \"companyName\": \"Apexhost Pty Ltd\",\n            \"title\": \"MP-EQSY5-01\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1763,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"fd604e5e-ef29-446c-9671-39026f1f0e6c\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"a729a0b4-9f51-44d2-a5fd-3b26f8d735a3\",\n            \"companyName\": \"IACD Systemhaus GmbH\",\n            \"title\": \"10GE Dusseldorf\",\n            \"locationId\": 127,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1764,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"09a206c0-ccbe-4485-94fe-f84f840f1cb5\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"00254a3f-c22b-46fe-bef7-2e8f8a63ffb6\",\n            \"companyName\": \"AT&T Global Network Services\",\n            \"title\": \"1G-GLOBALSWITCH-SYD-UNISYS\",\n            \"locationId\": 3,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1765,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"909ff2bd-9bda-4173-a971-e7ba0ac288d2\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"00254a3f-c22b-46fe-bef7-2e8f8a63ffb6\",\n            \"companyName\": \"AT&T Global Network Services\",\n            \"title\": \"1G-EQUINIX-SY1-UNISYS\",\n            \"locationId\": 2,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1766,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"81faddc6-1e58-461a-af10-ab048e1270a8\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"b9ae420f-c367-4563-8cd1-55e8d2d55355\",\n            \"companyName\": \"Data#3 Limited\",\n            \"title\": \"NextDC S1 10G Link Port 2\",\n            \"locationId\": 10,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1767,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"c15f380f-1da8-45e2-82bf-83fb65232c40\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"f4cb1580-f3f2-4310-8c8c-8b5f4c3ac23f\",\n            \"companyName\": \"OrionVM\",\n            \"title\": \"Evoque DC1\",\n            \"locationId\": 507,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1768,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"23a43755-f918-4a2f-ba62-2427d1c5ad25\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"812b4513-e26c-4022-82a6-318bbc8662d8\",\n            \"companyName\": \"Alpha Theory, LLC\",\n            \"title\": \"1000Mbps Port at Digital Realty ASH1\",\n            \"locationId\": 140,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1769,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"3d19a95c-ad81-4c34-b7da-d9dfa646ece9\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"726f6ed3-087b-4173-b989-a1167af123bc\",\n            \"companyName\": \"ABS Global Trading Limited\",\n            \"title\": \"1000Mbps Port at Digital Realty SFR2\",\n            \"locationId\": 141,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1770,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"f3ac00b1-1a07-4aae-bb44-2e2dd184a59c\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"f3e9a767-cc6c-4bf0-aadc-1a81eb0391b8\",\n            \"companyName\": \"Yellowbrick Data, Inc.\",\n            \"title\": \"10000Mbps Port at Digital Realty FRA11\",\n            \"locationId\": 255,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1771,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"007e4c71-8480-4874-b24f-244bedbb459d\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"f3e9a767-cc6c-4bf0-aadc-1a81eb0391b8\",\n            \"companyName\": \"Yellowbrick Data, Inc.\",\n            \"title\": \"10000Mbps Port at Digital Realty FRA11\",\n            \"locationId\": 255,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1772,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"44605902-8530-4040-9086-821ef16c0a8f\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"85e01b23-e391-4640-8999-8123083dfb44\",\n            \"companyName\": \"BTG\",\n            \"title\": \"BTG-H012_10GB\",\n            \"locationId\": 310,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1773,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"762a8f7e-c5b6-49da-b9ce-c9cf295c5881\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"b0ead45a-ed3b-4096-a6f4-84ea2f16b9a4\",\n            \"companyName\": \"Northwestern Memorial Hospital\",\n            \"title\": \"10000Mbps Port at Digital Realty Chicago ORD14\",\n            \"locationId\": 464,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1774,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"f8276f63-c22b-47ca-9df7-fc4c31810b37\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"b0ead45a-ed3b-4096-a6f4-84ea2f16b9a4\",\n            \"companyName\": \"Northwestern Memorial Hospital\",\n            \"title\": \"10000Mbps Port at Digital Realty Chicago ORD14\",\n            \"locationId\": 464,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1775,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"86c15510-e926-4d2c-a1d0-4006ee5dc1d7\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"8576fba2-d950-4fa8-b45e-60aa0f6d78d1\",\n            \"companyName\": \"Sherweb Europe KFT\",\n            \"title\": \"1000Mbps Port at Digital Realty LHR20\",\n            \"locationId\": 89,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1776,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"19d1a0b4-66be-46b2-874f-a76287516857\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"a6700553-95c9-41c2-b0e1-84959e706f2e\",\n            \"companyName\": \"FireNet\",\n            \"title\": \"FireNet MEGAPORT at Next DC B2\",\n            \"locationId\": 383,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1778,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"5023d208-6481-4722-bc24-808c1aa3d044\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"a8035b21-a77f-42e7-b2d0-0b7cf1a3f93e\",\n            \"companyName\": \"Tata Consultancy Services Limited\",\n            \"title\": \"1000Mbps Port at Digital Realty Chicago ORD14\",\n            \"locationId\": 464,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1779,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"64789784-26a2-4879-a9b8-d85fe7b1399a\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"5e6c3d63-9a49-48b1-86d3-bf6566f3a9d4\",\n            \"companyName\": \"JPNAP\",\n            \"title\": \"JPNAP Tokyo #1\",\n            \"locationId\": 558,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1780,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"c4557306-f624-4377-b45d-2e2102445463\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"7b491753-ccf2-4c44-a7f0-3472a09bc012\",\n            \"companyName\": \"True Internet Data Center\",\n            \"title\": \"TIDC-DX3-Mega-i_HK-TIG-CID:IPV000215\",\n            \"locationId\": 47,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1782,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"4c4c25bf-1937-41bb-b24d-51ed02d7ba83\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"7b491753-ccf2-4c44-a7f0-3472a09bc012\",\n            \"companyName\": \"True Internet Data Center\",\n            \"title\": \"TIDC-DX4-Equnix_HK-TIG-CID:IPV000216\",\n            \"locationId\": 46,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1783,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"65910571-ddf1-454d-a2ff-0ca7eaf0bd03\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"65a4f26a-bd5f-4c9f-b8e7-2ba378b4caab\",\n            \"companyName\": \"Planful, Inc.\",\n            \"title\": \"10000Mbps Port at Digital Realty SCL2\",\n            \"locationId\": 65,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1784,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"9e5a2c52-fe7c-4c74-b9ca-54b3f5dc1f3e\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"65a4f26a-bd5f-4c9f-b8e7-2ba378b4caab\",\n            \"companyName\": \"Planful, Inc.\",\n            \"title\": \"10000Mbps Port at Digital Realty SCL2\",\n            \"locationId\": 65,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1785,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"de0a14c4-362a-43ca-94e3-31d6c7e54152\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"fdd52227-12aa-42ba-90a7-16fa591a6152\",\n            \"companyName\": \"Unitas Global\",\n            \"title\": \"AUS1-L3 Port\",\n            \"locationId\": 355,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 1786,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 121830\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"5cc0ca87-ca89-4829-a726-ed7b96a7652f\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"a64f90d2-acd1-4c9c-ac68-c6c9b86b8df4\",\n            \"companyName\": \"Servers Australia Pty Ltd\",\n            \"title\": \"SAU - Auckland - Vocus Albany\",\n            \"locationId\": 51,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1787,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"5f8021fa-f41d-429a-8689-6d04afe6a614\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"af63a747-88fd-446d-a50c-d1fb2401900d\",\n            \"companyName\": \"Colocity Pty Ltd\",\n            \"title\": \"Colocity SY3\",\n            \"locationId\": 6,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1788,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"e7cfa1ff-b185-4719-848f-d35574c1f132\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"80be83cb-d4e4-416a-b95f-23185107ff44\",\n            \"companyName\": \"Digital Realty (FKA TELX)\",\n            \"title\": \"10000Mbps Port at Digital Realty DAL3\",\n            \"locationId\": 156,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1789,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 123273\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"f7d5f2e8-dda3-4100-b8b9-08cf580856e7\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"80be83cb-d4e4-416a-b95f-23185107ff44\",\n            \"companyName\": \"Digital Realty (FKA TELX)\",\n            \"title\": \"10000Mbps Port at Digital Realty DAL3\",\n            \"locationId\": 156,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1790,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 123277\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"8b4bab9f-d588-483d-95e0-d39ec9d40f6b\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"00254a3f-c22b-46fe-bef7-2e8f8a63ffb6\",\n            \"companyName\": \"AT&T Global Network Services\",\n            \"title\": \"1G-JACOBS\",\n            \"locationId\": 3,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1791,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"6b783e49-cc16-4159-b37a-334d3c10c1cb\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"fdaaf35f-07d1-4ffc-979a-df9feb37fb6b\",\n            \"companyName\": \"Signature Bank\",\n            \"title\": \"1000Mbps Port at Digital Realty CHI1\",\n            \"locationId\": 64,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1792,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"afffc856-2343-4d3b-b6b5-1a1be0e9b1d8\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"cabbeb1b-e94d-4faf-bfb0-806f21069f04\",\n            \"companyName\": \"True Link Financial Inc\",\n            \"title\": \"10000Mbps Port at Digital Realty ASH1\",\n            \"locationId\": 140,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1793,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"b6f7a4e1-13fc-45a6-9da4-9b46de7d39a1\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"34a64ca1-f560-4c5d-91fe-d61ac89af731\",\n            \"companyName\": \"Corserv Holdings, Inc\",\n            \"title\": \"10000Mbps Port at Digital Realty ATL1\",\n            \"locationId\": 116,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1794,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"0f2b427b-8127-4cb8-93b2-9b765e7963d4\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"7051d3a6-591c-4a86-9c8b-7e918e5eba0a\",\n            \"companyName\": \"IT Convergence\",\n            \"title\": \"10000Mbps Port at Digital Realty SFR2\",\n            \"locationId\": 141,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1796,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"22c8fcae-069a-41f6-8a01-ab04da4db1e3\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"814dec98-9105-41aa-ad29-d9862c16b295\",\n            \"companyName\": \"Logicalis Australia Pty Ltd\",\n            \"title\": \"TDL Cloud - Fujitsu\",\n            \"locationId\": 12,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1797,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"6e083e66-f450-469f-a226-12ab91bf11c5\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"ccf74506-0f9d-46d6-b9d4-7c40416c3210\",\n            \"companyName\": \"Perforce Software, Inc.\",\n            \"title\": \"10000Mbps Port at Digital Realty SFR2\",\n            \"locationId\": 141,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1798,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"a4c964e4-f8c4-41b8-9e7e-5ca7e1f4eda8\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"87cb0856-8558-4f1a-a368-79458222b6f8\",\n            \"companyName\": \"RStor\",\n            \"title\": \"Megaport SJC03 - 1\",\n            \"locationId\": 66,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1799,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 129710\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"0c2aa43b-ec17-4130-982c-138005bba7a2\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"2048c410-9c1f-450f-bb02-9b87e1314aef\",\n            \"companyName\": \"Qorvo Us, Inc.\",\n            \"title\": \"10000Mbps Port at Digital Realty DAL3\",\n            \"locationId\": 156,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1800,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"322151a7-aeb3-454a-9d05-2ab22d7f009f\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"2048c410-9c1f-450f-bb02-9b87e1314aef\",\n            \"companyName\": \"Qorvo Us, Inc.\",\n            \"title\": \"10000Mbps Port at Digital Realty DFW18\",\n            \"locationId\": 156,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1801,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"157e2e76-e350-43a0-a60d-1e0b8267e317\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"IBM Cloud Direct Link 2.0 Sydney Port 1\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1802,\n            \"lag_id\": 13,\n            \"lag_primary\": true,\n            \"aggregation_id\": 130567\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"ddf2a313-75e2-4e22-b291-26c0e0c45d9c\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"34a64ca1-f560-4c5d-91fe-d61ac89af731\",\n            \"companyName\": \"Corserv Holdings, Inc\",\n            \"title\": \"10000Mbps Port at Digital Realty CHI1\",\n            \"locationId\": 64,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1803,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"ce398018-e5e9-4ee6-8864-6d9441119928\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"IBM Cloud DL 2.0 Amsterdam Port 2\",\n            \"locationId\": 85,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1805,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 131785\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"e960ab7a-4b38-4c3f-afc9-4db7bd464831\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"f009981c-a08a-42b6-9762-90d7b7509edf\",\n            \"companyName\": \"Ucom\",\n            \"title\": \"Frankfurt Port (MegaPort)\",\n            \"locationId\": 131,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1806,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 136233\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"7074f444-b89b-4aa3-99c3-fc97adbb73d1\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"2148838e-956b-4d3e-9d3b-7c833f71909a\",\n            \"companyName\": \"Rackspace US, Inc\",\n            \"title\": \"10000Mbps Port at Digital Realty DAL3\",\n            \"locationId\": 156,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1807,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"d9e36a2f-c6cc-4813-bfc4-4a7440104199\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"IBM Cloud Direct Link 2.0 Osaka Port 1\",\n            \"locationId\": 572,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1808,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 136305\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"394aa3ee-dd16-4718-aba3-f35b6501cf70\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"d244a7ab-2012-45a7-8eb2-79246672cff5\",\n            \"companyName\": \"Hyperix\",\n            \"title\": \"Hyperix EQX SY5\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1809,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"6ec93e30-47fd-4c09-ae8d-7b5242e69668\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"8576fba2-d950-4fa8-b45e-60aa0f6d78d1\",\n            \"companyName\": \"Sherweb Europe KFT\",\n            \"title\": \"1000Mbps Port at Digital Realty AMS17\",\n            \"locationId\": 298,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1810,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"f2447456-a748-4577-8c73-526035934e22\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"d1dcc501-fc6d-4495-a3e0-944ed92ec2d7\",\n            \"companyName\": \"Zazzle Inc.\",\n            \"title\": \"10000Mbps Port at Digital Realty SFR2\",\n            \"locationId\": 141,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1811,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"2833c691-d2a6-4eaf-8df4-7b9fe606442b\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"0d1037bb-e0bc-4f33-bb7a-6493504e3c95\",\n            \"companyName\": \"LBNCo\",\n            \"title\": \"LBNCo Vocus 59 Doody\",\n            \"locationId\": 7,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 1812,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"00661c6b-005c-4878-aee7-68c3538a9863\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"2148838e-956b-4d3e-9d3b-7c833f71909a\",\n            \"companyName\": \"Rackspace US, Inc\",\n            \"title\": \"10000Mbps Port at Digital Realty PHX1\",\n            \"locationId\": 236,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1816,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"d41e9e81-b2d5-430f-b822-a272f8f48ff8\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"c6b15539-5824-439f-8af9-b595d4e600e0\",\n            \"companyName\": \"Cloudflare\",\n            \"title\": \"Network Interconnect 10G Port Equinix DC2/6\",\n            \"locationId\": 67,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1817,\n            \"lag_id\": 11,\n            \"lag_primary\": true,\n            \"aggregation_id\": 139316\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"16526e47-85f4-4cb5-8c0e-35e9991f18d1\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"c6b15539-5824-439f-8af9-b595d4e600e0\",\n            \"companyName\": \"Cloudflare\",\n            \"title\": \"Network Interconnect 10G Port Equinix LA1\",\n            \"locationId\": 59,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1818,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 139320\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"96e778d1-32f6-4b9a-863b-8ee7ca5d6da4\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google Inc\",\n            \"title\": \"10G HKG Megaport #2\",\n            \"locationId\": 46,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1819,\n            \"lag_id\": 8,\n            \"lag_primary\": true,\n            \"aggregation_id\": 140194\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"28c97459-a2ec-456e-8004-e2b1146a5d78\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google Inc\",\n            \"title\": \"Megaport Chicago #2\",\n            \"locationId\": 64,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1820,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 140214\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"43f0b155-eb2c-4e62-9ba8-7db1756a13df\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google Inc\",\n            \"title\": \"megaport Bay #2\",\n            \"locationId\": 66,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1821,\n            \"lag_id\": 12,\n            \"lag_primary\": true,\n            \"aggregation_id\": 140216\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"fc5c80bf-db89-44f7-b2c6-c78115b2d146\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"2913b0ba-842a-453f-9b08-bbb877a882f4\",\n            \"companyName\": \"Convergia\",\n            \"title\": \"DigitalRealtyATL1_To_AWS\",\n            \"locationId\": 116,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1822,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"0df77ae2-50cf-4e54-8285-e136f90af8d3\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"2913b0ba-842a-453f-9b08-bbb877a882f4\",\n            \"companyName\": \"Convergia\",\n            \"title\": \"ToCoreSiteLA1_To_AWS\",\n            \"locationId\": 60,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1823,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"9220989e-f279-46e6-b030-fa60401711a3\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"2913b0ba-842a-453f-9b08-bbb877a882f4\",\n            \"companyName\": \"Convergia\",\n            \"title\": \"TOCoreSiteDE1_To_AWS\",\n            \"locationId\": 320,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1824,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"9b754c35-a5b7-4b4a-859c-fa132a023ca2\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"e72bd065-8ae4-44c9-bbaa-9c5b89d35ebf\",\n            \"companyName\": \"OVHcloud\",\n            \"title\": \"OVHcloud Connect - Paris - Equinix - PA3 - #1B1\",\n            \"locationId\": 515,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1825,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"1cd953e1-75c7-4a44-b60c-e71e8b88a4d7\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"f149b9f4-4223-4049-84bb-826e91fa59eb\",\n            \"companyName\": \"Pentagon Federal Credit Union\",\n            \"title\": \"10000Mbps Port at Digital Realty ASH1\",\n            \"locationId\": 140,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1826,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"32149bff-4c98-4f3d-91a5-6cb532769003\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"f149b9f4-4223-4049-84bb-826e91fa59eb\",\n            \"companyName\": \"Pentagon Federal Credit Union\",\n            \"title\": \"10000Mbps Port at Digital Realty ASH1\",\n            \"locationId\": 140,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1827,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"07f2acc0-9726-42f9-8e4c-4062a5aff5fa\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"0d9a1a7d-8058-47a0-9ea7-9ffc0614e315\",\n            \"companyName\": \"IT Easy\",\n            \"title\": \"ITEASY_MEGAPORT10G\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1828,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 142526\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"ded6bed8-e1be-4c88-b6d8-b3edc0f52256\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"027156fb-5584-487c-89da-4940d1202e7a\",\n            \"companyName\": \"onPlatinum ICT\",\n            \"title\": \"NEXTDC_B2\",\n            \"locationId\": 383,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1830,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"23c7ce07-19c6-4405-91bf-808afd1646d7\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"acb1f316-057c-47bd-91cb-aa0edd5ee8e7\",\n            \"companyName\": \"Vapor IO\",\n            \"title\": \"10G Port at Digital Realty ATL1 - Primary\",\n            \"locationId\": 116,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1831,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"6ff417f4-2b8c-4794-8625-8ed08c1920a8\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"5e5d75e5-3f8d-4a11-a0ee-62d651774e43\",\n            \"companyName\": \"Symbio\",\n            \"title\": \" EQX SG2 - Megaport\",\n            \"locationId\": 37,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1832,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"d65eb91f-1899-4820-ac6d-9a3635de8ec9\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"05c1f02e-6107-475a-a235-f7e89d1ff6c7\",\n            \"companyName\": \"Five Rings, LLC\",\n            \"title\": \"10000Mbps Port at Digital Realty NYC3\",\n            \"locationId\": 56,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1833,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"23abadf0-3f0e-438e-9919-d0d24427b2f8\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"05c1f02e-6107-475a-a235-f7e89d1ff6c7\",\n            \"companyName\": \"Five Rings, LLC\",\n            \"title\": \"10000Mbps Port at Digital Realty NYC3\",\n            \"locationId\": 56,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1834,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"81fcb652-3376-4c27-a3ea-ee6ca7399b2d\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"7202ad8f-63c9-4f37-9c96-671ea36c3ac0\",\n            \"companyName\": \"Netskope Inc\",\n            \"title\": \"MP-GlobalSwitch-East\",\n            \"locationId\": 3,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1835,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 149343\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"8f61571b-fc67-4b6a-a299-fa414c512d7c\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"a8035b21-a77f-42e7-b2d0-0b7cf1a3f93e\",\n            \"companyName\": \"Tata Consultancy Services Limited\",\n            \"title\": \"1000Mbps Port at Digital Realty ASH1\",\n            \"locationId\": 140,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1836,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"b0f3de60-7cd7-4927-9c96-2b769f35ef77\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"a8035b21-a77f-42e7-b2d0-0b7cf1a3f93e\",\n            \"companyName\": \"Tata Consultancy Services Limited\",\n            \"title\": \"1000Mbps Port at Digital Realty ASH1\",\n            \"locationId\": 140,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1837,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"3276d81c-7186-40a8-80ed-419afac05689\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"3fad88d7-0f9e-42df-bfa5-b047bf91827c\",\n            \"companyName\": \"Connected Australia Pty Ltd\",\n            \"title\": \"NEXTDC M1\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1838,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"1631bc6a-2e98-4aab-8f99-c04b70880742\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"6bc51cad-a63d-4ff8-ab12-6f35f2cdd69e\",\n            \"companyName\": \"Hurricane Electric\",\n            \"title\": \"10G MegaIX SIN #2\",\n            \"locationId\": 36,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1839,\n            \"lag_id\": 15,\n            \"lag_primary\": true,\n            \"aggregation_id\": 150017\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"1fa95dc4-82d3-4f08-abdb-cbc4ac1b1111\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"fb165440-4ca8-4cb5-9094-4dc1bbe91e1e\",\n            \"companyName\": \"akquinet outsourcing gGmbH\",\n            \"title\": \"de-ham-wende379-gconnect\",\n            \"locationId\": 126,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 1840,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 150421\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"a2652163-07eb-41fe-8fb8-8b8fc1ed23ab\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"6208923d-1080-4455-9098-c293e6fb9d0a\",\n            \"companyName\": \"First Focus\",\n            \"title\": \"First Focus SmartCloud EQX-SY3\",\n            \"locationId\": 6,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1841,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"25f15001-ad1e-4178-8ceb-258a5d087a0b\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"6030bae2-8a19-438e-8c9b-bee2d1f514bf\",\n            \"companyName\": \"Custodian Data Centres\",\n            \"title\": \"SOV\",\n            \"locationId\": 89,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1842,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 151651\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"f63fa9b3-212c-4189-9311-6ca063b61e9b\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"f985979e-1430-4c1f-a6d0-763b6c8083ec\",\n            \"companyName\": \"Nayax Ltd.\",\n            \"title\": \"1000Mbps Port at Digital Realty FRA11\",\n            \"locationId\": 255,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1843,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"b1b11752-ca55-4c3d-8191-584e33da6cf0\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"ba38cfe2-2f83-4d89-8302-0d91d4b4344e\",\n            \"companyName\": \"Powerlink\",\n            \"title\": \"Powerlink Brisbane port\",\n            \"locationId\": 28,\n            \"speed\": 1000,\n            \"diversityZone\": null,\n            \"rank\": 1844,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"c6f8a753-cc8a-47a7-817f-201e787d3849\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"c26cf4f0-93a9-4c20-bc88-e06f32927c2d\",\n            \"companyName\": \"Valence Resources, LLC\",\n            \"title\": \"10000Mbps Port at Digital Realty Chicago ORD14\",\n            \"locationId\": 464,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1845,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"7f867132-0227-408c-aa30-cbb77c09cd37\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"ac5245c0-547a-478a-beec-b2ffdad56514\",\n            \"companyName\": \"ThinkOn Inc.\",\n            \"title\": \"THINKON_GUBOV_10G\",\n            \"locationId\": 93,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1846,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"4f326de0-2e87-48c9-855c-9cf8dcdca417\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"20d524ea-ed24-4096-8d13-a2ddafcca8a3\",\n            \"companyName\": \"Vapor IO, Inc.\",\n            \"title\": \"MP_Vapor_Primary\",\n            \"locationId\": 482,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 1847,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"5c25e438-bee0-4ca5-8941-fef49fd177ce\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"00254a3f-c22b-46fe-bef7-2e8f8a63ffb6\",\n            \"companyName\": \"AT&T Global Network Services\",\n            \"title\": \"1G-JACOBS-B2\",\n            \"locationId\": 383,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1848,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"765f2838-65c0-43dd-95ce-c558ee4d0311\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"726f6ed3-087b-4173-b989-a1167af123bc\",\n            \"companyName\": \"ABS Global Trading Limited\",\n            \"title\": \"TOR Sec Secondary\",\n            \"locationId\": 607,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1849,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"be5e8fb2-f270-4688-8f37-3c5a77fd2a52\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"726f6ed3-087b-4173-b989-a1167af123bc\",\n            \"companyName\": \"ABS Global Trading Limited\",\n            \"title\": \"1000Mbps Port at Digital Realty Toronto (CenturyPlace)\",\n            \"locationId\": 607,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1850,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"3eb42fee-defc-4a13-9aab-663d2122a016\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"ed11be46-d335-458f-ae0e-919034b65d24\",\n            \"companyName\": \"EdgeConneX-Cox\",\n            \"title\": \"CB-CLOUDPORT-SDC1-OM\",\n            \"locationId\": 463,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 1852,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"db70061e-3147-4609-862c-df8cf9eeb24d\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"ed11be46-d335-458f-ae0e-919034b65d24\",\n            \"companyName\": \"EdgeConneX-Cox\",\n            \"title\": \"CB-CLOUDPORT-SDC2-OM\",\n            \"locationId\": 463,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 1853,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"88ac81b3-6084-433b-89a1-d92616aa2532\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"f9c6f7cc-2afe-45b6-bf6f-3ee5866c45ab\",\n            \"companyName\": \"Launtel Pty Ltd\",\n            \"title\": \"Launtel Adelaide\",\n            \"locationId\": 549,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 1854,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"404fcc91-3191-4b99-ab85-4bf7ce05cb01\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"f9c6f7cc-2afe-45b6-bf6f-3ee5866c45ab\",\n            \"companyName\": \"Launtel Pty Ltd\",\n            \"title\": \"Launtel Perth\",\n            \"locationId\": 367,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1855,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"86c67a6a-df82-4ecc-be56-3aa06158afa9\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"7769fd21-9ac5-41ed-aed4-bb4615f1cbe0\",\n            \"companyName\": \"SAP SE\",\n            \"title\": \"SAP Cloud Peering for HEC (SOB) - Equinix FR5 Frankfurt (1/2)\",\n            \"locationId\": 131,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1858,\n            \"lag_id\": 8,\n            \"lag_primary\": true,\n            \"aggregation_id\": 163174\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"85cc1bba-b1ab-4cda-8d1b-ff1a2034f737\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"2148838e-956b-4d3e-9d3b-7c833f71909a\",\n            \"companyName\": \"Rackspace US, Inc\",\n            \"title\": \"10000Mbps Port at Digital Realty ASH1\",\n            \"locationId\": 140,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1859,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"acc6c97b-0435-410b-ae7e-3ea68f025d5e\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"e796859e-4ad1-4453-a34a-fe75a5a6f942\",\n            \"companyName\": \"SGX\",\n            \"title\": \"AWSDEVHC\",\n            \"locationId\": 556,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1860,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"de73863e-7e9a-4cd2-9656-4f8c1fa00587\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"00254a3f-c22b-46fe-bef7-2e8f8a63ffb6\",\n            \"companyName\": \"AT&T Global Network Services\",\n            \"title\": \"WESTERN-UNION-1G\",\n            \"locationId\": 42,\n            \"speed\": 1000,\n            \"diversityZone\": null,\n            \"rank\": 1861,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"75760d71-31af-4186-929e-2795294ca136\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"8dc8ae78-3fa8-47ca-9f96-f4d2dbb6c752\",\n            \"companyName\": \"Massive Networks\",\n            \"title\": \"Massive Networks Denver\",\n            \"locationId\": 320,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1862,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"4256e7ae-d5eb-44d1-8908-2894c7eae5d5\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"1fc08802-f7d5-4a84-ad91-1fa000d0bfe6\",\n            \"companyName\": \"ON24, Inc.\",\n            \"title\": \"10000Mbps Port at Digital Realty SFR2\",\n            \"locationId\": 141,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1863,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"093c20d7-d98b-4688-af97-225bc53bd441\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"1fc08802-f7d5-4a84-ad91-1fa000d0bfe6\",\n            \"companyName\": \"ON24, Inc.\",\n            \"title\": \"10000Mbps Port at Digital Realty SFR2\",\n            \"locationId\": 141,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1864,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"eadb9869-dbfa-4146-856c-c290f861a76c\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"2148838e-956b-4d3e-9d3b-7c833f71909a\",\n            \"companyName\": \"Rackspace US, Inc\",\n            \"title\": \"10000Mbps Port at Digital Realty DAL3\",\n            \"locationId\": 156,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1865,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"6381fd9e-6cbe-4e9d-b1c4-b4d736e62319\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"711b95f4-4224-4cb5-888a-88ed88667d5a\",\n            \"companyName\": \"Cypress Telecom Limited\",\n            \"title\": \"CypressTel-Megaport-10G-1\",\n            \"locationId\": 47,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1866,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 166488\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"ce8da0ec-fee8-4a26-9905-1f27dcf28371\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"36d1b125-45d3-4645-a2f2-474e7259efcc\",\n            \"companyName\": \"Japan Internet Exchange Co., Ltd. (JPIX)\",\n            \"title\": \"Megaport\",\n            \"locationId\": 558,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1867,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"53c8d327-2ce7-46e4-8d71-8e7eb0b3e35c\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"c98ee86e-5ccc-4067-a73b-4ea5288b1b15\",\n            \"companyName\": \"TeleMed, Inc.\",\n            \"title\": \"1000Mbps Port at Digital Realty ATL1\",\n            \"locationId\": 116,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1868,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"65eb3132-690a-4d80-a6dd-2163164576ae\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"c98ee86e-5ccc-4067-a73b-4ea5288b1b15\",\n            \"companyName\": \"TeleMed, Inc.\",\n            \"title\": \"1000Mbps Port at Digital Realty DAL1\",\n            \"locationId\": 72,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1869,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"d2f3388c-769f-49dc-a648-ff244bebac8b\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"936617e2-3455-47f1-8623-d36a6ecc6987\",\n            \"companyName\": \"endpoint Clinical\",\n            \"title\": \"10000Mbps Port at Digital Realty SFR2\",\n            \"locationId\": 141,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1870,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"075b7ddf-ce6e-4565-bc95-a6d7ed7427fe\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"bd95676a-bfe8-42f2-9a8f-aadc5846e8e4\",\n            \"companyName\": \"Logix Communications, LP\",\n            \"title\": \"LOGIX FIBER 10G PORT DAL2 - 1950 Stemmons\",\n            \"locationId\": 83,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 1871,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"5bc87676-3bce-4385-bea7-8b85c7c88924\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"5ac7d4d3-3161-49c5-9e3c-b8d6b02f4a61\",\n            \"companyName\": \"athenahealth, Inc.\",\n            \"title\": \"10000Mbps Port at Digital Realty DAL3\",\n            \"locationId\": 156,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1872,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"55a3600a-2481-4374-8c69-1e70a4fe005a\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"fcabbe78-b0b1-44a1-8631-f675d8e11d37\",\n            \"companyName\": \"Call One, Inc.\",\n            \"title\": \"10000Mbps Port at Digital Realty CHI1\",\n            \"locationId\": 64,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1873,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"4dce5034-5cab-4f1e-a977-0a64c9635845\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"9d3773d9-7038-4ce9-9196-4f410fbdf29f\",\n            \"companyName\": \"VPLS Inc.\",\n            \"title\": \"VPLS SIN2 Megaport\",\n            \"locationId\": 36,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1874,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"b6f9b65b-fc3d-457a-aaa7-812363eece27\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"d9c986b7-e471-4b93-ae15-2cc8e90fc4cc\",\n            \"companyName\": \"Amplex\",\n            \"title\": \"DET\",\n            \"locationId\": 658,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 1876,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"0b3f7ccc-2b7f-420d-96c1-688aa32c7eb1\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"610e40e7-93fd-422c-821f-7ba5323a782d\",\n            \"companyName\": \"DataKnox (DNX)\",\n            \"title\": \"DNX-SYD-IC2-SPE01\",\n            \"locationId\": 55,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1877,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"0fc74d42-bb3a-4607-bf61-d1fa3baf8235\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"d1b015eb-5b39-4d7e-b3c7-da92f4837e87\",\n            \"companyName\": \"Solarix Networks Limited / Plan B Group\",\n            \"title\": \"Plan B - Equinix SY4\",\n            \"locationId\": 6,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1878,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"1bdce3db-4efc-4b56-bc4e-989ae9ea764f\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"2048c410-9c1f-450f-bb02-9b87e1314aef\",\n            \"companyName\": \"Qorvo Us, Inc.\",\n            \"title\": \"10000Mbps Port at Digital Realty AMS17\",\n            \"locationId\": 298,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1879,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"36678236-fbf0-4a78-bcdf-bef1a7bf03e5\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"6d910adc-b950-434c-ac4a-6eaf2e9bef49\",\n            \"companyName\": \"IPSTAR AUSTRALIA PTY LTD\",\n            \"title\": \"IPA-10G-Megaport\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1880,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 179914\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"1a4e22c5-71d2-4c33-9649-6c725db29a8d\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"5992f43f-323d-4e04-9614-ce3685d45253\",\n            \"companyName\": \"VeriSign\",\n            \"title\": \"RIRS Management\",\n            \"locationId\": 2,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1883,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"b5297dfc-6b5b-4f5f-b502-d0ea3092186c\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"d0bb53e8-ae3c-47c9-bdd5-ad276dd6568f\",\n            \"companyName\": \"Advanced Wireless Network Co.\",\n            \"title\": \"AWN-MegaPort-EQX#2\",\n            \"locationId\": 37,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1884,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"8de32462-d8c9-4165-b1a7-9782f23a582d\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"00254a3f-c22b-46fe-bef7-2e8f8a63ffb6\",\n            \"companyName\": \"AT&T Global Network Services\",\n            \"title\": \"Assa-Abloy-1G\",\n            \"locationId\": 17,\n            \"speed\": 1000,\n            \"diversityZone\": null,\n            \"rank\": 1885,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"1ff20437-292a-4e7c-b841-df4d4aa8446c\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"f03f4fbd-d850-463a-aef7-49e1bc63676f\",\n            \"companyName\": \"Atlas Copco North America LLC\",\n            \"title\": \"1000Mbps Port at Digital Realty DAL1\",\n            \"locationId\": 72,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1887,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"12fcb00a-e010-4c33-9220-ea16e8ed1503\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"f03f4fbd-d850-463a-aef7-49e1bc63676f\",\n            \"companyName\": \"Atlas Copco North America LLC\",\n            \"title\": \"1000Mbps Port at Digital Realty ATL1\",\n            \"locationId\": 116,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1888,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"569e0127-e81e-472a-9335-60271c300c8d\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"f03f4fbd-d850-463a-aef7-49e1bc63676f\",\n            \"companyName\": \"Atlas Copco North America LLC\",\n            \"title\": \"1000Mbps Port at Digital Realty ATL1\",\n            \"locationId\": 116,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1889,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"aca53361-ae60-4010-ae9d-c34cf3030b6b\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"3dd9adeb-128a-4f5a-bc5a-427dd8d23aea\",\n            \"companyName\": \"The Results Companies, LLC\",\n            \"title\": \"Humana AWS\",\n            \"locationId\": 116,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1891,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"7679fae9-2b31-403a-9b1e-d9328165f99c\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"99ab8016-3e96-4637-b8be-df4d62bf9e24\",\n            \"companyName\": \"Mastronardi Produce Limited\",\n            \"title\": \"10000Mbps Port at Digital Realty Chicago ORD14\",\n            \"locationId\": 464,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1892,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"b7dbf249-7f82-41fb-bb48-ecd571184c17\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"99ab8016-3e96-4637-b8be-df4d62bf9e24\",\n            \"companyName\": \"Mastronardi Produce Limited\",\n            \"title\": \"10000Mbps Port at Digital Realty Chicago ORD14\",\n            \"locationId\": 464,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1893,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"9b124957-08e9-44ce-be60-7e467ef98a74\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"37810e02-e3e5-4528-aeca-6f0ea73bcf42\",\n            \"companyName\": \"Aarki, Inc.\",\n            \"title\": \"Mega_Port2\",\n            \"locationId\": 140,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1894,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 185163\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"4ce72e15-f907-4dcd-8dd7-52407a5965a6\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"2913b0ba-842a-453f-9b08-bbb877a882f4\",\n            \"companyName\": \"Convergia\",\n            \"title\": \"Toronto for AMAZON AWS\",\n            \"locationId\": 438,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1895,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"97480812-c3a8-4180-817a-0372713b23e3\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"99ab8016-3e96-4637-b8be-df4d62bf9e24\",\n            \"companyName\": \"Mastronardi Produce Limited\",\n            \"title\": \"10000Mbps Port at Digital Realty Toronto (CenturyPlace)\",\n            \"locationId\": 607,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1896,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"71ecd28f-31a6-486b-8e23-c2d7aee067cd\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"6448db73-5c38-4d6d-a626-73568696c5ec\",\n            \"companyName\": \"Stark Bank S.A.\",\n            \"title\": \"10000Mbps Port at Digital Realty CHI2\",\n            \"locationId\": 70,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1897,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"179ffdaf-4ce1-4a53-af4d-b59493e4090b\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"6448db73-5c38-4d6d-a626-73568696c5ec\",\n            \"companyName\": \"Stark Bank S.A.\",\n            \"title\": \"10000Mbps Port at Digital Realty ASH1\",\n            \"locationId\": 140,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1898,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"87297a86-6059-4d2a-8e55-747f52357fd6\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"9d3773d9-7038-4ce9-9196-4f410fbdf29f\",\n            \"companyName\": \"VPLS Inc.\",\n            \"title\": \"DA3 - Megaport #1\",\n            \"locationId\": 71,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1900,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"f841e8e2-bf26-47fc-8ba6-17344a75df80\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"f3e9a767-cc6c-4bf0-aadc-1a81eb0391b8\",\n            \"companyName\": \"Yellowbrick Data, Inc.\",\n            \"title\": \"10000Mbps Port at Digital Realty ASH1\",\n            \"locationId\": 140,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1901,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"efff5875-e2e8-4b18-bc38-a670e19ec048\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"a56bc095-8c04-4d7c-bc41-6fa60c0cdda4\",\n            \"companyName\": \"Centorrino Technologies Pty Ltd\",\n            \"title\": \"CI5-DZ1-01\",\n            \"locationId\": 645,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1902,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"0fcc25f6-636b-4227-9d4b-94c4ea250052\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"7b54e767-1d03-49e8-8069-766603c3adbf\",\n            \"companyName\": \"TELUS Communications Inc.\",\n            \"title\": \"SCC-TORONTO-PRIMARY\",\n            \"locationId\": 79,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1903,\n            \"lag_id\": 9,\n            \"lag_primary\": true,\n            \"aggregation_id\": 198053\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"5d8507c5-f244-4aa9-a330-3ebee698ffe6\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"7b54e767-1d03-49e8-8069-766603c3adbf\",\n            \"companyName\": \"TELUS Communications Inc.\",\n            \"title\": \"SCC-TORONTO-SECONDARY\",\n            \"locationId\": 79,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1904,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 198056\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"9fdca72f-0ee1-4ec5-9b3e-a9e4158497e8\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"IBM Cloud Direct Link 2.0 Toronto Port 2\",\n            \"locationId\": 79,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1905,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 198529\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"db1359e4-b365-4d2d-ae25-f264dbfcac5e\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"640fe1de-988d-473d-bb03-9eb523f307cd\",\n            \"companyName\": \"Macquarie Telecom\",\n            \"title\": \"VXC - Moneytech -\\tM2CSG27652001 (Colo-Side)\",\n            \"locationId\": 55,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1906,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"8cf331ff-7e6c-4bd6-8939-bc0e39e07fdb\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"34879c7d-18f7-4f1a-931f-5a23a9220253\",\n            \"companyName\": \"RingCentral\",\n            \"title\": \"RingCentral, Inc. at Equinix FR2 connecting via Metro Connect to FR5\",\n            \"locationId\": 131,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1907,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"96c1710a-a370-4a5d-9bdd-7bad36bfe94c\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"640fe1de-988d-473d-bb03-9eb523f307cd\",\n            \"companyName\": \"Macquarie Telecom\",\n            \"title\": \"MACGOV Transit Fabric W2 Red Zone\",\n            \"locationId\": 645,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1908,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"822e737e-075a-41f4-99fd-5b17fcbc309d\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"640fe1de-988d-473d-bb03-9eb523f307cd\",\n            \"companyName\": \"Macquarie Telecom\",\n            \"title\": \"MACGOV Transit Fabric W2 Red Zone\",\n            \"locationId\": 55,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1909,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"d873572c-fa28-4b47-b953-f2447cbd1c14\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"640fe1de-988d-473d-bb03-9eb523f307cd\",\n            \"companyName\": \"Macquarie Telecom\",\n            \"title\": \"MACGOV Transit Fabric T1 Blue Zone\",\n            \"locationId\": 645,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1910,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"a287490d-1bb4-47d9-b108-cef466266abd\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"640fe1de-988d-473d-bb03-9eb523f307cd\",\n            \"companyName\": \"Macquarie Telecom\",\n            \"title\": \"MACGOV Transit Fabric T1 Blue Zone\",\n            \"locationId\": 145,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1911,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"c65666e4-38bf-4213-8736-45e62d2533a1\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"640fe1de-988d-473d-bb03-9eb523f307cd\",\n            \"companyName\": \"Macquarie Telecom\",\n            \"title\": \"MACGOV Transit Fabric T2 Red Zone\",\n            \"locationId\": 645,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1912,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"8617b76a-ab19-4971-b55b-e4d82e467900\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"640fe1de-988d-473d-bb03-9eb523f307cd\",\n            \"companyName\": \"Macquarie Telecom\",\n            \"title\": \"MACGOV Transit Fabric T2 Red Zone\",\n            \"locationId\": 55,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1913,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"bbf5684b-50e6-47aa-b4de-8b3fe8a4b5e7\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"640fe1de-988d-473d-bb03-9eb523f307cd\",\n            \"companyName\": \"Macquarie Telecom\",\n            \"title\": \"MACGOV Transit Fabric W1 Blue Zone\",\n            \"locationId\": 645,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1914,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"d670cd8d-5963-449d-953d-769f08acf08a\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"640fe1de-988d-473d-bb03-9eb523f307cd\",\n            \"companyName\": \"Macquarie Telecom\",\n            \"title\": \"MACGOV Transit Fabric W1 Blue Zone\",\n            \"locationId\": 145,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1915,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"5737191a-f0b8-4982-9fa1-8d1da51b649e\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"16422e61-803b-4f6d-96d4-65755c9591e9\",\n            \"companyName\": \"IdeaTek Telcom, LLC\",\n            \"title\": \"Netrality_10G\",\n            \"locationId\": 324,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1916,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"0429ff2a-0131-45cf-9b49-9f6e388c160e\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"40271d52-a8a7-4c91-b894-8e41bb7a354b\",\n            \"companyName\": \"Point5 Managed Services LLC\",\n            \"title\": \"10g_point5_andvma_01\",\n            \"locationId\": 633,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 1919,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"1ee19db7-efdb-4667-be8d-b9cb5af80880\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"3101a036-ba7c-444c-8687-28fbbafbc606\",\n            \"companyName\": \"REDD\",\n            \"title\": \"BNE6-01-10G\",\n            \"locationId\": 383,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1920,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"9dbc774b-044d-401a-a39b-2f69a6d44792\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"5bbba6b4-3dee-44a2-8ba9-8d349f871de4\",\n            \"companyName\": \"Canon Business Services Australia Pty Ltd\",\n            \"title\": \"GS-1\",\n            \"locationId\": 3,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1923,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"9e885bc7-dd5f-4221-ba57-9811a23f3a42\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"5bbba6b4-3dee-44a2-8ba9-8d349f871de4\",\n            \"companyName\": \"Canon Business Services Australia Pty Ltd\",\n            \"title\": \"GS-2\",\n            \"locationId\": 3,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1924,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"58313e4a-a6cb-4d1f-b4a4-ce325030c8df\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"4bd1718d-db51-4498-a2a6-d102b5fc4950\",\n            \"companyName\": \"IronCloud\",\n            \"title\": \"10G Megaport - Iron Cloud Manassas, VA - Port 3\",\n            \"locationId\": 333,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 1925,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"9717f7df-b84d-405d-bc42-9bd585642fb3\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"80e7c463-ded2-4bba-8c8a-a48e786f7427\",\n            \"companyName\": \"The Constant Company, LLC\",\n            \"title\": \"Constant_Vultr_DirectConnect\",\n            \"locationId\": 72,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1927,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"75c0349d-3e0e-46e7-b288-82d818c4b74e\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"9d3773d9-7038-4ce9-9196-4f410fbdf29f\",\n            \"companyName\": \"VPLS Inc.\",\n            \"title\": \"BR3.SV1\",\n            \"locationId\": 66,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1929,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"80533f9b-b69e-409c-b9a9-c2e615dbaf2e\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"04bce6e9-e344-434e-a973-c94dff5aeaa4\",\n            \"companyName\": \"ESEVEN DevOps GmbH\",\n            \"title\": \"Port1\",\n            \"locationId\": 613,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 1930,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"36b279d4-a9e1-45d8-9191-5ee358c9b2f5\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"20e05dd7-cfaa-4a61-918c-34be6fe8fa7a\",\n            \"companyName\": \"Juxto, LLC\",\n            \"title\": \"NAP7_SYN_JUXTO\",\n            \"locationId\": 100,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1931,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"020d308d-9d89-4173-b326-7bf5f7fb3860\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"20e05dd7-cfaa-4a61-918c-34be6fe8fa7a\",\n            \"companyName\": \"Juxto, LLC\",\n            \"title\": \"EQUINIXDC2_SYN_JUXTO\",\n            \"locationId\": 67,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1932,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"9ba06612-fa5d-4017-acdf-016884eddc7e\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"dc956d9e-65ce-4e72-9b36-b07a29f56a5d\",\n            \"companyName\": \"Twilio\",\n            \"title\": \"twilio-mp-au-sy3-port-2\",\n            \"locationId\": 6,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1933,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"1841cd7f-62c8-4458-a8df-2d1582a40ceb\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"640fe1de-988d-473d-bb03-9eb523f307cd\",\n            \"companyName\": \"Macquarie Telecom\",\n            \"title\": \"SIG4-MG-SCE-BLUE-01\",\n            \"locationId\": 645,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1934,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"490bebc1-450f-48a5-926a-abcc7c060cd0\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"413b875a-4c7a-41b3-95d2-7e575de8a714\",\n            \"companyName\": \"LiveLink Technology\",\n            \"title\": \"TXC1_2\",\n            \"locationId\": 102,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1937,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"8a2607c1-7e46-42eb-8e13-1dabc504cf01\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"33739253-7315-4d2a-8ceb-b4fe5488e012\",\n            \"companyName\": \"Ozot - Gaming Internet\",\n            \"title\": \"WA-Megaport-01\",\n            \"locationId\": 367,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1938,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 240522\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"ce22d2a1-f34b-49c1-9ccd-251ba1c3dbd1\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"dacef104-e7fb-441f-8688-10fd144f71ff\",\n            \"companyName\": \"NewMedia Express Pte Ltd\",\n            \"title\": \"RC 10G Port 1\",\n            \"locationId\": 155,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 1939,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"80eff852-e93f-4d2d-883a-94b13f08f9d8\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"09c95f4d-a99a-4827-9d8a-c01521a9a013\",\n            \"companyName\": \"A2B Internet\",\n            \"title\": \"DRT-AMS17-1\",\n            \"locationId\": 298,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1940,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"abbcff08-a765-4ad6-9fc1-23f869344d99\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"80e7c463-ded2-4bba-8c8a-a48e786f7427\",\n            \"companyName\": \"The Constant Company, LLC\",\n            \"title\": \"MEL1-Megaport Peering\",\n            \"locationId\": 41,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1941,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"cf5082b7-b3a7-4a82-9771-a593b6c4fc9d\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"b89642e6-ccd2-4a69-b8b0-da661532410d\",\n            \"companyName\": \"NetActuate\",\n            \"title\": \"NetActuate DA1\",\n            \"locationId\": 71,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1942,\n            \"lag_id\": 11,\n            \"lag_primary\": true,\n            \"aggregation_id\": 244850\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"06cdd178-49df-4f87-9a04-abe0397e86c1\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"eaee7551-7b40-468b-b958-34fcf634013a\",\n            \"companyName\": \"Wasabi Technologies, Inc.\",\n            \"title\": \"London01\",\n            \"locationId\": 90,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1943,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 248430\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"126da7f3-2d55-4926-94c7-17d06befee7f\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"eaee7551-7b40-468b-b958-34fcf634013a\",\n            \"companyName\": \"Wasabi Technologies, Inc.\",\n            \"title\": \"AMS01\",\n            \"locationId\": 85,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1944,\n            \"lag_id\": 12,\n            \"lag_primary\": true,\n            \"aggregation_id\": 248431\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"e33dd02d-964d-4e61-841b-397bfbd47d35\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"0d907853-1a83-434d-ad9d-230be3b6a5a4\",\n            \"companyName\": \"CoreWeave Cloud\",\n            \"title\": \"CoreWeave-LAS1\",\n            \"locationId\": 100,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1945,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 248670\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"3bd19983-ea11-48b9-9ce8-685ae5b15605\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"169c933e-ebce-41f8-b04f-e0877531b3ad\",\n            \"companyName\": \"ECN\",\n            \"title\": \"ECN P1\",\n            \"locationId\": 50,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1946,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"c6c61819-bdba-480d-98c5-438a38298b6d\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"b03beb61-fcdb-4676-87d1-ab566f6839a7\",\n            \"companyName\": \"Acurus Networks Pty Ltd\",\n            \"title\": \"Acurus MEGAPORT 2 at MelbourneDC 530 Collins\",\n            \"locationId\": 23,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1947,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 251071\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"a2438097-1e8b-4714-8cf3-e78e679d8103\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"1f07b11c-7661-4552-9254-69280039ffb9\",\n            \"companyName\": \"Curinos, Inc.\",\n            \"title\": \"10G port Sungard\",\n            \"locationId\": 670,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 1948,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"90f40114-e380-4eb8-a1df-acc313674802\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"e263aa54-26b7-4674-8752-8cf55147df75\",\n            \"companyName\": \"Nitel, Inc\",\n            \"title\": \"NIT512791 - 10G NNI Primary - Nitel - ATL1\",\n            \"locationId\": 116,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1949,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"6a53c34a-a89f-4207-9c2d-4fd681c26ea0\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"e263aa54-26b7-4674-8752-8cf55147df75\",\n            \"companyName\": \"Nitel, Inc\",\n            \"title\": \"NIT512785 - 10G NNI Primary - Nitel - DAL1\",\n            \"locationId\": 71,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1950,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"562221aa-3ffc-453c-a3e6-1c1889f94e75\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"e263aa54-26b7-4674-8752-8cf55147df75\",\n            \"companyName\": \"Nitel, Inc\",\n            \"title\": \"NIT512790 - 10G NNI Secondary - Nitel - DAL1\",\n            \"locationId\": 71,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1951,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"0dd17f60-1484-4867-983a-3f9d808e4cbd\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"d244a7ab-2012-45a7-8eb2-79246672cff5\",\n            \"companyName\": \"Hyperix\",\n            \"title\": \"Hyperix EQX ME1\",\n            \"locationId\": 41,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1952,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"7df3e90e-9409-4670-b1bc-469b415a9a78\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"77bf55f9-ccc1-4034-8939-eaa3eb380d1d\",\n            \"companyName\": \"Enfusion. LTD. LLC\",\n            \"title\": \"10G Megaport Chicago Equinix - Primary\",\n            \"locationId\": 69,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1953,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"cc70f3b8-32f3-4a47-8532-2bdd04ec1740\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"c981a93f-04bd-40e7-be9d-c3a9d2754b3e\",\n            \"companyName\": \"Imperva Inc\",\n            \"title\": \"10G-Megaport-LAX1\",\n            \"locationId\": 60,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1954,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 258105\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"2c63e389-97f2-4149-89c9-246fb310a740\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"c981a93f-04bd-40e7-be9d-c3a9d2754b3e\",\n            \"companyName\": \"Imperva Inc\",\n            \"title\": \"10G-Megaport-SV1\",\n            \"locationId\": 66,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1955,\n            \"lag_id\": 8,\n            \"lag_primary\": true,\n            \"aggregation_id\": 258111\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"0fe29598-45c0-493d-b6e3-65da3e1c48dd\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"6e935226-aee0-4353-aefc-3a23ff257e2f\",\n            \"companyName\": \"DDFR\",\n            \"title\": \"DDFR-Megaport\",\n            \"locationId\": 1047,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 1956,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 261828\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"a74ec95d-0bdd-4f9c-9b48-5fc6ddb88efb\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"c0fda322-4858-43fc-872a-9d0064712333\",\n            \"companyName\": \"Three Lanterns, LLC\",\n            \"title\": \"MP-BRESCO-10G\",\n            \"locationId\": 359,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 1957,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"0e2dfedb-708d-4f25-817c-f9774864e8c1\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"32432b0b-ad33-4e69-8359-ef7c59a3d14b\",\n            \"companyName\": \"ACIWORLDWIDE\",\n            \"title\": \"Sy3\",\n            \"locationId\": 6,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1958,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"62087081-551d-489d-8396-c1e73410d93b\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"e72bd065-8ae4-44c9-bbaa-9c5b89d35ebf\",\n            \"companyName\": \"OVHcloud\",\n            \"title\": \"OVHcloud Connect - Paris - Telehouse - TH2 - #1A1\",\n            \"locationId\": 598,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 1959,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"9360f65f-fb88-49eb-84eb-dfc7c56dda33\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"637d0bd6-10bd-4a09-90a7-3617b6ee4591\",\n            \"companyName\": \"Bluebird Network, LLC\",\n            \"title\": \"DLLS-ENNI-22088-01-DLLS\",\n            \"locationId\": 71,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1962,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"caf74892-cc83-4ead-95f8-8f410263b1f2\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"32432b0b-ad33-4e69-8359-ef7c59a3d14b\",\n            \"companyName\": \"ACIWORLDWIDE\",\n            \"title\": \"DC6\",\n            \"locationId\": 67,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1964,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"1da79ee1-4371-472a-81a0-dff5c24bfa22\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"355e155b-c1b6-47ed-802a-092c5c904e3e\",\n            \"companyName\": \"Cisco Webex® Contact Center Enterprise (Webex CCE) \",\n            \"title\": \"WxCCE Alexandria # 2\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1968,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"04e9d941-8744-4ead-9bf5-ea100aaa4586\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"355e155b-c1b6-47ed-802a-092c5c904e3e\",\n            \"companyName\": \"Cisco Webex® Contact Center Enterprise (Webex CCE) \",\n            \"title\": \"WxCCE Global Switch # 2\",\n            \"locationId\": 3,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1969,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"175bef98-874d-42cd-8475-ddd3a8e602e3\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"02cee9c2-8f12-43f5-bd79-dc1beddf205c\",\n            \"companyName\": \"IMC Industrial Pte Ltd\",\n            \"title\": \"1000 Mbps Port at Digital Realty Singapore SIN12\",\n            \"locationId\": 1114,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1970,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"2e46d572-560b-4836-a6a3-5728fae03495\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"8f957e15-7c20-49e3-b2c9-a84d37196870\",\n            \"companyName\": \"Vonex Wholesale LTD\",\n            \"title\": \"BNE to SY4 Link\",\n            \"locationId\": 144,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1972,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"3d4c1262-7381-4402-90d2-f976ab5eaf86\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"1644deb5-4f5f-4cf2-bb35-867b3a55ea51\",\n            \"companyName\": \"China Telecom Global Limited\",\n            \"title\": \"Megaport\",\n            \"locationId\": 602,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 1974,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"0dd2ec94-c5fb-424e-b576-f5272731b323\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"000b9931-0396-4145-be23-1f0e9ea059dd\",\n            \"companyName\": \"ASN Telecom\",\n            \"title\": \"ASNTelecom - BNE\",\n            \"locationId\": 383,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1975,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"52336659-0c4b-42b7-9688-8e294f46e300\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"000b9931-0396-4145-be23-1f0e9ea059dd\",\n            \"companyName\": \"ASN Telecom\",\n            \"title\": \"ASNTelecom - SYD\",\n            \"locationId\": 6,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1976,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"06c08588-44fd-4af2-a7f9-f0652c49f39a\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"0d907853-1a83-434d-ad9d-230be3b6a5a4\",\n            \"companyName\": \"CoreWeave Cloud\",\n            \"title\": \"CoreWeave-LGA1\",\n            \"locationId\": 387,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 1977,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 294730\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"6165105a-fba6-4793-9079-9b55fc90e6af\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"77bf55f9-ccc1-4034-8939-eaa3eb380d1d\",\n            \"companyName\": \"Enfusion. LTD. LLC\",\n            \"title\": \"10G Megaport Chicago Equinix - Secondary\",\n            \"locationId\": 69,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1978,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"71698262-1960-4d58-acac-63e2727b2407\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"b6a08fa2-62a5-4628-b303-52f0bfc56310\",\n            \"companyName\": \"RackCorp\",\n            \"title\": \"RackCorp MEGAPORT at Equinix SY4\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1979,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"9781d51e-7988-4595-a7c6-398419b23109\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"cb04e457-255f-4cd3-815d-5b95a7e41b45\",\n            \"companyName\": \"Spirit Telecom\",\n            \"title\": \"Spirit Telecom at Global Switch Sydney\",\n            \"locationId\": 3,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1980,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"638b3b24-4349-42e2-800f-4923f6487d78\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"640fe1de-988d-473d-bb03-9eb523f307cd\",\n            \"companyName\": \"Macquarie Telecom\",\n            \"title\": \"S1-MCCZ-SW1-BL1\",\n            \"locationId\": 145,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1982,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"6dfef004-2c0c-4f52-b8bb-e3bfd47f6212\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"640fe1de-988d-473d-bb03-9eb523f307cd\",\n            \"companyName\": \"Macquarie Telecom\",\n            \"title\": \"S1-MCCZ-SW2-BL2\",\n            \"locationId\": 145,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1983,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"08f808fe-06ab-4284-8b16-0a1112d5bdc3\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"640fe1de-988d-473d-bb03-9eb523f307cd\",\n            \"companyName\": \"Macquarie Telecom\",\n            \"title\": \"S1-MCCZ-SW1-BL3\",\n            \"locationId\": 145,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1984,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"2c6f56cb-48ad-4a08-a7dd-23999a42ebf2\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"640fe1de-988d-473d-bb03-9eb523f307cd\",\n            \"companyName\": \"Macquarie Telecom\",\n            \"title\": \"S1-MCCZ-SW2-BL4\",\n            \"locationId\": 145,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1985,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"8aa17b00-006b-491c-b0f6-c5b9da37037d\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"640fe1de-988d-473d-bb03-9eb523f307cd\",\n            \"companyName\": \"Macquarie Telecom\",\n            \"title\": \"S1-MCCZ-SW1-RD1\",\n            \"locationId\": 145,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1986,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"bed6d260-3831-40b0-81be-6d925a3c9dc3\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"640fe1de-988d-473d-bb03-9eb523f307cd\",\n            \"companyName\": \"Macquarie Telecom\",\n            \"title\": \"S1-MCCZ-SW2-RD2\",\n            \"locationId\": 145,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1987,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"ce39dc02-bd69-4733-96a3-a7c65ccf1a88\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"640fe1de-988d-473d-bb03-9eb523f307cd\",\n            \"companyName\": \"Macquarie Telecom\",\n            \"title\": \"S1-MCCZ-SW1-RD3\",\n            \"locationId\": 145,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1988,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"f713f704-d9c4-46cb-900b-746824f4216c\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"640fe1de-988d-473d-bb03-9eb523f307cd\",\n            \"companyName\": \"Macquarie Telecom\",\n            \"title\": \"S1-MCCZ-SW2-RD4\",\n            \"locationId\": 145,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1989,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"f87ef2b7-feb5-4d3a-8f7d-ca6a66ca3c0c\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"640fe1de-988d-473d-bb03-9eb523f307cd\",\n            \"companyName\": \"Macquarie Telecom\",\n            \"title\": \"S2-MCCZ-SW1-BL1\",\n            \"locationId\": 55,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1990,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"7bec8e62-43df-49ad-9797-a5457b54aaa9\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"640fe1de-988d-473d-bb03-9eb523f307cd\",\n            \"companyName\": \"Macquarie Telecom\",\n            \"title\": \"S2-MCCZ-SW2-BL2\",\n            \"locationId\": 55,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1991,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"e3e87011-a241-4da2-978d-ad8e3fad0f82\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"640fe1de-988d-473d-bb03-9eb523f307cd\",\n            \"companyName\": \"Macquarie Telecom\",\n            \"title\": \"S2-MCCZ-SW1-BL3\",\n            \"locationId\": 55,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1992,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"1a0c6c4a-b261-4353-ac3f-e3a7755316fa\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"640fe1de-988d-473d-bb03-9eb523f307cd\",\n            \"companyName\": \"Macquarie Telecom\",\n            \"title\": \"S2-MCCZ-SW2-BL4\",\n            \"locationId\": 55,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1993,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"8ce44b10-9b41-4ad3-8181-8c18c65b39c2\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"640fe1de-988d-473d-bb03-9eb523f307cd\",\n            \"companyName\": \"Macquarie Telecom\",\n            \"title\": \"S2-MCCZ-SW1-RD1\",\n            \"locationId\": 55,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1994,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"238ce90b-ec9c-4638-bbfe-9498d91beeea\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"640fe1de-988d-473d-bb03-9eb523f307cd\",\n            \"companyName\": \"Macquarie Telecom\",\n            \"title\": \"S2-MCCZ-SW2-RD2\",\n            \"locationId\": 55,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1995,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"a6a35fac-4144-438b-b946-c2b0058b62c2\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"640fe1de-988d-473d-bb03-9eb523f307cd\",\n            \"companyName\": \"Macquarie Telecom\",\n            \"title\": \"S2-MCCZ-SW1-RD3\",\n            \"locationId\": 55,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1996,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"c6486351-7eea-41ed-8133-98727fef8f7c\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"640fe1de-988d-473d-bb03-9eb523f307cd\",\n            \"companyName\": \"Macquarie Telecom\",\n            \"title\": \"S2-MCCZ-SW2-RD4\",\n            \"locationId\": 55,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 1997,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"f95f1dd3-7c4b-4795-aa5e-11e31d33c80c\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"2c6d79f9-9fed-4139-a532-c782cadf0e44\",\n            \"companyName\": \"Prodigi\",\n            \"title\": \"Megaport\",\n            \"locationId\": 310,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 1999,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"decbd326-0725-4438-a8c3-e7076c842e09\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"33c0e8bb-abca-487c-9894-bec9d2c55fb8\",\n            \"companyName\": \"iland\",\n            \"title\": \"iland AMSPOD01 Megaport #decbd326\",\n            \"locationId\": 92,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2000,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"8c2ba242-1e94-45b2-9167-399684cd5dd4\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"09c95f4d-a99a-4827-9d8a-c01521a9a013\",\n            \"companyName\": \"A2B Internet\",\n            \"title\": \"EQ AM5 - 002\",\n            \"locationId\": 87,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2001,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"2c6c0341-cfaa-412c-96c2-63a83532be72\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"78404b0d-c3e3-4a1e-b9bc-2d5a11b5c8f7\",\n            \"companyName\": \"Oper8 Global\",\n            \"title\": \"Oper8 Global at Polaris\",\n            \"locationId\": 44,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2002,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"c7e5958e-12b9-4e21-9d62-83dc85c00d07\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"71a11c2f-ef3e-4d55-8b65-019a733fb7e5\",\n            \"companyName\": \"Falcore Australia Pty Ltd\",\n            \"title\": \"NDC-M2-MP1\",\n            \"locationId\": 382,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2003,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"2c1c36aa-9d50-466f-95ce-350de5c7690c\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"71a11c2f-ef3e-4d55-8b65-019a733fb7e5\",\n            \"companyName\": \"Falcore Australia Pty Ltd\",\n            \"title\": \"EQ-PE2-MP1\",\n            \"locationId\": 367,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2004,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"f42b4f89-c501-4782-96aa-f8ef5f15084b\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"bab19cfc-adb0-4bcd-b8d0-304b44613aec\",\n            \"companyName\": \"Fujitsu\",\n            \"title\": \"QANTM_IP-NEXTDC_M1-1GE-P001\",\n            \"locationId\": 4,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2006,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"8c478fe8-23cc-4020-8f00-e12613f492ba\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"4ad6aa71-67c2-4601-a4f9-00aaf8caf58e\",\n            \"companyName\": \"Hosted Network\",\n            \"title\": \"Equinix ME1 MegaPort #1\",\n            \"locationId\": 41,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2008,\n            \"lag_id\": 2,\n            \"lag_primary\": true,\n            \"aggregation_id\": 346720\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"45922d6f-37fd-4633-a7da-67712470e6dd\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"52a347ba-b58a-467b-905b-1b4b638a7232\",\n            \"companyName\": \"Devoli\",\n            \"title\": \"Vibe Equinix SY1/2\",\n            \"locationId\": 6,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2009,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"d37e68f7-6178-44e6-9d2e-47e1a7356289\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"128203a5-0a8c-4d08-9eb2-4b29cd12b833\",\n            \"companyName\": \"SpinTel\",\n            \"title\": \"SpinTel MEGAPORT at Equinix SY1/2\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2010,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 42\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"5997e73f-4315-434e-8498-244ae1e6c5e1\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"dbb0f248-7454-4d8d-b601-71380a07bb88\",\n            \"companyName\": \"Tiggee LLC\",\n            \"title\": \"Tiggee MEGAPORT at Equinix SY1/2\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2011,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"bf3d22e1-8b7e-4efa-8905-d36e1656baf0\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"1850b81e-e8ac-4635-9e85-a2d09d3e1d7c\",\n            \"companyName\": \"SkyMesh Pty Ltd\",\n            \"title\": \"MP-Sydney-EquinixSY1\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2012,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"cc80272b-d2a6-4f9b-8182-cc3df7ad16a5\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"63b0d4c8-6031-4522-9748-ade1732669cf\",\n            \"companyName\": \"Superloop\",\n            \"title\": \"[9973] Superloop MEGAPORT at NextDC M1 Melbourne (MegaIX Port 1)\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2013,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 336\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"d26e0017-9424-4bee-80fd-721404f86c7a\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"b94f836f-cefc-4f62-9887-f8da0af1881a\",\n            \"companyName\": \"Cloud Earth Pty Ltd\",\n            \"title\": \"Global Switch - Megaport #1\",\n            \"locationId\": 3,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2014,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"c887b8a7-fdc9-4a69-aa6a-4e2c06d86dcb\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"e09875fd-583a-45b1-a651-c5be51385515\",\n            \"companyName\": \"Rackspace\",\n            \"title\": \"MEGAPORT at Global Switch\",\n            \"locationId\": 3,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2015,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"abc6801d-54ae-426a-99f4-ca696ce81ba9\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"51c8dad7-2342-4482-a9a1-2f53212272bf\",\n            \"companyName\": \"Callplus\",\n            \"title\": \"Callplus Megaport at SY1 (LAG - Port 1)\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2016,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 888\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"26ef3a07-e206-4e9c-80f8-30d6cd295bbe\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"0a99567d-79c9-4bab-96bf-1d774ce33b29\",\n            \"companyName\": \"C3 Networks\",\n            \"title\": \"C3 Networks Megaport at SG2\",\n            \"locationId\": 37,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2017,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"8026da5b-5e0f-41cb-b582-1a9397d34e2a\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"9fc1a03a-665d-40fc-857f-db8509d8409e\",\n            \"companyName\": \"MyRepublic\",\n            \"title\": \"MyRGS-D4-SC03\",\n            \"locationId\": 39,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2018,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"af6c81eb-dde2-4830-85f7-4c10704e57eb\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"57c7d962-a926-4a7f-9c25-87c8d396fb6b\",\n            \"companyName\": \"mVoice\",\n            \"title\": \"mVoice Megaport at M1\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2019,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"49273dcc-3bcb-4aa9-aba5-dc0998ff95e3\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"ce54ec8c-8b56-499b-a3f8-1af078ca27e6\",\n            \"companyName\": \"Edgecast\",\n            \"title\": \"Edgecast Megaport at SG1\",\n            \"locationId\": 36,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2020,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 1116\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"fca20902-c106-4918-be07-9b3c162fd5d8\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"51c8dad7-2342-4482-a9a1-2f53212272bf\",\n            \"companyName\": \"Callplus\",\n            \"title\": \"Callplus Megaport at 220 Queen\",\n            \"locationId\": 32,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2021,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 1158\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"9b79106f-5958-4ae1-a774-75d9c5837cde\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"3f1a7c69-aa8b-4b48-b532-6f0e0cfd488d\",\n            \"companyName\": \"Brennan IT\",\n            \"title\": \"NDC-M1 Megaport 1 Brennan Use\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2022,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"a5eb754e-1d12-4ff2-bd9f-0a46d86d0d1c\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"2e4818ed-0063-4230-8a61-5246e6885000\",\n            \"companyName\": \"OpusV\",\n            \"title\": \"MegaOpusV\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2023,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"a5a2156c-d6eb-4ef0-8d30-8bdca88ed2bd\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"dec94a32-8096-49f9-a212-5d2a8305c568\",\n            \"companyName\": \"Limelight Networks\",\n            \"title\": \"Limelight MEGAPORT Equinix SG1\",\n            \"locationId\": 36,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2024,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"16f9340c-ce8d-4475-a4d9-c4e1b559f9e6\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"09713a21-b762-4091-95cb-3a7d234071ce\",\n            \"companyName\": \"Vector Communications\",\n            \"title\": \"VCS-102071 Vector Comms at TDC 220 Queen St, Auckland\",\n            \"locationId\": 32,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2025,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"2bc5b2d3-0519-4833-8c18-37a31fbb32bb\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"ce54ec8c-8b56-499b-a3f8-1af078ca27e6\",\n            \"companyName\": \"Edgecast\",\n            \"title\": \"Edgecast M1\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2026,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 1411\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"0bc91e34-d009-4de5-b0de-561f11ba1848\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"17e2ac0f-6d79-4921-823a-f37b8ebb309b\",\n            \"companyName\": \"Twitter\",\n            \"title\": \"Twitter 10 Gbps Equinix SY1 (1 of 2)\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2027,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 1759\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"1683ac48-5e3e-4729-8802-bfd99d08bf9a\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"17e2ac0f-6d79-4921-823a-f37b8ebb309b\",\n            \"companyName\": \"Twitter\",\n            \"title\": \"Twitter 10 Gbps Equinix SY1 (2 of 2)\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2028,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 1760\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"ac1d2461-d99b-4fad-bc03-71c62d4dfb07\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"dc6efdd9-be1e-4f50-aeff-a1a7d7482bc8\",\n            \"companyName\": \"Automattic\",\n            \"title\": \"10Gbps Port Equinix SY3\",\n            \"locationId\": 6,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2029,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"18d97a73-598a-41b0-b947-e1dd8c3d79d4\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"974579ad-2c35-42cc-a6ee-2480abe3817e\",\n            \"companyName\": \"CITEC\",\n            \"title\": \"Megaport Equinix\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2030,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"e089f1f3-f93e-484b-aceb-af53f77a2bb9\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"974579ad-2c35-42cc-a6ee-2480abe3817e\",\n            \"companyName\": \"CITEC\",\n            \"title\": \"Megaport NextDC S1\",\n            \"locationId\": 10,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2031,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"aa2dccad-36f6-42c0-997e-857468a98072\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"610fa5e3-b19e-4f9c-a73f-002036749753\",\n            \"companyName\": \"Hitech Solutions\",\n            \"title\": \"HT-Orbit\",\n            \"locationId\": 33,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2032,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"dd9f8d50-8993-4520-b333-96934d6c8c36\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"625cdb2a-b469-4d9b-99d1-9588757491cd\",\n            \"companyName\": \"Packet Clearing House\",\n            \"title\": \"PCH AS42 10G Megaport at SGW (Eq SG1)\",\n            \"locationId\": 36,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2033,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"f927951c-d382-4c4e-851e-842df5136b43\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"bbff265e-40a8-469b-9881-18fb6dd435dc\",\n            \"companyName\": \"Blue Packets Pty Ltd\",\n            \"title\": \"Blue Packets 10G Megaport at Equinix SY1/2\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2034,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"50ffa0a5-2b5a-4891-82b4-98f1ce8ff6f7\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"ce54ec8c-8b56-499b-a3f8-1af078ca27e6\",\n            \"companyName\": \"Edgecast\",\n            \"title\": \"10G Port Ashburn\",\n            \"locationId\": 67,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2035,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 2109\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"fb6cc281-d52a-48e3-bdcf-70b9911b0b43\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"ce54ec8c-8b56-499b-a3f8-1af078ca27e6\",\n            \"companyName\": \"Edgecast\",\n            \"title\": \"10G Port LA\",\n            \"locationId\": 60,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2036,\n            \"lag_id\": 8,\n            \"lag_primary\": true,\n            \"aggregation_id\": 2110\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"4c0edb4d-d92e-4409-8cd0-506d94e48a6c\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"ce54ec8c-8b56-499b-a3f8-1af078ca27e6\",\n            \"companyName\": \"Edgecast\",\n            \"title\": \"10G Port Dallas 1\",\n            \"locationId\": 71,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2037,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 2111\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"6aa8ea76-8e73-4dbb-a7be-73a027c40217\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"12f74b55-4aff-4bda-828c-b7bab0fa1dd3\",\n            \"companyName\": \"MikiPro Limited\",\n            \"title\": \"220Q\",\n            \"locationId\": 32,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2038,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"71cf3d67-19bd-4d92-8c90-f494e635764d\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"6caf01c1-7500-4447-b48b-175812e316fe\",\n            \"companyName\": \"UberGroup ltd\",\n            \"title\": \"220 Queen Primary\",\n            \"locationId\": 32,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2039,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"fb712ad6-dba9-4ee6-a16e-3b2202741cf7\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"c55f7dcb-2649-4c15-8119-623fb37cc5b0\",\n            \"companyName\": \"Forcepoint\",\n            \"title\": \"Forcepoint 10G Equinix SG1\",\n            \"locationId\": 36,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2040,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"afd7c54b-cd4e-41bd-9273-458664c159e9\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"056d192b-4031-48d7-a602-8df7b3358271\",\n            \"companyName\": \"Red Dog Connect\",\n            \"title\": \"RDC-SYD01\",\n            \"locationId\": 10,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2041,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"b287a30c-7aca-460b-ba5d-4a995c4be238\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"25723264-3c48-4803-a3e5-a77cc21ee5f6\",\n            \"companyName\": \"Field Solutions Group\",\n            \"title\": \"Ordnance Melbourne\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2042,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"9b89d629-7a0b-4e2f-ab08-e73ba783ead7\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"721ac49b-29a6-4c7f-989e-ca45697c6951\",\n            \"companyName\": \"GEN-I Australia\",\n            \"title\": \"Spark 10G Megaport at Equinix SY1/2\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2043,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"f3cb5828-0687-4962-bfe4-a55b443e3468\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"dec94a32-8096-49f9-a212-5d2a8305c568\",\n            \"companyName\": \"Limelight Networks\",\n            \"title\": \"10G Port \\u00ad SEA002 Equinix SE2 2001 6th Avenue\",\n            \"locationId\": 57,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2044,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"65df8a9d-0400-439d-8f21-3499ecf883e9\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"dec94a32-8096-49f9-a212-5d2a8305c568\",\n            \"companyName\": \"Limelight Networks\",\n            \"title\": \"10G Port \\u00ad LOS003 Equinix LA1 600 W. 7th Street\",\n            \"locationId\": 59,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2045,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"ac19a48d-e916-4881-a51e-8d6cbd053681\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"dec94a32-8096-49f9-a212-5d2a8305c568\",\n            \"companyName\": \"Limelight Networks\",\n            \"title\": \"10G Port \\u00ad ASH003 Equinix DC2 21715 Filigree Court\",\n            \"locationId\": 67,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2046,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"23451300-70f7-446b-9bb6-ec1f892e0807\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"dec94a32-8096-49f9-a212-5d2a8305c568\",\n            \"companyName\": \"Limelight Networks\",\n            \"title\": \"10G Port \\u00ad DAL001 Equinix DA1 1950 Stemmons Fwy\",\n            \"locationId\": 71,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2047,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 2816\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"c7c9e1e9-3816-4cb8-8dbc-e2c9e4ae817c\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"4c54cbdc-3d41-4b8c-b029-d2e065e20e5d\",\n            \"companyName\": \"AARNet\",\n            \"title\": \"AARNET 10G Port Nextgen Alfred St\",\n            \"locationId\": 17,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 2048,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"d7ff919d-98a4-4774-9d90-0ed8f7cab87b\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"4c54cbdc-3d41-4b8c-b029-d2e065e20e5d\",\n            \"companyName\": \"AARNet\",\n            \"title\": \"AARNET 10G Port Nextgen Walsh St\",\n            \"locationId\": 25,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 2049,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"7e99e385-d215-4792-8fd6-c2ab91e122f6\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"625cdb2a-b469-4d9b-99d1-9588757491cd\",\n            \"companyName\": \"Packet Clearing House\",\n            \"title\": \"PCH AS42 10G Megaport @ SYD (Eq SY1)\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2050,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"007df758-fbab-48d4-bc00-ddf3ec4e688e\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"ce54ec8c-8b56-499b-a3f8-1af078ca27e6\",\n            \"companyName\": \"Edgecast\",\n            \"title\": \"10G Port SE2\",\n            \"locationId\": 57,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2051,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 3061\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"f4cf3ad4-b79c-49ff-81c5-fa4ea852cb47\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"95c51024-ff4e-4b45-949e-125274e65103\",\n            \"companyName\": \"Cloud Plus\",\n            \"title\": \"Equinix-SY3-01-sw03\",\n            \"locationId\": 6,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2052,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"bb84e95d-6f04-4e4f-b1f9-028d898365b4\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"95c51024-ff4e-4b45-949e-125274e65103\",\n            \"companyName\": \"Cloud Plus\",\n            \"title\": \"Equinix-SY3-02-sw04\",\n            \"locationId\": 6,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2053,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"384983fe-263b-40a8-a883-78c5930e2985\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"f5deddfb-46c9-4ea3-8884-104cfe07ae53\",\n            \"companyName\": \"Microsoft\",\n            \"title\": \"Microsoft 10G Megaport Vocus Albany\",\n            \"locationId\": 51,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2054,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 3209\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"75ce11ec-6d08-4743-a5a6-c10781267a38\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"f5deddfb-46c9-4ea3-8884-104cfe07ae53\",\n            \"companyName\": \"Microsoft\",\n            \"title\": \"Microsoft 10G Megaport Cologix\",\n            \"locationId\": 79,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2055,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 3211\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"a5eb570d-589a-4b96-85ee-eed7cd195c84\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"f5deddfb-46c9-4ea3-8884-104cfe07ae53\",\n            \"companyName\": \"Microsoft\",\n            \"title\": \"Microsoft 10G Megaport SE2 Seattle\",\n            \"locationId\": 57,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2056,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 3214\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"3821318b-4d9f-428d-a730-3d03ac6717f3\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"f371e00b-0570-4333-813c-d37d2ac28b7b\",\n            \"companyName\": \"Host Networks\",\n            \"title\": \"Host Networks BNE\",\n            \"locationId\": 45,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 2057,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"6b453f3b-a39c-4c3c-bcfb-494fa96e80d0\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"f371e00b-0570-4333-813c-d37d2ac28b7b\",\n            \"companyName\": \"Host Networks\",\n            \"title\": \"Host Networks SYD\",\n            \"locationId\": 2,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2058,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"31311a21-c833-4c3c-ae21-ccdeee0ba4db\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"f5deddfb-46c9-4ea3-8884-104cfe07ae53\",\n            \"companyName\": \"Microsoft\",\n            \"title\": \"Microsoft 10G Megaport Equinix SG1\",\n            \"locationId\": 36,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2059,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 3536\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"c43d5c5c-6dd0-4481-b9e4-c06eb49a961c\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"625cdb2a-b469-4d9b-99d1-9588757491cd\",\n            \"companyName\": \"Packet Clearing House\",\n            \"title\": \"PCH AS3856 1G Megaport at SYD (Eq SY1)\",\n            \"locationId\": 2,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2060,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"785909ed-c975-4e0a-8e5f-7c5336c6bbcb\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"625cdb2a-b469-4d9b-99d1-9588757491cd\",\n            \"companyName\": \"Packet Clearing House\",\n            \"title\": \"PCH AS3856 1G Megaport at SGW (Eq SG1)\",\n            \"locationId\": 36,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2061,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"fac4639b-19c2-4e4c-b06b-2bfc15ccbe18\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"640fe1de-988d-473d-bb03-9eb523f307cd\",\n            \"companyName\": \"Macquarie Telecom\",\n            \"title\": \"IPscape Pty Ltd - MBUND26046006\",\n            \"locationId\": 55,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2062,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"89c2ae79-08d2-4a55-996a-528ed429e467\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"904d5661-db8b-44be-88fc-f9788343dbae\",\n            \"companyName\": \"Yahoo Australia Pty Ltd \",\n            \"title\": \"Yahoo!7 10G Megaport at Equinix SY1/2\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2063,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"137d3ee1-3199-4046-8598-976c4e37f63e\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"00254a3f-c22b-46fe-bef7-2e8f8a63ffb6\",\n            \"companyName\": \"AT&T Global Network Services\",\n            \"title\": \"AT&T 1G Megaport Bearer at Mega-I Hong Kong\",\n            \"locationId\": 47,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2064,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"94315c26-0daf-4351-a698-0f10a4825ec7\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"6bc51cad-a63d-4ff8-ab12-6f35f2cdd69e\",\n            \"companyName\": \"Hurricane Electric\",\n            \"title\": \"HE 10G Megaport at Equinix Toronto\",\n            \"locationId\": 73,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2065,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"8dcb8aae-a1dd-44bd-b573-ef718cd82be2\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"610fa5e3-b19e-4f9c-a73f-002036749753\",\n            \"companyName\": \"Hitech Solutions\",\n            \"title\": \"HT-MayoralDrive\",\n            \"locationId\": 80,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2066,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"7fde20c9-0508-464d-9ef5-b5c7fc5ddba6\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"a81a2ce9-17d6-4ab4-9364-fb271b27826d\",\n            \"companyName\": \"Yahoo\",\n            \"title\": \"Yahoo 10Gbps Megaport Equinix Los Angeles\",\n            \"locationId\": 59,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2067,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"dfa16405-d278-4a00-8082-133bb665c4b3\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"a81a2ce9-17d6-4ab4-9364-fb271b27826d\",\n            \"companyName\": \"Yahoo\",\n            \"title\": \"Yahoo 10Gbps Megaport Equinix Ashburn\",\n            \"locationId\": 67,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2068,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"d821c503-c979-409a-bd89-4d15d0d14749\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"a81a2ce9-17d6-4ab4-9364-fb271b27826d\",\n            \"companyName\": \"Yahoo\",\n            \"title\": \"Yahoo 10Gbps Megaport Equinix Dallas\",\n            \"locationId\": 71,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2069,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"06238a8c-b6b3-4a3d-af59-f293ff6755bd\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"625cdb2a-b469-4d9b-99d1-9588757491cd\",\n            \"companyName\": \"Packet Clearing House\",\n            \"title\": \"PCH AS42 10G Megaport at YYZ (Eq TR1)\",\n            \"locationId\": 73,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2070,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"d2a392fa-9699-4a94-9785-1a058b7cbe18\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"625cdb2a-b469-4d9b-99d1-9588757491cd\",\n            \"companyName\": \"Packet Clearing House\",\n            \"title\": \"PCH AS3856 1G Megaport at YYZ (Eq TR1)\",\n            \"locationId\": 73,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2071,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"d46d2028-47ac-4edc-9813-1131ae37e9a6\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"625cdb2a-b469-4d9b-99d1-9588757491cd\",\n            \"companyName\": \"Packet Clearing House\",\n            \"title\": \"PCH AS42 10G Megaport at SEA (Eq SE2)\",\n            \"locationId\": 57,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2072,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"6064b4e1-304c-4696-9931-a0698d114fac\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"625cdb2a-b469-4d9b-99d1-9588757491cd\",\n            \"companyName\": \"Packet Clearing House\",\n            \"title\": \"PCH AS3856 1G Megaport at SEA, (Eq SE2)\",\n            \"locationId\": 57,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2073,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"4dffd2ea-6f9b-44bb-9f2e-8ac3c5a37e37\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"cdde83f2-b177-4785-aecb-77ba99684c7e\",\n            \"companyName\": \"MyRepublic NZ\",\n            \"title\": \"Megaport-IX\",\n            \"locationId\": 51,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2074,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 5046\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"a49aa4ee-cd45-4af4-8644-744790e54633\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"c6b15539-5824-439f-8af9-b595d4e600e0\",\n            \"companyName\": \"Cloudflare\",\n            \"title\": \"Megaport Toronto\",\n            \"locationId\": 73,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2075,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"dfc45cb0-cb96-4c50-8f25-6bcebcd27b34\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"c6b15539-5824-439f-8af9-b595d4e600e0\",\n            \"companyName\": \"Cloudflare\",\n            \"title\": \"Megaport New York\",\n            \"locationId\": 78,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2076,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"be8c670e-4e3e-42b7-b12e-65e9db975887\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"6caf01c1-7500-4447-b48b-175812e316fe\",\n            \"companyName\": \"UberGroup ltd\",\n            \"title\": \"KordiaSY1\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2077,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"862e4777-0da1-46fa-9c00-cb3da78a6490\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"c6b15539-5824-439f-8af9-b595d4e600e0\",\n            \"companyName\": \"Cloudflare\",\n            \"title\": \"Megaport Perth\",\n            \"locationId\": 109,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2078,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"05987127-ec73-4180-ad57-e88ca0e54d8d\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"f8325910-3c2c-408e-9fe4-16654120050d\",\n            \"companyName\": \"TwitchTV\",\n            \"title\": \"10G Port at Equinix SG1 1 of 2\",\n            \"locationId\": 36,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2079,\n            \"lag_id\": 8,\n            \"lag_primary\": true,\n            \"aggregation_id\": 7350\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"a556ad5a-e0b8-4460-82a7-6cc1664c9bfa\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"f8325910-3c2c-408e-9fe4-16654120050d\",\n            \"companyName\": \"TwitchTV\",\n            \"title\": \"10G Port at Equinix SG1 2 of 2\",\n            \"locationId\": 36,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2080,\n            \"lag_id\": 9,\n            \"lag_primary\": true,\n            \"aggregation_id\": 7351\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"7ab1028d-c2a4-404b-a1f6-8c0f1c4e8ba7\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"a81a2ce9-17d6-4ab4-9364-fb271b27826d\",\n            \"companyName\": \"Yahoo\",\n            \"title\": \"10G Port Telecity Citywest DUB1\",\n            \"locationId\": 94,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2081,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"21499070-b34f-4e34-8614-cefde67aa5d3\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"a81a2ce9-17d6-4ab4-9364-fb271b27826d\",\n            \"companyName\": \"Yahoo\",\n            \"title\": \"10G Port Equinix SG1\",\n            \"locationId\": 36,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2082,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"c72c79cb-993f-4ca0-ab7c-0bb1e75ecf2b\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"9a09f546-8381-455a-bba2-8062e433cb4b\",\n            \"companyName\": \"Kordia \",\n            \"title\": \"TMDR 10G\",\n            \"locationId\": 80,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2083,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"62393123-54c8-456a-ad7f-a68fa687107f\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"00254a3f-c22b-46fe-bef7-2e8f8a63ffb6\",\n            \"companyName\": \"AT&T Global Network Services\",\n            \"title\": \"1G Megaport Global Switch Singapore\",\n            \"locationId\": 39,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2084,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"d7570c0c-69ac-43f9-9d9c-25ff165c2cad\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"625cdb2a-b469-4d9b-99d1-9588757491cd\",\n            \"companyName\": \"Packet Clearing House\",\n            \"title\": \"PCH AS42 Megaport at BUR\",\n            \"locationId\": 59,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2085,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"d76b7d9f-f103-4b75-bcbc-d13bbf233c00\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"625cdb2a-b469-4d9b-99d1-9588757491cd\",\n            \"companyName\": \"Packet Clearing House\",\n            \"title\": \"PCH AS3856 Megaport at BUR\",\n            \"locationId\": 59,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2086,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"a40319ca-d775-431d-a270-72597cbd0ed2\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"f5deddfb-46c9-4ea3-8884-104cfe07ae53\",\n            \"companyName\": \"Microsoft\",\n            \"title\": \"10G Port at Vocus PerthIX\",\n            \"locationId\": 109,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2087,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 8740\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"a91e5cdf-1fff-489b-9921-49b618402efa\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"f5deddfb-46c9-4ea3-8884-104cfe07ae53\",\n            \"companyName\": \"Microsoft\",\n            \"title\": \"10g Port Switch Supernap 7\",\n            \"locationId\": 100,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2088,\n            \"lag_id\": 10,\n            \"lag_primary\": true,\n            \"aggregation_id\": 8741\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"9e033681-3551-40af-aa93-e6a116e6bd4d\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"32c00096-bdc4-441e-9a28-cbdf2750b97f\",\n            \"companyName\": \"Static1\",\n            \"title\": \"MEGAPORT-LA1-10GBPS\",\n            \"locationId\": 60,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2089,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"c7e6f7fd-1a89-4479-be91-675e29fe9e83\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"f1e49262-3e7b-43eb-945e-6c305025fa9e\",\n            \"companyName\": \"Riot Games\",\n            \"title\": \"10G Port Seattle Equinix\",\n            \"locationId\": 57,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2090,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"d20e4d00-7e44-4a8d-981b-271c9bf79bea\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"f1e49262-3e7b-43eb-945e-6c305025fa9e\",\n            \"companyName\": \"Riot Games\",\n            \"title\": \"10G Port Dallas Equinix\",\n            \"locationId\": 71,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2091,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"ad25c8ab-78b9-4a30-abc1-33a469e30321\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"f1e49262-3e7b-43eb-945e-6c305025fa9e\",\n            \"companyName\": \"Riot Games\",\n            \"title\": \"10G Megaport Los Angeles Coresite\",\n            \"locationId\": 60,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2092,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"488d4e5b-eb8d-4d2a-b812-272ce969712e\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"f1e49262-3e7b-43eb-945e-6c305025fa9e\",\n            \"companyName\": \"Riot Games\",\n            \"title\": \"10G Megaport at Ashburn Equnix\",\n            \"locationId\": 67,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2093,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"601283ee-da88-4efd-8e81-ec99fd4fcd5b\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"40cdca23-7fc9-4de5-a728-09beedcbf241\",\n            \"companyName\": \"Exetel\",\n            \"title\": \"AB14102016MEGAPERTH\",\n            \"locationId\": 109,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2094,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"49cfb612-1971-4d8b-beb9-a5bad2c6e2d4\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"77390a4f-4076-48df-9441-2a6ba96fd463\",\n            \"companyName\": \"KordaMentha\",\n            \"title\": \"NextDC-M1-01\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2095,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"baebffc2-3e22-4962-b2f5-ba2f4170477c\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"4e0a45a9-c822-4075-8619-cac092ed9abc\",\n            \"companyName\": \"Inspire Net Limited\",\n            \"title\": \"Inspire-AKL1-MegaIX\",\n            \"locationId\": 80,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2096,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"2373825e-bc79-44e4-8d0e-b808dec15c29\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"ce54ec8c-8b56-499b-a3f8-1af078ca27e6\",\n            \"companyName\": \"Edgecast\",\n            \"title\": \"10G Ports Vocus Albany DC Auckland 1 of 2\",\n            \"locationId\": 51,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2097,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 10592\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"835444b6-e75c-4528-b3dc-08bb2d4b886a\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"355da959-b132-405e-91eb-81a9f457a72e\",\n            \"companyName\": \"China Unicom (Australia) Operations Pty Ltd\",\n            \"title\": \"Alibaba 10Gbps Megaport at Global Switch\",\n            \"locationId\": 3,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2098,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"b12083ec-0a20-40f0-aab2-f697cb24e965\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"0dda2b1b-6129-4916-adbe-417cefdcaef4\",\n            \"companyName\": \"Nutanix, Inc.\",\n            \"title\": \"10000Mbps Port at Digital Realty SCL2\",\n            \"locationId\": 65,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2099,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 11585\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"087d6db1-ee14-4890-8bea-099b21ed2ffa\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"b31db0ce-b9f7-4152-bd75-778a100c6aed\",\n            \"companyName\": \"Macroview Telecom Limited\",\n            \"title\": \"MTL-CHN-EHK2\",\n            \"locationId\": 54,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2100,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"3c8bd171-b58b-4a17-adf9-8d72bf782956\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"4c54cbdc-3d41-4b8c-b029-d2e065e20e5d\",\n            \"companyName\": \"AARNet\",\n            \"title\": \"AARNET 10G Megaport @ Westin\",\n            \"locationId\": 146,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2101,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"eb0f94d9-65d0-4b96-847e-f3b3c037143d\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"4c54cbdc-3d41-4b8c-b029-d2e065e20e5d\",\n            \"companyName\": \"AARNet\",\n            \"title\": \"NewSydneyPort\",\n            \"locationId\": 3,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2102,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"a293d569-4b38-4a9b-8dc9-67c14e62af63\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"77390a4f-4076-48df-9441-2a6ba96fd463\",\n            \"companyName\": \"KordaMentha\",\n            \"title\": \"Equinix-SG3-01\",\n            \"locationId\": 36,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2104,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"153d6c51-5425-4ecd-8d73-112f9b595376\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"33c0e8bb-abca-487c-9894-bec9d2c55fb8\",\n            \"companyName\": \"iland\",\n            \"title\": \"iland SINPOD01 Megaport 153d6c51\",\n            \"locationId\": 36,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2105,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"f77b1e99-f584-4bae-9f80-33b93c8d7e0a\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"8b40840f-ed06-4ece-99bd-e46634485265\",\n            \"companyName\": \"Anycast\",\n            \"title\": \"10G Megaport at NextDC B1\",\n            \"locationId\": 5,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2106,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"5f56d606-bc3f-47fe-9ff9-45784ffe776e\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"4f11006d-cc49-45e9-b0bb-e2c6daf1eb84\",\n            \"companyName\": \"Standard Industries, GAF\",\n            \"title\": \"1G Port - CyrusOne Totowa, Port 1\",\n            \"locationId\": 151,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2107,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"48b15999-04af-4ca5-b273-4f6f520fcc9b\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"4f11006d-cc49-45e9-b0bb-e2c6daf1eb84\",\n            \"companyName\": \"Standard Industries, GAF\",\n            \"title\": \"1G Port - CyrusOne Totowa, Port 2\",\n            \"locationId\": 151,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2108,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"21d9ca93-a878-4a60-af1c-8fb852a6e178\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"be74b80d-4c03-40fc-9b61-64d0866ac287\",\n            \"companyName\": \"Uniti Wireless Pty Ltd\",\n            \"title\": \"IX-Optus\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2109,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"ffc08a65-91b7-4c4d-88f9-ee2e433d9b95\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"a086bc3c-6c5f-481e-944d-5645a8c8b571\",\n            \"companyName\": \"DGtek Pty Ltd\",\n            \"title\": \"ME1\",\n            \"locationId\": 41,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2110,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"582defc9-cb61-4675-9724-642c857a84c9\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"ddd5fcae-4452-477f-bcb7-9df1c1773aec\",\n            \"companyName\": \"Dropbox\",\n            \"title\": \"10Gbps Megaport Equinix SY4\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2111,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 17421\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"e97d0198-63d4-40cb-adce-3fcf6a94a73f\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"c4b97134-ad2f-4109-b457-80f9320ac5c9\",\n            \"companyName\": \"Classic Residence Management Limited Partnership\",\n            \"title\": \"1000Mbps Port at Digital Realty CHI2\",\n            \"locationId\": 70,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2112,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"2dd204a5-7baa-4852-8b78-8ee23907d463\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"8eae9e80-0df1-42e8-afe7-d6405ce0e883\",\n            \"companyName\": \"SoftLayer Technologies\",\n            \"title\": \"Softlayer Megaport at NextDC S1\",\n            \"locationId\": 10,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2113,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 18881\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"3f27448c-0ccd-4323-8bbc-51b87f1e6ffb\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"4a6be7ac-3f1e-47f4-8f00-7a73f761a8ea\",\n            \"companyName\": \"Auckland University of Technology\",\n            \"title\": \"Mega-ODC\",\n            \"locationId\": 33,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2114,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"bf5be201-deda-43cc-8fc3-f91f710acfb7\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"83eecf47-f665-4f04-9229-4b7c61e28aa9\",\n            \"companyName\": \"Vorco\",\n            \"title\": \"Auckland\",\n            \"locationId\": 51,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2115,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"c8c061f8-5357-418c-b2a4-6f5a596b57be\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"25b16877-1415-40c2-b9cf-40dd379b4b9b\",\n            \"companyName\": \"Lumea\",\n            \"title\": \"TransGrid Sydney Primary #1\",\n            \"locationId\": 3,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2116,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"15bea34c-3899-4e13-80de-bc2dd85dc691\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"904d5661-db8b-44be-88fc-f9788343dbae\",\n            \"companyName\": \"Yahoo Australia Pty Ltd \",\n            \"title\": \"Y!7 2nd 10G peering port\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2117,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"4854581e-401a-4592-b6f0-e67376859e27\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"d5b9f9b1-bc63-4b44-9d3e-aff33cdff291\",\n            \"companyName\": \"Universal Communications Group Limited\",\n            \"title\": \"UCG-AU-NEXTDC-B1\",\n            \"locationId\": 5,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2118,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"126363f1-d6ad-44eb-86e3-871704a9856b\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"c6b15539-5824-439f-8af9-b595d4e600e0\",\n            \"companyName\": \"Cloudflare\",\n            \"title\": \"OM-NIX / Sofia\",\n            \"locationId\": 136,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 2119,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 20746\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"c5451f6e-56d5-48f7-af3c-034d91d30b6e\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"63b0d4c8-6031-4522-9748-ade1732669cf\",\n            \"companyName\": \"Superloop\",\n            \"title\": \"[13724] Superloop MEGAPORT at 220QUE/NZ\",\n            \"locationId\": 32,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2120,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"7a5aaa3e-af82-4cdd-bd8d-656eeec25593\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"ce54ec8c-8b56-499b-a3f8-1af078ca27e6\",\n            \"companyName\": \"Edgecast\",\n            \"title\": \"Sydney Port 2\",\n            \"locationId\": 6,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2121,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 284\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"9fb65209-9f8b-4db1-8698-9c76328b3a23\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"ddd31a22-add0-44c5-8f9e-0e7de0d48b44\",\n            \"companyName\": \"Stewart & Stevenson\",\n            \"title\": \"10G Port at CyrusOne Houston West 3\",\n            \"locationId\": 148,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2122,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"7cc7590b-b9cf-42d4-a4f5-d0f5b3e71a55\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"d6fc1a00-d393-498d-b7d8-c0aecdade459\",\n            \"companyName\": \"Broadband Solutions Pty Ltd\",\n            \"title\": \"1Gb-Megaport-Auc01\",\n            \"locationId\": 80,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2123,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"c2d725db-cc10-4ee0-9b7d-fe58b715516b\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"7b69ebe1-0923-40c1-ae63-5681dcc7453a\",\n            \"companyName\": \"Telecom BG\",\n            \"title\": \"OMNIX Migrated port\",\n            \"locationId\": 136,\n            \"speed\": 1000,\n            \"diversityZone\": null,\n            \"rank\": 2124,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"e5d022ab-f272-49be-8998-07279bcff6ec\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"696a3275-74dc-45d6-9487-51b29211bf15\",\n            \"companyName\": \"Premier Technology Solutions\",\n            \"title\": \"NDC.M1-PTS.MP1\",\n            \"locationId\": 4,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2125,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"d63d0414-b237-43d6-8296-eefac7bb96f1\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"IBM Cloud Direct Link 1.0  Melbourne Port 1 Classic Only \",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2126,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 22503\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"dfcc8f3a-e19f-466b-bdd1-61d52e5075d7\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"IBM Cloud DirectLink 1.0  Melbourne Port 2 Classic Only \",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2127,\n            \"lag_id\": 8,\n            \"lag_primary\": true,\n            \"aggregation_id\": 22504\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"0b6dabd0-e343-496e-ba58-11024d1a0e29\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"ce54ec8c-8b56-499b-a3f8-1af078ca27e6\",\n            \"companyName\": \"Edgecast\",\n            \"title\": \"SIN Port 4\",\n            \"locationId\": 36,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2128,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 22795\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"d87a14ff-3cd8-4b94-b805-e22369387fc8\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"17e2ac0f-6d79-4921-823a-f37b8ebb309b\",\n            \"companyName\": \"Twitter\",\n            \"title\": \"Twitter 10G Megaport Mega-I\",\n            \"locationId\": 47,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2129,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"fd208687-f941-4772-b9f3-931b23487216\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"c714d3a5-57df-407f-a039-7ea9709537a1\",\n            \"companyName\": \"Halliburton Energy Services Inc\",\n            \"title\": \"1Gig Port - CyrusOne Carrollton, Port 1\",\n            \"locationId\": 102,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2130,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"7efc8331-76f6-4315-b36e-5e5a584f5b46\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"dc956d9e-65ce-4e72-9b36-b07a29f56a5d\",\n            \"companyName\": \"Twilio\",\n            \"title\": \"10G Port - Equinix SV1, Port 2\",\n            \"locationId\": 66,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2131,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"882af8a7-8267-4d34-be5d-4b429866900d\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"8ea75191-21ce-472d-adfb-08b7fd18d698\",\n            \"companyName\": \"Warner Bros. Entertainment Inc.\",\n            \"title\": \"10G Port - Switch SUPERNAP, Port 2\",\n            \"locationId\": 100,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2132,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"4d0eb9c0-8c18-4618-8f3c-8717b7144bd5\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"42824dfd-0b1a-4696-9c76-0f8306dea147\",\n            \"companyName\": \"5G Networks Operations Pty Ltd\",\n            \"title\": \"NextDC B1\",\n            \"locationId\": 5,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2133,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"cc202387-9179-4553-98a6-761ae4337638\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"6b21521a-2cc2-474c-8f7d-b663feffcd1a\",\n            \"companyName\": \"Tangelo Services Pty Ltd\",\n            \"title\": \"SY4-CR1\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2134,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"1a851192-ea5e-4d2b-b8c1-6c02160b1908\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"33c0e8bb-abca-487c-9894-bec9d2c55fb8\",\n            \"companyName\": \"iland\",\n            \"title\": \" iland RESPOD01 Megaport IX 1a851192\",\n            \"locationId\": 68,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2135,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"2aca14fb-16b1-4057-9ac9-a7caef039ece\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"33c0e8bb-abca-487c-9894-bec9d2c55fb8\",\n            \"companyName\": \"iland\",\n            \"title\": \" iland DALPOD01 Megaport IX 2aca14fb\",\n            \"locationId\": 102,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2136,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"ebe43a2e-9de0-4cda-a141-e200ef640fae\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"dbdae3a4-e590-48c2-b5d4-ef725f3360df\",\n            \"companyName\": \"Broadspectrum Australia\",\n            \"title\": \"MS Peering\",\n            \"locationId\": 6,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2137,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"703a2060-3bab-4ff3-bbbd-76299977a71c\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"276b1145-97b2-4c52-b41e-831d10b72392\",\n            \"companyName\": \"I-Net\",\n            \"title\": \"OMNIX Migration\",\n            \"locationId\": 137,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 2138,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"864566aa-ad11-4559-8a73-11c5982d6df2\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"6c5fb374-fc11-4f2f-828e-43f1a82816d9\",\n            \"companyName\": \"Vertel\",\n            \"title\": \"Peering 10G\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2139,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"6d4039cd-c1ae-429c-85e4-79944938d0af\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"6b21521a-2cc2-474c-8f7d-b663feffcd1a\",\n            \"companyName\": \"Tangelo Services Pty Ltd\",\n            \"title\": \"TDC-CR2\",\n            \"locationId\": 32,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2140,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"54e01320-f76e-4169-b1e5-9907863fdf29\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"b94f836f-cefc-4f62-9887-f8da0af1881a\",\n            \"companyName\": \"Cloud Earth Pty Ltd\",\n            \"title\": \"NextDC B2 (Accessed via DCI from B1)\",\n            \"locationId\": 5,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2141,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"b3f8a830-513c-45dd-ba2b-5b91db8bb5d0\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"d116d978-cbf6-45ed-b366-a1356ce53820\",\n            \"companyName\": \"Nextgeneration Voice Pty Ltd\",\n            \"title\": \"Nextdcb1-IX\",\n            \"locationId\": 5,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2142,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"ffe62c74-4f03-44ba-873b-68217ea962a4\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"9df6d21c-7a74-47dd-8e52-e407d2b78ddb\",\n            \"companyName\": \"Compass Education Pty Ltd\",\n            \"title\": \"ME1Primary10Gbps\",\n            \"locationId\": 23,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2143,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"52168747-5c2f-4143-9d5a-9c2e8884126d\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"70b9b727-0ba3-41ce-bf62-e52eb3ed6281\",\n            \"companyName\": \"Caesars Entertainment\",\n            \"title\": \"10G Port - Ashburn DC2\",\n            \"locationId\": 67,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2144,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"ac8b00c8-93f0-4643-832f-baf545435717\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"7565458f-3f37-47e6-bf24-405398b29bbc\",\n            \"companyName\": \"AUS-IP Services\",\n            \"title\": \"M1 Megaport\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2145,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"46b34877-b57e-463d-9769-cc8b0bb6642b\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"6bc51cad-a63d-4ff8-ab12-6f35f2cdd69e\",\n            \"companyName\": \"Hurricane Electric\",\n            \"title\": \"Sydney Port1\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2146,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 31025\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"c4c90e9f-ad65-4968-965a-458a5ff5b7dc\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"1b3248af-12ff-43e9-b266-bae82ef01f42\",\n            \"companyName\": \"Vocus\",\n            \"title\": \"AS4826 - Equinix SG1\",\n            \"locationId\": 36,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2147,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 32828\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"6735f8b6-ef9a-47a3-8235-c541a7424423\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"1b3248af-12ff-43e9-b266-bae82ef01f42\",\n            \"companyName\": \"Vocus\",\n            \"title\": \"AS4826 - Vocus DC Perth - VDC-PER01\",\n            \"locationId\": 109,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2148,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 32851\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"8930f41b-d892-4888-854c-ca330560552f\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"2884e57d-cb8f-42bc-ab2f-e0f117e8e9c3\",\n            \"companyName\": \"SIPCity\",\n            \"title\": \"Megaport SY3\",\n            \"locationId\": 6,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2149,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"c4bf4c4c-e683-44c0-b6ec-792039425a7b\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"fe64efa7-b5b8-4cae-8898-ad20ffc52831\",\n            \"companyName\": \"Telx New Portal\",\n            \"title\": \"10000Mbps Port at Digital Realty LOS1\",\n            \"locationId\": 63,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2150,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"5f7cda39-5bd9-4ad0-9d68-4991f07fee5b\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"31709d80-6e34-4e31-bde5-f590680680c0\",\n            \"companyName\": \"Fluccs\",\n            \"title\": \"Fluccs IX\",\n            \"locationId\": 5,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2151,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"a61c0316-b9fb-40dc-b39e-0260ace5c156\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"7497aff6-5d08-42b0-be73-6f01bd3f735c\",\n            \"companyName\": \"Lotto New Zealand\",\n            \"title\": \"Lotto NZ at Orbit\",\n            \"locationId\": 33,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2152,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"e5ef7f0f-c39c-472a-8062-20c36864fd62\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"8d224d20-d5e4-4a99-aa95-d5f45e27fe83\",\n            \"companyName\": \"Southern Phone Company Ltd\",\n            \"title\": \"NextDC - M1/2 - Port #1\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2153,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"d2fed6ae-9167-44f0-8c6d-121a2da3a7c6\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"d755d69d-9c08-4845-a933-370956b45f5f\",\n            \"companyName\": \"Zoom Video Communications, Inc.\",\n            \"title\": \"Zoom Video Comminications\",\n            \"locationId\": 62,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2154,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"ee4b2933-41a6-4ae9-b6e6-91cd05b17a02\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"f1e49262-3e7b-43eb-945e-6c305025fa9e\",\n            \"companyName\": \"Riot Games\",\n            \"title\": \"FRA Port\",\n            \"locationId\": 131,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2155,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"6b6a6673-4fc2-49e0-a8ea-18d7926b2cfb\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"b89642e6-ccd2-4a69-b8b0-da661532410d\",\n            \"companyName\": \"NetActuate\",\n            \"title\": \"SY3-port1\",\n            \"locationId\": 6,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2156,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"bdcbe798-5dd8-4b00-861b-ec1c4e07b3ae\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"4f51d853-f6c7-494e-a30a-bb71775ad63f\",\n            \"companyName\": \"Crombie Lockwood (NZ) Ltd\",\n            \"title\": \"IX-HC10\",\n            \"locationId\": 81,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2157,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"479053bc-3f03-462d-8baf-30ceaeb5d665\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"2b654278-e82b-471b-b7c2-2fa1fe7f2d7b\",\n            \"companyName\": \"VostroNet\",\n            \"title\": \"MN1\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2158,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"bb1107d4-c955-448d-9b23-25f1e2347d74\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"2b654278-e82b-471b-b7c2-2fa1fe7f2d7b\",\n            \"companyName\": \"VostroNet\",\n            \"title\": \"BN1\",\n            \"locationId\": 5,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2159,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"f2a186eb-64ca-4622-9987-cb9bd97119f6\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"33c0e8bb-abca-487c-9894-bec9d2c55fb8\",\n            \"companyName\": \"iland\",\n            \"title\": \" iland SYDPOD01 Megaport IX f2a186eb\",\n            \"locationId\": 10,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2160,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"0b03cfe1-837a-4aaa-b76d-53d98980446b\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"618b64c0-0d18-49e6-b072-1f85220c04ea\",\n            \"companyName\": \"SiteHost\",\n            \"title\": \"SiteHost\",\n            \"locationId\": 32,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2161,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"1b3e2eb8-4fed-4150-bdd6-64b53de29a6d\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"0e48478d-2f35-4e6e-a33d-a95193fce1c1\",\n            \"companyName\": \"Datacom Systems\",\n            \"title\": \"Datacom WA Port at DC2\",\n            \"locationId\": 367,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2162,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"b25b7a56-a5ce-422a-a988-81cb6b7cb53e\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"14b3a4be-d77f-499e-907b-3f764368b99b\",\n            \"companyName\": \"PLDT\",\n            \"title\": \"PLDT - Megaport NNI SG1\",\n            \"locationId\": 36,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2163,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"73e8fcdd-98db-43d7-8c09-865044ac5299\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"5f11d4e8-ab6b-4392-aa23-c7c683b4b4d6\",\n            \"companyName\": \"Telecall\",\n            \"title\": \"MI1 - Megaport\",\n            \"locationId\": 234,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2164,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"512c0ced-9eff-497a-b1ea-2e43ce6fca5c\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"9c47d91d-d361-4be1-b2cc-8f33f5a693e4\",\n            \"companyName\": \"HHAexchange\",\n            \"title\": \"10000Mbps Port at Digital Realty CHI1\",\n            \"locationId\": 64,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2165,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"f68b1b78-a9a6-4301-9757-4593f9bfaea0\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"51c8dad7-2342-4482-a9a1-2f53212272bf\",\n            \"companyName\": \"Callplus\",\n            \"title\": \"Callplus NextDC S1 (Port 1 LAG)\",\n            \"locationId\": 10,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2166,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 40024\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"3c93e261-dfdd-445a-9323-c048c1ae3508\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"98683673-9e39-441d-84d8-14432899e61c\",\n            \"companyName\": \"Highwinds\",\n            \"title\": \"Highwinds-1-1\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2167,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 40101\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"ffb99844-6a5c-4aa6-b9cf-ccb5d390a458\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"98683673-9e39-441d-84d8-14432899e61c\",\n            \"companyName\": \"Highwinds\",\n            \"title\": \"Hignwinds-1-2\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2168,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 40103\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"608193b1-617d-46c0-896e-2c9f402d7999\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"f5fd1495-7474-4cab-ae4e-7720171ea5b8\",\n            \"companyName\": \"Sabre\",\n            \"title\": \"10G Port - CyrusOne Lewisville, Port 2\",\n            \"locationId\": 101,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2169,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"564ac1c8-c739-41fb-872a-51e307413367\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"997b3d84-b10a-4202-aa43-7cc61f1f4524\",\n            \"companyName\": \"Pentanet Limited\",\n            \"title\": \"PentaNextDC\",\n            \"locationId\": 50,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2170,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"e1d034bb-52b4-4966-82f5-95bdba391ece\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"1080eccd-f8ac-46af-a806-1484e6960b1e\",\n            \"companyName\": \"Netnod\",\n            \"title\": \"STH-A\",\n            \"locationId\": 95,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2171,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"e5d169a2-d0f0-4501-95e9-b1a2b9114872\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"1080eccd-f8ac-46af-a806-1484e6960b1e\",\n            \"companyName\": \"Netnod\",\n            \"title\": \"STH-B\",\n            \"locationId\": 95,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2172,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"1c146c2e-7168-4cd3-bf1b-36b71e1c03b2\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"0a35de96-99bb-4d78-b77d-bfba91c885a8\",\n            \"companyName\": \"INAP\",\n            \"title\": \"megaport-18: border6.phx010; xe-0/2/1\",\n            \"locationId\": 236,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2173,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"7551718c-9795-480b-bc6f-c9f1aec53505\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"IBM Cloud Direct Link 1.0 Singapore Port 1 Classic Only \",\n            \"locationId\": 36,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2174,\n            \"lag_id\": 10,\n            \"lag_primary\": true,\n            \"aggregation_id\": 42781\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"cd5ad571-ac2c-43a0-8afc-8f2860c715c1\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"IBM Cloud Direct Link 1.0 Hong Kong Classic Only \",\n            \"locationId\": 47,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2175,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 42790\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"6672423e-1a7c-4b0c-9b8e-e05f6cd284c7\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"IBM Cloud Direct Link 1.0 Stockholm Port 1 Classic Only \",\n            \"locationId\": 98,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2176,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 42791\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"eaa3066e-1cfa-4a37-b567-aeead22b1f10\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"6bc51cad-a63d-4ff8-ab12-6f35f2cdd69e\",\n            \"companyName\": \"Hurricane Electric\",\n            \"title\": \"MegaIX Melbourne\",\n            \"locationId\": 41,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2177,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"a8bcf9c5-e247-4dc2-bb86-2e59f7e2c0e5\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"ca768a9d-cbfd-43ca-a847-701f4a92330b\",\n            \"companyName\": \"DALnet\",\n            \"title\": \"Auckland Dalnet IX\",\n            \"locationId\": 33,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2178,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"9923d5ef-0d9b-4504-8f11-c46b84f90d9e\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"8b53b9e3-00c7-484a-9c6f-0dcfac9dd448\",\n            \"companyName\": \"NSFOCUS, Inc.\",\n            \"title\": \"sin1.sg.sg-01\",\n            \"locationId\": 37,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2179,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"f05521e1-1dfc-408a-9f20-f6cb3d65b4af\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"1a5d2304-ea4d-407c-8a91-10e72c2b9529\",\n            \"companyName\": \"Mavenir Systems, Inc\",\n            \"title\": \"US-VA-ACCESS_HSBU_1A-Gi1/1/2\",\n            \"locationId\": 140,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2180,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"56b28d17-f55c-4070-bcba-7eb88b739581\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"ac7be552-e2e7-4853-ab6d-df61b919df0a\",\n            \"companyName\": \"STEPGO LIMITED\",\n            \"title\": \"Mega-I 10G Port\",\n            \"locationId\": 47,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2181,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"6a6576ef-315d-429f-a9b0-fc1b3dea419c\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"73a139e1-a87a-4c3a-98f8-397f266cbf8e\",\n            \"companyName\": \"MetTel\",\n            \"title\": \"Santa Clara - QTS - 10G\",\n            \"locationId\": 315,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 2182,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"21a7773b-a3e6-4fec-b201-6739407f992a\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"bd8fb9a2-e82f-4206-9818-7cfef6522cff\",\n            \"companyName\": \"IPC\",\n            \"title\": \"IPCHKG1-PSW008 Gi0/1 - HKGHKG288493\",\n            \"locationId\": 46,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2183,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"b0657801-8ae7-483f-aeb5-55bbc12ed56f\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"6bc51cad-a63d-4ff8-ab12-6f35f2cdd69e\",\n            \"companyName\": \"Hurricane Electric\",\n            \"title\": \"MegaIX Auckland\",\n            \"locationId\": 310,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2184,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 46047\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"f977a739-191a-4214-872a-6daa943b5a72\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"ddee7ee0-6d04-4e60-808d-d34996329c1d\",\n            \"companyName\": \"ITSG GmbH\",\n            \"title\": \"Port @ Digital Realty FRA11\",\n            \"locationId\": 255,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2185,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"fcdfde98-1c1b-4ad1-b74d-39c99187493b\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"5bb24423-238d-4ac9-ae14-750dfac7d78e\",\n            \"companyName\": \"City of Gainesville, a municipal corporation dba GRUCom\",\n            \"title\": \"1000Mbps Port at Digital Realty ATL1\",\n            \"locationId\": 116,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2186,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"482ca8e7-908a-4572-ab29-ab23d8b01358\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"af0f23ab-e228-454e-b9eb-0f887862a7d9\",\n            \"companyName\": \"Broadridge Financial Solutions, Inc.\",\n            \"title\": \"10000Mbps Port at Digital Realty NJR3\",\n            \"locationId\": 117,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2187,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"852d20b3-d01f-4863-aaed-ac42bfe597ef\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"4a7c0b4c-1ce5-44b5-ab8a-51893538c5a9\",\n            \"companyName\": \"DCL\",\n            \"title\": \"DIRECT\",\n            \"locationId\": 75,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2188,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"3305b169-3870-423e-b980-b56464ea2bd0\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"0dda2b1b-6129-4916-adbe-417cefdcaef4\",\n            \"companyName\": \"Nutanix, Inc.\",\n            \"title\": \"10000Mbps Port at Digital Realty ASH1\",\n            \"locationId\": 140,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2193,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"173d4bd9-990a-4be4-9420-c79daca16a73\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"9c310ceb-c1dd-4761-950f-81995e28a552\",\n            \"companyName\": \"The Uniting Church In Australia\",\n            \"title\": \"Uniting-DC1-GS-Megaport-10G01\",\n            \"locationId\": 3,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2194,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"41e92136-d7d9-4fe1-ae71-5c94601ea0a0\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"b4259b5a-b1cf-4feb-9bc0-5d79de2d9d2c\",\n            \"companyName\": \"euNetworks GmbH\",\n            \"title\": \"C35222-382\",\n            \"locationId\": 130,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2195,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"b107be49-f4f3-4bc6-9244-933acc6065dc\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"000dd960-f45a-47cf-bb2b-b101e048e2ff\",\n            \"companyName\": \"PureLink Ltd\",\n            \"title\": \"Wanna - 220 Queen Street - 10G\",\n            \"locationId\": 32,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2196,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"0dfa4209-4f23-4e66-b6ee-034a42efb330\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"33c0e8bb-abca-487c-9894-bec9d2c55fb8\",\n            \"companyName\": \"iland\",\n            \"title\": \"iland MELPOD01 Megaport IX 0dfa4209\",\n            \"locationId\": 382,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2197,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"9061bc50-1d50-4bd6-8987-eccb064b477d\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"6935d74e-aa41-4554-a574-8fd0baeb0fbd\",\n            \"companyName\": \"Ultimate Broadband\",\n            \"title\": \"ULTIMATE BROADBAND\",\n            \"locationId\": 310,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2198,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"ae1534bf-77e6-4a2a-b979-f8ac1d49610e\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"63b0d4c8-6031-4522-9748-ade1732669cf\",\n            \"companyName\": \"Superloop\",\n            \"title\": \"[18352] Superloop MEGAPORT at NextDC P1 Perth\",\n            \"locationId\": 50,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2200,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"e7f5a634-7864-41c3-b5f5-959e49a21859\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"610e40e7-93fd-422c-821f-7ba5323a782d\",\n            \"companyName\": \"DataKnox (DNX)\",\n            \"title\": \"DNX-SYD-GS-GW01\",\n            \"locationId\": 3,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2201,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"197a824a-5081-445e-a020-0e21a7f19db6\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"1a5d2304-ea4d-407c-8a91-10e72c2b9529\",\n            \"companyName\": \"Mavenir Systems, Inc\",\n            \"title\": \"US-VA-ACCESS_HSBU_1B-Gi1/1/2\",\n            \"locationId\": 140,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2202,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"d62c2b5f-271e-4945-9f45-8eff8409565e\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"1a5d2304-ea4d-407c-8a91-10e72c2b9529\",\n            \"companyName\": \"Mavenir Systems, Inc\",\n            \"title\": \"us-dal-es01-Gi1/0/52\",\n            \"locationId\": 156,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2203,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"f9374da7-e1ca-4832-a664-614920699050\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"c5201a8b-0711-40a6-95fd-240bfe8721a3\",\n            \"companyName\": \"AUS IT\",\n            \"title\": \"100 Wickham 10GB BNE\",\n            \"locationId\": 18,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 2204,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"a986a370-231f-495c-b693-147e6cd63e4b\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"34879c7d-18f7-4f1a-931f-5a23a9220253\",\n            \"companyName\": \"RingCentral\",\n            \"title\": \"RingCentral, Inc. at Equinix SG3\",\n            \"locationId\": 36,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2205,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"764096c1-d15f-45c9-989e-35ee1d8fb5c9\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"34879c7d-18f7-4f1a-931f-5a23a9220253\",\n            \"companyName\": \"RingCentral\",\n            \"title\": \"RingCentral, Inc. at Telehouse Docklands East\",\n            \"locationId\": 256,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2206,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"cae3922a-2e79-401d-a372-6de169ef2590\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"55681361-6ca3-4afe-a67d-7c7a8292adec\",\n            \"companyName\": \"Melbourne Internet Service Provider\",\n            \"title\": \"MISP-Megaport\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2207,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"3ebb7149-4439-48e7-9059-c89bc3b52388\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"3bfad9a9-0d8f-4060-8783-bab1e76d5f76\",\n            \"companyName\": \"Uber Technologies, Inc.\",\n            \"title\": \"10000Mbps Port at Digital Realty SFR2\",\n            \"locationId\": 141,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2208,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"18cd5d90-ea28-48ec-b0a1-08091db5e1e0\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"3bfad9a9-0d8f-4060-8783-bab1e76d5f76\",\n            \"companyName\": \"Uber Technologies, Inc.\",\n            \"title\": \"10000Mbps Port at Digital Realty SFR2\",\n            \"locationId\": 141,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2209,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"edd9b592-ee3b-49df-9afc-892377ca0fc5\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"33c0e8bb-abca-487c-9894-bec9d2c55fb8\",\n            \"companyName\": \"iland\",\n            \"title\": \"iland DALPOD02 Megaport IX edd9b592\",\n            \"locationId\": 102,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2210,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"74fc43a3-2944-462a-9842-57c3e95238be\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"1a1e2263-b986-4ea5-97d7-9ca1fe85cc12\",\n            \"companyName\": \"CrossPoint\",\n            \"title\": \"MegaportSG1\",\n            \"locationId\": 36,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2211,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"d8649c67-6d88-464f-9372-b9352a44d6b2\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"8b6e34c6-f6b0-4432-ac29-ce3cf55930ed\",\n            \"companyName\": \"Digital Realty Trust IT\",\n            \"title\": \"10000Mbps Port at Digital Realty DAL1\",\n            \"locationId\": 72,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2212,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 60027\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"e400189e-496c-448e-8100-efaea9889308\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"8b6e34c6-f6b0-4432-ac29-ce3cf55930ed\",\n            \"companyName\": \"Digital Realty Trust IT\",\n            \"title\": \"10000Mbps Port at Digital Realty DAL1\",\n            \"locationId\": 72,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2213,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"1b17108b-b13a-40bc-801d-98dc85a638f7\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"204720dc-ccc6-4e4d-8cdd-ac8c4c8decf5\",\n            \"companyName\": \"MobileIron, Inc.\",\n            \"title\": \"10000Mbps Port at Digital Realty SCL2\",\n            \"locationId\": 65,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2214,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"cc24a32d-5ce1-4641-9861-b182b6b8b519\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"34239f54-4c06-4145-ad87-eb9a232b7554\",\n            \"companyName\": \"Afterpay US, Inc\",\n            \"title\": \"10000Mbps Port at Digital Realty LHR20\",\n            \"locationId\": 89,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2215,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"74434e51-989f-4303-b9b3-66d55ec95f60\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"34239f54-4c06-4145-ad87-eb9a232b7554\",\n            \"companyName\": \"Afterpay US, Inc\",\n            \"title\": \"10000Mbps Port at Digital Realty LHR20\",\n            \"locationId\": 89,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2216,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"00533c61-3ffa-41f0-82cb-8ccfe578e63c\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"67b0b4fd-0198-43de-af88-4d0cfe3e9c3a\",\n            \"companyName\": \"Netier Pty Ltd\",\n            \"title\": \"Netier NEXTDC C1\",\n            \"locationId\": 377,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 2217,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"c4809290-c0d2-4e6f-a562-b549fb545c49\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"bcc77e9e-1b12-40ba-91a9-7acc4ce6b35b\",\n            \"companyName\": \"Prodigy Communications\",\n            \"title\": \"PROD-GSX-1\",\n            \"locationId\": 3,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2218,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"6938753c-613e-4d66-b358-14213f9cac68\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"49d85547-924a-4dba-978f-30c4b9fbfb3f\",\n            \"companyName\": \"Medallia, Inc.\",\n            \"title\": \"1000Mbps Port at Digital Realty SCL2\",\n            \"locationId\": 65,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2219,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"c52636c9-c9e2-4856-b393-9372d06be5ce\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"33c0e8bb-abca-487c-9894-bec9d2c55fb8\",\n            \"companyName\": \"iland\",\n            \"title\": \"iland STRPOD01 Megaport IX c52636c9\",\n            \"locationId\": 154,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2220,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"41c76f1f-4bc0-4465-a783-315a77d723b9\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"355da959-b132-405e-91eb-81a9f457a72e\",\n            \"companyName\": \"China Unicom (Australia) Operations Pty Ltd\",\n            \"title\": \"MegaIX SYD Port 1\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2221,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 65076\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"26c80f27-82c7-4b89-832a-ae841e341760\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"355da959-b132-405e-91eb-81a9f457a72e\",\n            \"companyName\": \"China Unicom (Australia) Operations Pty Ltd\",\n            \"title\": \"MegaIX Mel Port 1\",\n            \"locationId\": 41,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2222,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 65082\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"7a72d27f-dc9d-4ed5-9597-1fe99b12bbdd\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"ccf6aea6-70c2-469e-9cbb-5ef648c3cd67\",\n            \"companyName\": \"Ecuiti Inc.\",\n            \"title\": \"10000Mbps Port at Digital Realty LHR20\",\n            \"locationId\": 89,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2223,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"4e06125a-d95c-4fe7-ae4d-a71273bc4d30\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"1c3acfd6-e35b-4122-9212-b11ae3efe129\",\n            \"companyName\": \"Options IT\",\n            \"title\": \"SY2 Primary\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2224,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"c73dbf98-754e-4c4b-9e2f-ea433eb75138\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"1c3acfd6-e35b-4122-9212-b11ae3efe129\",\n            \"companyName\": \"Options IT\",\n            \"title\": \"SY3 Secondary\",\n            \"locationId\": 6,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2225,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"f02a8f48-620a-4703-9fea-7a2364efd5f6\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"33c0e8bb-abca-487c-9894-bec9d2c55fb8\",\n            \"companyName\": \"iland\",\n            \"title\": \"iland DALPOD01 Megaport IX f02a8f48\",\n            \"locationId\": 102,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2226,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"aca8945a-457f-4b38-9ffb-7318a24999c9\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"80be83cb-d4e4-416a-b95f-23185107ff44\",\n            \"companyName\": \"Digital Realty (FKA TELX)\",\n            \"title\": \"10000Mbps Port at Digital Realty SFR2\",\n            \"locationId\": 141,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2227,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"008221e2-b2b5-43df-8295-f4a2b99e31f5\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"IBM Cloud Direct Link 2.0 Chicago Port 1\",\n            \"locationId\": 69,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2228,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 67590\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"0c387e43-022e-4fe2-b07d-21a16665ce59\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"IBM Cloud Direct Link 2.0 Chicago Port 2\",\n            \"locationId\": 69,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2229,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 67591\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"a0e2b82d-1dfb-4bc7-bf32-5cc986512532\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"5d45f7e6-1f81-4ee3-83d9-20d1cdcde549\",\n            \"companyName\": \"Asia Pacific Network Corporation\",\n            \"title\": \"1000Mbps Port at Digital Realty LOS1\",\n            \"locationId\": 63,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2230,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"1aacd227-f0f4-4493-9b8d-d343fef620f9\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"67850981-0c84-46f9-80e3-114590524119\",\n            \"companyName\": \"Infotree Data Services LLC\",\n            \"title\": \"1000Mbps Port at Digital Realty DAL1\",\n            \"locationId\": 72,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2231,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"fe8fa9eb-412f-4d04-978b-f147453fd7ea\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"39eed898-68a2-44ed-8a4f-213eb57ae3b0\",\n            \"companyName\": \"ScaleUp Technologies GmbH & Co. KG\",\n            \"title\": \"ScaleUp HAM1\",\n            \"locationId\": 125,\n            \"speed\": 1000,\n            \"diversityZone\": null,\n            \"rank\": 2232,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"8d409bb1-b192-4f11-be15-dceabf7df690\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"8e8ebccb-ec20-4667-a388-66b9a480e48a\",\n            \"companyName\": \"e.discom Telekommunikation GmbH\",\n            \"title\": \"e.discom Port 1\",\n            \"locationId\": 119,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2233,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 69313\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"816fcba6-5be0-46b0-831d-d47800fcfe59\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"0d1037bb-e0bc-4f33-bb7a-6493504e3c95\",\n            \"companyName\": \"LBNCo\",\n            \"title\": \"LBNCo M1\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2234,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"ec65dc01-1832-4239-b1e4-f006823791bc\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"3612c362-be6c-4c62-b3d2-5b172a13b67d\",\n            \"companyName\": \"Over the Wire\",\n            \"title\": \"OTW 60bel.adl\",\n            \"locationId\": 305,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 2235,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"b7becfe4-a793-46a2-a59e-472e571221e9\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"f4410b61-08c6-4fbe-942e-ace62080df2e\",\n            \"companyName\": \"Bendigo Telco\",\n            \"title\": \"Interactive Megaport Blue\",\n            \"locationId\": 19,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2236,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"6d8b4d96-2106-406f-abff-6f44df928410\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"67850981-0c84-46f9-80e3-114590524119\",\n            \"companyName\": \"Infotree Data Services LLC\",\n            \"title\": \"1000Mbps Port at Digital Realty NJR3\",\n            \"locationId\": 117,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2237,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"14616359-ccd6-4df2-a0d7-f190b15957a4\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"995ead63-0d1e-4521-bf78-96498d5a4a00\",\n            \"companyName\": \"GE Appliances\",\n            \"title\": \"GEA-EXP-East-2-Chicago\",\n            \"locationId\": 69,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2238,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"10ae3339-ff60-4769-8831-897a27da18da\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"2890741e-85d4-48b3-9d01-4bff3d3eaa32\",\n            \"companyName\": \"Columbia University\",\n            \"title\": \"10000Mbps Port at Digital Realty NJR3\",\n            \"locationId\": 117,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2239,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"2db385d9-a370-4b6d-b668-ed06ba944cb9\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"023fcb6a-010b-457b-80c9-35d1e0cd5f96\",\n            \"companyName\": \"Al Warren Oil Co., Inc.\",\n            \"title\": \"1000Mbps Port at Digital Realty CHI1\",\n            \"locationId\": 64,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2240,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"bc71bb68-3ddb-473b-8501-2ee68766dc95\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"cce87881-a567-40bd-907f-a47aa5e26126\",\n            \"companyName\": \"NTT Australia Solutions Pty Ltd.\",\n            \"title\": \"mega-sydnau03-01\",\n            \"locationId\": 3,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2241,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"7e47f376-e548-4bbf-95e6-9ba9fdd44673\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"cce87881-a567-40bd-907f-a47aa5e26126\",\n            \"companyName\": \"NTT Australia Solutions Pty Ltd.\",\n            \"title\": \"mega-melbau01-01\",\n            \"locationId\": 41,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2242,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"92a1a796-a4b1-4e18-a41c-662f9e89a0a9\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"ab75e3d7-cdaa-42a9-959d-bc5a7963c85a\",\n            \"companyName\": \"Cedars-Sinai Medical Center\",\n            \"title\": \"10000Mbps Port at Digital Realty PHX1\",\n            \"locationId\": 236,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2243,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"d9a38c14-773b-43f0-8a0e-7e670c6958d0\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"e49e6220-bdad-40b1-a211-8ad1d1742671\",\n            \"companyName\": \"FUZE\",\n            \"title\": \"Fuze-MegaIX\",\n            \"locationId\": 2,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2244,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"b1f5556a-2988-4ce3-a73b-691a46904747\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"80be83cb-d4e4-416a-b95f-23185107ff44\",\n            \"companyName\": \"Digital Realty (FKA TELX)\",\n            \"title\": \"1000Mbps Port at Digital Realty DAL3\",\n            \"locationId\": 156,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2245,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"e92a84f1-18b3-4e9b-bcd6-0b576bf32b06\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"bd29d3a7-741d-4bc1-8db0-a543513cd1d1\",\n            \"companyName\": \"West Facilities LLC\",\n            \"title\": \"10000Mbps Port at Digital Realty ATL1\",\n            \"locationId\": 116,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2246,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"bb9cab7d-cb86-45b3-982a-1b0ffb569372\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"cde1157a-60fc-4f22-81fc-04d93f1965b5\",\n            \"companyName\": \"Opportunity Fund Northern California\",\n            \"title\": \"1000Mbps Port at Digital Realty DAL1\",\n            \"locationId\": 72,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2248,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"6826b812-20e4-418a-bb92-d242200e8469\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"0a35de96-99bb-4d78-b77d-bfba91c885a8\",\n            \"companyName\": \"INAP\",\n            \"title\": \"megaport-27: mes1.wdc002; port40\",\n            \"locationId\": 67,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2249,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"15fa8304-75a4-4e76-87f2-d5eced8ed16b\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"5cbdeeee-10c2-443c-82b8-a97625f12f19\",\n            \"companyName\": \"Marcus and Millichap, Inc.\",\n            \"title\": \"1000Mbps Port at Digital Realty PRT1\",\n            \"locationId\": 231,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2250,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"7a51fee6-a10b-4e4e-8b99-996f1e3044a1\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"7ac8f6d5-a3ff-4547-94b0-0569d48c9c3a\",\n            \"companyName\": \"Knowhere, Inc.\",\n            \"title\": \"1000Mbps Port at Digital Realty SFR2\",\n            \"locationId\": 141,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2251,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"acfc2683-ab44-4411-93f5-eb3e5a2d810d\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"26dbe3d8-c27a-4e33-a0cc-e1716e6e2b46\",\n            \"companyName\": \"ISPrime LLC\",\n            \"title\": \"1000Mbps Port at Digital Realty NJR3\",\n            \"locationId\": 117,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2252,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"53adb6af-cd9a-46f5-9c00-6db2ac8b4f01\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"09713a21-b762-4091-95cb-3a7d234071ce\",\n            \"companyName\": \"Vector Communications\",\n            \"title\": \"VCS-102643 Vector Comms at Datacom 6 Orbit Drive\",\n            \"locationId\": 33,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2253,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"96bcaea1-96c8-4d67-8fe2-f2625b17fea4\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"b5696039-ef1a-476d-a672-dac4688e04a4\",\n            \"companyName\": \"iRhythm Technologies, Inc.\",\n            \"title\": \"1000Mbps Port at Digital Realty SFR2\",\n            \"locationId\": 141,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2254,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"2446b229-9aec-4c47-9f22-5f744dca9e14\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"fdd52227-12aa-42ba-90a7-16fa591a6152\",\n            \"companyName\": \"Unitas Global\",\n            \"title\": \"MCI2-L3 Port\",\n            \"locationId\": 324,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2255,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 87229\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"360bf1ed-65ff-41b5-8cb6-68984ae1e59d\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"044e284e-6427-4e2c-91da-af2b005c4166\",\n            \"companyName\": \"Core Scientific, Inc.\",\n            \"title\": \"10000Mbps Port at Digital Realty ATL1\",\n            \"locationId\": 116,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2256,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"f846ccd6-a0c2-44c9-896c-7f6fea9f2998\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"125a2c6c-100a-4b72-bc19-defe3eb5955f\",\n            \"companyName\": \"Freifunk Nordwest\",\n            \"title\": \"DUS port\",\n            \"locationId\": 129,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 2257,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"c1d309b0-88c5-4431-816b-d886e338eb2a\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"997735c9-bc0f-49bd-adcf-b83491541cec\",\n            \"companyName\": \"Christie Networks\",\n            \"title\": \"MegaPort SY1 LACP\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2258,\n            \"lag_id\": 11,\n            \"lag_primary\": true,\n            \"aggregation_id\": 88123\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"b9bc6150-6aa0-4764-b678-cb8a634a8898\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"bd29d3a7-741d-4bc1-8db0-a543513cd1d1\",\n            \"companyName\": \"West Facilities LLC\",\n            \"title\": \"10000Mbps Port at Digital Realty LOS1\",\n            \"locationId\": 63,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2259,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"f5575c8c-2b28-4109-92fa-31f98f125f89\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"bd29d3a7-741d-4bc1-8db0-a543513cd1d1\",\n            \"companyName\": \"West Facilities LLC\",\n            \"title\": \"10000Mbps Port at Digital Realty LOS1\",\n            \"locationId\": 63,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2260,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"147f0cab-259d-4957-9cc5-d7dde1c7974f\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"bd29d3a7-741d-4bc1-8db0-a543513cd1d1\",\n            \"companyName\": \"West Facilities LLC\",\n            \"title\": \"10000Mbps Port at Digital Realty NYC1\",\n            \"locationId\": 62,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2261,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"9adfeafc-d8c7-41b1-b762-ab89f13d7fa8\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"bd29d3a7-741d-4bc1-8db0-a543513cd1d1\",\n            \"companyName\": \"West Facilities LLC\",\n            \"title\": \"10000Mbps Port at Digital Realty NYC1\",\n            \"locationId\": 62,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2262,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"9b5f94e9-1c3f-4398-804d-ab4939e53f37\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"7769fd21-9ac5-41ed-aed4-bb4615f1cbe0\",\n            \"companyName\": \"SAP SE\",\n            \"title\": \"SAP Cloud Peering for HEC - vXchnge Santa Clara (2/2)\",\n            \"locationId\": 354,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2263,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"f61a1f9e-28b4-4280-828f-f2e85e0f43c4\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"7769fd21-9ac5-41ed-aed4-bb4615f1cbe0\",\n            \"companyName\": \"SAP SE\",\n            \"title\": \"SAP Cloud Peering for HEC - Cyxtera Sterling (1/2)\",\n            \"locationId\": 348,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2264,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"4f11ccb3-507e-4de4-9c65-2e13356f3f73\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"7769fd21-9ac5-41ed-aed4-bb4615f1cbe0\",\n            \"companyName\": \"SAP SE\",\n            \"title\": \"SAP Cloud Peering for HEC - Cyxtera Sterling (2/2)\",\n            \"locationId\": 348,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2265,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"8917da24-6356-4bcd-a010-73d0d8dca563\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"f5deddfb-46c9-4ea3-8884-104cfe07ae53\",\n            \"companyName\": \"Microsoft\",\n            \"title\": \"ECIX MUC 10G port1\",\n            \"locationId\": 134,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 2268,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 92500\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"c2e18776-4673-40e8-8333-36f309c7bf48\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"f5deddfb-46c9-4ea3-8884-104cfe07ae53\",\n            \"companyName\": \"Microsoft\",\n            \"title\": \"ECIX MUC 10G Port2\",\n            \"locationId\": 134,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 2269,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 92501\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"6ca19c9c-cb2e-4a8e-81bb-f14750d0c44b\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"7769fd21-9ac5-41ed-aed4-bb4615f1cbe0\",\n            \"companyName\": \"SAP SE\",\n            \"title\": \"SAP Cloud Peering for HEC - Digital Realty Ashburn3 (2/2)\",\n            \"locationId\": 140,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2270,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"51fef176-0949-4636-887a-19e8e844356a\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"f2ec0651-5002-4936-be7f-bc3ba84292cb\",\n            \"companyName\": \"myLoc managed IT AG\",\n            \"title\": \"Reseller Port for Customer \\\"4b42 UG\\\"\",\n            \"locationId\": 129,\n            \"speed\": 1000,\n            \"diversityZone\": null,\n            \"rank\": 2271,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"5c332957-72ff-4216-be67-a18ff0b68932\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"f2ec0651-5002-4936-be7f-bc3ba84292cb\",\n            \"companyName\": \"myLoc managed IT AG\",\n            \"title\": \"Reseller Port for Customer \\\"Jens Schneeweiss\\\"\",\n            \"locationId\": 129,\n            \"speed\": 1000,\n            \"diversityZone\": null,\n            \"rank\": 2272,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"14dd4f2d-5328-484b-8fae-a1cea765b73c\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"33c0e8bb-abca-487c-9894-bec9d2c55fb8\",\n            \"companyName\": \"iland\",\n            \"title\": \"iland DALPOD02 Megaport 14dd4f2d\",\n            \"locationId\": 102,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2273,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"b46b1d56-f3f3-487b-9843-5bef21185616\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"33c0e8bb-abca-487c-9894-bec9d2c55fb8\",\n            \"companyName\": \"iland\",\n            \"title\": \"iland LONPOD01 Megaport b46b1d56\",\n            \"locationId\": 90,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2274,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"b51c7006-beb4-4644-9cfd-edfed58d58ea\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"0dda2b1b-6129-4916-adbe-417cefdcaef4\",\n            \"companyName\": \"Nutanix, Inc.\",\n            \"title\": \"1000Mbps Port at Digital Realty ASH1\",\n            \"locationId\": 140,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2275,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"1cfae302-5a3c-4920-a105-e17b6281c005\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"ecc30345-5fa7-41f8-aa81-988acd5b3037\",\n            \"companyName\": \"TechStyle, Inc.\",\n            \"title\": \"10000Mbps Port at Digital Realty LOS1\",\n            \"locationId\": 63,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2276,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"da53b632-c484-4347-ac47-dea64793f964\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"00254a3f-c22b-46fe-bef7-2e8f8a63ffb6\",\n            \"companyName\": \"AT&T Global Network Services\",\n            \"title\": \"Sydney 3 AU201900215\",\n            \"locationId\": 10,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2277,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"0a5d3ca1-0d58-4d45-a499-6aaac23c39ab\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"60b1ca57-2cd9-4b39-bc9f-eb5c532dde33\",\n            \"companyName\": \"PlusServer GmbH\",\n            \"title\": \"E-10G HAM Level3\",\n            \"locationId\": 125,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 2278,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"f5c6871e-1ffe-44e2-8470-b3134cb98eac\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"fcabbe78-b0b1-44a1-8631-f675d8e11d37\",\n            \"companyName\": \"Call One, Inc.\",\n            \"title\": \"10000Mbps Port at Digital Realty DAL1\",\n            \"locationId\": 72,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2279,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"2fe8bd95-c635-43a3-bec5-2a46e60b7efa\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"7202ad8f-63c9-4f37-9c96-671ea36c3ac0\",\n            \"companyName\": \"Netskope Inc\",\n            \"title\": \"MP-FRA1\",\n            \"locationId\": 130,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2280,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"4932055c-7ddd-4ae1-aab7-63e27f83cae9\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"7202ad8f-63c9-4f37-9c96-671ea36c3ac0\",\n            \"companyName\": \"Netskope Inc\",\n            \"title\": \"MP-MEL1\",\n            \"locationId\": 382,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2281,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"f3ad855f-435e-4caf-8545-3a44e88b6080\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"IBM Cloud DL 2.0 Tokyo 03 Port 2\",\n            \"locationId\": 561,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2282,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 104596\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"ce64e56e-2d26-4452-8544-038551fa88bf\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"1d9d879f-a175-4e37-8ef7-fddcf7bc0047\",\n            \"companyName\": \"SG.GS Pte Ltd\",\n            \"title\": \"SY1\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2283,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"cbed2d32-c126-4d4d-92fe-4faf1cfd452e\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"1d9d879f-a175-4e37-8ef7-fddcf7bc0047\",\n            \"companyName\": \"SG.GS Pte Ltd\",\n            \"title\": \"P1\",\n            \"locationId\": 50,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2284,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"01348313-537d-4a84-ae90-df51d26a2141\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"IBM Cloud DL 2.0 Tokyo 02 Port 2\",\n            \"locationId\": 558,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2285,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 105767\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"fa6cceea-a0c7-4259-a8ff-3e0231f54372\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"b9cd98ea-2d69-41f7-96b1-5858096785ab\",\n            \"companyName\": \"Jehovas Zeugen in Deutschland K.d.ö.R.\",\n            \"title\": \"ECIX FRA 10G Port\",\n            \"locationId\": 130,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2286,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"f0a42e2b-f035-4b03-bb6b-c7ac6b3ed054\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"e0d56c51-b954-4314-914f-3665c1bb3ff1\",\n            \"companyName\": \"EdgeIX\",\n            \"title\": \"NNI Adelaide\",\n            \"locationId\": 305,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 2289,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 107217\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"9f214082-947e-4b50-8458-12680021aa6b\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"385fb972-6949-4dad-8396-4a01499fe138\",\n            \"companyName\": \"Saama Technologies, Inc.\",\n            \"title\": \"1000Mbps Port at Digital Realty SFR2\",\n            \"locationId\": 141,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2290,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"f26d26d0-0f8f-41df-9a9b-675cd8d032f1\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"6cbb0047-80b1-41db-89ed-c8bd1ce06230\",\n            \"companyName\": \"Fareportal, Inc.\",\n            \"title\": \"10000Mbps Port at Digital Realty NJR3\",\n            \"locationId\": 117,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2291,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"26e48801-e312-4342-b1a4-0df41099e355\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"0dba06d8-9873-4ad2-9ee0-08dda0aa53ae\",\n            \"companyName\": \"Radnet\",\n            \"title\": \"1000Mbps Port at Digital Realty NJR3\",\n            \"locationId\": 117,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2292,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"11706bf8-957c-4d61-ba8e-01ea2f42d875\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"f4cb1580-f3f2-4310-8c8c-8b5f4c3ac23f\",\n            \"companyName\": \"OrionVM\",\n            \"title\": \"Equinix SV2\",\n            \"locationId\": 66,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2293,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"c5253ad8-008e-451d-88b7-529e64417b6c\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"726f6ed3-087b-4173-b989-a1167af123bc\",\n            \"companyName\": \"ABS Global Trading Limited\",\n            \"title\": \"1000Mbps Port at Digital Realty SFR2\",\n            \"locationId\": 141,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2294,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"72e4a42a-48dc-45c8-8293-835f46a43b0a\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"369cd652-03d3-4100-82bd-c70691719fec\",\n            \"companyName\": \"Deutsche Glasfaser Wholesale GmbH\",\n            \"title\": \"ECIX DUS 100G\",\n            \"locationId\": 127,\n            \"speed\": 100000,\n            \"diversityZone\": null,\n            \"rank\": 2295,\n            \"lag_id\": 19,\n            \"lag_primary\": true,\n            \"aggregation_id\": 111286\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"551ad1b1-b423-4164-a302-29381565dd28\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"21da031b-c7f1-43ad-bf34-ade09d4fe6a2\",\n            \"companyName\": \"TEAM Industrial Services\",\n            \"title\": \"1000Mbps Port at Digital Realty Houston IAH11\",\n            \"locationId\": 466,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2298,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"7718eb38-941d-4adc-8722-972181b90190\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"00254a3f-c22b-46fe-bef7-2e8f8a63ffb6\",\n            \"companyName\": \"AT&T Global Network Services\",\n            \"title\": \"10G-IX-PORT-S1\",\n            \"locationId\": 10,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2299,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"4a777160-e709-40f2-b5c6-68702a7a09e4\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"6c7caa10-d969-4b12-8f9a-84431b80b2f7\",\n            \"companyName\": \"Winsonic Cloud LTD\",\n            \"title\": \"10000Mbps Port at Digital Realty ATL1\",\n            \"locationId\": 116,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2300,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"a1a9cec1-173b-4868-9536-3b7b506236c9\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"99bf829b-01d1-42f4-945a-cc58ff2e5376\",\n            \"companyName\": \"Ensono Ltd\",\n            \"title\": \"1000Mbps Port at Digital Realty LHR20\",\n            \"locationId\": 89,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2301,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"daac0811-044d-439c-a20f-7b8d8437537e\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"99bf829b-01d1-42f4-945a-cc58ff2e5376\",\n            \"companyName\": \"Ensono Ltd\",\n            \"title\": \"1000Mbps Port at Digital Realty LHR20\",\n            \"locationId\": 89,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2302,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"fa4c36a7-4b2f-4ef1-8aca-f6104c784fec\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"ed46441c-30e3-4a6d-81c3-8ce6647a8c2d\",\n            \"companyName\": \"BIMfx Inc. Dba: StratusVue\",\n            \"title\": \"1000Mbps Port at Digital Realty Chicago ORD14\",\n            \"locationId\": 464,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2305,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"3fb0e0a9-482b-44c1-80f1-8710e13ad790\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"8ea83603-445c-40c6-94cf-67967a18beb9\",\n            \"companyName\": \"Oracle\",\n            \"title\": \"OCI (uk-gov-london-1) Primary (BMC)\",\n            \"locationId\": 90,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2307,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 114128\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"507afe10-9dce-49d3-8aeb-4699f72a9d21\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"8ea83603-445c-40c6-94cf-67967a18beb9\",\n            \"companyName\": \"Oracle\",\n            \"title\": \"OCI (uk-gov-london-1) Secondary (BMC)\",\n            \"locationId\": 90,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2308,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 114129\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"965b9b69-c57e-4bb9-85a5-a483e431d4e1\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"640fe1de-988d-473d-bb03-9eb523f307cd\",\n            \"companyName\": \"Macquarie Telecom\",\n            \"title\": \"MBUND26046005 - IPscape Pty Ltd \",\n            \"locationId\": 145,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2312,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"35575b1a-923a-4349-8d20-fab5ac833621\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"IBM Cloud Direct Link 2.0 Paris Port 1\",\n            \"locationId\": 515,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2313,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 115970\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"ff3c3bdb-7c08-4cc5-b50e-c0f88b02966e\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"IBM Cloud Direct Link 2.0 Paris Port 2\",\n            \"locationId\": 515,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2314,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 115971\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"30922ed1-aa17-4d7d-850a-b487cbec4f9f\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"721ac49b-29a6-4c7f-989e-ca45697c6951\",\n            \"companyName\": \"GEN-I Australia\",\n            \"title\": \"Spark 10G Megaport at Global Switch\",\n            \"locationId\": 3,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2316,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 119113\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"c120d95d-6380-4356-94bc-3851b356ab09\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"33c0e8bb-abca-487c-9894-bec9d2c55fb8\",\n            \"companyName\": \"iland\",\n            \"title\": \"iland MELPOD01 Megaport c120d95d\",\n            \"locationId\": 382,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2317,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"c50a5bf0-5bd9-4b59-90ef-fc709473d312\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"c981a93f-04bd-40e7-be9d-c3a9d2754b3e\",\n            \"companyName\": \"Imperva Inc\",\n            \"title\": \"Mega-IX Imperva MEL\",\n            \"locationId\": 41,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2318,\n            \"lag_id\": 8,\n            \"lag_primary\": true,\n            \"aggregation_id\": 119908\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"255c01a6-326c-49f0-b017-b5e8f4187871\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"c981a93f-04bd-40e7-be9d-c3a9d2754b3e\",\n            \"companyName\": \"Imperva Inc\",\n            \"title\": \"Mega-IX Imperva SYD\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2319,\n            \"lag_id\": 10,\n            \"lag_primary\": true,\n            \"aggregation_id\": 119910\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"7b45119b-b6f1-4e43-a2f8-590fe3398518\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"1b605094-2f71-409b-8dd2-8b897db5d912\",\n            \"companyName\": \"Netcologne GmbH\",\n            \"title\": \"ECIX-DUS\",\n            \"locationId\": 127,\n            \"speed\": 100000,\n            \"diversityZone\": null,\n            \"rank\": 2320,\n            \"lag_id\": 20,\n            \"lag_primary\": true,\n            \"aggregation_id\": 121964\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"d757b061-5453-476d-b200-12da40795a21\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"1b605094-2f71-409b-8dd2-8b897db5d912\",\n            \"companyName\": \"Netcologne GmbH\",\n            \"title\": \"ECIX-DUS\",\n            \"locationId\": 127,\n            \"speed\": 100000,\n            \"diversityZone\": null,\n            \"rank\": 2321,\n            \"lag_id\": 23,\n            \"lag_primary\": true,\n            \"aggregation_id\": 121965\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"274ebad0-2c77-4806-951a-d42960d6ee6d\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"ce54ec8c-8b56-499b-a3f8-1af078ca27e6\",\n            \"companyName\": \"Edgecast\",\n            \"title\": \"Equinix SY3-Bundle2\",\n            \"locationId\": 6,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2324,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 122351\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"5a1c080f-75be-4c56-b1e9-6b4bfba8c1e8\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"98dd1b87-b253-4df3-b83b-c9598247904b\",\n            \"companyName\": \"EWE TEL GmbH\",\n            \"title\": \"HAM 100G IPHH\",\n            \"locationId\": 124,\n            \"speed\": 100000,\n            \"diversityZone\": null,\n            \"rank\": 2325,\n            \"lag_id\": 8,\n            \"lag_primary\": true,\n            \"aggregation_id\": 122398\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"a6665331-2ae7-4d63-9410-3928e803e4ec\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"21fa750b-89f0-4df7-b1cd-57f774062bd1\",\n            \"companyName\": \"i3D.Net\",\n            \"title\": \"10G MegaIX Sydney\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2326,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 122689\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"8db516d1-b345-46f9-a736-dd2534263ab6\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"e5e7f6d5-4471-490f-af62-a4cac368113e\",\n            \"companyName\": \"BITel Gesellschaft für Telekommunikation mbH\",\n            \"title\": \"Peering-Port 2 - 10G ECIX DUS\",\n            \"locationId\": 127,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2328,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 123047\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"fd26b801-c66e-4e95-af4d-c4b31c461b1e\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"0d9e9b0d-b8c0-4248-8ee9-4f2bd4be4718\",\n            \"companyName\": \"ispco.nz\",\n            \"title\": \"ISPCO-SY1\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2329,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"42e4a0d5-fbb6-4e66-a940-43b3cacec5fc\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"7202ad8f-63c9-4f37-9c96-671ea36c3ac0\",\n            \"companyName\": \"Netskope Inc\",\n            \"title\": \"SIN1-DP\",\n            \"locationId\": 39,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2330,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"13ea5a95-8e78-4aee-88c7-697fc1d293ef\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"0d1037bb-e0bc-4f33-bb7a-6493504e3c95\",\n            \"companyName\": \"LBNCo\",\n            \"title\": \"LBNCo Morphett\",\n            \"locationId\": 549,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 2331,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"85a0073c-ccb8-4c79-85ad-0423b1adf240\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"f871f983-6ddd-4923-8178-b9d4ae9cc2e8\",\n            \"companyName\": \"Marlink\",\n            \"title\": \"Marlink-SYD\",\n            \"locationId\": 3,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2332,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"624cbfad-7b2a-44c3-972a-a2bba9e278d9\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"dec94a32-8096-49f9-a212-5d2a8305c568\",\n            \"companyName\": \"Limelight Networks\",\n            \"title\": \"t(c) d(LIMELIGHT) m(LR4) l(1/1) tp(R3B1/HE39/P18) ti(57288)\",\n            \"locationId\": 127,\n            \"speed\": 100000,\n            \"diversityZone\": null,\n            \"rank\": 2333,\n            \"lag_id\": 22,\n            \"lag_primary\": true,\n            \"aggregation_id\": 126027\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"6af79596-9ca3-456f-a5c5-ef9c36541bc3\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"e72bd065-8ae4-44c9-bbaa-9c5b89d35ebf\",\n            \"companyName\": \"OVHcloud\",\n            \"title\": \"OVHcloud Connect - Frankfurt - Equinix - FR5 - #1B1\",\n            \"locationId\": 131,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2335,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"b2b300af-867c-4d0c-a6a3-d008a5754ebb\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"6bc51cad-a63d-4ff8-ab12-6f35f2cdd69e\",\n            \"companyName\": \"Hurricane Electric\",\n            \"title\": \"10G Megaport Perth\",\n            \"locationId\": 50,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2336,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 126909\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"33cf2ab6-f7f2-4e1d-8537-f8100de810b7\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"f1e49262-3e7b-43eb-945e-6c305025fa9e\",\n            \"companyName\": \"Riot Games\",\n            \"title\": \"MegaIX Sofia\",\n            \"locationId\": 137,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 2339,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 128638\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"3a13ccd1-a83d-46f5-ad60-233ffcbc153a\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"f871f983-6ddd-4923-8178-b9d4ae9cc2e8\",\n            \"companyName\": \"Marlink\",\n            \"title\": \"Marlink-NY\",\n            \"locationId\": 78,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2340,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"dee1c40f-efb5-4408-b4d8-96fd99f50d6a\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"60f6ab74-ba33-4a2c-8538-cc9a18132f11\",\n            \"companyName\": \"Network Solutions Group\",\n            \"title\": \"AU07-MP01\",\n            \"locationId\": 50,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2341,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"72e3be77-ca48-4441-9cc5-7fae020a11c1\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"53fb1c60-21bd-403d-b083-a2d36d992578\",\n            \"companyName\": \"OneQode\",\n            \"title\": \"NextDCB2S01\",\n            \"locationId\": 383,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2342,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"b4bda6f2-3db7-4478-a9e9-35a6a47d1a5b\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"f5deddfb-46c9-4ea3-8884-104cfe07ae53\",\n            \"companyName\": \"Microsoft\",\n            \"title\": \"MEL-LAG2\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2343,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 131073\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"ec91ecc4-a1b9-480f-9473-8d737030a23d\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"5b07d626-408c-4cc2-892f-f54d2f8d954d\",\n            \"companyName\": \"Twilio Inc.\",\n            \"title\": \"10000Mbps Port at Digital Realty SFR2\",\n            \"locationId\": 141,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2344,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"f02e3413-e227-4ab4-8123-85a61f0ad232\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"b4259b5a-b1cf-4feb-9bc0-5d79de2d9d2c\",\n            \"companyName\": \"euNetworks GmbH\",\n            \"title\": \"ECIX MUC\",\n            \"locationId\": 133,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 2345,\n            \"lag_id\": 9,\n            \"lag_primary\": true,\n            \"aggregation_id\": 131753\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"e713cd65-5fd7-47ae-a4e8-db98af2e0392\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"b4259b5a-b1cf-4feb-9bc0-5d79de2d9d2c\",\n            \"companyName\": \"euNetworks GmbH\",\n            \"title\": \"ECIX HAM\",\n            \"locationId\": 124,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2346,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 131757\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"03a0107d-d724-4f66-8310-265359cde92c\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"IBM Cloud DL 2.0 Amsterdam Port 1\",\n            \"locationId\": 85,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2347,\n            \"lag_id\": 8,\n            \"lag_primary\": true,\n            \"aggregation_id\": 131784\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"fc87c96e-ff71-4d9c-a0e1-6298335a3e26\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"6c7caa10-d969-4b12-8f9a-84431b80b2f7\",\n            \"companyName\": \"Winsonic Cloud LTD\",\n            \"title\": \"10000Mbps Port at Digital Realty ATL1\",\n            \"locationId\": 116,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2348,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"bc3407d1-33ed-4047-9e2f-ad7a19e991d9\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"IBM Cloud DL 2.0 San Jose Port 1\",\n            \"locationId\": 66,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2349,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 135676\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"69cdf9b2-6edf-48d2-8cf9-d487bc05932a\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"IBM Cloud DL 2.0 San Jose Port 2\",\n            \"locationId\": 66,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2350,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 135677\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"e82ef246-dc59-48a0-87c4-e6fd98b25289\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"dfaa7d3f-450b-4a1e-9026-27cb02c5098d\",\n            \"companyName\": \"IBM Cloud\",\n            \"title\": \"IBM Cloud Direct Link 2.0 Osaka Port 2\",\n            \"locationId\": 572,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2351,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 136306\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"be2c1b33-fa1e-40b2-baba-4e48336f286c\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"2148838e-956b-4d3e-9d3b-7c833f71909a\",\n            \"companyName\": \"Rackspace US, Inc\",\n            \"title\": \"10000Mbps Port at Digital Realty ASH1\",\n            \"locationId\": 140,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2353,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"85ca5120-1744-4921-bce9-445f29e633cd\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"2148838e-956b-4d3e-9d3b-7c833f71909a\",\n            \"companyName\": \"Rackspace US, Inc\",\n            \"title\": \"10000Mbps Port at Digital Realty ASH1\",\n            \"locationId\": 140,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2354,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"921ecdc1-a301-41e2-bed9-9f814375762c\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"77301c95-cd8e-4825-b746-bab21fc9b2c1\",\n            \"companyName\": \"Xfernet\",\n            \"title\": \"SDN:MP-DFW01\",\n            \"locationId\": 71,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2355,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 138841\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"7b9b0920-1231-4cba-bc30-ea3dcda8cdc0\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"c6b15539-5824-439f-8af9-b595d4e600e0\",\n            \"companyName\": \"Cloudflare\",\n            \"title\": \"Network Interconnect 10G Port Equinix SV1/5/10\",\n            \"locationId\": 66,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2356,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 139317\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"036d6a1a-a346-4474-ba9f-833bb9ab8944\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"c6b15539-5824-439f-8af9-b595d4e600e0\",\n            \"companyName\": \"Cloudflare\",\n            \"title\": \"Network Interconnect 10G Port Equinix MI1\",\n            \"locationId\": 234,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2357,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 139321\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"04c19dd9-d971-4de3-8dd5-789a43769762\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"c6b15539-5824-439f-8af9-b595d4e600e0\",\n            \"companyName\": \"Cloudflare\",\n            \"title\": \"Network Interconnect 10G Port Equinix SE2\",\n            \"locationId\": 57,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2358,\n            \"lag_id\": 8,\n            \"lag_primary\": true,\n            \"aggregation_id\": 139322\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"66a14054-838c-448d-bc87-e06e245f90bc\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"c6b15539-5824-439f-8af9-b595d4e600e0\",\n            \"companyName\": \"Cloudflare\",\n            \"title\": \"Network Interconnect 10G Port Equinix TR1\",\n            \"locationId\": 73,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2359,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 139323\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"ea8a563a-2c54-4762-bdaa-f997fec8c230\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"c6b15539-5824-439f-8af9-b595d4e600e0\",\n            \"companyName\": \"Cloudflare\",\n            \"title\": \"Network Interconnect 10G Port Equinix SG1\",\n            \"locationId\": 36,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2360,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 139325\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"311a99b6-3903-4121-81d0-21a6a9d794b2\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"c6b15539-5824-439f-8af9-b595d4e600e0\",\n            \"companyName\": \"Cloudflare\",\n            \"title\": \"Network Interconnect 10G Port Equinix FR5\",\n            \"locationId\": 131,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2361,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 139326\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"98de8bae-8883-45d9-8d64-eaa6746eb836\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google Inc\",\n            \"title\": \"20G MegaIX ASH LAG2 #1\",\n            \"locationId\": 67,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2362,\n            \"lag_id\": 8,\n            \"lag_primary\": true,\n            \"aggregation_id\": 140199\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"4b3c9b6c-b197-446e-9d27-c2eeb6b494d4\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google Inc\",\n            \"title\": \"MegaIX toronto #2\",\n            \"locationId\": 73,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2363,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 140212\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"ba47b78d-0a49-4f2e-95e5-cb645261ec9d\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google Inc\",\n            \"title\": \"MegaIX Los Angeles #2\",\n            \"locationId\": 63,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2364,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 140218\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"03a6c45b-66f5-45aa-9773-41b7e99c57c7\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google Inc\",\n            \"title\": \"MegaiX Seattle\",\n            \"locationId\": 146,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2365,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 140220\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"91ae5a19-f432-456c-99a8-6601bf8b17e6\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google Inc\",\n            \"title\": \"MegaIX Dallas #2\",\n            \"locationId\": 71,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2366,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 140221\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"c1748fb0-071c-4698-a358-2aef674ce2b1\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"7df355e0-7787-403c-bdf0-62fc3dab9f0b\",\n            \"companyName\": \"marbis/Nitrado USA, Inc.\",\n            \"title\": \"10000Mbps Port at Digital Realty MIA1\",\n            \"locationId\": 235,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2367,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"7a06b4aa-5143-4383-9349-690b3f3b883c\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google Inc\",\n            \"title\": \"10G MegaIX sofia #2\",\n            \"locationId\": 136,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 2368,\n            \"lag_id\": 12,\n            \"lag_primary\": true,\n            \"aggregation_id\": 140309\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"134b0d2f-4a16-49b2-89d6-b2ea5eb4c45e\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google Inc\",\n            \"title\": \"10G ECIX DUS #2\",\n            \"locationId\": 130,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2369,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 140311\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"6a75933c-bbac-419d-bb83-4022a1ed0f9e\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google Inc\",\n            \"title\": \"10G ECIX HAM #2\",\n            \"locationId\": 126,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 2370,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 140312\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"af7f1400-c480-408b-a4d4-ab4fc299d477\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"c6b15539-5824-439f-8af9-b595d4e600e0\",\n            \"companyName\": \"Cloudflare\",\n            \"title\": \"Network Interconnect 10G Port Equinix TY2\",\n            \"locationId\": 560,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2371,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 140315\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"d4d8f029-51ec-4077-a3d0-085f8593b3d8\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"c6b15539-5824-439f-8af9-b595d4e600e0\",\n            \"companyName\": \"Cloudflare\",\n            \"title\": \"Network Interconnect 10G Port Equinix AM1\",\n            \"locationId\": 85,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2372,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 140316\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"82f540ce-6176-4d78-a0b2-f317d834daf0\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google Inc\",\n            \"title\": \"100G ECIX Frankfurt #2\",\n            \"locationId\": 130,\n            \"speed\": 100000,\n            \"diversityZone\": null,\n            \"rank\": 2373,\n            \"lag_id\": 10,\n            \"lag_primary\": true,\n            \"aggregation_id\": 140459\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"484664d7-ed41-4c80-8c6d-bd2fa9b694c5\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"e168b0f1-aa52-48c2-be6c-fda1c0b18788\",\n            \"companyName\": \"Friendfinder Networks Inc.\",\n            \"title\": \"10000Mbps Port at Digital Realty SCL2\",\n            \"locationId\": 65,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2374,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"7dd5c108-0287-4e10-bbab-163db5c6ea89\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"72f3164d-8d37-4348-8474-6a57abe361e9\",\n            \"companyName\": \"Blockstream USA Corporation\",\n            \"title\": \"10000Mbps Port at Digital Realty SFR2\",\n            \"locationId\": 141,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2375,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"08c9315a-d258-4ab3-a887-1c5e7e971186\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google Inc\",\n            \"title\": \"MegaIX SIN Port 2\",\n            \"locationId\": 36,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2376,\n            \"lag_id\": 13,\n            \"lag_primary\": true,\n            \"aggregation_id\": 140764\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"b20bca29-5f72-4690-ae60-e137c621861b\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"e5bfdfde-fbd5-47b7-beaa-e2110d743bfd\",\n            \"companyName\": \"Televergence Solutions Inc.\",\n            \"title\": \"10G Megaport - Coresite LA1\",\n            \"locationId\": 60,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2377,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"d06dfaa0-71d6-4cae-8d36-e8126ef59aa4\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"fdd52227-12aa-42ba-90a7-16fa591a6152\",\n            \"companyName\": \"Unitas Global\",\n            \"title\": \"TYO1 Tokyo\",\n            \"locationId\": 561,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2378,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 141283\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"64419318-4854-4495-978f-627ceb4173f8\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"00254a3f-c22b-46fe-bef7-2e8f8a63ffb6\",\n            \"companyName\": \"AT&T Global Network Services\",\n            \"title\": \"SG-GS-10G-BEARER\",\n            \"locationId\": 39,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2379,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"b23cf8a2-9b86-488f-920e-f26f79d5d8e6\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"e72bd065-8ae4-44c9-bbaa-9c5b89d35ebf\",\n            \"companyName\": \"OVHcloud\",\n            \"title\": \"OVHcloud Connect - Paris - Equinix - PA3 - #1A1\",\n            \"locationId\": 515,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2380,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"d81b679b-96e7-46a2-a6a4-24f7b854007b\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"e72bd065-8ae4-44c9-bbaa-9c5b89d35ebf\",\n            \"companyName\": \"OVHcloud\",\n            \"title\": \"OVHcloud Connect - London - Equinix - LD5 - #1A1\",\n            \"locationId\": 90,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2381,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"a9c1a321-c7bc-4dc7-a855-5e16468ce0f4\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"6c7caa10-d969-4b12-8f9a-84431b80b2f7\",\n            \"companyName\": \"Winsonic Cloud LTD\",\n            \"title\": \"10000Mbps Port at Digital Realty LOS1\",\n            \"locationId\": 63,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2382,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"7b4d4e88-3816-4cc2-bed5-0445d07de628\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"33c0e8bb-abca-487c-9894-bec9d2c55fb8\",\n            \"companyName\": \"iland\",\n            \"title\": \" iland RESPOD02 Megaport IX #7b4d4e88\",\n            \"locationId\": 68,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2384,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"a895f8e9-0424-4742-b866-65f265e98a87\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"5e5557e7-5759-4033-8988-f442a7b2a65d\",\n            \"companyName\": \"Vetta Online\",\n            \"title\": \"akl2 Megaport\",\n            \"locationId\": 416,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 2385,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"fafc9275-c285-48cb-b72b-51375772bb66\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"32224c53-bbee-4ec6-8947-ef40bc468447\",\n            \"companyName\": \"Televergence Solutions Inc\",\n            \"title\": \"10000Mbps Port at Digital Realty NYC3\",\n            \"locationId\": 56,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2386,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"756897ea-b356-49d5-a1db-ea8fc66dd49d\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"acb1f316-057c-47bd-91cb-aa0edd5ee8e7\",\n            \"companyName\": \"Vapor IO\",\n            \"title\": \"10000Mbps Port at Digital Realty ATL1\",\n            \"locationId\": 116,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2387,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"73b540a0-efb0-4259-9200-0305ae4c0ebc\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"acb1f316-057c-47bd-91cb-aa0edd5ee8e7\",\n            \"companyName\": \"Vapor IO\",\n            \"title\": \"10G Port at Digital Realty DAL1 - Secondary\",\n            \"locationId\": 72,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2388,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"d5a8fea2-6951-44b4-b014-2abd260b14af\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"acb1f316-057c-47bd-91cb-aa0edd5ee8e7\",\n            \"companyName\": \"Vapor IO\",\n            \"title\": \"10G Port at Digital Realty DAL1 - Primary\",\n            \"locationId\": 72,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2389,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"032a5463-c8e6-4b4b-9a49-6149740f85b0\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"33c0e8bb-abca-487c-9894-bec9d2c55fb8\",\n            \"companyName\": \"iland\",\n            \"title\": \"iland DALPOD02 Megaport IX 032a5463\",\n            \"locationId\": 102,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2390,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"56f049b7-589c-45e5-9620-e68900cbc8ec\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"acb1f316-057c-47bd-91cb-aa0edd5ee8e7\",\n            \"companyName\": \"Vapor IO\",\n            \"title\": \"10G Port at Digital Realty PHX1 - Primary\",\n            \"locationId\": 236,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2391,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"61afe921-a10e-42a5-be17-46f455c5f583\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"acb1f316-057c-47bd-91cb-aa0edd5ee8e7\",\n            \"companyName\": \"Vapor IO\",\n            \"title\": \"10G Port at Digital Realty PHX1 - Secondary\",\n            \"locationId\": 236,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2392,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"fe7ec0fb-0adf-45fc-8fb8-aa8c26d93900\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"60484d0b-286a-4867-810d-cf23d9699623\",\n            \"companyName\": \"QTS\",\n            \"title\": \"Mega Dulles IX 10G\",\n            \"locationId\": 481,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 2393,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"99026073-324e-4a6f-8627-c927522159ab\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"acb1f316-057c-47bd-91cb-aa0edd5ee8e7\",\n            \"companyName\": \"Vapor IO\",\n            \"title\": \"10G Port at Digital Realty CHI2 - Secondary\",\n            \"locationId\": 70,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2395,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"b9a6dae8-72fe-42f0-88d8-6517f88a0e0a\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"acb1f316-057c-47bd-91cb-aa0edd5ee8e7\",\n            \"companyName\": \"Vapor IO\",\n            \"title\": \"10G Port at Digital Realty CHI2 - Primary\",\n            \"locationId\": 70,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2396,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"ad762d22-4e33-44c4-a722-a57d04c230cc\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"80be83cb-d4e4-416a-b95f-23185107ff44\",\n            \"companyName\": \"Digital Realty (FKA TELX)\",\n            \"title\": \"10000Mbps Port at Digital Realty DAL3\",\n            \"locationId\": 156,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2397,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"76b8a231-d744-4dac-8f8d-71500953cf16\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"80be83cb-d4e4-416a-b95f-23185107ff44\",\n            \"companyName\": \"Digital Realty (FKA TELX)\",\n            \"title\": \"10000Mbps Port at Digital Realty DAL3\",\n            \"locationId\": 156,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2398,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"840df534-16f6-4495-909b-737a7c298748\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"997b3d84-b10a-4202-aa43-7cc61f1f4524\",\n            \"companyName\": \"Pentanet Limited\",\n            \"title\": \"PentaEquinixSY4\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2399,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"ebc31f63-ccf6-428e-a48d-e7b35921719c\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"b1738127-6e23-4059-b78c-7b9cc7740b27\",\n            \"companyName\": \"AT&T Services, Inc.\",\n            \"title\": \"10000Mbps Port at Digital Realty SCL2\",\n            \"locationId\": 65,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2400,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"0fe68c65-872c-48f1-b1d0-1480375d09a0\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"d9331461-b1d6-42a7-a73d-33f28d5b7a5a\",\n            \"companyName\": \"Vine Networks Pty Ltd\",\n            \"title\": \"B1-01\",\n            \"locationId\": 5,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2401,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"82595353-3882-4392-9a08-19a0bc1e6d71\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"e168b0f1-aa52-48c2-be6c-fda1c0b18788\",\n            \"companyName\": \"Friendfinder Networks Inc.\",\n            \"title\": \"10000Mbps Port at Digital Realty DAL3\",\n            \"locationId\": 156,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2402,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"067ee5b7-3235-40fc-b5d8-916951effe68\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"095d2bd8-299f-45e1-994f-5c483ea27ae2\",\n            \"companyName\": \"Information Resources, Inc.\",\n            \"title\": \"10000Mbps Port at Digital Realty CHI2\",\n            \"locationId\": 70,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2403,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"c54c82a6-5d0a-4f1a-8be0-e2a1fd092121\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"b1738127-6e23-4059-b78c-7b9cc7740b27\",\n            \"companyName\": \"AT&T Services, Inc.\",\n            \"title\": \"10000Mbps Port at Digital Realty MIA1\",\n            \"locationId\": 235,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2404,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"8da21925-3f75-4465-a74a-23af83f6acbe\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google Inc\",\n            \"title\": \"10G MUC ECIX #2\",\n            \"locationId\": 133,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 2405,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 151302\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"24beb938-e378-4c58-8ed0-e5f96b419b8a\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"7883b805-289a-47ce-8b53-9759f5aa02fd\",\n            \"companyName\": \"AS33891 Netzbetrieb GmbH\",\n            \"title\": \"100G ECIX DUS\",\n            \"locationId\": 127,\n            \"speed\": 100000,\n            \"diversityZone\": null,\n            \"rank\": 2406,\n            \"lag_id\": 24,\n            \"lag_primary\": true,\n            \"aggregation_id\": 151788\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"d4d4dad8-13f6-4a2f-906e-e1a71b2ccc0c\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"bbb03dba-dbcb-44a2-918c-41bb400d932c\",\n            \"companyName\": \"Forcepoint LLC\",\n            \"title\": \"10000Mbps Port at Digital Realty ASH1\",\n            \"locationId\": 140,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2407,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"616d952e-849f-4c65-8b67-d625f24c9306\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"fdd52227-12aa-42ba-90a7-16fa591a6152\",\n            \"companyName\": \"Unitas Global\",\n            \"title\": \"Unitas POP RDU1 Connection\",\n            \"locationId\": 480,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 2408,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 154679\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"c7ec165a-ec61-4839-8aa7-49dadff360bf\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"3df1faea-da9f-4417-ae7e-0f5abffbc0ed\",\n            \"companyName\": \"Great Plains Communications\",\n            \"title\": \"DNVRCO10G\",\n            \"locationId\": 320,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2409,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"e600bbc4-621a-4ae2-877f-b114d5bed90c\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"7202ad8f-63c9-4f37-9c96-671ea36c3ac0\",\n            \"companyName\": \"Netskope Inc\",\n            \"title\": \"MP-AKL1\",\n            \"locationId\": 310,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2410,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"9e2b6752-8a14-4662-8ef1-8adba0d2c7ee\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"ce54ec8c-8b56-499b-a3f8-1af078ca27e6\",\n            \"companyName\": \"Edgecast\",\n            \"title\": \"ECIX MUC 100G\",\n            \"locationId\": 134,\n            \"speed\": 100000,\n            \"diversityZone\": null,\n            \"rank\": 2411,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 156575\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"e379a380-f17a-4855-bb82-ed749e867f26\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"ce54ec8c-8b56-499b-a3f8-1af078ca27e6\",\n            \"companyName\": \"Edgecast\",\n            \"title\": \"ECIX FRA 100G\",\n            \"locationId\": 130,\n            \"speed\": 100000,\n            \"diversityZone\": null,\n            \"rank\": 2412,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 156577\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"33957c3a-f922-4cf3-9a3e-c4250e8c820e\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"0cb1eeac-8a38-4bf9-ab4e-76a6209e94e7\",\n            \"companyName\": \"Cloud Backend, LLC\",\n            \"title\": \"10000Mbps Port at Digital Realty MIA1\",\n            \"locationId\": 235,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2413,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"2ff3e81c-6e82-4ee1-a048-465f749b72bf\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"ef9f5c8f-2e2e-467e-8070-4ae5ef4c3b75\",\n            \"companyName\": \"Zayo\",\n            \"title\": \"MegaIX Sydney\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2414,\n            \"lag_id\": 9,\n            \"lag_primary\": true,\n            \"aggregation_id\": 157549\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"80d3db8c-bfc1-40f0-a866-24990fd5ffd3\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"ac5245c0-547a-478a-beec-b2ffdad56514\",\n            \"companyName\": \"ThinkOn Inc.\",\n            \"title\": \"THINKON_CYG4_10G\",\n            \"locationId\": 574,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 2415,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"0ed21022-4b75-4db3-a63b-76fd14a3df7f\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"ac5245c0-547a-478a-beec-b2ffdad56514\",\n            \"companyName\": \"ThinkOn Inc.\",\n            \"title\": \"THINKON_MTL2_10G\",\n            \"locationId\": 440,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2416,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"07017b9f-f817-4f81-9f84-b4c9bfdfe99f\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"bbb03dba-dbcb-44a2-918c-41bb400d932c\",\n            \"companyName\": \"Forcepoint LLC\",\n            \"title\": \"10000Mbps Port at Digital Realty DAL3\",\n            \"locationId\": 156,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2417,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"ad41abb7-3a10-4ec8-9315-f542e1f34ea5\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"9540e4fc-acb9-4ed8-972d-6daf71272dd2\",\n            \"companyName\": \"Aptum Technologies\",\n            \"title\": \"TOR CLOUD CONNECT 10G LAG 01 (new)\",\n            \"locationId\": 73,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2418,\n            \"lag_id\": 2,\n            \"lag_primary\": true,\n            \"aggregation_id\": 158242\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"796ad4ba-dca2-4264-a08d-dad654c019da\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"4a6be7ac-3f1e-47f4-8f00-7a73f761a8ea\",\n            \"companyName\": \"Auckland University of Technology\",\n            \"title\": \"Mega-KDC\",\n            \"locationId\": 328,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2419,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"66af8f92-32a1-4829-9354-63e421d92295\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"21fa750b-89f0-4df7-b1cd-57f774062bd1\",\n            \"companyName\": \"i3D.Net\",\n            \"title\": \"ECIX FRA 100G\",\n            \"locationId\": 130,\n            \"speed\": 100000,\n            \"diversityZone\": null,\n            \"rank\": 2422,\n            \"lag_id\": 11,\n            \"lag_primary\": true,\n            \"aggregation_id\": 162040\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"638b243e-d661-4b74-bb53-ddef303d20e7\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"1b3248af-12ff-43e9-b266-bae82ef01f42\",\n            \"companyName\": \"Vocus\",\n            \"title\": \"Megaport 100G Sydney\",\n            \"locationId\": 6,\n            \"speed\": 100000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2423,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 162044\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"8ec8764a-0887-4de0-9623-019e479d341e\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"2148838e-956b-4d3e-9d3b-7c833f71909a\",\n            \"companyName\": \"Rackspace US, Inc\",\n            \"title\": \"10000Mbps Port at Digital Realty ASH1\",\n            \"locationId\": 140,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2424,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"9776404b-d483-40b8-bb83-bb56e1eac1de\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"2148838e-956b-4d3e-9d3b-7c833f71909a\",\n            \"companyName\": \"Rackspace US, Inc\",\n            \"title\": \"10000Mbps Port at Digital Realty ASH1\",\n            \"locationId\": 140,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2426,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"de78511b-d701-456e-a841-97b8856e153d\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"1b3248af-12ff-43e9-b266-bae82ef01f42\",\n            \"companyName\": \"Vocus\",\n            \"title\": \"MegaIX Melbourne 100G\",\n            \"locationId\": 24,\n            \"speed\": 100000,\n            \"diversityZone\": null,\n            \"rank\": 2427,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 163642\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"763e0ef0-2b4c-4149-ad7a-254a4d749b83\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"ee387d94-22b8-4d10-a7ad-a02b458c0c77\",\n            \"companyName\": \"G-Core Labs S.A.\",\n            \"title\": \"FR5: Megaport 100G\",\n            \"locationId\": 131,\n            \"speed\": 100000,\n            \"diversityZone\": null,\n            \"rank\": 2432,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"0f808386-1c30-4acf-976d-26d1959eaaae\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"83442a60-3a43-488f-a612-e1950e9d5fa7\",\n            \"companyName\": \"Scientific Design Company, Inc.\",\n            \"title\": \"10000Mbps Port at Digital Realty NJR3\",\n            \"locationId\": 117,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2433,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"860aa6fb-b0db-462b-9200-5fd71dfe680a\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"3d341ea8-2f68-47a7-b34e-e552f13074f9\",\n            \"companyName\": \"WOBCOM GmbH\",\n            \"title\": \"megaport-dus-cpr1-1\",\n            \"locationId\": 127,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2434,\n            \"lag_id\": 12,\n            \"lag_primary\": true,\n            \"aggregation_id\": 167219\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"24ffe1e0-40d4-4b93-9dce-18cc8954e270\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"f0fc8fc5-6700-4288-80c2-04fccd2dfc38\",\n            \"companyName\": \"IBM Japan, Ltd.\",\n            \"title\": \"10000Mbps Port at Digital Realty KIX11\",\n            \"locationId\": 595,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2435,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"4858cbc2-824a-4d6b-b063-c16075195d31\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"f0fc8fc5-6700-4288-80c2-04fccd2dfc38\",\n            \"companyName\": \"IBM Japan, Ltd.\",\n            \"title\": \"10000Mbps Port at Digital Realty KIX11\",\n            \"locationId\": 595,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2436,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"e0111402-d6c6-4a08-97a5-4308fdff0d52\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"d964146d-f980-45f6-bc1c-c371544a4446\",\n            \"companyName\": \"Chirisa DF LLC\",\n            \"title\": \"DF Megaport SEA\",\n            \"locationId\": 146,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2437,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 169240\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"b780dccf-fce1-4d33-86f1-607e44509b02\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"38643f80-9937-4f3b-a21f-f57dde5b6059\",\n            \"companyName\": \"Loqate Inc.\",\n            \"title\": \"10000Mbps Port at Digital Realty SFR2\",\n            \"locationId\": 141,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2438,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"397f961c-0617-4d94-b085-fe6f8be82dc3\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"7202ad8f-63c9-4f37-9c96-671ea36c3ac0\",\n            \"companyName\": \"Netskope Inc\",\n            \"title\": \"NTSKP-P1\",\n            \"locationId\": 50,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2439,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"0b7cd6e3-cc17-4937-b9de-07d6f1bbda19\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"7202ad8f-63c9-4f37-9c96-671ea36c3ac0\",\n            \"companyName\": \"Netskope Inc\",\n            \"title\": \"NSKP-IX\",\n            \"locationId\": 383,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2440,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"60cfd061-e8cf-40ae-a190-6fb2d882b8fe\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"d081914c-623b-43c3-a19f-fc0ee6c5603f\",\n            \"companyName\": \"Akamai Prolexic\",\n            \"title\": \"Akamai Prolexic Connect - Melbourne\",\n            \"locationId\": 41,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2441,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 170205\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"3d48cb2f-0fd5-4599-81ef-9ea284783bb4\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"d081914c-623b-43c3-a19f-fc0ee6c5603f\",\n            \"companyName\": \"Akamai Prolexic\",\n            \"title\": \"Akamai Prolexic Connect - Sydney\",\n            \"locationId\": 6,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2442,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 170209\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"64793fd1-38e1-47f4-a0b5-ee860f882a88\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"98576278-cfb1-4ca5-9acc-9c15bd069dd4\",\n            \"companyName\": \"Netflix\",\n            \"title\": \"SY3-Port 1\",\n            \"locationId\": 6,\n            \"speed\": 100000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2445,\n            \"lag_id\": 10,\n            \"lag_primary\": true,\n            \"aggregation_id\": 176377\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"4c53f9aa-0cc9-4e91-94a0-18986a67cf53\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"98576278-cfb1-4ca5-9acc-9c15bd069dd4\",\n            \"companyName\": \"Netflix\",\n            \"title\": \"Syd-Port 2\",\n            \"locationId\": 6,\n            \"speed\": 100000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2446,\n            \"lag_id\": 12,\n            \"lag_primary\": true,\n            \"aggregation_id\": 176379\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"deb2cc09-d3b4-4e8c-9145-8ee3ffc547b8\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"6383df9e-7771-4faa-ae81-3aa4451db845\",\n            \"companyName\": \"Soco Network Solutions GmbH\",\n            \"title\": \"100G DUS Port (Interxion)\",\n            \"locationId\": 127,\n            \"speed\": 100000,\n            \"diversityZone\": null,\n            \"rank\": 2448,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"126a310e-c10e-44ba-8327-8b2b3c8e747c\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"1c3acfd6-e35b-4122-9212-b11ae3efe129\",\n            \"companyName\": \"Options IT\",\n            \"title\": \"HK2 Primary (NOT PROD)\",\n            \"locationId\": 54,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2449,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"fe504416-d5e7-4f3e-bbdd-8ac23ba781d6\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"24a0ad5b-4678-436d-a330-8164c3ff8798\",\n            \"companyName\": \"BuildingLink.com LLC\",\n            \"title\": \"1000Mbps Port at Digital Realty NYC3\",\n            \"locationId\": 56,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2450,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"f2e830ee-6dfe-4b05-9f95-2fd84ce33011\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"e0d3ffae-181e-4a84-8d06-19e399750d41\",\n            \"companyName\": \"AT&T Japan LLC\",\n            \"title\": \"10000Mbps Port at Digital Realty KIX11\",\n            \"locationId\": 595,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2451,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"e0a2275d-7571-4ee3-9667-453508ede80f\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"238d4124-ee43-40a5-9960-034065d80ad1\",\n            \"companyName\": \"Natilik Ltd\",\n            \"title\": \"usdca_mp02_edge01p02\",\n            \"locationId\": 234,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2452,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"249d93e6-e3b7-4493-b52c-1176a4ee42fd\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"bd5fab82-5292-4fdb-9d54-e776a7c3d011\",\n            \"companyName\": \"2K Games, Inc.\",\n            \"title\": \"10000Mbps Port at Digital Realty ASH1\",\n            \"locationId\": 140,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2453,\n            \"lag_id\": 2,\n            \"lag_primary\": true,\n            \"aggregation_id\": 180037\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"410b975e-53e9-464a-8335-05ee0e7b99c9\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"bd5fab82-5292-4fdb-9d54-e776a7c3d011\",\n            \"companyName\": \"2K Games, Inc.\",\n            \"title\": \"10000Mbps Port at Digital Realty ASH1\",\n            \"locationId\": 140,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2454,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 180041\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"eddf9365-b4c4-4762-8538-db50b2f600eb\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"bd5fab82-5292-4fdb-9d54-e776a7c3d011\",\n            \"companyName\": \"2K Games, Inc.\",\n            \"title\": \"10000Mbps Port at Digital Realty ASH1\",\n            \"locationId\": 140,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2455,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"123ad5c4-cfd3-4edd-b3b2-6b88969f37a2\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"f984382b-1411-42fc-8b51-4b4491a87fde\",\n            \"companyName\": \"US Signal LLC\",\n            \"title\": \"USS Chicago 10G NNI - Order UAC3NH\",\n            \"locationId\": 69,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2456,\n            \"lag_id\": 8,\n            \"lag_primary\": true,\n            \"aggregation_id\": 180598\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"4c0d55e6-d27c-4f24-bf7a-d60675eb0738\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"fc2019b2-5de1-4480-92f8-ffc3709b0aba\",\n            \"companyName\": \"Bay Area Community Resources, Inc.\",\n            \"title\": \"10000Mbps Port at Digital Realty SFR2\",\n            \"locationId\": 141,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2457,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"c07c6193-1b10-4c4c-84ed-239ddf771636\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"0d1037bb-e0bc-4f33-bb7a-6493504e3c95\",\n            \"companyName\": \"LBNCo\",\n            \"title\": \"LBNCo-100G-GlobalSwitchDC\",\n            \"locationId\": 3,\n            \"speed\": 100000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2458,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"a52504a7-3c9b-4675-a7cf-f35faa29003b\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"0299b3c5-4d9d-457a-90a0-28a1d577e5b7\",\n            \"companyName\": \"phoenixNAP Bare Metal Cloud\",\n            \"title\": \"PhoenixNAP Bare Metal Cloud - SNG\",\n            \"locationId\": 36,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2459,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"12a60945-7767-49d5-98af-1407e9210e2a\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"f03f4fbd-d850-463a-aef7-49e1bc63676f\",\n            \"companyName\": \"Atlas Copco North America LLC\",\n            \"title\": \"1000Mbps Port at Digital Realty DAL1\",\n            \"locationId\": 72,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2461,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"d24f192a-9730-4350-bd57-e40e7e25d1ce\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"f03f4fbd-d850-463a-aef7-49e1bc63676f\",\n            \"companyName\": \"Atlas Copco North America LLC\",\n            \"title\": \"1000Mbps Port at Digital Realty DAL1\",\n            \"locationId\": 72,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2462,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"f744b43a-891d-4659-9c6e-5a84cbf6cf73\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"f03f4fbd-d850-463a-aef7-49e1bc63676f\",\n            \"companyName\": \"Atlas Copco North America LLC\",\n            \"title\": \"1000Mbps Port at Digital Realty ATL1\",\n            \"locationId\": 116,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2463,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"37e24cc3-3b56-4fd1-8644-04ba824eeb07\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"f03f4fbd-d850-463a-aef7-49e1bc63676f\",\n            \"companyName\": \"Atlas Copco North America LLC\",\n            \"title\": \"1000Mbps Port at Digital Realty ATL1\",\n            \"locationId\": 116,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2464,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"f944f72f-43b8-496d-a47b-7503b05a02ff\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"d018803a-1de9-497f-b082-eb84c9ca123f\",\n            \"companyName\": \"Digital Realty – Infrastructure\",\n            \"title\": \"10000Mbps Port at Digital Realty ASH1\",\n            \"locationId\": 140,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2469,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"285bc1b2-56d8-4655-b46d-47879384dc4d\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"552f1367-0c27-4b8e-8aa6-aa910fc9893e\",\n            \"companyName\": \"Futurex, L.P.\",\n            \"title\": \"1000Mbps Port at Digital Realty FRA11\",\n            \"locationId\": 255,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2470,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"865f97c6-a95e-4182-ab4e-7025833dcb3b\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"552f1367-0c27-4b8e-8aa6-aa910fc9893e\",\n            \"companyName\": \"Futurex, L.P.\",\n            \"title\": \"1000Mbps Port at Digital Realty AMS17\",\n            \"locationId\": 298,\n            \"speed\": 1000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2471,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"edc6fad6-38dd-4e13-95b4-b548215301b4\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"16d231e1-dec7-47a2-a77c-07f14c9a2865\",\n            \"companyName\": \"Betaine (PH) B.V.\",\n            \"title\": \"10000Mbps Port at Digital Realty NYC1\",\n            \"locationId\": 62,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2472,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"d408b1b9-01a6-4703-9774-b7afc201d757\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"16d231e1-dec7-47a2-a77c-07f14c9a2865\",\n            \"companyName\": \"Betaine (PH) B.V.\",\n            \"title\": \"10000Mbps Port at Digital Realty NYC1\",\n            \"locationId\": 62,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2473,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"3463fbf6-05dc-40a5-aad8-03af381467d8\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"4443e2ba-f2f9-4db6-8b44-91062eea94da\",\n            \"companyName\": \"TasmaNet\",\n            \"title\": \"VDC-MEL03 - 530C Aggregation port\",\n            \"locationId\": 24,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 2476,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 191027\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"d2196d4a-013b-44da-9ece-d92b9a144a21\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"68a2f1f3-1271-44e0-ad9c-db590a3d3e91\",\n            \"companyName\": \"MediaHub Australia\",\n            \"title\": \"MHA-MPEQSY3-1-10G\",\n            \"locationId\": 6,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2477,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"857a3448-7181-42e1-b459-31a1ea06f8e7\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"200bb018-7344-4cf5-8609-e95f59d07c54\",\n            \"companyName\": \"AireSpring\",\n            \"title\": \"AireSpring NYC-NNI#2 10GB\",\n            \"locationId\": 62,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2478,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"792f8156-79a2-4cf3-b6d6-c0dafb8e8765\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"d383ae5d-75a3-45d2-b018-2806b410eb62\",\n            \"companyName\": \"WorkDay\",\n            \"title\": \"10000Mbps Port at Digital Realty ASH1\",\n            \"locationId\": 140,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2479,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"c13441a7-0e19-4ca0-9369-c08b55999ff4\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"d383ae5d-75a3-45d2-b018-2806b410eb62\",\n            \"companyName\": \"WorkDay\",\n            \"title\": \"10000Mbps Port at Digital Realty ASH1\",\n            \"locationId\": 140,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2480,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"92df7997-1620-49e8-ba88-41b1b1c27fc1\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"3df1faea-da9f-4417-ae7e-0f5abffbc0ed\",\n            \"companyName\": \"Great Plains Communications\",\n            \"title\": \"CNCNOH10G\",\n            \"locationId\": 149,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2481,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"8f56f9b2-35ea-403d-b3c2-2934dda83e3b\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"d018803a-1de9-497f-b082-eb84c9ca123f\",\n            \"companyName\": \"Digital Realty – Infrastructure\",\n            \"title\": \"10000Mbps Port at Digital Realty SFR2\",\n            \"locationId\": 141,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2482,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"7f248f55-31ea-4306-83e7-63646796cf26\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"7b54e767-1d03-49e8-8069-766603c3adbf\",\n            \"companyName\": \"TELUS Communications Inc.\",\n            \"title\": \"SCC-MONTREAL-PRIMARY\",\n            \"locationId\": 419,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2483,\n            \"lag_id\": 7,\n            \"lag_primary\": true,\n            \"aggregation_id\": 198038\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"db7e076e-263f-401a-aea2-20c1450ed40d\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"7b54e767-1d03-49e8-8069-766603c3adbf\",\n            \"companyName\": \"TELUS Communications Inc.\",\n            \"title\": \"SCC-MONTREAL-SECONDARY\",\n            \"locationId\": 419,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2484,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 198043\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"e9d0ae8f-b160-4bd6-9990-309640d22de2\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"a0b0d499-6089-41e6-89cb-8a223a3d2457\",\n            \"companyName\": \"ViA Online GmbH\",\n            \"title\": \"AS62086-1\",\n            \"locationId\": 129,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 2485,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 199144\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"6708d8d0-8b3b-4fce-aedb-3d644576e750\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"470c1a1a-ce8b-4585-9ac0-d92fc3009436\",\n            \"companyName\": \"UFONE\",\n            \"title\": \"UFONE SY3\",\n            \"locationId\": 6,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2486,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"6bb95140-8b26-4b1d-9778-af6f989d1441\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"640fe1de-988d-473d-bb03-9eb523f307cd\",\n            \"companyName\": \"Macquarie Telecom\",\n            \"title\": \"MACGOV MegaIX Canberra Blue Zone\",\n            \"locationId\": 645,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2490,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"0f4be5a7-60f7-4f71-979f-e71e46c3c498\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"640fe1de-988d-473d-bb03-9eb523f307cd\",\n            \"companyName\": \"Macquarie Telecom\",\n            \"title\": \"MACGOV MegaIX Canberra Red Zone\",\n            \"locationId\": 645,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2491,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"a6c53d5b-4c33-4c44-8b00-d2ab4e9d37ed\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"640fe1de-988d-473d-bb03-9eb523f307cd\",\n            \"companyName\": \"Macquarie Telecom\",\n            \"title\": \"MG-SIG5-WAN-SW01\",\n            \"locationId\": 645,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2492,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 201704\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"484d6598-1a56-4cdc-a745-102dba14d611\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"93509687-b2d7-4f7b-8f45-6627ae334899\",\n            \"companyName\": \"Kinetix Networks\",\n            \"title\": \"KIN-ME1-P1\",\n            \"locationId\": 41,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2493,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"61362e95-9a1e-40f3-bf13-695513c3588e\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"93509687-b2d7-4f7b-8f45-6627ae334899\",\n            \"companyName\": \"Kinetix Networks\",\n            \"title\": \"KIN-SY4-P1\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2494,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"af87711b-52b3-437d-a35e-bb786e030366\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"625cdb2a-b469-4d9b-99d1-9588757491cd\",\n            \"companyName\": \"Packet Clearing House\",\n            \"title\": \"ECIX Berlin BER-L105 AS42\",\n            \"locationId\": 122,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 2496,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"d872b746-5f2e-4cff-9e56-ccddd1d0aec4\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"625cdb2a-b469-4d9b-99d1-9588757491cd\",\n            \"companyName\": \"Packet Clearing House\",\n            \"title\": \"ECIX Berlin BER-L105 AS3856\",\n            \"locationId\": 122,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 2497,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"50a5ac88-d8fd-47ce-81c9-2c8897c8a06c\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"625cdb2a-b469-4d9b-99d1-9588757491cd\",\n            \"companyName\": \"Packet Clearing House\",\n            \"title\": \"ECIX Frankfurt FRA-ix6 AS42\",\n            \"locationId\": 130,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2498,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"2c153bd6-0e43-4c4b-b829-a7b304f58667\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"625cdb2a-b469-4d9b-99d1-9588757491cd\",\n            \"companyName\": \"Packet Clearing House\",\n            \"title\": \"ECIX Frankfurt FRA-ix6 AS3856\",\n            \"locationId\": 130,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2499,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"229770f0-3e39-4db4-981b-18fc0a58d21f\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"bd327b2a-fd9b-449a-acdf-cc508da76b36\",\n            \"companyName\": \"TraveNetz GmbH\",\n            \"title\": \"MEGAPORT-HH\",\n            \"locationId\": 124,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2500,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"27c1d57b-114d-412c-8623-1a5bca7df590\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"f5deddfb-46c9-4ea3-8884-104cfe07ae53\",\n            \"companyName\": \"Microsoft\",\n            \"title\": \"10G SIN MegaIX LAG#2 Port#1\",\n            \"locationId\": 36,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2501,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 206086\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"345354c8-6507-4654-958e-4fb8f6b6aeef\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"f5deddfb-46c9-4ea3-8884-104cfe07ae53\",\n            \"companyName\": \"Microsoft\",\n            \"title\": \"10G AKL MegaIX LAG#2 Port#1\",\n            \"locationId\": 51,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2502,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 206093\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"e3154ce9-7cc7-4f3c-8cf9-7e3f4494d937\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"f5deddfb-46c9-4ea3-8884-104cfe07ae53\",\n            \"companyName\": \"Microsoft\",\n            \"title\": \"10G BNE MegaIX LAG#2 Port#1\",\n            \"locationId\": 5,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2503,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 206099\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"ff19df3a-90ac-46e4-b334-b727c39e3bea\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"e1027c87-5c7a-42c1-96c7-1fa668f69aa0\",\n            \"companyName\": \"Solera Holdings (Global)\",\n            \"title\": \"10Gb Megaport SGDC10\",\n            \"locationId\": 36,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2504,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"cbb823c4-fc31-4747-959e-dfcf501db4dd\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"e1027c87-5c7a-42c1-96c7-1fa668f69aa0\",\n            \"companyName\": \"Solera Holdings (Global)\",\n            \"title\": \"10Gb Megaport Zaventem\",\n            \"locationId\": 586,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 2505,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"cd82f9b6-8df3-459c-bbf6-04acde7c13d7\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"114ddfa8-1b36-4aa4-9bce-b6b35b47816b\",\n            \"companyName\": \"Akamai International B.V.\",\n            \"title\": \"100G port MegaIX SYD\",\n            \"locationId\": 6,\n            \"speed\": 100000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2506,\n            \"lag_id\": 9,\n            \"lag_primary\": true,\n            \"aggregation_id\": 207295\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"f3c10dec-adf7-4e06-bf13-e03c50ae97b7\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"114ddfa8-1b36-4aa4-9bce-b6b35b47816b\",\n            \"companyName\": \"Akamai International B.V.\",\n            \"title\": \"100G port MegaIX BNE\",\n            \"locationId\": 5,\n            \"speed\": 100000,\n            \"diversityZone\": null,\n            \"rank\": 2507,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 207297\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"89e6b86f-099b-4a84-abd4-389589c65927\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"114ddfa8-1b36-4aa4-9bce-b6b35b47816b\",\n            \"companyName\": \"Akamai International B.V.\",\n            \"title\": \"100G port MegaIX MEL\",\n            \"locationId\": 41,\n            \"speed\": 100000,\n            \"diversityZone\": null,\n            \"rank\": 2508,\n            \"lag_id\": 9,\n            \"lag_primary\": true,\n            \"aggregation_id\": 207299\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"21a112d4-ba72-4bdf-8488-b825579d4e29\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"114ddfa8-1b36-4aa4-9bce-b6b35b47816b\",\n            \"companyName\": \"Akamai International B.V.\",\n            \"title\": \"100G port MegaIX PER\",\n            \"locationId\": 50,\n            \"speed\": 100000,\n            \"diversityZone\": null,\n            \"rank\": 2509,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 207300\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"f483e243-cc5d-470c-ba3e-30931d262902\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"9a956ac1-f891-4a6f-bc71-543a31b504c9\",\n            \"companyName\": \"VpsCity NZ\",\n            \"title\": \"MEGAPORT-VDC\",\n            \"locationId\": 51,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2510,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"9e47a8b8-fdd6-4d3b-b905-f49021208413\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"80e7c463-ded2-4bba-8c8a-a48e786f7427\",\n            \"companyName\": \"The Constant Company, LLC\",\n            \"title\": \"Vultr_DirectConnect_TYO1\",\n            \"locationId\": 560,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2511,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 220784\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"194b63eb-79e3-4bf3-8096-50f7e5506089\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"3a9f3003-fa40-4453-84c6-bba237d9a65b\",\n            \"companyName\": \"Cincinnati Bell\",\n            \"title\": \"MP-ASH-1\",\n            \"locationId\": 67,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2512,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"205a7fe0-82fd-4dcf-b584-f0895960367f\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"9a09f546-8381-455a-bba2-8062e433cb4b\",\n            \"companyName\": \"Kordia \",\n            \"title\": \"Kordia NZ 10G Megaport at Orbit Drive\",\n            \"locationId\": 33,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2513,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"46958974-06c8-41c2-94c0-5963b2c6d4c8\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"27fc9775-0434-4a6a-b119-7179cb824aa8\",\n            \"companyName\": \"CyrusOne, LLC.\",\n            \"title\": \"CyrusOne Austin Met II - Port 10\",\n            \"locationId\": 153,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2514,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"1d7bb586-a7a3-4019-b317-92ccc14b5503\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"33c0e8bb-abca-487c-9894-bec9d2c55fb8\",\n            \"companyName\": \"iland\",\n            \"title\": \"iland DALPOD03 Megaport IX\",\n            \"locationId\": 345,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 2515,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"8c6d9254-9279-4a20-ba20-aab343671e10\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"32cc0cf2-8bb0-4691-91e9-e3c7970ce5b7\",\n            \"companyName\": \"Ficolo Ltd\",\n            \"title\": \"0000-cs1-uut\",\n            \"locationId\": 516,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 2518,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"b7612d7a-2ec7-4f5f-b260-785c5f718d74\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"941309d2-157a-4223-bdfd-2ab6656d47b4\",\n            \"companyName\": \"RTB House S.A.\",\n            \"title\": \"100G Ashburn - Port 1 of 2\",\n            \"locationId\": 84,\n            \"speed\": 100000,\n            \"diversityZone\": null,\n            \"rank\": 2522,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"89173a52-2b2d-4830-b3b6-94450a6b4f06\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"941309d2-157a-4223-bdfd-2ab6656d47b4\",\n            \"companyName\": \"RTB House S.A.\",\n            \"title\": \"100G Ashburn - Port 2 of 2\",\n            \"locationId\": 84,\n            \"speed\": 100000,\n            \"diversityZone\": null,\n            \"rank\": 2523,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"7023cce2-5165-43f1-b50d-2ea848092202\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"c37f0ddf-5663-4463-9079-c820861b0730\",\n            \"companyName\": \"Voxtelesys\",\n            \"title\": \"SLC2-Core\",\n            \"locationId\": 485,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 2528,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"da2240fa-d07e-49bd-b8f3-be036f4506cb\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"c37f0ddf-5663-4463-9079-c820861b0730\",\n            \"companyName\": \"Voxtelesys\",\n            \"title\": \"DFW3-Core\",\n            \"locationId\": 408,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 2529,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"745f4be0-8955-42f4-8e44-7f6d9e3cadc6\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"c62fa406-a75c-4a20-9993-ba359d1f540a\",\n            \"companyName\": \"Trustpower ISP\",\n            \"title\": \"ATC-100G-1\",\n            \"locationId\": 80,\n            \"speed\": 100000,\n            \"diversityZone\": null,\n            \"rank\": 2530,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"15c9a84a-8aed-4749-ab98-21c051b785c5\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"41e21fe5-d39d-456b-bc25-4b05dac7b25a\",\n            \"companyName\": \"Cyxtera\",\n            \"title\": \"10G Megaport Cyxtera SFO1\",\n            \"locationId\": 546,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 2535,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 249966\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"79fd3bd5-6e67-4afe-8017-e6e7376f3cad\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"b03beb61-fcdb-4676-87d1-ab566f6839a7\",\n            \"companyName\": \"Acurus Networks Pty Ltd\",\n            \"title\": \"Acurus MEGAPORT 2 at NextDC S1\",\n            \"locationId\": 10,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2536,\n            \"lag_id\": 9,\n            \"lag_primary\": true,\n            \"aggregation_id\": 251074\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"c9f03403-1b54-4b46-9b68-9da043e2077f\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"ba6543ea-2d01-4f19-8d1b-e894936e3347\",\n            \"companyName\": \"NorthC datacenters\",\n            \"title\": \"Oude Meer port 1\",\n            \"locationId\": 1047,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 2537,\n            \"lag_id\": 3,\n            \"lag_primary\": true,\n            \"aggregation_id\": 251079\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"86245973-0eb6-45ff-ba3a-ae7962a89188\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"625cdb2a-b469-4d9b-99d1-9588757491cd\",\n            \"companyName\": \"Packet Clearing House\",\n            \"title\": \"PCH AS42 10G Megaport ECIX- HAM (HAM-IPH)\",\n            \"locationId\": 124,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2538,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"bb197411-06bb-4ada-b48c-44891a233793\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"625cdb2a-b469-4d9b-99d1-9588757491cd\",\n            \"companyName\": \"Packet Clearing House\",\n            \"title\": \"PCH AS3856 1G Megaport at ECIX-HAM (HAM-IPH)\",\n            \"locationId\": 124,\n            \"speed\": 1000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2539,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"da39dfed-e61e-49dc-9a39-3681009846d3\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"b88eb7d7-8fcb-4591-9d88-283af5d248b3\",\n            \"companyName\": \"CommArc Consulting Limited\",\n            \"title\": \"Megaport\",\n            \"locationId\": 522,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 2542,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"dcaf1260-2e44-438c-8b02-46413da96df9\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"6bc51cad-a63d-4ff8-ab12-6f35f2cdd69e\",\n            \"companyName\": \"Hurricane Electric\",\n            \"title\": \"100G Megaport MegaIX DAL\",\n            \"locationId\": 71,\n            \"speed\": 100000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2543,\n            \"lag_id\": 12,\n            \"lag_primary\": true,\n            \"aggregation_id\": 265708\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"c85221ab-a824-439d-9b8d-3f135df25b9c\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"6bc51cad-a63d-4ff8-ab12-6f35f2cdd69e\",\n            \"companyName\": \"Hurricane Electric\",\n            \"title\": \"100G Megaport FRA (ECIX FRA)\",\n            \"locationId\": 131,\n            \"speed\": 100000,\n            \"diversityZone\": null,\n            \"rank\": 2544,\n            \"lag_id\": 12,\n            \"lag_primary\": true,\n            \"aggregation_id\": 265717\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"bb4a47fd-e40e-4da5-b7ac-cade20bf11ff\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"6bc51cad-a63d-4ff8-ab12-6f35f2cdd69e\",\n            \"companyName\": \"Hurricane Electric\",\n            \"title\": \"100G Megaport DUS (ECIX DUS)\",\n            \"locationId\": 127,\n            \"speed\": 100000,\n            \"diversityZone\": null,\n            \"rank\": 2545,\n            \"lag_id\": 2,\n            \"lag_primary\": true,\n            \"aggregation_id\": 265718\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"e828a8a0-6967-4621-93d4-686295980313\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"6bc51cad-a63d-4ff8-ab12-6f35f2cdd69e\",\n            \"companyName\": \"Hurricane Electric\",\n            \"title\": \"100G Megaport BER (ECIX BER)\",\n            \"locationId\": 122,\n            \"speed\": 100000,\n            \"diversityZone\": null,\n            \"rank\": 2546,\n            \"lag_id\": 8,\n            \"lag_primary\": true,\n            \"aggregation_id\": 265719\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"dab30330-5acd-4f62-8730-cec4f34c5018\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"45b4c2c0-368e-4322-8d19-7fe1b87e7420\",\n            \"companyName\": \"First Data Resources Australia\",\n            \"title\": \"Fujitsu Western Sydney - port 1\",\n            \"locationId\": 1046,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2549,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"d4050327-43cb-43cc-a9c2-0ce770094935\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"45b4c2c0-368e-4322-8d19-7fe1b87e7420\",\n            \"companyName\": \"First Data Resources Australia\",\n            \"title\": \"Fujitsu Western Sydney - port 2\",\n            \"locationId\": 1046,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2550,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"044ae3aa-4e99-4f60-b8f8-d15248d0f37d\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"45b4c2c0-368e-4322-8d19-7fe1b87e7420\",\n            \"companyName\": \"First Data Resources Australia\",\n            \"title\": \"Fujitsu Western Sydney - port 3\",\n            \"locationId\": 1046,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2551,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"afe9f90c-ed61-4f96-a244-65b92e6d5b72\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"45b4c2c0-368e-4322-8d19-7fe1b87e7420\",\n            \"companyName\": \"First Data Resources Australia\",\n            \"title\": \"Fujitsu Western Sydney - port 4\",\n            \"locationId\": 1046,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2552,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"fc123b78-b8eb-4fd8-82d1-4e55d5c07f05\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"ae5e8ecc-4d49-412f-9433-0f3117d1461e\",\n            \"companyName\": \"Turbo I.T\",\n            \"title\": \"Turbo Mega Akl\",\n            \"locationId\": 416,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 2553,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"906b53cb-541d-4e9a-abae-fd125452c8bc\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"2eebd61d-e42c-47ee-86b3-cadfaa594638\",\n            \"companyName\": \"Tech Lads Ltd\",\n            \"title\": \"MegaPortv2\",\n            \"locationId\": 565,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 2554,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 277896\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"e26ab406-1488-4bc8-9ce8-6d1aea7f3b0a\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"3612c362-be6c-4c62-b3d2-5b172a13b67d\",\n            \"companyName\": \"Over the Wire\",\n            \"title\": \"OTW 454stp.bne\",\n            \"locationId\": 383,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2555,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"c35fc717-345e-484c-b763-b131b2914bcd\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"c05c1710-2835-4a75-852c-9ea6fb3d37e9\",\n            \"companyName\": \"Synergy Networks GmbH\",\n            \"title\": \"100G ECIX-HAM Megaport - IPHH Synergy Networks\",\n            \"locationId\": 124,\n            \"speed\": 100000,\n            \"diversityZone\": null,\n            \"rank\": 2556,\n            \"lag_id\": 10,\n            \"lag_primary\": true,\n            \"aggregation_id\": 278051\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"c35d77c7-413d-4336-9590-681f2b0790e6\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"cdabd7e7-6a47-4260-9439-f91af6317072\",\n            \"companyName\": \"Hetzner Online GmbH\",\n            \"title\": \"MegaIX-ASH\",\n            \"locationId\": 346,\n            \"speed\": 100000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2557,\n            \"lag_id\": 4,\n            \"lag_primary\": true,\n            \"aggregation_id\": 278308\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"40974d26-82a8-4976-9078-55a139fff00a\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"5432c46e-b304-4f53-95f7-fe052ee09c0a\",\n            \"companyName\": \"KsFiberNet\",\n            \"title\": \"KsFiberNet at 1102 Grand Netrality Data Center\",\n            \"locationId\": 324,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2562,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"80fdd6de-934e-48b2-b58f-f7167f7cd1cf\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"af69da16-ef95-4f0b-a869-2672dca5f280\",\n            \"companyName\": \"Scott Managed Services\",\n            \"title\": \"SMS-SDC-01\",\n            \"locationId\": 463,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 2563,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"10c8450b-aca0-4345-bcbd-37b1a8f3b9b1\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"af69da16-ef95-4f0b-a869-2672dca5f280\",\n            \"companyName\": \"Scott Managed Services\",\n            \"title\": \"SMS-SDC-02\",\n            \"locationId\": 463,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 2564,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"cc347123-4d1f-4698-a014-6aa16d7dc8ce\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"f9c6f7cc-2afe-45b6-bf6f-3ee5866c45ab\",\n            \"companyName\": \"Launtel Pty Ltd\",\n            \"title\": \"NextDC P2 (via P1)\",\n            \"locationId\": 50,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2565,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"6ac2f83e-34ce-49db-8f81-eebb16e02de3\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"eaee7551-7b40-468b-b958-34fcf634013a\",\n            \"companyName\": \"Wasabi Technologies, Inc.\",\n            \"title\": \"Frankfurt01\",\n            \"locationId\": 131,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2566,\n            \"lag_id\": 10,\n            \"lag_primary\": true,\n            \"aggregation_id\": 292388\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"9fb0fc4f-20cb-42f5-b2d3-6735c6ab990c\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"f005a565-6e32-4d0b-ba4b-e2200537dbf0\",\n            \"companyName\": \"Beyond.pl Sp. z o.o.\",\n            \"title\": \"PORT-1-Marketplace-NIEUZYWANY-NIEREAGOWAC\",\n            \"locationId\": 1142,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 2567,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"95fb4d55-9df7-42d3-9473-95df246e655d\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"114ddfa8-1b36-4aa4-9bce-b6b35b47816b\",\n            \"companyName\": \"Akamai International B.V.\",\n            \"title\": \"100G NZ Scrub #1\",\n            \"locationId\": 80,\n            \"speed\": 100000,\n            \"diversityZone\": null,\n            \"rank\": 2568,\n            \"lag_id\": 1,\n            \"lag_primary\": true,\n            \"aggregation_id\": 298944\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"7be07430-2248-4dc4-b916-71773abf9121\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"6bc51cad-a63d-4ff8-ab12-6f35f2cdd69e\",\n            \"companyName\": \"Hurricane Electric\",\n            \"title\": \"10G Megaport Sofia - 2\",\n            \"locationId\": 136,\n            \"speed\": 10000,\n            \"diversityZone\": null,\n            \"rank\": 2582,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 308533\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"958e316e-bb3c-43d7-ba44-17e3053c8868\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"6bc51cad-a63d-4ff8-ab12-6f35f2cdd69e\",\n            \"companyName\": \"Hurricane Electric\",\n            \"title\": \"Megaport Brisbane #1\",\n            \"locationId\": 5,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2583,\n            \"lag_id\": 6,\n            \"lag_primary\": true,\n            \"aggregation_id\": 308680\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"9efeacad-e3fb-498b-80be-d1eb8ff29845\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"632fa0ee-2472-467e-8349-28491ea0c0e3\",\n            \"companyName\": \"HP Inc\",\n            \"title\": \"Megaport LD7 Port A\",\n            \"locationId\": 90,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2584,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"8e0ba046-de42-4ab8-9cc7-ab52d94e8084\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"2f3e3718-b63e-464f-816d-930a9e643ed2\",\n            \"companyName\": \"Supercloud\",\n            \"title\": \"NextDC M1\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2585,\n            \"lag_id\": 5,\n            \"lag_primary\": true,\n            \"aggregation_id\": 325588\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"3be455f5-5b5f-47c0-8ade-0394f26fef00\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"b1dc875f-3d4a-4931-9edc-a8f8e94604ed\",\n            \"companyName\": \"itGlobal Networks\",\n            \"title\": \"NextDC-S1-01\",\n            \"locationId\": 10,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2586,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"cbae068b-4155-4df6-8bde-20841d0b8887\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"2d56ff7d-46bd-4d83-8f28-8a8cb97c5bd4\",\n            \"companyName\": \"Hypernet Group PTY LTD\",\n            \"title\": \"Megaport Sydney 1\",\n            \"locationId\": 10,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2587,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"f463d17a-75ca-4ebb-84d0-b553fe17e71d\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google Inc\",\n            \"title\": \"MegaIX Ashburn 100G #1\",\n            \"locationId\": 67,\n            \"speed\": 100000,\n            \"diversityZone\": null,\n            \"rank\": 2589,\n            \"lag_id\": 8,\n            \"lag_primary\": true,\n            \"aggregation_id\": 339331\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"419304c8-bb33-4431-984f-ce4d37d384ce\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n            \"companyName\": \"Google Inc\",\n            \"title\": \"MegaIX Ashburn 100G #2\",\n            \"locationId\": 67,\n            \"speed\": 100000,\n            \"diversityZone\": null,\n            \"rank\": 2590,\n            \"lag_id\": 10,\n            \"lag_primary\": true,\n            \"aggregation_id\": 339332\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"1095d775-3a47-4f1f-92b8-eb962c174a39\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"ed11be46-d335-458f-ae0e-919034b65d24\",\n            \"companyName\": \"EdgeConneX-Cox\",\n            \"title\": \"CB-CLOUDPORT-LA1-CA\",\n            \"locationId\": 59,\n            \"speed\": 10000,\n            \"diversityZone\": \"blue\",\n            \"rank\": 2596,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"IBM\",\n            \"productUid\": \"6a456e26-9bec-4e8e-90ba-14d7791a1afd\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"c6b15539-5824-439f-8af9-b595d4e600e0\",\n            \"companyName\": \"Cloudflare\",\n            \"title\": \"Network Interconnect 10G Port NextDC M1\",\n            \"locationId\": 4,\n            \"speed\": 10000,\n            \"diversityZone\": \"red\",\n            \"rank\": 2597,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        }\n    ]\n}"}],"_postman_id":"72d2d797-5950-4d8f-b435-f1e9a468a60a"},{"name":"Create VXC to IBM (v3)","id":"1c2d1c18-6dd0-4e89-b79f-a4e6620a6b46","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"[\n  {\n    \"productUid\": \"513e3cc4-9527-49d3-8cbb-4ad573df5fe7\",\n    \"associatedVxcs\": [\n      {\n        \"productName\": \"My IBM VXC\",\n        \"rateLimit\": \"100\",\n        \"term\": 12,\n        \"shutdown\": false,\n        \"promoCode\": \"promox3mnthfree2\",\n        \"partnerConfigs\": {\n          \"account_id\": \"5bf92b31d921499f963592cd816f6be7\",\n          \"customer_asn\": 64999,\n          \"connectType\": \"IBM\",\n          \"asn\": 65333\n            },\n        \"aEnd\": {\n          \"vlan\": 0 \n        },\n        \"bEnd\": {\n          \"productUid\": \"60996dfb-e397-4f0b-a25c-ae69ff23e538\"\n        }\n      }\n    ]\n  }\n]\n"},"url":"{{baseUrl}}/v3/networkdesign/buy","description":"<p>With the <code>productUid</code> value from the IBM location lookup, create the VXC.<br />You specify the configuration details in the Body of the request. The first <code>productUid</code> identifies the Port in your Megaport location (A-End) and the <code>bEnd: productUid</code> identifies the IBM location.</p>\n<p>The <code>account_id</code> is a required string that identifies your IBM account ID. Maximum value of 32 hexadecimal characters.</p>\n<p>The <code>customer_asn</code> is an integer that identifies your network’s autonomous system number (ASN). This can be a public or private ASN and the supported ranges are 1 - 65401, 65434 - 4201064999, and 4201066000 - 4294967294 (default is 64999).<br />Excluded ranges are 65201 - 65234, and excluded values are 13884, 36351, 64512, 64513, 65100, 65500, 65516, 65519, 65521, and 65531.<br />Required unless the port at the other end of the VXC is an MCR.</p>\n<p>A <code>vlan</code> value of 0 for the A-End means the VLAN will be randomly assigned.</p>\n<p><code>term</code> is the contract term for the VXC. Valid values are 1, 12, 24, 36, 48, and 60 months. If <code>term</code> is not provided when ordering a VXC, it defaults to 1 (No Minimum Term).</p>\n<p><code>shutdown</code> will temporarily shut down and re-enable the VXC. Valid values are <code>true</code> (shut down) and <code>false</code> (enabled). If not provided, it defaults to <code>false</code> (enabled).</p>\n<p><code>promoCode</code> is an optional string that can be used to enter a promotional code for the service order. The code is not validated, so if the code doesn’t exist or doesn’t work for the service, the call will still be successful.</p>\n<p><strong>Tip:</strong> To test your request before you order and see pricing details, use the <code>/v3/networkdesign/validate</code> endpoint with the same Body configuration.</p>\n<p><strong>Note:</strong> Once the VXC is created and ordered, the change is available immediately in the IBM Cloud portal. You need to approve or reject the request in the IBM Cloud portal. After you verify and approve the inbound IBM VXC in the IBM Cloud portal, the IBM Direct Link Connect status changes to Provisioned and the Megaport VXC is active.</p>\n","urlObject":{"path":["v3","networkdesign","buy"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"f74d57d1-e694-4a07-9cff-9768653ac49a","name":"Create VXC to IBM (v3)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"[\n  {\n    \"productUid\": \"513e3cc4-9527-49d3-8cbb-4ad573df5fe7\",\n    \"associatedVxcs\": [\n      {\n        \"productName\": \"My IBM VXC\",\n        \"rateLimit\": \"100\",\n        \"partnerConfigs\": {\n          \"account_id\": \"5bf92b31d921499f963592cd816f6be7\",\n          \"customer_asn\": 64999,\n          \"connectType\": \"IBM\",\n          \"asn\": 65333\n            },\n        \"aEnd\": {\n          \"vlan\": 0 \n        },\n        \"bEnd\": {\n          \"productUid\": \"60996dfb-e397-4f0b-a25c-ae69ff23e538\"\n        }\n      }\n    ]\n  }\n]\n","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/networkdesign/buy"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 10 Aug 2023 06:01:57 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"3387"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Set-Cookie","value":"JSESSIONID=3F599694766A43CD38E794C2DB999B16; Path=/; HttpOnly"},{"key":"UOW","value":"7a421868-f7a2-4521-ba21-2df2f82cb0d6"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"VXC [d88c6d31-34a9-4adf-b3ab-b9aee67d9d8b] created.\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"createDate\": 1691647310450,\n            \"vxcOrderId\": 125066,\n            \"payerMegaPortId\": 146986,\n            \"nonPayerMegaPortId\": 11549,\n            \"payerMegaPortName\": \"sjc-tx2-vr-4 Guest Production Port Eth1-1 / Eth1-1\",\n            \"nonPayerMegaPortName\": \"Direct Link Dallas 4 Port 1\",\n            \"payerCompanyId\": 1153,\n            \"nonPayerCompanyId\": 8273,\n            \"payerLocationId\": 65,\n            \"nonPayerLocationId\": 72,\n            \"salesId\": null,\n            \"payerCompanyName\": \"Megaport Lab\",\n            \"nonPayerCompanyName\": \"IBM Cloud\",\n            \"payerMegaPortNsId\": 370135,\n            \"nonPayerMegaPortNsId\": 26231,\n            \"payerVlanId\": 0,\n            \"nonPayerVlanId\": 0,\n            \"payerInnerVlanId\": null,\n            \"nonPayerInnerVlanId\": null,\n            \"payerApproverName\": \"Greg Brown\",\n            \"payerApproverId\": 50402,\n            \"nonPayerApproverName\": \"Greg Brown\",\n            \"nonPayerApproverId\": 50402,\n            \"payerApproval\": 1691647310400,\n            \"nonPayerApproval\": 1691647310440,\n            \"fixedTerm\": true,\n            \"duration\": 1,\n            \"rollover\": true,\n            \"serviceName\": \"from sjc-tx2-vr-4 Guest Production Port Eth1-1 / Eth1-1 to Direct Link Dallas 4 Port 1\",\n            \"payerStatus\": \"APPROVED\",\n            \"nonPayerStatus\": \"APPROVED\",\n            \"speed\": 100,\n            \"distanceBand\": \"INTERZONE\",\n            \"intercapPath\": \"\",\n            \"awsId\": null,\n            \"promoCode\": null,\n            \"dealUid\": null,\n            \"rateType\": \"MONTHLY\",\n            \"vxcJTechnicalServiceId\": 169683,\n            \"vxcJTechnicalServiceUid\": \"d88c6d31-34a9-4adf-b3ab-b9aee67d9d8b\",\n            \"provisionDate\": 1691647310397,\n            \"orderType\": \"NEW\",\n            \"monthlyDiscountAmount\": null,\n            \"discountMonths\": null,\n            \"amazonDirectConnectConfigDto\": null,\n            \"amsixConnectConfigDto\": null,\n            \"webAirProvItem\": null,\n            \"sdrcProvItem\": null,\n            \"rate\": null,\n            \"setup\": null,\n            \"asn\": null,\n            \"bgpPassword\": null,\n            \"usageAlgorithm\": \"POST_PAID_HOURLY_SPEED_LONG_HAUL_VXC\",\n            \"costCentre\": null,\n            \"azureServiceKey\": null,\n            \"oracleVirtualCircuitId\": null,\n            \"serviceKey\": null,\n            \"vxc\": {\n                \"serviceName\": \"My IBM VXC\",\n                \"name\": \"My IBM VXC\",\n                \"secondaryName\": null,\n                \"technicalServiceId\": 169683,\n                \"technicalServiceUid\": \"d88c6d31-34a9-4adf-b3ab-b9aee67d9d8b\",\n                \"requestedDate\": 1691647310397,\n                \"configuredDate\": null,\n                \"currentEstimatedDelivery\": null,\n                \"companyName\": \"Megaport Lab\",\n                \"companyId\": 1153,\n                \"billingContactName\": null,\n                \"billingContactId\": null,\n                \"adminContactName\": null,\n                \"adminContactId\": null,\n                \"technicalContactName\": null,\n                \"technicalContactId\": null,\n                \"salesName\": null,\n                \"salesId\": null,\n                \"billableId\": 161578,\n                \"billableUsageAlgorithm\": null,\n                \"productType\": \"VXC\",\n                \"provisioningStatus\": \"DEPLOYABLE\",\n                \"failedReason\": null,\n                \"inAdvanceBillingStatus\": null,\n                \"provisioningItems\": [],\n                \"tags\": [],\n                \"vxcDistanceBand\": \"INTERZONE\",\n                \"intercapPath\": \"\",\n                \"marketplaceVisibility\": true,\n                \"vxcPermitted\": true,\n                \"vxcAutoApproval\": false,\n                \"createDate\": 1691647310423,\n                \"terminationDate\": null,\n                \"contractStartDate\": null,\n                \"contractTermMonths\": 1,\n                \"rateType\": \"MONTHLY\",\n                \"trialAgreement\": false,\n                \"payerCompanyId\": null,\n                \"nonPayerCompanyId\": null,\n                \"minimumSpeed\": null,\n                \"maximumSpeed\": null,\n                \"rateLimit\": 100,\n                \"errorMessage\": null,\n                \"lagId\": null,\n                \"aggregationId\": null,\n                \"lagPrimary\": null,\n                \"market\": \"USA\",\n                \"accountManager\": null,\n                \"promptUid\": null,\n                \"components\": [],\n                \"attributes\": [],\n                \"aLocation\": null,\n                \"bLocation\": null,\n                \"aMetro\": null,\n                \"aCountry\": null,\n                \"aLocationId\": null,\n                \"bLocationId\": null,\n                \"bMetro\": null,\n                \"bCountry\": null,\n                \"attributeTags\": {},\n                \"createdBy\": \"f39b8983-256e-4643-adec-9f0b5da09ab7\",\n                \"buyoutPort\": null,\n                \"virtual\": false,\n                \"locked\": false,\n                \"adminLocked\": false,\n                \"bgpShutdownDefault\": false,\n                \"originDomain\": null\n            },\n            \"connectType\": \"IBM\",\n            \"payerConfig\": {},\n            \"nonPayerConfig\": {},\n            \"attributeTags\": {},\n            \"serviceLicense\": null,\n            \"originDomain\": null,\n            \"fullyApproved\": true\n        }\n    ]\n}"}],"_postman_id":"1c2d1c18-6dd0-4e89-b79f-a4e6620a6b46"}],"id":"eb09e6e1-7471-49ae-8888-9977ba2cefce","description":"<p>IBM Direct Link lets you create private connections between remote network environments and IBM Cloud deployments.</p>\n<p>To set up IBM Direct Link with Megaport, you need to identify the IBM location for your service and the <code>productUid</code> for that location, and then you need to create a VXC from your Port to the IBM location.</p>\n<p>For more information about IBM and Megaport, see <a href=\"https://docs.megaport.com/cloud/megaport/ibm/direct-link-2.0/\">Connecting to IBM Cloud Direct Link</a> in the Megaport documentation.</p>\n","_postman_id":"eb09e6e1-7471-49ae-8888-9977ba2cefce"},{"name":"Oracle Cloud","item":[{"name":"Look Up Oracle Circuit ID","id":"682d7ce6-6760-41ae-bdad-b9210981c9ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v2/secure/oracle/{circuitId}","description":"<p>The first step when ordering Oracle cloud service is to use the virtual circuit ID and ensure there is a free Port for a connection and to get its <code>productUID</code>.</p>\n<p>In the response, available ports are listed as <code>vxc: null</code> and ports with an assigned value are not available.</p>\n","urlObject":{"path":["v2","secure","oracle","{circuitId}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"f24ff473-ead1-4e25-96b6-61318c2bb826","name":"Look Up Oracle Circuit ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v2/secure/oracle/ocid1.virtualcircuit.oc1.phx.aaaaaaaapsokflwszxk3c2vhsyj5pkas3gmh3zngyxx7zj6yxj2stgeofk5q"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 11 Nov 2020 22:37:48 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.17.10"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Set-Cookie","value":"JSESSIONID=4B32354FD4FACA823B93335B069A5679; Path=/; HttpOnly"},{"key":"UOW","value":"f8e09bb3-0661-4ec4-a2c8-37c64ea2520f"},{"key":"Content-Disposition","value":"inline;filename=f.txt"},{"key":"ETag","value":"W/\"08d215c073b02cbdd18abfeeaf9d45d94\""},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Successful lookup\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": {\n        \"bandwidth\": 10000,\n        \"csp_id\": \"ocid1.virtualcircuit.oc1.phx.aaaaaaaapsokflwszxk3c2vhsyj5pkas3gmh3zngyxx7zj6yxj2stgeofk5q\",\n        \"resource_type\": \"csp_connection\",\n        \"megaports\": [\n            {\n                \"portSpeed\": 10000,\n                \"name\": \"OCI (us-phoenix-1) Primary (BMC)\",\n                \"state\": \"AZ\",\n                \"description\": \"Oracle at CyrusOne Chandler\",\n                \"productUid\": \"46c71b6d-115e-4de4-8894-4f40d0fdbc98\",\n                \"nServiceId\": 10419,\n                \"companyUid\": \"8ea83603-445c-40c6-94cf-67967a18beb9\",\n                \"country\": \"USA\",\n                \"vxc\": null,\n                \"port\": 5073,\n                \"companyName\": \"Oracle\",\n                \"locationId\": 147,\n                \"productId\": 5073,\n                \"companyId\": 5039\n            },\n            {\n                \"portSpeed\": 10000,\n                \"name\": \"OCI (us-phoenix) Secondary (BMC)\",\n                \"state\": \"AZ\",\n                \"description\": \"Oracle at CyrusOne Chandler\",\n                \"productUid\": \"0c6efa2f-ba70-41c4-a3b4-51708adb969c\",\n                \"nServiceId\": 10415,\n                \"companyUid\": \"8ea83603-445c-40c6-94cf-67967a18beb9\",\n                \"country\": \"USA\",\n                \"vxc\": null,\n                \"port\": 5070,\n                \"companyName\": \"Oracle\",\n                \"locationId\": 147,\n                \"productId\": 5070,\n                \"companyId\": 5039\n            },\n            {\n                \"portSpeed\": 10000,\n                \"name\": \"OCI (us-phoenix-1) Primary (BMC)\",\n                \"state\": \"CA\",\n                \"description\": \"Oracle at Digital Realty LOS1\",\n                \"productUid\": \"b0a0c1a9-b112-4202-af66-44c69eaa73cd\",\n                \"nServiceId\": 138544,\n                \"companyUid\": \"8ea83603-445c-40c6-94cf-67967a18beb9\",\n                \"country\": \"USA\",\n                \"vxc\": null,\n                \"port\": 61874,\n                \"companyName\": \"Oracle\",\n                \"locationId\": 63,\n                \"productId\": 61874,\n                \"companyId\": 5039\n            },\n            {\n                \"portSpeed\": 10000,\n                \"name\": \"OCI (us-phoenix-1) Secondary (BMC)\",\n                \"state\": \"CA\",\n                \"description\": \"Oracle at Digital Realty LOS1\",\n                \"productUid\": \"e33162cf-8081-4fbb-aa41-65021d953ec0\",\n                \"nServiceId\": 138549,\n                \"companyUid\": \"8ea83603-445c-40c6-94cf-67967a18beb9\",\n                \"country\": \"USA\",\n                \"vxc\": null,\n                \"port\": 61876,\n                \"companyName\": \"Oracle\",\n                \"locationId\": 63,\n                \"productId\": 61876,\n                \"companyId\": 5039\n            }\n        ]\n    }\n}"}],"_postman_id":"682d7ce6-6760-41ae-bdad-b9210981c9ea"},{"name":"Create VXC to Oracle (v3)","id":"a6285e81-0d80-4e5c-b42e-cbe468cd18ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"[\n    {\n        \"productUid\": \"a0f36688-48a7-4208-a58b-d965cb423694\",\n        \"associatedVxcs\": [\n            {\n                \"productName\": \"My Oracle VXC\",\n                \"rateLimit\": 550,\n                \"term\": 12,\n                \"shutdown\": false,\n                \"promoCode\": \"promox3mnthfree2\",\n                \"aEnd\": {\n                    \"vlan\": 202\n                },\n                \"bEnd\": {\n                    \"productUid\": \"46c71b6d-115e-4de4-8894-4f40d0fdbc98\",\n                    \"vlan\": 300, \n                    \"partnerConfig\" : {\n                        \"connectType\": \"ORACLE\",\n                        \"virtualCircuitId\": \"ocid1.virtualcircuit.oc1.phx.aaaaaaaapsokflwszxk3c2vhsyj5pkas3gmh3zngyxx7zj6yxj2stgeofk5q\"\n                    }\n                }\n            }\n        ]\n    }\n]"},"url":"{{baseUrl}}/v3/networkdesign/buy","description":"<p>With the details from the virtual circuit ID lookup, create the VXC to Oracle.</p>\n<p>You specify the configuration details in the Body of the request.<br />The first <code>productUid</code> identifies the Port in your Megaport location (A-End) and the <code>bEnd: productUid</code> identifies the Oracle location (B-End).</p>\n<p>For the A-End, ensure that you select a Port in the same network region as the port from the circuit ID lookup request.</p>\n<p>The <code>bEnd: vlan</code> is overridden by Oracle.</p>\n<p><code>term</code> is the contract term for the VXC. Valid values are 1, 12, 24, 36, 48, and 60 months. If <code>term</code> is not provided when ordering a VXC, it defaults to 1 (No Minimum Term).</p>\n<p><code>shutdown</code> will temporarily shut down and re-enable the VXC. Valid values are <code>true</code> (shut down) and <code>false</code> (enabled). If not provided, it defaults to <code>false</code> (enabled).</p>\n<p><code>promoCode</code> is an optional string that can be used to enter a promotional code for the service order. The code is not validated, so if the code doesn’t exist or doesn’t work for the service, the call will still be successful.</p>\n<p><strong>Tip:</strong> To test your request before you order and see pricing details, use the <code>/v3/networkdesign/validate</code> endpoint with the same Body configuration.</p>\n","urlObject":{"path":["v3","networkdesign","buy"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"d1d0f071-f8bb-406a-af4b-c0e1b64f9da8","name":"Create VXC to Oracle (v3)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"[\n    {\n        \"productUid\": \"a0f36688-48a7-4208-a58b-d965cb423694\",\n        \"associatedVxcs\": [\n            {\n                \"productName\": \"My Oracle VXC\",\n                \"rateLimit\": 550,\n                \"aEnd\": {\n                    \"vlan\": 202\n                },\n                \"bEnd\": {\n                    \"productUid\": \"46c71b6d-115e-4de4-8894-4f40d0fdbc98\",\n                    \"vlan\": 300, \n                    \"partnerConfig\" : {\n                        \"connectType\": \"ORACLE\",\n                        \"virtualCircuitId\": \"ocid1.virtualcircuit.oc1.phx.aaaaaaaapsokflwszxk3c2vhsyj5pkas3gmh3zngyxx7zj6yxj2stgeofk5q\"\n                    }\n                }\n            }\n        ]\n    }\n]","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/networkdesign/buy"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 11 Nov 2020 22:41:38 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.17.10"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"UOW","value":"dd1c472f-eb51-4af8-9893-07fcad596fc3"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"VXC [54f78a4a-dbf0-404c-8bb0-68a967870f65] created. \",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"createDate\": 1605134495023,\n            \"vxcOrderId\": 52639,\n            \"payerMegaPortId\": 70737,\n            \"nonPayerMegaPortId\": 5073,\n            \"payerMegaPortName\": \"My LA API Port\",\n            \"nonPayerMegaPortName\": \"OCI (us-phoenix-1) Primary (BMC)\",\n            \"payerCompanyId\": 1153,\n            \"nonPayerCompanyId\": 5039,\n            \"payerLocationId\": 60,\n            \"nonPayerLocationId\": 147,\n            \"salesId\": null,\n            \"payerCompanyName\": \"Megaport Lab\",\n            \"nonPayerCompanyName\": \"Oracle\",\n            \"payerMegaPortNsId\": 158640,\n            \"nonPayerMegaPortNsId\": 10419,\n            \"payerVlanId\": 202,\n            \"nonPayerVlanId\": 300,\n            \"payerInnerVlanId\": null,\n            \"nonPayerInnerVlanId\": null,\n            \"payerApproverName\": \"Eric Akin\",\n            \"payerApproverId\": 32278,\n            \"nonPayerApproverName\": \"Eric Akin\",\n            \"nonPayerApproverId\": 32278,\n            \"payerApproval\": 1605134494550,\n            \"nonPayerApproval\": 1605134494610,\n            \"fixedTerm\": true,\n            \"duration\": 1,\n            \"rollover\": true,\n            \"serviceName\": \"from My LA API Port to OCI (us-phoenix-1) Primary (BMC)\",\n            \"payerStatus\": \"APPROVED\",\n            \"nonPayerStatus\": \"APPROVED\",\n            \"speed\": 550,\n            \"distanceBand\": \"ZONE\",\n            \"intercapPath\": \"\",\n            \"awsId\": null,\n            \"promoCode\": null,\n            \"rateType\": \"MONTHLY\",\n            \"vxcJTechnicalServiceId\": 70752,\n            \"vxcJTechnicalServiceUid\": \"54f78a4a-dbf0-404c-8bb0-68a967870f65\",\n            \"provisionDate\": 1605134494466,\n            \"orderType\": \"NEW\",\n            \"monthlyDiscountAmount\": null,\n            \"discountMonths\": null,\n            \"amazonDirectConnectConfigDto\": null,\n            \"amsixConnectConfigDto\": null,\n            \"webAirProvItem\": null,\n            \"sdrcProvItem\": null,\n            \"rate\": null,\n            \"setup\": null,\n            \"asn\": null,\n            \"bgpPassword\": null,\n            \"usageAlgorithm\": \"POST_PAID_HOURLY_SPEED_LONG_HAUL_VXC\",\n            \"costCentre\": null,\n            \"azureServiceKey\": null,\n            \"oracleVirtualCircuitId\": \"ocid1.virtualcircuit.oc1.phx.aaaaaaaapsokflwszxk3c2vhsyj5pkas3gmh3zngyxx7zj6yxj2stgeofk5q\",\n            \"serviceKey\": null,\n            \"connectType\": \"ORACLE\",\n            \"payerConfig\": {},\n            \"nonPayerConfig\": {},\n            \"attributeTags\": {},\n            \"fullyApproved\": true\n        }\n    ]\n}"},{"id":"c002184b-76ab-4c12-8be7-2295be70a93d","name":"Buy Port With VXC to Oracle (v3)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"[\n    {\n        \"associatedIxs\": [],\n        \"associatedVxcs\": [\n            {\n                \"productUid\": \"d3744ff0-c17e-11ef-aa85-8b7f845fff92\",\n                \"productName\": \"Melbourne to Los Angeles - Cloud VXC\",\n                \"provisioningStatus\": \"DESIGN\",\n                \"rateLimit\": 10000,\n                \"shutdown\": false,\n                \"dealUid\": null,\n                \"resourceTags\": [],\n                \"aEnd\": {\n                    \"locationId\": 23,\n                    \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                    \"productUid\": \"c1af83c0-c17e-11ef-aa85-8b7f845fff92\",\n                    \"vlan\": 0,\n                    \"partnerConfig\": {}\n                },\n                \"bEnd\": {\n                    \"locationId\": 63,\n                    \"ownerUid\": \"8ea83603-445c-40c6-94cf-67967a18beb9\",\n                    \"productUid\": \"e33162cf-8081-4fbb-aa41-65021d953ec0\",\n                    \"vlan\": 0,\n                    \"partnerConfig\": {\n                        \"complete\": null,\n                        \"connectType\": \"ORACLE\",\n                        \"virtualCircuitId\": \"ocid1.virtualcircuit.oc1.phx.aaaaaaaapsokflwszxk3c2vhsyj5pkas3gmh3zngyxx7zj6yxj2stgeofk5q\",\n                        \"validKey\": true,\n                        \"maxRateLimit\": 10000\n                    },\n                    \"diversityZone\": \"blue\"\n                },\n                \"productType\": \"VXC\",\n                \"costCentre\": null,\n                \"connectType\": \"ORACLE\",\n                \"term\": 12,\n                \"parentPortUid\": [\n                    \"c1af83c0-c17e-11ef-aa85-8b7f845fff92\"\n                ]\n            }\n        ],\n        \"buyoutPort\": false,\n        \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n        \"costCentre\": null,\n        \"term\": 12,\n        \"createDate\": 1734993587531,\n        \"locationId\": 23,\n        \"portSpeed\": 10000,\n        \"productName\": \"Austin Port\",\n        \"productType\": \"MEGAPORT\",\n        \"productUid\": \"c1af83c0-c17e-11ef-aa85-8b7f845fff92\",\n        \"provisioningStatus\": \"DESIGN\",\n        \"virtual\": false,\n        \"speed\": 10000,\n        \"config\": {\n            \"diverseFrom\": null,\n            \"diversityZone\": null\n        },\n        \"resourceTags\": [],\n        \"dealUid\": null,\n        \"connectType\": \"DEFAULT\",\n        \"title\": \"Austin Port\"\n    }\n]","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/networkdesign/buy"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 11 Nov 2020 22:41:38 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.17.10"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"UOW","value":"dd1c472f-eb51-4af8-9893-07fcad596fc3"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"MEGAPORT [4b324901-de8e-4e29-8ed8-58b0c79777df] created. VXC [16e96ec6-b9d5-4362-915c-fbb5a5289128] created.\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"serviceName\": \"Austin Port\",\n            \"name\": \"Austin Port\",\n            \"secondaryName\": null,\n            \"technicalServiceId\": 220089,\n            \"technicalServiceUid\": \"4b324901-de8e-4e29-8ed8-58b0c79777df\",\n            \"requestedDate\": 1734994700400,\n            \"configuredDate\": null,\n            \"currentEstimatedDelivery\": null,\n            \"companyName\": \"Megaport Lab\",\n            \"companyId\": 1153,\n            \"billingContactName\": null,\n            \"billingContactId\": null,\n            \"adminContactName\": null,\n            \"adminContactId\": null,\n            \"technicalContactName\": null,\n            \"technicalContactId\": null,\n            \"salesName\": null,\n            \"salesId\": null,\n            \"billableId\": 211555,\n            \"billableUsageAlgorithm\": null,\n            \"productType\": \"MEGAPORT\",\n            \"provisioningStatus\": \"DEPLOYABLE\",\n            \"failedReason\": null,\n            \"inAdvanceBillingStatus\": null,\n            \"vxcDistanceBand\": null,\n            \"intercapPath\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"createDate\": 1734994700400,\n            \"terminationDate\": null,\n            \"contractStartDate\": null,\n            \"contractTermMonths\": 12,\n            \"rateType\": \"MONTHLY\",\n            \"trialAgreement\": false,\n            \"payerCompanyId\": null,\n            \"nonPayerCompanyId\": null,\n            \"minimumSpeed\": null,\n            \"maximumSpeed\": null,\n            \"rateLimit\": 10000,\n            \"errorMessage\": null,\n            \"lagId\": null,\n            \"aggregationId\": null,\n            \"lagPrimary\": null,\n            \"market\": \"Australia\",\n            \"accountManager\": null,\n            \"promptUid\": null,\n            \"components\": [],\n            \"attributes\": [],\n            \"aLocation\": \"mel-mdc\",\n            \"bLocation\": null,\n            \"aMetro\": \"Melbourne\",\n            \"aCountry\": \"Australia\",\n            \"aLocationId\": 23,\n            \"bLocationId\": null,\n            \"bMetro\": null,\n            \"bCountry\": null,\n            \"attributeTags\": {},\n            \"createdBy\": \"2f814dc7-a2b2-4dc7-a062-9d7e6da0eeb7\",\n            \"buyoutPort\": false,\n            \"crossConnectRequested\": false,\n            \"virtual\": false,\n            \"locked\": false,\n            \"adminLocked\": false,\n            \"bgpShutdownDefault\": false,\n            \"originDomain\": null\n        },\n        {\n            \"createDate\": 1734994700810,\n            \"vxcOrderId\": 162930,\n            \"payerMegaPortId\": 220089,\n            \"nonPayerMegaPortId\": 61876,\n            \"payerMegaPortName\": \"Austin Port\",\n            \"nonPayerMegaPortName\": \"OCI (us-phoenix-1) (BMC)\",\n            \"payerCompanyId\": 1153,\n            \"nonPayerCompanyId\": 5039,\n            \"payerLocationId\": 23,\n            \"nonPayerLocationId\": 63,\n            \"payerCompanyName\": \"Megaport Lab\",\n            \"nonPayerCompanyName\": \"Oracle\",\n            \"payerMegaPortNsId\": 611852,\n            \"nonPayerMegaPortNsId\": 138549,\n            \"payerVlanId\": 0,\n            \"nonPayerVlanId\": 0,\n            \"payerInnerVlanId\": null,\n            \"nonPayerInnerVlanId\": null,\n            \"payerApproverName\": \"Austin Chakitdee\",\n            \"payerApproverId\": 53253,\n            \"nonPayerApproverName\": \"Austin Chakitdee\",\n            \"nonPayerApproverId\": 53253,\n            \"payerApproval\": 1734994700775,\n            \"nonPayerApproval\": 1734994700804,\n            \"fixedTerm\": true,\n            \"duration\": 12,\n            \"autoRenewTerm\": true,\n            \"serviceName\": \"from Austin Port to OCI (us-phoenix-1) (BMC)\",\n            \"payerStatus\": \"APPROVED\",\n            \"nonPayerStatus\": \"APPROVED\",\n            \"speed\": 10000,\n            \"distanceBand\": \"INTERZONE\",\n            \"intercapPath\": \"\",\n            \"awsId\": null,\n            \"promoCode\": null,\n            \"dealUid\": null,\n            \"rateType\": \"MONTHLY\",\n            \"vxcJTechnicalServiceId\": 220090,\n            \"vxcJTechnicalServiceUid\": \"16e96ec6-b9d5-4362-915c-fbb5a5289128\",\n            \"provisionDate\": 1734994700770,\n            \"orderType\": \"NEW\",\n            \"monthlyDiscountAmount\": null,\n            \"discountMonths\": null,\n            \"amazonDirectConnectConfigDto\": null,\n            \"amsixConnectConfigDto\": null,\n            \"sdrcProvItem\": null,\n            \"rate\": null,\n            \"setup\": null,\n            \"asn\": null,\n            \"bgpPassword\": null,\n            \"usageAlgorithm\": \"POST_PAID_HOURLY_SPEED_LONG_HAUL_VXC\",\n            \"costCentre\": null,\n            \"azureServiceKey\": null,\n            \"oracleVirtualCircuitId\": \"ocid1.virtualcircuit.oc1.phx.aaaaaaaapsokflwszxk3c2vhsyj5pkas3gmh3zngyxx7zj6yxj2stgeofk5q\",\n            \"serviceKey\": null,\n            \"vxc\": {\n                \"serviceName\": \"Melbourne to Los Angeles - Cloud VXC\",\n                \"name\": \"Melbourne to Los Angeles - Cloud VXC\",\n                \"secondaryName\": null,\n                \"technicalServiceId\": 220090,\n                \"technicalServiceUid\": \"16e96ec6-b9d5-4362-915c-fbb5a5289128\",\n                \"requestedDate\": 1734994700770,\n                \"configuredDate\": null,\n                \"currentEstimatedDelivery\": null,\n                \"companyName\": \"Megaport Lab\",\n                \"companyId\": 1153,\n                \"billingContactName\": null,\n                \"billingContactId\": null,\n                \"adminContactName\": null,\n                \"adminContactId\": null,\n                \"technicalContactName\": null,\n                \"technicalContactId\": null,\n                \"salesName\": null,\n                \"salesId\": null,\n                \"billableId\": 211556,\n                \"billableUsageAlgorithm\": null,\n                \"productType\": \"VXC\",\n                \"provisioningStatus\": \"DEPLOYABLE\",\n                \"failedReason\": null,\n                \"inAdvanceBillingStatus\": null,\n                \"vxcDistanceBand\": \"INTERZONE\",\n                \"intercapPath\": \"\",\n                \"marketplaceVisibility\": true,\n                \"vxcPermitted\": true,\n                \"vxcAutoApproval\": false,\n                \"createDate\": 1734994700794,\n                \"terminationDate\": null,\n                \"contractStartDate\": null,\n                \"contractTermMonths\": 1,\n                \"rateType\": \"MONTHLY\",\n                \"trialAgreement\": false,\n                \"payerCompanyId\": null,\n                \"nonPayerCompanyId\": null,\n                \"minimumSpeed\": null,\n                \"maximumSpeed\": null,\n                \"rateLimit\": 10000,\n                \"errorMessage\": null,\n                \"lagId\": null,\n                \"aggregationId\": null,\n                \"lagPrimary\": null,\n                \"market\": \"Australia\",\n                \"accountManager\": null,\n                \"promptUid\": null,\n                \"components\": [],\n                \"attributes\": [],\n                \"aLocation\": null,\n                \"bLocation\": null,\n                \"aMetro\": null,\n                \"aCountry\": null,\n                \"aLocationId\": null,\n                \"bLocationId\": null,\n                \"bMetro\": null,\n                \"bCountry\": null,\n                \"attributeTags\": {},\n                \"createdBy\": \"2f814dc7-a2b2-4dc7-a062-9d7e6da0eeb7\",\n                \"buyoutPort\": null,\n                \"crossConnectRequested\": false,\n                \"virtual\": false,\n                \"locked\": false,\n                \"adminLocked\": false,\n                \"bgpShutdownDefault\": false,\n                \"originDomain\": null\n            },\n            \"connectType\": \"ORACLE\",\n            \"payerConfig\": {},\n            \"nonPayerConfig\": {},\n            \"attributeTags\": {},\n            \"serviceLicense\": null,\n            \"originDomain\": null,\n            \"fullyApproved\": true\n        }\n    ]\n}"}],"_postman_id":"a6285e81-0d80-4e5c-b42e-cbe468cd18ff"},{"name":"Update Oracle VXC (v3)","id":"4cd1379f-2c54-4dc6-b125-4dc08bf4d1ed","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Updated VXC name\",\n    \"rateLimit\": 500,\n    \"term\": 12,\n    \"aEndVlan\": 4,\n    \"costCentre\": \"Service level reference\"\n}"},"url":"{{baseUrl}}/v3/product/vxc/{productUid}","description":"<p>You can update the VXC for an Oracle cloud connection. Specify the VXC in the endpoint by the <code>productUid</code>.</p>\n<p>For Oracle connections, you can update the following parameters:</p>\n<ul>\n<li><p><code>name</code> - Customer name for the connection - this name appears in the Portal.</p>\n</li>\n<li><p><code>rateLimit</code> - The speed of the connection (in Mbps).</p>\n</li>\n<li><p><code>term</code> - You can update the VXC term under certain circumstances. Valid values are 1, 12, 24, 36, 48, and 60 months. See the rules in <a href=\"https://dev.megaport.com/#4293df4a-545d-45a2-bfa1-90f41df13160\">Update VXC</a> for more details.</p>\n</li>\n<li><p><code>aEndVlan</code> - A unique VLAN ID for this connection. Values can range from 2 to 4093. If this value is 0, the system allocates a valid VLAN.</p>\n</li>\n<li><p><code>costCentre</code> - A customer reference number to be included in billing information and invoices.</p>\n</li>\n</ul>\n<p>The update request only needs to include the parameters you want to change.</p>\n","urlObject":{"path":["v3","product","vxc","{productUid}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4cd1379f-2c54-4dc6-b125-4dc08bf4d1ed"}],"id":"a96d3288-af0e-4de3-8d22-1a45c21b2bb7","description":"<p>The Oracle FastConnect feature lets you set up a high-speed private connection between your on-premises data center and a virtual private cloud in the Oracle Cloud Infrastructure.</p>\n<p>Set up is a two step process: first, you create the FastConnect in the Oracle console with Megaport as the provider to obtain a circuit key, and then use the circuit key to create a VXC from your Port.</p>\n<p>For more information about Oracle FastConnect and Megaport, see <a href=\"https://docs.megaport.com/cloud/megaport/oracle/\">Connecting to Oracle Cloud Infrastructure FastConnect</a> in the Megaport documentation.</p>\n","_postman_id":"a96d3288-af0e-4de3-8d22-1a45c21b2bb7"},{"name":"Salesforce Express Connect","item":[{"name":"Look Up Salesforce Location","id":"5388ca88-7c7b-43c2-8020-6637f93e5bd0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v2/dropdowns/partner/megaports?vxcPermitted=true&connectType=SFDC","description":"<p>The first step when ordering Salesforce service is to identify the location and the Saleforce port.</p>\n<p>Find the locations using the <code>/v2/dropdowns/partner/megaports</code> and filter based on SFDC as the <code>connectType</code> and find a location that accepts new VXCs (<code>vxcPermitted=true</code>).</p>\n<p>Note the <code>productUid</code> of your preferred location. </p>\n","urlObject":{"path":["v2","dropdowns","partner","megaports"],"host":["{{baseUrl}}"],"query":[{"key":"vxcPermitted","value":"true"},{"key":"connectType","value":"SFDC"}],"variable":[]}},"response":[{"id":"2217e542-8c22-4990-8fea-ba7faf4f4cca","name":"Look Up Salesforce Location","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":{"raw":"{{baseUrl}}/v2/dropdowns/partner/megaports?vxcPermitted=true&connectType=SFDC","host":["{{baseUrl}}"],"path":["v2","dropdowns","partner","megaports"],"query":[{"key":"vxcPermitted","value":"true"},{"key":"connectType","value":"SFDC"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 08 Jan 2021 21:56:58 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.17.10"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Set-Cookie","value":"JSESSIONID=DDC649BC50954CA6C0562988F699AFFA; Path=/; HttpOnly"},{"key":"UOW","value":"24c0fdfc-a87f-4983-83c4-a08a226d2b46"},{"key":"ETag","value":"W/\"0bede31d112453ac1579ffd1441748e35\""},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Filtered Partner Megaports\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"connectType\": \"SFDC\",\n            \"productUid\": \"e23f3dcb-be29-43ac-9cb9-3fc897c3309f\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"98ab066a-b945-4369-ad72-ee5a8dc35fbc\",\n            \"companyName\": \"Salesforce.com Inc\",\n            \"title\": \"Express Connect Bay Area #1\",\n            \"locationId\": 66,\n            \"speed\": 10000,\n            \"rank\": 569,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"SFDC\",\n            \"productUid\": \"fd964278-abce-4231-bd1c-09df13566f89\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"98ab066a-b945-4369-ad72-ee5a8dc35fbc\",\n            \"companyName\": \"Salesforce.com Inc\",\n            \"title\": \"Express Connect Frankfurt #1\",\n            \"locationId\": 131,\n            \"speed\": 10000,\n            \"rank\": 570,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"SFDC\",\n            \"productUid\": \"5aba9235-0fcd-481c-af18-e5ddd0c7c956\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"98ab066a-b945-4369-ad72-ee5a8dc35fbc\",\n            \"companyName\": \"Salesforce.com Inc\",\n            \"title\": \"Express Connect Japan #1\",\n            \"locationId\": 558,\n            \"speed\": 10000,\n            \"rank\": 572,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"SFDC\",\n            \"productUid\": \"d5cf3003-c4c9-4d3c-aeea-e6c88e1dce22\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"98ab066a-b945-4369-ad72-ee5a8dc35fbc\",\n            \"companyName\": \"Salesforce.com Inc\",\n            \"title\": \"Express Connect Ashburn #1\",\n            \"locationId\": 68,\n            \"speed\": 10000,\n            \"rank\": 666,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"SFDC\",\n            \"productUid\": \"29d5477c-b2a7-45cf-890d-aa130ef3f7d5\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"98ab066a-b945-4369-ad72-ee5a8dc35fbc\",\n            \"companyName\": \"Salesforce.com Inc\",\n            \"title\": \"Express Connect Bay Area #2\",\n            \"locationId\": 65,\n            \"speed\": 10000,\n            \"rank\": 667,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"SFDC\",\n            \"productUid\": \"e85e56a6-0fbc-4587-bbe1-8d5227353bff\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"98ab066a-b945-4369-ad72-ee5a8dc35fbc\",\n            \"companyName\": \"Salesforce.com Inc\",\n            \"title\": \"Express Connect London #1\",\n            \"locationId\": 256,\n            \"speed\": 10000,\n            \"rank\": 672,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"SFDC\",\n            \"productUid\": \"a84838c2-daa7-4319-a9d7-8bc186fd7800\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"98ab066a-b945-4369-ad72-ee5a8dc35fbc\",\n            \"companyName\": \"Salesforce.com Inc\",\n            \"title\": \"Express Connect Sydney #2\",\n            \"locationId\": 3,\n            \"speed\": 10000,\n            \"rank\": 674,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"SFDC\",\n            \"productUid\": \"0c8a8635-2a84-4af9-9a80-f651535bded0\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"98ab066a-b945-4369-ad72-ee5a8dc35fbc\",\n            \"companyName\": \"Salesforce.com Inc\",\n            \"title\": \"Express Connect Ashburn #2\",\n            \"locationId\": 67,\n            \"speed\": 10000,\n            \"rank\": 838,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"SFDC\",\n            \"productUid\": \"fba79d2e-8274-4aa5-875d-58a5b7b6e32c\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"98ab066a-b945-4369-ad72-ee5a8dc35fbc\",\n            \"companyName\": \"Salesforce.com Inc\",\n            \"title\": \"Express Connect London #2\",\n            \"locationId\": 88,\n            \"speed\": 10000,\n            \"rank\": 850,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"SFDC\",\n            \"productUid\": \"d25cfbc5-6734-41f8-8157-f6cb31bafe3f\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"98ab066a-b945-4369-ad72-ee5a8dc35fbc\",\n            \"companyName\": \"Salesforce.com Inc\",\n            \"title\": \"Express Connect Sydney #1\",\n            \"locationId\": 2,\n            \"speed\": 10000,\n            \"rank\": 854,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"SFDC\",\n            \"productUid\": \"1744591e-e928-405c-a48e-d16468cd0090\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"98ab066a-b945-4369-ad72-ee5a8dc35fbc\",\n            \"companyName\": \"Salesforce.com Inc\",\n            \"title\": \"Express Connect Frankfurt #2\",\n            \"locationId\": 130,\n            \"speed\": 10000,\n            \"rank\": 1096,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        },\n        {\n            \"connectType\": \"SFDC\",\n            \"productUid\": \"ca4777d4-8993-4e49-bde9-37fef2c839e2\",\n            \"vxcPermitted\": true,\n            \"companyUid\": \"98ab066a-b945-4369-ad72-ee5a8dc35fbc\",\n            \"companyName\": \"Salesforce.com Inc\",\n            \"title\": \"Express Connect Japan #2\",\n            \"locationId\": 560,\n            \"speed\": 10000,\n            \"rank\": 1101,\n            \"lag_id\": null,\n            \"lag_primary\": false,\n            \"aggregation_id\": null\n        }\n    ]\n}"}],"_postman_id":"5388ca88-7c7b-43c2-8020-6637f93e5bd0"},{"name":"Create VXC to Salesforce (v3)","id":"c5c3eb86-beaf-4676-9703-4c80f23e7403","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"[\n  {\n    \"productUid\": \"7fba50bb-ac35-465b-9b8b-9a6d7335ec7a\",\n    \"associatedVxcs\": [\n      {\n        \"productName\": \"My Salesforce VXC\",\n        \"rateLimit\": \"100\",\n        \"term\": 12,\n        \"shutdown\": false,\n        \"promoCode\": \"promox3mnthfree2\",\n        \"partnerConfigs\": {\n          \"connectType\": \"SFDC\",\n          \"asn\": 65333\n            },\n        \"aEnd\": {\n          \"vlan\": 0 \n        },\n        \"bEnd\": {\n          \"productUid\": \"e23f3dcb-be29-43ac-9cb9-3fc897c3309f\"\n        }\n      }\n    ]\n  }\n]\n"},"url":"{{baseUrl}}/v3/networkdesign/buy","description":"<p>With the <code>productUid</code> value from the Salesforce location lookup, create the VXC.</p>\n<p>You specify the configuration details in the Body of the request.</p>\n<p>The first <code>productUid</code> identifies the Port in your Megaport location (A-End) and the <code>bEnd: productUid</code> identifies the Salesforce location.</p>\n<p>A <code>vlan</code> value of 0 for the A-End means the VLAN will be randomly assigned.</p>\n<p><code>term</code> is the contract term for the VXC. Valid values are 1, 12, 24, 36, 48, and 60 months. If <code>term</code> is not provided when ordering a VXC, it defaults to 1 (No Minimum Term).</p>\n<p><code>shutdown</code> will temporarily shut down and re-enable the VXC. Valid values are <code>true</code> (shut down) and <code>false</code> (enabled). If not provided, it defaults to <code>false</code> (enabled).</p>\n<p><code>promoCode</code> is an optional string that can be used to enter a promotional code for the service order. The code is not validated, so if the code doesn’t exist or doesn’t work for the service, the call will still be successful.</p>\n<p><strong>Note:</strong> Salesforce VXCs remain in a <code>DEPLOYABLE</code> state and require external approval by a Salesforce Company Admin. Once approved, the VXC transitions to <code>CONFIGURED</code> and then <code>LIVE</code> states.</p>\n<p><strong>Tip:</strong> To test your request before you order and see pricing details, use the <code>/v3/networkdesign/validate</code> endpoint with the same Body configuration.</p>\n","urlObject":{"path":["v3","networkdesign","buy"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"27ae167e-ccb5-47ac-a0b0-a105bc895795","name":"Create VXC to Salesforce (v3)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"[\n  {\n    \"productUid\": \"7fba50bb-ac35-465b-9b8b-9a6d7335ec7a\",\n    \"associatedVxcs\": [\n      {\n        \"productName\": \"My Salesforce VXC\",\n        \"rateLimit\": \"100\",\n        \"partnerConfigs\": {\n          \"connectType\": \"SFDC\",\n          \"asn\": 65333\n            },\n        \"aEnd\": {\n          \"vlan\": 0 \n        },\n        \"bEnd\": {\n          \"productUid\": \"e23f3dcb-be29-43ac-9cb9-3fc897c3309f\"\n        }\n      }\n    ]\n  }\n]\n","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/networkdesign/buy"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 08 Jan 2021 23:18:06 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.17.10"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Set-Cookie","value":"JSESSIONID=22F9405A3054C658FDD4793D225AC66D; Path=/; HttpOnly"},{"key":"UOW","value":"7283f754-7f77-4386-823f-032bafcc1528"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"VXC [2a73a752-0056-4894-835c-335bde422063] created. \",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"createDate\": 1610147883716,\n            \"vxcOrderId\": 55792,\n            \"payerMegaPortId\": 74841,\n            \"nonPayerMegaPortId\": 47162,\n            \"payerMegaPortName\": \"My LA API Port\",\n            \"nonPayerMegaPortName\": \"Express Connect Bay Area #1\",\n            \"payerCompanyId\": 1153,\n            \"nonPayerCompanyId\": 7311,\n            \"payerLocationId\": 60,\n            \"nonPayerLocationId\": 66,\n            \"salesId\": null,\n            \"payerCompanyName\": \"Megaport Lab\",\n            \"nonPayerCompanyName\": \"Salesforce.com Inc\",\n            \"payerMegaPortNsId\": 167551,\n            \"nonPayerMegaPortNsId\": 105978,\n            \"payerVlanId\": 0,\n            \"nonPayerVlanId\": 0,\n            \"payerInnerVlanId\": null,\n            \"nonPayerInnerVlanId\": null,\n            \"payerApproverName\": \"Eric Akin\",\n            \"payerApproverId\": 32278,\n            \"nonPayerApproverName\": null,\n            \"nonPayerApproverId\": null,\n            \"payerApproval\": 1610147883523,\n            \"nonPayerApproval\": null,\n            \"fixedTerm\": true,\n            \"duration\": 1,\n            \"rollover\": true,\n            \"serviceName\": \"from My LA API Port to Express Connect Bay Area #1\",\n            \"payerStatus\": \"APPROVED\",\n            \"nonPayerStatus\": \"UN_ASSESSED\",\n            \"speed\": 100,\n            \"distanceBand\": \"ZONE\",\n            \"intercapPath\": \"\",\n            \"awsId\": null,\n            \"promoCode\": null,\n            \"rateType\": \"MONTHLY\",\n            \"vxcJTechnicalServiceId\": 74843,\n            \"vxcJTechnicalServiceUid\": \"2a73a752-0056-4894-835c-335bde422063\",\n            \"provisionDate\": 1610147883496,\n            \"orderType\": \"NEW\",\n            \"monthlyDiscountAmount\": null,\n            \"discountMonths\": null,\n            \"amazonDirectConnectConfigDto\": null,\n            \"amsixConnectConfigDto\": null,\n            \"webAirProvItem\": null,\n            \"sdrcProvItem\": null,\n            \"rate\": null,\n            \"setup\": null,\n            \"asn\": null,\n            \"bgpPassword\": null,\n            \"usageAlgorithm\": \"POST_PAID_HOURLY_SPEED_LONG_HAUL_VXC\",\n            \"costCentre\": null,\n            \"azureServiceKey\": null,\n            \"oracleVirtualCircuitId\": null,\n            \"serviceKey\": null,\n            \"connectType\": \"SFDC\",\n            \"payerConfig\": {},\n            \"nonPayerConfig\": {},\n            \"attributeTags\": {},\n            \"fullyApproved\": false\n        }\n    ]\n}"}],"_postman_id":"c5c3eb86-beaf-4676-9703-4c80f23e7403"},{"name":"Update Salesforce VXC (v3)","id":"dea66845-baf5-4969-b6bb-68312965279e","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Updated VXC name\",\n    \"rateLimit\": 500,\n    \"term\": 12,\n    \"aEndVlan\": 2727,\n    \"costCentre\": \"Service Level Reference\"\n}"},"url":"{{baseUrl}}/v3/product/vxc/{productUid}","description":"<p>You can update the VXC for a Salesforce cloud connection. Specify the VXC in the endpoint by the <code>productUid</code>.</p>\n<p>For Salesforce, you can update the following parameters:</p>\n<ul>\n<li><p><code>name</code> - Customer name for the connection - this name appears in the Portal.</p>\n</li>\n<li><p><code>rateLimit</code> - The speed of the connection (in Mbps).</p>\n</li>\n<li><p><code>term</code> - You can update the VXC term under certain circumstances. Valid values are 1, 12, 24, 36, 48, and 60 months. See the rules in <a href=\"https://dev.megaport.com/#4293df4a-545d-45a2-bfa1-90f41df13160\">Update VXC</a> for more details.</p>\n</li>\n<li><p><code>aEndVlan</code> - A unique VLAN ID for this connection. Values can range from 2 to 4093. If this value is 0, the system allocates a valid VLAN.</p>\n</li>\n<li><p><code>costCentre</code> - A customer reference number to be included in billing information and invoices.</p>\n</li>\n</ul>\n<p>The update request only needs to include the parameters you want to change.</p>\n","urlObject":{"path":["v3","product","vxc","{productUid}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"dea66845-baf5-4969-b6bb-68312965279e"}],"id":"81becd80-6d43-4fa5-9909-9456926bb755","description":"<p>Salesforce Express Connect lets you access Salesforce applications and services directly with a private, dedicated connection. \nThe configuration process is two steps: </p>\n<ol>\n<li><p>Identify the Salesforce location for your service and the <code>productUid</code> for that location.</p>\n</li>\n<li><p>Create a VXC to the location.</p>\n</li>\n</ol>\n<p>For conceptual details, see <a href=\"https://docs.megaport.com/cloud/megaport/salesforce/\">Connecting to Salesforce Express Connect</a> in the Megaport documentation.</p>\n","_postman_id":"81becd80-6d43-4fa5-9909-9456926bb755"},{"name":"SAP HANA Enterprise Cloud","item":[{"name":"Look Up SAP Service Key","id":"39860bc8-b826-40b5-b73b-16f9c99c804e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v2/service/key?key={keyValue}","description":"<p>The first step when ordering SAP service is to look up the service key for details needed to create the connection.</p>\n<p><strong>Tip:</strong> You can use just the first 8 digits of the key or the entire key. </p>\n","urlObject":{"path":["v2","service","key"],"host":["{{baseUrl}}"],"query":[{"key":"key","value":"{keyValue}"}],"variable":[]}},"response":[{"id":"ca46e88f-16a9-4378-a402-bebdf9f1f267","name":"Look Up SAP Service Key","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":{"raw":"{{baseUrl}}/v2/service/key?key=d2d7fd14","host":["{{baseUrl}}"],"path":["v2","service","key"],"query":[{"key":"key","value":"d2d7fd14"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 07 Jan 2021 00:06:18 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.17.10"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"UOW","value":"947ddbc6-c993-487f-affe-7e23316a18e4"},{"key":"ETag","value":"W/\"0216f4341d98073a70e9ab6a160aa1148\""},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Found service key [d2d7fd14]\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": {\n        \"key\": \"d2d7fd14-377e-4281-ad22-6b0dfdbae9e5\",\n        \"createDate\": 1600672159914,\n        \"companyId\": 9787,\n        \"companyUid\": \"7769fd21-9ac5-41ed-aed4-bb4615f1cbe0\",\n        \"companyName\": \"SAP SE\",\n        \"description\": \"1111067271-PEV-Sec\",\n        \"productId\": 39950,\n        \"productUid\": \"9b5f94e9-1c3f-4398-804d-ab4939e53f37\",\n        \"productName\": \"SAP Cloud Peering for HEC - vXchnge Santa Clara (2/2)\",\n        \"productDto\": {\n            \"productId\": 39950,\n            \"productUid\": \"9b5f94e9-1c3f-4398-804d-ab4939e53f37\",\n            \"productName\": \"SAP Cloud Peering for HEC - vXchnge Santa Clara (2/2)\",\n            \"productType\": \"MEGAPORT\",\n            \"provisioningStatus\": \"LIVE\",\n            \"createDate\": 1563847359519,\n            \"createdBy\": \"c7367724-182c-48ce-b808-9083e4ffdc31\",\n            \"portSpeed\": 10000,\n            \"terminateDate\": null,\n            \"liveDate\": 1566227706969,\n            \"market\": \"US\",\n            \"locationId\": 354,\n            \"costCentre\": \"PO 2300317225\",\n            \"usageAlgorithm\": \"NOT_POST_PAID\",\n            \"marketplaceVisibility\": true,\n            \"vxcpermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"secondaryName\": null,\n            \"lagPrimary\": false,\n            \"lagId\": null,\n            \"aggregationId\": null,\n            \"companyUid\": \"7769fd21-9ac5-41ed-aed4-bb4615f1cbe0\",\n            \"companyName\": \"SAP SE\",\n            \"contractStartDate\": 1565107500635,\n            \"contractEndDate\": 1567785900635,\n            \"contractTermMonths\": 1,\n            \"associatedVxcs\": [\n                {\n                    \"productUid\": \"44e8f7b2-7f81-46a2-b81a-e7cc143d61b6\",\n                    \"nServiceId\": null,\n                    \"productName\": \"MP_KSF_TO_DIGITALREALITY_SRF2_CKT2-10G_TO_SAP_CLOUD_SAB_VIA_MA12\",\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 200,\n                    \"distanceBand\": \"METRO\",\n                    \"provisioningStatus\": \"DECOMMISSIONED\",\n                    \"aEnd\": {\n                        \"ownerUid\": \"890cb60c-9962-45bb-8849-ba83da4a2a29\",\n                        \"productUid\": \"e5a6f36c-17c0-4197-974b-1cff840e413c\",\n                        \"productName\": \"KSF_TO_DIGITALREALITY_SRF2_CKT2-10G\",\n                        \"locationId\": null,\n                        \"location\": null,\n                        \"vlan\": null,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"7769fd21-9ac5-41ed-aed4-bb4615f1cbe0\",\n                        \"productUid\": \"9b5f94e9-1c3f-4398-804d-ab4939e53f37\",\n                        \"productName\": \"SAP Cloud Peering for HEC - vXchnge Santa Clara (2/2)\",\n                        \"locationId\": null,\n                        \"location\": null,\n                        \"vlan\": null,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null\n                    },\n                    \"secondaryName\": null,\n                    \"usageAlgorithm\": \"POST_PAID_HOURLY_SPEED_METRO_VXC\",\n                    \"createdBy\": null,\n                    \"createDate\": 1570211510624,\n                    \"terminateDate\": 1605262623926,\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": null,\n                    \"contractEndDate\": null,\n                    \"contractTermMonths\": 1,\n                    \"locked\": false,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"cancelable\": true\n                },\n                {\n                    \"productUid\": \"17ab577e-926d-4ff5-ae68-cf8548358cde\",\n                    \"nServiceId\": null,\n                    \"productName\": \"Secondary SK 13b1a273\",\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 100,\n                    \"distanceBand\": \"INTERZONE\",\n                    \"provisioningStatus\": \"DECOMMISSIONED\",\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"afc19261-c488-4aa6-9657-d398ffb2906d\",\n                        \"productName\": \"PMG ServiceKey Port Keep\",\n                        \"locationId\": null,\n                        \"location\": null,\n                        \"vlan\": null,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"7769fd21-9ac5-41ed-aed4-bb4615f1cbe0\",\n                        \"productUid\": \"9b5f94e9-1c3f-4398-804d-ab4939e53f37\",\n                        \"productName\": \"SAP Cloud Peering for HEC - vXchnge Santa Clara (2/2)\",\n                        \"locationId\": null,\n                        \"location\": null,\n                        \"vlan\": null,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null\n                    },\n                    \"secondaryName\": \"Secondary SK 13b1a273\",\n                    \"usageAlgorithm\": \"POST_PAID_HOURLY_SPEED_LONG_HAUL_VXC\",\n                    \"createdBy\": null,\n                    \"createDate\": 1567577309733,\n                    \"terminateDate\": 1568042808649,\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": null,\n                    \"contractEndDate\": null,\n                    \"contractTermMonths\": 1,\n                    \"locked\": false,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"cancelable\": true\n                },\n                {\n                    \"productUid\": \"f0451a35-baba-452a-ac19-f5b516a04449\",\n                    \"nServiceId\": null,\n                    \"productName\": \"Sec VXC 2\",\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 200,\n                    \"distanceBand\": \"INTERZONE\",\n                    \"provisioningStatus\": \"DECOMMISSIONED\",\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"84264dbf-47c9-4780-8453-bee06149724e\",\n                        \"productName\": \"SAP test Port2\",\n                        \"locationId\": null,\n                        \"location\": null,\n                        \"vlan\": null,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"7769fd21-9ac5-41ed-aed4-bb4615f1cbe0\",\n                        \"productUid\": \"9b5f94e9-1c3f-4398-804d-ab4939e53f37\",\n                        \"productName\": \"SAP Cloud Peering for HEC - vXchnge Santa Clara (2/2)\",\n                        \"locationId\": null,\n                        \"location\": null,\n                        \"vlan\": null,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null\n                    },\n                    \"secondaryName\": null,\n                    \"usageAlgorithm\": \"POST_PAID_HOURLY_SPEED_LONG_HAUL_VXC\",\n                    \"createdBy\": null,\n                    \"createDate\": 1567064730658,\n                    \"terminateDate\": 1567067935268,\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": null,\n                    \"contractEndDate\": null,\n                    \"contractTermMonths\": 1,\n                    \"locked\": false,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"cancelable\": true\n                },\n                {\n                    \"productUid\": \"0edd4750-20c7-4d09-931c-aa1a3036f8eb\",\n                    \"nServiceId\": null,\n                    \"productName\": \"Test\",\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 100,\n                    \"distanceBand\": \"INTERZONE\",\n                    \"provisioningStatus\": \"DECOMMISSIONED\",\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"b3bc242d-c7aa-4a21-a64c-773d3db3f6b6\",\n                        \"productName\": \"Austin\",\n                        \"locationId\": null,\n                        \"location\": null,\n                        \"vlan\": null,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"7769fd21-9ac5-41ed-aed4-bb4615f1cbe0\",\n                        \"productUid\": \"9b5f94e9-1c3f-4398-804d-ab4939e53f37\",\n                        \"productName\": \"SAP Cloud Peering for HEC - vXchnge Santa Clara (2/2)\",\n                        \"locationId\": null,\n                        \"location\": null,\n                        \"vlan\": null,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null\n                    },\n                    \"secondaryName\": null,\n                    \"usageAlgorithm\": \"POST_PAID_HOURLY_SPEED_LONG_HAUL_VXC\",\n                    \"createdBy\": null,\n                    \"createDate\": 1568155659053,\n                    \"terminateDate\": 1568187172103,\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": null,\n                    \"contractEndDate\": null,\n                    \"contractTermMonths\": 1,\n                    \"locked\": false,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"cancelable\": true\n                },\n                {\n                    \"productUid\": \"29d5d526-f1d3-4b5c-8fc1-3b89305ddfa1\",\n                    \"nServiceId\": null,\n                    \"productName\": \"BDY_TO_EQUINIX_SV1_CKT1-10G_TO_SAP_CLOUD_SAB_VIA_RBDY00CR02\",\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 200,\n                    \"distanceBand\": \"METRO\",\n                    \"provisioningStatus\": \"LIVE\",\n                    \"aEnd\": {\n                        \"ownerUid\": \"890cb60c-9962-45bb-8849-ba83da4a2a29\",\n                        \"productUid\": \"66cf7eb9-a4a9-4212-8fde-10b8d0119272\",\n                        \"productName\": \"BDY_TO_EQUINIX_SV1_CKT2-10G\",\n                        \"locationId\": 66,\n                        \"location\": \"Equinix SV1\",\n                        \"vlan\": 452,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"7769fd21-9ac5-41ed-aed4-bb4615f1cbe0\",\n                        \"productUid\": \"9b5f94e9-1c3f-4398-804d-ab4939e53f37\",\n                        \"productName\": \"SAP Cloud Peering for HEC - vXchnge Santa Clara (2/2)\",\n                        \"locationId\": 354,\n                        \"location\": \"vXchnge Santa Clara\",\n                        \"vlan\": 375,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null\n                    },\n                    \"secondaryName\": null,\n                    \"usageAlgorithm\": \"POST_PAID_HOURLY_SPEED_METRO_VXC\",\n                    \"createdBy\": null,\n                    \"createDate\": 1601917756466,\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": null,\n                    \"contractEndDate\": null,\n                    \"contractTermMonths\": 1,\n                    \"locked\": false,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"cancelable\": true\n                }\n            ],\n            \"associatedIxs\": [],\n            \"attributeTags\": {},\n            \"virtual\": false,\n            \"buyoutPort\": false,\n            \"locked\": true,\n            \"adminLocked\": false,\n            \"cancelable\": false\n        },\n        \"vlan\": 373,\n        \"maxSpeed\": 100,\n        \"preApproved\": true,\n        \"singleUse\": true,\n        \"lastUsed\": null,\n        \"active\": true,\n        \"validFor\": {\n            \"start\": 1600672158181,\n            \"end\": 1634754600000\n        },\n        \"expired\": false,\n        \"valid\": true,\n        \"promoCode\": null\n    }\n}"}],"_postman_id":"39860bc8-b826-40b5-b73b-16f9c99c804e"},{"name":"Create VXC to SAP (v3)","id":"14181dc3-da25-4abd-a7c0-2e5a1f764f3c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"[\n    {\n        \"productUid\": \"7fba50bb-ac35-465b-9b8b-9a6d7335ec7a\",\n        \"associatedVxcs\": [\n            {\n                \"productName\": \"Service key SAP VXC\",\n                \"rateLimit\": 100, \n                \"term\": 12,\n                \"shutdown\": false,\n                \"promoCode\": \"promox3mnthfree2\",\n                \"serviceKey\": \"d2d7fd14-377e-4281-ad22-6b0dfdbae9e5\", \n                \"aEnd\": {\n                    \"vlan\": 2\n                },\n                \"bEnd\": {\n                    \"productUid\": \"9b5f94e9-1c3f-4398-804d-ab4939e53f37\"\n                }\n            }\n        ]\n    }\n]\n\n"},"url":"{{baseUrl}}/v3/networkdesign/buy","description":"<p>With the port details from the service key lookup, create the VXC to SAP.</p>\n<p>Specify the configuration details in the Body of the request. The first <code>productUid</code> identifies the Port in your Megaport location and the <code>bEnd: productUid</code> identifies the SAP location (from the service key lookup). You also need to provide the full service key in <code>serviceKey</code>.</p>\n<p>Specify a <code>ratelimit</code> up to the maximum rate limit set on the service key.</p>\n<p><code>term</code> is the contract term for the VXC. Valid values are 1, 12, 24, 36, 48, and 60 months. If <code>term</code> is not provided when ordering a VXC, it defaults to 1 (No Minimum Term).</p>\n<p><code>shutdown</code> will temporarily shut down and re-enable the VXC. Valid values are <code>true</code> (shut down) and <code>false</code> (enabled). If not provided, it defaults to <code>false</code> (enabled).</p>\n<p><code>promoCode</code> is an optional string that can be used to enter a promotional code for the service order. The code is not validated, so if the code doesn’t exist or doesn’t work for the service, the call will still be successful.</p>\n<p><strong>Tip:</strong> To test your request before you order and see pricing details, use the <code>/v3/networkdesign/validate</code> endpoint with the same Body configuration.</p>\n","urlObject":{"path":["v3","networkdesign","buy"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"e33c17bc-5512-48de-917b-4fd89cd4a932","name":"Create VXC to SAP (v3)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"[\n    {\n        \"productUid\": \"7fba50bb-ac35-465b-9b8b-9a6d7335ec7a\",\n        \"associatedVxcs\": [\n            {\n                \"productName\": \"Service key SAP VXC\",\n                \"rateLimit\": 100, \n                \"serviceKey\": \"d2d7fd14-377e-4281-ad22-6b0dfdbae9e5\", \n                \"aEnd\": {\n                    \"vlan\": 2\n                },\n                \"bEnd\": {\n                    \"productUid\": \"9b5f94e9-1c3f-4398-804d-ab4939e53f37\"\n                }\n            }\n        ]\n    }\n]\n\n","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/networkdesign/buy"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 08 Jan 2021 21:14:07 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.17.10"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"UOW","value":"a717a64a-2d2c-470d-9b25-4c52ae443301"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"VXC [399f0fd8-8a69-4e15-abdb-537b0cb8a858] created. \",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"createDate\": 1610140443499,\n            \"vxcOrderId\": 55791,\n            \"payerMegaPortId\": 74841,\n            \"nonPayerMegaPortId\": 39950,\n            \"payerMegaPortName\": \"My LA API Port\",\n            \"nonPayerMegaPortName\": \"SAP Cloud Peering for HEC - vXchnge Santa Clara (2/2)\",\n            \"payerCompanyId\": 1153,\n            \"nonPayerCompanyId\": 9787,\n            \"payerLocationId\": 60,\n            \"nonPayerLocationId\": 354,\n            \"salesId\": null,\n            \"payerCompanyName\": \"Megaport Lab\",\n            \"nonPayerCompanyName\": \"SAP SE\",\n            \"payerMegaPortNsId\": 167551,\n            \"nonPayerMegaPortNsId\": 90147,\n            \"payerVlanId\": 2,\n            \"nonPayerVlanId\": 373,\n            \"payerInnerVlanId\": null,\n            \"nonPayerInnerVlanId\": null,\n            \"payerApproverName\": \"Eric Akin\",\n            \"payerApproverId\": 32278,\n            \"nonPayerApproverName\": null,\n            \"nonPayerApproverId\": null,\n            \"payerApproval\": 1610140443263,\n            \"nonPayerApproval\": 1610140443308,\n            \"fixedTerm\": true,\n            \"duration\": 1,\n            \"rollover\": true,\n            \"serviceName\": \"from My LA API Port to SAP Cloud Peering for HEC - vXchnge Santa Clara (2/2)\",\n            \"payerStatus\": \"APPROVED\",\n            \"nonPayerStatus\": \"APPROVED\",\n            \"speed\": 100,\n            \"distanceBand\": \"ZONE\",\n            \"intercapPath\": \"\",\n            \"awsId\": null,\n            \"promoCode\": null,\n            \"rateType\": \"MONTHLY\",\n            \"vxcJTechnicalServiceId\": 74842,\n            \"vxcJTechnicalServiceUid\": \"399f0fd8-8a69-4e15-abdb-537b0cb8a858\",\n            \"provisionDate\": 1610140443232,\n            \"orderType\": \"NEW\",\n            \"monthlyDiscountAmount\": null,\n            \"discountMonths\": null,\n            \"amazonDirectConnectConfigDto\": null,\n            \"amsixConnectConfigDto\": null,\n            \"webAirProvItem\": null,\n            \"sdrcProvItem\": null,\n            \"rate\": null,\n            \"setup\": null,\n            \"asn\": null,\n            \"bgpPassword\": null,\n            \"usageAlgorithm\": \"POST_PAID_HOURLY_SPEED_LONG_HAUL_VXC\",\n            \"costCentre\": null,\n            \"azureServiceKey\": null,\n            \"oracleVirtualCircuitId\": null,\n            \"serviceKey\": \"d2d7fd14-377e-4281-ad22-6b0dfdbae9e5\",\n            \"connectType\": \"DEFAULT\",\n            \"payerConfig\": {},\n            \"nonPayerConfig\": {},\n            \"attributeTags\": {},\n            \"fullyApproved\": true\n        }\n    ]\n}"}],"_postman_id":"14181dc3-da25-4abd-a7c0-2e5a1f764f3c"}],"id":"6d0a5973-ebbe-424b-b09a-53eef52e09f2","description":"<p>Megaport makes it easy to provision fast, secure, and private connections between your data center and the SAP HANA Enterprise Cloud with SAP Cloud Peering.\nThe configuration process is two steps: </p>\n<ol>\n<li><p>Get a service key from SAP. This key will be unique to your business and include SAP VLAN ID, speed, and cloud peering location.</p>\n</li>\n<li><p>Use the service key to create a VXC to SAP.</p>\n</li>\n</ol>\n<p>For conceptual details, see <a href=\"https://docs.megaport.com/cloud/megaport/sap/\">Connecting to SAP HANA Enterprise Cloud</a> in the Megaport documentation.</p>\n<p><strong>Note:</strong> OVHcloud connections follow same process as SAP connections. </p>\n","event":[{"listen":"prerequest","script":{"id":"4dfe265f-6976-42f9-a392-f02ff81b8d20","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"cdb258f3-0023-41f8-aa1a-512fe4205748","type":"text/javascript","exec":[""]}}],"_postman_id":"6d0a5973-ebbe-424b-b09a-53eef52e09f2"}],"id":"efa91248-988a-4931-aff8-1747b3da2a42","description":"<p>Topics in this section describe how to create cloud connections from Ports.</p>\n","_postman_id":"efa91248-988a-4931-aff8-1747b3da2a42"},{"name":"MCR","item":[{"name":"AWS","item":[{"name":"Look Up AWS Hosted Connection Port Details","id":"d92ce7c0-6bef-4a8f-943c-bc9504e1f6d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v2/secure/awshc","description":"<p>The first step when ordering an AWS Hosted Connection is to find the Ports available for a connection.</p>\n<p>This endpoint is used to get AWS Hosted Connection port and rate limit details.</p>\n<p>In the response, the rate limit details are listed in the <code>bandwiths</code> array, and the available ports are listed in the <code>megaports</code> array.</p>\n","urlObject":{"path":["v2","secure","awshc"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"895c4ff3-01ad-4b4a-87af-499a4ad1a790","name":"Look Up AWS Hosted Connection Port Details","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v2/secure/awshc"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Mon, 29 Jan 2024 23:42:56 GMT"},{"key":"X-Amzn-Trace-Id","value":"Root=1-65b837ff-076f04bf7269f7a051448aed"},{"key":"Trace-Id","value":"44fdd2fe5c1cf48d186f42fb89888cf3"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"UOW","value":"7c087bf2-8f12-4888-b1aa-9ab9b3768497"},{"key":"Set-Cookie","value":"JSESSIONID=A906D413DF6054FCDD50D6888BE48171; Path=/; HttpOnly"},{"key":"Server-Timing","value":"app;dur=1139"},{"key":"ETag","value":"W/\"0c0d2452750d2cdf77ea66585344f016e\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 fe252828480d3aff57bbecb4f3bec932.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"MEL50-C2"},{"key":"X-Amz-Cf-Id","value":"G46ulO7hDCmZWDrzyfnZOBwmMC4kGGlMwA-OynB28oNzXj8s56jJ2w=="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Successful lookup\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": {\n        \"bandwidths\": [\n            50,\n            100,\n            200,\n            300,\n            400,\n            500,\n            1000,\n            2000,\n            5000,\n            10000\n        ],\n        \"megaports\": [\n            {\n                \"productId\": 47387,\n                \"productUid\": \"58899a1d-b53e-45cd-b703-774f742ebe02\",\n                \"name\": \"EU (Ireland) (eu-west-1)\",\n                \"nServiceId\": 106448,\n                \"description\": \"AWS at Digital Realty LHR20\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 10000,\n                \"locationId\": 89,\n                \"state\": null,\n                \"country\": \"United Kingdom\",\n                \"port\": 47387,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 47390,\n                \"productUid\": \"65de7117-988e-46dd-a5d2-9cf95cc5e403\",\n                \"name\": \"EU (Ireland) (eu-west-1)\",\n                \"nServiceId\": 106451,\n                \"description\": \"AWS at Digital Realty LHR20\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 10000,\n                \"locationId\": 89,\n                \"state\": null,\n                \"country\": \"United Kingdom\",\n                \"port\": 47390,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 47394,\n                \"productUid\": \"dff37fc5-05ca-439d-9229-c39c0b1d59b0\",\n                \"name\": \"EU (London) (eu-west-2)\",\n                \"nServiceId\": 106455,\n                \"description\": \"AWS at Digital Realty LHR20\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 10000,\n                \"locationId\": 89,\n                \"state\": null,\n                \"country\": \"United Kingdom\",\n                \"port\": 47394,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 47397,\n                \"productUid\": \"78f4d852-c1c3-49fc-b384-cc7123fd80c9\",\n                \"name\": \"EU (London) (eu-west-2)\",\n                \"nServiceId\": 106458,\n                \"description\": \"AWS at Digital Realty LHR20\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 10000,\n                \"locationId\": 89,\n                \"state\": null,\n                \"country\": \"United Kingdom\",\n                \"port\": 47397,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 48461,\n                \"productUid\": \"2836fe91-db9e-43de-8f8e-72f944b6f1a0\",\n                \"name\": \"Asia Pacific (Sydney) (ap-southeast-2)\",\n                \"nServiceId\": 108712,\n                \"description\": \"AWS at Global Switch Sydney West\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 10000,\n                \"locationId\": 3,\n                \"state\": \"NSW\",\n                \"country\": \"Australia\",\n                \"port\": 48461,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 48464,\n                \"productUid\": \"e5f28d51-c8c9-46fa-951a-ac3ce8159061\",\n                \"name\": \"Asia Pacific (Sydney) (ap-southeast-2)\",\n                \"nServiceId\": 108715,\n                \"description\": \"AWS at Global Switch Sydney West\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 10000,\n                \"locationId\": 3,\n                \"state\": \"NSW\",\n                \"country\": \"Australia\",\n                \"port\": 48464,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 51008,\n                \"productUid\": \"464ecc22-132c-4c90-ac90-91e1cdc2fdc6\",\n                \"name\": \"Asia Pacific (Sydney) (ap-southeast-2)\",\n                \"nServiceId\": 114191,\n                \"description\": \"AWS at NextDC P1\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 10000,\n                \"locationId\": 50,\n                \"state\": \"WA\",\n                \"country\": \"Australia\",\n                \"port\": 51008,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 51011,\n                \"productUid\": \"9a1e6f8a-26f9-439c-8b24-92f9332365e0\",\n                \"name\": \"Asia Pacific (Sydney) (ap-southeast-2)\",\n                \"nServiceId\": 114194,\n                \"description\": \"AWS at NextDC P1\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 10000,\n                \"locationId\": 50,\n                \"state\": \"WA\",\n                \"country\": \"Australia\",\n                \"port\": 51011,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 51683,\n                \"productUid\": \"68b52c7f-3ebb-4e61-9ea6-ca8b42e64932\",\n                \"name\": \"Asia Pacific (Tokyo) (ap-northeast-1)\",\n                \"nServiceId\": 115581,\n                \"description\": \"AWS at Equinix OS1\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 10000,\n                \"locationId\": 572,\n                \"state\": null,\n                \"country\": \"Japan\",\n                \"port\": 51683,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 51687,\n                \"productUid\": \"38002211-a8b6-4311-86e8-7679aa1df8a5\",\n                \"name\": \"Asia Pacific (Tokyo) (ap-northeast-1)\",\n                \"nServiceId\": 115587,\n                \"description\": \"AWS at Equinix OS1\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 10000,\n                \"locationId\": 572,\n                \"state\": null,\n                \"country\": \"Japan\",\n                \"port\": 51687,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 51853,\n                \"productUid\": \"61cb9905-61d3-42d7-ad8e-4bc95dce7073\",\n                \"name\": \"Asia Pacific (Sydney) (ap-southeast-2)\",\n                \"nServiceId\": 115964,\n                \"description\": \"AWS at NextDC M1\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 10000,\n                \"locationId\": 4,\n                \"state\": \"VIC\",\n                \"country\": \"Australia\",\n                \"port\": 51853,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 51856,\n                \"productUid\": \"b76408ee-7260-47dd-9761-b42695688efb\",\n                \"name\": \"Asia Pacific (Sydney) (ap-southeast-2)\",\n                \"nServiceId\": 115967,\n                \"description\": \"AWS at NextDC M1\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 10000,\n                \"locationId\": 4,\n                \"state\": \"VIC\",\n                \"country\": \"Australia\",\n                \"port\": 51856,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 52359,\n                \"productUid\": \"d94668f6-0130-4c5b-a8ac-f5ed1d6b3860\",\n                \"name\": \"EU (Ireland) (eu-west-1)\",\n                \"nServiceId\": 117083,\n                \"description\": \"AWS at Equinix LD5\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 10000,\n                \"locationId\": 90,\n                \"state\": null,\n                \"country\": \"United Kingdom\",\n                \"port\": 52359,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 52362,\n                \"productUid\": \"4d6b2581-66cc-473f-9bfb-b0c41ec18c79\",\n                \"name\": \"EU (Ireland) (eu-west-1)\",\n                \"nServiceId\": 117086,\n                \"description\": \"AWS at Equinix LD5\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 10000,\n                \"locationId\": 90,\n                \"state\": null,\n                \"country\": \"United Kingdom\",\n                \"port\": 52362,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 53463,\n                \"productUid\": \"dc745b48-6e84-4a84-9023-76f151c0b7d2\",\n                \"name\": \"EU (Stockholm) (eu-north-1)\",\n                \"nServiceId\": 120069,\n                \"description\": \"AWS at Equinix SK1\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 10000,\n                \"locationId\": 95,\n                \"state\": null,\n                \"country\": \"Sweden\",\n                \"port\": 53463,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 53466,\n                \"productUid\": \"36ec86b8-e4e1-479a-958c-15917949c761\",\n                \"name\": \"EU (Stockholm) (eu-north-1)\",\n                \"nServiceId\": 120072,\n                \"description\": \"AWS at Equinix SK1\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 10000,\n                \"locationId\": 95,\n                \"state\": null,\n                \"country\": \"Sweden\",\n                \"port\": 53466,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 53559,\n                \"productUid\": \"09e400a0-1b72-49ec-8ff0-5a71a4fc7774\",\n                \"name\": \"EU (Paris) (eu-west-3)\",\n                \"nServiceId\": 120282,\n                \"description\": \"AWS at Interxion PAR5\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 10000,\n                \"locationId\": 527,\n                \"state\": null,\n                \"country\": \"France\",\n                \"port\": 53559,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 53562,\n                \"productUid\": \"fc1c70e7-3bd7-4d7d-8f27-c80296785542\",\n                \"name\": \"EU (Paris) (eu-west-3)\",\n                \"nServiceId\": 120285,\n                \"description\": \"AWS at Interxion PAR5\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 10000,\n                \"locationId\": 527,\n                \"state\": null,\n                \"country\": \"France\",\n                \"port\": 53562,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 55018,\n                \"productUid\": \"ee38006f-9b3f-46a1-92e4-9fb627b08e80\",\n                \"name\": \"Asia Pacific (Singapore) (ap-southeast-1)\",\n                \"nServiceId\": 123377,\n                \"description\": \"AWS at Mega-iAdvantage\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 10000,\n                \"locationId\": 47,\n                \"state\": null,\n                \"country\": \"Hong Kong\",\n                \"port\": 55018,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 55021,\n                \"productUid\": \"5b33c1fe-7977-4e7b-ac44-14d27d749642\",\n                \"name\": \"Asia Pacific (Singapore) (ap-southeast-1)\",\n                \"nServiceId\": 123380,\n                \"description\": \"AWS at Mega-iAdvantage\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 10000,\n                \"locationId\": 47,\n                \"state\": null,\n                \"country\": \"Hong Kong\",\n                \"port\": 55021,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 68770,\n                \"productUid\": \"03d8f3da-c4f7-4f9b-b9a6-68956c9465ca\",\n                \"name\": \"US West (Oregon) (us-west-2)\",\n                \"nServiceId\": 154340,\n                \"description\": \"AWS at Switch Las Vegas (The Core)\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 10000,\n                \"locationId\": 100,\n                \"state\": \"NV\",\n                \"country\": \"USA\",\n                \"port\": 68770,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 83098,\n                \"productUid\": \"6af4dc2d-c7d9-4678-b93b-f7dadd327f0e\",\n                \"name\": \"EU (Frankfurt) (eu-central-1)\",\n                \"nServiceId\": 184995,\n                \"description\": \"AWS at Interxion MAD2\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 10000,\n                \"locationId\": 639,\n                \"state\": null,\n                \"country\": \"Spain\",\n                \"port\": 83098,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 83100,\n                \"productUid\": \"a06504b9-0231-4da0-ad75-790d00990c6c\",\n                \"name\": \"EU (Frankfurt) (eu-central-1)\",\n                \"nServiceId\": 184999,\n                \"description\": \"AWS at Interxion MAD2\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 10000,\n                \"locationId\": 639,\n                \"state\": null,\n                \"country\": \"Spain\",\n                \"port\": 83100,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 84505,\n                \"productUid\": \"5058e031-f605-4a9d-b48f-22cda6471e52\",\n                \"name\": \"Canada (Central) (ca-central-1)\",\n                \"nServiceId\": 188216,\n                \"description\": \"AWS at Cologix VAN2\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 10000,\n                \"locationId\": 442,\n                \"state\": \"BC\",\n                \"country\": \"Canada\",\n                \"port\": 84505,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 84507,\n                \"productUid\": \"99788cc8-4758-47eb-b6b1-432560272122\",\n                \"name\": \"Canada (Central) (ca-central-1)\",\n                \"nServiceId\": 188220,\n                \"description\": \"AWS at Cologix VAN2\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 10000,\n                \"locationId\": 442,\n                \"state\": \"BC\",\n                \"country\": \"Canada\",\n                \"port\": 84507,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 105684,\n                \"productUid\": \"bc6f0eea-7158-4d1f-beae-f2178e3c4f8d\",\n                \"name\": \"US West (Oregon) (us-west-2)\",\n                \"nServiceId\": 246785,\n                \"description\": \"AWS at Switch Las Vegas (The Core)\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 10000,\n                \"locationId\": 100,\n                \"state\": \"NV\",\n                \"country\": \"USA\",\n                \"port\": 105684,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 113491,\n                \"productUid\": \"6dab69c3-d19b-40cc-9aab-ba959fd5009f\",\n                \"name\": \"US East (N. Virginia) (us-east-1)\",\n                \"nServiceId\": 269435,\n                \"description\": \"AWS at CoreSite VA1\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 68,\n                \"state\": \"VA\",\n                \"country\": \"USA\",\n                \"port\": 113491,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 113492,\n                \"productUid\": \"e1964a64-2ad7-4ec0-ae5f-f0d01ef9299f\",\n                \"name\": \"US East (N. Virginia) (us-east-1)\",\n                \"nServiceId\": 269437,\n                \"description\": \"AWS at CoreSite VA1\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 68,\n                \"state\": \"VA\",\n                \"country\": \"USA\",\n                \"port\": 113492,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 114145,\n                \"productUid\": \"0969b94c-d79a-4e3d-8f2d-7a97df6307fd\",\n                \"name\": \"EU (London) (eu-west-2)\",\n                \"nServiceId\": 271393,\n                \"description\": \"AWS at Equinix LD5\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 90,\n                \"state\": null,\n                \"country\": \"United Kingdom\",\n                \"port\": 114145,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 114147,\n                \"productUid\": \"872840c4-5535-44f7-8ad0-d7536dae16ec\",\n                \"name\": \"EU (London) (eu-west-2)\",\n                \"nServiceId\": 271398,\n                \"description\": \"AWS at Equinix LD5\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 90,\n                \"state\": null,\n                \"country\": \"United Kingdom\",\n                \"port\": 114147,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 116950,\n                \"productUid\": \"8bebec3c-fa91-48d9-9877-894eaf9fcb56\",\n                \"name\": \"US East (N. Virginia) (us-east-1)\",\n                \"nServiceId\": 280010,\n                \"description\": \"AWS at CoreSite NY1\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 75,\n                \"state\": \"NY\",\n                \"country\": \"USA\",\n                \"port\": 116950,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 116951,\n                \"productUid\": \"872b6156-2890-4d5d-8fe0-d10bccf2af83\",\n                \"name\": \"US East (N. Virginia) (us-east-1)\",\n                \"nServiceId\": 280012,\n                \"description\": \"AWS at CoreSite NY1\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 75,\n                \"state\": \"NY\",\n                \"country\": \"USA\",\n                \"port\": 116951,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 118101,\n                \"productUid\": \"890c87cb-71d4-45a6-a2c3-c00c0d9a4fa9\",\n                \"name\": \"US East (N. Virginia) (us-east-1)\",\n                \"nServiceId\": 283362,\n                \"description\": \"AWS at Equinix DA1\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 71,\n                \"state\": \"TX\",\n                \"country\": \"USA\",\n                \"port\": 118101,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 118102,\n                \"productUid\": \"c28a54ae-b3f1-4e86-8e61-d960bdeff1c7\",\n                \"name\": \"US East (N. Virginia) (us-east-1)\",\n                \"nServiceId\": 283364,\n                \"description\": \"AWS at Equinix DA1\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 71,\n                \"state\": \"TX\",\n                \"country\": \"USA\",\n                \"port\": 118102,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 120074,\n                \"productUid\": \"b7057132-ce3d-4a61-aeb1-86d23bca10a0\",\n                \"name\": \"US East (N. Virginia) (us-east-1)\",\n                \"nServiceId\": 289303,\n                \"description\": \"AWS at Equinix DC4\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 67,\n                \"state\": \"VA\",\n                \"country\": \"USA\",\n                \"port\": 120074,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 120075,\n                \"productUid\": \"b50a6c3a-0160-4b68-b430-2583b40e0498\",\n                \"name\": \"US East (N. Virginia) (us-east-1)\",\n                \"nServiceId\": 289305,\n                \"description\": \"AWS at Equinix DC4\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 67,\n                \"state\": \"VA\",\n                \"country\": \"USA\",\n                \"port\": 120075,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 123083,\n                \"productUid\": \"09a655af-a67b-46ed-a7f0-769cbbcace67\",\n                \"name\": \"Asia Pacific (Sydney) (ap-southeast-2)\",\n                \"nServiceId\": 298209,\n                \"description\": \"AWS at Equinix SY3\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 6,\n                \"state\": \"NSW\",\n                \"country\": \"Australia\",\n                \"port\": 123083,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 123084,\n                \"productUid\": \"026b1463-a91d-48e6-97c9-3c259f260012\",\n                \"name\": \"Asia Pacific (Sydney) (ap-southeast-2)\",\n                \"nServiceId\": 298211,\n                \"description\": \"AWS at Equinix SY3\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 6,\n                \"state\": \"NSW\",\n                \"country\": \"Australia\",\n                \"port\": 123084,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 123085,\n                \"productUid\": \"fe1fab1b-2c5b-42f5-9da6-eeeba095a010\",\n                \"name\": \"Asia Pacific (Singapore) (ap-southeast-1)\",\n                \"nServiceId\": 298213,\n                \"description\": \"AWS at Equinix SG2\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 37,\n                \"state\": null,\n                \"country\": \"Singapore\",\n                \"port\": 123085,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 123086,\n                \"productUid\": \"eb106022-bc91-4c0b-a1dc-d82b45c4a8d4\",\n                \"name\": \"Asia Pacific (Singapore) (ap-southeast-1)\",\n                \"nServiceId\": 298215,\n                \"description\": \"AWS at Equinix SG2\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 37,\n                \"state\": null,\n                \"country\": \"Singapore\",\n                \"port\": 123086,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 123463,\n                \"productUid\": \"8e39312e-b251-496b-9575-a9d09968e51d\",\n                \"name\": \"EU (Frankfurt) (eu-central-1)\",\n                \"nServiceId\": 299345,\n                \"description\": \"AWS at Telehouse Paris Voltaire TH2\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 10000,\n                \"locationId\": 598,\n                \"state\": null,\n                \"country\": \"France\",\n                \"port\": 123463,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 123465,\n                \"productUid\": \"02429bca-0874-49a4-8e7f-128d85a71e11\",\n                \"name\": \"EU (Frankfurt) (eu-central-1)\",\n                \"nServiceId\": 299349,\n                \"description\": \"AWS at Telehouse Paris Voltaire TH2\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 10000,\n                \"locationId\": 598,\n                \"state\": null,\n                \"country\": \"France\",\n                \"port\": 123465,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 125468,\n                \"productUid\": \"d2b92be0-d85c-4ae5-b511-37c1cfe6e196\",\n                \"name\": \"US West (N. California) (us-west-1)\",\n                \"nServiceId\": 305345,\n                \"description\": \"AWS at PhoenixNAP\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 10000,\n                \"locationId\": 370,\n                \"state\": \"AZ\",\n                \"country\": \"USA\",\n                \"port\": 125468,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 125470,\n                \"productUid\": \"2132dd28-ccf9-4d17-8a67-9fb8ed089dae\",\n                \"name\": \"US West (N. California) (us-west-1)\",\n                \"nServiceId\": 305349,\n                \"description\": \"AWS at PhoenixNAP\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 10000,\n                \"locationId\": 370,\n                \"state\": \"AZ\",\n                \"country\": \"USA\",\n                \"port\": 125470,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 126386,\n                \"productUid\": \"4bc2085f-a04c-4fe5-ac40-0ffbd6813c6c\",\n                \"name\": \"US West (Oregon) (us-west-2)\",\n                \"nServiceId\": 308431,\n                \"description\": \"AWS at DataBank LAS1\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 1237,\n                \"state\": \"NV\",\n                \"country\": \"USA\",\n                \"port\": 126386,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 126387,\n                \"productUid\": \"bddcdb18-d4b6-4d75-b9d2-3b560d4ea84a\",\n                \"name\": \"US West (Oregon) (us-west-2)\",\n                \"nServiceId\": 308433,\n                \"description\": \"AWS at DataBank LAS1\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 1237,\n                \"state\": \"NV\",\n                \"country\": \"USA\",\n                \"port\": 126387,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 126907,\n                \"productUid\": \"0947ab29-44ba-4fae-a1d0-b95b434c28ea\",\n                \"name\": \"Asia Pacific (Singapore) (ap-southeast-1)\",\n                \"nServiceId\": 309979,\n                \"description\": \"AWS at Global Switch Singapore - Tai Seng\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 39,\n                \"state\": null,\n                \"country\": \"Singapore\",\n                \"port\": 126907,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 126908,\n                \"productUid\": \"effce9e0-f320-4f76-bf08-96435e54c101\",\n                \"name\": \"Asia Pacific (Singapore) (ap-southeast-1)\",\n                \"nServiceId\": 309981,\n                \"description\": \"AWS at Global Switch Singapore - Tai Seng\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 39,\n                \"state\": null,\n                \"country\": \"Singapore\",\n                \"port\": 126908,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 127555,\n                \"productUid\": \"8b08864e-0eb2-4639-b4a2-eb4ba22c0bea\",\n                \"name\": \"US West (Oregon) (us-west-2)\",\n                \"nServiceId\": 311917,\n                \"description\": \"AWS at Westin Building\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 146,\n                \"state\": \"WA\",\n                \"country\": \"USA\",\n                \"port\": 127555,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 127556,\n                \"productUid\": \"39097b71-57ee-404d-8e63-35e6a2c98a75\",\n                \"name\": \"US West (Oregon) (us-west-2)\",\n                \"nServiceId\": 311919,\n                \"description\": \"AWS at Westin Building\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 146,\n                \"state\": \"WA\",\n                \"country\": \"USA\",\n                \"port\": 127556,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 128953,\n                \"productUid\": \"eb461c4e-b835-494d-a81a-10d4deb263fb\",\n                \"name\": \"EU (Ireland) (eu-west-1)\",\n                \"nServiceId\": 316077,\n                \"description\": \"AWS at Interxion DUB2\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 96,\n                \"state\": null,\n                \"country\": \"Ireland\",\n                \"port\": 128953,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 128954,\n                \"productUid\": \"0ff95c1a-32b7-4031-ab92-c657cec0a88b\",\n                \"name\": \"EU (Ireland) (eu-west-1)\",\n                \"nServiceId\": 316079,\n                \"description\": \"AWS at Interxion DUB2\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 96,\n                \"state\": null,\n                \"country\": \"Ireland\",\n                \"port\": 128954,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 130409,\n                \"productUid\": \"c1219715-f6f0-4931-956c-849be938d059\",\n                \"name\": \"US West (N. California) (us-west-1)\",\n                \"nServiceId\": 320468,\n                \"description\": \"AWS at CoreSite LA1\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 60,\n                \"state\": \"CA\",\n                \"country\": \"USA\",\n                \"port\": 130409,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 130410,\n                \"productUid\": \"ae2d6f21-134e-46ed-9c83-3219c7558ed5\",\n                \"name\": \"US West (N. California) (us-west-1)\",\n                \"nServiceId\": 320470,\n                \"description\": \"AWS at CoreSite LA1\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 60,\n                \"state\": \"CA\",\n                \"country\": \"USA\",\n                \"port\": 130410,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 130570,\n                \"productUid\": \"4348e355-5e76-470b-988b-ac245c48663b\",\n                \"name\": \"EU (Frankfurt) (eu-central-1)\",\n                \"nServiceId\": 320933,\n                \"description\": \"AWS at Interxion FRA6\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 130,\n                \"state\": null,\n                \"country\": \"Germany\",\n                \"port\": 130570,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 130571,\n                \"productUid\": \"5ec445b7-6e15-4638-a2d7-8b9ab6ab0e62\",\n                \"name\": \"EU (Frankfurt) (eu-central-1)\",\n                \"nServiceId\": 320935,\n                \"description\": \"AWS at Interxion FRA6\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 130,\n                \"state\": null,\n                \"country\": \"Germany\",\n                \"port\": 130571,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 130602,\n                \"productUid\": \"17451291-71c8-4545-96a6-a1647fe1c15e\",\n                \"name\": \"US East (Ohio) (us-east-2)\",\n                \"nServiceId\": 321021,\n                \"description\": \"AWS at Equinix CH4\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 69,\n                \"state\": \"IL\",\n                \"country\": \"USA\",\n                \"port\": 130602,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 132574,\n                \"productUid\": \"eadbc475-f9c7-40f0-8933-1d09d5fb2f6c\",\n                \"name\": \"Canada (Central) (ca-central-1)\",\n                \"nServiceId\": 326803,\n                \"description\": \"AWS at eStruxture MTL-1\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 440,\n                \"state\": \"QC\",\n                \"country\": \"Canada\",\n                \"port\": 132574,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 132575,\n                \"productUid\": \"4c18418d-8140-4703-b50b-8dc4d514df5c\",\n                \"name\": \"Canada (Central) (ca-central-1)\",\n                \"nServiceId\": 326805,\n                \"description\": \"AWS at eStruxture MTL-1\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 440,\n                \"state\": \"QC\",\n                \"country\": \"Canada\",\n                \"port\": 132575,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 133694,\n                \"productUid\": \"b099b962-3e4a-4f7a-a2d5-b0afa8eb5a2f\",\n                \"name\": \"Asia Pacific (Hong Kong) (ap-east-1)\",\n                \"nServiceId\": 330112,\n                \"description\": \"AWS at Equinix HK1\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 46,\n                \"state\": null,\n                \"country\": \"Hong Kong\",\n                \"port\": 133694,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 133695,\n                \"productUid\": \"20fe6bb6-85c0-4e6f-b7de-ddd9f98ed92b\",\n                \"name\": \"Asia Pacific (Hong Kong) (ap-east-1)\",\n                \"nServiceId\": 330114,\n                \"description\": \"AWS at Equinix HK1\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 46,\n                \"state\": null,\n                \"country\": \"Hong Kong\",\n                \"port\": 133695,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 133960,\n                \"productUid\": \"27fe8de2-2cfb-4437-b8e5-3e028a8384f2\",\n                \"name\": \"Asia Pacific (Tokyo) (ap-northeast-1)\",\n                \"nServiceId\": 330895,\n                \"description\": \"AWS at Equinix TY2\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 560,\n                \"state\": null,\n                \"country\": \"Japan\",\n                \"port\": 133960,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 133961,\n                \"productUid\": \"677fbc1e-d73f-431d-b3e2-9c56ff6c74f7\",\n                \"name\": \"Asia Pacific (Tokyo) (ap-northeast-1)\",\n                \"nServiceId\": 330897,\n                \"description\": \"AWS at Equinix TY2\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 560,\n                \"state\": null,\n                \"country\": \"Japan\",\n                \"port\": 133961,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 135123,\n                \"productUid\": \"393ce489-16ae-433e-8ef3-9ada3c361dba\",\n                \"name\": \"Asia Pacific (Sydney) (ap-southeast-2)\",\n                \"nServiceId\": 334409,\n                \"description\": \"AWS at NextDC S1\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 10,\n                \"state\": \"NSW\",\n                \"country\": \"Australia\",\n                \"port\": 135123,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 135124,\n                \"productUid\": \"f43d5887-dce0-4ab6-be84-f6ae8cee3705\",\n                \"name\": \"Asia Pacific (Sydney) (ap-southeast-2)\",\n                \"nServiceId\": 334411,\n                \"description\": \"AWS at NextDC S1\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 10,\n                \"state\": \"NSW\",\n                \"country\": \"Australia\",\n                \"port\": 135124,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 136704,\n                \"productUid\": \"e6b82839-0fab-4d8f-a12a-0373d4384126\",\n                \"name\": \"US East (N. Virginia) (us-east-1)\",\n                \"nServiceId\": 339229,\n                \"description\": \"AWS at Digital Realty ATL1\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 116,\n                \"state\": \"GA\",\n                \"country\": \"USA\",\n                \"port\": 136704,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 136705,\n                \"productUid\": \"771b94ff-7054-4f8b-ab78-2bbdfb135d96\",\n                \"name\": \"US East (N. Virginia) (us-east-1)\",\n                \"nServiceId\": 339231,\n                \"description\": \"AWS at Digital Realty ATL1\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 116,\n                \"state\": \"GA\",\n                \"country\": \"USA\",\n                \"port\": 136705,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 142912,\n                \"productUid\": \"43fe6495-ec73-47cd-a83b-1d6a12ee6b66\",\n                \"name\": \"EU (Frankfurt) (eu-central-1)\",\n                \"nServiceId\": 358467,\n                \"description\": \"AWS at Equinix AM1\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 85,\n                \"state\": null,\n                \"country\": \"Netherlands\",\n                \"port\": 142912,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 142913,\n                \"productUid\": \"d7cc5537-b22a-4111-9db2-88e096de4553\",\n                \"name\": \"EU (Frankfurt) (eu-central-1)\",\n                \"nServiceId\": 358469,\n                \"description\": \"AWS at Equinix AM1\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 85,\n                \"state\": null,\n                \"country\": \"Netherlands\",\n                \"port\": 142913,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 143207,\n                \"productUid\": \"c84cdf99-f0b0-46c6-ae06-e89e40a5fd76\",\n                \"name\": \"Asia Pacific (Tokyo) (ap-northeast-1)\",\n                \"nServiceId\": 359369,\n                \"description\": \"AWS at AtTokyo Data Centre - Beta Route\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 612,\n                \"state\": null,\n                \"country\": \"Japan\",\n                \"port\": 143207,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 143208,\n                \"productUid\": \"82b7b110-0382-40fa-af09-72768f9df9b8\",\n                \"name\": \"Asia Pacific (Tokyo) (ap-northeast-1)\",\n                \"nServiceId\": 359371,\n                \"description\": \"AWS at AtTokyo Data Centre - Alpha Route\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 558,\n                \"state\": null,\n                \"country\": \"Japan\",\n                \"port\": 143208,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 143648,\n                \"productUid\": \"cb51a991-68cc-47df-8584-64cbd7fffc7a\",\n                \"name\": \"US West (N. California) (us-west-1)\",\n                \"nServiceId\": 360731,\n                \"description\": \"AWS at Equinix SV1\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 66,\n                \"state\": \"CA\",\n                \"country\": \"USA\",\n                \"port\": 143648,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 143649,\n                \"productUid\": \"ff963fd2-1095-46d5-ba46-b4ca4aa1caa2\",\n                \"name\": \"US West (N. California) (us-west-1)\",\n                \"nServiceId\": 360733,\n                \"description\": \"AWS at Equinix SV1\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 66,\n                \"state\": \"CA\",\n                \"country\": \"USA\",\n                \"port\": 143649,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 144457,\n                \"productUid\": \"4cfcfd9c-68c7-40c2-afb5-6715ac228b11\",\n                \"name\": \"US East (N. Virginia) (us-east-1)\",\n                \"nServiceId\": 362707,\n                \"description\": \"AWS at Equinix NY2\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 655,\n                \"state\": \"NJ\",\n                \"country\": \"USA\",\n                \"port\": 144457,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 144458,\n                \"productUid\": \"a809b4ad-8566-4583-9d47-4c9c6c84dc27\",\n                \"name\": \"US East (N. Virginia) (us-east-1)\",\n                \"nServiceId\": 362709,\n                \"description\": \"AWS at Equinix NY2\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 655,\n                \"state\": \"NJ\",\n                \"country\": \"USA\",\n                \"port\": 144458,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 145014,\n                \"productUid\": \"2c6be217-36ca-4b65-881f-beb38ef19f67\",\n                \"name\": \"EU (Frankfurt) (eu-central-1)\",\n                \"nServiceId\": 364362,\n                \"description\": \"AWS at Equinix FR5\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 131,\n                \"state\": null,\n                \"country\": \"Germany\",\n                \"port\": 145014,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 145015,\n                \"productUid\": \"7d7b1edd-9ac0-4000-b1a3-6afefdcb495f\",\n                \"name\": \"EU (Frankfurt) (eu-central-1)\",\n                \"nServiceId\": 364364,\n                \"description\": \"AWS at Equinix FR5\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 131,\n                \"state\": null,\n                \"country\": \"Germany\",\n                \"port\": 145015,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 146416,\n                \"productUid\": \"475028cf-0a01-49f4-8548-45a62bd93c8d\",\n                \"name\": \"US East (Ohio) (us-east-2)\",\n                \"nServiceId\": 368314,\n                \"description\": \"AWS at QTS Chicago\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 319,\n                \"state\": \"IL\",\n                \"country\": \"USA\",\n                \"port\": 146416,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 146417,\n                \"productUid\": \"2fe6ef78-3900-41b3-9c38-3693e16f7dce\",\n                \"name\": \"US East (Ohio) (us-east-2)\",\n                \"nServiceId\": 368316,\n                \"description\": \"AWS at QTS Chicago\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 319,\n                \"state\": \"IL\",\n                \"country\": \"USA\",\n                \"port\": 146417,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 148840,\n                \"productUid\": \"7d81e83d-e567-419a-866d-a7b7323da472\",\n                \"name\": \"Asia Pacific (Melbourne) (ap-southeast-4)\",\n                \"nServiceId\": 376461,\n                \"description\": \"AWS at Equinix ME1\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 41,\n                \"state\": \"VIC\",\n                \"country\": \"Australia\",\n                \"port\": 148840,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 148841,\n                \"productUid\": \"b047870a-adcf-441f-ae34-27a796cdafeb\",\n                \"name\": \"Asia Pacific (Melbourne) (ap-southeast-4)\",\n                \"nServiceId\": 376463,\n                \"description\": \"AWS at Equinix ME1\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 41,\n                \"state\": \"VIC\",\n                \"country\": \"Australia\",\n                \"port\": 148841,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 150693,\n                \"productUid\": \"6461f0bc-549a-42c4-ac32-d51a6132f959\",\n                \"name\": \"US East (N. Virginia) (us-east-1)\",\n                \"nServiceId\": 382605,\n                \"description\": \"AWS at Digital Realty ASH1\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 140,\n                \"state\": \"VA\",\n                \"country\": \"USA\",\n                \"port\": 150693,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 150694,\n                \"productUid\": \"fd7b8577-e4b8-4c77-9212-f28e485ad0be\",\n                \"name\": \"US East (N. Virginia) (us-east-1)\",\n                \"nServiceId\": 382607,\n                \"description\": \"AWS at Digital Realty ASH1\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 140,\n                \"state\": \"VA\",\n                \"country\": \"USA\",\n                \"port\": 150694,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 153786,\n                \"productUid\": \"5f8296a8-9757-4727-9a3b-f4731143d8ba\",\n                \"name\": \"Asia Pacific (Sydney) (ap-southeast-2)\",\n                \"nServiceId\": 392372,\n                \"description\": \"AWS at Datacom 6 Orbit\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 10000,\n                \"locationId\": 33,\n                \"state\": null,\n                \"country\": \"New Zealand\",\n                \"port\": 153786,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 153788,\n                \"productUid\": \"48c74795-1b64-4d77-a9ca-44dffcc01766\",\n                \"name\": \"Asia Pacific (Sydney) (ap-southeast-2)\",\n                \"nServiceId\": 392376,\n                \"description\": \"AWS at Datacom 6 Orbit\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 10000,\n                \"locationId\": 33,\n                \"state\": null,\n                \"country\": \"New Zealand\",\n                \"port\": 153788,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 155436,\n                \"productUid\": \"7eac0f85-c30e-4664-a67a-70f419492a8e\",\n                \"name\": \"Europe (Paris) (eu-west-3)\",\n                \"nServiceId\": 397668,\n                \"description\": \"AWS at Telehouse Paris Voltaire TH2\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 598,\n                \"state\": null,\n                \"country\": \"France\",\n                \"port\": 155436,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 155437,\n                \"productUid\": \"0361a277-e96e-4b12-812c-eacb6cfb0d57\",\n                \"name\": \"Europe (Paris) (eu-west-3)\",\n                \"nServiceId\": 397670,\n                \"description\": \"AWS at Telehouse Paris Voltaire TH2\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 598,\n                \"state\": null,\n                \"country\": \"France\",\n                \"port\": 155437,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 157791,\n                \"productUid\": \"59981f08-0cd4-402a-a049-df47ab479eb5\",\n                \"name\": \"Europe (London) (eu-west-2)\",\n                \"nServiceId\": 405128,\n                \"description\": \"AWS at Telehouse North\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 256,\n                \"state\": null,\n                \"country\": \"United Kingdom\",\n                \"port\": 157791,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 157792,\n                \"productUid\": \"35d9687e-8d90-4dd2-a477-94e2e8bc8344\",\n                \"name\": \"Europe (London) (eu-west-2)\",\n                \"nServiceId\": 405130,\n                \"description\": \"AWS at Telehouse North\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 256,\n                \"state\": null,\n                \"country\": \"United Kingdom\",\n                \"port\": 157792,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 158299,\n                \"productUid\": \"c1f72000-5d93-49bc-b1c4-634e78af28fb\",\n                \"name\": \"US East (N. Virginia) (us-east-1)\",\n                \"nServiceId\": 406818,\n                \"description\": \"AWS at Kio Networks - Queretaro QRO1\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 10000,\n                \"locationId\": 1197,\n                \"state\": null,\n                \"country\": \"Mexico\",\n                \"port\": 158299,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 158300,\n                \"productUid\": \"5e2a88c8-7b08-4620-b515-3b5df0b33e17\",\n                \"name\": \"US East (N. Virginia) (us-east-1)\",\n                \"nServiceId\": 406820,\n                \"description\": \"AWS at Kio Networks - Queretaro QRO1\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 10000,\n                \"locationId\": 1197,\n                \"state\": null,\n                \"country\": \"Mexico\",\n                \"port\": 158300,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 160108,\n                \"productUid\": \"03a16ca1-f9d0-4013-a125-25de00517df0\",\n                \"name\": \"Canada (Central) (ca-central-1)\",\n                \"nServiceId\": 412498,\n                \"description\": \"AWS at Andorix Data Center\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 1123,\n                \"state\": \"ON\",\n                \"country\": \"Canada\",\n                \"port\": 160108,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 160109,\n                \"productUid\": \"a1a6078d-5dbb-4869-82db-ee15eb3f52af\",\n                \"name\": \"Canada (Central) (ca-central-1)\",\n                \"nServiceId\": 412500,\n                \"description\": \"AWS at Andorix Data Center\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 1123,\n                \"state\": \"ON\",\n                \"country\": \"Canada\",\n                \"port\": 160109,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 160729,\n                \"productUid\": \"7bb30b40-b144-43a1-ba2f-63f18764af46\",\n                \"name\": \"US West (N. California) (us-west-1)\",\n                \"nServiceId\": 414416,\n                \"description\": \"AWS at EdgeConneX Phoenix\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 336,\n                \"state\": \"AZ\",\n                \"country\": \"USA\",\n                \"port\": 160729,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 160730,\n                \"productUid\": \"ca45fbbf-34f7-498f-8f2a-755cffdaa9a9\",\n                \"name\": \"US West (N. California) (us-west-1)\",\n                \"nServiceId\": 414418,\n                \"description\": \"AWS at EdgeConneX Phoenix\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 336,\n                \"state\": \"AZ\",\n                \"country\": \"USA\",\n                \"port\": 160730,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 182214,\n                \"productUid\": \"fd334b4c-79bc-421d-ab8f-eea6c6c66803\",\n                \"name\": \"US East (Ohio) (us-east-2)\",\n                \"nServiceId\": 485846,\n                \"description\": \"AWS at Cologix COL3\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 520,\n                \"state\": \"OH\",\n                \"country\": \"USA\",\n                \"port\": 182214,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 182215,\n                \"productUid\": \"e2dbc5ec-ce0d-4669-96ad-21b8f5cb7711\",\n                \"name\": \"US East (Ohio) (us-east-2)\",\n                \"nServiceId\": 485848,\n                \"description\": \"AWS at Cologix COL3\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 520,\n                \"state\": \"OH\",\n                \"country\": \"USA\",\n                \"port\": 182215,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 183083,\n                \"productUid\": \"d84677fa-c8af-47ea-af23-49fdaebdf6ee\",\n                \"name\": \"Europe (Zurich) (eu-central-2)\",\n                \"nServiceId\": 488660,\n                \"description\": \"AWS at Equinix ZH4\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 430,\n                \"state\": null,\n                \"country\": \"Switzerland\",\n                \"port\": 183083,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 183084,\n                \"productUid\": \"9faab0dc-388c-4fd3-95c5-ea2f56918734\",\n                \"name\": \"Europe (Zurich) (eu-central-2)\",\n                \"nServiceId\": 488662,\n                \"description\": \"AWS at Equinix ZH4\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 430,\n                \"state\": null,\n                \"country\": \"Switzerland\",\n                \"port\": 183084,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 183926,\n                \"productUid\": \"4714f7bc-05e0-480b-81dd-f8e0f3596db7\",\n                \"name\": \"US East (Ohio) (us-east-2)\",\n                \"nServiceId\": 491194,\n                \"description\": \"AWS at Equinix CH4\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 69,\n                \"state\": \"IL\",\n                \"country\": \"USA\",\n                \"port\": 183926,\n                \"vxc\": null\n            }\n        ],\n        \"ports\": [\n            {\n                \"service_id\": 106448\n            },\n            {\n                \"service_id\": 106451\n            },\n            {\n                \"service_id\": 106455\n            },\n            {\n                \"service_id\": 106458\n            },\n            {\n                \"service_id\": 108712\n            },\n            {\n                \"service_id\": 108715\n            },\n            {\n                \"service_id\": 114054\n            },\n            {\n                \"service_id\": 114057\n            },\n            {\n                \"service_id\": 114191\n            },\n            {\n                \"service_id\": 114194\n            },\n            {\n                \"service_id\": 114205\n            },\n            {\n                \"service_id\": 115581\n            },\n            {\n                \"service_id\": 115587\n            },\n            {\n                \"service_id\": 115964\n            },\n            {\n                \"service_id\": 115967\n            },\n            {\n                \"service_id\": 117083\n            },\n            {\n                \"service_id\": 117086\n            },\n            {\n                \"service_id\": 120069\n            },\n            {\n                \"service_id\": 120072\n            },\n            {\n                \"service_id\": 120282\n            },\n            {\n                \"service_id\": 120285\n            },\n            {\n                \"service_id\": 123377\n            },\n            {\n                \"service_id\": 123380\n            },\n            {\n                \"service_id\": 139137\n            },\n            {\n                \"service_id\": 139128\n            },\n            {\n                \"service_id\": 142871\n            },\n            {\n                \"service_id\": 142880\n            },\n            {\n                \"service_id\": 145009\n            },\n            {\n                \"service_id\": 145018\n            },\n            {\n                \"service_id\": 154340\n            },\n            {\n                \"service_id\": 174401\n            },\n            {\n                \"service_id\": 174409\n            },\n            {\n                \"service_id\": 184995\n            },\n            {\n                \"service_id\": 184999\n            },\n            {\n                \"service_id\": 188216\n            },\n            {\n                \"service_id\": 188220\n            },\n            {\n                \"service_id\": 202806\n            },\n            {\n                \"service_id\": 202814\n            },\n            {\n                \"service_id\": 206315\n            },\n            {\n                \"service_id\": 206323\n            },\n            {\n                \"service_id\": 231523\n            },\n            {\n                \"service_id\": 235951\n            },\n            {\n                \"service_id\": 246785\n            },\n            {\n                \"service_id\": 246900\n            },\n            {\n                \"service_id\": 269435\n            },\n            {\n                \"service_id\": 269437\n            },\n            {\n                \"service_id\": 271393\n            },\n            {\n                \"service_id\": 271398\n            },\n            {\n                \"service_id\": 278528\n            },\n            {\n                \"service_id\": 278536\n            },\n            {\n                \"service_id\": 280010\n            },\n            {\n                \"service_id\": 280012\n            },\n            {\n                \"service_id\": 283362\n            },\n            {\n                \"service_id\": 283364\n            },\n            {\n                \"service_id\": 288280\n            },\n            {\n                \"service_id\": 288288\n            },\n            {\n                \"service_id\": 289303\n            },\n            {\n                \"service_id\": 289305\n            },\n            {\n                \"service_id\": 298209\n            },\n            {\n                \"service_id\": 298211\n            },\n            {\n                \"service_id\": 298213\n            },\n            {\n                \"service_id\": 298215\n            },\n            {\n                \"service_id\": 299345\n            },\n            {\n                \"service_id\": 299349\n            },\n            {\n                \"service_id\": 305345\n            },\n            {\n                \"service_id\": 305349\n            },\n            {\n                \"service_id\": 306761\n            },\n            {\n                \"service_id\": 308431\n            },\n            {\n                \"service_id\": 308433\n            },\n            {\n                \"service_id\": 309979\n            },\n            {\n                \"service_id\": 309981\n            },\n            {\n                \"service_id\": 311917\n            },\n            {\n                \"service_id\": 311919\n            },\n            {\n                \"service_id\": 315654\n            },\n            {\n                \"service_id\": 315656\n            },\n            {\n                \"service_id\": 316077\n            },\n            {\n                \"service_id\": 316079\n            },\n            {\n                \"service_id\": 320468\n            },\n            {\n                \"service_id\": 320470\n            },\n            {\n                \"service_id\": 320933\n            },\n            {\n                \"service_id\": 320935\n            },\n            {\n                \"service_id\": 321021\n            },\n            {\n                \"service_id\": 326777\n            },\n            {\n                \"service_id\": 326779\n            },\n            {\n                \"service_id\": 326798\n            },\n            {\n                \"service_id\": 326800\n            },\n            {\n                \"service_id\": 326803\n            },\n            {\n                \"service_id\": 326805\n            },\n            {\n                \"service_id\": 328838\n            },\n            {\n                \"service_id\": 328840\n            },\n            {\n                \"service_id\": 330081\n            },\n            {\n                \"service_id\": 330083\n            },\n            {\n                \"service_id\": 330112\n            },\n            {\n                \"service_id\": 330114\n            },\n            {\n                \"service_id\": 330895\n            },\n            {\n                \"service_id\": 330897\n            },\n            {\n                \"service_id\": 332915\n            },\n            {\n                \"service_id\": 332917\n            },\n            {\n                \"service_id\": 334409\n            },\n            {\n                \"service_id\": 334411\n            },\n            {\n                \"service_id\": 339229\n            },\n            {\n                \"service_id\": 339231\n            },\n            {\n                \"service_id\": 341483\n            },\n            {\n                \"service_id\": 341485\n            },\n            {\n                \"service_id\": 343256\n            },\n            {\n                \"service_id\": 343258\n            },\n            {\n                \"service_id\": 348841\n            },\n            {\n                \"service_id\": 348843\n            },\n            {\n                \"service_id\": 351999\n            },\n            {\n                \"service_id\": 352001\n            },\n            {\n                \"service_id\": 354512\n            },\n            {\n                \"service_id\": 354514\n            },\n            {\n                \"service_id\": 358467\n            },\n            {\n                \"service_id\": 358469\n            },\n            {\n                \"service_id\": 359369\n            },\n            {\n                \"service_id\": 359371\n            },\n            {\n                \"service_id\": 360731\n            },\n            {\n                \"service_id\": 360733\n            },\n            {\n                \"service_id\": 362215\n            },\n            {\n                \"service_id\": 362217\n            },\n            {\n                \"service_id\": 362707\n            },\n            {\n                \"service_id\": 362709\n            },\n            {\n                \"service_id\": 364362\n            },\n            {\n                \"service_id\": 364364\n            },\n            {\n                \"service_id\": 365366\n            },\n            {\n                \"service_id\": 365368\n            },\n            {\n                \"service_id\": 367840\n            },\n            {\n                \"service_id\": 367844\n            },\n            {\n                \"service_id\": 368314\n            },\n            {\n                \"service_id\": 368316\n            },\n            {\n                \"service_id\": 370843\n            },\n            {\n                \"service_id\": 373203\n            },\n            {\n                \"service_id\": 374291\n            },\n            {\n                \"service_id\": 374293\n            },\n            {\n                \"service_id\": 376461\n            },\n            {\n                \"service_id\": 376463\n            },\n            {\n                \"service_id\": 382605\n            },\n            {\n                \"service_id\": 382607\n            },\n            {\n                \"service_id\": 383903\n            },\n            {\n                \"service_id\": 383905\n            },\n            {\n                \"service_id\": 389514\n            },\n            {\n                \"service_id\": 389516\n            },\n            {\n                \"service_id\": 392372\n            },\n            {\n                \"service_id\": 392376\n            },\n            {\n                \"service_id\": 394356\n            },\n            {\n                \"service_id\": 394358\n            },\n            {\n                \"service_id\": 397668\n            },\n            {\n                \"service_id\": 397670\n            },\n            {\n                \"service_id\": 405128\n            },\n            {\n                \"service_id\": 405130\n            },\n            {\n                \"service_id\": 405209\n            },\n            {\n                \"service_id\": 406818\n            },\n            {\n                \"service_id\": 406820\n            },\n            {\n                \"service_id\": 409087\n            },\n            {\n                \"service_id\": 412498\n            },\n            {\n                \"service_id\": 412500\n            },\n            {\n                \"service_id\": 414416\n            },\n            {\n                \"service_id\": 414418\n            },\n            {\n                \"service_id\": 485846\n            },\n            {\n                \"service_id\": 485848\n            },\n            {\n                \"service_id\": 488660\n            },\n            {\n                \"service_id\": 488662\n            },\n            {\n                \"service_id\": 491194\n            },\n            {\n                \"service_id\": 493506\n            }\n        ]\n    }\n}"}],"_postman_id":"d92ce7c0-6bef-4a8f-943c-bc9504e1f6d3"},{"name":"Buy AWS - Hosted VIF (v3)","id":"38653180-f249-4e9f-81e0-f2c74e57fd71","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"[\n  {\n    \"productUid\": \"{{mcrid}}\",\n    \"associatedVxcs\": [\n      {\n        \"productName\": \"Test AWS VIF MCR VXC\",\n        \"rateLimit\": \"100\",\n        \"term\": 12,\n        \"shutdown\": false,\n        \"promoCode\": \"promox3mnthfree2\",\n        \"aEnd\": {\n          \"vlan\": 101\n        },\n        \"bEnd\": {\n          \"productUid\": \"{{awsPortUid}}\",\n          \"vlan\": 0,\n          \"partnerConfig\": {\n            \"connectType\": \"AWS\",\n            \"type\": \"private\",\n            \"asn\": 133937,\n            \"amazonAsn\": 64555,\n            \"ownerAccount\": \"{{AWSAccount}}\",\n            \"authKey\": \"123455\",\n            \"prefixes\": \"10.0.1.0/24\",\n            \"customerIpAddress\": null,\n            \"amazonIpAddress\": null\n          }\n        }\n      }\n    ]\n  }\n]"},"url":"{{baseUrl}}/v3/networkdesign/buy","description":"<p>Orders the AWS Hosted VIF and sends the information to the provisioning system for processing. This request commits the order.</p>\n<p>You specify the configuration details in the Body of the request. The first <code>productUid</code> identifies the Port in your Megaport location and the <code>bEnd: productUid</code> identifies the AWS location. You also need to provide your AWS account number in <code>ownerAccount</code>.</p>\n<p><code>term</code> is the contract term for the VXC. Valid values are 1, 12, 24, 36, 48, and 60 months. If <code>term</code> is not provided when ordering a VXC, it defaults to 1 (No Minimum Term).</p>\n<p><code>shutdown</code> will temporarily shut down and re-enable the VXC. Valid values are <code>true</code> (shut down) and <code>false</code> (enabled). If not provided, it defaults to <code>false</code> (enabled).</p>\n<p><code>promoCode</code> is an optional string that can be used to enter a promotional code for the service order. The code is not validated, so if the code doesn’t exist or doesn’t work for the service, the call will still be successful.</p>\n<p>For AWS Hosted VIFs, Megaport can set up the IP addressing and BGP details on both the MCR and the CSP side ensuring a working BGP setup. This also minimizes the amount of switching between the CSP and Megaport portals.</p>\n<p>While the Portal handles the autoconfiguration by default, you can use the API to trigger the BGP autoconfiguration. The autoconfig functionality is triggered when the <code>interfaces</code> key in <code>partnerConfig</code> does not exist or is null.</p>\n<p><strong>Tip:</strong> To test your request before you order and see pricing details, use the <code>/v3/networkdesign/validate</code> endpoint with the same Body configuration.</p>\n","urlObject":{"path":["v3","networkdesign","buy"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"cfa8ee2e-e4ad-4164-a9e7-ddf6c7d89cce","name":"Buy AWS - Hosted VIF (v3)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"[\n  {\n    \"productUid\": \"1d73de72-17a1-4aea-aa9a-7f749df9a4db\",\n    \"associatedVxcs\": [\n      {\n        \"productName\": \"Test AWS VIF MCR VXC\",\n        \"rateLimit\": \"100\",\n        \"aEnd\": {\n          \"vlan\": 101\n        },\n        \"bEnd\": {\n          \"productUid\": \"b3e3a199-9230-4f56-8ac2-560c0b932626\",\n          \"vlan\": 0,\n          \"partnerConfig\": {\n            \"connectType\": \"AWS\",\n            \"type\": \"private\",\n            \"asn\": 133937,\n            \"amazonAsn\": 64555,\n            \"ownerAccount\": \"{{AWSAccount}}\",\n            \"authKey\": \"123455\",\n            \"prefixes\": \"10.0.1.0/24\",\n            \"customerIpAddress\": null,\n            \"amazonIpAddress\": null\n          }\n        }\n      }\n    ]\n  }\n]","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/networkdesign/buy"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 01 Jun 2021 20:55:54 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"UOW","value":"3a394dfc-c73e-40ce-b55f-de0c570a800c"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"VXC [03021916-6ca5-4bcf-aeb1-992d30139e7d] created.\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"createDate\": 1622580949287,\n            \"vxcOrderId\": 65943,\n            \"payerMegaPortId\": 88555,\n            \"nonPayerMegaPortId\": 18585,\n            \"payerMegaPortName\": \"My Test MCR\",\n            \"nonPayerMegaPortName\": \"US West (Oregon) (us-west-2)\",\n            \"payerCompanyId\": 1153,\n            \"nonPayerCompanyId\": 117,\n            \"payerLocationId\": 60,\n            \"nonPayerLocationId\": 57,\n            \"salesId\": null,\n            \"payerCompanyName\": \"Megaport Lab\",\n            \"nonPayerCompanyName\": \"AWS\",\n            \"payerMegaPortNsId\": 198968,\n            \"nonPayerMegaPortNsId\": 41968,\n            \"payerVlanId\": 101,\n            \"nonPayerVlanId\": 0,\n            \"payerInnerVlanId\": null,\n            \"nonPayerInnerVlanId\": null,\n            \"payerApproverName\": \"Eric Akin\",\n            \"payerApproverId\": 32278,\n            \"nonPayerApproverName\": \"Eric Akin\",\n            \"nonPayerApproverId\": 32278,\n            \"payerApproval\": 1622580949051,\n            \"nonPayerApproval\": 1622580949079,\n            \"fixedTerm\": true,\n            \"duration\": 1,\n            \"rollover\": true,\n            \"serviceName\": \"from My Test MCR to US West (Oregon) (us-west-2)\",\n            \"payerStatus\": \"APPROVED\",\n            \"nonPayerStatus\": \"APPROVED\",\n            \"speed\": 100,\n            \"distanceBand\": \"ZONE\",\n            \"intercapPath\": \"\",\n            \"awsId\": null,\n            \"promoCode\": null,\n            \"rateType\": \"MONTHLY\",\n            \"vxcJTechnicalServiceId\": 88556,\n            \"vxcJTechnicalServiceUid\": \"03021916-6ca5-4bcf-aeb1-992d30139e7d\",\n            \"provisionDate\": 1622580949016,\n            \"orderType\": \"NEW\",\n            \"monthlyDiscountAmount\": null,\n            \"discountMonths\": null,\n            \"amazonDirectConnectConfigDto\": {\n                \"type\": \"private\",\n                \"asn\": 133937,\n                \"ownerAccount\": \"{{AWSAccount}}\",\n                \"authKey\": \"123455\",\n                \"customerIpAddress\": null,\n                \"amazonIpAddress\": null,\n                \"prefixes\": \"10.0.1.0/24\",\n                \"name\": null\n            },\n            \"amsixConnectConfigDto\": null,\n            \"webAirProvItem\": null,\n            \"sdrcProvItem\": null,\n            \"rate\": null,\n            \"setup\": null,\n            \"asn\": null,\n            \"bgpPassword\": null,\n            \"usageAlgorithm\": \"POST_PAID_HOURLY_SPEED_LONG_HAUL_VXC\",\n            \"costCentre\": null,\n            \"azureServiceKey\": null,\n            \"oracleVirtualCircuitId\": null,\n            \"serviceKey\": null,\n            \"vxc\": {\n                \"serviceName\": \"Test AWS VIF MCR VXC\",\n                \"name\": \"Test AWS VIF MCR VXC\",\n                \"secondaryName\": null,\n                \"technicalServiceId\": 88556,\n                \"technicalServiceUid\": \"03021916-6ca5-4bcf-aeb1-992d30139e7d\",\n                \"requestedDate\": 1622580949016,\n                \"configuredDate\": null,\n                \"currentEstimatedDelivery\": null,\n                \"companyName\": \"Megaport Lab\",\n                \"companyId\": 1153,\n                \"aggregationId\": null,\n                \"lagPrimary\": false,\n                \"billingContactName\": null,\n                \"billingContactId\": null,\n                \"adminContactName\": null,\n                \"adminContactId\": null,\n                \"technicalContactName\": null,\n                \"technicalContactId\": null,\n                \"salesName\": null,\n                \"salesId\": null,\n                \"billableId\": 86416,\n                \"billableUsageAlgorithm\": null,\n                \"productType\": \"VXC\",\n                \"provisioningStatus\": \"DEPLOYABLE\",\n                \"failedReason\": null,\n                \"inAdvanceBillingStatus\": null,\n                \"provisioningItems\": [],\n                \"tags\": [],\n                \"vxcDistanceBand\": \"ZONE\",\n                \"intercapPath\": \"\",\n                \"marketplaceVisibility\": true,\n                \"vxcPermitted\": true,\n                \"vxcAutoApproval\": false,\n                \"createDate\": 1622580949070,\n                \"terminationDate\": null,\n                \"contractStartDate\": null,\n                \"contractTermMonths\": 1,\n                \"rateType\": \"MONTHLY\",\n                \"trialAgreement\": false,\n                \"payerCompanyId\": null,\n                \"nonPayerCompanyId\": null,\n                \"minimumSpeed\": null,\n                \"maximumSpeed\": null,\n                \"rateLimit\": 100,\n                \"errorMessage\": null,\n                \"market\": \"USA\",\n                \"accountManager\": null,\n                \"promptUid\": null,\n                \"components\": [],\n                \"attributes\": [],\n                \"aLocation\": null,\n                \"bLocation\": null,\n                \"aLocationId\": null,\n                \"bLocationId\": null,\n                \"attributeTags\": {},\n                \"createdBy\": \"52a26471-94de-4d32-b89e-0cd5d26c1f65\",\n                \"buyoutPort\": null,\n                \"virtual\": false,\n                \"locked\": false,\n                \"adminLocked\": false,\n                \"bgpShutdownDefault\": false\n            },\n            \"connectType\": \"AWS\",\n            \"payerConfig\": {},\n            \"nonPayerConfig\": {},\n            \"attributeTags\": {},\n            \"fullyApproved\": true\n        }\n    ]\n}"}],"_postman_id":"38653180-f249-4e9f-81e0-f2c74e57fd71"},{"name":"Buy AWS - Hosted Connection (v3)","id":"ac67ef17-8d35-451f-81a6-32674ac838f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"[\n  {\n    \"productUid\": \"{{mcrid}}\",\n    \"associatedVxcs\": [\n      {\n        \"rateLimit\": 100,\n        \"productName\": \"awshc\",\n        \"term\": 12,\n        \"shutdown\": false,\n        \"promoCode\": \"promox3mnthfree2\",\n        \"aEnd\": {\n          \"locationId\": 320,\n          \"vlan\": 0,\n          \"partnerConfig\": {\n            \"connectType\": \"VROUTER\",\n            \"interfaces\": [\n              {\n                \"ipAddresses\": [\n                  \"10.191.0.25/29\"\n                ],\n                \"bgpConnections\": [\n                  {\n                    \"peerAsn\": 62512,\n                    \"localIpAddress\": \"10.191.0.25\",\n                    \"peerIpAddress\": \"10.191.0.26\",\n                    \"password\": \"cnn6eaeaETSjvjvjvjv\",\n                    \"shutdown\": false,\n                    \"description\": \"BGP with MED and BFD enabled\",\n                    \"medIn\": 100,\n                    \"medOut\": 100,\n                    \"bfdEnabled\": true\n                  },\n                  {\n                    \"peerAsn\": 62511,\n                    \"localIpAddress\": \"10.191.0.27\",\n                    \"peerIpAddress\": \"10.191.0.28\",\n                    \"password\": \"cnn23049asdkfj\",\n                    \"shutdown\": false,\n                    \"description\": \"BGP without MED or BFD\",\n                    \"medIn\": null,\n                    \"medOut\": null,\n                    \"bfdEnabled\": false\n                  }\n                ],\n                \"ipRoutes\": [\n                  {\n                    \"prefix\": \"10.0.0.0/24\",\n                    \"nextHop\": \"10.191.0.26\",\n                    \"description\": \"test static route 1\"\n                  },\n                  {\n                    \"prefix\": \"10.0.1.9/24\",\n                    \"nextHop\": \"10.191.0.27\",\n                    \"description\": \"test static route 2\"\n                  }\n                ],\n                \"natIpAddresses\": []\n              }\n            ]\n          }\n        },\n        \"bEnd\": {\n          \"locationId\": 57,\n          \"ownerUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n          \"productUid\": \"{{awsPortUid}}\",\n          \"vlan\": 0,\n          \"partnerConfig\": {\n            \"name\": \"awshc\",\n            \"ownerAccount\": \"{{AWSAccount}}\",\n            \"connectType\": \"AWSHC\"\n          }\n        },\n        \"productType\": \"VXC\",\n        \"connectType\": \"AWSHC\"\n      }\n    ]\n  }\n]"},"url":"{{baseUrl}}/v3/networkdesign/buy","description":"<p>Orders the AWS Hosted Connection from the MCR and sends the information to the provisioning system for processing. This request commits the order.</p>\n<p>The configuration in the Body of the request is the same as the validate request.</p>\n<p>The first <code>productUid</code> identifies the MCR in your Megaport location (A-End) and the <code>bEnd: productUid</code> identifies the AWS location. You also need to provide your AWS account number in <code>bEnd: ownerAccount</code>. Optionally, provide a service name that will be visible in the AWS console in <code>bEnd: name</code>.</p>\n<p>The <code>rateLimit</code> can be one of these preset values (in Mbps):<br />50, 100, 200, 300, 400, 500. 1000, 2000, 5000, 10000</p>\n<p><code>term</code> is the contract term for the VXC. Valid values are 1, 12, 24, 36, 48, and 60 months. If <code>term</code> is not provided when ordering a VXC, it defaults to 1 (No Minimum Term).</p>\n<p><code>shutdown</code> will temporarily shut down and re-enable the VXC. Valid values are <code>true</code> (shut down) and <code>false</code> (enabled). If not provided, it defaults to <code>false</code> (enabled).</p>\n<p><code>promoCode</code> is an optional string that can be used to enter a promotional code for the service order. The code is not validated, so if the code doesn’t exist or doesn’t work for the service, the call will still be successful.</p>\n<p>You can create multiple static routes per interface by adding an <code>ipRoutes</code> array to the interfaces array of the A-End partner configuration object. An empty <code>ipRoutes</code> array indicates there are no static routes. The <code>ipRoutes</code> array has these values:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attribute</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Valid Input</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>prefix</code></td>\n<td>IP prefix (V4 &amp; V6) to route to nextHop</td>\n<td>Yes</td>\n<td>IP prefix v4/v6 - If no mask is presented, the address is treated as a host address (/32)</td>\n</tr>\n<tr>\n<td><code>nextHop</code></td>\n<td>Next Hop address</td>\n<td>Yes</td>\n<td>IP Address v4/v6 - Must be in the same subnet as the interface but not the interface IP</td>\n</tr>\n<tr>\n<td><code>description</code></td>\n<td>Optional description of the static route</td>\n<td>No</td>\n<td>String - Max length 100 characters</td>\n</tr>\n</tbody>\n</table>\n</div><p>You can create multiple BGP connections per interface by adding a <code>bgpConnections</code> array to the interfaces array of the A-End partner configuration object. The <code>bgpConnections</code> array has these values:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attribute</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Valid Input</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>peerAsn</code></td>\n<td>The ASN of the remote BGP peer.</td>\n<td>Yes</td>\n<td>Valid ASN - Integers between 1 - 4294967294</td>\n</tr>\n<tr>\n<td><code>localAsn</code></td>\n<td>Local ASN can override the ASN of the MCR for this BGP peer. In most cases it should be left at the default.</td>\n<td>No</td>\n<td>Valid ASN - Integers between 1 - 4294967294  <br />  <br />localAsn cannot be set if peerAsn == mcrAsn  <br />  <br />localAsn cannot match peerAsn if peerAsn != mcrAsn</td>\n</tr>\n<tr>\n<td><code>localIpAddress</code></td>\n<td>The IPv4 or IPv6 address on this interface to use for communication with the BGP peer.</td>\n<td>Yes</td>\n<td>Valid IP address v4/v6. Must be an IP address of the interface</td>\n</tr>\n<tr>\n<td><code>peerIpAddress</code></td>\n<td>The IP address of the BGP peer.</td>\n<td>Yes</td>\n<td>Valid IP address v4/v6</td>\n</tr>\n<tr>\n<td><code>password</code></td>\n<td>A shared key used to authenticate the BGP peer, up to 32 characters.</td>\n<td>No</td>\n<td>0-32 characters</td>\n</tr>\n<tr>\n<td><code>shutdown</code></td>\n<td>By default, BGP connections are enabled and will actively attempt to connect to the peer. Select shutdown to temporarily disable the BGP session without removing it. This can be useful for troubleshooting or testing failover scenarios.</td>\n<td>No</td>\n<td>true/false - Defaults to false</td>\n</tr>\n<tr>\n<td><code>description</code></td>\n<td>Optional description of the BGP connection</td>\n<td>No</td>\n<td>0-100 characters</td>\n</tr>\n<tr>\n<td><code>medIn</code></td>\n<td>The MED will be applied to all routes received on this BGP connection. Leave blank to use the value received from the BGP peer. The route with the lowest value will be preferred.</td>\n<td>No</td>\n<td>Supports values between 0 and 4,294,967,295</td>\n</tr>\n<tr>\n<td><code>medOut</code></td>\n<td>The MED will be applied to all routes transmitted on this BGP connection. The neighboring autonomous system might prefer the lowest value at their discretion.</td>\n<td>No</td>\n<td>Supports values between 0 and 4,294,967,295</td>\n</tr>\n<tr>\n<td><code>bfdEnabled</code></td>\n<td>Bidirectional Forwarding Detection allows for rapid fault detection on this BGP connection. When connectivity is disrupted the BGP session is torn down without waiting for the BGP hold timer to expire. Use of BFD might improve fail over time when multiple routes are available.</td>\n<td>No</td>\n<td>true/false -  <br />Defaults to false  <br />Optional</td>\n</tr>\n</tbody>\n</table>\n</div><p>The <code>bfd</code> configuration object applies to all BGP connections on the interface that have <code>bfdEnabled = true</code>.</p>\n<p>The default BFD settings cannot be maintained. These settings are configured when you enable BFD (set <code>bfdEnabled = true</code>):</p>\n<ul>\n<li><p>Transmit Interval: 300 milliseconds</p>\n</li>\n<li><p>Receive Interval: 300 milliseconds</p>\n</li>\n<li><p>Multiplier: 3</p>\n</li>\n</ul>\n<p>For more information, see <a href=\"https://docs.megaport.com/mcr/mcr-bgp-advanced/\">Configuring BGP Advanced Settings</a> and <a href=\"https://docs.megaport.com/api/api-mcr-vxc-csp/\">Creating an MCR VXC with the API</a> in the Megaport documentation.</p>\n<p><strong>Tip:</strong> To test your request before you order and see pricing details, use the <code>/v3/networkdesign/validate</code> endpoint with the same Body configuration.</p>\n","urlObject":{"path":["v3","networkdesign","buy"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ac67ef17-8d35-451f-81a6-32674ac838f9"},{"name":"Update AWS Hosted VIF VXC (v3)","id":"e506e1b9-bbc5-472a-b73a-dbe10717e650","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"{\n    \"name\":\"Updated AWS VXC name\",\n    \"rateLimit\": 1000,\n    \"term\": 12,\n    \"aEndVlan\": 2,\n    \"costCentre\":\"Service level reference\"  \n}"},"url":"{{baseUrl}}/v3/product/vxc/{productUid}","description":"<p>You can update the VXC for an AWS cloud connection. Specify the VXC in the endpoint by the <code>productUid</code>.</p>\n<p>For AWS, you can update the following parameters:</p>\n<ul>\n<li><p><code>name</code> - Customer name for the connection - this name appears in the Portal.</p>\n</li>\n<li><p><code>rateLimit</code> - The speed of the connection (in Mbps).</p>\n</li>\n<li><p><code>term</code> - You can update the VXC term under certain circumstances. Valid values are 1, 12, 24, 36, 48, and 60 months. See the rules in <a href=\"https://dev.megaport.com/#4293df4a-545d-45a2-bfa1-90f41df13160\">Update VXC</a> for more details.</p>\n</li>\n<li><p><code>aEndVlan</code> - A unique VLAN ID for this connection. Values can range from 2 to 4093. If this value is 0, the system allocates a valid inner VLAN.</p>\n</li>\n<li><p><code>costCentre</code> - A customer reference number to be included in billing information and invoices.</p>\n</li>\n</ul>\n<p>The update request only needs to include the parameters you want to change.</p>\n","urlObject":{"path":["v3","product","vxc","{productUid}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"d4abbc17-d808-42d1-92f0-2388da505fc0","name":"Update AWS Hosted VIF VXC (v3)","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"{\n    \"name\":\"Inband - Management - AWS\",\n    \"costCentre\":\"PO 5631767\",\n    \"rateLimit\": 100\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/product/vxc/7939344a-8a55-4a7e-b202-4db0967f4e32"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 20 Dec 2021 21:40:51 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Set-Cookie","value":"JSESSIONID=DFE9F1DFB5DD7F510D4DACDDC97853F9; Path=/; HttpOnly"},{"key":"UOW","value":"9b9a5095-f353-4436-bf31-342c52e68654"},{"key":"Location","value":"http://localhost:8080/v2/product/7939344a-8a55-4a7e-b202-4db0967f4e32"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"VXC 24853 has been updated\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": {\n        \"serviceName\": \"Inband - Management - AWS\",\n        \"name\": \"Inband - Management - AWS\",\n        \"secondaryName\": \"Inband_Mgmt\",\n        \"technicalServiceId\": 24853,\n        \"technicalServiceUid\": \"7939344a-8a55-4a7e-b202-4db0967f4e32\",\n        \"requestedDate\": 1539788860475,\n        \"configuredDate\": 1539789092985,\n        \"currentEstimatedDelivery\": null,\n        \"companyName\": \"Megaport Lab\",\n        \"companyId\": 1153,\n        \"aggregationId\": null,\n        \"lagPrimary\": false,\n        \"billingContactName\": null,\n        \"billingContactId\": null,\n        \"adminContactName\": null,\n        \"adminContactId\": null,\n        \"technicalContactName\": null,\n        \"technicalContactId\": null,\n        \"salesName\": null,\n        \"salesId\": null,\n        \"billableId\": 24338,\n        \"billableUsageAlgorithm\": null,\n        \"productType\": \"VXC\",\n        \"provisioningStatus\": \"LIVE\",\n        \"failedReason\": null,\n        \"inAdvanceBillingStatus\": null,\n        \"provisioningItems\": [],\n        \"tags\": [],\n        \"vxcDistanceBand\": \"METRO\",\n        \"intercapPath\": \"\",\n        \"marketplaceVisibility\": true,\n        \"vxcPermitted\": true,\n        \"vxcAutoApproval\": false,\n        \"createDate\": 1539788860759,\n        \"terminationDate\": null,\n        \"contractStartDate\": null,\n        \"contractTermMonths\": 1,\n        \"rateType\": \"MONTHLY\",\n        \"trialAgreement\": false,\n        \"payerCompanyId\": null,\n        \"nonPayerCompanyId\": null,\n        \"minimumSpeed\": null,\n        \"maximumSpeed\": null,\n        \"rateLimit\": 100,\n        \"errorMessage\": null,\n        \"costCentre\": \"PO 5631767\",\n        \"market\": \"Singapore\",\n        \"accountManager\": null,\n        \"promptUid\": null,\n        \"components\": [],\n        \"attributes\": [],\n        \"aLocation\": null,\n        \"bLocation\": null,\n        \"aLocationId\": null,\n        \"bLocationId\": null,\n        \"attributeTags\": {},\n        \"createdBy\": \"f4c0bbe7-6063-490d-b5e7-99d1f335ef66\",\n        \"buyoutPort\": null,\n        \"virtual\": false,\n        \"locked\": false,\n        \"adminLocked\": false,\n        \"bgpShutdownDefault\": false\n    }\n}"}],"_postman_id":"e506e1b9-bbc5-472a-b73a-dbe10717e650"}],"id":"bdd2a013-9ac9-484d-a1f5-dafef57eafa4","description":"<p>You can set up two types of AWS connections to an MCR: an AWS Hosted VIF or an AWS Hosted Connection.</p>\n<p>Look up AWS locations for the B-End of the connection with the <code>v2/dropdowns/partner/megaports</code> endpoint. Look up AWS Hosted Connection port and rate limit details with the <code>v2/secure/awshc</code> endpoint.</p>\n<p>You can distinguish the type of connection supported by partner locations by the <code>connectType</code> attribute. Hosted VIF connections are <code>connectType=AWS</code> and Hosted Connections are <code>connectType=AWSHC</code>.</p>\n<p>For more information about AWS and MCR, see <a href=\"https://docs.megaport.com/api/api-mcr-vxc-csp/\">Creating a VXC Between an MCR and Cloud Service Providers with the API</a> in the Megaport documentation.</p>\n","_postman_id":"bdd2a013-9ac9-484d-a1f5-dafef57eafa4"},{"name":"Azure","item":[{"name":"Look Up Azure Service Key","id":"c17deca0-9176-4454-8544-7bef82c615da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v2/secure/azure/{service_key}","description":"<p>The first step when ordering Azure service is to validate an Azure service key. The response includes ExpressRoute details of the associated ports and peers. You need the Azure port details to create the VXCs.</p>\n<p>Review the service key and ensure there is a free Port for a connection.<br />In the response, available ports are listed as <code>\"vxc\": null</code> and ports with an assigned value are not available.</p>\n<p>Each value in the service key lookup response is described in <a href=\"https://docs.megaport.com/api/api-azure-servicekey/\">Azure Service Key API Response Fields</a>.</p>\n","urlObject":{"path":["v2","secure","azure","{service_key}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"1caa60dd-b4f7-45f7-976c-986abbc54b75","name":"Look Up Azure Service Key","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v2/secure/azure/3e2480b2-b4d5-424b-976a-7b0de65a1b62"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 11 Nov 2020 19:12:16 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.17.10"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Set-Cookie","value":"JSESSIONID=F107D8AD38C830C26E18199A25FD145E; Path=/; HttpOnly"},{"key":"UOW","value":"e0f9bd4e-0313-4a4a-abbf-423f821b39c9"},{"key":"ETag","value":"W/\"08e62315d784f94b08d06f308abc96f2d\""},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Successful lookup\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": {\n        \"managed\": false,\n        \"connectType\": \"AZURE\",\n        \"resource_type\": \"csp_connection\",\n        \"bandwidth\": 200,\n        \"service_key\": \"3e2480b2-b4d5-424b-976a-7b0de65a1b62\",\n        \"vlan\": 3289,\n        \"megaports\": [\n            {\n                \"portSpeed\": 10000,\n                \"name\": \"Washington DC Primary\",\n                \"state\": \"VA\",\n                \"description\": \"Azure ExpressRoute at Equinix DC2\",\n                \"productUid\": \"a7ae8a35-433e-44aa-87cb-a1b7995ab008\",\n                \"nServiceId\": 32832,\n                \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n                \"country\": \"USA\",\n                \"vxc\": null,\n                \"port\": 14570,\n                \"companyName\": \"Azure ExpressRoute\",\n                \"locationId\": 67,\n                \"productId\": 14570,\n                \"type\": \"primary\",\n                \"companyId\": 1475\n            },\n            {\n                \"portSpeed\": 10000,\n                \"name\": \"Washington DC Secondary\",\n                \"state\": \"VA\",\n                \"description\": \"Azure ExpressRoute at Equinix DC2\",\n                \"productUid\": \"07ab0ee6-7f77-41ac-bbe6-335e3ee6d182\",\n                \"nServiceId\": 36431,\n                \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n                \"country\": \"USA\",\n                \"vxc\": null,\n                \"port\": 16108,\n                \"companyName\": \"Azure ExpressRoute\",\n                \"locationId\": 67,\n                \"productId\": 16108,\n                \"type\": \"secondary\",\n                \"companyId\": 1475\n            }\n        ],\n        \"peers\": []\n    }\n}"}],"_postman_id":"c17deca0-9176-4454-8544-7bef82c615da"},{"name":"Create VXC to Azure (v3)","id":"99bb99c7-353e-4f73-8ae5-b83cc7b63fa6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":" [\n     {\n        \"productUid\": \"{{mcrid}}\",\n        \"associatedVxcs\": [\n            {\n                \"productName\": \"Azure Primary VXC\",\n                \"rateLimit\": 200,\n                \"term\": 12,\n                \"shutdown\": false,\n                \"promoCode\": \"promox3mnthfree2\",\n                \"aEnd\": {\n                    \"vlan\": 0\n                },\n                \"bEnd\": {\n                    \"productUid\": \"{{azurepuid}}\",\n                    \"vlan\": \"{{azurevlan}}\",\n                    \"partnerConfig\" : {\n                        \"connectType\": \"AZURE\",\n                        \"serviceKey\": \"{{azurekey}}\",\n                        \"peers\": [{\"type\": \"private\"}]\n                    }\n                }\n            }\n        ]\n    }\n]\n"},"url":"{{baseUrl}}/v3/networkdesign/buy","description":"<p>With the port details from the service key, create a VXC to the primary port and another VXC to the secondary port. Make sure that you select an MCR in the same region as the Azure ports from the service key lookup request.</p>\n<p>You specify the configuration details in the Body of the request. The first <code>productUid</code> identifies the MCR in your Megaport location and the <code>bEnd: productUid</code> identifies the Azure location. You also need to provide service key in <code>bEnd: serviceKey</code>.</p>\n<p>The maximum speed (<code>rateLimit</code>) is defined in the bandwidth value of the service key response.</p>\n<p><code>term</code> is the contract term for the VXC. Valid values are 1, 12, 24, 36, 48, and 60 months. If <code>term</code> is not provided when ordering a VXC, it defaults to 1 (No Minimum Term).</p>\n<p><code>shutdown</code> will temporarily shut down and re-enable the VXC. Valid values are <code>true</code> (shut down) and <code>false</code> (enabled). If not provided, it defaults to <code>false</code> (enabled).</p>\n<p><code>promoCode</code> is an optional string that can be used to enter a promotional code for the service order. The code is not validated, so if the code doesn’t exist or doesn’t work for the service, the call will still be successful.</p>\n<p>If specified, the Azure VLAN (<code>bEnd:vlan</code>) is the outer tag VLAN for Q-in-Q. If you don’t specify the VLAN, it will be autoprovisioned.</p>\n<p>The VXCs include an optional <code>innerVlan</code> attribute to the <code>aEnd</code> and <code>bEnd</code> object in the payloads for the buy and validate API calls. These attributes are returned in the payload when retrieving VXC information. You can set this attribute on the <code>aEnd</code>, the <code>bEnd</code>, or both. If this value is set to 0, a valid inner VLAN will be allocated and set by the system. If not specified, this value defaults to single-tagged (-1).</p>\n<p>To differentiate between two (or more) VXCs with the same service key connecting to the same port, all but one of the VXCs needs to specify the <code>innerVlan</code>. The <code>innerVlan</code> value represents the inner tag for double-tagged VXCs.</p>\n<p><strong>Note:</strong> Azure VXCs are the only cloud VXC type that lets you specify a double-tagged VXC.</p>\n<p>If you specify the peering type in the API request for the VXC, Megaport will set up the IP addressing and BGP details on both the MCR and the Azure side to ensure a working BGP setup. You can modify the configuration once deployed.</p>\n<p>To specify the peering type, add a peering type to the <code>peers</code> array in the <code>partnerConfig</code> section.</p>\n<p>For Microsoft peering, use this line for the peers:</p>\n<p><code>\"peers\":[{\"type\":\"microsoft\"}]</code></p>\n<p>For both Microsoft and private peering, use this line:</p>\n<p><code>\"peers\":[{\"type\":\"microsoft\"}, {\"type\": \"private\"}]</code></p>\n<p>If a <code>peers</code> array does not exist, peers are retrieved from Azure. If peers are not specified when creating the VXC and there are no peers in Azure (which is normally the case for new service keys), MCR peering will not be autoconfigured.</p>\n<p>The MCR creates a VLAN for each configured peering type. If both private and Microsoft peering options are specified, the MCR configures two inner VLANs.</p>\n<p><strong>Note:</strong> The peering types are remembered and cannot be changed if a key has been previously used.</p>\n<p>When you create the VXCs with peering, another service key validation request displays the full peering configuration.</p>\n<p>For more information about advanced settings without Azure, see <a href=\"https://docs.megaport.com/api/api-mcr-vxc-azure/\">Creating a VXC between an MCR and Microsoft Azure with the API</a>.</p>\n<p><strong>Tip:</strong> To test your request before you order and see pricing details, use the <code>/v3/networkdesign/validate</code> endpoint with the same Body configuration.</p>\n","urlObject":{"path":["v3","networkdesign","buy"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"484c0347-12bf-4dc6-ad6a-8d5727dde89c","name":"Create VXC to Azure (v3)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":" [\n     {\n        \"productUid\": \"eafba13c-0272-4b8d-ab50-2e7a8bab8224\",\n        \"associatedVxcs\": [\n            {\n                \"productName\": \"Azure Primary VXC from MCR\",\n                \"rateLimit\": 200,\n                \"aEnd\": {\n                    \"vlan\": 0\n                },\n                \"bEnd\": {\n                    \"productUid\": \"d0d7315f-47c4-4239-82b2-0bb670bd1bf0\",\n                    \"vlan\": \"0\",\n                    \"innerVlan\": 12,\n                    \"partnerConfig\" : {\n                        \"connectType\": \"AZURE\",\n                        \"serviceKey\": \"13bbc83a-cdba-4d06-8b79-d7c4e58bb3e9\",\n                        \"peers\": [{\"type\": \"private\"}]\n                    }\n                }\n            }\n        ]\n    }\n]\n","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/networkdesign/buy"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 12 Feb 2021 21:42:13 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.17.10"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"UOW","value":"2acd1aa4-faaa-48fa-9eee-c1c58c017279"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"VXC [518341db-9a86-403a-85bd-fb77a2353485] created.\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"createDate\": 1613166130032,\n            \"vxcOrderId\": 58064,\n            \"payerMegaPortId\": 77902,\n            \"nonPayerMegaPortId\": 8681,\n            \"payerMegaPortName\": \"My Test MCR\",\n            \"nonPayerMegaPortName\": \"GovCloud Seattle Primary\",\n            \"payerCompanyId\": 1153,\n            \"nonPayerCompanyId\": 1475,\n            \"payerLocationId\": 60,\n            \"nonPayerLocationId\": 57,\n            \"salesId\": null,\n            \"payerCompanyName\": \"Megaport Lab\",\n            \"nonPayerCompanyName\": \"Azure ExpressRoute\",\n            \"payerMegaPortNsId\": 174083,\n            \"nonPayerMegaPortNsId\": 19349,\n            \"payerVlanId\": 0,\n            \"nonPayerVlanId\": 0,\n            \"payerInnerVlanId\": null,\n            \"nonPayerInnerVlanId\": 12,\n            \"payerApproverName\": \"Eric Akin\",\n            \"payerApproverId\": 32278,\n            \"nonPayerApproverName\": \"Eric Akin\",\n            \"nonPayerApproverId\": 32278,\n            \"payerApproval\": 1613166129789,\n            \"nonPayerApproval\": 1613166129823,\n            \"fixedTerm\": true,\n            \"duration\": 1,\n            \"rollover\": true,\n            \"serviceName\": \"from My Test MCR to GovCloud Seattle Primary\",\n            \"payerStatus\": \"APPROVED\",\n            \"nonPayerStatus\": \"APPROVED\",\n            \"speed\": 200,\n            \"distanceBand\": \"ZONE\",\n            \"intercapPath\": \"\",\n            \"awsId\": null,\n            \"promoCode\": null,\n            \"rateType\": \"MONTHLY\",\n            \"vxcJTechnicalServiceId\": 77906,\n            \"vxcJTechnicalServiceUid\": \"518341db-9a86-403a-85bd-fb77a2353485\",\n            \"provisionDate\": 1613166129751,\n            \"orderType\": \"NEW\",\n            \"monthlyDiscountAmount\": null,\n            \"discountMonths\": null,\n            \"amazonDirectConnectConfigDto\": null,\n            \"amsixConnectConfigDto\": null,\n            \"webAirProvItem\": null,\n            \"sdrcProvItem\": null,\n            \"rate\": null,\n            \"setup\": null,\n            \"asn\": null,\n            \"bgpPassword\": null,\n            \"usageAlgorithm\": \"POST_PAID_HOURLY_SPEED_LONG_HAUL_VXC\",\n            \"costCentre\": null,\n            \"azureServiceKey\": \"13bbc83a-cdba-4d06-8b79-d7c4e58bb3e9\",\n            \"oracleVirtualCircuitId\": null,\n            \"serviceKey\": null,\n            \"vxc\": {\n                \"serviceName\": \"Azure Primary VXC from MCR\",\n                \"name\": \"Azure Primary VXC from MCR\",\n                \"secondaryName\": null,\n                \"technicalServiceId\": 77906,\n                \"technicalServiceUid\": \"518341db-9a86-403a-85bd-fb77a2353485\",\n                \"requestedDate\": 1613166129751,\n                \"configuredDate\": null,\n                \"currentEstimatedDelivery\": null,\n                \"companyName\": \"Megaport Lab\",\n                \"companyId\": 1153,\n                \"aggregationId\": null,\n                \"lagPrimary\": false,\n                \"billingContactName\": null,\n                \"billingContactId\": null,\n                \"adminContactName\": null,\n                \"adminContactId\": null,\n                \"technicalContactName\": null,\n                \"technicalContactId\": null,\n                \"salesName\": null,\n                \"salesId\": null,\n                \"billableId\": 76616,\n                \"billableUsageAlgorithm\": null,\n                \"productType\": \"VXC\",\n                \"provisioningStatus\": \"DEPLOYABLE\",\n                \"failedReason\": null,\n                \"inAdvanceBillingStatus\": null,\n                \"provisioningItems\": [],\n                \"tags\": [],\n                \"vxcDistanceBand\": \"ZONE\",\n                \"intercapPath\": \"\",\n                \"marketplaceVisibility\": true,\n                \"vxcPermitted\": true,\n                \"vxcAutoApproval\": false,\n                \"createDate\": 1613166129813,\n                \"terminationDate\": null,\n                \"contractStartDate\": null,\n                \"contractTermMonths\": 1,\n                \"rateType\": \"MONTHLY\",\n                \"trialAgreement\": false,\n                \"payerCompanyId\": null,\n                \"nonPayerCompanyId\": null,\n                \"minimumSpeed\": null,\n                \"maximumSpeed\": null,\n                \"rateLimit\": 200,\n                \"errorMessage\": null,\n                \"market\": \"USA\",\n                \"accountManager\": null,\n                \"promptUid\": null,\n                \"components\": [],\n                \"attributes\": [],\n                \"aLocation\": null,\n                \"bLocation\": null,\n                \"aLocationId\": null,\n                \"bLocationId\": null,\n                \"attributeTags\": {},\n                \"createdBy\": \"52a26471-94de-4d32-b89e-0cd5d26c1f65\",\n                \"buyoutPort\": null,\n                \"virtual\": false,\n                \"locked\": false,\n                \"adminLocked\": false,\n                \"bgpShutdownDefault\": false\n            },\n            \"connectType\": \"AZURE\",\n            \"payerConfig\": {},\n            \"nonPayerConfig\": {},\n            \"attributeTags\": {},\n            \"fullyApproved\": true\n        }\n    ]\n}"}],"_postman_id":"99bb99c7-353e-4f73-8ae5-b83cc7b63fa6"},{"name":"Update Azure VXC (v3)","id":"305adaae-badc-42e1-8187-f9478eaaae3a","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"{\n    \"name\":\"Updated Azure VXC name\",\n    \"rateLimit\": 500,\n    \"term\": 12,\n    \"aEndVlan\": 121,\n    \"costCentre\":\"New reference for invoice\"\n}"},"url":"{{baseUrl}}/v3/product/vxc/{productUid}","description":"<p>You can update the VXC for an Azure cloud connection. Specify the VXC in the endpoint by the <code>productUid</code>.</p>\n<p>For Azure connection to a Port, you can update the following parameters:</p>\n<ul>\n<li><p><code>name</code> - Customer name for the connection - this name appears in the Portal.</p>\n</li>\n<li><p><code>rateLimit</code> - The speed of the connection (in Mbps).</p>\n</li>\n<li><p><code>term</code> - You can update the VXC term under certain circumstances. Valid values are 1, 12, 24, 36, 48, and 60 months. See the rules in <a href=\"https://dev.megaport.com/#4293df4a-545d-45a2-bfa1-90f41df13160\">Update VXC</a> for more details.</p>\n</li>\n<li><p><code>aEndVlan</code> - A unique VLAN ID for this connection. Values can range from 2 to 4093. If this value is 0, the system allocates a valid inner VLAN.</p>\n</li>\n<li><p><code>costCentre</code> - A customer reference number to be included in billing information and invoices.</p>\n</li>\n</ul>\n<p>The update request only needs to include the parameters you want to change.</p>\n","urlObject":{"path":["v3","product","vxc","{productUid}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"4d427619-88ec-4102-9400-f365a58de6a5","name":"Update Azure VXC (v3)","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"{\n    \"name\":\"Azure - SEA - UPDATED NAME\",\n    \"costCentre\":\"Billing #41532492\",\n    \"rateLimit\": 1000\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/product/vxc/a1bf0e9a-7bbb-47c7-a3b7-4cbb701a3b42"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 20 Dec 2021 22:03:58 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"UOW","value":"85325f9b-c9eb-4d55-9eff-b445627dc754"},{"key":"Location","value":"http://localhost:8080/v2/product/a1bf0e9a-7bbb-47c7-a3b7-4cbb701a3b42"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"VXC 106982 has been updated\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": {\n        \"serviceName\": \"Azure - SEA - UPDATED NAME\",\n        \"name\": \"Azure - SEA - UPDATED NAME\",\n        \"secondaryName\": null,\n        \"technicalServiceId\": 106982,\n        \"technicalServiceUid\": \"a1bf0e9a-7bbb-47c7-a3b7-4cbb701a3b42\",\n        \"requestedDate\": 1640037554691,\n        \"configuredDate\": 1640037617548,\n        \"currentEstimatedDelivery\": null,\n        \"companyName\": \"Megaport Lab\",\n        \"companyId\": 1153,\n        \"aggregationId\": null,\n        \"lagPrimary\": false,\n        \"billingContactName\": null,\n        \"billingContactId\": null,\n        \"adminContactName\": null,\n        \"adminContactId\": null,\n        \"technicalContactName\": null,\n        \"technicalContactId\": null,\n        \"salesName\": null,\n        \"salesId\": null,\n        \"billableId\": 103388,\n        \"billableUsageAlgorithm\": null,\n        \"productType\": \"VXC\",\n        \"provisioningStatus\": \"CONFIGURED\",\n        \"failedReason\": null,\n        \"inAdvanceBillingStatus\": null,\n        \"provisioningItems\": [],\n        \"tags\": [],\n        \"vxcDistanceBand\": \"ZONE\",\n        \"intercapPath\": \"\",\n        \"marketplaceVisibility\": true,\n        \"vxcPermitted\": true,\n        \"vxcAutoApproval\": false,\n        \"createDate\": 1640037554747,\n        \"terminationDate\": null,\n        \"contractStartDate\": null,\n        \"contractTermMonths\": 1,\n        \"rateType\": \"MONTHLY\",\n        \"trialAgreement\": false,\n        \"payerCompanyId\": null,\n        \"nonPayerCompanyId\": null,\n        \"minimumSpeed\": null,\n        \"maximumSpeed\": null,\n        \"rateLimit\": 1000,\n        \"errorMessage\": null,\n        \"costCentre\": \"Billing #41532492\",\n        \"market\": \"USA\",\n        \"accountManager\": null,\n        \"promptUid\": null,\n        \"components\": [],\n        \"attributes\": [],\n        \"aLocation\": null,\n        \"bLocation\": null,\n        \"aLocationId\": null,\n        \"bLocationId\": null,\n        \"attributeTags\": {},\n        \"createdBy\": \"52a26471-94de-4d32-b89e-0cd5d26c1f65\",\n        \"buyoutPort\": null,\n        \"virtual\": false,\n        \"locked\": false,\n        \"adminLocked\": false,\n        \"bgpShutdownDefault\": false\n    }\n}"}],"_postman_id":"305adaae-badc-42e1-8187-f9478eaaae3a"}],"id":"a9425c46-d59c-4905-9fe7-85bdca8b4e19","description":"<p>Before you can connect to Azure, you need to set up an ExpressRoute circuit in the Azure console. When set up, you receive a service key with connection details. To configure your MCR connection to Azure, you look up the service key details and then create VXCs to the Azure ports.</p>\n<p>For more information about Azure and MCR, see <a href=\"https://docs.megaport.com/api/api-mcr-vxc-azure/\">Creating a VXC between an MCR and Microsoft Azure with the API</a>.</p>\n","_postman_id":"a9425c46-d59c-4905-9fe7-85bdca8b4e19"},{"name":"Google Cloud","item":[{"name":"Look Up Google Pairing Key","id":"b410691e-90e0-472e-bc99-7a880eaf9d4b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}","type":"text"}],"url":"{{baseUrl}}/v2/secure/google/{pairing_key}","description":"<p>The first step when ordering Google Cloud service is to use the pairing key and ensure there is a free port for a connection.</p>\n<p>In the lookup response, available ports are listed as <code>\"vxc\":null</code> and ports with an assigned value are not available.</p>\n<p>In the example response, the first port is unavailable and the second port is available.</p>\n<p>Google requires that the bandwidth on the VXC matches one of the predefined bandwidths in the list returned by the pairing key lookup.</p>\n","urlObject":{"path":["v2","secure","google","{pairing_key}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"1df7ea31-b4fa-4a1c-a094-628d84a312cd","name":"Look Up Google Pairing Key","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v2/secure/google/27325c3a-b640-4b69-a2d5-cdcca797a151/us-west2/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 12 Feb 2021 21:00:17 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.17.10"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Set-Cookie","value":"JSESSIONID=4CCDF2C684ACBEE35AD3E5BB09E31727; Path=/; HttpOnly"},{"key":"UOW","value":"c0a564e4-3ce8-462c-a19a-0061c30c9294"},{"key":"ETag","value":"W/\"05e2299141cd7b00629047e8286244259\""},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Successful lookup\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": {\n        \"bandwidths\": [\n            50,\n            100,\n            200,\n            300,\n            400,\n            500,\n            1000,\n            2000,\n            5000,\n            10000\n        ],\n        \"resource_type\": \"csp_connection\",\n        \"megaports\": [\n            {\n                \"portSpeed\": 10000,\n                \"name\": \"New York (lga-zone1-16)\",\n                \"state\": \"NY\",\n                \"description\": \"Google Inc at Digital Realty NYC2\",\n                \"productUid\": \"821a43f0-5aa3-4840-9702-ce1274c15395\",\n                \"nServiceId\": 30893,\n                \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n                \"country\": \"USA\",\n                \"vxc\": null,\n                \"port\": 13689,\n                \"companyName\": \"Google Inc\",\n                \"locationId\": 78,\n                \"productId\": 13689,\n                \"companyId\": 90\n            },\n            {\n                \"portSpeed\": 10000,\n                \"name\": \"Ashburn (iad-zone1-1)\",\n                \"state\": \"VA\",\n                \"description\": \"Google Inc at Equinix DC2\",\n                \"productUid\": \"f710f917-406f-4110-994e-134974440b39\",\n                \"nServiceId\": 28348,\n                \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n                \"country\": \"USA\",\n                \"vxc\": null,\n                \"port\": 12514,\n                \"companyName\": \"Google Inc\",\n                \"locationId\": 67,\n                \"productId\": 12514,\n                \"companyId\": 90\n            },\n            {\n                \"portSpeed\": 10000,\n                \"name\": \"Los Angeles (lax-zone1-8)\",\n                \"state\": \"CA\",\n                \"description\": \"Google Inc at Equinix LA1\",\n                \"productUid\": \"7d7da69c-f5ab-4324-867f-449ac36b2c6c\",\n                \"nServiceId\": 28220,\n                \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n                \"country\": \"USA\",\n                \"vxc\": null,\n                \"port\": 12461,\n                \"companyName\": \"Google Inc\",\n                \"locationId\": 59,\n                \"productId\": 12461,\n                \"companyId\": 90\n            },\n            {\n                \"portSpeed\": 10000,\n                \"name\": \"Toronto (yyz-zone1-392)\",\n                \"state\": \"ON\",\n                \"description\": \"Google Inc at Cologix TOR1\",\n                \"productUid\": \"3262bfe0-143f-4132-a285-43382270bb5c\",\n                \"nServiceId\": 38062,\n                \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n                \"country\": \"Canada\",\n                \"vxc\": null,\n                \"port\": 16871,\n                \"companyName\": \"Google Inc\",\n                \"locationId\": 79,\n                \"productId\": 16871,\n                \"companyId\": 90\n            },\n            {\n                \"portSpeed\": 10000,\n                \"name\": \"Dallas (dfw-zone1-4)\",\n                \"state\": \"TX\",\n                \"description\": \"Google Inc at Equinix DA1\",\n                \"productUid\": \"6ab7feff-6b0d-4a97-94a3-af331544f3c5\",\n                \"nServiceId\": 40034,\n                \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n                \"country\": \"USA\",\n                \"vxc\": null,\n                \"port\": 17744,\n                \"companyName\": \"Google Inc\",\n                \"locationId\": 71,\n                \"productId\": 17744,\n                \"companyId\": 90\n            },\n            {\n                \"portSpeed\": 10000,\n                \"name\": \"San Jose (sjc-zone1-6)\",\n                \"state\": \"CA\",\n                \"description\": \"Google Inc at Equinix SV1\",\n                \"productUid\": \"13671002-5574-4bf6-a278-dfac5f5902fc\",\n                \"nServiceId\": 63541,\n                \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n                \"country\": \"USA\",\n                \"vxc\": null,\n                \"port\": 27987,\n                \"companyName\": \"Google Inc\",\n                \"locationId\": 66,\n                \"productId\": 27987,\n                \"companyId\": 90\n            },\n            {\n                \"portSpeed\": 10000,\n                \"name\": \"Chicago (ord-zone1-7)\",\n                \"state\": \"IL\",\n                \"description\": \"Google Inc at Equinix CH2\",\n                \"productUid\": \"72cc2977-4087-475f-98be-98fd39e9006e\",\n                \"nServiceId\": 63539,\n                \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n                \"country\": \"USA\",\n                \"vxc\": null,\n                \"port\": 27985,\n                \"companyName\": \"Google Inc\",\n                \"locationId\": 69,\n                \"productId\": 27985,\n                \"companyId\": 90\n            },\n            {\n                \"portSpeed\": 10000,\n                \"name\": \"Montreal (yul-zone1-1944)\",\n                \"state\": \"QC\",\n                \"description\": \"Google Inc at Cologix MTL3\",\n                \"productUid\": \"0452f4b3-cb06-4b4f-beb6-d165544081d4\",\n                \"nServiceId\": 84953,\n                \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n                \"country\": \"Canada\",\n                \"vxc\": null,\n                \"port\": 37580,\n                \"companyName\": \"Google Inc\",\n                \"locationId\": 419,\n                \"productId\": 37580,\n                \"companyId\": 90\n            },\n            {\n                \"portSpeed\": 10000,\n                \"name\": \"Seattle (sea-zone1-86)\",\n                \"state\": \"WA\",\n                \"description\": \"Google Inc at Equinix SE2\",\n                \"productUid\": \"42464fbb-4d38-4f82-9061-294e1d84ed9f\",\n                \"nServiceId\": 90922,\n                \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n                \"country\": \"USA\",\n                \"vxc\": null,\n                \"port\": 40308,\n                \"companyName\": \"Google Inc\",\n                \"locationId\": 57,\n                \"productId\": 40308,\n                \"companyId\": 90\n            }\n        ]\n    }\n}"}],"_postman_id":"b410691e-90e0-472e-bc99-7a880eaf9d4b"},{"name":"Create VXC to Google Cloud (v3)","id":"1623fdec-8c6d-4400-9d6e-1526fbe1bc8a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"[\n  {\n   \"productUid\": \"{{mcrid}}\",\n   \"associatedVxcs\": [\n    {\n     \"productName\": \"New Google MCR VXC\",\n     \"rateLimit\": 100,\n     \"term\": 12,\n     \"shutdown\": false,\n     \"promoCode\": \"promox3mnthfree2\",\n     \"aEnd\": {\n       \"vlan\": 0\n     },\n     \"bEnd\": {\n       \"productUid\": \"{{googlePortUid}}\",\n       \"partnerConfig\": {\n         \"connectType\": \"GOOGLE\",\n         \"pairingKey\": \"{{googlekey}}\"\n       }\n     },\n     \"productType\": \"VXC\"\n    }\n   ]\n  }\n]"},"url":"{{baseUrl}}/v3/networkdesign/buy","description":"<p>Orders the VXC to Google Cloud from the MCR and sends the information to the provisioning system for processing. This request commits the order.</p>\n<p>You specify the configuration details in the Body of the request. The first <code>productUid</code> identifies the Port in your Megaport location and the <code>bEnd: productUid</code> identifies the Google Cloud location from the pairing key. You also need to provide your Google pairing key in the request.</p>\n<p><code>term</code> is the contract term for the VXC. Valid values are 1, 12, 24, 36, 48, and 60 months. If <code>term</code> is not provided when ordering a VXC, it defaults to 1 (No Minimum Term).</p>\n<p><code>shutdown</code> will temporarily shut down and re-enable the VXC. Valid values are <code>true</code> (shut down) and <code>false</code> (enabled). If not provided, it defaults to <code>false</code> (enabled).</p>\n<p><code>promoCode</code> is an optional string that can be used to enter a promotional code for the service order. The code is not validated, so if the code doesn’t exist or doesn’t work for the service, the call will still be successful.</p>\n<p>Megaport can set up the IP addressing and BGP details on both the MCR and the Google Cloud side ensuring a working BGP setup. This also minimizes the amount of switching between the CSP and Megaport portals. The autoconfig functionality is triggered when the <code>interfaces</code> key in <code>partnerConfig</code> does not exist or is null.</p>\n<p><strong>Tip:</strong> To test your request before you order and see pricing details, use the <code>/v3/networkdesign/validate</code> endpoint with the same Body configuration.</p>\n","urlObject":{"path":["v3","networkdesign","buy"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"0a9234b1-5a7d-45a9-9d51-45c72681fb7e","name":"Create VXC to Google Cloud (v3)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer •••••••"}],"body":{"mode":"raw","raw":"[\n    {\n   \"productUid\": \"eafba13c-0272-4b8d-ab50-2e7a8bab8224\",\n   \"associatedVxcs\": [\n    {\n     \"productName\": \"New Google MCR VXC\",\n     \"rateLimit\": 200,\n     \"aEnd\": {\n       \"vlan\": 0\n     },\n     \"bEnd\": {\n       \"productUid\": \"7d7da69c-f5ab-4324-867f-449ac36b2c6c\",\n       \"partnerConfig\": {\n         \"connectType\": \"GOOGLE\",\n         \"pairingKey\": \"27325c3a-b640-4b69-a2d5-cdcca797a151/us-west2/1\"\n       }\n     },\n     \"productType\": \"VXC\"\n    }\n   ]\n}\n]","options":{"raw":{"language":"json"}}},"url":"https://api-staging.megaport.com/v3/networkdesign/buy"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 12 Feb 2021 21:04:05 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.17.10"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Set-Cookie","value":"JSESSIONID=C033296389AAFC0278D54EC645E133E0; Path=/; HttpOnly"},{"key":"UOW","value":"ca8f2454-e3a8-4b50-8732-109ae702286a"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"VXC [3a2c8b76-1c53-40fa-ad8c-1dc23678f022] created.\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"createDate\": 1613163842195,\n            \"vxcOrderId\": 58062,\n            \"payerMegaPortId\": 77902,\n            \"nonPayerMegaPortId\": 36377,\n            \"payerMegaPortName\": \"My Test MCR\",\n            \"nonPayerMegaPortName\": \"Los Angeles (lax-zone1-8)\",\n            \"payerCompanyId\": 1153,\n            \"nonPayerCompanyId\": 90,\n            \"payerLocationId\": 60,\n            \"nonPayerLocationId\": 59,\n            \"salesId\": null,\n            \"payerCompanyName\": \"Megaport Lab\",\n            \"nonPayerCompanyName\": \"Google Inc\",\n            \"payerMegaPortNsId\": 174083,\n            \"nonPayerMegaPortNsId\": 82272,\n            \"payerVlanId\": 0,\n            \"nonPayerVlanId\": 0,\n            \"payerInnerVlanId\": null,\n            \"nonPayerInnerVlanId\": null,\n            \"payerApproverName\": \"Eric Akin\",\n            \"payerApproverId\": 32278,\n            \"nonPayerApproverName\": \"Eric Akin\",\n            \"nonPayerApproverId\": 32278,\n            \"payerApproval\": 1613163841894,\n            \"nonPayerApproval\": 1613163841934,\n            \"fixedTerm\": true,\n            \"duration\": 1,\n            \"rollover\": true,\n            \"serviceName\": \"from My Test MCR to Los Angeles (lax-zone1-8)\",\n            \"payerStatus\": \"APPROVED\",\n            \"nonPayerStatus\": \"APPROVED\",\n            \"speed\": 200,\n            \"distanceBand\": \"METRO\",\n            \"intercapPath\": \"\",\n            \"awsId\": null,\n            \"promoCode\": null,\n            \"rateType\": \"MONTHLY\",\n            \"vxcJTechnicalServiceId\": 77904,\n            \"vxcJTechnicalServiceUid\": \"3a2c8b76-1c53-40fa-ad8c-1dc23678f022\",\n            \"provisionDate\": 1613163841856,\n            \"orderType\": \"NEW\",\n            \"monthlyDiscountAmount\": null,\n            \"discountMonths\": null,\n            \"amazonDirectConnectConfigDto\": null,\n            \"amsixConnectConfigDto\": null,\n            \"webAirProvItem\": null,\n            \"sdrcProvItem\": null,\n            \"rate\": null,\n            \"setup\": null,\n            \"asn\": null,\n            \"bgpPassword\": null,\n            \"usageAlgorithm\": \"POST_PAID_HOURLY_SPEED_METRO_VXC\",\n            \"costCentre\": null,\n            \"azureServiceKey\": null,\n            \"oracleVirtualCircuitId\": null,\n            \"serviceKey\": null,\n            \"vxc\": {\n                \"serviceName\": \"New Google MCR VXC\",\n                \"name\": \"New Google MCR VXC\",\n                \"secondaryName\": null,\n                \"technicalServiceId\": 77904,\n                \"technicalServiceUid\": \"3a2c8b76-1c53-40fa-ad8c-1dc23678f022\",\n                \"requestedDate\": 1613163841856,\n                \"configuredDate\": null,\n                \"currentEstimatedDelivery\": null,\n                \"companyName\": \"Megaport Lab\",\n                \"companyId\": 1153,\n                \"aggregationId\": null,\n                \"lagPrimary\": false,\n                \"billingContactName\": null,\n                \"billingContactId\": null,\n                \"adminContactName\": null,\n                \"adminContactId\": null,\n                \"technicalContactName\": null,\n                \"technicalContactId\": null,\n                \"salesName\": null,\n                \"salesId\": null,\n                \"billableId\": 76614,\n                \"billableUsageAlgorithm\": null,\n                \"productType\": \"VXC\",\n                \"provisioningStatus\": \"DEPLOYABLE\",\n                \"failedReason\": null,\n                \"inAdvanceBillingStatus\": null,\n                \"provisioningItems\": [],\n                \"tags\": [],\n                \"vxcDistanceBand\": \"METRO\",\n                \"intercapPath\": \"\",\n                \"marketplaceVisibility\": true,\n                \"vxcPermitted\": true,\n                \"vxcAutoApproval\": false,\n                \"createDate\": 1613163841916,\n                \"terminationDate\": null,\n                \"contractStartDate\": null,\n                \"contractTermMonths\": 1,\n                \"rateType\": \"MONTHLY\",\n                \"trialAgreement\": false,\n                \"payerCompanyId\": null,\n                \"nonPayerCompanyId\": null,\n                \"minimumSpeed\": null,\n                \"maximumSpeed\": null,\n                \"rateLimit\": 200,\n                \"errorMessage\": null,\n                \"market\": \"USA\",\n                \"accountManager\": null,\n                \"promptUid\": null,\n                \"components\": [],\n                \"attributes\": [],\n                \"aLocation\": null,\n                \"bLocation\": null,\n                \"aLocationId\": null,\n                \"bLocationId\": null,\n                \"attributeTags\": {},\n                \"createdBy\": \"52a26471-94de-4d32-b89e-0cd5d26c1f65\",\n                \"buyoutPort\": null,\n                \"virtual\": false,\n                \"locked\": false,\n                \"adminLocked\": false,\n                \"bgpShutdownDefault\": false\n            },\n            \"connectType\": \"GOOGLE\",\n            \"payerConfig\": {},\n            \"nonPayerConfig\": {},\n            \"attributeTags\": {},\n            \"fullyApproved\": true\n        }\n    ]\n}"}],"_postman_id":"1623fdec-8c6d-4400-9d6e-1526fbe1bc8a"},{"name":"Update Google VXC (v3)","id":"6d87c5a2-eb2d-4d74-9b49-bb1022982248","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Updated Google VXC name\",\n    \"rateLimit\": 1000,\n    \"term\": 12,\n    \"aEndVlan\": 1624,\n    \"costCentre\": \"Service level reference\"\n}"},"url":"{{baseUrl}}/v3/product/vxc/{productUid}","description":"<p>You can update the VXC for a Google cloud connection. Specify the VXC in the endpoint by the <code>productUid</code>.</p>\n<p>For a Google cloud connection, you can update the following parameters:</p>\n<ul>\n<li><p><code>name</code> - Customer name for the connection - this name appears in the Portal.</p>\n</li>\n<li><p><code>rateLimit</code> - The Google VXC speed must be one of the following values: 50, 100, 200, 300, 400, 500, 1G and if the port speed is above 1G then 2G, 5G, or 10G and 100G Ports can support 20G connections.</p>\n</li>\n<li><p><code>term</code> - You can update the VXC term under certain circumstances. Valid values are 1, 12, 24, 36, 48, and 60 months. See the rules in <a href=\"https://dev.megaport.com/#4293df4a-545d-45a2-bfa1-90f41df13160\">Update VXC</a> for more details.</p>\n</li>\n<li><p><code>aEndVlan</code> - A unique VLAN ID for this connection. Values can range from 2 to 4093. If this value is 0, the system allocates a valid inner VLAN.</p>\n</li>\n<li><p><code>costCentre</code> - A customer reference number to be included in billing information and invoices.</p>\n</li>\n</ul>\n<p>The update request only needs to include the parameters you want to change.</p>\n","urlObject":{"path":["v3","product","vxc","{productUid}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6d87c5a2-eb2d-4d74-9b49-bb1022982248"}],"id":"becc7d3a-eb82-4755-8a01-9de3529e516c","description":"<p>You can connect to Google Cloud services through a VXC from your MCR. Configuration is a two step process: first, you look up connection details with the Google pairing key and then you create the VXC.</p>\n<p><strong>Note:</strong> Before you can create a connection to Google Cloud, you need to create a Partner Interconnect attachment in Google Cloud Console or gcloud CLI. As part of the attachment creation, you are provided a pairing key that contains the Google connection details.</p>\n<p>For more information about Google Cloud and MCR, see <a href=\"https://docs.megaport.com/cloud/mcr/google/\">Creating MCR Connections to Google Cloud Services</a> in the Megaport documentation.</p>\n","_postman_id":"becc7d3a-eb82-4755-8a01-9de3529e516c"}],"id":"76582b0c-3f3d-4320-a3f0-d48f906f2c6b","description":"<p>This topic steps through the API procedure to create a VXC from an MCR to a Cloud Service Provider (CSP).</p>\n<p>For more information about CSPs and MCR, see <a href=\"https://docs.megaport.com/api/api-mcr-vxc-csp/\">Creating a VXC Between an MCR and Cloud Service Providers with the API</a> in the Megaport documentation.</p>\n","_postman_id":"76582b0c-3f3d-4320-a3f0-d48f906f2c6b"},{"name":"MVE","item":[{"name":"AWS","item":[{"name":"Look Up AWS Hosted Connection Port Details","id":"92b79653-15c3-4231-8ca0-4a8fb5b3d8d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v2/secure/awshc","description":"<p>The first step when ordering an AWS Hosted Connection is to find the Ports available for a connection.</p>\n<p>This endpoint is used to get AWS Hosted Connection port and rate limit details.</p>\n<p>In the response, the rate limit details are listed in the <code>bandwiths</code> array, and the available ports are listed in the <code>megaports</code> array.</p>\n","urlObject":{"path":["v2","secure","awshc"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"fbd51050-850b-48a4-a43f-f7d17e15b4b0","name":"Look Up AWS Hosted Connection Port Details","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v2/secure/awshc"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Mon, 29 Jan 2024 23:42:56 GMT"},{"key":"X-Amzn-Trace-Id","value":"Root=1-65b837ff-076f04bf7269f7a051448aed"},{"key":"Trace-Id","value":"44fdd2fe5c1cf48d186f42fb89888cf3"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"UOW","value":"7c087bf2-8f12-4888-b1aa-9ab9b3768497"},{"key":"Set-Cookie","value":"JSESSIONID=A906D413DF6054FCDD50D6888BE48171; Path=/; HttpOnly"},{"key":"Server-Timing","value":"app;dur=1139"},{"key":"ETag","value":"W/\"0c0d2452750d2cdf77ea66585344f016e\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 fe252828480d3aff57bbecb4f3bec932.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"MEL50-C2"},{"key":"X-Amz-Cf-Id","value":"G46ulO7hDCmZWDrzyfnZOBwmMC4kGGlMwA-OynB28oNzXj8s56jJ2w=="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Successful lookup\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": {\n        \"bandwidths\": [\n            50,\n            100,\n            200,\n            300,\n            400,\n            500,\n            1000,\n            2000,\n            5000,\n            10000\n        ],\n        \"megaports\": [\n            {\n                \"productId\": 47387,\n                \"productUid\": \"58899a1d-b53e-45cd-b703-774f742ebe02\",\n                \"name\": \"EU (Ireland) (eu-west-1)\",\n                \"nServiceId\": 106448,\n                \"description\": \"AWS at Digital Realty LHR20\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 10000,\n                \"locationId\": 89,\n                \"state\": null,\n                \"country\": \"United Kingdom\",\n                \"port\": 47387,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 47390,\n                \"productUid\": \"65de7117-988e-46dd-a5d2-9cf95cc5e403\",\n                \"name\": \"EU (Ireland) (eu-west-1)\",\n                \"nServiceId\": 106451,\n                \"description\": \"AWS at Digital Realty LHR20\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 10000,\n                \"locationId\": 89,\n                \"state\": null,\n                \"country\": \"United Kingdom\",\n                \"port\": 47390,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 47394,\n                \"productUid\": \"dff37fc5-05ca-439d-9229-c39c0b1d59b0\",\n                \"name\": \"EU (London) (eu-west-2)\",\n                \"nServiceId\": 106455,\n                \"description\": \"AWS at Digital Realty LHR20\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 10000,\n                \"locationId\": 89,\n                \"state\": null,\n                \"country\": \"United Kingdom\",\n                \"port\": 47394,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 47397,\n                \"productUid\": \"78f4d852-c1c3-49fc-b384-cc7123fd80c9\",\n                \"name\": \"EU (London) (eu-west-2)\",\n                \"nServiceId\": 106458,\n                \"description\": \"AWS at Digital Realty LHR20\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 10000,\n                \"locationId\": 89,\n                \"state\": null,\n                \"country\": \"United Kingdom\",\n                \"port\": 47397,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 48461,\n                \"productUid\": \"2836fe91-db9e-43de-8f8e-72f944b6f1a0\",\n                \"name\": \"Asia Pacific (Sydney) (ap-southeast-2)\",\n                \"nServiceId\": 108712,\n                \"description\": \"AWS at Global Switch Sydney West\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 10000,\n                \"locationId\": 3,\n                \"state\": \"NSW\",\n                \"country\": \"Australia\",\n                \"port\": 48461,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 48464,\n                \"productUid\": \"e5f28d51-c8c9-46fa-951a-ac3ce8159061\",\n                \"name\": \"Asia Pacific (Sydney) (ap-southeast-2)\",\n                \"nServiceId\": 108715,\n                \"description\": \"AWS at Global Switch Sydney West\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 10000,\n                \"locationId\": 3,\n                \"state\": \"NSW\",\n                \"country\": \"Australia\",\n                \"port\": 48464,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 51008,\n                \"productUid\": \"464ecc22-132c-4c90-ac90-91e1cdc2fdc6\",\n                \"name\": \"Asia Pacific (Sydney) (ap-southeast-2)\",\n                \"nServiceId\": 114191,\n                \"description\": \"AWS at NextDC P1\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 10000,\n                \"locationId\": 50,\n                \"state\": \"WA\",\n                \"country\": \"Australia\",\n                \"port\": 51008,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 51011,\n                \"productUid\": \"9a1e6f8a-26f9-439c-8b24-92f9332365e0\",\n                \"name\": \"Asia Pacific (Sydney) (ap-southeast-2)\",\n                \"nServiceId\": 114194,\n                \"description\": \"AWS at NextDC P1\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 10000,\n                \"locationId\": 50,\n                \"state\": \"WA\",\n                \"country\": \"Australia\",\n                \"port\": 51011,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 51683,\n                \"productUid\": \"68b52c7f-3ebb-4e61-9ea6-ca8b42e64932\",\n                \"name\": \"Asia Pacific (Tokyo) (ap-northeast-1)\",\n                \"nServiceId\": 115581,\n                \"description\": \"AWS at Equinix OS1\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 10000,\n                \"locationId\": 572,\n                \"state\": null,\n                \"country\": \"Japan\",\n                \"port\": 51683,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 51687,\n                \"productUid\": \"38002211-a8b6-4311-86e8-7679aa1df8a5\",\n                \"name\": \"Asia Pacific (Tokyo) (ap-northeast-1)\",\n                \"nServiceId\": 115587,\n                \"description\": \"AWS at Equinix OS1\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 10000,\n                \"locationId\": 572,\n                \"state\": null,\n                \"country\": \"Japan\",\n                \"port\": 51687,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 51853,\n                \"productUid\": \"61cb9905-61d3-42d7-ad8e-4bc95dce7073\",\n                \"name\": \"Asia Pacific (Sydney) (ap-southeast-2)\",\n                \"nServiceId\": 115964,\n                \"description\": \"AWS at NextDC M1\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 10000,\n                \"locationId\": 4,\n                \"state\": \"VIC\",\n                \"country\": \"Australia\",\n                \"port\": 51853,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 51856,\n                \"productUid\": \"b76408ee-7260-47dd-9761-b42695688efb\",\n                \"name\": \"Asia Pacific (Sydney) (ap-southeast-2)\",\n                \"nServiceId\": 115967,\n                \"description\": \"AWS at NextDC M1\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 10000,\n                \"locationId\": 4,\n                \"state\": \"VIC\",\n                \"country\": \"Australia\",\n                \"port\": 51856,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 52359,\n                \"productUid\": \"d94668f6-0130-4c5b-a8ac-f5ed1d6b3860\",\n                \"name\": \"EU (Ireland) (eu-west-1)\",\n                \"nServiceId\": 117083,\n                \"description\": \"AWS at Equinix LD5\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 10000,\n                \"locationId\": 90,\n                \"state\": null,\n                \"country\": \"United Kingdom\",\n                \"port\": 52359,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 52362,\n                \"productUid\": \"4d6b2581-66cc-473f-9bfb-b0c41ec18c79\",\n                \"name\": \"EU (Ireland) (eu-west-1)\",\n                \"nServiceId\": 117086,\n                \"description\": \"AWS at Equinix LD5\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 10000,\n                \"locationId\": 90,\n                \"state\": null,\n                \"country\": \"United Kingdom\",\n                \"port\": 52362,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 53463,\n                \"productUid\": \"dc745b48-6e84-4a84-9023-76f151c0b7d2\",\n                \"name\": \"EU (Stockholm) (eu-north-1)\",\n                \"nServiceId\": 120069,\n                \"description\": \"AWS at Equinix SK1\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 10000,\n                \"locationId\": 95,\n                \"state\": null,\n                \"country\": \"Sweden\",\n                \"port\": 53463,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 53466,\n                \"productUid\": \"36ec86b8-e4e1-479a-958c-15917949c761\",\n                \"name\": \"EU (Stockholm) (eu-north-1)\",\n                \"nServiceId\": 120072,\n                \"description\": \"AWS at Equinix SK1\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 10000,\n                \"locationId\": 95,\n                \"state\": null,\n                \"country\": \"Sweden\",\n                \"port\": 53466,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 53559,\n                \"productUid\": \"09e400a0-1b72-49ec-8ff0-5a71a4fc7774\",\n                \"name\": \"EU (Paris) (eu-west-3)\",\n                \"nServiceId\": 120282,\n                \"description\": \"AWS at Interxion PAR5\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 10000,\n                \"locationId\": 527,\n                \"state\": null,\n                \"country\": \"France\",\n                \"port\": 53559,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 53562,\n                \"productUid\": \"fc1c70e7-3bd7-4d7d-8f27-c80296785542\",\n                \"name\": \"EU (Paris) (eu-west-3)\",\n                \"nServiceId\": 120285,\n                \"description\": \"AWS at Interxion PAR5\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 10000,\n                \"locationId\": 527,\n                \"state\": null,\n                \"country\": \"France\",\n                \"port\": 53562,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 55018,\n                \"productUid\": \"ee38006f-9b3f-46a1-92e4-9fb627b08e80\",\n                \"name\": \"Asia Pacific (Singapore) (ap-southeast-1)\",\n                \"nServiceId\": 123377,\n                \"description\": \"AWS at Mega-iAdvantage\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 10000,\n                \"locationId\": 47,\n                \"state\": null,\n                \"country\": \"Hong Kong\",\n                \"port\": 55018,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 55021,\n                \"productUid\": \"5b33c1fe-7977-4e7b-ac44-14d27d749642\",\n                \"name\": \"Asia Pacific (Singapore) (ap-southeast-1)\",\n                \"nServiceId\": 123380,\n                \"description\": \"AWS at Mega-iAdvantage\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 10000,\n                \"locationId\": 47,\n                \"state\": null,\n                \"country\": \"Hong Kong\",\n                \"port\": 55021,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 68770,\n                \"productUid\": \"03d8f3da-c4f7-4f9b-b9a6-68956c9465ca\",\n                \"name\": \"US West (Oregon) (us-west-2)\",\n                \"nServiceId\": 154340,\n                \"description\": \"AWS at Switch Las Vegas (The Core)\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 10000,\n                \"locationId\": 100,\n                \"state\": \"NV\",\n                \"country\": \"USA\",\n                \"port\": 68770,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 83098,\n                \"productUid\": \"6af4dc2d-c7d9-4678-b93b-f7dadd327f0e\",\n                \"name\": \"EU (Frankfurt) (eu-central-1)\",\n                \"nServiceId\": 184995,\n                \"description\": \"AWS at Interxion MAD2\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 10000,\n                \"locationId\": 639,\n                \"state\": null,\n                \"country\": \"Spain\",\n                \"port\": 83098,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 83100,\n                \"productUid\": \"a06504b9-0231-4da0-ad75-790d00990c6c\",\n                \"name\": \"EU (Frankfurt) (eu-central-1)\",\n                \"nServiceId\": 184999,\n                \"description\": \"AWS at Interxion MAD2\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 10000,\n                \"locationId\": 639,\n                \"state\": null,\n                \"country\": \"Spain\",\n                \"port\": 83100,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 84505,\n                \"productUid\": \"5058e031-f605-4a9d-b48f-22cda6471e52\",\n                \"name\": \"Canada (Central) (ca-central-1)\",\n                \"nServiceId\": 188216,\n                \"description\": \"AWS at Cologix VAN2\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 10000,\n                \"locationId\": 442,\n                \"state\": \"BC\",\n                \"country\": \"Canada\",\n                \"port\": 84505,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 84507,\n                \"productUid\": \"99788cc8-4758-47eb-b6b1-432560272122\",\n                \"name\": \"Canada (Central) (ca-central-1)\",\n                \"nServiceId\": 188220,\n                \"description\": \"AWS at Cologix VAN2\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 10000,\n                \"locationId\": 442,\n                \"state\": \"BC\",\n                \"country\": \"Canada\",\n                \"port\": 84507,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 105684,\n                \"productUid\": \"bc6f0eea-7158-4d1f-beae-f2178e3c4f8d\",\n                \"name\": \"US West (Oregon) (us-west-2)\",\n                \"nServiceId\": 246785,\n                \"description\": \"AWS at Switch Las Vegas (The Core)\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 10000,\n                \"locationId\": 100,\n                \"state\": \"NV\",\n                \"country\": \"USA\",\n                \"port\": 105684,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 113491,\n                \"productUid\": \"6dab69c3-d19b-40cc-9aab-ba959fd5009f\",\n                \"name\": \"US East (N. Virginia) (us-east-1)\",\n                \"nServiceId\": 269435,\n                \"description\": \"AWS at CoreSite VA1\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 68,\n                \"state\": \"VA\",\n                \"country\": \"USA\",\n                \"port\": 113491,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 113492,\n                \"productUid\": \"e1964a64-2ad7-4ec0-ae5f-f0d01ef9299f\",\n                \"name\": \"US East (N. Virginia) (us-east-1)\",\n                \"nServiceId\": 269437,\n                \"description\": \"AWS at CoreSite VA1\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 68,\n                \"state\": \"VA\",\n                \"country\": \"USA\",\n                \"port\": 113492,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 114145,\n                \"productUid\": \"0969b94c-d79a-4e3d-8f2d-7a97df6307fd\",\n                \"name\": \"EU (London) (eu-west-2)\",\n                \"nServiceId\": 271393,\n                \"description\": \"AWS at Equinix LD5\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 90,\n                \"state\": null,\n                \"country\": \"United Kingdom\",\n                \"port\": 114145,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 114147,\n                \"productUid\": \"872840c4-5535-44f7-8ad0-d7536dae16ec\",\n                \"name\": \"EU (London) (eu-west-2)\",\n                \"nServiceId\": 271398,\n                \"description\": \"AWS at Equinix LD5\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 90,\n                \"state\": null,\n                \"country\": \"United Kingdom\",\n                \"port\": 114147,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 116950,\n                \"productUid\": \"8bebec3c-fa91-48d9-9877-894eaf9fcb56\",\n                \"name\": \"US East (N. Virginia) (us-east-1)\",\n                \"nServiceId\": 280010,\n                \"description\": \"AWS at CoreSite NY1\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 75,\n                \"state\": \"NY\",\n                \"country\": \"USA\",\n                \"port\": 116950,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 116951,\n                \"productUid\": \"872b6156-2890-4d5d-8fe0-d10bccf2af83\",\n                \"name\": \"US East (N. Virginia) (us-east-1)\",\n                \"nServiceId\": 280012,\n                \"description\": \"AWS at CoreSite NY1\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 75,\n                \"state\": \"NY\",\n                \"country\": \"USA\",\n                \"port\": 116951,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 118101,\n                \"productUid\": \"890c87cb-71d4-45a6-a2c3-c00c0d9a4fa9\",\n                \"name\": \"US East (N. Virginia) (us-east-1)\",\n                \"nServiceId\": 283362,\n                \"description\": \"AWS at Equinix DA1\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 71,\n                \"state\": \"TX\",\n                \"country\": \"USA\",\n                \"port\": 118101,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 118102,\n                \"productUid\": \"c28a54ae-b3f1-4e86-8e61-d960bdeff1c7\",\n                \"name\": \"US East (N. Virginia) (us-east-1)\",\n                \"nServiceId\": 283364,\n                \"description\": \"AWS at Equinix DA1\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 71,\n                \"state\": \"TX\",\n                \"country\": \"USA\",\n                \"port\": 118102,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 120074,\n                \"productUid\": \"b7057132-ce3d-4a61-aeb1-86d23bca10a0\",\n                \"name\": \"US East (N. Virginia) (us-east-1)\",\n                \"nServiceId\": 289303,\n                \"description\": \"AWS at Equinix DC4\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 67,\n                \"state\": \"VA\",\n                \"country\": \"USA\",\n                \"port\": 120074,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 120075,\n                \"productUid\": \"b50a6c3a-0160-4b68-b430-2583b40e0498\",\n                \"name\": \"US East (N. Virginia) (us-east-1)\",\n                \"nServiceId\": 289305,\n                \"description\": \"AWS at Equinix DC4\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 67,\n                \"state\": \"VA\",\n                \"country\": \"USA\",\n                \"port\": 120075,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 123083,\n                \"productUid\": \"09a655af-a67b-46ed-a7f0-769cbbcace67\",\n                \"name\": \"Asia Pacific (Sydney) (ap-southeast-2)\",\n                \"nServiceId\": 298209,\n                \"description\": \"AWS at Equinix SY3\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 6,\n                \"state\": \"NSW\",\n                \"country\": \"Australia\",\n                \"port\": 123083,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 123084,\n                \"productUid\": \"026b1463-a91d-48e6-97c9-3c259f260012\",\n                \"name\": \"Asia Pacific (Sydney) (ap-southeast-2)\",\n                \"nServiceId\": 298211,\n                \"description\": \"AWS at Equinix SY3\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 6,\n                \"state\": \"NSW\",\n                \"country\": \"Australia\",\n                \"port\": 123084,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 123085,\n                \"productUid\": \"fe1fab1b-2c5b-42f5-9da6-eeeba095a010\",\n                \"name\": \"Asia Pacific (Singapore) (ap-southeast-1)\",\n                \"nServiceId\": 298213,\n                \"description\": \"AWS at Equinix SG2\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 37,\n                \"state\": null,\n                \"country\": \"Singapore\",\n                \"port\": 123085,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 123086,\n                \"productUid\": \"eb106022-bc91-4c0b-a1dc-d82b45c4a8d4\",\n                \"name\": \"Asia Pacific (Singapore) (ap-southeast-1)\",\n                \"nServiceId\": 298215,\n                \"description\": \"AWS at Equinix SG2\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 37,\n                \"state\": null,\n                \"country\": \"Singapore\",\n                \"port\": 123086,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 123463,\n                \"productUid\": \"8e39312e-b251-496b-9575-a9d09968e51d\",\n                \"name\": \"EU (Frankfurt) (eu-central-1)\",\n                \"nServiceId\": 299345,\n                \"description\": \"AWS at Telehouse Paris Voltaire TH2\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 10000,\n                \"locationId\": 598,\n                \"state\": null,\n                \"country\": \"France\",\n                \"port\": 123463,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 123465,\n                \"productUid\": \"02429bca-0874-49a4-8e7f-128d85a71e11\",\n                \"name\": \"EU (Frankfurt) (eu-central-1)\",\n                \"nServiceId\": 299349,\n                \"description\": \"AWS at Telehouse Paris Voltaire TH2\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 10000,\n                \"locationId\": 598,\n                \"state\": null,\n                \"country\": \"France\",\n                \"port\": 123465,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 125468,\n                \"productUid\": \"d2b92be0-d85c-4ae5-b511-37c1cfe6e196\",\n                \"name\": \"US West (N. California) (us-west-1)\",\n                \"nServiceId\": 305345,\n                \"description\": \"AWS at PhoenixNAP\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 10000,\n                \"locationId\": 370,\n                \"state\": \"AZ\",\n                \"country\": \"USA\",\n                \"port\": 125468,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 125470,\n                \"productUid\": \"2132dd28-ccf9-4d17-8a67-9fb8ed089dae\",\n                \"name\": \"US West (N. California) (us-west-1)\",\n                \"nServiceId\": 305349,\n                \"description\": \"AWS at PhoenixNAP\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 10000,\n                \"locationId\": 370,\n                \"state\": \"AZ\",\n                \"country\": \"USA\",\n                \"port\": 125470,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 126386,\n                \"productUid\": \"4bc2085f-a04c-4fe5-ac40-0ffbd6813c6c\",\n                \"name\": \"US West (Oregon) (us-west-2)\",\n                \"nServiceId\": 308431,\n                \"description\": \"AWS at DataBank LAS1\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 1237,\n                \"state\": \"NV\",\n                \"country\": \"USA\",\n                \"port\": 126386,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 126387,\n                \"productUid\": \"bddcdb18-d4b6-4d75-b9d2-3b560d4ea84a\",\n                \"name\": \"US West (Oregon) (us-west-2)\",\n                \"nServiceId\": 308433,\n                \"description\": \"AWS at DataBank LAS1\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 1237,\n                \"state\": \"NV\",\n                \"country\": \"USA\",\n                \"port\": 126387,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 126907,\n                \"productUid\": \"0947ab29-44ba-4fae-a1d0-b95b434c28ea\",\n                \"name\": \"Asia Pacific (Singapore) (ap-southeast-1)\",\n                \"nServiceId\": 309979,\n                \"description\": \"AWS at Global Switch Singapore - Tai Seng\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 39,\n                \"state\": null,\n                \"country\": \"Singapore\",\n                \"port\": 126907,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 126908,\n                \"productUid\": \"effce9e0-f320-4f76-bf08-96435e54c101\",\n                \"name\": \"Asia Pacific (Singapore) (ap-southeast-1)\",\n                \"nServiceId\": 309981,\n                \"description\": \"AWS at Global Switch Singapore - Tai Seng\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 39,\n                \"state\": null,\n                \"country\": \"Singapore\",\n                \"port\": 126908,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 127555,\n                \"productUid\": \"8b08864e-0eb2-4639-b4a2-eb4ba22c0bea\",\n                \"name\": \"US West (Oregon) (us-west-2)\",\n                \"nServiceId\": 311917,\n                \"description\": \"AWS at Westin Building\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 146,\n                \"state\": \"WA\",\n                \"country\": \"USA\",\n                \"port\": 127555,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 127556,\n                \"productUid\": \"39097b71-57ee-404d-8e63-35e6a2c98a75\",\n                \"name\": \"US West (Oregon) (us-west-2)\",\n                \"nServiceId\": 311919,\n                \"description\": \"AWS at Westin Building\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 146,\n                \"state\": \"WA\",\n                \"country\": \"USA\",\n                \"port\": 127556,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 128953,\n                \"productUid\": \"eb461c4e-b835-494d-a81a-10d4deb263fb\",\n                \"name\": \"EU (Ireland) (eu-west-1)\",\n                \"nServiceId\": 316077,\n                \"description\": \"AWS at Interxion DUB2\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 96,\n                \"state\": null,\n                \"country\": \"Ireland\",\n                \"port\": 128953,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 128954,\n                \"productUid\": \"0ff95c1a-32b7-4031-ab92-c657cec0a88b\",\n                \"name\": \"EU (Ireland) (eu-west-1)\",\n                \"nServiceId\": 316079,\n                \"description\": \"AWS at Interxion DUB2\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 96,\n                \"state\": null,\n                \"country\": \"Ireland\",\n                \"port\": 128954,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 130409,\n                \"productUid\": \"c1219715-f6f0-4931-956c-849be938d059\",\n                \"name\": \"US West (N. California) (us-west-1)\",\n                \"nServiceId\": 320468,\n                \"description\": \"AWS at CoreSite LA1\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 60,\n                \"state\": \"CA\",\n                \"country\": \"USA\",\n                \"port\": 130409,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 130410,\n                \"productUid\": \"ae2d6f21-134e-46ed-9c83-3219c7558ed5\",\n                \"name\": \"US West (N. California) (us-west-1)\",\n                \"nServiceId\": 320470,\n                \"description\": \"AWS at CoreSite LA1\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 60,\n                \"state\": \"CA\",\n                \"country\": \"USA\",\n                \"port\": 130410,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 130570,\n                \"productUid\": \"4348e355-5e76-470b-988b-ac245c48663b\",\n                \"name\": \"EU (Frankfurt) (eu-central-1)\",\n                \"nServiceId\": 320933,\n                \"description\": \"AWS at Interxion FRA6\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 130,\n                \"state\": null,\n                \"country\": \"Germany\",\n                \"port\": 130570,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 130571,\n                \"productUid\": \"5ec445b7-6e15-4638-a2d7-8b9ab6ab0e62\",\n                \"name\": \"EU (Frankfurt) (eu-central-1)\",\n                \"nServiceId\": 320935,\n                \"description\": \"AWS at Interxion FRA6\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 130,\n                \"state\": null,\n                \"country\": \"Germany\",\n                \"port\": 130571,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 130602,\n                \"productUid\": \"17451291-71c8-4545-96a6-a1647fe1c15e\",\n                \"name\": \"US East (Ohio) (us-east-2)\",\n                \"nServiceId\": 321021,\n                \"description\": \"AWS at Equinix CH4\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 69,\n                \"state\": \"IL\",\n                \"country\": \"USA\",\n                \"port\": 130602,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 132574,\n                \"productUid\": \"eadbc475-f9c7-40f0-8933-1d09d5fb2f6c\",\n                \"name\": \"Canada (Central) (ca-central-1)\",\n                \"nServiceId\": 326803,\n                \"description\": \"AWS at eStruxture MTL-1\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 440,\n                \"state\": \"QC\",\n                \"country\": \"Canada\",\n                \"port\": 132574,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 132575,\n                \"productUid\": \"4c18418d-8140-4703-b50b-8dc4d514df5c\",\n                \"name\": \"Canada (Central) (ca-central-1)\",\n                \"nServiceId\": 326805,\n                \"description\": \"AWS at eStruxture MTL-1\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 440,\n                \"state\": \"QC\",\n                \"country\": \"Canada\",\n                \"port\": 132575,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 133694,\n                \"productUid\": \"b099b962-3e4a-4f7a-a2d5-b0afa8eb5a2f\",\n                \"name\": \"Asia Pacific (Hong Kong) (ap-east-1)\",\n                \"nServiceId\": 330112,\n                \"description\": \"AWS at Equinix HK1\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 46,\n                \"state\": null,\n                \"country\": \"Hong Kong\",\n                \"port\": 133694,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 133695,\n                \"productUid\": \"20fe6bb6-85c0-4e6f-b7de-ddd9f98ed92b\",\n                \"name\": \"Asia Pacific (Hong Kong) (ap-east-1)\",\n                \"nServiceId\": 330114,\n                \"description\": \"AWS at Equinix HK1\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 46,\n                \"state\": null,\n                \"country\": \"Hong Kong\",\n                \"port\": 133695,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 133960,\n                \"productUid\": \"27fe8de2-2cfb-4437-b8e5-3e028a8384f2\",\n                \"name\": \"Asia Pacific (Tokyo) (ap-northeast-1)\",\n                \"nServiceId\": 330895,\n                \"description\": \"AWS at Equinix TY2\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 560,\n                \"state\": null,\n                \"country\": \"Japan\",\n                \"port\": 133960,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 133961,\n                \"productUid\": \"677fbc1e-d73f-431d-b3e2-9c56ff6c74f7\",\n                \"name\": \"Asia Pacific (Tokyo) (ap-northeast-1)\",\n                \"nServiceId\": 330897,\n                \"description\": \"AWS at Equinix TY2\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 560,\n                \"state\": null,\n                \"country\": \"Japan\",\n                \"port\": 133961,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 135123,\n                \"productUid\": \"393ce489-16ae-433e-8ef3-9ada3c361dba\",\n                \"name\": \"Asia Pacific (Sydney) (ap-southeast-2)\",\n                \"nServiceId\": 334409,\n                \"description\": \"AWS at NextDC S1\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 10,\n                \"state\": \"NSW\",\n                \"country\": \"Australia\",\n                \"port\": 135123,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 135124,\n                \"productUid\": \"f43d5887-dce0-4ab6-be84-f6ae8cee3705\",\n                \"name\": \"Asia Pacific (Sydney) (ap-southeast-2)\",\n                \"nServiceId\": 334411,\n                \"description\": \"AWS at NextDC S1\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 10,\n                \"state\": \"NSW\",\n                \"country\": \"Australia\",\n                \"port\": 135124,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 136704,\n                \"productUid\": \"e6b82839-0fab-4d8f-a12a-0373d4384126\",\n                \"name\": \"US East (N. Virginia) (us-east-1)\",\n                \"nServiceId\": 339229,\n                \"description\": \"AWS at Digital Realty ATL1\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 116,\n                \"state\": \"GA\",\n                \"country\": \"USA\",\n                \"port\": 136704,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 136705,\n                \"productUid\": \"771b94ff-7054-4f8b-ab78-2bbdfb135d96\",\n                \"name\": \"US East (N. Virginia) (us-east-1)\",\n                \"nServiceId\": 339231,\n                \"description\": \"AWS at Digital Realty ATL1\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 116,\n                \"state\": \"GA\",\n                \"country\": \"USA\",\n                \"port\": 136705,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 142912,\n                \"productUid\": \"43fe6495-ec73-47cd-a83b-1d6a12ee6b66\",\n                \"name\": \"EU (Frankfurt) (eu-central-1)\",\n                \"nServiceId\": 358467,\n                \"description\": \"AWS at Equinix AM1\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 85,\n                \"state\": null,\n                \"country\": \"Netherlands\",\n                \"port\": 142912,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 142913,\n                \"productUid\": \"d7cc5537-b22a-4111-9db2-88e096de4553\",\n                \"name\": \"EU (Frankfurt) (eu-central-1)\",\n                \"nServiceId\": 358469,\n                \"description\": \"AWS at Equinix AM1\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 85,\n                \"state\": null,\n                \"country\": \"Netherlands\",\n                \"port\": 142913,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 143207,\n                \"productUid\": \"c84cdf99-f0b0-46c6-ae06-e89e40a5fd76\",\n                \"name\": \"Asia Pacific (Tokyo) (ap-northeast-1)\",\n                \"nServiceId\": 359369,\n                \"description\": \"AWS at AtTokyo Data Centre - Beta Route\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 612,\n                \"state\": null,\n                \"country\": \"Japan\",\n                \"port\": 143207,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 143208,\n                \"productUid\": \"82b7b110-0382-40fa-af09-72768f9df9b8\",\n                \"name\": \"Asia Pacific (Tokyo) (ap-northeast-1)\",\n                \"nServiceId\": 359371,\n                \"description\": \"AWS at AtTokyo Data Centre - Alpha Route\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 558,\n                \"state\": null,\n                \"country\": \"Japan\",\n                \"port\": 143208,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 143648,\n                \"productUid\": \"cb51a991-68cc-47df-8584-64cbd7fffc7a\",\n                \"name\": \"US West (N. California) (us-west-1)\",\n                \"nServiceId\": 360731,\n                \"description\": \"AWS at Equinix SV1\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 66,\n                \"state\": \"CA\",\n                \"country\": \"USA\",\n                \"port\": 143648,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 143649,\n                \"productUid\": \"ff963fd2-1095-46d5-ba46-b4ca4aa1caa2\",\n                \"name\": \"US West (N. California) (us-west-1)\",\n                \"nServiceId\": 360733,\n                \"description\": \"AWS at Equinix SV1\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 66,\n                \"state\": \"CA\",\n                \"country\": \"USA\",\n                \"port\": 143649,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 144457,\n                \"productUid\": \"4cfcfd9c-68c7-40c2-afb5-6715ac228b11\",\n                \"name\": \"US East (N. Virginia) (us-east-1)\",\n                \"nServiceId\": 362707,\n                \"description\": \"AWS at Equinix NY2\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 655,\n                \"state\": \"NJ\",\n                \"country\": \"USA\",\n                \"port\": 144457,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 144458,\n                \"productUid\": \"a809b4ad-8566-4583-9d47-4c9c6c84dc27\",\n                \"name\": \"US East (N. Virginia) (us-east-1)\",\n                \"nServiceId\": 362709,\n                \"description\": \"AWS at Equinix NY2\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 655,\n                \"state\": \"NJ\",\n                \"country\": \"USA\",\n                \"port\": 144458,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 145014,\n                \"productUid\": \"2c6be217-36ca-4b65-881f-beb38ef19f67\",\n                \"name\": \"EU (Frankfurt) (eu-central-1)\",\n                \"nServiceId\": 364362,\n                \"description\": \"AWS at Equinix FR5\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 131,\n                \"state\": null,\n                \"country\": \"Germany\",\n                \"port\": 145014,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 145015,\n                \"productUid\": \"7d7b1edd-9ac0-4000-b1a3-6afefdcb495f\",\n                \"name\": \"EU (Frankfurt) (eu-central-1)\",\n                \"nServiceId\": 364364,\n                \"description\": \"AWS at Equinix FR5\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 131,\n                \"state\": null,\n                \"country\": \"Germany\",\n                \"port\": 145015,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 146416,\n                \"productUid\": \"475028cf-0a01-49f4-8548-45a62bd93c8d\",\n                \"name\": \"US East (Ohio) (us-east-2)\",\n                \"nServiceId\": 368314,\n                \"description\": \"AWS at QTS Chicago\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 319,\n                \"state\": \"IL\",\n                \"country\": \"USA\",\n                \"port\": 146416,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 146417,\n                \"productUid\": \"2fe6ef78-3900-41b3-9c38-3693e16f7dce\",\n                \"name\": \"US East (Ohio) (us-east-2)\",\n                \"nServiceId\": 368316,\n                \"description\": \"AWS at QTS Chicago\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 319,\n                \"state\": \"IL\",\n                \"country\": \"USA\",\n                \"port\": 146417,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 148840,\n                \"productUid\": \"7d81e83d-e567-419a-866d-a7b7323da472\",\n                \"name\": \"Asia Pacific (Melbourne) (ap-southeast-4)\",\n                \"nServiceId\": 376461,\n                \"description\": \"AWS at Equinix ME1\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 41,\n                \"state\": \"VIC\",\n                \"country\": \"Australia\",\n                \"port\": 148840,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 148841,\n                \"productUid\": \"b047870a-adcf-441f-ae34-27a796cdafeb\",\n                \"name\": \"Asia Pacific (Melbourne) (ap-southeast-4)\",\n                \"nServiceId\": 376463,\n                \"description\": \"AWS at Equinix ME1\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 41,\n                \"state\": \"VIC\",\n                \"country\": \"Australia\",\n                \"port\": 148841,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 150693,\n                \"productUid\": \"6461f0bc-549a-42c4-ac32-d51a6132f959\",\n                \"name\": \"US East (N. Virginia) (us-east-1)\",\n                \"nServiceId\": 382605,\n                \"description\": \"AWS at Digital Realty ASH1\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 140,\n                \"state\": \"VA\",\n                \"country\": \"USA\",\n                \"port\": 150693,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 150694,\n                \"productUid\": \"fd7b8577-e4b8-4c77-9212-f28e485ad0be\",\n                \"name\": \"US East (N. Virginia) (us-east-1)\",\n                \"nServiceId\": 382607,\n                \"description\": \"AWS at Digital Realty ASH1\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 140,\n                \"state\": \"VA\",\n                \"country\": \"USA\",\n                \"port\": 150694,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 153786,\n                \"productUid\": \"5f8296a8-9757-4727-9a3b-f4731143d8ba\",\n                \"name\": \"Asia Pacific (Sydney) (ap-southeast-2)\",\n                \"nServiceId\": 392372,\n                \"description\": \"AWS at Datacom 6 Orbit\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 10000,\n                \"locationId\": 33,\n                \"state\": null,\n                \"country\": \"New Zealand\",\n                \"port\": 153786,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 153788,\n                \"productUid\": \"48c74795-1b64-4d77-a9ca-44dffcc01766\",\n                \"name\": \"Asia Pacific (Sydney) (ap-southeast-2)\",\n                \"nServiceId\": 392376,\n                \"description\": \"AWS at Datacom 6 Orbit\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 10000,\n                \"locationId\": 33,\n                \"state\": null,\n                \"country\": \"New Zealand\",\n                \"port\": 153788,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 155436,\n                \"productUid\": \"7eac0f85-c30e-4664-a67a-70f419492a8e\",\n                \"name\": \"Europe (Paris) (eu-west-3)\",\n                \"nServiceId\": 397668,\n                \"description\": \"AWS at Telehouse Paris Voltaire TH2\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 598,\n                \"state\": null,\n                \"country\": \"France\",\n                \"port\": 155436,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 155437,\n                \"productUid\": \"0361a277-e96e-4b12-812c-eacb6cfb0d57\",\n                \"name\": \"Europe (Paris) (eu-west-3)\",\n                \"nServiceId\": 397670,\n                \"description\": \"AWS at Telehouse Paris Voltaire TH2\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 598,\n                \"state\": null,\n                \"country\": \"France\",\n                \"port\": 155437,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 157791,\n                \"productUid\": \"59981f08-0cd4-402a-a049-df47ab479eb5\",\n                \"name\": \"Europe (London) (eu-west-2)\",\n                \"nServiceId\": 405128,\n                \"description\": \"AWS at Telehouse North\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 256,\n                \"state\": null,\n                \"country\": \"United Kingdom\",\n                \"port\": 157791,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 157792,\n                \"productUid\": \"35d9687e-8d90-4dd2-a477-94e2e8bc8344\",\n                \"name\": \"Europe (London) (eu-west-2)\",\n                \"nServiceId\": 405130,\n                \"description\": \"AWS at Telehouse North\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 256,\n                \"state\": null,\n                \"country\": \"United Kingdom\",\n                \"port\": 157792,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 158299,\n                \"productUid\": \"c1f72000-5d93-49bc-b1c4-634e78af28fb\",\n                \"name\": \"US East (N. Virginia) (us-east-1)\",\n                \"nServiceId\": 406818,\n                \"description\": \"AWS at Kio Networks - Queretaro QRO1\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 10000,\n                \"locationId\": 1197,\n                \"state\": null,\n                \"country\": \"Mexico\",\n                \"port\": 158299,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 158300,\n                \"productUid\": \"5e2a88c8-7b08-4620-b515-3b5df0b33e17\",\n                \"name\": \"US East (N. Virginia) (us-east-1)\",\n                \"nServiceId\": 406820,\n                \"description\": \"AWS at Kio Networks - Queretaro QRO1\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 10000,\n                \"locationId\": 1197,\n                \"state\": null,\n                \"country\": \"Mexico\",\n                \"port\": 158300,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 160108,\n                \"productUid\": \"03a16ca1-f9d0-4013-a125-25de00517df0\",\n                \"name\": \"Canada (Central) (ca-central-1)\",\n                \"nServiceId\": 412498,\n                \"description\": \"AWS at Andorix Data Center\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 1123,\n                \"state\": \"ON\",\n                \"country\": \"Canada\",\n                \"port\": 160108,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 160109,\n                \"productUid\": \"a1a6078d-5dbb-4869-82db-ee15eb3f52af\",\n                \"name\": \"Canada (Central) (ca-central-1)\",\n                \"nServiceId\": 412500,\n                \"description\": \"AWS at Andorix Data Center\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 1123,\n                \"state\": \"ON\",\n                \"country\": \"Canada\",\n                \"port\": 160109,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 160729,\n                \"productUid\": \"7bb30b40-b144-43a1-ba2f-63f18764af46\",\n                \"name\": \"US West (N. California) (us-west-1)\",\n                \"nServiceId\": 414416,\n                \"description\": \"AWS at EdgeConneX Phoenix\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 336,\n                \"state\": \"AZ\",\n                \"country\": \"USA\",\n                \"port\": 160729,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 160730,\n                \"productUid\": \"ca45fbbf-34f7-498f-8f2a-755cffdaa9a9\",\n                \"name\": \"US West (N. California) (us-west-1)\",\n                \"nServiceId\": 414418,\n                \"description\": \"AWS at EdgeConneX Phoenix\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 336,\n                \"state\": \"AZ\",\n                \"country\": \"USA\",\n                \"port\": 160730,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 182214,\n                \"productUid\": \"fd334b4c-79bc-421d-ab8f-eea6c6c66803\",\n                \"name\": \"US East (Ohio) (us-east-2)\",\n                \"nServiceId\": 485846,\n                \"description\": \"AWS at Cologix COL3\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 520,\n                \"state\": \"OH\",\n                \"country\": \"USA\",\n                \"port\": 182214,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 182215,\n                \"productUid\": \"e2dbc5ec-ce0d-4669-96ad-21b8f5cb7711\",\n                \"name\": \"US East (Ohio) (us-east-2)\",\n                \"nServiceId\": 485848,\n                \"description\": \"AWS at Cologix COL3\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 520,\n                \"state\": \"OH\",\n                \"country\": \"USA\",\n                \"port\": 182215,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 183083,\n                \"productUid\": \"d84677fa-c8af-47ea-af23-49fdaebdf6ee\",\n                \"name\": \"Europe (Zurich) (eu-central-2)\",\n                \"nServiceId\": 488660,\n                \"description\": \"AWS at Equinix ZH4\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 430,\n                \"state\": null,\n                \"country\": \"Switzerland\",\n                \"port\": 183083,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 183084,\n                \"productUid\": \"9faab0dc-388c-4fd3-95c5-ea2f56918734\",\n                \"name\": \"Europe (Zurich) (eu-central-2)\",\n                \"nServiceId\": 488662,\n                \"description\": \"AWS at Equinix ZH4\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 430,\n                \"state\": null,\n                \"country\": \"Switzerland\",\n                \"port\": 183084,\n                \"vxc\": null\n            },\n            {\n                \"productId\": 183926,\n                \"productUid\": \"4714f7bc-05e0-480b-81dd-f8e0f3596db7\",\n                \"name\": \"US East (Ohio) (us-east-2)\",\n                \"nServiceId\": 491194,\n                \"description\": \"AWS at Equinix CH4\",\n                \"companyId\": 117,\n                \"companyUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                \"companyName\": \"AWS\",\n                \"portSpeed\": 100000,\n                \"locationId\": 69,\n                \"state\": \"IL\",\n                \"country\": \"USA\",\n                \"port\": 183926,\n                \"vxc\": null\n            }\n        ],\n        \"ports\": [\n            {\n                \"service_id\": 106448\n            },\n            {\n                \"service_id\": 106451\n            },\n            {\n                \"service_id\": 106455\n            },\n            {\n                \"service_id\": 106458\n            },\n            {\n                \"service_id\": 108712\n            },\n            {\n                \"service_id\": 108715\n            },\n            {\n                \"service_id\": 114054\n            },\n            {\n                \"service_id\": 114057\n            },\n            {\n                \"service_id\": 114191\n            },\n            {\n                \"service_id\": 114194\n            },\n            {\n                \"service_id\": 114205\n            },\n            {\n                \"service_id\": 115581\n            },\n            {\n                \"service_id\": 115587\n            },\n            {\n                \"service_id\": 115964\n            },\n            {\n                \"service_id\": 115967\n            },\n            {\n                \"service_id\": 117083\n            },\n            {\n                \"service_id\": 117086\n            },\n            {\n                \"service_id\": 120069\n            },\n            {\n                \"service_id\": 120072\n            },\n            {\n                \"service_id\": 120282\n            },\n            {\n                \"service_id\": 120285\n            },\n            {\n                \"service_id\": 123377\n            },\n            {\n                \"service_id\": 123380\n            },\n            {\n                \"service_id\": 139137\n            },\n            {\n                \"service_id\": 139128\n            },\n            {\n                \"service_id\": 142871\n            },\n            {\n                \"service_id\": 142880\n            },\n            {\n                \"service_id\": 145009\n            },\n            {\n                \"service_id\": 145018\n            },\n            {\n                \"service_id\": 154340\n            },\n            {\n                \"service_id\": 174401\n            },\n            {\n                \"service_id\": 174409\n            },\n            {\n                \"service_id\": 184995\n            },\n            {\n                \"service_id\": 184999\n            },\n            {\n                \"service_id\": 188216\n            },\n            {\n                \"service_id\": 188220\n            },\n            {\n                \"service_id\": 202806\n            },\n            {\n                \"service_id\": 202814\n            },\n            {\n                \"service_id\": 206315\n            },\n            {\n                \"service_id\": 206323\n            },\n            {\n                \"service_id\": 231523\n            },\n            {\n                \"service_id\": 235951\n            },\n            {\n                \"service_id\": 246785\n            },\n            {\n                \"service_id\": 246900\n            },\n            {\n                \"service_id\": 269435\n            },\n            {\n                \"service_id\": 269437\n            },\n            {\n                \"service_id\": 271393\n            },\n            {\n                \"service_id\": 271398\n            },\n            {\n                \"service_id\": 278528\n            },\n            {\n                \"service_id\": 278536\n            },\n            {\n                \"service_id\": 280010\n            },\n            {\n                \"service_id\": 280012\n            },\n            {\n                \"service_id\": 283362\n            },\n            {\n                \"service_id\": 283364\n            },\n            {\n                \"service_id\": 288280\n            },\n            {\n                \"service_id\": 288288\n            },\n            {\n                \"service_id\": 289303\n            },\n            {\n                \"service_id\": 289305\n            },\n            {\n                \"service_id\": 298209\n            },\n            {\n                \"service_id\": 298211\n            },\n            {\n                \"service_id\": 298213\n            },\n            {\n                \"service_id\": 298215\n            },\n            {\n                \"service_id\": 299345\n            },\n            {\n                \"service_id\": 299349\n            },\n            {\n                \"service_id\": 305345\n            },\n            {\n                \"service_id\": 305349\n            },\n            {\n                \"service_id\": 306761\n            },\n            {\n                \"service_id\": 308431\n            },\n            {\n                \"service_id\": 308433\n            },\n            {\n                \"service_id\": 309979\n            },\n            {\n                \"service_id\": 309981\n            },\n            {\n                \"service_id\": 311917\n            },\n            {\n                \"service_id\": 311919\n            },\n            {\n                \"service_id\": 315654\n            },\n            {\n                \"service_id\": 315656\n            },\n            {\n                \"service_id\": 316077\n            },\n            {\n                \"service_id\": 316079\n            },\n            {\n                \"service_id\": 320468\n            },\n            {\n                \"service_id\": 320470\n            },\n            {\n                \"service_id\": 320933\n            },\n            {\n                \"service_id\": 320935\n            },\n            {\n                \"service_id\": 321021\n            },\n            {\n                \"service_id\": 326777\n            },\n            {\n                \"service_id\": 326779\n            },\n            {\n                \"service_id\": 326798\n            },\n            {\n                \"service_id\": 326800\n            },\n            {\n                \"service_id\": 326803\n            },\n            {\n                \"service_id\": 326805\n            },\n            {\n                \"service_id\": 328838\n            },\n            {\n                \"service_id\": 328840\n            },\n            {\n                \"service_id\": 330081\n            },\n            {\n                \"service_id\": 330083\n            },\n            {\n                \"service_id\": 330112\n            },\n            {\n                \"service_id\": 330114\n            },\n            {\n                \"service_id\": 330895\n            },\n            {\n                \"service_id\": 330897\n            },\n            {\n                \"service_id\": 332915\n            },\n            {\n                \"service_id\": 332917\n            },\n            {\n                \"service_id\": 334409\n            },\n            {\n                \"service_id\": 334411\n            },\n            {\n                \"service_id\": 339229\n            },\n            {\n                \"service_id\": 339231\n            },\n            {\n                \"service_id\": 341483\n            },\n            {\n                \"service_id\": 341485\n            },\n            {\n                \"service_id\": 343256\n            },\n            {\n                \"service_id\": 343258\n            },\n            {\n                \"service_id\": 348841\n            },\n            {\n                \"service_id\": 348843\n            },\n            {\n                \"service_id\": 351999\n            },\n            {\n                \"service_id\": 352001\n            },\n            {\n                \"service_id\": 354512\n            },\n            {\n                \"service_id\": 354514\n            },\n            {\n                \"service_id\": 358467\n            },\n            {\n                \"service_id\": 358469\n            },\n            {\n                \"service_id\": 359369\n            },\n            {\n                \"service_id\": 359371\n            },\n            {\n                \"service_id\": 360731\n            },\n            {\n                \"service_id\": 360733\n            },\n            {\n                \"service_id\": 362215\n            },\n            {\n                \"service_id\": 362217\n            },\n            {\n                \"service_id\": 362707\n            },\n            {\n                \"service_id\": 362709\n            },\n            {\n                \"service_id\": 364362\n            },\n            {\n                \"service_id\": 364364\n            },\n            {\n                \"service_id\": 365366\n            },\n            {\n                \"service_id\": 365368\n            },\n            {\n                \"service_id\": 367840\n            },\n            {\n                \"service_id\": 367844\n            },\n            {\n                \"service_id\": 368314\n            },\n            {\n                \"service_id\": 368316\n            },\n            {\n                \"service_id\": 370843\n            },\n            {\n                \"service_id\": 373203\n            },\n            {\n                \"service_id\": 374291\n            },\n            {\n                \"service_id\": 374293\n            },\n            {\n                \"service_id\": 376461\n            },\n            {\n                \"service_id\": 376463\n            },\n            {\n                \"service_id\": 382605\n            },\n            {\n                \"service_id\": 382607\n            },\n            {\n                \"service_id\": 383903\n            },\n            {\n                \"service_id\": 383905\n            },\n            {\n                \"service_id\": 389514\n            },\n            {\n                \"service_id\": 389516\n            },\n            {\n                \"service_id\": 392372\n            },\n            {\n                \"service_id\": 392376\n            },\n            {\n                \"service_id\": 394356\n            },\n            {\n                \"service_id\": 394358\n            },\n            {\n                \"service_id\": 397668\n            },\n            {\n                \"service_id\": 397670\n            },\n            {\n                \"service_id\": 405128\n            },\n            {\n                \"service_id\": 405130\n            },\n            {\n                \"service_id\": 405209\n            },\n            {\n                \"service_id\": 406818\n            },\n            {\n                \"service_id\": 406820\n            },\n            {\n                \"service_id\": 409087\n            },\n            {\n                \"service_id\": 412498\n            },\n            {\n                \"service_id\": 412500\n            },\n            {\n                \"service_id\": 414416\n            },\n            {\n                \"service_id\": 414418\n            },\n            {\n                \"service_id\": 485846\n            },\n            {\n                \"service_id\": 485848\n            },\n            {\n                \"service_id\": 488660\n            },\n            {\n                \"service_id\": 488662\n            },\n            {\n                \"service_id\": 491194\n            },\n            {\n                \"service_id\": 493506\n            }\n        ]\n    }\n}"}],"_postman_id":"92b79653-15c3-4231-8ca0-4a8fb5b3d8d6"},{"name":"Buy AWS - Hosted VIF (v3)","id":"582860e9-bbf3-483c-8d73-175b827e97f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"[\n  {\n    \"productUid\": \"{{mveid}}\",\n    \"associatedVxcs\": [\n      {\n        \"productName\": \"Test AWS VIF MVE VXC\",\n        \"rateLimit\": \"100\",\n        \"term\": 12,\n        \"shutdown\": false,\n        \"promoCode\": \"promox3mnthfree2\",\n        \"aEnd\": {\n          \"innerVlan\": 101\n        },\n        \"bEnd\": {\n          \"productUid\": \"{{awsPortUid}}\",\n          \"partnerConfig\": {\n            \"connectType\": \"AWS\",\n\t\t    \"Name\": \"Test Megaport VIF\",\n            \"type\": \"private\",\n            \"asn\": 65105,\n            \"ownerAccount\": \"{{AWSAccount}}\",\n            \"authKey\": \"123455\",\n            \"customerIpAddress\": null,\n            \"amazonIpAddress\": null\n          }\n        }\n      }\n    ]\n  }\n]"},"url":"{{baseUrl}}/v3/networkdesign/buy","description":"<p>Orders the AWS Hosted VIF and sends the information to the provisioning system for processing. This request commits the order.</p>\n<p>You specify the configuration details in the Body of the request. The first <code>productUid</code> identifies the MVE in your Megaport location and the <code>bEnd: productUid</code> identifies the AWS location. You also need to provide your AWS account number in <code>ownerAccount</code>.</p>\n<p><code>term</code> is the contract term for the VXC. Valid values are 1, 12, 24, 36, 48, and 60 months. If <code>term</code> is not provided when ordering a VXC, it defaults to 1 (No Minimum Term).</p>\n<p><code>shutdown</code> will temporarily shut down and re-enable the VXC. Valid values are <code>true</code> (shut down) and <code>false</code> (enabled). If not provided, it defaults to <code>false</code> (enabled).</p>\n<p><code>promoCode</code> is an optional string that can be used to enter a promotional code for the service order. The code is not validated, so if the code doesn’t exist or doesn’t work for the service, the call will still be successful.</p>\n<p>Look up AWS locations for the B-End of the connection with the <code>v2/dropdowns/partner/megaports</code> endpoint.</p>\n<p>For AWS Hosted VIFs, Megaport can set the BGP serial IP addressing details on AWS Direct Connect VIF.</p>\n<p>For Hosted VIF you can also add \"prefixes\": \"<a href=\"http://10.0.1.0/24\">10.0.1.0/24</a>\", for a public VIF, you only need to provide it if you want to advertise your own public IP addresses to AWS.</p>\n<p><strong>Tip:</strong> To test your request before you order and see pricing details, use the <code>/v3/networkdesign/validate</code> endpoint with the same Body configuration.</p>\n","urlObject":{"path":["v3","networkdesign","buy"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"25be4745-925e-42a2-a4ac-1877c0b56b2b","name":"Buy AWS - Hosted VIF (v3)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"[\n  {\n    \"productUid\": \"02ec2091-46bb-4904-bd17-96c752ff826e\",\n    \"associatedVxcs\": [\n      {\n        \"productName\": \"Test AWS VIF MVE VXC\",\n        \"rateLimit\": \"100\",\n        \"aEnd\": {\n          \"innerVlan\": 101\n        },\n        \"bEnd\": {\n          \"productUid\": \"bc7bf158-532b-4306-af12-c57c0bedc8a6\",\n          \"partnerConfig\": {\n            \"connectType\": \"AWS\",\n\t\t    \"Name\": \"Test Megaport VIF\",\n            \"type\": \"private\",\n            \"asn\": 65105,\n            \"ownerAccount\": \"{{AWSAccount}}\",\n            \"authKey\": \"123455\",\n            \"customerIpAddress\": null,\n            \"amazonIpAddress\": null\n          }\n        }\n      }\n    ]\n  }\n]","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/networkdesign/buy"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 31 Mar 2023 05:04:44 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"3377"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"UOW","value":"ae21136c-9062-4f5a-a79d-6b243be7a37a"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"VXC [92e5c7d6-8d97-4ee3-bbf9-13e69b49517c] created.\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"createDate\": 1680239079646,\n            \"vxcOrderId\": 114006,\n            \"payerMegaPortId\": 155354,\n            \"nonPayerMegaPortId\": 12103,\n            \"payerMegaPortName\": \"greg T\",\n            \"nonPayerMegaPortName\": \"Asia Pacific (Sydney) (ap-southeast-2)\",\n            \"payerCompanyId\": 1153,\n            \"nonPayerCompanyId\": 117,\n            \"payerLocationId\": 2,\n            \"nonPayerLocationId\": 50,\n            \"salesId\": null,\n            \"payerCompanyName\": \"Megaport Lab\",\n            \"nonPayerCompanyName\": \"AWS\",\n            \"payerMegaPortNsId\": 397416,\n            \"nonPayerMegaPortNsId\": 27443,\n            \"payerVlanId\": 0,\n            \"nonPayerVlanId\": 0,\n            \"payerInnerVlanId\": 101,\n            \"nonPayerInnerVlanId\": null,\n            \"payerApproverName\": \"Greg Brown\",\n            \"payerApproverId\": 50402,\n            \"nonPayerApproverName\": \"Greg Brown\",\n            \"nonPayerApproverId\": 50402,\n            \"payerApproval\": 1680239079601,\n            \"nonPayerApproval\": 1680239079629,\n            \"fixedTerm\": true,\n            \"duration\": 1,\n            \"rollover\": true,\n            \"serviceName\": \"from greg T to Asia Pacific (Sydney) (ap-southeast-2)\",\n            \"payerStatus\": \"APPROVED\",\n            \"nonPayerStatus\": \"APPROVED\",\n            \"speed\": 100,\n            \"distanceBand\": \"INTERZONE\",\n            \"intercapPath\": \"\",\n            \"awsId\": null,\n            \"promoCode\": null,\n            \"dealUid\": null,\n            \"rateType\": \"MONTHLY\",\n            \"vxcJTechnicalServiceId\": 155724,\n            \"vxcJTechnicalServiceUid\": \"92e5c7d6-8d97-4ee3-bbf9-13e69b49517c\",\n            \"provisionDate\": 1680239079588,\n            \"orderType\": \"NEW\",\n            \"monthlyDiscountAmount\": null,\n            \"discountMonths\": null,\n            \"amazonDirectConnectConfigDto\": {\n                \"type\": \"private\",\n                \"asn\": 65105,\n                \"ownerAccount\": \"{{AWSAccount}}\",\n                \"authKey\": \"123455\",\n                \"customerIpAddress\": null,\n                \"amazonIpAddress\": null,\n                \"prefixes\": null,\n                \"name\": null\n            },\n            \"amsixConnectConfigDto\": null,\n            \"webAirProvItem\": null,\n            \"sdrcProvItem\": null,\n            \"rate\": null,\n            \"setup\": null,\n            \"asn\": null,\n            \"bgpPassword\": null,\n            \"usageAlgorithm\": \"POST_PAID_HOURLY_SPEED_LONG_HAUL_VXC\",\n            \"costCentre\": null,\n            \"azureServiceKey\": null,\n            \"oracleVirtualCircuitId\": null,\n            \"serviceKey\": null,\n            \"vxc\": {\n                \"serviceName\": \"Test AWS VIF MVE VXC\",\n                \"name\": \"Test AWS VIF MVE VXC\",\n                \"secondaryName\": null,\n                \"technicalServiceId\": 155724,\n                \"technicalServiceUid\": \"92e5c7d6-8d97-4ee3-bbf9-13e69b49517c\",\n                \"requestedDate\": 1680239079588,\n                \"configuredDate\": null,\n                \"currentEstimatedDelivery\": null,\n                \"companyName\": \"Megaport Lab\",\n                \"companyId\": 1153,\n                \"billingContactName\": null,\n                \"billingContactId\": null,\n                \"adminContactName\": null,\n                \"adminContactId\": null,\n                \"technicalContactName\": null,\n                \"technicalContactId\": null,\n                \"salesName\": null,\n                \"salesId\": null,\n                \"billableId\": 147629,\n                \"billableUsageAlgorithm\": null,\n                \"productType\": \"VXC\",\n                \"provisioningStatus\": \"DEPLOYABLE\",\n                \"failedReason\": null,\n                \"inAdvanceBillingStatus\": null,\n                \"provisioningItems\": [],\n                \"tags\": [],\n                \"vxcDistanceBand\": \"INTERZONE\",\n                \"intercapPath\": \"\",\n                \"marketplaceVisibility\": true,\n                \"vxcPermitted\": true,\n                \"vxcAutoApproval\": false,\n                \"createDate\": 1680239079620,\n                \"terminationDate\": null,\n                \"contractStartDate\": null,\n                \"contractTermMonths\": 1,\n                \"rateType\": \"MONTHLY\",\n                \"trialAgreement\": false,\n                \"payerCompanyId\": null,\n                \"nonPayerCompanyId\": null,\n                \"minimumSpeed\": null,\n                \"maximumSpeed\": null,\n                \"rateLimit\": 100,\n                \"errorMessage\": null,\n                \"market\": \"Australia\",\n                \"accountManager\": null,\n                \"promptUid\": null,\n                \"components\": [],\n                \"attributes\": [],\n                \"aLocation\": null,\n                \"bLocation\": null,\n                \"aLocationId\": null,\n                \"bLocationId\": null,\n                \"attributeTags\": {},\n                \"createdBy\": \"f39b8983-256e-4643-adec-9f0b5da09ab7\",\n                \"buyoutPort\": null,\n                \"virtual\": false,\n                \"locked\": false,\n                \"adminLocked\": false,\n                \"bgpShutdownDefault\": false,\n                \"originDomain\": null\n            },\n            \"connectType\": \"AWS\",\n            \"payerConfig\": {},\n            \"nonPayerConfig\": {},\n            \"attributeTags\": {},\n            \"serviceLicense\": null,\n            \"originDomain\": null,\n            \"fullyApproved\": true\n        }\n    ]\n}"}],"_postman_id":"582860e9-bbf3-483c-8d73-175b827e97f1"},{"name":"Buy AWS - Hosted Connection (v3)","id":"727acac0-fc7a-4190-b54c-13a4a338d9c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"[\n  {\n    \"productUid\": \"{{mveid}}\",\n    \"associatedVxcs\": [\n      {\n        \"productName\": \"awshc\",\n        \"rateLimit\": 100,\n        \"term\": 12,\n        \"shutdown\": false,\n        \"promoCode\": \"promox3mnthfree2\",\n        \"aEnd\": {\n          \"innerVlan\": 0\n        },\n        \"bEnd\": {\n          \"productUid\": \"{{awsPortUid}}\",\n          \"partnerConfig\": {\n            \"connectType\": \"AWSHC\",\n            \"ownerAccount\": \"{{AWSAccount}}\", \n            \"name\": \"Example VXC\" \n            }\n           }\n         }\n      ]\n    }\n]"},"url":"{{baseUrl}}/v3/networkdesign/buy","description":"<p>Orders the AWS Hosted Connection from the MVE and sends the information to the provisioning system for processing. This request commits the order.</p>\n<p>The configuration in the Body of the request is the same as the validate request.</p>\n<p>The first <code>productUid</code> identifies the MVE in your Megaport location (A-End) and the <code>bEnd: productUid</code> identifies the AWS Hosted Connection location. You also need to provide your AWS account number in <code>bEnd: ownerAccount</code>. Optionally, provide a service name that will be visible in the AWS console in <code>bEnd: name</code>.</p>\n<p>The <code>rateLimit</code> can be one of these preset values (in Mbps): 50, 100, 200, 300, 400, 500. 1000, 2000, 5000, 10000.</p>\n<p><code>term</code> is the contract term for the VXC. Valid values are 1, 12, 24, 36, 48, and 60 months. If <code>term</code> is not provided when ordering a VXC, it defaults to 1 (No Minimum Term).</p>\n<p><code>shutdown</code> will temporarily shut down and re-enable the VXC. Valid values are <code>true</code> (shut down) and <code>false</code> (enabled). If not provided, it defaults to <code>false</code> (enabled).</p>\n<p><code>promoCode</code> is an optional string that can be used to enter a promotional code for the service order. The code is not validated, so if the code doesn’t exist or doesn’t work for the service, the call will still be successful.</p>\n<p>Look up AWS locations for the B-End of the connection with the <code>v2/dropdowns/partner/megaports</code> endpoint.</p>\n<p><strong>Tip:</strong> To test your request before you order and see pricing details, use the <code>/v3/networkdesign/validate</code> endpoint with the same Body configuration.</p>\n","urlObject":{"path":["v3","networkdesign","buy"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"2ab5a7b4-8d53-4ce4-91a8-7a68e0e034ee","name":"Buy AWS - Hosted Connection (v3)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"[\n  {\n    \"productUid\": \"02ec2091-46bb-4904-bd17-96c752ff826e\",\n    \"associatedVxcs\": [\n      {\n        \"productName\": \"awshc\",\n        \"rateLimit\": 100,\n        \"aEnd\": {\n          \"innerVlan\": 0\n        },\n        \"bEnd\": {\n          \"productUid\": \"026b1463-a91d-48e6-97c9-3c259f260012\",\n          \"partnerConfig\": {\n            \"connectType\": \"AWSHC\",\n            \"ownerAccount\": \"{{AWSAccount}}\", \n            \"name\": \"Example VXC\" \n            }\n           }\n         }\n      ]\n    }\n]","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/networkdesign/buy"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 31 Mar 2023 05:56:54 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"3205"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"UOW","value":"d25ef496-5a55-4f57-8133-217312030f65"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"VXC [5a4d1803-3796-4144-ac35-c582d2f60b6f] created.\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"createDate\": 1680242208512,\n            \"vxcOrderId\": 114013,\n            \"payerMegaPortId\": 155354,\n            \"nonPayerMegaPortId\": 132573,\n            \"payerMegaPortName\": \"greg T\",\n            \"nonPayerMegaPortName\": \"Asia Pacific (Sydney) (ap-southeast-2) [DZ-BLUE]\",\n            \"payerCompanyId\": 1153,\n            \"nonPayerCompanyId\": 117,\n            \"payerLocationId\": 2,\n            \"nonPayerLocationId\": 6,\n            \"salesId\": null,\n            \"payerCompanyName\": \"Megaport Lab\",\n            \"nonPayerCompanyName\": \"AWS\",\n            \"payerMegaPortNsId\": 397416,\n            \"nonPayerMegaPortNsId\": 326800,\n            \"payerVlanId\": 0,\n            \"nonPayerVlanId\": 0,\n            \"payerInnerVlanId\": 0,\n            \"nonPayerInnerVlanId\": null,\n            \"payerApproverName\": \"Greg Brown\",\n            \"payerApproverId\": 50402,\n            \"nonPayerApproverName\": \"Greg Brown\",\n            \"nonPayerApproverId\": 50402,\n            \"payerApproval\": 1680242208455,\n            \"nonPayerApproval\": 1680242208492,\n            \"fixedTerm\": true,\n            \"duration\": 1,\n            \"rollover\": true,\n            \"serviceName\": \"from greg T to Asia Pacific (Sydney) (ap-southeast-2) [DZ-BLUE]\",\n            \"payerStatus\": \"APPROVED\",\n            \"nonPayerStatus\": \"APPROVED\",\n            \"speed\": 100,\n            \"distanceBand\": \"METRO\",\n            \"intercapPath\": \"\",\n            \"awsId\": null,\n            \"promoCode\": null,\n            \"dealUid\": null,\n            \"rateType\": \"MONTHLY\",\n            \"vxcJTechnicalServiceId\": 155731,\n            \"vxcJTechnicalServiceUid\": \"5a4d1803-3796-4144-ac35-c582d2f60b6f\",\n            \"provisionDate\": 1680242208440,\n            \"orderType\": \"NEW\",\n            \"monthlyDiscountAmount\": null,\n            \"discountMonths\": null,\n            \"amazonDirectConnectConfigDto\": null,\n            \"amsixConnectConfigDto\": null,\n            \"webAirProvItem\": null,\n            \"sdrcProvItem\": null,\n            \"rate\": null,\n            \"setup\": null,\n            \"asn\": null,\n            \"bgpPassword\": null,\n            \"usageAlgorithm\": \"POST_PAID_HOURLY_SPEED_METRO_VXC\",\n            \"costCentre\": null,\n            \"azureServiceKey\": null,\n            \"oracleVirtualCircuitId\": null,\n            \"serviceKey\": null,\n            \"vxc\": {\n                \"serviceName\": \"awshc\",\n                \"name\": \"awshc\",\n                \"secondaryName\": null,\n                \"technicalServiceId\": 155731,\n                \"technicalServiceUid\": \"5a4d1803-3796-4144-ac35-c582d2f60b6f\",\n                \"requestedDate\": 1680242208440,\n                \"configuredDate\": null,\n                \"currentEstimatedDelivery\": null,\n                \"companyName\": \"Megaport Lab\",\n                \"companyId\": 1153,\n                \"billingContactName\": null,\n                \"billingContactId\": null,\n                \"adminContactName\": null,\n                \"adminContactId\": null,\n                \"technicalContactName\": null,\n                \"technicalContactId\": null,\n                \"salesName\": null,\n                \"salesId\": null,\n                \"billableId\": 147636,\n                \"billableUsageAlgorithm\": null,\n                \"productType\": \"VXC\",\n                \"provisioningStatus\": \"DEPLOYABLE\",\n                \"failedReason\": null,\n                \"inAdvanceBillingStatus\": null,\n                \"provisioningItems\": [],\n                \"tags\": [],\n                \"vxcDistanceBand\": \"METRO\",\n                \"intercapPath\": \"\",\n                \"marketplaceVisibility\": true,\n                \"vxcPermitted\": true,\n                \"vxcAutoApproval\": false,\n                \"createDate\": 1680242208482,\n                \"terminationDate\": null,\n                \"contractStartDate\": null,\n                \"contractTermMonths\": 1,\n                \"rateType\": \"MONTHLY\",\n                \"trialAgreement\": false,\n                \"payerCompanyId\": null,\n                \"nonPayerCompanyId\": null,\n                \"minimumSpeed\": null,\n                \"maximumSpeed\": null,\n                \"rateLimit\": 100,\n                \"errorMessage\": null,\n                \"market\": \"Australia\",\n                \"accountManager\": null,\n                \"promptUid\": null,\n                \"components\": [],\n                \"attributes\": [],\n                \"aLocation\": null,\n                \"bLocation\": null,\n                \"aLocationId\": null,\n                \"bLocationId\": null,\n                \"attributeTags\": {},\n                \"createdBy\": \"f39b8983-256e-4643-adec-9f0b5da09ab7\",\n                \"buyoutPort\": null,\n                \"virtual\": false,\n                \"locked\": false,\n                \"adminLocked\": false,\n                \"bgpShutdownDefault\": false,\n                \"originDomain\": null\n            },\n            \"connectType\": \"AWSHC\",\n            \"payerConfig\": {},\n            \"nonPayerConfig\": {},\n            \"attributeTags\": {},\n            \"serviceLicense\": null,\n            \"originDomain\": null,\n            \"fullyApproved\": true\n        }\n    ]\n}"}],"_postman_id":"727acac0-fc7a-4190-b54c-13a4a338d9c7"},{"name":"Update AWS Hosted VIF VXC (v3)","id":"94f73f89-c17f-4d54-a854-c4adfa30fbdb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"{\n    \"name\":\"Updated AWS VXC name\",\n    \"rateLimit\": 1000,\n    \"term\": 12,\n    \"aEndInnerVlan\": 2,\n    \"costCentre\":\"Service level reference\"\n}"},"url":"{{baseUrl}}/v3/product/vxc/{productUid}","description":"<p>You can update the VXC for an AWS cloud connection. Specify the VXC in the endpoint by the <code>productUid</code>.</p>\n<p>For AWS, you can update the following parameters:</p>\n<ul>\n<li><p><code>name</code> - Customer name for the connection - this name appears in the Portal.</p>\n</li>\n<li><p><code>rateLimit</code> - For a Hosted VIF, accepted values range from 1 Mbps to 5 Gbps in 1 Mbps increments.</p>\n</li>\n<li><p><code>term</code> - You can update the VXC term under certain circumstances. Valid values are 1, 12, 24, 36, 48, and 60 months. See the rules in <a href=\"https://dev.megaport.com/#4293df4a-545d-45a2-bfa1-90f41df13160\">Update VXC</a> for more details.</p>\n</li>\n<li><p><code>aEndInnerVlan</code> - A unique VLAN ID for this connection. Values can range from 2 to 4093. If this value is 0, the system allocates a valid VLAN.</p>\n</li>\n<li><p><code>costCentre</code> - A customer reference number to be included in billing information and invoices.</p>\n</li>\n</ul>\n<p>The update request only needs to include the parameters you want to change.</p>\n","urlObject":{"path":["v3","product","vxc","{productUid}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"ed45f02a-b9da-470b-88b7-3dd4613903c4","name":"Update AWS Hosted VIF VXC (v3)","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"{\n    \"name\":\"Updated AWS VXC name\",\n    \"costCentre\":\"Service level reference\",\n    \"rateLimit\": 1000,\n    \"aEndInnerVlan\": 2\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/product/vxc/92e5c7d6-8d97-4ee3-bbf9-13e69b49517c"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 31 Mar 2023 05:34:44 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1618"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"UOW","value":"015e7155-29f0-4b4d-b17b-676ad4dd842e"},{"key":"Location","value":"http://localhost:8080/v2/product/92e5c7d6-8d97-4ee3-bbf9-13e69b49517c"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"VXC 155724 has been updated\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": {\n        \"serviceName\": \"Updated AWS VXC name\",\n        \"name\": \"Updated AWS VXC name\",\n        \"secondaryName\": null,\n        \"technicalServiceId\": 155724,\n        \"technicalServiceUid\": \"92e5c7d6-8d97-4ee3-bbf9-13e69b49517c\",\n        \"requestedDate\": 1680239079588,\n        \"configuredDate\": 1680239102916,\n        \"currentEstimatedDelivery\": null,\n        \"companyName\": \"Megaport Lab\",\n        \"companyId\": 1153,\n        \"billingContactName\": null,\n        \"billingContactId\": null,\n        \"adminContactName\": null,\n        \"adminContactId\": null,\n        \"technicalContactName\": null,\n        \"technicalContactId\": null,\n        \"salesName\": null,\n        \"salesId\": null,\n        \"billableId\": 147629,\n        \"billableUsageAlgorithm\": null,\n        \"productType\": \"VXC\",\n        \"provisioningStatus\": \"LIVE\",\n        \"failedReason\": null,\n        \"inAdvanceBillingStatus\": null,\n        \"provisioningItems\": [],\n        \"tags\": [],\n        \"vxcDistanceBand\": \"INTERZONE\",\n        \"intercapPath\": \"\",\n        \"marketplaceVisibility\": true,\n        \"vxcPermitted\": true,\n        \"vxcAutoApproval\": false,\n        \"createDate\": 1680239079620,\n        \"terminationDate\": null,\n        \"contractStartDate\": null,\n        \"contractTermMonths\": 1,\n        \"rateType\": \"MONTHLY\",\n        \"trialAgreement\": false,\n        \"payerCompanyId\": null,\n        \"nonPayerCompanyId\": null,\n        \"minimumSpeed\": null,\n        \"maximumSpeed\": null,\n        \"rateLimit\": 1000,\n        \"errorMessage\": null,\n        \"costCentre\": \"Service level reference\",\n        \"market\": \"Australia\",\n        \"accountManager\": null,\n        \"promptUid\": null,\n        \"components\": [],\n        \"attributes\": [],\n        \"aLocation\": null,\n        \"bLocation\": null,\n        \"aLocationId\": null,\n        \"bLocationId\": null,\n        \"attributeTags\": {},\n        \"createdBy\": \"f39b8983-256e-4643-adec-9f0b5da09ab7\",\n        \"buyoutPort\": null,\n        \"virtual\": false,\n        \"locked\": false,\n        \"adminLocked\": false,\n        \"bgpShutdownDefault\": false,\n        \"originDomain\": null\n    }\n}"}],"_postman_id":"94f73f89-c17f-4d54-a854-c4adfa30fbdb"}],"id":"9eca4b64-d024-430e-9033-cfbcbe9f9250","description":"<p>You can set up two types of AWS connections to an MVE: an AWS Hosted VIF or an AWS Hosted Connection.</p>\n<p>Look up AWS locations for the B-End of the connection with the <code>v2/dropdowns/partner/megaports</code> endpoint. Look up AWS Hosted Connection port and rate limit details with the <code>v2/secure/awshc</code> endpoint.</p>\n<p>You can distinguish the type of connection supported by partner locations by the <code>connectType</code> attribute. Hosted VIF connections are <code>connectType=AWS</code> and Hosted Connections are <code>connectType=AWSHC</code>.</p>\n<p>For more information about AWS and MVE, see <a href=\"https://docs.megaport.com/api/api-mve-vxc-aws/\">Creating a VXC between an MVE and AWS with the API</a> in the Megaport documentation.</p>\n","_postman_id":"9eca4b64-d024-430e-9033-cfbcbe9f9250"},{"name":"Azure","item":[{"name":"Look Up Azure Service Key","id":"9006f46b-cabb-45e3-a52f-3e57fcebba25","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v2/secure/azure/{service_key}","description":"<p>The first step when ordering an Azure service is to validate an Azure service key. The response includes ExpressRoute details of the associated ports and peers. You need the Azure port details to create the VXCs.</p>\n<p>Review the service key and ensure there is a free Port for a connection. In the response, available ports are listed as <code>\"vxc\": null</code> and ports with an assigned value are not available.</p>\n<p>Each value in the service key lookup response is described in <a href=\"https://docs.megaport.com/api/api-azure-servicekey/\">Azure Service Key API Response Fields</a>.</p>\n","urlObject":{"path":["v2","secure","azure","{service_key}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"74350e69-1409-468b-a8e7-88a593cd0c8f","name":"Look Up Azure Service Key","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v2/secure/azure/197d927b-90bc-4b1b-bffd-fca17a7ec735"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 31 Mar 2023 07:06:00 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1092"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"UOW","value":"6193fada-b625-4f32-8f2d-049dc372c8b5"},{"key":"ETag","value":"\"095a311d85fb76bf2bf87e0ded55297ce\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Successful lookup\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": {\n        \"bandwidth\": 500,\n        \"connectType\": \"AZURE\",\n        \"managed\": false,\n        \"megaports\": [\n            {\n                \"productId\": 24581,\n                \"productUid\": \"fece8275-86ec-4bbd-b328-67ddac6d852e\",\n                \"name\": \"Sydney Primary\",\n                \"nServiceId\": 55860,\n                \"description\": \"Azure ExpressRoute at Equinix SY1\",\n                \"companyId\": 1475,\n                \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n                \"companyName\": \"Azure ExpressRoute\",\n                \"portSpeed\": 10000,\n                \"locationId\": 2,\n                \"state\": \"NSW\",\n                \"country\": \"Australia\",\n                \"port\": 24581,\n                \"type\": \"primary\",\n                \"vxc\": null\n            },\n            {\n                \"productId\": 24584,\n                \"productUid\": \"13f28165-de96-484e-8f99-babb24650e6a\",\n                \"name\": \"Sydney Secondary\",\n                \"nServiceId\": 55863,\n                \"description\": \"Azure ExpressRoute at Equinix SY3\",\n                \"companyId\": 1475,\n                \"companyUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n                \"companyName\": \"Azure ExpressRoute\",\n                \"portSpeed\": 10000,\n                \"locationId\": 6,\n                \"state\": \"NSW\",\n                \"country\": \"Australia\",\n                \"port\": 24584,\n                \"type\": \"secondary\",\n                \"vxc\": null\n            }\n        ],\n        \"peers\": [],\n        \"resource_type\": \"csp_connection\",\n        \"service_key\": \"197d927b-90bc-4b1b-bffd-fca17a7ec735\",\n        \"vlan\": 3901\n    }\n}"}],"_postman_id":"9006f46b-cabb-45e3-a52f-3e57fcebba25"},{"name":"Create VXC to Azure (v3)","id":"7455a827-1fa7-4ac4-9950-3d23fe290213","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"[\n   {\n    \"productUid\": \"{{mveid}}\",\n     \"associatedVxcs\": [\n       {\n         \"productName\": \"My New Azure VXC\",\n         \"partnerConfigs\" : {\n            \"connectType\": \"AZURE\",\n            \"serviceKey\": \"{{service_key}}\"\n         },\n         \"rateLimit\": 1000,\n         \"term\": 12,\n         \"shutdown\": false,\n         \"promoCode\": \"promox3mnthfree2\",\n         \"aEnd\": {\n           \"innerVlan\": 132\n         },\n         \"bEnd\": {\n           \"productUid\": \"{{azurepuid}}\",\n           \"innerVlan\": 132\n         }\n       }\n     ]\n   }\n]"},"url":"{{baseUrl}}/v3/networkdesign/buy","description":"<p>With the Azure ExpressRoute port details from the service key lookup, create the VXC to Azure.</p>\n<p>You specify the configuration details in the Body of the request. The first <code>productUid</code> identifies the MVE and the <code>bEnd: productUid</code> identifies the Azure interface. You also need to provide the Azure ExpressRoute service key in <code>serviceKey</code> field.</p>\n<p><code>term</code> is the contract term for the VXC. Valid values are 1, 12, 24, 36, 48, and 60 months. If <code>term</code> is not provided when ordering a VXC, it defaults to 1 (No Minimum Term).</p>\n<p><code>shutdown</code> will temporarily shut down and re-enable the VXC. Valid values are <code>true</code> (shut down) and <code>false</code> (enabled). If not provided, it defaults to <code>false</code> (enabled).</p>\n<p><code>promoCode</code> is an optional string that can be used to enter a promotional code for the service order. The code is not validated, so if the code doesn’t exist or doesn’t work for the service, the call will still be successful.</p>\n<p>Look up Azure locations for the B-End of the connection with the <code>v2/dropdowns/partner/megaports</code> endpoint.</p>\n<p>You can create multiple connections to an Azure interface, for example, if you need to connect both private and Microsoft peers to the same interface.</p>\n<h4 id=\"single-azure-peering-vlan\">Single Azure Peering VLAN</h4>\n<p>In this example <em>Single Azure Peering VLAN</em> is used. You can tell this because the aEnd innerVlan and the bEnd innerVlan are specified. For <em>Single Azure Peering VLAN</em> both are set to the same value.</p>\n<p>If this value is set to 0, a valid inner VLAN will be allocated and set by the system.</p>\n<p><strong>Tip:</strong> To test your request before you order and see pricing details, use the <code>/v3/networkdesign/validate</code> endpoint with the same Body configuration.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n {\n\"productUid\": \"{{mveid}}\",\n \"associatedVxcs\": [\n   {\n     \"productName\": \"My New Azure VXC\",\n     \"partnerConfigs\" : {\n        \"connectType\": \"AZURE\",\n        \"serviceKey\": \"{{service_key}}\"\n     `},\n     \"rateLimit\": 1000,\n     \"term\": 12,\n     \"aEnd\": {\n       \"innerVlan\": 132\n     },\n     \"bEnd\": {\n       \"productUid\": \"{{azurepuid}}\",\n       \"innerVlan\": 132\n     }\n   }\n ]\n }\n]\n\n</code></pre>\n<h4 id=\"q-in-q\">Q-in-Q</h4>\n<p>If you do not want to use Single Azure Peering VLAN and want to use Q-in-Q to have multi Microsoft peerings on a single VXC, only specify the aEnd innerVlan value.</p>\n<p>With Q-in-Q in play, the Azure peering VLAN ID set in Azure is not shown in the Megaport APIs or Portal. It is configured by the customer in the Azure ExpressRoute peerings and matched on the MVE instance configuration.</p>\n<p>In the example below, the aEnd innerVlan field of 100 is actually an outer vlan or s-tag on the MVE. The Q-in-Q inner VLAN (c-tag) running inside the innerVlan is transparent to Megaport.</p>\n<p><strong>Note:</strong> Azure VXCs are the only cloud VXC type that allow you to specify a double-tagged VXC.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">[\n {\n\"productUid\": \"{{mveid}}\",\n \"associatedVxcs\": [\n   {\n     \"productName\": \"My New Azure VXC\",\n     \"partnerConfigs\" : {\n        \"connectType\": \"AZURE\",\n        \"serviceKey\": \"{{service_key}}\"\n     },\n     \"rateLimit\": 1000,\n     \"term\": 12,\n     \"aEnd\": {\n       \"innerVlan\": 100\n     },\n     \"bEnd\": {\n       \"productUid\": \"{{azurepuid}}\"\n     }\n   }\n ]\n }\n]\n\n</code></pre>\n","urlObject":{"path":["v3","networkdesign","buy"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"0bcfb149-89a1-47c0-833c-723ed4ddbcba","name":"Create VXC to Azure (v3)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"[\n   {\n    \"productUid\": \"02ec2091-46bb-4904-bd17-96c752ff826e\",\n     \"associatedVxcs\": [\n       {\n         \"productName\": \"My New Azure VXC\",\n         \"partnerConfigs\" : {\n            \"connectType\": \"AZURE\",\n            \"serviceKey\": \"197d927b-90bc-4b1b-bffd-fca17a7ec735\"\n         },\n         \"rateLimit\": 1000,\n         \"aEnd\": {\n           \"innerVlan\": 132\n         },\n         \"bEnd\": {\n           \"productUid\": \"fece8275-86ec-4bbd-b328-67ddac6d852e\",\n           \"innerVlan\": 132\n         }\n       }\n     ]\n   }\n]","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/networkdesign/buy"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 31 Mar 2023 07:16:10 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"3210"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"UOW","value":"fa474ae7-71ff-481f-912a-691c653ca805"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"VXC [6cf7199e-a273-4352-97f7-3a772bc492e4] created.\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"createDate\": 1680246964379,\n            \"vxcOrderId\": 114015,\n            \"payerMegaPortId\": 155354,\n            \"nonPayerMegaPortId\": 24581,\n            \"payerMegaPortName\": \"greg T\",\n            \"nonPayerMegaPortName\": \"Sydney Primary\",\n            \"payerCompanyId\": 1153,\n            \"nonPayerCompanyId\": 1475,\n            \"payerLocationId\": 2,\n            \"nonPayerLocationId\": 2,\n            \"salesId\": null,\n            \"payerCompanyName\": \"Megaport Lab\",\n            \"nonPayerCompanyName\": \"Azure ExpressRoute\",\n            \"payerMegaPortNsId\": 397416,\n            \"nonPayerMegaPortNsId\": 55860,\n            \"payerVlanId\": 0,\n            \"nonPayerVlanId\": 0,\n            \"payerInnerVlanId\": 132,\n            \"nonPayerInnerVlanId\": 132,\n            \"payerApproverName\": \"Greg Brown\",\n            \"payerApproverId\": 50402,\n            \"nonPayerApproverName\": \"Greg Brown\",\n            \"nonPayerApproverId\": 50402,\n            \"payerApproval\": 1680246964333,\n            \"nonPayerApproval\": 1680246964362,\n            \"fixedTerm\": true,\n            \"duration\": 1,\n            \"rollover\": true,\n            \"serviceName\": \"from greg T to Sydney Primary\",\n            \"payerStatus\": \"APPROVED\",\n            \"nonPayerStatus\": \"APPROVED\",\n            \"speed\": 1000,\n            \"distanceBand\": \"METRO\",\n            \"intercapPath\": \"\",\n            \"awsId\": null,\n            \"promoCode\": null,\n            \"dealUid\": null,\n            \"rateType\": \"MONTHLY\",\n            \"vxcJTechnicalServiceId\": 155735,\n            \"vxcJTechnicalServiceUid\": \"6cf7199e-a273-4352-97f7-3a772bc492e4\",\n            \"provisionDate\": 1680246964320,\n            \"orderType\": \"NEW\",\n            \"monthlyDiscountAmount\": null,\n            \"discountMonths\": null,\n            \"amazonDirectConnectConfigDto\": null,\n            \"amsixConnectConfigDto\": null,\n            \"webAirProvItem\": null,\n            \"sdrcProvItem\": null,\n            \"rate\": null,\n            \"setup\": null,\n            \"asn\": null,\n            \"bgpPassword\": null,\n            \"usageAlgorithm\": \"POST_PAID_HOURLY_SPEED_METRO_VXC\",\n            \"costCentre\": null,\n            \"azureServiceKey\": \"197d927b-90bc-4b1b-bffd-fca17a7ec735\",\n            \"oracleVirtualCircuitId\": null,\n            \"serviceKey\": null,\n            \"vxc\": {\n                \"serviceName\": \"My New Azure VXC\",\n                \"name\": \"My New Azure VXC\",\n                \"secondaryName\": null,\n                \"technicalServiceId\": 155735,\n                \"technicalServiceUid\": \"6cf7199e-a273-4352-97f7-3a772bc492e4\",\n                \"requestedDate\": 1680246964320,\n                \"configuredDate\": null,\n                \"currentEstimatedDelivery\": null,\n                \"companyName\": \"Megaport Lab\",\n                \"companyId\": 1153,\n                \"billingContactName\": null,\n                \"billingContactId\": null,\n                \"adminContactName\": null,\n                \"adminContactId\": null,\n                \"technicalContactName\": null,\n                \"technicalContactId\": null,\n                \"salesName\": null,\n                \"salesId\": null,\n                \"billableId\": 147640,\n                \"billableUsageAlgorithm\": null,\n                \"productType\": \"VXC\",\n                \"provisioningStatus\": \"DEPLOYABLE\",\n                \"failedReason\": null,\n                \"inAdvanceBillingStatus\": null,\n                \"provisioningItems\": [],\n                \"tags\": [],\n                \"vxcDistanceBand\": \"METRO\",\n                \"intercapPath\": \"\",\n                \"marketplaceVisibility\": true,\n                \"vxcPermitted\": true,\n                \"vxcAutoApproval\": false,\n                \"createDate\": 1680246964352,\n                \"terminationDate\": null,\n                \"contractStartDate\": null,\n                \"contractTermMonths\": 1,\n                \"rateType\": \"MONTHLY\",\n                \"trialAgreement\": false,\n                \"payerCompanyId\": null,\n                \"nonPayerCompanyId\": null,\n                \"minimumSpeed\": null,\n                \"maximumSpeed\": null,\n                \"rateLimit\": 1000,\n                \"errorMessage\": null,\n                \"market\": \"Australia\",\n                \"accountManager\": null,\n                \"promptUid\": null,\n                \"components\": [],\n                \"attributes\": [],\n                \"aLocation\": null,\n                \"bLocation\": null,\n                \"aLocationId\": null,\n                \"bLocationId\": null,\n                \"attributeTags\": {},\n                \"createdBy\": \"f39b8983-256e-4643-adec-9f0b5da09ab7\",\n                \"buyoutPort\": null,\n                \"virtual\": false,\n                \"locked\": false,\n                \"adminLocked\": false,\n                \"bgpShutdownDefault\": false,\n                \"originDomain\": null\n            },\n            \"connectType\": \"AZURE\",\n            \"payerConfig\": {},\n            \"nonPayerConfig\": {},\n            \"attributeTags\": {},\n            \"serviceLicense\": null,\n            \"originDomain\": null,\n            \"fullyApproved\": true\n        }\n    ]\n}"}],"_postman_id":"7455a827-1fa7-4ac4-9950-3d23fe290213"},{"name":"Update Azure VXC (v3)","id":"08b0f907-0234-4653-ac95-31f766a81037","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"{\n   \"name\": \"Updated Azure VXC name\",\n   \"rateLimit\": 500,\n   \"term\": 12,\n   \"aEndInnerVlan\": 222,\n   \"bEndInnerVlan\": 222,\n   \"costCentre\": \"New reference for invoice\"\n}"},"url":"{{baseUrl}}/v3/product/vxc/{productUid}","description":"<p>You can update the VXC for an Azure cloud connection. Specify the VXC in the endpoint by the <code>productUid</code>.</p>\n<p>For Azure connection to a MVE, you can update the following parameters:</p>\n<ul>\n<li><p><code>name</code> - Customer name for the connection - this name appears in the Portal.</p>\n</li>\n<li><p><code>rateLimit</code> - The speed of the connection (in Mbps).</p>\n</li>\n<li><p><code>term</code> - You can update the VXC term under certain circumstances. Valid values are 1, 12, 24, 36, 48, and 60 months. See the rules in <a href=\"https://dev.megaport.com/#4293df4a-545d-45a2-bfa1-90f41df13160\">Update VXC</a> for more details.</p>\n</li>\n<li><p><code>aEndInnerVlan / bEndInnerVlan</code> - A unique VLAN ID for this connection. Values can range from 2 to 4093. If this value is 0, the system allocates a valid VLAN.</p>\n</li>\n<li><p><code>costCentre</code> - A customer reference number to be included in billing information and invoices.</p>\n</li>\n</ul>\n<p>The update request only needs to include the parameters you want to change.</p>\n<p><strong>Note:</strong> If using the Azure Single VLAN peering option when the VXC was created, you must specify the aEndInnerVlan and bEndInnerVlan as the same values when making changes. If not using the Azure Single VLAN peering option when the VXC was created, only aEndInnerVlan is required.</p>\n","urlObject":{"path":["v3","product","vxc","{productUid}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"04851803-e6e6-4656-8139-23d5e3969abc","name":"Update Azure VXC (v3)","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"{\n   \"name\": \"Updated Azure VXC name\",\n   \"costCentre\": \"New reference for invoice\",\n   \"rateLimit\": 500,\n   \"aEndInnerVlan\": 222,\n   \"bEndInnerVlan\": 222\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/product/vxc/6cf7199e-a273-4352-97f7-3a772bc492e4"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 31 Mar 2023 07:44:36 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1619"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"UOW","value":"0260fe9d-af22-4302-bfc2-9706735e39ab"},{"key":"Location","value":"http://localhost:8080/v2/product/6cf7199e-a273-4352-97f7-3a772bc492e4"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"VXC 155735 has been updated\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": {\n        \"serviceName\": \"Updated Azure VXC name\",\n        \"name\": \"Updated Azure VXC name\",\n        \"secondaryName\": null,\n        \"technicalServiceId\": 155735,\n        \"technicalServiceUid\": \"6cf7199e-a273-4352-97f7-3a772bc492e4\",\n        \"requestedDate\": 1680246964320,\n        \"configuredDate\": 1680247022528,\n        \"currentEstimatedDelivery\": null,\n        \"companyName\": \"Megaport Lab\",\n        \"companyId\": 1153,\n        \"billingContactName\": null,\n        \"billingContactId\": null,\n        \"adminContactName\": null,\n        \"adminContactId\": null,\n        \"technicalContactName\": null,\n        \"technicalContactId\": null,\n        \"salesName\": null,\n        \"salesId\": null,\n        \"billableId\": 147640,\n        \"billableUsageAlgorithm\": null,\n        \"productType\": \"VXC\",\n        \"provisioningStatus\": \"LIVE\",\n        \"failedReason\": null,\n        \"inAdvanceBillingStatus\": null,\n        \"provisioningItems\": [],\n        \"tags\": [],\n        \"vxcDistanceBand\": \"METRO\",\n        \"intercapPath\": \"\",\n        \"marketplaceVisibility\": true,\n        \"vxcPermitted\": true,\n        \"vxcAutoApproval\": false,\n        \"createDate\": 1680246964352,\n        \"terminationDate\": null,\n        \"contractStartDate\": null,\n        \"contractTermMonths\": 1,\n        \"rateType\": \"MONTHLY\",\n        \"trialAgreement\": false,\n        \"payerCompanyId\": null,\n        \"nonPayerCompanyId\": null,\n        \"minimumSpeed\": null,\n        \"maximumSpeed\": null,\n        \"rateLimit\": 500,\n        \"errorMessage\": null,\n        \"costCentre\": \"New reference for invoice\",\n        \"market\": \"Australia\",\n        \"accountManager\": null,\n        \"promptUid\": null,\n        \"components\": [],\n        \"attributes\": [],\n        \"aLocation\": null,\n        \"bLocation\": null,\n        \"aLocationId\": null,\n        \"bLocationId\": null,\n        \"attributeTags\": {},\n        \"createdBy\": \"f39b8983-256e-4643-adec-9f0b5da09ab7\",\n        \"buyoutPort\": null,\n        \"virtual\": false,\n        \"locked\": false,\n        \"adminLocked\": false,\n        \"bgpShutdownDefault\": false,\n        \"originDomain\": null\n    }\n}"}],"_postman_id":"08b0f907-0234-4653-ac95-31f766a81037"}],"id":"1f71703d-ef9f-4e14-b25f-814376f6f826","description":"<p>Before you can connect to Azure, you need to set up an ExpressRoute circuit in the Azure console. When set up, you receive a service key with connection details. To configure your MVE connection to Azure, you look up the service key details and then create VXCs to the Azure ports.</p>\n<p>Look up Azure locations for the B-End of the connection with the <code>v2/dropdowns/partner/megaports</code> endpoint.</p>\n<p>For more information about Azure and MVE, see <a href=\"https://docs.megaport.com/api/api-mve-vxc-azure/\">Creating a VXC between an MVE and Microsoft Azure with the API</a>.</p>\n","_postman_id":"1f71703d-ef9f-4e14-b25f-814376f6f826"},{"name":"Google Cloud","item":[{"name":"Look Up Google Pairing Key","id":"495e0efd-f11a-4437-bcf7-a00ef72953e4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v2/secure/google/{pairing_key}","description":"<p>The first step when ordering Google Cloud service is to use the pairing key and ensure there is a free port for a connection.</p>\n<p>In the lookup response, available ports are listed as <code>\"vxc\":null</code> and ports with an assigned value are not available.</p>\n<p>Google requires that the bandwidth on the VXC matches one of the predefined bandwidths in the list returned by the pairing key lookup.</p>\n","urlObject":{"path":["v2","secure","google","{pairing_key}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"87f22acd-0967-40c7-97fd-6119a3384e47","name":"Look Up Google Pairing Key","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v2/secure/google/246bf9c3-34b5-49f3-b8d9-73c04399673c/australia-southeast1/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 29 Mar 2023 08:13:49 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"756"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"UOW","value":"403cff97-f794-4829-9e0d-981a21b7a3d6"},{"key":"ETag","value":"\"045b06a230ed379e7b4ae6d2cf79c488d\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Successful lookup\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": {\n        \"bandwidths\": [\n            50,\n            100,\n            200,\n            300,\n            400,\n            500,\n            1000,\n            2000,\n            5000,\n            10000,\n            20000\n        ],\n        \"megaports\": [\n            {\n                \"productId\": 81456,\n                \"productUid\": \"4aaf6946-6166-4f41-b726-b388aad98fcb\",\n                \"name\": \"Sydney (syd-zone1-1660)\",\n                \"nServiceId\": 181638,\n                \"description\": \"Google Inc at NextDC S1\",\n                \"companyId\": 90,\n                \"companyUid\": \"29ba879b-45c8-48eb-bd97-618d0f20ea04\",\n                \"companyName\": \"Google Inc\",\n                \"portSpeed\": 100000,\n                \"locationId\": 10,\n                \"state\": \"NSW\",\n                \"country\": \"Australia\",\n                \"port\": 81456,\n                \"vxc\": null\n            }\n        ],\n        \"resource_type\": \"csp_connection\",\n        \"ports\": [\n            {\n                \"service_id\": 28350,\n                \"vxc_service_ids\": []\n            },\n            {\n                \"service_id\": 90779,\n                \"vxc_service_ids\": []\n            },\n            {\n                \"service_id\": 181638,\n                \"vxc_service_ids\": []\n            }\n        ]\n    }\n}"}],"_postman_id":"495e0efd-f11a-4437-bcf7-a00ef72953e4"},{"name":"Create VXC to Google Cloud (v3)","id":"a139ae26-1c7e-4f72-936a-53a57d36e5aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"[\n {\n  \"productUid\": \"{{mveid}}\",\n  \"associatedVxcs\": [\n   {\n    \"productName\": \"Test Google MVE VXC\",\n    \"rateLimit\": 100,\n    \"term\": 12,\n    \"shutdown\": false,\n    \"promoCode\": \"promox3mnthfree2\",\n    \"aEnd\": {\n      \"innerVlan\": 0\n    },\n    \"bEnd\": {\n      \"productUid\": \"{{googlePortUid}}\",\n      \"partnerConfig\": {\n        \"connectType\": \"GOOGLE\",\n        \"pairingKey\": \"{{pairing_key}}\"\n      }\n    }\n   }\n  ]\n }\n]"},"url":"{{baseUrl}}/v3/networkdesign/buy","description":"<p>Orders the VXC to Google Cloud from the MVE and sends the information to the provisioning system for processing. This request commits the order.</p>\n<p>You specify the configuration details in the Body of the request. The first <code>productUid</code> identifies the MVE id and the <code>bEnd: productUid</code> identifies the Google Cloud location from the pairing key. You also need to provide your Google pairing key in the request.</p>\n<p><code>term</code> is the contract term for the VXC. Valid values are 1, 12, 24, 36, 48, and 60 months. If <code>term</code> is not provided when ordering a VXC, it defaults to 1 (No Minimum Term).</p>\n<p><code>shutdown</code> will temporarily shut down and re-enable the VXC. Valid values are <code>true</code> (shut down) and <code>false</code> (enabled). If not provided, it defaults to <code>false</code> (enabled).</p>\n<p><code>promoCode</code> is an optional string that can be used to enter a promotional code for the service order. The code is not validated, so if the code doesn’t exist or doesn’t work for the service, the call will still be successful.</p>\n<p>Only the aEnd innerVlan needs to be specified in the request.</p>\n<p><strong>Tip:</strong> To test your request before you order and see pricing details, use the <code>/v3/networkdesign/validate</code> endpoint with the same Body configuration.</p>\n","urlObject":{"path":["v3","networkdesign","buy"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"1fc44ea5-2612-4816-a110-35e30d433486","name":"Create VXC to Google Cloud (v3)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"[\n {\n  \"productUid\": \"8acc7925-4fda-45a3-a955-ce5d89c59593\",\n  \"associatedVxcs\": [\n   {\n    \"productName\": \"Test Google MVE VXC\",\n    \"rateLimit\": 100,\n    \"aEnd\": {\n      \"innerVlan\": 0\n    },\n    \"bEnd\": {\n      \"productUid\": \"4aaf6946-6166-4f41-b726-b388aad98fcb\",\n      \"partnerConfig\": {\n        \"connectType\": \"GOOGLE\",\n        \"pairingKey\": \"246bf9c3-34b5-49f3-b8d9-73c04399673c/australia-southeast1/1\"\n      }\n    }\n   }\n  ]\n }\n]","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/networkdesign/buy"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 29 Mar 2023 08:17:59 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"3194"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Set-Cookie","value":"JSESSIONID=D1077052B5762B89D42475837763B4C0; Path=/; HttpOnly"},{"key":"UOW","value":"4c2abb81-c69f-43a5-9b42-0687c455f624"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"VXC [6516dd8a-6558-4867-aa38-20830ea89cbb] created.\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"createDate\": 1680077872960,\n            \"vxcOrderId\": 113661,\n            \"payerMegaPortId\": 155247,\n            \"nonPayerMegaPortId\": 81456,\n            \"payerMegaPortName\": \"Greg MVE\",\n            \"nonPayerMegaPortName\": \"Sydney (syd-zone1-1660)\",\n            \"payerCompanyId\": 1153,\n            \"nonPayerCompanyId\": 90,\n            \"payerLocationId\": 2,\n            \"nonPayerLocationId\": 10,\n            \"salesId\": null,\n            \"payerCompanyName\": \"Megaport Lab\",\n            \"nonPayerCompanyName\": \"Google Inc\",\n            \"payerMegaPortNsId\": 398160,\n            \"nonPayerMegaPortNsId\": 181638,\n            \"payerVlanId\": 0,\n            \"nonPayerVlanId\": 0,\n            \"payerInnerVlanId\": 0,\n            \"nonPayerInnerVlanId\": null,\n            \"payerApproverName\": \"Greg Brown\",\n            \"payerApproverId\": 50402,\n            \"nonPayerApproverName\": \"Greg Brown\",\n            \"nonPayerApproverId\": 50402,\n            \"payerApproval\": 1680077872920,\n            \"nonPayerApproval\": 1680077872944,\n            \"fixedTerm\": true,\n            \"duration\": 1,\n            \"rollover\": true,\n            \"serviceName\": \"from Greg MVE to Sydney (syd-zone1-1660)\",\n            \"payerStatus\": \"APPROVED\",\n            \"nonPayerStatus\": \"APPROVED\",\n            \"speed\": 100,\n            \"distanceBand\": \"METRO\",\n            \"intercapPath\": \"\",\n            \"awsId\": null,\n            \"promoCode\": null,\n            \"dealUid\": null,\n            \"rateType\": \"MONTHLY\",\n            \"vxcJTechnicalServiceId\": 155249,\n            \"vxcJTechnicalServiceUid\": \"6516dd8a-6558-4867-aa38-20830ea89cbb\",\n            \"provisionDate\": 1680077872914,\n            \"orderType\": \"NEW\",\n            \"monthlyDiscountAmount\": null,\n            \"discountMonths\": null,\n            \"amazonDirectConnectConfigDto\": null,\n            \"amsixConnectConfigDto\": null,\n            \"webAirProvItem\": null,\n            \"sdrcProvItem\": null,\n            \"rate\": null,\n            \"setup\": null,\n            \"asn\": null,\n            \"bgpPassword\": null,\n            \"usageAlgorithm\": \"POST_PAID_HOURLY_SPEED_METRO_VXC\",\n            \"costCentre\": null,\n            \"azureServiceKey\": null,\n            \"oracleVirtualCircuitId\": null,\n            \"serviceKey\": null,\n            \"vxc\": {\n                \"serviceName\": \"Test Google MVE VXC\",\n                \"name\": \"Test Google MVE VXC\",\n                \"secondaryName\": null,\n                \"technicalServiceId\": 155249,\n                \"technicalServiceUid\": \"6516dd8a-6558-4867-aa38-20830ea89cbb\",\n                \"requestedDate\": 1680077872914,\n                \"configuredDate\": null,\n                \"currentEstimatedDelivery\": null,\n                \"companyName\": \"Megaport Lab\",\n                \"companyId\": 1153,\n                \"billingContactName\": null,\n                \"billingContactId\": null,\n                \"adminContactName\": null,\n                \"adminContactId\": null,\n                \"technicalContactName\": null,\n                \"technicalContactId\": null,\n                \"salesName\": null,\n                \"salesId\": null,\n                \"billableId\": 147194,\n                \"billableUsageAlgorithm\": null,\n                \"productType\": \"VXC\",\n                \"provisioningStatus\": \"DEPLOYABLE\",\n                \"failedReason\": null,\n                \"inAdvanceBillingStatus\": null,\n                \"provisioningItems\": [],\n                \"tags\": [],\n                \"vxcDistanceBand\": \"METRO\",\n                \"intercapPath\": \"\",\n                \"marketplaceVisibility\": true,\n                \"vxcPermitted\": true,\n                \"vxcAutoApproval\": false,\n                \"createDate\": 1680077872938,\n                \"terminationDate\": null,\n                \"contractStartDate\": null,\n                \"contractTermMonths\": 1,\n                \"rateType\": \"MONTHLY\",\n                \"trialAgreement\": false,\n                \"payerCompanyId\": null,\n                \"nonPayerCompanyId\": null,\n                \"minimumSpeed\": null,\n                \"maximumSpeed\": null,\n                \"rateLimit\": 100,\n                \"errorMessage\": null,\n                \"market\": \"Australia\",\n                \"accountManager\": null,\n                \"promptUid\": null,\n                \"components\": [],\n                \"attributes\": [],\n                \"aLocation\": null,\n                \"bLocation\": null,\n                \"aLocationId\": null,\n                \"bLocationId\": null,\n                \"attributeTags\": {},\n                \"createdBy\": \"f39b8983-256e-4643-adec-9f0b5da09ab7\",\n                \"buyoutPort\": null,\n                \"virtual\": false,\n                \"locked\": false,\n                \"adminLocked\": false,\n                \"bgpShutdownDefault\": false,\n                \"originDomain\": null\n            },\n            \"connectType\": \"GOOGLE\",\n            \"payerConfig\": {},\n            \"nonPayerConfig\": {},\n            \"attributeTags\": {},\n            \"serviceLicense\": null,\n            \"originDomain\": null,\n            \"fullyApproved\": true\n        }\n    ]\n}"}],"_postman_id":"a139ae26-1c7e-4f72-936a-53a57d36e5aa"},{"name":"Update Google VXC (v3)","id":"d40ac0b1-aa77-45a3-b723-a1fc6e3fc937","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"{\n   \"name\": \"Updated VXC name\",\n   \"rateLimit\": 50,\n   \"term\": 12,\n   \"aEndInnerVlan\": 300,\n   \"costCentre\": \"Service level reference\"\n}"},"url":"{{baseUrl}}/v3/product/vxc/{productUid}","description":"<p>You can update the VXC for a Google cloud connection. Specify the VXC in the endpoint by its <code>productUid</code>.</p>\n<p>For a Google cloud connection, you can update the following parameters:</p>\n<ul>\n<li><p><code>name</code> - Customer name for the connection - this name appears in the Portal.</p>\n</li>\n<li><p><code>rateLimit</code> - The Google VXC speed must be one of the following values: 50, 100, 200, 300, 400, 500, 1G and if the port speed is above 1G then 2G, 5G, or 10G and 100G Ports can support 20G connections.</p>\n</li>\n<li><p><code>term</code> - You can update the VXC term under certain circumstances. Valid values are 1, 12, 24, 36, 48, and 60 months. See the rules in <a href=\"https://dev.megaport.com/#4293df4a-545d-45a2-bfa1-90f41df13160\">Update VXC</a> for more details.</p>\n</li>\n<li><p><code>aEndInnerVlan</code> - A unique VLAN ID for this connection. Values can range from 2 to 4093. If this value is 0, the system allocates a valid inner VLAN.</p>\n</li>\n<li><p><code>costCentre</code> - A customer reference number to be included in billing information and invoices.</p>\n</li>\n</ul>\n<p>The update request only needs to include the parameters you want to change.</p>\n","urlObject":{"path":["v3","product","vxc","{productUid}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"441aeec0-a572-44c2-a004-b614dd47375d","name":"Update Google VXC (v3)","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"{\n   \"name\": \"Updated VXC name\",\n   \"costCentre\": \"Service level reference\",\n   \"rateLimit\": 50,\n   \"aEndInnerVlan\": 300\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/product/vxc/d7f18e87-4e93-4138-8b39-57929c83cb28"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 31 Mar 2023 05:48:49 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1597"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"UOW","value":"7c04bc15-5119-4000-8470-6a056137f72c"},{"key":"Location","value":"http://localhost:8080/v2/product/d7f18e87-4e93-4138-8b39-57929c83cb28"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"VXC 154522 has been updated\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": {\n        \"serviceName\": \"Updated VXC name\",\n        \"name\": \"Updated VXC name\",\n        \"secondaryName\": null,\n        \"technicalServiceId\": 154522,\n        \"technicalServiceUid\": \"d7f18e87-4e93-4138-8b39-57929c83cb28\",\n        \"requestedDate\": 1679500072095,\n        \"configuredDate\": 1679500145603,\n        \"currentEstimatedDelivery\": null,\n        \"companyName\": \"Megaport Lab\",\n        \"companyId\": 1153,\n        \"billingContactName\": null,\n        \"billingContactId\": null,\n        \"adminContactName\": null,\n        \"adminContactId\": null,\n        \"technicalContactName\": null,\n        \"technicalContactId\": null,\n        \"salesName\": null,\n        \"salesId\": null,\n        \"billableId\": 146534,\n        \"billableUsageAlgorithm\": null,\n        \"productType\": \"VXC\",\n        \"provisioningStatus\": \"LIVE\",\n        \"failedReason\": null,\n        \"inAdvanceBillingStatus\": null,\n        \"provisioningItems\": [],\n        \"tags\": [],\n        \"vxcDistanceBand\": \"METRO\",\n        \"intercapPath\": \"\",\n        \"marketplaceVisibility\": true,\n        \"vxcPermitted\": true,\n        \"vxcAutoApproval\": false,\n        \"createDate\": 1679500072128,\n        \"terminationDate\": null,\n        \"contractStartDate\": null,\n        \"contractTermMonths\": 1,\n        \"rateType\": \"MONTHLY\",\n        \"trialAgreement\": false,\n        \"payerCompanyId\": null,\n        \"nonPayerCompanyId\": null,\n        \"minimumSpeed\": null,\n        \"maximumSpeed\": null,\n        \"rateLimit\": 50,\n        \"errorMessage\": null,\n        \"costCentre\": \"Service level reference\",\n        \"market\": \"UK\",\n        \"accountManager\": null,\n        \"promptUid\": null,\n        \"components\": [],\n        \"attributes\": [],\n        \"aLocation\": null,\n        \"bLocation\": null,\n        \"aLocationId\": null,\n        \"bLocationId\": null,\n        \"attributeTags\": {},\n        \"createdBy\": \"b0dedbd2-ecc7-4bad-a13b-6c34b4005115\",\n        \"buyoutPort\": null,\n        \"virtual\": false,\n        \"locked\": false,\n        \"adminLocked\": false,\n        \"bgpShutdownDefault\": false,\n        \"originDomain\": null\n    }\n}"}],"_postman_id":"d40ac0b1-aa77-45a3-b723-a1fc6e3fc937"}],"id":"63d340e1-5bd0-49fa-a44d-ed18a92d7c97","description":"<p>You can connect to Google Cloud services through a VXC from your MVE. Configuration is a two step process: first, you look up connection details with the Google pairing key and then you create the VXC.</p>\n<p><strong>Note:</strong> Before you can create a connection to Google Cloud, you need to create a Partner Interconnect attachment in Google Cloud Console or gcloud CLI. As part of the attachment creation, you are provided a pairing key that contains the Google connection details.</p>\n<p>For more information about Google Cloud and MVE, see <a href=\"https://docs.megaport.com/api/api-mve-vxc-google/\">Creating a VXC between an MVE and Google Cloud with the API</a> in the Megaport documentation.</p>\n","_postman_id":"63d340e1-5bd0-49fa-a44d-ed18a92d7c97"}],"id":"8df5de30-168c-4ee0-b8a3-ba77fc917dd5","description":"<p>This topic steps through the API procedure to create a VXC from an MVE to a Cloud Service Provider (CSP).</p>\n","_postman_id":"8df5de30-168c-4ee0-b8a3-ba77fc917dd5"}],"id":"d8aeeca8-2a8e-4430-a043-749e4de2b0ce","description":"<p>Megaport partners with the leading cloud service providers to make it easy for you to set up a VXC directly into your cloud infrastructure.</p>\n<p>We currently offer automated configuration and connection to the following partners:</p>\n<ul>\n<li><p>3DS Outscale</p>\n</li>\n<li><p>Alibaba Cloud</p>\n</li>\n<li><p>Amazon Web Services (DirectConnect)</p>\n</li>\n<li><p>Microsoft Azure (ExpressRoute)</p>\n</li>\n<li><p>Google</p>\n</li>\n<li><p>IBM (Direct Link)</p>\n</li>\n<li><p>Oracle (FastConnect)</p>\n</li>\n<li><p>Salesforce (Express Connect)</p>\n</li>\n<li><p>SAP</p>\n</li>\n</ul>\n<p>Each cloud partner has a different way of configuring their services, and we describe each one in this section.</p>\n<p><strong>Note:</strong> Megaport offers connections to additional cloud providers not included in the API documentation. See <a href=\"https://docs.megaport.com\">Megaport Documentation</a> for more details.</p>\n<p>Before creating a VXC to a cloud partner, identify the Port to use for the B-End of the connection.</p>\n<p>For AWS, use the <code>/v2/dropdowns/partner/megaports</code> endpoint to view the list of available Ports. Look for Ports with a connectType of AWS or AWSHC.</p>\n<p>For Microsoft Azure, Google Cloud, Oracle Cloud, and other cloud service providers, you create the virtual network or circuit in the partner’s portal and then generate a service key. The service key will contain the Port details for the B-End.</p>\n<p>After identifying a B-End details, complete the VXC configuration by updating the Body of the request with partner-specific data, such as the B-End <code>productUid</code>.</p>\n<p>Here is a sample <code>partnerConfig</code>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">\"bEnd\": {\n     \"productUid\": \"6cc21ccb-5ecc-4869-ab0e-b3fa17f5110f\", \n     \"partnerConfig\": {\n          \"connectType\": \"AWS\",\n          \"name\": \"Amazon name for service\",\n          \"type\": \"private\",\n          \"asn\": 65105,\n          \"amazonAsn\": 64555,\n          \"ownerAccount\": \"{{AWSAccount}}\",\n          \"authKey\": \"123456\",\n          \"prefixes\": \"10.0.1.0/24\",\n          \"customerIpAddress\": null,\n          \"amazonIpAddress\": null\n     }\n}\n\n</code></pre>\n<h2 id=\"smart-port-balancing\">Smart port balancing</h2>\n<p>When a CSP partner port fills, VXC orders are blocked or fail. To prevent that issue, the Megaport API supports a smart port balancing feature that automatically and evenly distributes new customer VXCs across multiple CSP partner ports in the same location.</p>\n<p>If your VXC has been balanced to another CSP port, the B-End ID of the VXC will be different than originally requested (check the Product Details section to learn how to review product details).</p>\n<p><strong>Note:</strong> The feature is only supported for AWS and Google.</p>\n","_postman_id":"d8aeeca8-2a8e-4430-a043-749e4de2b0ce"},{"name":"Megaport Cloud Router (MCR)","item":[{"name":"Validate MCR Order (v3)","id":"a58898d8-4f2a-42e9-9d31-2449f9588266","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"[\n    {\n        \"locationId\": 60,\n        \"productName\": \"Test MCR\",\n        \"productType\": \"MCR2\",\n        \"config\": {\n            \"diversityZone\": \"red\"\n        },\n        \"portSpeed\": 1000,\n        \"virtual\": false,\n        \"market\": \"US\",\n        \"costCentre\": \"Optional finance reference\",\n        \"promoCode\": \"promox3mnthfree2\",\n        \"addOns\": {\n            \"addOnType\": \"IP_SEC\",\n            \"tunnelCount\": 10,\n            \"packCount\": 1\n    }\n    \n] "},"url":"{{baseUrl}}/v3/networkdesign/validate","description":"<p>Validates the request and ensures all parameters are within range and acceptable to the provisioning system.</p>\n<p>A successful validation request returns pricing details. This request does not commit the order.</p>\n","urlObject":{"path":["v3","networkdesign","validate"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"d7ea4d3e-edfb-4bd5-9b16-0299381612dc","name":"Validate MCR Order (v3)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"[\n    {\n        \"locationId\": 60,\n        \"productName\": \"Test MCR\",\n        \"productType\": \"MCR2\",\n        \"config\": {\n            \"diversityZone\": \"red\"\n        },\n        \"portSpeed\": 1000,\n        \"virtual\": false,\n        \"market\": \"US\",\n        \"costCentre\": \"Optional finance reference\",\n        \"promoCode\": \"promox3mnthfree2\",\n        \"addOns\": {\n            \"addOnType\": \"IP_SEC\",\n            \"tunnelCount\": 10    \n        }\n    }\n    \n] ","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/networkdesign/validate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 18 Sep 2025 00:41:31 GMT"},{"key":"Content-Type","value":"application/json","description":""},{"key":"Content-Length","value":"688"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amzn-Trace-Id","value":"Root=1-68cb553b-73e80bb15cb4475a1790bf10"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Server-Timing","value":"app;dur=371"},{"key":"X-Xss-Protection","value":"1 ; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"trace-id","value":"5370776f3da2729bed5319293c7d93b5"},{"key":"X-Robots-Tag","value":"noindex"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Validation passed\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"price\": {\n                \"hourlySetup\": 0,\n                \"dailySetup\": 0,\n                \"monthlySetup\": 0,\n                \"hourlyRate\": 0,\n                \"dailyRate\": 0,\n                \"monthlyRate\": 600,\n                \"fixedRecurringCharge\": 0,\n                \"postPaidBaseRate\": \"no base rate\",\n                \"longHaulMbpsRate\": 0.6,\n                \"mbpsRate\": 0.6,\n                \"currency\": \"USD\",\n                \"key\": \"no key\",\n                \"productType\": \"MCR2\",\n                \"discounts\": [\n                    {\n                        \"discountReason\": \"TERM\",\n                        \"amount\": 0,\n                        \"percentageAmount\": null\n                    }\n                ],\n                \"monthlyRackRate\": 600,\n                \"priceBookVersionId\": 2176,\n                \"empty\": false\n            },\n            \"serviceName\": \"Test MCR\",\n            \"productType\": \"MCR2\",\n            \"productUid\": \"ee9e1cd0-5e3e-410b-acdb-e995cbccf4ee\",\n            \"market\": \"US\",\n            \"string\": \"Los Angeles\"\n        }\n    ]\n}"}],"_postman_id":"a58898d8-4f2a-42e9-9d31-2449f9588266"},{"name":"Buy MCR (v3)","id":"291cb695-a0bc-4574-9e1c-1eb0e7346a28","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"[\n    {\n        \"locationId\":60,\n        \"term\": 12,\n        \"promoCode\": \"promox3mnthfree2\",\n        \"productName\":\"Test MCR\",\n        \"productType\":\"MCR2\",\n        \"portSpeed\":2500,\n        \"config\": {\n           \"mcrAsn\": 133937,\n           \"diversityZone\": \"red\"\n        },\n        \"addOns\": {\n            \"addOnType\": \"IP_SEC\",\n            \"tunnelCount\": 10,\n            \"packCount\": 1\n    \n        }\n    }\n]"},"url":"{{baseUrl}}/v3/networkdesign/buy","description":"<p>Orders the MCR and submits the configuration details to the provisioning system for processing. This request commits the order.</p>\n<p>MCR2 supports these speeds:</p>\n<ul>\n<li><p><code>1000</code> (1000 Mbps)</p>\n</li>\n<li><p><code>2500</code> (2500 Mbps)</p>\n</li>\n<li><p><code>5000</code> (5000 Mbps)</p>\n</li>\n<li><p><code>10000</code> (10000 Mbps)</p>\n</li>\n</ul>\n<p><strong>Note:</strong> An ASN value is required only if you don’t want to use the Megaport default ASN of 133937.</p>\n<p>All MCRs are allocated to a diversity zone. Use the <code>diversityZone</code> parameter to allocate a preferred diversity zone. If the parameter is not provided, a diversity zone will be allocated automatically.</p>\n<p><code>term</code> is the contract term for the MCR. Valid values are 1, 12, 24, 36, 48, and 60 months. If <code>term</code> is not provided when ordering an MCR, it defaults to 1 (No Minimum Term).</p>\n<p><code>promoCode</code> is an optional string that can be used to enter a promotional code for the service order. The code is not validated, so if the code doesn’t exist or doesn’t work for the service, the call will still be successful.</p>\n<p><code>addOns</code> is an optional array that can be used to enable IPsec on an MCR. Specify the add-on type of \"IP_SEC\" and define the number of tunnels. Currently, the maximum number of tunnels allowed is 30. You can also specify a <code>packCount</code>, which defaults to <code>1</code> if not provided.</p>\n","urlObject":{"path":["v3","networkdesign","buy"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"b35e353e-ea36-401e-b4b0-aef74c87e89a","name":"Buy MCR (v3)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"[\n    {\n        \"locationId\":320,\n        \"term\": 1,\n        \"productName\":\"DCO-MEGA-RT-01\",\n        \"productType\":\"MCR2\",\n        \"portSpeed\":2500,\n        \"config\": {\n          \"mcrAsn\": 133937,\n          \"diversityZone\": \"red\"\n        },\n        \"addOns\": {\n            \"addOnType\": \"IP_SEC\",\n            \"tunnelCount\": 10    \n        }\n    }\n]","options":{"raw":{"language":"json"}}},"url":"https://api-staging.megaport.com/v3/networkdesign/buy"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 09 Jun 2022 21:38:43 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"1606"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Set-Cookie","value":"JSESSIONID=CC2187928218F539371549AAF68FA4A2; Path=/; HttpOnly"},{"key":"UOW","value":"bf908127-9337-4c37-a7b9-502841e963ff"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"MCR2 [38409ffc-d2d6-4b09-bfaa-0710c94ae4b4] created.\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"serviceName\": \"DCO-MEGA-RT-01\",\n            \"name\": \"DCO-MEGA-RT-01\",\n            \"secondaryName\": null,\n            \"technicalServiceId\": 124222,\n            \"technicalServiceUid\": \"38409ffc-d2d6-4b09-bfaa-0710c94ae4b4\",\n            \"requestedDate\": 1654810720930,\n            \"configuredDate\": null,\n            \"currentEstimatedDelivery\": null,\n            \"companyName\": \"Megaport Lab\",\n            \"companyId\": 1153,\n            \"aggregationId\": null,\n            \"lagPrimary\": false,\n            \"billingContactName\": null,\n            \"billingContactId\": null,\n            \"adminContactName\": null,\n            \"adminContactId\": null,\n            \"technicalContactName\": null,\n            \"technicalContactId\": null,\n            \"salesName\": null,\n            \"salesId\": null,\n            \"billableId\": 119244,\n            \"billableUsageAlgorithm\": null,\n            \"productType\": \"MCR2\",\n            \"provisioningStatus\": \"DEPLOYABLE\",\n            \"failedReason\": null,\n            \"inAdvanceBillingStatus\": null,\n            \"provisioningItems\": [],\n            \"tags\": [],\n            \"vxcDistanceBand\": null,\n            \"intercapPath\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"createDate\": 1654810720930,\n            \"terminationDate\": null,\n            \"contractStartDate\": null,\n            \"contractTermMonths\": 1,\n            \"rateType\": \"MONTHLY\",\n            \"trialAgreement\": false,\n            \"payerCompanyId\": null,\n            \"nonPayerCompanyId\": null,\n            \"minimumSpeed\": null,\n            \"maximumSpeed\": null,\n            \"rateLimit\": 2500,\n            \"errorMessage\": null,\n            \"market\": \"USA\",\n            \"accountManager\": null,\n            \"promptUid\": null,\n            \"components\": [],\n            \"attributes\": [],\n            \"aLocation\": \"den-cs1\",\n            \"bLocation\": null,\n            \"aLocationId\": 320,\n            \"bLocationId\": null,\n            \"attributeTags\": {},\n            \"createdBy\": \"6223425b-e19c-4337-85e6-dffaac81350c\",\n            \"buyoutPort\": false,\n            \"virtual\": true,\n            \"locked\": false,\n            \"adminLocked\": false,\n            \"bgpShutdownDefault\": false\n        }\n    ]\n}"}],"_postman_id":"291cb695-a0bc-4574-9e1c-1eb0e7346a28"},{"name":"Validate MCR VXC Order (v3)","id":"88537ea2-f3de-49c1-907d-d4037a2082e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"[\n  {\n    \"productUid\": \"f55ceb5d-7278-4458-9bc6-35d61dceda8b\",\n    \"associatedVxcs\": [\n      {\n        \"rateLimit\": 500,\n        \"productName\": \"Test Connection\",\n        \"term\": 12,\n        \"shutdown\": false,\n        \"promoCode\": \"promox3mnthfree2\",\n        \"productUid\": \"5843c2dd-12f2-4c03-9946-158cfeebe73c\",\n        \"aEnd\": {\n          \"partnerConfig\": {\n            \"connectType\": \"VROUTER\",\n            \"interfaces\": [\n              {\n                \"vlan\": null,\n                \"ipMtu\": 5000,\n                \"ipAddresses\": [\n                  \"10.191.0.25/29\"\n                ],\n                \"bgpConnections\": [\n                  {\n                    \"peerAsn\": \"62512\",\n                    \"localIpAddress\": \"10.191.0.25\",\n                    \"peerIpAddress\": \"10.191.0.26\",\n                    \"password\": \"cnn6eaeaETSjvjvjvjv\",\n                    \"localAsn\": 133937,\n                    \"shutdown\": false,\n                    \"description\": \"BGP with MED and BFD enabled\",\n                    \"medIn\": 100,\n                    \"medOut\": 100,\n                    \"bfdEnabled\": true,\n                    \"txInterval\": null,\n                    \"rxInterval\": null,\n                    \"multiplier\": null,\n                    \"importWhitelist\": null,\n                    \"importBlacklist\": null,\n                    \"exportWhitelist\": null,\n                    \"exportBlacklist\": null,\n                    \"exportPolicy\": null,\n                    \"denyExportTo\": [],\n                    \"permitExportTo\": []\n                  },\n                  {\n                    \"peerAsn\": \"62511\",\n                    \"localIpAddress\": \"10.191.0.25\",\n                    \"peerIpAddress\": \"10.191.0.27\",\n                    \"password\": \"cnn23049asdkfj\",\n                    \"localAsn\": 133937,\n                    \"shutdown\": false,\n                    \"description\": \"BGP without MED or BFD\",\n                    \"medIn\": null,\n                    \"medOut\": null,\n                    \"bfdEnabled\": false,\n                    \"txInterval\": null,\n                    \"rxInterval\": null,\n                    \"multiplier\": null,\n                    \"importWhitelist\": null,\n                    \"importBlacklist\": null,\n                    \"exportWhitelist\": null,\n                    \"exportBlacklist\": null,\n                    \"exportPolicy\": null,\n                    \"denyExportTo\": [],\n                    \"permitExportTo\": []\n                  }\n                ],\n                \"ipRoutes\": [\n                  {\n                    \"description\": \"test static route 1\",\n                    \"nextHop\": \"10.191.0.26\",\n                    \"prefix\": \"10.0.0.0/24\"\n                  }\n                ],\n                \"natIpAddresses\": []\n              }\n            ]\n          }\n        },\n        \"bEnd\": {\n          \"productUid\": \"6461f0bc-549a-42c4-ac32-d51a6132f959\",\n          \"partnerConfig\": {\n            \"type\": null,\n            \"name\": \"Test Connection\",\n            \"asn\": \"133937\",\n            \"ownerAccount\": \"684021030471\"\n          }\n        },\n        \"productType\": \"VXC\",\n        \"connectType\": \"AWSHC\"\n      }\n    ]\n  }\n]"},"url":"{{baseUrl}}/v3/networkdesign/validate","description":"<p>Validates the request and ensures all parameters are within range and acceptable to the provisioning system. A successful validation request returns pricing details. This request does not commit the order.</p>\n<p>Customize the Body of the request with the configuration details for the VXC.</p>\n<p>The first <code>productUid</code> identifies the MCR in your Megaport location (A-End) and the <code>bEnd: productUid</code> identifies one of the four destination types: ports, CSPs, Marketplace, or IX.</p>\n<p>The <code>rateLimit</code> can be one of these preset values (in Mbps):<br />50, 100, 200, 300, 400, 500, 1000, 2000, 5000, 10000</p>\n<p><code>term</code> is the contract term for the VXC. Valid values are 1, 12, 24, 36, 48, and 60 months. If <code>term</code> is not provided when ordering a VXC, it defaults to 1 (No Minimum Term).</p>\n<p><code>shutdown</code> will temporarily shut down and re-enable the VXC. Valid values are <code>true</code> (shut down) and <code>false</code> (enabled). If not provided, it defaults to <code>false</code> (enabled).</p>\n<p><code>promoCode</code> is an optional string that can be used to enter a promotional code for the service order. The code is not validated, so if the code doesn’t exist or doesn’t work for the service, the call will still be successful.</p>\n<h4 id=\"enabling-q-in-q\">Enabling Q-in-Q</h4>\n<p>You can enable Q-in-Q for the VXC using the <code>vlan</code> field, inside the <code>interfaces</code> object. When missing or set to <code>null</code>, Q-in-Q will be off (the default). The <code>interfaces</code> configuration is defined in the A/B-End partner config (whichever end is the MCR).</p>\n<p>To enable Q-in-Q, specify a VLAN number between 1 and 4095. The number indicates the inner tag. Enabling Q-in-Q also allows multiple interfaces (each with a different VLAN number). A maximum of 5 interfaces are supported.</p>\n<p>The VLAN must be unique to the VXC (this <code>interfaces</code> object). The same value can be used again on a different VXC on the same MCR.</p>\n<p>The most common use case for enabling Q-in-Q is for connecting to Azure when not using the \"peering vlan\" option.</p>\n<p>The <code>ipAddresses</code> field is the only mandatory field in the <code>interfaces</code> object.</p>\n<h4 id=\"ip-maximum-transmission-unit-mtu\">IP Maximum Transmission Unit (MTU)</h4>\n<p>The <code>ipMtu</code> field allows you to set the largest size (in bytes) of an IP packet that can be sent over the connected VXC.</p>\n<p>You can define jumbo frames above the standard 1500 bytes (MTU), up to a maximum of 9074 bytes, for use in high-performance networks to reduce overhead and improve efficiency.</p>\n<p>The IP MTU value can range from 1280 to 9074. The default value is 1500.</p>\n<h4 id=\"bgp-connections\">BGP connections</h4>\n<p>You can create multiple BGP connections per interface by adding a <code>bgpConnections</code> array to the interfaces array of the A-End partner configuration object. The <code>bgpConnections</code> array has these values:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attribute</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Valid Input</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>peerAsn</code></td>\n<td>The ASN of the remote BGP peer.</td>\n<td>Yes</td>\n<td>Valid ASN - Integers between 1 - 4294967294</td>\n</tr>\n<tr>\n<td><code>localAsn</code></td>\n<td>Local ASN can override the ASN of the MCR for this BGP peer. In most cases it should be left at the default.</td>\n<td>No</td>\n<td>Valid ASN - Integers between 1 - 4294967294  <br />  <br />localAsn cannot be set if peerAsn == mcrAsn  <br />  <br />localAsn cannot match peerAsn if peerAsn != mcrAsn</td>\n</tr>\n<tr>\n<td><code>localIpAddress</code></td>\n<td>The IPv4 or IPv6 address on this interface to use for communication with the BGP peer.</td>\n<td>Yes</td>\n<td>Valid IP address v4/v6. Must be an IP address of the interface</td>\n</tr>\n<tr>\n<td><code>peerIpAddress</code></td>\n<td>The IP address of the BGP peer.</td>\n<td>Yes</td>\n<td>Valid IP address v4/v6</td>\n</tr>\n<tr>\n<td><code>password</code></td>\n<td>A shared key used to authenticate the BGP peer, up to 32 characters.</td>\n<td>No</td>\n<td>0-32 characters</td>\n</tr>\n<tr>\n<td><code>importWhitelist</code></td>\n<td>Inbound prefix filtering using a permit action. MCR applies the prefix filter to inbound BGP route advertisements from the neighbor. Routes not matching the prefixes on this list are denied at the earliest possible point and are never used by the MCR.</td>\n<td>No</td>\n<td>1-100 characters</td>\n</tr>\n<tr>\n<td><code>importBlacklist</code></td>\n<td>Inbound prefix filtering using a deny action. MCR applies the prefix filter to inbound BGP route advertisements from the neighbor. Routes matching the prefixes on this list are blocked. All other prefixes are allowed to enter the MCR routing table.</td>\n<td>No</td>\n<td>1-100 characters</td>\n</tr>\n<tr>\n<td><code>exportWhitelist</code></td>\n<td>Outbound prefix filtering using a permit action. MCR applies the prefix filter to outbound routes. Routes matching the prefix list are advertised to the BGP neighbor and all other routes are filtered.</td>\n<td>No</td>\n<td>1-100 characters</td>\n</tr>\n<tr>\n<td><code>exportBlacklist</code></td>\n<td>Outbound prefix filtering using a deny action. MCR applies the prefix filter to outbound routes. Routes matching the prefix list are blocked from the BGP neighbor and all other routes are advertised.</td>\n<td>No</td>\n<td>1-100 characters</td>\n</tr>\n<tr>\n<td><code>shutdown</code></td>\n<td>By default, BGP connections are enabled and will actively attempt to connect to the peer. Select shutdown to temporarily disable the BGP session without removing it. This can be useful for troubleshooting or testing failover scenarios.</td>\n<td>No</td>\n<td>true/false - Defaults to false</td>\n</tr>\n<tr>\n<td><code>description</code></td>\n<td>Optional description of the BGP connection.</td>\n<td>No</td>\n<td>0-100 characters</td>\n</tr>\n<tr>\n<td><code>medIn</code></td>\n<td>The MED will be applied to all routes received on this BGP connection. Leave blank to use the value received from the BGP peer. The route with the lowest value will be preferred.</td>\n<td>No</td>\n<td>Supports values between 0 and 4,294,967,295</td>\n</tr>\n<tr>\n<td><code>medOut</code></td>\n<td>The MED will be applied to all routes transmitted on this BGP connection. The neighboring autonomous system might prefer the lowest value at their discretion.</td>\n<td>No</td>\n<td>Supports values between 0 and 4,294,967,295</td>\n</tr>\n<tr>\n<td><code>bfdEnabled</code></td>\n<td>Bidirectional Forwarding Detection allows for rapid fault detection on this BGP connection. When connectivity is disrupted the BGP session is torn down without waiting for the BGP hold timer to expire. Use of BFD might improve fail over time when multiple routes are available.</td>\n<td>No</td>\n<td>true/false -  <br />Defaults to false  <br />Optional</td>\n</tr>\n</tbody>\n</table>\n</div><p>The <code>bfd</code> configuration object applies to all BGP connections on the interface that have <code>bfdEnabled = true</code>.</p>\n<p>The default BFD settings cannot be maintained. These settings are configured when you enable BFD (set <code>bfdEnabled = true</code>):</p>\n<ul>\n<li><p>Transmit Interval: 300 milliseconds</p>\n</li>\n<li><p>Receive Interval: 300 milliseconds</p>\n</li>\n<li><p>Multiplier: 3</p>\n</li>\n</ul>\n<p>For more information, see <a href=\"https://docs.megaport.com/mcr/mcr-bgp-advanced/\">Configuring BGP Advanced Settings</a> and <a href=\"https://docs.megaport.com/api/api-mcr-vxc-csp/\">Creating an MCR VXC with the API</a>.</p>\n<h4 id=\"ipsec-tunnels\">IPsec tunnels</h4>\n<p>You can add IPsec tunnels to the interfaces array up to a maximum of 30 tunnels.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attribute</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Valid Input</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>sourceIpAddress</code></td>\n<td>Source IPv4/6 address of IPsec tunnel endpoint which must match a subinterface's address on the VXC</td>\n<td>Yes</td>\n<td>IPv4/6 address</td>\n</tr>\n<tr>\n<td><code>destinationIpAddress</code></td>\n<td>Destination IPv4/6 address of IPsec tunnel endpoint which cannot be 0.0.0.0,:: or a reserved address.</td>\n<td>Yes</td>\n<td>IPv4/6 address</td>\n</tr>\n<tr>\n<td><code>preSharedKey</code></td>\n<td>PSK common to both the IKE2 initiator and responder.</td>\n<td>Yes</td>\n<td>string 8 - 100 characters</td>\n</tr>\n<tr>\n<td><code>passive</code></td>\n<td>If true (the default value) the local MCR is an IPsec responder waiting for the remote to perform IKE2 Initiation.</td>\n<td>Yes</td>\n<td>Boolean</td>\n</tr>\n<tr>\n<td><code>phase1Lifetime</code></td>\n<td>Lifetime of IKE2 session after which rekeying would occur, in seconds. The default value is 28800 seconds (8 hours)</td>\n<td>Yes</td>\n<td>integer  <br />Valid values 3600 .. 604800</td>\n</tr>\n<tr>\n<td><code>phase2Lifetime</code></td>\n<td>Lifetime of IPsec Security Association (SA) after which rekeying would occur, in seconds. It's value must be less than the phase1Lifetime. The default value is 3600 seconds (1 hour).</td>\n<td>Yes</td>\n<td>integer [ 600 .. 86400 ]</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"static-routes\">Static routes</h4>\n<p>You can create multiple static routes per interface by adding an <code>ipRoutes</code> array to the interfaces array of the A-End partner configuration object. An empty <code>ipRoutes</code> array indicates that there are no static routes. The <code>ipRoutes</code> array has these values:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attribute</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Valid Input</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>prefix</code></td>\n<td>IP prefix (V4 &amp; V6) to route to nextHop.</td>\n<td>Yes</td>\n<td>IP prefix v4/v6 - If no mask is presented, the address is treated as a host address (/32).</td>\n</tr>\n<tr>\n<td><code>nextHop</code></td>\n<td>Next Hop address</td>\n<td>Yes</td>\n<td>IP Address v4/v6 - Must be in the same subnet as the interface but not be the interface IP.</td>\n</tr>\n<tr>\n<td><code>description</code></td>\n<td>Optional description of the static route.</td>\n<td>No</td>\n<td>String - Max length 100 characters</td>\n</tr>\n</tbody>\n</table>\n</div><p>For more information, see <a href=\"https://docs.megaport.com/api/api-mcr-vxc-csp/\">Creating an MCR VXC with the API.</a></p>\n","urlObject":{"path":["v3","networkdesign","validate"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"3bb70ce3-7e7e-437c-89ff-1423cab5ed2e","name":"Validate MCR VXC Order (v3)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"[\n  {\n    \"productUid\": \"f55ceb5d-7278-4458-9bc6-35d61dceda8b\",\n    \"associatedVxcs\": [\n      {\n        \"rateLimit\": 500,\n        \"productName\": \"Test Connection\",\n        \"productUid\": \"5843c2dd-12f2-4c03-9946-158cfeebe73c\",\n        \"aEnd\": {\n          \"partnerConfig\": {\n            \"connectType\": \"VROUTER\",\n            \"interfaces\": [\n              {\n                \"vlan\": null,\n                \"ipMtu\": 5000,\n                \"ipAddresses\": [\n                  \"10.191.0.25/29\"\n                ],\n                \"bgpConnections\": [\n                  {\n                    \"peerAsn\": \"62512\",\n                    \"localIpAddress\": \"10.191.0.25\",\n                    \"peerIpAddress\": \"10.191.0.26\",\n                    \"password\": \"cnn6eaeaETSjvjvjvjv\",\n                    \"localAsn\": 133937,\n                    \"shutdown\": false,\n                    \"description\": \"BGP with MED and BFD enabled\",\n                    \"medIn\": 100,\n                    \"medOut\": 100,\n                    \"bfdEnabled\": true,\n                    \"txInterval\": null,\n                    \"rxInterval\": null,\n                    \"multiplier\": null,\n                    \"importWhitelist\": null,\n                    \"importBlacklist\": null,\n                    \"exportWhitelist\": null,\n                    \"exportBlacklist\": null,\n                    \"exportPolicy\": null,\n                    \"denyExportTo\": [],\n                    \"permitExportTo\": []\n                  },\n                  {\n                    \"peerAsn\": \"62511\",\n                    \"localIpAddress\": \"10.191.0.25\",\n                    \"peerIpAddress\": \"10.191.0.27\",\n                    \"password\": \"cnn23049asdkfj\",\n                    \"localAsn\": 133937,\n                    \"shutdown\": false,\n                    \"description\": \"BGP without MED or BFD\",\n                    \"medIn\": null,\n                    \"medOut\": null,\n                    \"bfdEnabled\": false,\n                    \"txInterval\": null,\n                    \"rxInterval\": null,\n                    \"multiplier\": null,\n                    \"importWhitelist\": null,\n                    \"importBlacklist\": null,\n                    \"exportWhitelist\": null,\n                    \"exportBlacklist\": null,\n                    \"exportPolicy\": null,\n                    \"denyExportTo\": [],\n                    \"permitExportTo\": []\n                  }\n                ],\n                \"ipRoutes\": [\n                  {\n                    \"description\": \"test static route 1\",\n                    \"nextHop\": \"10.191.0.26\",\n                    \"prefix\": \"10.0.0.0/24\"\n                  }\n                ],\n                \"natIpAddresses\": []\n              }\n            ]\n          }\n        },\n        \"bEnd\": {\n          \"productUid\": \"6461f0bc-549a-42c4-ac32-d51a6132f959\",\n          \"partnerConfig\": {\n            \"type\": null,\n            \"name\": \"Test Connection\",\n            \"asn\": \"133937\",\n            \"ownerAccount\": \"684021030471\"\n          }\n        },\n        \"productType\": \"VXC\",\n        \"connectType\": \"AWSHC\"\n      }\n    ]\n  }\n]","options":{"raw":{"language":"json"}}},"url":"https://api-staging.megaport.com/v3/networkdesign/validate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 30 Apr 2024 04:56:18 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"649"},{"key":"Connection","value":"keep-alive"},{"key":"vary","value":"Origin"},{"key":"vary","value":"Access-Control-Request-Method"},{"key":"vary","value":"Access-Control-Request-Headers"},{"key":"x-correlation-id","value":"65ac16c274305b92b9bb8b1f2d743c40"},{"key":"x-amzn-trace-id","value":"Root=1-663079ec-39b31b8b570314da64df17ca"},{"key":"trace-id","value":"65ac16c274305b92b9bb8b1f2d743c40"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"set-cookie","value":"JSESSIONID=701816EBC8D9B2477F7DE8B2CD6B59D0; Path=/; HttpOnly"},{"key":"server-timing","value":"app;dur=5865"},{"key":"x-xss-protection","value":"1 ; mode=block"},{"key":"strict-transport-security","value":"max-age=31536000; preload"},{"key":"referrer-policy","value":"no-referrer"},{"key":"content-security-policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"x-download-options","value":"noopen"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Validation passed\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"price\": {\n                \"hourlySetup\": 0,\n                \"dailySetup\": 0,\n                \"monthlySetup\": 0,\n                \"hourlyRate\": 0,\n                \"dailyRate\": 0,\n                \"monthlyRate\": 230633.44,\n                \"fixedRecurringCharge\": 22000,\n                \"postPaidBaseRate\": \"no base rate\",\n                \"longHaulMbpsRate\": 403.12224,\n                \"mbpsRate\": 403.12224,\n                \"currency\": \"JPY\",\n                \"key\": \"no key\",\n                \"productType\": \"VXC\",\n                \"aEndRate\": 0,\n                \"bEndRate\": 14.14464,\n                \"empty\": false\n            },\n            \"serviceName\": \"Test Connection\",\n            \"productType\": \"VXC\",\n            \"productUid\": \"5843c2dd-12f2-4c03-9946-158cfeebe73c\",\n            \"market\": \"JP\",\n            \"string\": \"Tokyo\"\n        }\n    ]\n}"}],"_postman_id":"88537ea2-f3de-49c1-907d-d4037a2082e9"},{"name":"Buy VXC for MCR (v3)","id":"ef76a350-2c99-4b87-85ff-1ff7d2675794","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"[\n  {\n    \"productUid\": \"f55ceb5d-7278-4458-9bc6-35d61dceda8b\",\n    \"associatedVxcs\": [\n      {\n        \"rateLimit\": 500,\n        \"productName\": \"Test Connection\",\n        \"term\": 12,\n        \"shutdown\": false,\n        \"promoCode\": \"promox3mnthfree2\",\n        \"productUid\": \"5843c2dd-12f2-4c03-9946-158cfeebe73c\",\n        \"aEnd\": {\n          \"partnerConfig\": {\n            \"connectType\": \"VROUTER\",\n            \"interfaces\": [\n              {\n                \"vlan\": null,\n                \"ipMtu\": 5000,\n                \"ipAddresses\": [\n                  \"10.191.0.25/29\"\n                ],\n                \"bgpConnections\": [\n                  {\n                    \"peerAsn\": \"62512\",\n                    \"localIpAddress\": \"10.191.0.25\",\n                    \"peerIpAddress\": \"10.191.0.26\",\n                    \"password\": \"cnn6eaeaETSjvjvjvjv\",\n                    \"localAsn\": 133937,\n                    \"shutdown\": false,\n                    \"description\": \"BGP with MED and BFD enabled\",\n                    \"medIn\": 100,\n                    \"medOut\": 100,\n                    \"bfdEnabled\": true,\n                    \"txInterval\": null,\n                    \"rxInterval\": null,\n                    \"multiplier\": null,\n                    \"importWhitelist\": null,\n                    \"importBlacklist\": null,\n                    \"exportWhitelist\": null,\n                    \"exportBlacklist\": null,\n                    \"exportPolicy\": null,\n                    \"denyExportTo\": [],\n                    \"permitExportTo\": []\n                  },\n                  {\n                    \"peerAsn\": \"62511\",\n                    \"localIpAddress\": \"10.191.0.25\",\n                    \"peerIpAddress\": \"10.191.0.27\",\n                    \"password\": \"cnn23049asdkfj\",\n                    \"localAsn\": 133937,\n                    \"shutdown\": false,\n                    \"description\": \"BGP without MED or BFD\",\n                    \"medIn\": null,\n                    \"medOut\": null,\n                    \"bfdEnabled\": false,\n                    \"txInterval\": null,\n                    \"rxInterval\": null,\n                    \"multiplier\": null,\n                    \"importWhitelist\": null,\n                    \"importBlacklist\": null,\n                    \"exportWhitelist\": null,\n                    \"exportBlacklist\": null,\n                    \"exportPolicy\": null,\n                    \"denyExportTo\": [],\n                    \"permitExportTo\": []\n                  }\n                ],\n                \"ipRoutes\": [\n                  {\n                    \"description\": \"test static route 1\",\n                    \"nextHop\": \"10.191.0.26\",\n                    \"prefix\": \"10.0.0.0/24\"\n                  }\n                ],\n                \"natIpAddresses\": []\n              }\n            ]\n          }\n        },\n        \"bEnd\": {\n          \"productUid\": \"6461f0bc-549a-42c4-ac32-d51a6132f959\",\n          \"partnerConfig\": {\n            \"type\": null,\n            \"name\": \"Test Connection\",\n            \"asn\": \"133937\",\n            \"ownerAccount\": \"684021030471\"\n          }\n        },\n        \"productType\": \"VXC\",\n        \"connectType\": \"AWSHC\"\n      }\n    ]\n  }\n]"},"url":"{{baseUrl}}/v3/networkdesign/buy","description":"<p>VXCs provide the connectivity between MCRs and ports and cloud service providers. This endpoint orders the VXC and submits the configuration details to the provisioning system for processing. This request commits the order.</p>\n<p>For more information about the request Body, see <a href=\"https://dev.megaport.com/#88537ea2-f3de-49c1-907d-d4037a2082e9\">Validate MCR VXC Order (v3).</a></p>\n<p>For a worked example of creating an MCR VXC, see <a href=\"https://docs.megaport.com/api/api-mcr-vxc-csp/\">Creating an MCR VXC with the API.</a></p>\n","urlObject":{"path":["v3","networkdesign","buy"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"340f363b-ed02-4053-b7ca-0d690672fc8f","name":"Buy VXC for MCR (v3)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"[\n  {\n    \"productUid\": \"f55ceb5d-7278-4458-9bc6-35d61dceda8b\",\n    \"associatedVxcs\": [\n      {\n        \"rateLimit\": 500,\n        \"productName\": \"Test Connection\",\n        \"productUid\": \"5843c2dd-12f2-4c03-9946-158cfeebe73c\",\n        \"aEnd\": {\n          \"partnerConfig\": {\n            \"connectType\": \"VROUTER\",\n            \"interfaces\": [\n              {\n                \"vlan\": null,\n                \"ipMtu\": 5000,\n                \"ipAddresses\": [\n                  \"10.191.0.25/29\"\n                ],\n                \"bgpConnections\": [\n                  {\n                    \"peerAsn\": \"62512\",\n                    \"localIpAddress\": \"10.191.0.25\",\n                    \"peerIpAddress\": \"10.191.0.26\",\n                    \"password\": \"cnn6eaeaETSjvjvjvjv\",\n                    \"localAsn\": 133937,\n                    \"shutdown\": false,\n                    \"description\": \"BGP with MED and BFD enabled\",\n                    \"medIn\": 100,\n                    \"medOut\": 100,\n                    \"bfdEnabled\": true,\n                    \"txInterval\": null,\n                    \"rxInterval\": null,\n                    \"multiplier\": null,\n                    \"importWhitelist\": null,\n                    \"importBlacklist\": null,\n                    \"exportWhitelist\": null,\n                    \"exportBlacklist\": null,\n                    \"exportPolicy\": null,\n                    \"denyExportTo\": [],\n                    \"permitExportTo\": []\n                  },\n                  {\n                    \"peerAsn\": \"62511\",\n                    \"localIpAddress\": \"10.191.0.25\",\n                    \"peerIpAddress\": \"10.191.0.27\",\n                    \"password\": \"cnn23049asdkfj\",\n                    \"localAsn\": 133937,\n                    \"shutdown\": false,\n                    \"description\": \"BGP without MED or BFD\",\n                    \"medIn\": null,\n                    \"medOut\": null,\n                    \"bfdEnabled\": false,\n                    \"txInterval\": null,\n                    \"rxInterval\": null,\n                    \"multiplier\": null,\n                    \"importWhitelist\": null,\n                    \"importBlacklist\": null,\n                    \"exportWhitelist\": null,\n                    \"exportBlacklist\": null,\n                    \"exportPolicy\": null,\n                    \"denyExportTo\": [],\n                    \"permitExportTo\": []\n                  }\n                ],\n                \"ipRoutes\": [\n                  {\n                    \"description\": \"test static route 1\",\n                    \"nextHop\": \"10.191.0.26\",\n                    \"prefix\": \"10.0.0.0/24\"\n                  }\n                ],\n                \"natIpAddresses\": []\n              }\n            ]\n          }\n        },\n        \"bEnd\": {\n          \"productUid\": \"6461f0bc-549a-42c4-ac32-d51a6132f959\",\n          \"partnerConfig\": {\n            \"type\": null,\n            \"name\": \"Test Connection\",\n            \"asn\": \"133937\",\n            \"ownerAccount\": \"684021030471\"\n          }\n        },\n        \"productType\": \"VXC\",\n        \"connectType\": \"AWSHC\"\n      }\n    ]\n  }\n]","options":{"raw":{"language":"json"}}},"url":"https://api-staging.megaport.com/v3/networkdesign/buy"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 30 Apr 2024 05:00:51 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"3301"},{"key":"Connection","value":"keep-alive"},{"key":"vary","value":"Origin"},{"key":"vary","value":"Access-Control-Request-Method"},{"key":"vary","value":"Access-Control-Request-Headers"},{"key":"x-correlation-id","value":"3d48ed29b0ce205814a3513be7021ae6"},{"key":"x-amzn-trace-id","value":"Root=1-66307afa-052286df3de1cdc3559a9c84"},{"key":"trace-id","value":"3d48ed29b0ce205814a3513be7021ae6"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"set-cookie","value":"JSESSIONID=C74D7398DDDDE74FC01A985DAFCC422D; Path=/; HttpOnly"},{"key":"server-timing","value":"app;dur=8832"},{"key":"x-xss-protection","value":"1 ; mode=block"},{"key":"strict-transport-security","value":"max-age=31536000; preload"},{"key":"referrer-policy","value":"no-referrer"},{"key":"content-security-policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"x-download-options","value":"noopen"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"VXC [bb7e85ed-efae-45ff-b67b-ed5cb25be218] created.\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"createDate\": 1714453246480,\n            \"vxcOrderId\": 144125,\n            \"payerMegaPortId\": 194716,\n            \"nonPayerMegaPortId\": 150693,\n            \"payerMegaPortName\": \"mcr-demo-jp-01\",\n            \"nonPayerMegaPortName\": \"US East (N. Virginia) (us-east-1)\",\n            \"payerCompanyId\": 1153,\n            \"nonPayerCompanyId\": 117,\n            \"payerLocationId\": 558,\n            \"nonPayerLocationId\": 140,\n            \"payerCompanyName\": \"Megaport Lab\",\n            \"nonPayerCompanyName\": \"AWS\",\n            \"payerMegaPortNsId\": 525929,\n            \"nonPayerMegaPortNsId\": 382605,\n            \"payerVlanId\": 0,\n            \"nonPayerVlanId\": 0,\n            \"payerInnerVlanId\": null,\n            \"nonPayerInnerVlanId\": null,\n            \"payerApproverName\": \"Greg Brown\",\n            \"payerApproverId\": 50402,\n            \"nonPayerApproverName\": \"Greg Brown\",\n            \"nonPayerApproverId\": 50402,\n            \"payerApproval\": 1714453246425,\n            \"nonPayerApproval\": 1714453246473,\n            \"fixedTerm\": true,\n            \"duration\": 1,\n            \"rollover\": true,\n            \"serviceName\": \"from mcr-demo-jp-01 to US East (N. Virginia) (us-east-1)\",\n            \"payerStatus\": \"APPROVED\",\n            \"nonPayerStatus\": \"APPROVED\",\n            \"speed\": 500,\n            \"distanceBand\": \"INTERZONE\",\n            \"intercapPath\": \"\",\n            \"awsId\": null,\n            \"promoCode\": null,\n            \"dealUid\": null,\n            \"rateType\": \"MONTHLY\",\n            \"vxcJTechnicalServiceId\": 195654,\n            \"vxcJTechnicalServiceUid\": \"bb7e85ed-efae-45ff-b67b-ed5cb25be218\",\n            \"provisionDate\": 1714453246395,\n            \"orderType\": \"NEW\",\n            \"monthlyDiscountAmount\": null,\n            \"discountMonths\": null,\n            \"amazonDirectConnectConfigDto\": null,\n            \"amsixConnectConfigDto\": null,\n            \"sdrcProvItem\": null,\n            \"rate\": null,\n            \"setup\": null,\n            \"asn\": null,\n            \"bgpPassword\": null,\n            \"usageAlgorithm\": \"POST_PAID_HOURLY_SPEED_LONG_HAUL_VXC\",\n            \"costCentre\": null,\n            \"azureServiceKey\": null,\n            \"oracleVirtualCircuitId\": null,\n            \"serviceKey\": null,\n            \"vxc\": {\n                \"serviceName\": \"Test Connection\",\n                \"name\": \"Test Connection\",\n                \"secondaryName\": null,\n                \"technicalServiceId\": 195654,\n                \"technicalServiceUid\": \"bb7e85ed-efae-45ff-b67b-ed5cb25be218\",\n                \"requestedDate\": 1714453246395,\n                \"configuredDate\": null,\n                \"currentEstimatedDelivery\": null,\n                \"companyName\": \"Megaport Lab\",\n                \"companyId\": 1153,\n                \"billingContactName\": null,\n                \"billingContactId\": null,\n                \"adminContactName\": null,\n                \"adminContactId\": null,\n                \"technicalContactName\": null,\n                \"technicalContactId\": null,\n                \"salesName\": null,\n                \"salesId\": null,\n                \"billableId\": 187180,\n                \"billableUsageAlgorithm\": null,\n                \"productType\": \"VXC\",\n                \"provisioningStatus\": \"DEPLOYABLE\",\n                \"failedReason\": null,\n                \"inAdvanceBillingStatus\": null,\n                \"provisioningItems\": [],\n                \"tags\": [],\n                \"vxcDistanceBand\": \"INTERZONE\",\n                \"intercapPath\": \"\",\n                \"marketplaceVisibility\": true,\n                \"vxcPermitted\": true,\n                \"vxcAutoApproval\": false,\n                \"createDate\": 1714453246459,\n                \"terminationDate\": null,\n                \"contractStartDate\": null,\n                \"contractTermMonths\": 1,\n                \"rateType\": \"MONTHLY\",\n                \"trialAgreement\": false,\n                \"payerCompanyId\": null,\n                \"nonPayerCompanyId\": null,\n                \"minimumSpeed\": null,\n                \"maximumSpeed\": null,\n                \"rateLimit\": 500,\n                \"errorMessage\": null,\n                \"lagId\": null,\n                \"aggregationId\": null,\n                \"lagPrimary\": null,\n                \"market\": \"Japan\",\n                \"accountManager\": null,\n                \"promptUid\": null,\n                \"components\": [],\n                \"attributes\": [],\n                \"aLocation\": null,\n                \"bLocation\": null,\n                \"aMetro\": null,\n                \"aCountry\": null,\n                \"aLocationId\": null,\n                \"bLocationId\": null,\n                \"bMetro\": null,\n                \"bCountry\": null,\n                \"attributeTags\": {},\n                \"createdBy\": \"f39b8983-256e-4643-adec-9f0b5da09ab7\",\n                \"buyoutPort\": null,\n                \"virtual\": false,\n                \"locked\": false,\n                \"adminLocked\": false,\n                \"bgpShutdownDefault\": false,\n                \"originDomain\": null\n            },\n            \"connectType\": \"AWSHC\",\n            \"payerConfig\": {},\n            \"nonPayerConfig\": {},\n            \"attributeTags\": {},\n            \"serviceLicense\": null,\n            \"originDomain\": null,\n            \"fullyApproved\": true\n        }\n    ]\n}"}],"_postman_id":"ef76a350-2c99-4b87-85ff-1ff7d2675794"},{"name":"Update VXC for MCR (v3)","id":"b52ca53b-d39f-4998-8482-3eb9cb9ba81d","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Updated MCR VXC name\",\n    \"rateLimit\": 1000,\n    \"term\": 12,\n    \"aEndVlan\": 1624,\n    \"bEndVlan\": 202,\n    \"costCentre\": \"Service level reference\",\n    \"ipMtu\": 5000,\n    \"aEndProductUid\": \"0ee41f61-4f03-4281-8afe-77fcc949c804\",\n    \"bEndProductUid\": \"9cfab7dd-e49c-4267-8318-96934a36fbc0\",\n    \"isApproved\": true,\n    \"shutdown\": true,\n    \"resourceTags\": [\n        {\n            \"key\": \"stringykey2\",\n            \"value\": \"value2\"\n        },\n        {\n            \"key\": \"stringykey3\",\n            \"value\": \"value3\"\n        }\n    ]\n}\n"},"url":"{{baseUrl}}/v3/product/vxc/{productUid}","description":"<p>Updates editable information for an MCR VXC.</p>\n<p>The <code>productUid</code> identifies the VXC.</p>\n<p><strong>Tip:</strong> Use the <code>/v2/product</code> endpoint to determine the <code>productUid</code>.</p>\n<p>The changes are defined in the Body of the request. Only include the parameters that you want to update. For an MCR VXC, you can update the following parameters:</p>\n<ul>\n<li><p><code>name</code> - Customer name for the connection - this name appears in the Portal.</p>\n</li>\n<li><p><code>rateLimit</code> - A new speed for the connection.</p>\n</li>\n<li><p><code>term</code> - Set up a term for this VXC. Note that there are rules for terms. See <strong>VXC Terms</strong> below for more information.</p>\n</li>\n<li><p><code>aEndVlan</code> - A unique VLAN ID for this connection. Values can range from 2 to 4093. If this value is 0, the system allocates a valid VLAN.</p>\n</li>\n<li><p><code>bEndVlan</code> - A unique VLAN ID for this connection. Values can range from 2 to 4093. If this value is 0, the system allocates a valid VLAN.</p>\n</li>\n<li><p><code>costCentre</code> - A customer reference number to be included in billing information and invoices.</p>\n</li>\n<li><p><code>ipMtu</code> - Set the largest size (in bytes) of an IP packet that can be sent over the connected VXC. You can define jumbo frames above the standard 1500 bytes (MTU), up to a maximum of 9074 bytes, for use in high-performance networks to reduce overhead and improve efficiency. The IP MTU value can range from 1280 to 9074. The default value is 1500.</p>\n</li>\n<li><p><code>aEndProductUid</code> - When moving a VXC, this is the new A-End for the connection.</p>\n</li>\n<li><p><code>bEndProductUid</code> - When moving a VXC, this is the new B-End for the connection.</p>\n</li>\n<li><p><code>isApproved</code> - Define whether the VXC is approved or rejected via the Megaport Marketplace. Set to <code>true</code> (Approved) or <code>false</code> (Rejected).<br />  <strong>Note:</strong> Valid only if there is an order pending approval (either new marketplace request or speed change). If there are no orders pending approval and <code>isApproved</code> is sent in the request, the API will return an error.</p>\n</li>\n<li><p><code>shutdown</code> - Temporarily shut down and re-enable the VXC. Valid values are <code>true</code> (shut down) and <code>false</code> (enabled). If not provided, it defaults to <code>false</code> (enabled).</p>\n</li>\n<li><p><code>resourceTags</code> - Update resource tags for the VXC. For more information, see <a href=\"https://dev.megaport.com/#6b6a7a09-8f04-416d-99aa-cb6deb73335f\">PUT Update Resource Tags.</a></p>\n</li>\n</ul>\n<p>For more information, see <a href=\"https://docs.megaport.com/api/api-vxc-change/\">Changing a VXC Configuration with the API</a>.</p>\n<p><strong>Note:</strong> You can update a product only when its provisioning status is <code>CONFIGURED</code> or <code>LIVE</code>.</p>\n<h4 id=\"vxc-terms\">VXC Terms</h4>\n<p>You can update the term of the VXC by updating the <code>term</code> field.</p>\n<p>The following rules apply to updating VXC terms:</p>\n<ul>\n<li><p>If validation fails, the term defaults to No Minimum Term, <code>contractTermMonths:1</code>.</p>\n</li>\n<li><p>The speed cannot be changed when the VXC is on term.</p>\n</li>\n<li><p>You can change the speed only if the VXC is on No Minimum Term, if the term has expired, or if reterming to a longer term.</p>\n</li>\n<li><p>If you are updating a VXC on term, you can only reterm to a higher term. If you need to change the speed, you can only change it to a higher rate limit.</p>\n</li>\n<li><p>If you are updating an expired VXC on term, any term and/or speed can be selected.</p>\n</li>\n<li><p>You cannot change a VXC from a term (12/24/36 month) to month-to-month/No Minimum Term unless the term has expired.</p>\n</li>\n<li><p>You cannot reterm a VXC if the service is on a non-standard price.</p>\n</li>\n<li><p>You <em>can</em> move or shut down VXCs on term.</p>\n</li>\n</ul>\n<h4 id=\"move-vxc\">Move VXC</h4>\n<p>You can move a VXC by updating the A-End or B-End or both, using the fields <code>aEndProductUid</code> and <code>bEndProductUid</code>.</p>\n<p>The following rules determine where and how you can move a VXC:</p>\n<ul>\n<li><p>The new Port can be in a different location but must be in the <strong>same metro area</strong>.</p>\n</li>\n<li><p>The new Port must be of the same type. For example, MEGAPORT to MEGAPORT, MCR to MCR, or MVE to MVE.</p>\n</li>\n<li><p>The configured speed of each VXC must be no greater than the speed of the destination Port. If downgrading, it might be necessary for you to lower the speed of the VXC before requesting the move.</p>\n</li>\n<li><p>There must not be an IP address or VLAN conflict. The updated services are checked as if a new service is being ordered. For example, an untagged VLAN can't be moved to a service that already has an untagged VLAN.</p>\n</li>\n<li><p>The services being moved must have different VLAN IDs from any services already on the destination.</p>\n</li>\n</ul>\n<p>If the VXC move is invalid, the move will fail.</p>\n<p>For more information, see <a href=\"https://docs.megaport.com/connections/move-vxc/\">Moving VXCs</a> and <a href=\"https://docs.megaport.com/api/api-vxc-move/\">Moving a VXC and IX with the API</a>.</p>\n","urlObject":{"path":["v3","product","vxc","{productUid}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"f66aa38a-28e2-4c4e-80c5-4fe4e17a358f","name":"Update VXC for MCR (v3) - Rate limit and tags","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Updated MCR VXC name\",\n    \"rateLimit\": 10000,\n    \"resourceTags\": [\n        {\n            \"key\": \"stringykey2\",\n            \"value\": \"value2\"\n        },\n        {\n            \"key\": \"stringykey3\",\n            \"value\": \"value3\"\n        }\n    ]\n}\n","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/product/vxc/5897e5a5-f310-454d-85ad-9a806e9d1ecf"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 13 May 2025 04:41:04 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1685"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amzn-Trace-Id","value":"Root=1-6822cd60-3581ca3646df030c3c595efb"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Location","value":"http://localhost:8080/v2/product/5897e5a5-f310-454d-85ad-9a806e9d1ecf"},{"key":"Server-Timing","value":"app;dur=259"},{"key":"X-Xss-Protection","value":"1 ; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"trace-id","value":"7bb445c97f0f6e8253fe96113c2b2410"},{"key":"X-Robots-Tag","value":"noindex"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"VXC 241182 has been updated\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": {\n        \"serviceName\": \"Updated MCR VXC name\",\n        \"name\": \"Updated MCR VXC name\",\n        \"secondaryName\": null,\n        \"technicalServiceId\": 241182,\n        \"technicalServiceUid\": \"5897e5a5-f310-454d-85ad-9a806e9d1ecf\",\n        \"requestedDate\": 1747110353041,\n        \"configuredDate\": 1747110355842,\n        \"currentEstimatedDelivery\": null,\n        \"companyName\": \"Megaport Lab\",\n        \"companyId\": 1153,\n        \"billingContactName\": null,\n        \"billingContactId\": null,\n        \"adminContactName\": null,\n        \"adminContactId\": null,\n        \"technicalContactName\": null,\n        \"technicalContactId\": null,\n        \"salesName\": null,\n        \"salesId\": null,\n        \"billableId\": 233013,\n        \"billableUsageAlgorithm\": null,\n        \"productType\": \"VXC\",\n        \"provisioningStatus\": \"LIVE\",\n        \"failedReason\": null,\n        \"inAdvanceBillingStatus\": null,\n        \"vxcDistanceBand\": \"METRO\",\n        \"intercapPath\": \"\",\n        \"marketplaceVisibility\": true,\n        \"vxcPermitted\": true,\n        \"vxcAutoApproval\": false,\n        \"createDate\": 1747110353053,\n        \"terminationDate\": null,\n        \"contractStartDate\": null,\n        \"contractTermMonths\": 1,\n        \"rateType\": \"MONTHLY\",\n        \"trialAgreement\": false,\n        \"payerCompanyId\": null,\n        \"nonPayerCompanyId\": null,\n        \"minimumSpeed\": null,\n        \"maximumSpeed\": null,\n        \"rateLimit\": 10000,\n        \"errorMessage\": null,\n        \"lagId\": null,\n        \"aggregationId\": null,\n        \"lagPrimary\": null,\n        \"market\": \"Australia\",\n        \"accountManager\": null,\n        \"promptUid\": null,\n        \"components\": [],\n        \"attributes\": [],\n        \"aLocation\": null,\n        \"bLocation\": null,\n        \"aMetro\": null,\n        \"aCountry\": null,\n        \"aLocationId\": null,\n        \"bLocationId\": null,\n        \"bMetro\": null,\n        \"bCountry\": null,\n        \"attributeTags\": {},\n        \"createdBy\": \"f39b8983-256e-4643-adec-9f0b5da09ab7\",\n        \"buyoutPort\": null,\n        \"crossConnectRequested\": false,\n        \"virtual\": false,\n        \"locked\": false,\n        \"adminLocked\": false,\n        \"bgpShutdownDefault\": false,\n        \"originDomain\": null\n    }\n}"},{"id":"3915df34-2733-4278-8fa9-c15c3a1b45c4","name":"Update VXC for MCR (v3) - Various changes","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Updated MCR VXC Name\",\n    \"rateLimit\": 10000,\n    \"term\": 36,\n    \"costCentre\": 1257883555,\n    \"ipMtu\": 5000,\n    \"resourceTags\": [\n        {\n            \"key\": \"stringykey2\",\n            \"value\": \"value2\"\n        },\n        {\n            \"key\": \"stringykey3\",\n            \"value\": \"value3\"\n        }\n    ]\n}\n","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/product/vxc/3ec1a475-10e3-41ac-b279-e5848693dc5c"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 19 May 2025 04:33:46 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1717"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amzn-Trace-Id","value":"Root=1-682ab4a9-33f7c0a006903a3c3c034b58"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Location","value":"http://localhost:8080/v2/product/3ec1a475-10e3-41ac-b279-e5848693dc5c"},{"key":"Server-Timing","value":"app;dur=437"},{"key":"X-Xss-Protection","value":"1 ; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"trace-id","value":"c53469e8a6ac63947de3f7bc38248892"},{"key":"X-Robots-Tag","value":"noindex"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"VXC 242122 has been updated\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": {\n        \"serviceName\": \"Updated MCR VXC Name\",\n        \"name\": \"Updated MCR VXC Name\",\n        \"secondaryName\": null,\n        \"technicalServiceId\": 242122,\n        \"technicalServiceUid\": \"3ec1a475-10e3-41ac-b279-e5848693dc5c\",\n        \"requestedDate\": 1747628441394,\n        \"configuredDate\": 1747628465099,\n        \"currentEstimatedDelivery\": null,\n        \"companyName\": \"Megaport Lab\",\n        \"companyId\": 1153,\n        \"billingContactName\": null,\n        \"billingContactId\": null,\n        \"adminContactName\": null,\n        \"adminContactId\": null,\n        \"technicalContactName\": null,\n        \"technicalContactId\": null,\n        \"salesName\": null,\n        \"salesId\": null,\n        \"billableId\": 233950,\n        \"billableUsageAlgorithm\": null,\n        \"productType\": \"VXC\",\n        \"provisioningStatus\": \"LIVE\",\n        \"failedReason\": null,\n        \"inAdvanceBillingStatus\": null,\n        \"vxcDistanceBand\": \"INTERZONE\",\n        \"intercapPath\": \"\",\n        \"marketplaceVisibility\": true,\n        \"vxcPermitted\": true,\n        \"vxcAutoApproval\": false,\n        \"createDate\": 1747628441420,\n        \"terminationDate\": null,\n        \"contractStartDate\": null,\n        \"contractTermMonths\": 1,\n        \"rateType\": \"MONTHLY\",\n        \"trialAgreement\": false,\n        \"payerCompanyId\": null,\n        \"nonPayerCompanyId\": null,\n        \"minimumSpeed\": null,\n        \"maximumSpeed\": null,\n        \"rateLimit\": 10000,\n        \"errorMessage\": null,\n        \"lagId\": null,\n        \"aggregationId\": null,\n        \"lagPrimary\": null,\n        \"costCentre\": \"1257883555\",\n        \"market\": \"Australia\",\n        \"accountManager\": null,\n        \"promptUid\": null,\n        \"components\": [],\n        \"attributes\": [],\n        \"aLocation\": null,\n        \"bLocation\": null,\n        \"aMetro\": null,\n        \"aCountry\": null,\n        \"aLocationId\": null,\n        \"bLocationId\": null,\n        \"bMetro\": null,\n        \"bCountry\": null,\n        \"attributeTags\": {},\n        \"createdBy\": \"f39b8983-256e-4643-adec-9f0b5da09ab7\",\n        \"buyoutPort\": null,\n        \"crossConnectRequested\": false,\n        \"virtual\": false,\n        \"locked\": false,\n        \"adminLocked\": false,\n        \"bgpShutdownDefault\": false,\n        \"originDomain\": null\n    }\n}"}],"_postman_id":"b52ca53b-d39f-4998-8482-3eb9cb9ba81d"},{"name":"Get MCR Packet Filter Details","id":"644b1bfe-5b45-43cb-9c17-5e6bc07c5ae4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v2/product/mcr2/{productUid}/packetFilter/{packetFilterId}","description":"<p>Returns individual packet filter list details for the MCR as specified by the <code>productUid</code> and <code>packetFilterId</code>.</p>\n<p>Use the <code>/v2/product/mcr2/{productUid}/packetFilters</code> endpoint to obtain the <code>packetFilterId</code>.</p>\n<p>This allows you to validate that a specific packet filter list has been configured for an MCR.</p>\n<p>For more information about packet filter lists, see <a href=\"https://docs.megaport.com/mcr/packet-filters/\">Using Packet Filters</a>.</p>\n","urlObject":{"path":["v2","product","mcr2","{productUid}","packetFilter","{packetFilterId}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"63126e55-fe04-485b-8ca6-160ea88a1cf3","name":"Get MCR Packet Filter Details","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v2/product/mcr2/b0781f82-2d24-4531-90e2-554aff878249/packetFilter/461"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 28 Apr 2025 06:16:14 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"542"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amzn-Trace-Id","value":"Root=1-680f1d2e-4a83a4820c06969d3414b5cb"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Server-Timing","value":"app;dur=104"},{"key":"ETag","value":"W/\"0de03806eedeb884dc257c51a402d2a9b\""},{"key":"X-Xss-Protection","value":"1 ; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"trace-id","value":"d202f01117ddaec991c9ac01b65a9db7"},{"key":"X-Robots-Tag","value":"noindex"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"List a packet filter for MCR\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": {\n        \"id\": 461,\n        \"description\": \"PF1\",\n        \"entries\": [\n            {\n                \"action\": \"permit\",\n                \"description\": \"ccccc\",\n                \"destinationAddress\": \"10.1.1.0/24\",\n                \"destinationPorts\": \"99-101\",\n                \"ipProtocol\": 6,\n                \"sourceAddress\": \"10.1.1.0/24\",\n                \"sourcePorts\": \"23-41\"\n            },\n            {\n                \"action\": \"deny\",\n                \"description\": \"dddd\",\n                \"destinationAddress\": \"10.1.1.0/24\",\n                \"destinationPorts\": null,\n                \"ipProtocol\": null,\n                \"sourceAddress\": \"10.1.1.0/24\",\n                \"sourcePorts\": null\n            }\n        ]\n    }\n}"}],"_postman_id":"644b1bfe-5b45-43cb-9c17-5e6bc07c5ae4"},{"name":"List MCR Packet Filter List","id":"0d181f0f-ca17-4ac8-bbae-188b2ea235d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v2/product/mcr2/{productUid}/packetFilters","description":"<p>Returns packet filter list details for the MCR specified by the <code>productUid</code>.</p>\n<p>For more information about packet filter lists, see <a href=\"https://docs.megaport.com/mcr/packet-filters/\">Using Packet Filters</a>.</p>\n","urlObject":{"path":["v2","product","mcr2","{productUid}","packetFilters"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"c8783b49-21ba-4488-92b7-a437115a4b40","name":"List MCR Packet Filter List","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v2/product/mcr2/b0781f82-2d24-4531-90e2-554aff878249/packetFilters"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 28 Apr 2025 06:18:43 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"198"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amzn-Trace-Id","value":"Root=1-680f1dc3-42a3e7d20a9411870fad27dc"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Server-Timing","value":"app;dur=89"},{"key":"ETag","value":"W/\"09cccde5789e0687f01268d22d61e7966\""},{"key":"X-Xss-Protection","value":"1 ; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"trace-id","value":"3695f825a62e18efa3162280324a5172"},{"key":"X-Robots-Tag","value":"noindex"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"List all packet filters for MCR\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"description\": \"PF1\",\n            \"id\": 461\n        }\n    ]\n}"}],"_postman_id":"0d181f0f-ca17-4ac8-bbae-188b2ea235d3"},{"name":"Create MCR Packet Filter List","id":"c65e17b1-f216-469b-8498-d23b913543ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"{\n        \"description\": \"New Packet Filter List\",\n        \"entries\": [\n            {\n                \"action\": \"permit\",\n                \"description\": \"permit things\",\n                \"destinationAddress\": \"10.1.1.0/24\",\n                \"destinationPorts\": \"80\",\n                \"ipProtocol\": 6,\n                \"sourceAddress\": \"10.1.1.0/25\"\n            }\n        ]\n    }"},"url":"{{baseUrl}}/v2/product/mcr2/{productUid}/packetFilter","description":"<p>Creates packet filter lists for the MCR specified by the <code>productUid</code>.</p>\n<p>The MCR packet filter list is a named list of IP network addresses. Create a packet filter list to match and filter routes based on the route’s source address and ports, the destination address and ports, and the IP protocol.</p>\n<ul>\n<li><p>When no packet filter is configured, all traffic is permitted.</p>\n</li>\n<li><p>When a packet filter is configured, any traffic not permitted by the filter is denied.</p>\n</li>\n<li><p>Up to 20 packet filter lists can be configured on each MCR.</p>\n</li>\n<li><p>Each list can contain up to 50 entries.</p>\n</li>\n<li><p>A filter can be applied multiple times on the same MCR.</p>\n</li>\n</ul>\n<p>The parameters have these values:</p>\n<ul>\n<li><p><code>Source IP Address</code> (required)</p>\n<ul>\n<li><em>Supports both IPv4 and IPv6 packets.</em></li>\n</ul>\n</li>\n<li><p><code>Destination IP Address</code> (required)</p>\n<ul>\n<li><em>Supports both IPv4 and IPv6 packet.</em></li>\n</ul>\n</li>\n<li><p><code>IP Protocol</code></p>\n<ul>\n<li>A decimal integer between 0 and 255 taken from the Industry standard list of protocols.</li>\n</ul>\n</li>\n<li><p><code>Source Port/Port Range</code> (for TCP and UDP protocols)</p>\n<ul>\n<li>Range to be expressed as <strong>nn-nn</strong>. For example, 25-32.</li>\n</ul>\n</li>\n<li><p><code>Destination Port/Port Range</code> (for TCP and UDP protocols)</p>\n<ul>\n<li>Range to be expressed as <strong>nn-nn</strong>. For example, 25-32.</li>\n</ul>\n</li>\n<li><p><code>Description</code> for each entry</p>\n</li>\n</ul>\n<p>For more information about packet filter lists, see <a href=\"https://docs.megaport.com/mcr/packet-filters/\">Using Packet Filters</a>.</p>\n","urlObject":{"path":["v2","product","mcr2","{productUid}","packetFilter"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"600c7e15-2bf5-4845-b5a8-6d418ffabee0","name":"Create MCR Packet Filter List","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"\n    {\n  \"description\": \"an example packet filter\",\n  \"entries\": [\n    {\n      \"action\": \"permit\",\n      \"description\": \"permit things\",\n      \"destinationAddress\": \"10.1.1.1\",\n      \"destinationPorts\": \"80\",\n      \"ipProtocol\": 6,\n      \"sourceAddress\": \"10.1.1.2\"\n    },\n    {\n      \"action\": \"deny\",\n      \"description\": \"deny things\",\n      \"destinationAddress\": \"10.1.1.1\",\n      \"ipProtocol\": 6,\n      \"sourceAddress\": \"10.1.1.2\",\n      \"sourcePorts\": \"1-999\"\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v2/product/mcr2/e08c221f-717a-40f0-af22-f7e5688637bc/packetFilters"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"400"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 23 Jan 2024 05:25:12 GMT"},{"key":"X-Amzn-Trace-Id","value":"Root=1-65af4db8-083d2fd77aea16797fc52cb7"},{"key":"Trace-Id","value":"4ef1e71ad33c053bde4cd3364e1923ba"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"UOW","value":"0c4aceb3-47bc-4b06-9033-32367d65c8f9"},{"key":"Server-Timing","value":"app;dur=170"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 f10eedb52fc0d82204e85d20112deafa.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"SYD62-P2"},{"key":"X-Amz-Cf-Id","value":"qxXxaB2ABaOALc7jv3he9SVp5eNgIjNvrcmO_njxOIjEiRpl_nSR0g=="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Created a new prefix list for MCR\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": {\n        \"id\": 2798,\n        \"description\": \"New Prefix Filter List\",\n        \"entries\": [\n            {\n                \"prefix\": \"10.0.0.0/24\",\n                \"action\": \"permit\"\n            },\n            {\n                \"prefix\": \"10.1.0.0/24\",\n                \"action\": \"deny\"\n            },\n            {\n                \"prefix\": \"10.2.0.0/16\",\n                \"action\": \"permit\",\n                \"ge\": \"20\",\n                \"le\": \"32\"\n            }\n        ],\n        \"addressFamily\": \"IPv4\"\n    }\n}"}],"_postman_id":"c65e17b1-f216-469b-8498-d23b913543ca"},{"name":"Update MCR Packet Filters","id":"632fdbfc-c122-45ce-8c8f-d8f703514ef5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"{\n\"description\": \"updated packet filter\",\n \"entries\": [\n            {\n                \"action\": \"permit\",\n                \"description\": \"permit things\",\n                \"destinationAddress\": \"10.1.1.0/24\",\n                \"destinationPorts\": \"80\",\n                \"ipProtocol\": 6,\n                \"sourceAddress\": \"10.1.1.0/25\"\n            }\n        ]\n    }"},"url":"{{baseUrl}}/v2/product/mcr2/{productUid}/packetFilter/{packetFilterId}","description":"<p>Updates the specified packet filter for the MCR specified by the <code>productUid</code>.</p>\n<p>The MCR packet filter list is a named list of IP network addresses. Create a packet filter list to match and filter routes based on the route’s source address and ports, the destination address and ports, and the IP protocol.</p>\n<ul>\n<li><p>When no packet filter is configured, all traffic is permitted.</p>\n</li>\n<li><p>When a packet filter is configured, any traffic not permitted by the filter is denied.</p>\n</li>\n<li><p>Up to 20 packet filter lists can be configured on each MCR.</p>\n</li>\n<li><p>Each list can contain up to 50 entries.</p>\n</li>\n<li><p>A filter can be applied multiple times on the same MCR.</p>\n</li>\n</ul>\n<p>The parameters have these values:</p>\n<ul>\n<li><p><code>Source IP Address</code> (required)</p>\n<ul>\n<li><em>Supports both IPv4 and IPv6 packets.</em></li>\n</ul>\n</li>\n<li><p><code>Destination IP Address</code> (required)</p>\n<ul>\n<li><em>Supports both IPv4 and IPv6 packet.</em></li>\n</ul>\n</li>\n<li><p><code>IP Protocol</code></p>\n<ul>\n<li>A decimal integer between 0 and 255 taken from the Industry standard list of protocols.</li>\n</ul>\n</li>\n<li><p><code>Source Port/Port Range</code> (for TCP and UDP protocols).</p>\n<ul>\n<li>Range to be expressed as <strong>nn-nn</strong>. For example, 25-32.</li>\n</ul>\n</li>\n<li><p><code>Destination Port/Port Range</code> (for TCP and UDP protocols).</p>\n<ul>\n<li>Range to be expressed as <strong>nn-nn</strong>. For example, 25-32.</li>\n</ul>\n</li>\n<li><p><code>Description</code> for each entry (optional).</p>\n</li>\n</ul>\n<p>For more information about packet filter lists, see <a href=\"https://docs.megaport.com/mcr/packet-filters/\">Using Packet Filters</a>.</p>\n","urlObject":{"path":["v2","product","mcr2","{productUid}","packetFilter","{packetFilterId}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"7169da1d-bbbd-4f1a-9b72-3dca7e5b8cf3","name":"Update MCR Packet Filter List","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"\n{\n        \"description\": \"Updated Prefix Filter List\",\n        \"addressFamily\": \"IPv4\",\n        \"entries\": [\n            {\n                \"action\": \"permit\",\n                \"prefix\": \"10.0.0.0/24\",\n                \"ge\": 24,\n                \"le\": 24\n            },\n            {\n                \"action\": \"permit\",\n                \"prefix\": \"10.1.0.0/24\",\n                \"ge\": 24,\n                \"le\": 24\n            },\n            {\n                \"action\": \"permit\",\n                \"prefix\": \"10.2.0.0/16\",\n                \"ge\": 20,\n                \"le\": 32\n            }\n        ]\n    }\n","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v2/product/mcr2/2919c115-e955-4ce8-aac3-06a9ad626908/prefixList/2798"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"394"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 23 Jan 2024 05:47:24 GMT"},{"key":"X-Amzn-Trace-Id","value":"Root=1-65af52ec-512a9aaa7ff104b7017397fa"},{"key":"Trace-Id","value":"5fae2b368f3045be3febdd27a4c0e347"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"UOW","value":"76731328-c3a6-48db-bedf-190c5bb3f436"},{"key":"Server-Timing","value":"app;dur=289"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 7fe70ef74e6a71dc6fcd4b1b62861ffc.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"SYD62-P2"},{"key":"X-Amz-Cf-Id","value":"0IwVcp10_FQDeAI3R-hlxEHzUM0A_IfT86ce7CK3jWsGcNuf8d8t1g=="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Updated a prefix list\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": {\n        \"id\": 2798,\n        \"description\": \"Updated Prefix Filter List\",\n        \"entries\": [\n            {\n                \"prefix\": \"10.0.0.0/24\",\n                \"action\": \"permit\"\n            },\n            {\n                \"prefix\": \"10.1.0.0/24\",\n                \"action\": \"permit\"\n            },\n            {\n                \"prefix\": \"10.2.0.0/16\",\n                \"action\": \"permit\",\n                \"ge\": \"20\",\n                \"le\": \"32\"\n            }\n        ],\n        \"addressFamily\": \"IPv4\"\n    }\n}"}],"_postman_id":"632fdbfc-c122-45ce-8c8f-d8f703514ef5"},{"name":"Delete MCR Packet Filter","id":"e73409ee-5af6-4ded-ab62-f56836cf6278","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v2/product/mcr2/{productUid}/packetFilter/{packetFilterId}","description":"<p>Deletes a packet filter for the MCR specified by the <code>productUid</code>.</p>\n<p>Specify the packet filter list to delete by the list <code>packetFilterId</code>.</p>\n<p>You can use the <strong>List MCR Packet Filter List</strong> endpoint to find the <code>packetFilterId</code>.</p>\n<p>For more information about packet filter lists, see <a href=\"https://docs.megaport.com/mcr/packet-filters/\">Using Packet Filters</a>.</p>\n","urlObject":{"path":["v2","product","mcr2","{productUid}","packetFilter","{packetFilterId}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"e3c66bfd-137c-4f4e-bd26-00ab2cce819f","name":"Delete MCR Packet Filter List","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v2/product/mcr2/d732f28d-f186-48c4-aa61-b1a4517e9197/prefixList/2816"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"166"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 29 Jan 2024 06:00:47 GMT"},{"key":"X-Amzn-Trace-Id","value":"Root=1-65b73f0f-0dfcfa3c1f1ecfbb1631e192"},{"key":"Trace-Id","value":"f79590f402cc00e19206c62a26745419"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"UOW","value":"489d6c2c-c253-47d1-9824-79486040b654"},{"key":"Server-Timing","value":"app;dur=202"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 948c1c49e6b4d8c0c9b0fdb0a41022ec.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"SYD62-P2"},{"key":"X-Amz-Cf-Id","value":"puOHBjeUuKVJLo8y8tfNmu29XPETGxzMN_SiQAXIe6DmDtRfCJg1yA=="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Prefix List '2816' deleted successfully\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\"\n}"}],"_postman_id":"e73409ee-5af6-4ded-ab62-f56836cf6278"},{"name":"Get MCR Prefix List","id":"70883782-a6ce-4c0f-8db8-d394f70672df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v2/product/mcr2/{productUid}/prefixList/{prefixListId}","description":"<p>Returns prefix filter list details for the MCR and prefix list specified by the <code>productUid</code> and <code>prefixListId</code>.</p>\n<p>Use the <code>/v2/product/mcr2/{productUid}/prefixLists</code> endpoint to obtain the <code>prefixListId</code>.</p>\n<p>This allows you to validate that a specific prefix filter list has been configured for an MCR.</p>\n<p>For more information on prefix filter lists, see <a href=\"https://docs.megaport.com/api/api-mcr-vxc-csp/\">Creating an MCR VXC with the API </a> and <a href=\"https://docs.megaport.com/mcr/route-filtering/\">MCR Route Filtering</a>.</p>\n","urlObject":{"path":["v2","product","mcr2","{productUid}","prefixList","{prefixListId}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"43639e0d-f9e6-4a97-872d-4e5ff4164035","name":"Get MCR Prefix List - List Without Entries","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v2/product/mcr2/861c45e0-5fab-4c18-a244-eec456883d0f/prefixList/4002"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 16 Jan 2025 02:27:05 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"239"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Correlation-Id","value":"c286286c7a65e82bcec6509544b4d595"},{"key":"X-Amzn-Trace-Id","value":"Root=1-67886e79-3b91825a4291347b672f5985"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Server-Timing","value":"app;dur=100"},{"key":"ETag","value":"W/\"0b42c5c1591294dce8e4dfc3d7ddef2cf\""},{"key":"X-Xss-Protection","value":"1 ; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"trace-id","value":"c286286c7a65e82bcec6509544b4d595"},{"key":"X-Robots-Tag","value":"noindex"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"List a prefix list for MCR\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": {\n        \"id\": 4002,\n        \"description\": \"Test List - DH\",\n        \"entries\": [],\n        \"addressFamily\": \"IPv4\"\n    }\n}"},{"id":"57556396-58b1-4afd-8ff3-a8648653bc84","name":"Get MCR Prefix List - List With Entries","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v2/product/mcr2/4bce483a-a135-4fb1-8576-eb1ffab79260/prefixList/4011"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 16 Jan 2025 02:46:20 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"419"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Correlation-Id","value":"a7052fb231932d60194814c2a8f35b62"},{"key":"X-Amzn-Trace-Id","value":"Root=1-678872fc-52a987a37b7edf3d56799633"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Server-Timing","value":"app;dur=97"},{"key":"ETag","value":"W/\"0d953c39475f7dced9a62567c79af08a6\""},{"key":"X-Xss-Protection","value":"1 ; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"trace-id","value":"a7052fb231932d60194814c2a8f35b62"},{"key":"X-Robots-Tag","value":"noindex"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"List a prefix list for MCR\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": {\n        \"id\": 4011,\n        \"description\": \"GB Filter List\",\n        \"entries\": [\n            {\n                \"prefix\": \"192.0.0.0/24\",\n                \"action\": \"permit\"\n            },\n            {\n                \"prefix\": \"192.0.2.0/24\",\n                \"action\": \"permit\"\n            },\n            {\n                \"prefix\": \"192.168.0.0/16\",\n                \"action\": \"permit\"\n            },\n            {\n                \"prefix\": \"198.51.100.0/24\",\n                \"action\": \"permit\"\n            }\n        ],\n        \"addressFamily\": \"IPv4\"\n    }\n}"}],"_postman_id":"70883782-a6ce-4c0f-8db8-d394f70672df"},{"name":"List MCR Prefix Lists","id":"e83161e6-1630-4a6f-ab78-fd81451a99f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v2/product/mcr2/{productUid}/prefixLists","description":"<p>Returns prefix filter list details for the MCR specified by the <code>productUid</code>.</p>\n<p>For more information on prefix filter lists, see <a href=\"https://docs.megaport.com/api/api-mcr-vxc-csp/\">Creating an MCR VXC with the API </a> and <a href=\"https://docs.megaport.com/mcr/route-filtering/\">MCR Route Filtering</a>.</p>\n","urlObject":{"path":["v2","product","mcr2","{productUid}","prefixLists"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"c3d3a1ad-4f9d-4ca6-8820-cabc96e82d25","name":"Get MCR Prefix List - One PFL","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v2/product/mcr2/2919c115-e955-4ce8-aac3-06a9ad626908/prefixLists"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"222"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 23 Jan 2024 00:24:36 GMT"},{"key":"X-Amzn-Trace-Id","value":"Root=1-65af0744-3b7eb6281844f73e2a2ce240"},{"key":"Trace-Id","value":"c88d4271958a87b4b3591361e437db86"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"UOW","value":"5a5d3392-b784-4177-ac74-6b936c0478e7"},{"key":"Server-Timing","value":"app;dur=190"},{"key":"ETag","value":"\"09caaaafe51701f589bcaadcc7c56573e\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 3468af8a053b0ff241626aed87444af8.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"SYD62-P2"},{"key":"X-Amz-Cf-Id","value":"81QFilBJYtZms79qURg_rS9Nbg-lfZpxiM_meETGpN2E5kdDOzPQVw=="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"List all prefix list for MCR\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"id\": 2797,\n            \"description\": \"GB PFL\",\n            \"addressFamily\": \"IPv4\"\n        }\n    ]\n}"},{"id":"2b031ce1-b514-482b-b5f2-db5c8619cb64","name":"Get MCR Prefix List - Multiple PFL","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v2/product/mcr2/3919c116-e955-4ce8-aac3-06a9ad626809/prefixLists"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"222"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 23 Jan 2024 00:24:36 GMT"},{"key":"X-Amzn-Trace-Id","value":"Root=1-65af0744-3b7eb6281844f73e2a2ce240"},{"key":"Trace-Id","value":"c88d4271958a87b4b3591361e437db86"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"UOW","value":"5a5d3392-b784-4177-ac74-6b936c0478e7"},{"key":"Server-Timing","value":"app;dur=190"},{"key":"ETag","value":"\"09caaaafe51701f589bcaadcc7c56573e\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 3468af8a053b0ff241626aed87444af8.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"SYD62-P2"},{"key":"X-Amz-Cf-Id","value":"81QFilBJYtZms79qURg_rS9Nbg-lfZpxiM_meETGpN2E5kdDOzPQVw=="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"List all prefix list for MCR\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"id\": 2545,\n            \"description\": \"Test PFL\",\n            \"addressFamily\": \"IPv4\"\n        },\n        {\n            \"id\": 2546,\n            \"description\": \"Second Test PFL\",\n            \"addressFamily\": \"IPv4\"\n        },\n        {\n            \"id\": 2798,\n            \"description\": \"New Prefix Filter List\",\n            \"addressFamily\": \"IPv4\"\n        }\n    ]\n}"},{"id":"e847cf7b-2928-436d-9392-4e454039e135","name":"List MCR Prefix Lists","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v2/product/mcr2/{productUid}/prefixLists"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"e83161e6-1630-4a6f-ab78-fd81451a99f3"},{"name":"Create MCR Prefix List","id":"094b7ee7-d087-489d-b699-a9f7eafc8489","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"\n    {\n        \"description\": \"New Prefix Filter List\",\n        \"addressFamily\": \"IPv4\",\n        \"entries\": [\n            {\n                \"action\": \"permit\",\n                \"prefix\": \"10.0.0.0/24\",\n                \"ge\": 24,\n                \"le\": 24\n            },\n            {\n                \"action\": \"deny\",\n                \"prefix\": \"10.1.0.0/24\",\n                \"ge\": 24,\n                \"le\": 24\n            },\n            {\n                \"action\": \"permit\",\n                \"prefix\": \"10.2.0.0/16\",\n                \"ge\": 20,\n                \"le\": 32\n            }\n        ]\n    }\n"},"url":"{{baseUrl}}/v2/product/mcr2/{productUid}/prefixList","description":"<p>Creates prefix filter lists for the MCR specified by the <code>productUid</code>.</p>\n<p>The MCR prefix filter list is a named list of IP network addresses. Create a prefix filter list to match and filter routes based on the route’s prefix and apply the filter to routes received from or advertised to BGP peers on the MCR. The MCR compares each route prefix against the conditions in the list, one match at a time, from the top down to deny or advertise the route.</p>\n<ul>\n<li><p>A prefix filter list can be applied multiple times to different BGP peers.</p>\n</li>\n<li><p>Up to 50 prefix filter lists can be configured on each MCR.</p>\n</li>\n<li><p>Each list is able to contain up to 200 entries.</p>\n</li>\n</ul>\n<p>The parameters have these values:</p>\n<ul>\n<li><p><code>description</code> - (Required) The name for the new prefix filter list.</p>\n</li>\n<li><p><code>addressFamily</code> - (Required) The IP address standard of the IP network addresses in the prefix filter list.</p>\n</li>\n<li><p><code>action</code> - (Required) The action to take for the network address in the filter list. Accepted values are permit and deny.</p>\n</li>\n<li><p><code>prefix</code> - (Required) The network address.</p>\n</li>\n<li><p><code>ge</code> - (Optional) The minimum starting prefix length to be matched. Valid values are from 0 to 32 (IPv4), or 0 to 128 (IPv6). The minimum (ge) must be no greater than or equal to the maximum value (le).</p>\n</li>\n<li><p><code>le</code> - (Optional) The maximum ending prefix length to be matched. The prefix length is greater than or equal to the minimum value (ge). Valid values are from 0 to 32 (IPv4), or 0 to 128 (IPv6), but the maximum must be no less than the minimum value (ge).</p>\n</li>\n</ul>\n<p>For more information on prefix filter lists, see <a href=\"https://docs.megaport.com/api/api-mcr-vxc-csp/\">Creating an MCR VXC with the API </a> and <a href=\"https://docs.megaport.com/mcr/route-filtering/\">MCR Route Filtering</a>. For information on applying a prefix filter via API for an MCR VXC, see <a href=\"https://dev.megaport.com/#88537ea2-f3de-49c1-907d-d4037a2082e9\">POST Validate MCR VXC Order (v3)</a>.</p>\n","urlObject":{"path":["v2","product","mcr2","{productUid}","prefixList"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"a66cff78-9ee2-4d47-b705-7d935de9d0a1","name":"Create MCR Prefix List","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"\n    {\n        \"description\": \"New Prefix Filter List\",\n        \"addressFamily\": \"IPv4\",\n        \"entries\": [\n            {\n                \"action\": \"permit\",\n                \"prefix\": \"10.0.0.0/24\",\n                \"ge\": 24,\n                \"le\": 24\n            },\n            {\n                \"action\": \"deny\",\n                \"prefix\": \"10.1.0.0/24\",\n                \"ge\": 24,\n                \"le\": 24\n            },\n            {\n                \"action\": \"permit\",\n                \"prefix\": \"10.2.0.0/16\",\n                \"ge\": 20,\n                \"le\": 32\n            }\n        ]\n    }\n","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v2/product/mcr2/2919c115-e955-4ce8-aac3-06a9ad626908/prefixList"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"400"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 23 Jan 2024 05:25:12 GMT"},{"key":"X-Amzn-Trace-Id","value":"Root=1-65af4db8-083d2fd77aea16797fc52cb7"},{"key":"Trace-Id","value":"4ef1e71ad33c053bde4cd3364e1923ba"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"UOW","value":"0c4aceb3-47bc-4b06-9033-32367d65c8f9"},{"key":"Server-Timing","value":"app;dur=170"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 f10eedb52fc0d82204e85d20112deafa.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"SYD62-P2"},{"key":"X-Amz-Cf-Id","value":"qxXxaB2ABaOALc7jv3he9SVp5eNgIjNvrcmO_njxOIjEiRpl_nSR0g=="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Created a new prefix list for MCR\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": {\n        \"id\": 2798,\n        \"description\": \"New Prefix Filter List\",\n        \"entries\": [\n            {\n                \"prefix\": \"10.0.0.0/24\",\n                \"action\": \"permit\"\n            },\n            {\n                \"prefix\": \"10.1.0.0/24\",\n                \"action\": \"deny\"\n            },\n            {\n                \"prefix\": \"10.2.0.0/16\",\n                \"action\": \"permit\",\n                \"ge\": \"20\",\n                \"le\": \"32\"\n            }\n        ],\n        \"addressFamily\": \"IPv4\"\n    }\n}"}],"_postman_id":"094b7ee7-d087-489d-b699-a9f7eafc8489"},{"name":"Update MCR Prefix List","id":"37524007-a7f1-4711-a66d-c684ce2278da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"\n{\n    \"description\": \"Updated Prefix Filter List\",\n    \"addressFamily\": \"IPv4\",\n    \"entries\": [\n        {\n            \"action\": \"permit\",\n            \"prefix\": \"10.0.0.0/24\",\n            \"ge\": 24,\n            \"le\": 24\n        },\n        {\n            \"action\": \"permit\",\n            \"prefix\": \"10.1.0.0/24\",\n            \"ge\": 24,\n            \"le\": 24\n        },\n        {\n            \"action\": \"permit\",\n            \"prefix\": \"10.2.0.0/16\",\n            \"ge\": 20,\n            \"le\": 32\n        }\n    ]\n}\n"},"url":"{{baseUrl}}/v2/product/mcr2/{productUid}/prefixList/{id}","description":"<p>Updates prefix filter lists for the MCR specified by the <code>productUid</code>.</p>\n<p>Specify the prefix filter list to update by the list <code>id</code>. You can use the <strong>GET Get MCR Prefix List</strong> endpoint to find the list ID.</p>\n<p>The MCR prefix filter list is a named list of IP network addresses. A prefix filter list is used to match and filter routes based on the route’s prefix and apply the filter to routes received from or advertised to BGP peers on the MCR. The MCR compares each route prefix against the conditions in the list, one match at a time, from the top down to deny or advertise the route.</p>\n<ul>\n<li><p>A prefix filter list can be applied multiple times to different BGP peers.</p>\n</li>\n<li><p>Up to 50 prefix filter lists can be configured on each MCR.</p>\n</li>\n<li><p>Each list is able to contain up to 200 entries.</p>\n</li>\n</ul>\n<p>The parameters have these values:</p>\n<ul>\n<li><p><code>description</code> - (Required) The name for the new prefix filter list.</p>\n</li>\n<li><p><code>addressFamily</code> - (Required) The IP address standard of the IP network addresses in the prefix filter list.</p>\n</li>\n<li><p><code>action</code> - (Required) The action to take for the network address in the filter list. Accepted values are permit and deny.</p>\n</li>\n<li><p><code>prefix</code> - (Required) The network address.</p>\n</li>\n<li><p><code>ge</code> - (Optional) The minimum starting prefix length to be matched. Valid values are from 0 to 32 (IPv4), or 0 to 128 (IPv6). The minimum (ge) must be no greater than or equal to the maximum value (le).</p>\n</li>\n<li><p><code>le</code> - (Optional) The maximum ending prefix length to be matched. The prefix length is greater than or equal to the minimum value (ge). Valid values are from 0 to 32 (IPv4), or 0 to 128 (IPv6), but the maximum must be no less than the minimum value (ge).</p>\n</li>\n</ul>\n<p>For more information on prefix filter lists, see <a href=\"https://docs.megaport.com/api/api-mcr-vxc-csp/\">Creating an MCR VXC with the API </a> and <a href=\"https://docs.megaport.com/mcr/route-filtering/\">MCR Route Filtering</a>.</p>\n","urlObject":{"path":["v2","product","mcr2","{productUid}","prefixList","{id}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"d1d5926e-9306-4e00-bac2-636ed678e55f","name":"Update MCR Prefix List","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"\n{\n        \"description\": \"Updated Prefix Filter List\",\n        \"addressFamily\": \"IPv4\",\n        \"entries\": [\n            {\n                \"action\": \"permit\",\n                \"prefix\": \"10.0.0.0/24\",\n                \"ge\": 24,\n                \"le\": 24\n            },\n            {\n                \"action\": \"permit\",\n                \"prefix\": \"10.1.0.0/24\",\n                \"ge\": 24,\n                \"le\": 24\n            },\n            {\n                \"action\": \"permit\",\n                \"prefix\": \"10.2.0.0/16\",\n                \"ge\": 20,\n                \"le\": 32\n            }\n        ]\n    }\n","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v2/product/mcr2/2919c115-e955-4ce8-aac3-06a9ad626908/prefixList/2798"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"394"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 23 Jan 2024 05:47:24 GMT"},{"key":"X-Amzn-Trace-Id","value":"Root=1-65af52ec-512a9aaa7ff104b7017397fa"},{"key":"Trace-Id","value":"5fae2b368f3045be3febdd27a4c0e347"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"UOW","value":"76731328-c3a6-48db-bedf-190c5bb3f436"},{"key":"Server-Timing","value":"app;dur=289"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 7fe70ef74e6a71dc6fcd4b1b62861ffc.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"SYD62-P2"},{"key":"X-Amz-Cf-Id","value":"0IwVcp10_FQDeAI3R-hlxEHzUM0A_IfT86ce7CK3jWsGcNuf8d8t1g=="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Updated a prefix list\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": {\n        \"id\": 2798,\n        \"description\": \"Updated Prefix Filter List\",\n        \"entries\": [\n            {\n                \"prefix\": \"10.0.0.0/24\",\n                \"action\": \"permit\"\n            },\n            {\n                \"prefix\": \"10.1.0.0/24\",\n                \"action\": \"permit\"\n            },\n            {\n                \"prefix\": \"10.2.0.0/16\",\n                \"action\": \"permit\",\n                \"ge\": \"20\",\n                \"le\": \"32\"\n            }\n        ],\n        \"addressFamily\": \"IPv4\"\n    }\n}"}],"_postman_id":"37524007-a7f1-4711-a66d-c684ce2278da"},{"name":"Delete MCR Prefix List","id":"fa332250-5913-4617-bdd5-e74bc741fc8b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v2/product/mcr2/{productUid}/prefixList/{id}","description":"<p>Deletes a prefix filter list for the MCR specified by the <code>productUid</code>.</p>\n<p>Specify the prefix filter list to delete by the list <code>id</code>. You can use the <strong>GET Get MCR Prefix List</strong> endpoint to find the list ID.</p>\n<p>For more information on prefix filter lists, see <a href=\"https://docs.megaport.com/api/api-mcr-vxc-csp/\">Creating an MCR VXC with the API </a> and <a href=\"https://docs.megaport.com/mcr/route-filtering/\">MCR Route Filtering</a>.</p>\n","urlObject":{"path":["v2","product","mcr2","{productUid}","prefixList","{id}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"41c037e3-460b-4714-9d74-a903f15cc8d2","name":"Delete MCR Prefix List","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v2/product/mcr2/d732f28d-f186-48c4-aa61-b1a4517e9197/prefixList/2816"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"166"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 29 Jan 2024 06:00:47 GMT"},{"key":"X-Amzn-Trace-Id","value":"Root=1-65b73f0f-0dfcfa3c1f1ecfbb1631e192"},{"key":"Trace-Id","value":"f79590f402cc00e19206c62a26745419"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"UOW","value":"489d6c2c-c253-47d1-9824-79486040b654"},{"key":"Server-Timing","value":"app;dur=202"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 948c1c49e6b4d8c0c9b0fdb0a41022ec.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"SYD62-P2"},{"key":"X-Amz-Cf-Id","value":"puOHBjeUuKVJLo8y8tfNmu29XPETGxzMN_SiQAXIe6DmDtRfCJg1yA=="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Prefix List '2816' deleted successfully\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\"\n}"}],"_postman_id":"fa332250-5913-4617-bdd5-e74bc741fc8b"},{"name":"Get IPsec Details for MCR","id":"32f0046b-fcd8-487c-b4b9-1fe7f93bede3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v3/products/mcrs/{productUid}/ipsec","description":"<p>Returns the IPsec details for the specified MCR.</p>\n<p>The <code>productUid</code> is the unique product ID and is required.</p>\n<p>You can find the <code>productUid</code> from the GET Product List <code>/v2/products</code> endpoint.</p>\n<p>This endpoint returns the maximum number of IPsec tunnels allowed for the MCR, the total number of IPsec tunnels currently configured for the MCR, and a list of IPsec configured VXC details (including name, productUid, and list of configured IPsec tunnels for the VXC).</p>\n","urlObject":{"path":["v3","products","mcrs","{productUid}","ipsec"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"75f83c04-f5e1-4ae0-a1f5-b83616cd3702","name":"Get IPsec Details for MCR - Enabled 30 Tunnels","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v3/products/mcrs/86b85180-1c0e-4a01-bca4-a8df21b37727/ipsec"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Nov 2025 02:46:02 GMT"},{"key":"Content-Type","value":"application/json","description":""},{"key":"Content-Length","value":"226"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amzn-Trace-Id","value":"Root=1-6912a36a-58d5b22a75d5606215c0e5e5"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Server-Timing","value":"app;dur=217"},{"key":"ETag","value":"W/\"0314ddffea2da082b130352220c5acbc2\""},{"key":"X-Xss-Protection","value":"1 ; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"trace-id","value":"e532d1c28ec1d0530bb00fd8e9989867"},{"key":"X-Robots-Tag","value":"noindex"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"IPsec Configuration\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": {\n        \"maxTunnelCountLimit\": 30,\n        \"totalTunnelCount\": 0,\n        \"ipSecConfiguredVxcs\": []\n    }\n}"},{"id":"1a74f371-9bf0-4597-b398-d0f82b724493","name":"Get IPsec Details for MCR - Configured","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v3/products/mcrs/123e4567-e89b-12d3-a456-426614174000/ipsec"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 Sep 2025 07:38:39 GMT"},{"key":"Content-Type","value":"application/json","description":""},{"key":"Content-Length","value":"278"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amzn-Trace-Id","value":"Root=1-68d0fcfe-09d426f34696e7255134ab08"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Server-Timing","value":"app;dur=403"},{"key":"X-Xss-Protection","value":"1 ; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"trace-id","value":"be144d995c45f65b68540aba34933af3"},{"key":"X-Robots-Tag","value":"noindex"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Data created successfully\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n     \"data\": {\n      \"maxTunnelCountLimit\": 10,\n      \"totalTunnelCount\": 5,\n       \"ipSecConfiguredVxcs\": [\n        {\n          \"name\": \"VXC-12345\",\n          \"productUid\": \"123e4567-e89b-12d3-a456-426614174000\",\n          \"tunnels\": [\n            {\n             \"description\": \"Primary IPsec tunnel for VXC-12345\",\n              \"sourceIpAddress\": \"192.168.1.2\",\n              \"destinationIpAddress\": \"192.200.1.2\",\n              \"vlan\": 100\n            }\n          ]\n        }\n    ]\n  }\n}"}],"_postman_id":"32f0046b-fcd8-487c-b4b9-1fe7f93bede3"},{"name":"Add Add-on to Existing MCR","id":"d61a88fd-444e-4616-8672-2d95db05af1a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"{\n  \"addOnType\": \"IP_SEC\",\n  \"tunnelCount\": 10  \n}  ","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/product/{productUid}/addon","description":"<p>Use this endpoint to add an <strong>add-on</strong> to an existing MCR.</p>\n<p>These add-ons are available:</p>\n<ul>\n<li><p>BGP Config</p>\n</li>\n<li><p>IP Address</p>\n</li>\n<li><p>IPsec</p>\n</li>\n</ul>\n<h2 id=\"bgp-config\">BGP Config</h2>\n<p>The payload for BGP Config is as follows:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Format</th>\n<th>Required</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>addOnType</code></td>\n<td>string, non-empty</td>\n<td>Yes</td>\n<td>BGP_CONFIG</td>\n</tr>\n<tr>\n<td><code>customer_asn</code></td>\n<td>integer</td>\n<td>Yes</td>\n<td>Customer's BGP Autonomous System Number</td>\n</tr>\n<tr>\n<td><code>password</code></td>\n<td>string</td>\n<td></td>\n<td>BGP authentication password</td>\n</tr>\n<tr>\n<td><code>as_set</code></td>\n<td>string</td>\n<td></td>\n<td>AS-SET identifier for BGP configuration</td>\n</tr>\n<tr>\n<td><code>route_table</code></td>\n<td>string, non-empty</td>\n<td>Yes</td>\n<td>Type of route table for BGP configuration. Valid values are: \"DEFAULT_ONLY\" \"CUSTOMER_AND_PEER\" \"CUSTOMER\" \"FULL\"</td>\n</tr>\n<tr>\n<td><code>prefixes</code></td>\n<td>string</td>\n<td></td>\n<td>BGP route prefixes</td>\n</tr>\n<tr>\n<td><code>remark</code></td>\n<td>string</td>\n<td></td>\n<td>Addition notes or comments about the BGP configuration</td>\n</tr>\n</tbody>\n</table>\n</div><p>Example:</p>\n<p><code>{</code></p>\n<p><code>\"addOnType\": \"BGP_CONFIG\",</code></p>\n<p><code>\"customer_asn\": 65000,</code></p>\n<p><code>\"password\": \"SecureBgpPassword12345\",</code></p>\n<p><code>\"as_set\": \"AS-EXAMPLE\",</code></p>\n<p><code>\"route_table\": \"DEFAULT_ONLY\",</code></p>\n<p><code>\"prefixes\": \"192.168.0.0/24,10.0.0.0/16\",</code></p>\n<p><code>\"remark\": \"Primary BGP session for production services\"</code></p>\n<p><code>}</code></p>\n<h2 id=\"ip-address\">IP Address</h2>\n<p>The payload for IP address is as follows:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Format</th>\n<th>Required</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>addOnType</code></td>\n<td>string, non-empty</td>\n<td>Yes</td>\n<td>IP_ADDRESS</td>\n</tr>\n<tr>\n<td><code>subnetSize</code></td>\n<td>string, 3 characters</td>\n<td>Yes</td>\n<td>Size of the subnet to allocate. Valid values are: \"/24\" \"/25\" \"/26\" \"/27\" \"/28\" \"/29\" \"/30\"</td>\n</tr>\n<tr>\n<td><code>purpose</code></td>\n<td>string, non-empty</td>\n<td>Yes</td>\n<td>Purpose for which the IP address will be used</td>\n</tr>\n<tr>\n<td><code>projectedUtilizationMonths</code></td>\n<td>requiredinteger</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td><code>remark</code></td>\n<td>string</td>\n<td></td>\n<td>Add</td>\n</tr>\n</tbody>\n</table>\n</div><p>Example:</p>\n<p><code>{</code></p>\n<p><code>\"addOnType\": \"IP_ADDRESS\",</code></p>\n<p><code>\"subnetSize\": \"/29\",</code></p>\n<p><code>\"purpose\": \"Customer-facing services\",</code></p>\n<p><code>\"projectedUtilizationMonths\": 12,</code></p>\n<p><code>\"remark\": \"Required for our new web service deployment\"</code></p>\n<p><code>}</code></p>\n<h2 id=\"ipsec\">IPsec</h2>\n<p>The payload for IPsec is as follows:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Format</th>\n<th>Required</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>addOnType</code></td>\n<td>string, non-empty</td>\n<td>Yes</td>\n<td>IP_SEC</td>\n</tr>\n<tr>\n<td><code>tunnelCount</code></td>\n<td>integer</td>\n<td></td>\n<td>Number of IPSec tunnels to be configured</td>\n</tr>\n</tbody>\n</table>\n</div><p>Example:</p>\n<p><code>{</code></p>\n<p><code>\"addOnType\": \"IP_SEC\",</code></p>\n<p><code>\"tunnelCount\": 30</code></p>\n<p><code>}</code></p>\n","urlObject":{"path":["v3","product","{productUid}","addon"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"0bf50cdd-4e7d-4a24-9163-fc8bb344a673","name":"Add IPsec Tunnels","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"{\n  \"addOnType\": \"IP_SEC\",\n  \"tunnelCount\": 10  \n}  ","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/product/705b12ad-01f4-4fe9-a0ca-d57530f1a30c/addon"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 Sep 2025 07:38:39 GMT"},{"key":"Content-Type","value":"application/json","description":""},{"key":"Content-Length","value":"278"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amzn-Trace-Id","value":"Root=1-68d0fcfe-09d426f34696e7255134ab08"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Server-Timing","value":"app;dur=403"},{"key":"X-Xss-Protection","value":"1 ; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"trace-id","value":"be144d995c45f65b68540aba34933af3"},{"key":"X-Robots-Tag","value":"noindex"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Add-On IP_SEC has been successfully created/requested.\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": {\n        \"addOnUid\": \"4016a82f-0079-4d4e-aba6-eca7670a135a\",\n        \"tunnelCount\": 10,\n        \"addOnType\": \"IP_SEC\"\n    }\n}"}],"_postman_id":"d61a88fd-444e-4616-8672-2d95db05af1a"},{"name":"Update IPsec Add-On for MCR","id":"c9991ac2-32bb-4a70-8b4c-6475a5c61d4a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"{\n  \"addOnType\": \"IP_SEC\",\n  \"tunnelCount\": 30  \n}  ","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/product/{productUid}/addon/{addOnUid}","description":"<p>Update an add-on for an existing product.</p>\n<p><strong>Note</strong>: Currently only supports IPsec tunnels.</p>\n<p>You will need:</p>\n<ul>\n<li><p>The <code>productUID</code> for the product that has the add-on to be updated.</p>\n</li>\n<li><p>The <code>addOnUid</code> for the add-on that is to be updated. You will find the <code>addonUid</code> in the addon section of the product details.</p>\n</li>\n</ul>\n<p><strong>Note</strong>:</p>\n<ul>\n<li><p>Setting the <code>tunnelCount</code> to 0 will disable IPsec on the target MCR.</p>\n</li>\n<li><p>Disabling IPsec by setting <code>tunnelCount</code> to 0 is only available using this endpoint.</p>\n</li>\n</ul>\n","urlObject":{"path":["v3","product","{productUid}","addon","{addOnUid}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"8fc94462-003d-47ad-aeac-4ab2fa591509","name":"Update IP_SEC Add-On Example","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"{\n  \"addOnType\": \"IP_SEC\",\n  \"tunnelCount\": 30  \n}  ","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/product/4e95f19b-7cd9-4af9-801a-785e474c8440/addon/fea3ca08-e256-4cfa-b92b-54d50b1e128e"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 23 Sep 2025 01:24:14 GMT"},{"key":"Content-Type","value":"application/json","description":""},{"key":"Content-Length","value":"171"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amzn-Trace-Id","value":"Root=1-68d1f6bd-716ca401052fe6fb1d4b3449"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Server-Timing","value":"app;dur=213"},{"key":"X-Xss-Protection","value":"1 ; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"trace-id","value":"69ef393ef3f5bf9739bd9760fdf55c8e"},{"key":"X-Robots-Tag","value":"noindex"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Add-On IP_SEC has been successfully updated.\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\"\n}"}],"_postman_id":"c9991ac2-32bb-4a70-8b4c-6475a5c61d4a"},{"name":"Delete MCR (v3)","id":"60c6dd93-d1e5-4042-88b5-1f9f5f4f1b13","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"{\n    \"cancellation_reason\": \"SERVICE_ORDERED_IN_ERROR\",\n    \"cancellation_comment\": \"This MCR was created in the wrong data center. Needs to be deleted.\"\n\n} "},"url":"{{baseUrl}}/v3/product/{productUid}/action/{action}","description":"<p>Deletes (terminates) the MCR from your account by changing the provisioning status.</p>\n<p>Any VXCs attached to the MCR are also terminated.</p>\n<p><strong>Note:</strong> You can only update a product when its provisioning status is <code>CONFIGURED</code> or <code>LIVE</code>.</p>\n<p>The <code>productUid</code> is a required string that identifies the service by the unique product identifier.</p>\n<p>The <code>action</code> is a required string that indicates the change in the service. For MCRs, the only accepted action is <code>CANCEL_NOW</code>. This stops the service on the MCR immediately. You will still be billed for the remainder of your contract and early termination fees apply. The MCR cannot be restored.</p>\n<p><strong>Note:</strong> Terminating an MCR on a contract term will result in an early termination fee (ETF) equivalent to 100% of the remainder of the term.</p>\n<p>For more information about the product lifecycle and provisioning status, see <a href=\"https://docs.megaport.com/api/monitoring/\">Monitoring Service Status with the API</a>.</p>\n<h4 id=\"cancellation-reasons\">Cancellation Reasons</h4>\n<p>You customize the Body of the request with the cancellation reason details for terminating a service. Specifying the reason for terminating a service will allow us to understand how we can improve your customer experience.</p>\n<p><strong>Note:</strong></p>\n<ul>\n<li><p><strong>Ordered in Error or Reordering</strong> (SERVICE_ORDERED_IN_ERROR) should be specified if you have upgraded or downgraded the service speed and re-ordered.</p>\n</li>\n<li><p><strong>Reason not Listed</strong> (OTHER) provides an optional free text field that allows you to specify a different reason to those listed. This field has a maximum of 400 characters.</p>\n</li>\n<li><p>You can also provide additional details in the free text field for any of the cancellation reasons.</p>\n</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attribute</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>cancellation_reason</code></td>\n<td>(Optional) The reason for deleting the service.  <br />These options are available:  <br /><code>MOVED_TO_CLOUD_NATIVE_SOL</code>  <br /><code>SERVICE_MOVED</code>  <br /><code>SERVICE_ORDERED_IN_ERROR</code>  <br /><code>PROOF_OF_CONCEPT</code>  <br /><code>PROJECT_ENDED</code>  <br /><code>SWITCHING_PROVIDER</code>  <br /><code>PRICING</code>  <br /><code>PRODUCT_PERFORMANCE</code>  <br /><code>OTHER</code></td>\n</tr>\n<tr>\n<td><code>cancellation_comment</code></td>\n<td>Specify free text (max. 400 characters) with an additional explanation for the reason the service was terminated.</td>\n</tr>\n</tbody>\n</table>\n</div><p>For more information, see <a href=\"https://docs.megaport.com/mcr/terminating-mcr/\">Terminating an MCR</a>.</p>\n","urlObject":{"path":["v3","product","{productUid}","action","{action}"],"host":["{{baseUrl}}"],"query":[{"disabled":true,"description":{"content":"<p>Specify whether to delete the product safely. The product is deleted only if no active VXCs are associated with it. Otherwise, a 400 error response is returned. Applicable only for CANCEL and CANCEL_NOW lifecycle actions. (Optional)</p>\n","type":"text/plain"},"key":"safeDelete","value":"{boolean}"}],"variable":[]}},"response":[{"id":"8546ddc1-3412-4cdf-af9e-8d254f50b808","name":"Delete MCR (v3)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer •••••••"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/product/34f19998-d8da-4ddc-92f6-6bcecc8b8378/action/CANCEL_NOW"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 11 Nov 2024 04:22:10 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"206"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Correlation-Id","value":"a8d86b2d67ad4bac8963a220a4dee2df"},{"key":"X-Amzn-Trace-Id","value":"Root=1-67318671-341bc589308666121f1dc5f4"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Server-Timing","value":"app;dur=450"},{"key":"X-Xss-Protection","value":"1 ; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"trace-id","value":"a8d86b2d67ad4bac8963a220a4dee2df"},{"key":"X-Robots-Tag","value":"noindex"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Action [CANCEL_NOW Service 34f19998-d8da-4ddc-92f6-6bcecc8b8378] has been done.\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\"\n}"},{"id":"314aec3e-ebec-4c83-90e6-74eeb8eed28f","name":"Delete MCR With Cancellation Reason (v3)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"{\n    \"cancellation_reason\": \"SERVICE_ORDERED_IN_ERROR\",\n    \"cancellation_comment\": \"This MCR was created in the wrong data center. Needs to be deleted.\"\n\n} ","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/product/d6efa8b2-03f1-47ed-b2d1-e76e28debefa/action/CANCEL_NOW"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 11 Nov 2024 04:29:06 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"206"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Correlation-Id","value":"039b0102b6d0d57fda2a9fcd8cd37527"},{"key":"X-Amzn-Trace-Id","value":"Root=1-67318811-1bc9deea63a17b7f66eb230a"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Server-Timing","value":"app;dur=585"},{"key":"X-Xss-Protection","value":"1 ; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"trace-id","value":"039b0102b6d0d57fda2a9fcd8cd37527"},{"key":"X-Robots-Tag","value":"noindex"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Action [CANCEL_NOW Service d6efa8b2-03f1-47ed-b2d1-e76e28debefa] has been done.\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\"\n}"}],"_postman_id":"60c6dd93-d1e5-4042-88b5-1f9f5f4f1b13"}],"id":"257be173-4543-42a8-b70d-d45edd86c02d","description":"<p>An MCR joins two or more independent Virtual Cross Connect (VXC) services into a single routing domain, providing connectivity between all of the VXCs attached to the MCR.</p>\n<p>To create an MCR, use the <code>/v3/locations</code> endpoint to find data center locations for the MCR, and then create, validate, and complete the order.</p>\n<p>For a tutorial, see <a href=\"https://docs-staging.megaport.com/api/api-mcr/\">Creating an MCR with the API</a> in the Megaport documentation. For more information about MCR, see <a href=\"https://docs.megaport.com/mcr/\">MCR Overview</a>.</p>\n<p>Provide the following information to order a new MCR:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attribute</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>productName</code></td>\n<td>A descriptive name for the MCR.</td>\n</tr>\n<tr>\n<td><code>locationId</code></td>\n<td>The ID of the data center where you are requesting the MCR. This value is from the response returned by the <code>locations</code> endpoint.</td>\n</tr>\n<tr>\n<td><code>term</code></td>\n<td>The minimum number of months in the committed term. Specify 1, 12, 24, 36, 48, or 60.</td>\n</tr>\n<tr>\n<td><code>productType</code></td>\n<td>Specify <code>MCR2</code>.</td>\n</tr>\n<tr>\n<td><code>diversityZone</code></td>\n<td>State which diversity zone to use. Valid values are <code>auto</code>, <code>blue</code>, <code>red</code>.</td>\n</tr>\n<tr>\n<td><code>portSpeed</code></td>\n<td>MCR2 supports four speeds:  <br /><code>1000</code> (1000 Mbps),  <br /><code>2500</code> (2500 Mbps),  <br /><code>5000</code> (5000 Mbps), and  <br /><code>10000</code> (10000 Mbps).</td>\n</tr>\n<tr>\n<td><code>mcrAsn</code></td>\n<td>(Optional) An ASN value is only required if you don’t want to use the Megaport default ASN of 133937.</td>\n</tr>\n<tr>\n<td><code>costCentre</code></td>\n<td>(Optional) A finance reference to be used for billing purposes, such as a purchase order number.</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"257be173-4543-42a8-b70d-d45edd86c02d"},{"name":"Megaport Virtual Edge (MVE)","item":[{"name":"Version 3 (v3) endpoints - to be deprecated July 2025","item":[{"name":"MVE Image Details (v3)","id":"570d6d84-2057-4a9c-911e-f6a191162e2e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v3/product/mve/images","description":"<p>Returns a list of currently supported MVE images and details for each image, including image ID, version, product, and vendor.</p>\n<p>The image <code>id</code> returned indicates the software version and key configuration parameters of the image.</p>\n<p>The <code>releaseImage</code> value returned indicates whether the MVE image is available for selection when ordering an MVE.</p>\n","urlObject":{"path":["v3","product","mve","images"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"7824f585-a309-4dbd-a2c7-6b4a8495889b","name":"MVE Image Details","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v3/product/mve/images"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 11 Oct 2024 04:44:29 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"4383"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Correlation-Id","value":"6d0a6c6f67aab6ec1131b713a2808be1"},{"key":"X-Amzn-Trace-Id","value":"Root=1-6708ad2d-729da5ed2d1a97e0263513ad"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Server-Timing","value":"app;dur=38"},{"key":"ETag","value":"\"0c2a208d58bbb8dd3759dabf3cc45d91f\""},{"key":"X-Xss-Protection","value":"1 ; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"trace-id","value":"6d0a6c6f67aab6ec1131b713a2808be1"},{"key":"X-Robots-Tag","value":"noindex"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Current supported MVE images\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": {\n        \"mveImages\": [\n            {\n                \"id\": 56,\n                \"version\": \"6.4.15\",\n                \"product\": \"FortiGate-VM\",\n                \"vendor\": \"Fortinet\",\n                \"vendorDescription\": null,\n                \"releaseImage\": true,\n                \"productCode\": \"fortigate\"\n            },\n            {\n                \"id\": 57,\n                \"version\": \"7.0.14\",\n                \"product\": \"FortiGate-VM\",\n                \"vendor\": \"Fortinet\",\n                \"vendorDescription\": null,\n                \"releaseImage\": true,\n                \"productCode\": \"fortigate\"\n            },\n            {\n                \"id\": 58,\n                \"version\": \"7.4.3\",\n                \"product\": \"FortiGate-VM\",\n                \"vendor\": \"Fortinet\",\n                \"vendorDescription\": null,\n                \"releaseImage\": true,\n                \"productCode\": \"fortigate\"\n            },\n            {\n                \"id\": 83,\n                \"version\": \"17.15.01a\",\n                \"product\": \"C8000\",\n                \"vendor\": \"Cisco\",\n                \"vendorDescription\": null,\n                \"releaseImage\": true,\n                \"productCode\": \"c8000\"\n            },\n            {\n                \"id\": 69,\n                \"version\": \"17.14.01a\",\n                \"product\": \"C8000\",\n                \"vendor\": \"Cisco\",\n                \"vendorDescription\": null,\n                \"releaseImage\": true,\n                \"productCode\": \"c8000\"\n            },\n            {\n                \"id\": 20,\n                \"version\": \"21.1.3\",\n                \"product\": \"FlexVNF\",\n                \"vendor\": \"Versa\",\n                \"vendorDescription\": null,\n                \"releaseImage\": true,\n                \"productCode\": \"flexvnf\"\n            },\n            {\n                \"id\": 39,\n                \"version\": \"4.2.0\",\n                \"product\": \"SD-WAN\",\n                \"vendor\": \"VMware\",\n                \"vendorDescription\": null,\n                \"releaseImage\": true,\n                \"productCode\": \"vmware\"\n            },\n            {\n                \"id\": 71,\n                \"version\": \"7.6.0-27\",\n                \"product\": \"Secure Firewall Threat Defense Virtual\",\n                \"vendor\": \"Cisco\",\n                \"vendorDescription\": \"Engineering Build - Not for Production Use\",\n                \"releaseImage\": false,\n                \"productCode\": \"ftdv\"\n            },\n            {\n                \"id\": 40,\n                \"version\": \"4.5.1\",\n                \"product\": \"SD-WAN\",\n                \"vendor\": \"VMware\",\n                \"vendorDescription\": null,\n                \"releaseImage\": true,\n                \"productCode\": \"vmware\"\n            },\n            {\n                \"id\": 62,\n                \"version\": \"20231214\",\n                \"product\": \"vMX\",\n                \"vendor\": \"Meraki\",\n                \"vendorDescription\": \"Engineering Build - Not for Production Use\",\n                \"releaseImage\": false,\n                \"productCode\": \"meraki-vmx\"\n            },\n            {\n                \"id\": 23,\n                \"version\": \"8.3.3.3_86005\",\n                \"product\": \"EC-V\",\n                \"vendor\": \"Aruba\",\n                \"vendorDescription\": \"Aruba Orchestrator 9 or later required, must immediately upgrade boot image to version 9.X\",\n                \"releaseImage\": true,\n                \"productCode\": \"aruba-ecv\"\n            },\n            {\n                \"id\": 22,\n                \"version\": \"17.06.01a\",\n                \"product\": \"C8000\",\n                \"vendor\": \"Cisco\",\n                \"vendorDescription\": \"Minimum version of vManage is 20.6\",\n                \"releaseImage\": true,\n                \"productCode\": \"c8000\"\n            },\n            {\n                \"id\": 28,\n                \"version\": \"17.09.01a\",\n                \"product\": \"C8000\",\n                \"vendor\": \"Cisco\",\n                \"vendorDescription\": \"Minimum version of vManage is 20.9\",\n                \"releaseImage\": true,\n                \"productCode\": \"c8000\"\n            },\n            {\n                \"id\": 75,\n                \"version\": \"3.8.3\",\n                \"product\": \"VSR\",\n                \"vendor\": \"6WIND\",\n                \"vendorDescription\": null,\n                \"releaseImage\": true,\n                \"productCode\": \"6wind-mve\"\n            },\n            {\n                \"id\": 70,\n                \"version\": \"202405021650\",\n                \"product\": \"Secure Edge\",\n                \"vendor\": \"Aviatrix\",\n                \"vendorDescription\": null,\n                \"releaseImage\": true,\n                \"productCode\": \"aviatrix\"\n            },\n            {\n                \"id\": 65,\n                \"version\": \"10.2.9-h1\",\n                \"product\": \"VM-Series\",\n                \"vendor\": \"Palo Alto\",\n                \"vendorDescription\": null,\n                \"releaseImage\": true,\n                \"productCode\": \"palo-vm\"\n            },\n            {\n                \"id\": 66,\n                \"version\": \"11.1.2-h3\",\n                \"product\": \"VM-Series\",\n                \"vendor\": \"Palo Alto\",\n                \"vendorDescription\": null,\n                \"releaseImage\": true,\n                \"productCode\": \"palo-vm\"\n            },\n            {\n                \"id\": 74,\n                \"version\": \"7.2.8-25\",\n                \"product\": \"Secure Firewall Threat Defense Virtual\",\n                \"vendor\": \"Cisco\",\n                \"vendorDescription\": null,\n                \"releaseImage\": true,\n                \"productCode\": \"ftdv\"\n            },\n            {\n                \"id\": 78,\n                \"version\": \"7.4.2-172\",\n                \"product\": \"Secure Firewall Threat Defense Virtual\",\n                \"vendor\": \"Cisco\",\n                \"vendorDescription\": null,\n                \"releaseImage\": true,\n                \"productCode\": \"ftdv\"\n            },\n            {\n                \"id\": 60,\n                \"version\": \"17.12.02\",\n                \"product\": \"C8000\",\n                \"vendor\": \"Cisco\",\n                \"vendorDescription\": null,\n                \"releaseImage\": true,\n                \"productCode\": \"c8000\"\n            },\n            {\n                \"id\": 85,\n                \"version\": \"7.2\",\n                \"product\": \"Secure Edge\",\n                \"vendor\": \"Aviatrix\",\n                \"vendorDescription\": \"Aviatrix Transit and Spoke Edge functionality on 7.2 controllers\",\n                \"releaseImage\": false,\n                \"productCode\": \"aviatrix\"\n            },\n            {\n                \"id\": 84,\n                \"version\": \"7.6.0-113\",\n                \"product\": \"Secure Firewall Threat Defense Virtual\",\n                \"vendor\": \"Cisco\",\n                \"vendorDescription\": null,\n                \"releaseImage\": true,\n                \"productCode\": \"ftdv\"\n            },\n            {\n                \"id\": 91,\n                \"version\": \"vION 7108v-6.4.1-b12\",\n                \"product\": \"Prisma SD-WAN 7108v\",\n                \"vendor\": \"Palo Alto\",\n                \"vendorDescription\": \"Requires MVE Size 8/32\",\n                \"releaseImage\": true,\n                \"productCode\": \"prisma-7108\"\n            },\n            {\n                \"id\": 88,\n                \"version\": \"vION 3102v-6.4.1-b12\",\n                \"product\": \"Prisma SD-WAN 310xv\",\n                \"vendor\": \"Palo Alto\",\n                \"vendorDescription\": \"Requires MVE Size 2/8\",\n                \"releaseImage\": true,\n                \"productCode\": \"prisma-3108\"\n            },\n            {\n                \"id\": 89,\n                \"version\": \"vION 3104v-6.4.1-b12\",\n                \"product\": \"Prisma SD-WAN 310xv\",\n                \"vendor\": \"Palo Alto\",\n                \"vendorDescription\": \"Requires MVE Size 4/16\",\n                \"releaseImage\": true,\n                \"productCode\": \"prisma-3108\"\n            },\n            {\n                \"id\": 90,\n                \"version\": \"vION 3108v-6.4.1-b12\",\n                \"product\": \"Prisma SD-WAN 310xv\",\n                \"vendor\": \"Palo Alto\",\n                \"vendorDescription\": \"Requires MVE Size 8/32\",\n                \"releaseImage\": true,\n                \"productCode\": \"prisma-3108\"\n            }\n        ]\n    }\n}"}],"_postman_id":"570d6d84-2057-4a9c-911e-f6a191162e2e"}],"id":"2fb6e4f9-1a42-4aac-bcb1-09cc94e8adad","description":"<p>New version 4 (v4) endpoints are now available for MVE (MVE Image Details). We strongly recommend that you use this new endpoint for returning a list of supported MVE images and details for each image.</p>\n<p>The version 3 (v3) endpoint for returning MVE image details will be deprecated and no longer supported by July 2025.</p>\n","_postman_id":"2fb6e4f9-1a42-4aac-bcb1-09cc94e8adad"},{"name":"MVE Image Details (v4)","id":"1eefdccf-b772-4fa0-a274-c29b6cd2b4bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v4/product/mve/images","description":"<p>Returns a list of currently supported MVE images and details for each image, including image ID, version, product, and vendor.</p>\n<p>The image <code>id</code> returned indicates the software version and key configuration parameters of the image.</p>\n<p>The <code>releaseImage</code> value returned indicates whether the MVE image is available for selection when ordering an MVE.</p>\n","urlObject":{"path":["v4","product","mve","images"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"cf79af9c-ec7b-47e0-94aa-bc1d153ed748","name":"MVE Image Details (v4)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v4/product/mve/images"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 24 Jun 2025 00:47:05 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1184"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amzn-Trace-Id","value":"Root=1-6859f589-650ccdc369b8173c32bb6257"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Server-Timing","value":"app;dur=90"},{"key":"ETag","value":"W/\"035db2641fa27acc03f3ea972b3f5902d\""},{"key":"X-Xss-Protection","value":"1 ; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"trace-id","value":"53fbca05d4d856a96c95b91c8d75d67b"},{"key":"content-encoding","value":"gzip"},{"key":"X-Robots-Tag","value":"noindex"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Current supported MVE images\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": {\n        \"mveImages\": [\n            {\n                \"product\": \"VSR\",\n                \"vendor\": \"6WIND\",\n                \"images\": [\n                    {\n                        \"id\": 99,\n                        \"version\": \"3.8.11\",\n                        \"productCode\": \"6wind-mve\",\n                        \"vendorDescription\": null,\n                        \"releaseImage\": true,\n                        \"availableSizes\": [\n                            \"MVE 2/8\",\n                            \"MVE 4/16\",\n                            \"MVE 8/32\",\n                            \"MVE 16/64\",\n                            \"MVE 32/128\"\n                        ]\n                    }\n                ],\n                \"vendorProductId\": \"6wind_vsr\"\n            },\n            {\n                \"product\": \"EC-V\",\n                \"vendor\": \"Aruba\",\n                \"images\": [\n                    {\n                        \"id\": 23,\n                        \"version\": \"8.3.3.3_86005\",\n                        \"productCode\": \"aruba-ecv\",\n                        \"vendorDescription\": \"Aruba Orchestrator 9 or later required, must immediately upgrade boot image to version 9.X\",\n                        \"releaseImage\": true,\n                        \"availableSizes\": [\n                            \"MVE 2/8\",\n                            \"MVE 4/16\",\n                            \"MVE 8/32\",\n                            \"MVE 16/64\",\n                            \"MVE 32/128\"\n                        ]\n                    }\n                ],\n                \"vendorProductId\": \"aruba_ec-v\"\n            },\n            {\n                \"product\": \"Secure Edge\",\n                \"vendor\": \"Aviatrix\",\n                \"images\": [\n                    {\n                        \"id\": 101,\n                        \"version\": \"g3-202504251525-(v8.0)\",\n                        \"productCode\": \"aviatrix\",\n                        \"vendorDescription\": null,\n                        \"releaseImage\": true,\n                        \"availableSizes\": [\n                            \"MVE 2/8\",\n                            \"MVE 4/16\",\n                            \"MVE 8/32\",\n                            \"MVE 16/64\",\n                            \"MVE 32/128\"\n                        ]\n                    }\n                ],\n                \"vendorProductId\": \"aviatrix_secure_edge\"\n            },\n            {\n                \"product\": \"C8000\",\n                \"vendor\": \"Cisco\",\n                \"images\": [\n                    {\n                        \"id\": 92,\n                        \"version\": \"17.16.01a\",\n                        \"productCode\": \"c8000\",\n                        \"vendorDescription\": null,\n                        \"releaseImage\": true,\n                        \"availableSizes\": [\n                            \"MVE 2/8\",\n                            \"MVE 4/16\",\n                            \"MVE 8/32\",\n                            \"MVE 16/64\",\n                            \"MVE 32/128\"\n                        ]\n                    },\n                    {\n                        \"id\": 83,\n                        \"version\": \"17.15.01a\",\n                        \"productCode\": \"c8000\",\n                        \"vendorDescription\": null,\n                        \"releaseImage\": true,\n                        \"availableSizes\": [\n                            \"MVE 2/8\",\n                            \"MVE 4/16\",\n                            \"MVE 8/32\",\n                            \"MVE 16/64\",\n                            \"MVE 32/128\"\n                        ]\n                    },\n                    {\n                        \"id\": 60,\n                        \"version\": \"17.12.02\",\n                        \"productCode\": \"c8000\",\n                        \"vendorDescription\": null,\n                        \"releaseImage\": true,\n                        \"availableSizes\": [\n                            \"MVE 2/8\",\n                            \"MVE 4/16\",\n                            \"MVE 8/32\",\n                            \"MVE 16/64\",\n                            \"MVE 32/128\"\n                        ]\n                    },\n                    {\n                        \"id\": 28,\n                        \"version\": \"17.09.01a\",\n                        \"productCode\": \"c8000\",\n                        \"vendorDescription\": \"Minimum version of vManage is 20.9\",\n                        \"releaseImage\": true,\n                        \"availableSizes\": [\n                            \"MVE 2/8\",\n                            \"MVE 4/16\",\n                            \"MVE 8/32\",\n                            \"MVE 16/64\",\n                            \"MVE 32/128\"\n                        ]\n                    },\n                    {\n                        \"id\": 22,\n                        \"version\": \"17.06.01a\",\n                        \"productCode\": \"c8000\",\n                        \"vendorDescription\": \"Minimum version of vManage is 20.6\",\n                        \"releaseImage\": true,\n                        \"availableSizes\": [\n                            \"MVE 2/8\",\n                            \"MVE 4/16\",\n                            \"MVE 8/32\",\n                            \"MVE 16/64\",\n                            \"MVE 32/128\"\n                        ]\n                    }\n                ],\n                \"vendorProductId\": \"cisco_c8000\"\n            },\n            {\n                \"product\": \"Secure Firewall Threat Defense Virtual\",\n                \"vendor\": \"Cisco\",\n                \"images\": [\n                    {\n                        \"id\": 100,\n                        \"version\": \"7.7.0-89\",\n                        \"productCode\": \"ftdv\",\n                        \"vendorDescription\": null,\n                        \"releaseImage\": false,\n                        \"availableSizes\": [\n                            \"MVE 4/16\",\n                            \"MVE 8/32\",\n                            \"MVE 16/64\",\n                            \"MVE 32/128\"\n                        ]\n                    },\n                    {\n                        \"id\": 84,\n                        \"version\": \"7.6.0-113\",\n                        \"productCode\": \"ftdv\",\n                        \"vendorDescription\": null,\n                        \"releaseImage\": true,\n                        \"availableSizes\": [\n                            \"MVE 4/16\",\n                            \"MVE 8/32\",\n                            \"MVE 16/64\",\n                            \"MVE 32/128\"\n                        ]\n                    },\n                    {\n                        \"id\": 78,\n                        \"version\": \"7.4.2-172\",\n                        \"productCode\": \"ftdv\",\n                        \"vendorDescription\": null,\n                        \"releaseImage\": true,\n                        \"availableSizes\": [\n                            \"MVE 4/16\",\n                            \"MVE 8/32\",\n                            \"MVE 16/64\",\n                            \"MVE 32/128\"\n                        ]\n                    },\n                    {\n                        \"id\": 74,\n                        \"version\": \"7.2.8-25\",\n                        \"productCode\": \"ftdv\",\n                        \"vendorDescription\": null,\n                        \"releaseImage\": true,\n                        \"availableSizes\": [\n                            \"MVE 4/16\",\n                            \"MVE 8/32\",\n                            \"MVE 16/64\",\n                            \"MVE 32/128\"\n                        ]\n                    },\n                    {\n                        \"id\": 71,\n                        \"version\": \"7.6.0-27\",\n                        \"productCode\": \"ftdv\",\n                        \"vendorDescription\": \"Engineering Build - Not for Production Use\",\n                        \"releaseImage\": false,\n                        \"availableSizes\": [\n                            \"MVE 4/16\",\n                            \"MVE 8/32\",\n                            \"MVE 16/64\",\n                            \"MVE 32/128\"\n                        ]\n                    }\n                ],\n                \"vendorProductId\": \"cisco_secure_firewall_threat_defense_virtual\"\n            },\n            {\n                \"product\": \"FortiGate-VM\",\n                \"vendor\": \"Fortinet\",\n                \"images\": [\n                    {\n                        \"id\": 58,\n                        \"version\": \"7.4.3\",\n                        \"productCode\": \"fortigate\",\n                        \"vendorDescription\": null,\n                        \"releaseImage\": true,\n                        \"availableSizes\": [\n                            \"MVE 2/8\",\n                            \"MVE 4/16\",\n                            \"MVE 8/32\",\n                            \"MVE 16/64\",\n                            \"MVE 32/128\"\n                        ]\n                    },\n                    {\n                        \"id\": 57,\n                        \"version\": \"7.0.14\",\n                        \"productCode\": \"fortigate\",\n                        \"vendorDescription\": null,\n                        \"releaseImage\": true,\n                        \"availableSizes\": [\n                            \"MVE 2/8\",\n                            \"MVE 4/16\",\n                            \"MVE 8/32\",\n                            \"MVE 16/64\",\n                            \"MVE 32/128\"\n                        ]\n                    },\n                    {\n                        \"id\": 56,\n                        \"version\": \"6.4.15\",\n                        \"productCode\": \"fortigate\",\n                        \"vendorDescription\": null,\n                        \"releaseImage\": true,\n                        \"availableSizes\": [\n                            \"MVE 2/8\",\n                            \"MVE 4/16\",\n                            \"MVE 8/32\",\n                            \"MVE 16/64\",\n                            \"MVE 32/128\"\n                        ]\n                    }\n                ],\n                \"vendorProductId\": \"fortinet_fortigate-vm\"\n            },\n            {\n                \"product\": \"vMX\",\n                \"vendor\": \"Meraki\",\n                \"images\": [\n                    {\n                        \"id\": 97,\n                        \"version\": \"Meraki Classic 19.2\",\n                        \"productCode\": \"meraki-vmx\",\n                        \"vendorDescription\": null,\n                        \"releaseImage\": false,\n                        \"availableSizes\": [\n                            \"MVE 2/8\",\n                            \"MVE 4/16\"\n                        ]\n                    }\n                ],\n                \"vendorProductId\": \"meraki_vmx\"\n            },\n            {\n                \"product\": \"Prisma SD-WAN 310xv\",\n                \"vendor\": \"Palo Alto\",\n                \"images\": [\n                    {\n                        \"id\": 90,\n                        \"version\": \"vION 3108v-6.4.1-b12\",\n                        \"productCode\": \"prisma-3108\",\n                        \"vendorDescription\": \"Requires MVE Size 8/32\",\n                        \"releaseImage\": true,\n                        \"availableSizes\": [\n                            \"MVE 2/8\",\n                            \"MVE 4/16\",\n                            \"MVE 8/32\"\n                        ]\n                    },\n                    {\n                        \"id\": 89,\n                        \"version\": \"vION 3104v-6.4.1-b12\",\n                        \"productCode\": \"prisma-3108\",\n                        \"vendorDescription\": \"Requires MVE Size 4/16\",\n                        \"releaseImage\": true,\n                        \"availableSizes\": [\n                            \"MVE 2/8\",\n                            \"MVE 4/16\",\n                            \"MVE 8/32\"\n                        ]\n                    },\n                    {\n                        \"id\": 88,\n                        \"version\": \"vION 3102v-6.4.1-b12\",\n                        \"productCode\": \"prisma-3108\",\n                        \"vendorDescription\": \"Requires MVE Size 2/8\",\n                        \"releaseImage\": true,\n                        \"availableSizes\": [\n                            \"MVE 2/8\",\n                            \"MVE 4/16\",\n                            \"MVE 8/32\"\n                        ]\n                    }\n                ],\n                \"vendorProductId\": \"palo_alto_prisma_sd-wan_310xv\"\n            },\n            {\n                \"product\": \"Prisma SD-WAN 7108v\",\n                \"vendor\": \"Palo Alto\",\n                \"images\": [\n                    {\n                        \"id\": 91,\n                        \"version\": \"vION 7108v-6.4.1-b12\",\n                        \"productCode\": \"prisma-7108\",\n                        \"vendorDescription\": \"Requires MVE Size 8/32\",\n                        \"releaseImage\": true,\n                        \"availableSizes\": [\n                            \"MVE 8/32\"\n                        ]\n                    }\n                ],\n                \"vendorProductId\": \"palo_alto_prisma_sd-wan_7108v\"\n            },\n            {\n                \"product\": \"VM-Series\",\n                \"vendor\": \"Palo Alto\",\n                \"images\": [\n                    {\n                        \"id\": 66,\n                        \"version\": \"11.1.2-h3\",\n                        \"productCode\": \"palo-vm\",\n                        \"vendorDescription\": null,\n                        \"releaseImage\": true,\n                        \"availableSizes\": [\n                            \"MVE 2/8\",\n                            \"MVE 4/16\",\n                            \"MVE 8/32\",\n                            \"MVE 16/64\",\n                            \"MVE 32/128\"\n                        ]\n                    },\n                    {\n                        \"id\": 65,\n                        \"version\": \"10.2.9-h1\",\n                        \"productCode\": \"palo-vm\",\n                        \"vendorDescription\": null,\n                        \"releaseImage\": true,\n                        \"availableSizes\": [\n                            \"MVE 2/8\",\n                            \"MVE 4/16\",\n                            \"MVE 8/32\",\n                            \"MVE 16/64\",\n                            \"MVE 32/128\"\n                        ]\n                    }\n                ],\n                \"vendorProductId\": \"palo_alto_vm-series\"\n            },\n            {\n                \"product\": \"FusionHub\",\n                \"vendor\": \"Peplink\",\n                \"images\": [\n                    {\n                        \"id\": 94,\n                        \"version\": \"8.5.1s045\",\n                        \"productCode\": \"fusionhub\",\n                        \"vendorDescription\": null,\n                        \"releaseImage\": true,\n                        \"availableSizes\": [\n                            \"MVE 2/8\",\n                            \"MVE 4/16\",\n                            \"MVE 8/32\",\n                            \"MVE 16/64\",\n                            \"MVE 32/128\"\n                        ]\n                    }\n                ],\n                \"vendorProductId\": \"peplink_fusionhub\"\n            },\n            {\n                \"product\": \"FlexVNF\",\n                \"vendor\": \"Versa\",\n                \"images\": [\n                    {\n                        \"id\": 20,\n                        \"version\": \"21.1.3\",\n                        \"productCode\": \"flexvnf\",\n                        \"vendorDescription\": null,\n                        \"releaseImage\": true,\n                        \"availableSizes\": [\n                            \"MVE 2/8\",\n                            \"MVE 4/16\",\n                            \"MVE 8/32\",\n                            \"MVE 16/64\",\n                            \"MVE 32/128\"\n                        ]\n                    }\n                ],\n                \"vendorProductId\": \"versa_flexvnf\"\n            },\n            {\n                \"product\": \"SD-WAN\",\n                \"vendor\": \"VMware\",\n                \"images\": [\n                    {\n                        \"id\": 40,\n                        \"version\": \"4.5.1\",\n                        \"productCode\": \"vmware\",\n                        \"vendorDescription\": null,\n                        \"releaseImage\": true,\n                        \"availableSizes\": [\n                            \"MVE 2/8\",\n                            \"MVE 4/16\",\n                            \"MVE 8/32\",\n                            \"MVE 16/64\",\n                            \"MVE 32/128\"\n                        ]\n                    },\n                    {\n                        \"id\": 39,\n                        \"version\": \"4.2.0\",\n                        \"productCode\": \"vmware\",\n                        \"vendorDescription\": null,\n                        \"releaseImage\": true,\n                        \"availableSizes\": [\n                            \"MVE 2/8\",\n                            \"MVE 4/16\",\n                            \"MVE 8/32\",\n                            \"MVE 16/64\",\n                            \"MVE 32/128\"\n                        ]\n                    }\n                ],\n                \"vendorProductId\": \"vmware_sd-wan\"\n            }\n        ]\n    }\n}"}],"_postman_id":"1eefdccf-b772-4fa0-a274-c29b6cd2b4bd"},{"name":"Available MVE Sizes (v3)","id":"690488c6-0de1-467d-bd75-90dec6cab201","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v3/product/mve/variants","description":"<p>Returns a list of currently available MVE sizes and details for each size.</p>\n<p>The instance size determines the MVE capabilities, such as how many concurrent connections it can support.</p>\n<p>The compute sizes are 2/8, 4/16, 8/32, 16/64, and 32/128, where the first number is the CPU count and the second number is the GB of available RAM. Each size has 4 GB of RAM for every vCPU allocated.</p>\n<p>When choosing an MVE instance size, keep in mind these items:</p>\n<ul>\n<li><p>Any increase on the network data stream load can degrade performance. For example, establishing secure tunnels with IPsec, adding traffic path steering, or using deep packet inspection (DPI) can impact the maximum throughput speed.</p>\n</li>\n<li><p>Future plans to scale the network.</p>\n</li>\n</ul>\n<p>To check which MVE instance sizes are available for your deployment, use the Megaport Portal during the MVE setup process. Instance size availability depends on both the selected vendor and the deployment location, and might vary accordingly. The Megaport Portal displays the sizes that are available for your selected vendor and location.</p>\n","urlObject":{"path":["v3","product","mve","variants"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"6a992712-88ed-4ced-8713-4846ec962106","name":"Available MVE Sizes (v3)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v3/product/mve/variants"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 19 May 2025 03:14:05 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"498"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amzn-Trace-Id","value":"Root=1-682aa1fd-0b2283362a37f7e84e725eb7"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Server-Timing","value":"app;dur=51"},{"key":"ETag","value":"W/\"02056e0a5d0a0bc266b8a3e9da70e4081\""},{"key":"X-Xss-Protection","value":"1 ; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"trace-id","value":"801eee5754114620dc56551f647f050c"},{"key":"X-Robots-Tag","value":"noindex"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Current supported MVE sizes\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"size\": \"SMALL\",\n            \"label\": \"MVE 2/8\",\n            \"cpuCoreCount\": 2,\n            \"ramGB\": 8\n        },\n        {\n            \"size\": \"MEDIUM\",\n            \"label\": \"MVE 4/16\",\n            \"cpuCoreCount\": 4,\n            \"ramGB\": 16\n        },\n        {\n            \"size\": \"LARGE\",\n            \"label\": \"MVE 8/32\",\n            \"cpuCoreCount\": 8,\n            \"ramGB\": 32\n        },\n        {\n            \"size\": \"X_LARGE_16\",\n            \"label\": \"MVE 16/64\",\n            \"cpuCoreCount\": 16,\n            \"ramGB\": 64\n        },\n        {\n            \"size\": \"X_LARGE_32\",\n            \"label\": \"MVE 32/128\",\n            \"cpuCoreCount\": 32,\n            \"ramGB\": 128\n        }\n    ]\n}"}],"_postman_id":"690488c6-0de1-467d-bd75-90dec6cab201"},{"name":"Validate MVE Order (v3)","id":"7ba05ed4-2d21-45d9-a4d0-3aa3047bc55f","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"[\n    {\n        \"locationId\": 62,\n        \"productName\": \"My Small Versa MVE \",\n        \"productType\": \"MVE\",\n        \"term\": 12,\n        \"promoCode\": \"promox3mnthfree2\",\n        \"config\": {\n            \"diversityZone\": \"red\"\n        },\n        \"vnics\": [\n            {\n                \"description\": \"Data Plane 1\"\n            },\n            {\n                \"description\": null\n            },\n            {\n                \"description\": \"Data Plane 3\"\n            },\n            {\n                \"description\": \"Data Plane 4\"\n            },\n            {\n                \"description\": null\n            }\n        ],\n        \"associatedVxcs\": [],\n        \"vendorConfig\": {\n            \"imageId\": 20,\n            \"mveLabel\": \"MVE 2/8\",\n            \"directorAddress\": \"director1.versa.com\",\n            \"controllerAddress\": \"controller1.versa.com\",\n            \"localAuth\": \"SDWAN-Branch@Versa.com\",\n            \"remoteAuth\": \"Controller-1-staging@Versa.com\",\n            \"serialNumber\": \"Megaport-Hub1\"\n        }\n    }\n]\n","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/networkdesign/validate","description":"<p>Validates the MVE buy request and ensures all parameters are within range and acceptable to the provisioning system. A successful validation request returns pricing details. For MVE, pricing details are limited to the <code>monthlyRate</code> and the <code>currency</code>. This request does not commit the order.</p>\n<p><code>promoCode</code> is an optional string that can be used to enter a promotional code for the service order. The code is not validated, so if the code doesn’t exist or doesn’t work for the service, the call will still be successful.</p>\n<p>Vendor-specific parameters are described in the Buy MVE request for each vendor.</p>\n<p><strong>Note:</strong> Use this v3 endpoint instead of the v2 endpoint, which will be deprecated in September 2024.</p>\n","urlObject":{"path":["v3","networkdesign","validate"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"3ce95023-f908-43f3-a2b1-b2c18497e72f","name":"Validate MVE (v3)","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{accessToken}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\n    {\n        \"locationId\": 62,\n        \"productName\": \"My small Versa MVE\",\n        \"associatedVxcs\": [],\n        \"productType\": \"MVE\",\n        \"vendorConfig\": {\n            \"imageId\": 20,\n            \"mveLabel\": \"MVE 2/8\",\n            \"vendor\": \"VERSA\",\n            \"directorAddress\": \"director1.versa.com\",\n            \"controllerAddress\": \"controller1.versa.com\",\n            \"localAuth\": \"SDWAN-Branch@Versa.com\",\n            \"remoteAuth\": \"Controller-1-staging@Versa.com\",\n            \"serialNumber\": \"Megaport-Hub1\"\n        }\n    }\n]","options":{"raw":{"language":"json"}}},"url":"https://api-staging.megaport.com/v3/networkdesign/validate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 07 Mar 2023 18:49:06 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"560"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"UOW","value":"55418e94-f268-42d4-9b7c-22e784040e0b"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Validation passed\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"price\": {\n                \"hourlySetup\": 0,\n                \"dailySetup\": 0,\n                \"monthlySetup\": 0,\n                \"hourlyRate\": 0,\n                \"dailyRate\": 0,\n                \"monthlyRate\": 1200,\n                \"fixedRecurringCharge\": 1200,\n                \"postPaidBaseRate\": \"no base rate\",\n                \"longHaulMbpsRate\": 0,\n                \"currency\": \"USD\",\n                \"key\": \"no key\",\n                \"productType\": \"MVE\",\n                \"empty\": false\n            },\n            \"serviceName\": \"My small Versa MVE\",\n            \"productType\": \"MEGAPORT\",\n            \"productUid\": \"fe19eca3-0f26-4f23-b145-2c87887c6c8f\",\n            \"string\": \"New York\"\n        }\n    ]\n}"},{"id":"bc4e129b-6d07-4a20-a034-7c4fca391af1","name":"vNIC example (v3)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"[\n    {\n        \"locationId\": 62,\n        \"productName\": \"My Small Versa MVE Nichola test\",\n        \"productType\": \"MVE\",\n        \"vnics\": [\n            {\"description\":\"Description 1\"},\n            {},\n            {\"description\":\"Description 2\"},\n            {\"description\":\"Description 3\"}\n        ],\n        \"associatedVxcs\": [],\n        \"vendorConfig\": {\n            \"imageId\": 20,\n            \"mveLabel\": \"MVE 2/8\",\n            \"vendor\": \"VERSA\",\n            \"directorAddress\": \"director1.versa.com\",\n            \"controllerAddress\": \"controller1.versa.com\",\n            \"localAuth\": \"SDWAN-Branch@Versa.com\",\n            \"remoteAuth\": \"Controller-1-staging@Versa.com\",\n            \"serialNumber\": \"Megaport-Hub1\"\n        }\n    }\n]\n","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/networkdesign/validate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 18 Sep 2023 03:57:13 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"572"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Set-Cookie","value":"JSESSIONID=CAF9863FCC20747F8F5143186B6FD358; Path=/; HttpOnly"},{"key":"UOW","value":"812bd753-d4cf-4b15-8ad9-283d14d03295"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Validation passed\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"price\": {\n                \"hourlySetup\": 0,\n                \"dailySetup\": 0,\n                \"monthlySetup\": 0,\n                \"hourlyRate\": 0,\n                \"dailyRate\": 0,\n                \"monthlyRate\": 840,\n                \"fixedRecurringCharge\": 840,\n                \"postPaidBaseRate\": \"no base rate\",\n                \"longHaulMbpsRate\": 0,\n                \"currency\": \"USD\",\n                \"key\": \"no key\",\n                \"productType\": \"MVE\",\n                \"empty\": false\n            },\n            \"serviceName\": \"My Small Versa MVE Nichola test\",\n            \"productType\": \"MEGAPORT\",\n            \"productUid\": \"031b74ee-a211-4815-b4fd-2916e89dc86f\",\n            \"string\": \"New York\"\n        }\n    ]\n}"}],"_postman_id":"7ba05ed4-2d21-45d9-a4d0-3aa3047bc55f"},{"name":"Buy MVE - 6WIND VSR (v3)","id":"73b6efd5-67ae-460d-b8ec-24db8b38082f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"[\n    {\n        \"locationId\": 23,\n        \"productName\": \"6WIND VSR MVE Test\",\n        \"productType\": \"MVE\",\n        \"term\": 12,\n        \"promoCode\": \"promox3mnthfree2\",\n        \"config\": {\n        \"diversityZone\": \"blue\"\n        },\n        \"vnics\": [\n            {\n                \"description\": \"Data Plane 1\"\n            },\n            {\n                \"description\": null\n            },\n            {\n                \"description\": \"vNIC 3\"\n            },\n            {\n                \"description\": \"vNIC 4\"\n            },\n            {\n                \"description\": null\n            }\n        ],\n        \"vendorConfig\": {\n            \"imageId\": 75,\n            \"mveLabel\": \"MVE 8/32\",\n            \"sshPublicKey\": \"ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAklOUpkDHrfHY17SbrmTIpNLTGK9Tjom/BWDSUGPl+nafzlHDTYW7hdI4yZ5ew18JH4JW9jbhUFrviQzM7xlELEVf4h9lFX5QVkbPppSwg0cda3Pbv7kOdJ/MTyBlWXFCR+HAo3FXRitBqxiX1nKhXpHAZsMciLq8V6RjsNAQwdsdMFvSlVK/7XAt3FaoJoAsncM1Q9x5+3V0Ww68/eIFmb1zuUFljQJKprrX88XypNDvjYNby6vw/Pb0rwert/EnmZ+AW4OZPnTPI89ZPmVMLuayrD2cE86Z/il8b+gw3r3+1nKatmIkjn2so1d01QraTlMqVSsbxNrRFi9wrf+M7Q== schacon@mylaptop.local\"\n        }\n    }\n]"},"url":"{{baseUrl}}/v3/networkdesign/buy","description":"<p>Once validated with understood pricing, use the <code>buy</code> request to order the 6WIND Virtual Server Router (VSR) MVE.</p>\n<p>The attributes have these values.</p>\n<ul>\n<li><p><code>locationId</code> - (Required) The location to create the MVE. You retrieve this value from the <code>locations</code> endpoint.</p>\n</li>\n<li><p><code>productName</code> - (Required) Customer name for the MVE - this name appears in the Portal.</p>\n</li>\n<li><p><code>productType</code> - (Required) “MVE” (static value).</p>\n</li>\n<li><p><code>term</code> - (Required) Specify the minimum number of months in the committed term. Accepted values are 1, 12, 24, 36, 48, and 60. The default is 12.</p>\n</li>\n<li><p><code>costCentre</code> - (Optional) A customer reference number for the MVE to be included in billing information and invoices.</p>\n</li>\n<li><p><code>promoCode</code> - (Optional) A string that can be used to enter a promotional code for the service order. The code is not validated, so if the code doesn’t exist or doesn’t work for the service, the call will still be successful.</p>\n</li>\n<li><p><code>diversityZone</code> - (Optional) Part of the <code>config</code> array. Valid values are \"blue\", \"red\". If this parameter is not used to specify a diversity zone, a diversity zone will be automatically allocated.</p>\n</li>\n<li><p><code>vnics</code> - (Optional) An array of defined vNICs for this MVE. By default, each 6WIND VSR MVE has one vNIC provisioned at creation. The maximum number of vNICs allowed is five. If the array is not supplied (i.e. null), one vNIC will be provisioned.</p>\n</li>\n<li><p><code>vendorConfig</code> - (Required) Vendor-specific information required to bootstrap the MVE. For 6WIND VSR the <code>vendorConfig</code> attributes are:</p>\n<ul>\n<li><p><code>imageId</code> - (Required) Indicates the software version and key configuration parameters. This value is in the <code>v4/product/mve/images</code> response and the MVE object in the <code>v3/locations</code> response.</p>\n</li>\n<li><p><code>mveLabel</code> - (Required) The size of the VM. The size defines the MVE specifications including number of cores, bandwidth, and number of connections. For sizing details, see <a href=\"https://docs.megaport.com/mve/6wind/plan-deployment/#size\">Planning Your 6WIND Deployment</a>.</p>\n</li>\n<li><p><code>sshPublicKey</code> - (Required) You connect your MVE through a public/private SSH key pair to establish a secure connection. The public SSH key allows you to use SSH to access the MVE. Megaport supports the 2048-bit RSA key type.</p>\n</li>\n</ul>\n</li>\n</ul>\n<p>This call submits a request to create the MVE. MVE creation only takes a few minutes.</p>\n<p>A successful request places the order in a deployment queue. The response to a successful request returns an associated <code>technicalServiceUid</code> (This value is the same as the <code>productUid</code>). Take note of the <code>technicalServiceUid</code> to use in other requests, such as ordering the Megaport Internet connection or retrieving the configuration information.</p>\n<p>The response includes information about the MVE configuration including the public IP address. For high availability, select another location in the metro and create another MVE.</p>\n<p>Next, you will validate and create a Megaport Internet connection using the <code>v3/networkdesign/validate</code> and <code>v3/networkdesign/buy</code> endpoints.</p>\n","urlObject":{"path":["v3","networkdesign","buy"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"8f528b2d-a8d8-4ae9-a994-a2365361d25c","name":"Buy MVE - 6WIND VSR (v3)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"[\n    {\n        \"locationId\": 23,\n        \"productName\": \"6WIND VSR MVE Test\",\n        \"productType\": \"MVE\",\n        \"term\": 12,\n        \"promoCode\": \"promox3mnthfree2\",\n        \"config\": {\n        \"diversityZone\": \"blue\"\n        },\n        \"vnics\": [\n            {\n                \"description\": \"Data Plane 1\"\n            },\n            {\n                \"description\": null\n            },\n            {\n                \"description\": \"vNIC 3\"\n            },\n            {\n                \"description\": \"vNIC 4\"\n            },\n            {\n                \"description\": null\n            }\n        ],\n        \"vendorConfig\": {\n            \"imageId\": 75,\n            \"mveLabel\": \"MVE 8/32\",\n            \"sshPublicKey\": \"ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAklOUpkDHrfHY17SbrmTIpNLTGK9Tjom/BWDSUGPl+nafzlHDTYW7hdI4yZ5ew18JH4JW9jbhUFrviQzM7xlELEVf4h9lFX5QVkbPppSwg0cda3Pbv7kOdJ/MTyBlWXFCR+HAo3FXRitBqxiX1nKhXpHAZsMciLq8V6RjsNAQwdsdMFvSlVK/7XAt3FaoJoAsncM1Q9x5+3V0Ww68/eIFmb1zuUFljQJKprrX88XypNDvjYNby6vw/Pb0rwert/EnmZ+AW4OZPnTPI89ZPmVMLuayrD2cE86Z/il8b+gw3r3+1nKatmIkjn2so1d01QraTlMqVSsbxNrRFi9wrf+M7Q== schacon@mylaptop.local\"\n        }\n    }\n]","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/networkdesign/buy"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 14 Oct 2024 08:11:02 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1750"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Correlation-Id","value":"bf3f5c9124ea9e0cf499978103660e60"},{"key":"X-Amzn-Trace-Id","value":"Root=1-670cd212-44f59624159d01cf3c1b4793"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Server-Timing","value":"app;dur=3709"},{"key":"X-Xss-Protection","value":"1 ; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"trace-id","value":"bf3f5c9124ea9e0cf499978103660e60"},{"key":"X-Robots-Tag","value":"noindex"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"MVE [e97da666-a4ed-4d35-ad64-3a7d1f18573e] created.\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"serviceName\": \"6WIND VSR MVE Test\",\n            \"name\": \"6WIND VSR MVE Test\",\n            \"secondaryName\": null,\n            \"technicalServiceId\": 214611,\n            \"technicalServiceUid\": \"e97da666-a4ed-4d35-ad64-3a7d1f18573e\",\n            \"requestedDate\": 1728893461037,\n            \"configuredDate\": null,\n            \"currentEstimatedDelivery\": null,\n            \"companyName\": \"Megaport Lab\",\n            \"companyId\": 1153,\n            \"billingContactName\": null,\n            \"billingContactId\": null,\n            \"adminContactName\": null,\n            \"adminContactId\": null,\n            \"technicalContactName\": null,\n            \"technicalContactId\": null,\n            \"salesName\": null,\n            \"salesId\": null,\n            \"billableId\": 206076,\n            \"billableUsageAlgorithm\": null,\n            \"productType\": \"MVE\",\n            \"provisioningStatus\": \"DEPLOYABLE\",\n            \"failedReason\": null,\n            \"inAdvanceBillingStatus\": null,\n            \"provisioningItems\": [],\n            \"vxcDistanceBand\": null,\n            \"intercapPath\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"createDate\": 1728893461037,\n            \"terminationDate\": null,\n            \"contractStartDate\": null,\n            \"contractTermMonths\": 12,\n            \"rateType\": \"MONTHLY\",\n            \"trialAgreement\": false,\n            \"payerCompanyId\": null,\n            \"nonPayerCompanyId\": null,\n            \"minimumSpeed\": null,\n            \"maximumSpeed\": null,\n            \"rateLimit\": null,\n            \"errorMessage\": null,\n            \"lagId\": null,\n            \"aggregationId\": null,\n            \"lagPrimary\": null,\n            \"market\": \"Australia\",\n            \"accountManager\": null,\n            \"promptUid\": null,\n            \"components\": [],\n            \"attributes\": [],\n            \"aLocation\": \"mel-mdc\",\n            \"bLocation\": null,\n            \"aMetro\": \"Melbourne\",\n            \"aCountry\": \"Australia\",\n            \"aLocationId\": 23,\n            \"bLocationId\": null,\n            \"bMetro\": null,\n            \"bCountry\": null,\n            \"attributeTags\": {},\n            \"createdBy\": \"f39b8983-256e-4643-adec-9f0b5da09ab7\",\n            \"buyoutPort\": false,\n            \"virtual\": false,\n            \"locked\": false,\n            \"adminLocked\": false,\n            \"bgpShutdownDefault\": false,\n            \"vendor\": \"6WIND\",\n            \"mveSize\": \"LARGE\",\n            \"originDomain\": null\n        }\n    ]\n}"}],"_postman_id":"73b6efd5-67ae-460d-b8ec-24db8b38082f"},{"name":"Buy MVE - Aruba SD-WAN (v3)","id":"90d98da4-84de-451d-9c81-597d7c29ae82","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}","type":"text"}],"body":{"mode":"raw","raw":"[\n    {\n        \"locationId\": 64,\n        \"productName\": \"Test Aruba MVE docs\",\n        \"productType\": \"MVE\",\n        \"term\": 12,\n        \"promoCode\": \"promox3mnthfree2\", \n        \"config\": {\n        \"diversityZone\": \"red\"\n        },\n        \"vnics\": [\n            {\n                \"description\": \"Data Plane 1\"\n            },\n            {\n                \"description\": null\n            },\n            {\n                \"description\": \"Data Plane 3\"\n            },\n            {\n                \"description\": \"Data Plane 4\"\n            },\n            {\n                \"description\": null\n            }\n        ],\n        \"vendorConfig\": {\n            \"imageId\": 23,\n            \"mveLabel\": \"MVE 4/16\",\n            \"accountName\": \"My account name\",\n            \"accountKey\": \"My account key\",\n            \"systemTag\": \"My tag\"\n        }\n    }\n]\n","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/networkdesign/buy","description":"<p>Once validated with understood pricing, use the <code>buy</code> request to order the Aruba SD-WAN MVE.</p>\n<p>The attributes have these values.</p>\n<ul>\n<li><p><code>locationId</code> - (Required) The location to create the MVE. You retrieve this value from the <code>locations</code> endpoint.</p>\n</li>\n<li><p><code>productName</code> - (Required) Customer name for the MVE - this name appears in the Portal.</p>\n</li>\n<li><p><code>productType</code> - (Required) “MVE” (static value).</p>\n</li>\n<li><p><code>term</code> - (Required) Specify the minimum number of months in the committed term. Accepted values are 1, 12, 24, 36, 48, and 60. The default is 12.</p>\n</li>\n<li><p><code>costCentre</code> - (Optional) A customer reference number for the MVE to be included in billing information and invoices.</p>\n</li>\n<li><p><code>promoCode</code> - (Optional) A string that can be used to enter a promotional code for the service order. The code is not validated, so if the code doesn’t exist or doesn’t work for the service, the call will still be successful.</p>\n</li>\n<li><p><code>diversityZone</code> - (Optional) Part of the <code>config</code> array. Valid values are \"blue\", \"red\". If this parameter is not used to specify a diversity zone, a diversity zone will be automatically allocated.</p>\n</li>\n<li><p><code>vnics</code> - (Optional) An array of defined vNICs for this MVE. The number of elements in the array is the number of vNICs the user wants to provision. Description can be null. The maximum number of vNICs allowed is five. If the array is not supplied (i.e. null), one vNIC will be provisioned.</p>\n</li>\n<li><p><code>vendorConfig</code> - (Required) Vendor-specific information required to bootstrap the MVE. These values are different for each vendor and can include vendor name, size of VM, license/activation code, software version, and SSH keys.</p>\n<ul>\n<li><p><code>imageId</code> - (Required) Indicates the software version and key configuration parameters. This value is in the <code>v4/product/mve/images</code> response and the MVE object in the <code>v3/locations</code> response.</p>\n</li>\n<li><p><code>mveLabel</code> - (Required) The size of the VM. The size defines the MVE specifications including number of cores, bandwidth, and number of connections. For sizing details, see <a href=\"https://docs.megaport.com/mve/aruba/plan-deployment/#size\">Planning Your Aruba Deployment</a>.</p>\n</li>\n<li><p><code>accountName</code> - (Required) Enter the Account Name from Aruba Orchestrator. To view your Account Name, log in to Orchestrator and choose Orchestrator &gt; Licensing | Cloud Portal.</p>\n</li>\n<li><p><code>accountKey</code> - (Required) Enter the Account Key from Aruba Orchestrator. The key is linked to the Account Name.</p>\n</li>\n<li><p><code>systemTag</code> - (Optional) Aruba Orchestrator System Tags and preconfiguration templates register the EC-V with the Cloud Portal and Orchestrator, and enable Orchestrator to automatically accept and configure newly discovered EC-V appliances. If you created a preconfiguration template in Orchestrator, enter the System Tag you specified here.</p>\n</li>\n</ul>\n</li>\n</ul>\n<p>This call submits a request to create the MVE. MVE creation only takes a few minutes.</p>\n<p>A successful request places the order in a deployment queue. The response to a successful request returns an associated <code>technicalServiceUid</code> (This value is the same as the <code>productUid</code>). Take note of the <code>technicalServiceUid</code> to use in other requests, such as ordering the Megaport Internet connection or retrieving the configuration information.</p>\n<p>The response includes information about the MVE configuration including the public IP address. For high availability, select another location in the metro and create another MVE.</p>\n<p>Next, you will validate and create a Megaport Internet connection using the <code>v3/networkdesign/validate</code> and <code>v3/networkdesign/buy</code> endpoints.</p>\n","urlObject":{"path":["v3","networkdesign","buy"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"5f5cc44b-8f39-4eae-8d42-4a0df5e41388","name":"Buy MVE - Aruba SD-WAN (v3)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"[\n    {\n        \"locationId\": 88,\n        \"productName\": \"Test Aruba MVE\",\n        \"productType\": \"MVE\",\n        \"term\": 12, \n        \"vendorConfig\": {\n            \"vendor\": \"ARUBA\",\n            \"imageId\": 23,\n            \"mveLabel\": \"MVE 4/16\",\n            \"accountName\": \"My account name\",\n            \"accountKey\": \"My account key\",\n            \"systemTag\": \"My tag\"\n        }\n    }\n]\n","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/networkdesign/buy"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 07 Mar 2023 19:59:33 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1619"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Set-Cookie","value":"JSESSIONID=93B325BCA80A1B2A38BCC81C562B3FC2; Path=/; HttpOnly"},{"key":"UOW","value":"b27d2db1-5b89-4c52-9613-0d74137f112d"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"MVE [67fe4244-ebf3-49a2-a2f5-226829024289] created.\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"serviceName\": \"Test Aruba MVE\",\n            \"name\": \"Test Aruba MVE\",\n            \"secondaryName\": null,\n            \"technicalServiceId\": 150129,\n            \"technicalServiceUid\": \"67fe4244-ebf3-49a2-a2f5-226829024289\",\n            \"requestedDate\": 1678219169598,\n            \"configuredDate\": null,\n            \"currentEstimatedDelivery\": null,\n            \"companyName\": \"Megaport Lab\",\n            \"companyId\": 1153,\n            \"billingContactName\": null,\n            \"billingContactId\": null,\n            \"adminContactName\": null,\n            \"adminContactId\": null,\n            \"technicalContactName\": null,\n            \"technicalContactId\": null,\n            \"salesName\": null,\n            \"salesId\": null,\n            \"billableId\": 142531,\n            \"billableUsageAlgorithm\": null,\n            \"productType\": \"MVE\",\n            \"provisioningStatus\": \"DEPLOYABLE\",\n            \"failedReason\": null,\n            \"inAdvanceBillingStatus\": null,\n            \"provisioningItems\": [],\n            \"tags\": [],\n            \"vxcDistanceBand\": null,\n            \"intercapPath\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"createDate\": 1678219169598,\n            \"terminationDate\": null,\n            \"contractStartDate\": null,\n            \"contractTermMonths\": 12,\n            \"rateType\": \"MONTHLY\",\n            \"trialAgreement\": false,\n            \"payerCompanyId\": null,\n            \"nonPayerCompanyId\": null,\n            \"minimumSpeed\": null,\n            \"maximumSpeed\": null,\n            \"rateLimit\": null,\n            \"errorMessage\": null,\n            \"market\": \"UK\",\n            \"accountManager\": null,\n            \"promptUid\": null,\n            \"components\": [],\n            \"attributes\": [],\n            \"aLocation\": \"lon-gs1\",\n            \"bLocation\": null,\n            \"aLocationId\": 88,\n            \"bLocationId\": null,\n            \"attributeTags\": {},\n            \"createdBy\": \"a30f6ea7-f94d-4032-8000-db6c3694ac3d\",\n            \"buyoutPort\": false,\n            \"virtual\": false,\n            \"locked\": false,\n            \"adminLocked\": false,\n            \"bgpShutdownDefault\": false,\n            \"vendor\": \"ARUBA\",\n            \"mveSize\": \"SMALL\",\n            \"originDomain\": null\n        }\n    ]\n}"},{"id":"8fab6e51-ecde-4c4f-bb3e-9e75a60807f4","name":"Buy MVE - vNIC example (v3)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"[\n    {\n        \"locationId\": 88,\n        \"productName\": \"Test Aruba MVE\",\n        \"productType\": \"MVE\",\n        \"term\": 12,\n        \"vnics\": [\n            {\n                \"description\": \"Data Plane 1\"\n            },\n            {\n                \"description\": null\n            },\n            {\n                \"description\": \"Data Plane 3\"\n            },\n            {\n                \"description\": \"Data Plane 4\"\n            },\n            {\n                \"description\": null\n            }\n        ],\n        \"vendorConfig\": {\n            \"vendor\": \"ARUBA\",\n            \"imageId\": 23,\n            \"mveLabel\": \"MVE 4/16\",\n            \"accountName\": \"My account name\",\n            \"accountKey\": \"My account key\",\n            \"systemTag\": \"My tag\"\n        }\n    }\n]\n","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/networkdesign/buy"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 18 Sep 2023 06:27:15 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1747"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Set-Cookie","value":"JSESSIONID=1AB296C772D2D5828DD9D3585A5BA8C9; Path=/; HttpOnly"},{"key":"UOW","value":"33b26230-5319-4a4c-8516-90692fafdc61"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"MVE [eef62dab-b30d-4f6f-90a6-4fd544694143] created.\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"serviceName\": \"Test Aruba MVE\",\n            \"name\": \"Test Aruba MVE\",\n            \"secondaryName\": null,\n            \"technicalServiceId\": 173368,\n            \"technicalServiceUid\": \"eef62dab-b30d-4f6f-90a6-4fd544694143\",\n            \"requestedDate\": 1695018431813,\n            \"configuredDate\": null,\n            \"currentEstimatedDelivery\": null,\n            \"companyName\": \"Megaport Lab\",\n            \"companyId\": 1153,\n            \"billingContactName\": null,\n            \"billingContactId\": null,\n            \"adminContactName\": null,\n            \"adminContactId\": null,\n            \"technicalContactName\": null,\n            \"technicalContactId\": null,\n            \"salesName\": null,\n            \"salesId\": null,\n            \"billableId\": 165229,\n            \"billableUsageAlgorithm\": null,\n            \"productType\": \"MVE\",\n            \"provisioningStatus\": \"DEPLOYABLE\",\n            \"failedReason\": null,\n            \"inAdvanceBillingStatus\": null,\n            \"provisioningItems\": [],\n            \"tags\": [],\n            \"vxcDistanceBand\": null,\n            \"intercapPath\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"createDate\": 1695018431813,\n            \"terminationDate\": null,\n            \"contractStartDate\": null,\n            \"contractTermMonths\": 12,\n            \"rateType\": \"MONTHLY\",\n            \"trialAgreement\": false,\n            \"payerCompanyId\": null,\n            \"nonPayerCompanyId\": null,\n            \"minimumSpeed\": null,\n            \"maximumSpeed\": null,\n            \"rateLimit\": null,\n            \"errorMessage\": null,\n            \"lagId\": null,\n            \"aggregationId\": null,\n            \"lagPrimary\": null,\n            \"market\": \"UK\",\n            \"accountManager\": null,\n            \"promptUid\": null,\n            \"components\": [],\n            \"attributes\": [],\n            \"aLocation\": \"lon-gs1\",\n            \"bLocation\": null,\n            \"aMetro\": \"London\",\n            \"aCountry\": \"United Kingdom\",\n            \"aLocationId\": 88,\n            \"bLocationId\": null,\n            \"bMetro\": null,\n            \"bCountry\": null,\n            \"attributeTags\": {},\n            \"createdBy\": \"f39b8983-256e-4643-adec-9f0b5da09ab7\",\n            \"buyoutPort\": false,\n            \"virtual\": false,\n            \"locked\": false,\n            \"adminLocked\": false,\n            \"bgpShutdownDefault\": false,\n            \"vendor\": \"ARUBA\",\n            \"mveSize\": \"SMALL\",\n            \"originDomain\": null\n        }\n    ]\n}"}],"_postman_id":"90d98da4-84de-451d-9c81-597d7c29ae82"},{"name":"Buy MVE - Aviatrix Secure Edge (v3)","id":"016d9af5-3fa6-4a8f-b01c-3de7dda6fbf9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"[\n    {\n        \"locationId\": 23,\n        \"productName\": \"Aviatrix Example\",\n        \"productType\": \"MVE\",\n        \"term\": 12,\n        \"promoCode\": \"promox3mnthfree2\",\n        \"config\": {\n        \"diversityZone\": \"blue\"\n        },\n        \"vnics\": [\n            {\n                \"description\": \"eth0\"\n            },\n            {\n                \"description\": \"eth1\"\n            },\n            {\n                \"description\": \"eth2\"\n            },\n            {\n                \"description\": null\n            },\n            {\n                \"description\": null\n            }\n        ],\n        \"vendorConfig\": {\n            \"imageId\": 70,\n            \"mveLabel\": \"MVE 2/8\",\n            \"cloudInit\": \"c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBQkl3QUFBUUVBa2xPVXBrREhyZkhZMTdTYnJtVElwTkxUR0s5VGpvbS9CV0RTVQogICAgICAgICAgICBHUGwrbmFmemxIRFRZVzdoZEk0eVo1ZXcxOEpINEpXOWpiaFVGcnZpUXpNN3hsRUxFVmY0aDlsRlg1UVZrYlBwcFN3ZzBjZGEzCiAgICAgICAgICAgIFBidjdrT2RKL01UeUJsV1hGQ1IrSEFvM0ZYUml0QnF4aVgxbktoWHBIQVpzTWNpTHE4VjZSanNOQVF3ZHNkTUZ2U2xWSy83WEEKICAgICAgICAgICAgdDNGYW9Kb0FzbmNNMVE5eDUrM1YwV3c2OC9lSUZtYjF6dVVGbGpRSktwcnJYODhYeXBORHZqWU5ieTZ2dy9QYjByd2VydC9FbgogICAgICAgICAgICBtWitBVzRPWlBuVFBJODlaUG1WTUx1YXlyRDJjRTg2Wi9pbDhiK2d3M3IzKzFuS2F0bUlram4yc28xZDAxUXJhVGxNcVZTc2J4CiAgICAgICAgICAgIE5yUkZpOXdyZitNN1E9PSBzY2hhY29uQG15bGFwdG9wLmxvY2Fs\"\n        }\n    }\n]"},"url":"{{baseUrl}}/v3/networkdesign/buy","description":"<p>Once validated with understood pricing, use the <code>buy</code> request to order the Aviatrix Secure Edge MVE.</p>\n<p>The attributes have these values.</p>\n<ul>\n<li><p><code>locationId</code> - (Required) The location to create the MVE. You retrieve this value from the <code>locations</code> endpoint.</p>\n</li>\n<li><p><code>productName</code> - (Required) Customer name for the MVE - this name appears in the Portal.</p>\n</li>\n<li><p><code>productType</code> - (Required) “MVE” (static value).</p>\n</li>\n<li><p><code>term</code> - (Required) Specify the minimum number of months in the committed term. Accepted values are 1, 12, 24, 36, 48, and 60. The default is 12.</p>\n</li>\n<li><p><code>costCentre</code> - (Optional) A customer reference number for the MVE to be included in billing information and invoices.</p>\n</li>\n<li><p><code>promoCode</code> - (Optional) A string that can be used to enter a promotional code for the service order. The code is not validated, so if the code doesn’t exist or doesn’t work for the service, the call will still be successful.</p>\n</li>\n<li><p><code>diversityZone</code> - (Optional) Part of the <code>config</code> array. Valid values are \"blue\", \"red\". If this parameter is not used to specify a diversity zone, a diversity zone will be automatically allocated.</p>\n</li>\n<li><p><code>vnics</code> - (Optional) An array of defined vNICs for this MVE. By default, each Aviatrix Secure Edge MVE has three vNICs provisioned at creation. The maximum number of vNICs allowed is five. If the array is not supplied (i.e. null), three vNICs will be provisioned.</p>\n</li>\n<li><p><code>vendorConfig</code> - (Required) Vendor-specific information required to bootstrap the MVE. For Aviatrix Secure Edge the <code>vendorConfig</code> attributes are:</p>\n<ul>\n<li><p><code>imageId</code> - (Required) Indicates the software version and key configuration parameters. This value is in the <code>v4/product/mve/images</code> response and the MVE object in the <code>v3/locations</code> response.</p>\n</li>\n<li><p><code>mveLabel</code> - (Required) The size of the VM. The size defines the MVE specifications including number of cores, bandwidth, and number of connections. For sizing details, see <a href=\"https://docs.megaport.com/mve/aviatrix/plan-deployment/#size\">Planning Your Aviatrix Secure Edge Deployment</a>.</p>\n</li>\n<li><p><code>cloudInit</code> - (Required) The cloud-init text file that you created in the Aviatrix portal. The cloud-init file is not validated on the Megaport side. After the connection is made, you can check that the connection is active on the Aviatrix portal. For more information, see <a href=\"https://docs.aviatrix.com/documentation/latest/building-your-network/edge-spoke-workflow-megaport.html\">Aviatrix Secure Edge on Megaport Virtual Edge Deployment Workflow</a>.</p>\n</li>\n</ul>\n</li>\n</ul>\n<p>This call submits a request to create the MVE. MVE creation only takes a few minutes.</p>\n<p>A successful request places the order in a deployment queue. The response to a successful request returns an associated <code>technicalServiceUid</code> (This value is the same as the <code>productUid</code>). Take note of the <code>technicalServiceUid</code> to use in other requests, such as ordering the Megaport Internet connection or retrieving the configuration information.</p>\n<p>The response includes information about the MVE configuration including the public IP address. For high availability, select another location in the metro and create another MVE.</p>\n<p>Next, you will validate and create a Megaport Internet connection using the <code>v3/networkdesign/validate</code> and <code>v3/networkdesign/buy</code> endpoints.</p>\n","urlObject":{"path":["v3","networkdesign","buy"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"c48ec598-a8f4-4191-b48a-17fa400f83c1","name":"Buy MVE - Aviatrix Secure Edge 2/8 (v3)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"[\n    {\n        \"locationId\": 23,\n        \"productName\": \"Aviatrix Example\",\n        \"productType\": \"MVE\",\n        \"term\": 12,\n        \"promoCode\": \"promox3mnthfree2\",\n        \"config\": {\n        \"diversityZone\": \"blue\"\n        },\n        \"vnics\": [\n            {\n                \"description\": \"eth0\"\n            },\n            {\n                \"description\": \"eth1\"\n            },\n            {\n                \"description\": \"eth2\"\n            },\n            {\n                \"description\": null\n            },\n            {\n                \"description\": null\n            }\n        ],\n        \"vendorConfig\": {\n            \"imageId\": 70,\n            \"mveLabel\": \"MVE 2/8\",\n            \"cloudInit\": \"c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBQkl3QUFBUUVBa2xPVXBrREhyZkhZMTdTYnJtVElwTkxUR0s5VGpvbS9CV0RTVQogICAgICAgICAgICBHUGwrbmFmemxIRFRZVzdoZEk0eVo1ZXcxOEpINEpXOWpiaFVGcnZpUXpNN3hsRUxFVmY0aDlsRlg1UVZrYlBwcFN3ZzBjZGEzCiAgICAgICAgICAgIFBidjdrT2RKL01UeUJsV1hGQ1IrSEFvM0ZYUml0QnF4aVgxbktoWHBIQVpzTWNpTHE4VjZSanNOQVF3ZHNkTUZ2U2xWSy83WEEKICAgICAgICAgICAgdDNGYW9Kb0FzbmNNMVE5eDUrM1YwV3c2OC9lSUZtYjF6dVVGbGpRSktwcnJYODhYeXBORHZqWU5ieTZ2dy9QYjByd2VydC9FbgogICAgICAgICAgICBtWitBVzRPWlBuVFBJODlaUG1WTUx1YXlyRDJjRTg2Wi9pbDhiK2d3M3IzKzFuS2F0bUlram4yc28xZDAxUXJhVGxNcVZTc2J4CiAgICAgICAgICAgIE5yUkZpOXdyZitNN1E9PSBzY2hhY29uQG15bGFwdG9wLmxvY2Fs\"\n        }\n    }\n]","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/networkdesign/buy"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 15 Oct 2024 01:30:07 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1749"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Correlation-Id","value":"431d4f8a8f1db0b7a34a8960c221a82f"},{"key":"X-Amzn-Trace-Id","value":"Root=1-670dc596-3c76281c5dae9e68169111f6"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Server-Timing","value":"app;dur=8271"},{"key":"X-Xss-Protection","value":"1 ; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"trace-id","value":"431d4f8a8f1db0b7a34a8960c221a82f"},{"key":"X-Robots-Tag","value":"noindex"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"MVE [53d53d8d-2d05-444e-829f-aa206ed29da0] created.\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"serviceName\": \"Aviatrix Example\",\n            \"name\": \"Aviatrix Example\",\n            \"secondaryName\": null,\n            \"technicalServiceId\": 214580,\n            \"technicalServiceUid\": \"53d53d8d-2d05-444e-829f-aa206ed29da0\",\n            \"requestedDate\": 1728955803730,\n            \"configuredDate\": null,\n            \"currentEstimatedDelivery\": null,\n            \"companyName\": \"Megaport Lab\",\n            \"companyId\": 1153,\n            \"billingContactName\": null,\n            \"billingContactId\": null,\n            \"adminContactName\": null,\n            \"adminContactId\": null,\n            \"technicalContactName\": null,\n            \"technicalContactId\": null,\n            \"salesName\": null,\n            \"salesId\": null,\n            \"billableId\": 206055,\n            \"billableUsageAlgorithm\": null,\n            \"productType\": \"MVE\",\n            \"provisioningStatus\": \"DEPLOYABLE\",\n            \"failedReason\": null,\n            \"inAdvanceBillingStatus\": null,\n            \"provisioningItems\": [],\n            \"vxcDistanceBand\": null,\n            \"intercapPath\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"createDate\": 1728955803730,\n            \"terminationDate\": null,\n            \"contractStartDate\": null,\n            \"contractTermMonths\": 12,\n            \"rateType\": \"MONTHLY\",\n            \"trialAgreement\": false,\n            \"payerCompanyId\": null,\n            \"nonPayerCompanyId\": null,\n            \"minimumSpeed\": null,\n            \"maximumSpeed\": null,\n            \"rateLimit\": null,\n            \"errorMessage\": null,\n            \"lagId\": null,\n            \"aggregationId\": null,\n            \"lagPrimary\": null,\n            \"market\": \"Australia\",\n            \"accountManager\": null,\n            \"promptUid\": null,\n            \"components\": [],\n            \"attributes\": [],\n            \"aLocation\": \"mel-mdc\",\n            \"bLocation\": null,\n            \"aMetro\": \"Melbourne\",\n            \"aCountry\": \"Australia\",\n            \"aLocationId\": 23,\n            \"bLocationId\": null,\n            \"bMetro\": null,\n            \"bCountry\": null,\n            \"attributeTags\": {},\n            \"createdBy\": \"f39b8983-256e-4643-adec-9f0b5da09ab7\",\n            \"buyoutPort\": false,\n            \"virtual\": false,\n            \"locked\": false,\n            \"adminLocked\": false,\n            \"bgpShutdownDefault\": false,\n            \"vendor\": \"AVIATRIX\",\n            \"mveSize\": \"SMALL\",\n            \"originDomain\": null\n        }\n    ]\n}"},{"id":"35e0bfb1-d180-47a0-91aa-708544a47ff2","name":"Buy MVE - Aviatrix Secure Edge 8/32 (v3)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"[\n    {\n        \"locationId\": 23,\n        \"productName\": \"Aviatrix Example 8/32\",\n        \"productType\": \"MVE\",\n        \"term\": 24,\n        \"promoCode\": \"promox3mnthfree2\",\n        \"config\": {\n        \"diversityZone\": \"blue\"\n        },\n        \"vnics\": [\n            {\n                \"description\": \"eth0\"\n            },\n            {\n                \"description\": \"eth1\"\n            },\n            {\n                \"description\": \"eth2\"\n            },\n            {\n                \"description\": null\n            },\n            {\n                \"description\": null\n            }\n        ],\n        \"vendorConfig\": {\n            \"imageId\": 70,\n            \"mveLabel\": \"MVE 8/32\",\n            \"cloudInit\": \"c3NoLXJzYSBBQUFBQjNOemFDMXljMkVBQUFBQkl3QUFBUUVBa2xPVXBrREhyZkhZMTdTYnJtVElwTkxUR0s5VGpvbS9CV0RTVQogICAgICAgICAgICBHUGwrbmFmemxIRFRZVzdoZEk0eVo1ZXcxOEpINEpXOWpiaFVGcnZpUXpNN3hsRUxFVmY0aDlsRlg1UVZrYlBwcFN3ZzBjZGEzCiAgICAgICAgICAgIFBidjdrT2RKL01UeUJsV1hGQ1IrSEFvM0ZYUml0QnF4aVgxbktoWHBIQVpzTWNpTHE4VjZSanNOQVF3ZHNkTUZ2U2xWSy83WEEKICAgICAgICAgICAgdDNGYW9Kb0FzbmNNMVE5eDUrM1YwV3c2OC9lSUZtYjF6dVVGbGpRSktwcnJYODhYeXBORHZqWU5ieTZ2dy9QYjByd2VydC9FbgogICAgICAgICAgICBtWitBVzRPWlBuVFBJODlaUG1WTUx1YXlyRDJjRTg2Wi9pbDhiK2d3M3IzKzFuS2F0bUlram4yc28xZDAxUXJhVGxNcVZTc2J4CiAgICAgICAgICAgIE5yUkZpOXdyZitNN1E9PSBzY2hhY29uQG15bGFwdG9wLmxvY2Fs\"\n        }\n    }\n]","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/networkdesign/buy"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 15 Oct 2024 01:35:28 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1759"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Correlation-Id","value":"12337d4a06ea7e96a61bc0927455dce2"},{"key":"X-Amzn-Trace-Id","value":"Root=1-670dc6dc-243ddd801be480295ec65e13"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Server-Timing","value":"app;dur=3892"},{"key":"X-Xss-Protection","value":"1 ; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"trace-id","value":"12337d4a06ea7e96a61bc0927455dce2"},{"key":"X-Robots-Tag","value":"noindex"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"MVE [e38fd20d-b7a1-4a05-b0d5-737168814128] created.\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"serviceName\": \"Aviatrix Example 8/32\",\n            \"name\": \"Aviatrix Example 8/32\",\n            \"secondaryName\": null,\n            \"technicalServiceId\": 214581,\n            \"technicalServiceUid\": \"e38fd20d-b7a1-4a05-b0d5-737168814128\",\n            \"requestedDate\": 1728956126728,\n            \"configuredDate\": null,\n            \"currentEstimatedDelivery\": null,\n            \"companyName\": \"Megaport Lab\",\n            \"companyId\": 1153,\n            \"billingContactName\": null,\n            \"billingContactId\": null,\n            \"adminContactName\": null,\n            \"adminContactId\": null,\n            \"technicalContactName\": null,\n            \"technicalContactId\": null,\n            \"salesName\": null,\n            \"salesId\": null,\n            \"billableId\": 206056,\n            \"billableUsageAlgorithm\": null,\n            \"productType\": \"MVE\",\n            \"provisioningStatus\": \"DEPLOYABLE\",\n            \"failedReason\": null,\n            \"inAdvanceBillingStatus\": null,\n            \"provisioningItems\": [],\n            \"vxcDistanceBand\": null,\n            \"intercapPath\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"createDate\": 1728956126728,\n            \"terminationDate\": null,\n            \"contractStartDate\": null,\n            \"contractTermMonths\": 24,\n            \"rateType\": \"MONTHLY\",\n            \"trialAgreement\": false,\n            \"payerCompanyId\": null,\n            \"nonPayerCompanyId\": null,\n            \"minimumSpeed\": null,\n            \"maximumSpeed\": null,\n            \"rateLimit\": null,\n            \"errorMessage\": null,\n            \"lagId\": null,\n            \"aggregationId\": null,\n            \"lagPrimary\": null,\n            \"market\": \"Australia\",\n            \"accountManager\": null,\n            \"promptUid\": null,\n            \"components\": [],\n            \"attributes\": [],\n            \"aLocation\": \"mel-mdc\",\n            \"bLocation\": null,\n            \"aMetro\": \"Melbourne\",\n            \"aCountry\": \"Australia\",\n            \"aLocationId\": 23,\n            \"bLocationId\": null,\n            \"bMetro\": null,\n            \"bCountry\": null,\n            \"attributeTags\": {},\n            \"createdBy\": \"f39b8983-256e-4643-adec-9f0b5da09ab7\",\n            \"buyoutPort\": false,\n            \"virtual\": false,\n            \"locked\": false,\n            \"adminLocked\": false,\n            \"bgpShutdownDefault\": false,\n            \"vendor\": \"AVIATRIX\",\n            \"mveSize\": \"LARGE\",\n            \"originDomain\": null\n        }\n    ]\n}"}],"_postman_id":"016d9af5-3fa6-4a8f-b01c-3de7dda6fbf9"},{"name":"Buy MVE - Cisco SD-WAN (v3)","id":"194faa95-abb0-4680-bc61-ce10445a61ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"[\n\t{\n\t\t\"locationId\": 87,\n\t\t\"productName\": \"Test Cisco Mve\",\n\t\t\"productType\": \"MVE\",\n        \"term\": 12,\n        \"promoCode\": \"promox3mnthfree2\", \n        \"config\": {\n        \"diversityZone\": \"red\"\n        },\n        \"vnics\": [\n            {\n                \"description\": \"Data Plane 1\"\n            },\n            {\n                \"description\": null\n            },\n            {\n                \"description\": \"Data Plane 3\"\n            },\n            {\n                \"description\": \"Data Plane 4\"\n            },\n            {\n                \"description\": null\n            }\n        ],\n\t\t\"vendorConfig\": {\n\t\t\t\"imageId\": 22,\n\t\t\t\"mveLabel\": \"MVE 2/8\",\n\t\t\t\"cloudInit\": \"U2FtZGVjeWR1amVzektvbXV3aWVyenlzeklnZHljenVqZXN6LMW8ZWNvxZtjaXN0eWthxbpsZcW7ZWNvxZtzacSZcGllcmR6aWVsaVdrYcW8ZGVqY2h3aWxpTW/FvGVzenpyb2JpxIdjb8WbTW/FvGVzend5xYLEhWN6ecSHcmFkaW9OaWVzxYJ1Y2hhxId0eWNoc2t1cndpZWxpCg==\"\n\t\t}\n\t}\n]"},"url":"{{baseUrl}}/v3/networkdesign/buy","description":"<p>Once validated with understood pricing, use the <code>buy</code> request to order the Cisco SD-WAN MVE.</p>\n<p>The attributes have these values.</p>\n<ul>\n<li><p><code>locationId</code> - (Required) The location to create the MVE. You retrieve this value from the <code>locations</code> endpoint.</p>\n</li>\n<li><p><code>productName</code> - (Required) Customer name for the MVE - this name appears in the Portal.</p>\n</li>\n<li><p><code>productType</code> - (Required) “MVE” (static value).</p>\n</li>\n<li><p><code>term</code> - (Required) Specify the minimum number of months in the committed term. Accepted values are 1, 12, 24, 36, 48, and 60. The default is 12.</p>\n</li>\n<li><p><code>costCentre</code> - (Optional) A customer reference number for the MVE to be included in billing information and invoices.</p>\n</li>\n<li><p><code>promoCode</code> - (Optional) A string that can be used to enter a promotional code for the service order. The code is not validated, so if the code doesn’t exist or doesn’t work for the service, the call will still be successful.</p>\n</li>\n<li><p><code>diversityZone</code> - (Optional) Part of the <code>config</code> array. Valid values are \"blue\", \"red\". If this parameter is not used to specify a diversity zone, a diversity zone will be automatically allocated.</p>\n</li>\n<li><p><code>vnics</code> - (Optional) An array of defined vNICs for this MVE. The number of elements in the array is the number of vNICs the user wants to provision. Description can be null. The maximum number of vNICs allowed is five. If the array is not supplied (i.e. null), one vNIC will be provisioned.</p>\n</li>\n<li><p><code>vendorConfig</code> - (Required) Vendor-specific information required to bootstrap the MVE. These values are different for each vendor and can include vendor name, size of VM, license/activation code, software version, and SSH keys.</p>\n<ul>\n<li><p><code>imageId</code> - (Required) Indicates the software version and key configuration parameters. This value is in the <code>v4/product/mve/images</code> response and the MVE object in the <code>v3/locations</code> response.</p>\n</li>\n<li><p><code>mveLabel</code> - (Required) The size of the VM. The size defines the MVE specifications including number of cores, bandwidth, and number of connections. For sizing details, see <a href=\"https://docs.megaport.com/mve/cisco/plan-deployment/#size\">Planning Your Cisco Deployment</a>.</p>\n</li>\n<li><p><code>cloudInit</code> - The bootstrap configuration file. Download this for your device from vManage.</p>\n</li>\n</ul>\n</li>\n</ul>\n<p>This call submits a request to create the MVE. MVE creation only takes a few minutes.</p>\n<p>A successful request places the order in a deployment queue. The response to a successful request returns an associated <code>technicalServiceUid</code> (This value is the same as the <code>productUid</code>). Take note of the <code>technicalServiceUid</code> to use in other requests, such as ordering the Megaport Internet connection or retrieving the configuration information.</p>\n<p>The response includes information about the MVE configuration including the public IP address. For high availability, select another location in the metro and create another MVE.</p>\n<p>Next, you will validate and create a Megaport Internet connection using the <code>v3/networkdesign/validate</code> and <code>v3/networkdesign/buy</code> endpoints.</p>\n","urlObject":{"path":["v3","networkdesign","buy"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"c9981ec8-c5fc-4df1-919c-db379aae2a0b","name":"Buy MVE - Cisco SD-WAN","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"[\n\t{\n\t\t\"locationId\": 87,\n\t\t\"productName\": \"Test Cisco Mve\",\n\t\t\"productType\": \"MVE\",\n        \"term\": 12,\n        \"promoCode\": \"promox3mnthfree2\", \n        \"config\": {\n        \"diversityZone\": \"red\"\n        },\n        \"vnics\": [\n            {\n                \"description\": \"Data Plane 1\"\n            },\n            {\n                \"description\": null\n            },\n            {\n                \"description\": \"Data Plane 3\"\n            },\n            {\n                \"description\": \"Data Plane 4\"\n            },\n            {\n                \"description\": null\n            }\n        ],\n\t\t\"vendorConfig\": {\n\t\t\t\"imageId\": 22,\n\t\t\t\"mveLabel\": \"MVE 2/8\",\n\t\t\t\"cloudInit\": \"U2FtZGVjeWR1amVzektvbXV3aWVyenlzeklnZHljenVqZXN6LMW8ZWNvxZtjaXN0eWthxbpsZcW7ZWNvxZtzacSZcGllcmR6aWVsaVdrYcW8ZGVqY2h3aWxpTW/FvGVzenpyb2JpxIdjb8WbTW/FvGVzend5xYLEhWN6ecSHcmFkaW9OaWVzxYJ1Y2hhxId0eWNoc2t1cndpZWxpCg==\"\n\t\t}\n\t}\n]","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/networkdesign/buy"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 23 Jul 2024 05:23:11 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1746"},{"key":"Connection","value":"keep-alive"},{"key":"vary","value":"Origin"},{"key":"vary","value":"Access-Control-Request-Method"},{"key":"vary","value":"Access-Control-Request-Headers"},{"key":"x-correlation-id","value":"62846e75ee3423108ce6ab488cb2acbc"},{"key":"x-amzn-trace-id","value":"Root=1-669f3e3c-2cf86d7b63bc94bb6dcea748"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"server-timing","value":"app;dur=2818"},{"key":"x-xss-protection","value":"1 ; mode=block"},{"key":"strict-transport-security","value":"max-age=31536000; preload"},{"key":"referrer-policy","value":"no-referrer"},{"key":"content-security-policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"x-download-options","value":"noopen"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"trace-id","value":"62846e75ee3423108ce6ab488cb2acbc"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"MVE [1ac5eb8f-86a6-4cad-aaf1-e5b3f57b2032] created.\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"serviceName\": \"Test Cisco Mve\",\n            \"name\": \"Test Cisco Mve\",\n            \"secondaryName\": null,\n            \"technicalServiceId\": 205055,\n            \"technicalServiceUid\": \"1ac5eb8f-86a6-4cad-aaf1-e5b3f57b2032\",\n            \"requestedDate\": 1721712190331,\n            \"configuredDate\": null,\n            \"currentEstimatedDelivery\": null,\n            \"companyName\": \"Megaport Lab\",\n            \"companyId\": 1153,\n            \"billingContactName\": null,\n            \"billingContactId\": null,\n            \"adminContactName\": null,\n            \"adminContactId\": null,\n            \"technicalContactName\": null,\n            \"technicalContactId\": null,\n            \"salesName\": null,\n            \"salesId\": null,\n            \"billableId\": 196554,\n            \"billableUsageAlgorithm\": null,\n            \"productType\": \"MVE\",\n            \"provisioningStatus\": \"DEPLOYABLE\",\n            \"failedReason\": null,\n            \"inAdvanceBillingStatus\": null,\n            \"provisioningItems\": [],\n            \"vxcDistanceBand\": null,\n            \"intercapPath\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"createDate\": 1721712190331,\n            \"terminationDate\": null,\n            \"contractStartDate\": null,\n            \"contractTermMonths\": 12,\n            \"rateType\": \"MONTHLY\",\n            \"trialAgreement\": false,\n            \"payerCompanyId\": null,\n            \"nonPayerCompanyId\": null,\n            \"minimumSpeed\": null,\n            \"maximumSpeed\": null,\n            \"rateLimit\": null,\n            \"errorMessage\": null,\n            \"lagId\": null,\n            \"aggregationId\": null,\n            \"lagPrimary\": null,\n            \"market\": \"Netherlands\",\n            \"accountManager\": null,\n            \"promptUid\": null,\n            \"components\": [],\n            \"attributes\": [],\n            \"aLocation\": \"ams-tc5\",\n            \"bLocation\": null,\n            \"aMetro\": \"Amsterdam\",\n            \"aCountry\": \"Netherlands\",\n            \"aLocationId\": 87,\n            \"bLocationId\": null,\n            \"bMetro\": null,\n            \"bCountry\": null,\n            \"attributeTags\": {},\n            \"createdBy\": \"f39b8983-256e-4643-adec-9f0b5da09ab7\",\n            \"buyoutPort\": false,\n            \"virtual\": false,\n            \"locked\": false,\n            \"adminLocked\": false,\n            \"bgpShutdownDefault\": false,\n            \"vendor\": \"CISCO\",\n            \"mveSize\": \"SMALL\",\n            \"originDomain\": null\n        }\n    ]\n}"},{"id":"262953c9-f2f9-4f51-9165-c486f5a8862d","name":"Buy MVE - Cisco with vNICs (v3)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"[\n\t{\n\t\t\"locationId\": 88,\n\t\t\"productName\": \"Test Versa Mve\",\n\t\t\"productType\": \"MVE\",\n        \"vnics\": [\n            {\n                \"description\": \"Data Plane 1\"\n            },\n            {\n                \"description\": null\n            },\n            {\n                \"description\": \"Data Plane 3\"\n            },\n            {\n                \"description\": \"Data Plane 4\"\n            },\n            {\n                \"description\": null\n            }\n        ],\n\t\t\"vendorConfig\": {\n\t\t\t\"vendor\": \"Cisco\",\n\t\t\t\"imageId\": 35,\n\t\t\t\"mveLabel\": \"MVE 2/8\",\n\t\t\t\"cloudInit\": \"U2FtZGVjeWR1amVzektvbXV3aWVyenlzeklnZHljenVqZXN6LMW8ZWNvxZtjaXN0eWthxbpsZcW7ZWNvxZtzacSZcGllcmR6aWVsaVdrYcW8ZGVqY2h3aWxpTW/FvGVzenpyb2JpxIdjb8WbTW/FvGVzend5xYLEhWN6ecSHcmFkaW9OaWVzxYJ1Y2hhxId0eWNoc2t1cndpZWxpCg==\"\n\t\t}\n\t}\n]","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/networkdesign/buy"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 21 Sep 2023 05:55:55 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1746"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"UOW","value":"2909342a-bc73-4e80-889a-5b27400625f1"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"MVE [a3c1acf6-4d34-465f-bd72-fc89c2ac38d2] created.\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"serviceName\": \"Test Versa Mve\",\n            \"name\": \"Test Versa Mve\",\n            \"secondaryName\": null,\n            \"technicalServiceId\": 173650,\n            \"technicalServiceUid\": \"a3c1acf6-4d34-465f-bd72-fc89c2ac38d2\",\n            \"requestedDate\": 1695275752064,\n            \"configuredDate\": null,\n            \"currentEstimatedDelivery\": null,\n            \"companyName\": \"Megaport Lab\",\n            \"companyId\": 1153,\n            \"billingContactName\": null,\n            \"billingContactId\": null,\n            \"adminContactName\": null,\n            \"adminContactId\": null,\n            \"technicalContactName\": null,\n            \"technicalContactId\": null,\n            \"salesName\": null,\n            \"salesId\": null,\n            \"billableId\": 165505,\n            \"billableUsageAlgorithm\": null,\n            \"productType\": \"MVE\",\n            \"provisioningStatus\": \"DEPLOYABLE\",\n            \"failedReason\": null,\n            \"inAdvanceBillingStatus\": null,\n            \"provisioningItems\": [],\n            \"tags\": [],\n            \"vxcDistanceBand\": null,\n            \"intercapPath\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"createDate\": 1695275752064,\n            \"terminationDate\": null,\n            \"contractStartDate\": null,\n            \"contractTermMonths\": 1,\n            \"rateType\": \"MONTHLY\",\n            \"trialAgreement\": false,\n            \"payerCompanyId\": null,\n            \"nonPayerCompanyId\": null,\n            \"minimumSpeed\": null,\n            \"maximumSpeed\": null,\n            \"rateLimit\": null,\n            \"errorMessage\": null,\n            \"lagId\": null,\n            \"aggregationId\": null,\n            \"lagPrimary\": null,\n            \"market\": \"UK\",\n            \"accountManager\": null,\n            \"promptUid\": null,\n            \"components\": [],\n            \"attributes\": [],\n            \"aLocation\": \"lon-gs1\",\n            \"bLocation\": null,\n            \"aMetro\": \"London\",\n            \"aCountry\": \"United Kingdom\",\n            \"aLocationId\": 88,\n            \"bLocationId\": null,\n            \"bMetro\": null,\n            \"bCountry\": null,\n            \"attributeTags\": {},\n            \"createdBy\": \"f39b8983-256e-4643-adec-9f0b5da09ab7\",\n            \"buyoutPort\": false,\n            \"virtual\": false,\n            \"locked\": false,\n            \"adminLocked\": false,\n            \"bgpShutdownDefault\": false,\n            \"vendor\": \"CISCO\",\n            \"mveSize\": \"SMALL\",\n            \"originDomain\": null\n        }\n    ]\n}"}],"_postman_id":"194faa95-abb0-4680-bc61-ce10445a61ae"},{"name":"Buy MVE - Cisco Secure Firewall Threat Defense Virtual (v3)","id":"6086c538-8d15-409d-acb0-9231663157da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"[\n    {\n        \"locationId\": 2,\n        \"productName\": \"Cisco FTDv Test\",\n        \"productType\": \"MVE\",\n        \"portSpeed\": 1000,\n        \"associatedVxcs\": [ ],\n        \"associatedIxs\": [ ],\n        \"buyoutPort\": false,\n        \"vendorConfig\": {\n            \"imageId\": 71,\n            \"mveLabel\": \"MVE 8/32\",\n            \"adminPassword\": \"123456789\",\n            \"manageLocally\": false,\n            \"fmcRegistrationKey\": \"123456789\",\n            \"fmcIpAddress\": \"2001:0000:130F:0000:0000:09C0:876A:130B\",\n            \"fmcNatId\": \"123456789\"\n        }\n    }\n]"},"url":"{{baseUrl}}/v3/networkdesign/buy","description":"<p>Before using this endpoint to create an MVE with Cisco Secure Firewall Threat Defense Virtual, you must get an FMC Registration Key and FMC IP address from Cisco. For more information, see <a href=\"https://docs.megaport.com/mve/cisco/creating-mve-firewall/\">Creating an MVE with Cisco Secure Firewall Threat Defense Virtual</a>.</p>\n<p>Once validated with understood pricing, use the <code>buy</code> request to order the Cisco Secure Firewall Threat Defense Virtual MVE.</p>\n<p>The attributes have these values.</p>\n<ul>\n<li><p><code>locationId</code> - (Required) The location to create the MVE. You retrieve this value from the <code>locations</code> endpoint.</p>\n</li>\n<li><p><code>productName</code> - (Required) Customer name for the MVE - this name appears in the Portal.</p>\n</li>\n<li><p><code>productType</code> - (Required) “MVE” (static value).</p>\n</li>\n<li><p><code>term</code> - (Required) Specify the minimum number of months in the committed term. Accepted values are 1, 12, 24, 36, 48, and 60. The default is 12.</p>\n</li>\n<li><p><code>costCentre</code> - (Optional) A customer reference number for the MVE to be included in billing information and invoices.</p>\n</li>\n<li><p><code>promoCode</code> - (Optional) A string that can be used to enter a promotional code for the service order. The code is not validated, so if the code doesn’t exist or doesn’t work for the service, the call will still be successful.</p>\n</li>\n<li><p><code>diversityZone</code> - (Optional) Part of the <code>config</code> array. Valid values are \"blue\", \"red\". If this parameter is not used to specify a diversity zone, a diversity zone will be automatically allocated.</p>\n</li>\n<li><p><code>vnics</code> - (Optional) An array of defined vNICs for this MVE. By default, each Cisco Secure Firewall Threat Defense Virtual, has four vNICs provisioned at creation. The maximum number of vNICs allowed is five. If the array is not supplied (i.e. null), four vNICs will be provisioned.</p>\n</li>\n<li><p><code>vendorConfig</code> - (Required) Vendor-specific information required to bootstrap the MVE. For Cisco Secure Firewall Threat Defense Virtual the <code>vendorConfig</code> attributes are:</p>\n<ul>\n<li><p><code>imageId</code> - (Required) Indicates the software version and key configuration parameters. This value is in the <code>v4/product/mve/images</code> response and the MVE object in the <code>v3/locations</code> response.</p>\n</li>\n<li><p><code>mveLabel</code> - (Required) The size of the VM. The size defines the MVE specifications including number of cores, bandwidth, and number of connections. For sizing details, see <a href=\"https://docs.megaport.com/mve/cisco/plan-deployment/#size\">Planning Your Cisco Deployment</a>.</p>\n</li>\n<li><p><code>adminPassword</code> - (Required) A plain text password for administrator access. Prohibited characters are <strong>” CR LF</strong></p>\n</li>\n<li><p><code>manageLocally</code> - (Required) <code>true</code> to manage the MVE connection locally. <code>false</code> to make the MVE connect to the Firewall Management Centre (FMC)</p>\n</li>\n<li><p><code>fmcRegistrationKey</code> - (Optional) Registration key for the Firewall Management Centre (FMC) retrieved from Cisco. Required when <code>manageLocally</code> is false and <code>fmcIpAddress</code> is provided</p>\n</li>\n<li><p><code>fmcIpAddres</code> - (Optional) IP Address of the FMC retrieved from Cisco. Required when <code>manageLocally</code> is <code>false</code>. You can provide input in the following formats:</p>\n<ul>\n<li><p>IPv4 address</p>\n</li>\n<li><p>IPv6 address</p>\n</li>\n<li><p>domain name</p>\n</li>\n</ul>\n</li>\n<li><p><code>fmcNatId</code> - (Optional) An alphanumeric string that is used during the registration process between the FMC and the device. Used when manageLocally is <code>false</code>.</p>\n</li>\n</ul>\n</li>\n</ul>\n<p>This call submits a request to create the MVE. MVE creation only takes a few minutes.</p>\n<p>A successful request places the order in a deployment queue. The response to a successful request returns an associated <code>technicalServiceUid</code> (This value is the same as the <code>productUid</code>). Take note of the <code>technicalServiceUid</code> to use in other requests, such as ordering the Megaport Internet connection or retrieving the configuration information.</p>\n<p>The response includes information about the MVE configuration including the public IP address. For high availability, select another location in the metro and create another MVE.</p>\n<p>Next, you will validate and create a Megaport Internet connection using the <code>v3/networkdesign/validate</code> and <code>v3/networkdesign/buy</code> endpoints.</p>\n","urlObject":{"path":["v3","networkdesign","buy"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"7e1d10af-7e19-493a-8c54-e89c8b21634e","name":"Buy MVE - Cisco Secure Firewall Threat Defense Virtual (v3)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"[\n    {\n        \"locationId\": 2,\n        \"productName\": \"Cisco FTDv Test\",\n        \"productType\": \"MVE\",\n        \"portSpeed\": 1000,\n        \"associatedVxcs\": [ ],\n        \"associatedIxs\": [ ],\n        \"buyoutPort\": false,\n        \"vendorConfig\": {\n            \"imageId\": 71,\n            \"mveLabel\": \"MVE 8/32\",\n            \"adminPassword\": \"123456789\",\n            \"manageLocally\": false,\n            \"fmcRegistrationKey\": \"123456789\",\n            \"fmcIpAddress\": \"2001:0000:130F:0000:0000:09C0:876A:130B\",\n            \"fmcNatId\": \"123456789\"\n        }\n    }\n]","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/networkdesign/buy"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 19 Jul 2024 06:03:33 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1740"},{"key":"Connection","value":"keep-alive"},{"key":"vary","value":"Origin"},{"key":"vary","value":"Access-Control-Request-Method"},{"key":"vary","value":"Access-Control-Request-Headers"},{"key":"x-correlation-id","value":"c5bdc303ad1881fc16d870e39f1e6c8e"},{"key":"x-amzn-trace-id","value":"Root=1-669a01af-47410abe2be5ef665f1e87f4"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"server-timing","value":"app;dur=5816"},{"key":"x-xss-protection","value":"1 ; mode=block"},{"key":"strict-transport-security","value":"max-age=31536000; preload"},{"key":"referrer-policy","value":"no-referrer"},{"key":"content-security-policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"x-download-options","value":"noopen"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"trace-id","value":"c5bdc303ad1881fc16d870e39f1e6c8e"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"MVE [b4e0e7c7-5c6d-455e-a67f-65d061b4aa99] created.\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"serviceName\": \"Cisco FTDv Test\",\n            \"name\": \"Cisco FTDv Test\",\n            \"secondaryName\": null,\n            \"technicalServiceId\": 204567,\n            \"technicalServiceUid\": \"b4e0e7c7-5c6d-455e-a67f-65d061b4aa99\",\n            \"requestedDate\": 1721369011236,\n            \"configuredDate\": null,\n            \"currentEstimatedDelivery\": null,\n            \"companyName\": \"Megaport Lab\",\n            \"companyId\": 1153,\n            \"billingContactName\": null,\n            \"billingContactId\": null,\n            \"adminContactName\": null,\n            \"adminContactId\": null,\n            \"technicalContactName\": null,\n            \"technicalContactId\": null,\n            \"salesName\": null,\n            \"salesId\": null,\n            \"billableId\": 196073,\n            \"billableUsageAlgorithm\": null,\n            \"productType\": \"MVE\",\n            \"provisioningStatus\": \"DEPLOYABLE\",\n            \"failedReason\": null,\n            \"inAdvanceBillingStatus\": null,\n            \"provisioningItems\": [],\n            \"vxcDistanceBand\": null,\n            \"intercapPath\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"createDate\": 1721369011236,\n            \"terminationDate\": null,\n            \"contractStartDate\": null,\n            \"contractTermMonths\": 1,\n            \"rateType\": \"MONTHLY\",\n            \"trialAgreement\": false,\n            \"payerCompanyId\": null,\n            \"nonPayerCompanyId\": null,\n            \"minimumSpeed\": null,\n            \"maximumSpeed\": null,\n            \"rateLimit\": 1000,\n            \"errorMessage\": null,\n            \"lagId\": null,\n            \"aggregationId\": null,\n            \"lagPrimary\": null,\n            \"market\": \"Australia\",\n            \"accountManager\": null,\n            \"promptUid\": null,\n            \"components\": [],\n            \"attributes\": [],\n            \"aLocation\": \"syd-sy1\",\n            \"bLocation\": null,\n            \"aMetro\": \"Sydney\",\n            \"aCountry\": \"Australia\",\n            \"aLocationId\": 2,\n            \"bLocationId\": null,\n            \"bMetro\": null,\n            \"bCountry\": null,\n            \"attributeTags\": {},\n            \"createdBy\": \"f39b8983-256e-4643-adec-9f0b5da09ab7\",\n            \"buyoutPort\": false,\n            \"virtual\": false,\n            \"locked\": false,\n            \"adminLocked\": false,\n            \"bgpShutdownDefault\": false,\n            \"vendor\": \"CISCO\",\n            \"mveSize\": \"MEDIUM\",\n            \"originDomain\": null\n        }\n    ]\n}"}],"_postman_id":"6086c538-8d15-409d-acb0-9231663157da"},{"name":"Buy MVE - Fortinet Secure SD-WAN (v3)","id":"54f82fd6-c385-4401-bbdf-87d9925a619b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}","type":"text"}],"body":{"mode":"raw","raw":"[\n   {\n       \"locationId\": 22,\n       \"productName\": \"Test small Fortinet MVE (LA)\",\n       \"productType\": \"MVE\",\n       \"term\": 12,\n       \"promoCode\": \"promox3mnthfree2\",\n       \"config\": {\n        \"diversityZone\": \"red\"\n        },\n       \"vnics\": [\n            {\n                \"description\": \"Data Plane 1\"\n            },\n            {\n                \"description\": null\n            },\n            {\n                \"description\": \"Data Plane 3\"\n            },\n            {\n                \"description\": \"Data Plane 4\"\n            },\n            {\n                \"description\": null\n            }\n        ],\n       \"vendorConfig\": {\n           \"imageId\": 55,\n           \"mveLabel\": \"MVE 2/8\",\n           \"sshPublicKey\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCs5BiBnZATYFcX9GCoKAZV436CAbsFAvlA+NxHjcStk6s/iT+OkVUgiBtovwpQ8JgZgDQYE4riKKp7jA8xZibVgmm5gc2zsosPPzvHZaqqsWYSokArw3x+a4c0ntrg7noewJdtYVIneQYKsAyZcyKkRLF2ERMAavnv6ViuxWtkWCpcdWs+U4TayeILo43Nyk99EIDMi8EqAfYyBZvnjZKQ52gEK7mECYbP4Njm/hVXkxRZ1GxprnYnyQJkY/BXYxirfsBR8sRQwHnZvH6YvOq9orxU603gG/cyan7Tifsa/bH0nVHKHNepGrWbzbu/rCsmI4cAvppAV7dCcRKNocXF fortinet+megaport.rocks@example.net\",\n           \"licenseData\": \"U2FtZGVjeWR1amVzektvbXV3aWVyenlzeklnZHljenVqZXN6LMW8ZWNvxZtjaXN0eWthxbpsZcW7ZWNvxZtzacSZcGllcmR6aWVsaVdrYcW8ZGVqY2h3aWxpTW/FvGVzenpyb2JpxIdjb8WbTW/FvGVzend5xYLEhWN6ecSHcmFkaW9OaWVzxYJ1Y2hhxId0eWNoc2t1cndpZWxpCg==\"\n       }\n   }\n]\n"},"url":"{{baseUrl}}/v3/networkdesign/buy","description":"<p>Once validated with understood pricing, use the <code>buy</code> request to order the Fortinet SD-WAN MVE.</p>\n<p>The attributes have these values.</p>\n<ul>\n<li><p><code>locationId</code> - (Required) The location to create the MVE. You retrieve this value from the <code>locations</code> endpoint.</p>\n</li>\n<li><p><code>productName</code> - (Required) Customer name for the MVE - this name appears in the Portal.</p>\n</li>\n<li><p><code>productType</code> - (Required) “MVE” (static value).</p>\n</li>\n<li><p><code>term</code> - (Required) Specify the minimum number of months in the committed term. Accepted values are 1, 12, 24, 36, 48, and 60. The default is 12.</p>\n</li>\n<li><p><code>costCentre</code> - (Optional) A customer reference number for the MVE to be included in billing information and invoices.</p>\n</li>\n<li><p><code>promoCode</code> - (Optional) A string that can be used to enter a promotional code for the service order. The code is not validated, so if the code doesn’t exist or doesn’t work for the service, the call will still be successful.</p>\n</li>\n<li><p><code>diversityZone</code> - (Optional) Part of the <code>config</code> array. Valid values are \"blue\", \"red\". If this parameter is not used to specify a diversity zone, a diversity zone will be automatically allocated.</p>\n</li>\n<li><p><code>vnics</code> - (Optional) An array of defined vNICs for this MVE. The number of elements in the array is the number of vNICs the user wants to provision. Description can be null. The maximum number of vNICs allowed is five. If the array is not supplied (i.e. null), one vNIC will be provisioned.</p>\n</li>\n<li><p><code>vendorConfig</code> - (Required) Vendor-specific information required to bootstrap the MVE. These values are different for each vendor and can include vendor name, size of VM, license/activation code, software version, and SSH keys.</p>\n<ul>\n<li><p><code>imageId</code> - (Required) Indicates the software version and key configuration parameters. This value is in the <code>v4/product/mve/images</code> response and the MVE object in the <code>v3/locations</code> response.</p>\n</li>\n<li><p><code>mveLabel</code> - (Required) The size of the VM. The size defines the MVE specifications including number of cores, bandwidth, and number of connections. For sizing details, see <a href=\"https://docs.megaport.com/mve/fortinet/plan-deployment/#size\">Planning Your Fortinet Deployment</a>.</p>\n</li>\n<li><p><code>sshPublicKey</code> - (Required) The public SSH key allows you to SSH into the FortiGate and set the administrative password, enable HTTPS access, and optionally register the FortiGate to your FortiManager Cloud. Megaport supports the 2048-bit RSA key type.</p>\n</li>\n<li><p><code>licenseData</code> - (Optional) Provide the license text that Fortinet generates for this device.</p>\n</li>\n</ul>\n</li>\n</ul>\n<p>This call submits a request to create the MVE. MVE creation only takes a few minutes.</p>\n<p>A successful request places the order in a deployment queue. The response to a successful request returns an associated <code>technicalServiceUid</code> (This value is the same as the <code>productUid</code>). Take note of the <code>technicalServiceUid</code> to use in other requests, such as ordering the Megaport Internet connection or retrieving the configuration information.</p>\n<p>The response includes information about the MVE configuration including the public IP address. For high availability, select another location in the metro and create another MVE.</p>\n<p>Next, you will validate and create a Megaport Internet connection using the <code>v3/networkdesign/validate</code> and <code>v3/networkdesign/buy</code> endpoints.</p>\n","urlObject":{"path":["v3","networkdesign","buy"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"c2dd7819-e34c-4bb4-bd10-797c89d36ffc","name":"Buy MVE - Fortinet Secure SD-WAN (v3)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"[\n   {\n       \"locationId\": 60,\n       \"productName\": \"My small Fortinet MVE (LA)\",\n       \"productType\": \"MVE\",\n       \"term\": 12,\n       \"vendorConfig\": {\n           \"imageId\": 14,\n           \"mveLabel\": \"MVE 2/8\",\n           \"vendor\": \"FORTINET\",\n           \"sshPublicKey\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCs5BiBnZATYFcX9GCoKAZV436CAbsFAvlA+NxHjcStk6s/iT+OkVUgiBtovwpQ8JgZgDQYE4riKKp7jA8xZibVgmm5gc2zsosPPzvHZaqqsWYSokArw3x+a4c0ntrg7noewJdtYVIneQYKsAyZcyKkRLF2ERMAavnv6ViuxWtkWCpcdXs+U4TayeILo43Nyk99EIDMi8EqAfYyBZvnjZKQ52gEK7mECYbP4Njm/hVXkxRZ1GxprnYnyQJkY/BXYxirfsBR8sRQwHnZvH6YvOq9orxU603gG/cyan7Tifsa/bH0nVHKHNepGrWbzbu/rCsmI4cAvppAV7dCcRKNocXF fortinet+megaport.rocks@example.net\",\n           \"licenseData\": \"U2FtZGVjeWR1amVzektvbXV3aWVyenlzeklnZHljenVqZXN6LMW8ZWNvxZtjaXN0eWthxbpsZcW7ZWNvxZtzacSZcGllcmR6aWVsaVdrYcW8ZGVqY2h3aWxpTW/FvGVzenpyb2JpxIdjb8WbTU/FvGVzend5xYLEhWN6ecSHcmFkaW9OaWVzxYJ1Y2hhxId0eWNoc2t1cndpZWxpCg==\"\n       }\n   }\n]\n","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/networkdesign/buy"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 08 Mar 2023 00:10:58 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1647"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"UOW","value":"36bdc01b-1b36-478a-825e-560e65d06e64"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"MVE [26c00ab5-1581-4399-b3b0-42385707c7eb] created.\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"serviceName\": \"My small Fortinet MVE (LA)\",\n            \"name\": \"My small Fortinet MVE (LA)\",\n            \"secondaryName\": null,\n            \"technicalServiceId\": 150131,\n            \"technicalServiceUid\": \"26c00ab5-1581-4399-b3b0-42385707c7eb\",\n            \"requestedDate\": 1678234255293,\n            \"configuredDate\": null,\n            \"currentEstimatedDelivery\": null,\n            \"companyName\": \"Megaport Lab\",\n            \"companyId\": 1153,\n            \"billingContactName\": null,\n            \"billingContactId\": null,\n            \"adminContactName\": null,\n            \"adminContactId\": null,\n            \"technicalContactName\": null,\n            \"technicalContactId\": null,\n            \"salesName\": null,\n            \"salesId\": null,\n            \"billableId\": 142533,\n            \"billableUsageAlgorithm\": null,\n            \"productType\": \"MVE\",\n            \"provisioningStatus\": \"DEPLOYABLE\",\n            \"failedReason\": null,\n            \"inAdvanceBillingStatus\": null,\n            \"provisioningItems\": [],\n            \"tags\": [],\n            \"vxcDistanceBand\": null,\n            \"intercapPath\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"createDate\": 1678234255293,\n            \"terminationDate\": null,\n            \"contractStartDate\": null,\n            \"contractTermMonths\": 12,\n            \"rateType\": \"MONTHLY\",\n            \"trialAgreement\": false,\n            \"payerCompanyId\": null,\n            \"nonPayerCompanyId\": null,\n            \"minimumSpeed\": null,\n            \"maximumSpeed\": null,\n            \"rateLimit\": null,\n            \"errorMessage\": null,\n            \"market\": \"USA\",\n            \"accountManager\": null,\n            \"promptUid\": null,\n            \"components\": [],\n            \"attributes\": [],\n            \"aLocation\": \"lax-cs1\",\n            \"bLocation\": null,\n            \"aLocationId\": 60,\n            \"bLocationId\": null,\n            \"attributeTags\": {},\n            \"createdBy\": \"a30f6ea7-f94d-4032-8000-db6c3694ac3d\",\n            \"buyoutPort\": false,\n            \"virtual\": false,\n            \"locked\": false,\n            \"adminLocked\": false,\n            \"bgpShutdownDefault\": false,\n            \"vendor\": \"FORTINET\",\n            \"mveSize\": \"SMALL\",\n            \"originDomain\": null\n        }\n    ]\n}"},{"id":"ca1d6255-3079-4c3b-989f-8eff11cb14d7","name":"Buy MVE - Fortinet Secure SD-WAN with vNICs (v3)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"[\n   {\n       \"locationId\": 60,\n       \"productName\": \"Test small Fortinet MVE (LA)\",\n       \"productType\": \"MVE\",\n       \"term\": 12,\n       \"vnics\": [\n            {\n                \"description\": \"Data Plane 1\"\n            },\n            {\n                \"description\": null\n            },\n            {\n                \"description\": \"Data Plane 3\"\n            },\n            {\n                \"description\": \"Data Plane 4\"\n            },\n            {\n                \"description\": null\n            }\n        ],\n       \"vendorConfig\": {\n           \"imageId\": 36,\n           \"mveLabel\": \"MVE 2/8\",\n           \"vendor\": \"FORTINET\",\n           \"sshPublicKey\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCs5BiBnZATYFcX9GCoKAZV436CAbsFAvlA+NxHjcStk6s/iT+OkVUgiBtovwpQ8JgZgDQYE4riKKp7jA8xZibVgmm5gc2zsosPPzvHZaqqsWYSokArw3x+a4c0ntrg7noewJdtYVIneQYKsAyZcyKkRLF2ERMAavnv6ViuxWtkWCpcdWs+U4TayeILo43Nyk99EIDMi8EqAfYyBZvnjZKQ52gEK7mECYbP4Njm/hVXkxRZ1GxprnYnyQJkY/BXYxirfsBR8sRQwHnZvH6YvOq9orxU603gG/cyan7Tifsa/bH0nVHKHNepGrWbzbu/rCsmI4cAvppAV7dCcRKNocXF fortinet+megaport.rocks@example.net\",\n           \"licenseData\": \"U2FtZGVjeWR1amVzektvbXV3aWVyenlzeklnZHljenVqZXN6LMW8ZWNvxZtjaXN0eWthxbpsZcW7ZWNvxZtzacSZcGllcmR6aWVsaVdrYcW8ZGVqY2h3aWxpTW/FvGVzenpyb2JpxIdjb8WbTW/FvGVzend5xYLEhWN6ecSHcmFkaW9OaWVzxYJ1Y2hhxId0eWNoc2t1cndpZWxpCg==\"\n       }\n   }\n]\n","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/networkdesign/buy"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 21 Sep 2023 05:50:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1773"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Set-Cookie","value":"JSESSIONID=E1DCC379F609C0B6055A2F843D6BBDA7; Path=/; HttpOnly"},{"key":"UOW","value":"d9c4d7a2-c349-4e97-beee-f3eb6b748d52"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"MVE [66484c20-381d-4298-856c-3f83e47f6460] created.\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"serviceName\": \"Test small Fortinet MVE (LA)\",\n            \"name\": \"Test small Fortinet MVE (LA)\",\n            \"secondaryName\": null,\n            \"technicalServiceId\": 173649,\n            \"technicalServiceUid\": \"66484c20-381d-4298-856c-3f83e47f6460\",\n            \"requestedDate\": 1695275449390,\n            \"configuredDate\": null,\n            \"currentEstimatedDelivery\": null,\n            \"companyName\": \"Megaport Lab\",\n            \"companyId\": 1153,\n            \"billingContactName\": null,\n            \"billingContactId\": null,\n            \"adminContactName\": null,\n            \"adminContactId\": null,\n            \"technicalContactName\": null,\n            \"technicalContactId\": null,\n            \"salesName\": null,\n            \"salesId\": null,\n            \"billableId\": 165504,\n            \"billableUsageAlgorithm\": null,\n            \"productType\": \"MVE\",\n            \"provisioningStatus\": \"DEPLOYABLE\",\n            \"failedReason\": null,\n            \"inAdvanceBillingStatus\": null,\n            \"provisioningItems\": [],\n            \"tags\": [],\n            \"vxcDistanceBand\": null,\n            \"intercapPath\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"createDate\": 1695275449390,\n            \"terminationDate\": null,\n            \"contractStartDate\": null,\n            \"contractTermMonths\": 12,\n            \"rateType\": \"MONTHLY\",\n            \"trialAgreement\": false,\n            \"payerCompanyId\": null,\n            \"nonPayerCompanyId\": null,\n            \"minimumSpeed\": null,\n            \"maximumSpeed\": null,\n            \"rateLimit\": null,\n            \"errorMessage\": null,\n            \"lagId\": null,\n            \"aggregationId\": null,\n            \"lagPrimary\": null,\n            \"market\": \"USA\",\n            \"accountManager\": null,\n            \"promptUid\": null,\n            \"components\": [],\n            \"attributes\": [],\n            \"aLocation\": \"lax-cs1\",\n            \"bLocation\": null,\n            \"aMetro\": \"Los Angeles\",\n            \"aCountry\": \"USA\",\n            \"aLocationId\": 60,\n            \"bLocationId\": null,\n            \"bMetro\": null,\n            \"bCountry\": null,\n            \"attributeTags\": {},\n            \"createdBy\": \"f39b8983-256e-4643-adec-9f0b5da09ab7\",\n            \"buyoutPort\": false,\n            \"virtual\": false,\n            \"locked\": false,\n            \"adminLocked\": false,\n            \"bgpShutdownDefault\": false,\n            \"vendor\": \"FORTINET\",\n            \"mveSize\": \"SMALL\",\n            \"originDomain\": null\n        }\n    ]\n}"}],"_postman_id":"54f82fd6-c385-4401-bbdf-87d9925a619b"},{"name":"Buy MVE - Palo Alto Prisma SD-WAN (v3)","id":"8bd0ef3d-0bbb-4753-b89c-58d8f2b9d927","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"[\n    {\n        \"locationId\": 23,\n        \"productName\": \"Palo Alto Prisma Example 3108v\",\n        \"productType\": \"MVE\",\n        \"term\": 12,\n        \"promoCode\": \"promox3mnthfree2\",\n        \"config\": {\n        \"diversityZone\": \"blue\"\n        },\n        \"vnics\": [\n            {\n                \"description\": \"Controller port\"\n            },\n            {\n                \"description\": \"Port 1\"\n            },\n            {\n                \"description\": \"Port 2\"\n            },\n            {\n                \"description\": \"Port 3\"\n            },\n            {\n                \"description\": null\n            }\n        ],\n        \"vendorConfig\": {\n            \"imageId\": 90,\n            \"mveLabel\": \"MVE 8/32\",\n            \"ionKey\": \"1234567890-12345678-1234-1234-1234-123456789012\",\n            \"secretKey\": \"abc123def456abc789def012abc345def678abc9\"\n\n        }\n    }\n]"},"url":"{{baseUrl}}/v3/networkdesign/buy","description":"<p>Before using this endpoint to create an MVE with Palo Alto Networks Prisma SD-WAN, you need a valid ION Key and Secret Key (Authorization token) from Palo Alto Networks. Tokens are generated through the <a href=\"https://docs.paloaltonetworks.com/strata-cloud-manager\">Strata Cloud Manager console</a> by a Palo Alto Networks customer administrator. Tokens can be single use or multi use, are valid for 96 hours, and will be assigned to the virtual appliance during deployment.</p>\n<p>Once validated with understood pricing, use the <code>buy</code> request to order the Palo Alto Prisma SD-WAN MVE.</p>\n<p>The attributes have these values.</p>\n<ul>\n<li><p><code>locationId</code> - (Required) The location to create the MVE. You retrieve this value from the <code>locations</code> endpoint.</p>\n</li>\n<li><p><code>productName</code> - (Required) Customer name for the MVE - this name appears in the Portal.</p>\n</li>\n<li><p><code>productType</code> - (Required) “MVE” (static value).</p>\n</li>\n<li><p><code>term</code> - (Required) Specify the minimum number of months in the committed term. Accepted values are 1, 12, 24, 36, 48, and 60. The default is 12.</p>\n</li>\n<li><p><code>costCentre</code> - (Optional) A customer reference number for the MVE to be included in billing information and invoices.</p>\n</li>\n<li><p><code>promoCode</code> - (Optional) A string that can be used to enter a promotional code for the service order. The code is not validated, so if the code doesn’t exist or doesn’t work for the service, the call will still be successful.</p>\n</li>\n<li><p><code>diversityZone</code> - (Optional) Part of the <code>config</code> array. Valid values are \"blue\", \"red\". If this parameter is not used to specify a diversity zone, a diversity zone will be automatically allocated.</p>\n</li>\n<li><p><code>vnics</code> - (Optional) An array of defined vNICs for this MVE. By default, Prisma SD-WAN 3108v, 3104v, and 3102v MVEs are created with four vNICs, while a 7108v MVE is created with three vNICs. The maximum number of vNICs allowed is five. If the array is not supplied (i.e. null), four vNICs will be provisioned for 3108v, 3104v, and 3102v MVEs and three for a 7108v MVE.</p>\n</li>\n<li><p><code>vendorConfig</code> - (Required) Vendor-specific information required to bootstrap the MVE. For Palo Alto Prisma SD-WAN the <code>vendorConfig</code> attributes are:</p>\n<ul>\n<li><p><code>imageId</code> - (Required) Indicates the software version and key configuration parameters. This value is in the <code>v4/product/mve/images</code> response and the MVE object in the <code>v3/locations</code> response.</p>\n</li>\n<li><p><code>mveLabel</code> - (Required) The size of the VM. The size defines the MVE specifications including number of cores, bandwidth, and number of connections. For sizing details, see <a href=\"https://docs.megaport.com/mve/palo-alto/plan-deployment-prisma/#size\">Planning Your Palo Alto Networks Prisma MVE Deployment</a>.</p>\n</li>\n<li><p><code>ionKey</code> - (Required) The ION Key that was generated from the authorization token in the Prisma SD-WAN portal.</p>\n</li>\n<li><p><code>secretKey</code> - (Required) The Secret Key that was generated from the authorization token in the Prisma SD-WAN portal.</p>\n</li>\n</ul>\n</li>\n</ul>\n<p>This call submits a request to create the MVE. MVE creation only takes a few minutes.</p>\n<p>A successful request places the order in a deployment queue. The response to a successful request returns an associated <code>technicalServiceUid</code> (This value is the same as the <code>productUid</code>). Take note of the <code>technicalServiceUid</code> to use in other requests, such as ordering the Megaport Internet connection or retrieving the configuration information.</p>\n<p>The response includes information about the MVE configuration including the public IP address. For high availability, select another location in the metro and create another MVE.</p>\n<p>Next, you will validate and create a Megaport Internet connection using the <code>v3/networkdesign/validate</code> and <code>v3/networkdesign/buy</code> endpoints.</p>\n","urlObject":{"path":["v3","networkdesign","buy"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"3b36d59d-6f21-4eef-bd85-7e712d1aaffb","name":"Buy MVE - Palo Alto Prisma SD-WAN 3104v (v3)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"[\n    {\n        \"locationId\": 23,\n        \"productName\": \"Palo Alto Prisma Example 3104v\",\n        \"productType\": \"MVE\",\n        \"term\": 12,\n        \"promoCode\": \"promox3mnthfree2\",\n        \"config\": {\n        \"diversityZone\": \"blue\"\n        },\n        \"vnics\": [\n            {\n                \"description\": \"Controller port\"\n            },\n            {\n                \"description\": \"Port 1\"\n            },\n            {\n                \"description\": \"Port 2\"\n            },\n            {\n                \"description\": \"Port 3\"\n            },\n            {\n                \"description\": null\n            }\n        ],\n        \"vendorConfig\": {\n            \"imageId\": 89,\n            \"mveLabel\": \"MVE 4/16\",\n            \"ionKey\": \"1234567890-12345678-1234-1234-1234-123456789012\",\n            \"secretKey\": \"abc123def456abc789def012abc345def678abc9\"\n\n        }\n    }\n]","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/networkdesign/buy"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 15 Oct 2024 02:42:35 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1779"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Correlation-Id","value":"94f5dd1f5ef5dd222e0804e009daccc9"},{"key":"X-Amzn-Trace-Id","value":"Root=1-670dd693-6cfbff767e2f476332c8d56a"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Server-Timing","value":"app;dur=7960"},{"key":"X-Xss-Protection","value":"1 ; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"trace-id","value":"94f5dd1f5ef5dd222e0804e009daccc9"},{"key":"X-Robots-Tag","value":"noindex"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"MVE [e0cfcca1-f30e-4c21-bace-7c52807fff96] created.\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"serviceName\": \"Palo Alto Prisma Example 3104v\",\n            \"name\": \"Palo Alto Prisma Example 3104v\",\n            \"secondaryName\": null,\n            \"technicalServiceId\": 214606,\n            \"technicalServiceUid\": \"e0cfcca1-f30e-4c21-bace-7c52807fff96\",\n            \"requestedDate\": 1728960153527,\n            \"configuredDate\": null,\n            \"currentEstimatedDelivery\": null,\n            \"companyName\": \"Megaport Lab\",\n            \"companyId\": 1153,\n            \"billingContactName\": null,\n            \"billingContactId\": null,\n            \"adminContactName\": null,\n            \"adminContactId\": null,\n            \"technicalContactName\": null,\n            \"technicalContactId\": null,\n            \"salesName\": null,\n            \"salesId\": null,\n            \"billableId\": 206081,\n            \"billableUsageAlgorithm\": null,\n            \"productType\": \"MVE\",\n            \"provisioningStatus\": \"DEPLOYABLE\",\n            \"failedReason\": null,\n            \"inAdvanceBillingStatus\": null,\n            \"provisioningItems\": [],\n            \"vxcDistanceBand\": null,\n            \"intercapPath\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"createDate\": 1728960153527,\n            \"terminationDate\": null,\n            \"contractStartDate\": null,\n            \"contractTermMonths\": 12,\n            \"rateType\": \"MONTHLY\",\n            \"trialAgreement\": false,\n            \"payerCompanyId\": null,\n            \"nonPayerCompanyId\": null,\n            \"minimumSpeed\": null,\n            \"maximumSpeed\": null,\n            \"rateLimit\": null,\n            \"errorMessage\": null,\n            \"lagId\": null,\n            \"aggregationId\": null,\n            \"lagPrimary\": null,\n            \"market\": \"Australia\",\n            \"accountManager\": null,\n            \"promptUid\": null,\n            \"components\": [],\n            \"attributes\": [],\n            \"aLocation\": \"mel-mdc\",\n            \"bLocation\": null,\n            \"aMetro\": \"Melbourne\",\n            \"aCountry\": \"Australia\",\n            \"aLocationId\": 23,\n            \"bLocationId\": null,\n            \"bMetro\": null,\n            \"bCountry\": null,\n            \"attributeTags\": {},\n            \"createdBy\": \"f39b8983-256e-4643-adec-9f0b5da09ab7\",\n            \"buyoutPort\": false,\n            \"virtual\": false,\n            \"locked\": false,\n            \"adminLocked\": false,\n            \"bgpShutdownDefault\": false,\n            \"vendor\": \"PALO_ALTO\",\n            \"mveSize\": \"MEDIUM\",\n            \"originDomain\": null\n        }\n    ]\n}"},{"id":"60a1d94c-b227-4372-8c65-e39825938943","name":"Buy MVE - Palo Alto Prisma SD-WAN 3108v (v3)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"[\n    {\n        \"locationId\": 23,\n        \"productName\": \"Palo Alto Prisma Example 3108v\",\n        \"productType\": \"MVE\",\n        \"term\": 12,\n        \"promoCode\": \"promox3mnthfree2\",\n        \"config\": {\n        \"diversityZone\": \"blue\"\n        },\n        \"vnics\": [\n            {\n                \"description\": \"Controller port\"\n            },\n            {\n                \"description\": \"Port 1\"\n            },\n            {\n                \"description\": \"Port 2\"\n            },\n            {\n                \"description\": \"Port 3\"\n            },\n            {\n                \"description\": null\n            }\n        ],\n        \"vendorConfig\": {\n            \"imageId\": 90,\n            \"mveLabel\": \"MVE 8/32\",\n            \"ionKey\": \"1234567890-12345678-1234-1234-1234-123456789012\",\n            \"secretKey\": \"abc123def456abc789def012abc345def678abc9\"\n\n        }\n    }\n]","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/networkdesign/buy"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 15 Oct 2024 02:38:00 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1778"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Correlation-Id","value":"8523749a5404745d590f646f30b51de3"},{"key":"X-Amzn-Trace-Id","value":"Root=1-670dd57d-59e8218f4503f53664fff48e"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Server-Timing","value":"app;dur=11058"},{"key":"X-Xss-Protection","value":"1 ; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"trace-id","value":"8523749a5404745d590f646f30b51de3"},{"key":"X-Robots-Tag","value":"noindex"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"MVE [d94b0d2b-38bd-4e3b-a441-9c2ea71d3c1e] created.\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"serviceName\": \"Palo Alto Prisma Example 3108v\",\n            \"name\": \"Palo Alto Prisma Example 3108v\",\n            \"secondaryName\": null,\n            \"technicalServiceId\": 214602,\n            \"technicalServiceUid\": \"d94b0d2b-38bd-4e3b-a441-9c2ea71d3c1e\",\n            \"requestedDate\": 1728959878452,\n            \"configuredDate\": null,\n            \"currentEstimatedDelivery\": null,\n            \"companyName\": \"Megaport Lab\",\n            \"companyId\": 1153,\n            \"billingContactName\": null,\n            \"billingContactId\": null,\n            \"adminContactName\": null,\n            \"adminContactId\": null,\n            \"technicalContactName\": null,\n            \"technicalContactId\": null,\n            \"salesName\": null,\n            \"salesId\": null,\n            \"billableId\": 206077,\n            \"billableUsageAlgorithm\": null,\n            \"productType\": \"MVE\",\n            \"provisioningStatus\": \"DEPLOYABLE\",\n            \"failedReason\": null,\n            \"inAdvanceBillingStatus\": null,\n            \"provisioningItems\": [],\n            \"vxcDistanceBand\": null,\n            \"intercapPath\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"createDate\": 1728959878452,\n            \"terminationDate\": null,\n            \"contractStartDate\": null,\n            \"contractTermMonths\": 12,\n            \"rateType\": \"MONTHLY\",\n            \"trialAgreement\": false,\n            \"payerCompanyId\": null,\n            \"nonPayerCompanyId\": null,\n            \"minimumSpeed\": null,\n            \"maximumSpeed\": null,\n            \"rateLimit\": null,\n            \"errorMessage\": null,\n            \"lagId\": null,\n            \"aggregationId\": null,\n            \"lagPrimary\": null,\n            \"market\": \"Australia\",\n            \"accountManager\": null,\n            \"promptUid\": null,\n            \"components\": [],\n            \"attributes\": [],\n            \"aLocation\": \"mel-mdc\",\n            \"bLocation\": null,\n            \"aMetro\": \"Melbourne\",\n            \"aCountry\": \"Australia\",\n            \"aLocationId\": 23,\n            \"bLocationId\": null,\n            \"bMetro\": null,\n            \"bCountry\": null,\n            \"attributeTags\": {},\n            \"createdBy\": \"f39b8983-256e-4643-adec-9f0b5da09ab7\",\n            \"buyoutPort\": false,\n            \"virtual\": false,\n            \"locked\": false,\n            \"adminLocked\": false,\n            \"bgpShutdownDefault\": false,\n            \"vendor\": \"PALO_ALTO\",\n            \"mveSize\": \"LARGE\",\n            \"originDomain\": null\n        }\n    ]\n}"},{"id":"efded4b2-ad20-43bc-89a4-efcaafd7f32f","name":"Buy MVE - Palo Alto Prisma SD-WAN 7108v (v3)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"[\n    {\n        \"locationId\": 23,\n        \"productName\": \"Palo Alto Prisma Example 7108v\",\n        \"productType\": \"MVE\",\n        \"term\": 12,\n        \"promoCode\": \"promox3mnthfree2\",\n        \"config\": {\n        \"diversityZone\": \"blue\"\n        },\n        \"vnics\": [\n            {\n                \"description\": \"Controller port\"\n            },\n            {\n                \"description\": \"Port 1\"\n            },\n            {\n                \"description\": \"Port 2\"\n            },\n            {\n                \"description\": null\n            },\n            {\n                \"description\": null\n            }\n        ],\n        \"vendorConfig\": {\n            \"imageId\": 91,\n            \"mveLabel\": \"MVE 8/32\",\n            \"ionKey\": \"1234567890-12345678-1234-1234-1234-123456789012\",\n            \"secretKey\": \"abc123def456abc789def012abc345def678abc9\"\n\n        }\n    }\n]","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/networkdesign/buy"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 15 Oct 2024 02:40:21 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1778"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Correlation-Id","value":"ab002d34bbc510ca438511feaaf23e5f"},{"key":"X-Amzn-Trace-Id","value":"Root=1-670dd611-39a8c86e56c2418f5df72ede"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Server-Timing","value":"app;dur=4234"},{"key":"X-Xss-Protection","value":"1 ; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"trace-id","value":"ab002d34bbc510ca438511feaaf23e5f"},{"key":"X-Robots-Tag","value":"noindex"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"MVE [c526ccea-4346-449f-b00c-d7ce1a5676cf] created.\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"serviceName\": \"Palo Alto Prisma Example 7108v\",\n            \"name\": \"Palo Alto Prisma Example 7108v\",\n            \"secondaryName\": null,\n            \"technicalServiceId\": 214604,\n            \"technicalServiceUid\": \"c526ccea-4346-449f-b00c-d7ce1a5676cf\",\n            \"requestedDate\": 1728960019604,\n            \"configuredDate\": null,\n            \"currentEstimatedDelivery\": null,\n            \"companyName\": \"Megaport Lab\",\n            \"companyId\": 1153,\n            \"billingContactName\": null,\n            \"billingContactId\": null,\n            \"adminContactName\": null,\n            \"adminContactId\": null,\n            \"technicalContactName\": null,\n            \"technicalContactId\": null,\n            \"salesName\": null,\n            \"salesId\": null,\n            \"billableId\": 206079,\n            \"billableUsageAlgorithm\": null,\n            \"productType\": \"MVE\",\n            \"provisioningStatus\": \"DEPLOYABLE\",\n            \"failedReason\": null,\n            \"inAdvanceBillingStatus\": null,\n            \"provisioningItems\": [],\n            \"vxcDistanceBand\": null,\n            \"intercapPath\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"createDate\": 1728960019604,\n            \"terminationDate\": null,\n            \"contractStartDate\": null,\n            \"contractTermMonths\": 12,\n            \"rateType\": \"MONTHLY\",\n            \"trialAgreement\": false,\n            \"payerCompanyId\": null,\n            \"nonPayerCompanyId\": null,\n            \"minimumSpeed\": null,\n            \"maximumSpeed\": null,\n            \"rateLimit\": null,\n            \"errorMessage\": null,\n            \"lagId\": null,\n            \"aggregationId\": null,\n            \"lagPrimary\": null,\n            \"market\": \"Australia\",\n            \"accountManager\": null,\n            \"promptUid\": null,\n            \"components\": [],\n            \"attributes\": [],\n            \"aLocation\": \"mel-mdc\",\n            \"bLocation\": null,\n            \"aMetro\": \"Melbourne\",\n            \"aCountry\": \"Australia\",\n            \"aLocationId\": 23,\n            \"bLocationId\": null,\n            \"bMetro\": null,\n            \"bCountry\": null,\n            \"attributeTags\": {},\n            \"createdBy\": \"f39b8983-256e-4643-adec-9f0b5da09ab7\",\n            \"buyoutPort\": false,\n            \"virtual\": false,\n            \"locked\": false,\n            \"adminLocked\": false,\n            \"bgpShutdownDefault\": false,\n            \"vendor\": \"PALO_ALTO\",\n            \"mveSize\": \"LARGE\",\n            \"originDomain\": null\n        }\n    ]\n}"}],"_postman_id":"8bd0ef3d-0bbb-4753-b89c-58d8f2b9d927"},{"name":"Buy MVE - Palo Alto VM-Series Firewall (v3)","id":"74ba3966-bfb8-4cd4-93e1-0c13a6b6af37","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"[\n    {\n        \"locationId\": 85,\n        \"productName\": \"Test Palo Alto MVE\",\n        \"productType\": \"MVE\",\n        \"term\": 12,\n        \"promoCode\": \"promox3mnthfree2\",\n        \"config\": {\n        \"diversityZone\": \"red\"\n        }, \n        \"vnics\": [\n            {\n                \"description\": \"Data Plane 1\"\n            },\n            {\n                \"description\": null\n            },\n            {\n                \"description\": \"Data Plane 3\"\n            },\n            {\n                \"description\": \"Data Plane 4\"\n            },\n            {\n                \"description\": null\n            }\n        ],\n        \"vendorConfig\": {\n            \"imageId\": 32,\n            \"mveLabel\": \"MVE 2/8\",\n            \"accountName\": \"My account name\",\n            \"sshPublicKey\": \"ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAklOUpkDHrfHY17SbrmTIpNLTGK9Tjom/BWDSU\\n            GPl+nafzlHDTYW7hdI4yZ5ew18JH4JW9jbhUFrviQzM7xlELEVf4h9lFX5QVkbPppSwg0cda3\\n            Pbv7kOdJ/MTyBlWXFCR+HAo3FXRitBqxiX1nKhXpHAZsMciLq8V6RjsNAQwdsdMFvSlVK/7XA\\n            t3FaoJoAsncM1Q9x5+3V0Ww68/eIFmb1zuUFljQJKprrX88XypNDvjYNby6vw/Pb0rwert/En\\n            mZ+AW4OZPnTPI89ZPmVMLuayrD2cE86Z/il8b+gw3r3+1nKatmIkjn2so1d01QraTlMqVSsbx\\n            NrRFi9wrf+M7Q== schacon@mylaptop.local\",\n            \"adminPasswordHash\": \"$5$d7339b3e$KWRIhKSUf.xSXRzJRBBVY0VSJiQ19MESZMpkekCCRFC\",\n            \"licensedata\": 123415\n        }\n    }\n]\n","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/networkdesign/buy","description":"<p>Once validated with understood pricing, use the <code>buy</code> request to order the Palo Alto Networks VM-Series MVE.</p>\n<p>The attributes have these values.</p>\n<ul>\n<li><p><code>locationId</code> - (Required) The location to create the MVE. You retrieve this value from the <code>locations</code> endpoint.</p>\n</li>\n<li><p><code>productName</code> - (Required) Customer name for the MVE - this name appears in the Portal.</p>\n</li>\n<li><p><code>productType</code> - (Required) “MVE” (static value).</p>\n</li>\n<li><p><code>term</code> - (Required) Specify the minimum number of months in the committed term. Accepted values are 1, 12, 24, 36, 48, and 60. The default is 12.</p>\n</li>\n<li><p><code>costCentre</code> - (Optional) A customer reference number for the MVE to be included in billing information and invoices.</p>\n</li>\n<li><p><code>promoCode</code> - (Optional) A string that can be used to enter a promotional code for the service order. The code is not validated, so if the code doesn’t exist or doesn’t work for the service, the call will still be successful.</p>\n</li>\n<li><p><code>diversityZone</code> - (Optional) Part of the <code>config</code> array. Valid values are \"blue\", \"red\". If this parameter is not used to specify a diversity zone, a diversity zone will be automatically allocated.</p>\n</li>\n<li><p><code>vnics</code> - (Optional) An array of defined vNICs for this MVE. The number of elements in the array is the number of vNICs the user wants to provision. Description can be null. The maximum number of vNICs allowed is five. If the array is not supplied (i.e. null), two vNICs will be provisioned.</p>\n</li>\n<li><p><code>vendorConfig</code> - (Required) Vendor-specific information required to bootstrap the MVE. These values are different for each vendor and can include vendor name, size of VM, license/activation code, software version, and account name.</p>\n<ul>\n<li><p><code>imageId</code> - (Required) Indicates the software version and key configuration parameters. This value is in the <code>v4/product/mve/images</code> response and the MVE object in the <code>v3/locations</code> response.</p>\n</li>\n<li><p><code>mveLabel</code> - (Required) The size of the VM. The size defines the MVE specifications including number of cores, bandwidth, and number of connections. For sizing details, see <a href=\"https://docs.megaport.com/mve/palo-alto/plan-deployment/#size\">Planning Your Palo Alto Deployment</a>.</p>\n</li>\n<li><p><code>accountName</code> - (Required) Enter the Account Name from Palo Alto VM-Series. To view your Account Name, log in to Orchestrator and choose Orchestrator &gt; Licensing | Cloud Portal.</p>\n</li>\n<li><p><code>sshPublicKey</code> - (Required) Copy and paste the contents of your public SSH key here.</p>\n</li>\n<li><p><code>adminPasswordHash</code> - (Required) The admin password hash for the vendor configuration. This must be a SHA-256 crypt hash in the format \"$5$$\" (for example, \"$5$2833ea35$Pdyc6dKE8N/UBRge3QWDJJyotG3I59pxLJWVmcSQDdC\"). On Linux/macOS, you can generate the password hash using: \"mkpasswd -m sha-256 'your_password'\".</p>\n</li>\n<li><p><code>licenseData</code> - (Required) Enter the Palo Alto Auth Code (the valid license for the virtual appliance). The Auth Code is used to register the Palo Alto MVE instance with Palo Alto Networks. You can find it in the Palo Alto Networks Support portal.</p>\n</li>\n</ul>\n</li>\n</ul>\n<p>This call submits a request to create the MVE. MVE creation only takes a few minutes.</p>\n<p>A successful request places the order in a deployment queue. The response to a successful request returns an associated <code>technicalServiceUid</code> (This value is the same as the <code>productUid</code>). Take note of the <code>technicalServiceUid</code> to use in other requests, such as ordering the Megaport Internet connection or retrieving the configuration information.</p>\n<p>The response includes information about the MVE configuration including the public IP address. For high availability, select another location in the metro and create another MVE.</p>\n<p>Next, you will validate and create a Megaport Internet connection using the <code>v3/networkdesign/validate</code> and <code>v3/networkdesign/buy</code> endpoints.</p>\n","urlObject":{"path":["v3","networkdesign","buy"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"edc881f7-f17c-4761-97fe-e1d4fc054051","name":"Buy MVE - Palo Alto VM-Series NGFW (v3)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"[\n    {\n        \"locationId\": 88,\n        \"productName\": \"Test Palo Alto MVE\",\n        \"productType\": \"MVE\",\n        \"term\": 12, \n        \"vendorConfig\": {\n            \"vendor\": \"PALO_ALTO\",\n            \"imageId\": 32,\n            \"mveLabel\": \"MVE 2/8\",\n            \"accountName\": \"My account name\",\n            \"sshPublicKey\": \"ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAklOUpkDHrfHY17SbrmTIpNLTGK9Tjom/BWDSU\\n            GPl+nafzlHDTYW7hdI4yZ5ew18JH4JW9jbhUFrviQzM7xlELEVf4h9lFX5QVkbPppSwg0cda3\\n            Pbv7kOdJ/MTyBlWXFCR+HAo3FXRitBqxiX1nKhXpHAZsMciLq8V6RjsNAQwdsdMFvSlVK/7XA\\n            t3FaoJoAsncM1Q9x5+3V0Ww68/eIFmb1zuUFljQJKprrX88XypNDvjYNby6vw/Pb0rwert/En\\n            mZ+AW4OZPnTPI89ZPmVMLuayrD2cE86Z/il8b+gw3r3+1nKatmIkjn2so1d01QraTlMqVSsbx\\n            NrRFi9wrf+M7Q== schacon@mylaptop.local\",\n            \"adminPasswordHash\": \"$5$d7339b3e$KWRIhKSUf.xSXRzJRBBVY0VSJiQ19MESZMpkekCCRFC\",\n            \"licensedata\": 123415\n        }\n    }\n]\n","options":{"raw":{"language":"json"}}},"url":"https://api-staging.megaport.com/v3/networkdesign/buy"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 04 Apr 2023 05:30:03 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1631"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"UOW","value":"94354859-7a40-4987-8270-acc2b2723047"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"MVE [2bd44d3f-7d4f-48d9-a4fb-6ae26bf5c3cc] created.\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"serviceName\": \"Test Palo Alto MVE\",\n            \"name\": \"Test Palo Alto MVE\",\n            \"secondaryName\": null,\n            \"technicalServiceId\": 155099,\n            \"technicalServiceUid\": \"2bd44d3f-7d4f-48d9-a4fb-6ae26bf5c3cc\",\n            \"requestedDate\": 1680586200603,\n            \"configuredDate\": null,\n            \"currentEstimatedDelivery\": null,\n            \"companyName\": \"Megaport Lab\",\n            \"companyId\": 1153,\n            \"billingContactName\": null,\n            \"billingContactId\": null,\n            \"adminContactName\": null,\n            \"adminContactId\": null,\n            \"technicalContactName\": null,\n            \"technicalContactId\": null,\n            \"salesName\": null,\n            \"salesId\": null,\n            \"billableId\": 147054,\n            \"billableUsageAlgorithm\": null,\n            \"productType\": \"MVE\",\n            \"provisioningStatus\": \"DEPLOYABLE\",\n            \"failedReason\": null,\n            \"inAdvanceBillingStatus\": null,\n            \"provisioningItems\": [],\n            \"tags\": [],\n            \"vxcDistanceBand\": null,\n            \"intercapPath\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"createDate\": 1680586200603,\n            \"terminationDate\": null,\n            \"contractStartDate\": null,\n            \"contractTermMonths\": 12,\n            \"rateType\": \"MONTHLY\",\n            \"trialAgreement\": false,\n            \"payerCompanyId\": null,\n            \"nonPayerCompanyId\": null,\n            \"minimumSpeed\": null,\n            \"maximumSpeed\": null,\n            \"rateLimit\": null,\n            \"errorMessage\": null,\n            \"market\": \"UK\",\n            \"accountManager\": null,\n            \"promptUid\": null,\n            \"components\": [],\n            \"attributes\": [],\n            \"aLocation\": \"lon-gs1\",\n            \"bLocation\": null,\n            \"aLocationId\": 88,\n            \"bLocationId\": null,\n            \"attributeTags\": {},\n            \"createdBy\": \"a30f6ea7-f94d-4032-8000-db6c3694ac3d\",\n            \"buyoutPort\": false,\n            \"virtual\": false,\n            \"locked\": false,\n            \"adminLocked\": false,\n            \"bgpShutdownDefault\": false,\n            \"vendor\": \"PALO_ALTO\",\n            \"mveSize\": \"SMALL\",\n            \"originDomain\": null\n        }\n    ]\n}"},{"id":"cb4703bc-5b9a-4236-b069-e28dfa4b7fd2","name":"Buy MVE - Buy MVE - Palo Alto VM-Series NGFW with vNICs (v3)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"[\n    {\n        \"locationId\": 88,\n        \"productName\": \"Test Palo Alto MVE\",\n        \"productType\": \"MVE\",\n        \"term\": 12, \n        \"vnics\": [\n            {\n                \"description\": \"Data Plane 1\"\n            },\n            {\n                \"description\": null\n            },\n            {\n                \"description\": \"Data Plane 3\"\n            },\n            {\n                \"description\": \"Data Plane 4\"\n            },\n            {\n                \"description\": null\n            }\n        ],\n        \"vendorConfig\": {\n            \"vendor\": \"PALO_ALTO\",\n            \"imageId\": 32,\n            \"mveLabel\": \"MVE 2/8\",\n            \"accountName\": \"My account name\",\n            \"sshPublicKey\": \"ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAQEAklOUpkDHrfHY17SbrmTIpNLTGK9Tjom/BWDSU\\n            GPl+nafzlHDTYW7hdI4yZ5ew18JH4JW9jbhUFrviQzM7xlELEVf4h9lFX5QVkbPppSwg0cda3\\n            Pbv7kOdJ/MTyBlWXFCR+HAo3FXRitBqxiX1nKhXpHAZsMciLq8V6RjsNAQwdsdMFvSlVK/7XA\\n            t3FaoJoAsncM1Q9x5+3V0Ww68/eIFmb1zuUFljQJKprrX88XypNDvjYNby6vw/Pb0rwert/En\\n            mZ+AW4OZPnTPI89ZPmVMLuayrD2cE86Z/il8b+gw3r3+1nKatmIkjn2so1d01QraTlMqVSsbx\\n            NrRFi9wrf+M7Q== schacon@mylaptop.local\",\n            \"adminPasswordHash\": \"$5$d7339b3e$KWRIhKSUf.xSXRzJRBBVY0VSJiQ19MESZMpkekCCRFC\",\n            \"licensedata\": 123415\n        }\n    }\n]\n","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/networkdesign/buy"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 18 Sep 2023 07:52:49 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1759"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Set-Cookie","value":"JSESSIONID=993BAAA480A15C62378793C948C42467; Path=/; HttpOnly"},{"key":"UOW","value":"4b069cbc-3b64-4426-a1d4-d2c6caa853ab"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"MVE [1f8fb1d4-ebaf-4ae4-a44e-0ac2bec3ed82] created.\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"serviceName\": \"Test Palo Alto MVE\",\n            \"name\": \"Test Palo Alto MVE\",\n            \"secondaryName\": null,\n            \"technicalServiceId\": 173378,\n            \"technicalServiceUid\": \"1f8fb1d4-ebaf-4ae4-a44e-0ac2bec3ed82\",\n            \"requestedDate\": 1695023565788,\n            \"configuredDate\": null,\n            \"currentEstimatedDelivery\": null,\n            \"companyName\": \"Megaport Lab\",\n            \"companyId\": 1153,\n            \"billingContactName\": null,\n            \"billingContactId\": null,\n            \"adminContactName\": null,\n            \"adminContactId\": null,\n            \"technicalContactName\": null,\n            \"technicalContactId\": null,\n            \"salesName\": null,\n            \"salesId\": null,\n            \"billableId\": 165239,\n            \"billableUsageAlgorithm\": null,\n            \"productType\": \"MVE\",\n            \"provisioningStatus\": \"DEPLOYABLE\",\n            \"failedReason\": null,\n            \"inAdvanceBillingStatus\": null,\n            \"provisioningItems\": [],\n            \"tags\": [],\n            \"vxcDistanceBand\": null,\n            \"intercapPath\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"createDate\": 1695023565788,\n            \"terminationDate\": null,\n            \"contractStartDate\": null,\n            \"contractTermMonths\": 12,\n            \"rateType\": \"MONTHLY\",\n            \"trialAgreement\": false,\n            \"payerCompanyId\": null,\n            \"nonPayerCompanyId\": null,\n            \"minimumSpeed\": null,\n            \"maximumSpeed\": null,\n            \"rateLimit\": null,\n            \"errorMessage\": null,\n            \"lagId\": null,\n            \"aggregationId\": null,\n            \"lagPrimary\": null,\n            \"market\": \"UK\",\n            \"accountManager\": null,\n            \"promptUid\": null,\n            \"components\": [],\n            \"attributes\": [],\n            \"aLocation\": \"lon-gs1\",\n            \"bLocation\": null,\n            \"aMetro\": \"London\",\n            \"aCountry\": \"United Kingdom\",\n            \"aLocationId\": 88,\n            \"bLocationId\": null,\n            \"bMetro\": null,\n            \"bCountry\": null,\n            \"attributeTags\": {},\n            \"createdBy\": \"f39b8983-256e-4643-adec-9f0b5da09ab7\",\n            \"buyoutPort\": false,\n            \"virtual\": false,\n            \"locked\": false,\n            \"adminLocked\": false,\n            \"bgpShutdownDefault\": false,\n            \"vendor\": \"PALO_ALTO\",\n            \"mveSize\": \"SMALL\",\n            \"originDomain\": null\n        }\n    ]\n}"}],"_postman_id":"74ba3966-bfb8-4cd4-93e1-0c13a6b6af37"},{"name":"Buy MVE - Peplink FusionHub (v3)","id":"cd82041a-abe2-4632-8593-73fcf8340787","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"[\n   {\n       \"locationId\": 5,\n       \"productName\": \"Test Peplink FusionHub MVE\",\n       \"productType\": \"MVE\",\n       \"term\": 12,\n       \"promoCode\": \"promox3mnthfree2\",\n       \"config\": {\n        \"diversityZone\": \"blue\"\n        },\n       \"vnics\": [\n            {\n                \"description\": \"Management Plane\"\n            },\n            {\n                \"description\": \"Data Plane 1\"\n            },\n            {\n                \"description\": \"Data Plane 2\"\n            }\n        ],\n       \"vendorConfig\": {\n           \"imageId\": 94,\n           \"mveLabel\": \"MVE 8/32\",\n           \"licenseData\": \"124h09fflq1avnb5\",\n           \"adminPasswordHash\": \"07a6a43ca6d20a9b0a6176fc69f46f35584836ed\"\n       }\n   }\n]\n"},"url":"{{baseUrl}}/v3/networkdesign/buy","description":"<p>Once validated with understood pricing, use the <code>buy</code> request to order the Peplink FusionHub MVE.</p>\n<p>The attributes have these values.</p>\n<ul>\n<li><p><code>locationId</code> - (Required) The location to create the MVE. You retrieve this value from the <code>locations</code> endpoint.</p>\n</li>\n<li><p><code>productName</code> - (Required) Customer name for the MVE - this name appears in the Portal.</p>\n</li>\n<li><p><code>productType</code> - (Required) “MVE” (static value).</p>\n</li>\n<li><p><code>term</code> - (Required) Specify the minimum number of months in the committed term. Accepted values are 1, 12, 24, 36, 48, and 60. The default is 12.</p>\n</li>\n<li><p><code>costCentre</code> - (Optional) A customer reference number for the MVE to be included in billing information and invoices.</p>\n</li>\n<li><p><code>promoCode</code> - (Optional) A string that can be used to enter a promotional code for the service order. The code is not validated, so if the code doesn’t exist or doesn’t work for the service, the call will still be successful.</p>\n</li>\n<li><p><code>diversityZone</code> - (Optional) Part of the <code>config</code> array. Valid values are \"blue\", \"red\". If this parameter is not used to specify a diversity zone, a diversity zone will be automatically allocated.</p>\n</li>\n<li><p><code>vnics</code> - (Optional) An array of defined vNICs for this MVE. The number of elements in the array is the number of vNICs the user wants to provision. Description can be null. The maximum number of vNICs allowed is five. If the array is not supplied (i.e. null), two vNICs will be provisioned.</p>\n</li>\n<li><p><code>vendorConfig</code> - (Required) Vendor-specific information required to bootstrap the MVE. These values are different for each vendor and can include vendor name, size of VM, license/activation code, software version, and SSH keys.</p>\n<ul>\n<li><p><code>imageId</code> - (Required) Indicates the software version and key configuration parameters. This value is in the <code>v4/product/mve/images</code> response and the MVE object in the <code>v3/locations</code> response.</p>\n</li>\n<li><p><code>mveLabel</code> - (Required) The size of the VM. The size defines the MVE specifications including number of cores, bandwidth, and number of connections. For sizing details, see <a href=\"https://docs.megaport.com/mve/peplink/plan-deployment/\">Planning Your Peplink FusionHub Deployment</a>.</p>\n</li>\n<li><p><code>licenseData</code> - (Reqired) Provide the Peplink FusionHub license key (the valid license for the virtual appliance). The license key is used to register the Peplink FusionHub MVE instance with the Peplink InControl2 portal. The license key must be 16 characters long.</p>\n</li>\n<li><p><code>adminPasswordHash</code> - (Required) The administrator password in SHA 1 hashed value. Must be 40 character long. There are various online tools that you can use to generate the hasshed value, for example, <a href=\"https://www.strongpasswordgenerator.org/sha1-hash-generator/\">https://www.strongpasswordgenerator.org/sha1-hash-generator/</a>.</p>\n</li>\n</ul>\n</li>\n</ul>\n<p>This call submits a request to create the MVE. MVE creation only takes a few minutes.</p>\n<p>A successful request places the order in a deployment queue. The response to a successful request returns an associated <code>technicalServiceUid</code> (This value is the same as the <code>productUid</code>). Take note of the <code>technicalServiceUid</code> to use in other requests, such as ordering the Megaport Internet connection or retrieving the configuration information.</p>\n<p>The response includes information about the MVE configuration including the public IP address. For high availability, select another location in the metro and create another MVE.</p>\n<p>Next, you will validate and create a Megaport Internet connection using the <code>v3/networkdesign/validate</code> and <code>v3/networkdesign/buy</code> endpoints.</p>\n","urlObject":{"path":["v3","networkdesign","buy"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"c92f515f-4e85-457a-826b-e6cd8fcc8334","name":"Buy MVE - Peplink FusionHub (v3)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"[\n   {\n       \"locationId\": 5,\n       \"productName\": \"Test Peplink FusionHub MVE\",\n       \"productType\": \"MVE\",\n       \"term\": 12,\n       \"promoCode\": \"promox3mnthfree2\",\n       \"config\": {\n        \"diversityZone\": \"blue\"\n        },\n       \"vnics\": [\n            {\n                \"description\": \"Management Plane\"\n            },\n            {\n                \"description\": \"Data Plane 1\"\n            },\n            {\n                \"description\": \"Data Plane 2\"\n            }\n        ],\n       \"vendorConfig\": {\n           \"imageId\": 94,\n           \"mveLabel\": \"MVE 8/32\",\n           \"licenseData\": \"124h09fflq1avnb5\",\n           \"adminPasswordHash\": \"07a6a43ca6d20a9b0a6176fc69f46f35584836ed\"\n       }\n   }\n]\n","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/networkdesign/buy"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Jul 2025 13:50:35 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1774"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amzn-Trace-Id","value":"Root=1-6880e8aa-60a84949704bd3f00db38ffa"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Server-Timing","value":"app;dur=1064"},{"key":"X-Xss-Protection","value":"1 ; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"trace-id","value":"849c791aa0ae003a6042ae803dddee3a"},{"key":"X-Robots-Tag","value":"noindex"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"MVE [370c4cb4-5419-4365-a7ac-c061874f46fb] created.\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"serviceName\": \"Test Peplink FusionHub MVE\",\n            \"name\": \"Test Peplink FusionHub MVE\",\n            \"secondaryName\": null,\n            \"technicalServiceId\": 250265,\n            \"technicalServiceUid\": \"370c4cb4-5419-4365-a7ac-c061874f46fb\",\n            \"requestedDate\": 1753278635154,\n            \"configuredDate\": null,\n            \"currentEstimatedDelivery\": null,\n            \"companyName\": \"Megaport Lab\",\n            \"companyId\": 1153,\n            \"billingContactName\": null,\n            \"billingContactId\": null,\n            \"adminContactName\": null,\n            \"adminContactId\": null,\n            \"technicalContactName\": null,\n            \"technicalContactId\": null,\n            \"salesName\": null,\n            \"salesId\": null,\n            \"billableId\": 242128,\n            \"billableUsageAlgorithm\": null,\n            \"productType\": \"MVE\",\n            \"provisioningStatus\": \"DEPLOYABLE\",\n            \"failedReason\": null,\n            \"inAdvanceBillingStatus\": null,\n            \"vxcDistanceBand\": null,\n            \"intercapPath\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"createDate\": 1753278635154,\n            \"terminationDate\": null,\n            \"contractStartDate\": null,\n            \"contractTermMonths\": 12,\n            \"rateType\": \"MONTHLY\",\n            \"trialAgreement\": false,\n            \"payerCompanyId\": null,\n            \"nonPayerCompanyId\": null,\n            \"minimumSpeed\": null,\n            \"maximumSpeed\": null,\n            \"rateLimit\": null,\n            \"errorMessage\": null,\n            \"lagId\": null,\n            \"aggregationId\": null,\n            \"lagPrimary\": null,\n            \"market\": \"Australia\",\n            \"accountManager\": null,\n            \"promptUid\": null,\n            \"components\": [],\n            \"attributes\": [],\n            \"aLocation\": \"bne-nxt1\",\n            \"bLocation\": null,\n            \"aMetro\": \"Brisbane\",\n            \"aCountry\": \"Australia\",\n            \"aLocationId\": 5,\n            \"bLocationId\": null,\n            \"bMetro\": null,\n            \"bCountry\": null,\n            \"attributeTags\": {},\n            \"createdBy\": \"f39b8983-256e-4643-adec-9f0b5da09ab7\",\n            \"buyoutPort\": false,\n            \"crossConnectRequested\": false,\n            \"virtual\": false,\n            \"locked\": false,\n            \"adminLocked\": false,\n            \"bgpShutdownDefault\": false,\n            \"vendor\": \"PEPLINK\",\n            \"mveSize\": \"LARGE\",\n            \"originDomain\": null\n        }\n    ]\n}"},{"id":"af58ce4a-d5d7-4571-9450-c7f91747b266","name":"Buy MVE - Peplink FusionHub (v3) - With Resource Tags","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"[\n   {\n       \"locationId\": 23,\n       \"productName\": \"Test Peplink FusionHub MVE via API\",\n       \"productType\": \"MVE\",\n       \"term\": 12,\n       \"autoRenewTerm\": \"True\",\t\n       \"promoCode\": \"promox3mnthfree2\",\n       \"config\": {\n        \"diversityZone\": \"blue\"\n        },\n       \"resourceTags\": [\n            {\n              \"key\": \"x\",\n              \"value\": \"256\"\n            },\n            {\n              \"key\": \"y\",\n              \"value\": \"512\"\n            }\n        ],\n       \"vnics\": [\n            {\n                \"description\": \"Management Plane\"\n            },\n            {\n                \"description\": \"Data Plane 1\"\n            },\n            {\n                \"description\": \"Data Plane 2\"\n            },\n            {\n                \"description\": \"Data Plane 3\"\n            }\n        ],\n       \"vendorConfig\": {\n           \"imageId\": 94,\n           \"mveLabel\": \"MVE 4/16\",\n           \"licenseData\": \"124h09fflq1avnb5\",\n           \"adminPasswordHash\": \"07a6a43ca6d20a9b0a6176fc69f46f35584836ed\"\n       }\n   }\n]\n","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/networkdesign/buy"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 23 Jul 2025 14:44:43 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1792"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amzn-Trace-Id","value":"Root=1-6880f55a-1a796a2d6e1130f24895d181"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Server-Timing","value":"app;dur=851"},{"key":"X-Xss-Protection","value":"1 ; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"trace-id","value":"6355818a4ea7f563ea15ed5fd9faf5fd"},{"key":"X-Robots-Tag","value":"noindex"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"MVE [a039c7c9-78f8-4bd8-96e1-1cf3c35bb093] created.\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"serviceName\": \"Test Peplink FusionHub MVE via API\",\n            \"name\": \"Test Peplink FusionHub MVE via API\",\n            \"secondaryName\": null,\n            \"technicalServiceId\": 250267,\n            \"technicalServiceUid\": \"a039c7c9-78f8-4bd8-96e1-1cf3c35bb093\",\n            \"requestedDate\": 1753281883167,\n            \"configuredDate\": null,\n            \"currentEstimatedDelivery\": null,\n            \"companyName\": \"Megaport Lab\",\n            \"companyId\": 1153,\n            \"billingContactName\": null,\n            \"billingContactId\": null,\n            \"adminContactName\": null,\n            \"adminContactId\": null,\n            \"technicalContactName\": null,\n            \"technicalContactId\": null,\n            \"salesName\": null,\n            \"salesId\": null,\n            \"billableId\": 242130,\n            \"billableUsageAlgorithm\": null,\n            \"productType\": \"MVE\",\n            \"provisioningStatus\": \"DEPLOYABLE\",\n            \"failedReason\": null,\n            \"inAdvanceBillingStatus\": null,\n            \"vxcDistanceBand\": null,\n            \"intercapPath\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"createDate\": 1753281883167,\n            \"terminationDate\": null,\n            \"contractStartDate\": null,\n            \"contractTermMonths\": 12,\n            \"rateType\": \"MONTHLY\",\n            \"trialAgreement\": false,\n            \"payerCompanyId\": null,\n            \"nonPayerCompanyId\": null,\n            \"minimumSpeed\": null,\n            \"maximumSpeed\": null,\n            \"rateLimit\": null,\n            \"errorMessage\": null,\n            \"lagId\": null,\n            \"aggregationId\": null,\n            \"lagPrimary\": null,\n            \"market\": \"Australia\",\n            \"accountManager\": null,\n            \"promptUid\": null,\n            \"components\": [],\n            \"attributes\": [],\n            \"aLocation\": \"mel-mdc\",\n            \"bLocation\": null,\n            \"aMetro\": \"Melbourne\",\n            \"aCountry\": \"Australia\",\n            \"aLocationId\": 23,\n            \"bLocationId\": null,\n            \"bMetro\": null,\n            \"bCountry\": null,\n            \"attributeTags\": {},\n            \"createdBy\": \"f39b8983-256e-4643-adec-9f0b5da09ab7\",\n            \"buyoutPort\": false,\n            \"crossConnectRequested\": false,\n            \"virtual\": false,\n            \"locked\": false,\n            \"adminLocked\": false,\n            \"bgpShutdownDefault\": false,\n            \"vendor\": \"PEPLINK\",\n            \"mveSize\": \"MEDIUM\",\n            \"originDomain\": null\n        }\n    ]\n}"}],"_postman_id":"cd82041a-abe2-4632-8593-73fcf8340787"},{"name":"Buy MVE - Versa SD-WAN (v3)","id":"c624d7c5-e4d5-4765-9076-577e9cb15a54","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}","type":"text"}],"body":{"mode":"raw","raw":"[\n    {\n        \"locationId\": 62,\n        \"productName\": \"My Small Versa MVE\",\n        \"productType\": \"MVE\",\n        \"term\": 12,\n        \"promoCode\": \"promox3mnthfree2\",\n        \"config\": {\n        \"diversityZone\": \"red\"\n        },\n        \"vnics\": [\n            {\n                \"description\": \"Data Plane 1\"\n            },\n            {\n                \"description\": null\n            },\n            {\n                \"description\": \"Data Plane 3\"\n            },\n            {\n                \"description\": \"Data Plane 4\"\n            },\n            {\n                \"description\": null\n            }\n        ],\n        \"associatedVxcs\": [],\n        \"vendorConfig\": {\n            \"imageId\": 20,\n            \"mveLabel\": \"MVE 2/8\",\n            \"directorAddress\": \"director1.versa.com\",\n            \"controllerAddress\": \"controller1.versa.com\",\n            \"localAuth\": \"SDWAN-Branch@Versa.com\",\n            \"remoteAuth\": \"Controller-1-staging@Versa.com\",\n            \"serialNumber\": \"Megaport-Hub1\"\n        }\n    }\n]\n","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/networkdesign/buy","description":"<p>Once validated with understood pricing, use the <code>buy</code> request to order the Versa SD-WAN MVE.</p>\n<p>The attributes have these values.</p>\n<ul>\n<li><p><code>locationId</code> - (Required) The location to create the MVE. You retrieve this value from the <code>locations</code> endpoint.</p>\n</li>\n<li><p><code>productName</code> - (Required) Customer name for the MVE - this name appears in the Portal.</p>\n</li>\n<li><p><code>productType</code> - (Required) “MVE” (static value).</p>\n</li>\n<li><p><code>term</code> - (Required) Specify the minimum number of months in the committed term. Accepted values are 1, 12, 24, 36, 48, and 60. The default is 12.</p>\n</li>\n<li><p><code>costCentre</code> - (Optional) A customer reference number for the MVE to be included in billing information and invoices.</p>\n</li>\n<li><p><code>promoCode</code> - (Optional) A string that can be used to enter a promotional code for the service order. The code is not validated, so if the code doesn’t exist or doesn’t work for the service, the call will still be successful.</p>\n</li>\n<li><p><code>diversityZone</code> - (Optional) Part of the <code>config</code> array. Valid values are \"blue\", \"red\". If this parameter is not used to specify a diversity zone, a diversity zone will be automatically allocated.</p>\n</li>\n<li><p><code>vnics</code> - (Optional) An array of defined vNICs for this MVE. The number of elements in the array is the number of vNICs the user wants to provision. Description can be null. The maximum number of vNICs allowed is five. If the array is not supplied (i.e. null), one vNIC will be provisioned.</p>\n</li>\n<li><p><code>vendorConfig</code> - (Required) Vendor-specific information required to bootstrap the MVE. These values are different for each vendor and can include vendor name, size of VM, license/activation code, software version, and SSH keys.</p>\n<ul>\n<li><p><code>imageId</code> - (Required) Indicates the software version and key configuration parameters. This value is in the <code>v4/product/mve/images</code> response and the MVE object in the <code>v3/locations</code> response.</p>\n</li>\n<li><p><code>mveLabel</code> - (Required) The size of the VM. The size defines the MVE specifications including number of cores, bandwidth, and number of connections. For sizing details, see <a href=\"https://docs.megaport.com/mve/versa/plan-deployment/#size\">Planning Your Versa Deployment</a>.</p>\n</li>\n<li><p><code>directorAddress</code> - (Required) A FQDN (Fully Qualified Domain Name) or IPv4 address of your Versa Director.</p>\n</li>\n<li><p><code>controllerAddress</code> - (Required) A FQDN (Fully Qualified Domain Name) or IPv4 address of your Versa Controller.</p>\n</li>\n<li><p><code>localAuth</code> - (Required) Enter the Local Auth string as configured in your Versa Director.</p>\n</li>\n<li><p><code>remoteAuth</code> - (Required) Enter the Remote Auth string as configured in your Versa Director.</p>\n</li>\n<li><p><code>serialNumber</code> - (Required) Enter the serial number that you specified when creating the device in Versa Director.</p>\n</li>\n</ul>\n</li>\n</ul>\n<p>This call submits a request to create the MVE. MVE creation only takes a few minutes.</p>\n<p>A successful request places the order in a deployment queue. The response to a successful request returns an associated <code>technicalServiceUid</code> (This value is the same as the <code>productUid</code>). Take note of the <code>technicalServiceUid</code> to use in other requests, such as ordering the Megaport Internet connection or retrieving the configuration information.</p>\n<p>The response includes information about the MVE configuration including the public IP address. For high availability, select another location in the metro and create another MVE.</p>\n<p>Next, you will validate and create a Megaport Internet connection using the <code>v3/networkdesign/validate</code> and <code>v3/networkdesign/buy</code> endpoints.</p>\n","urlObject":{"path":["v3","networkdesign","buy"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"2800d76f-0a7e-410b-ad94-63b5be003260","name":"Buy MVE - Versa SD-WAN (v3)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"[\n    {\n        \"locationId\": 88,\n        \"productName\": \"Test Versa Mve\",\n        \"productType\": \"MVE\",\n        \"term\": 12,\n        \"vendorConfig\": {\n            \"vendor\": \"VERSA\",\n            \"imageId\": 20,\n            \"mveLabel\": \"MVE 2/8\",\n            \"directorAddress\": \"director1.versa.com\",\n            \"controllerAddress\": \"controller1.versa.com\",\n            \"localAuth\": \"SDWAN-Branch@Versa.com\",\n            \"remoteAuth\": \"Controller-1-staging@Versa.com\",\n            \"serialNumber\": \"Megaport-Hub1\"\n        }\n    }\n]","options":{"raw":{"language":"json"}}},"url":"https://api-staging.megaport.com/v3/networkdesign/buy"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 08 Mar 2023 00:22:22 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1619"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"UOW","value":"7c72c8ab-696b-486e-b798-1361f0b68a0f"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"MVE [9f3c259e-0367-46e4-bdb6-945d0bd47435] created.\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"serviceName\": \"Test Versa Mve\",\n            \"name\": \"Test Versa Mve\",\n            \"secondaryName\": null,\n            \"technicalServiceId\": 150132,\n            \"technicalServiceUid\": \"9f3c259e-0367-46e4-bdb6-945d0bd47435\",\n            \"requestedDate\": 1678234939985,\n            \"configuredDate\": null,\n            \"currentEstimatedDelivery\": null,\n            \"companyName\": \"Megaport Lab\",\n            \"companyId\": 1153,\n            \"billingContactName\": null,\n            \"billingContactId\": null,\n            \"adminContactName\": null,\n            \"adminContactId\": null,\n            \"technicalContactName\": null,\n            \"technicalContactId\": null,\n            \"salesName\": null,\n            \"salesId\": null,\n            \"billableId\": 142534,\n            \"billableUsageAlgorithm\": null,\n            \"productType\": \"MVE\",\n            \"provisioningStatus\": \"DEPLOYABLE\",\n            \"failedReason\": null,\n            \"inAdvanceBillingStatus\": null,\n            \"provisioningItems\": [],\n            \"tags\": [],\n            \"vxcDistanceBand\": null,\n            \"intercapPath\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"createDate\": 1678234939985,\n            \"terminationDate\": null,\n            \"contractStartDate\": null,\n            \"contractTermMonths\": 12,\n            \"rateType\": \"MONTHLY\",\n            \"trialAgreement\": false,\n            \"payerCompanyId\": null,\n            \"nonPayerCompanyId\": null,\n            \"minimumSpeed\": null,\n            \"maximumSpeed\": null,\n            \"rateLimit\": null,\n            \"errorMessage\": null,\n            \"market\": \"UK\",\n            \"accountManager\": null,\n            \"promptUid\": null,\n            \"components\": [],\n            \"attributes\": [],\n            \"aLocation\": \"lon-gs1\",\n            \"bLocation\": null,\n            \"aLocationId\": 88,\n            \"bLocationId\": null,\n            \"attributeTags\": {},\n            \"createdBy\": \"a30f6ea7-f94d-4032-8000-db6c3694ac3d\",\n            \"buyoutPort\": false,\n            \"virtual\": false,\n            \"locked\": false,\n            \"adminLocked\": false,\n            \"bgpShutdownDefault\": false,\n            \"vendor\": \"VERSA\",\n            \"mveSize\": \"SMALL\",\n            \"originDomain\": null\n        }\n    ]\n}"},{"id":"b7bb307b-cc15-4805-9323-e1c757d1e4d3","name":"Buy MVE - Versa SD-WAN with vNICs (v3)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"[\n    {\n        \"locationId\": 62,\n        \"productName\": \"My Small Versa MVE\",\n        \"productType\": \"MVE\",\n        \"vnics\": [\n            {\n                \"description\": \"Data Plane 1\"\n            },\n            {\n                \"description\": null\n            },\n            {\n                \"description\": \"Data Plane 3\"\n            },\n            {\n                \"description\": \"Data Plane 4\"\n            },\n            {\n                \"description\": null\n            }\n        ],\n        \"associatedVxcs\": [],\n        \"vendorConfig\": {\n            \"imageId\": 20,\n            \"mveLabel\": \"MVE 2/8\",\n            \"vendor\": \"VERSA\",\n            \"directorAddress\": \"director1.versa.com\",\n            \"controllerAddress\": \"controller1.versa.com\",\n            \"localAuth\": \"SDWAN-Branch@Versa.com\",\n            \"remoteAuth\": \"Controller-1-staging@Versa.com\",\n            \"serialNumber\": \"Megaport-Hub1\"\n        }\n    }\n]\n","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/networkdesign/buy"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 18 Sep 2023 07:46:28 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1746"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Set-Cookie","value":"JSESSIONID=94D644070B712C0CCC1702AAB7AC8992; Path=/; HttpOnly"},{"key":"UOW","value":"3917b68c-10be-4fdd-b4cd-9df01743c0e1"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"MVE [636da5e1-a5df-4c82-acb8-1246b05c6c11] created.\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"serviceName\": \"My Small Versa MVE\",\n            \"name\": \"My Small Versa MVE\",\n            \"secondaryName\": null,\n            \"technicalServiceId\": 173376,\n            \"technicalServiceUid\": \"636da5e1-a5df-4c82-acb8-1246b05c6c11\",\n            \"requestedDate\": 1695023185206,\n            \"configuredDate\": null,\n            \"currentEstimatedDelivery\": null,\n            \"companyName\": \"Megaport Lab\",\n            \"companyId\": 1153,\n            \"billingContactName\": null,\n            \"billingContactId\": null,\n            \"adminContactName\": null,\n            \"adminContactId\": null,\n            \"technicalContactName\": null,\n            \"technicalContactId\": null,\n            \"salesName\": null,\n            \"salesId\": null,\n            \"billableId\": 165237,\n            \"billableUsageAlgorithm\": null,\n            \"productType\": \"MVE\",\n            \"provisioningStatus\": \"DEPLOYABLE\",\n            \"failedReason\": null,\n            \"inAdvanceBillingStatus\": null,\n            \"provisioningItems\": [],\n            \"tags\": [],\n            \"vxcDistanceBand\": null,\n            \"intercapPath\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"createDate\": 1695023185206,\n            \"terminationDate\": null,\n            \"contractStartDate\": null,\n            \"contractTermMonths\": 1,\n            \"rateType\": \"MONTHLY\",\n            \"trialAgreement\": false,\n            \"payerCompanyId\": null,\n            \"nonPayerCompanyId\": null,\n            \"minimumSpeed\": null,\n            \"maximumSpeed\": null,\n            \"rateLimit\": null,\n            \"errorMessage\": null,\n            \"lagId\": null,\n            \"aggregationId\": null,\n            \"lagPrimary\": null,\n            \"market\": \"USA\",\n            \"accountManager\": null,\n            \"promptUid\": null,\n            \"components\": [],\n            \"attributes\": [],\n            \"aLocation\": \"nyc-tx1\",\n            \"bLocation\": null,\n            \"aMetro\": \"New York\",\n            \"aCountry\": \"USA\",\n            \"aLocationId\": 62,\n            \"bLocationId\": null,\n            \"bMetro\": null,\n            \"bCountry\": null,\n            \"attributeTags\": {},\n            \"createdBy\": \"f39b8983-256e-4643-adec-9f0b5da09ab7\",\n            \"buyoutPort\": false,\n            \"virtual\": false,\n            \"locked\": false,\n            \"adminLocked\": false,\n            \"bgpShutdownDefault\": false,\n            \"vendor\": \"VERSA\",\n            \"mveSize\": \"SMALL\",\n            \"originDomain\": null\n        }\n    ]\n}"}],"_postman_id":"c624d7c5-e4d5-4765-9076-577e9cb15a54"},{"name":"Buy MVE - VMware SD-WAN (v3)","id":"42e771db-3bba-4acb-ac2a-cc70d8107463","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}","type":"text"}],"body":{"mode":"raw","raw":"[\n   {\n       \"locationId\": 2,\n       \"productType\": \"MVE\",\n       \"productName\": \"VMWARE test MVE\",\n       \"term\": 12,\n       \"promoCode\": \"promox3mnthfree2\", \n       \"config\": {\n        \"diversityZone\": \"red\"\n        },\n       \"vnics\": [\n            {\n                \"description\": \"Data Plane 1\"\n            }\n        ],\n       \"vendorConfig\": {\n           \"imageId\": 40,\n           \"mveLabel\": \"MVE 2/8\",\n           \"vcoActivationCode\": \"8MEC-QGH3-MMYB-6PHV\",\n           \"vcoAddress\": \"vco.mve-rocks.example.com\",\n           \"sshPublicKey\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCs5BiBnZATYFcX9GCoKAZV436CAbsFAvlA+NxHjcStk6s/iT+OkVUgiBtovwpQ8JgZgDQYE4riKKp7jA8xZibVgmm5gc2zsosPPzvHZaqqsWYSokArw3x+a4c0ntrg7noewJdtYVIneQYKsAyZcyKkRLF2ERMAavnv6ViuxWtkWCpcdXs+U4TayeILo43Nyk99EIDMi8EqAfYyBZvnjZKQ52gEK7mECYbP4Njm/hVXkxRZ1GxprnYnyQJkY/BXYxirfsBR8sRQwHnZvH6YvOq9orxU603gG/cyan7Tifsa/bH0nVHKHNepGrWbzbu/rCsmI4cAvppAV7dCcRKNocXF vmware+megaport.rocks@example.net\"\n       }\n   }\n]\n","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/networkdesign/buy","description":"<p>Once validated with understood pricing, use the <code>buy</code> request to order the VMware SD-WAN MVE.</p>\n<p>The attributes have these values.</p>\n<ul>\n<li><p><code>locationId</code> - (Required) The location to create the MVE. You retrieve this value from the <code>locations</code> endpoint.</p>\n</li>\n<li><p><code>productName</code> - (Required) Customer name for the MVE - this name appears in the Portal.</p>\n</li>\n<li><p><code>productType</code> - (Required) “MVE” (static value).</p>\n</li>\n<li><p><code>term</code> - (Required) Specify the minimum number of months in the committed term. Accepted values are 1, 12, 24, 36, 48, and 60. The default is 12.</p>\n</li>\n<li><p><code>costCentre</code> - (Optional) A customer reference number for the MVE to be included in billing information and invoices.</p>\n</li>\n<li><p><code>promoCode</code> - (Optional) A string that can be used to enter a promotional code for the service order. The code is not validated, so if the code doesn’t exist or doesn’t work for the service, the call will still be successful.</p>\n</li>\n<li><p><code>diversityZone</code> - (Optional) Part of the <code>config</code> array. Valid values are \"blue\", \"red\". If this parameter is not used to specify a diversity zone, a diversity zone will be automatically allocated.</p>\n</li>\n<li><p><code>vnics</code> - (Optional) An array of defined vNICs for this MVE. The number of elements in the array is the number of vNICs the user wants to provision. Description can be null. The maximum number of vNICs allowed is one. If the array is not supplied (i.e. null), one vNIC will be provisioned.</p>\n</li>\n<li><p><code>vendorConfig</code> - (Required) Vendor-specific information required to bootstrap the MVE. These values will be different for each vendor, and can include vendor name, size of VM, license/activation code, software version, and SSH keys.</p>\n<ul>\n<li><p><code>imageId</code> - (Required) Indicates the software version and key configuration parameters. This value is in the <code>v4/product/mve/images</code> response and the MVE object in the <code>v3/locations</code> response.</p>\n</li>\n<li><p><code>mveLabel</code> - (Required) The size of the VM. The size defines the MVE specifications including number of cores, bandwidth, and number of connections. For sizing details, see <a href=\"https://docs.megaport.com/mve/vmware/plan-deployment/#size\">Planning Your VMware Deployment</a>.</p>\n</li>\n<li><p><code>vcoActivationCode</code> - The activation key provided by Orchestrator after creating the edge device.</p>\n</li>\n<li><p><code>vcoAddress</code> - (Required) A FQDN (Fully Qualified Domain Name) or IPv4 or IPv6 address for the Orchestrator where you created the edge device.</p>\n</li>\n<li><p><code>sshPublicKey</code> - The public SSH key allows SSH access to the VMware device and lets you set the administrative password and enable HTTPS access. Megaport supports the 2048-bit RSA key type.</p>\n</li>\n</ul>\n</li>\n</ul>\n<p>This call submits a request to create the MVE. MVE creation only takes a few minutes.</p>\n<p>A successful request places the order in a deployment queue. The response to a successful request returns an associated <code>technicalServiceUid</code> (This value is the same as the <code>productUid</code>). Take note of the <code>technicalServiceUid</code> to use in other requests, such as ordering the Megaport Internet connection or retrieving the configuration information.</p>\n<p>The response includes information about the MVE configuration including the public IP address. For high availability, select another location in the metro and create another MVE.</p>\n<p>Next, you will validate and create a Megaport Internet connection using the <code>v3/networkdesign/validate</code> and <code>v3/networkdesign/buy</code> endpoints.</p>\n","urlObject":{"path":["v3","networkdesign","buy"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"9e43b9bf-e799-4d70-bbf7-89e4a85d25be","name":"Buy MVE - VMware SD-WAN (v3)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"[\n   {\n       \"locationId\": 2,\n       \"productName\": \"My Test VMware MVE\",\n       \"productType\": \"MVE\",\n       \"term\": 12,\n       \"vendorConfig\": {\n           \"imageId\": 15,\n           \"mveLabel\": \"MVE 2/8\",\n           \"vendor\": \"VMWARE\",\n           \"vcoActivationCode\": \"8MEC-QGH3-MMYB-6PHV\",\n           \"vcoAddress\": \"vco.mve-rocks.example.com\",\n           \"sshPublicKey\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCs5BiBnZATYFcX9GCoKAZV436CAbsFAvlA+NxHjcStk6s/iT+OkVUgiBtovwpQ8JgZgDQYE4riKKp7jA8xZibVgmm5gc2zsosPPzvHZaqqsWYSokArw3x+a4c0ntrg7noewJdtYVIneQYKsAyZcyKkRLF2ERMAavnv6ViuxWtkWCpcdXs+U4TayeILo43Nyk99EIDMi8EqAfYyBZvnjZKQ52gEK7mECYbP4Njm/hVXkxRZ1GxprnYnyQJkY/BXYxirfsBR8sRQwHnZvH6YvOq9orxU603gG/cyan7Tifsa/bH0nVHKHNepGrWbzbu/rCsmI4cAvppAV7dCcRKNocXF vmware+megaport.rocks@example.net\"\n       }\n   }\n]\n","options":{"raw":{"language":"json"}}},"url":"https://api-staging.megaport.com/v3/networkdesign/buy"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 08 Mar 2023 00:22:54 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1634"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"UOW","value":"8efbaa45-d84f-40fc-b97c-d08c569053cc"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"MVE [9ecabdd9-8700-47be-bfa6-1c0ffac80fb2] created.\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"serviceName\": \"My Test VMware MVE\",\n            \"name\": \"My Test VMware MVE\",\n            \"secondaryName\": null,\n            \"technicalServiceId\": 150133,\n            \"technicalServiceUid\": \"9ecabdd9-8700-47be-bfa6-1c0ffac80fb2\",\n            \"requestedDate\": 1678234970934,\n            \"configuredDate\": null,\n            \"currentEstimatedDelivery\": null,\n            \"companyName\": \"Megaport Lab\",\n            \"companyId\": 1153,\n            \"billingContactName\": null,\n            \"billingContactId\": null,\n            \"adminContactName\": null,\n            \"adminContactId\": null,\n            \"technicalContactName\": null,\n            \"technicalContactId\": null,\n            \"salesName\": null,\n            \"salesId\": null,\n            \"billableId\": 142535,\n            \"billableUsageAlgorithm\": null,\n            \"productType\": \"MVE\",\n            \"provisioningStatus\": \"DEPLOYABLE\",\n            \"failedReason\": null,\n            \"inAdvanceBillingStatus\": null,\n            \"provisioningItems\": [],\n            \"tags\": [],\n            \"vxcDistanceBand\": null,\n            \"intercapPath\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"createDate\": 1678234970934,\n            \"terminationDate\": null,\n            \"contractStartDate\": null,\n            \"contractTermMonths\": 12,\n            \"rateType\": \"MONTHLY\",\n            \"trialAgreement\": false,\n            \"payerCompanyId\": null,\n            \"nonPayerCompanyId\": null,\n            \"minimumSpeed\": null,\n            \"maximumSpeed\": null,\n            \"rateLimit\": null,\n            \"errorMessage\": null,\n            \"market\": \"Australia\",\n            \"accountManager\": null,\n            \"promptUid\": null,\n            \"components\": [],\n            \"attributes\": [],\n            \"aLocation\": \"syd-sy1\",\n            \"bLocation\": null,\n            \"aLocationId\": 2,\n            \"bLocationId\": null,\n            \"attributeTags\": {},\n            \"createdBy\": \"a30f6ea7-f94d-4032-8000-db6c3694ac3d\",\n            \"buyoutPort\": false,\n            \"virtual\": false,\n            \"locked\": false,\n            \"adminLocked\": false,\n            \"bgpShutdownDefault\": false,\n            \"vendor\": \"VMWARE\",\n            \"mveSize\": \"SMALL\",\n            \"originDomain\": null\n        }\n    ]\n}"}],"_postman_id":"42e771db-3bba-4acb-ac2a-cc70d8107463"},{"name":"Modify MVE Details","id":"d5618a27-b6ea-4ef3-9cc3-805e498773dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"<string>\",\n    \"costCentre\": \"<string>\"\n}"},"url":"{{baseUrl}}/v2/product/mve/{productUid}","description":"<p>Once created, the SD-WAN controller manages most MVE changes. From the Megaport side, you can update only two values for an MVE through the API: <code>productName</code> and <code>costCentre</code>.</p>\n<p>If you want to resize the instance, you need to create a new instance with the required size, move the services to the new instance, and then delete the old instance.</p>\n<p><strong>Note:</strong> You cannot add or remove vNICs from an MVE using this API endpoint. If you want to alter the number of vNICs on your MVE, you must reorder the MVE.</p>\n","urlObject":{"path":["v2","product","mve","{productUid}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"61154395-0feb-4640-b44d-0d0ccf2945c6","name":"Modify MVE Details - Name and Cost Centre","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{accessToken}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"New name of the MVE\",\n    \"costCentre\": \"New name of the cost centre\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v2/product/mve/c6e5235a-1583-45cc-a708-1e8809cac0e7"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n \"message\": \"Product [c6e5235a-1583-45cc-a708-1e8809cac0e7] has been updated\",\n \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n \"data\": {\n  \"serviceName\": \"New name of the MVE\",\n  \"name\": \"New name of the MVE\",\n  \"technicalServiceId\": 61350,\n  \"technicalServiceUid\": \"c6e5235a-1583-45cc-a708-1e8809cac0e7\",\n  \"requestedDate\": 1594601024595,\n  \"configuredDate\": 1594601042577,\n  \"companyName\": \"Megaport Lab\",\n  \"companyId\": 1153,\n  \"lagPrimary\": false,\n  \"billableId\": 60547,\n  \"billableUsageAlgorithm\": \"POST_PAID_HOURLY_SPEED_MCR2\",\n  \"productType\": \"MVE\",\n  \"provisioningStatus\": \"LIVE\",\n  \"inAdvanceBillingStatus\": \"ACTIVE\",\n  \"provisioningItems\": [],\n  \"tags\": [],\n  \"marketplaceVisibility\": true,\n  \"vxcPermitted\": true,\n  \"vxcAutoApproval\": false,\n  \"createDate\": 1594601024595,\n  \"contractStartDate\": 1594601340908,\n  \"contractTermMonths\": 1,\n  \"rateType\": \"MONTHLY\",\n  \"trialAgreement\": false,\n  \"prooductSpeed\": \"small\",\n  \"costCentre\": \"New name of the cost centre\",\n  \"market\": \"Singapore\",\n  \"components\": [],\n  \"attributes\": [],\n  \"attributeTags\": {},\n  \"createdBy\": \"1235ce23-4b8d-44b5-818a-739e34f79e7a\",\n  \"buyoutPort\": false,\n  \"virtual\": true,\n  \"locked\": false,\n  \"adminLocked\": false\n }\n}"}],"_postman_id":"d5618a27-b6ea-4ef3-9cc3-805e498773dd"},{"name":"Validate Megaport Internet Order (v3)","id":"83684f5b-a21d-49ff-ba0b-9a20314122ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"[\n {\n   \"productUid\": \"8c46d67b-63b0-41c5-bcdb-bc390bd77e33\",\n   \"associatedVxcs\": [\n     {    \n      \"rateLimit\": 10000,\n      \"term\": 12,\n      \"promoCode\": \"promox3mnthfree2\", \n      \"productName\": \"Example Transit VXC\",\n      \"aEnd\": {\n        \"productName\": \"Test Aruba MVE docs\",\n        \"vNicIndex\": 0\n      },  \n      \"bEnd\": {\n        \"productUid\": \"0b59d82d-d1f3-4d4f-932b-ab265e34a489\"\n      },\n      \"productType\": \"VXC\",\n      \"connectType\": \"TRANSIT\",\n      \"shutdown\": false\n     }\n ]\n }\n]\n"},"url":"{{baseUrl}}/v3/networkdesign/validate","description":"<p>A Megaport Internet connection provides connectivity and allows MVE to register and communicate with vendor licensing systems and, optionally, the vendor's orchestrator software.</p>\n<p>This endpoint validates the request and ensures all parameters are within range and acceptable to the provisioning system. A successful validation request returns pricing details. This request does not commit the order.</p>\n<p>Customize the Body of the request with the configuration details for the Megaport Internet connection. The first <code>productUid</code> identifies the MVE in your Megaport location and the <code>bEnd: productUid</code> identifies the location from the GET Partner Megaports lookup. Use <code>productType</code> \"VXC\" and <code>connectType</code> \"TRANSIT\".</p>\n<p>You can also configure the product name, rate limit, contract term (1, 12, 24, 36, 48, 60 months), and whether to enable or shut down the connection in the Body of the request. If <code>term</code> is not provided when validating a Megaport Internet connection, it defaults to 1 (No Minimum Term). <code>shutdown</code> will temporarily shut down and re-enable the Megaport Internet connection. Valid values are <code>true</code> (shut down) and <code>false</code> (enabled). If not provided, it defaults to <code>false</code> (enabled).</p>\n<p><code>promoCode</code> is an optional string that can be used to enter a promotional code for the service order. The code is not validated, so if the code doesn’t exist or doesn’t work for the service, the call will still be successful.</p>\n<p>For MVEs with mutiple vNICs, the <code>vNicIndex</code> ID specifies which vNIC to get the VLAN from. For example, <code>vNicIndex = 0</code> will be the first vNIC in the list and <code>vNicIndex = 1</code> will be the second. You can get the <code>vNicIndex</code> value from the <code>/v2/products</code> or <code>/v2/product/{uid}</code> endpoint.</p>\n<p><strong>Note:</strong> If you are validating a Palo Alto Networks Megaport Internet connection, you <em>must</em> provide a <code>vNicIndex</code> value.</p>\n","urlObject":{"path":["v3","networkdesign","validate"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"e51272c6-6142-4d7b-b61c-82d0691e7dc3","name":"Validate Megaport Internet Order (v3)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"[\n    {\n        \"locationId\": 62,\n        \"productName\": \"My Small Versa MVE\",\n        \"productType\": \"MVE\",\n        \"productUid\":\"f9e8474b-7251-4809-a8a0-5c7b3f376e74\",\n        \"associatedVxcs\": [\n            {\n                \"productName\": \"IP Transit VXC - test\",\n                \"rateLimit\": 20,\n                \"partnerConfigs\": {\n                    \"connectType\": \"TRANSIT\",\n                    \"type\": \"private\",\n                    \"account_id\": \"123456789\",\n                    \"customer_asn\": \"AS123test\"\n                },\n                \"aEnd\": {\n                    \"vlan\": 0\n                },\n                \"bEnd\": {\n                    \"productUid\": \"3091048b-22ec-4acc-90ed-62c744df4d8c\"\n                }\n            }\n        ]\n    }\n]\n\n[\n {\n   \"productUid\": \"98cf2d25-44b1-4c21-8f6e-dceb05e00f76\",\n   \"associatedVxcs\": [\n     {    \n      \"rateLimit\": 10000,\n      \"productName\": \"Example Transit VXC\",\n      \"bEnd\": {\n        \"productUid\": \"3919e3dd-2d2d-4254-b610-86482c285955\"\n      },\n      \"productType\": \"VXC\",\n      \"connectType\": \"TRANSIT\"\n     }\n ]\n }\n]\n","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/networkdesign/validate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 14 Apr 2023 19:37:17 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"631"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"UOW","value":"37a3a714-3824-46d6-9af7-06754a7069f3"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Validation passed\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"price\": {\n                \"hourlySetup\": 0,\n                \"dailySetup\": 0,\n                \"monthlySetup\": 0,\n                \"hourlyRate\": 0,\n                \"dailyRate\": 0,\n                \"monthlyRate\": 200,\n                \"fixedRecurringCharge\": 0,\n                \"postPaidBaseRate\": \"no base rate\",\n                \"longHaulMbpsRate\": 200,\n                \"mbpsRate\": 200,\n                \"currency\": \"USD\",\n                \"key\": \"no key\",\n                \"productType\": \"VXC\",\n                \"aEndRate\": 0,\n                \"bEndRate\": 0,\n                \"empty\": false\n            },\n            \"serviceName\": \"IP Transit VXC - test\",\n            \"productType\": \"VXC\",\n            \"productUid\": \"1e63ba1c-71f5-457d-8416-5f072a52cfe5\",\n            \"market\": \"US\",\n            \"string\": \"New York\"\n        }\n    ]\n}"},{"id":"71e1b495-9557-46fd-b832-c001bcbe8bc6","name":"Validate Megaport Internet Order with vNICs (v3)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"[\n {\n   \"productUid\": \"8c46d67b-63b0-41c5-bcdb-bc390bd77e33\",\n   \"associatedVxcs\": [\n     {    \n      \"rateLimit\": 10000,\n      \"productName\": \"Example Transit VXC\",\n      \"aEnd\": {\n        \"productName\": \"Test Aruba MVE docs\",\n        \"vNicIndex\": 0\n      },  \n      \"bEnd\": {\n        \"productUid\": \"0b59d82d-d1f3-4d4f-932b-ab265e34a489\"\n      },\n      \"productType\": \"VXC\",\n      \"connectType\": \"TRANSIT\"\n     }\n ]\n }\n]\n","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/networkdesign/validate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 20 Sep 2023 23:27:33 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"629"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"UOW","value":"be5624eb-2134-4770-92fa-3f7ff5b99348"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Validation passed\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"price\": {\n                \"hourlySetup\": 0,\n                \"dailySetup\": 0,\n                \"monthlySetup\": 0,\n                \"hourlyRate\": 0,\n                \"dailyRate\": 0,\n                \"monthlyRate\": 9952,\n                \"fixedRecurringCharge\": 0,\n                \"postPaidBaseRate\": \"no base rate\",\n                \"longHaulMbpsRate\": 9952,\n                \"mbpsRate\": 9952,\n                \"currency\": \"USD\",\n                \"key\": \"no key\",\n                \"productType\": \"VXC\",\n                \"aEndRate\": 0,\n                \"bEndRate\": 0,\n                \"empty\": false\n            },\n            \"serviceName\": \"Example Transit VXC\",\n            \"productType\": \"VXC\",\n            \"productUid\": \"6fcd25d3-9eaa-4216-bee2-f37afdf765ef\",\n            \"market\": \"US\",\n            \"string\": \"Chicago\"\n        }\n    ]\n}"}],"_postman_id":"83684f5b-a21d-49ff-ba0b-9a20314122ea"},{"name":"Buy Megaport Internet (v3)","id":"e4f74d91-84a0-4013-80b7-9544a187370a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"[\n {\n   \"productUid\": \"8c46d67b-63b0-41c5-bcdb-bc390bd77e33\",\n   \"associatedVxcs\": [\n     {    \n      \"rateLimit\": 10000,\n      \"term\": 12,\n      \"promoCode\": \"promox3mnthfree2\",\n      \"productName\": \"Example Transit VXC\",\n      \"aEnd\": {\n        \"productName\": \"Test Aruba MVE docs\",\n        \"vNicIndex\": 2\n      },  \n      \"bEnd\": {\n        \"productUid\": \"0b59d82d-d1f3-4d4f-932b-ab265e34a489\"\n      },\n      \"productType\": \"VXC\",\n      \"connectType\": \"TRANSIT\",\n      \"shutdown\": false\n     }\n ]\n }\n]","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/networkdesign/buy","description":"<p>Validates and orders Megaport Internet connections. A Megaport Internet connection provides connectivity and allows MVE to register and communicate with the SD-WAN overlay network.</p>\n<p><strong>Note:</strong> MVE requires connectivity to the internet onto the management plane virtual interface. You can either provision a Megaport Internet connection or configure a third-party internet connection using a private VXC. We strongly recommend that you buy a Megaport Internet connection for the initial MVE startup and deployment to ensure that the MVE is provisioned and functioning correctly.</p>\n<p>Once validated with understood pricing, use the <code>buy</code> request to order the Megaport Internet connection.</p>\n<p>Specify the configuration details in the Body of the request. The first <code>productUid</code> identifies the MVE in your Megaport location and the <code>bEnd: productUid</code> identifies the location from the GET Partner Megaports lookup. Use <code>productType</code> \"VXC\" and <code>connectType</code> \"TRANSIT\".</p>\n<p>The attributes have these values:</p>\n<ul>\n<li><p><code>rateLimit</code> - The maximum speed of this Megaport Internet connection in Mbps. The maximum rate limit is 10 Gbps. You can adjust the speed as needed after you create the Megaport Internet connection, in increments of 1 Mbps.</p>\n</li>\n<li><p><code>term</code> - The contract term for the Megaport Internet connection. Valid values are 1, 12, 24, 36, 48, and 60 months. If <code>term</code> is not provided when ordering a Megaport Internet connection, it defaults to 1 (No Minimum Term).</p>\n</li>\n<li><p><code>productName</code> - Specify a name for the VXC that is easily identifiable.</p>\n</li>\n<li><p><code>aEnd</code> - Specify the <code>productName</code> of the A-End of the VXC, and the <code>vnicIndex</code> if required.</p>\n</li>\n<li><p><code>bEnd</code> (Required) - Specify the <code>productUid</code> for the Megaport Internet connection. The B-End <code>productUid</code> is the destination transit Port from the response of the <code>v2/dropdowns/partner/megaports</code> endpoint. You can also specify a B-End <code>vnicIndex</code>, if required.</p>\n</li>\n<li><p><code>shutdown</code> (Optional) - Temporarily shut down and re-enable the Megaport Internet connection. Valid values are <code>true</code> (shut down) and <code>false</code> (enabled). If not provided, it defaults to <code>false</code> (enabled).</p>\n</li>\n<li><p><code>promoCode</code> - (Optional) A string that can be used to enter a promotional code for the service order. The code is not validated, so if the code doesn’t exist or doesn’t work for the service, the call will still be successful.</p>\n</li>\n</ul>\n","urlObject":{"path":["v3","networkdesign","buy"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"8929b6c3-cd47-4df4-8cfb-4e0acd9368a6","name":"Buy Megaport Internet (v3)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"[\n    {\n        \"productUid\": \"4e40c2fb-a261-4555-af76-6fb01912279a\",\n        \"associatedVxcs\": [\n            {\n                \"productName\": \"My API VXC - Atlanta to Bay Area\",\n                \"rateLimit\": 500,\n                \"aEnd\": {\n                    \"vlan\": 2001\n                },\n                \"bEnd\": {\n                    \"productUid\": \"3091048b-22ec-4acc-90ed-62c744df4d8c\",\n                    \"vlan\": 2002\n                },\n                \"connectType\": \"TRANSIT\"\n            }\n        ]\n    }\n]","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/networkdesign/buy"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 19 Apr 2023 18:07:20 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"3249"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"UOW","value":"43cf7af5-46b9-4db5-8452-07793a14dc95"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"VXC [ec3ca6cb-1c61-40fd-83f5-eddb3788d578] created.\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"createDate\": 1681927633762,\n            \"vxcOrderId\": 115160,\n            \"payerMegaPortId\": 157225,\n            \"nonPayerMegaPortId\": 81110,\n            \"payerMegaPortName\": \"My Small Versa MVE\",\n            \"nonPayerMegaPortName\": \"Megaport IP Transit\",\n            \"payerCompanyId\": 1153,\n            \"nonPayerCompanyId\": 203,\n            \"payerLocationId\": 62,\n            \"nonPayerLocationId\": 61,\n            \"salesId\": null,\n            \"payerCompanyName\": \"Megaport Lab\",\n            \"nonPayerCompanyName\": \"Networks\",\n            \"payerMegaPortNsId\": 404435,\n            \"nonPayerMegaPortNsId\": 180904,\n            \"payerVlanId\": 2001,\n            \"nonPayerVlanId\": 2002,\n            \"payerInnerVlanId\": null,\n            \"nonPayerInnerVlanId\": null,\n            \"payerApproverName\": \"Greg Brown\",\n            \"payerApproverId\": 50402,\n            \"nonPayerApproverName\": \"Greg Brown\",\n            \"nonPayerApproverId\": 50402,\n            \"payerApproval\": 1681927633685,\n            \"nonPayerApproval\": 1681927633753,\n            \"fixedTerm\": true,\n            \"duration\": 1,\n            \"rollover\": true,\n            \"serviceName\": \"from My Small Versa MVE to Megaport IP Transit\",\n            \"payerStatus\": \"APPROVED\",\n            \"nonPayerStatus\": \"APPROVED\",\n            \"speed\": 500,\n            \"distanceBand\": \"DATA_CENTRE\",\n            \"intercapPath\": \"\",\n            \"awsId\": null,\n            \"promoCode\": null,\n            \"dealUid\": null,\n            \"rateType\": \"MONTHLY\",\n            \"vxcJTechnicalServiceId\": 157226,\n            \"vxcJTechnicalServiceUid\": \"ec3ca6cb-1c61-40fd-83f5-eddb3788d578\",\n            \"provisionDate\": 1681927633672,\n            \"orderType\": \"NEW\",\n            \"monthlyDiscountAmount\": null,\n            \"discountMonths\": null,\n            \"amazonDirectConnectConfigDto\": null,\n            \"amsixConnectConfigDto\": null,\n            \"webAirProvItem\": null,\n            \"sdrcProvItem\": null,\n            \"rate\": null,\n            \"setup\": null,\n            \"asn\": null,\n            \"bgpPassword\": null,\n            \"usageAlgorithm\": \"POST_PAID_HOURLY_NORMALISED_SPEED\",\n            \"costCentre\": null,\n            \"azureServiceKey\": null,\n            \"oracleVirtualCircuitId\": null,\n            \"serviceKey\": null,\n            \"vxc\": {\n                \"serviceName\": \"My API VXC - Atlanta to Bay Area\",\n                \"name\": \"My API VXC - Atlanta to Bay Area\",\n                \"secondaryName\": null,\n                \"technicalServiceId\": 157226,\n                \"technicalServiceUid\": \"ec3ca6cb-1c61-40fd-83f5-eddb3788d578\",\n                \"requestedDate\": 1681927633672,\n                \"configuredDate\": null,\n                \"currentEstimatedDelivery\": null,\n                \"companyName\": \"Megaport Lab\",\n                \"companyId\": 1153,\n                \"billingContactName\": null,\n                \"billingContactId\": null,\n                \"adminContactName\": null,\n                \"adminContactId\": null,\n                \"technicalContactName\": null,\n                \"technicalContactId\": null,\n                \"salesName\": null,\n                \"salesId\": null,\n                \"billableId\": 149176,\n                \"billableUsageAlgorithm\": null,\n                \"productType\": \"VXC\",\n                \"provisioningStatus\": \"DEPLOYABLE\",\n                \"failedReason\": null,\n                \"inAdvanceBillingStatus\": null,\n                \"provisioningItems\": [],\n                \"tags\": [],\n                \"vxcDistanceBand\": \"DATA_CENTRE\",\n                \"intercapPath\": \"\",\n                \"marketplaceVisibility\": true,\n                \"vxcPermitted\": true,\n                \"vxcAutoApproval\": false,\n                \"createDate\": 1681927633726,\n                \"terminationDate\": null,\n                \"contractStartDate\": null,\n                \"contractTermMonths\": 1,\n                \"rateType\": \"MONTHLY\",\n                \"trialAgreement\": false,\n                \"payerCompanyId\": null,\n                \"nonPayerCompanyId\": null,\n                \"minimumSpeed\": null,\n                \"maximumSpeed\": null,\n                \"rateLimit\": 500,\n                \"errorMessage\": null,\n                \"market\": \"USA\",\n                \"accountManager\": null,\n                \"promptUid\": null,\n                \"components\": [],\n                \"attributes\": [],\n                \"aLocation\": null,\n                \"bLocation\": null,\n                \"aLocationId\": null,\n                \"bLocationId\": null,\n                \"attributeTags\": {},\n                \"createdBy\": \"f39b8983-256e-4643-adec-9f0b5da09ab7\",\n                \"buyoutPort\": null,\n                \"virtual\": false,\n                \"locked\": false,\n                \"adminLocked\": false,\n                \"bgpShutdownDefault\": false,\n                \"originDomain\": null\n            },\n            \"connectType\": \"TRANSIT\",\n            \"payerConfig\": {},\n            \"nonPayerConfig\": {},\n            \"attributeTags\": {},\n            \"serviceLicense\": null,\n            \"originDomain\": null,\n            \"fullyApproved\": true\n        }\n    ]\n}"},{"id":"ba8f7340-0546-4fd0-9950-8d727fe42b12","name":"Buy Megaport Internet with vNICs (v3)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"[\n {\n   \"productUid\": \"d0d53dc5-706f-4c39-89dc-bfea90c70c4b\",\n   \"associatedVxcs\": [\n     {    \n      \"rateLimit\": 10000,\n      \"productName\": \"Example Transit VXC\",\n      \"aEnd\": {\n        \"productName\": \"Test Aruba MVE docs\",\n        \"vNicIndex\": 2\n      },  \n      \"bEnd\": {\n        \"productUid\": \"1ec8c5ba-6a7d-4795-8b4a-8ea2606e075d\"\n      },\n      \"productType\": \"VXC\",\n      \"connectType\": \"TRANSIT\"\n     }\n ]\n }\n]","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/networkdesign/buy"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 20 Sep 2023 05:54:42 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"3343"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"UOW","value":"6e8adace-92b2-403f-acd9-efc15525c39e"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"VXC [a38258ba-ec91-494a-81d1-56d7abfae088] created.\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"createDate\": 1695189276194,\n            \"vxcOrderId\": 127846,\n            \"payerMegaPortId\": 173269,\n            \"nonPayerMegaPortId\": 82534,\n            \"payerMegaPortName\": \"Test Aruba MVE docs\",\n            \"nonPayerMegaPortName\": \"Megaport IP Transit\",\n            \"payerCompanyId\": 1153,\n            \"nonPayerCompanyId\": 203,\n            \"payerLocationId\": 87,\n            \"nonPayerLocationId\": 85,\n            \"salesId\": null,\n            \"payerCompanyName\": \"Megaport Lab\",\n            \"nonPayerCompanyName\": \"Networks\",\n            \"payerMegaPortNsId\": 455750,\n            \"nonPayerMegaPortNsId\": 183738,\n            \"payerVlanId\": 0,\n            \"nonPayerVlanId\": 0,\n            \"payerInnerVlanId\": null,\n            \"nonPayerInnerVlanId\": null,\n            \"payerApproverName\": \"Greg Brown\",\n            \"payerApproverId\": 50402,\n            \"nonPayerApproverName\": \"Greg Brown\",\n            \"nonPayerApproverId\": 50402,\n            \"payerApproval\": 1695189276151,\n            \"nonPayerApproval\": 1695189276185,\n            \"fixedTerm\": true,\n            \"duration\": 1,\n            \"rollover\": true,\n            \"serviceName\": \"from Test Aruba MVE docs to Megaport IP Transit\",\n            \"payerStatus\": \"APPROVED\",\n            \"nonPayerStatus\": \"APPROVED\",\n            \"speed\": 10000,\n            \"distanceBand\": \"DATA_CENTRE\",\n            \"intercapPath\": \"\",\n            \"awsId\": null,\n            \"promoCode\": null,\n            \"dealUid\": null,\n            \"rateType\": \"MONTHLY\",\n            \"vxcJTechnicalServiceId\": 173270,\n            \"vxcJTechnicalServiceUid\": \"a38258ba-ec91-494a-81d1-56d7abfae088\",\n            \"provisionDate\": 1695189276146,\n            \"orderType\": \"NEW\",\n            \"monthlyDiscountAmount\": null,\n            \"discountMonths\": null,\n            \"amazonDirectConnectConfigDto\": null,\n            \"amsixConnectConfigDto\": null,\n            \"webAirProvItem\": null,\n            \"sdrcProvItem\": null,\n            \"rate\": null,\n            \"setup\": null,\n            \"asn\": null,\n            \"bgpPassword\": null,\n            \"usageAlgorithm\": \"POST_PAID_HOURLY_NORMALISED_SPEED\",\n            \"costCentre\": null,\n            \"azureServiceKey\": null,\n            \"oracleVirtualCircuitId\": null,\n            \"serviceKey\": null,\n            \"vxc\": {\n                \"serviceName\": \"Example Transit VXC\",\n                \"name\": \"Example Transit VXC\",\n                \"secondaryName\": null,\n                \"technicalServiceId\": 173270,\n                \"technicalServiceUid\": \"a38258ba-ec91-494a-81d1-56d7abfae088\",\n                \"requestedDate\": 1695189276146,\n                \"configuredDate\": null,\n                \"currentEstimatedDelivery\": null,\n                \"companyName\": \"Megaport Lab\",\n                \"companyId\": 1153,\n                \"billingContactName\": null,\n                \"billingContactId\": null,\n                \"adminContactName\": null,\n                \"adminContactId\": null,\n                \"technicalContactName\": null,\n                \"technicalContactId\": null,\n                \"salesName\": null,\n                \"salesId\": null,\n                \"billableId\": 165132,\n                \"billableUsageAlgorithm\": null,\n                \"productType\": \"VXC\",\n                \"provisioningStatus\": \"DEPLOYABLE\",\n                \"failedReason\": null,\n                \"inAdvanceBillingStatus\": null,\n                \"provisioningItems\": [],\n                \"tags\": [],\n                \"vxcDistanceBand\": \"DATA_CENTRE\",\n                \"intercapPath\": \"\",\n                \"marketplaceVisibility\": true,\n                \"vxcPermitted\": true,\n                \"vxcAutoApproval\": false,\n                \"createDate\": 1695189276174,\n                \"terminationDate\": null,\n                \"contractStartDate\": null,\n                \"contractTermMonths\": 1,\n                \"rateType\": \"MONTHLY\",\n                \"trialAgreement\": false,\n                \"payerCompanyId\": null,\n                \"nonPayerCompanyId\": null,\n                \"minimumSpeed\": null,\n                \"maximumSpeed\": null,\n                \"rateLimit\": 10000,\n                \"errorMessage\": null,\n                \"lagId\": null,\n                \"aggregationId\": null,\n                \"lagPrimary\": null,\n                \"market\": \"Netherlands\",\n                \"accountManager\": null,\n                \"promptUid\": null,\n                \"components\": [],\n                \"attributes\": [],\n                \"aLocation\": null,\n                \"bLocation\": null,\n                \"aMetro\": null,\n                \"aCountry\": null,\n                \"aLocationId\": null,\n                \"bLocationId\": null,\n                \"bMetro\": null,\n                \"bCountry\": null,\n                \"attributeTags\": {},\n                \"createdBy\": \"f39b8983-256e-4643-adec-9f0b5da09ab7\",\n                \"buyoutPort\": null,\n                \"virtual\": false,\n                \"locked\": false,\n                \"adminLocked\": false,\n                \"bgpShutdownDefault\": false,\n                \"originDomain\": null\n            },\n            \"connectType\": \"TRANSIT\",\n            \"payerConfig\": {},\n            \"nonPayerConfig\": {},\n            \"attributeTags\": {},\n            \"serviceLicense\": null,\n            \"originDomain\": null,\n            \"fullyApproved\": true\n        }\n    ]\n}"}],"_postman_id":"e4f74d91-84a0-4013-80b7-9544a187370a"},{"name":"Validate Palo Alto Megaport Internet Order (v3)","id":"dcc6b73f-ba8f-4be5-a3b2-959d2ee62d5d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"[\n    {\n        \"locationId\": 85,\n        \"productName\": \"PA Mve Example\",\n        \"productType\": \"MVE\",\n        \"portSpeed\": 1000,\n        \"vxcpermitted\": true,\n        \"associatedVxcs\": [\n            {\n                \"productName\": \"IP Transit VXC Customised\",\n                \"productType\": \"VXC\",\n                \"rateLimit\": 5000,\n                \"term\": 12,\n                \"promoCode\": \"promox3mnthfree2\",\n                \"aEnd\": {\n                    \"vNicIndex\": 0\n                },\n                \"bEnd\": {\n                    \"productUid\" : \"950514e6-688a-4353-8a86-933255cc7314\"\n                },\n                \"connectType\": \"TRANSIT\",\n                \"shutdown\": false\n                }\n        ],\n        \"associatedIxs\": [],\n        \"vendorConfig\": {\n            \"imageId\": 32,\n            \"mveLabel\": \"MVE 2/8\",\n            \"cpuCount\": 2,\n            \"vendor\": \"PALO_ALTO\",\n            \"sshPublicKey\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCsG1/Lnqxe9V6+R6w7Zraq2z70dCwAcKv9zGf+jj156zagEvosLqtmzJ88LN52eAN3/11eBzS7ADsJKFPbRgJk1eZKwW+Kl/r4TVg+XIzMlPPIlZmXopWFDhvkHL8P/OGLps28GWyKOUHVmerd93nSjOdl//1wCAE9cn2sWPJvn5aYbP6o2R52AIDaVCMkObls1Z/9p/NykI6aZWn8L29wVuYztcMAz/SQQuCVAVn0ToqjfMcJzDgEPUnQtjm1NCSnd0o48kOIwS4GpnBB2OVxy0vC9tpZHeu7NZPepQ6ma05XuHUnZESUTJPXE9ynVI04P6M4z+aPTbFesjmEW+O7\",\n            \"adminPasswordHash\": \"$5$abcdefg/.h$Uzt5FEFjN7FktWr.ffwOReqHHOqsPrD/xWZM1UhlGbI\"\n        }\n    }\n]"},"url":"{{baseUrl}}/v3/networkdesign/validate","description":"<p>A Megaport Internet connection provides connectivity and allows MVE to register and communicate with vendor licensing systems and, optionally, the vendor's orchestrator software.</p>\n<p>This endpoint validates the request and ensures all parameters are within range and acceptable to the provisioning system. A successful validation request returns pricing details. This request does not commit the order.</p>\n<p>Customize the Body of the request with the configuration details for the Megaport Internet connection. The <code>bEnd: productUid</code> identifies the location from the GET Partner Megaports lookup. Use <code>productType</code> \"VXC\" and <code>connectType</code> \"TRANSIT\".</p>\n<p>You can also configure the product name, rate limit, contract term (1, 12, 24, 36, 48, 60 months), and whether to enable or shut down the connection in the Body of the request. If <code>term</code> is not provided when validating a Megaport Internet connection, it defaults to 1 (No Minimum Term). <code>shutdown</code> will temporarily shut down and re-enable the Megaport Internet connection. Valid values are <code>true</code> (shut down) and <code>false</code> (enabled). If not provided, it defaults to <code>false</code> (enabled).</p>\n<p><code>promoCode</code> is an optional string that can be used to enter a promotional code for the service order. The code is not validated, so if the code doesn’t exist or doesn’t work for the service, the call will still be successful.</p>\n<p>You must also provide <code>vNicIndex</code> Location ID values for the management and data plane interfaces. The management virtual interface is only used for management purposes such as licensing, updates, and communication with Panorama. A second data plane Megaport Internet connection is required if the firewall will be exchanging internet traffic with branches. Each data plane Megaport Internet connection will receive its own unique public IP Address. For more information, see <a href=\"http://docs.megaport.com/mve/palo-alto/creating-mve/\">Creating a VM-Series MVE</a>.</p>\n<p>For MVEs with multiple vNICs, the <code>vNicIndex</code> ID specifies which vNIC to get the VLAN from. For example, <code>vNicIndex = 0</code> will be the first vNIC in the list and <code>vNicIndex = 1</code> will be the second. You can get the <code>vNicIndex</code> value from the <code>/v2/products</code> or <code>/v2/product/{uid}</code> endpoint.</p>\n","urlObject":{"path":["v3","networkdesign","validate"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"7d77f6cf-8c38-4aec-a919-6c46cc61b05a","name":"Validate Palo Alto Megaport Internet Order (v3)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"[\n    {\n        \"locationId\": 23,\n        \"productName\": \"PA Mve Example\",\n        \"productType\": \"MVE\",\n        \"portSpeed\": 1000,\n        \"vxcpermitted\": true,\n        \"associatedVxcs\": [\n            {\n                \"productName\": \"IP Transit VXC Customised\",\n                \"productType\": \"VXC\",\n                \"rateLimit\": 5000,\n                \"aEnd\": {\n                    \"vNicIndex\": 0\n                },\n                \"bEnd\": {\n                    \"productUid\" : \"874dbcff-a1f9-4328-9c08-112cd87c20f6\"\n                },\n                \"connectType\": \"TRANSIT\",\n                \"serviceLicense\": {\n                    \"type\": \"PREPAID\"\n                }\n            }\n        ],\n        \"associatedIxs\": [],\n        \"vendorConfig\": {\n            \"imageId\": 32,\n            \"mveLabel\": \"MVE 2/8\",\n            \"cpuCount\": 2,\n            \"vendor\": \"PALO_ALTO\",\n            \"sshPublicKey\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCsG1/Lnqxe9V6+R6w7Zraq2z70dCwAcKv9zGf+jj156zagEvosLqtmzJ88LN52eAN3/11eBzS7ADsJKFPbRgJk1eZKwW+Kl/r4TVg+XIzMlPPIlZmXopWFDhvkHL8P/OGLps28GWyKOUHVmerd93nSjOdl//1wCAE9cn2sWPJvn5aYbP6o2R52AIDaVCMkObls1Z/9p/NykI6aZWn8L29wVuYztcMAz/SQQuCVAVn0ToqjfMcJzDgEPUnQtjm1NCSnd0o48kOIwS4GpnBB2OVxy0vC9tpZHeu7NZPepQ6ma05XuHUnZESUTJPXE9ynVI04P6M4z+aPTbFesjmEW+O7\",\n            \"adminPasswordHash\": \"$5$abcdefg/.h$Uzt5FEFjN7FktWr.ffwOReqHHOqsPrD/xWZM1UhlGbI\"\n        }\n    }\n]\n","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/networkdesign/validate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 14 Apr 2023 19:37:17 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"631"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"UOW","value":"37a3a714-3824-46d6-9af7-06754a7069f3"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Validation passed\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"price\": {\n                \"hourlySetup\": 0,\n                \"dailySetup\": 0,\n                \"monthlySetup\": 0,\n                \"hourlyRate\": 0,\n                \"dailyRate\": 0,\n                \"monthlyRate\": 200,\n                \"fixedRecurringCharge\": 0,\n                \"postPaidBaseRate\": \"no base rate\",\n                \"longHaulMbpsRate\": 200,\n                \"mbpsRate\": 200,\n                \"currency\": \"USD\",\n                \"key\": \"no key\",\n                \"productType\": \"VXC\",\n                \"aEndRate\": 0,\n                \"bEndRate\": 0,\n                \"empty\": false\n            },\n            \"serviceName\": \"IP Transit VXC Customised\",\n            \"productType\": \"VXC\",\n            \"productUid\": \"1e63ba1c-71f5-457d-8416-5f072a52cfe5\",\n            \"market\": \"US\",\n            \"string\": \"New York\"\n        }\n    ]\n}"}],"_postman_id":"dcc6b73f-ba8f-4be5-a3b2-959d2ee62d5d"},{"name":"Buy Palo Alto Megaport Internet (v3)","id":"024eb1ab-60b3-4bfb-8193-3445828c0fbc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"[\n    {\n        \"locationId\": 85,\n        \"productName\": \"PA Mve Example\",\n        \"productType\": \"MVE\",\n        \"portSpeed\": 1000,\n        \"vxcpermitted\": true,\n        \"associatedVxcs\": [\n            {\n                \"productName\": \"IP Transit VXC Customised\",\n                \"productType\": \"VXC\",\n                \"rateLimit\": 5000,\n                \"term\": 12,\n                \"promoCode\": \"promox3mnthfree2\",\n                \"aEnd\": {\n                    \"vNicIndex\": 0\n                },\n                \"bEnd\": {\n                    \"productUid\" : \"950514e6-688a-4353-8a86-933255cc7314\"\n                },\n                \"connectType\": \"TRANSIT\",\n                \"shutdown\": false\n                }\n        ],\n        \"associatedIxs\": [],\n        \"vendorConfig\": {\n            \"imageId\": 32,\n            \"mveLabel\": \"MVE 2/8\",\n            \"cpuCount\": 2,\n            \"vendor\": \"PALO_ALTO\",\n            \"sshPublicKey\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCsG1/Lnqxe9V6+R6w7Zraq2z70dCwAcKv9zGf+jj156zagEvosLqtmzJ88LN52eAN3/11eBzS7ADsJKFPbRgJk1eZKwW+Kl/r4TVg+XIzMlPPIlZmXopWFDhvkHL8P/OGLps28GWyKOUHVmerd93nSjOdl//1wCAE9cn2sWPJvn5aYbP6o2R52AIDaVCMkObls1Z/9p/NykI6aZWn8L29wVuYztcMAz/SQQuCVAVn0ToqjfMcJzDgEPUnQtjm1NCSnd0o48kOIwS4GpnBB2OVxy0vC9tpZHeu7NZPepQ6ma05XuHUnZESUTJPXE9ynVI04P6M4z+aPTbFesjmEW+O7\",\n            \"adminPasswordHash\": \"$5$abcdefg/.h$Uzt5FEFjN7FktWr.ffwOReqHHOqsPrD/xWZM1UhlGbI\"\n        }\n    }\n]","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/networkdesign/buy","description":"<p>Validates and orders a Palo Alto Networks Megaport Internet connection. A Megaport Internet connection provides connectivity and allows MVE to register and communicate with the licensing systems.</p>\n<p><strong>Note:</strong> MVE requires connectivity to the internet onto the management plane virtual interface. You can either provision a Megaport Internet connection or configure a third-party internet connection using a private VXC. We strongly recommend that you buy a Megaport Internet connection for the initial MVE startup and deployment to ensure that the MVE is provisioned and functioning correctly.</p>\n<p>You must provide <code>vNicIndex</code> values for the management and data plane interfaces. The management virtual interface is only used for management purposes such as licensing, updates, and communication with Panorama. A second data plane Megaport Internet connection is required if the firewall will be exchanging internet traffic with branches. Each data plane Megaport Internet connection will receive its own unique public IP Address. For more information, see <a href=\"http://docs.megaport.com/mve/palo-alto/creating-mve/\">Creating a VM-Series MVE</a>.</p>\n<p>See <strong>Validate Palo Alto Megaport Internet Order (v3)</strong> for more information about the request Body.</p>\n","urlObject":{"path":["v3","networkdesign","buy"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"0b120c42-ea44-4af9-bea8-1c21aa73a2de","name":"Buy Palo Alto Megaport Internet (v3)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"[\n    {\n        \"locationId\": 23,\n        \"productName\": \"PA Mve Example\",\n        \"productType\": \"MVE\",\n        \"portSpeed\": 1000,\n        \"vxcpermitted\": true,\n        \"associatedVxcs\": [\n            {\n                \"productName\": \"IP Transit VXC Customised\",\n                \"productType\": \"VXC\",\n                \"rateLimit\": 5000,\n                \"aEnd\": {\n                    \"vNicIndex\": 0\n                },\n                \"bEnd\": {\n                    \"productUid\" : \"874dbcff-a1f9-4328-9c08-112cd87c20f6\"\n                },\n                \"connectType\": \"TRANSIT\",\n                \"serviceLicense\": {\n                    \"type\": \"PREPAID\"\n                }\n            }\n        ],\n        \"associatedIxs\": [],\n        \"vendorConfig\": {\n            \"imageId\": 32,\n            \"mveLabel\": \"MVE 2/8\",\n            \"cpuCount\": 2,\n            \"vendor\": \"PALO_ALTO\",\n            \"sshPublicKey\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCsG1/Lnqxe9V6+R6w7Zraq2z70dCwAcKv9zGf+jj156zagEvosLqtmzJ88LN52eAN3/11eBzS7ADsJKFPbRgJk1eZKwW+Kl/r4TVg+XIzMlPPIlZmXopWFDhvkHL8P/OGLps28GWyKOUHVmerd93nSjOdl//1wCAE9cn2sWPJvn5aYbP6o2R52AIDaVCMkObls1Z/9p/NykI6aZWn8L29wVuYztcMAz/SQQuCVAVn0ToqjfMcJzDgEPUnQtjm1NCSnd0o48kOIwS4GpnBB2OVxy0vC9tpZHeu7NZPepQ6ma05XuHUnZESUTJPXE9ynVI04P6M4z+aPTbFesjmEW+O7\",\n            \"adminPasswordHash\": \"$5$abcdefg/.h$Uzt5FEFjN7FktWr.ffwOReqHHOqsPrD/xWZM1UhlGbI\"\n        }\n    }\n]","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/networkdesign/buy"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 17 Apr 2023 23:27:18 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"4708"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Set-Cookie","value":"JSESSIONID=C37DC95C7B5BA744E7A8F885B24667F2; Path=/; HttpOnly"},{"key":"UOW","value":"9ad0eaa1-9e89-4710-95bc-dc814a10cefc"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"MVE [9272b9c6-9e9c-4998-b6fe-80934485540c] created. VXC [36dc7f28-d945-4f2c-a18d-26c37d794849] created.\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"serviceName\": \"PA Mve Example\",\n            \"name\": \"PA Mve Example\",\n            \"secondaryName\": null,\n            \"technicalServiceId\": 157167,\n            \"technicalServiceUid\": \"9272b9c6-9e9c-4998-b6fe-80934485540c\",\n            \"requestedDate\": 1681774030884,\n            \"configuredDate\": null,\n            \"currentEstimatedDelivery\": null,\n            \"companyName\": \"Megaport Lab\",\n            \"companyId\": 1153,\n            \"billingContactName\": null,\n            \"billingContactId\": null,\n            \"adminContactName\": null,\n            \"adminContactId\": null,\n            \"technicalContactName\": null,\n            \"technicalContactId\": null,\n            \"salesName\": null,\n            \"salesId\": null,\n            \"billableId\": 149108,\n            \"billableUsageAlgorithm\": null,\n            \"productType\": \"MVE\",\n            \"provisioningStatus\": \"DEPLOYABLE\",\n            \"failedReason\": null,\n            \"inAdvanceBillingStatus\": null,\n            \"provisioningItems\": [],\n            \"tags\": [],\n            \"vxcDistanceBand\": null,\n            \"intercapPath\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"createDate\": 1681774030884,\n            \"terminationDate\": null,\n            \"contractStartDate\": null,\n            \"contractTermMonths\": 1,\n            \"rateType\": \"MONTHLY\",\n            \"trialAgreement\": false,\n            \"payerCompanyId\": null,\n            \"nonPayerCompanyId\": null,\n            \"minimumSpeed\": null,\n            \"maximumSpeed\": null,\n            \"rateLimit\": 1000,\n            \"errorMessage\": null,\n            \"market\": \"Australia\",\n            \"accountManager\": null,\n            \"promptUid\": null,\n            \"components\": [],\n            \"attributes\": [],\n            \"aLocation\": \"mel-mdc\",\n            \"bLocation\": null,\n            \"aLocationId\": 23,\n            \"bLocationId\": null,\n            \"attributeTags\": {},\n            \"createdBy\": \"f39b8983-256e-4643-adec-9f0b5da09ab7\",\n            \"buyoutPort\": false,\n            \"virtual\": false,\n            \"locked\": false,\n            \"adminLocked\": false,\n            \"bgpShutdownDefault\": false,\n            \"vendor\": \"PALO_ALTO\",\n            \"mveSize\": \"SMALL\",\n            \"originDomain\": null\n        },\n        {\n            \"createDate\": 1681774031574,\n            \"vxcOrderId\": 115132,\n            \"payerMegaPortId\": 157167,\n            \"nonPayerMegaPortId\": 93815,\n            \"payerMegaPortName\": \"PA Mve Example\",\n            \"nonPayerMegaPortName\": \"Megaport IP Transit\",\n            \"payerCompanyId\": 1153,\n            \"nonPayerCompanyId\": 203,\n            \"payerLocationId\": 23,\n            \"nonPayerLocationId\": 23,\n            \"salesId\": null,\n            \"payerCompanyName\": \"Megaport Lab\",\n            \"nonPayerCompanyName\": \"Networks\",\n            \"payerMegaPortNsId\": 404263,\n            \"nonPayerMegaPortNsId\": 212924,\n            \"payerVlanId\": 3321,\n            \"nonPayerVlanId\": 0,\n            \"payerInnerVlanId\": null,\n            \"nonPayerInnerVlanId\": null,\n            \"payerApproverName\": null,\n            \"payerApproverId\": null,\n            \"nonPayerApproverName\": \"Greg Brown\",\n            \"nonPayerApproverId\": 50402,\n            \"payerApproval\": null,\n            \"nonPayerApproval\": 1681774031551,\n            \"fixedTerm\": true,\n            \"duration\": 1,\n            \"rollover\": true,\n            \"serviceName\": \"from PA Mve Example to Megaport IP Transit\",\n            \"payerStatus\": \"APPROVED\",\n            \"nonPayerStatus\": \"APPROVED\",\n            \"speed\": 5000,\n            \"distanceBand\": \"DATA_CENTRE\",\n            \"intercapPath\": \"\",\n            \"awsId\": null,\n            \"promoCode\": null,\n            \"dealUid\": null,\n            \"rateType\": \"MONTHLY\",\n            \"vxcJTechnicalServiceId\": 157168,\n            \"vxcJTechnicalServiceUid\": \"36dc7f28-d945-4f2c-a18d-26c37d794849\",\n            \"provisionDate\": 1681774031515,\n            \"orderType\": \"NEW\",\n            \"monthlyDiscountAmount\": null,\n            \"discountMonths\": null,\n            \"amazonDirectConnectConfigDto\": null,\n            \"amsixConnectConfigDto\": null,\n            \"webAirProvItem\": null,\n            \"sdrcProvItem\": null,\n            \"rate\": null,\n            \"setup\": null,\n            \"asn\": null,\n            \"bgpPassword\": null,\n            \"usageAlgorithm\": \"POST_PAID_HOURLY_NORMALISED_SPEED\",\n            \"costCentre\": null,\n            \"azureServiceKey\": null,\n            \"oracleVirtualCircuitId\": null,\n            \"serviceKey\": null,\n            \"vxc\": {\n                \"serviceName\": \"IP Transit VXC Customised\",\n                \"name\": \"IP Transit VXC Customised\",\n                \"secondaryName\": null,\n                \"technicalServiceId\": 157168,\n                \"technicalServiceUid\": \"36dc7f28-d945-4f2c-a18d-26c37d794849\",\n                \"requestedDate\": 1681774031515,\n                \"configuredDate\": null,\n                \"currentEstimatedDelivery\": null,\n                \"companyName\": \"Megaport Lab\",\n                \"companyId\": 1153,\n                \"billingContactName\": null,\n                \"billingContactId\": null,\n                \"adminContactName\": null,\n                \"adminContactId\": null,\n                \"technicalContactName\": null,\n                \"technicalContactId\": null,\n                \"salesName\": null,\n                \"salesId\": null,\n                \"billableId\": 149110,\n                \"billableUsageAlgorithm\": null,\n                \"productType\": \"VXC\",\n                \"provisioningStatus\": \"DEPLOYABLE\",\n                \"failedReason\": null,\n                \"inAdvanceBillingStatus\": null,\n                \"provisioningItems\": [],\n                \"tags\": [],\n                \"vxcDistanceBand\": \"DATA_CENTRE\",\n                \"intercapPath\": \"\",\n                \"marketplaceVisibility\": true,\n                \"vxcPermitted\": true,\n                \"vxcAutoApproval\": false,\n                \"createDate\": 1681774031541,\n                \"terminationDate\": null,\n                \"contractStartDate\": null,\n                \"contractTermMonths\": 1,\n                \"rateType\": \"MONTHLY\",\n                \"trialAgreement\": false,\n                \"payerCompanyId\": null,\n                \"nonPayerCompanyId\": null,\n                \"minimumSpeed\": null,\n                \"maximumSpeed\": null,\n                \"rateLimit\": 5000,\n                \"errorMessage\": null,\n                \"market\": \"Australia\",\n                \"accountManager\": null,\n                \"promptUid\": null,\n                \"components\": [],\n                \"attributes\": [],\n                \"aLocation\": null,\n                \"bLocation\": null,\n                \"aLocationId\": null,\n                \"bLocationId\": null,\n                \"attributeTags\": {},\n                \"createdBy\": \"f39b8983-256e-4643-adec-9f0b5da09ab7\",\n                \"buyoutPort\": null,\n                \"virtual\": false,\n                \"locked\": false,\n                \"adminLocked\": false,\n                \"bgpShutdownDefault\": false,\n                \"originDomain\": null\n            },\n            \"connectType\": \"TRANSIT\",\n            \"payerConfig\": {},\n            \"nonPayerConfig\": {},\n            \"attributeTags\": {},\n            \"serviceLicense\": null,\n            \"originDomain\": null,\n            \"fullyApproved\": true\n        }\n    ]\n}"}],"_postman_id":"024eb1ab-60b3-4bfb-8193-3445828c0fbc"},{"name":"Update Megaport Internet (v3)","id":"29de38db-939b-4349-9bb9-4de8d0eddcc3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"Updated name\",\n  \"rateLimit\": 500,\n  \"term\": 12,\n  \"costCentre\": \"New reference for invoice\",\n  \"aEndVlan\": 121,\n  \"aEndInnerVlan\": 14,\n  \"bEndInnerVlan\": 14,\n  \"shutdown\": false\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/product/vxc/{productUid}","description":"<p>Updates the Megaport Internet connection for an MVE. Specify the Megaport Internet connection in the endpoint by the <code>productUid</code>.</p>\n<p>For a Megaport Internet connection, you can update the following parameters:</p>\n<ul>\n<li><p><code>name</code> - Customer name for the connection - this name appears in the Portal.</p>\n</li>\n<li><p><code>rateLimit</code> - The speed of the connection (in Mbps).</p>\n</li>\n<li><p><code>term</code> - You can update the contract term under certain circumstances. Valid values are 1, 12, 24, 36, 48, and 60 months. See the rules in <a href=\"https://dev.megaport.com/#4293df4a-545d-45a2-bfa1-90f41df13160\">Update VXC</a> for more details.</p>\n</li>\n<li><p><code>costCentre</code> - A customer reference number to be included in billing information and invoices.</p>\n</li>\n<li><p><code>aEndVlan</code> - A unique VLAN ID for this connection. Values can range from 2 to 4093. If this value is 0, the system allocates a valid VLAN.</p>\n</li>\n<li><p><code>aEndInnerVlan</code> - Set inner VLAN ID for this connection on the A-End. Values can range from 2 to 4093. If this value is 0, the system allocates a valid VLAN. Pass -1 to untag the VLAN.</p>\n</li>\n<li><p><code>bEndInnerVlan</code> - Set inner VLAN ID for this connection on the B-End.</p>\n</li>\n<li><p><code>shutdown</code> (Optional) - Temporarily shut down and re-enable the Megaport Internet connection. Valid values are <code>true</code> (shut down) and <code>false</code> (enabled). If not provided, it defaults to <code>false</code> (enabled).</p>\n</li>\n</ul>\n<p>The update request only needs to include the parameters you want to change.</p>\n<p>You can set an <code>innerVlan</code> on the <code>aEnd</code>, the <code>bEnd</code>, or both. If the VLAN value is 0, the system allocates a valid inner VLAN.</p>\n","urlObject":{"path":["v3","product","vxc","{productUid}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"b1c0b225-d2f4-4b12-93e9-2e435fb49e4a","name":"Update Megaport Internet (v3)","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer •••••••"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"Updated name\",\n  \"costCentre\": \"New reference for invoice\",\n  \"rateLimit\": 500,\n  \"aEndVlan\": 121,\n  \"aEndInnerVlan\": 14,\n  \"bEndInnerVlan\": 14\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api-staging.megaport.com/v3/product/vxc/:productUid?token={token}","protocol":"https","host":["api-staging","megaport","com"],"path":["v3","product","vxc",":productUid"],"query":[{"key":"token","value":"{token}"}],"variable":[{"key":"productUid","value":"<string>","description":"(Required) Uid of the service you wish to modify"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"VXC 70670 has been updated\",\n  \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n  \"data\": {\n    \"serviceName\": \"Updated Name for VXC LA to Bay Area\",\n    \"name\": \"Updated Name for VXC LA to Bay Area\",\n    \"technicalServiceId\": 70670,\n    \"technicalServiceUid\": \"8d360672-7aff-42b2-be6d-ce58a2927459\",\n    \"requestedDate\": 1605048397012,\n    \"configuredDate\": 1605048425572,\n    \"companyName\": \"Megaport Lab\",\n    \"companyId\": 1153,\n    \"lagPrimary\": false,\n    \"billableId\": 69751,\n    \"productType\": \"VXC\",\n    \"provisioningStatus\": \"LIVE\",\n    \"provisioningItems\": [],\n    \"tags\": [],\n    \"vxcDistanceBand\": \"ZONE\",\n    \"intercapPath\": \"\",\n    \"marketplaceVisibility\": true,\n    \"vxcPermitted\": true,\n    \"vxcAutoApproval\": false,\n    \"createDate\": 1605048397911,\n    \"contractTermMonths\": 1,\n    \"rateType\": \"MONTHLY\",\n    \"trialAgreement\": false,\n    \"rateLimit\": 1000,\n    \"market\": \"USA\",\n    \"components\": [],\n    \"attributes\": [],\n    \"attributeTags\": {},\n    \"createdBy\": \"52a26471-94de-4d32-b89e-0cd5d26c1f65\",\n    \"virtual\": false,\n    \"locked\": false,\n    \"adminLocked\": false,\n    \"bgpShutdownDefault\": false\n  }\n}"},{"id":"57be44dc-79d3-4cf5-a069-096649e31e76","name":"Update Megaport Internet (v3) - 12 Month Contract Term","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"{\n  \"name\": \"New Example connection name\",\n  \"contractTermMonths\": 12,\n  \"costCentre\": \"New reference for invoice\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/product/vxc/0dd89e25-2821-4f06-8297-c1331b3d79ee"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Tue, 19 Dec 2023 11:17:38 GMT"},{"key":"X-Amzn-Trace-Id","value":"Root=1-65817bd1-01399ff60abb74c418778bd4"},{"key":"Trace-Id","value":"0849740465ccf5d62e09795597c68df7"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"UOW","value":"3f84f165-a287-4bb6-b5b4-9d32513a75c9"},{"key":"Set-Cookie","value":"JSESSIONID=8B4674668526885ED907636ED0C8AA29; Path=/; HttpOnly"},{"key":"Location","value":"http://localhost:8080/v2/product/0dd89e25-2821-4f06-8297-c1331b3d79ee"},{"key":"Server-Timing","value":"app;dur=562"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 f3405208f368b682f8c8a96590ab1596.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"SYD62-P2"},{"key":"X-Amz-Cf-Id","value":"zb1uDJoOGJPqDAz94yOvHiGW1GB8HIntGWSxuGXlc4z6M_2aCiK7mw=="}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"VXC 182960 has been updated\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": {\n        \"serviceName\": \"New Example connection name\",\n        \"name\": \"New Example connection name\",\n        \"secondaryName\": null,\n        \"technicalServiceId\": 182960,\n        \"technicalServiceUid\": \"0dd89e25-2821-4f06-8297-c1331b3d79ee\",\n        \"requestedDate\": 1702969112273,\n        \"configuredDate\": 1702969121520,\n        \"currentEstimatedDelivery\": null,\n        \"companyName\": \"Megaport Lab\",\n        \"companyId\": 1153,\n        \"billingContactName\": null,\n        \"billingContactId\": null,\n        \"adminContactName\": null,\n        \"adminContactId\": null,\n        \"technicalContactName\": null,\n        \"technicalContactId\": null,\n        \"salesName\": null,\n        \"salesId\": null,\n        \"billableId\": 174782,\n        \"billableUsageAlgorithm\": null,\n        \"productType\": \"VXC\",\n        \"provisioningStatus\": \"LIVE\",\n        \"failedReason\": null,\n        \"inAdvanceBillingStatus\": null,\n        \"provisioningItems\": [],\n        \"tags\": [],\n        \"vxcDistanceBand\": \"METRO\",\n        \"intercapPath\": \"\",\n        \"marketplaceVisibility\": true,\n        \"vxcPermitted\": true,\n        \"vxcAutoApproval\": false,\n        \"createDate\": 1702969112299,\n        \"terminationDate\": null,\n        \"contractStartDate\": null,\n        \"contractTermMonths\": 1,\n        \"rateType\": \"MONTHLY\",\n        \"trialAgreement\": false,\n        \"payerCompanyId\": null,\n        \"nonPayerCompanyId\": null,\n        \"minimumSpeed\": null,\n        \"maximumSpeed\": null,\n        \"rateLimit\": 5000,\n        \"errorMessage\": null,\n        \"lagId\": null,\n        \"aggregationId\": null,\n        \"lagPrimary\": null,\n        \"costCentre\": \"New reference for invoice\",\n        \"market\": \"USA\",\n        \"accountManager\": null,\n        \"promptUid\": null,\n        \"components\": [],\n        \"attributes\": [],\n        \"aLocation\": null,\n        \"bLocation\": null,\n        \"aMetro\": null,\n        \"aCountry\": null,\n        \"aLocationId\": null,\n        \"bLocationId\": null,\n        \"bMetro\": null,\n        \"bCountry\": null,\n        \"attributeTags\": {},\n        \"createdBy\": \"f39b8983-256e-4643-adec-9f0b5da09ab7\",\n        \"buyoutPort\": null,\n        \"virtual\": false,\n        \"locked\": false,\n        \"adminLocked\": false,\n        \"bgpShutdownDefault\": false,\n        \"originDomain\": null\n    }\n}"}],"_postman_id":"29de38db-939b-4349-9bb9-4de8d0eddcc3"},{"name":"Delete Megaport Internet (v3)","id":"b3edbd42-fdaf-4d0d-b224-7fcb33932571","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"{\n    \"cancellation_reason\": \"OTHER\",\n    \"cancellation_comment\": \"This Megaport Internet connection was created in error. It needs to be deleted and then a new connection created.\"\n} "},"url":"{{baseUrl}}/v3/product/:productUid/action/:action","description":"<p>Deletes (terminates) the Megaport Internet connection from your account by changing the provisioning status.</p>\n<p>The <code>productUid</code> is a required string that identifies the service by the unique product identifier.</p>\n<p>The <code>action</code> is a required string that indicates the change in the service. For Megaport Internet connections, the only accepted action is <code>CANCEL_NOW</code>. This stops the service on the VXC immediately. Also, if you cancel an MVE, any VXCs attached to the MVE are terminated with it.</p>\n<h4 id=\"cancellation-reasons\">Cancellation Reasons</h4>\n<p>You customize the Body of the request with the cancellation reason details for terminating the Megaport Internet connection. Specifying the reason for terminating the connection will allow us to understand how we can improve your customer experience.</p>\n<p><strong>Note:</strong></p>\n<ul>\n<li><p><strong>Service re-ordered</strong> should be specified if you have upgraded or downgraded the service speed and re-ordered.</p>\n</li>\n<li><p><strong>Other</strong> is an optional free text field that allows you to specify a different reason to those listed. This field has a maximum of 400 characters.</p>\n</li>\n</ul>\n<p>For more information, see <a href=\"https://docs.megaport.com/connections/terminating-vxc/\">Terminating a VXC</a>.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attribute</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>cancellation_reason</code></td>\n<td>(Optional) The reason for deleting the Megaport Internet connection.  <br />These options are available:  <br /><code>SERVICE_MOVED</code>  <br /><code>SERVICE_ORDERED_IN_ERROR</code>  <br /><code>SERVICE_REORDERED</code>  <br /><code>SERVICE_NOT_REQUIRED</code>  <br /><code>BUDGETARY_CONSTRAINTS</code>  <br /><code>SWITCHING_PROVIDER</code>  <br /><code>PROOF_OF_CONCEPT</code>  <br /><code>OTHER</code></td>\n</tr>\n<tr>\n<td><code>cancellation_comment</code></td>\n<td>(Optional) Specifying the cancellation reason <code>OTHER</code> allows you to also specify free text (max. 400 characters) with an additional explanation for the reason the Megaport Internet connection was terminated.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v3","product",":productUid","action",":action"],"host":["{{baseUrl}}"],"query":[{"disabled":true,"description":{"content":"<p>The termination date for the Megaport Internet connection. (Required - integer)</p>\n","type":"text/plain"},"key":"terminationDate","value":"{terminationDate}"},{"disabled":true,"description":{"content":"<p>Specify whether to delete the product safely. The product is deleted only if no active VXCs are associated with it. Otherwise, a 400 error response is returned. Applicable only for CANCEL and CANCEL_NOW lifecycle actions. (Optional)</p>\n","type":"text/plain"},"key":"safeDelete","value":"{boolean}"}],"variable":[{"description":{"content":"<p>The Megaport Internet connection to delete, specified by the Uid or product ID. (Required - integer)</p>\n","type":"text/plain"},"type":"any","value":"{productUid}","key":"productUid"},{"description":{"content":"<p>Use \"CANCEL_NOW\" to delete the specified Megaport Internet connection. </p>\n","type":"text/plain"},"type":"any","value":"{action}","key":"action"}]}},"response":[{"id":"68e7527f-0edb-4369-88b6-3aa00da4fdf1","name":"Delete Megaport Internet (v3)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer •••••••"}],"url":{"raw":"{{baseUrl}}/v3/product/:productUid/action/:action?terminationDate=<long>","host":["{{baseUrl}}"],"path":["v3","product",":productUid","action",":action"],"query":[{"key":"terminationDate","value":"<long>"}],"variable":[{"key":"productUid","value":"<string>","description":"(Required) Uid of the service you wish to modify"},{"key":"action","value":"SLEEP","description":"(Required) The Lifecycle action you wish to apply to the specified service"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Action [CANCEL_NOW Service e11d4d5e-8694-4748-a9da-14a0bf0cd69f] has been done.\",\n  \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\"\n}"}],"_postman_id":"b3edbd42-fdaf-4d0d-b224-7fcb33932571"},{"name":"Validate MVE VXC Order (v3)","id":"d15e621e-2440-4a18-9751-c6a814337322","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"[\n  {\n    \"productUid\": \"8c46d67b-63b0-41c5-bcdb-bc390bd77e33\",\n    \"associatedVxcs\": [\n      {\n        \"productName\": \"My Fortinet MVE VXC\",\n        \"rateLimit\": 550,\n        \"term\": 12,\n        \"shutdown\": false,\n        \"promoCode\": \"promox3mnthfree2\",\n        \"aEnd\": {\n            \"vNicIndex\": 0\n        },\n        \"bEnd\": {\n          \"productUid\": \"5aa96068-38bd-4031-bb36-0d0a9b471bc8\",\n          \"vlan\": 101\n        }\n      }\n    ]\n  }\n]"},"url":"{{baseUrl}}/v3/networkdesign/validate","description":"<p>VXCs provide the connectivity between MVEs and ports and cloud service providers. This endpoint validates the request and ensures all parameters are within range and acceptable to the provisioning system. A successful validation request returns pricing details. This request does not commit the order.</p>\n<p>Customize the Body of the request with the configuration details for the VXC.</p>\n<p>You can attach VXCs to an MVE using the same methods as creating a VXC from a Port. Megaport configures the Layer 2 connection to the MVE and and you need to configure the Layer 3 details with the SD-WAN provider’s system and the CSP (as needed).</p>\n<p>Each MVE can have up to 25 VXCs.</p>\n<p><code>term</code> is the contract term for the VXC. Valid values are 1, 12, 24, 36, 48, and 60 months. If <code>term</code> is not provided when ordering a VXC, it defaults to 1 (No Minimum Term).</p>\n<p><code>shutdown</code> will temporarily shut down and re-enable the VXC. Valid values are <code>true</code> (shut down) and <code>false</code> (enabled). If not provided, it defaults to <code>false</code> (enabled). If not provided, it defaults to <code>false</code> (enabled).</p>\n<p><code>promoCode</code> is an optional string that can be used to enter a promotional code for the service order. The code is not validated, so if the code doesn’t exist or doesn’t work for the service, the call will still be successful.</p>\n<p>To support Q-in-Q for MVE, the VXCs include an optional <code>innerVlan</code> attribute to the <code>aEnd</code> and <code>bEnd</code> object in the payloads of the buy and validate API calls. These attributes are returned in the payload when retrieving VXC information. You can set this attribute on the <code>aEnd</code>, the <code>bEnd</code>, or both. If this value is set to 0, a valid inner VLAN will be allocated and set by the system.</p>\n<p>Alternatively, you can specify a <code>vNIC</code> ID on your <code>aEnd</code> or <code>bEnd</code> attribute.</p>\n","urlObject":{"path":["v3","networkdesign","validate"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"2f0a597b-5c1c-4931-96a6-d44ff72726de","name":"Validate MVE VXC Order (v3)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"[\n  {\n    \"productUid\": \"e0c78854-16bb-4a3c-b1a6-07464c237c3f\",\n    \"associatedVxcs\": [\n      {\n        \"productName\": \"My MVE VXC\",\n        \"rateLimit\": 550,\n        \"aEnd\": {\n          \"vlan\": 102,\n          \"innerVlan\": 12\n        },\n        \"bEnd\": {\n          \"productUid\": \"5aa96068-38bd-4031-bb36-0d0a9b471bc8\",\n          \"vlan\": 101\n        }\n      }\n    ]\n  }\n]","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/networkdesign/validate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 10 Jun 2022 19:34:44 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"614"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Set-Cookie","value":"JSESSIONID=ACDE6D2B5DFDA76ABBD4B1C85E838D64; Path=/; HttpOnly"},{"key":"UOW","value":"3b9b5bbc-bd46-4cd1-908f-7b8322dfef69"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Validation passed\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"price\": {\n                \"hourlySetup\": 0,\n                \"dailySetup\": 0,\n                \"monthlySetup\": 0,\n                \"hourlyRate\": 0,\n                \"dailyRate\": 0,\n                \"monthlyRate\": 4109.42,\n                \"fixedRecurringCharge\": 100,\n                \"postPaidBaseRate\": \"no base rate\",\n                \"longHaulMbpsRate\": 7.28985507246,\n                \"mbpsRate\": 7.28985507246,\n                \"currency\": \"USD\",\n                \"key\": \"no key\",\n                \"productType\": \"VXC\",\n                \"aEndRate\": 0,\n                \"bEndRate\": 0,\n                \"empty\": false\n            },\n            \"serviceName\": \"My MVE VXC\",\n            \"productType\": \"VXC\",\n            \"productUid\": \"50315cdf-6c5c-4a31-9460-832a82ed2708\",\n            \"market\": \"US\",\n            \"string\": \"Los Angeles\"\n        }\n    ]\n}"}],"_postman_id":"d15e621e-2440-4a18-9751-c6a814337322"},{"name":"Buy VXC for MVE (v3)","id":"67149c51-7b5b-4a83-adeb-cb9cda1b7600","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"[\n  {\n    \"productUid\": \"8c46d67b-63b0-41c5-bcdb-bc390bd77e33\",\n    \"associatedVxcs\": [\n      {\n        \"productName\": \"My Fortinet MVE VXC\",\n        \"rateLimit\": 550,\n        \"term\": 12,\n        \"shutdown\": false,\n        \"promoCode\": \"promox3mnthfree2\",\n        \"aEnd\": {\n          \"vlan\": 1974,\n          \"innerVlan\": 12\n        },\n        \"bEnd\": {\n          \"productUid\": \"5aa96068-38bd-4031-bb36-0d0a9b471bc8\",\n          \"vNicIndex\": 0\n        }\n      }\n    ]\n  }\n]"},"url":"{{baseUrl}}/v3/networkdesign/buy","description":"<p>VXCs provide the connectivity between MVEs and ports and cloud service providers. This endpoint orders the VXC and submits the configuration details to the provisioning system for processing. This request commits the order.</p>\n<p>You can attach VXCs to an MVE using the same methods as creating a VXC from a Port. Megaport configures the Layer 2 connection to the MVE and and you need to configure the Layer 3 details with the SD-WAN provider’s system and the CSP (as needed).</p>\n<p>Each MVE can have up to 25 VXCs.</p>\n<p><code>term</code> is the contract term for the VXC. Valid values are 1, 12, 24, 36, 48, and 60 months. If <code>term</code> is not provided when ordering a VXC, it defaults to 1 (No Minimum Term).</p>\n<p><code>shutdown</code> will temporarily shut down and re-enable the VXC. Valid values are <code>true</code> (shut down) and <code>false</code> (enabled). If not provided, it defaults to <code>false</code> (enabled). If not provided, it defaults to <code>false</code> (enabled).</p>\n<p><code>promoCode</code> is an optional string that can be used to enter a promotional code for the service order. The code is not validated, so if the code doesn’t exist or doesn’t work for the service, the call will still be successful.</p>\n<p>To support Q-in-Q for MVE, the VXCs include an optional <code>innerVlan</code> attribute to the <code>aEnd</code> and <code>bEnd</code> object in the payloads the buy and validate API calls. These attributes are returned in the payload when retrieving VXC information. You can set this attribute on the <code>aEnd</code>, the <code>bEnd</code>, or both. If this value is set to 0, a valid inner VLAN will be allocated and set by the system.</p>\n<p>You can also add <code>vNicIndex</code> information to the A-End and B-End, if required.</p>\n","urlObject":{"path":["v3","networkdesign","buy"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"2991af38-c732-4f5a-a3ec-cea04dc73b84","name":"Buy VXC for MVE (v3)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"[\n  {\n    \"productUid\": \"596d85b9-a7f8-417b-ba82-50d601dff464\",\n    \"associatedVxcs\": [\n      {\n        \"productName\": \"My Fortinet MVE VXC\",\n        \"rateLimit\": 550,\n        \"aEnd\": {\n          \"vlan\": 102,\n          \"innerVlan\": 12\n        },\n        \"bEnd\": {\n          \"productUid\": \"5aa96068-38bd-4031-bb36-0d0a9b471bc8\",\n          \"vlan\": 101\n        }\n      }\n    ]\n  }\n]","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/networkdesign/buy"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 14 Jun 2022 20:17:35 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Content-Length","value":"3221"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Set-Cookie","value":"JSESSIONID=C40E0042DB4EFED5F15033D6442BC9EA; Path=/; HttpOnly"},{"key":"UOW","value":"e184da80-2155-4ff6-9a1a-41e6c54e67e4"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"VXC [bd563f52-1386-456e-a20f-bc4314dc0159] created.\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"createDate\": 1655237853076,\n            \"vxcOrderId\": 91282,\n            \"payerMegaPortId\": 124604,\n            \"nonPayerMegaPortId\": 20000,\n            \"payerMegaPortName\": \"My small Fortinet MVE (LA)\",\n            \"nonPayerMegaPortName\": \"iManage Melbourne\",\n            \"payerCompanyId\": 1153,\n            \"nonPayerCompanyId\": 13113,\n            \"payerLocationId\": 60,\n            \"nonPayerLocationId\": 382,\n            \"salesId\": null,\n            \"payerCompanyName\": \"Megaport Lab\",\n            \"nonPayerCompanyName\": \"iManage Cloud\",\n            \"payerMegaPortNsId\": 303703,\n            \"nonPayerMegaPortNsId\": 45098,\n            \"payerVlanId\": 102,\n            \"nonPayerVlanId\": 101,\n            \"payerInnerVlanId\": 12,\n            \"nonPayerInnerVlanId\": null,\n            \"payerApproverName\": \"DV\",\n            \"payerApproverId\": 29980,\n            \"nonPayerApproverName\": null,\n            \"nonPayerApproverId\": null,\n            \"payerApproval\": 1655237853030,\n            \"nonPayerApproval\": null,\n            \"fixedTerm\": true,\n            \"duration\": 1,\n            \"rollover\": true,\n            \"serviceName\": \"from My small Fortinet MVE (LA) to iManage Melbourne\",\n            \"payerStatus\": \"APPROVED\",\n            \"nonPayerStatus\": \"UN_ASSESSED\",\n            \"speed\": 550,\n            \"distanceBand\": \"INTERZONE\",\n            \"intercapPath\": \"\",\n            \"awsId\": null,\n            \"promoCode\": null,\n            \"dealUid\": null,\n            \"rateType\": \"MONTHLY\",\n            \"vxcJTechnicalServiceId\": 124606,\n            \"vxcJTechnicalServiceUid\": \"bd563f52-1386-456e-a20f-bc4314dc0159\",\n            \"provisionDate\": 1655237853019,\n            \"orderType\": \"NEW\",\n            \"monthlyDiscountAmount\": null,\n            \"discountMonths\": null,\n            \"amazonDirectConnectConfigDto\": null,\n            \"amsixConnectConfigDto\": null,\n            \"webAirProvItem\": null,\n            \"sdrcProvItem\": null,\n            \"rate\": null,\n            \"setup\": null,\n            \"asn\": null,\n            \"bgpPassword\": null,\n            \"usageAlgorithm\": \"POST_PAID_HOURLY_SPEED_LONG_HAUL_VXC\",\n            \"costCentre\": null,\n            \"azureServiceKey\": null,\n            \"oracleVirtualCircuitId\": null,\n            \"serviceKey\": null,\n            \"vxc\": {\n                \"serviceName\": \"My Fortinet MVE VXC\",\n                \"name\": \"My Fortinet MVE VXC\",\n                \"secondaryName\": null,\n                \"technicalServiceId\": 124606,\n                \"technicalServiceUid\": \"bd563f52-1386-456e-a20f-bc4314dc0159\",\n                \"requestedDate\": 1655237853019,\n                \"configuredDate\": null,\n                \"currentEstimatedDelivery\": null,\n                \"companyName\": \"Megaport Lab\",\n                \"companyId\": 1153,\n                \"aggregationId\": null,\n                \"lagPrimary\": false,\n                \"billingContactName\": null,\n                \"billingContactId\": null,\n                \"adminContactName\": null,\n                \"adminContactId\": null,\n                \"technicalContactName\": null,\n                \"technicalContactId\": null,\n                \"salesName\": null,\n                \"salesId\": null,\n                \"billableId\": null,\n                \"billableUsageAlgorithm\": null,\n                \"productType\": \"VXC\",\n                \"provisioningStatus\": \"DEPLOYABLE\",\n                \"failedReason\": null,\n                \"inAdvanceBillingStatus\": null,\n                \"provisioningItems\": [],\n                \"tags\": [],\n                \"vxcDistanceBand\": \"INTERZONE\",\n                \"intercapPath\": \"\",\n                \"marketplaceVisibility\": true,\n                \"vxcPermitted\": true,\n                \"vxcAutoApproval\": false,\n                \"createDate\": 1655237853052,\n                \"terminationDate\": null,\n                \"contractStartDate\": null,\n                \"contractTermMonths\": 1,\n                \"rateType\": \"MONTHLY\",\n                \"trialAgreement\": false,\n                \"payerCompanyId\": null,\n                \"nonPayerCompanyId\": null,\n                \"minimumSpeed\": null,\n                \"maximumSpeed\": null,\n                \"rateLimit\": 550,\n                \"errorMessage\": null,\n                \"market\": \"USA\",\n                \"accountManager\": null,\n                \"promptUid\": null,\n                \"components\": [],\n                \"attributes\": [],\n                \"aLocation\": null,\n                \"bLocation\": null,\n                \"aLocationId\": null,\n                \"bLocationId\": null,\n                \"attributeTags\": {},\n                \"createdBy\": \"6223425b-e19c-4337-85e6-dffaac81350c\",\n                \"buyoutPort\": null,\n                \"virtual\": false,\n                \"locked\": false,\n                \"adminLocked\": false,\n                \"bgpShutdownDefault\": false\n            },\n            \"connectType\": \"DEFAULT\",\n            \"payerConfig\": {},\n            \"nonPayerConfig\": {},\n            \"attributeTags\": {},\n            \"serviceLicense\": null,\n            \"fullyApproved\": false\n        }\n    ]\n}"}],"_postman_id":"67149c51-7b5b-4a83-adeb-cb9cda1b7600"},{"name":"Update VXC for MVE (v3)","id":"f915e5db-777c-481c-835b-0e3a79f3ca73","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"{\n    \"name\":\"Updated name\",\n    \"costCentre\":\"New reference for invoice\",\n    \"rateLimit\": 500,\n    \"term\": 12,\n    \"aEndVlan\": 121,\n    \"aEndInnerVlan\": 14,\n    \"bEndInnerVlan\": 14\n}"},"url":"{{baseUrl}}/v3/product/vxc/{productUid}","description":"<p>Updates the VXC for an MVE. Specify the VXC in the endpoint by the <code>productUid</code>.</p>\n<p>For an MVE VXC, you can update the following parameters:</p>\n<ul>\n<li><p><code>name</code> - Customer name for the connection - this name appears in the Portal.</p>\n</li>\n<li><p><code>costCentre</code> - A customer reference number to be included in billing information and invoices.</p>\n</li>\n<li><p><code>rateLimit</code> - The speed of the connection (In Mbps).</p>\n</li>\n<li><p><code>term</code> - You can update the VXC term under certain circumstances. Valid values are 1, 12, 24, 36, 48, and 60 months. See the rules in <a href=\"https://dev.megaport.com/#4293df4a-545d-45a2-bfa1-90f41df13160\">Update VXC</a> for more details.</p>\n</li>\n<li><p><code>aEndVlan</code> - A unique VLAN ID for this connection. Values can range from 2 to 4093. If this value is 0, the system allocates a valid VLAN.</p>\n</li>\n<li><p><code>aEndInnerVlan</code> - Set inner VLAN ID for this connection on the A-End.</p>\n</li>\n<li><p><code>bEndInnerVlan</code> - Set inner VLAN ID for this connection on the B-End.</p>\n</li>\n</ul>\n<p>The update request only needs to include the parameters you want to change.</p>\n<p>You can set an <code>innerVlan</code> on the <code>aEnd</code>, the <code>bEnd</code>, or both. If the VLAN value is 0, the system allocates a valid inner VLAN.</p>\n","urlObject":{"path":["v3","product","vxc","{productUid}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f915e5db-777c-481c-835b-0e3a79f3ca73"},{"name":"Delete MVE (v3)","id":"4fefa7fa-5c79-4481-939e-465e1df29a74","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"{\n    \"cancellation_reason\": \"OTHER\",\n    \"cancellation_comment\": \"This MVE was created using the wrong SD-WAN vendor. It needs to be deleted and then a new MVE created.\"\n} \n"},"url":"{{baseUrl}}/v3/product/{productUid}/action/{action}","description":"<p>Deletes (terminates) the MVE from your account by changing the provisioning status. Canceling an MVE is effective immediately.</p>\n<p>Any VXCs attached to the MVE, including the Megaport Internet connection, are also terminated.</p>\n<p><strong>Note:</strong> You can update a product only when its provisioning status is <code>CONFIGURED</code> or <code>LIVE</code>.</p>\n<p><strong>Note:</strong> Some CSPs (for example, AWS Hosted Connections) require termination of the connection on the CSP side before you can terminate the MVE.</p>\n<p>The <code>productUid</code> is a required string that identifies the service by the unique product identifier.</p>\n<p>The <code>action</code> is a required string that indicates the change in the service. For MVEs, the only accepted action is <code>CANCEL_NOW</code>. This stops the service on the MVE immediately. You will still be billed for the remainder of your contract and early termination fees apply. The MVE cannot be restored.</p>\n<p><strong>Note:</strong> Terminating an MVE on a contract term will result in an early termination fee (ETF) equivalent to 100% of the remainder of the term.</p>\n<p>For more information about the product lifecycle and provisioning status, see <a href=\"https://docs.megaport.com/api/monitoring/\">Monitoring Service Status with the API</a>.</p>\n<h4 id=\"cancellation-reasons\">Cancellation Reasons</h4>\n<p>You customize the Body of the request with the cancellation reason details for terminating a service. Specifying the reason for terminating a service will allow us to understand how we can improve your customer experience.</p>\n<p><strong>Note:</strong></p>\n<ul>\n<li><p><strong>Ordered in Error or Reordering</strong> (SERVICE_ORDERED_IN_ERROR) should be specified if you have upgraded or downgraded the service speed and re-ordered.</p>\n</li>\n<li><p><strong>Reason not Listed</strong> (OTHER) provides an optional free text field that allows you to specify a different reason to those listed. This field has a maximum of 400 characters.</p>\n</li>\n<li><p>You can also provide additional details in the free text field for any of the cancellation reasons.</p>\n</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attribute</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>cancellation_reason</code></td>\n<td>(Optional) The reason for deleting the service.  <br />These options are available:  <br /><code>MOVED_TO_CLOUD_NATIVE_SOL</code>  <br /><code>SERVICE_MOVED</code>  <br /><code>SERVICE_ORDERED_IN_ERROR</code>  <br /><code>PROOF_OF_CONCEPT</code>  <br /><code>PROJECT_ENDED</code>  <br /><code>SWITCHING_PROVIDER</code>  <br /><code>PRICING</code>  <br /><code>PRODUCT_PERFORMANCE</code>  <br /><code>OTHER</code></td>\n</tr>\n<tr>\n<td><code>cancellation_comment</code></td>\n<td>Specify free text (max. 400 characters) with an additional explanation for the reason the service was terminated.</td>\n</tr>\n</tbody>\n</table>\n</div><p>For more information, see <a href=\"https://docs.megaport.com/mve/aruba/terminating-mve/\">Terminating an MVE</a>.</p>\n","urlObject":{"path":["v3","product","{productUid}","action","{action}"],"host":["{{baseUrl}}"],"query":[{"disabled":true,"description":{"content":"<p>Specify whether to delete the product safely. The product is deleted only if no active VXCs are associated with it. Otherwise, a 400 error response is returned. Applicable only for CANCEL and CANCEL_NOW lifecycle actions. (Optional)</p>\n","type":"text/plain"},"key":"safeDelete","value":"{boolean}"}],"variable":[]}},"response":[{"id":"462ff027-3d54-4c80-9ecb-b835eae89483","name":"Delete MVE (v3)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/product/19440a03-a8fc-4191-99c6-23429a267f2e/action/CANCEL_NOW"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 11 Nov 2024 08:45:59 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"206"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Correlation-Id","value":"24f452b02a27cb97359288fbb76965b0"},{"key":"X-Amzn-Trace-Id","value":"Root=1-6731c446-1d2ddf5d5988eec05e38c0cf"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Server-Timing","value":"app;dur=1151"},{"key":"X-Xss-Protection","value":"1 ; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"trace-id","value":"24f452b02a27cb97359288fbb76965b0"},{"key":"X-Robots-Tag","value":"noindex"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Action [CANCEL_NOW Service 19440a03-a8fc-4191-99c6-23429a267f2e] has been done.\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\"\n}"},{"id":"bd7332ea-8ed5-434f-891d-717a462d294e","name":"Delete MVE With Cancellation Reason (v3)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"{\n    \"cancellation_reason\": \"OTHER\",\n    \"cancellation_comment\": \"This MVE was created using the wrong SD-WAN vendor. It needs to be deleted and then a new MVE created.\"\n} \n","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/product/f390422d-4318-4d26-bef0-1ff2208ab409/action/CANCEL_NOW"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 11 Nov 2024 08:36:36 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"206"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Correlation-Id","value":"c2b11e2c167ebfc6343b5566418c4cfe"},{"key":"X-Amzn-Trace-Id","value":"Root=1-6731c212-1278c2815a01c27c3e81ef66"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Server-Timing","value":"app;dur=1467"},{"key":"X-Xss-Protection","value":"1 ; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"trace-id","value":"c2b11e2c167ebfc6343b5566418c4cfe"},{"key":"X-Robots-Tag","value":"noindex"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Action [CANCEL_NOW Service f390422d-4318-4d26-bef0-1ff2208ab409] has been done.\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\"\n}"}],"_postman_id":"4fefa7fa-5c79-4481-939e-465e1df29a74"}],"id":"e44a2c7c-a066-4d31-80b9-1a17db837c39","description":"<p>Before you create an MVE, use the GET <code>/v3/locations</code> endpoint to find locations where MVEs are available.</p>\n<p>Creating an MVE is a three step process:</p>\n<ol>\n<li><p>Validate the request and retrieve pricing details.</p>\n</li>\n<li><p>Submit a buy request for the MVE.</p>\n</li>\n<li><p>Validate and buy Megaport Internet connections.</p>\n</li>\n</ol>\n<p>The requests use the <code>v3/networkdesign/validate</code> and <code>v3/networkdesign/buy</code> endpoints and follow the same model as ordering Ports and MCRs.</p>\n<p>The <code>validate</code> and <code>buy</code> endpoints use a custom payload to support MVE and provide the vendor details. (The <code>validate</code> and the <code>buy</code> requests use the same payload, but have different responses.)</p>\n<p>The payload accepts an array of objects, so you can create more than one MVE at a time (which is helpful if you are creating a diverse pair).</p>\n","_postman_id":"e44a2c7c-a066-4d31-80b9-1a17db837c39"},{"name":"Internet Exchange (IX)","item":[{"name":"Validate IX Order (v3)","id":"534c2091-77a8-49d3-b108-343d1e616abc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"[\n  {\n    \"productUid\": \"a0f36688-48a7-4208-a58b-d965cb423694\",\n    \"associatedIxs\": [\n      {\n        \"productName\": \"My LA IX\",\n        \"networkServiceType\": \"Los Angeles IX\",\n        \"asn\": 12345,\n        \"macAddress\": \"00:11:22:33:44:55\",\n        \"rateLimit\": 500,\n        \"term\": 12,\n        \"vlan\": 2001,\n        \"shutdown\": false,\n        \"promoCode\": \"promox3mnthfree2\"\n      }\n    ]\n  }\n]"},"url":"{{baseUrl}}/v3/networkdesign/validate","description":"<p>Validates the request and ensures all parameters are within range and acceptable to the provisioning system. A successful validation request returns pricing details. This request does not commit the order.</p>\n<p>You specify the configuration details in the Body of the request.<br />The <code>productUid</code> identifies the Port in your Megaport location (A-End).</p>\n<p><code>promoCode</code> is an optional string that can be used to enter a promotional code for the service order. The code is not validated, so if the code doesn’t exist or doesn’t work for the service, the call will still be successful.</p>\n<p>See <strong>PUT Update IX</strong> for more information on the Body parameters.</p>\n","urlObject":{"path":["v3","networkdesign","validate"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"5bbf3b57-a03a-4f53-8f06-777eec7a7283","name":"Validate IX Order (v3)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"[\n  {\n    \"productUid\": \"a0f36688-48a7-4208-a58b-d965cb423694\",\n    \"associatedIxs\": [\n      {\n        \"productName\": \"My LA IX\",\n        \"networkServiceType\": \"Los Angeles IX\",\n        \"asn\": 12345,\n        \"macAddress\": \"00:11:22:33:44:55\",\n        \"rateLimit\": 500,\n        \"term\": 12,\n        \"vlan\": 2001\n      }\n    ]\n  }\n]","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/networkdesign/validate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 12 Nov 2020 00:23:07 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.17.10"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"UOW","value":"6656da2b-a570-463a-9c0d-f5448236ea5e"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Validation passed\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"price\": {\n                \"hourlySetup\": 0,\n                \"dailySetup\": 0,\n                \"monthlySetup\": 0,\n                \"hourlyRate\": 0,\n                \"dailyRate\": 0,\n                \"monthlyRate\": 0,\n                \"fixedRecurringCharge\": 0,\n                \"postPaidBaseRate\": \"no base rate\",\n                \"longHaulMbpsRate\": 0,\n                \"mbpsRate\": 0,\n                \"currency\": \"USD\",\n                \"key\": \"no key\",\n                \"productType\": \"IX\",\n                \"empty\": false\n            },\n            \"serviceName\": \"My LA IX\",\n            \"productType\": \"IX\",\n            \"productUid\": \"96f6171c-96f7-44a7-bae3-a49b1f2e9e18\"\n        }\n    ]\n}"}],"_postman_id":"534c2091-77a8-49d3-b108-343d1e616abc"},{"name":"Buy IX (v3)","id":"6d5b1bbe-a1c7-42d5-976f-9dd9b2ba7a15","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"[\n  {\n    \"productUid\": \"a0f36688-48a7-4208-a58b-d965cb423694\",\n    \"associatedIxs\": [\n      {\n        \"productName\": \"My LA IX\",\n        \"networkServiceType\": \"Los Angeles IX\",\n        \"asn\": 12345,\n        \"macAddress\": \"00:11:22:33:44:55\",\n        \"rateLimit\": 500,\n        \"term\": 12,\n        \"vlan\": 2001,\n        \"shutdown\": false,\n        \"promoCode\": \"promox3mnthfree2\"\n      }\n    ]\n  }\n]"},"url":"{{baseUrl}}/v3/networkdesign/buy","description":"<p>Orders the IX and submits the configuration details to the provisioning system for processing. This request commits the order.</p>\n<p><code>promoCode</code> is an optional string that can be used to enter a promotional code for the service order. The code is not validated, so if the code doesn’t exist or doesn’t work for the service, the call will still be successful.</p>\n<p>See <strong>PUT Update IX</strong> for more information on the Body parameters.</p>\n","urlObject":{"path":["v3","networkdesign","buy"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"6fdcff8b-9661-4008-95e3-11c1d4139f3f","name":"Buy IX (v3)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"[\n  {\n    \"productUid\": \"a0f36688-48a7-4208-a58b-d965cb423694\",\n    \"associatedIxs\": [\n      {\n        \"productName\": \"My LA IX\",\n        \"networkServiceType\": \"Los Angeles IX\",\n        \"asn\": 12345,\n        \"macAddress\": \"00:11:22:33:44:55\",\n        \"rateLimit\": 500,\n        \"term\": 12,\n        \"vlan\": 2001\n      }\n    ]\n  }\n]","options":{"raw":{"language":"json"}}},"url":"https://api-staging.megaport.com/v3/networkdesign/buy"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 12 Nov 2020 00:28:07 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.17.10"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Set-Cookie","value":"JSESSIONID=A420CD4BAB57ECC0201C4F27DF934915; Path=/; HttpOnly"},{"key":"UOW","value":"ab2301f1-dbe8-434a-bceb-23bdd209c9d0"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"IX [4fe74795-8b43-4252-a4c3-5c016985077b] created. \",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"serviceName\": \"My LA IX\",\n            \"name\": \"My LA IX\",\n            \"secondaryName\": null,\n            \"technicalServiceId\": 70757,\n            \"technicalServiceUid\": \"4fe74795-8b43-4252-a4c3-5c016985077b\",\n            \"requestedDate\": 1605140885851,\n            \"configuredDate\": null,\n            \"currentEstimatedDelivery\": null,\n            \"companyName\": \"Megaport Lab\",\n            \"companyId\": 1153,\n            \"aggregationId\": null,\n            \"lagPrimary\": false,\n            \"billingContactName\": null,\n            \"billingContactId\": null,\n            \"adminContactName\": null,\n            \"adminContactId\": null,\n            \"technicalContactName\": null,\n            \"technicalContactId\": null,\n            \"salesName\": null,\n            \"salesId\": null,\n            \"billableId\": 69836,\n            \"billableUsageAlgorithm\": null,\n            \"productType\": \"IX\",\n            \"provisioningStatus\": \"DEPLOYABLE\",\n            \"inAdvanceBillingStatus\": null,\n            \"provisioningItems\": [],\n            \"tags\": [],\n            \"vxcDistanceBand\": \"DATA_CENTRE\",\n            \"intercapPath\": null,\n            \"marketplaceVisibility\": true,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"createDate\": 1605140885851,\n            \"terminationDate\": null,\n            \"contractStartDate\": null,\n            \"contractTermMonths\": 1,\n            \"rateType\": \"MONTHLY\",\n            \"trialAgreement\": false,\n            \"payerCompanyId\": null,\n            \"nonPayerCompanyId\": null,\n            \"minimumSpeed\": null,\n            \"maximumSpeed\": null,\n            \"rateLimit\": 500,\n            \"errorMessage\": null,\n            \"publicGraph\": true,\n            \"market\": \"USA\",\n            \"accountManager\": null,\n            \"promptUid\": null,\n            \"components\": [],\n            \"attributes\": [],\n            \"aLocation\": \"lax-cs1\",\n            \"bLocation\": null,\n            \"aLocationId\": 60,\n            \"bLocationId\": null,\n            \"attributeTags\": {},\n            \"createdBy\": \"52a26471-94de-4d32-b89e-0cd5d26c1f65\",\n            \"buyoutPort\": null,\n            \"virtual\": false,\n            \"locked\": false,\n            \"adminLocked\": false,\n            \"bgpShutdownDefault\": false\n        }\n    ]\n}"}],"_postman_id":"6d5b1bbe-a1c7-42d5-976f-9dd9b2ba7a15"},{"name":"Update IX","id":"6ae89dd9-e4bd-4fb5-8533-f8a4a0d02385","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"Company IX at Location\", \n    \"rateLimit\": 500, \n    \"term\": 24,\n    \"costCentre\": \"My Port Account\",\n    \"vlan\": 1650, \n    \"macAddress\": \"01:02:0f:04:58:20\", \n    \"asn\": 136999, \n    \"password\": \"mynewixpassword\",\n    \"publicGraph\": false,\n    \"reverseDns\": \"as6533.charlotte.com\",\n    \"aEndProductUid\": \"0ee41f61-4f03-4281-8afe-77fcc949c804\",\n    \"shutdown\": true\n}"},"url":"{{baseUrl}}/v2/product/ix/{productUid}","description":"<p>Updates editable information for an IX.</p>\n<p>The <code>productUid</code> identifies the IX.</p>\n<p><strong>Tip:</strong> Use the <code>/v2/product</code> endpoint to determine the <code>productUid</code>.</p>\n<p>The changes are defined in the Body of the request. Only include the attributes that you want to update.</p>\n<p><strong>Note:</strong> You can update a product only when its provisioning status is <code>CONFIGURED</code> or <code>LIVE</code>.</p>\n<p>For more details, see <a href=\"https://docs.megaport.com/api/api-ix-change/\">Changing an IX Configuration with the API</a>.</p>\n<h4 id=\"available-attributes\">Available Attributes</h4>\n<p>These attributes can be updated using this endpoint:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attribute</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>name</code></td>\n<td>(String) Name of the IX</td>\n</tr>\n<tr>\n<td><code>rateLimit</code></td>\n<td>(Integer) Rate limit in Mbps</td>\n</tr>\n<tr>\n<td><code>term</code></td>\n<td>(Integer) Contract term for the IX (1, 12, 24, 36, 48, 60 months). If term is not provided when validating an IX connection, it defaults to 1 (No Minimum Term).</td>\n</tr>\n<tr>\n<td><code>autoRenewTerm</code></td>\n<td>(Boolean) Whether to auto-renew the term at expiration.</td>\n</tr>\n<tr>\n<td><code>costCentre</code></td>\n<td>(String) For invoicing purposes</td>\n</tr>\n<tr>\n<td><code>vlan</code></td>\n<td>(Integer)</td>\n</tr>\n<tr>\n<td><code>macAddress</code></td>\n<td>(String)</td>\n</tr>\n<tr>\n<td><code>asn</code></td>\n<td>(Integer) Be very careful about changing this</td>\n</tr>\n<tr>\n<td><code>password</code></td>\n<td>(String) BGP password</td>\n</tr>\n<tr>\n<td><code>publicGraph</code></td>\n<td>(Boolean)</td>\n</tr>\n<tr>\n<td><code>reverseDns</code></td>\n<td>(String) DNS lookup of a domain name from an IP address. You can change this value to enter a custom hostname for your IP address.</td>\n</tr>\n<tr>\n<td><code>aEndProductUid</code></td>\n<td>(String) Move the IX by changing the A-End of the IX. Provide the <code>productUid</code> of the new A-End.</td>\n</tr>\n<tr>\n<td><code>shutdown</code></td>\n<td>(Boolean) Shut down and re-enable the IX. Valid values are <code>true</code> (shut down) and <code>false</code> (enabled). If not provided, it defaults to <code>false</code> (enabled).</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"move-ix\">Move IX</h4>\n<p>You can move an IX by updating the A-End using the <code>aEndProductUid</code> field.</p>\n<p>There are rules that determine where and how you can move an IX:</p>\n<ul>\n<li><p>The new A-End Port can be in a different location but must be in the <strong>same metro area</strong>.</p>\n</li>\n<li><p>The IX must at least be in a <strong>Configured</strong> state.</p>\n</li>\n<li><p>An IX locked by a Company Admin can't be moved.</p>\n</li>\n<li><p>You can move an unlocked IX under a locked Port.</p>\n</li>\n<li><p>The source and destination Ports must be owned by the same customer account.</p>\n</li>\n<li><p>Any user who is allowed to edit the speed of an IX can move the IX from any account type.</p>\n</li>\n<li><p>The move must not cause a change to billing.</p>\n</li>\n</ul>\n<p>If the IX move is invalid, the move will fail.</p>\n","urlObject":{"path":["v2","product","ix","{productUid}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"a299be61-1552-4742-af5e-887a49ff683e","name":"Update IX - Rate Limit","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"{\n    \"rateLimit\": 1000\n}","options":{"raw":{"language":"json"}}},"url":"https://api-staging.megaport.com/v2/product/ix/4fe74795-8b43-4252-a4c3-5c016985077b"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 12 Nov 2020 00:54:56 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.17.10"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Set-Cookie","value":"JSESSIONID=12322F4DC6049C4B73BF6E56733DFD98; Path=/; HttpOnly"},{"key":"UOW","value":"20a0feed-3cfb-4a62-9b69-65657b5aa897"},{"key":"Location","value":"http://localhost:8080/v2/product/4fe74795-8b43-4252-a4c3-5c016985077b"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"IX Service 70757 has been updated\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": {\n        \"serviceName\": \"My LA IX\",\n        \"name\": \"My LA IX\",\n        \"secondaryName\": null,\n        \"technicalServiceId\": 70757,\n        \"technicalServiceUid\": \"4fe74795-8b43-4252-a4c3-5c016985077b\",\n        \"requestedDate\": 1605140885851,\n        \"configuredDate\": 1605140942517,\n        \"currentEstimatedDelivery\": null,\n        \"companyName\": \"Megaport Lab\",\n        \"companyId\": 1153,\n        \"aggregationId\": null,\n        \"lagPrimary\": false,\n        \"billingContactName\": null,\n        \"billingContactId\": null,\n        \"adminContactName\": null,\n        \"adminContactId\": null,\n        \"technicalContactName\": null,\n        \"technicalContactId\": null,\n        \"salesName\": null,\n        \"salesId\": null,\n        \"billableId\": 69836,\n        \"billableUsageAlgorithm\": null,\n        \"productType\": \"IX\",\n        \"provisioningStatus\": \"LIVE\",\n        \"inAdvanceBillingStatus\": null,\n        \"provisioningItems\": [],\n        \"tags\": [],\n        \"vxcDistanceBand\": \"DATA_CENTRE\",\n        \"intercapPath\": null,\n        \"marketplaceVisibility\": true,\n        \"vxcPermitted\": true,\n        \"vxcAutoApproval\": false,\n        \"createDate\": 1605140885851,\n        \"terminationDate\": null,\n        \"contractStartDate\": null,\n        \"contractTermMonths\": 1,\n        \"rateType\": \"MONTHLY\",\n        \"trialAgreement\": false,\n        \"payerCompanyId\": null,\n        \"nonPayerCompanyId\": null,\n        \"minimumSpeed\": null,\n        \"maximumSpeed\": null,\n        \"rateLimit\": 1000,\n        \"errorMessage\": null,\n        \"publicGraph\": true,\n        \"market\": \"USA\",\n        \"accountManager\": null,\n        \"promptUid\": null,\n        \"components\": [\n            {\n                \"description\": \"Megaport Lab Los Angeles IX at lax-cs1   CoreSite LA1\",\n                \"jservice_id\": 70757,\n                \"nservice_id\": 158689,\n                \"resources\": [\n                    {\n                        \"address\": \"206.53.172.24/24\",\n                        \"description\": null,\n                        \"id\": 40444,\n                        \"resource_name\": \"ipv4_address\",\n                        \"resource_type\": \"ip_address\",\n                        \"version\": 4\n                    },\n                    {\n                        \"address\": \"2606:a980:0:5::18/64\",\n                        \"description\": null,\n                        \"id\": 40445,\n                        \"resource_name\": \"ipv6_address\",\n                        \"resource_type\": \"ip_address\",\n                        \"version\": 6\n                    },\n                    {\n                        \"asn\": 12345,\n                        \"customer_asn\": 12345,\n                        \"customer_ip_address\": \"206.53.172.24/24\",\n                        \"id\": 18924,\n                        \"isp_asn\": 64220,\n                        \"isp_ip_address\": \"206.53.172.2\",\n                        \"ix_peer_macro\": null,\n                        \"ix_peer_policy\": \"open\",\n                        \"max_prefixes\": 1000,\n                        \"password\": null,\n                        \"resource_name\": \"rs2_ipv4_bgp_connection\",\n                        \"resource_type\": \"bgp_connection\",\n                        \"up\": null\n                    },\n                    {\n                        \"demarcation\": \"CoreSite LA1\\n624 South Grand Avenue\\nCR2700-118\\nType: Single-mode Fibre Pair\\nPorts: ODP.B SHELF.1 SLOT C, ports 7+8\\n\",\n                        \"description\": \"\",\n                        \"id\": 56922,\n                        \"loa_template\": \"megaport\",\n                        \"media\": \"LX\",\n                        \"name\": \"ge-0/0/0\",\n                        \"port_speed\": 1000,\n                        \"resource_name\": \"interface\",\n                        \"resource_type\": \"interface\",\n                        \"up\": 0\n                    },\n                    {\n                        \"asn\": 12345,\n                        \"customer_asn\": 12345,\n                        \"customer_ip_address\": \"206.53.172.24/24\",\n                        \"id\": 18923,\n                        \"isp_asn\": 64220,\n                        \"isp_ip_address\": \"206.53.172.1\",\n                        \"ix_peer_macro\": null,\n                        \"ix_peer_policy\": \"open\",\n                        \"max_prefixes\": 1000,\n                        \"password\": null,\n                        \"resource_name\": \"rs1_ipv4_bgp_connection\",\n                        \"resource_type\": \"bgp_connection\",\n                        \"up\": null\n                    },\n                    {\n                        \"asn\": 12345,\n                        \"customer_asn\": 12345,\n                        \"customer_ip_address\": \"2606:a980:0:5::18/64\",\n                        \"id\": 18925,\n                        \"isp_asn\": 64220,\n                        \"isp_ip_address\": \"2606:a980:0:5::1\",\n                        \"ix_peer_macro\": null,\n                        \"ix_peer_policy\": \"open\",\n                        \"max_prefixes\": 100,\n                        \"password\": null,\n                        \"resource_name\": \"rs1_ipv6_bgp_connection\",\n                        \"resource_type\": \"bgp_connection\",\n                        \"up\": null\n                    },\n                    {\n                        \"id\": 11863,\n                        \"mac_address\": \"00:11:22:33:44:55\",\n                        \"rate_limit_mbps\": 500,\n                        \"resource_name\": \"vpls_interface\",\n                        \"resource_type\": \"vpls_interface\",\n                        \"vlan\": 2001\n                    },\n                    {\n                        \"asn\": 12345,\n                        \"customer_asn\": 12345,\n                        \"customer_ip_address\": \"2606:a980:0:5::18/64\",\n                        \"id\": 18926,\n                        \"isp_asn\": 64220,\n                        \"isp_ip_address\": \"2606:a980:0:5::2\",\n                        \"ix_peer_macro\": null,\n                        \"ix_peer_policy\": \"open\",\n                        \"max_prefixes\": 100,\n                        \"password\": null,\n                        \"resource_name\": \"rs2_ipv6_bgp_connection\",\n                        \"resource_type\": \"bgp_connection\",\n                        \"up\": null\n                    }\n                ],\n                \"status\": \"Active\",\n                \"type\": \"Los Angeles IX\"\n            }\n        ],\n        \"attributes\": [],\n        \"aLocation\": \"lax-cs1\",\n        \"bLocation\": \"Los Angeles IX\",\n        \"aLocationId\": 60,\n        \"bLocationId\": null,\n        \"attributeTags\": {},\n        \"createdBy\": \"52a26471-94de-4d32-b89e-0cd5d26c1f65\",\n        \"buyoutPort\": null,\n        \"virtual\": false,\n        \"locked\": false,\n        \"adminLocked\": false,\n        \"bgpShutdownDefault\": false\n    }\n}"},{"id":"8e334dd6-97cb-4469-be0f-3be485ad4624","name":"Update IX - Reterm","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"{\n \n    \"term\": 36\n\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v2/product/ix/5c581582-4bb6-4aec-b04b-3e8b63085014"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 13 Feb 2026 00:32:00 GMT"},{"key":"Content-Type","value":"application/json","description":""},{"key":"Content-Length","value":"1428"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amzn-Trace-Id","value":"Root=1-698e7100-3c7d630728d231593b661023"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Location","value":"http://localhost:8080/v2/product/5c581582-4bb6-4aec-b04b-3e8b63085014"},{"key":"Server-Timing","value":"app;dur=490"},{"key":"X-Xss-Protection","value":"1 ; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"trace-id","value":"54aff694dd19273c1d856a0a88e919b2"},{"key":"content-encoding","value":"gzip"},{"key":"X-Robots-Tag","value":"noindex"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"IX Service 276427 has been updated\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": {\n        \"serviceName\": \"Melbourne to Melbourne - IX\",\n        \"name\": \"Melbourne to Melbourne - IX\",\n        \"secondaryName\": null,\n        \"technicalServiceId\": 276427,\n        \"technicalServiceUid\": \"5c581582-4bb6-4aec-b04b-3e8b63085014\",\n        \"requestedDate\": 1770942282308,\n        \"configuredDate\": 1770942286199,\n        \"currentEstimatedDelivery\": null,\n        \"companyName\": \"Megaport Lab\",\n        \"companyId\": 1153,\n        \"billingContactName\": null,\n        \"billingContactId\": null,\n        \"adminContactName\": null,\n        \"adminContactId\": null,\n        \"technicalContactName\": null,\n        \"technicalContactId\": null,\n        \"salesName\": null,\n        \"salesId\": null,\n        \"billableId\": 268238,\n        \"billableUsageAlgorithm\": null,\n        \"productType\": \"IX\",\n        \"provisioningStatus\": \"LIVE\",\n        \"failedReason\": null,\n        \"inAdvanceBillingStatus\": null,\n        \"vxcDistanceBand\": \"METRO\",\n        \"intercapPath\": null,\n        \"marketplaceVisibility\": true,\n        \"vxcPermitted\": true,\n        \"vxcAutoApproval\": false,\n        \"createDate\": 1770942282308,\n        \"terminationDate\": null,\n        \"contractStartDate\": null,\n        \"contractTermMonths\": 36,\n        \"rateType\": \"MONTHLY\",\n        \"trialAgreement\": false,\n        \"payerCompanyId\": null,\n        \"nonPayerCompanyId\": null,\n        \"minimumSpeed\": null,\n        \"maximumSpeed\": null,\n        \"rateLimit\": 100000,\n        \"errorMessage\": null,\n        \"lagId\": null,\n        \"aggregationId\": null,\n        \"lagPrimary\": false,\n        \"costCentre\": \"12 months contract IX\",\n        \"publicGraph\": true,\n        \"market\": \"Australia\",\n        \"accountManager\": null,\n        \"promptUid\": null,\n        \"components\": [\n            {\n                \"description\": \"Megaport Lab Melbourne IX at mel-mdc   5G Networks MDC\",\n                \"jservice_id\": 276427,\n                \"nservice_id\": 811532,\n                \"resources\": [\n                    {\n                        \"auto_negotiation\": true,\n                        \"demarcation\": \"5G Networks MDC\\nLevel 15, 530 Collins Street, Melbourne\\nRack Com 10\\nType: Single-mode Fibre Pair\\nPorts: FTP18, ports 127+128\\n\",\n                        \"loa_template\": \"megaport\",\n                        \"media\": \"LR4\",\n                        \"port_speed\": 100000,\n                        \"resource_name\": \"interface\",\n                        \"resource_type\": \"interface\",\n                        \"shutdown\": false,\n                        \"up\": 1\n                    },\n                    {\n                        \"mac_address\": \"00:01:00:01:12:35\",\n                        \"rate_limit_mbps\": 100000,\n                        \"resource_name\": \"vpls_interface\",\n                        \"resource_type\": \"vpls_interface\",\n                        \"shutdown\": false,\n                        \"vlan\": 1013\n                    },\n                    {\n                        \"address\": \"103.26.71.141/24\",\n                        \"resource_name\": \"ipv4_address\",\n                        \"resource_type\": \"ip_address\",\n                        \"reverse_dns\": \"as6533.melbourne.megaport.com.\",\n                        \"version\": 4\n                    },\n                    {\n                        \"address\": \"2001:dea:0:30::8d/64\",\n                        \"resource_name\": \"ipv6_address\",\n                        \"resource_type\": \"ip_address\",\n                        \"reverse_dns\": \"as6533.melbourne.megaport.com.\",\n                        \"version\": 6\n                    },\n                    {\n                        \"as_set\": null,\n                        \"asn\": 6533,\n                        \"customer_asn\": 6533,\n                        \"customer_ip_address\": \"103.26.71.141/24\",\n                        \"isp_asn\": 58943,\n                        \"isp_ip_address\": \"103.26.71.1\",\n                        \"ix_peer_policy\": \"open\",\n                        \"max_prefixes\": 1000,\n                        \"password\": \"slowRep+ile94\",\n                        \"resource_name\": \"rs1_ipv4_bgp_connection\",\n                        \"resource_type\": \"bgp_connection\",\n                        \"up\": null\n                    },\n                    {\n                        \"as_set\": null,\n                        \"asn\": 6533,\n                        \"customer_asn\": 6533,\n                        \"customer_ip_address\": \"2001:dea:0:30::8d/64\",\n                        \"isp_asn\": 58943,\n                        \"isp_ip_address\": \"2001:dea:0:30::1\",\n                        \"ix_peer_policy\": \"open\",\n                        \"max_prefixes\": 500,\n                        \"password\": \"slowRep+ile94\",\n                        \"resource_name\": \"rs1_ipv6_bgp_connection\",\n                        \"resource_type\": \"bgp_connection\",\n                        \"up\": null\n                    },\n                    {\n                        \"as_set\": null,\n                        \"asn\": 6533,\n                        \"customer_asn\": 6533,\n                        \"customer_ip_address\": \"103.26.71.141/24\",\n                        \"isp_asn\": 58943,\n                        \"isp_ip_address\": \"103.26.71.2\",\n                        \"ix_peer_policy\": \"open\",\n                        \"max_prefixes\": 1000,\n                        \"password\": \"slowRep+ile94\",\n                        \"resource_name\": \"rs2_ipv4_bgp_connection\",\n                        \"resource_type\": \"bgp_connection\",\n                        \"up\": null\n                    },\n                    {\n                        \"as_set\": null,\n                        \"asn\": 6533,\n                        \"customer_asn\": 6533,\n                        \"customer_ip_address\": \"2001:dea:0:30::8d/64\",\n                        \"isp_asn\": 58943,\n                        \"isp_ip_address\": \"2001:dea:0:30::2\",\n                        \"ix_peer_policy\": \"open\",\n                        \"max_prefixes\": 500,\n                        \"password\": \"slowRep+ile94\",\n                        \"resource_name\": \"rs2_ipv6_bgp_connection\",\n                        \"resource_type\": \"bgp_connection\",\n                        \"up\": null\n                    }\n                ],\n                \"status\": \"Active\",\n                \"type\": \"Melbourne IX\",\n                \"up\": true\n            }\n        ],\n        \"attributes\": [],\n        \"aLocation\": \"mel-mdc\",\n        \"bLocation\": \"Melbourne IX\",\n        \"aMetro\": \"Melbourne\",\n        \"aCountry\": \"Australia\",\n        \"aLocationId\": 23,\n        \"bLocationId\": null,\n        \"bMetro\": null,\n        \"bCountry\": null,\n        \"attributeTags\": {},\n        \"createdBy\": \"f39b8983-256e-4643-adec-9f0b5da09ab7\",\n        \"buyoutPort\": null,\n        \"virtual\": false,\n        \"locked\": false,\n        \"adminLocked\": false,\n        \"bgpShutdownDefault\": false,\n        \"originDomain\": null,\n        \"id\": 276427,\n        \"billableProductType\": \"SERVICE\",\n        \"uid\": \"5c581582-4bb6-4aec-b04b-3e8b63085014\"\n    }\n}"},{"id":"454e6b52-219c-4813-9937-35b8437fd784","name":"Update IX - Reverse DNS","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"{\n\n    \"reverseDns\": \"as6533.charlotte.com\"\n\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v2/product/ix/91c58c2c-1385-449e-b68e-9178954ccd65"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 26 Oct 2023 04:06:45 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"3878"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"UOW","value":"6a4372a6-0169-4847-8bc8-68688a06d46f"},{"key":"Location","value":"http://localhost:8080/v2/product/91c58c2c-1385-449e-b68e-9178954ccd65"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"IX Service 177636 has been updated\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": {\n        \"serviceName\": \"GB IX\",\n        \"name\": \"GB IX\",\n        \"secondaryName\": null,\n        \"technicalServiceId\": 177636,\n        \"technicalServiceUid\": \"91c58c2c-1385-449e-b68e-9178954ccd65\",\n        \"requestedDate\": 1698292608995,\n        \"configuredDate\": 1698292618921,\n        \"currentEstimatedDelivery\": null,\n        \"companyName\": \"Megaport Lab\",\n        \"companyId\": 1153,\n        \"billingContactName\": null,\n        \"billingContactId\": null,\n        \"adminContactName\": null,\n        \"adminContactId\": null,\n        \"technicalContactName\": null,\n        \"technicalContactId\": null,\n        \"salesName\": null,\n        \"salesId\": null,\n        \"billableId\": 169477,\n        \"billableUsageAlgorithm\": null,\n        \"productType\": \"IX\",\n        \"provisioningStatus\": \"CONFIGURED\",\n        \"failedReason\": null,\n        \"inAdvanceBillingStatus\": null,\n        \"provisioningItems\": [],\n        \"tags\": [],\n        \"vxcDistanceBand\": \"INTERZONE\",\n        \"intercapPath\": null,\n        \"marketplaceVisibility\": true,\n        \"vxcPermitted\": true,\n        \"vxcAutoApproval\": false,\n        \"createDate\": 1698292608995,\n        \"terminationDate\": null,\n        \"contractStartDate\": null,\n        \"contractTermMonths\": 1,\n        \"rateType\": \"MONTHLY\",\n        \"trialAgreement\": false,\n        \"payerCompanyId\": null,\n        \"nonPayerCompanyId\": null,\n        \"minimumSpeed\": null,\n        \"maximumSpeed\": null,\n        \"rateLimit\": 500,\n        \"errorMessage\": null,\n        \"lagId\": null,\n        \"aggregationId\": null,\n        \"lagPrimary\": false,\n        \"publicGraph\": true,\n        \"market\": \"Australia\",\n        \"accountManager\": null,\n        \"promptUid\": null,\n        \"components\": [\n            {\n                \"description\": \"Megaport Lab Charlotte IX at mel-mdc   5GNetworks\",\n                \"jservice_id\": 177636,\n                \"nservice_id\": 470380,\n                \"resources\": [\n                    {\n                        \"auto_negotiation\": true,\n                        \"demarcation\": \"5GNetworks\\nLevel 15, 530 Collins Street, Melbourne\\nRack Com 10\\nType: Single-mode Fibre Pair\\nPorts: FTP 1693, ports 129+130\\nTermination: LCA connector\\n\",\n                        \"loa_template\": \"megaport\",\n                        \"media\": \"LR\",\n                        \"port_speed\": 10000,\n                        \"resource_name\": \"interface\",\n                        \"resource_type\": \"interface\",\n                        \"shutdown\": false,\n                        \"up\": 1\n                    },\n                    {\n                        \"mac_address\": \"00:01:00:01:12:34\",\n                        \"rate_limit_mbps\": 500,\n                        \"resource_name\": \"vpls_interface\",\n                        \"resource_type\": \"vpls_interface\",\n                        \"shutdown\": false,\n                        \"vlan\": 1144\n                    },\n                    {\n                        \"address\": \"206.53.169.7/26\",\n                        \"resource_name\": \"ipv4_address\",\n                        \"resource_type\": \"ip_address\",\n                        \"reverse_dns\": \"as6533.charlotte.com.\",\n                        \"version\": 4\n                    },\n                    {\n                        \"address\": \"2606:a980:0:6::7/64\",\n                        \"resource_name\": \"ipv6_address\",\n                        \"resource_type\": \"ip_address\",\n                        \"reverse_dns\": \"as6533.charlotte.com.\",\n                        \"version\": 6\n                    },\n                    {\n                        \"asn\": 6533,\n                        \"customer_asn\": 6533,\n                        \"customer_ip_address\": \"206.53.169.7/26\",\n                        \"isp_asn\": 64220,\n                        \"isp_ip_address\": \"206.53.169.1\",\n                        \"ix_peer_macro\": null,\n                        \"ix_peer_policy\": \"open\",\n                        \"max_prefixes\": 1000,\n                        \"password\": null,\n                        \"resource_name\": \"rs1_ipv4_bgp_connection\",\n                        \"resource_type\": \"bgp_connection\",\n                        \"up\": null\n                    },\n                    {\n                        \"asn\": 6533,\n                        \"customer_asn\": 6533,\n                        \"customer_ip_address\": \"2606:a980:0:6::7/64\",\n                        \"isp_asn\": 64220,\n                        \"isp_ip_address\": \"2606:a980:0:6::1\",\n                        \"ix_peer_macro\": null,\n                        \"ix_peer_policy\": \"open\",\n                        \"max_prefixes\": 100,\n                        \"password\": null,\n                        \"resource_name\": \"rs1_ipv6_bgp_connection\",\n                        \"resource_type\": \"bgp_connection\",\n                        \"up\": null\n                    },\n                    {\n                        \"asn\": 6533,\n                        \"customer_asn\": 6533,\n                        \"customer_ip_address\": \"206.53.169.7/26\",\n                        \"isp_asn\": 64220,\n                        \"isp_ip_address\": \"206.53.169.2\",\n                        \"ix_peer_macro\": null,\n                        \"ix_peer_policy\": \"open\",\n                        \"max_prefixes\": 1000,\n                        \"password\": null,\n                        \"resource_name\": \"rs2_ipv4_bgp_connection\",\n                        \"resource_type\": \"bgp_connection\",\n                        \"up\": null\n                    },\n                    {\n                        \"asn\": 6533,\n                        \"customer_asn\": 6533,\n                        \"customer_ip_address\": \"2606:a980:0:6::7/64\",\n                        \"isp_asn\": 64220,\n                        \"isp_ip_address\": \"2606:a980:0:6::2\",\n                        \"ix_peer_macro\": null,\n                        \"ix_peer_policy\": \"open\",\n                        \"max_prefixes\": 100,\n                        \"password\": null,\n                        \"resource_name\": \"rs2_ipv6_bgp_connection\",\n                        \"resource_type\": \"bgp_connection\",\n                        \"up\": null\n                    }\n                ],\n                \"status\": \"Active\",\n                \"type\": \"Charlotte IX\",\n                \"up\": true\n            }\n        ],\n        \"attributes\": [],\n        \"aLocation\": \"mel-mdc\",\n        \"bLocation\": \"Charlotte IX\",\n        \"aMetro\": \"Melbourne\",\n        \"aCountry\": \"Australia\",\n        \"aLocationId\": 23,\n        \"bLocationId\": null,\n        \"bMetro\": null,\n        \"bCountry\": null,\n        \"attributeTags\": {},\n        \"createdBy\": \"f39b8983-256e-4643-adec-9f0b5da09ab7\",\n        \"buyoutPort\": null,\n        \"virtual\": false,\n        \"locked\": false,\n        \"adminLocked\": false,\n        \"bgpShutdownDefault\": false,\n        \"originDomain\": null\n    }\n}"},{"id":"f579e8c8-0001-417f-a081-c8e4ba31c400","name":"Move IX","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"PORTBNE2 IX Ashburn\", \n    \"aEndProductUid\": \"0ee41f61-4f03-4281-8afe-77fcc949c804\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v2/product/ix/13c4185a-de6d-4124-8210-b29e64afdabd"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 24 Oct 2023 05:45:07 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"3937"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"UOW","value":"c3e8b723-f579-4eda-a713-9accebc769d5"},{"key":"Location","value":"http://localhost:8080/v2/product/13c4185a-de6d-4124-8210-b29e64afdabd"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"IX Service 177364 has been updated\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": {\n        \"serviceName\": \"PORTBNE2 IX Ashburn\",\n        \"name\": \"PORTBNE2 IX Ashburn\",\n        \"secondaryName\": null,\n        \"technicalServiceId\": 177364,\n        \"technicalServiceUid\": \"13c4185a-de6d-4124-8210-b29e64afdabd\",\n        \"requestedDate\": 1698125456477,\n        \"configuredDate\": 1698125476207,\n        \"currentEstimatedDelivery\": null,\n        \"companyName\": \"Megaport Lab\",\n        \"companyId\": 1153,\n        \"billingContactName\": null,\n        \"billingContactId\": null,\n        \"adminContactName\": null,\n        \"adminContactId\": null,\n        \"technicalContactName\": null,\n        \"technicalContactId\": null,\n        \"salesName\": null,\n        \"salesId\": null,\n        \"billableId\": 169206,\n        \"billableUsageAlgorithm\": null,\n        \"productType\": \"IX\",\n        \"provisioningStatus\": \"CONFIGURED\",\n        \"failedReason\": null,\n        \"inAdvanceBillingStatus\": null,\n        \"provisioningItems\": [],\n        \"tags\": [],\n        \"vxcDistanceBand\": \"INTERZONE\",\n        \"intercapPath\": null,\n        \"marketplaceVisibility\": true,\n        \"vxcPermitted\": true,\n        \"vxcAutoApproval\": false,\n        \"createDate\": 1698125456477,\n        \"terminationDate\": null,\n        \"contractStartDate\": null,\n        \"contractTermMonths\": 1,\n        \"rateType\": \"MONTHLY\",\n        \"trialAgreement\": false,\n        \"payerCompanyId\": null,\n        \"nonPayerCompanyId\": null,\n        \"minimumSpeed\": null,\n        \"maximumSpeed\": null,\n        \"rateLimit\": 10000,\n        \"errorMessage\": null,\n        \"lagId\": null,\n        \"aggregationId\": null,\n        \"lagPrimary\": false,\n        \"publicGraph\": true,\n        \"market\": \"Australia\",\n        \"accountManager\": null,\n        \"promptUid\": null,\n        \"components\": [\n            {\n                \"description\": \"Megaport Lab Ashburn IX at bne-nxt2  NextDC B2\",\n                \"jservice_id\": 177364,\n                \"nservice_id\": 469441,\n                \"resources\": [\n                    {\n                        \"auto_negotiation\": true,\n                        \"demarcation\": \"NextDC B2\\n454 Street Pauls Terrace, Fortitude Valley\\nRack B2-3A-13-07, RU 42, Slot B2 (LC)\\nType: Single-mode Fibre Pair\\nPorts: NXT-B2-3A-13-07-F42B2, ports 8 Tx+8 Rx\\n\",\n                        \"loa_template\": \"megaport\",\n                        \"media\": \"LR\",\n                        \"port_speed\": 10000,\n                        \"resource_name\": \"interface\",\n                        \"resource_type\": \"interface\",\n                        \"shutdown\": false,\n                        \"up\": 1\n                    },\n                    {\n                        \"mac_address\": \"00:01:00:01:12:34\",\n                        \"rate_limit_mbps\": 10000,\n                        \"resource_name\": \"vpls_interface\",\n                        \"resource_type\": \"vpls_interface\",\n                        \"shutdown\": false,\n                        \"vlan\": 90\n                    },\n                    {\n                        \"address\": \"206.53.170.36/24\",\n                        \"resource_name\": \"ipv4_address\",\n                        \"resource_type\": \"ip_address\",\n                        \"reverse_dns\": \"as6533.ashburn.megaport.com.\",\n                        \"version\": 4\n                    },\n                    {\n                        \"address\": \"2606:a980:0:3::24/64\",\n                        \"resource_name\": \"ipv6_address\",\n                        \"resource_type\": \"ip_address\",\n                        \"reverse_dns\": \"as6533.ashburn.megaport.com.\",\n                        \"version\": 6\n                    },\n                    {\n                        \"asn\": 6533,\n                        \"customer_asn\": 6533,\n                        \"customer_ip_address\": \"206.53.170.36/24\",\n                        \"isp_asn\": 64216,\n                        \"isp_ip_address\": \"206.53.170.1\",\n                        \"ix_peer_macro\": null,\n                        \"ix_peer_policy\": \"open\",\n                        \"max_prefixes\": 1000,\n                        \"password\": null,\n                        \"resource_name\": \"rs1_ipv4_bgp_connection\",\n                        \"resource_type\": \"bgp_connection\",\n                        \"up\": null\n                    },\n                    {\n                        \"asn\": 6533,\n                        \"customer_asn\": 6533,\n                        \"customer_ip_address\": \"2606:a980:0:3::24/64\",\n                        \"isp_asn\": 64216,\n                        \"isp_ip_address\": \"2606:a980:0:3::1\",\n                        \"ix_peer_macro\": null,\n                        \"ix_peer_policy\": \"open\",\n                        \"max_prefixes\": 100,\n                        \"password\": null,\n                        \"resource_name\": \"rs1_ipv6_bgp_connection\",\n                        \"resource_type\": \"bgp_connection\",\n                        \"up\": null\n                    },\n                    {\n                        \"asn\": 6533,\n                        \"customer_asn\": 6533,\n                        \"customer_ip_address\": \"206.53.170.36/24\",\n                        \"isp_asn\": 64216,\n                        \"isp_ip_address\": \"206.53.170.2\",\n                        \"ix_peer_macro\": null,\n                        \"ix_peer_policy\": \"open\",\n                        \"max_prefixes\": 1000,\n                        \"password\": null,\n                        \"resource_name\": \"rs2_ipv4_bgp_connection\",\n                        \"resource_type\": \"bgp_connection\",\n                        \"up\": null\n                    },\n                    {\n                        \"asn\": 6533,\n                        \"customer_asn\": 6533,\n                        \"customer_ip_address\": \"2606:a980:0:3::24/64\",\n                        \"isp_asn\": 64216,\n                        \"isp_ip_address\": \"2606:a980:0:3::2\",\n                        \"ix_peer_macro\": null,\n                        \"ix_peer_policy\": \"open\",\n                        \"max_prefixes\": 100,\n                        \"password\": null,\n                        \"resource_name\": \"rs2_ipv6_bgp_connection\",\n                        \"resource_type\": \"bgp_connection\",\n                        \"up\": null\n                    }\n                ],\n                \"status\": \"Active\",\n                \"type\": \"Ashburn IX\",\n                \"up\": true\n            }\n        ],\n        \"attributes\": [],\n        \"aLocation\": \"bne-nxt2\",\n        \"bLocation\": \"Ashburn IX\",\n        \"aMetro\": \"Brisbane\",\n        \"aCountry\": \"Australia\",\n        \"aLocationId\": 383,\n        \"bLocationId\": null,\n        \"bMetro\": null,\n        \"bCountry\": null,\n        \"attributeTags\": {},\n        \"createdBy\": \"2c2beb4a-53d0-47ed-9072-06f13a425502\",\n        \"buyoutPort\": null,\n        \"virtual\": false,\n        \"locked\": false,\n        \"adminLocked\": false,\n        \"bgpShutdownDefault\": false,\n        \"originDomain\": null\n    }\n}"},{"id":"7075da08-2fb5-461c-8049-4af6f3ada3b5","name":"Shut Down IX","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"{\n\n    \"shutdown\": true\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v2/product/ix/85e797b9-1837-4488-ad87-b41362928e07"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 13 Jul 2023 01:20:32 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"3787"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Set-Cookie","value":"JSESSIONID=7F0483DC283F81DD7C62F214D082E1EB; Path=/; HttpOnly"},{"key":"UOW","value":"34177ae8-b0fa-4d92-a675-68c5452308f0"},{"key":"Location","value":"http://localhost:8080/v2/product/85e797b9-1837-4488-ad87-b41362928e07"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"IX Service 166814 has been updated\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": {\n        \"serviceName\": \"GB IX\",\n        \"name\": \"GB IX\",\n        \"secondaryName\": null,\n        \"technicalServiceId\": 166814,\n        \"technicalServiceUid\": \"85e797b9-1837-4488-ad87-b41362928e07\",\n        \"requestedDate\": 1689210661032,\n        \"configuredDate\": 1689210963708,\n        \"currentEstimatedDelivery\": null,\n        \"companyName\": \"Megaport Lab\",\n        \"companyId\": 1153,\n        \"billingContactName\": null,\n        \"billingContactId\": null,\n        \"adminContactName\": null,\n        \"adminContactId\": null,\n        \"technicalContactName\": null,\n        \"technicalContactId\": null,\n        \"salesName\": null,\n        \"salesId\": null,\n        \"billableId\": 158711,\n        \"billableUsageAlgorithm\": null,\n        \"productType\": \"IX\",\n        \"provisioningStatus\": \"CONFIGURED\",\n        \"failedReason\": null,\n        \"inAdvanceBillingStatus\": null,\n        \"provisioningItems\": [],\n        \"tags\": [],\n        \"vxcDistanceBand\": \"INTERZONE\",\n        \"intercapPath\": null,\n        \"marketplaceVisibility\": true,\n        \"vxcPermitted\": true,\n        \"vxcAutoApproval\": false,\n        \"createDate\": 1689210661032,\n        \"terminationDate\": null,\n        \"contractStartDate\": null,\n        \"contractTermMonths\": 1,\n        \"rateType\": \"MONTHLY\",\n        \"trialAgreement\": false,\n        \"payerCompanyId\": null,\n        \"nonPayerCompanyId\": null,\n        \"minimumSpeed\": null,\n        \"maximumSpeed\": null,\n        \"rateLimit\": 500,\n        \"errorMessage\": null,\n        \"lagId\": null,\n        \"aggregationId\": null,\n        \"lagPrimary\": false,\n        \"publicGraph\": true,\n        \"market\": \"Australia\",\n        \"accountManager\": null,\n        \"promptUid\": null,\n        \"components\": [\n            {\n                \"description\": \"Megaport Lab Brisbane IX at mel-nn2   Equinix ME4\",\n                \"jservice_id\": 166814,\n                \"nservice_id\": 434902,\n                \"resources\": [\n                    {\n                        \"auto_negotiation\": true,\n                        \"demarcation\": \"Equinix ME4\\n2 Davis Court, Derrimut VIC\\nType: Single-mode Fibre Pair\\nPorts: PPP:0009-A:1166991, ports 21 Tx+21 Rx\\nTermination: LC connector\\n\",\n                        \"loa_template\": \"megaport\",\n                        \"media\": \"LR\",\n                        \"port_speed\": 10000,\n                        \"resource_name\": \"interface\",\n                        \"resource_type\": \"interface\",\n                        \"shutdown\": false,\n                        \"up\": 0\n                    },\n                    {\n                        \"mac_address\": \"3c:22:fb:80:74:9c\",\n                        \"rate_limit_mbps\": 500,\n                        \"resource_name\": \"vpls_interface\",\n                        \"resource_type\": \"vpls_interface\",\n                        \"shutdown\": false,\n                        \"vlan\": 3663\n                    },\n                    {\n                        \"address\": \"103.26.70.10/24\",\n                        \"resource_name\": \"ipv4_address\",\n                        \"resource_type\": \"ip_address\",\n                        \"reverse_dns\": \"as45.brisbane.megaport.com.\",\n                        \"version\": 4\n                    },\n                    {\n                        \"address\": \"2001:dea:0:20::a/64\",\n                        \"resource_name\": \"ipv6_address\",\n                        \"resource_type\": \"ip_address\",\n                        \"reverse_dns\": \"as45.brisbane.megaport.com.\",\n                        \"version\": 6\n                    },\n                    {\n                        \"asn\": 45,\n                        \"customer_asn\": 45,\n                        \"customer_ip_address\": \"103.26.70.10/24\",\n                        \"isp_asn\": 58942,\n                        \"isp_ip_address\": \"103.26.70.1\",\n                        \"ix_peer_macro\": null,\n                        \"ix_peer_policy\": \"open\",\n                        \"max_prefixes\": 1000,\n                        \"password\": null,\n                        \"resource_name\": \"rs1_ipv4_bgp_connection\",\n                        \"resource_type\": \"bgp_connection\",\n                        \"up\": null\n                    },\n                    {\n                        \"asn\": 45,\n                        \"customer_asn\": 45,\n                        \"customer_ip_address\": \"2001:dea:0:20::a/64\",\n                        \"isp_asn\": 58942,\n                        \"isp_ip_address\": \"2001:dea:0:20::1\",\n                        \"ix_peer_macro\": null,\n                        \"ix_peer_policy\": \"open\",\n                        \"max_prefixes\": 100,\n                        \"password\": null,\n                        \"resource_name\": \"rs1_ipv6_bgp_connection\",\n                        \"resource_type\": \"bgp_connection\",\n                        \"up\": null\n                    },\n                    {\n                        \"asn\": 45,\n                        \"customer_asn\": 45,\n                        \"customer_ip_address\": \"103.26.70.10/24\",\n                        \"isp_asn\": 58942,\n                        \"isp_ip_address\": \"103.26.70.2\",\n                        \"ix_peer_macro\": null,\n                        \"ix_peer_policy\": \"open\",\n                        \"max_prefixes\": 1000,\n                        \"password\": null,\n                        \"resource_name\": \"rs2_ipv4_bgp_connection\",\n                        \"resource_type\": \"bgp_connection\",\n                        \"up\": null\n                    },\n                    {\n                        \"asn\": 45,\n                        \"customer_asn\": 45,\n                        \"customer_ip_address\": \"2001:dea:0:20::a/64\",\n                        \"isp_asn\": 58942,\n                        \"isp_ip_address\": \"2001:dea:0:20::2\",\n                        \"ix_peer_macro\": null,\n                        \"ix_peer_policy\": \"open\",\n                        \"max_prefixes\": 100,\n                        \"password\": null,\n                        \"resource_name\": \"rs2_ipv6_bgp_connection\",\n                        \"resource_type\": \"bgp_connection\",\n                        \"up\": null\n                    }\n                ],\n                \"status\": \"Active\",\n                \"type\": \"Brisbane IX\",\n                \"up\": false\n            }\n        ],\n        \"attributes\": [],\n        \"aLocation\": \"mel-nn2\",\n        \"bLocation\": \"Brisbane IX\",\n        \"aLocationId\": 366,\n        \"bLocationId\": null,\n        \"attributeTags\": {},\n        \"createdBy\": \"f39b8983-256e-4643-adec-9f0b5da09ab7\",\n        \"buyoutPort\": null,\n        \"virtual\": false,\n        \"locked\": false,\n        \"adminLocked\": false,\n        \"bgpShutdownDefault\": false,\n        \"originDomain\": null\n    }\n}"},{"id":"17a35224-7fbe-4028-8fc1-e59b29564acb","name":"Re-enable IX","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"{\n\n    \"shutdown\": false\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v2/product/ix/85e797b9-1837-4488-ad87-b41362928e07"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 13 Jul 2023 01:22:34 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"3785"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"UOW","value":"941050c5-7d9d-4015-8d63-095d57b26ba5"},{"key":"Location","value":"http://localhost:8080/v2/product/85e797b9-1837-4488-ad87-b41362928e07"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"IX Service 166814 has been updated\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": {\n        \"serviceName\": \"GB IX\",\n        \"name\": \"GB IX\",\n        \"secondaryName\": null,\n        \"technicalServiceId\": 166814,\n        \"technicalServiceUid\": \"85e797b9-1837-4488-ad87-b41362928e07\",\n        \"requestedDate\": 1689210661032,\n        \"configuredDate\": 1689210963708,\n        \"currentEstimatedDelivery\": null,\n        \"companyName\": \"Megaport Lab\",\n        \"companyId\": 1153,\n        \"billingContactName\": null,\n        \"billingContactId\": null,\n        \"adminContactName\": null,\n        \"adminContactId\": null,\n        \"technicalContactName\": null,\n        \"technicalContactId\": null,\n        \"salesName\": null,\n        \"salesId\": null,\n        \"billableId\": 158711,\n        \"billableUsageAlgorithm\": null,\n        \"productType\": \"IX\",\n        \"provisioningStatus\": \"CONFIGURED\",\n        \"failedReason\": null,\n        \"inAdvanceBillingStatus\": null,\n        \"provisioningItems\": [],\n        \"tags\": [],\n        \"vxcDistanceBand\": \"INTERZONE\",\n        \"intercapPath\": null,\n        \"marketplaceVisibility\": true,\n        \"vxcPermitted\": true,\n        \"vxcAutoApproval\": false,\n        \"createDate\": 1689210661032,\n        \"terminationDate\": null,\n        \"contractStartDate\": null,\n        \"contractTermMonths\": 1,\n        \"rateType\": \"MONTHLY\",\n        \"trialAgreement\": false,\n        \"payerCompanyId\": null,\n        \"nonPayerCompanyId\": null,\n        \"minimumSpeed\": null,\n        \"maximumSpeed\": null,\n        \"rateLimit\": 500,\n        \"errorMessage\": null,\n        \"lagId\": null,\n        \"aggregationId\": null,\n        \"lagPrimary\": false,\n        \"publicGraph\": true,\n        \"market\": \"Australia\",\n        \"accountManager\": null,\n        \"promptUid\": null,\n        \"components\": [\n            {\n                \"description\": \"Megaport Lab Brisbane IX at mel-nn2   Equinix ME4\",\n                \"jservice_id\": 166814,\n                \"nservice_id\": 434902,\n                \"resources\": [\n                    {\n                        \"auto_negotiation\": true,\n                        \"demarcation\": \"Equinix ME4\\n2 Davis Court, Derrimut VIC\\nType: Single-mode Fibre Pair\\nPorts: PPP:0009-A:1166991, ports 21 Tx+21 Rx\\nTermination: LC connector\\n\",\n                        \"loa_template\": \"megaport\",\n                        \"media\": \"LR\",\n                        \"port_speed\": 10000,\n                        \"resource_name\": \"interface\",\n                        \"resource_type\": \"interface\",\n                        \"shutdown\": false,\n                        \"up\": 1\n                    },\n                    {\n                        \"mac_address\": \"3c:22:fb:80:74:9c\",\n                        \"rate_limit_mbps\": 500,\n                        \"resource_name\": \"vpls_interface\",\n                        \"resource_type\": \"vpls_interface\",\n                        \"shutdown\": true,\n                        \"vlan\": 3663\n                    },\n                    {\n                        \"address\": \"103.26.70.10/24\",\n                        \"resource_name\": \"ipv4_address\",\n                        \"resource_type\": \"ip_address\",\n                        \"reverse_dns\": \"as45.brisbane.megaport.com.\",\n                        \"version\": 4\n                    },\n                    {\n                        \"address\": \"2001:dea:0:20::a/64\",\n                        \"resource_name\": \"ipv6_address\",\n                        \"resource_type\": \"ip_address\",\n                        \"reverse_dns\": \"as45.brisbane.megaport.com.\",\n                        \"version\": 6\n                    },\n                    {\n                        \"asn\": 45,\n                        \"customer_asn\": 45,\n                        \"customer_ip_address\": \"103.26.70.10/24\",\n                        \"isp_asn\": 58942,\n                        \"isp_ip_address\": \"103.26.70.1\",\n                        \"ix_peer_macro\": null,\n                        \"ix_peer_policy\": \"open\",\n                        \"max_prefixes\": 1000,\n                        \"password\": null,\n                        \"resource_name\": \"rs1_ipv4_bgp_connection\",\n                        \"resource_type\": \"bgp_connection\",\n                        \"up\": null\n                    },\n                    {\n                        \"asn\": 45,\n                        \"customer_asn\": 45,\n                        \"customer_ip_address\": \"2001:dea:0:20::a/64\",\n                        \"isp_asn\": 58942,\n                        \"isp_ip_address\": \"2001:dea:0:20::1\",\n                        \"ix_peer_macro\": null,\n                        \"ix_peer_policy\": \"open\",\n                        \"max_prefixes\": 100,\n                        \"password\": null,\n                        \"resource_name\": \"rs1_ipv6_bgp_connection\",\n                        \"resource_type\": \"bgp_connection\",\n                        \"up\": null\n                    },\n                    {\n                        \"asn\": 45,\n                        \"customer_asn\": 45,\n                        \"customer_ip_address\": \"103.26.70.10/24\",\n                        \"isp_asn\": 58942,\n                        \"isp_ip_address\": \"103.26.70.2\",\n                        \"ix_peer_macro\": null,\n                        \"ix_peer_policy\": \"open\",\n                        \"max_prefixes\": 1000,\n                        \"password\": null,\n                        \"resource_name\": \"rs2_ipv4_bgp_connection\",\n                        \"resource_type\": \"bgp_connection\",\n                        \"up\": null\n                    },\n                    {\n                        \"asn\": 45,\n                        \"customer_asn\": 45,\n                        \"customer_ip_address\": \"2001:dea:0:20::a/64\",\n                        \"isp_asn\": 58942,\n                        \"isp_ip_address\": \"2001:dea:0:20::2\",\n                        \"ix_peer_macro\": null,\n                        \"ix_peer_policy\": \"open\",\n                        \"max_prefixes\": 100,\n                        \"password\": null,\n                        \"resource_name\": \"rs2_ipv6_bgp_connection\",\n                        \"resource_type\": \"bgp_connection\",\n                        \"up\": null\n                    }\n                ],\n                \"status\": \"Active\",\n                \"type\": \"Brisbane IX\",\n                \"up\": true\n            }\n        ],\n        \"attributes\": [],\n        \"aLocation\": \"mel-nn2\",\n        \"bLocation\": \"Brisbane IX\",\n        \"aLocationId\": 366,\n        \"bLocationId\": null,\n        \"attributeTags\": {},\n        \"createdBy\": \"f39b8983-256e-4643-adec-9f0b5da09ab7\",\n        \"buyoutPort\": null,\n        \"virtual\": false,\n        \"locked\": false,\n        \"adminLocked\": false,\n        \"bgpShutdownDefault\": false,\n        \"originDomain\": null\n    }\n}"}],"_postman_id":"6ae89dd9-e4bd-4fb5-8533-f8a4a0d02385"},{"name":"Delete IX (v3)","id":"7b3677f7-6155-496d-8462-961d4287731a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"{\n    \"cancellation_reason\": \"SERVICE_MOVED\",\n    \"cancellation_comment\": \"This IX has been deleted.\"\n   \n} "},"url":"{{baseUrl}}/v3/product/{productUid}/action/{action}","description":"<p>Deletes (terminates) the IX from your account by changing the provisioning status.</p>\n<p>The <code>productUid</code> is a required string that identifies the service by the unique product identifier.</p>\n<p>The <code>action</code> is a required string that indicates the change in the service. For IXs, the only accepted action is <code>CANCEL_NOW</code>. This stops the service on the IX immediately. Also, if you cancel a Port, any IXs attached to the Port are terminated with it.</p>\n<p><strong>Note:</strong> You can only update a product when its provisioning status is <code>CONFIGURED</code> or <code>LIVE</code>.</p>\n<p>For more information about the product lifecycle and provisioning status, see <a href=\"https://docs.megaport.com/api/monitoring/\">Monitoring Service Status with the API</a>.</p>\n<h4 id=\"cancellation-reasons\">Cancellation Reasons</h4>\n<p>You customize the Body of the request with the cancellation reason details for terminating a service. Specifying the reason for terminating a service will allow us to understand how we can improve your customer experience.</p>\n<p><strong>Note:</strong></p>\n<ul>\n<li><p><strong>Ordered in Error or Reordering</strong> (SERVICE_ORDERED_IN_ERROR) should be specified if you have upgraded or downgraded the service speed and re-ordered.</p>\n</li>\n<li><p><strong>Reason not Listed</strong> (OTHER) provides an optional free text field that allows you to specify a different reason to those listed. This field has a maximum of 400 characters.</p>\n</li>\n<li><p>You can also provide additional details in the free text field for any of the cancellation reasons.</p>\n</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attribute</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>cancellation_reason</code></td>\n<td>(Optional) The reason for deleting the service.  <br />These options are available:  <br /><code>MOVED_TO_CLOUD_NATIVE_SOL</code>  <br /><code>SERVICE_MOVED</code>  <br /><code>SERVICE_ORDERED_IN_ERROR</code>  <br /><code>PROOF_OF_CONCEPT</code>  <br /><code>PROJECT_ENDED</code>  <br /><code>SWITCHING_PROVIDER</code>  <br /><code>PRICING</code>  <br /><code>PRODUCT_PERFORMANCE</code>  <br /><code>OTHER</code></td>\n</tr>\n<tr>\n<td><code>cancellation_comment</code></td>\n<td>Specify free text (max. 400 characters) with an additional explanation for the reason the service was terminated.</td>\n</tr>\n</tbody>\n</table>\n</div><p>For more information, see <a href=\"https://docs.megaport.com/ix/terminating-an-ix/\">Terminating an IX</a>.</p>\n","urlObject":{"path":["v3","product","{productUid}","action","{action}"],"host":["{{baseUrl}}"],"query":[{"disabled":true,"description":{"content":"<p>Specify whether to delete the product safely. The product is deleted only if no active VXCs are associated with it. Otherwise, a 400 error response is returned. Applicable only for CANCEL and CANCEL_NOW lifecycle actions. (Optional)</p>\n","type":"text/plain"},"key":"safeDelete","value":"{boolean}"}],"variable":[]}},"response":[{"id":"20f107d5-a9c8-4ea3-be95-f36adf4409cd","name":"Delete IX With Cancellation Reason (v3)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"{\n    \"cancellation_reason\": \"SERVICE_MOVED\",\n    \"cancellation_comment\": \"This IX has been deleted.\"\n   \n} ","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/product/3af07097-c7f8-4590-bb96-4f9172ede274/action/CANCEL_NOW"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 11 Nov 2024 07:18:45 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"206"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Correlation-Id","value":"ffee6abeb25ff094db9c1e108982973d"},{"key":"X-Amzn-Trace-Id","value":"Root=1-6731afd5-32b04d3432a99bfa45140c3f"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Server-Timing","value":"app;dur=458"},{"key":"X-Xss-Protection","value":"1 ; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"trace-id","value":"ffee6abeb25ff094db9c1e108982973d"},{"key":"X-Robots-Tag","value":"noindex"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Action [CANCEL_NOW Service 3af07097-c7f8-4590-bb96-4f9172ede274] has been done.\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\"\n}"}],"_postman_id":"7b3677f7-6155-496d-8462-961d4287731a"}],"id":"af12b55d-b1e8-456a-9487-c65311878e67","description":"<p>Megaport owns and operates a series of Internet peering exchanges (IXs) in the majority of our global networks. IXs provide greater efficiency between networks and allow traffic to be exchanged directly, reducing latency and bandwidth usage on client Internet connections.</p>\n<p>For more information, see <a href=\"https://docs.megaport.com/ix/\">Internet Exchange Overview</a> in the Megaport documentation.</p>\n","_postman_id":"af12b55d-b1e8-456a-9487-c65311878e67"},{"name":"Megaport Marketplace","item":[{"name":"Get Marketplace Profile","id":"90b69c3b-7825-413d-9f02-51deb7d979e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v2/marketplace/profile","description":"<p>Returns the Megaport Marketplace profile of the current user's company.</p>\n<p>The details returned include company ID and name, email address, website, contact phone number, address, provider type, social media links, and any services that the company has created.</p>\n<p>For more information, see <a href=\"https://docs.megaport.com/marketplace/profile/\">Creating a Megaport Marketplace Profile</a>.</p>\n","urlObject":{"path":["v2","marketplace","profile"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"4fe30b94-e34f-4d13-9f93-277ae5ff66a5","name":"Get Marketplace Profile","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v2/marketplace/profile"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 27 May 2025 07:14:37 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"3745"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amzn-Trace-Id","value":"Root=1-6835665d-48abc588795499934e89ba41"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Server-Timing","value":"app;dur=68"},{"key":"ETag","value":"W/\"0248b9bfaca1e19517008552d0af08959\""},{"key":"X-Xss-Protection","value":"1 ; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"trace-id","value":"1d16a5cb1042e4b46b14a6b45c833876"},{"key":"content-encoding","value":"gzip"},{"key":"X-Robots-Tag","value":"noindex"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Marketplace company profile 160208ae-01e4-4cb9-8d57-03a197bd47a8 retrieved\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": {\n        \"active\": false,\n        \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n        \"companyId\": 1153,\n        \"email\": \"miwa.fujii@sink.megaport.com\",\n        \"www\": \"http://bit.ly/4aMxXNE\",\n        \"phone\": \"+61 7 12342234\",\n        \"image\": \"true\",\n        \"providerTypes\": [\n            {\n                \"description\": \"Artificial Intelligence\",\n                \"id\": 10\n            },\n            {\n                \"description\": \"AI Exchange (AIx)\",\n                \"id\": 11\n            }\n        ],\n        \"facebook\": null,\n        \"twitter\": null,\n        \"googleplus\": null,\n        \"linkedin\": null,\n        \"street1\": \"\",\n        \"street2\": \"\",\n        \"city\": \"Brisbane\",\n        \"state\": \"QLD\",\n        \"country\": \"Australia\",\n        \"postcode\": \"\",\n        \"companyBio\": \"We've built a better way for networks and cloud to interconnect. Our planet-scale network is your Mission Control for 100Gbps connectivity globally: on-demand, contract-free, and online in a flash.\\n\\nhttps://docs.google.com/forms/d/e/1FAIpQLSfWIkR-UB-sjrn_7sg8o_j1O6HZKrRgHIfH4js_9xGOM5-LHg/viewform?usp=header\\n\\nMegaport partners with the world’s leading enterprises, global service providers, data center operators, systems integrators, and managed services companies. Get access to a global network underlay that will take you wherever you want to go, however you want to get there.\",\n        \"services\": {\n            \"efbebc29-aa4d-49aa-96bf-a9db2a1f3308\": {\n                \"title\": \"10G Port Markley\",\n                \"description\": null,\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"22111773-cfcb-4998-bf51-927f2e0d46e4\": {\n                \"title\": \"advanced_platform_eng_sd_1\",\n                \"description\": \"advanced_platform_eng_sd_1\",\n                \"contactEmail\": \"miwa.fujii@sink.megaport.com\",\n                \"serviceTypes\": [\n                    {\n                        \"description\": \"GPU-as-a-Service (GPUaaS)\",\n                        \"id\": 49\n                    }\n                ],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"b6e0ee6d-8eb1-43c5-b32f-3ca3f701f4fc\": {\n                \"title\": \"advanced_platform_eng_sd_2\",\n                \"description\": \"advanced_platform_eng_sd_2\",\n                \"contactEmail\": \"miwa.fujii@sink.megaport.com\",\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"b419066e-dd25-42ba-afb9-de55122c7d44\": {\n                \"title\": \"APE - OGMR Transit\",\n                \"description\": \"APE - OGMR Transit\",\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"63a98839-1754-4d55-9b2d-e0ed28d457e0\": {\n                \"title\": \"AtTokyo Data Centre - Alpha Route @ Tokyo - MEGAPORT\",\n                \"description\": \"AtTokyo Data Centre - Alpha Route @ Tokyo - MEGAPORT\",\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"8c017c43-4a66-41eb-88ca-1f3a4cefe10b\": {\n                \"title\": \"Aurelian\",\n                \"description\": null,\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"f169188b-52ed-415c-a81e-12bcd8f48578\": {\n                \"title\": \"Aurelian\",\n                \"description\": null,\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"b649ae5b-57fb-47e2-b0f4-a4ab36789dcc\": {\n                \"title\": \"CC TEST\",\n                \"description\": null,\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"3905bda6-c56a-4df2-8200-9874d761594c\": {\n                \"title\": \"chidoshawnbisi\",\n                \"description\": null,\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"9e1aac25-fc23-455f-b78e-7f18a27d03da\": {\n                \"title\": \"DP TEST\",\n                \"description\": null,\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"7f5d2d9d-5731-463d-9582-54fac2acd483\": {\n                \"title\": \"Equinix OS1 @ Osaka - MCR2\",\n                \"description\": null,\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"9dea55b6-3823-4596-a53e-8009f85019d5\": {\n                \"title\": \"ESD-100G-Port-to-protoklustr-4\",\n                \"description\": null,\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"baeb92d0-a519-425f-8b25-f2efbfb31f26\": {\n                \"title\": \"ESD-100G-Port-to-protoklustr-5\",\n                \"description\": null,\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"abf40019-2e78-4a55-a4f7-8f974db94c49\": {\n                \"title\": \"fgt-ha1\",\n                \"description\": \"fgt-ha1\",\n                \"contactEmail\": \"miwa.fujii@sink.megaport.com\",\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"0ecdb66e-9c9f-46be-b10e-761e3dbda38a\": {\n                \"title\": \"fgt-ha2\",\n                \"description\": \"fgt-ha2\",\n                \"contactEmail\": \"miwa.fujii@sink.megaport.com\",\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"7bc472f8-f381-43bf-a0d7-6f28a9a1d13f\": {\n                \"title\": \"ft-kpi-mve\",\n                \"description\": null,\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"2e53d3b4-4643-431b-b250-50818d325f81\": {\n                \"title\": \"Geneva_Watchtower\",\n                \"description\": \"Geneva_Watchtower\",\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"ddb8c864-afdb-402f-9de0-01cf511ef210\": {\n                \"title\": \"HUB_APAC_Singapore\",\n                \"description\": null,\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"37268ebc-e1b1-4f0c-8ad9-0e951c8b5e66\": {\n                \"title\": \"HUB_EUROPE_Frankfurt\",\n                \"description\": null,\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"1441efaf-6205-4445-bda5-74f0ed9924d6\": {\n                \"title\": \"IPSecTest\",\n                \"description\": null,\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"b226753c-f453-49bc-9363-48872bce757e\": {\n                \"title\": \"IPSecTestMVE2\",\n                \"description\": null,\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"a69c48c6-e66c-491b-9cd9-581febaedbdc\": {\n                \"title\": \"IPsecTestMVE3\",\n                \"description\": null,\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"6a711e5c-030a-40f0-91e7-00d4fb3f0c2d\": {\n                \"title\": \"IPsecTestMVE4\",\n                \"description\": null,\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"26978eb6-1b8e-40b3-98a3-997ff70740bb\": {\n                \"title\": \"jerome.stanly-routing-mcr-intro-mcr-mel\",\n                \"description\": null,\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"e7f60c5e-491f-4495-9f81-8b4be3881f7d\": {\n                \"title\": \"jerome.stanly-routing-mcr-intro-mcr-syd\",\n                \"description\": null,\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"949ae46c-2386-4fee-a897-03f41ef34f56\": {\n                \"title\": \"KB Demo - Port - Plan B\",\n                \"description\": null,\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"0e65a351-ada0-43cb-8568-4e56669149cd\": {\n                \"title\": \"KD-AWS-Hyperforce test ***DO NOT DELETE***\",\n                \"description\": null,\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"82d6be81-6ee3-4ea2-b5d2-a26cfabc0bdf\": {\n                \"title\": \"kd-demo-ams\",\n                \"description\": \"kd-demo-ams\",\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"6f2b2133-46a1-4b74-b8e1-52985cd7e15a\": {\n                \"title\": \"kd-hyperforce-test-0516\",\n                \"description\": null,\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"891b30d1-9d6d-4536-8806-410b8ae8a01b\": {\n                \"title\": \"LIONEL-test-MACIF GS/CSP #2\",\n                \"description\": null,\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"2d32935c-2f13-42ec-844d-c31e567d5265\": {\n                \"title\": \"LIONEL-test-MACIF PA2/SPM\",\n                \"description\": null,\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"d93ba751-38b5-408e-bfde-9712e45d027e\": {\n                \"title\": \"LIONEL-test-MACIF PAR5/SPM\",\n                \"description\": null,\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"3a0a6160-5f0b-4676-869f-814e2fd733ab\": {\n                \"title\": \"LIONEL-test-MACIF-GS #1 CSP\",\n                \"description\": null,\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"443462a8-ee11-4d9a-b472-a6f6699bd37b\": {\n                \"title\": \"Megaport Lab at NextDC B2\",\n                \"description\": null,\n                \"contactEmail\": \"networks@megaport.com\",\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"7afd3e2e-635f-41a6-818b-d8a07fafec45\": {\n                \"title\": \"Megaport MVE Example - Promethius (a)\",\n                \"description\": \"Megaport MVE Example - Promethius (a)\",\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"5709a8c3-375a-4d71-8663-85681dc830a3\": {\n                \"title\": \"Megaport MVE Example - Promethius (b)\",\n                \"description\": \"Megaport MVE Example - Promethius (b)\",\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"29cbf853-ed3e-40c0-afdc-c7ba137d522e\": {\n                \"title\": \"Metro_Assessment\",\n                \"description\": \"Metro_Assessment\",\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"cb9f226d-296f-4e53-a954-46d45754e018\": {\n                \"title\": \"mgw-tst-mve-c8kv-mel\",\n                \"description\": null,\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"42233ba9-7f10-47f6-bfd3-5fd9f3da0434\": {\n                \"title\": \"Minneapolis 10G Port\",\n                \"description\": null,\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"bf8e696d-40cf-4f6e-999c-6b55e93e7f3e\": {\n                \"title\": \"mtl-4dg test portnss\",\n                \"description\": \"mtl-4dg test portnss\",\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"9251fcd1-e2e8-4f37-9ff5-86a4789fa102\": {\n                \"title\": \"MVE C8000 - OpsEng (LAN DHCP vlan 100-123)\",\n                \"description\": \"MVE C8000 - OpsEng (LAN DHCP vlan 100-123)\",\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"d88814cc-84ce-4814-a1af-61749cbd024d\": {\n                \"title\": \"MVE | NSS2-36235 | las-sw7 | las-sw7 < > nyc-tx3 | NSS Smokeping\",\n                \"description\": \"MVE | NSS2-36235 | las-sw7 | las-sw7 < > nyc-tx3 | NSS Smokeping\",\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"3e986dbe-ed15-41f8-bf39-770213fee786\": {\n                \"title\": \"MVE | NSS2-36235 | nyc-tx3  | las-sw7 < > nyc-tx3 | NSS Smokeping\",\n                \"description\": \"MVE | NSS2-36235 | nyc-tx3  | las-sw7 < > nyc-tx3 | NSS Smokeping\",\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"52d0b6f9-b1a9-41d1-ac7b-f9b54c6f8390\": {\n                \"title\": \"MVE | Smokep | NSS2-39941 | nyc-tx1 <> mia-vzn\",\n                \"description\": null,\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"ebdba1e7-5748-45b6-9eb9-2732622dcb23\": {\n                \"title\": \"MVE-B | NSS2-39941 | nyc-tx1 <> mia-vzn\",\n                \"description\": null,\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"a6b67c1f-1288-4f97-87b8-2849abdf139f\": {\n                \"title\": \"mve-demo-cisco-c8kv-tko-01\",\n                \"description\": null,\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"85e2b722-4063-4472-b03b-cd1bfa17c3a5\": {\n                \"title\": \"Neteng SD-WAN SJC PoC Guest Port Eth1-1-3\",\n                \"description\": \"Neteng SD-WAN SJC PoC Guest Port Eth1-1-3\",\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"dd73ffb5-d5fe-4c0d-9304-a06d4979beba\": {\n                \"title\": \"NextDC P1 @ Perth - 6WIND MVE\",\n                \"description\": null,\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"0985548d-6774-44c9-b418-342f5dabcfeb\": {\n                \"title\": \"NLo_LAB_1\",\n                \"description\": null,\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"65629cac-316b-416b-9063-1f6f6811cc13\": {\n                \"title\": \"NLo_Lab_2\",\n                \"description\": null,\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"8d5a9c38-5a14-4c56-9697-ba054f9cf7af\": {\n                \"title\": \"OnPrem\",\n                \"description\": null,\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"cfcb37c8-3143-49d0-a1fd-4c284aa3d82e\": {\n                \"title\": \"OPS-6065\",\n                \"description\": \"OPS-6065\",\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"3bedcac9-6c7f-4fd3-a865-c0d8ff544a24\": {\n                \"title\": \"Perth_Watchtower\",\n                \"description\": \"Perth_Watchtower\",\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"495ec633-853f-4eff-9819-9d11879179ba\": {\n                \"title\": \"Port 1\",\n                \"description\": null,\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"fb8f5565-5196-47df-b5be-69807700f6cd\": {\n                \"title\": \"Port2\",\n                \"description\": null,\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"78e190fd-77ae-4034-bdb4-7397772f9024\": {\n                \"title\": \"qbc-4dg\",\n                \"description\": \"qbc-4dg\",\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"d2c6fc18-a561-40d0-963b-b361c3113360\": {\n                \"title\": \"RT_Test\",\n                \"description\": null,\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"6abdeca4-6d88-478f-abb1-3024db7f47f6\": {\n                \"title\": \"SALAB ATTOKYO\",\n                \"description\": \"SALAB ATTOKYO\",\n                \"contactEmail\": \"miwa.fujii@sink.megaport.com\",\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"8740f152-cba2-4dd1-a8a9-888ba9936e3f\": {\n                \"title\": \"SG_SA_Router_DO_NOT_DELETE\",\n                \"description\": \"SG_SA_Router_DO_NOT_DELETE\",\n                \"contactEmail\": \"miwa.fujii@sink.megaport.com\",\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"513e3cc4-9527-49d3-8cbb-4ad573df5fe7\": {\n                \"title\": \"sjc-tx2-vr-4 Guest Production Port Eth1-1 / Eth1-1\",\n                \"description\": \"sjc-tx2-vr-4 Guest Production Port Eth1-1 / Eth1-1\",\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"e6bcfb5c-598b-41d6-bd4d-373368e93575\": {\n                \"title\": \"STu High Capacity Test - Please Do Not Delete\",\n                \"description\": \"STu High Capacity Test - Please Do Not Delete\",\n                \"contactEmail\": \"miwa.fujii@sink.megaport.com\",\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"33d51bfe-b7c4-4cb9-8faa-e0c494461773\": {\n                \"title\": \"STu High Capacity Test - Please Do Not Delete\",\n                \"description\": \"STu High Capacity Test - Please Do Not Delete\",\n                \"contactEmail\": \"miwa.fujii@sink.megaport.com\",\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"bed6bd44-bcac-47ee-b323-627c218a5107\": {\n                \"title\": \"STu-C8kv_PLEASE_DO_NOT_DELETE\",\n                \"description\": \"STu-C8kv_PLEASE_DO_NOT_DELETE\",\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"ba56fb09-e814-42b5-9658-554ee37fb52f\": {\n                \"title\": \"Test 1 \",\n                \"description\": null,\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"c3fe9924-d0d9-4ddf-91c4-32a509fe14b0\": {\n                \"title\": \"test ip\",\n                \"description\": null,\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"084d3c53-3079-4128-9779-c1de9b2482ed\": {\n                \"title\": \"Test SB\",\n                \"description\": null,\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"e5b0ba00-cf60-4269-b2b2-47b37a72115a\": {\n                \"title\": \"Westin Bldg 10g port Vince Demo\",\n                \"description\": null,\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            }\n        },\n        \"companyName\": \"Megaport Lab\"\n    }\n}"}],"_postman_id":"90b69c3b-7825-413d-9f02-51deb7d979e1"},{"name":"Update Marketplace Profile","id":"73f9c3b3-92bf-41b3-8232-89927a7a24c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"{\n  \"active\": false,\n        \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n        \"companyId\": 1153,\n        \"email\": \"miwa.fujii@sink.megaport.com\",\n        \"www\": \"http://bit.ly/4aMxXNE\",\n        \"phone\": \"+61 7 12342234\",\n        \"image\": \"true\",\n        \"providerTypes\": [\n            {\n                \"description\": \"Artificial Intelligence\",\n                \"id\": 10\n            },\n            {\n                \"description\": \"AI Exchange (AIx)\",\n                \"id\": 11\n            }\n        ],\n        \"facebook\": null,\n        \"twitter\": null,\n        \"googleplus\": null,\n        \"linkedin\": null,\n        \"street1\": \"\",\n        \"street2\": \"\",\n        \"city\": \"Brisbane\",\n        \"state\": \"QLD\",\n        \"country\": \"Australia\",\n        \"postcode\": \"\",\n        \"companyBio\": \"We've built a better way for networks and cloud to interconnect. Our planet-scale network is your Mission Control for 100Gbps connectivity globally: on-demand, contract-free, and online in a flash.\\n\\nhttps://docs.google.com/forms/d/e/1FAIpQLSfWIkR-UB-sjrn_7sg8o_j1O6HZKrRgHIfH4js_9xGOM5-LHg/viewform?usp=header\\n\\nMegaport partners with the world’s leading enterprises, global service providers, data center operators, systems integrators, and managed services companies. Get access to a global network underlay that will take you wherever you want to go, however you want to get there.\",\n        \"services\": {\n            \"efbebc29-aa4d-49aa-96bf-a9db2a1f3308\": {\n                \"title\": \"10G Port Markley\",\n                \"description\": null,\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v2/marketplace/profile","description":"<p>Creates or updates the Megaport Marketplace profile for the current user's company.</p>\n<p>The changes are defined in the Body of the request. Only include the parameters that you want to create or update. For a marketplace profile, you can define the following parameters:</p>\n<ul>\n<li><p><code>active</code> - (Required - boolean) Whether the company profile is displayed in the Megaport Marketplace.</p>\n</li>\n<li><p><code>companyUid</code> - (String) Company UUID.</p>\n</li>\n<li><p><code>email</code> - (Required - string) Contact email address for company marketplace information.</p>\n</li>\n<li><p><code>www</code> - (Required - string) URL of the company web site.</p>\n</li>\n<li><p><code>phone</code> - (Required - string) Company contact phone number for the marketplace profile.</p>\n</li>\n<li><p><code>providerTypes</code> - Array of objects (Root Type for MarketplaceProviderType). Provider types available from the company. The array consists of a description (Required) and a ServiceTypes array. For more information, see <strong>GET Marketplace Provider Type</strong>.</p>\n</li>\n<li><p><code>facebook</code> - (String) URL of company Facebook page.</p>\n</li>\n<li><p><code>twitter</code> - (String) URL of company Twitter/X profile.</p>\n</li>\n<li><p><code>googleplus</code> - (String) URL of company Google+ page.</p>\n</li>\n<li><p><code>linkedin</code> - (String) URL of company LinkedIn page.</p>\n</li>\n<li><p><code>street1</code> - (String) Company address street line 1.</p>\n</li>\n<li><p><code>street2</code> - (String) Company address street line 2.</p>\n</li>\n<li><p><code>city</code> - (String) Company location information to display in the Megaport Marketplace.</p>\n</li>\n<li><p><code>state</code> - (String) Company address state.</p>\n</li>\n<li><p><code>country</code> - (String) Company country location information.</p>\n</li>\n<li><p><code>postcode</code> - (String) Company postcode.</p>\n</li>\n<li><p><code>companyBio</code> - (String - required). Company information to display in the Megaport Marketplace.</p>\n</li>\n<li><p><code>services</code> - (Object - required) (Root Type for map). Services for the company. For more information, see <strong>GET Marketplace Provider Type</strong>.</p>\n</li>\n</ul>\n<p>Note you cannot change the company name because it comes from your company account name.</p>\n","urlObject":{"path":["v2","marketplace","profile"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"c1d4049c-dd9d-43fd-aa27-7c343df3f94c","name":"Update Marketplace Profile","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"{\n  \"active\": false,\n        \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n        \"companyId\": 1153,\n        \"email\": \"miwa.fujii@sink.megaport.com\",\n        \"www\": \"http://bit.ly/4aMxXNE\",\n        \"phone\": \"+61 7 12342234\",\n        \"image\": \"true\",\n        \"providerTypes\": [\n            {\n                \"description\": \"Artificial Intelligence\",\n                \"id\": 10\n            },\n            {\n                \"description\": \"AI Exchange (AIx)\",\n                \"id\": 11\n            }\n        ],\n        \"facebook\": null,\n        \"twitter\": null,\n        \"googleplus\": null,\n        \"linkedin\": null,\n        \"street1\": \"\",\n        \"street2\": \"\",\n        \"city\": \"Brisbane\",\n        \"state\": \"QLD\",\n        \"country\": \"Australia\",\n        \"postcode\": \"\",\n        \"companyBio\": \"We've built a better way for networks and cloud to interconnect. Our planet-scale network is your Mission Control for 100Gbps connectivity globally: on-demand, contract-free, and online in a flash.\\n\\nhttps://docs.google.com/forms/d/e/1FAIpQLSfWIkR-UB-sjrn_7sg8o_j1O6HZKrRgHIfH4js_9xGOM5-LHg/viewform?usp=header\\n\\nMegaport partners with the world’s leading enterprises, global service providers, data center operators, systems integrators, and managed services companies. Get access to a global network underlay that will take you wherever you want to go, however you want to get there.\",\n        \"services\": {\n            \"efbebc29-aa4d-49aa-96bf-a9db2a1f3308\": {\n                \"title\": \"10G Port Markley\",\n                \"description\": null,\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n    }\n  }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v2/marketplace/profile"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 27 May 2025 07:11:23 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"3739"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amzn-Trace-Id","value":"Root=1-6835659b-5f58b76018f91dac5fbf6d7a"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Server-Timing","value":"app;dur=285"},{"key":"X-Xss-Protection","value":"1 ; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"trace-id","value":"04cf19455c1655dd93fbe447ac4cd723"},{"key":"content-encoding","value":"gzip"},{"key":"X-Robots-Tag","value":"noindex"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Marketplace company profile for company 160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": {\n        \"active\": false,\n        \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n        \"companyId\": 1153,\n        \"email\": \"miwa.fujii@sink.megaport.com\",\n        \"www\": \"http://bit.ly/4aMxXNE\",\n        \"phone\": \"+61 7 12342234\",\n        \"image\": \"true\",\n        \"providerTypes\": [\n            {\n                \"description\": \"Artificial Intelligence\",\n                \"id\": 10\n            },\n            {\n                \"description\": \"AI Exchange (AIx)\",\n                \"id\": 11\n            }\n        ],\n        \"facebook\": null,\n        \"twitter\": null,\n        \"googleplus\": null,\n        \"linkedin\": null,\n        \"street1\": \"\",\n        \"street2\": \"\",\n        \"city\": \"Brisbane\",\n        \"state\": \"QLD\",\n        \"country\": \"Australia\",\n        \"postcode\": \"\",\n        \"companyBio\": \"We've built a better way for networks and cloud to interconnect. Our planet-scale network is your Mission Control for 100Gbps connectivity globally: on-demand, contract-free, and online in a flash.\\n\\nhttps://docs.google.com/forms/d/e/1FAIpQLSfWIkR-UB-sjrn_7sg8o_j1O6HZKrRgHIfH4js_9xGOM5-LHg/viewform?usp=header\\n\\nMegaport partners with the world’s leading enterprises, global service providers, data center operators, systems integrators, and managed services companies. Get access to a global network underlay that will take you wherever you want to go, however you want to get there.\",\n        \"services\": {\n            \"efbebc29-aa4d-49aa-96bf-a9db2a1f3308\": {\n                \"title\": \"10G Port Markley\",\n                \"description\": null,\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"22111773-cfcb-4998-bf51-927f2e0d46e4\": {\n                \"title\": \"advanced_platform_eng_sd_1\",\n                \"description\": \"advanced_platform_eng_sd_1\",\n                \"contactEmail\": \"miwa.fujii@sink.megaport.com\",\n                \"serviceTypes\": [\n                    {\n                        \"description\": \"GPU-as-a-Service (GPUaaS)\",\n                        \"id\": 49\n                    }\n                ],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"b6e0ee6d-8eb1-43c5-b32f-3ca3f701f4fc\": {\n                \"title\": \"advanced_platform_eng_sd_2\",\n                \"description\": \"advanced_platform_eng_sd_2\",\n                \"contactEmail\": \"miwa.fujii@sink.megaport.com\",\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"b419066e-dd25-42ba-afb9-de55122c7d44\": {\n                \"title\": \"APE - OGMR Transit\",\n                \"description\": \"APE - OGMR Transit\",\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"63a98839-1754-4d55-9b2d-e0ed28d457e0\": {\n                \"title\": \"AtTokyo Data Centre - Alpha Route @ Tokyo - MEGAPORT\",\n                \"description\": \"AtTokyo Data Centre - Alpha Route @ Tokyo - MEGAPORT\",\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"8c017c43-4a66-41eb-88ca-1f3a4cefe10b\": {\n                \"title\": \"Aurelian\",\n                \"description\": null,\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"f169188b-52ed-415c-a81e-12bcd8f48578\": {\n                \"title\": \"Aurelian\",\n                \"description\": null,\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"b649ae5b-57fb-47e2-b0f4-a4ab36789dcc\": {\n                \"title\": \"CC TEST\",\n                \"description\": null,\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"3905bda6-c56a-4df2-8200-9874d761594c\": {\n                \"title\": \"chidoshawnbisi\",\n                \"description\": null,\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"9e1aac25-fc23-455f-b78e-7f18a27d03da\": {\n                \"title\": \"DP TEST\",\n                \"description\": null,\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"7f5d2d9d-5731-463d-9582-54fac2acd483\": {\n                \"title\": \"Equinix OS1 @ Osaka - MCR2\",\n                \"description\": null,\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"9dea55b6-3823-4596-a53e-8009f85019d5\": {\n                \"title\": \"ESD-100G-Port-to-protoklustr-4\",\n                \"description\": null,\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"baeb92d0-a519-425f-8b25-f2efbfb31f26\": {\n                \"title\": \"ESD-100G-Port-to-protoklustr-5\",\n                \"description\": null,\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"abf40019-2e78-4a55-a4f7-8f974db94c49\": {\n                \"title\": \"fgt-ha1\",\n                \"description\": \"fgt-ha1\",\n                \"contactEmail\": \"miwa.fujii@sink.megaport.com\",\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"0ecdb66e-9c9f-46be-b10e-761e3dbda38a\": {\n                \"title\": \"fgt-ha2\",\n                \"description\": \"fgt-ha2\",\n                \"contactEmail\": \"miwa.fujii@sink.megaport.com\",\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"7bc472f8-f381-43bf-a0d7-6f28a9a1d13f\": {\n                \"title\": \"ft-kpi-mve\",\n                \"description\": null,\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"2e53d3b4-4643-431b-b250-50818d325f81\": {\n                \"title\": \"Geneva_Watchtower\",\n                \"description\": \"Geneva_Watchtower\",\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"ddb8c864-afdb-402f-9de0-01cf511ef210\": {\n                \"title\": \"HUB_APAC_Singapore\",\n                \"description\": null,\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"37268ebc-e1b1-4f0c-8ad9-0e951c8b5e66\": {\n                \"title\": \"HUB_EUROPE_Frankfurt\",\n                \"description\": null,\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"1441efaf-6205-4445-bda5-74f0ed9924d6\": {\n                \"title\": \"IPSecTest\",\n                \"description\": null,\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"b226753c-f453-49bc-9363-48872bce757e\": {\n                \"title\": \"IPSecTestMVE2\",\n                \"description\": null,\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"a69c48c6-e66c-491b-9cd9-581febaedbdc\": {\n                \"title\": \"IPsecTestMVE3\",\n                \"description\": null,\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"6a711e5c-030a-40f0-91e7-00d4fb3f0c2d\": {\n                \"title\": \"IPsecTestMVE4\",\n                \"description\": null,\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"26978eb6-1b8e-40b3-98a3-997ff70740bb\": {\n                \"title\": \"jerome.stanly-routing-mcr-intro-mcr-mel\",\n                \"description\": null,\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"e7f60c5e-491f-4495-9f81-8b4be3881f7d\": {\n                \"title\": \"jerome.stanly-routing-mcr-intro-mcr-syd\",\n                \"description\": null,\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"949ae46c-2386-4fee-a897-03f41ef34f56\": {\n                \"title\": \"KB Demo - Port - Plan B\",\n                \"description\": null,\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"0e65a351-ada0-43cb-8568-4e56669149cd\": {\n                \"title\": \"KD-AWS-Hyperforce test ***DO NOT DELETE***\",\n                \"description\": null,\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"82d6be81-6ee3-4ea2-b5d2-a26cfabc0bdf\": {\n                \"title\": \"kd-demo-ams\",\n                \"description\": \"kd-demo-ams\",\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"6f2b2133-46a1-4b74-b8e1-52985cd7e15a\": {\n                \"title\": \"kd-hyperforce-test-0516\",\n                \"description\": null,\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"891b30d1-9d6d-4536-8806-410b8ae8a01b\": {\n                \"title\": \"LIONEL-test-MACIF GS/CSP #2\",\n                \"description\": null,\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"2d32935c-2f13-42ec-844d-c31e567d5265\": {\n                \"title\": \"LIONEL-test-MACIF PA2/SPM\",\n                \"description\": null,\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"d93ba751-38b5-408e-bfde-9712e45d027e\": {\n                \"title\": \"LIONEL-test-MACIF PAR5/SPM\",\n                \"description\": null,\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"3a0a6160-5f0b-4676-869f-814e2fd733ab\": {\n                \"title\": \"LIONEL-test-MACIF-GS #1 CSP\",\n                \"description\": null,\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"443462a8-ee11-4d9a-b472-a6f6699bd37b\": {\n                \"title\": \"Megaport Lab at NextDC B2\",\n                \"description\": null,\n                \"contactEmail\": \"networks@megaport.com\",\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"7afd3e2e-635f-41a6-818b-d8a07fafec45\": {\n                \"title\": \"Megaport MVE Example - Promethius (a)\",\n                \"description\": \"Megaport MVE Example - Promethius (a)\",\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"5709a8c3-375a-4d71-8663-85681dc830a3\": {\n                \"title\": \"Megaport MVE Example - Promethius (b)\",\n                \"description\": \"Megaport MVE Example - Promethius (b)\",\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"29cbf853-ed3e-40c0-afdc-c7ba137d522e\": {\n                \"title\": \"Metro_Assessment\",\n                \"description\": \"Metro_Assessment\",\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"cb9f226d-296f-4e53-a954-46d45754e018\": {\n                \"title\": \"mgw-tst-mve-c8kv-mel\",\n                \"description\": null,\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"42233ba9-7f10-47f6-bfd3-5fd9f3da0434\": {\n                \"title\": \"Minneapolis 10G Port\",\n                \"description\": null,\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"bf8e696d-40cf-4f6e-999c-6b55e93e7f3e\": {\n                \"title\": \"mtl-4dg test portnss\",\n                \"description\": \"mtl-4dg test portnss\",\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"9251fcd1-e2e8-4f37-9ff5-86a4789fa102\": {\n                \"title\": \"MVE C8000 - OpsEng (LAN DHCP vlan 100-123)\",\n                \"description\": \"MVE C8000 - OpsEng (LAN DHCP vlan 100-123)\",\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"d88814cc-84ce-4814-a1af-61749cbd024d\": {\n                \"title\": \"MVE | NSS2-36235 | las-sw7 | las-sw7 < > nyc-tx3 | NSS Smokeping\",\n                \"description\": \"MVE | NSS2-36235 | las-sw7 | las-sw7 < > nyc-tx3 | NSS Smokeping\",\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"3e986dbe-ed15-41f8-bf39-770213fee786\": {\n                \"title\": \"MVE | NSS2-36235 | nyc-tx3  | las-sw7 < > nyc-tx3 | NSS Smokeping\",\n                \"description\": \"MVE | NSS2-36235 | nyc-tx3  | las-sw7 < > nyc-tx3 | NSS Smokeping\",\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"52d0b6f9-b1a9-41d1-ac7b-f9b54c6f8390\": {\n                \"title\": \"MVE | Smokep | NSS2-39941 | nyc-tx1 <> mia-vzn\",\n                \"description\": null,\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"ebdba1e7-5748-45b6-9eb9-2732622dcb23\": {\n                \"title\": \"MVE-B | NSS2-39941 | nyc-tx1 <> mia-vzn\",\n                \"description\": null,\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"a6b67c1f-1288-4f97-87b8-2849abdf139f\": {\n                \"title\": \"mve-demo-cisco-c8kv-tko-01\",\n                \"description\": null,\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"85e2b722-4063-4472-b03b-cd1bfa17c3a5\": {\n                \"title\": \"Neteng SD-WAN SJC PoC Guest Port Eth1-1-3\",\n                \"description\": \"Neteng SD-WAN SJC PoC Guest Port Eth1-1-3\",\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"dd73ffb5-d5fe-4c0d-9304-a06d4979beba\": {\n                \"title\": \"NextDC P1 @ Perth - 6WIND MVE\",\n                \"description\": null,\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"0985548d-6774-44c9-b418-342f5dabcfeb\": {\n                \"title\": \"NLo_LAB_1\",\n                \"description\": null,\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"65629cac-316b-416b-9063-1f6f6811cc13\": {\n                \"title\": \"NLo_Lab_2\",\n                \"description\": null,\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"8d5a9c38-5a14-4c56-9697-ba054f9cf7af\": {\n                \"title\": \"OnPrem\",\n                \"description\": null,\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"cfcb37c8-3143-49d0-a1fd-4c284aa3d82e\": {\n                \"title\": \"OPS-6065\",\n                \"description\": \"OPS-6065\",\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"3bedcac9-6c7f-4fd3-a865-c0d8ff544a24\": {\n                \"title\": \"Perth_Watchtower\",\n                \"description\": \"Perth_Watchtower\",\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"495ec633-853f-4eff-9819-9d11879179ba\": {\n                \"title\": \"Port 1\",\n                \"description\": null,\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"fb8f5565-5196-47df-b5be-69807700f6cd\": {\n                \"title\": \"Port2\",\n                \"description\": null,\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"78e190fd-77ae-4034-bdb4-7397772f9024\": {\n                \"title\": \"qbc-4dg\",\n                \"description\": \"qbc-4dg\",\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"d2c6fc18-a561-40d0-963b-b361c3113360\": {\n                \"title\": \"RT_Test\",\n                \"description\": null,\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"6abdeca4-6d88-478f-abb1-3024db7f47f6\": {\n                \"title\": \"SALAB ATTOKYO\",\n                \"description\": \"SALAB ATTOKYO\",\n                \"contactEmail\": \"miwa.fujii@sink.megaport.com\",\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"8740f152-cba2-4dd1-a8a9-888ba9936e3f\": {\n                \"title\": \"SG_SA_Router_DO_NOT_DELETE\",\n                \"description\": \"SG_SA_Router_DO_NOT_DELETE\",\n                \"contactEmail\": \"miwa.fujii@sink.megaport.com\",\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"513e3cc4-9527-49d3-8cbb-4ad573df5fe7\": {\n                \"title\": \"sjc-tx2-vr-4 Guest Production Port Eth1-1 / Eth1-1\",\n                \"description\": \"sjc-tx2-vr-4 Guest Production Port Eth1-1 / Eth1-1\",\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"e6bcfb5c-598b-41d6-bd4d-373368e93575\": {\n                \"title\": \"STu High Capacity Test - Please Do Not Delete\",\n                \"description\": \"STu High Capacity Test - Please Do Not Delete\",\n                \"contactEmail\": \"miwa.fujii@sink.megaport.com\",\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"33d51bfe-b7c4-4cb9-8faa-e0c494461773\": {\n                \"title\": \"STu High Capacity Test - Please Do Not Delete\",\n                \"description\": \"STu High Capacity Test - Please Do Not Delete\",\n                \"contactEmail\": \"miwa.fujii@sink.megaport.com\",\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"bed6bd44-bcac-47ee-b323-627c218a5107\": {\n                \"title\": \"STu-C8kv_PLEASE_DO_NOT_DELETE\",\n                \"description\": \"STu-C8kv_PLEASE_DO_NOT_DELETE\",\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"ba56fb09-e814-42b5-9658-554ee37fb52f\": {\n                \"title\": \"Test 1 \",\n                \"description\": null,\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"c3fe9924-d0d9-4ddf-91c4-32a509fe14b0\": {\n                \"title\": \"test ip\",\n                \"description\": null,\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"084d3c53-3079-4128-9779-c1de9b2482ed\": {\n                \"title\": \"Test SB\",\n                \"description\": null,\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            },\n            \"e5b0ba00-cf60-4269-b2b2-47b37a72115a\": {\n                \"title\": \"Westin Bldg 10g port Vince Demo\",\n                \"description\": null,\n                \"contactEmail\": null,\n                \"serviceTypes\": [],\n                \"metadata\": null,\n                \"marketplaceVisible\": false\n            }\n        },\n        \"companyName\": \"Megaport Lab\"\n    }\n}"}],"_postman_id":"73f9c3b3-92bf-41b3-8232-89927a7a24c9"},{"name":"Get Marketplace Provider Type","id":"e6cf708e-62c2-498c-89de-275494f0b6b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v2/marketplace/providerType","description":"<p>Returns a list of Megaport Marketplace provider types and their associated service types.</p>\n<p>The provider types in the marketplace include:</p>\n<ul>\n<li><p>Transmission Services</p>\n</li>\n<li><p>Network Services</p>\n</li>\n<li><p>Data Centre</p>\n</li>\n<li><p>Infrastructure as a Service (IaaS)</p>\n</li>\n<li><p>Platform as a Service (PaaS)</p>\n</li>\n<li><p>SaaS/Hosted Enterprise Apps</p>\n</li>\n<li><p>Cloud Service Provider</p>\n</li>\n<li><p>Financal Services Exchange (FSX)</p>\n</li>\n<li><p>AI Exchange (AIx)</p>\n</li>\n</ul>\n","urlObject":{"path":["v2","marketplace","providerType"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"177f5168-3ca1-4e56-950d-7cfbd43f1cb9","name":"Get Marketplace Provider Type","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v2/marketplace/providerType"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 11 Nov 2024 22:57:54 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"3093"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Correlation-Id","value":"89ec1c61372b7a2f4c1b39c9ca46e154"},{"key":"X-Amzn-Trace-Id","value":"Root=1-67328bf2-25ad2c2d76378b3c1d94a2d0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Server-Timing","value":"app;dur=31"},{"key":"ETag","value":"\"0c8b70230974a214bdc76b90ec9c78563\""},{"key":"X-Xss-Protection","value":"1 ; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"trace-id","value":"89ec1c61372b7a2f4c1b39c9ca46e154"},{"key":"X-Robots-Tag","value":"noindex"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Marketplace provider types\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"description\": \"Transmission Services\",\n            \"id\": 1,\n            \"serviceTypes\": [\n                {\n                    \"description\": \"Inter-Capital Leased Capacity\",\n                    \"id\": 1\n                },\n                {\n                    \"description\": \"International Leased Capacity\",\n                    \"id\": 2\n                },\n                {\n                    \"description\": \"Metro Ethernet Access (EFM)\",\n                    \"id\": 3\n                },\n                {\n                    \"description\": \"Metro Ethernet Access (fibre)\",\n                    \"id\": 4\n                },\n                {\n                    \"description\": \"Metro Ethernet Access (Wireless)\",\n                    \"id\": 5\n                },\n                {\n                    \"description\": \"SME/Enterprise L2 VPN (Carrier Ethernet)\",\n                    \"id\": 6\n                },\n                {\n                    \"description\": \"Wholesale Fttx services\",\n                    \"id\": 7\n                },\n                {\n                    \"description\": \"Wholesale MPLS/VPLS/VPN\",\n                    \"id\": 8\n                },\n                {\n                    \"description\": \"Wholesale xDSL\",\n                    \"id\": 9\n                }\n            ]\n        },\n        {\n            \"description\": \"Network Services\",\n            \"id\": 2,\n            \"serviceTypes\": [\n                {\n                    \"description\": \"DDOS Protection\",\n                    \"id\": 10\n                },\n                {\n                    \"description\": \"Enterprise L3 VPN (MPLS/VPLS/VPN)\",\n                    \"id\": 11\n                },\n                {\n                    \"description\": \"IP Exchange (IX)/Peering\",\n                    \"id\": 12\n                },\n                {\n                    \"description\": \"IP Transit (blended)\",\n                    \"id\": 13\n                },\n                {\n                    \"description\": \"IP Transit (local)\",\n                    \"id\": 14\n                }\n            ]\n        },\n        {\n            \"description\": \"Data Centre\",\n            \"id\": 3,\n            \"serviceTypes\": []\n        },\n        {\n            \"description\": \"VoIP\",\n            \"id\": 4,\n            \"serviceTypes\": [\n                {\n                    \"description\": \"SME/Enterprise SIP Trunk Services\",\n                    \"id\": 15\n                },\n                {\n                    \"description\": \"Wholesale Voice Termination\",\n                    \"id\": 16\n                }\n            ]\n        },\n        {\n            \"description\": \"IaaS\",\n            \"id\": 5,\n            \"serviceTypes\": [\n                {\n                    \"description\": \"Cloud Stack\",\n                    \"id\": 17\n                },\n                {\n                    \"description\": \"Dedicated Servers\",\n                    \"id\": 18\n                },\n                {\n                    \"description\": \"Elastic Compute\",\n                    \"id\": 19\n                },\n                {\n                    \"description\": \"Open Stack\",\n                    \"id\": 20\n                },\n                {\n                    \"description\": \"Storage as a Service\",\n                    \"id\": 21\n                },\n                {\n                    \"description\": \"Disaster Recovery as a Service\",\n                    \"id\": 36\n                }\n            ]\n        },\n        {\n            \"description\": \"PaaS\",\n            \"id\": 6,\n            \"serviceTypes\": [\n                {\n                    \"description\": \"Cloud Foundry \",\n                    \"id\": 22\n                },\n                {\n                    \"description\": \"Hadoop\",\n                    \"id\": 23\n                },\n                {\n                    \"description\": \"Mobile Back End as a Service\",\n                    \"id\": 24\n                },\n                {\n                    \"description\": \"NoSQL Database\",\n                    \"id\": 25\n                },\n                {\n                    \"description\": \"OpenShift\",\n                    \"id\": 26\n                },\n                {\n                    \"description\": \"Traditional SQL Database\",\n                    \"id\": 27\n                }\n            ]\n        },\n        {\n            \"description\": \"SaaS/Hosted Enterprise Apps\",\n            \"id\": 7,\n            \"serviceTypes\": [\n                {\n                    \"description\": \"Hosted Accounting\",\n                    \"id\": 28\n                },\n                {\n                    \"description\": \"Hosted CRM\",\n                    \"id\": 30\n                },\n                {\n                    \"description\": \"Hosted ERP\",\n                    \"id\": 31\n                },\n                {\n                    \"description\": \"Hosted Virtual Desktop\",\n                    \"id\": 34\n                },\n                {\n                    \"description\": \"Unified Communications (Voice, video)\",\n                    \"id\": 35\n                },\n                {\n                    \"description\": \"Hosted PBX\",\n                    \"id\": 33\n                },\n                {\n                    \"description\": \"Hosted Email\",\n                    \"id\": 32\n                },\n                {\n                    \"description\": \"Hosted Communications Tools (IM&P)\",\n                    \"id\": 29\n                }\n            ]\n        },\n        {\n            \"description\": \"Cloud Service Provider\",\n            \"id\": 8,\n            \"serviceTypes\": []\n        },\n        {\n            \"description\": \"Financal Services Exchange (FSX)\",\n            \"id\": 9,\n            \"serviceTypes\": [\n                {\n                    \"description\": \"Market Data\",\n                    \"id\": 37\n                },\n                {\n                    \"description\": \"Brokerage\",\n                    \"id\": 38\n                },\n                {\n                    \"description\": \"Exchange\",\n                    \"id\": 40\n                },\n                {\n                    \"description\": \"Cryptocurrency\",\n                    \"id\": 44\n                },\n                {\n                    \"description\": \"Independent Software Vendor (ISV)\",\n                    \"id\": 46\n                },\n                {\n                    \"description\": \"Payment & Transactions\",\n                    \"id\": 48\n                },\n                {\n                    \"description\": \"Application Provider\",\n                    \"id\": 39\n                },\n                {\n                    \"description\": \"Financial Institution\",\n                    \"id\": 45\n                },\n                {\n                    \"description\": \"Infrastructure Provider\",\n                    \"id\": 47\n                }\n            ]\n        },\n        {\n            \"description\": \"AI Exchange (AIx)\",\n            \"id\": 10,\n            \"serviceTypes\": [\n                {\n                    \"description\": \"AI - Training\",\n                    \"id\": 42\n                },\n                {\n                    \"description\": \"GPU as a Service\",\n                    \"id\": 49\n                },\n                {\n                    \"description\": \"Machine Learning\",\n                    \"id\": 41\n                },\n                {\n                    \"description\": \"AI - Inference\",\n                    \"id\": 43\n                },\n                {\n                    \"description\": \"AI - Platform\",\n                    \"id\": 50\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"e6cf708e-62c2-498c-89de-275494f0b6b0"}],"id":"dbc3a260-7aa1-4446-840e-546b6d069298","description":"<p>Megaport Marketplace is an online hub where global service providers and enterprise customers interconnect. Service providers can showcase their brand, reach global enterprises, scale to new markets, and provide solutions for businesses worldwide. Enterprises can connect to a broad range of internet services, cloud providers, managed services, and many others.</p>\n<p>For more information, see <a href=\"https://docs.megaport.com/marketplace/\">Megaport Marketplace Overview</a> in the Megaport documentation.</p>\n","_postman_id":"dbc3a260-7aa1-4446-840e-546b6d069298"},{"name":"Product Details","item":[{"name":"Get Product List","id":"59cad1b4-1edd-491b-97fe-dcd83421228a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v2/products?provisioningStatus={status}&filter={status}","description":"<p>Returns details about your configured Megaport services, including the <code>productUid</code> and <code>provisioningStatus</code>. </p>\n","urlObject":{"path":["v2","products"],"host":["{{baseUrl}}"],"query":[{"key":"provisioningStatus","value":"{status}"},{"key":"filter","value":"{status}"}],"variable":[]}},"response":[{"id":"0a6b991c-228c-4502-8582-6cea1c050cc9","name":"Get Product List - All Cancelled Services","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":{"raw":"{{baseUrl}}/v2/products?provisioningStatus=CANCELLED","host":["{{baseUrl}}"],"path":["v2","products"],"query":[{"key":"provisioningStatus","value":"CANCELLED","description":"Filter by the provisioning status of the product.\nThe values for provisioningStatus are NEW, DESIGN, DEPLOYABLE, CONFIGURED, LIVE, CANCELLED, and CANCELLED_PARENT. (Optional)"},{"key":"filter","value":"{status}","description":"An additional status filter that can be used to filter the provisioning status of the product.\nThe values for filter are: ALL, LIVE, DECOMMISSIONED, and RECENTLY_DECOMMISSIONED. \nIf nothing is passed, the default value is RECENTLY_DECOMMISSIONED, which returns services that have been decommissioned in the last 30 days. (Optional)","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 15 Jan 2025 03:40:35 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"868"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Correlation-Id","value":"74cff874de16eb0e499c4568d3342417"},{"key":"X-Amzn-Trace-Id","value":"Root=1-67872e33-2477f5e17863ee020e2d7797"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Server-Timing","value":"app;dur=291"},{"key":"ETag","value":"W/\"074a3194cdb26315cc341101c81d3d5c9\""},{"key":"vary","value":"accept-encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Xss-Protection","value":"1 ; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"trace-id","value":"74cff874de16eb0e499c4568d3342417"},{"key":"X-Robots-Tag","value":"noindex"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Found 1 Products\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"productId\": 224961,\n            \"productUid\": \"b36dd4fb-7855-4d02-ba02-7a14b561efd7\",\n            \"productName\": \"GB\",\n            \"secondaryName\": null,\n            \"productType\": \"MEGAPORT\",\n            \"provisioningStatus\": \"CANCELLED\",\n            \"portSpeed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"locationId\": 23,\n            \"locationDetail\": {\n                \"name\": \"5GNetworks Data Center\",\n                \"city\": \"Melbourne\",\n                \"metro\": \"Melbourne\",\n                \"country\": \"Australia\"\n            },\n            \"lagPrimary\": false,\n            \"lagId\": null,\n            \"aggregationId\": null,\n            \"createDate\": 1736912258382,\n            \"createdBy\": \"f39b8983-256e-4643-adec-9f0b5da09ab7\",\n            \"terminateDate\": 1739590815766,\n            \"liveDate\": 1736912295426,\n            \"contractStartDate\": 1736912295473,\n            \"contractEndDate\": 1768399200000,\n            \"contractTermMonths\": 12,\n            \"market\": \"AU\",\n            \"usageAlgorithm\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"virtual\": false,\n            \"buyoutPort\": false,\n            \"crossConnectRequested\": false,\n            \"locked\": false,\n            \"adminLocked\": false,\n            \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n            \"companyName\": \"Megaport Lab\",\n            \"associatedVxcs\": [],\n            \"associatedIxs\": [],\n            \"attributeTags\": {},\n            \"resources\": {\n                \"interface\": {\n                    \"demarcation\": \"5GNetworks Data Center\\nLevel 15, 530 Collins Street, Melbourne\\nRack Com 10\\nType: Single-mode Fibre Pair\\nPorts: FTP 1693, ports 91+92\\nTermination: LCA connector\\n\",\n                    \"loa_template\": \"megaport\",\n                    \"media\": \"LR4\",\n                    \"port_speed\": 100000,\n                    \"resource_name\": \"interface\",\n                    \"resource_type\": \"interface\",\n                    \"up\": 1,\n                    \"shutdown\": false\n                }\n            },\n            \"diversityZone\": \"red\",\n            \"up\": true,\n            \"cancelable\": true\n        }\n    ]\n}"},{"id":"dda2c2c5-90b0-4f38-8cea-1e36f6f38b40","name":"Get Product List - All Configured Services","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":{"raw":"{{baseUrl}}/v2/products?provisioningStatus=CONFIGURED","host":["{{baseUrl}}"],"path":["v2","products"],"query":[{"key":"provisioningStatus","value":"CONFIGURED","description":"Filter by the provisioning status of the product.\nThe values for provisioningStatus are NEW, DESIGN, DEPLOYABLE, CONFIGURED, LIVE, CANCELLED, and CANCELLED_PARENT. (Optional)"},{"key":"filter","value":"{status}","description":"An additional status filter that can be used to filter the provisioning status of the product.\nThe values for filter are: ALL, LIVE, DECOMMISSIONED, and RECENTLY_DECOMMISSIONED. \nIf nothing is passed, the default value is RECENTLY_DECOMMISSIONED, which returns services that have been decommissioned in the last 30 days. (Optional)","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 18 Sep 2025 00:50:38 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"6771"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amzn-Trace-Id","value":"Root=1-68cb575b-4b39d5741088132717ca356c"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Server-Timing","value":"app;dur=2029"},{"key":"ETag","value":"W/\"0627176444458207044a523654b659292\""},{"key":"X-Xss-Protection","value":"1 ; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"trace-id","value":"37463086c802341136733344df92c899"},{"key":"content-encoding","value":"gzip"},{"key":"X-Robots-Tag","value":"noindex"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Found 21 Products\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"productId\": 191545,\n            \"productUid\": \"63a98839-1754-4d55-9b2d-e0ed28d457e0\",\n            \"productName\": \"AtTokyo Data Centre - Alpha Route @ Tokyo - MEGAPORT\",\n            \"secondaryName\": null,\n            \"productType\": \"MEGAPORT\",\n            \"provisioningStatus\": \"CONFIGURED\",\n            \"portSpeed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"locationId\": 558,\n            \"locationDetail\": {\n                \"name\": \"AtTokyo Data Centre - Alpha Route\",\n                \"city\": \"Tokyo\",\n                \"metro\": \"Tokyo\",\n                \"country\": \"Japan\"\n            },\n            \"lagPrimary\": false,\n            \"lagId\": null,\n            \"aggregationId\": null,\n            \"createDate\": 1711006221110,\n            \"createdBy\": \"266a4f81-2025-42f5-8b81-282722da7820\",\n            \"terminateDate\": null,\n            \"liveDate\": null,\n            \"contractStartDate\": 1712246701370,\n            \"contractEndDate\": 1742479200000,\n            \"contractTermMonths\": 12,\n            \"autoRenewTerm\": false,\n            \"market\": \"JP\",\n            \"usageAlgorithm\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"virtual\": false,\n            \"buyoutPort\": false,\n            \"crossConnectRequested\": false,\n            \"locked\": false,\n            \"adminLocked\": false,\n            \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n            \"companyName\": \"Megaport Lab\",\n            \"associatedVxcs\": [\n                {\n                    \"productId\": 191546,\n                    \"productUid\": \"66df14fa-2f96-491a-85de-8f6d278ec841\",\n                    \"productName\": \"Example VXC\",\n                    \"secondaryName\": null,\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 500,\n                    \"maximumRate\": 10000,\n                    \"distanceBand\": \"METRO\",\n                    \"provisioningStatus\": \"CONFIGURED\",\n                    \"usageAlgorithm\": \"POST_PAID_VARIABLE\",\n                    \"createdBy\": \"266a4f81-2025-42f5-8b81-282722da7820\",\n                    \"createDate\": 1711006370305,\n                    \"resources\": {\n                        \"csp_connection\": {\n                            \"bandwidth\": 500,\n                            \"connectType\": \"AWSHC\",\n                            \"resource_name\": \"b_csp_connection\",\n                            \"resource_type\": \"csp_connection\",\n                            \"name\": \"Example VXC\",\n                            \"ownerAccount\": \"684021030471\",\n                            \"bandwidths\": [\n                                500\n                            ],\n                            \"connectionId\": \"dxcon-ffq72pny\"\n                        },\n                        \"vll\": {\n                            \"a_vlan\": 3265,\n                            \"b_vlan\": 3265,\n                            \"rate_limit_mbps\": 500,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 0,\n                            \"shutdown\": false\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": 1712246701370,\n                    \"contractEndDate\": 1742479200000,\n                    \"contractTermMonths\": 12,\n                    \"autoRenewTerm\": false,\n                    \"locked\": false,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": false,\n                    \"shutdown\": false,\n                    \"termSpeed\": 500,\n                    \"cancelable\": true,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"63a98839-1754-4d55-9b2d-e0ed28d457e0\",\n                        \"productName\": \"AtTokyo Data Centre - Alpha Route @ Tokyo - MEGAPORT\",\n                        \"locationId\": 558,\n                        \"location\": \"AtTokyo Data Centre - Alpha Route\",\n                        \"locationDetail\": {\n                            \"name\": \"AtTokyo Data Centre - Alpha Route\",\n                            \"city\": \"Tokyo\",\n                            \"metro\": \"Tokyo\",\n                            \"country\": \"Japan\"\n                        },\n                        \"vlan\": 3265,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"DEFAULT\",\n                        \"diversityZone\": \"red\"\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                        \"productUid\": \"c84cdf99-f0b0-46c6-ae06-e89e40a5fd76\",\n                        \"productName\": \"Asia Pacific (Tokyo) (ap-northeast-1)\",\n                        \"locationId\": 612,\n                        \"location\": \"AtTokyo Data Centre - Beta Route\",\n                        \"locationDetail\": {\n                            \"name\": \"AtTokyo Data Centre - Beta Route\",\n                            \"city\": \"Tokyo\",\n                            \"metro\": \"Tokyo\",\n                            \"country\": \"Japan\"\n                        },\n                        \"vlan\": 3265,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"AWSHC\",\n                        \"diversityZone\": \"blue\"\n                    }\n                }\n            ],\n            \"associatedIxs\": [],\n            \"attributeTags\": {},\n            \"resources\": {\n                \"interface\": {\n                    \"demarcation\": \"AtTokyo Data Centre - Alpha Route\\n5-6-36 Toyosu Koto-ku\\nType: Single-mode Fibre Pair\\nPorts: ATY.6A-5B.IDF005(Alpha)-0108.S48c.No.2, ports 21+22\\nTermination: LC connector\\n\",\n                    \"loa_template\": \"megaport\",\n                    \"media\": \"LR\",\n                    \"port_speed\": 10000,\n                    \"resource_name\": \"interface\",\n                    \"resource_type\": \"interface\",\n                    \"up\": 0,\n                    \"shutdown\": false\n                }\n            },\n            \"diversityZone\": \"red\",\n            \"up\": false,\n            \"addOns\": null,\n            \"cancelable\": true\n        },\n        {\n            \"productId\": 236556,\n            \"productUid\": \"e5b0ba00-cf60-4269-b2b2-47b37a72115a\",\n            \"productName\": \"Westin Bldg 10g port Vince Demo\",\n            \"secondaryName\": null,\n            \"productType\": \"MEGAPORT\",\n            \"provisioningStatus\": \"CONFIGURED\",\n            \"portSpeed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"locationId\": 146,\n            \"locationDetail\": {\n                \"name\": \"Westin Building\",\n                \"city\": \"Seattle\",\n                \"metro\": \"Seattle\",\n                \"country\": \"USA\"\n            },\n            \"lagPrimary\": false,\n            \"lagId\": null,\n            \"aggregationId\": null,\n            \"createDate\": 1743610346774,\n            \"createdBy\": \"87c68f88-52aa-498e-b4e1-e1cc41788dda\",\n            \"terminateDate\": null,\n            \"liveDate\": null,\n            \"contractStartDate\": 1744905901211,\n            \"contractEndDate\": 1746194400000,\n            \"contractTermMonths\": 1,\n            \"autoRenewTerm\": false,\n            \"market\": \"US\",\n            \"costCentre\": \"10g westin port vince demo\",\n            \"usageAlgorithm\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"virtual\": false,\n            \"buyoutPort\": false,\n            \"crossConnectRequested\": false,\n            \"locked\": false,\n            \"adminLocked\": false,\n            \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n            \"companyName\": \"Megaport Lab\",\n            \"associatedVxcs\": [\n                {\n                    \"productId\": 236557,\n                    \"productUid\": \"0b524829-43be-42ca-8a1b-3aa0cb63bbea\",\n                    \"productName\": \"Westin Vince demo AWS\",\n                    \"secondaryName\": null,\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 5000,\n                    \"maximumRate\": 10000,\n                    \"distanceBand\": \"METRO\",\n                    \"provisioningStatus\": \"CONFIGURED\",\n                    \"usageAlgorithm\": \"POST_PAID_VARIABLE\",\n                    \"createdBy\": \"87c68f88-52aa-498e-b4e1-e1cc41788dda\",\n                    \"createDate\": 1743610680526,\n                    \"costCentre\": \"Westin Vince Demo AWs\",\n                    \"resources\": {\n                        \"csp_connection\": {\n                            \"bandwidth\": 5000,\n                            \"connectType\": \"AWSHC\",\n                            \"resource_name\": \"b_csp_connection\",\n                            \"resource_type\": \"csp_connection\",\n                            \"name\": \"Westin Vince demo AWS\",\n                            \"ownerAccount\": \"666999123123\",\n                            \"bandwidths\": [\n                                5000\n                            ],\n                            \"connectionId\": \"dxcon-fhaazbvq\"\n                        },\n                        \"vll\": {\n                            \"a_vlan\": 3260,\n                            \"b_vlan\": 3260,\n                            \"rate_limit_mbps\": 5000,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 0,\n                            \"shutdown\": true\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": 1744905901211,\n                    \"contractEndDate\": 1746194400000,\n                    \"contractTermMonths\": 1,\n                    \"autoRenewTerm\": false,\n                    \"locked\": false,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": false,\n                    \"shutdown\": true,\n                    \"cancelable\": true,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"e5b0ba00-cf60-4269-b2b2-47b37a72115a\",\n                        \"productName\": \"Westin Bldg 10g port Vince Demo\",\n                        \"locationId\": 146,\n                        \"location\": \"Westin Building\",\n                        \"locationDetail\": {\n                            \"name\": \"Westin Building\",\n                            \"city\": \"Seattle\",\n                            \"metro\": \"Seattle\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 3260,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"DEFAULT\",\n                        \"diversityZone\": \"red\"\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                        \"productUid\": \"41fa9c27-cefb-4ed5-b7b8-f8d2ba9d1692\",\n                        \"productName\": \"US West (Oregon) (us-west-2)\",\n                        \"locationId\": 146,\n                        \"location\": \"Westin Building\",\n                        \"locationDetail\": {\n                            \"name\": \"Westin Building\",\n                            \"city\": \"Seattle\",\n                            \"metro\": \"Seattle\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 3260,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"AWSHC\",\n                        \"diversityZone\": \"red\"\n                    }\n                }\n            ],\n            \"associatedIxs\": [],\n            \"attributeTags\": {},\n            \"resources\": {\n                \"interface\": {\n                    \"demarcation\": \"Westin Building\\n2001 6th Avenue\\nType: Single-mode Fibre Pair\\nPorts: WBX.SEA.FMMR.RR12.11.10 MOD A-H, ports C5+C6\\n\",\n                    \"loa_template\": \"sea_wbx\",\n                    \"media\": \"LR\",\n                    \"port_speed\": 10000,\n                    \"resource_name\": \"interface\",\n                    \"resource_type\": \"interface\",\n                    \"up\": 0,\n                    \"shutdown\": false\n                }\n            },\n            \"diversityZone\": \"red\",\n            \"up\": false,\n            \"addOns\": null,\n            \"cancelable\": true\n        },\n        {\n            \"productId\": 252697,\n            \"productUid\": \"18b93468-2dda-44cd-9705-1837eab4482a\",\n            \"productName\": \"ZW Test\",\n            \"secondaryName\": null,\n            \"productType\": \"MEGAPORT\",\n            \"provisioningStatus\": \"CONFIGURED\",\n            \"portSpeed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"locationId\": 1122,\n            \"locationDetail\": {\n                \"name\": \"Netrality St. Louis\",\n                \"city\": \"St. Louis\",\n                \"metro\": \"St Louis\",\n                \"country\": \"USA\"\n            },\n            \"lagPrimary\": false,\n            \"lagId\": null,\n            \"aggregationId\": null,\n            \"createDate\": 1755115520215,\n            \"createdBy\": \"cb9c4d7e-4cd2-4f6b-8f4e-89ab263e57e6\",\n            \"terminateDate\": null,\n            \"liveDate\": null,\n            \"contractStartDate\": 1756397100763,\n            \"contractEndDate\": 1757772000000,\n            \"contractTermMonths\": 1,\n            \"autoRenewTerm\": false,\n            \"market\": \"US\",\n            \"usageAlgorithm\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"virtual\": false,\n            \"buyoutPort\": false,\n            \"crossConnectRequested\": false,\n            \"locked\": false,\n            \"adminLocked\": false,\n            \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n            \"companyName\": \"Megaport Lab\",\n            \"associatedVxcs\": [\n                {\n                    \"productId\": 252698,\n                    \"productUid\": \"6fc5b598-7ffe-4cd4-af0b-6ee2084bdce8\",\n                    \"productName\": \"ZW Test AWS DC\",\n                    \"secondaryName\": null,\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 50,\n                    \"maximumRate\": 10000,\n                    \"distanceBand\": \"ZONE\",\n                    \"provisioningStatus\": \"CONFIGURED\",\n                    \"usageAlgorithm\": \"POST_PAID_HOURLY_SPEED_LONG_HAUL_VXC\",\n                    \"createdBy\": \"cb9c4d7e-4cd2-4f6b-8f4e-89ab263e57e6\",\n                    \"createDate\": 1755115875992,\n                    \"resources\": {\n                        \"csp_connection\": {\n                            \"bandwidth\": 50,\n                            \"connectType\": \"AWSHC\",\n                            \"resource_name\": \"b_csp_connection\",\n                            \"resource_type\": \"csp_connection\",\n                            \"name\": \"ZW Test AWS DC\",\n                            \"ownerAccount\": \"306069248856\",\n                            \"bandwidths\": [\n                                50\n                            ],\n                            \"connectionId\": \"dxcon-fgnzvzvi\"\n                        },\n                        \"vll\": {\n                            \"a_vlan\": 2675,\n                            \"b_vlan\": 2675,\n                            \"rate_limit_mbps\": 50,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 0,\n                            \"shutdown\": false\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": 1756397100763,\n                    \"contractEndDate\": 1757772000000,\n                    \"contractTermMonths\": 1,\n                    \"autoRenewTerm\": false,\n                    \"locked\": false,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": false,\n                    \"shutdown\": false,\n                    \"cancelable\": true,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"18b93468-2dda-44cd-9705-1837eab4482a\",\n                        \"productName\": \"ZW Test\",\n                        \"locationId\": 1122,\n                        \"location\": \"Netrality St. Louis\",\n                        \"locationDetail\": {\n                            \"name\": \"Netrality St. Louis\",\n                            \"city\": \"St. Louis\",\n                            \"metro\": \"St Louis\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 2675,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"DEFAULT\",\n                        \"diversityZone\": \"red\"\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                        \"productUid\": \"51178765-48ac-43ed-8e89-71a5ce2711f9\",\n                        \"productName\": \"US East (Ohio) (us-east-2)\",\n                        \"locationId\": 324,\n                        \"location\": \"Netrality Kansas City\",\n                        \"locationDetail\": {\n                            \"name\": \"Netrality Kansas City\",\n                            \"city\": \"Kansas City\",\n                            \"metro\": \"Kansas City\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 2675,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"AWSHC\",\n                        \"diversityZone\": \"red\"\n                    }\n                },\n                {\n                    \"productId\": 252700,\n                    \"productUid\": \"84d5ae78-a488-4a90-9368-521e1cbd4e02\",\n                    \"productName\": \"ZW Test to Megaport Internet\",\n                    \"secondaryName\": null,\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 50,\n                    \"maximumRate\": 10000,\n                    \"distanceBand\": \"ZONE\",\n                    \"provisioningStatus\": \"CONFIGURED\",\n                    \"usageAlgorithm\": \"POST_PAID_HOURLY_SPEED_LONG_HAUL_VXC\",\n                    \"createdBy\": \"cb9c4d7e-4cd2-4f6b-8f4e-89ab263e57e6\",\n                    \"createDate\": 1755116149881,\n                    \"resources\": {\n                        \"csp_connection\": {\n                            \"connectType\": \"TRANSIT\",\n                            \"resource_name\": \"b_csp_connection\",\n                            \"resource_type\": \"csp_connection\",\n                            \"customer_ip4_address\": \"162.43.149.179/31\",\n                            \"customer_ip6_network\": \"2a0a:1800:11:41::/64\",\n                            \"ipv4_gateway_address\": \"162.43.149.178\",\n                            \"ipv6_gateway_address\": \"2a0a:1800:11:41::1\"\n                        },\n                        \"vll\": {\n                            \"a_vlan\": 1188,\n                            \"b_vlan\": 1188,\n                            \"rate_limit_mbps\": 50,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 0,\n                            \"shutdown\": false\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": 1756397100763,\n                    \"contractEndDate\": 1757772000000,\n                    \"contractTermMonths\": 1,\n                    \"autoRenewTerm\": false,\n                    \"locked\": false,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": false,\n                    \"shutdown\": false,\n                    \"cancelable\": true,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"18b93468-2dda-44cd-9705-1837eab4482a\",\n                        \"productName\": \"ZW Test\",\n                        \"locationId\": 1122,\n                        \"location\": \"Netrality St. Louis\",\n                        \"locationDetail\": {\n                            \"name\": \"Netrality St. Louis\",\n                            \"city\": \"St. Louis\",\n                            \"metro\": \"St Louis\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 1188,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"DEFAULT\",\n                        \"diversityZone\": \"red\"\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n                        \"productUid\": \"975354cd-93e6-40a2-98d0-bf2380a38a26\",\n                        \"productName\": \"Megaport Internet\",\n                        \"locationId\": 70,\n                        \"location\": \"Digital Realty Chicago ORD11 (CHI2)\",\n                        \"locationDetail\": {\n                            \"name\": \"Digital Realty Chicago ORD11 (CHI2)\",\n                            \"city\": \"Chicago\",\n                            \"metro\": \"Chicago\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 1188,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"TRANSIT\",\n                        \"diversityZone\": \"red\"\n                    }\n                }\n            ],\n            \"associatedIxs\": [],\n            \"attributeTags\": {},\n            \"resources\": {\n                \"interface\": {\n                    \"demarcation\": \"Netrality St. Louis\\n210 N. Tucker Boulevard\\nType: Single-mode Fibre Pair\\nPorts: NET.STL210.RR501.13.30, ports 33+34\\nTermination: SC connector\\n\",\n                    \"loa_template\": \"megaport\",\n                    \"media\": \"LR\",\n                    \"port_speed\": 10000,\n                    \"resource_name\": \"interface\",\n                    \"resource_type\": \"interface\",\n                    \"up\": 0,\n                    \"shutdown\": false\n                }\n            },\n            \"diversityZone\": \"red\",\n            \"up\": false,\n            \"addOns\": null,\n            \"cancelable\": true\n        },\n        {\n            \"productId\": 256379,\n            \"productUid\": \"439a4f85-16e3-4313-b4a8-bb1639bb8cbd\",\n            \"productName\": \"TierPoint Andover @ Boston - MEGAPORT\",\n            \"secondaryName\": null,\n            \"productType\": \"MEGAPORT\",\n            \"provisioningStatus\": \"CONFIGURED\",\n            \"portSpeed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"locationId\": 633,\n            \"locationDetail\": {\n                \"name\": \"TierPoint Andover\",\n                \"city\": \"Andover\",\n                \"metro\": \"Boston\",\n                \"country\": \"USA\"\n            },\n            \"lagPrimary\": false,\n            \"lagId\": null,\n            \"aggregationId\": null,\n            \"createDate\": 1757346281691,\n            \"createdBy\": \"2e77af04-8041-47e9-ad7f-6a75ff97ad66\",\n            \"terminateDate\": null,\n            \"liveDate\": null,\n            \"contractStartDate\": 1757340000000,\n            \"contractEndDate\": 1759932000000,\n            \"contractTermMonths\": 1,\n            \"autoRenewTerm\": false,\n            \"market\": \"US\",\n            \"usageAlgorithm\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"virtual\": false,\n            \"buyoutPort\": false,\n            \"crossConnectRequested\": false,\n            \"locked\": false,\n            \"adminLocked\": false,\n            \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n            \"companyName\": \"Megaport Lab\",\n            \"associatedVxcs\": [],\n            \"associatedIxs\": [],\n            \"attributeTags\": {},\n            \"resources\": {\n                \"interface\": {\n                    \"demarcation\": \"TierPoint Andover\\n15 Shattuck Road, Boston\\nMMR Panel (For cross-connects only refer to our panel)\\nType: Single-mode Fibre Pair\\nPorts: IDF Cab1 PNL 1 RU43, ports 11+12\\nTermination: LC connector\\n\",\n                    \"loa_template\": \"megaport\",\n                    \"media\": \"LR\",\n                    \"port_speed\": 10000,\n                    \"resource_name\": \"interface\",\n                    \"resource_type\": \"interface\",\n                    \"up\": 0,\n                    \"shutdown\": false\n                }\n            },\n            \"diversityZone\": \"red\",\n            \"up\": false,\n            \"addOns\": null,\n            \"cancelable\": true\n        },\n        {\n            \"productId\": 256380,\n            \"productUid\": \"aef5d247-aea9-42bf-805d-2a7ceceb2fb2\",\n            \"productName\": \"TierPoint Hawthorne @ New York - MEGAPORT\",\n            \"secondaryName\": null,\n            \"productType\": \"MEGAPORT\",\n            \"provisioningStatus\": \"CONFIGURED\",\n            \"portSpeed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"locationId\": 627,\n            \"locationDetail\": {\n                \"name\": \"TierPoint Hawthorne\",\n                \"city\": \"Hawthorne\",\n                \"metro\": \"New York\",\n                \"country\": \"USA\"\n            },\n            \"lagPrimary\": false,\n            \"lagId\": null,\n            \"aggregationId\": null,\n            \"createDate\": 1757346282125,\n            \"createdBy\": \"2e77af04-8041-47e9-ad7f-6a75ff97ad66\",\n            \"terminateDate\": null,\n            \"liveDate\": null,\n            \"contractStartDate\": 1757340000000,\n            \"contractEndDate\": 1759932000000,\n            \"contractTermMonths\": 1,\n            \"autoRenewTerm\": false,\n            \"market\": \"US\",\n            \"usageAlgorithm\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"virtual\": false,\n            \"buyoutPort\": false,\n            \"crossConnectRequested\": false,\n            \"locked\": false,\n            \"adminLocked\": false,\n            \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n            \"companyName\": \"Megaport Lab\",\n            \"associatedVxcs\": [],\n            \"associatedIxs\": [],\n            \"attributeTags\": {},\n            \"resources\": {\n                \"interface\": {\n                    \"demarcation\": \"TierPoint Hawthorne\\n11 Skyline Drive, New York\\nIn MMR\\nType: Single-mode Fibre Pair\\nPorts: CAB.91.RU42.PNL1.CAS1, ports 19+20\\nAuto-negotiation: On\\n\",\n                    \"loa_template\": \"megaport\",\n                    \"media\": \"LX\",\n                    \"port_speed\": 1000,\n                    \"resource_name\": \"interface\",\n                    \"resource_type\": \"interface\",\n                    \"up\": 0,\n                    \"shutdown\": false\n                }\n            },\n            \"diversityZone\": \"red\",\n            \"up\": false,\n            \"addOns\": null,\n            \"cancelable\": true\n        },\n        {\n            \"productId\": 256551,\n            \"productUid\": \"6c4ca443-ea29-4b3d-9579-f22283476801\",\n            \"productName\": \"EG\",\n            \"secondaryName\": null,\n            \"productType\": \"MEGAPORT\",\n            \"provisioningStatus\": \"CONFIGURED\",\n            \"portSpeed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"locationId\": 130,\n            \"locationDetail\": {\n                \"name\": \"Digital Realty Interxion FRA13\",\n                \"city\": \"Frankfurt\",\n                \"metro\": \"Frankfurt\",\n                \"country\": \"Germany\"\n            },\n            \"lagPrimary\": false,\n            \"lagId\": null,\n            \"aggregationId\": null,\n            \"createDate\": 1757418374969,\n            \"createdBy\": \"164cab1b-53d8-40dd-bfec-b89220767b04\",\n            \"terminateDate\": null,\n            \"liveDate\": null,\n            \"contractStartDate\": 1757340000000,\n            \"contractEndDate\": 1852034400000,\n            \"contractTermMonths\": 36,\n            \"autoRenewTerm\": true,\n            \"market\": \"DE\",\n            \"usageAlgorithm\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"virtual\": false,\n            \"buyoutPort\": false,\n            \"crossConnectRequested\": false,\n            \"locked\": false,\n            \"adminLocked\": false,\n            \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n            \"companyName\": \"Megaport Lab\",\n            \"associatedVxcs\": [],\n            \"associatedIxs\": [],\n            \"attributeTags\": {},\n            \"resources\": {\n                \"interface\": {\n                    \"demarcation\": \"Digital Realty Interxion FRA13\\nWeismüllerstraße 42\\nFRA13 CPR-2 R02 ODF04\\nType: Single-mode Fibre Pair\\nPort: DE.FRA.FRA13.F04.CPR-2.R02.ODF 04.U33, port 24\\nTermination: LC Duplex connector\\n\",\n                    \"loa_template\": \"megaport\",\n                    \"media\": \"LR\",\n                    \"port_speed\": 10000,\n                    \"resource_name\": \"interface\",\n                    \"resource_type\": \"interface\",\n                    \"up\": 0,\n                    \"shutdown\": false\n                }\n            },\n            \"diversityZone\": \"blue\",\n            \"up\": false,\n            \"addOns\": null,\n            \"cancelable\": true\n        },\n        {\n            \"productId\": 256570,\n            \"productUid\": \"05d41db6-1665-488e-8c95-32e723c81839\",\n            \"productName\": \"prueba raul\",\n            \"secondaryName\": null,\n            \"productType\": \"MEGAPORT\",\n            \"provisioningStatus\": \"CONFIGURED\",\n            \"portSpeed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"locationId\": 1516,\n            \"locationDetail\": {\n                \"name\": \"EspanIX Data Centres\",\n                \"city\": \"Madrid\",\n                \"metro\": \"Madrid\",\n                \"country\": \"Spain\"\n            },\n            \"lagPrimary\": false,\n            \"lagId\": null,\n            \"aggregationId\": null,\n            \"createDate\": 1757425342230,\n            \"createdBy\": \"8416b7dd-a5e1-4f03-988f-e3435976ac45\",\n            \"terminateDate\": null,\n            \"liveDate\": null,\n            \"contractStartDate\": 1757340000000,\n            \"contractEndDate\": 1820412000000,\n            \"contractTermMonths\": 24,\n            \"autoRenewTerm\": true,\n            \"market\": \"ES\",\n            \"usageAlgorithm\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"virtual\": false,\n            \"buyoutPort\": false,\n            \"crossConnectRequested\": false,\n            \"locked\": false,\n            \"adminLocked\": false,\n            \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n            \"companyName\": \"Megaport Lab\",\n            \"associatedVxcs\": [],\n            \"associatedIxs\": [],\n            \"attributeTags\": {},\n            \"resources\": {\n                \"interface\": {\n                    \"demarcation\": \"EspanIX Data Centres\\nGran Via de Hortaleza 3, Mesena 80\\nMegaport rack RU21\\nType: Single-mode Fibre Pair\\nPort: 1A-R47A RU21, port 21\\n\",\n                    \"loa_template\": \"megaport\",\n                    \"media\": \"LR4\",\n                    \"port_speed\": 100000,\n                    \"resource_name\": \"interface\",\n                    \"resource_type\": \"interface\",\n                    \"up\": 0,\n                    \"shutdown\": false\n                }\n            },\n            \"diversityZone\": \"red\",\n            \"up\": false,\n            \"addOns\": null,\n            \"cancelable\": true\n        },\n        {\n            \"productId\": 256571,\n            \"productUid\": \"750b843c-afcf-4060-b7ce-ef159ca8a8b4\",\n            \"productName\": \"EG\",\n            \"secondaryName\": null,\n            \"productType\": \"MEGAPORT\",\n            \"provisioningStatus\": \"CONFIGURED\",\n            \"portSpeed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"locationId\": 256,\n            \"locationDetail\": {\n                \"name\": \"Telehouse London North\",\n                \"city\": \"London\",\n                \"metro\": \"London\",\n                \"country\": \"United Kingdom\"\n            },\n            \"lagPrimary\": false,\n            \"lagId\": null,\n            \"aggregationId\": null,\n            \"createDate\": 1757425443930,\n            \"createdBy\": \"164cab1b-53d8-40dd-bfec-b89220767b04\",\n            \"terminateDate\": null,\n            \"liveDate\": null,\n            \"contractStartDate\": 1757340000000,\n            \"contractEndDate\": 1852034400000,\n            \"contractTermMonths\": 36,\n            \"autoRenewTerm\": true,\n            \"market\": \"UK\",\n            \"usageAlgorithm\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"virtual\": false,\n            \"buyoutPort\": false,\n            \"crossConnectRequested\": false,\n            \"locked\": false,\n            \"adminLocked\": false,\n            \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n            \"companyName\": \"Megaport Lab\",\n            \"associatedVxcs\": [\n                {\n                    \"productId\": 256575,\n                    \"productUid\": \"0c4525ea-4d08-4dcc-ab2f-63bde85f0362\",\n                    \"productName\": \"VXC EG\",\n                    \"secondaryName\": null,\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 1000,\n                    \"maximumRate\": 10000,\n                    \"distanceBand\": \"ZONE\",\n                    \"provisioningStatus\": \"CONFIGURED\",\n                    \"usageAlgorithm\": \"POST_PAID_HOURLY_SPEED_LONG_HAUL_VXC\",\n                    \"createdBy\": \"164cab1b-53d8-40dd-bfec-b89220767b04\",\n                    \"createDate\": 1757425611243,\n                    \"resources\": {\n                        \"vll\": {\n                            \"a_vlan\": 1104,\n                            \"b_vlan\": 1104,\n                            \"rate_limit_mbps\": 1000,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 0,\n                            \"shutdown\": false\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": null,\n                    \"contractEndDate\": null,\n                    \"contractTermMonths\": 36,\n                    \"autoRenewTerm\": true,\n                    \"locked\": false,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": false,\n                    \"shutdown\": false,\n                    \"termSpeed\": 1000,\n                    \"cancelable\": true,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"c12085a9-901e-4c14-b5fc-bcdcf54b590e\",\n                        \"productName\": \"EG\",\n                        \"locationId\": 96,\n                        \"location\": \"Digital Realty Dublin DUB2\",\n                        \"locationDetail\": {\n                            \"name\": \"Digital Realty Dublin DUB2\",\n                            \"city\": \"Dublin\",\n                            \"metro\": \"Dublin\",\n                            \"country\": \"Ireland\"\n                        },\n                        \"vlan\": 1104,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"DEFAULT\",\n                        \"diversityZone\": \"blue\"\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"750b843c-afcf-4060-b7ce-ef159ca8a8b4\",\n                        \"productName\": \"EG\",\n                        \"locationId\": 256,\n                        \"location\": \"Telehouse London North\",\n                        \"locationDetail\": {\n                            \"name\": \"Telehouse London North\",\n                            \"city\": \"London\",\n                            \"metro\": \"London\",\n                            \"country\": \"United Kingdom\"\n                        },\n                        \"vlan\": 1104,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"DEFAULT\",\n                        \"diversityZone\": \"blue\"\n                    }\n                }\n            ],\n            \"associatedIxs\": [],\n            \"attributeTags\": {},\n            \"resources\": {\n                \"interface\": {\n                    \"demarcation\": \"Telehouse London North\\n14 Coriander Avenue\\nDocklands North\\nType: Single-mode Fibre Pair\\nPorts: TFM23 SFM E-12 RU42 CAS 3, ports 9+10\\nTermination: LC connector\\n\",\n                    \"loa_template\": \"megaport\",\n                    \"media\": \"LR\",\n                    \"port_speed\": 10000,\n                    \"resource_name\": \"interface\",\n                    \"resource_type\": \"interface\",\n                    \"up\": 0,\n                    \"shutdown\": false\n                }\n            },\n            \"diversityZone\": \"blue\",\n            \"up\": false,\n            \"addOns\": null,\n            \"cancelable\": true\n        },\n        {\n            \"productId\": 256574,\n            \"productUid\": \"c12085a9-901e-4c14-b5fc-bcdcf54b590e\",\n            \"productName\": \"EG\",\n            \"secondaryName\": null,\n            \"productType\": \"MEGAPORT\",\n            \"provisioningStatus\": \"CONFIGURED\",\n            \"portSpeed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"locationId\": 96,\n            \"locationDetail\": {\n                \"name\": \"Digital Realty Dublin DUB2\",\n                \"city\": \"Dublin\",\n                \"metro\": \"Dublin\",\n                \"country\": \"Ireland\"\n            },\n            \"lagPrimary\": false,\n            \"lagId\": null,\n            \"aggregationId\": null,\n            \"createDate\": 1757425512569,\n            \"createdBy\": \"164cab1b-53d8-40dd-bfec-b89220767b04\",\n            \"terminateDate\": null,\n            \"liveDate\": null,\n            \"contractStartDate\": 1757340000000,\n            \"contractEndDate\": 1852034400000,\n            \"contractTermMonths\": 36,\n            \"autoRenewTerm\": true,\n            \"market\": \"IE\",\n            \"usageAlgorithm\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"virtual\": false,\n            \"buyoutPort\": false,\n            \"crossConnectRequested\": false,\n            \"locked\": false,\n            \"adminLocked\": false,\n            \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n            \"companyName\": \"Megaport Lab\",\n            \"associatedVxcs\": [\n                {\n                    \"productId\": 256575,\n                    \"productUid\": \"0c4525ea-4d08-4dcc-ab2f-63bde85f0362\",\n                    \"productName\": \"VXC EG\",\n                    \"secondaryName\": null,\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 1000,\n                    \"maximumRate\": 10000,\n                    \"distanceBand\": \"ZONE\",\n                    \"provisioningStatus\": \"CONFIGURED\",\n                    \"usageAlgorithm\": \"POST_PAID_HOURLY_SPEED_LONG_HAUL_VXC\",\n                    \"createdBy\": \"164cab1b-53d8-40dd-bfec-b89220767b04\",\n                    \"createDate\": 1757425611243,\n                    \"resources\": {\n                        \"vll\": {\n                            \"a_vlan\": 1104,\n                            \"b_vlan\": 1104,\n                            \"rate_limit_mbps\": 1000,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 0,\n                            \"shutdown\": false\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": null,\n                    \"contractEndDate\": null,\n                    \"contractTermMonths\": 36,\n                    \"autoRenewTerm\": true,\n                    \"locked\": false,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": false,\n                    \"shutdown\": false,\n                    \"termSpeed\": 1000,\n                    \"cancelable\": true,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"c12085a9-901e-4c14-b5fc-bcdcf54b590e\",\n                        \"productName\": \"EG\",\n                        \"locationId\": 96,\n                        \"location\": \"Digital Realty Dublin DUB2\",\n                        \"locationDetail\": {\n                            \"name\": \"Digital Realty Dublin DUB2\",\n                            \"city\": \"Dublin\",\n                            \"metro\": \"Dublin\",\n                            \"country\": \"Ireland\"\n                        },\n                        \"vlan\": 1104,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"DEFAULT\",\n                        \"diversityZone\": \"blue\"\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"750b843c-afcf-4060-b7ce-ef159ca8a8b4\",\n                        \"productName\": \"EG\",\n                        \"locationId\": 256,\n                        \"location\": \"Telehouse London North\",\n                        \"locationDetail\": {\n                            \"name\": \"Telehouse London North\",\n                            \"city\": \"London\",\n                            \"metro\": \"London\",\n                            \"country\": \"United Kingdom\"\n                        },\n                        \"vlan\": 1104,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"DEFAULT\",\n                        \"diversityZone\": \"blue\"\n                    }\n                }\n            ],\n            \"associatedIxs\": [],\n            \"attributeTags\": {},\n            \"resources\": {\n                \"interface\": {\n                    \"demarcation\": \"Digital Realty Dublin DUB2\\nUnit 24 Hume Ave, Park West Business Park\\nType: Single-mode Fibre Pair\\nPorts: IX.DUB2.F00.1.20.R01.ODFJ.U18, ports Slot L, Port 7 Tx+Slot L, Port 7 Rx\\nTermination: LC connector\\n\",\n                    \"loa_template\": \"megaport\",\n                    \"media\": \"LR\",\n                    \"port_speed\": 10000,\n                    \"resource_name\": \"interface\",\n                    \"resource_type\": \"interface\",\n                    \"up\": 0,\n                    \"shutdown\": false\n                }\n            },\n            \"diversityZone\": \"blue\",\n            \"up\": false,\n            \"addOns\": null,\n            \"cancelable\": true\n        },\n        {\n            \"productId\": 256600,\n            \"productUid\": \"cebe17a4-8c89-4e6d-ada6-c873e9b248e9\",\n            \"productName\": \"Switch Houston 2 @ Houston - MEGAPORT\",\n            \"secondaryName\": null,\n            \"productType\": \"MEGAPORT\",\n            \"provisioningStatus\": \"CONFIGURED\",\n            \"portSpeed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"locationId\": 1522,\n            \"locationDetail\": {\n                \"name\": \"Switch Houston 2\",\n                \"city\": \"Houston\",\n                \"metro\": \"Houston\",\n                \"country\": \"USA\"\n            },\n            \"lagPrimary\": false,\n            \"lagId\": null,\n            \"aggregationId\": null,\n            \"createDate\": 1757433209252,\n            \"createdBy\": \"bcee51d9-22a3-44a4-b224-4402a08bc77c\",\n            \"terminateDate\": null,\n            \"liveDate\": null,\n            \"contractStartDate\": 1757426400000,\n            \"contractEndDate\": 1788962400000,\n            \"contractTermMonths\": 12,\n            \"autoRenewTerm\": true,\n            \"market\": \"US\",\n            \"usageAlgorithm\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"virtual\": false,\n            \"buyoutPort\": false,\n            \"crossConnectRequested\": false,\n            \"locked\": false,\n            \"adminLocked\": false,\n            \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n            \"companyName\": \"Megaport Lab\",\n            \"associatedVxcs\": [\n                {\n                    \"productId\": 256601,\n                    \"productUid\": \"38293730-38f7-4ccd-bd74-68a13a922d86\",\n                    \"productName\": \"Switch Houston 2 @ Houston - MEGAPORT to Megaport Internet\",\n                    \"secondaryName\": null,\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 1000,\n                    \"maximumRate\": 10000,\n                    \"distanceBand\": \"ZONE\",\n                    \"provisioningStatus\": \"CONFIGURED\",\n                    \"usageAlgorithm\": \"POST_PAID_HOURLY_SPEED_LONG_HAUL_VXC\",\n                    \"createdBy\": \"bcee51d9-22a3-44a4-b224-4402a08bc77c\",\n                    \"createDate\": 1757433209633,\n                    \"resources\": {\n                        \"csp_connection\": {\n                            \"connectType\": \"TRANSIT\",\n                            \"resource_name\": \"b_csp_connection\",\n                            \"resource_type\": \"csp_connection\",\n                            \"customer_ip4_address\": \"162.43.144.113/31\",\n                            \"customer_ip6_network\": \"2a0a:1800:b:2e::/64\",\n                            \"ipv4_gateway_address\": \"162.43.144.112\",\n                            \"ipv6_gateway_address\": \"2a0a:1800:b:2e::1\"\n                        },\n                        \"vll\": {\n                            \"a_vlan\": 95,\n                            \"b_vlan\": 95,\n                            \"rate_limit_mbps\": 1000,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 0,\n                            \"shutdown\": false\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": null,\n                    \"contractEndDate\": null,\n                    \"contractTermMonths\": 12,\n                    \"autoRenewTerm\": true,\n                    \"locked\": false,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": false,\n                    \"shutdown\": false,\n                    \"termSpeed\": 1000,\n                    \"cancelable\": true,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"cebe17a4-8c89-4e6d-ada6-c873e9b248e9\",\n                        \"productName\": \"Switch Houston 2 @ Houston - MEGAPORT\",\n                        \"locationId\": 1522,\n                        \"location\": \"Switch Houston 2\",\n                        \"locationDetail\": {\n                            \"name\": \"Switch Houston 2\",\n                            \"city\": \"Houston\",\n                            \"metro\": \"Houston\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 95,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"DEFAULT\",\n                        \"diversityZone\": \"blue\"\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n                        \"productUid\": \"af4333fa-9bb2-425b-8f4e-4539697c3808\",\n                        \"productName\": \"Megaport Internet\",\n                        \"locationId\": 72,\n                        \"location\": \"Digital Realty Dallas DFW10 (DAL1)\",\n                        \"locationDetail\": {\n                            \"name\": \"Digital Realty Dallas DFW10 (DAL1)\",\n                            \"city\": \"Dallas\",\n                            \"metro\": \"Dallas\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 95,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"TRANSIT\",\n                        \"diversityZone\": \"blue\"\n                    }\n                }\n            ],\n            \"associatedIxs\": [],\n            \"attributeTags\": {},\n            \"resources\": {\n                \"interface\": {\n                    \"demarcation\": \"Switch Houston 2\\n660 Greens Pkwy\\nHOUNAP02.SEC01.CAG03P.CAB05.RR05.RU15.B\\nType: Single-mode Fibre Pair\\nPorts: HOUNAP02.SEC01.CAG03P.CAB05.RR05.RU15.B, ports 11+12\\nTermination: LC connector\\n\",\n                    \"loa_template\": \"megaport\",\n                    \"media\": \"LR\",\n                    \"port_speed\": 10000,\n                    \"resource_name\": \"interface\",\n                    \"resource_type\": \"interface\",\n                    \"up\": 0,\n                    \"shutdown\": false\n                }\n            },\n            \"diversityZone\": \"blue\",\n            \"up\": false,\n            \"addOns\": null,\n            \"cancelable\": true\n        },\n        {\n            \"productId\": 256641,\n            \"productUid\": \"c2baf1f5-7e5b-4bc2-86c1-aeda2652a0a8\",\n            \"productName\": \"10G Port EQX DC4\",\n            \"secondaryName\": null,\n            \"productType\": \"MEGAPORT\",\n            \"provisioningStatus\": \"CONFIGURED\",\n            \"portSpeed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"locationId\": 67,\n            \"locationDetail\": {\n                \"name\": \"Equinix DC4\",\n                \"city\": \"Ashburn\",\n                \"metro\": \"Ashburn\",\n                \"country\": \"USA\"\n            },\n            \"lagPrimary\": false,\n            \"lagId\": null,\n            \"aggregationId\": null,\n            \"createDate\": 1757445671819,\n            \"createdBy\": \"613d8bc5-c63d-4277-86b9-1149bb623edd\",\n            \"terminateDate\": null,\n            \"liveDate\": null,\n            \"contractStartDate\": 1757426400000,\n            \"contractEndDate\": 1852120800000,\n            \"contractTermMonths\": 36,\n            \"autoRenewTerm\": true,\n            \"market\": \"US\",\n            \"usageAlgorithm\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"virtual\": false,\n            \"buyoutPort\": false,\n            \"crossConnectRequested\": false,\n            \"locked\": false,\n            \"adminLocked\": false,\n            \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n            \"companyName\": \"Megaport Lab\",\n            \"associatedVxcs\": [\n                {\n                    \"productId\": 256643,\n                    \"productUid\": \"b5d5eec5-130a-4237-8fbe-7ab3e9cb802c\",\n                    \"productName\": \"10G Port EQX DC4 to Megaport Internet\",\n                    \"secondaryName\": null,\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 1000,\n                    \"maximumRate\": 10000,\n                    \"distanceBand\": \"METRO\",\n                    \"provisioningStatus\": \"CONFIGURED\",\n                    \"usageAlgorithm\": \"POST_PAID_HOURLY_NORMALISED_SPEED\",\n                    \"createdBy\": \"613d8bc5-c63d-4277-86b9-1149bb623edd\",\n                    \"createDate\": 1757445925679,\n                    \"resources\": {\n                        \"csp_connection\": {\n                            \"connectType\": \"TRANSIT\",\n                            \"resource_name\": \"b_csp_connection\",\n                            \"resource_type\": \"csp_connection\",\n                            \"customer_ip4_address\": \"162.43.174.7/31\",\n                            \"customer_ip6_network\": \"2a0a:1800:10:62::/64\",\n                            \"ipv4_gateway_address\": \"162.43.174.6\",\n                            \"ipv6_gateway_address\": \"2a0a:1800:10:62::1\"\n                        },\n                        \"vll\": {\n                            \"a_vlan\": 1200,\n                            \"b_vlan\": 1200,\n                            \"rate_limit_mbps\": 1000,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 0,\n                            \"shutdown\": false\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": null,\n                    \"contractEndDate\": null,\n                    \"contractTermMonths\": 36,\n                    \"autoRenewTerm\": true,\n                    \"locked\": false,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": false,\n                    \"shutdown\": false,\n                    \"termSpeed\": 1000,\n                    \"cancelable\": true,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"c2baf1f5-7e5b-4bc2-86c1-aeda2652a0a8\",\n                        \"productName\": \"10G Port EQX DC4\",\n                        \"locationId\": 67,\n                        \"location\": \"Equinix DC4\",\n                        \"locationDetail\": {\n                            \"name\": \"Equinix DC4\",\n                            \"city\": \"Ashburn\",\n                            \"metro\": \"Ashburn\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 1200,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"DEFAULT\",\n                        \"diversityZone\": \"red\"\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n                        \"productUid\": \"19290db6-11a7-4277-a02e-5b2b47215a9e\",\n                        \"productName\": \"Megaport Internet\",\n                        \"locationId\": 140,\n                        \"location\": \"Digital Realty Northern Virginia IAD38 (ASH1)\",\n                        \"locationDetail\": {\n                            \"name\": \"Digital Realty Northern Virginia IAD38 (ASH1)\",\n                            \"city\": \"Ashburn\",\n                            \"metro\": \"Ashburn\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 1200,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"TRANSIT\",\n                        \"diversityZone\": \"red\"\n                    }\n                }\n            ],\n            \"associatedIxs\": [],\n            \"attributeTags\": {},\n            \"resources\": {\n                \"interface\": {\n                    \"demarcation\": \"Equinix DC4\\n21691 Filigree Court\\nash-eq2 Equinix DC4, DC4:01:041260:0000 (ru25)\\nType: Single-mode Fibre Pair\\nPorts: CP:0000:1340173, ports 46 Tx+46 Rx\\nTermination: LC connector\\n\",\n                    \"loa_template\": \"megaport\",\n                    \"media\": \"LR\",\n                    \"port_speed\": 10000,\n                    \"resource_name\": \"interface\",\n                    \"resource_type\": \"interface\",\n                    \"up\": 0,\n                    \"shutdown\": false\n                }\n            },\n            \"diversityZone\": \"red\",\n            \"up\": false,\n            \"addOns\": null,\n            \"cancelable\": true\n        },\n        {\n            \"productId\": 256799,\n            \"productUid\": \"86d1b510-17f0-4acd-a645-b82d3854013a\",\n            \"productName\": \"ZW Test\",\n            \"secondaryName\": null,\n            \"productType\": \"MEGAPORT\",\n            \"provisioningStatus\": \"CONFIGURED\",\n            \"portSpeed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"locationId\": 68,\n            \"locationDetail\": {\n                \"name\": \"CoreSite VA1\",\n                \"city\": \"Reston\",\n                \"metro\": \"Ashburn\",\n                \"country\": \"USA\"\n            },\n            \"lagPrimary\": false,\n            \"lagId\": null,\n            \"aggregationId\": null,\n            \"createDate\": 1757531992991,\n            \"createdBy\": \"cb9c4d7e-4cd2-4f6b-8f4e-89ab263e57e6\",\n            \"terminateDate\": null,\n            \"liveDate\": null,\n            \"contractStartDate\": 1757512800000,\n            \"contractEndDate\": 1789048800000,\n            \"contractTermMonths\": 12,\n            \"autoRenewTerm\": true,\n            \"market\": \"US\",\n            \"usageAlgorithm\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"virtual\": false,\n            \"buyoutPort\": false,\n            \"crossConnectRequested\": false,\n            \"locked\": false,\n            \"adminLocked\": false,\n            \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n            \"companyName\": \"Megaport Lab\",\n            \"associatedVxcs\": [],\n            \"associatedIxs\": [],\n            \"attributeTags\": {},\n            \"resources\": {\n                \"interface\": {\n                    \"demarcation\": \"CoreSite VA1\\n12100 Sunrise Valley Drive\\nType: Single-mode Fibre Pair\\nPorts: CS.VA1.IDF.1.2.ODP-F.Shelf-6, ports A5+A6\\nTermination: LC connector\\n\",\n                    \"loa_template\": \"megaport\",\n                    \"media\": \"LR\",\n                    \"port_speed\": 10000,\n                    \"resource_name\": \"interface\",\n                    \"resource_type\": \"interface\",\n                    \"up\": 0,\n                    \"shutdown\": false\n                }\n            },\n            \"diversityZone\": \"red\",\n            \"up\": false,\n            \"addOns\": null,\n            \"cancelable\": true\n        },\n        {\n            \"productId\": 256809,\n            \"productUid\": \"3d3b2c77-1012-4cda-abb3-19eb71976914\",\n            \"productName\": \"Teste  - Alta Rede - SP\",\n            \"secondaryName\": null,\n            \"productType\": \"MEGAPORT\",\n            \"provisioningStatus\": \"CONFIGURED\",\n            \"portSpeed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"locationId\": 1485,\n            \"locationDetail\": {\n                \"name\": \"Equinix SP4\",\n                \"city\": \"São Paulo\",\n                \"metro\": \"São Paulo\",\n                \"country\": \"Brazil\"\n            },\n            \"lagPrimary\": false,\n            \"lagId\": null,\n            \"aggregationId\": null,\n            \"createDate\": 1757536242633,\n            \"createdBy\": \"3f0ff8ac-f900-4375-8021-2b8a97595af4\",\n            \"terminateDate\": null,\n            \"liveDate\": null,\n            \"contractStartDate\": 1757512800000,\n            \"contractEndDate\": 1852207200000,\n            \"contractTermMonths\": 36,\n            \"autoRenewTerm\": true,\n            \"market\": \"BR\",\n            \"usageAlgorithm\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"virtual\": false,\n            \"buyoutPort\": false,\n            \"crossConnectRequested\": false,\n            \"locked\": false,\n            \"adminLocked\": false,\n            \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n            \"companyName\": \"Megaport Lab\",\n            \"associatedVxcs\": [],\n            \"associatedIxs\": [],\n            \"attributeTags\": {},\n            \"resources\": {\n                \"interface\": {\n                    \"demarcation\": \"Equinix SP4\\nAvenida Ceci, 1900 Tamboré - Barueri\\nSP4:01:418150 RU47\\nType: Single-mode Fibre Pair\\nPorts: PP:0902:1361261, ports 17 Tx+17 Rx\\nTermination: LC connector\\n\",\n                    \"loa_template\": \"megaport\",\n                    \"media\": \"LR\",\n                    \"port_speed\": 10000,\n                    \"resource_name\": \"interface\",\n                    \"resource_type\": \"interface\",\n                    \"up\": 0,\n                    \"shutdown\": false\n                }\n            },\n            \"diversityZone\": \"blue\",\n            \"up\": false,\n            \"addOns\": null,\n            \"cancelable\": true\n        },\n        {\n            \"productId\": 257118,\n            \"productUid\": \"2e5e49f0-f152-495c-ab20-088c6212b8fb\",\n            \"productName\": \"Test Port\",\n            \"secondaryName\": null,\n            \"productType\": \"MEGAPORT\",\n            \"provisioningStatus\": \"CONFIGURED\",\n            \"portSpeed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"locationId\": 102,\n            \"locationDetail\": {\n                \"name\": \"CyrusOne Carrollton\",\n                \"city\": \"Dallas\",\n                \"metro\": \"Dallas\",\n                \"country\": \"USA\"\n            },\n            \"lagPrimary\": false,\n            \"lagId\": null,\n            \"aggregationId\": null,\n            \"createDate\": 1757692750674,\n            \"createdBy\": \"d64af5a9-5e75-433b-b275-64f8a83bac33\",\n            \"terminateDate\": null,\n            \"liveDate\": null,\n            \"contractStartDate\": 1757685600000,\n            \"contractEndDate\": 1789221600000,\n            \"contractTermMonths\": 12,\n            \"autoRenewTerm\": true,\n            \"market\": \"US\",\n            \"usageAlgorithm\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"virtual\": false,\n            \"buyoutPort\": false,\n            \"crossConnectRequested\": false,\n            \"locked\": false,\n            \"adminLocked\": false,\n            \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n            \"companyName\": \"Megaport Lab\",\n            \"associatedVxcs\": [],\n            \"associatedIxs\": [],\n            \"attributeTags\": {},\n            \"resources\": {\n                \"interface\": {\n                    \"demarcation\": \"CyrusOne Carrollton\\n1649 West Frankford Road, Carrollton\\nType: Single-mode Fibre Pair\\nPorts: C1.DAL-CAR.MC2M-01, ports Cassette 3, Port 10 Tx+Cassette 3, Port 10 Rx\\nTermination: LC connector\\n\",\n                    \"loa_template\": \"megaport\",\n                    \"media\": \"LR\",\n                    \"port_speed\": 10000,\n                    \"resource_name\": \"interface\",\n                    \"resource_type\": \"interface\",\n                    \"up\": 0,\n                    \"shutdown\": false\n                }\n            },\n            \"diversityZone\": \"blue\",\n            \"up\": false,\n            \"addOns\": null,\n            \"cancelable\": true\n        },\n        {\n            \"productId\": 257147,\n            \"productUid\": \"ed13888e-069e-4a05-9c02-c8f281d58876\",\n            \"productName\": \"Teste - Fabio \",\n            \"secondaryName\": null,\n            \"productType\": \"MEGAPORT\",\n            \"provisioningStatus\": \"CONFIGURED\",\n            \"portSpeed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"locationId\": 1485,\n            \"locationDetail\": {\n                \"name\": \"Equinix SP4\",\n                \"city\": \"São Paulo\",\n                \"metro\": \"São Paulo\",\n                \"country\": \"Brazil\"\n            },\n            \"lagPrimary\": false,\n            \"lagId\": null,\n            \"aggregationId\": null,\n            \"createDate\": 1757704757138,\n            \"createdBy\": \"3f0ff8ac-f900-4375-8021-2b8a97595af4\",\n            \"terminateDate\": null,\n            \"liveDate\": null,\n            \"contractStartDate\": 1757685600000,\n            \"contractEndDate\": 1852380000000,\n            \"contractTermMonths\": 36,\n            \"autoRenewTerm\": true,\n            \"market\": \"BR\",\n            \"usageAlgorithm\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"virtual\": false,\n            \"buyoutPort\": false,\n            \"crossConnectRequested\": false,\n            \"locked\": false,\n            \"adminLocked\": false,\n            \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n            \"companyName\": \"Megaport Lab\",\n            \"associatedVxcs\": [\n                {\n                    \"productId\": 257148,\n                    \"productUid\": \"9b963939-7741-4264-805c-8b2ea8a09678\",\n                    \"productName\": \"Teste AWS Fabio\",\n                    \"secondaryName\": null,\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 500,\n                    \"maximumRate\": 10000,\n                    \"distanceBand\": \"METRO\",\n                    \"provisioningStatus\": \"CONFIGURED\",\n                    \"usageAlgorithm\": \"POST_PAID_VARIABLE\",\n                    \"createdBy\": \"3f0ff8ac-f900-4375-8021-2b8a97595af4\",\n                    \"createDate\": 1757704757487,\n                    \"resources\": {\n                        \"csp_connection\": {\n                            \"bandwidth\": 500,\n                            \"connectType\": \"AWSHC\",\n                            \"resource_name\": \"b_csp_connection\",\n                            \"resource_type\": \"csp_connection\",\n                            \"name\": \"Teste AWS Fabio\",\n                            \"ownerAccount\": \"370553169139\",\n                            \"bandwidths\": [\n                                500\n                            ],\n                            \"connectionId\": \"dxcon-fgja2q40\"\n                        },\n                        \"vll\": {\n                            \"a_vlan\": 3643,\n                            \"b_vlan\": 3643,\n                            \"rate_limit_mbps\": 500,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 0,\n                            \"shutdown\": false\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": null,\n                    \"contractEndDate\": null,\n                    \"contractTermMonths\": 36,\n                    \"autoRenewTerm\": true,\n                    \"locked\": false,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": false,\n                    \"shutdown\": false,\n                    \"termSpeed\": 500,\n                    \"cancelable\": true,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"ed13888e-069e-4a05-9c02-c8f281d58876\",\n                        \"productName\": \"Teste - Fabio \",\n                        \"locationId\": 1485,\n                        \"location\": \"Equinix SP4\",\n                        \"locationDetail\": {\n                            \"name\": \"Equinix SP4\",\n                            \"city\": \"São Paulo\",\n                            \"metro\": \"São Paulo\",\n                            \"country\": \"Brazil\"\n                        },\n                        \"vlan\": 3643,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"DEFAULT\",\n                        \"diversityZone\": \"blue\"\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                        \"productUid\": \"309830da-f900-41d6-9743-23b31ff17041\",\n                        \"productName\": \"South America (Sao Paulo) (sa-east-1)\",\n                        \"locationId\": 1485,\n                        \"location\": \"Equinix SP4\",\n                        \"locationDetail\": {\n                            \"name\": \"Equinix SP4\",\n                            \"city\": \"São Paulo\",\n                            \"metro\": \"São Paulo\",\n                            \"country\": \"Brazil\"\n                        },\n                        \"vlan\": 3643,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"AWSHC\",\n                        \"diversityZone\": \"blue\"\n                    }\n                }\n            ],\n            \"associatedIxs\": [],\n            \"attributeTags\": {},\n            \"resources\": {\n                \"interface\": {\n                    \"demarcation\": \"Equinix SP4\\nAvenida Ceci, 1900 Tamboré - Barueri\\nSP4:01:418150 RU47\\nType: Single-mode Fibre Pair\\nPorts: PP:0902:1361261, ports 19 Tx+19 Rx\\nTermination: LC connector\\n\",\n                    \"loa_template\": \"megaport\",\n                    \"media\": \"LR\",\n                    \"port_speed\": 10000,\n                    \"resource_name\": \"interface\",\n                    \"resource_type\": \"interface\",\n                    \"up\": 0,\n                    \"shutdown\": false\n                }\n            },\n            \"diversityZone\": \"blue\",\n            \"up\": false,\n            \"addOns\": null,\n            \"cancelable\": true\n        },\n        {\n            \"productId\": 257258,\n            \"productUid\": \"0e74a8c3-c755-49f4-b4a1-798d5941bb30\",\n            \"productName\": \"Ivan\",\n            \"secondaryName\": null,\n            \"productType\": \"MEGAPORT\",\n            \"provisioningStatus\": \"CONFIGURED\",\n            \"portSpeed\": 100000,\n            \"maxVxcSpeed\": 10000,\n            \"locationId\": 1154,\n            \"locationDetail\": {\n                \"name\": \"Digital Realty Tokyo NRT10\",\n                \"city\": \"Tokyo\",\n                \"metro\": \"Tokyo\",\n                \"country\": \"Japan\"\n            },\n            \"lagPrimary\": false,\n            \"lagId\": null,\n            \"aggregationId\": null,\n            \"createDate\": 1757917356570,\n            \"createdBy\": \"33cce08b-ebd0-4770-b10a-0292da75c64d\",\n            \"terminateDate\": null,\n            \"liveDate\": null,\n            \"contractStartDate\": 1757858400000,\n            \"contractEndDate\": 1760450400000,\n            \"contractTermMonths\": 1,\n            \"autoRenewTerm\": false,\n            \"market\": \"JP\",\n            \"usageAlgorithm\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"virtual\": false,\n            \"buyoutPort\": false,\n            \"crossConnectRequested\": false,\n            \"locked\": false,\n            \"adminLocked\": false,\n            \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n            \"companyName\": \"Megaport Lab\",\n            \"associatedVxcs\": [],\n            \"associatedIxs\": [],\n            \"attributeTags\": {},\n            \"resources\": {\n                \"interface\": {\n                    \"demarcation\": \"Digital Realty Tokyo NRT10\\n9-1 Otsuka, Inzai-City\\nDR.NRT10.S110.02.05.RU38\\nType: Single-mode Fibre Pair\\nPorts: DR.NRT10.S110.02.05.RU38, ports 35+36\\nTermination: LC connector\\n\",\n                    \"loa_template\": \"megaport\",\n                    \"media\": \"LR4\",\n                    \"port_speed\": 100000,\n                    \"resource_name\": \"interface\",\n                    \"resource_type\": \"interface\",\n                    \"up\": 0,\n                    \"shutdown\": false\n                }\n            },\n            \"diversityZone\": null,\n            \"up\": false,\n            \"addOns\": null,\n            \"cancelable\": true\n        },\n        {\n            \"productId\": 257259,\n            \"productUid\": \"f3bce0a3-733b-47f2-baa6-dc82197d4ab7\",\n            \"productName\": \"Ivan\",\n            \"secondaryName\": null,\n            \"productType\": \"MEGAPORT\",\n            \"provisioningStatus\": \"CONFIGURED\",\n            \"portSpeed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"locationId\": 560,\n            \"locationDetail\": {\n                \"name\": \"Equinix TY2\",\n                \"city\": \"Tokyo\",\n                \"metro\": \"Tokyo\",\n                \"country\": \"Japan\"\n            },\n            \"lagPrimary\": false,\n            \"lagId\": null,\n            \"aggregationId\": null,\n            \"createDate\": 1757917535900,\n            \"createdBy\": \"33cce08b-ebd0-4770-b10a-0292da75c64d\",\n            \"terminateDate\": null,\n            \"liveDate\": null,\n            \"contractStartDate\": 1757858400000,\n            \"contractEndDate\": 1760450400000,\n            \"contractTermMonths\": 1,\n            \"autoRenewTerm\": false,\n            \"market\": \"JP\",\n            \"usageAlgorithm\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"virtual\": false,\n            \"buyoutPort\": false,\n            \"crossConnectRequested\": false,\n            \"locked\": false,\n            \"adminLocked\": false,\n            \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n            \"companyName\": \"Megaport Lab\",\n            \"associatedVxcs\": [],\n            \"associatedIxs\": [],\n            \"attributeTags\": {},\n            \"resources\": {\n                \"interface\": {\n                    \"demarcation\": \"Equinix TY2\\n3-8-21 Higashi Shinagawa, Shinagawa-Ku\\nTY2:04:000010:1125 RU35/36\\nType: Single-mode Fibre Pair\\nPorts: PP:1125:1295802, ports 3 Tx+3 Rx\\nTermination: LC connector\\n\",\n                    \"loa_template\": \"megaport\",\n                    \"media\": \"LR4\",\n                    \"port_speed\": 100000,\n                    \"resource_name\": \"interface\",\n                    \"resource_type\": \"interface\",\n                    \"up\": 0,\n                    \"shutdown\": false\n                }\n            },\n            \"diversityZone\": \"red\",\n            \"up\": false,\n            \"addOns\": null,\n            \"cancelable\": true\n        },\n        {\n            \"productId\": 257373,\n            \"productUid\": \"59c669f6-41bf-4e00-9068-39faab4c086d\",\n            \"productName\": \"Den1-me\",\n            \"secondaryName\": null,\n            \"productType\": \"MEGAPORT\",\n            \"provisioningStatus\": \"CONFIGURED\",\n            \"portSpeed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"locationId\": 320,\n            \"locationDetail\": {\n                \"name\": \"CoreSite DE1\",\n                \"city\": \"Denver\",\n                \"metro\": \"Denver\",\n                \"country\": \"USA\"\n            },\n            \"lagPrimary\": false,\n            \"lagId\": null,\n            \"aggregationId\": null,\n            \"createDate\": 1757950113577,\n            \"createdBy\": \"34b80f5c-23b5-4220-a453-e8c6dc1e7059\",\n            \"terminateDate\": null,\n            \"liveDate\": null,\n            \"contractStartDate\": 1757944800000,\n            \"contractEndDate\": 1789480800000,\n            \"contractTermMonths\": 12,\n            \"autoRenewTerm\": true,\n            \"market\": \"US\",\n            \"usageAlgorithm\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"virtual\": false,\n            \"buyoutPort\": false,\n            \"crossConnectRequested\": false,\n            \"locked\": false,\n            \"adminLocked\": false,\n            \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n            \"companyName\": \"Megaport Lab\",\n            \"associatedVxcs\": [\n                {\n                    \"productId\": 257374,\n                    \"productUid\": \"fe1025f9-f2eb-4670-9220-cb6e8a8af311\",\n                    \"productName\": \"Den1-me to Megaport Internet\",\n                    \"secondaryName\": null,\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 100,\n                    \"maximumRate\": 10000,\n                    \"distanceBand\": \"METRO\",\n                    \"provisioningStatus\": \"CONFIGURED\",\n                    \"usageAlgorithm\": \"POST_PAID_HOURLY_NORMALISED_SPEED\",\n                    \"createdBy\": \"34b80f5c-23b5-4220-a453-e8c6dc1e7059\",\n                    \"createDate\": 1757950114032,\n                    \"resources\": {\n                        \"csp_connection\": {\n                            \"connectType\": \"TRANSIT\",\n                            \"resource_name\": \"b_csp_connection\",\n                            \"resource_type\": \"csp_connection\",\n                            \"customer_ip4_address\": \"162.43.152.11/31\",\n                            \"customer_ip6_network\": \"2a0a:1800:14:6::/64\",\n                            \"ipv4_gateway_address\": \"162.43.152.10\",\n                            \"ipv6_gateway_address\": \"2a0a:1800:14:6::1\"\n                        },\n                        \"vll\": {\n                            \"a_vlan\": 1650,\n                            \"b_vlan\": 1650,\n                            \"rate_limit_mbps\": 100,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 0,\n                            \"shutdown\": false\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": null,\n                    \"contractEndDate\": null,\n                    \"contractTermMonths\": 12,\n                    \"autoRenewTerm\": true,\n                    \"locked\": false,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": false,\n                    \"shutdown\": false,\n                    \"termSpeed\": 100,\n                    \"cancelable\": true,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"59c669f6-41bf-4e00-9068-39faab4c086d\",\n                        \"productName\": \"Den1-me\",\n                        \"locationId\": 320,\n                        \"location\": \"CoreSite DE1\",\n                        \"locationDetail\": {\n                            \"name\": \"CoreSite DE1\",\n                            \"city\": \"Denver\",\n                            \"metro\": \"Denver\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 1650,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"DEFAULT\",\n                        \"diversityZone\": \"red\"\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n                        \"productUid\": \"b1874ba7-bdf8-4619-9e7e-381b0af69bc8\",\n                        \"productName\": \"Megaport Internet\",\n                        \"locationId\": 320,\n                        \"location\": \"CoreSite DE1\",\n                        \"locationDetail\": {\n                            \"name\": \"CoreSite DE1\",\n                            \"city\": \"Denver\",\n                            \"metro\": \"Denver\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 1650,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"TRANSIT\",\n                        \"diversityZone\": \"red\"\n                    }\n                }\n            ],\n            \"associatedIxs\": [],\n            \"attributeTags\": {},\n            \"resources\": {\n                \"interface\": {\n                    \"demarcation\": \"CoreSite DE1\\n910 15th Street #740\\nMMR\\nType: Single-mode Fibre Pair\\nPorts: 03.300.CORE.0107 ODP-B Shelf 2, ports D7+D8\\n\",\n                    \"loa_template\": \"megaport\",\n                    \"media\": \"LR\",\n                    \"port_speed\": 10000,\n                    \"resource_name\": \"interface\",\n                    \"resource_type\": \"interface\",\n                    \"up\": 0,\n                    \"shutdown\": false\n                }\n            },\n            \"diversityZone\": \"red\",\n            \"up\": false,\n            \"addOns\": null,\n            \"cancelable\": true\n        },\n        {\n            \"productId\": 257425,\n            \"productUid\": \"ab0cdc01-949b-4123-a990-0c130b4257db\",\n            \"productName\": \"Centersquare Chicago ORD2-A/ORD2-B @ Chicago - MEGAPORT\",\n            \"secondaryName\": null,\n            \"productType\": \"MEGAPORT\",\n            \"provisioningStatus\": \"CONFIGURED\",\n            \"portSpeed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"locationId\": 647,\n            \"locationDetail\": {\n                \"name\": \"Centersquare Chicago ORD2-A/ORD2-B\",\n                \"city\": \"Chicago\",\n                \"metro\": \"Chicago\",\n                \"country\": \"USA\"\n            },\n            \"lagPrimary\": false,\n            \"lagId\": null,\n            \"aggregationId\": null,\n            \"createDate\": 1757966019188,\n            \"createdBy\": \"6af2110b-6f13-48c2-b161-0bffb265a489\",\n            \"terminateDate\": null,\n            \"liveDate\": null,\n            \"contractStartDate\": 1757944800000,\n            \"contractEndDate\": 1760536800000,\n            \"contractTermMonths\": 1,\n            \"autoRenewTerm\": false,\n            \"market\": \"US\",\n            \"usageAlgorithm\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"virtual\": false,\n            \"buyoutPort\": false,\n            \"crossConnectRequested\": false,\n            \"locked\": false,\n            \"adminLocked\": false,\n            \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n            \"companyName\": \"Megaport Lab\",\n            \"associatedVxcs\": [],\n            \"associatedIxs\": [],\n            \"attributeTags\": {},\n            \"resources\": {\n                \"interface\": {\n                    \"demarcation\": \"Centersquare Chicago ORD2-A/ORD2-B\\n2425 Busse Road, Elk Grove Village\\nType: Single-mode Fibre Pair\\nPorts: ORD2-A-DC-North-NR02.11-U18R-Mod C-4, ports 8 Tx+8 Rx\\nTermination: LC connector\\n\",\n                    \"loa_template\": \"megaport\",\n                    \"media\": \"LR\",\n                    \"port_speed\": 10000,\n                    \"resource_name\": \"interface\",\n                    \"resource_type\": \"interface\",\n                    \"up\": 0,\n                    \"shutdown\": false\n                }\n            },\n            \"diversityZone\": \"blue\",\n            \"up\": false,\n            \"addOns\": null,\n            \"cancelable\": true\n        },\n        {\n            \"productId\": 257544,\n            \"productUid\": \"83700eb7-c469-4e09-979b-2fe6e6f84b04\",\n            \"productName\": \"Demo \",\n            \"secondaryName\": null,\n            \"productType\": \"MEGAPORT\",\n            \"provisioningStatus\": \"CONFIGURED\",\n            \"portSpeed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"locationId\": 54,\n            \"locationDetail\": {\n                \"name\": \"Equinix HK2\",\n                \"city\": \"Hong Kong\",\n                \"metro\": \"Hong Kong\",\n                \"country\": \"Hong Kong\"\n            },\n            \"lagPrimary\": false,\n            \"lagId\": null,\n            \"aggregationId\": null,\n            \"createDate\": 1758011069102,\n            \"createdBy\": \"01d0d3bf-51c1-49eb-aa8e-b4d7455a3be3\",\n            \"terminateDate\": null,\n            \"liveDate\": null,\n            \"contractStartDate\": 1757944800000,\n            \"contractEndDate\": 1789480800000,\n            \"contractTermMonths\": 12,\n            \"autoRenewTerm\": true,\n            \"market\": \"HK\",\n            \"usageAlgorithm\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"virtual\": false,\n            \"buyoutPort\": false,\n            \"crossConnectRequested\": false,\n            \"locked\": false,\n            \"adminLocked\": false,\n            \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n            \"companyName\": \"Megaport Lab\",\n            \"associatedVxcs\": [\n                {\n                    \"productId\": 257545,\n                    \"productUid\": \"84b5cedb-0214-472a-a25a-a5a53496868a\",\n                    \"productName\": \"Demo AWS\",\n                    \"secondaryName\": null,\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 100,\n                    \"maximumRate\": 10000,\n                    \"distanceBand\": \"METRO\",\n                    \"provisioningStatus\": \"CONFIGURED\",\n                    \"usageAlgorithm\": \"POST_PAID_VARIABLE\",\n                    \"createdBy\": \"01d0d3bf-51c1-49eb-aa8e-b4d7455a3be3\",\n                    \"createDate\": 1758011069472,\n                    \"resources\": {\n                        \"csp_connection\": {\n                            \"bandwidth\": 100,\n                            \"connectType\": \"AWSHC\",\n                            \"resource_name\": \"b_csp_connection\",\n                            \"resource_type\": \"csp_connection\",\n                            \"name\": \"Demo AWS\",\n                            \"ownerAccount\": \"370553169139\",\n                            \"bandwidths\": [\n                                100\n                            ],\n                            \"connectionId\": \"dxcon-fh2rxiha\"\n                        },\n                        \"vll\": {\n                            \"a_vlan\": 3461,\n                            \"b_vlan\": 3461,\n                            \"rate_limit_mbps\": 100,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 0,\n                            \"shutdown\": false\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": null,\n                    \"contractEndDate\": null,\n                    \"contractTermMonths\": 12,\n                    \"autoRenewTerm\": true,\n                    \"locked\": false,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": false,\n                    \"shutdown\": false,\n                    \"termSpeed\": 100,\n                    \"cancelable\": true,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"83700eb7-c469-4e09-979b-2fe6e6f84b04\",\n                        \"productName\": \"Demo \",\n                        \"locationId\": 54,\n                        \"location\": \"Equinix HK2\",\n                        \"locationDetail\": {\n                            \"name\": \"Equinix HK2\",\n                            \"city\": \"Hong Kong\",\n                            \"metro\": \"Hong Kong\",\n                            \"country\": \"Hong Kong\"\n                        },\n                        \"vlan\": 3461,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"DEFAULT\",\n                        \"diversityZone\": \"blue\"\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                        \"productUid\": \"b099b962-3e4a-4f7a-a2d5-b0afa8eb5a2f\",\n                        \"productName\": \"Asia Pacific (Hong Kong) (ap-east-1)\",\n                        \"locationId\": 46,\n                        \"location\": \"Equinix HK1\",\n                        \"locationDetail\": {\n                            \"name\": \"Equinix HK1\",\n                            \"city\": \"Hong Kong\",\n                            \"metro\": \"Hong Kong\",\n                            \"country\": \"Hong Kong\"\n                        },\n                        \"vlan\": 3461,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"AWSHC\",\n                        \"diversityZone\": \"red\"\n                    }\n                }\n            ],\n            \"associatedIxs\": [],\n            \"attributeTags\": {},\n            \"resources\": {\n                \"interface\": {\n                    \"demarcation\": \"Equinix HK2\\n17/F Kerry Warehouse, 3 Shing Yiu Street, Kwai Chung\\nHK2:15:00010:1716\\nType: Single-mode Fibre Pair\\nPorts: CP:1716:1007817, ports 121+122\\n\",\n                    \"loa_template\": \"megaport\",\n                    \"media\": \"LR\",\n                    \"port_speed\": 10000,\n                    \"resource_name\": \"interface\",\n                    \"resource_type\": \"interface\",\n                    \"up\": 0,\n                    \"shutdown\": false\n                }\n            },\n            \"diversityZone\": \"blue\",\n            \"up\": false,\n            \"addOns\": null,\n            \"cancelable\": true\n        },\n        {\n            \"productId\": 257577,\n            \"productUid\": \"820bd15b-03f1-4575-9cb4-5a620c0b5bec\",\n            \"productName\": \"Port\",\n            \"secondaryName\": null,\n            \"productType\": \"MEGAPORT\",\n            \"provisioningStatus\": \"CONFIGURED\",\n            \"portSpeed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"locationId\": 131,\n            \"locationDetail\": {\n                \"name\": \"Equinix FR5\",\n                \"city\": \"Frankfurt\",\n                \"metro\": \"Frankfurt\",\n                \"country\": \"Germany\"\n            },\n            \"lagPrimary\": false,\n            \"lagId\": null,\n            \"aggregationId\": null,\n            \"createDate\": 1758029379474,\n            \"createdBy\": \"96d0a290-a28c-464b-a690-d34da78eba6a\",\n            \"terminateDate\": null,\n            \"liveDate\": null,\n            \"contractStartDate\": 1757944800000,\n            \"contractEndDate\": 1789480800000,\n            \"contractTermMonths\": 12,\n            \"autoRenewTerm\": true,\n            \"market\": \"DE\",\n            \"usageAlgorithm\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"virtual\": false,\n            \"buyoutPort\": false,\n            \"crossConnectRequested\": false,\n            \"locked\": false,\n            \"adminLocked\": false,\n            \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n            \"companyName\": \"Megaport Lab\",\n            \"associatedVxcs\": [],\n            \"associatedIxs\": [],\n            \"attributeTags\": {},\n            \"resources\": {\n                \"interface\": {\n                    \"demarcation\": \"Equinix FR5\\nKleyerstraße 90\\nRack FR5:03:M31600:0118\\nType: Single-mode Fibre Pair\\nPorts: PP:0118:1266746, ports 3+4\\nTermination: LC connector\\n\",\n                    \"loa_template\": \"ecix\",\n                    \"media\": \"LR\",\n                    \"port_speed\": 10000,\n                    \"resource_name\": \"interface\",\n                    \"resource_type\": \"interface\",\n                    \"up\": 0,\n                    \"shutdown\": false\n                }\n            },\n            \"diversityZone\": \"blue\",\n            \"up\": false,\n            \"addOns\": null,\n            \"cancelable\": true\n        }\n    ]\n}"},{"id":"4f2e49d5-2158-46af-b86e-709c1b038f72","name":"Get Product List - All Live Services","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":{"raw":"{{baseUrl}}/v2/products?provisioningStatus=LIVE","host":["{{baseUrl}}"],"path":["v2","products"],"query":[{"key":"provisioningStatus","value":"LIVE","description":"Filter by the provisioning status of the product.\nThe values for provisioningStatus are NEW, DESIGN, DEPLOYABLE, CONFIGURED, LIVE, CANCELLED, and CANCELLED_PARENT. (Optional)"},{"key":"filter","value":"{status}","description":"An additional status filter that can be used to filter the provisioning status of the product.\nThe values for filter are: ALL, LIVE, DECOMMISSIONED, and RECENTLY_DECOMMISSIONED. \nIf nothing is passed, the default value is RECENTLY_DECOMMISSIONED, which returns services that have been decommissioned in the last 30 days. (Optional)","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 18 Sep 2025 00:45:46 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"28479"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amzn-Trace-Id","value":"Root=1-68cb5633-3b42867a06ddf57b5b8a487b"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Server-Timing","value":"app;dur=6516"},{"key":"ETag","value":"W/\"0e0095ac665a17afaa92ce1b0c65723a6\""},{"key":"X-Xss-Protection","value":"1 ; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"trace-id","value":"7f747dbc68ef2a03e7af34ef685a7e4d"},{"key":"content-encoding","value":"gzip"},{"key":"X-Robots-Tag","value":"noindex"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Found 69 Products\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"productId\": 21305,\n            \"productUid\": \"443462a8-ee11-4d9a-b472-a6f6699bd37b\",\n            \"productName\": \"B2_SALAB_PLEASE_DO_NOT_DELETE \",\n            \"secondaryName\": null,\n            \"productType\": \"MEGAPORT\",\n            \"provisioningStatus\": \"LIVE\",\n            \"portSpeed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"locationId\": 383,\n            \"locationDetail\": {\n                \"name\": \"NextDC B2\",\n                \"city\": \"Brisbane\",\n                \"metro\": \"Brisbane\",\n                \"country\": \"Australia\"\n            },\n            \"lagPrimary\": false,\n            \"lagId\": null,\n            \"aggregationId\": null,\n            \"createDate\": 1532323860049,\n            \"createdBy\": \"ac08c572-5a57-426e-a3b7-2a5364dce234\",\n            \"terminateDate\": null,\n            \"liveDate\": 1532467105068,\n            \"contractStartDate\": 1532440800000,\n            \"contractEndDate\": 1754350592177,\n            \"contractTermMonths\": 36,\n            \"autoRenewTerm\": false,\n            \"market\": \"AU\",\n            \"costCentre\": \"\",\n            \"usageAlgorithm\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"virtual\": false,\n            \"buyoutPort\": false,\n            \"crossConnectRequested\": false,\n            \"locked\": true,\n            \"adminLocked\": false,\n            \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n            \"companyName\": \"Megaport Lab\",\n            \"associatedVxcs\": [\n                {\n                    \"productId\": 166823,\n                    \"productUid\": \"5d179927-de42-44e4-bc01-2fd59a458834\",\n                    \"productName\": \"Internet to B2_SALAB\",\n                    \"secondaryName\": \"Internet to B2_SALAB\",\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 600,\n                    \"maximumRate\": 1000,\n                    \"distanceBand\": \"INTERZONE\",\n                    \"provisioningStatus\": \"LIVE\",\n                    \"usageAlgorithm\": \"POST_PAID_HOURLY_SPEED_LONG_HAUL_VXC\",\n                    \"createdBy\": \"4b0fa5cb-5137-4081-8757-cf093ec5190a\",\n                    \"createDate\": 1689212764828,\n                    \"resources\": {\n                        \"vll\": {\n                            \"a_vlan\": 2999,\n                            \"b_vlan\": 2023,\n                            \"b_inner_vlan\": 100,\n                            \"rate_limit_mbps\": 600,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 1,\n                            \"shutdown\": false,\n                            \"binnerVlan\": 100\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": 1689212871485,\n                    \"contractEndDate\": 1755680188576,\n                    \"contractTermMonths\": 12,\n                    \"autoRenewTerm\": false,\n                    \"locked\": false,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": true,\n                    \"shutdown\": false,\n                    \"termSpeed\": 200,\n                    \"cancelable\": true,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"443462a8-ee11-4d9a-b472-a6f6699bd37b\",\n                        \"productName\": \"B2_SALAB_PLEASE_DO_NOT_DELETE \",\n                        \"locationId\": 383,\n                        \"location\": \"NextDC B2\",\n                        \"locationDetail\": {\n                            \"name\": \"NextDC B2\",\n                            \"city\": \"Brisbane\",\n                            \"metro\": \"Brisbane\",\n                            \"country\": \"Australia\"\n                        },\n                        \"vlan\": 2999,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"DEFAULT\",\n                        \"diversityZone\": \"red\"\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"bed6bd44-bcac-47ee-b323-627c218a5107\",\n                        \"productName\": \"STu-C8kv_PLEASE_DO_NOT_DELETE\",\n                        \"locationId\": 42,\n                        \"location\": \"Interactive 39 Herbert (Tower A)\",\n                        \"locationDetail\": {\n                            \"name\": \"Interactive 39 Herbert (Tower A)\",\n                            \"city\": \"Sydney\",\n                            \"metro\": \"Sydney\",\n                            \"country\": \"Australia\"\n                        },\n                        \"vlan\": 2023,\n                        \"innerVlan\": 100,\n                        \"secondaryName\": null,\n                        \"connectType\": \"MVE\",\n                        \"diversityZone\": \"blue\",\n                        \"vNicIndex\": 0\n                    }\n                },\n                {\n                    \"productId\": 195688,\n                    \"productUid\": \"277fe283-d9d9-4fe6-aecd-f9e339e3a604\",\n                    \"productName\": \"Test old pricing\",\n                    \"secondaryName\": \"Test old pricing\",\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 1000,\n                    \"maximumRate\": 1000,\n                    \"distanceBand\": \"INTERZONE\",\n                    \"provisioningStatus\": \"LIVE\",\n                    \"usageAlgorithm\": \"POST_PAID_HOURLY_SPEED_LONG_HAUL_VXC\",\n                    \"createdBy\": \"4b0fa5cb-5137-4081-8757-cf093ec5190a\",\n                    \"createDate\": 1714693737488,\n                    \"resources\": {\n                        \"vll\": {\n                            \"a_vlan\": 785,\n                            \"b_vlan\": 785,\n                            \"rate_limit_mbps\": 1000,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 1,\n                            \"shutdown\": false\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": 1714693775955,\n                    \"contractEndDate\": 1717336800000,\n                    \"contractTermMonths\": 1,\n                    \"autoRenewTerm\": false,\n                    \"locked\": false,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": true,\n                    \"shutdown\": false,\n                    \"cancelable\": true,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"443462a8-ee11-4d9a-b472-a6f6699bd37b\",\n                        \"productName\": \"B2_SALAB_PLEASE_DO_NOT_DELETE \",\n                        \"locationId\": 383,\n                        \"location\": \"NextDC B2\",\n                        \"locationDetail\": {\n                            \"name\": \"NextDC B2\",\n                            \"city\": \"Brisbane\",\n                            \"metro\": \"Brisbane\",\n                            \"country\": \"Australia\"\n                        },\n                        \"vlan\": 785,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"DEFAULT\",\n                        \"diversityZone\": \"red\"\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"8740f152-cba2-4dd1-a8a9-888ba9936e3f\",\n                        \"productName\": \"SG1_SALAB_PLEASE_DO_NOT_DELETE\",\n                        \"locationId\": 36,\n                        \"location\": \"Equinix SG1\",\n                        \"locationDetail\": {\n                            \"name\": \"Equinix SG1\",\n                            \"city\": \"Singapore\",\n                            \"metro\": \"Singapore\",\n                            \"country\": \"Singapore\"\n                        },\n                        \"vlan\": 785,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"DEFAULT\",\n                        \"diversityZone\": \"red\"\n                    }\n                },\n                {\n                    \"productId\": 197792,\n                    \"productUid\": \"a786fabe-f7e9-4997-b224-d8cc5da1ac5f\",\n                    \"productName\": \"Test\",\n                    \"secondaryName\": null,\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 100,\n                    \"maximumRate\": 1000,\n                    \"distanceBand\": \"INTERZONE\",\n                    \"provisioningStatus\": \"LIVE\",\n                    \"usageAlgorithm\": \"POST_PAID_HOURLY_SPEED_LONG_HAUL_VXC\",\n                    \"createdBy\": \"4b0fa5cb-5137-4081-8757-cf093ec5190a\",\n                    \"createDate\": 1716254256682,\n                    \"resources\": {\n                        \"vll\": {\n                            \"a_vlan\": 425,\n                            \"b_vlan\": 425,\n                            \"rate_limit_mbps\": 100,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 1,\n                            \"shutdown\": false\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": 1716254298340,\n                    \"contractEndDate\": 1718892000000,\n                    \"contractTermMonths\": 1,\n                    \"autoRenewTerm\": false,\n                    \"locked\": false,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": true,\n                    \"shutdown\": false,\n                    \"cancelable\": true,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"443462a8-ee11-4d9a-b472-a6f6699bd37b\",\n                        \"productName\": \"B2_SALAB_PLEASE_DO_NOT_DELETE \",\n                        \"locationId\": 383,\n                        \"location\": \"NextDC B2\",\n                        \"locationDetail\": {\n                            \"name\": \"NextDC B2\",\n                            \"city\": \"Brisbane\",\n                            \"metro\": \"Brisbane\",\n                            \"country\": \"Australia\"\n                        },\n                        \"vlan\": 425,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"DEFAULT\",\n                        \"diversityZone\": \"red\"\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"8740f152-cba2-4dd1-a8a9-888ba9936e3f\",\n                        \"productName\": \"SG1_SALAB_PLEASE_DO_NOT_DELETE\",\n                        \"locationId\": 36,\n                        \"location\": \"Equinix SG1\",\n                        \"locationDetail\": {\n                            \"name\": \"Equinix SG1\",\n                            \"city\": \"Singapore\",\n                            \"metro\": \"Singapore\",\n                            \"country\": \"Singapore\"\n                        },\n                        \"vlan\": 425,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"DEFAULT\",\n                        \"diversityZone\": \"red\"\n                    }\n                }\n            ],\n            \"associatedIxs\": [],\n            \"attributeTags\": {},\n            \"resources\": {\n                \"interface\": {\n                    \"demarcation\": \"\",\n                    \"loa_template\": \"megaport\",\n                    \"media\": \"LX\",\n                    \"port_speed\": 1000,\n                    \"resource_name\": \"interface\",\n                    \"resource_type\": \"interface\",\n                    \"up\": 1\n                }\n            },\n            \"diversityZone\": \"red\",\n            \"up\": true,\n            \"addOns\": null,\n            \"cancelable\": false\n        },\n        {\n            \"productId\": 24851,\n            \"productUid\": \"8740f152-cba2-4dd1-a8a9-888ba9936e3f\",\n            \"productName\": \"SG1_SALAB_PLEASE_DO_NOT_DELETE\",\n            \"secondaryName\": null,\n            \"productType\": \"MEGAPORT\",\n            \"provisioningStatus\": \"LIVE\",\n            \"portSpeed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"locationId\": 36,\n            \"locationDetail\": {\n                \"name\": \"Equinix SG1\",\n                \"city\": \"Singapore\",\n                \"metro\": \"Singapore\",\n                \"country\": \"Singapore\"\n            },\n            \"lagPrimary\": false,\n            \"lagId\": null,\n            \"aggregationId\": null,\n            \"createDate\": 1539788535678,\n            \"createdBy\": \"f4c0bbe7-6063-490d-b5e7-99d1f335ef66\",\n            \"terminateDate\": null,\n            \"liveDate\": 1539913855523,\n            \"contractStartDate\": 1539871200000,\n            \"contractEndDate\": 1542549600000,\n            \"contractTermMonths\": 1,\n            \"autoRenewTerm\": false,\n            \"market\": \"SG\",\n            \"costCentre\": \"\",\n            \"usageAlgorithm\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"virtual\": false,\n            \"buyoutPort\": false,\n            \"crossConnectRequested\": false,\n            \"locked\": false,\n            \"adminLocked\": false,\n            \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n            \"companyName\": \"Megaport Lab\",\n            \"associatedVxcs\": [\n                {\n                    \"productId\": 195688,\n                    \"productUid\": \"277fe283-d9d9-4fe6-aecd-f9e339e3a604\",\n                    \"productName\": \"Test old pricing\",\n                    \"secondaryName\": \"Test old pricing\",\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 1000,\n                    \"maximumRate\": 1000,\n                    \"distanceBand\": \"INTERZONE\",\n                    \"provisioningStatus\": \"LIVE\",\n                    \"usageAlgorithm\": \"POST_PAID_HOURLY_SPEED_LONG_HAUL_VXC\",\n                    \"createdBy\": \"4b0fa5cb-5137-4081-8757-cf093ec5190a\",\n                    \"createDate\": 1714693737488,\n                    \"resources\": {\n                        \"vll\": {\n                            \"a_vlan\": 785,\n                            \"b_vlan\": 785,\n                            \"rate_limit_mbps\": 1000,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 1,\n                            \"shutdown\": false\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": 1714693775955,\n                    \"contractEndDate\": 1717336800000,\n                    \"contractTermMonths\": 1,\n                    \"autoRenewTerm\": false,\n                    \"locked\": false,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": true,\n                    \"shutdown\": false,\n                    \"cancelable\": true,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"443462a8-ee11-4d9a-b472-a6f6699bd37b\",\n                        \"productName\": \"B2_SALAB_PLEASE_DO_NOT_DELETE \",\n                        \"locationId\": 383,\n                        \"location\": \"NextDC B2\",\n                        \"locationDetail\": {\n                            \"name\": \"NextDC B2\",\n                            \"city\": \"Brisbane\",\n                            \"metro\": \"Brisbane\",\n                            \"country\": \"Australia\"\n                        },\n                        \"vlan\": 785,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"DEFAULT\",\n                        \"diversityZone\": \"red\"\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"8740f152-cba2-4dd1-a8a9-888ba9936e3f\",\n                        \"productName\": \"SG1_SALAB_PLEASE_DO_NOT_DELETE\",\n                        \"locationId\": 36,\n                        \"location\": \"Equinix SG1\",\n                        \"locationDetail\": {\n                            \"name\": \"Equinix SG1\",\n                            \"city\": \"Singapore\",\n                            \"metro\": \"Singapore\",\n                            \"country\": \"Singapore\"\n                        },\n                        \"vlan\": 785,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"DEFAULT\",\n                        \"diversityZone\": \"red\"\n                    }\n                },\n                {\n                    \"productId\": 116173,\n                    \"productUid\": \"dd9a73a4-7819-4f96-a4f3-73103e8f62f5\",\n                    \"productName\": \"Inband - Management\",\n                    \"secondaryName\": \"Inband - Management\",\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 10,\n                    \"maximumRate\": 1000,\n                    \"distanceBand\": \"INTERZONE\",\n                    \"provisioningStatus\": \"LIVE\",\n                    \"usageAlgorithm\": \"POST_PAID_HOURLY_SPEED_LONG_HAUL_VXC\",\n                    \"createdBy\": \"4b0fa5cb-5137-4081-8757-cf093ec5190a\",\n                    \"createDate\": 1648676590111,\n                    \"resources\": {\n                        \"csp_connection\": {\n                            \"connectType\": \"AWS\",\n                            \"resource_name\": \"b_csp_connection\",\n                            \"resource_type\": \"csp_connection\",\n                            \"vlan\": 921,\n                            \"account\": \"370553169139\",\n                            \"amazon_address\": \"169.254.50.233/30\",\n                            \"amazonAsn\": 7224,\n                            \"amazonIpAddress\": \"169.254.50.233/30\",\n                            \"asn\": 65330,\n                            \"authKey\": \"sgrouterauthkey\",\n                            \"auth_key\": \"sgrouterauthkey\",\n                            \"customer_address\": \"169.254.50.234/30\",\n                            \"customerIpAddress\": \"169.254.50.234/30\",\n                            \"id\": 195024,\n                            \"name\": \"Inband Singapore SALAB\",\n                            \"ownerAccount\": \"370553169139\",\n                            \"peerAsn\": 7224,\n                            \"type\": \"private\",\n                            \"vif_id\": \"dxvif-fh2mt157\"\n                        },\n                        \"vll\": {\n                            \"a_vlan\": 921,\n                            \"b_vlan\": 921,\n                            \"rate_limit_mbps\": 10,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 1,\n                            \"shutdown\": false\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": 1648676657660,\n                    \"contractEndDate\": 1651240800000,\n                    \"contractTermMonths\": 1,\n                    \"autoRenewTerm\": false,\n                    \"locked\": true,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": true,\n                    \"shutdown\": false,\n                    \"cancelable\": false,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"8740f152-cba2-4dd1-a8a9-888ba9936e3f\",\n                        \"productName\": \"SG1_SALAB_PLEASE_DO_NOT_DELETE\",\n                        \"locationId\": 36,\n                        \"location\": \"Equinix SG1\",\n                        \"locationDetail\": {\n                            \"name\": \"Equinix SG1\",\n                            \"city\": \"Singapore\",\n                            \"metro\": \"Singapore\",\n                            \"country\": \"Singapore\"\n                        },\n                        \"vlan\": 921,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"DEFAULT\",\n                        \"diversityZone\": \"red\"\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                        \"productUid\": \"87860c28-81ef-4e79-8cc7-cfc5a4c4bc86\",\n                        \"productName\": \"Asia Pacific (Sydney) (ap-southeast-2)\",\n                        \"locationId\": 6,\n                        \"location\": \"Equinix SY3\",\n                        \"locationDetail\": {\n                            \"name\": \"Equinix SY3\",\n                            \"city\": \"Sydney\",\n                            \"metro\": \"Sydney\",\n                            \"country\": \"Australia\"\n                        },\n                        \"vlan\": 921,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"AWS\",\n                        \"diversityZone\": null\n                    }\n                },\n                {\n                    \"productId\": 197792,\n                    \"productUid\": \"a786fabe-f7e9-4997-b224-d8cc5da1ac5f\",\n                    \"productName\": \"Test\",\n                    \"secondaryName\": null,\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 100,\n                    \"maximumRate\": 1000,\n                    \"distanceBand\": \"INTERZONE\",\n                    \"provisioningStatus\": \"LIVE\",\n                    \"usageAlgorithm\": \"POST_PAID_HOURLY_SPEED_LONG_HAUL_VXC\",\n                    \"createdBy\": \"4b0fa5cb-5137-4081-8757-cf093ec5190a\",\n                    \"createDate\": 1716254256682,\n                    \"resources\": {\n                        \"vll\": {\n                            \"a_vlan\": 425,\n                            \"b_vlan\": 425,\n                            \"rate_limit_mbps\": 100,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 1,\n                            \"shutdown\": false\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": 1716254298340,\n                    \"contractEndDate\": 1718892000000,\n                    \"contractTermMonths\": 1,\n                    \"autoRenewTerm\": false,\n                    \"locked\": false,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": true,\n                    \"shutdown\": false,\n                    \"cancelable\": true,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"443462a8-ee11-4d9a-b472-a6f6699bd37b\",\n                        \"productName\": \"B2_SALAB_PLEASE_DO_NOT_DELETE \",\n                        \"locationId\": 383,\n                        \"location\": \"NextDC B2\",\n                        \"locationDetail\": {\n                            \"name\": \"NextDC B2\",\n                            \"city\": \"Brisbane\",\n                            \"metro\": \"Brisbane\",\n                            \"country\": \"Australia\"\n                        },\n                        \"vlan\": 425,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"DEFAULT\",\n                        \"diversityZone\": \"red\"\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"8740f152-cba2-4dd1-a8a9-888ba9936e3f\",\n                        \"productName\": \"SG1_SALAB_PLEASE_DO_NOT_DELETE\",\n                        \"locationId\": 36,\n                        \"location\": \"Equinix SG1\",\n                        \"locationDetail\": {\n                            \"name\": \"Equinix SG1\",\n                            \"city\": \"Singapore\",\n                            \"metro\": \"Singapore\",\n                            \"country\": \"Singapore\"\n                        },\n                        \"vlan\": 425,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"DEFAULT\",\n                        \"diversityZone\": \"red\"\n                    }\n                }\n            ],\n            \"associatedIxs\": [],\n            \"attributeTags\": {},\n            \"resources\": {\n                \"interface\": {\n                    \"demarcation\": \"Equinix SG1\\n20 Ayer Rajah Crescent\\nRack 1703\\nType: Single-mode Fibre Pair\\nPort: PP:1703:1004395, port SM07\\nAuto-negotiation: Off\\n\",\n                    \"loa_template\": \"megaport\",\n                    \"media\": \"LX\",\n                    \"port_speed\": 1000,\n                    \"resource_name\": \"interface\",\n                    \"resource_type\": \"interface\",\n                    \"up\": 1\n                }\n            },\n            \"diversityZone\": \"red\",\n            \"up\": true,\n            \"addOns\": null,\n            \"cancelable\": false\n        },\n        {\n            \"productId\": 47889,\n            \"productUid\": \"6abdeca4-6d88-478f-abb1-3024db7f47f6\",\n            \"productName\": \"ATY_CC1_SALAB_PLEASE_DO_NOT_DELETE\",\n            \"secondaryName\": null,\n            \"productType\": \"MEGAPORT\",\n            \"provisioningStatus\": \"LIVE\",\n            \"portSpeed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"locationId\": 558,\n            \"locationDetail\": {\n                \"name\": \"AtTokyo Data Centre - Alpha Route\",\n                \"city\": \"Tokyo\",\n                \"metro\": \"Tokyo\",\n                \"country\": \"Japan\"\n            },\n            \"lagPrimary\": false,\n            \"lagId\": null,\n            \"aggregationId\": null,\n            \"createDate\": 1575533780503,\n            \"createdBy\": \"4b0fa5cb-5137-4081-8757-cf093ec5190a\",\n            \"terminateDate\": null,\n            \"liveDate\": 1575852345135,\n            \"contractStartDate\": 1575852344879,\n            \"contractEndDate\": 1578530744879,\n            \"contractTermMonths\": 1,\n            \"autoRenewTerm\": false,\n            \"market\": \"JP\",\n            \"usageAlgorithm\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"virtual\": false,\n            \"buyoutPort\": false,\n            \"crossConnectRequested\": false,\n            \"locked\": true,\n            \"adminLocked\": false,\n            \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n            \"companyName\": \"Megaport Lab\",\n            \"associatedVxcs\": [\n                {\n                    \"productId\": 155801,\n                    \"productUid\": \"9b4a4652-1bd8-4aca-88e1-f2208c6dfab5\",\n                    \"productName\": \"Internet to CC1_SALAB\",\n                    \"secondaryName\": \"Internet to CC1_SALAB\",\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 20,\n                    \"maximumRate\": 10000,\n                    \"distanceBand\": \"INTERZONE\",\n                    \"provisioningStatus\": \"LIVE\",\n                    \"usageAlgorithm\": \"POST_PAID_HOURLY_SPEED_LONG_HAUL_VXC\",\n                    \"createdBy\": \"4b0fa5cb-5137-4081-8757-cf093ec5190a\",\n                    \"createDate\": 1680485470227,\n                    \"resources\": {\n                        \"vll\": {\n                            \"a_vlan\": 2023,\n                            \"b_vlan\": 2999,\n                            \"a_inner_vlan\": 102,\n                            \"rate_limit_mbps\": 20,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 1,\n                            \"shutdown\": false,\n                            \"ainnerVlan\": 102\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": 1680485540769,\n                    \"contractEndDate\": 1683036000000,\n                    \"contractTermMonths\": 1,\n                    \"autoRenewTerm\": false,\n                    \"locked\": true,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": true,\n                    \"shutdown\": false,\n                    \"cancelable\": false,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"bed6bd44-bcac-47ee-b323-627c218a5107\",\n                        \"productName\": \"STu-C8kv_PLEASE_DO_NOT_DELETE\",\n                        \"locationId\": 42,\n                        \"location\": \"Interactive 39 Herbert (Tower A)\",\n                        \"locationDetail\": {\n                            \"name\": \"Interactive 39 Herbert (Tower A)\",\n                            \"city\": \"Sydney\",\n                            \"metro\": \"Sydney\",\n                            \"country\": \"Australia\"\n                        },\n                        \"vlan\": 2023,\n                        \"innerVlan\": 102,\n                        \"secondaryName\": null,\n                        \"connectType\": \"MVE\",\n                        \"diversityZone\": \"blue\",\n                        \"vNicIndex\": 0\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"6abdeca4-6d88-478f-abb1-3024db7f47f6\",\n                        \"productName\": \"ATY_CC1_SALAB_PLEASE_DO_NOT_DELETE\",\n                        \"locationId\": 558,\n                        \"location\": \"AtTokyo Data Centre - Alpha Route\",\n                        \"locationDetail\": {\n                            \"name\": \"AtTokyo Data Centre - Alpha Route\",\n                            \"city\": \"Tokyo\",\n                            \"metro\": \"Tokyo\",\n                            \"country\": \"Japan\"\n                        },\n                        \"vlan\": 2999,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"DEFAULT\",\n                        \"diversityZone\": \"blue\"\n                    }\n                }\n            ],\n            \"associatedIxs\": [],\n            \"attributeTags\": {},\n            \"resources\": {\n                \"interface\": {\n                    \"demarcation\": \"\",\n                    \"loa_template\": \"megaport\",\n                    \"media\": \"LR\",\n                    \"port_speed\": 10000,\n                    \"resource_name\": \"interface\",\n                    \"resource_type\": \"interface\",\n                    \"up\": 1\n                }\n            },\n            \"diversityZone\": \"blue\",\n            \"up\": true,\n            \"addOns\": null,\n            \"cancelable\": false\n        },\n        {\n            \"productId\": 59837,\n            \"productUid\": \"85e2b722-4063-4472-b03b-cd1bfa17c3a5\",\n            \"productName\": \"Neteng SD-WAN SJC PoC Guest Port Eth1-1-3\",\n            \"secondaryName\": null,\n            \"productType\": \"MEGAPORT\",\n            \"provisioningStatus\": \"LIVE\",\n            \"portSpeed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"locationId\": 66,\n            \"locationDetail\": {\n                \"name\": \"Equinix SV1/10\",\n                \"city\": \"San Jose\",\n                \"metro\": \"Bay Area\",\n                \"country\": \"USA\"\n            },\n            \"lagPrimary\": false,\n            \"lagId\": null,\n            \"aggregationId\": null,\n            \"createDate\": 1592319328113,\n            \"createdBy\": \"07f47bc4-bf57-401e-a8c0-628e22740a06\",\n            \"terminateDate\": null,\n            \"liveDate\": 1592319526998,\n            \"contractStartDate\": 1592319526749,\n            \"contractEndDate\": 1594821600000,\n            \"contractTermMonths\": 1,\n            \"autoRenewTerm\": false,\n            \"market\": \"US\",\n            \"usageAlgorithm\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"virtual\": false,\n            \"buyoutPort\": false,\n            \"crossConnectRequested\": false,\n            \"locked\": true,\n            \"adminLocked\": false,\n            \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n            \"companyName\": \"Megaport Lab\",\n            \"associatedVxcs\": [\n                {\n                    \"productId\": 185817,\n                    \"productUid\": \"5c7f5faa-74b7-463b-b42d-2053de4208fc\",\n                    \"productName\": \"Untagged-AWS-West-VXC-3\",\n                    \"secondaryName\": null,\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 100,\n                    \"maximumRate\": 5000,\n                    \"distanceBand\": \"METRO\",\n                    \"provisioningStatus\": \"LIVE\",\n                    \"usageAlgorithm\": \"POST_PAID_VARIABLE\",\n                    \"createdBy\": \"769a6fae-ac3d-4ecd-846f-e4f70f8a34b7\",\n                    \"createDate\": 1706113011287,\n                    \"resources\": {\n                        \"csp_connection\": {\n                            \"connectType\": \"AWS\",\n                            \"resource_name\": \"b_csp_connection\",\n                            \"resource_type\": \"csp_connection\",\n                            \"vlan\": 1710,\n                            \"account\": \"943395183538\",\n                            \"amazon_address\": \"169.254.52.45/30\",\n                            \"amazonAsn\": 7224,\n                            \"amazonIpAddress\": \"169.254.52.45/30\",\n                            \"asn\": 65210,\n                            \"authKey\": \"ihatemd5\",\n                            \"auth_key\": \"ihatemd5\",\n                            \"customer_address\": \"169.254.52.46/30\",\n                            \"customerIpAddress\": \"169.254.52.46/30\",\n                            \"id\": 400651,\n                            \"name\": \"Untagged-AWS-West-VXC-3\",\n                            \"ownerAccount\": \"943395183538\",\n                            \"peerAsn\": 7224,\n                            \"type\": \"private\",\n                            \"vif_id\": \"dxvif-fggdz4hj\"\n                        },\n                        \"vll\": {\n                            \"a_vlan\": 1710,\n                            \"b_vlan\": 1710,\n                            \"rate_limit_mbps\": 100,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 1,\n                            \"shutdown\": false\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": 1706113069090,\n                    \"contractEndDate\": 1708783200000,\n                    \"contractTermMonths\": 1,\n                    \"autoRenewTerm\": false,\n                    \"locked\": false,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": true,\n                    \"shutdown\": false,\n                    \"cancelable\": true,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"85e2b722-4063-4472-b03b-cd1bfa17c3a5\",\n                        \"productName\": \"Neteng SD-WAN SJC PoC Guest Port Eth1-1-3\",\n                        \"locationId\": 66,\n                        \"location\": \"Equinix SV1/10\",\n                        \"locationDetail\": {\n                            \"name\": \"Equinix SV1/10\",\n                            \"city\": \"San Jose\",\n                            \"metro\": \"Bay Area\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 1710,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"DEFAULT\",\n                        \"diversityZone\": \"red\"\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                        \"productUid\": \"3d9d48ad-f5d0-47c5-bf9c-83735f18eabd\",\n                        \"productName\": \"US West (N. California) (us-west-1)\",\n                        \"locationId\": 66,\n                        \"location\": \"Equinix SV1/10\",\n                        \"locationDetail\": {\n                            \"name\": \"Equinix SV1/10\",\n                            \"city\": \"San Jose\",\n                            \"metro\": \"Bay Area\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 1710,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"AWS\",\n                        \"diversityZone\": null\n                    }\n                },\n                {\n                    \"productId\": 177143,\n                    \"productUid\": \"9dda734a-2187-49ea-a3a6-7baa99187c42\",\n                    \"productName\": \"SD-WAN Testing - Transit VXC 2\",\n                    \"secondaryName\": null,\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 2000,\n                    \"maximumRate\": 10000,\n                    \"distanceBand\": \"METRO\",\n                    \"provisioningStatus\": \"LIVE\",\n                    \"usageAlgorithm\": \"POST_PAID_HOURLY_NORMALISED_SPEED\",\n                    \"createdBy\": \"769a6fae-ac3d-4ecd-846f-e4f70f8a34b7\",\n                    \"createDate\": 1698095745193,\n                    \"resources\": {\n                        \"csp_connection\": {\n                            \"connectType\": \"TRANSIT\",\n                            \"resource_name\": \"b_csp_connection\",\n                            \"resource_type\": \"csp_connection\",\n                            \"customer_ip4_address\": \"162.43.150.41/31\",\n                            \"customer_ip6_network\": \"2a0a:1800:12:14::/64\",\n                            \"ipv4_gateway_address\": \"162.43.150.40\",\n                            \"ipv6_gateway_address\": \"2a0a:1800:12:14::1\"\n                        },\n                        \"vll\": {\n                            \"a_vlan\": 505,\n                            \"b_vlan\": 505,\n                            \"rate_limit_mbps\": 2000,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 1,\n                            \"shutdown\": false\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": 1698095786858,\n                    \"contractEndDate\": 1700748000000,\n                    \"contractTermMonths\": 1,\n                    \"autoRenewTerm\": false,\n                    \"locked\": false,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": true,\n                    \"shutdown\": false,\n                    \"cancelable\": true,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"85e2b722-4063-4472-b03b-cd1bfa17c3a5\",\n                        \"productName\": \"Neteng SD-WAN SJC PoC Guest Port Eth1-1-3\",\n                        \"locationId\": 66,\n                        \"location\": \"Equinix SV1/10\",\n                        \"locationDetail\": {\n                            \"name\": \"Equinix SV1/10\",\n                            \"city\": \"San Jose\",\n                            \"metro\": \"Bay Area\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 505,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"DEFAULT\",\n                        \"diversityZone\": \"red\"\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n                        \"productUid\": \"a2954c38-ae66-4594-9659-b9500bb23c47\",\n                        \"productName\": \"Megaport Internet\",\n                        \"locationId\": 65,\n                        \"location\": \"Digital Realty Silicon Valley SJC34 (SCL2)\",\n                        \"locationDetail\": {\n                            \"name\": \"Digital Realty Silicon Valley SJC34 (SCL2)\",\n                            \"city\": \"Santa Clara\",\n                            \"metro\": \"Bay Area\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 505,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"TRANSIT\",\n                        \"diversityZone\": \"red\"\n                    }\n                },\n                {\n                    \"productId\": 125874,\n                    \"productUid\": \"391632ea-7d2d-4348-8dc4-ca501065868d\",\n                    \"productName\": \"SD-WAN Transit VXC 3\",\n                    \"secondaryName\": null,\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 2000,\n                    \"maximumRate\": 10000,\n                    \"distanceBand\": \"METRO\",\n                    \"provisioningStatus\": \"LIVE\",\n                    \"usageAlgorithm\": null,\n                    \"createdBy\": \"769a6fae-ac3d-4ecd-846f-e4f70f8a34b7\",\n                    \"createDate\": 1656102896841,\n                    \"resources\": {\n                        \"csp_connection\": {\n                            \"connectType\": \"TRANSIT\",\n                            \"resource_name\": \"b_csp_connection\",\n                            \"resource_type\": \"csp_connection\",\n                            \"customer_ip4_address\": \"162.43.150.13/31\",\n                            \"customer_ip6_network\": \"2a0a:1800:12:6::/64\",\n                            \"ipv4_gateway_address\": \"162.43.150.12\",\n                            \"ipv6_gateway_address\": \"2a0a:1800:12:6::1\"\n                        },\n                        \"vll\": {\n                            \"a_vlan\": 502,\n                            \"b_vlan\": 502,\n                            \"rate_limit_mbps\": 2000,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 1,\n                            \"shutdown\": false\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": null,\n                    \"contractEndDate\": null,\n                    \"contractTermMonths\": 1,\n                    \"autoRenewTerm\": false,\n                    \"locked\": false,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": true,\n                    \"shutdown\": false,\n                    \"cancelable\": true,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"85e2b722-4063-4472-b03b-cd1bfa17c3a5\",\n                        \"productName\": \"Neteng SD-WAN SJC PoC Guest Port Eth1-1-3\",\n                        \"locationId\": 66,\n                        \"location\": \"Equinix SV1/10\",\n                        \"locationDetail\": {\n                            \"name\": \"Equinix SV1/10\",\n                            \"city\": \"San Jose\",\n                            \"metro\": \"Bay Area\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 502,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"DEFAULT\",\n                        \"diversityZone\": \"red\"\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n                        \"productUid\": \"a2954c38-ae66-4594-9659-b9500bb23c47\",\n                        \"productName\": \"Megaport Internet\",\n                        \"locationId\": 65,\n                        \"location\": \"Digital Realty Silicon Valley SJC34 (SCL2)\",\n                        \"locationDetail\": {\n                            \"name\": \"Digital Realty Silicon Valley SJC34 (SCL2)\",\n                            \"city\": \"Santa Clara\",\n                            \"metro\": \"Bay Area\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 502,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"TRANSIT\",\n                        \"diversityZone\": \"red\"\n                    }\n                },\n                {\n                    \"productId\": 154517,\n                    \"productUid\": \"e26f6ab2-71ae-4bb6-95a0-84fa2544f227\",\n                    \"productName\": \"SD-WAN MVE to MVE VXC\",\n                    \"secondaryName\": null,\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 1000,\n                    \"maximumRate\": 10000,\n                    \"distanceBand\": \"METRO\",\n                    \"provisioningStatus\": \"LIVE\",\n                    \"usageAlgorithm\": \"POST_PAID_VARIABLE\",\n                    \"createdBy\": \"769a6fae-ac3d-4ecd-846f-e4f70f8a34b7\",\n                    \"createDate\": 1679498124058,\n                    \"resources\": {\n                        \"vll\": {\n                            \"a_vlan\": 501,\n                            \"b_vlan\": 501,\n                            \"a_inner_vlan\": 1010,\n                            \"b_inner_vlan\": 1010,\n                            \"rate_limit_mbps\": 1000,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 1,\n                            \"shutdown\": false,\n                            \"ainnerVlan\": 1010,\n                            \"binnerVlan\": 1010\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": 1679498180289,\n                    \"contractEndDate\": 1682172000000,\n                    \"contractTermMonths\": 1,\n                    \"autoRenewTerm\": false,\n                    \"locked\": false,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": true,\n                    \"shutdown\": false,\n                    \"cancelable\": true,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"85e2b722-4063-4472-b03b-cd1bfa17c3a5\",\n                        \"productName\": \"Neteng SD-WAN SJC PoC Guest Port Eth1-1-3\",\n                        \"locationId\": 66,\n                        \"location\": \"Equinix SV1/10\",\n                        \"locationDetail\": {\n                            \"name\": \"Equinix SV1/10\",\n                            \"city\": \"San Jose\",\n                            \"metro\": \"Bay Area\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 501,\n                        \"innerVlan\": 1010,\n                        \"secondaryName\": null,\n                        \"connectType\": \"DEFAULT\",\n                        \"diversityZone\": \"red\"\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"513e3cc4-9527-49d3-8cbb-4ad573df5fe7\",\n                        \"productName\": \"sjc-tx2-vr-4 Guest Production Port Eth1-1 / Eth1-1\",\n                        \"locationId\": 65,\n                        \"location\": \"Digital Realty Silicon Valley SJC34 (SCL2)\",\n                        \"locationDetail\": {\n                            \"name\": \"Digital Realty Silicon Valley SJC34 (SCL2)\",\n                            \"city\": \"Santa Clara\",\n                            \"metro\": \"Bay Area\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 501,\n                        \"innerVlan\": 1010,\n                        \"secondaryName\": null,\n                        \"connectType\": \"DEFAULT\",\n                        \"diversityZone\": \"blue\"\n                    }\n                },\n                {\n                    \"productId\": 253597,\n                    \"productUid\": \"bdefdaef-668c-40bc-aafd-cae7c27ffde3\",\n                    \"productName\": \"SD-WAN MVE-to-MVE 2 10G Untagged\",\n                    \"secondaryName\": null,\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 10000,\n                    \"maximumRate\": 10000,\n                    \"distanceBand\": \"METRO\",\n                    \"provisioningStatus\": \"LIVE\",\n                    \"usageAlgorithm\": \"POST_PAID_VARIABLE\",\n                    \"createdBy\": \"769a6fae-ac3d-4ecd-846f-e4f70f8a34b7\",\n                    \"createDate\": 1755626207419,\n                    \"resources\": {\n                        \"vll\": {\n                            \"a_vlan\": 851,\n                            \"b_vlan\": 851,\n                            \"rate_limit_mbps\": 10000,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 1,\n                            \"shutdown\": false\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": 1755626553428,\n                    \"contractEndDate\": 1758290400000,\n                    \"contractTermMonths\": 1,\n                    \"autoRenewTerm\": false,\n                    \"locked\": false,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": true,\n                    \"shutdown\": false,\n                    \"cancelable\": true,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"85e2b722-4063-4472-b03b-cd1bfa17c3a5\",\n                        \"productName\": \"Neteng SD-WAN SJC PoC Guest Port Eth1-1-3\",\n                        \"locationId\": 66,\n                        \"location\": \"Equinix SV1/10\",\n                        \"locationDetail\": {\n                            \"name\": \"Equinix SV1/10\",\n                            \"city\": \"San Jose\",\n                            \"metro\": \"Bay Area\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 851,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"DEFAULT\",\n                        \"diversityZone\": \"red\"\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"513e3cc4-9527-49d3-8cbb-4ad573df5fe7\",\n                        \"productName\": \"sjc-tx2-vr-4 Guest Production Port Eth1-1 / Eth1-1\",\n                        \"locationId\": 65,\n                        \"location\": \"Digital Realty Silicon Valley SJC34 (SCL2)\",\n                        \"locationDetail\": {\n                            \"name\": \"Digital Realty Silicon Valley SJC34 (SCL2)\",\n                            \"city\": \"Santa Clara\",\n                            \"metro\": \"Bay Area\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 851,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"DEFAULT\",\n                        \"diversityZone\": \"blue\"\n                    }\n                },\n                {\n                    \"productId\": 213293,\n                    \"productUid\": \"3f3b7ccc-cb81-4fc3-b669-23f479e22a7c\",\n                    \"productName\": \"SD-WAN MVE-to-MVE 10G Untagged\",\n                    \"secondaryName\": null,\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 10000,\n                    \"maximumRate\": 10000,\n                    \"distanceBand\": \"METRO\",\n                    \"provisioningStatus\": \"LIVE\",\n                    \"usageAlgorithm\": \"POST_PAID_VARIABLE\",\n                    \"createdBy\": \"769a6fae-ac3d-4ecd-846f-e4f70f8a34b7\",\n                    \"createDate\": 1727883287421,\n                    \"resources\": {\n                        \"vll\": {\n                            \"a_vlan\": 850,\n                            \"b_vlan\": 850,\n                            \"rate_limit_mbps\": 10000,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 1,\n                            \"shutdown\": false\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": 1727883323929,\n                    \"contractEndDate\": 1730556000000,\n                    \"contractTermMonths\": 1,\n                    \"autoRenewTerm\": false,\n                    \"locked\": false,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": true,\n                    \"shutdown\": false,\n                    \"cancelable\": true,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"85e2b722-4063-4472-b03b-cd1bfa17c3a5\",\n                        \"productName\": \"Neteng SD-WAN SJC PoC Guest Port Eth1-1-3\",\n                        \"locationId\": 66,\n                        \"location\": \"Equinix SV1/10\",\n                        \"locationDetail\": {\n                            \"name\": \"Equinix SV1/10\",\n                            \"city\": \"San Jose\",\n                            \"metro\": \"Bay Area\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 850,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"DEFAULT\",\n                        \"diversityZone\": \"red\"\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"513e3cc4-9527-49d3-8cbb-4ad573df5fe7\",\n                        \"productName\": \"sjc-tx2-vr-4 Guest Production Port Eth1-1 / Eth1-1\",\n                        \"locationId\": 65,\n                        \"location\": \"Digital Realty Silicon Valley SJC34 (SCL2)\",\n                        \"locationDetail\": {\n                            \"name\": \"Digital Realty Silicon Valley SJC34 (SCL2)\",\n                            \"city\": \"Santa Clara\",\n                            \"metro\": \"Bay Area\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 850,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"DEFAULT\",\n                        \"diversityZone\": \"blue\"\n                    }\n                },\n                {\n                    \"productId\": 88933,\n                    \"productUid\": \"ae3388c5-0207-4ef9-a128-2769698790c3\",\n                    \"productName\": \"SD-WAN sjc-versa-1 Transit VXC\",\n                    \"secondaryName\": null,\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 2000,\n                    \"maximumRate\": 10000,\n                    \"distanceBand\": \"METRO\",\n                    \"provisioningStatus\": \"LIVE\",\n                    \"usageAlgorithm\": null,\n                    \"createdBy\": \"769a6fae-ac3d-4ecd-846f-e4f70f8a34b7\",\n                    \"createDate\": 1622836464260,\n                    \"resources\": {\n                        \"csp_connection\": {\n                            \"connectType\": \"TRANSIT\",\n                            \"resource_name\": \"b_csp_connection\",\n                            \"resource_type\": \"csp_connection\",\n                            \"customer_ip4_address\": \"162.43.150.5/31\",\n                            \"customer_ip6_network\": \"2a0a:1800:12:2::/64\",\n                            \"ipv4_gateway_address\": \"162.43.150.4\",\n                            \"ipv6_gateway_address\": \"2a0a:1800:12:2::1\"\n                        },\n                        \"vll\": {\n                            \"a_vlan\": 500,\n                            \"b_vlan\": 500,\n                            \"rate_limit_mbps\": 2000,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 1,\n                            \"shutdown\": false\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": null,\n                    \"contractEndDate\": null,\n                    \"contractTermMonths\": 1,\n                    \"autoRenewTerm\": false,\n                    \"locked\": false,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": true,\n                    \"shutdown\": false,\n                    \"cancelable\": true,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"85e2b722-4063-4472-b03b-cd1bfa17c3a5\",\n                        \"productName\": \"Neteng SD-WAN SJC PoC Guest Port Eth1-1-3\",\n                        \"locationId\": 66,\n                        \"location\": \"Equinix SV1/10\",\n                        \"locationDetail\": {\n                            \"name\": \"Equinix SV1/10\",\n                            \"city\": \"San Jose\",\n                            \"metro\": \"Bay Area\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 500,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"DEFAULT\",\n                        \"diversityZone\": \"red\"\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n                        \"productUid\": \"a2954c38-ae66-4594-9659-b9500bb23c47\",\n                        \"productName\": \"Megaport Internet\",\n                        \"locationId\": 65,\n                        \"location\": \"Digital Realty Silicon Valley SJC34 (SCL2)\",\n                        \"locationDetail\": {\n                            \"name\": \"Digital Realty Silicon Valley SJC34 (SCL2)\",\n                            \"city\": \"Santa Clara\",\n                            \"metro\": \"Bay Area\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 500,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"TRANSIT\",\n                        \"diversityZone\": \"red\"\n                    }\n                },\n                {\n                    \"productId\": 126021,\n                    \"productUid\": \"07852775-d8f6-4b25-9b1b-281687867055\",\n                    \"productName\": \"SD-WAN AWS-WEST-1 VXC 2\",\n                    \"secondaryName\": null,\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 1100,\n                    \"maximumRate\": 5000,\n                    \"distanceBand\": \"ZONE\",\n                    \"provisioningStatus\": \"LIVE\",\n                    \"usageAlgorithm\": \"POST_PAID_HOURLY_SPEED_LONG_HAUL_VXC\",\n                    \"createdBy\": \"769a6fae-ac3d-4ecd-846f-e4f70f8a34b7\",\n                    \"createDate\": 1656359733870,\n                    \"resources\": {\n                        \"csp_connection\": {\n                            \"connectType\": \"AWS\",\n                            \"resource_name\": \"b_csp_connection\",\n                            \"resource_type\": \"csp_connection\",\n                            \"vlan\": 501,\n                            \"account\": \"943395183538\",\n                            \"amazon_address\": \"169.254.54.165/30\",\n                            \"amazonAsn\": 64512,\n                            \"amazonIpAddress\": \"169.254.54.165/30\",\n                            \"asn\": 65517,\n                            \"authKey\": \"ihatemd5\",\n                            \"auth_key\": \"ihatemd5\",\n                            \"customer_address\": \"169.254.54.166/30\",\n                            \"customerIpAddress\": \"169.254.54.166/30\",\n                            \"id\": 216489,\n                            \"name\": \"MEGAPORT\",\n                            \"ownerAccount\": \"943395183538\",\n                            \"peerAsn\": 64512,\n                            \"type\": \"private\",\n                            \"vif_id\": \"dxvif-ffq4hwxp\"\n                        },\n                        \"vll\": {\n                            \"a_vlan\": 501,\n                            \"b_vlan\": 501,\n                            \"a_inner_vlan\": 1001,\n                            \"rate_limit_mbps\": 1100,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 1,\n                            \"shutdown\": false,\n                            \"ainnerVlan\": 1001\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": 1656359779527,\n                    \"contractEndDate\": 1658930400000,\n                    \"contractTermMonths\": 1,\n                    \"autoRenewTerm\": false,\n                    \"locked\": false,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": true,\n                    \"shutdown\": false,\n                    \"cancelable\": true,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"85e2b722-4063-4472-b03b-cd1bfa17c3a5\",\n                        \"productName\": \"Neteng SD-WAN SJC PoC Guest Port Eth1-1-3\",\n                        \"locationId\": 66,\n                        \"location\": \"Equinix SV1/10\",\n                        \"locationDetail\": {\n                            \"name\": \"Equinix SV1/10\",\n                            \"city\": \"San Jose\",\n                            \"metro\": \"Bay Area\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 501,\n                        \"innerVlan\": 1001,\n                        \"secondaryName\": null,\n                        \"connectType\": \"DEFAULT\",\n                        \"diversityZone\": \"red\"\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                        \"productUid\": \"8611b645-ea50-46eb-b400-1c2fb858a303\",\n                        \"productName\": \"US West (N. California) (us-west-1)\",\n                        \"locationId\": 60,\n                        \"location\": \"CoreSite LA1\",\n                        \"locationDetail\": {\n                            \"name\": \"CoreSite LA1\",\n                            \"city\": \"Los Angeles\",\n                            \"metro\": \"Los Angeles\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 501,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"AWS\",\n                        \"diversityZone\": null\n                    }\n                },\n                {\n                    \"productId\": 96193,\n                    \"productUid\": \"c7d3c7cf-4dea-4bdb-b1e8-72f486608565\",\n                    \"productName\": \"SD-WAN sjc-aruba-1 to AWS-WEST-1 VXC\",\n                    \"secondaryName\": null,\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 100,\n                    \"maximumRate\": 5000,\n                    \"distanceBand\": \"ZONE\",\n                    \"provisioningStatus\": \"LIVE\",\n                    \"usageAlgorithm\": \"POST_PAID_HOURLY_SPEED_LONG_HAUL_VXC\",\n                    \"createdBy\": \"769a6fae-ac3d-4ecd-846f-e4f70f8a34b7\",\n                    \"createDate\": 1630005020150,\n                    \"resources\": {\n                        \"csp_connection\": {\n                            \"connectType\": \"AWS\",\n                            \"resource_name\": \"b_csp_connection\",\n                            \"resource_type\": \"csp_connection\",\n                            \"vlan\": 500,\n                            \"account\": \"943395183538\",\n                            \"amazon_address\": \"169.254.53.149/30\",\n                            \"amazonAsn\": 64512,\n                            \"amazonIpAddress\": \"169.254.53.149/30\",\n                            \"asn\": 65516,\n                            \"authKey\": \"ihatemd5\",\n                            \"auth_key\": \"ihatemd5\",\n                            \"customer_address\": \"169.254.53.150/30\",\n                            \"customerIpAddress\": \"169.254.53.150/30\",\n                            \"id\": 150885,\n                            \"name\": \"MEGAPORT\",\n                            \"ownerAccount\": \"943395183538\",\n                            \"peerAsn\": 64512,\n                            \"type\": \"private\",\n                            \"vif_id\": \"dxvif-fh9aokej\"\n                        },\n                        \"vll\": {\n                            \"a_vlan\": 500,\n                            \"b_vlan\": 500,\n                            \"a_inner_vlan\": 1000,\n                            \"rate_limit_mbps\": 100,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 1,\n                            \"shutdown\": false,\n                            \"ainnerVlan\": 1000\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": 1630005079563,\n                    \"contractEndDate\": 1632664800000,\n                    \"contractTermMonths\": 1,\n                    \"autoRenewTerm\": false,\n                    \"locked\": false,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": true,\n                    \"shutdown\": false,\n                    \"cancelable\": true,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"85e2b722-4063-4472-b03b-cd1bfa17c3a5\",\n                        \"productName\": \"Neteng SD-WAN SJC PoC Guest Port Eth1-1-3\",\n                        \"locationId\": 66,\n                        \"location\": \"Equinix SV1/10\",\n                        \"locationDetail\": {\n                            \"name\": \"Equinix SV1/10\",\n                            \"city\": \"San Jose\",\n                            \"metro\": \"Bay Area\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 500,\n                        \"innerVlan\": 1000,\n                        \"secondaryName\": null,\n                        \"connectType\": \"DEFAULT\",\n                        \"diversityZone\": \"red\"\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                        \"productUid\": \"8611b645-ea50-46eb-b400-1c2fb858a303\",\n                        \"productName\": \"US West (N. California) (us-west-1)\",\n                        \"locationId\": 60,\n                        \"location\": \"CoreSite LA1\",\n                        \"locationDetail\": {\n                            \"name\": \"CoreSite LA1\",\n                            \"city\": \"Los Angeles\",\n                            \"metro\": \"Los Angeles\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 500,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"AWS\",\n                        \"diversityZone\": null\n                    }\n                }\n            ],\n            \"associatedIxs\": [],\n            \"attributeTags\": {},\n            \"resources\": {\n                \"interface\": {\n                    \"demarcation\": \"\",\n                    \"loa_template\": \"megaport\",\n                    \"media\": \"LR\",\n                    \"port_speed\": 10000,\n                    \"resource_name\": \"interface\",\n                    \"resource_type\": \"interface\",\n                    \"up\": 1\n                }\n            },\n            \"diversityZone\": \"red\",\n            \"up\": true,\n            \"addOns\": null,\n            \"cancelable\": false\n        },\n        {\n            \"productId\": 133627,\n            \"productUid\": \"22111773-cfcb-4998-bf51-927f2e0d46e4\",\n            \"productName\": \"advanced_platform_eng_sd_merv\",\n            \"secondaryName\": null,\n            \"productType\": \"MEGAPORT\",\n            \"provisioningStatus\": \"LIVE\",\n            \"portSpeed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"locationId\": 335,\n            \"locationDetail\": {\n                \"name\": \"EdgeConneX San Diego\",\n                \"city\": \"San Diego\",\n                \"metro\": \"San Diego\",\n                \"country\": \"USA\"\n            },\n            \"lagPrimary\": false,\n            \"lagId\": null,\n            \"aggregationId\": null,\n            \"createDate\": 1663181264576,\n            \"createdBy\": \"9b0fec19-17b6-4370-8f1b-c71d8848ef7f\",\n            \"terminateDate\": null,\n            \"liveDate\": 1663181706311,\n            \"contractStartDate\": 1663181706329,\n            \"contractEndDate\": 1694700000000,\n            \"contractTermMonths\": 12,\n            \"autoRenewTerm\": false,\n            \"market\": \"US\",\n            \"costCentre\": \"\",\n            \"usageAlgorithm\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"virtual\": false,\n            \"buyoutPort\": false,\n            \"crossConnectRequested\": false,\n            \"locked\": true,\n            \"adminLocked\": false,\n            \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n            \"companyName\": \"Megaport Lab\",\n            \"associatedVxcs\": [\n                {\n                    \"productId\": 235293,\n                    \"productUid\": \"c996be33-9c34-449b-acd1-c378c7874ffa\",\n                    \"productName\": \"megaport-esp-dev\",\n                    \"secondaryName\": null,\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 1000,\n                    \"maximumRate\": 5000,\n                    \"distanceBand\": \"ZONE\",\n                    \"provisioningStatus\": \"LIVE\",\n                    \"usageAlgorithm\": \"POST_PAID_HOURLY_SPEED_LONG_HAUL_VXC\",\n                    \"createdBy\": \"5d36a66f-4b19-4733-8eea-2362ec25908c\",\n                    \"createDate\": 1742966084365,\n                    \"resources\": {\n                        \"csp_connection\": {\n                            \"connectType\": \"AWS\",\n                            \"resource_name\": \"b_csp_connection\",\n                            \"resource_type\": \"csp_connection\",\n                            \"vlan\": 748,\n                            \"account\": \"314146292859\",\n                            \"amazon_address\": \"169.254.1.141/30\",\n                            \"amazonAsn\": 7224,\n                            \"amazonIpAddress\": \"169.254.1.141/30\",\n                            \"asn\": 65001,\n                            \"authKey\": \"wRPKpZYtjabKyvg4iPGm\",\n                            \"auth_key\": \"wRPKpZYtjabKyvg4iPGm\",\n                            \"customer_address\": \"169.254.1.142/30\",\n                            \"customerIpAddress\": \"169.254.1.142/30\",\n                            \"id\": 561462,\n                            \"name\": \"megaport-esp-dev\",\n                            \"ownerAccount\": \"314146292859\",\n                            \"peerAsn\": 7224,\n                            \"type\": \"private\",\n                            \"vif_id\": \"dxvif-fge198t5\"\n                        },\n                        \"vll\": {\n                            \"a_vlan\": 2921,\n                            \"b_vlan\": 748,\n                            \"rate_limit_mbps\": 1000,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 1,\n                            \"shutdown\": false\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": 1742966542857,\n                    \"contractEndDate\": 1774447200000,\n                    \"contractTermMonths\": 12,\n                    \"autoRenewTerm\": true,\n                    \"locked\": false,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": true,\n                    \"shutdown\": false,\n                    \"termSpeed\": 1000,\n                    \"cancelable\": true,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"22111773-cfcb-4998-bf51-927f2e0d46e4\",\n                        \"productName\": \"advanced_platform_eng_sd_merv\",\n                        \"locationId\": 335,\n                        \"location\": \"EdgeConneX San Diego\",\n                        \"locationDetail\": {\n                            \"name\": \"EdgeConneX San Diego\",\n                            \"city\": \"San Diego\",\n                            \"metro\": \"San Diego\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 2921,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"DEFAULT\",\n                        \"diversityZone\": null\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                        \"productUid\": \"8611b645-ea50-46eb-b400-1c2fb858a303\",\n                        \"productName\": \"US West (N. California) (us-west-1)\",\n                        \"locationId\": 60,\n                        \"location\": \"CoreSite LA1\",\n                        \"locationDetail\": {\n                            \"name\": \"CoreSite LA1\",\n                            \"city\": \"Los Angeles\",\n                            \"metro\": \"Los Angeles\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 748,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"AWS\",\n                        \"diversityZone\": null\n                    }\n                }\n            ],\n            \"associatedIxs\": [],\n            \"attributeTags\": {},\n            \"resources\": {\n                \"interface\": {\n                    \"demarcation\": \"\",\n                    \"loa_template\": \"megaport\",\n                    \"media\": \"LR\",\n                    \"port_speed\": 10000,\n                    \"resource_name\": \"interface\",\n                    \"resource_type\": \"interface\",\n                    \"up\": 1,\n                    \"shutdown\": false\n                }\n            },\n            \"diversityZone\": null,\n            \"up\": true,\n            \"addOns\": null,\n            \"cancelable\": false\n        },\n        {\n            \"productId\": 133628,\n            \"productUid\": \"b6e0ee6d-8eb1-43c5-b32f-3ca3f701f4fc\",\n            \"productName\": \"advanced_platform_eng_sd_epyc\",\n            \"secondaryName\": null,\n            \"productType\": \"MEGAPORT\",\n            \"provisioningStatus\": \"LIVE\",\n            \"portSpeed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"locationId\": 335,\n            \"locationDetail\": {\n                \"name\": \"EdgeConneX San Diego\",\n                \"city\": \"San Diego\",\n                \"metro\": \"San Diego\",\n                \"country\": \"USA\"\n            },\n            \"lagPrimary\": false,\n            \"lagId\": null,\n            \"aggregationId\": null,\n            \"createDate\": 1663181264860,\n            \"createdBy\": \"9b0fec19-17b6-4370-8f1b-c71d8848ef7f\",\n            \"terminateDate\": null,\n            \"liveDate\": 1663181926120,\n            \"contractStartDate\": 1663181926138,\n            \"contractEndDate\": 1694700000000,\n            \"contractTermMonths\": 12,\n            \"autoRenewTerm\": false,\n            \"market\": \"US\",\n            \"costCentre\": \"\",\n            \"usageAlgorithm\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"virtual\": false,\n            \"buyoutPort\": false,\n            \"crossConnectRequested\": false,\n            \"locked\": true,\n            \"adminLocked\": false,\n            \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n            \"companyName\": \"Megaport Lab\",\n            \"associatedVxcs\": [],\n            \"associatedIxs\": [],\n            \"attributeTags\": {},\n            \"resources\": {\n                \"interface\": {\n                    \"demarcation\": \"\",\n                    \"loa_template\": \"megaport\",\n                    \"media\": \"LR\",\n                    \"port_speed\": 10000,\n                    \"resource_name\": \"interface\",\n                    \"resource_type\": \"interface\",\n                    \"up\": 1,\n                    \"shutdown\": false\n                }\n            },\n            \"diversityZone\": null,\n            \"up\": true,\n            \"addOns\": null,\n            \"cancelable\": false\n        },\n        {\n            \"productId\": 145585,\n            \"productUid\": \"bed6bd44-bcac-47ee-b323-627c218a5107\",\n            \"productName\": \"STu-C8kv_PLEASE_DO_NOT_DELETE\",\n            \"secondaryName\": null,\n            \"productType\": \"MVE\",\n            \"provisioningStatus\": \"LIVE\",\n            \"portSpeed\": null,\n            \"maxVxcSpeed\": 10000,\n            \"locationId\": 42,\n            \"locationDetail\": {\n                \"name\": \"Interactive 39 Herbert (Tower A)\",\n                \"city\": \"Sydney\",\n                \"metro\": \"Sydney\",\n                \"country\": \"Australia\"\n            },\n            \"lagPrimary\": false,\n            \"lagId\": null,\n            \"aggregationId\": null,\n            \"createDate\": 1674010532760,\n            \"createdBy\": \"4b0fa5cb-5137-4081-8757-cf093ec5190a\",\n            \"terminateDate\": null,\n            \"liveDate\": 1674010574078,\n            \"contractStartDate\": 1674010574101,\n            \"contractEndDate\": 1676642400000,\n            \"contractTermMonths\": 1,\n            \"autoRenewTerm\": false,\n            \"market\": \"AU\",\n            \"costCentre\": \"\",\n            \"usageAlgorithm\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"virtual\": true,\n            \"buyoutPort\": false,\n            \"crossConnectRequested\": false,\n            \"locked\": true,\n            \"adminLocked\": false,\n            \"vendor\": \"CISCO\",\n            \"mveSize\": \"SMALL\",\n            \"mveLabel\": \"MVE 2/8\",\n            \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n            \"companyName\": \"Megaport Lab\",\n            \"associatedVxcs\": [\n                {\n                    \"productId\": 166823,\n                    \"productUid\": \"5d179927-de42-44e4-bc01-2fd59a458834\",\n                    \"productName\": \"Internet to B2_SALAB\",\n                    \"secondaryName\": \"Internet to B2_SALAB\",\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 600,\n                    \"maximumRate\": 1000,\n                    \"distanceBand\": \"INTERZONE\",\n                    \"provisioningStatus\": \"LIVE\",\n                    \"usageAlgorithm\": \"POST_PAID_HOURLY_SPEED_LONG_HAUL_VXC\",\n                    \"createdBy\": \"4b0fa5cb-5137-4081-8757-cf093ec5190a\",\n                    \"createDate\": 1689212764828,\n                    \"resources\": {\n                        \"vll\": {\n                            \"a_vlan\": 2999,\n                            \"b_vlan\": 2023,\n                            \"b_inner_vlan\": 100,\n                            \"rate_limit_mbps\": 600,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 1,\n                            \"shutdown\": false,\n                            \"binnerVlan\": 100\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": 1689212871485,\n                    \"contractEndDate\": 1755680188576,\n                    \"contractTermMonths\": 12,\n                    \"autoRenewTerm\": false,\n                    \"locked\": false,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": true,\n                    \"shutdown\": false,\n                    \"termSpeed\": 200,\n                    \"cancelable\": true,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"443462a8-ee11-4d9a-b472-a6f6699bd37b\",\n                        \"productName\": \"B2_SALAB_PLEASE_DO_NOT_DELETE \",\n                        \"locationId\": 383,\n                        \"location\": \"NextDC B2\",\n                        \"locationDetail\": {\n                            \"name\": \"NextDC B2\",\n                            \"city\": \"Brisbane\",\n                            \"metro\": \"Brisbane\",\n                            \"country\": \"Australia\"\n                        },\n                        \"vlan\": 2999,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"DEFAULT\",\n                        \"diversityZone\": \"red\"\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"bed6bd44-bcac-47ee-b323-627c218a5107\",\n                        \"productName\": \"STu-C8kv_PLEASE_DO_NOT_DELETE\",\n                        \"locationId\": 42,\n                        \"location\": \"Interactive 39 Herbert (Tower A)\",\n                        \"locationDetail\": {\n                            \"name\": \"Interactive 39 Herbert (Tower A)\",\n                            \"city\": \"Sydney\",\n                            \"metro\": \"Sydney\",\n                            \"country\": \"Australia\"\n                        },\n                        \"vlan\": 2023,\n                        \"innerVlan\": 100,\n                        \"secondaryName\": null,\n                        \"connectType\": \"MVE\",\n                        \"diversityZone\": \"blue\",\n                        \"vNicIndex\": 0\n                    }\n                },\n                {\n                    \"productId\": 145867,\n                    \"productUid\": \"f44890f3-2bff-4bdd-b527-c67fc9bc15fd\",\n                    \"productName\": \"Internet to PE2_SALAB\",\n                    \"secondaryName\": \"Internet to PE2_SALAB\",\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 100,\n                    \"maximumRate\": 10000,\n                    \"distanceBand\": \"INTERZONE\",\n                    \"provisioningStatus\": \"LIVE\",\n                    \"usageAlgorithm\": \"POST_PAID_HOURLY_SPEED_LONG_HAUL_VXC\",\n                    \"createdBy\": \"4b0fa5cb-5137-4081-8757-cf093ec5190a\",\n                    \"createDate\": 1674090009770,\n                    \"resources\": {\n                        \"vll\": {\n                            \"a_vlan\": 2023,\n                            \"a_inner_vlan\": 101,\n                            \"rate_limit_mbps\": 100,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 1,\n                            \"shutdown\": false,\n                            \"ainnerVlan\": 101\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": 1674090076274,\n                    \"contractEndDate\": 1676728800000,\n                    \"contractTermMonths\": 1,\n                    \"autoRenewTerm\": false,\n                    \"locked\": true,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": true,\n                    \"shutdown\": false,\n                    \"cancelable\": false,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"bed6bd44-bcac-47ee-b323-627c218a5107\",\n                        \"productName\": \"STu-C8kv_PLEASE_DO_NOT_DELETE\",\n                        \"locationId\": 42,\n                        \"location\": \"Interactive 39 Herbert (Tower A)\",\n                        \"locationDetail\": {\n                            \"name\": \"Interactive 39 Herbert (Tower A)\",\n                            \"city\": \"Sydney\",\n                            \"metro\": \"Sydney\",\n                            \"country\": \"Australia\"\n                        },\n                        \"vlan\": 2023,\n                        \"innerVlan\": 101,\n                        \"secondaryName\": null,\n                        \"connectType\": \"MVE\",\n                        \"diversityZone\": \"blue\",\n                        \"vNicIndex\": 0\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"bc2b039d-d459-42e1-b5be-22467c77dac1\",\n                        \"productUid\": \"7e121526-686f-4624-81b8-1ee72af60a95\",\n                        \"productName\": \"PartnerVantage_Lab_PER\",\n                        \"locationId\": 367,\n                        \"location\": \"Equinix PE2\",\n                        \"locationDetail\": {\n                            \"name\": \"Equinix PE2\",\n                            \"city\": \"Perth\",\n                            \"metro\": \"Perth\",\n                            \"country\": \"Australia\"\n                        },\n                        \"vlan\": null,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"DEFAULT\",\n                        \"diversityZone\": \"red\"\n                    }\n                },\n                {\n                    \"productId\": 155801,\n                    \"productUid\": \"9b4a4652-1bd8-4aca-88e1-f2208c6dfab5\",\n                    \"productName\": \"Internet to CC1_SALAB\",\n                    \"secondaryName\": \"Internet to CC1_SALAB\",\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 20,\n                    \"maximumRate\": 10000,\n                    \"distanceBand\": \"INTERZONE\",\n                    \"provisioningStatus\": \"LIVE\",\n                    \"usageAlgorithm\": \"POST_PAID_HOURLY_SPEED_LONG_HAUL_VXC\",\n                    \"createdBy\": \"4b0fa5cb-5137-4081-8757-cf093ec5190a\",\n                    \"createDate\": 1680485470227,\n                    \"resources\": {\n                        \"vll\": {\n                            \"a_vlan\": 2023,\n                            \"b_vlan\": 2999,\n                            \"a_inner_vlan\": 102,\n                            \"rate_limit_mbps\": 20,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 1,\n                            \"shutdown\": false,\n                            \"ainnerVlan\": 102\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": 1680485540769,\n                    \"contractEndDate\": 1683036000000,\n                    \"contractTermMonths\": 1,\n                    \"autoRenewTerm\": false,\n                    \"locked\": true,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": true,\n                    \"shutdown\": false,\n                    \"cancelable\": false,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"bed6bd44-bcac-47ee-b323-627c218a5107\",\n                        \"productName\": \"STu-C8kv_PLEASE_DO_NOT_DELETE\",\n                        \"locationId\": 42,\n                        \"location\": \"Interactive 39 Herbert (Tower A)\",\n                        \"locationDetail\": {\n                            \"name\": \"Interactive 39 Herbert (Tower A)\",\n                            \"city\": \"Sydney\",\n                            \"metro\": \"Sydney\",\n                            \"country\": \"Australia\"\n                        },\n                        \"vlan\": 2023,\n                        \"innerVlan\": 102,\n                        \"secondaryName\": null,\n                        \"connectType\": \"MVE\",\n                        \"diversityZone\": \"blue\",\n                        \"vNicIndex\": 0\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"6abdeca4-6d88-478f-abb1-3024db7f47f6\",\n                        \"productName\": \"ATY_CC1_SALAB_PLEASE_DO_NOT_DELETE\",\n                        \"locationId\": 558,\n                        \"location\": \"AtTokyo Data Centre - Alpha Route\",\n                        \"locationDetail\": {\n                            \"name\": \"AtTokyo Data Centre - Alpha Route\",\n                            \"city\": \"Tokyo\",\n                            \"metro\": \"Tokyo\",\n                            \"country\": \"Japan\"\n                        },\n                        \"vlan\": 2999,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"DEFAULT\",\n                        \"diversityZone\": \"blue\"\n                    }\n                },\n                {\n                    \"productId\": 145586,\n                    \"productUid\": \"eba5dda1-e956-4f4d-be3e-abadece9b33d\",\n                    \"productName\": \"Megaport Internet\",\n                    \"secondaryName\": \"STu-Test to Megaport Internet\",\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 20,\n                    \"maximumRate\": 10000,\n                    \"distanceBand\": \"METRO\",\n                    \"provisioningStatus\": \"LIVE\",\n                    \"usageAlgorithm\": \"POST_PAID_HOURLY_NORMALISED_SPEED\",\n                    \"createdBy\": \"4b0fa5cb-5137-4081-8757-cf093ec5190a\",\n                    \"createDate\": 1674010533624,\n                    \"costCentre\": \"\",\n                    \"resources\": {\n                        \"csp_connection\": {\n                            \"connectType\": \"TRANSIT\",\n                            \"resource_name\": \"b_csp_connection\",\n                            \"resource_type\": \"csp_connection\",\n                            \"customer_ip4_address\": \"162.43.137.3/31\",\n                            \"customer_ip6_network\": \"2a0a:1800:4:1::/64\",\n                            \"ipv4_gateway_address\": \"162.43.137.2\",\n                            \"ipv6_gateway_address\": \"2a0a:1800:4:1::1\"\n                        },\n                        \"vll\": {\n                            \"a_vlan\": 2023,\n                            \"b_vlan\": 2023,\n                            \"rate_limit_mbps\": 20,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 1,\n                            \"shutdown\": false\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": 1681308000000,\n                    \"contractEndDate\": 1683900000000,\n                    \"contractTermMonths\": 1,\n                    \"autoRenewTerm\": false,\n                    \"locked\": true,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": true,\n                    \"shutdown\": false,\n                    \"cancelable\": false,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"bed6bd44-bcac-47ee-b323-627c218a5107\",\n                        \"productName\": \"STu-C8kv_PLEASE_DO_NOT_DELETE\",\n                        \"locationId\": 42,\n                        \"location\": \"Interactive 39 Herbert (Tower A)\",\n                        \"locationDetail\": {\n                            \"name\": \"Interactive 39 Herbert (Tower A)\",\n                            \"city\": \"Sydney\",\n                            \"metro\": \"Sydney\",\n                            \"country\": \"Australia\"\n                        },\n                        \"vlan\": 2023,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"MVE\",\n                        \"diversityZone\": \"blue\",\n                        \"vNicIndex\": 0\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n                        \"productUid\": \"472a5359-b3d8-47fc-95e7-cf915f4dba1f\",\n                        \"productName\": \"Megaport Internet\",\n                        \"locationId\": 3,\n                        \"location\": \"Global Switch Sydney West\",\n                        \"locationDetail\": {\n                            \"name\": \"Global Switch Sydney West\",\n                            \"city\": \"Sydney\",\n                            \"metro\": \"Sydney\",\n                            \"country\": \"Australia\"\n                        },\n                        \"vlan\": 2023,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"TRANSIT\",\n                        \"diversityZone\": \"blue\"\n                    }\n                }\n            ],\n            \"associatedIxs\": [],\n            \"attributeTags\": {},\n            \"vnics\": [\n                {\n                    \"vlan\": 2023\n                }\n            ],\n            \"resources\": {\n                \"virtual_machine\": [\n                    {\n                        \"cpu_count\": 2,\n                        \"id\": 0,\n                        \"image\": {\n                            \"id\": 28,\n                            \"vendor\": \"Cisco\",\n                            \"product\": \"C8000\",\n                            \"version\": \"17.09.01a\"\n                        },\n                        \"resource_type\": \"virtual_machine\",\n                        \"up\": true,\n                        \"vnics\": [\n                            {\n                                \"vlan\": 2023\n                            }\n                        ]\n                    }\n                ]\n            },\n            \"diversityZone\": \"blue\",\n            \"up\": true,\n            \"addOns\": null,\n            \"cancelable\": false\n        },\n        {\n            \"productId\": 146986,\n            \"productUid\": \"513e3cc4-9527-49d3-8cbb-4ad573df5fe7\",\n            \"productName\": \"sjc-tx2-vr-4 Guest Production Port Eth1-1 / Eth1-1\",\n            \"secondaryName\": null,\n            \"productType\": \"MEGAPORT\",\n            \"provisioningStatus\": \"LIVE\",\n            \"portSpeed\": 10000,\n            \"maxVxcSpeed\": 25000,\n            \"locationId\": 65,\n            \"locationDetail\": {\n                \"name\": \"Digital Realty Silicon Valley SJC34 (SCL2)\",\n                \"city\": \"Santa Clara\",\n                \"metro\": \"Bay Area\",\n                \"country\": \"USA\"\n            },\n            \"lagPrimary\": false,\n            \"lagId\": null,\n            \"aggregationId\": null,\n            \"createDate\": 1674792334535,\n            \"createdBy\": \"7ce2a090-1186-47ab-8bdf-9297f387f90d\",\n            \"terminateDate\": null,\n            \"liveDate\": 1674854133921,\n            \"contractStartDate\": 1674854133948,\n            \"contractEndDate\": 1677765600000,\n            \"contractTermMonths\": 1,\n            \"autoRenewTerm\": false,\n            \"market\": \"US\",\n            \"usageAlgorithm\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"virtual\": false,\n            \"buyoutPort\": false,\n            \"crossConnectRequested\": false,\n            \"locked\": true,\n            \"adminLocked\": false,\n            \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n            \"companyName\": \"Megaport Lab\",\n            \"associatedVxcs\": [\n                {\n                    \"productId\": 154517,\n                    \"productUid\": \"e26f6ab2-71ae-4bb6-95a0-84fa2544f227\",\n                    \"productName\": \"SD-WAN MVE to MVE VXC\",\n                    \"secondaryName\": null,\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 1000,\n                    \"maximumRate\": 10000,\n                    \"distanceBand\": \"METRO\",\n                    \"provisioningStatus\": \"LIVE\",\n                    \"usageAlgorithm\": \"POST_PAID_VARIABLE\",\n                    \"createdBy\": \"769a6fae-ac3d-4ecd-846f-e4f70f8a34b7\",\n                    \"createDate\": 1679498124058,\n                    \"resources\": {\n                        \"vll\": {\n                            \"a_vlan\": 501,\n                            \"b_vlan\": 501,\n                            \"a_inner_vlan\": 1010,\n                            \"b_inner_vlan\": 1010,\n                            \"rate_limit_mbps\": 1000,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 1,\n                            \"shutdown\": false,\n                            \"ainnerVlan\": 1010,\n                            \"binnerVlan\": 1010\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": 1679498180289,\n                    \"contractEndDate\": 1682172000000,\n                    \"contractTermMonths\": 1,\n                    \"autoRenewTerm\": false,\n                    \"locked\": false,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": true,\n                    \"shutdown\": false,\n                    \"cancelable\": true,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"85e2b722-4063-4472-b03b-cd1bfa17c3a5\",\n                        \"productName\": \"Neteng SD-WAN SJC PoC Guest Port Eth1-1-3\",\n                        \"locationId\": 66,\n                        \"location\": \"Equinix SV1/10\",\n                        \"locationDetail\": {\n                            \"name\": \"Equinix SV1/10\",\n                            \"city\": \"San Jose\",\n                            \"metro\": \"Bay Area\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 501,\n                        \"innerVlan\": 1010,\n                        \"secondaryName\": null,\n                        \"connectType\": \"DEFAULT\",\n                        \"diversityZone\": \"red\"\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"513e3cc4-9527-49d3-8cbb-4ad573df5fe7\",\n                        \"productName\": \"sjc-tx2-vr-4 Guest Production Port Eth1-1 / Eth1-1\",\n                        \"locationId\": 65,\n                        \"location\": \"Digital Realty Silicon Valley SJC34 (SCL2)\",\n                        \"locationDetail\": {\n                            \"name\": \"Digital Realty Silicon Valley SJC34 (SCL2)\",\n                            \"city\": \"Santa Clara\",\n                            \"metro\": \"Bay Area\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 501,\n                        \"innerVlan\": 1010,\n                        \"secondaryName\": null,\n                        \"connectType\": \"DEFAULT\",\n                        \"diversityZone\": \"blue\"\n                    }\n                },\n                {\n                    \"productId\": 149427,\n                    \"productUid\": \"6ff0baaf-949f-49c7-9bf4-45be62ee7fcc\",\n                    \"productName\": \"SD-WAN Testing - Transit VXC 1\",\n                    \"secondaryName\": null,\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 2000,\n                    \"maximumRate\": 10000,\n                    \"distanceBand\": \"METRO\",\n                    \"provisioningStatus\": \"LIVE\",\n                    \"usageAlgorithm\": null,\n                    \"createdBy\": \"769a6fae-ac3d-4ecd-846f-e4f70f8a34b7\",\n                    \"createDate\": 1676397575411,\n                    \"resources\": {\n                        \"csp_connection\": {\n                            \"connectType\": \"TRANSIT\",\n                            \"resource_name\": \"b_csp_connection\",\n                            \"resource_type\": \"csp_connection\",\n                            \"customer_ip4_address\": \"162.43.150.15/31\",\n                            \"customer_ip6_network\": \"2a0a:1800:12:7::/64\",\n                            \"ipv4_gateway_address\": \"162.43.150.14\",\n                            \"ipv6_gateway_address\": \"2a0a:1800:12:7::1\"\n                        },\n                        \"vll\": {\n                            \"a_vlan\": 500,\n                            \"b_vlan\": 500,\n                            \"rate_limit_mbps\": 2000,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 1,\n                            \"shutdown\": false\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": null,\n                    \"contractEndDate\": null,\n                    \"contractTermMonths\": 1,\n                    \"autoRenewTerm\": false,\n                    \"locked\": false,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": true,\n                    \"shutdown\": false,\n                    \"cancelable\": true,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"513e3cc4-9527-49d3-8cbb-4ad573df5fe7\",\n                        \"productName\": \"sjc-tx2-vr-4 Guest Production Port Eth1-1 / Eth1-1\",\n                        \"locationId\": 65,\n                        \"location\": \"Digital Realty Silicon Valley SJC34 (SCL2)\",\n                        \"locationDetail\": {\n                            \"name\": \"Digital Realty Silicon Valley SJC34 (SCL2)\",\n                            \"city\": \"Santa Clara\",\n                            \"metro\": \"Bay Area\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 500,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"DEFAULT\",\n                        \"diversityZone\": \"blue\"\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n                        \"productUid\": \"20ac4962-b000-4e1c-8b33-e208f6b0d265\",\n                        \"productName\": \"Megaport Internet\",\n                        \"locationId\": 66,\n                        \"location\": \"Equinix SV1/10\",\n                        \"locationDetail\": {\n                            \"name\": \"Equinix SV1/10\",\n                            \"city\": \"San Jose\",\n                            \"metro\": \"Bay Area\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 500,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"TRANSIT\",\n                        \"diversityZone\": \"blue\"\n                    }\n                },\n                {\n                    \"productId\": 253597,\n                    \"productUid\": \"bdefdaef-668c-40bc-aafd-cae7c27ffde3\",\n                    \"productName\": \"SD-WAN MVE-to-MVE 2 10G Untagged\",\n                    \"secondaryName\": null,\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 10000,\n                    \"maximumRate\": 10000,\n                    \"distanceBand\": \"METRO\",\n                    \"provisioningStatus\": \"LIVE\",\n                    \"usageAlgorithm\": \"POST_PAID_VARIABLE\",\n                    \"createdBy\": \"769a6fae-ac3d-4ecd-846f-e4f70f8a34b7\",\n                    \"createDate\": 1755626207419,\n                    \"resources\": {\n                        \"vll\": {\n                            \"a_vlan\": 851,\n                            \"b_vlan\": 851,\n                            \"rate_limit_mbps\": 10000,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 1,\n                            \"shutdown\": false\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": 1755626553428,\n                    \"contractEndDate\": 1758290400000,\n                    \"contractTermMonths\": 1,\n                    \"autoRenewTerm\": false,\n                    \"locked\": false,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": true,\n                    \"shutdown\": false,\n                    \"cancelable\": true,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"85e2b722-4063-4472-b03b-cd1bfa17c3a5\",\n                        \"productName\": \"Neteng SD-WAN SJC PoC Guest Port Eth1-1-3\",\n                        \"locationId\": 66,\n                        \"location\": \"Equinix SV1/10\",\n                        \"locationDetail\": {\n                            \"name\": \"Equinix SV1/10\",\n                            \"city\": \"San Jose\",\n                            \"metro\": \"Bay Area\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 851,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"DEFAULT\",\n                        \"diversityZone\": \"red\"\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"513e3cc4-9527-49d3-8cbb-4ad573df5fe7\",\n                        \"productName\": \"sjc-tx2-vr-4 Guest Production Port Eth1-1 / Eth1-1\",\n                        \"locationId\": 65,\n                        \"location\": \"Digital Realty Silicon Valley SJC34 (SCL2)\",\n                        \"locationDetail\": {\n                            \"name\": \"Digital Realty Silicon Valley SJC34 (SCL2)\",\n                            \"city\": \"Santa Clara\",\n                            \"metro\": \"Bay Area\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 851,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"DEFAULT\",\n                        \"diversityZone\": \"blue\"\n                    }\n                },\n                {\n                    \"productId\": 214383,\n                    \"productUid\": \"51218098-77b8-4eb1-a4a6-2430716bf645\",\n                    \"productName\": \"10G Megaport Internet - sjc-eq1\",\n                    \"secondaryName\": null,\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 10000,\n                    \"maximumRate\": 10000,\n                    \"distanceBand\": \"METRO\",\n                    \"provisioningStatus\": \"LIVE\",\n                    \"usageAlgorithm\": \"POST_PAID_HOURLY_NORMALISED_SPEED\",\n                    \"createdBy\": \"769a6fae-ac3d-4ecd-846f-e4f70f8a34b7\",\n                    \"createDate\": 1729022266932,\n                    \"resources\": {\n                        \"csp_connection\": {\n                            \"connectType\": \"TRANSIT\",\n                            \"resource_name\": \"b_csp_connection\",\n                            \"resource_type\": \"csp_connection\",\n                            \"customer_ip4_address\": \"162.43.150.45/31\",\n                            \"customer_ip6_network\": \"2a0a:1800:12:16::/64\",\n                            \"ipv4_gateway_address\": \"162.43.150.44\",\n                            \"ipv6_gateway_address\": \"2a0a:1800:12:16::1\"\n                        },\n                        \"vll\": {\n                            \"a_vlan\": 503,\n                            \"b_vlan\": 503,\n                            \"rate_limit_mbps\": 10000,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 1,\n                            \"shutdown\": false\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": 1729022311212,\n                    \"contractEndDate\": 1731679200000,\n                    \"contractTermMonths\": 1,\n                    \"autoRenewTerm\": false,\n                    \"locked\": false,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": true,\n                    \"shutdown\": false,\n                    \"cancelable\": true,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"513e3cc4-9527-49d3-8cbb-4ad573df5fe7\",\n                        \"productName\": \"sjc-tx2-vr-4 Guest Production Port Eth1-1 / Eth1-1\",\n                        \"locationId\": 65,\n                        \"location\": \"Digital Realty Silicon Valley SJC34 (SCL2)\",\n                        \"locationDetail\": {\n                            \"name\": \"Digital Realty Silicon Valley SJC34 (SCL2)\",\n                            \"city\": \"Santa Clara\",\n                            \"metro\": \"Bay Area\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 503,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"DEFAULT\",\n                        \"diversityZone\": \"blue\"\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n                        \"productUid\": \"20ac4962-b000-4e1c-8b33-e208f6b0d265\",\n                        \"productName\": \"Megaport Internet\",\n                        \"locationId\": 66,\n                        \"location\": \"Equinix SV1/10\",\n                        \"locationDetail\": {\n                            \"name\": \"Equinix SV1/10\",\n                            \"city\": \"San Jose\",\n                            \"metro\": \"Bay Area\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 503,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"TRANSIT\",\n                        \"diversityZone\": \"blue\"\n                    }\n                },\n                {\n                    \"productId\": 207623,\n                    \"productUid\": \"eacb1060-0cdb-4f8d-b0ec-a5e913b100da\",\n                    \"productName\": \"Untagged SJC-TX2 to AWS-West\",\n                    \"secondaryName\": null,\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 1000,\n                    \"maximumRate\": 5000,\n                    \"distanceBand\": \"METRO\",\n                    \"provisioningStatus\": \"LIVE\",\n                    \"usageAlgorithm\": \"POST_PAID_VARIABLE\",\n                    \"createdBy\": \"769a6fae-ac3d-4ecd-846f-e4f70f8a34b7\",\n                    \"createDate\": 1723751791280,\n                    \"resources\": {\n                        \"csp_connection\": {\n                            \"connectType\": \"AWS\",\n                            \"resource_name\": \"b_csp_connection\",\n                            \"resource_type\": \"csp_connection\",\n                            \"vlan\": 1810,\n                            \"account\": \"943395183538\",\n                            \"amazon_address\": \"169.254.47.121/30\",\n                            \"amazonAsn\": 7224,\n                            \"amazonIpAddress\": \"169.254.47.121/30\",\n                            \"asn\": 65521,\n                            \"authKey\": \"ihatemd5\",\n                            \"auth_key\": \"ihatemd5\",\n                            \"customer_address\": \"169.254.47.122/30\",\n                            \"customerIpAddress\": \"169.254.47.122/30\",\n                            \"id\": 469982,\n                            \"name\": \"Untagged SJC-TX2 to AWS-West\",\n                            \"ownerAccount\": \"943395183538\",\n                            \"peerAsn\": 7224,\n                            \"type\": \"private\",\n                            \"vif_id\": \"dxvif-fhcd24jx\"\n                        },\n                        \"vll\": {\n                            \"a_vlan\": 1810,\n                            \"b_vlan\": 1810,\n                            \"rate_limit_mbps\": 1000,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 1,\n                            \"shutdown\": false\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": 1723751842970,\n                    \"contractEndDate\": 1726408800000,\n                    \"contractTermMonths\": 1,\n                    \"autoRenewTerm\": false,\n                    \"locked\": false,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": true,\n                    \"shutdown\": false,\n                    \"cancelable\": true,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"513e3cc4-9527-49d3-8cbb-4ad573df5fe7\",\n                        \"productName\": \"sjc-tx2-vr-4 Guest Production Port Eth1-1 / Eth1-1\",\n                        \"locationId\": 65,\n                        \"location\": \"Digital Realty Silicon Valley SJC34 (SCL2)\",\n                        \"locationDetail\": {\n                            \"name\": \"Digital Realty Silicon Valley SJC34 (SCL2)\",\n                            \"city\": \"Santa Clara\",\n                            \"metro\": \"Bay Area\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 1810,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"DEFAULT\",\n                        \"diversityZone\": \"blue\"\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                        \"productUid\": \"4d39ff56-8e8d-4a34-9154-0ec0631696ed\",\n                        \"productName\": \"US West (N. California) (us-west-1)\",\n                        \"locationId\": 66,\n                        \"location\": \"Equinix SV1/10\",\n                        \"locationDetail\": {\n                            \"name\": \"Equinix SV1/10\",\n                            \"city\": \"San Jose\",\n                            \"metro\": \"Bay Area\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 1810,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"AWS\",\n                        \"diversityZone\": null\n                    }\n                },\n                {\n                    \"productId\": 213293,\n                    \"productUid\": \"3f3b7ccc-cb81-4fc3-b669-23f479e22a7c\",\n                    \"productName\": \"SD-WAN MVE-to-MVE 10G Untagged\",\n                    \"secondaryName\": null,\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 10000,\n                    \"maximumRate\": 10000,\n                    \"distanceBand\": \"METRO\",\n                    \"provisioningStatus\": \"LIVE\",\n                    \"usageAlgorithm\": \"POST_PAID_VARIABLE\",\n                    \"createdBy\": \"769a6fae-ac3d-4ecd-846f-e4f70f8a34b7\",\n                    \"createDate\": 1727883287421,\n                    \"resources\": {\n                        \"vll\": {\n                            \"a_vlan\": 850,\n                            \"b_vlan\": 850,\n                            \"rate_limit_mbps\": 10000,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 1,\n                            \"shutdown\": false\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": 1727883323929,\n                    \"contractEndDate\": 1730556000000,\n                    \"contractTermMonths\": 1,\n                    \"autoRenewTerm\": false,\n                    \"locked\": false,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": true,\n                    \"shutdown\": false,\n                    \"cancelable\": true,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"85e2b722-4063-4472-b03b-cd1bfa17c3a5\",\n                        \"productName\": \"Neteng SD-WAN SJC PoC Guest Port Eth1-1-3\",\n                        \"locationId\": 66,\n                        \"location\": \"Equinix SV1/10\",\n                        \"locationDetail\": {\n                            \"name\": \"Equinix SV1/10\",\n                            \"city\": \"San Jose\",\n                            \"metro\": \"Bay Area\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 850,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"DEFAULT\",\n                        \"diversityZone\": \"red\"\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"513e3cc4-9527-49d3-8cbb-4ad573df5fe7\",\n                        \"productName\": \"sjc-tx2-vr-4 Guest Production Port Eth1-1 / Eth1-1\",\n                        \"locationId\": 65,\n                        \"location\": \"Digital Realty Silicon Valley SJC34 (SCL2)\",\n                        \"locationDetail\": {\n                            \"name\": \"Digital Realty Silicon Valley SJC34 (SCL2)\",\n                            \"city\": \"Santa Clara\",\n                            \"metro\": \"Bay Area\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 850,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"DEFAULT\",\n                        \"diversityZone\": \"blue\"\n                    }\n                },\n                {\n                    \"productId\": 177138,\n                    \"productUid\": \"5fcd673d-135e-4608-ae84-ed38747875ac\",\n                    \"productName\": \"SD-WAN Testing - Transit VXC 2\",\n                    \"secondaryName\": null,\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 2000,\n                    \"maximumRate\": 10000,\n                    \"distanceBand\": \"METRO\",\n                    \"provisioningStatus\": \"LIVE\",\n                    \"usageAlgorithm\": \"POST_PAID_HOURLY_NORMALISED_SPEED\",\n                    \"createdBy\": \"769a6fae-ac3d-4ecd-846f-e4f70f8a34b7\",\n                    \"createDate\": 1698093505269,\n                    \"resources\": {\n                        \"csp_connection\": {\n                            \"connectType\": \"TRANSIT\",\n                            \"resource_name\": \"b_csp_connection\",\n                            \"resource_type\": \"csp_connection\",\n                            \"customer_ip4_address\": \"162.43.150.39/31\",\n                            \"customer_ip6_network\": \"2a0a:1800:12:13::/64\",\n                            \"ipv4_gateway_address\": \"162.43.150.38\",\n                            \"ipv6_gateway_address\": \"2a0a:1800:12:13::1\"\n                        },\n                        \"vll\": {\n                            \"a_vlan\": 505,\n                            \"b_vlan\": 505,\n                            \"rate_limit_mbps\": 2000,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 1,\n                            \"shutdown\": false\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": 1698094041406,\n                    \"contractEndDate\": 1700748000000,\n                    \"contractTermMonths\": 1,\n                    \"autoRenewTerm\": false,\n                    \"locked\": false,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": true,\n                    \"shutdown\": false,\n                    \"cancelable\": true,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"513e3cc4-9527-49d3-8cbb-4ad573df5fe7\",\n                        \"productName\": \"sjc-tx2-vr-4 Guest Production Port Eth1-1 / Eth1-1\",\n                        \"locationId\": 65,\n                        \"location\": \"Digital Realty Silicon Valley SJC34 (SCL2)\",\n                        \"locationDetail\": {\n                            \"name\": \"Digital Realty Silicon Valley SJC34 (SCL2)\",\n                            \"city\": \"Santa Clara\",\n                            \"metro\": \"Bay Area\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 505,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"DEFAULT\",\n                        \"diversityZone\": \"blue\"\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n                        \"productUid\": \"20ac4962-b000-4e1c-8b33-e208f6b0d265\",\n                        \"productName\": \"Megaport Internet\",\n                        \"locationId\": 66,\n                        \"location\": \"Equinix SV1/10\",\n                        \"locationDetail\": {\n                            \"name\": \"Equinix SV1/10\",\n                            \"city\": \"San Jose\",\n                            \"metro\": \"Bay Area\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 505,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"TRANSIT\",\n                        \"diversityZone\": \"blue\"\n                    }\n                },\n                {\n                    \"productId\": 213300,\n                    \"productUid\": \"f0ef51e4-daa3-440d-a04e-6e3239b0e288\",\n                    \"productName\": \"SD-WAN 10G Megaport Internet - lax-eq1\",\n                    \"secondaryName\": null,\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 10000,\n                    \"maximumRate\": 10000,\n                    \"distanceBand\": \"ZONE\",\n                    \"provisioningStatus\": \"LIVE\",\n                    \"usageAlgorithm\": \"POST_PAID_HOURLY_SPEED_LONG_HAUL_VXC\",\n                    \"createdBy\": \"769a6fae-ac3d-4ecd-846f-e4f70f8a34b7\",\n                    \"createDate\": 1727884617153,\n                    \"resources\": {\n                        \"csp_connection\": {\n                            \"connectType\": \"TRANSIT\",\n                            \"resource_name\": \"b_csp_connection\",\n                            \"resource_type\": \"csp_connection\",\n                            \"customer_ip4_address\": \"162.43.140.23/31\",\n                            \"customer_ip6_network\": \"2a0a:1800:7:b::/64\",\n                            \"ipv4_gateway_address\": \"162.43.140.22\",\n                            \"ipv6_gateway_address\": \"2a0a:1800:7:b::1\"\n                        },\n                        \"vll\": {\n                            \"a_vlan\": 502,\n                            \"b_vlan\": 502,\n                            \"rate_limit_mbps\": 10000,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 1,\n                            \"shutdown\": false\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": 1727884647560,\n                    \"contractEndDate\": 1730556000000,\n                    \"contractTermMonths\": 1,\n                    \"autoRenewTerm\": false,\n                    \"locked\": false,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": true,\n                    \"shutdown\": false,\n                    \"cancelable\": true,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"513e3cc4-9527-49d3-8cbb-4ad573df5fe7\",\n                        \"productName\": \"sjc-tx2-vr-4 Guest Production Port Eth1-1 / Eth1-1\",\n                        \"locationId\": 65,\n                        \"location\": \"Digital Realty Silicon Valley SJC34 (SCL2)\",\n                        \"locationDetail\": {\n                            \"name\": \"Digital Realty Silicon Valley SJC34 (SCL2)\",\n                            \"city\": \"Santa Clara\",\n                            \"metro\": \"Bay Area\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 502,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"DEFAULT\",\n                        \"diversityZone\": \"blue\"\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n                        \"productUid\": \"b5231ce0-36bb-4bd3-9f1f-19fbd57b6b8b\",\n                        \"productName\": \"Megaport Internet\",\n                        \"locationId\": 59,\n                        \"location\": \"Equinix LA1\",\n                        \"locationDetail\": {\n                            \"name\": \"Equinix LA1\",\n                            \"city\": \"Los Angeles\",\n                            \"metro\": \"Los Angeles\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 502,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"TRANSIT\",\n                        \"diversityZone\": \"red\"\n                    }\n                }\n            ],\n            \"associatedIxs\": [],\n            \"attributeTags\": {},\n            \"resources\": {\n                \"interface\": {\n                    \"demarcation\": \"\",\n                    \"loa_template\": \"megaport\",\n                    \"media\": \"LR4\",\n                    \"port_speed\": 40000,\n                    \"resource_name\": \"interface\",\n                    \"resource_type\": \"interface\",\n                    \"up\": 1\n                }\n            },\n            \"diversityZone\": \"blue\",\n            \"up\": true,\n            \"addOns\": null,\n            \"cancelable\": false\n        },\n        {\n            \"productId\": 154691,\n            \"productUid\": \"b419066e-dd25-42ba-afb9-de55122c7d44\",\n            \"productName\": \"APE - OGMR Transit\",\n            \"secondaryName\": null,\n            \"productType\": \"MEGAPORT\",\n            \"provisioningStatus\": \"LIVE\",\n            \"portSpeed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"locationId\": 335,\n            \"locationDetail\": {\n                \"name\": \"EdgeConneX San Diego\",\n                \"city\": \"San Diego\",\n                \"metro\": \"San Diego\",\n                \"country\": \"USA\"\n            },\n            \"lagPrimary\": false,\n            \"lagId\": null,\n            \"aggregationId\": null,\n            \"createDate\": 1679591362310,\n            \"createdBy\": \"9b0fec19-17b6-4370-8f1b-c71d8848ef7f\",\n            \"terminateDate\": null,\n            \"liveDate\": 1679605208091,\n            \"contractStartDate\": 1679605208109,\n            \"contractEndDate\": 1711202400000,\n            \"contractTermMonths\": 12,\n            \"autoRenewTerm\": false,\n            \"market\": \"US\",\n            \"usageAlgorithm\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"virtual\": false,\n            \"buyoutPort\": false,\n            \"crossConnectRequested\": false,\n            \"locked\": true,\n            \"adminLocked\": false,\n            \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n            \"companyName\": \"Megaport Lab\",\n            \"associatedVxcs\": [\n                {\n                    \"productId\": 154692,\n                    \"productUid\": \"150c9db3-91fa-4fa2-bc56-3db8a35bcbcf\",\n                    \"productName\": \"Transit VXC\",\n                    \"secondaryName\": null,\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 1000,\n                    \"maximumRate\": 1000,\n                    \"distanceBand\": \"ZONE\",\n                    \"provisioningStatus\": \"LIVE\",\n                    \"usageAlgorithm\": null,\n                    \"createdBy\": \"9b0fec19-17b6-4370-8f1b-c71d8848ef7f\",\n                    \"createDate\": 1679591636271,\n                    \"resources\": {\n                        \"csp_connection\": {\n                            \"connectType\": \"TRANSIT\",\n                            \"resource_name\": \"b_csp_connection\",\n                            \"resource_type\": \"csp_connection\",\n                            \"customer_ip4_address\": \"162.43.140.17/31\",\n                            \"customer_ip6_network\": \"2a0a:1800:7:8::/64\",\n                            \"ipv4_gateway_address\": \"162.43.140.16\",\n                            \"ipv6_gateway_address\": \"2a0a:1800:7:8::1\"\n                        },\n                        \"vll\": {\n                            \"b_vlan\": 512,\n                            \"rate_limit_mbps\": 1000,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 1,\n                            \"shutdown\": false\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": null,\n                    \"contractEndDate\": null,\n                    \"contractTermMonths\": 1,\n                    \"autoRenewTerm\": false,\n                    \"locked\": true,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": true,\n                    \"shutdown\": false,\n                    \"cancelable\": false,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"b419066e-dd25-42ba-afb9-de55122c7d44\",\n                        \"productName\": \"APE - OGMR Transit\",\n                        \"locationId\": 335,\n                        \"location\": \"EdgeConneX San Diego\",\n                        \"locationDetail\": {\n                            \"name\": \"EdgeConneX San Diego\",\n                            \"city\": \"San Diego\",\n                            \"metro\": \"San Diego\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": null,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"DEFAULT\",\n                        \"diversityZone\": null\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n                        \"productUid\": \"b5231ce0-36bb-4bd3-9f1f-19fbd57b6b8b\",\n                        \"productName\": \"Megaport Internet\",\n                        \"locationId\": 59,\n                        \"location\": \"Equinix LA1\",\n                        \"locationDetail\": {\n                            \"name\": \"Equinix LA1\",\n                            \"city\": \"Los Angeles\",\n                            \"metro\": \"Los Angeles\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 512,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"TRANSIT\",\n                        \"diversityZone\": \"red\"\n                    }\n                }\n            ],\n            \"associatedIxs\": [],\n            \"attributeTags\": {},\n            \"resources\": {\n                \"interface\": {\n                    \"demarcation\": \"\",\n                    \"loa_template\": \"megaport\",\n                    \"media\": \"LX\",\n                    \"port_speed\": 1000,\n                    \"resource_name\": \"interface\",\n                    \"resource_type\": \"interface\",\n                    \"up\": 1,\n                    \"shutdown\": false\n                }\n            },\n            \"diversityZone\": null,\n            \"up\": true,\n            \"addOns\": null,\n            \"cancelable\": false\n        },\n        {\n            \"productId\": 163127,\n            \"productUid\": \"9251fcd1-e2e8-4f37-9ff5-86a4789fa102\",\n            \"productName\": \"MVE C8000 - OpsEng (LAN DHCP vlan 100-123)\",\n            \"secondaryName\": null,\n            \"productType\": \"MVE\",\n            \"provisioningStatus\": \"LIVE\",\n            \"portSpeed\": null,\n            \"maxVxcSpeed\": 10000,\n            \"locationId\": 95,\n            \"locationDetail\": {\n                \"name\": \"Equinix SK1\",\n                \"city\": \"Stockholm\",\n                \"metro\": \"Stockholm\",\n                \"country\": \"Sweden\"\n            },\n            \"lagPrimary\": false,\n            \"lagId\": null,\n            \"aggregationId\": null,\n            \"createDate\": 1686269940151,\n            \"createdBy\": \"80f81f13-b5a3-46fd-8bc4-459b0a443ed7\",\n            \"terminateDate\": null,\n            \"liveDate\": 1686269965075,\n            \"contractStartDate\": 1686269965096,\n            \"contractEndDate\": 1688824800000,\n            \"contractTermMonths\": 1,\n            \"autoRenewTerm\": false,\n            \"market\": \"SE\",\n            \"costCentre\": \"\",\n            \"usageAlgorithm\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"virtual\": true,\n            \"buyoutPort\": false,\n            \"crossConnectRequested\": false,\n            \"locked\": true,\n            \"adminLocked\": false,\n            \"vendor\": \"CISCO\",\n            \"mveSize\": \"SMALL\",\n            \"mveLabel\": \"MVE 2/8\",\n            \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n            \"companyName\": \"Megaport Lab\",\n            \"associatedVxcs\": [\n                {\n                    \"productId\": 163128,\n                    \"productUid\": \"d48eb5fd-3cdf-42aa-8aa4-c2438461e11b\",\n                    \"productName\": \"MVE C8000 - OpsEng to Megaport IP Transit\",\n                    \"secondaryName\": null,\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 100,\n                    \"maximumRate\": 10000,\n                    \"distanceBand\": \"METRO\",\n                    \"provisioningStatus\": \"LIVE\",\n                    \"usageAlgorithm\": \"POST_PAID_HOURLY_NORMALISED_SPEED\",\n                    \"createdBy\": \"80f81f13-b5a3-46fd-8bc4-459b0a443ed7\",\n                    \"createDate\": 1686269940478,\n                    \"costCentre\": \"\",\n                    \"resources\": {\n                        \"csp_connection\": {\n                            \"connectType\": \"TRANSIT\",\n                            \"resource_name\": \"b_csp_connection\",\n                            \"resource_type\": \"csp_connection\",\n                            \"customer_ip4_address\": \"162.43.159.3/31\",\n                            \"customer_ip6_network\": \"2a0a:1800:1b:1::/64\",\n                            \"ipv4_gateway_address\": \"162.43.159.2\",\n                            \"ipv6_gateway_address\": \"2a0a:1800:1b:1::1\"\n                        },\n                        \"vll\": {\n                            \"a_vlan\": 2343,\n                            \"b_vlan\": 2343,\n                            \"rate_limit_mbps\": 100,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 1,\n                            \"shutdown\": false\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": 1686269993426,\n                    \"contractEndDate\": 1688824800000,\n                    \"contractTermMonths\": 1,\n                    \"autoRenewTerm\": false,\n                    \"locked\": true,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": true,\n                    \"shutdown\": false,\n                    \"cancelable\": false,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"9251fcd1-e2e8-4f37-9ff5-86a4789fa102\",\n                        \"productName\": \"MVE C8000 - OpsEng (LAN DHCP vlan 100-123)\",\n                        \"locationId\": 95,\n                        \"location\": \"Equinix SK1\",\n                        \"locationDetail\": {\n                            \"name\": \"Equinix SK1\",\n                            \"city\": \"Stockholm\",\n                            \"metro\": \"Stockholm\",\n                            \"country\": \"Sweden\"\n                        },\n                        \"vlan\": 2343,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"MVE\",\n                        \"diversityZone\": \"blue\",\n                        \"vNicIndex\": 0\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n                        \"productUid\": \"0b773c8e-e571-46e7-84a7-0a09a404eba0\",\n                        \"productName\": \"Megaport Internet\",\n                        \"locationId\": 95,\n                        \"location\": \"Equinix SK1\",\n                        \"locationDetail\": {\n                            \"name\": \"Equinix SK1\",\n                            \"city\": \"Stockholm\",\n                            \"metro\": \"Stockholm\",\n                            \"country\": \"Sweden\"\n                        },\n                        \"vlan\": 2343,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"TRANSIT\",\n                        \"diversityZone\": \"blue\"\n                    }\n                },\n                {\n                    \"productId\": 194192,\n                    \"productUid\": \"4da16996-bf14-4c0c-b3c6-5ae14562fd71\",\n                    \"productName\": \"OPS-6506\",\n                    \"secondaryName\": \"OPS-6506\",\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 100,\n                    \"maximumRate\": 1000,\n                    \"distanceBand\": \"INTERZONE\",\n                    \"provisioningStatus\": \"LIVE\",\n                    \"usageAlgorithm\": \"POST_PAID_HOURLY_SPEED_LONG_HAUL_VXC\",\n                    \"createdBy\": \"7188363a-64bd-4c09-a8ec-3cb79c40f288\",\n                    \"createDate\": 1713403321150,\n                    \"resources\": {\n                        \"vll\": {\n                            \"b_vlan\": 2343,\n                            \"b_inner_vlan\": 115,\n                            \"rate_limit_mbps\": 100,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 1,\n                            \"shutdown\": false,\n                            \"binnerVlan\": 115\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": 1713403344437,\n                    \"contractEndDate\": 1715954400000,\n                    \"contractTermMonths\": 1,\n                    \"autoRenewTerm\": false,\n                    \"locked\": true,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": true,\n                    \"shutdown\": false,\n                    \"cancelable\": false,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"cfcb37c8-3143-49d0-a1fd-4c284aa3d82e\",\n                        \"productName\": \"OPS-6065\",\n                        \"locationId\": 10,\n                        \"location\": \"NextDC S1\",\n                        \"locationDetail\": {\n                            \"name\": \"NextDC S1\",\n                            \"city\": \"Sydney\",\n                            \"metro\": \"Sydney\",\n                            \"country\": \"Australia\"\n                        },\n                        \"vlan\": null,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"DEFAULT\",\n                        \"diversityZone\": \"red\"\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"9251fcd1-e2e8-4f37-9ff5-86a4789fa102\",\n                        \"productName\": \"MVE C8000 - OpsEng (LAN DHCP vlan 100-123)\",\n                        \"locationId\": 95,\n                        \"location\": \"Equinix SK1\",\n                        \"locationDetail\": {\n                            \"name\": \"Equinix SK1\",\n                            \"city\": \"Stockholm\",\n                            \"metro\": \"Stockholm\",\n                            \"country\": \"Sweden\"\n                        },\n                        \"vlan\": 2343,\n                        \"innerVlan\": 115,\n                        \"secondaryName\": null,\n                        \"connectType\": \"MVE\",\n                        \"diversityZone\": \"blue\",\n                        \"vNicIndex\": 0\n                    }\n                }\n            ],\n            \"associatedIxs\": [],\n            \"attributeTags\": {},\n            \"vnics\": [\n                {\n                    \"vlan\": 2343\n                }\n            ],\n            \"resources\": {\n                \"virtual_machine\": [\n                    {\n                        \"cpu_count\": 2,\n                        \"id\": 0,\n                        \"image\": {\n                            \"id\": 42,\n                            \"vendor\": \"Cisco\",\n                            \"product\": \"C8000\",\n                            \"version\": \"17.11.01a\"\n                        },\n                        \"resource_type\": \"virtual_machine\",\n                        \"up\": true,\n                        \"vnics\": [\n                            {\n                                \"vlan\": 2343\n                            }\n                        ]\n                    }\n                ]\n            },\n            \"diversityZone\": \"blue\",\n            \"up\": true,\n            \"addOns\": null,\n            \"cancelable\": false\n        },\n        {\n            \"productId\": 188820,\n            \"productUid\": \"82d6be81-6ee3-4ea2-b5d2-a26cfabc0bdf\",\n            \"productName\": \"TBD-demo-ams\",\n            \"secondaryName\": null,\n            \"productType\": \"MVE\",\n            \"provisioningStatus\": \"LIVE\",\n            \"portSpeed\": null,\n            \"maxVxcSpeed\": 10000,\n            \"locationId\": 298,\n            \"locationDetail\": {\n                \"name\": \"Digital Realty Amsterdam AMS17\",\n                \"city\": \"Amsterdam\",\n                \"metro\": \"Amsterdam\",\n                \"country\": \"Netherlands\"\n            },\n            \"lagPrimary\": false,\n            \"lagId\": null,\n            \"aggregationId\": null,\n            \"createDate\": 1708727508436,\n            \"createdBy\": \"804af95c-55dc-4290-b151-a61dbe56083b\",\n            \"terminateDate\": null,\n            \"liveDate\": 1708727540800,\n            \"contractStartDate\": 1708727540818,\n            \"contractEndDate\": 1711202400000,\n            \"contractTermMonths\": 1,\n            \"autoRenewTerm\": false,\n            \"market\": \"NL\",\n            \"costCentre\": \"\",\n            \"usageAlgorithm\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"virtual\": true,\n            \"buyoutPort\": false,\n            \"crossConnectRequested\": false,\n            \"locked\": false,\n            \"adminLocked\": false,\n            \"vendor\": \"FORTINET\",\n            \"mveSize\": \"SMALL\",\n            \"mveLabel\": \"MVE 2/8\",\n            \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n            \"companyName\": \"Megaport Lab\",\n            \"associatedVxcs\": [\n                {\n                    \"productId\": 190291,\n                    \"productUid\": \"d2ee6059-2120-4045-ab80-96941c9ceee3\",\n                    \"productName\": \"ER-Primary\",\n                    \"secondaryName\": \"ER-Primary\",\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 50,\n                    \"maximumRate\": 10000,\n                    \"distanceBand\": \"METRO\",\n                    \"provisioningStatus\": \"LIVE\",\n                    \"usageAlgorithm\": \"POST_PAID_VARIABLE\",\n                    \"createdBy\": \"804af95c-55dc-4290-b151-a61dbe56083b\",\n                    \"createDate\": 1709922594276,\n                    \"resources\": {\n                        \"csp_connection\": {\n                            \"bandwidth\": 1000,\n                            \"connectType\": \"AZURE\",\n                            \"managed\": false,\n                            \"megaports\": [\n                                {\n                                    \"port\": 187682,\n                                    \"type\": \"primary\",\n                                    \"vxc\": 190291\n                                },\n                                {\n                                    \"port\": 187684,\n                                    \"type\": \"secondary\"\n                                }\n                            ],\n                            \"ports\": [\n                                {\n                                    \"service_id\": 502842,\n                                    \"type\": \"primary\",\n                                    \"vxc_service_ids\": [\n                                        511372\n                                    ],\n                                    \"firstVxcServiceId\": 511372\n                                },\n                                {\n                                    \"service_id\": 502844,\n                                    \"type\": \"secondary\",\n                                    \"vxc_service_ids\": []\n                                }\n                            ],\n                            \"peers\": [\n                                {\n                                    \"peer_asn\": 123,\n                                    \"primary_subnet\": \"10.10.1.0/30\",\n                                    \"secondary_subnet\": \"10.10.2.0/30\",\n                                    \"type\": \"private\",\n                                    \"vlan\": 123\n                                }\n                            ],\n                            \"resource_name\": \"b_csp_connection\",\n                            \"resource_type\": \"csp_connection\",\n                            \"service_key\": \"a3933167-3449-4e63-8de7-2d6e862b5c3f\",\n                            \"vlan\": 2\n                        },\n                        \"vll\": {\n                            \"a_vlan\": 1754,\n                            \"b_vlan\": 2,\n                            \"a_inner_vlan\": 101,\n                            \"rate_limit_mbps\": 50,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 1,\n                            \"shutdown\": false,\n                            \"ainnerVlan\": 101\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": 1709922646872,\n                    \"contractEndDate\": 1741442400000,\n                    \"contractTermMonths\": 12,\n                    \"autoRenewTerm\": false,\n                    \"locked\": false,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": true,\n                    \"shutdown\": false,\n                    \"termSpeed\": 50,\n                    \"cancelable\": true,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"82d6be81-6ee3-4ea2-b5d2-a26cfabc0bdf\",\n                        \"productName\": \"TBD-demo-ams\",\n                        \"locationId\": 298,\n                        \"location\": \"Digital Realty Amsterdam AMS17\",\n                        \"locationDetail\": {\n                            \"name\": \"Digital Realty Amsterdam AMS17\",\n                            \"city\": \"Amsterdam\",\n                            \"metro\": \"Amsterdam\",\n                            \"country\": \"Netherlands\"\n                        },\n                        \"vlan\": 1754,\n                        \"innerVlan\": 101,\n                        \"secondaryName\": null,\n                        \"connectType\": \"MVE\",\n                        \"diversityZone\": \"blue\",\n                        \"vNicIndex\": 1\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n                        \"productUid\": \"e1c2f198-c905-4b54-aebf-93097206b490\",\n                        \"productName\": \"Amsterdam Metro Primary\",\n                        \"locationId\": 87,\n                        \"location\": \"Equinix AM5\",\n                        \"locationDetail\": {\n                            \"name\": \"Equinix AM5\",\n                            \"city\": \"Amsterdam\",\n                            \"metro\": \"Amsterdam\",\n                            \"country\": \"Netherlands\"\n                        },\n                        \"vlan\": 2,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"AZURE\",\n                        \"diversityZone\": \"red\"\n                    }\n                }\n            ],\n            \"associatedIxs\": [],\n            \"attributeTags\": {},\n            \"vnics\": [\n                {\n                    \"vlan\": 2821,\n                    \"description\": \"Port1\"\n                },\n                {\n                    \"vlan\": 1754,\n                    \"description\": \"Port2\"\n                },\n                {\n                    \"vlan\": 615,\n                    \"description\": \"Port3\"\n                }\n            ],\n            \"resources\": {\n                \"virtual_machine\": [\n                    {\n                        \"cpu_count\": 2,\n                        \"id\": 0,\n                        \"image\": {\n                            \"id\": 58,\n                            \"vendor\": \"Fortinet\",\n                            \"product\": \"FortiGate-VM\",\n                            \"version\": \"7.4.3\"\n                        },\n                        \"resource_type\": \"virtual_machine\",\n                        \"up\": true,\n                        \"vnics\": [\n                            {\n                                \"vlan\": 2821,\n                                \"description\": \"Port1\"\n                            },\n                            {\n                                \"vlan\": 1754,\n                                \"description\": \"Port2\"\n                            },\n                            {\n                                \"vlan\": 615,\n                                \"description\": \"Port3\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            \"diversityZone\": \"blue\",\n            \"up\": true,\n            \"addOns\": null,\n            \"cancelable\": true\n        },\n        {\n            \"productId\": 194179,\n            \"productUid\": \"cfcb37c8-3143-49d0-a1fd-4c284aa3d82e\",\n            \"productName\": \"OPS-6065\",\n            \"secondaryName\": null,\n            \"productType\": \"MEGAPORT\",\n            \"provisioningStatus\": \"LIVE\",\n            \"portSpeed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"locationId\": 10,\n            \"locationDetail\": {\n                \"name\": \"NextDC S1\",\n                \"city\": \"Sydney\",\n                \"metro\": \"Sydney\",\n                \"country\": \"Australia\"\n            },\n            \"lagPrimary\": false,\n            \"lagId\": null,\n            \"aggregationId\": null,\n            \"createDate\": 1713393760419,\n            \"createdBy\": \"7188363a-64bd-4c09-a8ec-3cb79c40f288\",\n            \"terminateDate\": null,\n            \"liveDate\": 1713400036645,\n            \"contractStartDate\": 1713400036659,\n            \"contractEndDate\": 1715954400000,\n            \"contractTermMonths\": 1,\n            \"autoRenewTerm\": false,\n            \"market\": \"AU\",\n            \"usageAlgorithm\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"virtual\": false,\n            \"buyoutPort\": false,\n            \"crossConnectRequested\": false,\n            \"locked\": true,\n            \"adminLocked\": false,\n            \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n            \"companyName\": \"Megaport Lab\",\n            \"associatedVxcs\": [\n                {\n                    \"productId\": 194192,\n                    \"productUid\": \"4da16996-bf14-4c0c-b3c6-5ae14562fd71\",\n                    \"productName\": \"OPS-6506\",\n                    \"secondaryName\": \"OPS-6506\",\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 100,\n                    \"maximumRate\": 1000,\n                    \"distanceBand\": \"INTERZONE\",\n                    \"provisioningStatus\": \"LIVE\",\n                    \"usageAlgorithm\": \"POST_PAID_HOURLY_SPEED_LONG_HAUL_VXC\",\n                    \"createdBy\": \"7188363a-64bd-4c09-a8ec-3cb79c40f288\",\n                    \"createDate\": 1713403321150,\n                    \"resources\": {\n                        \"vll\": {\n                            \"b_vlan\": 2343,\n                            \"b_inner_vlan\": 115,\n                            \"rate_limit_mbps\": 100,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 1,\n                            \"shutdown\": false,\n                            \"binnerVlan\": 115\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": 1713403344437,\n                    \"contractEndDate\": 1715954400000,\n                    \"contractTermMonths\": 1,\n                    \"autoRenewTerm\": false,\n                    \"locked\": true,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": true,\n                    \"shutdown\": false,\n                    \"cancelable\": false,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"cfcb37c8-3143-49d0-a1fd-4c284aa3d82e\",\n                        \"productName\": \"OPS-6065\",\n                        \"locationId\": 10,\n                        \"location\": \"NextDC S1\",\n                        \"locationDetail\": {\n                            \"name\": \"NextDC S1\",\n                            \"city\": \"Sydney\",\n                            \"metro\": \"Sydney\",\n                            \"country\": \"Australia\"\n                        },\n                        \"vlan\": null,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"DEFAULT\",\n                        \"diversityZone\": \"red\"\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"9251fcd1-e2e8-4f37-9ff5-86a4789fa102\",\n                        \"productName\": \"MVE C8000 - OpsEng (LAN DHCP vlan 100-123)\",\n                        \"locationId\": 95,\n                        \"location\": \"Equinix SK1\",\n                        \"locationDetail\": {\n                            \"name\": \"Equinix SK1\",\n                            \"city\": \"Stockholm\",\n                            \"metro\": \"Stockholm\",\n                            \"country\": \"Sweden\"\n                        },\n                        \"vlan\": 2343,\n                        \"innerVlan\": 115,\n                        \"secondaryName\": null,\n                        \"connectType\": \"MVE\",\n                        \"diversityZone\": \"blue\",\n                        \"vNicIndex\": 0\n                    }\n                }\n            ],\n            \"associatedIxs\": [],\n            \"attributeTags\": {},\n            \"resources\": {\n                \"interface\": {\n                    \"demarcation\": \"NextDC S1\\n4 Eden Park Drive, Macquarie Park\\nType: Single-mode Fibre Pair\\nPorts: S1-IR2-A7, ports 139+140\\nAuto-negotiation: Off\\n\",\n                    \"loa_template\": \"megaport\",\n                    \"media\": \"LX\",\n                    \"port_speed\": 1000,\n                    \"resource_name\": \"interface\",\n                    \"resource_type\": \"interface\",\n                    \"up\": 1,\n                    \"shutdown\": false\n                }\n            },\n            \"diversityZone\": \"red\",\n            \"up\": true,\n            \"addOns\": null,\n            \"cancelable\": false\n        },\n        {\n            \"productId\": 206224,\n            \"productUid\": \"e6bcfb5c-598b-41d6-bd4d-373368e93575\",\n            \"productName\": \"STu High Capacity Fast Path (B-End) - Please Do Not Delete\",\n            \"secondaryName\": null,\n            \"productType\": \"MEGAPORT\",\n            \"provisioningStatus\": \"LIVE\",\n            \"portSpeed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"locationId\": 143,\n            \"locationDetail\": {\n                \"name\": \"Fujitsu Noble Park\",\n                \"city\": \"Melbourne\",\n                \"metro\": \"Melbourne\",\n                \"country\": \"Australia\"\n            },\n            \"lagPrimary\": false,\n            \"lagId\": null,\n            \"aggregationId\": null,\n            \"createDate\": 1722820454278,\n            \"createdBy\": \"4b0fa5cb-5137-4081-8757-cf093ec5190a\",\n            \"terminateDate\": null,\n            \"liveDate\": 1723508762944,\n            \"contractStartDate\": 1723508762955,\n            \"contractEndDate\": 1725458400000,\n            \"contractTermMonths\": 1,\n            \"autoRenewTerm\": false,\n            \"market\": \"AU\",\n            \"costCentre\": \"\",\n            \"usageAlgorithm\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"virtual\": false,\n            \"buyoutPort\": false,\n            \"crossConnectRequested\": false,\n            \"locked\": true,\n            \"adminLocked\": false,\n            \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n            \"companyName\": \"Megaport Lab\",\n            \"associatedVxcs\": [],\n            \"associatedIxs\": [],\n            \"attributeTags\": {},\n            \"resources\": {\n                \"interface\": {\n                    \"demarcation\": \"\",\n                    \"loa_template\": \"megaport\",\n                    \"media\": \"LR\",\n                    \"port_speed\": 10000,\n                    \"resource_name\": \"interface\",\n                    \"resource_type\": \"interface\",\n                    \"up\": 1,\n                    \"shutdown\": false\n                }\n            },\n            \"diversityZone\": \"red\",\n            \"up\": true,\n            \"addOns\": null,\n            \"cancelable\": false\n        },\n        {\n            \"productId\": 206225,\n            \"productUid\": \"33d51bfe-b7c4-4cb9-8faa-e0c494461773\",\n            \"productName\": \"STu High Capacity Fast Path (A-End) - Please Do Not Delete\",\n            \"secondaryName\": null,\n            \"productType\": \"MEGAPORT\",\n            \"provisioningStatus\": \"LIVE\",\n            \"portSpeed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"locationId\": 143,\n            \"locationDetail\": {\n                \"name\": \"Fujitsu Noble Park\",\n                \"city\": \"Melbourne\",\n                \"metro\": \"Melbourne\",\n                \"country\": \"Australia\"\n            },\n            \"lagPrimary\": false,\n            \"lagId\": null,\n            \"aggregationId\": null,\n            \"createDate\": 1722820454645,\n            \"createdBy\": \"4b0fa5cb-5137-4081-8757-cf093ec5190a\",\n            \"terminateDate\": null,\n            \"liveDate\": 1723508762955,\n            \"contractStartDate\": 1723508762964,\n            \"contractEndDate\": 1725458400000,\n            \"contractTermMonths\": 1,\n            \"autoRenewTerm\": false,\n            \"market\": \"AU\",\n            \"costCentre\": \"\",\n            \"usageAlgorithm\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"virtual\": false,\n            \"buyoutPort\": false,\n            \"crossConnectRequested\": false,\n            \"locked\": true,\n            \"adminLocked\": false,\n            \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n            \"companyName\": \"Megaport Lab\",\n            \"associatedVxcs\": [],\n            \"associatedIxs\": [],\n            \"attributeTags\": {},\n            \"resources\": {\n                \"interface\": {\n                    \"demarcation\": \"\",\n                    \"loa_template\": \"megaport\",\n                    \"media\": \"LR\",\n                    \"port_speed\": 10000,\n                    \"resource_name\": \"interface\",\n                    \"resource_type\": \"interface\",\n                    \"up\": 1,\n                    \"shutdown\": false\n                }\n            },\n            \"diversityZone\": \"red\",\n            \"up\": true,\n            \"addOns\": null,\n            \"cancelable\": false\n        },\n        {\n            \"productId\": 207231,\n            \"productUid\": \"abf40019-2e78-4a55-a4f7-8f974db94c49\",\n            \"productName\": \"fgt-ha1 - Do not Delete -\",\n            \"secondaryName\": null,\n            \"productType\": \"MVE\",\n            \"provisioningStatus\": \"LIVE\",\n            \"portSpeed\": null,\n            \"maxVxcSpeed\": 10000,\n            \"locationId\": 83,\n            \"locationDetail\": {\n                \"name\": \"Cologix DAL2\",\n                \"city\": \"Dallas\",\n                \"metro\": \"Dallas\",\n                \"country\": \"USA\"\n            },\n            \"lagPrimary\": false,\n            \"lagId\": null,\n            \"aggregationId\": null,\n            \"createDate\": 1723512969443,\n            \"createdBy\": \"247db3a4-3173-44cd-bd44-b2f2f1505516\",\n            \"terminateDate\": null,\n            \"liveDate\": 1723513002949,\n            \"contractStartDate\": 1723513002959,\n            \"contractEndDate\": 1726149600000,\n            \"contractTermMonths\": 1,\n            \"autoRenewTerm\": false,\n            \"market\": \"US\",\n            \"costCentre\": \"\",\n            \"usageAlgorithm\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"virtual\": true,\n            \"buyoutPort\": false,\n            \"crossConnectRequested\": false,\n            \"locked\": true,\n            \"adminLocked\": false,\n            \"vendor\": \"FORTINET\",\n            \"mveSize\": \"SMALL\",\n            \"mveLabel\": \"MVE 2/8\",\n            \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n            \"companyName\": \"Megaport Lab\",\n            \"associatedVxcs\": [\n                {\n                    \"productId\": 207232,\n                    \"productUid\": \"b1d1bc18-489b-41f2-80b6-e15e670bf080\",\n                    \"productName\": \"fgt-ha1 to Megaport Internet\",\n                    \"secondaryName\": null,\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 20,\n                    \"maximumRate\": 10000,\n                    \"distanceBand\": \"METRO\",\n                    \"provisioningStatus\": \"LIVE\",\n                    \"usageAlgorithm\": \"POST_PAID_HOURLY_NORMALISED_SPEED\",\n                    \"createdBy\": \"247db3a4-3173-44cd-bd44-b2f2f1505516\",\n                    \"createDate\": 1723512969728,\n                    \"resources\": {\n                        \"csp_connection\": {\n                            \"connectType\": \"TRANSIT\",\n                            \"resource_name\": \"b_csp_connection\",\n                            \"resource_type\": \"csp_connection\",\n                            \"customer_asn\": 65000,\n                            \"prefixes\": [],\n                            \"customer_ip4_address\": \"162.43.144.29/31\",\n                            \"customer_ip6_network\": \"2a0a:1800:b:e::/64\",\n                            \"ipv4_gateway_address\": \"162.43.144.28\",\n                            \"ipv6_gateway_address\": \"2a0a:1800:b:e::1\",\n                            \"bgp_connections\": [\n                                {\n                                    \"customer_asn\": 65000,\n                                    \"customer_ip_address\": \"162.43.144.29\",\n                                    \"prefix_limit\": 5,\n                                    \"provider_asn\": 49915,\n                                    \"provider_ip_address\": \"162.43.144.28\",\n                                    \"up\": true\n                                },\n                                {\n                                    \"customer_asn\": 65000,\n                                    \"customer_ip_address\": \"2a0a:1800:b:e::2\",\n                                    \"prefix_limit\": 1,\n                                    \"provider_asn\": 49915,\n                                    \"provider_ip_address\": \"2a0a:1800:b:e::1\",\n                                    \"up\": false\n                                }\n                            ],\n                            \"route_table\": \"DEFAULT_ONLY\"\n                        },\n                        \"vll\": {\n                            \"a_vlan\": 777,\n                            \"b_vlan\": 777,\n                            \"rate_limit_mbps\": 20,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 1,\n                            \"shutdown\": false\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": 1723513060286,\n                    \"contractEndDate\": 1726149600000,\n                    \"contractTermMonths\": 1,\n                    \"autoRenewTerm\": false,\n                    \"locked\": true,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": true,\n                    \"shutdown\": false,\n                    \"cancelable\": false,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"abf40019-2e78-4a55-a4f7-8f974db94c49\",\n                        \"productName\": \"fgt-ha1 - Do not Delete -\",\n                        \"locationId\": 83,\n                        \"location\": \"Cologix DAL2\",\n                        \"locationDetail\": {\n                            \"name\": \"Cologix DAL2\",\n                            \"city\": \"Dallas\",\n                            \"metro\": \"Dallas\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 777,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"MVE\",\n                        \"diversityZone\": \"red\",\n                        \"vNicIndex\": 0\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n                        \"productUid\": \"fbd00064-58c9-4905-9889-fe737a62739b\",\n                        \"productName\": \"Megaport Internet\",\n                        \"locationId\": 71,\n                        \"location\": \"Equinix DA1\",\n                        \"locationDetail\": {\n                            \"name\": \"Equinix DA1\",\n                            \"city\": \"Dallas\",\n                            \"metro\": \"Dallas\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 777,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"TRANSIT\",\n                        \"diversityZone\": \"red\"\n                    }\n                },\n                {\n                    \"productId\": 207240,\n                    \"productUid\": \"645220fb-9781-4772-9c70-9579fff684b7\",\n                    \"productName\": \"FGSP LINK\",\n                    \"secondaryName\": null,\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 100,\n                    \"maximumRate\": 10000,\n                    \"distanceBand\": \"METRO\",\n                    \"provisioningStatus\": \"LIVE\",\n                    \"usageAlgorithm\": \"POST_PAID_VARIABLE\",\n                    \"createdBy\": \"247db3a4-3173-44cd-bd44-b2f2f1505516\",\n                    \"createDate\": 1723517013380,\n                    \"resources\": {\n                        \"vll\": {\n                            \"a_vlan\": 3926,\n                            \"b_vlan\": 1535,\n                            \"rate_limit_mbps\": 100,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 1,\n                            \"shutdown\": false\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": 1723517203021,\n                    \"contractEndDate\": 1726149600000,\n                    \"contractTermMonths\": 1,\n                    \"autoRenewTerm\": false,\n                    \"locked\": true,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": true,\n                    \"shutdown\": false,\n                    \"cancelable\": false,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"abf40019-2e78-4a55-a4f7-8f974db94c49\",\n                        \"productName\": \"fgt-ha1 - Do not Delete -\",\n                        \"locationId\": 83,\n                        \"location\": \"Cologix DAL2\",\n                        \"locationDetail\": {\n                            \"name\": \"Cologix DAL2\",\n                            \"city\": \"Dallas\",\n                            \"metro\": \"Dallas\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 3926,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"MVE\",\n                        \"diversityZone\": \"red\",\n                        \"vNicIndex\": 2\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"0ecdb66e-9c9f-46be-b10e-761e3dbda38a\",\n                        \"productName\": \"fgt-ha2 - Do not Delete -\",\n                        \"locationId\": 72,\n                        \"location\": \"Digital Realty Dallas DFW10 (DAL1)\",\n                        \"locationDetail\": {\n                            \"name\": \"Digital Realty Dallas DFW10 (DAL1)\",\n                            \"city\": \"Dallas\",\n                            \"metro\": \"Dallas\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 1535,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"MVE\",\n                        \"diversityZone\": \"blue\",\n                        \"vNicIndex\": 2\n                    }\n                },\n                {\n                    \"productId\": 207241,\n                    \"productUid\": \"62bd726b-21d2-4fd7-a6b9-aed1a315d5a7\",\n                    \"productName\": \"DMZ \",\n                    \"secondaryName\": null,\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 20,\n                    \"maximumRate\": 10000,\n                    \"distanceBand\": \"METRO\",\n                    \"provisioningStatus\": \"LIVE\",\n                    \"usageAlgorithm\": \"POST_PAID_VARIABLE\",\n                    \"createdBy\": \"247db3a4-3173-44cd-bd44-b2f2f1505516\",\n                    \"createDate\": 1723518015882,\n                    \"resources\": {\n                        \"vll\": {\n                            \"a_vlan\": 1596,\n                            \"b_vlan\": 1185,\n                            \"rate_limit_mbps\": 20,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 1,\n                            \"shutdown\": false\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": 1723518100272,\n                    \"contractEndDate\": 1726149600000,\n                    \"contractTermMonths\": 1,\n                    \"autoRenewTerm\": false,\n                    \"locked\": true,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": true,\n                    \"shutdown\": false,\n                    \"cancelable\": false,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"0ecdb66e-9c9f-46be-b10e-761e3dbda38a\",\n                        \"productName\": \"fgt-ha2 - Do not Delete -\",\n                        \"locationId\": 72,\n                        \"location\": \"Digital Realty Dallas DFW10 (DAL1)\",\n                        \"locationDetail\": {\n                            \"name\": \"Digital Realty Dallas DFW10 (DAL1)\",\n                            \"city\": \"Dallas\",\n                            \"metro\": \"Dallas\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 1596,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"MVE\",\n                        \"diversityZone\": \"blue\",\n                        \"vNicIndex\": 3\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"abf40019-2e78-4a55-a4f7-8f974db94c49\",\n                        \"productName\": \"fgt-ha1 - Do not Delete -\",\n                        \"locationId\": 83,\n                        \"location\": \"Cologix DAL2\",\n                        \"locationDetail\": {\n                            \"name\": \"Cologix DAL2\",\n                            \"city\": \"Dallas\",\n                            \"metro\": \"Dallas\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 1185,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"MVE\",\n                        \"diversityZone\": \"red\",\n                        \"vNicIndex\": 3\n                    }\n                }\n            ],\n            \"associatedIxs\": [],\n            \"attributeTags\": {},\n            \"vnics\": [\n                {\n                    \"vlan\": 777,\n                    \"description\": \"port1\"\n                },\n                {\n                    \"vlan\": 4071,\n                    \"description\": \"port2\"\n                },\n                {\n                    \"vlan\": 3926,\n                    \"description\": \"port3\"\n                },\n                {\n                    \"vlan\": 1185,\n                    \"description\": \"port4\"\n                },\n                {\n                    \"vlan\": 2401,\n                    \"description\": \"port5\"\n                }\n            ],\n            \"resources\": {\n                \"virtual_machine\": [\n                    {\n                        \"cpu_count\": 2,\n                        \"id\": 0,\n                        \"image\": {\n                            \"id\": 58,\n                            \"vendor\": \"Fortinet\",\n                            \"product\": \"FortiGate-VM\",\n                            \"version\": \"7.4.3\"\n                        },\n                        \"resource_type\": \"virtual_machine\",\n                        \"up\": true,\n                        \"vnics\": [\n                            {\n                                \"vlan\": 777,\n                                \"description\": \"port1\"\n                            },\n                            {\n                                \"vlan\": 4071,\n                                \"description\": \"port2\"\n                            },\n                            {\n                                \"vlan\": 3926,\n                                \"description\": \"port3\"\n                            },\n                            {\n                                \"vlan\": 1185,\n                                \"description\": \"port4\"\n                            },\n                            {\n                                \"vlan\": 2401,\n                                \"description\": \"port5\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            \"diversityZone\": \"red\",\n            \"up\": true,\n            \"addOns\": null,\n            \"cancelable\": false\n        },\n        {\n            \"productId\": 207234,\n            \"productUid\": \"0ecdb66e-9c9f-46be-b10e-761e3dbda38a\",\n            \"productName\": \"fgt-ha2 - Do not Delete -\",\n            \"secondaryName\": null,\n            \"productType\": \"MVE\",\n            \"provisioningStatus\": \"LIVE\",\n            \"portSpeed\": null,\n            \"maxVxcSpeed\": 10000,\n            \"locationId\": 72,\n            \"locationDetail\": {\n                \"name\": \"Digital Realty Dallas DFW10 (DAL1)\",\n                \"city\": \"Dallas\",\n                \"metro\": \"Dallas\",\n                \"country\": \"USA\"\n            },\n            \"lagPrimary\": false,\n            \"lagId\": null,\n            \"aggregationId\": null,\n            \"createDate\": 1723513256242,\n            \"createdBy\": \"247db3a4-3173-44cd-bd44-b2f2f1505516\",\n            \"terminateDate\": null,\n            \"liveDate\": 1723513300240,\n            \"contractStartDate\": 1723513300249,\n            \"contractEndDate\": 1726149600000,\n            \"contractTermMonths\": 1,\n            \"autoRenewTerm\": false,\n            \"market\": \"US\",\n            \"costCentre\": \"\",\n            \"usageAlgorithm\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"virtual\": true,\n            \"buyoutPort\": false,\n            \"crossConnectRequested\": false,\n            \"locked\": true,\n            \"adminLocked\": false,\n            \"vendor\": \"FORTINET\",\n            \"mveSize\": \"SMALL\",\n            \"mveLabel\": \"MVE 2/8\",\n            \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n            \"companyName\": \"Megaport Lab\",\n            \"associatedVxcs\": [\n                {\n                    \"productId\": 207240,\n                    \"productUid\": \"645220fb-9781-4772-9c70-9579fff684b7\",\n                    \"productName\": \"FGSP LINK\",\n                    \"secondaryName\": null,\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 100,\n                    \"maximumRate\": 10000,\n                    \"distanceBand\": \"METRO\",\n                    \"provisioningStatus\": \"LIVE\",\n                    \"usageAlgorithm\": \"POST_PAID_VARIABLE\",\n                    \"createdBy\": \"247db3a4-3173-44cd-bd44-b2f2f1505516\",\n                    \"createDate\": 1723517013380,\n                    \"resources\": {\n                        \"vll\": {\n                            \"a_vlan\": 3926,\n                            \"b_vlan\": 1535,\n                            \"rate_limit_mbps\": 100,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 1,\n                            \"shutdown\": false\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": 1723517203021,\n                    \"contractEndDate\": 1726149600000,\n                    \"contractTermMonths\": 1,\n                    \"autoRenewTerm\": false,\n                    \"locked\": true,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": true,\n                    \"shutdown\": false,\n                    \"cancelable\": false,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"abf40019-2e78-4a55-a4f7-8f974db94c49\",\n                        \"productName\": \"fgt-ha1 - Do not Delete -\",\n                        \"locationId\": 83,\n                        \"location\": \"Cologix DAL2\",\n                        \"locationDetail\": {\n                            \"name\": \"Cologix DAL2\",\n                            \"city\": \"Dallas\",\n                            \"metro\": \"Dallas\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 3926,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"MVE\",\n                        \"diversityZone\": \"red\",\n                        \"vNicIndex\": 2\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"0ecdb66e-9c9f-46be-b10e-761e3dbda38a\",\n                        \"productName\": \"fgt-ha2 - Do not Delete -\",\n                        \"locationId\": 72,\n                        \"location\": \"Digital Realty Dallas DFW10 (DAL1)\",\n                        \"locationDetail\": {\n                            \"name\": \"Digital Realty Dallas DFW10 (DAL1)\",\n                            \"city\": \"Dallas\",\n                            \"metro\": \"Dallas\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 1535,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"MVE\",\n                        \"diversityZone\": \"blue\",\n                        \"vNicIndex\": 2\n                    }\n                },\n                {\n                    \"productId\": 207241,\n                    \"productUid\": \"62bd726b-21d2-4fd7-a6b9-aed1a315d5a7\",\n                    \"productName\": \"DMZ \",\n                    \"secondaryName\": null,\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 20,\n                    \"maximumRate\": 10000,\n                    \"distanceBand\": \"METRO\",\n                    \"provisioningStatus\": \"LIVE\",\n                    \"usageAlgorithm\": \"POST_PAID_VARIABLE\",\n                    \"createdBy\": \"247db3a4-3173-44cd-bd44-b2f2f1505516\",\n                    \"createDate\": 1723518015882,\n                    \"resources\": {\n                        \"vll\": {\n                            \"a_vlan\": 1596,\n                            \"b_vlan\": 1185,\n                            \"rate_limit_mbps\": 20,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 1,\n                            \"shutdown\": false\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": 1723518100272,\n                    \"contractEndDate\": 1726149600000,\n                    \"contractTermMonths\": 1,\n                    \"autoRenewTerm\": false,\n                    \"locked\": true,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": true,\n                    \"shutdown\": false,\n                    \"cancelable\": false,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"0ecdb66e-9c9f-46be-b10e-761e3dbda38a\",\n                        \"productName\": \"fgt-ha2 - Do not Delete -\",\n                        \"locationId\": 72,\n                        \"location\": \"Digital Realty Dallas DFW10 (DAL1)\",\n                        \"locationDetail\": {\n                            \"name\": \"Digital Realty Dallas DFW10 (DAL1)\",\n                            \"city\": \"Dallas\",\n                            \"metro\": \"Dallas\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 1596,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"MVE\",\n                        \"diversityZone\": \"blue\",\n                        \"vNicIndex\": 3\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"abf40019-2e78-4a55-a4f7-8f974db94c49\",\n                        \"productName\": \"fgt-ha1 - Do not Delete -\",\n                        \"locationId\": 83,\n                        \"location\": \"Cologix DAL2\",\n                        \"locationDetail\": {\n                            \"name\": \"Cologix DAL2\",\n                            \"city\": \"Dallas\",\n                            \"metro\": \"Dallas\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 1185,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"MVE\",\n                        \"diversityZone\": \"red\",\n                        \"vNicIndex\": 3\n                    }\n                },\n                {\n                    \"productId\": 207235,\n                    \"productUid\": \"84a7f924-4182-433c-89a2-b62317e3f99c\",\n                    \"productName\": \"fgt-ha2 to Megaport Internet\",\n                    \"secondaryName\": null,\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 20,\n                    \"maximumRate\": 10000,\n                    \"distanceBand\": \"METRO\",\n                    \"provisioningStatus\": \"LIVE\",\n                    \"usageAlgorithm\": \"POST_PAID_HOURLY_NORMALISED_SPEED\",\n                    \"createdBy\": \"247db3a4-3173-44cd-bd44-b2f2f1505516\",\n                    \"createDate\": 1723513256554,\n                    \"resources\": {\n                        \"csp_connection\": {\n                            \"connectType\": \"TRANSIT\",\n                            \"resource_name\": \"b_csp_connection\",\n                            \"resource_type\": \"csp_connection\",\n                            \"customer_asn\": 65000,\n                            \"prefixes\": [],\n                            \"customer_ip4_address\": \"162.43.144.33/31\",\n                            \"customer_ip6_network\": \"2a0a:1800:b:10::/64\",\n                            \"ipv4_gateway_address\": \"162.43.144.32\",\n                            \"ipv6_gateway_address\": \"2a0a:1800:b:10::1\",\n                            \"bgp_connections\": [\n                                {\n                                    \"customer_asn\": 65000,\n                                    \"customer_ip_address\": \"162.43.144.33\",\n                                    \"prefix_limit\": 5,\n                                    \"provider_asn\": 49915,\n                                    \"provider_ip_address\": \"162.43.144.32\",\n                                    \"up\": true\n                                },\n                                {\n                                    \"customer_asn\": 65000,\n                                    \"customer_ip_address\": \"2a0a:1800:b:10::2\",\n                                    \"prefix_limit\": 1,\n                                    \"provider_asn\": 49915,\n                                    \"provider_ip_address\": \"2a0a:1800:b:10::1\",\n                                    \"up\": false\n                                }\n                            ],\n                            \"route_table\": \"DEFAULT_ONLY\"\n                        },\n                        \"vll\": {\n                            \"a_vlan\": 1063,\n                            \"b_vlan\": 1063,\n                            \"rate_limit_mbps\": 20,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 1,\n                            \"shutdown\": false\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": 1723513363003,\n                    \"contractEndDate\": 1755007200000,\n                    \"contractTermMonths\": 12,\n                    \"autoRenewTerm\": true,\n                    \"locked\": true,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": true,\n                    \"shutdown\": false,\n                    \"termSpeed\": 20,\n                    \"cancelable\": false,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"0ecdb66e-9c9f-46be-b10e-761e3dbda38a\",\n                        \"productName\": \"fgt-ha2 - Do not Delete -\",\n                        \"locationId\": 72,\n                        \"location\": \"Digital Realty Dallas DFW10 (DAL1)\",\n                        \"locationDetail\": {\n                            \"name\": \"Digital Realty Dallas DFW10 (DAL1)\",\n                            \"city\": \"Dallas\",\n                            \"metro\": \"Dallas\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 1063,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"MVE\",\n                        \"diversityZone\": \"blue\",\n                        \"vNicIndex\": 0\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n                        \"productUid\": \"af4333fa-9bb2-425b-8f4e-4539697c3808\",\n                        \"productName\": \"Megaport Internet\",\n                        \"locationId\": 72,\n                        \"location\": \"Digital Realty Dallas DFW10 (DAL1)\",\n                        \"locationDetail\": {\n                            \"name\": \"Digital Realty Dallas DFW10 (DAL1)\",\n                            \"city\": \"Dallas\",\n                            \"metro\": \"Dallas\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 1063,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"TRANSIT\",\n                        \"diversityZone\": \"blue\"\n                    }\n                }\n            ],\n            \"associatedIxs\": [],\n            \"attributeTags\": {},\n            \"vnics\": [\n                {\n                    \"vlan\": 1063,\n                    \"description\": \"port1\"\n                },\n                {\n                    \"vlan\": 871,\n                    \"description\": \"port2\"\n                },\n                {\n                    \"vlan\": 1535,\n                    \"description\": \"port3\"\n                },\n                {\n                    \"vlan\": 1596,\n                    \"description\": \"port4\"\n                },\n                {\n                    \"vlan\": 2735,\n                    \"description\": \"port5\"\n                }\n            ],\n            \"resources\": {\n                \"virtual_machine\": [\n                    {\n                        \"cpu_count\": 2,\n                        \"id\": 0,\n                        \"image\": {\n                            \"id\": 58,\n                            \"vendor\": \"Fortinet\",\n                            \"product\": \"FortiGate-VM\",\n                            \"version\": \"7.4.3\"\n                        },\n                        \"resource_type\": \"virtual_machine\",\n                        \"up\": true,\n                        \"vnics\": [\n                            {\n                                \"vlan\": 1063,\n                                \"description\": \"port1\"\n                            },\n                            {\n                                \"vlan\": 871,\n                                \"description\": \"port2\"\n                            },\n                            {\n                                \"vlan\": 1535,\n                                \"description\": \"port3\"\n                            },\n                            {\n                                \"vlan\": 1596,\n                                \"description\": \"port4\"\n                            },\n                            {\n                                \"vlan\": 2735,\n                                \"description\": \"port5\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            \"diversityZone\": \"blue\",\n            \"up\": true,\n            \"addOns\": null,\n            \"cancelable\": false\n        },\n        {\n            \"productId\": 217439,\n            \"productUid\": \"7afd3e2e-635f-41a6-818b-d8a07fafec45\",\n            \"productName\": \"Megaport MVE Example - Promethius (a)\",\n            \"secondaryName\": null,\n            \"productType\": \"MVE\",\n            \"provisioningStatus\": \"LIVE\",\n            \"portSpeed\": null,\n            \"maxVxcSpeed\": 10000,\n            \"locationId\": 320,\n            \"locationDetail\": {\n                \"name\": \"CoreSite DE1\",\n                \"city\": \"Denver\",\n                \"metro\": \"Denver\",\n                \"country\": \"USA\"\n            },\n            \"lagPrimary\": false,\n            \"lagId\": null,\n            \"aggregationId\": null,\n            \"createDate\": 1731014295174,\n            \"createdBy\": \"e8d61a30-4d81-4424-8688-9a37db5abb57\",\n            \"terminateDate\": null,\n            \"liveDate\": 1731014362026,\n            \"contractStartDate\": 1731014362040,\n            \"contractEndDate\": 1762524000000,\n            \"contractTermMonths\": 12,\n            \"autoRenewTerm\": true,\n            \"market\": \"US\",\n            \"costCentre\": \"\",\n            \"usageAlgorithm\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"virtual\": true,\n            \"buyoutPort\": false,\n            \"crossConnectRequested\": false,\n            \"locked\": true,\n            \"adminLocked\": false,\n            \"vendor\": \"CISCO\",\n            \"mveSize\": \"SMALL\",\n            \"mveLabel\": \"MVE 2/8\",\n            \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n            \"companyName\": \"Megaport Lab\",\n            \"associatedVxcs\": [\n                {\n                    \"productId\": 217444,\n                    \"productUid\": \"c5dd074f-b6e3-45c8-86c6-50949ffbe6b6\",\n                    \"productName\": \"den > chi | promethius | vxc\",\n                    \"secondaryName\": null,\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 1000,\n                    \"maximumRate\": 10000,\n                    \"distanceBand\": \"ZONE\",\n                    \"provisioningStatus\": \"LIVE\",\n                    \"usageAlgorithm\": \"POST_PAID_HOURLY_SPEED_LONG_HAUL_VXC\",\n                    \"createdBy\": \"e8d61a30-4d81-4424-8688-9a37db5abb57\",\n                    \"createDate\": 1731015439517,\n                    \"resources\": {\n                        \"vll\": {\n                            \"a_vlan\": 3258,\n                            \"b_vlan\": 192,\n                            \"a_inner_vlan\": 4017,\n                            \"b_inner_vlan\": 4017,\n                            \"rate_limit_mbps\": 1000,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 1,\n                            \"shutdown\": false,\n                            \"ainnerVlan\": 4017,\n                            \"binnerVlan\": 4017\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": 1731015511285,\n                    \"contractEndDate\": 1733580000000,\n                    \"contractTermMonths\": 1,\n                    \"autoRenewTerm\": false,\n                    \"locked\": true,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": true,\n                    \"shutdown\": false,\n                    \"cancelable\": false,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"7afd3e2e-635f-41a6-818b-d8a07fafec45\",\n                        \"productName\": \"Megaport MVE Example - Promethius (a)\",\n                        \"locationId\": 320,\n                        \"location\": \"CoreSite DE1\",\n                        \"locationDetail\": {\n                            \"name\": \"CoreSite DE1\",\n                            \"city\": \"Denver\",\n                            \"metro\": \"Denver\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 3258,\n                        \"innerVlan\": 4017,\n                        \"secondaryName\": null,\n                        \"connectType\": \"MVE\",\n                        \"diversityZone\": \"blue\",\n                        \"vNicIndex\": 0\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"5709a8c3-375a-4d71-8663-85681dc830a3\",\n                        \"productName\": \"Megaport MVE Example - Promethius (b)\",\n                        \"locationId\": 70,\n                        \"location\": \"Digital Realty Chicago ORD11 (CHI2)\",\n                        \"locationDetail\": {\n                            \"name\": \"Digital Realty Chicago ORD11 (CHI2)\",\n                            \"city\": \"Chicago\",\n                            \"metro\": \"Chicago\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 192,\n                        \"innerVlan\": 4017,\n                        \"secondaryName\": null,\n                        \"connectType\": \"MVE\",\n                        \"diversityZone\": \"red\",\n                        \"vNicIndex\": 0\n                    }\n                },\n                {\n                    \"productId\": 217442,\n                    \"productUid\": \"6408843b-6a8c-4e16-9fc8-09c0fcfda3b7\",\n                    \"productName\": \"Megaport MVE Example - Promethius (a) to Megaport Internet\",\n                    \"secondaryName\": null,\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 100,\n                    \"maximumRate\": 10000,\n                    \"distanceBand\": \"METRO\",\n                    \"provisioningStatus\": \"LIVE\",\n                    \"usageAlgorithm\": \"POST_PAID_HOURLY_NORMALISED_SPEED\",\n                    \"createdBy\": \"e8d61a30-4d81-4424-8688-9a37db5abb57\",\n                    \"createDate\": 1731015116817,\n                    \"resources\": {\n                        \"csp_connection\": {\n                            \"connectType\": \"TRANSIT\",\n                            \"resource_name\": \"b_csp_connection\",\n                            \"resource_type\": \"csp_connection\",\n                            \"customer_ip4_address\": \"162.43.152.5/31\",\n                            \"customer_ip6_network\": \"2a0a:1800:14:2::/64\",\n                            \"ipv4_gateway_address\": \"162.43.152.4\",\n                            \"ipv6_gateway_address\": \"2a0a:1800:14:2::1\"\n                        },\n                        \"vll\": {\n                            \"a_vlan\": 3258,\n                            \"b_vlan\": 3258,\n                            \"rate_limit_mbps\": 100,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 1,\n                            \"shutdown\": false\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": 1731015158164,\n                    \"contractEndDate\": 1733580000000,\n                    \"contractTermMonths\": 1,\n                    \"autoRenewTerm\": false,\n                    \"locked\": true,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": true,\n                    \"shutdown\": false,\n                    \"cancelable\": false,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"7afd3e2e-635f-41a6-818b-d8a07fafec45\",\n                        \"productName\": \"Megaport MVE Example - Promethius (a)\",\n                        \"locationId\": 320,\n                        \"location\": \"CoreSite DE1\",\n                        \"locationDetail\": {\n                            \"name\": \"CoreSite DE1\",\n                            \"city\": \"Denver\",\n                            \"metro\": \"Denver\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 3258,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"MVE\",\n                        \"diversityZone\": \"blue\",\n                        \"vNicIndex\": 0\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n                        \"productUid\": \"b1874ba7-bdf8-4619-9e7e-381b0af69bc8\",\n                        \"productName\": \"Megaport Internet\",\n                        \"locationId\": 320,\n                        \"location\": \"CoreSite DE1\",\n                        \"locationDetail\": {\n                            \"name\": \"CoreSite DE1\",\n                            \"city\": \"Denver\",\n                            \"metro\": \"Denver\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 3258,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"TRANSIT\",\n                        \"diversityZone\": \"red\"\n                    }\n                }\n            ],\n            \"associatedIxs\": [],\n            \"attributeTags\": {},\n            \"vnics\": [\n                {\n                    \"vlan\": 3258,\n                    \"description\": \"Data Plane\"\n                }\n            ],\n            \"resources\": {\n                \"virtual_machine\": [\n                    {\n                        \"cpu_count\": 2,\n                        \"id\": 0,\n                        \"image\": {\n                            \"id\": 26,\n                            \"vendor\": \"Megaport\",\n                            \"product\": \"Debian\",\n                            \"version\": \"10.12\"\n                        },\n                        \"resource_type\": \"virtual_machine\",\n                        \"up\": true,\n                        \"vnics\": [\n                            {\n                                \"vlan\": 3258,\n                                \"description\": \"Data Plane\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            \"diversityZone\": \"blue\",\n            \"up\": true,\n            \"addOns\": null,\n            \"cancelable\": false\n        },\n        {\n            \"productId\": 217441,\n            \"productUid\": \"5709a8c3-375a-4d71-8663-85681dc830a3\",\n            \"productName\": \"Megaport MVE Example - Promethius (b)\",\n            \"secondaryName\": null,\n            \"productType\": \"MVE\",\n            \"provisioningStatus\": \"LIVE\",\n            \"portSpeed\": null,\n            \"maxVxcSpeed\": 10000,\n            \"locationId\": 70,\n            \"locationDetail\": {\n                \"name\": \"Digital Realty Chicago ORD11 (CHI2)\",\n                \"city\": \"Chicago\",\n                \"metro\": \"Chicago\",\n                \"country\": \"USA\"\n            },\n            \"lagPrimary\": false,\n            \"lagId\": null,\n            \"aggregationId\": null,\n            \"createDate\": 1731014956713,\n            \"createdBy\": \"e8d61a30-4d81-4424-8688-9a37db5abb57\",\n            \"terminateDate\": null,\n            \"liveDate\": 1731015025479,\n            \"contractStartDate\": 1731015025502,\n            \"contractEndDate\": 1733580000000,\n            \"contractTermMonths\": 1,\n            \"autoRenewTerm\": false,\n            \"market\": \"US\",\n            \"usageAlgorithm\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"virtual\": true,\n            \"buyoutPort\": false,\n            \"crossConnectRequested\": false,\n            \"locked\": true,\n            \"adminLocked\": false,\n            \"vendor\": \"CISCO\",\n            \"mveSize\": \"SMALL\",\n            \"mveLabel\": \"MVE 2/8\",\n            \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n            \"companyName\": \"Megaport Lab\",\n            \"associatedVxcs\": [\n                {\n                    \"productId\": 217443,\n                    \"productUid\": \"477b61bf-2dbb-40ea-8810-f34af06d54a5\",\n                    \"productName\": \"Megaport MVE Example - Promethius (b) to Megaport Internet\",\n                    \"secondaryName\": null,\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 100,\n                    \"maximumRate\": 10000,\n                    \"distanceBand\": \"METRO\",\n                    \"provisioningStatus\": \"LIVE\",\n                    \"usageAlgorithm\": \"POST_PAID_HOURLY_NORMALISED_SPEED\",\n                    \"createdBy\": \"e8d61a30-4d81-4424-8688-9a37db5abb57\",\n                    \"createDate\": 1731015168254,\n                    \"resources\": {\n                        \"csp_connection\": {\n                            \"connectType\": \"TRANSIT\",\n                            \"resource_name\": \"b_csp_connection\",\n                            \"resource_type\": \"csp_connection\",\n                            \"customer_ip4_address\": \"162.43.149.67/31\",\n                            \"customer_ip6_network\": \"2a0a:1800:11:21::/64\",\n                            \"ipv4_gateway_address\": \"162.43.149.66\",\n                            \"ipv6_gateway_address\": \"2a0a:1800:11:21::1\"\n                        },\n                        \"vll\": {\n                            \"a_vlan\": 192,\n                            \"b_vlan\": 192,\n                            \"rate_limit_mbps\": 100,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 1,\n                            \"shutdown\": false\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": 1731015209750,\n                    \"contractEndDate\": 1733580000000,\n                    \"contractTermMonths\": 1,\n                    \"autoRenewTerm\": false,\n                    \"locked\": true,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": true,\n                    \"shutdown\": false,\n                    \"cancelable\": false,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"5709a8c3-375a-4d71-8663-85681dc830a3\",\n                        \"productName\": \"Megaport MVE Example - Promethius (b)\",\n                        \"locationId\": 70,\n                        \"location\": \"Digital Realty Chicago ORD11 (CHI2)\",\n                        \"locationDetail\": {\n                            \"name\": \"Digital Realty Chicago ORD11 (CHI2)\",\n                            \"city\": \"Chicago\",\n                            \"metro\": \"Chicago\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 192,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"MVE\",\n                        \"diversityZone\": \"red\",\n                        \"vNicIndex\": 0\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n                        \"productUid\": \"975354cd-93e6-40a2-98d0-bf2380a38a26\",\n                        \"productName\": \"Megaport Internet\",\n                        \"locationId\": 70,\n                        \"location\": \"Digital Realty Chicago ORD11 (CHI2)\",\n                        \"locationDetail\": {\n                            \"name\": \"Digital Realty Chicago ORD11 (CHI2)\",\n                            \"city\": \"Chicago\",\n                            \"metro\": \"Chicago\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 192,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"TRANSIT\",\n                        \"diversityZone\": \"red\"\n                    }\n                },\n                {\n                    \"productId\": 217444,\n                    \"productUid\": \"c5dd074f-b6e3-45c8-86c6-50949ffbe6b6\",\n                    \"productName\": \"den > chi | promethius | vxc\",\n                    \"secondaryName\": null,\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 1000,\n                    \"maximumRate\": 10000,\n                    \"distanceBand\": \"ZONE\",\n                    \"provisioningStatus\": \"LIVE\",\n                    \"usageAlgorithm\": \"POST_PAID_HOURLY_SPEED_LONG_HAUL_VXC\",\n                    \"createdBy\": \"e8d61a30-4d81-4424-8688-9a37db5abb57\",\n                    \"createDate\": 1731015439517,\n                    \"resources\": {\n                        \"vll\": {\n                            \"a_vlan\": 3258,\n                            \"b_vlan\": 192,\n                            \"a_inner_vlan\": 4017,\n                            \"b_inner_vlan\": 4017,\n                            \"rate_limit_mbps\": 1000,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 1,\n                            \"shutdown\": false,\n                            \"ainnerVlan\": 4017,\n                            \"binnerVlan\": 4017\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": 1731015511285,\n                    \"contractEndDate\": 1733580000000,\n                    \"contractTermMonths\": 1,\n                    \"autoRenewTerm\": false,\n                    \"locked\": true,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": true,\n                    \"shutdown\": false,\n                    \"cancelable\": false,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"7afd3e2e-635f-41a6-818b-d8a07fafec45\",\n                        \"productName\": \"Megaport MVE Example - Promethius (a)\",\n                        \"locationId\": 320,\n                        \"location\": \"CoreSite DE1\",\n                        \"locationDetail\": {\n                            \"name\": \"CoreSite DE1\",\n                            \"city\": \"Denver\",\n                            \"metro\": \"Denver\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 3258,\n                        \"innerVlan\": 4017,\n                        \"secondaryName\": null,\n                        \"connectType\": \"MVE\",\n                        \"diversityZone\": \"blue\",\n                        \"vNicIndex\": 0\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"5709a8c3-375a-4d71-8663-85681dc830a3\",\n                        \"productName\": \"Megaport MVE Example - Promethius (b)\",\n                        \"locationId\": 70,\n                        \"location\": \"Digital Realty Chicago ORD11 (CHI2)\",\n                        \"locationDetail\": {\n                            \"name\": \"Digital Realty Chicago ORD11 (CHI2)\",\n                            \"city\": \"Chicago\",\n                            \"metro\": \"Chicago\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 192,\n                        \"innerVlan\": 4017,\n                        \"secondaryName\": null,\n                        \"connectType\": \"MVE\",\n                        \"diversityZone\": \"red\",\n                        \"vNicIndex\": 0\n                    }\n                }\n            ],\n            \"associatedIxs\": [],\n            \"attributeTags\": {},\n            \"vnics\": [\n                {\n                    \"vlan\": 192,\n                    \"description\": \"Data Plane\"\n                }\n            ],\n            \"resources\": {\n                \"virtual_machine\": [\n                    {\n                        \"cpu_count\": 2,\n                        \"id\": 0,\n                        \"image\": {\n                            \"id\": 26,\n                            \"vendor\": \"Megaport\",\n                            \"product\": \"Debian\",\n                            \"version\": \"10.12\"\n                        },\n                        \"resource_type\": \"virtual_machine\",\n                        \"up\": true,\n                        \"vnics\": [\n                            {\n                                \"vlan\": 192,\n                                \"description\": \"Data Plane\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            \"diversityZone\": \"red\",\n            \"up\": true,\n            \"addOns\": null,\n            \"cancelable\": false\n        },\n        {\n            \"productId\": 226979,\n            \"productUid\": \"bf8e696d-40cf-4f6e-999c-6b55e93e7f3e\",\n            \"productName\": \"mtl-4dg test portnss\",\n            \"secondaryName\": null,\n            \"productType\": \"MEGAPORT\",\n            \"provisioningStatus\": \"LIVE\",\n            \"portSpeed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"locationId\": 163,\n            \"locationDetail\": {\n                \"name\": \"Vantage Data Centers Montreal 1 Campus\",\n                \"city\": \"Montreal\",\n                \"metro\": \"Montreal\",\n                \"country\": \"Canada\"\n            },\n            \"lagPrimary\": false,\n            \"lagId\": null,\n            \"aggregationId\": null,\n            \"createDate\": 1738195729555,\n            \"createdBy\": \"68fe79d1-e63c-4a8f-87b8-7ff7cd1b4e81\",\n            \"terminateDate\": null,\n            \"liveDate\": 1738285064493,\n            \"contractStartDate\": 1738285064510,\n            \"contractEndDate\": 1740664800000,\n            \"contractTermMonths\": 1,\n            \"autoRenewTerm\": false,\n            \"market\": \"CA\",\n            \"usageAlgorithm\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"virtual\": false,\n            \"buyoutPort\": false,\n            \"crossConnectRequested\": false,\n            \"locked\": true,\n            \"adminLocked\": false,\n            \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n            \"companyName\": \"Megaport Lab\",\n            \"associatedVxcs\": [],\n            \"associatedIxs\": [],\n            \"attributeTags\": {},\n            \"resources\": {\n                \"interface\": {\n                    \"demarcation\": \"Vantage Data Centers Montreal 1 Campus\\n2900 Avenue Marie Curie, Saint-Laurent\\nML-MMR-A-2\\nType: Single-mode Fibre Pair\\nPort: RU44, port Latch 1, port 01\\nAuto-negotiation: Off\\n\",\n                    \"loa_template\": \"megaport\",\n                    \"media\": \"LX\",\n                    \"port_speed\": 1000,\n                    \"resource_name\": \"interface\",\n                    \"resource_type\": \"interface\",\n                    \"up\": 0,\n                    \"shutdown\": false\n                }\n            },\n            \"diversityZone\": \"red\",\n            \"up\": false,\n            \"addOns\": null,\n            \"cancelable\": false\n        },\n        {\n            \"productId\": 226986,\n            \"productUid\": \"78e190fd-77ae-4034-bdb4-7397772f9024\",\n            \"productName\": \"qbc-4dg\",\n            \"secondaryName\": null,\n            \"productType\": \"MEGAPORT\",\n            \"provisioningStatus\": \"LIVE\",\n            \"portSpeed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"locationId\": 164,\n            \"locationDetail\": {\n                \"name\": \"Vantage Data Centers: Quebec City Campus\",\n                \"city\": \"Quebec City\",\n                \"metro\": \"Quebec City\",\n                \"country\": \"Canada\"\n            },\n            \"lagPrimary\": false,\n            \"lagId\": null,\n            \"aggregationId\": null,\n            \"createDate\": 1738199995785,\n            \"createdBy\": \"68fe79d1-e63c-4a8f-87b8-7ff7cd1b4e81\",\n            \"terminateDate\": null,\n            \"liveDate\": 1738281470413,\n            \"contractStartDate\": 1738281470428,\n            \"contractEndDate\": 1740664800000,\n            \"contractTermMonths\": 1,\n            \"autoRenewTerm\": false,\n            \"market\": \"CA\",\n            \"usageAlgorithm\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"virtual\": false,\n            \"buyoutPort\": false,\n            \"crossConnectRequested\": false,\n            \"locked\": true,\n            \"adminLocked\": false,\n            \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n            \"companyName\": \"Megaport Lab\",\n            \"associatedVxcs\": [],\n            \"associatedIxs\": [],\n            \"attributeTags\": {},\n            \"resources\": {\n                \"interface\": {\n                    \"demarcation\": \"Vantage Data Centers: Quebec City Campus\\n2675 Boul. Parc Technologique, Quebec\\nRack Panel\\nType: Single-mode Fibre Pair\\nPort: 4DG.QC-MMR-C-5.RU45, port MOD 1, Port 1\\nTermination: LC Duplex connector\\nAuto-negotiation: Off\\n\",\n                    \"loa_template\": \"megaport\",\n                    \"media\": \"LX\",\n                    \"port_speed\": 1000,\n                    \"resource_name\": \"interface\",\n                    \"resource_type\": \"interface\",\n                    \"up\": 0,\n                    \"shutdown\": false\n                }\n            },\n            \"diversityZone\": \"blue\",\n            \"up\": false,\n            \"addOns\": null,\n            \"cancelable\": false\n        },\n        {\n            \"productId\": 227464,\n            \"productUid\": \"d88814cc-84ce-4814-a1af-61749cbd024d\",\n            \"productName\": \"MVE | NSS2-36235 | las-sw7 | las-sw7 < > nyc-tx3 | NSS Smokeping\",\n            \"secondaryName\": null,\n            \"productType\": \"MVE\",\n            \"provisioningStatus\": \"LIVE\",\n            \"portSpeed\": null,\n            \"maxVxcSpeed\": 10000,\n            \"locationId\": 100,\n            \"locationDetail\": {\n                \"name\": \"Switch Las Vegas\",\n                \"city\": \"Las Vegas\",\n                \"metro\": \"Las Vegas\",\n                \"country\": \"USA\"\n            },\n            \"lagPrimary\": false,\n            \"lagId\": null,\n            \"aggregationId\": null,\n            \"createDate\": 1738547353309,\n            \"createdBy\": \"2122c795-4398-4b02-af59-24441e5a6b73\",\n            \"terminateDate\": null,\n            \"liveDate\": 1738547423032,\n            \"contractStartDate\": 1738547423049,\n            \"contractEndDate\": 1740924000000,\n            \"contractTermMonths\": 1,\n            \"autoRenewTerm\": false,\n            \"market\": \"US\",\n            \"costCentre\": \"\",\n            \"usageAlgorithm\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"virtual\": true,\n            \"buyoutPort\": false,\n            \"crossConnectRequested\": false,\n            \"locked\": true,\n            \"adminLocked\": false,\n            \"vendor\": \"CISCO\",\n            \"mveSize\": \"SMALL\",\n            \"mveLabel\": \"MVE 2/8\",\n            \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n            \"companyName\": \"Megaport Lab\",\n            \"associatedVxcs\": [\n                {\n                    \"productId\": 227470,\n                    \"productUid\": \"f5ff483e-8dbb-46d2-9fb6-d91b421362cf\",\n                    \"productName\": \"VXC - NSS2-36235 - las-sw7 <> nyc-tx3\",\n                    \"secondaryName\": null,\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 1000,\n                    \"maximumRate\": 10000,\n                    \"distanceBand\": \"INTERZONE\",\n                    \"provisioningStatus\": \"LIVE\",\n                    \"usageAlgorithm\": \"POST_PAID_HOURLY_SPEED_LONG_HAUL_VXC\",\n                    \"createdBy\": \"2122c795-4398-4b02-af59-24441e5a6b73\",\n                    \"createDate\": 1738550735634,\n                    \"resources\": {\n                        \"vll\": {\n                            \"a_vlan\": 2704,\n                            \"b_vlan\": 3327,\n                            \"a_inner_vlan\": 2519,\n                            \"b_inner_vlan\": 2519,\n                            \"rate_limit_mbps\": 1000,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 1,\n                            \"shutdown\": false,\n                            \"ainnerVlan\": 2519,\n                            \"binnerVlan\": 2519\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": 1738550786899,\n                    \"contractEndDate\": 1740924000000,\n                    \"contractTermMonths\": 1,\n                    \"autoRenewTerm\": false,\n                    \"locked\": true,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": true,\n                    \"shutdown\": false,\n                    \"cancelable\": false,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"d88814cc-84ce-4814-a1af-61749cbd024d\",\n                        \"productName\": \"MVE | NSS2-36235 | las-sw7 | las-sw7 < > nyc-tx3 | NSS Smokeping\",\n                        \"locationId\": 100,\n                        \"location\": \"Switch Las Vegas\",\n                        \"locationDetail\": {\n                            \"name\": \"Switch Las Vegas\",\n                            \"city\": \"Las Vegas\",\n                            \"metro\": \"Las Vegas\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 2704,\n                        \"innerVlan\": 2519,\n                        \"secondaryName\": null,\n                        \"connectType\": \"MVE\",\n                        \"diversityZone\": \"blue\",\n                        \"vNicIndex\": 0\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"3e986dbe-ed15-41f8-bf39-770213fee786\",\n                        \"productName\": \"MVE | NSS2-36235 | nyc-tx3  | las-sw7 < > nyc-tx3 | NSS Smokeping \",\n                        \"locationId\": 56,\n                        \"location\": \"Digital Realty New York JFK13 (NYC3)\",\n                        \"locationDetail\": {\n                            \"name\": \"Digital Realty New York JFK13 (NYC3)\",\n                            \"city\": \"New York\",\n                            \"metro\": \"New York\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 3327,\n                        \"innerVlan\": 2519,\n                        \"secondaryName\": null,\n                        \"connectType\": \"MVE\",\n                        \"diversityZone\": \"blue\",\n                        \"vNicIndex\": 0\n                    }\n                },\n                {\n                    \"productId\": 227467,\n                    \"productUid\": \"83adccbe-4caa-4517-a301-170edc367fdb\",\n                    \"productName\": \"MVE | NSS2-36235 | las-sw7 | las-sw7 < > nyc-tx3 | NSS Smokeping to Megaport Internet\",\n                    \"secondaryName\": null,\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 100,\n                    \"maximumRate\": 10000,\n                    \"distanceBand\": \"INTERZONE\",\n                    \"provisioningStatus\": \"LIVE\",\n                    \"usageAlgorithm\": \"POST_PAID_HOURLY_SPEED_LONG_HAUL_VXC\",\n                    \"createdBy\": \"2122c795-4398-4b02-af59-24441e5a6b73\",\n                    \"createDate\": 1738548348658,\n                    \"resources\": {\n                        \"csp_connection\": {\n                            \"connectType\": \"TRANSIT\",\n                            \"resource_name\": \"b_csp_connection\",\n                            \"resource_type\": \"csp_connection\",\n                            \"customer_ip4_address\": \"162.43.147.159/31\",\n                            \"customer_ip6_network\": \"2a0a:1800:f:2b::/64\",\n                            \"ipv4_gateway_address\": \"162.43.147.158\",\n                            \"ipv6_gateway_address\": \"2a0a:1800:f:2b::1\"\n                        },\n                        \"vll\": {\n                            \"a_vlan\": 2704,\n                            \"b_vlan\": 2704,\n                            \"rate_limit_mbps\": 100,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 1,\n                            \"shutdown\": false\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": 1738548398079,\n                    \"contractEndDate\": 1740924000000,\n                    \"contractTermMonths\": 1,\n                    \"autoRenewTerm\": false,\n                    \"locked\": true,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": true,\n                    \"shutdown\": false,\n                    \"cancelable\": false,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"d88814cc-84ce-4814-a1af-61749cbd024d\",\n                        \"productName\": \"MVE | NSS2-36235 | las-sw7 | las-sw7 < > nyc-tx3 | NSS Smokeping\",\n                        \"locationId\": 100,\n                        \"location\": \"Switch Las Vegas\",\n                        \"locationDetail\": {\n                            \"name\": \"Switch Las Vegas\",\n                            \"city\": \"Las Vegas\",\n                            \"metro\": \"Las Vegas\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 2704,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"MVE\",\n                        \"diversityZone\": \"blue\",\n                        \"vNicIndex\": 0\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n                        \"productUid\": \"d61938e1-194d-4dd3-b1b0-77868d18322e\",\n                        \"productName\": \"Megaport Internet\",\n                        \"locationId\": 61,\n                        \"location\": \"Equinix NY9\",\n                        \"locationDetail\": {\n                            \"name\": \"Equinix NY9\",\n                            \"city\": \"New York\",\n                            \"metro\": \"New York\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 2704,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"TRANSIT\",\n                        \"diversityZone\": \"blue\"\n                    }\n                }\n            ],\n            \"associatedIxs\": [],\n            \"attributeTags\": {},\n            \"vnics\": [\n                {\n                    \"vlan\": 2704,\n                    \"description\": \"Data Plane\"\n                }\n            ],\n            \"resources\": {\n                \"virtual_machine\": [\n                    {\n                        \"cpu_count\": 2,\n                        \"id\": 0,\n                        \"image\": {\n                            \"id\": 26,\n                            \"vendor\": \"Megaport\",\n                            \"product\": \"Debian\",\n                            \"version\": \"10.12\"\n                        },\n                        \"resource_type\": \"virtual_machine\",\n                        \"up\": true,\n                        \"vnics\": [\n                            {\n                                \"vlan\": 2704,\n                                \"description\": \"Data Plane\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            \"diversityZone\": \"blue\",\n            \"up\": true,\n            \"addOns\": null,\n            \"cancelable\": false\n        },\n        {\n            \"productId\": 227465,\n            \"productUid\": \"3e986dbe-ed15-41f8-bf39-770213fee786\",\n            \"productName\": \"MVE | NSS2-36235 | nyc-tx3  | las-sw7 < > nyc-tx3 | NSS Smokeping \",\n            \"secondaryName\": null,\n            \"productType\": \"MVE\",\n            \"provisioningStatus\": \"LIVE\",\n            \"portSpeed\": null,\n            \"maxVxcSpeed\": 10000,\n            \"locationId\": 56,\n            \"locationDetail\": {\n                \"name\": \"Digital Realty New York JFK13 (NYC3)\",\n                \"city\": \"New York\",\n                \"metro\": \"New York\",\n                \"country\": \"USA\"\n            },\n            \"lagPrimary\": false,\n            \"lagId\": null,\n            \"aggregationId\": null,\n            \"createDate\": 1738547692042,\n            \"createdBy\": \"2122c795-4398-4b02-af59-24441e5a6b73\",\n            \"terminateDate\": null,\n            \"liveDate\": 1738547721068,\n            \"contractStartDate\": 1738547721089,\n            \"contractEndDate\": 1740924000000,\n            \"contractTermMonths\": 1,\n            \"autoRenewTerm\": false,\n            \"market\": \"US\",\n            \"usageAlgorithm\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"virtual\": true,\n            \"buyoutPort\": false,\n            \"crossConnectRequested\": false,\n            \"locked\": true,\n            \"adminLocked\": false,\n            \"vendor\": \"CISCO\",\n            \"mveSize\": \"SMALL\",\n            \"mveLabel\": \"MVE 2/8\",\n            \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n            \"companyName\": \"Megaport Lab\",\n            \"associatedVxcs\": [\n                {\n                    \"productId\": 227466,\n                    \"productUid\": \"de26eb7a-d799-4a69-ba88-bfd1af578b0e\",\n                    \"productName\": \"MVE | NSS2-36235 | nyc-tx3  | las-sw7 < > nyc-tx3 | NSS Smokeping  to Megaport Internet\",\n                    \"secondaryName\": null,\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 100,\n                    \"maximumRate\": 10000,\n                    \"distanceBand\": \"INTERZONE\",\n                    \"provisioningStatus\": \"LIVE\",\n                    \"usageAlgorithm\": \"POST_PAID_HOURLY_SPEED_LONG_HAUL_VXC\",\n                    \"createdBy\": \"2122c795-4398-4b02-af59-24441e5a6b73\",\n                    \"createDate\": 1738548215789,\n                    \"resources\": {\n                        \"csp_connection\": {\n                            \"connectType\": \"TRANSIT\",\n                            \"resource_name\": \"b_csp_connection\",\n                            \"resource_type\": \"csp_connection\",\n                            \"customer_ip4_address\": \"162.43.144.35/31\",\n                            \"customer_ip6_network\": \"2a0a:1800:b:11::/64\",\n                            \"ipv4_gateway_address\": \"162.43.144.34\",\n                            \"ipv6_gateway_address\": \"2a0a:1800:b:11::1\"\n                        },\n                        \"vll\": {\n                            \"a_vlan\": 3327,\n                            \"b_vlan\": 3327,\n                            \"rate_limit_mbps\": 100,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 1,\n                            \"shutdown\": false\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": 1738548278059,\n                    \"contractEndDate\": 1740924000000,\n                    \"contractTermMonths\": 1,\n                    \"autoRenewTerm\": false,\n                    \"locked\": true,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": true,\n                    \"shutdown\": false,\n                    \"cancelable\": false,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"3e986dbe-ed15-41f8-bf39-770213fee786\",\n                        \"productName\": \"MVE | NSS2-36235 | nyc-tx3  | las-sw7 < > nyc-tx3 | NSS Smokeping \",\n                        \"locationId\": 56,\n                        \"location\": \"Digital Realty New York JFK13 (NYC3)\",\n                        \"locationDetail\": {\n                            \"name\": \"Digital Realty New York JFK13 (NYC3)\",\n                            \"city\": \"New York\",\n                            \"metro\": \"New York\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 3327,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"MVE\",\n                        \"diversityZone\": \"blue\",\n                        \"vNicIndex\": 0\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n                        \"productUid\": \"af4333fa-9bb2-425b-8f4e-4539697c3808\",\n                        \"productName\": \"Megaport Internet\",\n                        \"locationId\": 72,\n                        \"location\": \"Digital Realty Dallas DFW10 (DAL1)\",\n                        \"locationDetail\": {\n                            \"name\": \"Digital Realty Dallas DFW10 (DAL1)\",\n                            \"city\": \"Dallas\",\n                            \"metro\": \"Dallas\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 3327,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"TRANSIT\",\n                        \"diversityZone\": \"blue\"\n                    }\n                },\n                {\n                    \"productId\": 227470,\n                    \"productUid\": \"f5ff483e-8dbb-46d2-9fb6-d91b421362cf\",\n                    \"productName\": \"VXC - NSS2-36235 - las-sw7 <> nyc-tx3\",\n                    \"secondaryName\": null,\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 1000,\n                    \"maximumRate\": 10000,\n                    \"distanceBand\": \"INTERZONE\",\n                    \"provisioningStatus\": \"LIVE\",\n                    \"usageAlgorithm\": \"POST_PAID_HOURLY_SPEED_LONG_HAUL_VXC\",\n                    \"createdBy\": \"2122c795-4398-4b02-af59-24441e5a6b73\",\n                    \"createDate\": 1738550735634,\n                    \"resources\": {\n                        \"vll\": {\n                            \"a_vlan\": 2704,\n                            \"b_vlan\": 3327,\n                            \"a_inner_vlan\": 2519,\n                            \"b_inner_vlan\": 2519,\n                            \"rate_limit_mbps\": 1000,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 1,\n                            \"shutdown\": false,\n                            \"ainnerVlan\": 2519,\n                            \"binnerVlan\": 2519\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": 1738550786899,\n                    \"contractEndDate\": 1740924000000,\n                    \"contractTermMonths\": 1,\n                    \"autoRenewTerm\": false,\n                    \"locked\": true,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": true,\n                    \"shutdown\": false,\n                    \"cancelable\": false,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"d88814cc-84ce-4814-a1af-61749cbd024d\",\n                        \"productName\": \"MVE | NSS2-36235 | las-sw7 | las-sw7 < > nyc-tx3 | NSS Smokeping\",\n                        \"locationId\": 100,\n                        \"location\": \"Switch Las Vegas\",\n                        \"locationDetail\": {\n                            \"name\": \"Switch Las Vegas\",\n                            \"city\": \"Las Vegas\",\n                            \"metro\": \"Las Vegas\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 2704,\n                        \"innerVlan\": 2519,\n                        \"secondaryName\": null,\n                        \"connectType\": \"MVE\",\n                        \"diversityZone\": \"blue\",\n                        \"vNicIndex\": 0\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"3e986dbe-ed15-41f8-bf39-770213fee786\",\n                        \"productName\": \"MVE | NSS2-36235 | nyc-tx3  | las-sw7 < > nyc-tx3 | NSS Smokeping \",\n                        \"locationId\": 56,\n                        \"location\": \"Digital Realty New York JFK13 (NYC3)\",\n                        \"locationDetail\": {\n                            \"name\": \"Digital Realty New York JFK13 (NYC3)\",\n                            \"city\": \"New York\",\n                            \"metro\": \"New York\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 3327,\n                        \"innerVlan\": 2519,\n                        \"secondaryName\": null,\n                        \"connectType\": \"MVE\",\n                        \"diversityZone\": \"blue\",\n                        \"vNicIndex\": 0\n                    }\n                }\n            ],\n            \"associatedIxs\": [],\n            \"attributeTags\": {},\n            \"vnics\": [\n                {\n                    \"vlan\": 3327,\n                    \"description\": \"Data Plane\"\n                }\n            ],\n            \"resources\": {\n                \"virtual_machine\": [\n                    {\n                        \"cpu_count\": 2,\n                        \"id\": 0,\n                        \"image\": {\n                            \"id\": 26,\n                            \"vendor\": \"Megaport\",\n                            \"product\": \"Debian\",\n                            \"version\": \"10.12\"\n                        },\n                        \"resource_type\": \"virtual_machine\",\n                        \"up\": true,\n                        \"vnics\": [\n                            {\n                                \"vlan\": 3327,\n                                \"description\": \"Data Plane\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            \"diversityZone\": \"blue\",\n            \"up\": true,\n            \"addOns\": null,\n            \"cancelable\": false\n        },\n        {\n            \"productId\": 230335,\n            \"productUid\": \"29cbf853-ed3e-40c0-afdc-c7ba137d522e\",\n            \"productName\": \"Metro_Assessment\",\n            \"secondaryName\": null,\n            \"productType\": \"MVE\",\n            \"provisioningStatus\": \"LIVE\",\n            \"portSpeed\": null,\n            \"maxVxcSpeed\": 10000,\n            \"locationId\": 660,\n            \"locationDetail\": {\n                \"name\": \"Hurricane Electric HE2\",\n                \"city\": \"Fremont\",\n                \"metro\": \"Bay Area\",\n                \"country\": \"USA\"\n            },\n            \"lagPrimary\": false,\n            \"lagId\": null,\n            \"aggregationId\": null,\n            \"createDate\": 1739872567058,\n            \"createdBy\": \"7e38ae4b-70d0-40a8-b5fd-7a6c7b11d682\",\n            \"terminateDate\": null,\n            \"liveDate\": 1739872641652,\n            \"contractStartDate\": 1739872641670,\n            \"contractEndDate\": 1742220000000,\n            \"contractTermMonths\": 1,\n            \"autoRenewTerm\": false,\n            \"market\": \"US\",\n            \"usageAlgorithm\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"virtual\": true,\n            \"buyoutPort\": false,\n            \"crossConnectRequested\": false,\n            \"locked\": true,\n            \"adminLocked\": false,\n            \"vendor\": \"CISCO\",\n            \"mveSize\": \"SMALL\",\n            \"mveLabel\": \"MVE 2/8\",\n            \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n            \"companyName\": \"Megaport Lab\",\n            \"associatedVxcs\": [\n                {\n                    \"productId\": 230337,\n                    \"productUid\": \"3d1893e9-064f-447a-bc52-c4a3cc873aa9\",\n                    \"productName\": \"Metro_Assessment to Megaport Internet\",\n                    \"secondaryName\": null,\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 100,\n                    \"maximumRate\": 10000,\n                    \"distanceBand\": \"METRO\",\n                    \"provisioningStatus\": \"LIVE\",\n                    \"usageAlgorithm\": \"POST_PAID_HOURLY_NORMALISED_SPEED\",\n                    \"createdBy\": \"7e38ae4b-70d0-40a8-b5fd-7a6c7b11d682\",\n                    \"createDate\": 1739872811683,\n                    \"resources\": {\n                        \"csp_connection\": {\n                            \"connectType\": \"TRANSIT\",\n                            \"resource_name\": \"b_csp_connection\",\n                            \"resource_type\": \"csp_connection\",\n                            \"customer_ip4_address\": \"162.43.150.69/31\",\n                            \"customer_ip6_network\": \"2a0a:1800:12:1e::/64\",\n                            \"ipv4_gateway_address\": \"162.43.150.68\",\n                            \"ipv6_gateway_address\": \"2a0a:1800:12:1e::1\"\n                        },\n                        \"vll\": {\n                            \"a_vlan\": 3008,\n                            \"b_vlan\": 3008,\n                            \"rate_limit_mbps\": 100,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 1,\n                            \"shutdown\": false\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": 1739872889947,\n                    \"contractEndDate\": 1742220000000,\n                    \"contractTermMonths\": 1,\n                    \"autoRenewTerm\": false,\n                    \"locked\": false,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": true,\n                    \"shutdown\": false,\n                    \"cancelable\": true,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"29cbf853-ed3e-40c0-afdc-c7ba137d522e\",\n                        \"productName\": \"Metro_Assessment\",\n                        \"locationId\": 660,\n                        \"location\": \"Hurricane Electric HE2\",\n                        \"locationDetail\": {\n                            \"name\": \"Hurricane Electric HE2\",\n                            \"city\": \"Fremont\",\n                            \"metro\": \"Bay Area\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 3008,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"MVE\",\n                        \"diversityZone\": \"red\",\n                        \"vNicIndex\": 0\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n                        \"productUid\": \"a2954c38-ae66-4594-9659-b9500bb23c47\",\n                        \"productName\": \"Megaport Internet\",\n                        \"locationId\": 65,\n                        \"location\": \"Digital Realty Silicon Valley SJC34 (SCL2)\",\n                        \"locationDetail\": {\n                            \"name\": \"Digital Realty Silicon Valley SJC34 (SCL2)\",\n                            \"city\": \"Santa Clara\",\n                            \"metro\": \"Bay Area\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 3008,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"TRANSIT\",\n                        \"diversityZone\": \"red\"\n                    }\n                }\n            ],\n            \"associatedIxs\": [],\n            \"attributeTags\": {},\n            \"vnics\": [\n                {\n                    \"vlan\": 3008,\n                    \"description\": \"Data Plane\"\n                }\n            ],\n            \"resources\": {\n                \"virtual_machine\": [\n                    {\n                        \"cpu_count\": 2,\n                        \"id\": 0,\n                        \"image\": {\n                            \"id\": 26,\n                            \"vendor\": \"Megaport\",\n                            \"product\": \"Debian\",\n                            \"version\": \"10.12\"\n                        },\n                        \"resource_type\": \"virtual_machine\",\n                        \"up\": true,\n                        \"vnics\": [\n                            {\n                                \"vlan\": 3008,\n                                \"description\": \"Data Plane\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            \"diversityZone\": \"red\",\n            \"up\": true,\n            \"addOns\": null,\n            \"cancelable\": false\n        },\n        {\n            \"productId\": 231268,\n            \"productUid\": \"2e53d3b4-4643-431b-b250-50818d325f81\",\n            \"productName\": \"Geneva_Watchtower\",\n            \"secondaryName\": null,\n            \"productType\": \"MVE\",\n            \"provisioningStatus\": \"LIVE\",\n            \"portSpeed\": null,\n            \"maxVxcSpeed\": 10000,\n            \"locationId\": 432,\n            \"locationDetail\": {\n                \"name\": \"Equinix GV1\",\n                \"city\": \"Geneva\",\n                \"metro\": \"Geneva\",\n                \"country\": \"Switzerland\"\n            },\n            \"lagPrimary\": false,\n            \"lagId\": null,\n            \"aggregationId\": null,\n            \"createDate\": 1740495451780,\n            \"createdBy\": \"7e38ae4b-70d0-40a8-b5fd-7a6c7b11d682\",\n            \"terminateDate\": null,\n            \"liveDate\": 1740495527777,\n            \"contractStartDate\": 1740495527796,\n            \"contractEndDate\": 1742911200000,\n            \"contractTermMonths\": 1,\n            \"autoRenewTerm\": false,\n            \"market\": \"CH\",\n            \"usageAlgorithm\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"virtual\": true,\n            \"buyoutPort\": false,\n            \"crossConnectRequested\": false,\n            \"locked\": true,\n            \"adminLocked\": false,\n            \"vendor\": \"CISCO\",\n            \"mveSize\": \"SMALL\",\n            \"mveLabel\": \"MVE 2/8\",\n            \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n            \"companyName\": \"Megaport Lab\",\n            \"associatedVxcs\": [\n                {\n                    \"productId\": 231277,\n                    \"productUid\": \"37a11271-9336-4232-a645-014b54d93e48\",\n                    \"productName\": \"Geneva_Watchtower to Megaport Internet\",\n                    \"secondaryName\": null,\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 100,\n                    \"maximumRate\": 10000,\n                    \"distanceBand\": \"METRO\",\n                    \"provisioningStatus\": \"LIVE\",\n                    \"usageAlgorithm\": \"POST_PAID_HOURLY_NORMALISED_SPEED\",\n                    \"createdBy\": \"7e38ae4b-70d0-40a8-b5fd-7a6c7b11d682\",\n                    \"createDate\": 1740496339360,\n                    \"resources\": {\n                        \"csp_connection\": {\n                            \"connectType\": \"TRANSIT\",\n                            \"resource_name\": \"b_csp_connection\",\n                            \"resource_type\": \"csp_connection\",\n                            \"customer_ip4_address\": \"162.43.160.11/31\",\n                            \"customer_ip6_network\": \"2a0a:1800:1e:5::/64\",\n                            \"ipv4_gateway_address\": \"162.43.160.10\",\n                            \"ipv6_gateway_address\": \"2a0a:1800:1e:5::1\"\n                        },\n                        \"vll\": {\n                            \"a_vlan\": 206,\n                            \"b_vlan\": 206,\n                            \"rate_limit_mbps\": 100,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 1,\n                            \"shutdown\": false\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": 1740496647783,\n                    \"contractEndDate\": 1742911200000,\n                    \"contractTermMonths\": 1,\n                    \"autoRenewTerm\": false,\n                    \"locked\": false,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": true,\n                    \"shutdown\": false,\n                    \"cancelable\": true,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"2e53d3b4-4643-431b-b250-50818d325f81\",\n                        \"productName\": \"Geneva_Watchtower\",\n                        \"locationId\": 432,\n                        \"location\": \"Equinix GV1\",\n                        \"locationDetail\": {\n                            \"name\": \"Equinix GV1\",\n                            \"city\": \"Geneva\",\n                            \"metro\": \"Geneva\",\n                            \"country\": \"Switzerland\"\n                        },\n                        \"vlan\": 206,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"MVE\",\n                        \"diversityZone\": \"red\",\n                        \"vNicIndex\": 0\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n                        \"productUid\": \"6220bb8c-d006-4d03-898d-030392dcdb95\",\n                        \"productName\": \"Megaport Internet\",\n                        \"locationId\": 432,\n                        \"location\": \"Equinix GV1\",\n                        \"locationDetail\": {\n                            \"name\": \"Equinix GV1\",\n                            \"city\": \"Geneva\",\n                            \"metro\": \"Geneva\",\n                            \"country\": \"Switzerland\"\n                        },\n                        \"vlan\": 206,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"TRANSIT\",\n                        \"diversityZone\": \"red\"\n                    }\n                }\n            ],\n            \"associatedIxs\": [],\n            \"attributeTags\": {},\n            \"vnics\": [\n                {\n                    \"vlan\": 206,\n                    \"description\": \"Data Plane\"\n                }\n            ],\n            \"resources\": {\n                \"virtual_machine\": [\n                    {\n                        \"cpu_count\": 2,\n                        \"id\": 0,\n                        \"image\": {\n                            \"id\": 26,\n                            \"vendor\": \"Megaport\",\n                            \"product\": \"Debian\",\n                            \"version\": \"10.12\"\n                        },\n                        \"resource_type\": \"virtual_machine\",\n                        \"up\": true,\n                        \"vnics\": [\n                            {\n                                \"vlan\": 206,\n                                \"description\": \"Data Plane\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            \"diversityZone\": \"red\",\n            \"up\": true,\n            \"addOns\": null,\n            \"cancelable\": false\n        },\n        {\n            \"productId\": 231273,\n            \"productUid\": \"3bedcac9-6c7f-4fd3-a865-c0d8ff544a24\",\n            \"productName\": \"Perth_Watchtower\",\n            \"secondaryName\": null,\n            \"productType\": \"MVE\",\n            \"provisioningStatus\": \"LIVE\",\n            \"portSpeed\": null,\n            \"maxVxcSpeed\": 10000,\n            \"locationId\": 50,\n            \"locationDetail\": {\n                \"name\": \"NextDC P1\",\n                \"city\": \"Perth\",\n                \"metro\": \"Perth\",\n                \"country\": \"Australia\"\n            },\n            \"lagPrimary\": false,\n            \"lagId\": null,\n            \"aggregationId\": null,\n            \"createDate\": 1740495745946,\n            \"createdBy\": \"7e38ae4b-70d0-40a8-b5fd-7a6c7b11d682\",\n            \"terminateDate\": null,\n            \"liveDate\": 1740495927773,\n            \"contractStartDate\": 1740495927788,\n            \"contractEndDate\": 1742911200000,\n            \"contractTermMonths\": 1,\n            \"autoRenewTerm\": false,\n            \"market\": \"AU\",\n            \"usageAlgorithm\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"virtual\": true,\n            \"buyoutPort\": false,\n            \"crossConnectRequested\": false,\n            \"locked\": true,\n            \"adminLocked\": false,\n            \"vendor\": \"CISCO\",\n            \"mveSize\": \"SMALL\",\n            \"mveLabel\": \"MVE 2/8\",\n            \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n            \"companyName\": \"Megaport Lab\",\n            \"associatedVxcs\": [\n                {\n                    \"productId\": 231279,\n                    \"productUid\": \"46cfc1b6-317c-40cf-af11-f39fd91f4751\",\n                    \"productName\": \"Perth_Watchtower to Megaport Internet\",\n                    \"secondaryName\": null,\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 100,\n                    \"maximumRate\": 10000,\n                    \"distanceBand\": \"METRO\",\n                    \"provisioningStatus\": \"LIVE\",\n                    \"usageAlgorithm\": \"POST_PAID_HOURLY_NORMALISED_SPEED\",\n                    \"createdBy\": \"7e38ae4b-70d0-40a8-b5fd-7a6c7b11d682\",\n                    \"createDate\": 1740496953015,\n                    \"resources\": {\n                        \"csp_connection\": {\n                            \"connectType\": \"TRANSIT\",\n                            \"resource_name\": \"b_csp_connection\",\n                            \"resource_type\": \"csp_connection\",\n                            \"customer_ip4_address\": \"162.43.138.17/31\",\n                            \"customer_ip6_network\": \"2a0a:1800:5:8::/64\",\n                            \"ipv4_gateway_address\": \"162.43.138.16\",\n                            \"ipv6_gateway_address\": \"2a0a:1800:5:8::1\"\n                        },\n                        \"vll\": {\n                            \"a_vlan\": 1733,\n                            \"b_vlan\": 1733,\n                            \"rate_limit_mbps\": 100,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 1,\n                            \"shutdown\": false\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": 1740497247868,\n                    \"contractEndDate\": 1742911200000,\n                    \"contractTermMonths\": 1,\n                    \"autoRenewTerm\": false,\n                    \"locked\": false,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": true,\n                    \"shutdown\": false,\n                    \"cancelable\": true,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"3bedcac9-6c7f-4fd3-a865-c0d8ff544a24\",\n                        \"productName\": \"Perth_Watchtower\",\n                        \"locationId\": 50,\n                        \"location\": \"NextDC P1\",\n                        \"locationDetail\": {\n                            \"name\": \"NextDC P1\",\n                            \"city\": \"Perth\",\n                            \"metro\": \"Perth\",\n                            \"country\": \"Australia\"\n                        },\n                        \"vlan\": 1733,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"MVE\",\n                        \"diversityZone\": \"red\",\n                        \"vNicIndex\": 0\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n                        \"productUid\": \"75575fae-8ba4-4696-bdb9-a8bfc71e5d87\",\n                        \"productName\": \"Megaport Internet\",\n                        \"locationId\": 50,\n                        \"location\": \"NextDC P1\",\n                        \"locationDetail\": {\n                            \"name\": \"NextDC P1\",\n                            \"city\": \"Perth\",\n                            \"metro\": \"Perth\",\n                            \"country\": \"Australia\"\n                        },\n                        \"vlan\": 1733,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"TRANSIT\",\n                        \"diversityZone\": \"red\"\n                    }\n                }\n            ],\n            \"associatedIxs\": [],\n            \"attributeTags\": {},\n            \"vnics\": [\n                {\n                    \"vlan\": 1733,\n                    \"description\": \"Data Plane\"\n                }\n            ],\n            \"resources\": {\n                \"virtual_machine\": [\n                    {\n                        \"cpu_count\": 2,\n                        \"id\": 0,\n                        \"image\": {\n                            \"id\": 26,\n                            \"vendor\": \"Megaport\",\n                            \"product\": \"Debian\",\n                            \"version\": \"10.12\"\n                        },\n                        \"resource_type\": \"virtual_machine\",\n                        \"up\": true,\n                        \"vnics\": [\n                            {\n                                \"vlan\": 1733,\n                                \"description\": \"Data Plane\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            \"diversityZone\": \"red\",\n            \"up\": true,\n            \"addOns\": null,\n            \"cancelable\": false\n        },\n        {\n            \"productId\": 236404,\n            \"productUid\": \"9dea55b6-3823-4596-a53e-8009f85019d5\",\n            \"productName\": \"ESD-100G-Port-to-protoklustr-4\",\n            \"secondaryName\": null,\n            \"productType\": \"MEGAPORT\",\n            \"provisioningStatus\": \"LIVE\",\n            \"portSpeed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"locationId\": 335,\n            \"locationDetail\": {\n                \"name\": \"EdgeConneX San Diego\",\n                \"city\": \"San Diego\",\n                \"metro\": \"San Diego\",\n                \"country\": \"USA\"\n            },\n            \"lagPrimary\": false,\n            \"lagId\": null,\n            \"aggregationId\": null,\n            \"createDate\": 1743519617140,\n            \"createdBy\": \"769a6fae-ac3d-4ecd-846f-e4f70f8a34b7\",\n            \"terminateDate\": null,\n            \"liveDate\": 1743519877448,\n            \"contractStartDate\": 1743519877468,\n            \"contractEndDate\": 1746108000000,\n            \"contractTermMonths\": 1,\n            \"autoRenewTerm\": false,\n            \"market\": \"US\",\n            \"usageAlgorithm\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"virtual\": false,\n            \"buyoutPort\": false,\n            \"crossConnectRequested\": false,\n            \"locked\": true,\n            \"adminLocked\": false,\n            \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n            \"companyName\": \"Megaport Lab\",\n            \"associatedVxcs\": [\n                {\n                    \"productId\": 237979,\n                    \"productUid\": \"0d168870-2d94-4edd-9457-26e37309ec6d\",\n                    \"productName\": \"ESD-100G-Port-to-protoklustr-4 to Megaport Internet 2 VLAN 400\",\n                    \"secondaryName\": null,\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 1000,\n                    \"maximumRate\": 25000,\n                    \"distanceBand\": \"ZONE\",\n                    \"provisioningStatus\": \"LIVE\",\n                    \"usageAlgorithm\": \"POST_PAID_HOURLY_SPEED_LONG_HAUL_VXC\",\n                    \"createdBy\": \"769a6fae-ac3d-4ecd-846f-e4f70f8a34b7\",\n                    \"createDate\": 1744639423428,\n                    \"resources\": {\n                        \"csp_connection\": {\n                            \"connectType\": \"TRANSIT\",\n                            \"resource_name\": \"b_csp_connection\",\n                            \"resource_type\": \"csp_connection\",\n                            \"customer_ip4_address\": \"162.43.140.95/31\",\n                            \"customer_ip6_network\": \"2a0a:1800:7:27::/64\",\n                            \"ipv4_gateway_address\": \"162.43.140.94\",\n                            \"ipv6_gateway_address\": \"2a0a:1800:7:27::1\"\n                        },\n                        \"vll\": {\n                            \"a_vlan\": 400,\n                            \"b_vlan\": 400,\n                            \"rate_limit_mbps\": 1000,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 1,\n                            \"shutdown\": false\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": 1744639667129,\n                    \"contractEndDate\": 1747231200000,\n                    \"contractTermMonths\": 1,\n                    \"autoRenewTerm\": false,\n                    \"locked\": false,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": true,\n                    \"shutdown\": false,\n                    \"cancelable\": true,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"9dea55b6-3823-4596-a53e-8009f85019d5\",\n                        \"productName\": \"ESD-100G-Port-to-protoklustr-4\",\n                        \"locationId\": 335,\n                        \"location\": \"EdgeConneX San Diego\",\n                        \"locationDetail\": {\n                            \"name\": \"EdgeConneX San Diego\",\n                            \"city\": \"San Diego\",\n                            \"metro\": \"San Diego\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 400,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"DEFAULT\",\n                        \"diversityZone\": null\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n                        \"productUid\": \"aacb9b86-a8b6-48cf-9745-f7eaea9ad513\",\n                        \"productName\": \"Megaport Internet\",\n                        \"locationId\": 60,\n                        \"location\": \"CoreSite LA1\",\n                        \"locationDetail\": {\n                            \"name\": \"CoreSite LA1\",\n                            \"city\": \"Los Angeles\",\n                            \"metro\": \"Los Angeles\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 400,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"TRANSIT\",\n                        \"diversityZone\": \"blue\"\n                    }\n                },\n                {\n                    \"productId\": 236758,\n                    \"productUid\": \"ce45da8a-9537-4b5b-9a76-2bc6057bd7c9\",\n                    \"productName\": \"ESD-100G-Port-to-protoklustr-4 to Megaport Internet 1 VLAN 500\",\n                    \"secondaryName\": null,\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 1000,\n                    \"maximumRate\": 25000,\n                    \"distanceBand\": \"ZONE\",\n                    \"provisioningStatus\": \"LIVE\",\n                    \"usageAlgorithm\": \"POST_PAID_HOURLY_SPEED_LONG_HAUL_VXC\",\n                    \"createdBy\": \"769a6fae-ac3d-4ecd-846f-e4f70f8a34b7\",\n                    \"createDate\": 1743711313523,\n                    \"resources\": {\n                        \"csp_connection\": {\n                            \"connectType\": \"TRANSIT\",\n                            \"resource_name\": \"b_csp_connection\",\n                            \"resource_type\": \"csp_connection\",\n                            \"customer_ip4_address\": \"162.43.140.25/31\",\n                            \"customer_ip6_network\": \"2a0a:1800:7:c::/64\",\n                            \"ipv4_gateway_address\": \"162.43.140.24\",\n                            \"ipv6_gateway_address\": \"2a0a:1800:7:c::1\"\n                        },\n                        \"vll\": {\n                            \"a_vlan\": 500,\n                            \"b_vlan\": 500,\n                            \"rate_limit_mbps\": 1000,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 1,\n                            \"shutdown\": false\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": 1743711742199,\n                    \"contractEndDate\": 1746280800000,\n                    \"contractTermMonths\": 1,\n                    \"autoRenewTerm\": false,\n                    \"locked\": true,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": true,\n                    \"shutdown\": false,\n                    \"cancelable\": false,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"9dea55b6-3823-4596-a53e-8009f85019d5\",\n                        \"productName\": \"ESD-100G-Port-to-protoklustr-4\",\n                        \"locationId\": 335,\n                        \"location\": \"EdgeConneX San Diego\",\n                        \"locationDetail\": {\n                            \"name\": \"EdgeConneX San Diego\",\n                            \"city\": \"San Diego\",\n                            \"metro\": \"San Diego\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 500,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"DEFAULT\",\n                        \"diversityZone\": null\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n                        \"productUid\": \"b5231ce0-36bb-4bd3-9f1f-19fbd57b6b8b\",\n                        \"productName\": \"Megaport Internet\",\n                        \"locationId\": 59,\n                        \"location\": \"Equinix LA1\",\n                        \"locationDetail\": {\n                            \"name\": \"Equinix LA1\",\n                            \"city\": \"Los Angeles\",\n                            \"metro\": \"Los Angeles\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 500,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"TRANSIT\",\n                        \"diversityZone\": \"red\"\n                    }\n                },\n                {\n                    \"productId\": 238443,\n                    \"productUid\": \"6b3b5dbd-60ec-46f5-8253-9bbb4615b42e\",\n                    \"productName\": \"ESD-100G-Port-to-protoklustr-4 to Megaport Internet 3 VLAN 802\",\n                    \"secondaryName\": null,\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 1000,\n                    \"maximumRate\": 10000,\n                    \"distanceBand\": \"ZONE\",\n                    \"provisioningStatus\": \"LIVE\",\n                    \"usageAlgorithm\": \"POST_PAID_HOURLY_SPEED_LONG_HAUL_VXC\",\n                    \"createdBy\": \"769a6fae-ac3d-4ecd-846f-e4f70f8a34b7\",\n                    \"createDate\": 1744903401059,\n                    \"resources\": {\n                        \"csp_connection\": {\n                            \"connectType\": \"TRANSIT\",\n                            \"resource_name\": \"b_csp_connection\",\n                            \"resource_type\": \"csp_connection\",\n                            \"customer_ip4_address\": \"162.43.155.33/31\",\n                            \"customer_ip6_network\": \"2a0a:1800:17:10::/64\",\n                            \"ipv4_gateway_address\": \"162.43.155.32\",\n                            \"ipv6_gateway_address\": \"2a0a:1800:17:10::1\"\n                        },\n                        \"vll\": {\n                            \"a_vlan\": 801,\n                            \"b_vlan\": 802,\n                            \"rate_limit_mbps\": 1000,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 1,\n                            \"shutdown\": false\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": 1744903646005,\n                    \"contractEndDate\": 1747490400000,\n                    \"contractTermMonths\": 1,\n                    \"autoRenewTerm\": false,\n                    \"locked\": false,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": true,\n                    \"shutdown\": false,\n                    \"cancelable\": true,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"9dea55b6-3823-4596-a53e-8009f85019d5\",\n                        \"productName\": \"ESD-100G-Port-to-protoklustr-4\",\n                        \"locationId\": 335,\n                        \"location\": \"EdgeConneX San Diego\",\n                        \"locationDetail\": {\n                            \"name\": \"EdgeConneX San Diego\",\n                            \"city\": \"San Diego\",\n                            \"metro\": \"San Diego\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 801,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"DEFAULT\",\n                        \"diversityZone\": null\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n                        \"productUid\": \"cfed5c03-0438-475d-bb36-645a565708a2\",\n                        \"productName\": \"Megaport Internet\",\n                        \"locationId\": 330,\n                        \"location\": \"Iron Mountain Phoenix\",\n                        \"locationDetail\": {\n                            \"name\": \"Iron Mountain Phoenix\",\n                            \"city\": \"Phoenix\",\n                            \"metro\": \"Phoenix\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 802,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"TRANSIT\",\n                        \"diversityZone\": \"blue\"\n                    }\n                },\n                {\n                    \"productId\": 242997,\n                    \"productUid\": \"b5335ca4-e9d6-41aa-bf0a-fed446468ea0\",\n                    \"productName\": \"ESD-100G-Port-to-protoklustr-4 to Megaport Internet VLAN 1003\",\n                    \"secondaryName\": null,\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 1000,\n                    \"maximumRate\": 25000,\n                    \"distanceBand\": \"ZONE\",\n                    \"provisioningStatus\": \"LIVE\",\n                    \"usageAlgorithm\": \"POST_PAID_HOURLY_SPEED_LONG_HAUL_VXC\",\n                    \"createdBy\": \"769a6fae-ac3d-4ecd-846f-e4f70f8a34b7\",\n                    \"createDate\": 1748364756379,\n                    \"resources\": {\n                        \"csp_connection\": {\n                            \"connectType\": \"TRANSIT\",\n                            \"resource_name\": \"b_csp_connection\",\n                            \"resource_type\": \"csp_connection\",\n                            \"customer_ip4_address\": \"162.43.140.11/31\",\n                            \"customer_ip6_network\": \"2a0a:1800:7:5::/64\",\n                            \"ipv4_gateway_address\": \"162.43.140.10\",\n                            \"ipv6_gateway_address\": \"2a0a:1800:7:5::1\"\n                        },\n                        \"vll\": {\n                            \"a_vlan\": 1003,\n                            \"b_vlan\": 1003,\n                            \"rate_limit_mbps\": 1000,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 1,\n                            \"shutdown\": false\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": 1748365047080,\n                    \"contractEndDate\": 1751032800000,\n                    \"contractTermMonths\": 1,\n                    \"autoRenewTerm\": false,\n                    \"locked\": false,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": true,\n                    \"shutdown\": false,\n                    \"cancelable\": true,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"9dea55b6-3823-4596-a53e-8009f85019d5\",\n                        \"productName\": \"ESD-100G-Port-to-protoklustr-4\",\n                        \"locationId\": 335,\n                        \"location\": \"EdgeConneX San Diego\",\n                        \"locationDetail\": {\n                            \"name\": \"EdgeConneX San Diego\",\n                            \"city\": \"San Diego\",\n                            \"metro\": \"San Diego\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 1003,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"DEFAULT\",\n                        \"diversityZone\": null\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n                        \"productUid\": \"b5231ce0-36bb-4bd3-9f1f-19fbd57b6b8b\",\n                        \"productName\": \"Megaport Internet\",\n                        \"locationId\": 59,\n                        \"location\": \"Equinix LA1\",\n                        \"locationDetail\": {\n                            \"name\": \"Equinix LA1\",\n                            \"city\": \"Los Angeles\",\n                            \"metro\": \"Los Angeles\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 1003,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"TRANSIT\",\n                        \"diversityZone\": \"red\"\n                    }\n                },\n                {\n                    \"productId\": 239068,\n                    \"productUid\": \"d2b5b99e-5892-49e1-8b56-6a7e2c815bbe\",\n                    \"productName\": \"ESD-100G-Port-to-protoklustr-4 to Megaport Internet VLAN 900\",\n                    \"secondaryName\": null,\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 1000,\n                    \"maximumRate\": 25000,\n                    \"distanceBand\": \"ZONE\",\n                    \"provisioningStatus\": \"LIVE\",\n                    \"usageAlgorithm\": \"POST_PAID_HOURLY_SPEED_LONG_HAUL_VXC\",\n                    \"createdBy\": \"769a6fae-ac3d-4ecd-846f-e4f70f8a34b7\",\n                    \"createDate\": 1745502085905,\n                    \"resources\": {\n                        \"csp_connection\": {\n                            \"connectType\": \"TRANSIT\",\n                            \"resource_name\": \"b_csp_connection\",\n                            \"resource_type\": \"csp_connection\",\n                            \"customer_ip4_address\": \"162.43.150.75/31\",\n                            \"customer_ip6_network\": \"2a0a:1800:12:21::/64\",\n                            \"ipv4_gateway_address\": \"162.43.150.74\",\n                            \"ipv6_gateway_address\": \"2a0a:1800:12:21::1\"\n                        },\n                        \"vll\": {\n                            \"a_vlan\": 900,\n                            \"b_vlan\": 900,\n                            \"rate_limit_mbps\": 1000,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 1,\n                            \"shutdown\": false\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": 1745502452561,\n                    \"contractEndDate\": 1748008800000,\n                    \"contractTermMonths\": 1,\n                    \"autoRenewTerm\": false,\n                    \"locked\": false,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": true,\n                    \"shutdown\": false,\n                    \"cancelable\": true,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"9dea55b6-3823-4596-a53e-8009f85019d5\",\n                        \"productName\": \"ESD-100G-Port-to-protoklustr-4\",\n                        \"locationId\": 335,\n                        \"location\": \"EdgeConneX San Diego\",\n                        \"locationDetail\": {\n                            \"name\": \"EdgeConneX San Diego\",\n                            \"city\": \"San Diego\",\n                            \"metro\": \"San Diego\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 900,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"DEFAULT\",\n                        \"diversityZone\": null\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n                        \"productUid\": \"a2954c38-ae66-4594-9659-b9500bb23c47\",\n                        \"productName\": \"Megaport Internet\",\n                        \"locationId\": 65,\n                        \"location\": \"Digital Realty Silicon Valley SJC34 (SCL2)\",\n                        \"locationDetail\": {\n                            \"name\": \"Digital Realty Silicon Valley SJC34 (SCL2)\",\n                            \"city\": \"Santa Clara\",\n                            \"metro\": \"Bay Area\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 900,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"TRANSIT\",\n                        \"diversityZone\": \"red\"\n                    }\n                },\n                {\n                    \"productId\": 250347,\n                    \"productUid\": \"6e7cf07d-bc34-4698-8ab4-97be5aef95ac\",\n                    \"productName\": \"ESD-100G-Port-to-protoklustr-4 to Megaport Internet VLAN 1001\",\n                    \"secondaryName\": null,\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 1000,\n                    \"maximumRate\": 25000,\n                    \"distanceBand\": \"ZONE\",\n                    \"provisioningStatus\": \"LIVE\",\n                    \"usageAlgorithm\": \"POST_PAID_HOURLY_SPEED_LONG_HAUL_VXC\",\n                    \"createdBy\": \"769a6fae-ac3d-4ecd-846f-e4f70f8a34b7\",\n                    \"createDate\": 1753373185380,\n                    \"resources\": {\n                        \"csp_connection\": {\n                            \"connectType\": \"TRANSIT\",\n                            \"resource_name\": \"b_csp_connection\",\n                            \"resource_type\": \"csp_connection\",\n                            \"customer_ip4_address\": \"162.43.140.63/31\",\n                            \"customer_ip6_network\": \"2a0a:1800:7:1f::/64\",\n                            \"ipv4_gateway_address\": \"162.43.140.62\",\n                            \"ipv6_gateway_address\": \"2a0a:1800:7:1f::1\"\n                        },\n                        \"vll\": {\n                            \"a_vlan\": 1001,\n                            \"b_vlan\": 1001,\n                            \"rate_limit_mbps\": 1000,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 1,\n                            \"shutdown\": false\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": 1753373550472,\n                    \"contractEndDate\": 1756044000000,\n                    \"contractTermMonths\": 1,\n                    \"autoRenewTerm\": false,\n                    \"locked\": false,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": true,\n                    \"shutdown\": false,\n                    \"cancelable\": true,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"9dea55b6-3823-4596-a53e-8009f85019d5\",\n                        \"productName\": \"ESD-100G-Port-to-protoklustr-4\",\n                        \"locationId\": 335,\n                        \"location\": \"EdgeConneX San Diego\",\n                        \"locationDetail\": {\n                            \"name\": \"EdgeConneX San Diego\",\n                            \"city\": \"San Diego\",\n                            \"metro\": \"San Diego\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 1001,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"DEFAULT\",\n                        \"diversityZone\": null\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n                        \"productUid\": \"b5231ce0-36bb-4bd3-9f1f-19fbd57b6b8b\",\n                        \"productName\": \"Megaport Internet\",\n                        \"locationId\": 59,\n                        \"location\": \"Equinix LA1\",\n                        \"locationDetail\": {\n                            \"name\": \"Equinix LA1\",\n                            \"city\": \"Los Angeles\",\n                            \"metro\": \"Los Angeles\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 1001,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"TRANSIT\",\n                        \"diversityZone\": \"red\"\n                    }\n                }\n            ],\n            \"associatedIxs\": [],\n            \"attributeTags\": {},\n            \"resources\": {\n                \"interface\": {\n                    \"demarcation\": \"EdgeConneX San Diego\\n5761 Copley Drive Suite 150\\nRU45\\nType: Single-mode Fibre Pair\\nTermination: LC Duplex connector\\n\",\n                    \"loa_template\": \"megaport\",\n                    \"media\": \"LR4\",\n                    \"port_speed\": 100000,\n                    \"resource_name\": \"interface\",\n                    \"resource_type\": \"interface\",\n                    \"up\": 1,\n                    \"shutdown\": false\n                }\n            },\n            \"diversityZone\": null,\n            \"up\": true,\n            \"addOns\": null,\n            \"cancelable\": false\n        },\n        {\n            \"productId\": 236406,\n            \"productUid\": \"baeb92d0-a519-425f-8b25-f2efbfb31f26\",\n            \"productName\": \"ESD-100G-Port-to-protoklustr-5\",\n            \"secondaryName\": null,\n            \"productType\": \"MEGAPORT\",\n            \"provisioningStatus\": \"LIVE\",\n            \"portSpeed\": 100000,\n            \"maxVxcSpeed\": 25000,\n            \"locationId\": 335,\n            \"locationDetail\": {\n                \"name\": \"EdgeConneX San Diego\",\n                \"city\": \"San Diego\",\n                \"metro\": \"San Diego\",\n                \"country\": \"USA\"\n            },\n            \"lagPrimary\": false,\n            \"lagId\": null,\n            \"aggregationId\": null,\n            \"createDate\": 1743520060057,\n            \"createdBy\": \"769a6fae-ac3d-4ecd-846f-e4f70f8a34b7\",\n            \"terminateDate\": null,\n            \"liveDate\": 1743520317427,\n            \"contractStartDate\": 1743520317445,\n            \"contractEndDate\": 1746108000000,\n            \"contractTermMonths\": 1,\n            \"autoRenewTerm\": false,\n            \"market\": \"US\",\n            \"usageAlgorithm\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"virtual\": false,\n            \"buyoutPort\": false,\n            \"crossConnectRequested\": false,\n            \"locked\": true,\n            \"adminLocked\": false,\n            \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n            \"companyName\": \"Megaport Lab\",\n            \"associatedVxcs\": [],\n            \"associatedIxs\": [],\n            \"attributeTags\": {},\n            \"resources\": {\n                \"interface\": {\n                    \"demarcation\": \"EdgeConneX San Diego\\n5761 Copley Drive Suite 150\\nRU45\\nType: Single-mode Fibre Pair\\nTermination: LC Duplex connector\\n\",\n                    \"loa_template\": \"megaport\",\n                    \"media\": \"LR4\",\n                    \"port_speed\": 100000,\n                    \"resource_name\": \"interface\",\n                    \"resource_type\": \"interface\",\n                    \"up\": 1,\n                    \"shutdown\": false\n                }\n            },\n            \"diversityZone\": null,\n            \"up\": true,\n            \"addOns\": null,\n            \"cancelable\": false\n        },\n        {\n            \"productId\": 236818,\n            \"productUid\": \"1441efaf-6205-4445-bda5-74f0ed9924d6\",\n            \"productName\": \"IPSecTest\",\n            \"secondaryName\": null,\n            \"productType\": \"MVE\",\n            \"provisioningStatus\": \"LIVE\",\n            \"portSpeed\": null,\n            \"maxVxcSpeed\": 10000,\n            \"locationId\": 549,\n            \"locationDetail\": {\n                \"name\": \"Colocity Adelaide DC3\",\n                \"city\": \"Adelaide\",\n                \"metro\": \"Adelaide\",\n                \"country\": \"Australia\"\n            },\n            \"lagPrimary\": false,\n            \"lagId\": null,\n            \"aggregationId\": null,\n            \"createDate\": 1743742643352,\n            \"createdBy\": \"a09dbb44-fba2-4e1c-b4f9-9edfd3756e7c\",\n            \"terminateDate\": null,\n            \"liveDate\": 1743742696936,\n            \"contractStartDate\": 1743742696951,\n            \"contractEndDate\": 1746280800000,\n            \"contractTermMonths\": 1,\n            \"autoRenewTerm\": false,\n            \"market\": \"AU\",\n            \"costCentre\": \"IPSecTest\",\n            \"usageAlgorithm\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"virtual\": true,\n            \"buyoutPort\": false,\n            \"crossConnectRequested\": false,\n            \"locked\": true,\n            \"adminLocked\": false,\n            \"vendor\": \"6WIND\",\n            \"mveSize\": \"SMALL\",\n            \"mveLabel\": \"MVE 2/8\",\n            \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n            \"companyName\": \"Megaport Lab\",\n            \"associatedVxcs\": [\n                {\n                    \"productId\": 238374,\n                    \"productUid\": \"3bb11862-c863-4652-a430-910ebf88f80d\",\n                    \"productName\": \"MVE1 vNIC1 to MVE3 vNIC1\",\n                    \"secondaryName\": null,\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 10000,\n                    \"maximumRate\": 10000,\n                    \"distanceBand\": \"METRO\",\n                    \"provisioningStatus\": \"LIVE\",\n                    \"usageAlgorithm\": \"POST_PAID_VARIABLE\",\n                    \"createdBy\": \"a09dbb44-fba2-4e1c-b4f9-9edfd3756e7c\",\n                    \"createDate\": 1744862905245,\n                    \"costCentre\": \"IPsecTest\",\n                    \"resources\": {\n                        \"vll\": {\n                            \"a_vlan\": 3633,\n                            \"b_vlan\": 2744,\n                            \"rate_limit_mbps\": 10000,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 1,\n                            \"shutdown\": false\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": 1744863141185,\n                    \"contractEndDate\": 1747404000000,\n                    \"contractTermMonths\": 1,\n                    \"autoRenewTerm\": false,\n                    \"locked\": false,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": true,\n                    \"shutdown\": false,\n                    \"cancelable\": true,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"1441efaf-6205-4445-bda5-74f0ed9924d6\",\n                        \"productName\": \"IPSecTest\",\n                        \"locationId\": 549,\n                        \"location\": \"Colocity Adelaide DC3\",\n                        \"locationDetail\": {\n                            \"name\": \"Colocity Adelaide DC3\",\n                            \"city\": \"Adelaide\",\n                            \"metro\": \"Adelaide\",\n                            \"country\": \"Australia\"\n                        },\n                        \"vlan\": 3633,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"MVE\",\n                        \"diversityZone\": \"blue\",\n                        \"vNicIndex\": 1\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"a69c48c6-e66c-491b-9cd9-581febaedbdc\",\n                        \"productName\": \"IPsecTestMVE3\",\n                        \"locationId\": 549,\n                        \"location\": \"Colocity Adelaide DC3\",\n                        \"locationDetail\": {\n                            \"name\": \"Colocity Adelaide DC3\",\n                            \"city\": \"Adelaide\",\n                            \"metro\": \"Adelaide\",\n                            \"country\": \"Australia\"\n                        },\n                        \"vlan\": 2744,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"MVE\",\n                        \"diversityZone\": \"blue\",\n                        \"vNicIndex\": 1\n                    }\n                },\n                {\n                    \"productId\": 236819,\n                    \"productUid\": \"a3f59473-90f7-443d-946d-9775f6968130\",\n                    \"productName\": \"IPSecTest to Megaport Internet\",\n                    \"secondaryName\": null,\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 1000,\n                    \"maximumRate\": 10000,\n                    \"distanceBand\": \"INTERZONE\",\n                    \"provisioningStatus\": \"LIVE\",\n                    \"usageAlgorithm\": \"POST_PAID_HOURLY_SPEED_LONG_HAUL_VXC\",\n                    \"createdBy\": \"a09dbb44-fba2-4e1c-b4f9-9edfd3756e7c\",\n                    \"createDate\": 1743742643634,\n                    \"costCentre\": \"IPSecTest\",\n                    \"resources\": {\n                        \"csp_connection\": {\n                            \"connectType\": \"TRANSIT\",\n                            \"resource_name\": \"b_csp_connection\",\n                            \"resource_type\": \"csp_connection\",\n                            \"customer_ip4_address\": \"162.43.157.101/31\",\n                            \"customer_ip6_network\": \"2a0a:1800:19:22::/64\",\n                            \"ipv4_gateway_address\": \"162.43.157.100\",\n                            \"ipv6_gateway_address\": \"2a0a:1800:19:22::1\"\n                        },\n                        \"vll\": {\n                            \"a_vlan\": 764,\n                            \"b_vlan\": 764,\n                            \"rate_limit_mbps\": 1000,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 1,\n                            \"shutdown\": false\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": 1743742942360,\n                    \"contractEndDate\": 1746280800000,\n                    \"contractTermMonths\": 1,\n                    \"autoRenewTerm\": false,\n                    \"locked\": true,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": true,\n                    \"shutdown\": false,\n                    \"cancelable\": false,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"1441efaf-6205-4445-bda5-74f0ed9924d6\",\n                        \"productName\": \"IPSecTest\",\n                        \"locationId\": 549,\n                        \"location\": \"Colocity Adelaide DC3\",\n                        \"locationDetail\": {\n                            \"name\": \"Colocity Adelaide DC3\",\n                            \"city\": \"Adelaide\",\n                            \"metro\": \"Adelaide\",\n                            \"country\": \"Australia\"\n                        },\n                        \"vlan\": 764,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"MVE\",\n                        \"diversityZone\": \"blue\",\n                        \"vNicIndex\": 0\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n                        \"productUid\": \"0fbbdcfc-1642-4a43-b549-6900f71e7006\",\n                        \"productName\": \"Megaport Internet\",\n                        \"locationId\": 4,\n                        \"location\": \"NextDC M1\",\n                        \"locationDetail\": {\n                            \"name\": \"NextDC M1\",\n                            \"city\": \"Melbourne\",\n                            \"metro\": \"Melbourne\",\n                            \"country\": \"Australia\"\n                        },\n                        \"vlan\": 764,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"TRANSIT\",\n                        \"diversityZone\": \"red\"\n                    }\n                }\n            ],\n            \"associatedIxs\": [],\n            \"attributeTags\": {},\n            \"vnics\": [\n                {\n                    \"vlan\": 764,\n                    \"description\": \"Data Plane\"\n                },\n                {\n                    \"vlan\": 3633,\n                    \"description\": \"vNIC1\"\n                }\n            ],\n            \"resources\": {\n                \"virtual_machine\": [\n                    {\n                        \"cpu_count\": 2,\n                        \"id\": 0,\n                        \"image\": {\n                            \"id\": 99,\n                            \"vendor\": \"6WIND\",\n                            \"product\": \"VSR\",\n                            \"version\": \"3.8.11\"\n                        },\n                        \"resource_type\": \"virtual_machine\",\n                        \"up\": true,\n                        \"vnics\": [\n                            {\n                                \"vlan\": 764,\n                                \"description\": \"Data Plane\"\n                            },\n                            {\n                                \"vlan\": 3633,\n                                \"description\": \"vNIC1\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            \"diversityZone\": \"blue\",\n            \"up\": true,\n            \"addOns\": null,\n            \"cancelable\": false\n        },\n        {\n            \"productId\": 236820,\n            \"productUid\": \"b226753c-f453-49bc-9363-48872bce757e\",\n            \"productName\": \"IPSecTestMVE2\",\n            \"secondaryName\": null,\n            \"productType\": \"MVE\",\n            \"provisioningStatus\": \"LIVE\",\n            \"portSpeed\": null,\n            \"maxVxcSpeed\": 10000,\n            \"locationId\": 549,\n            \"locationDetail\": {\n                \"name\": \"Colocity Adelaide DC3\",\n                \"city\": \"Adelaide\",\n                \"metro\": \"Adelaide\",\n                \"country\": \"Australia\"\n            },\n            \"lagPrimary\": false,\n            \"lagId\": null,\n            \"aggregationId\": null,\n            \"createDate\": 1743742759124,\n            \"createdBy\": \"a09dbb44-fba2-4e1c-b4f9-9edfd3756e7c\",\n            \"terminateDate\": null,\n            \"liveDate\": 1743742849936,\n            \"contractStartDate\": 1743742849954,\n            \"contractEndDate\": 1746280800000,\n            \"contractTermMonths\": 1,\n            \"autoRenewTerm\": false,\n            \"market\": \"AU\",\n            \"costCentre\": \"IPSecTest\",\n            \"usageAlgorithm\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"virtual\": true,\n            \"buyoutPort\": false,\n            \"crossConnectRequested\": false,\n            \"locked\": true,\n            \"adminLocked\": false,\n            \"vendor\": \"CISCO\",\n            \"mveSize\": \"SMALL\",\n            \"mveLabel\": \"MVE 2/8\",\n            \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n            \"companyName\": \"Megaport Lab\",\n            \"associatedVxcs\": [\n                {\n                    \"productId\": 238375,\n                    \"productUid\": \"4a535175-66d9-4342-8d51-9946419e1802\",\n                    \"productName\": \"MVE2 vNIC1 to MVE3 vNIC2\",\n                    \"secondaryName\": null,\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 10000,\n                    \"maximumRate\": 10000,\n                    \"distanceBand\": \"METRO\",\n                    \"provisioningStatus\": \"LIVE\",\n                    \"usageAlgorithm\": \"POST_PAID_VARIABLE\",\n                    \"createdBy\": \"a09dbb44-fba2-4e1c-b4f9-9edfd3756e7c\",\n                    \"createDate\": 1744863654241,\n                    \"costCentre\": \"IPsecTest\",\n                    \"resources\": {\n                        \"vll\": {\n                            \"a_vlan\": 15,\n                            \"b_vlan\": 736,\n                            \"rate_limit_mbps\": 10000,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 1,\n                            \"shutdown\": false\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": 1744864041647,\n                    \"contractEndDate\": 1747404000000,\n                    \"contractTermMonths\": 1,\n                    \"autoRenewTerm\": false,\n                    \"locked\": false,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": true,\n                    \"shutdown\": false,\n                    \"cancelable\": true,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"b226753c-f453-49bc-9363-48872bce757e\",\n                        \"productName\": \"IPSecTestMVE2\",\n                        \"locationId\": 549,\n                        \"location\": \"Colocity Adelaide DC3\",\n                        \"locationDetail\": {\n                            \"name\": \"Colocity Adelaide DC3\",\n                            \"city\": \"Adelaide\",\n                            \"metro\": \"Adelaide\",\n                            \"country\": \"Australia\"\n                        },\n                        \"vlan\": 15,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"MVE\",\n                        \"diversityZone\": \"blue\",\n                        \"vNicIndex\": 1\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"a69c48c6-e66c-491b-9cd9-581febaedbdc\",\n                        \"productName\": \"IPsecTestMVE3\",\n                        \"locationId\": 549,\n                        \"location\": \"Colocity Adelaide DC3\",\n                        \"locationDetail\": {\n                            \"name\": \"Colocity Adelaide DC3\",\n                            \"city\": \"Adelaide\",\n                            \"metro\": \"Adelaide\",\n                            \"country\": \"Australia\"\n                        },\n                        \"vlan\": 736,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"MVE\",\n                        \"diversityZone\": \"blue\",\n                        \"vNicIndex\": 2\n                    }\n                },\n                {\n                    \"productId\": 236821,\n                    \"productUid\": \"928f89fa-2f4a-4a27-9f5d-27631d78e506\",\n                    \"productName\": \"IPSecTestMVE2 to Megaport Internet\",\n                    \"secondaryName\": null,\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 1000,\n                    \"maximumRate\": 10000,\n                    \"distanceBand\": \"INTERZONE\",\n                    \"provisioningStatus\": \"LIVE\",\n                    \"usageAlgorithm\": \"POST_PAID_HOURLY_SPEED_LONG_HAUL_VXC\",\n                    \"createdBy\": \"a09dbb44-fba2-4e1c-b4f9-9edfd3756e7c\",\n                    \"createDate\": 1743742759423,\n                    \"costCentre\": \"IPSecTest\",\n                    \"resources\": {\n                        \"csp_connection\": {\n                            \"connectType\": \"TRANSIT\",\n                            \"resource_name\": \"b_csp_connection\",\n                            \"resource_type\": \"csp_connection\",\n                            \"customer_ip4_address\": \"162.43.157.103/31\",\n                            \"customer_ip6_network\": \"2a0a:1800:19:23::/64\",\n                            \"ipv4_gateway_address\": \"162.43.157.102\",\n                            \"ipv6_gateway_address\": \"2a0a:1800:19:23::1\"\n                        },\n                        \"vll\": {\n                            \"a_vlan\": 3867,\n                            \"b_vlan\": 3867,\n                            \"rate_limit_mbps\": 1000,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 1,\n                            \"shutdown\": false\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": 1743743249979,\n                    \"contractEndDate\": 1746280800000,\n                    \"contractTermMonths\": 1,\n                    \"autoRenewTerm\": false,\n                    \"locked\": true,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": true,\n                    \"shutdown\": false,\n                    \"cancelable\": false,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"b226753c-f453-49bc-9363-48872bce757e\",\n                        \"productName\": \"IPSecTestMVE2\",\n                        \"locationId\": 549,\n                        \"location\": \"Colocity Adelaide DC3\",\n                        \"locationDetail\": {\n                            \"name\": \"Colocity Adelaide DC3\",\n                            \"city\": \"Adelaide\",\n                            \"metro\": \"Adelaide\",\n                            \"country\": \"Australia\"\n                        },\n                        \"vlan\": 3867,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"MVE\",\n                        \"diversityZone\": \"blue\",\n                        \"vNicIndex\": 0\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n                        \"productUid\": \"0fbbdcfc-1642-4a43-b549-6900f71e7006\",\n                        \"productName\": \"Megaport Internet\",\n                        \"locationId\": 4,\n                        \"location\": \"NextDC M1\",\n                        \"locationDetail\": {\n                            \"name\": \"NextDC M1\",\n                            \"city\": \"Melbourne\",\n                            \"metro\": \"Melbourne\",\n                            \"country\": \"Australia\"\n                        },\n                        \"vlan\": 3867,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"TRANSIT\",\n                        \"diversityZone\": \"red\"\n                    }\n                }\n            ],\n            \"associatedIxs\": [],\n            \"attributeTags\": {},\n            \"vnics\": [\n                {\n                    \"vlan\": 3867,\n                    \"description\": \"Data Plane\"\n                },\n                {\n                    \"vlan\": 15,\n                    \"description\": \"vNIC1\"\n                }\n            ],\n            \"resources\": {\n                \"virtual_machine\": [\n                    {\n                        \"cpu_count\": 2,\n                        \"id\": 0,\n                        \"image\": {\n                            \"id\": 72,\n                            \"vendor\": \"Megaport\",\n                            \"product\": \"Debian\",\n                            \"version\": \"12\"\n                        },\n                        \"resource_type\": \"virtual_machine\",\n                        \"up\": true,\n                        \"vnics\": [\n                            {\n                                \"vlan\": 3867,\n                                \"description\": \"Data Plane\"\n                            },\n                            {\n                                \"vlan\": 15,\n                                \"description\": \"vNIC1\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            \"diversityZone\": \"blue\",\n            \"up\": true,\n            \"addOns\": null,\n            \"cancelable\": false\n        },\n        {\n            \"productId\": 237936,\n            \"productUid\": \"a69c48c6-e66c-491b-9cd9-581febaedbdc\",\n            \"productName\": \"IPsecTestMVE3\",\n            \"secondaryName\": null,\n            \"productType\": \"MVE\",\n            \"provisioningStatus\": \"LIVE\",\n            \"portSpeed\": null,\n            \"maxVxcSpeed\": 10000,\n            \"locationId\": 549,\n            \"locationDetail\": {\n                \"name\": \"Colocity Adelaide DC3\",\n                \"city\": \"Adelaide\",\n                \"metro\": \"Adelaide\",\n                \"country\": \"Australia\"\n            },\n            \"lagPrimary\": false,\n            \"lagId\": null,\n            \"aggregationId\": null,\n            \"createDate\": 1744617448388,\n            \"createdBy\": \"a09dbb44-fba2-4e1c-b4f9-9edfd3756e7c\",\n            \"terminateDate\": null,\n            \"liveDate\": 1744617507091,\n            \"contractStartDate\": 1744617507111,\n            \"contractEndDate\": 1747144800000,\n            \"contractTermMonths\": 1,\n            \"autoRenewTerm\": false,\n            \"market\": \"AU\",\n            \"costCentre\": \"IPsecTest\",\n            \"usageAlgorithm\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"virtual\": true,\n            \"buyoutPort\": false,\n            \"crossConnectRequested\": false,\n            \"locked\": true,\n            \"adminLocked\": false,\n            \"vendor\": \"6WIND\",\n            \"mveSize\": \"SMALL\",\n            \"mveLabel\": \"MVE 2/8\",\n            \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n            \"companyName\": \"Megaport Lab\",\n            \"associatedVxcs\": [\n                {\n                    \"productId\": 238374,\n                    \"productUid\": \"3bb11862-c863-4652-a430-910ebf88f80d\",\n                    \"productName\": \"MVE1 vNIC1 to MVE3 vNIC1\",\n                    \"secondaryName\": null,\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 10000,\n                    \"maximumRate\": 10000,\n                    \"distanceBand\": \"METRO\",\n                    \"provisioningStatus\": \"LIVE\",\n                    \"usageAlgorithm\": \"POST_PAID_VARIABLE\",\n                    \"createdBy\": \"a09dbb44-fba2-4e1c-b4f9-9edfd3756e7c\",\n                    \"createDate\": 1744862905245,\n                    \"costCentre\": \"IPsecTest\",\n                    \"resources\": {\n                        \"vll\": {\n                            \"a_vlan\": 3633,\n                            \"b_vlan\": 2744,\n                            \"rate_limit_mbps\": 10000,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 1,\n                            \"shutdown\": false\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": 1744863141185,\n                    \"contractEndDate\": 1747404000000,\n                    \"contractTermMonths\": 1,\n                    \"autoRenewTerm\": false,\n                    \"locked\": false,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": true,\n                    \"shutdown\": false,\n                    \"cancelable\": true,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"1441efaf-6205-4445-bda5-74f0ed9924d6\",\n                        \"productName\": \"IPSecTest\",\n                        \"locationId\": 549,\n                        \"location\": \"Colocity Adelaide DC3\",\n                        \"locationDetail\": {\n                            \"name\": \"Colocity Adelaide DC3\",\n                            \"city\": \"Adelaide\",\n                            \"metro\": \"Adelaide\",\n                            \"country\": \"Australia\"\n                        },\n                        \"vlan\": 3633,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"MVE\",\n                        \"diversityZone\": \"blue\",\n                        \"vNicIndex\": 1\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"a69c48c6-e66c-491b-9cd9-581febaedbdc\",\n                        \"productName\": \"IPsecTestMVE3\",\n                        \"locationId\": 549,\n                        \"location\": \"Colocity Adelaide DC3\",\n                        \"locationDetail\": {\n                            \"name\": \"Colocity Adelaide DC3\",\n                            \"city\": \"Adelaide\",\n                            \"metro\": \"Adelaide\",\n                            \"country\": \"Australia\"\n                        },\n                        \"vlan\": 2744,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"MVE\",\n                        \"diversityZone\": \"blue\",\n                        \"vNicIndex\": 1\n                    }\n                },\n                {\n                    \"productId\": 238375,\n                    \"productUid\": \"4a535175-66d9-4342-8d51-9946419e1802\",\n                    \"productName\": \"MVE2 vNIC1 to MVE3 vNIC2\",\n                    \"secondaryName\": null,\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 10000,\n                    \"maximumRate\": 10000,\n                    \"distanceBand\": \"METRO\",\n                    \"provisioningStatus\": \"LIVE\",\n                    \"usageAlgorithm\": \"POST_PAID_VARIABLE\",\n                    \"createdBy\": \"a09dbb44-fba2-4e1c-b4f9-9edfd3756e7c\",\n                    \"createDate\": 1744863654241,\n                    \"costCentre\": \"IPsecTest\",\n                    \"resources\": {\n                        \"vll\": {\n                            \"a_vlan\": 15,\n                            \"b_vlan\": 736,\n                            \"rate_limit_mbps\": 10000,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 1,\n                            \"shutdown\": false\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": 1744864041647,\n                    \"contractEndDate\": 1747404000000,\n                    \"contractTermMonths\": 1,\n                    \"autoRenewTerm\": false,\n                    \"locked\": false,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": true,\n                    \"shutdown\": false,\n                    \"cancelable\": true,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"b226753c-f453-49bc-9363-48872bce757e\",\n                        \"productName\": \"IPSecTestMVE2\",\n                        \"locationId\": 549,\n                        \"location\": \"Colocity Adelaide DC3\",\n                        \"locationDetail\": {\n                            \"name\": \"Colocity Adelaide DC3\",\n                            \"city\": \"Adelaide\",\n                            \"metro\": \"Adelaide\",\n                            \"country\": \"Australia\"\n                        },\n                        \"vlan\": 15,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"MVE\",\n                        \"diversityZone\": \"blue\",\n                        \"vNicIndex\": 1\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"a69c48c6-e66c-491b-9cd9-581febaedbdc\",\n                        \"productName\": \"IPsecTestMVE3\",\n                        \"locationId\": 549,\n                        \"location\": \"Colocity Adelaide DC3\",\n                        \"locationDetail\": {\n                            \"name\": \"Colocity Adelaide DC3\",\n                            \"city\": \"Adelaide\",\n                            \"metro\": \"Adelaide\",\n                            \"country\": \"Australia\"\n                        },\n                        \"vlan\": 736,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"MVE\",\n                        \"diversityZone\": \"blue\",\n                        \"vNicIndex\": 2\n                    }\n                },\n                {\n                    \"productId\": 237937,\n                    \"productUid\": \"644d9d26-bf5e-49c7-95fc-818716fda823\",\n                    \"productName\": \"IPsecTestMVE3 to Megaport Internet\",\n                    \"secondaryName\": null,\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 1000,\n                    \"maximumRate\": 10000,\n                    \"distanceBand\": \"INTERZONE\",\n                    \"provisioningStatus\": \"LIVE\",\n                    \"usageAlgorithm\": \"POST_PAID_HOURLY_SPEED_LONG_HAUL_VXC\",\n                    \"createdBy\": \"a09dbb44-fba2-4e1c-b4f9-9edfd3756e7c\",\n                    \"createDate\": 1744617448890,\n                    \"costCentre\": \"IPsecTest\",\n                    \"resources\": {\n                        \"csp_connection\": {\n                            \"connectType\": \"TRANSIT\",\n                            \"resource_name\": \"b_csp_connection\",\n                            \"resource_type\": \"csp_connection\",\n                            \"customer_ip4_address\": \"162.43.157.51/31\",\n                            \"customer_ip6_network\": \"2a0a:1800:19:11::/64\",\n                            \"ipv4_gateway_address\": \"162.43.157.50\",\n                            \"ipv6_gateway_address\": \"2a0a:1800:19:11::1\"\n                        },\n                        \"vll\": {\n                            \"a_vlan\": 461,\n                            \"b_vlan\": 461,\n                            \"rate_limit_mbps\": 1000,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 1,\n                            \"shutdown\": false\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": 1744617747109,\n                    \"contractEndDate\": 1747144800000,\n                    \"contractTermMonths\": 1,\n                    \"autoRenewTerm\": false,\n                    \"locked\": true,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": true,\n                    \"shutdown\": false,\n                    \"cancelable\": false,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"a69c48c6-e66c-491b-9cd9-581febaedbdc\",\n                        \"productName\": \"IPsecTestMVE3\",\n                        \"locationId\": 549,\n                        \"location\": \"Colocity Adelaide DC3\",\n                        \"locationDetail\": {\n                            \"name\": \"Colocity Adelaide DC3\",\n                            \"city\": \"Adelaide\",\n                            \"metro\": \"Adelaide\",\n                            \"country\": \"Australia\"\n                        },\n                        \"vlan\": 461,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"MVE\",\n                        \"diversityZone\": \"blue\",\n                        \"vNicIndex\": 0\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n                        \"productUid\": \"0fbbdcfc-1642-4a43-b549-6900f71e7006\",\n                        \"productName\": \"Megaport Internet\",\n                        \"locationId\": 4,\n                        \"location\": \"NextDC M1\",\n                        \"locationDetail\": {\n                            \"name\": \"NextDC M1\",\n                            \"city\": \"Melbourne\",\n                            \"metro\": \"Melbourne\",\n                            \"country\": \"Australia\"\n                        },\n                        \"vlan\": 461,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"TRANSIT\",\n                        \"diversityZone\": \"red\"\n                    }\n                }\n            ],\n            \"associatedIxs\": [],\n            \"attributeTags\": {},\n            \"vnics\": [\n                {\n                    \"vlan\": 461,\n                    \"description\": \"Data Plane\"\n                },\n                {\n                    \"vlan\": 2744,\n                    \"description\": \"vNIC1\"\n                },\n                {\n                    \"vlan\": 736,\n                    \"description\": \"vNIC2\"\n                },\n                {\n                    \"vlan\": 1825,\n                    \"description\": \"vNIC3\"\n                }\n            ],\n            \"resources\": {\n                \"virtual_machine\": [\n                    {\n                        \"cpu_count\": 2,\n                        \"id\": 0,\n                        \"image\": {\n                            \"id\": 99,\n                            \"vendor\": \"6WIND\",\n                            \"product\": \"VSR\",\n                            \"version\": \"3.8.11\"\n                        },\n                        \"resource_type\": \"virtual_machine\",\n                        \"up\": true,\n                        \"vnics\": [\n                            {\n                                \"vlan\": 461,\n                                \"description\": \"Data Plane\"\n                            },\n                            {\n                                \"vlan\": 2744,\n                                \"description\": \"vNIC1\"\n                            },\n                            {\n                                \"vlan\": 736,\n                                \"description\": \"vNIC2\"\n                            },\n                            {\n                                \"vlan\": 1825,\n                                \"description\": \"vNIC3\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            \"diversityZone\": \"blue\",\n            \"up\": true,\n            \"addOns\": null,\n            \"cancelable\": false\n        },\n        {\n            \"productId\": 239262,\n            \"productUid\": \"3905bda6-c56a-4df2-8200-9874d761594c\",\n            \"productName\": \"chidoshawnbisi\",\n            \"secondaryName\": null,\n            \"productType\": \"MVE\",\n            \"provisioningStatus\": \"LIVE\",\n            \"portSpeed\": null,\n            \"maxVxcSpeed\": 10000,\n            \"locationId\": 657,\n            \"locationDetail\": {\n                \"name\": \"365 Data Centers Aurora\",\n                \"city\": \"Denver\",\n                \"metro\": \"Denver\",\n                \"country\": \"USA\"\n            },\n            \"lagPrimary\": false,\n            \"lagId\": null,\n            \"aggregationId\": null,\n            \"createDate\": 1745618472905,\n            \"createdBy\": \"e8d61a30-4d81-4424-8688-9a37db5abb57\",\n            \"terminateDate\": null,\n            \"liveDate\": 1745618587739,\n            \"contractStartDate\": 1745618587754,\n            \"contractEndDate\": 1748181600000,\n            \"contractTermMonths\": 1,\n            \"autoRenewTerm\": false,\n            \"market\": \"US\",\n            \"usageAlgorithm\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"virtual\": true,\n            \"buyoutPort\": false,\n            \"crossConnectRequested\": false,\n            \"locked\": true,\n            \"adminLocked\": false,\n            \"vendor\": \"PALO_ALTO\",\n            \"mveSize\": \"SMALL\",\n            \"mveLabel\": \"MVE 2/8\",\n            \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n            \"companyName\": \"Megaport Lab\",\n            \"associatedVxcs\": [\n                {\n                    \"productId\": 239265,\n                    \"productUid\": \"e4b9e3ff-8a9e-4b5d-a46c-b5663b1eee37\",\n                    \"productName\": \"chidoshawnbisi to Megaport Internet\",\n                    \"secondaryName\": null,\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 20,\n                    \"maximumRate\": 10000,\n                    \"distanceBand\": \"METRO\",\n                    \"provisioningStatus\": \"LIVE\",\n                    \"usageAlgorithm\": \"POST_PAID_HOURLY_NORMALISED_SPEED\",\n                    \"createdBy\": \"e8d61a30-4d81-4424-8688-9a37db5abb57\",\n                    \"createDate\": 1745618735547,\n                    \"resources\": {\n                        \"csp_connection\": {\n                            \"connectType\": \"TRANSIT\",\n                            \"resource_name\": \"b_csp_connection\",\n                            \"resource_type\": \"csp_connection\",\n                            \"customer_ip4_address\": \"162.43.152.19/31\",\n                            \"customer_ip6_network\": \"2a0a:1800:14:9::/64\",\n                            \"ipv4_gateway_address\": \"162.43.152.18\",\n                            \"ipv6_gateway_address\": \"2a0a:1800:14:9::1\"\n                        },\n                        \"vll\": {\n                            \"a_vlan\": 285,\n                            \"b_vlan\": 285,\n                            \"rate_limit_mbps\": 20,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 1,\n                            \"shutdown\": false\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": 1745619147769,\n                    \"contractEndDate\": 1777125600000,\n                    \"contractTermMonths\": 12,\n                    \"autoRenewTerm\": true,\n                    \"locked\": true,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": true,\n                    \"shutdown\": false,\n                    \"termSpeed\": 20,\n                    \"cancelable\": false,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"3905bda6-c56a-4df2-8200-9874d761594c\",\n                        \"productName\": \"chidoshawnbisi\",\n                        \"locationId\": 657,\n                        \"location\": \"365 Data Centers Aurora\",\n                        \"locationDetail\": {\n                            \"name\": \"365 Data Centers Aurora\",\n                            \"city\": \"Denver\",\n                            \"metro\": \"Denver\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 285,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"MVE\",\n                        \"diversityZone\": \"blue\",\n                        \"vNicIndex\": 0\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n                        \"productUid\": \"b1874ba7-bdf8-4619-9e7e-381b0af69bc8\",\n                        \"productName\": \"Megaport Internet\",\n                        \"locationId\": 320,\n                        \"location\": \"CoreSite DE1\",\n                        \"locationDetail\": {\n                            \"name\": \"CoreSite DE1\",\n                            \"city\": \"Denver\",\n                            \"metro\": \"Denver\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 285,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"TRANSIT\",\n                        \"diversityZone\": \"red\"\n                    }\n                }\n            ],\n            \"associatedIxs\": [],\n            \"attributeTags\": {},\n            \"vnics\": [\n                {\n                    \"vlan\": 285,\n                    \"description\": \"Management Plane\"\n                },\n                {\n                    \"vlan\": 1365,\n                    \"description\": \"Data Plane\"\n                }\n            ],\n            \"resources\": {\n                \"virtual_machine\": [\n                    {\n                        \"cpu_count\": 2,\n                        \"id\": 0,\n                        \"image\": {\n                            \"id\": 66,\n                            \"vendor\": \"Palo Alto\",\n                            \"product\": \"VM-Series\",\n                            \"version\": \"11.1.2-h3\"\n                        },\n                        \"resource_type\": \"virtual_machine\",\n                        \"up\": true,\n                        \"vnics\": [\n                            {\n                                \"vlan\": 285,\n                                \"description\": \"Management Plane\"\n                            },\n                            {\n                                \"vlan\": 1365,\n                                \"description\": \"Data Plane\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            \"diversityZone\": \"blue\",\n            \"up\": true,\n            \"addOns\": null,\n            \"cancelable\": false\n        },\n        {\n            \"productId\": 240669,\n            \"productUid\": \"b649ae5b-57fb-47e2-b0f4-a4ab36789dcc\",\n            \"productName\": \"OPS-6768\",\n            \"secondaryName\": null,\n            \"productType\": \"MVE\",\n            \"provisioningStatus\": \"LIVE\",\n            \"portSpeed\": null,\n            \"maxVxcSpeed\": 10000,\n            \"locationId\": 69,\n            \"locationDetail\": {\n                \"name\": \"Equinix CH4\",\n                \"city\": \"Chicago\",\n                \"metro\": \"Chicago\",\n                \"country\": \"USA\"\n            },\n            \"lagPrimary\": false,\n            \"lagId\": null,\n            \"aggregationId\": null,\n            \"createDate\": 1746671107995,\n            \"createdBy\": \"19e088fd-0044-420a-b9d2-9c181ff4fb94\",\n            \"terminateDate\": null,\n            \"liveDate\": 1747871889265,\n            \"contractStartDate\": 1747871889281,\n            \"contractEndDate\": 1778162400000,\n            \"contractTermMonths\": 12,\n            \"autoRenewTerm\": true,\n            \"market\": \"US\",\n            \"costCentre\": \"\",\n            \"usageAlgorithm\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"virtual\": true,\n            \"buyoutPort\": false,\n            \"crossConnectRequested\": false,\n            \"locked\": true,\n            \"adminLocked\": false,\n            \"vendor\": \"CISCO\",\n            \"mveSize\": \"SMALL\",\n            \"mveLabel\": \"MVE 2/8\",\n            \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n            \"companyName\": \"Megaport Lab\",\n            \"associatedVxcs\": [],\n            \"associatedIxs\": [],\n            \"attributeTags\": {},\n            \"vnics\": [\n                {\n                    \"vlan\": 190,\n                    \"description\": \"Data Plane\"\n                }\n            ],\n            \"resources\": {\n                \"virtual_machine\": [\n                    {\n                        \"cpu_count\": 24,\n                        \"id\": 0,\n                        \"image\": {\n                            \"id\": 92,\n                            \"vendor\": \"Cisco\",\n                            \"product\": \"C8000\",\n                            \"version\": \"17.16.01a\"\n                        },\n                        \"resource_type\": \"virtual_machine\",\n                        \"up\": true,\n                        \"vnics\": [\n                            {\n                                \"vlan\": 190,\n                                \"description\": \"Data Plane\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            \"diversityZone\": \"blue\",\n            \"up\": true,\n            \"addOns\": null,\n            \"cancelable\": false\n        },\n        {\n            \"productId\": 241007,\n            \"productUid\": \"52d0b6f9-b1a9-41d1-ac7b-f9b54c6f8390\",\n            \"productName\": \"MVE | Smokep | NSS2-39941 | nyc-tx1 <> mia-vzn\",\n            \"secondaryName\": null,\n            \"productType\": \"MVE\",\n            \"provisioningStatus\": \"LIVE\",\n            \"portSpeed\": null,\n            \"maxVxcSpeed\": 10000,\n            \"locationId\": 234,\n            \"locationDetail\": {\n                \"name\": \"Equinix MI1\",\n                \"city\": \"Miami\",\n                \"metro\": \"Miami\",\n                \"country\": \"USA\"\n            },\n            \"lagPrimary\": false,\n            \"lagId\": null,\n            \"aggregationId\": null,\n            \"createDate\": 1746833694850,\n            \"createdBy\": \"2122c795-4398-4b02-af59-24441e5a6b73\",\n            \"terminateDate\": null,\n            \"liveDate\": 1746833713528,\n            \"contractStartDate\": 1746833713548,\n            \"contractEndDate\": 1749477600000,\n            \"contractTermMonths\": 1,\n            \"autoRenewTerm\": false,\n            \"market\": \"US\",\n            \"usageAlgorithm\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"virtual\": true,\n            \"buyoutPort\": false,\n            \"crossConnectRequested\": false,\n            \"locked\": true,\n            \"adminLocked\": false,\n            \"vendor\": \"CISCO\",\n            \"mveSize\": \"SMALL\",\n            \"mveLabel\": \"MVE 2/8\",\n            \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n            \"companyName\": \"Megaport Lab\",\n            \"associatedVxcs\": [\n                {\n                    \"productId\": 241014,\n                    \"productUid\": \"fd161a47-9ec9-4ee5-a551-ed8a44857d4c\",\n                    \"productName\": \"VXC | NSS2-39941 | nyc-tx1 <> mia-vzn\",\n                    \"secondaryName\": null,\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 1000,\n                    \"maximumRate\": 10000,\n                    \"distanceBand\": \"ZONE\",\n                    \"provisioningStatus\": \"LIVE\",\n                    \"usageAlgorithm\": \"POST_PAID_HOURLY_SPEED_LONG_HAUL_VXC\",\n                    \"createdBy\": \"2122c795-4398-4b02-af59-24441e5a6b73\",\n                    \"createDate\": 1746837509676,\n                    \"resources\": {\n                        \"vll\": {\n                            \"a_vlan\": 271,\n                            \"b_vlan\": 2274,\n                            \"a_inner_vlan\": 1718,\n                            \"b_inner_vlan\": 1718,\n                            \"rate_limit_mbps\": 1000,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 1,\n                            \"shutdown\": false,\n                            \"ainnerVlan\": 1718,\n                            \"binnerVlan\": 1718\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": 1746837746792,\n                    \"contractEndDate\": 1749477600000,\n                    \"contractTermMonths\": 1,\n                    \"autoRenewTerm\": false,\n                    \"locked\": true,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": true,\n                    \"shutdown\": false,\n                    \"cancelable\": false,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"52d0b6f9-b1a9-41d1-ac7b-f9b54c6f8390\",\n                        \"productName\": \"MVE | Smokep | NSS2-39941 | nyc-tx1 <> mia-vzn\",\n                        \"locationId\": 234,\n                        \"location\": \"Equinix MI1\",\n                        \"locationDetail\": {\n                            \"name\": \"Equinix MI1\",\n                            \"city\": \"Miami\",\n                            \"metro\": \"Miami\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 271,\n                        \"innerVlan\": 1718,\n                        \"secondaryName\": null,\n                        \"connectType\": \"MVE\",\n                        \"diversityZone\": \"blue\",\n                        \"vNicIndex\": 0\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"ebdba1e7-5748-45b6-9eb9-2732622dcb23\",\n                        \"productName\": \"MVE-B | NSS2-39941 | nyc-tx1 <> mia-vzn\",\n                        \"locationId\": 62,\n                        \"location\": \"Digital Realty New York JFK12 (NYC1)\",\n                        \"locationDetail\": {\n                            \"name\": \"Digital Realty New York JFK12 (NYC1)\",\n                            \"city\": \"New York\",\n                            \"metro\": \"New York\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 2274,\n                        \"innerVlan\": 1718,\n                        \"secondaryName\": null,\n                        \"connectType\": \"MVE\",\n                        \"diversityZone\": \"blue\",\n                        \"vNicIndex\": 0\n                    }\n                },\n                {\n                    \"productId\": 241010,\n                    \"productUid\": \"1eb66e77-f489-4a61-9389-7888b8f51d39\",\n                    \"productName\": \"MVE | Smokep | NSS2-39941 | nyc-tx1 <> mia-vzn to Megaport Internet\",\n                    \"secondaryName\": null,\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 100,\n                    \"maximumRate\": 10000,\n                    \"distanceBand\": \"ZONE\",\n                    \"provisioningStatus\": \"LIVE\",\n                    \"usageAlgorithm\": \"POST_PAID_HOURLY_SPEED_LONG_HAUL_VXC\",\n                    \"createdBy\": \"2122c795-4398-4b02-af59-24441e5a6b73\",\n                    \"createDate\": 1746835732939,\n                    \"resources\": {\n                        \"csp_connection\": {\n                            \"connectType\": \"TRANSIT\",\n                            \"resource_name\": \"b_csp_connection\",\n                            \"resource_type\": \"csp_connection\",\n                            \"customer_ip4_address\": \"162.43.147.131/31\",\n                            \"customer_ip6_network\": \"2a0a:1800:f:1d::/64\",\n                            \"ipv4_gateway_address\": \"162.43.147.130\",\n                            \"ipv6_gateway_address\": \"2a0a:1800:f:1d::1\"\n                        },\n                        \"vll\": {\n                            \"a_vlan\": 271,\n                            \"b_vlan\": 271,\n                            \"rate_limit_mbps\": 100,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 1,\n                            \"shutdown\": false\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": 1746835950760,\n                    \"contractEndDate\": 1749477600000,\n                    \"contractTermMonths\": 1,\n                    \"autoRenewTerm\": false,\n                    \"locked\": true,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": true,\n                    \"shutdown\": false,\n                    \"cancelable\": false,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"52d0b6f9-b1a9-41d1-ac7b-f9b54c6f8390\",\n                        \"productName\": \"MVE | Smokep | NSS2-39941 | nyc-tx1 <> mia-vzn\",\n                        \"locationId\": 234,\n                        \"location\": \"Equinix MI1\",\n                        \"locationDetail\": {\n                            \"name\": \"Equinix MI1\",\n                            \"city\": \"Miami\",\n                            \"metro\": \"Miami\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 271,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"MVE\",\n                        \"diversityZone\": \"blue\",\n                        \"vNicIndex\": 0\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n                        \"productUid\": \"3091048b-22ec-4acc-90ed-62c744df4d8c\",\n                        \"productName\": \"Megaport Internet\",\n                        \"locationId\": 62,\n                        \"location\": \"Digital Realty New York JFK12 (NYC1)\",\n                        \"locationDetail\": {\n                            \"name\": \"Digital Realty New York JFK12 (NYC1)\",\n                            \"city\": \"New York\",\n                            \"metro\": \"New York\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 271,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"TRANSIT\",\n                        \"diversityZone\": \"red\"\n                    }\n                }\n            ],\n            \"associatedIxs\": [],\n            \"attributeTags\": {},\n            \"vnics\": [\n                {\n                    \"vlan\": 271,\n                    \"description\": \"Data Plane\"\n                }\n            ],\n            \"resources\": {\n                \"virtual_machine\": [\n                    {\n                        \"cpu_count\": 2,\n                        \"id\": 0,\n                        \"image\": {\n                            \"id\": 26,\n                            \"vendor\": \"Megaport\",\n                            \"product\": \"Debian\",\n                            \"version\": \"10.12\"\n                        },\n                        \"resource_type\": \"virtual_machine\",\n                        \"up\": true,\n                        \"vnics\": [\n                            {\n                                \"vlan\": 271,\n                                \"description\": \"Data Plane\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            \"diversityZone\": \"blue\",\n            \"up\": true,\n            \"addOns\": null,\n            \"cancelable\": false\n        },\n        {\n            \"productId\": 241008,\n            \"productUid\": \"ebdba1e7-5748-45b6-9eb9-2732622dcb23\",\n            \"productName\": \"MVE-B | NSS2-39941 | nyc-tx1 <> mia-vzn\",\n            \"secondaryName\": null,\n            \"productType\": \"MVE\",\n            \"provisioningStatus\": \"LIVE\",\n            \"portSpeed\": null,\n            \"maxVxcSpeed\": 10000,\n            \"locationId\": 62,\n            \"locationDetail\": {\n                \"name\": \"Digital Realty New York JFK12 (NYC1)\",\n                \"city\": \"New York\",\n                \"metro\": \"New York\",\n                \"country\": \"USA\"\n            },\n            \"lagPrimary\": false,\n            \"lagId\": null,\n            \"aggregationId\": null,\n            \"createDate\": 1746833977760,\n            \"createdBy\": \"2122c795-4398-4b02-af59-24441e5a6b73\",\n            \"terminateDate\": null,\n            \"liveDate\": 1746834024768,\n            \"contractStartDate\": 1746834024783,\n            \"contractEndDate\": 1749477600000,\n            \"contractTermMonths\": 1,\n            \"autoRenewTerm\": false,\n            \"market\": \"US\",\n            \"usageAlgorithm\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"virtual\": true,\n            \"buyoutPort\": false,\n            \"crossConnectRequested\": false,\n            \"locked\": true,\n            \"adminLocked\": false,\n            \"vendor\": \"CISCO\",\n            \"mveSize\": \"SMALL\",\n            \"mveLabel\": \"MVE 2/8\",\n            \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n            \"companyName\": \"Megaport Lab\",\n            \"associatedVxcs\": [\n                {\n                    \"productId\": 241014,\n                    \"productUid\": \"fd161a47-9ec9-4ee5-a551-ed8a44857d4c\",\n                    \"productName\": \"VXC | NSS2-39941 | nyc-tx1 <> mia-vzn\",\n                    \"secondaryName\": null,\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 1000,\n                    \"maximumRate\": 10000,\n                    \"distanceBand\": \"ZONE\",\n                    \"provisioningStatus\": \"LIVE\",\n                    \"usageAlgorithm\": \"POST_PAID_HOURLY_SPEED_LONG_HAUL_VXC\",\n                    \"createdBy\": \"2122c795-4398-4b02-af59-24441e5a6b73\",\n                    \"createDate\": 1746837509676,\n                    \"resources\": {\n                        \"vll\": {\n                            \"a_vlan\": 271,\n                            \"b_vlan\": 2274,\n                            \"a_inner_vlan\": 1718,\n                            \"b_inner_vlan\": 1718,\n                            \"rate_limit_mbps\": 1000,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 1,\n                            \"shutdown\": false,\n                            \"ainnerVlan\": 1718,\n                            \"binnerVlan\": 1718\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": 1746837746792,\n                    \"contractEndDate\": 1749477600000,\n                    \"contractTermMonths\": 1,\n                    \"autoRenewTerm\": false,\n                    \"locked\": true,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": true,\n                    \"shutdown\": false,\n                    \"cancelable\": false,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"52d0b6f9-b1a9-41d1-ac7b-f9b54c6f8390\",\n                        \"productName\": \"MVE | Smokep | NSS2-39941 | nyc-tx1 <> mia-vzn\",\n                        \"locationId\": 234,\n                        \"location\": \"Equinix MI1\",\n                        \"locationDetail\": {\n                            \"name\": \"Equinix MI1\",\n                            \"city\": \"Miami\",\n                            \"metro\": \"Miami\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 271,\n                        \"innerVlan\": 1718,\n                        \"secondaryName\": null,\n                        \"connectType\": \"MVE\",\n                        \"diversityZone\": \"blue\",\n                        \"vNicIndex\": 0\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"ebdba1e7-5748-45b6-9eb9-2732622dcb23\",\n                        \"productName\": \"MVE-B | NSS2-39941 | nyc-tx1 <> mia-vzn\",\n                        \"locationId\": 62,\n                        \"location\": \"Digital Realty New York JFK12 (NYC1)\",\n                        \"locationDetail\": {\n                            \"name\": \"Digital Realty New York JFK12 (NYC1)\",\n                            \"city\": \"New York\",\n                            \"metro\": \"New York\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 2274,\n                        \"innerVlan\": 1718,\n                        \"secondaryName\": null,\n                        \"connectType\": \"MVE\",\n                        \"diversityZone\": \"blue\",\n                        \"vNicIndex\": 0\n                    }\n                },\n                {\n                    \"productId\": 241013,\n                    \"productUid\": \"79942028-a346-4299-9987-2e4d35fc7ec7\",\n                    \"productName\": \"MVE-B | NSS2-39941 | nyc-tx1 <> mia-vzn to Megaport Internet\",\n                    \"secondaryName\": null,\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 100,\n                    \"maximumRate\": 10000,\n                    \"distanceBand\": \"ZONE\",\n                    \"provisioningStatus\": \"LIVE\",\n                    \"usageAlgorithm\": \"POST_PAID_HOURLY_SPEED_LONG_HAUL_VXC\",\n                    \"createdBy\": \"2122c795-4398-4b02-af59-24441e5a6b73\",\n                    \"createDate\": 1746836077706,\n                    \"resources\": {\n                        \"csp_connection\": {\n                            \"connectType\": \"TRANSIT\",\n                            \"resource_name\": \"b_csp_connection\",\n                            \"resource_type\": \"csp_connection\",\n                            \"customer_ip4_address\": \"162.43.158.19/31\",\n                            \"customer_ip6_network\": \"2a0a:1800:1a:9::/64\",\n                            \"ipv4_gateway_address\": \"162.43.158.18\",\n                            \"ipv6_gateway_address\": \"2a0a:1800:1a:9::1\"\n                        },\n                        \"vll\": {\n                            \"a_vlan\": 2274,\n                            \"b_vlan\": 2274,\n                            \"rate_limit_mbps\": 100,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 1,\n                            \"shutdown\": false\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": 1746836544773,\n                    \"contractEndDate\": 1749477600000,\n                    \"contractTermMonths\": 1,\n                    \"autoRenewTerm\": false,\n                    \"locked\": true,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": true,\n                    \"shutdown\": false,\n                    \"cancelable\": false,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"ebdba1e7-5748-45b6-9eb9-2732622dcb23\",\n                        \"productName\": \"MVE-B | NSS2-39941 | nyc-tx1 <> mia-vzn\",\n                        \"locationId\": 62,\n                        \"location\": \"Digital Realty New York JFK12 (NYC1)\",\n                        \"locationDetail\": {\n                            \"name\": \"Digital Realty New York JFK12 (NYC1)\",\n                            \"city\": \"New York\",\n                            \"metro\": \"New York\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 2274,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"MVE\",\n                        \"diversityZone\": \"blue\",\n                        \"vNicIndex\": 0\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n                        \"productUid\": \"54a6b38f-0f4a-4b0a-9c8d-53bf8e87f526\",\n                        \"productName\": \"Megaport Internet\",\n                        \"locationId\": 234,\n                        \"location\": \"Equinix MI1\",\n                        \"locationDetail\": {\n                            \"name\": \"Equinix MI1\",\n                            \"city\": \"Miami\",\n                            \"metro\": \"Miami\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 2274,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"TRANSIT\",\n                        \"diversityZone\": \"blue\"\n                    }\n                }\n            ],\n            \"associatedIxs\": [],\n            \"attributeTags\": {},\n            \"vnics\": [\n                {\n                    \"vlan\": 2274,\n                    \"description\": \"Data Plane\"\n                }\n            ],\n            \"resources\": {\n                \"virtual_machine\": [\n                    {\n                        \"cpu_count\": 2,\n                        \"id\": 0,\n                        \"image\": {\n                            \"id\": 26,\n                            \"vendor\": \"Megaport\",\n                            \"product\": \"Debian\",\n                            \"version\": \"10.12\"\n                        },\n                        \"resource_type\": \"virtual_machine\",\n                        \"up\": true,\n                        \"vnics\": [\n                            {\n                                \"vlan\": 2274,\n                                \"description\": \"Data Plane\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            \"diversityZone\": \"blue\",\n            \"up\": true,\n            \"addOns\": null,\n            \"cancelable\": false\n        },\n        {\n            \"productId\": 243470,\n            \"productUid\": \"6b095b27-53db-4c56-8f01-c7bb127c51d7\",\n            \"productName\": \"OPS-6880_MCR_1\",\n            \"secondaryName\": null,\n            \"productType\": \"MCR2\",\n            \"provisioningStatus\": \"LIVE\",\n            \"portSpeed\": 2500,\n            \"maxVxcSpeed\": 2500,\n            \"locationId\": 64,\n            \"locationDetail\": {\n                \"name\": \"Digital Realty Chicago ORD10 (CHI1)\",\n                \"city\": \"Chicago\",\n                \"metro\": \"Chicago\",\n                \"country\": \"USA\"\n            },\n            \"lagPrimary\": false,\n            \"lagId\": null,\n            \"aggregationId\": null,\n            \"createDate\": 1748624302728,\n            \"createdBy\": \"def4032e-cf6f-4f91-8c77-75c9a73394de\",\n            \"terminateDate\": null,\n            \"liveDate\": 1748624344067,\n            \"contractStartDate\": 1748624344081,\n            \"contractEndDate\": 1780149600000,\n            \"contractTermMonths\": 12,\n            \"autoRenewTerm\": true,\n            \"market\": \"US\",\n            \"usageAlgorithm\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"virtual\": true,\n            \"buyoutPort\": false,\n            \"crossConnectRequested\": false,\n            \"locked\": true,\n            \"adminLocked\": false,\n            \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n            \"companyName\": \"Megaport Lab\",\n            \"associatedVxcs\": [\n                {\n                    \"productId\": 243472,\n                    \"productUid\": \"2a6c16f8-37ac-4e28-8e74-b4bb657e6caa\",\n                    \"productName\": \"OPS-6880_VXC\",\n                    \"secondaryName\": null,\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 300,\n                    \"maximumRate\": 2500,\n                    \"distanceBand\": \"METRO\",\n                    \"provisioningStatus\": \"LIVE\",\n                    \"usageAlgorithm\": \"POST_PAID_VARIABLE\",\n                    \"createdBy\": \"def4032e-cf6f-4f91-8c77-75c9a73394de\",\n                    \"createDate\": 1748624745114,\n                    \"resources\": {\n                        \"csp_connection\": [\n                            {\n                                \"connectType\": \"VROUTER\",\n                                \"resource_name\": \"a_csp_connection\",\n                                \"resource_type\": \"csp_connection\",\n                                \"vlan\": 3550,\n                                \"bgp_peers\": [\n                                    \"10.10.1.2\"\n                                ],\n                                \"bgp_status\": {\n                                    \"10.10.1.2\": 1\n                                },\n                                \"interfaces\": [\n                                    {\n                                        \"bgpConnections\": [\n                                            {\n                                                \"bfdEnabled\": true,\n                                                \"description\": null,\n                                                \"ebgpMultihop\": null,\n                                                \"localAsn\": 65501,\n                                                \"localIpAddress\": \"10.10.1.1\",\n                                                \"medIn\": null,\n                                                \"medOut\": null,\n                                                \"password\": \"Test1\",\n                                                \"peerAsn\": 65502,\n                                                \"peerIpAddress\": \"10.10.1.2\",\n                                                \"peerType\": \"PRIV_CLOUD\",\n                                                \"prefixFilterIn\": null,\n                                                \"prefixFilterOut\": null,\n                                                \"prefixLimit\": null,\n                                                \"shutdown\": false,\n                                                \"importWhitelist\": null,\n                                                \"importBlacklist\": null,\n                                                \"exportWhitelist\": null,\n                                                \"exportBlacklist\": null,\n                                                \"exportPolicy\": null,\n                                                \"denyExportTo\": null,\n                                                \"permitExportTo\": null,\n                                                \"asPathPrependCount\": null\n                                            }\n                                        ],\n                                        \"ipAddresses\": [\n                                            \"10.10.1.1/30\"\n                                        ],\n                                        \"ipMtu\": 1500\n                                    }\n                                ],\n                                \"ip_addresses\": [\n                                    \"10.10.1.1/30\"\n                                ],\n                                \"virtualRouterName\": \"\"\n                            },\n                            {\n                                \"connectType\": \"VROUTER\",\n                                \"resource_name\": \"b_csp_connection\",\n                                \"resource_type\": \"csp_connection\",\n                                \"vlan\": 3875,\n                                \"bgp_peers\": [\n                                    \"10.10.1.1\"\n                                ],\n                                \"bgp_status\": {\n                                    \"10.10.1.1\": 1\n                                },\n                                \"interfaces\": [\n                                    {\n                                        \"bgpConnections\": [\n                                            {\n                                                \"bfdEnabled\": true,\n                                                \"description\": null,\n                                                \"ebgpMultihop\": null,\n                                                \"localAsn\": 65502,\n                                                \"localIpAddress\": \"10.10.1.2\",\n                                                \"medIn\": null,\n                                                \"medOut\": null,\n                                                \"password\": \"Test1\",\n                                                \"peerAsn\": 65501,\n                                                \"peerIpAddress\": \"10.10.1.1\",\n                                                \"peerType\": \"PRIV_CLOUD\",\n                                                \"prefixFilterIn\": null,\n                                                \"prefixFilterOut\": null,\n                                                \"prefixLimit\": null,\n                                                \"shutdown\": false,\n                                                \"importWhitelist\": null,\n                                                \"importBlacklist\": null,\n                                                \"exportWhitelist\": null,\n                                                \"exportBlacklist\": null,\n                                                \"exportPolicy\": null,\n                                                \"denyExportTo\": null,\n                                                \"permitExportTo\": null,\n                                                \"asPathPrependCount\": null\n                                            }\n                                        ],\n                                        \"ipAddresses\": [\n                                            \"10.10.1.2/30\"\n                                        ],\n                                        \"ipMtu\": 1500\n                                    }\n                                ],\n                                \"ip_addresses\": [\n                                    \"10.10.1.2/30\"\n                                ],\n                                \"virtualRouterName\": \"\"\n                            }\n                        ],\n                        \"vll\": {\n                            \"a_vlan\": 3550,\n                            \"b_vlan\": 3875,\n                            \"a_inner_vlan\": 3231,\n                            \"b_inner_vlan\": 3231,\n                            \"rate_limit_mbps\": 300,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 1,\n                            \"shutdown\": false,\n                            \"ainnerVlan\": 3231,\n                            \"binnerVlan\": 3231\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": 1748625144052,\n                    \"contractEndDate\": 1780149600000,\n                    \"contractTermMonths\": 12,\n                    \"autoRenewTerm\": true,\n                    \"locked\": false,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": true,\n                    \"shutdown\": false,\n                    \"termSpeed\": 300,\n                    \"cancelable\": true,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"020bfab8-e848-4461-b99a-a285d9e70446\",\n                        \"productName\": \"OPS-6880_MCR_2\",\n                        \"locationId\": 69,\n                        \"location\": \"Equinix CH4\",\n                        \"locationDetail\": {\n                            \"name\": \"Equinix CH4\",\n                            \"city\": \"Chicago\",\n                            \"metro\": \"Chicago\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 3550,\n                        \"innerVlan\": 3231,\n                        \"secondaryName\": null,\n                        \"connectType\": \"VROUTER\",\n                        \"diversityZone\": \"blue\",\n                        \"vNicIndex\": 1\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"6b095b27-53db-4c56-8f01-c7bb127c51d7\",\n                        \"productName\": \"OPS-6880_MCR_1\",\n                        \"locationId\": 64,\n                        \"location\": \"Digital Realty Chicago ORD10 (CHI1)\",\n                        \"locationDetail\": {\n                            \"name\": \"Digital Realty Chicago ORD10 (CHI1)\",\n                            \"city\": \"Chicago\",\n                            \"metro\": \"Chicago\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 3875,\n                        \"innerVlan\": 3231,\n                        \"secondaryName\": null,\n                        \"connectType\": \"VROUTER\",\n                        \"diversityZone\": \"blue\",\n                        \"vNicIndex\": 0\n                    }\n                }\n            ],\n            \"associatedIxs\": [],\n            \"attributeTags\": {},\n            \"resources\": {\n                \"virtual_router\": {\n                    \"mcrAsn\": 133937,\n                    \"resource_name\": \"virtual_router\",\n                    \"resource_type\": \"virtual_router\",\n                    \"speed\": 2500,\n                    \"bgpShutdownDefault\": false\n                }\n            },\n            \"diversityZone\": \"blue\",\n            \"up\": true,\n            \"addOns\": null,\n            \"cancelable\": false\n        },\n        {\n            \"productId\": 243471,\n            \"productUid\": \"020bfab8-e848-4461-b99a-a285d9e70446\",\n            \"productName\": \"OPS-6880_MCR_2\",\n            \"secondaryName\": null,\n            \"productType\": \"MCR2\",\n            \"provisioningStatus\": \"LIVE\",\n            \"portSpeed\": 2500,\n            \"maxVxcSpeed\": 2500,\n            \"locationId\": 69,\n            \"locationDetail\": {\n                \"name\": \"Equinix CH4\",\n                \"city\": \"Chicago\",\n                \"metro\": \"Chicago\",\n                \"country\": \"USA\"\n            },\n            \"lagPrimary\": false,\n            \"lagId\": null,\n            \"aggregationId\": null,\n            \"createDate\": 1748624376802,\n            \"createdBy\": \"def4032e-cf6f-4f91-8c77-75c9a73394de\",\n            \"terminateDate\": null,\n            \"liveDate\": 1748624406302,\n            \"contractStartDate\": 1748624406320,\n            \"contractEndDate\": 1780149600000,\n            \"contractTermMonths\": 12,\n            \"autoRenewTerm\": true,\n            \"market\": \"US\",\n            \"usageAlgorithm\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"virtual\": true,\n            \"buyoutPort\": false,\n            \"crossConnectRequested\": false,\n            \"locked\": true,\n            \"adminLocked\": false,\n            \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n            \"companyName\": \"Megaport Lab\",\n            \"associatedVxcs\": [\n                {\n                    \"productId\": 243472,\n                    \"productUid\": \"2a6c16f8-37ac-4e28-8e74-b4bb657e6caa\",\n                    \"productName\": \"OPS-6880_VXC\",\n                    \"secondaryName\": null,\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 300,\n                    \"maximumRate\": 2500,\n                    \"distanceBand\": \"METRO\",\n                    \"provisioningStatus\": \"LIVE\",\n                    \"usageAlgorithm\": \"POST_PAID_VARIABLE\",\n                    \"createdBy\": \"def4032e-cf6f-4f91-8c77-75c9a73394de\",\n                    \"createDate\": 1748624745114,\n                    \"resources\": {\n                        \"csp_connection\": [\n                            {\n                                \"connectType\": \"VROUTER\",\n                                \"resource_name\": \"a_csp_connection\",\n                                \"resource_type\": \"csp_connection\",\n                                \"vlan\": 3550,\n                                \"bgp_peers\": [\n                                    \"10.10.1.2\"\n                                ],\n                                \"bgp_status\": {\n                                    \"10.10.1.2\": 1\n                                },\n                                \"interfaces\": [\n                                    {\n                                        \"bgpConnections\": [\n                                            {\n                                                \"bfdEnabled\": true,\n                                                \"description\": null,\n                                                \"ebgpMultihop\": null,\n                                                \"localAsn\": 65501,\n                                                \"localIpAddress\": \"10.10.1.1\",\n                                                \"medIn\": null,\n                                                \"medOut\": null,\n                                                \"password\": \"Test1\",\n                                                \"peerAsn\": 65502,\n                                                \"peerIpAddress\": \"10.10.1.2\",\n                                                \"peerType\": \"PRIV_CLOUD\",\n                                                \"prefixFilterIn\": null,\n                                                \"prefixFilterOut\": null,\n                                                \"prefixLimit\": null,\n                                                \"shutdown\": false,\n                                                \"importWhitelist\": null,\n                                                \"importBlacklist\": null,\n                                                \"exportWhitelist\": null,\n                                                \"exportBlacklist\": null,\n                                                \"exportPolicy\": null,\n                                                \"denyExportTo\": null,\n                                                \"permitExportTo\": null,\n                                                \"asPathPrependCount\": null\n                                            }\n                                        ],\n                                        \"ipAddresses\": [\n                                            \"10.10.1.1/30\"\n                                        ],\n                                        \"ipMtu\": 1500\n                                    }\n                                ],\n                                \"ip_addresses\": [\n                                    \"10.10.1.1/30\"\n                                ],\n                                \"virtualRouterName\": \"\"\n                            },\n                            {\n                                \"connectType\": \"VROUTER\",\n                                \"resource_name\": \"b_csp_connection\",\n                                \"resource_type\": \"csp_connection\",\n                                \"vlan\": 3875,\n                                \"bgp_peers\": [\n                                    \"10.10.1.1\"\n                                ],\n                                \"bgp_status\": {\n                                    \"10.10.1.1\": 1\n                                },\n                                \"interfaces\": [\n                                    {\n                                        \"bgpConnections\": [\n                                            {\n                                                \"bfdEnabled\": true,\n                                                \"description\": null,\n                                                \"ebgpMultihop\": null,\n                                                \"localAsn\": 65502,\n                                                \"localIpAddress\": \"10.10.1.2\",\n                                                \"medIn\": null,\n                                                \"medOut\": null,\n                                                \"password\": \"Test1\",\n                                                \"peerAsn\": 65501,\n                                                \"peerIpAddress\": \"10.10.1.1\",\n                                                \"peerType\": \"PRIV_CLOUD\",\n                                                \"prefixFilterIn\": null,\n                                                \"prefixFilterOut\": null,\n                                                \"prefixLimit\": null,\n                                                \"shutdown\": false,\n                                                \"importWhitelist\": null,\n                                                \"importBlacklist\": null,\n                                                \"exportWhitelist\": null,\n                                                \"exportBlacklist\": null,\n                                                \"exportPolicy\": null,\n                                                \"denyExportTo\": null,\n                                                \"permitExportTo\": null,\n                                                \"asPathPrependCount\": null\n                                            }\n                                        ],\n                                        \"ipAddresses\": [\n                                            \"10.10.1.2/30\"\n                                        ],\n                                        \"ipMtu\": 1500\n                                    }\n                                ],\n                                \"ip_addresses\": [\n                                    \"10.10.1.2/30\"\n                                ],\n                                \"virtualRouterName\": \"\"\n                            }\n                        ],\n                        \"vll\": {\n                            \"a_vlan\": 3550,\n                            \"b_vlan\": 3875,\n                            \"a_inner_vlan\": 3231,\n                            \"b_inner_vlan\": 3231,\n                            \"rate_limit_mbps\": 300,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 1,\n                            \"shutdown\": false,\n                            \"ainnerVlan\": 3231,\n                            \"binnerVlan\": 3231\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": 1748625144052,\n                    \"contractEndDate\": 1780149600000,\n                    \"contractTermMonths\": 12,\n                    \"autoRenewTerm\": true,\n                    \"locked\": false,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": true,\n                    \"shutdown\": false,\n                    \"termSpeed\": 300,\n                    \"cancelable\": true,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"020bfab8-e848-4461-b99a-a285d9e70446\",\n                        \"productName\": \"OPS-6880_MCR_2\",\n                        \"locationId\": 69,\n                        \"location\": \"Equinix CH4\",\n                        \"locationDetail\": {\n                            \"name\": \"Equinix CH4\",\n                            \"city\": \"Chicago\",\n                            \"metro\": \"Chicago\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 3550,\n                        \"innerVlan\": 3231,\n                        \"secondaryName\": null,\n                        \"connectType\": \"VROUTER\",\n                        \"diversityZone\": \"blue\",\n                        \"vNicIndex\": 1\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"6b095b27-53db-4c56-8f01-c7bb127c51d7\",\n                        \"productName\": \"OPS-6880_MCR_1\",\n                        \"locationId\": 64,\n                        \"location\": \"Digital Realty Chicago ORD10 (CHI1)\",\n                        \"locationDetail\": {\n                            \"name\": \"Digital Realty Chicago ORD10 (CHI1)\",\n                            \"city\": \"Chicago\",\n                            \"metro\": \"Chicago\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 3875,\n                        \"innerVlan\": 3231,\n                        \"secondaryName\": null,\n                        \"connectType\": \"VROUTER\",\n                        \"diversityZone\": \"blue\",\n                        \"vNicIndex\": 0\n                    }\n                }\n            ],\n            \"associatedIxs\": [],\n            \"attributeTags\": {},\n            \"resources\": {\n                \"virtual_router\": {\n                    \"mcrAsn\": 133937,\n                    \"resource_name\": \"virtual_router\",\n                    \"resource_type\": \"virtual_router\",\n                    \"speed\": 2500,\n                    \"bgpShutdownDefault\": false\n                }\n            },\n            \"diversityZone\": \"blue\",\n            \"up\": true,\n            \"addOns\": null,\n            \"cancelable\": false\n        },\n        {\n            \"productId\": 249240,\n            \"productUid\": \"fa3352b9-f68b-4a3e-aabb-70539efbb1ee\",\n            \"productName\": \"ipseclogtest1\",\n            \"secondaryName\": null,\n            \"productType\": \"MCR2\",\n            \"provisioningStatus\": \"LIVE\",\n            \"portSpeed\": 5000,\n            \"maxVxcSpeed\": 5000,\n            \"locationId\": 549,\n            \"locationDetail\": {\n                \"name\": \"Colocity Adelaide DC3\",\n                \"city\": \"Adelaide\",\n                \"metro\": \"Adelaide\",\n                \"country\": \"Australia\"\n            },\n            \"lagPrimary\": false,\n            \"lagId\": null,\n            \"aggregationId\": null,\n            \"createDate\": 1752547910951,\n            \"createdBy\": \"a09dbb44-fba2-4e1c-b4f9-9edfd3756e7c\",\n            \"terminateDate\": null,\n            \"liveDate\": 1752548047575,\n            \"contractStartDate\": 1752548047596,\n            \"contractEndDate\": 1784037600000,\n            \"contractTermMonths\": 12,\n            \"autoRenewTerm\": true,\n            \"market\": \"AU\",\n            \"costCentre\": \"ipseclogtest1\",\n            \"usageAlgorithm\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"virtual\": true,\n            \"buyoutPort\": false,\n            \"crossConnectRequested\": false,\n            \"locked\": true,\n            \"adminLocked\": false,\n            \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n            \"companyName\": \"Megaport Lab\",\n            \"associatedVxcs\": [\n                {\n                    \"productId\": 249299,\n                    \"productUid\": \"f77f2b3f-f9a2-4514-a72d-f72d2994b3a8\",\n                    \"productName\": \"ipseclogtest1 to ipseclogtest2\",\n                    \"secondaryName\": null,\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 1000,\n                    \"maximumRate\": 1000,\n                    \"distanceBand\": \"METRO\",\n                    \"provisioningStatus\": \"LIVE\",\n                    \"usageAlgorithm\": \"POST_PAID_VARIABLE\",\n                    \"createdBy\": \"a09dbb44-fba2-4e1c-b4f9-9edfd3756e7c\",\n                    \"createDate\": 1752588404000,\n                    \"costCentre\": \"ipseclogtest\",\n                    \"resources\": {\n                        \"csp_connection\": [\n                            {\n                                \"connectType\": \"VROUTER\",\n                                \"resource_name\": \"a_csp_connection\",\n                                \"resource_type\": \"csp_connection\",\n                                \"vlan\": 3919,\n                                \"interfaces\": [\n                                    {\n                                        \"ipAddresses\": [\n                                            \"10.10.10.1/30\"\n                                        ],\n                                        \"ipMtu\": 1500,\n                                        \"ipRoutes\": [\n                                            {\n                                                \"description\": null,\n                                                \"nextHop\": \"10.10.10.2\",\n                                                \"prefix\": \"10.100.101.0/24\"\n                                            }\n                                        ],\n                                        \"description\": \"VXCfrom1to2\"\n                                    },\n                                    {\n                                        \"ipAddresses\": [\n                                            \"172.17.18.1/30\",\n                                            \"dead:beef:cafe::1/126\"\n                                        ],\n                                        \"ipMtu\": 1404,\n                                        \"ipRoutes\": [\n                                            {\n                                                \"description\": null,\n                                                \"nextHop\": \"172.17.18.2\",\n                                                \"prefix\": \"10.100.1.0/24\"\n                                            }\n                                        ],\n                                        \"interfaceType\": \"ipSecTunnel\",\n                                        \"ipSecTunnelOptions\": {\n                                            \"sourceIpAddress\": \"10.10.10.1\",\n                                            \"destinationIpAddress\": \"10.10.10.2\",\n                                            \"preSharedKey\": \"27210a4f36284c61b518d3799db1fcaca3ff042f152a4361d70de5e95e85a147\",\n                                            \"passive\": true,\n                                            \"phase1Lifetime\": 900,\n                                            \"phase2Lifetime\": 300\n                                        },\n                                        \"description\": \"TUN1at1\"\n                                    }\n                                ],\n                                \"ip_addresses\": [\n                                    \"10.10.10.1/30\",\n                                    \"172.17.18.1/30\",\n                                    \"dead:beef:cafe::1/126\"\n                                ],\n                                \"virtualRouterName\": \"\"\n                            },\n                            {\n                                \"connectType\": \"VROUTER\",\n                                \"resource_name\": \"b_csp_connection\",\n                                \"resource_type\": \"csp_connection\",\n                                \"vlan\": 3276,\n                                \"interfaces\": [\n                                    {\n                                        \"ipAddresses\": [\n                                            \"10.10.10.2/30\"\n                                        ],\n                                        \"ipMtu\": 1500,\n                                        \"description\": \"ipseclogtest2\"\n                                    },\n                                    {\n                                        \"ipAddresses\": [\n                                            \"dead:beef:cafe::2/126\",\n                                            \"172.17.18.254/24\"\n                                        ],\n                                        \"ipMtu\": 1404,\n                                        \"interfaceType\": \"ipSecTunnel\",\n                                        \"ipSecTunnelOptions\": {\n                                            \"sourceIpAddress\": \"10.10.10.2\",\n                                            \"destinationIpAddress\": \"10.10.10.1\",\n                                            \"preSharedKey\": \"27210a4f36284c61b518d3799db1fcaca3ff042f152a4361d70de5e95e85a147\",\n                                            \"passive\": false,\n                                            \"phase1Lifetime\": 1800,\n                                            \"phase2Lifetime\": 300\n                                        },\n                                        \"description\": \"TUN1at2\"\n                                    }\n                                ],\n                                \"ip_addresses\": [\n                                    \"10.10.10.2/30\",\n                                    \"dead:beef:cafe::2/126\",\n                                    \"172.17.18.254/24\"\n                                ],\n                                \"virtualRouterName\": \"\"\n                            }\n                        ],\n                        \"vll\": {\n                            \"a_vlan\": 3919,\n                            \"b_vlan\": 3276,\n                            \"a_inner_vlan\": 2735,\n                            \"b_inner_vlan\": 2735,\n                            \"rate_limit_mbps\": 1000,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 1,\n                            \"shutdown\": false,\n                            \"ainnerVlan\": 2735,\n                            \"binnerVlan\": 2735\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": 1752588748560,\n                    \"contractEndDate\": 1784124000000,\n                    \"contractTermMonths\": 12,\n                    \"autoRenewTerm\": true,\n                    \"locked\": false,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": true,\n                    \"shutdown\": false,\n                    \"termSpeed\": 1000,\n                    \"cancelable\": true,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"fa3352b9-f68b-4a3e-aabb-70539efbb1ee\",\n                        \"productName\": \"ipseclogtest1\",\n                        \"locationId\": 549,\n                        \"location\": \"Colocity Adelaide DC3\",\n                        \"locationDetail\": {\n                            \"name\": \"Colocity Adelaide DC3\",\n                            \"city\": \"Adelaide\",\n                            \"metro\": \"Adelaide\",\n                            \"country\": \"Australia\"\n                        },\n                        \"vlan\": 3919,\n                        \"innerVlan\": 2735,\n                        \"secondaryName\": null,\n                        \"connectType\": \"VROUTER\",\n                        \"diversityZone\": \"blue\",\n                        \"vNicIndex\": 0\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"e3f31259-6f0e-41ca-bca8-3e273d3574d8\",\n                        \"productName\": \"ipseclogtest2\",\n                        \"locationId\": 549,\n                        \"location\": \"Colocity Adelaide DC3\",\n                        \"locationDetail\": {\n                            \"name\": \"Colocity Adelaide DC3\",\n                            \"city\": \"Adelaide\",\n                            \"metro\": \"Adelaide\",\n                            \"country\": \"Australia\"\n                        },\n                        \"vlan\": 3276,\n                        \"innerVlan\": 2735,\n                        \"secondaryName\": null,\n                        \"connectType\": \"VROUTER\",\n                        \"diversityZone\": \"blue\",\n                        \"vNicIndex\": 1\n                    }\n                },\n                {\n                    \"productId\": 249241,\n                    \"productUid\": \"a38d8981-20bd-4164-a109-aca79b501e40\",\n                    \"productName\": \"ipseclogtest1 to Megaport Internet\",\n                    \"secondaryName\": null,\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 1000,\n                    \"maximumRate\": 5000,\n                    \"distanceBand\": \"INTERZONE\",\n                    \"provisioningStatus\": \"LIVE\",\n                    \"usageAlgorithm\": \"POST_PAID_HOURLY_SPEED_LONG_HAUL_VXC\",\n                    \"createdBy\": \"a09dbb44-fba2-4e1c-b4f9-9edfd3756e7c\",\n                    \"createDate\": 1752547911873,\n                    \"resources\": {\n                        \"csp_connection\": [\n                            {\n                                \"connectType\": \"VROUTER\",\n                                \"resource_name\": \"a_csp_connection\",\n                                \"resource_type\": \"csp_connection\",\n                                \"vlan\": 3919,\n                                \"interfaces\": [\n                                    {\n                                        \"ipAddresses\": [\n                                            \"162.43.157.129/31\",\n                                            \"2a0a:1800:19:30::2/64\"\n                                        ],\n                                        \"natIpAddresses\": [\n                                            \"162.43.157.129\"\n                                        ],\n                                        \"ipMtu\": 1500,\n                                        \"ipRoutes\": [\n                                            {\n                                                \"description\": \"IPv4 Default Route\",\n                                                \"nextHop\": \"162.43.157.128\",\n                                                \"prefix\": \"0.0.0.0/0\"\n                                            },\n                                            {\n                                                \"description\": \"IPv6 Default Route\",\n                                                \"nextHop\": \"2a0a:1800:19:30::1\",\n                                                \"prefix\": \"::/0\"\n                                            }\n                                        ]\n                                    }\n                                ],\n                                \"ip_addresses\": [\n                                    \"162.43.157.129/31\",\n                                    \"2a0a:1800:19:30::2/64\"\n                                ],\n                                \"virtualRouterName\": \"\"\n                            },\n                            {\n                                \"connectType\": \"TRANSIT\",\n                                \"resource_name\": \"b_csp_connection\",\n                                \"resource_type\": \"csp_connection\",\n                                \"customer_ip4_address\": \"162.43.157.129/31\",\n                                \"customer_ip6_network\": \"2a0a:1800:19:30::/64\",\n                                \"ipv4_gateway_address\": \"162.43.157.128\",\n                                \"ipv6_gateway_address\": \"2a0a:1800:19:30::1\"\n                            }\n                        ],\n                        \"vll\": {\n                            \"a_vlan\": 3919,\n                            \"b_vlan\": 3919,\n                            \"a_inner_vlan\": 3290,\n                            \"rate_limit_mbps\": 1000,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 1,\n                            \"shutdown\": false,\n                            \"ainnerVlan\": 3290\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": 1752548567600,\n                    \"contractEndDate\": 1784037600000,\n                    \"contractTermMonths\": 12,\n                    \"autoRenewTerm\": true,\n                    \"locked\": false,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": true,\n                    \"shutdown\": false,\n                    \"termSpeed\": 1000,\n                    \"cancelable\": true,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"fa3352b9-f68b-4a3e-aabb-70539efbb1ee\",\n                        \"productName\": \"ipseclogtest1\",\n                        \"locationId\": 549,\n                        \"location\": \"Colocity Adelaide DC3\",\n                        \"locationDetail\": {\n                            \"name\": \"Colocity Adelaide DC3\",\n                            \"city\": \"Adelaide\",\n                            \"metro\": \"Adelaide\",\n                            \"country\": \"Australia\"\n                        },\n                        \"vlan\": 3919,\n                        \"innerVlan\": 3290,\n                        \"secondaryName\": null,\n                        \"connectType\": \"VROUTER\",\n                        \"diversityZone\": \"blue\",\n                        \"vNicIndex\": 0\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n                        \"productUid\": \"0fbbdcfc-1642-4a43-b549-6900f71e7006\",\n                        \"productName\": \"Megaport Internet\",\n                        \"locationId\": 4,\n                        \"location\": \"NextDC M1\",\n                        \"locationDetail\": {\n                            \"name\": \"NextDC M1\",\n                            \"city\": \"Melbourne\",\n                            \"metro\": \"Melbourne\",\n                            \"country\": \"Australia\"\n                        },\n                        \"vlan\": 3919,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"TRANSIT\",\n                        \"diversityZone\": \"red\"\n                    }\n                }\n            ],\n            \"associatedIxs\": [],\n            \"attributeTags\": {},\n            \"resources\": {\n                \"virtual_router\": {\n                    \"mcrAsn\": 133937,\n                    \"resource_name\": \"virtual_router\",\n                    \"resource_type\": \"virtual_router\",\n                    \"speed\": 5000,\n                    \"bgpShutdownDefault\": true\n                }\n            },\n            \"diversityZone\": \"blue\",\n            \"up\": true,\n            \"addOns\": [\n                {\n                    \"addOnUid\": \"4a12deb5-2361-4b2a-a4ad-3c343ff60168\",\n                    \"tunnelCount\": 10,\n                    \"addOnType\": \"IP_SEC\"\n                }\n            ],\n            \"cancelable\": false\n        },\n        {\n            \"productId\": 249242,\n            \"productUid\": \"e3f31259-6f0e-41ca-bca8-3e273d3574d8\",\n            \"productName\": \"ipseclogtest2\",\n            \"secondaryName\": null,\n            \"productType\": \"MCR2\",\n            \"provisioningStatus\": \"LIVE\",\n            \"portSpeed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"locationId\": 549,\n            \"locationDetail\": {\n                \"name\": \"Colocity Adelaide DC3\",\n                \"city\": \"Adelaide\",\n                \"metro\": \"Adelaide\",\n                \"country\": \"Australia\"\n            },\n            \"lagPrimary\": false,\n            \"lagId\": null,\n            \"aggregationId\": null,\n            \"createDate\": 1752548224436,\n            \"createdBy\": \"a09dbb44-fba2-4e1c-b4f9-9edfd3756e7c\",\n            \"terminateDate\": null,\n            \"liveDate\": 1752548287580,\n            \"contractStartDate\": 1752548287618,\n            \"contractEndDate\": 1784037600000,\n            \"contractTermMonths\": 12,\n            \"autoRenewTerm\": true,\n            \"market\": \"AU\",\n            \"costCentre\": \"ipseclogtest2\",\n            \"usageAlgorithm\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"virtual\": true,\n            \"buyoutPort\": false,\n            \"crossConnectRequested\": false,\n            \"locked\": true,\n            \"adminLocked\": false,\n            \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n            \"companyName\": \"Megaport Lab\",\n            \"associatedVxcs\": [\n                {\n                    \"productId\": 249299,\n                    \"productUid\": \"f77f2b3f-f9a2-4514-a72d-f72d2994b3a8\",\n                    \"productName\": \"ipseclogtest1 to ipseclogtest2\",\n                    \"secondaryName\": null,\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 1000,\n                    \"maximumRate\": 1000,\n                    \"distanceBand\": \"METRO\",\n                    \"provisioningStatus\": \"LIVE\",\n                    \"usageAlgorithm\": \"POST_PAID_VARIABLE\",\n                    \"createdBy\": \"a09dbb44-fba2-4e1c-b4f9-9edfd3756e7c\",\n                    \"createDate\": 1752588404000,\n                    \"costCentre\": \"ipseclogtest\",\n                    \"resources\": {\n                        \"csp_connection\": [\n                            {\n                                \"connectType\": \"VROUTER\",\n                                \"resource_name\": \"a_csp_connection\",\n                                \"resource_type\": \"csp_connection\",\n                                \"vlan\": 3919,\n                                \"interfaces\": [\n                                    {\n                                        \"ipAddresses\": [\n                                            \"10.10.10.1/30\"\n                                        ],\n                                        \"ipMtu\": 1500,\n                                        \"ipRoutes\": [\n                                            {\n                                                \"description\": null,\n                                                \"nextHop\": \"10.10.10.2\",\n                                                \"prefix\": \"10.100.101.0/24\"\n                                            }\n                                        ],\n                                        \"description\": \"VXCfrom1to2\"\n                                    },\n                                    {\n                                        \"ipAddresses\": [\n                                            \"172.17.18.1/30\",\n                                            \"dead:beef:cafe::1/126\"\n                                        ],\n                                        \"ipMtu\": 1404,\n                                        \"ipRoutes\": [\n                                            {\n                                                \"description\": null,\n                                                \"nextHop\": \"172.17.18.2\",\n                                                \"prefix\": \"10.100.1.0/24\"\n                                            }\n                                        ],\n                                        \"interfaceType\": \"ipSecTunnel\",\n                                        \"ipSecTunnelOptions\": {\n                                            \"sourceIpAddress\": \"10.10.10.1\",\n                                            \"destinationIpAddress\": \"10.10.10.2\",\n                                            \"preSharedKey\": \"27210a4f36284c61b518d3799db1fcaca3ff042f152a4361d70de5e95e85a147\",\n                                            \"passive\": true,\n                                            \"phase1Lifetime\": 900,\n                                            \"phase2Lifetime\": 300\n                                        },\n                                        \"description\": \"TUN1at1\"\n                                    }\n                                ],\n                                \"ip_addresses\": [\n                                    \"10.10.10.1/30\",\n                                    \"172.17.18.1/30\",\n                                    \"dead:beef:cafe::1/126\"\n                                ],\n                                \"virtualRouterName\": \"\"\n                            },\n                            {\n                                \"connectType\": \"VROUTER\",\n                                \"resource_name\": \"b_csp_connection\",\n                                \"resource_type\": \"csp_connection\",\n                                \"vlan\": 3276,\n                                \"interfaces\": [\n                                    {\n                                        \"ipAddresses\": [\n                                            \"10.10.10.2/30\"\n                                        ],\n                                        \"ipMtu\": 1500,\n                                        \"description\": \"ipseclogtest2\"\n                                    },\n                                    {\n                                        \"ipAddresses\": [\n                                            \"dead:beef:cafe::2/126\",\n                                            \"172.17.18.254/24\"\n                                        ],\n                                        \"ipMtu\": 1404,\n                                        \"interfaceType\": \"ipSecTunnel\",\n                                        \"ipSecTunnelOptions\": {\n                                            \"sourceIpAddress\": \"10.10.10.2\",\n                                            \"destinationIpAddress\": \"10.10.10.1\",\n                                            \"preSharedKey\": \"27210a4f36284c61b518d3799db1fcaca3ff042f152a4361d70de5e95e85a147\",\n                                            \"passive\": false,\n                                            \"phase1Lifetime\": 1800,\n                                            \"phase2Lifetime\": 300\n                                        },\n                                        \"description\": \"TUN1at2\"\n                                    }\n                                ],\n                                \"ip_addresses\": [\n                                    \"10.10.10.2/30\",\n                                    \"dead:beef:cafe::2/126\",\n                                    \"172.17.18.254/24\"\n                                ],\n                                \"virtualRouterName\": \"\"\n                            }\n                        ],\n                        \"vll\": {\n                            \"a_vlan\": 3919,\n                            \"b_vlan\": 3276,\n                            \"a_inner_vlan\": 2735,\n                            \"b_inner_vlan\": 2735,\n                            \"rate_limit_mbps\": 1000,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 1,\n                            \"shutdown\": false,\n                            \"ainnerVlan\": 2735,\n                            \"binnerVlan\": 2735\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": 1752588748560,\n                    \"contractEndDate\": 1784124000000,\n                    \"contractTermMonths\": 12,\n                    \"autoRenewTerm\": true,\n                    \"locked\": false,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": true,\n                    \"shutdown\": false,\n                    \"termSpeed\": 1000,\n                    \"cancelable\": true,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"fa3352b9-f68b-4a3e-aabb-70539efbb1ee\",\n                        \"productName\": \"ipseclogtest1\",\n                        \"locationId\": 549,\n                        \"location\": \"Colocity Adelaide DC3\",\n                        \"locationDetail\": {\n                            \"name\": \"Colocity Adelaide DC3\",\n                            \"city\": \"Adelaide\",\n                            \"metro\": \"Adelaide\",\n                            \"country\": \"Australia\"\n                        },\n                        \"vlan\": 3919,\n                        \"innerVlan\": 2735,\n                        \"secondaryName\": null,\n                        \"connectType\": \"VROUTER\",\n                        \"diversityZone\": \"blue\",\n                        \"vNicIndex\": 0\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"e3f31259-6f0e-41ca-bca8-3e273d3574d8\",\n                        \"productName\": \"ipseclogtest2\",\n                        \"locationId\": 549,\n                        \"location\": \"Colocity Adelaide DC3\",\n                        \"locationDetail\": {\n                            \"name\": \"Colocity Adelaide DC3\",\n                            \"city\": \"Adelaide\",\n                            \"metro\": \"Adelaide\",\n                            \"country\": \"Australia\"\n                        },\n                        \"vlan\": 3276,\n                        \"innerVlan\": 2735,\n                        \"secondaryName\": null,\n                        \"connectType\": \"VROUTER\",\n                        \"diversityZone\": \"blue\",\n                        \"vNicIndex\": 1\n                    }\n                }\n            ],\n            \"associatedIxs\": [],\n            \"attributeTags\": {},\n            \"resources\": {\n                \"virtual_router\": {\n                    \"mcrAsn\": 133937,\n                    \"resource_name\": \"virtual_router\",\n                    \"resource_type\": \"virtual_router\",\n                    \"speed\": 1000,\n                    \"bgpShutdownDefault\": true\n                }\n            },\n            \"diversityZone\": \"blue\",\n            \"up\": true,\n            \"addOns\": [\n                {\n                    \"addOnUid\": \"9599cc0f-254b-4b87-afad-af2f5618e69d\",\n                    \"tunnelCount\": 10,\n                    \"addOnType\": \"IP_SEC\"\n                }\n            ],\n            \"cancelable\": false\n        },\n        {\n            \"productId\": 254230,\n            \"productUid\": \"3aa3f2c0-0e04-438e-9242-6cca852aa68d\",\n            \"productName\": \"NextDC B2 @ Brisbane - Check Point MVE\",\n            \"secondaryName\": null,\n            \"productType\": \"MVE\",\n            \"provisioningStatus\": \"LIVE\",\n            \"portSpeed\": null,\n            \"maxVxcSpeed\": 100000,\n            \"locationId\": 383,\n            \"locationDetail\": {\n                \"name\": \"NextDC B2\",\n                \"city\": \"Brisbane\",\n                \"metro\": \"Brisbane\",\n                \"country\": \"Australia\"\n            },\n            \"lagPrimary\": false,\n            \"lagId\": null,\n            \"aggregationId\": null,\n            \"createDate\": 1756073922921,\n            \"createdBy\": \"4b0fa5cb-5137-4081-8757-cf093ec5190a\",\n            \"terminateDate\": null,\n            \"liveDate\": 1756088527793,\n            \"contractStartDate\": 1756088527816,\n            \"contractEndDate\": 1758722400000,\n            \"contractTermMonths\": 1,\n            \"autoRenewTerm\": false,\n            \"market\": \"AU\",\n            \"usageAlgorithm\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"virtual\": true,\n            \"buyoutPort\": false,\n            \"crossConnectRequested\": false,\n            \"locked\": true,\n            \"adminLocked\": false,\n            \"vendor\": \"CHECK_POINT\",\n            \"mveSize\": \"SMALL\",\n            \"mveLabel\": \"MVE 2/8\",\n            \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n            \"companyName\": \"Megaport Lab\",\n            \"associatedVxcs\": [\n                {\n                    \"productId\": 254231,\n                    \"productUid\": \"131f13e9-8b79-4550-9aab-6fbaa34350a1\",\n                    \"productName\": \"NextDC B2 @ Brisbane - Check Point MVE to Megaport Internet\",\n                    \"secondaryName\": null,\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 1000,\n                    \"maximumRate\": 10000,\n                    \"distanceBand\": \"METRO\",\n                    \"provisioningStatus\": \"LIVE\",\n                    \"usageAlgorithm\": \"POST_PAID_HOURLY_NORMALISED_SPEED\",\n                    \"createdBy\": \"4b0fa5cb-5137-4081-8757-cf093ec5190a\",\n                    \"createDate\": 1756073923303,\n                    \"resources\": {\n                        \"csp_connection\": {\n                            \"connectType\": \"TRANSIT\",\n                            \"resource_name\": \"b_csp_connection\",\n                            \"resource_type\": \"csp_connection\",\n                            \"customer_ip4_address\": \"162.43.180.13/31\",\n                            \"customer_ip6_network\": \"2a0a:1800:24:7::/64\",\n                            \"ipv4_gateway_address\": \"162.43.180.12\",\n                            \"ipv6_gateway_address\": \"2a0a:1800:24:7::1\"\n                        },\n                        \"vll\": {\n                            \"a_vlan\": 3851,\n                            \"b_vlan\": 3851,\n                            \"rate_limit_mbps\": 1000,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 1,\n                            \"shutdown\": false\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": 1756090948173,\n                    \"contractEndDate\": 1758722400000,\n                    \"contractTermMonths\": 1,\n                    \"autoRenewTerm\": false,\n                    \"locked\": true,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": true,\n                    \"shutdown\": false,\n                    \"cancelable\": false,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"3aa3f2c0-0e04-438e-9242-6cca852aa68d\",\n                        \"productName\": \"NextDC B2 @ Brisbane - Check Point MVE\",\n                        \"locationId\": 383,\n                        \"location\": \"NextDC B2\",\n                        \"locationDetail\": {\n                            \"name\": \"NextDC B2\",\n                            \"city\": \"Brisbane\",\n                            \"metro\": \"Brisbane\",\n                            \"country\": \"Australia\"\n                        },\n                        \"vlan\": 3851,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"MVE\",\n                        \"diversityZone\": \"red\",\n                        \"vNicIndex\": 0\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n                        \"productUid\": \"50b2b7e4-9811-4012-90bb-b0840470b744\",\n                        \"productName\": \"Megaport Internet\",\n                        \"locationId\": 383,\n                        \"location\": \"NextDC B2\",\n                        \"locationDetail\": {\n                            \"name\": \"NextDC B2\",\n                            \"city\": \"Brisbane\",\n                            \"metro\": \"Brisbane\",\n                            \"country\": \"Australia\"\n                        },\n                        \"vlan\": 3851,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"TRANSIT\",\n                        \"diversityZone\": \"red\"\n                    }\n                }\n            ],\n            \"associatedIxs\": [],\n            \"attributeTags\": {},\n            \"vnics\": [\n                {\n                    \"vlan\": 3851,\n                    \"description\": \"Data Plane\"\n                }\n            ],\n            \"resources\": {\n                \"virtual_machine\": [\n                    {\n                        \"cpu_count\": 2,\n                        \"id\": 0,\n                        \"image\": {\n                            \"id\": 103,\n                            \"vendor\": \"Check Point\",\n                            \"product\": \"CloudGuard Network\",\n                            \"version\": \"R82\"\n                        },\n                        \"resource_type\": \"virtual_machine\",\n                        \"up\": true,\n                        \"vnics\": [\n                            {\n                                \"vlan\": 3851,\n                                \"description\": \"Data Plane\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            \"diversityZone\": \"red\",\n            \"up\": true,\n            \"addOns\": null,\n            \"cancelable\": false\n        },\n        {\n            \"productId\": 254232,\n            \"productUid\": \"d8b4e331-38b5-421c-94fd-76a5d78dd5b2\",\n            \"productName\": \"NextDC B1 @ Brisbane - Check Point MVE\",\n            \"secondaryName\": null,\n            \"productType\": \"MVE\",\n            \"provisioningStatus\": \"LIVE\",\n            \"portSpeed\": null,\n            \"maxVxcSpeed\": 10000,\n            \"locationId\": 5,\n            \"locationDetail\": {\n                \"name\": \"NextDC B1\",\n                \"city\": \"Brisbane\",\n                \"metro\": \"Brisbane\",\n                \"country\": \"Australia\"\n            },\n            \"lagPrimary\": false,\n            \"lagId\": null,\n            \"aggregationId\": null,\n            \"createDate\": 1756073996804,\n            \"createdBy\": \"4b0fa5cb-5137-4081-8757-cf093ec5190a\",\n            \"terminateDate\": null,\n            \"liveDate\": 1756074257987,\n            \"contractStartDate\": 1756074258006,\n            \"contractEndDate\": 1758722400000,\n            \"contractTermMonths\": 1,\n            \"autoRenewTerm\": false,\n            \"market\": \"AU\",\n            \"usageAlgorithm\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"virtual\": true,\n            \"buyoutPort\": false,\n            \"crossConnectRequested\": false,\n            \"locked\": true,\n            \"adminLocked\": false,\n            \"vendor\": \"CHECK_POINT\",\n            \"mveSize\": \"SMALL\",\n            \"mveLabel\": \"MVE 2/8\",\n            \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n            \"companyName\": \"Megaport Lab\",\n            \"associatedVxcs\": [\n                {\n                    \"productId\": 254233,\n                    \"productUid\": \"83412c1f-5ed3-4ac9-b02c-e8b3d5c364a7\",\n                    \"productName\": \"NextDC B1 @ Brisbane - Check Point MVE to Megaport Internet\",\n                    \"secondaryName\": null,\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 1000,\n                    \"maximumRate\": 10000,\n                    \"distanceBand\": \"METRO\",\n                    \"provisioningStatus\": \"LIVE\",\n                    \"usageAlgorithm\": \"POST_PAID_HOURLY_NORMALISED_SPEED\",\n                    \"createdBy\": \"4b0fa5cb-5137-4081-8757-cf093ec5190a\",\n                    \"createDate\": 1756073997127,\n                    \"resources\": {\n                        \"csp_connection\": {\n                            \"connectType\": \"TRANSIT\",\n                            \"resource_name\": \"b_csp_connection\",\n                            \"resource_type\": \"csp_connection\",\n                            \"customer_ip4_address\": \"162.43.180.15/31\",\n                            \"customer_ip6_network\": \"2a0a:1800:24:8::/64\",\n                            \"ipv4_gateway_address\": \"162.43.180.14\",\n                            \"ipv6_gateway_address\": \"2a0a:1800:24:8::1\"\n                        },\n                        \"vll\": {\n                            \"a_vlan\": 1856,\n                            \"b_vlan\": 1856,\n                            \"rate_limit_mbps\": 1000,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 1,\n                            \"shutdown\": false\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": 1756074446959,\n                    \"contractEndDate\": 1758722400000,\n                    \"contractTermMonths\": 1,\n                    \"autoRenewTerm\": false,\n                    \"locked\": true,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": true,\n                    \"shutdown\": false,\n                    \"cancelable\": false,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"d8b4e331-38b5-421c-94fd-76a5d78dd5b2\",\n                        \"productName\": \"NextDC B1 @ Brisbane - Check Point MVE\",\n                        \"locationId\": 5,\n                        \"location\": \"NextDC B1\",\n                        \"locationDetail\": {\n                            \"name\": \"NextDC B1\",\n                            \"city\": \"Brisbane\",\n                            \"metro\": \"Brisbane\",\n                            \"country\": \"Australia\"\n                        },\n                        \"vlan\": 1856,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"MVE\",\n                        \"diversityZone\": \"blue\",\n                        \"vNicIndex\": 0\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n                        \"productUid\": \"50b2b7e4-9811-4012-90bb-b0840470b744\",\n                        \"productName\": \"Megaport Internet\",\n                        \"locationId\": 383,\n                        \"location\": \"NextDC B2\",\n                        \"locationDetail\": {\n                            \"name\": \"NextDC B2\",\n                            \"city\": \"Brisbane\",\n                            \"metro\": \"Brisbane\",\n                            \"country\": \"Australia\"\n                        },\n                        \"vlan\": 1856,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"TRANSIT\",\n                        \"diversityZone\": \"red\"\n                    }\n                }\n            ],\n            \"associatedIxs\": [],\n            \"attributeTags\": {},\n            \"vnics\": [\n                {\n                    \"vlan\": 1856,\n                    \"description\": \"Data Plane\"\n                }\n            ],\n            \"resources\": {\n                \"virtual_machine\": [\n                    {\n                        \"cpu_count\": 2,\n                        \"id\": 0,\n                        \"image\": {\n                            \"id\": 103,\n                            \"vendor\": \"Check Point\",\n                            \"product\": \"CloudGuard Network\",\n                            \"version\": \"R82\"\n                        },\n                        \"resource_type\": \"virtual_machine\",\n                        \"up\": true,\n                        \"vnics\": [\n                            {\n                                \"vlan\": 1856,\n                                \"description\": \"Data Plane\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            \"diversityZone\": \"blue\",\n            \"up\": true,\n            \"addOns\": null,\n            \"cancelable\": false\n        },\n        {\n            \"productId\": 254597,\n            \"productUid\": \"10b7414c-68d4-4b01-a4b0-6696f8b9792e\",\n            \"productName\": \"RESERVED for AT RISK MVE OPPS due to capacity - 0825 - BLUE\",\n            \"secondaryName\": null,\n            \"productType\": \"MVE\",\n            \"provisioningStatus\": \"LIVE\",\n            \"portSpeed\": null,\n            \"maxVxcSpeed\": 10000,\n            \"locationId\": 67,\n            \"locationDetail\": {\n                \"name\": \"Equinix DC4\",\n                \"city\": \"Ashburn\",\n                \"metro\": \"Ashburn\",\n                \"country\": \"USA\"\n            },\n            \"lagPrimary\": false,\n            \"lagId\": null,\n            \"aggregationId\": null,\n            \"createDate\": 1756222187608,\n            \"createdBy\": \"804af95c-55dc-4290-b151-a61dbe56083b\",\n            \"terminateDate\": null,\n            \"liveDate\": 1756222230990,\n            \"contractStartDate\": 1756222231011,\n            \"contractEndDate\": 1758895200000,\n            \"contractTermMonths\": 1,\n            \"autoRenewTerm\": false,\n            \"market\": \"US\",\n            \"costCentre\": \"\",\n            \"usageAlgorithm\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"virtual\": true,\n            \"buyoutPort\": false,\n            \"crossConnectRequested\": false,\n            \"locked\": true,\n            \"adminLocked\": false,\n            \"vendor\": \"CISCO\",\n            \"mveSize\": \"MEDIUM\",\n            \"mveLabel\": \"MVE 4/16\",\n            \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n            \"companyName\": \"Megaport Lab\",\n            \"associatedVxcs\": [],\n            \"associatedIxs\": [],\n            \"attributeTags\": {},\n            \"vnics\": [\n                {\n                    \"vlan\": 1903,\n                    \"description\": \"Data Plane\"\n                }\n            ],\n            \"resources\": {\n                \"virtual_machine\": [\n                    {\n                        \"cpu_count\": 4,\n                        \"id\": 0,\n                        \"image\": {\n                            \"id\": 92,\n                            \"vendor\": \"Cisco\",\n                            \"product\": \"C8000\",\n                            \"version\": \"17.16.01a\"\n                        },\n                        \"resource_type\": \"virtual_machine\",\n                        \"up\": true,\n                        \"vnics\": [\n                            {\n                                \"vlan\": 1903,\n                                \"description\": \"Data Plane\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            \"diversityZone\": \"blue\",\n            \"up\": true,\n            \"addOns\": null,\n            \"cancelable\": false\n        },\n        {\n            \"productId\": 254598,\n            \"productUid\": \"9f5b2799-bd9e-4237-8cb3-caee8a02182f\",\n            \"productName\": \"RESERVED for AT RISK MVE OPPS due to capacity - 0825 - RED\",\n            \"secondaryName\": null,\n            \"productType\": \"MVE\",\n            \"provisioningStatus\": \"LIVE\",\n            \"portSpeed\": null,\n            \"maxVxcSpeed\": 10000,\n            \"locationId\": 68,\n            \"locationDetail\": {\n                \"name\": \"CoreSite VA1\",\n                \"city\": \"Reston\",\n                \"metro\": \"Ashburn\",\n                \"country\": \"USA\"\n            },\n            \"lagPrimary\": false,\n            \"lagId\": null,\n            \"aggregationId\": null,\n            \"createDate\": 1756222188057,\n            \"createdBy\": \"804af95c-55dc-4290-b151-a61dbe56083b\",\n            \"terminateDate\": null,\n            \"liveDate\": 1756222270947,\n            \"contractStartDate\": 1756222270965,\n            \"contractEndDate\": 1758895200000,\n            \"contractTermMonths\": 1,\n            \"autoRenewTerm\": false,\n            \"market\": \"US\",\n            \"costCentre\": \"\",\n            \"usageAlgorithm\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"virtual\": true,\n            \"buyoutPort\": false,\n            \"crossConnectRequested\": false,\n            \"locked\": true,\n            \"adminLocked\": false,\n            \"vendor\": \"CISCO\",\n            \"mveSize\": \"MEDIUM\",\n            \"mveLabel\": \"MVE 4/16\",\n            \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n            \"companyName\": \"Megaport Lab\",\n            \"associatedVxcs\": [],\n            \"associatedIxs\": [],\n            \"attributeTags\": {},\n            \"vnics\": [\n                {\n                    \"vlan\": 3433,\n                    \"description\": \"Data Plane\"\n                }\n            ],\n            \"resources\": {\n                \"virtual_machine\": [\n                    {\n                        \"cpu_count\": 4,\n                        \"id\": 0,\n                        \"image\": {\n                            \"id\": 92,\n                            \"vendor\": \"Cisco\",\n                            \"product\": \"C8000\",\n                            \"version\": \"17.16.01a\"\n                        },\n                        \"resource_type\": \"virtual_machine\",\n                        \"up\": true,\n                        \"vnics\": [\n                            {\n                                \"vlan\": 3433,\n                                \"description\": \"Data Plane\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            \"diversityZone\": \"red\",\n            \"up\": true,\n            \"addOns\": null,\n            \"cancelable\": false\n        },\n        {\n            \"productId\": 255699,\n            \"productUid\": \"c87b9a62-bf6a-417a-940b-bc43c6e14f83\",\n            \"productName\": \"AUTO-1955 1\",\n            \"secondaryName\": null,\n            \"productType\": \"MCR2\",\n            \"provisioningStatus\": \"LIVE\",\n            \"portSpeed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"locationId\": 1215,\n            \"locationDetail\": {\n                \"name\": \"Kio Networks Mexico City MEX4\",\n                \"city\": \"Mexico City\",\n                \"metro\": \"Mexico City\",\n                \"country\": \"Mexico\"\n            },\n            \"lagPrimary\": false,\n            \"lagId\": null,\n            \"aggregationId\": null,\n            \"createDate\": 1756868515086,\n            \"createdBy\": \"19e088fd-0044-420a-b9d2-9c181ff4fb94\",\n            \"terminateDate\": null,\n            \"liveDate\": 1756868766097,\n            \"contractStartDate\": 1756868766129,\n            \"contractEndDate\": 1788357600000,\n            \"contractTermMonths\": 12,\n            \"autoRenewTerm\": true,\n            \"market\": \"MX\",\n            \"costCentre\": \"\",\n            \"usageAlgorithm\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"virtual\": true,\n            \"buyoutPort\": false,\n            \"crossConnectRequested\": false,\n            \"locked\": true,\n            \"adminLocked\": false,\n            \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n            \"companyName\": \"Megaport Lab\",\n            \"associatedVxcs\": [\n                {\n                    \"productId\": 256286,\n                    \"productUid\": \"28003dd7-ef9d-46ff-8219-3c9ac410f358\",\n                    \"productName\": \"Querétaro to Mexico City - Private VXC\",\n                    \"secondaryName\": null,\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 10,\n                    \"maximumRate\": 1000,\n                    \"distanceBand\": \"ZONE\",\n                    \"provisioningStatus\": \"LIVE\",\n                    \"usageAlgorithm\": \"POST_PAID_HOURLY_SPEED_LONG_HAUL_VXC\",\n                    \"createdBy\": \"19e088fd-0044-420a-b9d2-9c181ff4fb94\",\n                    \"createDate\": 1757295626512,\n                    \"resources\": {\n                        \"csp_connection\": [\n                            {\n                                \"connectType\": \"VROUTER\",\n                                \"resource_name\": \"a_csp_connection\",\n                                \"resource_type\": \"csp_connection\",\n                                \"vlan\": 2606,\n                                \"interfaces\": [\n                                    {\n                                        \"ipAddresses\": [\n                                            \"10.254.1.1/30\"\n                                        ],\n                                        \"ipMtu\": 1500\n                                    }\n                                ],\n                                \"ip_addresses\": [\n                                    \"10.254.1.1/30\"\n                                ],\n                                \"virtualRouterName\": \"\"\n                            },\n                            {\n                                \"connectType\": \"VROUTER\",\n                                \"resource_name\": \"b_csp_connection\",\n                                \"resource_type\": \"csp_connection\",\n                                \"vlan\": 1106,\n                                \"interfaces\": [\n                                    {\n                                        \"ipAddresses\": [\n                                            \"10.254.1.2/30\"\n                                        ],\n                                        \"ipMtu\": 1500,\n                                        \"ipRoutes\": [\n                                            {\n                                                \"description\": null,\n                                                \"nextHop\": \"10.254.1.1\",\n                                                \"prefix\": \"10.254.2.0/30\"\n                                            },\n                                            {\n                                                \"description\": null,\n                                                \"nextHop\": \"10.254.1.1\",\n                                                \"prefix\": \"10.254.3.0/30\"\n                                            }\n                                        ]\n                                    }\n                                ],\n                                \"ip_addresses\": [\n                                    \"10.254.1.2/30\"\n                                ],\n                                \"virtualRouterName\": \"\"\n                            }\n                        ],\n                        \"vll\": {\n                            \"a_vlan\": 2606,\n                            \"b_vlan\": 1106,\n                            \"a_inner_vlan\": 798,\n                            \"b_inner_vlan\": 798,\n                            \"rate_limit_mbps\": 10,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 1,\n                            \"shutdown\": false,\n                            \"ainnerVlan\": 798,\n                            \"binnerVlan\": 798\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": 1757296065046,\n                    \"contractEndDate\": 1788789600000,\n                    \"contractTermMonths\": 12,\n                    \"autoRenewTerm\": true,\n                    \"locked\": false,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": true,\n                    \"shutdown\": false,\n                    \"termSpeed\": 10,\n                    \"cancelable\": true,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"8ba45a9c-b4ed-4814-9d10-f0345ef97a4b\",\n                        \"productName\": \"AUTO-1955 GW\",\n                        \"locationId\": 1197,\n                        \"location\": \"Kio Networks Queretaro QRO1\",\n                        \"locationDetail\": {\n                            \"name\": \"Kio Networks Queretaro QRO1\",\n                            \"city\": \"Querétaro\",\n                            \"metro\": \"Querétaro\",\n                            \"country\": \"Mexico\"\n                        },\n                        \"vlan\": 2606,\n                        \"innerVlan\": 798,\n                        \"secondaryName\": null,\n                        \"connectType\": \"VROUTER\",\n                        \"diversityZone\": \"blue\",\n                        \"vNicIndex\": 0\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"c87b9a62-bf6a-417a-940b-bc43c6e14f83\",\n                        \"productName\": \"AUTO-1955 1\",\n                        \"locationId\": 1215,\n                        \"location\": \"Kio Networks Mexico City MEX4\",\n                        \"locationDetail\": {\n                            \"name\": \"Kio Networks Mexico City MEX4\",\n                            \"city\": \"Mexico City\",\n                            \"metro\": \"Mexico City\",\n                            \"country\": \"Mexico\"\n                        },\n                        \"vlan\": 1106,\n                        \"innerVlan\": 798,\n                        \"secondaryName\": null,\n                        \"connectType\": \"VROUTER\",\n                        \"diversityZone\": \"blue\",\n                        \"vNicIndex\": 0\n                    }\n                }\n            ],\n            \"associatedIxs\": [],\n            \"attributeTags\": {},\n            \"resources\": {\n                \"virtual_router\": {\n                    \"mcrAsn\": 133937,\n                    \"resource_name\": \"virtual_router\",\n                    \"resource_type\": \"virtual_router\",\n                    \"speed\": 1000,\n                    \"bgpShutdownDefault\": false\n                }\n            },\n            \"diversityZone\": \"blue\",\n            \"up\": true,\n            \"addOns\": null,\n            \"cancelable\": false\n        },\n        {\n            \"productId\": 255768,\n            \"productUid\": \"bc4d6e14-a48d-4898-83c6-0eeee97433af\",\n            \"productName\": \"Lionel - MagicWAN-IPSec - Cust = Hite - DO NOT REMOVE\",\n            \"secondaryName\": null,\n            \"productType\": \"MCR2\",\n            \"provisioningStatus\": \"LIVE\",\n            \"portSpeed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"locationId\": 515,\n            \"locationDetail\": {\n                \"name\": \"Equinix PA2/3\",\n                \"city\": \"Paris\",\n                \"metro\": \"Paris\",\n                \"country\": \"France\"\n            },\n            \"lagPrimary\": false,\n            \"lagId\": null,\n            \"aggregationId\": null,\n            \"createDate\": 1756888133016,\n            \"createdBy\": \"e5f2695b-b06e-4db6-bc1d-8700b132f915\",\n            \"terminateDate\": null,\n            \"liveDate\": 1756888143907,\n            \"contractStartDate\": 1756888143927,\n            \"contractEndDate\": 1759413600000,\n            \"contractTermMonths\": 1,\n            \"autoRenewTerm\": false,\n            \"market\": \"FR\",\n            \"costCentre\": \"\",\n            \"usageAlgorithm\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"virtual\": true,\n            \"buyoutPort\": false,\n            \"crossConnectRequested\": false,\n            \"locked\": true,\n            \"adminLocked\": false,\n            \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n            \"companyName\": \"Megaport Lab\",\n            \"associatedVxcs\": [\n                {\n                    \"productId\": 256944,\n                    \"productUid\": \"26d75e6e-94d6-4540-b16f-e246caf13e24\",\n                    \"productName\": \"vxc-to-aws\",\n                    \"secondaryName\": null,\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 50,\n                    \"maximumRate\": 1000,\n                    \"distanceBand\": \"METRO\",\n                    \"provisioningStatus\": \"LIVE\",\n                    \"usageAlgorithm\": \"POST_PAID_VARIABLE\",\n                    \"createdBy\": \"e5f2695b-b06e-4db6-bc1d-8700b132f915\",\n                    \"createDate\": 1757609124849,\n                    \"resources\": {\n                        \"csp_connection\": [\n                            {\n                                \"connectType\": \"VROUTER\",\n                                \"resource_name\": \"a_csp_connection\",\n                                \"resource_type\": \"csp_connection\",\n                                \"vlan\": 2374,\n                                \"bgp_peers\": [\n                                    \"169.254.96.1\"\n                                ],\n                                \"bgp_status\": {\n                                    \"169.254.96.1\": 1\n                                },\n                                \"interfaces\": [\n                                    {\n                                        \"bgpConnections\": [\n                                            {\n                                                \"bfdEnabled\": false,\n                                                \"description\": null,\n                                                \"ebgpMultihop\": null,\n                                                \"localAsn\": 133937,\n                                                \"localIpAddress\": \"169.254.96.6\",\n                                                \"medIn\": null,\n                                                \"medOut\": null,\n                                                \"password\": \"0xwPfRCEolF9EJcJnD7782ha\",\n                                                \"peerAsn\": 65101,\n                                                \"peerIpAddress\": \"169.254.96.1\",\n                                                \"peerType\": \"NON_CLOUD\",\n                                                \"prefixFilterIn\": null,\n                                                \"prefixFilterOut\": null,\n                                                \"prefixLimit\": null,\n                                                \"shutdown\": false,\n                                                \"importWhitelist\": null,\n                                                \"importBlacklist\": null,\n                                                \"exportWhitelist\": null,\n                                                \"exportBlacklist\": null,\n                                                \"exportPolicy\": null,\n                                                \"denyExportTo\": null,\n                                                \"permitExportTo\": null,\n                                                \"asPathPrependCount\": null\n                                            }\n                                        ],\n                                        \"ipAddresses\": [\n                                            \"169.254.96.6/29\"\n                                        ],\n                                        \"ipMtu\": 1500\n                                    }\n                                ],\n                                \"ip_addresses\": [\n                                    \"169.254.96.6/29\"\n                                ],\n                                \"virtualRouterName\": \"\"\n                            },\n                            {\n                                \"bandwidth\": 50,\n                                \"connectType\": \"AWSHC\",\n                                \"resource_name\": \"b_csp_connection\",\n                                \"resource_type\": \"csp_connection\",\n                                \"name\": \"Paris to Paris - Cloud VXC\",\n                                \"ownerAccount\": \"593890855876\",\n                                \"bandwidths\": [\n                                    50\n                                ],\n                                \"connectionId\": \"dxcon-fgqjldqp\"\n                            }\n                        ],\n                        \"vll\": {\n                            \"a_vlan\": 2374,\n                            \"b_vlan\": 2374,\n                            \"a_inner_vlan\": 992,\n                            \"rate_limit_mbps\": 50,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 1,\n                            \"shutdown\": false,\n                            \"ainnerVlan\": 992\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": 1757609851615,\n                    \"contractEndDate\": 1760191200000,\n                    \"contractTermMonths\": 1,\n                    \"autoRenewTerm\": false,\n                    \"locked\": true,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": true,\n                    \"shutdown\": false,\n                    \"cancelable\": false,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"bc4d6e14-a48d-4898-83c6-0eeee97433af\",\n                        \"productName\": \"Lionel - MagicWAN-IPSec - Cust = Hite - DO NOT REMOVE\",\n                        \"locationId\": 515,\n                        \"location\": \"Equinix PA2/3\",\n                        \"locationDetail\": {\n                            \"name\": \"Equinix PA2/3\",\n                            \"city\": \"Paris\",\n                            \"metro\": \"Paris\",\n                            \"country\": \"France\"\n                        },\n                        \"vlan\": 2374,\n                        \"innerVlan\": 992,\n                        \"secondaryName\": null,\n                        \"connectType\": \"VROUTER\",\n                        \"diversityZone\": \"blue\",\n                        \"vNicIndex\": 4\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                        \"productUid\": \"09e400a0-1b72-49ec-8ff0-5a71a4fc7774\",\n                        \"productName\": \"EU (Paris) (eu-west-3)\",\n                        \"locationId\": 527,\n                        \"location\": \"Digital Realty Interxion PAR5\",\n                        \"locationDetail\": {\n                            \"name\": \"Digital Realty Interxion PAR5\",\n                            \"city\": \"Paris\",\n                            \"metro\": \"Paris\",\n                            \"country\": \"France\"\n                        },\n                        \"vlan\": 2374,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"AWSHC\",\n                        \"diversityZone\": \"red\"\n                    }\n                },\n                {\n                    \"productId\": 255769,\n                    \"productUid\": \"1d58229f-dc85-4e44-95fd-2066e42fc8cc\",\n                    \"productName\": \"Lionel @ Paris - MCR2 to Megaport Internet\",\n                    \"secondaryName\": null,\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 100,\n                    \"maximumRate\": 1000,\n                    \"distanceBand\": \"METRO\",\n                    \"provisioningStatus\": \"LIVE\",\n                    \"usageAlgorithm\": \"POST_PAID_HOURLY_NORMALISED_SPEED\",\n                    \"createdBy\": \"e5f2695b-b06e-4db6-bc1d-8700b132f915\",\n                    \"createDate\": 1756888133665,\n                    \"resources\": {\n                        \"csp_connection\": [\n                            {\n                                \"connectType\": \"VROUTER\",\n                                \"resource_name\": \"a_csp_connection\",\n                                \"resource_type\": \"csp_connection\",\n                                \"vlan\": 2374,\n                                \"interfaces\": [\n                                    {\n                                        \"ipAddresses\": [\n                                            \"162.43.161.43/31\",\n                                            \"2a0a:1800:1c:14::2/64\"\n                                        ],\n                                        \"ipMtu\": 1500,\n                                        \"ipRoutes\": [\n                                            {\n                                                \"description\": \"CloudflareIPSecGW#1\",\n                                                \"nextHop\": \"162.43.161.42\",\n                                                \"prefix\": \"162.159.74.164/32\"\n                                            },\n                                            {\n                                                \"description\": \"CloudflareIPSecGW#2\",\n                                                \"nextHop\": \"162.43.161.42\",\n                                                \"prefix\": \"172.64.250.119/32\"\n                                            }\n                                        ]\n                                    },\n                                    {\n                                        \"ipAddresses\": [\n                                            \"10.0.0.1/31\"\n                                        ],\n                                        \"ipMtu\": 1404,\n                                        \"ipRoutes\": [\n                                            {\n                                                \"description\": null,\n                                                \"nextHop\": \"10.0.0.0\",\n                                                \"prefix\": \"0.0.0.0/0\"\n                                            }\n                                        ],\n                                        \"interfaceType\": \"ipSecTunnel\",\n                                        \"ipSecTunnelOptions\": {\n                                            \"sourceIpAddress\": \"162.43.161.43\",\n                                            \"destinationIpAddress\": \"162.159.74.164\",\n                                            \"preSharedKey\": \"15e2b0d3c33891ebb0f1ef609ec419420c20e320ce94c65fbc8c3312448eb225\",\n                                            \"passive\": false,\n                                            \"phase1Lifetime\": 28800,\n                                            \"phase2Lifetime\": 3600\n                                        },\n                                        \"description\": \"Cloudflare Magic WAN GW#1\"\n                                    }\n                                ],\n                                \"ip_addresses\": [\n                                    \"162.43.161.43/31\",\n                                    \"2a0a:1800:1c:14::2/64\",\n                                    \"10.0.0.1/31\"\n                                ],\n                                \"virtualRouterName\": \"\"\n                            },\n                            {\n                                \"connectType\": \"TRANSIT\",\n                                \"resource_name\": \"b_csp_connection\",\n                                \"resource_type\": \"csp_connection\",\n                                \"customer_ip4_address\": \"162.43.161.43/31\",\n                                \"customer_ip6_network\": \"2a0a:1800:1c:14::/64\",\n                                \"ipv4_gateway_address\": \"162.43.161.42\",\n                                \"ipv6_gateway_address\": \"2a0a:1800:1c:14::1\"\n                            }\n                        ],\n                        \"vll\": {\n                            \"a_vlan\": 2374,\n                            \"b_vlan\": 2374,\n                            \"a_inner_vlan\": 1714,\n                            \"rate_limit_mbps\": 100,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 1,\n                            \"shutdown\": false,\n                            \"ainnerVlan\": 1714\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": 1756888352609,\n                    \"contractEndDate\": 1759413600000,\n                    \"contractTermMonths\": 1,\n                    \"autoRenewTerm\": false,\n                    \"locked\": true,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": true,\n                    \"shutdown\": false,\n                    \"cancelable\": false,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"bc4d6e14-a48d-4898-83c6-0eeee97433af\",\n                        \"productName\": \"Lionel - MagicWAN-IPSec - Cust = Hite - DO NOT REMOVE\",\n                        \"locationId\": 515,\n                        \"location\": \"Equinix PA2/3\",\n                        \"locationDetail\": {\n                            \"name\": \"Equinix PA2/3\",\n                            \"city\": \"Paris\",\n                            \"metro\": \"Paris\",\n                            \"country\": \"France\"\n                        },\n                        \"vlan\": 2374,\n                        \"innerVlan\": 1714,\n                        \"secondaryName\": null,\n                        \"connectType\": \"VROUTER\",\n                        \"diversityZone\": \"blue\",\n                        \"vNicIndex\": 4\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n                        \"productUid\": \"52cb6573-5cc8-45cc-8af1-d21db1fe3485\",\n                        \"productName\": \"Megaport Internet\",\n                        \"locationId\": 515,\n                        \"location\": \"Equinix PA2/3\",\n                        \"locationDetail\": {\n                            \"name\": \"Equinix PA2/3\",\n                            \"city\": \"Paris\",\n                            \"metro\": \"Paris\",\n                            \"country\": \"France\"\n                        },\n                        \"vlan\": 2374,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"TRANSIT\",\n                        \"diversityZone\": \"blue\"\n                    }\n                },\n                {\n                    \"productId\": 256941,\n                    \"productUid\": \"f162b986-2d1c-4fdb-8096-9267b1005309\",\n                    \"productName\": \"vxc-mcr-to-ovh-200M\",\n                    \"secondaryName\": null,\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 200,\n                    \"maximumRate\": 200,\n                    \"distanceBand\": \"METRO\",\n                    \"provisioningStatus\": \"LIVE\",\n                    \"usageAlgorithm\": \"POST_PAID_VARIABLE\",\n                    \"createdBy\": \"e5f2695b-b06e-4db6-bc1d-8700b132f915\",\n                    \"createDate\": 1757608873428,\n                    \"resources\": {\n                        \"csp_connection\": {\n                            \"connectType\": \"VROUTER\",\n                            \"resource_name\": \"a_csp_connection\",\n                            \"resource_type\": \"csp_connection\",\n                            \"vlan\": 2374,\n                            \"bgp_peers\": [\n                                \"172.16.1.1\"\n                            ],\n                            \"bgp_status\": {\n                                \"172.16.1.1\": 1\n                            },\n                            \"interfaces\": [\n                                {\n                                    \"bgpConnections\": [\n                                        {\n                                            \"bfdEnabled\": false,\n                                            \"description\": null,\n                                            \"ebgpMultihop\": null,\n                                            \"localAsn\": 133937,\n                                            \"localIpAddress\": \"172.16.1.2\",\n                                            \"medIn\": null,\n                                            \"medOut\": null,\n                                            \"password\": null,\n                                            \"peerAsn\": 133397,\n                                            \"peerIpAddress\": \"172.16.1.1\",\n                                            \"peerType\": \"NON_CLOUD\",\n                                            \"prefixFilterIn\": null,\n                                            \"prefixFilterOut\": null,\n                                            \"prefixLimit\": null,\n                                            \"shutdown\": false,\n                                            \"importWhitelist\": null,\n                                            \"importBlacklist\": null,\n                                            \"exportWhitelist\": null,\n                                            \"exportBlacklist\": null,\n                                            \"exportPolicy\": null,\n                                            \"denyExportTo\": null,\n                                            \"permitExportTo\": null,\n                                            \"asPathPrependCount\": null\n                                        }\n                                    ],\n                                    \"ipAddresses\": [\n                                        \"172.16.1.2/30\"\n                                    ],\n                                    \"ipMtu\": 1500\n                                }\n                            ],\n                            \"ip_addresses\": [\n                                \"172.16.1.2/30\"\n                            ],\n                            \"virtualRouterName\": \"\"\n                        },\n                        \"vll\": {\n                            \"a_vlan\": 2374,\n                            \"a_inner_vlan\": 872,\n                            \"rate_limit_mbps\": 200,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 1,\n                            \"shutdown\": false,\n                            \"ainnerVlan\": 872\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": 1757609250575,\n                    \"contractEndDate\": 1760191200000,\n                    \"contractTermMonths\": 1,\n                    \"autoRenewTerm\": false,\n                    \"locked\": true,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": true,\n                    \"shutdown\": false,\n                    \"cancelable\": false,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"bc4d6e14-a48d-4898-83c6-0eeee97433af\",\n                        \"productName\": \"Lionel - MagicWAN-IPSec - Cust = Hite - DO NOT REMOVE\",\n                        \"locationId\": 515,\n                        \"location\": \"Equinix PA2/3\",\n                        \"locationDetail\": {\n                            \"name\": \"Equinix PA2/3\",\n                            \"city\": \"Paris\",\n                            \"metro\": \"Paris\",\n                            \"country\": \"France\"\n                        },\n                        \"vlan\": 2374,\n                        \"innerVlan\": 872,\n                        \"secondaryName\": null,\n                        \"connectType\": \"VROUTER\",\n                        \"diversityZone\": \"blue\",\n                        \"vNicIndex\": 4\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"e72bd065-8ae4-44c9-bbaa-9c5b89d35ebf\",\n                        \"productUid\": \"15f90e07-160f-471c-9399-ce719482d078\",\n                        \"productName\": \"OVHcloud Connect - Paris - Telehouse - TH2 - #3X1 (RED)\",\n                        \"locationId\": 598,\n                        \"location\": \"Telehouse Paris Voltaire TH2\",\n                        \"locationDetail\": {\n                            \"name\": \"Telehouse Paris Voltaire TH2\",\n                            \"city\": \"Paris\",\n                            \"metro\": \"Paris\",\n                            \"country\": \"France\"\n                        },\n                        \"vlan\": null,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"DEFAULT\",\n                        \"diversityZone\": \"red\"\n                    }\n                }\n            ],\n            \"associatedIxs\": [],\n            \"attributeTags\": {},\n            \"resources\": {\n                \"virtual_router\": {\n                    \"mcrAsn\": 133937,\n                    \"resource_name\": \"virtual_router\",\n                    \"resource_type\": \"virtual_router\",\n                    \"speed\": 1000,\n                    \"bgpShutdownDefault\": false\n                }\n            },\n            \"diversityZone\": \"blue\",\n            \"up\": true,\n            \"addOns\": [\n                {\n                    \"addOnUid\": \"7276ebde-94a3-4711-b2ca-351a8f1701c1\",\n                    \"tunnelCount\": 10,\n                    \"addOnType\": \"IP_SEC\"\n                }\n            ],\n            \"cancelable\": false\n        },\n        {\n            \"productId\": 256267,\n            \"productUid\": \"8ba45a9c-b4ed-4814-9d10-f0345ef97a4b\",\n            \"productName\": \"AUTO-1955 GW\",\n            \"secondaryName\": null,\n            \"productType\": \"MCR2\",\n            \"provisioningStatus\": \"LIVE\",\n            \"portSpeed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"locationId\": 1197,\n            \"locationDetail\": {\n                \"name\": \"Kio Networks Queretaro QRO1\",\n                \"city\": \"Querétaro\",\n                \"metro\": \"Querétaro\",\n                \"country\": \"Mexico\"\n            },\n            \"lagPrimary\": false,\n            \"lagId\": null,\n            \"aggregationId\": null,\n            \"createDate\": 1757289244807,\n            \"createdBy\": \"19e088fd-0044-420a-b9d2-9c181ff4fb94\",\n            \"terminateDate\": null,\n            \"liveDate\": 1757289483162,\n            \"contractStartDate\": 1757289483179,\n            \"contractEndDate\": 1788789600000,\n            \"contractTermMonths\": 12,\n            \"autoRenewTerm\": true,\n            \"market\": \"MX\",\n            \"costCentre\": \"\",\n            \"usageAlgorithm\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"virtual\": true,\n            \"buyoutPort\": false,\n            \"crossConnectRequested\": false,\n            \"locked\": true,\n            \"adminLocked\": false,\n            \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n            \"companyName\": \"Megaport Lab\",\n            \"associatedVxcs\": [\n                {\n                    \"productId\": 256287,\n                    \"productUid\": \"59536419-31d7-4091-8fa0-cb25d59dec4f\",\n                    \"productName\": \"Querétaro to Mexico City - Private VXC\",\n                    \"secondaryName\": null,\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 10,\n                    \"maximumRate\": 1000,\n                    \"distanceBand\": \"ZONE\",\n                    \"provisioningStatus\": \"LIVE\",\n                    \"usageAlgorithm\": \"POST_PAID_HOURLY_SPEED_LONG_HAUL_VXC\",\n                    \"createdBy\": \"19e088fd-0044-420a-b9d2-9c181ff4fb94\",\n                    \"createDate\": 1757295627455,\n                    \"resources\": {\n                        \"csp_connection\": [\n                            {\n                                \"connectType\": \"VROUTER\",\n                                \"resource_name\": \"a_csp_connection\",\n                                \"resource_type\": \"csp_connection\",\n                                \"vlan\": 2606,\n                                \"interfaces\": [\n                                    {\n                                        \"ipAddresses\": [\n                                            \"10.254.2.1/30\"\n                                        ],\n                                        \"ipMtu\": 1500\n                                    }\n                                ],\n                                \"ip_addresses\": [\n                                    \"10.254.2.1/30\"\n                                ],\n                                \"virtualRouterName\": \"\"\n                            },\n                            {\n                                \"connectType\": \"VROUTER\",\n                                \"resource_name\": \"b_csp_connection\",\n                                \"resource_type\": \"csp_connection\",\n                                \"vlan\": 720,\n                                \"interfaces\": [\n                                    {\n                                        \"ipAddresses\": [\n                                            \"10.254.2.2/30\"\n                                        ],\n                                        \"ipMtu\": 1500,\n                                        \"ipRoutes\": [\n                                            {\n                                                \"description\": null,\n                                                \"nextHop\": \"10.254.2.1\",\n                                                \"prefix\": \"10.254.1.0/30\"\n                                            },\n                                            {\n                                                \"description\": null,\n                                                \"nextHop\": \"10.254.2.1\",\n                                                \"prefix\": \"100.64.0.0/30\"\n                                            }\n                                        ]\n                                    }\n                                ],\n                                \"ip_addresses\": [\n                                    \"10.254.2.2/30\"\n                                ],\n                                \"virtualRouterName\": \"\"\n                            }\n                        ],\n                        \"vll\": {\n                            \"a_vlan\": 2606,\n                            \"b_vlan\": 720,\n                            \"a_inner_vlan\": 945,\n                            \"b_inner_vlan\": 945,\n                            \"rate_limit_mbps\": 10,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 1,\n                            \"shutdown\": false,\n                            \"ainnerVlan\": 945,\n                            \"binnerVlan\": 945\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": 1757296079281,\n                    \"contractEndDate\": 1788789600000,\n                    \"contractTermMonths\": 12,\n                    \"autoRenewTerm\": true,\n                    \"locked\": false,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": true,\n                    \"shutdown\": false,\n                    \"termSpeed\": 10,\n                    \"cancelable\": true,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"8ba45a9c-b4ed-4814-9d10-f0345ef97a4b\",\n                        \"productName\": \"AUTO-1955 GW\",\n                        \"locationId\": 1197,\n                        \"location\": \"Kio Networks Queretaro QRO1\",\n                        \"locationDetail\": {\n                            \"name\": \"Kio Networks Queretaro QRO1\",\n                            \"city\": \"Querétaro\",\n                            \"metro\": \"Querétaro\",\n                            \"country\": \"Mexico\"\n                        },\n                        \"vlan\": 2606,\n                        \"innerVlan\": 945,\n                        \"secondaryName\": null,\n                        \"connectType\": \"VROUTER\",\n                        \"diversityZone\": \"blue\",\n                        \"vNicIndex\": 0\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"3783c9d9-02ec-486f-952c-4b03328a7538\",\n                        \"productName\": \"AUTO-1955 2\",\n                        \"locationId\": 1215,\n                        \"location\": \"Kio Networks Mexico City MEX4\",\n                        \"locationDetail\": {\n                            \"name\": \"Kio Networks Mexico City MEX4\",\n                            \"city\": \"Mexico City\",\n                            \"metro\": \"Mexico City\",\n                            \"country\": \"Mexico\"\n                        },\n                        \"vlan\": 720,\n                        \"innerVlan\": 945,\n                        \"secondaryName\": null,\n                        \"connectType\": \"VROUTER\",\n                        \"diversityZone\": \"blue\",\n                        \"vNicIndex\": 1\n                    }\n                },\n                {\n                    \"productId\": 256286,\n                    \"productUid\": \"28003dd7-ef9d-46ff-8219-3c9ac410f358\",\n                    \"productName\": \"Querétaro to Mexico City - Private VXC\",\n                    \"secondaryName\": null,\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 10,\n                    \"maximumRate\": 1000,\n                    \"distanceBand\": \"ZONE\",\n                    \"provisioningStatus\": \"LIVE\",\n                    \"usageAlgorithm\": \"POST_PAID_HOURLY_SPEED_LONG_HAUL_VXC\",\n                    \"createdBy\": \"19e088fd-0044-420a-b9d2-9c181ff4fb94\",\n                    \"createDate\": 1757295626512,\n                    \"resources\": {\n                        \"csp_connection\": [\n                            {\n                                \"connectType\": \"VROUTER\",\n                                \"resource_name\": \"a_csp_connection\",\n                                \"resource_type\": \"csp_connection\",\n                                \"vlan\": 2606,\n                                \"interfaces\": [\n                                    {\n                                        \"ipAddresses\": [\n                                            \"10.254.1.1/30\"\n                                        ],\n                                        \"ipMtu\": 1500\n                                    }\n                                ],\n                                \"ip_addresses\": [\n                                    \"10.254.1.1/30\"\n                                ],\n                                \"virtualRouterName\": \"\"\n                            },\n                            {\n                                \"connectType\": \"VROUTER\",\n                                \"resource_name\": \"b_csp_connection\",\n                                \"resource_type\": \"csp_connection\",\n                                \"vlan\": 1106,\n                                \"interfaces\": [\n                                    {\n                                        \"ipAddresses\": [\n                                            \"10.254.1.2/30\"\n                                        ],\n                                        \"ipMtu\": 1500,\n                                        \"ipRoutes\": [\n                                            {\n                                                \"description\": null,\n                                                \"nextHop\": \"10.254.1.1\",\n                                                \"prefix\": \"10.254.2.0/30\"\n                                            },\n                                            {\n                                                \"description\": null,\n                                                \"nextHop\": \"10.254.1.1\",\n                                                \"prefix\": \"10.254.3.0/30\"\n                                            }\n                                        ]\n                                    }\n                                ],\n                                \"ip_addresses\": [\n                                    \"10.254.1.2/30\"\n                                ],\n                                \"virtualRouterName\": \"\"\n                            }\n                        ],\n                        \"vll\": {\n                            \"a_vlan\": 2606,\n                            \"b_vlan\": 1106,\n                            \"a_inner_vlan\": 798,\n                            \"b_inner_vlan\": 798,\n                            \"rate_limit_mbps\": 10,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 1,\n                            \"shutdown\": false,\n                            \"ainnerVlan\": 798,\n                            \"binnerVlan\": 798\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": 1757296065046,\n                    \"contractEndDate\": 1788789600000,\n                    \"contractTermMonths\": 12,\n                    \"autoRenewTerm\": true,\n                    \"locked\": false,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": true,\n                    \"shutdown\": false,\n                    \"termSpeed\": 10,\n                    \"cancelable\": true,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"8ba45a9c-b4ed-4814-9d10-f0345ef97a4b\",\n                        \"productName\": \"AUTO-1955 GW\",\n                        \"locationId\": 1197,\n                        \"location\": \"Kio Networks Queretaro QRO1\",\n                        \"locationDetail\": {\n                            \"name\": \"Kio Networks Queretaro QRO1\",\n                            \"city\": \"Querétaro\",\n                            \"metro\": \"Querétaro\",\n                            \"country\": \"Mexico\"\n                        },\n                        \"vlan\": 2606,\n                        \"innerVlan\": 798,\n                        \"secondaryName\": null,\n                        \"connectType\": \"VROUTER\",\n                        \"diversityZone\": \"blue\",\n                        \"vNicIndex\": 0\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"c87b9a62-bf6a-417a-940b-bc43c6e14f83\",\n                        \"productName\": \"AUTO-1955 1\",\n                        \"locationId\": 1215,\n                        \"location\": \"Kio Networks Mexico City MEX4\",\n                        \"locationDetail\": {\n                            \"name\": \"Kio Networks Mexico City MEX4\",\n                            \"city\": \"Mexico City\",\n                            \"metro\": \"Mexico City\",\n                            \"country\": \"Mexico\"\n                        },\n                        \"vlan\": 1106,\n                        \"innerVlan\": 798,\n                        \"secondaryName\": null,\n                        \"connectType\": \"VROUTER\",\n                        \"diversityZone\": \"blue\",\n                        \"vNicIndex\": 0\n                    }\n                },\n                {\n                    \"productId\": 256288,\n                    \"productUid\": \"85fe22e9-71ab-4320-abbc-c637adeed001\",\n                    \"productName\": \"Querétaro to Mexico City - Private VXC\",\n                    \"secondaryName\": null,\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 10,\n                    \"maximumRate\": 1000,\n                    \"distanceBand\": \"ZONE\",\n                    \"provisioningStatus\": \"LIVE\",\n                    \"usageAlgorithm\": \"POST_PAID_HOURLY_SPEED_LONG_HAUL_VXC\",\n                    \"createdBy\": \"19e088fd-0044-420a-b9d2-9c181ff4fb94\",\n                    \"createDate\": 1757295628408,\n                    \"resources\": {\n                        \"csp_connection\": [\n                            {\n                                \"connectType\": \"VROUTER\",\n                                \"resource_name\": \"a_csp_connection\",\n                                \"resource_type\": \"csp_connection\",\n                                \"vlan\": 2606,\n                                \"interfaces\": [\n                                    {\n                                        \"ipAddresses\": [\n                                            \"10.254.3.1/30\"\n                                        ],\n                                        \"ipMtu\": 1500\n                                    }\n                                ],\n                                \"ip_addresses\": [\n                                    \"10.254.3.1/30\"\n                                ],\n                                \"virtualRouterName\": \"\"\n                            },\n                            {\n                                \"connectType\": \"VROUTER\",\n                                \"resource_name\": \"b_csp_connection\",\n                                \"resource_type\": \"csp_connection\",\n                                \"vlan\": 3848,\n                                \"interfaces\": [\n                                    {\n                                        \"ipAddresses\": [\n                                            \"10.254.3.2/30\"\n                                        ],\n                                        \"ipMtu\": 1500,\n                                        \"ipRoutes\": [\n                                            {\n                                                \"description\": null,\n                                                \"nextHop\": \"10.254.3.1\",\n                                                \"prefix\": \"10.254.1.0/30\"\n                                            },\n                                            {\n                                                \"description\": null,\n                                                \"nextHop\": \"10.254.3.1\",\n                                                \"prefix\": \"100.64.0.0/30\"\n                                            }\n                                        ]\n                                    }\n                                ],\n                                \"ip_addresses\": [\n                                    \"10.254.3.2/30\"\n                                ],\n                                \"virtualRouterName\": \"\"\n                            }\n                        ],\n                        \"vll\": {\n                            \"a_vlan\": 2606,\n                            \"b_vlan\": 3848,\n                            \"a_inner_vlan\": 1575,\n                            \"b_inner_vlan\": 1575,\n                            \"rate_limit_mbps\": 10,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 1,\n                            \"shutdown\": false,\n                            \"ainnerVlan\": 1575,\n                            \"binnerVlan\": 1575\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": 1757296080740,\n                    \"contractEndDate\": 1788789600000,\n                    \"contractTermMonths\": 12,\n                    \"autoRenewTerm\": true,\n                    \"locked\": false,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": true,\n                    \"shutdown\": false,\n                    \"termSpeed\": 10,\n                    \"cancelable\": true,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"8ba45a9c-b4ed-4814-9d10-f0345ef97a4b\",\n                        \"productName\": \"AUTO-1955 GW\",\n                        \"locationId\": 1197,\n                        \"location\": \"Kio Networks Queretaro QRO1\",\n                        \"locationDetail\": {\n                            \"name\": \"Kio Networks Queretaro QRO1\",\n                            \"city\": \"Querétaro\",\n                            \"metro\": \"Querétaro\",\n                            \"country\": \"Mexico\"\n                        },\n                        \"vlan\": 2606,\n                        \"innerVlan\": 1575,\n                        \"secondaryName\": null,\n                        \"connectType\": \"VROUTER\",\n                        \"diversityZone\": \"blue\",\n                        \"vNicIndex\": 0\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"92a9416f-fbc7-49a5-a72c-87c48df928ad\",\n                        \"productName\": \"AUTO-1955 3\",\n                        \"locationId\": 1215,\n                        \"location\": \"Kio Networks Mexico City MEX4\",\n                        \"locationDetail\": {\n                            \"name\": \"Kio Networks Mexico City MEX4\",\n                            \"city\": \"Mexico City\",\n                            \"metro\": \"Mexico City\",\n                            \"country\": \"Mexico\"\n                        },\n                        \"vlan\": 3848,\n                        \"innerVlan\": 1575,\n                        \"secondaryName\": null,\n                        \"connectType\": \"VROUTER\",\n                        \"diversityZone\": \"blue\",\n                        \"vNicIndex\": 2\n                    }\n                }\n            ],\n            \"associatedIxs\": [],\n            \"attributeTags\": {},\n            \"resources\": {\n                \"virtual_router\": {\n                    \"mcrAsn\": 133937,\n                    \"resource_name\": \"virtual_router\",\n                    \"resource_type\": \"virtual_router\",\n                    \"speed\": 1000,\n                    \"bgpShutdownDefault\": false\n                }\n            },\n            \"diversityZone\": \"blue\",\n            \"up\": true,\n            \"addOns\": null,\n            \"cancelable\": false\n        },\n        {\n            \"productId\": 256268,\n            \"productUid\": \"b5f01a98-a575-4082-a60b-7ff2eecd4f9f\",\n            \"productName\": \"DPH TARGET A\",\n            \"secondaryName\": null,\n            \"productType\": \"MCR2\",\n            \"provisioningStatus\": \"LIVE\",\n            \"portSpeed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"locationId\": 573,\n            \"locationDetail\": {\n                \"name\": \"Rogers Calgary\",\n                \"city\": \"Calgary\",\n                \"metro\": \"Calgary\",\n                \"country\": \"Canada\"\n            },\n            \"lagPrimary\": false,\n            \"lagId\": null,\n            \"aggregationId\": null,\n            \"createDate\": 1757290903221,\n            \"createdBy\": \"a3bce86c-ca0c-4414-bc2a-210466131516\",\n            \"terminateDate\": null,\n            \"liveDate\": 1757291103614,\n            \"contractStartDate\": 1757291103643,\n            \"contractEndDate\": 1759845600000,\n            \"contractTermMonths\": 1,\n            \"autoRenewTerm\": false,\n            \"market\": \"CA\",\n            \"usageAlgorithm\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"virtual\": true,\n            \"buyoutPort\": false,\n            \"crossConnectRequested\": false,\n            \"locked\": false,\n            \"adminLocked\": false,\n            \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n            \"companyName\": \"Megaport Lab\",\n            \"associatedVxcs\": [],\n            \"associatedIxs\": [],\n            \"attributeTags\": {},\n            \"resources\": {\n                \"virtual_router\": {\n                    \"mcrAsn\": 133937,\n                    \"resource_name\": \"virtual_router\",\n                    \"resource_type\": \"virtual_router\",\n                    \"speed\": 1000,\n                    \"bgpShutdownDefault\": false\n                }\n            },\n            \"diversityZone\": \"blue\",\n            \"up\": true,\n            \"addOns\": null,\n            \"cancelable\": true\n        },\n        {\n            \"productId\": 256269,\n            \"productUid\": \"c2650907-4cb4-486e-bd08-a96b875361ef\",\n            \"productName\": \"DPH TARGET B\",\n            \"secondaryName\": null,\n            \"productType\": \"MCR2\",\n            \"provisioningStatus\": \"LIVE\",\n            \"portSpeed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"locationId\": 573,\n            \"locationDetail\": {\n                \"name\": \"Rogers Calgary\",\n                \"city\": \"Calgary\",\n                \"metro\": \"Calgary\",\n                \"country\": \"Canada\"\n            },\n            \"lagPrimary\": false,\n            \"lagId\": null,\n            \"aggregationId\": null,\n            \"createDate\": 1757290903649,\n            \"createdBy\": \"a3bce86c-ca0c-4414-bc2a-210466131516\",\n            \"terminateDate\": null,\n            \"liveDate\": 1757291007567,\n            \"contractStartDate\": 1757291007583,\n            \"contractEndDate\": 1759845600000,\n            \"contractTermMonths\": 1,\n            \"autoRenewTerm\": false,\n            \"market\": \"CA\",\n            \"usageAlgorithm\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"virtual\": true,\n            \"buyoutPort\": false,\n            \"crossConnectRequested\": false,\n            \"locked\": false,\n            \"adminLocked\": false,\n            \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n            \"companyName\": \"Megaport Lab\",\n            \"associatedVxcs\": [],\n            \"associatedIxs\": [],\n            \"attributeTags\": {},\n            \"resources\": {\n                \"virtual_router\": {\n                    \"mcrAsn\": 133937,\n                    \"resource_name\": \"virtual_router\",\n                    \"resource_type\": \"virtual_router\",\n                    \"speed\": 1000,\n                    \"bgpShutdownDefault\": false\n                }\n            },\n            \"diversityZone\": \"blue\",\n            \"up\": true,\n            \"addOns\": null,\n            \"cancelable\": true\n        },\n        {\n            \"productId\": 256277,\n            \"productUid\": \"3783c9d9-02ec-486f-952c-4b03328a7538\",\n            \"productName\": \"AUTO-1955 2\",\n            \"secondaryName\": null,\n            \"productType\": \"MCR2\",\n            \"provisioningStatus\": \"LIVE\",\n            \"portSpeed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"locationId\": 1215,\n            \"locationDetail\": {\n                \"name\": \"Kio Networks Mexico City MEX4\",\n                \"city\": \"Mexico City\",\n                \"metro\": \"Mexico City\",\n                \"country\": \"Mexico\"\n            },\n            \"lagPrimary\": false,\n            \"lagId\": null,\n            \"aggregationId\": null,\n            \"createDate\": 1757292730618,\n            \"createdBy\": \"19e088fd-0044-420a-b9d2-9c181ff4fb94\",\n            \"terminateDate\": null,\n            \"liveDate\": 1757292843145,\n            \"contractStartDate\": 1757292843163,\n            \"contractEndDate\": 1788789600000,\n            \"contractTermMonths\": 12,\n            \"autoRenewTerm\": true,\n            \"market\": \"MX\",\n            \"usageAlgorithm\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"virtual\": true,\n            \"buyoutPort\": false,\n            \"crossConnectRequested\": false,\n            \"locked\": true,\n            \"adminLocked\": false,\n            \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n            \"companyName\": \"Megaport Lab\",\n            \"associatedVxcs\": [\n                {\n                    \"productId\": 256287,\n                    \"productUid\": \"59536419-31d7-4091-8fa0-cb25d59dec4f\",\n                    \"productName\": \"Querétaro to Mexico City - Private VXC\",\n                    \"secondaryName\": null,\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 10,\n                    \"maximumRate\": 1000,\n                    \"distanceBand\": \"ZONE\",\n                    \"provisioningStatus\": \"LIVE\",\n                    \"usageAlgorithm\": \"POST_PAID_HOURLY_SPEED_LONG_HAUL_VXC\",\n                    \"createdBy\": \"19e088fd-0044-420a-b9d2-9c181ff4fb94\",\n                    \"createDate\": 1757295627455,\n                    \"resources\": {\n                        \"csp_connection\": [\n                            {\n                                \"connectType\": \"VROUTER\",\n                                \"resource_name\": \"a_csp_connection\",\n                                \"resource_type\": \"csp_connection\",\n                                \"vlan\": 2606,\n                                \"interfaces\": [\n                                    {\n                                        \"ipAddresses\": [\n                                            \"10.254.2.1/30\"\n                                        ],\n                                        \"ipMtu\": 1500\n                                    }\n                                ],\n                                \"ip_addresses\": [\n                                    \"10.254.2.1/30\"\n                                ],\n                                \"virtualRouterName\": \"\"\n                            },\n                            {\n                                \"connectType\": \"VROUTER\",\n                                \"resource_name\": \"b_csp_connection\",\n                                \"resource_type\": \"csp_connection\",\n                                \"vlan\": 720,\n                                \"interfaces\": [\n                                    {\n                                        \"ipAddresses\": [\n                                            \"10.254.2.2/30\"\n                                        ],\n                                        \"ipMtu\": 1500,\n                                        \"ipRoutes\": [\n                                            {\n                                                \"description\": null,\n                                                \"nextHop\": \"10.254.2.1\",\n                                                \"prefix\": \"10.254.1.0/30\"\n                                            },\n                                            {\n                                                \"description\": null,\n                                                \"nextHop\": \"10.254.2.1\",\n                                                \"prefix\": \"100.64.0.0/30\"\n                                            }\n                                        ]\n                                    }\n                                ],\n                                \"ip_addresses\": [\n                                    \"10.254.2.2/30\"\n                                ],\n                                \"virtualRouterName\": \"\"\n                            }\n                        ],\n                        \"vll\": {\n                            \"a_vlan\": 2606,\n                            \"b_vlan\": 720,\n                            \"a_inner_vlan\": 945,\n                            \"b_inner_vlan\": 945,\n                            \"rate_limit_mbps\": 10,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 1,\n                            \"shutdown\": false,\n                            \"ainnerVlan\": 945,\n                            \"binnerVlan\": 945\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": 1757296079281,\n                    \"contractEndDate\": 1788789600000,\n                    \"contractTermMonths\": 12,\n                    \"autoRenewTerm\": true,\n                    \"locked\": false,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": true,\n                    \"shutdown\": false,\n                    \"termSpeed\": 10,\n                    \"cancelable\": true,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"8ba45a9c-b4ed-4814-9d10-f0345ef97a4b\",\n                        \"productName\": \"AUTO-1955 GW\",\n                        \"locationId\": 1197,\n                        \"location\": \"Kio Networks Queretaro QRO1\",\n                        \"locationDetail\": {\n                            \"name\": \"Kio Networks Queretaro QRO1\",\n                            \"city\": \"Querétaro\",\n                            \"metro\": \"Querétaro\",\n                            \"country\": \"Mexico\"\n                        },\n                        \"vlan\": 2606,\n                        \"innerVlan\": 945,\n                        \"secondaryName\": null,\n                        \"connectType\": \"VROUTER\",\n                        \"diversityZone\": \"blue\",\n                        \"vNicIndex\": 0\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"3783c9d9-02ec-486f-952c-4b03328a7538\",\n                        \"productName\": \"AUTO-1955 2\",\n                        \"locationId\": 1215,\n                        \"location\": \"Kio Networks Mexico City MEX4\",\n                        \"locationDetail\": {\n                            \"name\": \"Kio Networks Mexico City MEX4\",\n                            \"city\": \"Mexico City\",\n                            \"metro\": \"Mexico City\",\n                            \"country\": \"Mexico\"\n                        },\n                        \"vlan\": 720,\n                        \"innerVlan\": 945,\n                        \"secondaryName\": null,\n                        \"connectType\": \"VROUTER\",\n                        \"diversityZone\": \"blue\",\n                        \"vNicIndex\": 1\n                    }\n                }\n            ],\n            \"associatedIxs\": [],\n            \"attributeTags\": {},\n            \"resources\": {\n                \"virtual_router\": {\n                    \"mcrAsn\": 133937,\n                    \"resource_name\": \"virtual_router\",\n                    \"resource_type\": \"virtual_router\",\n                    \"speed\": 1000,\n                    \"bgpShutdownDefault\": false\n                }\n            },\n            \"diversityZone\": \"blue\",\n            \"up\": true,\n            \"addOns\": null,\n            \"cancelable\": false\n        },\n        {\n            \"productId\": 256278,\n            \"productUid\": \"92a9416f-fbc7-49a5-a72c-87c48df928ad\",\n            \"productName\": \"AUTO-1955 3\",\n            \"secondaryName\": null,\n            \"productType\": \"MCR2\",\n            \"provisioningStatus\": \"LIVE\",\n            \"portSpeed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"locationId\": 1215,\n            \"locationDetail\": {\n                \"name\": \"Kio Networks Mexico City MEX4\",\n                \"city\": \"Mexico City\",\n                \"metro\": \"Mexico City\",\n                \"country\": \"Mexico\"\n            },\n            \"lagPrimary\": false,\n            \"lagId\": null,\n            \"aggregationId\": null,\n            \"createDate\": 1757292730955,\n            \"createdBy\": \"19e088fd-0044-420a-b9d2-9c181ff4fb94\",\n            \"terminateDate\": null,\n            \"liveDate\": 1757292843185,\n            \"contractStartDate\": 1757292843202,\n            \"contractEndDate\": 1788789600000,\n            \"contractTermMonths\": 12,\n            \"autoRenewTerm\": true,\n            \"market\": \"MX\",\n            \"usageAlgorithm\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"virtual\": true,\n            \"buyoutPort\": false,\n            \"crossConnectRequested\": false,\n            \"locked\": true,\n            \"adminLocked\": false,\n            \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n            \"companyName\": \"Megaport Lab\",\n            \"associatedVxcs\": [\n                {\n                    \"productId\": 256288,\n                    \"productUid\": \"85fe22e9-71ab-4320-abbc-c637adeed001\",\n                    \"productName\": \"Querétaro to Mexico City - Private VXC\",\n                    \"secondaryName\": null,\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 10,\n                    \"maximumRate\": 1000,\n                    \"distanceBand\": \"ZONE\",\n                    \"provisioningStatus\": \"LIVE\",\n                    \"usageAlgorithm\": \"POST_PAID_HOURLY_SPEED_LONG_HAUL_VXC\",\n                    \"createdBy\": \"19e088fd-0044-420a-b9d2-9c181ff4fb94\",\n                    \"createDate\": 1757295628408,\n                    \"resources\": {\n                        \"csp_connection\": [\n                            {\n                                \"connectType\": \"VROUTER\",\n                                \"resource_name\": \"a_csp_connection\",\n                                \"resource_type\": \"csp_connection\",\n                                \"vlan\": 2606,\n                                \"interfaces\": [\n                                    {\n                                        \"ipAddresses\": [\n                                            \"10.254.3.1/30\"\n                                        ],\n                                        \"ipMtu\": 1500\n                                    }\n                                ],\n                                \"ip_addresses\": [\n                                    \"10.254.3.1/30\"\n                                ],\n                                \"virtualRouterName\": \"\"\n                            },\n                            {\n                                \"connectType\": \"VROUTER\",\n                                \"resource_name\": \"b_csp_connection\",\n                                \"resource_type\": \"csp_connection\",\n                                \"vlan\": 3848,\n                                \"interfaces\": [\n                                    {\n                                        \"ipAddresses\": [\n                                            \"10.254.3.2/30\"\n                                        ],\n                                        \"ipMtu\": 1500,\n                                        \"ipRoutes\": [\n                                            {\n                                                \"description\": null,\n                                                \"nextHop\": \"10.254.3.1\",\n                                                \"prefix\": \"10.254.1.0/30\"\n                                            },\n                                            {\n                                                \"description\": null,\n                                                \"nextHop\": \"10.254.3.1\",\n                                                \"prefix\": \"100.64.0.0/30\"\n                                            }\n                                        ]\n                                    }\n                                ],\n                                \"ip_addresses\": [\n                                    \"10.254.3.2/30\"\n                                ],\n                                \"virtualRouterName\": \"\"\n                            }\n                        ],\n                        \"vll\": {\n                            \"a_vlan\": 2606,\n                            \"b_vlan\": 3848,\n                            \"a_inner_vlan\": 1575,\n                            \"b_inner_vlan\": 1575,\n                            \"rate_limit_mbps\": 10,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 1,\n                            \"shutdown\": false,\n                            \"ainnerVlan\": 1575,\n                            \"binnerVlan\": 1575\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": 1757296080740,\n                    \"contractEndDate\": 1788789600000,\n                    \"contractTermMonths\": 12,\n                    \"autoRenewTerm\": true,\n                    \"locked\": false,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": true,\n                    \"shutdown\": false,\n                    \"termSpeed\": 10,\n                    \"cancelable\": true,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"8ba45a9c-b4ed-4814-9d10-f0345ef97a4b\",\n                        \"productName\": \"AUTO-1955 GW\",\n                        \"locationId\": 1197,\n                        \"location\": \"Kio Networks Queretaro QRO1\",\n                        \"locationDetail\": {\n                            \"name\": \"Kio Networks Queretaro QRO1\",\n                            \"city\": \"Querétaro\",\n                            \"metro\": \"Querétaro\",\n                            \"country\": \"Mexico\"\n                        },\n                        \"vlan\": 2606,\n                        \"innerVlan\": 1575,\n                        \"secondaryName\": null,\n                        \"connectType\": \"VROUTER\",\n                        \"diversityZone\": \"blue\",\n                        \"vNicIndex\": 0\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"92a9416f-fbc7-49a5-a72c-87c48df928ad\",\n                        \"productName\": \"AUTO-1955 3\",\n                        \"locationId\": 1215,\n                        \"location\": \"Kio Networks Mexico City MEX4\",\n                        \"locationDetail\": {\n                            \"name\": \"Kio Networks Mexico City MEX4\",\n                            \"city\": \"Mexico City\",\n                            \"metro\": \"Mexico City\",\n                            \"country\": \"Mexico\"\n                        },\n                        \"vlan\": 3848,\n                        \"innerVlan\": 1575,\n                        \"secondaryName\": null,\n                        \"connectType\": \"VROUTER\",\n                        \"diversityZone\": \"blue\",\n                        \"vNicIndex\": 2\n                    }\n                }\n            ],\n            \"associatedIxs\": [],\n            \"attributeTags\": {},\n            \"resources\": {\n                \"virtual_router\": {\n                    \"mcrAsn\": 133937,\n                    \"resource_name\": \"virtual_router\",\n                    \"resource_type\": \"virtual_router\",\n                    \"speed\": 1000,\n                    \"bgpShutdownDefault\": false\n                }\n            },\n            \"diversityZone\": \"blue\",\n            \"up\": true,\n            \"addOns\": null,\n            \"cancelable\": false\n        },\n        {\n            \"productId\": 256279,\n            \"productUid\": \"23b5cc69-f647-4d20-97f6-7badcd8a9d6b\",\n            \"productName\": \"nhn-demo-cisco-att-tko-01\",\n            \"secondaryName\": null,\n            \"productType\": \"MVE\",\n            \"provisioningStatus\": \"LIVE\",\n            \"portSpeed\": null,\n            \"maxVxcSpeed\": 10000,\n            \"locationId\": 558,\n            \"locationDetail\": {\n                \"name\": \"AtTokyo Data Centre - Alpha Route\",\n                \"city\": \"Tokyo\",\n                \"metro\": \"Tokyo\",\n                \"country\": \"Japan\"\n            },\n            \"lagPrimary\": false,\n            \"lagId\": null,\n            \"aggregationId\": null,\n            \"createDate\": 1757292849644,\n            \"createdBy\": \"45c3abef-eefb-4562-8ae2-364e6c78696e\",\n            \"terminateDate\": null,\n            \"liveDate\": 1757292941148,\n            \"contractStartDate\": 1757292941167,\n            \"contractEndDate\": 1759845600000,\n            \"contractTermMonths\": 1,\n            \"autoRenewTerm\": false,\n            \"market\": \"JP\",\n            \"costCentre\": \"\",\n            \"usageAlgorithm\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"virtual\": true,\n            \"buyoutPort\": false,\n            \"crossConnectRequested\": false,\n            \"locked\": true,\n            \"adminLocked\": false,\n            \"vendor\": \"CISCO\",\n            \"mveSize\": \"SMALL\",\n            \"mveLabel\": \"MVE 2/8\",\n            \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n            \"companyName\": \"Megaport Lab\",\n            \"associatedVxcs\": [\n                {\n                    \"productId\": 256280,\n                    \"productUid\": \"0202bc52-759e-446e-99dc-12853d08c14e\",\n                    \"productName\": \"demo-cisco-att-tko-01～Megaport Internet\",\n                    \"secondaryName\": null,\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 20,\n                    \"maximumRate\": 10000,\n                    \"distanceBand\": \"METRO\",\n                    \"provisioningStatus\": \"LIVE\",\n                    \"usageAlgorithm\": \"POST_PAID_HOURLY_NORMALISED_SPEED\",\n                    \"createdBy\": \"45c3abef-eefb-4562-8ae2-364e6c78696e\",\n                    \"createDate\": 1757292850022,\n                    \"resources\": {\n                        \"csp_connection\": {\n                            \"connectType\": \"TRANSIT\",\n                            \"resource_name\": \"b_csp_connection\",\n                            \"resource_type\": \"csp_connection\",\n                            \"customer_ip4_address\": \"162.43.139.71/31\",\n                            \"customer_ip6_network\": \"2a0a:1800:6:1b::/64\",\n                            \"ipv4_gateway_address\": \"162.43.139.70\",\n                            \"ipv6_gateway_address\": \"2a0a:1800:6:1b::1\"\n                        },\n                        \"vll\": {\n                            \"a_vlan\": 1992,\n                            \"b_vlan\": 1992,\n                            \"rate_limit_mbps\": 20,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 1,\n                            \"shutdown\": false\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": 1757293357884,\n                    \"contractEndDate\": 1759845600000,\n                    \"contractTermMonths\": 1,\n                    \"autoRenewTerm\": false,\n                    \"locked\": false,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": true,\n                    \"shutdown\": false,\n                    \"cancelable\": true,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"23b5cc69-f647-4d20-97f6-7badcd8a9d6b\",\n                        \"productName\": \"nhn-demo-cisco-att-tko-01\",\n                        \"locationId\": 558,\n                        \"location\": \"AtTokyo Data Centre - Alpha Route\",\n                        \"locationDetail\": {\n                            \"name\": \"AtTokyo Data Centre - Alpha Route\",\n                            \"city\": \"Tokyo\",\n                            \"metro\": \"Tokyo\",\n                            \"country\": \"Japan\"\n                        },\n                        \"vlan\": 1992,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"MVE\",\n                        \"diversityZone\": \"red\",\n                        \"vNicIndex\": 0\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n                        \"productUid\": \"3919e3dd-2d2d-4254-b610-86482c285955\",\n                        \"productName\": \"Megaport Internet\",\n                        \"locationId\": 558,\n                        \"location\": \"AtTokyo Data Centre - Alpha Route\",\n                        \"locationDetail\": {\n                            \"name\": \"AtTokyo Data Centre - Alpha Route\",\n                            \"city\": \"Tokyo\",\n                            \"metro\": \"Tokyo\",\n                            \"country\": \"Japan\"\n                        },\n                        \"vlan\": 1992,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"TRANSIT\",\n                        \"diversityZone\": \"red\"\n                    }\n                }\n            ],\n            \"associatedIxs\": [],\n            \"attributeTags\": {},\n            \"vnics\": [\n                {\n                    \"vlan\": 1992,\n                    \"description\": \"GE1\"\n                },\n                {\n                    \"vlan\": 138,\n                    \"description\": \"GE2\"\n                },\n                {\n                    \"vlan\": 1749,\n                    \"description\": \"GE3\"\n                },\n                {\n                    \"vlan\": 3331,\n                    \"description\": \"GE4\"\n                },\n                {\n                    \"vlan\": 1277,\n                    \"description\": \"GE5\"\n                }\n            ],\n            \"resources\": {\n                \"virtual_machine\": [\n                    {\n                        \"cpu_count\": 2,\n                        \"id\": 0,\n                        \"image\": {\n                            \"id\": 115,\n                            \"vendor\": \"Cisco\",\n                            \"product\": \"C8000\",\n                            \"version\": \"17.15.04\"\n                        },\n                        \"resource_type\": \"virtual_machine\",\n                        \"up\": true,\n                        \"vnics\": [\n                            {\n                                \"vlan\": 1992,\n                                \"description\": \"GE1\"\n                            },\n                            {\n                                \"vlan\": 138,\n                                \"description\": \"GE2\"\n                            },\n                            {\n                                \"vlan\": 1749,\n                                \"description\": \"GE3\"\n                            },\n                            {\n                                \"vlan\": 3331,\n                                \"description\": \"GE4\"\n                            },\n                            {\n                                \"vlan\": 1277,\n                                \"description\": \"GE5\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            \"diversityZone\": \"red\",\n            \"up\": true,\n            \"addOns\": null,\n            \"cancelable\": false\n        },\n        {\n            \"productId\": 256691,\n            \"productUid\": \"8424b59c-5fa6-4ede-999c-b56a2ed5e499\",\n            \"productName\": \"Ian-IPSEC-testing\",\n            \"secondaryName\": null,\n            \"productType\": \"MCR2\",\n            \"provisioningStatus\": \"LIVE\",\n            \"portSpeed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"locationId\": 2,\n            \"locationDetail\": {\n                \"name\": \"Equinix SY1\",\n                \"city\": \"Sydney\",\n                \"metro\": \"Sydney\",\n                \"country\": \"Australia\"\n            },\n            \"lagPrimary\": false,\n            \"lagId\": null,\n            \"aggregationId\": null,\n            \"createDate\": 1757478827893,\n            \"createdBy\": \"c3ba47e7-20ed-41c3-91ae-b23ad8d3c29d\",\n            \"terminateDate\": null,\n            \"liveDate\": 1757478844401,\n            \"contractStartDate\": 1757478844429,\n            \"contractEndDate\": 1760018400000,\n            \"contractTermMonths\": 1,\n            \"autoRenewTerm\": false,\n            \"market\": \"AU\",\n            \"usageAlgorithm\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"virtual\": true,\n            \"buyoutPort\": false,\n            \"crossConnectRequested\": false,\n            \"locked\": false,\n            \"adminLocked\": false,\n            \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n            \"companyName\": \"Megaport Lab\",\n            \"associatedVxcs\": [\n                {\n                    \"productId\": 256693,\n                    \"productUid\": \"e4ec50ec-6b8a-45c2-b05e-50df5330a643\",\n                    \"productName\": \"Ian-IPSEC-testing to Megaport Internet\",\n                    \"secondaryName\": null,\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 20,\n                    \"maximumRate\": 1000,\n                    \"distanceBand\": \"METRO\",\n                    \"provisioningStatus\": \"LIVE\",\n                    \"usageAlgorithm\": \"POST_PAID_HOURLY_NORMALISED_SPEED\",\n                    \"createdBy\": \"c3ba47e7-20ed-41c3-91ae-b23ad8d3c29d\",\n                    \"createDate\": 1757478828905,\n                    \"resources\": {\n                        \"csp_connection\": [\n                            {\n                                \"connectType\": \"VROUTER\",\n                                \"resource_name\": \"a_csp_connection\",\n                                \"resource_type\": \"csp_connection\",\n                                \"vlan\": 3203,\n                                \"bgp_peers\": [\n                                    \"10.20.20.1\"\n                                ],\n                                \"bgp_status\": {\n                                    \"10.20.20.1\": 0\n                                },\n                                \"interfaces\": [\n                                    {\n                                        \"ipAddresses\": [\n                                            \"162.43.137.57/31\",\n                                            \"2a0a:1800:4:19::2/64\"\n                                        ],\n                                        \"natIpAddresses\": [\n                                            \"162.43.137.57\"\n                                        ],\n                                        \"ipMtu\": 1500,\n                                        \"ipRoutes\": [\n                                            {\n                                                \"description\": \"IPv4 Default Route\",\n                                                \"nextHop\": \"162.43.137.56\",\n                                                \"prefix\": \"0.0.0.0/0\"\n                                            },\n                                            {\n                                                \"description\": \"IPv6 Default Route\",\n                                                \"nextHop\": \"2a0a:1800:4:19::1\",\n                                                \"prefix\": \"::/0\"\n                                            }\n                                        ]\n                                    },\n                                    {\n                                        \"bgpConnections\": [\n                                            {\n                                                \"bfdEnabled\": false,\n                                                \"description\": null,\n                                                \"ebgpMultihop\": null,\n                                                \"localAsn\": 133937,\n                                                \"localIpAddress\": \"10.20.20.2\",\n                                                \"medIn\": null,\n                                                \"medOut\": null,\n                                                \"password\": null,\n                                                \"peerAsn\": 133937,\n                                                \"peerIpAddress\": \"10.20.20.1\",\n                                                \"peerType\": \"NON_CLOUD\",\n                                                \"prefixFilterIn\": null,\n                                                \"prefixFilterOut\": null,\n                                                \"prefixLimit\": null,\n                                                \"shutdown\": false,\n                                                \"importWhitelist\": null,\n                                                \"importBlacklist\": null,\n                                                \"exportWhitelist\": null,\n                                                \"exportBlacklist\": null,\n                                                \"exportPolicy\": null,\n                                                \"denyExportTo\": null,\n                                                \"permitExportTo\": null,\n                                                \"asPathPrependCount\": null\n                                            }\n                                        ],\n                                        \"ipAddresses\": [\n                                            \"10.20.20.2/24\"\n                                        ],\n                                        \"natIpAddresses\": [\n                                            \"10.20.20.2\"\n                                        ],\n                                        \"ipMtu\": 1500,\n                                        \"interfaceType\": \"ipSecTunnel\",\n                                        \"ipSecTunnelOptions\": {\n                                            \"sourceIpAddress\": \"162.43.137.57\",\n                                            \"destinationIpAddress\": \"162.43.136.3\",\n                                            \"preSharedKey\": \"c3bbbe5dd99af160a86bd5308dfecf38c2f75f7e09ae7b8304de3ddff2141200\",\n                                            \"passive\": false,\n                                            \"phase1Lifetime\": 28800,\n                                            \"phase2Lifetime\": 3600\n                                        },\n                                        \"description\": \"MCR1\"\n                                    },\n                                    {\n                                        \"ipAddresses\": [\n                                            \"10.21.21.1/24\"\n                                        ],\n                                        \"natIpAddresses\": [\n                                            \"10.21.21.1\"\n                                        ],\n                                        \"ipMtu\": 1404,\n                                        \"interfaceType\": \"ipSecTunnel\",\n                                        \"ipSecTunnelOptions\": {\n                                            \"sourceIpAddress\": \"162.43.137.57\",\n                                            \"destinationIpAddress\": \"54.206.106.160\",\n                                            \"preSharedKey\": \"5997d4ca35610abee0850972d53dcb931ee182d83d0a079a65207387fb35ab67\",\n                                            \"passive\": true,\n                                            \"phase1Lifetime\": 28800,\n                                            \"phase2Lifetime\": 3600\n                                        },\n                                        \"description\": \"AWS-MCR\"\n                                    }\n                                ],\n                                \"ip_addresses\": [\n                                    \"162.43.137.57/31\",\n                                    \"2a0a:1800:4:19::2/64\",\n                                    \"10.20.20.2/24\",\n                                    \"10.21.21.1/24\"\n                                ],\n                                \"virtualRouterName\": \"\"\n                            },\n                            {\n                                \"connectType\": \"TRANSIT\",\n                                \"resource_name\": \"b_csp_connection\",\n                                \"resource_type\": \"csp_connection\",\n                                \"customer_ip4_address\": \"162.43.137.57/31\",\n                                \"customer_ip6_network\": \"2a0a:1800:4:19::/64\",\n                                \"ipv4_gateway_address\": \"162.43.137.56\",\n                                \"ipv6_gateway_address\": \"2a0a:1800:4:19::1\"\n                            }\n                        ],\n                        \"vll\": {\n                            \"a_vlan\": 3203,\n                            \"b_vlan\": 3203,\n                            \"a_inner_vlan\": 2886,\n                            \"rate_limit_mbps\": 20,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 1,\n                            \"shutdown\": false,\n                            \"ainnerVlan\": 2886\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": 1757479050832,\n                    \"contractEndDate\": 1760018400000,\n                    \"contractTermMonths\": 1,\n                    \"autoRenewTerm\": false,\n                    \"locked\": false,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": true,\n                    \"shutdown\": false,\n                    \"cancelable\": true,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"8424b59c-5fa6-4ede-999c-b56a2ed5e499\",\n                        \"productName\": \"Ian-IPSEC-testing\",\n                        \"locationId\": 2,\n                        \"location\": \"Equinix SY1\",\n                        \"locationDetail\": {\n                            \"name\": \"Equinix SY1\",\n                            \"city\": \"Sydney\",\n                            \"metro\": \"Sydney\",\n                            \"country\": \"Australia\"\n                        },\n                        \"vlan\": 3203,\n                        \"innerVlan\": 2886,\n                        \"secondaryName\": null,\n                        \"connectType\": \"VROUTER\",\n                        \"diversityZone\": \"blue\",\n                        \"vNicIndex\": 15\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n                        \"productUid\": \"472a5359-b3d8-47fc-95e7-cf915f4dba1f\",\n                        \"productName\": \"Megaport Internet\",\n                        \"locationId\": 3,\n                        \"location\": \"Global Switch Sydney West\",\n                        \"locationDetail\": {\n                            \"name\": \"Global Switch Sydney West\",\n                            \"city\": \"Sydney\",\n                            \"metro\": \"Sydney\",\n                            \"country\": \"Australia\"\n                        },\n                        \"vlan\": 3203,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"TRANSIT\",\n                        \"diversityZone\": \"blue\"\n                    }\n                }\n            ],\n            \"associatedIxs\": [],\n            \"attributeTags\": {},\n            \"resources\": {\n                \"virtual_router\": {\n                    \"mcrAsn\": 133937,\n                    \"resource_name\": \"virtual_router\",\n                    \"resource_type\": \"virtual_router\",\n                    \"speed\": 1000,\n                    \"bgpShutdownDefault\": false\n                }\n            },\n            \"diversityZone\": \"blue\",\n            \"up\": true,\n            \"addOns\": [\n                {\n                    \"addOnUid\": \"ab0c6b12-f16f-4ec9-93cb-cfc7d2ad91fa\",\n                    \"tunnelCount\": 10,\n                    \"addOnType\": \"IP_SEC\"\n                }\n            ],\n            \"cancelable\": true\n        },\n        {\n            \"productId\": 256708,\n            \"productUid\": \"5b707f0c-944c-4c48-b788-b36f2970b535\",\n            \"productName\": \"zIC\",\n            \"secondaryName\": null,\n            \"productType\": \"MEGAPORT\",\n            \"provisioningStatus\": \"LIVE\",\n            \"portSpeed\": 10000,\n            \"maxVxcSpeed\": 10000,\n            \"locationId\": 17,\n            \"locationDetail\": {\n                \"name\": \"Equinix BR1\",\n                \"city\": \"Brisbane\",\n                \"metro\": \"Brisbane\",\n                \"country\": \"Australia\"\n            },\n            \"lagPrimary\": true,\n            \"lagId\": 2,\n            \"aggregationId\": 742867,\n            \"createDate\": 1757486944385,\n            \"createdBy\": \"80f81f13-b5a3-46fd-8bc4-459b0a443ed7\",\n            \"terminateDate\": null,\n            \"liveDate\": 1757550025310,\n            \"contractStartDate\": 1757550025326,\n            \"contractEndDate\": 1760018400000,\n            \"contractTermMonths\": 1,\n            \"autoRenewTerm\": false,\n            \"market\": \"AU\",\n            \"usageAlgorithm\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"virtual\": false,\n            \"buyoutPort\": false,\n            \"crossConnectRequested\": false,\n            \"locked\": false,\n            \"adminLocked\": false,\n            \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n            \"companyName\": \"Megaport Lab\",\n            \"associatedVxcs\": [\n                {\n                    \"productId\": 256851,\n                    \"productUid\": \"24f16382-c43d-4557-8cdb-30a26c4f14ff\",\n                    \"productName\": \"zIC to Megaport Internet\",\n                    \"secondaryName\": null,\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 10000,\n                    \"maximumRate\": 10000,\n                    \"distanceBand\": \"METRO\",\n                    \"provisioningStatus\": \"LIVE\",\n                    \"usageAlgorithm\": \"POST_PAID_HOURLY_NORMALISED_SPEED\",\n                    \"createdBy\": \"80f81f13-b5a3-46fd-8bc4-459b0a443ed7\",\n                    \"createDate\": 1757554686472,\n                    \"resources\": {\n                        \"csp_connection\": {\n                            \"connectType\": \"TRANSIT\",\n                            \"resource_name\": \"b_csp_connection\",\n                            \"resource_type\": \"csp_connection\",\n                            \"customer_asn\": 64612,\n                            \"prefixes\": [],\n                            \"customer_ip4_address\": \"162.43.180.31/31\",\n                            \"customer_ip6_network\": \"2a0a:1800:24:c::/64\",\n                            \"ipv4_gateway_address\": \"162.43.180.30\",\n                            \"ipv6_gateway_address\": \"2a0a:1800:24:c::1\",\n                            \"bgp_connections\": [\n                                {\n                                    \"customer_asn\": 64612,\n                                    \"customer_ip_address\": \"162.43.180.31\",\n                                    \"prefix_limit\": 1,\n                                    \"provider_asn\": 49915,\n                                    \"provider_ip_address\": \"162.43.180.30\",\n                                    \"up\": false\n                                },\n                                {\n                                    \"customer_asn\": 64612,\n                                    \"customer_ip_address\": \"2a0a:1800:24:c::2\",\n                                    \"prefix_limit\": 1,\n                                    \"provider_asn\": 49915,\n                                    \"provider_ip_address\": \"2a0a:1800:24:c::1\",\n                                    \"up\": false\n                                }\n                            ],\n                            \"route_table\": \"CUSTOMER_AND_PEER\",\n                            \"static_routed\": false\n                        },\n                        \"vll\": {\n                            \"a_vlan\": 1002,\n                            \"b_vlan\": 1002,\n                            \"rate_limit_mbps\": 10000,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 1,\n                            \"shutdown\": false\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": 1757555850661,\n                    \"contractEndDate\": 1760104800000,\n                    \"contractTermMonths\": 1,\n                    \"autoRenewTerm\": false,\n                    \"locked\": false,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": true,\n                    \"shutdown\": false,\n                    \"cancelable\": true,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"5b707f0c-944c-4c48-b788-b36f2970b535\",\n                        \"productName\": \"zIC\",\n                        \"locationId\": 17,\n                        \"location\": \"Equinix BR1\",\n                        \"locationDetail\": {\n                            \"name\": \"Equinix BR1\",\n                            \"city\": \"Brisbane\",\n                            \"metro\": \"Brisbane\",\n                            \"country\": \"Australia\"\n                        },\n                        \"vlan\": 1002,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"DEFAULT\",\n                        \"diversityZone\": null\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n                        \"productUid\": \"50b2b7e4-9811-4012-90bb-b0840470b744\",\n                        \"productName\": \"Megaport Internet\",\n                        \"locationId\": 383,\n                        \"location\": \"NextDC B2\",\n                        \"locationDetail\": {\n                            \"name\": \"NextDC B2\",\n                            \"city\": \"Brisbane\",\n                            \"metro\": \"Brisbane\",\n                            \"country\": \"Australia\"\n                        },\n                        \"vlan\": 1002,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"TRANSIT\",\n                        \"diversityZone\": \"red\"\n                    }\n                }\n            ],\n            \"associatedIxs\": [],\n            \"attributeTags\": {},\n            \"resources\": {\n                \"interface\": {\n                    \"demarcation\": \"\",\n                    \"loa_template\": \"megaport\",\n                    \"media\": \"LR\",\n                    \"port_speed\": 10000,\n                    \"resource_name\": \"interface\",\n                    \"resource_type\": \"interface\",\n                    \"up\": 1,\n                    \"shutdown\": false\n                }\n            },\n            \"diversityZone\": null,\n            \"up\": true,\n            \"addOns\": null,\n            \"cancelable\": true\n        },\n        {\n            \"productId\": 256709,\n            \"productUid\": \"28cd1598-653c-4223-b21a-5710df1ac717\",\n            \"productName\": \"zIC\",\n            \"secondaryName\": null,\n            \"productType\": \"MEGAPORT\",\n            \"provisioningStatus\": \"LIVE\",\n            \"portSpeed\": 10000,\n            \"maxVxcSpeed\": null,\n            \"locationId\": 17,\n            \"locationDetail\": {\n                \"name\": \"Equinix BR1\",\n                \"city\": \"Brisbane\",\n                \"metro\": \"Brisbane\",\n                \"country\": \"Australia\"\n            },\n            \"lagPrimary\": false,\n            \"lagId\": 2,\n            \"aggregationId\": 742867,\n            \"createDate\": 1757486944824,\n            \"createdBy\": \"80f81f13-b5a3-46fd-8bc4-459b0a443ed7\",\n            \"terminateDate\": null,\n            \"liveDate\": 1757550065311,\n            \"contractStartDate\": 1757550065340,\n            \"contractEndDate\": 1760018400000,\n            \"contractTermMonths\": 1,\n            \"autoRenewTerm\": false,\n            \"market\": \"AU\",\n            \"usageAlgorithm\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"virtual\": false,\n            \"buyoutPort\": false,\n            \"crossConnectRequested\": false,\n            \"locked\": false,\n            \"adminLocked\": false,\n            \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n            \"companyName\": \"Megaport Lab\",\n            \"associatedVxcs\": [],\n            \"associatedIxs\": [],\n            \"attributeTags\": {},\n            \"resources\": {\n                \"interface\": {\n                    \"demarcation\": \"\",\n                    \"loa_template\": \"megaport\",\n                    \"media\": \"LR\",\n                    \"port_speed\": 10000,\n                    \"resource_name\": \"interface\",\n                    \"resource_type\": \"interface\",\n                    \"up\": 1,\n                    \"shutdown\": false\n                }\n            },\n            \"diversityZone\": null,\n            \"up\": true,\n            \"addOns\": null,\n            \"cancelable\": true\n        },\n        {\n            \"productId\": 256802,\n            \"productUid\": \"911c32a1-6934-47f2-9076-56a020108a5f\",\n            \"productName\": \"IPSec_LA1-ShawnTest\",\n            \"secondaryName\": null,\n            \"productType\": \"MCR2\",\n            \"provisioningStatus\": \"LIVE\",\n            \"portSpeed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"locationId\": 59,\n            \"locationDetail\": {\n                \"name\": \"Equinix LA1\",\n                \"city\": \"Los Angeles\",\n                \"metro\": \"Los Angeles\",\n                \"country\": \"USA\"\n            },\n            \"lagPrimary\": false,\n            \"lagId\": null,\n            \"aggregationId\": null,\n            \"createDate\": 1757532516827,\n            \"createdBy\": \"e8d61a30-4d81-4424-8688-9a37db5abb57\",\n            \"terminateDate\": null,\n            \"liveDate\": 1757532603098,\n            \"contractStartDate\": 1757532603160,\n            \"contractEndDate\": 1760104800000,\n            \"contractTermMonths\": 1,\n            \"autoRenewTerm\": false,\n            \"market\": \"US\",\n            \"usageAlgorithm\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"virtual\": true,\n            \"buyoutPort\": false,\n            \"crossConnectRequested\": false,\n            \"locked\": true,\n            \"adminLocked\": false,\n            \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n            \"companyName\": \"Megaport Lab\",\n            \"associatedVxcs\": [\n                {\n                    \"productId\": 256804,\n                    \"productUid\": \"cc02388a-6f3a-4db5-aa29-b8c2924e4966\",\n                    \"productName\": \"IPSec_LA1-ShawnTest to Megaport Internet\",\n                    \"secondaryName\": null,\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 20,\n                    \"maximumRate\": 1000,\n                    \"distanceBand\": \"METRO\",\n                    \"provisioningStatus\": \"LIVE\",\n                    \"usageAlgorithm\": \"POST_PAID_HOURLY_NORMALISED_SPEED\",\n                    \"createdBy\": \"e8d61a30-4d81-4424-8688-9a37db5abb57\",\n                    \"createDate\": 1757533281652,\n                    \"resources\": {\n                        \"csp_connection\": [\n                            {\n                                \"connectType\": \"VROUTER\",\n                                \"resource_name\": \"a_csp_connection\",\n                                \"resource_type\": \"csp_connection\",\n                                \"vlan\": 4010,\n                                \"interfaces\": [\n                                    {\n                                        \"ipAddresses\": [\n                                            \"162.43.140.37/31\",\n                                            \"2a0a:1800:7:15::2/64\"\n                                        ],\n                                        \"natIpAddresses\": [\n                                            \"162.43.140.37\"\n                                        ],\n                                        \"ipMtu\": 1500,\n                                        \"ipRoutes\": [\n                                            {\n                                                \"description\": \"IPv4 Default Route\",\n                                                \"nextHop\": \"162.43.140.36\",\n                                                \"prefix\": \"0.0.0.0/0\"\n                                            },\n                                            {\n                                                \"description\": \"IPv6 Default Route\",\n                                                \"nextHop\": \"2a0a:1800:7:15::1\",\n                                                \"prefix\": \"::/0\"\n                                            }\n                                        ]\n                                    }\n                                ],\n                                \"ip_addresses\": [\n                                    \"162.43.140.37/31\",\n                                    \"2a0a:1800:7:15::2/64\"\n                                ],\n                                \"virtualRouterName\": \"\"\n                            },\n                            {\n                                \"connectType\": \"TRANSIT\",\n                                \"resource_name\": \"b_csp_connection\",\n                                \"resource_type\": \"csp_connection\",\n                                \"customer_ip4_address\": \"162.43.140.37/31\",\n                                \"customer_ip6_network\": \"2a0a:1800:7:15::/64\",\n                                \"ipv4_gateway_address\": \"162.43.140.36\",\n                                \"ipv6_gateway_address\": \"2a0a:1800:7:15::1\"\n                            }\n                        ],\n                        \"vll\": {\n                            \"a_vlan\": 4010,\n                            \"b_vlan\": 4010,\n                            \"a_inner_vlan\": 3128,\n                            \"rate_limit_mbps\": 20,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 1,\n                            \"shutdown\": false,\n                            \"ainnerVlan\": 3128\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": 1757533653333,\n                    \"contractEndDate\": 1760104800000,\n                    \"contractTermMonths\": 1,\n                    \"autoRenewTerm\": false,\n                    \"locked\": true,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": true,\n                    \"shutdown\": false,\n                    \"cancelable\": false,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"911c32a1-6934-47f2-9076-56a020108a5f\",\n                        \"productName\": \"IPSec_LA1-ShawnTest\",\n                        \"locationId\": 59,\n                        \"location\": \"Equinix LA1\",\n                        \"locationDetail\": {\n                            \"name\": \"Equinix LA1\",\n                            \"city\": \"Los Angeles\",\n                            \"metro\": \"Los Angeles\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 4010,\n                        \"innerVlan\": 3128,\n                        \"secondaryName\": null,\n                        \"connectType\": \"VROUTER\",\n                        \"diversityZone\": \"red\",\n                        \"vNicIndex\": 0\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n                        \"productUid\": \"b5231ce0-36bb-4bd3-9f1f-19fbd57b6b8b\",\n                        \"productName\": \"Megaport Internet\",\n                        \"locationId\": 59,\n                        \"location\": \"Equinix LA1\",\n                        \"locationDetail\": {\n                            \"name\": \"Equinix LA1\",\n                            \"city\": \"Los Angeles\",\n                            \"metro\": \"Los Angeles\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 4010,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"TRANSIT\",\n                        \"diversityZone\": \"red\"\n                    }\n                }\n            ],\n            \"associatedIxs\": [],\n            \"attributeTags\": {},\n            \"resources\": {\n                \"virtual_router\": {\n                    \"mcrAsn\": 133937,\n                    \"resource_name\": \"virtual_router\",\n                    \"resource_type\": \"virtual_router\",\n                    \"speed\": 1000,\n                    \"bgpShutdownDefault\": false\n                }\n            },\n            \"diversityZone\": \"red\",\n            \"up\": true,\n            \"addOns\": [\n                {\n                    \"addOnUid\": \"f7c4b5e1-c556-4a54-b9bb-d3b360addec7\",\n                    \"tunnelCount\": 10,\n                    \"addOnType\": \"IP_SEC\"\n                }\n            ],\n            \"cancelable\": false\n        },\n        {\n            \"productId\": 256803,\n            \"productUid\": \"7009da60-f1a8-4b12-8c83-bc3aae684c9c\",\n            \"productName\": \"IPSec_DE1-ShawnTest\",\n            \"secondaryName\": null,\n            \"productType\": \"MCR2\",\n            \"provisioningStatus\": \"LIVE\",\n            \"portSpeed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"locationId\": 320,\n            \"locationDetail\": {\n                \"name\": \"CoreSite DE1\",\n                \"city\": \"Denver\",\n                \"metro\": \"Denver\",\n                \"country\": \"USA\"\n            },\n            \"lagPrimary\": false,\n            \"lagId\": null,\n            \"aggregationId\": null,\n            \"createDate\": 1757532517216,\n            \"createdBy\": \"e8d61a30-4d81-4424-8688-9a37db5abb57\",\n            \"terminateDate\": null,\n            \"liveDate\": 1757532603502,\n            \"contractStartDate\": 1757532603517,\n            \"contractEndDate\": 1760104800000,\n            \"contractTermMonths\": 1,\n            \"autoRenewTerm\": false,\n            \"market\": \"US\",\n            \"usageAlgorithm\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"virtual\": true,\n            \"buyoutPort\": false,\n            \"crossConnectRequested\": false,\n            \"locked\": true,\n            \"adminLocked\": false,\n            \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n            \"companyName\": \"Megaport Lab\",\n            \"associatedVxcs\": [\n                {\n                    \"productId\": 256805,\n                    \"productUid\": \"88bb9bac-1ab7-4aa7-832a-5f680d3cef1c\",\n                    \"productName\": \"IPSec_DE1-ShawnTest to Megaport Internet\",\n                    \"secondaryName\": null,\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 20,\n                    \"maximumRate\": 1000,\n                    \"distanceBand\": \"METRO\",\n                    \"provisioningStatus\": \"LIVE\",\n                    \"usageAlgorithm\": \"POST_PAID_HOURLY_NORMALISED_SPEED\",\n                    \"createdBy\": \"e8d61a30-4d81-4424-8688-9a37db5abb57\",\n                    \"createDate\": 1757533282990,\n                    \"resources\": {\n                        \"csp_connection\": [\n                            {\n                                \"connectType\": \"VROUTER\",\n                                \"resource_name\": \"a_csp_connection\",\n                                \"resource_type\": \"csp_connection\",\n                                \"vlan\": 2276,\n                                \"interfaces\": [\n                                    {\n                                        \"ipAddresses\": [\n                                            \"162.43.152.13/31\",\n                                            \"2a0a:1800:14:7::2/64\"\n                                        ],\n                                        \"natIpAddresses\": [\n                                            \"162.43.152.13\"\n                                        ],\n                                        \"ipMtu\": 1500,\n                                        \"ipRoutes\": [\n                                            {\n                                                \"description\": \"IPv4 Default Route\",\n                                                \"nextHop\": \"162.43.152.12\",\n                                                \"prefix\": \"0.0.0.0/0\"\n                                            },\n                                            {\n                                                \"description\": \"IPv6 Default Route\",\n                                                \"nextHop\": \"2a0a:1800:14:7::1\",\n                                                \"prefix\": \"::/0\"\n                                            }\n                                        ]\n                                    }\n                                ],\n                                \"ip_addresses\": [\n                                    \"162.43.152.13/31\",\n                                    \"2a0a:1800:14:7::2/64\"\n                                ],\n                                \"virtualRouterName\": \"\"\n                            },\n                            {\n                                \"connectType\": \"TRANSIT\",\n                                \"resource_name\": \"b_csp_connection\",\n                                \"resource_type\": \"csp_connection\",\n                                \"customer_ip4_address\": \"162.43.152.13/31\",\n                                \"customer_ip6_network\": \"2a0a:1800:14:7::/64\",\n                                \"ipv4_gateway_address\": \"162.43.152.12\",\n                                \"ipv6_gateway_address\": \"2a0a:1800:14:7::1\"\n                            }\n                        ],\n                        \"vll\": {\n                            \"a_vlan\": 2276,\n                            \"b_vlan\": 2276,\n                            \"a_inner_vlan\": 2023,\n                            \"rate_limit_mbps\": 20,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 1,\n                            \"shutdown\": false,\n                            \"ainnerVlan\": 2023\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": 1757533653537,\n                    \"contractEndDate\": 1760104800000,\n                    \"contractTermMonths\": 1,\n                    \"autoRenewTerm\": false,\n                    \"locked\": true,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": true,\n                    \"shutdown\": false,\n                    \"cancelable\": false,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"7009da60-f1a8-4b12-8c83-bc3aae684c9c\",\n                        \"productName\": \"IPSec_DE1-ShawnTest\",\n                        \"locationId\": 320,\n                        \"location\": \"CoreSite DE1\",\n                        \"locationDetail\": {\n                            \"name\": \"CoreSite DE1\",\n                            \"city\": \"Denver\",\n                            \"metro\": \"Denver\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 2276,\n                        \"innerVlan\": 2023,\n                        \"secondaryName\": null,\n                        \"connectType\": \"VROUTER\",\n                        \"diversityZone\": \"blue\",\n                        \"vNicIndex\": 2\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n                        \"productUid\": \"b1874ba7-bdf8-4619-9e7e-381b0af69bc8\",\n                        \"productName\": \"Megaport Internet\",\n                        \"locationId\": 320,\n                        \"location\": \"CoreSite DE1\",\n                        \"locationDetail\": {\n                            \"name\": \"CoreSite DE1\",\n                            \"city\": \"Denver\",\n                            \"metro\": \"Denver\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 2276,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"TRANSIT\",\n                        \"diversityZone\": \"red\"\n                    }\n                }\n            ],\n            \"associatedIxs\": [],\n            \"attributeTags\": {},\n            \"resources\": {\n                \"virtual_router\": {\n                    \"mcrAsn\": 133937,\n                    \"resource_name\": \"virtual_router\",\n                    \"resource_type\": \"virtual_router\",\n                    \"speed\": 1000,\n                    \"bgpShutdownDefault\": false\n                }\n            },\n            \"diversityZone\": \"blue\",\n            \"up\": true,\n            \"addOns\": [\n                {\n                    \"addOnUid\": \"0c689535-4961-45d3-a650-06464c90d767\",\n                    \"tunnelCount\": 10,\n                    \"addOnType\": \"IP_SEC\"\n                }\n            ],\n            \"cancelable\": false\n        },\n        {\n            \"productId\": 257066,\n            \"productUid\": \"8ba11cb0-4cf7-48cc-8e6e-d5301e8d0818\",\n            \"productName\": \"MA3\",\n            \"secondaryName\": null,\n            \"productType\": \"MVE\",\n            \"provisioningStatus\": \"LIVE\",\n            \"portSpeed\": null,\n            \"maxVxcSpeed\": 100000,\n            \"locationId\": 2,\n            \"locationDetail\": {\n                \"name\": \"Equinix SY1\",\n                \"city\": \"Sydney\",\n                \"metro\": \"Sydney\",\n                \"country\": \"Australia\"\n            },\n            \"lagPrimary\": false,\n            \"lagId\": null,\n            \"aggregationId\": null,\n            \"createDate\": 1757654631601,\n            \"createdBy\": \"889744fa-ea19-4e56-9322-4a0b565829c9\",\n            \"terminateDate\": null,\n            \"liveDate\": 1757654691693,\n            \"contractStartDate\": 1757654691713,\n            \"contractEndDate\": 1760191200000,\n            \"contractTermMonths\": 1,\n            \"autoRenewTerm\": false,\n            \"market\": \"AU\",\n            \"usageAlgorithm\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"virtual\": true,\n            \"buyoutPort\": false,\n            \"crossConnectRequested\": false,\n            \"locked\": false,\n            \"adminLocked\": false,\n            \"vendor\": \"CISCO\",\n            \"mveSize\": \"SMALL\",\n            \"mveLabel\": \"MVE 2/8\",\n            \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n            \"companyName\": \"Megaport Lab\",\n            \"associatedVxcs\": [\n                {\n                    \"productId\": 257070,\n                    \"productUid\": \"4aa4b6be-c917-472b-9e4e-a11f00dedc3a\",\n                    \"productName\": \"VXC\",\n                    \"secondaryName\": null,\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 1000,\n                    \"maximumRate\": 100000,\n                    \"distanceBand\": \"METRO\",\n                    \"provisioningStatus\": \"LIVE\",\n                    \"usageAlgorithm\": \"POST_PAID_VARIABLE\",\n                    \"createdBy\": \"889744fa-ea19-4e56-9322-4a0b565829c9\",\n                    \"createDate\": 1757655070327,\n                    \"resources\": {\n                        \"vll\": {\n                            \"a_vlan\": 570,\n                            \"b_vlan\": 2382,\n                            \"a_inner_vlan\": 100,\n                            \"b_inner_vlan\": 100,\n                            \"rate_limit_mbps\": 1000,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 1,\n                            \"shutdown\": false,\n                            \"ainnerVlan\": 100,\n                            \"binnerVlan\": 100\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": 1757655451893,\n                    \"contractEndDate\": 1760191200000,\n                    \"contractTermMonths\": 1,\n                    \"autoRenewTerm\": false,\n                    \"locked\": false,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": true,\n                    \"shutdown\": false,\n                    \"cancelable\": true,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"8ba11cb0-4cf7-48cc-8e6e-d5301e8d0818\",\n                        \"productName\": \"MA3\",\n                        \"locationId\": 2,\n                        \"location\": \"Equinix SY1\",\n                        \"locationDetail\": {\n                            \"name\": \"Equinix SY1\",\n                            \"city\": \"Sydney\",\n                            \"metro\": \"Sydney\",\n                            \"country\": \"Australia\"\n                        },\n                        \"vlan\": 570,\n                        \"innerVlan\": 100,\n                        \"secondaryName\": null,\n                        \"connectType\": \"MVE\",\n                        \"diversityZone\": \"blue\",\n                        \"vNicIndex\": 4\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"a79d2fff-bc05-447d-adb1-d9e808057258\",\n                        \"productName\": \"MA4\",\n                        \"locationId\": 10,\n                        \"location\": \"NextDC S1\",\n                        \"locationDetail\": {\n                            \"name\": \"NextDC S1\",\n                            \"city\": \"Sydney\",\n                            \"metro\": \"Sydney\",\n                            \"country\": \"Australia\"\n                        },\n                        \"vlan\": 2382,\n                        \"innerVlan\": 100,\n                        \"secondaryName\": null,\n                        \"connectType\": \"MVE\",\n                        \"diversityZone\": \"red\",\n                        \"vNicIndex\": 4\n                    }\n                },\n                {\n                    \"productId\": 257068,\n                    \"productUid\": \"f02ddd71-766d-468e-a17d-8019d8c50032\",\n                    \"productName\": \"MA3 to Megaport Internet\",\n                    \"secondaryName\": null,\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 1000,\n                    \"maximumRate\": 10000,\n                    \"distanceBand\": \"METRO\",\n                    \"provisioningStatus\": \"LIVE\",\n                    \"usageAlgorithm\": \"POST_PAID_HOURLY_NORMALISED_SPEED\",\n                    \"createdBy\": \"889744fa-ea19-4e56-9322-4a0b565829c9\",\n                    \"createDate\": 1757654633474,\n                    \"resources\": {\n                        \"csp_connection\": {\n                            \"connectType\": \"TRANSIT\",\n                            \"resource_name\": \"b_csp_connection\",\n                            \"resource_type\": \"csp_connection\",\n                            \"customer_ip4_address\": \"162.43.167.137/31\",\n                            \"customer_ip6_network\": \"2a0a:1800:4:b0::/64\",\n                            \"ipv4_gateway_address\": \"162.43.167.136\",\n                            \"ipv6_gateway_address\": \"2a0a:1800:4:b0::1\"\n                        },\n                        \"vll\": {\n                            \"a_vlan\": 3214,\n                            \"b_vlan\": 3214,\n                            \"rate_limit_mbps\": 1000,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 1,\n                            \"shutdown\": false\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": 1757655151872,\n                    \"contractEndDate\": 1760191200000,\n                    \"contractTermMonths\": 1,\n                    \"autoRenewTerm\": false,\n                    \"locked\": false,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": true,\n                    \"shutdown\": false,\n                    \"cancelable\": true,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"8ba11cb0-4cf7-48cc-8e6e-d5301e8d0818\",\n                        \"productName\": \"MA3\",\n                        \"locationId\": 2,\n                        \"location\": \"Equinix SY1\",\n                        \"locationDetail\": {\n                            \"name\": \"Equinix SY1\",\n                            \"city\": \"Sydney\",\n                            \"metro\": \"Sydney\",\n                            \"country\": \"Australia\"\n                        },\n                        \"vlan\": 3214,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"MVE\",\n                        \"diversityZone\": \"blue\",\n                        \"vNicIndex\": 0\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n                        \"productUid\": \"472a5359-b3d8-47fc-95e7-cf915f4dba1f\",\n                        \"productName\": \"Megaport Internet\",\n                        \"locationId\": 3,\n                        \"location\": \"Global Switch Sydney West\",\n                        \"locationDetail\": {\n                            \"name\": \"Global Switch Sydney West\",\n                            \"city\": \"Sydney\",\n                            \"metro\": \"Sydney\",\n                            \"country\": \"Australia\"\n                        },\n                        \"vlan\": 3214,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"TRANSIT\",\n                        \"diversityZone\": \"blue\"\n                    }\n                }\n            ],\n            \"associatedIxs\": [],\n            \"attributeTags\": {},\n            \"vnics\": [\n                {\n                    \"vlan\": 3214,\n                    \"description\": \"vNIC0\"\n                },\n                {\n                    \"vlan\": 3878,\n                    \"description\": \"vNIC1\"\n                },\n                {\n                    \"vlan\": 2807,\n                    \"description\": \"vNIC2\"\n                },\n                {\n                    \"vlan\": 3157,\n                    \"description\": \"vNIC3\"\n                },\n                {\n                    \"vlan\": 570,\n                    \"description\": \"vNIC4\"\n                }\n            ],\n            \"resources\": {\n                \"virtual_machine\": [\n                    {\n                        \"cpu_count\": 2,\n                        \"id\": 0,\n                        \"image\": {\n                            \"id\": 114,\n                            \"vendor\": \"Cisco\",\n                            \"product\": \"C8000\",\n                            \"version\": \"17.18.01a\"\n                        },\n                        \"resource_type\": \"virtual_machine\",\n                        \"up\": true,\n                        \"vnics\": [\n                            {\n                                \"vlan\": 3214,\n                                \"description\": \"vNIC0\"\n                            },\n                            {\n                                \"vlan\": 3878,\n                                \"description\": \"vNIC1\"\n                            },\n                            {\n                                \"vlan\": 2807,\n                                \"description\": \"vNIC2\"\n                            },\n                            {\n                                \"vlan\": 3157,\n                                \"description\": \"vNIC3\"\n                            },\n                            {\n                                \"vlan\": 570,\n                                \"description\": \"vNIC4\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            \"diversityZone\": \"blue\",\n            \"up\": true,\n            \"addOns\": null,\n            \"cancelable\": true\n        },\n        {\n            \"productId\": 257067,\n            \"productUid\": \"a79d2fff-bc05-447d-adb1-d9e808057258\",\n            \"productName\": \"MA4\",\n            \"secondaryName\": null,\n            \"productType\": \"MVE\",\n            \"provisioningStatus\": \"LIVE\",\n            \"portSpeed\": null,\n            \"maxVxcSpeed\": 100000,\n            \"locationId\": 10,\n            \"locationDetail\": {\n                \"name\": \"NextDC S1\",\n                \"city\": \"Sydney\",\n                \"metro\": \"Sydney\",\n                \"country\": \"Australia\"\n            },\n            \"lagPrimary\": false,\n            \"lagId\": null,\n            \"aggregationId\": null,\n            \"createDate\": 1757654632632,\n            \"createdBy\": \"889744fa-ea19-4e56-9322-4a0b565829c9\",\n            \"terminateDate\": null,\n            \"liveDate\": 1757654731728,\n            \"contractStartDate\": 1757654731813,\n            \"contractEndDate\": 1760191200000,\n            \"contractTermMonths\": 1,\n            \"autoRenewTerm\": false,\n            \"market\": \"AU\",\n            \"usageAlgorithm\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"virtual\": true,\n            \"buyoutPort\": false,\n            \"crossConnectRequested\": false,\n            \"locked\": false,\n            \"adminLocked\": false,\n            \"vendor\": \"CISCO\",\n            \"mveSize\": \"SMALL\",\n            \"mveLabel\": \"MVE 2/8\",\n            \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n            \"companyName\": \"Megaport Lab\",\n            \"associatedVxcs\": [\n                {\n                    \"productId\": 257070,\n                    \"productUid\": \"4aa4b6be-c917-472b-9e4e-a11f00dedc3a\",\n                    \"productName\": \"VXC\",\n                    \"secondaryName\": null,\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 1000,\n                    \"maximumRate\": 100000,\n                    \"distanceBand\": \"METRO\",\n                    \"provisioningStatus\": \"LIVE\",\n                    \"usageAlgorithm\": \"POST_PAID_VARIABLE\",\n                    \"createdBy\": \"889744fa-ea19-4e56-9322-4a0b565829c9\",\n                    \"createDate\": 1757655070327,\n                    \"resources\": {\n                        \"vll\": {\n                            \"a_vlan\": 570,\n                            \"b_vlan\": 2382,\n                            \"a_inner_vlan\": 100,\n                            \"b_inner_vlan\": 100,\n                            \"rate_limit_mbps\": 1000,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 1,\n                            \"shutdown\": false,\n                            \"ainnerVlan\": 100,\n                            \"binnerVlan\": 100\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": 1757655451893,\n                    \"contractEndDate\": 1760191200000,\n                    \"contractTermMonths\": 1,\n                    \"autoRenewTerm\": false,\n                    \"locked\": false,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": true,\n                    \"shutdown\": false,\n                    \"cancelable\": true,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"8ba11cb0-4cf7-48cc-8e6e-d5301e8d0818\",\n                        \"productName\": \"MA3\",\n                        \"locationId\": 2,\n                        \"location\": \"Equinix SY1\",\n                        \"locationDetail\": {\n                            \"name\": \"Equinix SY1\",\n                            \"city\": \"Sydney\",\n                            \"metro\": \"Sydney\",\n                            \"country\": \"Australia\"\n                        },\n                        \"vlan\": 570,\n                        \"innerVlan\": 100,\n                        \"secondaryName\": null,\n                        \"connectType\": \"MVE\",\n                        \"diversityZone\": \"blue\",\n                        \"vNicIndex\": 4\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"a79d2fff-bc05-447d-adb1-d9e808057258\",\n                        \"productName\": \"MA4\",\n                        \"locationId\": 10,\n                        \"location\": \"NextDC S1\",\n                        \"locationDetail\": {\n                            \"name\": \"NextDC S1\",\n                            \"city\": \"Sydney\",\n                            \"metro\": \"Sydney\",\n                            \"country\": \"Australia\"\n                        },\n                        \"vlan\": 2382,\n                        \"innerVlan\": 100,\n                        \"secondaryName\": null,\n                        \"connectType\": \"MVE\",\n                        \"diversityZone\": \"red\",\n                        \"vNicIndex\": 4\n                    }\n                },\n                {\n                    \"productId\": 257069,\n                    \"productUid\": \"a39d5c4f-4d68-450b-a482-7ba04ab196bd\",\n                    \"productName\": \"MA4 to Megaport Internet\",\n                    \"secondaryName\": null,\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 1000,\n                    \"maximumRate\": 10000,\n                    \"distanceBand\": \"METRO\",\n                    \"provisioningStatus\": \"LIVE\",\n                    \"usageAlgorithm\": \"POST_PAID_HOURLY_NORMALISED_SPEED\",\n                    \"createdBy\": \"889744fa-ea19-4e56-9322-4a0b565829c9\",\n                    \"createDate\": 1757654634914,\n                    \"resources\": {\n                        \"csp_connection\": {\n                            \"connectType\": \"TRANSIT\",\n                            \"resource_name\": \"b_csp_connection\",\n                            \"resource_type\": \"csp_connection\",\n                            \"customer_ip4_address\": \"162.43.167.139/31\",\n                            \"customer_ip6_network\": \"2a0a:1800:4:b1::/64\",\n                            \"ipv4_gateway_address\": \"162.43.167.138\",\n                            \"ipv6_gateway_address\": \"2a0a:1800:4:b1::1\"\n                        },\n                        \"vll\": {\n                            \"a_vlan\": 3563,\n                            \"b_vlan\": 3563,\n                            \"rate_limit_mbps\": 1000,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 1,\n                            \"shutdown\": false\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": 1757655155026,\n                    \"contractEndDate\": 1760191200000,\n                    \"contractTermMonths\": 1,\n                    \"autoRenewTerm\": false,\n                    \"locked\": false,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": true,\n                    \"shutdown\": false,\n                    \"cancelable\": true,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"a79d2fff-bc05-447d-adb1-d9e808057258\",\n                        \"productName\": \"MA4\",\n                        \"locationId\": 10,\n                        \"location\": \"NextDC S1\",\n                        \"locationDetail\": {\n                            \"name\": \"NextDC S1\",\n                            \"city\": \"Sydney\",\n                            \"metro\": \"Sydney\",\n                            \"country\": \"Australia\"\n                        },\n                        \"vlan\": 3563,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"MVE\",\n                        \"diversityZone\": \"red\",\n                        \"vNicIndex\": 0\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n                        \"productUid\": \"aca36db9-f44a-4a2c-a29c-d4abd77a88b0\",\n                        \"productName\": \"Megaport Internet\",\n                        \"locationId\": 10,\n                        \"location\": \"NextDC S1\",\n                        \"locationDetail\": {\n                            \"name\": \"NextDC S1\",\n                            \"city\": \"Sydney\",\n                            \"metro\": \"Sydney\",\n                            \"country\": \"Australia\"\n                        },\n                        \"vlan\": 3563,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"TRANSIT\",\n                        \"diversityZone\": \"red\"\n                    }\n                }\n            ],\n            \"associatedIxs\": [],\n            \"attributeTags\": {},\n            \"vnics\": [\n                {\n                    \"vlan\": 3563,\n                    \"description\": \"vNIC0\"\n                },\n                {\n                    \"vlan\": 176,\n                    \"description\": \"vNIC1\"\n                },\n                {\n                    \"vlan\": 4011,\n                    \"description\": \"vNIC2\"\n                },\n                {\n                    \"vlan\": 941,\n                    \"description\": \"vNIC3\"\n                },\n                {\n                    \"vlan\": 2382,\n                    \"description\": \"vNIC4\"\n                }\n            ],\n            \"resources\": {\n                \"virtual_machine\": [\n                    {\n                        \"cpu_count\": 2,\n                        \"id\": 0,\n                        \"image\": {\n                            \"id\": 114,\n                            \"vendor\": \"Cisco\",\n                            \"product\": \"C8000\",\n                            \"version\": \"17.18.01a\"\n                        },\n                        \"resource_type\": \"virtual_machine\",\n                        \"up\": true,\n                        \"vnics\": [\n                            {\n                                \"vlan\": 3563,\n                                \"description\": \"vNIC0\"\n                            },\n                            {\n                                \"vlan\": 176,\n                                \"description\": \"vNIC1\"\n                            },\n                            {\n                                \"vlan\": 4011,\n                                \"description\": \"vNIC2\"\n                            },\n                            {\n                                \"vlan\": 941,\n                                \"description\": \"vNIC3\"\n                            },\n                            {\n                                \"vlan\": 2382,\n                                \"description\": \"vNIC4\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            \"diversityZone\": \"red\",\n            \"up\": true,\n            \"addOns\": null,\n            \"cancelable\": true\n        },\n        {\n            \"productId\": 257176,\n            \"productUid\": \"ab22e2b3-1e44-4614-8e24-4afcd9973544\",\n            \"productName\": \"Manu\",\n            \"secondaryName\": null,\n            \"productType\": \"MCR2\",\n            \"provisioningStatus\": \"LIVE\",\n            \"portSpeed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"locationId\": 657,\n            \"locationDetail\": {\n                \"name\": \"365 Data Centers Aurora\",\n                \"city\": \"Denver\",\n                \"metro\": \"Denver\",\n                \"country\": \"USA\"\n            },\n            \"lagPrimary\": false,\n            \"lagId\": null,\n            \"aggregationId\": null,\n            \"createDate\": 1757747697298,\n            \"createdBy\": \"55a0ccec-50ac-4f13-852a-4d616b9d4e09\",\n            \"terminateDate\": null,\n            \"liveDate\": 1757747705570,\n            \"contractStartDate\": 1757747705591,\n            \"contractEndDate\": 1789221600000,\n            \"contractTermMonths\": 12,\n            \"autoRenewTerm\": true,\n            \"market\": \"US\",\n            \"usageAlgorithm\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"virtual\": true,\n            \"buyoutPort\": false,\n            \"crossConnectRequested\": false,\n            \"locked\": false,\n            \"adminLocked\": false,\n            \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n            \"companyName\": \"Megaport Lab\",\n            \"associatedVxcs\": [\n                {\n                    \"productId\": 257177,\n                    \"productUid\": \"02460639-f527-459c-8796-88e80e866921\",\n                    \"productName\": \"Manu\",\n                    \"secondaryName\": null,\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 50,\n                    \"maximumRate\": 1000,\n                    \"distanceBand\": \"ZONE\",\n                    \"provisioningStatus\": \"LIVE\",\n                    \"usageAlgorithm\": \"POST_PAID_HOURLY_SPEED_LONG_HAUL_VXC\",\n                    \"createdBy\": \"55a0ccec-50ac-4f13-852a-4d616b9d4e09\",\n                    \"createDate\": 1757747917882,\n                    \"resources\": {\n                        \"csp_connection\": [\n                            {\n                                \"connectType\": \"VROUTER\",\n                                \"resource_name\": \"a_csp_connection\",\n                                \"resource_type\": \"csp_connection\",\n                                \"vlan\": 403,\n                                \"interfaces\": [\n                                    {\n                                        \"ipMtu\": 1500,\n                                        \"description\": \"Manu\"\n                                    }\n                                ],\n                                \"virtualRouterName\": \"\"\n                            },\n                            {\n                                \"bandwidth\": 50,\n                                \"connectType\": \"AWSHC\",\n                                \"resource_name\": \"b_csp_connection\",\n                                \"resource_type\": \"csp_connection\",\n                                \"name\": \"Manu\",\n                                \"ownerAccount\": \"123456789090\",\n                                \"bandwidths\": [\n                                    50\n                                ],\n                                \"connectionId\": \"dxcon-fgw7ufp6\"\n                            }\n                        ],\n                        \"vll\": {\n                            \"a_vlan\": 403,\n                            \"b_vlan\": 403,\n                            \"a_inner_vlan\": 3871,\n                            \"rate_limit_mbps\": 50,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 0,\n                            \"shutdown\": true,\n                            \"ainnerVlan\": 3871\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": 1757748149221,\n                    \"contractEndDate\": 1789221600000,\n                    \"contractTermMonths\": 12,\n                    \"autoRenewTerm\": false,\n                    \"locked\": false,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": false,\n                    \"shutdown\": true,\n                    \"termSpeed\": 50,\n                    \"cancelable\": true,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"ab22e2b3-1e44-4614-8e24-4afcd9973544\",\n                        \"productName\": \"Manu\",\n                        \"locationId\": 657,\n                        \"location\": \"365 Data Centers Aurora\",\n                        \"locationDetail\": {\n                            \"name\": \"365 Data Centers Aurora\",\n                            \"city\": \"Denver\",\n                            \"metro\": \"Denver\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 403,\n                        \"innerVlan\": 3871,\n                        \"secondaryName\": null,\n                        \"connectType\": \"VROUTER\",\n                        \"diversityZone\": \"blue\",\n                        \"vNicIndex\": 3\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                        \"productUid\": \"51178765-48ac-43ed-8e89-71a5ce2711f9\",\n                        \"productName\": \"US East (Ohio) (us-east-2)\",\n                        \"locationId\": 324,\n                        \"location\": \"Netrality Kansas City\",\n                        \"locationDetail\": {\n                            \"name\": \"Netrality Kansas City\",\n                            \"city\": \"Kansas City\",\n                            \"metro\": \"Kansas City\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 403,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"AWSHC\",\n                        \"diversityZone\": \"red\"\n                    }\n                }\n            ],\n            \"associatedIxs\": [],\n            \"attributeTags\": {},\n            \"resources\": {\n                \"virtual_router\": {\n                    \"mcrAsn\": 133937,\n                    \"resource_name\": \"virtual_router\",\n                    \"resource_type\": \"virtual_router\",\n                    \"speed\": 1000,\n                    \"bgpShutdownDefault\": false\n                }\n            },\n            \"diversityZone\": \"blue\",\n            \"up\": true,\n            \"addOns\": null,\n            \"cancelable\": true\n        },\n        {\n            \"productId\": 257245,\n            \"productUid\": \"19f6e2e7-a24e-468e-9a52-b1ed8fb0d087\",\n            \"productName\": \"glenn.hartshorn-routing-mcr-filtering-mcr-syd\",\n            \"secondaryName\": null,\n            \"productType\": \"MCR2\",\n            \"provisioningStatus\": \"LIVE\",\n            \"portSpeed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"locationId\": 55,\n            \"locationDetail\": {\n                \"name\": \"Macquarie IC2\",\n                \"city\": \"Sydney\",\n                \"metro\": \"Sydney\",\n                \"country\": \"Australia\"\n            },\n            \"lagPrimary\": false,\n            \"lagId\": null,\n            \"aggregationId\": null,\n            \"createDate\": 1757909054730,\n            \"createdBy\": \"3e04cbfc-5345-4951-b2eb-02b8a35f68bf\",\n            \"terminateDate\": null,\n            \"liveDate\": 1757909106414,\n            \"contractStartDate\": 1757909106443,\n            \"contractEndDate\": 1760450400000,\n            \"contractTermMonths\": 1,\n            \"autoRenewTerm\": false,\n            \"market\": \"AU\",\n            \"costCentre\": \"\",\n            \"usageAlgorithm\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"virtual\": true,\n            \"buyoutPort\": false,\n            \"crossConnectRequested\": false,\n            \"locked\": false,\n            \"adminLocked\": false,\n            \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n            \"companyName\": \"Megaport Lab\",\n            \"associatedVxcs\": [\n                {\n                    \"productId\": 257248,\n                    \"productUid\": \"e18a31ae-618a-4d4d-bcf0-dea92f83ef37\",\n                    \"productName\": \"glenn.hartshorn-routing-mcr-filtering-syd-1\",\n                    \"secondaryName\": null,\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 50,\n                    \"maximumRate\": 1000,\n                    \"distanceBand\": \"METRO\",\n                    \"provisioningStatus\": \"LIVE\",\n                    \"usageAlgorithm\": \"POST_PAID_VARIABLE\",\n                    \"createdBy\": \"3e04cbfc-5345-4951-b2eb-02b8a35f68bf\",\n                    \"createDate\": 1757909122155,\n                    \"resources\": {\n                        \"csp_connection\": [\n                            {\n                                \"connectType\": \"VROUTER\",\n                                \"resource_name\": \"a_csp_connection\",\n                                \"resource_type\": \"csp_connection\",\n                                \"vlan\": 3742,\n                                \"bgp_peers\": [\n                                    \"10.255.48.2\"\n                                ],\n                                \"bgp_status\": {\n                                    \"10.255.48.2\": 1\n                                },\n                                \"interfaces\": [\n                                    {\n                                        \"bgpConnections\": [\n                                            {\n                                                \"bfdEnabled\": false,\n                                                \"description\": \"aws-syd-1\",\n                                                \"ebgpMultihop\": null,\n                                                \"localAsn\": 133937,\n                                                \"localIpAddress\": \"10.255.48.1\",\n                                                \"medIn\": null,\n                                                \"medOut\": null,\n                                                \"password\": \"qIYC0OGT\",\n                                                \"peerAsn\": 65101,\n                                                \"peerIpAddress\": \"10.255.48.2\",\n                                                \"peerType\": \"NON_CLOUD\",\n                                                \"prefixFilterIn\": null,\n                                                \"prefixFilterOut\": null,\n                                                \"prefixLimit\": null,\n                                                \"shutdown\": false,\n                                                \"importWhitelist\": 5133,\n                                                \"importBlacklist\": null,\n                                                \"exportWhitelist\": null,\n                                                \"exportBlacklist\": null,\n                                                \"exportPolicy\": null,\n                                                \"denyExportTo\": null,\n                                                \"permitExportTo\": null,\n                                                \"asPathPrependCount\": null\n                                            }\n                                        ],\n                                        \"ipAddresses\": [\n                                            \"10.255.48.1/30\"\n                                        ],\n                                        \"ipMtu\": 1500\n                                    }\n                                ],\n                                \"ip_addresses\": [\n                                    \"10.255.48.1/30\"\n                                ],\n                                \"virtualRouterName\": \"\"\n                            },\n                            {\n                                \"bandwidth\": 50,\n                                \"connectType\": \"AWSHC\",\n                                \"resource_name\": \"b_csp_connection\",\n                                \"resource_type\": \"csp_connection\",\n                                \"name\": \"glennhartshorn-routing-mcr-filtering-syd-1\",\n                                \"ownerAccount\": \"918835937274\",\n                                \"bandwidths\": [\n                                    50\n                                ],\n                                \"connectionId\": \"dxcon-fg363qiy\"\n                            }\n                        ],\n                        \"vll\": {\n                            \"a_vlan\": 3742,\n                            \"b_vlan\": 3742,\n                            \"a_inner_vlan\": 3336,\n                            \"rate_limit_mbps\": 50,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 1,\n                            \"shutdown\": false,\n                            \"ainnerVlan\": 3336\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": 1757909555404,\n                    \"contractEndDate\": 1760450400000,\n                    \"contractTermMonths\": 1,\n                    \"autoRenewTerm\": false,\n                    \"locked\": false,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": true,\n                    \"shutdown\": false,\n                    \"cancelable\": true,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"19f6e2e7-a24e-468e-9a52-b1ed8fb0d087\",\n                        \"productName\": \"glenn.hartshorn-routing-mcr-filtering-mcr-syd\",\n                        \"locationId\": 55,\n                        \"location\": \"Macquarie IC2\",\n                        \"locationDetail\": {\n                            \"name\": \"Macquarie IC2\",\n                            \"city\": \"Sydney\",\n                            \"metro\": \"Sydney\",\n                            \"country\": \"Australia\"\n                        },\n                        \"vlan\": 3742,\n                        \"innerVlan\": 3336,\n                        \"secondaryName\": null,\n                        \"connectType\": \"VROUTER\",\n                        \"diversityZone\": \"red\",\n                        \"vNicIndex\": 0\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                        \"productUid\": \"903ed102-7af9-4ad0-8922-a935d44163f4\",\n                        \"productName\": \"Asia Pacific (Sydney) (ap-southeast-2)\",\n                        \"locationId\": 3,\n                        \"location\": \"Global Switch Sydney West\",\n                        \"locationDetail\": {\n                            \"name\": \"Global Switch Sydney West\",\n                            \"city\": \"Sydney\",\n                            \"metro\": \"Sydney\",\n                            \"country\": \"Australia\"\n                        },\n                        \"vlan\": 3742,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"AWSHC\",\n                        \"diversityZone\": \"blue\"\n                    }\n                },\n                {\n                    \"productId\": 257251,\n                    \"productUid\": \"7cd16508-bde7-4de8-845a-67a0af9f7222\",\n                    \"productName\": \"Interstate Mel to Syd\",\n                    \"secondaryName\": null,\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 1000,\n                    \"maximumRate\": 1000,\n                    \"distanceBand\": \"INTERZONE\",\n                    \"provisioningStatus\": \"LIVE\",\n                    \"usageAlgorithm\": \"POST_PAID_HOURLY_SPEED_LONG_HAUL_VXC\",\n                    \"createdBy\": \"3e04cbfc-5345-4951-b2eb-02b8a35f68bf\",\n                    \"createDate\": 1757910775625,\n                    \"resources\": {\n                        \"csp_connection\": [\n                            {\n                                \"connectType\": \"VROUTER\",\n                                \"resource_name\": \"a_csp_connection\",\n                                \"resource_type\": \"csp_connection\",\n                                \"vlan\": 3042,\n                                \"bgp_peers\": [\n                                    \"172.16.0.2\"\n                                ],\n                                \"bgp_status\": {\n                                    \"172.16.0.2\": 1\n                                },\n                                \"interfaces\": [\n                                    {\n                                        \"bgpConnections\": [\n                                            {\n                                                \"bfdEnabled\": false,\n                                                \"description\": null,\n                                                \"ebgpMultihop\": null,\n                                                \"localAsn\": 133937,\n                                                \"localIpAddress\": \"172.16.0.1\",\n                                                \"medIn\": null,\n                                                \"medOut\": null,\n                                                \"password\": \"blap\",\n                                                \"peerAsn\": 133937,\n                                                \"peerIpAddress\": \"172.16.0.2\",\n                                                \"peerType\": \"PRIV_CLOUD\",\n                                                \"prefixFilterIn\": null,\n                                                \"prefixFilterOut\": null,\n                                                \"prefixLimit\": null,\n                                                \"shutdown\": false,\n                                                \"importWhitelist\": null,\n                                                \"importBlacklist\": null,\n                                                \"exportWhitelist\": null,\n                                                \"exportBlacklist\": null,\n                                                \"exportPolicy\": null,\n                                                \"denyExportTo\": null,\n                                                \"permitExportTo\": null,\n                                                \"asPathPrependCount\": null\n                                            }\n                                        ],\n                                        \"ipAddresses\": [\n                                            \"172.16.0.1/12\"\n                                        ],\n                                        \"ipMtu\": 1500\n                                    }\n                                ],\n                                \"ip_addresses\": [\n                                    \"172.16.0.1/12\"\n                                ],\n                                \"virtualRouterName\": \"\"\n                            },\n                            {\n                                \"connectType\": \"VROUTER\",\n                                \"resource_name\": \"b_csp_connection\",\n                                \"resource_type\": \"csp_connection\",\n                                \"vlan\": 3742,\n                                \"bgp_peers\": [\n                                    \"172.16.0.1\"\n                                ],\n                                \"bgp_status\": {\n                                    \"172.16.0.1\": 1\n                                },\n                                \"interfaces\": [\n                                    {\n                                        \"bgpConnections\": [\n                                            {\n                                                \"bfdEnabled\": false,\n                                                \"description\": null,\n                                                \"ebgpMultihop\": null,\n                                                \"localAsn\": 133937,\n                                                \"localIpAddress\": \"172.16.0.2\",\n                                                \"medIn\": null,\n                                                \"medOut\": null,\n                                                \"password\": \"blap\",\n                                                \"peerAsn\": 133937,\n                                                \"peerIpAddress\": \"172.16.0.1\",\n                                                \"peerType\": \"PRIV_CLOUD\",\n                                                \"prefixFilterIn\": null,\n                                                \"prefixFilterOut\": null,\n                                                \"prefixLimit\": null,\n                                                \"shutdown\": false,\n                                                \"importWhitelist\": null,\n                                                \"importBlacklist\": null,\n                                                \"exportWhitelist\": null,\n                                                \"exportBlacklist\": null,\n                                                \"exportPolicy\": null,\n                                                \"denyExportTo\": null,\n                                                \"permitExportTo\": null,\n                                                \"asPathPrependCount\": null\n                                            }\n                                        ],\n                                        \"ipAddresses\": [\n                                            \"172.16.0.2/12\"\n                                        ],\n                                        \"ipMtu\": 1500\n                                    }\n                                ],\n                                \"ip_addresses\": [\n                                    \"172.16.0.2/12\"\n                                ],\n                                \"virtualRouterName\": \"\"\n                            }\n                        ],\n                        \"vll\": {\n                            \"a_vlan\": 3042,\n                            \"b_vlan\": 3742,\n                            \"a_inner_vlan\": 2481,\n                            \"b_inner_vlan\": 2481,\n                            \"rate_limit_mbps\": 1000,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 1,\n                            \"shutdown\": false,\n                            \"ainnerVlan\": 2481,\n                            \"binnerVlan\": 2481\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": 1757911051069,\n                    \"contractEndDate\": 1789394400000,\n                    \"contractTermMonths\": 12,\n                    \"autoRenewTerm\": true,\n                    \"locked\": false,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": true,\n                    \"shutdown\": false,\n                    \"termSpeed\": 1000,\n                    \"cancelable\": true,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"1b76bb55-df99-41b4-bbbb-2aab3e1e7519\",\n                        \"productName\": \"glenn.hartshorn-routing-mcr-filtering-mcr-mel\",\n                        \"locationId\": 23,\n                        \"location\": \"5G Networks MDC\",\n                        \"locationDetail\": {\n                            \"name\": \"5G Networks MDC\",\n                            \"city\": \"Melbourne\",\n                            \"metro\": \"Melbourne\",\n                            \"country\": \"Australia\"\n                        },\n                        \"vlan\": 3042,\n                        \"innerVlan\": 2481,\n                        \"secondaryName\": null,\n                        \"connectType\": \"VROUTER\",\n                        \"diversityZone\": \"blue\",\n                        \"vNicIndex\": 4\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"19f6e2e7-a24e-468e-9a52-b1ed8fb0d087\",\n                        \"productName\": \"glenn.hartshorn-routing-mcr-filtering-mcr-syd\",\n                        \"locationId\": 55,\n                        \"location\": \"Macquarie IC2\",\n                        \"locationDetail\": {\n                            \"name\": \"Macquarie IC2\",\n                            \"city\": \"Sydney\",\n                            \"metro\": \"Sydney\",\n                            \"country\": \"Australia\"\n                        },\n                        \"vlan\": 3742,\n                        \"innerVlan\": 2481,\n                        \"secondaryName\": null,\n                        \"connectType\": \"VROUTER\",\n                        \"diversityZone\": \"red\",\n                        \"vNicIndex\": 0\n                    }\n                },\n                {\n                    \"productId\": 257247,\n                    \"productUid\": \"f4e2c8f8-7af4-48e7-87fb-02c27c7d566c\",\n                    \"productName\": \"glenn.hartshorn-routing-mcr-filtering-syd-2\",\n                    \"secondaryName\": null,\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 50,\n                    \"maximumRate\": 1000,\n                    \"distanceBand\": \"METRO\",\n                    \"provisioningStatus\": \"LIVE\",\n                    \"usageAlgorithm\": \"POST_PAID_VARIABLE\",\n                    \"createdBy\": \"3e04cbfc-5345-4951-b2eb-02b8a35f68bf\",\n                    \"createDate\": 1757909121594,\n                    \"resources\": {\n                        \"csp_connection\": [\n                            {\n                                \"connectType\": \"VROUTER\",\n                                \"resource_name\": \"a_csp_connection\",\n                                \"resource_type\": \"csp_connection\",\n                                \"vlan\": 3742,\n                                \"bgp_peers\": [\n                                    \"10.255.60.2\"\n                                ],\n                                \"bgp_status\": {\n                                    \"10.255.60.2\": 1\n                                },\n                                \"interfaces\": [\n                                    {\n                                        \"bgpConnections\": [\n                                            {\n                                                \"bfdEnabled\": false,\n                                                \"description\": \"aws-syd-2\",\n                                                \"ebgpMultihop\": null,\n                                                \"localAsn\": 133937,\n                                                \"localIpAddress\": \"10.255.60.1\",\n                                                \"medIn\": null,\n                                                \"medOut\": null,\n                                                \"password\": \"qIYC0OGT\",\n                                                \"peerAsn\": 65101,\n                                                \"peerIpAddress\": \"10.255.60.2\",\n                                                \"peerType\": \"NON_CLOUD\",\n                                                \"prefixFilterIn\": null,\n                                                \"prefixFilterOut\": null,\n                                                \"prefixLimit\": null,\n                                                \"shutdown\": false,\n                                                \"importWhitelist\": null,\n                                                \"importBlacklist\": null,\n                                                \"exportWhitelist\": null,\n                                                \"exportBlacklist\": null,\n                                                \"exportPolicy\": null,\n                                                \"denyExportTo\": null,\n                                                \"permitExportTo\": null,\n                                                \"asPathPrependCount\": null\n                                            }\n                                        ],\n                                        \"ipAddresses\": [\n                                            \"10.255.60.1/30\"\n                                        ],\n                                        \"ipMtu\": 1500\n                                    }\n                                ],\n                                \"ip_addresses\": [\n                                    \"10.255.60.1/30\"\n                                ],\n                                \"virtualRouterName\": \"\"\n                            },\n                            {\n                                \"bandwidth\": 50,\n                                \"connectType\": \"AWSHC\",\n                                \"resource_name\": \"b_csp_connection\",\n                                \"resource_type\": \"csp_connection\",\n                                \"name\": \"glennhartshorn-routing-mcr-filtering-syd-2\",\n                                \"ownerAccount\": \"918835937274\",\n                                \"bandwidths\": [\n                                    50\n                                ],\n                                \"connectionId\": \"dxcon-fgkb3mta\"\n                            }\n                        ],\n                        \"vll\": {\n                            \"a_vlan\": 3742,\n                            \"b_vlan\": 1945,\n                            \"a_inner_vlan\": 2671,\n                            \"rate_limit_mbps\": 50,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 1,\n                            \"shutdown\": false,\n                            \"ainnerVlan\": 2671\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": 1757909555445,\n                    \"contractEndDate\": 1760450400000,\n                    \"contractTermMonths\": 1,\n                    \"autoRenewTerm\": false,\n                    \"locked\": false,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": true,\n                    \"shutdown\": false,\n                    \"cancelable\": true,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"19f6e2e7-a24e-468e-9a52-b1ed8fb0d087\",\n                        \"productName\": \"glenn.hartshorn-routing-mcr-filtering-mcr-syd\",\n                        \"locationId\": 55,\n                        \"location\": \"Macquarie IC2\",\n                        \"locationDetail\": {\n                            \"name\": \"Macquarie IC2\",\n                            \"city\": \"Sydney\",\n                            \"metro\": \"Sydney\",\n                            \"country\": \"Australia\"\n                        },\n                        \"vlan\": 3742,\n                        \"innerVlan\": 2671,\n                        \"secondaryName\": null,\n                        \"connectType\": \"VROUTER\",\n                        \"diversityZone\": \"red\",\n                        \"vNicIndex\": 0\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                        \"productUid\": \"903ed102-7af9-4ad0-8922-a935d44163f4\",\n                        \"productName\": \"Asia Pacific (Sydney) (ap-southeast-2)\",\n                        \"locationId\": 3,\n                        \"location\": \"Global Switch Sydney West\",\n                        \"locationDetail\": {\n                            \"name\": \"Global Switch Sydney West\",\n                            \"city\": \"Sydney\",\n                            \"metro\": \"Sydney\",\n                            \"country\": \"Australia\"\n                        },\n                        \"vlan\": 1945,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"AWSHC\",\n                        \"diversityZone\": \"blue\"\n                    }\n                }\n            ],\n            \"associatedIxs\": [],\n            \"attributeTags\": {},\n            \"resources\": {\n                \"virtual_router\": {\n                    \"mcrAsn\": 133937,\n                    \"resource_name\": \"virtual_router\",\n                    \"resource_type\": \"virtual_router\",\n                    \"speed\": 1000,\n                    \"bgpShutdownDefault\": false\n                }\n            },\n            \"diversityZone\": \"red\",\n            \"up\": true,\n            \"addOns\": null,\n            \"cancelable\": true\n        },\n        {\n            \"productId\": 257246,\n            \"productUid\": \"1b76bb55-df99-41b4-bbbb-2aab3e1e7519\",\n            \"productName\": \"glenn.hartshorn-routing-mcr-filtering-mcr-mel\",\n            \"secondaryName\": null,\n            \"productType\": \"MCR2\",\n            \"provisioningStatus\": \"LIVE\",\n            \"portSpeed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"locationId\": 23,\n            \"locationDetail\": {\n                \"name\": \"5G Networks MDC\",\n                \"city\": \"Melbourne\",\n                \"metro\": \"Melbourne\",\n                \"country\": \"Australia\"\n            },\n            \"lagPrimary\": false,\n            \"lagId\": null,\n            \"aggregationId\": null,\n            \"createDate\": 1757909055735,\n            \"createdBy\": \"3e04cbfc-5345-4951-b2eb-02b8a35f68bf\",\n            \"terminateDate\": null,\n            \"liveDate\": 1757909106392,\n            \"contractStartDate\": 1757909106415,\n            \"contractEndDate\": 1760450400000,\n            \"contractTermMonths\": 1,\n            \"autoRenewTerm\": false,\n            \"market\": \"AU\",\n            \"costCentre\": \"\",\n            \"usageAlgorithm\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"virtual\": true,\n            \"buyoutPort\": false,\n            \"crossConnectRequested\": false,\n            \"locked\": false,\n            \"adminLocked\": false,\n            \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n            \"companyName\": \"Megaport Lab\",\n            \"associatedVxcs\": [\n                {\n                    \"productId\": 257250,\n                    \"productUid\": \"f9d1a951-6ace-4e68-b802-7fe1dc29d49e\",\n                    \"productName\": \"glenn.hartshorn-routing-mcr-filtering-mel-1\",\n                    \"secondaryName\": null,\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 50,\n                    \"maximumRate\": 1000,\n                    \"distanceBand\": \"METRO\",\n                    \"provisioningStatus\": \"LIVE\",\n                    \"usageAlgorithm\": \"POST_PAID_VARIABLE\",\n                    \"createdBy\": \"3e04cbfc-5345-4951-b2eb-02b8a35f68bf\",\n                    \"createDate\": 1757909123526,\n                    \"resources\": {\n                        \"csp_connection\": [\n                            {\n                                \"connectType\": \"VROUTER\",\n                                \"resource_name\": \"a_csp_connection\",\n                                \"resource_type\": \"csp_connection\",\n                                \"vlan\": 3042,\n                                \"bgp_peers\": [\n                                    \"10.255.45.2\"\n                                ],\n                                \"bgp_status\": {\n                                    \"10.255.45.2\": 1\n                                },\n                                \"interfaces\": [\n                                    {\n                                        \"bgpConnections\": [\n                                            {\n                                                \"bfdEnabled\": false,\n                                                \"description\": \"aws-mel\",\n                                                \"ebgpMultihop\": null,\n                                                \"localAsn\": 133937,\n                                                \"localIpAddress\": \"10.255.45.1\",\n                                                \"medIn\": null,\n                                                \"medOut\": null,\n                                                \"password\": \"qIYC0OGT\",\n                                                \"peerAsn\": 65102,\n                                                \"peerIpAddress\": \"10.255.45.2\",\n                                                \"peerType\": \"NON_CLOUD\",\n                                                \"prefixFilterIn\": null,\n                                                \"prefixFilterOut\": null,\n                                                \"prefixLimit\": null,\n                                                \"shutdown\": false,\n                                                \"importWhitelist\": null,\n                                                \"importBlacklist\": null,\n                                                \"exportWhitelist\": null,\n                                                \"exportBlacklist\": null,\n                                                \"exportPolicy\": null,\n                                                \"denyExportTo\": null,\n                                                \"permitExportTo\": null,\n                                                \"asPathPrependCount\": null\n                                            }\n                                        ],\n                                        \"ipAddresses\": [\n                                            \"10.255.45.1/30\"\n                                        ],\n                                        \"ipMtu\": 1500\n                                    }\n                                ],\n                                \"ip_addresses\": [\n                                    \"10.255.45.1/30\"\n                                ],\n                                \"virtualRouterName\": \"\"\n                            },\n                            {\n                                \"bandwidth\": 50,\n                                \"connectType\": \"AWSHC\",\n                                \"resource_name\": \"b_csp_connection\",\n                                \"resource_type\": \"csp_connection\",\n                                \"name\": \"glennhartshorn-routing-mcr-filtering-mel-1\",\n                                \"ownerAccount\": \"918835937274\",\n                                \"bandwidths\": [\n                                    50\n                                ],\n                                \"connectionId\": \"dxcon-ffnxor3m\"\n                            }\n                        ],\n                        \"vll\": {\n                            \"a_vlan\": 3042,\n                            \"b_vlan\": 3489,\n                            \"a_inner_vlan\": 1281,\n                            \"rate_limit_mbps\": 50,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 1,\n                            \"shutdown\": false,\n                            \"ainnerVlan\": 1281\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": 1757909555442,\n                    \"contractEndDate\": 1760450400000,\n                    \"contractTermMonths\": 1,\n                    \"autoRenewTerm\": false,\n                    \"locked\": false,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": true,\n                    \"shutdown\": false,\n                    \"cancelable\": true,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"1b76bb55-df99-41b4-bbbb-2aab3e1e7519\",\n                        \"productName\": \"glenn.hartshorn-routing-mcr-filtering-mcr-mel\",\n                        \"locationId\": 23,\n                        \"location\": \"5G Networks MDC\",\n                        \"locationDetail\": {\n                            \"name\": \"5G Networks MDC\",\n                            \"city\": \"Melbourne\",\n                            \"metro\": \"Melbourne\",\n                            \"country\": \"Australia\"\n                        },\n                        \"vlan\": 3042,\n                        \"innerVlan\": 1281,\n                        \"secondaryName\": null,\n                        \"connectType\": \"VROUTER\",\n                        \"diversityZone\": \"blue\",\n                        \"vNicIndex\": 4\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                        \"productUid\": \"b047870a-adcf-441f-ae34-27a796cdafeb\",\n                        \"productName\": \"Asia Pacific (Melbourne) (ap-southeast-4)\",\n                        \"locationId\": 41,\n                        \"location\": \"Equinix ME1\",\n                        \"locationDetail\": {\n                            \"name\": \"Equinix ME1\",\n                            \"city\": \"Melbourne\",\n                            \"metro\": \"Melbourne\",\n                            \"country\": \"Australia\"\n                        },\n                        \"vlan\": 3489,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"AWSHC\",\n                        \"diversityZone\": \"blue\"\n                    }\n                },\n                {\n                    \"productId\": 257251,\n                    \"productUid\": \"7cd16508-bde7-4de8-845a-67a0af9f7222\",\n                    \"productName\": \"Interstate Mel to Syd\",\n                    \"secondaryName\": null,\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 1000,\n                    \"maximumRate\": 1000,\n                    \"distanceBand\": \"INTERZONE\",\n                    \"provisioningStatus\": \"LIVE\",\n                    \"usageAlgorithm\": \"POST_PAID_HOURLY_SPEED_LONG_HAUL_VXC\",\n                    \"createdBy\": \"3e04cbfc-5345-4951-b2eb-02b8a35f68bf\",\n                    \"createDate\": 1757910775625,\n                    \"resources\": {\n                        \"csp_connection\": [\n                            {\n                                \"connectType\": \"VROUTER\",\n                                \"resource_name\": \"a_csp_connection\",\n                                \"resource_type\": \"csp_connection\",\n                                \"vlan\": 3042,\n                                \"bgp_peers\": [\n                                    \"172.16.0.2\"\n                                ],\n                                \"bgp_status\": {\n                                    \"172.16.0.2\": 1\n                                },\n                                \"interfaces\": [\n                                    {\n                                        \"bgpConnections\": [\n                                            {\n                                                \"bfdEnabled\": false,\n                                                \"description\": null,\n                                                \"ebgpMultihop\": null,\n                                                \"localAsn\": 133937,\n                                                \"localIpAddress\": \"172.16.0.1\",\n                                                \"medIn\": null,\n                                                \"medOut\": null,\n                                                \"password\": \"blap\",\n                                                \"peerAsn\": 133937,\n                                                \"peerIpAddress\": \"172.16.0.2\",\n                                                \"peerType\": \"PRIV_CLOUD\",\n                                                \"prefixFilterIn\": null,\n                                                \"prefixFilterOut\": null,\n                                                \"prefixLimit\": null,\n                                                \"shutdown\": false,\n                                                \"importWhitelist\": null,\n                                                \"importBlacklist\": null,\n                                                \"exportWhitelist\": null,\n                                                \"exportBlacklist\": null,\n                                                \"exportPolicy\": null,\n                                                \"denyExportTo\": null,\n                                                \"permitExportTo\": null,\n                                                \"asPathPrependCount\": null\n                                            }\n                                        ],\n                                        \"ipAddresses\": [\n                                            \"172.16.0.1/12\"\n                                        ],\n                                        \"ipMtu\": 1500\n                                    }\n                                ],\n                                \"ip_addresses\": [\n                                    \"172.16.0.1/12\"\n                                ],\n                                \"virtualRouterName\": \"\"\n                            },\n                            {\n                                \"connectType\": \"VROUTER\",\n                                \"resource_name\": \"b_csp_connection\",\n                                \"resource_type\": \"csp_connection\",\n                                \"vlan\": 3742,\n                                \"bgp_peers\": [\n                                    \"172.16.0.1\"\n                                ],\n                                \"bgp_status\": {\n                                    \"172.16.0.1\": 1\n                                },\n                                \"interfaces\": [\n                                    {\n                                        \"bgpConnections\": [\n                                            {\n                                                \"bfdEnabled\": false,\n                                                \"description\": null,\n                                                \"ebgpMultihop\": null,\n                                                \"localAsn\": 133937,\n                                                \"localIpAddress\": \"172.16.0.2\",\n                                                \"medIn\": null,\n                                                \"medOut\": null,\n                                                \"password\": \"blap\",\n                                                \"peerAsn\": 133937,\n                                                \"peerIpAddress\": \"172.16.0.1\",\n                                                \"peerType\": \"PRIV_CLOUD\",\n                                                \"prefixFilterIn\": null,\n                                                \"prefixFilterOut\": null,\n                                                \"prefixLimit\": null,\n                                                \"shutdown\": false,\n                                                \"importWhitelist\": null,\n                                                \"importBlacklist\": null,\n                                                \"exportWhitelist\": null,\n                                                \"exportBlacklist\": null,\n                                                \"exportPolicy\": null,\n                                                \"denyExportTo\": null,\n                                                \"permitExportTo\": null,\n                                                \"asPathPrependCount\": null\n                                            }\n                                        ],\n                                        \"ipAddresses\": [\n                                            \"172.16.0.2/12\"\n                                        ],\n                                        \"ipMtu\": 1500\n                                    }\n                                ],\n                                \"ip_addresses\": [\n                                    \"172.16.0.2/12\"\n                                ],\n                                \"virtualRouterName\": \"\"\n                            }\n                        ],\n                        \"vll\": {\n                            \"a_vlan\": 3042,\n                            \"b_vlan\": 3742,\n                            \"a_inner_vlan\": 2481,\n                            \"b_inner_vlan\": 2481,\n                            \"rate_limit_mbps\": 1000,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 1,\n                            \"shutdown\": false,\n                            \"ainnerVlan\": 2481,\n                            \"binnerVlan\": 2481\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": 1757911051069,\n                    \"contractEndDate\": 1789394400000,\n                    \"contractTermMonths\": 12,\n                    \"autoRenewTerm\": true,\n                    \"locked\": false,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": true,\n                    \"shutdown\": false,\n                    \"termSpeed\": 1000,\n                    \"cancelable\": true,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"1b76bb55-df99-41b4-bbbb-2aab3e1e7519\",\n                        \"productName\": \"glenn.hartshorn-routing-mcr-filtering-mcr-mel\",\n                        \"locationId\": 23,\n                        \"location\": \"5G Networks MDC\",\n                        \"locationDetail\": {\n                            \"name\": \"5G Networks MDC\",\n                            \"city\": \"Melbourne\",\n                            \"metro\": \"Melbourne\",\n                            \"country\": \"Australia\"\n                        },\n                        \"vlan\": 3042,\n                        \"innerVlan\": 2481,\n                        \"secondaryName\": null,\n                        \"connectType\": \"VROUTER\",\n                        \"diversityZone\": \"blue\",\n                        \"vNicIndex\": 4\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"19f6e2e7-a24e-468e-9a52-b1ed8fb0d087\",\n                        \"productName\": \"glenn.hartshorn-routing-mcr-filtering-mcr-syd\",\n                        \"locationId\": 55,\n                        \"location\": \"Macquarie IC2\",\n                        \"locationDetail\": {\n                            \"name\": \"Macquarie IC2\",\n                            \"city\": \"Sydney\",\n                            \"metro\": \"Sydney\",\n                            \"country\": \"Australia\"\n                        },\n                        \"vlan\": 3742,\n                        \"innerVlan\": 2481,\n                        \"secondaryName\": null,\n                        \"connectType\": \"VROUTER\",\n                        \"diversityZone\": \"red\",\n                        \"vNicIndex\": 0\n                    }\n                },\n                {\n                    \"productId\": 257249,\n                    \"productUid\": \"cdf5b6aa-bd39-4439-b768-03e635a63cbe\",\n                    \"productName\": \"glenn.hartshorn-routing-mcr-filtering-mel-2\",\n                    \"secondaryName\": null,\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 50,\n                    \"maximumRate\": 1000,\n                    \"distanceBand\": \"METRO\",\n                    \"provisioningStatus\": \"LIVE\",\n                    \"usageAlgorithm\": \"POST_PAID_VARIABLE\",\n                    \"createdBy\": \"3e04cbfc-5345-4951-b2eb-02b8a35f68bf\",\n                    \"createDate\": 1757909122478,\n                    \"resources\": {\n                        \"csp_connection\": [\n                            {\n                                \"connectType\": \"VROUTER\",\n                                \"resource_name\": \"a_csp_connection\",\n                                \"resource_type\": \"csp_connection\",\n                                \"vlan\": 3042,\n                                \"bgp_peers\": [\n                                    \"10.255.206.2\"\n                                ],\n                                \"bgp_status\": {\n                                    \"10.255.206.2\": 1\n                                },\n                                \"interfaces\": [\n                                    {\n                                        \"bgpConnections\": [\n                                            {\n                                                \"bfdEnabled\": false,\n                                                \"description\": \"aws-mel\",\n                                                \"ebgpMultihop\": null,\n                                                \"localAsn\": 133937,\n                                                \"localIpAddress\": \"10.255.206.1\",\n                                                \"medIn\": null,\n                                                \"medOut\": null,\n                                                \"password\": \"qIYC0OGT\",\n                                                \"peerAsn\": 65102,\n                                                \"peerIpAddress\": \"10.255.206.2\",\n                                                \"peerType\": \"NON_CLOUD\",\n                                                \"prefixFilterIn\": null,\n                                                \"prefixFilterOut\": null,\n                                                \"prefixLimit\": null,\n                                                \"shutdown\": false,\n                                                \"importWhitelist\": null,\n                                                \"importBlacklist\": null,\n                                                \"exportWhitelist\": null,\n                                                \"exportBlacklist\": null,\n                                                \"exportPolicy\": null,\n                                                \"denyExportTo\": null,\n                                                \"permitExportTo\": null,\n                                                \"asPathPrependCount\": null\n                                            }\n                                        ],\n                                        \"ipAddresses\": [\n                                            \"10.255.206.1/30\"\n                                        ],\n                                        \"ipMtu\": 1500\n                                    }\n                                ],\n                                \"ip_addresses\": [\n                                    \"10.255.206.1/30\"\n                                ],\n                                \"virtualRouterName\": \"\"\n                            },\n                            {\n                                \"bandwidth\": 50,\n                                \"connectType\": \"AWSHC\",\n                                \"resource_name\": \"b_csp_connection\",\n                                \"resource_type\": \"csp_connection\",\n                                \"name\": \"glennhartshorn-routing-mcr-filtering-mel-2\",\n                                \"ownerAccount\": \"918835937274\",\n                                \"bandwidths\": [\n                                    50\n                                ],\n                                \"connectionId\": \"dxcon-fgteipra\"\n                            }\n                        ],\n                        \"vll\": {\n                            \"a_vlan\": 3042,\n                            \"b_vlan\": 3042,\n                            \"a_inner_vlan\": 3676,\n                            \"rate_limit_mbps\": 50,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 1,\n                            \"shutdown\": false,\n                            \"ainnerVlan\": 3676\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": 1757909555449,\n                    \"contractEndDate\": 1760450400000,\n                    \"contractTermMonths\": 1,\n                    \"autoRenewTerm\": false,\n                    \"locked\": false,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": true,\n                    \"shutdown\": false,\n                    \"cancelable\": true,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"1b76bb55-df99-41b4-bbbb-2aab3e1e7519\",\n                        \"productName\": \"glenn.hartshorn-routing-mcr-filtering-mcr-mel\",\n                        \"locationId\": 23,\n                        \"location\": \"5G Networks MDC\",\n                        \"locationDetail\": {\n                            \"name\": \"5G Networks MDC\",\n                            \"city\": \"Melbourne\",\n                            \"metro\": \"Melbourne\",\n                            \"country\": \"Australia\"\n                        },\n                        \"vlan\": 3042,\n                        \"innerVlan\": 3676,\n                        \"secondaryName\": null,\n                        \"connectType\": \"VROUTER\",\n                        \"diversityZone\": \"blue\",\n                        \"vNicIndex\": 4\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                        \"productUid\": \"b047870a-adcf-441f-ae34-27a796cdafeb\",\n                        \"productName\": \"Asia Pacific (Melbourne) (ap-southeast-4)\",\n                        \"locationId\": 41,\n                        \"location\": \"Equinix ME1\",\n                        \"locationDetail\": {\n                            \"name\": \"Equinix ME1\",\n                            \"city\": \"Melbourne\",\n                            \"metro\": \"Melbourne\",\n                            \"country\": \"Australia\"\n                        },\n                        \"vlan\": 3042,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"AWSHC\",\n                        \"diversityZone\": \"blue\"\n                    }\n                }\n            ],\n            \"associatedIxs\": [],\n            \"attributeTags\": {},\n            \"resources\": {\n                \"virtual_router\": {\n                    \"mcrAsn\": 133937,\n                    \"resource_name\": \"virtual_router\",\n                    \"resource_type\": \"virtual_router\",\n                    \"speed\": 1000,\n                    \"bgpShutdownDefault\": false\n                }\n            },\n            \"diversityZone\": \"blue\",\n            \"up\": true,\n            \"addOns\": null,\n            \"cancelable\": true\n        },\n        {\n            \"productId\": 257609,\n            \"productUid\": \"0d0973ca-35fa-431c-b1e1-1363f02e150d\",\n            \"productName\": \"KD-prisma-0916\",\n            \"secondaryName\": null,\n            \"productType\": \"MVE\",\n            \"provisioningStatus\": \"LIVE\",\n            \"portSpeed\": null,\n            \"maxVxcSpeed\": 10000,\n            \"locationId\": 650,\n            \"locationDetail\": {\n                \"name\": \"CoreSite BO1\",\n                \"city\": \"Boston\",\n                \"metro\": \"Boston\",\n                \"country\": \"USA\"\n            },\n            \"lagPrimary\": false,\n            \"lagId\": null,\n            \"aggregationId\": null,\n            \"createDate\": 1758037462689,\n            \"createdBy\": \"804af95c-55dc-4290-b151-a61dbe56083b\",\n            \"terminateDate\": null,\n            \"liveDate\": 1758037548101,\n            \"contractStartDate\": 1758037548119,\n            \"contractEndDate\": 1760623200000,\n            \"contractTermMonths\": 1,\n            \"autoRenewTerm\": false,\n            \"market\": \"US\",\n            \"usageAlgorithm\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"virtual\": true,\n            \"buyoutPort\": false,\n            \"crossConnectRequested\": false,\n            \"locked\": false,\n            \"adminLocked\": false,\n            \"vendor\": \"PALO_ALTO\",\n            \"mveSize\": \"LARGE\",\n            \"mveLabel\": \"MVE 8/32\",\n            \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n            \"companyName\": \"Megaport Lab\",\n            \"associatedVxcs\": [\n                {\n                    \"productId\": 257610,\n                    \"productUid\": \"f2ca47aa-2262-421e-bbae-427b5127fcc1\",\n                    \"productName\": \"KD-prisma-0916 to Megaport Internet\",\n                    \"secondaryName\": null,\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 100,\n                    \"maximumRate\": 10000,\n                    \"distanceBand\": \"METRO\",\n                    \"provisioningStatus\": \"LIVE\",\n                    \"usageAlgorithm\": \"POST_PAID_HOURLY_NORMALISED_SPEED\",\n                    \"createdBy\": \"804af95c-55dc-4290-b151-a61dbe56083b\",\n                    \"createDate\": 1758037463044,\n                    \"resources\": {\n                        \"csp_connection\": {\n                            \"connectType\": \"TRANSIT\",\n                            \"resource_name\": \"b_csp_connection\",\n                            \"resource_type\": \"csp_connection\",\n                            \"customer_ip4_address\": \"162.43.168.11/31\",\n                            \"customer_ip6_network\": \"2a0a:1800:22:5::/64\",\n                            \"ipv4_gateway_address\": \"162.43.168.10\",\n                            \"ipv6_gateway_address\": \"2a0a:1800:22:5::1\"\n                        },\n                        \"vll\": {\n                            \"a_vlan\": 1603,\n                            \"b_vlan\": 1603,\n                            \"rate_limit_mbps\": 100,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 1,\n                            \"shutdown\": false\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": 1758037955723,\n                    \"contractEndDate\": 1760623200000,\n                    \"contractTermMonths\": 1,\n                    \"autoRenewTerm\": false,\n                    \"locked\": false,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": true,\n                    \"shutdown\": false,\n                    \"cancelable\": true,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"0d0973ca-35fa-431c-b1e1-1363f02e150d\",\n                        \"productName\": \"KD-prisma-0916\",\n                        \"locationId\": 650,\n                        \"location\": \"CoreSite BO1\",\n                        \"locationDetail\": {\n                            \"name\": \"CoreSite BO1\",\n                            \"city\": \"Boston\",\n                            \"metro\": \"Boston\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 1603,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"MVE\",\n                        \"diversityZone\": \"blue\",\n                        \"vNicIndex\": 0\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n                        \"productUid\": \"99b10074-d280-4ecd-a608-2ea8d7b24fe5\",\n                        \"productName\": \"Megaport Internet\",\n                        \"locationId\": 650,\n                        \"location\": \"CoreSite BO1\",\n                        \"locationDetail\": {\n                            \"name\": \"CoreSite BO1\",\n                            \"city\": \"Boston\",\n                            \"metro\": \"Boston\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 1603,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"TRANSIT\",\n                        \"diversityZone\": \"blue\"\n                    }\n                }\n            ],\n            \"associatedIxs\": [],\n            \"attributeTags\": {},\n            \"vnics\": [\n                {\n                    \"vlan\": 1603,\n                    \"description\": \"Controller port\"\n                },\n                {\n                    \"vlan\": 2917,\n                    \"description\": \"Port 1\"\n                },\n                {\n                    \"vlan\": 91,\n                    \"description\": \"Port 2\"\n                }\n            ],\n            \"resources\": {\n                \"virtual_machine\": [\n                    {\n                        \"cpu_count\": 8,\n                        \"id\": 0,\n                        \"image\": {\n                            \"id\": 91,\n                            \"vendor\": \"Palo Alto\",\n                            \"product\": \"Prisma SD-WAN 7108v\",\n                            \"version\": \"vION 7108v-6.4.1-b12\"\n                        },\n                        \"resource_type\": \"virtual_machine\",\n                        \"up\": true,\n                        \"vnics\": [\n                            {\n                                \"vlan\": 1603,\n                                \"description\": \"Controller port\"\n                            },\n                            {\n                                \"vlan\": 2917,\n                                \"description\": \"Port 1\"\n                            },\n                            {\n                                \"vlan\": 91,\n                                \"description\": \"Port 2\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            \"diversityZone\": \"blue\",\n            \"up\": true,\n            \"addOns\": null,\n            \"cancelable\": true\n        },\n        {\n            \"productId\": 257676,\n            \"productUid\": \"469f7fb1-0e47-4fed-a3ac-70a12d24c66f\",\n            \"productName\": \"Equinix SG1 @ Singapore - Cisco MVE\",\n            \"secondaryName\": null,\n            \"productType\": \"MVE\",\n            \"provisioningStatus\": \"LIVE\",\n            \"portSpeed\": null,\n            \"maxVxcSpeed\": 10000,\n            \"locationId\": 36,\n            \"locationDetail\": {\n                \"name\": \"Equinix SG1\",\n                \"city\": \"Singapore\",\n                \"metro\": \"Singapore\",\n                \"country\": \"Singapore\"\n            },\n            \"lagPrimary\": false,\n            \"lagId\": null,\n            \"aggregationId\": null,\n            \"createDate\": 1758074068966,\n            \"createdBy\": \"abc367c2-d579-475e-9ee0-003111f346eb\",\n            \"terminateDate\": null,\n            \"liveDate\": 1758074124400,\n            \"contractStartDate\": 1758074124450,\n            \"contractEndDate\": 1760623200000,\n            \"contractTermMonths\": 1,\n            \"autoRenewTerm\": false,\n            \"market\": \"SG\",\n            \"usageAlgorithm\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"virtual\": true,\n            \"buyoutPort\": false,\n            \"crossConnectRequested\": false,\n            \"locked\": false,\n            \"adminLocked\": false,\n            \"vendor\": \"CISCO\",\n            \"mveSize\": \"SMALL\",\n            \"mveLabel\": \"MVE 2/8\",\n            \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n            \"companyName\": \"Megaport Lab\",\n            \"associatedVxcs\": [\n                {\n                    \"productId\": 257677,\n                    \"productUid\": \"46bd2cb3-ef16-4bc4-bdee-a6ea1a1a4de3\",\n                    \"productName\": \"Equinix SG1 @ Singapore - Cisco MVE to Megaport Internet\",\n                    \"secondaryName\": null,\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 20,\n                    \"maximumRate\": 10000,\n                    \"distanceBand\": \"METRO\",\n                    \"provisioningStatus\": \"LIVE\",\n                    \"usageAlgorithm\": \"POST_PAID_HOURLY_NORMALISED_SPEED\",\n                    \"createdBy\": \"abc367c2-d579-475e-9ee0-003111f346eb\",\n                    \"createDate\": 1758074069332,\n                    \"resources\": {\n                        \"csp_connection\": {\n                            \"connectType\": \"TRANSIT\",\n                            \"resource_name\": \"b_csp_connection\",\n                            \"resource_type\": \"csp_connection\",\n                            \"customer_ip4_address\": \"162.43.136.25/31\",\n                            \"customer_ip6_network\": \"2a0a:1800:e:c::/64\",\n                            \"ipv4_gateway_address\": \"162.43.136.24\",\n                            \"ipv6_gateway_address\": \"2a0a:1800:e:c::1\"\n                        },\n                        \"vll\": {\n                            \"a_vlan\": 1711,\n                            \"b_vlan\": 1711,\n                            \"rate_limit_mbps\": 20,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 1,\n                            \"shutdown\": false\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": 1758074558353,\n                    \"contractEndDate\": 1760623200000,\n                    \"contractTermMonths\": 1,\n                    \"autoRenewTerm\": false,\n                    \"locked\": false,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": true,\n                    \"shutdown\": false,\n                    \"cancelable\": true,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"469f7fb1-0e47-4fed-a3ac-70a12d24c66f\",\n                        \"productName\": \"Equinix SG1 @ Singapore - Cisco MVE\",\n                        \"locationId\": 36,\n                        \"location\": \"Equinix SG1\",\n                        \"locationDetail\": {\n                            \"name\": \"Equinix SG1\",\n                            \"city\": \"Singapore\",\n                            \"metro\": \"Singapore\",\n                            \"country\": \"Singapore\"\n                        },\n                        \"vlan\": 1711,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"MVE\",\n                        \"diversityZone\": \"red\",\n                        \"vNicIndex\": 0\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n                        \"productUid\": \"ad939fd2-6ef9-41dc-b135-de2e1bbe6e6e\",\n                        \"productName\": \"Megaport Internet\",\n                        \"locationId\": 37,\n                        \"location\": \"Equinix SG2\",\n                        \"locationDetail\": {\n                            \"name\": \"Equinix SG2\",\n                            \"city\": \"Singapore\",\n                            \"metro\": \"Singapore\",\n                            \"country\": \"Singapore\"\n                        },\n                        \"vlan\": 1711,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"TRANSIT\",\n                        \"diversityZone\": \"red\"\n                    }\n                }\n            ],\n            \"associatedIxs\": [],\n            \"attributeTags\": {},\n            \"vnics\": [\n                {\n                    \"vlan\": 1711,\n                    \"description\": \"Data Plane\"\n                }\n            ],\n            \"resources\": {\n                \"virtual_machine\": [\n                    {\n                        \"cpu_count\": 2,\n                        \"id\": 0,\n                        \"image\": {\n                            \"id\": 115,\n                            \"vendor\": \"Cisco\",\n                            \"product\": \"C8000\",\n                            \"version\": \"17.15.04\"\n                        },\n                        \"resource_type\": \"virtual_machine\",\n                        \"up\": true,\n                        \"vnics\": [\n                            {\n                                \"vlan\": 1711,\n                                \"description\": \"Data Plane\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            \"diversityZone\": \"red\",\n            \"up\": true,\n            \"addOns\": null,\n            \"cancelable\": true\n        },\n        {\n            \"productId\": 257678,\n            \"productUid\": \"124ce7a6-5379-4271-9509-3beecdb156d5\",\n            \"productName\": \"Equinix HK1 @ Hong Kong - Cisco MVE\",\n            \"secondaryName\": null,\n            \"productType\": \"MVE\",\n            \"provisioningStatus\": \"LIVE\",\n            \"portSpeed\": null,\n            \"maxVxcSpeed\": 10000,\n            \"locationId\": 46,\n            \"locationDetail\": {\n                \"name\": \"Equinix HK1\",\n                \"city\": \"Hong Kong\",\n                \"metro\": \"Hong Kong\",\n                \"country\": \"Hong Kong\"\n            },\n            \"lagPrimary\": false,\n            \"lagId\": null,\n            \"aggregationId\": null,\n            \"createDate\": 1758074294887,\n            \"createdBy\": \"abc367c2-d579-475e-9ee0-003111f346eb\",\n            \"terminateDate\": null,\n            \"liveDate\": 1758074364377,\n            \"contractStartDate\": 1758074364398,\n            \"contractEndDate\": 1789567200000,\n            \"contractTermMonths\": 12,\n            \"autoRenewTerm\": true,\n            \"market\": \"HK\",\n            \"usageAlgorithm\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"virtual\": true,\n            \"buyoutPort\": false,\n            \"crossConnectRequested\": false,\n            \"locked\": false,\n            \"adminLocked\": false,\n            \"vendor\": \"CISCO\",\n            \"mveSize\": \"SMALL\",\n            \"mveLabel\": \"MVE 2/8\",\n            \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n            \"companyName\": \"Megaport Lab\",\n            \"associatedVxcs\": [\n                {\n                    \"productId\": 257679,\n                    \"productUid\": \"0af3391e-7cd5-4da4-9c6b-11ef116e7079\",\n                    \"productName\": \"Equinix HK1 @ Hong Kong - Cisco MVE to Megaport Internet\",\n                    \"secondaryName\": null,\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 20,\n                    \"maximumRate\": 10000,\n                    \"distanceBand\": \"METRO\",\n                    \"provisioningStatus\": \"LIVE\",\n                    \"usageAlgorithm\": \"POST_PAID_HOURLY_NORMALISED_SPEED\",\n                    \"createdBy\": \"abc367c2-d579-475e-9ee0-003111f346eb\",\n                    \"createDate\": 1758074295479,\n                    \"resources\": {\n                        \"csp_connection\": {\n                            \"connectType\": \"TRANSIT\",\n                            \"resource_name\": \"b_csp_connection\",\n                            \"resource_type\": \"csp_connection\",\n                            \"customer_ip4_address\": \"162.43.141.13/31\",\n                            \"customer_ip6_network\": \"2a0a:1800:8:6::/64\",\n                            \"ipv4_gateway_address\": \"162.43.141.12\",\n                            \"ipv6_gateway_address\": \"2a0a:1800:8:6::1\"\n                        },\n                        \"vll\": {\n                            \"a_vlan\": 377,\n                            \"b_vlan\": 377,\n                            \"rate_limit_mbps\": 20,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 1,\n                            \"shutdown\": false\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": 1758074558365,\n                    \"contractEndDate\": 1789567200000,\n                    \"contractTermMonths\": 12,\n                    \"autoRenewTerm\": true,\n                    \"locked\": false,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": true,\n                    \"shutdown\": false,\n                    \"termSpeed\": 20,\n                    \"cancelable\": true,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"124ce7a6-5379-4271-9509-3beecdb156d5\",\n                        \"productName\": \"Equinix HK1 @ Hong Kong - Cisco MVE\",\n                        \"locationId\": 46,\n                        \"location\": \"Equinix HK1\",\n                        \"locationDetail\": {\n                            \"name\": \"Equinix HK1\",\n                            \"city\": \"Hong Kong\",\n                            \"metro\": \"Hong Kong\",\n                            \"country\": \"Hong Kong\"\n                        },\n                        \"vlan\": 377,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"MVE\",\n                        \"diversityZone\": \"blue\",\n                        \"vNicIndex\": 0\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n                        \"productUid\": \"7e03e8ff-29a0-43e5-b23d-44a675b83422\",\n                        \"productName\": \"Megaport Internet\",\n                        \"locationId\": 46,\n                        \"location\": \"Equinix HK1\",\n                        \"locationDetail\": {\n                            \"name\": \"Equinix HK1\",\n                            \"city\": \"Hong Kong\",\n                            \"metro\": \"Hong Kong\",\n                            \"country\": \"Hong Kong\"\n                        },\n                        \"vlan\": 377,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"TRANSIT\",\n                        \"diversityZone\": \"blue\"\n                    }\n                }\n            ],\n            \"associatedIxs\": [],\n            \"attributeTags\": {},\n            \"vnics\": [\n                {\n                    \"vlan\": 377,\n                    \"description\": \"Data Plane\"\n                }\n            ],\n            \"resources\": {\n                \"virtual_machine\": [\n                    {\n                        \"cpu_count\": 2,\n                        \"id\": 0,\n                        \"image\": {\n                            \"id\": 115,\n                            \"vendor\": \"Cisco\",\n                            \"product\": \"C8000\",\n                            \"version\": \"17.15.04\"\n                        },\n                        \"resource_type\": \"virtual_machine\",\n                        \"up\": true,\n                        \"vnics\": [\n                            {\n                                \"vlan\": 377,\n                                \"description\": \"Data Plane\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            \"diversityZone\": \"blue\",\n            \"up\": true,\n            \"addOns\": null,\n            \"cancelable\": true\n        },\n        {\n            \"productId\": 258088,\n            \"productUid\": \"1ccd1053-8fc4-4963-bb26-e3157aecb560\",\n            \"productName\": \"MF-Equinix SV1/10 @ Bay Area - MCR2\",\n            \"secondaryName\": null,\n            \"productType\": \"MCR2\",\n            \"provisioningStatus\": \"LIVE\",\n            \"portSpeed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"locationId\": 66,\n            \"locationDetail\": {\n                \"name\": \"Equinix SV1/10\",\n                \"city\": \"San Jose\",\n                \"metro\": \"Bay Area\",\n                \"country\": \"USA\"\n            },\n            \"lagPrimary\": false,\n            \"lagId\": null,\n            \"aggregationId\": null,\n            \"createDate\": 1758151135208,\n            \"createdBy\": \"54ab98d7-10a6-415a-8194-f1b2a87b94db\",\n            \"terminateDate\": null,\n            \"liveDate\": 1758151175428,\n            \"contractStartDate\": 1758151175449,\n            \"contractEndDate\": 1789653600000,\n            \"contractTermMonths\": 12,\n            \"autoRenewTerm\": true,\n            \"market\": \"US\",\n            \"usageAlgorithm\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"virtual\": true,\n            \"buyoutPort\": false,\n            \"crossConnectRequested\": false,\n            \"locked\": false,\n            \"adminLocked\": false,\n            \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n            \"companyName\": \"Megaport Lab\",\n            \"associatedVxcs\": [\n                {\n                    \"productId\": 258136,\n                    \"productUid\": \"2a282d5d-e472-4998-932d-b2084ef9c435\",\n                    \"productName\": \"MF-Brisbane to Bay Area - Private VXC\",\n                    \"secondaryName\": null,\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 101,\n                    \"maximumRate\": 1000,\n                    \"distanceBand\": \"INTERZONE\",\n                    \"provisioningStatus\": \"LIVE\",\n                    \"usageAlgorithm\": \"POST_PAID_HOURLY_SPEED_LONG_HAUL_VXC\",\n                    \"createdBy\": \"54ab98d7-10a6-415a-8194-f1b2a87b94db\",\n                    \"createDate\": 1758151360439,\n                    \"resources\": {\n                        \"csp_connection\": [\n                            {\n                                \"connectType\": \"VROUTER\",\n                                \"resource_name\": \"a_csp_connection\",\n                                \"resource_type\": \"csp_connection\",\n                                \"vlan\": 986,\n                                \"interfaces\": [\n                                    {\n                                        \"ipAddresses\": [\n                                            \"10.0.0.1/30\"\n                                        ],\n                                        \"natIpAddresses\": [\n                                            \"10.0.0.1\"\n                                        ],\n                                        \"ipMtu\": 1500,\n                                        \"ipRoutes\": [\n                                            {\n                                                \"description\": \"test\",\n                                                \"nextHop\": \"10.0.0.2\",\n                                                \"prefix\": \"192.0.0.0/30\"\n                                            }\n                                        ],\n                                        \"description\": \"Interface description\"\n                                    }\n                                ],\n                                \"ip_addresses\": [\n                                    \"10.0.0.1/30\"\n                                ],\n                                \"virtualRouterName\": \"\"\n                            },\n                            {\n                                \"connectType\": \"VROUTER\",\n                                \"resource_name\": \"b_csp_connection\",\n                                \"resource_type\": \"csp_connection\",\n                                \"vlan\": 3477,\n                                \"interfaces\": [\n                                    {\n                                        \"ipAddresses\": [\n                                            \"10.0.0.1/30\"\n                                        ],\n                                        \"natIpAddresses\": [\n                                            \"10.0.0.1\"\n                                        ],\n                                        \"ipMtu\": 1500,\n                                        \"ipRoutes\": [\n                                            {\n                                                \"description\": \"test\",\n                                                \"nextHop\": \"10.0.0.2\",\n                                                \"prefix\": \"192.0.0.0/30\"\n                                            }\n                                        ],\n                                        \"description\": \"Interface description\"\n                                    }\n                                ],\n                                \"ip_addresses\": [\n                                    \"10.0.0.1/30\"\n                                ],\n                                \"virtualRouterName\": \"\"\n                            }\n                        ],\n                        \"vll\": {\n                            \"a_vlan\": 986,\n                            \"b_vlan\": 3477,\n                            \"a_inner_vlan\": 2101,\n                            \"b_inner_vlan\": 2101,\n                            \"rate_limit_mbps\": 101,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 1,\n                            \"shutdown\": false,\n                            \"ainnerVlan\": 2101,\n                            \"binnerVlan\": 2101\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": 1758151402051,\n                    \"contractEndDate\": 1789653600000,\n                    \"contractTermMonths\": 12,\n                    \"autoRenewTerm\": true,\n                    \"locked\": false,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": true,\n                    \"shutdown\": false,\n                    \"termSpeed\": 101,\n                    \"cancelable\": true,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"5e1d7a54-eff1-41d9-bdad-b98303bdf53e\",\n                        \"productName\": \"MF-NextDC B1 @ Brisbane - MCR2\",\n                        \"locationId\": 5,\n                        \"location\": \"NextDC B1\",\n                        \"locationDetail\": {\n                            \"name\": \"NextDC B1\",\n                            \"city\": \"Brisbane\",\n                            \"metro\": \"Brisbane\",\n                            \"country\": \"Australia\"\n                        },\n                        \"vlan\": 986,\n                        \"innerVlan\": 2101,\n                        \"secondaryName\": null,\n                        \"connectType\": \"VROUTER\",\n                        \"diversityZone\": \"blue\",\n                        \"vNicIndex\": 2\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"1ccd1053-8fc4-4963-bb26-e3157aecb560\",\n                        \"productName\": \"MF-Equinix SV1/10 @ Bay Area - MCR2\",\n                        \"locationId\": 66,\n                        \"location\": \"Equinix SV1/10\",\n                        \"locationDetail\": {\n                            \"name\": \"Equinix SV1/10\",\n                            \"city\": \"San Jose\",\n                            \"metro\": \"Bay Area\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 3477,\n                        \"innerVlan\": 2101,\n                        \"secondaryName\": null,\n                        \"connectType\": \"VROUTER\",\n                        \"diversityZone\": \"blue\",\n                        \"vNicIndex\": 1\n                    }\n                },\n                {\n                    \"productId\": 258116,\n                    \"productUid\": \"80075e45-c46d-46c5-935c-fa865ddea4a0\",\n                    \"productName\": \"MF-Bay Area to Bay Area - Cloud VXC\",\n                    \"secondaryName\": null,\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 100,\n                    \"maximumRate\": 1000,\n                    \"distanceBand\": \"METRO\",\n                    \"provisioningStatus\": \"LIVE\",\n                    \"usageAlgorithm\": \"POST_PAID_VARIABLE\",\n                    \"createdBy\": \"54ab98d7-10a6-415a-8194-f1b2a87b94db\",\n                    \"createDate\": 1758151217096,\n                    \"resources\": {\n                        \"csp_connection\": [\n                            {\n                                \"connectType\": \"VROUTER\",\n                                \"resource_name\": \"a_csp_connection\",\n                                \"resource_type\": \"csp_connection\",\n                                \"vlan\": 3477,\n                                \"bgp_peers\": [\n                                    \"169.254.56.13\"\n                                ],\n                                \"bgp_status\": {\n                                    \"169.254.56.13\": 0\n                                },\n                                \"interfaces\": [\n                                    {\n                                        \"bgpConnections\": [\n                                            {\n                                                \"bfdEnabled\": null,\n                                                \"description\": null,\n                                                \"ebgpMultihop\": null,\n                                                \"localAsn\": 133937,\n                                                \"localIpAddress\": \"169.254.56.14\",\n                                                \"medIn\": null,\n                                                \"medOut\": null,\n                                                \"password\": \"SxmfcUAtqT8bSJcXTojf\",\n                                                \"peerAsn\": 7224,\n                                                \"peerIpAddress\": \"169.254.56.13\",\n                                                \"peerType\": \"PRIV_CLOUD\",\n                                                \"prefixFilterIn\": null,\n                                                \"prefixFilterOut\": null,\n                                                \"prefixLimit\": null,\n                                                \"shutdown\": false,\n                                                \"importWhitelist\": null,\n                                                \"importBlacklist\": null,\n                                                \"exportWhitelist\": null,\n                                                \"exportBlacklist\": null,\n                                                \"exportPolicy\": null,\n                                                \"denyExportTo\": null,\n                                                \"permitExportTo\": null,\n                                                \"asPathPrependCount\": null\n                                            }\n                                        ],\n                                        \"ipAddresses\": [\n                                            \"169.254.56.14/30\"\n                                        ],\n                                        \"ipMtu\": 1500\n                                    }\n                                ],\n                                \"ip_addresses\": [\n                                    \"169.254.56.14/30\"\n                                ],\n                                \"virtualRouterName\": \"\"\n                            },\n                            {\n                                \"connectType\": \"AWS\",\n                                \"resource_name\": \"b_csp_connection\",\n                                \"resource_type\": \"csp_connection\",\n                                \"vlan\": 3477,\n                                \"account\": \"370553169139\",\n                                \"amazon_address\": \"169.254.56.13/30\",\n                                \"amazonIpAddress\": \"169.254.56.13/30\",\n                                \"asn\": 133937,\n                                \"authKey\": \"SxmfcUAtqT8bSJcXTojf\",\n                                \"auth_key\": \"SxmfcUAtqT8bSJcXTojf\",\n                                \"customer_address\": \"169.254.56.14/30\",\n                                \"customerIpAddress\": \"169.254.56.14/30\",\n                                \"id\": 634371,\n                                \"name\": \"MF-Bay Area to Bay Area - Cloud VXC\",\n                                \"ownerAccount\": \"370553169139\",\n                                \"type\": \"private\"\n                            }\n                        ],\n                        \"vll\": {\n                            \"a_vlan\": 3477,\n                            \"b_vlan\": 3477,\n                            \"a_inner_vlan\": 4013,\n                            \"rate_limit_mbps\": 100,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 1,\n                            \"shutdown\": false,\n                            \"ainnerVlan\": 4013\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": 1758151253074,\n                    \"contractEndDate\": 1789653600000,\n                    \"contractTermMonths\": 12,\n                    \"autoRenewTerm\": true,\n                    \"locked\": false,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": true,\n                    \"shutdown\": false,\n                    \"termSpeed\": 100,\n                    \"cancelable\": true,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"1ccd1053-8fc4-4963-bb26-e3157aecb560\",\n                        \"productName\": \"MF-Equinix SV1/10 @ Bay Area - MCR2\",\n                        \"locationId\": 66,\n                        \"location\": \"Equinix SV1/10\",\n                        \"locationDetail\": {\n                            \"name\": \"Equinix SV1/10\",\n                            \"city\": \"San Jose\",\n                            \"metro\": \"Bay Area\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 3477,\n                        \"innerVlan\": 4013,\n                        \"secondaryName\": null,\n                        \"connectType\": \"VROUTER\",\n                        \"diversityZone\": \"blue\",\n                        \"vNicIndex\": 1\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                        \"productUid\": \"4ff03c40-6f3a-4e25-85d0-9347842190b8\",\n                        \"productName\": \"US Gov West (us-gov-west-1)\",\n                        \"locationId\": 66,\n                        \"location\": \"Equinix SV1/10\",\n                        \"locationDetail\": {\n                            \"name\": \"Equinix SV1/10\",\n                            \"city\": \"San Jose\",\n                            \"metro\": \"Bay Area\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 3477,\n                        \"innerVlan\": null,\n                        \"secondaryName\": null,\n                        \"connectType\": \"AWS\",\n                        \"diversityZone\": null\n                    }\n                }\n            ],\n            \"associatedIxs\": [],\n            \"attributeTags\": {},\n            \"resources\": {\n                \"virtual_router\": {\n                    \"mcrAsn\": 133937,\n                    \"resource_name\": \"virtual_router\",\n                    \"resource_type\": \"virtual_router\",\n                    \"speed\": 1000,\n                    \"bgpShutdownDefault\": false\n                }\n            },\n            \"diversityZone\": \"blue\",\n            \"up\": true,\n            \"addOns\": null,\n            \"cancelable\": true\n        },\n        {\n            \"productId\": 258111,\n            \"productUid\": \"20640fb6-b161-4295-ab3e-d9248adee105\",\n            \"productName\": \"tf-acc-test-bavoerbp0e\",\n            \"secondaryName\": null,\n            \"productType\": \"MVE\",\n            \"provisioningStatus\": \"LIVE\",\n            \"portSpeed\": null,\n            \"maxVxcSpeed\": 10000,\n            \"locationId\": 65,\n            \"locationDetail\": {\n                \"name\": \"Digital Realty Silicon Valley SJC34 (SCL2)\",\n                \"city\": \"Santa Clara\",\n                \"metro\": \"Bay Area\",\n                \"country\": \"USA\"\n            },\n            \"lagPrimary\": false,\n            \"lagId\": null,\n            \"aggregationId\": null,\n            \"createDate\": 1758151200713,\n            \"createdBy\": \"0532f03b-29c4-4f31-91db-13102ae77a04\",\n            \"terminateDate\": null,\n            \"liveDate\": 1758151238076,\n            \"contractStartDate\": 1758151238175,\n            \"contractEndDate\": 1760709600000,\n            \"contractTermMonths\": 1,\n            \"autoRenewTerm\": false,\n            \"market\": \"US\",\n            \"costCentre\": \"tf-acc-test-ebxgdgdx8q\",\n            \"usageAlgorithm\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"virtual\": true,\n            \"buyoutPort\": false,\n            \"crossConnectRequested\": false,\n            \"locked\": false,\n            \"adminLocked\": false,\n            \"vendor\": \"VERSA\",\n            \"mveSize\": \"SMALL\",\n            \"mveLabel\": \"MVE 2/8\",\n            \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n            \"companyName\": \"Megaport Lab\",\n            \"associatedVxcs\": [],\n            \"associatedIxs\": [],\n            \"attributeTags\": {},\n            \"vnics\": [\n                {\n                    \"vlan\": 1711,\n                    \"description\": \"Data Plane\"\n                },\n                {\n                    \"vlan\": 3996,\n                    \"description\": \"Control Plane\"\n                },\n                {\n                    \"vlan\": 30,\n                    \"description\": \"Management Plane\"\n                },\n                {\n                    \"vlan\": 3069,\n                    \"description\": \"Extra Plane\"\n                }\n            ],\n            \"resources\": {\n                \"virtual_machine\": [\n                    {\n                        \"cpu_count\": 2,\n                        \"id\": 0,\n                        \"image\": {\n                            \"id\": 20,\n                            \"vendor\": \"Versa\",\n                            \"product\": \"FlexVNF\",\n                            \"version\": \"21.1.3\"\n                        },\n                        \"resource_type\": \"virtual_machine\",\n                        \"up\": true,\n                        \"vnics\": [\n                            {\n                                \"vlan\": 1711,\n                                \"description\": \"Data Plane\"\n                            },\n                            {\n                                \"vlan\": 3996,\n                                \"description\": \"Control Plane\"\n                            },\n                            {\n                                \"vlan\": 30,\n                                \"description\": \"Management Plane\"\n                            },\n                            {\n                                \"vlan\": 3069,\n                                \"description\": \"Extra Plane\"\n                            }\n                        ]\n                    }\n                ]\n            },\n            \"diversityZone\": \"red\",\n            \"up\": true,\n            \"addOns\": null,\n            \"cancelable\": true\n        },\n        {\n            \"productId\": 258123,\n            \"productUid\": \"5e1d7a54-eff1-41d9-bdad-b98303bdf53e\",\n            \"productName\": \"MF-NextDC B1 @ Brisbane - MCR2\",\n            \"secondaryName\": null,\n            \"productType\": \"MCR2\",\n            \"provisioningStatus\": \"LIVE\",\n            \"portSpeed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"locationId\": 5,\n            \"locationDetail\": {\n                \"name\": \"NextDC B1\",\n                \"city\": \"Brisbane\",\n                \"metro\": \"Brisbane\",\n                \"country\": \"Australia\"\n            },\n            \"lagPrimary\": false,\n            \"lagId\": null,\n            \"aggregationId\": null,\n            \"createDate\": 1758151257984,\n            \"createdBy\": \"54ab98d7-10a6-415a-8194-f1b2a87b94db\",\n            \"terminateDate\": null,\n            \"liveDate\": 1758151295443,\n            \"contractStartDate\": 1758151295473,\n            \"contractEndDate\": 1789653600000,\n            \"contractTermMonths\": 12,\n            \"autoRenewTerm\": true,\n            \"market\": \"AU\",\n            \"usageAlgorithm\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"virtual\": true,\n            \"buyoutPort\": false,\n            \"crossConnectRequested\": false,\n            \"locked\": false,\n            \"adminLocked\": false,\n            \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n            \"companyName\": \"Megaport Lab\",\n            \"associatedVxcs\": [\n                {\n                    \"productId\": 258136,\n                    \"productUid\": \"2a282d5d-e472-4998-932d-b2084ef9c435\",\n                    \"productName\": \"MF-Brisbane to Bay Area - Private VXC\",\n                    \"secondaryName\": null,\n                    \"productType\": \"VXC\",\n                    \"rateLimit\": 101,\n                    \"maximumRate\": 1000,\n                    \"distanceBand\": \"INTERZONE\",\n                    \"provisioningStatus\": \"LIVE\",\n                    \"usageAlgorithm\": \"POST_PAID_HOURLY_SPEED_LONG_HAUL_VXC\",\n                    \"createdBy\": \"54ab98d7-10a6-415a-8194-f1b2a87b94db\",\n                    \"createDate\": 1758151360439,\n                    \"resources\": {\n                        \"csp_connection\": [\n                            {\n                                \"connectType\": \"VROUTER\",\n                                \"resource_name\": \"a_csp_connection\",\n                                \"resource_type\": \"csp_connection\",\n                                \"vlan\": 986,\n                                \"interfaces\": [\n                                    {\n                                        \"ipAddresses\": [\n                                            \"10.0.0.1/30\"\n                                        ],\n                                        \"natIpAddresses\": [\n                                            \"10.0.0.1\"\n                                        ],\n                                        \"ipMtu\": 1500,\n                                        \"ipRoutes\": [\n                                            {\n                                                \"description\": \"test\",\n                                                \"nextHop\": \"10.0.0.2\",\n                                                \"prefix\": \"192.0.0.0/30\"\n                                            }\n                                        ],\n                                        \"description\": \"Interface description\"\n                                    }\n                                ],\n                                \"ip_addresses\": [\n                                    \"10.0.0.1/30\"\n                                ],\n                                \"virtualRouterName\": \"\"\n                            },\n                            {\n                                \"connectType\": \"VROUTER\",\n                                \"resource_name\": \"b_csp_connection\",\n                                \"resource_type\": \"csp_connection\",\n                                \"vlan\": 3477,\n                                \"interfaces\": [\n                                    {\n                                        \"ipAddresses\": [\n                                            \"10.0.0.1/30\"\n                                        ],\n                                        \"natIpAddresses\": [\n                                            \"10.0.0.1\"\n                                        ],\n                                        \"ipMtu\": 1500,\n                                        \"ipRoutes\": [\n                                            {\n                                                \"description\": \"test\",\n                                                \"nextHop\": \"10.0.0.2\",\n                                                \"prefix\": \"192.0.0.0/30\"\n                                            }\n                                        ],\n                                        \"description\": \"Interface description\"\n                                    }\n                                ],\n                                \"ip_addresses\": [\n                                    \"10.0.0.1/30\"\n                                ],\n                                \"virtualRouterName\": \"\"\n                            }\n                        ],\n                        \"vll\": {\n                            \"a_vlan\": 986,\n                            \"b_vlan\": 3477,\n                            \"a_inner_vlan\": 2101,\n                            \"b_inner_vlan\": 2101,\n                            \"rate_limit_mbps\": 101,\n                            \"resource_name\": \"vll\",\n                            \"resource_type\": \"vll\",\n                            \"up\": 1,\n                            \"shutdown\": false,\n                            \"ainnerVlan\": 2101,\n                            \"binnerVlan\": 2101\n                        }\n                    },\n                    \"vxcApproval\": {\n                        \"status\": null,\n                        \"message\": null,\n                        \"uid\": null,\n                        \"type\": null,\n                        \"newSpeed\": null\n                    },\n                    \"contractStartDate\": 1758151402051,\n                    \"contractEndDate\": 1789653600000,\n                    \"contractTermMonths\": 12,\n                    \"autoRenewTerm\": true,\n                    \"locked\": false,\n                    \"adminLocked\": false,\n                    \"attributeTags\": {},\n                    \"up\": true,\n                    \"shutdown\": false,\n                    \"termSpeed\": 101,\n                    \"cancelable\": true,\n                    \"aEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"5e1d7a54-eff1-41d9-bdad-b98303bdf53e\",\n                        \"productName\": \"MF-NextDC B1 @ Brisbane - MCR2\",\n                        \"locationId\": 5,\n                        \"location\": \"NextDC B1\",\n                        \"locationDetail\": {\n                            \"name\": \"NextDC B1\",\n                            \"city\": \"Brisbane\",\n                            \"metro\": \"Brisbane\",\n                            \"country\": \"Australia\"\n                        },\n                        \"vlan\": 986,\n                        \"innerVlan\": 2101,\n                        \"secondaryName\": null,\n                        \"connectType\": \"VROUTER\",\n                        \"diversityZone\": \"blue\",\n                        \"vNicIndex\": 2\n                    },\n                    \"bEnd\": {\n                        \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                        \"productUid\": \"1ccd1053-8fc4-4963-bb26-e3157aecb560\",\n                        \"productName\": \"MF-Equinix SV1/10 @ Bay Area - MCR2\",\n                        \"locationId\": 66,\n                        \"location\": \"Equinix SV1/10\",\n                        \"locationDetail\": {\n                            \"name\": \"Equinix SV1/10\",\n                            \"city\": \"San Jose\",\n                            \"metro\": \"Bay Area\",\n                            \"country\": \"USA\"\n                        },\n                        \"vlan\": 3477,\n                        \"innerVlan\": 2101,\n                        \"secondaryName\": null,\n                        \"connectType\": \"VROUTER\",\n                        \"diversityZone\": \"blue\",\n                        \"vNicIndex\": 1\n                    }\n                }\n            ],\n            \"associatedIxs\": [],\n            \"attributeTags\": {},\n            \"resources\": {\n                \"virtual_router\": {\n                    \"mcrAsn\": 133937,\n                    \"resource_name\": \"virtual_router\",\n                    \"resource_type\": \"virtual_router\",\n                    \"speed\": 1000,\n                    \"bgpShutdownDefault\": false\n                }\n            },\n            \"diversityZone\": \"blue\",\n            \"up\": true,\n            \"addOns\": null,\n            \"cancelable\": true\n        },\n        {\n            \"productId\": 258200,\n            \"productUid\": \"ecf75c1d-a709-4e40-9d69-baa2057287ba\",\n            \"productName\": \"DCO-MEGA-RT-01\",\n            \"secondaryName\": null,\n            \"productType\": \"MCR2\",\n            \"provisioningStatus\": \"LIVE\",\n            \"portSpeed\": 2500,\n            \"maxVxcSpeed\": 2500,\n            \"locationId\": 320,\n            \"locationDetail\": {\n                \"name\": \"CoreSite DE1\",\n                \"city\": \"Denver\",\n                \"metro\": \"Denver\",\n                \"country\": \"USA\"\n            },\n            \"lagPrimary\": false,\n            \"lagId\": null,\n            \"aggregationId\": null,\n            \"createDate\": 1758154889339,\n            \"createdBy\": \"2c2beb4a-53d0-47ed-9072-06f13a425502\",\n            \"terminateDate\": null,\n            \"liveDate\": 1758154929178,\n            \"contractStartDate\": 1758154929204,\n            \"contractEndDate\": 1760709600000,\n            \"contractTermMonths\": 1,\n            \"autoRenewTerm\": false,\n            \"market\": \"US\",\n            \"usageAlgorithm\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"virtual\": true,\n            \"buyoutPort\": false,\n            \"crossConnectRequested\": false,\n            \"locked\": false,\n            \"adminLocked\": false,\n            \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n            \"companyName\": \"Megaport Lab\",\n            \"associatedVxcs\": [],\n            \"associatedIxs\": [],\n            \"attributeTags\": {},\n            \"resources\": {\n                \"virtual_router\": {\n                    \"mcrAsn\": 133937,\n                    \"resource_name\": \"virtual_router\",\n                    \"resource_type\": \"virtual_router\",\n                    \"speed\": 2500,\n                    \"bgpShutdownDefault\": false\n                }\n            },\n            \"diversityZone\": \"red\",\n            \"up\": true,\n            \"addOns\": [\n                {\n                    \"addOnUid\": \"f22911fc-65b1-43c1-9b6a-d5a337da8d72\",\n                    \"tunnelCount\": 10,\n                    \"addOnType\": \"IP_SEC\"\n                }\n            ],\n            \"cancelable\": true\n        },\n        {\n            \"productId\": 258201,\n            \"productUid\": \"72896ba3-dd32-4d1a-8fd0-27adc5cb2c6b\",\n            \"productName\": \"Example MCR\",\n            \"secondaryName\": null,\n            \"productType\": \"MCR2\",\n            \"provisioningStatus\": \"LIVE\",\n            \"portSpeed\": 1000,\n            \"maxVxcSpeed\": 1000,\n            \"locationId\": 2,\n            \"locationDetail\": {\n                \"name\": \"Equinix SY1\",\n                \"city\": \"Sydney\",\n                \"metro\": \"Sydney\",\n                \"country\": \"Australia\"\n            },\n            \"lagPrimary\": false,\n            \"lagId\": null,\n            \"aggregationId\": null,\n            \"createDate\": 1758154891102,\n            \"createdBy\": \"c396e4b4-5efa-4868-98aa-dfd12ed07186\",\n            \"terminateDate\": null,\n            \"liveDate\": 1758154930702,\n            \"contractStartDate\": 1758154930722,\n            \"contractEndDate\": 1789653600000,\n            \"contractTermMonths\": 12,\n            \"autoRenewTerm\": true,\n            \"market\": \"AU\",\n            \"usageAlgorithm\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"virtual\": true,\n            \"buyoutPort\": false,\n            \"crossConnectRequested\": false,\n            \"locked\": false,\n            \"adminLocked\": false,\n            \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n            \"companyName\": \"Megaport Lab\",\n            \"associatedVxcs\": [],\n            \"associatedIxs\": [],\n            \"attributeTags\": {},\n            \"resources\": {\n                \"virtual_router\": {\n                    \"mcrAsn\": 133937,\n                    \"resource_name\": \"virtual_router\",\n                    \"resource_type\": \"virtual_router\",\n                    \"speed\": 1000,\n                    \"bgpShutdownDefault\": false\n                }\n            },\n            \"diversityZone\": \"blue\",\n            \"up\": true,\n            \"addOns\": null,\n            \"cancelable\": true\n        },\n        {\n            \"productId\": 258202,\n            \"productUid\": \"53221580-7be7-4030-9f36-f67b92bae109\",\n            \"productName\": \"DCO-MEGA-RT-01\",\n            \"secondaryName\": null,\n            \"productType\": \"MCR2\",\n            \"provisioningStatus\": \"LIVE\",\n            \"portSpeed\": 2500,\n            \"maxVxcSpeed\": 2500,\n            \"locationId\": 320,\n            \"locationDetail\": {\n                \"name\": \"CoreSite DE1\",\n                \"city\": \"Denver\",\n                \"metro\": \"Denver\",\n                \"country\": \"USA\"\n            },\n            \"lagPrimary\": false,\n            \"lagId\": null,\n            \"aggregationId\": null,\n            \"createDate\": 1758154999207,\n            \"createdBy\": \"2c2beb4a-53d0-47ed-9072-06f13a425502\",\n            \"terminateDate\": null,\n            \"liveDate\": 1758155031623,\n            \"contractStartDate\": 1758155031647,\n            \"contractEndDate\": 1760709600000,\n            \"contractTermMonths\": 1,\n            \"autoRenewTerm\": false,\n            \"market\": \"US\",\n            \"usageAlgorithm\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"virtual\": true,\n            \"buyoutPort\": false,\n            \"crossConnectRequested\": false,\n            \"locked\": false,\n            \"adminLocked\": false,\n            \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n            \"companyName\": \"Megaport Lab\",\n            \"associatedVxcs\": [],\n            \"associatedIxs\": [],\n            \"attributeTags\": {},\n            \"resources\": {\n                \"virtual_router\": {\n                    \"mcrAsn\": 133937,\n                    \"resource_name\": \"virtual_router\",\n                    \"resource_type\": \"virtual_router\",\n                    \"speed\": 2500,\n                    \"bgpShutdownDefault\": false\n                }\n            },\n            \"diversityZone\": \"red\",\n            \"up\": true,\n            \"addOns\": [\n                {\n                    \"addOnUid\": \"0fab6c57-c52d-4912-a968-4b9261b6a555\",\n                    \"tunnelCount\": 10,\n                    \"addOnType\": \"IP_SEC\"\n                }\n            ],\n            \"cancelable\": true\n        }\n    ]\n}"},{"id":"61ebd1e8-6ffb-4a33-8a07-cecaa173e9f9","name":"Get Product List - All New Services","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":{"raw":"{{baseUrl}}/v2/products?provisioningStatus=NEW","host":["{{baseUrl}}"],"path":["v2","products"],"query":[{"key":"provisioningStatus","value":"NEW","description":"Filter by the provisioning status of the product.\nThe values for provisioningStatus are NEW, DESIGN, DEPLOYABLE, CONFIGURED, LIVE, CANCELLED, and CANCELLED_PARENT. (Optional)"},{"key":"filter","value":"{status}","description":"An additional status filter that can be used to filter the provisioning status of the product.\nThe values for filter are: ALL, LIVE, DECOMMISSIONED, and RECENTLY_DECOMMISSIONED. \nIf nothing is passed, the default value is RECENTLY_DECOMMISSIONED, which returns services that have been decommissioned in the last 30 days. (Optional)","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 18 Sep 2025 00:50:57 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1227"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amzn-Trace-Id","value":"Root=1-68cb5771-1aa7da1c65a389d3712ed3b1"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Server-Timing","value":"app;dur=460"},{"key":"ETag","value":"W/\"02d051987f34fb6f03198d2d3e8d03a5e\""},{"key":"X-Xss-Protection","value":"1 ; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"trace-id","value":"201d54d7a11accde46018af2976f87b4"},{"key":"X-Robots-Tag","value":"noindex"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Found 1 Products\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"productId\": 256685,\n            \"productUid\": \"ded09579-3de0-48d4-8c25-955f639eea94\",\n            \"productName\": \"DA-2714 | PowerBI | 400G Customer Port Orders | Hypermegaport\",\n            \"secondaryName\": null,\n            \"productType\": \"MEGAPORT\",\n            \"provisioningStatus\": \"NEW\",\n            \"portSpeed\": 400000,\n            \"maxVxcSpeed\": null,\n            \"locationId\": 67,\n            \"locationDetail\": {\n                \"name\": \"Equinix DC4\",\n                \"city\": \"Ashburn\",\n                \"metro\": \"Ashburn\",\n                \"country\": \"USA\"\n            },\n            \"lagPrimary\": false,\n            \"lagId\": null,\n            \"aggregationId\": null,\n            \"createDate\": 1757475049269,\n            \"createdBy\": \"7ea01766-3ee2-4ed7-8357-074e1cd77b76\",\n            \"terminateDate\": null,\n            \"liveDate\": null,\n            \"contractStartDate\": 1757426400000,\n            \"contractEndDate\": 1788962400000,\n            \"contractTermMonths\": 12,\n            \"autoRenewTerm\": true,\n            \"market\": \"US\",\n            \"usageAlgorithm\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"virtual\": false,\n            \"buyoutPort\": false,\n            \"crossConnectRequested\": false,\n            \"locked\": false,\n            \"adminLocked\": false,\n            \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n            \"companyName\": \"Megaport Lab\",\n            \"associatedVxcs\": [],\n            \"associatedIxs\": [],\n            \"attributeTags\": {},\n            \"resources\": {},\n            \"diversityZone\": null,\n            \"up\": null,\n            \"addOns\": null,\n            \"cancelable\": true\n        }\n    ]\n}"}],"_postman_id":"59cad1b4-1edd-491b-97fe-dcd83421228a"},{"name":"Get Product Details","id":"e2ed79c5-cac5-451a-a46b-f75f8550e878","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}","type":"text"}],"url":"{{baseUrl}}/v2/product/{productUid}","description":"<p>Returns configuration details about the Megaport service specified by the <code>productUid</code>.</p>\n<p><strong>Resource Tags</strong></p>\n<p>To return resource tag details, add <code>/tags</code> to the end of the request. For example:</p>\n<p><code>https://api-staging.megaport.com/v2/product/{productUid}/tags</code></p>\n","urlObject":{"path":["v2","product","{productUid}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"d6376711-79cf-44b0-9b45-56f521927324","name":"Get Product Details - Port","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v2/product/937d7bf8-2c2f-4654-92c4-35eaa6d41d01"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 15 Jan 2025 07:04:14 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1111"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Correlation-Id","value":"8ec5c1032f0c8f8a22337ab14913d97c"},{"key":"X-Amzn-Trace-Id","value":"Root=1-67875ded-097ccf6149f81b352a50c232"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Server-Timing","value":"app;dur=222"},{"key":"ETag","value":"W/\"0b31a30856239094c0bd4b6cbc811e25c\""},{"key":"vary","value":"accept-encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Xss-Protection","value":"1 ; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"trace-id","value":"8ec5c1032f0c8f8a22337ab14913d97c"},{"key":"X-Robots-Tag","value":"noindex"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Found Product 937d7bf8-2c2f-4654-92c4-35eaa6d41d01\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": {\n        \"productId\": 225008,\n        \"productUid\": \"937d7bf8-2c2f-4654-92c4-35eaa6d41d01\",\n        \"productName\": \"GB Port\",\n        \"secondaryName\": null,\n        \"productType\": \"MEGAPORT\",\n        \"provisioningStatus\": \"LIVE\",\n        \"portSpeed\": 100000,\n        \"maxVxcSpeed\": 100000,\n        \"locationId\": 2,\n        \"locationDetail\": {\n            \"name\": \"Equinix SY1\",\n            \"city\": \"Sydney\",\n            \"metro\": \"Sydney\",\n            \"country\": \"Australia\"\n        },\n        \"lagPrimary\": false,\n        \"lagId\": null,\n        \"aggregationId\": null,\n        \"createDate\": 1736918425731,\n        \"createdBy\": \"f39b8983-256e-4643-adec-9f0b5da09ab7\",\n        \"terminateDate\": null,\n        \"liveDate\": 1736918460664,\n        \"contractStartDate\": 1736918460699,\n        \"contractEndDate\": 1768399200000,\n        \"contractTermMonths\": 12,\n        \"market\": \"AU\",\n        \"usageAlgorithm\": \"NOT_POST_PAID\",\n        \"marketplaceVisibility\": false,\n        \"vxcPermitted\": true,\n        \"vxcAutoApproval\": false,\n        \"virtual\": false,\n        \"buyoutPort\": false,\n        \"crossConnectRequested\": false,\n        \"locked\": false,\n        \"adminLocked\": false,\n        \"connectType\": \"DEFAULT\",\n        \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n        \"companyName\": \"Megaport Lab\",\n        \"associatedVxcs\": [],\n        \"associatedIxs\": [\n            {\n                \"productId\": 225009,\n                \"productUid\": \"c54d276e-f952-4ddf-a3c2-ecb68d84cfc0\",\n                \"locationId\": 2,\n                \"locationDetail\": {\n                    \"name\": \"Equinix SY1\",\n                    \"city\": \"Sydney\",\n                    \"metro\": \"Sydney\",\n                    \"country\": \"Australia\"\n                },\n                \"term\": null,\n                \"locationUid\": null,\n                \"productName\": \"GB. IX\",\n                \"provisioningStatus\": \"LIVE\",\n                \"rateLimit\": 10000,\n                \"promoCode\": null,\n                \"deployDate\": null,\n                \"secondaryName\": null,\n                \"attributeTags\": {},\n                \"vlan\": 639,\n                \"macAddress\": \"00:01:00:01:12:35\",\n                \"ixPeerMacro\": null,\n                \"asn\": 6533,\n                \"networkServiceType\": \"Sydney IX\",\n                \"createDate\": 1736918426694,\n                \"publicGraph\": true,\n                \"usageAlgorithm\": \"POST_PAID_HOURLY_SPEED_METRO_IX\",\n                \"createdBy\": null,\n                \"locked\": false,\n                \"adminLocked\": false,\n                \"vxcDistanceBand\": null,\n                \"contractStartDate\": null,\n                \"contractEndDate\": null,\n                \"contractTermMonths\": 1,\n                \"ecix\": false,\n                \"up\": true,\n                \"shutdown\": false,\n                \"productType\": \"IX\",\n                \"cancelable\": true,\n                \"ix_peer_macro\": null\n            }\n        ],\n        \"attributeTags\": {},\n        \"resources\": {\n            \"interface\": {\n                \"demarcation\": \"Equinix SY1\\n639 Gardeners Road, Mascot\\nType: Single-mode Fibre Pair\\nPorts: PPP:0519-A:1290103, ports 13+14\\nTermination: LC connector\\n\",\n                \"loa_template\": \"megaport\",\n                \"media\": \"LR4\",\n                \"port_speed\": 100000,\n                \"resource_name\": \"interface\",\n                \"resource_type\": \"interface\",\n                \"up\": 1,\n                \"shutdown\": false\n            }\n        },\n        \"diversityZone\": \"blue\",\n        \"up\": true,\n        \"cancelable\": true\n    }\n}"},{"id":"9b461861-d97d-4fbd-8d9a-f87f5f917a4a","name":"Get Product Details - VXC","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v2/product/9fbc4f9e-5f59-458e-bb95-6633e77ab131"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Jan 2025 06:54:59 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"969"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Correlation-Id","value":"40ddca43c439b9b2d251948cd82cb5ba"},{"key":"X-Amzn-Trace-Id","value":"Root=1-67933942-3f7e56ec2d2cad837001eeca"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Server-Timing","value":"app;dur=841"},{"key":"ETag","value":"W/\"0a9d346f274a4c3e40d04cf587fdc4043\""},{"key":"vary","value":"accept-encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Xss-Protection","value":"1 ; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"trace-id","value":"40ddca43c439b9b2d251948cd82cb5ba"},{"key":"X-Robots-Tag","value":"noindex"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Found Product 9fbc4f9e-5f59-458e-bb95-6633e77ab131\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": {\n        \"productId\": 220451,\n        \"productUid\": \"9fbc4f9e-5f59-458e-bb95-6633e77ab131\",\n        \"productName\": \"WEST AWS\",\n        \"secondaryName\": null,\n        \"productType\": \"VXC\",\n        \"rateLimit\": 50,\n        \"maximumRate\": 10000,\n        \"distanceBand\": \"METRO\",\n        \"provisioningStatus\": \"LIVE\",\n        \"usageAlgorithm\": \"POST_PAID_VARIABLE\",\n        \"createdBy\": \"cb9c4d7e-4cd2-4f6b-8f4e-89ab263e57e6\",\n        \"liveDate\": 1733253865042,\n        \"createDate\": 1733253767229,\n        \"resources\": {\n            \"csp_connection\": {\n                \"bandwidth\": 50,\n                \"connectType\": \"AWSHC\",\n                \"resource_name\": \"b_csp_connection\",\n                \"resource_type\": \"csp_connection\",\n                \"name\": \"WEST AWS\",\n                \"ownerAccount\": \"306069248856\",\n                \"bandwidths\": [\n                    50\n                ],\n                \"connectionId\": \"dxcon-fftxgi4j\"\n            },\n            \"vll\": {\n                \"a_vlan\": 2612,\n                \"b_vlan\": 2612,\n                \"rate_limit_mbps\": 50,\n                \"resource_name\": \"vll\",\n                \"resource_type\": \"vll\",\n                \"up\": 1,\n                \"shutdown\": false\n            }\n        },\n        \"vxcApproval\": {\n            \"status\": null,\n            \"message\": null,\n            \"uid\": null,\n            \"type\": null,\n            \"newSpeed\": null\n        },\n        \"contractStartDate\": 1733253865055,\n        \"contractEndDate\": 1735912800000,\n        \"contractTermMonths\": 1,\n        \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n        \"companyName\": \"Megaport Lab\",\n        \"locked\": false,\n        \"adminLocked\": false,\n        \"attributeTags\": {},\n        \"up\": true,\n        \"shutdown\": false,\n        \"cancelable\": true,\n        \"aEnd\": {\n            \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n            \"productUid\": \"21be60a0-14c8-454f-9636-c6a3ad9f8447\",\n            \"productName\": \"ZW TEST\",\n            \"locationId\": 147,\n            \"location\": \"CyrusOne Chandler\",\n            \"locationDetail\": {\n                \"name\": \"CyrusOne Chandler\",\n                \"city\": \"Phoenix\",\n                \"metro\": \"Phoenix\",\n                \"country\": \"USA\"\n            },\n            \"vlan\": 2612,\n            \"innerVlan\": null,\n            \"secondaryName\": null,\n            \"connectType\": \"DEFAULT\",\n            \"diversityZone\": \"red\"\n        },\n        \"bEnd\": {\n            \"ownerUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n            \"productUid\": \"d2b92be0-d85c-4ae5-b511-37c1cfe6e196\",\n            \"productName\": \"US West (N. California) (us-west-1)\",\n            \"locationId\": 370,\n            \"location\": \"PhoenixNAP\",\n            \"locationDetail\": {\n                \"name\": \"PhoenixNAP\",\n                \"city\": \"Phoenix\",\n                \"metro\": \"Phoenix\",\n                \"country\": \"USA\"\n            },\n            \"vlan\": 2612,\n            \"innerVlan\": null,\n            \"secondaryName\": null,\n            \"connectType\": \"AWSHC\",\n            \"diversityZone\": \"red\"\n        }\n    }\n}"},{"id":"ce3e2ff2-6763-4afb-99ef-03ba84623328","name":"Get Product Details - Oracle VXC","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v2/product/875728a5-011c-4f3f-a9a9-4115b595b465"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Jan 2025 07:36:04 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1210"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Correlation-Id","value":"77876cba8e96be03cda961cd4bcc488b"},{"key":"X-Amzn-Trace-Id","value":"Root=1-679342e4-28cf2699232a66633c15fa70"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Server-Timing","value":"app;dur=576"},{"key":"ETag","value":"W/\"053c9124ade43e14279a92346d9950543\""},{"key":"vary","value":"accept-encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Xss-Protection","value":"1 ; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"trace-id","value":"77876cba8e96be03cda961cd4bcc488b"},{"key":"X-Robots-Tag","value":"noindex"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Found Product 875728a5-011c-4f3f-a9a9-4115b595b465\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": {\n        \"productId\": 226339,\n        \"productUid\": \"875728a5-011c-4f3f-a9a9-4115b595b465\",\n        \"productName\": \"Example VXC\",\n        \"secondaryName\": null,\n        \"productType\": \"VXC\",\n        \"rateLimit\": 5000,\n        \"maximumRate\": 5000,\n        \"distanceBand\": \"INTERZONE\",\n        \"provisioningStatus\": \"LIVE\",\n        \"usageAlgorithm\": \"POST_PAID_HOURLY_SPEED_LONG_HAUL_VXC\",\n        \"createdBy\": \"2c2beb4a-53d0-47ed-9072-06f13a425502\",\n        \"liveDate\": 1737702986848,\n        \"createDate\": 1737702940476,\n        \"resources\": {\n            \"csp_connection\": [\n                {\n                    \"connectType\": \"VROUTER\",\n                    \"resource_name\": \"a_csp_connection\",\n                    \"resource_type\": \"csp_connection\",\n                    \"vlan\": 2352,\n                    \"interfaces\": [\n                        {\n                            \"ipAddresses\": [\n                                \"10.0.0.1/30\"\n                            ],\n                            \"natIpAddresses\": [\n                                \"10.0.0.1\"\n                            ]\n                        }\n                    ],\n                    \"ip_addresses\": [\n                        \"10.0.0.1/30\"\n                    ],\n                    \"virtualRouterName\": \"\"\n                },\n                {\n                    \"bandwidth\": 10000,\n                    \"connectType\": \"ORACLE\",\n                    \"megaports\": [\n                        {\n                            \"port\": 61876,\n                            \"vxc\": 226339\n                        }\n                    ],\n                    \"ports\": [\n                        {\n                            \"service_id\": 138549,\n                            \"vxc_service_ids\": [\n                                633331\n                            ],\n                            \"firstVxcServiceId\": 633331\n                        }\n                    ],\n                    \"resource_name\": \"b_csp_connection\",\n                    \"resource_type\": \"csp_connection\",\n                    \"csp_name\": \"Oracle\",\n                    \"virtualCircuitId\": \"ocid1.virtualcircuit.oc1.phx.aaaaaaaapsokflwszxk3c2vhsyj5pkas3gmh3zngyxx7zj6yxj2stgeofk5q\"\n                }\n            ],\n            \"vll\": {\n                \"a_vlan\": 2352,\n                \"b_vlan\": 2352,\n                \"a_inner_vlan\": 2030,\n                \"rate_limit_mbps\": 5000,\n                \"resource_name\": \"vll\",\n                \"resource_type\": \"vll\",\n                \"up\": 1,\n                \"shutdown\": false,\n                \"ainnerVlan\": 2030\n            }\n        },\n        \"vxcApproval\": {\n            \"status\": null,\n            \"message\": null,\n            \"uid\": null,\n            \"type\": null,\n            \"newSpeed\": null\n        },\n        \"contractStartDate\": 1737702986877,\n        \"contractEndDate\": 1769176800000,\n        \"contractTermMonths\": 12,\n        \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n        \"companyName\": \"Megaport Lab\",\n        \"locked\": false,\n        \"adminLocked\": false,\n        \"attributeTags\": {},\n        \"up\": true,\n        \"shutdown\": false,\n        \"termSpeed\": 5000,\n        \"cancelable\": true,\n        \"aEnd\": {\n            \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n            \"productUid\": \"3563cb65-7e11-429c-9768-20225645b5eb\",\n            \"productName\": \"Example MCR\",\n            \"locationId\": 68,\n            \"location\": \"CoreSite VA1\",\n            \"locationDetail\": {\n                \"name\": \"CoreSite VA1\",\n                \"city\": \"Reston\",\n                \"metro\": \"Ashburn\",\n                \"country\": \"USA\"\n            },\n            \"vlan\": 2352,\n            \"innerVlan\": 2030,\n            \"secondaryName\": null,\n            \"connectType\": \"VROUTER\",\n            \"diversityZone\": \"red\",\n            \"vNicIndex\": 6\n        },\n        \"bEnd\": {\n            \"ownerUid\": \"8ea83603-445c-40c6-94cf-67967a18beb9\",\n            \"productUid\": \"e33162cf-8081-4fbb-aa41-65021d953ec0\",\n            \"productName\": \"OCI (us-phoenix-1) (BMC)\",\n            \"locationId\": 63,\n            \"location\": \"Digital Realty Los Angeles LAX10 (LOS1)\",\n            \"locationDetail\": {\n                \"name\": \"Digital Realty Los Angeles LAX10 (LOS1)\",\n                \"city\": \"Los Angeles\",\n                \"metro\": \"Los Angeles\",\n                \"country\": \"USA\"\n            },\n            \"vlan\": 2352,\n            \"innerVlan\": null,\n            \"secondaryName\": null,\n            \"connectType\": \"ORACLE\",\n            \"diversityZone\": \"blue\"\n        }\n    }\n}"},{"id":"d8b789a7-37f1-4cb8-b1fc-eb566a9a83d5","name":"Get Product Details - Megaport Internet","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v2/product/9998ad26-b87a-4903-8d0f-d9b69052b89e"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Jan 2025 07:33:16 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1004"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Correlation-Id","value":"92d275345ce8679339cd0b355aaf56a2"},{"key":"X-Amzn-Trace-Id","value":"Root=1-6793423b-36e4df5921a3efbb03212189"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Server-Timing","value":"app;dur=540"},{"key":"ETag","value":"W/\"0fb98372d10554da8e9a0852d628f1375\""},{"key":"vary","value":"accept-encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Xss-Protection","value":"1 ; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"trace-id","value":"92d275345ce8679339cd0b355aaf56a2"},{"key":"X-Robots-Tag","value":"noindex"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Found Product 9998ad26-b87a-4903-8d0f-d9b69052b89e\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": {\n        \"productId\": 226340,\n        \"productUid\": \"9998ad26-b87a-4903-8d0f-d9b69052b89e\",\n        \"productName\": \"Example Port to Megaport Internet\",\n        \"secondaryName\": null,\n        \"productType\": \"VXC\",\n        \"rateLimit\": 10000,\n        \"maximumRate\": 10000,\n        \"distanceBand\": \"INTERZONE\",\n        \"provisioningStatus\": \"LIVE\",\n        \"usageAlgorithm\": \"POST_PAID_HOURLY_SPEED_LONG_HAUL_VXC\",\n        \"createdBy\": \"2c2beb4a-53d0-47ed-9072-06f13a425502\",\n        \"liveDate\": 1737703426850,\n        \"createDate\": 1737703386496,\n        \"resources\": {\n            \"csp_connection\": {\n                \"connectType\": \"TRANSIT\",\n                \"resource_name\": \"b_csp_connection\",\n                \"resource_type\": \"csp_connection\",\n                \"customer_ip4_address\": \"162.43.152.19/31\",\n                \"customer_ip6_network\": \"2a0a:1800:14:9::/64\",\n                \"ipv4_gateway_address\": \"162.43.152.18\",\n                \"ipv6_gateway_address\": \"2a0a:1800:14:9::1\"\n            },\n            \"vll\": {\n                \"a_vlan\": 3002,\n                \"b_vlan\": 3002,\n                \"rate_limit_mbps\": 10000,\n                \"resource_name\": \"vll\",\n                \"resource_type\": \"vll\",\n                \"up\": 1,\n                \"shutdown\": false\n            }\n        },\n        \"vxcApproval\": {\n            \"status\": null,\n            \"message\": null,\n            \"uid\": null,\n            \"type\": null,\n            \"newSpeed\": null\n        },\n        \"contractStartDate\": 1737703426874,\n        \"contractEndDate\": 1769176800000,\n        \"contractTermMonths\": 12,\n        \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n        \"companyName\": \"Megaport Lab\",\n        \"locked\": false,\n        \"adminLocked\": false,\n        \"attributeTags\": {},\n        \"up\": true,\n        \"shutdown\": false,\n        \"termSpeed\": 10000,\n        \"cancelable\": true,\n        \"aEnd\": {\n            \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n            \"productUid\": \"bab60684-7ebc-403f-af67-6d97d2fb8fdb\",\n            \"productName\": \"Example Port\",\n            \"locationId\": 68,\n            \"location\": \"CoreSite VA1\",\n            \"locationDetail\": {\n                \"name\": \"CoreSite VA1\",\n                \"city\": \"Reston\",\n                \"metro\": \"Ashburn\",\n                \"country\": \"USA\"\n            },\n            \"vlan\": 3002,\n            \"innerVlan\": null,\n            \"secondaryName\": null,\n            \"connectType\": \"DEFAULT\",\n            \"diversityZone\": \"red\"\n        },\n        \"bEnd\": {\n            \"ownerUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n            \"productUid\": \"b1874ba7-bdf8-4619-9e7e-381b0af69bc8\",\n            \"productName\": \"Megaport Internet\",\n            \"locationId\": 320,\n            \"location\": \"CoreSite DE1\",\n            \"locationDetail\": {\n                \"name\": \"CoreSite DE1\",\n                \"city\": \"Denver\",\n                \"metro\": \"Denver\",\n                \"country\": \"USA\"\n            },\n            \"vlan\": 3002,\n            \"innerVlan\": null,\n            \"secondaryName\": null,\n            \"connectType\": \"TRANSIT\",\n            \"diversityZone\": \"red\"\n        }\n    }\n}"},{"id":"13eaa4d6-6a3f-4a77-a318-6ce5f4b82b1d","name":"Get Product Details - MCR","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v2/product/591c38bd-0905-49d0-8b25-3d3d17e19fee"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 12 Sep 2025 08:03:07 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1199"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amzn-Trace-Id","value":"Root=1-68c3d3ba-5af55b61096b119155bc6080"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Server-Timing","value":"app;dur=591"},{"key":"ETag","value":"W/\"089154ca3abe763a756dcf381ed857405\""},{"key":"X-Xss-Protection","value":"1 ; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"trace-id","value":"81c5734738deef6ca04be91bf1e7acf4"},{"key":"content-encoding","value":"gzip"},{"key":"X-Robots-Tag","value":"noindex"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Found Product 591c38bd-0905-49d0-8b25-3d3d17e19fee\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": {\n        \"productId\": 256942,\n        \"productUid\": \"591c38bd-0905-49d0-8b25-3d3d17e19fee\",\n        \"productName\": \"Example MCR\",\n        \"secondaryName\": null,\n        \"productType\": \"MCR2\",\n        \"provisioningStatus\": \"LIVE\",\n        \"portSpeed\": 2500,\n        \"maxVxcSpeed\": 2500,\n        \"locationId\": 650,\n        \"locationDetail\": {\n            \"name\": \"CoreSite BO1\",\n            \"city\": \"Boston\",\n            \"metro\": \"Boston\",\n            \"country\": \"USA\"\n        },\n        \"lagPrimary\": false,\n        \"lagId\": null,\n        \"aggregationId\": null,\n        \"createDate\": 1757654165976,\n        \"createdBy\": \"2c2beb4a-53d0-47ed-9072-06f13a425502\",\n        \"terminateDate\": null,\n        \"liveDate\": 1757654205279,\n        \"contractStartDate\": 1757654205300,\n        \"contractEndDate\": 1789135200000,\n        \"contractTermMonths\": 12,\n        \"autoRenewTerm\": true,\n        \"market\": \"US\",\n        \"usageAlgorithm\": \"POST_PAID_FIXED\",\n        \"marketplaceVisibility\": false,\n        \"vxcPermitted\": true,\n        \"vxcAutoApproval\": false,\n        \"virtual\": true,\n        \"buyoutPort\": false,\n        \"crossConnectRequested\": false,\n        \"locked\": false,\n        \"adminLocked\": false,\n        \"connectType\": \"VROUTER\",\n        \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n        \"companyName\": \"Megaport Lab\",\n        \"associatedVxcs\": [\n            {\n                \"productId\": 256943,\n                \"productUid\": \"b24b1b5a-7b3c-40a1-b6ca-f29dc4741850\",\n                \"productName\": \"Example VXC\",\n                \"secondaryName\": null,\n                \"productType\": \"VXC\",\n                \"rateLimit\": 500,\n                \"maximumRate\": 2500,\n                \"distanceBand\": \"INTERZONE\",\n                \"provisioningStatus\": \"LIVE\",\n                \"usageAlgorithm\": \"POST_PAID_HOURLY_SPEED_LONG_HAUL_VXC\",\n                \"createdBy\": \"2c2beb4a-53d0-47ed-9072-06f13a425502\",\n                \"createDate\": 1757654249765,\n                \"vxcApproval\": {\n                    \"status\": null,\n                    \"message\": null,\n                    \"uid\": null,\n                    \"type\": null,\n                    \"newSpeed\": null\n                },\n                \"contractStartDate\": 1757654290715,\n                \"contractEndDate\": 1789135200000,\n                \"contractTermMonths\": 12,\n                \"autoRenewTerm\": true,\n                \"locked\": false,\n                \"adminLocked\": false,\n                \"attributeTags\": {},\n                \"up\": true,\n                \"shutdown\": false,\n                \"termSpeed\": 500,\n                \"cancelable\": true,\n                \"aEnd\": {\n                    \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                    \"productUid\": \"591c38bd-0905-49d0-8b25-3d3d17e19fee\",\n                    \"productName\": \"Example MCR\",\n                    \"locationId\": 650,\n                    \"location\": \"CoreSite BO1\",\n                    \"locationDetail\": {\n                        \"name\": \"CoreSite BO1\",\n                        \"city\": \"Boston\",\n                        \"metro\": \"Boston\",\n                        \"country\": \"USA\"\n                    },\n                    \"vlan\": 2942,\n                    \"innerVlan\": 4061,\n                    \"secondaryName\": null,\n                    \"connectType\": \"VROUTER\",\n                    \"diversityZone\": \"blue\",\n                    \"vNicIndex\": 0\n                },\n                \"bEnd\": {\n                    \"ownerUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n                    \"productUid\": \"fece8275-86ec-4bbd-b328-67ddac6d852e\",\n                    \"productName\": \"Sydney Primary\",\n                    \"locationId\": 2,\n                    \"location\": \"Equinix SY1\",\n                    \"locationDetail\": {\n                        \"name\": \"Equinix SY1\",\n                        \"city\": \"Sydney\",\n                        \"metro\": \"Sydney\",\n                        \"country\": \"Australia\"\n                    },\n                    \"vlan\": 3901,\n                    \"innerVlan\": null,\n                    \"secondaryName\": null,\n                    \"connectType\": \"AZURE\",\n                    \"diversityZone\": \"blue\"\n                }\n            }\n        ],\n        \"associatedIxs\": [],\n        \"attributeTags\": {},\n        \"resources\": {\n            \"virtual_router\": {\n                \"mcrAsn\": 133937,\n                \"resource_name\": \"virtual_router\",\n                \"resource_type\": \"virtual_router\",\n                \"speed\": 2500,\n                \"bgpShutdownDefault\": false\n            }\n        },\n        \"diversityZone\": \"blue\",\n        \"up\": true,\n        \"addOns\": [\n            {\n                \"addOnUid\": \"7713c61c-4ffa-4a0b-8065-d615b8749dd5\",\n                \"tunnelCount\": 10,\n                \"addOnType\": \"IP_SEC\"\n            }\n        ],\n        \"cancelable\": true\n    }\n}"},{"id":"bdd1525f-2c9e-4654-a6a6-ec58b48058d0","name":"Get Product Details - MCR IPsec","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v2/product/591c38bd-0905-49d0-8b25-3d3d17e19fee"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 12 Sep 2025 08:03:07 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1199"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amzn-Trace-Id","value":"Root=1-68c3d3ba-5af55b61096b119155bc6080"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Server-Timing","value":"app;dur=591"},{"key":"ETag","value":"W/\"089154ca3abe763a756dcf381ed857405\""},{"key":"X-Xss-Protection","value":"1 ; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"trace-id","value":"81c5734738deef6ca04be91bf1e7acf4"},{"key":"content-encoding","value":"gzip"},{"key":"X-Robots-Tag","value":"noindex"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Found Product 591c38bd-0905-49d0-8b25-3d3d17e19fee\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": {\n        \"productId\": 256942,\n        \"productUid\": \"591c38bd-0905-49d0-8b25-3d3d17e19fee\",\n        \"productName\": \"Example MCR\",\n        \"secondaryName\": null,\n        \"productType\": \"MCR2\",\n        \"provisioningStatus\": \"LIVE\",\n        \"portSpeed\": 2500,\n        \"maxVxcSpeed\": 2500,\n        \"locationId\": 650,\n        \"locationDetail\": {\n            \"name\": \"CoreSite BO1\",\n            \"city\": \"Boston\",\n            \"metro\": \"Boston\",\n            \"country\": \"USA\"\n        },\n        \"lagPrimary\": false,\n        \"lagId\": null,\n        \"aggregationId\": null,\n        \"createDate\": 1757654165976,\n        \"createdBy\": \"2c2beb4a-53d0-47ed-9072-06f13a425502\",\n        \"terminateDate\": null,\n        \"liveDate\": 1757654205279,\n        \"contractStartDate\": 1757654205300,\n        \"contractEndDate\": 1789135200000,\n        \"contractTermMonths\": 12,\n        \"autoRenewTerm\": true,\n        \"market\": \"US\",\n        \"usageAlgorithm\": \"POST_PAID_FIXED\",\n        \"marketplaceVisibility\": false,\n        \"vxcPermitted\": true,\n        \"vxcAutoApproval\": false,\n        \"virtual\": true,\n        \"buyoutPort\": false,\n        \"crossConnectRequested\": false,\n        \"locked\": false,\n        \"adminLocked\": false,\n        \"connectType\": \"VROUTER\",\n        \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n        \"companyName\": \"Megaport Lab\",\n        \"associatedVxcs\": [\n            {\n                \"productId\": 256943,\n                \"productUid\": \"b24b1b5a-7b3c-40a1-b6ca-f29dc4741850\",\n                \"productName\": \"Example VXC\",\n                \"secondaryName\": null,\n                \"productType\": \"VXC\",\n                \"rateLimit\": 500,\n                \"maximumRate\": 2500,\n                \"distanceBand\": \"INTERZONE\",\n                \"provisioningStatus\": \"LIVE\",\n                \"usageAlgorithm\": \"POST_PAID_HOURLY_SPEED_LONG_HAUL_VXC\",\n                \"createdBy\": \"2c2beb4a-53d0-47ed-9072-06f13a425502\",\n                \"createDate\": 1757654249765,\n                \"vxcApproval\": {\n                    \"status\": null,\n                    \"message\": null,\n                    \"uid\": null,\n                    \"type\": null,\n                    \"newSpeed\": null\n                },\n                \"contractStartDate\": 1757654290715,\n                \"contractEndDate\": 1789135200000,\n                \"contractTermMonths\": 12,\n                \"autoRenewTerm\": true,\n                \"locked\": false,\n                \"adminLocked\": false,\n                \"attributeTags\": {},\n                \"up\": true,\n                \"shutdown\": false,\n                \"termSpeed\": 500,\n                \"cancelable\": true,\n                \"aEnd\": {\n                    \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                    \"productUid\": \"591c38bd-0905-49d0-8b25-3d3d17e19fee\",\n                    \"productName\": \"Example MCR\",\n                    \"locationId\": 650,\n                    \"location\": \"CoreSite BO1\",\n                    \"locationDetail\": {\n                        \"name\": \"CoreSite BO1\",\n                        \"city\": \"Boston\",\n                        \"metro\": \"Boston\",\n                        \"country\": \"USA\"\n                    },\n                    \"vlan\": 2942,\n                    \"innerVlan\": 4061,\n                    \"secondaryName\": null,\n                    \"connectType\": \"VROUTER\",\n                    \"diversityZone\": \"blue\",\n                    \"vNicIndex\": 0\n                },\n                \"bEnd\": {\n                    \"ownerUid\": \"c40de5ed-4707-4471-a78c-69436de2c505\",\n                    \"productUid\": \"fece8275-86ec-4bbd-b328-67ddac6d852e\",\n                    \"productName\": \"Sydney Primary\",\n                    \"locationId\": 2,\n                    \"location\": \"Equinix SY1\",\n                    \"locationDetail\": {\n                        \"name\": \"Equinix SY1\",\n                        \"city\": \"Sydney\",\n                        \"metro\": \"Sydney\",\n                        \"country\": \"Australia\"\n                    },\n                    \"vlan\": 3901,\n                    \"innerVlan\": null,\n                    \"secondaryName\": null,\n                    \"connectType\": \"AZURE\",\n                    \"diversityZone\": \"blue\"\n                }\n            }\n        ],\n        \"associatedIxs\": [],\n        \"attributeTags\": {},\n        \"resources\": {\n            \"virtual_router\": {\n                \"mcrAsn\": 133937,\n                \"resource_name\": \"virtual_router\",\n                \"resource_type\": \"virtual_router\",\n                \"speed\": 2500,\n                \"bgpShutdownDefault\": false\n            }\n        },\n        \"diversityZone\": \"blue\",\n        \"up\": true,\n        \"addOns\": [\n            {\n                \"addOnUid\": \"7713c61c-4ffa-4a0b-8065-d615b8749dd5\",\n                \"tunnelCount\": 10,\n                \"addOnType\": \"IP_SEC\"\n            }\n        ],\n        \"cancelable\": true\n    }\n}"},{"id":"0acaa6ad-49b2-4b93-847c-fc2ee5d50d24","name":"Get Product Details - MVE (3 vNICs) old","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v2/product/f6d6402e-fa57-4f54-9edc-865d1eb5e31b"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 15 Jan 2025 07:15:10 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1415"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Correlation-Id","value":"a412441bdde62d6a60a1b4ae400602a9"},{"key":"X-Amzn-Trace-Id","value":"Root=1-6787607d-19c7ef05719fda925520bb40"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Server-Timing","value":"app;dur=815"},{"key":"ETag","value":"W/\"0ef93578544bb89097d2bc972ed367d58\""},{"key":"vary","value":"accept-encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Xss-Protection","value":"1 ; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"trace-id","value":"a412441bdde62d6a60a1b4ae400602a9"},{"key":"X-Robots-Tag","value":"noindex"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Found Product f6d6402e-fa57-4f54-9edc-865d1eb5e31b\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": {\n        \"productId\": 224199,\n        \"productUid\": \"f6d6402e-fa57-4f54-9edc-865d1eb5e31b\",\n        \"productName\": \"todd - pfg - test\",\n        \"secondaryName\": null,\n        \"productType\": \"MVE\",\n        \"provisioningStatus\": \"LIVE\",\n        \"portSpeed\": null,\n        \"maxVxcSpeed\": 10000,\n        \"locationId\": 72,\n        \"locationDetail\": {\n            \"name\": \"Digital Realty Dallas DFW10 (DAL1)\",\n            \"city\": \"Dallas\",\n            \"metro\": \"Dallas\",\n            \"country\": \"USA\"\n        },\n        \"lagPrimary\": false,\n        \"lagId\": null,\n        \"aggregationId\": null,\n        \"createDate\": 1736515765669,\n        \"createdBy\": \"a215a61f-7393-4e60-98d1-83609d0accde\",\n        \"terminateDate\": null,\n        \"liveDate\": 1736515848625,\n        \"contractStartDate\": 1736515848645,\n        \"contractEndDate\": 1739109600000,\n        \"contractTermMonths\": 1,\n        \"market\": \"US\",\n        \"usageAlgorithm\": \"POST_PAID_FIXED\",\n        \"marketplaceVisibility\": false,\n        \"vxcPermitted\": true,\n        \"vxcAutoApproval\": false,\n        \"virtual\": false,\n        \"buyoutPort\": false,\n        \"crossConnectRequested\": false,\n        \"locked\": false,\n        \"adminLocked\": false,\n        \"vendor\": \"PALO_ALTO\",\n        \"mveSize\": \"LARGE\",\n        \"mveLabel\": \"MVE 8/32\",\n        \"connectType\": \"MVE\",\n        \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n        \"companyName\": \"Megaport Lab\",\n        \"associatedVxcs\": [\n            {\n                \"productId\": 224200,\n                \"productUid\": \"e6bfee82-ec27-407d-a515-bc1415a0e0c2\",\n                \"productName\": \"todd - pfg - test to Megaport Internet\",\n                \"secondaryName\": null,\n                \"productType\": \"VXC\",\n                \"rateLimit\": 20,\n                \"distanceBand\": \"METRO\",\n                \"provisioningStatus\": \"LIVE\",\n                \"usageAlgorithm\": \"POST_PAID_HOURLY_NORMALISED_SPEED\",\n                \"createdBy\": \"a215a61f-7393-4e60-98d1-83609d0accde\",\n                \"createDate\": 1736515765937,\n                \"vxcApproval\": {\n                    \"status\": null,\n                    \"message\": null,\n                    \"uid\": null,\n                    \"type\": null,\n                    \"newSpeed\": null\n                },\n                \"contractStartDate\": null,\n                \"contractEndDate\": null,\n                \"contractTermMonths\": 1,\n                \"locked\": false,\n                \"adminLocked\": false,\n                \"attributeTags\": {},\n                \"up\": true,\n                \"shutdown\": false,\n                \"cancelable\": true,\n                \"aEnd\": {\n                    \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                    \"productUid\": \"f6d6402e-fa57-4f54-9edc-865d1eb5e31b\",\n                    \"productName\": \"todd - pfg - test\",\n                    \"locationId\": 72,\n                    \"location\": \"Digital Realty Dallas DFW10 (DAL1)\",\n                    \"locationDetail\": {\n                        \"name\": \"Digital Realty Dallas DFW10 (DAL1)\",\n                        \"city\": \"Dallas\",\n                        \"metro\": \"Dallas\",\n                        \"country\": \"USA\"\n                    },\n                    \"vlan\": 908,\n                    \"innerVlan\": null,\n                    \"secondaryName\": null,\n                    \"connectType\": \"MVE\",\n                    \"diversityZone\": \"blue\",\n                    \"vNicIndex\": 0\n                },\n                \"bEnd\": {\n                    \"ownerUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n                    \"productUid\": \"af4333fa-9bb2-425b-8f4e-4539697c3808\",\n                    \"productName\": \"Megaport Internet\",\n                    \"locationId\": 72,\n                    \"location\": \"Digital Realty Dallas DFW10 (DAL1)\",\n                    \"locationDetail\": {\n                        \"name\": \"Digital Realty Dallas DFW10 (DAL1)\",\n                        \"city\": \"Dallas\",\n                        \"metro\": \"Dallas\",\n                        \"country\": \"USA\"\n                    },\n                    \"vlan\": 908,\n                    \"innerVlan\": null,\n                    \"secondaryName\": null,\n                    \"connectType\": \"TRANSIT\",\n                    \"diversityZone\": \"blue\"\n                }\n            },\n            {\n                \"productId\": 224201,\n                \"productUid\": \"7af5adc0-af76-4d7c-901b-7d4ad42c7ca3\",\n                \"productName\": \"AWS VXC\",\n                \"secondaryName\": null,\n                \"productType\": \"VXC\",\n                \"rateLimit\": 50,\n                \"distanceBand\": \"METRO\",\n                \"provisioningStatus\": \"LIVE\",\n                \"usageAlgorithm\": \"POST_PAID_VARIABLE\",\n                \"createdBy\": \"a215a61f-7393-4e60-98d1-83609d0accde\",\n                \"createDate\": 1736517822125,\n                \"vxcApproval\": {\n                    \"status\": null,\n                    \"message\": null,\n                    \"uid\": null,\n                    \"type\": null,\n                    \"newSpeed\": null\n                },\n                \"contractStartDate\": null,\n                \"contractEndDate\": null,\n                \"contractTermMonths\": 1,\n                \"locked\": false,\n                \"adminLocked\": false,\n                \"attributeTags\": {},\n                \"up\": true,\n                \"shutdown\": false,\n                \"cancelable\": true,\n                \"aEnd\": {\n                    \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                    \"productUid\": \"f6d6402e-fa57-4f54-9edc-865d1eb5e31b\",\n                    \"productName\": \"todd - pfg - test\",\n                    \"locationId\": 72,\n                    \"location\": \"Digital Realty Dallas DFW10 (DAL1)\",\n                    \"locationDetail\": {\n                        \"name\": \"Digital Realty Dallas DFW10 (DAL1)\",\n                        \"city\": \"Dallas\",\n                        \"metro\": \"Dallas\",\n                        \"country\": \"USA\"\n                    },\n                    \"vlan\": 1172,\n                    \"innerVlan\": 100,\n                    \"secondaryName\": null,\n                    \"connectType\": \"MVE\",\n                    \"diversityZone\": \"blue\",\n                    \"vNicIndex\": 1\n                },\n                \"bEnd\": {\n                    \"ownerUid\": \"605cb850-dfb4-4a05-a171-8bf17757b3a2\",\n                    \"productUid\": \"0722ba2a-6dbb-486e-9416-f212abd8d94f\",\n                    \"productName\": \"US East (N. Virginia) (us-east-1)\",\n                    \"locationId\": 71,\n                    \"location\": \"Equinix DA1\",\n                    \"locationDetail\": {\n                        \"name\": \"Equinix DA1\",\n                        \"city\": \"Dallas\",\n                        \"metro\": \"Dallas\",\n                        \"country\": \"USA\"\n                    },\n                    \"vlan\": 1172,\n                    \"innerVlan\": null,\n                    \"secondaryName\": null,\n                    \"connectType\": \"AWS\",\n                    \"diversityZone\": null\n                }\n            }\n        ],\n        \"associatedIxs\": [],\n        \"attributeTags\": {},\n        \"vnics\": [\n            {\n                \"vlan\": 908,\n                \"description\": \"Controller port\"\n            },\n            {\n                \"vlan\": 1172,\n                \"description\": \"Port 1\"\n            },\n            {\n                \"vlan\": 273,\n                \"description\": \"Port 2\"\n            }\n        ],\n        \"resources\": {\n            \"virtual_machine\": [\n                {\n                    \"cpu_count\": 8,\n                    \"id\": 0,\n                    \"image\": {\n                        \"id\": 91,\n                        \"vendor\": \"Palo Alto\",\n                        \"product\": \"Prisma SD-WAN 7108v\",\n                        \"version\": \"vION 7108v-6.4.1-b12\"\n                    },\n                    \"resource_type\": \"virtual_machine\",\n                    \"up\": true,\n                    \"vnics\": [\n                        {\n                            \"vlan\": 908,\n                            \"description\": \"Controller port\"\n                        },\n                        {\n                            \"vlan\": 1172,\n                            \"description\": \"Port 1\"\n                        },\n                        {\n                            \"vlan\": 273,\n                            \"description\": \"Port 2\"\n                        }\n                    ]\n                }\n            ]\n        },\n        \"diversityZone\": \"blue\",\n        \"up\": true,\n        \"cancelable\": true\n    }\n}"},{"id":"4f2d987f-fc33-49c6-880b-2f991f25a45c","name":"Get Product Details - IX","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v2/product/c54d276e-f952-4ddf-a3c2-ecb68d84cfc0"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 15 Jan 2025 05:22:00 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1123"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Correlation-Id","value":"c59822c1ad3979ce6fcc0c232d57042b"},{"key":"X-Amzn-Trace-Id","value":"Root=1-678745f7-0ffaef7978f9cf84161262e1"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Server-Timing","value":"app;dur=209"},{"key":"ETag","value":"W/\"034a0267c097ed3e4b520f428c2678f33\""},{"key":"vary","value":"accept-encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Xss-Protection","value":"1 ; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"trace-id","value":"c59822c1ad3979ce6fcc0c232d57042b"},{"key":"X-Robots-Tag","value":"noindex"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Found Product c54d276e-f952-4ddf-a3c2-ecb68d84cfc0\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": {\n        \"productId\": 225009,\n        \"productUid\": \"c54d276e-f952-4ddf-a3c2-ecb68d84cfc0\",\n        \"locationId\": 2,\n        \"locationDetail\": {\n            \"name\": \"Equinix SY1\",\n            \"city\": \"Sydney\",\n            \"metro\": \"Sydney\",\n            \"country\": \"Australia\"\n        },\n        \"term\": null,\n        \"locationUid\": null,\n        \"productName\": \"GB. IX\",\n        \"provisioningStatus\": \"LIVE\",\n        \"rateLimit\": 10000,\n        \"promoCode\": null,\n        \"deployDate\": null,\n        \"secondaryName\": null,\n        \"attributeTags\": {},\n        \"vlan\": 639,\n        \"macAddress\": \"00:01:00:01:12:35\",\n        \"ixPeerMacro\": null,\n        \"asn\": 6533,\n        \"networkServiceType\": \"Sydney IX\",\n        \"createDate\": 1736918426694,\n        \"liveDate\": 1736918460695,\n        \"publicGraph\": true,\n        \"usageAlgorithm\": \"POST_PAID_HOURLY_SPEED_METRO_IX\",\n        \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n        \"companyName\": \"Megaport Lab\",\n        \"resources\": {\n            \"interface\": {\n                \"demarcation\": \"Equinix SY1\\n639 Gardeners Road, Mascot\\nType: Single-mode Fibre Pair\\nPorts: PPP:0519-A:1290103, ports 13+14\\nTermination: LC connector\\n\",\n                \"loa_template\": \"megaport\",\n                \"media\": \"LR4\",\n                \"port_speed\": 100000,\n                \"resource_name\": \"interface\",\n                \"resource_type\": \"interface\",\n                \"up\": 1,\n                \"shutdown\": false\n            },\n            \"bgp_connection\": [\n                {\n                    \"asn\": 6533,\n                    \"customer_asn\": 6533,\n                    \"customer_ip_address\": \"103.26.69.11/23\",\n                    \"isp_asn\": 58941,\n                    \"isp_ip_address\": \"103.26.68.1\",\n                    \"ix_peer_policy\": \"open\",\n                    \"max_prefixes\": 1000,\n                    \"resource_name\": \"rs1_ipv4_bgp_connection\",\n                    \"resource_type\": \"bgp_connection\"\n                },\n                {\n                    \"asn\": 6533,\n                    \"customer_asn\": 6533,\n                    \"customer_ip_address\": \"2001:dea:0:10::10b/64\",\n                    \"isp_asn\": 58941,\n                    \"isp_ip_address\": \"2001:dea:0:10::1\",\n                    \"ix_peer_policy\": \"open\",\n                    \"max_prefixes\": 500,\n                    \"resource_name\": \"rs1_ipv6_bgp_connection\",\n                    \"resource_type\": \"bgp_connection\"\n                },\n                {\n                    \"asn\": 6533,\n                    \"customer_asn\": 6533,\n                    \"customer_ip_address\": \"103.26.69.11/23\",\n                    \"isp_asn\": 58941,\n                    \"isp_ip_address\": \"103.26.68.2\",\n                    \"ix_peer_policy\": \"open\",\n                    \"max_prefixes\": 1000,\n                    \"resource_name\": \"rs2_ipv4_bgp_connection\",\n                    \"resource_type\": \"bgp_connection\"\n                },\n                {\n                    \"asn\": 6533,\n                    \"customer_asn\": 6533,\n                    \"customer_ip_address\": \"2001:dea:0:10::10b/64\",\n                    \"isp_asn\": 58941,\n                    \"isp_ip_address\": \"2001:dea:0:10::2\",\n                    \"ix_peer_policy\": \"open\",\n                    \"max_prefixes\": 500,\n                    \"resource_name\": \"rs2_ipv6_bgp_connection\",\n                    \"resource_type\": \"bgp_connection\"\n                }\n            ],\n            \"ip_address\": [\n                {\n                    \"address\": \"103.26.69.11/23\",\n                    \"resource_name\": \"ipv4_address\",\n                    \"resource_type\": \"ip_address\",\n                    \"version\": 4,\n                    \"reverse_dns\": \"as6533.sydney.megaport.com.\"\n                },\n                {\n                    \"address\": \"2001:dea:0:10::10b/64\",\n                    \"resource_name\": \"ipv6_address\",\n                    \"resource_type\": \"ip_address\",\n                    \"version\": 6,\n                    \"reverse_dns\": \"as6533.sydney.megaport.com.\"\n                }\n            ],\n            \"vpls_interface\": {\n                \"mac_address\": \"00:01:00:01:12:35\",\n                \"rate_limit_mbps\": 10000,\n                \"resource_name\": \"vpls_interface\",\n                \"resource_type\": \"vpls_interface\",\n                \"vlan\": 639,\n                \"shutdown\": false\n            }\n        },\n        \"createdBy\": \"f39b8983-256e-4643-adec-9f0b5da09ab7\",\n        \"locked\": false,\n        \"adminLocked\": false,\n        \"vxcDistanceBand\": null,\n        \"contractStartDate\": 1736918460726,\n        \"contractEndDate\": 1739541600000,\n        \"contractTermMonths\": 1,\n        \"ecix\": false,\n        \"up\": true,\n        \"reverseDns\": \"as6533.sydney.megaport.com.\",\n        \"shutdown\": false,\n        \"productType\": \"IX\",\n        \"cancelable\": true,\n        \"ix_peer_macro\": null\n    }\n}"},{"id":"e7196bc0-a694-4c79-9574-415d09c1c88c","name":"Get Product Details - Resource Tags for Port","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v2/product/937d7bf8-2c2f-4654-92c4-35eaa6d41d01/tags"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 15 Jan 2025 07:34:38 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"226"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Correlation-Id","value":"e0ccfeac293e6e165ae18b9c45ef3a84"},{"key":"X-Amzn-Trace-Id","value":"Root=1-6787650e-1136e2a37829757242a35cfc"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Server-Timing","value":"app;dur=41"},{"key":"ETag","value":"W/\"049d0543a6a247dd300325b55f735464d\""},{"key":"X-Xss-Protection","value":"1 ; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"trace-id","value":"e0ccfeac293e6e165ae18b9c45ef3a84"},{"key":"X-Robots-Tag","value":"noindex"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Found resource tags\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": {\n        \"resourceTags\": [\n            {\n                \"key\": \"var\",\n                \"value\": \"50\"\n            },\n            {\n                \"key\": \"ext\",\n                \"value\": \"75\"\n            }\n        ]\n    }\n}"},{"id":"a7c5e79e-8ed6-4db2-a275-fae68cc704a6","name":"Get Product Details - MVE","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v2/product/bed6bd44-bcac-47ee-b323-627c218a5107"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Jan 2025 07:40:29 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1987"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Correlation-Id","value":"08ad64e1b60cf85099524842b83d192f"},{"key":"X-Amzn-Trace-Id","value":"Root=1-679343ed-2c78a26903ce028b366492a6"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Server-Timing","value":"app;dur=751"},{"key":"ETag","value":"W/\"05edeeae45b740f8c51c950e24777e742\""},{"key":"vary","value":"accept-encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Xss-Protection","value":"1 ; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"trace-id","value":"08ad64e1b60cf85099524842b83d192f"},{"key":"X-Robots-Tag","value":"noindex"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Found Product bed6bd44-bcac-47ee-b323-627c218a5107\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": {\n        \"productId\": 145585,\n        \"productUid\": \"bed6bd44-bcac-47ee-b323-627c218a5107\",\n        \"productName\": \"STu-C8kv_PLEASE_DO_NOT_DELETE\",\n        \"secondaryName\": null,\n        \"productType\": \"MVE\",\n        \"provisioningStatus\": \"LIVE\",\n        \"portSpeed\": null,\n        \"maxVxcSpeed\": 10000,\n        \"locationId\": 42,\n        \"locationDetail\": {\n            \"name\": \"Interactive 39 Herbert (Tower A)\",\n            \"city\": \"Sydney\",\n            \"metro\": \"Sydney\",\n            \"country\": \"Australia\"\n        },\n        \"lagPrimary\": false,\n        \"lagId\": null,\n        \"aggregationId\": null,\n        \"createDate\": 1674010532760,\n        \"createdBy\": \"4b0fa5cb-5137-4081-8757-cf093ec5190a\",\n        \"terminateDate\": null,\n        \"liveDate\": 1674010574078,\n        \"contractStartDate\": 1674010574101,\n        \"contractEndDate\": 1676642400000,\n        \"contractTermMonths\": 1,\n        \"market\": \"AU\",\n        \"costCentre\": \"\",\n        \"usageAlgorithm\": \"POST_PAID_FIXED\",\n        \"marketplaceVisibility\": false,\n        \"vxcPermitted\": true,\n        \"vxcAutoApproval\": false,\n        \"virtual\": false,\n        \"buyoutPort\": false,\n        \"crossConnectRequested\": false,\n        \"locked\": true,\n        \"adminLocked\": false,\n        \"vendor\": \"CISCO\",\n        \"mveSize\": \"SMALL\",\n        \"mveLabel\": \"MVE 2/8\",\n        \"connectType\": \"MVE\",\n        \"companyUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n        \"companyName\": \"Megaport Lab\",\n        \"associatedVxcs\": [\n            {\n                \"productId\": 166823,\n                \"productUid\": \"5d179927-de42-44e4-bc01-2fd59a458834\",\n                \"productName\": \"Internet to B2_SALAB\",\n                \"secondaryName\": \"Internet to B2_SALAB\",\n                \"productType\": \"VXC\",\n                \"rateLimit\": 600,\n                \"distanceBand\": \"INTERZONE\",\n                \"provisioningStatus\": \"LIVE\",\n                \"usageAlgorithm\": \"POST_PAID_HOURLY_SPEED_LONG_HAUL_VXC\",\n                \"createdBy\": \"4b0fa5cb-5137-4081-8757-cf093ec5190a\",\n                \"createDate\": 1689212764828,\n                \"vxcApproval\": {\n                    \"status\": null,\n                    \"message\": null,\n                    \"uid\": null,\n                    \"type\": null,\n                    \"newSpeed\": null\n                },\n                \"contractStartDate\": null,\n                \"contractEndDate\": null,\n                \"contractTermMonths\": 12,\n                \"locked\": false,\n                \"adminLocked\": false,\n                \"attributeTags\": {},\n                \"up\": true,\n                \"shutdown\": false,\n                \"termSpeed\": 200,\n                \"cancelable\": true,\n                \"aEnd\": {\n                    \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                    \"productUid\": \"443462a8-ee11-4d9a-b472-a6f6699bd37b\",\n                    \"productName\": \"B2_SALAB_PLEASE_DO_NOT_DELETE \",\n                    \"locationId\": 383,\n                    \"location\": \"NextDC B2\",\n                    \"locationDetail\": {\n                        \"name\": \"NextDC B2\",\n                        \"city\": \"Brisbane\",\n                        \"metro\": \"Brisbane\",\n                        \"country\": \"Australia\"\n                    },\n                    \"vlan\": 2999,\n                    \"innerVlan\": null,\n                    \"secondaryName\": null,\n                    \"connectType\": \"DEFAULT\",\n                    \"diversityZone\": \"red\"\n                },\n                \"bEnd\": {\n                    \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                    \"productUid\": \"bed6bd44-bcac-47ee-b323-627c218a5107\",\n                    \"productName\": \"STu-C8kv_PLEASE_DO_NOT_DELETE\",\n                    \"locationId\": 42,\n                    \"location\": \"Interactive 39 Herbert (Tower A)\",\n                    \"locationDetail\": {\n                        \"name\": \"Interactive 39 Herbert (Tower A)\",\n                        \"city\": \"Sydney\",\n                        \"metro\": \"Sydney\",\n                        \"country\": \"Australia\"\n                    },\n                    \"vlan\": 2023,\n                    \"innerVlan\": 100,\n                    \"secondaryName\": null,\n                    \"connectType\": \"MVE\",\n                    \"diversityZone\": \"blue\",\n                    \"vNicIndex\": 0\n                }\n            },\n            {\n                \"productId\": 145867,\n                \"productUid\": \"f44890f3-2bff-4bdd-b527-c67fc9bc15fd\",\n                \"productName\": \"Internet to PE2_SALAB\",\n                \"secondaryName\": \"Internet to PE2_SALAB\",\n                \"productType\": \"VXC\",\n                \"rateLimit\": 100,\n                \"distanceBand\": \"INTERZONE\",\n                \"provisioningStatus\": \"LIVE\",\n                \"usageAlgorithm\": \"POST_PAID_HOURLY_SPEED_LONG_HAUL_VXC\",\n                \"createdBy\": \"4b0fa5cb-5137-4081-8757-cf093ec5190a\",\n                \"createDate\": 1674090009770,\n                \"vxcApproval\": {\n                    \"status\": null,\n                    \"message\": null,\n                    \"uid\": null,\n                    \"type\": null,\n                    \"newSpeed\": null\n                },\n                \"contractStartDate\": null,\n                \"contractEndDate\": null,\n                \"contractTermMonths\": 1,\n                \"locked\": true,\n                \"adminLocked\": false,\n                \"attributeTags\": {},\n                \"up\": true,\n                \"shutdown\": false,\n                \"cancelable\": false,\n                \"aEnd\": {\n                    \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                    \"productUid\": \"bed6bd44-bcac-47ee-b323-627c218a5107\",\n                    \"productName\": \"STu-C8kv_PLEASE_DO_NOT_DELETE\",\n                    \"locationId\": 42,\n                    \"location\": \"Interactive 39 Herbert (Tower A)\",\n                    \"locationDetail\": {\n                        \"name\": \"Interactive 39 Herbert (Tower A)\",\n                        \"city\": \"Sydney\",\n                        \"metro\": \"Sydney\",\n                        \"country\": \"Australia\"\n                    },\n                    \"vlan\": 2023,\n                    \"innerVlan\": 101,\n                    \"secondaryName\": null,\n                    \"connectType\": \"MVE\",\n                    \"diversityZone\": \"blue\",\n                    \"vNicIndex\": 0\n                },\n                \"bEnd\": {\n                    \"ownerUid\": \"bc2b039d-d459-42e1-b5be-22467c77dac1\",\n                    \"productUid\": \"7e121526-686f-4624-81b8-1ee72af60a95\",\n                    \"productName\": \"PartnerVantage_Lab_PER\",\n                    \"locationId\": 367,\n                    \"location\": \"Equinix PE2\",\n                    \"locationDetail\": {\n                        \"name\": \"Equinix PE2\",\n                        \"city\": \"Perth\",\n                        \"metro\": \"Perth\",\n                        \"country\": \"Australia\"\n                    },\n                    \"vlan\": null,\n                    \"innerVlan\": null,\n                    \"secondaryName\": null,\n                    \"connectType\": \"DEFAULT\",\n                    \"diversityZone\": \"red\"\n                }\n            },\n            {\n                \"productId\": 155801,\n                \"productUid\": \"9b4a4652-1bd8-4aca-88e1-f2208c6dfab5\",\n                \"productName\": \"Internet to CC1_SALAB\",\n                \"secondaryName\": \"Internet to CC1_SALAB\",\n                \"productType\": \"VXC\",\n                \"rateLimit\": 20,\n                \"distanceBand\": \"INTERZONE\",\n                \"provisioningStatus\": \"LIVE\",\n                \"usageAlgorithm\": \"POST_PAID_HOURLY_SPEED_LONG_HAUL_VXC\",\n                \"createdBy\": \"4b0fa5cb-5137-4081-8757-cf093ec5190a\",\n                \"createDate\": 1680485470227,\n                \"vxcApproval\": {\n                    \"status\": null,\n                    \"message\": null,\n                    \"uid\": null,\n                    \"type\": null,\n                    \"newSpeed\": null\n                },\n                \"contractStartDate\": null,\n                \"contractEndDate\": null,\n                \"contractTermMonths\": 1,\n                \"locked\": true,\n                \"adminLocked\": false,\n                \"attributeTags\": {},\n                \"up\": true,\n                \"shutdown\": false,\n                \"cancelable\": false,\n                \"aEnd\": {\n                    \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                    \"productUid\": \"bed6bd44-bcac-47ee-b323-627c218a5107\",\n                    \"productName\": \"STu-C8kv_PLEASE_DO_NOT_DELETE\",\n                    \"locationId\": 42,\n                    \"location\": \"Interactive 39 Herbert (Tower A)\",\n                    \"locationDetail\": {\n                        \"name\": \"Interactive 39 Herbert (Tower A)\",\n                        \"city\": \"Sydney\",\n                        \"metro\": \"Sydney\",\n                        \"country\": \"Australia\"\n                    },\n                    \"vlan\": 2023,\n                    \"innerVlan\": 102,\n                    \"secondaryName\": null,\n                    \"connectType\": \"MVE\",\n                    \"diversityZone\": \"blue\",\n                    \"vNicIndex\": 0\n                },\n                \"bEnd\": {\n                    \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                    \"productUid\": \"6abdeca4-6d88-478f-abb1-3024db7f47f6\",\n                    \"productName\": \"ATY_CC1_SALAB_PLEASE_DO_NOT_DELETE\",\n                    \"locationId\": 558,\n                    \"location\": \"AtTokyo Data Centre - Alpha Route\",\n                    \"locationDetail\": {\n                        \"name\": \"AtTokyo Data Centre - Alpha Route\",\n                        \"city\": \"Tokyo\",\n                        \"metro\": \"Tokyo\",\n                        \"country\": \"Japan\"\n                    },\n                    \"vlan\": 2999,\n                    \"innerVlan\": null,\n                    \"secondaryName\": null,\n                    \"connectType\": \"DEFAULT\",\n                    \"diversityZone\": \"blue\"\n                }\n            },\n            {\n                \"productId\": 145586,\n                \"productUid\": \"eba5dda1-e956-4f4d-be3e-abadece9b33d\",\n                \"productName\": \"Megaport Internet\",\n                \"secondaryName\": \"STu-Test to Megaport Internet\",\n                \"productType\": \"VXC\",\n                \"rateLimit\": 20,\n                \"distanceBand\": \"METRO\",\n                \"provisioningStatus\": \"LIVE\",\n                \"usageAlgorithm\": \"POST_PAID_HOURLY_NORMALISED_SPEED\",\n                \"createdBy\": \"4b0fa5cb-5137-4081-8757-cf093ec5190a\",\n                \"createDate\": 1674010533624,\n                \"costCentre\": \"\",\n                \"vxcApproval\": {\n                    \"status\": null,\n                    \"message\": null,\n                    \"uid\": null,\n                    \"type\": null,\n                    \"newSpeed\": null\n                },\n                \"contractStartDate\": null,\n                \"contractEndDate\": null,\n                \"contractTermMonths\": 1,\n                \"locked\": true,\n                \"adminLocked\": false,\n                \"attributeTags\": {},\n                \"up\": true,\n                \"shutdown\": false,\n                \"cancelable\": false,\n                \"aEnd\": {\n                    \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                    \"productUid\": \"bed6bd44-bcac-47ee-b323-627c218a5107\",\n                    \"productName\": \"STu-C8kv_PLEASE_DO_NOT_DELETE\",\n                    \"locationId\": 42,\n                    \"location\": \"Interactive 39 Herbert (Tower A)\",\n                    \"locationDetail\": {\n                        \"name\": \"Interactive 39 Herbert (Tower A)\",\n                        \"city\": \"Sydney\",\n                        \"metro\": \"Sydney\",\n                        \"country\": \"Australia\"\n                    },\n                    \"vlan\": 2023,\n                    \"innerVlan\": null,\n                    \"secondaryName\": null,\n                    \"connectType\": \"MVE\",\n                    \"diversityZone\": \"blue\",\n                    \"vNicIndex\": 0\n                },\n                \"bEnd\": {\n                    \"ownerUid\": \"2f83dc65-5d4c-4730-a66d-926db48a0326\",\n                    \"productUid\": \"472a5359-b3d8-47fc-95e7-cf915f4dba1f\",\n                    \"productName\": \"Megaport Internet\",\n                    \"locationId\": 3,\n                    \"location\": \"Global Switch Sydney West\",\n                    \"locationDetail\": {\n                        \"name\": \"Global Switch Sydney West\",\n                        \"city\": \"Sydney\",\n                        \"metro\": \"Sydney\",\n                        \"country\": \"Australia\"\n                    },\n                    \"vlan\": 2023,\n                    \"innerVlan\": null,\n                    \"secondaryName\": null,\n                    \"connectType\": \"TRANSIT\",\n                    \"diversityZone\": \"blue\"\n                }\n            },\n            {\n                \"productId\": 178687,\n                \"productUid\": \"6e31066b-43b4-4723-89bd-ff5aa48b3b9f\",\n                \"productName\": \"Test RR\",\n                \"secondaryName\": null,\n                \"productType\": \"VXC\",\n                \"rateLimit\": 10,\n                \"distanceBand\": \"INTERZONE\",\n                \"provisioningStatus\": \"DECOMMISSIONED\",\n                \"usageAlgorithm\": \"POST_PAID_HOURLY_SPEED_LONG_HAUL_VXC\",\n                \"createdBy\": \"53ab8682-fed6-4adf-a35a-e61421cddfc0\",\n                \"createDate\": 1699239476377,\n                \"terminateDate\": 1700390045516,\n                \"vxcApproval\": {\n                    \"status\": null,\n                    \"message\": null,\n                    \"uid\": null,\n                    \"type\": null,\n                    \"newSpeed\": null\n                },\n                \"contractStartDate\": null,\n                \"contractEndDate\": null,\n                \"contractTermMonths\": 1,\n                \"locked\": false,\n                \"adminLocked\": false,\n                \"attributeTags\": {},\n                \"up\": null,\n                \"shutdown\": false,\n                \"cancelable\": true,\n                \"aEnd\": {\n                    \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                    \"productUid\": \"c3ed7eea-73aa-422e-b179-85371790c57b\",\n                    \"productName\": \"Test R\",\n                    \"locationId\": null,\n                    \"location\": null,\n                    \"locationDetail\": null,\n                    \"vlan\": null,\n                    \"innerVlan\": null,\n                    \"secondaryName\": null,\n                    \"connectType\": null,\n                    \"diversityZone\": null\n                },\n                \"bEnd\": {\n                    \"ownerUid\": \"160208ae-01e4-4cb9-8d57-03a197bd47a8\",\n                    \"productUid\": \"bed6bd44-bcac-47ee-b323-627c218a5107\",\n                    \"productName\": \"STu-C8kv_PLEASE_DO_NOT_DELETE\",\n                    \"locationId\": null,\n                    \"location\": null,\n                    \"locationDetail\": null,\n                    \"vlan\": null,\n                    \"innerVlan\": null,\n                    \"secondaryName\": null,\n                    \"connectType\": null,\n                    \"diversityZone\": null\n                }\n            }\n        ],\n        \"associatedIxs\": [],\n        \"attributeTags\": {},\n        \"vnics\": [\n            {\n                \"vlan\": 2023\n            }\n        ],\n        \"resources\": {\n            \"virtual_machine\": [\n                {\n                    \"cpu_count\": 2,\n                    \"id\": 0,\n                    \"image\": {\n                        \"id\": 28,\n                        \"vendor\": \"Cisco\",\n                        \"product\": \"C8000\",\n                        \"version\": \"17.09.01a\"\n                    },\n                    \"resource_type\": \"virtual_machine\",\n                    \"up\": true,\n                    \"vnics\": [\n                        {\n                            \"vlan\": 2023\n                        }\n                    ]\n                }\n            ]\n        },\n        \"diversityZone\": \"blue\",\n        \"up\": true,\n        \"cancelable\": false\n    }\n}"}],"_postman_id":"e2ed79c5-cac5-451a-a46b-f75f8550e878"},{"name":"Service Inventory Report","id":"96494ff6-b57e-4e9a-ad56-218cec44115e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v2/secure/inventory/companies/{companyUid}/services/csv","description":"<p>Returns an inventory of all services associated with the specified company account. The inventory includes all live and configured services, along with any historical services that have been decommissioned.</p>\n<p>The report is saved in comma-separated values (CSV) file format.</p>\n<p>You can import the CSV data into spreadsheets and databases.</p>\n<p>You can open the CSV file in any text editor.</p>\n<p><strong>Tip:</strong> You can also return the service inventory in JSON format using the <code>/v2/secure/inventory/companies/{companyUid}/services</code> endpoint.</p>\n<p>You can find the <code>companyUid</code> parameter from the GET Product List <code>/v2/products</code> endpoint.</p>\n","urlObject":{"path":["v2","secure","inventory","companies","{companyUid}","services","csv"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"b59ef412-42e5-4364-8769-ea9371fad432","name":"Service Inventory Report - JSON Format","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v2/secure/inventory/companies/80a5311f-415b-4803-b680-acdc28a300c9/services"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 12 Jul 2023 03:31:02 GMT"},{"key":"Content-Type","value":"application/json","description":""},{"key":"Content-Length","value":"1829"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Set-Cookie","value":"JSESSIONID=611F3BF740BEDDB9EF1839EC44C74CFC; Path=/; HttpOnly"},{"key":"UOW","value":"e6448042-83d2-4217-a860-251fb3b3c2b8"},{"key":"ETag","value":"\"01e0e92c628d68e6b1d2a72392eea0e42\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Service Inventory\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"serviceName\": \"AM3-DC2_Megaport\",\n            \"serviceId\": null,\n            \"serviceUid\": \"450c3c8a-748b-4adb-94be-212d08bf6f65\",\n            \"serviceType\": \"MEGAPORT\",\n            \"serviceSpeed\": 10000,\n            \"provisioningStatus\": \"LIVE\",\n            \"companyName\": \"Acme Inc.\",\n            \"serviceLevelReference\": null,\n            \"orderedDate\": 1643995348901,\n            \"liveDate\": 1652238657352,\n            \"contractTermMonths\": 12,\n            \"contractStartDate\": 1645545900487,\n            \"contractEndDate\": 1675519200000,\n            \"terminationDate\": null,\n            \"createdBy\": \"Peter Roman\",\n            \"billingMarket\": \"NL\",\n            \"location\": \"Equinix AM1\",\n            \"dataCenterProvider\": \"Equinix\",\n            \"diversityZone\": \"red\",\n            \"aendServiceName\": null,\n            \"aendDataCenter\": null,\n            \"bendServiceName\": null,\n            \"bendDataCenter\": null,\n            \"bendType\": null,\n            \"bendPartner\": null\n        },\n        {\n            \"serviceName\": \"AM3-FR6-Megaport\",\n            \"serviceId\": null,\n            \"serviceUid\": \"9545f71f-02e0-44fa-9026-8e6b91387511\",\n            \"serviceType\": \"VXC\",\n            \"serviceSpeed\": 1000,\n            \"provisioningStatus\": \"LIVE\",\n            \"companyName\": \"Acme Inc.\",\n            \"serviceLevelReference\": null,\n            \"orderedDate\": 1651698071359,\n            \"liveDate\": 1653521536720,\n            \"contractTermMonths\": 1,\n            \"contractStartDate\": 1652976300733,\n            \"contractEndDate\": 1654351200000,\n            \"terminationDate\": null,\n            \"createdBy\": \"Jeffrey Smith\",\n            \"billingMarket\": null,\n            \"location\": null,\n            \"dataCenterProvider\": null,\n            \"diversityZone\": null,\n            \"aendServiceName\": \"FR6-AM3_Megaport\",\n            \"aendDataCenter\": \"Equinix FR5\",\n            \"bendServiceName\": \"AM3-FR6_Megaport\",\n            \"bendDataCenter\": \"Equinix AM1\",\n            \"bendType\": \"PRIVATE\",\n            \"bendPartner\": null\n        },\n        {\n            \"serviceName\": \"AM3-FR6_Megaport\",\n            \"serviceId\": null,\n            \"serviceUid\": \"7f853d53-2729-434d-ac7f-645ed0dd68a5\",\n            \"serviceType\": \"MEGAPORT\",\n            \"serviceSpeed\": 10000,\n            \"provisioningStatus\": \"LIVE\",\n            \"companyName\": \"Acme Inc.\",\n            \"serviceLevelReference\": null,\n            \"orderedDate\": 1643994879310,\n            \"liveDate\": 1653521364163,\n            \"contractTermMonths\": 12,\n            \"contractStartDate\": 1645545900487,\n            \"contractEndDate\": 1675519200000,\n            \"terminationDate\": null,\n            \"createdBy\": \"Peter Roman\",\n            \"billingMarket\": \"NL\",\n            \"location\": \"Equinix AM1\",\n            \"dataCenterProvider\": \"Equinix\",\n            \"diversityZone\": \"red\",\n            \"aendServiceName\": null,\n            \"aendDataCenter\": null,\n            \"bendServiceName\": null,\n            \"bendDataCenter\": null,\n            \"bendType\": null,\n            \"bendPartner\": null\n        },\n        {\n            \"serviceName\": \"AM3-SV2_Megaport\",\n            \"serviceId\": null,\n            \"serviceUid\": \"a6f66789-d535-4dd9-aaa6-09f8e4df8110\",\n            \"serviceType\": \"MEGAPORT\",\n            \"serviceSpeed\": 10000,\n            \"provisioningStatus\": \"DECOMMISSIONED\",\n            \"companyName\": \"Acme Inc.\",\n            \"serviceLevelReference\": null,\n            \"orderedDate\": 1643995189212,\n            \"liveDate\": 1652097409951,\n            \"contractTermMonths\": 12,\n            \"contractStartDate\": 1645545900487,\n            \"contractEndDate\": 1675519200000,\n            \"terminationDate\": 1687096800000,\n            \"createdBy\": \"Jeffrey Smith\",\n            \"billingMarket\": \"NL\",\n            \"location\": \"Equinix AM1\",\n            \"dataCenterProvider\": \"Equinix\",\n            \"diversityZone\": null,\n            \"aendServiceName\": null,\n            \"aendDataCenter\": null,\n            \"bendServiceName\": null,\n            \"bendDataCenter\": null,\n            \"bendType\": null,\n            \"bendPartner\": null\n        },\n        {\n            \"serviceName\": \"AWS test non-prod ap-1\",\n            \"serviceId\": null,\n            \"serviceUid\": \"8358613b-6977-4538-9229-ed3460304a2c\",\n            \"serviceType\": \"VXC\",\n            \"serviceSpeed\": 1000,\n            \"provisioningStatus\": \"DECOMMISSIONED\",\n            \"companyName\": \"Acme Inc.\",\n            \"serviceLevelReference\": null,\n            \"orderedDate\": 1621320034611,\n            \"liveDate\": 1621320393725,\n            \"contractTermMonths\": 1,\n            \"contractStartDate\": 1621320392891,\n            \"contractEndDate\": 1623938400000,\n            \"terminationDate\": 1624024800000,\n            \"createdBy\": \"Matty Parker\",\n            \"billingMarket\": null,\n            \"location\": null,\n            \"dataCenterProvider\": null,\n            \"diversityZone\": null,\n            \"aendServiceName\": \"AWS test non-prod ap-1 - GCP non-prod asia-1\",\n            \"aendDataCenter\": \"Equinix TY2\",\n            \"bendServiceName\": \"Asia Pacific (Tokyo) (ap-northeast-1) [DZ-RED]\",\n            \"bendDataCenter\": \"Equinix TY2\",\n            \"bendType\": \"PUBLIC\",\n            \"bendPartner\": null\n        },\n        {\n            \"serviceName\": \"AWS non-prod ap-1\",\n            \"serviceId\": null,\n            \"serviceUid\": \"13752475-dcb2-4bd4-a711-08c5a94cab5f\",\n            \"serviceType\": \"MEGAPORT\",\n            \"serviceSpeed\": 1000,\n            \"provisioningStatus\": \"DECOMMISSIONED\",\n            \"companyName\": \"Acme Inc.\",\n            \"serviceLevelReference\": null,\n            \"orderedDate\": 1621357754138,\n            \"liveDate\": null,\n            \"contractTermMonths\": 1,\n            \"contractStartDate\": 1621346400000,\n            \"contractEndDate\": 1624024800000,\n            \"terminationDate\": 1624024800000,\n            \"createdBy\": \"Matty Parker\",\n            \"billingMarket\": \"JP\",\n            \"location\": \"Equinix TY2\",\n            \"dataCenterProvider\": \"Equinix\",\n            \"diversityZone\": null,\n            \"aendServiceName\": null,\n            \"aendDataCenter\": null,\n            \"bendServiceName\": null,\n            \"bendDataCenter\": null,\n            \"bendType\": null,\n            \"bendPartner\": null\n        },\n        {\n            \"serviceName\": \"AWS test non-prod ap-1\",\n            \"serviceId\": null,\n            \"serviceUid\": \"14ade42d-e420-4dc5-8a18-2d42ea71b4e1\",\n            \"serviceType\": \"VXC\",\n            \"serviceSpeed\": 1000,\n            \"provisioningStatus\": \"DECOMMISSIONED\",\n            \"companyName\": \"Acme Inc.\",\n            \"serviceLevelReference\": null,\n            \"orderedDate\": 1621357851682,\n            \"liveDate\": null,\n            \"contractTermMonths\": 1,\n            \"contractStartDate\": 1621346400000,\n            \"contractEndDate\": 1624024800000,\n            \"terminationDate\": 1624024800000,\n            \"createdBy\": \"Matty Parker\",\n            \"billingMarket\": null,\n            \"location\": null,\n            \"dataCenterProvider\": null,\n            \"diversityZone\": null,\n            \"aendServiceName\": \"AWS test non-prod ap-1\",\n            \"aendDataCenter\": \"Equinix TY2\",\n            \"bendServiceName\": \"Asia Pacific (Tokyo) (ap-northeast-1) [DZ-RED]\",\n            \"bendDataCenter\": \"Equinix TY2\",\n            \"bendType\": \"PUBLIC\",\n            \"bendPartner\": null\n        },\n        {\n            \"serviceName\": \"AWS non-prod ap-1\",\n            \"serviceId\": null,\n            \"serviceUid\": \"e7a071e1-84dd-4075-b64b-ce3d7677488c\",\n            \"serviceType\": \"VXC\",\n            \"serviceSpeed\": 1000,\n            \"provisioningStatus\": \"DECOMMISSIONED\",\n            \"companyName\": \"Acme Inc.\",\n            \"serviceLevelReference\": null,\n            \"orderedDate\": 1621401730145,\n            \"liveDate\": 1621401812567,\n            \"contractTermMonths\": 1,\n            \"contractStartDate\": 1621401810668,\n            \"contractEndDate\": 1624024800000,\n            \"terminationDate\": 1624629600000,\n            \"createdBy\": \"Matty Parker\",\n            \"billingMarket\": null,\n            \"location\": null,\n            \"dataCenterProvider\": null,\n            \"diversityZone\": null,\n            \"aendServiceName\": \"AWS non-prod ap-1 - GCP non-prod asia-1\",\n            \"aendDataCenter\": \"Equinix TY2\",\n            \"bendServiceName\": \"Asia Pacific (Tokyo) (ap-northeast-1) [DZ-RED]\",\n            \"bendDataCenter\": \"Equinix TY2\",\n            \"bendType\": \"PUBLIC\",\n            \"bendPartner\": null\n        },\n        {\n            \"serviceName\": \"AWS test non-prod ap-1\",\n            \"serviceId\": null,\n            \"serviceUid\": \"1168eb47-d6b7-4182-9751-a1baddd2edff\",\n            \"serviceType\": \"VXC\",\n            \"serviceSpeed\": 1000,\n            \"provisioningStatus\": \"DECOMMISSIONED\",\n            \"companyName\": \"Acme Inc.\",\n            \"serviceLevelReference\": null,\n            \"orderedDate\": 1624376866014,\n            \"liveDate\": 1624377213123,\n            \"contractTermMonths\": 1,\n            \"contractStartDate\": 1624377213186,\n            \"contractEndDate\": 1626962400000,\n            \"terminationDate\": 1626962400000,\n            \"createdBy\": \"Matty Parker\",\n            \"billingMarket\": null,\n            \"location\": null,\n            \"dataCenterProvider\": null,\n            \"diversityZone\": null,\n            \"aendServiceName\": \"AWS non-prod ap-1 - GCP non-prod asia-1\",\n            \"aendDataCenter\": \"Equinix TY2\",\n            \"bendServiceName\": \"Asia Pacific (Tokyo) (ap-northeast-1) [DZ-RED]\",\n            \"bendDataCenter\": \"Equinix TY2\",\n            \"bendType\": \"PUBLIC\",\n            \"bendPartner\": null\n        },\n        {\n            \"serviceName\": \"AWS test non-prod ap-1\",\n            \"serviceId\": null,\n            \"serviceUid\": \"8d389f2d-bfb3-4612-a13c-b5fb5c29e026\",\n            \"serviceType\": \"VXC\",\n            \"serviceSpeed\": 1000,\n            \"provisioningStatus\": \"DECOMMISSIONED\",\n            \"companyName\": \"Acme Inc.\",\n            \"serviceLevelReference\": null,\n            \"orderedDate\": 1624525826976,\n            \"liveDate\": 1624526192578,\n            \"contractTermMonths\": 1,\n            \"contractStartDate\": 1624526192598,\n            \"contractEndDate\": 1627048800000,\n            \"terminationDate\": 1627480800000,\n            \"createdBy\": \"Matty Parker\",\n            \"billingMarket\": null,\n            \"location\": null,\n            \"dataCenterProvider\": null,\n            \"diversityZone\": null,\n            \"aendServiceName\": \"AWS non-prod ap-1 - GCP non-prod asia-1\",\n            \"aendDataCenter\": \"Equinix TY2\",\n            \"bendServiceName\": \"Asia Pacific (Tokyo) (ap-northeast-1) [DZ-RED]\",\n            \"bendDataCenter\": \"Equinix TY2\",\n            \"bendType\": \"PUBLIC\",\n            \"bendPartner\": null\n        },\n        {\n            \"serviceName\": \"AWS test non-prod ap-1 - GCP non-prod asia1\",\n            \"serviceId\": null,\n            \"serviceUid\": \"f47691af-ab79-4d76-9da6-3e2a4e0b5fb7\",\n            \"serviceType\": \"MCR2\",\n            \"serviceSpeed\": 2500,\n            \"provisioningStatus\": \"DECOMMISSIONED\",\n            \"companyName\": \"Acme Inc.\",\n            \"serviceLevelReference\": \"\",\n            \"orderedDate\": 1621319999079,\n            \"liveDate\": 1621320023081,\n            \"contractTermMonths\": 1,\n            \"contractStartDate\": 1621320022760,\n            \"contractEndDate\": 1623938400000,\n            \"terminationDate\": 1624024800000,\n            \"createdBy\": \"Matty Parker\",\n            \"billingMarket\": \"JP\",\n            \"location\": \"Equinix TY2\",\n            \"dataCenterProvider\": \"Equinix\",\n            \"diversityZone\": null,\n            \"aendServiceName\": null,\n            \"aendDataCenter\": null,\n            \"bendServiceName\": null,\n            \"bendDataCenter\": null,\n            \"bendType\": null,\n            \"bendPartner\": null\n        }\n    ]\n}"},{"id":"0a25c3f7-35b7-4e54-9bd6-18b2ab3233e3","name":"Service Inventory Report - CSV File","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v2/secure/inventory/companies/80a5311f-415b-4803-b680-acdc28a300c9/services/csv"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/pdf","description":""}],"cookie":[],"responseTime":null,"body":"(CSV File)"}],"_postman_id":"96494ff6-b57e-4e9a-ad56-218cec44115e"},{"name":"Update Product Lifecycle Action (v3)","id":"15aa50da-6feb-42a7-90b1-c8b56536b03a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"{\n    \"cancellation_reason\": \"SERVICE_MOVED\",\n    \"cancellation_comment\": \"This service was created in the wrong data center. Needs to be deleted.\"\n   \n} "},"url":"{{baseUrl}}/v3/product/{productUid}/action/{action}","description":"<p>Updates the status of an existing service to manage cancellations.</p>\n<p>The <code>productUid</code> is a required string that identifies the service by the unique product identifier.</p>\n<p>The <code>action</code> is a required string that indicates the change in the service. Accepted values are <code>CANCEL</code>, <code>UN_CANCEL</code>, and <code>CANCEL_NOW</code>.</p>\n<p><strong>Note:</strong> You can only update a product when its provisioning status is <code>CONFIGURED</code> or <code>LIVE</code>.</p>\n<h4 id=\"cancellation-reasons\">Cancellation Reasons</h4>\n<p>You customize the Body of the request with the cancellation reason details for terminating a service. Specifying the reason for terminating a service will allow us to understand how we can improve your customer experience.</p>\n<p><strong>Note:</strong></p>\n<ul>\n<li><p><strong>Ordered in Error or Reordering</strong> (SERVICE_ORDERED_IN_ERROR) should be specified if you have upgraded or downgraded the service speed and re-ordered.</p>\n</li>\n<li><p><strong>Reason not Listed</strong> (OTHER) provides an optional free text field that allows you to specify a different reason to those listed. This field has a maximum of 400 characters.</p>\n</li>\n<li><p>You can also provide additional details in the free text field for any of the cancellation reasons.</p>\n</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Attribute</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>cancellation_reason</code></td>\n<td>(Optional) The reason for deleting the service.  <br />These options are available:  <br /><code>MOVED_TO_CLOUD_NATIVE_SOL</code>  <br /><code>SERVICE_MOVED</code>  <br /><code>SERVICE_ORDERED_IN_ERROR</code>  <br /><code>PROOF_OF_CONCEPT</code>  <br /><code>PROJECT_ENDED</code>  <br /><code>SWITCHING_PROVIDER</code>  <br /><code>PRICING</code>  <br /><code>PRODUCT_PERFORMANCE</code>  <br /><code>OTHER</code></td>\n</tr>\n<tr>\n<td><code>cancellation_comment</code></td>\n<td>Specify free text (max. 400 characters) with an additional explanation for the reason the service was terminated.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v3","product","{productUid}","action","{action}"],"host":["{{baseUrl}}"],"query":[{"disabled":true,"description":{"content":"<p>Specify whether to delete the product safely. The product is deleted only if no active VXCs are associated with it. Otherwise, a 400 error response is returned. Applicable only for CANCEL and CANCEL_NOW lifecycle actions. (Optional)</p>\n","type":"text/plain"},"key":"safeDelete","value":"{boolean}"}],"variable":[]}},"response":[{"id":"811a9dcd-a00d-44e9-97db-77f85aa959ea","name":"Update Product Lifecycle Action (v3)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/product/1f1ffdc2-2967-431f-a6f2-b6adbab63fa6/action/CANCEL"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 11 Nov 2024 05:13:11 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"202"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Correlation-Id","value":"85172c4b2a46d7c557b6f3a0bc678bfc"},{"key":"X-Amzn-Trace-Id","value":"Root=1-67319267-50e6f8432207addb24032e09"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Server-Timing","value":"app;dur=358"},{"key":"X-Xss-Protection","value":"1 ; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"trace-id","value":"85172c4b2a46d7c557b6f3a0bc678bfc"},{"key":"X-Robots-Tag","value":"noindex"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Action [CANCEL Service 1f1ffdc2-2967-431f-a6f2-b6adbab63fa6] has been done.\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\"\n}"},{"id":"51ca7f1d-455e-49fc-928a-6c8e0741843c","name":"Update Product Lifecycle Action With Cancellation Reason (CANCEL NOW) (v3)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"{\n    \"cancellation_reason\": \"SERVICE_MOVED\",\n    \"cancellation_comment\": \"This service was created in the wrong data center. Needs to be deleted.\"\n   \n} ","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/product/1f1ffdc2-2967-431f-a6f2-b6adbab63fa6/action/CANCEL_NOW"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 11 Nov 2024 05:19:18 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"206"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Correlation-Id","value":"4caba147a758fc4cd34f380a49aea381"},{"key":"X-Amzn-Trace-Id","value":"Root=1-673193d5-4446b4ab010e24945dfde9ae"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Server-Timing","value":"app;dur=645"},{"key":"X-Xss-Protection","value":"1 ; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"trace-id","value":"4caba147a758fc4cd34f380a49aea381"},{"key":"X-Robots-Tag","value":"noindex"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Action [CANCEL_NOW Service 1f1ffdc2-2967-431f-a6f2-b6adbab63fa6] has been done.\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\"\n}"}],"_postman_id":"15aa50da-6feb-42a7-90b1-c8b56536b03a"},{"name":"Lock Product","id":"83f4ccf1-8bf1-40d2-9bab-46884242d300","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v2/product/{productUid}/lock","description":"<p>Locks the product to prevent changes.</p>\n<p>The <code>productUid</code> is a required string that identifies the service to lock by a unique product identifier.</p>\n<p><strong>Note:</strong> You must be a Company Admin to successfully run this request.</p>\n<p>For more information, see <a href=\"https://docs.megaport.com/portal-admin/locking/\">Locking Megaport Services</a>.</p>\n","urlObject":{"path":["v2","product","{productUid}","lock"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"6bbc9022-0eeb-444c-8b23-778bec4a391f","name":"Lock Product","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"https://api-staging.megaport.com/v2/product/c1c45c3c-8fa0-4d14-bcea-7bd0c85331c7/lock"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Nov 2020 23:55:54 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.17.10"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"UOW","value":"57b56bfd-725c-4d09-a801-9a6c3d6d9703"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Service locked\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": {\n        \"serviceName\": \"Neteng SD-WAN ASH PoC Guest Eth1-1-1\",\n        \"name\": \"Neteng SD-WAN ASH PoC Guest Eth1-1-1\",\n        \"secondaryName\": null,\n        \"technicalServiceId\": 61140,\n        \"technicalServiceUid\": \"c1c45c3c-8fa0-4d14-bcea-7bd0c85331c7\",\n        \"requestedDate\": 1594238704732,\n        \"configuredDate\": 1594238785559,\n        \"currentEstimatedDelivery\": null,\n        \"companyName\": \"Megaport Lab\",\n        \"companyId\": 1153,\n        \"aggregationId\": null,\n        \"lagPrimary\": false,\n        \"billingContactName\": null,\n        \"billingContactId\": null,\n        \"adminContactName\": null,\n        \"adminContactId\": null,\n        \"technicalContactName\": null,\n        \"technicalContactId\": null,\n        \"salesName\": null,\n        \"salesId\": null,\n        \"billableId\": 60336,\n        \"billableUsageAlgorithm\": null,\n        \"productType\": \"MEGAPORT\",\n        \"provisioningStatus\": \"LIVE\",\n        \"inAdvanceBillingStatus\": null,\n        \"provisioningItems\": [],\n        \"tags\": [],\n        \"vxcDistanceBand\": null,\n        \"intercapPath\": null,\n        \"marketplaceVisibility\": false,\n        \"vxcPermitted\": true,\n        \"vxcAutoApproval\": false,\n        \"createDate\": 1594238704732,\n        \"terminationDate\": null,\n        \"contractStartDate\": null,\n        \"contractTermMonths\": 1,\n        \"rateType\": \"MONTHLY\",\n        \"trialAgreement\": false,\n        \"payerCompanyId\": null,\n        \"nonPayerCompanyId\": null,\n        \"minimumSpeed\": null,\n        \"maximumSpeed\": null,\n        \"rateLimit\": 10000,\n        \"errorMessage\": null,\n        \"market\": \"USA\",\n        \"accountManager\": null,\n        \"promptUid\": null,\n        \"components\": [],\n        \"attributes\": [],\n        \"aLocation\": null,\n        \"bLocation\": null,\n        \"aLocationId\": null,\n        \"bLocationId\": null,\n        \"attributeTags\": {},\n        \"createdBy\": \"9b0fec19-17b6-4370-8f1b-c71d8848ef7f\",\n        \"buyoutPort\": false,\n        \"virtual\": false,\n        \"locked\": true,\n        \"adminLocked\": false,\n        \"bgpShutdownDefault\": false\n    }\n}"}],"_postman_id":"83f4ccf1-8bf1-40d2-9bab-46884242d300"},{"name":"Unlock Product","id":"99e54184-4005-4b15-a1aa-b175de32ed8e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}","type":"text"}],"url":"{{baseUrl}}/v2/product/{productUid}/lock","description":"<p>Unlocks the product to allow changes.</p>\n<p>The <code>productUid</code> is a required string that identifies the service to lock by a unique product identifier.</p>\n<p><strong>Note:</strong> You must be a Company Admin to successfully run this request.</p>\n","urlObject":{"path":["v2","product","{productUid}","lock"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"4e205911-af9d-4947-afb9-f8788ae6fefd","name":"Unlock Product","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"https://api-staging.megaport.com/v2/product/c1c45c3c-8fa0-4d14-bcea-7bd0c85331c7/lock"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Nov 2020 23:57:25 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.17.10"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Set-Cookie","value":"JSESSIONID=FB2363C7BED5F12827D1B465205EA8A1; Path=/; HttpOnly"},{"key":"UOW","value":"885f3db7-6e68-4a57-80aa-92a1a8d32961"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Service unlocked\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": {\n        \"serviceName\": \"Neteng SD-WAN ASH PoC Guest Eth1-1-1\",\n        \"name\": \"Neteng SD-WAN ASH PoC Guest Eth1-1-1\",\n        \"secondaryName\": null,\n        \"technicalServiceId\": 61140,\n        \"technicalServiceUid\": \"c1c45c3c-8fa0-4d14-bcea-7bd0c85331c7\",\n        \"requestedDate\": 1594238704732,\n        \"configuredDate\": 1594238785559,\n        \"currentEstimatedDelivery\": null,\n        \"companyName\": \"Megaport Lab\",\n        \"companyId\": 1153,\n        \"aggregationId\": null,\n        \"lagPrimary\": false,\n        \"billingContactName\": null,\n        \"billingContactId\": null,\n        \"adminContactName\": null,\n        \"adminContactId\": null,\n        \"technicalContactName\": null,\n        \"technicalContactId\": null,\n        \"salesName\": null,\n        \"salesId\": null,\n        \"billableId\": 60336,\n        \"billableUsageAlgorithm\": null,\n        \"productType\": \"MEGAPORT\",\n        \"provisioningStatus\": \"LIVE\",\n        \"inAdvanceBillingStatus\": null,\n        \"provisioningItems\": [],\n        \"tags\": [],\n        \"vxcDistanceBand\": null,\n        \"intercapPath\": null,\n        \"marketplaceVisibility\": false,\n        \"vxcPermitted\": true,\n        \"vxcAutoApproval\": false,\n        \"createDate\": 1594238704732,\n        \"terminationDate\": null,\n        \"contractStartDate\": null,\n        \"contractTermMonths\": 1,\n        \"rateType\": \"MONTHLY\",\n        \"trialAgreement\": false,\n        \"payerCompanyId\": null,\n        \"nonPayerCompanyId\": null,\n        \"minimumSpeed\": null,\n        \"maximumSpeed\": null,\n        \"rateLimit\": 10000,\n        \"errorMessage\": null,\n        \"market\": \"USA\",\n        \"accountManager\": null,\n        \"promptUid\": null,\n        \"components\": [],\n        \"attributes\": [],\n        \"aLocation\": null,\n        \"bLocation\": null,\n        \"aLocationId\": null,\n        \"bLocationId\": null,\n        \"attributeTags\": {},\n        \"createdBy\": \"9b0fec19-17b6-4370-8f1b-c71d8848ef7f\",\n        \"buyoutPort\": false,\n        \"virtual\": false,\n        \"locked\": false,\n        \"adminLocked\": false,\n        \"bgpShutdownDefault\": false\n    }\n}"}],"_postman_id":"99e54184-4005-4b15-a1aa-b175de32ed8e"},{"name":"Get Resource Tags for Product","id":"f9899897-aeb4-4432-8378-af36de8c734d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v2/product/{productuid}/tags","description":"<p>Returns resource tags for the Megaport service specified by the <code>productUid</code>.</p>\n","urlObject":{"path":["v2","product","{productuid}","tags"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"42737728-bd70-422b-9258-1a6491eb831d","name":"Get Resource Tags for Product Example","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"https://api-staging.megaport.com/v2/product/4a68e029-6153-49a1-a9d0-933c895d6f03/tags"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 13 Nov 2024 05:40:14 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"211"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Correlation-Id","value":"14ceefda49789bc325f9e6ae66371c27"},{"key":"X-Amzn-Trace-Id","value":"Root=1-67343bbe-2da63ace69016ba647801e57"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Server-Timing","value":"app;dur=23"},{"key":"ETag","value":"\"0d38b4c3ff6dce2fe2ed974d2f17bb992\""},{"key":"X-Xss-Protection","value":"1 ; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"trace-id","value":"14ceefda49789bc325f9e6ae66371c27"},{"key":"X-Robots-Tag","value":"noindex"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Found resource tags\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": {\n        \"resourceTags\": [\n            {\n                \"key\": \"stringykey2\",\n                \"value\": \"value2\"\n            },\n            {\n                \"key\": \"stringykey3\",\n                \"value\": \"value3\"\n            }\n        ]\n    }\n}"}],"_postman_id":"f9899897-aeb4-4432-8378-af36de8c734d"},{"name":"Update Resource Tags","id":"6b6a7a09-8f04-416d-99aa-cb6deb73335f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{accessToken}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\"resourceTags\": [\n{\n\"key\": \"string\",\n\"value\": \"string\"\n}\n]\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v2/product/{productuid}/tags","description":"<p>Adds, removes, or updates resource tags for the specified product.</p>\n<p>This request will overwrite all tags. If existing tags are not included in the request, they will be removed. Ensure that you have included all existing tags in this request to keep them. Use <a href=\"https://dev.megaport.com/#f9899897-aeb4-4432-8378-af36de8c734d\">Get Resource Tags for Product</a> to retrieve the existing resource tags.</p>\n<p>Supported <strong>key</strong> format (length 128): <strong>a-z 0-9 _ : . / \\ -</strong></p>\n<p><strong>Note:</strong> Key value is lower case only.</p>\n<p>Supported <strong>value</strong> format (length 256): <strong>a-z A-Z 0-9 _ : . @ / + \\ - (space)</strong></p>\n","urlObject":{"path":["v2","product","{productuid}","tags"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"6625735d-ae25-4cf3-83cb-d15eb32c4596","name":"Update Resource Tags Example","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"Bearer {{accessToken}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"resourceTags\": [\n        {\n            \"key\": \"stringykey2\",\n            \"value\": \"value2\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v2/product/4a68e029-6153-49a1-a9d0-933c895d6f03/tags"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 13 Nov 2024 05:40:07 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"152"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Correlation-Id","value":"3832aafa2bab8338a1cef253260a959a"},{"key":"X-Amzn-Trace-Id","value":"Root=1-67343bb6-4364b4ea19df6d5939aa85bb"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Server-Timing","value":"app;dur=70"},{"key":"X-Xss-Protection","value":"1 ; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"trace-id","value":"3832aafa2bab8338a1cef253260a959a"},{"key":"X-Robots-Tag","value":"noindex"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Tags updated successfully\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\"\n}"}],"_postman_id":"6b6a7a09-8f04-416d-99aa-cb6deb73335f"},{"name":"Add Add-on to Existing Product","id":"8dbf8a0e-fd99-4aba-b100-df739279d20b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"{\n  \"addOnType\": \"IP_SEC\",\n  \"tunnelCount\": 30  \n}  ","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/product/{productUid}/addon","description":"<p>Use this endpoint to add an <strong>add-on</strong> to an existing service.</p>\n<p>These add-ons are available:</p>\n<ul>\n<li><p>Cross Connect (Port)</p>\n</li>\n<li><p>BGP Config (Megaport Internet connection)</p>\n</li>\n<li><p>IP Address (Megaport Internet connection)</p>\n</li>\n<li><p>IPsec (MCR)</p>\n</li>\n</ul>\n<h2 id=\"cross-connect\">Cross Connect</h2>\n<p>The payload for Cross Connect is as follows:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Format</th>\n<th>Required</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>addOnType</code></td>\n<td>string, non-empty</td>\n<td>Yes</td>\n<td>CROSS_CONNECT</td>\n</tr>\n</tbody>\n</table>\n</div><p>Example:</p>\n<p><code>{</code></p>\n<p><code>\"addOnType\": \"CROSS_CONNECT\"</code></p>\n<p><code>}</code></p>\n<h2 id=\"bgp-config\">BGP Config</h2>\n<p>The payload for BGP Config is as follows:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Format</th>\n<th>Required</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>addOnType</code></td>\n<td>string, non-empty</td>\n<td>Yes</td>\n<td>BGP_CONFIG</td>\n</tr>\n<tr>\n<td><code>customer_asn</code></td>\n<td>integer</td>\n<td>Yes</td>\n<td>Customer's BGP Autonomous System Number</td>\n</tr>\n<tr>\n<td><code>password</code></td>\n<td>string</td>\n<td></td>\n<td>BGP authentication password</td>\n</tr>\n<tr>\n<td><code>as_set</code></td>\n<td>string</td>\n<td></td>\n<td>AS-SET identifier for BGP configuration</td>\n</tr>\n<tr>\n<td><code>route_table</code></td>\n<td>string, non-empty</td>\n<td>Yes</td>\n<td>Type of route table for BGP configuration. Valid values are: \"DEFAULT_ONLY\" \"CUSTOMER_AND_PEER\" \"CUSTOMER\" \"FULL\"</td>\n</tr>\n<tr>\n<td><code>prefixes</code></td>\n<td>string</td>\n<td></td>\n<td>BGP route prefixes</td>\n</tr>\n<tr>\n<td><code>remark</code></td>\n<td>string</td>\n<td></td>\n<td>Addition notes or comments about the BGP configuration</td>\n</tr>\n</tbody>\n</table>\n</div><p>Example:</p>\n<p><code>{</code></p>\n<p><code>\"addOnType\": \"BGP_CONFIG\",</code></p>\n<p><code>\"customer_asn\": 65000,</code></p>\n<p><code>\"password\": \"SecureBgpPassword12345\",</code></p>\n<p><code>\"as_set\": \"AS-EXAMPLE\",</code></p>\n<p><code>\"route_table\": \"DEFAULT_ONLY\",</code></p>\n<p><code>\"prefixes\": \"192.168.0.0/24,10.0.0.0/16\",</code></p>\n<p><code>\"remark\": \"Primary BGP session for production services\"</code></p>\n<p><code>}</code></p>\n<h2 id=\"ip-address\">IP Address</h2>\n<p>The payload for IP address is as follows:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Format</th>\n<th>Required</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>addOnType</code></td>\n<td>string, non-empty</td>\n<td>Yes</td>\n<td>IP_ADDRESS</td>\n</tr>\n<tr>\n<td><code>subnetSize</code></td>\n<td>string, 3 characters</td>\n<td>Yes</td>\n<td>Size of the subnet to allocate. Valid values are: \"/24\" \"/25\" \"/26\" \"/27\" \"/28\" \"/29\" \"/30\"</td>\n</tr>\n<tr>\n<td><code>purpose</code></td>\n<td>string, non-empty</td>\n<td>Yes</td>\n<td>Purpose for which the IP address will be used</td>\n</tr>\n<tr>\n<td><code>projectedUtilizationMonths</code></td>\n<td>requiredinteger</td>\n<td>Yes</td>\n<td></td>\n</tr>\n<tr>\n<td><code>remark</code></td>\n<td>string</td>\n<td></td>\n<td>Add</td>\n</tr>\n</tbody>\n</table>\n</div><p>Example:</p>\n<p><code>{</code></p>\n<p><code>\"addOnType\": \"IP_ADDRESS\",</code></p>\n<p><code>\"subnetSize\": \"/29\",</code></p>\n<p><code>\"purpose\": \"Customer-facing services\",</code></p>\n<p><code>\"projectedUtilizationMonths\": 12,</code></p>\n<p><code>\"remark\": \"Required for our new web service deployment\"</code></p>\n<p><code>}</code></p>\n<h2 id=\"ipsec\">IPsec</h2>\n<p>The payload for IPsec is as follows:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Format</th>\n<th>Required</th>\n<th>Value</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>addOnType</code></td>\n<td>string, non-empty</td>\n<td>Yes</td>\n<td>IP_SEC</td>\n</tr>\n<tr>\n<td><code>tunnelCount</code></td>\n<td>integer</td>\n<td></td>\n<td>Number of IPSec tunnels to be configured</td>\n</tr>\n</tbody>\n</table>\n</div><p>Example:</p>\n<p><code>{</code></p>\n<p><code>\"addOnType\": \"IP_SEC\",</code></p>\n<p><code>\"tunnelCount\": 30</code></p>\n<p><code>}</code></p>\n","urlObject":{"path":["v3","product","{productUid}","addon"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"7d8239a1-dcb3-413d-ac70-b218bf514905","name":"Add IPsec Tunnels","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"{\n  \"addOnType\": \"IP_SEC\",\n  \"tunnelCount\": 30  \n}  ","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/product/4e95f19b-7cd9-4af9-801a-785e474c8440/addon"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 22 Sep 2025 07:38:39 GMT"},{"key":"Content-Type","value":"application/json","description":""},{"key":"Content-Length","value":"278"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amzn-Trace-Id","value":"Root=1-68d0fcfe-09d426f34696e7255134ab08"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Server-Timing","value":"app;dur=403"},{"key":"X-Xss-Protection","value":"1 ; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"trace-id","value":"be144d995c45f65b68540aba34933af3"},{"key":"X-Robots-Tag","value":"noindex"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Add-On IP_SEC has been successfully created/requested.\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": {\n        \"addOnUid\": \"4016a82f-0079-4d4e-aba6-eca7670a135a\",\n        \"tunnelCount\": 30,\n        \"addOnType\": \"IP_SEC\"\n    }\n}"}],"_postman_id":"8dbf8a0e-fd99-4aba-b100-df739279d20b"},{"name":"Update IPsec Add-On","id":"6213bd1e-1b3c-4043-a02c-c19992379de7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"{\n  \"addOnType\": \"IP_SEC\",\n  \"tunnelCount\": 10  \n}  ","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/product/{productUid}/addon/{addOnUid}","description":"<p>Update an add-on for an existing product.</p>\n<p><strong>Note</strong>: Currently only supports IPsec tunnels.</p>\n<p>You will need:</p>\n<ul>\n<li><p>The <code>productUID</code> for the product that has the add-on to be updated.</p>\n</li>\n<li><p>The <code>addOnUid</code> for the add-on that is to be updated. You will find the <code>addonUid</code> in the addon section of the product details.</p>\n</li>\n</ul>\n<p><strong>Note</strong>:</p>\n<ul>\n<li><p>Setting the <code>tunnelCount</code> to 0 will disable IPsec on the target MCR.</p>\n</li>\n<li><p>Disabling IPsec by setting <code>tunnelCount</code> to 0 is only available using this endpoint.</p>\n</li>\n</ul>\n","urlObject":{"path":["v3","product","{productUid}","addon","{addOnUid}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"667dd95e-6ddc-4715-8eba-d50d1a2c445b","name":"Update IP_SEC Add-On Example","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"{\n  \"addOnType\": \"IP_SEC\",\n  \"tunnelCount\": 10  \n}  ","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/product/4e95f19b-7cd9-4af9-801a-785e474c8440/addon/fea3ca08-e256-4cfa-b92b-54d50b1e128e"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 23 Sep 2025 01:24:14 GMT"},{"key":"Content-Type","value":"application/json","description":""},{"key":"Content-Length","value":"171"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amzn-Trace-Id","value":"Root=1-68d1f6bd-716ca401052fe6fb1d4b3449"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Server-Timing","value":"app;dur=213"},{"key":"X-Xss-Protection","value":"1 ; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"trace-id","value":"69ef393ef3f5bf9739bd9760fdf55c8e"},{"key":"X-Robots-Tag","value":"noindex"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Add-On IP_SEC has been successfully updated.\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\"\n}"}],"_postman_id":"6213bd1e-1b3c-4043-a02c-c19992379de7"}],"id":"7de32fbb-dce3-4e4e-929e-1dd66880954f","description":"<p>The requests in this section help you get information about your Megaport services (also called products).</p>\n<p>When you create a service, a successful response includes a <code>productUid</code>, which is the same as the <code>productId</code> and <code>technicalServiceUid</code>. This value is used in many API calls. List your products to find this value for each configured service.</p>\n","event":[{"listen":"prerequest","script":{"id":"195dd3da-6922-425c-8f77-a9e425ed9654","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2a070ace-c133-4606-8fc8-3d10bd55768b","type":"text/javascript","exec":[""]}}],"_postman_id":"7de32fbb-dce3-4e4e-929e-1dd66880954f"},{"name":"Service Status","item":[{"name":"Metric Types","item":[{"name":"Get Available Metric Types","id":"5c1b29af-29e8-4862-995e-c7e0dbdad4c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{accessToken}}","type":"text"}],"url":"{{baseUrl}}/v2/products/telemetry","description":"<p>Lists the available metrics for Megaport products.</p>\n","urlObject":{"path":["v2","products","telemetry"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"7b1ce02a-38b4-47ec-929e-1865e406cd0b","name":"Get Available Metric Types","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{accessToken}}","type":"text"}],"url":"{{baseUrl}}/v2/products/telemetry"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 12 Nov 2020 01:42:20 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.17.10"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Set-Cookie","value":"JSESSIONID=F6C2F734DF633AC71943F34BE8E9B265; Path=/; HttpOnly"},{"key":"UOW","value":"a55c27c3-1a9d-43ee-bd0e-941e5d6d5e18"},{"key":"ETag","value":"W/\"052800ba219e6c24859e68cef975003fa\""},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"productType\": \"VXC\",\n        \"metrics\": [\n            {\n                \"name\": \"A_BITS\",\n                \"displayName\": \"Traffic\",\n                \"subtypes\": [\n                    \"In\",\n                    \"Out\",\n                    \"Configured speed\"\n                ],\n                \"end\": \"A\",\n                \"outputUnit\": {\n                    \"name\": \"Mbps\",\n                    \"fullName\": \"Megabits per second\"\n                }\n            },\n            {\n                \"name\": \"B_BITS\",\n                \"displayName\": \"Traffic\",\n                \"subtypes\": [\n                    \"In\",\n                    \"Out\",\n                    \"Configured speed\"\n                ],\n                \"end\": \"B\",\n                \"outputUnit\": {\n                    \"name\": \"Mbps\",\n                    \"fullName\": \"Megabits per second\"\n                }\n            },\n            {\n                \"name\": \"A_PACKETS\",\n                \"displayName\": \"Packets\",\n                \"subtypes\": [\n                    \"In\",\n                    \"Out\"\n                ],\n                \"end\": \"A\",\n                \"outputUnit\": {\n                    \"name\": \"pps\",\n                    \"fullName\": \"Packets per second\"\n                }\n            },\n            {\n                \"name\": \"B_PACKETS\",\n                \"displayName\": \"Packets\",\n                \"subtypes\": [\n                    \"In\",\n                    \"Out\"\n                ],\n                \"end\": \"B\",\n                \"outputUnit\": {\n                    \"name\": \"pps\",\n                    \"fullName\": \"Packets per second\"\n                }\n            }\n        ]\n    },\n    {\n        \"productType\": \"MVE\",\n        \"metrics\": [\n            {\n                \"name\": \"BITS\",\n                \"displayName\": \"Traffic\",\n                \"subtypes\": [\n                    \"In\",\n                    \"Out\",\n                    \"Configured speed\"\n                ],\n                \"end\": null,\n                \"outputUnit\": {\n                    \"name\": \"Mbps\",\n                    \"fullName\": \"Megabits per second\"\n                }\n            },\n            {\n                \"name\": \"PACKETS\",\n                \"displayName\": \"Packets\",\n                \"subtypes\": [\n                    \"In\",\n                    \"Out\"\n                ],\n                \"end\": null,\n                \"outputUnit\": {\n                    \"name\": \"pps\",\n                    \"fullName\": \"Packets per second\"\n                }\n            }\n        ]\n    },\n    {\n        \"productType\": \"MCR\",\n        \"metrics\": [\n            {\n                \"name\": \"BITS\",\n                \"displayName\": \"Traffic\",\n                \"subtypes\": [\n                    \"In\",\n                    \"Out\",\n                    \"Configured speed\"\n                ],\n                \"end\": null,\n                \"outputUnit\": {\n                    \"name\": \"Mbps\",\n                    \"fullName\": \"Megabits per second\"\n                }\n            },\n            {\n                \"name\": \"PACKETS\",\n                \"displayName\": \"Packets\",\n                \"subtypes\": [\n                    \"In\",\n                    \"Out\"\n                ],\n                \"end\": null,\n                \"outputUnit\": {\n                    \"name\": \"pps\",\n                    \"fullName\": \"Packets per second\"\n                }\n            }\n        ]\n    },\n    {\n        \"productType\": \"MEGAPORT\",\n        \"metrics\": [\n            {\n                \"name\": \"OPTICAL\",\n                \"displayName\": \"Optical\",\n                \"subtypes\": [\n                    \"Tx Power\",\n                    \"Rx Power\"\n                ],\n                \"end\": null,\n                \"outputUnit\": {\n                    \"name\": \"dBm\",\n                    \"fullName\": \"Decibel-milliwatts\"\n                }\n            },\n            {\n                \"name\": \"ERRORS\",\n                \"displayName\": \"Errors\",\n                \"subtypes\": [\n                    \"In\",\n                    \"Out\"\n                ],\n                \"end\": null,\n                \"outputUnit\": {\n                    \"name\": \"errors/second\",\n                    \"fullName\": \"Errors per second\"\n                }\n            },\n            {\n                \"name\": \"BITS\",\n                \"displayName\": \"Traffic\",\n                \"subtypes\": [\n                    \"In\",\n                    \"Out\",\n                    \"Configured speed\"\n                ],\n                \"end\": null,\n                \"outputUnit\": {\n                    \"name\": \"Mbps\",\n                    \"fullName\": \"Megabits per second\"\n                }\n            },\n            {\n                \"name\": \"PACKETS\",\n                \"displayName\": \"Packets\",\n                \"subtypes\": [\n                    \"In\",\n                    \"Out\"\n                ],\n                \"end\": null,\n                \"outputUnit\": {\n                    \"name\": \"pps\",\n                    \"fullName\": \"Packets per second\"\n                }\n            }\n        ]\n    },\n    {\n        \"productType\": \"MCR2\",\n        \"metrics\": [\n            {\n                \"name\": \"BITS\",\n                \"displayName\": \"Traffic\",\n                \"subtypes\": [\n                    \"In\",\n                    \"Out\",\n                    \"Configured speed\"\n                ],\n                \"end\": null,\n                \"outputUnit\": {\n                    \"name\": \"Mbps\",\n                    \"fullName\": \"Megabits per second\"\n                }\n            },\n            {\n                \"name\": \"PACKETS\",\n                \"displayName\": \"Packets\",\n                \"subtypes\": [\n                    \"In\",\n                    \"Out\"\n                ],\n                \"end\": null,\n                \"outputUnit\": {\n                    \"name\": \"pps\",\n                    \"fullName\": \"Packets per second\"\n                }\n            }\n        ]\n    },\n    {\n        \"productType\": \"IX\",\n        \"metrics\": [\n            {\n                \"name\": \"BITS\",\n                \"displayName\": \"Traffic\",\n                \"subtypes\": [\n                    \"In\",\n                    \"Out\",\n                    \"Configured speed\"\n                ],\n                \"end\": null,\n                \"outputUnit\": {\n                    \"name\": \"Mbps\",\n                    \"fullName\": \"Megabits per second\"\n                }\n            },\n            {\n                \"name\": \"PACKETS\",\n                \"displayName\": \"Packets\",\n                \"subtypes\": [\n                    \"In\",\n                    \"Out\"\n                ],\n                \"end\": null,\n                \"outputUnit\": {\n                    \"name\": \"pps\",\n                    \"fullName\": \"Packets per second\"\n                }\n            }\n        ]\n    }\n]"}],"_postman_id":"5c1b29af-29e8-4862-995e-c7e0dbdad4c5"},{"name":"Get Port Telemetry","id":"8ef818ab-a8e1-4e25-bed7-236fd035e997","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"},{"key":"Accept","value":"text/csv"}],"url":"{{baseUrl}}/v2/product/megaport/{productUid}/telemetry?type={type}&from={from}&to={to}&days={days}","description":"<p>Returns telemetry details for the specified Port.</p>\n<p>The <code>productUid</code> is the unique product ID and is required.</p>\n<p>Multiple telemetry types can be passed. For example, GET /v2/product/megaport/5624060e-32gb-4267-a340-c15e91bc0f82/telemetry?type=BITS&amp;type=PACKETS&amp;days=30. When multiple telemetry types are passed, the top level type is set to <code>null</code> in the response. The key information for each telemetry type is in the {data} section of the response.</p>\n<p>A minimum of one telemetry type must be provided.</p>\n<p>Telemetry details can be returned by number of days in the past, or by passing a date range: 'from' and 'to'. If no <code>days</code>, or <code>to</code> and <code>from</code> are passed, the single most recent measurement is returned, which is approximately every 5 minutes.</p>\n<p>The maximum number of days that can be requested is 180 days.</p>\n<p><strong>Note:</strong> The <code>days</code> parameter is mutually exclusive from <code>to</code> and <code>from</code>. If both <code>days</code> and <code>from</code> and <code>to</code> are passed, an error is returned explaining that the fields are mutually exclusive.</p>\n<p>You can return telemetry details in CSV format by specifying the text/csv header parameter.</p>\n","urlObject":{"path":["v2","product","megaport","{productUid}","telemetry"],"host":["{{baseUrl}}"],"query":[{"description":{"content":"<p>Indicates the type of metric. Values include <code>BITS</code>, <code>PACKETS</code>, <code>ERRORS</code>, and <code>OPTICAL</code>. Multiple telemetry types can be passed. (Required - string)</p>\n","type":"text/plain"},"key":"type","value":"{type}"},{"description":{"content":"<p>Milliseconds since epoch. When not provided, returns the single most recent measurement. You can use a tool such as <a href=\"https://www.epochconverter.com/\">https://www.epochconverter.com/</a> for conversion to and from dates. (Optional - string)</p>\n","type":"text/plain"},"key":"from","value":"{from}"},{"description":{"content":"<p>Milliseconds since epoch. When not provided, returns the single most recent measurement. You can use a tool such as <a href=\"https://www.epochconverter.com/\">https://www.epochconverter.com/</a> for conversion to and from dates. (Optional - string) </p>\n","type":"text/plain"},"key":"to","value":"{to}"},{"description":{"content":"<p>The number of days in the past from today for which to return telemetry details. This parameter is mutually exclusive from \"to\" and \"from\". (Optional - string)</p>\n","type":"text/plain"},"key":"days","value":"{days}"}],"variable":[]}},"response":[{"id":"ead53b4f-3f66-4432-b4b2-2315db5895e3","name":"Get Port Telemetry - Single Telemetry Type (From, To)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":{"raw":"{{baseUrl}}/v2/product/megaport/85e2b722-4063-4472-b03b-cd1bfa17c3a5/telemetry?from=1614283800000&to=1614284400000&type=BITS","host":["{{baseUrl}}"],"path":["v2","product","megaport","85e2b722-4063-4472-b03b-cd1bfa17c3a5","telemetry"],"query":[{"key":"from","value":"1614283800000"},{"key":"to","value":"1614284400000"},{"key":"type","value":"BITS"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 26 Feb 2021 22:15:48 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.17.10"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"UOW","value":"5516dbce-1977-4df0-b9c8-413543c0e05d"},{"key":"ETag","value":"W/\"01bb1721398459c38f8364d9d51958c7a\""},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"serviceUid\": \"85e2b722-4063-4472-b03b-cd1bfa17c3a5\",\n    \"type\": \"BITS\",\n    \"timeFrame\": {\n        \"from\": 1614283800000,\n        \"to\": 1614284400000\n    },\n    \"data\": [\n        {\n            \"type\": \"BITS\",\n            \"subtype\": \"In\",\n            \"samples\": [\n                [\n                    1614284400000,\n                    0.05440325333333333\n                ],\n                [\n                    1614284100000,\n                    0.11725781333333334\n                ],\n                [\n                    1614283800000,\n                    0.05371968\n                ]\n            ],\n            \"unit\": {\n                \"name\": \"Mbps\",\n                \"fullName\": \"Megabits per second\"\n            }\n        },\n        {\n            \"type\": \"BITS\",\n            \"subtype\": \"Configured speed\",\n            \"samples\": [\n                [\n                    1614284400000,\n                    10000\n                ],\n                [\n                    1614284100000,\n                    10000\n                ],\n                [\n                    1614283800000,\n                    10000\n                ]\n            ],\n            \"unit\": {\n                \"name\": \"Mbps\",\n                \"fullName\": \"Megabits per second\"\n            }\n        },\n        {\n            \"type\": \"BITS\",\n            \"subtype\": \"Out\",\n            \"samples\": [\n                [\n                    1614284400000,\n                    0.05563213333333333\n                ],\n                [\n                    1614284100000,\n                    0.061844666666666666\n                ],\n                [\n                    1614283800000,\n                    0.05516530666666667\n                ]\n            ],\n            \"unit\": {\n                \"name\": \"Mbps\",\n                \"fullName\": \"Megabits per second\"\n            }\n        }\n    ]\n}"},{"id":"288ba506-acc1-41ad-9846-f58db437c8fa","name":"Get Port Telemetry - Single Telemetry Type (Days)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":{"raw":"{{baseUrl}}/v2/product/megaport/dd4654fd-ad60-452e-9919-23a64abb7661/telemetry?type=BITS&days=3","host":["{{baseUrl}}"],"path":["v2","product","megaport","dd4654fd-ad60-452e-9919-23a64abb7661","telemetry"],"query":[{"key":"type","value":"BITS","description":"Indicates the type of metric. Values include `BITS`, `PACKETS`, `ERRORS`, and `OPTICAL`. Multiple telemetry types can be passed. (Required - string)"},{"key":"days","value":"3","description":"The number of days in the past from today for which to return telemetry details. This parameter is mutually exclusive from \"to\" and \"from\". (Optional - string)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Mon, 11 Dec 2023 04:15:58 GMT"},{"key":"X-Amzn-Trace-Id","value":"Root=1-65768cfe-21470866539e7219649d0084"},{"key":"Trace-Id","value":"4a644cbaae2aaac1f0673326a426930d"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"UOW","value":"118b1bb0-92da-4f16-9575-d29c84f6e4f6"},{"key":"Server-Timing","value":"app;dur=120"},{"key":"ETag","value":"W/\"00fb36eef347e39a90d87811b7fb486c4\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 d9766b9925771288ecfcf1392328f114.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"SYD62-P1"},{"key":"X-Amz-Cf-Id","value":"xdfSzQqKY4mlgr_szwyGwme1hCwYfSqB5hNwfEwa7mbVQ2PsMWIxNg=="}],"cookie":[],"responseTime":null,"body":"{\n    \"serviceUid\": \"dd4654fd-ad60-452e-9919-23a64abb7661\",\n    \"type\": \"BITS\",\n    \"timeFrame\": {\n        \"from\": 1702008958133,\n        \"to\": 1702268158133\n    },\n    \"data\": [\n        {\n            \"type\": \"BITS\",\n            \"subtype\": \"In\",\n            \"samples\": [\n                [\n                    1702267800000,\n                    0.00204624\n                ],\n                [\n                    1702267500000,\n                    0.0021070666666666666\n                ],\n                [\n                    1702267200000,\n                    0.00211064\n                ],\n                [\n                    1702266900000,\n                    0.001987706666666667\n                ],\n                [\n                    1702266600000,\n                    0.0023264266666666667\n                ],\n                [\n                    1702266300000,\n                    0.002612266666666667\n                ],\n                [\n                    1702266000000,\n                    0.0022914933333333335\n                ],\n                [\n                    1702265700000,\n                    0.0019450933333333333\n                ],\n                [\n                    1702265400000,\n                    0.0018757333333333332\n                ],\n                [\n                    1702265100000,\n                    0.0020908000000000003\n                ],\n                [\n                    1702264800000,\n                    0.0024888266666666667\n                ],\n                [\n                    1702264500000,\n                    0.0021033333333333334\n                ],\n                [\n                    1702264200000,\n                    0.0025933600000000003\n                ],\n                [\n                    1702263900000,\n                    0.00242784\n                ],\n                [\n                    1702263600000,\n                    0.0018106666666666668\n                ],\n                [\n                    1702263300000,\n                    0.0020232\n                ],\n                [\n                    1702263000000,\n                    0.002206213333333333\n                ],\n                [\n                    1702262700000,\n                    0.0025332533333333337\n                ],\n                [\n                    1702262400000,\n                    0.0019427466666666667\n                ],\n                [\n                    1702262100000,\n                    0.00262512\n                ],\n                [\n                    1702261800000,\n                    0.0019363733333333333\n                ],\n                [\n                    1702261500000,\n                    0.0021364266666666666\n                ],\n                [\n                    1702261200000,\n                    0.002310826666666667\n                ],\n                [\n                    1702260900000,\n                    0.002031386666666667\n                ],\n                [\n                    1702260600000,\n                    0.0023025866666666664\n                ],\n                [\n                    1702260300000,\n                    0.0023441866666666666\n                ],\n                [\n                    1702260000000,\n                    0.0023408533333333335\n                ],\n                [\n                    1702259700000,\n                    0.00219456\n                ],\n                [\n                    1702259400000,\n                    0.0023349066666666666\n                ],\n                [\n                    1702259100000,\n                    0.0019049066666666668\n                ],\n                [\n                    1702258800000,\n                    0.002060266666666667\n                ],\n                [\n                    1702258500000,\n                    0.002124826666666667\n                ],\n                [\n                    1702258200000,\n                    0.0024316266666666664\n                ],\n                [\n                    1702257900000,\n                    0.00252952\n                ],\n                [\n                    1702257600000,\n                    0.00219832\n                ],\n                [\n                    1702257300000,\n                    0.0021139466666666665\n                ],\n                [\n                    1702257000000,\n                    0.002081173333333333\n                ],\n                [\n                    1702009200000,\n                    0.0023369333333333334\n                ]\n            ],\n            \"unit\": {\n                \"name\": \"Mbps\",\n                \"fullName\": \"Megabits per second\"\n            }\n        },\n        {\n            \"type\": \"BITS\",\n            \"subtype\": \"Out\",\n            \"samples\": [\n                [\n                    1702267800000,\n                    0.0019556\n                ],\n                [\n                    1702267500000,\n                    0.00205408\n                ],\n                [\n                    1702267200000,\n                    0.00203856\n                ],\n                [\n                    1702266900000,\n                    0.0019156266666666669\n                ],\n                [\n                    1702266600000,\n                    0.0022680533333333335\n                ],\n                [\n                    1702266300000,\n                    0.002553653333333333\n                ],\n                [\n                    1702266000000,\n                    0.0022041599999999997\n                ],\n                [\n                    1702265700000,\n                    0.0018618133333333333\n                ],\n                [\n                    1702265400000,\n                    0.0018249066666666668\n                ],\n                [\n                    1702265100000,\n                    0.0019373066666666667\n                ],\n                [\n                    1702264800000,\n                    0.0024164533333333334\n                ],\n                [\n                    1702264500000,\n                    0.0020339733333333333\n                ],\n                [\n                    1702264200000,\n                    0.002526693333333333\n                ],\n                [\n                    1702009200000,\n                    0.0022790933333333334\n                ]\n            ],\n            \"unit\": {\n                \"name\": \"Mbps\",\n                \"fullName\": \"Megabits per second\"\n            }\n        }\n    ]\n}"},{"id":"6e1d0cc5-257a-4d29-9b0d-c93f37902b1d","name":"Get Port Telemetry - Multiple Telemetry Types (Days)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":{"raw":"{{baseUrl}}/v2/product/megaport/dd4654fd-ad60-452e-9919-23a64abb7661/telemetry?type=BITS&days=1&type=PACKETS","host":["{{baseUrl}}"],"path":["v2","product","megaport","dd4654fd-ad60-452e-9919-23a64abb7661","telemetry"],"query":[{"key":"type","value":"BITS","description":"Indicates the type of metric. Values include `BITS`, `PACKETS`, `ERRORS`, and `OPTICAL`. Multiple telemetry types can be passed. (Required - string)"},{"key":"from","value":"{from}","description":"Milliseconds since epoch. When not provided, returns the single most recent measurement. You can use a tool such as https://www.epochconverter.com/ for conversion to and from dates. (Optional - string)","disabled":true},{"key":"to","value":"{to}","description":"Milliseconds since epoch. When not provided, returns the single most recent measurement. You can use a tool such as https://www.epochconverter.com/ for conversion to and from dates. (Optional - string) ","disabled":true},{"key":"days","value":"1","description":"The number of days in the past from today for which to return telemetry details. This parameter is mutually exclusive from \"to\" and \"from\". (Optional - string)"},{"key":"type","value":"PACKETS"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Mon, 11 Dec 2023 04:19:44 GMT"},{"key":"X-Amzn-Trace-Id","value":"Root=1-65768de0-1c67d78850c11ba970126839"},{"key":"Trace-Id","value":"97e96a44690b7394b6b1cc483efea227"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"UOW","value":"37356d8a-5e88-438b-a725-2fc2b6604102"},{"key":"Server-Timing","value":"app;dur=85"},{"key":"ETag","value":"W/\"05f5a239de0027ac80418001e4a953daf\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 d9766b9925771288ecfcf1392328f114.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"SYD62-P1"},{"key":"X-Amz-Cf-Id","value":"vqEURIWDQ2w9xitPLOQo8xkt15IfnUFp1HeYanjtdaFfriv_4DHZ8w=="}],"cookie":[],"responseTime":null,"body":"{\n    \"serviceUid\": \"dd4654fd-ad60-452e-9919-23a64abb7661\",\n    \"type\": null,\n    \"timeFrame\": {\n        \"from\": 1702181984309,\n        \"to\": 1702268384309\n    },\n    \"data\": [\n        {\n            \"type\": \"BITS\",\n            \"subtype\": \"In\",\n            \"samples\": [\n                [\n                    1702268100000,\n                    0.0024489866666666665\n                ],\n                [\n                    1702267800000,\n                    0.00204624\n                ],\n                [\n                    1702267500000,\n                    0.0021070666666666666\n                ],\n                [\n                    1702267200000,\n                    0.00211064\n                ],\n                [\n                    1702266900000,\n                    0.001987706666666667\n                ],\n                [\n                    1702266600000,\n                    0.0023264266666666667\n                ],\n                [\n                    1702266300000,\n                    0.002612266666666667\n                ],\n                [\n                    1702266000000,\n                    0.0022914933333333335\n                ],\n                [\n                    1702265700000,\n                    0.0019450933333333333\n                ],\n                [\n                    1702265400000,\n                    0.0018757333333333332\n                ],\n                [\n                    1702265100000,\n                    0.0020908000000000003\n                ],\n                [\n                    1702264800000,\n                    0.0024888266666666667\n                ],\n                [\n                    1702264500000,\n                    0.0021033333333333334\n                ],\n                [\n                    1702264200000,\n                    0.0025933600000000003\n                ],\n                [\n                    1702263900000,\n                    0.00242784\n                ],\n                [\n                    1702263600000,\n                    0.0018106666666666668\n                ],\n                [\n                    1702263300000,\n                    0.0020232\n                ],\n                [\n                    1702263000000,\n                    0.002206213333333333\n                ],\n                [\n                    1702262700000,\n                    0.0025332533333333337\n                ],\n                [\n                    1702262400000,\n                    0.0019427466666666667\n                ],\n                [\n                    1702262100000,\n                    0.00262512\n                ],\n                [\n                    1702261800000,\n                    0.0019363733333333333\n                ],\n                [\n                    1702261500000,\n                    0.0021364266666666666\n                ],\n                [\n                    1702261200000,\n                    0.002310826666666667\n                ],\n                [\n                    1702260900000,\n                    0.002031386666666667\n                ],\n                [\n                    1702260600000,\n                    0.0023025866666666664\n                ],\n                [\n                    1702260300000,\n                    0.0023441866666666666\n                ],\n                [\n                    1702260000000,\n                    0.0023408533333333335\n                ],\n                [\n                    1702259700000,\n                    0.00219456\n                ],\n                [\n                    1702259400000,\n                    0.0023349066666666666\n                ],\n                [\n                    1702259100000,\n                    0.0019049066666666668\n                ],\n                [\n                    1702258800000,\n                    0.002060266666666667\n                ],\n                [\n                    1702258500000,\n                    0.002124826666666667\n                ],\n                [\n                    1702258200000,\n                    0.0024316266666666664\n                ],\n                [\n                    1702257900000,\n                    0.00252952\n                ],\n                [\n                    1702257600000,\n                    0.00219832\n                ],\n                [\n                    1702257300000,\n                    0.0021139466666666665\n                ],\n                [\n                    1702257000000,\n                    0.002081173333333333\n                ],\n                [\n                    1702256700000,\n                    0.0022988\n                ],\n                [\n                    1702256400000,\n                    0.0019725333333333334\n                ],\n                [\n                    1702256100000,\n                    0.0024126666666666667\n                ],\n                [\n                    1702255800000,\n                    0.0024422933333333335\n                ],\n                [\n                    1702255500000,\n                    0.002083946666666667\n                ],\n                [\n                    1702255200000,\n                    0.00205224\n                ],\n                [\n                    1702254900000,\n                    0.0019233866666666668\n                ],\n                [\n                    1702254600000,\n                    0.00223944\n                ],\n                [\n                    1702254300000,\n                    0.00231368\n                ],\n                [\n                    1702254000000,\n                    0.0026124533333333334\n                ],\n                [\n                    1702253700000,\n                    0.00233024\n                ],\n                [\n                    1702253400000,\n                    0.0020361066666666665\n                ],\n                [\n                    1702253100000,\n                    0.0019663466666666666\n                ],\n                [\n                    1702252800000,\n                    0.0021161066666666667\n                ],\n                [\n                    1702252500000,\n                    0.0021469333333333333\n                ],\n                [\n                    1702252200000,\n                    0.00264192\n                ],\n                [\n                    1702251900000,\n                    0.002154506666666667\n                ],\n                [\n                    1702251600000,\n                    0.0021581066666666667\n                ],\n                [\n                    1702251300000,\n                    0.002045626666666667\n                ],\n                [\n                    1702251000000,\n                    0.0019307733333333334\n                ],\n                [\n                    1702250700000,\n                    0.0022802933333333337\n                ],\n                [\n                    1702250400000,\n                    0.0025203733333333334\n                ],\n                [\n                    1702250100000,\n                    0.0024678933333333332\n                ],\n                [\n                    1702249800000,\n                    0.0022442666666666667\n                ],\n                [\n                    1702249500000,\n                    0.0019222666666666667\n                ],\n                [\n                    1702249200000,\n                    0.0021833866666666666\n                ],\n                [\n                    1702248900000,\n                    0.001981626666666667\n                ],\n                [\n                    1702248600000,\n                    0.0025286666666666665\n                ],\n                [\n                    1702248300000,\n                    0.0021538666666666667\n                ],\n                [\n                    1702248000000,\n                    0.0024954666666666668\n                ],\n                [\n                    1702247700000,\n                    0.0020153066666666664\n                ],\n                [\n                    1702247400000,\n                    0.00202784\n                ],\n                [\n                    1702247100000,\n                    0.0020880266666666665\n                ],\n                [\n                    1702246800000,\n                    0.002335786666666667\n                ],\n                [\n                    1702246500000,\n                    0.0024759733333333334\n                ],\n                [\n                    1702246200000,\n                    0.0024762133333333333\n                ],\n                [\n                    1702245900000,\n                    0.0022269333333333335\n                ],\n                [\n                    1702245600000,\n                    0.00212912\n                ],\n                [\n                    1702245300000,\n                    0.0021204\n                ],\n                [\n                    1702245000000,\n                    0.0022424533333333333\n                ],\n                [\n                    1702244700000,\n                    0.002067733333333333\n                ],\n                [\n                    1702244400000,\n                    0.00206176\n                ],\n                [\n                    1702244100000,\n                    0.0023874933333333332\n                ],\n                [\n                    1702243800000,\n                    0.0021134933333333333\n                ],\n                [\n                    1702243500000,\n                    0.0020750133333333333\n                ],\n                [\n                    1702243200000,\n                    0.0027168266666666666\n                ],\n                [\n                    1702242900000,\n                    0.0018734133333333334\n                ],\n                [\n                    1702242600000,\n                    0.0025542666666666667\n                ],\n                [\n                    1702242300000,\n                    0.0020543466666666666\n                ],\n                [\n                    1702242000000,\n                    0.002353786666666667\n                ],\n                [\n                    1702241700000,\n                    0.00215856\n                ],\n                [\n                    1702241400000,\n                    0.0021604533333333333\n                ],\n                [\n                    1702241100000,\n                    0.0021795733333333333\n                ],\n                [\n                    1702240800000,\n                    0.002188826666666667\n                ],\n                [\n                    1702240500000,\n                    0.00211736\n                ],\n                [\n                    1702240200000,\n                    0.002501573333333333\n                ],\n                [\n                    1702239900000,\n                    0.0021995466666666665\n                ],\n                [\n                    1702239600000,\n                    0.0024440533333333334\n                ],\n                [\n                    1702239300000,\n                    0.00214736\n                ],\n                [\n                    1702239000000,\n                    0.0019068533333333332\n                ],\n                [\n                    1702238700000,\n                    0.0019571466666666666\n                ],\n                [\n                    1702238400000,\n                    0.0025148533333333336\n                ],\n                [\n                    1702238100000,\n                    0.00220472\n                ],\n                [\n                    1702237800000,\n                    0.00247672\n                ],\n                [\n                    1702237500000,\n                    0.0021836266666666665\n                ],\n                [\n                    1702237200000,\n                    0.00226816\n                ],\n                [\n                    1702236900000,\n                    0.00182728\n                ],\n                [\n                    1702236600000,\n                    0.00227728\n                ],\n                [\n                    1702236300000,\n                    0.0019143733333333332\n                ],\n                [\n                    1702236000000,\n                    0.0027977066666666664\n                ],\n                [\n                    1702235700000,\n                    0.0023337866666666668\n                ],\n                [\n                    1702235400000,\n                    0.00207048\n                ],\n                [\n                    1702235100000,\n                    0.0021507199999999996\n                ],\n                [\n                    1702234800000,\n                    0.002023626666666667\n                ],\n                [\n                    1702234500000,\n                    0.0022105333333333334\n                ],\n                [\n                    1702234200000,\n                    0.0021761066666666664\n                ],\n                [\n                    1702233900000,\n                    0.002566133333333333\n                ],\n                [\n                    1702233600000,\n                    0.0021296266666666667\n                ],\n                [\n                    1702233300000,\n                    0.002111173333333333\n                ],\n                [\n                    1702233000000,\n                    0.0019068800000000001\n                ],\n                [\n                    1702232700000,\n                    0.0020772\n                ],\n                [\n                    1702232400000,\n                    0.0027558400000000003\n                ],\n                [\n                    1702232100000,\n                    0.002249946666666667\n                ],\n                [\n                    1702231800000,\n                    0.002186533333333333\n                ],\n                [\n                    1702231500000,\n                    0.002226\n                ],\n                [\n                    1702231200000,\n                    0.00213656\n                ],\n                [\n                    1702230900000,\n                    0.0020408266666666667\n                ],\n                [\n                    1702230600000,\n                    0.002327653333333333\n                ],\n                [\n                    1702230300000,\n                    0.0021371199999999997\n                ],\n                [\n                    1702230000000,\n                    0.00226544\n                ],\n                [\n                    1702229700000,\n                    0.0021764266666666667\n                ],\n                [\n                    1702229400000,\n                    0.002172613333333333\n                ],\n                [\n                    1702229100000,\n                    0.0022189333333333333\n                ],\n                [\n                    1702228800000,\n                    0.002251973333333333\n                ],\n                [\n                    1702228500000,\n                    0.002206133333333333\n                ],\n                [\n                    1702228200000,\n                    0.0020226933333333335\n                ],\n                [\n                    1702227900000,\n                    0.0025598133333333334\n                ],\n                [\n                    1702227600000,\n                    0.0023028533333333333\n                ],\n                [\n                    1702227300000,\n                    0.0021858933333333335\n                ],\n                [\n                    1702227000000,\n                    0.00210688\n                ],\n                [\n                    1702226700000,\n                    0.0019803733333333333\n                ],\n                [\n                    1702226400000,\n                    0.0022334133333333332\n                ],\n                [\n                    1702226100000,\n                    0.0023439733333333332\n                ],\n                [\n                    1702225800000,\n                    0.0020392\n                ],\n                [\n                    1702225500000,\n                    0.002242826666666667\n                ],\n                [\n                    1702225200000,\n                    0.0025324\n                ],\n                [\n                    1702224900000,\n                    0.0019065066666666666\n                ],\n                [\n                    1702224600000,\n                    0.0022266933333333332\n                ],\n                [\n                    1702224300000,\n                    0.002200346666666667\n                ],\n                [\n                    1702224000000,\n                    0.002382693333333333\n                ],\n                [\n                    1702223700000,\n                    0.00202016\n                ],\n                [\n                    1702223400000,\n                    0.0024429066666666666\n                ],\n                [\n                    1702223100000,\n                    0.0022578666666666666\n                ],\n                [\n                    1702222800000,\n                    0.00188392\n                ],\n                [\n                    1702222500000,\n                    0.0021196799999999997\n                ],\n                [\n                    1702222200000,\n                    0.0020419466666666665\n                ],\n                [\n                    1702221900000,\n                    0.0023565866666666667\n                ],\n                [\n                    1702221600000,\n                    0.0025934666666666667\n                ],\n                [\n                    1702221300000,\n                    0.0021554400000000002\n                ],\n                [\n                    1702221000000,\n                    0.0019456533333333335\n                ],\n                [\n                    1702220700000,\n                    0.0021867733333333335\n                ],\n                [\n                    1702220400000,\n                    0.0023382933333333336\n                ],\n                [\n                    1702220100000,\n                    0.00183552\n                ],\n                [\n                    1702219800000,\n                    0.0026962933333333334\n                ],\n                [\n                    1702219500000,\n                    0.00212128\n                ],\n                [\n                    1702219200000,\n                    0.00213672\n                ],\n                [\n                    1702218900000,\n                    0.0020668266666666667\n                ],\n                [\n                    1702218600000,\n                    0.002210213333333333\n                ],\n                [\n                    1702218300000,\n                    0.0022464533333333334\n                ],\n                [\n                    1702218000000,\n                    0.0022987466666666663\n                ],\n                [\n                    1702217700000,\n                    0.0024993333333333334\n                ],\n                [\n                    1702217400000,\n                    0.00223544\n                ],\n                [\n                    1702217100000,\n                    0.0021253866666666667\n                ],\n                [\n                    1702216800000,\n                    0.0019933066666666666\n                ],\n                [\n                    1702216500000,\n                    0.0022796799999999996\n                ],\n                [\n                    1702216200000,\n                    0.0020034133333333335\n                ],\n                [\n                    1702215900000,\n                    0.0027188000000000004\n                ],\n                [\n                    1702215600000,\n                    0.00209512\n                ],\n                [\n                    1702215300000,\n                    0.00205144\n                ],\n                [\n                    1702215000000,\n                    0.00202672\n                ],\n                [\n                    1702214700000,\n                    0.00201792\n                ],\n                [\n                    1702214400000,\n                    0.0023392533333333335\n                ],\n                [\n                    1702214100000,\n                    0.002293733333333333\n                ],\n                [\n                    1702213800000,\n                    0.0024657066666666666\n                ],\n                [\n                    1702213500000,\n                    0.0023798933333333333\n                ],\n                [\n                    1702213200000,\n                    0.0023078400000000002\n                ],\n                [\n                    1702212900000,\n                    0.00194048\n                ],\n                [\n                    1702212600000,\n                    0.0021068000000000003\n                ],\n                [\n                    1702212300000,\n                    0.0024262399999999996\n                ],\n                [\n                    1702212000000,\n                    0.0022084266666666666\n                ],\n                [\n                    1702211700000,\n                    0.0020885066666666667\n                ],\n                [\n                    1702211400000,\n                    0.0024725066666666665\n                ],\n                [\n                    1702211100000,\n                    0.0018253066666666666\n                ],\n                [\n                    1702210800000,\n                    0.0021308\n                ],\n                [\n                    1702210500000,\n                    0.002547653333333333\n                ],\n                [\n                    1702210200000,\n                    0.0020665866666666668\n                ],\n                [\n                    1702209900000,\n                    0.0023741599999999997\n                ],\n                [\n                    1702209600000,\n                    0.002125733333333333\n                ],\n                [\n                    1702209300000,\n                    0.0024502133333333333\n                ],\n                [\n                    1702209000000,\n                    0.0021534933333333334\n                ],\n                [\n                    1702208700000,\n                    0.0018791466666666667\n                ],\n                [\n                    1702208400000,\n                    0.0022038133333333334\n                ],\n                [\n                    1702208100000,\n                    0.0019513066666666666\n                ],\n                [\n                    1702207800000,\n                    0.00251016\n                ],\n                [\n                    1702207500000,\n                    0.0022685066666666667\n                ],\n                [\n                    1702207200000,\n                    0.0024335199999999998\n                ],\n                [\n                    1702206900000,\n                    0.0019516533333333334\n                ],\n                [\n                    1702206600000,\n                    0.00214424\n                ],\n                [\n                    1702206300000,\n                    0.0022756266666666665\n                ],\n                [\n                    1702206000000,\n                    0.0024870666666666668\n                ],\n                [\n                    1702205700000,\n                    0.0020968000000000002\n                ],\n                [\n                    1702205400000,\n                    0.002279946666666667\n                ],\n                [\n                    1702205100000,\n                    0.0022101066666666666\n                ],\n                [\n                    1702204800000,\n                    0.00209936\n                ],\n                [\n                    1702204500000,\n                    0.0018190666666666666\n                ],\n                [\n                    1702204200000,\n                    0.0024477066666666663\n                ],\n                [\n                    1702203900000,\n                    0.0022272\n                ],\n                [\n                    1702203600000,\n                    0.0023836266666666665\n                ],\n                [\n                    1702203300000,\n                    0.0027136266666666665\n                ],\n                [\n                    1702203000000,\n                    0.0016456266666666668\n                ],\n                [\n                    1702202700000,\n                    0.00224848\n                ],\n                [\n                    1702202400000,\n                    0.0020295466666666664\n                ],\n                [\n                    1702202100000,\n                    0.0020876799999999997\n                ],\n                [\n                    1702201800000,\n                    0.0024\n                ],\n                [\n                    1702201500000,\n                    0.00271408\n                ],\n                [\n                    1702201200000,\n                    0.0018560266666666667\n                ],\n                [\n                    1702200900000,\n                    0.00191544\n                ],\n                [\n                    1702200600000,\n                    0.0021394400000000003\n                ],\n                [\n                    1702200300000,\n                    0.002174053333333333\n                ],\n                [\n                    1702200000000,\n                    0.00227976\n                ],\n                [\n                    1702199700000,\n                    0.002661733333333333\n                ],\n                [\n                    1702199400000,\n                    0.002409653333333333\n                ],\n                [\n                    1702199100000,\n                    0.0020275466666666666\n                ],\n                [\n                    1702198800000,\n                    0.0018899733333333335\n                ],\n                [\n                    1702198500000,\n                    0.00212784\n                ],\n                [\n                    1702198200000,\n                    0.0021501066666666665\n                ],\n                [\n                    1702197900000,\n                    0.0026052\n                ],\n                [\n                    1702197600000,\n                    0.0023796266666666665\n                ],\n                [\n                    1702197300000,\n                    0.0022414133333333334\n                ],\n                [\n                    1702197000000,\n                    0.0019483733333333331\n                ],\n                [\n                    1702196700000,\n                    0.0021662666666666668\n                ],\n                [\n                    1702196400000,\n                    0.00197152\n                ],\n                [\n                    1702196100000,\n                    0.00254608\n                ],\n                [\n                    1702195800000,\n                    0.0023419733333333334\n                ],\n                [\n                    1702195500000,\n                    0.0026220266666666667\n                ],\n                [\n                    1702195200000,\n                    0.00202496\n                ],\n                [\n                    1702194900000,\n                    0.0019841866666666665\n                ],\n                [\n                    1702194600000,\n                    0.00227568\n                ],\n                [\n                    1702194300000,\n                    0.00207688\n                ],\n                [\n                    1702194000000,\n                    0.0020204\n                ],\n                [\n                    1702193700000,\n                    0.0024609333333333334\n                ],\n                [\n                    1702193400000,\n                    0.0025257066666666663\n                ],\n                [\n                    1702193100000,\n                    0.00172904\n                ],\n                [\n                    1702192800000,\n                    0.0018648266666666665\n                ],\n                [\n                    1702192500000,\n                    0.0025496\n                ],\n                [\n                    1702192200000,\n                    0.002084826666666667\n                ],\n                [\n                    1702191900000,\n                    0.00260824\n                ],\n                [\n                    1702191600000,\n                    0.0021341866666666665\n                ],\n                [\n                    1702191300000,\n                    0.00234192\n                ],\n                [\n                    1702191000000,\n                    0.0017356\n                ],\n                [\n                    1702190700000,\n                    0.002518213333333333\n                ],\n                [\n                    1702190400000,\n                    0.002184053333333333\n                ],\n                [\n                    1702190100000,\n                    0.0019683466666666665\n                ],\n                [\n                    1702189800000,\n                    0.002334346666666667\n                ],\n                [\n                    1702189500000,\n                    0.0023744\n                ],\n                [\n                    1702189200000,\n                    0.0020632\n                ],\n                [\n                    1702188900000,\n                    0.002374\n                ],\n                [\n                    1702188600000,\n                    0.00231448\n                ],\n                [\n                    1702188300000,\n                    0.0020669066666666666\n                ],\n                [\n                    1702188000000,\n                    0.0026408533333333335\n                ],\n                [\n                    1702187700000,\n                    0.0018742133333333334\n                ],\n                [\n                    1702187400000,\n                    0.0024805866666666667\n                ],\n                [\n                    1702187100000,\n                    0.00223472\n                ],\n                [\n                    1702186800000,\n                    0.0018392533333333333\n                ],\n                [\n                    1702186500000,\n                    0.0019799466666666665\n                ],\n                [\n                    1702186200000,\n                    0.002170133333333333\n                ],\n                [\n                    1702185900000,\n                    0.00244912\n                ],\n                [\n                    1702185600000,\n                    0.00212552\n                ],\n                [\n                    1702185300000,\n                    0.0028092533333333334\n                ],\n                [\n                    1702185000000,\n                    0.00169592\n                ],\n                [\n                    1702184700000,\n                    0.0021443733333333334\n                ],\n                [\n                    1702184400000,\n                    0.0020062933333333333\n                ],\n                [\n                    1702184100000,\n                    0.0023174933333333335\n                ],\n                [\n                    1702183800000,\n                    0.0025888533333333335\n                ],\n                [\n                    1702183500000,\n                    0.00249696\n                ],\n                [\n                    1702183200000,\n                    0.0017765866666666667\n                ],\n                [\n                    1702182900000,\n                    0.00183512\n                ],\n                [\n                    1702182600000,\n                    0.0022624\n                ],\n                [\n                    1702182300000,\n                    0.0019939466666666667\n                ],\n                [\n                    1702182000000,\n                    0.0022112\n                ]\n            ],\n            \"unit\": {\n                \"name\": \"Mbps\",\n                \"fullName\": \"Megabits per second\"\n            }\n        },\n        {\n            \"type\": \"BITS\",\n            \"subtype\": \"Out\",\n            \"samples\": [\n                [\n                    1702268100000,\n                    0.002396506666666667\n                ],\n                [\n                    1702267800000,\n                    0.0019556\n                ],\n                [\n                    1702267500000,\n                    0.00205408\n                ],\n                [\n                    1702267200000,\n                    0.00203856\n                ],\n                [\n                    1702266900000,\n                    0.0019156266666666669\n                ],\n                [\n                    1702266600000,\n                    0.0022680533333333335\n                ],\n                [\n                    1702266300000,\n                    0.002553653333333333\n                ],\n                [\n                    1702266000000,\n                    0.0022041599999999997\n                ],\n                [\n                    1702265700000,\n                    0.0018618133333333333\n                ],\n                [\n                    1702265400000,\n                    0.0018249066666666668\n                ],\n                [\n                    1702265100000,\n                    0.0019373066666666667\n                ],\n                [\n                    1702264800000,\n                    0.0024164533333333334\n                ],\n                [\n                    1702264500000,\n                    0.0020339733333333333\n                ],\n                [\n                    1702264200000,\n                    0.002526693333333333\n                ],\n                [\n                    1702263900000,\n                    0.0023437066666666664\n                ],\n                [\n                    1702263600000,\n                    0.00174424\n                ],\n                [\n                    1702263300000,\n                    0.0019556533333333335\n                ],\n                [\n                    1702263000000,\n                    0.0021241866666666664\n                ],\n                [\n                    1702262700000,\n                    0.0024553066666666667\n                ],\n                [\n                    1702262400000,\n                    0.0018768533333333333\n                ],\n                [\n                    1702262100000,\n                    0.0028358133333333336\n                ],\n                [\n                    1702261800000,\n                    0.0018566400000000001\n                ],\n                [\n                    1702261500000,\n                    0.0019912000000000003\n                ],\n                [\n                    1702261200000,\n                    0.0022382133333333333\n                ],\n                [\n                    1702260900000,\n                    0.00196352\n                ],\n                [\n                    1702260600000,\n                    0.00222888\n                ],\n                [\n                    1702260300000,\n                    0.00229784\n                ],\n                [\n                    1702260000000,\n                    0.0022566933333333333\n                ],\n                [\n                    1702259700000,\n                    0.00211672\n                ],\n                [\n                    1702259400000,\n                    0.00227752\n                ],\n                [\n                    1702259100000,\n                    0.0018246400000000002\n                ],\n                [\n                    1702258800000,\n                    0.00197144\n                ],\n                [\n                    1702258500000,\n                    0.0020493333333333336\n                ],\n                [\n                    1702258200000,\n                    0.00235104\n                ],\n                [\n                    1702257900000,\n                    0.0023823466666666668\n                ],\n                [\n                    1702257600000,\n                    0.002125653333333333\n                ],\n                [\n                    1702257300000,\n                    0.00207408\n                ],\n                [\n                    1702257000000,\n                    0.00201136\n                ],\n                [\n                    1702256700000,\n                    0.0022117066666666667\n                ],\n                [\n                    1702256400000,\n                    0.0019102933333333333\n                ],\n                [\n                    1702256100000,\n                    0.00236616\n                ],\n                [\n                    1702255800000,\n                    0.002346213333333333\n                ],\n                [\n                    1702255500000,\n                    0.00202528\n                ],\n                [\n                    1702255200000,\n                    0.00199256\n                ],\n                [\n                    1702254900000,\n                    0.0018295733333333333\n                ],\n                [\n                    1702254600000,\n                    0.0021858666666666666\n                ],\n                [\n                    1702254300000,\n                    0.0022565066666666665\n                ],\n                [\n                    1702254000000,\n                    0.0024463466666666666\n                ],\n                [\n                    1702253700000,\n                    0.00225952\n                ],\n                [\n                    1702253400000,\n                    0.001963546666666667\n                ],\n                [\n                    1702253100000,\n                    0.0018931466666666668\n                ],\n                [\n                    1702252800000,\n                    0.00209688\n                ],\n                [\n                    1702252500000,\n                    0.002074533333333333\n                ],\n                [\n                    1702252200000,\n                    0.00257544\n                ],\n                [\n                    1702251900000,\n                    0.00208296\n                ],\n                [\n                    1702251600000,\n                    0.00209056\n                ],\n                [\n                    1702251300000,\n                    0.0019678666666666667\n                ],\n                [\n                    1702251000000,\n                    0.0018761866666666667\n                ],\n                [\n                    1702250700000,\n                    0.00220456\n                ],\n                [\n                    1702250400000,\n                    0.0023790666666666667\n                ],\n                [\n                    1702250100000,\n                    0.00228896\n                ],\n                [\n                    1702249800000,\n                    0.00227752\n                ],\n                [\n                    1702249500000,\n                    0.00185552\n                ],\n                [\n                    1702249200000,\n                    0.0021156\n                ],\n                [\n                    1702248900000,\n                    0.0019136533333333333\n                ],\n                [\n                    1702248600000,\n                    0.0024645599999999998\n                ],\n                [\n                    1702248300000,\n                    0.0020731466666666664\n                ],\n                [\n                    1702248000000,\n                    0.0024370666666666666\n                ],\n                [\n                    1702247700000,\n                    0.0019365866666666667\n                ],\n                [\n                    1702247400000,\n                    0.0019552799999999998\n                ],\n                [\n                    1702247100000,\n                    0.00203232\n                ],\n                [\n                    1702246800000,\n                    0.0021487733333333337\n                ],\n                [\n                    1702246500000,\n                    0.0024252533333333336\n                ],\n                [\n                    1702246200000,\n                    0.0023980266666666665\n                ],\n                [\n                    1702245900000,\n                    0.0021108000000000003\n                ],\n                [\n                    1702245600000,\n                    0.00205952\n                ],\n                [\n                    1702245300000,\n                    0.0020723200000000003\n                ],\n                [\n                    1702245000000,\n                    0.0021846133333333333\n                ],\n                [\n                    1702244700000,\n                    0.0019915466666666666\n                ],\n                [\n                    1702244400000,\n                    0.0020078133333333334\n                ],\n                [\n                    1702244100000,\n                    0.00230128\n                ],\n                [\n                    1702243800000,\n                    0.00203696\n                ],\n                [\n                    1702243500000,\n                    0.00199928\n                ],\n                [\n                    1702243200000,\n                    0.0026647733333333336\n                ],\n                [\n                    1702242900000,\n                    0.0016948\n                ],\n                [\n                    1702242600000,\n                    0.0024830666666666667\n                ],\n                [\n                    1702242300000,\n                    0.0019683733333333334\n                ],\n                [\n                    1702242000000,\n                    0.002274266666666667\n                ],\n                [\n                    1702241700000,\n                    0.0020904266666666666\n                ],\n                [\n                    1702241400000,\n                    0.002093946666666667\n                ],\n                [\n                    1702241100000,\n                    0.0021133333333333334\n                ],\n                [\n                    1702240800000,\n                    0.0021271199999999997\n                ],\n                [\n                    1702240500000,\n                    0.0023084\n                ],\n                [\n                    1702240200000,\n                    0.0024566133333333334\n                ],\n                [\n                    1702239900000,\n                    0.0021530666666666667\n                ],\n                [\n                    1702239600000,\n                    0.0022825866666666664\n                ],\n                [\n                    1702239300000,\n                    0.002061386666666667\n                ],\n                [\n                    1702239000000,\n                    0.0018553333333333332\n                ],\n                [\n                    1702238700000,\n                    0.00186672\n                ],\n                [\n                    1702238400000,\n                    0.00231696\n                ],\n                [\n                    1702238100000,\n                    0.0022437066666666666\n                ],\n                [\n                    1702237800000,\n                    0.0022801333333333333\n                ],\n                [\n                    1702237500000,\n                    0.0021316266666666665\n                ],\n                [\n                    1702237200000,\n                    0.002187733333333333\n                ],\n                [\n                    1702236900000,\n                    0.0017672266666666667\n                ],\n                [\n                    1702236600000,\n                    0.0021920266666666664\n                ],\n                [\n                    1702236300000,\n                    0.0018426666666666667\n                ],\n                [\n                    1702236000000,\n                    0.0026205066666666666\n                ],\n                [\n                    1702235700000,\n                    0.0022679733333333335\n                ],\n                [\n                    1702235400000,\n                    0.00202008\n                ],\n                [\n                    1702235100000,\n                    0.0020772266666666665\n                ],\n                [\n                    1702234800000,\n                    0.0019387733333333333\n                ],\n                [\n                    1702234500000,\n                    0.0021487733333333337\n                ],\n                [\n                    1702234200000,\n                    0.00211272\n                ],\n                [\n                    1702233900000,\n                    0.0025102933333333334\n                ],\n                [\n                    1702233600000,\n                    0.0020538400000000004\n                ],\n                [\n                    1702233300000,\n                    0.00204112\n                ],\n                [\n                    1702233000000,\n                    0.0018551733333333335\n                ],\n                [\n                    1702232700000,\n                    0.00200104\n                ],\n                [\n                    1702232400000,\n                    0.0025976\n                ],\n                [\n                    1702232100000,\n                    0.002172026666666667\n                ],\n                [\n                    1702231800000,\n                    0.0021382399999999996\n                ],\n                [\n                    1702231500000,\n                    0.0021250133333333334\n                ],\n                [\n                    1702231200000,\n                    0.00208672\n                ],\n                [\n                    1702230900000,\n                    0.0019649866666666665\n                ],\n                [\n                    1702230600000,\n                    0.0022442666666666667\n                ],\n                [\n                    1702230300000,\n                    0.0020624266666666668\n                ],\n                [\n                    1702230000000,\n                    0.0021798133333333337\n                ],\n                [\n                    1702229700000,\n                    0.0020957066666666664\n                ],\n                [\n                    1702229400000,\n                    0.0020977066666666663\n                ],\n                [\n                    1702229100000,\n                    0.0021770933333333333\n                ],\n                [\n                    1702228800000,\n                    0.0020874133333333334\n                ],\n                [\n                    1702228500000,\n                    0.0021571466666666667\n                ],\n                [\n                    1702228200000,\n                    0.0019305333333333333\n                ],\n                [\n                    1702227900000,\n                    0.0024974666666666666\n                ],\n                [\n                    1702227600000,\n                    0.0022472533333333334\n                ],\n                [\n                    1702227300000,\n                    0.00212136\n                ],\n                [\n                    1702227000000,\n                    0.0020282133333333332\n                ],\n                [\n                    1702226700000,\n                    0.0018899733333333335\n                ],\n                [\n                    1702226400000,\n                    0.0021802933333333334\n                ],\n                [\n                    1702226100000,\n                    0.0022472266666666665\n                ],\n                [\n                    1702225800000,\n                    0.0019830666666666667\n                ],\n                [\n                    1702225500000,\n                    0.0021728533333333334\n                ],\n                [\n                    1702225200000,\n                    0.0023866933333333332\n                ],\n                [\n                    1702224900000,\n                    0.0018284\n                ],\n                [\n                    1702224600000,\n                    0.0021489066666666667\n                ],\n                [\n                    1702224300000,\n                    0.0021276266666666664\n                ],\n                [\n                    1702224000000,\n                    0.00223712\n                ],\n                [\n                    1702223700000,\n                    0.00207352\n                ],\n                [\n                    1702223400000,\n                    0.00235768\n                ],\n                [\n                    1702223100000,\n                    0.002179306666666667\n                ],\n                [\n                    1702222800000,\n                    0.0018079733333333334\n                ],\n                [\n                    1702222500000,\n                    0.0020658133333333337\n                ],\n                [\n                    1702222200000,\n                    0.0019725866666666664\n                ],\n                [\n                    1702221900000,\n                    0.0023043200000000003\n                ],\n                [\n                    1702221600000,\n                    0.0024301866666666663\n                ],\n                [\n                    1702221300000,\n                    0.0021011999999999997\n                ],\n                [\n                    1702221000000,\n                    0.00190064\n                ],\n                [\n                    1702220700000,\n                    0.0020691999999999998\n                ],\n                [\n                    1702220400000,\n                    0.0022764533333333335\n                ],\n                [\n                    1702220100000,\n                    0.0017645599999999999\n                ],\n                [\n                    1702219800000,\n                    0.00265344\n                ],\n                [\n                    1702219500000,\n                    0.002037946666666667\n                ],\n                [\n                    1702219200000,\n                    0.0020632266666666664\n                ],\n                [\n                    1702218900000,\n                    0.0022743466666666668\n                ],\n                [\n                    1702218600000,\n                    0.0021408\n                ],\n                [\n                    1702218300000,\n                    0.00219736\n                ],\n                [\n                    1702218000000,\n                    0.002229786666666667\n                ],\n                [\n                    1702217700000,\n                    0.00234752\n                ],\n                [\n                    1702217400000,\n                    0.002173173333333333\n                ],\n                [\n                    1702217100000,\n                    0.0020454933333333334\n                ],\n                [\n                    1702216800000,\n                    0.0019173333333333332\n                ],\n                [\n                    1702216500000,\n                    0.002228826666666667\n                ],\n                [\n                    1702216200000,\n                    0.00190696\n                ],\n                [\n                    1702215900000,\n                    0.0026422933333333336\n                ],\n                [\n                    1702215600000,\n                    0.0019218666666666665\n                ],\n                [\n                    1702215300000,\n                    0.00209784\n                ],\n                [\n                    1702215000000,\n                    0.00196896\n                ],\n                [\n                    1702214700000,\n                    0.0019616533333333334\n                ],\n                [\n                    1702214400000,\n                    0.0022684000000000003\n                ],\n                [\n                    1702214100000,\n                    0.00213336\n                ],\n                [\n                    1702213800000,\n                    0.0024142133333333333\n                ],\n                [\n                    1702213500000,\n                    0.0022977066666666664\n                ],\n                [\n                    1702213200000,\n                    0.0022393333333333336\n                ],\n                [\n                    1702212900000,\n                    0.0018678933333333334\n                ],\n                [\n                    1702212600000,\n                    0.0020198933333333336\n                ],\n                [\n                    1702212300000,\n                    0.0023555466666666668\n                ],\n                [\n                    1702212000000,\n                    0.002144346666666667\n                ],\n                [\n                    1702211700000,\n                    0.0020048\n                ],\n                [\n                    1702211400000,\n                    0.0024145066666666666\n                ],\n                [\n                    1702211100000,\n                    0.0017536266666666668\n                ],\n                [\n                    1702210800000,\n                    0.0020421333333333334\n                ],\n                [\n                    1702210500000,\n                    0.00240344\n                ],\n                [\n                    1702210200000,\n                    0.0019874666666666665\n                ],\n                [\n                    1702209900000,\n                    0.0023013333333333336\n                ],\n                [\n                    1702209600000,\n                    0.0020668\n                ],\n                [\n                    1702209300000,\n                    0.0023604533333333334\n                ],\n                [\n                    1702209000000,\n                    0.00210448\n                ],\n                [\n                    1702208700000,\n                    0.0018232\n                ],\n                [\n                    1702208400000,\n                    0.00214832\n                ],\n                [\n                    1702208100000,\n                    0.0018766400000000002\n                ],\n                [\n                    1702207800000,\n                    0.00245832\n                ],\n                [\n                    1702207500000,\n                    0.002216053333333333\n                ],\n                [\n                    1702207200000,\n                    0.0023546133333333333\n                ],\n                [\n                    1702206900000,\n                    0.0017998666666666665\n                ],\n                [\n                    1702206600000,\n                    0.0020621866666666665\n                ],\n                [\n                    1702206300000,\n                    0.0021803200000000003\n                ],\n                [\n                    1702206000000,\n                    0.0023972800000000003\n                ],\n                [\n                    1702205700000,\n                    0.0020115466666666667\n                ],\n                [\n                    1702205400000,\n                    0.0021957866666666667\n                ],\n                [\n                    1702205100000,\n                    0.002136026666666667\n                ],\n                [\n                    1702204800000,\n                    0.0020415466666666667\n                ],\n                [\n                    1702204500000,\n                    0.0017540266666666666\n                ],\n                [\n                    1702204200000,\n                    0.00237576\n                ],\n                [\n                    1702203900000,\n                    0.0021616\n                ],\n                [\n                    1702203600000,\n                    0.0023186133333333333\n                ],\n                [\n                    1702203300000,\n                    0.002557573333333333\n                ],\n                [\n                    1702203000000,\n                    0.00158968\n                ],\n                [\n                    1702202700000,\n                    0.0021607733333333335\n                ],\n                [\n                    1702202400000,\n                    0.0019765866666666665\n                ],\n                [\n                    1702202100000,\n                    0.0019980799999999997\n                ],\n                [\n                    1702201800000,\n                    0.002330133333333333\n                ],\n                [\n                    1702201500000,\n                    0.0026482399999999996\n                ],\n                [\n                    1702201200000,\n                    0.0017902133333333333\n                ],\n                [\n                    1702200900000,\n                    0.00185248\n                ],\n                [\n                    1702200600000,\n                    0.0020704\n                ],\n                [\n                    1702200300000,\n                    0.0021187733333333336\n                ],\n                [\n                    1702200000000,\n                    0.0022111466666666665\n                ],\n                [\n                    1702199700000,\n                    0.00250936\n                ],\n                [\n                    1702199400000,\n                    0.0023358933333333335\n                ],\n                [\n                    1702199100000,\n                    0.0019381866666666667\n                ],\n                [\n                    1702198800000,\n                    0.00182504\n                ],\n                [\n                    1702198500000,\n                    0.0020694133333333336\n                ],\n                [\n                    1702198200000,\n                    0.00207416\n                ],\n                [\n                    1702197900000,\n                    0.002514133333333333\n                ],\n                [\n                    1702197600000,\n                    0.00229568\n                ],\n                [\n                    1702197300000,\n                    0.002429733333333333\n                ],\n                [\n                    1702197000000,\n                    0.0018693066666666666\n                ],\n                [\n                    1702196700000,\n                    0.002105866666666667\n                ],\n                [\n                    1702196400000,\n                    0.0019185066666666667\n                ],\n                [\n                    1702196100000,\n                    0.0023756533333333333\n                ],\n                [\n                    1702195800000,\n                    0.00227\n                ],\n                [\n                    1702195500000,\n                    0.00256408\n                ],\n                [\n                    1702195200000,\n                    0.0019349333333333334\n                ],\n                [\n                    1702194900000,\n                    0.0019254133333333333\n                ],\n                [\n                    1702194600000,\n                    0.0022112\n                ],\n                [\n                    1702194300000,\n                    0.0020317866666666666\n                ],\n                [\n                    1702194000000,\n                    0.0019611733333333332\n                ],\n                [\n                    1702193700000,\n                    0.0023819466666666666\n                ],\n                [\n                    1702193400000,\n                    0.0024587199999999997\n                ],\n                [\n                    1702193100000,\n                    0.0016457333333333333\n                ],\n                [\n                    1702192800000,\n                    0.0017989866666666668\n                ],\n                [\n                    1702192500000,\n                    0.0023891999999999997\n                ],\n                [\n                    1702192200000,\n                    0.0020018933333333334\n                ],\n                [\n                    1702191900000,\n                    0.0025354933333333334\n                ],\n                [\n                    1702191600000,\n                    0.0020758133333333333\n                ],\n                [\n                    1702191300000,\n                    0.0022740533333333334\n                ],\n                [\n                    1702191000000,\n                    0.0016557866666666666\n                ],\n                [\n                    1702190700000,\n                    0.0024588\n                ],\n                [\n                    1702190400000,\n                    0.0021047199999999996\n                ],\n                [\n                    1702190100000,\n                    0.0018985599999999999\n                ],\n                [\n                    1702189800000,\n                    0.0022444\n                ],\n                [\n                    1702189500000,\n                    0.00230616\n                ],\n                [\n                    1702189200000,\n                    0.0019821866666666667\n                ],\n                [\n                    1702188900000,\n                    0.002222\n                ],\n                [\n                    1702188600000,\n                    0.002242826666666667\n                ],\n                [\n                    1702188300000,\n                    0.002009813333333333\n                ],\n                [\n                    1702188000000,\n                    0.0025877066666666663\n                ],\n                [\n                    1702187700000,\n                    0.00179872\n                ],\n                [\n                    1702187400000,\n                    0.0024285866666666667\n                ],\n                [\n                    1702187100000,\n                    0.0021617066666666665\n                ],\n                [\n                    1702186800000,\n                    0.0017877066666666668\n                ],\n                [\n                    1702186500000,\n                    0.0018934933333333334\n                ],\n                [\n                    1702186200000,\n                    0.00210128\n                ],\n                [\n                    1702185900000,\n                    0.0023927733333333335\n                ],\n                [\n                    1702185600000,\n                    0.0020652533333333336\n                ],\n                [\n                    1702185300000,\n                    0.002661866666666667\n                ],\n                [\n                    1702185000000,\n                    0.0016410933333333333\n                ],\n                [\n                    1702184700000,\n                    0.002088266666666667\n                ],\n                [\n                    1702184400000,\n                    0.00193984\n                ],\n                [\n                    1702184100000,\n                    0.0022406933333333334\n                ],\n                [\n                    1702183800000,\n                    0.0025097066666666663\n                ],\n                [\n                    1702183500000,\n                    0.0024697066666666666\n                ],\n                [\n                    1702183200000,\n                    0.0017106666666666668\n                ],\n                [\n                    1702182900000,\n                    0.00175744\n                ],\n                [\n                    1702182600000,\n                    0.0021959733333333335\n                ],\n                [\n                    1702182300000,\n                    0.001926\n                ],\n                [\n                    1702182000000,\n                    0.0021447733333333336\n                ]\n            ],\n            \"unit\": {\n                \"name\": \"Mbps\",\n                \"fullName\": \"Megabits per second\"\n            }\n        },\n        {\n            \"type\": \"PACKETS\",\n            \"subtype\": \"Out\",\n            \"samples\": [\n                [\n                    1702268100000,\n                    1.33\n                ],\n                [\n                    1702267800000,\n                    1.15\n                ],\n                [\n                    1702267500000,\n                    1.1333333333333333\n                ],\n                [\n                    1702267200000,\n                    1.2333333333333334\n                ],\n                [\n                    1702266900000,\n                    1.2\n                ],\n                [\n                    1702266600000,\n                    1.16\n                ],\n                [\n                    1702266300000,\n                    1.2733333333333334\n                ],\n                [\n                    1702266000000,\n                    1.25\n                ],\n                [\n                    1702265700000,\n                    1.1733333333333333\n                ],\n                [\n                    1702265400000,\n                    1.05\n                ],\n                [\n                    1702265100000,\n                    1.2166666666666666\n                ],\n                [\n                    1702264800000,\n                    1.2066666666666668\n                ],\n                [\n                    1702264500000,\n                    1.1766666666666667\n                ],\n                [\n                    1702264200000,\n                    1.3066666666666666\n                ],\n                [\n                    1702263900000,\n                    1.3666666666666667\n                ],\n                [\n                    1702263600000,\n                    1.0433333333333332\n                ],\n                [\n                    1702263300000,\n                    1.1766666666666667\n                ],\n                [\n                    1702263000000,\n                    1.1266666666666667\n                ],\n                [\n                    1702262700000,\n                    1.3366666666666667\n                ],\n                [\n                    1702262400000,\n                    1.11\n                ],\n                [\n                    1702262100000,\n                    1.47\n                ],\n                [\n                    1702261800000,\n                    1.13\n                ],\n                [\n                    1702261500000,\n                    1.1466666666666667\n                ],\n                [\n                    1702261200000,\n                    1.1766666666666667\n                ],\n                [\n                    1702260900000,\n                    1.14\n                ],\n                [\n                    1702260600000,\n                    1.2166666666666666\n                ],\n                [\n                    1702260300000,\n                    1.2366666666666666\n                ],\n                [\n                    1702260000000,\n                    1.31\n                ],\n                [\n                    1702259700000,\n                    1.2\n                ],\n                [\n                    1702259400000,\n                    1.1933333333333334\n                ],\n                [\n                    1702259100000,\n                    1.1\n                ],\n                [\n                    1702258800000,\n                    1.1466666666666667\n                ],\n                [\n                    1702258500000,\n                    1.1933333333333334\n                ],\n                [\n                    1702258200000,\n                    1.2366666666666666\n                ],\n                [\n                    1702257900000,\n                    1.4033333333333333\n                ],\n                [\n                    1702257600000,\n                    1.1166666666666667\n                ],\n                [\n                    1702257300000,\n                    1.1866666666666668\n                ],\n                [\n                    1702257000000,\n                    1.17\n                ],\n                [\n                    1702256700000,\n                    1.1933333333333334\n                ],\n                [\n                    1702256400000,\n                    1.1466666666666667\n                ],\n                [\n                    1702256100000,\n                    1.2933333333333332\n                ],\n                [\n                    1702255800000,\n                    1.2666666666666666\n                ],\n                [\n                    1702255500000,\n                    1.1366666666666667\n                ],\n                [\n                    1702255200000,\n                    1.1733333333333333\n                ],\n                [\n                    1702254900000,\n                    1.1233333333333333\n                ],\n                [\n                    1702254600000,\n                    1.2333333333333334\n                ],\n                [\n                    1702254300000,\n                    1.2\n                ],\n                [\n                    1702254000000,\n                    1.32\n                ],\n                [\n                    1702253700000,\n                    1.2933333333333332\n                ],\n                [\n                    1702253400000,\n                    1.0966666666666667\n                ],\n                [\n                    1702253100000,\n                    1.1333333333333333\n                ],\n                [\n                    1702252800000,\n                    1.2266666666666666\n                ],\n                [\n                    1702252500000,\n                    1.1433333333333333\n                ],\n                [\n                    1702252200000,\n                    1.2433333333333334\n                ],\n                [\n                    1702251900000,\n                    1.2533333333333334\n                ],\n                [\n                    1702251600000,\n                    1.1666666666666667\n                ],\n                [\n                    1702251300000,\n                    1.1266666666666667\n                ],\n                [\n                    1702251000000,\n                    1.1566666666666667\n                ],\n                [\n                    1702250700000,\n                    1.24\n                ],\n                [\n                    1702250400000,\n                    1.2666666666666666\n                ],\n                [\n                    1702250100000,\n                    1.2966666666666666\n                ],\n                [\n                    1702249800000,\n                    1.23\n                ],\n                [\n                    1702249500000,\n                    1.1\n                ],\n                [\n                    1702249200000,\n                    1.18\n                ],\n                [\n                    1702248900000,\n                    1.1766666666666667\n                ],\n                [\n                    1702248600000,\n                    1.2566666666666666\n                ],\n                [\n                    1702248300000,\n                    1.1966666666666668\n                ],\n                [\n                    1702248000000,\n                    1.3133333333333332\n                ],\n                [\n                    1702247700000,\n                    1.17\n                ],\n                [\n                    1702247400000,\n                    1.1366666666666667\n                ],\n                [\n                    1702247100000,\n                    1.2166666666666666\n                ],\n                [\n                    1702246800000,\n                    1.1866666666666668\n                ],\n                [\n                    1702246500000,\n                    1.3033333333333332\n                ],\n                [\n                    1702246200000,\n                    1.19\n                ],\n                [\n                    1702245900000,\n                    1.22\n                ],\n                [\n                    1702245600000,\n                    1.17\n                ],\n                [\n                    1702245300000,\n                    1.1633333333333333\n                ],\n                [\n                    1702245000000,\n                    1.22\n                ],\n                [\n                    1702244700000,\n                    1.13\n                ],\n                [\n                    1702244400000,\n                    1.1733333333333333\n                ],\n                [\n                    1702244100000,\n                    1.2333333333333334\n                ],\n                [\n                    1702243800000,\n                    1.2266666666666666\n                ],\n                [\n                    1702243500000,\n                    1.1833333333333333\n                ],\n                [\n                    1702243200000,\n                    1.31\n                ],\n                [\n                    1702242900000,\n                    1.08\n                ],\n                [\n                    1702242600000,\n                    1.32\n                ],\n                [\n                    1702242300000,\n                    1.1133333333333333\n                ],\n                [\n                    1702242000000,\n                    1.2633333333333334\n                ],\n                [\n                    1702241700000,\n                    1.2766666666666666\n                ],\n                [\n                    1702241400000,\n                    1.0966666666666667\n                ],\n                [\n                    1702241100000,\n                    1.1733333333333333\n                ],\n                [\n                    1702240800000,\n                    1.3266666666666667\n                ],\n                [\n                    1702240500000,\n                    1.1833333333333333\n                ],\n                [\n                    1702240200000,\n                    1.32\n                ],\n                [\n                    1702239900000,\n                    1.3166666666666667\n                ],\n                [\n                    1702239600000,\n                    1.17\n                ],\n                [\n                    1702239300000,\n                    1.13\n                ],\n                [\n                    1702239000000,\n                    1.1433333333333333\n                ],\n                [\n                    1702238700000,\n                    1.13\n                ],\n                [\n                    1702238400000,\n                    1.32\n                ],\n                [\n                    1702238100000,\n                    1.1533333333333333\n                ],\n                [\n                    1702237800000,\n                    1.2733333333333334\n                ],\n                [\n                    1702237500000,\n                    1.2166666666666666\n                ],\n                [\n                    1702237200000,\n                    1.1533333333333333\n                ],\n                [\n                    1702236900000,\n                    1.1666666666666667\n                ],\n                [\n                    1702236600000,\n                    1.1466666666666667\n                ],\n                [\n                    1702236300000,\n                    1.2\n                ],\n                [\n                    1702236000000,\n                    1.2333333333333334\n                ],\n                [\n                    1702235700000,\n                    1.3366666666666667\n                ],\n                [\n                    1702235400000,\n                    1.1766666666666667\n                ],\n                [\n                    1702235100000,\n                    1.1266666666666667\n                ],\n                [\n                    1702234800000,\n                    1.1833333333333333\n                ],\n                [\n                    1702234500000,\n                    1.2\n                ],\n                [\n                    1702234200000,\n                    1.1633333333333333\n                ],\n                [\n                    1702233900000,\n                    1.3233333333333333\n                ],\n                [\n                    1702233600000,\n                    1.23\n                ],\n                [\n                    1702233300000,\n                    1.1166666666666667\n                ],\n                [\n                    1702233000000,\n                    1.1266666666666667\n                ],\n                [\n                    1702232700000,\n                    1.25\n                ],\n                [\n                    1702232400000,\n                    1.2866666666666666\n                ],\n                [\n                    1702232100000,\n                    1.1666666666666667\n                ],\n                [\n                    1702231800000,\n                    1.2933333333333332\n                ],\n                [\n                    1702231500000,\n                    1.1833333333333333\n                ],\n                [\n                    1702231200000,\n                    1.1433333333333333\n                ],\n                [\n                    1702230900000,\n                    1.2066666666666668\n                ],\n                [\n                    1702230600000,\n                    1.1933333333333334\n                ],\n                [\n                    1702230300000,\n                    1.1866666666666668\n                ],\n                [\n                    1702230000000,\n                    1.1733333333333333\n                ],\n                [\n                    1702229700000,\n                    1.2833333333333334\n                ],\n                [\n                    1702229400000,\n                    1.14\n                ],\n                [\n                    1702229100000,\n                    1.23\n                ],\n                [\n                    1702228800000,\n                    1.16\n                ],\n                [\n                    1702228500000,\n                    1.2066666666666668\n                ],\n                [\n                    1702228200000,\n                    1.1833333333333333\n                ],\n                [\n                    1702227900000,\n                    1.2766666666666666\n                ],\n                [\n                    1702227600000,\n                    1.33\n                ],\n                [\n                    1702227300000,\n                    1.1233333333333333\n                ],\n                [\n                    1702227000000,\n                    1.1366666666666667\n                ],\n                [\n                    1702226700000,\n                    1.1433333333333333\n                ],\n                [\n                    1702226400000,\n                    1.17\n                ],\n                [\n                    1702226100000,\n                    1.2066666666666668\n                ],\n                [\n                    1702225800000,\n                    1.1933333333333334\n                ],\n                [\n                    1702225500000,\n                    1.28\n                ],\n                [\n                    1702225200000,\n                    1.2366666666666666\n                ],\n                [\n                    1702224900000,\n                    1.1066666666666667\n                ],\n                [\n                    1702224600000,\n                    1.2133333333333334\n                ],\n                [\n                    1702224300000,\n                    1.1966666666666668\n                ],\n                [\n                    1702224000000,\n                    1.1866666666666668\n                ],\n                [\n                    1702223700000,\n                    1.2833333333333334\n                ],\n                [\n                    1702223400000,\n                    1.2066666666666668\n                ],\n                [\n                    1702223100000,\n                    1.2433333333333334\n                ],\n                [\n                    1702222800000,\n                    1.08\n                ],\n                [\n                    1702222500000,\n                    1.1633333333333333\n                ],\n                [\n                    1702222200000,\n                    1.2166666666666666\n                ],\n                [\n                    1702221900000,\n                    1.2333333333333334\n                ],\n                [\n                    1702221600000,\n                    1.32\n                ],\n                [\n                    1702221300000,\n                    1.16\n                ],\n                [\n                    1702221000000,\n                    1.0833333333333333\n                ],\n                [\n                    1702220700000,\n                    1.2166666666666666\n                ],\n                [\n                    1702220400000,\n                    1.2233333333333334\n                ],\n                [\n                    1702220100000,\n                    1.1466666666666667\n                ],\n                [\n                    1702219800000,\n                    1.3166666666666667\n                ],\n                [\n                    1702219500000,\n                    1.1833333333333333\n                ],\n                [\n                    1702219200000,\n                    1.1466666666666667\n                ],\n                [\n                    1702218900000,\n                    1.2566666666666666\n                ],\n                [\n                    1702218600000,\n                    1.2833333333333334\n                ],\n                [\n                    1702218300000,\n                    1.23\n                ],\n                [\n                    1702218000000,\n                    1.17\n                ],\n                [\n                    1702217700000,\n                    1.3266666666666667\n                ],\n                [\n                    1702217400000,\n                    1.1833333333333333\n                ],\n                [\n                    1702217100000,\n                    1.1333333333333333\n                ],\n                [\n                    1702216800000,\n                    1.1833333333333333\n                ],\n                [\n                    1702216500000,\n                    1.2466666666666666\n                ],\n                [\n                    1702216200000,\n                    1.12\n                ],\n                [\n                    1702215900000,\n                    1.3166666666666667\n                ],\n                [\n                    1702215600000,\n                    1.19\n                ],\n                [\n                    1702215300000,\n                    1.1466666666666667\n                ],\n                [\n                    1702215000000,\n                    1.11\n                ],\n                [\n                    1702214700000,\n                    1.24\n                ],\n                [\n                    1702214400000,\n                    1.2166666666666666\n                ],\n                [\n                    1702214100000,\n                    1.2433333333333334\n                ],\n                [\n                    1702213800000,\n                    1.2333333333333334\n                ],\n                [\n                    1702213500000,\n                    1.3133333333333332\n                ],\n                [\n                    1702213200000,\n                    1.2433333333333334\n                ],\n                [\n                    1702212900000,\n                    1.1166666666666667\n                ],\n                [\n                    1702212600000,\n                    1.1366666666666667\n                ],\n                [\n                    1702212300000,\n                    1.2466666666666666\n                ],\n                [\n                    1702212000000,\n                    1.1933333333333334\n                ],\n                [\n                    1702211700000,\n                    1.1866666666666668\n                ],\n                [\n                    1702211400000,\n                    1.2966666666666666\n                ],\n                [\n                    1702211100000,\n                    1.0933333333333333\n                ],\n                [\n                    1702210800000,\n                    1.1466666666666667\n                ],\n                [\n                    1702210500000,\n                    1.2733333333333334\n                ],\n                [\n                    1702210200000,\n                    1.19\n                ],\n                [\n                    1702209900000,\n                    1.2033333333333334\n                ],\n                [\n                    1702209600000,\n                    1.2266666666666666\n                ],\n                [\n                    1702209300000,\n                    1.2433333333333334\n                ],\n                [\n                    1702209000000,\n                    1.15\n                ],\n                [\n                    1702208700000,\n                    1.1466666666666667\n                ],\n                [\n                    1702208400000,\n                    1.17\n                ],\n                [\n                    1702208100000,\n                    1.1733333333333333\n                ],\n                [\n                    1702207800000,\n                    1.2833333333333334\n                ],\n                [\n                    1702207500000,\n                    1.2933333333333332\n                ],\n                [\n                    1702207200000,\n                    1.2133333333333334\n                ],\n                [\n                    1702206900000,\n                    1.09\n                ],\n                [\n                    1702206600000,\n                    1.2333333333333334\n                ],\n                [\n                    1702206300000,\n                    1.1766666666666667\n                ],\n                [\n                    1702206000000,\n                    1.2766666666666666\n                ],\n                [\n                    1702205700000,\n                    1.1966666666666668\n                ],\n                [\n                    1702205400000,\n                    1.1966666666666668\n                ],\n                [\n                    1702205100000,\n                    1.1733333333333333\n                ],\n                [\n                    1702204800000,\n                    1.2066666666666668\n                ],\n                [\n                    1702204500000,\n                    1.08\n                ],\n                [\n                    1702204200000,\n                    1.3233333333333333\n                ],\n                [\n                    1702203900000,\n                    1.2233333333333334\n                ],\n                [\n                    1702203600000,\n                    1.2366666666666666\n                ],\n                [\n                    1702203300000,\n                    1.32\n                ],\n                [\n                    1702203000000,\n                    1.0033333333333334\n                ],\n                [\n                    1702202700000,\n                    1.24\n                ],\n                [\n                    1702202400000,\n                    1.1066666666666667\n                ],\n                [\n                    1702202100000,\n                    1.2133333333333334\n                ],\n                [\n                    1702201800000,\n                    1.2266666666666666\n                ],\n                [\n                    1702201500000,\n                    1.3266666666666667\n                ],\n                [\n                    1702201200000,\n                    1.09\n                ],\n                [\n                    1702200900000,\n                    1.1233333333333333\n                ],\n                [\n                    1702200600000,\n                    1.2133333333333334\n                ],\n                [\n                    1702200300000,\n                    1.2266666666666666\n                ],\n                [\n                    1702200000000,\n                    1.2266666666666666\n                ],\n                [\n                    1702199700000,\n                    1.2766666666666666\n                ],\n                [\n                    1702199400000,\n                    1.2666666666666666\n                ],\n                [\n                    1702199100000,\n                    1.1433333333333333\n                ],\n                [\n                    1702198800000,\n                    1.0966666666666667\n                ],\n                [\n                    1702198500000,\n                    1.2233333333333334\n                ],\n                [\n                    1702198200000,\n                    1.19\n                ],\n                [\n                    1702197900000,\n                    1.25\n                ],\n                [\n                    1702197600000,\n                    1.2833333333333334\n                ],\n                [\n                    1702197300000,\n                    1.29\n                ],\n                [\n                    1702197000000,\n                    1.1266666666666667\n                ],\n                [\n                    1702196700000,\n                    1.2533333333333334\n                ],\n                [\n                    1702196400000,\n                    1.09\n                ],\n                [\n                    1702196100000,\n                    1.3033333333333332\n                ],\n                [\n                    1702195800000,\n                    1.23\n                ],\n                [\n                    1702195500000,\n                    1.3133333333333332\n                ],\n                [\n                    1702195200000,\n                    1.1333333333333333\n                ],\n                [\n                    1702194900000,\n                    1.2166666666666666\n                ],\n                [\n                    1702194600000,\n                    1.1766666666666667\n                ],\n                [\n                    1702194300000,\n                    1.1566666666666667\n                ],\n                [\n                    1702194000000,\n                    1.2133333333333334\n                ],\n                [\n                    1702193700000,\n                    1.23\n                ],\n                [\n                    1702193400000,\n                    1.3333333333333333\n                ],\n                [\n                    1702193100000,\n                    1.0266666666666666\n                ],\n                [\n                    1702192800000,\n                    1.1066666666666667\n                ],\n                [\n                    1702192500000,\n                    1.2766666666666666\n                ],\n                [\n                    1702192200000,\n                    1.1466666666666667\n                ],\n                [\n                    1702191900000,\n                    1.2966666666666666\n                ],\n                [\n                    1702191600000,\n                    1.2033333333333334\n                ],\n                [\n                    1702191300000,\n                    1.2633333333333334\n                ],\n                [\n                    1702191000000,\n                    1.0333333333333334\n                ],\n                [\n                    1702190700000,\n                    1.2666666666666666\n                ],\n                [\n                    1702190400000,\n                    1.2166666666666666\n                ],\n                [\n                    1702190100000,\n                    1.1866666666666668\n                ],\n                [\n                    1702189800000,\n                    1.1766666666666667\n                ],\n                [\n                    1702189500000,\n                    1.2866666666666666\n                ],\n                [\n                    1702189200000,\n                    1.1433333333333333\n                ],\n                [\n                    1702188900000,\n                    1.2133333333333334\n                ],\n                [\n                    1702188600000,\n                    1.2766666666666666\n                ],\n                [\n                    1702188300000,\n                    1.09\n                ],\n                [\n                    1702188000000,\n                    1.3966666666666667\n                ],\n                [\n                    1702187700000,\n                    1.0866666666666667\n                ],\n                [\n                    1702187400000,\n                    1.2533333333333334\n                ],\n                [\n                    1702187100000,\n                    1.1533333333333333\n                ],\n                [\n                    1702186800000,\n                    1.12\n                ],\n                [\n                    1702186500000,\n                    1.1466666666666667\n                ],\n                [\n                    1702186200000,\n                    1.1633333333333333\n                ],\n                [\n                    1702185900000,\n                    1.3133333333333332\n                ],\n                [\n                    1702185600000,\n                    1.1766666666666667\n                ],\n                [\n                    1702185300000,\n                    1.3\n                ],\n                [\n                    1702185000000,\n                    1.0566666666666666\n                ],\n                [\n                    1702184700000,\n                    1.1866666666666668\n                ],\n                [\n                    1702184400000,\n                    1.1866666666666668\n                ],\n                [\n                    1702184100000,\n                    1.2666666666666666\n                ],\n                [\n                    1702183800000,\n                    1.2733333333333334\n                ],\n                [\n                    1702183500000,\n                    1.27\n                ],\n                [\n                    1702183200000,\n                    1.0533333333333332\n                ],\n                [\n                    1702182900000,\n                    1.1066666666666667\n                ],\n                [\n                    1702182600000,\n                    1.2466666666666666\n                ],\n                [\n                    1702182300000,\n                    1.14\n                ],\n                [\n                    1702182000000,\n                    1.2333333333333334\n                ]\n            ],\n            \"unit\": {\n                \"name\": \"pps\",\n                \"fullName\": \"Packets per second\"\n            }\n        },\n        {\n            \"type\": \"PACKETS\",\n            \"subtype\": \"In\",\n            \"samples\": [\n                [\n                    1702268100000,\n                    1.38\n                ],\n                [\n                    1702267800000,\n                    1.2333333333333334\n                ],\n                [\n                    1702267500000,\n                    1.18\n                ],\n                [\n                    1702267200000,\n                    1.29\n                ],\n                [\n                    1702266900000,\n                    1.2633333333333334\n                ],\n                [\n                    1702266600000,\n                    1.2133333333333334\n                ],\n                [\n                    1702266300000,\n                    1.33\n                ],\n                [\n                    1702266000000,\n                    1.33\n                ],\n                [\n                    1702265700000,\n                    1.2566666666666666\n                ],\n                [\n                    1702265400000,\n                    1.0933333333333333\n                ],\n                [\n                    1702265100000,\n                    1.27\n                ],\n                [\n                    1702264800000,\n                    1.2733333333333334\n                ],\n                [\n                    1702264500000,\n                    1.2433333333333334\n                ],\n                [\n                    1702264200000,\n                    1.3633333333333333\n                ],\n                [\n                    1702263900000,\n                    1.4433333333333334\n                ],\n                [\n                    1702263600000,\n                    1.1033333333333333\n                ],\n                [\n                    1702263300000,\n                    1.24\n                ],\n                [\n                    1702263000000,\n                    1.2033333333333334\n                ],\n                [\n                    1702262700000,\n                    1.4066666666666667\n                ],\n                [\n                    1702262400000,\n                    1.1733333333333333\n                ],\n                [\n                    1702262100000,\n                    1.5633333333333332\n                ],\n                [\n                    1702261800000,\n                    1.1966666666666668\n                ],\n                [\n                    1702261500000,\n                    1.1866666666666668\n                ],\n                [\n                    1702261200000,\n                    1.25\n                ],\n                [\n                    1702260900000,\n                    1.1933333333333334\n                ],\n                [\n                    1702260600000,\n                    1.2833333333333334\n                ],\n                [\n                    1702260300000,\n                    1.29\n                ],\n                [\n                    1702260000000,\n                    1.3833333333333333\n                ],\n                [\n                    1702259700000,\n                    1.2733333333333334\n                ],\n                [\n                    1702259400000,\n                    1.28\n                ],\n                [\n                    1702259100000,\n                    1.1466666666666667\n                ],\n                [\n                    1702258800000,\n                    1.2233333333333334\n                ],\n                [\n                    1702258500000,\n                    1.26\n                ],\n                [\n                    1702258200000,\n                    1.31\n                ],\n                [\n                    1702257900000,\n                    1.4466666666666668\n                ],\n                [\n                    1702257600000,\n                    1.18\n                ],\n                [\n                    1702257300000,\n                    1.23\n                ],\n                [\n                    1702257000000,\n                    1.2333333333333334\n                ],\n                [\n                    1702256700000,\n                    1.2766666666666666\n                ],\n                [\n                    1702256400000,\n                    1.2066666666666668\n                ],\n                [\n                    1702256100000,\n                    1.33\n                ],\n                [\n                    1702255800000,\n                    1.36\n                ],\n                [\n                    1702255500000,\n                    1.1933333333333334\n                ],\n                [\n                    1702255200000,\n                    1.2266666666666666\n                ],\n                [\n                    1702254900000,\n                    1.21\n                ],\n                [\n                    1702254600000,\n                    1.2833333333333334\n                ],\n                [\n                    1702254300000,\n                    1.2466666666666666\n                ],\n                [\n                    1702254000000,\n                    1.38\n                ],\n                [\n                    1702253700000,\n                    1.3633333333333333\n                ],\n                [\n                    1702253400000,\n                    1.1633333333333333\n                ],\n                [\n                    1702253100000,\n                    1.2033333333333334\n                ],\n                [\n                    1702252800000,\n                    1.2966666666666666\n                ],\n                [\n                    1702252500000,\n                    1.21\n                ],\n                [\n                    1702252200000,\n                    1.31\n                ],\n                [\n                    1702251900000,\n                    1.32\n                ],\n                [\n                    1702251600000,\n                    1.23\n                ],\n                [\n                    1702251300000,\n                    1.2\n                ],\n                [\n                    1702251000000,\n                    1.2066666666666668\n                ],\n                [\n                    1702250700000,\n                    1.3066666666666666\n                ],\n                [\n                    1702250400000,\n                    1.31\n                ],\n                [\n                    1702250100000,\n                    1.3466666666666667\n                ],\n                [\n                    1702249800000,\n                    1.31\n                ],\n                [\n                    1702249500000,\n                    1.1633333333333333\n                ],\n                [\n                    1702249200000,\n                    1.25\n                ],\n                [\n                    1702248900000,\n                    1.24\n                ],\n                [\n                    1702248600000,\n                    1.3133333333333332\n                ],\n                [\n                    1702248300000,\n                    1.27\n                ],\n                [\n                    1702248000000,\n                    1.37\n                ],\n                [\n                    1702247700000,\n                    1.2366666666666666\n                ],\n                [\n                    1702247400000,\n                    1.19\n                ],\n                [\n                    1702247100000,\n                    1.27\n                ],\n                [\n                    1702246800000,\n                    1.2633333333333334\n                ],\n                [\n                    1702246500000,\n                    1.36\n                ],\n                [\n                    1702246200000,\n                    1.2566666666666666\n                ],\n                [\n                    1702245900000,\n                    1.3366666666666667\n                ],\n                [\n                    1702245600000,\n                    1.2366666666666666\n                ],\n                [\n                    1702245300000,\n                    1.21\n                ],\n                [\n                    1702245000000,\n                    1.2766666666666666\n                ],\n                [\n                    1702244700000,\n                    1.2033333333333334\n                ],\n                [\n                    1702244400000,\n                    1.2233333333333334\n                ],\n                [\n                    1702244100000,\n                    1.3\n                ],\n                [\n                    1702243800000,\n                    1.2966666666666666\n                ],\n                [\n                    1702243500000,\n                    1.2533333333333334\n                ],\n                [\n                    1702243200000,\n                    1.3566666666666667\n                ],\n                [\n                    1702242900000,\n                    1.1533333333333333\n                ],\n                [\n                    1702242600000,\n                    1.3933333333333333\n                ],\n                [\n                    1702242300000,\n                    1.1933333333333334\n                ],\n                [\n                    1702242000000,\n                    1.3333333333333333\n                ],\n                [\n                    1702241700000,\n                    1.3366666666666667\n                ],\n                [\n                    1702241400000,\n                    1.1633333333333333\n                ],\n                [\n                    1702241100000,\n                    1.2333333333333334\n                ],\n                [\n                    1702240800000,\n                    1.38\n                ],\n                [\n                    1702240500000,\n                    1.2866666666666666\n                ],\n                [\n                    1702240200000,\n                    1.36\n                ],\n                [\n                    1702239900000,\n                    1.3633333333333333\n                ],\n                [\n                    1702239600000,\n                    1.23\n                ],\n                [\n                    1702239300000,\n                    1.2166666666666666\n                ],\n                [\n                    1702239000000,\n                    1.1933333333333334\n                ],\n                [\n                    1702238700000,\n                    1.2066666666666668\n                ],\n                [\n                    1702238400000,\n                    1.32\n                ],\n                [\n                    1702238100000,\n                    1.3\n                ],\n                [\n                    1702237800000,\n                    1.3466666666666667\n                ],\n                [\n                    1702237500000,\n                    1.2633333333333334\n                ],\n                [\n                    1702237200000,\n                    1.2233333333333334\n                ],\n                [\n                    1702236900000,\n                    1.2166666666666666\n                ],\n                [\n                    1702236600000,\n                    1.2266666666666666\n                ],\n                [\n                    1702236300000,\n                    1.2633333333333334\n                ],\n                [\n                    1702236000000,\n                    1.3133333333333332\n                ],\n                [\n                    1702235700000,\n                    1.3966666666666667\n                ],\n                [\n                    1702235400000,\n                    1.2233333333333334\n                ],\n                [\n                    1702235100000,\n                    1.1966666666666668\n                ],\n                [\n                    1702234800000,\n                    1.2633333333333334\n                ],\n                [\n                    1702234500000,\n                    1.2533333333333334\n                ],\n                [\n                    1702234200000,\n                    1.22\n                ],\n                [\n                    1702233900000,\n                    1.37\n                ],\n                [\n                    1702233600000,\n                    1.3033333333333332\n                ],\n                [\n                    1702233300000,\n                    1.18\n                ],\n                [\n                    1702233000000,\n                    1.1766666666666667\n                ],\n                [\n                    1702232700000,\n                    1.3233333333333333\n                ],\n                [\n                    1702232400000,\n                    1.34\n                ],\n                [\n                    1702232100000,\n                    1.2333333333333334\n                ],\n                [\n                    1702231800000,\n                    1.3366666666666667\n                ],\n                [\n                    1702231500000,\n                    1.28\n                ],\n                [\n                    1702231200000,\n                    1.1933333333333334\n                ],\n                [\n                    1702230900000,\n                    1.26\n                ],\n                [\n                    1702230600000,\n                    1.2666666666666666\n                ],\n                [\n                    1702230300000,\n                    1.2533333333333334\n                ],\n                [\n                    1702230000000,\n                    1.25\n                ],\n                [\n                    1702229700000,\n                    1.35\n                ],\n                [\n                    1702229400000,\n                    1.22\n                ],\n                [\n                    1702229100000,\n                    1.2733333333333334\n                ],\n                [\n                    1702228800000,\n                    1.2133333333333334\n                ],\n                [\n                    1702228500000,\n                    1.2566666666666666\n                ],\n                [\n                    1702228200000,\n                    1.2666666666666666\n                ],\n                [\n                    1702227900000,\n                    1.3366666666666667\n                ],\n                [\n                    1702227600000,\n                    1.3766666666666667\n                ],\n                [\n                    1702227300000,\n                    1.1866666666666668\n                ],\n                [\n                    1702227000000,\n                    1.2066666666666668\n                ],\n                [\n                    1702226700000,\n                    1.2333333333333334\n                ],\n                [\n                    1702226400000,\n                    1.2166666666666666\n                ],\n                [\n                    1702226100000,\n                    1.3\n                ],\n                [\n                    1702225800000,\n                    1.2466666666666666\n                ],\n                [\n                    1702225500000,\n                    1.34\n                ],\n                [\n                    1702225200000,\n                    1.2833333333333334\n                ],\n                [\n                    1702224900000,\n                    1.1833333333333333\n                ],\n                [\n                    1702224600000,\n                    1.28\n                ],\n                [\n                    1702224300000,\n                    1.2633333333333334\n                ],\n                [\n                    1702224000000,\n                    1.2966666666666666\n                ],\n                [\n                    1702223700000,\n                    1.26\n                ],\n                [\n                    1702223400000,\n                    1.2833333333333334\n                ],\n                [\n                    1702223100000,\n                    1.3166666666666667\n                ],\n                [\n                    1702222800000,\n                    1.1533333333333333\n                ],\n                [\n                    1702222500000,\n                    1.2133333333333334\n                ],\n                [\n                    1702222200000,\n                    1.28\n                ],\n                [\n                    1702221900000,\n                    1.28\n                ],\n                [\n                    1702221600000,\n                    1.3833333333333333\n                ],\n                [\n                    1702221300000,\n                    1.2133333333333334\n                ],\n                [\n                    1702221000000,\n                    1.1433333333333333\n                ],\n                [\n                    1702220700000,\n                    1.2966666666666666\n                ],\n                [\n                    1702220400000,\n                    1.28\n                ],\n                [\n                    1702220100000,\n                    1.2166666666666666\n                ],\n                [\n                    1702219800000,\n                    1.3533333333333333\n                ],\n                [\n                    1702219500000,\n                    1.2666666666666666\n                ],\n                [\n                    1702219200000,\n                    1.22\n                ],\n                [\n                    1702218900000,\n                    1.3466666666666667\n                ],\n                [\n                    1702218600000,\n                    1.3466666666666667\n                ],\n                [\n                    1702218300000,\n                    1.28\n                ],\n                [\n                    1702218000000,\n                    1.23\n                ],\n                [\n                    1702217700000,\n                    1.3733333333333333\n                ],\n                [\n                    1702217400000,\n                    1.2333333333333334\n                ],\n                [\n                    1702217100000,\n                    1.21\n                ],\n                [\n                    1702216800000,\n                    1.2566666666666666\n                ],\n                [\n                    1702216500000,\n                    1.2933333333333332\n                ],\n                [\n                    1702216200000,\n                    1.2133333333333334\n                ],\n                [\n                    1702215900000,\n                    1.3866666666666667\n                ],\n                [\n                    1702215600000,\n                    1.2433333333333334\n                ],\n                [\n                    1702215300000,\n                    1.21\n                ],\n                [\n                    1702215000000,\n                    1.17\n                ],\n                [\n                    1702214700000,\n                    1.29\n                ],\n                [\n                    1702214400000,\n                    1.2766666666666666\n                ],\n                [\n                    1702214100000,\n                    1.2966666666666666\n                ],\n                [\n                    1702213800000,\n                    1.2866666666666666\n                ],\n                [\n                    1702213500000,\n                    1.39\n                ],\n                [\n                    1702213200000,\n                    1.3\n                ],\n                [\n                    1702212900000,\n                    1.19\n                ],\n                [\n                    1702212600000,\n                    1.2166666666666666\n                ],\n                [\n                    1702212300000,\n                    1.31\n                ],\n                [\n                    1702212000000,\n                    1.25\n                ],\n                [\n                    1702211700000,\n                    1.2633333333333334\n                ],\n                [\n                    1702211400000,\n                    1.3466666666666667\n                ],\n                [\n                    1702211100000,\n                    1.16\n                ],\n                [\n                    1702210800000,\n                    1.22\n                ],\n                [\n                    1702210500000,\n                    1.3166666666666667\n                ],\n                [\n                    1702210200000,\n                    1.26\n                ],\n                [\n                    1702209900000,\n                    1.2766666666666666\n                ],\n                [\n                    1702209600000,\n                    1.29\n                ],\n                [\n                    1702209300000,\n                    1.3333333333333333\n                ],\n                [\n                    1702209000000,\n                    1.1933333333333334\n                ],\n                [\n                    1702208700000,\n                    1.2033333333333334\n                ],\n                [\n                    1702208400000,\n                    1.28\n                ],\n                [\n                    1702208100000,\n                    1.1833333333333333\n                ],\n                [\n                    1702207800000,\n                    1.3266666666666667\n                ],\n                [\n                    1702207500000,\n                    1.35\n                ],\n                [\n                    1702207200000,\n                    1.2766666666666666\n                ],\n                [\n                    1702206900000,\n                    1.1433333333333333\n                ],\n                [\n                    1702206600000,\n                    1.3033333333333332\n                ],\n                [\n                    1702206300000,\n                    1.2766666666666666\n                ],\n                [\n                    1702206000000,\n                    1.3666666666666667\n                ],\n                [\n                    1702205700000,\n                    1.2733333333333334\n                ],\n                [\n                    1702205400000,\n                    1.27\n                ],\n                [\n                    1702205100000,\n                    1.24\n                ],\n                [\n                    1702204800000,\n                    1.2566666666666666\n                ],\n                [\n                    1702204500000,\n                    1.1366666666666667\n                ],\n                [\n                    1702204200000,\n                    1.39\n                ],\n                [\n                    1702203900000,\n                    1.2833333333333334\n                ],\n                [\n                    1702203600000,\n                    1.2966666666666666\n                ],\n                [\n                    1702203300000,\n                    1.37\n                ],\n                [\n                    1702203000000,\n                    1.06\n                ],\n                [\n                    1702202700000,\n                    1.3333333333333333\n                ],\n                [\n                    1702202400000,\n                    1.1533333333333333\n                ],\n                [\n                    1702202100000,\n                    1.2933333333333332\n                ],\n                [\n                    1702201800000,\n                    1.2933333333333332\n                ],\n                [\n                    1702201500000,\n                    1.3866666666666667\n                ],\n                [\n                    1702201200000,\n                    1.15\n                ],\n                [\n                    1702200900000,\n                    1.1766666666666667\n                ],\n                [\n                    1702200600000,\n                    1.2766666666666666\n                ],\n                [\n                    1702200300000,\n                    1.2766666666666666\n                ],\n                [\n                    1702200000000,\n                    1.2933333333333332\n                ],\n                [\n                    1702199700000,\n                    1.33\n                ],\n                [\n                    1702199400000,\n                    1.34\n                ],\n                [\n                    1702199100000,\n                    1.2233333333333334\n                ],\n                [\n                    1702198800000,\n                    1.1633333333333333\n                ],\n                [\n                    1702198500000,\n                    1.2733333333333334\n                ],\n                [\n                    1702198200000,\n                    1.26\n                ],\n                [\n                    1702197900000,\n                    1.3266666666666667\n                ],\n                [\n                    1702197600000,\n                    1.36\n                ],\n                [\n                    1702197300000,\n                    1.3933333333333333\n                ],\n                [\n                    1702197000000,\n                    1.1966666666666668\n                ],\n                [\n                    1702196700000,\n                    1.3133333333333332\n                ],\n                [\n                    1702196400000,\n                    1.1433333333333333\n                ],\n                [\n                    1702196100000,\n                    1.37\n                ],\n                [\n                    1702195800000,\n                    1.2966666666666666\n                ],\n                [\n                    1702195500000,\n                    1.37\n                ],\n                [\n                    1702195200000,\n                    1.2133333333333334\n                ],\n                [\n                    1702194900000,\n                    1.27\n                ],\n                [\n                    1702194600000,\n                    1.2333333333333334\n                ],\n                [\n                    1702194300000,\n                    1.2033333333333334\n                ],\n                [\n                    1702194000000,\n                    1.2633333333333334\n                ],\n                [\n                    1702193700000,\n                    1.2966666666666666\n                ],\n                [\n                    1702193400000,\n                    1.4\n                ],\n                [\n                    1702193100000,\n                    1.11\n                ],\n                [\n                    1702192800000,\n                    1.17\n                ],\n                [\n                    1702192500000,\n                    1.3333333333333333\n                ],\n                [\n                    1702192200000,\n                    1.2233333333333334\n                ],\n                [\n                    1702191900000,\n                    1.3666666666666667\n                ],\n                [\n                    1702191600000,\n                    1.2566666666666666\n                ],\n                [\n                    1702191300000,\n                    1.3266666666666667\n                ],\n                [\n                    1702191000000,\n                    1.11\n                ],\n                [\n                    1702190700000,\n                    1.31\n                ],\n                [\n                    1702190400000,\n                    1.29\n                ],\n                [\n                    1702190100000,\n                    1.2466666666666666\n                ],\n                [\n                    1702189800000,\n                    1.2633333333333334\n                ],\n                [\n                    1702189500000,\n                    1.3566666666666667\n                ],\n                [\n                    1702189200000,\n                    1.2133333333333334\n                ],\n                [\n                    1702188900000,\n                    1.26\n                ],\n                [\n                    1702188600000,\n                    1.3533333333333333\n                ],\n                [\n                    1702188300000,\n                    1.1433333333333333\n                ],\n                [\n                    1702188000000,\n                    1.4433333333333334\n                ],\n                [\n                    1702187700000,\n                    1.16\n                ],\n                [\n                    1702187400000,\n                    1.3\n                ],\n                [\n                    1702187100000,\n                    1.22\n                ],\n                [\n                    1702186800000,\n                    1.1733333333333333\n                ],\n                [\n                    1702186500000,\n                    1.2233333333333334\n                ],\n                [\n                    1702186200000,\n                    1.2333333333333334\n                ],\n                [\n                    1702185900000,\n                    1.3666666666666667\n                ],\n                [\n                    1702185600000,\n                    1.2333333333333334\n                ],\n                [\n                    1702185300000,\n                    1.3533333333333333\n                ],\n                [\n                    1702185000000,\n                    1.1066666666666667\n                ],\n                [\n                    1702184700000,\n                    1.24\n                ],\n                [\n                    1702184400000,\n                    1.2533333333333334\n                ],\n                [\n                    1702184100000,\n                    1.33\n                ],\n                [\n                    1702183800000,\n                    1.3466666666666667\n                ],\n                [\n                    1702183500000,\n                    1.3033333333333332\n                ],\n                [\n                    1702183200000,\n                    1.12\n                ],\n                [\n                    1702182900000,\n                    1.18\n                ],\n                [\n                    1702182600000,\n                    1.3033333333333332\n                ],\n                [\n                    1702182300000,\n                    1.2033333333333334\n                ],\n                [\n                    1702182000000,\n                    1.2966666666666666\n                ]\n            ],\n            \"unit\": {\n                \"name\": \"pps\",\n                \"fullName\": \"Packets per second\"\n            }\n        }\n    ]\n}"},{"id":"ec93d5fe-3313-4b79-815f-aab49a4ffc3c","name":"Get Port Telemetry - CSV Single Telemetry Type (From, To)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"},{"key":"Accept","value":"text/csv"}],"url":{"raw":"{{baseUrl}}/v2/product/megaport/85e2b722-4063-4472-b03b-cd1bfa17c3a5/telemetry?type=BITS&from=1718010019000&to=1721280419000","host":["{{baseUrl}}"],"path":["v2","product","megaport","85e2b722-4063-4472-b03b-cd1bfa17c3a5","telemetry"],"query":[{"key":"type","value":"BITS","description":"Indicates the type of metric. Values include `BITS`, `PACKETS`, `ERRORS`, and `OPTICAL`. Multiple telemetry types can be passed. (Required - string)"},{"key":"from","value":"1718010019000","description":"Milliseconds since epoch. When not provided, returns the single most recent measurement. You can use a tool such as https://www.epochconverter.com/ for conversion to and from dates. (Optional - string)"},{"key":"to","value":"1721280419000","description":"Milliseconds since epoch. When not provided, returns the single most recent measurement. You can use a tool such as https://www.epochconverter.com/ for conversion to and from dates. (Optional - string) "},{"key":"days","value":"{days}","description":"The number of days in the past from today for which to return telemetry details. This parameter is mutually exclusive from \"to\" and \"from\". (Optional - string)","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Thu, 18 Jul 2024 05:29:59 GMT"},{"key":"Content-Type","value":"text/csv;charset=ISO-8859-1"},{"key":"Content-Length","value":"528772"},{"key":"Connection","value":"keep-alive"},{"key":"trace-id","value":"57d33b2cdc3e00c80a38a226cfd9f175"},{"key":"vary","value":"Origin"},{"key":"vary","value":"Access-Control-Request-Method"},{"key":"vary","value":"Access-Control-Request-Headers"},{"key":"x-correlation-id","value":"57d33b2cdc3e00c80a38a226cfd9f175"},{"key":"x-amzn-trace-id","value":"Root=1-6698a856-496d0bbd2aec31e543d7fbfe"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"content-disposition","value":"attachment; filename=85e2b722-4063-4472-b03b-cd1bfa17c3a5-telemetry.csv"},{"key":"server-timing","value":"app;dur=328"},{"key":"etag","value":"\"0e5b8d7123ad93d0cda09f18ad2cab0e3\""},{"key":"x-xss-protection","value":"1 ; mode=block"},{"key":"strict-transport-security","value":"max-age=31536000; preload"},{"key":"strict-transport-security","value":"max-age=31536000; preload"},{"key":"referrer-policy","value":"no-referrer"},{"key":"content-security-policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"x-download-options","value":"noopen"},{"key":"x-permitted-cross-domain-policies","value":"none"}],"cookie":[],"responseTime":null,"body":"\"Timestamp\",\"Bandwidth In (Mbps)\",\"Bandwidth Out (Mbps)\"\n\"2024-06-10T09:05:00.000Z\",\"0.00005\",\"0.001121\"\n\"2024-06-10T09:10:00.000Z\",\"0.00005\",\"0.00101\"\n\"2024-06-10T09:15:00.000Z\",\"0.00005\",\"0.000853\"\n\"2024-06-10T09:20:00.000Z\",\"0.00005\",\"0.001066\"\n\"2024-06-10T09:25:00.000Z\",\"0.00005\",\"0.001052\"\n\"2024-06-10T09:30:00.000Z\",\"0.00005\",\"0.001077\"\n\"2024-06-10T09:35:00.000Z\",\"0.00005\",\"0.001042\"\n\"2024-06-10T09:40:00.000Z\",\"0.00005\",\"0.001089\"\n\"2024-06-10T09:45:00.000Z\",\"0.000045\",\"0.000996\"\n\"2024-06-10T09:50:00.000Z\",\"0.00005\",\"0.000983\"\n\"2024-06-10T09:55:00.000Z\",\"0.00005\",\"0.000986\"\n\"2024-06-10T10:00:00.000Z\",\"0.00005\",\"0.000976\"\n\"2024-06-10T10:05:00.000Z\",\"0.00005\",\"0.000952\"\n\"2024-06-10T10:10:00.000Z\",\"0.00005\",\"0.001023\"\n\"2024-06-10T10:15:00.000Z\",\"0.00005\",\"0.000968\"\n\"2024-06-10T10:20:00.000Z\",\"0.00005\",\"0.001034\"\n\"2024-06-10T10:25:00.000Z\",\"0.00005\",\"0.001036\"\n\"2024-06-10T10:30:00.000Z\",\"0.00005\",\"0.00098\"\n\"2024-06-10T10:35:00.000Z\",\"0.00005\",\"0.000986\"\n\"2024-06-10T10:40:00.000Z\",\"0.00005\",\"0.001005\"\n\"2024-06-10T10:45:00.000Z\",\"0.00005\",\"0.001063\"\n\"2024-06-10T10:50:00.000Z\",\"0.00005\",\"0.001096\"\n\"2024-06-10T10:55:00.000Z\",\"0.00005\",\"0.000921\"\n\"2024-06-10T11:00:00.000Z\",\"0.000045\",\"0.000942\"\n\"2024-06-10T11:05:00.000Z\",\"0.00005\",\"0.001005\"\n\"2024-06-10T11:10:00.000Z\",\"0.00005\",\"0.001017\"\n\"2024-06-10T11:15:00.000Z\",\"0.00005\",\"0.000958\"\n\"2024-06-10T11:20:00.000Z\",\"0.00005\",\"0.000996\"\n\"2024-06-10T11:25:00.000Z\",\"0.00005\",\"0.000973\"\n\"2024-06-10T11:30:00.000Z\",\"0.00005\",\"0.001055\"\n\"2024-06-10T11:35:00.000Z\",\"0.00005\",\"0.001144\"\n\"2024-06-10T11:40:00.000Z\",\"0.00005\",\"0.000987\"\n\"2024-06-10T11:45:00.000Z\",\"0.00005\",\"0.001125\"\n\"2024-06-10T11:50:00.000Z\",\"0.00005\",\"0.000958\"\n\"2024-06-10T11:55:00.000Z\",\"0.00005\",\"0.001078\"\n\"2024-06-10T12:00:00.000Z\",\"0.00005\",\"0.000952\"\n\"2024-06-10T12:05:00.000Z\",\"0.00005\",\"0.001009\"\n\"2024-06-10T12:10:00.000Z\",\"0.00005\",\"0.000962\"\n\"2024-06-10T12:15:00.000Z\",\"0.000045\",\"0.000946\"\n\"2024-06-10T12:20:00.000Z\",\"0.00005\",\"0.001093\"\n\"2024-06-10T12:25:00.000Z\",\"0.00005\",\"0.001067\"\n\"2024-06-10T12:30:00.000Z\",\"0.00005\",\"0.000985\"\n\"2024-06-10T12:35:00.000Z\",\"0.00005\",\"0.001036\"\n\"2024-06-10T12:40:00.000Z\",\"0.00005\",\"0.000993\"\n\"2024-06-10T12:45:00.000Z\",\"0.00005\",\"0.001183\"\n\"2024-06-10T12:50:00.000Z\",\"0.00005\",\"0.001028\"\n\"2024-06-10T12:55:00.000Z\",\"0.00005\",\"0.001052\"\n\"2024-06-10T13:00:00.000Z\",\"0.00005\",\"0.001002\"\n\"2024-06-10T13:05:00.000Z\",\"0.00005\",\"0.000991\"\n\"2024-06-10T13:10:00.000Z\",\"0.00005\",\"0.000977\"\n\"2024-06-10T13:15:00.000Z\",\"0.00005\",\"0.001079\"\n\"2024-06-10T13:20:00.000Z\",\"0.00005\",\"0.001066\"\n\"2024-06-10T13:25:00.000Z\",\"0.00005\",\"0.001035\"\n\"2024-06-10T13:30:00.000Z\",\"0.000045\",\"0.001005\"\n\"2024-06-10T13:35:00.000Z\",\"0.00005\",\"0.000992\"\n\"2024-06-10T13:40:00.000Z\",\"0.00005\",\"0.001045\"\n\"2024-06-10T13:45:00.000Z\",\"0.00005\",\"0.000897\"\n\"2024-06-10T13:50:00.000Z\",\"0.00005\",\"0.001088\"\n\"2024-06-10T13:55:00.000Z\",\"0.00005\",\"0.001113\"\n\"2024-06-10T14:00:00.000Z\",\"0.00005\",\"0.001033\"\n\"2024-06-10T14:05:00.000Z\",\"0.00005\",\"0.001008\"\n\"2024-06-10T14:10:00.000Z\",\"0.00005\",\"0.001025\"\n\"2024-06-10T14:15:00.000Z\",\"0.00005\",\"0.001016\"\n\"2024-06-10T14:20:00.000Z\",\"0.00005\",\"0.001089\"\n\"2024-06-10T14:25:00.000Z\",\"0.00005\",\"0.001017\"\n\"2024-06-10T14:30:00.000Z\",\"0.00005\",\"0.000953\"\n\"2024-06-10T14:35:00.000Z\",\"0.00005\",\"0.001126\"\n\"2024-06-10T14:40:00.000Z\",\"0.000045\",\"0.001013\"\n\"2024-06-10T14:45:00.000Z\",\"0.00005\",\"0.000991\"\n\"2024-06-10T14:50:00.000Z\",\"0.00005\",\"0.000998\"\n\"2024-06-10T14:55:00.000Z\",\"0.00005\",\"0.000992\"\n\"2024-06-10T15:00:00.000Z\",\"0.00005\",\"0.001108\"\n\"2024-06-10T15:05:00.000Z\",\"0.00005\",\"0.001105\"\n\"2024-06-10T15:10:00.000Z\",\"0.00005\",\"0.001022\"\n\"2024-06-10T15:15:00.000Z\",\"0.00005\",\"0.000965\"\n\"2024-06-10T15:20:00.000Z\",\"0.00005\",\"0.000979\"\n\"2024-06-10T15:25:00.000Z\",\"0.00005\",\"0.000935\"\n\"2024-06-10T15:30:00.000Z\",\"0.00005\",\"0.001019\"\n\"2024-06-10T15:35:00.000Z\",\"0.00005\",\"0.001074\"\n\"2024-06-10T15:40:00.000Z\",\"0.00005\",\"0.000951\"\n\"2024-06-10T15:45:00.000Z\",\"0.00005\",\"0.001071\"\n\"2024-06-10T15:50:00.000Z\",\"0.000045\",\"0.000994\"\n\"2024-06-10T15:55:00.000Z\",\"0.00005\",\"0.001009\"\n\"2024-06-10T16:00:00.000Z\",\"0.00005\",\"0.000988\"\n\"2024-06-10T16:05:00.000Z\",\"0.00005\",\"0.001077\"\n\"2024-06-10T16:10:00.000Z\",\"0.00005\",\"0.001034\"\n\"2024-06-10T16:15:00.000Z\",\"0.00005\",\"0.001013\"\n\"2024-06-10T16:20:00.000Z\",\"0.00005\",\"0.001046\"\n\"2024-06-10T16:25:00.000Z\",\"0.00005\",\"0.001113\"\n\"2024-06-10T16:30:00.000Z\",\"0.00005\",\"0.000951\"\n\"2024-06-10T16:35:00.000Z\",\"0.00005\",\"0.001155\"\n\"2024-06-10T16:40:00.000Z\",\"0.00005\",\"0.001079\"\n\"2024-06-10T16:45:00.000Z\",\"0.00005\",\"0.001084\"\n\"2024-06-10T16:50:00.000Z\",\"0.00005\",\"0.001137\"\n\"2024-06-10T16:55:00.000Z\",\"0.00005\",\"0.001035\"\n\"2024-06-10T17:00:00.000Z\",\"0.00005\",\"0.000906\"\n\"2024-06-10T17:05:00.000Z\",\"0.000045\",\"0.00107\"\n\"2024-06-10T17:10:00.000Z\",\"0.00005\",\"0.000996\"\n\"2024-06-10T17:15:00.000Z\",\"0.00005\",\"0.001049\"\n\"2024-06-10T17:20:00.000Z\",\"0.00005\",\"0.001152\"\n\"2024-06-10T17:25:00.000Z\",\"0.00005\",\"0.000974\"\n\"2024-06-10T17:30:00.000Z\",\"0.00005\",\"0.001015\"\n\"2024-06-10T17:35:00.000Z\",\"0.00005\",\"0.001138\"\n\"2024-06-10T17:40:00.000Z\",\"0.00005\",\"0.001093\"\n\"2024-06-10T17:45:00.000Z\",\"0.00005\",\"0.001059\"\n\"2024-06-10T17:50:00.000Z\",\"0.00005\",\"0.000956\"\n\"2024-06-10T17:55:00.000Z\",\"0.00005\",\"0.001119\"\n\"2024-06-10T18:00:00.000Z\",\"0.00005\",\"0.001124\"\n\"2024-06-10T18:05:00.000Z\",\"0.00005\",\"0.00113\"\n\"2024-06-10T18:10:00.000Z\",\"0.00005\",\"0.001063\"\n\"2024-06-10T18:15:00.000Z\",\"0.000045\",\"0.001028\"\n\"2024-06-10T18:20:00.000Z\",\"0.00005\",\"0.00109\"\n\"2024-06-10T18:25:00.000Z\",\"0.00005\",\"0.000982\"\n\"2024-06-10T18:30:00.000Z\",\"0.00005\",\"0.001071\"\n\"2024-06-10T18:35:00.000Z\",\"0.00005\",\"0.001057\"\n\"2024-06-10T18:40:00.000Z\",\"0.00005\",\"0.001078\"\n\"2024-06-10T18:45:00.000Z\",\"0.00005\",\"0.001036\"\n\"2024-06-10T18:50:00.000Z\",\"0.00005\",\"0.001074\"\n\"2024-06-10T18:55:00.000Z\",\"0.00005\",\"0.00108\"\n\"2024-06-10T19:00:00.000Z\",\"0.00005\",\"0.001058\"\n\"2024-06-10T19:05:00.000Z\",\"0.00005\",\"0.001068\"\n\"2024-06-10T19:10:00.000Z\",\"0.00005\",\"0.000913\"\n\"2024-06-10T19:15:00.000Z\",\"0.00005\",\"0.00098\"\n\"2024-06-10T19:20:00.000Z\",\"0.00005\",\"0.001009\"\n\"2024-06-10T19:25:00.000Z\",\"0.00005\",\"0.00103\"\n\"2024-06-10T19:30:00.000Z\",\"0.000045\",\"0.000986\"\n\"2024-06-10T19:35:00.000Z\",\"0.00005\",\"0.001024\"\n\"2024-06-10T19:40:00.000Z\",\"0.00005\",\"0.00109\"\n\"2024-06-10T19:45:00.000Z\",\"0.00005\",\"0.001024\"\n\"2024-06-10T19:50:00.000Z\",\"0.00005\",\"0.001018\"\n\"2024-06-10T19:55:00.000Z\",\"0.00005\",\"0.001104\"\n\"2024-06-10T20:00:00.000Z\",\"0.00005\",\"0.001079\"\n\"2024-06-10T20:05:00.000Z\",\"0.00005\",\"0.00112\"\n\"2024-06-10T20:10:00.000Z\",\"0.00005\",\"0.000995\"\n\"2024-06-10T20:15:00.000Z\",\"0.00005\",\"0.001038\"\n\"2024-06-10T20:20:00.000Z\",\"0.00005\",\"0.001009\"\n\"2024-06-10T20:25:00.000Z\",\"0.00005\",\"0.001078\"\n\"2024-06-10T20:30:00.000Z\",\"0.00005\",\"0.001084\"\n\"2024-06-10T20:35:00.000Z\",\"0.00005\",\"0.000954\"\n\"2024-06-10T20:40:00.000Z\",\"0.00005\",\"0.001005\"\n\"2024-06-10T20:45:00.000Z\",\"0.000045\",\"0.000992\"\n\"2024-06-10T20:50:00.000Z\",\"0.00005\",\"0.001036\"\n\"2024-06-10T20:55:00.000Z\",\"0.00005\",\"0.001084\"\n\"2024-06-10T21:00:00.000Z\",\"0.00005\",\"0.001044\"\n\"2024-06-10T21:05:00.000Z\",\"0.00005\",\"0.001116\"\n\"2024-06-10T21:10:00.000Z\",\"0.00005\",\"0.001093\"\n\"2024-06-10T21:15:00.000Z\",\"0.00005\",\"0.001062\"\n\"2024-06-10T21:20:00.000Z\",\"0.00005\",\"0.00104\"\n\"2024-06-10T21:25:00.000Z\",\"0.00005\",\"0.001\"\n\"2024-06-10T21:30:00.000Z\",\"0.00005\",\"0.00108\"\n\"2024-06-10T21:35:00.000Z\",\"0.00005\",\"0.001081\"\n\"2024-06-10T21:40:00.000Z\",\"0.00005\",\"0.00113\"\n\"2024-06-10T21:45:00.000Z\",\"0.00005\",\"0.00113\"\n\"2024-06-10T21:50:00.000Z\",\"0.00005\",\"0.001\"\n\"2024-06-10T21:55:00.000Z\",\"0.000045\",\"0.000993\"\n\"2024-06-10T22:00:00.000Z\",\"0.00005\",\"0.001018\"\n\"2024-06-10T22:05:00.000Z\",\"0.00005\",\"0.000994\"\n\"2024-06-10T22:10:00.000Z\",\"0.00005\",\"0.001069\"\n\"2024-06-10T22:15:00.000Z\",\"0.00005\",\"0.00107\"\n\"2024-06-10T22:20:00.000Z\",\"0.00005\",\"0.001045\"\n\"2024-06-10T22:25:00.000Z\",\"0.00005\",\"0.001032\"\n\"2024-06-10T22:30:00.000Z\",\"0.00005\",\"0.000974\"\n\"2024-06-10T22:35:00.000Z\",\"0.00005\",\"0.001017\"\n\"2024-06-10T22:40:00.000Z\",\"0.00005\",\"0.000906\"\n\"2024-06-10T22:45:00.000Z\",\"0.00005\",\"0.001126\"\n\"2024-06-10T22:50:00.000Z\",\"0.00005\",\"0.000993\"\n\"2024-06-10T22:55:00.000Z\",\"0.00005\",\"0.001003\"\n\"2024-06-10T23:00:00.000Z\",\"0.00005\",\"0.00101\"\n\"2024-06-10T23:05:00.000Z\",\"0.00005\",\"0.001125\"\n\"2024-06-10T23:10:00.000Z\",\"0.000045\",\"0.001148\"\n\"2024-06-10T23:15:00.000Z\",\"0.00005\",\"0.001102\"\n\"2024-06-10T23:20:00.000Z\",\"0.00005\",\"0.001092\"\n\"2024-06-10T23:25:00.000Z\",\"0.00005\",\"0.001199\"\n\"2024-06-10T23:30:00.000Z\",\"0.00005\",\"0.001061\"\n\"2024-06-10T23:35:00.000Z\",\"0.00005\",\"0.001073\"\n\"2024-06-10T23:40:00.000Z\",\"0.00005\",\"0.001005\"\n\"2024-06-10T23:45:00.000Z\",\"0.00005\",\"0.001008\"\n\"2024-06-10T23:50:00.000Z\",\"0.00005\",\"0.001147\"\n\"2024-06-10T23:55:00.000Z\",\"0.00005\",\"0.000889\"\n\"2024-06-11T00:00:00.000Z\",\"0.00005\",\"0.001104\"\n\"2024-06-11T00:05:00.000Z\",\"0.00005\",\"0.001056\"\n\"2024-06-11T00:10:00.000Z\",\"0.00005\",\"0.001061\"\n\"2024-06-11T00:15:00.000Z\",\"0.00005\",\"0.001099\"\n\"2024-06-11T00:20:00.000Z\",\"0.000045\",\"0.001069\"\n\"2024-06-11T00:25:00.000Z\",\"0.00005\",\"0.001013\"\n\"2024-06-11T00:30:00.000Z\",\"0.00005\",\"0.001042\"\n\"2024-06-11T00:35:00.000Z\",\"0.00005\",\"0.001071\"\n\"2024-06-11T00:40:00.000Z\",\"0.00005\",\"0.001147\"\n\"2024-06-11T00:45:00.000Z\",\"0.00005\",\"0.000985\"\n\"2024-06-11T00:50:00.000Z\",\"0.00005\",\"0.00098\"\n\"2024-06-11T00:55:00.000Z\",\"0.00005\",\"0.00111\"\n\"2024-06-11T01:00:00.000Z\",\"0.00005\",\"0.00103\"\n\"2024-06-11T01:05:00.000Z\",\"0.00005\",\"0.001031\"\n\"2024-06-11T01:10:00.000Z\",\"0.00005\",\"0.001053\"\n\"2024-06-11T01:15:00.000Z\",\"0.00005\",\"0.001003\"\n\"2024-06-11T01:20:00.000Z\",\"0.00005\",\"0.001047\"\n\"2024-06-11T01:25:00.000Z\",\"0.00005\",\"0.001029\"\n\"2024-06-11T01:30:00.000Z\",\"0.00005\",\"0.001042\"\n\"2024-06-11T01:35:00.000Z\",\"0.000045\",\"0.001037\"\n\"2024-06-11T01:40:00.000Z\",\"0.00005\",\"0.000977\"\n\"2024-06-11T01:45:00.000Z\",\"0.00005\",\"0.001019\"\n\"2024-06-11T01:50:00.000Z\",\"0.00005\",\"0.000975\"\n\"2024-06-11T01:55:00.000Z\",\"0.00005\",\"0.000967\"\n\"2024-06-11T02:00:00.000Z\",\"0.00005\",\"0.00107\"\n\"2024-06-11T02:05:00.000Z\",\"0.00005\",\"0.000976\"\n\"2024-06-11T02:10:00.000Z\",\"0.00005\",\"0.001008\"\n\"2024-06-11T02:15:00.000Z\",\"0.00005\",\"0.001078\"\n\"2024-06-11T02:20:00.000Z\",\"0.00005\",\"0.001117\"\n\"2024-06-11T02:25:00.000Z\",\"0.00005\",\"0.001166\"\n\"2024-06-11T02:30:00.000Z\",\"0.00005\",\"0.000974\"\n\"2024-06-11T02:35:00.000Z\",\"0.00005\",\"0.001041\"\n\"2024-06-11T02:40:00.000Z\",\"0.00005\",\"0.001102\"\n\"2024-06-11T02:45:00.000Z\",\"0.00005\",\"0.001067\"\n\"2024-06-11T02:50:00.000Z\",\"0.000045\",\"0.001066\"\n\"2024-06-11T02:55:00.000Z\",\"0.00005\",\"0.001072\"\n\"2024-06-11T03:00:00.000Z\",\"0.00005\",\"0.000979\"\n\"2024-06-11T03:05:00.000Z\",\"0.00005\",\"0.001061\"\n\"2024-06-11T03:10:00.000Z\",\"0.00005\",\"0.001013\"\n\"2024-06-11T03:15:00.000Z\",\"0.00005\",\"0.001118\"\n\"2024-06-11T03:20:00.000Z\",\"0.00005\",\"0.001026\"\n\"2024-06-11T03:25:00.000Z\",\"0.00005\",\"0.001136\"\n\"2024-06-11T03:30:00.000Z\",\"0.00005\",\"0.001192\"\n\"2024-06-11T03:35:00.000Z\",\"0.00005\",\"0.00105\"\n\"2024-06-11T03:40:00.000Z\",\"0.00005\",\"0.001012\"\n\"2024-06-11T03:45:00.000Z\",\"0.00005\",\"0.00109\"\n\"2024-06-11T03:50:00.000Z\",\"0.00005\",\"0.001092\"\n\"2024-06-11T03:55:00.000Z\",\"0.00005\",\"0.001006\"\n\"2024-06-11T04:00:00.000Z\",\"0.000045\",\"0.000967\"\n\"2024-06-11T04:05:00.000Z\",\"0.00005\",\"0.001081\"\n\"2024-06-11T04:10:00.000Z\",\"0.00005\",\"0.001031\"\n\"2024-06-11T04:15:00.000Z\",\"0.00005\",\"0.001011\"\n\"2024-06-11T04:20:00.000Z\",\"0.00005\",\"0.00113\"\n\"2024-06-11T04:25:00.000Z\",\"0.00005\",\"0.001083\"\n\"2024-06-11T04:30:00.000Z\",\"0.00005\",\"0.001048\"\n\"2024-06-11T04:35:00.000Z\",\"0.00005\",\"0.001044\"\n\"2024-06-11T04:40:00.000Z\",\"0.00005\",\"0.001059\"\n\"2024-06-11T04:45:00.000Z\",\"0.00005\",\"0.001022\"\n\"2024-06-11T04:50:00.000Z\",\"0.00005\",\"0.000998\"\n\"2024-06-11T04:55:00.000Z\",\"0.00005\",\"0.001076\"\n\"2024-06-11T05:00:00.000Z\",\"0.00005\",\"0.00108\"\n\"2024-06-11T05:05:00.000Z\",\"0.00005\",\"0.000987\"\n\"2024-06-11T05:10:00.000Z\",\"0.000045\",\"0.001018\"\n\"2024-06-11T05:15:00.000Z\",\"0.00005\",\"0.001023\"\n\"2024-06-11T05:20:00.000Z\",\"0.00005\",\"0.001048\"\n\"2024-06-11T05:25:00.000Z\",\"0.00005\",\"0.001086\"\n\"2024-06-11T05:30:00.000Z\",\"0.00005\",\"0.001015\"\n\"2024-06-11T05:35:00.000Z\",\"0.00005\",\"0.000911\"\n\"2024-06-11T05:40:00.000Z\",\"0.00005\",\"0.00108\"\n\"2024-06-11T05:45:00.000Z\",\"0.00005\",\"0.000964\"\n\"2024-06-11T05:50:00.000Z\",\"0.00005\",\"0.001002\"\n\"2024-06-11T05:55:00.000Z\",\"0.00005\",\"0.000984\"\n\"2024-06-11T06:00:00.000Z\",\"0.00005\",\"0.001082\"\n\"2024-06-11T06:05:00.000Z\",\"0.00005\",\"0.001107\"\n\"2024-06-11T06:10:00.000Z\",\"0.00005\",\"0.001072\"\n\"2024-06-11T06:15:00.000Z\",\"0.00005\",\"0.001172\"\n\"2024-06-11T06:20:00.000Z\",\"0.00005\",\"0.000988\"\n\"2024-06-11T06:25:00.000Z\",\"0.000045\",\"0.000931\"\n\"2024-06-11T06:30:00.000Z\",\"0.00005\",\"0.001046\"\n\"2024-06-11T06:35:00.000Z\",\"0.00005\",\"0.001047\"\n\"2024-06-11T06:40:00.000Z\",\"0.00005\",\"0.001035\"\n\"2024-06-11T06:45:00.000Z\",\"0.00005\",\"0.001037\"\n\"2024-06-11T06:50:00.000Z\",\"0.00005\",\"0.000949\"\n\"2024-06-11T06:55:00.000Z\",\"0.00005\",\"0.000994\"\n\"2024-06-11T07:00:00.000Z\",\"0.00005\",\"0.00111\"\n\"2024-06-11T07:05:00.000Z\",\"0.00005\",\"0.001129\"\n\"2024-06-11T07:10:00.000Z\",\"0.00005\",\"0.000984\"\n\"2024-06-11T07:15:00.000Z\",\"0.00005\",\"0.001014\"\n\"2024-06-11T07:20:00.000Z\",\"0.00005\",\"0.001035\"\n\"2024-06-11T07:25:00.000Z\",\"0.00005\",\"0.001015\"\n\"2024-06-11T07:30:00.000Z\",\"0.00005\",\"0.00107\"\n\"2024-06-11T07:35:00.000Z\",\"0.00005\",\"0.00113\"\n\"2024-06-11T07:40:00.000Z\",\"0.000045\",\"0.001038\"\n\"2024-06-11T07:45:00.000Z\",\"0.00005\",\"0.001098\"\n\"2024-06-11T07:50:00.000Z\",\"0.00005\",\"0.001087\"\n\"2024-06-11T07:55:00.000Z\",\"0.00005\",\"0.001074\"\n\"2024-06-11T08:00:00.000Z\",\"0.00005\",\"0.001067\"\n\"2024-06-11T08:05:00.000Z\",\"0.00005\",\"0.001104\"\n\"2024-06-11T08:10:00.000Z\",\"0.00005\",\"0.001081\"\n\"2024-06-11T08:15:00.000Z\",\"0.00005\",\"0.001041\"\n\"2024-06-11T08:20:00.000Z\",\"0.00005\",\"0.001033\"\n\"2024-06-11T08:25:00.000Z\",\"0.00005\",\"0.001147\"\n\"2024-06-11T08:30:00.000Z\",\"0.00005\",\"0.001142\"\n\"2024-06-11T08:35:00.000Z\",\"0.00005\",\"0.001136\"\n\"2024-06-11T08:40:00.000Z\",\"0.00005\",\"0.001006\"\n\"2024-06-11T08:45:00.000Z\",\"0.00005\",\"0.000991\"\n\"2024-06-11T08:50:00.000Z\",\"0.00005\",\"0.001052\"\n\"2024-06-11T08:55:00.000Z\",\"0.000045\",\"0.000899\"\n\"2024-06-11T09:00:00.000Z\",\"0.00005\",\"0.001052\"\n\"2024-06-11T09:05:00.000Z\",\"0.00005\",\"0.001119\"\n\"2024-06-11T09:10:00.000Z\",\"0.00005\",\"0.001\"\n\"2024-06-11T09:15:00.000Z\",\"0.00005\",\"0.000964\"\n\"2024-06-11T09:20:00.000Z\",\"0.00005\",\"0.00103\"\n\"2024-06-11T09:25:00.000Z\",\"0.00005\",\"0.000991\"\n\"2024-06-11T09:30:00.000Z\",\"0.00005\",\"0.001034\"\n\"2024-06-11T09:35:00.000Z\",\"0.00005\",\"0.001048\"\n\"2024-06-11T09:40:00.000Z\",\"0.00005\",\"0.001031\"\n\"2024-06-11T09:45:00.000Z\",\"0.00005\",\"0.001072\"\n\"2024-06-11T09:50:00.000Z\",\"0.00005\",\"0.001123\"\n\"2024-06-11T09:55:00.000Z\",\"0.00005\",\"0.000909\"\n\"2024-06-11T10:00:00.000Z\",\"0.00005\",\"0.001063\"\n\"2024-06-11T10:05:00.000Z\",\"0.000045\",\"0.000994\"\n\"2024-06-11T10:10:00.000Z\",\"0.00005\",\"0.000987\"\n\"2024-06-11T10:15:00.000Z\",\"0.00005\",\"0.001061\"\n\"2024-06-11T10:20:00.000Z\",\"0.00005\",\"0.001045\"\n\"2024-06-11T10:25:00.000Z\",\"0.00005\",\"0.001006\"\n\"2024-06-11T10:30:00.000Z\",\"0.00005\",\"0.001016\"\n\"2024-06-11T10:35:00.000Z\",\"0.00005\",\"0.001011\"\n\"2024-06-11T10:40:00.000Z\",\"0.00005\",\"0.001072\"\n\"2024-06-11T10:45:00.000Z\",\"0.00005\",\"0.001036\"\n\"2024-06-11T10:50:00.000Z\",\"0.00005\",\"0.00111\"\n\"2024-06-11T10:55:00.000Z\",\"0.00005\",\"0.001022\"\n\"2024-06-11T11:00:00.000Z\",\"0.00005\",\"0.001127\"\n\"2024-06-11T11:05:00.000Z\",\"0.00005\",\"0.001151\"\n\"2024-06-11T11:10:00.000Z\",\"0.00005\",\"0.000916\"\n\"2024-06-11T11:15:00.000Z\",\"0.00005\",\"0.000869\"\n\"2024-06-11T11:20:00.000Z\",\"0.000045\",\"0.001089\"\n\"2024-06-11T11:25:00.000Z\",\"0.00005\",\"0.000964\"\n\"2024-06-11T11:30:00.000Z\",\"0.00005\",\"0.000911\"\n\"2024-06-11T11:35:00.000Z\",\"0.00005\",\"0.000895\"\n\"2024-06-11T11:40:00.000Z\",\"0.00005\",\"0.001082\"\n\"2024-06-11T11:45:00.000Z\",\"0.00005\",\"0.001074\"\n\"2024-06-11T11:50:00.000Z\",\"0.00005\",\"0.00109\"\n\"2024-06-11T11:55:00.000Z\",\"0.00005\",\"0.00101\"\n\"2024-06-11T12:00:00.000Z\",\"0.00005\",\"0.001013\"\n\"2024-06-11T12:05:00.000Z\",\"0.00005\",\"0.001058\"\n\"2024-06-11T12:10:00.000Z\",\"0.00005\",\"0.000976\"\n\"2024-06-11T12:15:00.000Z\",\"0.00005\",\"0.000989\"\n\"2024-06-11T12:20:00.000Z\",\"0.00005\",\"0.001044\"\n\"2024-06-11T12:25:00.000Z\",\"0.00005\",\"0.000937\"\n\"2024-06-11T12:30:00.000Z\",\"0.000045\",\"0.00103\"\n\"2024-06-11T12:35:00.000Z\",\"0.00005\",\"0.001026\"\n\"2024-06-11T12:40:00.000Z\",\"0.00005\",\"0.001074\"\n\"2024-06-11T12:45:00.000Z\",\"0.00005\",\"0.001011\"\n\"2024-06-11T12:50:00.000Z\",\"0.00005\",\"0.000968\"\n\"2024-06-11T12:55:00.000Z\",\"0.00005\",\"0.001083\"\n\"2024-06-11T13:00:00.000Z\",\"0.00005\",\"0.000954\"\n\"2024-06-11T13:05:00.000Z\",\"0.00005\",\"0.001023\"\n\"2024-06-11T13:10:00.000Z\",\"0.00005\",\"0.001137\"\n\"2024-06-11T13:15:00.000Z\",\"0.00005\",\"0.000869\"\n\"2024-06-11T13:20:00.000Z\",\"0.00005\",\"0.000981\"\n\"2024-06-11T13:25:00.000Z\",\"0.00005\",\"0.001063\"\n\"2024-06-11T13:30:00.000Z\",\"0.00005\",\"0.001085\"\n\"2024-06-11T13:35:00.000Z\",\"0.00005\",\"0.001012\"\n\"2024-06-11T13:40:00.000Z\",\"0.00005\",\"0.001031\"\n\"2024-06-11T13:45:00.000Z\",\"0.00005\",\"0.001116\"\n\"2024-06-11T13:50:00.000Z\",\"0.00005\",\"0.000964\"\n\"2024-06-11T13:55:00.000Z\",\"0.00005\",\"0.000947\"\n\"2024-06-11T14:00:00.000Z\",\"0.000045\",\"0.001066\"\n\"2024-06-11T14:05:00.000Z\",\"0.00005\",\"0.001016\"\n\"2024-06-11T14:10:00.000Z\",\"0.00005\",\"0.001196\"\n\"2024-06-11T14:15:00.000Z\",\"0.00005\",\"0.001008\"\n\"2024-06-11T14:20:00.000Z\",\"0.00005\",\"0.000989\"\n\"2024-06-11T14:25:00.000Z\",\"0.00005\",\"0.001094\"\n\"2024-06-11T14:30:00.000Z\",\"0.00005\",\"0.001054\"\n\"2024-06-11T14:35:00.000Z\",\"0.00005\",\"0.001188\"\n\"2024-06-11T14:40:00.000Z\",\"0.00005\",\"0.001135\"\n\"2024-06-11T14:45:00.000Z\",\"0.00005\",\"0.001076\"\n\"2024-06-11T14:50:00.000Z\",\"0.00005\",\"0.001117\"\n\"2024-06-11T14:55:00.000Z\",\"0.00005\",\"0.001051\"\n\"2024-06-11T15:00:00.000Z\",\"0.00005\",\"0.000927\"\n\"2024-06-11T15:05:00.000Z\",\"0.00005\",\"0.001049\"\n\"2024-06-11T15:10:00.000Z\",\"0.00005\",\"0.001091\"\n\"2024-06-11T15:15:00.000Z\",\"0.000045\",\"0.001038\"\n\"2024-06-11T15:20:00.000Z\",\"0.00005\",\"0.001034\"\n\"2024-06-11T15:25:00.000Z\",\"0.00005\",\"0.001042\"\n\"2024-06-11T15:30:00.000Z\",\"0.00005\",\"0.001087\"\n\"2024-06-11T15:35:00.000Z\",\"0.00005\",\"0.001075\"\n\"2024-06-11T15:40:00.000Z\",\"0.00005\",\"0.001108\"\n\"2024-06-11T15:45:00.000Z\",\"0.00005\",\"0.001074\"\n\"2024-06-11T15:50:00.000Z\",\"0.00005\",\"0.001037\"\n\"2024-06-11T15:55:00.000Z\",\"0.00005\",\"0.000951\"\n\"2024-06-11T16:00:00.000Z\",\"0.00005\",\"0.001026\"\n\"2024-06-11T16:05:00.000Z\",\"0.00005\",\"0.00092\"\n\"2024-06-11T16:10:00.000Z\",\"0.00005\",\"0.001055\"\n\"2024-06-11T16:15:00.000Z\",\"0.00005\",\"0.001071\"\n\"2024-06-11T16:20:00.000Z\",\"0.00005\",\"0.000998\"\n\"2024-06-11T16:25:00.000Z\",\"0.000045\",\"0.001008\"\n\"2024-06-11T16:30:00.000Z\",\"0.00005\",\"0.001092\"\n\"2024-06-11T16:35:00.000Z\",\"0.00005\",\"0.000965\"\n\"2024-06-11T16:40:00.000Z\",\"0.00005\",\"0.001123\"\n\"2024-06-11T16:45:00.000Z\",\"0.00005\",\"0.00111\"\n\"2024-06-11T16:50:00.000Z\",\"0.00005\",\"0.001097\"\n\"2024-06-11T16:55:00.000Z\",\"0.00005\",\"0.001179\"\n\"2024-06-11T17:00:00.000Z\",\"0.00005\",\"0.001267\"\n\"2024-06-11T17:05:00.000Z\",\"0.00005\",\"0.000986\"\n\"2024-06-11T17:10:00.000Z\",\"0.00005\",\"0.001123\"\n\"2024-06-11T17:15:00.000Z\",\"0.00005\",\"0.00107\"\n\"2024-06-11T17:20:00.000Z\",\"0.00005\",\"0.001262\"\n\"2024-06-11T17:25:00.000Z\",\"0.00005\",\"0.001143\"\n\"2024-06-11T17:30:00.000Z\",\"0.00005\",\"0.001029\"\n\"2024-06-11T17:35:00.000Z\",\"0.00005\",\"0.000957\"\n\"2024-06-11T17:40:00.000Z\",\"0.000045\",\"0.001023\"\n\"2024-06-11T17:45:00.000Z\",\"0.00005\",\"0.001096\"\n\"2024-06-11T17:50:00.000Z\",\"0.00005\",\"0.001089\"\n\"2024-06-11T17:55:00.000Z\",\"0.00005\",\"0.001032\"\n\"2024-06-11T18:00:00.000Z\",\"0.00005\",\"0.000988\"\n\"2024-06-11T18:05:00.000Z\",\"0.00005\",\"0.001004\"\n\"2024-06-11T18:10:00.000Z\",\"0.00005\",\"0.001121\"\n\"2024-06-11T18:15:00.000Z\",\"0.00005\",\"0.000998\"\n\"2024-06-11T18:20:00.000Z\",\"0.00005\",\"0.001083\"\n\"2024-06-11T18:25:00.000Z\",\"0.00005\",\"0.001039\"\n\"2024-06-11T18:30:00.000Z\",\"0.00005\",\"0.000928\"\n\"2024-06-11T18:35:00.000Z\",\"0.00005\",\"0.00102\"\n\"2024-06-11T18:40:00.000Z\",\"0.00005\",\"0.001042\"\n\"2024-06-11T18:45:00.000Z\",\"0.00005\",\"0.000994\"\n\"2024-06-11T18:50:00.000Z\",\"0.00005\",\"0.001099\"\n\"2024-06-11T18:55:00.000Z\",\"0.000045\",\"0.001071\"\n\"2024-06-11T19:00:00.000Z\",\"0.00005\",\"0.001054\"\n\"2024-06-11T19:05:00.000Z\",\"0.00005\",\"0.001021\"\n\"2024-06-11T19:10:00.000Z\",\"0.00005\",\"0.001062\"\n\"2024-06-11T19:15:00.000Z\",\"0.00005\",\"0.000979\"\n\"2024-06-11T19:20:00.000Z\",\"0.00005\",\"0.001042\"\n\"2024-06-11T19:25:00.000Z\",\"0.00005\",\"0.001122\"\n\"2024-06-11T19:30:00.000Z\",\"0.00005\",\"0.001113\"\n\"2024-06-11T19:35:00.000Z\",\"0.00005\",\"0.000976\"\n\"2024-06-11T19:40:00.000Z\",\"0.00005\",\"0.001023\"\n\"2024-06-11T19:45:00.000Z\",\"0.00005\",\"0.001002\"\n\"2024-06-11T19:50:00.000Z\",\"0.00005\",\"0.001105\"\n\"2024-06-11T19:55:00.000Z\",\"0.00005\",\"0.001036\"\n\"2024-06-11T20:00:00.000Z\",\"0.00005\",\"0.001055\"\n\"2024-06-11T20:05:00.000Z\",\"0.000045\",\"0.001025\"\n\"2024-06-11T20:10:00.000Z\",\"0.00005\",\"0.001111\"\n\"2024-06-11T20:15:00.000Z\",\"0.00005\",\"0.001115\"\n\"2024-06-11T20:20:00.000Z\",\"0.00005\",\"0.001046\"\n\"2024-06-11T20:25:00.000Z\",\"0.00005\",\"0.000953\"\n\"2024-06-11T20:30:00.000Z\",\"0.00005\",\"0.00106\"\n\"2024-06-11T20:35:00.000Z\",\"0.00005\",\"0.001023\"\n\"2024-06-11T20:40:00.000Z\",\"0.00005\",\"0.001148\"\n\"2024-06-11T20:45:00.000Z\",\"0.00005\",\"0.001137\"\n\"2024-06-11T20:50:00.000Z\",\"0.00005\",\"0.001122\"\n\"2024-06-11T20:55:00.000Z\",\"0.00005\",\"0.001139\"\n\"2024-06-11T21:00:00.000Z\",\"0.00005\",\"0.001078\"\n\"2024-06-11T21:05:00.000Z\",\"0.00005\",\"0.001101\"\n\"2024-06-11T21:10:00.000Z\",\"0.00005\",\"0.001125\"\n\"2024-06-11T21:15:00.000Z\",\"0.000045\",\"0.001181\"\n\"2024-06-11T21:20:00.000Z\",\"0.00005\",\"0.001111\"\n\"2024-06-11T21:25:00.000Z\",\"0.00005\",\"0.001155\"\n\"2024-06-11T21:30:00.000Z\",\"0.00005\",\"0.001181\"\n\"2024-06-11T21:35:00.000Z\",\"0.00005\",\"0.00121\"\n\"2024-06-11T21:40:00.000Z\",\"0.00005\",\"0.00121\"\n\"2024-06-11T21:45:00.000Z\",\"0.00005\",\"0.001002\"\n\"2024-06-11T21:50:00.000Z\",\"0.00005\",\"0.00108\"\n\"2024-06-11T21:55:00.000Z\",\"0.00005\",\"0.001142\"\n\"2024-06-11T22:00:00.000Z\",\"0.00005\",\"0.001033\"\n\"2024-06-11T22:05:00.000Z\",\"0.00005\",\"0.001076\"\n\"2024-06-11T22:10:00.000Z\",\"0.00005\",\"0.001052\"\n\"2024-06-11T22:15:00.000Z\",\"0.00005\",\"0.001099\"\n\"2024-06-11T22:20:00.000Z\",\"0.00005\",\"0.001145\"\n\"2024-06-11T22:25:00.000Z\",\"0.000045\",\"0.001051\"\n\"2024-06-11T22:30:00.000Z\",\"0.00005\",\"0.001134\"\n\"2024-06-11T22:35:00.000Z\",\"0.00005\",\"0.001079\"\n\"2024-06-11T22:40:00.000Z\",\"0.00005\",\"0.001216\"\n\"2024-06-11T22:45:00.000Z\",\"0.00005\",\"0.001055\"\n\"2024-06-11T22:50:00.000Z\",\"0.00005\",\"0.000993\"\n\"2024-06-11T22:55:00.000Z\",\"0.00005\",\"0.001029\"\n\"2024-06-11T23:00:00.000Z\",\"0.00005\",\"0.001064\"\n\"2024-06-11T23:05:00.000Z\",\"0.00005\",\"0.001032\"\n\"2024-06-11T23:10:00.000Z\",\"0.00005\",\"0.001096\"\n\"2024-06-11T23:15:00.000Z\",\"0.00005\",\"0.00111\"\n\"2024-06-11T23:20:00.000Z\",\"0.00005\",\"0.001121\"\n\"2024-06-11T23:25:00.000Z\",\"0.00005\",\"0.001182\"\n\"2024-06-11T23:30:00.000Z\",\"0.00005\",\"0.001033\"\n\"2024-06-11T23:35:00.000Z\",\"0.00005\",\"0.001055\"\n\"2024-06-11T23:40:00.000Z\",\"0.000045\",\"0.001114\"\n\"2024-06-11T23:45:00.000Z\",\"0.00005\",\"0.001107\"\n\"2024-06-11T23:50:00.000Z\",\"0.00005\",\"0.001081\"\n\"2024-06-11T23:55:00.000Z\",\"0.00005\",\"0.001075\"\n\"2024-06-12T00:00:00.000Z\",\"0.00005\",\"0.001046\"\n\"2024-06-12T00:05:00.000Z\",\"0.00005\",\"0.001222\"\n\"2024-06-12T00:10:00.000Z\",\"0.00005\",\"0.001055\"\n\"2024-06-12T00:15:00.000Z\",\"0.00005\",\"0.001125\"\n\"2024-06-12T00:20:00.000Z\",\"0.00005\",\"0.001002\"\n\"2024-06-12T00:25:00.000Z\",\"0.00005\",\"0.00107\"\n\"2024-06-12T00:30:00.000Z\",\"0.00005\",\"0.001056\"\n\"2024-06-12T00:35:00.000Z\",\"0.00005\",\"0.00119\"\n\"2024-06-12T00:40:00.000Z\",\"0.00005\",\"0.001424\"\n\"2024-06-12T00:45:00.000Z\",\"0.00005\",\"0.001298\"\n\"2024-06-12T00:50:00.000Z\",\"0.00005\",\"0.001055\"\n\"2024-06-12T00:55:00.000Z\",\"0.000045\",\"0.001071\"\n\"2024-06-12T01:00:00.000Z\",\"0.00005\",\"0.001115\"\n\"2024-06-12T01:05:00.000Z\",\"0.00005\",\"0.001146\"\n\"2024-06-12T01:10:00.000Z\",\"0.00005\",\"0.001204\"\n\"2024-06-12T01:15:00.000Z\",\"0.00005\",\"0.001082\"\n\"2024-06-12T01:20:00.000Z\",\"0.00005\",\"0.001114\"\n\"2024-06-12T01:25:00.000Z\",\"0.00005\",\"0.001092\"\n\"2024-06-12T01:30:00.000Z\",\"0.00005\",\"0.001077\"\n\"2024-06-12T01:35:00.000Z\",\"0.00005\",\"0.00101\"\n\"2024-06-12T01:40:00.000Z\",\"0.00005\",\"0.001199\"\n\"2024-06-12T01:45:00.000Z\",\"0.00005\",\"0.001096\"\n\"2024-06-12T01:50:00.000Z\",\"0.00005\",\"0.001031\"\n\"2024-06-12T01:55:00.000Z\",\"0.00005\",\"0.000967\"\n\"2024-06-12T02:00:00.000Z\",\"0.00005\",\"0.001158\"\n\"2024-06-12T02:05:00.000Z\",\"0.000045\",\"0.001112\"\n\"2024-06-12T02:10:00.000Z\",\"0.00005\",\"0.001015\"\n\"2024-06-12T02:15:00.000Z\",\"0.00005\",\"0.001083\"\n\"2024-06-12T02:20:00.000Z\",\"0.00005\",\"0.00113\"\n\"2024-06-12T02:25:00.000Z\",\"0.00005\",\"0.00118\"\n\"2024-06-12T02:30:00.000Z\",\"0.00005\",\"0.001079\"\n\"2024-06-12T02:35:00.000Z\",\"0.00005\",\"0.001191\"\n\"2024-06-12T02:40:00.000Z\",\"0.00005\",\"0.001168\"\n\"2024-06-12T02:45:00.000Z\",\"0.00005\",\"0.001062\"\n\"2024-06-12T02:50:00.000Z\",\"0.00005\",\"0.001139\"\n\"2024-06-12T02:55:00.000Z\",\"0.00005\",\"0.001086\"\n\"2024-06-12T03:00:00.000Z\",\"0.000045\",\"0.001002\"\n\"2024-06-12T03:05:00.000Z\",\"0.00005\",\"0.001105\"\n\"2024-06-12T03:10:00.000Z\",\"0.000055\",\"0.001242\"\n\"2024-06-12T03:15:00.000Z\",\"0.00005\",\"0.001072\"\n\"2024-06-12T03:20:00.000Z\",\"0.000045\",\"0.00103\"\n\"2024-06-12T03:25:00.000Z\",\"0.00005\",\"0.00116\"\n\"2024-06-12T03:30:00.000Z\",\"0.00005\",\"0.001046\"\n\"2024-06-12T03:35:00.000Z\",\"0.00005\",\"0.001111\"\n\"2024-06-12T03:40:00.000Z\",\"0.00005\",\"0.001125\"\n\"2024-06-12T03:45:00.000Z\",\"0.00005\",\"0.001039\"\n\"2024-06-12T03:50:00.000Z\",\"0.00005\",\"0.001116\"\n\"2024-06-12T03:55:00.000Z\",\"0.00005\",\"0.000983\"\n\"2024-06-12T04:00:00.000Z\",\"0.00005\",\"0.001137\"\n\"2024-06-12T04:05:00.000Z\",\"0.00005\",\"0.001037\"\n\"2024-06-12T04:10:00.000Z\",\"0.00005\",\"0.001286\"\n\"2024-06-12T04:15:00.000Z\",\"0.00005\",\"0.00117\"\n\"2024-06-12T04:20:00.000Z\",\"0.00005\",\"0.001107\"\n\"2024-06-12T04:25:00.000Z\",\"0.00005\",\"0.001069\"\n\"2024-06-12T04:30:00.000Z\",\"0.000045\",\"0.001028\"\n\"2024-06-12T04:35:00.000Z\",\"0.00005\",\"0.00109\"\n\"2024-06-12T04:40:00.000Z\",\"0.00005\",\"0.001167\"\n\"2024-06-12T04:45:00.000Z\",\"0.00005\",\"0.001141\"\n\"2024-06-12T04:50:00.000Z\",\"0.00005\",\"0.001137\"\n\"2024-06-12T04:55:00.000Z\",\"0.00005\",\"0.001074\"\n\"2024-06-12T05:00:00.000Z\",\"0.00005\",\"0.001137\"\n\"2024-06-12T05:05:00.000Z\",\"0.00005\",\"0.000962\"\n\"2024-06-12T05:10:00.000Z\",\"0.00005\",\"0.001083\"\n\"2024-06-12T05:15:00.000Z\",\"0.00005\",\"0.001096\"\n\"2024-06-12T05:20:00.000Z\",\"0.00005\",\"0.001185\"\n\"2024-06-12T05:25:00.000Z\",\"0.00005\",\"0.001202\"\n\"2024-06-12T05:30:00.000Z\",\"0.00005\",\"0.00105\"\n\"2024-06-12T05:35:00.000Z\",\"0.00005\",\"0.001063\"\n\"2024-06-12T05:40:00.000Z\",\"0.00005\",\"0.001141\"\n\"2024-06-12T05:45:00.000Z\",\"0.000045\",\"0.001128\"\n\"2024-06-12T05:50:00.000Z\",\"0.00005\",\"0.001095\"\n\"2024-06-12T05:55:00.000Z\",\"0.00005\",\"0.001084\"\n\"2024-06-12T06:00:00.000Z\",\"0.00005\",\"0.001062\"\n\"2024-06-12T06:05:00.000Z\",\"0.00005\",\"0.001046\"\n\"2024-06-12T06:10:00.000Z\",\"0.00005\",\"0.001072\"\n\"2024-06-12T06:15:00.000Z\",\"0.00005\",\"0.001174\"\n\"2024-06-12T06:20:00.000Z\",\"0.00005\",\"0.001118\"\n\"2024-06-12T06:25:00.000Z\",\"0.00005\",\"0.001131\"\n\"2024-06-12T06:30:00.000Z\",\"0.00005\",\"0.001213\"\n\"2024-06-12T06:35:00.000Z\",\"0.00005\",\"0.001207\"\n\"2024-06-12T06:40:00.000Z\",\"0.00005\",\"0.001397\"\n\"2024-06-12T06:45:00.000Z\",\"0.00005\",\"0.001403\"\n\"2024-06-12T06:50:00.000Z\",\"0.00005\",\"0.001076\"\n\"2024-06-12T06:55:00.000Z\",\"0.000045\",\"0.001065\"\n\"2024-06-12T07:00:00.000Z\",\"0.00005\",\"0.001147\"\n\"2024-06-12T07:05:00.000Z\",\"0.00005\",\"0.001124\"\n\"2024-06-12T07:10:00.000Z\",\"0.00005\",\"0.001203\"\n\"2024-06-12T07:15:00.000Z\",\"0.00005\",\"0.001249\"\n\"2024-06-12T07:20:00.000Z\",\"0.00005\",\"0.0011\"\n\"2024-06-12T07:25:00.000Z\",\"0.00005\",\"0.001092\"\n\"2024-06-12T07:30:00.000Z\",\"0.00005\",\"0.001275\"\n\"2024-06-12T07:35:00.000Z\",\"0.00005\",\"0.001181\"\n\"2024-06-12T07:40:00.000Z\",\"0.00005\",\"0.001161\"\n\"2024-06-12T07:45:00.000Z\",\"0.00005\",\"0.001165\"\n\"2024-06-12T07:50:00.000Z\",\"0.00005\",\"0.001233\"\n\"2024-06-12T07:55:00.000Z\",\"0.00005\",\"0.00105\"\n\"2024-06-12T08:00:00.000Z\",\"0.00005\",\"0.001021\"\n\"2024-06-12T08:05:00.000Z\",\"0.000045\",\"0.001255\"\n\"2024-06-12T08:10:00.000Z\",\"0.00005\",\"0.001176\"\n\"2024-06-12T08:15:00.000Z\",\"0.00005\",\"0.001167\"\n\"2024-06-12T08:20:00.000Z\",\"0.00005\",\"0.001036\"\n\"2024-06-12T08:25:00.000Z\",\"0.00005\",\"0.001021\"\n\"2024-06-12T08:30:00.000Z\",\"0.00005\",\"0.001183\"\n\"2024-06-12T08:35:00.000Z\",\"0.00005\",\"0.001118\"\n\"2024-06-12T08:40:00.000Z\",\"0.00005\",\"0.001144\"\n\"2024-06-12T08:45:00.000Z\",\"0.00005\",\"0.001161\"\n\"2024-06-12T08:50:00.000Z\",\"0.00005\",\"0.001144\"\n\"2024-06-12T08:55:00.000Z\",\"0.00005\",\"0.001254\"\n\"2024-06-12T09:00:00.000Z\",\"0.00005\",\"0.001237\"\n\"2024-06-12T09:05:00.000Z\",\"0.00005\",\"0.001181\"\n\"2024-06-12T09:10:00.000Z\",\"0.00005\",\"0.00106\"\n\"2024-06-12T09:15:00.000Z\",\"0.00005\",\"0.001128\"\n\"2024-06-12T09:20:00.000Z\",\"0.000045\",\"0.001057\"\n\"2024-06-12T09:25:00.000Z\",\"0.00005\",\"0.00113\"\n\"2024-06-12T09:30:00.000Z\",\"0.00005\",\"0.001113\"\n\"2024-06-12T09:35:00.000Z\",\"0.00005\",\"0.001078\"\n\"2024-06-12T09:40:00.000Z\",\"0.00005\",\"0.001133\"\n\"2024-06-12T09:45:00.000Z\",\"0.00005\",\"0.0011\"\n\"2024-06-12T09:50:00.000Z\",\"0.00005\",\"0.001172\"\n\"2024-06-12T09:55:00.000Z\",\"0.00005\",\"0.001062\"\n\"2024-06-12T10:00:00.000Z\",\"0.00005\",\"0.001236\"\n\"2024-06-12T10:05:00.000Z\",\"0.00005\",\"0.001047\"\n\"2024-06-12T10:10:00.000Z\",\"0.00005\",\"0.001103\"\n\"2024-06-12T10:15:00.000Z\",\"0.00005\",\"0.001208\"\n\"2024-06-12T10:20:00.000Z\",\"0.00005\",\"0.001111\"\n\"2024-06-12T10:25:00.000Z\",\"0.00005\",\"0.001057\"\n\"2024-06-12T10:30:00.000Z\",\"0.000045\",\"0.001159\"\n\"2024-06-12T10:35:00.000Z\",\"0.00005\",\"0.00114\"\n\"2024-06-12T10:40:00.000Z\",\"0.00005\",\"0.001149\"\n\"2024-06-12T10:45:00.000Z\",\"0.00005\",\"0.001174\"\n\"2024-06-12T10:50:00.000Z\",\"0.00005\",\"0.001132\"\n\"2024-06-12T10:55:00.000Z\",\"0.00005\",\"0.001149\"\n\"2024-06-12T11:00:00.000Z\",\"0.00005\",\"0.001105\"\n\"2024-06-12T11:05:00.000Z\",\"0.00005\",\"0.001029\"\n\"2024-06-12T11:10:00.000Z\",\"0.00005\",\"0.001132\"\n\"2024-06-12T11:15:00.000Z\",\"0.00005\",\"0.001211\"\n\"2024-06-12T11:20:00.000Z\",\"0.00005\",\"0.001093\"\n\"2024-06-12T11:25:00.000Z\",\"0.00005\",\"0.001079\"\n\"2024-06-12T11:30:00.000Z\",\"0.00005\",\"0.001094\"\n\"2024-06-12T11:35:00.000Z\",\"0.00005\",\"0.001006\"\n\"2024-06-12T11:40:00.000Z\",\"0.00005\",\"0.0011\"\n\"2024-06-12T11:45:00.000Z\",\"0.000045\",\"0.0012\"\n\"2024-06-12T11:50:00.000Z\",\"0.00005\",\"0.001066\"\n\"2024-06-12T11:55:00.000Z\",\"0.00005\",\"0.001198\"\n\"2024-06-12T12:00:00.000Z\",\"0.00005\",\"0.001108\"\n\"2024-06-12T12:05:00.000Z\",\"0.00005\",\"0.001133\"\n\"2024-06-12T12:10:00.000Z\",\"0.00005\",\"0.001158\"\n\"2024-06-12T12:15:00.000Z\",\"0.00005\",\"0.001012\"\n\"2024-06-12T12:20:00.000Z\",\"0.00005\",\"0.001098\"\n\"2024-06-12T12:25:00.000Z\",\"0.00005\",\"0.001166\"\n\"2024-06-12T12:30:00.000Z\",\"0.00005\",\"0.001185\"\n\"2024-06-12T12:35:00.000Z\",\"0.00005\",\"0.001134\"\n\"2024-06-12T12:40:00.000Z\",\"0.00005\",\"0.001135\"\n\"2024-06-12T12:45:00.000Z\",\"0.00005\",\"0.001038\"\n\"2024-06-12T12:50:00.000Z\",\"0.00005\",\"0.001189\"\n\"2024-06-12T12:55:00.000Z\",\"0.000055\",\"0.001063\"\n\"2024-06-12T13:00:00.000Z\",\"0.00005\",\"0.001159\"\n\"2024-06-12T13:05:00.000Z\",\"0.00005\",\"0.001163\"\n\"2024-06-12T13:10:00.000Z\",\"0.00005\",\"0.001052\"\n\"2024-06-12T13:15:00.000Z\",\"0.00005\",\"0.001012\"\n\"2024-06-12T13:20:00.000Z\",\"0.000045\",\"0.001216\"\n\"2024-06-12T13:25:00.000Z\",\"0.00005\",\"0.001079\"\n\"2024-06-12T13:30:00.000Z\",\"0.00005\",\"0.001177\"\n\"2024-06-12T13:35:00.000Z\",\"0.00005\",\"0.001034\"\n\"2024-06-12T13:40:00.000Z\",\"0.00005\",\"0.001052\"\n\"2024-06-12T13:45:00.000Z\",\"0.00005\",\"0.001141\"\n\"2024-06-12T13:50:00.000Z\",\"0.00005\",\"0.001119\"\n\"2024-06-12T13:55:00.000Z\",\"0.00005\",\"0.001127\"\n\"2024-06-12T14:00:00.000Z\",\"0.00005\",\"0.001011\"\n\"2024-06-12T14:05:00.000Z\",\"0.00005\",\"0.001094\"\n\"2024-06-12T14:10:00.000Z\",\"0.00005\",\"0.001081\"\n\"2024-06-12T14:15:00.000Z\",\"0.00005\",\"0.001165\"\n\"2024-06-12T14:20:00.000Z\",\"0.00005\",\"0.001142\"\n\"2024-06-12T14:25:00.000Z\",\"0.00005\",\"0.001113\"\n\"2024-06-12T14:30:00.000Z\",\"0.000045\",\"0.001139\"\n\"2024-06-12T14:35:00.000Z\",\"0.00005\",\"0.001172\"\n\"2024-06-12T14:40:00.000Z\",\"0.00005\",\"0.001119\"\n\"2024-06-12T14:45:00.000Z\",\"0.00005\",\"0.001167\"\n\"2024-06-12T14:50:00.000Z\",\"0.00005\",\"0.00108\"\n\"2024-06-12T14:55:00.000Z\",\"0.00005\",\"0.000996\"\n\"2024-06-12T15:00:00.000Z\",\"0.00005\",\"0.001127\"\n\"2024-06-12T15:05:00.000Z\",\"0.00005\",\"0.00117\"\n\"2024-06-12T15:10:00.000Z\",\"0.00005\",\"0.001008\"\n\"2024-06-12T15:15:00.000Z\",\"0.00005\",\"0.001078\"\n\"2024-06-12T15:20:00.000Z\",\"0.00005\",\"0.001087\"\n\"2024-06-12T15:25:00.000Z\",\"0.00005\",\"0.001155\"\n\"2024-06-12T15:30:00.000Z\",\"0.00005\",\"0.001127\"\n\"2024-06-12T15:35:00.000Z\",\"0.00005\",\"0.001039\"\n\"2024-06-12T15:40:00.000Z\",\"0.00005\",\"0.001092\"\n\"2024-06-12T15:45:00.000Z\",\"0.00005\",\"0.001202\"\n\"2024-06-12T15:50:00.000Z\",\"0.000045\",\"0.001111\"\n\"2024-06-12T15:55:00.000Z\",\"0.00005\",\"0.001109\"\n\"2024-06-12T16:00:00.000Z\",\"0.00005\",\"0.001062\"\n\"2024-06-12T16:05:00.000Z\",\"0.00005\",\"0.001025\"\n\"2024-06-12T16:10:00.000Z\",\"0.00005\",\"0.001043\"\n\"2024-06-12T16:15:00.000Z\",\"0.00005\",\"0.001225\"\n\"2024-06-12T16:20:00.000Z\",\"0.00005\",\"0.001186\"\n\"2024-06-12T16:25:00.000Z\",\"0.00005\",\"0.000966\"\n\"2024-06-12T16:30:00.000Z\",\"0.00005\",\"0.001256\"\n\"2024-06-12T16:35:00.000Z\",\"0.00005\",\"0.001164\"\n\"2024-06-12T16:40:00.000Z\",\"0.00005\",\"0.001142\"\n\"2024-06-12T16:45:00.000Z\",\"0.00005\",\"0.001108\"\n\"2024-06-12T16:50:00.000Z\",\"0.00005\",\"0.001075\"\n\"2024-06-12T16:55:00.000Z\",\"0.00005\",\"0.001173\"\n\"2024-06-12T17:00:00.000Z\",\"0.00005\",\"0.001165\"\n\"2024-06-12T17:05:00.000Z\",\"0.000045\",\"0.001173\"\n\"2024-06-12T17:10:00.000Z\",\"0.00005\",\"0.00118\"\n\"2024-06-12T17:15:00.000Z\",\"0.00005\",\"0.00121\"\n\"2024-06-12T17:20:00.000Z\",\"0.00005\",\"0.000981\"\n\"2024-06-12T17:25:00.000Z\",\"0.00005\",\"0.001179\"\n\"2024-06-12T17:30:00.000Z\",\"0.00005\",\"0.001122\"\n\"2024-06-12T17:35:00.000Z\",\"0.00005\",\"0.001096\"\n\"2024-06-12T17:40:00.000Z\",\"0.00005\",\"0.001178\"\n\"2024-06-12T17:45:00.000Z\",\"0.00005\",\"0.001149\"\n\"2024-06-12T17:50:00.000Z\",\"0.00005\",\"0.001239\"\n\"2024-06-12T17:55:00.000Z\",\"0.00005\",\"0.001112\"\n\"2024-06-12T18:00:00.000Z\",\"0.00005\",\"0.001139\"\n\"2024-06-12T18:05:00.000Z\",\"0.00005\",\"0.001103\"\n\"2024-06-12T18:10:00.000Z\",\"0.00005\",\"0.001113\"\n\"2024-06-12T18:15:00.000Z\",\"0.00005\",\"0.001178\"\n\"2024-06-12T18:20:00.000Z\",\"0.000045\",\"0.001122\"\n\"2024-06-12T18:25:00.000Z\",\"0.00005\",\"0.001291\"\n\"2024-06-12T18:30:00.000Z\",\"0.00005\",\"0.001278\"\n\"2024-06-12T18:35:00.000Z\",\"0.00005\",\"0.001252\"\n\"2024-06-12T18:40:00.000Z\",\"0.00005\",\"0.001282\"\n\"2024-06-12T18:45:00.000Z\",\"0.00005\",\"0.001278\"\n\"2024-06-12T18:50:00.000Z\",\"0.00005\",\"0.001241\"\n\"2024-06-12T18:55:00.000Z\",\"0.00005\",\"0.00119\"\n\"2024-06-12T19:00:00.000Z\",\"0.00005\",\"0.001332\"\n\"2024-06-12T19:05:00.000Z\",\"0.00005\",\"0.001219\"\n\"2024-06-12T19:10:00.000Z\",\"0.00005\",\"0.0013\"\n\"2024-06-12T19:15:00.000Z\",\"0.00005\",\"0.001128\"\n\"2024-06-12T19:20:00.000Z\",\"0.00005\",\"0.001062\"\n\"2024-06-12T19:25:00.000Z\",\"0.00005\",\"0.001134\"\n\"2024-06-12T19:30:00.000Z\",\"0.00005\",\"0.001203\"\n\"2024-06-12T19:35:00.000Z\",\"0.000045\",\"0.001105\"\n\"2024-06-12T19:40:00.000Z\",\"0.00005\",\"0.001068\"\n\"2024-06-12T19:45:00.000Z\",\"0.00005\",\"0.001161\"\n\"2024-06-12T19:50:00.000Z\",\"0.00005\",\"0.001156\"\n\"2024-06-12T19:55:00.000Z\",\"0.00005\",\"0.0011\"\n\"2024-06-12T20:00:00.000Z\",\"0.00005\",\"0.00112\"\n\"2024-06-12T20:05:00.000Z\",\"0.00005\",\"0.001079\"\n\"2024-06-12T20:10:00.000Z\",\"0.00005\",\"0.00115\"\n\"2024-06-12T20:15:00.000Z\",\"0.00005\",\"0.001198\"\n\"2024-06-12T20:20:00.000Z\",\"0.00005\",\"0.001161\"\n\"2024-06-12T20:25:00.000Z\",\"0.00005\",\"0.001147\"\n\"2024-06-12T20:30:00.000Z\",\"0.00005\",\"0.001101\"\n\"2024-06-12T20:35:00.000Z\",\"0.00005\",\"0.001126\"\n\"2024-06-12T20:40:00.000Z\",\"0.00005\",\"0.001181\"\n\"2024-06-12T20:45:00.000Z\",\"0.00005\",\"0.001176\"\n\"2024-06-12T20:50:00.000Z\",\"0.00005\",\"0.001094\"\n\"2024-06-12T20:55:00.000Z\",\"0.000045\",\"0.001071\"\n\"2024-06-12T21:00:00.000Z\",\"0.00005\",\"0.001113\"\n\"2024-06-12T21:05:00.000Z\",\"0.00005\",\"0.001111\"\n\"2024-06-12T21:10:00.000Z\",\"0.00005\",\"0.001131\"\n\"2024-06-12T21:15:00.000Z\",\"0.00005\",\"0.001166\"\n\"2024-06-12T21:20:00.000Z\",\"0.00005\",\"0.001192\"\n\"2024-06-12T21:25:00.000Z\",\"0.00005\",\"0.000982\"\n\"2024-06-12T21:30:00.000Z\",\"0.00005\",\"0.001207\"\n\"2024-06-12T21:35:00.000Z\",\"0.00005\",\"0.001184\"\n\"2024-06-12T21:40:00.000Z\",\"0.00005\",\"0.001129\"\n\"2024-06-12T21:45:00.000Z\",\"0.00005\",\"0.001154\"\n\"2024-06-12T21:50:00.000Z\",\"0.00005\",\"0.00107\"\n\"2024-06-12T21:55:00.000Z\",\"0.00005\",\"0.001108\"\n\"2024-06-12T22:00:00.000Z\",\"0.00005\",\"0.001173\"\n\"2024-06-12T22:05:00.000Z\",\"0.00005\",\"0.001168\"\n\"2024-06-12T22:10:00.000Z\",\"0.000045\",\"0.00104\"\n\"2024-06-12T22:15:00.000Z\",\"0.00005\",\"0.001083\"\n\"2024-06-12T22:20:00.000Z\",\"0.00005\",\"0.001211\"\n\"2024-06-12T22:25:00.000Z\",\"0.00005\",\"0.001202\"\n\"2024-06-12T22:30:00.000Z\",\"0.00005\",\"0.00121\"\n\"2024-06-12T22:35:00.000Z\",\"0.00005\",\"0.00111\"\n\"2024-06-12T22:40:00.000Z\",\"0.00005\",\"0.001107\"\n\"2024-06-12T22:45:00.000Z\",\"0.00005\",\"0.001244\"\n\"2024-06-12T22:50:00.000Z\",\"0.00005\",\"0.001193\"\n\"2024-06-12T22:55:00.000Z\",\"0.00005\",\"0.001084\"\n\"2024-06-12T23:00:00.000Z\",\"0.00005\",\"0.001132\"\n\"2024-06-12T23:05:00.000Z\",\"0.00005\",\"0.001086\"\n\"2024-06-12T23:10:00.000Z\",\"0.00005\",\"0.001123\"\n\"2024-06-12T23:15:00.000Z\",\"0.00005\",\"0.001217\"\n\"2024-06-12T23:20:00.000Z\",\"0.00005\",\"0.001113\"\n\"2024-06-12T23:25:00.000Z\",\"0.00005\",\"0.001137\"\n\"2024-06-12T23:30:00.000Z\",\"0.000045\",\"0.001125\"\n\"2024-06-12T23:35:00.000Z\",\"0.00005\",\"0.001047\"\n\"2024-06-12T23:40:00.000Z\",\"0.00005\",\"0.001271\"\n\"2024-06-12T23:45:00.000Z\",\"0.00005\",\"0.001055\"\n\"2024-06-12T23:50:00.000Z\",\"0.00005\",\"0.001095\"\n\"2024-06-12T23:55:00.000Z\",\"0.00005\",\"0.001269\"\n\"2024-06-13T00:00:00.000Z\",\"0.00005\",\"0.001222\"\n\"2024-06-13T00:05:00.000Z\",\"0.00005\",\"0.001129\"\n\"2024-06-13T00:10:00.000Z\",\"0.00005\",\"0.001227\"\n\"2024-06-13T00:15:00.000Z\",\"0.00005\",\"0.001123\"\n\"2024-06-13T00:20:00.000Z\",\"0.00005\",\"0.001238\"\n\"2024-06-13T00:25:00.000Z\",\"0.00005\",\"0.001252\"\n\"2024-06-13T00:30:00.000Z\",\"0.00005\",\"0.001206\"\n\"2024-06-13T00:35:00.000Z\",\"0.00005\",\"0.001152\"\n\"2024-06-13T00:40:00.000Z\",\"0.000045\",\"0.001197\"\n\"2024-06-13T00:45:00.000Z\",\"0.00005\",\"0.001247\"\n\"2024-06-13T00:50:00.000Z\",\"0.00005\",\"0.001237\"\n\"2024-06-13T00:55:00.000Z\",\"0.00005\",\"0.001206\"\n\"2024-06-13T01:00:00.000Z\",\"0.00005\",\"0.00121\"\n\"2024-06-13T01:05:00.000Z\",\"0.00005\",\"0.001194\"\n\"2024-06-13T01:10:00.000Z\",\"0.00005\",\"0.001314\"\n\"2024-06-13T01:15:00.000Z\",\"0.00005\",\"0.001161\"\n\"2024-06-13T01:20:00.000Z\",\"0.00005\",\"0.001111\"\n\"2024-06-13T01:25:00.000Z\",\"0.00005\",\"0.001003\"\n\"2024-06-13T01:30:00.000Z\",\"0.00005\",\"0.001226\"\n\"2024-06-13T01:35:00.000Z\",\"0.00005\",\"0.00125\"\n\"2024-06-13T01:40:00.000Z\",\"0.00005\",\"0.001199\"\n\"2024-06-13T01:45:00.000Z\",\"0.00005\",\"0.001164\"\n\"2024-06-13T01:50:00.000Z\",\"0.00005\",\"0.001139\"\n\"2024-06-13T01:55:00.000Z\",\"0.00005\",\"0.001282\"\n\"2024-06-13T02:00:00.000Z\",\"0.000045\",\"0.001207\"\n\"2024-06-13T02:05:00.000Z\",\"0.00005\",\"0.001184\"\n\"2024-06-13T02:10:00.000Z\",\"0.00005\",\"0.001157\"\n\"2024-06-13T02:15:00.000Z\",\"0.00005\",\"0.0011\"\n\"2024-06-13T02:20:00.000Z\",\"0.00005\",\"0.001188\"\n\"2024-06-13T02:25:00.000Z\",\"0.00005\",\"0.001245\"\n\"2024-06-13T02:30:00.000Z\",\"0.00005\",\"0.001233\"\n\"2024-06-13T02:35:00.000Z\",\"0.00005\",\"0.001135\"\n\"2024-06-13T02:40:00.000Z\",\"0.00005\",\"0.001223\"\n\"2024-06-13T02:45:00.000Z\",\"0.00005\",\"0.001132\"\n\"2024-06-13T02:50:00.000Z\",\"0.00005\",\"0.001189\"\n\"2024-06-13T02:55:00.000Z\",\"0.00005\",\"0.001174\"\n\"2024-06-13T03:00:00.000Z\",\"0.00005\",\"0.001171\"\n\"2024-06-13T03:05:00.000Z\",\"0.00005\",\"0.001253\"\n\"2024-06-13T03:10:00.000Z\",\"0.00005\",\"0.001199\"\n\"2024-06-13T03:15:00.000Z\",\"0.000045\",\"0.001262\"\n\"2024-06-13T03:20:00.000Z\",\"0.00005\",\"0.001147\"\n\"2024-06-13T03:25:00.000Z\",\"0.00005\",\"0.00123\"\n\"2024-06-13T03:30:00.000Z\",\"0.00005\",\"0.001188\"\n\"2024-06-13T03:35:00.000Z\",\"0.00005\",\"0.001114\"\n\"2024-06-13T03:40:00.000Z\",\"0.00005\",\"0.001181\"\n\"2024-06-13T03:45:00.000Z\",\"0.00005\",\"0.001194\"\n\"2024-06-13T03:50:00.000Z\",\"0.00005\",\"0.00125\"\n\"2024-06-13T03:55:00.000Z\",\"0.00005\",\"0.001227\"\n\"2024-06-13T04:00:00.000Z\",\"0.00005\",\"0.001154\"\n\"2024-06-13T04:05:00.000Z\",\"0.00005\",\"0.00123\"\n\"2024-06-13T04:10:00.000Z\",\"0.00005\",\"0.001214\"\n\"2024-06-13T04:15:00.000Z\",\"0.00005\",\"0.001145\"\n\"2024-06-13T04:20:00.000Z\",\"0.00005\",\"0.001171\"\n\"2024-06-13T04:25:00.000Z\",\"0.00005\",\"0.001167\"\n\"2024-06-13T04:30:00.000Z\",\"0.000045\",\"0.00117\"\n\"2024-06-13T04:35:00.000Z\",\"0.00005\",\"0.001225\"\n\"2024-06-13T04:40:00.000Z\",\"0.00005\",\"0.001181\"\n\"2024-06-13T04:45:00.000Z\",\"0.00005\",\"0.001236\"\n\"2024-06-13T04:50:00.000Z\",\"0.00005\",\"0.001255\"\n\"2024-06-13T04:55:00.000Z\",\"0.00005\",\"0.001246\"\n\"2024-06-13T05:00:00.000Z\",\"0.00005\",\"0.001133\"\n\"2024-06-13T05:05:00.000Z\",\"0.00005\",\"0.001165\"\n\"2024-06-13T05:10:00.000Z\",\"0.00005\",\"0.001132\"\n\"2024-06-13T05:15:00.000Z\",\"0.00005\",\"0.001207\"\n\"2024-06-13T05:20:00.000Z\",\"0.00005\",\"0.001142\"\n\"2024-06-13T05:25:00.000Z\",\"0.00005\",\"0.001159\"\n\"2024-06-13T05:30:00.000Z\",\"0.00005\",\"0.001266\"\n\"2024-06-13T05:35:00.000Z\",\"0.00005\",\"0.00109\"\n\"2024-06-13T05:40:00.000Z\",\"0.00005\",\"0.001222\"\n\"2024-06-13T05:45:00.000Z\",\"0.000045\",\"0.001289\"\n\"2024-06-13T05:50:00.000Z\",\"0.00005\",\"0.001137\"\n\"2024-06-13T05:55:00.000Z\",\"0.00005\",\"0.001199\"\n\"2024-06-13T06:00:00.000Z\",\"0.00005\",\"0.001241\"\n\"2024-06-13T06:05:00.000Z\",\"0.00005\",\"0.001038\"\n\"2024-06-13T06:10:00.000Z\",\"0.00005\",\"0.001105\"\n\"2024-06-13T06:15:00.000Z\",\"0.00005\",\"0.001154\"\n\"2024-06-13T06:20:00.000Z\",\"0.00005\",\"0.001163\"\n\"2024-06-13T06:25:00.000Z\",\"0.00005\",\"0.001108\"\n\"2024-06-13T06:30:00.000Z\",\"0.00005\",\"0.001113\"\n\"2024-06-13T06:35:00.000Z\",\"0.00005\",\"0.001204\"\n\"2024-06-13T06:40:00.000Z\",\"0.00005\",\"0.001196\"\n\"2024-06-13T06:45:00.000Z\",\"0.00005\",\"0.001087\"\n\"2024-06-13T06:50:00.000Z\",\"0.00005\",\"0.001257\"\n\"2024-06-13T06:55:00.000Z\",\"0.00005\",\"0.001242\"\n\"2024-06-13T07:00:00.000Z\",\"0.000045\",\"0.001263\"\n\"2024-06-13T07:05:00.000Z\",\"0.00005\",\"0.001195\"\n\"2024-06-13T07:10:00.000Z\",\"0.00005\",\"0.001169\"\n\"2024-06-13T07:15:00.000Z\",\"0.00005\",\"0.00118\"\n\"2024-06-13T07:20:00.000Z\",\"0.00005\",\"0.001147\"\n\"2024-06-13T07:25:00.000Z\",\"0.00005\",\"0.001301\"\n\"2024-06-13T07:30:00.000Z\",\"0.00005\",\"0.001304\"\n\"2024-06-13T07:35:00.000Z\",\"0.00005\",\"0.001249\"\n\"2024-06-13T07:40:00.000Z\",\"0.00005\",\"0.001137\"\n\"2024-06-13T07:45:00.000Z\",\"0.00005\",\"0.001147\"\n\"2024-06-13T07:50:00.000Z\",\"0.00005\",\"0.001129\"\n\"2024-06-13T07:55:00.000Z\",\"0.00005\",\"0.001117\"\n\"2024-06-13T08:00:00.000Z\",\"0.00005\",\"0.00122\"\n\"2024-06-13T08:05:00.000Z\",\"0.00005\",\"0.001176\"\n\"2024-06-13T08:10:00.000Z\",\"0.00005\",\"0.001013\"\n\"2024-06-13T08:15:00.000Z\",\"0.00005\",\"0.001185\"\n\"2024-06-13T08:20:00.000Z\",\"0.000045\",\"0.001209\"\n\"2024-06-13T08:25:00.000Z\",\"0.00005\",\"0.00111\"\n\"2024-06-13T08:30:00.000Z\",\"0.00005\",\"0.001113\"\n\"2024-06-13T08:35:00.000Z\",\"0.00005\",\"0.001211\"\n\"2024-06-13T08:40:00.000Z\",\"0.00005\",\"0.001114\"\n\"2024-06-13T08:45:00.000Z\",\"0.00005\",\"0.001246\"\n\"2024-06-13T08:50:00.000Z\",\"0.00005\",\"0.001191\"\n\"2024-06-13T08:55:00.000Z\",\"0.00005\",\"0.001203\"\n\"2024-06-13T09:00:00.000Z\",\"0.00005\",\"0.001168\"\n\"2024-06-13T09:05:00.000Z\",\"0.00005\",\"0.001208\"\n\"2024-06-13T09:10:00.000Z\",\"0.000045\",\"0.001215\"\n\"2024-06-13T09:15:00.000Z\",\"0.000055\",\"0.00126\"\n\"2024-06-13T09:20:00.000Z\",\"0.00005\",\"0.001188\"\n\"2024-06-13T09:25:00.000Z\",\"0.00005\",\"0.001179\"\n\"2024-06-13T09:30:00.000Z\",\"0.000045\",\"0.00119\"\n\"2024-06-13T09:35:00.000Z\",\"0.00005\",\"0.001203\"\n\"2024-06-13T09:40:00.000Z\",\"0.00005\",\"0.001188\"\n\"2024-06-13T09:45:00.000Z\",\"0.00005\",\"0.001105\"\n\"2024-06-13T09:50:00.000Z\",\"0.00005\",\"0.001061\"\n\"2024-06-13T09:55:00.000Z\",\"0.00005\",\"0.001198\"\n\"2024-06-13T10:00:00.000Z\",\"0.00005\",\"0.001172\"\n\"2024-06-13T10:05:00.000Z\",\"0.00005\",\"0.00125\"\n\"2024-06-13T10:10:00.000Z\",\"0.00005\",\"0.001052\"\n\"2024-06-13T10:15:00.000Z\",\"0.00005\",\"0.001182\"\n\"2024-06-13T10:20:00.000Z\",\"0.00005\",\"0.001075\"\n\"2024-06-13T10:25:00.000Z\",\"0.00005\",\"0.001181\"\n\"2024-06-13T10:30:00.000Z\",\"0.00005\",\"0.001199\"\n\"2024-06-13T10:35:00.000Z\",\"0.00005\",\"0.001135\"\n\"2024-06-13T10:40:00.000Z\",\"0.00005\",\"0.001222\"\n\"2024-06-13T10:45:00.000Z\",\"0.000045\",\"0.00118\"\n\"2024-06-13T10:50:00.000Z\",\"0.00005\",\"0.001105\"\n\"2024-06-13T10:55:00.000Z\",\"0.00005\",\"0.001148\"\n\"2024-06-13T11:00:00.000Z\",\"0.00005\",\"0.001176\"\n\"2024-06-13T11:05:00.000Z\",\"0.00005\",\"0.00118\"\n\"2024-06-13T11:10:00.000Z\",\"0.00005\",\"0.001233\"\n\"2024-06-13T11:15:00.000Z\",\"0.00005\",\"0.00121\"\n\"2024-06-13T11:20:00.000Z\",\"0.00005\",\"0.000973\"\n\"2024-06-13T11:25:00.000Z\",\"0.00005\",\"0.001161\"\n\"2024-06-13T11:30:00.000Z\",\"0.00005\",\"0.001141\"\n\"2024-06-13T11:35:00.000Z\",\"0.00005\",\"0.001137\"\n\"2024-06-13T11:40:00.000Z\",\"0.00005\",\"0.001096\"\n\"2024-06-13T11:45:00.000Z\",\"0.00005\",\"0.001092\"\n\"2024-06-13T11:50:00.000Z\",\"0.00005\",\"0.001243\"\n\"2024-06-13T11:55:00.000Z\",\"0.00005\",\"0.001198\"\n\"2024-06-13T12:00:00.000Z\",\"0.000045\",\"0.001149\"\n\"2024-06-13T12:05:00.000Z\",\"0.00005\",\"0.001078\"\n\"2024-06-13T12:10:00.000Z\",\"0.00005\",\"0.001174\"\n\"2024-06-13T12:15:00.000Z\",\"0.00005\",\"0.001177\"\n\"2024-06-13T12:20:00.000Z\",\"0.00005\",\"0.001125\"\n\"2024-06-13T12:25:00.000Z\",\"0.00005\",\"0.001056\"\n\"2024-06-13T12:30:00.000Z\",\"0.00005\",\"0.001103\"\n\"2024-06-13T12:35:00.000Z\",\"0.00005\",\"0.001258\"\n\"2024-06-13T12:40:00.000Z\",\"0.00005\",\"0.001151\"\n\"2024-06-13T12:45:00.000Z\",\"0.00005\",\"0.001176\"\n\"2024-06-13T12:50:00.000Z\",\"0.00005\",\"0.001163\"\n\"2024-06-13T12:55:00.000Z\",\"0.00005\",\"0.001164\"\n\"2024-06-13T13:00:00.000Z\",\"0.00005\",\"0.001187\"\n\"2024-06-13T13:05:00.000Z\",\"0.00005\",\"0.001182\"\n\"2024-06-13T13:10:00.000Z\",\"0.00005\",\"0.001182\"\n\"2024-06-13T13:15:00.000Z\",\"0.000045\",\"0.001103\"\n\"2024-06-13T13:20:00.000Z\",\"0.00005\",\"0.001135\"\n\"2024-06-13T13:25:00.000Z\",\"0.00005\",\"0.001081\"\n\"2024-06-13T13:30:00.000Z\",\"0.00005\",\"0.001132\"\n\"2024-06-13T13:35:00.000Z\",\"0.00005\",\"0.001101\"\n\"2024-06-13T13:40:00.000Z\",\"0.00005\",\"0.001077\"\n\"2024-06-13T13:45:00.000Z\",\"0.00005\",\"0.00113\"\n\"2024-06-13T13:50:00.000Z\",\"0.00005\",\"0.001194\"\n\"2024-06-13T13:55:00.000Z\",\"0.00005\",\"0.00113\"\n\"2024-06-13T14:00:00.000Z\",\"0.00005\",\"0.001079\"\n\"2024-06-13T14:05:00.000Z\",\"0.00005\",\"0.001108\"\n\"2024-06-13T14:10:00.000Z\",\"0.00005\",\"0.001036\"\n\"2024-06-13T14:15:00.000Z\",\"0.00005\",\"0.001231\"\n\"2024-06-13T14:20:00.000Z\",\"0.00005\",\"0.001117\"\n\"2024-06-13T14:25:00.000Z\",\"0.00005\",\"0.001144\"\n\"2024-06-13T14:30:00.000Z\",\"0.00005\",\"0.001179\"\n\"2024-06-13T14:35:00.000Z\",\"0.000045\",\"0.001051\"\n\"2024-06-13T14:40:00.000Z\",\"0.00005\",\"0.001136\"\n\"2024-06-13T14:45:00.000Z\",\"0.00005\",\"0.00107\"\n\"2024-06-13T14:50:00.000Z\",\"0.00005\",\"0.001124\"\n\"2024-06-13T14:55:00.000Z\",\"0.00005\",\"0.001034\"\n\"2024-06-13T15:00:00.000Z\",\"0.00005\",\"0.001121\"\n\"2024-06-13T15:05:00.000Z\",\"0.00005\",\"0.001089\"\n\"2024-06-13T15:10:00.000Z\",\"0.00005\",\"0.001204\"\n\"2024-06-13T15:15:00.000Z\",\"0.00005\",\"0.001093\"\n\"2024-06-13T15:20:00.000Z\",\"0.00005\",\"0.001193\"\n\"2024-06-13T15:25:00.000Z\",\"0.00005\",\"0.001089\"\n\"2024-06-13T15:30:00.000Z\",\"0.00005\",\"0.001124\"\n\"2024-06-13T15:35:00.000Z\",\"0.00005\",\"0.00124\"\n\"2024-06-13T15:40:00.000Z\",\"0.00005\",\"0.001165\"\n\"2024-06-13T15:45:00.000Z\",\"0.00005\",\"0.001092\"\n\"2024-06-13T15:50:00.000Z\",\"0.00005\",\"0.001127\"\n\"2024-06-13T15:55:00.000Z\",\"0.00005\",\"0.001109\"\n\"2024-06-13T16:00:00.000Z\",\"0.00005\",\"0.001189\"\n\"2024-06-13T16:05:00.000Z\",\"0.00005\",\"0.000997\"\n\"2024-06-13T16:10:00.000Z\",\"0.00005\",\"0.001188\"\n\"2024-06-13T16:15:00.000Z\",\"0.00005\",\"0.001131\"\n\"2024-06-13T16:20:00.000Z\",\"0.000045\",\"0.001156\"\n\"2024-06-13T16:25:00.000Z\",\"0.00005\",\"0.001214\"\n\"2024-06-13T16:30:00.000Z\",\"0.00005\",\"0.001055\"\n\"2024-06-13T16:35:00.000Z\",\"0.00005\",\"0.001181\"\n\"2024-06-13T16:40:00.000Z\",\"0.00005\",\"0.001001\"\n\"2024-06-13T16:45:00.000Z\",\"0.00005\",\"0.001054\"\n\"2024-06-13T16:50:00.000Z\",\"0.00005\",\"0.001108\"\n\"2024-06-13T16:55:00.000Z\",\"0.00005\",\"0.00125\"\n\"2024-06-13T17:00:00.000Z\",\"0.00005\",\"0.001176\"\n\"2024-06-13T17:05:00.000Z\",\"0.00005\",\"0.001173\"\n\"2024-06-13T17:10:00.000Z\",\"0.00005\",\"0.001017\"\n\"2024-06-13T17:15:00.000Z\",\"0.00005\",\"0.00121\"\n\"2024-06-13T17:20:00.000Z\",\"0.00005\",\"0.00114\"\n\"2024-06-13T17:25:00.000Z\",\"0.00005\",\"0.001077\"\n\"2024-06-13T17:30:00.000Z\",\"0.00005\",\"0.001179\"\n\"2024-06-13T17:35:00.000Z\",\"0.000045\",\"0.001145\"\n\"2024-06-13T17:40:00.000Z\",\"0.00005\",\"0.001049\"\n\"2024-06-13T17:45:00.000Z\",\"0.00005\",\"0.001098\"\n\"2024-06-13T17:50:00.000Z\",\"0.00005\",\"0.001171\"\n\"2024-06-13T17:55:00.000Z\",\"0.00005\",\"0.001193\"\n\"2024-06-13T18:05:00.000Z\",\"0.00005\",\"0.001111\"\n\"2024-06-13T18:10:00.000Z\",\"0.00005\",\"0.001079\"\n\"2024-06-13T18:15:00.000Z\",\"0.00005\",\"0.001148\"\n\"2024-06-13T18:20:00.000Z\",\"0.00005\",\"0.00123\"\n\"2024-06-13T18:25:00.000Z\",\"0.00005\",\"0.001076\"\n\"2024-06-13T18:30:00.000Z\",\"0.00005\",\"0.000995\"\n\"2024-06-13T18:35:00.000Z\",\"0.00005\",\"0.001119\"\n\"2024-06-13T18:40:00.000Z\",\"0.00005\",\"0.001156\"\n\"2024-06-13T18:45:00.000Z\",\"0.00005\",\"0.001245\"\n\"2024-06-13T18:50:00.000Z\",\"0.00005\",\"0.001101\"\n\"2024-06-13T18:55:00.000Z\",\"0.00005\",\"0.000987\"\n\"2024-06-13T19:00:00.000Z\",\"0.000045\",\"0.001138\"\n\"2024-06-13T19:05:00.000Z\",\"0.00005\",\"0.001234\"\n\"2024-06-13T19:10:00.000Z\",\"0.00005\",\"0.001172\"\n\"2024-06-13T19:15:00.000Z\",\"0.00005\",\"0.001109\"\n\"2024-06-13T19:20:00.000Z\",\"0.00005\",\"0.001127\"\n\"2024-06-13T19:25:00.000Z\",\"0.00005\",\"0.001125\"\n\"2024-06-13T19:30:00.000Z\",\"0.00005\",\"0.001145\"\n\"2024-06-13T19:35:00.000Z\",\"0.00005\",\"0.001106\"\n\"2024-06-13T19:40:00.000Z\",\"0.00005\",\"0.001243\"\n\"2024-06-13T19:45:00.000Z\",\"0.00005\",\"0.001269\"\n\"2024-06-13T19:50:00.000Z\",\"0.00005\",\"0.001214\"\n\"2024-06-13T19:55:00.000Z\",\"0.00005\",\"0.001191\"\n\"2024-06-13T20:00:00.000Z\",\"0.00005\",\"0.001172\"\n\"2024-06-13T20:05:00.000Z\",\"0.00005\",\"0.001162\"\n\"2024-06-13T20:10:00.000Z\",\"0.000045\",\"0.001103\"\n\"2024-06-13T20:15:00.000Z\",\"0.00005\",\"0.001267\"\n\"2024-06-13T20:20:00.000Z\",\"0.00005\",\"0.001205\"\n\"2024-06-13T20:25:00.000Z\",\"0.00005\",\"0.00113\"\n\"2024-06-13T20:30:00.000Z\",\"0.00005\",\"0.001169\"\n\"2024-06-13T20:35:00.000Z\",\"0.00005\",\"0.001138\"\n\"2024-06-13T20:40:00.000Z\",\"0.00005\",\"0.001143\"\n\"2024-06-13T20:45:00.000Z\",\"0.00005\",\"0.001276\"\n\"2024-06-13T20:50:00.000Z\",\"0.00005\",\"0.00114\"\n\"2024-06-13T20:55:00.000Z\",\"0.00005\",\"0.001173\"\n\"2024-06-13T21:00:00.000Z\",\"0.00005\",\"0.001231\"\n\"2024-06-13T21:05:00.000Z\",\"0.00005\",\"0.001135\"\n\"2024-06-13T21:10:00.000Z\",\"0.00005\",\"0.001155\"\n\"2024-06-13T21:15:00.000Z\",\"0.00005\",\"0.00105\"\n\"2024-06-13T21:20:00.000Z\",\"0.00005\",\"0.001219\"\n\"2024-06-13T21:25:00.000Z\",\"0.000045\",\"0.001224\"\n\"2024-06-13T21:30:00.000Z\",\"0.00005\",\"0.001207\"\n\"2024-06-13T21:35:00.000Z\",\"0.00005\",\"0.001126\"\n\"2024-06-13T21:40:00.000Z\",\"0.00005\",\"0.001364\"\n\"2024-06-13T21:45:00.000Z\",\"0.00005\",\"0.001099\"\n\"2024-06-13T21:50:00.000Z\",\"0.00005\",\"0.001242\"\n\"2024-06-13T21:55:00.000Z\",\"0.00005\",\"0.001204\"\n\"2024-06-13T22:00:00.000Z\",\"0.00005\",\"0.001092\"\n\"2024-06-13T22:05:00.000Z\",\"0.00005\",\"0.001019\"\n\"2024-06-13T22:10:00.000Z\",\"0.00005\",\"0.001167\"\n\"2024-06-13T22:15:00.000Z\",\"0.00005\",\"0.001105\"\n\"2024-06-13T22:20:00.000Z\",\"0.00005\",\"0.00113\"\n\"2024-06-13T22:25:00.000Z\",\"0.00005\",\"0.00107\"\n\"2024-06-13T22:30:00.000Z\",\"0.00005\",\"0.001109\"\n\"2024-06-13T22:35:00.000Z\",\"0.00005\",\"0.001121\"\n\"2024-06-13T22:40:00.000Z\",\"0.00005\",\"0.001237\"\n\"2024-06-13T22:45:00.000Z\",\"0.000045\",\"0.001118\"\n\"2024-06-13T22:50:00.000Z\",\"0.00005\",\"0.001244\"\n\"2024-06-13T22:55:00.000Z\",\"0.00005\",\"0.001205\"\n\"2024-06-13T23:00:00.000Z\",\"0.00005\",\"0.001199\"\n\"2024-06-13T23:05:00.000Z\",\"0.00005\",\"0.001178\"\n\"2024-06-13T23:10:00.000Z\",\"0.00005\",\"0.001149\"\n\"2024-06-13T23:15:00.000Z\",\"0.00005\",\"0.001185\"\n\"2024-06-13T23:20:00.000Z\",\"0.00005\",\"0.00102\"\n\"2024-06-13T23:25:00.000Z\",\"0.00005\",\"0.001166\"\n\"2024-06-13T23:30:00.000Z\",\"0.00005\",\"0.001236\"\n\"2024-06-13T23:35:00.000Z\",\"0.00005\",\"0.001221\"\n\"2024-06-13T23:40:00.000Z\",\"0.00005\",\"0.001214\"\n\"2024-06-13T23:45:00.000Z\",\"0.00005\",\"0.00119\"\n\"2024-06-13T23:50:00.000Z\",\"0.00005\",\"0.001199\"\n\"2024-06-13T23:55:00.000Z\",\"0.00005\",\"0.00103\"\n\"2024-06-14T00:00:00.000Z\",\"0.00005\",\"0.001153\"\n\"2024-06-14T00:05:00.000Z\",\"0.00005\",\"0.001024\"\n\"2024-06-14T00:10:00.000Z\",\"0.00005\",\"0.001091\"\n\"2024-06-14T00:15:00.000Z\",\"0.000045\",\"0.001099\"\n\"2024-06-14T00:20:00.000Z\",\"0.00005\",\"0.001064\"\n\"2024-06-14T00:25:00.000Z\",\"0.00005\",\"0.001235\"\n\"2024-06-14T00:30:00.000Z\",\"0.00005\",\"0.001285\"\n\"2024-06-14T00:35:00.000Z\",\"0.00005\",\"0.001162\"\n\"2024-06-14T00:40:00.000Z\",\"0.00005\",\"0.001192\"\n\"2024-06-14T00:45:00.000Z\",\"0.00005\",\"0.001184\"\n\"2024-06-14T00:50:00.000Z\",\"0.00005\",\"0.001216\"\n\"2024-06-14T00:55:00.000Z\",\"0.00005\",\"0.001182\"\n\"2024-06-14T01:00:00.000Z\",\"0.00005\",\"0.00121\"\n\"2024-06-14T01:05:00.000Z\",\"0.00005\",\"0.001171\"\n\"2024-06-14T01:10:00.000Z\",\"0.00005\",\"0.001121\"\n\"2024-06-14T01:15:00.000Z\",\"0.00005\",\"0.001172\"\n\"2024-06-14T01:20:00.000Z\",\"0.00005\",\"0.001087\"\n\"2024-06-14T01:25:00.000Z\",\"0.00005\",\"0.001154\"\n\"2024-06-14T01:30:00.000Z\",\"0.000045\",\"0.001112\"\n\"2024-06-14T01:35:00.000Z\",\"0.00005\",\"0.001097\"\n\"2024-06-14T01:40:00.000Z\",\"0.00005\",\"0.001198\"\n\"2024-06-14T01:45:00.000Z\",\"0.00005\",\"0.001119\"\n\"2024-06-14T01:50:00.000Z\",\"0.00005\",\"0.001136\"\n\"2024-06-14T01:55:00.000Z\",\"0.00005\",\"0.001166\"\n\"2024-06-14T02:00:00.000Z\",\"0.00005\",\"0.00117\"\n\"2024-06-14T02:05:00.000Z\",\"0.00005\",\"0.001257\"\n\"2024-06-14T02:10:00.000Z\",\"0.00005\",\"0.001114\"\n\"2024-06-14T02:15:00.000Z\",\"0.00005\",\"0.001111\"\n\"2024-06-14T02:20:00.000Z\",\"0.00005\",\"0.001103\"\n\"2024-06-14T02:25:00.000Z\",\"0.00005\",\"0.001189\"\n\"2024-06-14T02:30:00.000Z\",\"0.00005\",\"0.001145\"\n\"2024-06-14T02:35:00.000Z\",\"0.00005\",\"0.001162\"\n\"2024-06-14T02:40:00.000Z\",\"0.000045\",\"0.001165\"\n\"2024-06-14T02:45:00.000Z\",\"0.00005\",\"0.001085\"\n\"2024-06-14T02:50:00.000Z\",\"0.00005\",\"0.001054\"\n\"2024-06-14T02:55:00.000Z\",\"0.00005\",\"0.001162\"\n\"2024-06-14T03:00:00.000Z\",\"0.00005\",\"0.001234\"\n\"2024-06-14T03:05:00.000Z\",\"0.00005\",\"0.001141\"\n\"2024-06-14T03:10:00.000Z\",\"0.00005\",\"0.001058\"\n\"2024-06-14T03:15:00.000Z\",\"0.00005\",\"0.00116\"\n\"2024-06-14T03:20:00.000Z\",\"0.00005\",\"0.001176\"\n\"2024-06-14T03:25:00.000Z\",\"0.00005\",\"0.001167\"\n\"2024-06-14T03:30:00.000Z\",\"0.00005\",\"0.001144\"\n\"2024-06-14T03:35:00.000Z\",\"0.00005\",\"0.001038\"\n\"2024-06-14T03:40:00.000Z\",\"0.00005\",\"0.001113\"\n\"2024-06-14T03:45:00.000Z\",\"0.00005\",\"0.001083\"\n\"2024-06-14T03:50:00.000Z\",\"0.00005\",\"0.001131\"\n\"2024-06-14T03:55:00.000Z\",\"0.000045\",\"0.00115\"\n\"2024-06-14T04:00:00.000Z\",\"0.00005\",\"0.001154\"\n\"2024-06-14T04:05:00.000Z\",\"0.00005\",\"0.001081\"\n\"2024-06-14T04:10:00.000Z\",\"0.00005\",\"0.001153\"\n\"2024-06-14T04:15:00.000Z\",\"0.00005\",\"0.001199\"\n\"2024-06-14T04:20:00.000Z\",\"0.00005\",\"0.001106\"\n\"2024-06-14T04:25:00.000Z\",\"0.00005\",\"0.001182\"\n\"2024-06-14T04:30:00.000Z\",\"0.00005\",\"0.001149\"\n\"2024-06-14T04:35:00.000Z\",\"0.00005\",\"0.001181\"\n\"2024-06-14T04:40:00.000Z\",\"0.00005\",\"0.001155\"\n\"2024-06-14T04:45:00.000Z\",\"0.00005\",\"0.001148\"\n\"2024-06-14T04:50:00.000Z\",\"0.00005\",\"0.001229\"\n\"2024-06-14T04:55:00.000Z\",\"0.00005\",\"0.00121\"\n\"2024-06-14T05:00:00.000Z\",\"0.00005\",\"0.001159\"\n\"2024-06-14T05:05:00.000Z\",\"0.00005\",\"0.001276\"\n\"2024-06-14T05:10:00.000Z\",\"0.000045\",\"0.001278\"\n\"2024-06-14T05:15:00.000Z\",\"0.00005\",\"0.001131\"\n\"2024-06-14T05:20:00.000Z\",\"0.00005\",\"0.001141\"\n\"2024-06-14T05:25:00.000Z\",\"0.00005\",\"0.001122\"\n\"2024-06-14T05:30:00.000Z\",\"0.00005\",\"0.001056\"\n\"2024-06-14T05:35:00.000Z\",\"0.00005\",\"0.00115\"\n\"2024-06-14T05:40:00.000Z\",\"0.00005\",\"0.001215\"\n\"2024-06-14T05:45:00.000Z\",\"0.00005\",\"0.001126\"\n\"2024-06-14T05:50:00.000Z\",\"0.00005\",\"0.001298\"\n\"2024-06-14T05:55:00.000Z\",\"0.00005\",\"0.001132\"\n\"2024-06-14T06:00:00.000Z\",\"0.00005\",\"0.001209\"\n\"2024-06-14T06:05:00.000Z\",\"0.00005\",\"0.001058\"\n\"2024-06-14T06:10:00.000Z\",\"0.00005\",\"0.001181\"\n\"2024-06-14T06:15:00.000Z\",\"0.00005\",\"0.001246\"\n\"2024-06-14T06:20:00.000Z\",\"0.00005\",\"0.001134\"\n\"2024-06-14T06:25:00.000Z\",\"0.000045\",\"0.001077\"\n\"2024-06-14T06:30:00.000Z\",\"0.00005\",\"0.001109\"\n\"2024-06-14T06:35:00.000Z\",\"0.00005\",\"0.001133\"\n\"2024-06-14T06:40:00.000Z\",\"0.00005\",\"0.001219\"\n\"2024-06-14T06:45:00.000Z\",\"0.00005\",\"0.001111\"\n\"2024-06-14T06:50:00.000Z\",\"0.00005\",\"0.001093\"\n\"2024-06-14T06:55:00.000Z\",\"0.00005\",\"0.001163\"\n\"2024-06-14T07:00:00.000Z\",\"0.00005\",\"0.001091\"\n\"2024-06-14T07:05:00.000Z\",\"0.00005\",\"0.001111\"\n\"2024-06-14T07:10:00.000Z\",\"0.00005\",\"0.001152\"\n\"2024-06-14T07:15:00.000Z\",\"0.00005\",\"0.00123\"\n\"2024-06-14T07:20:00.000Z\",\"0.00005\",\"0.001164\"\n\"2024-06-14T07:25:00.000Z\",\"0.00005\",\"0.001124\"\n\"2024-06-14T07:30:00.000Z\",\"0.00005\",\"0.001053\"\n\"2024-06-14T07:35:00.000Z\",\"0.00005\",\"0.001207\"\n\"2024-06-14T07:40:00.000Z\",\"0.000045\",\"0.001154\"\n\"2024-06-14T07:45:00.000Z\",\"0.00005\",\"0.001195\"\n\"2024-06-14T07:50:00.000Z\",\"0.00005\",\"0.001225\"\n\"2024-06-14T07:55:00.000Z\",\"0.00005\",\"0.001095\"\n\"2024-06-14T08:00:00.000Z\",\"0.00005\",\"0.001199\"\n\"2024-06-14T08:05:00.000Z\",\"0.00005\",\"0.001199\"\n\"2024-06-14T08:10:00.000Z\",\"0.00005\",\"0.001119\"\n\"2024-06-14T08:15:00.000Z\",\"0.00005\",\"0.001133\"\n\"2024-06-14T08:20:00.000Z\",\"0.00005\",\"0.001166\"\n\"2024-06-14T08:25:00.000Z\",\"0.00005\",\"0.001112\"\n\"2024-06-14T08:30:00.000Z\",\"0.00005\",\"0.00119\"\n\"2024-06-14T08:35:00.000Z\",\"0.00005\",\"0.001073\"\n\"2024-06-14T08:40:00.000Z\",\"0.00005\",\"0.001213\"\n\"2024-06-14T08:45:00.000Z\",\"0.00005\",\"0.001155\"\n\"2024-06-14T08:50:00.000Z\",\"0.000045\",\"0.001094\"\n\"2024-06-14T08:55:00.000Z\",\"0.000055\",\"0.001103\"\n\"2024-06-14T09:00:00.000Z\",\"0.000045\",\"0.001226\"\n\"2024-06-14T09:05:00.000Z\",\"0.00005\",\"0.001115\"\n\"2024-06-14T09:10:00.000Z\",\"0.00005\",\"0.001212\"\n\"2024-06-14T09:15:00.000Z\",\"0.00005\",\"0.001125\"\n\"2024-06-14T09:20:00.000Z\",\"0.00005\",\"0.001082\"\n\"2024-06-14T09:25:00.000Z\",\"0.00005\",\"0.00114\"\n\"2024-06-14T09:30:00.000Z\",\"0.00005\",\"0.001237\"\n\"2024-06-14T09:35:00.000Z\",\"0.00005\",\"0.001196\"\n\"2024-06-14T09:40:00.000Z\",\"0.00005\",\"0.001155\"\n\"2024-06-14T09:45:00.000Z\",\"0.00005\",\"0.001142\"\n\"2024-06-14T09:50:00.000Z\",\"0.00005\",\"0.001052\"\n\"2024-06-14T09:55:00.000Z\",\"0.000045\",\"0.001189\"\n\"2024-06-14T10:00:00.000Z\",\"0.000055\",\"0.001154\"\n\"2024-06-14T10:05:00.000Z\",\"0.000045\",\"0.001087\"\n\"2024-06-14T10:10:00.000Z\",\"0.00005\",\"0.001206\"\n\"2024-06-14T10:15:00.000Z\",\"0.00005\",\"0.001154\"\n\"2024-06-14T10:20:00.000Z\",\"0.00005\",\"0.001203\"\n\"2024-06-14T10:25:00.000Z\",\"0.00005\",\"0.001058\"\n\"2024-06-14T10:30:00.000Z\",\"0.00005\",\"0.001191\"\n\"2024-06-14T10:35:00.000Z\",\"0.00005\",\"0.001122\"\n\"2024-06-14T10:40:00.000Z\",\"0.00005\",\"0.001192\"\n\"2024-06-14T10:45:00.000Z\",\"0.00005\",\"0.001212\"\n\"2024-06-14T10:50:00.000Z\",\"0.00005\",\"0.001198\"\n\"2024-06-14T10:55:00.000Z\",\"0.00005\",\"0.001264\"\n\"2024-06-14T11:00:00.000Z\",\"0.00005\",\"0.001141\"\n\"2024-06-14T11:05:00.000Z\",\"0.00005\",\"0.001181\"\n\"2024-06-14T11:10:00.000Z\",\"0.00005\",\"0.001181\"\n\"2024-06-14T11:15:00.000Z\",\"0.00005\",\"0.001251\"\n\"2024-06-14T11:20:00.000Z\",\"0.00005\",\"0.001224\"\n\"2024-06-14T11:25:00.000Z\",\"0.00005\",\"0.001199\"\n\"2024-06-14T11:30:00.000Z\",\"0.00005\",\"0.001193\"\n\"2024-06-14T11:35:00.000Z\",\"0.00005\",\"0.001165\"\n\"2024-06-14T11:40:00.000Z\",\"0.00005\",\"0.001125\"\n\"2024-06-14T11:45:00.000Z\",\"0.000045\",\"0.001168\"\n\"2024-06-14T11:50:00.000Z\",\"0.00005\",\"0.001153\"\n\"2024-06-14T11:55:00.000Z\",\"0.00005\",\"0.001082\"\n\"2024-06-14T12:00:00.000Z\",\"0.00005\",\"0.001029\"\n\"2024-06-14T12:05:00.000Z\",\"0.00007\",\"0.001147\"\n\"2024-06-14T12:10:00.000Z\",\"0.00005\",\"0.001099\"\n\"2024-06-14T12:15:00.000Z\",\"0.00005\",\"0.001008\"\n\"2024-06-14T12:20:00.000Z\",\"0.00005\",\"0.001061\"\n\"2024-06-14T12:25:00.000Z\",\"0.00005\",\"0.00114\"\n\"2024-06-14T12:30:00.000Z\",\"0.00005\",\"0.001177\"\n\"2024-06-14T12:35:00.000Z\",\"0.00005\",\"0.001159\"\n\"2024-06-14T12:40:00.000Z\",\"0.00005\",\"0.001237\"\n\"2024-06-14T12:45:00.000Z\",\"0.00005\",\"0.00104\"\n\"2024-06-14T12:50:00.000Z\",\"0.00005\",\"0.001102\"\n\"2024-06-14T12:55:00.000Z\",\"0.00005\",\"0.001142\"\n\"2024-06-14T13:00:00.000Z\",\"0.00005\",\"0.000997\"\n\"2024-06-14T13:05:00.000Z\",\"0.000045\",\"0.001232\"\n\"2024-06-14T13:10:00.000Z\",\"0.00005\",\"0.001198\"\n\"2024-06-14T13:15:00.000Z\",\"0.00005\",\"0.001143\"\n\"2024-06-14T13:20:00.000Z\",\"0.00005\",\"0.001243\"\n\"2024-06-14T13:25:00.000Z\",\"0.00005\",\"0.001116\"\n\"2024-06-14T13:30:00.000Z\",\"0.00005\",\"0.001253\"\n\"2024-06-14T13:35:00.000Z\",\"0.00005\",\"0.001121\"\n\"2024-06-14T13:40:00.000Z\",\"0.00005\",\"0.00122\"\n\"2024-06-14T13:45:00.000Z\",\"0.00005\",\"0.001178\"\n\"2024-06-14T13:50:00.000Z\",\"0.00005\",\"0.00112\"\n\"2024-06-14T13:55:00.000Z\",\"0.00005\",\"0.001218\"\n\"2024-06-14T14:00:00.000Z\",\"0.00005\",\"0.001093\"\n\"2024-06-14T14:05:00.000Z\",\"0.00005\",\"0.001211\"\n\"2024-06-14T14:10:00.000Z\",\"0.00005\",\"0.001101\"\n\"2024-06-14T14:15:00.000Z\",\"0.00005\",\"0.00114\"\n\"2024-06-14T14:20:00.000Z\",\"0.000045\",\"0.001186\"\n\"2024-06-14T14:25:00.000Z\",\"0.00005\",\"0.001131\"\n\"2024-06-14T14:30:00.000Z\",\"0.00005\",\"0.00128\"\n\"2024-06-14T14:35:00.000Z\",\"0.00005\",\"0.001075\"\n\"2024-06-14T14:40:00.000Z\",\"0.00005\",\"0.001164\"\n\"2024-06-14T14:45:00.000Z\",\"0.00005\",\"0.001101\"\n\"2024-06-14T14:50:00.000Z\",\"0.00005\",\"0.001233\"\n\"2024-06-14T14:55:00.000Z\",\"0.00005\",\"0.001192\"\n\"2024-06-14T15:00:00.000Z\",\"0.00005\",\"0.001162\"\n\"2024-06-14T15:05:00.000Z\",\"0.00005\",\"0.001144\"\n\"2024-06-14T15:10:00.000Z\",\"0.00005\",\"0.001195\"\n\"2024-06-14T15:15:00.000Z\",\"0.00005\",\"0.001173\"\n\"2024-06-14T15:20:00.000Z\",\"0.00005\",\"0.001183\"\n\"2024-06-14T15:25:00.000Z\",\"0.00005\",\"0.001117\"\n\"2024-06-14T15:30:00.000Z\",\"0.000045\",\"0.001144\"\n\"2024-06-14T15:35:00.000Z\",\"0.00005\",\"0.001173\"\n\"2024-06-14T15:40:00.000Z\",\"0.00005\",\"0.001141\"\n\"2024-06-14T15:45:00.000Z\",\"0.00005\",\"0.001217\"\n\"2024-06-14T15:50:00.000Z\",\"0.00005\",\"0.001184\"\n\"2024-06-14T15:55:00.000Z\",\"0.00005\",\"0.001122\"\n\"2024-06-14T16:00:00.000Z\",\"0.00005\",\"0.00113\"\n\"2024-06-14T16:05:00.000Z\",\"0.00005\",\"0.001081\"\n\"2024-06-14T16:10:00.000Z\",\"0.00005\",\"0.001122\"\n\"2024-06-14T16:15:00.000Z\",\"0.00005\",\"0.001187\"\n\"2024-06-14T16:20:00.000Z\",\"0.00005\",\"0.001219\"\n\"2024-06-14T16:25:00.000Z\",\"0.00005\",\"0.001193\"\n\"2024-06-14T16:30:00.000Z\",\"0.00005\",\"0.001193\"\n\"2024-06-14T16:35:00.000Z\",\"0.00005\",\"0.001207\"\n\"2024-06-14T16:40:00.000Z\",\"0.00005\",\"0.001175\"\n\"2024-06-14T16:45:00.000Z\",\"0.00005\",\"0.001138\"\n\"2024-06-14T16:50:00.000Z\",\"0.000045\",\"0.00126\"\n\"2024-06-14T16:55:00.000Z\",\"0.00005\",\"0.001208\"\n\"2024-06-14T17:00:00.000Z\",\"0.00005\",\"0.001208\"\n\"2024-06-14T17:05:00.000Z\",\"0.00005\",\"0.001219\"\n\"2024-06-14T17:10:00.000Z\",\"0.00005\",\"0.001182\"\n\"2024-06-14T17:15:00.000Z\",\"0.00005\",\"0.001221\"\n\"2024-06-14T17:20:00.000Z\",\"0.00005\",\"0.001241\"\n\"2024-06-14T17:25:00.000Z\",\"0.00005\",\"0.001152\"\n\"2024-06-14T17:30:00.000Z\",\"0.00005\",\"0.001076\"\n\"2024-06-14T17:35:00.000Z\",\"0.00005\",\"0.001096\"\n\"2024-06-14T17:40:00.000Z\",\"0.00005\",\"0.0012\"\n\"2024-06-14T17:45:00.000Z\",\"0.00005\",\"0.001157\"\n\"2024-06-14T17:50:00.000Z\",\"0.00005\",\"0.001273\"\n\"2024-06-14T17:55:00.000Z\",\"0.00005\",\"0.001261\"\n\"2024-06-14T18:00:00.000Z\",\"0.00005\",\"0.001154\"\n\"2024-06-14T18:05:00.000Z\",\"0.000045\",\"0.001241\"\n\"2024-06-14T18:10:00.000Z\",\"0.00005\",\"0.001221\"\n\"2024-06-14T18:15:00.000Z\",\"0.00005\",\"0.001164\"\n\"2024-06-14T18:20:00.000Z\",\"0.00005\",\"0.001335\"\n\"2024-06-14T18:25:00.000Z\",\"0.00005\",\"0.001318\"\n\"2024-06-14T18:30:00.000Z\",\"0.00005\",\"0.001208\"\n\"2024-06-14T18:35:00.000Z\",\"0.00005\",\"0.001262\"\n\"2024-06-14T18:40:00.000Z\",\"0.00005\",\"0.001194\"\n\"2024-06-14T18:45:00.000Z\",\"0.00005\",\"0.001251\"\n\"2024-06-14T18:50:00.000Z\",\"0.00005\",\"0.001119\"\n\"2024-06-14T18:55:00.000Z\",\"0.00005\",\"0.001177\"\n\"2024-06-14T19:00:00.000Z\",\"0.00005\",\"0.001268\"\n\"2024-06-14T19:05:00.000Z\",\"0.00005\",\"0.001189\"\n\"2024-06-14T19:10:00.000Z\",\"0.00005\",\"0.001156\"\n\"2024-06-14T19:15:00.000Z\",\"0.00005\",\"0.001182\"\n\"2024-06-14T19:20:00.000Z\",\"0.000045\",\"0.001324\"\n\"2024-06-14T19:25:00.000Z\",\"0.00005\",\"0.001242\"\n\"2024-06-14T19:30:00.000Z\",\"0.00005\",\"0.001204\"\n\"2024-06-14T19:35:00.000Z\",\"0.00005\",\"0.001223\"\n\"2024-06-14T19:40:00.000Z\",\"0.00005\",\"0.001045\"\n\"2024-06-14T19:45:00.000Z\",\"0.00005\",\"0.001246\"\n\"2024-06-14T19:50:00.000Z\",\"0.00005\",\"0.000996\"\n\"2024-06-14T19:55:00.000Z\",\"0.00005\",\"0.001283\"\n\"2024-06-14T20:00:00.000Z\",\"0.00005\",\"0.001232\"\n\"2024-06-14T20:05:00.000Z\",\"0.00005\",\"0.001165\"\n\"2024-06-14T20:10:00.000Z\",\"0.00005\",\"0.001176\"\n\"2024-06-14T20:15:00.000Z\",\"0.00005\",\"0.001211\"\n\"2024-06-14T20:20:00.000Z\",\"0.00005\",\"0.00119\"\n\"2024-06-14T20:25:00.000Z\",\"0.00005\",\"0.001141\"\n\"2024-06-14T20:30:00.000Z\",\"0.00005\",\"0.001186\"\n\"2024-06-14T20:35:00.000Z\",\"0.000045\",\"0.001122\"\n\"2024-06-14T20:40:00.000Z\",\"0.00005\",\"0.001194\"\n\"2024-06-14T20:45:00.000Z\",\"0.00005\",\"0.001313\"\n\"2024-06-14T20:50:00.000Z\",\"0.00005\",\"0.00118\"\n\"2024-06-14T20:55:00.000Z\",\"0.00005\",\"0.001249\"\n\"2024-06-14T21:00:00.000Z\",\"0.00005\",\"0.001113\"\n\"2024-06-14T21:05:00.000Z\",\"0.00005\",\"0.001077\"\n\"2024-06-14T21:10:00.000Z\",\"0.00005\",\"0.001234\"\n\"2024-06-14T21:15:00.000Z\",\"0.00005\",\"0.001145\"\n\"2024-06-14T21:20:00.000Z\",\"0.00005\",\"0.001239\"\n\"2024-06-14T21:25:00.000Z\",\"0.00005\",\"0.001201\"\n\"2024-06-14T21:30:00.000Z\",\"0.00005\",\"0.001243\"\n\"2024-06-14T21:35:00.000Z\",\"0.00005\",\"0.001283\"\n\"2024-06-14T21:40:00.000Z\",\"0.00005\",\"0.001187\"\n\"2024-06-14T21:45:00.000Z\",\"0.000045\",\"0.001159\"\n\"2024-06-14T21:50:00.000Z\",\"0.00005\",\"0.001253\"\n\"2024-06-14T21:55:00.000Z\",\"0.00005\",\"0.001135\"\n\"2024-06-14T22:00:00.000Z\",\"0.00005\",\"0.001109\"\n\"2024-06-14T22:05:00.000Z\",\"0.00005\",\"0.001166\"\n\"2024-06-14T22:10:00.000Z\",\"0.00005\",\"0.001219\"\n\"2024-06-14T22:15:00.000Z\",\"0.00005\",\"0.001273\"\n\"2024-06-14T22:20:00.000Z\",\"0.00005\",\"0.001274\"\n\"2024-06-14T22:25:00.000Z\",\"0.00005\",\"0.001202\"\n\"2024-06-14T22:30:00.000Z\",\"0.00005\",\"0.00117\"\n\"2024-06-14T22:35:00.000Z\",\"0.00005\",\"0.001099\"\n\"2024-06-14T22:40:00.000Z\",\"0.00005\",\"0.001279\"\n\"2024-06-14T22:45:00.000Z\",\"0.00005\",\"0.001135\"\n\"2024-06-14T22:50:00.000Z\",\"0.00005\",\"0.001248\"\n\"2024-06-14T22:55:00.000Z\",\"0.00005\",\"0.001088\"\n\"2024-06-14T23:00:00.000Z\",\"0.000045\",\"0.001185\"\n\"2024-06-14T23:05:00.000Z\",\"0.00005\",\"0.001293\"\n\"2024-06-14T23:10:00.000Z\",\"0.00005\",\"0.001292\"\n\"2024-06-14T23:15:00.000Z\",\"0.00005\",\"0.00119\"\n\"2024-06-14T23:20:00.000Z\",\"0.00005\",\"0.001234\"\n\"2024-06-14T23:25:00.000Z\",\"0.00005\",\"0.001169\"\n\"2024-06-14T23:30:00.000Z\",\"0.00005\",\"0.001186\"\n\"2024-06-14T23:35:00.000Z\",\"0.00005\",\"0.001155\"\n\"2024-06-14T23:40:00.000Z\",\"0.00005\",\"0.0013\"\n\"2024-06-14T23:45:00.000Z\",\"0.00005\",\"0.001193\"\n\"2024-06-14T23:50:00.000Z\",\"0.00005\",\"0.001109\"\n\"2024-06-14T23:55:00.000Z\",\"0.00005\",\"0.001193\"\n\"2024-06-15T00:00:00.000Z\",\"0.00005\",\"0.001223\"\n\"2024-06-15T00:05:00.000Z\",\"0.00005\",\"0.001165\"\n\"2024-06-15T00:10:00.000Z\",\"0.000045\",\"0.001181\"\n\"2024-06-15T00:15:00.000Z\",\"0.00005\",\"0.001143\"\n\"2024-06-15T00:20:00.000Z\",\"0.00005\",\"0.001152\"\n\"2024-06-15T00:25:00.000Z\",\"0.00005\",\"0.001221\"\n\"2024-06-15T00:30:00.000Z\",\"0.00005\",\"0.001173\"\n\"2024-06-15T00:35:00.000Z\",\"0.00005\",\"0.001257\"\n\"2024-06-15T00:40:00.000Z\",\"0.00005\",\"0.001278\"\n\"2024-06-15T00:45:00.000Z\",\"0.00005\",\"0.001217\"\n\"2024-06-15T00:50:00.000Z\",\"0.000055\",\"0.001217\"\n\"2024-06-15T00:55:00.000Z\",\"0.00005\",\"0.001212\"\n\"2024-06-15T01:00:00.000Z\",\"0.00005\",\"0.001214\"\n\"2024-06-15T01:05:00.000Z\",\"0.00005\",\"0.001195\"\n\"2024-06-15T01:10:00.000Z\",\"0.00005\",\"0.001246\"\n\"2024-06-15T01:15:00.000Z\",\"0.00005\",\"0.001259\"\n\"2024-06-15T01:20:00.000Z\",\"0.000045\",\"0.001206\"\n\"2024-06-15T01:25:00.000Z\",\"0.00005\",\"0.001168\"\n\"2024-06-15T01:30:00.000Z\",\"0.00005\",\"0.001301\"\n\"2024-06-15T01:35:00.000Z\",\"0.00005\",\"0.001197\"\n\"2024-06-15T01:40:00.000Z\",\"0.00005\",\"0.001133\"\n\"2024-06-15T01:45:00.000Z\",\"0.00005\",\"0.001311\"\n\"2024-06-15T01:50:00.000Z\",\"0.00005\",\"0.001201\"\n\"2024-06-15T01:55:00.000Z\",\"0.00005\",\"0.001124\"\n\"2024-06-15T02:00:00.000Z\",\"0.00005\",\"0.001306\"\n\"2024-06-15T02:05:00.000Z\",\"0.00005\",\"0.001298\"\n\"2024-06-15T02:10:00.000Z\",\"0.00005\",\"0.001189\"\n\"2024-06-15T02:15:00.000Z\",\"0.00005\",\"0.001302\"\n\"2024-06-15T02:20:00.000Z\",\"0.00005\",\"0.001282\"\n\"2024-06-15T02:25:00.000Z\",\"0.00005\",\"0.001222\"\n\"2024-06-15T02:30:00.000Z\",\"0.00005\",\"0.001215\"\n\"2024-06-15T02:35:00.000Z\",\"0.00005\",\"0.001204\"\n\"2024-06-15T02:40:00.000Z\",\"0.000045\",\"0.001226\"\n\"2024-06-15T02:45:00.000Z\",\"0.00005\",\"0.001302\"\n\"2024-06-15T02:50:00.000Z\",\"0.00005\",\"0.001256\"\n\"2024-06-15T02:55:00.000Z\",\"0.00005\",\"0.001162\"\n\"2024-06-15T03:00:00.000Z\",\"0.00005\",\"0.001142\"\n\"2024-06-15T03:05:00.000Z\",\"0.00005\",\"0.001202\"\n\"2024-06-15T03:10:00.000Z\",\"0.00005\",\"0.001167\"\n\"2024-06-15T03:15:00.000Z\",\"0.00005\",\"0.001099\"\n\"2024-06-15T03:20:00.000Z\",\"0.00005\",\"0.001154\"\n\"2024-06-15T03:25:00.000Z\",\"0.00005\",\"0.001203\"\n\"2024-06-15T03:30:00.000Z\",\"0.00005\",\"0.001243\"\n\"2024-06-15T03:35:00.000Z\",\"0.00005\",\"0.001247\"\n\"2024-06-15T03:40:00.000Z\",\"0.00005\",\"0.001234\"\n\"2024-06-15T03:45:00.000Z\",\"0.00005\",\"0.001252\"\n\"2024-06-15T03:50:00.000Z\",\"0.00005\",\"0.001234\"\n\"2024-06-15T03:55:00.000Z\",\"0.00005\",\"0.001164\"\n\"2024-06-15T04:00:00.000Z\",\"0.00005\",\"0.001307\"\n\"2024-06-15T04:05:00.000Z\",\"0.000045\",\"0.001155\"\n\"2024-06-15T04:10:00.000Z\",\"0.000055\",\"0.001197\"\n\"2024-06-15T04:15:00.000Z\",\"0.00005\",\"0.001144\"\n\"2024-06-15T04:20:00.000Z\",\"0.00005\",\"0.001177\"\n\"2024-06-15T04:25:00.000Z\",\"0.00005\",\"0.001288\"\n\"2024-06-15T04:30:00.000Z\",\"0.00005\",\"0.0012\"\n\"2024-06-15T04:35:00.000Z\",\"0.00005\",\"0.001146\"\n\"2024-06-15T04:40:00.000Z\",\"0.00005\",\"0.001105\"\n\"2024-06-15T04:45:00.000Z\",\"0.00005\",\"0.001023\"\n\"2024-06-15T04:50:00.000Z\",\"0.000045\",\"0.001195\"\n\"2024-06-15T04:55:00.000Z\",\"0.00005\",\"0.001114\"\n\"2024-06-15T05:00:00.000Z\",\"0.00005\",\"0.001147\"\n\"2024-06-15T05:05:00.000Z\",\"0.00005\",\"0.00115\"\n\"2024-06-15T05:10:00.000Z\",\"0.00005\",\"0.001133\"\n\"2024-06-15T05:15:00.000Z\",\"0.00005\",\"0.001181\"\n\"2024-06-15T05:20:00.000Z\",\"0.00005\",\"0.00108\"\n\"2024-06-15T05:25:00.000Z\",\"0.00005\",\"0.001095\"\n\"2024-06-15T05:30:00.000Z\",\"0.00005\",\"0.001187\"\n\"2024-06-15T05:35:00.000Z\",\"0.00005\",\"0.001185\"\n\"2024-06-15T05:40:00.000Z\",\"0.00005\",\"0.001226\"\n\"2024-06-15T05:45:00.000Z\",\"0.00005\",\"0.001039\"\n\"2024-06-15T05:50:00.000Z\",\"0.00005\",\"0.00122\"\n\"2024-06-15T05:55:00.000Z\",\"0.00005\",\"0.001131\"\n\"2024-06-15T06:00:00.000Z\",\"0.00005\",\"0.001055\"\n\"2024-06-15T06:05:00.000Z\",\"0.000045\",\"0.001128\"\n\"2024-06-15T06:10:00.000Z\",\"0.00005\",\"0.001154\"\n\"2024-06-15T06:15:00.000Z\",\"0.00005\",\"0.001176\"\n\"2024-06-15T06:20:00.000Z\",\"0.00005\",\"0.001084\"\n\"2024-06-15T06:25:00.000Z\",\"0.00005\",\"0.001151\"\n\"2024-06-15T06:30:00.000Z\",\"0.00005\",\"0.001213\"\n\"2024-06-15T06:35:00.000Z\",\"0.00005\",\"0.001098\"\n\"2024-06-15T06:40:00.000Z\",\"0.00005\",\"0.001158\"\n\"2024-06-15T06:45:00.000Z\",\"0.00005\",\"0.001176\"\n\"2024-06-15T06:50:00.000Z\",\"0.00005\",\"0.001086\"\n\"2024-06-15T06:55:00.000Z\",\"0.00005\",\"0.001147\"\n\"2024-06-15T07:00:00.000Z\",\"0.00005\",\"0.001182\"\n\"2024-06-15T07:05:00.000Z\",\"0.00005\",\"0.00104\"\n\"2024-06-15T07:10:00.000Z\",\"0.00005\",\"0.001127\"\n\"2024-06-15T07:15:00.000Z\",\"0.00005\",\"0.001115\"\n\"2024-06-15T07:20:00.000Z\",\"0.000045\",\"0.001124\"\n\"2024-06-15T07:25:00.000Z\",\"0.00005\",\"0.001095\"\n\"2024-06-15T07:30:00.000Z\",\"0.00005\",\"0.001114\"\n\"2024-06-15T07:35:00.000Z\",\"0.00005\",\"0.001117\"\n\"2024-06-15T07:40:00.000Z\",\"0.00005\",\"0.001176\"\n\"2024-06-15T07:45:00.000Z\",\"0.00005\",\"0.001226\"\n\"2024-06-15T07:50:00.000Z\",\"0.00005\",\"0.00115\"\n\"2024-06-15T07:55:00.000Z\",\"0.00005\",\"0.001177\"\n\"2024-06-15T08:00:00.000Z\",\"0.00005\",\"0.00117\"\n\"2024-06-15T08:05:00.000Z\",\"0.00005\",\"0.001114\"\n\"2024-06-15T08:10:00.000Z\",\"0.00005\",\"0.001143\"\n\"2024-06-15T08:15:00.000Z\",\"0.00005\",\"0.001044\"\n\"2024-06-15T08:20:00.000Z\",\"0.00005\",\"0.001084\"\n\"2024-06-15T08:25:00.000Z\",\"0.00005\",\"0.001098\"\n\"2024-06-15T08:30:00.000Z\",\"0.00005\",\"0.001092\"\n\"2024-06-15T08:35:00.000Z\",\"0.00005\",\"0.001198\"\n\"2024-06-15T08:40:00.000Z\",\"0.000045\",\"0.001072\"\n\"2024-06-15T08:45:00.000Z\",\"0.00005\",\"0.001178\"\n\"2024-06-15T08:50:00.000Z\",\"0.00005\",\"0.001094\"\n\"2024-06-15T08:55:00.000Z\",\"0.00005\",\"0.001005\"\n\"2024-06-15T09:00:00.000Z\",\"0.00005\",\"0.001167\"\n\"2024-06-15T09:05:00.000Z\",\"0.00005\",\"0.001133\"\n\"2024-06-15T09:10:00.000Z\",\"0.00005\",\"0.001187\"\n\"2024-06-15T09:15:00.000Z\",\"0.00005\",\"0.001068\"\n\"2024-06-15T09:20:00.000Z\",\"0.00005\",\"0.001122\"\n\"2024-06-15T09:25:00.000Z\",\"0.00005\",\"0.001235\"\n\"2024-06-15T09:30:00.000Z\",\"0.00005\",\"0.001148\"\n\"2024-06-15T09:35:00.000Z\",\"0.00005\",\"0.001072\"\n\"2024-06-15T09:40:00.000Z\",\"0.00005\",\"0.001139\"\n\"2024-06-15T09:45:00.000Z\",\"0.00005\",\"0.00119\"\n\"2024-06-15T09:50:00.000Z\",\"0.000045\",\"0.001228\"\n\"2024-06-15T09:55:00.000Z\",\"0.000055\",\"0.001064\"\n\"2024-06-15T10:00:00.000Z\",\"0.000045\",\"0.001137\"\n\"2024-06-15T10:05:00.000Z\",\"0.00005\",\"0.001185\"\n\"2024-06-15T10:10:00.000Z\",\"0.00005\",\"0.001159\"\n\"2024-06-15T10:15:00.000Z\",\"0.00005\",\"0.001128\"\n\"2024-06-15T10:20:00.000Z\",\"0.00005\",\"0.001232\"\n\"2024-06-15T10:25:00.000Z\",\"0.00005\",\"0.001067\"\n\"2024-06-15T10:30:00.000Z\",\"0.00005\",\"0.001063\"\n\"2024-06-15T10:35:00.000Z\",\"0.00005\",\"0.001196\"\n\"2024-06-15T10:40:00.000Z\",\"0.00005\",\"0.001126\"\n\"2024-06-15T10:45:00.000Z\",\"0.00005\",\"0.001178\"\n\"2024-06-15T10:50:00.000Z\",\"0.00005\",\"0.001166\"\n\"2024-06-15T10:55:00.000Z\",\"0.00005\",\"0.00111\"\n\"2024-06-15T11:00:00.000Z\",\"0.00005\",\"0.00105\"\n\"2024-06-15T11:05:00.000Z\",\"0.000045\",\"0.001177\"\n\"2024-06-15T11:10:00.000Z\",\"0.00005\",\"0.00112\"\n\"2024-06-15T11:15:00.000Z\",\"0.00005\",\"0.001083\"\n\"2024-06-15T11:20:00.000Z\",\"0.00005\",\"0.001056\"\n\"2024-06-15T11:25:00.000Z\",\"0.00005\",\"0.001013\"\n\"2024-06-15T11:30:00.000Z\",\"0.00005\",\"0.001045\"\n\"2024-06-15T11:35:00.000Z\",\"0.00005\",\"0.00101\"\n\"2024-06-15T11:40:00.000Z\",\"0.00005\",\"0.001217\"\n\"2024-06-15T11:45:00.000Z\",\"0.00005\",\"0.001214\"\n\"2024-06-15T11:50:00.000Z\",\"0.00005\",\"0.001106\"\n\"2024-06-15T11:55:00.000Z\",\"0.00005\",\"0.001236\"\n\"2024-06-15T12:00:00.000Z\",\"0.00005\",\"0.001109\"\n\"2024-06-15T12:05:00.000Z\",\"0.00005\",\"0.001165\"\n\"2024-06-15T12:10:00.000Z\",\"0.00005\",\"0.001119\"\n\"2024-06-15T12:15:00.000Z\",\"0.000045\",\"0.001193\"\n\"2024-06-15T12:20:00.000Z\",\"0.00005\",\"0.001116\"\n\"2024-06-15T12:25:00.000Z\",\"0.00005\",\"0.001138\"\n\"2024-06-15T12:30:00.000Z\",\"0.00005\",\"0.00121\"\n\"2024-06-15T12:35:00.000Z\",\"0.00005\",\"0.001203\"\n\"2024-06-15T12:40:00.000Z\",\"0.00005\",\"0.001061\"\n\"2024-06-15T12:45:00.000Z\",\"0.00005\",\"0.001026\"\n\"2024-06-15T12:50:00.000Z\",\"0.00005\",\"0.001101\"\n\"2024-06-15T12:55:00.000Z\",\"0.00005\",\"0.001219\"\n\"2024-06-15T13:00:00.000Z\",\"0.00005\",\"0.001129\"\n\"2024-06-15T13:05:00.000Z\",\"0.00005\",\"0.001251\"\n\"2024-06-15T13:10:00.000Z\",\"0.00005\",\"0.001136\"\n\"2024-06-15T13:15:00.000Z\",\"0.00005\",\"0.001192\"\n\"2024-06-15T13:20:00.000Z\",\"0.00005\",\"0.001223\"\n\"2024-06-15T13:25:00.000Z\",\"0.00005\",\"0.001145\"\n\"2024-06-15T13:30:00.000Z\",\"0.000045\",\"0.000997\"\n\"2024-06-15T13:35:00.000Z\",\"0.00005\",\"0.001062\"\n\"2024-06-15T13:40:00.000Z\",\"0.00005\",\"0.001154\"\n\"2024-06-15T13:45:00.000Z\",\"0.00005\",\"0.001125\"\n\"2024-06-15T13:50:00.000Z\",\"0.00005\",\"0.00117\"\n\"2024-06-15T13:55:00.000Z\",\"0.00005\",\"0.00106\"\n\"2024-06-15T14:00:00.000Z\",\"0.00005\",\"0.001253\"\n\"2024-06-15T14:05:00.000Z\",\"0.00005\",\"0.001075\"\n\"2024-06-15T14:10:00.000Z\",\"0.00005\",\"0.001226\"\n\"2024-06-15T14:15:00.000Z\",\"0.00005\",\"0.001077\"\n\"2024-06-15T14:20:00.000Z\",\"0.00005\",\"0.001055\"\n\"2024-06-15T14:25:00.000Z\",\"0.00005\",\"0.001221\"\n\"2024-06-15T14:30:00.000Z\",\"0.00005\",\"0.001105\"\n\"2024-06-15T14:35:00.000Z\",\"0.00005\",\"0.001232\"\n\"2024-06-15T14:40:00.000Z\",\"0.00005\",\"0.001168\"\n\"2024-06-15T14:45:00.000Z\",\"0.000045\",\"0.001174\"\n\"2024-06-15T14:50:00.000Z\",\"0.00005\",\"0.001082\"\n\"2024-06-15T14:55:00.000Z\",\"0.00005\",\"0.001183\"\n\"2024-06-15T15:00:00.000Z\",\"0.00005\",\"0.00108\"\n\"2024-06-15T15:05:00.000Z\",\"0.00005\",\"0.001099\"\n\"2024-06-15T15:10:00.000Z\",\"0.00005\",\"0.001164\"\n\"2024-06-15T15:15:00.000Z\",\"0.00005\",\"0.001031\"\n\"2024-06-15T15:20:00.000Z\",\"0.00005\",\"0.001199\"\n\"2024-06-15T15:25:00.000Z\",\"0.00005\",\"0.001258\"\n\"2024-06-15T15:30:00.000Z\",\"0.00005\",\"0.001117\"\n\"2024-06-15T15:35:00.000Z\",\"0.00005\",\"0.00111\"\n\"2024-06-15T15:40:00.000Z\",\"0.00005\",\"0.001228\"\n\"2024-06-15T15:45:00.000Z\",\"0.00005\",\"0.001087\"\n\"2024-06-15T15:50:00.000Z\",\"0.00005\",\"0.001025\"\n\"2024-06-15T15:55:00.000Z\",\"0.00005\",\"0.001099\"\n\"2024-06-15T16:00:00.000Z\",\"0.000055\",\"0.001165\"\n\"2024-06-15T16:05:00.000Z\",\"0.000045\",\"0.001023\"\n\"2024-06-15T16:10:00.000Z\",\"0.00005\",\"0.001122\"\n\"2024-06-15T16:15:00.000Z\",\"0.00005\",\"0.001127\"\n\"2024-06-15T16:20:00.000Z\",\"0.00005\",\"0.001088\"\n\"2024-06-15T16:25:00.000Z\",\"0.00005\",\"0.001122\"\n\"2024-06-15T16:30:00.000Z\",\"0.00005\",\"0.001112\"\n\"2024-06-15T16:35:00.000Z\",\"0.00005\",\"0.001047\"\n\"2024-06-15T16:40:00.000Z\",\"0.00005\",\"0.00114\"\n\"2024-06-15T16:45:00.000Z\",\"0.00005\",\"0.001086\"\n\"2024-06-15T16:50:00.000Z\",\"0.00005\",\"0.001007\"\n\"2024-06-15T16:55:00.000Z\",\"0.00005\",\"0.001135\"\n\"2024-06-15T17:00:00.000Z\",\"0.00005\",\"0.001176\"\n\"2024-06-15T17:05:00.000Z\",\"0.00005\",\"0.001063\"\n\"2024-06-15T17:10:00.000Z\",\"0.00005\",\"0.001089\"\n\"2024-06-15T17:15:00.000Z\",\"0.00005\",\"0.0012\"\n\"2024-06-15T17:20:00.000Z\",\"0.000045\",\"0.001003\"\n\"2024-06-15T17:25:00.000Z\",\"0.00005\",\"0.000996\"\n\"2024-06-15T17:30:00.000Z\",\"0.00005\",\"0.001014\"\n\"2024-06-15T17:35:00.000Z\",\"0.00005\",\"0.001104\"\n\"2024-06-15T17:40:00.000Z\",\"0.00005\",\"0.001128\"\n\"2024-06-15T17:45:00.000Z\",\"0.00005\",\"0.00116\"\n\"2024-06-15T17:50:00.000Z\",\"0.00005\",\"0.001099\"\n\"2024-06-15T17:55:00.000Z\",\"0.00005\",\"0.001144\"\n\"2024-06-15T18:00:00.000Z\",\"0.00005\",\"0.001078\"\n\"2024-06-15T18:05:00.000Z\",\"0.00005\",\"0.001072\"\n\"2024-06-15T18:10:00.000Z\",\"0.00005\",\"0.00115\"\n\"2024-06-15T18:15:00.000Z\",\"0.00005\",\"0.001157\"\n\"2024-06-15T18:20:00.000Z\",\"0.00005\",\"0.001095\"\n\"2024-06-15T18:25:00.000Z\",\"0.00005\",\"0.001134\"\n\"2024-06-15T18:30:00.000Z\",\"0.00005\",\"0.001136\"\n\"2024-06-15T18:35:00.000Z\",\"0.000045\",\"0.001177\"\n\"2024-06-15T18:40:00.000Z\",\"0.00005\",\"0.001077\"\n\"2024-06-15T18:45:00.000Z\",\"0.00005\",\"0.001051\"\n\"2024-06-15T18:50:00.000Z\",\"0.00005\",\"0.001099\"\n\"2024-06-15T18:55:00.000Z\",\"0.00005\",\"0.001176\"\n\"2024-06-15T19:00:00.000Z\",\"0.00005\",\"0.001086\"\n\"2024-06-15T19:05:00.000Z\",\"0.00005\",\"0.001203\"\n\"2024-06-15T19:10:00.000Z\",\"0.00005\",\"0.001174\"\n\"2024-06-15T19:15:00.000Z\",\"0.00005\",\"0.001168\"\n\"2024-06-15T19:20:00.000Z\",\"0.00005\",\"0.001237\"\n\"2024-06-15T19:25:00.000Z\",\"0.00005\",\"0.001023\"\n\"2024-06-15T19:30:00.000Z\",\"0.00005\",\"0.001092\"\n\"2024-06-15T19:35:00.000Z\",\"0.00005\",\"0.001116\"\n\"2024-06-15T19:40:00.000Z\",\"0.00005\",\"0.001205\"\n\"2024-06-15T19:45:00.000Z\",\"0.00005\",\"0.001168\"\n\"2024-06-15T19:50:00.000Z\",\"0.000045\",\"0.001183\"\n\"2024-06-15T19:55:00.000Z\",\"0.00005\",\"0.001179\"\n\"2024-06-15T20:00:00.000Z\",\"0.00005\",\"0.001282\"\n\"2024-06-15T20:05:00.000Z\",\"0.00005\",\"0.001158\"\n\"2024-06-15T20:10:00.000Z\",\"0.00005\",\"0.001093\"\n\"2024-06-15T20:15:00.000Z\",\"0.00005\",\"0.001082\"\n\"2024-06-15T20:20:00.000Z\",\"0.00005\",\"0.001164\"\n\"2024-06-15T20:25:00.000Z\",\"0.00005\",\"0.001183\"\n\"2024-06-15T20:30:00.000Z\",\"0.00005\",\"0.001168\"\n\"2024-06-15T20:35:00.000Z\",\"0.00005\",\"0.001085\"\n\"2024-06-15T20:40:00.000Z\",\"0.00005\",\"0.001147\"\n\"2024-06-15T20:45:00.000Z\",\"0.00005\",\"0.001104\"\n\"2024-06-15T20:50:00.000Z\",\"0.00005\",\"0.001188\"\n\"2024-06-15T20:55:00.000Z\",\"0.00005\",\"0.001095\"\n\"2024-06-15T21:00:00.000Z\",\"0.00005\",\"0.001111\"\n\"2024-06-15T21:05:00.000Z\",\"0.00005\",\"0.001162\"\n\"2024-06-15T21:10:00.000Z\",\"0.000045\",\"0.001167\"\n\"2024-06-15T21:15:00.000Z\",\"0.00005\",\"0.001128\"\n\"2024-06-15T21:20:00.000Z\",\"0.00005\",\"0.001155\"\n\"2024-06-15T21:25:00.000Z\",\"0.00005\",\"0.001074\"\n\"2024-06-15T21:30:00.000Z\",\"0.00005\",\"0.00115\"\n\"2024-06-15T21:35:00.000Z\",\"0.00005\",\"0.00119\"\n\"2024-06-15T21:40:00.000Z\",\"0.00005\",\"0.001073\"\n\"2024-06-15T21:45:00.000Z\",\"0.00005\",\"0.001189\"\n\"2024-06-15T21:50:00.000Z\",\"0.00005\",\"0.001159\"\n\"2024-06-15T21:55:00.000Z\",\"0.00005\",\"0.001138\"\n\"2024-06-15T22:00:00.000Z\",\"0.00005\",\"0.001076\"\n\"2024-06-15T22:05:00.000Z\",\"0.00005\",\"0.001089\"\n\"2024-06-15T22:10:00.000Z\",\"0.00005\",\"0.001211\"\n\"2024-06-15T22:15:00.000Z\",\"0.00005\",\"0.00122\"\n\"2024-06-15T22:20:00.000Z\",\"0.000045\",\"0.001225\"\n\"2024-06-15T22:25:00.000Z\",\"0.00005\",\"0.001162\"\n\"2024-06-15T22:30:00.000Z\",\"0.00005\",\"0.001278\"\n\"2024-06-15T22:35:00.000Z\",\"0.00005\",\"0.001122\"\n\"2024-06-15T22:40:00.000Z\",\"0.00005\",\"0.001235\"\n\"2024-06-15T22:45:00.000Z\",\"0.00005\",\"0.001075\"\n\"2024-06-15T22:50:00.000Z\",\"0.00005\",\"0.001081\"\n\"2024-06-15T22:55:00.000Z\",\"0.00005\",\"0.001153\"\n\"2024-06-15T23:00:00.000Z\",\"0.00005\",\"0.001193\"\n\"2024-06-15T23:05:00.000Z\",\"0.00005\",\"0.001203\"\n\"2024-06-15T23:10:00.000Z\",\"0.00005\",\"0.001197\"\n\"2024-06-15T23:15:00.000Z\",\"0.00005\",\"0.001153\"\n\"2024-06-15T23:20:00.000Z\",\"0.00005\",\"0.001221\"\n\"2024-06-15T23:25:00.000Z\",\"0.00005\",\"0.001154\"\n\"2024-06-15T23:30:00.000Z\",\"0.00005\",\"0.001201\"\n\"2024-06-15T23:35:00.000Z\",\"0.000045\",\"0.001157\"\n\"2024-06-15T23:40:00.000Z\",\"0.00005\",\"0.001155\"\n\"2024-06-15T23:45:00.000Z\",\"0.00005\",\"0.00116\"\n\"2024-06-15T23:50:00.000Z\",\"0.00005\",\"0.001003\"\n\"2024-06-15T23:55:00.000Z\",\"0.00005\",\"0.001133\"\n\"2024-06-16T00:00:00.000Z\",\"0.00005\",\"0.001133\"\n\"2024-06-16T00:05:00.000Z\",\"0.00005\",\"0.001193\"\n\"2024-06-16T00:10:00.000Z\",\"0.00005\",\"0.001221\"\n\"2024-06-16T00:15:00.000Z\",\"0.00005\",\"0.001228\"\n\"2024-06-16T00:20:00.000Z\",\"0.00005\",\"0.001118\"\n\"2024-06-16T00:25:00.000Z\",\"0.00005\",\"0.001086\"\n\"2024-06-16T00:30:00.000Z\",\"0.00005\",\"0.001217\"\n\"2024-06-16T00:35:00.000Z\",\"0.00005\",\"0.001185\"\n\"2024-06-16T00:40:00.000Z\",\"0.00005\",\"0.001169\"\n\"2024-06-16T00:45:00.000Z\",\"0.00005\",\"0.001089\"\n\"2024-06-16T00:50:00.000Z\",\"0.000045\",\"0.001114\"\n\"2024-06-16T00:55:00.000Z\",\"0.00005\",\"0.001155\"\n\"2024-06-16T01:00:00.000Z\",\"0.00005\",\"0.001205\"\n\"2024-06-16T01:05:00.000Z\",\"0.00005\",\"0.001128\"\n\"2024-06-16T01:10:00.000Z\",\"0.00005\",\"0.001051\"\n\"2024-06-16T01:15:00.000Z\",\"0.00005\",\"0.001154\"\n\"2024-06-16T01:20:00.000Z\",\"0.00005\",\"0.001205\"\n\"2024-06-16T01:25:00.000Z\",\"0.00005\",\"0.001254\"\n\"2024-06-16T01:30:00.000Z\",\"0.00005\",\"0.001196\"\n\"2024-06-16T01:35:00.000Z\",\"0.00005\",\"0.00116\"\n\"2024-06-16T01:40:00.000Z\",\"0.00005\",\"0.001042\"\n\"2024-06-16T01:45:00.000Z\",\"0.00005\",\"0.001093\"\n\"2024-06-16T01:50:00.000Z\",\"0.00005\",\"0.001212\"\n\"2024-06-16T01:55:00.000Z\",\"0.00005\",\"0.001125\"\n\"2024-06-16T02:00:00.000Z\",\"0.00005\",\"0.001039\"\n\"2024-06-16T02:05:00.000Z\",\"0.000045\",\"0.001072\"\n\"2024-06-16T02:10:00.000Z\",\"0.00005\",\"0.001191\"\n\"2024-06-16T02:15:00.000Z\",\"0.00005\",\"0.001021\"\n\"2024-06-16T02:20:00.000Z\",\"0.00005\",\"0.001081\"\n\"2024-06-16T02:25:00.000Z\",\"0.00005\",\"0.001096\"\n\"2024-06-16T02:30:00.000Z\",\"0.00005\",\"0.00116\"\n\"2024-06-16T02:35:00.000Z\",\"0.00005\",\"0.001111\"\n\"2024-06-16T02:40:00.000Z\",\"0.00005\",\"0.001199\"\n\"2024-06-16T02:45:00.000Z\",\"0.00005\",\"0.001158\"\n\"2024-06-16T02:50:00.000Z\",\"0.00005\",\"0.001078\"\n\"2024-06-16T02:55:00.000Z\",\"0.00005\",\"0.00113\"\n\"2024-06-16T03:00:00.000Z\",\"0.00005\",\"0.001075\"\n\"2024-06-16T03:05:00.000Z\",\"0.000045\",\"0.001082\"\n\"2024-06-16T03:10:00.000Z\",\"0.000055\",\"0.001183\"\n\"2024-06-16T03:15:00.000Z\",\"0.000045\",\"0.001129\"\n\"2024-06-16T03:20:00.000Z\",\"0.00005\",\"0.001268\"\n\"2024-06-16T03:25:00.000Z\",\"0.00005\",\"0.001165\"\n\"2024-06-16T03:30:00.000Z\",\"0.00005\",\"0.001195\"\n\"2024-06-16T03:35:00.000Z\",\"0.00005\",\"0.001116\"\n\"2024-06-16T03:40:00.000Z\",\"0.00005\",\"0.001136\"\n\"2024-06-16T03:45:00.000Z\",\"0.00005\",\"0.001142\"\n\"2024-06-16T03:50:00.000Z\",\"0.00005\",\"0.001189\"\n\"2024-06-16T03:55:00.000Z\",\"0.00005\",\"0.00113\"\n\"2024-06-16T04:00:00.000Z\",\"0.00005\",\"0.00117\"\n\"2024-06-16T04:05:00.000Z\",\"0.00005\",\"0.001118\"\n\"2024-06-16T04:10:00.000Z\",\"0.00005\",\"0.001175\"\n\"2024-06-16T04:15:00.000Z\",\"0.00005\",\"0.001268\"\n\"2024-06-16T04:20:00.000Z\",\"0.00005\",\"0.001178\"\n\"2024-06-16T04:25:00.000Z\",\"0.00005\",\"0.001118\"\n\"2024-06-16T04:30:00.000Z\",\"0.000045\",\"0.001107\"\n\"2024-06-16T04:35:00.000Z\",\"0.00005\",\"0.001172\"\n\"2024-06-16T04:40:00.000Z\",\"0.00005\",\"0.001126\"\n\"2024-06-16T04:45:00.000Z\",\"0.00005\",\"0.001147\"\n\"2024-06-16T04:50:00.000Z\",\"0.00005\",\"0.001144\"\n\"2024-06-16T04:55:00.000Z\",\"0.00005\",\"0.001101\"\n\"2024-06-16T05:00:00.000Z\",\"0.00005\",\"0.001172\"\n\"2024-06-16T05:05:00.000Z\",\"0.00005\",\"0.001075\"\n\"2024-06-16T05:10:00.000Z\",\"0.00005\",\"0.001177\"\n\"2024-06-16T05:15:00.000Z\",\"0.000055\",\"0.001304\"\n\"2024-06-16T05:20:00.000Z\",\"0.00005\",\"0.00113\"\n\"2024-06-16T05:25:00.000Z\",\"0.00005\",\"0.001137\"\n\"2024-06-16T05:30:00.000Z\",\"0.00005\",\"0.001118\"\n\"2024-06-16T05:35:00.000Z\",\"0.000045\",\"0.001026\"\n\"2024-06-16T05:40:00.000Z\",\"0.00005\",\"0.001175\"\n\"2024-06-16T05:45:00.000Z\",\"0.00005\",\"0.001085\"\n\"2024-06-16T05:50:00.000Z\",\"0.00005\",\"0.001092\"\n\"2024-06-16T05:55:00.000Z\",\"0.00005\",\"0.001139\"\n\"2024-06-16T06:00:00.000Z\",\"0.00005\",\"0.001248\"\n\"2024-06-16T06:05:00.000Z\",\"0.00005\",\"0.001207\"\n\"2024-06-16T06:10:00.000Z\",\"0.00005\",\"0.001211\"\n\"2024-06-16T06:15:00.000Z\",\"0.00005\",\"0.001175\"\n\"2024-06-16T06:20:00.000Z\",\"0.00005\",\"0.001098\"\n\"2024-06-16T06:25:00.000Z\",\"0.00005\",\"0.001164\"\n\"2024-06-16T06:30:00.000Z\",\"0.00005\",\"0.001219\"\n\"2024-06-16T06:35:00.000Z\",\"0.00005\",\"0.001023\"\n\"2024-06-16T06:40:00.000Z\",\"0.00005\",\"0.001119\"\n\"2024-06-16T06:45:00.000Z\",\"0.00005\",\"0.001116\"\n\"2024-06-16T06:50:00.000Z\",\"0.000045\",\"0.001173\"\n\"2024-06-16T06:55:00.000Z\",\"0.00005\",\"0.001065\"\n\"2024-06-16T07:00:00.000Z\",\"0.00005\",\"0.001077\"\n\"2024-06-16T07:05:00.000Z\",\"0.00005\",\"0.001107\"\n\"2024-06-16T07:10:00.000Z\",\"0.00005\",\"0.001227\"\n\"2024-06-16T07:15:00.000Z\",\"0.00005\",\"0.001094\"\n\"2024-06-16T07:20:00.000Z\",\"0.00005\",\"0.001194\"\n\"2024-06-16T07:25:00.000Z\",\"0.00005\",\"0.00108\"\n\"2024-06-16T07:30:00.000Z\",\"0.00005\",\"0.00113\"\n\"2024-06-16T07:35:00.000Z\",\"0.00005\",\"0.001215\"\n\"2024-06-16T07:40:00.000Z\",\"0.00005\",\"0.001214\"\n\"2024-06-16T07:45:00.000Z\",\"0.00005\",\"0.001103\"\n\"2024-06-16T07:50:00.000Z\",\"0.00005\",\"0.000996\"\n\"2024-06-16T07:55:00.000Z\",\"0.00005\",\"0.001238\"\n\"2024-06-16T08:00:00.000Z\",\"0.00005\",\"0.001116\"\n\"2024-06-16T08:05:00.000Z\",\"0.000045\",\"0.001139\"\n\"2024-06-16T08:10:00.000Z\",\"0.00005\",\"0.001093\"\n\"2024-06-16T08:15:00.000Z\",\"0.00005\",\"0.00115\"\n\"2024-06-16T08:20:00.000Z\",\"0.00005\",\"0.001123\"\n\"2024-06-16T08:25:00.000Z\",\"0.00005\",\"0.001094\"\n\"2024-06-16T08:30:00.000Z\",\"0.00005\",\"0.001054\"\n\"2024-06-16T08:35:00.000Z\",\"0.00005\",\"0.001091\"\n\"2024-06-16T08:40:00.000Z\",\"0.00005\",\"0.001223\"\n\"2024-06-16T08:45:00.000Z\",\"0.00005\",\"0.001146\"\n\"2024-06-16T08:50:00.000Z\",\"0.00005\",\"0.001187\"\n\"2024-06-16T08:55:00.000Z\",\"0.00005\",\"0.001141\"\n\"2024-06-16T09:00:00.000Z\",\"0.00005\",\"0.001255\"\n\"2024-06-16T09:05:00.000Z\",\"0.00005\",\"0.001109\"\n\"2024-06-16T09:10:00.000Z\",\"0.00005\",\"0.001039\"\n\"2024-06-16T09:15:00.000Z\",\"0.000045\",\"0.001242\"\n\"2024-06-16T09:20:00.000Z\",\"0.00005\",\"0.001237\"\n\"2024-06-16T09:25:00.000Z\",\"0.00005\",\"0.001142\"\n\"2024-06-16T09:30:00.000Z\",\"0.00005\",\"0.001081\"\n\"2024-06-16T09:35:00.000Z\",\"0.00005\",\"0.001206\"\n\"2024-06-16T09:40:00.000Z\",\"0.00005\",\"0.001167\"\n\"2024-06-16T09:45:00.000Z\",\"0.00005\",\"0.001177\"\n\"2024-06-16T09:50:00.000Z\",\"0.00005\",\"0.001104\"\n\"2024-06-16T09:55:00.000Z\",\"0.00005\",\"0.001018\"\n\"2024-06-16T10:00:00.000Z\",\"0.00005\",\"0.001138\"\n\"2024-06-16T10:05:00.000Z\",\"0.00005\",\"0.001203\"\n\"2024-06-16T10:10:00.000Z\",\"0.00005\",\"0.001124\"\n\"2024-06-16T10:15:00.000Z\",\"0.00005\",\"0.001164\"\n\"2024-06-16T10:20:00.000Z\",\"0.00005\",\"0.001221\"\n\"2024-06-16T10:25:00.000Z\",\"0.00005\",\"0.00119\"\n\"2024-06-16T10:30:00.000Z\",\"0.00005\",\"0.001195\"\n\"2024-06-16T10:35:00.000Z\",\"0.000045\",\"0.001099\"\n\"2024-06-16T10:40:00.000Z\",\"0.00005\",\"0.001234\"\n\"2024-06-16T10:45:00.000Z\",\"0.00005\",\"0.001101\"\n\"2024-06-16T10:50:00.000Z\",\"0.00005\",\"0.001318\"\n\"2024-06-16T10:55:00.000Z\",\"0.00005\",\"0.001218\"\n\"2024-06-16T11:00:00.000Z\",\"0.00005\",\"0.001138\"\n\"2024-06-16T11:05:00.000Z\",\"0.00005\",\"0.00107\"\n\"2024-06-16T11:10:00.000Z\",\"0.00005\",\"0.001171\"\n\"2024-06-16T11:15:00.000Z\",\"0.00005\",\"0.001214\"\n\"2024-06-16T11:20:00.000Z\",\"0.00005\",\"0.00106\"\n\"2024-06-16T11:25:00.000Z\",\"0.00005\",\"0.001072\"\n\"2024-06-16T11:30:00.000Z\",\"0.00005\",\"0.001047\"\n\"2024-06-16T11:35:00.000Z\",\"0.00005\",\"0.001111\"\n\"2024-06-16T11:40:00.000Z\",\"0.00005\",\"0.001075\"\n\"2024-06-16T11:45:00.000Z\",\"0.00005\",\"0.001151\"\n\"2024-06-16T11:50:00.000Z\",\"0.000045\",\"0.001166\"\n\"2024-06-16T11:55:00.000Z\",\"0.00005\",\"0.001115\"\n\"2024-06-16T12:00:00.000Z\",\"0.00005\",\"0.001151\"\n\"2024-06-16T12:05:00.000Z\",\"0.00005\",\"0.00102\"\n\"2024-06-16T12:10:00.000Z\",\"0.00005\",\"0.001019\"\n\"2024-06-16T12:15:00.000Z\",\"0.00005\",\"0.001154\"\n\"2024-06-16T12:20:00.000Z\",\"0.00005\",\"0.001188\"\n\"2024-06-16T12:25:00.000Z\",\"0.00005\",\"0.001143\"\n\"2024-06-16T12:30:00.000Z\",\"0.00005\",\"0.001135\"\n\"2024-06-16T12:35:00.000Z\",\"0.00005\",\"0.001196\"\n\"2024-06-16T12:40:00.000Z\",\"0.00005\",\"0.001072\"\n\"2024-06-16T12:45:00.000Z\",\"0.00005\",\"0.00102\"\n\"2024-06-16T12:50:00.000Z\",\"0.00005\",\"0.001203\"\n\"2024-06-16T12:55:00.000Z\",\"0.00005\",\"0.001148\"\n\"2024-06-16T13:00:00.000Z\",\"0.000045\",\"0.001134\"\n\"2024-06-16T13:05:00.000Z\",\"0.00005\",\"0.001212\"\n\"2024-06-16T13:10:00.000Z\",\"0.00005\",\"0.001181\"\n\"2024-06-16T13:15:00.000Z\",\"0.00005\",\"0.001177\"\n\"2024-06-16T13:20:00.000Z\",\"0.00005\",\"0.001134\"\n\"2024-06-16T13:25:00.000Z\",\"0.00005\",\"0.001076\"\n\"2024-06-16T13:30:00.000Z\",\"0.00005\",\"0.00111\"\n\"2024-06-16T13:35:00.000Z\",\"0.00005\",\"0.001133\"\n\"2024-06-16T13:40:00.000Z\",\"0.00005\",\"0.001017\"\n\"2024-06-16T13:45:00.000Z\",\"0.00005\",\"0.001052\"\n\"2024-06-16T13:50:00.000Z\",\"0.00005\",\"0.001182\"\n\"2024-06-16T13:55:00.000Z\",\"0.00005\",\"0.00112\"\n\"2024-06-16T14:00:00.000Z\",\"0.00005\",\"0.001169\"\n\"2024-06-16T14:05:00.000Z\",\"0.00005\",\"0.001164\"\n\"2024-06-16T14:10:00.000Z\",\"0.00005\",\"0.001182\"\n\"2024-06-16T14:15:00.000Z\",\"0.00005\",\"0.001222\"\n\"2024-06-16T14:20:00.000Z\",\"0.000045\",\"0.001251\"\n\"2024-06-16T14:25:00.000Z\",\"0.00005\",\"0.001178\"\n\"2024-06-16T14:30:00.000Z\",\"0.00005\",\"0.001125\"\n\"2024-06-16T14:35:00.000Z\",\"0.00005\",\"0.00118\"\n\"2024-06-16T14:40:00.000Z\",\"0.00005\",\"0.001172\"\n\"2024-06-16T14:45:00.000Z\",\"0.00005\",\"0.001223\"\n\"2024-06-16T14:50:00.000Z\",\"0.00005\",\"0.001165\"\n\"2024-06-16T14:55:00.000Z\",\"0.00005\",\"0.001156\"\n\"2024-06-16T15:00:00.000Z\",\"0.00005\",\"0.001173\"\n\"2024-06-16T15:05:00.000Z\",\"0.00005\",\"0.001013\"\n\"2024-06-16T15:10:00.000Z\",\"0.00005\",\"0.001191\"\n\"2024-06-16T15:15:00.000Z\",\"0.00005\",\"0.001166\"\n\"2024-06-16T15:20:00.000Z\",\"0.00005\",\"0.001071\"\n\"2024-06-16T15:25:00.000Z\",\"0.00005\",\"0.001085\"\n\"2024-06-16T15:30:00.000Z\",\"0.00005\",\"0.001244\"\n\"2024-06-16T15:35:00.000Z\",\"0.000045\",\"0.000989\"\n\"2024-06-16T15:40:00.000Z\",\"0.00005\",\"0.00109\"\n\"2024-06-16T15:45:00.000Z\",\"0.00005\",\"0.001119\"\n\"2024-06-16T15:50:00.000Z\",\"0.00005\",\"0.001146\"\n\"2024-06-16T15:55:00.000Z\",\"0.00005\",\"0.001132\"\n\"2024-06-16T16:00:00.000Z\",\"0.00005\",\"0.001123\"\n\"2024-06-16T16:05:00.000Z\",\"0.00005\",\"0.001153\"\n\"2024-06-16T16:10:00.000Z\",\"0.00005\",\"0.001065\"\n\"2024-06-16T16:15:00.000Z\",\"0.00005\",\"0.001103\"\n\"2024-06-16T16:20:00.000Z\",\"0.00005\",\"0.001157\"\n\"2024-06-16T16:25:00.000Z\",\"0.00005\",\"0.001287\"\n\"2024-06-16T16:30:00.000Z\",\"0.00005\",\"0.001041\"\n\"2024-06-16T16:35:00.000Z\",\"0.00005\",\"0.001162\"\n\"2024-06-16T16:40:00.000Z\",\"0.00005\",\"0.001134\"\n\"2024-06-16T16:45:00.000Z\",\"0.000045\",\"0.001159\"\n\"2024-06-16T16:50:00.000Z\",\"0.00005\",\"0.001135\"\n\"2024-06-16T16:55:00.000Z\",\"0.00005\",\"0.001109\"\n\"2024-06-16T17:00:00.000Z\",\"0.00005\",\"0.001084\"\n\"2024-06-16T17:05:00.000Z\",\"0.00005\",\"0.001112\"\n\"2024-06-16T17:10:00.000Z\",\"0.00005\",\"0.001162\"\n\"2024-06-16T17:15:00.000Z\",\"0.00005\",\"0.001188\"\n\"2024-06-16T17:20:00.000Z\",\"0.00005\",\"0.001179\"\n\"2024-06-16T17:25:00.000Z\",\"0.00005\",\"0.001283\"\n\"2024-06-16T17:30:00.000Z\",\"0.00005\",\"0.001187\"\n\"2024-06-16T17:35:00.000Z\",\"0.00005\",\"0.001114\"\n\"2024-06-16T17:40:00.000Z\",\"0.00005\",\"0.001165\"\n\"2024-06-16T17:45:00.000Z\",\"0.00005\",\"0.001165\"\n\"2024-06-16T17:50:00.000Z\",\"0.00005\",\"0.00112\"\n\"2024-06-16T17:55:00.000Z\",\"0.00005\",\"0.001144\"\n\"2024-06-16T18:00:00.000Z\",\"0.000045\",\"0.001137\"\n\"2024-06-16T18:05:00.000Z\",\"0.00005\",\"0.001127\"\n\"2024-06-16T18:10:00.000Z\",\"0.00005\",\"0.001074\"\n\"2024-06-16T18:15:00.000Z\",\"0.00005\",\"0.001198\"\n\"2024-06-16T18:20:00.000Z\",\"0.00005\",\"0.001064\"\n\"2024-06-16T18:25:00.000Z\",\"0.00005\",\"0.001272\"\n\"2024-06-16T18:30:00.000Z\",\"0.00005\",\"0.001229\"\n\"2024-06-16T18:35:00.000Z\",\"0.00005\",\"0.00122\"\n\"2024-06-16T18:40:00.000Z\",\"0.00005\",\"0.001195\"\n\"2024-06-16T18:45:00.000Z\",\"0.00005\",\"0.001148\"\n\"2024-06-16T18:50:00.000Z\",\"0.00005\",\"0.001257\"\n\"2024-06-16T18:55:00.000Z\",\"0.00005\",\"0.001269\"\n\"2024-06-16T19:00:00.000Z\",\"0.00005\",\"0.001202\"\n\"2024-06-16T19:05:00.000Z\",\"0.00005\",\"0.001132\"\n\"2024-06-16T19:10:00.000Z\",\"0.00005\",\"0.001118\"\n\"2024-06-16T19:15:00.000Z\",\"0.000045\",\"0.001165\"\n\"2024-06-16T19:20:00.000Z\",\"0.00005\",\"0.001124\"\n\"2024-06-16T19:25:00.000Z\",\"0.00005\",\"0.001089\"\n\"2024-06-16T19:30:00.000Z\",\"0.00005\",\"0.001106\"\n\"2024-06-16T19:35:00.000Z\",\"0.00005\",\"0.001117\"\n\"2024-06-16T19:40:00.000Z\",\"0.00005\",\"0.001132\"\n\"2024-06-16T19:45:00.000Z\",\"0.00005\",\"0.001083\"\n\"2024-06-16T19:50:00.000Z\",\"0.00005\",\"0.001214\"\n\"2024-06-16T19:55:00.000Z\",\"0.00005\",\"0.001266\"\n\"2024-06-16T20:00:00.000Z\",\"0.00005\",\"0.001106\"\n\"2024-06-16T20:05:00.000Z\",\"0.00005\",\"0.001225\"\n\"2024-06-16T20:10:00.000Z\",\"0.00005\",\"0.001217\"\n\"2024-06-16T20:15:00.000Z\",\"0.00005\",\"0.001208\"\n\"2024-06-16T20:20:00.000Z\",\"0.00005\",\"0.001266\"\n\"2024-06-16T20:25:00.000Z\",\"0.00005\",\"0.001082\"\n\"2024-06-16T20:30:00.000Z\",\"0.000045\",\"0.001137\"\n\"2024-06-16T20:35:00.000Z\",\"0.00005\",\"0.001118\"\n\"2024-06-16T20:40:00.000Z\",\"0.00005\",\"0.001223\"\n\"2024-06-16T20:45:00.000Z\",\"0.00005\",\"0.001223\"\n\"2024-06-16T20:50:00.000Z\",\"0.00005\",\"0.001003\"\n\"2024-06-16T20:55:00.000Z\",\"0.00005\",\"0.00124\"\n\"2024-06-16T21:00:00.000Z\",\"0.00005\",\"0.001104\"\n\"2024-06-16T21:05:00.000Z\",\"0.00005\",\"0.001203\"\n\"2024-06-16T21:10:00.000Z\",\"0.00005\",\"0.001213\"\n\"2024-06-16T21:15:00.000Z\",\"0.00005\",\"0.001161\"\n\"2024-06-16T21:20:00.000Z\",\"0.00005\",\"0.001226\"\n\"2024-06-16T21:25:00.000Z\",\"0.00005\",\"0.001203\"\n\"2024-06-16T21:30:00.000Z\",\"0.00005\",\"0.001165\"\n\"2024-06-16T21:35:00.000Z\",\"0.00005\",\"0.001086\"\n\"2024-06-16T21:40:00.000Z\",\"0.00005\",\"0.001103\"\n\"2024-06-16T21:45:00.000Z\",\"0.000045\",\"0.001156\"\n\"2024-06-16T21:50:00.000Z\",\"0.00005\",\"0.001168\"\n\"2024-06-16T21:55:00.000Z\",\"0.00005\",\"0.001221\"\n\"2024-06-16T22:00:00.000Z\",\"0.00005\",\"0.001148\"\n\"2024-06-16T22:05:00.000Z\",\"0.00005\",\"0.001136\"\n\"2024-06-16T22:10:00.000Z\",\"0.00005\",\"0.001193\"\n\"2024-06-16T22:15:00.000Z\",\"0.00005\",\"0.001342\"\n\"2024-06-16T22:20:00.000Z\",\"0.00005\",\"0.00117\"\n\"2024-06-16T22:25:00.000Z\",\"0.00005\",\"0.001115\"\n\"2024-06-16T22:30:00.000Z\",\"0.00005\",\"0.00116\"\n\"2024-06-16T22:35:00.000Z\",\"0.00005\",\"0.00117\"\n\"2024-06-16T22:40:00.000Z\",\"0.00005\",\"0.001152\"\n\"2024-06-16T22:45:00.000Z\",\"0.00005\",\"0.001103\"\n\"2024-06-16T22:50:00.000Z\",\"0.00005\",\"0.001176\"\n\"2024-06-16T22:55:00.000Z\",\"0.000045\",\"0.001155\"\n\"2024-06-16T23:00:00.000Z\",\"0.00005\",\"0.001239\"\n\"2024-06-16T23:05:00.000Z\",\"0.00005\",\"0.001341\"\n\"2024-06-16T23:10:00.000Z\",\"0.00005\",\"0.001179\"\n\"2024-06-16T23:15:00.000Z\",\"0.00005\",\"0.00129\"\n\"2024-06-16T23:20:00.000Z\",\"0.00005\",\"0.001213\"\n\"2024-06-16T23:25:00.000Z\",\"0.00005\",\"0.001225\"\n\"2024-06-16T23:30:00.000Z\",\"0.00005\",\"0.001206\"\n\"2024-06-16T23:35:00.000Z\",\"0.00005\",\"0.001269\"\n\"2024-06-16T23:40:00.000Z\",\"0.00005\",\"0.001166\"\n\"2024-06-16T23:45:00.000Z\",\"0.00005\",\"0.001157\"\n\"2024-06-16T23:50:00.000Z\",\"0.00005\",\"0.001242\"\n\"2024-06-16T23:55:00.000Z\",\"0.00005\",\"0.001246\"\n\"2024-06-17T00:00:00.000Z\",\"0.00005\",\"0.001261\"\n\"2024-06-17T00:05:00.000Z\",\"0.00005\",\"0.001235\"\n\"2024-06-17T00:10:00.000Z\",\"0.000045\",\"0.001265\"\n\"2024-06-17T00:15:00.000Z\",\"0.00005\",\"0.001282\"\n\"2024-06-17T00:20:00.000Z\",\"0.00005\",\"0.001235\"\n\"2024-06-17T00:25:00.000Z\",\"0.00005\",\"0.001289\"\n\"2024-06-17T00:30:00.000Z\",\"0.00005\",\"0.001162\"\n\"2024-06-17T00:35:00.000Z\",\"0.00005\",\"0.001321\"\n\"2024-06-17T00:40:00.000Z\",\"0.00005\",\"0.001292\"\n\"2024-06-17T00:45:00.000Z\",\"0.00005\",\"0.001082\"\n\"2024-06-17T00:50:00.000Z\",\"0.00005\",\"0.001173\"\n\"2024-06-17T00:55:00.000Z\",\"0.00005\",\"0.001189\"\n\"2024-06-17T01:00:00.000Z\",\"0.00005\",\"0.001246\"\n\"2024-06-17T01:05:00.000Z\",\"0.00005\",\"0.001353\"\n\"2024-06-17T01:10:00.000Z\",\"0.00005\",\"0.001236\"\n\"2024-06-17T01:15:00.000Z\",\"0.00005\",\"0.001251\"\n\"2024-06-17T01:20:00.000Z\",\"0.00005\",\"0.001125\"\n\"2024-06-17T01:25:00.000Z\",\"0.00005\",\"0.001188\"\n\"2024-06-17T01:30:00.000Z\",\"0.000045\",\"0.001213\"\n\"2024-06-17T01:35:00.000Z\",\"0.00005\",\"0.001271\"\n\"2024-06-17T01:40:00.000Z\",\"0.00005\",\"0.001296\"\n\"2024-06-17T01:45:00.000Z\",\"0.00005\",\"0.00126\"\n\"2024-06-17T01:50:00.000Z\",\"0.00005\",\"0.001226\"\n\"2024-06-17T01:55:00.000Z\",\"0.00005\",\"0.001138\"\n\"2024-06-17T02:00:00.000Z\",\"0.00005\",\"0.001236\"\n\"2024-06-17T02:05:00.000Z\",\"0.00005\",\"0.001219\"\n\"2024-06-17T02:10:00.000Z\",\"0.00005\",\"0.001176\"\n\"2024-06-17T02:15:00.000Z\",\"0.00005\",\"0.001186\"\n\"2024-06-17T02:20:00.000Z\",\"0.00005\",\"0.001274\"\n\"2024-06-17T02:25:00.000Z\",\"0.00005\",\"0.001152\"\n\"2024-06-17T02:30:00.000Z\",\"0.00005\",\"0.001257\"\n\"2024-06-17T02:35:00.000Z\",\"0.00005\",\"0.001136\"\n\"2024-06-17T02:40:00.000Z\",\"0.00005\",\"0.001154\"\n\"2024-06-17T02:45:00.000Z\",\"0.000045\",\"0.001271\"\n\"2024-06-17T02:50:00.000Z\",\"0.00005\",\"0.001294\"\n\"2024-06-17T02:55:00.000Z\",\"0.00005\",\"0.001267\"\n\"2024-06-17T03:00:00.000Z\",\"0.00005\",\"0.001257\"\n\"2024-06-17T03:05:00.000Z\",\"0.00005\",\"0.00117\"\n\"2024-06-17T03:10:00.000Z\",\"0.00005\",\"0.001255\"\n\"2024-06-17T03:15:00.000Z\",\"0.00005\",\"0.001211\"\n\"2024-06-17T03:20:00.000Z\",\"0.00005\",\"0.001246\"\n\"2024-06-17T03:25:00.000Z\",\"0.00005\",\"0.001159\"\n\"2024-06-17T03:30:00.000Z\",\"0.00005\",\"0.001232\"\n\"2024-06-17T03:35:00.000Z\",\"0.00005\",\"0.001133\"\n\"2024-06-17T03:40:00.000Z\",\"0.00005\",\"0.001286\"\n\"2024-06-17T03:45:00.000Z\",\"0.00005\",\"0.001274\"\n\"2024-06-17T03:50:00.000Z\",\"0.00005\",\"0.00129\"\n\"2024-06-17T03:55:00.000Z\",\"0.000045\",\"0.001222\"\n\"2024-06-17T04:00:00.000Z\",\"0.00005\",\"0.001144\"\n\"2024-06-17T04:05:00.000Z\",\"0.00005\",\"0.001258\"\n\"2024-06-17T04:10:00.000Z\",\"0.00005\",\"0.001364\"\n\"2024-06-17T04:15:00.000Z\",\"0.00005\",\"0.001307\"\n\"2024-06-17T04:20:00.000Z\",\"0.00005\",\"0.001269\"\n\"2024-06-17T04:25:00.000Z\",\"0.00005\",\"0.001239\"\n\"2024-06-17T04:30:00.000Z\",\"0.00005\",\"0.001183\"\n\"2024-06-17T04:35:00.000Z\",\"0.00005\",\"0.001228\"\n\"2024-06-17T04:40:00.000Z\",\"0.00005\",\"0.001208\"\n\"2024-06-17T04:45:00.000Z\",\"0.00005\",\"0.001281\"\n\"2024-06-17T04:50:00.000Z\",\"0.00005\",\"0.001201\"\n\"2024-06-17T04:55:00.000Z\",\"0.00005\",\"0.001244\"\n\"2024-06-17T05:00:00.000Z\",\"0.00005\",\"0.001228\"\n\"2024-06-17T05:05:00.000Z\",\"0.00005\",\"0.001087\"\n\"2024-06-17T05:10:00.000Z\",\"0.000045\",\"0.00111\"\n\"2024-06-17T05:15:00.000Z\",\"0.00005\",\"0.001196\"\n\"2024-06-17T05:20:00.000Z\",\"0.00005\",\"0.001173\"\n\"2024-06-17T05:25:00.000Z\",\"0.00005\",\"0.001319\"\n\"2024-06-17T05:30:00.000Z\",\"0.00005\",\"0.001105\"\n\"2024-06-17T05:35:00.000Z\",\"0.00005\",\"0.001205\"\n\"2024-06-17T05:40:00.000Z\",\"0.00005\",\"0.001144\"\n\"2024-06-17T05:45:00.000Z\",\"0.00005\",\"0.001257\"\n\"2024-06-17T05:50:00.000Z\",\"0.00005\",\"0.001136\"\n\"2024-06-17T05:55:00.000Z\",\"0.00005\",\"0.001199\"\n\"2024-06-17T06:00:00.000Z\",\"0.00005\",\"0.001329\"\n\"2024-06-17T06:05:00.000Z\",\"0.00005\",\"0.001231\"\n\"2024-06-17T06:10:00.000Z\",\"0.00005\",\"0.001186\"\n\"2024-06-17T06:15:00.000Z\",\"0.00005\",\"0.001151\"\n\"2024-06-17T06:20:00.000Z\",\"0.00005\",\"0.001176\"\n\"2024-06-17T06:25:00.000Z\",\"0.000045\",\"0.001292\"\n\"2024-06-17T06:30:00.000Z\",\"0.00005\",\"0.001257\"\n\"2024-06-17T06:35:00.000Z\",\"0.00005\",\"0.001174\"\n\"2024-06-17T06:40:00.000Z\",\"0.00005\",\"0.001213\"\n\"2024-06-17T06:45:00.000Z\",\"0.00005\",\"0.0012\"\n\"2024-06-17T06:50:00.000Z\",\"0.00005\",\"0.001245\"\n\"2024-06-17T06:55:00.000Z\",\"0.00005\",\"0.001148\"\n\"2024-06-17T07:00:00.000Z\",\"0.00005\",\"0.001291\"\n\"2024-06-17T07:05:00.000Z\",\"0.00005\",\"0.001301\"\n\"2024-06-17T07:10:00.000Z\",\"0.00005\",\"0.001154\"\n\"2024-06-17T07:15:00.000Z\",\"0.00005\",\"0.001292\"\n\"2024-06-17T07:20:00.000Z\",\"0.00005\",\"0.001217\"\n\"2024-06-17T07:25:00.000Z\",\"0.00005\",\"0.001206\"\n\"2024-06-17T07:30:00.000Z\",\"0.00005\",\"0.001269\"\n\"2024-06-17T07:35:00.000Z\",\"0.00005\",\"0.001239\"\n\"2024-06-17T07:40:00.000Z\",\"0.00005\",\"0.001272\"\n\"2024-06-17T07:45:00.000Z\",\"0.000045\",\"0.00125\"\n\"2024-06-17T07:50:00.000Z\",\"0.00005\",\"0.001333\"\n\"2024-06-17T07:55:00.000Z\",\"0.00005\",\"0.001254\"\n\"2024-06-17T08:00:00.000Z\",\"0.00005\",\"0.001234\"\n\"2024-06-17T08:05:00.000Z\",\"0.00005\",\"0.001182\"\n\"2024-06-17T08:10:00.000Z\",\"0.00005\",\"0.001174\"\n\"2024-06-17T08:15:00.000Z\",\"0.00005\",\"0.001168\"\n\"2024-06-17T08:20:00.000Z\",\"0.00005\",\"0.001188\"\n\"2024-06-17T08:25:00.000Z\",\"0.00005\",\"0.001143\"\n\"2024-06-17T08:30:00.000Z\",\"0.00005\",\"0.001182\"\n\"2024-06-17T08:35:00.000Z\",\"0.00005\",\"0.001196\"\n\"2024-06-17T08:40:00.000Z\",\"0.00005\",\"0.001195\"\n\"2024-06-17T08:45:00.000Z\",\"0.00005\",\"0.001201\"\n\"2024-06-17T08:50:00.000Z\",\"0.00005\",\"0.001218\"\n\"2024-06-17T08:55:00.000Z\",\"0.000045\",\"0.00109\"\n\"2024-06-17T09:00:00.000Z\",\"0.00005\",\"0.001205\"\n\"2024-06-17T09:05:00.000Z\",\"0.00005\",\"0.001263\"\n\"2024-06-17T09:10:00.000Z\",\"0.00005\",\"0.00119\"\n\"2024-06-17T09:15:00.000Z\",\"0.00005\",\"0.001242\"\n\"2024-06-17T09:20:00.000Z\",\"0.00005\",\"0.001141\"\n\"2024-06-17T09:25:00.000Z\",\"0.00005\",\"0.001239\"\n\"2024-06-17T09:30:00.000Z\",\"0.00005\",\"0.001126\"\n\"2024-06-17T09:35:00.000Z\",\"0.00005\",\"0.001156\"\n\"2024-06-17T09:40:00.000Z\",\"0.00005\",\"0.001196\"\n\"2024-06-17T09:45:00.000Z\",\"0.00005\",\"0.001222\"\n\"2024-06-17T09:50:00.000Z\",\"0.00005\",\"0.001228\"\n\"2024-06-17T09:55:00.000Z\",\"0.000045\",\"0.001035\"\n\"2024-06-17T10:00:00.000Z\",\"0.000055\",\"0.001257\"\n\"2024-06-17T10:05:00.000Z\",\"0.00005\",\"0.001201\"\n\"2024-06-17T10:10:00.000Z\",\"0.000045\",\"0.001209\"\n\"2024-06-17T10:15:00.000Z\",\"0.00005\",\"0.001125\"\n\"2024-06-17T10:20:00.000Z\",\"0.00005\",\"0.001153\"\n\"2024-06-17T10:25:00.000Z\",\"0.00005\",\"0.001136\"\n\"2024-06-17T10:30:00.000Z\",\"0.00005\",\"0.001213\"\n\"2024-06-17T10:35:00.000Z\",\"0.00005\",\"0.001161\"\n\"2024-06-17T10:40:00.000Z\",\"0.00005\",\"0.001119\"\n\"2024-06-17T10:45:00.000Z\",\"0.00005\",\"0.001301\"\n\"2024-06-17T10:50:00.000Z\",\"0.00005\",\"0.00113\"\n\"2024-06-17T10:55:00.000Z\",\"0.00005\",\"0.001281\"\n\"2024-06-17T11:00:00.000Z\",\"0.00005\",\"0.001234\"\n\"2024-06-17T11:05:00.000Z\",\"0.00005\",\"0.001296\"\n\"2024-06-17T11:10:00.000Z\",\"0.00005\",\"0.001255\"\n\"2024-06-17T11:15:00.000Z\",\"0.00005\",\"0.001237\"\n\"2024-06-17T11:20:00.000Z\",\"0.000045\",\"0.001226\"\n\"2024-06-17T11:25:00.000Z\",\"0.00005\",\"0.001188\"\n\"2024-06-17T11:30:00.000Z\",\"0.00005\",\"0.001079\"\n\"2024-06-17T11:35:00.000Z\",\"0.00005\",\"0.001215\"\n\"2024-06-17T11:40:00.000Z\",\"0.00005\",\"0.001221\"\n\"2024-06-17T11:45:00.000Z\",\"0.00005\",\"0.001142\"\n\"2024-06-17T11:50:00.000Z\",\"0.00005\",\"0.001298\"\n\"2024-06-17T11:55:00.000Z\",\"0.00005\",\"0.001235\"\n\"2024-06-17T12:00:00.000Z\",\"0.00005\",\"0.001179\"\n\"2024-06-17T12:05:00.000Z\",\"0.00005\",\"0.001102\"\n\"2024-06-17T12:10:00.000Z\",\"0.00005\",\"0.001163\"\n\"2024-06-17T12:15:00.000Z\",\"0.00005\",\"0.001081\"\n\"2024-06-17T12:20:00.000Z\",\"0.00005\",\"0.001218\"\n\"2024-06-17T12:25:00.000Z\",\"0.00005\",\"0.001087\"\n\"2024-06-17T12:30:00.000Z\",\"0.00005\",\"0.001266\"\n\"2024-06-17T12:35:00.000Z\",\"0.000045\",\"0.001183\"\n\"2024-06-17T12:40:00.000Z\",\"0.00005\",\"0.001135\"\n\"2024-06-17T12:45:00.000Z\",\"0.00005\",\"0.001197\"\n\"2024-06-17T12:50:00.000Z\",\"0.00005\",\"0.001301\"\n\"2024-06-17T12:55:00.000Z\",\"0.00005\",\"0.001226\"\n\"2024-06-17T13:00:00.000Z\",\"0.00005\",\"0.001214\"\n\"2024-06-17T13:05:00.000Z\",\"0.00005\",\"0.001229\"\n\"2024-06-17T13:10:00.000Z\",\"0.00005\",\"0.001133\"\n\"2024-06-17T13:15:00.000Z\",\"0.00005\",\"0.001269\"\n\"2024-06-17T13:20:00.000Z\",\"0.00005\",\"0.001095\"\n\"2024-06-17T13:25:00.000Z\",\"0.00005\",\"0.001186\"\n\"2024-06-17T13:30:00.000Z\",\"0.00005\",\"0.001182\"\n\"2024-06-17T13:35:00.000Z\",\"0.00005\",\"0.001249\"\n\"2024-06-17T13:40:00.000Z\",\"0.00005\",\"0.001237\"\n\"2024-06-17T13:45:00.000Z\",\"0.00005\",\"0.001122\"\n\"2024-06-17T13:50:00.000Z\",\"0.000045\",\"0.001134\"\n\"2024-06-17T13:55:00.000Z\",\"0.00005\",\"0.001155\"\n\"2024-06-17T14:00:00.000Z\",\"0.00005\",\"0.001132\"\n\"2024-06-17T14:05:00.000Z\",\"0.00005\",\"0.001038\"\n\"2024-06-17T14:10:00.000Z\",\"0.00005\",\"0.001205\"\n\"2024-06-17T14:15:00.000Z\",\"0.00005\",\"0.001165\"\n\"2024-06-17T14:20:00.000Z\",\"0.00005\",\"0.001307\"\n\"2024-06-17T14:25:00.000Z\",\"0.00005\",\"0.001121\"\n\"2024-06-17T14:30:00.000Z\",\"0.00005\",\"0.001239\"\n\"2024-06-17T14:35:00.000Z\",\"0.00005\",\"0.001251\"\n\"2024-06-17T14:40:00.000Z\",\"0.00005\",\"0.001167\"\n\"2024-06-17T14:45:00.000Z\",\"0.00005\",\"0.001145\"\n\"2024-06-17T14:50:00.000Z\",\"0.00005\",\"0.001047\"\n\"2024-06-17T14:55:00.000Z\",\"0.00005\",\"0.001045\"\n\"2024-06-17T15:00:00.000Z\",\"0.00005\",\"0.00127\"\n\"2024-06-17T15:05:00.000Z\",\"0.000045\",\"0.001159\"\n\"2024-06-17T15:10:00.000Z\",\"0.00005\",\"0.001154\"\n\"2024-06-17T15:15:00.000Z\",\"0.00005\",\"0.001255\"\n\"2024-06-17T15:20:00.000Z\",\"0.00005\",\"0.001058\"\n\"2024-06-17T15:25:00.000Z\",\"0.00005\",\"0.001057\"\n\"2024-06-17T15:30:00.000Z\",\"0.00005\",\"0.001165\"\n\"2024-06-17T15:35:00.000Z\",\"0.00005\",\"0.001117\"\n\"2024-06-17T15:40:00.000Z\",\"0.00005\",\"0.001151\"\n\"2024-06-17T15:45:00.000Z\",\"0.00005\",\"0.001051\"\n\"2024-06-17T15:50:00.000Z\",\"0.00005\",\"0.001153\"\n\"2024-06-17T15:55:00.000Z\",\"0.00005\",\"0.001128\"\n\"2024-06-17T16:00:00.000Z\",\"0.00005\",\"0.00111\"\n\"2024-06-17T16:05:00.000Z\",\"0.000045\",\"0.001214\"\n\"2024-06-17T16:10:00.000Z\",\"0.000055\",\"0.001194\"\n\"2024-06-17T16:15:00.000Z\",\"0.00005\",\"0.001145\"\n\"2024-06-17T16:20:00.000Z\",\"0.000045\",\"0.00117\"\n\"2024-06-17T16:25:00.000Z\",\"0.00005\",\"0.001159\"\n\"2024-06-17T16:30:00.000Z\",\"0.00005\",\"0.001182\"\n\"2024-06-17T16:35:00.000Z\",\"0.00005\",\"0.001193\"\n\"2024-06-17T16:40:00.000Z\",\"0.00005\",\"0.001162\"\n\"2024-06-17T16:45:00.000Z\",\"0.00005\",\"0.001173\"\n\"2024-06-17T16:50:00.000Z\",\"0.00005\",\"0.001136\"\n\"2024-06-17T16:55:00.000Z\",\"0.00005\",\"0.00117\"\n\"2024-06-17T17:00:00.000Z\",\"0.00005\",\"0.001225\"\n\"2024-06-17T17:05:00.000Z\",\"0.00005\",\"0.001116\"\n\"2024-06-17T17:10:00.000Z\",\"0.00005\",\"0.00119\"\n\"2024-06-17T17:15:00.000Z\",\"0.00005\",\"0.001129\"\n\"2024-06-17T17:20:00.000Z\",\"0.00005\",\"0.001133\"\n\"2024-06-17T17:25:00.000Z\",\"0.00005\",\"0.001063\"\n\"2024-06-17T17:30:00.000Z\",\"0.000045\",\"0.00107\"\n\"2024-06-17T17:35:00.000Z\",\"0.00005\",\"0.001098\"\n\"2024-06-17T17:40:00.000Z\",\"0.00005\",\"0.001157\"\n\"2024-06-17T17:45:00.000Z\",\"0.00005\",\"0.000996\"\n\"2024-06-17T17:50:00.000Z\",\"0.00005\",\"0.001096\"\n\"2024-06-17T17:55:00.000Z\",\"0.00005\",\"0.001159\"\n\"2024-06-17T18:00:00.000Z\",\"0.00005\",\"0.001099\"\n\"2024-06-17T18:05:00.000Z\",\"0.00005\",\"0.001123\"\n\"2024-06-17T18:10:00.000Z\",\"0.00005\",\"0.0012\"\n\"2024-06-17T18:15:00.000Z\",\"0.00005\",\"0.001133\"\n\"2024-06-17T18:20:00.000Z\",\"0.00005\",\"0.001098\"\n\"2024-06-17T18:25:00.000Z\",\"0.00005\",\"0.001153\"\n\"2024-06-17T18:30:00.000Z\",\"0.00005\",\"0.001112\"\n\"2024-06-17T18:35:00.000Z\",\"0.00005\",\"0.001119\"\n\"2024-06-17T18:40:00.000Z\",\"0.00005\",\"0.001076\"\n\"2024-06-17T18:45:00.000Z\",\"0.00005\",\"0.001179\"\n\"2024-06-17T18:50:00.000Z\",\"0.000045\",\"0.000997\"\n\"2024-06-17T18:55:00.000Z\",\"0.00005\",\"0.001123\"\n\"2024-06-17T19:00:00.000Z\",\"0.00005\",\"0.001046\"\n\"2024-06-17T19:05:00.000Z\",\"0.00005\",\"0.00113\"\n\"2024-06-17T19:10:00.000Z\",\"0.00005\",\"0.001034\"\n\"2024-06-17T19:15:00.000Z\",\"0.00005\",\"0.001182\"\n\"2024-06-17T19:20:00.000Z\",\"0.00005\",\"0.001112\"\n\"2024-06-17T19:25:00.000Z\",\"0.00005\",\"0.001033\"\n\"2024-06-17T19:30:00.000Z\",\"0.00005\",\"0.001097\"\n\"2024-06-17T19:35:00.000Z\",\"0.00005\",\"0.001179\"\n\"2024-06-17T19:40:00.000Z\",\"0.00005\",\"0.001105\"\n\"2024-06-17T19:45:00.000Z\",\"0.00005\",\"0.001176\"\n\"2024-06-17T19:50:00.000Z\",\"0.00005\",\"0.001249\"\n\"2024-06-17T19:55:00.000Z\",\"0.00005\",\"0.001044\"\n\"2024-06-17T20:00:00.000Z\",\"0.00005\",\"0.001228\"\n\"2024-06-17T20:05:00.000Z\",\"0.000045\",\"0.001122\"\n\"2024-06-17T20:10:00.000Z\",\"0.00005\",\"0.001138\"\n\"2024-06-17T20:15:00.000Z\",\"0.00005\",\"0.001058\"\n\"2024-06-17T20:20:00.000Z\",\"0.00005\",\"0.001173\"\n\"2024-06-17T20:25:00.000Z\",\"0.000062\",\"0.000942\"\n\"2024-06-17T20:30:00.000Z\",\"0.000773\",\"0.001587\"\n\"2024-06-17T20:35:00.000Z\",\"0.000499\",\"0.001023\"\n\"2024-06-17T20:40:00.000Z\",\"0.000426\",\"0.000948\"\n\"2024-06-17T20:45:00.000Z\",\"0.000428\",\"0.000952\"\n\"2024-06-17T20:50:00.000Z\",\"0.000433\",\"0.000916\"\n\"2024-06-17T20:55:00.000Z\",\"0.000434\",\"0.000944\"\n\"2024-06-17T21:00:00.000Z\",\"0.000431\",\"0.000952\"\n\"2024-06-17T21:05:00.000Z\",\"0.000423\",\"0.0009\"\n\"2024-06-17T21:10:00.000Z\",\"0.001086\",\"0.001756\"\n\"2024-06-17T21:15:00.000Z\",\"0.000492\",\"0.001041\"\n\"2024-06-17T21:20:00.000Z\",\"0.000428\",\"0.000935\"\n\"2024-06-17T21:25:00.000Z\",\"0.000469\",\"0.000983\"\n\"2024-06-17T21:30:00.000Z\",\"0.000455\",\"0.001023\"\n\"2024-06-17T21:35:00.000Z\",\"0.000428\",\"0.000968\"\n\"2024-06-17T21:40:00.000Z\",\"0.000415\",\"0.000921\"\n\"2024-06-17T21:45:00.000Z\",\"0.00043\",\"0.000934\"\n\"2024-06-17T21:50:00.000Z\",\"0.000475\",\"0.001027\"\n\"2024-06-17T21:55:00.000Z\",\"0.000443\",\"0.000931\"\n\"2024-06-17T22:00:00.000Z\",\"0.000416\",\"0.000954\"\n\"2024-06-17T22:05:00.000Z\",\"0.000432\",\"0.000866\"\n\"2024-06-17T22:10:00.000Z\",\"0.000425\",\"0.000926\"\n\"2024-06-17T22:15:00.000Z\",\"0.000444\",\"0.000969\"\n\"2024-06-17T22:20:00.000Z\",\"0.00045\",\"0.000961\"\n\"2024-06-17T22:25:00.000Z\",\"0.000549\",\"0.000965\"\n\"2024-06-17T22:30:00.000Z\",\"0.000446\",\"0.000889\"\n\"2024-06-17T22:35:00.000Z\",\"0.000442\",\"0.000915\"\n\"2024-06-17T22:40:00.000Z\",\"0.000451\",\"0.000948\"\n\"2024-06-17T22:45:00.000Z\",\"0.000433\",\"0.000945\"\n\"2024-06-17T22:50:00.000Z\",\"0.000444\",\"0.0009\"\n\"2024-06-17T22:55:00.000Z\",\"0.000459\",\"0.001037\"\n\"2024-06-17T23:00:00.000Z\",\"0.000503\",\"0.00104\"\n\"2024-06-17T23:05:00.000Z\",\"0.000426\",\"0.0009\"\n\"2024-06-17T23:10:00.000Z\",\"0.000435\",\"0.000977\"\n\"2024-06-17T23:15:00.000Z\",\"0.000452\",\"0.000837\"\n\"2024-06-17T23:20:00.000Z\",\"0.00041\",\"0.000955\"\n\"2024-06-17T23:25:00.000Z\",\"0.000435\",\"0.000904\"\n\"2024-06-17T23:30:00.000Z\",\"0.000447\",\"0.000896\"\n\"2024-06-17T23:35:00.000Z\",\"0.000439\",\"0.000985\"\n\"2024-06-17T23:40:00.000Z\",\"0.00042\",\"0.000936\"\n\"2024-06-17T23:45:00.000Z\",\"0.000436\",\"0.000951\"\n\"2024-06-17T23:50:00.000Z\",\"0.000441\",\"0.000994\"\n\"2024-06-17T23:55:00.000Z\",\"0.000431\",\"0.000957\"\n\"2024-06-18T00:00:00.000Z\",\"0.000423\",\"0.000965\"\n\"2024-06-18T00:05:00.000Z\",\"0.000464\",\"0.000928\"\n\"2024-06-18T00:10:00.000Z\",\"0.000512\",\"0.001014\"\n\"2024-06-18T00:15:00.000Z\",\"0.000454\",\"0.000951\"\n\"2024-06-18T00:20:00.000Z\",\"0.000447\",\"0.000964\"\n\"2024-06-18T00:25:00.000Z\",\"0.000445\",\"0.001025\"\n\"2024-06-18T00:30:00.000Z\",\"0.000471\",\"0.001081\"\n\"2024-06-18T00:35:00.000Z\",\"0.000473\",\"0.001057\"\n\"2024-06-18T00:40:00.000Z\",\"0.000451\",\"0.000969\"\n\"2024-06-18T00:45:00.000Z\",\"0.000426\",\"0.000944\"\n\"2024-06-18T00:50:00.000Z\",\"0.00044\",\"0.000958\"\n\"2024-06-18T00:55:00.000Z\",\"0.000494\",\"0.001034\"\n\"2024-06-18T01:00:00.000Z\",\"0.000426\",\"0.001024\"\n\"2024-06-18T01:05:00.000Z\",\"0.000428\",\"0.000896\"\n\"2024-06-18T01:10:00.000Z\",\"0.000441\",\"0.001019\"\n\"2024-06-18T01:15:00.000Z\",\"0.000462\",\"0.000951\"\n\"2024-06-18T01:20:00.000Z\",\"0.00045\",\"0.000994\"\n\"2024-06-18T01:25:00.000Z\",\"0.002071\",\"0.002696\"\n\"2024-06-18T01:30:00.000Z\",\"0.000462\",\"0.000973\"\n\"2024-06-18T01:35:00.000Z\",\"0.000431\",\"0.000934\"\n\"2024-06-18T01:40:00.000Z\",\"0.00045\",\"0.000973\"\n\"2024-06-18T01:45:00.000Z\",\"0.000464\",\"0.001046\"\n\"2024-06-18T01:50:00.000Z\",\"0.000464\",\"0.001007\"\n\"2024-06-18T01:55:00.000Z\",\"0.000558\",\"0.001234\"\n\"2024-06-18T02:00:00.000Z\",\"0.000493\",\"0.00104\"\n\"2024-06-18T02:05:00.000Z\",\"0.000425\",\"0.000912\"\n\"2024-06-18T02:10:00.000Z\",\"0.000424\",\"0.000877\"\n\"2024-06-18T02:15:00.000Z\",\"0.00043\",\"0.000942\"\n\"2024-06-18T02:20:00.000Z\",\"0.00042\",\"0.000882\"\n\"2024-06-18T02:25:00.000Z\",\"0.000415\",\"0.000891\"\n\"2024-06-18T02:30:00.000Z\",\"0.000431\",\"0.000867\"\n\"2024-06-18T02:35:00.000Z\",\"0.00044\",\"0.000979\"\n\"2024-06-18T02:40:00.000Z\",\"0.00045\",\"0.000954\"\n\"2024-06-18T02:45:00.000Z\",\"0.000426\",\"0.000978\"\n\"2024-06-18T02:50:00.000Z\",\"0.000427\",\"0.000884\"\n\"2024-06-18T02:55:00.000Z\",\"0.000427\",\"0.000895\"\n\"2024-06-18T03:00:00.000Z\",\"0.000438\",\"0.000992\"\n\"2024-06-18T03:05:00.000Z\",\"0.00049\",\"0.000993\"\n\"2024-06-18T03:10:00.000Z\",\"0.000448\",\"0.001018\"\n\"2024-06-18T03:15:00.000Z\",\"0.000443\",\"0.000993\"\n\"2024-06-18T03:20:00.000Z\",\"0.000556\",\"0.001023\"\n\"2024-06-18T03:25:00.000Z\",\"0.000456\",\"0.001023\"\n\"2024-06-18T03:30:00.000Z\",\"0.000467\",\"0.000944\"\n\"2024-06-18T03:35:00.000Z\",\"0.000475\",\"0.001043\"\n\"2024-06-18T03:40:00.000Z\",\"0.000449\",\"0.001\"\n\"2024-06-18T03:45:00.000Z\",\"0.000445\",\"0.000956\"\n\"2024-06-18T03:50:00.000Z\",\"0.000443\",\"0.000892\"\n\"2024-06-18T03:55:00.000Z\",\"0.000421\",\"0.000952\"\n\"2024-06-18T04:00:00.000Z\",\"0.00045\",\"0.00107\"\n\"2024-06-18T04:05:00.000Z\",\"0.00046\",\"0.000974\"\n\"2024-06-18T04:10:00.000Z\",\"0.00049\",\"0.001064\"\n\"2024-06-18T04:15:00.000Z\",\"0.000581\",\"0.001073\"\n\"2024-06-18T04:20:00.000Z\",\"0.001766\",\"0.00238\"\n\"2024-06-18T04:25:00.000Z\",\"0.000638\",\"0.000962\"\n\"2024-06-18T04:30:00.000Z\",\"0.000655\",\"0.001135\"\n\"2024-06-18T04:35:00.000Z\",\"0.000449\",\"0.000976\"\n\"2024-06-18T04:40:00.000Z\",\"0.000467\",\"0.000926\"\n\"2024-06-18T04:45:00.000Z\",\"0.000532\",\"0.001042\"\n\"2024-06-18T04:50:00.000Z\",\"0.000579\",\"0.001134\"\n\"2024-06-18T04:55:00.000Z\",\"0.00043\",\"0.000917\"\n\"2024-06-18T05:00:00.000Z\",\"0.000668\",\"0.001121\"\n\"2024-06-18T05:05:00.000Z\",\"0.000503\",\"0.001006\"\n\"2024-06-18T05:10:00.000Z\",\"0.000552\",\"0.001141\"\n\"2024-06-18T05:15:00.000Z\",\"0.000484\",\"0.001014\"\n\"2024-06-18T05:20:00.000Z\",\"0.000514\",\"0.001064\"\n\"2024-06-18T05:25:00.000Z\",\"0.000545\",\"0.00098\"\n\"2024-06-18T05:30:00.000Z\",\"0.000501\",\"0.001049\"\n\"2024-06-18T05:35:00.000Z\",\"0.000561\",\"0.001051\"\n\"2024-06-18T05:40:00.000Z\",\"0.000442\",\"0.000973\"\n\"2024-06-18T05:45:00.000Z\",\"0.000509\",\"0.000948\"\n\"2024-06-18T05:50:00.000Z\",\"0.00062\",\"0.001093\"\n\"2024-06-18T05:55:00.000Z\",\"0.000975\",\"0.001488\"\n\"2024-06-18T06:00:00.000Z\",\"0.002168\",\"0.002872\"\n\"2024-06-18T06:05:00.000Z\",\"0.000588\",\"0.001133\"\n\"2024-06-18T06:10:00.000Z\",\"0.00053\",\"0.001016\"\n\"2024-06-18T06:15:00.000Z\",\"0.000437\",\"0.000913\"\n\"2024-06-18T06:20:00.000Z\",\"0.000554\",\"0.001116\"\n\"2024-06-18T06:25:00.000Z\",\"0.000623\",\"0.001129\"\n\"2024-06-18T06:30:00.000Z\",\"0.000504\",\"0.000997\"\n\"2024-06-18T06:35:00.000Z\",\"0.000515\",\"0.001009\"\n\"2024-06-18T06:40:00.000Z\",\"0.000779\",\"0.001091\"\n\"2024-06-18T06:45:00.000Z\",\"0.000504\",\"0.00094\"\n\"2024-06-18T06:50:00.000Z\",\"0.000487\",\"0.001027\"\n\"2024-06-18T06:55:00.000Z\",\"0.000496\",\"0.001025\"\n\"2024-06-18T07:00:00.000Z\",\"0.000471\",\"0.001032\"\n\"2024-06-18T07:05:00.000Z\",\"0.000471\",\"0.000987\"\n\"2024-06-18T07:10:00.000Z\",\"0.000624\",\"0.001017\"\n\"2024-06-18T07:15:00.000Z\",\"0.000561\",\"0.001044\"\n\"2024-06-18T07:20:00.000Z\",\"0.000434\",\"0.000961\"\n\"2024-06-18T07:25:00.000Z\",\"0.000515\",\"0.001051\"\n\"2024-06-18T07:30:00.000Z\",\"0.000538\",\"0.001033\"\n\"2024-06-18T07:35:00.000Z\",\"0.000429\",\"0.000946\"\n\"2024-06-18T07:40:00.000Z\",\"0.00054\",\"0.001107\"\n\"2024-06-18T07:45:00.000Z\",\"0.000612\",\"0.001113\"\n\"2024-06-18T07:50:00.000Z\",\"0.000448\",\"0.000939\"\n\"2024-06-18T07:55:00.000Z\",\"0.000547\",\"0.000959\"\n\"2024-06-18T08:00:00.000Z\",\"0.000542\",\"0.001027\"\n\"2024-06-18T08:05:00.000Z\",\"0.000731\",\"0.001103\"\n\"2024-06-18T08:10:00.000Z\",\"0.000448\",\"0.000935\"\n\"2024-06-18T08:15:00.000Z\",\"0.00049\",\"0.001048\"\n\"2024-06-18T08:20:00.000Z\",\"0.000529\",\"0.00099\"\n\"2024-06-18T08:25:00.000Z\",\"0.000484\",\"0.000986\"\n\"2024-06-18T08:30:00.000Z\",\"0.000571\",\"0.000967\"\n\"2024-06-18T08:35:00.000Z\",\"0.000502\",\"0.000966\"\n\"2024-06-18T08:40:00.000Z\",\"0.000434\",\"0.000948\"\n\"2024-06-18T08:45:00.000Z\",\"0.000504\",\"0.000984\"\n\"2024-06-18T08:50:00.000Z\",\"0.000683\",\"0.001027\"\n\"2024-06-18T08:55:00.000Z\",\"0.00045\",\"0.00088\"\n\"2024-06-18T09:00:00.000Z\",\"0.000505\",\"0.00091\"\n\"2024-06-18T09:05:00.000Z\",\"0.000538\",\"0.001015\"\n\"2024-06-18T09:10:00.000Z\",\"0.000449\",\"0.000932\"\n\"2024-06-18T09:15:00.000Z\",\"0.000594\",\"0.001114\"\n\"2024-06-18T09:20:00.000Z\",\"0.000502\",\"0.000944\"\n\"2024-06-18T09:25:00.000Z\",\"0.000446\",\"0.000882\"\n\"2024-06-18T09:30:00.000Z\",\"0.000405\",\"0.000859\"\n\"2024-06-18T09:35:00.000Z\",\"0.000509\",\"0.001104\"\n\"2024-06-18T09:40:00.000Z\",\"0.000477\",\"0.000929\"\n\"2024-06-18T09:45:00.000Z\",\"0.00056\",\"0.001061\"\n\"2024-06-18T09:50:00.000Z\",\"0.000491\",\"0.000919\"\n\"2024-06-18T09:55:00.000Z\",\"0.000518\",\"0.001008\"\n\"2024-06-18T10:00:00.000Z\",\"0.000549\",\"0.001026\"\n\"2024-06-18T10:05:00.000Z\",\"0.002064\",\"0.002662\"\n\"2024-06-18T10:10:00.000Z\",\"0.000528\",\"0.000996\"\n\"2024-06-18T10:15:00.000Z\",\"0.000479\",\"0.000996\"\n\"2024-06-18T10:20:00.000Z\",\"0.000553\",\"0.001036\"\n\"2024-06-18T10:25:00.000Z\",\"0.000505\",\"0.001012\"\n\"2024-06-18T10:30:00.000Z\",\"0.000432\",\"0.000957\"\n\"2024-06-18T10:35:00.000Z\",\"0.00044\",\"0.00086\"\n\"2024-06-18T10:40:00.000Z\",\"0.00061\",\"0.001075\"\n\"2024-06-18T10:45:00.000Z\",\"0.00066\",\"0.001113\"\n\"2024-06-18T10:50:00.000Z\",\"0.000448\",\"0.000961\"\n\"2024-06-18T10:55:00.000Z\",\"0.000625\",\"0.001112\"\n\"2024-06-18T11:00:00.000Z\",\"0.000475\",\"0.000979\"\n\"2024-06-18T11:05:00.000Z\",\"0.000504\",\"0.000957\"\n\"2024-06-18T11:10:00.000Z\",\"0.000488\",\"0.000822\"\n\"2024-06-18T11:15:00.000Z\",\"0.000494\",\"0.000929\"\n\"2024-06-18T11:20:00.000Z\",\"0.000441\",\"0.000854\"\n\"2024-06-18T11:25:00.000Z\",\"0.000483\",\"0.001016\"\n\"2024-06-18T11:30:00.000Z\",\"0.000615\",\"0.001105\"\n\"2024-06-18T11:35:00.000Z\",\"0.000418\",\"0.000894\"\n\"2024-06-18T11:40:00.000Z\",\"0.000436\",\"0.001013\"\n\"2024-06-18T11:45:00.000Z\",\"0.000618\",\"0.00112\"\n\"2024-06-18T11:50:00.000Z\",\"0.00043\",\"0.000832\"\n\"2024-06-18T11:55:00.000Z\",\"0.000528\",\"0.001066\"\n\"2024-06-18T12:00:00.000Z\",\"0.00049\",\"0.000966\"\n\"2024-06-18T12:05:00.000Z\",\"0.00054\",\"0.000978\"\n\"2024-06-18T12:10:00.000Z\",\"0.00044\",\"0.000834\"\n\"2024-06-18T12:15:00.000Z\",\"0.000438\",\"0.000946\"\n\"2024-06-18T12:20:00.000Z\",\"0.000561\",\"0.001076\"\n\"2024-06-18T12:25:00.000Z\",\"0.000503\",\"0.001102\"\n\"2024-06-18T12:30:00.000Z\",\"0.00043\",\"0.000999\"\n\"2024-06-18T12:35:00.000Z\",\"0.000498\",\"0.000929\"\n\"2024-06-18T12:40:00.000Z\",\"0.000505\",\"0.000969\"\n\"2024-06-18T12:45:00.000Z\",\"0.000522\",\"0.000971\"\n\"2024-06-18T12:50:00.000Z\",\"0.00056\",\"0.000988\"\n\"2024-06-18T12:55:00.000Z\",\"0.000462\",\"0.000994\"\n\"2024-06-18T13:00:00.000Z\",\"0.002062\",\"0.00261\"\n\"2024-06-18T13:05:00.000Z\",\"0.000423\",\"0.001051\"\n\"2024-06-18T13:10:00.000Z\",\"0.000539\",\"0.000984\"\n\"2024-06-18T13:15:00.000Z\",\"0.000656\",\"0.000997\"\n\"2024-06-18T13:20:00.000Z\",\"0.000439\",\"0.000918\"\n\"2024-06-18T13:25:00.000Z\",\"0.000487\",\"0.000892\"\n\"2024-06-18T13:30:00.000Z\",\"0.000711\",\"0.001112\"\n\"2024-06-18T13:35:00.000Z\",\"0.000432\",\"0.000925\"\n\"2024-06-18T13:40:00.000Z\",\"0.000549\",\"0.001063\"\n\"2024-06-18T13:45:00.000Z\",\"0.000572\",\"0.001124\"\n\"2024-06-18T13:50:00.000Z\",\"0.000477\",\"0.001041\"\n\"2024-06-18T13:55:00.000Z\",\"0.000462\",\"0.000952\"\n\"2024-06-18T14:00:00.000Z\",\"0.00052\",\"0.001005\"\n\"2024-06-18T14:05:00.000Z\",\"0.000524\",\"0.000997\"\n\"2024-06-18T14:10:00.000Z\",\"0.000638\",\"0.001174\"\n\"2024-06-18T14:15:00.000Z\",\"0.000504\",\"0.001033\"\n\"2024-06-18T14:20:00.000Z\",\"0.000436\",\"0.001024\"\n\"2024-06-18T14:25:00.000Z\",\"0.000622\",\"0.001092\"\n\"2024-06-18T14:30:00.000Z\",\"0.000458\",\"0.000932\"\n\"2024-06-18T14:35:00.000Z\",\"0.00048\",\"0.000961\"\n\"2024-06-18T14:40:00.000Z\",\"0.000435\",\"0.000964\"\n\"2024-06-18T14:45:00.000Z\",\"0.000516\",\"0.000903\"\n\"2024-06-18T14:50:00.000Z\",\"0.00051\",\"0.000935\"\n\"2024-06-18T14:55:00.000Z\",\"0.000508\",\"0.000951\"\n\"2024-06-18T15:00:00.000Z\",\"0.000522\",\"0.000999\"\n\"2024-06-18T15:05:00.000Z\",\"0.000544\",\"0.001033\"\n\"2024-06-18T15:10:00.000Z\",\"0.000439\",\"0.000919\"\n\"2024-06-18T15:15:00.000Z\",\"0.000505\",\"0.001058\"\n\"2024-06-18T15:20:00.000Z\",\"0.000619\",\"0.00107\"\n\"2024-06-18T15:25:00.000Z\",\"0.000434\",\"0.000999\"\n\"2024-06-18T15:30:00.000Z\",\"0.000508\",\"0.000996\"\n\"2024-06-18T15:35:00.000Z\",\"0.000542\",\"0.001074\"\n\"2024-06-18T15:40:00.000Z\",\"0.000499\",\"0.000927\"\n\"2024-06-18T15:45:00.000Z\",\"0.000498\",\"0.000968\"\n\"2024-06-18T15:50:00.000Z\",\"0.000612\",\"0.001134\"\n\"2024-06-18T15:55:00.000Z\",\"0.000579\",\"0.001122\"\n\"2024-06-18T16:00:00.000Z\",\"0.000445\",\"0.000927\"\n\"2024-06-18T16:05:00.000Z\",\"0.000454\",\"0.000931\"\n\"2024-06-18T16:10:00.000Z\",\"0.000444\",\"0.001014\"\n\"2024-06-18T16:15:00.000Z\",\"0.000441\",\"0.000868\"\n\"2024-06-18T16:20:00.000Z\",\"0.000444\",\"0.000968\"\n\"2024-06-18T16:25:00.000Z\",\"0.00128\",\"0.001833\"\n\"2024-06-18T16:30:00.000Z\",\"0.002325\",\"0.003025\"\n\"2024-06-18T16:35:00.000Z\",\"0.00048\",\"0.001064\"\n\"2024-06-18T16:40:00.000Z\",\"0.000438\",\"0.000979\"\n\"2024-06-18T16:45:00.000Z\",\"0.000454\",\"0.000864\"\n\"2024-06-18T16:50:00.000Z\",\"0.000465\",\"0.000898\"\n\"2024-06-18T16:55:00.000Z\",\"0.000449\",\"0.000966\"\n\"2024-06-18T17:00:00.000Z\",\"0.000453\",\"0.000956\"\n\"2024-06-18T17:05:00.000Z\",\"0.000499\",\"0.000952\"\n\"2024-06-18T17:10:00.000Z\",\"0.000438\",\"0.000943\"\n\"2024-06-18T17:15:00.000Z\",\"0.000439\",\"0.000827\"\n\"2024-06-18T17:20:00.000Z\",\"0.000576\",\"0.001168\"\n\"2024-06-18T17:25:00.000Z\",\"0.000426\",\"0.000912\"\n\"2024-06-18T17:30:00.000Z\",\"0.000436\",\"0.000851\"\n\"2024-06-18T17:35:00.000Z\",\"0.000443\",\"0.000988\"\n\"2024-06-18T17:40:00.000Z\",\"0.000448\",\"0.000962\"\n\"2024-06-18T17:45:00.000Z\",\"0.000474\",\"0.000987\"\n\"2024-06-18T17:50:00.000Z\",\"0.000441\",\"0.000874\"\n\"2024-06-18T17:55:00.000Z\",\"0.000461\",\"0.000994\"\n\"2024-06-18T18:00:00.000Z\",\"0.000414\",\"0.000871\"\n\"2024-06-18T18:05:00.000Z\",\"0.00045\",\"0.000891\"\n\"2024-06-18T18:10:00.000Z\",\"0.002102\",\"0.00243\"\n\"2024-06-18T18:15:00.000Z\",\"0.000469\",\"0.000906\"\n\"2024-06-18T18:20:00.000Z\",\"0.00043\",\"0.000947\"\n\"2024-06-18T18:25:00.000Z\",\"0.000477\",\"0.001118\"\n\"2024-06-18T18:30:00.000Z\",\"0.000452\",\"0.00092\"\n\"2024-06-18T18:35:00.000Z\",\"0.000427\",\"0.000826\"\n\"2024-06-18T18:40:00.000Z\",\"0.000452\",\"0.000927\"\n\"2024-06-18T18:45:00.000Z\",\"0.000449\",\"0.001025\"\n\"2024-06-18T18:50:00.000Z\",\"0.000411\",\"0.000872\"\n\"2024-06-18T18:55:00.000Z\",\"0.000466\",\"0.001003\"\n\"2024-06-18T19:00:00.000Z\",\"0.00047\",\"0.000964\"\n\"2024-06-18T19:05:00.000Z\",\"0.000427\",\"0.00092\"\n\"2024-06-18T19:10:00.000Z\",\"0.000501\",\"0.000954\"\n\"2024-06-18T19:15:00.000Z\",\"0.000449\",\"0.000912\"\n\"2024-06-18T19:20:00.000Z\",\"0.000424\",\"0.000863\"\n\"2024-06-18T19:25:00.000Z\",\"0.000431\",\"0.00085\"\n\"2024-06-18T19:30:00.000Z\",\"0.000427\",\"0.000921\"\n\"2024-06-18T19:35:00.000Z\",\"0.00042\",\"0.000918\"\n\"2024-06-18T19:40:00.000Z\",\"0.000433\",\"0.000906\"\n\"2024-06-18T19:45:00.000Z\",\"0.000461\",\"0.000901\"\n\"2024-06-18T19:50:00.000Z\",\"0.000454\",\"0.000982\"\n\"2024-06-18T19:55:00.000Z\",\"0.000441\",\"0.000974\"\n\"2024-06-18T20:00:00.000Z\",\"0.000446\",\"0.00096\"\n\"2024-06-18T20:05:00.000Z\",\"0.000453\",\"0.001023\"\n\"2024-06-18T20:10:00.000Z\",\"0.000474\",\"0.001012\"\n\"2024-06-18T20:15:00.000Z\",\"0.000438\",\"0.000921\"\n\"2024-06-18T20:20:00.000Z\",\"0.000433\",\"0.000945\"\n\"2024-06-18T20:25:00.000Z\",\"0.000506\",\"0.000936\"\n\"2024-06-18T20:30:00.000Z\",\"0.000465\",\"0.001069\"\n\"2024-06-18T20:35:00.000Z\",\"0.000639\",\"0.001245\"\n\"2024-06-18T20:40:00.000Z\",\"0.000929\",\"0.001525\"\n\"2024-06-18T20:45:00.000Z\",\"0.000444\",\"0.000925\"\n\"2024-06-18T20:50:00.000Z\",\"0.000439\",\"0.0009\"\n\"2024-06-18T20:55:00.000Z\",\"0.000438\",\"0.000919\"\n\"2024-06-18T21:00:00.000Z\",\"0.000485\",\"0.000974\"\n\"2024-06-18T21:05:00.000Z\",\"0.000424\",\"0.00092\"\n\"2024-06-18T21:10:00.000Z\",\"0.00047\",\"0.00095\"\n\"2024-06-18T21:15:00.000Z\",\"0.000441\",\"0.000918\"\n\"2024-06-18T21:20:00.000Z\",\"0.000428\",\"0.000965\"\n\"2024-06-18T21:25:00.000Z\",\"0.000433\",\"0.000827\"\n\"2024-06-18T21:30:00.000Z\",\"0.000436\",\"0.000975\"\n\"2024-06-18T21:35:00.000Z\",\"0.000857\",\"0.00149\"\n\"2024-06-18T21:40:00.000Z\",\"0.000431\",\"0.000988\"\n\"2024-06-18T21:45:00.000Z\",\"0.000481\",\"0.000994\"\n\"2024-06-18T21:50:00.000Z\",\"0.00203\",\"0.002523\"\n\"2024-06-18T21:55:00.000Z\",\"0.00043\",\"0.000901\"\n\"2024-06-18T22:00:00.000Z\",\"0.000431\",\"0.000977\"\n\"2024-06-18T22:05:00.000Z\",\"0.000471\",\"0.000902\"\n\"2024-06-18T22:10:00.000Z\",\"0.00044\",\"0.000951\"\n\"2024-06-18T22:15:00.000Z\",\"0.000617\",\"0.001099\"\n\"2024-06-18T22:20:00.000Z\",\"0.00045\",\"0.000922\"\n\"2024-06-18T22:25:00.000Z\",\"0.000488\",\"0.000987\"\n\"2024-06-18T22:30:00.000Z\",\"0.000621\",\"0.001129\"\n\"2024-06-18T22:35:00.000Z\",\"0.000596\",\"0.001074\"\n\"2024-06-18T22:40:00.000Z\",\"0.000434\",\"0.000865\"\n\"2024-06-18T22:45:00.000Z\",\"0.000494\",\"0.000999\"\n\"2024-06-18T22:50:00.000Z\",\"0.000515\",\"0.00102\"\n\"2024-06-18T22:55:00.000Z\",\"0.00051\",\"0.000993\"\n\"2024-06-18T23:00:00.000Z\",\"0.000606\",\"0.001064\"\n\"2024-06-18T23:05:00.000Z\",\"0.00063\",\"0.000986\"\n\"2024-06-18T23:10:00.000Z\",\"0.000464\",\"0.000945\"\n\"2024-06-18T23:15:00.000Z\",\"0.000513\",\"0.001014\"\n\"2024-06-18T23:20:00.000Z\",\"0.00057\",\"0.001062\"\n\"2024-06-18T23:25:00.000Z\",\"0.000425\",\"0.000896\"\n\"2024-06-18T23:30:00.000Z\",\"0.000444\",\"0.000961\"\n\"2024-06-18T23:35:00.000Z\",\"0.000683\",\"0.001156\"\n\"2024-06-18T23:40:00.000Z\",\"0.000504\",\"0.000977\"\n\"2024-06-18T23:45:00.000Z\",\"0.000441\",\"0.000923\"\n\"2024-06-18T23:50:00.000Z\",\"0.000564\",\"0.00102\"\n\"2024-06-18T23:55:00.000Z\",\"0.000563\",\"0.001047\"\n\"2024-06-19T00:00:00.000Z\",\"0.000452\",\"0.000864\"\n\"2024-06-19T00:05:00.000Z\",\"0.000513\",\"0.001031\"\n\"2024-06-19T00:10:00.000Z\",\"0.000566\",\"0.001026\"\n\"2024-06-19T00:15:00.000Z\",\"0.000527\",\"0.001061\"\n\"2024-06-19T00:20:00.000Z\",\"0.000614\",\"0.00112\"\n\"2024-06-19T00:25:00.000Z\",\"0.000444\",\"0.000926\"\n\"2024-06-19T00:30:00.000Z\",\"0.000572\",\"0.001008\"\n\"2024-06-19T00:35:00.000Z\",\"0.000614\",\"0.001153\"\n\"2024-06-19T00:40:00.000Z\",\"0.000495\",\"0.000994\"\n\"2024-06-19T00:45:00.000Z\",\"0.000533\",\"0.001078\"\n\"2024-06-19T00:50:00.000Z\",\"0.000594\",\"0.001062\"\n\"2024-06-19T00:55:00.000Z\",\"0.000493\",\"0.000954\"\n\"2024-06-19T01:00:00.000Z\",\"0.00042\",\"0.000943\"\n\"2024-06-19T01:05:00.000Z\",\"0.000522\",\"0.001038\"\n\"2024-06-19T01:10:00.000Z\",\"0.00051\",\"0.000987\"\n\"2024-06-19T01:15:00.000Z\",\"0.000641\",\"0.001123\"\n\"2024-06-19T01:20:00.000Z\",\"0.002115\",\"0.002622\"\n\"2024-06-19T01:25:00.000Z\",\"0.000497\",\"0.000997\"\n\"2024-06-19T01:30:00.000Z\",\"0.000447\",\"0.000931\"\n\"2024-06-19T01:35:00.000Z\",\"0.000583\",\"0.001053\"\n\"2024-06-19T01:40:00.000Z\",\"0.00058\",\"0.001038\"\n\"2024-06-19T01:45:00.000Z\",\"0.000438\",\"0.000909\"\n\"2024-06-19T01:50:00.000Z\",\"0.000496\",\"0.000999\"\n\"2024-06-19T01:55:00.000Z\",\"0.000618\",\"0.001058\"\n\"2024-06-19T02:00:00.000Z\",\"0.000424\",\"0.000957\"\n\"2024-06-19T02:05:00.000Z\",\"0.000458\",\"0.000907\"\n\"2024-06-19T02:10:00.000Z\",\"0.000792\",\"0.00121\"\n\"2024-06-19T02:15:00.000Z\",\"0.000539\",\"0.001153\"\n\"2024-06-19T02:20:00.000Z\",\"0.000448\",\"0.000833\"\n\"2024-06-19T02:25:00.000Z\",\"0.000484\",\"0.000957\"\n\"2024-06-19T02:30:00.000Z\",\"0.000648\",\"0.000983\"\n\"2024-06-19T02:35:00.000Z\",\"0.0005\",\"0.001001\"\n\"2024-06-19T02:40:00.000Z\",\"0.000564\",\"0.000958\"\n\"2024-06-19T02:45:00.000Z\",\"0.000578\",\"0.001042\"\n\"2024-06-19T02:50:00.000Z\",\"0.000504\",\"0.000994\"\n\"2024-06-19T02:55:00.000Z\",\"0.000695\",\"0.001076\"\n\"2024-06-19T03:00:00.000Z\",\"0.000555\",\"0.000987\"\n\"2024-06-19T03:05:00.000Z\",\"0.000466\",\"0.001032\"\n\"2024-06-19T03:10:00.000Z\",\"0.000465\",\"0.00107\"\n\"2024-06-19T03:15:00.000Z\",\"0.000523\",\"0.001019\"\n\"2024-06-19T03:20:00.000Z\",\"0.000516\",\"0.001012\"\n\"2024-06-19T03:25:00.000Z\",\"0.009226\",\"0.009728\"\n\"2024-06-19T03:30:00.000Z\",\"0.014121\",\"0.014668\"\n\"2024-06-19T03:35:00.000Z\",\"0.002062\",\"0.002447\"\n\"2024-06-19T03:40:00.000Z\",\"0.000472\",\"0.000926\"\n\"2024-06-19T03:45:00.000Z\",\"0.000483\",\"0.000946\"\n\"2024-06-19T03:50:00.000Z\",\"0.000649\",\"0.001123\"\n\"2024-06-19T03:55:00.000Z\",\"0.000694\",\"0.001107\"\n\"2024-06-19T04:00:00.000Z\",\"0.000454\",\"0.000898\"\n\"2024-06-19T04:05:00.000Z\",\"0.000425\",\"0.000868\"\n\"2024-06-19T04:10:00.000Z\",\"0.000585\",\"0.001082\"\n\"2024-06-19T04:15:00.000Z\",\"0.000518\",\"0.000968\"\n\"2024-06-19T04:20:00.000Z\",\"0.000503\",\"0.000952\"\n\"2024-06-19T04:25:00.000Z\",\"0.00069\",\"0.001141\"\n\"2024-06-19T04:30:00.000Z\",\"0.000525\",\"0.001\"\n\"2024-06-19T04:35:00.000Z\",\"0.000614\",\"0.001166\"\n\"2024-06-19T04:40:00.000Z\",\"0.000601\",\"0.001195\"\n\"2024-06-19T04:45:00.000Z\",\"0.000422\",\"0.000841\"\n\"2024-06-19T04:50:00.000Z\",\"0.000457\",\"0.000925\"\n\"2024-06-19T04:55:00.000Z\",\"0.000635\",\"0.00104\"\n\"2024-06-19T05:00:00.000Z\",\"0.000595\",\"0.001056\"\n\"2024-06-19T05:05:00.000Z\",\"0.000525\",\"0.00106\"\n\"2024-06-19T05:10:00.000Z\",\"0.000682\",\"0.00117\"\n\"2024-06-19T05:15:00.000Z\",\"0.000526\",\"0.000926\"\n\"2024-06-19T05:20:00.000Z\",\"0.000557\",\"0.001068\"\n\"2024-06-19T05:25:00.000Z\",\"0.000516\",\"0.001057\"\n\"2024-06-19T05:30:00.000Z\",\"0.000479\",\"0.001006\"\n\"2024-06-19T05:35:00.000Z\",\"0.00057\",\"0.001058\"\n\"2024-06-19T05:40:00.000Z\",\"0.00058\",\"0.00109\"\n\"2024-06-19T05:45:00.000Z\",\"0.000521\",\"0.000943\"\n\"2024-06-19T05:50:00.000Z\",\"0.000544\",\"0.001006\"\n\"2024-06-19T05:55:00.000Z\",\"0.000516\",\"0.000942\"\n\"2024-06-19T06:00:00.000Z\",\"0.000479\",\"0.000871\"\n\"2024-06-19T06:05:00.000Z\",\"0.000463\",\"0.000881\"\n\"2024-06-19T06:10:00.000Z\",\"0.000653\",\"0.000991\"\n\"2024-06-19T06:15:00.000Z\",\"0.000554\",\"0.000931\"\n\"2024-06-19T06:20:00.000Z\",\"0.000606\",\"0.0011\"\n\"2024-06-19T06:25:00.000Z\",\"0.00065\",\"0.001125\"\n\"2024-06-19T06:30:00.000Z\",\"0.000532\",\"0.000993\"\n\"2024-06-19T06:35:00.000Z\",\"0.000441\",\"0.00088\"\n\"2024-06-19T06:40:00.000Z\",\"0.000617\",\"0.001082\"\n\"2024-06-19T06:45:00.000Z\",\"0.000501\",\"0.001065\"\n\"2024-06-19T06:50:00.000Z\",\"0.000456\",\"0.000953\"\n\"2024-06-19T06:55:00.000Z\",\"0.000591\",\"0.001062\"\n\"2024-06-19T07:00:00.000Z\",\"0.000489\",\"0.000997\"\n\"2024-06-19T07:05:00.000Z\",\"0.00213\",\"0.002665\"\n\"2024-06-19T07:10:00.000Z\",\"0.000672\",\"0.001129\"\n\"2024-06-19T07:15:00.000Z\",\"0.000586\",\"0.001058\"\n\"2024-06-19T07:20:00.000Z\",\"0.00122\",\"0.001608\"\n\"2024-06-19T07:25:00.000Z\",\"0.001624\",\"0.00193\"\n\"2024-06-19T07:30:00.000Z\",\"0.0005\",\"0.001044\"\n\"2024-06-19T07:35:00.000Z\",\"0.002046\",\"0.002494\"\n\"2024-06-19T07:40:00.000Z\",\"0.001585\",\"0.002089\"\n\"2024-06-19T07:45:00.000Z\",\"0.000535\",\"0.001048\"\n\"2024-06-19T07:50:00.000Z\",\"0.000505\",\"0.001032\"\n\"2024-06-19T07:55:00.000Z\",\"0.000463\",\"0.0009\"\n\"2024-06-19T08:00:00.000Z\",\"0.000623\",\"0.00112\"\n\"2024-06-19T08:05:00.000Z\",\"0.000529\",\"0.001029\"\n\"2024-06-19T08:10:00.000Z\",\"0.00044\",\"0.001061\"\n\"2024-06-19T08:15:00.000Z\",\"0.000573\",\"0.001096\"\n\"2024-06-19T08:20:00.000Z\",\"0.000543\",\"0.001055\"\n\"2024-06-19T08:25:00.000Z\",\"0.000545\",\"0.001023\"\n\"2024-06-19T08:30:00.000Z\",\"0.000606\",\"0.001225\"\n\"2024-06-19T08:35:00.000Z\",\"0.000617\",\"0.001075\"\n\"2024-06-19T08:40:00.000Z\",\"0.000473\",\"0.000947\"\n\"2024-06-19T08:45:00.000Z\",\"0.000541\",\"0.001016\"\n\"2024-06-19T08:50:00.000Z\",\"0.000558\",\"0.001013\"\n\"2024-06-19T08:55:00.000Z\",\"0.000458\",\"0.000926\"\n\"2024-06-19T09:00:00.000Z\",\"0.000487\",\"0.00098\"\n\"2024-06-19T09:05:00.000Z\",\"0.000655\",\"0.001064\"\n\"2024-06-19T09:10:00.000Z\",\"0.00064\",\"0.00112\"\n\"2024-06-19T09:15:00.000Z\",\"0.000437\",\"0.000936\"\n\"2024-06-19T09:20:00.000Z\",\"0.000652\",\"0.001164\"\n\"2024-06-19T09:25:00.000Z\",\"0.00056\",\"0.001083\"\n\"2024-06-19T09:30:00.000Z\",\"0.000528\",\"0.000996\"\n\"2024-06-19T09:35:00.000Z\",\"0.000551\",\"0.001003\"\n\"2024-06-19T09:40:00.000Z\",\"0.000506\",\"0.000929\"\n\"2024-06-19T09:45:00.000Z\",\"0.000502\",\"0.00096\"\n\"2024-06-19T09:50:00.000Z\",\"0.000639\",\"0.001202\"\n\"2024-06-19T09:55:00.000Z\",\"0.000488\",\"0.000955\"\n\"2024-06-19T10:00:00.000Z\",\"0.000466\",\"0.000979\"\n\"2024-06-19T10:05:00.000Z\",\"0.000455\",\"0.000948\"\n\"2024-06-19T10:10:00.000Z\",\"0.000689\",\"0.001162\"\n\"2024-06-19T10:15:00.000Z\",\"0.00048\",\"0.000932\"\n\"2024-06-19T10:20:00.000Z\",\"0.000523\",\"0.00113\"\n\"2024-06-19T10:25:00.000Z\",\"0.000458\",\"0.000992\"\n\"2024-06-19T10:30:00.000Z\",\"0.00053\",\"0.001021\"\n\"2024-06-19T10:35:00.000Z\",\"0.00047\",\"0.000914\"\n\"2024-06-19T10:40:00.000Z\",\"0.000444\",\"0.00097\"\n\"2024-06-19T10:45:00.000Z\",\"0.000463\",\"0.000885\"\n\"2024-06-19T10:50:00.000Z\",\"0.00052\",\"0.001032\"\n\"2024-06-19T10:55:00.000Z\",\"0.000442\",\"0.000889\"\n\"2024-06-19T11:00:00.000Z\",\"0.000555\",\"0.001066\"\n\"2024-06-19T11:05:00.000Z\",\"0.000454\",\"0.000893\"\n\"2024-06-19T11:10:00.000Z\",\"0.000522\",\"0.000928\"\n\"2024-06-19T11:15:00.000Z\",\"0.000452\",\"0.00084\"\n\"2024-06-19T11:20:00.000Z\",\"0.000439\",\"0.000893\"\n\"2024-06-19T11:25:00.000Z\",\"0.000549\",\"0.000891\"\n\"2024-06-19T11:30:00.000Z\",\"0.000522\",\"0.00098\"\n\"2024-06-19T11:35:00.000Z\",\"0.000478\",\"0.001014\"\n\"2024-06-19T11:40:00.000Z\",\"0.000496\",\"0.000981\"\n\"2024-06-19T11:45:00.000Z\",\"0.000474\",\"0.000873\"\n\"2024-06-19T11:50:00.000Z\",\"0.000513\",\"0.000982\"\n\"2024-06-19T11:55:00.000Z\",\"0.000421\",\"0.00087\"\n\"2024-06-19T12:00:00.000Z\",\"0.002029\",\"0.002523\"\n\"2024-06-19T12:05:00.000Z\",\"0.000466\",\"0.00092\"\n\"2024-06-19T12:10:00.000Z\",\"0.000523\",\"0.000963\"\n\"2024-06-19T12:15:00.000Z\",\"0.000572\",\"0.000954\"\n\"2024-06-19T12:20:00.000Z\",\"0.000474\",\"0.000937\"\n\"2024-06-19T12:25:00.000Z\",\"0.000523\",\"0.001003\"\n\"2024-06-19T12:30:00.000Z\",\"0.000557\",\"0.000997\"\n\"2024-06-19T12:35:00.000Z\",\"0.00049\",\"0.00092\"\n\"2024-06-19T12:40:00.000Z\",\"0.00052\",\"0.000999\"\n\"2024-06-19T12:45:00.000Z\",\"0.000519\",\"0.001105\"\n\"2024-06-19T12:50:00.000Z\",\"0.000559\",\"0.001003\"\n\"2024-06-19T12:55:00.000Z\",\"0.000464\",\"0.00091\"\n\"2024-06-19T13:00:00.000Z\",\"0.000506\",\"0.000969\"\n\"2024-06-19T13:05:00.000Z\",\"0.000577\",\"0.001026\"\n\"2024-06-19T13:10:00.000Z\",\"0.000498\",\"0.000964\"\n\"2024-06-19T13:15:00.000Z\",\"0.000494\",\"0.000934\"\n\"2024-06-19T13:20:00.000Z\",\"0.000499\",\"0.00095\"\n\"2024-06-19T13:25:00.000Z\",\"0.000519\",\"0.000921\"\n\"2024-06-19T13:30:00.000Z\",\"0.000532\",\"0.000975\"\n\"2024-06-19T13:35:00.000Z\",\"0.000508\",\"0.001046\"\n\"2024-06-19T13:40:00.000Z\",\"0.000505\",\"0.000991\"\n\"2024-06-19T13:45:00.000Z\",\"0.00056\",\"0.001032\"\n\"2024-06-19T13:50:00.000Z\",\"0.000517\",\"0.000907\"\n\"2024-06-19T13:55:00.000Z\",\"0.000434\",\"0.00086\"\n\"2024-06-19T14:00:00.000Z\",\"0.000519\",\"0.000953\"\n\"2024-06-19T14:05:00.000Z\",\"0.000565\",\"0.001005\"\n\"2024-06-19T14:10:00.000Z\",\"0.000519\",\"0.001016\"\n\"2024-06-19T14:15:00.000Z\",\"0.000517\",\"0.000897\"\n\"2024-06-19T14:20:00.000Z\",\"0.000579\",\"0.001117\"\n\"2024-06-19T14:25:00.000Z\",\"0.000544\",\"0.001039\"\n\"2024-06-19T14:30:00.000Z\",\"0.00047\",\"0.001002\"\n\"2024-06-19T14:35:00.000Z\",\"0.000551\",\"0.001003\"\n\"2024-06-19T14:40:00.000Z\",\"0.000584\",\"0.001125\"\n\"2024-06-19T14:45:00.000Z\",\"0.000693\",\"0.001136\"\n\"2024-06-19T14:50:00.000Z\",\"0.000513\",\"0.001045\"\n\"2024-06-19T14:55:00.000Z\",\"0.000582\",\"0.001052\"\n\"2024-06-19T15:00:00.000Z\",\"0.000491\",\"0.000957\"\n\"2024-06-19T15:05:00.000Z\",\"0.000486\",\"0.00091\"\n\"2024-06-19T15:10:00.000Z\",\"0.000496\",\"0.000946\"\n\"2024-06-19T15:15:00.000Z\",\"0.000518\",\"0.001023\"\n\"2024-06-19T15:20:00.000Z\",\"0.000605\",\"0.001165\"\n\"2024-06-19T15:25:00.000Z\",\"0.000535\",\"0.001114\"\n\"2024-06-19T15:30:00.000Z\",\"0.000506\",\"0.000934\"\n\"2024-06-19T15:35:00.000Z\",\"0.000486\",\"0.000992\"\n\"2024-06-19T15:40:00.000Z\",\"0.00065\",\"0.00108\"\n\"2024-06-19T15:45:00.000Z\",\"0.000516\",\"0.001007\"\n\"2024-06-19T15:50:00.000Z\",\"0.000487\",\"0.000882\"\n\"2024-06-19T15:55:00.000Z\",\"0.000505\",\"0.000926\"\n\"2024-06-19T16:00:00.000Z\",\"0.000683\",\"0.001132\"\n\"2024-06-19T16:05:00.000Z\",\"0.000472\",\"0.000979\"\n\"2024-06-19T16:10:00.000Z\",\"0.000505\",\"0.000965\"\n\"2024-06-19T16:15:00.000Z\",\"0.000668\",\"0.001105\"\n\"2024-06-19T16:20:00.000Z\",\"0.00056\",\"0.001017\"\n\"2024-06-19T16:25:00.000Z\",\"0.000509\",\"0.000863\"\n\"2024-06-19T16:30:00.000Z\",\"0.00209\",\"0.00263\"\n\"2024-06-19T16:35:00.000Z\",\"0.000845\",\"0.001302\"\n\"2024-06-19T16:40:00.000Z\",\"0.00056\",\"0.000995\"\n\"2024-06-19T16:45:00.000Z\",\"0.000634\",\"0.001166\"\n\"2024-06-19T16:50:00.000Z\",\"0.00062\",\"0.001096\"\n\"2024-06-19T16:55:00.000Z\",\"0.000587\",\"0.001075\"\n\"2024-06-19T17:00:00.000Z\",\"0.000589\",\"0.00102\"\n\"2024-06-19T17:05:00.000Z\",\"0.000677\",\"0.001253\"\n\"2024-06-19T17:10:00.000Z\",\"0.000537\",\"0.000928\"\n\"2024-06-19T17:15:00.000Z\",\"0.000503\",\"0.001043\"\n\"2024-06-19T17:20:00.000Z\",\"0.000582\",\"0.000984\"\n\"2024-06-19T17:25:00.000Z\",\"0.000646\",\"0.001141\"\n\"2024-06-19T17:30:00.000Z\",\"0.000633\",\"0.001102\"\n\"2024-06-19T17:35:00.000Z\",\"0.000503\",\"0.001054\"\n\"2024-06-19T17:40:00.000Z\",\"0.000628\",\"0.001089\"\n\"2024-06-19T17:45:00.000Z\",\"0.000477\",\"0.00093\"\n\"2024-06-19T17:50:00.000Z\",\"0.000678\",\"0.001159\"\n\"2024-06-19T17:55:00.000Z\",\"0.000738\",\"0.001145\"\n\"2024-06-19T18:00:00.000Z\",\"0.000583\",\"0.00109\"\n\"2024-06-19T18:05:00.000Z\",\"0.000515\",\"0.001095\"\n\"2024-06-19T18:10:00.000Z\",\"0.000757\",\"0.001315\"\n\"2024-06-19T18:15:00.000Z\",\"0.000566\",\"0.001087\"\n\"2024-06-19T18:20:00.000Z\",\"0.000513\",\"0.001007\"\n\"2024-06-19T18:25:00.000Z\",\"0.000673\",\"0.00123\"\n\"2024-06-19T18:30:00.000Z\",\"0.000673\",\"0.001121\"\n\"2024-06-19T18:35:00.000Z\",\"0.000726\",\"0.001201\"\n\"2024-06-19T18:40:00.000Z\",\"0.003694\",\"0.004286\"\n\"2024-06-19T18:45:00.000Z\",\"0.000575\",\"0.001112\"\n\"2024-06-19T18:50:00.000Z\",\"0.000554\",\"0.00102\"\n\"2024-06-19T18:55:00.000Z\",\"0.000564\",\"0.001073\"\n\"2024-06-19T19:00:00.000Z\",\"0.000683\",\"0.001117\"\n\"2024-06-19T19:05:00.000Z\",\"0.000642\",\"0.001196\"\n\"2024-06-19T19:10:00.000Z\",\"0.000505\",\"0.001018\"\n\"2024-06-19T19:15:00.000Z\",\"0.000532\",\"0.001071\"\n\"2024-06-19T19:20:00.000Z\",\"0.00051\",\"0.00089\"\n\"2024-06-19T19:25:00.000Z\",\"0.000461\",\"0.000982\"\n\"2024-06-19T19:30:00.000Z\",\"0.000588\",\"0.001161\"\n\"2024-06-19T19:35:00.000Z\",\"0.000548\",\"0.00099\"\n\"2024-06-19T19:40:00.000Z\",\"0.000477\",\"0.000997\"\n\"2024-06-19T19:45:00.000Z\",\"0.002041\",\"0.002534\"\n\"2024-06-19T19:50:00.000Z\",\"0.000646\",\"0.001132\"\n\"2024-06-19T19:55:00.000Z\",\"0.000528\",\"0.00104\"\n\"2024-06-19T20:00:00.000Z\",\"0.000441\",\"0.000833\"\n\"2024-06-19T20:05:00.000Z\",\"0.000567\",\"0.001096\"\n\"2024-06-19T20:10:00.000Z\",\"0.000749\",\"0.001017\"\n\"2024-06-19T20:15:00.000Z\",\"0.000591\",\"0.001012\"\n\"2024-06-19T20:20:00.000Z\",\"0.000499\",\"0.001046\"\n\"2024-06-19T20:25:00.000Z\",\"0.000555\",\"0.000968\"\n\"2024-06-19T20:30:00.000Z\",\"0.003803\",\"0.004049\"\n\"2024-06-19T20:35:00.000Z\",\"0.017972\",\"0.01725\"\n\"2024-06-19T20:40:00.000Z\",\"0.003753\",\"0.004047\"\n\"2024-06-19T20:45:00.000Z\",\"0.000562\",\"0.001008\"\n\"2024-06-19T20:50:00.000Z\",\"0.000601\",\"0.001039\"\n\"2024-06-19T20:55:00.000Z\",\"0.000526\",\"0.000946\"\n\"2024-06-19T21:00:00.000Z\",\"0.000598\",\"0.001117\"\n\"2024-06-19T21:05:00.000Z\",\"0.000489\",\"0.001135\"\n\"2024-06-19T21:10:00.000Z\",\"0.000642\",\"0.001103\"\n\"2024-06-19T21:15:00.000Z\",\"0.000619\",\"0.001137\"\n\"2024-06-19T21:20:00.000Z\",\"0.0004\",\"0.00082\"\n\"2024-06-19T21:25:00.000Z\",\"0.000576\",\"0.001025\"\n\"2024-06-19T21:30:00.000Z\",\"0.000662\",\"0.001239\"\n\"2024-06-19T21:35:00.000Z\",\"0.000467\",\"0.000957\"\n\"2024-06-19T21:40:00.000Z\",\"0.000579\",\"0.001019\"\n\"2024-06-19T21:45:00.000Z\",\"0.000573\",\"0.001068\"\n\"2024-06-19T21:50:00.000Z\",\"0.000609\",\"0.001136\"\n\"2024-06-19T21:55:00.000Z\",\"0.000552\",\"0.001021\"\n\"2024-06-19T22:00:00.000Z\",\"0.002161\",\"0.00264\"\n\"2024-06-19T22:05:00.000Z\",\"0.000611\",\"0.001158\"\n\"2024-06-19T22:10:00.000Z\",\"0.000588\",\"0.001088\"\n\"2024-06-19T22:15:00.000Z\",\"0.000505\",\"0.001004\"\n\"2024-06-19T22:20:00.000Z\",\"0.000526\",\"0.001032\"\n\"2024-06-19T22:25:00.000Z\",\"0.00084\",\"0.001361\"\n\"2024-06-19T22:30:00.000Z\",\"0.000558\",\"0.001148\"\n\"2024-06-19T22:35:00.000Z\",\"0.000526\",\"0.001104\"\n\"2024-06-19T22:40:00.000Z\",\"0.000783\",\"0.001231\"\n\"2024-06-19T22:45:00.000Z\",\"0.000593\",\"0.001044\"\n\"2024-06-19T22:50:00.000Z\",\"0.000499\",\"0.000939\"\n\"2024-06-19T22:55:00.000Z\",\"0.000597\",\"0.001111\"\n\"2024-06-19T23:00:00.000Z\",\"0.000631\",\"0.001065\"\n\"2024-06-19T23:05:00.000Z\",\"0.000535\",\"0.001009\"\n\"2024-06-19T23:10:00.000Z\",\"0.000675\",\"0.001186\"\n\"2024-06-19T23:15:00.000Z\",\"0.000531\",\"0.001033\"\n\"2024-06-19T23:20:00.000Z\",\"0.000815\",\"0.001257\"\n\"2024-06-19T23:25:00.000Z\",\"0.000616\",\"0.001098\"\n\"2024-06-19T23:30:00.000Z\",\"0.000537\",\"0.000978\"\n\"2024-06-19T23:35:00.000Z\",\"0.000803\",\"0.001101\"\n\"2024-06-19T23:40:00.000Z\",\"0.000684\",\"0.001243\"\n\"2024-06-19T23:45:00.000Z\",\"0.000585\",\"0.001106\"\n\"2024-06-19T23:50:00.000Z\",\"0.000688\",\"0.00112\"\n\"2024-06-19T23:55:00.000Z\",\"0.000737\",\"0.001239\"\n\"2024-06-20T00:00:00.000Z\",\"0.000646\",\"0.00109\"\n\"2024-06-20T00:05:00.000Z\",\"0.000521\",\"0.000991\"\n\"2024-06-20T00:10:00.000Z\",\"0.000678\",\"0.001139\"\n\"2024-06-20T00:15:00.000Z\",\"0.000537\",\"0.001061\"\n\"2024-06-20T00:20:00.000Z\",\"0.002152\",\"0.002675\"\n\"2024-06-20T00:25:00.000Z\",\"0.000645\",\"0.001143\"\n\"2024-06-20T00:30:00.000Z\",\"0.000642\",\"0.001172\"\n\"2024-06-20T00:35:00.000Z\",\"0.000535\",\"0.001062\"\n\"2024-06-20T00:40:00.000Z\",\"0.000636\",\"0.001098\"\n\"2024-06-20T00:45:00.000Z\",\"0.000603\",\"0.001083\"\n\"2024-06-20T00:50:00.000Z\",\"0.000634\",\"0.001287\"\n\"2024-06-20T00:55:00.000Z\",\"0.000693\",\"0.001165\"\n\"2024-06-20T01:00:00.000Z\",\"0.000625\",\"0.001081\"\n\"2024-06-20T01:05:00.000Z\",\"0.000534\",\"0.001044\"\n\"2024-06-20T01:10:00.000Z\",\"0.000712\",\"0.00122\"\n\"2024-06-20T01:15:00.000Z\",\"0.000633\",\"0.001128\"\n\"2024-06-20T01:20:00.000Z\",\"0.000619\",\"0.00109\"\n\"2024-06-20T01:25:00.000Z\",\"0.000636\",\"0.00127\"\n\"2024-06-20T01:30:00.000Z\",\"0.000592\",\"0.00106\"\n\"2024-06-20T01:35:00.000Z\",\"0.000524\",\"0.001098\"\n\"2024-06-20T01:40:00.000Z\",\"0.000585\",\"0.001039\"\n\"2024-06-20T01:45:00.000Z\",\"0.000575\",\"0.001142\"\n\"2024-06-20T01:50:00.000Z\",\"0.000607\",\"0.001195\"\n\"2024-06-20T01:55:00.000Z\",\"0.000558\",\"0.001046\"\n\"2024-06-20T02:00:00.000Z\",\"0.000725\",\"0.001221\"\n\"2024-06-20T02:05:00.000Z\",\"0.000677\",\"0.001175\"\n\"2024-06-20T02:10:00.000Z\",\"0.00064\",\"0.001089\"\n\"2024-06-20T02:15:00.000Z\",\"0.000637\",\"0.001177\"\n\"2024-06-20T02:20:00.000Z\",\"0.00065\",\"0.001123\"\n\"2024-06-20T02:25:00.000Z\",\"0.000527\",\"0.001039\"\n\"2024-06-20T02:30:00.000Z\",\"0.000612\",\"0.001118\"\n\"2024-06-20T02:35:00.000Z\",\"0.000541\",\"0.001125\"\n\"2024-06-20T02:40:00.000Z\",\"0.000708\",\"0.00122\"\n\"2024-06-20T02:45:00.000Z\",\"0.000635\",\"0.001043\"\n\"2024-06-20T02:50:00.000Z\",\"0.00055\",\"0.001042\"\n\"2024-06-20T02:55:00.000Z\",\"0.000583\",\"0.00107\"\n\"2024-06-20T03:00:00.000Z\",\"0.000614\",\"0.001065\"\n\"2024-06-20T03:05:00.000Z\",\"0.00059\",\"0.001147\"\n\"2024-06-20T03:10:00.000Z\",\"0.000683\",\"0.001117\"\n\"2024-06-20T03:15:00.000Z\",\"0.000571\",\"0.001033\"\n\"2024-06-20T03:20:00.000Z\",\"0.000733\",\"0.001098\"\n\"2024-06-20T03:25:00.000Z\",\"0.000562\",\"0.001034\"\n\"2024-06-20T03:30:00.000Z\",\"0.000645\",\"0.001036\"\n\"2024-06-20T03:35:00.000Z\",\"0.000631\",\"0.001134\"\n\"2024-06-20T03:40:00.000Z\",\"0.000637\",\"0.001128\"\n\"2024-06-20T03:45:00.000Z\",\"0.000537\",\"0.001037\"\n\"2024-06-20T03:50:00.000Z\",\"0.000595\",\"0.001094\"\n\"2024-06-20T03:55:00.000Z\",\"0.000547\",\"0.000981\"\n\"2024-06-20T04:00:00.000Z\",\"0.000835\",\"0.001333\"\n\"2024-06-20T04:05:00.000Z\",\"0.00054\",\"0.001075\"\n\"2024-06-20T04:10:00.000Z\",\"0.000658\",\"0.001157\"\n\"2024-06-20T04:15:00.000Z\",\"0.000519\",\"0.001081\"\n\"2024-06-20T04:20:00.000Z\",\"0.000637\",\"0.001148\"\n\"2024-06-20T04:25:00.000Z\",\"0.000599\",\"0.001059\"\n\"2024-06-20T04:30:00.000Z\",\"0.000693\",\"0.0012\"\n\"2024-06-20T04:35:00.000Z\",\"0.000499\",\"0.00102\"\n\"2024-06-20T04:40:00.000Z\",\"0.000567\",\"0.001083\"\n\"2024-06-20T04:45:00.000Z\",\"0.000533\",\"0.001013\"\n\"2024-06-20T04:50:00.000Z\",\"0.000537\",\"0.001122\"\n\"2024-06-20T04:55:00.000Z\",\"0.000468\",\"0.000956\"\n\"2024-06-20T05:00:00.000Z\",\"0.000692\",\"0.00115\"\n\"2024-06-20T05:05:00.000Z\",\"0.000621\",\"0.001063\"\n\"2024-06-20T05:10:00.000Z\",\"0.000588\",\"0.001225\"\n\"2024-06-20T05:15:00.000Z\",\"0.000534\",\"0.001068\"\n\"2024-06-20T05:20:00.000Z\",\"0.000544\",\"0.001091\"\n\"2024-06-20T05:25:00.000Z\",\"0.000625\",\"0.001233\"\n\"2024-06-20T05:30:00.000Z\",\"0.000542\",\"0.001116\"\n\"2024-06-20T05:35:00.000Z\",\"0.000464\",\"0.001031\"\n\"2024-06-20T05:40:00.000Z\",\"0.000546\",\"0.001015\"\n\"2024-06-20T05:45:00.000Z\",\"0.002225\",\"0.002765\"\n\"2024-06-20T05:50:00.000Z\",\"0.000538\",\"0.001017\"\n\"2024-06-20T05:55:00.000Z\",\"0.000558\",\"0.001155\"\n\"2024-06-20T06:00:00.000Z\",\"0.000566\",\"0.001099\"\n\"2024-06-20T06:05:00.000Z\",\"0.00066\",\"0.001221\"\n\"2024-06-20T06:10:00.000Z\",\"0.000591\",\"0.001074\"\n\"2024-06-20T06:15:00.000Z\",\"0.00058\",\"0.001139\"\n\"2024-06-20T06:20:00.000Z\",\"0.000455\",\"0.000986\"\n\"2024-06-20T06:25:00.000Z\",\"0.000587\",\"0.001053\"\n\"2024-06-20T06:30:00.000Z\",\"0.000524\",\"0.001011\"\n\"2024-06-20T06:35:00.000Z\",\"0.000542\",\"0.001071\"\n\"2024-06-20T06:40:00.000Z\",\"0.001234\",\"0.001707\"\n\"2024-06-20T06:45:00.000Z\",\"0.000767\",\"0.001165\"\n\"2024-06-20T06:50:00.000Z\",\"0.000644\",\"0.001171\"\n\"2024-06-20T06:55:00.000Z\",\"0.000528\",\"0.001096\"\n\"2024-06-20T07:00:00.000Z\",\"0.001193\",\"0.001874\"\n\"2024-06-20T07:05:00.000Z\",\"0.000606\",\"0.001069\"\n\"2024-06-20T07:10:00.000Z\",\"0.000511\",\"0.000947\"\n\"2024-06-20T07:15:00.000Z\",\"0.00052\",\"0.001005\"\n\"2024-06-20T07:20:00.000Z\",\"0.000503\",\"0.001032\"\n\"2024-06-20T07:25:00.000Z\",\"0.000534\",\"0.000994\"\n\"2024-06-20T07:30:00.000Z\",\"0.002105\",\"0.002669\"\n\"2024-06-20T07:35:00.000Z\",\"0.000436\",\"0.000887\"\n\"2024-06-20T07:40:00.000Z\",\"0.000647\",\"0.001095\"\n\"2024-06-20T07:45:00.000Z\",\"0.000508\",\"0.000953\"\n\"2024-06-20T07:50:00.000Z\",\"0.000514\",\"0.000951\"\n\"2024-06-20T07:55:00.000Z\",\"0.000453\",\"0.000939\"\n\"2024-06-20T08:00:00.000Z\",\"0.000582\",\"0.001046\"\n\"2024-06-20T08:05:00.000Z\",\"0.0005\",\"0.000915\"\n\"2024-06-20T08:10:00.000Z\",\"0.00053\",\"0.000922\"\n\"2024-06-20T08:15:00.000Z\",\"0.000491\",\"0.000965\"\n\"2024-06-20T08:20:00.000Z\",\"0.000587\",\"0.001038\"\n\"2024-06-20T08:25:00.000Z\",\"0.000519\",\"0.001072\"\n\"2024-06-20T08:30:00.000Z\",\"0.000511\",\"0.00103\"\n\"2024-06-20T08:35:00.000Z\",\"0.000482\",\"0.000976\"\n\"2024-06-20T08:40:00.000Z\",\"0.000565\",\"0.001027\"\n\"2024-06-20T08:45:00.000Z\",\"0.000567\",\"0.001073\"\n\"2024-06-20T08:50:00.000Z\",\"0.000507\",\"0.001047\"\n\"2024-06-20T08:55:00.000Z\",\"0.000441\",\"0.00085\"\n\"2024-06-20T09:00:00.000Z\",\"0.000585\",\"0.001058\"\n\"2024-06-20T09:05:00.000Z\",\"0.000527\",\"0.001008\"\n\"2024-06-20T09:10:00.000Z\",\"0.000493\",\"0.000934\"\n\"2024-06-20T09:15:00.000Z\",\"0.002143\",\"0.002524\"\n\"2024-06-20T09:20:00.000Z\",\"0.000527\",\"0.001058\"\n\"2024-06-20T09:25:00.000Z\",\"0.000542\",\"0.000986\"\n\"2024-06-20T09:30:00.000Z\",\"0.000511\",\"0.000992\"\n\"2024-06-20T09:35:00.000Z\",\"0.000469\",\"0.001033\"\n\"2024-06-20T09:40:00.000Z\",\"0.000525\",\"0.000985\"\n\"2024-06-20T09:45:00.000Z\",\"0.000505\",\"0.001012\"\n\"2024-06-20T09:50:00.000Z\",\"0.00052\",\"0.000953\"\n\"2024-06-20T09:55:00.000Z\",\"0.000493\",\"0.000972\"\n\"2024-06-20T10:00:00.000Z\",\"0.000549\",\"0.001012\"\n\"2024-06-20T10:05:00.000Z\",\"0.000534\",\"0.001031\"\n\"2024-06-20T10:10:00.000Z\",\"0.000544\",\"0.001057\"\n\"2024-06-20T10:15:00.000Z\",\"0.000585\",\"0.001182\"\n\"2024-06-20T10:20:00.000Z\",\"0.000686\",\"0.001225\"\n\"2024-06-20T10:25:00.000Z\",\"0.000547\",\"0.00115\"\n\"2024-06-20T10:30:00.000Z\",\"0.000534\",\"0.001054\"\n\"2024-06-20T10:35:00.000Z\",\"0.000653\",\"0.001145\"\n\"2024-06-20T10:40:00.000Z\",\"0.000588\",\"0.001124\"\n\"2024-06-20T10:45:00.000Z\",\"0.0005\",\"0.000997\"\n\"2024-06-20T10:50:00.000Z\",\"0.000883\",\"0.001219\"\n\"2024-06-20T10:55:00.000Z\",\"0.000595\",\"0.000943\"\n\"2024-06-20T11:00:00.000Z\",\"0.000577\",\"0.000984\"\n\"2024-06-20T11:05:00.000Z\",\"0.00067\",\"0.001124\"\n\"2024-06-20T11:10:00.000Z\",\"0.00051\",\"0.001005\"\n\"2024-06-20T11:15:00.000Z\",\"0.000608\",\"0.001072\"\n\"2024-06-20T11:20:00.000Z\",\"0.000717\",\"0.001121\"\n\"2024-06-20T11:25:00.000Z\",\"0.000525\",\"0.001053\"\n\"2024-06-20T11:30:00.000Z\",\"0.000521\",\"0.000935\"\n\"2024-06-20T11:35:00.000Z\",\"0.000556\",\"0.001028\"\n\"2024-06-20T11:40:00.000Z\",\"0.000671\",\"0.001097\"\n\"2024-06-20T11:45:00.000Z\",\"0.000492\",\"0.000981\"\n\"2024-06-20T11:50:00.000Z\",\"0.000592\",\"0.00103\"\n\"2024-06-20T11:55:00.000Z\",\"0.000779\",\"0.00123\"\n\"2024-06-20T12:00:00.000Z\",\"0.000623\",\"0.001132\"\n\"2024-06-20T12:05:00.000Z\",\"0.000649\",\"0.001083\"\n\"2024-06-20T12:10:00.000Z\",\"0.000787\",\"0.001334\"\n\"2024-06-20T12:15:00.000Z\",\"0.000735\",\"0.001339\"\n\"2024-06-20T12:20:00.000Z\",\"0.000734\",\"0.001263\"\n\"2024-06-20T12:25:00.000Z\",\"0.000654\",\"0.00111\"\n\"2024-06-20T12:30:00.000Z\",\"0.00067\",\"0.001116\"\n\"2024-06-20T12:35:00.000Z\",\"0.000753\",\"0.001328\"\n\"2024-06-20T12:40:00.000Z\",\"0.001161\",\"0.001672\"\n\"2024-06-20T12:45:00.000Z\",\"0.003033\",\"0.003442\"\n\"2024-06-20T12:50:00.000Z\",\"0.000658\",\"0.001183\"\n\"2024-06-20T12:55:00.000Z\",\"0.000648\",\"0.001177\"\n\"2024-06-20T13:00:00.000Z\",\"0.000723\",\"0.001246\"\n\"2024-06-20T13:05:00.000Z\",\"0.00065\",\"0.001138\"\n\"2024-06-20T13:10:00.000Z\",\"0.000584\",\"0.001112\"\n\"2024-06-20T13:15:00.000Z\",\"0.000474\",\"0.000988\"\n\"2024-06-20T13:20:00.000Z\",\"0.000858\",\"0.001356\"\n\"2024-06-20T13:25:00.000Z\",\"0.000668\",\"0.001179\"\n\"2024-06-20T13:30:00.000Z\",\"0.000627\",\"0.001146\"\n\"2024-06-20T13:35:00.000Z\",\"0.000805\",\"0.001136\"\n\"2024-06-20T13:40:00.000Z\",\"0.000725\",\"0.001302\"\n\"2024-06-20T13:45:00.000Z\",\"0.0006\",\"0.001042\"\n\"2024-06-20T13:50:00.000Z\",\"0.000604\",\"0.001084\"\n\"2024-06-20T13:55:00.000Z\",\"0.000598\",\"0.001125\"\n\"2024-06-20T14:00:00.000Z\",\"0.000739\",\"0.001272\"\n\"2024-06-20T14:05:00.000Z\",\"0.000654\",\"0.001064\"\n\"2024-06-20T14:10:00.000Z\",\"0.000646\",\"0.00111\"\n\"2024-06-20T14:15:00.000Z\",\"0.002203\",\"0.002785\"\n\"2024-06-20T14:20:00.000Z\",\"0.002977\",\"0.003568\"\n\"2024-06-20T14:25:00.000Z\",\"0.001508\",\"0.001968\"\n\"2024-06-20T14:30:00.000Z\",\"0.000601\",\"0.001048\"\n\"2024-06-20T14:35:00.000Z\",\"0.000534\",\"0.001034\"\n\"2024-06-20T14:40:00.000Z\",\"0.000655\",\"0.001223\"\n\"2024-06-20T14:45:00.000Z\",\"0.000665\",\"0.001087\"\n\"2024-06-20T14:50:00.000Z\",\"0.00059\",\"0.000965\"\n\"2024-06-20T14:55:00.000Z\",\"0.001957\",\"0.023964\"\n\"2024-06-20T15:00:00.000Z\",\"0.007006\",\"0.00373\"\n\"2024-06-20T15:05:00.000Z\",\"0.001211\",\"0.001312\"\n\"2024-06-20T15:10:00.000Z\",\"0.002145\",\"0.001769\"\n\"2024-06-20T15:15:00.000Z\",\"0.003342\",\"0.002474\"\n\"2024-06-20T15:20:00.000Z\",\"0.002667\",\"0.002559\"\n\"2024-06-20T15:25:00.000Z\",\"0.004794\",\"0.003371\"\n\"2024-06-20T15:30:00.000Z\",\"0.004824\",\"0.003277\"\n\"2024-06-20T15:35:00.000Z\",\"0.003862\",\"0.004037\"\n\"2024-06-20T15:40:00.000Z\",\"0.001161\",\"0.00146\"\n\"2024-06-20T15:45:00.000Z\",\"0.00132\",\"0.001524\"\n\"2024-06-20T15:50:00.000Z\",\"0.00096\",\"0.001305\"\n\"2024-06-20T15:55:00.000Z\",\"0.00133\",\"0.001649\"\n\"2024-06-20T16:00:00.000Z\",\"0.000835\",\"0.001252\"\n\"2024-06-20T16:05:00.000Z\",\"0.001021\",\"0.001306\"\n\"2024-06-20T16:10:00.000Z\",\"0.000947\",\"0.00129\"\n\"2024-06-20T16:15:00.000Z\",\"0.00074\",\"0.001197\"\n\"2024-06-20T16:20:00.000Z\",\"0.001188\",\"0.001585\"\n\"2024-06-20T16:25:00.000Z\",\"0.000814\",\"0.001175\"\n\"2024-06-20T16:30:00.000Z\",\"0.000817\",\"0.001131\"\n\"2024-06-20T16:35:00.000Z\",\"0.000735\",\"0.001163\"\n\"2024-06-20T16:40:00.000Z\",\"0.000661\",\"0.001176\"\n\"2024-06-20T16:45:00.000Z\",\"0.000902\",\"0.001164\"\n\"2024-06-20T16:50:00.000Z\",\"0.000721\",\"0.001231\"\n\"2024-06-20T16:55:00.000Z\",\"0.000927\",\"0.001285\"\n\"2024-06-20T17:00:00.000Z\",\"0.000868\",\"0.00131\"\n\"2024-06-20T17:05:00.000Z\",\"0.000859\",\"0.001178\"\n\"2024-06-20T17:10:00.000Z\",\"0.000742\",\"0.001142\"\n\"2024-06-20T17:15:00.000Z\",\"0.000964\",\"0.001274\"\n\"2024-06-20T17:20:00.000Z\",\"0.00075\",\"0.001121\"\n\"2024-06-20T17:25:00.000Z\",\"0.00067\",\"0.001037\"\n\"2024-06-20T17:30:00.000Z\",\"0.000716\",\"0.0011\"\n\"2024-06-20T17:35:00.000Z\",\"0.00088\",\"0.001135\"\n\"2024-06-20T17:40:00.000Z\",\"0.000812\",\"0.001246\"\n\"2024-06-20T17:45:00.000Z\",\"0.000763\",\"0.001178\"\n\"2024-06-20T17:50:00.000Z\",\"0.000779\",\"0.001172\"\n\"2024-06-20T17:55:00.000Z\",\"0.000886\",\"0.002063\"\n\"2024-06-20T18:00:00.000Z\",\"0.000692\",\"0.001084\"\n\"2024-06-20T18:05:00.000Z\",\"0.000679\",\"0.001121\"\n\"2024-06-20T18:10:00.000Z\",\"0.000802\",\"0.001197\"\n\"2024-06-20T18:15:00.000Z\",\"0.000754\",\"0.001141\"\n\"2024-06-20T18:20:00.000Z\",\"0.003299\",\"0.003261\"\n\"2024-06-20T18:25:00.000Z\",\"0.000749\",\"0.001108\"\n\"2024-06-20T18:30:00.000Z\",\"0.000697\",\"0.001068\"\n\"2024-06-20T18:35:00.000Z\",\"0.000717\",\"0.001077\"\n\"2024-06-20T18:40:00.000Z\",\"0.000712\",\"0.001129\"\n\"2024-06-20T18:45:00.000Z\",\"0.000914\",\"0.001255\"\n\"2024-06-20T18:50:00.000Z\",\"0.000979\",\"0.001147\"\n\"2024-06-20T18:55:00.000Z\",\"0.00061\",\"0.00104\"\n\"2024-06-20T19:00:00.000Z\",\"0.000614\",\"0.00101\"\n\"2024-06-20T19:05:00.000Z\",\"0.000632\",\"0.00099\"\n\"2024-06-20T19:10:00.000Z\",\"0.000629\",\"0.001139\"\n\"2024-06-20T19:15:00.000Z\",\"0.000614\",\"0.001035\"\n\"2024-06-20T19:20:00.000Z\",\"0.000601\",\"0.001144\"\n\"2024-06-20T19:25:00.000Z\",\"0.000662\",\"0.00108\"\n\"2024-06-20T19:30:00.000Z\",\"0.00073\",\"0.001145\"\n\"2024-06-20T19:35:00.000Z\",\"0.000747\",\"0.00114\"\n\"2024-06-20T19:40:00.000Z\",\"0.000609\",\"0.001059\"\n\"2024-06-20T19:45:00.000Z\",\"0.000668\",\"0.001141\"\n\"2024-06-20T19:50:00.000Z\",\"0.00066\",\"0.001194\"\n\"2024-06-20T19:55:00.000Z\",\"0.000615\",\"0.00112\"\n\"2024-06-20T20:00:00.000Z\",\"0.000657\",\"0.00102\"\n\"2024-06-20T20:05:00.000Z\",\"0.000616\",\"0.00108\"\n\"2024-06-20T20:10:00.000Z\",\"0.000543\",\"0.001071\"\n\"2024-06-20T20:15:00.000Z\",\"0.000629\",\"0.001001\"\n\"2024-06-20T20:20:00.000Z\",\"0.000877\",\"0.001062\"\n\"2024-06-20T20:25:00.000Z\",\"0.00057\",\"0.001062\"\n\"2024-06-20T20:30:00.000Z\",\"0.000626\",\"0.000948\"\n\"2024-06-20T20:35:00.000Z\",\"0.00061\",\"0.00104\"\n\"2024-06-20T20:40:00.000Z\",\"0.000591\",\"0.001025\"\n\"2024-06-20T20:45:00.000Z\",\"0.000601\",\"0.001016\"\n\"2024-06-20T20:50:00.000Z\",\"0.000587\",\"0.001129\"\n\"2024-06-20T20:55:00.000Z\",\"0.000549\",\"0.001083\"\n\"2024-06-20T21:00:00.000Z\",\"0.000583\",\"0.000982\"\n\"2024-06-20T21:05:00.000Z\",\"0.00066\",\"0.001047\"\n\"2024-06-20T21:10:00.000Z\",\"0.000579\",\"0.001102\"\n\"2024-06-20T21:15:00.000Z\",\"0.000597\",\"0.001099\"\n\"2024-06-20T21:20:00.000Z\",\"0.000587\",\"0.001128\"\n\"2024-06-20T21:25:00.000Z\",\"0.000631\",\"0.001004\"\n\"2024-06-20T21:30:00.000Z\",\"0.0007\",\"0.001097\"\n\"2024-06-20T21:35:00.000Z\",\"0.000561\",\"0.000933\"\n\"2024-06-20T21:40:00.000Z\",\"0.001649\",\"0.002059\"\n\"2024-06-20T21:45:00.000Z\",\"0.001471\",\"0.001952\"\n\"2024-06-20T21:50:00.000Z\",\"0.000574\",\"0.001023\"\n\"2024-06-20T21:55:00.000Z\",\"0.000613\",\"0.001091\"\n\"2024-06-20T22:00:00.000Z\",\"0.000619\",\"0.001086\"\n\"2024-06-20T22:05:00.000Z\",\"0.000636\",\"0.001028\"\n\"2024-06-20T22:10:00.000Z\",\"0.000889\",\"0.001264\"\n\"2024-06-20T22:15:00.000Z\",\"0.000826\",\"0.001245\"\n\"2024-06-20T22:20:00.000Z\",\"0.000593\",\"0.001104\"\n\"2024-06-20T22:25:00.000Z\",\"0.000882\",\"0.001371\"\n\"2024-06-20T22:30:00.000Z\",\"0.001046\",\"0.00135\"\n\"2024-06-20T22:35:00.000Z\",\"0.000624\",\"0.001093\"\n\"2024-06-20T22:40:00.000Z\",\"0.00091\",\"0.001272\"\n\"2024-06-20T22:45:00.000Z\",\"0.001254\",\"0.001675\"\n\"2024-06-20T22:50:00.000Z\",\"0.000718\",\"0.001157\"\n\"2024-06-20T22:55:00.000Z\",\"0.000921\",\"0.001298\"\n\"2024-06-20T23:00:00.000Z\",\"0.001043\",\"0.001385\"\n\"2024-06-20T23:05:00.000Z\",\"0.00058\",\"0.001109\"\n\"2024-06-20T23:10:00.000Z\",\"0.001254\",\"0.001487\"\n\"2024-06-20T23:15:00.000Z\",\"0.001201\",\"0.001611\"\n\"2024-06-20T23:20:00.000Z\",\"0.000719\",\"0.001131\"\n\"2024-06-20T23:25:00.000Z\",\"0.00093\",\"0.001374\"\n\"2024-06-20T23:30:00.000Z\",\"0.001485\",\"0.0017\"\n\"2024-06-20T23:35:00.000Z\",\"0.000648\",\"0.001224\"\n\"2024-06-20T23:40:00.000Z\",\"0.001007\",\"0.001344\"\n\"2024-06-20T23:45:00.000Z\",\"0.000921\",\"0.001404\"\n\"2024-06-20T23:50:00.000Z\",\"0.000871\",\"0.00138\"\n\"2024-06-20T23:55:00.000Z\",\"0.000945\",\"0.001374\"\n\"2024-06-21T00:00:00.000Z\",\"0.000609\",\"0.00107\"\n\"2024-06-21T00:05:00.000Z\",\"0.00088\",\"0.001331\"\n\"2024-06-21T00:10:00.000Z\",\"0.001415\",\"0.001705\"\n\"2024-06-21T00:15:00.000Z\",\"0.000806\",\"0.001147\"\n\"2024-06-21T00:20:00.000Z\",\"0.001\",\"0.001356\"\n\"2024-06-21T00:25:00.000Z\",\"0.001207\",\"0.001554\"\n\"2024-06-21T00:30:00.000Z\",\"0.000659\",\"0.001082\"\n\"2024-06-21T00:35:00.000Z\",\"0.000935\",\"0.001367\"\n\"2024-06-21T00:40:00.000Z\",\"0.000879\",\"0.001265\"\n\"2024-06-21T00:45:00.000Z\",\"0.000993\",\"0.001364\"\n\"2024-06-21T00:50:00.000Z\",\"0.001813\",\"0.002193\"\n\"2024-06-21T00:55:00.000Z\",\"0.001744\",\"0.002191\"\n\"2024-06-21T01:00:00.000Z\",\"0.000658\",\"0.001215\"\n\"2024-06-21T01:05:00.000Z\",\"0.000909\",\"0.001264\"\n\"2024-06-21T01:10:00.000Z\",\"0.000881\",\"0.001314\"\n\"2024-06-21T01:15:00.000Z\",\"0.001261\",\"0.001485\"\n\"2024-06-21T01:20:00.000Z\",\"0.000647\",\"0.001043\"\n\"2024-06-21T01:25:00.000Z\",\"0.001286\",\"0.001655\"\n\"2024-06-21T01:30:00.000Z\",\"0.00054\",\"0.000942\"\n\"2024-06-21T01:35:00.000Z\",\"0.000952\",\"0.001284\"\n\"2024-06-21T01:40:00.000Z\",\"0.001154\",\"0.001424\"\n\"2024-06-21T01:45:00.000Z\",\"0.001334\",\"0.001373\"\n\"2024-06-21T01:50:00.000Z\",\"0.001007\",\"0.001313\"\n\"2024-06-21T01:55:00.000Z\",\"0.00131\",\"0.001549\"\n\"2024-06-21T02:00:00.000Z\",\"0.000994\",\"0.001393\"\n\"2024-06-21T02:05:00.000Z\",\"0.002392\",\"0.002949\"\n\"2024-06-21T02:10:00.000Z\",\"0.001364\",\"0.001606\"\n\"2024-06-21T02:15:00.000Z\",\"0.00072\",\"0.00113\"\n\"2024-06-21T02:20:00.000Z\",\"0.000639\",\"0.001074\"\n\"2024-06-21T02:25:00.000Z\",\"0.001037\",\"0.001359\"\n\"2024-06-21T02:30:00.000Z\",\"0.001163\",\"0.001558\"\n\"2024-06-21T02:35:00.000Z\",\"0.000622\",\"0.001044\"\n\"2024-06-21T02:40:00.000Z\",\"0.001479\",\"0.001742\"\n\"2024-06-21T02:45:00.000Z\",\"0.00095\",\"0.00137\"\n\"2024-06-21T02:50:00.000Z\",\"0.000566\",\"0.001095\"\n\"2024-06-21T02:55:00.000Z\",\"0.001248\",\"0.001569\"\n\"2024-06-21T03:00:00.000Z\",\"0.001167\",\"0.001385\"\n\"2024-06-21T03:05:00.000Z\",\"0.000984\",\"0.001379\"\n\"2024-06-21T03:10:00.000Z\",\"0.001589\",\"0.001703\"\n\"2024-06-21T03:15:00.000Z\",\"0.000983\",\"0.001388\"\n\"2024-06-21T03:20:00.000Z\",\"0.000908\",\"0.001266\"\n\"2024-06-21T03:25:00.000Z\",\"0.00131\",\"0.001786\"\n\"2024-06-21T03:30:00.000Z\",\"0.000859\",\"0.001319\"\n\"2024-06-21T03:35:00.000Z\",\"0.000625\",\"0.001032\"\n\"2024-06-21T03:40:00.000Z\",\"0.001416\",\"0.001714\"\n\"2024-06-21T03:45:00.000Z\",\"0.001016\",\"0.001445\"\n\"2024-06-21T03:50:00.000Z\",\"0.000531\",\"0.000979\"\n\"2024-06-21T03:55:00.000Z\",\"0.001664\",\"0.001997\"\n\"2024-06-21T04:00:00.000Z\",\"0.000685\",\"0.001175\"\n\"2024-06-21T04:05:00.000Z\",\"0.000615\",\"0.001029\"\n\"2024-06-21T04:10:00.000Z\",\"0.000546\",\"0.001028\"\n\"2024-06-21T04:15:00.000Z\",\"0.000613\",\"0.001083\"\n\"2024-06-21T04:20:00.000Z\",\"0.00063\",\"0.001191\"\n\"2024-06-21T04:25:00.000Z\",\"0.000662\",\"0.00127\"\n\"2024-06-21T04:30:00.000Z\",\"0.000596\",\"0.001214\"\n\"2024-06-21T04:35:00.000Z\",\"0.000613\",\"0.001072\"\n\"2024-06-21T04:40:00.000Z\",\"0.000588\",\"0.001097\"\n\"2024-06-21T04:45:00.000Z\",\"0.000621\",\"0.001022\"\n\"2024-06-21T04:50:00.000Z\",\"0.000577\",\"0.001023\"\n\"2024-06-21T04:55:00.000Z\",\"0.00064\",\"0.001103\"\n\"2024-06-21T05:00:00.000Z\",\"0.000592\",\"0.001119\"\n\"2024-06-21T05:05:00.000Z\",\"0.000714\",\"0.00113\"\n\"2024-06-21T05:10:00.000Z\",\"0.000554\",\"0.001074\"\n\"2024-06-21T05:15:00.000Z\",\"0.000673\",\"0.001051\"\n\"2024-06-21T05:20:00.000Z\",\"0.000544\",\"0.000948\"\n\"2024-06-21T05:25:00.000Z\",\"0.000669\",\"0.000994\"\n\"2024-06-21T05:30:00.000Z\",\"0.00068\",\"0.001116\"\n\"2024-06-21T05:35:00.000Z\",\"0.000554\",\"0.00096\"\n\"2024-06-21T05:40:00.000Z\",\"0.000737\",\"0.001112\"\n\"2024-06-21T05:45:00.000Z\",\"0.000666\",\"0.001067\"\n\"2024-06-21T05:50:00.000Z\",\"0.000556\",\"0.001165\"\n\"2024-06-21T05:55:00.000Z\",\"0.000636\",\"0.001118\"\n\"2024-06-21T06:00:00.000Z\",\"0.000682\",\"0.001163\"\n\"2024-06-21T06:05:00.000Z\",\"0.000641\",\"0.001034\"\n\"2024-06-21T06:10:00.000Z\",\"0.000598\",\"0.001027\"\n\"2024-06-21T06:15:00.000Z\",\"0.000755\",\"0.001246\"\n\"2024-06-21T06:20:00.000Z\",\"0.000748\",\"0.001167\"\n\"2024-06-21T06:25:00.000Z\",\"0.000735\",\"0.001127\"\n\"2024-06-21T06:30:00.000Z\",\"0.000619\",\"0.001099\"\n\"2024-06-21T06:35:00.000Z\",\"0.000759\",\"0.001197\"\n\"2024-06-21T06:40:00.000Z\",\"0.000664\",\"0.001126\"\n\"2024-06-21T06:45:00.000Z\",\"0.00063\",\"0.001066\"\n\"2024-06-21T06:50:00.000Z\",\"0.000638\",\"0.001211\"\n\"2024-06-21T06:55:00.000Z\",\"0.000672\",\"0.001146\"\n\"2024-06-21T07:00:00.000Z\",\"0.000775\",\"0.00111\"\n\"2024-06-21T07:05:00.000Z\",\"0.000735\",\"0.001115\"\n\"2024-06-21T07:10:00.000Z\",\"0.000923\",\"0.001288\"\n\"2024-06-21T07:15:00.000Z\",\"0.001686\",\"0.002017\"\n\"2024-06-21T07:20:00.000Z\",\"0.002027\",\"0.002416\"\n\"2024-06-21T07:25:00.000Z\",\"0.00108\",\"0.001292\"\n\"2024-06-21T07:30:00.000Z\",\"0.000881\",\"0.001325\"\n\"2024-06-21T07:35:00.000Z\",\"0.001016\",\"0.001315\"\n\"2024-06-21T07:40:00.000Z\",\"0.000905\",\"0.001287\"\n\"2024-06-21T07:45:00.000Z\",\"0.001083\",\"0.001402\"\n\"2024-06-21T07:50:00.000Z\",\"0.000989\",\"0.001297\"\n\"2024-06-21T07:55:00.000Z\",\"0.000948\",\"0.00133\"\n\"2024-06-21T08:00:00.000Z\",\"0.001043\",\"0.001312\"\n\"2024-06-21T08:05:00.000Z\",\"0.001001\",\"0.001311\"\n\"2024-06-21T08:10:00.000Z\",\"0.001102\",\"0.001486\"\n\"2024-06-21T08:15:00.000Z\",\"0.000926\",\"0.001294\"\n\"2024-06-21T08:20:00.000Z\",\"0.001245\",\"0.001508\"\n\"2024-06-21T08:25:00.000Z\",\"0.000966\",\"0.001282\"\n\"2024-06-21T08:30:00.000Z\",\"0.001122\",\"0.001486\"\n\"2024-06-21T08:35:00.000Z\",\"0.000931\",\"0.001285\"\n\"2024-06-21T08:40:00.000Z\",\"0.001117\",\"0.001361\"\n\"2024-06-21T08:45:00.000Z\",\"0.001077\",\"0.001447\"\n\"2024-06-21T08:50:00.000Z\",\"0.001065\",\"0.001341\"\n\"2024-06-21T08:55:00.000Z\",\"0.000937\",\"0.001289\"\n\"2024-06-21T09:00:00.000Z\",\"0.001094\",\"0.001402\"\n\"2024-06-21T09:05:00.000Z\",\"0.001168\",\"0.001432\"\n\"2024-06-21T09:10:00.000Z\",\"0.000994\",\"0.001249\"\n\"2024-06-21T09:15:00.000Z\",\"0.001016\",\"0.001434\"\n\"2024-06-21T09:20:00.000Z\",\"0.00101\",\"0.001304\"\n\"2024-06-21T09:25:00.000Z\",\"0.002741\",\"0.003133\"\n\"2024-06-21T09:30:00.000Z\",\"0.000968\",\"0.001192\"\n\"2024-06-21T09:35:00.000Z\",\"0.000949\",\"0.001313\"\n\"2024-06-21T09:40:00.000Z\",\"0.000983\",\"0.001243\"\n\"2024-06-21T09:45:00.000Z\",\"0.001054\",\"0.001393\"\n\"2024-06-21T09:50:00.000Z\",\"0.00105\",\"0.00141\"\n\"2024-06-21T09:55:00.000Z\",\"0.000983\",\"0.001233\"\n\"2024-06-21T10:00:00.000Z\",\"0.000897\",\"0.001391\"\n\"2024-06-21T10:05:00.000Z\",\"0.000748\",\"0.001165\"\n\"2024-06-21T10:10:00.000Z\",\"0.000845\",\"0.001074\"\n\"2024-06-21T10:15:00.000Z\",\"0.000758\",\"0.001138\"\n\"2024-06-21T10:20:00.000Z\",\"0.000856\",\"0.00124\"\n\"2024-06-21T10:25:00.000Z\",\"0.000829\",\"0.001197\"\n\"2024-06-21T10:30:00.000Z\",\"0.000792\",\"0.001236\"\n\"2024-06-21T10:35:00.000Z\",\"0.000928\",\"0.001251\"\n\"2024-06-21T10:40:00.000Z\",\"0.000996\",\"0.001349\"\n\"2024-06-21T10:45:00.000Z\",\"0.000763\",\"0.001043\"\n\"2024-06-21T10:50:00.000Z\",\"0.000848\",\"0.00119\"\n\"2024-06-21T10:55:00.000Z\",\"0.00074\",\"0.001164\"\n\"2024-06-21T11:00:00.000Z\",\"0.000888\",\"0.001152\"\n\"2024-06-21T11:05:00.000Z\",\"0.00091\",\"0.001254\"\n\"2024-06-21T11:10:00.000Z\",\"0.00114\",\"0.001444\"\n\"2024-06-21T11:15:00.000Z\",\"0.001074\",\"0.001366\"\n\"2024-06-21T11:20:00.000Z\",\"0.001065\",\"0.001402\"\n\"2024-06-21T11:25:00.000Z\",\"0.002491\",\"0.002683\"\n\"2024-06-21T11:30:00.000Z\",\"0.004271\",\"0.004304\"\n\"2024-06-21T11:35:00.000Z\",\"0.0055\",\"0.00558\"\n\"2024-06-21T11:40:00.000Z\",\"0.004137\",\"0.004162\"\n\"2024-06-21T11:45:00.000Z\",\"0.005245\",\"0.005335\"\n\"2024-06-21T11:50:00.000Z\",\"0.003916\",\"0.004069\"\n\"2024-06-21T11:55:00.000Z\",\"0.005431\",\"0.005388\"\n\"2024-06-21T12:00:00.000Z\",\"0.004762\",\"0.004808\"\n\"2024-06-21T12:05:00.000Z\",\"0.006586\",\"0.006598\"\n\"2024-06-21T12:10:00.000Z\",\"0.004367\",\"0.004369\"\n\"2024-06-21T12:15:00.000Z\",\"0.004964\",\"0.004899\"\n\"2024-06-21T12:20:00.000Z\",\"0.002061\",\"0.002198\"\n\"2024-06-21T12:25:00.000Z\",\"0.000923\",\"0.00129\"\n\"2024-06-21T12:30:00.000Z\",\"0.000921\",\"0.001312\"\n\"2024-06-21T12:35:00.000Z\",\"0.001041\",\"0.001316\"\n\"2024-06-21T12:40:00.000Z\",\"0.001025\",\"0.001417\"\n\"2024-06-21T12:45:00.000Z\",\"0.000887\",\"0.001215\"\n\"2024-06-21T12:50:00.000Z\",\"0.001125\",\"0.001367\"\n\"2024-06-21T12:55:00.000Z\",\"0.001069\",\"0.00126\"\n\"2024-06-21T13:00:00.000Z\",\"0.000892\",\"0.001235\"\n\"2024-06-21T13:05:00.000Z\",\"0.000775\",\"0.001041\"\n\"2024-06-21T13:10:00.000Z\",\"0.000967\",\"0.001304\"\n\"2024-06-21T13:15:00.000Z\",\"0.001031\",\"0.001248\"\n\"2024-06-21T13:20:00.000Z\",\"0.000986\",\"0.001235\"\n\"2024-06-21T13:25:00.000Z\",\"0.001056\",\"0.001347\"\n\"2024-06-21T13:30:00.000Z\",\"0.000942\",\"0.001246\"\n\"2024-06-21T13:35:00.000Z\",\"0.000942\",\"0.001276\"\n\"2024-06-21T13:40:00.000Z\",\"0.001066\",\"0.00137\"\n\"2024-06-21T13:45:00.000Z\",\"0.001072\",\"0.001437\"\n\"2024-06-21T13:50:00.000Z\",\"0.000998\",\"0.001305\"\n\"2024-06-21T13:55:00.000Z\",\"0.000933\",\"0.001327\"\n\"2024-06-21T14:00:00.000Z\",\"0.001163\",\"0.001454\"\n\"2024-06-21T14:05:00.000Z\",\"0.00112\",\"0.001441\"\n\"2024-06-21T14:10:00.000Z\",\"0.001174\",\"0.001485\"\n\"2024-06-21T14:15:00.000Z\",\"0.001512\",\"0.001713\"\n\"2024-06-21T14:20:00.000Z\",\"0.002539\",\"0.002717\"\n\"2024-06-21T14:25:00.000Z\",\"0.002971\",\"0.003016\"\n\"2024-06-21T14:30:00.000Z\",\"0.001084\",\"0.001459\"\n\"2024-06-21T14:35:00.000Z\",\"0.001086\",\"0.0014\"\n\"2024-06-21T14:40:00.000Z\",\"0.000976\",\"0.001389\"\n\"2024-06-21T14:45:00.000Z\",\"0.001017\",\"0.001375\"\n\"2024-06-21T14:50:00.000Z\",\"0.001137\",\"0.001372\"\n\"2024-06-21T14:55:00.000Z\",\"0.000976\",\"0.001358\"\n\"2024-06-21T15:00:00.000Z\",\"0.001082\",\"0.001443\"\n\"2024-06-21T15:05:00.000Z\",\"0.001273\",\"0.00166\"\n\"2024-06-21T15:10:00.000Z\",\"0.001144\",\"0.001507\"\n\"2024-06-21T15:15:00.000Z\",\"0.001037\",\"0.001448\"\n\"2024-06-21T15:20:00.000Z\",\"0.002525\",\"0.010493\"\n\"2024-06-21T15:25:00.000Z\",\"0.002422\",\"0.002415\"\n\"2024-06-21T15:30:00.000Z\",\"0.004075\",\"0.003848\"\n\"2024-06-21T15:35:00.000Z\",\"0.001197\",\"0.001283\"\n\"2024-06-21T15:40:00.000Z\",\"0.001269\",\"0.001271\"\n\"2024-06-21T15:45:00.000Z\",\"0.001224\",\"0.001322\"\n\"2024-06-21T15:50:00.000Z\",\"0.001425\",\"0.00138\"\n\"2024-06-21T15:55:00.000Z\",\"0.001176\",\"0.001192\"\n\"2024-06-21T16:00:00.000Z\",\"0.001083\",\"0.001202\"\n\"2024-06-21T16:05:00.000Z\",\"0.001035\",\"0.001011\"\n\"2024-06-21T16:10:00.000Z\",\"0.001174\",\"0.00126\"\n\"2024-06-21T16:15:00.000Z\",\"0.00192\",\"0.001885\"\n\"2024-06-21T16:20:00.000Z\",\"0.00112\",\"0.001272\"\n\"2024-06-21T16:25:00.000Z\",\"0.001212\",\"0.001304\"\n\"2024-06-21T16:30:00.000Z\",\"0.001919\",\"0.001972\"\n\"2024-06-21T16:35:00.000Z\",\"0.002072\",\"0.001931\"\n\"2024-06-21T16:40:00.000Z\",\"0.001153\",\"0.001244\"\n\"2024-06-21T16:45:00.000Z\",\"0.001696\",\"0.001738\"\n\"2024-06-21T16:50:00.000Z\",\"0.002758\",\"0.002789\"\n\"2024-06-21T16:55:00.000Z\",\"0.001593\",\"0.001783\"\n\"2024-06-21T17:00:00.000Z\",\"0.001415\",\"0.001515\"\n\"2024-06-21T17:05:00.000Z\",\"0.001403\",\"0.001441\"\n\"2024-06-21T17:10:00.000Z\",\"0.001243\",\"0.001283\"\n\"2024-06-21T17:15:00.000Z\",\"0.001696\",\"0.001677\"\n\"2024-06-21T17:20:00.000Z\",\"0.004938\",\"0.00474\"\n\"2024-06-21T17:25:00.000Z\",\"0.004801\",\"0.004663\"\n\"2024-06-21T17:30:00.000Z\",\"0.006247\",\"0.005993\"\n\"2024-06-21T17:35:00.000Z\",\"0.0058\",\"0.005552\"\n\"2024-06-21T17:40:00.000Z\",\"0.004697\",\"0.004621\"\n\"2024-06-21T17:45:00.000Z\",\"0.005349\",\"0.005122\"\n\"2024-06-21T17:50:00.000Z\",\"0.005208\",\"0.00487\"\n\"2024-06-21T17:55:00.000Z\",\"0.004846\",\"0.004631\"\n\"2024-06-21T18:00:00.000Z\",\"0.005228\",\"0.005014\"\n\"2024-06-21T18:05:00.000Z\",\"0.002412\",\"0.002363\"\n\"2024-06-21T18:10:00.000Z\",\"0.00191\",\"0.001844\"\n\"2024-06-21T18:15:00.000Z\",\"0.001493\",\"0.001481\"\n\"2024-06-21T18:20:00.000Z\",\"0.001487\",\"0.001519\"\n\"2024-06-21T18:25:00.000Z\",\"0.001438\",\"0.001523\"\n\"2024-06-21T18:30:00.000Z\",\"0.00147\",\"0.001538\"\n\"2024-06-21T18:35:00.000Z\",\"0.0011\",\"0.001228\"\n\"2024-06-21T18:40:00.000Z\",\"0.001821\",\"0.001784\"\n\"2024-06-21T18:45:00.000Z\",\"0.003299\",\"0.003179\"\n\"2024-06-21T18:50:00.000Z\",\"0.001239\",\"0.001339\"\n\"2024-06-21T18:55:00.000Z\",\"0.001644\",\"0.001614\"\n\"2024-06-21T19:00:00.000Z\",\"0.002131\",\"0.001885\"\n\"2024-06-21T19:05:00.000Z\",\"0.001472\",\"0.001294\"\n\"2024-06-21T19:10:00.000Z\",\"0.003095\",\"0.002911\"\n\"2024-06-21T19:15:00.000Z\",\"0.003161\",\"0.002997\"\n\"2024-06-21T19:20:00.000Z\",\"0.003631\",\"0.00333\"\n\"2024-06-21T19:25:00.000Z\",\"0.004938\",\"0.004422\"\n\"2024-06-21T19:30:00.000Z\",\"0.005087\",\"0.004495\"\n\"2024-06-21T19:35:00.000Z\",\"0.008488\",\"0.007384\"\n\"2024-06-21T19:40:00.000Z\",\"0.01186\",\"0.010239\"\n\"2024-06-21T19:45:00.000Z\",\"0.010185\",\"0.00877\"\n\"2024-06-21T19:50:00.000Z\",\"0.009843\",\"0.008442\"\n\"2024-06-21T19:55:00.000Z\",\"0.009342\",\"0.008091\"\n\"2024-06-21T20:00:00.000Z\",\"0.005574\",\"0.00493\"\n\"2024-06-21T20:05:00.000Z\",\"0.00268\",\"0.002516\"\n\"2024-06-21T20:10:00.000Z\",\"0.002293\",\"0.002211\"\n\"2024-06-21T20:15:00.000Z\",\"0.001605\",\"0.001433\"\n\"2024-06-21T20:20:00.000Z\",\"0.001266\",\"0.001288\"\n\"2024-06-21T20:25:00.000Z\",\"0.001664\",\"0.001642\"\n\"2024-06-21T20:30:00.000Z\",\"0.001832\",\"0.001776\"\n\"2024-06-21T20:35:00.000Z\",\"0.001651\",\"0.001699\"\n\"2024-06-21T20:40:00.000Z\",\"0.001148\",\"0.00121\"\n\"2024-06-21T20:45:00.000Z\",\"0.001614\",\"0.001678\"\n\"2024-06-21T20:50:00.000Z\",\"0.004004\",\"0.003363\"\n\"2024-06-21T20:55:00.000Z\",\"0.006003\",\"0.005176\"\n\"2024-06-21T21:00:00.000Z\",\"0.002333\",\"0.002143\"\n\"2024-06-21T21:05:00.000Z\",\"0.002078\",\"0.001877\"\n\"2024-06-21T21:10:00.000Z\",\"0.010051\",\"0.899223\"\n\"2024-06-21T21:15:00.000Z\",\"0.023663\",\"4.365523\"\n\"2024-06-21T21:20:00.000Z\",\"0.006031\",\"0.00536\"\n\"2024-06-21T21:25:00.000Z\",\"0.007689\",\"0.006435\"\n\"2024-06-21T21:30:00.000Z\",\"0.007713\",\"0.007078\"\n\"2024-06-21T21:35:00.000Z\",\"0.010561\",\"0.009279\"\n\"2024-06-21T21:40:00.000Z\",\"0.007109\",\"0.006336\"\n\"2024-06-21T21:45:00.000Z\",\"0.005577\",\"0.005068\"\n\"2024-06-21T21:50:00.000Z\",\"0.003386\",\"0.003411\"\n\"2024-06-21T21:55:00.000Z\",\"0.002019\",\"0.002046\"\n\"2024-06-21T22:00:00.000Z\",\"0.001636\",\"0.001877\"\n\"2024-06-21T22:05:00.000Z\",\"0.025106\",\"7.359643\"\n\"2024-06-21T22:10:00.000Z\",\"0.000978\",\"0.001098\"\n\"2024-06-21T22:15:00.000Z\",\"0.001203\",\"0.001298\"\n\"2024-06-21T22:20:00.000Z\",\"0.00151\",\"0.001486\"\n\"2024-06-21T22:25:00.000Z\",\"0.002483\",\"0.002366\"\n\"2024-06-21T22:30:00.000Z\",\"0.001038\",\"0.001132\"\n\"2024-06-21T22:35:00.000Z\",\"0.001691\",\"0.001701\"\n\"2024-06-21T22:40:00.000Z\",\"0.001691\",\"0.001497\"\n\"2024-06-21T22:45:00.000Z\",\"0.001482\",\"0.001526\"\n\"2024-06-21T22:50:00.000Z\",\"0.001892\",\"0.001773\"\n\"2024-06-21T22:55:00.000Z\",\"0.003349\",\"0.003242\"\n\"2024-06-21T23:00:00.000Z\",\"0.00165\",\"0.001657\"\n\"2024-06-21T23:05:00.000Z\",\"0.002\",\"0.001965\"\n\"2024-06-21T23:10:00.000Z\",\"0.004067\",\"0.00345\"\n\"2024-06-21T23:15:00.000Z\",\"0.003309\",\"0.003064\"\n\"2024-06-21T23:20:00.000Z\",\"0.004854\",\"0.004511\"\n\"2024-06-21T23:25:00.000Z\",\"0.004196\",\"0.003803\"\n\"2024-06-21T23:30:00.000Z\",\"0.004529\",\"0.004001\"\n\"2024-06-21T23:35:00.000Z\",\"0.004439\",\"0.003905\"\n\"2024-06-21T23:40:00.000Z\",\"0.003151\",\"0.002905\"\n\"2024-06-21T23:45:00.000Z\",\"0.001945\",\"0.001879\"\n\"2024-06-21T23:50:00.000Z\",\"0.001522\",\"0.001604\"\n\"2024-06-21T23:55:00.000Z\",\"0.001668\",\"0.001664\"\n\"2024-06-22T00:00:00.000Z\",\"0.001432\",\"0.001496\"\n\"2024-06-22T00:05:00.000Z\",\"0.001802\",\"0.001751\"\n\"2024-06-22T00:10:00.000Z\",\"0.001467\",\"0.001442\"\n\"2024-06-22T00:15:00.000Z\",\"0.001558\",\"0.001586\"\n\"2024-06-22T00:20:00.000Z\",\"0.001352\",\"0.001397\"\n\"2024-06-22T00:25:00.000Z\",\"0.001199\",\"0.001284\"\n\"2024-06-22T00:30:00.000Z\",\"0.00146\",\"0.001559\"\n\"2024-06-22T00:35:00.000Z\",\"0.00198\",\"0.001877\"\n\"2024-06-22T00:40:00.000Z\",\"0.001159\",\"0.001263\"\n\"2024-06-22T00:45:00.000Z\",\"0.002486\",\"0.002547\"\n\"2024-06-22T00:50:00.000Z\",\"0.002211\",\"0.002275\"\n\"2024-06-22T00:55:00.000Z\",\"0.001344\",\"0.001309\"\n\"2024-06-22T01:00:00.000Z\",\"0.001804\",\"0.00178\"\n\"2024-06-22T01:05:00.000Z\",\"0.001832\",\"0.001739\"\n\"2024-06-22T01:10:00.000Z\",\"0.000925\",\"0.001044\"\n\"2024-06-22T01:15:00.000Z\",\"0.001634\",\"0.001624\"\n\"2024-06-22T01:20:00.000Z\",\"0.001196\",\"0.001262\"\n\"2024-06-22T01:25:00.000Z\",\"0.00128\",\"0.001375\"\n\"2024-06-22T01:30:00.000Z\",\"0.001468\",\"0.001564\"\n\"2024-06-22T01:35:00.000Z\",\"0.001888\",\"0.001795\"\n\"2024-06-22T01:40:00.000Z\",\"0.021401\",\"0.017017\"\n\"2024-06-22T01:45:00.000Z\",\"0.008423\",\"0.006945\"\n\"2024-06-22T01:50:00.000Z\",\"0.001532\",\"0.001441\"\n\"2024-06-22T01:55:00.000Z\",\"0.000992\",\"0.001092\"\n\"2024-06-22T02:00:00.000Z\",\"0.001304\",\"0.001354\"\n\"2024-06-22T02:05:00.000Z\",\"0.00135\",\"0.001299\"\n\"2024-06-22T02:10:00.000Z\",\"0.001298\",\"0.001295\"\n\"2024-06-22T02:15:00.000Z\",\"0.001321\",\"0.001417\"\n\"2024-06-22T02:20:00.000Z\",\"0.001204\",\"0.001278\"\n\"2024-06-22T02:25:00.000Z\",\"0.001219\",\"0.001275\"\n\"2024-06-22T02:30:00.000Z\",\"0.00364\",\"0.003347\"\n\"2024-06-22T02:35:00.000Z\",\"0.003887\",\"0.003224\"\n\"2024-06-22T02:40:00.000Z\",\"0.003869\",\"0.003473\"\n\"2024-06-22T02:45:00.000Z\",\"0.004902\",\"0.00444\"\n\"2024-06-22T02:50:00.000Z\",\"0.005681\",\"0.005037\"\n\"2024-06-22T02:55:00.000Z\",\"0.005206\",\"0.004643\"\n\"2024-06-22T03:00:00.000Z\",\"0.003913\",\"0.003468\"\n\"2024-06-22T03:05:00.000Z\",\"0.003618\",\"0.003118\"\n\"2024-06-22T03:10:00.000Z\",\"0.002461\",\"0.002247\"\n\"2024-06-22T03:15:00.000Z\",\"0.004437\",\"0.003954\"\n\"2024-06-22T03:20:00.000Z\",\"0.003175\",\"0.002972\"\n\"2024-06-22T03:25:00.000Z\",\"0.00453\",\"0.003944\"\n\"2024-06-22T03:30:00.000Z\",\"0.004475\",\"0.004051\"\n\"2024-06-22T03:35:00.000Z\",\"0.004957\",\"0.004377\"\n\"2024-06-22T03:40:00.000Z\",\"0.004611\",\"0.004016\"\n\"2024-06-22T03:45:00.000Z\",\"0.003428\",\"0.003201\"\n\"2024-06-22T03:50:00.000Z\",\"0.00293\",\"0.002716\"\n\"2024-06-22T03:55:00.000Z\",\"0.001254\",\"0.001369\"\n\"2024-06-22T04:00:00.000Z\",\"0.001596\",\"0.001725\"\n\"2024-06-22T04:05:00.000Z\",\"0.003732\",\"0.003475\"\n\"2024-06-22T04:10:00.000Z\",\"0.004956\",\"0.004468\"\n\"2024-06-22T04:15:00.000Z\",\"0.004703\",\"0.004323\"\n\"2024-06-22T04:20:00.000Z\",\"0.006142\",\"0.005449\"\n\"2024-06-22T04:25:00.000Z\",\"0.004451\",\"0.004142\"\n\"2024-06-22T04:30:00.000Z\",\"0.006705\",\"0.005428\"\n\"2024-06-22T04:35:00.000Z\",\"0.002582\",\"0.002436\"\n\"2024-06-22T04:40:00.000Z\",\"0.001764\",\"0.002327\"\n\"2024-06-22T04:45:00.000Z\",\"0.001553\",\"0.001569\"\n\"2024-06-22T04:50:00.000Z\",\"0.001214\",\"0.001399\"\n\"2024-06-22T04:55:00.000Z\",\"0.003984\",\"0.003261\"\n\"2024-06-22T05:00:00.000Z\",\"0.000955\",\"0.001093\"\n\"2024-06-22T05:05:00.000Z\",\"0.001916\",\"0.001928\"\n\"2024-06-22T05:10:00.000Z\",\"0.002649\",\"0.002548\"\n\"2024-06-22T05:15:00.000Z\",\"0.002532\",\"0.003079\"\n\"2024-06-22T05:20:00.000Z\",\"0.002402\",\"0.002416\"\n\"2024-06-22T05:25:00.000Z\",\"0.002506\",\"0.002404\"\n\"2024-06-22T05:30:00.000Z\",\"0.002557\",\"0.002562\"\n\"2024-06-22T05:35:00.000Z\",\"0.001794\",\"0.001834\"\n\"2024-06-22T05:40:00.000Z\",\"0.001099\",\"0.001221\"\n\"2024-06-22T05:45:00.000Z\",\"0.002991\",\"0.002953\"\n\"2024-06-22T05:50:00.000Z\",\"0.001135\",\"0.001322\"\n\"2024-06-22T05:55:00.000Z\",\"0.002043\",\"0.002121\"\n\"2024-06-22T06:00:00.000Z\",\"0.002511\",\"0.002527\"\n\"2024-06-22T06:05:00.000Z\",\"0.002501\",\"0.002371\"\n\"2024-06-22T06:10:00.000Z\",\"0.002363\",\"0.002384\"\n\"2024-06-22T06:15:00.000Z\",\"0.002614\",\"0.002622\"\n\"2024-06-22T06:20:00.000Z\",\"0.002038\",\"0.002165\"\n\"2024-06-22T06:25:00.000Z\",\"0.001426\",\"0.001612\"\n\"2024-06-22T06:30:00.000Z\",\"0.001567\",\"0.001761\"\n\"2024-06-22T06:35:00.000Z\",\"0.001622\",\"0.002249\"\n\"2024-06-22T06:40:00.000Z\",\"0.003556\",\"0.003314\"\n\"2024-06-22T06:45:00.000Z\",\"0.000814\",\"0.001123\"\n\"2024-06-22T06:50:00.000Z\",\"0.001004\",\"0.001155\"\n\"2024-06-22T06:55:00.000Z\",\"0.00104\",\"0.001228\"\n\"2024-06-22T07:00:00.000Z\",\"0.000741\",\"0.00085\"\n\"2024-06-22T07:05:00.000Z\",\"0.00095\",\"0.001012\"\n\"2024-06-22T07:10:00.000Z\",\"0.00103\",\"0.000852\"\n\"2024-06-22T07:15:00.000Z\",\"0.001016\",\"0.000987\"\n\"2024-06-22T07:20:00.000Z\",\"0.000741\",\"0.000914\"\n\"2024-06-22T07:25:00.000Z\",\"0.000745\",\"0.000864\"\n\"2024-06-22T07:30:00.000Z\",\"0.00072\",\"0.00085\"\n\"2024-06-22T07:35:00.000Z\",\"0.000744\",\"0.000854\"\n\"2024-06-22T07:40:00.000Z\",\"0.000684\",\"0.000826\"\n\"2024-06-22T07:45:00.000Z\",\"0.000687\",\"0.000835\"\n\"2024-06-22T07:50:00.000Z\",\"0.000729\",\"0.000921\"\n\"2024-06-22T07:55:00.000Z\",\"0.002645\",\"0.002764\"\n\"2024-06-22T08:00:00.000Z\",\"0.000762\",\"0.000989\"\n\"2024-06-22T08:05:00.000Z\",\"0.000814\",\"0.000934\"\n\"2024-06-22T08:10:00.000Z\",\"0.00246\",\"0.002127\"\n\"2024-06-22T08:15:00.000Z\",\"0.000799\",\"0.000945\"\n\"2024-06-22T08:20:00.000Z\",\"0.000721\",\"0.000897\"\n\"2024-06-22T08:25:00.000Z\",\"0.00064\",\"0.000845\"\n\"2024-06-22T08:30:00.000Z\",\"0.000665\",\"0.000828\"\n\"2024-06-22T08:35:00.000Z\",\"0.000692\",\"0.000851\"\n\"2024-06-22T08:40:00.000Z\",\"0.000754\",\"0.000843\"\n\"2024-06-22T08:45:00.000Z\",\"0.001273\",\"0.001074\"\n\"2024-06-22T08:50:00.000Z\",\"0.00174\",\"0.00167\"\n\"2024-06-22T08:55:00.000Z\",\"0.002398\",\"0.002145\"\n\"2024-06-22T09:00:00.000Z\",\"0.002353\",\"0.002021\"\n\"2024-06-22T09:05:00.000Z\",\"0.003131\",\"0.00316\"\n\"2024-06-22T09:10:00.000Z\",\"0.002484\",\"0.002088\"\n\"2024-06-22T09:15:00.000Z\",\"0.002923\",\"0.002814\"\n\"2024-06-22T09:20:00.000Z\",\"0.001288\",\"0.001279\"\n\"2024-06-22T09:25:00.000Z\",\"0.000772\",\"0.000912\"\n\"2024-06-22T09:30:00.000Z\",\"0.000854\",\"0.001052\"\n\"2024-06-22T09:35:00.000Z\",\"0.000673\",\"0.000855\"\n\"2024-06-22T09:40:00.000Z\",\"0.000743\",\"0.000809\"\n\"2024-06-22T09:45:00.000Z\",\"0.000714\",\"0.000766\"\n\"2024-06-22T09:50:00.000Z\",\"0.000695\",\"0.000842\"\n\"2024-06-22T09:55:00.000Z\",\"0.000768\",\"0.000857\"\n\"2024-06-22T10:00:00.000Z\",\"0.001187\",\"0.001275\"\n\"2024-06-22T10:05:00.000Z\",\"0.002209\",\"0.00207\"\n\"2024-06-22T10:10:00.000Z\",\"0.002147\",\"0.002021\"\n\"2024-06-22T10:15:00.000Z\",\"0.003522\",\"0.003099\"\n\"2024-06-22T10:20:00.000Z\",\"0.003121\",\"0.002702\"\n\"2024-06-22T10:25:00.000Z\",\"0.002641\",\"0.002403\"\n\"2024-06-22T10:30:00.000Z\",\"0.001873\",\"0.001893\"\n\"2024-06-22T10:35:00.000Z\",\"0.001421\",\"0.001183\"\n\"2024-06-22T10:40:00.000Z\",\"0.002509\",\"0.002477\"\n\"2024-06-22T10:45:00.000Z\",\"0.001492\",\"0.00148\"\n\"2024-06-22T10:50:00.000Z\",\"0.001057\",\"0.001087\"\n\"2024-06-22T10:55:00.000Z\",\"0.001062\",\"0.001141\"\n\"2024-06-22T11:00:00.000Z\",\"0.001307\",\"0.001354\"\n\"2024-06-22T11:05:00.000Z\",\"0.002382\",\"0.00227\"\n\"2024-06-22T11:10:00.000Z\",\"0.004225\",\"0.003698\"\n\"2024-06-22T11:15:00.000Z\",\"0.00303\",\"0.002839\"\n\"2024-06-22T11:20:00.000Z\",\"0.011168\",\"0.009351\"\n\"2024-06-22T11:25:00.000Z\",\"0.012826\",\"0.010681\"\n\"2024-06-22T11:30:00.000Z\",\"0.011049\",\"0.009181\"\n\"2024-06-22T11:35:00.000Z\",\"0.004274\",\"0.003801\"\n\"2024-06-22T11:40:00.000Z\",\"0.00187\",\"0.001899\"\n\"2024-06-22T11:45:00.000Z\",\"0.00162\",\"0.001444\"\n\"2024-06-22T11:50:00.000Z\",\"0.00072\",\"0.0009\"\n\"2024-06-22T11:55:00.000Z\",\"0.001418\",\"0.001307\"\n\"2024-06-22T12:00:00.000Z\",\"0.001593\",\"0.001479\"\n\"2024-06-22T12:05:00.000Z\",\"0.001674\",\"0.001471\"\n\"2024-06-22T12:10:00.000Z\",\"0.001333\",\"0.001335\"\n\"2024-06-22T12:15:00.000Z\",\"0.004381\",\"0.00417\"\n\"2024-06-22T12:20:00.000Z\",\"0.005707\",\"0.005238\"\n\"2024-06-22T12:25:00.000Z\",\"0.004002\",\"0.003581\"\n\"2024-06-22T12:30:00.000Z\",\"0.003326\",\"0.003253\"\n\"2024-06-22T12:35:00.000Z\",\"0.003888\",\"0.00327\"\n\"2024-06-22T12:40:00.000Z\",\"0.00149\",\"0.001577\"\n\"2024-06-22T12:45:00.000Z\",\"0.00095\",\"0.001029\"\n\"2024-06-22T12:50:00.000Z\",\"0.003598\",\"0.003598\"\n\"2024-06-22T12:55:00.000Z\",\"0.000852\",\"0.00097\"\n\"2024-06-22T13:00:00.000Z\",\"0.00253\",\"0.002324\"\n\"2024-06-22T13:05:00.000Z\",\"0.001495\",\"0.001428\"\n\"2024-06-22T13:10:00.000Z\",\"0.00211\",\"0.002385\"\n\"2024-06-22T13:15:00.000Z\",\"0.00104\",\"0.001165\"\n\"2024-06-22T13:20:00.000Z\",\"0.001554\",\"0.001486\"\n\"2024-06-22T13:25:00.000Z\",\"0.000637\",\"0.000799\"\n\"2024-06-22T13:30:00.000Z\",\"0.000821\",\"0.000936\"\n\"2024-06-22T13:35:00.000Z\",\"0.001125\",\"0.00118\"\n\"2024-06-22T13:40:00.000Z\",\"0.00081\",\"0.000923\"\n\"2024-06-22T13:45:00.000Z\",\"0.001358\",\"0.001218\"\n\"2024-06-22T13:50:00.000Z\",\"0.003025\",\"0.00249\"\n\"2024-06-22T13:55:00.000Z\",\"0.000783\",\"0.000908\"\n\"2024-06-22T14:00:00.000Z\",\"0.008694\",\"0.007038\"\n\"2024-06-22T14:05:00.000Z\",\"0.002317\",\"0.002067\"\n\"2024-06-22T14:10:00.000Z\",\"0.003963\",\"0.003308\"\n\"2024-06-22T14:15:00.000Z\",\"0.001592\",\"0.001533\"\n\"2024-06-22T14:20:00.000Z\",\"0.003105\",\"0.003083\"\n\"2024-06-22T14:25:00.000Z\",\"0.003426\",\"0.003162\"\n\"2024-06-22T14:30:00.000Z\",\"0.004232\",\"0.004005\"\n\"2024-06-22T14:35:00.000Z\",\"0.003624\",\"0.003323\"\n\"2024-06-22T14:40:00.000Z\",\"0.002638\",\"0.002561\"\n\"2024-06-22T14:45:00.000Z\",\"0.002933\",\"0.002513\"\n\"2024-06-22T14:50:00.000Z\",\"0.000916\",\"0.001062\"\n\"2024-06-22T14:55:00.000Z\",\"0.000883\",\"0.000884\"\n\"2024-06-22T15:00:00.000Z\",\"0.001718\",\"0.001642\"\n\"2024-06-22T15:05:00.000Z\",\"0.00085\",\"0.000952\"\n\"2024-06-22T15:10:00.000Z\",\"0.000798\",\"0.000928\"\n\"2024-06-22T15:15:00.000Z\",\"0.001594\",\"0.001536\"\n\"2024-06-22T15:20:00.000Z\",\"0.001216\",\"0.001249\"\n\"2024-06-22T15:25:00.000Z\",\"0.00103\",\"0.001149\"\n\"2024-06-22T15:30:00.000Z\",\"0.001546\",\"0.001537\"\n\"2024-06-22T15:35:00.000Z\",\"0.001243\",\"0.001326\"\n\"2024-06-22T15:40:00.000Z\",\"0.000728\",\"0.000955\"\n\"2024-06-22T15:45:00.000Z\",\"0.001882\",\"0.001823\"\n\"2024-06-22T15:50:00.000Z\",\"0.001367\",\"0.001468\"\n\"2024-06-22T15:55:00.000Z\",\"0.002989\",\"0.002697\"\n\"2024-06-22T16:00:00.000Z\",\"0.003649\",\"0.003313\"\n\"2024-06-22T16:05:00.000Z\",\"0.002774\",\"0.002592\"\n\"2024-06-22T16:10:00.000Z\",\"0.003024\",\"0.00273\"\n\"2024-06-22T16:15:00.000Z\",\"0.002953\",\"0.002747\"\n\"2024-06-22T16:20:00.000Z\",\"0.001826\",\"0.001673\"\n\"2024-06-22T16:25:00.000Z\",\"0.000979\",\"0.00103\"\n\"2024-06-22T16:30:00.000Z\",\"0.001027\",\"0.001151\"\n\"2024-06-22T16:35:00.000Z\",\"0.001129\",\"0.001178\"\n\"2024-06-22T16:40:00.000Z\",\"0.00107\",\"0.001088\"\n\"2024-06-22T16:45:00.000Z\",\"0.001194\",\"0.001152\"\n\"2024-06-22T16:50:00.000Z\",\"0.003793\",\"0.003226\"\n\"2024-06-22T16:55:00.000Z\",\"0.00369\",\"0.003264\"\n\"2024-06-22T17:00:00.000Z\",\"0.006068\",\"0.005238\"\n\"2024-06-22T17:05:00.000Z\",\"0.005597\",\"0.004888\"\n\"2024-06-22T17:10:00.000Z\",\"0.005691\",\"0.004957\"\n\"2024-06-22T17:15:00.000Z\",\"0.007827\",\"0.006917\"\n\"2024-06-22T17:20:00.000Z\",\"0.003462\",\"0.00316\"\n\"2024-06-22T17:25:00.000Z\",\"0.001905\",\"0.001813\"\n\"2024-06-22T17:30:00.000Z\",\"0.001306\",\"0.001251\"\n\"2024-06-22T17:35:00.000Z\",\"0.000983\",\"0.001028\"\n\"2024-06-22T17:40:00.000Z\",\"0.001084\",\"0.001162\"\n\"2024-06-22T17:45:00.000Z\",\"0.001136\",\"0.001226\"\n\"2024-06-22T17:50:00.000Z\",\"0.001264\",\"0.001253\"\n\"2024-06-22T17:55:00.000Z\",\"0.001073\",\"0.001076\"\n\"2024-06-22T18:00:00.000Z\",\"0.001074\",\"0.001136\"\n\"2024-06-22T18:05:00.000Z\",\"0.001124\",\"0.001157\"\n\"2024-06-22T18:10:00.000Z\",\"0.000797\",\"0.000987\"\n\"2024-06-22T18:15:00.000Z\",\"0.001012\",\"0.001086\"\n\"2024-06-22T18:20:00.000Z\",\"0.003884\",\"0.003362\"\n\"2024-06-22T18:25:00.000Z\",\"0.002475\",\"0.002634\"\n\"2024-06-22T18:30:00.000Z\",\"0.001189\",\"0.001263\"\n\"2024-06-22T18:35:00.000Z\",\"0.000944\",\"0.001027\"\n\"2024-06-22T18:40:00.000Z\",\"0.001034\",\"0.001137\"\n\"2024-06-22T18:45:00.000Z\",\"0.000855\",\"0.000917\"\n\"2024-06-22T18:50:00.000Z\",\"0.001054\",\"0.001118\"\n\"2024-06-22T18:55:00.000Z\",\"0.000845\",\"0.000877\"\n\"2024-06-22T19:00:00.000Z\",\"0.001374\",\"0.001442\"\n\"2024-06-22T19:05:00.000Z\",\"0.001985\",\"0.001788\"\n\"2024-06-22T19:10:00.000Z\",\"0.005102\",\"0.004358\"\n\"2024-06-22T19:15:00.000Z\",\"0.005559\",\"0.004671\"\n\"2024-06-22T19:20:00.000Z\",\"0.00511\",\"0.004311\"\n\"2024-06-22T19:25:00.000Z\",\"0.005693\",\"0.004609\"\n\"2024-06-22T19:30:00.000Z\",\"0.005944\",\"0.004924\"\n\"2024-06-22T19:35:00.000Z\",\"0.004344\",\"0.003597\"\n\"2024-06-22T19:40:00.000Z\",\"0.003436\",\"0.002786\"\n\"2024-06-22T19:45:00.000Z\",\"0.004493\",\"0.004108\"\n\"2024-06-22T19:50:00.000Z\",\"0.004538\",\"0.004189\"\n\"2024-06-22T19:55:00.000Z\",\"0.004627\",\"0.004091\"\n\"2024-06-22T20:00:00.000Z\",\"0.004469\",\"0.003878\"\n\"2024-06-22T20:05:00.000Z\",\"0.003288\",\"0.002968\"\n\"2024-06-22T20:10:00.000Z\",\"0.001605\",\"0.001444\"\n\"2024-06-22T20:15:00.000Z\",\"0.002846\",\"0.002908\"\n\"2024-06-22T20:20:00.000Z\",\"0.000942\",\"0.00102\"\n\"2024-06-22T20:25:00.000Z\",\"0.000955\",\"0.000989\"\n\"2024-06-22T20:30:00.000Z\",\"0.000739\",\"0.000936\"\n\"2024-06-22T20:35:00.000Z\",\"0.000913\",\"0.000919\"\n\"2024-06-22T20:40:00.000Z\",\"0.000861\",\"0.001005\"\n\"2024-06-22T20:45:00.000Z\",\"0.00108\",\"0.001169\"\n\"2024-06-22T20:50:00.000Z\",\"0.000918\",\"0.001052\"\n\"2024-06-22T20:55:00.000Z\",\"0.00094\",\"0.001074\"\n\"2024-06-22T21:00:00.000Z\",\"0.00092\",\"0.00103\"\n\"2024-06-22T21:05:00.000Z\",\"0.000929\",\"0.00102\"\n\"2024-06-22T21:10:00.000Z\",\"0.000978\",\"0.001078\"\n\"2024-06-22T21:15:00.000Z\",\"0.000945\",\"0.001096\"\n\"2024-06-22T21:20:00.000Z\",\"0.000985\",\"0.001126\"\n\"2024-06-22T21:25:00.000Z\",\"0.000979\",\"0.001051\"\n\"2024-06-22T21:30:00.000Z\",\"0.001025\",\"0.00109\"\n\"2024-06-22T21:35:00.000Z\",\"0.00116\",\"0.001229\"\n\"2024-06-22T21:40:00.000Z\",\"0.00106\",\"0.00113\"\n\"2024-06-22T21:45:00.000Z\",\"0.000962\",\"0.001029\"\n\"2024-06-22T21:50:00.000Z\",\"0.001079\",\"0.001154\"\n\"2024-06-22T21:55:00.000Z\",\"0.001067\",\"0.001071\"\n\"2024-06-22T22:00:00.000Z\",\"0.001714\",\"0.00171\"\n\"2024-06-22T22:05:00.000Z\",\"0.002082\",\"0.002031\"\n\"2024-06-22T22:10:00.000Z\",\"0.001063\",\"0.001114\"\n\"2024-06-22T22:15:00.000Z\",\"0.001252\",\"0.001329\"\n\"2024-06-22T22:20:00.000Z\",\"0.002259\",\"0.002125\"\n\"2024-06-22T22:25:00.000Z\",\"0.002338\",\"0.002107\"\n\"2024-06-22T22:30:00.000Z\",\"0.002463\",\"0.002146\"\n\"2024-06-22T22:35:00.000Z\",\"0.002342\",\"0.00206\"\n\"2024-06-22T22:40:00.000Z\",\"0.002611\",\"0.002166\"\n\"2024-06-22T22:45:00.000Z\",\"0.002203\",\"0.001822\"\n\"2024-06-22T22:50:00.000Z\",\"0.001557\",\"0.001327\"\n\"2024-06-22T22:55:00.000Z\",\"0.001064\",\"0.00108\"\n\"2024-06-22T23:00:00.000Z\",\"0.000903\",\"0.000973\"\n\"2024-06-22T23:05:00.000Z\",\"0.000997\",\"0.000998\"\n\"2024-06-22T23:10:00.000Z\",\"0.000893\",\"0.000975\"\n\"2024-06-22T23:15:00.000Z\",\"0.000973\",\"0.000972\"\n\"2024-06-22T23:20:00.000Z\",\"0.001668\",\"0.001578\"\n\"2024-06-22T23:25:00.000Z\",\"0.000887\",\"0.000932\"\n\"2024-06-22T23:30:00.000Z\",\"0.000843\",\"0.000967\"\n\"2024-06-22T23:35:00.000Z\",\"0.00098\",\"0.001097\"\n\"2024-06-22T23:40:00.000Z\",\"0.000745\",\"0.000884\"\n\"2024-06-22T23:45:00.000Z\",\"0.000828\",\"0.000933\"\n\"2024-06-22T23:50:00.000Z\",\"0.001161\",\"0.001239\"\n\"2024-06-22T23:55:00.000Z\",\"0.000933\",\"0.001004\"\n\"2024-06-23T00:00:00.000Z\",\"0.003784\",\"0.003149\"\n\"2024-06-23T00:05:00.000Z\",\"0.00081\",\"0.000912\"\n\"2024-06-23T00:10:00.000Z\",\"0.000955\",\"0.00109\"\n\"2024-06-23T00:15:00.000Z\",\"0.000966\",\"0.001052\"\n\"2024-06-23T00:20:00.000Z\",\"0.005148\",\"0.004464\"\n\"2024-06-23T00:25:00.000Z\",\"0.002567\",\"0.002317\"\n\"2024-06-23T00:30:00.000Z\",\"0.002634\",\"0.002374\"\n\"2024-06-23T00:35:00.000Z\",\"0.002532\",\"0.002322\"\n\"2024-06-23T00:40:00.000Z\",\"0.002135\",\"0.00216\"\n\"2024-06-23T00:45:00.000Z\",\"0.001159\",\"0.00117\"\n\"2024-06-23T00:50:00.000Z\",\"0.000887\",\"0.001037\"\n\"2024-06-23T00:55:00.000Z\",\"0.001535\",\"0.001581\"\n\"2024-06-23T01:00:00.000Z\",\"0.002665\",\"0.00256\"\n\"2024-06-23T01:05:00.000Z\",\"0.003\",\"0.002621\"\n\"2024-06-23T01:10:00.000Z\",\"0.002584\",\"0.002478\"\n\"2024-06-23T01:15:00.000Z\",\"0.004355\",\"0.004093\"\n\"2024-06-23T01:20:00.000Z\",\"0.001885\",\"0.001888\"\n\"2024-06-23T01:25:00.000Z\",\"0.002467\",\"0.002421\"\n\"2024-06-23T01:30:00.000Z\",\"0.002147\",\"0.002156\"\n\"2024-06-23T01:35:00.000Z\",\"0.004521\",\"0.004139\"\n\"2024-06-23T01:40:00.000Z\",\"0.004482\",\"0.004173\"\n\"2024-06-23T01:45:00.000Z\",\"0.004394\",\"0.003943\"\n\"2024-06-23T01:50:00.000Z\",\"0.004008\",\"0.003783\"\n\"2024-06-23T01:55:00.000Z\",\"0.003363\",\"0.002981\"\n\"2024-06-23T02:00:00.000Z\",\"0.002124\",\"0.001773\"\n\"2024-06-23T02:05:00.000Z\",\"0.002897\",\"0.002428\"\n\"2024-06-23T02:10:00.000Z\",\"0.002251\",\"0.002193\"\n\"2024-06-23T02:15:00.000Z\",\"0.001005\",\"0.000992\"\n\"2024-06-23T02:20:00.000Z\",\"0.000976\",\"0.00112\"\n\"2024-06-23T02:25:00.000Z\",\"0.000771\",\"0.000919\"\n\"2024-06-23T02:30:00.000Z\",\"0.000768\",\"0.00092\"\n\"2024-06-23T02:35:00.000Z\",\"0.000949\",\"0.000904\"\n\"2024-06-23T02:40:00.000Z\",\"0.000785\",\"0.000921\"\n\"2024-06-23T02:45:00.000Z\",\"0.000827\",\"0.000902\"\n\"2024-06-23T02:50:00.000Z\",\"0.000886\",\"0.001015\"\n\"2024-06-23T02:55:00.000Z\",\"0.001006\",\"0.001111\"\n\"2024-06-23T03:00:00.000Z\",\"0.001116\",\"0.001292\"\n\"2024-06-23T03:05:00.000Z\",\"0.001675\",\"0.001666\"\n\"2024-06-23T03:10:00.000Z\",\"0.002229\",\"0.001831\"\n\"2024-06-23T03:15:00.000Z\",\"0.001237\",\"0.001136\"\n\"2024-06-23T03:20:00.000Z\",\"0.002727\",\"0.002584\"\n\"2024-06-23T03:25:00.000Z\",\"0.000775\",\"0.00083\"\n\"2024-06-23T03:30:00.000Z\",\"0.002622\",\"0.002753\"\n\"2024-06-23T03:35:00.000Z\",\"0.000777\",\"0.000922\"\n\"2024-06-23T03:40:00.000Z\",\"0.001263\",\"0.001504\"\n\"2024-06-23T03:45:00.000Z\",\"0.001297\",\"0.001417\"\n\"2024-06-23T03:50:00.000Z\",\"0.001215\",\"0.001574\"\n\"2024-06-23T03:55:00.000Z\",\"0.001568\",\"0.001528\"\n\"2024-06-23T04:00:00.000Z\",\"0.001246\",\"0.001623\"\n\"2024-06-23T04:05:00.000Z\",\"0.000768\",\"0.000878\"\n\"2024-06-23T04:10:00.000Z\",\"0.000874\",\"0.000926\"\n\"2024-06-23T04:15:00.000Z\",\"0.000755\",\"0.000892\"\n\"2024-06-23T04:20:00.000Z\",\"0.001923\",\"0.001908\"\n\"2024-06-23T04:25:00.000Z\",\"0.000713\",\"0.000905\"\n\"2024-06-23T04:30:00.000Z\",\"0.000818\",\"0.000887\"\n\"2024-06-23T04:35:00.000Z\",\"0.001343\",\"0.001369\"\n\"2024-06-23T04:40:00.000Z\",\"0.001713\",\"0.001677\"\n\"2024-06-23T04:45:00.000Z\",\"0.000916\",\"0.001101\"\n\"2024-06-23T04:50:00.000Z\",\"0.001831\",\"0.001675\"\n\"2024-06-23T04:55:00.000Z\",\"0.001393\",\"0.001372\"\n\"2024-06-23T05:00:00.000Z\",\"0.002059\",\"0.001753\"\n\"2024-06-23T05:05:00.000Z\",\"0.002382\",\"0.002129\"\n\"2024-06-23T05:10:00.000Z\",\"0.005852\",\"0.004099\"\n\"2024-06-23T05:15:00.000Z\",\"0.006359\",\"0.004568\"\n\"2024-06-23T05:20:00.000Z\",\"0.005389\",\"0.004151\"\n\"2024-06-23T05:25:00.000Z\",\"0.007923\",\"0.005841\"\n\"2024-06-23T05:30:00.000Z\",\"0.006746\",\"0.005734\"\n\"2024-06-23T05:35:00.000Z\",\"0.005216\",\"0.004599\"\n\"2024-06-23T05:40:00.000Z\",\"0.004401\",\"0.003961\"\n\"2024-06-23T05:45:00.000Z\",\"0.003676\",\"0.003216\"\n\"2024-06-23T05:50:00.000Z\",\"0.001504\",\"0.001524\"\n\"2024-06-23T05:55:00.000Z\",\"0.001024\",\"0.001185\"\n\"2024-06-23T06:00:00.000Z\",\"0.001401\",\"0.001346\"\n\"2024-06-23T06:05:00.000Z\",\"0.001747\",\"0.001483\"\n\"2024-06-23T06:10:00.000Z\",\"0.00074\",\"0.000948\"\n\"2024-06-23T06:15:00.000Z\",\"0.000865\",\"0.000916\"\n\"2024-06-23T06:20:00.000Z\",\"0.00177\",\"0.001758\"\n\"2024-06-23T06:25:00.000Z\",\"0.001763\",\"0.001464\"\n\"2024-06-23T06:30:00.000Z\",\"0.001766\",\"0.001568\"\n\"2024-06-23T06:35:00.000Z\",\"0.001519\",\"0.001534\"\n\"2024-06-23T06:40:00.000Z\",\"0.001516\",\"0.001499\"\n\"2024-06-23T06:45:00.000Z\",\"0.001038\",\"0.001095\"\n\"2024-06-23T06:50:00.000Z\",\"0.000778\",\"0.000866\"\n\"2024-06-23T06:55:00.000Z\",\"0.001516\",\"0.001607\"\n\"2024-06-23T07:00:00.000Z\",\"0.001472\",\"0.001504\"\n\"2024-06-23T07:05:00.000Z\",\"0.000738\",\"0.000839\"\n\"2024-06-23T07:10:00.000Z\",\"0.002933\",\"0.002803\"\n\"2024-06-23T07:15:00.000Z\",\"0.00083\",\"0.000978\"\n\"2024-06-23T07:20:00.000Z\",\"0.00325\",\"0.003271\"\n\"2024-06-23T07:25:00.000Z\",\"0.000776\",\"0.000861\"\n\"2024-06-23T07:30:00.000Z\",\"0.001032\",\"0.001145\"\n\"2024-06-23T07:35:00.000Z\",\"0.000952\",\"0.000969\"\n\"2024-06-23T07:40:00.000Z\",\"0.001637\",\"0.001544\"\n\"2024-06-23T07:45:00.000Z\",\"0.00125\",\"0.001239\"\n\"2024-06-23T07:50:00.000Z\",\"0.001054\",\"0.000967\"\n\"2024-06-23T07:55:00.000Z\",\"0.001348\",\"0.001399\"\n\"2024-06-23T08:00:00.000Z\",\"0.000925\",\"0.000922\"\n\"2024-06-23T08:05:00.000Z\",\"0.00127\",\"0.001288\"\n\"2024-06-23T08:10:00.000Z\",\"0.001143\",\"0.001272\"\n\"2024-06-23T08:15:00.000Z\",\"0.001124\",\"0.001231\"\n\"2024-06-23T08:20:00.000Z\",\"0.000926\",\"0.001057\"\n\"2024-06-23T08:25:00.000Z\",\"0.000987\",\"0.001015\"\n\"2024-06-23T08:30:00.000Z\",\"0.001247\",\"0.001247\"\n\"2024-06-23T08:35:00.000Z\",\"0.000935\",\"0.001002\"\n\"2024-06-23T08:40:00.000Z\",\"0.001203\",\"0.001127\"\n\"2024-06-23T08:45:00.000Z\",\"0.000754\",\"0.000919\"\n\"2024-06-23T08:50:00.000Z\",\"0.001134\",\"0.001222\"\n\"2024-06-23T08:55:00.000Z\",\"0.001264\",\"0.001235\"\n\"2024-06-23T09:00:00.000Z\",\"0.000999\",\"0.0011\"\n\"2024-06-23T09:05:00.000Z\",\"0.00112\",\"0.001101\"\n\"2024-06-23T09:10:00.000Z\",\"0.003748\",\"0.003492\"\n\"2024-06-23T09:15:00.000Z\",\"0.005461\",\"0.004897\"\n\"2024-06-23T09:20:00.000Z\",\"0.007486\",\"0.006743\"\n\"2024-06-23T09:25:00.000Z\",\"0.007017\",\"0.006494\"\n\"2024-06-23T09:30:00.000Z\",\"0.005278\",\"0.004618\"\n\"2024-06-23T09:35:00.000Z\",\"0.003495\",\"0.003258\"\n\"2024-06-23T09:40:00.000Z\",\"0.002062\",\"0.002038\"\n\"2024-06-23T09:45:00.000Z\",\"0.001465\",\"0.00152\"\n\"2024-06-23T09:50:00.000Z\",\"0.001178\",\"0.001248\"\n\"2024-06-23T09:55:00.000Z\",\"0.001431\",\"0.001449\"\n\"2024-06-23T10:00:00.000Z\",\"0.001084\",\"0.001088\"\n\"2024-06-23T10:05:00.000Z\",\"0.002058\",\"0.001748\"\n\"2024-06-23T10:10:00.000Z\",\"0.010179\",\"0.008053\"\n\"2024-06-23T10:15:00.000Z\",\"0.009981\",\"0.007921\"\n\"2024-06-23T10:20:00.000Z\",\"0.001553\",\"0.001511\"\n\"2024-06-23T10:25:00.000Z\",\"0.00073\",\"0.000916\"\n\"2024-06-23T10:30:00.000Z\",\"0.002308\",\"0.002388\"\n\"2024-06-23T10:35:00.000Z\",\"0.001055\",\"0.00116\"\n\"2024-06-23T10:40:00.000Z\",\"0.000811\",\"0.000944\"\n\"2024-06-23T10:45:00.000Z\",\"0.000788\",\"0.000945\"\n\"2024-06-23T10:50:00.000Z\",\"0.000799\",\"0.000986\"\n\"2024-06-23T10:55:00.000Z\",\"0.000697\",\"0.000883\"\n\"2024-06-23T11:00:00.000Z\",\"0.000789\",\"0.000796\"\n\"2024-06-23T11:05:00.000Z\",\"0.000652\",\"0.000875\"\n\"2024-06-23T11:10:00.000Z\",\"0.000732\",\"0.000988\"\n\"2024-06-23T11:15:00.000Z\",\"0.001958\",\"0.001804\"\n\"2024-06-23T11:20:00.000Z\",\"0.00107\",\"0.001213\"\n\"2024-06-23T11:25:00.000Z\",\"0.001349\",\"0.001478\"\n\"2024-06-23T11:30:00.000Z\",\"0.003188\",\"0.002609\"\n\"2024-06-23T11:35:00.000Z\",\"0.005731\",\"0.005143\"\n\"2024-06-23T11:40:00.000Z\",\"0.006799\",\"0.006044\"\n\"2024-06-23T11:45:00.000Z\",\"0.006486\",\"0.005592\"\n\"2024-06-23T11:50:00.000Z\",\"0.00512\",\"0.004514\"\n\"2024-06-23T11:55:00.000Z\",\"0.003808\",\"0.003451\"\n\"2024-06-23T12:00:00.000Z\",\"0.003342\",\"0.003095\"\n\"2024-06-23T12:05:00.000Z\",\"0.001666\",\"0.001674\"\n\"2024-06-23T12:10:00.000Z\",\"0.001113\",\"0.001232\"\n\"2024-06-23T12:15:00.000Z\",\"0.000713\",\"0.000852\"\n\"2024-06-23T12:20:00.000Z\",\"0.001808\",\"0.000915\"\n\"2024-06-23T12:25:00.000Z\",\"0.000795\",\"0.000894\"\n\"2024-06-23T12:30:00.000Z\",\"0.001064\",\"0.001052\"\n\"2024-06-23T12:35:00.000Z\",\"0.002461\",\"0.001227\"\n\"2024-06-23T12:40:00.000Z\",\"0.000907\",\"0.000982\"\n\"2024-06-23T12:45:00.000Z\",\"0.000673\",\"0.000788\"\n\"2024-06-23T12:50:00.000Z\",\"0.002523\",\"0.002451\"\n\"2024-06-23T12:55:00.000Z\",\"0.00166\",\"0.001752\"\n\"2024-06-23T13:00:00.000Z\",\"0.001804\",\"0.001925\"\n\"2024-06-23T13:05:00.000Z\",\"0.000756\",\"0.000847\"\n\"2024-06-23T13:10:00.000Z\",\"0.000738\",\"0.00092\"\n\"2024-06-23T13:15:00.000Z\",\"0.004206\",\"0.003084\"\n\"2024-06-23T13:20:00.000Z\",\"0.000714\",\"0.000879\"\n\"2024-06-23T13:25:00.000Z\",\"0.000873\",\"0.000963\"\n\"2024-06-23T13:30:00.000Z\",\"0.000776\",\"0.000955\"\n\"2024-06-23T13:35:00.000Z\",\"0.000697\",\"0.000808\"\n\"2024-06-23T13:40:00.000Z\",\"0.000666\",\"0.000854\"\n\"2024-06-23T13:45:00.000Z\",\"0.00088\",\"0.000898\"\n\"2024-06-23T13:50:00.000Z\",\"0.000956\",\"0.00104\"\n\"2024-06-23T13:55:00.000Z\",\"0.000691\",\"0.000886\"\n\"2024-06-23T14:00:00.000Z\",\"0.000692\",\"0.000868\"\n\"2024-06-23T14:05:00.000Z\",\"0.000725\",\"0.000982\"\n\"2024-06-23T14:10:00.000Z\",\"0.000697\",\"0.000979\"\n\"2024-06-23T14:15:00.000Z\",\"0.000656\",\"0.000791\"\n\"2024-06-23T14:20:00.000Z\",\"0.000664\",\"0.000869\"\n\"2024-06-23T14:25:00.000Z\",\"0.000665\",\"0.00087\"\n\"2024-06-23T14:30:00.000Z\",\"0.000676\",\"0.00082\"\n\"2024-06-23T14:35:00.000Z\",\"0.001573\",\"0.00165\"\n\"2024-06-23T14:40:00.000Z\",\"0.006092\",\"0.005177\"\n\"2024-06-23T14:45:00.000Z\",\"0.006308\",\"0.005581\"\n\"2024-06-23T14:50:00.000Z\",\"0.005756\",\"0.005108\"\n\"2024-06-23T14:55:00.000Z\",\"0.008252\",\"0.00705\"\n\"2024-06-23T15:00:00.000Z\",\"0.006176\",\"0.005472\"\n\"2024-06-23T15:05:00.000Z\",\"0.0041\",\"0.0037\"\n\"2024-06-23T15:10:00.000Z\",\"0.001822\",\"0.001706\"\n\"2024-06-23T15:15:00.000Z\",\"0.001237\",\"0.001293\"\n\"2024-06-23T15:20:00.000Z\",\"0.00073\",\"0.000883\"\n\"2024-06-23T15:25:00.000Z\",\"0.000726\",\"0.000911\"\n\"2024-06-23T15:30:00.000Z\",\"0.000766\",\"0.000849\"\n\"2024-06-23T15:35:00.000Z\",\"0.000727\",\"0.00093\"\n\"2024-06-23T15:40:00.000Z\",\"0.001039\",\"0.001197\"\n\"2024-06-23T15:45:00.000Z\",\"0.001574\",\"0.001732\"\n\"2024-06-23T15:50:00.000Z\",\"0.005248\",\"0.004906\"\n\"2024-06-23T15:55:00.000Z\",\"0.005699\",\"0.005387\"\n\"2024-06-23T16:00:00.000Z\",\"0.004776\",\"0.00415\"\n\"2024-06-23T16:05:00.000Z\",\"0.00486\",\"0.00432\"\n\"2024-06-23T16:10:00.000Z\",\"0.003959\",\"0.003629\"\n\"2024-06-23T16:15:00.000Z\",\"0.006447\",\"0.005318\"\n\"2024-06-23T16:20:00.000Z\",\"0.003876\",\"0.003074\"\n\"2024-06-23T16:25:00.000Z\",\"0.002565\",\"0.002226\"\n\"2024-06-23T16:30:00.000Z\",\"0.001579\",\"0.001572\"\n\"2024-06-23T16:35:00.000Z\",\"0.001518\",\"0.001488\"\n\"2024-06-23T16:40:00.000Z\",\"0.001208\",\"0.001163\"\n\"2024-06-23T16:45:00.000Z\",\"0.000717\",\"0.000844\"\n\"2024-06-23T16:50:00.000Z\",\"0.003059\",\"0.00302\"\n\"2024-06-23T16:55:00.000Z\",\"0.001354\",\"0.00137\"\n\"2024-06-23T17:00:00.000Z\",\"0.000662\",\"0.000871\"\n\"2024-06-23T17:05:00.000Z\",\"0.001486\",\"0.001499\"\n\"2024-06-23T17:10:00.000Z\",\"0.002386\",\"0.001813\"\n\"2024-06-23T17:15:00.000Z\",\"0.002956\",\"0.002492\"\n\"2024-06-23T17:20:00.000Z\",\"0.001469\",\"0.001365\"\n\"2024-06-23T17:25:00.000Z\",\"0.000767\",\"0.00084\"\n\"2024-06-23T17:30:00.000Z\",\"0.001044\",\"0.001001\"\n\"2024-06-23T17:35:00.000Z\",\"0.001766\",\"0.001668\"\n\"2024-06-23T17:40:00.000Z\",\"0.001375\",\"0.001377\"\n\"2024-06-23T17:45:00.000Z\",\"0.000746\",\"0.00088\"\n\"2024-06-23T17:50:00.000Z\",\"0.001162\",\"0.001206\"\n\"2024-06-23T17:55:00.000Z\",\"0.001872\",\"0.001598\"\n\"2024-06-23T18:00:00.000Z\",\"0.000855\",\"0.00092\"\n\"2024-06-23T18:05:00.000Z\",\"0.000812\",\"0.00091\"\n\"2024-06-23T18:10:00.000Z\",\"0.001483\",\"0.001563\"\n\"2024-06-23T18:15:00.000Z\",\"0.004945\",\"0.004706\"\n\"2024-06-23T18:20:00.000Z\",\"0.005885\",\"0.005702\"\n\"2024-06-23T18:25:00.000Z\",\"0.007422\",\"0.006778\"\n\"2024-06-23T18:30:00.000Z\",\"0.006168\",\"0.005812\"\n\"2024-06-23T18:35:00.000Z\",\"0.006405\",\"0.006049\"\n\"2024-06-23T18:40:00.000Z\",\"0.006413\",\"0.005978\"\n\"2024-06-23T18:45:00.000Z\",\"0.00632\",\"0.005937\"\n\"2024-06-23T18:50:00.000Z\",\"0.006396\",\"0.006067\"\n\"2024-06-23T18:55:00.000Z\",\"0.006374\",\"0.006052\"\n\"2024-06-23T19:00:00.000Z\",\"0.006551\",\"0.006105\"\n\"2024-06-23T19:05:00.000Z\",\"0.007078\",\"0.006666\"\n\"2024-06-23T19:10:00.000Z\",\"0.007511\",\"0.007123\"\n\"2024-06-23T19:15:00.000Z\",\"0.008625\",\"0.008031\"\n\"2024-06-23T19:20:00.000Z\",\"0.00633\",\"0.005956\"\n\"2024-06-23T19:25:00.000Z\",\"0.006137\",\"0.005765\"\n\"2024-06-23T19:30:00.000Z\",\"0.007269\",\"0.007078\"\n\"2024-06-23T19:35:00.000Z\",\"0.006477\",\"0.006102\"\n\"2024-06-23T19:40:00.000Z\",\"0.00609\",\"0.005783\"\n\"2024-06-23T19:45:00.000Z\",\"0.007265\",\"0.00675\"\n\"2024-06-23T19:50:00.000Z\",\"0.008667\",\"0.00753\"\n\"2024-06-23T19:55:00.000Z\",\"0.006011\",\"0.005735\"\n\"2024-06-23T20:00:00.000Z\",\"0.006299\",\"0.006061\"\n\"2024-06-23T20:05:00.000Z\",\"0.006648\",\"0.006095\"\n\"2024-06-23T20:10:00.000Z\",\"0.006164\",\"0.00582\"\n\"2024-06-23T20:15:00.000Z\",\"0.006289\",\"0.005925\"\n\"2024-06-23T20:20:00.000Z\",\"0.011041\",\"0.010247\"\n\"2024-06-23T20:25:00.000Z\",\"0.00621\",\"0.00589\"\n\"2024-06-23T20:30:00.000Z\",\"0.006082\",\"0.005723\"\n\"2024-06-23T20:35:00.000Z\",\"0.006715\",\"0.006251\"\n\"2024-06-23T20:40:00.000Z\",\"0.00745\",\"0.007058\"\n\"2024-06-23T20:45:00.000Z\",\"0.007689\",\"0.007256\"\n\"2024-06-23T20:50:00.000Z\",\"0.007862\",\"0.00728\"\n\"2024-06-23T20:55:00.000Z\",\"0.006355\",\"0.005678\"\n\"2024-06-23T21:00:00.000Z\",\"0.006382\",\"0.006277\"\n\"2024-06-23T21:05:00.000Z\",\"0.006672\",\"0.006247\"\n\"2024-06-23T21:10:00.000Z\",\"0.006339\",\"0.006083\"\n\"2024-06-23T21:15:00.000Z\",\"0.005774\",\"0.005616\"\n\"2024-06-23T21:20:00.000Z\",\"0.002241\",\"0.002074\"\n\"2024-06-23T21:25:00.000Z\",\"0.001666\",\"0.001737\"\n\"2024-06-23T21:30:00.000Z\",\"0.002013\",\"0.00194\"\n\"2024-06-23T21:35:00.000Z\",\"0.001789\",\"0.001775\"\n\"2024-06-23T21:40:00.000Z\",\"0.001732\",\"0.001733\"\n\"2024-06-23T21:45:00.000Z\",\"0.004016\",\"0.003933\"\n\"2024-06-23T21:50:00.000Z\",\"0.001443\",\"0.001264\"\n\"2024-06-23T21:55:00.000Z\",\"0.00116\",\"0.001248\"\n\"2024-06-23T22:00:00.000Z\",\"0.000727\",\"0.000935\"\n\"2024-06-23T22:05:00.000Z\",\"0.000791\",\"0.000886\"\n\"2024-06-23T22:10:00.000Z\",\"0.001063\",\"0.001142\"\n\"2024-06-23T22:15:00.000Z\",\"0.001256\",\"0.00182\"\n\"2024-06-23T22:20:00.000Z\",\"0.00233\",\"0.002289\"\n\"2024-06-23T22:25:00.000Z\",\"0.004714\",\"0.004205\"\n\"2024-06-23T22:30:00.000Z\",\"0.004132\",\"0.003676\"\n\"2024-06-23T22:35:00.000Z\",\"0.003392\",\"0.003128\"\n\"2024-06-23T22:40:00.000Z\",\"0.003837\",\"0.003134\"\n\"2024-06-23T22:45:00.000Z\",\"0.002764\",\"0.002614\"\n\"2024-06-23T22:50:00.000Z\",\"0.002253\",\"0.002144\"\n\"2024-06-23T22:55:00.000Z\",\"0.001121\",\"0.001361\"\n\"2024-06-23T23:00:00.000Z\",\"0.001205\",\"0.001266\"\n\"2024-06-23T23:05:00.000Z\",\"0.000942\",\"0.001073\"\n\"2024-06-23T23:10:00.000Z\",\"0.000732\",\"0.000922\"\n\"2024-06-23T23:15:00.000Z\",\"0.000837\",\"0.000935\"\n\"2024-06-23T23:20:00.000Z\",\"0.001011\",\"0.001135\"\n\"2024-06-23T23:25:00.000Z\",\"0.00149\",\"0.001486\"\n\"2024-06-23T23:30:00.000Z\",\"0.007891\",\"0.006497\"\n\"2024-06-23T23:35:00.000Z\",\"0.010503\",\"0.008805\"\n\"2024-06-23T23:40:00.000Z\",\"0.01367\",\"0.012394\"\n\"2024-06-23T23:45:00.000Z\",\"0.00838\",\"0.007601\"\n\"2024-06-23T23:50:00.000Z\",\"0.007912\",\"0.007223\"\n\"2024-06-23T23:55:00.000Z\",\"0.005877\",\"0.005424\"\n\"2024-06-24T00:00:00.000Z\",\"0.005357\",\"0.005066\"\n\"2024-06-24T00:05:00.000Z\",\"0.005329\",\"0.005037\"\n\"2024-06-24T00:10:00.000Z\",\"0.003317\",\"0.003107\"\n\"2024-06-24T00:15:00.000Z\",\"0.001249\",\"0.001295\"\n\"2024-06-24T00:20:00.000Z\",\"0.001487\",\"0.001533\"\n\"2024-06-24T00:25:00.000Z\",\"0.005248\",\"0.004673\"\n\"2024-06-24T00:30:00.000Z\",\"0.006801\",\"0.006061\"\n\"2024-06-24T00:35:00.000Z\",\"0.007154\",\"0.006364\"\n\"2024-06-24T00:40:00.000Z\",\"0.007745\",\"0.006516\"\n\"2024-06-24T00:45:00.000Z\",\"0.009012\",\"0.007854\"\n\"2024-06-24T00:50:00.000Z\",\"0.005816\",\"0.005056\"\n\"2024-06-24T00:55:00.000Z\",\"0.004036\",\"0.003592\"\n\"2024-06-24T01:00:00.000Z\",\"0.003635\",\"0.003287\"\n\"2024-06-24T01:05:00.000Z\",\"0.004181\",\"0.003686\"\n\"2024-06-24T01:10:00.000Z\",\"0.004412\",\"0.004117\"\n\"2024-06-24T01:15:00.000Z\",\"0.001482\",\"0.001483\"\n\"2024-06-24T01:20:00.000Z\",\"0.001109\",\"0.001193\"\n\"2024-06-24T01:25:00.000Z\",\"0.001053\",\"0.0011\"\n\"2024-06-24T01:30:00.000Z\",\"0.00118\",\"0.001236\"\n\"2024-06-24T01:35:00.000Z\",\"0.001068\",\"0.001109\"\n\"2024-06-24T01:40:00.000Z\",\"0.000947\",\"0.001036\"\n\"2024-06-24T01:45:00.000Z\",\"0.001016\",\"0.001086\"\n\"2024-06-24T01:50:00.000Z\",\"0.000881\",\"0.000996\"\n\"2024-06-24T01:55:00.000Z\",\"0.000931\",\"0.001026\"\n\"2024-06-24T02:00:00.000Z\",\"0.00138\",\"0.001416\"\n\"2024-06-24T02:05:00.000Z\",\"0.001316\",\"0.001274\"\n\"2024-06-24T02:10:00.000Z\",\"0.001576\",\"0.001584\"\n\"2024-06-24T02:15:00.000Z\",\"0.004316\",\"0.003845\"\n\"2024-06-24T02:20:00.000Z\",\"0.007367\",\"0.006849\"\n\"2024-06-24T02:25:00.000Z\",\"0.005839\",\"0.005021\"\n\"2024-06-24T02:30:00.000Z\",\"0.005759\",\"0.00475\"\n\"2024-06-24T02:35:00.000Z\",\"0.005293\",\"0.004523\"\n\"2024-06-24T02:40:00.000Z\",\"0.002964\",\"0.002644\"\n\"2024-06-24T02:45:00.000Z\",\"0.001851\",\"0.001714\"\n\"2024-06-24T02:50:00.000Z\",\"0.001332\",\"0.001331\"\n\"2024-06-24T02:55:00.000Z\",\"0.001691\",\"0.001303\"\n\"2024-06-24T03:00:00.000Z\",\"0.00097\",\"0.001002\"\n\"2024-06-24T03:05:00.000Z\",\"0.000845\",\"0.00094\"\n\"2024-06-24T03:10:00.000Z\",\"0.000954\",\"0.001092\"\n\"2024-06-24T03:15:00.000Z\",\"0.000949\",\"0.00109\"\n\"2024-06-24T03:20:00.000Z\",\"0.000944\",\"0.000974\"\n\"2024-06-24T03:25:00.000Z\",\"0.000953\",\"0.001007\"\n\"2024-06-24T03:30:00.000Z\",\"0.000965\",\"0.001033\"\n\"2024-06-24T03:35:00.000Z\",\"0.000943\",\"0.00102\"\n\"2024-06-24T03:40:00.000Z\",\"0.001023\",\"0.00117\"\n\"2024-06-24T03:45:00.000Z\",\"0.000842\",\"0.001036\"\n\"2024-06-24T03:50:00.000Z\",\"0.000878\",\"0.00106\"\n\"2024-06-24T03:55:00.000Z\",\"0.000916\",\"0.000965\"\n\"2024-06-24T04:00:00.000Z\",\"0.00085\",\"0.000855\"\n\"2024-06-24T04:05:00.000Z\",\"0.001055\",\"0.001086\"\n\"2024-06-24T04:10:00.000Z\",\"0.0009\",\"0.000969\"\n\"2024-06-24T04:15:00.000Z\",\"0.000919\",\"0.000992\"\n\"2024-06-24T04:20:00.000Z\",\"0.000827\",\"0.000917\"\n\"2024-06-24T04:25:00.000Z\",\"0.000973\",\"0.001012\"\n\"2024-06-24T04:30:00.000Z\",\"0.000807\",\"0.000921\"\n\"2024-06-24T04:35:00.000Z\",\"0.001004\",\"0.001002\"\n\"2024-06-24T04:40:00.000Z\",\"0.002703\",\"0.002663\"\n\"2024-06-24T04:45:00.000Z\",\"0.001026\",\"0.001112\"\n\"2024-06-24T04:50:00.000Z\",\"0.00097\",\"0.000991\"\n\"2024-06-24T04:55:00.000Z\",\"0.003902\",\"0.00319\"\n\"2024-06-24T05:00:00.000Z\",\"0.000985\",\"0.001043\"\n\"2024-06-24T05:05:00.000Z\",\"0.000797\",\"0.000875\"\n\"2024-06-24T05:10:00.000Z\",\"0.000847\",\"0.000995\"\n\"2024-06-24T05:15:00.000Z\",\"0.001112\",\"0.001076\"\n\"2024-06-24T05:20:00.000Z\",\"0.000798\",\"0.000933\"\n\"2024-06-24T05:25:00.000Z\",\"0.000964\",\"0.000965\"\n\"2024-06-24T05:30:00.000Z\",\"0.000843\",\"0.000944\"\n\"2024-06-24T05:35:00.000Z\",\"0.002586\",\"0.002398\"\n\"2024-06-24T05:40:00.000Z\",\"0.000856\",\"0.00093\"\n\"2024-06-24T05:45:00.000Z\",\"0.001043\",\"0.001233\"\n\"2024-06-24T05:50:00.000Z\",\"0.000921\",\"0.001\"\n\"2024-06-24T05:55:00.000Z\",\"0.001621\",\"0.001699\"\n\"2024-06-24T06:00:00.000Z\",\"0.001903\",\"0.002125\"\n\"2024-06-24T06:05:00.000Z\",\"0.0011\",\"0.001158\"\n\"2024-06-24T06:10:00.000Z\",\"0.001101\",\"0.001259\"\n\"2024-06-24T06:15:00.000Z\",\"0.000872\",\"0.000976\"\n\"2024-06-24T06:20:00.000Z\",\"0.000827\",\"0.001026\"\n\"2024-06-24T06:25:00.000Z\",\"0.000916\",\"0.000967\"\n\"2024-06-24T06:30:00.000Z\",\"0.000819\",\"0.001\"\n\"2024-06-24T06:35:00.000Z\",\"0.000757\",\"0.000934\"\n\"2024-06-24T06:40:00.000Z\",\"0.000883\",\"0.001026\"\n\"2024-06-24T06:45:00.000Z\",\"0.000969\",\"0.000997\"\n\"2024-06-24T06:50:00.000Z\",\"0.000949\",\"0.000974\"\n\"2024-06-24T06:55:00.000Z\",\"0.00097\",\"0.000989\"\n\"2024-06-24T07:00:00.000Z\",\"0.00106\",\"0.001095\"\n\"2024-06-24T07:05:00.000Z\",\"0.000962\",\"0.001016\"\n\"2024-06-24T07:10:00.000Z\",\"0.002742\",\"0.002504\"\n\"2024-06-24T07:15:00.000Z\",\"0.003094\",\"0.002755\"\n\"2024-06-24T07:20:00.000Z\",\"0.000853\",\"0.000944\"\n\"2024-06-24T07:25:00.000Z\",\"0.000857\",\"0.000943\"\n\"2024-06-24T07:30:00.000Z\",\"0.000802\",\"0.000918\"\n\"2024-06-24T07:35:00.000Z\",\"0.000918\",\"0.000968\"\n\"2024-06-24T07:40:00.000Z\",\"0.000824\",\"0.000938\"\n\"2024-06-24T07:45:00.000Z\",\"0.000908\",\"0.000933\"\n\"2024-06-24T07:50:00.000Z\",\"0.000889\",\"0.000933\"\n\"2024-06-24T07:55:00.000Z\",\"0.000859\",\"0.000933\"\n\"2024-06-24T08:00:00.000Z\",\"0.000749\",\"0.000884\"\n\"2024-06-24T08:05:00.000Z\",\"0.000932\",\"0.000926\"\n\"2024-06-24T08:10:00.000Z\",\"0.000859\",\"0.001008\"\n\"2024-06-24T08:15:00.000Z\",\"0.000948\",\"0.00101\"\n\"2024-06-24T08:20:00.000Z\",\"0.00085\",\"0.00098\"\n\"2024-06-24T08:25:00.000Z\",\"0.001452\",\"0.001935\"\n\"2024-06-24T08:30:00.000Z\",\"0.001569\",\"0.001418\"\n\"2024-06-24T08:35:00.000Z\",\"0.00102\",\"0.00116\"\n\"2024-06-24T08:40:00.000Z\",\"0.000678\",\"0.000753\"\n\"2024-06-24T08:45:00.000Z\",\"0.00093\",\"0.000877\"\n\"2024-06-24T08:50:00.000Z\",\"0.000819\",\"0.000853\"\n\"2024-06-24T08:55:00.000Z\",\"0.001305\",\"0.001248\"\n\"2024-06-24T09:00:00.000Z\",\"0.003279\",\"0.003365\"\n\"2024-06-24T09:05:00.000Z\",\"0.005129\",\"0.004385\"\n\"2024-06-24T09:10:00.000Z\",\"0.006973\",\"0.005908\"\n\"2024-06-24T09:15:00.000Z\",\"0.006882\",\"0.005754\"\n\"2024-06-24T09:20:00.000Z\",\"0.006132\",\"0.005426\"\n\"2024-06-24T09:25:00.000Z\",\"0.005134\",\"0.004535\"\n\"2024-06-24T09:30:00.000Z\",\"0.004242\",\"0.003656\"\n\"2024-06-24T09:35:00.000Z\",\"0.002986\",\"0.002502\"\n\"2024-06-24T09:40:00.000Z\",\"0.020395\",\"0.020859\"\n\"2024-06-24T09:45:00.000Z\",\"0.044565\",\"0.045798\"\n\"2024-06-24T09:50:00.000Z\",\"0.050084\",\"0.049398\"\n\"2024-06-24T09:55:00.000Z\",\"0.049362\",\"0.047894\"\n\"2024-06-24T10:00:00.000Z\",\"0.045811\",\"0.04425\"\n\"2024-06-24T10:05:00.000Z\",\"0.049225\",\"0.046705\"\n\"2024-06-24T10:10:00.000Z\",\"0.048064\",\"0.045791\"\n\"2024-06-24T10:15:00.000Z\",\"0.046983\",\"0.044314\"\n\"2024-06-24T10:20:00.000Z\",\"0.047899\",\"0.0445\"\n\"2024-06-24T10:25:00.000Z\",\"0.047542\",\"0.043774\"\n\"2024-06-24T10:30:00.000Z\",\"0.047655\",\"0.043819\"\n\"2024-06-24T10:35:00.000Z\",\"0.048007\",\"0.043998\"\n\"2024-06-24T10:40:00.000Z\",\"0.049191\",\"0.045719\"\n\"2024-06-24T10:45:00.000Z\",\"0.043414\",\"0.04056\"\n\"2024-06-24T10:50:00.000Z\",\"0.04374\",\"0.04101\"\n\"2024-06-24T10:55:00.000Z\",\"0.043178\",\"0.040521\"\n\"2024-06-24T11:00:00.000Z\",\"0.042751\",\"0.04016\"\n\"2024-06-24T11:05:00.000Z\",\"0.042065\",\"0.039315\"\n\"2024-06-24T11:10:00.000Z\",\"0.042548\",\"0.039873\"\n\"2024-06-24T11:15:00.000Z\",\"0.042447\",\"0.040023\"\n\"2024-06-24T11:20:00.000Z\",\"0.04273\",\"0.041443\"\n\"2024-06-24T11:25:00.000Z\",\"0.03767\",\"0.035983\"\n\"2024-06-24T11:30:00.000Z\",\"0.020462\",\"0.019603\"\n\"2024-06-24T11:35:00.000Z\",\"0.016073\",\"0.015281\"\n\"2024-06-24T11:40:00.000Z\",\"0.012804\",\"0.011978\"\n\"2024-06-24T11:45:00.000Z\",\"0.010152\",\"0.009486\"\n\"2024-06-24T11:50:00.000Z\",\"0.009831\",\"0.009253\"\n\"2024-06-24T11:55:00.000Z\",\"0.009224\",\"0.008773\"\n\"2024-06-24T12:00:00.000Z\",\"0.006096\",\"0.006136\"\n\"2024-06-24T12:05:00.000Z\",\"0.005886\",\"0.005928\"\n\"2024-06-24T12:10:00.000Z\",\"0.00812\",\"0.008\"\n\"2024-06-24T12:15:00.000Z\",\"0.006379\",\"0.006425\"\n\"2024-06-24T12:20:00.000Z\",\"0.005955\",\"0.006095\"\n\"2024-06-24T12:25:00.000Z\",\"0.006098\",\"0.006232\"\n\"2024-06-24T12:30:00.000Z\",\"0.003865\",\"0.003857\"\n\"2024-06-24T12:35:00.000Z\",\"0.001806\",\"0.001636\"\n\"2024-06-24T12:40:00.000Z\",\"0.001379\",\"0.00136\"\n\"2024-06-24T12:45:00.000Z\",\"0.001836\",\"0.001736\"\n\"2024-06-24T12:50:00.000Z\",\"0.003841\",\"0.003657\"\n\"2024-06-24T12:55:00.000Z\",\"0.007416\",\"0.005978\"\n\"2024-06-24T13:00:00.000Z\",\"0.007436\",\"0.006295\"\n\"2024-06-24T13:05:00.000Z\",\"0.007002\",\"0.005724\"\n\"2024-06-24T13:10:00.000Z\",\"0.007153\",\"0.005861\"\n\"2024-06-24T13:15:00.000Z\",\"0.005892\",\"0.005024\"\n\"2024-06-24T13:20:00.000Z\",\"0.003512\",\"0.003258\"\n\"2024-06-24T13:25:00.000Z\",\"0.00208\",\"0.002028\"\n\"2024-06-24T13:30:00.000Z\",\"0.009992\",\"0.00828\"\n\"2024-06-24T13:35:00.000Z\",\"0.016617\",\"0.013524\"\n\"2024-06-24T13:40:00.000Z\",\"0.006558\",\"0.005447\"\n\"2024-06-24T13:45:00.000Z\",\"0.001308\",\"0.001349\"\n\"2024-06-24T13:50:00.000Z\",\"0.001781\",\"0.001673\"\n\"2024-06-24T13:55:00.000Z\",\"0.001651\",\"0.001658\"\n\"2024-06-24T14:00:00.000Z\",\"0.004372\",\"0.004203\"\n\"2024-06-24T14:05:00.000Z\",\"0.002062\",\"0.001884\"\n\"2024-06-24T14:10:00.000Z\",\"0.001704\",\"0.001644\"\n\"2024-06-24T14:15:00.000Z\",\"0.001455\",\"0.001363\"\n\"2024-06-24T14:20:00.000Z\",\"0.001972\",\"0.001808\"\n\"2024-06-24T14:25:00.000Z\",\"0.002085\",\"0.001852\"\n\"2024-06-24T14:30:00.000Z\",\"0.001446\",\"0.001383\"\n\"2024-06-24T14:35:00.000Z\",\"0.001489\",\"0.001353\"\n\"2024-06-24T14:40:00.000Z\",\"0.002047\",\"0.001955\"\n\"2024-06-24T14:45:00.000Z\",\"0.001381\",\"0.001307\"\n\"2024-06-24T14:50:00.000Z\",\"0.002729\",\"0.0026\"\n\"2024-06-24T14:55:00.000Z\",\"0.002441\",\"0.002388\"\n\"2024-06-24T15:00:00.000Z\",\"0.003717\",\"0.00325\"\n\"2024-06-24T15:05:00.000Z\",\"0.003841\",\"0.003389\"\n\"2024-06-24T15:10:00.000Z\",\"0.00452\",\"0.003791\"\n\"2024-06-24T15:15:00.000Z\",\"0.004614\",\"0.004087\"\n\"2024-06-24T15:20:00.000Z\",\"0.003725\",\"0.003298\"\n\"2024-06-24T15:25:00.000Z\",\"0.003115\",\"0.002828\"\n\"2024-06-24T15:30:00.000Z\",\"0.003845\",\"0.003427\"\n\"2024-06-24T15:35:00.000Z\",\"0.003362\",\"0.003078\"\n\"2024-06-24T15:40:00.000Z\",\"0.009063\",\"0.007808\"\n\"2024-06-24T15:45:00.000Z\",\"0.009331\",\"0.00797\"\n\"2024-06-24T15:50:00.000Z\",\"0.009159\",\"0.007885\"\n\"2024-06-24T15:55:00.000Z\",\"0.008276\",\"0.007188\"\n\"2024-06-24T16:00:00.000Z\",\"0.007044\",\"0.006073\"\n\"2024-06-24T16:05:00.000Z\",\"0.003368\",\"0.003054\"\n\"2024-06-24T16:10:00.000Z\",\"0.00202\",\"0.001925\"\n\"2024-06-24T16:15:00.000Z\",\"0.001598\",\"0.001556\"\n\"2024-06-24T16:20:00.000Z\",\"0.001304\",\"0.001396\"\n\"2024-06-24T16:25:00.000Z\",\"0.00232\",\"0.00225\"\n\"2024-06-24T16:30:00.000Z\",\"0.001459\",\"0.001637\"\n\"2024-06-24T16:35:00.000Z\",\"0.003386\",\"0.003214\"\n\"2024-06-24T16:40:00.000Z\",\"0.002516\",\"0.002392\"\n\"2024-06-24T16:45:00.000Z\",\"0.00226\",\"0.002119\"\n\"2024-06-24T16:50:00.000Z\",\"0.002354\",\"0.002175\"\n\"2024-06-24T16:55:00.000Z\",\"0.002532\",\"0.002363\"\n\"2024-06-24T17:00:00.000Z\",\"0.00266\",\"0.002538\"\n\"2024-06-24T17:05:00.000Z\",\"0.00388\",\"0.003555\"\n\"2024-06-24T17:10:00.000Z\",\"0.002004\",\"0.001771\"\n\"2024-06-24T17:15:00.000Z\",\"0.001835\",\"0.001678\"\n\"2024-06-24T17:20:00.000Z\",\"0.001829\",\"0.001711\"\n\"2024-06-24T17:25:00.000Z\",\"0.001619\",\"0.001852\"\n\"2024-06-24T17:30:00.000Z\",\"0.0025\",\"0.002366\"\n\"2024-06-24T17:35:00.000Z\",\"0.001378\",\"0.001253\"\n\"2024-06-24T17:40:00.000Z\",\"0.001579\",\"0.001481\"\n\"2024-06-24T17:45:00.000Z\",\"0.001648\",\"0.001695\"\n\"2024-06-24T17:50:00.000Z\",\"0.001369\",\"0.001319\"\n\"2024-06-24T17:55:00.000Z\",\"0.001535\",\"0.00159\"\n\"2024-06-24T18:00:00.000Z\",\"0.001889\",\"0.001858\"\n\"2024-06-24T18:05:00.000Z\",\"0.00131\",\"0.001277\"\n\"2024-06-24T18:10:00.000Z\",\"0.00126\",\"0.001179\"\n\"2024-06-24T18:15:00.000Z\",\"0.002203\",\"0.00205\"\n\"2024-06-24T18:20:00.000Z\",\"0.001509\",\"0.001434\"\n\"2024-06-24T18:25:00.000Z\",\"0.001405\",\"0.001383\"\n\"2024-06-24T18:30:00.000Z\",\"0.001447\",\"0.00154\"\n\"2024-06-24T18:35:00.000Z\",\"0.001761\",\"0.001701\"\n\"2024-06-24T18:40:00.000Z\",\"0.001769\",\"0.001607\"\n\"2024-06-24T18:45:00.000Z\",\"0.001624\",\"0.001641\"\n\"2024-06-24T18:50:00.000Z\",\"0.001307\",\"0.00132\"\n\"2024-06-24T18:55:00.000Z\",\"0.004518\",\"0.003896\"\n\"2024-06-24T19:00:00.000Z\",\"0.004385\",\"0.004248\"\n\"2024-06-24T19:05:00.000Z\",\"0.006722\",\"0.005668\"\n\"2024-06-24T19:10:00.000Z\",\"0.010383\",\"0.008611\"\n\"2024-06-24T19:15:00.000Z\",\"0.010369\",\"0.008569\"\n\"2024-06-24T19:20:00.000Z\",\"0.009508\",\"0.008057\"\n\"2024-06-24T19:25:00.000Z\",\"0.009482\",\"0.007849\"\n\"2024-06-24T19:30:00.000Z\",\"0.006564\",\"0.005801\"\n\"2024-06-24T19:35:00.000Z\",\"0.004582\",\"0.003664\"\n\"2024-06-24T19:40:00.000Z\",\"0.002627\",\"0.001845\"\n\"2024-06-24T19:45:00.000Z\",\"0.002245\",\"0.002051\"\n\"2024-06-24T19:50:00.000Z\",\"0.002838\",\"0.002664\"\n\"2024-06-24T19:55:00.000Z\",\"0.003687\",\"0.003261\"\n\"2024-06-24T20:00:00.000Z\",\"0.003541\",\"0.003128\"\n\"2024-06-24T20:05:00.000Z\",\"0.007607\",\"0.006979\"\n\"2024-06-24T20:10:00.000Z\",\"0.007306\",\"0.005899\"\n\"2024-06-24T20:15:00.000Z\",\"0.006526\",\"0.005134\"\n\"2024-06-24T20:20:00.000Z\",\"0.00767\",\"0.005894\"\n\"2024-06-24T20:25:00.000Z\",\"0.008833\",\"0.006706\"\n\"2024-06-24T20:30:00.000Z\",\"0.009294\",\"0.007053\"\n\"2024-06-24T20:35:00.000Z\",\"0.00801\",\"0.005989\"\n\"2024-06-24T20:40:00.000Z\",\"0.018654\",\"0.014631\"\n\"2024-06-24T20:45:00.000Z\",\"0.018791\",\"0.014973\"\n\"2024-06-24T20:50:00.000Z\",\"0.009336\",\"0.007729\"\n\"2024-06-24T20:55:00.000Z\",\"0.003132\",\"0.002833\"\n\"2024-06-24T21:00:00.000Z\",\"0.001862\",\"0.001765\"\n\"2024-06-24T21:05:00.000Z\",\"0.001752\",\"0.001775\"\n\"2024-06-24T21:10:00.000Z\",\"0.002144\",\"0.002014\"\n\"2024-06-24T21:15:00.000Z\",\"0.002596\",\"0.002194\"\n\"2024-06-24T21:20:00.000Z\",\"0.002151\",\"0.00199\"\n\"2024-06-24T21:25:00.000Z\",\"0.002747\",\"0.002503\"\n\"2024-06-24T21:30:00.000Z\",\"0.001942\",\"0.001799\"\n\"2024-06-24T21:35:00.000Z\",\"0.001729\",\"0.001878\"\n\"2024-06-24T21:40:00.000Z\",\"0.00204\",\"0.001801\"\n\"2024-06-24T21:45:00.000Z\",\"0.001763\",\"0.001743\"\n\"2024-06-24T21:50:00.000Z\",\"0.001896\",\"0.001858\"\n\"2024-06-24T21:55:00.000Z\",\"0.003651\",\"0.003564\"\n\"2024-06-24T22:00:00.000Z\",\"0.004287\",\"0.003861\"\n\"2024-06-24T22:05:00.000Z\",\"0.002906\",\"0.002632\"\n\"2024-06-24T22:10:00.000Z\",\"0.002738\",\"0.002556\"\n\"2024-06-24T22:15:00.000Z\",\"0.004838\",\"0.00446\"\n\"2024-06-24T22:20:00.000Z\",\"0.035601\",\"0.029218\"\n\"2024-06-24T22:25:00.000Z\",\"0.00136\",\"0.001399\"\n\"2024-06-24T22:30:00.000Z\",\"0.002016\",\"0.001905\"\n\"2024-06-24T22:35:00.000Z\",\"0.003697\",\"0.00335\"\n\"2024-06-24T22:40:00.000Z\",\"0.006\",\"0.005282\"\n\"2024-06-24T22:45:00.000Z\",\"0.005867\",\"0.005218\"\n\"2024-06-24T22:50:00.000Z\",\"0.006017\",\"0.005077\"\n\"2024-06-24T22:55:00.000Z\",\"0.006283\",\"0.00533\"\n\"2024-06-24T23:00:00.000Z\",\"0.005672\",\"0.005032\"\n\"2024-06-24T23:05:00.000Z\",\"0.009071\",\"0.007555\"\n\"2024-06-24T23:10:00.000Z\",\"0.008226\",\"0.006773\"\n\"2024-06-24T23:15:00.000Z\",\"0.009204\",\"0.007564\"\n\"2024-06-24T23:20:00.000Z\",\"0.006533\",\"0.005382\"\n\"2024-06-24T23:25:00.000Z\",\"0.005152\",\"0.004307\"\n\"2024-06-24T23:30:00.000Z\",\"0.003008\",\"0.0027\"\n\"2024-06-24T23:35:00.000Z\",\"0.002334\",\"0.002068\"\n\"2024-06-24T23:40:00.000Z\",\"0.001624\",\"0.001603\"\n\"2024-06-24T23:45:00.000Z\",\"0.00167\",\"0.001696\"\n\"2024-06-24T23:50:00.000Z\",\"0.001353\",\"0.001509\"\n\"2024-06-24T23:55:00.000Z\",\"0.001419\",\"0.001431\"\n\"2024-06-25T00:00:00.000Z\",\"0.001322\",\"0.001318\"\n\"2024-06-25T00:05:00.000Z\",\"0.001248\",\"0.001301\"\n\"2024-06-25T00:10:00.000Z\",\"0.001342\",\"0.001262\"\n\"2024-06-25T00:15:00.000Z\",\"0.001253\",\"0.001282\"\n\"2024-06-25T00:20:00.000Z\",\"0.001365\",\"0.001407\"\n\"2024-06-25T00:25:00.000Z\",\"0.001316\",\"0.001334\"\n\"2024-06-25T00:30:00.000Z\",\"0.001296\",\"0.001275\"\n\"2024-06-25T00:35:00.000Z\",\"0.003201\",\"0.00303\"\n\"2024-06-25T00:40:00.000Z\",\"0.001479\",\"0.001527\"\n\"2024-06-25T00:45:00.000Z\",\"0.001866\",\"0.001824\"\n\"2024-06-25T00:50:00.000Z\",\"0.001604\",\"0.001542\"\n\"2024-06-25T00:55:00.000Z\",\"0.001544\",\"0.001547\"\n\"2024-06-25T01:00:00.000Z\",\"0.001914\",\"0.001837\"\n\"2024-06-25T01:05:00.000Z\",\"0.003161\",\"0.003224\"\n\"2024-06-25T01:10:00.000Z\",\"0.001677\",\"0.001621\"\n\"2024-06-25T01:15:00.000Z\",\"0.001372\",\"0.001399\"\n\"2024-06-25T01:20:00.000Z\",\"0.001\",\"0.001222\"\n\"2024-06-25T01:25:00.000Z\",\"0.001261\",\"0.00125\"\n\"2024-06-25T01:30:00.000Z\",\"0.001221\",\"0.001249\"\n\"2024-06-25T01:35:00.000Z\",\"0.002193\",\"0.002095\"\n\"2024-06-25T01:40:00.000Z\",\"0.00135\",\"0.00128\"\n\"2024-06-25T01:45:00.000Z\",\"0.002795\",\"0.002773\"\n\"2024-06-25T01:50:00.000Z\",\"0.002474\",\"0.002364\"\n\"2024-06-25T01:55:00.000Z\",\"0.001453\",\"0.00145\"\n\"2024-06-25T02:00:00.000Z\",\"0.001415\",\"0.001448\"\n\"2024-06-25T02:05:00.000Z\",\"0.001282\",\"0.001358\"\n\"2024-06-25T02:10:00.000Z\",\"0.001224\",\"0.001206\"\n\"2024-06-25T02:15:00.000Z\",\"0.0013\",\"0.001382\"\n\"2024-06-25T02:20:00.000Z\",\"0.001172\",\"0.001222\"\n\"2024-06-25T02:25:00.000Z\",\"0.001504\",\"0.001511\"\n\"2024-06-25T02:30:00.000Z\",\"0.001437\",\"0.001394\"\n\"2024-06-25T02:35:00.000Z\",\"0.001645\",\"0.00157\"\n\"2024-06-25T02:40:00.000Z\",\"0.001759\",\"0.001657\"\n\"2024-06-25T02:45:00.000Z\",\"0.00195\",\"0.001867\"\n\"2024-06-25T02:50:00.000Z\",\"0.00164\",\"0.001549\"\n\"2024-06-25T02:55:00.000Z\",\"0.001764\",\"0.001793\"\n\"2024-06-25T03:00:00.000Z\",\"0.003238\",\"0.003379\"\n\"2024-06-25T03:05:00.000Z\",\"0.00148\",\"0.001542\"\n\"2024-06-25T03:10:00.000Z\",\"0.002553\",\"0.002332\"\n\"2024-06-25T03:15:00.000Z\",\"0.002583\",\"0.002448\"\n\"2024-06-25T03:20:00.000Z\",\"0.002404\",\"0.002257\"\n\"2024-06-25T03:25:00.000Z\",\"0.003938\",\"0.00351\"\n\"2024-06-25T03:30:00.000Z\",\"0.005888\",\"0.00527\"\n\"2024-06-25T03:35:00.000Z\",\"0.005411\",\"0.004872\"\n\"2024-06-25T03:40:00.000Z\",\"0.00493\",\"0.004386\"\n\"2024-06-25T03:45:00.000Z\",\"0.005628\",\"0.004999\"\n\"2024-06-25T03:50:00.000Z\",\"0.007473\",\"0.006537\"\n\"2024-06-25T03:55:00.000Z\",\"0.008233\",\"0.007167\"\n\"2024-06-25T04:00:00.000Z\",\"0.007977\",\"0.006935\"\n\"2024-06-25T04:05:00.000Z\",\"0.006002\",\"0.005256\"\n\"2024-06-25T04:10:00.000Z\",\"0.007629\",\"0.006688\"\n\"2024-06-25T04:15:00.000Z\",\"0.006282\",\"0.005306\"\n\"2024-06-25T04:20:00.000Z\",\"0.005833\",\"0.005234\"\n\"2024-06-25T04:25:00.000Z\",\"0.005605\",\"0.005096\"\n\"2024-06-25T04:30:00.000Z\",\"0.005706\",\"0.005098\"\n\"2024-06-25T04:35:00.000Z\",\"0.006591\",\"0.005959\"\n\"2024-06-25T04:40:00.000Z\",\"0.004733\",\"0.004368\"\n\"2024-06-25T04:45:00.000Z\",\"0.003361\",\"0.003151\"\n\"2024-06-25T04:50:00.000Z\",\"0.002728\",\"0.002713\"\n\"2024-06-25T04:55:00.000Z\",\"0.00266\",\"0.002504\"\n\"2024-06-25T05:00:00.000Z\",\"0.004649\",\"0.003976\"\n\"2024-06-25T05:05:00.000Z\",\"0.002143\",\"0.002149\"\n\"2024-06-25T05:10:00.000Z\",\"0.002616\",\"0.002446\"\n\"2024-06-25T05:15:00.000Z\",\"0.001995\",\"0.002018\"\n\"2024-06-25T05:20:00.000Z\",\"0.002553\",\"0.002515\"\n\"2024-06-25T05:25:00.000Z\",\"0.002416\",\"0.002464\"\n\"2024-06-25T05:30:00.000Z\",\"0.004118\",\"0.004164\"\n\"2024-06-25T05:35:00.000Z\",\"0.008026\",\"0.007848\"\n\"2024-06-25T05:40:00.000Z\",\"0.007835\",\"0.007337\"\n\"2024-06-25T05:45:00.000Z\",\"0.007629\",\"0.007223\"\n\"2024-06-25T05:50:00.000Z\",\"0.008517\",\"0.008179\"\n\"2024-06-25T05:55:00.000Z\",\"0.008371\",\"0.008105\"\n\"2024-06-25T06:00:00.000Z\",\"0.004341\",\"0.004142\"\n\"2024-06-25T06:05:00.000Z\",\"0.004216\",\"0.003867\"\n\"2024-06-25T06:10:00.000Z\",\"0.003896\",\"0.003597\"\n\"2024-06-25T06:15:00.000Z\",\"0.002458\",\"0.002497\"\n\"2024-06-25T06:20:00.000Z\",\"0.002039\",\"0.001992\"\n\"2024-06-25T06:25:00.000Z\",\"0.002166\",\"0.002175\"\n\"2024-06-25T06:30:00.000Z\",\"0.002217\",\"0.002121\"\n\"2024-06-25T06:35:00.000Z\",\"0.004882\",\"0.004103\"\n\"2024-06-25T06:40:00.000Z\",\"0.002503\",\"0.002402\"\n\"2024-06-25T06:45:00.000Z\",\"0.002329\",\"0.002286\"\n\"2024-06-25T06:50:00.000Z\",\"0.002359\",\"0.002416\"\n\"2024-06-25T06:55:00.000Z\",\"0.002528\",\"0.002529\"\n\"2024-06-25T07:00:00.000Z\",\"0.00214\",\"0.002235\"\n\"2024-06-25T07:05:00.000Z\",\"0.002408\",\"0.002384\"\n\"2024-06-25T07:10:00.000Z\",\"0.002046\",\"0.002045\"\n\"2024-06-25T07:15:00.000Z\",\"0.002146\",\"0.00222\"\n\"2024-06-25T07:20:00.000Z\",\"0.003427\",\"0.003488\"\n\"2024-06-25T07:25:00.000Z\",\"0.002181\",\"0.002372\"\n\"2024-06-25T07:30:00.000Z\",\"0.002387\",\"0.002528\"\n\"2024-06-25T07:35:00.000Z\",\"0.001516\",\"0.001545\"\n\"2024-06-25T07:40:00.000Z\",\"0.014803\",\"0.013331\"\n\"2024-06-25T07:45:00.000Z\",\"0.002374\",\"0.002227\"\n\"2024-06-25T07:50:00.000Z\",\"0.004123\",\"0.003645\"\n\"2024-06-25T07:55:00.000Z\",\"0.00497\",\"0.004294\"\n\"2024-06-25T08:00:00.000Z\",\"0.004023\",\"0.003617\"\n\"2024-06-25T08:05:00.000Z\",\"0.006209\",\"0.004989\"\n\"2024-06-25T08:10:00.000Z\",\"0.004105\",\"0.003508\"\n\"2024-06-25T08:15:00.000Z\",\"0.001892\",\"0.001655\"\n\"2024-06-25T08:20:00.000Z\",\"0.001956\",\"0.001847\"\n\"2024-06-25T08:25:00.000Z\",\"0.001592\",\"0.001516\"\n\"2024-06-25T08:30:00.000Z\",\"0.001794\",\"0.001723\"\n\"2024-06-25T08:35:00.000Z\",\"0.002161\",\"0.001883\"\n\"2024-06-25T08:40:00.000Z\",\"0.001412\",\"0.001325\"\n\"2024-06-25T08:45:00.000Z\",\"0.002282\",\"0.002135\"\n\"2024-06-25T08:50:00.000Z\",\"0.002693\",\"0.002401\"\n\"2024-06-25T08:55:00.000Z\",\"0.005986\",\"0.00494\"\n\"2024-06-25T09:00:00.000Z\",\"0.004619\",\"0.0042\"\n\"2024-06-25T09:05:00.000Z\",\"0.004625\",\"0.004082\"\n\"2024-06-25T09:10:00.000Z\",\"0.00326\",\"0.002938\"\n\"2024-06-25T09:15:00.000Z\",\"0.00274\",\"0.002401\"\n\"2024-06-25T09:20:00.000Z\",\"0.002023\",\"0.001753\"\n\"2024-06-25T09:25:00.000Z\",\"0.002305\",\"0.002129\"\n\"2024-06-25T09:30:00.000Z\",\"0.001612\",\"0.001583\"\n\"2024-06-25T09:35:00.000Z\",\"0.001752\",\"0.00159\"\n\"2024-06-25T09:40:00.000Z\",\"0.003841\",\"0.003547\"\n\"2024-06-25T09:45:00.000Z\",\"0.001828\",\"0.001605\"\n\"2024-06-25T09:50:00.000Z\",\"0.003341\",\"0.002922\"\n\"2024-06-25T09:55:00.000Z\",\"0.003392\",\"0.003135\"\n\"2024-06-25T10:00:00.000Z\",\"0.00337\",\"0.003095\"\n\"2024-06-25T10:05:00.000Z\",\"0.003418\",\"0.003081\"\n\"2024-06-25T10:10:00.000Z\",\"0.004969\",\"0.004392\"\n\"2024-06-25T10:15:00.000Z\",\"0.004004\",\"0.003704\"\n\"2024-06-25T10:20:00.000Z\",\"0.001653\",\"0.001653\"\n\"2024-06-25T10:25:00.000Z\",\"0.001782\",\"0.001853\"\n\"2024-06-25T10:30:00.000Z\",\"0.003534\",\"0.003095\"\n\"2024-06-25T10:35:00.000Z\",\"0.002505\",\"0.002474\"\n\"2024-06-25T10:40:00.000Z\",\"0.001965\",\"0.001801\"\n\"2024-06-25T10:45:00.000Z\",\"0.001379\",\"0.001419\"\n\"2024-06-25T10:50:00.000Z\",\"0.006196\",\"0.004929\"\n\"2024-06-25T10:55:00.000Z\",\"0.001651\",\"0.001565\"\n\"2024-06-25T11:00:00.000Z\",\"0.001705\",\"0.001678\"\n\"2024-06-25T11:05:00.000Z\",\"0.001731\",\"0.00168\"\n\"2024-06-25T11:10:00.000Z\",\"0.001835\",\"0.001789\"\n\"2024-06-25T11:15:00.000Z\",\"0.002673\",\"0.002436\"\n\"2024-06-25T11:20:00.000Z\",\"0.002513\",\"0.002264\"\n\"2024-06-25T11:25:00.000Z\",\"0.002928\",\"0.002646\"\n\"2024-06-25T11:30:00.000Z\",\"0.003026\",\"0.002656\"\n\"2024-06-25T11:35:00.000Z\",\"0.001967\",\"0.001856\"\n\"2024-06-25T11:40:00.000Z\",\"0.00155\",\"0.001552\"\n\"2024-06-25T11:45:00.000Z\",\"0.002465\",\"0.002175\"\n\"2024-06-25T11:50:00.000Z\",\"0.001298\",\"0.001243\"\n\"2024-06-25T11:55:00.000Z\",\"0.001689\",\"0.001683\"\n\"2024-06-25T12:00:00.000Z\",\"0.002885\",\"0.002575\"\n\"2024-06-25T12:05:00.000Z\",\"0.003298\",\"0.002915\"\n\"2024-06-25T12:10:00.000Z\",\"0.00375\",\"0.003401\"\n\"2024-06-25T12:15:00.000Z\",\"0.002898\",\"0.002632\"\n\"2024-06-25T12:20:00.000Z\",\"0.003268\",\"0.002923\"\n\"2024-06-25T12:25:00.000Z\",\"0.001708\",\"0.001588\"\n\"2024-06-25T12:30:00.000Z\",\"0.001275\",\"0.001329\"\n\"2024-06-25T12:35:00.000Z\",\"0.001926\",\"0.001918\"\n\"2024-06-25T12:40:00.000Z\",\"0.001713\",\"0.001739\"\n\"2024-06-25T12:45:00.000Z\",\"0.001239\",\"0.001307\"\n\"2024-06-25T12:50:00.000Z\",\"0.001382\",\"0.001291\"\n\"2024-06-25T12:55:00.000Z\",\"0.003191\",\"0.002819\"\n\"2024-06-25T13:00:00.000Z\",\"0.002942\",\"0.002588\"\n\"2024-06-25T13:05:00.000Z\",\"0.004744\",\"0.004152\"\n\"2024-06-25T13:10:00.000Z\",\"0.003278\",\"0.002878\"\n\"2024-06-25T13:15:00.000Z\",\"0.002642\",\"0.002422\"\n\"2024-06-25T13:20:00.000Z\",\"0.001545\",\"0.001719\"\n\"2024-06-25T13:25:00.000Z\",\"0.001472\",\"0.001636\"\n\"2024-06-25T13:30:00.000Z\",\"0.002644\",\"0.00269\"\n\"2024-06-25T13:35:00.000Z\",\"0.001353\",\"0.001431\"\n\"2024-06-25T13:40:00.000Z\",\"0.001451\",\"0.001523\"\n\"2024-06-25T13:45:00.000Z\",\"0.002041\",\"0.001949\"\n\"2024-06-25T13:50:00.000Z\",\"0.002243\",\"0.002085\"\n\"2024-06-25T13:55:00.000Z\",\"0.001516\",\"0.001537\"\n\"2024-06-25T14:00:00.000Z\",\"0.001399\",\"0.001393\"\n\"2024-06-25T14:05:00.000Z\",\"0.001959\",\"0.00195\"\n\"2024-06-25T14:10:00.000Z\",\"0.001738\",\"0.001746\"\n\"2024-06-25T14:15:00.000Z\",\"0.002356\",\"0.002362\"\n\"2024-06-25T14:20:00.000Z\",\"0.002647\",\"0.002796\"\n\"2024-06-25T14:25:00.000Z\",\"0.002276\",\"0.002129\"\n\"2024-06-25T14:30:00.000Z\",\"0.001684\",\"0.001646\"\n\"2024-06-25T14:35:00.000Z\",\"0.001441\",\"0.001495\"\n\"2024-06-25T14:40:00.000Z\",\"0.001996\",\"0.002014\"\n\"2024-06-25T14:45:00.000Z\",\"0.001745\",\"0.001712\"\n\"2024-06-25T14:50:00.000Z\",\"0.00179\",\"0.001775\"\n\"2024-06-25T14:55:00.000Z\",\"0.001785\",\"0.001899\"\n\"2024-06-25T15:00:00.000Z\",\"0.001837\",\"0.001693\"\n\"2024-06-25T15:05:00.000Z\",\"0.001261\",\"0.001253\"\n\"2024-06-25T15:10:00.000Z\",\"0.00182\",\"0.001757\"\n\"2024-06-25T15:15:00.000Z\",\"0.00164\",\"0.001543\"\n\"2024-06-25T15:20:00.000Z\",\"0.001657\",\"0.001409\"\n\"2024-06-25T15:25:00.000Z\",\"0.002187\",\"0.002175\"\n\"2024-06-25T15:30:00.000Z\",\"0.00192\",\"0.001787\"\n\"2024-06-25T15:35:00.000Z\",\"0.002007\",\"0.001818\"\n\"2024-06-25T15:40:00.000Z\",\"0.001738\",\"0.001537\"\n\"2024-06-25T15:45:00.000Z\",\"0.00328\",\"0.002683\"\n\"2024-06-25T15:50:00.000Z\",\"0.002915\",\"0.00254\"\n\"2024-06-25T15:55:00.000Z\",\"0.001872\",\"0.001754\"\n\"2024-06-25T16:00:00.000Z\",\"0.002195\",\"0.002047\"\n\"2024-06-25T16:05:00.000Z\",\"0.002049\",\"0.002009\"\n\"2024-06-25T16:10:00.000Z\",\"0.001961\",\"0.001927\"\n\"2024-06-25T16:15:00.000Z\",\"0.016\",\"0.014086\"\n\"2024-06-25T16:20:00.000Z\",\"0.001204\",\"0.001163\"\n\"2024-06-25T16:25:00.000Z\",\"0.002253\",\"0.001638\"\n\"2024-06-25T16:30:00.000Z\",\"0.001621\",\"0.001603\"\n\"2024-06-25T16:35:00.000Z\",\"0.005035\",\"0.004842\"\n\"2024-06-25T16:40:00.000Z\",\"0.003431\",\"0.003127\"\n\"2024-06-25T16:45:00.000Z\",\"0.003356\",\"0.003161\"\n\"2024-06-25T16:50:00.000Z\",\"0.003524\",\"0.00314\"\n\"2024-06-25T16:55:00.000Z\",\"0.006019\",\"0.005561\"\n\"2024-06-25T17:00:00.000Z\",\"0.002587\",\"0.002402\"\n\"2024-06-25T17:05:00.000Z\",\"0.001729\",\"0.001734\"\n\"2024-06-25T17:10:00.000Z\",\"0.001728\",\"0.001764\"\n\"2024-06-25T17:15:00.000Z\",\"0.001395\",\"0.001498\"\n\"2024-06-25T17:20:00.000Z\",\"0.001467\",\"0.001289\"\n\"2024-06-25T17:25:00.000Z\",\"0.001398\",\"0.001303\"\n\"2024-06-25T17:30:00.000Z\",\"0.001641\",\"0.001532\"\n\"2024-06-25T17:35:00.000Z\",\"0.003163\",\"0.002908\"\n\"2024-06-25T17:40:00.000Z\",\"0.001495\",\"0.00136\"\n\"2024-06-25T17:45:00.000Z\",\"0.00149\",\"0.001347\"\n\"2024-06-25T17:50:00.000Z\",\"0.001575\",\"0.001378\"\n\"2024-06-25T17:55:00.000Z\",\"0.001219\",\"0.001251\"\n\"2024-06-25T18:00:00.000Z\",\"0.001479\",\"0.00137\"\n\"2024-06-25T18:05:00.000Z\",\"0.001448\",\"0.001318\"\n\"2024-06-25T18:10:00.000Z\",\"0.001575\",\"0.001459\"\n\"2024-06-25T18:15:00.000Z\",\"0.001413\",\"0.001255\"\n\"2024-06-25T18:20:00.000Z\",\"0.001653\",\"0.001574\"\n\"2024-06-25T18:25:00.000Z\",\"0.00182\",\"0.001655\"\n\"2024-06-25T18:30:00.000Z\",\"0.003568\",\"0.003106\"\n\"2024-06-25T18:35:00.000Z\",\"0.004076\",\"0.003612\"\n\"2024-06-25T18:40:00.000Z\",\"0.004063\",\"0.003423\"\n\"2024-06-25T18:45:00.000Z\",\"0.005339\",\"0.004555\"\n\"2024-06-25T18:50:00.000Z\",\"0.004194\",\"0.003622\"\n\"2024-06-25T18:55:00.000Z\",\"0.002651\",\"0.002383\"\n\"2024-06-25T19:00:00.000Z\",\"0.001781\",\"0.001734\"\n\"2024-06-25T19:05:00.000Z\",\"0.0016\",\"0.001451\"\n\"2024-06-25T19:10:00.000Z\",\"0.001904\",\"0.001719\"\n\"2024-06-25T19:15:00.000Z\",\"0.002401\",\"0.0022\"\n\"2024-06-25T19:20:00.000Z\",\"0.005111\",\"0.00442\"\n\"2024-06-25T19:25:00.000Z\",\"0.005138\",\"0.004553\"\n\"2024-06-25T19:30:00.000Z\",\"0.005056\",\"0.004422\"\n\"2024-06-25T19:35:00.000Z\",\"0.005187\",\"0.004531\"\n\"2024-06-25T19:40:00.000Z\",\"0.004992\",\"0.004393\"\n\"2024-06-25T19:45:00.000Z\",\"0.003419\",\"0.003031\"\n\"2024-06-25T19:50:00.000Z\",\"0.00275\",\"0.002462\"\n\"2024-06-25T19:55:00.000Z\",\"0.002859\",\"0.002486\"\n\"2024-06-25T20:00:00.000Z\",\"0.002677\",\"0.002382\"\n\"2024-06-25T20:05:00.000Z\",\"0.001964\",\"0.001725\"\n\"2024-06-25T20:10:00.000Z\",\"0.003737\",\"0.003299\"\n\"2024-06-25T20:15:00.000Z\",\"0.004292\",\"0.003635\"\n\"2024-06-25T20:20:00.000Z\",\"0.004214\",\"0.003624\"\n\"2024-06-25T20:25:00.000Z\",\"0.004089\",\"0.003555\"\n\"2024-06-25T20:30:00.000Z\",\"0.003441\",\"0.00312\"\n\"2024-06-25T20:35:00.000Z\",\"0.001946\",\"0.001873\"\n\"2024-06-25T20:40:00.000Z\",\"0.001631\",\"0.001416\"\n\"2024-06-25T20:45:00.000Z\",\"0.001574\",\"0.001444\"\n\"2024-06-25T20:50:00.000Z\",\"0.001417\",\"0.001363\"\n\"2024-06-25T20:55:00.000Z\",\"0.001369\",\"0.001291\"\n\"2024-06-25T21:00:00.000Z\",\"0.001421\",\"0.001396\"\n\"2024-06-25T21:05:00.000Z\",\"0.001474\",\"0.001358\"\n\"2024-06-25T21:10:00.000Z\",\"0.00156\",\"0.001349\"\n\"2024-06-25T21:15:00.000Z\",\"0.00154\",\"0.001323\"\n\"2024-06-25T21:20:00.000Z\",\"0.001348\",\"0.001239\"\n\"2024-06-25T21:25:00.000Z\",\"0.001449\",\"0.001382\"\n\"2024-06-25T21:30:00.000Z\",\"0.00157\",\"0.001382\"\n\"2024-06-25T21:35:00.000Z\",\"0.001589\",\"0.001403\"\n\"2024-06-25T21:40:00.000Z\",\"0.003348\",\"0.00322\"\n\"2024-06-25T21:45:00.000Z\",\"0.002403\",\"0.002248\"\n\"2024-06-25T21:50:00.000Z\",\"0.008884\",\"0.008732\"\n\"2024-06-25T21:55:00.000Z\",\"0.005682\",\"0.00544\"\n\"2024-06-25T22:00:00.000Z\",\"0.003436\",\"0.003364\"\n\"2024-06-25T22:05:00.000Z\",\"0.003208\",\"0.003215\"\n\"2024-06-25T22:10:00.000Z\",\"0.001601\",\"0.001822\"\n\"2024-06-25T22:15:00.000Z\",\"0.001664\",\"0.001593\"\n\"2024-06-25T22:20:00.000Z\",\"0.002937\",\"0.002671\"\n\"2024-06-25T22:25:00.000Z\",\"0.002799\",\"0.002422\"\n\"2024-06-25T22:30:00.000Z\",\"0.003131\",\"0.002707\"\n\"2024-06-25T22:35:00.000Z\",\"0.003497\",\"0.003202\"\n\"2024-06-25T22:40:00.000Z\",\"0.003597\",\"0.003112\"\n\"2024-06-25T22:45:00.000Z\",\"0.006045\",\"0.004253\"\n\"2024-06-25T22:50:00.000Z\",\"0.009861\",\"0.007225\"\n\"2024-06-25T22:55:00.000Z\",\"0.007607\",\"0.004901\"\n\"2024-06-25T23:00:00.000Z\",\"0.006026\",\"0.003773\"\n\"2024-06-25T23:05:00.000Z\",\"0.005662\",\"0.004214\"\n\"2024-06-25T23:10:00.000Z\",\"0.003181\",\"0.002707\"\n\"2024-06-25T23:15:00.000Z\",\"0.003531\",\"0.003268\"\n\"2024-06-25T23:20:00.000Z\",\"0.003705\",\"0.003172\"\n\"2024-06-25T23:25:00.000Z\",\"0.004879\",\"0.003902\"\n\"2024-06-25T23:30:00.000Z\",\"0.003872\",\"0.003315\"\n\"2024-06-25T23:35:00.000Z\",\"0.004274\",\"0.003761\"\n\"2024-06-25T23:40:00.000Z\",\"0.004146\",\"0.003522\"\n\"2024-06-25T23:45:00.000Z\",\"0.003456\",\"0.002916\"\n\"2024-06-25T23:50:00.000Z\",\"0.002736\",\"0.002346\"\n\"2024-06-25T23:55:00.000Z\",\"0.003852\",\"0.003591\"\n\"2024-06-26T00:00:00.000Z\",\"0.00438\",\"0.004491\"\n\"2024-06-26T00:05:00.000Z\",\"0.004333\",\"0.004257\"\n\"2024-06-26T00:10:00.000Z\",\"0.00791\",\"0.007115\"\n\"2024-06-26T00:15:00.000Z\",\"0.004947\",\"0.004574\"\n\"2024-06-26T00:20:00.000Z\",\"0.00205\",\"0.001962\"\n\"2024-06-26T00:25:00.000Z\",\"0.002396\",\"0.002177\"\n\"2024-06-26T00:30:00.000Z\",\"0.001805\",\"0.001613\"\n\"2024-06-26T00:35:00.000Z\",\"0.002543\",\"0.002033\"\n\"2024-06-26T00:40:00.000Z\",\"0.002686\",\"0.00212\"\n\"2024-06-26T00:45:00.000Z\",\"0.001477\",\"0.001406\"\n\"2024-06-26T00:50:00.000Z\",\"0.00137\",\"0.001403\"\n\"2024-06-26T00:55:00.000Z\",\"0.002276\",\"0.002058\"\n\"2024-06-26T01:00:00.000Z\",\"0.001434\",\"0.001295\"\n\"2024-06-26T01:05:00.000Z\",\"0.001308\",\"0.001251\"\n\"2024-06-26T01:10:00.000Z\",\"0.001975\",\"0.001757\"\n\"2024-06-26T01:15:00.000Z\",\"0.002363\",\"0.002042\"\n\"2024-06-26T01:20:00.000Z\",\"0.004632\",\"0.004085\"\n\"2024-06-26T01:25:00.000Z\",\"0.005391\",\"0.00492\"\n\"2024-06-26T01:30:00.000Z\",\"0.005981\",\"0.005419\"\n\"2024-06-26T01:35:00.000Z\",\"0.005059\",\"0.004502\"\n\"2024-06-26T01:40:00.000Z\",\"0.004792\",\"0.004139\"\n\"2024-06-26T01:45:00.000Z\",\"0.003135\",\"0.002702\"\n\"2024-06-26T01:50:00.000Z\",\"0.002042\",\"0.001809\"\n\"2024-06-26T01:55:00.000Z\",\"0.00175\",\"0.001596\"\n\"2024-06-26T02:00:00.000Z\",\"0.002393\",\"0.002243\"\n\"2024-06-26T02:05:00.000Z\",\"0.001238\",\"0.001284\"\n\"2024-06-26T02:10:00.000Z\",\"0.001669\",\"0.001633\"\n\"2024-06-26T02:15:00.000Z\",\"0.00192\",\"0.001692\"\n\"2024-06-26T02:20:00.000Z\",\"0.001937\",\"0.001899\"\n\"2024-06-26T02:25:00.000Z\",\"0.001452\",\"0.001384\"\n\"2024-06-26T02:30:00.000Z\",\"0.001722\",\"0.001531\"\n\"2024-06-26T02:35:00.000Z\",\"0.001633\",\"0.001515\"\n\"2024-06-26T02:40:00.000Z\",\"0.001582\",\"0.001296\"\n\"2024-06-26T02:45:00.000Z\",\"0.001661\",\"0.001667\"\n\"2024-06-26T02:50:00.000Z\",\"0.001775\",\"0.001638\"\n\"2024-06-26T02:55:00.000Z\",\"0.001875\",\"0.001652\"\n\"2024-06-26T03:00:00.000Z\",\"0.002156\",\"0.001904\"\n\"2024-06-26T03:05:00.000Z\",\"0.001395\",\"0.001239\"\n\"2024-06-26T03:10:00.000Z\",\"0.001767\",\"0.001559\"\n\"2024-06-26T03:15:00.000Z\",\"0.001911\",\"0.001712\"\n\"2024-06-26T03:20:00.000Z\",\"0.001611\",\"0.001537\"\n\"2024-06-26T03:25:00.000Z\",\"0.001594\",\"0.001473\"\n\"2024-06-26T03:30:00.000Z\",\"0.001745\",\"0.001593\"\n\"2024-06-26T03:35:00.000Z\",\"0.002082\",\"0.001866\"\n\"2024-06-26T03:40:00.000Z\",\"0.001472\",\"0.001288\"\n\"2024-06-26T03:45:00.000Z\",\"0.003415\",\"0.003066\"\n\"2024-06-26T03:50:00.000Z\",\"0.003566\",\"0.003451\"\n\"2024-06-26T03:55:00.000Z\",\"0.001893\",\"0.001667\"\n\"2024-06-26T04:00:00.000Z\",\"0.001392\",\"0.001343\"\n\"2024-06-26T04:05:00.000Z\",\"0.001409\",\"0.001243\"\n\"2024-06-26T04:10:00.000Z\",\"0.001608\",\"0.001431\"\n\"2024-06-26T04:15:00.000Z\",\"0.001268\",\"0.001301\"\n\"2024-06-26T04:20:00.000Z\",\"0.001194\",\"0.001119\"\n\"2024-06-26T04:25:00.000Z\",\"0.001364\",\"0.001271\"\n\"2024-06-26T04:30:00.000Z\",\"0.002967\",\"0.002605\"\n\"2024-06-26T04:35:00.000Z\",\"0.007976\",\"0.007352\"\n\"2024-06-26T04:40:00.000Z\",\"0.00843\",\"0.00778\"\n\"2024-06-26T04:45:00.000Z\",\"0.009368\",\"0.00833\"\n\"2024-06-26T04:50:00.000Z\",\"0.009492\",\"0.008505\"\n\"2024-06-26T04:55:00.000Z\",\"0.008032\",\"0.007439\"\n\"2024-06-26T05:00:00.000Z\",\"0.007278\",\"0.006837\"\n\"2024-06-26T05:05:00.000Z\",\"0.007528\",\"0.006846\"\n\"2024-06-26T05:10:00.000Z\",\"0.006231\",\"0.005917\"\n\"2024-06-26T05:15:00.000Z\",\"0.002166\",\"0.002086\"\n\"2024-06-26T05:20:00.000Z\",\"0.005538\",\"0.004824\"\n\"2024-06-26T05:25:00.000Z\",\"0.00673\",\"0.00608\"\n\"2024-06-26T05:30:00.000Z\",\"0.005538\",\"0.005396\"\n\"2024-06-26T05:35:00.000Z\",\"0.005687\",\"0.005325\"\n\"2024-06-26T05:40:00.000Z\",\"0.006717\",\"0.00621\"\n\"2024-06-26T05:45:00.000Z\",\"0.005794\",\"0.005428\"\n\"2024-06-26T05:50:00.000Z\",\"0.006052\",\"0.005568\"\n\"2024-06-26T05:55:00.000Z\",\"0.005952\",\"0.005628\"\n\"2024-06-26T06:00:00.000Z\",\"0.007813\",\"0.007203\"\n\"2024-06-26T06:05:00.000Z\",\"0.006868\",\"0.006325\"\n\"2024-06-26T06:10:00.000Z\",\"0.006179\",\"0.006726\"\n\"2024-06-26T06:15:00.000Z\",\"0.005781\",\"0.005575\"\n\"2024-06-26T06:20:00.000Z\",\"0.005835\",\"0.005497\"\n\"2024-06-26T06:25:00.000Z\",\"0.006379\",\"0.006188\"\n\"2024-06-26T06:30:00.000Z\",\"0.00571\",\"0.005363\"\n\"2024-06-26T06:35:00.000Z\",\"0.005712\",\"0.005456\"\n\"2024-06-26T06:40:00.000Z\",\"0.005999\",\"0.005439\"\n\"2024-06-26T06:45:00.000Z\",\"0.005692\",\"0.005356\"\n\"2024-06-26T06:50:00.000Z\",\"0.006114\",\"0.005831\"\n\"2024-06-26T06:55:00.000Z\",\"0.005969\",\"0.005699\"\n\"2024-06-26T07:00:00.000Z\",\"0.005052\",\"0.00471\"\n\"2024-06-26T07:05:00.000Z\",\"0.004333\",\"0.004101\"\n\"2024-06-26T07:10:00.000Z\",\"0.005892\",\"0.005576\"\n\"2024-06-26T07:15:00.000Z\",\"0.006094\",\"0.005711\"\n\"2024-06-26T07:20:00.000Z\",\"0.005588\",\"0.005263\"\n\"2024-06-26T07:25:00.000Z\",\"0.005631\",\"0.005307\"\n\"2024-06-26T07:30:00.000Z\",\"0.00564\",\"0.005372\"\n\"2024-06-26T07:35:00.000Z\",\"0.005859\",\"0.005536\"\n\"2024-06-26T07:40:00.000Z\",\"0.006305\",\"0.005954\"\n\"2024-06-26T07:45:00.000Z\",\"0.006966\",\"0.006452\"\n\"2024-06-26T07:50:00.000Z\",\"0.00862\",\"0.007669\"\n\"2024-06-26T07:55:00.000Z\",\"0.005923\",\"0.005545\"\n\"2024-06-26T08:00:00.000Z\",\"0.005644\",\"0.005519\"\n\"2024-06-26T08:05:00.000Z\",\"0.006011\",\"0.005629\"\n\"2024-06-26T08:10:00.000Z\",\"0.00591\",\"0.005593\"\n\"2024-06-26T08:15:00.000Z\",\"0.005869\",\"0.005587\"\n\"2024-06-26T08:20:00.000Z\",\"0.00922\",\"0.008504\"\n\"2024-06-26T08:25:00.000Z\",\"0.008155\",\"0.007362\"\n\"2024-06-26T08:30:00.000Z\",\"0.007709\",\"0.007107\"\n\"2024-06-26T08:35:00.000Z\",\"0.008619\",\"0.007815\"\n\"2024-06-26T08:40:00.000Z\",\"0.009638\",\"0.008607\"\n\"2024-06-26T08:45:00.000Z\",\"0.00816\",\"0.007401\"\n\"2024-06-26T08:50:00.000Z\",\"0.00691\",\"0.006485\"\n\"2024-06-26T08:55:00.000Z\",\"0.006717\",\"0.006332\"\n\"2024-06-26T09:00:00.000Z\",\"0.006143\",\"0.005746\"\n\"2024-06-26T09:05:00.000Z\",\"0.002438\",\"0.002336\"\n\"2024-06-26T09:10:00.000Z\",\"0.003999\",\"0.003642\"\n\"2024-06-26T09:15:00.000Z\",\"0.011718\",\"0.010383\"\n\"2024-06-26T09:20:00.000Z\",\"0.017202\",\"0.014916\"\n\"2024-06-26T09:25:00.000Z\",\"0.014689\",\"0.012881\"\n\"2024-06-26T09:30:00.000Z\",\"0.014486\",\"0.012513\"\n\"2024-06-26T09:35:00.000Z\",\"0.013478\",\"0.01201\"\n\"2024-06-26T09:40:00.000Z\",\"0.011026\",\"0.009922\"\n\"2024-06-26T09:45:00.000Z\",\"0.012264\",\"0.011068\"\n\"2024-06-26T09:50:00.000Z\",\"0.011971\",\"0.010647\"\n\"2024-06-26T09:55:00.000Z\",\"0.014156\",\"0.012375\"\n\"2024-06-26T10:00:00.000Z\",\"0.010619\",\"0.009534\"\n\"2024-06-26T10:05:00.000Z\",\"0.009449\",\"0.008493\"\n\"2024-06-26T10:10:00.000Z\",\"0.007429\",\"0.00685\"\n\"2024-06-26T10:15:00.000Z\",\"0.007676\",\"0.006926\"\n\"2024-06-26T10:20:00.000Z\",\"0.006007\",\"0.005732\"\n\"2024-06-26T10:25:00.000Z\",\"0.002471\",\"0.002566\"\n\"2024-06-26T10:30:00.000Z\",\"0.007068\",\"0.006359\"\n\"2024-06-26T10:35:00.000Z\",\"0.008223\",\"0.00725\"\n\"2024-06-26T10:40:00.000Z\",\"0.008103\",\"0.007373\"\n\"2024-06-26T10:45:00.000Z\",\"0.010268\",\"0.008914\"\n\"2024-06-26T10:50:00.000Z\",\"0.011647\",\"0.009555\"\n\"2024-06-26T10:55:00.000Z\",\"0.009438\",\"0.008145\"\n\"2024-06-26T11:00:00.000Z\",\"0.010968\",\"0.009161\"\n\"2024-06-26T11:05:00.000Z\",\"0.009828\",\"0.008965\"\n\"2024-06-26T11:10:00.000Z\",\"0.008267\",\"0.007521\"\n\"2024-06-26T11:15:00.000Z\",\"0.008321\",\"0.007607\"\n\"2024-06-26T11:20:00.000Z\",\"0.008856\",\"0.00802\"\n\"2024-06-26T11:25:00.000Z\",\"0.007502\",\"0.006942\"\n\"2024-06-26T11:30:00.000Z\",\"0.00775\",\"0.007438\"\n\"2024-06-26T11:35:00.000Z\",\"0.006793\",\"0.006219\"\n\"2024-06-26T11:40:00.000Z\",\"0.00742\",\"0.006824\"\n\"2024-06-26T11:45:00.000Z\",\"0.00814\",\"0.007394\"\n\"2024-06-26T11:50:00.000Z\",\"0.00814\",\"0.007293\"\n\"2024-06-26T11:55:00.000Z\",\"0.008654\",\"0.008027\"\n\"2024-06-26T12:00:00.000Z\",\"0.008357\",\"0.007586\"\n\"2024-06-26T12:05:00.000Z\",\"0.007971\",\"0.00726\"\n\"2024-06-26T12:10:00.000Z\",\"0.024742\",\"0.022091\"\n\"2024-06-26T12:15:00.000Z\",\"0.00982\",\"0.008915\"\n\"2024-06-26T12:20:00.000Z\",\"0.009748\",\"0.008754\"\n\"2024-06-26T12:25:00.000Z\",\"0.009852\",\"0.008809\"\n\"2024-06-26T12:30:00.000Z\",\"0.010201\",\"0.009259\"\n\"2024-06-26T12:35:00.000Z\",\"0.009714\",\"0.008962\"\n\"2024-06-26T12:40:00.000Z\",\"0.01284\",\"0.011552\"\n\"2024-06-26T12:45:00.000Z\",\"0.012714\",\"0.011246\"\n\"2024-06-26T12:50:00.000Z\",\"0.00718\",\"0.006519\"\n\"2024-06-26T12:55:00.000Z\",\"0.005459\",\"0.005107\"\n\"2024-06-26T13:00:00.000Z\",\"0.00584\",\"0.005437\"\n\"2024-06-26T13:05:00.000Z\",\"0.006168\",\"0.005675\"\n\"2024-06-26T13:10:00.000Z\",\"0.008122\",\"0.007337\"\n\"2024-06-26T13:15:00.000Z\",\"0.006092\",\"0.005505\"\n\"2024-06-26T13:20:00.000Z\",\"0.00451\",\"0.004501\"\n\"2024-06-26T13:25:00.000Z\",\"0.004873\",\"0.003659\"\n\"2024-06-26T13:30:00.000Z\",\"0.005123\",\"0.004849\"\n\"2024-06-26T13:35:00.000Z\",\"0.006179\",\"0.005907\"\n\"2024-06-26T13:40:00.000Z\",\"0.005974\",\"0.00565\"\n\"2024-06-26T13:45:00.000Z\",\"0.005715\",\"0.005491\"\n\"2024-06-26T13:50:00.000Z\",\"0.005591\",\"0.005284\"\n\"2024-06-26T13:55:00.000Z\",\"0.006084\",\"0.005754\"\n\"2024-06-26T14:00:00.000Z\",\"0.005611\",\"0.005189\"\n\"2024-06-26T14:05:00.000Z\",\"0.0059\",\"0.005466\"\n\"2024-06-26T14:10:00.000Z\",\"0.006179\",\"0.005768\"\n\"2024-06-26T14:15:00.000Z\",\"0.006325\",\"0.006087\"\n\"2024-06-26T14:20:00.000Z\",\"0.005973\",\"0.005428\"\n\"2024-06-26T14:25:00.000Z\",\"0.008997\",\"0.008299\"\n\"2024-06-26T14:30:00.000Z\",\"0.010656\",\"0.009646\"\n\"2024-06-26T14:35:00.000Z\",\"0.011354\",\"0.009876\"\n\"2024-06-26T14:40:00.000Z\",\"0.010507\",\"0.00941\"\n\"2024-06-26T14:45:00.000Z\",\"0.008921\",\"0.008135\"\n\"2024-06-26T14:50:00.000Z\",\"0.008352\",\"0.007685\"\n\"2024-06-26T14:55:00.000Z\",\"0.006599\",\"0.006061\"\n\"2024-06-26T15:00:00.000Z\",\"0.006017\",\"0.005591\"\n\"2024-06-26T15:05:00.000Z\",\"0.005986\",\"0.005701\"\n\"2024-06-26T15:10:00.000Z\",\"0.007404\",\"0.007026\"\n\"2024-06-26T15:15:00.000Z\",\"0.005333\",\"0.005045\"\n\"2024-06-26T15:20:00.000Z\",\"0.007516\",\"0.006919\"\n\"2024-06-26T15:25:00.000Z\",\"0.00661\",\"0.005923\"\n\"2024-06-26T15:30:00.000Z\",\"0.005702\",\"0.005459\"\n\"2024-06-26T15:35:00.000Z\",\"0.005403\",\"0.005231\"\n\"2024-06-26T15:40:00.000Z\",\"0.006285\",\"0.005865\"\n\"2024-06-26T15:45:00.000Z\",\"0.005795\",\"0.005403\"\n\"2024-06-26T15:50:00.000Z\",\"0.004538\",\"0.004189\"\n\"2024-06-26T15:55:00.000Z\",\"0.002912\",\"0.003079\"\n\"2024-06-26T16:00:00.000Z\",\"0.004256\",\"0.004164\"\n\"2024-06-26T16:05:00.000Z\",\"0.006007\",\"0.005488\"\n\"2024-06-26T16:10:00.000Z\",\"0.00716\",\"0.006705\"\n\"2024-06-26T16:15:00.000Z\",\"0.007687\",\"0.007178\"\n\"2024-06-26T16:20:00.000Z\",\"0.007822\",\"0.007361\"\n\"2024-06-26T16:25:00.000Z\",\"0.007856\",\"0.007278\"\n\"2024-06-26T16:30:00.000Z\",\"0.007509\",\"0.00703\"\n\"2024-06-26T16:35:00.000Z\",\"0.009314\",\"0.008355\"\n\"2024-06-26T16:40:00.000Z\",\"0.01671\",\"0.013202\"\n\"2024-06-26T16:45:00.000Z\",\"0.015434\",\"0.012227\"\n\"2024-06-26T16:50:00.000Z\",\"0.017366\",\"0.013844\"\n\"2024-06-26T16:55:00.000Z\",\"0.012547\",\"0.010651\"\n\"2024-06-26T17:00:00.000Z\",\"0.014052\",\"0.012617\"\n\"2024-06-26T17:05:00.000Z\",\"0.013976\",\"0.012672\"\n\"2024-06-26T17:10:00.000Z\",\"0.011869\",\"0.010625\"\n\"2024-06-26T17:15:00.000Z\",\"0.0081\",\"0.007357\"\n\"2024-06-26T17:20:00.000Z\",\"0.009873\",\"0.008955\"\n\"2024-06-26T17:25:00.000Z\",\"0.021904\",\"0.020315\"\n\"2024-06-26T17:30:00.000Z\",\"0.006745\",\"0.006443\"\n\"2024-06-26T17:35:00.000Z\",\"0.006044\",\"0.005737\"\n\"2024-06-26T17:40:00.000Z\",\"0.008415\",\"0.007789\"\n\"2024-06-26T17:45:00.000Z\",\"0.007617\",\"0.007214\"\n\"2024-06-26T17:50:00.000Z\",\"0.005925\",\"0.005712\"\n\"2024-06-26T17:55:00.000Z\",\"0.008138\",\"0.007557\"\n\"2024-06-26T18:00:00.000Z\",\"0.006499\",\"0.006192\"\n\"2024-06-26T18:05:00.000Z\",\"0.006304\",\"0.005966\"\n\"2024-06-26T18:10:00.000Z\",\"0.006036\",\"0.005754\"\n\"2024-06-26T18:15:00.000Z\",\"0.006515\",\"0.006034\"\n\"2024-06-26T18:20:00.000Z\",\"0.008366\",\"0.007942\"\n\"2024-06-26T18:25:00.000Z\",\"0.007383\",\"0.006982\"\n\"2024-06-26T18:30:00.000Z\",\"0.008236\",\"0.007534\"\n\"2024-06-26T18:35:00.000Z\",\"0.008408\",\"0.007512\"\n\"2024-06-26T18:40:00.000Z\",\"0.00842\",\"0.007824\"\n\"2024-06-26T18:45:00.000Z\",\"0.007252\",\"0.006821\"\n\"2024-06-26T18:50:00.000Z\",\"0.006229\",\"0.005778\"\n\"2024-06-26T18:55:00.000Z\",\"0.006004\",\"0.005624\"\n\"2024-06-26T19:00:00.000Z\",\"0.004922\",\"0.004697\"\n\"2024-06-26T19:05:00.000Z\",\"0.003991\",\"0.00368\"\n\"2024-06-26T19:10:00.000Z\",\"0.004204\",\"0.003931\"\n\"2024-06-26T19:15:00.000Z\",\"0.007062\",\"0.006614\"\n\"2024-06-26T19:20:00.000Z\",\"0.008579\",\"0.007761\"\n\"2024-06-26T19:25:00.000Z\",\"0.007202\",\"0.00666\"\n\"2024-06-26T19:30:00.000Z\",\"0.00614\",\"0.005764\"\n\"2024-06-26T19:35:00.000Z\",\"0.006017\",\"0.005836\"\n\"2024-06-26T19:40:00.000Z\",\"0.006467\",\"0.006275\"\n\"2024-06-26T19:45:00.000Z\",\"0.005934\",\"0.005737\"\n\"2024-06-26T19:50:00.000Z\",\"0.006488\",\"0.006303\"\n\"2024-06-26T19:55:00.000Z\",\"0.006578\",\"0.00627\"\n\"2024-06-26T20:00:00.000Z\",\"0.006557\",\"0.006282\"\n\"2024-06-26T20:05:00.000Z\",\"0.006246\",\"0.005991\"\n\"2024-06-26T20:10:00.000Z\",\"0.006932\",\"0.006565\"\n\"2024-06-26T20:15:00.000Z\",\"0.006428\",\"0.006112\"\n\"2024-06-26T20:20:00.000Z\",\"0.006324\",\"0.006044\"\n\"2024-06-26T20:25:00.000Z\",\"0.006399\",\"0.006149\"\n\"2024-06-26T20:30:00.000Z\",\"0.005788\",\"0.005565\"\n\"2024-06-26T20:35:00.000Z\",\"0.006299\",\"0.005937\"\n\"2024-06-26T20:40:00.000Z\",\"0.006691\",\"0.006321\"\n\"2024-06-26T20:45:00.000Z\",\"0.005268\",\"0.005333\"\n\"2024-06-26T20:50:00.000Z\",\"0.001795\",\"0.001925\"\n\"2024-06-26T20:55:00.000Z\",\"0.005591\",\"0.005255\"\n\"2024-06-26T21:00:00.000Z\",\"0.006543\",\"0.00626\"\n\"2024-06-26T21:05:00.000Z\",\"0.006041\",\"0.00572\"\n\"2024-06-26T21:10:00.000Z\",\"0.007557\",\"0.007076\"\n\"2024-06-26T21:15:00.000Z\",\"0.016325\",\"0.01505\"\n\"2024-06-26T21:20:00.000Z\",\"0.010014\",\"0.008857\"\n\"2024-06-26T21:25:00.000Z\",\"0.009829\",\"0.008684\"\n\"2024-06-26T21:30:00.000Z\",\"0.009785\",\"0.008901\"\n\"2024-06-26T21:35:00.000Z\",\"0.009233\",\"0.008407\"\n\"2024-06-26T21:40:00.000Z\",\"0.00796\",\"0.00724\"\n\"2024-06-26T21:45:00.000Z\",\"0.006639\",\"0.006257\"\n\"2024-06-26T21:50:00.000Z\",\"0.006532\",\"0.006295\"\n\"2024-06-26T21:55:00.000Z\",\"0.006313\",\"0.006048\"\n\"2024-06-26T22:00:00.000Z\",\"0.006323\",\"0.006086\"\n\"2024-06-26T22:05:00.000Z\",\"0.008405\",\"0.007721\"\n\"2024-06-26T22:10:00.000Z\",\"0.005915\",\"0.00569\"\n\"2024-06-26T22:15:00.000Z\",\"0.00564\",\"0.005589\"\n\"2024-06-26T22:20:00.000Z\",\"0.006056\",\"0.005862\"\n\"2024-06-26T22:25:00.000Z\",\"0.008257\",\"0.007574\"\n\"2024-06-26T22:30:00.000Z\",\"0.010243\",\"0.009161\"\n\"2024-06-26T22:35:00.000Z\",\"0.010558\",\"0.009685\"\n\"2024-06-26T22:40:00.000Z\",\"0.009906\",\"0.009123\"\n\"2024-06-26T22:45:00.000Z\",\"0.009758\",\"0.008969\"\n\"2024-06-26T22:50:00.000Z\",\"0.009322\",\"0.008559\"\n\"2024-06-26T22:55:00.000Z\",\"0.007374\",\"0.006894\"\n\"2024-06-26T23:00:00.000Z\",\"0.007641\",\"0.007235\"\n\"2024-06-26T23:05:00.000Z\",\"0.009184\",\"0.008537\"\n\"2024-06-26T23:10:00.000Z\",\"0.009508\",\"0.008875\"\n\"2024-06-26T23:15:00.000Z\",\"0.011717\",\"0.011293\"\n\"2024-06-26T23:20:00.000Z\",\"0.013715\",\"0.013273\"\n\"2024-06-26T23:25:00.000Z\",\"0.01191\",\"0.011316\"\n\"2024-06-26T23:30:00.000Z\",\"0.013988\",\"0.013402\"\n\"2024-06-26T23:35:00.000Z\",\"0.01335\",\"0.013103\"\n\"2024-06-26T23:40:00.000Z\",\"0.014809\",\"0.014382\"\n\"2024-06-26T23:45:00.000Z\",\"0.012616\",\"0.012004\"\n\"2024-06-26T23:50:00.000Z\",\"0.009679\",\"0.009337\"\n\"2024-06-26T23:55:00.000Z\",\"0.006113\",\"0.005786\"\n\"2024-06-27T00:00:00.000Z\",\"0.005904\",\"0.005563\"\n\"2024-06-27T00:05:00.000Z\",\"0.005763\",\"0.005592\"\n\"2024-06-27T00:10:00.000Z\",\"0.005607\",\"0.005424\"\n\"2024-06-27T00:15:00.000Z\",\"0.005696\",\"0.005582\"\n\"2024-06-27T00:20:00.000Z\",\"0.005754\",\"0.005595\"\n\"2024-06-27T00:25:00.000Z\",\"0.005653\",\"0.005517\"\n\"2024-06-27T00:30:00.000Z\",\"0.00541\",\"0.005295\"\n\"2024-06-27T00:35:00.000Z\",\"0.005525\",\"0.00534\"\n\"2024-06-27T00:40:00.000Z\",\"0.005725\",\"0.005509\"\n\"2024-06-27T00:45:00.000Z\",\"0.005342\",\"0.005185\"\n\"2024-06-27T00:50:00.000Z\",\"0.005841\",\"0.005545\"\n\"2024-06-27T00:55:00.000Z\",\"0.005842\",\"0.005622\"\n\"2024-06-27T01:00:00.000Z\",\"0.005742\",\"0.00554\"\n\"2024-06-27T01:05:00.000Z\",\"0.006712\",\"0.00635\"\n\"2024-06-27T01:10:00.000Z\",\"0.0067\",\"0.006225\"\n\"2024-06-27T01:15:00.000Z\",\"0.006854\",\"0.006034\"\n\"2024-06-27T01:20:00.000Z\",\"0.006838\",\"0.0063\"\n\"2024-06-27T01:25:00.000Z\",\"0.006645\",\"0.006099\"\n\"2024-06-27T01:30:00.000Z\",\"0.006125\",\"0.005721\"\n\"2024-06-27T01:35:00.000Z\",\"0.005985\",\"0.005591\"\n\"2024-06-27T01:40:00.000Z\",\"0.00637\",\"0.005913\"\n\"2024-06-27T01:45:00.000Z\",\"0.007014\",\"0.006441\"\n\"2024-06-27T01:50:00.000Z\",\"0.006903\",\"0.006433\"\n\"2024-06-27T01:55:00.000Z\",\"0.006898\",\"0.006401\"\n\"2024-06-27T02:00:00.000Z\",\"0.007016\",\"0.006812\"\n\"2024-06-27T02:05:00.000Z\",\"0.005739\",\"0.00548\"\n\"2024-06-27T02:10:00.000Z\",\"0.008358\",\"0.008008\"\n\"2024-06-27T02:15:00.000Z\",\"0.00799\",\"0.007739\"\n\"2024-06-27T02:20:00.000Z\",\"0.0059\",\"0.005761\"\n\"2024-06-27T02:25:00.000Z\",\"0.005636\",\"0.005351\"\n\"2024-06-27T02:30:00.000Z\",\"0.005895\",\"0.005604\"\n\"2024-06-27T02:35:00.000Z\",\"0.005552\",\"0.005363\"\n\"2024-06-27T02:40:00.000Z\",\"0.005883\",\"0.005736\"\n\"2024-06-27T02:45:00.000Z\",\"0.005627\",\"0.00544\"\n\"2024-06-27T02:50:00.000Z\",\"0.005675\",\"0.005349\"\n\"2024-06-27T02:55:00.000Z\",\"0.005808\",\"0.005621\"\n\"2024-06-27T03:00:00.000Z\",\"0.005661\",\"0.0055\"\n\"2024-06-27T03:05:00.000Z\",\"0.005451\",\"0.005328\"\n\"2024-06-27T03:10:00.000Z\",\"0.005555\",\"0.005347\"\n\"2024-06-27T03:15:00.000Z\",\"0.005602\",\"0.005323\"\n\"2024-06-27T03:20:00.000Z\",\"0.005549\",\"0.005352\"\n\"2024-06-27T03:25:00.000Z\",\"0.005468\",\"0.005346\"\n\"2024-06-27T03:30:00.000Z\",\"0.005645\",\"0.005505\"\n\"2024-06-27T03:35:00.000Z\",\"0.005888\",\"0.005755\"\n\"2024-06-27T03:40:00.000Z\",\"0.005626\",\"0.005458\"\n\"2024-06-27T03:45:00.000Z\",\"0.005623\",\"0.005402\"\n\"2024-06-27T03:50:00.000Z\",\"0.005972\",\"0.005766\"\n\"2024-06-27T03:55:00.000Z\",\"0.005587\",\"0.005564\"\n\"2024-06-27T04:00:00.000Z\",\"0.005568\",\"0.00545\"\n\"2024-06-27T04:05:00.000Z\",\"0.00647\",\"0.006462\"\n\"2024-06-27T04:10:00.000Z\",\"0.005328\",\"0.00527\"\n\"2024-06-27T04:15:00.000Z\",\"0.00857\",\"0.008374\"\n\"2024-06-27T04:20:00.000Z\",\"0.005585\",\"0.005331\"\n\"2024-06-27T04:25:00.000Z\",\"0.007364\",\"0.007092\"\n\"2024-06-27T04:30:00.000Z\",\"0.006572\",\"0.006244\"\n\"2024-06-27T04:35:00.000Z\",\"0.008537\",\"0.007543\"\n\"2024-06-27T04:40:00.000Z\",\"0.005463\",\"0.005116\"\n\"2024-06-27T04:45:00.000Z\",\"0.006182\",\"0.005981\"\n\"2024-06-27T04:50:00.000Z\",\"0.00793\",\"0.007504\"\n\"2024-06-27T04:55:00.000Z\",\"0.011993\",\"0.010163\"\n\"2024-06-27T05:00:00.000Z\",\"0.009171\",\"0.008407\"\n\"2024-06-27T05:05:00.000Z\",\"0.008119\",\"0.007627\"\n\"2024-06-27T05:10:00.000Z\",\"0.008687\",\"0.008087\"\n\"2024-06-27T05:15:00.000Z\",\"0.008973\",\"0.00835\"\n\"2024-06-27T05:20:00.000Z\",\"0.007468\",\"0.006987\"\n\"2024-06-27T05:25:00.000Z\",\"0.006451\",\"0.00613\"\n\"2024-06-27T05:30:00.000Z\",\"0.007546\",\"0.006997\"\n\"2024-06-27T05:35:00.000Z\",\"0.006984\",\"0.006547\"\n\"2024-06-27T05:40:00.000Z\",\"0.008652\",\"0.007801\"\n\"2024-06-27T05:45:00.000Z\",\"0.009082\",\"0.00829\"\n\"2024-06-27T05:50:00.000Z\",\"0.009656\",\"0.008636\"\n\"2024-06-27T05:55:00.000Z\",\"0.008595\",\"0.00782\"\n\"2024-06-27T06:00:00.000Z\",\"0.009242\",\"0.008293\"\n\"2024-06-27T06:05:00.000Z\",\"0.009028\",\"0.00817\"\n\"2024-06-27T06:10:00.000Z\",\"0.009668\",\"0.008783\"\n\"2024-06-27T06:15:00.000Z\",\"0.011526\",\"0.010258\"\n\"2024-06-27T06:20:00.000Z\",\"0.009066\",\"0.008435\"\n\"2024-06-27T06:25:00.000Z\",\"0.006197\",\"0.0059\"\n\"2024-06-27T06:30:00.000Z\",\"0.006707\",\"0.006458\"\n\"2024-06-27T06:35:00.000Z\",\"0.008968\",\"0.008337\"\n\"2024-06-27T06:40:00.000Z\",\"0.006911\",\"0.00603\"\n\"2024-06-27T06:45:00.000Z\",\"0.005523\",\"0.004994\"\n\"2024-06-27T06:50:00.000Z\",\"0.005293\",\"0.004671\"\n\"2024-06-27T06:55:00.000Z\",\"0.005096\",\"0.004585\"\n\"2024-06-27T07:00:00.000Z\",\"0.004308\",\"0.003864\"\n\"2024-06-27T07:05:00.000Z\",\"0.002678\",\"0.002059\"\n\"2024-06-27T07:10:00.000Z\",\"0.001527\",\"0.00153\"\n\"2024-06-27T07:15:00.000Z\",\"0.002172\",\"0.002124\"\n\"2024-06-27T07:20:00.000Z\",\"0.003786\",\"0.003283\"\n\"2024-06-27T07:25:00.000Z\",\"0.004583\",\"0.003984\"\n\"2024-06-27T07:30:00.000Z\",\"0.006396\",\"0.005722\"\n\"2024-06-27T07:35:00.000Z\",\"0.003898\",\"0.003429\"\n\"2024-06-27T07:40:00.000Z\",\"0.004195\",\"0.003858\"\n\"2024-06-27T07:45:00.000Z\",\"0.003918\",\"0.003376\"\n\"2024-06-27T07:50:00.000Z\",\"0.001368\",\"0.001578\"\n\"2024-06-27T07:55:00.000Z\",\"0.001193\",\"0.001205\"\n\"2024-06-27T08:00:00.000Z\",\"0.001938\",\"0.001865\"\n\"2024-06-27T08:05:00.000Z\",\"0.002561\",\"0.002091\"\n\"2024-06-27T08:10:00.000Z\",\"0.003658\",\"0.003606\"\n\"2024-06-27T08:15:00.000Z\",\"0.003029\",\"0.002736\"\n\"2024-06-27T08:20:00.000Z\",\"0.003384\",\"0.002884\"\n\"2024-06-27T08:25:00.000Z\",\"0.005632\",\"0.004536\"\n\"2024-06-27T08:30:00.000Z\",\"0.003615\",\"0.002857\"\n\"2024-06-27T08:35:00.000Z\",\"0.00188\",\"0.001825\"\n\"2024-06-27T08:40:00.000Z\",\"0.001561\",\"0.001555\"\n\"2024-06-27T08:45:00.000Z\",\"0.001853\",\"0.001977\"\n\"2024-06-27T08:50:00.000Z\",\"0.001311\",\"0.00136\"\n\"2024-06-27T08:55:00.000Z\",\"0.00137\",\"0.001232\"\n\"2024-06-27T09:00:00.000Z\",\"0.002145\",\"0.002003\"\n\"2024-06-27T09:05:00.000Z\",\"0.001454\",\"0.001702\"\n\"2024-06-27T09:10:00.000Z\",\"0.001573\",\"0.00148\"\n\"2024-06-27T09:15:00.000Z\",\"0.001639\",\"0.001669\"\n\"2024-06-27T09:20:00.000Z\",\"0.001521\",\"0.001559\"\n\"2024-06-27T09:25:00.000Z\",\"0.001629\",\"0.001668\"\n\"2024-06-27T09:30:00.000Z\",\"0.002172\",\"0.002046\"\n\"2024-06-27T09:35:00.000Z\",\"0.003238\",\"0.002873\"\n\"2024-06-27T09:40:00.000Z\",\"0.005431\",\"0.00451\"\n\"2024-06-27T09:45:00.000Z\",\"0.005571\",\"0.004753\"\n\"2024-06-27T09:50:00.000Z\",\"0.004725\",\"0.004054\"\n\"2024-06-27T09:55:00.000Z\",\"0.00523\",\"0.004411\"\n\"2024-06-27T10:00:00.000Z\",\"0.004753\",\"0.003975\"\n\"2024-06-27T10:05:00.000Z\",\"0.003814\",\"0.0034\"\n\"2024-06-27T10:10:00.000Z\",\"0.002117\",\"0.001933\"\n\"2024-06-27T10:15:00.000Z\",\"0.003081\",\"0.003061\"\n\"2024-06-27T10:20:00.000Z\",\"0.002917\",\"0.002849\"\n\"2024-06-27T10:25:00.000Z\",\"0.003232\",\"0.002979\"\n\"2024-06-27T10:30:00.000Z\",\"0.002629\",\"0.002568\"\n\"2024-06-27T10:35:00.000Z\",\"0.002916\",\"0.002703\"\n\"2024-06-27T10:40:00.000Z\",\"0.002691\",\"0.002567\"\n\"2024-06-27T10:45:00.000Z\",\"0.001748\",\"0.001753\"\n\"2024-06-27T10:50:00.000Z\",\"0.002081\",\"0.002017\"\n\"2024-06-27T10:55:00.000Z\",\"0.003253\",\"0.001866\"\n\"2024-06-27T11:00:00.000Z\",\"0.00229\",\"0.002358\"\n\"2024-06-27T11:05:00.000Z\",\"0.002835\",\"0.002606\"\n\"2024-06-27T11:10:00.000Z\",\"0.003065\",\"0.002923\"\n\"2024-06-27T11:15:00.000Z\",\"0.00225\",\"0.002195\"\n\"2024-06-27T11:20:00.000Z\",\"0.002952\",\"0.002675\"\n\"2024-06-27T11:25:00.000Z\",\"0.002403\",\"0.002156\"\n\"2024-06-27T11:30:00.000Z\",\"0.002228\",\"0.002208\"\n\"2024-06-27T11:35:00.000Z\",\"0.002231\",\"0.002165\"\n\"2024-06-27T11:40:00.000Z\",\"0.003016\",\"0.002712\"\n\"2024-06-27T11:45:00.000Z\",\"0.001939\",\"0.001851\"\n\"2024-06-27T11:50:00.000Z\",\"0.001905\",\"0.001847\"\n\"2024-06-27T11:55:00.000Z\",\"0.002861\",\"0.002615\"\n\"2024-06-27T12:00:00.000Z\",\"0.003824\",\"0.003555\"\n\"2024-06-27T12:05:00.000Z\",\"0.002173\",\"0.002119\"\n\"2024-06-27T12:10:00.000Z\",\"0.002852\",\"0.002726\"\n\"2024-06-27T12:15:00.000Z\",\"0.002241\",\"0.002178\"\n\"2024-06-27T12:20:00.000Z\",\"0.002241\",\"0.002123\"\n\"2024-06-27T12:25:00.000Z\",\"0.002194\",\"0.002159\"\n\"2024-06-27T12:30:00.000Z\",\"0.002223\",\"0.002107\"\n\"2024-06-27T12:35:00.000Z\",\"0.001958\",\"0.001921\"\n\"2024-06-27T12:40:00.000Z\",\"0.001982\",\"0.001862\"\n\"2024-06-27T12:45:00.000Z\",\"0.002686\",\"0.002481\"\n\"2024-06-27T12:50:00.000Z\",\"0.002257\",\"0.001894\"\n\"2024-06-27T12:55:00.000Z\",\"0.00217\",\"0.002156\"\n\"2024-06-27T13:00:00.000Z\",\"0.002404\",\"0.002238\"\n\"2024-06-27T13:05:00.000Z\",\"0.003864\",\"0.003535\"\n\"2024-06-27T13:10:00.000Z\",\"0.002418\",\"0.002248\"\n\"2024-06-27T13:15:00.000Z\",\"0.003672\",\"0.003264\"\n\"2024-06-27T13:20:00.000Z\",\"0.005489\",\"0.004723\"\n\"2024-06-27T13:25:00.000Z\",\"0.007081\",\"0.005803\"\n\"2024-06-27T13:30:00.000Z\",\"0.006222\",\"0.004907\"\n\"2024-06-27T13:35:00.000Z\",\"0.006425\",\"0.005081\"\n\"2024-06-27T13:40:00.000Z\",\"0.006243\",\"0.004829\"\n\"2024-06-27T13:45:00.000Z\",\"0.004586\",\"0.003471\"\n\"2024-06-27T13:50:00.000Z\",\"0.00266\",\"0.002553\"\n\"2024-06-27T13:55:00.000Z\",\"0.003227\",\"0.00324\"\n\"2024-06-27T14:00:00.000Z\",\"0.001874\",\"0.001808\"\n\"2024-06-27T14:05:00.000Z\",\"0.002806\",\"0.002593\"\n\"2024-06-27T14:10:00.000Z\",\"0.002203\",\"0.002228\"\n\"2024-06-27T14:15:00.000Z\",\"0.002166\",\"0.001971\"\n\"2024-06-27T14:20:00.000Z\",\"0.002321\",\"0.001979\"\n\"2024-06-27T14:25:00.000Z\",\"0.002235\",\"0.002111\"\n\"2024-06-27T14:30:00.000Z\",\"0.001954\",\"0.001794\"\n\"2024-06-27T14:35:00.000Z\",\"0.002039\",\"0.001958\"\n\"2024-06-27T14:40:00.000Z\",\"0.002522\",\"0.002356\"\n\"2024-06-27T14:45:00.000Z\",\"0.00209\",\"0.001997\"\n\"2024-06-27T14:50:00.000Z\",\"0.002717\",\"0.002498\"\n\"2024-06-27T14:55:00.000Z\",\"0.002321\",\"0.002198\"\n\"2024-06-27T15:00:00.000Z\",\"0.002174\",\"0.002038\"\n\"2024-06-27T15:05:00.000Z\",\"0.002368\",\"0.002266\"\n\"2024-06-27T15:10:00.000Z\",\"0.002369\",\"0.002184\"\n\"2024-06-27T15:15:00.000Z\",\"0.001721\",\"0.001849\"\n\"2024-06-27T15:20:00.000Z\",\"0.00239\",\"0.00234\"\n\"2024-06-27T15:25:00.000Z\",\"0.001919\",\"0.001829\"\n\"2024-06-27T15:30:00.000Z\",\"0.00278\",\"0.002664\"\n\"2024-06-27T15:35:00.000Z\",\"0.002218\",\"0.00203\"\n\"2024-06-27T15:40:00.000Z\",\"0.002275\",\"0.002153\"\n\"2024-06-27T15:45:00.000Z\",\"0.003959\",\"0.003411\"\n\"2024-06-27T15:50:00.000Z\",\"0.001827\",\"0.001794\"\n\"2024-06-27T15:55:00.000Z\",\"0.00261\",\"0.002411\"\n\"2024-06-27T16:00:00.000Z\",\"0.002449\",\"0.002272\"\n\"2024-06-27T16:05:00.000Z\",\"0.001927\",\"0.001776\"\n\"2024-06-27T16:10:00.000Z\",\"0.002047\",\"0.001985\"\n\"2024-06-27T16:15:00.000Z\",\"0.001718\",\"0.001738\"\n\"2024-06-27T16:20:00.000Z\",\"0.002042\",\"0.001931\"\n\"2024-06-27T16:25:00.000Z\",\"0.002128\",\"0.002012\"\n\"2024-06-27T16:30:00.000Z\",\"0.004736\",\"0.004131\"\n\"2024-06-27T16:35:00.000Z\",\"0.005384\",\"0.004849\"\n\"2024-06-27T16:40:00.000Z\",\"0.007855\",\"0.006113\"\n\"2024-06-27T16:45:00.000Z\",\"0.007674\",\"0.006413\"\n\"2024-06-27T16:50:00.000Z\",\"0.008803\",\"0.007679\"\n\"2024-06-27T16:55:00.000Z\",\"0.008808\",\"0.007731\"\n\"2024-06-27T17:00:00.000Z\",\"0.006447\",\"0.005504\"\n\"2024-06-27T17:05:00.000Z\",\"0.005502\",\"0.004998\"\n\"2024-06-27T17:10:00.000Z\",\"0.004933\",\"0.004578\"\n\"2024-06-27T17:15:00.000Z\",\"0.004471\",\"0.004179\"\n\"2024-06-27T17:20:00.000Z\",\"0.005442\",\"0.004863\"\n\"2024-06-27T17:25:00.000Z\",\"0.007483\",\"0.006525\"\n\"2024-06-27T17:30:00.000Z\",\"0.006335\",\"0.005694\"\n\"2024-06-27T17:35:00.000Z\",\"0.005325\",\"0.004748\"\n\"2024-06-27T17:40:00.000Z\",\"0.004774\",\"0.004295\"\n\"2024-06-27T17:45:00.000Z\",\"0.004783\",\"0.004654\"\n\"2024-06-27T17:50:00.000Z\",\"0.003543\",\"0.00361\"\n\"2024-06-27T17:55:00.000Z\",\"0.002709\",\"0.002602\"\n\"2024-06-27T18:00:00.000Z\",\"0.006339\",\"0.005692\"\n\"2024-06-27T18:05:00.000Z\",\"0.007688\",\"0.006744\"\n\"2024-06-27T18:10:00.000Z\",\"0.007285\",\"0.006385\"\n\"2024-06-27T18:15:00.000Z\",\"0.011597\",\"0.009967\"\n\"2024-06-27T18:20:00.000Z\",\"0.012188\",\"0.00982\"\n\"2024-06-27T18:25:00.000Z\",\"0.009051\",\"0.007728\"\n\"2024-06-27T18:30:00.000Z\",\"0.007777\",\"0.00669\"\n\"2024-06-27T18:35:00.000Z\",\"0.006743\",\"0.005876\"\n\"2024-06-27T18:40:00.000Z\",\"0.00703\",\"0.005899\"\n\"2024-06-27T18:45:00.000Z\",\"0.002793\",\"0.002576\"\n\"2024-06-27T18:50:00.000Z\",\"0.002041\",\"0.001897\"\n\"2024-06-27T18:55:00.000Z\",\"0.001894\",\"0.001929\"\n\"2024-06-27T19:00:00.000Z\",\"0.002088\",\"0.00195\"\n\"2024-06-27T19:05:00.000Z\",\"0.002184\",\"0.002048\"\n\"2024-06-27T19:10:00.000Z\",\"0.002116\",\"0.002065\"\n\"2024-06-27T19:15:00.000Z\",\"0.002124\",\"0.00221\"\n\"2024-06-27T19:20:00.000Z\",\"0.001971\",\"0.001892\"\n\"2024-06-27T19:25:00.000Z\",\"0.001998\",\"0.00182\"\n\"2024-06-27T19:30:00.000Z\",\"0.001873\",\"0.001878\"\n\"2024-06-27T19:35:00.000Z\",\"0.002094\",\"0.00189\"\n\"2024-06-27T19:40:00.000Z\",\"0.001963\",\"0.001956\"\n\"2024-06-27T19:45:00.000Z\",\"0.001953\",\"0.002044\"\n\"2024-06-27T19:50:00.000Z\",\"0.002181\",\"0.002149\"\n\"2024-06-27T19:55:00.000Z\",\"0.003661\",\"0.003415\"\n\"2024-06-27T20:00:00.000Z\",\"0.001704\",\"0.001648\"\n\"2024-06-27T20:05:00.000Z\",\"0.002051\",\"0.001968\"\n\"2024-06-27T20:10:00.000Z\",\"0.001982\",\"0.001863\"\n\"2024-06-27T20:15:00.000Z\",\"0.002087\",\"0.001942\"\n\"2024-06-27T20:20:00.000Z\",\"0.00206\",\"0.002133\"\n\"2024-06-27T20:25:00.000Z\",\"0.002153\",\"0.001952\"\n\"2024-06-27T20:30:00.000Z\",\"0.004842\",\"0.004016\"\n\"2024-06-27T20:35:00.000Z\",\"0.003149\",\"0.00318\"\n\"2024-06-27T20:40:00.000Z\",\"0.001899\",\"0.001874\"\n\"2024-06-27T20:45:00.000Z\",\"0.001934\",\"0.001897\"\n\"2024-06-27T20:50:00.000Z\",\"0.002081\",\"0.001914\"\n\"2024-06-27T20:55:00.000Z\",\"0.001915\",\"0.001803\"\n\"2024-06-27T21:00:00.000Z\",\"0.002124\",\"0.002023\"\n\"2024-06-27T21:05:00.000Z\",\"0.002025\",\"0.001967\"\n\"2024-06-27T21:10:00.000Z\",\"0.002029\",\"0.001983\"\n\"2024-06-27T21:15:00.000Z\",\"0.001922\",\"0.001823\"\n\"2024-06-27T21:20:00.000Z\",\"0.002029\",\"0.001835\"\n\"2024-06-27T21:25:00.000Z\",\"0.001906\",\"0.00178\"\n\"2024-06-27T21:30:00.000Z\",\"0.002544\",\"0.002789\"\n\"2024-06-27T21:35:00.000Z\",\"0.002067\",\"0.001838\"\n\"2024-06-27T21:40:00.000Z\",\"0.002718\",\"0.002645\"\n\"2024-06-27T21:45:00.000Z\",\"0.003783\",\"0.003389\"\n\"2024-06-27T21:50:00.000Z\",\"0.003737\",\"0.003293\"\n\"2024-06-27T21:55:00.000Z\",\"0.002819\",\"0.002541\"\n\"2024-06-27T22:00:00.000Z\",\"0.002879\",\"0.00269\"\n\"2024-06-27T22:05:00.000Z\",\"0.00234\",\"0.002174\"\n\"2024-06-27T22:10:00.000Z\",\"0.003566\",\"0.003544\"\n\"2024-06-27T22:15:00.000Z\",\"0.003038\",\"0.002865\"\n\"2024-06-27T22:20:00.000Z\",\"0.00268\",\"0.002502\"\n\"2024-06-27T22:25:00.000Z\",\"0.002059\",\"0.002027\"\n\"2024-06-27T22:30:00.000Z\",\"0.002656\",\"0.002491\"\n\"2024-06-27T22:35:00.000Z\",\"0.001966\",\"0.002048\"\n\"2024-06-27T22:40:00.000Z\",\"0.002122\",\"0.002021\"\n\"2024-06-27T22:45:00.000Z\",\"0.002632\",\"0.002324\"\n\"2024-06-27T22:50:00.000Z\",\"0.002434\",\"0.002362\"\n\"2024-06-27T22:55:00.000Z\",\"0.002236\",\"0.00223\"\n\"2024-06-27T23:00:00.000Z\",\"0.001673\",\"0.001625\"\n\"2024-06-27T23:05:00.000Z\",\"0.001942\",\"0.001851\"\n\"2024-06-27T23:10:00.000Z\",\"0.002704\",\"0.002576\"\n\"2024-06-27T23:15:00.000Z\",\"0.0029\",\"0.002431\"\n\"2024-06-27T23:20:00.000Z\",\"0.002254\",\"0.002013\"\n\"2024-06-27T23:25:00.000Z\",\"0.003386\",\"0.003234\"\n\"2024-06-27T23:30:00.000Z\",\"0.002304\",\"0.002144\"\n\"2024-06-27T23:35:00.000Z\",\"0.002654\",\"0.002419\"\n\"2024-06-27T23:40:00.000Z\",\"0.00418\",\"0.003862\"\n\"2024-06-27T23:45:00.000Z\",\"0.003597\",\"0.003332\"\n\"2024-06-27T23:50:00.000Z\",\"0.002311\",\"0.002032\"\n\"2024-06-27T23:55:00.000Z\",\"0.004807\",\"0.004492\"\n\"2024-06-28T00:00:00.000Z\",\"0.002395\",\"0.0022\"\n\"2024-06-28T00:05:00.000Z\",\"0.002707\",\"0.002424\"\n\"2024-06-28T00:10:00.000Z\",\"0.002562\",\"0.00228\"\n\"2024-06-28T00:15:00.000Z\",\"0.00281\",\"0.002597\"\n\"2024-06-28T00:20:00.000Z\",\"0.003058\",\"0.002785\"\n\"2024-06-28T00:25:00.000Z\",\"0.004874\",\"0.004154\"\n\"2024-06-28T00:30:00.000Z\",\"0.005612\",\"0.004871\"\n\"2024-06-28T00:35:00.000Z\",\"0.00554\",\"0.004823\"\n\"2024-06-28T00:40:00.000Z\",\"0.005295\",\"0.004605\"\n\"2024-06-28T00:45:00.000Z\",\"0.005139\",\"0.004411\"\n\"2024-06-28T00:50:00.000Z\",\"0.003138\",\"0.002955\"\n\"2024-06-28T00:55:00.000Z\",\"0.005415\",\"0.00509\"\n\"2024-06-28T01:00:00.000Z\",\"0.003052\",\"0.002859\"\n\"2024-06-28T01:05:00.000Z\",\"0.002103\",\"0.002024\"\n\"2024-06-28T01:10:00.000Z\",\"0.002495\",\"0.002297\"\n\"2024-06-28T01:15:00.000Z\",\"0.002248\",\"0.002083\"\n\"2024-06-28T01:20:00.000Z\",\"0.002649\",\"0.002506\"\n\"2024-06-28T01:25:00.000Z\",\"0.002127\",\"0.00197\"\n\"2024-06-28T01:30:00.000Z\",\"0.00445\",\"0.004074\"\n\"2024-06-28T01:35:00.000Z\",\"0.002345\",\"0.002169\"\n\"2024-06-28T01:40:00.000Z\",\"0.002018\",\"0.001938\"\n\"2024-06-28T01:45:00.000Z\",\"0.002114\",\"0.002014\"\n\"2024-06-28T01:50:00.000Z\",\"0.002621\",\"0.002395\"\n\"2024-06-28T01:55:00.000Z\",\"0.001895\",\"0.001795\"\n\"2024-06-28T02:00:00.000Z\",\"0.003747\",\"0.003335\"\n\"2024-06-28T02:05:00.000Z\",\"0.001987\",\"0.002088\"\n\"2024-06-28T02:10:00.000Z\",\"0.001951\",\"0.001789\"\n\"2024-06-28T02:15:00.000Z\",\"0.002461\",\"0.002207\"\n\"2024-06-28T02:20:00.000Z\",\"0.002351\",\"0.00219\"\n\"2024-06-28T02:25:00.000Z\",\"0.002581\",\"0.002455\"\n\"2024-06-28T02:30:00.000Z\",\"0.001904\",\"0.001853\"\n\"2024-06-28T02:35:00.000Z\",\"0.002055\",\"0.001944\"\n\"2024-06-28T02:40:00.000Z\",\"0.002743\",\"0.002584\"\n\"2024-06-28T02:45:00.000Z\",\"0.001991\",\"0.001821\"\n\"2024-06-28T02:50:00.000Z\",\"0.002134\",\"0.002047\"\n\"2024-06-28T02:55:00.000Z\",\"0.002918\",\"0.002558\"\n\"2024-06-28T03:00:00.000Z\",\"0.001881\",\"0.0017\"\n\"2024-06-28T03:05:00.000Z\",\"0.001952\",\"0.001807\"\n\"2024-06-28T03:10:00.000Z\",\"0.002067\",\"0.002041\"\n\"2024-06-28T03:15:00.000Z\",\"0.00249\",\"0.002251\"\n\"2024-06-28T03:20:00.000Z\",\"0.002283\",\"0.002002\"\n\"2024-06-28T03:25:00.000Z\",\"0.002991\",\"0.002705\"\n\"2024-06-28T03:30:00.000Z\",\"0.003105\",\"0.002837\"\n\"2024-06-28T03:35:00.000Z\",\"0.003391\",\"0.003137\"\n\"2024-06-28T03:40:00.000Z\",\"0.003138\",\"0.002913\"\n\"2024-06-28T03:45:00.000Z\",\"0.003657\",\"0.003422\"\n\"2024-06-28T03:50:00.000Z\",\"0.001976\",\"0.001911\"\n\"2024-06-28T03:55:00.000Z\",\"0.002436\",\"0.002288\"\n\"2024-06-28T04:00:00.000Z\",\"0.001389\",\"0.001331\"\n\"2024-06-28T04:05:00.000Z\",\"0.00085\",\"0.000927\"\n\"2024-06-28T04:10:00.000Z\",\"0.001262\",\"0.001195\"\n\"2024-06-28T04:15:00.000Z\",\"0.001068\",\"0.001066\"\n\"2024-06-28T04:20:00.000Z\",\"0.00099\",\"0.001001\"\n\"2024-06-28T04:25:00.000Z\",\"0.000961\",\"0.000956\"\n\"2024-06-28T04:30:00.000Z\",\"0.001389\",\"0.001346\"\n\"2024-06-28T04:35:00.000Z\",\"0.001134\",\"0.001125\"\n\"2024-06-28T04:40:00.000Z\",\"0.000763\",\"0.000949\"\n\"2024-06-28T04:45:00.000Z\",\"0.002007\",\"0.001821\"\n\"2024-06-28T04:50:00.000Z\",\"0.002577\",\"0.002171\"\n\"2024-06-28T04:55:00.000Z\",\"0.001378\",\"0.001295\"\n\"2024-06-28T05:00:00.000Z\",\"0.001125\",\"0.00111\"\n\"2024-06-28T05:05:00.000Z\",\"0.000904\",\"0.000967\"\n\"2024-06-28T05:10:00.000Z\",\"0.002804\",\"0.002792\"\n\"2024-06-28T05:15:00.000Z\",\"0.003252\",\"0.003299\"\n\"2024-06-28T05:20:00.000Z\",\"0.003693\",\"0.003621\"\n\"2024-06-28T05:25:00.000Z\",\"0.003615\",\"0.003683\"\n\"2024-06-28T05:30:00.000Z\",\"0.001604\",\"0.001634\"\n\"2024-06-28T05:35:00.000Z\",\"0.000838\",\"0.00081\"\n\"2024-06-28T05:40:00.000Z\",\"0.000939\",\"0.001054\"\n\"2024-06-28T05:45:00.000Z\",\"0.002842\",\"0.002592\"\n\"2024-06-28T05:50:00.000Z\",\"0.00099\",\"0.001044\"\n\"2024-06-28T05:55:00.000Z\",\"0.000933\",\"0.001008\"\n\"2024-06-28T06:00:00.000Z\",\"0.001096\",\"0.001074\"\n\"2024-06-28T06:05:00.000Z\",\"0.001355\",\"0.001355\"\n\"2024-06-28T06:10:00.000Z\",\"0.002069\",\"0.001925\"\n\"2024-06-28T06:15:00.000Z\",\"0.002604\",\"0.002361\"\n\"2024-06-28T06:20:00.000Z\",\"0.004032\",\"0.003863\"\n\"2024-06-28T06:25:00.000Z\",\"0.002782\",\"0.002558\"\n\"2024-06-28T06:30:00.000Z\",\"0.002472\",\"0.002229\"\n\"2024-06-28T06:35:00.000Z\",\"0.001552\",\"0.001429\"\n\"2024-06-28T06:40:00.000Z\",\"0.001024\",\"0.001014\"\n\"2024-06-28T06:45:00.000Z\",\"0.001043\",\"0.00102\"\n\"2024-06-28T06:50:00.000Z\",\"0.001448\",\"0.001443\"\n\"2024-06-28T06:55:00.000Z\",\"0.000786\",\"0.000963\"\n\"2024-06-28T07:00:00.000Z\",\"0.001269\",\"0.001166\"\n\"2024-06-28T07:05:00.000Z\",\"0.001318\",\"0.001318\"\n\"2024-06-28T07:10:00.000Z\",\"0.00437\",\"0.00382\"\n\"2024-06-28T07:15:00.000Z\",\"0.004197\",\"0.003786\"\n\"2024-06-28T07:20:00.000Z\",\"0.00439\",\"0.003867\"\n\"2024-06-28T07:25:00.000Z\",\"0.004431\",\"0.003925\"\n\"2024-06-28T07:30:00.000Z\",\"0.004898\",\"0.004471\"\n\"2024-06-28T07:35:00.000Z\",\"0.005932\",\"0.005232\"\n\"2024-06-28T07:40:00.000Z\",\"0.005376\",\"0.004685\"\n\"2024-06-28T07:45:00.000Z\",\"0.005323\",\"0.00463\"\n\"2024-06-28T07:50:00.000Z\",\"0.005416\",\"0.004654\"\n\"2024-06-28T07:55:00.000Z\",\"0.004426\",\"0.003735\"\n\"2024-06-28T08:00:00.000Z\",\"0.002494\",\"0.002013\"\n\"2024-06-28T08:05:00.000Z\",\"0.001581\",\"0.001472\"\n\"2024-06-28T08:10:00.000Z\",\"0.001421\",\"0.001494\"\n\"2024-06-28T08:15:00.000Z\",\"0.003767\",\"0.002719\"\n\"2024-06-28T08:20:00.000Z\",\"0.002551\",\"0.002036\"\n\"2024-06-28T08:25:00.000Z\",\"0.001335\",\"0.001287\"\n\"2024-06-28T08:30:00.000Z\",\"0.001504\",\"0.00141\"\n\"2024-06-28T08:35:00.000Z\",\"0.001381\",\"0.001401\"\n\"2024-06-28T08:40:00.000Z\",\"0.001459\",\"0.001529\"\n\"2024-06-28T08:45:00.000Z\",\"0.001982\",\"0.002036\"\n\"2024-06-28T08:50:00.000Z\",\"0.001361\",\"0.001218\"\n\"2024-06-28T08:55:00.000Z\",\"0.001532\",\"0.001566\"\n\"2024-06-28T09:00:00.000Z\",\"0.001887\",\"0.00172\"\n\"2024-06-28T09:05:00.000Z\",\"0.001251\",\"0.001228\"\n\"2024-06-28T09:10:00.000Z\",\"0.003072\",\"0.003081\"\n\"2024-06-28T09:15:00.000Z\",\"0.001442\",\"0.001534\"\n\"2024-06-28T09:20:00.000Z\",\"0.001503\",\"0.001331\"\n\"2024-06-28T09:25:00.000Z\",\"0.001961\",\"0.001697\"\n\"2024-06-28T09:30:00.000Z\",\"0.001445\",\"0.001364\"\n\"2024-06-28T09:35:00.000Z\",\"0.001522\",\"0.001454\"\n\"2024-06-28T09:40:00.000Z\",\"0.001486\",\"0.001497\"\n\"2024-06-28T09:45:00.000Z\",\"0.001399\",\"0.00132\"\n\"2024-06-28T09:50:00.000Z\",\"0.00154\",\"0.001367\"\n\"2024-06-28T09:55:00.000Z\",\"0.001318\",\"0.001266\"\n\"2024-06-28T10:00:00.000Z\",\"0.001488\",\"0.00144\"\n\"2024-06-28T10:05:00.000Z\",\"0.001388\",\"0.001339\"\n\"2024-06-28T10:10:00.000Z\",\"0.001517\",\"0.001524\"\n\"2024-06-28T10:15:00.000Z\",\"0.001434\",\"0.001396\"\n\"2024-06-28T10:20:00.000Z\",\"0.001681\",\"0.001675\"\n\"2024-06-28T10:25:00.000Z\",\"0.005144\",\"0.004836\"\n\"2024-06-28T10:30:00.000Z\",\"0.005193\",\"0.004868\"\n\"2024-06-28T10:35:00.000Z\",\"0.005372\",\"0.004959\"\n\"2024-06-28T10:40:00.000Z\",\"0.005256\",\"0.004896\"\n\"2024-06-28T10:45:00.000Z\",\"0.002522\",\"0.002499\"\n\"2024-06-28T10:50:00.000Z\",\"0.001512\",\"0.00141\"\n\"2024-06-28T10:55:00.000Z\",\"0.001596\",\"0.001595\"\n\"2024-06-28T11:00:00.000Z\",\"0.001458\",\"0.001375\"\n\"2024-06-28T11:05:00.000Z\",\"0.001554\",\"0.001483\"\n\"2024-06-28T11:10:00.000Z\",\"0.002816\",\"0.002553\"\n\"2024-06-28T11:15:00.000Z\",\"0.001873\",\"0.001737\"\n\"2024-06-28T11:20:00.000Z\",\"0.001392\",\"0.001395\"\n\"2024-06-28T11:25:00.000Z\",\"0.001437\",\"0.001346\"\n\"2024-06-28T11:30:00.000Z\",\"0.001482\",\"0.001366\"\n\"2024-06-28T11:35:00.000Z\",\"0.001654\",\"0.001481\"\n\"2024-06-28T11:40:00.000Z\",\"0.001349\",\"0.001284\"\n\"2024-06-28T11:45:00.000Z\",\"0.001513\",\"0.001395\"\n\"2024-06-28T11:50:00.000Z\",\"0.00145\",\"0.001321\"\n\"2024-06-28T11:55:00.000Z\",\"0.001452\",\"0.001363\"\n\"2024-06-28T12:00:00.000Z\",\"0.001447\",\"0.001217\"\n\"2024-06-28T12:05:00.000Z\",\"0.001564\",\"0.001389\"\n\"2024-06-28T12:10:00.000Z\",\"0.001752\",\"0.001746\"\n\"2024-06-28T12:15:00.000Z\",\"0.002234\",\"0.001953\"\n\"2024-06-28T12:20:00.000Z\",\"0.002415\",\"0.002161\"\n\"2024-06-28T12:25:00.000Z\",\"0.002448\",\"0.002134\"\n\"2024-06-28T12:30:00.000Z\",\"0.002283\",\"0.002062\"\n\"2024-06-28T12:35:00.000Z\",\"0.002494\",\"0.00208\"\n\"2024-06-28T12:40:00.000Z\",\"0.002089\",\"0.001838\"\n\"2024-06-28T12:45:00.000Z\",\"0.001704\",\"0.001521\"\n\"2024-06-28T12:50:00.000Z\",\"0.001551\",\"0.001434\"\n\"2024-06-28T12:55:00.000Z\",\"0.001389\",\"0.001293\"\n\"2024-06-28T13:00:00.000Z\",\"0.00138\",\"0.001241\"\n\"2024-06-28T13:05:00.000Z\",\"0.001545\",\"0.001475\"\n\"2024-06-28T13:10:00.000Z\",\"0.003932\",\"0.003592\"\n\"2024-06-28T13:15:00.000Z\",\"0.005794\",\"0.00556\"\n\"2024-06-28T13:20:00.000Z\",\"0.003191\",\"0.002988\"\n\"2024-06-28T13:25:00.000Z\",\"0.003217\",\"0.00301\"\n\"2024-06-28T13:30:00.000Z\",\"0.003149\",\"0.002817\"\n\"2024-06-28T13:35:00.000Z\",\"0.019825\",\"0.016356\"\n\"2024-06-28T13:40:00.000Z\",\"0.002757\",\"0.002416\"\n\"2024-06-28T13:45:00.000Z\",\"0.002097\",\"0.001969\"\n\"2024-06-28T13:50:00.000Z\",\"0.002889\",\"0.002829\"\n\"2024-06-28T13:55:00.000Z\",\"0.001535\",\"0.001588\"\n\"2024-06-28T14:00:00.000Z\",\"0.001326\",\"0.001372\"\n\"2024-06-28T14:05:00.000Z\",\"0.001547\",\"0.001496\"\n\"2024-06-28T14:10:00.000Z\",\"0.00127\",\"0.001287\"\n\"2024-06-28T14:15:00.000Z\",\"0.00149\",\"0.00138\"\n\"2024-06-28T14:20:00.000Z\",\"0.001467\",\"0.001468\"\n\"2024-06-28T14:25:00.000Z\",\"0.003219\",\"0.002952\"\n\"2024-06-28T14:30:00.000Z\",\"0.001674\",\"0.00141\"\n\"2024-06-28T14:35:00.000Z\",\"0.003311\",\"0.002828\"\n\"2024-06-28T14:40:00.000Z\",\"0.001816\",\"0.001713\"\n\"2024-06-28T14:45:00.000Z\",\"0.00216\",\"0.002074\"\n\"2024-06-28T14:50:00.000Z\",\"0.004942\",\"0.004459\"\n\"2024-06-28T14:55:00.000Z\",\"0.006906\",\"0.005928\"\n\"2024-06-28T15:00:00.000Z\",\"0.007435\",\"0.0063\"\n\"2024-06-28T15:05:00.000Z\",\"0.007276\",\"0.006245\"\n\"2024-06-28T15:10:00.000Z\",\"0.006669\",\"0.005671\"\n\"2024-06-28T15:15:00.000Z\",\"0.004839\",\"0.004217\"\n\"2024-06-28T15:20:00.000Z\",\"0.003523\",\"0.003096\"\n\"2024-06-28T15:25:00.000Z\",\"0.005084\",\"0.004547\"\n\"2024-06-28T15:30:00.000Z\",\"0.006817\",\"0.006085\"\n\"2024-06-28T15:35:00.000Z\",\"0.006509\",\"0.00557\"\n\"2024-06-28T15:40:00.000Z\",\"0.006743\",\"0.005841\"\n\"2024-06-28T15:45:00.000Z\",\"0.00616\",\"0.005469\"\n\"2024-06-28T15:50:00.000Z\",\"0.004092\",\"0.003552\"\n\"2024-06-28T15:55:00.000Z\",\"0.003042\",\"0.00286\"\n\"2024-06-28T16:00:00.000Z\",\"0.001615\",\"0.001569\"\n\"2024-06-28T16:05:00.000Z\",\"0.001499\",\"0.001366\"\n\"2024-06-28T16:10:00.000Z\",\"0.001371\",\"0.001378\"\n\"2024-06-28T16:15:00.000Z\",\"0.001688\",\"0.001453\"\n\"2024-06-28T16:20:00.000Z\",\"0.001853\",\"0.001692\"\n\"2024-06-28T16:25:00.000Z\",\"0.001479\",\"0.001326\"\n\"2024-06-28T16:30:00.000Z\",\"0.001943\",\"0.001722\"\n\"2024-06-28T16:35:00.000Z\",\"0.005026\",\"0.00407\"\n\"2024-06-28T16:40:00.000Z\",\"0.004937\",\"0.003955\"\n\"2024-06-28T16:45:00.000Z\",\"0.004857\",\"0.003771\"\n\"2024-06-28T16:50:00.000Z\",\"0.005222\",\"0.004347\"\n\"2024-06-28T16:55:00.000Z\",\"0.005035\",\"0.004092\"\n\"2024-06-28T17:00:00.000Z\",\"0.003853\",\"0.003074\"\n\"2024-06-28T17:05:00.000Z\",\"0.003086\",\"0.002655\"\n\"2024-06-28T17:10:00.000Z\",\"0.002401\",\"0.002218\"\n\"2024-06-28T17:15:00.000Z\",\"0.003327\",\"0.002986\"\n\"2024-06-28T17:20:00.000Z\",\"0.004346\",\"0.003657\"\n\"2024-06-28T17:25:00.000Z\",\"0.004472\",\"0.003864\"\n\"2024-06-28T17:30:00.000Z\",\"0.004696\",\"0.003903\"\n\"2024-06-28T17:35:00.000Z\",\"0.004501\",\"0.00376\"\n\"2024-06-28T17:40:00.000Z\",\"0.003301\",\"0.002836\"\n\"2024-06-28T17:45:00.000Z\",\"0.002328\",\"0.002031\"\n\"2024-06-28T17:50:00.000Z\",\"0.002726\",\"0.002488\"\n\"2024-06-28T17:55:00.000Z\",\"0.005609\",\"0.005256\"\n\"2024-06-28T18:00:00.000Z\",\"0.00149\",\"0.00132\"\n\"2024-06-28T18:05:00.000Z\",\"0.001823\",\"0.00172\"\n\"2024-06-28T18:10:00.000Z\",\"0.002211\",\"0.001834\"\n\"2024-06-28T18:15:00.000Z\",\"0.001722\",\"0.001701\"\n\"2024-06-28T18:20:00.000Z\",\"0.001723\",\"0.001557\"\n\"2024-06-28T18:25:00.000Z\",\"0.001881\",\"0.001638\"\n\"2024-06-28T18:30:00.000Z\",\"0.001693\",\"0.001589\"\n\"2024-06-28T18:35:00.000Z\",\"0.00204\",\"0.001787\"\n\"2024-06-28T18:40:00.000Z\",\"0.001922\",\"0.001692\"\n\"2024-06-28T18:45:00.000Z\",\"0.003133\",\"0.003078\"\n\"2024-06-28T18:50:00.000Z\",\"0.001386\",\"0.001347\"\n\"2024-06-28T18:55:00.000Z\",\"0.00177\",\"0.001649\"\n\"2024-06-28T19:00:00.000Z\",\"0.001502\",\"0.001414\"\n\"2024-06-28T19:05:00.000Z\",\"0.001391\",\"0.001351\"\n\"2024-06-28T19:10:00.000Z\",\"0.001925\",\"0.001735\"\n\"2024-06-28T19:15:00.000Z\",\"0.002626\",\"0.002864\"\n\"2024-06-28T19:20:00.000Z\",\"0.002279\",\"0.001854\"\n\"2024-06-28T19:25:00.000Z\",\"0.001649\",\"0.001266\"\n\"2024-06-28T19:30:00.000Z\",\"0.001341\",\"0.001104\"\n\"2024-06-28T19:35:00.000Z\",\"0.001856\",\"0.001622\"\n\"2024-06-28T19:40:00.000Z\",\"0.001497\",\"0.001544\"\n\"2024-06-28T19:45:00.000Z\",\"0.003384\",\"0.003102\"\n\"2024-06-28T19:50:00.000Z\",\"0.00456\",\"0.004076\"\n\"2024-06-28T19:55:00.000Z\",\"0.005943\",\"0.005356\"\n\"2024-06-28T20:00:00.000Z\",\"0.004758\",\"0.004107\"\n\"2024-06-28T20:05:00.000Z\",\"0.005615\",\"0.004866\"\n\"2024-06-28T20:10:00.000Z\",\"0.005766\",\"0.004973\"\n\"2024-06-28T20:15:00.000Z\",\"0.004237\",\"0.003752\"\n\"2024-06-28T20:20:00.000Z\",\"0.004244\",\"0.003603\"\n\"2024-06-28T20:25:00.000Z\",\"0.002488\",\"0.00239\"\n\"2024-06-28T20:30:00.000Z\",\"0.004716\",\"0.004152\"\n\"2024-06-28T20:35:00.000Z\",\"0.001863\",\"0.001812\"\n\"2024-06-28T20:40:00.000Z\",\"0.001576\",\"0.00148\"\n\"2024-06-28T20:45:00.000Z\",\"0.004451\",\"0.003739\"\n\"2024-06-28T20:50:00.000Z\",\"0.003109\",\"0.003025\"\n\"2024-06-28T20:55:00.000Z\",\"0.001771\",\"0.001397\"\n\"2024-06-28T21:00:00.000Z\",\"0.003275\",\"0.002504\"\n\"2024-06-28T21:05:00.000Z\",\"0.004828\",\"0.004469\"\n\"2024-06-28T21:10:00.000Z\",\"0.002111\",\"0.001892\"\n\"2024-06-28T21:15:00.000Z\",\"0.001531\",\"0.001357\"\n\"2024-06-28T21:20:00.000Z\",\"0.001835\",\"0.001582\"\n\"2024-06-28T21:25:00.000Z\",\"0.001606\",\"0.001539\"\n\"2024-06-28T21:30:00.000Z\",\"0.002054\",\"0.001821\"\n\"2024-06-28T21:35:00.000Z\",\"0.001932\",\"0.001758\"\n\"2024-06-28T21:40:00.000Z\",\"0.001718\",\"0.001483\"\n\"2024-06-28T21:45:00.000Z\",\"0.003431\",\"0.003158\"\n\"2024-06-28T21:50:00.000Z\",\"0.001673\",\"0.001673\"\n\"2024-06-28T21:55:00.000Z\",\"0.002203\",\"0.001849\"\n\"2024-06-28T22:00:00.000Z\",\"0.001489\",\"0.00128\"\n\"2024-06-28T22:05:00.000Z\",\"0.002215\",\"0.002139\"\n\"2024-06-28T22:10:00.000Z\",\"0.004618\",\"0.00395\"\n\"2024-06-28T22:15:00.000Z\",\"0.00367\",\"0.00354\"\n\"2024-06-28T22:20:00.000Z\",\"0.003191\",\"0.002888\"\n\"2024-06-28T22:25:00.000Z\",\"0.002814\",\"0.002465\"\n\"2024-06-28T22:30:00.000Z\",\"0.002594\",\"0.002285\"\n\"2024-06-28T22:35:00.000Z\",\"0.001555\",\"0.001571\"\n\"2024-06-28T22:40:00.000Z\",\"0.001554\",\"0.001428\"\n\"2024-06-28T22:45:00.000Z\",\"0.001388\",\"0.001514\"\n\"2024-06-28T22:50:00.000Z\",\"0.001646\",\"0.001486\"\n\"2024-06-28T22:55:00.000Z\",\"0.001385\",\"0.001279\"\n\"2024-06-28T23:00:00.000Z\",\"0.001508\",\"0.00144\"\n\"2024-06-28T23:05:00.000Z\",\"0.001448\",\"0.001354\"\n\"2024-06-28T23:10:00.000Z\",\"0.001473\",\"0.001361\"\n\"2024-06-28T23:15:00.000Z\",\"0.001426\",\"0.001299\"\n\"2024-06-28T23:20:00.000Z\",\"0.001707\",\"0.001914\"\n\"2024-06-28T23:25:00.000Z\",\"0.001492\",\"0.001312\"\n\"2024-06-28T23:30:00.000Z\",\"0.001462\",\"0.00146\"\n\"2024-06-28T23:35:00.000Z\",\"0.001582\",\"0.001433\"\n\"2024-06-28T23:40:00.000Z\",\"0.001527\",\"0.001436\"\n\"2024-06-28T23:45:00.000Z\",\"0.001514\",\"0.001401\"\n\"2024-06-28T23:50:00.000Z\",\"0.001366\",\"0.001288\"\n\"2024-06-28T23:55:00.000Z\",\"0.001855\",\"0.00164\"\n\"2024-06-29T00:00:00.000Z\",\"0.004111\",\"0.003516\"\n\"2024-06-29T00:05:00.000Z\",\"0.004867\",\"0.004031\"\n\"2024-06-29T00:10:00.000Z\",\"0.005169\",\"0.004283\"\n\"2024-06-29T00:15:00.000Z\",\"0.004584\",\"0.003901\"\n\"2024-06-29T00:20:00.000Z\",\"0.007069\",\"0.006392\"\n\"2024-06-29T00:25:00.000Z\",\"0.002915\",\"0.002489\"\n\"2024-06-29T00:30:00.000Z\",\"0.001964\",\"0.001633\"\n\"2024-06-29T00:35:00.000Z\",\"0.001721\",\"0.001705\"\n\"2024-06-29T00:40:00.000Z\",\"0.001323\",\"0.001266\"\n\"2024-06-29T00:45:00.000Z\",\"0.00147\",\"0.001362\"\n\"2024-06-29T00:50:00.000Z\",\"0.004332\",\"0.003663\"\n\"2024-06-29T00:55:00.000Z\",\"0.001482\",\"0.001416\"\n\"2024-06-29T01:00:00.000Z\",\"0.00155\",\"0.001365\"\n\"2024-06-29T01:05:00.000Z\",\"0.005641\",\"0.005113\"\n\"2024-06-29T01:10:00.000Z\",\"0.001551\",\"0.001274\"\n\"2024-06-29T01:15:00.000Z\",\"0.001556\",\"0.001573\"\n\"2024-06-29T01:20:00.000Z\",\"0.001457\",\"0.001312\"\n\"2024-06-29T01:25:00.000Z\",\"0.00116\",\"0.00117\"\n\"2024-06-29T01:30:00.000Z\",\"0.001168\",\"0.001075\"\n\"2024-06-29T01:35:00.000Z\",\"0.001319\",\"0.001288\"\n\"2024-06-29T01:40:00.000Z\",\"0.0015\",\"0.001422\"\n\"2024-06-29T01:45:00.000Z\",\"0.001453\",\"0.001249\"\n\"2024-06-29T01:50:00.000Z\",\"0.001856\",\"0.00177\"\n\"2024-06-29T01:55:00.000Z\",\"0.001707\",\"0.001764\"\n\"2024-06-29T02:00:00.000Z\",\"0.002841\",\"0.002619\"\n\"2024-06-29T02:05:00.000Z\",\"0.007959\",\"0.007141\"\n\"2024-06-29T02:10:00.000Z\",\"0.009997\",\"0.008615\"\n\"2024-06-29T02:15:00.000Z\",\"0.009251\",\"0.008064\"\n\"2024-06-29T02:20:00.000Z\",\"0.010377\",\"0.009105\"\n\"2024-06-29T02:25:00.000Z\",\"0.009972\",\"0.008697\"\n\"2024-06-29T02:30:00.000Z\",\"0.007674\",\"0.006658\"\n\"2024-06-29T02:35:00.000Z\",\"0.004833\",\"0.004276\"\n\"2024-06-29T02:40:00.000Z\",\"0.004037\",\"0.003565\"\n\"2024-06-29T02:45:00.000Z\",\"0.003116\",\"0.002785\"\n\"2024-06-29T02:50:00.000Z\",\"0.002294\",\"0.002079\"\n\"2024-06-29T02:55:00.000Z\",\"0.001858\",\"0.00181\"\n\"2024-06-29T03:00:00.000Z\",\"0.001527\",\"0.001425\"\n\"2024-06-29T03:05:00.000Z\",\"0.001605\",\"0.001541\"\n\"2024-06-29T03:10:00.000Z\",\"0.001628\",\"0.001555\"\n\"2024-06-29T03:15:00.000Z\",\"0.001501\",\"0.001569\"\n\"2024-06-29T03:20:00.000Z\",\"0.001397\",\"0.001321\"\n\"2024-06-29T03:25:00.000Z\",\"0.001836\",\"0.001706\"\n\"2024-06-29T03:30:00.000Z\",\"0.001564\",\"0.0014\"\n\"2024-06-29T03:35:00.000Z\",\"0.00146\",\"0.001338\"\n\"2024-06-29T03:40:00.000Z\",\"0.001362\",\"0.001339\"\n\"2024-06-29T03:45:00.000Z\",\"0.003136\",\"0.003144\"\n\"2024-06-29T03:50:00.000Z\",\"0.001096\",\"0.001123\"\n\"2024-06-29T03:55:00.000Z\",\"0.001008\",\"0.001119\"\n\"2024-06-29T04:00:00.000Z\",\"0.001034\",\"0.000984\"\n\"2024-06-29T04:05:00.000Z\",\"0.000844\",\"0.000916\"\n\"2024-06-29T04:10:00.000Z\",\"0.001295\",\"0.001262\"\n\"2024-06-29T04:15:00.000Z\",\"0.00279\",\"0.002252\"\n\"2024-06-29T04:20:00.000Z\",\"0.001119\",\"0.001137\"\n\"2024-06-29T04:25:00.000Z\",\"0.001676\",\"0.001539\"\n\"2024-06-29T04:30:00.000Z\",\"0.002004\",\"0.001798\"\n\"2024-06-29T04:35:00.000Z\",\"0.001531\",\"0.00139\"\n\"2024-06-29T04:40:00.000Z\",\"0.000992\",\"0.001219\"\n\"2024-06-29T04:45:00.000Z\",\"0.002295\",\"0.002399\"\n\"2024-06-29T04:50:00.000Z\",\"0.001792\",\"0.001554\"\n\"2024-06-29T04:55:00.000Z\",\"0.001083\",\"0.001111\"\n\"2024-06-29T05:00:00.000Z\",\"0.00183\",\"0.001799\"\n\"2024-06-29T05:05:00.000Z\",\"0.001602\",\"0.001559\"\n\"2024-06-29T05:10:00.000Z\",\"0.00275\",\"0.002436\"\n\"2024-06-29T05:15:00.000Z\",\"0.003798\",\"0.003823\"\n\"2024-06-29T05:20:00.000Z\",\"0.002796\",\"0.002551\"\n\"2024-06-29T05:25:00.000Z\",\"0.002778\",\"0.002679\"\n\"2024-06-29T05:30:00.000Z\",\"0.00365\",\"0.00329\"\n\"2024-06-29T05:35:00.000Z\",\"0.002019\",\"0.001938\"\n\"2024-06-29T05:40:00.000Z\",\"0.003417\",\"0.003483\"\n\"2024-06-29T05:45:00.000Z\",\"0.00176\",\"0.001723\"\n\"2024-06-29T05:50:00.000Z\",\"0.001717\",\"0.001431\"\n\"2024-06-29T05:55:00.000Z\",\"0.00106\",\"0.001102\"\n\"2024-06-29T06:00:00.000Z\",\"0.001998\",\"0.001954\"\n\"2024-06-29T06:05:00.000Z\",\"0.001052\",\"0.001077\"\n\"2024-06-29T06:10:00.000Z\",\"0.001665\",\"0.001586\"\n\"2024-06-29T06:15:00.000Z\",\"0.002215\",\"0.002179\"\n\"2024-06-29T06:20:00.000Z\",\"0.001299\",\"0.001439\"\n\"2024-06-29T06:25:00.000Z\",\"0.001457\",\"0.001568\"\n\"2024-06-29T06:30:00.000Z\",\"0.002301\",\"0.002195\"\n\"2024-06-29T06:35:00.000Z\",\"0.000848\",\"0.000992\"\n\"2024-06-29T06:40:00.000Z\",\"0.003426\",\"0.003035\"\n\"2024-06-29T06:45:00.000Z\",\"0.001758\",\"0.001544\"\n\"2024-06-29T06:50:00.000Z\",\"0.001735\",\"0.001707\"\n\"2024-06-29T06:55:00.000Z\",\"0.000991\",\"0.001052\"\n\"2024-06-29T07:00:00.000Z\",\"0.002081\",\"0.001938\"\n\"2024-06-29T07:05:00.000Z\",\"0.001584\",\"0.00151\"\n\"2024-06-29T07:10:00.000Z\",\"0.001773\",\"0.001469\"\n\"2024-06-29T07:15:00.000Z\",\"0.001857\",\"0.001682\"\n\"2024-06-29T07:20:00.000Z\",\"0.001427\",\"0.001271\"\n\"2024-06-29T07:25:00.000Z\",\"0.001339\",\"0.001294\"\n\"2024-06-29T07:30:00.000Z\",\"0.003941\",\"0.003552\"\n\"2024-06-29T07:35:00.000Z\",\"0.001405\",\"0.001377\"\n\"2024-06-29T07:40:00.000Z\",\"0.002409\",\"0.002507\"\n\"2024-06-29T07:45:00.000Z\",\"0.001842\",\"0.001817\"\n\"2024-06-29T07:50:00.000Z\",\"0.00159\",\"0.001482\"\n\"2024-06-29T07:55:00.000Z\",\"0.001469\",\"0.001395\"\n\"2024-06-29T08:00:00.000Z\",\"0.002303\",\"0.00216\"\n\"2024-06-29T08:05:00.000Z\",\"0.001603\",\"0.001531\"\n\"2024-06-29T08:10:00.000Z\",\"0.002351\",\"0.002224\"\n\"2024-06-29T08:15:00.000Z\",\"0.003425\",\"0.003099\"\n\"2024-06-29T08:20:00.000Z\",\"0.002938\",\"0.002677\"\n\"2024-06-29T08:25:00.000Z\",\"0.001774\",\"0.00173\"\n\"2024-06-29T08:30:00.000Z\",\"0.001705\",\"0.001598\"\n\"2024-06-29T08:35:00.000Z\",\"0.001456\",\"0.00148\"\n\"2024-06-29T08:40:00.000Z\",\"0.001825\",\"0.001655\"\n\"2024-06-29T08:45:00.000Z\",\"0.002286\",\"0.002028\"\n\"2024-06-29T08:50:00.000Z\",\"0.001315\",\"0.001334\"\n\"2024-06-29T08:55:00.000Z\",\"0.002094\",\"0.002015\"\n\"2024-06-29T09:00:00.000Z\",\"0.002088\",\"0.001962\"\n\"2024-06-29T09:05:00.000Z\",\"0.001278\",\"0.001292\"\n\"2024-06-29T09:10:00.000Z\",\"0.001557\",\"0.001501\"\n\"2024-06-29T09:15:00.000Z\",\"0.001709\",\"0.001686\"\n\"2024-06-29T09:20:00.000Z\",\"0.001372\",\"0.001331\"\n\"2024-06-29T09:25:00.000Z\",\"0.003007\",\"0.002678\"\n\"2024-06-29T09:30:00.000Z\",\"0.004191\",\"0.003502\"\n\"2024-06-29T09:35:00.000Z\",\"0.002818\",\"0.002707\"\n\"2024-06-29T09:40:00.000Z\",\"0.003454\",\"0.002956\"\n\"2024-06-29T09:45:00.000Z\",\"0.00323\",\"0.002808\"\n\"2024-06-29T09:50:00.000Z\",\"0.002987\",\"0.002596\"\n\"2024-06-29T09:55:00.000Z\",\"0.00231\",\"0.002068\"\n\"2024-06-29T10:00:00.000Z\",\"0.001394\",\"0.001333\"\n\"2024-06-29T10:05:00.000Z\",\"0.001526\",\"0.001403\"\n\"2024-06-29T10:10:00.000Z\",\"0.001999\",\"0.001763\"\n\"2024-06-29T10:15:00.000Z\",\"0.001807\",\"0.001668\"\n\"2024-06-29T10:20:00.000Z\",\"0.002574\",\"0.002241\"\n\"2024-06-29T10:25:00.000Z\",\"0.001947\",\"0.001971\"\n\"2024-06-29T10:30:00.000Z\",\"0.001872\",\"0.001799\"\n\"2024-06-29T10:35:00.000Z\",\"0.00513\",\"0.00461\"\n\"2024-06-29T10:40:00.000Z\",\"0.003492\",\"0.003397\"\n\"2024-06-29T10:45:00.000Z\",\"0.003028\",\"0.002827\"\n\"2024-06-29T10:50:00.000Z\",\"0.003053\",\"0.002978\"\n\"2024-06-29T10:55:00.000Z\",\"0.003096\",\"0.002743\"\n\"2024-06-29T11:00:00.000Z\",\"0.002033\",\"0.00188\"\n\"2024-06-29T11:05:00.000Z\",\"0.004475\",\"0.004407\"\n\"2024-06-29T11:10:00.000Z\",\"0.005856\",\"0.005377\"\n\"2024-06-29T11:15:00.000Z\",\"0.006471\",\"0.006094\"\n\"2024-06-29T11:20:00.000Z\",\"0.007288\",\"0.006794\"\n\"2024-06-29T11:25:00.000Z\",\"0.005584\",\"0.00492\"\n\"2024-06-29T11:30:00.000Z\",\"0.003249\",\"0.003149\"\n\"2024-06-29T11:35:00.000Z\",\"0.003515\",\"0.003397\"\n\"2024-06-29T11:40:00.000Z\",\"0.001966\",\"0.001655\"\n\"2024-06-29T11:45:00.000Z\",\"0.00167\",\"0.001628\"\n\"2024-06-29T11:50:00.000Z\",\"0.001426\",\"0.001391\"\n\"2024-06-29T11:55:00.000Z\",\"0.002211\",\"0.001901\"\n\"2024-06-29T12:00:00.000Z\",\"0.002513\",\"0.00255\"\n\"2024-06-29T12:05:00.000Z\",\"0.001568\",\"0.00147\"\n\"2024-06-29T12:10:00.000Z\",\"0.001506\",\"0.001478\"\n\"2024-06-29T12:15:00.000Z\",\"0.005614\",\"0.005093\"\n\"2024-06-29T12:20:00.000Z\",\"0.001604\",\"0.001535\"\n\"2024-06-29T12:25:00.000Z\",\"0.001527\",\"0.001333\"\n\"2024-06-29T12:30:00.000Z\",\"0.00301\",\"0.002988\"\n\"2024-06-29T12:35:00.000Z\",\"0.003864\",\"0.003424\"\n\"2024-06-29T12:40:00.000Z\",\"0.007163\",\"0.006664\"\n\"2024-06-29T12:45:00.000Z\",\"0.003602\",\"0.003309\"\n\"2024-06-29T12:50:00.000Z\",\"0.00479\",\"0.004128\"\n\"2024-06-29T12:55:00.000Z\",\"0.005993\",\"0.005471\"\n\"2024-06-29T13:00:00.000Z\",\"0.004592\",\"0.003702\"\n\"2024-06-29T13:05:00.000Z\",\"0.003414\",\"0.003021\"\n\"2024-06-29T13:10:00.000Z\",\"0.003598\",\"0.003325\"\n\"2024-06-29T13:15:00.000Z\",\"0.003337\",\"0.003114\"\n\"2024-06-29T13:20:00.000Z\",\"0.00285\",\"0.00253\"\n\"2024-06-29T13:25:00.000Z\",\"0.002216\",\"0.001931\"\n\"2024-06-29T13:30:00.000Z\",\"0.001661\",\"0.001501\"\n\"2024-06-29T13:35:00.000Z\",\"0.001496\",\"0.001399\"\n\"2024-06-29T13:40:00.000Z\",\"0.001677\",\"0.001583\"\n\"2024-06-29T13:45:00.000Z\",\"0.002016\",\"0.001755\"\n\"2024-06-29T13:50:00.000Z\",\"0.001402\",\"0.001331\"\n\"2024-06-29T13:55:00.000Z\",\"0.002289\",\"0.002136\"\n\"2024-06-29T14:00:00.000Z\",\"0.003141\",\"0.002941\"\n\"2024-06-29T14:05:00.000Z\",\"0.002457\",\"0.002292\"\n\"2024-06-29T14:10:00.000Z\",\"0.004021\",\"0.003633\"\n\"2024-06-29T14:15:00.000Z\",\"0.006476\",\"0.005483\"\n\"2024-06-29T14:20:00.000Z\",\"0.007209\",\"0.006336\"\n\"2024-06-29T14:25:00.000Z\",\"0.006076\",\"0.005311\"\n\"2024-06-29T14:30:00.000Z\",\"0.011646\",\"0.009552\"\n\"2024-06-29T14:35:00.000Z\",\"0.01046\",\"0.009271\"\n\"2024-06-29T14:40:00.000Z\",\"0.00873\",\"0.008063\"\n\"2024-06-29T14:45:00.000Z\",\"0.006088\",\"0.005388\"\n\"2024-06-29T14:50:00.000Z\",\"0.006017\",\"0.005275\"\n\"2024-06-29T14:55:00.000Z\",\"0.005032\",\"0.004749\"\n\"2024-06-29T15:00:00.000Z\",\"0.003141\",\"0.002945\"\n\"2024-06-29T15:05:00.000Z\",\"0.002343\",\"0.002106\"\n\"2024-06-29T15:10:00.000Z\",\"0.003583\",\"0.003414\"\n\"2024-06-29T15:15:00.000Z\",\"0.001846\",\"0.001986\"\n\"2024-06-29T15:20:00.000Z\",\"0.002347\",\"0.002136\"\n\"2024-06-29T15:25:00.000Z\",\"0.001671\",\"0.001584\"\n\"2024-06-29T15:30:00.000Z\",\"0.003454\",\"0.003072\"\n\"2024-06-29T15:35:00.000Z\",\"0.004054\",\"0.003493\"\n\"2024-06-29T15:40:00.000Z\",\"0.004379\",\"0.003825\"\n\"2024-06-29T15:45:00.000Z\",\"0.004555\",\"0.004369\"\n\"2024-06-29T15:50:00.000Z\",\"0.004301\",\"0.004291\"\n\"2024-06-29T15:55:00.000Z\",\"0.003394\",\"0.002861\"\n\"2024-06-29T16:00:00.000Z\",\"0.002101\",\"0.00204\"\n\"2024-06-29T16:05:00.000Z\",\"0.002673\",\"0.002653\"\n\"2024-06-29T16:10:00.000Z\",\"0.00244\",\"0.002377\"\n\"2024-06-29T16:15:00.000Z\",\"0.002683\",\"0.002559\"\n\"2024-06-29T16:20:00.000Z\",\"0.003081\",\"0.002906\"\n\"2024-06-29T16:25:00.000Z\",\"0.00301\",\"0.002779\"\n\"2024-06-29T16:30:00.000Z\",\"0.00207\",\"0.001967\"\n\"2024-06-29T16:35:00.000Z\",\"0.0025\",\"0.002158\"\n\"2024-06-29T16:40:00.000Z\",\"0.002566\",\"0.0024\"\n\"2024-06-29T16:45:00.000Z\",\"0.002484\",\"0.002255\"\n\"2024-06-29T16:50:00.000Z\",\"0.002247\",\"0.00201\"\n\"2024-06-29T16:55:00.000Z\",\"0.002008\",\"0.001934\"\n\"2024-06-29T17:00:00.000Z\",\"0.001952\",\"0.001588\"\n\"2024-06-29T17:05:00.000Z\",\"0.001565\",\"0.001493\"\n\"2024-06-29T17:10:00.000Z\",\"0.003477\",\"0.003137\"\n\"2024-06-29T17:15:00.000Z\",\"0.001334\",\"0.001199\"\n\"2024-06-29T17:20:00.000Z\",\"0.001213\",\"0.001181\"\n\"2024-06-29T17:25:00.000Z\",\"0.001496\",\"0.00134\"\n\"2024-06-29T17:30:00.000Z\",\"0.001566\",\"0.001633\"\n\"2024-06-29T17:35:00.000Z\",\"0.001311\",\"0.001325\"\n\"2024-06-29T17:40:00.000Z\",\"0.001488\",\"0.001461\"\n\"2024-06-29T17:45:00.000Z\",\"0.00145\",\"0.001385\"\n\"2024-06-29T17:50:00.000Z\",\"0.001289\",\"0.001246\"\n\"2024-06-29T17:55:00.000Z\",\"0.001667\",\"0.001595\"\n\"2024-06-29T18:00:00.000Z\",\"0.001442\",\"0.001405\"\n\"2024-06-29T18:05:00.000Z\",\"0.001156\",\"0.001232\"\n\"2024-06-29T18:10:00.000Z\",\"0.022324\",\"0.017791\"\n\"2024-06-29T18:15:00.000Z\",\"0.008433\",\"0.006869\"\n\"2024-06-29T18:20:00.000Z\",\"0.001405\",\"0.001366\"\n\"2024-06-29T18:25:00.000Z\",\"0.001434\",\"0.001381\"\n\"2024-06-29T18:30:00.000Z\",\"0.001579\",\"0.001514\"\n\"2024-06-29T18:35:00.000Z\",\"0.001885\",\"0.001827\"\n\"2024-06-29T18:40:00.000Z\",\"0.004087\",\"0.003779\"\n\"2024-06-29T18:45:00.000Z\",\"0.005271\",\"0.004867\"\n\"2024-06-29T18:50:00.000Z\",\"0.005067\",\"0.004476\"\n\"2024-06-29T18:55:00.000Z\",\"0.007609\",\"0.007162\"\n\"2024-06-29T19:00:00.000Z\",\"0.00393\",\"0.003291\"\n\"2024-06-29T19:05:00.000Z\",\"0.002785\",\"0.002454\"\n\"2024-06-29T19:10:00.000Z\",\"0.001987\",\"0.001816\"\n\"2024-06-29T19:15:00.000Z\",\"0.00165\",\"0.00152\"\n\"2024-06-29T19:20:00.000Z\",\"0.00147\",\"0.001396\"\n\"2024-06-29T19:25:00.000Z\",\"0.001202\",\"0.001293\"\n\"2024-06-29T19:30:00.000Z\",\"0.001221\",\"0.001127\"\n\"2024-06-29T19:35:00.000Z\",\"0.002416\",\"0.002085\"\n\"2024-06-29T19:40:00.000Z\",\"0.004126\",\"0.003859\"\n\"2024-06-29T19:45:00.000Z\",\"0.00594\",\"0.005293\"\n\"2024-06-29T19:50:00.000Z\",\"0.006029\",\"0.005196\"\n\"2024-06-29T19:55:00.000Z\",\"0.006448\",\"0.005566\"\n\"2024-06-29T20:00:00.000Z\",\"0.007712\",\"0.007121\"\n\"2024-06-29T20:05:00.000Z\",\"0.006675\",\"0.005428\"\n\"2024-06-29T20:10:00.000Z\",\"0.002014\",\"0.001817\"\n\"2024-06-29T20:15:00.000Z\",\"0.006313\",\"0.005789\"\n\"2024-06-29T20:20:00.000Z\",\"0.006179\",\"0.005814\"\n\"2024-06-29T20:25:00.000Z\",\"0.001499\",\"0.001353\"\n\"2024-06-29T20:30:00.000Z\",\"0.001207\",\"0.00123\"\n\"2024-06-29T20:35:00.000Z\",\"0.001377\",\"0.001308\"\n\"2024-06-29T20:40:00.000Z\",\"0.001446\",\"0.001371\"\n\"2024-06-29T20:45:00.000Z\",\"0.001422\",\"0.001337\"\n\"2024-06-29T20:50:00.000Z\",\"0.001588\",\"0.001333\"\n\"2024-06-29T20:55:00.000Z\",\"0.002072\",\"0.002568\"\n\"2024-06-29T21:00:00.000Z\",\"0.002305\",\"0.002216\"\n\"2024-06-29T21:05:00.000Z\",\"0.001535\",\"0.00142\"\n\"2024-06-29T21:10:00.000Z\",\"0.003692\",\"0.003323\"\n\"2024-06-29T21:15:00.000Z\",\"0.003929\",\"0.003399\"\n\"2024-06-29T21:20:00.000Z\",\"0.004282\",\"0.003777\"\n\"2024-06-29T21:25:00.000Z\",\"0.00454\",\"0.003819\"\n\"2024-06-29T21:30:00.000Z\",\"0.004464\",\"0.003716\"\n\"2024-06-29T21:35:00.000Z\",\"0.003145\",\"0.002859\"\n\"2024-06-29T21:40:00.000Z\",\"0.003067\",\"0.002647\"\n\"2024-06-29T21:45:00.000Z\",\"0.003043\",\"0.002771\"\n\"2024-06-29T21:50:00.000Z\",\"0.002706\",\"0.002398\"\n\"2024-06-29T21:55:00.000Z\",\"0.002081\",\"0.001947\"\n\"2024-06-29T22:00:00.000Z\",\"0.001167\",\"0.001117\"\n\"2024-06-29T22:05:00.000Z\",\"0.001585\",\"0.001555\"\n\"2024-06-29T22:10:00.000Z\",\"0.001353\",\"0.001478\"\n\"2024-06-29T22:15:00.000Z\",\"0.002018\",\"0.001852\"\n\"2024-06-29T22:20:00.000Z\",\"0.001436\",\"0.001315\"\n\"2024-06-29T22:25:00.000Z\",\"0.001375\",\"0.001279\"\n\"2024-06-29T22:30:00.000Z\",\"0.002486\",\"0.002248\"\n\"2024-06-29T22:35:00.000Z\",\"0.001508\",\"0.001414\"\n\"2024-06-29T22:40:00.000Z\",\"0.001201\",\"0.001148\"\n\"2024-06-29T22:45:00.000Z\",\"0.002209\",\"0.002006\"\n\"2024-06-29T22:50:00.000Z\",\"0.001834\",\"0.001824\"\n\"2024-06-29T22:55:00.000Z\",\"0.004004\",\"0.003913\"\n\"2024-06-29T23:00:00.000Z\",\"0.005738\",\"0.004832\"\n\"2024-06-29T23:05:00.000Z\",\"0.00826\",\"0.007248\"\n\"2024-06-29T23:10:00.000Z\",\"0.006972\",\"0.006076\"\n\"2024-06-29T23:15:00.000Z\",\"0.008599\",\"0.007331\"\n\"2024-06-29T23:20:00.000Z\",\"0.005949\",\"0.005357\"\n\"2024-06-29T23:25:00.000Z\",\"0.004448\",\"0.003899\"\n\"2024-06-29T23:30:00.000Z\",\"0.002803\",\"0.002305\"\n\"2024-06-29T23:35:00.000Z\",\"0.00244\",\"0.002197\"\n\"2024-06-29T23:40:00.000Z\",\"0.002218\",\"0.002075\"\n\"2024-06-29T23:45:00.000Z\",\"0.004475\",\"0.00399\"\n\"2024-06-29T23:50:00.000Z\",\"0.00214\",\"0.002005\"\n\"2024-06-29T23:55:00.000Z\",\"0.003411\",\"0.003046\"\n\"2024-06-30T00:00:00.000Z\",\"0.006265\",\"0.005725\"\n\"2024-06-30T00:05:00.000Z\",\"0.005172\",\"0.004722\"\n\"2024-06-30T00:10:00.000Z\",\"0.005463\",\"0.004826\"\n\"2024-06-30T00:15:00.000Z\",\"0.003727\",\"0.003489\"\n\"2024-06-30T00:20:00.000Z\",\"0.010921\",\"0.009064\"\n\"2024-06-30T00:25:00.000Z\",\"0.012368\",\"0.010093\"\n\"2024-06-30T00:30:00.000Z\",\"0.016107\",\"0.01296\"\n\"2024-06-30T00:35:00.000Z\",\"0.013003\",\"0.010355\"\n\"2024-06-30T00:40:00.000Z\",\"0.011935\",\"0.009866\"\n\"2024-06-30T00:45:00.000Z\",\"0.008991\",\"0.007434\"\n\"2024-06-30T00:50:00.000Z\",\"0.004899\",\"0.004029\"\n\"2024-06-30T00:55:00.000Z\",\"0.003078\",\"0.002694\"\n\"2024-06-30T01:00:00.000Z\",\"0.002481\",\"0.002377\"\n\"2024-06-30T01:05:00.000Z\",\"0.001951\",\"0.00178\"\n\"2024-06-30T01:10:00.000Z\",\"0.003099\",\"0.00315\"\n\"2024-06-30T01:15:00.000Z\",\"0.00177\",\"0.001625\"\n\"2024-06-30T01:20:00.000Z\",\"0.001712\",\"0.001601\"\n\"2024-06-30T01:25:00.000Z\",\"0.002632\",\"0.002243\"\n\"2024-06-30T01:30:00.000Z\",\"0.001587\",\"0.001503\"\n\"2024-06-30T01:35:00.000Z\",\"0.001925\",\"0.001933\"\n\"2024-06-30T01:40:00.000Z\",\"0.002892\",\"0.002765\"\n\"2024-06-30T01:45:00.000Z\",\"0.002413\",\"0.002267\"\n\"2024-06-30T01:50:00.000Z\",\"0.002907\",\"0.002628\"\n\"2024-06-30T01:55:00.000Z\",\"0.001689\",\"0.001546\"\n\"2024-06-30T02:00:00.000Z\",\"0.001924\",\"0.001797\"\n\"2024-06-30T02:05:00.000Z\",\"0.002751\",\"0.002584\"\n\"2024-06-30T02:10:00.000Z\",\"0.005145\",\"0.004789\"\n\"2024-06-30T02:15:00.000Z\",\"0.004963\",\"0.004413\"\n\"2024-06-30T02:20:00.000Z\",\"0.004978\",\"0.004336\"\n\"2024-06-30T02:25:00.000Z\",\"0.003265\",\"0.003085\"\n\"2024-06-30T02:30:00.000Z\",\"0.00262\",\"0.002212\"\n\"2024-06-30T02:35:00.000Z\",\"0.002692\",\"0.002492\"\n\"2024-06-30T02:40:00.000Z\",\"0.00224\",\"0.00196\"\n\"2024-06-30T02:45:00.000Z\",\"0.005821\",\"0.005103\"\n\"2024-06-30T02:50:00.000Z\",\"0.007772\",\"0.006864\"\n\"2024-06-30T02:55:00.000Z\",\"0.005571\",\"0.004856\"\n\"2024-06-30T03:00:00.000Z\",\"0.005983\",\"0.005122\"\n\"2024-06-30T03:05:00.000Z\",\"0.007146\",\"0.005787\"\n\"2024-06-30T03:10:00.000Z\",\"0.003807\",\"0.003016\"\n\"2024-06-30T03:15:00.000Z\",\"0.002043\",\"0.001866\"\n\"2024-06-30T03:20:00.000Z\",\"0.002431\",\"0.002152\"\n\"2024-06-30T03:25:00.000Z\",\"0.001313\",\"0.001173\"\n\"2024-06-30T03:30:00.000Z\",\"0.002675\",\"0.002213\"\n\"2024-06-30T03:35:00.000Z\",\"0.001563\",\"0.001505\"\n\"2024-06-30T03:40:00.000Z\",\"0.001482\",\"0.001424\"\n\"2024-06-30T03:45:00.000Z\",\"0.00253\",\"0.002275\"\n\"2024-06-30T03:50:00.000Z\",\"0.003339\",\"0.003154\"\n\"2024-06-30T03:55:00.000Z\",\"0.003368\",\"0.00298\"\n\"2024-06-30T04:00:00.000Z\",\"0.003453\",\"0.003222\"\n\"2024-06-30T04:05:00.000Z\",\"0.002793\",\"0.002588\"\n\"2024-06-30T04:10:00.000Z\",\"0.003058\",\"0.002743\"\n\"2024-06-30T04:15:00.000Z\",\"0.002747\",\"0.002572\"\n\"2024-06-30T04:20:00.000Z\",\"0.00472\",\"0.004697\"\n\"2024-06-30T04:25:00.000Z\",\"0.007206\",\"0.006625\"\n\"2024-06-30T04:30:00.000Z\",\"0.004118\",\"0.003865\"\n\"2024-06-30T04:35:00.000Z\",\"0.004073\",\"0.003654\"\n\"2024-06-30T04:40:00.000Z\",\"0.004027\",\"0.003647\"\n\"2024-06-30T04:45:00.000Z\",\"0.002196\",\"0.002281\"\n\"2024-06-30T04:50:00.000Z\",\"0.002157\",\"0.002067\"\n\"2024-06-30T04:55:00.000Z\",\"0.00452\",\"0.004216\"\n\"2024-06-30T05:00:00.000Z\",\"0.005532\",\"0.004921\"\n\"2024-06-30T05:05:00.000Z\",\"0.005886\",\"0.005183\"\n\"2024-06-30T05:10:00.000Z\",\"0.005574\",\"0.004846\"\n\"2024-06-30T05:15:00.000Z\",\"0.006057\",\"0.005131\"\n\"2024-06-30T05:20:00.000Z\",\"0.002554\",\"0.002203\"\n\"2024-06-30T05:25:00.000Z\",\"0.001519\",\"0.0014\"\n\"2024-06-30T05:30:00.000Z\",\"0.001132\",\"0.0011\"\n\"2024-06-30T05:35:00.000Z\",\"0.001788\",\"0.001778\"\n\"2024-06-30T05:40:00.000Z\",\"0.001825\",\"0.001577\"\n\"2024-06-30T05:45:00.000Z\",\"0.003711\",\"0.003086\"\n\"2024-06-30T05:50:00.000Z\",\"0.004535\",\"0.003708\"\n\"2024-06-30T05:55:00.000Z\",\"0.003452\",\"0.003168\"\n\"2024-06-30T06:00:00.000Z\",\"0.003377\",\"0.003041\"\n\"2024-06-30T06:05:00.000Z\",\"0.004598\",\"0.004184\"\n\"2024-06-30T06:10:00.000Z\",\"0.002766\",\"0.002649\"\n\"2024-06-30T06:15:00.000Z\",\"0.001118\",\"0.001129\"\n\"2024-06-30T06:20:00.000Z\",\"0.00116\",\"0.001199\"\n\"2024-06-30T06:25:00.000Z\",\"0.001711\",\"0.001538\"\n\"2024-06-30T06:30:00.000Z\",\"0.001918\",\"0.001345\"\n\"2024-06-30T06:35:00.000Z\",\"0.001024\",\"0.001031\"\n\"2024-06-30T06:40:00.000Z\",\"0.002088\",\"0.001949\"\n\"2024-06-30T06:45:00.000Z\",\"0.004274\",\"0.003579\"\n\"2024-06-30T06:50:00.000Z\",\"0.002898\",\"0.002765\"\n\"2024-06-30T06:55:00.000Z\",\"0.002988\",\"0.00271\"\n\"2024-06-30T07:00:00.000Z\",\"0.00089\",\"0.000949\"\n\"2024-06-30T07:05:00.000Z\",\"0.001006\",\"0.000994\"\n\"2024-06-30T07:10:00.000Z\",\"0.000961\",\"0.000998\"\n\"2024-06-30T07:15:00.000Z\",\"0.001803\",\"0.001679\"\n\"2024-06-30T07:20:00.000Z\",\"0.001548\",\"0.001471\"\n\"2024-06-30T07:25:00.000Z\",\"0.001689\",\"0.001704\"\n\"2024-06-30T07:30:00.000Z\",\"0.004486\",\"0.004263\"\n\"2024-06-30T07:35:00.000Z\",\"0.006144\",\"0.005907\"\n\"2024-06-30T07:40:00.000Z\",\"0.006387\",\"0.006173\"\n\"2024-06-30T07:45:00.000Z\",\"0.006684\",\"0.006269\"\n\"2024-06-30T07:50:00.000Z\",\"0.007157\",\"0.006774\"\n\"2024-06-30T07:55:00.000Z\",\"0.002774\",\"0.002188\"\n\"2024-06-30T08:00:00.000Z\",\"0.003676\",\"0.003206\"\n\"2024-06-30T08:05:00.000Z\",\"0.003438\",\"0.003348\"\n\"2024-06-30T08:10:00.000Z\",\"0.003852\",\"0.003455\"\n\"2024-06-30T08:15:00.000Z\",\"0.005772\",\"0.005151\"\n\"2024-06-30T08:20:00.000Z\",\"0.007744\",\"0.006904\"\n\"2024-06-30T08:25:00.000Z\",\"0.006452\",\"0.005979\"\n\"2024-06-30T08:30:00.000Z\",\"0.00664\",\"0.00624\"\n\"2024-06-30T08:35:00.000Z\",\"0.006212\",\"0.005763\"\n\"2024-06-30T08:40:00.000Z\",\"0.005949\",\"0.005494\"\n\"2024-06-30T08:45:00.000Z\",\"0.00408\",\"0.00385\"\n\"2024-06-30T08:50:00.000Z\",\"0.0021\",\"0.002033\"\n\"2024-06-30T08:55:00.000Z\",\"0.00183\",\"0.001619\"\n\"2024-06-30T09:00:00.000Z\",\"0.001578\",\"0.00145\"\n\"2024-06-30T09:05:00.000Z\",\"0.003904\",\"0.003558\"\n\"2024-06-30T09:10:00.000Z\",\"0.006059\",\"0.005333\"\n\"2024-06-30T09:15:00.000Z\",\"0.005303\",\"0.004713\"\n\"2024-06-30T09:20:00.000Z\",\"0.005814\",\"0.004966\"\n\"2024-06-30T09:25:00.000Z\",\"0.004915\",\"0.004176\"\n\"2024-06-30T09:30:00.000Z\",\"0.002871\",\"0.002671\"\n\"2024-06-30T09:35:00.000Z\",\"0.002852\",\"0.002484\"\n\"2024-06-30T09:40:00.000Z\",\"0.004111\",\"0.003964\"\n\"2024-06-30T09:45:00.000Z\",\"0.004456\",\"0.00463\"\n\"2024-06-30T09:50:00.000Z\",\"0.004332\",\"0.003772\"\n\"2024-06-30T09:55:00.000Z\",\"0.004321\",\"0.004153\"\n\"2024-06-30T10:00:00.000Z\",\"0.011053\",\"0.010363\"\n\"2024-06-30T10:05:00.000Z\",\"0.010575\",\"0.009709\"\n\"2024-06-30T10:10:00.000Z\",\"0.009084\",\"0.008525\"\n\"2024-06-30T10:15:00.000Z\",\"0.009272\",\"0.008718\"\n\"2024-06-30T10:20:00.000Z\",\"0.008917\",\"0.008217\"\n\"2024-06-30T10:25:00.000Z\",\"0.008826\",\"0.008151\"\n\"2024-06-30T10:30:00.000Z\",\"0.008961\",\"0.00839\"\n\"2024-06-30T10:35:00.000Z\",\"0.008884\",\"0.008234\"\n\"2024-06-30T10:40:00.000Z\",\"0.007007\",\"0.006477\"\n\"2024-06-30T10:45:00.000Z\",\"0.00192\",\"0.001816\"\n\"2024-06-30T10:50:00.000Z\",\"0.001474\",\"0.00139\"\n\"2024-06-30T10:55:00.000Z\",\"0.001859\",\"0.001841\"\n\"2024-06-30T11:00:00.000Z\",\"0.002883\",\"0.002764\"\n\"2024-06-30T11:05:00.000Z\",\"0.002979\",\"0.002649\"\n\"2024-06-30T11:10:00.000Z\",\"0.002809\",\"0.002568\"\n\"2024-06-30T11:15:00.000Z\",\"0.002365\",\"0.002205\"\n\"2024-06-30T11:20:00.000Z\",\"0.002515\",\"0.002239\"\n\"2024-06-30T11:25:00.000Z\",\"0.001658\",\"0.001498\"\n\"2024-06-30T11:30:00.000Z\",\"0.001624\",\"0.001435\"\n\"2024-06-30T11:35:00.000Z\",\"0.001712\",\"0.002068\"\n\"2024-06-30T11:40:00.000Z\",\"0.001552\",\"0.001482\"\n\"2024-06-30T11:45:00.000Z\",\"0.001274\",\"0.001175\"\n\"2024-06-30T11:50:00.000Z\",\"0.001492\",\"0.00129\"\n\"2024-06-30T11:55:00.000Z\",\"0.001394\",\"0.001326\"\n\"2024-06-30T12:00:00.000Z\",\"0.001432\",\"0.001258\"\n\"2024-06-30T12:05:00.000Z\",\"0.001321\",\"0.001346\"\n\"2024-06-30T12:10:00.000Z\",\"0.001267\",\"0.00125\"\n\"2024-06-30T12:15:00.000Z\",\"0.001585\",\"0.001514\"\n\"2024-06-30T12:20:00.000Z\",\"0.001392\",\"0.001313\"\n\"2024-06-30T12:25:00.000Z\",\"0.001256\",\"0.001307\"\n\"2024-06-30T12:30:00.000Z\",\"0.001506\",\"0.001494\"\n\"2024-06-30T12:35:00.000Z\",\"0.001449\",\"0.001346\"\n\"2024-06-30T12:40:00.000Z\",\"0.001476\",\"0.001326\"\n\"2024-06-30T12:45:00.000Z\",\"0.001461\",\"0.001451\"\n\"2024-06-30T12:50:00.000Z\",\"0.001358\",\"0.001394\"\n\"2024-06-30T12:55:00.000Z\",\"0.00319\",\"0.002873\"\n\"2024-06-30T13:00:00.000Z\",\"0.001493\",\"0.001378\"\n\"2024-06-30T13:05:00.000Z\",\"0.00144\",\"0.001492\"\n\"2024-06-30T13:10:00.000Z\",\"0.001465\",\"0.00152\"\n\"2024-06-30T13:15:00.000Z\",\"0.002505\",\"0.002354\"\n\"2024-06-30T13:20:00.000Z\",\"0.0012\",\"0.001133\"\n\"2024-06-30T13:25:00.000Z\",\"0.001369\",\"0.001328\"\n\"2024-06-30T13:30:00.000Z\",\"0.001574\",\"0.001728\"\n\"2024-06-30T13:35:00.000Z\",\"0.001639\",\"0.001533\"\n\"2024-06-30T13:40:00.000Z\",\"0.001394\",\"0.001395\"\n\"2024-06-30T13:45:00.000Z\",\"0.001845\",\"0.001884\"\n\"2024-06-30T13:50:00.000Z\",\"0.001485\",\"0.001541\"\n\"2024-06-30T13:55:00.000Z\",\"0.001651\",\"0.001597\"\n\"2024-06-30T14:00:00.000Z\",\"0.001405\",\"0.001355\"\n\"2024-06-30T14:05:00.000Z\",\"0.001518\",\"0.001448\"\n\"2024-06-30T14:10:00.000Z\",\"0.001666\",\"0.001593\"\n\"2024-06-30T14:15:00.000Z\",\"0.001821\",\"0.001633\"\n\"2024-06-30T14:20:00.000Z\",\"0.002294\",\"0.001982\"\n\"2024-06-30T14:25:00.000Z\",\"0.005435\",\"0.004512\"\n\"2024-06-30T14:30:00.000Z\",\"0.006299\",\"0.005502\"\n\"2024-06-30T14:35:00.000Z\",\"0.005705\",\"0.004975\"\n\"2024-06-30T14:40:00.000Z\",\"0.006001\",\"0.005117\"\n\"2024-06-30T14:45:00.000Z\",\"0.006449\",\"0.006032\"\n\"2024-06-30T14:50:00.000Z\",\"0.003744\",\"0.003252\"\n\"2024-06-30T14:55:00.000Z\",\"0.002686\",\"0.002488\"\n\"2024-06-30T15:00:00.000Z\",\"0.001614\",\"0.001592\"\n\"2024-06-30T15:05:00.000Z\",\"0.001387\",\"0.001334\"\n\"2024-06-30T15:10:00.000Z\",\"0.001184\",\"0.001298\"\n\"2024-06-30T15:15:00.000Z\",\"0.001521\",\"0.001555\"\n\"2024-06-30T15:20:00.000Z\",\"0.001553\",\"0.001627\"\n\"2024-06-30T15:25:00.000Z\",\"0.001278\",\"0.001352\"\n\"2024-06-30T15:30:00.000Z\",\"0.001485\",\"0.001459\"\n\"2024-06-30T15:35:00.000Z\",\"0.00132\",\"0.001278\"\n\"2024-06-30T15:40:00.000Z\",\"0.001279\",\"0.001385\"\n\"2024-06-30T15:45:00.000Z\",\"0.001375\",\"0.001363\"\n\"2024-06-30T15:50:00.000Z\",\"0.002143\",\"0.002094\"\n\"2024-06-30T15:55:00.000Z\",\"0.002974\",\"0.002803\"\n\"2024-06-30T16:00:00.000Z\",\"0.004687\",\"0.00428\"\n\"2024-06-30T16:05:00.000Z\",\"0.00363\",\"0.003321\"\n\"2024-06-30T16:10:00.000Z\",\"0.003806\",\"0.003464\"\n\"2024-06-30T16:15:00.000Z\",\"0.003798\",\"0.003509\"\n\"2024-06-30T16:20:00.000Z\",\"0.006419\",\"0.005621\"\n\"2024-06-30T16:25:00.000Z\",\"0.001532\",\"0.001444\"\n\"2024-06-30T16:30:00.000Z\",\"0.001595\",\"0.001515\"\n\"2024-06-30T16:35:00.000Z\",\"0.002053\",\"0.001979\"\n\"2024-06-30T16:40:00.000Z\",\"0.001418\",\"0.00148\"\n\"2024-06-30T16:45:00.000Z\",\"0.001913\",\"0.001878\"\n\"2024-06-30T16:50:00.000Z\",\"0.001911\",\"0.001816\"\n\"2024-06-30T16:55:00.000Z\",\"0.003764\",\"0.003855\"\n\"2024-06-30T17:00:00.000Z\",\"0.00275\",\"0.002552\"\n\"2024-06-30T17:05:00.000Z\",\"0.006361\",\"0.005663\"\n\"2024-06-30T17:10:00.000Z\",\"0.009522\",\"0.008382\"\n\"2024-06-30T17:15:00.000Z\",\"0.007685\",\"0.006494\"\n\"2024-06-30T17:20:00.000Z\",\"0.006557\",\"0.005811\"\n\"2024-06-30T17:25:00.000Z\",\"0.006128\",\"0.005523\"\n\"2024-06-30T17:30:00.000Z\",\"0.00485\",\"0.004039\"\n\"2024-06-30T17:35:00.000Z\",\"0.00272\",\"0.002364\"\n\"2024-06-30T17:40:00.000Z\",\"0.002164\",\"0.002\"\n\"2024-06-30T17:45:00.000Z\",\"0.002171\",\"0.002134\"\n\"2024-06-30T17:50:00.000Z\",\"0.001713\",\"0.001626\"\n\"2024-06-30T17:55:00.000Z\",\"0.002761\",\"0.00225\"\n\"2024-06-30T18:00:00.000Z\",\"0.001875\",\"0.001701\"\n\"2024-06-30T18:05:00.000Z\",\"0.002686\",\"0.002733\"\n\"2024-06-30T18:10:00.000Z\",\"0.003579\",\"0.00354\"\n\"2024-06-30T18:15:00.000Z\",\"0.001393\",\"0.001404\"\n\"2024-06-30T18:20:00.000Z\",\"0.001778\",\"0.001721\"\n\"2024-06-30T18:25:00.000Z\",\"0.00155\",\"0.001494\"\n\"2024-06-30T18:30:00.000Z\",\"0.002928\",\"0.002852\"\n\"2024-06-30T18:35:00.000Z\",\"0.006763\",\"0.006327\"\n\"2024-06-30T18:40:00.000Z\",\"0.006635\",\"0.006218\"\n\"2024-06-30T18:45:00.000Z\",\"0.006351\",\"0.006097\"\n\"2024-06-30T18:50:00.000Z\",\"0.006644\",\"0.006377\"\n\"2024-06-30T18:55:00.000Z\",\"0.002847\",\"0.002861\"\n\"2024-06-30T19:00:00.000Z\",\"0.001763\",\"0.001541\"\n\"2024-06-30T19:05:00.000Z\",\"0.001845\",\"0.001749\"\n\"2024-06-30T19:10:00.000Z\",\"0.002484\",\"0.002415\"\n\"2024-06-30T19:15:00.000Z\",\"0.001292\",\"0.001379\"\n\"2024-06-30T19:20:00.000Z\",\"0.001715\",\"0.001584\"\n\"2024-06-30T19:25:00.000Z\",\"0.001364\",\"0.001375\"\n\"2024-06-30T19:30:00.000Z\",\"0.003903\",\"0.003724\"\n\"2024-06-30T19:35:00.000Z\",\"0.002202\",\"0.002161\"\n\"2024-06-30T19:40:00.000Z\",\"0.001215\",\"0.001278\"\n\"2024-06-30T19:45:00.000Z\",\"0.002452\",\"0.002257\"\n\"2024-06-30T19:50:00.000Z\",\"0.002363\",\"0.001984\"\n\"2024-06-30T19:55:00.000Z\",\"0.002377\",\"0.002165\"\n\"2024-06-30T20:00:00.000Z\",\"0.003762\",\"0.003458\"\n\"2024-06-30T20:05:00.000Z\",\"0.003152\",\"0.002969\"\n\"2024-06-30T20:10:00.000Z\",\"0.002931\",\"0.002881\"\n\"2024-06-30T20:15:00.000Z\",\"0.003354\",\"0.003187\"\n\"2024-06-30T20:20:00.000Z\",\"0.003129\",\"0.002936\"\n\"2024-06-30T20:25:00.000Z\",\"0.003826\",\"0.00369\"\n\"2024-06-30T20:30:00.000Z\",\"0.006909\",\"0.006164\"\n\"2024-06-30T20:35:00.000Z\",\"0.008073\",\"0.006904\"\n\"2024-06-30T20:40:00.000Z\",\"0.009436\",\"0.008427\"\n\"2024-06-30T20:45:00.000Z\",\"0.00757\",\"0.006604\"\n\"2024-06-30T20:50:00.000Z\",\"0.006238\",\"0.00538\"\n\"2024-06-30T20:55:00.000Z\",\"0.003651\",\"0.003276\"\n\"2024-06-30T21:00:00.000Z\",\"0.002131\",\"0.002209\"\n\"2024-06-30T21:05:00.000Z\",\"0.002102\",\"0.002061\"\n\"2024-06-30T21:10:00.000Z\",\"0.001666\",\"0.001605\"\n\"2024-06-30T21:15:00.000Z\",\"0.001895\",\"0.001895\"\n\"2024-06-30T21:20:00.000Z\",\"0.001597\",\"0.001647\"\n\"2024-06-30T21:25:00.000Z\",\"0.001675\",\"0.001737\"\n\"2024-06-30T21:30:00.000Z\",\"0.002127\",\"0.00201\"\n\"2024-06-30T21:35:00.000Z\",\"0.001826\",\"0.001806\"\n\"2024-06-30T21:40:00.000Z\",\"0.004438\",\"0.003914\"\n\"2024-06-30T21:45:00.000Z\",\"0.004203\",\"0.003729\"\n\"2024-06-30T21:50:00.000Z\",\"0.003747\",\"0.003386\"\n\"2024-06-30T21:55:00.000Z\",\"0.003809\",\"0.00331\"\n\"2024-06-30T22:00:00.000Z\",\"0.00281\",\"0.002592\"\n\"2024-06-30T22:05:00.000Z\",\"0.001514\",\"0.001505\"\n\"2024-06-30T22:10:00.000Z\",\"0.002188\",\"0.00204\"\n\"2024-06-30T22:15:00.000Z\",\"0.001557\",\"0.001682\"\n\"2024-06-30T22:20:00.000Z\",\"0.000959\",\"0.001065\"\n\"2024-06-30T22:25:00.000Z\",\"0.001168\",\"0.001298\"\n\"2024-06-30T22:30:00.000Z\",\"0.001285\",\"0.001362\"\n\"2024-06-30T22:35:00.000Z\",\"0.001427\",\"0.001456\"\n\"2024-06-30T22:40:00.000Z\",\"0.00291\",\"0.00263\"\n\"2024-06-30T22:45:00.000Z\",\"0.001291\",\"0.001466\"\n\"2024-06-30T22:50:00.000Z\",\"0.001574\",\"0.001639\"\n\"2024-06-30T22:55:00.000Z\",\"0.001232\",\"0.001238\"\n\"2024-06-30T23:00:00.000Z\",\"0.001226\",\"0.001269\"\n\"2024-06-30T23:05:00.000Z\",\"0.001254\",\"0.001369\"\n\"2024-06-30T23:10:00.000Z\",\"0.00137\",\"0.001436\"\n\"2024-06-30T23:15:00.000Z\",\"0.001163\",\"0.001246\"\n\"2024-06-30T23:20:00.000Z\",\"0.00136\",\"0.001365\"\n\"2024-06-30T23:25:00.000Z\",\"0.001284\",\"0.001353\"\n\"2024-06-30T23:30:00.000Z\",\"0.001791\",\"0.001768\"\n\"2024-06-30T23:35:00.000Z\",\"0.003356\",\"0.002803\"\n\"2024-06-30T23:40:00.000Z\",\"0.00439\",\"0.00363\"\n\"2024-06-30T23:45:00.000Z\",\"0.00342\",\"0.002735\"\n\"2024-06-30T23:50:00.000Z\",\"0.003941\",\"0.002907\"\n\"2024-06-30T23:55:00.000Z\",\"0.002837\",\"0.002394\"\n\"2024-07-01T00:00:00.000Z\",\"0.004189\",\"0.003295\"\n\"2024-07-01T00:05:00.000Z\",\"0.002148\",\"0.001403\"\n\"2024-07-01T00:10:00.000Z\",\"0.001615\",\"0.00176\"\n\"2024-07-01T00:15:00.000Z\",\"0.001277\",\"0.001262\"\n\"2024-07-01T00:20:00.000Z\",\"0.001247\",\"0.001268\"\n\"2024-07-01T00:25:00.000Z\",\"0.001252\",\"0.001333\"\n\"2024-07-01T00:30:00.000Z\",\"0.001282\",\"0.001368\"\n\"2024-07-01T00:35:00.000Z\",\"0.001389\",\"0.001433\"\n\"2024-07-01T00:40:00.000Z\",\"0.004567\",\"0.004142\"\n\"2024-07-01T00:45:00.000Z\",\"0.003395\",\"0.003246\"\n\"2024-07-01T00:50:00.000Z\",\"0.003425\",\"0.003123\"\n\"2024-07-01T00:55:00.000Z\",\"0.004248\",\"0.003869\"\n\"2024-07-01T01:00:00.000Z\",\"0.003044\",\"0.002802\"\n\"2024-07-01T01:05:00.000Z\",\"0.002874\",\"0.002657\"\n\"2024-07-01T01:10:00.000Z\",\"0.001948\",\"0.001848\"\n\"2024-07-01T01:15:00.000Z\",\"0.001309\",\"0.001341\"\n\"2024-07-01T01:20:00.000Z\",\"0.001077\",\"0.001175\"\n\"2024-07-01T01:25:00.000Z\",\"0.001131\",\"0.00114\"\n\"2024-07-01T01:30:00.000Z\",\"0.001175\",\"0.001208\"\n\"2024-07-01T01:35:00.000Z\",\"0.001464\",\"0.001511\"\n\"2024-07-01T01:40:00.000Z\",\"0.001522\",\"0.001486\"\n\"2024-07-01T01:45:00.000Z\",\"0.001852\",\"0.001852\"\n\"2024-07-01T01:50:00.000Z\",\"0.004559\",\"0.004049\"\n\"2024-07-01T01:55:00.000Z\",\"0.004439\",\"0.00398\"\n\"2024-07-01T02:00:00.000Z\",\"0.004441\",\"0.004102\"\n\"2024-07-01T02:05:00.000Z\",\"0.00423\",\"0.003832\"\n\"2024-07-01T02:10:00.000Z\",\"0.00373\",\"0.003397\"\n\"2024-07-01T02:15:00.000Z\",\"0.003022\",\"0.002864\"\n\"2024-07-01T02:20:00.000Z\",\"0.003686\",\"0.003388\"\n\"2024-07-01T02:25:00.000Z\",\"0.003743\",\"0.003494\"\n\"2024-07-01T02:30:00.000Z\",\"0.003652\",\"0.003422\"\n\"2024-07-01T02:35:00.000Z\",\"0.003683\",\"0.003445\"\n\"2024-07-01T02:40:00.000Z\",\"0.00293\",\"0.002815\"\n\"2024-07-01T02:45:00.000Z\",\"0.001568\",\"0.001572\"\n\"2024-07-01T02:50:00.000Z\",\"0.001439\",\"0.001336\"\n\"2024-07-01T02:55:00.000Z\",\"0.001323\",\"0.001333\"\n\"2024-07-01T03:00:00.000Z\",\"0.001477\",\"0.001576\"\n\"2024-07-01T03:05:00.000Z\",\"0.002062\",\"0.00196\"\n\"2024-07-01T03:10:00.000Z\",\"0.00123\",\"0.001371\"\n\"2024-07-01T03:15:00.000Z\",\"0.001371\",\"0.001503\"\n\"2024-07-01T03:20:00.000Z\",\"0.001228\",\"0.001258\"\n\"2024-07-01T03:25:00.000Z\",\"0.001534\",\"0.001602\"\n\"2024-07-01T03:30:00.000Z\",\"0.001411\",\"0.001491\"\n\"2024-07-01T03:35:00.000Z\",\"0.001291\",\"0.00134\"\n\"2024-07-01T03:40:00.000Z\",\"0.003107\",\"0.003357\"\n\"2024-07-01T03:45:00.000Z\",\"0.00133\",\"0.001238\"\n\"2024-07-01T03:50:00.000Z\",\"0.001246\",\"0.001284\"\n\"2024-07-01T03:55:00.000Z\",\"0.001106\",\"0.001078\"\n\"2024-07-01T04:00:00.000Z\",\"0.000864\",\"0.001097\"\n\"2024-07-01T04:05:00.000Z\",\"0.001587\",\"0.001679\"\n\"2024-07-01T04:10:00.000Z\",\"0.001855\",\"0.001864\"\n\"2024-07-01T04:15:00.000Z\",\"0.005919\",\"0.00517\"\n\"2024-07-01T04:20:00.000Z\",\"0.007462\",\"0.006466\"\n\"2024-07-01T04:25:00.000Z\",\"0.006862\",\"0.005964\"\n\"2024-07-01T04:30:00.000Z\",\"0.007444\",\"0.006639\"\n\"2024-07-01T04:35:00.000Z\",\"0.006473\",\"0.005618\"\n\"2024-07-01T04:40:00.000Z\",\"0.005869\",\"0.005004\"\n\"2024-07-01T04:45:00.000Z\",\"0.002563\",\"0.002013\"\n\"2024-07-01T04:50:00.000Z\",\"0.002146\",\"0.001999\"\n\"2024-07-01T04:55:00.000Z\",\"0.001486\",\"0.001386\"\n\"2024-07-01T05:00:00.000Z\",\"0.001364\",\"0.001255\"\n\"2024-07-01T05:05:00.000Z\",\"0.001338\",\"0.001151\"\n\"2024-07-01T05:10:00.000Z\",\"0.001207\",\"0.001301\"\n\"2024-07-01T05:15:00.000Z\",\"0.001082\",\"0.001233\"\n\"2024-07-01T05:20:00.000Z\",\"0.001157\",\"0.001142\"\n\"2024-07-01T05:25:00.000Z\",\"0.001068\",\"0.001105\"\n\"2024-07-01T05:30:00.000Z\",\"0.001187\",\"0.001324\"\n\"2024-07-01T05:35:00.000Z\",\"0.000923\",\"0.001051\"\n\"2024-07-01T05:40:00.000Z\",\"0.000959\",\"0.00106\"\n\"2024-07-01T05:45:00.000Z\",\"0.00106\",\"0.00118\"\n\"2024-07-01T05:50:00.000Z\",\"0.000843\",\"0.000933\"\n\"2024-07-01T05:55:00.000Z\",\"0.001147\",\"0.001203\"\n\"2024-07-01T06:00:00.000Z\",\"0.000914\",\"0.000936\"\n\"2024-07-01T06:05:00.000Z\",\"0.000987\",\"0.001008\"\n\"2024-07-01T06:10:00.000Z\",\"0.001043\",\"0.001214\"\n\"2024-07-01T06:15:00.000Z\",\"0.001076\",\"0.001114\"\n\"2024-07-01T06:20:00.000Z\",\"0.001023\",\"0.001181\"\n\"2024-07-01T06:25:00.000Z\",\"0.000994\",\"0.00111\"\n\"2024-07-01T06:30:00.000Z\",\"0.000969\",\"0.00106\"\n\"2024-07-01T06:35:00.000Z\",\"0.001959\",\"0.001829\"\n\"2024-07-01T06:40:00.000Z\",\"0.002818\",\"0.002549\"\n\"2024-07-01T06:45:00.000Z\",\"0.004596\",\"0.004058\"\n\"2024-07-01T06:50:00.000Z\",\"0.004237\",\"0.003878\"\n\"2024-07-01T06:55:00.000Z\",\"0.004238\",\"0.00366\"\n\"2024-07-01T07:00:00.000Z\",\"0.003963\",\"0.003649\"\n\"2024-07-01T07:05:00.000Z\",\"0.002915\",\"0.002561\"\n\"2024-07-01T07:10:00.000Z\",\"0.001916\",\"0.001885\"\n\"2024-07-01T07:15:00.000Z\",\"0.00135\",\"0.001384\"\n\"2024-07-01T07:20:00.000Z\",\"0.001375\",\"0.001367\"\n\"2024-07-01T07:25:00.000Z\",\"0.001355\",\"0.001436\"\n\"2024-07-01T07:30:00.000Z\",\"0.00117\",\"0.001222\"\n\"2024-07-01T07:35:00.000Z\",\"0.001102\",\"0.001147\"\n\"2024-07-01T07:40:00.000Z\",\"0.001146\",\"0.001231\"\n\"2024-07-01T07:45:00.000Z\",\"0.000957\",\"0.001078\"\n\"2024-07-01T07:50:00.000Z\",\"0.000906\",\"0.00102\"\n\"2024-07-01T07:55:00.000Z\",\"0.000922\",\"0.001063\"\n\"2024-07-01T08:00:00.000Z\",\"0.001112\",\"0.001068\"\n\"2024-07-01T08:05:00.000Z\",\"0.001451\",\"0.001453\"\n\"2024-07-01T08:10:00.000Z\",\"0.001231\",\"0.001195\"\n\"2024-07-01T08:15:00.000Z\",\"0.001386\",\"0.001448\"\n\"2024-07-01T08:20:00.000Z\",\"0.001163\",\"0.001146\"\n\"2024-07-01T08:25:00.000Z\",\"0.001382\",\"0.001429\"\n\"2024-07-01T08:30:00.000Z\",\"0.001341\",\"0.001349\"\n\"2024-07-01T08:35:00.000Z\",\"0.001348\",\"0.001302\"\n\"2024-07-01T08:40:00.000Z\",\"0.001529\",\"0.001617\"\n\"2024-07-01T08:45:00.000Z\",\"0.001239\",\"0.001345\"\n\"2024-07-01T08:50:00.000Z\",\"0.001505\",\"0.001512\"\n\"2024-07-01T08:55:00.000Z\",\"0.001447\",\"0.001464\"\n\"2024-07-01T09:00:00.000Z\",\"0.001463\",\"0.001547\"\n\"2024-07-01T09:05:00.000Z\",\"0.002239\",\"0.002157\"\n\"2024-07-01T09:10:00.000Z\",\"0.001853\",\"0.001842\"\n\"2024-07-01T09:15:00.000Z\",\"0.00205\",\"0.001941\"\n\"2024-07-01T09:20:00.000Z\",\"0.001869\",\"0.001774\"\n\"2024-07-01T09:25:00.000Z\",\"0.001585\",\"0.001503\"\n\"2024-07-01T09:30:00.000Z\",\"0.001581\",\"0.001702\"\n\"2024-07-01T09:35:00.000Z\",\"0.001645\",\"0.001647\"\n\"2024-07-01T09:40:00.000Z\",\"0.001424\",\"0.001534\"\n\"2024-07-01T09:45:00.000Z\",\"0.001418\",\"0.001329\"\n\"2024-07-01T09:50:00.000Z\",\"0.001381\",\"0.001455\"\n\"2024-07-01T09:55:00.000Z\",\"0.00117\",\"0.001241\"\n\"2024-07-01T10:00:00.000Z\",\"0.001439\",\"0.001338\"\n\"2024-07-01T10:05:00.000Z\",\"0.001422\",\"0.001433\"\n\"2024-07-01T10:10:00.000Z\",\"0.00135\",\"0.001439\"\n\"2024-07-01T10:15:00.000Z\",\"0.001399\",\"0.001339\"\n\"2024-07-01T10:20:00.000Z\",\"0.00216\",\"0.002062\"\n\"2024-07-01T10:25:00.000Z\",\"0.001522\",\"0.001552\"\n\"2024-07-01T10:30:00.000Z\",\"0.001359\",\"0.001461\"\n\"2024-07-01T10:35:00.000Z\",\"0.002278\",\"0.002129\"\n\"2024-07-01T10:40:00.000Z\",\"0.001759\",\"0.001721\"\n\"2024-07-01T10:45:00.000Z\",\"0.001666\",\"0.001689\"\n\"2024-07-01T10:50:00.000Z\",\"0.002112\",\"0.002054\"\n\"2024-07-01T10:55:00.000Z\",\"0.001452\",\"0.001458\"\n\"2024-07-01T11:00:00.000Z\",\"0.001321\",\"0.001401\"\n\"2024-07-01T11:05:00.000Z\",\"0.002006\",\"0.001783\"\n\"2024-07-01T11:10:00.000Z\",\"0.002141\",\"0.002099\"\n\"2024-07-01T11:15:00.000Z\",\"0.001589\",\"0.001591\"\n\"2024-07-01T11:20:00.000Z\",\"0.001532\",\"0.001537\"\n\"2024-07-01T11:25:00.000Z\",\"0.002107\",\"0.00198\"\n\"2024-07-01T11:30:00.000Z\",\"0.001486\",\"0.001546\"\n\"2024-07-01T11:35:00.000Z\",\"0.00134\",\"0.001327\"\n\"2024-07-01T11:40:00.000Z\",\"0.001778\",\"0.001705\"\n\"2024-07-01T11:45:00.000Z\",\"0.00408\",\"0.003543\"\n\"2024-07-01T11:50:00.000Z\",\"0.001324\",\"0.00131\"\n\"2024-07-01T11:55:00.000Z\",\"0.0014\",\"0.001414\"\n\"2024-07-01T12:00:00.000Z\",\"0.001925\",\"0.001976\"\n\"2024-07-01T12:05:00.000Z\",\"0.001584\",\"0.001516\"\n\"2024-07-01T12:10:00.000Z\",\"0.001307\",\"0.001385\"\n\"2024-07-01T12:15:00.000Z\",\"0.001902\",\"0.001766\"\n\"2024-07-01T12:20:00.000Z\",\"0.001659\",\"0.001699\"\n\"2024-07-01T12:25:00.000Z\",\"0.006396\",\"0.005857\"\n\"2024-07-01T12:30:00.000Z\",\"0.001543\",\"0.001367\"\n\"2024-07-01T12:35:00.000Z\",\"0.002447\",\"0.002181\"\n\"2024-07-01T12:40:00.000Z\",\"0.001777\",\"0.001832\"\n\"2024-07-01T12:45:00.000Z\",\"0.001259\",\"0.001293\"\n\"2024-07-01T12:50:00.000Z\",\"0.001538\",\"0.001581\"\n\"2024-07-01T12:55:00.000Z\",\"0.002033\",\"0.001848\"\n\"2024-07-01T13:00:00.000Z\",\"0.001317\",\"0.00133\"\n\"2024-07-01T13:05:00.000Z\",\"0.001601\",\"0.001647\"\n\"2024-07-01T13:10:00.000Z\",\"0.001463\",\"0.001506\"\n\"2024-07-01T13:15:00.000Z\",\"0.001268\",\"0.001292\"\n\"2024-07-01T13:20:00.000Z\",\"0.001594\",\"0.001574\"\n\"2024-07-01T13:25:00.000Z\",\"0.005494\",\"0.005224\"\n\"2024-07-01T13:30:00.000Z\",\"0.009247\",\"0.008183\"\n\"2024-07-01T13:35:00.000Z\",\"0.00667\",\"0.006181\"\n\"2024-07-01T13:40:00.000Z\",\"0.007503\",\"0.006792\"\n\"2024-07-01T13:45:00.000Z\",\"0.007612\",\"0.007\"\n\"2024-07-01T13:50:00.000Z\",\"0.005764\",\"0.005285\"\n\"2024-07-01T13:55:00.000Z\",\"0.005191\",\"0.004432\"\n\"2024-07-01T14:00:00.000Z\",\"0.004793\",\"0.004207\"\n\"2024-07-01T14:05:00.000Z\",\"0.006217\",\"0.005213\"\n\"2024-07-01T14:10:00.000Z\",\"0.005777\",\"0.004886\"\n\"2024-07-01T14:15:00.000Z\",\"0.006129\",\"0.004984\"\n\"2024-07-01T14:20:00.000Z\",\"0.007045\",\"0.005198\"\n\"2024-07-01T14:25:00.000Z\",\"0.006276\",\"0.005088\"\n\"2024-07-01T14:30:00.000Z\",\"0.00595\",\"0.00405\"\n\"2024-07-01T14:35:00.000Z\",\"0.005102\",\"0.003665\"\n\"2024-07-01T14:40:00.000Z\",\"0.00317\",\"0.002887\"\n\"2024-07-01T14:45:00.000Z\",\"0.003336\",\"0.003047\"\n\"2024-07-01T14:50:00.000Z\",\"0.002063\",\"0.002003\"\n\"2024-07-01T14:55:00.000Z\",\"0.003566\",\"0.003177\"\n\"2024-07-01T15:00:00.000Z\",\"0.004129\",\"0.003559\"\n\"2024-07-01T15:05:00.000Z\",\"0.004123\",\"0.003597\"\n\"2024-07-01T15:10:00.000Z\",\"0.003977\",\"0.003616\"\n\"2024-07-01T15:15:00.000Z\",\"0.004425\",\"0.003809\"\n\"2024-07-01T15:20:00.000Z\",\"0.003028\",\"0.002746\"\n\"2024-07-01T15:25:00.000Z\",\"0.001401\",\"0.001587\"\n\"2024-07-01T15:30:00.000Z\",\"0.002024\",\"0.001991\"\n\"2024-07-01T15:35:00.000Z\",\"0.001497\",\"0.001611\"\n\"2024-07-01T15:40:00.000Z\",\"0.001944\",\"0.001854\"\n\"2024-07-01T15:45:00.000Z\",\"0.003835\",\"0.003336\"\n\"2024-07-01T15:50:00.000Z\",\"0.004484\",\"0.004009\"\n\"2024-07-01T15:55:00.000Z\",\"0.004196\",\"0.003683\"\n\"2024-07-01T16:00:00.000Z\",\"0.00425\",\"0.00381\"\n\"2024-07-01T16:05:00.000Z\",\"0.003912\",\"0.003512\"\n\"2024-07-01T16:10:00.000Z\",\"0.005116\",\"0.004723\"\n\"2024-07-01T16:15:00.000Z\",\"0.002023\",\"0.00207\"\n\"2024-07-01T16:20:00.000Z\",\"0.001475\",\"0.001453\"\n\"2024-07-01T16:25:00.000Z\",\"0.001554\",\"0.001484\"\n\"2024-07-01T16:30:00.000Z\",\"0.00147\",\"0.001437\"\n\"2024-07-01T16:35:00.000Z\",\"0.001589\",\"0.001575\"\n\"2024-07-01T16:40:00.000Z\",\"0.001364\",\"0.001413\"\n\"2024-07-01T16:45:00.000Z\",\"0.001796\",\"0.001538\"\n\"2024-07-01T16:50:00.000Z\",\"0.001528\",\"0.001648\"\n\"2024-07-01T16:55:00.000Z\",\"0.001195\",\"0.001152\"\n\"2024-07-01T17:00:00.000Z\",\"0.001451\",\"0.001559\"\n\"2024-07-01T17:05:00.000Z\",\"0.00159\",\"0.001565\"\n\"2024-07-01T17:10:00.000Z\",\"0.001264\",\"0.001241\"\n\"2024-07-01T17:15:00.000Z\",\"0.00137\",\"0.001365\"\n\"2024-07-01T17:20:00.000Z\",\"0.001214\",\"0.00132\"\n\"2024-07-01T17:25:00.000Z\",\"0.001313\",\"0.001273\"\n\"2024-07-01T17:30:00.000Z\",\"0.001452\",\"0.001537\"\n\"2024-07-01T17:35:00.000Z\",\"0.003248\",\"0.003059\"\n\"2024-07-01T17:40:00.000Z\",\"0.001395\",\"0.001449\"\n\"2024-07-01T17:45:00.000Z\",\"0.00111\",\"0.001159\"\n\"2024-07-01T17:50:00.000Z\",\"0.001366\",\"0.001349\"\n\"2024-07-01T17:55:00.000Z\",\"0.001785\",\"0.001793\"\n\"2024-07-01T18:00:00.000Z\",\"0.001277\",\"0.001289\"\n\"2024-07-01T18:05:00.000Z\",\"0.00143\",\"0.001499\"\n\"2024-07-01T18:10:00.000Z\",\"0.001466\",\"0.001468\"\n\"2024-07-01T18:15:00.000Z\",\"0.002377\",\"0.003073\"\n\"2024-07-01T18:20:00.000Z\",\"0.003826\",\"0.003285\"\n\"2024-07-01T18:25:00.000Z\",\"0.005803\",\"0.004308\"\n\"2024-07-01T18:30:00.000Z\",\"0.00524\",\"0.004382\"\n\"2024-07-01T18:35:00.000Z\",\"0.005221\",\"0.004339\"\n\"2024-07-01T18:40:00.000Z\",\"0.004013\",\"0.003353\"\n\"2024-07-01T18:45:00.000Z\",\"0.003061\",\"0.002747\"\n\"2024-07-01T18:50:00.000Z\",\"0.002388\",\"0.001854\"\n\"2024-07-01T18:55:00.000Z\",\"0.001558\",\"0.001634\"\n\"2024-07-01T19:00:00.000Z\",\"0.001406\",\"0.001335\"\n\"2024-07-01T19:05:00.000Z\",\"0.001635\",\"0.001612\"\n\"2024-07-01T19:10:00.000Z\",\"0.002109\",\"0.001914\"\n\"2024-07-01T19:15:00.000Z\",\"0.003504\",\"0.003011\"\n\"2024-07-01T19:20:00.000Z\",\"0.001189\",\"0.001189\"\n\"2024-07-01T19:25:00.000Z\",\"0.001401\",\"0.001395\"\n\"2024-07-01T19:30:00.000Z\",\"0.001806\",\"0.001795\"\n\"2024-07-01T19:35:00.000Z\",\"0.001732\",\"0.001713\"\n\"2024-07-01T19:40:00.000Z\",\"0.001614\",\"0.001642\"\n\"2024-07-01T19:45:00.000Z\",\"0.0018\",\"0.001689\"\n\"2024-07-01T19:50:00.000Z\",\"0.001713\",\"0.001706\"\n\"2024-07-01T19:55:00.000Z\",\"0.001693\",\"0.001591\"\n\"2024-07-01T20:00:00.000Z\",\"0.001298\",\"0.001414\"\n\"2024-07-01T20:05:00.000Z\",\"0.00116\",\"0.001142\"\n\"2024-07-01T20:10:00.000Z\",\"0.002432\",\"0.002316\"\n\"2024-07-01T20:15:00.000Z\",\"0.004066\",\"0.003678\"\n\"2024-07-01T20:20:00.000Z\",\"0.006281\",\"0.005843\"\n\"2024-07-01T20:25:00.000Z\",\"0.004082\",\"0.003684\"\n\"2024-07-01T20:30:00.000Z\",\"0.004326\",\"0.003944\"\n\"2024-07-01T20:35:00.000Z\",\"0.004741\",\"0.004263\"\n\"2024-07-01T20:40:00.000Z\",\"0.004705\",\"0.004285\"\n\"2024-07-01T20:45:00.000Z\",\"0.002944\",\"0.002787\"\n\"2024-07-01T20:50:00.000Z\",\"0.001791\",\"0.001775\"\n\"2024-07-01T20:55:00.000Z\",\"0.002904\",\"0.002714\"\n\"2024-07-01T21:00:00.000Z\",\"0.003693\",\"0.003416\"\n\"2024-07-01T21:05:00.000Z\",\"0.007309\",\"0.00636\"\n\"2024-07-01T21:10:00.000Z\",\"0.007365\",\"0.006357\"\n\"2024-07-01T21:15:00.000Z\",\"0.006922\",\"0.00606\"\n\"2024-07-01T21:20:00.000Z\",\"0.005809\",\"0.005034\"\n\"2024-07-01T21:25:00.000Z\",\"0.003679\",\"0.003331\"\n\"2024-07-01T21:30:00.000Z\",\"0.002409\",\"0.002215\"\n\"2024-07-01T21:35:00.000Z\",\"0.001735\",\"0.001721\"\n\"2024-07-01T21:40:00.000Z\",\"0.001568\",\"0.001586\"\n\"2024-07-01T21:45:00.000Z\",\"0.00154\",\"0.001469\"\n\"2024-07-01T21:50:00.000Z\",\"0.001407\",\"0.001436\"\n\"2024-07-01T21:55:00.000Z\",\"0.001363\",\"0.001449\"\n\"2024-07-01T22:00:00.000Z\",\"0.001549\",\"0.00158\"\n\"2024-07-01T22:05:00.000Z\",\"0.001387\",\"0.001419\"\n\"2024-07-01T22:10:00.000Z\",\"0.00128\",\"0.001366\"\n\"2024-07-01T22:15:00.000Z\",\"0.002149\",\"0.002124\"\n\"2024-07-01T22:20:00.000Z\",\"0.001334\",\"0.001463\"\n\"2024-07-01T22:25:00.000Z\",\"0.00137\",\"0.001369\"\n\"2024-07-01T22:30:00.000Z\",\"0.001513\",\"0.001675\"\n\"2024-07-01T22:35:00.000Z\",\"0.001271\",\"0.001571\"\n\"2024-07-01T22:40:00.000Z\",\"0.001151\",\"0.001374\"\n\"2024-07-01T22:45:00.000Z\",\"0.001268\",\"0.001631\"\n\"2024-07-01T22:50:00.000Z\",\"0.001717\",\"0.001955\"\n\"2024-07-01T22:55:00.000Z\",\"0.00106\",\"0.001322\"\n\"2024-07-01T23:00:00.000Z\",\"0.001019\",\"0.001335\"\n\"2024-07-01T23:05:00.000Z\",\"0.001534\",\"0.001746\"\n\"2024-07-01T23:10:00.000Z\",\"0.000937\",\"0.001183\"\n\"2024-07-01T23:15:00.000Z\",\"0.001252\",\"0.001554\"\n\"2024-07-01T23:20:00.000Z\",\"0.001427\",\"0.001649\"\n\"2024-07-01T23:25:00.000Z\",\"0.001632\",\"0.001885\"\n\"2024-07-01T23:30:00.000Z\",\"0.001051\",\"0.001346\"\n\"2024-07-01T23:35:00.000Z\",\"0.001774\",\"0.001809\"\n\"2024-07-01T23:40:00.000Z\",\"0.001896\",\"0.002199\"\n\"2024-07-01T23:45:00.000Z\",\"0.001455\",\"0.001689\"\n\"2024-07-01T23:50:00.000Z\",\"0.001354\",\"0.001589\"\n\"2024-07-01T23:55:00.000Z\",\"0.001425\",\"0.001748\"\n\"2024-07-02T00:00:00.000Z\",\"0.001343\",\"0.001725\"\n\"2024-07-02T00:05:00.000Z\",\"0.001617\",\"0.001897\"\n\"2024-07-02T00:10:00.000Z\",\"0.001199\",\"0.001433\"\n\"2024-07-02T00:15:00.000Z\",\"0.001429\",\"0.00162\"\n\"2024-07-02T00:20:00.000Z\",\"0.001395\",\"0.001648\"\n\"2024-07-02T00:25:00.000Z\",\"0.001096\",\"0.001299\"\n\"2024-07-02T00:30:00.000Z\",\"0.001501\",\"0.001747\"\n\"2024-07-02T00:35:00.000Z\",\"0.001165\",\"0.00146\"\n\"2024-07-02T00:40:00.000Z\",\"0.001131\",\"0.00141\"\n\"2024-07-02T00:45:00.000Z\",\"0.001216\",\"0.00147\"\n\"2024-07-02T00:50:00.000Z\",\"0.001495\",\"0.001769\"\n\"2024-07-02T00:55:00.000Z\",\"0.001202\",\"0.00137\"\n\"2024-07-02T01:00:00.000Z\",\"0.001571\",\"0.001685\"\n\"2024-07-02T01:05:00.000Z\",\"0.002012\",\"0.00207\"\n\"2024-07-02T01:10:00.000Z\",\"0.001119\",\"0.001522\"\n\"2024-07-02T01:15:00.000Z\",\"0.001036\",\"0.001324\"\n\"2024-07-02T01:20:00.000Z\",\"0.001504\",\"0.001742\"\n\"2024-07-02T01:25:00.000Z\",\"0.001285\",\"0.001569\"\n\"2024-07-02T01:30:00.000Z\",\"0.001241\",\"0.001493\"\n\"2024-07-02T01:35:00.000Z\",\"0.001807\",\"0.002139\"\n\"2024-07-02T01:40:00.000Z\",\"0.001352\",\"0.001547\"\n\"2024-07-02T01:45:00.000Z\",\"0.001032\",\"0.001406\"\n\"2024-07-02T01:50:00.000Z\",\"0.001263\",\"0.001573\"\n\"2024-07-02T01:55:00.000Z\",\"0.001437\",\"0.001703\"\n\"2024-07-02T02:00:00.000Z\",\"0.001141\",\"0.00146\"\n\"2024-07-02T02:05:00.000Z\",\"0.001237\",\"0.001402\"\n\"2024-07-02T02:10:00.000Z\",\"0.001338\",\"0.001474\"\n\"2024-07-02T02:15:00.000Z\",\"0.001388\",\"0.001676\"\n\"2024-07-02T02:20:00.000Z\",\"0.001285\",\"0.001605\"\n\"2024-07-02T02:25:00.000Z\",\"0.00104\",\"0.001446\"\n\"2024-07-02T02:30:00.000Z\",\"0.001634\",\"0.001909\"\n\"2024-07-02T02:35:00.000Z\",\"0.001394\",\"0.00166\"\n\"2024-07-02T02:40:00.000Z\",\"0.000947\",\"0.001327\"\n\"2024-07-02T02:45:00.000Z\",\"0.001735\",\"0.001902\"\n\"2024-07-02T02:50:00.000Z\",\"0.00167\",\"0.001878\"\n\"2024-07-02T02:55:00.000Z\",\"0.000971\",\"0.00143\"\n\"2024-07-02T03:00:00.000Z\",\"0.001649\",\"0.001842\"\n\"2024-07-02T03:05:00.000Z\",\"0.001074\",\"0.001316\"\n\"2024-07-02T03:10:00.000Z\",\"0.00134\",\"0.001639\"\n\"2024-07-02T03:15:00.000Z\",\"0.00152\",\"0.001626\"\n\"2024-07-02T03:20:00.000Z\",\"0.000991\",\"0.001409\"\n\"2024-07-02T03:25:00.000Z\",\"0.001718\",\"0.001895\"\n\"2024-07-02T03:30:00.000Z\",\"0.001126\",\"0.001286\"\n\"2024-07-02T03:35:00.000Z\",\"0.001162\",\"0.001415\"\n\"2024-07-02T03:40:00.000Z\",\"0.001624\",\"0.002042\"\n\"2024-07-02T03:45:00.000Z\",\"0.000791\",\"0.001148\"\n\"2024-07-02T03:50:00.000Z\",\"0.000954\",\"0.001318\"\n\"2024-07-02T03:55:00.000Z\",\"0.00116\",\"0.001472\"\n\"2024-07-02T04:00:00.000Z\",\"0.001552\",\"0.001996\"\n\"2024-07-02T04:05:00.000Z\",\"0.00088\",\"0.001275\"\n\"2024-07-02T04:10:00.000Z\",\"0.00077\",\"0.001157\"\n\"2024-07-02T04:15:00.000Z\",\"0.001056\",\"0.001504\"\n\"2024-07-02T04:20:00.000Z\",\"0.000714\",\"0.00102\"\n\"2024-07-02T04:25:00.000Z\",\"0.000934\",\"0.001289\"\n\"2024-07-02T04:30:00.000Z\",\"0.000648\",\"0.001014\"\n\"2024-07-02T04:35:00.000Z\",\"0.000595\",\"0.00107\"\n\"2024-07-02T04:40:00.000Z\",\"0.000887\",\"0.001237\"\n\"2024-07-02T04:45:00.000Z\",\"0.000697\",\"0.001083\"\n\"2024-07-02T04:50:00.000Z\",\"0.000612\",\"0.00102\"\n\"2024-07-02T04:55:00.000Z\",\"0.000842\",\"0.001252\"\n\"2024-07-02T05:00:00.000Z\",\"0.00062\",\"0.001012\"\n\"2024-07-02T05:05:00.000Z\",\"0.000794\",\"0.001189\"\n\"2024-07-02T05:10:00.000Z\",\"0.000704\",\"0.001178\"\n\"2024-07-02T05:15:00.000Z\",\"0.000699\",\"0.001043\"\n\"2024-07-02T05:20:00.000Z\",\"0.000717\",\"0.001104\"\n\"2024-07-02T05:25:00.000Z\",\"0.000785\",\"0.001121\"\n\"2024-07-02T05:30:00.000Z\",\"0.000863\",\"0.001312\"\n\"2024-07-02T05:35:00.000Z\",\"0.000702\",\"0.001114\"\n\"2024-07-02T05:40:00.000Z\",\"0.000672\",\"0.001144\"\n\"2024-07-02T05:45:00.000Z\",\"0.000769\",\"0.00122\"\n\"2024-07-02T05:50:00.000Z\",\"0.000816\",\"0.001224\"\n\"2024-07-02T05:55:00.000Z\",\"0.000894\",\"0.001313\"\n\"2024-07-02T06:00:00.000Z\",\"0.000811\",\"0.001172\"\n\"2024-07-02T06:05:00.000Z\",\"0.001123\",\"0.001457\"\n\"2024-07-02T06:10:00.000Z\",\"0.00135\",\"0.001851\"\n\"2024-07-02T06:15:00.000Z\",\"0.001172\",\"0.001544\"\n\"2024-07-02T06:20:00.000Z\",\"0.00119\",\"0.00153\"\n\"2024-07-02T06:25:00.000Z\",\"0.001122\",\"0.001484\"\n\"2024-07-02T06:30:00.000Z\",\"0.001273\",\"0.001591\"\n\"2024-07-02T06:35:00.000Z\",\"0.001212\",\"0.001615\"\n\"2024-07-02T06:40:00.000Z\",\"0.001112\",\"0.001457\"\n\"2024-07-02T06:45:00.000Z\",\"0.001243\",\"0.001563\"\n\"2024-07-02T06:50:00.000Z\",\"0.001133\",\"0.001526\"\n\"2024-07-02T06:55:00.000Z\",\"0.001281\",\"0.001607\"\n\"2024-07-02T07:00:00.000Z\",\"0.001246\",\"0.001609\"\n\"2024-07-02T07:05:00.000Z\",\"0.001115\",\"0.001539\"\n\"2024-07-02T07:10:00.000Z\",\"0.001358\",\"0.001728\"\n\"2024-07-02T07:15:00.000Z\",\"0.001161\",\"0.001531\"\n\"2024-07-02T07:20:00.000Z\",\"0.001239\",\"0.001541\"\n\"2024-07-02T07:25:00.000Z\",\"0.001224\",\"0.001538\"\n\"2024-07-02T07:30:00.000Z\",\"0.001117\",\"0.001576\"\n\"2024-07-02T07:35:00.000Z\",\"0.001231\",\"0.001565\"\n\"2024-07-02T07:40:00.000Z\",\"0.001118\",\"0.001357\"\n\"2024-07-02T07:45:00.000Z\",\"0.001109\",\"0.001446\"\n\"2024-07-02T07:50:00.000Z\",\"0.000799\",\"0.001087\"\n\"2024-07-02T07:55:00.000Z\",\"0.001038\",\"0.001134\"\n\"2024-07-02T08:00:00.000Z\",\"0.000785\",\"0.001065\"\n\"2024-07-02T08:05:00.000Z\",\"0.000739\",\"0.000985\"\n\"2024-07-02T08:10:00.000Z\",\"0.000734\",\"0.001038\"\n\"2024-07-02T08:15:00.000Z\",\"0.000835\",\"0.001132\"\n\"2024-07-02T08:20:00.000Z\",\"0.001252\",\"0.001697\"\n\"2024-07-02T08:25:00.000Z\",\"0.001206\",\"0.001587\"\n\"2024-07-02T08:30:00.000Z\",\"0.001079\",\"0.001376\"\n\"2024-07-02T08:35:00.000Z\",\"0.001107\",\"0.001441\"\n\"2024-07-02T08:40:00.000Z\",\"0.00149\",\"0.001916\"\n\"2024-07-02T08:45:00.000Z\",\"0.001118\",\"0.001533\"\n\"2024-07-02T08:50:00.000Z\",\"0.001181\",\"0.001548\"\n\"2024-07-02T08:55:00.000Z\",\"0.001372\",\"0.001788\"\n\"2024-07-02T09:00:00.000Z\",\"0.001038\",\"0.00147\"\n\"2024-07-02T09:05:00.000Z\",\"0.000967\",\"0.001188\"\n\"2024-07-02T09:10:00.000Z\",\"0.001176\",\"0.001606\"\n\"2024-07-02T09:15:00.000Z\",\"0.001151\",\"0.001588\"\n\"2024-07-02T09:20:00.000Z\",\"0.001144\",\"0.001596\"\n\"2024-07-02T09:25:00.000Z\",\"0.001231\",\"0.001827\"\n\"2024-07-02T09:30:00.000Z\",\"0.002755\",\"0.002814\"\n\"2024-07-02T09:35:00.000Z\",\"0.002486\",\"0.00265\"\n\"2024-07-02T09:40:00.000Z\",\"0.001658\",\"0.00198\"\n\"2024-07-02T09:45:00.000Z\",\"0.001156\",\"0.001529\"\n\"2024-07-02T09:50:00.000Z\",\"0.001218\",\"0.001486\"\n\"2024-07-02T09:55:00.000Z\",\"0.001316\",\"0.001717\"\n\"2024-07-02T10:00:00.000Z\",\"0.001216\",\"0.001477\"\n\"2024-07-02T10:05:00.000Z\",\"0.001144\",\"0.001486\"\n\"2024-07-02T10:10:00.000Z\",\"0.001204\",\"0.00148\"\n\"2024-07-02T10:15:00.000Z\",\"0.001202\",\"0.001667\"\n\"2024-07-02T10:20:00.000Z\",\"0.001289\",\"0.001682\"\n\"2024-07-02T10:25:00.000Z\",\"0.001288\",\"0.001602\"\n\"2024-07-02T10:30:00.000Z\",\"0.00137\",\"0.001732\"\n\"2024-07-02T10:35:00.000Z\",\"0.001178\",\"0.001532\"\n\"2024-07-02T10:40:00.000Z\",\"0.001153\",\"0.001417\"\n\"2024-07-02T10:45:00.000Z\",\"0.001083\",\"0.001428\"\n\"2024-07-02T10:50:00.000Z\",\"0.001098\",\"0.001418\"\n\"2024-07-02T10:55:00.000Z\",\"0.001262\",\"0.001533\"\n\"2024-07-02T11:00:00.000Z\",\"0.001338\",\"0.001736\"\n\"2024-07-02T11:05:00.000Z\",\"0.001207\",\"0.001442\"\n\"2024-07-02T11:10:00.000Z\",\"0.001431\",\"0.001781\"\n\"2024-07-02T11:15:00.000Z\",\"0.001156\",\"0.001574\"\n\"2024-07-02T11:20:00.000Z\",\"0.001303\",\"0.001648\"\n\"2024-07-02T11:25:00.000Z\",\"0.001243\",\"0.001516\"\n\"2024-07-02T11:30:00.000Z\",\"0.001251\",\"0.001722\"\n\"2024-07-02T11:35:00.000Z\",\"0.001254\",\"0.001647\"\n\"2024-07-02T11:40:00.000Z\",\"0.001107\",\"0.001433\"\n\"2024-07-02T11:45:00.000Z\",\"0.001112\",\"0.001486\"\n\"2024-07-02T11:50:00.000Z\",\"0.001172\",\"0.001552\"\n\"2024-07-02T11:55:00.000Z\",\"0.00122\",\"0.001537\"\n\"2024-07-02T12:00:00.000Z\",\"0.000968\",\"0.001264\"\n\"2024-07-02T12:05:00.000Z\",\"0.000833\",\"0.001124\"\n\"2024-07-02T12:10:00.000Z\",\"0.0012\",\"0.001582\"\n\"2024-07-02T12:15:00.000Z\",\"0.001349\",\"0.00177\"\n\"2024-07-02T12:20:00.000Z\",\"0.001171\",\"0.001506\"\n\"2024-07-02T12:25:00.000Z\",\"0.00124\",\"0.001588\"\n\"2024-07-02T12:30:00.000Z\",\"0.001265\",\"0.001539\"\n\"2024-07-02T12:35:00.000Z\",\"0.001096\",\"0.001528\"\n\"2024-07-02T12:40:00.000Z\",\"0.001287\",\"0.001628\"\n\"2024-07-02T12:45:00.000Z\",\"0.001128\",\"0.001511\"\n\"2024-07-02T12:50:00.000Z\",\"0.001219\",\"0.001532\"\n\"2024-07-02T12:55:00.000Z\",\"0.001109\",\"0.001458\"\n\"2024-07-02T13:00:00.000Z\",\"0.001297\",\"0.0016\"\n\"2024-07-02T13:05:00.000Z\",\"0.001328\",\"0.001716\"\n\"2024-07-02T13:10:00.000Z\",\"0.001165\",\"0.00148\"\n\"2024-07-02T13:15:00.000Z\",\"0.001139\",\"0.001424\"\n\"2024-07-02T13:20:00.000Z\",\"0.001249\",\"0.001597\"\n\"2024-07-02T13:25:00.000Z\",\"0.001088\",\"0.00144\"\n\"2024-07-02T13:30:00.000Z\",\"0.002845\",\"0.003353\"\n\"2024-07-02T13:35:00.000Z\",\"0.002925\",\"0.003324\"\n\"2024-07-02T13:40:00.000Z\",\"0.002899\",\"0.003347\"\n\"2024-07-02T13:45:00.000Z\",\"0.001976\",\"0.00241\"\n\"2024-07-02T13:50:00.000Z\",\"0.001231\",\"0.001511\"\n\"2024-07-02T13:55:00.000Z\",\"0.001112\",\"0.001449\"\n\"2024-07-02T14:00:00.000Z\",\"0.00121\",\"0.001446\"\n\"2024-07-02T14:05:00.000Z\",\"0.001326\",\"0.001629\"\n\"2024-07-02T14:10:00.000Z\",\"0.001095\",\"0.001367\"\n\"2024-07-02T14:15:00.000Z\",\"0.001186\",\"0.001494\"\n\"2024-07-02T14:20:00.000Z\",\"0.001229\",\"0.00153\"\n\"2024-07-02T14:25:00.000Z\",\"0.001227\",\"0.001617\"\n\"2024-07-02T14:30:00.000Z\",\"0.001178\",\"0.001344\"\n\"2024-07-02T14:35:00.000Z\",\"0.001164\",\"0.001512\"\n\"2024-07-02T14:40:00.000Z\",\"0.001121\",\"0.001457\"\n\"2024-07-02T14:45:00.000Z\",\"0.001247\",\"0.001651\"\n\"2024-07-02T14:50:00.000Z\",\"0.001161\",\"0.001542\"\n\"2024-07-02T14:55:00.000Z\",\"0.001232\",\"0.001588\"\n\"2024-07-02T15:00:00.000Z\",\"0.001108\",\"0.001356\"\n\"2024-07-02T15:05:00.000Z\",\"0.001032\",\"0.00128\"\n\"2024-07-02T15:10:00.000Z\",\"0.001299\",\"0.001539\"\n\"2024-07-02T15:15:00.000Z\",\"0.001274\",\"0.001459\"\n\"2024-07-02T15:20:00.000Z\",\"0.001186\",\"0.00159\"\n\"2024-07-02T15:25:00.000Z\",\"0.001321\",\"0.001605\"\n\"2024-07-02T15:30:00.000Z\",\"0.001144\",\"0.001503\"\n\"2024-07-02T15:35:00.000Z\",\"0.00131\",\"0.001604\"\n\"2024-07-02T15:40:00.000Z\",\"0.001113\",\"0.001465\"\n\"2024-07-02T15:45:00.000Z\",\"0.001198\",\"0.001492\"\n\"2024-07-02T15:50:00.000Z\",\"0.001301\",\"0.001693\"\n\"2024-07-02T15:55:00.000Z\",\"0.00119\",\"0.00155\"\n\"2024-07-02T16:00:00.000Z\",\"0.001336\",\"0.001645\"\n\"2024-07-02T16:05:00.000Z\",\"0.001179\",\"0.001457\"\n\"2024-07-02T16:10:00.000Z\",\"0.00137\",\"0.001685\"\n\"2024-07-02T16:15:00.000Z\",\"0.00147\",\"0.001791\"\n\"2024-07-02T16:20:00.000Z\",\"0.001099\",\"0.001427\"\n\"2024-07-02T16:25:00.000Z\",\"0.001127\",\"0.001442\"\n\"2024-07-02T16:30:00.000Z\",\"0.001548\",\"0.001886\"\n\"2024-07-02T16:35:00.000Z\",\"0.001571\",\"0.001735\"\n\"2024-07-02T16:40:00.000Z\",\"0.001315\",\"0.001687\"\n\"2024-07-02T16:45:00.000Z\",\"0.001953\",\"0.002204\"\n\"2024-07-02T16:50:00.000Z\",\"0.001524\",\"0.00183\"\n\"2024-07-02T16:55:00.000Z\",\"0.00158\",\"0.001843\"\n\"2024-07-02T17:00:00.000Z\",\"0.001469\",\"0.001707\"\n\"2024-07-02T17:05:00.000Z\",\"0.001302\",\"0.001699\"\n\"2024-07-02T17:10:00.000Z\",\"0.003058\",\"0.003371\"\n\"2024-07-02T17:15:00.000Z\",\"0.002928\",\"0.003306\"\n\"2024-07-02T17:20:00.000Z\",\"0.00281\",\"0.003247\"\n\"2024-07-02T17:25:00.000Z\",\"0.002759\",\"0.00317\"\n\"2024-07-02T17:30:00.000Z\",\"0.002821\",\"0.003203\"\n\"2024-07-02T17:35:00.000Z\",\"0.003641\",\"0.003816\"\n\"2024-07-02T17:40:00.000Z\",\"0.003352\",\"0.003614\"\n\"2024-07-02T17:45:00.000Z\",\"0.002709\",\"0.003123\"\n\"2024-07-02T17:50:00.000Z\",\"0.002828\",\"0.003328\"\n\"2024-07-02T17:55:00.000Z\",\"0.002763\",\"0.003108\"\n\"2024-07-02T18:00:00.000Z\",\"0.002869\",\"0.003254\"\n\"2024-07-02T18:05:00.000Z\",\"0.00249\",\"0.002764\"\n\"2024-07-02T18:10:00.000Z\",\"0.002213\",\"0.002577\"\n\"2024-07-02T18:15:00.000Z\",\"0.002372\",\"0.002721\"\n\"2024-07-02T18:20:00.000Z\",\"0.003204\",\"0.003571\"\n\"2024-07-02T18:25:00.000Z\",\"0.002721\",\"0.003026\"\n\"2024-07-02T18:30:00.000Z\",\"0.002731\",\"0.00305\"\n\"2024-07-02T18:35:00.000Z\",\"0.002879\",\"0.003173\"\n\"2024-07-02T18:40:00.000Z\",\"0.002544\",\"0.003096\"\n\"2024-07-02T18:45:00.000Z\",\"0.002842\",\"0.003159\"\n\"2024-07-02T18:50:00.000Z\",\"0.002144\",\"0.002307\"\n\"2024-07-02T18:55:00.000Z\",\"0.001179\",\"0.001501\"\n\"2024-07-02T19:00:00.000Z\",\"0.001467\",\"0.001713\"\n\"2024-07-02T19:05:00.000Z\",\"0.001278\",\"0.001701\"\n\"2024-07-02T19:10:00.000Z\",\"0.001328\",\"0.001579\"\n\"2024-07-02T19:15:00.000Z\",\"0.00193\",\"0.002227\"\n\"2024-07-02T19:20:00.000Z\",\"0.001377\",\"0.001677\"\n\"2024-07-02T19:25:00.000Z\",\"0.001315\",\"0.001653\"\n\"2024-07-02T19:30:00.000Z\",\"0.001168\",\"0.001529\"\n\"2024-07-02T19:35:00.000Z\",\"0.001558\",\"0.001775\"\n\"2024-07-02T19:40:00.000Z\",\"0.001772\",\"0.001886\"\n\"2024-07-02T19:45:00.000Z\",\"0.00153\",\"0.001898\"\n\"2024-07-02T19:50:00.000Z\",\"0.001154\",\"0.001522\"\n\"2024-07-02T19:55:00.000Z\",\"0.001425\",\"0.001757\"\n\"2024-07-02T20:00:00.000Z\",\"0.00183\",\"0.001993\"\n\"2024-07-02T20:05:00.000Z\",\"0.001444\",\"0.001783\"\n\"2024-07-02T20:10:00.000Z\",\"0.001465\",\"0.001766\"\n\"2024-07-02T20:15:00.000Z\",\"0.001388\",\"0.001752\"\n\"2024-07-02T20:20:00.000Z\",\"0.001554\",\"0.001843\"\n\"2024-07-02T20:25:00.000Z\",\"0.001036\",\"0.001435\"\n\"2024-07-02T20:30:00.000Z\",\"0.002343\",\"0.002583\"\n\"2024-07-02T20:35:00.000Z\",\"0.001272\",\"0.001632\"\n\"2024-07-02T20:40:00.000Z\",\"0.001206\",\"0.001472\"\n\"2024-07-02T20:45:00.000Z\",\"0.001482\",\"0.001821\"\n\"2024-07-02T20:50:00.000Z\",\"0.001302\",\"0.001636\"\n\"2024-07-02T20:55:00.000Z\",\"0.002846\",\"0.003052\"\n\"2024-07-02T21:00:00.000Z\",\"0.003692\",\"0.003548\"\n\"2024-07-02T21:05:00.000Z\",\"0.001179\",\"0.001433\"\n\"2024-07-02T21:10:00.000Z\",\"0.001622\",\"0.002006\"\n\"2024-07-02T21:15:00.000Z\",\"0.001777\",\"0.002146\"\n\"2024-07-02T21:20:00.000Z\",\"0.001198\",\"0.001563\"\n\"2024-07-02T21:25:00.000Z\",\"0.001083\",\"0.00143\"\n\"2024-07-02T21:30:00.000Z\",\"0.001821\",\"0.002045\"\n\"2024-07-02T21:35:00.000Z\",\"0.001308\",\"0.001795\"\n\"2024-07-02T21:40:00.000Z\",\"0.001595\",\"0.00189\"\n\"2024-07-02T21:45:00.000Z\",\"0.00117\",\"0.001513\"\n\"2024-07-02T21:50:00.000Z\",\"0.001432\",\"0.001664\"\n\"2024-07-02T21:55:00.000Z\",\"0.00139\",\"0.001716\"\n\"2024-07-02T22:00:00.000Z\",\"0.001544\",\"0.001681\"\n\"2024-07-02T22:05:00.000Z\",\"0.001397\",\"0.00173\"\n\"2024-07-02T22:10:00.000Z\",\"0.001179\",\"0.001467\"\n\"2024-07-02T22:15:00.000Z\",\"0.001339\",\"0.001752\"\n\"2024-07-02T22:20:00.000Z\",\"0.001778\",\"0.001968\"\n\"2024-07-02T22:25:00.000Z\",\"0.001637\",\"0.001881\"\n\"2024-07-02T22:30:00.000Z\",\"0.001153\",\"0.001515\"\n\"2024-07-02T22:35:00.000Z\",\"0.001865\",\"0.002237\"\n\"2024-07-02T22:40:00.000Z\",\"0.001768\",\"0.001894\"\n\"2024-07-02T22:45:00.000Z\",\"0.001282\",\"0.001677\"\n\"2024-07-02T22:50:00.000Z\",\"0.001855\",\"0.002104\"\n\"2024-07-02T22:55:00.000Z\",\"0.001426\",\"0.001731\"\n\"2024-07-02T23:00:00.000Z\",\"0.001632\",\"0.001951\"\n\"2024-07-02T23:05:00.000Z\",\"0.002124\",\"0.002335\"\n\"2024-07-02T23:10:00.000Z\",\"0.001698\",\"0.001868\"\n\"2024-07-02T23:15:00.000Z\",\"0.001116\",\"0.001449\"\n\"2024-07-02T23:20:00.000Z\",\"0.002185\",\"0.002293\"\n\"2024-07-02T23:25:00.000Z\",\"0.00126\",\"0.001637\"\n\"2024-07-02T23:30:00.000Z\",\"0.001272\",\"0.001716\"\n\"2024-07-02T23:35:00.000Z\",\"0.002316\",\"0.002465\"\n\"2024-07-02T23:40:00.000Z\",\"0.001377\",\"0.001755\"\n\"2024-07-02T23:45:00.000Z\",\"0.001058\",\"0.001392\"\n\"2024-07-02T23:50:00.000Z\",\"0.001889\",\"0.002103\"\n\"2024-07-02T23:55:00.000Z\",\"0.001213\",\"0.00154\"\n\"2024-07-03T00:00:00.000Z\",\"0.001053\",\"0.001422\"\n\"2024-07-03T00:05:00.000Z\",\"0.001411\",\"0.00176\"\n\"2024-07-03T00:10:00.000Z\",\"0.00149\",\"0.001648\"\n\"2024-07-03T00:15:00.000Z\",\"0.001087\",\"0.001501\"\n\"2024-07-03T00:20:00.000Z\",\"0.001542\",\"0.001826\"\n\"2024-07-03T00:25:00.000Z\",\"0.001338\",\"0.001653\"\n\"2024-07-03T00:30:00.000Z\",\"0.001189\",\"0.001401\"\n\"2024-07-03T00:35:00.000Z\",\"0.001356\",\"0.001708\"\n\"2024-07-03T00:40:00.000Z\",\"0.001513\",\"0.001725\"\n\"2024-07-03T00:45:00.000Z\",\"0.001722\",\"0.002026\"\n\"2024-07-03T00:50:00.000Z\",\"0.001566\",\"0.001863\"\n\"2024-07-03T00:55:00.000Z\",\"0.001423\",\"0.001805\"\n\"2024-07-03T01:00:00.000Z\",\"0.001507\",\"0.001816\"\n\"2024-07-03T01:05:00.000Z\",\"0.003906\",\"0.004212\"\n\"2024-07-03T01:10:00.000Z\",\"0.001773\",\"0.00199\"\n\"2024-07-03T01:15:00.000Z\",\"0.001185\",\"0.001497\"\n\"2024-07-03T01:20:00.000Z\",\"0.001529\",\"0.00193\"\n\"2024-07-03T01:25:00.000Z\",\"0.003984\",\"0.004322\"\n\"2024-07-03T01:30:00.000Z\",\"0.005792\",\"0.006233\"\n\"2024-07-03T01:35:00.000Z\",\"0.006503\",\"0.006731\"\n\"2024-07-03T01:40:00.000Z\",\"0.006138\",\"0.006384\"\n\"2024-07-03T01:45:00.000Z\",\"0.006339\",\"0.006708\"\n\"2024-07-03T01:50:00.000Z\",\"0.006628\",\"0.006753\"\n\"2024-07-03T01:55:00.000Z\",\"0.006199\",\"0.006377\"\n\"2024-07-03T02:00:00.000Z\",\"0.006485\",\"0.006761\"\n\"2024-07-03T02:05:00.000Z\",\"0.006404\",\"0.006651\"\n\"2024-07-03T02:10:00.000Z\",\"0.00646\",\"0.006872\"\n\"2024-07-03T02:15:00.000Z\",\"0.005935\",\"0.00632\"\n\"2024-07-03T02:20:00.000Z\",\"0.006879\",\"0.006825\"\n\"2024-07-03T02:25:00.000Z\",\"0.006347\",\"0.006502\"\n\"2024-07-03T02:30:00.000Z\",\"0.006456\",\"0.006709\"\n\"2024-07-03T02:35:00.000Z\",\"0.006901\",\"0.007051\"\n\"2024-07-03T02:40:00.000Z\",\"0.006153\",\"0.00642\"\n\"2024-07-03T02:45:00.000Z\",\"0.006486\",\"0.006547\"\n\"2024-07-03T02:50:00.000Z\",\"0.006562\",\"0.006758\"\n\"2024-07-03T02:55:00.000Z\",\"0.006404\",\"0.006577\"\n\"2024-07-03T03:00:00.000Z\",\"0.006364\",\"0.006497\"\n\"2024-07-03T03:05:00.000Z\",\"0.006267\",\"0.006481\"\n\"2024-07-03T03:10:00.000Z\",\"0.005544\",\"0.005771\"\n\"2024-07-03T03:15:00.000Z\",\"0.000962\",\"0.001384\"\n\"2024-07-03T03:20:00.000Z\",\"0.00117\",\"0.001556\"\n\"2024-07-03T03:25:00.000Z\",\"0.0022\",\"0.002771\"\n\"2024-07-03T03:30:00.000Z\",\"0.000906\",\"0.001269\"\n\"2024-07-03T03:35:00.000Z\",\"0.001208\",\"0.001701\"\n\"2024-07-03T03:40:00.000Z\",\"0.001116\",\"0.001375\"\n\"2024-07-03T03:45:00.000Z\",\"0.001091\",\"0.001459\"\n\"2024-07-03T03:50:00.000Z\",\"0.000732\",\"0.001122\"\n\"2024-07-03T03:55:00.000Z\",\"0.000982\",\"0.001262\"\n\"2024-07-03T04:00:00.000Z\",\"0.00129\",\"0.001581\"\n\"2024-07-03T04:05:00.000Z\",\"0.000959\",\"0.001517\"\n\"2024-07-03T04:10:00.000Z\",\"0.000738\",\"0.001088\"\n\"2024-07-03T04:15:00.000Z\",\"0.000685\",\"0.000989\"\n\"2024-07-03T04:20:00.000Z\",\"0.00057\",\"0.000892\"\n\"2024-07-03T04:25:00.000Z\",\"0.000735\",\"0.000964\"\n\"2024-07-03T04:30:00.000Z\",\"0.000692\",\"0.00114\"\n\"2024-07-03T04:35:00.000Z\",\"0.000684\",\"0.001013\"\n\"2024-07-03T04:40:00.000Z\",\"0.000835\",\"0.001219\"\n\"2024-07-03T04:45:00.000Z\",\"0.000709\",\"0.001057\"\n\"2024-07-03T04:50:00.000Z\",\"0.000678\",\"0.00105\"\n\"2024-07-03T04:55:00.000Z\",\"0.000634\",\"0.000998\"\n\"2024-07-03T05:00:00.000Z\",\"0.000792\",\"0.001237\"\n\"2024-07-03T05:05:00.000Z\",\"0.000822\",\"0.001128\"\n\"2024-07-03T05:10:00.000Z\",\"0.000769\",\"0.001077\"\n\"2024-07-03T05:15:00.000Z\",\"0.000711\",\"0.001026\"\n\"2024-07-03T05:20:00.000Z\",\"0.001139\",\"0.00146\"\n\"2024-07-03T05:25:00.000Z\",\"0.000745\",\"0.001082\"\n\"2024-07-03T05:30:00.000Z\",\"0.000703\",\"0.001128\"\n\"2024-07-03T05:35:00.000Z\",\"0.000691\",\"0.001085\"\n\"2024-07-03T05:40:00.000Z\",\"0.000814\",\"0.001079\"\n\"2024-07-03T05:45:00.000Z\",\"0.000957\",\"0.001415\"\n\"2024-07-03T05:50:00.000Z\",\"0.000615\",\"0.001029\"\n\"2024-07-03T05:55:00.000Z\",\"0.001191\",\"0.00124\"\n\"2024-07-03T06:00:00.000Z\",\"0.001089\",\"0.001348\"\n\"2024-07-03T06:05:00.000Z\",\"0.001209\",\"0.001567\"\n\"2024-07-03T06:10:00.000Z\",\"0.001864\",\"0.002134\"\n\"2024-07-03T06:15:00.000Z\",\"0.00156\",\"0.001795\"\n\"2024-07-03T06:20:00.000Z\",\"0.001325\",\"0.001668\"\n\"2024-07-03T06:25:00.000Z\",\"0.001301\",\"0.00152\"\n\"2024-07-03T06:30:00.000Z\",\"0.000968\",\"0.001249\"\n\"2024-07-03T06:35:00.000Z\",\"0.001008\",\"0.001051\"\n\"2024-07-03T06:40:00.000Z\",\"0.001205\",\"0.001287\"\n\"2024-07-03T06:45:00.000Z\",\"0.001236\",\"0.001453\"\n\"2024-07-03T06:50:00.000Z\",\"0.001186\",\"0.001459\"\n\"2024-07-03T06:55:00.000Z\",\"0.001183\",\"0.001386\"\n\"2024-07-03T07:00:00.000Z\",\"0.001146\",\"0.001421\"\n\"2024-07-03T07:05:00.000Z\",\"0.001197\",\"0.001401\"\n\"2024-07-03T07:10:00.000Z\",\"0.001357\",\"0.001666\"\n\"2024-07-03T07:15:00.000Z\",\"0.001128\",\"0.001415\"\n\"2024-07-03T07:20:00.000Z\",\"0.001142\",\"0.001367\"\n\"2024-07-03T07:25:00.000Z\",\"0.001071\",\"0.00131\"\n\"2024-07-03T07:30:00.000Z\",\"0.001271\",\"0.001448\"\n\"2024-07-03T07:35:00.000Z\",\"0.001142\",\"0.00155\"\n\"2024-07-03T07:40:00.000Z\",\"0.001241\",\"0.001584\"\n\"2024-07-03T07:45:00.000Z\",\"0.001104\",\"0.001322\"\n\"2024-07-03T07:50:00.000Z\",\"0.001372\",\"0.001747\"\n\"2024-07-03T07:55:00.000Z\",\"0.001174\",\"0.001347\"\n\"2024-07-03T08:00:00.000Z\",\"0.001232\",\"0.001413\"\n\"2024-07-03T08:05:00.000Z\",\"0.001153\",\"0.001369\"\n\"2024-07-03T08:10:00.000Z\",\"0.001242\",\"0.001536\"\n\"2024-07-03T08:15:00.000Z\",\"0.001345\",\"0.00172\"\n\"2024-07-03T08:20:00.000Z\",\"0.001185\",\"0.001433\"\n\"2024-07-03T08:25:00.000Z\",\"0.00115\",\"0.0013\"\n\"2024-07-03T08:30:00.000Z\",\"0.001103\",\"0.001371\"\n\"2024-07-03T08:35:00.000Z\",\"0.001378\",\"0.001691\"\n\"2024-07-03T08:40:00.000Z\",\"0.001238\",\"0.001436\"\n\"2024-07-03T08:45:00.000Z\",\"0.001197\",\"0.001404\"\n\"2024-07-03T08:50:00.000Z\",\"0.001186\",\"0.001548\"\n\"2024-07-03T08:55:00.000Z\",\"0.001317\",\"0.001508\"\n\"2024-07-03T09:00:00.000Z\",\"0.001054\",\"0.001332\"\n\"2024-07-03T09:05:00.000Z\",\"0.001186\",\"0.001293\"\n\"2024-07-03T09:10:00.000Z\",\"0.000928\",\"0.001196\"\n\"2024-07-03T09:15:00.000Z\",\"0.001083\",\"0.001397\"\n\"2024-07-03T09:20:00.000Z\",\"0.001223\",\"0.001315\"\n\"2024-07-03T09:25:00.000Z\",\"0.001313\",\"0.001434\"\n\"2024-07-03T09:30:00.000Z\",\"0.001419\",\"0.001723\"\n\"2024-07-03T09:35:00.000Z\",\"0.001125\",\"0.001365\"\n\"2024-07-03T09:40:00.000Z\",\"0.001296\",\"0.001579\"\n\"2024-07-03T09:45:00.000Z\",\"0.001132\",\"0.001312\"\n\"2024-07-03T09:50:00.000Z\",\"0.001351\",\"0.001432\"\n\"2024-07-03T09:55:00.000Z\",\"0.001018\",\"0.001207\"\n\"2024-07-03T10:00:00.000Z\",\"0.001233\",\"0.001397\"\n\"2024-07-03T10:05:00.000Z\",\"0.001352\",\"0.001543\"\n\"2024-07-03T10:10:00.000Z\",\"0.001093\",\"0.001359\"\n\"2024-07-03T10:15:00.000Z\",\"0.001394\",\"0.001505\"\n\"2024-07-03T10:20:00.000Z\",\"0.002341\",\"0.002312\"\n\"2024-07-03T10:25:00.000Z\",\"0.000962\",\"0.00119\"\n\"2024-07-03T10:30:00.000Z\",\"0.001086\",\"0.001334\"\n\"2024-07-03T10:35:00.000Z\",\"0.001546\",\"0.001664\"\n\"2024-07-03T10:40:00.000Z\",\"0.000704\",\"0.001097\"\n\"2024-07-03T10:45:00.000Z\",\"0.001021\",\"0.001379\"\n\"2024-07-03T10:50:00.000Z\",\"0.001903\",\"0.001836\"\n\"2024-07-03T10:55:00.000Z\",\"0.001029\",\"0.001332\"\n\"2024-07-03T11:00:00.000Z\",\"0.000902\",\"0.001243\"\n\"2024-07-03T11:05:00.000Z\",\"0.00394\",\"0.004027\"\n\"2024-07-03T11:10:00.000Z\",\"0.0093\",\"0.009197\"\n\"2024-07-03T11:15:00.000Z\",\"0.009387\",\"0.009305\"\n\"2024-07-03T11:20:00.000Z\",\"0.009068\",\"0.009044\"\n\"2024-07-03T11:25:00.000Z\",\"0.009086\",\"0.009247\"\n\"2024-07-03T11:30:00.000Z\",\"0.00948\",\"0.009307\"\n\"2024-07-03T11:35:00.000Z\",\"0.001893\",\"0.002157\"\n\"2024-07-03T11:40:00.000Z\",\"0.001324\",\"0.001508\"\n\"2024-07-03T11:45:00.000Z\",\"0.000864\",\"0.001093\"\n\"2024-07-03T11:50:00.000Z\",\"0.000544\",\"0.000858\"\n\"2024-07-03T11:55:00.000Z\",\"0.00086\",\"0.001037\"\n\"2024-07-03T12:00:00.000Z\",\"0.001075\",\"0.001174\"\n\"2024-07-03T12:05:00.000Z\",\"0.001322\",\"0.001629\"\n\"2024-07-03T12:10:00.000Z\",\"0.001678\",\"0.001833\"\n\"2024-07-03T12:15:00.000Z\",\"0.00103\",\"0.001387\"\n\"2024-07-03T12:20:00.000Z\",\"0.001542\",\"0.001709\"\n\"2024-07-03T12:25:00.000Z\",\"0.001495\",\"0.001556\"\n\"2024-07-03T12:30:00.000Z\",\"0.002253\",\"0.002086\"\n\"2024-07-03T12:35:00.000Z\",\"0.002935\",\"0.002673\"\n\"2024-07-03T12:40:00.000Z\",\"0.001168\",\"0.001326\"\n\"2024-07-03T12:45:00.000Z\",\"0.00168\",\"0.001789\"\n\"2024-07-03T12:50:00.000Z\",\"0.001123\",\"0.001395\"\n\"2024-07-03T12:55:00.000Z\",\"0.001394\",\"0.001497\"\n\"2024-07-03T13:00:00.000Z\",\"0.001509\",\"0.001738\"\n\"2024-07-03T13:05:00.000Z\",\"0.00116\",\"0.001328\"\n\"2024-07-03T13:10:00.000Z\",\"0.001586\",\"0.001559\"\n\"2024-07-03T13:15:00.000Z\",\"0.001489\",\"0.001847\"\n\"2024-07-03T13:20:00.000Z\",\"0.00142\",\"0.001741\"\n\"2024-07-03T13:25:00.000Z\",\"0.001393\",\"0.001564\"\n\"2024-07-03T13:30:00.000Z\",\"0.001371\",\"0.001684\"\n\"2024-07-03T13:35:00.000Z\",\"0.001475\",\"0.0016\"\n\"2024-07-03T13:40:00.000Z\",\"0.001558\",\"0.002\"\n\"2024-07-03T13:45:00.000Z\",\"0.00147\",\"0.001694\"\n\"2024-07-03T13:50:00.000Z\",\"0.001473\",\"0.001736\"\n\"2024-07-03T13:55:00.000Z\",\"0.002029\",\"0.001899\"\n\"2024-07-03T14:00:00.000Z\",\"0.001474\",\"0.001627\"\n\"2024-07-03T14:05:00.000Z\",\"0.001309\",\"0.001566\"\n\"2024-07-03T14:10:00.000Z\",\"0.00135\",\"0.00153\"\n\"2024-07-03T14:15:00.000Z\",\"0.001384\",\"0.001606\"\n\"2024-07-03T14:20:00.000Z\",\"0.001189\",\"0.001499\"\n\"2024-07-03T14:25:00.000Z\",\"0.001857\",\"0.001822\"\n\"2024-07-03T14:30:00.000Z\",\"0.001403\",\"0.001536\"\n\"2024-07-03T14:35:00.000Z\",\"0.001496\",\"0.00157\"\n\"2024-07-03T14:40:00.000Z\",\"0.001512\",\"0.001785\"\n\"2024-07-03T14:45:00.000Z\",\"0.002042\",\"0.002161\"\n\"2024-07-03T14:50:00.000Z\",\"0.001314\",\"0.001459\"\n\"2024-07-03T14:55:00.000Z\",\"0.001483\",\"0.001643\"\n\"2024-07-03T15:00:00.000Z\",\"0.001599\",\"0.001824\"\n\"2024-07-03T15:05:00.000Z\",\"0.001279\",\"0.001468\"\n\"2024-07-03T15:10:00.000Z\",\"0.001378\",\"0.001587\"\n\"2024-07-03T15:15:00.000Z\",\"0.001383\",\"0.001562\"\n\"2024-07-03T15:20:00.000Z\",\"0.00147\",\"0.00159\"\n\"2024-07-03T15:25:00.000Z\",\"0.001529\",\"0.001613\"\n\"2024-07-03T15:30:00.000Z\",\"0.000879\",\"0.001116\"\n\"2024-07-03T15:35:00.000Z\",\"0.002292\",\"0.002096\"\n\"2024-07-03T15:40:00.000Z\",\"0.001313\",\"0.001499\"\n\"2024-07-03T15:45:00.000Z\",\"0.001121\",\"0.001392\"\n\"2024-07-03T15:50:00.000Z\",\"0.001739\",\"0.001838\"\n\"2024-07-03T15:55:00.000Z\",\"0.001609\",\"0.001743\"\n\"2024-07-03T16:00:00.000Z\",\"0.00141\",\"0.00153\"\n\"2024-07-03T16:05:00.000Z\",\"0.001619\",\"0.001812\"\n\"2024-07-03T16:10:00.000Z\",\"0.002058\",\"0.00218\"\n\"2024-07-03T16:15:00.000Z\",\"0.001051\",\"0.001305\"\n\"2024-07-03T16:20:00.000Z\",\"0.001141\",\"0.001351\"\n\"2024-07-03T16:25:00.000Z\",\"0.001173\",\"0.001395\"\n\"2024-07-03T16:30:00.000Z\",\"0.00104\",\"0.001388\"\n\"2024-07-03T16:35:00.000Z\",\"0.001173\",\"0.001404\"\n\"2024-07-03T16:40:00.000Z\",\"0.001113\",\"0.001407\"\n\"2024-07-03T16:45:00.000Z\",\"0.001341\",\"0.001513\"\n\"2024-07-03T16:50:00.000Z\",\"0.001344\",\"0.001479\"\n\"2024-07-03T16:55:00.000Z\",\"0.001046\",\"0.001275\"\n\"2024-07-03T17:00:00.000Z\",\"0.001129\",\"0.001516\"\n\"2024-07-03T17:05:00.000Z\",\"0.001095\",\"0.001318\"\n\"2024-07-03T17:10:00.000Z\",\"0.001497\",\"0.001912\"\n\"2024-07-03T17:15:00.000Z\",\"0.001154\",\"0.00142\"\n\"2024-07-03T17:20:00.000Z\",\"0.001123\",\"0.001409\"\n\"2024-07-03T17:25:00.000Z\",\"0.00122\",\"0.001501\"\n\"2024-07-03T17:30:00.000Z\",\"0.001156\",\"0.00158\"\n\"2024-07-03T17:35:00.000Z\",\"0.001103\",\"0.00126\"\n\"2024-07-03T17:40:00.000Z\",\"0.001083\",\"0.001239\"\n\"2024-07-03T17:45:00.000Z\",\"0.001023\",\"0.001305\"\n\"2024-07-03T17:50:00.000Z\",\"0.001206\",\"0.001481\"\n\"2024-07-03T17:55:00.000Z\",\"0.001206\",\"0.0016\"\n\"2024-07-03T18:00:00.000Z\",\"0.001186\",\"0.00143\"\n\"2024-07-03T18:05:00.000Z\",\"0.001283\",\"0.001618\"\n\"2024-07-03T18:10:00.000Z\",\"0.002773\",\"0.00279\"\n\"2024-07-03T18:15:00.000Z\",\"0.00384\",\"0.003747\"\n\"2024-07-03T18:20:00.000Z\",\"0.001176\",\"0.001545\"\n\"2024-07-03T18:25:00.000Z\",\"0.001056\",\"0.001403\"\n\"2024-07-03T18:30:00.000Z\",\"0.000946\",\"0.001319\"\n\"2024-07-03T18:35:00.000Z\",\"0.00119\",\"0.00141\"\n\"2024-07-03T18:40:00.000Z\",\"0.001079\",\"0.001396\"\n\"2024-07-03T18:45:00.000Z\",\"0.001159\",\"0.001425\"\n\"2024-07-03T18:50:00.000Z\",\"0.001076\",\"0.001407\"\n\"2024-07-03T18:55:00.000Z\",\"0.001183\",\"0.001481\"\n\"2024-07-03T19:00:00.000Z\",\"0.001204\",\"0.001574\"\n\"2024-07-03T19:05:00.000Z\",\"0.001092\",\"0.00139\"\n\"2024-07-03T19:10:00.000Z\",\"0.001202\",\"0.001424\"\n\"2024-07-03T19:15:00.000Z\",\"0.001123\",\"0.001373\"\n\"2024-07-03T19:20:00.000Z\",\"0.001276\",\"0.001657\"\n\"2024-07-03T19:25:00.000Z\",\"0.00109\",\"0.001485\"\n\"2024-07-03T19:30:00.000Z\",\"0.001254\",\"0.001511\"\n\"2024-07-03T19:35:00.000Z\",\"0.001091\",\"0.001451\"\n\"2024-07-03T19:40:00.000Z\",\"0.001194\",\"0.001565\"\n\"2024-07-03T19:45:00.000Z\",\"0.001245\",\"0.001479\"\n\"2024-07-03T19:50:00.000Z\",\"0.001079\",\"0.001423\"\n\"2024-07-03T19:55:00.000Z\",\"0.001189\",\"0.001522\"\n\"2024-07-03T20:00:00.000Z\",\"0.001602\",\"0.001988\"\n\"2024-07-03T20:05:00.000Z\",\"0.001208\",\"0.001383\"\n\"2024-07-03T20:10:00.000Z\",\"0.001162\",\"0.001424\"\n\"2024-07-03T20:15:00.000Z\",\"0.001131\",\"0.001414\"\n\"2024-07-03T20:20:00.000Z\",\"0.001326\",\"0.001558\"\n\"2024-07-03T20:25:00.000Z\",\"0.001164\",\"0.001503\"\n\"2024-07-03T20:30:00.000Z\",\"0.001085\",\"0.001391\"\n\"2024-07-03T20:35:00.000Z\",\"0.001245\",\"0.001575\"\n\"2024-07-03T20:40:00.000Z\",\"0.001069\",\"0.001464\"\n\"2024-07-03T20:45:00.000Z\",\"0.001316\",\"0.001595\"\n\"2024-07-03T20:50:00.000Z\",\"0.001163\",\"0.001558\"\n\"2024-07-03T20:55:00.000Z\",\"0.00126\",\"0.001571\"\n\"2024-07-03T21:00:00.000Z\",\"0.001135\",\"0.001434\"\n\"2024-07-03T21:05:00.000Z\",\"0.001211\",\"0.001574\"\n\"2024-07-03T21:10:00.000Z\",\"0.001058\",\"0.001259\"\n\"2024-07-03T21:15:00.000Z\",\"0.001242\",\"0.001494\"\n\"2024-07-03T21:20:00.000Z\",\"0.000993\",\"0.001454\"\n\"2024-07-03T21:25:00.000Z\",\"0.001074\",\"0.001398\"\n\"2024-07-03T21:30:00.000Z\",\"0.000753\",\"0.001049\"\n\"2024-07-03T21:35:00.000Z\",\"0.001395\",\"0.001755\"\n\"2024-07-03T21:40:00.000Z\",\"0.001147\",\"0.001433\"\n\"2024-07-03T21:45:00.000Z\",\"0.001072\",\"0.00126\"\n\"2024-07-03T21:50:00.000Z\",\"0.001415\",\"0.001799\"\n\"2024-07-03T21:55:00.000Z\",\"0.00101\",\"0.001361\"\n\"2024-07-03T22:00:00.000Z\",\"0.001254\",\"0.001525\"\n\"2024-07-03T22:05:00.000Z\",\"0.001077\",\"0.00136\"\n\"2024-07-03T22:10:00.000Z\",\"0.00128\",\"0.001722\"\n\"2024-07-03T22:15:00.000Z\",\"0.001254\",\"0.001573\"\n\"2024-07-03T22:20:00.000Z\",\"0.001098\",\"0.001387\"\n\"2024-07-03T22:25:00.000Z\",\"0.001071\",\"0.001365\"\n\"2024-07-03T22:30:00.000Z\",\"0.001459\",\"0.001752\"\n\"2024-07-03T22:35:00.000Z\",\"0.00126\",\"0.001547\"\n\"2024-07-03T22:40:00.000Z\",\"0.001138\",\"0.001339\"\n\"2024-07-03T22:45:00.000Z\",\"0.001113\",\"0.00143\"\n\"2024-07-03T22:50:00.000Z\",\"0.001438\",\"0.001714\"\n\"2024-07-03T22:55:00.000Z\",\"0.001288\",\"0.001661\"\n\"2024-07-03T23:00:00.000Z\",\"0.00101\",\"0.001352\"\n\"2024-07-03T23:05:00.000Z\",\"0.001298\",\"0.00166\"\n\"2024-07-03T23:10:00.000Z\",\"0.001238\",\"0.001501\"\n\"2024-07-03T23:15:00.000Z\",\"0.001297\",\"0.001724\"\n\"2024-07-03T23:20:00.000Z\",\"0.001092\",\"0.001347\"\n\"2024-07-03T23:25:00.000Z\",\"0.001181\",\"0.001488\"\n\"2024-07-03T23:30:00.000Z\",\"0.0012\",\"0.001527\"\n\"2024-07-03T23:35:00.000Z\",\"0.001169\",\"0.001545\"\n\"2024-07-03T23:40:00.000Z\",\"0.001156\",\"0.00142\"\n\"2024-07-03T23:45:00.000Z\",\"0.001191\",\"0.001525\"\n\"2024-07-03T23:50:00.000Z\",\"0.001256\",\"0.001488\"\n\"2024-07-03T23:55:00.000Z\",\"0.001243\",\"0.001547\"\n\"2024-07-04T00:00:00.000Z\",\"0.001243\",\"0.001471\"\n\"2024-07-04T00:05:00.000Z\",\"0.001247\",\"0.001621\"\n\"2024-07-04T00:10:00.000Z\",\"0.001037\",\"0.001372\"\n\"2024-07-04T00:15:00.000Z\",\"0.00133\",\"0.001551\"\n\"2024-07-04T00:20:00.000Z\",\"0.001311\",\"0.001594\"\n\"2024-07-04T00:25:00.000Z\",\"0.000895\",\"0.001245\"\n\"2024-07-04T00:30:00.000Z\",\"0.000983\",\"0.001349\"\n\"2024-07-04T00:35:00.000Z\",\"0.000895\",\"0.001308\"\n\"2024-07-04T00:40:00.000Z\",\"0.001167\",\"0.001591\"\n\"2024-07-04T00:45:00.000Z\",\"0.001241\",\"0.001602\"\n\"2024-07-04T00:50:00.000Z\",\"0.001248\",\"0.001539\"\n\"2024-07-04T00:55:00.000Z\",\"0.001148\",\"0.00141\"\n\"2024-07-04T01:00:00.000Z\",\"0.001203\",\"0.001559\"\n\"2024-07-04T01:05:00.000Z\",\"0.001244\",\"0.001488\"\n\"2024-07-04T01:10:00.000Z\",\"0.001023\",\"0.001387\"\n\"2024-07-04T01:15:00.000Z\",\"0.001186\",\"0.001436\"\n\"2024-07-04T01:20:00.000Z\",\"0.001164\",\"0.001393\"\n\"2024-07-04T01:25:00.000Z\",\"0.00119\",\"0.001525\"\n\"2024-07-04T01:30:00.000Z\",\"0.001165\",\"0.001503\"\n\"2024-07-04T01:35:00.000Z\",\"0.00128\",\"0.001666\"\n\"2024-07-04T01:40:00.000Z\",\"0.00135\",\"0.001607\"\n\"2024-07-04T01:45:00.000Z\",\"0.001129\",\"0.001597\"\n\"2024-07-04T01:50:00.000Z\",\"0.001134\",\"0.001366\"\n\"2024-07-04T01:55:00.000Z\",\"0.001121\",\"0.001402\"\n\"2024-07-04T02:00:00.000Z\",\"0.001268\",\"0.001747\"\n\"2024-07-04T02:05:00.000Z\",\"0.001297\",\"0.001642\"\n\"2024-07-04T02:10:00.000Z\",\"0.001162\",\"0.001482\"\n\"2024-07-04T02:15:00.000Z\",\"0.001174\",\"0.001567\"\n\"2024-07-04T02:20:00.000Z\",\"0.001023\",\"0.001368\"\n\"2024-07-04T02:25:00.000Z\",\"0.001274\",\"0.001563\"\n\"2024-07-04T02:30:00.000Z\",\"0.001184\",\"0.001513\"\n\"2024-07-04T02:35:00.000Z\",\"0.001274\",\"0.001518\"\n\"2024-07-04T02:40:00.000Z\",\"0.001122\",\"0.001561\"\n\"2024-07-04T02:45:00.000Z\",\"0.001134\",\"0.00147\"\n\"2024-07-04T02:50:00.000Z\",\"0.001153\",\"0.001503\"\n\"2024-07-04T02:55:00.000Z\",\"0.001245\",\"0.00167\"\n\"2024-07-04T03:00:00.000Z\",\"0.001029\",\"0.00153\"\n\"2024-07-04T03:05:00.000Z\",\"0.00122\",\"0.001374\"\n\"2024-07-04T03:10:00.000Z\",\"0.001168\",\"0.001487\"\n\"2024-07-04T03:15:00.000Z\",\"0.001181\",\"0.001639\"\n\"2024-07-04T03:20:00.000Z\",\"0.001892\",\"0.002187\"\n\"2024-07-04T03:25:00.000Z\",\"0.002728\",\"0.002861\"\n\"2024-07-04T03:30:00.000Z\",\"0.002246\",\"0.00237\"\n\"2024-07-04T03:35:00.000Z\",\"0.001101\",\"0.001494\"\n\"2024-07-04T03:40:00.000Z\",\"0.001114\",\"0.001354\"\n\"2024-07-04T03:45:00.000Z\",\"0.000537\",\"0.00101\"\n\"2024-07-04T03:50:00.000Z\",\"0.000783\",\"0.001167\"\n\"2024-07-04T03:55:00.000Z\",\"0.000787\",\"0.001221\"\n\"2024-07-04T04:00:00.000Z\",\"0.000638\",\"0.000991\"\n\"2024-07-04T04:05:00.000Z\",\"0.000708\",\"0.001134\"\n\"2024-07-04T04:10:00.000Z\",\"0.000782\",\"0.001198\"\n\"2024-07-04T04:15:00.000Z\",\"0.00076\",\"0.001219\"\n\"2024-07-04T04:20:00.000Z\",\"0.001803\",\"0.002155\"\n\"2024-07-04T04:25:00.000Z\",\"0.000603\",\"0.001105\"\n\"2024-07-04T04:30:00.000Z\",\"0.000604\",\"0.001138\"\n\"2024-07-04T04:35:00.000Z\",\"0.000855\",\"0.001363\"\n\"2024-07-04T04:40:00.000Z\",\"0.001296\",\"0.001456\"\n\"2024-07-04T04:45:00.000Z\",\"0.000772\",\"0.001152\"\n\"2024-07-04T04:50:00.000Z\",\"0.000729\",\"0.001194\"\n\"2024-07-04T04:55:00.000Z\",\"0.001164\",\"0.001447\"\n\"2024-07-04T05:00:00.000Z\",\"0.00074\",\"0.001295\"\n\"2024-07-04T05:05:00.000Z\",\"0.000741\",\"0.001153\"\n\"2024-07-04T05:10:00.000Z\",\"0.00129\",\"0.001597\"\n\"2024-07-04T05:15:00.000Z\",\"0.00059\",\"0.001077\"\n\"2024-07-04T05:20:00.000Z\",\"0.000775\",\"0.00123\"\n\"2024-07-04T05:25:00.000Z\",\"0.001872\",\"0.001945\"\n\"2024-07-04T05:30:00.000Z\",\"0.000544\",\"0.001024\"\n\"2024-07-04T05:35:00.000Z\",\"0.000567\",\"0.001015\"\n\"2024-07-04T05:40:00.000Z\",\"0.000777\",\"0.001113\"\n\"2024-07-04T05:45:00.000Z\",\"0.00122\",\"0.001598\"\n\"2024-07-04T05:50:00.000Z\",\"0.000575\",\"0.001082\"\n\"2024-07-04T05:55:00.000Z\",\"0.000521\",\"0.001008\"\n\"2024-07-04T06:00:00.000Z\",\"0.001009\",\"0.001468\"\n\"2024-07-04T06:05:00.000Z\",\"0.000938\",\"0.001395\"\n\"2024-07-04T06:10:00.000Z\",\"0.001137\",\"0.001531\"\n\"2024-07-04T06:15:00.000Z\",\"0.000981\",\"0.001328\"\n\"2024-07-04T06:20:00.000Z\",\"0.001178\",\"0.00154\"\n\"2024-07-04T06:25:00.000Z\",\"0.000805\",\"0.00118\"\n\"2024-07-04T06:30:00.000Z\",\"0.001165\",\"0.001533\"\n\"2024-07-04T06:35:00.000Z\",\"0.000626\",\"0.001085\"\n\"2024-07-04T06:40:00.000Z\",\"0.00098\",\"0.00148\"\n\"2024-07-04T06:45:00.000Z\",\"0.000792\",\"0.001221\"\n\"2024-07-04T06:50:00.000Z\",\"0.000783\",\"0.001268\"\n\"2024-07-04T06:55:00.000Z\",\"0.001525\",\"0.001567\"\n\"2024-07-04T07:00:00.000Z\",\"0.000891\",\"0.00125\"\n\"2024-07-04T07:05:00.000Z\",\"0.001261\",\"0.001629\"\n\"2024-07-04T07:10:00.000Z\",\"0.001356\",\"0.001672\"\n\"2024-07-04T07:15:00.000Z\",\"0.001904\",\"0.002172\"\n\"2024-07-04T07:20:00.000Z\",\"0.001234\",\"0.00146\"\n\"2024-07-04T07:25:00.000Z\",\"0.001448\",\"0.001709\"\n\"2024-07-04T07:30:00.000Z\",\"0.001206\",\"0.001548\"\n\"2024-07-04T07:35:00.000Z\",\"0.001424\",\"0.001655\"\n\"2024-07-04T07:40:00.000Z\",\"0.001676\",\"0.002007\"\n\"2024-07-04T07:45:00.000Z\",\"0.001381\",\"0.001669\"\n\"2024-07-04T07:50:00.000Z\",\"0.001576\",\"0.001859\"\n\"2024-07-04T07:55:00.000Z\",\"0.001455\",\"0.001823\"\n\"2024-07-04T08:00:00.000Z\",\"0.001179\",\"0.001482\"\n\"2024-07-04T08:05:00.000Z\",\"0.001667\",\"0.00194\"\n\"2024-07-04T08:10:00.000Z\",\"0.001506\",\"0.001699\"\n\"2024-07-04T08:15:00.000Z\",\"0.001659\",\"0.00182\"\n\"2024-07-04T08:20:00.000Z\",\"0.001011\",\"0.001313\"\n\"2024-07-04T08:25:00.000Z\",\"0.001696\",\"0.002041\"\n\"2024-07-04T08:30:00.000Z\",\"0.002129\",\"0.002497\"\n\"2024-07-04T08:35:00.000Z\",\"0.001191\",\"0.001638\"\n\"2024-07-04T08:40:00.000Z\",\"0.001081\",\"0.001476\"\n\"2024-07-04T08:45:00.000Z\",\"0.001687\",\"0.002058\"\n\"2024-07-04T08:50:00.000Z\",\"0.002496\",\"0.002555\"\n\"2024-07-04T08:55:00.000Z\",\"0.001454\",\"0.001708\"\n\"2024-07-04T09:00:00.000Z\",\"0.001012\",\"0.001404\"\n\"2024-07-04T09:05:00.000Z\",\"0.001749\",\"0.002079\"\n\"2024-07-04T09:10:00.000Z\",\"0.001388\",\"0.001769\"\n\"2024-07-04T09:15:00.000Z\",\"0.001297\",\"0.001713\"\n\"2024-07-04T09:20:00.000Z\",\"0.001214\",\"0.001609\"\n\"2024-07-04T09:25:00.000Z\",\"0.001305\",\"0.001689\"\n\"2024-07-04T09:30:00.000Z\",\"0.001435\",\"0.001724\"\n\"2024-07-04T09:35:00.000Z\",\"0.001353\",\"0.001583\"\n\"2024-07-04T09:40:00.000Z\",\"0.001844\",\"0.002146\"\n\"2024-07-04T09:45:00.000Z\",\"0.0011\",\"0.001589\"\n\"2024-07-04T09:50:00.000Z\",\"0.001108\",\"0.001477\"\n\"2024-07-04T09:55:00.000Z\",\"0.001034\",\"0.001373\"\n\"2024-07-04T10:00:00.000Z\",\"0.001418\",\"0.001818\"\n\"2024-07-04T10:05:00.000Z\",\"0.001358\",\"0.00153\"\n\"2024-07-04T10:10:00.000Z\",\"0.001219\",\"0.001666\"\n\"2024-07-04T10:15:00.000Z\",\"0.001165\",\"0.001583\"\n\"2024-07-04T10:20:00.000Z\",\"0.00124\",\"0.001589\"\n\"2024-07-04T10:25:00.000Z\",\"0.001256\",\"0.001646\"\n\"2024-07-04T10:30:00.000Z\",\"0.001064\",\"0.001439\"\n\"2024-07-04T10:35:00.000Z\",\"0.001129\",\"0.001404\"\n\"2024-07-04T10:40:00.000Z\",\"0.001202\",\"0.001532\"\n\"2024-07-04T10:45:00.000Z\",\"0.001353\",\"0.001634\"\n\"2024-07-04T10:50:00.000Z\",\"0.001299\",\"0.001795\"\n\"2024-07-04T10:55:00.000Z\",\"0.001191\",\"0.001475\"\n\"2024-07-04T11:00:00.000Z\",\"0.001181\",\"0.00145\"\n\"2024-07-04T11:05:00.000Z\",\"0.000855\",\"0.00125\"\n\"2024-07-04T11:10:00.000Z\",\"0.000605\",\"0.001133\"\n\"2024-07-04T11:15:00.000Z\",\"0.000759\",\"0.00105\"\n\"2024-07-04T11:20:00.000Z\",\"0.000573\",\"0.001089\"\n\"2024-07-04T11:25:00.000Z\",\"0.000837\",\"0.001219\"\n\"2024-07-04T11:30:00.000Z\",\"0.000871\",\"0.001209\"\n\"2024-07-04T11:35:00.000Z\",\"0.000691\",\"0.001166\"\n\"2024-07-04T11:40:00.000Z\",\"0.000759\",\"0.001292\"\n\"2024-07-04T11:45:00.000Z\",\"0.000991\",\"0.001307\"\n\"2024-07-04T11:50:00.000Z\",\"0.000769\",\"0.001313\"\n\"2024-07-04T11:55:00.000Z\",\"0.000614\",\"0.001147\"\n\"2024-07-04T12:00:00.000Z\",\"0.000761\",\"0.001154\"\n\"2024-07-04T12:05:00.000Z\",\"0.000614\",\"0.001095\"\n\"2024-07-04T12:10:00.000Z\",\"0.001867\",\"0.002329\"\n\"2024-07-04T12:15:00.000Z\",\"0.002326\",\"0.002552\"\n\"2024-07-04T12:20:00.000Z\",\"0.001695\",\"0.002135\"\n\"2024-07-04T12:25:00.000Z\",\"0.000625\",\"0.001073\"\n\"2024-07-04T12:30:00.000Z\",\"0.000722\",\"0.001168\"\n\"2024-07-04T12:35:00.000Z\",\"0.00066\",\"0.001109\"\n\"2024-07-04T12:40:00.000Z\",\"0.000635\",\"0.001129\"\n\"2024-07-04T12:45:00.000Z\",\"0.000757\",\"0.001018\"\n\"2024-07-04T12:50:00.000Z\",\"0.001228\",\"0.001604\"\n\"2024-07-04T12:55:00.000Z\",\"0.001307\",\"0.001717\"\n\"2024-07-04T13:00:00.000Z\",\"0.001015\",\"0.001437\"\n\"2024-07-04T13:05:00.000Z\",\"0.00113\",\"0.001474\"\n\"2024-07-04T13:10:00.000Z\",\"0.000942\",\"0.001257\"\n\"2024-07-04T13:15:00.000Z\",\"0.001199\",\"0.001515\"\n\"2024-07-04T13:20:00.000Z\",\"0.001204\",\"0.001532\"\n\"2024-07-04T13:25:00.000Z\",\"0.001201\",\"0.001517\"\n\"2024-07-04T13:30:00.000Z\",\"0.001073\",\"0.001422\"\n\"2024-07-04T13:35:00.000Z\",\"0.001256\",\"0.001701\"\n\"2024-07-04T13:40:00.000Z\",\"0.001043\",\"0.001369\"\n\"2024-07-04T13:45:00.000Z\",\"0.001485\",\"0.001724\"\n\"2024-07-04T13:50:00.000Z\",\"0.00118\",\"0.001441\"\n\"2024-07-04T13:55:00.000Z\",\"0.00122\",\"0.00164\"\n\"2024-07-04T14:00:00.000Z\",\"0.001301\",\"0.001678\"\n\"2024-07-04T14:05:00.000Z\",\"0.000966\",\"0.001344\"\n\"2024-07-04T14:10:00.000Z\",\"0.001213\",\"0.001428\"\n\"2024-07-04T14:15:00.000Z\",\"0.00109\",\"0.001391\"\n\"2024-07-04T14:20:00.000Z\",\"0.001166\",\"0.001586\"\n\"2024-07-04T14:25:00.000Z\",\"0.001126\",\"0.001481\"\n\"2024-07-04T14:30:00.000Z\",\"0.001066\",\"0.001421\"\n\"2024-07-04T14:35:00.000Z\",\"0.001293\",\"0.001483\"\n\"2024-07-04T14:40:00.000Z\",\"0.001187\",\"0.001606\"\n\"2024-07-04T14:45:00.000Z\",\"0.00106\",\"0.001408\"\n\"2024-07-04T14:50:00.000Z\",\"0.001246\",\"0.001497\"\n\"2024-07-04T14:55:00.000Z\",\"0.001124\",\"0.001501\"\n\"2024-07-04T15:00:00.000Z\",\"0.001245\",\"0.001639\"\n\"2024-07-04T15:05:00.000Z\",\"0.001247\",\"0.001445\"\n\"2024-07-04T15:10:00.000Z\",\"0.001085\",\"0.001485\"\n\"2024-07-04T15:15:00.000Z\",\"0.001303\",\"0.00164\"\n\"2024-07-04T15:20:00.000Z\",\"0.001472\",\"0.001804\"\n\"2024-07-04T15:25:00.000Z\",\"0.001421\",\"0.001823\"\n\"2024-07-04T15:30:00.000Z\",\"0.001145\",\"0.001503\"\n\"2024-07-04T15:35:00.000Z\",\"0.001129\",\"0.001487\"\n\"2024-07-04T15:40:00.000Z\",\"0.001147\",\"0.001398\"\n\"2024-07-04T15:45:00.000Z\",\"0.001167\",\"0.001664\"\n\"2024-07-04T15:50:00.000Z\",\"0.001355\",\"0.001583\"\n\"2024-07-04T15:55:00.000Z\",\"0.001167\",\"0.001507\"\n\"2024-07-04T16:00:00.000Z\",\"0.001067\",\"0.001303\"\n\"2024-07-04T16:05:00.000Z\",\"0.001265\",\"0.001629\"\n\"2024-07-04T16:10:00.000Z\",\"0.000795\",\"0.00119\"\n\"2024-07-04T16:15:00.000Z\",\"0.00175\",\"0.001872\"\n\"2024-07-04T16:20:00.000Z\",\"0.001168\",\"0.001434\"\n\"2024-07-04T16:25:00.000Z\",\"0.001163\",\"0.001401\"\n\"2024-07-04T16:30:00.000Z\",\"0.001966\",\"0.002213\"\n\"2024-07-04T16:35:00.000Z\",\"0.001164\",\"0.001353\"\n\"2024-07-04T16:40:00.000Z\",\"0.001099\",\"0.001475\"\n\"2024-07-04T16:45:00.000Z\",\"0.001603\",\"0.001889\"\n\"2024-07-04T16:50:00.000Z\",\"0.001502\",\"0.001944\"\n\"2024-07-04T16:55:00.000Z\",\"0.001425\",\"0.001641\"\n\"2024-07-04T17:00:00.000Z\",\"0.001517\",\"0.001707\"\n\"2024-07-04T17:05:00.000Z\",\"0.001072\",\"0.001408\"\n\"2024-07-04T17:10:00.000Z\",\"0.001482\",\"0.00174\"\n\"2024-07-04T17:15:00.000Z\",\"0.001666\",\"0.001903\"\n\"2024-07-04T17:20:00.000Z\",\"0.001233\",\"0.001597\"\n\"2024-07-04T17:25:00.000Z\",\"0.001266\",\"0.001534\"\n\"2024-07-04T17:30:00.000Z\",\"0.001562\",\"0.001786\"\n\"2024-07-04T17:35:00.000Z\",\"0.001535\",\"0.001759\"\n\"2024-07-04T17:40:00.000Z\",\"0.001354\",\"0.001596\"\n\"2024-07-04T17:45:00.000Z\",\"0.001857\",\"0.002028\"\n\"2024-07-04T17:50:00.000Z\",\"0.001355\",\"0.001598\"\n\"2024-07-04T17:55:00.000Z\",\"0.001522\",\"0.001776\"\n\"2024-07-04T18:00:00.000Z\",\"0.001563\",\"0.001923\"\n\"2024-07-04T18:05:00.000Z\",\"0.00109\",\"0.001489\"\n\"2024-07-04T18:10:00.000Z\",\"0.00134\",\"0.001536\"\n\"2024-07-04T18:15:00.000Z\",\"0.001511\",\"0.001778\"\n\"2024-07-04T18:20:00.000Z\",\"0.001094\",\"0.001429\"\n\"2024-07-04T18:25:00.000Z\",\"0.001904\",\"0.00219\"\n\"2024-07-04T18:30:00.000Z\",\"0.001363\",\"0.001742\"\n\"2024-07-04T18:35:00.000Z\",\"0.001212\",\"0.001462\"\n\"2024-07-04T18:40:00.000Z\",\"0.002035\",\"0.002379\"\n\"2024-07-04T18:45:00.000Z\",\"0.001725\",\"0.002034\"\n\"2024-07-04T18:50:00.000Z\",\"0.001171\",\"0.001557\"\n\"2024-07-04T18:55:00.000Z\",\"0.001196\",\"0.001462\"\n\"2024-07-04T19:00:00.000Z\",\"0.002506\",\"0.002667\"\n\"2024-07-04T19:05:00.000Z\",\"0.002072\",\"0.002155\"\n\"2024-07-04T19:10:00.000Z\",\"0.001117\",\"0.001364\"\n\"2024-07-04T19:15:00.000Z\",\"0.001635\",\"0.001975\"\n\"2024-07-04T19:20:00.000Z\",\"0.002254\",\"0.002357\"\n\"2024-07-04T19:25:00.000Z\",\"0.001075\",\"0.001419\"\n\"2024-07-04T19:30:00.000Z\",\"0.00151\",\"0.00178\"\n\"2024-07-04T19:35:00.000Z\",\"0.001465\",\"0.001767\"\n\"2024-07-04T19:40:00.000Z\",\"0.001749\",\"0.00205\"\n\"2024-07-04T19:45:00.000Z\",\"0.001442\",\"0.002019\"\n\"2024-07-04T19:50:00.000Z\",\"0.001329\",\"0.002234\"\n\"2024-07-04T19:55:00.000Z\",\"0.001422\",\"0.002371\"\n\"2024-07-04T20:00:00.000Z\",\"0.001936\",\"0.00257\"\n\"2024-07-04T20:05:00.000Z\",\"0.001538\",\"0.00239\"\n\"2024-07-04T20:10:00.000Z\",\"0.001457\",\"0.002394\"\n\"2024-07-04T20:15:00.000Z\",\"0.001218\",\"0.001998\"\n\"2024-07-04T20:20:00.000Z\",\"0.001505\",\"0.001788\"\n\"2024-07-04T20:25:00.000Z\",\"0.002072\",\"0.002194\"\n\"2024-07-04T20:30:00.000Z\",\"0.001331\",\"0.001708\"\n\"2024-07-04T20:35:00.000Z\",\"0.001835\",\"0.002041\"\n\"2024-07-04T20:40:00.000Z\",\"0.001403\",\"0.001558\"\n\"2024-07-04T20:45:00.000Z\",\"0.00144\",\"0.001774\"\n\"2024-07-04T20:50:00.000Z\",\"0.001437\",\"0.001606\"\n\"2024-07-04T20:55:00.000Z\",\"0.00335\",\"0.003428\"\n\"2024-07-04T21:00:00.000Z\",\"0.005288\",\"0.005319\"\n\"2024-07-04T21:05:00.000Z\",\"0.005584\",\"0.005469\"\n\"2024-07-04T21:10:00.000Z\",\"0.005761\",\"0.005803\"\n\"2024-07-04T21:15:00.000Z\",\"0.005477\",\"0.005307\"\n\"2024-07-04T21:20:00.000Z\",\"0.005475\",\"0.005525\"\n\"2024-07-04T21:25:00.000Z\",\"0.005438\",\"0.005333\"\n\"2024-07-04T21:30:00.000Z\",\"0.001677\",\"0.001974\"\n\"2024-07-04T21:35:00.000Z\",\"0.001354\",\"0.001763\"\n\"2024-07-04T21:40:00.000Z\",\"0.001784\",\"0.001865\"\n\"2024-07-04T21:45:00.000Z\",\"0.001412\",\"0.001641\"\n\"2024-07-04T21:50:00.000Z\",\"0.001634\",\"0.001933\"\n\"2024-07-04T21:55:00.000Z\",\"0.001271\",\"0.001526\"\n\"2024-07-04T22:00:00.000Z\",\"0.001085\",\"0.001414\"\n\"2024-07-04T22:05:00.000Z\",\"0.001477\",\"0.001635\"\n\"2024-07-04T22:10:00.000Z\",\"0.00116\",\"0.001429\"\n\"2024-07-04T22:15:00.000Z\",\"0.001299\",\"0.001614\"\n\"2024-07-04T22:20:00.000Z\",\"0.001612\",\"0.001993\"\n\"2024-07-04T22:25:00.000Z\",\"0.001658\",\"0.001893\"\n\"2024-07-04T22:30:00.000Z\",\"0.001206\",\"0.001491\"\n\"2024-07-04T22:35:00.000Z\",\"0.00149\",\"0.001718\"\n\"2024-07-04T22:40:00.000Z\",\"0.001399\",\"0.001661\"\n\"2024-07-04T22:45:00.000Z\",\"0.00135\",\"0.001598\"\n\"2024-07-04T22:50:00.000Z\",\"0.001579\",\"0.001862\"\n\"2024-07-04T22:55:00.000Z\",\"0.001398\",\"0.001722\"\n\"2024-07-04T23:00:00.000Z\",\"0.001304\",\"0.00156\"\n\"2024-07-04T23:05:00.000Z\",\"0.001645\",\"0.001875\"\n\"2024-07-04T23:10:00.000Z\",\"0.001372\",\"0.001708\"\n\"2024-07-04T23:15:00.000Z\",\"0.001678\",\"0.001685\"\n\"2024-07-04T23:20:00.000Z\",\"0.001252\",\"0.001568\"\n\"2024-07-04T23:25:00.000Z\",\"0.001978\",\"0.002174\"\n\"2024-07-04T23:30:00.000Z\",\"0.001401\",\"0.001609\"\n\"2024-07-04T23:35:00.000Z\",\"0.001155\",\"0.001519\"\n\"2024-07-04T23:40:00.000Z\",\"0.00182\",\"0.002036\"\n\"2024-07-04T23:45:00.000Z\",\"0.001407\",\"0.00166\"\n\"2024-07-04T23:50:00.000Z\",\"0.001346\",\"0.001587\"\n\"2024-07-04T23:55:00.000Z\",\"0.001339\",\"0.001612\"\n\"2024-07-05T00:00:00.000Z\",\"0.001913\",\"0.002192\"\n\"2024-07-05T00:05:00.000Z\",\"0.001742\",\"0.001893\"\n\"2024-07-05T00:10:00.000Z\",\"0.001657\",\"0.001831\"\n\"2024-07-05T00:15:00.000Z\",\"0.001442\",\"0.001573\"\n\"2024-07-05T00:20:00.000Z\",\"0.001554\",\"0.001888\"\n\"2024-07-05T00:25:00.000Z\",\"0.001487\",\"0.001731\"\n\"2024-07-05T00:30:00.000Z\",\"0.001727\",\"0.002034\"\n\"2024-07-05T00:35:00.000Z\",\"0.001137\",\"0.001533\"\n\"2024-07-05T00:40:00.000Z\",\"0.00129\",\"0.001528\"\n\"2024-07-05T00:45:00.000Z\",\"0.001904\",\"0.002187\"\n\"2024-07-05T00:50:00.000Z\",\"0.00121\",\"0.001433\"\n\"2024-07-05T00:55:00.000Z\",\"0.001177\",\"0.001481\"\n\"2024-07-05T01:00:00.000Z\",\"0.001352\",\"0.00165\"\n\"2024-07-05T01:05:00.000Z\",\"0.001563\",\"0.001841\"\n\"2024-07-05T01:10:00.000Z\",\"0.001159\",\"0.001378\"\n\"2024-07-05T01:15:00.000Z\",\"0.001619\",\"0.001855\"\n\"2024-07-05T01:20:00.000Z\",\"0.001507\",\"0.001807\"\n\"2024-07-05T01:25:00.000Z\",\"0.001363\",\"0.001808\"\n\"2024-07-05T01:30:00.000Z\",\"0.001365\",\"0.001706\"\n\"2024-07-05T01:35:00.000Z\",\"0.001723\",\"0.002009\"\n\"2024-07-05T01:40:00.000Z\",\"0.001388\",\"0.00175\"\n\"2024-07-05T01:45:00.000Z\",\"0.001373\",\"0.001748\"\n\"2024-07-05T01:50:00.000Z\",\"0.001483\",\"0.001783\"\n\"2024-07-05T01:55:00.000Z\",\"0.000838\",\"0.001206\"\n\"2024-07-05T02:00:00.000Z\",\"0.001331\",\"0.001631\"\n\"2024-07-05T02:05:00.000Z\",\"0.002078\",\"0.002281\"\n\"2024-07-05T02:10:00.000Z\",\"0.001579\",\"0.002013\"\n\"2024-07-05T02:15:00.000Z\",\"0.001394\",\"0.001604\"\n\"2024-07-05T02:20:00.000Z\",\"0.00121\",\"0.001651\"\n\"2024-07-05T02:25:00.000Z\",\"0.001927\",\"0.002159\"\n\"2024-07-05T02:30:00.000Z\",\"0.001482\",\"0.001797\"\n\"2024-07-05T02:35:00.000Z\",\"0.001208\",\"0.001726\"\n\"2024-07-05T02:40:00.000Z\",\"0.001392\",\"0.001582\"\n\"2024-07-05T02:45:00.000Z\",\"0.001781\",\"0.001981\"\n\"2024-07-05T02:50:00.000Z\",\"0.001312\",\"0.001799\"\n\"2024-07-05T02:55:00.000Z\",\"0.001176\",\"0.00149\"\n\"2024-07-05T03:00:00.000Z\",\"0.003011\",\"0.003412\"\n\"2024-07-05T03:05:00.000Z\",\"0.003324\",\"0.003847\"\n\"2024-07-05T03:10:00.000Z\",\"0.003052\",\"0.003556\"\n\"2024-07-05T03:15:00.000Z\",\"0.003388\",\"0.003823\"\n\"2024-07-05T03:20:00.000Z\",\"0.003288\",\"0.003689\"\n\"2024-07-05T03:25:00.000Z\",\"0.003321\",\"0.003819\"\n\"2024-07-05T03:30:00.000Z\",\"0.003092\",\"0.003619\"\n\"2024-07-05T03:35:00.000Z\",\"0.003454\",\"0.003799\"\n\"2024-07-05T03:40:00.000Z\",\"0.002922\",\"0.003496\"\n\"2024-07-05T03:45:00.000Z\",\"0.002485\",\"0.00304\"\n\"2024-07-05T03:50:00.000Z\",\"0.003479\",\"0.003946\"\n\"2024-07-05T03:55:00.000Z\",\"0.00284\",\"0.003385\"\n\"2024-07-05T04:00:00.000Z\",\"0.002558\",\"0.003084\"\n\"2024-07-05T04:05:00.000Z\",\"0.002523\",\"0.003034\"\n\"2024-07-05T04:10:00.000Z\",\"0.002921\",\"0.003398\"\n\"2024-07-05T04:15:00.000Z\",\"0.002512\",\"0.002995\"\n\"2024-07-05T04:20:00.000Z\",\"0.002462\",\"0.003002\"\n\"2024-07-05T04:25:00.000Z\",\"0.002831\",\"0.003323\"\n\"2024-07-05T04:30:00.000Z\",\"0.002513\",\"0.003115\"\n\"2024-07-05T04:35:00.000Z\",\"0.002395\",\"0.002901\"\n\"2024-07-05T04:40:00.000Z\",\"0.002551\",\"0.003143\"\n\"2024-07-05T04:45:00.000Z\",\"0.00241\",\"0.002984\"\n\"2024-07-05T04:50:00.000Z\",\"0.002257\",\"0.002831\"\n\"2024-07-05T04:55:00.000Z\",\"0.002404\",\"0.002853\"\n\"2024-07-05T05:00:00.000Z\",\"0.002353\",\"0.002814\"\n\"2024-07-05T05:05:00.000Z\",\"0.002425\",\"0.00301\"\n\"2024-07-05T05:10:00.000Z\",\"0.002539\",\"0.002963\"\n\"2024-07-05T05:15:00.000Z\",\"0.002214\",\"0.002713\"\n\"2024-07-05T05:20:00.000Z\",\"0.002499\",\"0.003031\"\n\"2024-07-05T05:25:00.000Z\",\"0.002327\",\"0.002793\"\n\"2024-07-05T05:30:00.000Z\",\"0.003905\",\"0.004138\"\n\"2024-07-05T05:35:00.000Z\",\"0.002469\",\"0.00296\"\n\"2024-07-05T05:40:00.000Z\",\"0.002225\",\"0.002676\"\n\"2024-07-05T05:45:00.000Z\",\"0.002368\",\"0.002948\"\n\"2024-07-05T05:50:00.000Z\",\"0.002155\",\"0.002659\"\n\"2024-07-05T05:55:00.000Z\",\"0.002159\",\"0.002647\"\n\"2024-07-05T06:00:00.000Z\",\"0.002198\",\"0.002681\"\n\"2024-07-05T06:05:00.000Z\",\"0.002444\",\"0.002974\"\n\"2024-07-05T06:10:00.000Z\",\"0.00217\",\"0.002698\"\n\"2024-07-05T06:15:00.000Z\",\"0.002185\",\"0.002677\"\n\"2024-07-05T06:20:00.000Z\",\"0.002301\",\"0.002814\"\n\"2024-07-05T06:25:00.000Z\",\"0.002334\",\"0.002825\"\n\"2024-07-05T06:30:00.000Z\",\"0.002283\",\"0.002713\"\n\"2024-07-05T06:35:00.000Z\",\"0.002185\",\"0.002502\"\n\"2024-07-05T06:40:00.000Z\",\"0.002621\",\"0.002992\"\n\"2024-07-05T06:45:00.000Z\",\"0.002543\",\"0.002942\"\n\"2024-07-05T06:50:00.000Z\",\"0.0025\",\"0.002999\"\n\"2024-07-05T06:55:00.000Z\",\"0.00247\",\"0.002878\"\n\"2024-07-05T07:00:00.000Z\",\"0.00247\",\"0.002914\"\n\"2024-07-05T07:05:00.000Z\",\"0.00251\",\"0.002935\"\n\"2024-07-05T07:10:00.000Z\",\"0.002506\",\"0.003035\"\n\"2024-07-05T07:15:00.000Z\",\"0.002362\",\"0.002913\"\n\"2024-07-05T07:20:00.000Z\",\"0.002496\",\"0.002932\"\n\"2024-07-05T07:25:00.000Z\",\"0.00243\",\"0.002903\"\n\"2024-07-05T07:30:00.000Z\",\"0.002439\",\"0.002894\"\n\"2024-07-05T07:35:00.000Z\",\"0.00239\",\"0.002864\"\n\"2024-07-05T07:40:00.000Z\",\"0.002386\",\"0.002727\"\n\"2024-07-05T07:45:00.000Z\",\"0.00246\",\"0.003007\"\n\"2024-07-05T07:50:00.000Z\",\"0.002522\",\"0.002947\"\n\"2024-07-05T07:55:00.000Z\",\"0.002437\",\"0.002926\"\n\"2024-07-05T08:00:00.000Z\",\"0.002345\",\"0.00278\"\n\"2024-07-05T08:05:00.000Z\",\"0.002367\",\"0.002724\"\n\"2024-07-05T08:10:00.000Z\",\"0.002414\",\"0.002798\"\n\"2024-07-05T08:15:00.000Z\",\"0.002604\",\"0.003078\"\n\"2024-07-05T08:20:00.000Z\",\"0.002383\",\"0.002794\"\n\"2024-07-05T08:25:00.000Z\",\"0.002328\",\"0.002781\"\n\"2024-07-05T08:30:00.000Z\",\"0.002508\",\"0.002909\"\n\"2024-07-05T08:35:00.000Z\",\"0.002543\",\"0.003036\"\n\"2024-07-05T08:40:00.000Z\",\"0.002475\",\"0.002918\"\n\"2024-07-05T08:45:00.000Z\",\"0.002284\",\"0.00268\"\n\"2024-07-05T08:50:00.000Z\",\"0.002255\",\"0.002723\"\n\"2024-07-05T08:55:00.000Z\",\"0.002269\",\"0.002696\"\n\"2024-07-05T09:00:00.000Z\",\"0.00238\",\"0.002778\"\n\"2024-07-05T09:05:00.000Z\",\"0.002401\",\"0.002884\"\n\"2024-07-05T09:10:00.000Z\",\"0.00234\",\"0.002745\"\n\"2024-07-05T09:15:00.000Z\",\"0.002277\",\"0.002666\"\n\"2024-07-05T09:20:00.000Z\",\"0.002162\",\"0.002438\"\n\"2024-07-05T09:25:00.000Z\",\"0.001945\",\"0.002331\"\n\"2024-07-05T09:30:00.000Z\",\"0.002394\",\"0.002784\"\n\"2024-07-05T09:35:00.000Z\",\"0.002243\",\"0.002651\"\n\"2024-07-05T09:40:00.000Z\",\"0.002432\",\"0.002909\"\n\"2024-07-05T09:45:00.000Z\",\"0.002387\",\"0.002779\"\n\"2024-07-05T09:50:00.000Z\",\"0.002317\",\"0.002726\"\n\"2024-07-05T09:55:00.000Z\",\"0.002291\",\"0.002751\"\n\"2024-07-05T10:00:00.000Z\",\"0.002865\",\"0.00319\"\n\"2024-07-05T10:05:00.000Z\",\"0.002272\",\"0.002687\"\n\"2024-07-05T10:10:00.000Z\",\"0.002181\",\"0.002595\"\n\"2024-07-05T10:15:00.000Z\",\"0.00229\",\"0.002702\"\n\"2024-07-05T10:20:00.000Z\",\"0.00232\",\"0.002757\"\n\"2024-07-05T10:25:00.000Z\",\"0.002174\",\"0.002647\"\n\"2024-07-05T10:30:00.000Z\",\"0.002301\",\"0.002702\"\n\"2024-07-05T10:35:00.000Z\",\"0.002249\",\"0.002635\"\n\"2024-07-05T10:40:00.000Z\",\"0.002277\",\"0.002804\"\n\"2024-07-05T10:45:00.000Z\",\"0.002407\",\"0.002874\"\n\"2024-07-05T10:50:00.000Z\",\"0.002331\",\"0.00263\"\n\"2024-07-05T10:55:00.000Z\",\"0.002236\",\"0.002691\"\n\"2024-07-05T11:00:00.000Z\",\"0.002397\",\"0.00287\"\n\"2024-07-05T11:05:00.000Z\",\"0.002252\",\"0.002798\"\n\"2024-07-05T11:10:00.000Z\",\"0.0022\",\"0.002544\"\n\"2024-07-05T11:15:00.000Z\",\"0.00208\",\"0.002485\"\n\"2024-07-05T11:20:00.000Z\",\"0.002324\",\"0.00266\"\n\"2024-07-05T11:25:00.000Z\",\"0.002266\",\"0.002575\"\n\"2024-07-05T11:30:00.000Z\",\"0.00228\",\"0.002662\"\n\"2024-07-05T11:35:00.000Z\",\"0.002089\",\"0.002542\"\n\"2024-07-05T11:40:00.000Z\",\"0.002305\",\"0.002725\"\n\"2024-07-05T11:45:00.000Z\",\"0.00219\",\"0.002521\"\n\"2024-07-05T11:50:00.000Z\",\"0.002246\",\"0.002726\"\n\"2024-07-05T11:55:00.000Z\",\"0.002125\",\"0.002508\"\n\"2024-07-05T12:00:00.000Z\",\"0.002406\",\"0.002849\"\n\"2024-07-05T12:05:00.000Z\",\"0.002133\",\"0.002462\"\n\"2024-07-05T12:10:00.000Z\",\"0.002013\",\"0.002335\"\n\"2024-07-05T12:15:00.000Z\",\"0.002061\",\"0.002497\"\n\"2024-07-05T12:20:00.000Z\",\"0.001952\",\"0.002267\"\n\"2024-07-05T12:25:00.000Z\",\"0.001816\",\"0.002237\"\n\"2024-07-05T12:30:00.000Z\",\"0.002087\",\"0.002594\"\n\"2024-07-05T12:35:00.000Z\",\"0.001962\",\"0.002253\"\n\"2024-07-05T12:40:00.000Z\",\"0.00213\",\"0.002493\"\n\"2024-07-05T12:45:00.000Z\",\"0.001947\",\"0.002315\"\n\"2024-07-05T12:50:00.000Z\",\"0.002119\",\"0.002527\"\n\"2024-07-05T12:55:00.000Z\",\"0.002137\",\"0.002494\"\n\"2024-07-05T13:00:00.000Z\",\"0.002084\",\"0.00245\"\n\"2024-07-05T13:05:00.000Z\",\"0.002017\",\"0.002348\"\n\"2024-07-05T13:10:00.000Z\",\"0.00153\",\"0.001825\"\n\"2024-07-05T13:15:00.000Z\",\"0.001332\",\"0.001726\"\n\"2024-07-05T13:20:00.000Z\",\"0.001204\",\"0.001483\"\n\"2024-07-05T13:25:00.000Z\",\"0.00135\",\"0.0017\"\n\"2024-07-05T13:30:00.000Z\",\"0.001088\",\"0.001327\"\n\"2024-07-05T13:35:00.000Z\",\"0.001483\",\"0.001809\"\n\"2024-07-05T13:40:00.000Z\",\"0.001042\",\"0.001335\"\n\"2024-07-05T13:45:00.000Z\",\"0.001194\",\"0.001469\"\n\"2024-07-05T13:50:00.000Z\",\"0.001085\",\"0.001429\"\n\"2024-07-05T13:55:00.000Z\",\"0.001328\",\"0.00158\"\n\"2024-07-05T14:00:00.000Z\",\"0.001156\",\"0.00154\"\n\"2024-07-05T14:05:00.000Z\",\"0.001223\",\"0.001607\"\n\"2024-07-05T14:10:00.000Z\",\"0.00121\",\"0.001542\"\n\"2024-07-05T14:15:00.000Z\",\"0.001189\",\"0.001495\"\n\"2024-07-05T14:20:00.000Z\",\"0.001341\",\"0.001698\"\n\"2024-07-05T14:25:00.000Z\",\"0.001186\",\"0.001515\"\n\"2024-07-05T14:30:00.000Z\",\"0.001133\",\"0.001472\"\n\"2024-07-05T14:35:00.000Z\",\"0.001175\",\"0.001444\"\n\"2024-07-05T14:40:00.000Z\",\"0.001379\",\"0.001669\"\n\"2024-07-05T14:45:00.000Z\",\"0.001258\",\"0.001624\"\n\"2024-07-05T14:50:00.000Z\",\"0.001429\",\"0.001913\"\n\"2024-07-05T14:55:00.000Z\",\"0.001298\",\"0.001516\"\n\"2024-07-05T15:00:00.000Z\",\"0.001205\",\"0.00148\"\n\"2024-07-05T15:05:00.000Z\",\"0.001216\",\"0.001546\"\n\"2024-07-05T15:10:00.000Z\",\"0.001464\",\"0.001826\"\n\"2024-07-05T15:15:00.000Z\",\"0.001092\",\"0.001331\"\n\"2024-07-05T15:20:00.000Z\",\"0.000906\",\"0.001262\"\n\"2024-07-05T15:25:00.000Z\",\"0.001259\",\"0.001588\"\n\"2024-07-05T15:30:00.000Z\",\"0.001095\",\"0.001393\"\n\"2024-07-05T15:35:00.000Z\",\"0.001241\",\"0.001552\"\n\"2024-07-05T15:40:00.000Z\",\"0.001179\",\"0.00139\"\n\"2024-07-05T15:45:00.000Z\",\"0.00115\",\"0.00158\"\n\"2024-07-05T15:50:00.000Z\",\"0.001359\",\"0.001655\"\n\"2024-07-05T15:55:00.000Z\",\"0.001088\",\"0.001376\"\n\"2024-07-05T16:00:00.000Z\",\"0.001318\",\"0.001615\"\n\"2024-07-05T16:05:00.000Z\",\"0.001319\",\"0.001614\"\n\"2024-07-05T16:10:00.000Z\",\"0.001086\",\"0.00134\"\n\"2024-07-05T16:15:00.000Z\",\"0.001213\",\"0.001477\"\n\"2024-07-05T16:20:00.000Z\",\"0.001705\",\"0.001893\"\n\"2024-07-05T16:25:00.000Z\",\"0.003772\",\"0.003919\"\n\"2024-07-05T16:30:00.000Z\",\"0.002977\",\"0.003146\"\n\"2024-07-05T16:35:00.000Z\",\"0.001242\",\"0.001465\"\n\"2024-07-05T16:40:00.000Z\",\"0.001606\",\"0.00191\"\n\"2024-07-05T16:45:00.000Z\",\"0.00133\",\"0.001617\"\n\"2024-07-05T16:50:00.000Z\",\"0.001769\",\"0.002024\"\n\"2024-07-05T16:55:00.000Z\",\"0.001567\",\"0.001835\"\n\"2024-07-05T17:00:00.000Z\",\"0.001419\",\"0.001635\"\n\"2024-07-05T17:05:00.000Z\",\"0.001326\",\"0.001655\"\n\"2024-07-05T17:10:00.000Z\",\"0.001477\",\"0.001698\"\n\"2024-07-05T17:15:00.000Z\",\"0.001801\",\"0.001852\"\n\"2024-07-05T17:20:00.000Z\",\"0.001775\",\"0.002077\"\n\"2024-07-05T17:25:00.000Z\",\"0.005253\",\"0.005251\"\n\"2024-07-05T17:30:00.000Z\",\"0.005654\",\"0.00553\"\n\"2024-07-05T17:35:00.000Z\",\"0.005152\",\"0.005156\"\n\"2024-07-05T17:40:00.000Z\",\"0.005549\",\"0.005459\"\n\"2024-07-05T17:45:00.000Z\",\"0.005623\",\"0.005592\"\n\"2024-07-05T17:50:00.000Z\",\"0.00513\",\"0.00513\"\n\"2024-07-05T17:55:00.000Z\",\"0.00552\",\"0.005437\"\n\"2024-07-05T18:00:00.000Z\",\"0.006133\",\"0.005883\"\n\"2024-07-05T18:05:00.000Z\",\"0.002339\",\"0.002545\"\n\"2024-07-05T18:10:00.000Z\",\"0.001137\",\"0.001415\"\n\"2024-07-05T18:15:00.000Z\",\"0.001679\",\"0.001842\"\n\"2024-07-05T18:20:00.000Z\",\"0.001488\",\"0.00182\"\n\"2024-07-05T18:25:00.000Z\",\"0.000944\",\"0.001179\"\n\"2024-07-05T18:30:00.000Z\",\"0.00111\",\"0.001462\"\n\"2024-07-05T18:35:00.000Z\",\"0.001678\",\"0.001839\"\n\"2024-07-05T18:40:00.000Z\",\"0.001707\",\"0.001858\"\n\"2024-07-05T18:45:00.000Z\",\"0.001866\",\"0.001983\"\n\"2024-07-05T18:50:00.000Z\",\"0.001473\",\"0.001739\"\n\"2024-07-05T18:55:00.000Z\",\"0.001154\",\"0.001481\"\n\"2024-07-05T19:00:00.000Z\",\"0.001854\",\"0.001964\"\n\"2024-07-05T19:05:00.000Z\",\"0.001434\",\"0.001583\"\n\"2024-07-05T19:10:00.000Z\",\"0.001088\",\"0.001412\"\n\"2024-07-05T19:15:00.000Z\",\"0.001313\",\"0.00157\"\n\"2024-07-05T19:20:00.000Z\",\"0.001788\",\"0.002014\"\n\"2024-07-05T19:25:00.000Z\",\"0.001577\",\"0.001811\"\n\"2024-07-05T19:30:00.000Z\",\"0.001748\",\"0.001925\"\n\"2024-07-05T19:35:00.000Z\",\"0.001633\",\"0.00181\"\n\"2024-07-05T19:40:00.000Z\",\"0.001838\",\"0.00205\"\n\"2024-07-05T19:45:00.000Z\",\"0.001371\",\"0.001661\"\n\"2024-07-05T19:50:00.000Z\",\"0.001593\",\"0.001785\"\n\"2024-07-05T19:55:00.000Z\",\"0.002155\",\"0.002285\"\n\"2024-07-05T20:00:00.000Z\",\"0.001738\",\"0.001987\"\n\"2024-07-05T20:05:00.000Z\",\"0.00141\",\"0.001685\"\n\"2024-07-05T20:10:00.000Z\",\"0.001736\",\"0.001915\"\n\"2024-07-05T20:15:00.000Z\",\"0.002694\",\"0.002469\"\n\"2024-07-05T20:20:00.000Z\",\"0.001408\",\"0.001655\"\n\"2024-07-05T20:25:00.000Z\",\"0.001973\",\"0.002051\"\n\"2024-07-05T20:30:00.000Z\",\"0.00122\",\"0.001539\"\n\"2024-07-05T20:35:00.000Z\",\"0.001379\",\"0.001482\"\n\"2024-07-05T20:40:00.000Z\",\"0.001849\",\"0.002031\"\n\"2024-07-05T20:45:00.000Z\",\"0.001235\",\"0.001458\"\n\"2024-07-05T20:50:00.000Z\",\"0.001228\",\"0.001408\"\n\"2024-07-05T20:55:00.000Z\",\"0.001845\",\"0.001888\"\n\"2024-07-05T21:00:00.000Z\",\"0.001339\",\"0.001433\"\n\"2024-07-05T21:05:00.000Z\",\"0.001235\",\"0.001529\"\n\"2024-07-05T21:10:00.000Z\",\"0.001872\",\"0.002093\"\n\"2024-07-05T21:15:00.000Z\",\"0.001384\",\"0.001558\"\n\"2024-07-05T21:20:00.000Z\",\"0.00154\",\"0.001783\"\n\"2024-07-05T21:25:00.000Z\",\"0.001416\",\"0.001729\"\n\"2024-07-05T21:30:00.000Z\",\"0.001328\",\"0.001572\"\n\"2024-07-05T21:35:00.000Z\",\"0.001653\",\"0.001865\"\n\"2024-07-05T21:40:00.000Z\",\"0.001881\",\"0.002034\"\n\"2024-07-05T21:45:00.000Z\",\"0.001134\",\"0.0014\"\n\"2024-07-05T21:50:00.000Z\",\"0.001443\",\"0.001691\"\n\"2024-07-05T21:55:00.000Z\",\"0.00188\",\"0.002038\"\n\"2024-07-05T22:00:00.000Z\",\"0.001299\",\"0.001576\"\n\"2024-07-05T22:05:00.000Z\",\"0.002763\",\"0.002709\"\n\"2024-07-05T22:10:00.000Z\",\"0.001863\",\"0.002023\"\n\"2024-07-05T22:15:00.000Z\",\"0.001287\",\"0.001604\"\n\"2024-07-05T22:20:00.000Z\",\"0.001372\",\"0.001569\"\n\"2024-07-05T22:25:00.000Z\",\"0.001238\",\"0.001486\"\n\"2024-07-05T22:30:00.000Z\",\"0.001257\",\"0.001515\"\n\"2024-07-05T22:35:00.000Z\",\"0.001259\",\"0.001448\"\n\"2024-07-05T22:40:00.000Z\",\"0.001316\",\"0.001529\"\n\"2024-07-05T22:45:00.000Z\",\"0.001134\",\"0.001465\"\n\"2024-07-05T22:50:00.000Z\",\"0.001257\",\"0.001466\"\n\"2024-07-05T22:55:00.000Z\",\"0.00143\",\"0.001678\"\n\"2024-07-05T23:00:00.000Z\",\"0.001303\",\"0.001527\"\n\"2024-07-05T23:05:00.000Z\",\"0.001682\",\"0.001847\"\n\"2024-07-05T23:10:00.000Z\",\"0.001396\",\"0.001572\"\n\"2024-07-05T23:15:00.000Z\",\"0.001308\",\"0.001632\"\n\"2024-07-05T23:20:00.000Z\",\"0.001103\",\"0.001409\"\n\"2024-07-05T23:25:00.000Z\",\"0.001248\",\"0.001456\"\n\"2024-07-05T23:30:00.000Z\",\"0.001311\",\"0.001447\"\n\"2024-07-05T23:35:00.000Z\",\"0.001025\",\"0.001261\"\n\"2024-07-05T23:40:00.000Z\",\"0.001431\",\"0.001766\"\n\"2024-07-05T23:45:00.000Z\",\"0.001315\",\"0.00151\"\n\"2024-07-05T23:50:00.000Z\",\"0.001134\",\"0.001371\"\n\"2024-07-05T23:55:00.000Z\",\"0.001256\",\"0.00134\"\n\"2024-07-06T00:00:00.000Z\",\"0.001413\",\"0.001728\"\n\"2024-07-06T00:05:00.000Z\",\"0.001188\",\"0.001496\"\n\"2024-07-06T00:10:00.000Z\",\"0.001162\",\"0.001325\"\n\"2024-07-06T00:15:00.000Z\",\"0.001301\",\"0.001545\"\n\"2024-07-06T00:20:00.000Z\",\"0.001058\",\"0.001387\"\n\"2024-07-06T00:25:00.000Z\",\"0.000996\",\"0.001296\"\n\"2024-07-06T00:30:00.000Z\",\"0.001152\",\"0.001357\"\n\"2024-07-06T00:35:00.000Z\",\"0.001091\",\"0.001358\"\n\"2024-07-06T00:40:00.000Z\",\"0.001219\",\"0.001654\"\n\"2024-07-06T00:45:00.000Z\",\"0.001334\",\"0.00169\"\n\"2024-07-06T00:50:00.000Z\",\"0.00114\",\"0.001433\"\n\"2024-07-06T00:55:00.000Z\",\"0.001371\",\"0.001583\"\n\"2024-07-06T01:00:00.000Z\",\"0.001139\",\"0.001456\"\n\"2024-07-06T01:05:00.000Z\",\"0.001328\",\"0.001608\"\n\"2024-07-06T01:10:00.000Z\",\"0.001134\",\"0.001446\"\n\"2024-07-06T01:15:00.000Z\",\"0.001466\",\"0.00174\"\n\"2024-07-06T01:20:00.000Z\",\"0.001386\",\"0.00155\"\n\"2024-07-06T01:25:00.000Z\",\"0.001408\",\"0.001647\"\n\"2024-07-06T01:30:00.000Z\",\"0.001252\",\"0.001556\"\n\"2024-07-06T01:35:00.000Z\",\"0.001333\",\"0.001564\"\n\"2024-07-06T01:40:00.000Z\",\"0.001167\",\"0.001445\"\n\"2024-07-06T01:45:00.000Z\",\"0.001346\",\"0.001555\"\n\"2024-07-06T01:50:00.000Z\",\"0.001316\",\"0.00157\"\n\"2024-07-06T01:55:00.000Z\",\"0.001286\",\"0.001591\"\n\"2024-07-06T02:00:00.000Z\",\"0.001194\",\"0.001317\"\n\"2024-07-06T02:05:00.000Z\",\"0.001191\",\"0.001346\"\n\"2024-07-06T02:10:00.000Z\",\"0.001306\",\"0.001722\"\n\"2024-07-06T02:15:00.000Z\",\"0.001243\",\"0.001511\"\n\"2024-07-06T02:20:00.000Z\",\"0.001285\",\"0.001539\"\n\"2024-07-06T02:25:00.000Z\",\"0.001245\",\"0.001574\"\n\"2024-07-06T02:30:00.000Z\",\"0.00136\",\"0.001677\"\n\"2024-07-06T02:35:00.000Z\",\"0.001184\",\"0.001263\"\n\"2024-07-06T02:40:00.000Z\",\"0.001129\",\"0.001479\"\n\"2024-07-06T02:45:00.000Z\",\"0.001407\",\"0.001707\"\n\"2024-07-06T02:50:00.000Z\",\"0.001217\",\"0.001604\"\n\"2024-07-06T02:55:00.000Z\",\"0.001341\",\"0.001582\"\n\"2024-07-06T03:00:00.000Z\",\"0.001123\",\"0.001358\"\n\"2024-07-06T03:05:00.000Z\",\"0.001284\",\"0.001443\"\n\"2024-07-06T03:10:00.000Z\",\"0.001285\",\"0.0016\"\n\"2024-07-06T03:15:00.000Z\",\"0.001288\",\"0.001463\"\n\"2024-07-06T03:20:00.000Z\",\"0.001088\",\"0.00142\"\n\"2024-07-06T03:25:00.000Z\",\"0.000968\",\"0.001286\"\n\"2024-07-06T03:30:00.000Z\",\"0.000971\",\"0.001205\"\n\"2024-07-06T03:35:00.000Z\",\"0.000945\",\"0.001138\"\n\"2024-07-06T03:40:00.000Z\",\"0.001698\",\"0.001965\"\n\"2024-07-06T03:45:00.000Z\",\"0.005211\",\"0.005549\"\n\"2024-07-06T03:50:00.000Z\",\"0.005121\",\"0.005272\"\n\"2024-07-06T03:55:00.000Z\",\"0.005094\",\"0.005264\"\n\"2024-07-06T04:00:00.000Z\",\"0.005167\",\"0.005339\"\n\"2024-07-06T04:05:00.000Z\",\"0.005238\",\"0.005392\"\n\"2024-07-06T04:10:00.000Z\",\"0.001667\",\"0.001873\"\n\"2024-07-06T04:15:00.000Z\",\"0.001424\",\"0.001754\"\n\"2024-07-06T04:20:00.000Z\",\"0.001451\",\"0.001644\"\n\"2024-07-06T04:25:00.000Z\",\"0.000997\",\"0.001374\"\n\"2024-07-06T04:30:00.000Z\",\"0.001202\",\"0.001482\"\n\"2024-07-06T04:35:00.000Z\",\"0.001472\",\"0.001618\"\n\"2024-07-06T04:40:00.000Z\",\"0.001277\",\"0.001416\"\n\"2024-07-06T04:45:00.000Z\",\"0.001182\",\"0.001458\"\n\"2024-07-06T04:50:00.000Z\",\"0.000864\",\"0.001252\"\n\"2024-07-06T04:55:00.000Z\",\"0.000825\",\"0.00117\"\n\"2024-07-06T05:00:00.000Z\",\"0.001468\",\"0.001758\"\n\"2024-07-06T05:05:00.000Z\",\"0.000902\",\"0.001251\"\n\"2024-07-06T05:10:00.000Z\",\"0.001074\",\"0.001325\"\n\"2024-07-06T05:15:00.000Z\",\"0.001644\",\"0.001841\"\n\"2024-07-06T05:20:00.000Z\",\"0.000764\",\"0.001142\"\n\"2024-07-06T05:25:00.000Z\",\"0.000958\",\"0.001252\"\n\"2024-07-06T05:30:00.000Z\",\"0.001007\",\"0.001366\"\n\"2024-07-06T05:35:00.000Z\",\"0.001602\",\"0.001541\"\n\"2024-07-06T05:40:00.000Z\",\"0.001111\",\"0.001421\"\n\"2024-07-06T05:45:00.000Z\",\"0.001757\",\"0.002046\"\n\"2024-07-06T05:50:00.000Z\",\"0.001018\",\"0.001293\"\n\"2024-07-06T05:55:00.000Z\",\"0.00146\",\"0.001728\"\n\"2024-07-06T06:00:00.000Z\",\"0.001353\",\"0.001601\"\n\"2024-07-06T06:05:00.000Z\",\"0.001161\",\"0.001308\"\n\"2024-07-06T06:10:00.000Z\",\"0.001086\",\"0.001328\"\n\"2024-07-06T06:15:00.000Z\",\"0.001047\",\"0.001383\"\n\"2024-07-06T06:20:00.000Z\",\"0.001171\",\"0.001396\"\n\"2024-07-06T06:25:00.000Z\",\"0.001079\",\"0.001515\"\n\"2024-07-06T06:30:00.000Z\",\"0.000682\",\"0.001028\"\n\"2024-07-06T06:35:00.000Z\",\"0.001275\",\"0.001488\"\n\"2024-07-06T06:40:00.000Z\",\"0.001099\",\"0.001478\"\n\"2024-07-06T06:45:00.000Z\",\"0.006474\",\"0.006011\"\n\"2024-07-06T06:50:00.000Z\",\"0.012261\",\"0.010609\"\n\"2024-07-06T06:55:00.000Z\",\"0.012301\",\"0.010751\"\n\"2024-07-06T07:00:00.000Z\",\"0.003051\",\"0.00292\"\n\"2024-07-06T07:05:00.000Z\",\"0.000824\",\"0.001153\"\n\"2024-07-06T07:10:00.000Z\",\"0.001201\",\"0.001523\"\n\"2024-07-06T07:15:00.000Z\",\"0.00103\",\"0.001371\"\n\"2024-07-06T07:20:00.000Z\",\"0.001206\",\"0.001448\"\n\"2024-07-06T07:25:00.000Z\",\"0.001096\",\"0.001243\"\n\"2024-07-06T07:30:00.000Z\",\"0.001376\",\"0.0016\"\n\"2024-07-06T07:35:00.000Z\",\"0.001183\",\"0.001376\"\n\"2024-07-06T07:40:00.000Z\",\"0.001527\",\"0.001442\"\n\"2024-07-06T07:45:00.000Z\",\"0.001567\",\"0.001677\"\n\"2024-07-06T07:50:00.000Z\",\"0.000749\",\"0.001196\"\n\"2024-07-06T07:55:00.000Z\",\"0.001082\",\"0.001319\"\n\"2024-07-06T08:00:00.000Z\",\"0.00101\",\"0.001248\"\n\"2024-07-06T08:05:00.000Z\",\"0.000658\",\"0.00094\"\n\"2024-07-06T08:10:00.000Z\",\"0.001258\",\"0.001438\"\n\"2024-07-06T08:15:00.000Z\",\"0.002041\",\"0.001882\"\n\"2024-07-06T08:20:00.000Z\",\"0.00082\",\"0.001231\"\n\"2024-07-06T08:25:00.000Z\",\"0.001347\",\"0.001703\"\n\"2024-07-06T08:30:00.000Z\",\"0.001086\",\"0.001376\"\n\"2024-07-06T08:35:00.000Z\",\"0.001179\",\"0.001409\"\n\"2024-07-06T08:40:00.000Z\",\"0.002789\",\"0.003211\"\n\"2024-07-06T08:45:00.000Z\",\"0.000982\",\"0.001253\"\n\"2024-07-06T08:50:00.000Z\",\"0.001146\",\"0.001506\"\n\"2024-07-06T08:55:00.000Z\",\"0.001537\",\"0.001789\"\n\"2024-07-06T09:00:00.000Z\",\"0.000809\",\"0.001178\"\n\"2024-07-06T09:05:00.000Z\",\"0.00158\",\"0.001826\"\n\"2024-07-06T09:10:00.000Z\",\"0.000751\",\"0.001009\"\n\"2024-07-06T09:15:00.000Z\",\"0.000837\",\"0.001093\"\n\"2024-07-06T09:20:00.000Z\",\"0.001394\",\"0.001779\"\n\"2024-07-06T09:25:00.000Z\",\"0.0018\",\"0.001807\"\n\"2024-07-06T09:30:00.000Z\",\"0.001512\",\"0.001713\"\n\"2024-07-06T09:35:00.000Z\",\"0.001378\",\"0.001739\"\n\"2024-07-06T09:40:00.000Z\",\"0.001312\",\"0.001585\"\n\"2024-07-06T09:45:00.000Z\",\"0.001871\",\"0.002001\"\n\"2024-07-06T09:50:00.000Z\",\"0.001146\",\"0.001317\"\n\"2024-07-06T09:55:00.000Z\",\"0.001322\",\"0.001488\"\n\"2024-07-06T10:00:00.000Z\",\"0.00184\",\"0.001951\"\n\"2024-07-06T10:05:00.000Z\",\"0.00153\",\"0.001757\"\n\"2024-07-06T10:10:00.000Z\",\"0.001166\",\"0.001422\"\n\"2024-07-06T10:15:00.000Z\",\"0.001258\",\"0.001512\"\n\"2024-07-06T10:20:00.000Z\",\"0.000861\",\"0.001139\"\n\"2024-07-06T10:25:00.000Z\",\"0.001512\",\"0.001721\"\n\"2024-07-06T10:30:00.000Z\",\"0.001206\",\"0.001286\"\n\"2024-07-06T10:35:00.000Z\",\"0.001113\",\"0.001446\"\n\"2024-07-06T10:40:00.000Z\",\"0.001415\",\"0.001726\"\n\"2024-07-06T10:45:00.000Z\",\"0.001477\",\"0.001608\"\n\"2024-07-06T10:50:00.000Z\",\"0.005274\",\"0.0053\"\n\"2024-07-06T10:55:00.000Z\",\"0.006947\",\"0.006839\"\n\"2024-07-06T11:00:00.000Z\",\"0.0069\",\"0.006449\"\n\"2024-07-06T11:05:00.000Z\",\"0.007143\",\"0.006778\"\n\"2024-07-06T11:10:00.000Z\",\"0.004767\",\"0.004723\"\n\"2024-07-06T11:15:00.000Z\",\"0.001286\",\"0.001503\"\n\"2024-07-06T11:20:00.000Z\",\"0.001413\",\"0.001715\"\n\"2024-07-06T11:25:00.000Z\",\"0.001406\",\"0.00156\"\n\"2024-07-06T11:30:00.000Z\",\"0.00197\",\"0.002119\"\n\"2024-07-06T11:35:00.000Z\",\"0.00147\",\"0.001876\"\n\"2024-07-06T11:40:00.000Z\",\"0.001316\",\"0.001384\"\n\"2024-07-06T11:45:00.000Z\",\"0.002124\",\"0.002274\"\n\"2024-07-06T11:50:00.000Z\",\"0.001172\",\"0.001598\"\n\"2024-07-06T11:55:00.000Z\",\"0.001216\",\"0.001435\"\n\"2024-07-06T12:00:00.000Z\",\"0.001771\",\"0.002021\"\n\"2024-07-06T12:05:00.000Z\",\"0.001215\",\"0.001545\"\n\"2024-07-06T12:10:00.000Z\",\"0.001288\",\"0.001533\"\n\"2024-07-06T12:15:00.000Z\",\"0.001836\",\"0.001936\"\n\"2024-07-06T12:20:00.000Z\",\"0.00602\",\"0.005904\"\n\"2024-07-06T12:25:00.000Z\",\"0.006169\",\"0.00603\"\n\"2024-07-06T12:30:00.000Z\",\"0.001553\",\"0.001687\"\n\"2024-07-06T12:35:00.000Z\",\"0.001668\",\"0.001996\"\n\"2024-07-06T12:40:00.000Z\",\"0.001209\",\"0.00139\"\n\"2024-07-06T12:45:00.000Z\",\"0.00134\",\"0.001658\"\n\"2024-07-06T12:50:00.000Z\",\"0.001757\",\"0.002008\"\n\"2024-07-06T12:55:00.000Z\",\"0.001798\",\"0.002024\"\n\"2024-07-06T13:00:00.000Z\",\"0.001404\",\"0.001667\"\n\"2024-07-06T13:05:00.000Z\",\"0.002604\",\"0.002569\"\n\"2024-07-06T13:10:00.000Z\",\"0.001306\",\"0.001452\"\n\"2024-07-06T13:15:00.000Z\",\"0.001281\",\"0.001686\"\n\"2024-07-06T13:20:00.000Z\",\"0.001425\",\"0.001506\"\n\"2024-07-06T13:25:00.000Z\",\"0.001511\",\"0.001809\"\n\"2024-07-06T13:30:00.000Z\",\"0.001238\",\"0.001554\"\n\"2024-07-06T13:35:00.000Z\",\"0.001196\",\"0.001472\"\n\"2024-07-06T13:40:00.000Z\",\"0.001346\",\"0.001514\"\n\"2024-07-06T13:45:00.000Z\",\"0.001879\",\"0.001979\"\n\"2024-07-06T13:50:00.000Z\",\"0.001473\",\"0.001698\"\n\"2024-07-06T13:55:00.000Z\",\"0.001634\",\"0.001784\"\n\"2024-07-06T14:00:00.000Z\",\"0.001073\",\"0.001326\"\n\"2024-07-06T14:05:00.000Z\",\"0.001763\",\"0.00196\"\n\"2024-07-06T14:10:00.000Z\",\"0.001711\",\"0.001764\"\n\"2024-07-06T14:15:00.000Z\",\"0.001452\",\"0.00162\"\n\"2024-07-06T14:20:00.000Z\",\"0.001131\",\"0.001529\"\n\"2024-07-06T14:25:00.000Z\",\"0.001819\",\"0.001986\"\n\"2024-07-06T14:30:00.000Z\",\"0.001808\",\"0.001953\"\n\"2024-07-06T14:35:00.000Z\",\"0.001106\",\"0.001376\"\n\"2024-07-06T14:40:00.000Z\",\"0.001404\",\"0.00159\"\n\"2024-07-06T14:45:00.000Z\",\"0.00152\",\"0.001748\"\n\"2024-07-06T14:50:00.000Z\",\"0.001548\",\"0.001843\"\n\"2024-07-06T14:55:00.000Z\",\"0.004896\",\"0.004942\"\n\"2024-07-06T15:00:00.000Z\",\"0.006002\",\"0.005911\"\n\"2024-07-06T15:05:00.000Z\",\"0.005624\",\"0.005762\"\n\"2024-07-06T15:10:00.000Z\",\"0.006065\",\"0.00605\"\n\"2024-07-06T15:15:00.000Z\",\"0.005955\",\"0.005898\"\n\"2024-07-06T15:20:00.000Z\",\"0.0061\",\"0.006123\"\n\"2024-07-06T15:25:00.000Z\",\"0.003217\",\"0.00321\"\n\"2024-07-06T15:30:00.000Z\",\"0.001066\",\"0.001388\"\n\"2024-07-06T15:35:00.000Z\",\"0.001651\",\"0.001825\"\n\"2024-07-06T15:40:00.000Z\",\"0.001187\",\"0.001382\"\n\"2024-07-06T15:45:00.000Z\",\"0.001219\",\"0.001603\"\n\"2024-07-06T15:50:00.000Z\",\"0.001578\",\"0.001888\"\n\"2024-07-06T15:55:00.000Z\",\"0.001339\",\"0.001597\"\n\"2024-07-06T16:00:00.000Z\",\"0.001329\",\"0.001527\"\n\"2024-07-06T16:05:00.000Z\",\"0.00084\",\"0.001148\"\n\"2024-07-06T16:10:00.000Z\",\"0.001249\",\"0.001599\"\n\"2024-07-06T16:15:00.000Z\",\"0.001178\",\"0.001513\"\n\"2024-07-06T16:20:00.000Z\",\"0.001028\",\"0.001264\"\n\"2024-07-06T16:25:00.000Z\",\"0.001394\",\"0.001691\"\n\"2024-07-06T16:30:00.000Z\",\"0.001385\",\"0.001529\"\n\"2024-07-06T16:35:00.000Z\",\"0.001368\",\"0.001723\"\n\"2024-07-06T16:40:00.000Z\",\"0.001363\",\"0.001512\"\n\"2024-07-06T16:45:00.000Z\",\"0.002279\",\"0.002425\"\n\"2024-07-06T16:50:00.000Z\",\"0.001531\",\"0.001896\"\n\"2024-07-06T16:55:00.000Z\",\"0.004927\",\"0.004956\"\n\"2024-07-06T17:00:00.000Z\",\"0.001504\",\"0.001758\"\n\"2024-07-06T17:05:00.000Z\",\"0.001216\",\"0.001588\"\n\"2024-07-06T17:10:00.000Z\",\"0.00198\",\"0.002185\"\n\"2024-07-06T17:15:00.000Z\",\"0.001327\",\"0.001675\"\n\"2024-07-06T17:20:00.000Z\",\"0.001196\",\"0.001348\"\n\"2024-07-06T17:25:00.000Z\",\"0.001217\",\"0.001465\"\n\"2024-07-06T17:30:00.000Z\",\"0.001155\",\"0.001386\"\n\"2024-07-06T17:35:00.000Z\",\"0.001294\",\"0.001492\"\n\"2024-07-06T17:40:00.000Z\",\"0.001224\",\"0.001462\"\n\"2024-07-06T17:45:00.000Z\",\"0.001086\",\"0.001365\"\n\"2024-07-06T17:50:00.000Z\",\"0.001404\",\"0.001626\"\n\"2024-07-06T17:55:00.000Z\",\"0.001313\",\"0.001571\"\n\"2024-07-06T18:00:00.000Z\",\"0.001068\",\"0.001257\"\n\"2024-07-06T18:05:00.000Z\",\"0.001228\",\"0.0014\"\n\"2024-07-06T18:10:00.000Z\",\"0.001726\",\"0.001889\"\n\"2024-07-06T18:15:00.000Z\",\"0.003016\",\"0.003092\"\n\"2024-07-06T18:20:00.000Z\",\"0.002679\",\"0.002983\"\n\"2024-07-06T18:25:00.000Z\",\"0.000975\",\"0.001058\"\n\"2024-07-06T18:30:00.000Z\",\"0.001179\",\"0.001415\"\n\"2024-07-06T18:35:00.000Z\",\"0.001176\",\"0.001434\"\n\"2024-07-06T18:40:00.000Z\",\"0.001244\",\"0.001487\"\n\"2024-07-06T18:45:00.000Z\",\"0.001141\",\"0.00151\"\n\"2024-07-06T18:50:00.000Z\",\"0.001242\",\"0.001564\"\n\"2024-07-06T18:55:00.000Z\",\"0.001261\",\"0.001486\"\n\"2024-07-06T19:00:00.000Z\",\"0.001357\",\"0.001759\"\n\"2024-07-06T19:05:00.000Z\",\"0.001337\",\"0.001635\"\n\"2024-07-06T19:10:00.000Z\",\"0.001277\",\"0.001505\"\n\"2024-07-06T19:15:00.000Z\",\"0.001121\",\"0.001364\"\n\"2024-07-06T19:20:00.000Z\",\"0.001123\",\"0.001407\"\n\"2024-07-06T19:25:00.000Z\",\"0.00127\",\"0.001514\"\n\"2024-07-06T19:30:00.000Z\",\"0.001248\",\"0.001492\"\n\"2024-07-06T19:35:00.000Z\",\"0.001533\",\"0.001624\"\n\"2024-07-06T19:40:00.000Z\",\"0.00111\",\"0.00143\"\n\"2024-07-06T19:45:00.000Z\",\"0.001347\",\"0.001714\"\n\"2024-07-06T19:50:00.000Z\",\"0.001101\",\"0.001449\"\n\"2024-07-06T19:55:00.000Z\",\"0.001229\",\"0.001458\"\n\"2024-07-06T20:00:00.000Z\",\"0.00121\",\"0.001523\"\n\"2024-07-06T20:05:00.000Z\",\"0.001223\",\"0.001375\"\n\"2024-07-06T20:10:00.000Z\",\"0.001189\",\"0.001429\"\n\"2024-07-06T20:15:00.000Z\",\"0.00123\",\"0.001434\"\n\"2024-07-06T20:20:00.000Z\",\"0.001383\",\"0.001635\"\n\"2024-07-06T20:25:00.000Z\",\"0.001309\",\"0.00154\"\n\"2024-07-06T20:30:00.000Z\",\"0.001094\",\"0.001287\"\n\"2024-07-06T20:35:00.000Z\",\"0.001155\",\"0.001447\"\n\"2024-07-06T20:40:00.000Z\",\"0.001146\",\"0.001477\"\n\"2024-07-06T20:45:00.000Z\",\"0.001165\",\"0.001394\"\n\"2024-07-06T20:50:00.000Z\",\"0.001416\",\"0.001725\"\n\"2024-07-06T20:55:00.000Z\",\"0.001148\",\"0.001436\"\n\"2024-07-06T21:00:00.000Z\",\"0.001235\",\"0.001472\"\n\"2024-07-06T21:05:00.000Z\",\"0.001235\",\"0.001568\"\n\"2024-07-06T21:10:00.000Z\",\"0.001367\",\"0.001627\"\n\"2024-07-06T21:15:00.000Z\",\"0.001106\",\"0.001379\"\n\"2024-07-06T21:20:00.000Z\",\"0.001155\",\"0.001367\"\n\"2024-07-06T21:25:00.000Z\",\"0.00098\",\"0.001242\"\n\"2024-07-06T21:30:00.000Z\",\"0.001107\",\"0.001566\"\n\"2024-07-06T21:35:00.000Z\",\"0.000998\",\"0.001234\"\n\"2024-07-06T21:40:00.000Z\",\"0.001134\",\"0.001341\"\n\"2024-07-06T21:45:00.000Z\",\"0.001181\",\"0.001399\"\n\"2024-07-06T21:50:00.000Z\",\"0.001204\",\"0.00138\"\n\"2024-07-06T21:55:00.000Z\",\"0.001246\",\"0.00155\"\n\"2024-07-06T22:00:00.000Z\",\"0.001292\",\"0.001508\"\n\"2024-07-06T22:05:00.000Z\",\"0.001288\",\"0.001557\"\n\"2024-07-06T22:10:00.000Z\",\"0.001352\",\"0.001521\"\n\"2024-07-06T22:15:00.000Z\",\"0.0012\",\"0.001612\"\n\"2024-07-06T22:20:00.000Z\",\"0.002311\",\"0.002359\"\n\"2024-07-06T22:25:00.000Z\",\"0.001223\",\"0.001476\"\n\"2024-07-06T22:30:00.000Z\",\"0.001128\",\"0.001329\"\n\"2024-07-06T22:35:00.000Z\",\"0.001396\",\"0.001648\"\n\"2024-07-06T22:40:00.000Z\",\"0.001428\",\"0.001711\"\n\"2024-07-06T22:45:00.000Z\",\"0.001578\",\"0.001851\"\n\"2024-07-06T22:50:00.000Z\",\"0.001375\",\"0.001653\"\n\"2024-07-06T22:55:00.000Z\",\"0.001923\",\"0.002085\"\n\"2024-07-06T23:00:00.000Z\",\"0.001296\",\"0.001541\"\n\"2024-07-06T23:05:00.000Z\",\"0.001876\",\"0.002039\"\n\"2024-07-06T23:10:00.000Z\",\"0.001139\",\"0.00132\"\n\"2024-07-06T23:15:00.000Z\",\"0.001846\",\"0.001922\"\n\"2024-07-06T23:20:00.000Z\",\"0.001805\",\"0.001718\"\n\"2024-07-06T23:25:00.000Z\",\"0.001676\",\"0.001774\"\n\"2024-07-06T23:30:00.000Z\",\"0.001917\",\"0.002276\"\n\"2024-07-06T23:35:00.000Z\",\"0.001273\",\"0.001539\"\n\"2024-07-06T23:40:00.000Z\",\"0.001416\",\"0.001725\"\n\"2024-07-06T23:45:00.000Z\",\"0.001391\",\"0.001613\"\n\"2024-07-06T23:50:00.000Z\",\"0.001991\",\"0.002097\"\n\"2024-07-06T23:55:00.000Z\",\"0.001528\",\"0.00179\"\n\"2024-07-07T00:00:00.000Z\",\"0.001414\",\"0.001649\"\n\"2024-07-07T00:05:00.000Z\",\"0.001916\",\"0.002129\"\n\"2024-07-07T00:10:00.000Z\",\"0.001961\",\"0.002103\"\n\"2024-07-07T00:15:00.000Z\",\"0.001381\",\"0.001666\"\n\"2024-07-07T00:20:00.000Z\",\"0.001175\",\"0.001517\"\n\"2024-07-07T00:25:00.000Z\",\"0.001824\",\"0.001936\"\n\"2024-07-07T00:30:00.000Z\",\"0.001234\",\"0.001494\"\n\"2024-07-07T00:35:00.000Z\",\"0.001552\",\"0.001748\"\n\"2024-07-07T00:40:00.000Z\",\"0.001443\",\"0.001697\"\n\"2024-07-07T00:45:00.000Z\",\"0.001605\",\"0.001874\"\n\"2024-07-07T00:50:00.000Z\",\"0.001108\",\"0.001299\"\n\"2024-07-07T00:55:00.000Z\",\"0.002093\",\"0.002068\"\n\"2024-07-07T01:00:00.000Z\",\"0.001669\",\"0.001842\"\n\"2024-07-07T01:05:00.000Z\",\"0.001303\",\"0.00162\"\n\"2024-07-07T01:10:00.000Z\",\"0.001137\",\"0.001405\"\n\"2024-07-07T01:15:00.000Z\",\"0.001842\",\"0.002033\"\n\"2024-07-07T01:20:00.000Z\",\"0.001623\",\"0.001781\"\n\"2024-07-07T01:25:00.000Z\",\"0.001182\",\"0.001482\"\n\"2024-07-07T01:30:00.000Z\",\"0.001693\",\"0.00192\"\n\"2024-07-07T01:35:00.000Z\",\"0.001561\",\"0.001783\"\n\"2024-07-07T01:40:00.000Z\",\"0.001057\",\"0.001395\"\n\"2024-07-07T01:45:00.000Z\",\"0.001511\",\"0.001644\"\n\"2024-07-07T01:50:00.000Z\",\"0.001781\",\"0.002054\"\n\"2024-07-07T01:55:00.000Z\",\"0.001177\",\"0.001625\"\n\"2024-07-07T02:00:00.000Z\",\"0.001642\",\"0.001697\"\n\"2024-07-07T02:05:00.000Z\",\"0.001667\",\"0.00178\"\n\"2024-07-07T02:10:00.000Z\",\"0.002318\",\"0.002544\"\n\"2024-07-07T02:15:00.000Z\",\"0.002778\",\"0.002972\"\n\"2024-07-07T02:20:00.000Z\",\"0.002981\",\"0.003195\"\n\"2024-07-07T02:25:00.000Z\",\"0.003019\",\"0.003158\"\n\"2024-07-07T02:30:00.000Z\",\"0.003113\",\"0.003216\"\n\"2024-07-07T02:35:00.000Z\",\"0.003018\",\"0.003216\"\n\"2024-07-07T02:40:00.000Z\",\"0.002078\",\"0.002327\"\n\"2024-07-07T02:45:00.000Z\",\"0.001185\",\"0.001456\"\n\"2024-07-07T02:50:00.000Z\",\"0.001605\",\"0.001747\"\n\"2024-07-07T02:55:00.000Z\",\"0.001496\",\"0.001773\"\n\"2024-07-07T03:00:00.000Z\",\"0.001389\",\"0.001541\"\n\"2024-07-07T03:05:00.000Z\",\"0.001203\",\"0.001404\"\n\"2024-07-07T03:10:00.000Z\",\"0.001926\",\"0.002071\"\n\"2024-07-07T03:15:00.000Z\",\"0.002204\",\"0.002298\"\n\"2024-07-07T03:20:00.000Z\",\"0.001194\",\"0.001469\"\n\"2024-07-07T03:25:00.000Z\",\"0.000906\",\"0.001272\"\n\"2024-07-07T03:30:00.000Z\",\"0.001953\",\"0.002039\"\n\"2024-07-07T03:35:00.000Z\",\"0.001433\",\"0.001611\"\n\"2024-07-07T03:40:00.000Z\",\"0.001273\",\"0.001514\"\n\"2024-07-07T03:45:00.000Z\",\"0.001006\",\"0.00127\"\n\"2024-07-07T03:50:00.000Z\",\"0.001134\",\"0.001366\"\n\"2024-07-07T03:55:00.000Z\",\"0.000936\",\"0.001269\"\n\"2024-07-07T04:00:00.000Z\",\"0.001338\",\"0.001607\"\n\"2024-07-07T04:05:00.000Z\",\"0.000624\",\"0.000982\"\n\"2024-07-07T04:10:00.000Z\",\"0.000602\",\"0.001013\"\n\"2024-07-07T04:15:00.000Z\",\"0.000765\",\"0.001052\"\n\"2024-07-07T04:20:00.000Z\",\"0.000826\",\"0.001231\"\n\"2024-07-07T04:25:00.000Z\",\"0.000852\",\"0.001231\"\n\"2024-07-07T04:30:00.000Z\",\"0.000809\",\"0.001057\"\n\"2024-07-07T04:35:00.000Z\",\"0.000751\",\"0.001284\"\n\"2024-07-07T04:40:00.000Z\",\"0.000836\",\"0.001114\"\n\"2024-07-07T04:45:00.000Z\",\"0.000742\",\"0.001052\"\n\"2024-07-07T04:50:00.000Z\",\"0.000665\",\"0.001157\"\n\"2024-07-07T04:55:00.000Z\",\"0.00115\",\"0.001555\"\n\"2024-07-07T05:00:00.000Z\",\"0.001244\",\"0.001469\"\n\"2024-07-07T05:05:00.000Z\",\"0.001308\",\"0.001674\"\n\"2024-07-07T05:10:00.000Z\",\"0.001258\",\"0.001516\"\n\"2024-07-07T05:15:00.000Z\",\"0.001177\",\"0.001442\"\n\"2024-07-07T05:20:00.000Z\",\"0.001107\",\"0.001372\"\n\"2024-07-07T05:25:00.000Z\",\"0.001194\",\"0.00141\"\n\"2024-07-07T05:30:00.000Z\",\"0.001391\",\"0.001694\"\n\"2024-07-07T05:35:00.000Z\",\"0.001792\",\"0.002065\"\n\"2024-07-07T05:40:00.000Z\",\"0.001958\",\"0.002321\"\n\"2024-07-07T05:45:00.000Z\",\"0.002203\",\"0.002419\"\n\"2024-07-07T05:50:00.000Z\",\"0.001734\",\"0.001966\"\n\"2024-07-07T05:55:00.000Z\",\"0.001346\",\"0.001551\"\n\"2024-07-07T06:00:00.000Z\",\"0.001172\",\"0.001429\"\n\"2024-07-07T06:05:00.000Z\",\"0.001107\",\"0.001355\"\n\"2024-07-07T06:10:00.000Z\",\"0.001246\",\"0.001468\"\n\"2024-07-07T06:15:00.000Z\",\"0.001113\",\"0.001327\"\n\"2024-07-07T06:20:00.000Z\",\"0.00129\",\"0.001495\"\n\"2024-07-07T06:25:00.000Z\",\"0.001365\",\"0.002355\"\n\"2024-07-07T06:30:00.000Z\",\"0.001281\",\"0.001399\"\n\"2024-07-07T06:35:00.000Z\",\"0.000925\",\"0.001276\"\n\"2024-07-07T06:40:00.000Z\",\"0.000936\",\"0.001186\"\n\"2024-07-07T06:45:00.000Z\",\"0.001186\",\"0.001405\"\n\"2024-07-07T06:50:00.000Z\",\"0.001096\",\"0.00139\"\n\"2024-07-07T06:55:00.000Z\",\"0.001314\",\"0.001544\"\n\"2024-07-07T07:00:00.000Z\",\"0.001308\",\"0.001702\"\n\"2024-07-07T07:05:00.000Z\",\"0.001321\",\"0.001448\"\n\"2024-07-07T07:10:00.000Z\",\"0.001496\",\"0.00174\"\n\"2024-07-07T07:15:00.000Z\",\"0.001229\",\"0.001544\"\n\"2024-07-07T07:20:00.000Z\",\"0.001185\",\"0.001393\"\n\"2024-07-07T07:25:00.000Z\",\"0.001099\",\"0.001319\"\n\"2024-07-07T07:30:00.000Z\",\"0.00114\",\"0.001402\"\n\"2024-07-07T07:35:00.000Z\",\"0.002453\",\"0.002664\"\n\"2024-07-07T07:40:00.000Z\",\"0.005074\",\"0.005019\"\n\"2024-07-07T07:45:00.000Z\",\"0.004993\",\"0.005005\"\n\"2024-07-07T07:50:00.000Z\",\"0.005115\",\"0.004926\"\n\"2024-07-07T07:55:00.000Z\",\"0.005624\",\"0.005617\"\n\"2024-07-07T08:00:00.000Z\",\"0.005081\",\"0.00507\"\n\"2024-07-07T08:05:00.000Z\",\"0.005999\",\"0.005865\"\n\"2024-07-07T08:10:00.000Z\",\"0.00567\",\"0.005774\"\n\"2024-07-07T08:15:00.000Z\",\"0.005212\",\"0.00531\"\n\"2024-07-07T08:20:00.000Z\",\"0.002106\",\"0.002205\"\n\"2024-07-07T08:25:00.000Z\",\"0.001059\",\"0.001315\"\n\"2024-07-07T08:30:00.000Z\",\"0.002883\",\"0.003151\"\n\"2024-07-07T08:35:00.000Z\",\"0.001091\",\"0.001476\"\n\"2024-07-07T08:40:00.000Z\",\"0.001213\",\"0.001443\"\n\"2024-07-07T08:45:00.000Z\",\"0.001199\",\"0.001373\"\n\"2024-07-07T08:50:00.000Z\",\"0.001369\",\"0.001641\"\n\"2024-07-07T08:55:00.000Z\",\"0.001199\",\"0.001437\"\n\"2024-07-07T09:00:00.000Z\",\"0.001403\",\"0.001728\"\n\"2024-07-07T09:05:00.000Z\",\"0.001181\",\"0.001425\"\n\"2024-07-07T09:10:00.000Z\",\"0.001133\",\"0.001289\"\n\"2024-07-07T09:15:00.000Z\",\"0.001169\",\"0.001409\"\n\"2024-07-07T09:20:00.000Z\",\"0.001262\",\"0.001647\"\n\"2024-07-07T09:25:00.000Z\",\"0.0011\",\"0.001264\"\n\"2024-07-07T09:30:00.000Z\",\"0.001217\",\"0.001497\"\n\"2024-07-07T09:35:00.000Z\",\"0.001088\",\"0.00137\"\n\"2024-07-07T09:40:00.000Z\",\"0.000808\",\"0.001098\"\n\"2024-07-07T09:45:00.000Z\",\"0.001203\",\"0.001513\"\n\"2024-07-07T09:50:00.000Z\",\"0.001195\",\"0.001376\"\n\"2024-07-07T09:55:00.000Z\",\"0.001234\",\"0.001408\"\n\"2024-07-07T10:00:00.000Z\",\"0.001278\",\"0.001526\"\n\"2024-07-07T10:05:00.000Z\",\"0.001428\",\"0.001753\"\n\"2024-07-07T10:10:00.000Z\",\"0.001403\",\"0.001591\"\n\"2024-07-07T10:15:00.000Z\",\"0.002191\",\"0.002297\"\n\"2024-07-07T10:20:00.000Z\",\"0.001341\",\"0.00156\"\n\"2024-07-07T10:25:00.000Z\",\"0.001192\",\"0.001419\"\n\"2024-07-07T10:30:00.000Z\",\"0.00154\",\"0.001695\"\n\"2024-07-07T10:35:00.000Z\",\"0.001819\",\"0.002056\"\n\"2024-07-07T10:40:00.000Z\",\"0.001197\",\"0.001462\"\n\"2024-07-07T10:45:00.000Z\",\"0.001149\",\"0.001312\"\n\"2024-07-07T10:50:00.000Z\",\"0.001987\",\"0.002217\"\n\"2024-07-07T10:55:00.000Z\",\"0.001121\",\"0.001235\"\n\"2024-07-07T11:00:00.000Z\",\"0.001539\",\"0.001711\"\n\"2024-07-07T11:05:00.000Z\",\"0.00163\",\"0.001702\"\n\"2024-07-07T11:10:00.000Z\",\"0.001541\",\"0.001778\"\n\"2024-07-07T11:15:00.000Z\",\"0.001439\",\"0.001602\"\n\"2024-07-07T11:20:00.000Z\",\"0.001747\",\"0.001823\"\n\"2024-07-07T11:25:00.000Z\",\"0.001434\",\"0.00171\"\n\"2024-07-07T11:30:00.000Z\",\"0.001498\",\"0.001764\"\n\"2024-07-07T11:35:00.000Z\",\"0.00166\",\"0.001756\"\n\"2024-07-07T11:40:00.000Z\",\"0.001586\",\"0.001748\"\n\"2024-07-07T11:45:00.000Z\",\"0.001679\",\"0.001642\"\n\"2024-07-07T11:50:00.000Z\",\"0.001351\",\"0.001522\"\n\"2024-07-07T11:55:00.000Z\",\"0.001665\",\"0.001917\"\n\"2024-07-07T12:00:00.000Z\",\"0.002078\",\"0.002183\"\n\"2024-07-07T12:05:00.000Z\",\"0.001253\",\"0.001512\"\n\"2024-07-07T12:10:00.000Z\",\"0.001978\",\"0.001882\"\n\"2024-07-07T12:15:00.000Z\",\"0.001569\",\"0.001732\"\n\"2024-07-07T12:20:00.000Z\",\"0.001609\",\"0.001763\"\n\"2024-07-07T12:25:00.000Z\",\"0.001633\",\"0.001882\"\n\"2024-07-07T12:30:00.000Z\",\"0.001178\",\"0.001362\"\n\"2024-07-07T12:35:00.000Z\",\"0.001421\",\"0.001628\"\n\"2024-07-07T12:40:00.000Z\",\"0.001523\",\"0.001817\"\n\"2024-07-07T12:45:00.000Z\",\"0.00163\",\"0.001822\"\n\"2024-07-07T12:50:00.000Z\",\"0.001133\",\"0.001398\"\n\"2024-07-07T12:55:00.000Z\",\"0.001837\",\"0.001977\"\n\"2024-07-07T13:00:00.000Z\",\"0.003424\",\"0.003712\"\n\"2024-07-07T13:05:00.000Z\",\"0.00129\",\"0.001425\"\n\"2024-07-07T13:10:00.000Z\",\"0.001277\",\"0.001448\"\n\"2024-07-07T13:15:00.000Z\",\"0.001524\",\"0.001844\"\n\"2024-07-07T13:20:00.000Z\",\"0.001344\",\"0.001678\"\n\"2024-07-07T13:25:00.000Z\",\"0.001347\",\"0.001523\"\n\"2024-07-07T13:30:00.000Z\",\"0.001621\",\"0.001687\"\n\"2024-07-07T13:35:00.000Z\",\"0.001305\",\"0.001521\"\n\"2024-07-07T13:40:00.000Z\",\"0.001482\",\"0.001659\"\n\"2024-07-07T13:45:00.000Z\",\"0.001645\",\"0.001768\"\n\"2024-07-07T13:50:00.000Z\",\"0.001207\",\"0.001426\"\n\"2024-07-07T13:55:00.000Z\",\"0.001392\",\"0.001605\"\n\"2024-07-07T14:00:00.000Z\",\"0.001555\",\"0.00187\"\n\"2024-07-07T14:05:00.000Z\",\"0.001995\",\"0.002111\"\n\"2024-07-07T14:10:00.000Z\",\"0.001101\",\"0.001423\"\n\"2024-07-07T14:15:00.000Z\",\"0.001401\",\"0.001525\"\n\"2024-07-07T14:20:00.000Z\",\"0.001169\",\"0.001434\"\n\"2024-07-07T14:25:00.000Z\",\"0.002181\",\"0.002135\"\n\"2024-07-07T14:30:00.000Z\",\"0.001457\",\"0.001622\"\n\"2024-07-07T14:35:00.000Z\",\"0.001133\",\"0.001359\"\n\"2024-07-07T14:40:00.000Z\",\"0.00179\",\"0.001747\"\n\"2024-07-07T14:45:00.000Z\",\"0.001423\",\"0.001556\"\n\"2024-07-07T14:50:00.000Z\",\"0.001762\",\"0.00195\"\n\"2024-07-07T14:55:00.000Z\",\"0.001174\",\"0.001359\"\n\"2024-07-07T15:00:00.000Z\",\"0.001505\",\"0.001719\"\n\"2024-07-07T15:05:00.000Z\",\"0.001862\",\"0.002167\"\n\"2024-07-07T15:10:00.000Z\",\"0.001557\",\"0.001806\"\n\"2024-07-07T15:15:00.000Z\",\"0.001606\",\"0.001834\"\n\"2024-07-07T15:20:00.000Z\",\"0.002266\",\"0.002017\"\n\"2024-07-07T15:25:00.000Z\",\"0.001408\",\"0.001541\"\n\"2024-07-07T15:30:00.000Z\",\"0.001493\",\"0.001839\"\n\"2024-07-07T15:35:00.000Z\",\"0.001261\",\"0.001527\"\n\"2024-07-07T15:40:00.000Z\",\"0.001185\",\"0.001374\"\n\"2024-07-07T15:45:00.000Z\",\"0.001923\",\"0.001693\"\n\"2024-07-07T15:50:00.000Z\",\"0.001185\",\"0.001473\"\n\"2024-07-07T15:55:00.000Z\",\"0.00186\",\"0.002028\"\n\"2024-07-07T16:00:00.000Z\",\"0.001077\",\"0.001458\"\n\"2024-07-07T16:05:00.000Z\",\"0.001283\",\"0.001437\"\n\"2024-07-07T16:10:00.000Z\",\"0.001276\",\"0.001538\"\n\"2024-07-07T16:15:00.000Z\",\"0.0011\",\"0.001396\"\n\"2024-07-07T16:20:00.000Z\",\"0.001755\",\"0.001976\"\n\"2024-07-07T16:25:00.000Z\",\"0.001704\",\"0.001748\"\n\"2024-07-07T16:30:00.000Z\",\"0.001229\",\"0.001543\"\n\"2024-07-07T16:35:00.000Z\",\"0.002113\",\"0.002345\"\n\"2024-07-07T16:40:00.000Z\",\"0.001722\",\"0.001888\"\n\"2024-07-07T16:45:00.000Z\",\"0.001383\",\"0.001519\"\n\"2024-07-07T16:50:00.000Z\",\"0.001568\",\"0.001689\"\n\"2024-07-07T16:55:00.000Z\",\"0.001479\",\"0.001665\"\n\"2024-07-07T17:00:00.000Z\",\"0.001444\",\"0.001614\"\n\"2024-07-07T17:05:00.000Z\",\"0.001783\",\"0.002094\"\n\"2024-07-07T17:10:00.000Z\",\"0.001559\",\"0.001809\"\n\"2024-07-07T17:15:00.000Z\",\"0.001106\",\"0.001391\"\n\"2024-07-07T17:20:00.000Z\",\"0.001546\",\"0.001702\"\n\"2024-07-07T17:25:00.000Z\",\"0.001511\",\"0.001806\"\n\"2024-07-07T17:30:00.000Z\",\"0.001332\",\"0.001397\"\n\"2024-07-07T17:35:00.000Z\",\"0.001311\",\"0.001524\"\n\"2024-07-07T17:40:00.000Z\",\"0.001893\",\"0.00217\"\n\"2024-07-07T17:45:00.000Z\",\"0.001321\",\"0.001599\"\n\"2024-07-07T17:50:00.000Z\",\"0.001574\",\"0.001704\"\n\"2024-07-07T17:55:00.000Z\",\"0.002014\",\"0.002078\"\n\"2024-07-07T18:00:00.000Z\",\"0.001341\",\"0.001704\"\n\"2024-07-07T18:05:00.000Z\",\"0.001124\",\"0.001387\"\n\"2024-07-07T18:10:00.000Z\",\"0.001528\",\"0.001702\"\n\"2024-07-07T18:15:00.000Z\",\"0.001426\",\"0.001601\"\n\"2024-07-07T18:20:00.000Z\",\"0.001902\",\"0.002056\"\n\"2024-07-07T18:25:00.000Z\",\"0.001523\",\"0.001824\"\n\"2024-07-07T18:30:00.000Z\",\"0.001554\",\"0.001593\"\n\"2024-07-07T18:35:00.000Z\",\"0.001393\",\"0.001429\"\n\"2024-07-07T18:40:00.000Z\",\"0.001242\",\"0.001446\"\n\"2024-07-07T18:45:00.000Z\",\"0.002533\",\"0.002747\"\n\"2024-07-07T18:50:00.000Z\",\"0.00183\",\"0.002048\"\n\"2024-07-07T18:55:00.000Z\",\"0.002006\",\"0.002042\"\n\"2024-07-07T19:00:00.000Z\",\"0.001514\",\"0.001727\"\n\"2024-07-07T19:05:00.000Z\",\"0.001251\",\"0.001683\"\n\"2024-07-07T19:10:00.000Z\",\"0.001345\",\"0.001567\"\n\"2024-07-07T19:15:00.000Z\",\"0.001615\",\"0.001831\"\n\"2024-07-07T19:20:00.000Z\",\"0.001998\",\"0.002079\"\n\"2024-07-07T19:25:00.000Z\",\"0.001238\",\"0.001442\"\n\"2024-07-07T19:30:00.000Z\",\"0.002001\",\"0.001855\"\n\"2024-07-07T19:35:00.000Z\",\"0.001836\",\"0.001904\"\n\"2024-07-07T19:40:00.000Z\",\"0.00126\",\"0.001489\"\n\"2024-07-07T19:45:00.000Z\",\"0.001577\",\"0.001698\"\n\"2024-07-07T19:50:00.000Z\",\"0.001725\",\"0.001827\"\n\"2024-07-07T19:55:00.000Z\",\"0.003654\",\"0.004397\"\n\"2024-07-07T20:00:00.000Z\",\"0.001596\",\"0.001571\"\n\"2024-07-07T20:05:00.000Z\",\"0.001644\",\"0.001854\"\n\"2024-07-07T20:10:00.000Z\",\"0.00123\",\"0.00159\"\n\"2024-07-07T20:15:00.000Z\",\"0.001489\",\"0.001665\"\n\"2024-07-07T20:20:00.000Z\",\"0.001807\",\"0.001942\"\n\"2024-07-07T20:25:00.000Z\",\"0.001188\",\"0.001425\"\n\"2024-07-07T20:30:00.000Z\",\"0.001563\",\"0.001757\"\n\"2024-07-07T20:35:00.000Z\",\"0.001694\",\"0.001814\"\n\"2024-07-07T20:40:00.000Z\",\"0.001207\",\"0.001428\"\n\"2024-07-07T20:45:00.000Z\",\"0.00142\",\"0.001679\"\n\"2024-07-07T20:50:00.000Z\",\"0.001884\",\"0.002151\"\n\"2024-07-07T20:55:00.000Z\",\"0.001349\",\"0.001591\"\n\"2024-07-07T21:00:00.000Z\",\"0.001178\",\"0.001478\"\n\"2024-07-07T21:05:00.000Z\",\"0.002029\",\"0.002236\"\n\"2024-07-07T21:10:00.000Z\",\"0.001669\",\"0.001853\"\n\"2024-07-07T21:15:00.000Z\",\"0.001251\",\"0.001451\"\n\"2024-07-07T21:20:00.000Z\",\"0.001354\",\"0.001597\"\n\"2024-07-07T21:25:00.000Z\",\"0.001458\",\"0.001617\"\n\"2024-07-07T21:30:00.000Z\",\"0.001645\",\"0.001786\"\n\"2024-07-07T21:35:00.000Z\",\"0.001341\",\"0.001486\"\n\"2024-07-07T21:40:00.000Z\",\"0.001022\",\"0.001367\"\n\"2024-07-07T21:45:00.000Z\",\"0.00104\",\"0.001308\"\n\"2024-07-07T21:50:00.000Z\",\"0.001787\",\"0.00208\"\n\"2024-07-07T21:55:00.000Z\",\"0.00164\",\"0.001766\"\n\"2024-07-07T22:00:00.000Z\",\"0.001118\",\"0.001348\"\n\"2024-07-07T22:05:00.000Z\",\"0.001267\",\"0.001446\"\n\"2024-07-07T22:10:00.000Z\",\"0.001307\",\"0.001642\"\n\"2024-07-07T22:15:00.000Z\",\"0.001604\",\"0.001882\"\n\"2024-07-07T22:20:00.000Z\",\"0.002693\",\"0.003038\"\n\"2024-07-07T22:25:00.000Z\",\"0.001254\",\"0.001431\"\n\"2024-07-07T22:30:00.000Z\",\"0.001277\",\"0.001445\"\n\"2024-07-07T22:35:00.000Z\",\"0.001193\",\"0.001368\"\n\"2024-07-07T22:40:00.000Z\",\"0.001165\",\"0.001464\"\n\"2024-07-07T22:45:00.000Z\",\"0.001206\",\"0.001339\"\n\"2024-07-07T22:50:00.000Z\",\"0.001272\",\"0.001475\"\n\"2024-07-07T22:55:00.000Z\",\"0.00122\",\"0.001458\"\n\"2024-07-07T23:00:00.000Z\",\"0.001147\",\"0.001492\"\n\"2024-07-07T23:05:00.000Z\",\"0.001192\",\"0.001396\"\n\"2024-07-07T23:10:00.000Z\",\"0.001137\",\"0.00125\"\n\"2024-07-07T23:15:00.000Z\",\"0.001149\",\"0.001366\"\n\"2024-07-07T23:20:00.000Z\",\"0.001352\",\"0.001701\"\n\"2024-07-07T23:25:00.000Z\",\"0.001368\",\"0.001576\"\n\"2024-07-07T23:30:00.000Z\",\"0.001979\",\"0.002215\"\n\"2024-07-07T23:35:00.000Z\",\"0.002254\",\"0.002568\"\n\"2024-07-07T23:40:00.000Z\",\"0.001216\",\"0.001434\"\n\"2024-07-07T23:45:00.000Z\",\"0.00127\",\"0.001703\"\n\"2024-07-07T23:50:00.000Z\",\"0.001185\",\"0.00147\"\n\"2024-07-07T23:55:00.000Z\",\"0.001235\",\"0.001431\"\n\"2024-07-08T00:00:00.000Z\",\"0.001328\",\"0.001571\"\n\"2024-07-08T00:05:00.000Z\",\"0.001515\",\"0.001876\"\n\"2024-07-08T00:10:00.000Z\",\"0.00122\",\"0.001493\"\n\"2024-07-08T00:15:00.000Z\",\"0.001013\",\"0.001317\"\n\"2024-07-08T00:20:00.000Z\",\"0.001351\",\"0.001462\"\n\"2024-07-08T00:25:00.000Z\",\"0.001456\",\"0.001745\"\n\"2024-07-08T00:30:00.000Z\",\"0.001138\",\"0.001416\"\n\"2024-07-08T00:35:00.000Z\",\"0.003784\",\"0.00445\"\n\"2024-07-08T00:40:00.000Z\",\"0.004855\",\"0.004834\"\n\"2024-07-08T00:45:00.000Z\",\"0.005328\",\"0.005396\"\n\"2024-07-08T00:50:00.000Z\",\"0.005265\",\"0.005311\"\n\"2024-07-08T00:55:00.000Z\",\"0.005017\",\"0.005009\"\n\"2024-07-08T01:00:00.000Z\",\"0.00524\",\"0.00526\"\n\"2024-07-08T01:05:00.000Z\",\"0.005067\",\"0.005089\"\n\"2024-07-08T01:10:00.000Z\",\"0.005251\",\"0.005168\"\n\"2024-07-08T01:15:00.000Z\",\"0.005027\",\"0.005057\"\n\"2024-07-08T01:20:00.000Z\",\"0.002153\",\"0.002441\"\n\"2024-07-08T01:25:00.000Z\",\"0.001227\",\"0.001425\"\n\"2024-07-08T01:30:00.000Z\",\"0.001237\",\"0.001674\"\n\"2024-07-08T01:35:00.000Z\",\"0.001106\",\"0.001493\"\n\"2024-07-08T01:40:00.000Z\",\"0.001132\",\"0.001515\"\n\"2024-07-08T01:45:00.000Z\",\"0.001122\",\"0.001337\"\n\"2024-07-08T01:50:00.000Z\",\"0.003376\",\"0.003199\"\n\"2024-07-08T01:55:00.000Z\",\"0.00185\",\"0.002093\"\n\"2024-07-08T02:00:00.000Z\",\"0.00133\",\"0.001637\"\n\"2024-07-08T02:05:00.000Z\",\"0.001306\",\"0.001527\"\n\"2024-07-08T02:10:00.000Z\",\"0.001099\",\"0.001369\"\n\"2024-07-08T02:15:00.000Z\",\"0.001177\",\"0.001571\"\n\"2024-07-08T02:20:00.000Z\",\"0.001323\",\"0.001534\"\n\"2024-07-08T02:25:00.000Z\",\"0.002891\",\"0.003152\"\n\"2024-07-08T02:30:00.000Z\",\"0.00131\",\"0.001605\"\n\"2024-07-08T02:35:00.000Z\",\"0.001255\",\"0.001547\"\n\"2024-07-08T02:40:00.000Z\",\"0.001198\",\"0.001542\"\n\"2024-07-08T02:45:00.000Z\",\"0.001216\",\"0.00157\"\n\"2024-07-08T02:50:00.000Z\",\"0.001091\",\"0.001282\"\n\"2024-07-08T02:55:00.000Z\",\"0.001224\",\"0.001551\"\n\"2024-07-08T03:00:00.000Z\",\"0.001158\",\"0.001443\"\n\"2024-07-08T03:05:00.000Z\",\"0.001399\",\"0.001619\"\n\"2024-07-08T03:10:00.000Z\",\"0.001279\",\"0.00164\"\n\"2024-07-08T03:15:00.000Z\",\"0.00125\",\"0.001595\"\n\"2024-07-08T03:20:00.000Z\",\"0.001307\",\"0.00153\"\n\"2024-07-08T03:25:00.000Z\",\"0.001241\",\"0.001416\"\n\"2024-07-08T03:30:00.000Z\",\"0.00124\",\"0.001504\"\n\"2024-07-08T03:35:00.000Z\",\"0.001035\",\"0.001337\"\n\"2024-07-08T03:40:00.000Z\",\"0.000831\",\"0.001126\"\n\"2024-07-08T03:45:00.000Z\",\"0.000735\",\"0.000948\"\n\"2024-07-08T03:50:00.000Z\",\"0.000699\",\"0.001177\"\n\"2024-07-08T03:55:00.000Z\",\"0.000967\",\"0.001251\"\n\"2024-07-08T04:00:00.000Z\",\"0.000829\",\"0.001204\"\n\"2024-07-08T04:05:00.000Z\",\"0.000691\",\"0.001271\"\n\"2024-07-08T04:10:00.000Z\",\"0.000803\",\"0.001102\"\n\"2024-07-08T04:15:00.000Z\",\"0.000781\",\"0.000922\"\n\"2024-07-08T04:20:00.000Z\",\"0.000711\",\"0.001012\"\n\"2024-07-08T04:25:00.000Z\",\"0.00083\",\"0.001179\"\n\"2024-07-08T04:30:00.000Z\",\"0.000779\",\"0.001195\"\n\"2024-07-08T04:35:00.000Z\",\"0.000786\",\"0.001057\"\n\"2024-07-08T04:40:00.000Z\",\"0.000554\",\"0.000887\"\n\"2024-07-08T04:45:00.000Z\",\"0.00085\",\"0.001094\"\n\"2024-07-08T04:50:00.000Z\",\"0.000716\",\"0.000962\"\n\"2024-07-08T04:55:00.000Z\",\"0.000578\",\"0.000763\"\n\"2024-07-08T05:00:00.000Z\",\"0.000657\",\"0.001049\"\n\"2024-07-08T05:05:00.000Z\",\"0.000892\",\"0.001343\"\n\"2024-07-08T05:10:00.000Z\",\"0.000868\",\"0.001269\"\n\"2024-07-08T05:15:00.000Z\",\"0.000704\",\"0.001059\"\n\"2024-07-08T05:20:00.000Z\",\"0.00062\",\"0.000991\"\n\"2024-07-08T05:25:00.000Z\",\"0.00148\",\"0.001809\"\n\"2024-07-08T05:30:00.000Z\",\"0.001767\",\"0.002125\"\n\"2024-07-08T05:35:00.000Z\",\"0.000855\",\"0.001107\"\n\"2024-07-08T05:40:00.000Z\",\"0.000791\",\"0.001069\"\n\"2024-07-08T05:45:00.000Z\",\"0.000566\",\"0.000913\"\n\"2024-07-08T05:50:00.000Z\",\"0.000778\",\"0.001173\"\n\"2024-07-08T05:55:00.000Z\",\"0.000575\",\"0.000925\"\n\"2024-07-08T06:00:00.000Z\",\"0.000703\",\"0.001054\"\n\"2024-07-08T06:05:00.000Z\",\"0.000935\",\"0.001251\"\n\"2024-07-08T06:10:00.000Z\",\"0.001261\",\"0.00154\"\n\"2024-07-08T06:15:00.000Z\",\"0.001107\",\"0.00135\"\n\"2024-07-08T06:20:00.000Z\",\"0.00111\",\"0.001352\"\n\"2024-07-08T06:25:00.000Z\",\"0.001307\",\"0.001496\"\n\"2024-07-08T06:30:00.000Z\",\"0.001161\",\"0.001509\"\n\"2024-07-08T06:35:00.000Z\",\"0.001066\",\"0.00122\"\n\"2024-07-08T06:40:00.000Z\",\"0.00117\",\"0.001421\"\n\"2024-07-08T06:45:00.000Z\",\"0.00099\",\"0.001216\"\n\"2024-07-08T06:50:00.000Z\",\"0.000914\",\"0.001223\"\n\"2024-07-08T06:55:00.000Z\",\"0.000975\",\"0.001288\"\n\"2024-07-08T07:00:00.000Z\",\"0.000991\",\"0.00112\"\n\"2024-07-08T07:05:00.000Z\",\"0.000978\",\"0.001272\"\n\"2024-07-08T07:10:00.000Z\",\"0.000986\",\"0.001158\"\n\"2024-07-08T07:15:00.000Z\",\"0.001108\",\"0.001323\"\n\"2024-07-08T07:20:00.000Z\",\"0.000759\",\"0.001037\"\n\"2024-07-08T07:25:00.000Z\",\"0.000829\",\"0.00098\"\n\"2024-07-08T07:30:00.000Z\",\"0.001124\",\"0.001404\"\n\"2024-07-08T07:35:00.000Z\",\"0.001101\",\"0.001377\"\n\"2024-07-08T07:40:00.000Z\",\"0.001279\",\"0.001507\"\n\"2024-07-08T07:45:00.000Z\",\"0.001067\",\"0.001305\"\n\"2024-07-08T07:50:00.000Z\",\"0.001232\",\"0.001466\"\n\"2024-07-08T07:55:00.000Z\",\"0.001089\",\"0.001302\"\n\"2024-07-08T08:00:00.000Z\",\"0.001397\",\"0.00174\"\n\"2024-07-08T08:05:00.000Z\",\"0.001244\",\"0.001518\"\n\"2024-07-08T08:10:00.000Z\",\"0.001282\",\"0.001535\"\n\"2024-07-08T08:15:00.000Z\",\"0.002257\",\"0.002437\"\n\"2024-07-08T08:20:00.000Z\",\"0.002031\",\"0.002457\"\n\"2024-07-08T08:25:00.000Z\",\"0.001219\",\"0.001445\"\n\"2024-07-08T08:30:00.000Z\",\"0.00118\",\"0.001332\"\n\"2024-07-08T08:35:00.000Z\",\"0.001142\",\"0.001455\"\n\"2024-07-08T08:40:00.000Z\",\"0.00112\",\"0.001429\"\n\"2024-07-08T08:45:00.000Z\",\"0.001356\",\"0.001617\"\n\"2024-07-08T08:50:00.000Z\",\"0.001544\",\"0.001809\"\n\"2024-07-08T08:55:00.000Z\",\"0.001127\",\"0.001348\"\n\"2024-07-08T09:00:00.000Z\",\"0.001212\",\"0.001366\"\n\"2024-07-08T09:05:00.000Z\",\"0.001165\",\"0.001456\"\n\"2024-07-08T09:10:00.000Z\",\"0.00117\",\"0.001393\"\n\"2024-07-08T09:15:00.000Z\",\"0.001118\",\"0.001369\"\n\"2024-07-08T09:20:00.000Z\",\"0.001183\",\"0.001384\"\n\"2024-07-08T09:25:00.000Z\",\"0.001302\",\"0.001524\"\n\"2024-07-08T09:30:00.000Z\",\"0.001365\",\"0.001522\"\n\"2024-07-08T09:35:00.000Z\",\"0.001228\",\"0.001572\"\n\"2024-07-08T09:40:00.000Z\",\"0.001271\",\"0.001434\"\n\"2024-07-08T09:45:00.000Z\",\"0.001113\",\"0.001455\"\n\"2024-07-08T09:50:00.000Z\",\"0.001103\",\"0.001282\"\n\"2024-07-08T09:55:00.000Z\",\"0.001222\",\"0.001461\"\n\"2024-07-08T10:00:00.000Z\",\"0.001237\",\"0.001415\"\n\"2024-07-08T10:05:00.000Z\",\"0.001269\",\"0.001403\"\n\"2024-07-08T10:10:00.000Z\",\"0.001028\",\"0.001418\"\n\"2024-07-08T10:15:00.000Z\",\"0.001494\",\"0.001873\"\n\"2024-07-08T10:20:00.000Z\",\"0.001284\",\"0.00158\"\n\"2024-07-08T10:25:00.000Z\",\"0.002067\",\"0.002347\"\n\"2024-07-08T10:30:00.000Z\",\"0.001365\",\"0.001692\"\n\"2024-07-08T10:35:00.000Z\",\"0.001411\",\"0.00167\"\n\"2024-07-08T10:40:00.000Z\",\"0.001557\",\"0.001793\"\n\"2024-07-08T10:45:00.000Z\",\"0.00139\",\"0.001749\"\n\"2024-07-08T10:50:00.000Z\",\"0.001343\",\"0.001597\"\n\"2024-07-08T10:55:00.000Z\",\"0.00205\",\"0.002281\"\n\"2024-07-08T11:00:00.000Z\",\"0.001103\",\"0.001417\"\n\"2024-07-08T11:05:00.000Z\",\"0.001743\",\"0.001942\"\n\"2024-07-08T11:10:00.000Z\",\"0.002334\",\"0.002178\"\n\"2024-07-08T11:15:00.000Z\",\"0.001668\",\"0.001827\"\n\"2024-07-08T11:20:00.000Z\",\"0.003059\",\"0.003108\"\n\"2024-07-08T11:25:00.000Z\",\"0.006211\",\"0.005868\"\n\"2024-07-08T11:30:00.000Z\",\"0.0068\",\"0.006386\"\n\"2024-07-08T11:35:00.000Z\",\"0.004529\",\"0.004281\"\n\"2024-07-08T11:40:00.000Z\",\"0.002082\",\"0.002225\"\n\"2024-07-08T11:45:00.000Z\",\"0.002753\",\"0.002942\"\n\"2024-07-08T11:50:00.000Z\",\"0.005359\",\"0.005339\"\n\"2024-07-08T11:55:00.000Z\",\"0.005449\",\"0.005475\"\n\"2024-07-08T12:00:00.000Z\",\"0.007115\",\"0.007154\"\n\"2024-07-08T12:05:00.000Z\",\"0.00541\",\"0.005417\"\n\"2024-07-08T12:10:00.000Z\",\"0.005314\",\"0.005273\"\n\"2024-07-08T12:15:00.000Z\",\"0.005106\",\"0.005045\"\n\"2024-07-08T12:20:00.000Z\",\"0.005449\",\"0.005293\"\n\"2024-07-08T12:25:00.000Z\",\"0.005972\",\"0.005738\"\n\"2024-07-08T12:30:00.000Z\",\"0.002663\",\"0.002799\"\n\"2024-07-08T12:35:00.000Z\",\"0.001319\",\"0.001535\"\n\"2024-07-08T12:40:00.000Z\",\"0.00208\",\"0.00235\"\n\"2024-07-08T12:45:00.000Z\",\"0.001552\",\"0.001728\"\n\"2024-07-08T12:50:00.000Z\",\"0.000987\",\"0.001033\"\n\"2024-07-08T12:55:00.000Z\",\"0.001736\",\"0.001909\"\n\"2024-07-08T13:00:00.000Z\",\"0.001395\",\"0.001602\"\n\"2024-07-08T13:05:00.000Z\",\"0.001254\",\"0.001512\"\n\"2024-07-08T13:10:00.000Z\",\"0.001874\",\"0.001909\"\n\"2024-07-08T13:15:00.000Z\",\"0.001217\",\"0.00144\"\n\"2024-07-08T13:20:00.000Z\",\"0.001623\",\"0.00178\"\n\"2024-07-08T13:25:00.000Z\",\"0.002055\",\"0.002034\"\n\"2024-07-08T13:30:00.000Z\",\"0.002336\",\"0.002375\"\n\"2024-07-08T13:35:00.000Z\",\"0.001289\",\"0.001444\"\n\"2024-07-08T13:40:00.000Z\",\"0.00199\",\"0.002016\"\n\"2024-07-08T13:45:00.000Z\",\"0.002016\",\"0.002\"\n\"2024-07-08T13:50:00.000Z\",\"0.001418\",\"0.001578\"\n\"2024-07-08T13:55:00.000Z\",\"0.00186\",\"0.002054\"\n\"2024-07-08T14:00:00.000Z\",\"0.002102\",\"0.002352\"\n\"2024-07-08T14:05:00.000Z\",\"0.001379\",\"0.001629\"\n\"2024-07-08T14:10:00.000Z\",\"0.001552\",\"0.001753\"\n\"2024-07-08T14:15:00.000Z\",\"0.001675\",\"0.001926\"\n\"2024-07-08T14:20:00.000Z\",\"0.001613\",\"0.001839\"\n\"2024-07-08T14:25:00.000Z\",\"0.001919\",\"0.001965\"\n\"2024-07-08T14:30:00.000Z\",\"0.001689\",\"0.001986\"\n\"2024-07-08T14:35:00.000Z\",\"0.00146\",\"0.001652\"\n\"2024-07-08T14:40:00.000Z\",\"0.002066\",\"0.002241\"\n\"2024-07-08T14:45:00.000Z\",\"0.001529\",\"0.001686\"\n\"2024-07-08T14:50:00.000Z\",\"0.001605\",\"0.001693\"\n\"2024-07-08T14:55:00.000Z\",\"0.001934\",\"0.002016\"\n\"2024-07-08T15:00:00.000Z\",\"0.001545\",\"0.001655\"\n\"2024-07-08T15:05:00.000Z\",\"0.001993\",\"0.002056\"\n\"2024-07-08T15:10:00.000Z\",\"0.001341\",\"0.001631\"\n\"2024-07-08T15:15:00.000Z\",\"0.001455\",\"0.00183\"\n\"2024-07-08T15:20:00.000Z\",\"0.001986\",\"0.002113\"\n\"2024-07-08T15:25:00.000Z\",\"0.001484\",\"0.001702\"\n\"2024-07-08T15:30:00.000Z\",\"0.00124\",\"0.00137\"\n\"2024-07-08T15:35:00.000Z\",\"0.001968\",\"0.002081\"\n\"2024-07-08T15:40:00.000Z\",\"0.001449\",\"0.001598\"\n\"2024-07-08T15:45:00.000Z\",\"0.001367\",\"0.00149\"\n\"2024-07-08T15:50:00.000Z\",\"0.001638\",\"0.001652\"\n\"2024-07-08T15:55:00.000Z\",\"0.001015\",\"0.001212\"\n\"2024-07-08T16:00:00.000Z\",\"0.002933\",\"0.003132\"\n\"2024-07-08T16:05:00.000Z\",\"0.002249\",\"0.002431\"\n\"2024-07-08T16:10:00.000Z\",\"0.00232\",\"0.002234\"\n\"2024-07-08T16:15:00.000Z\",\"0.001206\",\"0.001372\"\n\"2024-07-08T16:20:00.000Z\",\"0.001404\",\"0.001888\"\n\"2024-07-08T16:25:00.000Z\",\"0.002241\",\"0.002676\"\n\"2024-07-08T16:30:00.000Z\",\"0.00217\",\"0.002673\"\n\"2024-07-08T16:35:00.000Z\",\"0.001396\",\"0.001809\"\n\"2024-07-08T16:40:00.000Z\",\"0.001345\",\"0.001777\"\n\"2024-07-08T16:45:00.000Z\",\"0.001437\",\"0.001814\"\n\"2024-07-08T16:50:00.000Z\",\"0.001238\",\"0.001601\"\n\"2024-07-08T16:55:00.000Z\",\"0.001248\",\"0.0017\"\n\"2024-07-08T17:00:00.000Z\",\"0.001323\",\"0.001577\"\n\"2024-07-08T17:05:00.000Z\",\"0.001433\",\"0.001832\"\n\"2024-07-08T17:10:00.000Z\",\"0.001322\",\"0.001528\"\n\"2024-07-08T17:15:00.000Z\",\"0.001241\",\"0.00152\"\n\"2024-07-08T17:20:00.000Z\",\"0.001436\",\"0.001532\"\n\"2024-07-08T17:25:00.000Z\",\"0.001438\",\"0.001695\"\n\"2024-07-08T17:30:00.000Z\",\"0.001428\",\"0.001531\"\n\"2024-07-08T17:35:00.000Z\",\"0.001152\",\"0.001265\"\n\"2024-07-08T17:40:00.000Z\",\"0.001302\",\"0.001504\"\n\"2024-07-08T17:45:00.000Z\",\"0.001442\",\"0.001679\"\n\"2024-07-08T17:50:00.000Z\",\"0.001704\",\"0.001933\"\n\"2024-07-08T17:55:00.000Z\",\"0.003077\",\"0.003152\"\n\"2024-07-08T18:00:00.000Z\",\"0.002752\",\"0.002811\"\n\"2024-07-08T18:05:00.000Z\",\"0.001356\",\"0.001512\"\n\"2024-07-08T18:10:00.000Z\",\"0.001492\",\"0.001735\"\n\"2024-07-08T18:15:00.000Z\",\"0.001271\",\"0.001523\"\n\"2024-07-08T18:20:00.000Z\",\"0.00148\",\"0.001861\"\n\"2024-07-08T18:25:00.000Z\",\"0.00126\",\"0.001613\"\n\"2024-07-08T18:30:00.000Z\",\"0.001499\",\"0.001763\"\n\"2024-07-08T18:35:00.000Z\",\"0.001424\",\"0.001641\"\n\"2024-07-08T18:40:00.000Z\",\"0.001281\",\"0.001493\"\n\"2024-07-08T18:45:00.000Z\",\"0.001356\",\"0.001604\"\n\"2024-07-08T18:50:00.000Z\",\"0.00097\",\"0.001277\"\n\"2024-07-08T18:55:00.000Z\",\"0.001503\",\"0.001705\"\n\"2024-07-08T19:00:00.000Z\",\"0.001286\",\"0.001475\"\n\"2024-07-08T19:05:00.000Z\",\"0.00135\",\"0.001492\"\n\"2024-07-08T19:10:00.000Z\",\"0.00136\",\"0.001555\"\n\"2024-07-08T19:15:00.000Z\",\"0.001303\",\"0.001449\"\n\"2024-07-08T19:20:00.000Z\",\"0.001285\",\"0.001423\"\n\"2024-07-08T19:25:00.000Z\",\"0.001272\",\"0.001469\"\n\"2024-07-08T19:30:00.000Z\",\"0.001507\",\"0.001658\"\n\"2024-07-08T19:35:00.000Z\",\"0.005101\",\"0.005007\"\n\"2024-07-08T19:40:00.000Z\",\"0.003491\",\"0.003526\"\n\"2024-07-08T19:45:00.000Z\",\"0.001348\",\"0.001517\"\n\"2024-07-08T19:50:00.000Z\",\"0.001349\",\"0.001524\"\n\"2024-07-08T19:55:00.000Z\",\"0.001378\",\"0.001588\"\n\"2024-07-08T20:00:00.000Z\",\"0.001243\",\"0.001581\"\n\"2024-07-08T20:05:00.000Z\",\"0.001429\",\"0.001744\"\n\"2024-07-08T20:10:00.000Z\",\"0.00133\",\"0.001531\"\n\"2024-07-08T20:15:00.000Z\",\"0.001445\",\"0.001874\"\n\"2024-07-08T20:20:00.000Z\",\"0.001391\",\"0.001734\"\n\"2024-07-08T20:25:00.000Z\",\"0.001364\",\"0.001503\"\n\"2024-07-08T20:30:00.000Z\",\"0.001331\",\"0.0015\"\n\"2024-07-08T20:35:00.000Z\",\"0.001314\",\"0.001468\"\n\"2024-07-08T20:40:00.000Z\",\"0.001755\",\"0.001948\"\n\"2024-07-08T20:45:00.000Z\",\"0.001337\",\"0.001477\"\n\"2024-07-08T20:50:00.000Z\",\"0.001275\",\"0.001521\"\n\"2024-07-08T20:55:00.000Z\",\"0.001368\",\"0.001543\"\n\"2024-07-08T21:00:00.000Z\",\"0.001423\",\"0.001673\"\n\"2024-07-08T21:05:00.000Z\",\"0.001609\",\"0.001928\"\n\"2024-07-08T21:10:00.000Z\",\"0.00139\",\"0.001541\"\n\"2024-07-08T21:15:00.000Z\",\"0.001437\",\"0.00163\"\n\"2024-07-08T21:20:00.000Z\",\"0.001178\",\"0.001429\"\n\"2024-07-08T21:25:00.000Z\",\"0.0015\",\"0.001691\"\n\"2024-07-08T21:30:00.000Z\",\"0.002892\",\"0.003096\"\n\"2024-07-08T21:35:00.000Z\",\"0.001318\",\"0.001472\"\n\"2024-07-08T21:40:00.000Z\",\"0.001209\",\"0.0015\"\n\"2024-07-08T21:45:00.000Z\",\"0.00129\",\"0.00148\"\n\"2024-07-08T21:50:00.000Z\",\"0.000911\",\"0.001248\"\n\"2024-07-08T21:55:00.000Z\",\"0.001334\",\"0.001381\"\n\"2024-07-08T22:00:00.000Z\",\"0.00124\",\"0.001434\"\n\"2024-07-08T22:05:00.000Z\",\"0.001403\",\"0.001555\"\n\"2024-07-08T22:10:00.000Z\",\"0.001617\",\"0.001846\"\n\"2024-07-08T22:15:00.000Z\",\"0.001329\",\"0.001541\"\n\"2024-07-08T22:20:00.000Z\",\"0.001346\",\"0.001538\"\n\"2024-07-08T22:25:00.000Z\",\"0.001313\",\"0.00155\"\n\"2024-07-08T22:30:00.000Z\",\"0.001298\",\"0.0015\"\n\"2024-07-08T22:35:00.000Z\",\"0.001303\",\"0.001525\"\n\"2024-07-08T22:40:00.000Z\",\"0.001231\",\"0.001435\"\n\"2024-07-08T22:45:00.000Z\",\"0.001388\",\"0.001599\"\n\"2024-07-08T22:50:00.000Z\",\"0.001364\",\"0.001585\"\n\"2024-07-08T22:55:00.000Z\",\"0.001367\",\"0.001615\"\n\"2024-07-08T23:00:00.000Z\",\"0.001301\",\"0.001525\"\n\"2024-07-08T23:05:00.000Z\",\"0.001201\",\"0.001511\"\n\"2024-07-08T23:10:00.000Z\",\"0.001395\",\"0.001559\"\n\"2024-07-08T23:15:00.000Z\",\"0.00224\",\"0.00227\"\n\"2024-07-08T23:20:00.000Z\",\"0.00231\",\"0.002201\"\n\"2024-07-08T23:25:00.000Z\",\"0.002269\",\"0.002219\"\n\"2024-07-08T23:30:00.000Z\",\"0.002261\",\"0.00224\"\n\"2024-07-08T23:35:00.000Z\",\"0.001992\",\"0.002255\"\n\"2024-07-08T23:40:00.000Z\",\"0.001402\",\"0.001548\"\n\"2024-07-08T23:45:00.000Z\",\"0.001291\",\"0.00149\"\n\"2024-07-08T23:50:00.000Z\",\"0.001405\",\"0.001547\"\n\"2024-07-08T23:55:00.000Z\",\"0.001202\",\"0.001633\"\n\"2024-07-09T00:00:00.000Z\",\"0.001419\",\"0.001558\"\n\"2024-07-09T00:05:00.000Z\",\"0.001474\",\"0.001713\"\n\"2024-07-09T00:10:00.000Z\",\"0.001487\",\"0.001662\"\n\"2024-07-09T00:15:00.000Z\",\"0.001345\",\"0.00147\"\n\"2024-07-09T00:20:00.000Z\",\"0.001197\",\"0.001444\"\n\"2024-07-09T00:25:00.000Z\",\"0.003085\",\"0.003361\"\n\"2024-07-09T00:30:00.000Z\",\"0.001423\",\"0.001578\"\n\"2024-07-09T00:35:00.000Z\",\"0.00135\",\"0.001512\"\n\"2024-07-09T00:40:00.000Z\",\"0.001663\",\"0.002036\"\n\"2024-07-09T00:45:00.000Z\",\"0.001617\",\"0.00218\"\n\"2024-07-09T00:50:00.000Z\",\"0.00096\",\"0.001125\"\n\"2024-07-09T00:55:00.000Z\",\"0.001012\",\"0.00115\"\n\"2024-07-09T01:00:00.000Z\",\"0.001116\",\"0.001346\"\n\"2024-07-09T01:05:00.000Z\",\"0.001191\",\"0.001492\"\n\"2024-07-09T01:10:00.000Z\",\"0.001255\",\"0.001475\"\n\"2024-07-09T01:15:00.000Z\",\"0.001405\",\"0.001555\"\n\"2024-07-09T01:20:00.000Z\",\"0.001615\",\"0.001889\"\n\"2024-07-09T01:25:00.000Z\",\"0.001327\",\"0.001574\"\n\"2024-07-09T01:30:00.000Z\",\"0.001273\",\"0.001473\"\n\"2024-07-09T01:35:00.000Z\",\"0.001328\",\"0.001565\"\n\"2024-07-09T01:40:00.000Z\",\"0.001367\",\"0.001683\"\n\"2024-07-09T01:45:00.000Z\",\"0.00139\",\"0.001542\"\n\"2024-07-09T01:50:00.000Z\",\"0.001061\",\"0.001343\"\n\"2024-07-09T01:55:00.000Z\",\"0.001477\",\"0.00164\"\n\"2024-07-09T02:00:00.000Z\",\"0.00133\",\"0.001473\"\n\"2024-07-09T02:05:00.000Z\",\"0.001445\",\"0.001744\"\n\"2024-07-09T02:10:00.000Z\",\"0.001257\",\"0.001587\"\n\"2024-07-09T02:15:00.000Z\",\"0.001291\",\"0.001459\"\n\"2024-07-09T02:20:00.000Z\",\"0.001191\",\"0.001412\"\n\"2024-07-09T02:25:00.000Z\",\"0.001333\",\"0.001576\"\n\"2024-07-09T02:30:00.000Z\",\"0.002304\",\"0.002591\"\n\"2024-07-09T02:35:00.000Z\",\"0.001921\",\"0.002078\"\n\"2024-07-09T02:40:00.000Z\",\"0.001148\",\"0.001362\"\n\"2024-07-09T02:45:00.000Z\",\"0.001182\",\"0.001356\"\n\"2024-07-09T02:50:00.000Z\",\"0.001435\",\"0.001591\"\n\"2024-07-09T02:55:00.000Z\",\"0.001258\",\"0.001398\"\n\"2024-07-09T03:00:00.000Z\",\"0.001248\",\"0.001532\"\n\"2024-07-09T03:05:00.000Z\",\"0.001117\",\"0.001462\"\n\"2024-07-09T03:10:00.000Z\",\"0.001501\",\"0.001861\"\n\"2024-07-09T03:15:00.000Z\",\"0.001312\",\"0.001488\"\n\"2024-07-09T03:20:00.000Z\",\"0.001335\",\"0.001652\"\n\"2024-07-09T03:25:00.000Z\",\"0.002013\",\"0.002186\"\n\"2024-07-09T03:30:00.000Z\",\"0.001266\",\"0.001569\"\n\"2024-07-09T03:35:00.000Z\",\"0.00131\",\"0.001525\"\n\"2024-07-09T03:40:00.000Z\",\"0.001239\",\"0.001431\"\n\"2024-07-09T03:45:00.000Z\",\"0.000776\",\"0.001118\"\n\"2024-07-09T03:50:00.000Z\",\"0.000925\",\"0.001216\"\n\"2024-07-09T03:55:00.000Z\",\"0.002311\",\"0.002362\"\n\"2024-07-09T04:00:00.000Z\",\"0.001382\",\"0.001665\"\n\"2024-07-09T04:05:00.000Z\",\"0.000828\",\"0.001152\"\n\"2024-07-09T04:10:00.000Z\",\"0.000826\",\"0.001198\"\n\"2024-07-09T04:15:00.000Z\",\"0.001079\",\"0.001328\"\n\"2024-07-09T04:20:00.000Z\",\"0.001044\",\"0.001191\"\n\"2024-07-09T04:25:00.000Z\",\"0.001351\",\"0.001654\"\n\"2024-07-09T04:30:00.000Z\",\"0.001412\",\"0.001724\"\n\"2024-07-09T04:35:00.000Z\",\"0.001685\",\"0.001919\"\n\"2024-07-09T04:40:00.000Z\",\"0.001334\",\"0.00159\"\n\"2024-07-09T04:45:00.000Z\",\"0.001429\",\"0.001526\"\n\"2024-07-09T04:50:00.000Z\",\"0.001302\",\"0.001539\"\n\"2024-07-09T04:55:00.000Z\",\"0.001322\",\"0.001536\"\n\"2024-07-09T05:00:00.000Z\",\"0.00146\",\"0.001811\"\n\"2024-07-09T05:05:00.000Z\",\"0.00147\",\"0.001651\"\n\"2024-07-09T05:10:00.000Z\",\"0.001226\",\"0.00149\"\n\"2024-07-09T05:15:00.000Z\",\"0.001474\",\"0.001659\"\n\"2024-07-09T05:20:00.000Z\",\"0.00154\",\"0.001709\"\n\"2024-07-09T05:25:00.000Z\",\"0.001432\",\"0.001518\"\n\"2024-07-09T05:30:00.000Z\",\"0.001299\",\"0.001575\"\n\"2024-07-09T05:35:00.000Z\",\"0.001302\",\"0.001538\"\n\"2024-07-09T05:40:00.000Z\",\"0.001282\",\"0.001518\"\n\"2024-07-09T05:45:00.000Z\",\"0.001311\",\"0.001455\"\n\"2024-07-09T05:50:00.000Z\",\"0.001452\",\"0.001723\"\n\"2024-07-09T05:55:00.000Z\",\"0.001182\",\"0.001396\"\n\"2024-07-09T06:00:00.000Z\",\"0.001237\",\"0.001455\"\n\"2024-07-09T06:05:00.000Z\",\"0.001448\",\"0.001733\"\n\"2024-07-09T06:10:00.000Z\",\"0.001402\",\"0.001697\"\n\"2024-07-09T06:15:00.000Z\",\"0.001232\",\"0.001395\"\n\"2024-07-09T06:20:00.000Z\",\"0.001327\",\"0.001537\"\n\"2024-07-09T06:25:00.000Z\",\"0.001401\",\"0.00163\"\n\"2024-07-09T06:30:00.000Z\",\"0.001522\",\"0.001724\"\n\"2024-07-09T06:35:00.000Z\",\"0.001179\",\"0.00138\"\n\"2024-07-09T06:40:00.000Z\",\"0.001332\",\"0.001397\"\n\"2024-07-09T06:45:00.000Z\",\"0.001262\",\"0.001425\"\n\"2024-07-09T06:50:00.000Z\",\"0.001268\",\"0.001424\"\n\"2024-07-09T06:55:00.000Z\",\"0.001171\",\"0.001479\"\n\"2024-07-09T07:00:00.000Z\",\"0.001271\",\"0.001345\"\n\"2024-07-09T07:05:00.000Z\",\"0.001401\",\"0.001704\"\n\"2024-07-09T07:10:00.000Z\",\"0.001327\",\"0.001718\"\n\"2024-07-09T07:15:00.000Z\",\"0.001421\",\"0.001661\"\n\"2024-07-09T07:20:00.000Z\",\"0.001363\",\"0.001514\"\n\"2024-07-09T07:25:00.000Z\",\"0.001239\",\"0.001443\"\n\"2024-07-09T07:30:00.000Z\",\"0.001098\",\"0.001429\"\n\"2024-07-09T07:35:00.000Z\",\"0.001222\",\"0.001502\"\n\"2024-07-09T07:40:00.000Z\",\"0.001347\",\"0.001678\"\n\"2024-07-09T07:45:00.000Z\",\"0.001411\",\"0.001633\"\n\"2024-07-09T07:50:00.000Z\",\"0.00143\",\"0.001665\"\n\"2024-07-09T07:55:00.000Z\",\"0.001288\",\"0.001463\"\n\"2024-07-09T08:00:00.000Z\",\"0.001195\",\"0.001452\"\n\"2024-07-09T08:05:00.000Z\",\"0.001282\",\"0.001396\"\n\"2024-07-09T08:10:00.000Z\",\"0.001242\",\"0.001449\"\n\"2024-07-09T08:15:00.000Z\",\"0.001568\",\"0.001807\"\n\"2024-07-09T08:20:00.000Z\",\"0.001342\",\"0.001473\"\n\"2024-07-09T08:25:00.000Z\",\"0.001196\",\"0.001441\"\n\"2024-07-09T08:30:00.000Z\",\"0.001196\",\"0.001436\"\n\"2024-07-09T08:35:00.000Z\",\"0.001226\",\"0.001555\"\n\"2024-07-09T08:40:00.000Z\",\"0.001377\",\"0.001488\"\n\"2024-07-09T08:45:00.000Z\",\"0.001223\",\"0.001506\"\n\"2024-07-09T08:50:00.000Z\",\"0.001583\",\"0.00173\"\n\"2024-07-09T08:55:00.000Z\",\"0.001387\",\"0.001615\"\n\"2024-07-09T09:00:00.000Z\",\"0.001217\",\"0.001476\"\n\"2024-07-09T09:05:00.000Z\",\"0.001287\",\"0.001423\"\n\"2024-07-09T09:10:00.000Z\",\"0.001231\",\"0.001353\"\n\"2024-07-09T09:15:00.000Z\",\"0.001277\",\"0.001465\"\n\"2024-07-09T09:20:00.000Z\",\"0.001255\",\"0.001535\"\n\"2024-07-09T09:25:00.000Z\",\"0.001174\",\"0.001344\"\n\"2024-07-09T09:30:00.000Z\",\"0.001331\",\"0.00155\"\n\"2024-07-09T09:35:00.000Z\",\"0.001343\",\"0.001558\"\n\"2024-07-09T09:40:00.000Z\",\"0.004982\",\"0.005011\"\n\"2024-07-09T09:45:00.000Z\",\"0.005037\",\"0.005073\"\n\"2024-07-09T09:50:00.000Z\",\"0.005056\",\"0.004988\"\n\"2024-07-09T09:55:00.000Z\",\"0.004243\",\"0.004306\"\n\"2024-07-09T10:00:00.000Z\",\"0.002255\",\"0.00259\"\n\"2024-07-09T10:05:00.000Z\",\"0.002285\",\"0.002398\"\n\"2024-07-09T10:10:00.000Z\",\"0.003062\",\"0.003215\"\n\"2024-07-09T10:15:00.000Z\",\"0.002307\",\"0.002487\"\n\"2024-07-09T10:20:00.000Z\",\"0.002552\",\"0.002733\"\n\"2024-07-09T10:25:00.000Z\",\"0.002373\",\"0.003096\"\n\"2024-07-09T10:30:00.000Z\",\"0.002354\",\"0.002446\"\n\"2024-07-09T10:35:00.000Z\",\"0.002487\",\"0.002647\"\n\"2024-07-09T10:40:00.000Z\",\"0.002533\",\"0.002668\"\n\"2024-07-09T10:45:00.000Z\",\"0.001785\",\"0.002004\"\n\"2024-07-09T10:50:00.000Z\",\"0.003044\",\"0.003028\"\n\"2024-07-09T10:55:00.000Z\",\"0.002385\",\"0.002665\"\n\"2024-07-09T11:00:00.000Z\",\"0.002122\",\"0.002279\"\n\"2024-07-09T11:05:00.000Z\",\"0.002649\",\"0.002768\"\n\"2024-07-09T11:10:00.000Z\",\"0.002934\",\"0.003149\"\n\"2024-07-09T11:15:00.000Z\",\"0.002628\",\"0.002667\"\n\"2024-07-09T11:20:00.000Z\",\"0.003293\",\"0.003457\"\n\"2024-07-09T11:25:00.000Z\",\"0.002476\",\"0.002727\"\n\"2024-07-09T11:30:00.000Z\",\"0.002989\",\"0.003203\"\n\"2024-07-09T11:35:00.000Z\",\"0.002396\",\"0.002474\"\n\"2024-07-09T11:40:00.000Z\",\"0.002902\",\"0.003121\"\n\"2024-07-09T11:45:00.000Z\",\"0.002372\",\"0.002504\"\n\"2024-07-09T11:50:00.000Z\",\"0.002773\",\"0.00299\"\n\"2024-07-09T11:55:00.000Z\",\"0.002398\",\"0.00254\"\n\"2024-07-09T12:00:00.000Z\",\"0.003356\",\"0.003509\"\n\"2024-07-09T12:05:00.000Z\",\"0.003635\",\"0.003706\"\n\"2024-07-09T12:10:00.000Z\",\"0.004975\",\"0.005019\"\n\"2024-07-09T12:15:00.000Z\",\"0.003367\",\"0.003486\"\n\"2024-07-09T12:20:00.000Z\",\"0.001098\",\"0.001426\"\n\"2024-07-09T12:25:00.000Z\",\"0.001103\",\"0.001269\"\n\"2024-07-09T12:30:00.000Z\",\"0.001099\",\"0.001209\"\n\"2024-07-09T12:35:00.000Z\",\"0.001232\",\"0.001473\"\n\"2024-07-09T12:40:00.000Z\",\"0.001359\",\"0.001603\"\n\"2024-07-09T12:45:00.000Z\",\"0.001185\",\"0.001464\"\n\"2024-07-09T12:50:00.000Z\",\"0.001206\",\"0.00144\"\n\"2024-07-09T12:55:00.000Z\",\"0.001304\",\"0.001613\"\n\"2024-07-09T13:00:00.000Z\",\"0.001065\",\"0.001418\"\n\"2024-07-09T13:05:00.000Z\",\"0.001171\",\"0.001366\"\n\"2024-07-09T13:10:00.000Z\",\"0.00108\",\"0.001349\"\n\"2024-07-09T13:15:00.000Z\",\"0.001379\",\"0.001624\"\n\"2024-07-09T13:20:00.000Z\",\"0.001318\",\"0.001527\"\n\"2024-07-09T13:25:00.000Z\",\"0.001124\",\"0.001405\"\n\"2024-07-09T13:30:00.000Z\",\"0.001007\",\"0.001232\"\n\"2024-07-09T13:35:00.000Z\",\"0.00082\",\"0.001151\"\n\"2024-07-09T13:40:00.000Z\",\"0.001037\",\"0.001353\"\n\"2024-07-09T13:45:00.000Z\",\"0.001094\",\"0.001332\"\n\"2024-07-09T13:50:00.000Z\",\"0.001092\",\"0.001342\"\n\"2024-07-09T13:55:00.000Z\",\"0.001273\",\"0.001584\"\n\"2024-07-09T14:00:00.000Z\",\"0.001167\",\"0.001597\"\n\"2024-07-09T14:05:00.000Z\",\"0.001364\",\"0.001589\"\n\"2024-07-09T14:10:00.000Z\",\"0.001123\",\"0.00137\"\n\"2024-07-09T14:15:00.000Z\",\"0.001084\",\"0.001428\"\n\"2024-07-09T14:20:00.000Z\",\"0.002969\",\"0.003243\"\n\"2024-07-09T14:25:00.000Z\",\"0.001316\",\"0.001582\"\n\"2024-07-09T14:30:00.000Z\",\"0.001148\",\"0.001448\"\n\"2024-07-09T14:35:00.000Z\",\"0.001299\",\"0.001582\"\n\"2024-07-09T14:40:00.000Z\",\"0.001185\",\"0.001528\"\n\"2024-07-09T14:45:00.000Z\",\"0.001248\",\"0.001464\"\n\"2024-07-09T14:50:00.000Z\",\"0.001143\",\"0.001337\"\n\"2024-07-09T14:55:00.000Z\",\"0.001145\",\"0.001453\"\n\"2024-07-09T15:00:00.000Z\",\"0.001241\",\"0.00158\"\n\"2024-07-09T15:05:00.000Z\",\"0.001124\",\"0.001443\"\n\"2024-07-09T15:10:00.000Z\",\"0.001192\",\"0.001565\"\n\"2024-07-09T15:15:00.000Z\",\"0.001165\",\"0.001288\"\n\"2024-07-09T15:20:00.000Z\",\"0.001179\",\"0.00152\"\n\"2024-07-09T15:25:00.000Z\",\"0.001192\",\"0.001328\"\n\"2024-07-09T15:30:00.000Z\",\"0.001253\",\"0.001424\"\n\"2024-07-09T15:35:00.000Z\",\"0.001085\",\"0.001297\"\n\"2024-07-09T15:40:00.000Z\",\"0.001245\",\"0.00151\"\n\"2024-07-09T15:45:00.000Z\",\"0.001132\",\"0.001326\"\n\"2024-07-09T15:50:00.000Z\",\"0.001354\",\"0.001726\"\n\"2024-07-09T15:55:00.000Z\",\"0.00126\",\"0.001521\"\n\"2024-07-09T16:00:00.000Z\",\"0.001168\",\"0.001563\"\n\"2024-07-09T16:05:00.000Z\",\"0.001222\",\"0.001457\"\n\"2024-07-09T16:10:00.000Z\",\"0.001245\",\"0.001586\"\n\"2024-07-09T16:15:00.000Z\",\"0.001272\",\"0.001492\"\n\"2024-07-09T16:20:00.000Z\",\"0.00159\",\"0.001963\"\n\"2024-07-09T16:25:00.000Z\",\"0.00152\",\"0.00171\"\n\"2024-07-09T16:30:00.000Z\",\"0.000892\",\"0.001267\"\n\"2024-07-09T16:35:00.000Z\",\"0.00142\",\"0.001685\"\n\"2024-07-09T16:40:00.000Z\",\"0.001387\",\"0.001511\"\n\"2024-07-09T16:45:00.000Z\",\"0.001146\",\"0.001388\"\n\"2024-07-09T16:50:00.000Z\",\"0.00151\",\"0.001758\"\n\"2024-07-09T16:55:00.000Z\",\"0.001306\",\"0.00151\"\n\"2024-07-09T17:00:00.000Z\",\"0.001534\",\"0.001831\"\n\"2024-07-09T17:05:00.000Z\",\"0.001994\",\"0.002154\"\n\"2024-07-09T17:10:00.000Z\",\"0.001296\",\"0.001648\"\n\"2024-07-09T17:15:00.000Z\",\"0.002038\",\"0.00231\"\n\"2024-07-09T17:20:00.000Z\",\"0.001519\",\"0.001683\"\n\"2024-07-09T17:25:00.000Z\",\"0.001126\",\"0.001405\"\n\"2024-07-09T17:30:00.000Z\",\"0.00128\",\"0.001481\"\n\"2024-07-09T17:35:00.000Z\",\"0.001372\",\"0.00161\"\n\"2024-07-09T17:40:00.000Z\",\"0.001357\",\"0.001524\"\n\"2024-07-09T17:45:00.000Z\",\"0.00159\",\"0.00181\"\n\"2024-07-09T17:50:00.000Z\",\"0.001391\",\"0.001715\"\n\"2024-07-09T17:55:00.000Z\",\"0.001367\",\"0.001706\"\n\"2024-07-09T18:00:00.000Z\",\"0.001418\",\"0.001562\"\n\"2024-07-09T18:05:00.000Z\",\"0.001429\",\"0.001575\"\n\"2024-07-09T18:10:00.000Z\",\"0.000931\",\"0.001359\"\n\"2024-07-09T18:15:00.000Z\",\"0.00106\",\"0.001262\"\n\"2024-07-09T18:20:00.000Z\",\"0.002468\",\"0.002644\"\n\"2024-07-09T18:25:00.000Z\",\"0.002248\",\"0.002519\"\n\"2024-07-09T18:30:00.000Z\",\"0.001655\",\"0.00187\"\n\"2024-07-09T18:35:00.000Z\",\"0.001322\",\"0.001551\"\n\"2024-07-09T18:40:00.000Z\",\"0.001293\",\"0.001554\"\n\"2024-07-09T18:45:00.000Z\",\"0.001851\",\"0.002077\"\n\"2024-07-09T18:50:00.000Z\",\"0.001264\",\"0.001574\"\n\"2024-07-09T18:55:00.000Z\",\"0.001137\",\"0.001443\"\n\"2024-07-09T19:00:00.000Z\",\"0.001333\",\"0.00164\"\n\"2024-07-09T19:05:00.000Z\",\"0.001897\",\"0.002181\"\n\"2024-07-09T19:10:00.000Z\",\"0.001429\",\"0.001724\"\n\"2024-07-09T19:15:00.000Z\",\"0.001223\",\"0.001477\"\n\"2024-07-09T19:20:00.000Z\",\"0.001234\",\"0.001627\"\n\"2024-07-09T19:25:00.000Z\",\"0.001388\",\"0.001684\"\n\"2024-07-09T19:30:00.000Z\",\"0.00181\",\"0.001883\"\n\"2024-07-09T19:35:00.000Z\",\"0.001137\",\"0.001345\"\n\"2024-07-09T19:40:00.000Z\",\"0.001577\",\"0.00174\"\n\"2024-07-09T19:45:00.000Z\",\"0.001278\",\"0.001597\"\n\"2024-07-09T19:50:00.000Z\",\"0.001562\",\"0.001979\"\n\"2024-07-09T19:55:00.000Z\",\"0.001795\",\"0.001996\"\n\"2024-07-09T20:00:00.000Z\",\"0.001418\",\"0.001577\"\n\"2024-07-09T20:05:00.000Z\",\"0.001244\",\"0.001533\"\n\"2024-07-09T20:10:00.000Z\",\"0.001695\",\"0.001836\"\n\"2024-07-09T20:15:00.000Z\",\"0.002324\",\"0.002419\"\n\"2024-07-09T20:20:00.000Z\",\"0.001319\",\"0.001577\"\n\"2024-07-09T20:25:00.000Z\",\"0.001254\",\"0.001549\"\n\"2024-07-09T20:30:00.000Z\",\"0.001228\",\"0.00153\"\n\"2024-07-09T20:35:00.000Z\",\"0.001816\",\"0.002236\"\n\"2024-07-09T20:40:00.000Z\",\"0.001603\",\"0.001812\"\n\"2024-07-09T20:45:00.000Z\",\"0.001245\",\"0.001391\"\n\"2024-07-09T20:50:00.000Z\",\"0.001182\",\"0.001449\"\n\"2024-07-09T20:55:00.000Z\",\"0.001904\",\"0.002179\"\n\"2024-07-09T21:00:00.000Z\",\"0.001803\",\"0.002052\"\n\"2024-07-09T21:05:00.000Z\",\"0.001254\",\"0.001658\"\n\"2024-07-09T21:10:00.000Z\",\"0.001269\",\"0.00151\"\n\"2024-07-09T21:15:00.000Z\",\"0.001398\",\"0.001791\"\n\"2024-07-09T21:20:00.000Z\",\"0.001486\",\"0.001775\"\n\"2024-07-09T21:25:00.000Z\",\"0.00135\",\"0.001598\"\n\"2024-07-09T21:30:00.000Z\",\"0.001645\",\"0.001845\"\n\"2024-07-09T21:35:00.000Z\",\"0.001125\",\"0.001462\"\n\"2024-07-09T21:40:00.000Z\",\"0.001555\",\"0.001846\"\n\"2024-07-09T21:45:00.000Z\",\"0.00207\",\"0.002236\"\n\"2024-07-09T21:50:00.000Z\",\"0.001445\",\"0.001672\"\n\"2024-07-09T21:55:00.000Z\",\"0.001248\",\"0.001528\"\n\"2024-07-09T22:00:00.000Z\",\"0.001339\",\"0.001647\"\n\"2024-07-09T22:05:00.000Z\",\"0.001091\",\"0.001446\"\n\"2024-07-09T22:10:00.000Z\",\"0.001553\",\"0.001775\"\n\"2024-07-09T22:15:00.000Z\",\"0.001226\",\"0.001663\"\n\"2024-07-09T22:20:00.000Z\",\"0.001325\",\"0.001605\"\n\"2024-07-09T22:25:00.000Z\",\"0.001251\",\"0.001457\"\n\"2024-07-09T22:30:00.000Z\",\"0.000901\",\"0.001168\"\n\"2024-07-09T22:35:00.000Z\",\"0.00674\",\"0.00658\"\n\"2024-07-09T22:40:00.000Z\",\"0.006369\",\"0.00597\"\n\"2024-07-09T22:45:00.000Z\",\"0.006227\",\"0.005986\"\n\"2024-07-09T22:50:00.000Z\",\"0.006326\",\"0.005877\"\n\"2024-07-09T22:55:00.000Z\",\"0.006404\",\"0.006111\"\n\"2024-07-09T23:00:00.000Z\",\"0.006359\",\"0.005994\"\n\"2024-07-09T23:05:00.000Z\",\"0.006511\",\"0.006228\"\n\"2024-07-09T23:10:00.000Z\",\"0.006225\",\"0.005936\"\n\"2024-07-09T23:15:00.000Z\",\"0.006509\",\"0.006036\"\n\"2024-07-09T23:20:00.000Z\",\"0.0053\",\"0.004988\"\n\"2024-07-09T23:25:00.000Z\",\"0.001451\",\"0.001848\"\n\"2024-07-09T23:30:00.000Z\",\"0.001229\",\"0.001491\"\n\"2024-07-09T23:35:00.000Z\",\"0.001385\",\"0.001691\"\n\"2024-07-09T23:40:00.000Z\",\"0.00137\",\"0.001623\"\n\"2024-07-09T23:45:00.000Z\",\"0.001101\",\"0.001368\"\n\"2024-07-09T23:50:00.000Z\",\"0.001315\",\"0.001722\"\n\"2024-07-09T23:55:00.000Z\",\"0.001282\",\"0.001598\"\n\"2024-07-10T00:00:00.000Z\",\"0.001209\",\"0.001458\"\n\"2024-07-10T00:05:00.000Z\",\"0.001241\",\"0.001598\"\n\"2024-07-10T00:10:00.000Z\",\"0.001553\",\"0.001887\"\n\"2024-07-10T00:15:00.000Z\",\"0.001309\",\"0.00166\"\n\"2024-07-10T00:20:00.000Z\",\"0.002147\",\"0.002498\"\n\"2024-07-10T00:25:00.000Z\",\"0.001258\",\"0.001558\"\n\"2024-07-10T00:30:00.000Z\",\"0.001271\",\"0.001532\"\n\"2024-07-10T00:35:00.000Z\",\"0.001223\",\"0.001471\"\n\"2024-07-10T00:40:00.000Z\",\"0.001422\",\"0.001695\"\n\"2024-07-10T00:45:00.000Z\",\"0.001253\",\"0.001553\"\n\"2024-07-10T00:50:00.000Z\",\"0.001435\",\"0.001859\"\n\"2024-07-10T00:55:00.000Z\",\"0.001237\",\"0.00175\"\n\"2024-07-10T01:00:00.000Z\",\"0.001974\",\"0.002222\"\n\"2024-07-10T01:05:00.000Z\",\"0.00174\",\"0.001988\"\n\"2024-07-10T01:10:00.000Z\",\"0.00124\",\"0.001441\"\n\"2024-07-10T01:15:00.000Z\",\"0.00127\",\"0.001609\"\n\"2024-07-10T01:20:00.000Z\",\"0.001322\",\"0.001618\"\n\"2024-07-10T01:25:00.000Z\",\"0.001359\",\"0.001719\"\n\"2024-07-10T01:30:00.000Z\",\"0.000877\",\"0.00127\"\n\"2024-07-10T01:35:00.000Z\",\"0.001234\",\"0.001439\"\n\"2024-07-10T01:40:00.000Z\",\"0.001221\",\"0.001584\"\n\"2024-07-10T01:45:00.000Z\",\"0.001319\",\"0.001663\"\n\"2024-07-10T01:50:00.000Z\",\"0.001166\",\"0.001423\"\n\"2024-07-10T01:55:00.000Z\",\"0.001348\",\"0.001715\"\n\"2024-07-10T02:00:00.000Z\",\"0.001255\",\"0.001608\"\n\"2024-07-10T02:05:00.000Z\",\"0.001164\",\"0.001448\"\n\"2024-07-10T02:10:00.000Z\",\"0.001267\",\"0.001509\"\n\"2024-07-10T02:15:00.000Z\",\"0.001192\",\"0.001438\"\n\"2024-07-10T02:20:00.000Z\",\"0.001284\",\"0.001597\"\n\"2024-07-10T02:25:00.000Z\",\"0.001232\",\"0.001428\"\n\"2024-07-10T02:30:00.000Z\",\"0.00123\",\"0.001424\"\n\"2024-07-10T02:35:00.000Z\",\"0.001304\",\"0.001536\"\n\"2024-07-10T02:40:00.000Z\",\"0.001381\",\"0.001781\"\n\"2024-07-10T02:45:00.000Z\",\"0.001274\",\"0.001524\"\n\"2024-07-10T02:50:00.000Z\",\"0.001171\",\"0.001595\"\n\"2024-07-10T02:55:00.000Z\",\"0.001266\",\"0.001612\"\n\"2024-07-10T03:00:00.000Z\",\"0.001124\",\"0.001374\"\n\"2024-07-10T03:05:00.000Z\",\"0.001196\",\"0.001559\"\n\"2024-07-10T03:10:00.000Z\",\"0.001172\",\"0.001373\"\n\"2024-07-10T03:15:00.000Z\",\"0.001366\",\"0.001714\"\n\"2024-07-10T03:20:00.000Z\",\"0.002062\",\"0.00233\"\n\"2024-07-10T03:25:00.000Z\",\"0.001301\",\"0.001655\"\n\"2024-07-10T03:30:00.000Z\",\"0.001186\",\"0.00153\"\n\"2024-07-10T03:35:00.000Z\",\"0.001067\",\"0.001402\"\n\"2024-07-10T03:40:00.000Z\",\"0.001261\",\"0.001466\"\n\"2024-07-10T03:45:00.000Z\",\"0.000713\",\"0.001202\"\n\"2024-07-10T03:50:00.000Z\",\"0.000989\",\"0.001476\"\n\"2024-07-10T03:55:00.000Z\",\"0.000877\",\"0.001395\"\n\"2024-07-10T04:00:00.000Z\",\"0.000718\",\"0.001129\"\n\"2024-07-10T04:05:00.000Z\",\"0.000973\",\"0.00137\"\n\"2024-07-10T04:10:00.000Z\",\"0.000862\",\"0.00135\"\n\"2024-07-10T04:15:00.000Z\",\"0.000748\",\"0.001098\"\n\"2024-07-10T04:20:00.000Z\",\"0.000782\",\"0.001221\"\n\"2024-07-10T04:25:00.000Z\",\"0.000774\",\"0.0012\"\n\"2024-07-10T04:30:00.000Z\",\"0.001039\",\"0.001314\"\n\"2024-07-10T04:35:00.000Z\",\"0.000831\",\"0.001274\"\n\"2024-07-10T04:40:00.000Z\",\"0.000778\",\"0.001068\"\n\"2024-07-10T04:45:00.000Z\",\"0.00069\",\"0.001081\"\n\"2024-07-10T04:50:00.000Z\",\"0.000686\",\"0.001033\"\n\"2024-07-10T04:55:00.000Z\",\"0.000578\",\"0.001009\"\n\"2024-07-10T05:00:00.000Z\",\"0.000572\",\"0.000978\"\n\"2024-07-10T05:05:00.000Z\",\"0.00093\",\"0.001252\"\n\"2024-07-10T05:10:00.000Z\",\"0.000712\",\"0.001012\"\n\"2024-07-10T05:15:00.000Z\",\"0.000854\",\"0.001235\"\n\"2024-07-10T05:20:00.000Z\",\"0.000921\",\"0.001177\"\n\"2024-07-10T05:25:00.000Z\",\"0.001077\",\"0.001077\"\n\"2024-07-10T05:30:00.000Z\",\"0.00109\",\"0.001137\"\n\"2024-07-10T05:35:00.000Z\",\"0.001734\",\"0.001959\"\n\"2024-07-10T05:40:00.000Z\",\"0.001811\",\"0.002134\"\n\"2024-07-10T05:45:00.000Z\",\"0.001849\",\"0.002177\"\n\"2024-07-10T05:50:00.000Z\",\"0.001668\",\"0.002\"\n\"2024-07-10T05:55:00.000Z\",\"0.00177\",\"0.002078\"\n\"2024-07-10T06:00:00.000Z\",\"0.001342\",\"0.001634\"\n\"2024-07-10T06:05:00.000Z\",\"0.001136\",\"0.001385\"\n\"2024-07-10T06:10:00.000Z\",\"0.001124\",\"0.00136\"\n\"2024-07-10T06:15:00.000Z\",\"0.001149\",\"0.001494\"\n\"2024-07-10T06:20:00.000Z\",\"0.001434\",\"0.001666\"\n\"2024-07-10T06:25:00.000Z\",\"0.001246\",\"0.00149\"\n\"2024-07-10T06:30:00.000Z\",\"0.001516\",\"0.001808\"\n\"2024-07-10T06:35:00.000Z\",\"0.005126\",\"0.005434\"\n\"2024-07-10T06:40:00.000Z\",\"0.006732\",\"0.007173\"\n\"2024-07-10T06:45:00.000Z\",\"0.002268\",\"0.0025\"\n\"2024-07-10T06:50:00.000Z\",\"0.00112\",\"0.001354\"\n\"2024-07-10T06:55:00.000Z\",\"0.001156\",\"0.001447\"\n\"2024-07-10T07:00:00.000Z\",\"0.001329\",\"0.001635\"\n\"2024-07-10T07:05:00.000Z\",\"0.001397\",\"0.001726\"\n\"2024-07-10T07:10:00.000Z\",\"0.001112\",\"0.001244\"\n\"2024-07-10T07:15:00.000Z\",\"0.001291\",\"0.001581\"\n\"2024-07-10T07:20:00.000Z\",\"0.001232\",\"0.001435\"\n\"2024-07-10T07:25:00.000Z\",\"0.001121\",\"0.001396\"\n\"2024-07-10T07:30:00.000Z\",\"0.001241\",\"0.001451\"\n\"2024-07-10T07:35:00.000Z\",\"0.001286\",\"0.001592\"\n\"2024-07-10T07:40:00.000Z\",\"0.002917\",\"0.003199\"\n\"2024-07-10T07:45:00.000Z\",\"0.001324\",\"0.001598\"\n\"2024-07-10T07:50:00.000Z\",\"0.001248\",\"0.0015\"\n\"2024-07-10T07:55:00.000Z\",\"0.001179\",\"0.00144\"\n\"2024-07-10T08:00:00.000Z\",\"0.001147\",\"0.001337\"\n\"2024-07-10T08:05:00.000Z\",\"0.00133\",\"0.00157\"\n\"2024-07-10T08:10:00.000Z\",\"0.001253\",\"0.001495\"\n\"2024-07-10T08:15:00.000Z\",\"0.001472\",\"0.001855\"\n\"2024-07-10T08:20:00.000Z\",\"0.001412\",\"0.001626\"\n\"2024-07-10T08:25:00.000Z\",\"0.001089\",\"0.001397\"\n\"2024-07-10T08:30:00.000Z\",\"0.001264\",\"0.001436\"\n\"2024-07-10T08:35:00.000Z\",\"0.001081\",\"0.001381\"\n\"2024-07-10T08:40:00.000Z\",\"0.001288\",\"0.001521\"\n\"2024-07-10T08:45:00.000Z\",\"0.001429\",\"0.001579\"\n\"2024-07-10T08:50:00.000Z\",\"0.001942\",\"0.001791\"\n\"2024-07-10T08:55:00.000Z\",\"0.001393\",\"0.001628\"\n\"2024-07-10T09:00:00.000Z\",\"0.001356\",\"0.001705\"\n\"2024-07-10T09:05:00.000Z\",\"0.0014\",\"0.001656\"\n\"2024-07-10T09:10:00.000Z\",\"0.00158\",\"0.001818\"\n\"2024-07-10T09:15:00.000Z\",\"0.0012\",\"0.001494\"\n\"2024-07-10T09:20:00.000Z\",\"0.001246\",\"0.001414\"\n\"2024-07-10T09:25:00.000Z\",\"0.001296\",\"0.001604\"\n\"2024-07-10T09:30:00.000Z\",\"0.00133\",\"0.001625\"\n\"2024-07-10T09:35:00.000Z\",\"0.001421\",\"0.001756\"\n\"2024-07-10T09:40:00.000Z\",\"0.001214\",\"0.001469\"\n\"2024-07-10T09:45:00.000Z\",\"0.001326\",\"0.001633\"\n\"2024-07-10T09:50:00.000Z\",\"0.001268\",\"0.001565\"\n\"2024-07-10T09:55:00.000Z\",\"0.001377\",\"0.001663\"\n\"2024-07-10T10:00:00.000Z\",\"0.001301\",\"0.001593\"\n\"2024-07-10T10:05:00.000Z\",\"0.001338\",\"0.00165\"\n\"2024-07-10T10:10:00.000Z\",\"0.00135\",\"0.00163\"\n\"2024-07-10T10:15:00.000Z\",\"0.001183\",\"0.00156\"\n\"2024-07-10T10:20:00.000Z\",\"0.001822\",\"0.002197\"\n\"2024-07-10T10:25:00.000Z\",\"0.001576\",\"0.001834\"\n\"2024-07-10T10:30:00.000Z\",\"0.001209\",\"0.001665\"\n\"2024-07-10T10:35:00.000Z\",\"0.001288\",\"0.001548\"\n\"2024-07-10T10:40:00.000Z\",\"0.001915\",\"0.002222\"\n\"2024-07-10T10:45:00.000Z\",\"0.001505\",\"0.001763\"\n\"2024-07-10T10:50:00.000Z\",\"0.001337\",\"0.001824\"\n\"2024-07-10T10:55:00.000Z\",\"0.001788\",\"0.002001\"\n\"2024-07-10T11:00:00.000Z\",\"0.001218\",\"0.001635\"\n\"2024-07-10T11:05:00.000Z\",\"0.001323\",\"0.001709\"\n\"2024-07-10T11:10:00.000Z\",\"0.001749\",\"0.002057\"\n\"2024-07-10T11:15:00.000Z\",\"0.001232\",\"0.001503\"\n\"2024-07-10T11:20:00.000Z\",\"0.001707\",\"0.001858\"\n\"2024-07-10T11:25:00.000Z\",\"0.003551\",\"0.003589\"\n\"2024-07-10T11:30:00.000Z\",\"0.002415\",\"0.002588\"\n\"2024-07-10T11:35:00.000Z\",\"0.001148\",\"0.001426\"\n\"2024-07-10T11:40:00.000Z\",\"0.001428\",\"0.001685\"\n\"2024-07-10T11:45:00.000Z\",\"0.001802\",\"0.002073\"\n\"2024-07-10T11:50:00.000Z\",\"0.001201\",\"0.001438\"\n\"2024-07-10T11:55:00.000Z\",\"0.001559\",\"0.001542\"\n\"2024-07-10T12:00:00.000Z\",\"0.001243\",\"0.00148\"\n\"2024-07-10T12:05:00.000Z\",\"0.001681\",\"0.001974\"\n\"2024-07-10T12:10:00.000Z\",\"0.001429\",\"0.001667\"\n\"2024-07-10T12:15:00.000Z\",\"0.0018\",\"0.001974\"\n\"2024-07-10T12:20:00.000Z\",\"0.001167\",\"0.001422\"\n\"2024-07-10T12:25:00.000Z\",\"0.001361\",\"0.001604\"\n\"2024-07-10T12:30:00.000Z\",\"0.002397\",\"0.002415\"\n\"2024-07-10T12:35:00.000Z\",\"0.001313\",\"0.001381\"\n\"2024-07-10T12:40:00.000Z\",\"0.001924\",\"0.001939\"\n\"2024-07-10T12:45:00.000Z\",\"0.001855\",\"0.002266\"\n\"2024-07-10T12:50:00.000Z\",\"0.001659\",\"0.002012\"\n\"2024-07-10T12:55:00.000Z\",\"0.001379\",\"0.0016\"\n\"2024-07-10T13:00:00.000Z\",\"0.001457\",\"0.001703\"\n\"2024-07-10T13:05:00.000Z\",\"0.00138\",\"0.001558\"\n\"2024-07-10T13:10:00.000Z\",\"0.001185\",\"0.00141\"\n\"2024-07-10T13:15:00.000Z\",\"0.001401\",\"0.001583\"\n\"2024-07-10T13:20:00.000Z\",\"0.001359\",\"0.001685\"\n\"2024-07-10T13:25:00.000Z\",\"0.001487\",\"0.001673\"\n\"2024-07-10T13:30:00.000Z\",\"0.001862\",\"0.00202\"\n\"2024-07-10T13:35:00.000Z\",\"0.001726\",\"0.001952\"\n\"2024-07-10T13:40:00.000Z\",\"0.001251\",\"0.00145\"\n\"2024-07-10T13:45:00.000Z\",\"0.001044\",\"0.001343\"\n\"2024-07-10T13:50:00.000Z\",\"0.001317\",\"0.001614\"\n\"2024-07-10T13:55:00.000Z\",\"0.00164\",\"0.001895\"\n\"2024-07-10T14:00:00.000Z\",\"0.001254\",\"0.001485\"\n\"2024-07-10T14:05:00.000Z\",\"0.001793\",\"0.001868\"\n\"2024-07-10T14:10:00.000Z\",\"0.001547\",\"0.001756\"\n\"2024-07-10T14:15:00.000Z\",\"0.001555\",\"0.0018\"\n\"2024-07-10T14:20:00.000Z\",\"0.001721\",\"0.00181\"\n\"2024-07-10T14:25:00.000Z\",\"0.001372\",\"0.00164\"\n\"2024-07-10T14:30:00.000Z\",\"0.000812\",\"0.001014\"\n\"2024-07-10T14:35:00.000Z\",\"0.001145\",\"0.001264\"\n\"2024-07-10T14:40:00.000Z\",\"0.000977\",\"0.001363\"\n\"2024-07-10T14:45:00.000Z\",\"0.001396\",\"0.001642\"\n\"2024-07-10T14:50:00.000Z\",\"0.00109\",\"0.001327\"\n\"2024-07-10T14:55:00.000Z\",\"0.001291\",\"0.001449\"\n\"2024-07-10T15:00:00.000Z\",\"0.001506\",\"0.001609\"\n\"2024-07-10T15:05:00.000Z\",\"0.001767\",\"0.001837\"\n\"2024-07-10T15:10:00.000Z\",\"0.001287\",\"0.001517\"\n\"2024-07-10T15:15:00.000Z\",\"0.001404\",\"0.001569\"\n\"2024-07-10T15:20:00.000Z\",\"0.001434\",\"0.001719\"\n\"2024-07-10T15:25:00.000Z\",\"0.001481\",\"0.001789\"\n\"2024-07-10T15:30:00.000Z\",\"0.001214\",\"0.001384\"\n\"2024-07-10T15:35:00.000Z\",\"0.001394\",\"0.001603\"\n\"2024-07-10T15:40:00.000Z\",\"0.001686\",\"0.0018\"\n\"2024-07-10T15:45:00.000Z\",\"0.001666\",\"0.001964\"\n\"2024-07-10T15:50:00.000Z\",\"0.001254\",\"0.001562\"\n\"2024-07-10T15:55:00.000Z\",\"0.001799\",\"0.001928\"\n\"2024-07-10T16:00:00.000Z\",\"0.001406\",\"0.001622\"\n\"2024-07-10T16:05:00.000Z\",\"0.001378\",\"0.001746\"\n\"2024-07-10T16:10:00.000Z\",\"0.001134\",\"0.00153\"\n\"2024-07-10T16:15:00.000Z\",\"0.000995\",\"0.001335\"\n\"2024-07-10T16:20:00.000Z\",\"0.002714\",\"0.002993\"\n\"2024-07-10T16:25:00.000Z\",\"0.001171\",\"0.001502\"\n\"2024-07-10T16:30:00.000Z\",\"0.001422\",\"0.001746\"\n\"2024-07-10T16:35:00.000Z\",\"0.001252\",\"0.001617\"\n\"2024-07-10T16:40:00.000Z\",\"0.001212\",\"0.001478\"\n\"2024-07-10T16:45:00.000Z\",\"0.001047\",\"0.001262\"\n\"2024-07-10T16:50:00.000Z\",\"0.001459\",\"0.001751\"\n\"2024-07-10T16:55:00.000Z\",\"0.001258\",\"0.001494\"\n\"2024-07-10T17:00:00.000Z\",\"0.001047\",\"0.001419\"\n\"2024-07-10T17:05:00.000Z\",\"0.001515\",\"0.001744\"\n\"2024-07-10T17:10:00.000Z\",\"0.001153\",\"0.001519\"\n\"2024-07-10T17:15:00.000Z\",\"0.001225\",\"0.001512\"\n\"2024-07-10T17:20:00.000Z\",\"0.001206\",\"0.001472\"\n\"2024-07-10T17:25:00.000Z\",\"0.001178\",\"0.001437\"\n\"2024-07-10T17:30:00.000Z\",\"0.000871\",\"0.001187\"\n\"2024-07-10T17:35:00.000Z\",\"0.001117\",\"0.001326\"\n\"2024-07-10T17:40:00.000Z\",\"0.000863\",\"0.001128\"\n\"2024-07-10T17:45:00.000Z\",\"0.000991\",\"0.001319\"\n\"2024-07-10T17:50:00.000Z\",\"0.001319\",\"0.001635\"\n\"2024-07-10T17:55:00.000Z\",\"0.001282\",\"0.00156\"\n\"2024-07-10T18:00:00.000Z\",\"0.00124\",\"0.001532\"\n\"2024-07-10T18:05:00.000Z\",\"0.001231\",\"0.0015\"\n\"2024-07-10T18:10:00.000Z\",\"0.001054\",\"0.001458\"\n\"2024-07-10T18:15:00.000Z\",\"0.001628\",\"0.001954\"\n\"2024-07-10T18:20:00.000Z\",\"0.002614\",\"0.002872\"\n\"2024-07-10T18:25:00.000Z\",\"0.001368\",\"0.001702\"\n\"2024-07-10T18:30:00.000Z\",\"0.001196\",\"0.00152\"\n\"2024-07-10T18:35:00.000Z\",\"0.001259\",\"0.001556\"\n\"2024-07-10T18:40:00.000Z\",\"0.001341\",\"0.001498\"\n\"2024-07-10T18:45:00.000Z\",\"0.001404\",\"0.001726\"\n\"2024-07-10T18:50:00.000Z\",\"0.001317\",\"0.001671\"\n\"2024-07-10T18:55:00.000Z\",\"0.001168\",\"0.001331\"\n\"2024-07-10T19:00:00.000Z\",\"0.00142\",\"0.001848\"\n\"2024-07-10T19:05:00.000Z\",\"0.001408\",\"0.001757\"\n\"2024-07-10T19:10:00.000Z\",\"0.001092\",\"0.00146\"\n\"2024-07-10T19:15:00.000Z\",\"0.001419\",\"0.001732\"\n\"2024-07-10T19:20:00.000Z\",\"0.001105\",\"0.001368\"\n\"2024-07-10T19:25:00.000Z\",\"0.001227\",\"0.001551\"\n\"2024-07-10T19:30:00.000Z\",\"0.001139\",\"0.001455\"\n\"2024-07-10T19:35:00.000Z\",\"0.00121\",\"0.001417\"\n\"2024-07-10T19:40:00.000Z\",\"0.001325\",\"0.001653\"\n\"2024-07-10T19:45:00.000Z\",\"0.00139\",\"0.001676\"\n\"2024-07-10T19:50:00.000Z\",\"0.001302\",\"0.001542\"\n\"2024-07-10T19:55:00.000Z\",\"0.002967\",\"0.003359\"\n\"2024-07-10T20:00:00.000Z\",\"0.001192\",\"0.001477\"\n\"2024-07-10T20:05:00.000Z\",\"0.00123\",\"0.001574\"\n\"2024-07-10T20:10:00.000Z\",\"0.001098\",\"0.001325\"\n\"2024-07-10T20:15:00.000Z\",\"0.001416\",\"0.00182\"\n\"2024-07-10T20:20:00.000Z\",\"0.001158\",\"0.00141\"\n\"2024-07-10T20:25:00.000Z\",\"0.001204\",\"0.001456\"\n\"2024-07-10T20:30:00.000Z\",\"0.00116\",\"0.001626\"\n\"2024-07-10T20:35:00.000Z\",\"0.0011\",\"0.001435\"\n\"2024-07-10T20:40:00.000Z\",\"0.001198\",\"0.001456\"\n\"2024-07-10T20:45:00.000Z\",\"0.001152\",\"0.001451\"\n\"2024-07-10T20:50:00.000Z\",\"0.001325\",\"0.001664\"\n\"2024-07-10T20:55:00.000Z\",\"0.003359\",\"0.003419\"\n\"2024-07-10T21:00:00.000Z\",\"0.006004\",\"0.005706\"\n\"2024-07-10T21:05:00.000Z\",\"0.006136\",\"0.005792\"\n\"2024-07-10T21:10:00.000Z\",\"0.00586\",\"0.005574\"\n\"2024-07-10T21:15:00.000Z\",\"0.006166\",\"0.005668\"\n\"2024-07-10T21:20:00.000Z\",\"0.006014\",\"0.005678\"\n\"2024-07-10T21:25:00.000Z\",\"0.006267\",\"0.006104\"\n\"2024-07-10T21:30:00.000Z\",\"0.006214\",\"0.006019\"\n\"2024-07-10T21:35:00.000Z\",\"0.0064\",\"0.006245\"\n\"2024-07-10T21:40:00.000Z\",\"0.006048\",\"0.005661\"\n\"2024-07-10T21:45:00.000Z\",\"0.006189\",\"0.005985\"\n\"2024-07-10T21:50:00.000Z\",\"0.005951\",\"0.005751\"\n\"2024-07-10T21:55:00.000Z\",\"0.006155\",\"0.005938\"\n\"2024-07-10T22:00:00.000Z\",\"0.00601\",\"0.005709\"\n\"2024-07-10T22:05:00.000Z\",\"0.001307\",\"0.001537\"\n\"2024-07-10T22:10:00.000Z\",\"0.001258\",\"0.001771\"\n\"2024-07-10T22:15:00.000Z\",\"0.001629\",\"0.002191\"\n\"2024-07-10T22:20:00.000Z\",\"0.001801\",\"0.002101\"\n\"2024-07-10T22:25:00.000Z\",\"0.001181\",\"0.001566\"\n\"2024-07-10T22:30:00.000Z\",\"0.001598\",\"0.001941\"\n\"2024-07-10T22:35:00.000Z\",\"0.002058\",\"0.002163\"\n\"2024-07-10T22:40:00.000Z\",\"0.001256\",\"0.001698\"\n\"2024-07-10T22:45:00.000Z\",\"0.001441\",\"0.001919\"\n\"2024-07-10T22:50:00.000Z\",\"0.001916\",\"0.002239\"\n\"2024-07-10T22:55:00.000Z\",\"0.001364\",\"0.0017\"\n\"2024-07-10T23:00:00.000Z\",\"0.001639\",\"0.002017\"\n\"2024-07-10T23:05:00.000Z\",\"0.00156\",\"0.001763\"\n\"2024-07-10T23:10:00.000Z\",\"0.001273\",\"0.001649\"\n\"2024-07-10T23:15:00.000Z\",\"0.001679\",\"0.001896\"\n\"2024-07-10T23:20:00.000Z\",\"0.002067\",\"0.002364\"\n\"2024-07-10T23:25:00.000Z\",\"0.00132\",\"0.001688\"\n\"2024-07-10T23:30:00.000Z\",\"0.001182\",\"0.001515\"\n\"2024-07-10T23:35:00.000Z\",\"0.002063\",\"0.002152\"\n\"2024-07-10T23:40:00.000Z\",\"0.001259\",\"0.001515\"\n\"2024-07-10T23:45:00.000Z\",\"0.00114\",\"0.001469\"\n\"2024-07-10T23:50:00.000Z\",\"0.001289\",\"0.00135\"\n\"2024-07-10T23:55:00.000Z\",\"0.001646\",\"0.001917\"\n\"2024-07-11T00:00:00.000Z\",\"0.003358\",\"0.003412\"\n\"2024-07-11T00:05:00.000Z\",\"0.005615\",\"0.005393\"\n\"2024-07-11T00:10:00.000Z\",\"0.007176\",\"0.007211\"\n\"2024-07-11T00:15:00.000Z\",\"0.005554\",\"0.005441\"\n\"2024-07-11T00:20:00.000Z\",\"0.002326\",\"0.002315\"\n\"2024-07-11T00:25:00.000Z\",\"0.001796\",\"0.002022\"\n\"2024-07-11T00:30:00.000Z\",\"0.001351\",\"0.001729\"\n\"2024-07-11T00:35:00.000Z\",\"0.001104\",\"0.001446\"\n\"2024-07-11T00:40:00.000Z\",\"0.001921\",\"0.002116\"\n\"2024-07-11T00:45:00.000Z\",\"0.00135\",\"0.001718\"\n\"2024-07-11T00:50:00.000Z\",\"0.001626\",\"0.001981\"\n\"2024-07-11T00:55:00.000Z\",\"0.001753\",\"0.001971\"\n\"2024-07-11T01:00:00.000Z\",\"0.001232\",\"0.001621\"\n\"2024-07-11T01:05:00.000Z\",\"0.00134\",\"0.001662\"\n\"2024-07-11T01:10:00.000Z\",\"0.001461\",\"0.001846\"\n\"2024-07-11T01:15:00.000Z\",\"0.001213\",\"0.001495\"\n\"2024-07-11T01:20:00.000Z\",\"0.00133\",\"0.001647\"\n\"2024-07-11T01:25:00.000Z\",\"0.001402\",\"0.001821\"\n\"2024-07-11T01:30:00.000Z\",\"0.001638\",\"0.001955\"\n\"2024-07-11T01:35:00.000Z\",\"0.001337\",\"0.001588\"\n\"2024-07-11T01:40:00.000Z\",\"0.001859\",\"0.0021\"\n\"2024-07-11T01:45:00.000Z\",\"0.001607\",\"0.001837\"\n\"2024-07-11T01:50:00.000Z\",\"0.001218\",\"0.001565\"\n\"2024-07-11T01:55:00.000Z\",\"0.001815\",\"0.002121\"\n\"2024-07-11T02:00:00.000Z\",\"0.001872\",\"0.002096\"\n\"2024-07-11T02:05:00.000Z\",\"0.001156\",\"0.001475\"\n\"2024-07-11T02:10:00.000Z\",\"0.001801\",\"0.002098\"\n\"2024-07-11T02:15:00.000Z\",\"0.001336\",\"0.001719\"\n\"2024-07-11T02:20:00.000Z\",\"0.001491\",\"0.001791\"\n\"2024-07-11T02:25:00.000Z\",\"0.00179\",\"0.001961\"\n\"2024-07-11T02:30:00.000Z\",\"0.001139\",\"0.001554\"\n\"2024-07-11T02:35:00.000Z\",\"0.001357\",\"0.001715\"\n\"2024-07-11T02:40:00.000Z\",\"0.001504\",\"0.001863\"\n\"2024-07-11T02:45:00.000Z\",\"0.00112\",\"0.001516\"\n\"2024-07-11T02:50:00.000Z\",\"0.001504\",\"0.001583\"\n\"2024-07-11T02:55:00.000Z\",\"0.002092\",\"0.002174\"\n\"2024-07-11T03:00:00.000Z\",\"0.001356\",\"0.001715\"\n\"2024-07-11T03:05:00.000Z\",\"0.00157\",\"0.001974\"\n\"2024-07-11T03:10:00.000Z\",\"0.00126\",\"0.001675\"\n\"2024-07-11T03:15:00.000Z\",\"0.002576\",\"0.002852\"\n\"2024-07-11T03:20:00.000Z\",\"0.005457\",\"0.005492\"\n\"2024-07-11T03:25:00.000Z\",\"0.005333\",\"0.005285\"\n\"2024-07-11T03:30:00.000Z\",\"0.004746\",\"0.004832\"\n\"2024-07-11T03:35:00.000Z\",\"0.005817\",\"0.005762\"\n\"2024-07-11T03:40:00.000Z\",\"0.005253\",\"0.005113\"\n\"2024-07-11T03:45:00.000Z\",\"0.004727\",\"0.004839\"\n\"2024-07-11T03:50:00.000Z\",\"0.004705\",\"0.004832\"\n\"2024-07-11T03:55:00.000Z\",\"0.005419\",\"0.005344\"\n\"2024-07-11T04:00:00.000Z\",\"0.002892\",\"0.003194\"\n\"2024-07-11T04:05:00.000Z\",\"0.001021\",\"0.0014\"\n\"2024-07-11T04:10:00.000Z\",\"0.000801\",\"0.001139\"\n\"2024-07-11T04:15:00.000Z\",\"0.000791\",\"0.001117\"\n\"2024-07-11T04:20:00.000Z\",\"0.00063\",\"0.001113\"\n\"2024-07-11T04:25:00.000Z\",\"0.000975\",\"0.001398\"\n\"2024-07-11T04:30:00.000Z\",\"0.000848\",\"0.001289\"\n\"2024-07-11T04:35:00.000Z\",\"0.000597\",\"0.001012\"\n\"2024-07-11T04:40:00.000Z\",\"0.000769\",\"0.001216\"\n\"2024-07-11T04:45:00.000Z\",\"0.000945\",\"0.001513\"\n\"2024-07-11T04:50:00.000Z\",\"0.002571\",\"0.002944\"\n\"2024-07-11T04:55:00.000Z\",\"0.000667\",\"0.001097\"\n\"2024-07-11T05:00:00.000Z\",\"0.000775\",\"0.00112\"\n\"2024-07-11T05:05:00.000Z\",\"0.000555\",\"0.001077\"\n\"2024-07-11T05:10:00.000Z\",\"0.00082\",\"0.001268\"\n\"2024-07-11T05:15:00.000Z\",\"0.000789\",\"0.001234\"\n\"2024-07-11T05:20:00.000Z\",\"0.000678\",\"0.001094\"\n\"2024-07-11T05:25:00.000Z\",\"0.000724\",\"0.001218\"\n\"2024-07-11T05:30:00.000Z\",\"0.000844\",\"0.00131\"\n\"2024-07-11T05:35:00.000Z\",\"0.000584\",\"0.001161\"\n\"2024-07-11T05:40:00.000Z\",\"0.00084\",\"0.001221\"\n\"2024-07-11T05:45:00.000Z\",\"0.000818\",\"0.001295\"\n\"2024-07-11T05:50:00.000Z\",\"0.000832\",\"0.001331\"\n\"2024-07-11T05:55:00.000Z\",\"0.000833\",\"0.001307\"\n\"2024-07-11T06:00:00.000Z\",\"0.000923\",\"0.001302\"\n\"2024-07-11T06:05:00.000Z\",\"0.000704\",\"0.001086\"\n\"2024-07-11T06:10:00.000Z\",\"0.000672\",\"0.001102\"\n\"2024-07-11T06:15:00.000Z\",\"0.000837\",\"0.001424\"\n\"2024-07-11T06:20:00.000Z\",\"0.000716\",\"0.001081\"\n\"2024-07-11T06:25:00.000Z\",\"0.002\",\"0.002168\"\n\"2024-07-11T06:30:00.000Z\",\"0.000724\",\"0.001161\"\n\"2024-07-11T06:35:00.000Z\",\"0.000792\",\"0.001188\"\n\"2024-07-11T06:40:00.000Z\",\"0.000746\",\"0.001168\"\n\"2024-07-11T06:45:00.000Z\",\"0.000622\",\"0.001029\"\n\"2024-07-11T06:50:00.000Z\",\"0.000725\",\"0.001128\"\n\"2024-07-11T06:55:00.000Z\",\"0.001007\",\"0.001473\"\n\"2024-07-11T07:00:00.000Z\",\"0.00076\",\"0.001185\"\n\"2024-07-11T07:05:00.000Z\",\"0.000765\",\"0.00117\"\n\"2024-07-11T07:10:00.000Z\",\"0.000854\",\"0.001302\"\n\"2024-07-11T07:15:00.000Z\",\"0.002578\",\"0.003003\"\n\"2024-07-11T07:20:00.000Z\",\"0.000742\",\"0.001136\"\n\"2024-07-11T07:25:00.000Z\",\"0.000551\",\"0.001037\"\n\"2024-07-11T07:30:00.000Z\",\"0.000804\",\"0.001254\"\n\"2024-07-11T07:35:00.000Z\",\"0.000579\",\"0.001018\"\n\"2024-07-11T07:40:00.000Z\",\"0.00102\",\"0.001577\"\n\"2024-07-11T07:45:00.000Z\",\"0.000596\",\"0.001129\"\n\"2024-07-11T07:50:00.000Z\",\"0.000674\",\"0.001068\"\n\"2024-07-11T07:55:00.000Z\",\"0.000645\",\"0.001063\"\n\"2024-07-11T08:00:00.000Z\",\"0.000771\",\"0.001127\"\n\"2024-07-11T08:05:00.000Z\",\"0.000603\",\"0.001012\"\n\"2024-07-11T08:10:00.000Z\",\"0.000779\",\"0.001229\"\n\"2024-07-11T08:15:00.000Z\",\"0.000798\",\"0.001234\"\n\"2024-07-11T08:20:00.000Z\",\"0.000661\",\"0.000981\"\n\"2024-07-11T08:25:00.000Z\",\"0.000897\",\"0.001355\"\n\"2024-07-11T08:30:00.000Z\",\"0.000791\",\"0.001145\"\n\"2024-07-11T08:35:00.000Z\",\"0.000524\",\"0.000949\"\n\"2024-07-11T08:40:00.000Z\",\"0.000661\",\"0.000976\"\n\"2024-07-11T08:45:00.000Z\",\"0.000759\",\"0.001236\"\n\"2024-07-11T08:50:00.000Z\",\"0.000739\",\"0.001204\"\n\"2024-07-11T08:55:00.000Z\",\"0.000696\",\"0.001097\"\n\"2024-07-11T09:00:00.000Z\",\"0.00073\",\"0.001088\"\n\"2024-07-11T09:05:00.000Z\",\"0.000815\",\"0.001207\"\n\"2024-07-11T09:10:00.000Z\",\"0.000806\",\"0.001123\"\n\"2024-07-11T09:15:00.000Z\",\"0.000676\",\"0.001055\"\n\"2024-07-11T09:20:00.000Z\",\"0.000659\",\"0.001076\"\n\"2024-07-11T09:25:00.000Z\",\"0.000762\",\"0.001242\"\n\"2024-07-11T09:30:00.000Z\",\"0.000995\",\"0.001356\"\n\"2024-07-11T09:35:00.000Z\",\"0.000608\",\"0.000997\"\n\"2024-07-11T09:40:00.000Z\",\"0.00064\",\"0.001188\"\n\"2024-07-11T09:45:00.000Z\",\"0.000586\",\"0.001062\"\n\"2024-07-11T09:50:00.000Z\",\"0.000832\",\"0.001238\"\n\"2024-07-11T09:55:00.000Z\",\"0.000728\",\"0.001089\"\n\"2024-07-11T10:00:00.000Z\",\"0.000817\",\"0.001207\"\n\"2024-07-11T10:05:00.000Z\",\"0.000637\",\"0.001087\"\n\"2024-07-11T10:10:00.000Z\",\"0.000947\",\"0.001448\"\n\"2024-07-11T10:15:00.000Z\",\"0.000667\",\"0.001146\"\n\"2024-07-11T10:20:00.000Z\",\"0.000748\",\"0.001159\"\n\"2024-07-11T10:25:00.000Z\",\"0.000557\",\"0.001016\"\n\"2024-07-11T10:30:00.000Z\",\"0.000734\",\"0.001259\"\n\"2024-07-11T10:35:00.000Z\",\"0.000913\",\"0.001435\"\n\"2024-07-11T10:40:00.000Z\",\"0.003174\",\"0.003404\"\n\"2024-07-11T10:45:00.000Z\",\"0.005975\",\"0.005952\"\n\"2024-07-11T10:50:00.000Z\",\"0.006494\",\"0.006284\"\n\"2024-07-11T10:55:00.000Z\",\"0.005882\",\"0.005853\"\n\"2024-07-11T11:00:00.000Z\",\"0.005722\",\"0.005589\"\n\"2024-07-11T11:05:00.000Z\",\"0.0059\",\"0.005809\"\n\"2024-07-11T11:10:00.000Z\",\"0.005868\",\"0.005785\"\n\"2024-07-11T11:15:00.000Z\",\"0.00555\",\"0.0055\"\n\"2024-07-11T11:20:00.000Z\",\"0.003759\",\"0.004007\"\n\"2024-07-11T11:25:00.000Z\",\"0.001758\",\"0.002223\"\n\"2024-07-11T11:30:00.000Z\",\"0.000639\",\"0.001006\"\n\"2024-07-11T11:35:00.000Z\",\"0.000733\",\"0.001208\"\n\"2024-07-11T11:40:00.000Z\",\"0.000626\",\"0.000979\"\n\"2024-07-11T11:45:00.000Z\",\"0.000664\",\"0.001036\"\n\"2024-07-11T11:50:00.000Z\",\"0.000759\",\"0.001127\"\n\"2024-07-11T11:55:00.000Z\",\"0.000786\",\"0.001164\"\n\"2024-07-11T12:00:00.000Z\",\"0.000691\",\"0.00105\"\n\"2024-07-11T12:05:00.000Z\",\"0.000734\",\"0.001022\"\n\"2024-07-11T12:10:00.000Z\",\"0.000698\",\"0.001189\"\n\"2024-07-11T12:15:00.000Z\",\"0.000699\",\"0.000947\"\n\"2024-07-11T12:20:00.000Z\",\"0.000758\",\"0.001148\"\n\"2024-07-11T12:25:00.000Z\",\"0.000669\",\"0.000999\"\n\"2024-07-11T12:30:00.000Z\",\"0.000641\",\"0.001118\"\n\"2024-07-11T12:35:00.000Z\",\"0.003918\",\"0.004218\"\n\"2024-07-11T12:40:00.000Z\",\"0.000934\",\"0.001303\"\n\"2024-07-11T12:45:00.000Z\",\"0.000725\",\"0.001043\"\n\"2024-07-11T12:50:00.000Z\",\"0.000677\",\"0.00117\"\n\"2024-07-11T12:55:00.000Z\",\"0.000749\",\"0.001111\"\n\"2024-07-11T13:00:00.000Z\",\"0.000617\",\"0.001013\"\n\"2024-07-11T13:05:00.000Z\",\"0.000936\",\"0.001221\"\n\"2024-07-11T13:10:00.000Z\",\"0.000803\",\"0.001083\"\n\"2024-07-11T13:15:00.000Z\",\"0.000761\",\"0.001163\"\n\"2024-07-11T13:20:00.000Z\",\"0.000729\",\"0.001255\"\n\"2024-07-11T13:25:00.000Z\",\"0.000792\",\"0.001138\"\n\"2024-07-11T13:30:00.000Z\",\"0.000572\",\"0.001103\"\n\"2024-07-11T13:35:00.000Z\",\"0.000738\",\"0.001036\"\n\"2024-07-11T13:40:00.000Z\",\"0.00082\",\"0.001087\"\n\"2024-07-11T13:45:00.000Z\",\"0.000939\",\"0.001364\"\n\"2024-07-11T13:50:00.000Z\",\"0.000805\",\"0.001196\"\n\"2024-07-11T13:55:00.000Z\",\"0.000981\",\"0.001264\"\n\"2024-07-11T14:00:00.000Z\",\"0.000691\",\"0.001044\"\n\"2024-07-11T14:05:00.000Z\",\"0.000897\",\"0.001321\"\n\"2024-07-11T14:10:00.000Z\",\"0.000719\",\"0.001139\"\n\"2024-07-11T14:15:00.000Z\",\"0.000859\",\"0.00119\"\n\"2024-07-11T14:20:00.000Z\",\"0.000696\",\"0.00109\"\n\"2024-07-11T14:25:00.000Z\",\"0.000984\",\"0.001451\"\n\"2024-07-11T14:30:00.000Z\",\"0.000878\",\"0.001367\"\n\"2024-07-11T14:35:00.000Z\",\"0.000834\",\"0.001168\"\n\"2024-07-11T14:40:00.000Z\",\"0.000675\",\"0.001168\"\n\"2024-07-11T14:45:00.000Z\",\"0.000931\",\"0.001244\"\n\"2024-07-11T14:50:00.000Z\",\"0.00093\",\"0.001316\"\n\"2024-07-11T14:55:00.000Z\",\"0.000781\",\"0.001139\"\n\"2024-07-11T15:00:00.000Z\",\"0.000533\",\"0.001094\"\n\"2024-07-11T15:05:00.000Z\",\"0.000899\",\"0.001259\"\n\"2024-07-11T15:10:00.000Z\",\"0.000812\",\"0.001269\"\n\"2024-07-11T15:15:00.000Z\",\"0.00083\",\"0.001241\"\n\"2024-07-11T15:20:00.000Z\",\"0.000892\",\"0.001225\"\n\"2024-07-11T15:25:00.000Z\",\"0.000574\",\"0.001078\"\n\"2024-07-11T15:30:00.000Z\",\"0.000686\",\"0.001104\"\n\"2024-07-11T15:35:00.000Z\",\"0.000781\",\"0.001231\"\n\"2024-07-11T15:40:00.000Z\",\"0.000752\",\"0.00096\"\n\"2024-07-11T15:45:00.000Z\",\"0.000819\",\"0.001133\"\n\"2024-07-11T15:50:00.000Z\",\"0.000744\",\"0.001097\"\n\"2024-07-11T15:55:00.000Z\",\"0.000754\",\"0.001162\"\n\"2024-07-11T16:00:00.000Z\",\"0.00077\",\"0.001027\"\n\"2024-07-11T16:05:00.000Z\",\"0.000823\",\"0.00116\"\n\"2024-07-11T16:10:00.000Z\",\"0.001896\",\"0.002097\"\n\"2024-07-11T16:15:00.000Z\",\"0.001623\",\"0.001956\"\n\"2024-07-11T16:20:00.000Z\",\"0.002053\",\"0.002252\"\n\"2024-07-11T16:25:00.000Z\",\"0.000994\",\"0.001184\"\n\"2024-07-11T16:30:00.000Z\",\"0.001014\",\"0.001296\"\n\"2024-07-11T16:35:00.000Z\",\"0.001427\",\"0.001753\"\n\"2024-07-11T16:40:00.000Z\",\"0.001938\",\"0.002111\"\n\"2024-07-11T16:45:00.000Z\",\"0.003211\",\"0.003478\"\n\"2024-07-11T16:50:00.000Z\",\"0.001439\",\"0.001606\"\n\"2024-07-11T16:55:00.000Z\",\"0.001203\",\"0.001618\"\n\"2024-07-11T17:00:00.000Z\",\"0.002074\",\"0.002361\"\n\"2024-07-11T17:05:00.000Z\",\"0.001442\",\"0.001653\"\n\"2024-07-11T17:10:00.000Z\",\"0.001657\",\"0.00196\"\n\"2024-07-11T17:15:00.000Z\",\"0.001594\",\"0.001784\"\n\"2024-07-11T17:20:00.000Z\",\"0.001388\",\"0.001658\"\n\"2024-07-11T17:25:00.000Z\",\"0.003842\",\"0.003648\"\n\"2024-07-11T17:30:00.000Z\",\"0.002008\",\"0.002085\"\n\"2024-07-11T17:35:00.000Z\",\"0.001215\",\"0.001448\"\n\"2024-07-11T17:40:00.000Z\",\"0.001713\",\"0.001974\"\n\"2024-07-11T17:45:00.000Z\",\"0.001648\",\"0.001915\"\n\"2024-07-11T17:50:00.000Z\",\"0.00116\",\"0.001427\"\n\"2024-07-11T17:55:00.000Z\",\"0.001418\",\"0.001644\"\n\"2024-07-11T18:00:00.000Z\",\"0.001462\",\"0.001675\"\n\"2024-07-11T18:05:00.000Z\",\"0.001247\",\"0.001467\"\n\"2024-07-11T18:10:00.000Z\",\"0.001642\",\"0.001688\"\n\"2024-07-11T18:15:00.000Z\",\"0.001576\",\"0.001906\"\n\"2024-07-11T18:20:00.000Z\",\"0.001808\",\"0.002011\"\n\"2024-07-11T18:25:00.000Z\",\"0.001613\",\"0.001635\"\n\"2024-07-11T18:30:00.000Z\",\"0.001602\",\"0.001891\"\n\"2024-07-11T18:35:00.000Z\",\"0.001228\",\"0.001528\"\n\"2024-07-11T18:40:00.000Z\",\"0.002412\",\"0.002549\"\n\"2024-07-11T18:45:00.000Z\",\"0.00736\",\"0.007268\"\n\"2024-07-11T18:50:00.000Z\",\"0.007314\",\"0.007317\"\n\"2024-07-11T18:55:00.000Z\",\"0.007011\",\"0.007041\"\n\"2024-07-11T19:00:00.000Z\",\"0.008105\",\"0.008001\"\n\"2024-07-11T19:05:00.000Z\",\"0.004497\",\"0.004591\"\n\"2024-07-11T19:10:00.000Z\",\"0.001087\",\"0.001466\"\n\"2024-07-11T19:15:00.000Z\",\"0.001827\",\"0.002024\"\n\"2024-07-11T19:20:00.000Z\",\"0.001509\",\"0.001637\"\n\"2024-07-11T19:25:00.000Z\",\"0.001016\",\"0.00115\"\n\"2024-07-11T19:30:00.000Z\",\"0.002871\",\"0.00317\"\n\"2024-07-11T19:35:00.000Z\",\"0.001631\",\"0.001912\"\n\"2024-07-11T19:40:00.000Z\",\"0.000975\",\"0.001303\"\n\"2024-07-11T19:45:00.000Z\",\"0.00141\",\"0.001642\"\n\"2024-07-11T19:50:00.000Z\",\"0.001862\",\"0.0021\"\n\"2024-07-11T19:55:00.000Z\",\"0.00135\",\"0.001709\"\n\"2024-07-11T20:00:00.000Z\",\"0.001465\",\"0.001693\"\n\"2024-07-11T20:05:00.000Z\",\"0.001751\",\"0.002021\"\n\"2024-07-11T20:10:00.000Z\",\"0.001449\",\"0.001594\"\n\"2024-07-11T20:15:00.000Z\",\"0.001344\",\"0.001703\"\n\"2024-07-11T20:20:00.000Z\",\"0.001454\",\"0.001755\"\n\"2024-07-11T20:25:00.000Z\",\"0.001986\",\"0.002294\"\n\"2024-07-11T20:30:00.000Z\",\"0.001556\",\"0.001755\"\n\"2024-07-11T20:35:00.000Z\",\"0.00129\",\"0.001543\"\n\"2024-07-11T20:40:00.000Z\",\"0.001826\",\"0.001992\"\n\"2024-07-11T20:45:00.000Z\",\"0.001741\",\"0.001965\"\n\"2024-07-11T20:50:00.000Z\",\"0.001303\",\"0.001649\"\n\"2024-07-11T20:55:00.000Z\",\"0.001612\",\"0.001834\"\n\"2024-07-11T21:00:00.000Z\",\"0.001866\",\"0.002148\"\n\"2024-07-11T21:05:00.000Z\",\"0.001587\",\"0.001797\"\n\"2024-07-11T21:10:00.000Z\",\"0.001739\",\"0.001976\"\n\"2024-07-11T21:15:00.000Z\",\"0.001854\",\"0.001985\"\n\"2024-07-11T21:20:00.000Z\",\"0.001791\",\"0.002014\"\n\"2024-07-11T21:25:00.000Z\",\"0.00208\",\"0.002282\"\n\"2024-07-11T21:30:00.000Z\",\"0.00172\",\"0.002073\"\n\"2024-07-11T21:35:00.000Z\",\"0.001592\",\"0.001804\"\n\"2024-07-11T21:40:00.000Z\",\"0.001636\",\"0.002023\"\n\"2024-07-11T21:45:00.000Z\",\"0.002286\",\"0.002399\"\n\"2024-07-11T21:50:00.000Z\",\"0.001814\",\"0.002152\"\n\"2024-07-11T21:55:00.000Z\",\"0.00202\",\"0.002267\"\n\"2024-07-11T22:00:00.000Z\",\"0.002474\",\"0.00263\"\n\"2024-07-11T22:05:00.000Z\",\"0.002002\",\"0.002368\"\n\"2024-07-11T22:10:00.000Z\",\"0.001659\",\"0.002077\"\n\"2024-07-11T22:15:00.000Z\",\"0.001825\",\"0.002216\"\n\"2024-07-11T22:20:00.000Z\",\"0.001534\",\"0.002013\"\n\"2024-07-11T22:25:00.000Z\",\"0.001915\",\"0.002217\"\n\"2024-07-11T22:30:00.000Z\",\"0.001824\",\"0.002147\"\n\"2024-07-11T22:35:00.000Z\",\"0.001814\",\"0.002132\"\n\"2024-07-11T22:40:00.000Z\",\"0.001821\",\"0.002052\"\n\"2024-07-11T22:45:00.000Z\",\"0.00215\",\"0.002471\"\n\"2024-07-11T22:50:00.000Z\",\"0.00293\",\"0.003335\"\n\"2024-07-11T22:55:00.000Z\",\"0.001952\",\"0.002248\"\n\"2024-07-11T23:00:00.000Z\",\"0.001845\",\"0.002112\"\n\"2024-07-11T23:05:00.000Z\",\"0.001754\",\"0.00215\"\n\"2024-07-11T23:10:00.000Z\",\"0.001939\",\"0.002214\"\n\"2024-07-11T23:15:00.000Z\",\"0.001875\",\"0.002279\"\n\"2024-07-11T23:20:00.000Z\",\"0.002125\",\"0.002506\"\n\"2024-07-11T23:25:00.000Z\",\"0.001783\",\"0.002029\"\n\"2024-07-11T23:30:00.000Z\",\"0.002046\",\"0.002308\"\n\"2024-07-11T23:35:00.000Z\",\"0.001725\",\"0.002169\"\n\"2024-07-11T23:40:00.000Z\",\"0.001895\",\"0.002189\"\n\"2024-07-11T23:45:00.000Z\",\"0.001907\",\"0.002211\"\n\"2024-07-11T23:50:00.000Z\",\"0.00165\",\"0.001996\"\n\"2024-07-11T23:55:00.000Z\",\"0.001957\",\"0.002346\"\n\"2024-07-12T00:00:00.000Z\",\"0.001852\",\"0.002118\"\n\"2024-07-12T00:05:00.000Z\",\"0.001712\",\"0.00208\"\n\"2024-07-12T00:10:00.000Z\",\"0.002096\",\"0.002459\"\n\"2024-07-12T00:15:00.000Z\",\"0.001831\",\"0.002264\"\n\"2024-07-12T00:20:00.000Z\",\"0.001677\",\"0.001987\"\n\"2024-07-12T00:25:00.000Z\",\"0.00171\",\"0.002023\"\n\"2024-07-12T00:30:00.000Z\",\"0.00193\",\"0.002204\"\n\"2024-07-12T00:35:00.000Z\",\"0.001934\",\"0.00236\"\n\"2024-07-12T00:40:00.000Z\",\"0.001713\",\"0.002076\"\n\"2024-07-12T00:45:00.000Z\",\"0.001886\",\"0.00215\"\n\"2024-07-12T00:50:00.000Z\",\"0.0017\",\"0.00205\"\n\"2024-07-12T00:55:00.000Z\",\"0.001799\",\"0.002042\"\n\"2024-07-12T01:00:00.000Z\",\"0.001922\",\"0.002317\"\n\"2024-07-12T01:05:00.000Z\",\"0.001815\",\"0.002235\"\n\"2024-07-12T01:10:00.000Z\",\"0.001852\",\"0.002171\"\n\"2024-07-12T01:15:00.000Z\",\"0.002028\",\"0.00228\"\n\"2024-07-12T01:20:00.000Z\",\"0.001619\",\"0.001998\"\n\"2024-07-12T01:25:00.000Z\",\"0.001737\",\"0.002012\"\n\"2024-07-12T01:30:00.000Z\",\"0.001751\",\"0.002127\"\n\"2024-07-12T01:35:00.000Z\",\"0.001746\",\"0.002042\"\n\"2024-07-12T01:40:00.000Z\",\"0.001808\",\"0.002267\"\n\"2024-07-12T01:45:00.000Z\",\"0.001773\",\"0.002206\"\n\"2024-07-12T01:50:00.000Z\",\"0.001993\",\"0.002313\"\n\"2024-07-12T01:55:00.000Z\",\"0.001902\",\"0.002229\"\n\"2024-07-12T02:00:00.000Z\",\"0.001769\",\"0.002056\"\n\"2024-07-12T02:05:00.000Z\",\"0.001817\",\"0.002302\"\n\"2024-07-12T02:10:00.000Z\",\"0.001901\",\"0.00215\"\n\"2024-07-12T02:15:00.000Z\",\"0.001782\",\"0.00208\"\n\"2024-07-12T02:20:00.000Z\",\"0.001841\",\"0.002237\"\n\"2024-07-12T02:25:00.000Z\",\"0.001875\",\"0.002225\"\n\"2024-07-12T02:30:00.000Z\",\"0.001864\",\"0.002218\"\n\"2024-07-12T02:35:00.000Z\",\"0.001667\",\"0.002095\"\n\"2024-07-12T02:40:00.000Z\",\"0.001913\",\"0.002138\"\n\"2024-07-12T02:45:00.000Z\",\"0.001761\",\"0.002164\"\n\"2024-07-12T02:50:00.000Z\",\"0.001673\",\"0.002088\"\n\"2024-07-12T02:55:00.000Z\",\"0.001966\",\"0.002212\"\n\"2024-07-12T03:00:00.000Z\",\"0.001912\",\"0.002349\"\n\"2024-07-12T03:05:00.000Z\",\"0.002404\",\"0.002815\"\n\"2024-07-12T03:10:00.000Z\",\"0.003138\",\"0.003612\"\n\"2024-07-12T03:15:00.000Z\",\"0.001828\",\"0.002194\"\n\"2024-07-12T03:20:00.000Z\",\"0.001696\",\"0.002095\"\n\"2024-07-12T03:25:00.000Z\",\"0.001794\",\"0.002138\"\n\"2024-07-12T03:30:00.000Z\",\"0.001977\",\"0.002311\"\n\"2024-07-12T03:35:00.000Z\",\"0.001748\",\"0.002089\"\n\"2024-07-12T03:40:00.000Z\",\"0.001837\",\"0.00218\"\n\"2024-07-12T03:45:00.000Z\",\"0.00162\",\"0.001934\"\n\"2024-07-12T03:50:00.000Z\",\"0.001339\",\"0.001717\"\n\"2024-07-12T03:55:00.000Z\",\"0.001362\",\"0.001791\"\n\"2024-07-12T04:00:00.000Z\",\"0.001387\",\"0.00181\"\n\"2024-07-12T04:05:00.000Z\",\"0.001664\",\"0.001988\"\n\"2024-07-12T04:10:00.000Z\",\"0.001775\",\"0.00216\"\n\"2024-07-12T04:15:00.000Z\",\"0.002759\",\"0.003041\"\n\"2024-07-12T04:20:00.000Z\",\"0.001805\",\"0.002071\"\n\"2024-07-12T04:25:00.000Z\",\"0.001637\",\"0.002026\"\n\"2024-07-12T04:30:00.000Z\",\"0.002447\",\"0.002665\"\n\"2024-07-12T04:35:00.000Z\",\"0.002614\",\"0.002759\"\n\"2024-07-12T04:40:00.000Z\",\"0.00168\",\"0.002083\"\n\"2024-07-12T04:45:00.000Z\",\"0.002451\",\"0.002668\"\n\"2024-07-12T04:50:00.000Z\",\"0.001743\",\"0.002084\"\n\"2024-07-12T04:55:00.000Z\",\"0.00255\",\"0.00281\"\n\"2024-07-12T05:00:00.000Z\",\"0.002021\",\"0.002462\"\n\"2024-07-12T05:05:00.000Z\",\"0.002239\",\"0.002547\"\n\"2024-07-12T05:10:00.000Z\",\"0.001815\",\"0.002119\"\n\"2024-07-12T05:15:00.000Z\",\"0.001898\",\"0.002289\"\n\"2024-07-12T05:20:00.000Z\",\"0.002121\",\"0.002435\"\n\"2024-07-12T05:25:00.000Z\",\"0.001717\",\"0.002093\"\n\"2024-07-12T05:30:00.000Z\",\"0.001882\",\"0.002269\"\n\"2024-07-12T05:35:00.000Z\",\"0.002408\",\"0.00268\"\n\"2024-07-12T05:40:00.000Z\",\"0.002036\",\"0.002356\"\n\"2024-07-12T05:45:00.000Z\",\"0.0022\",\"0.002395\"\n\"2024-07-12T05:50:00.000Z\",\"0.002072\",\"0.002341\"\n\"2024-07-12T05:55:00.000Z\",\"0.003223\",\"0.003597\"\n\"2024-07-12T06:00:00.000Z\",\"0.002069\",\"0.002474\"\n\"2024-07-12T06:05:00.000Z\",\"0.00373\",\"0.004084\"\n\"2024-07-12T06:10:00.000Z\",\"0.002205\",\"0.002503\"\n\"2024-07-12T06:15:00.000Z\",\"0.001892\",\"0.002238\"\n\"2024-07-12T06:20:00.000Z\",\"0.002369\",\"0.002587\"\n\"2024-07-12T06:25:00.000Z\",\"0.002107\",\"0.002395\"\n\"2024-07-12T06:30:00.000Z\",\"0.001938\",\"0.002189\"\n\"2024-07-12T06:35:00.000Z\",\"0.002156\",\"0.00245\"\n\"2024-07-12T06:40:00.000Z\",\"0.002286\",\"0.00249\"\n\"2024-07-12T06:45:00.000Z\",\"0.001892\",\"0.002243\"\n\"2024-07-12T06:50:00.000Z\",\"0.002233\",\"0.002335\"\n\"2024-07-12T06:55:00.000Z\",\"0.004263\",\"0.004485\"\n\"2024-07-12T07:00:00.000Z\",\"0.002018\",\"0.002292\"\n\"2024-07-12T07:05:00.000Z\",\"0.002194\",\"0.002527\"\n\"2024-07-12T07:10:00.000Z\",\"0.001834\",\"0.002133\"\n\"2024-07-12T07:15:00.000Z\",\"0.002132\",\"0.002472\"\n\"2024-07-12T07:20:00.000Z\",\"0.005531\",\"0.005585\"\n\"2024-07-12T07:25:00.000Z\",\"0.003621\",\"0.003757\"\n\"2024-07-12T07:30:00.000Z\",\"0.002112\",\"0.00259\"\n\"2024-07-12T07:35:00.000Z\",\"0.002325\",\"0.002478\"\n\"2024-07-12T07:40:00.000Z\",\"0.002053\",\"0.002369\"\n\"2024-07-12T07:45:00.000Z\",\"0.002159\",\"0.002389\"\n\"2024-07-12T07:50:00.000Z\",\"0.001783\",\"0.002185\"\n\"2024-07-12T07:55:00.000Z\",\"0.002223\",\"0.002413\"\n\"2024-07-12T08:00:00.000Z\",\"0.002432\",\"0.002743\"\n\"2024-07-12T08:05:00.000Z\",\"0.001663\",\"0.001927\"\n\"2024-07-12T08:10:00.000Z\",\"0.001838\",\"0.002194\"\n\"2024-07-12T08:15:00.000Z\",\"0.002191\",\"0.002464\"\n\"2024-07-12T08:20:00.000Z\",\"0.001913\",\"0.002332\"\n\"2024-07-12T08:25:00.000Z\",\"0.001981\",\"0.002181\"\n\"2024-07-12T08:30:00.000Z\",\"0.002167\",\"0.00238\"\n\"2024-07-12T08:35:00.000Z\",\"0.002089\",\"0.002489\"\n\"2024-07-12T08:40:00.000Z\",\"0.001663\",\"0.002064\"\n\"2024-07-12T08:45:00.000Z\",\"0.002029\",\"0.002398\"\n\"2024-07-12T08:50:00.000Z\",\"0.002164\",\"0.002345\"\n\"2024-07-12T08:55:00.000Z\",\"0.002249\",\"0.002314\"\n\"2024-07-12T09:00:00.000Z\",\"0.001712\",\"0.001964\"\n\"2024-07-12T09:05:00.000Z\",\"0.002218\",\"0.002529\"\n\"2024-07-12T09:10:00.000Z\",\"0.001812\",\"0.002088\"\n\"2024-07-12T09:15:00.000Z\",\"0.001923\",\"0.00221\"\n\"2024-07-12T09:20:00.000Z\",\"0.00232\",\"0.002678\"\n\"2024-07-12T09:25:00.000Z\",\"0.001862\",\"0.002121\"\n\"2024-07-12T09:30:00.000Z\",\"0.001724\",\"0.002068\"\n\"2024-07-12T09:35:00.000Z\",\"0.002302\",\"0.002694\"\n\"2024-07-12T09:40:00.000Z\",\"0.001606\",\"0.001903\"\n\"2024-07-12T09:45:00.000Z\",\"0.002182\",\"0.002396\"\n\"2024-07-12T09:50:00.000Z\",\"0.002105\",\"0.002435\"\n\"2024-07-12T09:55:00.000Z\",\"0.002084\",\"0.002345\"\n\"2024-07-12T10:00:00.000Z\",\"0.001897\",\"0.00222\"\n\"2024-07-12T10:05:00.000Z\",\"0.001629\",\"0.001964\"\n\"2024-07-12T10:10:00.000Z\",\"0.002664\",\"0.003144\"\n\"2024-07-12T10:15:00.000Z\",\"0.001693\",\"0.001944\"\n\"2024-07-12T10:20:00.000Z\",\"0.002041\",\"0.002379\"\n\"2024-07-12T10:25:00.000Z\",\"0.002176\",\"0.002417\"\n\"2024-07-12T10:30:00.000Z\",\"0.001308\",\"0.001639\"\n\"2024-07-12T10:35:00.000Z\",\"0.002211\",\"0.002449\"\n\"2024-07-12T10:40:00.000Z\",\"0.001916\",\"0.002324\"\n\"2024-07-12T10:45:00.000Z\",\"0.00209\",\"0.002318\"\n\"2024-07-12T10:50:00.000Z\",\"0.001843\",\"0.002106\"\n\"2024-07-12T10:55:00.000Z\",\"0.00247\",\"0.002751\"\n\"2024-07-12T11:00:00.000Z\",\"0.001673\",\"0.001934\"\n\"2024-07-12T11:05:00.000Z\",\"0.002085\",\"0.002406\"\n\"2024-07-12T11:10:00.000Z\",\"0.001955\",\"0.002255\"\n\"2024-07-12T11:15:00.000Z\",\"0.002561\",\"0.002813\"\n\"2024-07-12T11:20:00.000Z\",\"0.001567\",\"0.001932\"\n\"2024-07-12T11:25:00.000Z\",\"0.002449\",\"0.002757\"\n\"2024-07-12T11:30:00.000Z\",\"0.001931\",\"0.002302\"\n\"2024-07-12T11:35:00.000Z\",\"0.002079\",\"0.00225\"\n\"2024-07-12T11:40:00.000Z\",\"0.002029\",\"0.002274\"\n\"2024-07-12T11:45:00.000Z\",\"0.00182\",\"0.002154\"\n\"2024-07-12T11:50:00.000Z\",\"0.002293\",\"0.002588\"\n\"2024-07-12T11:55:00.000Z\",\"0.002038\",\"0.002367\"\n\"2024-07-12T12:00:00.000Z\",\"0.001799\",\"0.002012\"\n\"2024-07-12T12:05:00.000Z\",\"0.002487\",\"0.002849\"\n\"2024-07-12T12:10:00.000Z\",\"0.001978\",\"0.002328\"\n\"2024-07-12T12:15:00.000Z\",\"0.001932\",\"0.002247\"\n\"2024-07-12T12:20:00.000Z\",\"0.002272\",\"0.00254\"\n\"2024-07-12T12:25:00.000Z\",\"0.002157\",\"0.002528\"\n\"2024-07-12T12:30:00.000Z\",\"0.002065\",\"0.002369\"\n\"2024-07-12T12:35:00.000Z\",\"0.002209\",\"0.002481\"\n\"2024-07-12T12:40:00.000Z\",\"0.002351\",\"0.002563\"\n\"2024-07-12T12:45:00.000Z\",\"0.003362\",\"0.003649\"\n\"2024-07-12T12:50:00.000Z\",\"0.002099\",\"0.002321\"\n\"2024-07-12T12:55:00.000Z\",\"0.002179\",\"0.002546\"\n\"2024-07-12T13:00:00.000Z\",\"0.002086\",\"0.002368\"\n\"2024-07-12T13:05:00.000Z\",\"0.001961\",\"0.002183\"\n\"2024-07-12T13:10:00.000Z\",\"0.002151\",\"0.002399\"\n\"2024-07-12T13:15:00.000Z\",\"0.002363\",\"0.002654\"\n\"2024-07-12T13:20:00.000Z\",\"0.001618\",\"0.002008\"\n\"2024-07-12T13:25:00.000Z\",\"0.00175\",\"0.002044\"\n\"2024-07-12T13:30:00.000Z\",\"0.00197\",\"0.002273\"\n\"2024-07-12T13:35:00.000Z\",\"0.002107\",\"0.002373\"\n\"2024-07-12T13:40:00.000Z\",\"0.002141\",\"0.002423\"\n\"2024-07-12T13:45:00.000Z\",\"0.00359\",\"0.003815\"\n\"2024-07-12T13:50:00.000Z\",\"0.003912\",\"0.003863\"\n\"2024-07-12T13:55:00.000Z\",\"0.005912\",\"0.005253\"\n\"2024-07-12T14:00:00.000Z\",\"0.005829\",\"0.005114\"\n\"2024-07-12T14:05:00.000Z\",\"0.00616\",\"0.005683\"\n\"2024-07-12T14:10:00.000Z\",\"0.005694\",\"0.00541\"\n\"2024-07-12T14:15:00.000Z\",\"0.00575\",\"0.004952\"\n\"2024-07-12T14:20:00.000Z\",\"0.006443\",\"0.005916\"\n\"2024-07-12T14:25:00.000Z\",\"0.004715\",\"0.004379\"\n\"2024-07-12T14:30:00.000Z\",\"0.001965\",\"0.002272\"\n\"2024-07-12T14:35:00.000Z\",\"0.002251\",\"0.002612\"\n\"2024-07-12T14:40:00.000Z\",\"0.001842\",\"0.002143\"\n\"2024-07-12T14:45:00.000Z\",\"0.002291\",\"0.002541\"\n\"2024-07-12T14:50:00.000Z\",\"0.001778\",\"0.002012\"\n\"2024-07-12T14:55:00.000Z\",\"0.002326\",\"0.002403\"\n\"2024-07-12T15:00:00.000Z\",\"0.002161\",\"0.002339\"\n\"2024-07-12T15:05:00.000Z\",\"0.00189\",\"0.002232\"\n\"2024-07-12T15:10:00.000Z\",\"0.002752\",\"0.002901\"\n\"2024-07-12T15:15:00.000Z\",\"0.001885\",\"0.002261\"\n\"2024-07-12T15:20:00.000Z\",\"0.001891\",\"0.002207\"\n\"2024-07-12T15:25:00.000Z\",\"0.002137\",\"0.002365\"\n\"2024-07-12T15:30:00.000Z\",\"0.001907\",\"0.002097\"\n\"2024-07-12T15:35:00.000Z\",\"0.002096\",\"0.002413\"\n\"2024-07-12T15:40:00.000Z\",\"0.002043\",\"0.00238\"\n\"2024-07-12T15:45:00.000Z\",\"0.001965\",\"0.002362\"\n\"2024-07-12T15:50:00.000Z\",\"0.002114\",\"0.002554\"\n\"2024-07-12T15:55:00.000Z\",\"0.001785\",\"0.002033\"\n\"2024-07-12T16:00:00.000Z\",\"0.002015\",\"0.00228\"\n\"2024-07-12T16:05:00.000Z\",\"0.001446\",\"0.001797\"\n\"2024-07-12T16:10:00.000Z\",\"0.002212\",\"0.002505\"\n\"2024-07-12T16:15:00.000Z\",\"0.001896\",\"0.002294\"\n\"2024-07-12T16:20:00.000Z\",\"0.001877\",\"0.002276\"\n\"2024-07-12T16:25:00.000Z\",\"0.001548\",\"0.001833\"\n\"2024-07-12T16:30:00.000Z\",\"0.001708\",\"0.002065\"\n\"2024-07-12T16:35:00.000Z\",\"0.001845\",\"0.002186\"\n\"2024-07-12T16:40:00.000Z\",\"0.001746\",\"0.002001\"\n\"2024-07-12T16:45:00.000Z\",\"0.001842\",\"0.002155\"\n\"2024-07-12T16:50:00.000Z\",\"0.002014\",\"0.002234\"\n\"2024-07-12T16:55:00.000Z\",\"0.001722\",\"0.002014\"\n\"2024-07-12T17:00:00.000Z\",\"0.0018\",\"0.002033\"\n\"2024-07-12T17:05:00.000Z\",\"0.001773\",\"0.002137\"\n\"2024-07-12T17:10:00.000Z\",\"0.001893\",\"0.002178\"\n\"2024-07-12T17:15:00.000Z\",\"0.001908\",\"0.0023\"\n\"2024-07-12T17:20:00.000Z\",\"0.001716\",\"0.002013\"\n\"2024-07-12T17:25:00.000Z\",\"0.001748\",\"0.001992\"\n\"2024-07-12T17:30:00.000Z\",\"0.001844\",\"0.002238\"\n\"2024-07-12T17:35:00.000Z\",\"0.001835\",\"0.002312\"\n\"2024-07-12T17:40:00.000Z\",\"0.001885\",\"0.00234\"\n\"2024-07-12T17:45:00.000Z\",\"0.00186\",\"0.002774\"\n\"2024-07-12T17:50:00.000Z\",\"0.001777\",\"0.002113\"\n\"2024-07-12T17:55:00.000Z\",\"0.001913\",\"0.00233\"\n\"2024-07-12T18:00:00.000Z\",\"0.001725\",\"0.001984\"\n\"2024-07-12T18:05:00.000Z\",\"0.001813\",\"0.002259\"\n\"2024-07-12T18:10:00.000Z\",\"0.001537\",\"0.001923\"\n\"2024-07-12T18:15:00.000Z\",\"0.001897\",\"0.002218\"\n\"2024-07-12T18:20:00.000Z\",\"0.001791\",\"0.002197\"\n\"2024-07-12T18:25:00.000Z\",\"0.001699\",\"0.002067\"\n\"2024-07-12T18:30:00.000Z\",\"0.002378\",\"0.002699\"\n\"2024-07-12T18:35:00.000Z\",\"0.002697\",\"0.003044\"\n\"2024-07-12T18:40:00.000Z\",\"0.001848\",\"0.00216\"\n\"2024-07-12T18:45:00.000Z\",\"0.001862\",\"0.002201\"\n\"2024-07-12T18:50:00.000Z\",\"0.001867\",\"0.002239\"\n\"2024-07-12T18:55:00.000Z\",\"0.001772\",\"0.002115\"\n\"2024-07-12T19:00:00.000Z\",\"0.001774\",\"0.002194\"\n\"2024-07-12T19:05:00.000Z\",\"0.001734\",\"0.002077\"\n\"2024-07-12T19:10:00.000Z\",\"0.001759\",\"0.002074\"\n\"2024-07-12T19:15:00.000Z\",\"0.001774\",\"0.002099\"\n\"2024-07-12T19:20:00.000Z\",\"0.001864\",\"0.002195\"\n\"2024-07-12T19:25:00.000Z\",\"0.001685\",\"0.002122\"\n\"2024-07-12T19:30:00.000Z\",\"0.001535\",\"0.001708\"\n\"2024-07-12T19:35:00.000Z\",\"0.001562\",\"0.001902\"\n\"2024-07-12T19:40:00.000Z\",\"0.00183\",\"0.002189\"\n\"2024-07-12T19:45:00.000Z\",\"0.00172\",\"0.002036\"\n\"2024-07-12T19:50:00.000Z\",\"0.00187\",\"0.002215\"\n\"2024-07-12T19:55:00.000Z\",\"0.0016\",\"0.001883\"\n\"2024-07-12T20:00:00.000Z\",\"0.001821\",\"0.002178\"\n\"2024-07-12T20:05:00.000Z\",\"0.001762\",\"0.002186\"\n\"2024-07-12T20:10:00.000Z\",\"0.001817\",\"0.002198\"\n\"2024-07-12T20:15:00.000Z\",\"0.001659\",\"0.002116\"\n\"2024-07-12T20:20:00.000Z\",\"0.001706\",\"0.002033\"\n\"2024-07-12T20:25:00.000Z\",\"0.001828\",\"0.002102\"\n\"2024-07-12T20:30:00.000Z\",\"0.001803\",\"0.002273\"\n\"2024-07-12T20:35:00.000Z\",\"0.0019\",\"0.002202\"\n\"2024-07-12T20:40:00.000Z\",\"0.001816\",\"0.002256\"\n\"2024-07-12T20:45:00.000Z\",\"0.001925\",\"0.002275\"\n\"2024-07-12T20:50:00.000Z\",\"0.001766\",\"0.00202\"\n\"2024-07-12T20:55:00.000Z\",\"0.001808\",\"0.002169\"\n\"2024-07-12T21:00:00.000Z\",\"0.001907\",\"0.002139\"\n\"2024-07-12T21:05:00.000Z\",\"0.00166\",\"0.001967\"\n\"2024-07-12T21:10:00.000Z\",\"0.001725\",\"0.002064\"\n\"2024-07-12T21:15:00.000Z\",\"0.001867\",\"0.00234\"\n\"2024-07-12T21:20:00.000Z\",\"0.00187\",\"0.002284\"\n\"2024-07-12T21:25:00.000Z\",\"0.001793\",\"0.00211\"\n\"2024-07-12T21:30:00.000Z\",\"0.00185\",\"0.002251\"\n\"2024-07-12T21:35:00.000Z\",\"0.001766\",\"0.002106\"\n\"2024-07-12T21:40:00.000Z\",\"0.001684\",\"0.001962\"\n\"2024-07-12T21:45:00.000Z\",\"0.00183\",\"0.002042\"\n\"2024-07-12T21:50:00.000Z\",\"0.001682\",\"0.002041\"\n\"2024-07-12T21:55:00.000Z\",\"0.002014\",\"0.002374\"\n\"2024-07-12T22:00:00.000Z\",\"0.001674\",\"0.002062\"\n\"2024-07-12T22:05:00.000Z\",\"0.001817\",\"0.002017\"\n\"2024-07-12T22:10:00.000Z\",\"0.001895\",\"0.002204\"\n\"2024-07-12T22:15:00.000Z\",\"0.002528\",\"0.002836\"\n\"2024-07-12T22:20:00.000Z\",\"0.003265\",\"0.003567\"\n\"2024-07-12T22:25:00.000Z\",\"0.001772\",\"0.002188\"\n\"2024-07-12T22:30:00.000Z\",\"0.00216\",\"0.002563\"\n\"2024-07-12T22:35:00.000Z\",\"0.001746\",\"0.002016\"\n\"2024-07-12T22:40:00.000Z\",\"0.001768\",\"0.002142\"\n\"2024-07-12T22:45:00.000Z\",\"0.001972\",\"0.002388\"\n\"2024-07-12T22:50:00.000Z\",\"0.002485\",\"0.002645\"\n\"2024-07-12T22:55:00.000Z\",\"0.001742\",\"0.00207\"\n\"2024-07-12T23:00:00.000Z\",\"0.002512\",\"0.002686\"\n\"2024-07-12T23:05:00.000Z\",\"0.002248\",\"0.002464\"\n\"2024-07-12T23:10:00.000Z\",\"0.001969\",\"0.002166\"\n\"2024-07-12T23:15:00.000Z\",\"0.002147\",\"0.002483\"\n\"2024-07-12T23:20:00.000Z\",\"0.002298\",\"0.002403\"\n\"2024-07-12T23:25:00.000Z\",\"0.001964\",\"0.002358\"\n\"2024-07-12T23:30:00.000Z\",\"0.002619\",\"0.002641\"\n\"2024-07-12T23:35:00.000Z\",\"0.002354\",\"0.002456\"\n\"2024-07-12T23:40:00.000Z\",\"0.001746\",\"0.002047\"\n\"2024-07-12T23:45:00.000Z\",\"0.002524\",\"0.00278\"\n\"2024-07-12T23:50:00.000Z\",\"0.002113\",\"0.002297\"\n\"2024-07-12T23:55:00.000Z\",\"0.00195\",\"0.002322\"\n\"2024-07-13T00:00:00.000Z\",\"0.00199\",\"0.002366\"\n\"2024-07-13T00:05:00.000Z\",\"0.002137\",\"0.002488\"\n\"2024-07-13T00:10:00.000Z\",\"0.002\",\"0.002356\"\n\"2024-07-13T00:15:00.000Z\",\"0.00205\",\"0.002367\"\n\"2024-07-13T00:20:00.000Z\",\"0.001683\",\"0.002115\"\n\"2024-07-13T00:25:00.000Z\",\"0.002742\",\"0.002854\"\n\"2024-07-13T00:30:00.000Z\",\"0.002121\",\"0.002441\"\n\"2024-07-13T00:35:00.000Z\",\"0.001738\",\"0.002058\"\n\"2024-07-13T00:40:00.000Z\",\"0.00204\",\"0.002359\"\n\"2024-07-13T00:45:00.000Z\",\"0.001915\",\"0.00214\"\n\"2024-07-13T00:50:00.000Z\",\"0.002074\",\"0.002385\"\n\"2024-07-13T00:55:00.000Z\",\"0.002605\",\"0.002654\"\n\"2024-07-13T01:00:00.000Z\",\"0.002158\",\"0.002471\"\n\"2024-07-13T01:05:00.000Z\",\"0.001778\",\"0.002153\"\n\"2024-07-13T01:10:00.000Z\",\"0.001823\",\"0.002217\"\n\"2024-07-13T01:15:00.000Z\",\"0.002141\",\"0.002468\"\n\"2024-07-13T01:20:00.000Z\",\"0.001749\",\"0.002086\"\n\"2024-07-13T01:25:00.000Z\",\"0.00205\",\"0.002236\"\n\"2024-07-13T01:30:00.000Z\",\"0.00202\",\"0.002129\"\n\"2024-07-13T01:35:00.000Z\",\"0.001643\",\"0.001978\"\n\"2024-07-13T01:40:00.000Z\",\"0.001978\",\"0.002279\"\n\"2024-07-13T01:45:00.000Z\",\"0.002232\",\"0.002549\"\n\"2024-07-13T01:50:00.000Z\",\"0.001778\",\"0.002009\"\n\"2024-07-13T01:55:00.000Z\",\"0.002091\",\"0.002478\"\n\"2024-07-13T02:00:00.000Z\",\"0.003679\",\"0.004191\"\n\"2024-07-13T02:05:00.000Z\",\"0.002117\",\"0.00239\"\n\"2024-07-13T02:10:00.000Z\",\"0.001828\",\"0.002176\"\n\"2024-07-13T02:15:00.000Z\",\"0.002368\",\"0.002636\"\n\"2024-07-13T02:20:00.000Z\",\"0.00191\",\"0.002296\"\n\"2024-07-13T02:25:00.000Z\",\"0.001803\",\"0.002119\"\n\"2024-07-13T02:30:00.000Z\",\"0.002363\",\"0.002619\"\n\"2024-07-13T02:35:00.000Z\",\"0.002205\",\"0.002481\"\n\"2024-07-13T02:40:00.000Z\",\"0.001717\",\"0.00202\"\n\"2024-07-13T02:45:00.000Z\",\"0.00222\",\"0.002368\"\n\"2024-07-13T02:50:00.000Z\",\"0.002051\",\"0.002427\"\n\"2024-07-13T02:55:00.000Z\",\"0.001811\",\"0.002202\"\n\"2024-07-13T03:00:00.000Z\",\"0.002926\",\"0.002936\"\n\"2024-07-13T03:05:00.000Z\",\"0.002318\",\"0.002452\"\n\"2024-07-13T03:10:00.000Z\",\"0.00182\",\"0.002252\"\n\"2024-07-13T03:15:00.000Z\",\"0.001907\",\"0.002236\"\n\"2024-07-13T03:20:00.000Z\",\"0.002045\",\"0.00238\"\n\"2024-07-13T03:25:00.000Z\",\"0.00197\",\"0.002137\"\n\"2024-07-13T03:30:00.000Z\",\"0.001888\",\"0.00231\"\n\"2024-07-13T03:35:00.000Z\",\"0.002032\",\"0.002311\"\n\"2024-07-13T03:40:00.000Z\",\"0.002402\",\"0.002653\"\n\"2024-07-13T03:45:00.000Z\",\"0.001328\",\"0.0018\"\n\"2024-07-13T03:50:00.000Z\",\"0.001997\",\"0.002213\"\n\"2024-07-13T03:55:00.000Z\",\"0.00382\",\"0.003501\"\n\"2024-07-13T04:00:00.000Z\",\"0.004568\",\"0.004041\"\n\"2024-07-13T04:05:00.000Z\",\"0.003844\",\"0.003502\"\n\"2024-07-13T04:10:00.000Z\",\"0.001724\",\"0.00204\"\n\"2024-07-13T04:15:00.000Z\",\"0.00142\",\"0.001797\"\n\"2024-07-13T04:20:00.000Z\",\"0.001221\",\"0.001675\"\n\"2024-07-13T04:25:00.000Z\",\"0.002091\",\"0.002537\"\n\"2024-07-13T04:30:00.000Z\",\"0.001566\",\"0.001985\"\n\"2024-07-13T04:35:00.000Z\",\"0.001311\",\"0.001731\"\n\"2024-07-13T04:40:00.000Z\",\"0.001962\",\"0.002393\"\n\"2024-07-13T04:45:00.000Z\",\"0.001257\",\"0.001699\"\n\"2024-07-13T04:50:00.000Z\",\"0.001848\",\"0.002243\"\n\"2024-07-13T04:55:00.000Z\",\"0.003313\",\"0.003662\"\n\"2024-07-13T05:00:00.000Z\",\"0.001244\",\"0.001654\"\n\"2024-07-13T05:05:00.000Z\",\"0.002301\",\"0.002374\"\n\"2024-07-13T05:10:00.000Z\",\"0.001975\",\"0.002284\"\n\"2024-07-13T05:15:00.000Z\",\"0.001603\",\"0.00183\"\n\"2024-07-13T05:20:00.000Z\",\"0.001256\",\"0.001701\"\n\"2024-07-13T05:25:00.000Z\",\"0.002182\",\"0.002567\"\n\"2024-07-13T05:30:00.000Z\",\"0.00163\",\"0.002174\"\n\"2024-07-13T05:35:00.000Z\",\"0.001189\",\"0.001577\"\n\"2024-07-13T05:40:00.000Z\",\"0.0021\",\"0.002466\"\n\"2024-07-13T05:45:00.000Z\",\"0.001523\",\"0.001825\"\n\"2024-07-13T05:50:00.000Z\",\"0.001658\",\"0.00202\"\n\"2024-07-13T05:55:00.000Z\",\"0.002007\",\"0.002367\"\n\"2024-07-13T06:00:00.000Z\",\"0.002202\",\"0.002307\"\n\"2024-07-13T06:05:00.000Z\",\"0.001731\",\"0.002128\"\n\"2024-07-13T06:10:00.000Z\",\"0.004053\",\"0.004156\"\n\"2024-07-13T06:15:00.000Z\",\"0.002293\",\"0.0026\"\n\"2024-07-13T06:20:00.000Z\",\"0.001794\",\"0.002141\"\n\"2024-07-13T06:25:00.000Z\",\"0.001623\",\"0.001992\"\n\"2024-07-13T06:30:00.000Z\",\"0.002282\",\"0.002524\"\n\"2024-07-13T06:35:00.000Z\",\"0.00216\",\"0.002386\"\n\"2024-07-13T06:40:00.000Z\",\"0.002081\",\"0.002544\"\n\"2024-07-13T06:45:00.000Z\",\"0.002161\",\"0.002333\"\n\"2024-07-13T06:50:00.000Z\",\"0.001665\",\"0.002052\"\n\"2024-07-13T06:55:00.000Z\",\"0.003896\",\"0.004147\"\n\"2024-07-13T07:00:00.000Z\",\"0.00393\",\"0.004107\"\n\"2024-07-13T07:05:00.000Z\",\"0.001773\",\"0.001945\"\n\"2024-07-13T07:10:00.000Z\",\"0.002217\",\"0.002357\"\n\"2024-07-13T07:15:00.000Z\",\"0.001765\",\"0.002132\"\n\"2024-07-13T07:20:00.000Z\",\"0.002554\",\"0.002917\"\n\"2024-07-13T07:25:00.000Z\",\"0.002074\",\"0.002338\"\n\"2024-07-13T07:30:00.000Z\",\"0.00197\",\"0.002318\"\n\"2024-07-13T07:35:00.000Z\",\"0.001911\",\"0.002235\"\n\"2024-07-13T07:40:00.000Z\",\"0.002728\",\"0.002967\"\n\"2024-07-13T07:45:00.000Z\",\"0.001748\",\"0.002081\"\n\"2024-07-13T07:50:00.000Z\",\"0.001929\",\"0.002264\"\n\"2024-07-13T07:55:00.000Z\",\"0.002103\",\"0.002388\"\n\"2024-07-13T08:00:00.000Z\",\"0.00219\",\"0.002483\"\n\"2024-07-13T08:05:00.000Z\",\"0.002547\",\"0.002687\"\n\"2024-07-13T08:10:00.000Z\",\"0.002394\",\"0.002585\"\n\"2024-07-13T08:15:00.000Z\",\"0.001943\",\"0.00227\"\n\"2024-07-13T08:20:00.000Z\",\"0.001842\",\"0.002054\"\n\"2024-07-13T08:25:00.000Z\",\"0.002508\",\"0.002719\"\n\"2024-07-13T08:30:00.000Z\",\"0.001819\",\"0.002112\"\n\"2024-07-13T08:35:00.000Z\",\"0.001843\",\"0.002232\"\n\"2024-07-13T08:40:00.000Z\",\"0.001947\",\"0.002296\"\n\"2024-07-13T08:45:00.000Z\",\"0.002156\",\"0.002347\"\n\"2024-07-13T08:50:00.000Z\",\"0.001962\",\"0.00226\"\n\"2024-07-13T08:55:00.000Z\",\"0.002005\",\"0.002218\"\n\"2024-07-13T09:00:00.000Z\",\"0.00198\",\"0.002171\"\n\"2024-07-13T09:05:00.000Z\",\"0.002263\",\"0.002475\"\n\"2024-07-13T09:10:00.000Z\",\"0.001797\",\"0.002132\"\n\"2024-07-13T09:15:00.000Z\",\"0.002083\",\"0.002396\"\n\"2024-07-13T09:20:00.000Z\",\"0.002274\",\"0.002683\"\n\"2024-07-13T09:25:00.000Z\",\"0.00252\",\"0.002721\"\n\"2024-07-13T09:30:00.000Z\",\"0.002553\",\"0.00298\"\n\"2024-07-13T09:35:00.000Z\",\"0.001906\",\"0.002251\"\n\"2024-07-13T09:40:00.000Z\",\"0.001911\",\"0.002337\"\n\"2024-07-13T09:45:00.000Z\",\"0.002409\",\"0.00266\"\n\"2024-07-13T09:50:00.000Z\",\"0.002099\",\"0.002552\"\n\"2024-07-13T09:55:00.000Z\",\"0.00178\",\"0.002122\"\n\"2024-07-13T10:00:00.000Z\",\"0.002253\",\"0.002361\"\n\"2024-07-13T10:05:00.000Z\",\"0.002143\",\"0.002438\"\n\"2024-07-13T10:10:00.000Z\",\"0.00184\",\"0.002129\"\n\"2024-07-13T10:15:00.000Z\",\"0.001964\",\"0.002299\"\n\"2024-07-13T10:20:00.000Z\",\"0.001871\",\"0.002094\"\n\"2024-07-13T10:25:00.000Z\",\"0.001801\",\"0.002109\"\n\"2024-07-13T10:30:00.000Z\",\"0.001972\",\"0.002349\"\n\"2024-07-13T10:35:00.000Z\",\"0.002072\",\"0.002473\"\n\"2024-07-13T10:40:00.000Z\",\"0.001632\",\"0.00199\"\n\"2024-07-13T10:45:00.000Z\",\"0.00206\",\"0.002381\"\n\"2024-07-13T10:50:00.000Z\",\"0.001747\",\"0.00204\"\n\"2024-07-13T10:55:00.000Z\",\"0.001866\",\"0.002222\"\n\"2024-07-13T11:00:00.000Z\",\"0.001861\",\"0.002165\"\n\"2024-07-13T11:05:00.000Z\",\"0.001869\",\"0.002183\"\n\"2024-07-13T11:10:00.000Z\",\"0.001788\",\"0.002154\"\n\"2024-07-13T11:15:00.000Z\",\"0.001825\",\"0.002036\"\n\"2024-07-13T11:20:00.000Z\",\"0.002029\",\"0.002395\"\n\"2024-07-13T11:25:00.000Z\",\"0.001726\",\"0.002061\"\n\"2024-07-13T11:30:00.000Z\",\"0.00225\",\"0.002569\"\n\"2024-07-13T11:35:00.000Z\",\"0.003174\",\"0.003465\"\n\"2024-07-13T11:40:00.000Z\",\"0.001851\",\"0.002175\"\n\"2024-07-13T11:45:00.000Z\",\"0.001494\",\"0.001787\"\n\"2024-07-13T11:50:00.000Z\",\"0.001811\",\"0.00216\"\n\"2024-07-13T11:55:00.000Z\",\"0.001866\",\"0.002143\"\n\"2024-07-13T12:00:00.000Z\",\"0.001974\",\"0.002212\"\n\"2024-07-13T12:05:00.000Z\",\"0.001769\",\"0.002052\"\n\"2024-07-13T12:10:00.000Z\",\"0.001872\",\"0.002126\"\n\"2024-07-13T12:15:00.000Z\",\"0.001816\",\"0.002132\"\n\"2024-07-13T12:20:00.000Z\",\"0.001376\",\"0.001809\"\n\"2024-07-13T12:25:00.000Z\",\"0.001837\",\"0.002093\"\n\"2024-07-13T12:30:00.000Z\",\"0.001927\",\"0.00229\"\n\"2024-07-13T12:35:00.000Z\",\"0.001712\",\"0.002144\"\n\"2024-07-13T12:40:00.000Z\",\"0.001882\",\"0.002131\"\n\"2024-07-13T12:45:00.000Z\",\"0.00199\",\"0.00217\"\n\"2024-07-13T12:50:00.000Z\",\"0.001689\",\"0.001977\"\n\"2024-07-13T12:55:00.000Z\",\"0.001722\",\"0.001986\"\n\"2024-07-13T13:00:00.000Z\",\"0.001899\",\"0.002139\"\n\"2024-07-13T13:05:00.000Z\",\"0.001935\",\"0.002205\"\n\"2024-07-13T13:10:00.000Z\",\"0.001858\",\"0.002084\"\n\"2024-07-13T13:15:00.000Z\",\"0.001729\",\"0.002039\"\n\"2024-07-13T13:20:00.000Z\",\"0.00158\",\"0.001875\"\n\"2024-07-13T13:25:00.000Z\",\"0.001485\",\"0.00165\"\n\"2024-07-13T13:30:00.000Z\",\"0.001782\",\"0.001932\"\n\"2024-07-13T13:35:00.000Z\",\"0.001471\",\"0.0017\"\n\"2024-07-13T15:40:00.000Z\",\"0.001398\",\"0.001672\"\n\"2024-07-13T15:45:00.000Z\",\"0.001543\",\"0.001863\"\n\"2024-07-13T15:50:00.000Z\",\"0.00119\",\"0.001491\"\n\"2024-07-13T15:55:00.000Z\",\"0.001197\",\"0.00146\"\n\"2024-07-13T16:00:00.000Z\",\"0.001337\",\"0.001656\"\n\"2024-07-13T16:05:00.000Z\",\"0.001332\",\"0.001564\"\n\"2024-07-13T16:10:00.000Z\",\"0.001366\",\"0.001718\"\n\"2024-07-13T16:15:00.000Z\",\"0.001714\",\"0.001927\"\n\"2024-07-13T16:20:00.000Z\",\"0.001649\",\"0.001969\"\n\"2024-07-13T16:25:00.000Z\",\"0.001303\",\"0.001624\"\n\"2024-07-13T16:30:00.000Z\",\"0.001425\",\"0.001756\"\n\"2024-07-13T16:35:00.000Z\",\"0.001883\",\"0.002084\"\n\"2024-07-13T16:40:00.000Z\",\"0.001512\",\"0.001795\"\n\"2024-07-13T16:45:00.000Z\",\"0.001855\",\"0.002037\"\n\"2024-07-13T16:50:00.000Z\",\"0.00147\",\"0.001716\"\n\"2024-07-13T16:55:00.000Z\",\"0.002128\",\"0.001952\"\n\"2024-07-13T17:00:00.000Z\",\"0.001753\",\"0.001946\"\n\"2024-07-13T17:05:00.000Z\",\"0.00156\",\"0.001878\"\n\"2024-07-13T17:10:00.000Z\",\"0.001227\",\"0.001514\"\n\"2024-07-13T17:15:00.000Z\",\"0.001763\",\"0.001959\"\n\"2024-07-13T17:20:00.000Z\",\"0.001195\",\"0.001637\"\n\"2024-07-13T17:25:00.000Z\",\"0.001855\",\"0.002073\"\n\"2024-07-13T17:30:00.000Z\",\"0.002093\",\"0.002219\"\n\"2024-07-13T17:35:00.000Z\",\"0.001211\",\"0.0016\"\n\"2024-07-13T17:40:00.000Z\",\"0.001826\",\"0.002076\"\n\"2024-07-13T17:45:00.000Z\",\"0.001349\",\"0.001558\"\n\"2024-07-13T17:50:00.000Z\",\"0.001549\",\"0.001643\"\n\"2024-07-13T17:55:00.000Z\",\"0.001864\",\"0.00207\"\n\"2024-07-13T18:00:00.000Z\",\"0.001239\",\"0.001606\"\n\"2024-07-13T18:05:00.000Z\",\"0.001464\",\"0.001821\"\n\"2024-07-13T18:10:00.000Z\",\"0.001845\",\"0.002105\"\n\"2024-07-13T18:15:00.000Z\",\"0.001485\",\"0.001733\"\n\"2024-07-13T18:20:00.000Z\",\"0.001621\",\"0.001956\"\n\"2024-07-13T18:25:00.000Z\",\"0.001607\",\"0.0019\"\n\"2024-07-13T18:30:00.000Z\",\"0.001528\",\"0.001972\"\n\"2024-07-13T18:35:00.000Z\",\"0.001877\",\"0.00203\"\n\"2024-07-13T18:40:00.000Z\",\"0.003308\",\"0.003606\"\n\"2024-07-13T18:45:00.000Z\",\"0.001548\",\"0.001839\"\n\"2024-07-13T18:50:00.000Z\",\"0.001826\",\"0.00198\"\n\"2024-07-13T18:55:00.000Z\",\"0.001264\",\"0.001667\"\n\"2024-07-13T19:00:00.000Z\",\"0.002328\",\"0.002475\"\n\"2024-07-13T19:05:00.000Z\",\"0.001529\",\"0.001712\"\n\"2024-07-13T19:10:00.000Z\",\"0.001131\",\"0.00139\"\n\"2024-07-13T19:15:00.000Z\",\"0.001682\",\"0.001915\"\n\"2024-07-13T19:20:00.000Z\",\"0.001878\",\"0.002302\"\n\"2024-07-13T19:25:00.000Z\",\"0.00147\",\"0.001921\"\n\"2024-07-13T19:30:00.000Z\",\"0.001893\",\"0.002138\"\n\"2024-07-13T19:35:00.000Z\",\"0.001449\",\"0.001849\"\n\"2024-07-13T19:40:00.000Z\",\"0.00174\",\"0.002039\"\n\"2024-07-13T19:45:00.000Z\",\"0.001782\",\"0.001962\"\n\"2024-07-13T19:50:00.000Z\",\"0.001288\",\"0.001566\"\n\"2024-07-13T19:55:00.000Z\",\"0.002494\",\"0.002607\"\n\"2024-07-13T20:00:00.000Z\",\"0.001475\",\"0.001819\"\n\"2024-07-13T20:05:00.000Z\",\"0.001604\",\"0.001702\"\n\"2024-07-13T20:10:00.000Z\",\"0.001886\",\"0.002045\"\n\"2024-07-13T20:15:00.000Z\",\"0.001938\",\"0.002048\"\n\"2024-07-13T20:20:00.000Z\",\"0.001666\",\"0.001879\"\n\"2024-07-13T20:25:00.000Z\",\"0.001495\",\"0.001759\"\n\"2024-07-13T20:30:00.000Z\",\"0.001512\",\"0.001838\"\n\"2024-07-13T20:35:00.000Z\",\"0.002016\",\"0.00223\"\n\"2024-07-13T20:40:00.000Z\",\"0.001441\",\"0.001809\"\n\"2024-07-13T20:45:00.000Z\",\"0.00139\",\"0.001588\"\n\"2024-07-13T20:50:00.000Z\",\"0.001892\",\"0.002146\"\n\"2024-07-13T20:55:00.000Z\",\"0.001619\",\"0.001923\"\n\"2024-07-13T21:00:00.000Z\",\"0.001804\",\"0.002047\"\n\"2024-07-13T21:05:00.000Z\",\"0.003411\",\"0.003784\"\n\"2024-07-13T21:10:00.000Z\",\"0.001887\",\"0.002018\"\n\"2024-07-13T21:15:00.000Z\",\"0.001744\",\"0.002122\"\n\"2024-07-13T21:20:00.000Z\",\"0.001692\",\"0.001971\"\n\"2024-07-13T21:25:00.000Z\",\"0.001458\",\"0.001849\"\n\"2024-07-13T21:30:00.000Z\",\"0.002053\",\"0.002143\"\n\"2024-07-13T21:35:00.000Z\",\"0.001256\",\"0.001459\"\n\"2024-07-13T21:40:00.000Z\",\"0.001742\",\"0.001983\"\n\"2024-07-13T21:45:00.000Z\",\"0.002043\",\"0.002081\"\n\"2024-07-13T21:50:00.000Z\",\"0.001828\",\"0.001992\"\n\"2024-07-13T21:55:00.000Z\",\"0.001649\",\"0.0019\"\n\"2024-07-13T22:00:00.000Z\",\"0.00306\",\"0.003461\"\n\"2024-07-13T22:05:00.000Z\",\"0.001711\",\"0.001963\"\n\"2024-07-13T22:10:00.000Z\",\"0.001214\",\"0.001573\"\n\"2024-07-13T22:15:00.000Z\",\"0.001207\",\"0.001418\"\n\"2024-07-13T22:20:00.000Z\",\"0.001377\",\"0.001581\"\n\"2024-07-13T22:25:00.000Z\",\"0.001326\",\"0.001512\"\n\"2024-07-13T22:30:00.000Z\",\"0.001315\",\"0.001719\"\n\"2024-07-13T22:35:00.000Z\",\"0.001428\",\"0.001739\"\n\"2024-07-13T22:40:00.000Z\",\"0.001338\",\"0.001593\"\n\"2024-07-13T22:45:00.000Z\",\"0.001277\",\"0.001551\"\n\"2024-07-13T22:50:00.000Z\",\"0.001348\",\"0.001617\"\n\"2024-07-13T22:55:00.000Z\",\"0.001195\",\"0.001447\"\n\"2024-07-13T23:00:00.000Z\",\"0.001237\",\"0.001443\"\n\"2024-07-13T23:05:00.000Z\",\"0.00153\",\"0.001809\"\n\"2024-07-13T23:10:00.000Z\",\"0.001254\",\"0.001571\"\n\"2024-07-13T23:15:00.000Z\",\"0.001824\",\"0.00215\"\n\"2024-07-13T23:20:00.000Z\",\"0.001251\",\"0.001443\"\n\"2024-07-13T23:25:00.000Z\",\"0.00114\",\"0.001383\"\n\"2024-07-13T23:30:00.000Z\",\"0.001339\",\"0.001597\"\n\"2024-07-13T23:35:00.000Z\",\"0.001314\",\"0.001629\"\n\"2024-07-13T23:40:00.000Z\",\"0.001186\",\"0.001366\"\n\"2024-07-13T23:45:00.000Z\",\"0.001085\",\"0.001364\"\n\"2024-07-13T23:50:00.000Z\",\"0.001112\",\"0.001384\"\n\"2024-07-13T23:55:00.000Z\",\"0.001528\",\"0.001762\"\n\"2024-07-14T00:00:00.000Z\",\"0.001155\",\"0.00136\"\n\"2024-07-14T00:05:00.000Z\",\"0.001283\",\"0.001557\"\n\"2024-07-14T00:10:00.000Z\",\"0.001194\",\"0.001356\"\n\"2024-07-14T00:15:00.000Z\",\"0.001452\",\"0.001705\"\n\"2024-07-14T00:20:00.000Z\",\"0.001208\",\"0.001481\"\n\"2024-07-14T00:25:00.000Z\",\"0.001427\",\"0.001501\"\n\"2024-07-14T00:30:00.000Z\",\"0.001377\",\"0.00154\"\n\"2024-07-14T00:35:00.000Z\",\"0.001259\",\"0.001472\"\n\"2024-07-14T00:40:00.000Z\",\"0.001503\",\"0.001728\"\n\"2024-07-14T00:45:00.000Z\",\"0.006738\",\"0.006636\"\n\"2024-07-14T00:50:00.000Z\",\"0.006929\",\"0.006774\"\n\"2024-07-14T00:55:00.000Z\",\"0.007096\",\"0.006876\"\n\"2024-07-14T01:00:00.000Z\",\"0.007123\",\"0.006909\"\n\"2024-07-14T01:05:00.000Z\",\"0.005526\",\"0.00556\"\n\"2024-07-14T01:10:00.000Z\",\"0.001377\",\"0.001684\"\n\"2024-07-14T01:15:00.000Z\",\"0.001363\",\"0.001499\"\n\"2024-07-14T01:20:00.000Z\",\"0.001438\",\"0.00172\"\n\"2024-07-14T01:25:00.000Z\",\"0.001161\",\"0.001371\"\n\"2024-07-14T01:30:00.000Z\",\"0.001155\",\"0.001482\"\n\"2024-07-14T01:35:00.000Z\",\"0.001348\",\"0.001666\"\n\"2024-07-14T01:40:00.000Z\",\"0.001368\",\"0.00169\"\n\"2024-07-14T01:45:00.000Z\",\"0.00138\",\"0.001694\"\n\"2024-07-14T01:50:00.000Z\",\"0.003142\",\"0.003462\"\n\"2024-07-14T01:55:00.000Z\",\"0.002064\",\"0.00223\"\n\"2024-07-14T02:00:00.000Z\",\"0.001296\",\"0.001509\"\n\"2024-07-14T02:05:00.000Z\",\"0.001198\",\"0.00147\"\n\"2024-07-14T02:10:00.000Z\",\"0.001776\",\"0.001876\"\n\"2024-07-14T02:15:00.000Z\",\"0.001265\",\"0.001525\"\n\"2024-07-14T02:20:00.000Z\",\"0.001309\",\"0.001577\"\n\"2024-07-14T02:25:00.000Z\",\"0.001364\",\"0.001854\"\n\"2024-07-14T02:30:00.000Z\",\"0.001311\",\"0.001462\"\n\"2024-07-14T02:35:00.000Z\",\"0.001141\",\"0.001381\"\n\"2024-07-14T02:40:00.000Z\",\"0.001211\",\"0.001432\"\n\"2024-07-14T02:45:00.000Z\",\"0.001164\",\"0.001472\"\n\"2024-07-14T02:50:00.000Z\",\"0.001252\",\"0.001648\"\n\"2024-07-14T02:55:00.000Z\",\"0.00126\",\"0.001429\"\n\"2024-07-14T03:00:00.000Z\",\"0.001138\",\"0.001384\"\n\"2024-07-14T03:05:00.000Z\",\"0.001348\",\"0.001493\"\n\"2024-07-14T03:10:00.000Z\",\"0.001381\",\"0.001645\"\n\"2024-07-14T03:15:00.000Z\",\"0.001419\",\"0.001634\"\n\"2024-07-14T03:20:00.000Z\",\"0.001133\",\"0.001384\"\n\"2024-07-14T03:25:00.000Z\",\"0.001162\",\"0.001464\"\n\"2024-07-14T03:30:00.000Z\",\"0.001341\",\"0.001644\"\n\"2024-07-14T03:35:00.000Z\",\"0.001321\",\"0.001557\"\n\"2024-07-14T03:40:00.000Z\",\"0.001392\",\"0.00159\"\n\"2024-07-14T03:45:00.000Z\",\"0.00057\",\"0.000861\"\n\"2024-07-14T03:50:00.000Z\",\"0.000915\",\"0.001085\"\n\"2024-07-14T03:55:00.000Z\",\"0.000685\",\"0.000955\"\n\"2024-07-14T04:00:00.000Z\",\"0.000797\",\"0.001128\"\n\"2024-07-14T04:05:00.000Z\",\"0.000812\",\"0.001339\"\n\"2024-07-14T04:10:00.000Z\",\"0.001266\",\"0.001575\"\n\"2024-07-14T04:15:00.000Z\",\"0.000817\",\"0.00116\"\n\"2024-07-14T04:20:00.000Z\",\"0.000815\",\"0.001136\"\n\"2024-07-14T04:25:00.000Z\",\"0.001025\",\"0.001171\"\n\"2024-07-14T04:30:00.000Z\",\"0.000605\",\"0.001033\"\n\"2024-07-14T04:35:00.000Z\",\"0.000914\",\"0.001186\"\n\"2024-07-14T04:40:00.000Z\",\"0.000817\",\"0.001108\"\n\"2024-07-14T04:45:00.000Z\",\"0.000846\",\"0.001242\"\n\"2024-07-14T04:50:00.000Z\",\"0.00075\",\"0.001158\"\n\"2024-07-14T04:55:00.000Z\",\"0.001016\",\"0.001421\"\n\"2024-07-14T05:00:00.000Z\",\"0.000658\",\"0.001027\"\n\"2024-07-14T05:05:00.000Z\",\"0.000829\",\"0.001111\"\n\"2024-07-14T05:10:00.000Z\",\"0.000819\",\"0.001073\"\n\"2024-07-14T05:15:00.000Z\",\"0.000612\",\"0.000936\"\n\"2024-07-14T05:20:00.000Z\",\"0.000743\",\"0.001066\"\n\"2024-07-14T05:25:00.000Z\",\"0.000937\",\"0.001338\"\n\"2024-07-14T05:30:00.000Z\",\"0.000849\",\"0.001029\"\n\"2024-07-14T05:35:00.000Z\",\"0.000607\",\"0.001022\"\n\"2024-07-14T05:40:00.000Z\",\"0.000901\",\"0.001187\"\n\"2024-07-14T05:45:00.000Z\",\"0.00069\",\"0.001028\"\n\"2024-07-14T05:50:00.000Z\",\"0.000827\",\"0.001033\"\n\"2024-07-14T05:55:00.000Z\",\"0.000644\",\"0.000915\"\n\"2024-07-14T06:00:00.000Z\",\"0.00086\",\"0.001116\"\n\"2024-07-14T06:05:00.000Z\",\"0.000884\",\"0.001189\"\n\"2024-07-14T06:10:00.000Z\",\"0.000933\",\"0.001258\"\n\"2024-07-14T06:15:00.000Z\",\"0.002573\",\"0.002982\"\n\"2024-07-14T06:20:00.000Z\",\"0.000832\",\"0.001166\"\n\"2024-07-14T06:25:00.000Z\",\"0.000661\",\"0.001022\"\n\"2024-07-14T06:30:00.000Z\",\"0.000985\",\"0.001179\"\n\"2024-07-14T06:35:00.000Z\",\"0.000749\",\"0.001058\"\n\"2024-07-14T06:40:00.000Z\",\"0.000795\",\"0.00112\"\n\"2024-07-14T06:45:00.000Z\",\"0.000996\",\"0.001337\"\n\"2024-07-14T06:50:00.000Z\",\"0.000802\",\"0.00124\"\n\"2024-07-14T06:55:00.000Z\",\"0.000717\",\"0.001092\"\n\"2024-07-14T07:00:00.000Z\",\"0.001078\",\"0.001223\"\n\"2024-07-14T07:05:00.000Z\",\"0.001034\",\"0.001238\"\n\"2024-07-14T07:10:00.000Z\",\"0.001307\",\"0.001435\"\n\"2024-07-14T07:15:00.000Z\",\"0.001299\",\"0.001615\"\n\"2024-07-14T07:20:00.000Z\",\"0.001281\",\"0.001579\"\n\"2024-07-14T07:25:00.000Z\",\"0.001175\",\"0.001376\"\n\"2024-07-14T07:30:00.000Z\",\"0.001191\",\"0.001469\"\n\"2024-07-14T07:35:00.000Z\",\"0.001342\",\"0.001664\"\n\"2024-07-14T07:40:00.000Z\",\"0.001324\",\"0.001471\"\n\"2024-07-14T07:45:00.000Z\",\"0.001351\",\"0.001535\"\n\"2024-07-14T07:50:00.000Z\",\"0.001117\",\"0.001262\"\n\"2024-07-14T07:55:00.000Z\",\"0.001292\",\"0.00153\"\n\"2024-07-14T08:00:00.000Z\",\"0.001443\",\"0.001734\"\n\"2024-07-14T08:05:00.000Z\",\"0.001185\",\"0.001484\"\n\"2024-07-14T08:10:00.000Z\",\"0.001169\",\"0.001378\"\n\"2024-07-14T08:15:00.000Z\",\"0.001214\",\"0.001373\"\n\"2024-07-14T08:20:00.000Z\",\"0.001276\",\"0.001565\"\n\"2024-07-14T08:25:00.000Z\",\"0.001218\",\"0.001446\"\n\"2024-07-14T08:30:00.000Z\",\"0.001193\",\"0.00153\"\n\"2024-07-14T08:35:00.000Z\",\"0.001254\",\"0.00145\"\n\"2024-07-14T08:40:00.000Z\",\"0.001326\",\"0.001616\"\n\"2024-07-14T08:45:00.000Z\",\"0.001209\",\"0.001671\"\n\"2024-07-14T08:50:00.000Z\",\"0.001217\",\"0.001399\"\n\"2024-07-14T08:55:00.000Z\",\"0.001178\",\"0.001433\"\n\"2024-07-14T09:00:00.000Z\",\"0.002943\",\"0.003351\"\n\"2024-07-14T09:05:00.000Z\",\"0.001382\",\"0.001667\"\n\"2024-07-14T09:10:00.000Z\",\"0.001329\",\"0.001623\"\n\"2024-07-14T09:15:00.000Z\",\"0.001244\",\"0.001598\"\n\"2024-07-14T09:20:00.000Z\",\"0.001324\",\"0.001511\"\n\"2024-07-14T09:25:00.000Z\",\"0.001239\",\"0.001523\"\n\"2024-07-14T09:30:00.000Z\",\"0.001103\",\"0.001496\"\n\"2024-07-14T09:35:00.000Z\",\"0.001536\",\"0.001784\"\n\"2024-07-14T09:40:00.000Z\",\"0.00112\",\"0.001338\"\n\"2024-07-14T09:45:00.000Z\",\"0.001194\",\"0.001394\"\n\"2024-07-14T09:50:00.000Z\",\"0.001379\",\"0.001689\"\n\"2024-07-14T09:55:00.000Z\",\"0.001277\",\"0.001444\"\n\"2024-07-14T10:00:00.000Z\",\"0.001037\",\"0.001388\"\n\"2024-07-14T10:05:00.000Z\",\"0.001143\",\"0.001325\"\n\"2024-07-14T10:10:00.000Z\",\"0.001368\",\"0.00168\"\n\"2024-07-14T10:15:00.000Z\",\"0.001176\",\"0.001499\"\n\"2024-07-14T10:20:00.000Z\",\"0.00203\",\"0.002191\"\n\"2024-07-14T10:25:00.000Z\",\"0.001293\",\"0.001609\"\n\"2024-07-14T10:30:00.000Z\",\"0.001333\",\"0.001612\"\n\"2024-07-14T10:35:00.000Z\",\"0.002008\",\"0.002221\"\n\"2024-07-14T10:40:00.000Z\",\"0.001741\",\"0.001959\"\n\"2024-07-14T10:45:00.000Z\",\"0.001059\",\"0.001445\"\n\"2024-07-14T10:50:00.000Z\",\"0.00158\",\"0.001785\"\n\"2024-07-14T10:55:00.000Z\",\"0.002631\",\"0.002646\"\n\"2024-07-14T11:00:00.000Z\",\"0.001749\",\"0.001944\"\n\"2024-07-14T11:05:00.000Z\",\"0.001721\",\"0.00193\"\n\"2024-07-14T11:10:00.000Z\",\"0.00162\",\"0.001748\"\n\"2024-07-14T11:15:00.000Z\",\"0.001974\",\"0.002084\"\n\"2024-07-14T11:20:00.000Z\",\"0.001732\",\"0.001971\"\n\"2024-07-14T11:25:00.000Z\",\"0.001173\",\"0.001338\"\n\"2024-07-14T11:30:00.000Z\",\"0.001672\",\"0.001824\"\n\"2024-07-14T11:35:00.000Z\",\"0.00156\",\"0.001759\"\n\"2024-07-14T11:40:00.000Z\",\"0.001633\",\"0.001981\"\n\"2024-07-14T11:45:00.000Z\",\"0.001634\",\"0.001793\"\n\"2024-07-14T11:50:00.000Z\",\"0.001298\",\"0.001628\"\n\"2024-07-14T11:55:00.000Z\",\"0.001544\",\"0.001758\"\n\"2024-07-14T12:00:00.000Z\",\"0.001801\",\"0.001979\"\n\"2024-07-14T12:05:00.000Z\",\"0.001392\",\"0.001595\"\n\"2024-07-14T12:10:00.000Z\",\"0.001441\",\"0.001633\"\n\"2024-07-14T12:15:00.000Z\",\"0.001442\",\"0.00171\"\n\"2024-07-14T12:20:00.000Z\",\"0.001837\",\"0.002124\"\n\"2024-07-14T12:25:00.000Z\",\"0.001536\",\"0.001781\"\n\"2024-07-14T12:30:00.000Z\",\"0.001193\",\"0.0016\"\n\"2024-07-14T12:35:00.000Z\",\"0.001401\",\"0.001577\"\n\"2024-07-14T12:40:00.000Z\",\"0.001394\",\"0.001589\"\n\"2024-07-14T12:45:00.000Z\",\"0.001411\",\"0.001673\"\n\"2024-07-14T12:50:00.000Z\",\"0.001529\",\"0.001702\"\n\"2024-07-14T12:55:00.000Z\",\"0.001704\",\"0.001913\"\n\"2024-07-14T13:00:00.000Z\",\"0.001454\",\"0.001811\"\n\"2024-07-14T13:05:00.000Z\",\"0.000952\",\"0.001289\"\n\"2024-07-14T13:10:00.000Z\",\"0.00154\",\"0.001949\"\n\"2024-07-14T13:15:00.000Z\",\"0.001838\",\"0.002008\"\n\"2024-07-14T13:20:00.000Z\",\"0.001126\",\"0.001394\"\n\"2024-07-14T13:25:00.000Z\",\"0.001125\",\"0.00134\"\n\"2024-07-14T13:30:00.000Z\",\"0.002002\",\"0.00219\"\n\"2024-07-14T13:35:00.000Z\",\"0.001208\",\"0.00145\"\n\"2024-07-14T13:40:00.000Z\",\"0.001251\",\"0.001698\"\n\"2024-07-14T13:45:00.000Z\",\"0.001706\",\"0.002007\"\n\"2024-07-14T13:50:00.000Z\",\"0.001264\",\"0.001522\"\n\"2024-07-14T13:55:00.000Z\",\"0.001055\",\"0.001347\"\n\"2024-07-14T14:00:00.000Z\",\"0.001693\",\"0.001851\"\n\"2024-07-14T14:05:00.000Z\",\"0.001705\",\"0.002085\"\n\"2024-07-14T14:10:00.000Z\",\"0.001234\",\"0.00141\"\n\"2024-07-14T14:15:00.000Z\",\"0.001294\",\"0.001605\"\n\"2024-07-14T14:20:00.000Z\",\"0.002138\",\"0.002024\"\n\"2024-07-14T14:25:00.000Z\",\"0.001249\",\"0.001484\"\n\"2024-07-14T14:30:00.000Z\",\"0.001585\",\"0.001748\"\n\"2024-07-14T14:35:00.000Z\",\"0.002202\",\"0.002233\"\n\"2024-07-14T14:40:00.000Z\",\"0.001251\",\"0.001449\"\n\"2024-07-14T14:45:00.000Z\",\"0.001452\",\"0.001722\"\n\"2024-07-14T14:50:00.000Z\",\"0.001431\",\"0.00179\"\n\"2024-07-14T14:55:00.000Z\",\"0.001782\",\"0.002026\"\n\"2024-07-14T15:00:00.000Z\",\"0.001316\",\"0.001586\"\n\"2024-07-14T15:05:00.000Z\",\"0.001581\",\"0.001636\"\n\"2024-07-14T15:10:00.000Z\",\"0.001623\",\"0.001902\"\n\"2024-07-14T15:15:00.000Z\",\"0.001729\",\"0.001685\"\n\"2024-07-14T15:20:00.000Z\",\"0.002162\",\"0.002365\"\n\"2024-07-14T15:25:00.000Z\",\"0.003223\",\"0.003359\"\n\"2024-07-14T15:30:00.000Z\",\"0.002139\",\"0.002303\"\n\"2024-07-14T15:35:00.000Z\",\"0.001572\",\"0.001862\"\n\"2024-07-14T15:40:00.000Z\",\"0.001566\",\"0.001853\"\n\"2024-07-14T15:45:00.000Z\",\"0.001239\",\"0.001509\"\n\"2024-07-14T15:50:00.000Z\",\"0.001332\",\"0.001614\"\n\"2024-07-14T15:55:00.000Z\",\"0.004725\",\"0.004462\"\n\"2024-07-14T16:00:00.000Z\",\"0.00476\",\"0.004371\"\n\"2024-07-14T16:05:00.000Z\",\"0.004433\",\"0.004099\"\n\"2024-07-14T16:10:00.000Z\",\"0.004669\",\"0.004573\"\n\"2024-07-14T16:15:00.000Z\",\"0.004497\",\"0.004292\"\n\"2024-07-14T16:20:00.000Z\",\"0.004836\",\"0.00461\"\n\"2024-07-14T16:25:00.000Z\",\"0.00513\",\"0.004836\"\n\"2024-07-14T16:30:00.000Z\",\"0.004276\",\"0.00391\"\n\"2024-07-14T16:35:00.000Z\",\"0.001289\",\"0.001561\"\n\"2024-07-14T16:40:00.000Z\",\"0.001223\",\"0.001572\"\n\"2024-07-14T16:45:00.000Z\",\"0.001334\",\"0.001675\"\n\"2024-07-14T16:50:00.000Z\",\"0.001318\",\"0.001664\"\n\"2024-07-14T16:55:00.000Z\",\"0.00187\",\"0.002199\"\n\"2024-07-14T17:00:00.000Z\",\"0.002521\",\"0.00281\"\n\"2024-07-14T17:05:00.000Z\",\"0.001205\",\"0.001361\"\n\"2024-07-14T17:10:00.000Z\",\"0.001067\",\"0.001301\"\n\"2024-07-14T17:15:00.000Z\",\"0.00117\",\"0.001319\"\n\"2024-07-14T17:20:00.000Z\",\"0.00109\",\"0.001361\"\n\"2024-07-14T17:25:00.000Z\",\"0.001401\",\"0.001608\"\n\"2024-07-14T17:30:00.000Z\",\"0.001009\",\"0.001283\"\n\"2024-07-14T17:35:00.000Z\",\"0.001247\",\"0.001475\"\n\"2024-07-14T17:40:00.000Z\",\"0.00124\",\"0.001428\"\n\"2024-07-14T17:45:00.000Z\",\"0.00121\",\"0.001389\"\n\"2024-07-14T17:50:00.000Z\",\"0.001125\",\"0.001399\"\n\"2024-07-14T17:55:00.000Z\",\"0.001312\",\"0.001415\"\n\"2024-07-14T18:00:00.000Z\",\"0.001089\",\"0.001434\"\n\"2024-07-14T18:05:00.000Z\",\"0.00116\",\"0.001428\"\n\"2024-07-14T18:10:00.000Z\",\"0.000867\",\"0.00115\"\n\"2024-07-14T18:15:00.000Z\",\"0.001105\",\"0.001207\"\n\"2024-07-14T18:20:00.000Z\",\"0.001144\",\"0.001411\"\n\"2024-07-14T18:25:00.000Z\",\"0.001198\",\"0.00142\"\n\"2024-07-14T18:30:00.000Z\",\"0.001151\",\"0.00137\"\n\"2024-07-14T18:35:00.000Z\",\"0.001123\",\"0.00134\"\n\"2024-07-14T18:40:00.000Z\",\"0.001089\",\"0.001502\"\n\"2024-07-14T18:45:00.000Z\",\"0.001253\",\"0.001537\"\n\"2024-07-14T18:50:00.000Z\",\"0.001255\",\"0.001602\"\n\"2024-07-14T18:55:00.000Z\",\"0.001298\",\"0.00156\"\n\"2024-07-14T19:00:00.000Z\",\"0.000977\",\"0.00117\"\n\"2024-07-14T19:05:00.000Z\",\"0.000875\",\"0.00122\"\n\"2024-07-14T19:10:00.000Z\",\"0.001057\",\"0.001329\"\n\"2024-07-14T19:15:00.000Z\",\"0.001355\",\"0.001562\"\n\"2024-07-14T19:20:00.000Z\",\"0.001223\",\"0.001455\"\n\"2024-07-14T19:25:00.000Z\",\"0.001157\",\"0.001385\"\n\"2024-07-14T19:30:00.000Z\",\"0.002024\",\"0.002237\"\n\"2024-07-14T19:35:00.000Z\",\"0.002048\",\"0.002249\"\n\"2024-07-14T19:40:00.000Z\",\"0.0012\",\"0.001524\"\n\"2024-07-14T19:45:00.000Z\",\"0.00116\",\"0.001483\"\n\"2024-07-14T19:50:00.000Z\",\"0.001165\",\"0.001346\"\n\"2024-07-14T19:55:00.000Z\",\"0.001201\",\"0.001512\"\n\"2024-07-14T20:00:00.000Z\",\"0.001263\",\"0.001425\"\n\"2024-07-14T20:05:00.000Z\",\"0.001275\",\"0.001482\"\n\"2024-07-14T20:10:00.000Z\",\"0.001112\",\"0.001353\"\n\"2024-07-14T20:15:00.000Z\",\"0.001136\",\"0.00144\"\n\"2024-07-14T20:20:00.000Z\",\"0.001217\",\"0.001553\"\n\"2024-07-14T20:25:00.000Z\",\"0.001095\",\"0.001379\"\n\"2024-07-14T20:30:00.000Z\",\"0.001215\",\"0.001464\"\n\"2024-07-14T20:35:00.000Z\",\"0.001194\",\"0.001541\"\n\"2024-07-14T20:40:00.000Z\",\"0.001376\",\"0.001522\"\n\"2024-07-14T20:45:00.000Z\",\"0.001228\",\"0.00143\"\n\"2024-07-14T20:50:00.000Z\",\"0.00116\",\"0.001442\"\n\"2024-07-14T20:55:00.000Z\",\"0.001176\",\"0.001333\"\n\"2024-07-14T21:00:00.000Z\",\"0.001106\",\"0.001428\"\n\"2024-07-14T21:05:00.000Z\",\"0.001193\",\"0.001529\"\n\"2024-07-14T21:10:00.000Z\",\"0.004127\",\"0.00433\"\n\"2024-07-14T21:15:00.000Z\",\"0.005817\",\"0.005831\"\n\"2024-07-14T21:20:00.000Z\",\"0.005901\",\"0.005911\"\n\"2024-07-14T21:25:00.000Z\",\"0.005811\",\"0.005722\"\n\"2024-07-14T21:30:00.000Z\",\"0.005947\",\"0.006055\"\n\"2024-07-14T21:35:00.000Z\",\"0.005884\",\"0.005886\"\n\"2024-07-14T21:40:00.000Z\",\"0.00247\",\"0.002604\"\n\"2024-07-14T21:45:00.000Z\",\"0.001277\",\"0.001701\"\n\"2024-07-14T21:50:00.000Z\",\"0.001189\",\"0.001423\"\n\"2024-07-14T21:55:00.000Z\",\"0.001259\",\"0.001509\"\n\"2024-07-14T22:00:00.000Z\",\"0.000902\",\"0.001288\"\n\"2024-07-14T22:05:00.000Z\",\"0.001028\",\"0.001235\"\n\"2024-07-14T22:10:00.000Z\",\"0.001269\",\"0.001407\"\n\"2024-07-14T22:15:00.000Z\",\"0.002336\",\"0.002585\"\n\"2024-07-14T22:20:00.000Z\",\"0.001163\",\"0.001371\"\n\"2024-07-14T22:25:00.000Z\",\"0.001435\",\"0.001686\"\n\"2024-07-14T22:30:00.000Z\",\"0.001661\",\"0.001994\"\n\"2024-07-14T22:35:00.000Z\",\"0.001373\",\"0.001627\"\n\"2024-07-14T22:40:00.000Z\",\"0.001508\",\"0.001658\"\n\"2024-07-14T22:45:00.000Z\",\"0.001569\",\"0.001648\"\n\"2024-07-14T22:50:00.000Z\",\"0.001241\",\"0.001604\"\n\"2024-07-14T22:55:00.000Z\",\"0.001427\",\"0.001646\"\n\"2024-07-14T23:00:00.000Z\",\"0.005047\",\"0.004436\"\n\"2024-07-14T23:05:00.000Z\",\"0.00479\",\"0.00441\"\n\"2024-07-14T23:10:00.000Z\",\"0.001818\",\"0.002036\"\n\"2024-07-14T23:15:00.000Z\",\"0.001356\",\"0.001443\"\n\"2024-07-14T23:20:00.000Z\",\"0.001639\",\"0.001753\"\n\"2024-07-14T23:25:00.000Z\",\"0.001401\",\"0.001691\"\n\"2024-07-14T23:30:00.000Z\",\"0.002366\",\"0.002557\"\n\"2024-07-14T23:35:00.000Z\",\"0.004291\",\"0.004433\"\n\"2024-07-14T23:40:00.000Z\",\"0.003551\",\"0.003549\"\n\"2024-07-14T23:45:00.000Z\",\"0.001936\",\"0.002112\"\n\"2024-07-14T23:50:00.000Z\",\"0.001674\",\"0.001867\"\n\"2024-07-14T23:55:00.000Z\",\"0.00144\",\"0.001794\"\n\"2024-07-15T00:00:00.000Z\",\"0.00142\",\"0.001689\"\n\"2024-07-15T00:05:00.000Z\",\"0.001051\",\"0.001372\"\n\"2024-07-15T00:10:00.000Z\",\"0.002055\",\"0.002164\"\n\"2024-07-15T00:15:00.000Z\",\"0.001458\",\"0.001603\"\n\"2024-07-15T00:20:00.000Z\",\"0.001239\",\"0.001506\"\n\"2024-07-15T00:25:00.000Z\",\"0.001627\",\"0.001853\"\n\"2024-07-15T00:30:00.000Z\",\"0.001532\",\"0.00167\"\n\"2024-07-15T00:35:00.000Z\",\"0.001182\",\"0.001401\"\n\"2024-07-15T00:40:00.000Z\",\"0.001592\",\"0.001861\"\n\"2024-07-15T00:45:00.000Z\",\"0.001655\",\"0.001788\"\n\"2024-07-15T00:50:00.000Z\",\"0.001088\",\"0.00142\"\n\"2024-07-15T00:55:00.000Z\",\"0.001429\",\"0.001735\"\n\"2024-07-15T01:00:00.000Z\",\"0.001252\",\"0.001522\"\n\"2024-07-15T01:05:00.000Z\",\"0.000891\",\"0.001119\"\n\"2024-07-15T01:10:00.000Z\",\"0.001295\",\"0.001575\"\n\"2024-07-15T01:15:00.000Z\",\"0.001591\",\"0.00175\"\n\"2024-07-15T01:20:00.000Z\",\"0.001292\",\"0.001691\"\n\"2024-07-15T01:25:00.000Z\",\"0.001546\",\"0.001687\"\n\"2024-07-15T01:30:00.000Z\",\"0.001528\",\"0.001798\"\n\"2024-07-15T01:35:00.000Z\",\"0.001884\",\"0.002152\"\n\"2024-07-15T01:40:00.000Z\",\"0.00299\",\"0.003195\"\n\"2024-07-15T01:45:00.000Z\",\"0.001176\",\"0.001392\"\n\"2024-07-15T01:50:00.000Z\",\"0.00136\",\"0.001639\"\n\"2024-07-15T01:55:00.000Z\",\"0.001768\",\"0.001988\"\n\"2024-07-15T02:00:00.000Z\",\"0.001841\",\"0.001704\"\n\"2024-07-15T02:05:00.000Z\",\"0.001344\",\"0.001627\"\n\"2024-07-15T02:10:00.000Z\",\"0.001462\",\"0.00174\"\n\"2024-07-15T02:15:00.000Z\",\"0.003684\",\"0.004385\"\n\"2024-07-15T02:20:00.000Z\",\"0.001208\",\"0.001563\"\n\"2024-07-15T02:25:00.000Z\",\"0.001498\",\"0.001677\"\n\"2024-07-15T02:30:00.000Z\",\"0.001056\",\"0.00136\"\n\"2024-07-15T02:35:00.000Z\",\"0.001449\",\"0.001682\"\n\"2024-07-15T02:40:00.000Z\",\"0.001613\",\"0.001868\"\n\"2024-07-15T02:45:00.000Z\",\"0.001168\",\"0.001493\"\n\"2024-07-15T02:50:00.000Z\",\"0.001584\",\"0.001789\"\n\"2024-07-15T02:55:00.000Z\",\"0.001661\",\"0.00181\"\n\"2024-07-15T03:00:00.000Z\",\"0.001657\",\"0.001845\"\n\"2024-07-15T03:05:00.000Z\",\"0.001117\",\"0.001346\"\n\"2024-07-15T03:10:00.000Z\",\"0.001561\",\"0.001826\"\n\"2024-07-15T03:15:00.000Z\",\"0.00122\",\"0.001398\"\n\"2024-07-15T03:20:00.000Z\",\"0.001361\",\"0.001626\"\n\"2024-07-15T03:25:00.000Z\",\"0.001421\",\"0.001683\"\n\"2024-07-15T03:30:00.000Z\",\"0.001425\",\"0.001694\"\n\"2024-07-15T03:35:00.000Z\",\"0.001268\",\"0.001524\"\n\"2024-07-15T03:40:00.000Z\",\"0.001529\",\"0.001725\"\n\"2024-07-15T03:45:00.000Z\",\"0.002748\",\"0.003023\"\n\"2024-07-15T03:50:00.000Z\",\"0.000648\",\"0.001071\"\n\"2024-07-15T03:55:00.000Z\",\"0.001825\",\"0.002013\"\n\"2024-07-15T04:00:00.000Z\",\"0.000733\",\"0.001155\"\n\"2024-07-15T04:05:00.000Z\",\"0.000802\",\"0.001033\"\n\"2024-07-15T04:10:00.000Z\",\"0.000584\",\"0.000962\"\n\"2024-07-15T04:15:00.000Z\",\"0.000958\",\"0.001256\"\n\"2024-07-15T04:20:00.000Z\",\"0.00125\",\"0.001625\"\n\"2024-07-15T04:25:00.000Z\",\"0.003641\",\"0.00368\"\n\"2024-07-15T04:30:00.000Z\",\"0.003415\",\"0.003412\"\n\"2024-07-15T04:35:00.000Z\",\"0.003562\",\"0.003529\"\n\"2024-07-15T04:40:00.000Z\",\"0.004542\",\"0.00446\"\n\"2024-07-15T04:45:00.000Z\",\"0.003593\",\"0.00341\"\n\"2024-07-15T04:50:00.000Z\",\"0.003658\",\"0.003674\"\n\"2024-07-15T04:55:00.000Z\",\"0.000951\",\"0.001212\"\n\"2024-07-15T05:00:00.000Z\",\"0.001558\",\"0.001617\"\n\"2024-07-15T05:05:00.000Z\",\"0.001084\",\"0.001359\"\n\"2024-07-15T05:10:00.000Z\",\"0.001018\",\"0.001396\"\n\"2024-07-15T05:15:00.000Z\",\"0.00083\",\"0.001172\"\n\"2024-07-15T05:20:00.000Z\",\"0.00236\",\"0.002077\"\n\"2024-07-15T05:25:00.000Z\",\"0.00121\",\"0.001384\"\n\"2024-07-15T05:30:00.000Z\",\"0.001968\",\"0.002166\"\n\"2024-07-15T05:35:00.000Z\",\"0.001202\",\"0.001462\"\n\"2024-07-15T05:40:00.000Z\",\"0.001758\",\"0.001896\"\n\"2024-07-15T05:45:00.000Z\",\"0.001628\",\"0.001645\"\n\"2024-07-15T05:50:00.000Z\",\"0.001146\",\"0.001399\"\n\"2024-07-15T05:55:00.000Z\",\"0.001665\",\"0.001974\"\n\"2024-07-15T06:00:00.000Z\",\"0.001412\",\"0.001689\"\n\"2024-07-15T06:05:00.000Z\",\"0.001599\",\"0.001893\"\n\"2024-07-15T06:10:00.000Z\",\"0.001417\",\"0.001759\"\n\"2024-07-15T06:15:00.000Z\",\"0.001214\",\"0.001475\"\n\"2024-07-15T06:20:00.000Z\",\"0.002147\",\"0.002064\"\n\"2024-07-15T06:25:00.000Z\",\"0.002435\",\"0.002631\"\n\"2024-07-15T06:30:00.000Z\",\"0.001946\",\"0.002125\"\n\"2024-07-15T06:35:00.000Z\",\"0.001988\",\"0.002062\"\n\"2024-07-15T06:40:00.000Z\",\"0.001264\",\"0.001512\"\n\"2024-07-15T06:45:00.000Z\",\"0.001733\",\"0.001864\"\n\"2024-07-15T06:50:00.000Z\",\"0.001114\",\"0.001356\"\n\"2024-07-15T06:55:00.000Z\",\"0.001444\",\"0.001633\"\n\"2024-07-15T07:00:00.000Z\",\"0.001642\",\"0.001902\"\n\"2024-07-15T07:05:00.000Z\",\"0.001162\",\"0.001358\"\n\"2024-07-15T07:10:00.000Z\",\"0.001105\",\"0.001325\"\n\"2024-07-15T07:15:00.000Z\",\"0.001528\",\"0.001708\"\n\"2024-07-15T07:20:00.000Z\",\"0.001952\",\"0.002024\"\n\"2024-07-15T07:25:00.000Z\",\"0.001058\",\"0.001319\"\n\"2024-07-15T07:30:00.000Z\",\"0.001167\",\"0.001352\"\n\"2024-07-15T07:35:00.000Z\",\"0.001387\",\"0.001655\"\n\"2024-07-15T07:40:00.000Z\",\"0.001637\",\"0.001807\"\n\"2024-07-15T07:45:00.000Z\",\"0.001439\",\"0.001708\"\n\"2024-07-15T07:50:00.000Z\",\"0.001252\",\"0.001588\"\n\"2024-07-15T07:55:00.000Z\",\"0.001176\",\"0.001599\"\n\"2024-07-15T08:00:00.000Z\",\"0.001849\",\"0.001992\"\n\"2024-07-15T08:05:00.000Z\",\"0.001385\",\"0.001552\"\n\"2024-07-15T08:10:00.000Z\",\"0.001254\",\"0.001438\"\n\"2024-07-15T08:15:00.000Z\",\"0.001237\",\"0.001495\"\n\"2024-07-15T08:20:00.000Z\",\"0.001071\",\"0.001362\"\n\"2024-07-15T08:25:00.000Z\",\"0.001949\",\"0.002083\"\n\"2024-07-15T08:30:00.000Z\",\"0.001207\",\"0.00154\"\n\"2024-07-15T08:35:00.000Z\",\"0.001215\",\"0.001432\"\n\"2024-07-15T08:40:00.000Z\",\"0.001288\",\"0.001547\"\n\"2024-07-15T08:45:00.000Z\",\"0.001846\",\"0.00187\"\n\"2024-07-15T08:50:00.000Z\",\"0.001337\",\"0.001528\"\n\"2024-07-15T08:55:00.000Z\",\"0.003037\",\"0.003201\"\n\"2024-07-15T09:00:00.000Z\",\"0.001708\",\"0.001771\"\n\"2024-07-15T09:05:00.000Z\",\"0.001595\",\"0.001811\"\n\"2024-07-15T09:10:00.000Z\",\"0.001201\",\"0.001365\"\n\"2024-07-15T09:15:00.000Z\",\"0.001146\",\"0.001424\"\n\"2024-07-15T09:20:00.000Z\",\"0.001425\",\"0.001642\"\n\"2024-07-15T09:25:00.000Z\",\"0.001383\",\"0.001602\"\n\"2024-07-15T09:30:00.000Z\",\"0.001065\",\"0.001413\"\n\"2024-07-15T09:35:00.000Z\",\"0.001335\",\"0.001547\"\n\"2024-07-15T09:40:00.000Z\",\"0.001946\",\"0.002191\"\n\"2024-07-15T09:45:00.000Z\",\"0.001458\",\"0.00177\"\n\"2024-07-15T09:50:00.000Z\",\"0.001181\",\"0.001475\"\n\"2024-07-15T09:55:00.000Z\",\"0.001366\",\"0.001541\"\n\"2024-07-15T10:00:00.000Z\",\"0.00133\",\"0.001459\"\n\"2024-07-15T10:05:00.000Z\",\"0.001492\",\"0.001525\"\n\"2024-07-15T10:10:00.000Z\",\"0.001151\",\"0.001377\"\n\"2024-07-15T10:15:00.000Z\",\"0.001187\",\"0.001414\"\n\"2024-07-15T10:20:00.000Z\",\"0.001425\",\"0.001729\"\n\"2024-07-15T10:25:00.000Z\",\"0.001155\",\"0.001275\"\n\"2024-07-15T10:30:00.000Z\",\"0.001354\",\"0.001545\"\n\"2024-07-15T10:35:00.000Z\",\"0.001162\",\"0.001508\"\n\"2024-07-15T10:40:00.000Z\",\"0.001175\",\"0.00143\"\n\"2024-07-15T10:45:00.000Z\",\"0.001406\",\"0.001645\"\n\"2024-07-15T10:50:00.000Z\",\"0.002624\",\"0.003005\"\n\"2024-07-15T10:55:00.000Z\",\"0.001125\",\"0.001446\"\n\"2024-07-15T11:00:00.000Z\",\"0.001194\",\"0.001532\"\n\"2024-07-15T11:05:00.000Z\",\"0.001064\",\"0.001255\"\n\"2024-07-15T11:10:00.000Z\",\"0.001256\",\"0.001438\"\n\"2024-07-15T11:15:00.000Z\",\"0.001238\",\"0.001407\"\n\"2024-07-15T11:20:00.000Z\",\"0.00087\",\"0.001154\"\n\"2024-07-15T11:25:00.000Z\",\"0.00094\",\"0.001127\"\n\"2024-07-15T11:30:00.000Z\",\"0.001138\",\"0.001306\"\n\"2024-07-15T11:35:00.000Z\",\"0.001205\",\"0.001524\"\n\"2024-07-15T11:40:00.000Z\",\"0.001224\",\"0.001453\"\n\"2024-07-15T11:45:00.000Z\",\"0.001295\",\"0.00158\"\n\"2024-07-15T11:50:00.000Z\",\"0.00113\",\"0.001315\"\n\"2024-07-15T11:55:00.000Z\",\"0.001147\",\"0.001384\"\n\"2024-07-15T12:00:00.000Z\",\"0.001194\",\"0.00137\"\n\"2024-07-15T12:05:00.000Z\",\"0.001029\",\"0.001264\"\n\"2024-07-15T12:10:00.000Z\",\"0.001213\",\"0.001331\"\n\"2024-07-15T12:15:00.000Z\",\"0.001257\",\"0.001474\"\n\"2024-07-15T12:20:00.000Z\",\"0.001136\",\"0.001375\"\n\"2024-07-15T12:25:00.000Z\",\"0.001156\",\"0.001364\"\n\"2024-07-15T12:30:00.000Z\",\"0.001131\",\"0.001403\"\n\"2024-07-15T12:35:00.000Z\",\"0.001139\",\"0.001377\"\n\"2024-07-15T12:40:00.000Z\",\"0.001107\",\"0.001323\"\n\"2024-07-15T12:45:00.000Z\",\"0.00119\",\"0.001337\"\n\"2024-07-15T12:50:00.000Z\",\"0.00114\",\"0.001474\"\n\"2024-07-15T12:55:00.000Z\",\"0.001345\",\"0.001565\"\n\"2024-07-15T13:00:00.000Z\",\"0.001135\",\"0.001492\"\n\"2024-07-15T13:05:00.000Z\",\"0.001234\",\"0.001429\"\n\"2024-07-15T13:10:00.000Z\",\"0.001076\",\"0.001355\"\n\"2024-07-15T13:15:00.000Z\",\"0.001267\",\"0.001478\"\n\"2024-07-15T13:20:00.000Z\",\"0.001097\",\"0.001362\"\n\"2024-07-15T13:25:00.000Z\",\"0.001104\",\"0.001387\"\n\"2024-07-15T13:30:00.000Z\",\"0.001186\",\"0.001514\"\n\"2024-07-15T13:35:00.000Z\",\"0.001152\",\"0.001363\"\n\"2024-07-15T13:40:00.000Z\",\"0.00116\",\"0.001469\"\n\"2024-07-15T13:45:00.000Z\",\"0.001169\",\"0.001267\"\n\"2024-07-15T13:50:00.000Z\",\"0.001013\",\"0.0013\"\n\"2024-07-15T13:55:00.000Z\",\"0.001097\",\"0.001321\"\n\"2024-07-15T14:00:00.000Z\",\"0.001204\",\"0.001499\"\n\"2024-07-15T14:05:00.000Z\",\"0.001483\",\"0.001539\"\n\"2024-07-15T14:10:00.000Z\",\"0.001116\",\"0.001273\"\n\"2024-07-15T14:15:00.000Z\",\"0.001225\",\"0.00145\"\n\"2024-07-15T14:20:00.000Z\",\"0.000847\",\"0.001171\"\n\"2024-07-15T14:25:00.000Z\",\"0.000911\",\"0.001126\"\n\"2024-07-15T14:30:00.000Z\",\"0.000977\",\"0.001223\"\n\"2024-07-15T14:35:00.000Z\",\"0.001009\",\"0.001231\"\n\"2024-07-15T14:40:00.000Z\",\"0.001175\",\"0.001374\"\n\"2024-07-15T14:45:00.000Z\",\"0.001144\",\"0.001526\"\n\"2024-07-15T14:50:00.000Z\",\"0.001136\",\"0.001402\"\n\"2024-07-15T14:55:00.000Z\",\"0.00293\",\"0.003278\"\n\"2024-07-15T15:00:00.000Z\",\"0.001229\",\"0.00128\"\n\"2024-07-15T15:05:00.000Z\",\"0.001167\",\"0.00135\"\n\"2024-07-15T15:10:00.000Z\",\"0.001198\",\"0.001362\"\n\"2024-07-15T15:15:00.000Z\",\"0.001138\",\"0.001438\"\n\"2024-07-15T15:20:00.000Z\",\"0.000933\",\"0.001267\"\n\"2024-07-15T15:25:00.000Z\",\"0.001014\",\"0.001209\"\n\"2024-07-15T15:30:00.000Z\",\"0.000881\",\"0.00111\"\n\"2024-07-15T15:35:00.000Z\",\"0.001068\",\"0.001317\"\n\"2024-07-15T15:40:00.000Z\",\"0.001076\",\"0.001358\"\n\"2024-07-15T15:45:00.000Z\",\"0.000994\",\"0.001435\"\n\"2024-07-15T15:50:00.000Z\",\"0.001019\",\"0.001255\"\n\"2024-07-15T15:55:00.000Z\",\"0.000996\",\"0.001211\"\n\"2024-07-15T16:00:00.000Z\",\"0.001311\",\"0.001665\"\n\"2024-07-15T16:05:00.000Z\",\"0.001069\",\"0.00136\"\n\"2024-07-15T16:10:00.000Z\",\"0.001597\",\"0.001901\"\n\"2024-07-15T16:15:00.000Z\",\"0.002498\",\"0.002609\"\n\"2024-07-15T16:20:00.000Z\",\"0.001578\",\"0.001765\"\n\"2024-07-15T16:25:00.000Z\",\"0.001533\",\"0.00174\"\n\"2024-07-15T16:30:00.000Z\",\"0.00211\",\"0.002345\"\n\"2024-07-15T16:35:00.000Z\",\"0.002018\",\"0.00206\"\n\"2024-07-15T16:40:00.000Z\",\"0.00151\",\"0.001804\"\n\"2024-07-15T16:45:00.000Z\",\"0.002234\",\"0.002327\"\n\"2024-07-15T16:50:00.000Z\",\"0.001805\",\"0.001936\"\n\"2024-07-15T16:55:00.000Z\",\"0.00154\",\"0.001724\"\n\"2024-07-15T17:00:00.000Z\",\"0.001928\",\"0.00205\"\n\"2024-07-15T17:05:00.000Z\",\"0.001184\",\"0.001333\"\n\"2024-07-15T17:10:00.000Z\",\"0.001698\",\"0.00185\"\n\"2024-07-15T17:15:00.000Z\",\"0.002387\",\"0.002671\"\n\"2024-07-15T17:20:00.000Z\",\"0.002317\",\"0.002537\"\n\"2024-07-15T17:25:00.000Z\",\"0.002921\",\"0.002904\"\n\"2024-07-15T17:30:00.000Z\",\"0.002386\",\"0.00255\"\n\"2024-07-15T17:35:00.000Z\",\"0.001923\",\"0.002172\"\n\"2024-07-15T17:40:00.000Z\",\"0.002572\",\"0.002623\"\n\"2024-07-15T17:45:00.000Z\",\"0.002498\",\"0.002681\"\n\"2024-07-15T17:50:00.000Z\",\"0.001689\",\"0.002159\"\n\"2024-07-15T17:55:00.000Z\",\"0.002137\",\"0.00228\"\n\"2024-07-15T18:00:00.000Z\",\"0.00217\",\"0.002228\"\n\"2024-07-15T18:05:00.000Z\",\"0.001721\",\"0.002038\"\n\"2024-07-15T18:10:00.000Z\",\"0.001845\",\"0.001917\"\n\"2024-07-15T18:15:00.000Z\",\"0.001829\",\"0.001962\"\n\"2024-07-15T18:20:00.000Z\",\"0.001739\",\"0.001865\"\n\"2024-07-15T18:25:00.000Z\",\"0.001836\",\"0.001931\"\n\"2024-07-15T18:30:00.000Z\",\"0.00187\",\"0.002081\"\n\"2024-07-15T18:35:00.000Z\",\"0.001957\",\"0.002081\"\n\"2024-07-15T18:40:00.000Z\",\"0.002049\",\"0.002101\"\n\"2024-07-15T18:45:00.000Z\",\"0.001783\",\"0.001875\"\n\"2024-07-15T18:50:00.000Z\",\"0.001588\",\"0.001841\"\n\"2024-07-15T18:55:00.000Z\",\"0.0023\",\"0.002564\"\n\"2024-07-15T19:00:00.000Z\",\"0.001959\",\"0.002012\"\n\"2024-07-15T19:05:00.000Z\",\"0.001542\",\"0.001696\"\n\"2024-07-15T19:10:00.000Z\",\"0.001975\",\"0.002186\"\n\"2024-07-15T19:15:00.000Z\",\"0.002285\",\"0.002355\"\n\"2024-07-15T19:20:00.000Z\",\"0.001771\",\"0.001915\"\n\"2024-07-15T19:25:00.000Z\",\"0.002701\",\"0.002777\"\n\"2024-07-15T19:30:00.000Z\",\"0.003078\",\"0.003195\"\n\"2024-07-15T19:35:00.000Z\",\"0.001921\",\"0.002153\"\n\"2024-07-15T19:40:00.000Z\",\"0.002257\",\"0.002356\"\n\"2024-07-15T19:45:00.000Z\",\"0.001749\",\"0.001968\"\n\"2024-07-15T19:50:00.000Z\",\"0.001618\",\"0.00177\"\n\"2024-07-15T19:55:00.000Z\",\"0.002101\",\"0.002308\"\n\"2024-07-15T20:00:00.000Z\",\"0.001531\",\"0.001788\"\n\"2024-07-15T20:05:00.000Z\",\"0.001372\",\"0.001391\"\n\"2024-07-15T20:10:00.000Z\",\"0.002067\",\"0.002096\"\n\"2024-07-15T20:15:00.000Z\",\"0.001906\",\"0.002098\"\n\"2024-07-15T20:20:00.000Z\",\"0.002012\",\"0.002219\"\n\"2024-07-15T20:25:00.000Z\",\"0.002547\",\"0.002762\"\n\"2024-07-15T20:30:00.000Z\",\"0.001936\",\"0.002123\"\n\"2024-07-15T20:35:00.000Z\",\"0.00202\",\"0.00221\"\n\"2024-07-15T20:40:00.000Z\",\"0.001778\",\"0.001994\"\n\"2024-07-15T20:45:00.000Z\",\"0.001907\",\"0.001997\"\n\"2024-07-15T20:50:00.000Z\",\"0.002019\",\"0.002127\"\n\"2024-07-15T20:55:00.000Z\",\"0.001962\",\"0.00211\"\n\"2024-07-15T21:00:00.000Z\",\"0.002079\",\"0.002127\"\n\"2024-07-15T21:05:00.000Z\",\"0.002359\",\"0.002521\"\n\"2024-07-15T21:10:00.000Z\",\"0.001604\",\"0.001891\"\n\"2024-07-15T21:15:00.000Z\",\"0.00179\",\"0.001916\"\n\"2024-07-15T21:20:00.000Z\",\"0.002075\",\"0.002298\"\n\"2024-07-15T21:25:00.000Z\",\"0.001795\",\"0.001958\"\n\"2024-07-15T21:30:00.000Z\",\"0.002003\",\"0.002097\"\n\"2024-07-15T21:35:00.000Z\",\"0.002125\",\"0.002154\"\n\"2024-07-15T21:40:00.000Z\",\"0.001836\",\"0.002128\"\n\"2024-07-15T21:45:00.000Z\",\"0.001727\",\"0.001924\"\n\"2024-07-15T21:50:00.000Z\",\"0.002365\",\"0.002571\"\n\"2024-07-15T21:55:00.000Z\",\"0.001557\",\"0.001658\"\n\"2024-07-15T22:00:00.000Z\",\"0.001922\",\"0.002063\"\n\"2024-07-15T22:05:00.000Z\",\"0.001831\",\"0.001962\"\n\"2024-07-15T22:10:00.000Z\",\"0.001488\",\"0.001752\"\n\"2024-07-15T22:15:00.000Z\",\"0.001736\",\"0.001815\"\n\"2024-07-15T22:20:00.000Z\",\"0.002187\",\"0.002338\"\n\"2024-07-15T22:25:00.000Z\",\"0.001921\",\"0.00207\"\n\"2024-07-15T22:30:00.000Z\",\"0.001464\",\"0.001739\"\n\"2024-07-15T22:35:00.000Z\",\"0.002322\",\"0.002485\"\n\"2024-07-15T22:40:00.000Z\",\"0.002263\",\"0.002214\"\n\"2024-07-15T22:45:00.000Z\",\"0.002048\",\"0.002192\"\n\"2024-07-15T22:50:00.000Z\",\"0.002281\",\"0.002379\"\n\"2024-07-15T22:55:00.000Z\",\"0.001969\",\"0.002177\"\n\"2024-07-15T23:00:00.000Z\",\"0.001876\",\"0.002104\"\n\"2024-07-15T23:05:00.000Z\",\"0.002154\",\"0.002245\"\n\"2024-07-15T23:10:00.000Z\",\"0.001666\",\"0.001949\"\n\"2024-07-15T23:15:00.000Z\",\"0.0016\",\"0.001748\"\n\"2024-07-15T23:20:00.000Z\",\"0.002415\",\"0.002479\"\n\"2024-07-15T23:25:00.000Z\",\"0.001536\",\"0.001714\"\n\"2024-07-15T23:30:00.000Z\",\"0.001481\",\"0.001826\"\n\"2024-07-15T23:35:00.000Z\",\"0.002584\",\"0.002629\"\n\"2024-07-15T23:40:00.000Z\",\"0.002123\",\"0.002139\"\n\"2024-07-15T23:45:00.000Z\",\"0.001559\",\"0.001735\"\n\"2024-07-15T23:50:00.000Z\",\"0.002195\",\"0.00228\"\n\"2024-07-15T23:55:00.000Z\",\"0.001507\",\"0.001826\"\n\"2024-07-16T00:00:00.000Z\",\"0.002192\",\"0.00223\"\n\"2024-07-16T00:05:00.000Z\",\"0.00193\",\"0.002033\"\n\"2024-07-16T00:10:00.000Z\",\"0.00236\",\"0.002374\"\n\"2024-07-16T00:15:00.000Z\",\"0.00184\",\"0.001986\"\n\"2024-07-16T00:20:00.000Z\",\"0.002024\",\"0.002146\"\n\"2024-07-16T00:25:00.000Z\",\"0.00186\",\"0.001957\"\n\"2024-07-16T00:30:00.000Z\",\"0.001806\",\"0.002041\"\n\"2024-07-16T00:35:00.000Z\",\"0.001754\",\"0.00201\"\n\"2024-07-16T00:40:00.000Z\",\"0.001802\",\"0.001941\"\n\"2024-07-16T00:45:00.000Z\",\"0.001782\",\"0.002002\"\n\"2024-07-16T00:50:00.000Z\",\"0.002022\",\"0.002107\"\n\"2024-07-16T00:55:00.000Z\",\"0.003015\",\"0.003059\"\n\"2024-07-16T01:00:00.000Z\",\"0.002613\",\"0.002795\"\n\"2024-07-16T01:05:00.000Z\",\"0.002087\",\"0.002265\"\n\"2024-07-16T01:10:00.000Z\",\"0.005431\",\"0.005771\"\n\"2024-07-16T01:15:00.000Z\",\"0.005233\",\"0.005475\"\n\"2024-07-16T01:20:00.000Z\",\"0.004645\",\"0.004804\"\n\"2024-07-16T01:25:00.000Z\",\"0.005382\",\"0.005563\"\n\"2024-07-16T01:30:00.000Z\",\"0.004632\",\"0.00493\"\n\"2024-07-16T01:35:00.000Z\",\"0.003258\",\"0.003461\"\n\"2024-07-16T01:40:00.000Z\",\"0.001782\",\"0.002029\"\n\"2024-07-16T01:45:00.000Z\",\"0.002076\",\"0.00217\"\n\"2024-07-16T01:50:00.000Z\",\"0.001793\",\"0.001957\"\n\"2024-07-16T01:55:00.000Z\",\"0.00158\",\"0.001873\"\n\"2024-07-16T02:00:00.000Z\",\"0.002394\",\"0.002519\"\n\"2024-07-16T02:05:00.000Z\",\"0.002124\",\"0.002207\"\n\"2024-07-16T02:10:00.000Z\",\"0.001832\",\"0.002093\"\n\"2024-07-16T02:15:00.000Z\",\"0.001552\",\"0.001726\"\n\"2024-07-16T02:20:00.000Z\",\"0.002114\",\"0.00226\"\n\"2024-07-16T02:25:00.000Z\",\"0.001854\",\"0.002073\"\n\"2024-07-16T02:30:00.000Z\",\"0.001707\",\"0.001911\"\n\"2024-07-16T02:35:00.000Z\",\"0.001805\",\"0.001976\"\n\"2024-07-16T02:40:00.000Z\",\"0.001926\",\"0.00223\"\n\"2024-07-16T02:45:00.000Z\",\"0.002059\",\"0.002157\"\n\"2024-07-16T02:50:00.000Z\",\"0.002063\",\"0.002321\"\n\"2024-07-16T02:55:00.000Z\",\"0.002019\",\"0.002151\"\n\"2024-07-16T03:00:00.000Z\",\"0.001925\",\"0.001955\"\n\"2024-07-16T03:05:00.000Z\",\"0.001845\",\"0.001988\"\n\"2024-07-16T03:10:00.000Z\",\"0.001707\",\"0.001887\"\n\"2024-07-16T03:15:00.000Z\",\"0.002069\",\"0.002228\"\n\"2024-07-16T03:20:00.000Z\",\"0.002166\",\"0.002246\"\n\"2024-07-16T03:25:00.000Z\",\"0.002049\",\"0.002198\"\n\"2024-07-16T03:30:00.000Z\",\"0.003574\",\"0.003848\"\n\"2024-07-16T03:35:00.000Z\",\"0.001649\",\"0.001893\"\n\"2024-07-16T03:40:00.000Z\",\"0.002394\",\"0.002487\"\n\"2024-07-16T03:45:00.000Z\",\"0.00157\",\"0.001778\"\n\"2024-07-16T03:50:00.000Z\",\"0.001812\",\"0.002049\"\n\"2024-07-16T03:55:00.000Z\",\"0.002\",\"0.00231\"\n\"2024-07-16T04:00:00.000Z\",\"0.001803\",\"0.001959\"\n\"2024-07-16T04:05:00.000Z\",\"0.001555\",\"0.001762\"\n\"2024-07-16T04:10:00.000Z\",\"0.001671\",\"0.001905\"\n\"2024-07-16T04:15:00.000Z\",\"0.001494\",\"0.001683\"\n\"2024-07-16T04:20:00.000Z\",\"0.001452\",\"0.001786\"\n\"2024-07-16T04:25:00.000Z\",\"0.001608\",\"0.001725\"\n\"2024-07-16T04:30:00.000Z\",\"0.001507\",\"0.00163\"\n\"2024-07-16T04:35:00.000Z\",\"0.001602\",\"0.001863\"\n\"2024-07-16T04:40:00.000Z\",\"0.001615\",\"0.001869\"\n\"2024-07-16T04:45:00.000Z\",\"0.001623\",\"0.001784\"\n\"2024-07-16T04:50:00.000Z\",\"0.001474\",\"0.001673\"\n\"2024-07-16T04:55:00.000Z\",\"0.001488\",\"0.00165\"\n\"2024-07-16T05:00:00.000Z\",\"0.001551\",\"0.001768\"\n\"2024-07-16T05:05:00.000Z\",\"0.001805\",\"0.002024\"\n\"2024-07-16T05:10:00.000Z\",\"0.00149\",\"0.001687\"\n\"2024-07-16T05:15:00.000Z\",\"0.001695\",\"0.001867\"\n\"2024-07-16T05:20:00.000Z\",\"0.001674\",\"0.001876\"\n\"2024-07-16T05:25:00.000Z\",\"0.001437\",\"0.001713\"\n\"2024-07-16T05:30:00.000Z\",\"0.001587\",\"0.001728\"\n\"2024-07-16T05:35:00.000Z\",\"0.00156\",\"0.001658\"\n\"2024-07-16T05:40:00.000Z\",\"0.001306\",\"0.001527\"\n\"2024-07-16T05:45:00.000Z\",\"0.002981\",\"0.003358\"\n\"2024-07-16T05:50:00.000Z\",\"0.001549\",\"0.001719\"\n\"2024-07-16T05:55:00.000Z\",\"0.001617\",\"0.003544\"\n\"2024-07-16T06:00:00.000Z\",\"0.001604\",\"0.001696\"\n\"2024-07-16T06:05:00.000Z\",\"0.001534\",\"0.001595\"\n\"2024-07-16T06:10:00.000Z\",\"0.001579\",\"0.001781\"\n\"2024-07-16T06:15:00.000Z\",\"0.001415\",\"0.001629\"\n\"2024-07-16T06:20:00.000Z\",\"0.001739\",\"0.001956\"\n\"2024-07-16T06:25:00.000Z\",\"0.001698\",\"0.001915\"\n\"2024-07-16T06:30:00.000Z\",\"0.001556\",\"0.001744\"\n\"2024-07-16T06:35:00.000Z\",\"0.001608\",\"0.001896\"\n\"2024-07-16T06:40:00.000Z\",\"0.001517\",\"0.001736\"\n\"2024-07-16T06:45:00.000Z\",\"0.00164\",\"0.001898\"\n\"2024-07-16T06:50:00.000Z\",\"0.001518\",\"0.001712\"\n\"2024-07-16T06:55:00.000Z\",\"0.001597\",\"0.001756\"\n\"2024-07-16T07:00:00.000Z\",\"0.001597\",\"0.00176\"\n\"2024-07-16T07:05:00.000Z\",\"0.001495\",\"0.001763\"\n\"2024-07-16T07:10:00.000Z\",\"0.001601\",\"0.001766\"\n\"2024-07-16T07:15:00.000Z\",\"0.001607\",\"0.001826\"\n\"2024-07-16T07:20:00.000Z\",\"0.001544\",\"0.00173\"\n\"2024-07-16T07:25:00.000Z\",\"0.00164\",\"0.001733\"\n\"2024-07-16T07:30:00.000Z\",\"0.001544\",\"0.001723\"\n\"2024-07-16T07:35:00.000Z\",\"0.001528\",\"0.001734\"\n\"2024-07-16T07:40:00.000Z\",\"0.001614\",\"0.001892\"\n\"2024-07-16T07:45:00.000Z\",\"0.001709\",\"0.001917\"\n\"2024-07-16T07:50:00.000Z\",\"0.001773\",\"0.002016\"\n\"2024-07-16T07:55:00.000Z\",\"0.001409\",\"0.001675\"\n\"2024-07-16T08:00:00.000Z\",\"0.001865\",\"0.001806\"\n\"2024-07-16T08:05:00.000Z\",\"0.0015\",\"0.001645\"\n\"2024-07-16T08:10:00.000Z\",\"0.001576\",\"0.001794\"\n\"2024-07-16T08:15:00.000Z\",\"0.001559\",\"0.001777\"\n\"2024-07-16T08:20:00.000Z\",\"0.001489\",\"0.00176\"\n\"2024-07-16T08:25:00.000Z\",\"0.00157\",\"0.001686\"\n\"2024-07-16T08:30:00.000Z\",\"0.001585\",\"0.001917\"\n\"2024-07-16T08:35:00.000Z\",\"0.00144\",\"0.001639\"\n\"2024-07-16T08:40:00.000Z\",\"0.001635\",\"0.001861\"\n\"2024-07-16T08:45:00.000Z\",\"0.001509\",\"0.00177\"\n\"2024-07-16T08:50:00.000Z\",\"0.001644\",\"0.001895\"\n\"2024-07-16T08:55:00.000Z\",\"0.001093\",\"0.001292\"\n\"2024-07-16T09:00:00.000Z\",\"0.00117\",\"0.001493\"\n\"2024-07-16T09:05:00.000Z\",\"0.002692\",\"0.00278\"\n\"2024-07-16T09:10:00.000Z\",\"0.003473\",\"0.003639\"\n\"2024-07-16T09:15:00.000Z\",\"0.002347\",\"0.002448\"\n\"2024-07-16T09:20:00.000Z\",\"0.001467\",\"0.001596\"\n\"2024-07-16T09:25:00.000Z\",\"0.001539\",\"0.001674\"\n\"2024-07-16T09:30:00.000Z\",\"0.001692\",\"0.001844\"\n\"2024-07-16T09:35:00.000Z\",\"0.001602\",\"0.001708\"\n\"2024-07-16T09:40:00.000Z\",\"0.003361\",\"0.003618\"\n\"2024-07-16T09:45:00.000Z\",\"0.001938\",\"0.002198\"\n\"2024-07-16T09:50:00.000Z\",\"0.001583\",\"0.001702\"\n\"2024-07-16T09:55:00.000Z\",\"0.001539\",\"0.001676\"\n\"2024-07-16T10:00:00.000Z\",\"0.001528\",\"0.001812\"\n\"2024-07-16T10:05:00.000Z\",\"0.001554\",\"0.001658\"\n\"2024-07-16T10:10:00.000Z\",\"0.001611\",\"0.001732\"\n\"2024-07-16T10:15:00.000Z\",\"0.002424\",\"0.002573\"\n\"2024-07-16T10:20:00.000Z\",\"0.001883\",\"0.001792\"\n\"2024-07-16T10:25:00.000Z\",\"0.001539\",\"0.001716\"\n\"2024-07-16T10:30:00.000Z\",\"0.002499\",\"0.002396\"\n\"2024-07-16T10:35:00.000Z\",\"0.00166\",\"0.00176\"\n\"2024-07-16T10:40:00.000Z\",\"0.001876\",\"0.001996\"\n\"2024-07-16T10:45:00.000Z\",\"0.001827\",\"0.001953\"\n\"2024-07-16T10:50:00.000Z\",\"0.001611\",\"0.001826\"\n\"2024-07-16T10:55:00.000Z\",\"0.002186\",\"0.002276\"\n\"2024-07-16T11:00:00.000Z\",\"0.001873\",\"0.002009\"\n\"2024-07-16T11:05:00.000Z\",\"0.001787\",\"0.001865\"\n\"2024-07-16T11:10:00.000Z\",\"0.001793\",\"0.001795\"\n\"2024-07-16T11:15:00.000Z\",\"0.001538\",\"0.00164\"\n\"2024-07-16T11:20:00.000Z\",\"0.001957\",\"0.001967\"\n\"2024-07-16T11:25:00.000Z\",\"0.001795\",\"0.00172\"\n\"2024-07-16T11:30:00.000Z\",\"0.002105\",\"0.002125\"\n\"2024-07-16T11:35:00.000Z\",\"0.002112\",\"0.002118\"\n\"2024-07-16T11:40:00.000Z\",\"0.001369\",\"0.001567\"\n\"2024-07-16T11:45:00.000Z\",\"0.001439\",\"0.001482\"\n\"2024-07-16T11:50:00.000Z\",\"0.002058\",\"0.00223\"\n\"2024-07-16T11:55:00.000Z\",\"0.0017\",\"0.001763\"\n\"2024-07-16T12:00:00.000Z\",\"0.001599\",\"0.001643\"\n\"2024-07-16T12:05:00.000Z\",\"0.00236\",\"0.002432\"\n\"2024-07-16T12:10:00.000Z\",\"0.001794\",\"0.001916\"\n\"2024-07-16T12:15:00.000Z\",\"0.001651\",\"0.001756\"\n\"2024-07-16T12:20:00.000Z\",\"0.002364\",\"0.002365\"\n\"2024-07-16T12:25:00.000Z\",\"0.001576\",\"0.001677\"\n\"2024-07-16T12:30:00.000Z\",\"0.002143\",\"0.00215\"\n\"2024-07-16T12:35:00.000Z\",\"0.002126\",\"0.002066\"\n\"2024-07-16T12:40:00.000Z\",\"0.001961\",\"0.001874\"\n\"2024-07-16T12:45:00.000Z\",\"0.002625\",\"0.002575\"\n\"2024-07-16T12:50:00.000Z\",\"0.004784\",\"0.00494\"\n\"2024-07-16T12:55:00.000Z\",\"0.004138\",\"0.004066\"\n\"2024-07-16T13:00:00.000Z\",\"0.003368\",\"0.00341\"\n\"2024-07-16T13:05:00.000Z\",\"0.002716\",\"0.002699\"\n\"2024-07-16T13:10:00.000Z\",\"0.003331\",\"0.00311\"\n\"2024-07-16T13:15:00.000Z\",\"0.001832\",\"0.001974\"\n\"2024-07-16T13:20:00.000Z\",\"0.001965\",\"0.001903\"\n\"2024-07-16T13:25:00.000Z\",\"0.000959\",\"0.001032\"\n\"2024-07-16T13:30:00.000Z\",\"0.000784\",\"0.001071\"\n\"2024-07-16T13:35:00.000Z\",\"0.001562\",\"0.001527\"\n\"2024-07-16T13:40:00.000Z\",\"0.000816\",\"0.001006\"\n\"2024-07-16T13:45:00.000Z\",\"0.0013\",\"0.001233\"\n\"2024-07-16T13:50:00.000Z\",\"0.001247\",\"0.00136\"\n\"2024-07-16T13:55:00.000Z\",\"0.001213\",\"0.001368\"\n\"2024-07-16T14:00:00.000Z\",\"0.001859\",\"0.001944\"\n\"2024-07-16T14:05:00.000Z\",\"0.001599\",\"0.001606\"\n\"2024-07-16T14:10:00.000Z\",\"0.001535\",\"0.001623\"\n\"2024-07-16T14:15:00.000Z\",\"0.001313\",\"0.001498\"\n\"2024-07-16T14:20:00.000Z\",\"0.001116\",\"0.001331\"\n\"2024-07-16T14:25:00.000Z\",\"0.001842\",\"0.001843\"\n\"2024-07-16T14:30:00.000Z\",\"0.003006\",\"0.002764\"\n\"2024-07-16T14:35:00.000Z\",\"0.0035\",\"0.003368\"\n\"2024-07-16T14:40:00.000Z\",\"0.003394\",\"0.003278\"\n\"2024-07-16T14:45:00.000Z\",\"0.002831\",\"0.002832\"\n\"2024-07-16T14:50:00.000Z\",\"0.003664\",\"0.003507\"\n\"2024-07-16T14:55:00.000Z\",\"0.001863\",\"0.001923\"\n\"2024-07-16T15:00:00.000Z\",\"0.001726\",\"0.001738\"\n\"2024-07-16T15:05:00.000Z\",\"0.002115\",\"0.002113\"\n\"2024-07-16T15:10:00.000Z\",\"0.001566\",\"0.001717\"\n\"2024-07-16T15:15:00.000Z\",\"0.001238\",\"0.001395\"\n\"2024-07-16T15:20:00.000Z\",\"0.001401\",\"0.001406\"\n\"2024-07-16T15:25:00.000Z\",\"0.001449\",\"0.001526\"\n\"2024-07-16T15:30:00.000Z\",\"0.00103\",\"0.001259\"\n\"2024-07-16T15:35:00.000Z\",\"0.001163\",\"0.001284\"\n\"2024-07-16T15:40:00.000Z\",\"0.001602\",\"0.00178\"\n\"2024-07-16T15:45:00.000Z\",\"0.00129\",\"0.001529\"\n\"2024-07-16T15:50:00.000Z\",\"0.00131\",\"0.001578\"\n\"2024-07-16T15:55:00.000Z\",\"0.001777\",\"0.002043\"\n\"2024-07-16T16:00:00.000Z\",\"0.001055\",\"0.001396\"\n\"2024-07-16T16:05:00.000Z\",\"0.001343\",\"0.001545\"\n\"2024-07-16T16:10:00.000Z\",\"0.001912\",\"0.001846\"\n\"2024-07-16T16:15:00.000Z\",\"0.001558\",\"0.001933\"\n\"2024-07-16T16:20:00.000Z\",\"0.002288\",\"0.002641\"\n\"2024-07-16T16:25:00.000Z\",\"0.001794\",\"0.001988\"\n\"2024-07-16T16:30:00.000Z\",\"0.001393\",\"0.001684\"\n\"2024-07-16T16:35:00.000Z\",\"0.001014\",\"0.001299\"\n\"2024-07-16T16:40:00.000Z\",\"0.001492\",\"0.001657\"\n\"2024-07-16T16:45:00.000Z\",\"0.001565\",\"0.001852\"\n\"2024-07-16T16:50:00.000Z\",\"0.001024\",\"0.001255\"\n\"2024-07-16T16:55:00.000Z\",\"0.001271\",\"0.001368\"\n\"2024-07-16T17:00:00.000Z\",\"0.001693\",\"0.001936\"\n\"2024-07-16T17:05:00.000Z\",\"0.001174\",\"0.001347\"\n\"2024-07-16T17:10:00.000Z\",\"0.001192\",\"0.001492\"\n\"2024-07-16T17:15:00.000Z\",\"0.001926\",\"0.002041\"\n\"2024-07-16T17:20:00.000Z\",\"0.001298\",\"0.001597\"\n\"2024-07-16T17:25:00.000Z\",\"0.001283\",\"0.001572\"\n\"2024-07-16T17:30:00.000Z\",\"0.002551\",\"0.00257\"\n\"2024-07-16T17:35:00.000Z\",\"0.002518\",\"0.002601\"\n\"2024-07-16T17:40:00.000Z\",\"0.006458\",\"0.006177\"\n\"2024-07-16T17:45:00.000Z\",\"0.007023\",\"0.006674\"\n\"2024-07-16T17:50:00.000Z\",\"0.00827\",\"0.007843\"\n\"2024-07-16T17:55:00.000Z\",\"0.009064\",\"0.008774\"\n\"2024-07-16T18:00:00.000Z\",\"0.007472\",\"0.007079\"\n\"2024-07-16T18:05:00.000Z\",\"0.005057\",\"0.004996\"\n\"2024-07-16T18:10:00.000Z\",\"0.004028\",\"0.004008\"\n\"2024-07-16T18:15:00.000Z\",\"0.002556\",\"0.002608\"\n\"2024-07-16T18:20:00.000Z\",\"0.0012\",\"0.001503\"\n\"2024-07-16T18:25:00.000Z\",\"0.001553\",\"0.0018\"\n\"2024-07-16T18:30:00.000Z\",\"0.001363\",\"0.001603\"\n\"2024-07-16T18:35:00.000Z\",\"0.001125\",\"0.001433\"\n\"2024-07-16T18:40:00.000Z\",\"0.001718\",\"0.001976\"\n\"2024-07-16T18:45:00.000Z\",\"0.001618\",\"0.001883\"\n\"2024-07-16T18:50:00.000Z\",\"0.001413\",\"0.001643\"\n\"2024-07-16T18:55:00.000Z\",\"0.001307\",\"0.0016\"\n\"2024-07-16T19:00:00.000Z\",\"0.001078\",\"0.001412\"\n\"2024-07-16T19:05:00.000Z\",\"0.001491\",\"0.001697\"\n\"2024-07-16T19:10:00.000Z\",\"0.001107\",\"0.001472\"\n\"2024-07-16T19:15:00.000Z\",\"0.001883\",\"0.002016\"\n\"2024-07-16T19:20:00.000Z\",\"0.001549\",\"0.001725\"\n\"2024-07-16T19:25:00.000Z\",\"0.003531\",\"0.003559\"\n\"2024-07-16T19:30:00.000Z\",\"0.004396\",\"0.004351\"\n\"2024-07-16T19:35:00.000Z\",\"0.002967\",\"0.003111\"\n\"2024-07-16T19:40:00.000Z\",\"0.002757\",\"0.002867\"\n\"2024-07-16T19:45:00.000Z\",\"0.002776\",\"0.002834\"\n\"2024-07-16T19:50:00.000Z\",\"0.003562\",\"0.003795\"\n\"2024-07-16T19:55:00.000Z\",\"0.00211\",\"0.002184\"\n\"2024-07-16T20:00:00.000Z\",\"0.00233\",\"0.002529\"\n\"2024-07-16T20:05:00.000Z\",\"0.001346\",\"0.001733\"\n\"2024-07-16T20:10:00.000Z\",\"0.001109\",\"0.001534\"\n\"2024-07-16T20:15:00.000Z\",\"0.001649\",\"0.001801\"\n\"2024-07-16T20:20:00.000Z\",\"0.001742\",\"0.00159\"\n\"2024-07-16T20:25:00.000Z\",\"0.001309\",\"0.001772\"\n\"2024-07-16T20:30:00.000Z\",\"0.001757\",\"0.001832\"\n\"2024-07-16T20:35:00.000Z\",\"0.002407\",\"0.002415\"\n\"2024-07-16T20:40:00.000Z\",\"0.001917\",\"0.002079\"\n\"2024-07-16T20:45:00.000Z\",\"0.001269\",\"0.001573\"\n\"2024-07-16T20:50:00.000Z\",\"0.001447\",\"0.00166\"\n\"2024-07-16T20:55:00.000Z\",\"0.001934\",\"0.002036\"\n\"2024-07-16T21:00:00.000Z\",\"0.001299\",\"0.001525\"\n\"2024-07-16T21:05:00.000Z\",\"0.001499\",\"0.00185\"\n\"2024-07-16T21:10:00.000Z\",\"0.001352\",\"0.001589\"\n\"2024-07-16T21:15:00.000Z\",\"0.002033\",\"0.002077\"\n\"2024-07-16T21:20:00.000Z\",\"0.001556\",\"0.001784\"\n\"2024-07-16T21:25:00.000Z\",\"0.001229\",\"0.001588\"\n\"2024-07-16T21:30:00.000Z\",\"0.001988\",\"0.002036\"\n\"2024-07-16T21:35:00.000Z\",\"0.001984\",\"0.002019\"\n\"2024-07-16T21:40:00.000Z\",\"0.001324\",\"0.001634\"\n\"2024-07-16T21:45:00.000Z\",\"0.001444\",\"0.001692\"\n\"2024-07-16T21:50:00.000Z\",\"0.001674\",\"0.001914\"\n\"2024-07-16T21:55:00.000Z\",\"0.001202\",\"0.001474\"\n\"2024-07-16T22:00:00.000Z\",\"0.001362\",\"0.001663\"\n\"2024-07-16T22:05:00.000Z\",\"0.001336\",\"0.0016\"\n\"2024-07-16T22:10:00.000Z\",\"0.001361\",\"0.001772\"\n\"2024-07-16T22:15:00.000Z\",\"0.001258\",\"0.001575\"\n\"2024-07-16T22:20:00.000Z\",\"0.001326\",\"0.001524\"\n\"2024-07-16T22:25:00.000Z\",\"0.002879\",\"0.003279\"\n\"2024-07-16T22:30:00.000Z\",\"0.001287\",\"0.001613\"\n\"2024-07-16T22:35:00.000Z\",\"0.000945\",\"0.001251\"\n\"2024-07-16T22:40:00.000Z\",\"0.001121\",\"0.001359\"\n\"2024-07-16T22:45:00.000Z\",\"0.001179\",\"0.001419\"\n\"2024-07-16T22:50:00.000Z\",\"0.001182\",\"0.001546\"\n\"2024-07-16T22:55:00.000Z\",\"0.001264\",\"0.001614\"\n\"2024-07-16T23:00:00.000Z\",\"0.001312\",\"0.001676\"\n\"2024-07-16T23:05:00.000Z\",\"0.001264\",\"0.001662\"\n\"2024-07-16T23:10:00.000Z\",\"0.001204\",\"0.001447\"\n\"2024-07-16T23:15:00.000Z\",\"0.001314\",\"0.001616\"\n\"2024-07-16T23:20:00.000Z\",\"0.001178\",\"0.00155\"\n\"2024-07-16T23:25:00.000Z\",\"0.001285\",\"0.0016\"\n\"2024-07-16T23:30:00.000Z\",\"0.001251\",\"0.001559\"\n\"2024-07-16T23:35:00.000Z\",\"0.001404\",\"0.001719\"\n\"2024-07-16T23:40:00.000Z\",\"0.001174\",\"0.001482\"\n\"2024-07-16T23:45:00.000Z\",\"0.001176\",\"0.001462\"\n\"2024-07-16T23:50:00.000Z\",\"0.001333\",\"0.001597\"\n\"2024-07-16T23:55:00.000Z\",\"0.001366\",\"0.001679\"\n\"2024-07-17T00:00:00.000Z\",\"0.001583\",\"0.001811\"\n\"2024-07-17T00:05:00.000Z\",\"0.003102\",\"0.00322\"\n\"2024-07-17T00:10:00.000Z\",\"0.003432\",\"0.00354\"\n\"2024-07-17T00:15:00.000Z\",\"0.003496\",\"0.003574\"\n\"2024-07-17T00:20:00.000Z\",\"0.003143\",\"0.003317\"\n\"2024-07-17T00:25:00.000Z\",\"0.002866\",\"0.002974\"\n\"2024-07-17T00:30:00.000Z\",\"0.001332\",\"0.001571\"\n\"2024-07-17T00:35:00.000Z\",\"0.001217\",\"0.001539\"\n\"2024-07-17T00:40:00.000Z\",\"0.00126\",\"0.001479\"\n\"2024-07-17T00:45:00.000Z\",\"0.001315\",\"0.001725\"\n\"2024-07-17T00:50:00.000Z\",\"0.001475\",\"0.001906\"\n\"2024-07-17T00:55:00.000Z\",\"0.00129\",\"0.001605\"\n\"2024-07-17T01:00:00.000Z\",\"0.001275\",\"0.001541\"\n\"2024-07-17T01:05:00.000Z\",\"0.001122\",\"0.001594\"\n\"2024-07-17T01:10:00.000Z\",\"0.001144\",\"0.001472\"\n\"2024-07-17T01:15:00.000Z\",\"0.001221\",\"0.001496\"\n\"2024-07-17T01:20:00.000Z\",\"0.001265\",\"0.00166\"\n\"2024-07-17T01:25:00.000Z\",\"0.001346\",\"0.00161\"\n\"2024-07-17T01:30:00.000Z\",\"0.001187\",\"0.001431\"\n\"2024-07-17T01:35:00.000Z\",\"0.00093\",\"0.001127\"\n\"2024-07-17T01:40:00.000Z\",\"0.001212\",\"0.001536\"\n\"2024-07-17T01:45:00.000Z\",\"0.001278\",\"0.001655\"\n\"2024-07-17T01:50:00.000Z\",\"0.001183\",\"0.001549\"\n\"2024-07-17T01:55:00.000Z\",\"0.00127\",\"0.00151\"\n\"2024-07-17T02:00:00.000Z\",\"0.001301\",\"0.001554\"\n\"2024-07-17T02:05:00.000Z\",\"0.001286\",\"0.001593\"\n\"2024-07-17T02:10:00.000Z\",\"0.003478\",\"0.003889\"\n\"2024-07-17T02:15:00.000Z\",\"0.004875\",\"0.00521\"\n\"2024-07-17T02:20:00.000Z\",\"0.005606\",\"0.006021\"\n\"2024-07-17T02:25:00.000Z\",\"0.004332\",\"0.004728\"\n\"2024-07-17T02:30:00.000Z\",\"0.00463\",\"0.004926\"\n\"2024-07-17T02:35:00.000Z\",\"0.003999\",\"0.00448\"\n\"2024-07-17T02:40:00.000Z\",\"0.004741\",\"0.00525\"\n\"2024-07-17T02:45:00.000Z\",\"0.004266\",\"0.004569\"\n\"2024-07-17T02:50:00.000Z\",\"0.004161\",\"0.004606\"\n\"2024-07-17T02:55:00.000Z\",\"0.002399\",\"0.002759\"\n\"2024-07-17T03:00:00.000Z\",\"0.001268\",\"0.001738\"\n\"2024-07-17T03:05:00.000Z\",\"0.001108\",\"0.001427\"\n\"2024-07-17T03:10:00.000Z\",\"0.00188\",\"0.002199\"\n\"2024-07-17T03:15:00.000Z\",\"0.007222\",\"0.007125\"\n\"2024-07-17T03:20:00.000Z\",\"0.007853\",\"0.007673\"\n\"2024-07-17T03:25:00.000Z\",\"0.008078\",\"0.00788\"\n\"2024-07-17T03:30:00.000Z\",\"0.007902\",\"0.007727\"\n\"2024-07-17T03:35:00.000Z\",\"0.004962\",\"0.005035\"\n\"2024-07-17T03:40:00.000Z\",\"0.001731\",\"0.001885\"\n\"2024-07-17T03:45:00.000Z\",\"0.001057\",\"0.001524\"\n\"2024-07-17T03:50:00.000Z\",\"0.001104\",\"0.001431\"\n\"2024-07-17T03:55:00.000Z\",\"0.000758\",\"0.001089\"\n\"2024-07-17T04:00:00.000Z\",\"0.000968\",\"0.00137\"\n\"2024-07-17T04:05:00.000Z\",\"0.000863\",\"0.001145\"\n\"2024-07-17T04:10:00.000Z\",\"0.000684\",\"0.00106\"\n\"2024-07-17T04:15:00.000Z\",\"0.000961\",\"0.001299\"\n\"2024-07-17T04:20:00.000Z\",\"0.001838\",\"0.002192\"\n\"2024-07-17T04:25:00.000Z\",\"0.002164\",\"0.002449\"\n\"2024-07-17T04:30:00.000Z\",\"0.008243\",\"0.008287\"\n\"2024-07-17T04:35:00.000Z\",\"0.007606\",\"0.007355\"\n\"2024-07-17T04:40:00.000Z\",\"0.005123\",\"0.00506\"\n\"2024-07-17T04:45:00.000Z\",\"0.004371\",\"0.004419\"\n\"2024-07-17T04:50:00.000Z\",\"0.004237\",\"0.004124\"\n\"2024-07-17T04:55:00.000Z\",\"0.002015\",\"0.002066\"\n\"2024-07-17T05:00:00.000Z\",\"0.001277\",\"0.001646\"\n\"2024-07-17T05:05:00.000Z\",\"0.001308\",\"0.00161\"\n\"2024-07-17T05:10:00.000Z\",\"0.000884\",\"0.001158\"\n\"2024-07-17T05:15:00.000Z\",\"0.001517\",\"0.001671\"\n\"2024-07-17T05:20:00.000Z\",\"0.000928\",\"0.001184\"\n\"2024-07-17T05:25:00.000Z\",\"0.002235\",\"0.002546\"\n\"2024-07-17T05:30:00.000Z\",\"0.001592\",\"0.00183\"\n\"2024-07-17T05:35:00.000Z\",\"0.001029\",\"0.001226\"\n\"2024-07-17T05:40:00.000Z\",\"0.000654\",\"0.001006\"\n\"2024-07-17T05:45:00.000Z\",\"0.001257\",\"0.001478\"\n\"2024-07-17T05:50:00.000Z\",\"0.001302\",\"0.001696\"\n\"2024-07-17T05:55:00.000Z\",\"0.0009\",\"0.001283\"\n\"2024-07-17T06:00:00.000Z\",\"0.000961\",\"0.001387\"\n\"2024-07-17T06:05:00.000Z\",\"0.001596\",\"0.001791\"\n\"2024-07-17T06:10:00.000Z\",\"0.000634\",\"0.001001\"\n\"2024-07-17T06:15:00.000Z\",\"0.001098\",\"0.001325\"\n\"2024-07-17T06:20:00.000Z\",\"0.001212\",\"0.001368\"\n\"2024-07-17T06:25:00.000Z\",\"0.002388\",\"0.002492\"\n\"2024-07-17T06:30:00.000Z\",\"0.003314\",\"0.003419\"\n\"2024-07-17T06:35:00.000Z\",\"0.002846\",\"0.002922\"\n\"2024-07-17T06:40:00.000Z\",\"0.003989\",\"0.003829\"\n\"2024-07-17T06:45:00.000Z\",\"0.004543\",\"0.004239\"\n\"2024-07-17T06:50:00.000Z\",\"0.003508\",\"0.003408\"\n\"2024-07-17T06:55:00.000Z\",\"0.002512\",\"0.002649\"\n\"2024-07-17T07:00:00.000Z\",\"0.002469\",\"0.002602\"\n\"2024-07-17T07:05:00.000Z\",\"0.001569\",\"0.001847\"\n\"2024-07-17T07:10:00.000Z\",\"0.000813\",\"0.001265\"\n\"2024-07-17T07:15:00.000Z\",\"0.000881\",\"0.001308\"\n\"2024-07-17T07:20:00.000Z\",\"0.001146\",\"0.001348\"\n\"2024-07-17T07:25:00.000Z\",\"0.000923\",\"0.001202\"\n\"2024-07-17T07:30:00.000Z\",\"0.001093\",\"0.001238\"\n\"2024-07-17T07:35:00.000Z\",\"0.001434\",\"0.001475\"\n\"2024-07-17T07:40:00.000Z\",\"0.001295\",\"0.001571\"\n\"2024-07-17T07:45:00.000Z\",\"0.00124\",\"0.001517\"\n\"2024-07-17T07:50:00.000Z\",\"0.001404\",\"0.001613\"\n\"2024-07-17T07:55:00.000Z\",\"0.001435\",\"0.001554\"\n\"2024-07-17T08:00:00.000Z\",\"0.001354\",\"0.001666\"\n\"2024-07-17T08:05:00.000Z\",\"0.00142\",\"0.001643\"\n\"2024-07-17T08:10:00.000Z\",\"0.001172\",\"0.001384\"\n\"2024-07-17T08:15:00.000Z\",\"0.001167\",\"0.001473\"\n\"2024-07-17T08:20:00.000Z\",\"0.001407\",\"0.001757\"\n\"2024-07-17T08:25:00.000Z\",\"0.001396\",\"0.001698\"\n\"2024-07-17T08:30:00.000Z\",\"0.001897\",\"0.00216\"\n\"2024-07-17T08:35:00.000Z\",\"0.003372\",\"0.003679\"\n\"2024-07-17T08:40:00.000Z\",\"0.002036\",\"0.002157\"\n\"2024-07-17T08:45:00.000Z\",\"0.002479\",\"0.00257\"\n\"2024-07-17T08:50:00.000Z\",\"0.002468\",\"0.002437\"\n\"2024-07-17T08:55:00.000Z\",\"0.002051\",\"0.002219\"\n\"2024-07-17T09:00:00.000Z\",\"0.001547\",\"0.001864\"\n\"2024-07-17T09:05:00.000Z\",\"0.001551\",\"0.001782\"\n\"2024-07-17T09:10:00.000Z\",\"0.001174\",\"0.001523\"\n\"2024-07-17T09:15:00.000Z\",\"0.001357\",\"0.001644\"\n\"2024-07-17T09:20:00.000Z\",\"0.001322\",\"0.001665\"\n\"2024-07-17T09:25:00.000Z\",\"0.001096\",\"0.001442\"\n\"2024-07-17T09:30:00.000Z\",\"0.00175\",\"0.002003\"\n\"2024-07-17T09:35:00.000Z\",\"0.002726\",\"0.002933\"\n\"2024-07-17T09:40:00.000Z\",\"0.003659\",\"0.003722\"\n\"2024-07-17T09:45:00.000Z\",\"0.002084\",\"0.00227\"\n\"2024-07-17T09:50:00.000Z\",\"0.002708\",\"0.00276\"\n\"2024-07-17T09:55:00.000Z\",\"0.002058\",\"0.002341\"\n\"2024-07-17T10:00:00.000Z\",\"0.003944\",\"0.004154\"\n\"2024-07-17T10:05:00.000Z\",\"0.003788\",\"0.003991\"\n\"2024-07-17T10:10:00.000Z\",\"0.004453\",\"0.004276\"\n\"2024-07-17T10:15:00.000Z\",\"0.003471\",\"0.003619\"\n\"2024-07-17T10:20:00.000Z\",\"0.003127\",\"0.003299\"\n\"2024-07-17T10:25:00.000Z\",\"0.003187\",\"0.003395\"\n\"2024-07-17T10:30:00.000Z\",\"0.002878\",\"0.002983\"\n\"2024-07-17T10:35:00.000Z\",\"0.002966\",\"0.0031\"\n\"2024-07-17T10:40:00.000Z\",\"0.00305\",\"0.003037\"\n\"2024-07-17T10:45:00.000Z\",\"0.002577\",\"0.002729\"\n\"2024-07-17T10:50:00.000Z\",\"0.00164\",\"0.001877\"\n\"2024-07-17T10:55:00.000Z\",\"0.001606\",\"0.001899\"\n\"2024-07-17T11:00:00.000Z\",\"0.001516\",\"0.001804\"\n\"2024-07-17T11:05:00.000Z\",\"0.002441\",\"0.002579\"\n\"2024-07-17T11:10:00.000Z\",\"0.001149\",\"0.001432\"\n\"2024-07-17T11:15:00.000Z\",\"0.001221\",\"0.001588\"\n\"2024-07-17T11:20:00.000Z\",\"0.001119\",\"0.001491\"\n\"2024-07-17T11:25:00.000Z\",\"0.001014\",\"0.0013\"\n\"2024-07-17T11:30:00.000Z\",\"0.001487\",\"0.001781\"\n\"2024-07-17T11:35:00.000Z\",\"0.001155\",\"0.001515\"\n\"2024-07-17T11:40:00.000Z\",\"0.001132\",\"0.001366\"\n\"2024-07-17T11:45:00.000Z\",\"0.001161\",\"0.001597\"\n\"2024-07-17T11:50:00.000Z\",\"0.001217\",\"0.001548\"\n\"2024-07-17T11:55:00.000Z\",\"0.001153\",\"0.001428\"\n\"2024-07-17T12:00:00.000Z\",\"0.001146\",\"0.001535\"\n\"2024-07-17T12:05:00.000Z\",\"0.001399\",\"0.001489\"\n\"2024-07-17T12:10:00.000Z\",\"0.00126\",\"0.001564\"\n\"2024-07-17T12:15:00.000Z\",\"0.001099\",\"0.001531\"\n\"2024-07-17T12:20:00.000Z\",\"0.0011\",\"0.001486\"\n\"2024-07-17T12:25:00.000Z\",\"0.00131\",\"0.001521\"\n\"2024-07-17T12:30:00.000Z\",\"0.001352\",\"0.001625\"\n\"2024-07-17T12:35:00.000Z\",\"0.001174\",\"0.001603\"\n\"2024-07-17T12:40:00.000Z\",\"0.001295\",\"0.001587\"\n\"2024-07-17T12:45:00.000Z\",\"0.001368\",\"0.001758\"\n\"2024-07-17T12:50:00.000Z\",\"0.001476\",\"0.001754\"\n\"2024-07-17T12:55:00.000Z\",\"0.001471\",\"0.001692\"\n\"2024-07-17T13:00:00.000Z\",\"0.00175\",\"0.001929\"\n\"2024-07-17T13:05:00.000Z\",\"0.001479\",\"0.001804\"\n\"2024-07-17T13:10:00.000Z\",\"0.002792\",\"0.003292\"\n\"2024-07-17T13:15:00.000Z\",\"0.001052\",\"0.001339\"\n\"2024-07-17T13:20:00.000Z\",\"0.00162\",\"0.001875\"\n\"2024-07-17T13:25:00.000Z\",\"0.002323\",\"0.002441\"\n\"2024-07-17T13:30:00.000Z\",\"0.003733\",\"0.003651\"\n\"2024-07-17T13:35:00.000Z\",\"0.004007\",\"0.003965\"\n\"2024-07-17T13:40:00.000Z\",\"0.00369\",\"0.00379\"\n\"2024-07-17T13:45:00.000Z\",\"0.003812\",\"0.003822\"\n\"2024-07-17T13:50:00.000Z\",\"0.003103\",\"0.003159\"\n\"2024-07-17T13:55:00.000Z\",\"0.002057\",\"0.002264\"\n\"2024-07-17T14:00:00.000Z\",\"0.001631\",\"0.001856\"\n\"2024-07-17T14:05:00.000Z\",\"0.001433\",\"0.001618\"\n\"2024-07-17T14:10:00.000Z\",\"0.001327\",\"0.001574\"\n\"2024-07-17T14:15:00.000Z\",\"0.00132\",\"0.00169\"\n\"2024-07-17T14:20:00.000Z\",\"0.002783\",\"0.003175\"\n\"2024-07-17T14:25:00.000Z\",\"0.001312\",\"0.001936\"\n\"2024-07-17T14:30:00.000Z\",\"0.001359\",\"0.001631\"\n\"2024-07-17T14:35:00.000Z\",\"0.00113\",\"0.00149\"\n\"2024-07-17T14:40:00.000Z\",\"0.001182\",\"0.001593\"\n\"2024-07-17T14:45:00.000Z\",\"0.001201\",\"0.001548\"\n\"2024-07-17T14:50:00.000Z\",\"0.001371\",\"0.001617\"\n\"2024-07-17T14:55:00.000Z\",\"0.001278\",\"0.001509\"\n\"2024-07-17T15:00:00.000Z\",\"0.001219\",\"0.001551\"\n\"2024-07-17T15:05:00.000Z\",\"0.001604\",\"0.001864\"\n\"2024-07-17T15:10:00.000Z\",\"0.002003\",\"0.002147\"\n\"2024-07-17T15:15:00.000Z\",\"0.002482\",\"0.002883\"\n\"2024-07-17T15:20:00.000Z\",\"0.002912\",\"0.003112\"\n\"2024-07-17T15:25:00.000Z\",\"0.002887\",\"0.003098\"\n\"2024-07-17T15:30:00.000Z\",\"0.002912\",\"0.003046\"\n\"2024-07-17T15:35:00.000Z\",\"0.001944\",\"0.002268\"\n\"2024-07-17T15:40:00.000Z\",\"0.001784\",\"0.001981\"\n\"2024-07-17T15:45:00.000Z\",\"0.003352\",\"0.003522\"\n\"2024-07-17T15:50:00.000Z\",\"0.003207\",\"0.003375\"\n\"2024-07-17T15:55:00.000Z\",\"0.002418\",\"0.002726\"\n\"2024-07-17T16:00:00.000Z\",\"0.001647\",\"0.001912\"\n\"2024-07-17T16:05:00.000Z\",\"0.001328\",\"0.001535\"\n\"2024-07-17T16:10:00.000Z\",\"0.001429\",\"0.001746\"\n\"2024-07-17T16:15:00.000Z\",\"0.001501\",\"0.001773\"\n\"2024-07-17T16:20:00.000Z\",\"0.001404\",\"0.001683\"\n\"2024-07-17T16:25:00.000Z\",\"0.001475\",\"0.001699\"\n\"2024-07-17T16:30:00.000Z\",\"0.001787\",\"0.001787\"\n\"2024-07-17T16:35:00.000Z\",\"0.001234\",\"0.001533\"\n\"2024-07-17T16:40:00.000Z\",\"0.001445\",\"0.001855\"\n\"2024-07-17T16:45:00.000Z\",\"0.001681\",\"0.001931\"\n\"2024-07-17T16:50:00.000Z\",\"0.001202\",\"0.00145\"\n\"2024-07-17T16:55:00.000Z\",\"0.001747\",\"0.001928\"\n\"2024-07-17T17:00:00.000Z\",\"0.002101\",\"0.00225\"\n\"2024-07-17T17:05:00.000Z\",\"0.002329\",\"0.0026\"\n\"2024-07-17T17:10:00.000Z\",\"0.002341\",\"0.002701\"\n\"2024-07-17T17:15:00.000Z\",\"0.002332\",\"0.002623\"\n\"2024-07-17T17:20:00.000Z\",\"0.002523\",\"0.002794\"\n\"2024-07-17T17:25:00.000Z\",\"0.002326\",\"0.002624\"\n\"2024-07-17T17:30:00.000Z\",\"0.002331\",\"0.00262\"\n\"2024-07-17T17:35:00.000Z\",\"0.002338\",\"0.002608\"\n\"2024-07-17T17:40:00.000Z\",\"0.002138\",\"0.002416\"\n\"2024-07-17T17:45:00.000Z\",\"0.001566\",\"0.001819\"\n\"2024-07-17T17:50:00.000Z\",\"0.00182\",\"0.002189\"\n\"2024-07-17T17:55:00.000Z\",\"0.001361\",\"0.001804\"\n\"2024-07-17T18:00:00.000Z\",\"0.001203\",\"0.001439\"\n\"2024-07-17T18:05:00.000Z\",\"0.001409\",\"0.001702\"\n\"2024-07-17T18:10:00.000Z\",\"0.002162\",\"0.002157\"\n\"2024-07-17T18:15:00.000Z\",\"0.001459\",\"0.001748\"\n\"2024-07-17T18:20:00.000Z\",\"0.001461\",\"0.001826\"\n\"2024-07-17T18:25:00.000Z\",\"0.001991\",\"0.002038\"\n\"2024-07-17T18:30:00.000Z\",\"0.00204\",\"0.002308\"\n\"2024-07-17T18:35:00.000Z\",\"0.001706\",\"0.002029\"\n\"2024-07-17T18:40:00.000Z\",\"0.003819\",\"0.003786\"\n\"2024-07-17T18:45:00.000Z\",\"0.005148\",\"0.005026\"\n\"2024-07-17T18:50:00.000Z\",\"0.003898\",\"0.00391\"\n\"2024-07-17T18:55:00.000Z\",\"0.002799\",\"0.002898\"\n\"2024-07-17T19:00:00.000Z\",\"0.002489\",\"0.002667\"\n\"2024-07-17T19:05:00.000Z\",\"0.001559\",\"0.00179\"\n\"2024-07-17T19:10:00.000Z\",\"0.001487\",\"0.001799\"\n\"2024-07-17T19:15:00.000Z\",\"0.002049\",\"0.002043\"\n\"2024-07-17T19:20:00.000Z\",\"0.002409\",\"0.002724\"\n\"2024-07-17T19:25:00.000Z\",\"0.003467\",\"0.003676\"\n\"2024-07-17T19:30:00.000Z\",\"0.005013\",\"0.005161\"\n\"2024-07-17T19:35:00.000Z\",\"0.004703\",\"0.00483\"\n\"2024-07-17T19:40:00.000Z\",\"0.005658\",\"0.005328\"\n\"2024-07-17T19:45:00.000Z\",\"0.005579\",\"0.005546\"\n\"2024-07-17T19:50:00.000Z\",\"0.004191\",\"0.004323\"\n\"2024-07-17T19:55:00.000Z\",\"0.002845\",\"0.002957\"\n\"2024-07-17T20:00:00.000Z\",\"0.002983\",\"0.003105\"\n\"2024-07-17T20:05:00.000Z\",\"0.001515\",\"0.001841\"\n\"2024-07-17T20:10:00.000Z\",\"0.001528\",\"0.001795\"\n\"2024-07-17T20:15:00.000Z\",\"0.001927\",\"0.002113\"\n\"2024-07-17T20:20:00.000Z\",\"0.002097\",\"0.002356\"\n\"2024-07-17T20:25:00.000Z\",\"0.001618\",\"0.001845\"\n\"2024-07-17T20:30:00.000Z\",\"0.001913\",\"0.002099\"\n\"2024-07-17T20:35:00.000Z\",\"0.001913\",\"0.002151\"\n\"2024-07-17T20:40:00.000Z\",\"0.001341\",\"0.001646\"\n\"2024-07-17T20:45:00.000Z\",\"0.002098\",\"0.002263\"\n\"2024-07-17T20:50:00.000Z\",\"0.003685\",\"0.003766\"\n\"2024-07-17T20:55:00.000Z\",\"0.001676\",\"0.001954\"\n\"2024-07-17T21:00:00.000Z\",\"0.001726\",\"0.001897\"\n\"2024-07-17T21:05:00.000Z\",\"0.001906\",\"0.002072\"\n\"2024-07-17T21:10:00.000Z\",\"0.001573\",\"0.001922\"\n\"2024-07-17T21:15:00.000Z\",\"0.00182\",\"0.002099\"\n\"2024-07-17T21:20:00.000Z\",\"0.001433\",\"0.00179\"\n\"2024-07-17T21:25:00.000Z\",\"0.001878\",\"0.002166\"\n\"2024-07-17T21:30:00.000Z\",\"0.001881\",\"0.002126\"\n\"2024-07-17T21:35:00.000Z\",\"0.001451\",\"0.001845\"\n\"2024-07-17T21:40:00.000Z\",\"0.001903\",\"0.00215\"\n\"2024-07-17T21:45:00.000Z\",\"0.001738\",\"0.001861\"\n\"2024-07-17T21:50:00.000Z\",\"0.001399\",\"0.001889\"\n\"2024-07-17T21:55:00.000Z\",\"0.001877\",\"0.002252\"\n\"2024-07-17T22:00:00.000Z\",\"0.001856\",\"0.002072\"\n\"2024-07-17T22:05:00.000Z\",\"0.001565\",\"0.001929\"\n\"2024-07-17T22:10:00.000Z\",\"0.001655\",\"0.001956\"\n\"2024-07-17T22:15:00.000Z\",\"0.001472\",\"0.001849\"\n\"2024-07-17T22:20:00.000Z\",\"0.001606\",\"0.001878\"\n\"2024-07-17T22:25:00.000Z\",\"0.002266\",\"0.002482\"\n\"2024-07-17T22:30:00.000Z\",\"0.005001\",\"0.005196\"\n\"2024-07-17T22:35:00.000Z\",\"0.00534\",\"0.005487\"\n\"2024-07-17T22:40:00.000Z\",\"0.005635\",\"0.005799\"\n\"2024-07-17T22:45:00.000Z\",\"0.00565\",\"0.005803\"\n\"2024-07-17T22:50:00.000Z\",\"0.005574\",\"0.005644\"\n\"2024-07-17T22:55:00.000Z\",\"0.00546\",\"0.005668\"\n\"2024-07-17T23:00:00.000Z\",\"0.00586\",\"0.005907\"\n\"2024-07-17T23:05:00.000Z\",\"0.005646\",\"0.005734\"\n\"2024-07-17T23:10:00.000Z\",\"0.004048\",\"0.004324\"\n\"2024-07-17T23:15:00.000Z\",\"0.001907\",\"0.002304\"\n\"2024-07-17T23:20:00.000Z\",\"0.001916\",\"0.002247\"\n\"2024-07-17T23:25:00.000Z\",\"0.001851\",\"0.002195\"\n\"2024-07-17T23:30:00.000Z\",\"0.001767\",\"0.002135\"\n\"2024-07-17T23:35:00.000Z\",\"0.001855\",\"0.002214\"\n\"2024-07-17T23:40:00.000Z\",\"0.002053\",\"0.002517\"\n\"2024-07-17T23:45:00.000Z\",\"0.001771\",\"0.002167\"\n\"2024-07-17T23:50:00.000Z\",\"0.001892\",\"0.002272\"\n\"2024-07-17T23:55:00.000Z\",\"0.001885\",\"0.002139\"\n\"2024-07-18T00:00:00.000Z\",\"0.001787\",\"0.002074\"\n\"2024-07-18T00:05:00.000Z\",\"0.001817\",\"0.002196\"\n\"2024-07-18T00:10:00.000Z\",\"0.001745\",\"0.002124\"\n\"2024-07-18T00:15:00.000Z\",\"0.002046\",\"0.002482\"\n\"2024-07-18T00:20:00.000Z\",\"0.001748\",\"0.002145\"\n\"2024-07-18T00:25:00.000Z\",\"0.001726\",\"0.001996\"\n\"2024-07-18T00:30:00.000Z\",\"0.001924\",\"0.002354\"\n\"2024-07-18T00:35:00.000Z\",\"0.001778\",\"0.002056\"\n\"2024-07-18T00:40:00.000Z\",\"0.002678\",\"0.003091\"\n\"2024-07-18T00:45:00.000Z\",\"0.002971\",\"0.003272\"\n\"2024-07-18T00:50:00.000Z\",\"0.001955\",\"0.002281\"\n\"2024-07-18T00:55:00.000Z\",\"0.001781\",\"0.002175\"\n\"2024-07-18T01:00:00.000Z\",\"0.0018\",\"0.002263\"\n\"2024-07-18T01:05:00.000Z\",\"0.0019\",\"0.002333\"\n\"2024-07-18T01:10:00.000Z\",\"0.001896\",\"0.002585\"\n\"2024-07-18T01:15:00.000Z\",\"0.002236\",\"0.002544\"\n\"2024-07-18T01:20:00.000Z\",\"0.003537\",\"0.003725\"\n\"2024-07-18T01:25:00.000Z\",\"0.004263\",\"0.004366\"\n\"2024-07-18T01:30:00.000Z\",\"0.004082\",\"0.004226\"\n\"2024-07-18T01:35:00.000Z\",\"0.004027\",\"0.004108\"\n\"2024-07-18T01:40:00.000Z\",\"0.003785\",\"0.003873\"\n\"2024-07-18T01:45:00.000Z\",\"0.003206\",\"0.003342\"\n\"2024-07-18T01:50:00.000Z\",\"0.002357\",\"0.002711\"\n\"2024-07-18T01:55:00.000Z\",\"0.002332\",\"0.00266\"\n\"2024-07-18T02:00:00.000Z\",\"0.002196\",\"0.002458\"\n\"2024-07-18T02:05:00.000Z\",\"0.002073\",\"0.002393\"\n\"2024-07-18T02:10:00.000Z\",\"0.002316\",\"0.002526\"\n\"2024-07-18T02:15:00.000Z\",\"0.002119\",\"0.00244\"\n\"2024-07-18T02:20:00.000Z\",\"0.003007\",\"0.003504\"\n\"2024-07-18T02:25:00.000Z\",\"0.003387\",\"0.003631\"\n\"2024-07-18T02:30:00.000Z\",\"0.00338\",\"0.003704\"\n\"2024-07-18T02:35:00.000Z\",\"0.003608\",\"0.00375\"\n\"2024-07-18T02:40:00.000Z\",\"0.003348\",\"0.003602\"\n\"2024-07-18T02:45:00.000Z\",\"0.002583\",\"0.002877\"\n\"2024-07-18T02:50:00.000Z\",\"0.001878\",\"0.002339\"\n\"2024-07-18T02:55:00.000Z\",\"0.001962\",\"0.002369\"\n\"2024-07-18T03:00:00.000Z\",\"0.001941\",\"0.002182\"\n\"2024-07-18T03:05:00.000Z\",\"0.001914\",\"0.002259\"\n\"2024-07-18T03:10:00.000Z\",\"0.001945\",\"0.002272\"\n\"2024-07-18T03:15:00.000Z\",\"0.001862\",\"0.002162\"\n\"2024-07-18T03:20:00.000Z\",\"0.001818\",\"0.002126\"\n\"2024-07-18T03:25:00.000Z\",\"0.002022\",\"0.002335\"\n\"2024-07-18T03:30:00.000Z\",\"0.002389\",\"0.002701\"\n\"2024-07-18T03:35:00.000Z\",\"0.00387\",\"0.004239\"\n\"2024-07-18T03:40:00.000Z\",\"0.004857\",\"0.00502\"\n\"2024-07-18T03:45:00.000Z\",\"0.003959\",\"0.004091\"\n\"2024-07-18T03:50:00.000Z\",\"0.00491\",\"0.005206\"\n\"2024-07-18T03:55:00.000Z\",\"0.002119\",\"0.002418\"\n\"2024-07-18T04:00:00.000Z\",\"0.001457\",\"0.00182\"\n\"2024-07-18T04:05:00.000Z\",\"0.001413\",\"0.001732\"\n\"2024-07-18T04:10:00.000Z\",\"0.001152\",\"0.001544\"\n\"2024-07-18T04:15:00.000Z\",\"0.001424\",\"0.001704\"\n\"2024-07-18T04:20:00.000Z\",\"0.001454\",\"0.001724\"\n\"2024-07-18T04:25:00.000Z\",\"0.001439\",\"0.0018\"\n\"2024-07-18T04:30:00.000Z\",\"0.00209\",\"0.002403\"\n\"2024-07-18T04:35:00.000Z\",\"0.003551\",\"0.003664\"\n\"2024-07-18T04:40:00.000Z\",\"0.004603\",\"0.004504\"\n\"2024-07-18T04:45:00.000Z\",\"0.004395\",\"0.004511\"\n\"2024-07-18T04:50:00.000Z\",\"0.004817\",\"0.00472\"\n\"2024-07-18T04:55:00.000Z\",\"0.003752\",\"0.003884\"\n\"2024-07-18T05:00:00.000Z\",\"0.002435\",\"0.002735\"\n\"2024-07-18T05:05:00.000Z\",\"0.002371\",\"0.002715\"\n\"2024-07-18T05:10:00.000Z\",\"0.002883\",\"0.003159\"\n\"2024-07-18T05:15:00.000Z\",\"0.002895\",\"0.00308\"\n\"2024-07-18T05:20:00.000Z\",\"0.002969\",\"0.003146\"\n\"2024-07-18T05:25:00.000Z\",\"0.002388\",\"0.002606\"\n"},{"id":"d4df1b58-3f76-42ba-89ab-1296242b2fec","name":"Get Port Telemetry - CSV Single Telemetry Type (Days)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"},{"key":"Accept","value":"text/csv"}],"url":{"raw":"{{baseUrl}}/v2/product/megaport/85e2b722-4063-4472-b03b-cd1bfa17c3a5/telemetry?type=BITS&days=3","host":["{{baseUrl}}"],"path":["v2","product","megaport","85e2b722-4063-4472-b03b-cd1bfa17c3a5","telemetry"],"query":[{"key":"type","value":"BITS","description":"Indicates the type of metric. Values include `BITS`, `PACKETS`, `ERRORS`, and `OPTICAL`. Multiple telemetry types can be passed. (Required - string)"},{"key":"from","value":"1718010019000","description":"Milliseconds since epoch. When not provided, returns the single most recent measurement. You can use a tool such as https://www.epochconverter.com/ for conversion to and from dates. (Optional - string)","disabled":true},{"key":"to","value":"1721280419000","description":"Milliseconds since epoch. When not provided, returns the single most recent measurement. You can use a tool such as https://www.epochconverter.com/ for conversion to and from dates. (Optional - string) ","disabled":true},{"key":"days","value":"3","description":"The number of days in the past from today for which to return telemetry details. This parameter is mutually exclusive from \"to\" and \"from\". (Optional - string)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Thu, 18 Jul 2024 05:31:31 GMT"},{"key":"Content-Type","value":"text/csv;charset=ISO-8859-1"},{"key":"Content-Length","value":"42149"},{"key":"Connection","value":"keep-alive"},{"key":"trace-id","value":"20e106816ed75382e8c16932c9f6f4c4"},{"key":"vary","value":"Origin"},{"key":"vary","value":"Access-Control-Request-Method"},{"key":"vary","value":"Access-Control-Request-Headers"},{"key":"x-correlation-id","value":"20e106816ed75382e8c16932c9f6f4c4"},{"key":"x-amzn-trace-id","value":"Root=1-6698a8b3-1cb95cca729a1122023245f8"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"content-disposition","value":"attachment; filename=85e2b722-4063-4472-b03b-cd1bfa17c3a5-telemetry.csv"},{"key":"server-timing","value":"app;dur=54"},{"key":"etag","value":"\"0a7f028f3cfe2e1a2c5441ccfd7028924\""},{"key":"x-xss-protection","value":"1 ; mode=block"},{"key":"strict-transport-security","value":"max-age=31536000; preload"},{"key":"strict-transport-security","value":"max-age=31536000; preload"},{"key":"referrer-policy","value":"no-referrer"},{"key":"content-security-policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"x-download-options","value":"noopen"},{"key":"x-permitted-cross-domain-policies","value":"none"}],"cookie":[],"responseTime":null,"body":"\"Timestamp\",\"Bandwidth In (Mbps)\",\"Bandwidth Out (Mbps)\"\n\"2024-07-15T05:35:00.000Z\",\"0.001202\",\"0.001462\"\n\"2024-07-15T05:40:00.000Z\",\"0.001758\",\"0.001896\"\n\"2024-07-15T05:45:00.000Z\",\"0.001628\",\"0.001645\"\n\"2024-07-15T05:50:00.000Z\",\"0.001146\",\"0.001399\"\n\"2024-07-15T05:55:00.000Z\",\"0.001665\",\"0.001974\"\n\"2024-07-15T06:00:00.000Z\",\"0.001412\",\"0.001689\"\n\"2024-07-15T06:05:00.000Z\",\"0.001599\",\"0.001893\"\n\"2024-07-15T06:10:00.000Z\",\"0.001417\",\"0.001759\"\n\"2024-07-15T06:15:00.000Z\",\"0.001214\",\"0.001475\"\n\"2024-07-15T06:20:00.000Z\",\"0.002147\",\"0.002064\"\n\"2024-07-15T06:25:00.000Z\",\"0.002435\",\"0.002631\"\n\"2024-07-15T06:30:00.000Z\",\"0.001946\",\"0.002125\"\n\"2024-07-15T06:35:00.000Z\",\"0.001988\",\"0.002062\"\n\"2024-07-15T06:40:00.000Z\",\"0.001264\",\"0.001512\"\n\"2024-07-15T06:45:00.000Z\",\"0.001733\",\"0.001864\"\n\"2024-07-15T06:50:00.000Z\",\"0.001114\",\"0.001356\"\n\"2024-07-15T06:55:00.000Z\",\"0.001444\",\"0.001633\"\n\"2024-07-15T07:00:00.000Z\",\"0.001642\",\"0.001902\"\n\"2024-07-15T07:05:00.000Z\",\"0.001162\",\"0.001358\"\n\"2024-07-15T07:10:00.000Z\",\"0.001105\",\"0.001325\"\n\"2024-07-15T07:15:00.000Z\",\"0.001528\",\"0.001708\"\n\"2024-07-15T07:20:00.000Z\",\"0.001952\",\"0.002024\"\n\"2024-07-15T07:25:00.000Z\",\"0.001058\",\"0.001319\"\n\"2024-07-15T07:30:00.000Z\",\"0.001167\",\"0.001352\"\n\"2024-07-15T07:35:00.000Z\",\"0.001387\",\"0.001655\"\n\"2024-07-15T07:40:00.000Z\",\"0.001637\",\"0.001807\"\n\"2024-07-15T07:45:00.000Z\",\"0.001439\",\"0.001708\"\n\"2024-07-15T07:50:00.000Z\",\"0.001252\",\"0.001588\"\n\"2024-07-15T07:55:00.000Z\",\"0.001176\",\"0.001599\"\n\"2024-07-15T08:00:00.000Z\",\"0.001849\",\"0.001992\"\n\"2024-07-15T08:05:00.000Z\",\"0.001385\",\"0.001552\"\n\"2024-07-15T08:10:00.000Z\",\"0.001254\",\"0.001438\"\n\"2024-07-15T08:15:00.000Z\",\"0.001237\",\"0.001495\"\n\"2024-07-15T08:20:00.000Z\",\"0.001071\",\"0.001362\"\n\"2024-07-15T08:25:00.000Z\",\"0.001949\",\"0.002083\"\n\"2024-07-15T08:30:00.000Z\",\"0.001207\",\"0.00154\"\n\"2024-07-15T08:35:00.000Z\",\"0.001215\",\"0.001432\"\n\"2024-07-15T08:40:00.000Z\",\"0.001288\",\"0.001547\"\n\"2024-07-15T08:45:00.000Z\",\"0.001846\",\"0.00187\"\n\"2024-07-15T08:50:00.000Z\",\"0.001337\",\"0.001528\"\n\"2024-07-15T08:55:00.000Z\",\"0.003037\",\"0.003201\"\n\"2024-07-15T09:00:00.000Z\",\"0.001708\",\"0.001771\"\n\"2024-07-15T09:05:00.000Z\",\"0.001595\",\"0.001811\"\n\"2024-07-15T09:10:00.000Z\",\"0.001201\",\"0.001365\"\n\"2024-07-15T09:15:00.000Z\",\"0.001146\",\"0.001424\"\n\"2024-07-15T09:20:00.000Z\",\"0.001425\",\"0.001642\"\n\"2024-07-15T09:25:00.000Z\",\"0.001383\",\"0.001602\"\n\"2024-07-15T09:30:00.000Z\",\"0.001065\",\"0.001413\"\n\"2024-07-15T09:35:00.000Z\",\"0.001335\",\"0.001547\"\n\"2024-07-15T09:40:00.000Z\",\"0.001946\",\"0.002191\"\n\"2024-07-15T09:45:00.000Z\",\"0.001458\",\"0.00177\"\n\"2024-07-15T09:50:00.000Z\",\"0.001181\",\"0.001475\"\n\"2024-07-15T09:55:00.000Z\",\"0.001366\",\"0.001541\"\n\"2024-07-15T10:00:00.000Z\",\"0.00133\",\"0.001459\"\n\"2024-07-15T10:05:00.000Z\",\"0.001492\",\"0.001525\"\n\"2024-07-15T10:10:00.000Z\",\"0.001151\",\"0.001377\"\n\"2024-07-15T10:15:00.000Z\",\"0.001187\",\"0.001414\"\n\"2024-07-15T10:20:00.000Z\",\"0.001425\",\"0.001729\"\n\"2024-07-15T10:25:00.000Z\",\"0.001155\",\"0.001275\"\n\"2024-07-15T10:30:00.000Z\",\"0.001354\",\"0.001545\"\n\"2024-07-15T10:35:00.000Z\",\"0.001162\",\"0.001508\"\n\"2024-07-15T10:40:00.000Z\",\"0.001175\",\"0.00143\"\n\"2024-07-15T10:45:00.000Z\",\"0.001406\",\"0.001645\"\n\"2024-07-15T10:50:00.000Z\",\"0.002624\",\"0.003005\"\n\"2024-07-15T10:55:00.000Z\",\"0.001125\",\"0.001446\"\n\"2024-07-15T11:00:00.000Z\",\"0.001194\",\"0.001532\"\n\"2024-07-15T11:05:00.000Z\",\"0.001064\",\"0.001255\"\n\"2024-07-15T11:10:00.000Z\",\"0.001256\",\"0.001438\"\n\"2024-07-15T11:15:00.000Z\",\"0.001238\",\"0.001407\"\n\"2024-07-15T11:20:00.000Z\",\"0.00087\",\"0.001154\"\n\"2024-07-15T11:25:00.000Z\",\"0.00094\",\"0.001127\"\n\"2024-07-15T11:30:00.000Z\",\"0.001138\",\"0.001306\"\n\"2024-07-15T11:35:00.000Z\",\"0.001205\",\"0.001524\"\n\"2024-07-15T11:40:00.000Z\",\"0.001224\",\"0.001453\"\n\"2024-07-15T11:45:00.000Z\",\"0.001295\",\"0.00158\"\n\"2024-07-15T11:50:00.000Z\",\"0.00113\",\"0.001315\"\n\"2024-07-15T11:55:00.000Z\",\"0.001147\",\"0.001384\"\n\"2024-07-15T12:00:00.000Z\",\"0.001194\",\"0.00137\"\n\"2024-07-15T12:05:00.000Z\",\"0.001029\",\"0.001264\"\n\"2024-07-15T12:10:00.000Z\",\"0.001213\",\"0.001331\"\n\"2024-07-15T12:15:00.000Z\",\"0.001257\",\"0.001474\"\n\"2024-07-15T12:20:00.000Z\",\"0.001136\",\"0.001375\"\n\"2024-07-15T12:25:00.000Z\",\"0.001156\",\"0.001364\"\n\"2024-07-15T12:30:00.000Z\",\"0.001131\",\"0.001403\"\n\"2024-07-15T12:35:00.000Z\",\"0.001139\",\"0.001377\"\n\"2024-07-15T12:40:00.000Z\",\"0.001107\",\"0.001323\"\n\"2024-07-15T12:45:00.000Z\",\"0.00119\",\"0.001337\"\n\"2024-07-15T12:50:00.000Z\",\"0.00114\",\"0.001474\"\n\"2024-07-15T12:55:00.000Z\",\"0.001345\",\"0.001565\"\n\"2024-07-15T13:00:00.000Z\",\"0.001135\",\"0.001492\"\n\"2024-07-15T13:05:00.000Z\",\"0.001234\",\"0.001429\"\n\"2024-07-15T13:10:00.000Z\",\"0.001076\",\"0.001355\"\n\"2024-07-15T13:15:00.000Z\",\"0.001267\",\"0.001478\"\n\"2024-07-15T13:20:00.000Z\",\"0.001097\",\"0.001362\"\n\"2024-07-15T13:25:00.000Z\",\"0.001104\",\"0.001387\"\n\"2024-07-15T13:30:00.000Z\",\"0.001186\",\"0.001514\"\n\"2024-07-15T13:35:00.000Z\",\"0.001152\",\"0.001363\"\n\"2024-07-15T13:40:00.000Z\",\"0.00116\",\"0.001469\"\n\"2024-07-15T13:45:00.000Z\",\"0.001169\",\"0.001267\"\n\"2024-07-15T13:50:00.000Z\",\"0.001013\",\"0.0013\"\n\"2024-07-15T13:55:00.000Z\",\"0.001097\",\"0.001321\"\n\"2024-07-15T14:00:00.000Z\",\"0.001204\",\"0.001499\"\n\"2024-07-15T14:05:00.000Z\",\"0.001483\",\"0.001539\"\n\"2024-07-15T14:10:00.000Z\",\"0.001116\",\"0.001273\"\n\"2024-07-15T14:15:00.000Z\",\"0.001225\",\"0.00145\"\n\"2024-07-15T14:20:00.000Z\",\"0.000847\",\"0.001171\"\n\"2024-07-15T14:25:00.000Z\",\"0.000911\",\"0.001126\"\n\"2024-07-15T14:30:00.000Z\",\"0.000977\",\"0.001223\"\n\"2024-07-15T14:35:00.000Z\",\"0.001009\",\"0.001231\"\n\"2024-07-15T14:40:00.000Z\",\"0.001175\",\"0.001374\"\n\"2024-07-15T14:45:00.000Z\",\"0.001144\",\"0.001526\"\n\"2024-07-15T14:50:00.000Z\",\"0.001136\",\"0.001402\"\n\"2024-07-15T14:55:00.000Z\",\"0.00293\",\"0.003278\"\n\"2024-07-15T15:00:00.000Z\",\"0.001229\",\"0.00128\"\n\"2024-07-15T15:05:00.000Z\",\"0.001167\",\"0.00135\"\n\"2024-07-15T15:10:00.000Z\",\"0.001198\",\"0.001362\"\n\"2024-07-15T15:15:00.000Z\",\"0.001138\",\"0.001438\"\n\"2024-07-15T15:20:00.000Z\",\"0.000933\",\"0.001267\"\n\"2024-07-15T15:25:00.000Z\",\"0.001014\",\"0.001209\"\n\"2024-07-15T15:30:00.000Z\",\"0.000881\",\"0.00111\"\n\"2024-07-15T15:35:00.000Z\",\"0.001068\",\"0.001317\"\n\"2024-07-15T15:40:00.000Z\",\"0.001076\",\"0.001358\"\n\"2024-07-15T15:45:00.000Z\",\"0.000994\",\"0.001435\"\n\"2024-07-15T15:50:00.000Z\",\"0.001019\",\"0.001255\"\n\"2024-07-15T15:55:00.000Z\",\"0.000996\",\"0.001211\"\n\"2024-07-15T16:00:00.000Z\",\"0.001311\",\"0.001665\"\n\"2024-07-15T16:05:00.000Z\",\"0.001069\",\"0.00136\"\n\"2024-07-15T16:10:00.000Z\",\"0.001597\",\"0.001901\"\n\"2024-07-15T16:15:00.000Z\",\"0.002498\",\"0.002609\"\n\"2024-07-15T16:20:00.000Z\",\"0.001578\",\"0.001765\"\n\"2024-07-15T16:25:00.000Z\",\"0.001533\",\"0.00174\"\n\"2024-07-15T16:30:00.000Z\",\"0.00211\",\"0.002345\"\n\"2024-07-15T16:35:00.000Z\",\"0.002018\",\"0.00206\"\n\"2024-07-15T16:40:00.000Z\",\"0.00151\",\"0.001804\"\n\"2024-07-15T16:45:00.000Z\",\"0.002234\",\"0.002327\"\n\"2024-07-15T16:50:00.000Z\",\"0.001805\",\"0.001936\"\n\"2024-07-15T16:55:00.000Z\",\"0.00154\",\"0.001724\"\n\"2024-07-15T17:00:00.000Z\",\"0.001928\",\"0.00205\"\n\"2024-07-15T17:05:00.000Z\",\"0.001184\",\"0.001333\"\n\"2024-07-15T17:10:00.000Z\",\"0.001698\",\"0.00185\"\n\"2024-07-15T17:15:00.000Z\",\"0.002387\",\"0.002671\"\n\"2024-07-15T17:20:00.000Z\",\"0.002317\",\"0.002537\"\n\"2024-07-15T17:25:00.000Z\",\"0.002921\",\"0.002904\"\n\"2024-07-15T17:30:00.000Z\",\"0.002386\",\"0.00255\"\n\"2024-07-15T17:35:00.000Z\",\"0.001923\",\"0.002172\"\n\"2024-07-15T17:40:00.000Z\",\"0.002572\",\"0.002623\"\n\"2024-07-15T17:45:00.000Z\",\"0.002498\",\"0.002681\"\n\"2024-07-15T17:50:00.000Z\",\"0.001689\",\"0.002159\"\n\"2024-07-15T17:55:00.000Z\",\"0.002137\",\"0.00228\"\n\"2024-07-15T18:00:00.000Z\",\"0.00217\",\"0.002228\"\n\"2024-07-15T18:05:00.000Z\",\"0.001721\",\"0.002038\"\n\"2024-07-15T18:10:00.000Z\",\"0.001845\",\"0.001917\"\n\"2024-07-15T18:15:00.000Z\",\"0.001829\",\"0.001962\"\n\"2024-07-15T18:20:00.000Z\",\"0.001739\",\"0.001865\"\n\"2024-07-15T18:25:00.000Z\",\"0.001836\",\"0.001931\"\n\"2024-07-15T18:30:00.000Z\",\"0.00187\",\"0.002081\"\n\"2024-07-15T18:35:00.000Z\",\"0.001957\",\"0.002081\"\n\"2024-07-15T18:40:00.000Z\",\"0.002049\",\"0.002101\"\n\"2024-07-15T18:45:00.000Z\",\"0.001783\",\"0.001875\"\n\"2024-07-15T18:50:00.000Z\",\"0.001588\",\"0.001841\"\n\"2024-07-15T18:55:00.000Z\",\"0.0023\",\"0.002564\"\n\"2024-07-15T19:00:00.000Z\",\"0.001959\",\"0.002012\"\n\"2024-07-15T19:05:00.000Z\",\"0.001542\",\"0.001696\"\n\"2024-07-15T19:10:00.000Z\",\"0.001975\",\"0.002186\"\n\"2024-07-15T19:15:00.000Z\",\"0.002285\",\"0.002355\"\n\"2024-07-15T19:20:00.000Z\",\"0.001771\",\"0.001915\"\n\"2024-07-15T19:25:00.000Z\",\"0.002701\",\"0.002777\"\n\"2024-07-15T19:30:00.000Z\",\"0.003078\",\"0.003195\"\n\"2024-07-15T19:35:00.000Z\",\"0.001921\",\"0.002153\"\n\"2024-07-15T19:40:00.000Z\",\"0.002257\",\"0.002356\"\n\"2024-07-15T19:45:00.000Z\",\"0.001749\",\"0.001968\"\n\"2024-07-15T19:50:00.000Z\",\"0.001618\",\"0.00177\"\n\"2024-07-15T19:55:00.000Z\",\"0.002101\",\"0.002308\"\n\"2024-07-15T20:00:00.000Z\",\"0.001531\",\"0.001788\"\n\"2024-07-15T20:05:00.000Z\",\"0.001372\",\"0.001391\"\n\"2024-07-15T20:10:00.000Z\",\"0.002067\",\"0.002096\"\n\"2024-07-15T20:15:00.000Z\",\"0.001906\",\"0.002098\"\n\"2024-07-15T20:20:00.000Z\",\"0.002012\",\"0.002219\"\n\"2024-07-15T20:25:00.000Z\",\"0.002547\",\"0.002762\"\n\"2024-07-15T20:30:00.000Z\",\"0.001936\",\"0.002123\"\n\"2024-07-15T20:35:00.000Z\",\"0.00202\",\"0.00221\"\n\"2024-07-15T20:40:00.000Z\",\"0.001778\",\"0.001994\"\n\"2024-07-15T20:45:00.000Z\",\"0.001907\",\"0.001997\"\n\"2024-07-15T20:50:00.000Z\",\"0.002019\",\"0.002127\"\n\"2024-07-15T20:55:00.000Z\",\"0.001962\",\"0.00211\"\n\"2024-07-15T21:00:00.000Z\",\"0.002079\",\"0.002127\"\n\"2024-07-15T21:05:00.000Z\",\"0.002359\",\"0.002521\"\n\"2024-07-15T21:10:00.000Z\",\"0.001604\",\"0.001891\"\n\"2024-07-15T21:15:00.000Z\",\"0.00179\",\"0.001916\"\n\"2024-07-15T21:20:00.000Z\",\"0.002075\",\"0.002298\"\n\"2024-07-15T21:25:00.000Z\",\"0.001795\",\"0.001958\"\n\"2024-07-15T21:30:00.000Z\",\"0.002003\",\"0.002097\"\n\"2024-07-15T21:35:00.000Z\",\"0.002125\",\"0.002154\"\n\"2024-07-15T21:40:00.000Z\",\"0.001836\",\"0.002128\"\n\"2024-07-15T21:45:00.000Z\",\"0.001727\",\"0.001924\"\n\"2024-07-15T21:50:00.000Z\",\"0.002365\",\"0.002571\"\n\"2024-07-15T21:55:00.000Z\",\"0.001557\",\"0.001658\"\n\"2024-07-15T22:00:00.000Z\",\"0.001922\",\"0.002063\"\n\"2024-07-15T22:05:00.000Z\",\"0.001831\",\"0.001962\"\n\"2024-07-15T22:10:00.000Z\",\"0.001488\",\"0.001752\"\n\"2024-07-15T22:15:00.000Z\",\"0.001736\",\"0.001815\"\n\"2024-07-15T22:20:00.000Z\",\"0.002187\",\"0.002338\"\n\"2024-07-15T22:25:00.000Z\",\"0.001921\",\"0.00207\"\n\"2024-07-15T22:30:00.000Z\",\"0.001464\",\"0.001739\"\n\"2024-07-15T22:35:00.000Z\",\"0.002322\",\"0.002485\"\n\"2024-07-15T22:40:00.000Z\",\"0.002263\",\"0.002214\"\n\"2024-07-15T22:45:00.000Z\",\"0.002048\",\"0.002192\"\n\"2024-07-15T22:50:00.000Z\",\"0.002281\",\"0.002379\"\n\"2024-07-15T22:55:00.000Z\",\"0.001969\",\"0.002177\"\n\"2024-07-15T23:00:00.000Z\",\"0.001876\",\"0.002104\"\n\"2024-07-15T23:05:00.000Z\",\"0.002154\",\"0.002245\"\n\"2024-07-15T23:10:00.000Z\",\"0.001666\",\"0.001949\"\n\"2024-07-15T23:15:00.000Z\",\"0.0016\",\"0.001748\"\n\"2024-07-15T23:20:00.000Z\",\"0.002415\",\"0.002479\"\n\"2024-07-15T23:25:00.000Z\",\"0.001536\",\"0.001714\"\n\"2024-07-15T23:30:00.000Z\",\"0.001481\",\"0.001826\"\n\"2024-07-15T23:35:00.000Z\",\"0.002584\",\"0.002629\"\n\"2024-07-15T23:40:00.000Z\",\"0.002123\",\"0.002139\"\n\"2024-07-15T23:45:00.000Z\",\"0.001559\",\"0.001735\"\n\"2024-07-15T23:50:00.000Z\",\"0.002195\",\"0.00228\"\n\"2024-07-15T23:55:00.000Z\",\"0.001507\",\"0.001826\"\n\"2024-07-16T00:00:00.000Z\",\"0.002192\",\"0.00223\"\n\"2024-07-16T00:05:00.000Z\",\"0.00193\",\"0.002033\"\n\"2024-07-16T00:10:00.000Z\",\"0.00236\",\"0.002374\"\n\"2024-07-16T00:15:00.000Z\",\"0.00184\",\"0.001986\"\n\"2024-07-16T00:20:00.000Z\",\"0.002024\",\"0.002146\"\n\"2024-07-16T00:25:00.000Z\",\"0.00186\",\"0.001957\"\n\"2024-07-16T00:30:00.000Z\",\"0.001806\",\"0.002041\"\n\"2024-07-16T00:35:00.000Z\",\"0.001754\",\"0.00201\"\n\"2024-07-16T00:40:00.000Z\",\"0.001802\",\"0.001941\"\n\"2024-07-16T00:45:00.000Z\",\"0.001782\",\"0.002002\"\n\"2024-07-16T00:50:00.000Z\",\"0.002022\",\"0.002107\"\n\"2024-07-16T00:55:00.000Z\",\"0.003015\",\"0.003059\"\n\"2024-07-16T01:00:00.000Z\",\"0.002613\",\"0.002795\"\n\"2024-07-16T01:05:00.000Z\",\"0.002087\",\"0.002265\"\n\"2024-07-16T01:10:00.000Z\",\"0.005431\",\"0.005771\"\n\"2024-07-16T01:15:00.000Z\",\"0.005233\",\"0.005475\"\n\"2024-07-16T01:20:00.000Z\",\"0.004645\",\"0.004804\"\n\"2024-07-16T01:25:00.000Z\",\"0.005382\",\"0.005563\"\n\"2024-07-16T01:30:00.000Z\",\"0.004632\",\"0.00493\"\n\"2024-07-16T01:35:00.000Z\",\"0.003258\",\"0.003461\"\n\"2024-07-16T01:40:00.000Z\",\"0.001782\",\"0.002029\"\n\"2024-07-16T01:45:00.000Z\",\"0.002076\",\"0.00217\"\n\"2024-07-16T01:50:00.000Z\",\"0.001793\",\"0.001957\"\n\"2024-07-16T01:55:00.000Z\",\"0.00158\",\"0.001873\"\n\"2024-07-16T02:00:00.000Z\",\"0.002394\",\"0.002519\"\n\"2024-07-16T02:05:00.000Z\",\"0.002124\",\"0.002207\"\n\"2024-07-16T02:10:00.000Z\",\"0.001832\",\"0.002093\"\n\"2024-07-16T02:15:00.000Z\",\"0.001552\",\"0.001726\"\n\"2024-07-16T02:20:00.000Z\",\"0.002114\",\"0.00226\"\n\"2024-07-16T02:25:00.000Z\",\"0.001854\",\"0.002073\"\n\"2024-07-16T02:30:00.000Z\",\"0.001707\",\"0.001911\"\n\"2024-07-16T02:35:00.000Z\",\"0.001805\",\"0.001976\"\n\"2024-07-16T02:40:00.000Z\",\"0.001926\",\"0.00223\"\n\"2024-07-16T02:45:00.000Z\",\"0.002059\",\"0.002157\"\n\"2024-07-16T02:50:00.000Z\",\"0.002063\",\"0.002321\"\n\"2024-07-16T02:55:00.000Z\",\"0.002019\",\"0.002151\"\n\"2024-07-16T03:00:00.000Z\",\"0.001925\",\"0.001955\"\n\"2024-07-16T03:05:00.000Z\",\"0.001845\",\"0.001988\"\n\"2024-07-16T03:10:00.000Z\",\"0.001707\",\"0.001887\"\n\"2024-07-16T03:15:00.000Z\",\"0.002069\",\"0.002228\"\n\"2024-07-16T03:20:00.000Z\",\"0.002166\",\"0.002246\"\n\"2024-07-16T03:25:00.000Z\",\"0.002049\",\"0.002198\"\n\"2024-07-16T03:30:00.000Z\",\"0.003574\",\"0.003848\"\n\"2024-07-16T03:35:00.000Z\",\"0.001649\",\"0.001893\"\n\"2024-07-16T03:40:00.000Z\",\"0.002394\",\"0.002487\"\n\"2024-07-16T03:45:00.000Z\",\"0.00157\",\"0.001778\"\n\"2024-07-16T03:50:00.000Z\",\"0.001812\",\"0.002049\"\n\"2024-07-16T03:55:00.000Z\",\"0.002\",\"0.00231\"\n\"2024-07-16T04:00:00.000Z\",\"0.001803\",\"0.001959\"\n\"2024-07-16T04:05:00.000Z\",\"0.001555\",\"0.001762\"\n\"2024-07-16T04:10:00.000Z\",\"0.001671\",\"0.001905\"\n\"2024-07-16T04:15:00.000Z\",\"0.001494\",\"0.001683\"\n\"2024-07-16T04:20:00.000Z\",\"0.001452\",\"0.001786\"\n\"2024-07-16T04:25:00.000Z\",\"0.001608\",\"0.001725\"\n\"2024-07-16T04:30:00.000Z\",\"0.001507\",\"0.00163\"\n\"2024-07-16T04:35:00.000Z\",\"0.001602\",\"0.001863\"\n\"2024-07-16T04:40:00.000Z\",\"0.001615\",\"0.001869\"\n\"2024-07-16T04:45:00.000Z\",\"0.001623\",\"0.001784\"\n\"2024-07-16T04:50:00.000Z\",\"0.001474\",\"0.001673\"\n\"2024-07-16T04:55:00.000Z\",\"0.001488\",\"0.00165\"\n\"2024-07-16T05:00:00.000Z\",\"0.001551\",\"0.001768\"\n\"2024-07-16T05:05:00.000Z\",\"0.001805\",\"0.002024\"\n\"2024-07-16T05:10:00.000Z\",\"0.00149\",\"0.001687\"\n\"2024-07-16T05:15:00.000Z\",\"0.001695\",\"0.001867\"\n\"2024-07-16T05:20:00.000Z\",\"0.001674\",\"0.001876\"\n\"2024-07-16T05:25:00.000Z\",\"0.001437\",\"0.001713\"\n\"2024-07-16T05:30:00.000Z\",\"0.001587\",\"0.001728\"\n\"2024-07-16T05:35:00.000Z\",\"0.00156\",\"0.001658\"\n\"2024-07-16T05:40:00.000Z\",\"0.001306\",\"0.001527\"\n\"2024-07-16T05:45:00.000Z\",\"0.002981\",\"0.003358\"\n\"2024-07-16T05:50:00.000Z\",\"0.001549\",\"0.001719\"\n\"2024-07-16T05:55:00.000Z\",\"0.001617\",\"0.003544\"\n\"2024-07-16T06:00:00.000Z\",\"0.001604\",\"0.001696\"\n\"2024-07-16T06:05:00.000Z\",\"0.001534\",\"0.001595\"\n\"2024-07-16T06:10:00.000Z\",\"0.001579\",\"0.001781\"\n\"2024-07-16T06:15:00.000Z\",\"0.001415\",\"0.001629\"\n\"2024-07-16T06:20:00.000Z\",\"0.001739\",\"0.001956\"\n\"2024-07-16T06:25:00.000Z\",\"0.001698\",\"0.001915\"\n\"2024-07-16T06:30:00.000Z\",\"0.001556\",\"0.001744\"\n\"2024-07-16T06:35:00.000Z\",\"0.001608\",\"0.001896\"\n\"2024-07-16T06:40:00.000Z\",\"0.001517\",\"0.001736\"\n\"2024-07-16T06:45:00.000Z\",\"0.00164\",\"0.001898\"\n\"2024-07-16T06:50:00.000Z\",\"0.001518\",\"0.001712\"\n\"2024-07-16T06:55:00.000Z\",\"0.001597\",\"0.001756\"\n\"2024-07-16T07:00:00.000Z\",\"0.001597\",\"0.00176\"\n\"2024-07-16T07:05:00.000Z\",\"0.001495\",\"0.001763\"\n\"2024-07-16T07:10:00.000Z\",\"0.001601\",\"0.001766\"\n\"2024-07-16T07:15:00.000Z\",\"0.001607\",\"0.001826\"\n\"2024-07-16T07:20:00.000Z\",\"0.001544\",\"0.00173\"\n\"2024-07-16T07:25:00.000Z\",\"0.00164\",\"0.001733\"\n\"2024-07-16T07:30:00.000Z\",\"0.001544\",\"0.001723\"\n\"2024-07-16T07:35:00.000Z\",\"0.001528\",\"0.001734\"\n\"2024-07-16T07:40:00.000Z\",\"0.001614\",\"0.001892\"\n\"2024-07-16T07:45:00.000Z\",\"0.001709\",\"0.001917\"\n\"2024-07-16T07:50:00.000Z\",\"0.001773\",\"0.002016\"\n\"2024-07-16T07:55:00.000Z\",\"0.001409\",\"0.001675\"\n\"2024-07-16T08:00:00.000Z\",\"0.001865\",\"0.001806\"\n\"2024-07-16T08:05:00.000Z\",\"0.0015\",\"0.001645\"\n\"2024-07-16T08:10:00.000Z\",\"0.001576\",\"0.001794\"\n\"2024-07-16T08:15:00.000Z\",\"0.001559\",\"0.001777\"\n\"2024-07-16T08:20:00.000Z\",\"0.001489\",\"0.00176\"\n\"2024-07-16T08:25:00.000Z\",\"0.00157\",\"0.001686\"\n\"2024-07-16T08:30:00.000Z\",\"0.001585\",\"0.001917\"\n\"2024-07-16T08:35:00.000Z\",\"0.00144\",\"0.001639\"\n\"2024-07-16T08:40:00.000Z\",\"0.001635\",\"0.001861\"\n\"2024-07-16T08:45:00.000Z\",\"0.001509\",\"0.00177\"\n\"2024-07-16T08:50:00.000Z\",\"0.001644\",\"0.001895\"\n\"2024-07-16T08:55:00.000Z\",\"0.001093\",\"0.001292\"\n\"2024-07-16T09:00:00.000Z\",\"0.00117\",\"0.001493\"\n\"2024-07-16T09:05:00.000Z\",\"0.002692\",\"0.00278\"\n\"2024-07-16T09:10:00.000Z\",\"0.003473\",\"0.003639\"\n\"2024-07-16T09:15:00.000Z\",\"0.002347\",\"0.002448\"\n\"2024-07-16T09:20:00.000Z\",\"0.001467\",\"0.001596\"\n\"2024-07-16T09:25:00.000Z\",\"0.001539\",\"0.001674\"\n\"2024-07-16T09:30:00.000Z\",\"0.001692\",\"0.001844\"\n\"2024-07-16T09:35:00.000Z\",\"0.001602\",\"0.001708\"\n\"2024-07-16T09:40:00.000Z\",\"0.003361\",\"0.003618\"\n\"2024-07-16T09:45:00.000Z\",\"0.001938\",\"0.002198\"\n\"2024-07-16T09:50:00.000Z\",\"0.001583\",\"0.001702\"\n\"2024-07-16T09:55:00.000Z\",\"0.001539\",\"0.001676\"\n\"2024-07-16T10:00:00.000Z\",\"0.001528\",\"0.001812\"\n\"2024-07-16T10:05:00.000Z\",\"0.001554\",\"0.001658\"\n\"2024-07-16T10:10:00.000Z\",\"0.001611\",\"0.001732\"\n\"2024-07-16T10:15:00.000Z\",\"0.002424\",\"0.002573\"\n\"2024-07-16T10:20:00.000Z\",\"0.001883\",\"0.001792\"\n\"2024-07-16T10:25:00.000Z\",\"0.001539\",\"0.001716\"\n\"2024-07-16T10:30:00.000Z\",\"0.002499\",\"0.002396\"\n\"2024-07-16T10:35:00.000Z\",\"0.00166\",\"0.00176\"\n\"2024-07-16T10:40:00.000Z\",\"0.001876\",\"0.001996\"\n\"2024-07-16T10:45:00.000Z\",\"0.001827\",\"0.001953\"\n\"2024-07-16T10:50:00.000Z\",\"0.001611\",\"0.001826\"\n\"2024-07-16T10:55:00.000Z\",\"0.002186\",\"0.002276\"\n\"2024-07-16T11:00:00.000Z\",\"0.001873\",\"0.002009\"\n\"2024-07-16T11:05:00.000Z\",\"0.001787\",\"0.001865\"\n\"2024-07-16T11:10:00.000Z\",\"0.001793\",\"0.001795\"\n\"2024-07-16T11:15:00.000Z\",\"0.001538\",\"0.00164\"\n\"2024-07-16T11:20:00.000Z\",\"0.001957\",\"0.001967\"\n\"2024-07-16T11:25:00.000Z\",\"0.001795\",\"0.00172\"\n\"2024-07-16T11:30:00.000Z\",\"0.002105\",\"0.002125\"\n\"2024-07-16T11:35:00.000Z\",\"0.002112\",\"0.002118\"\n\"2024-07-16T11:40:00.000Z\",\"0.001369\",\"0.001567\"\n\"2024-07-16T11:45:00.000Z\",\"0.001439\",\"0.001482\"\n\"2024-07-16T11:50:00.000Z\",\"0.002058\",\"0.00223\"\n\"2024-07-16T11:55:00.000Z\",\"0.0017\",\"0.001763\"\n\"2024-07-16T12:00:00.000Z\",\"0.001599\",\"0.001643\"\n\"2024-07-16T12:05:00.000Z\",\"0.00236\",\"0.002432\"\n\"2024-07-16T12:10:00.000Z\",\"0.001794\",\"0.001916\"\n\"2024-07-16T12:15:00.000Z\",\"0.001651\",\"0.001756\"\n\"2024-07-16T12:20:00.000Z\",\"0.002364\",\"0.002365\"\n\"2024-07-16T12:25:00.000Z\",\"0.001576\",\"0.001677\"\n\"2024-07-16T12:30:00.000Z\",\"0.002143\",\"0.00215\"\n\"2024-07-16T12:35:00.000Z\",\"0.002126\",\"0.002066\"\n\"2024-07-16T12:40:00.000Z\",\"0.001961\",\"0.001874\"\n\"2024-07-16T12:45:00.000Z\",\"0.002625\",\"0.002575\"\n\"2024-07-16T12:50:00.000Z\",\"0.004784\",\"0.00494\"\n\"2024-07-16T12:55:00.000Z\",\"0.004138\",\"0.004066\"\n\"2024-07-16T13:00:00.000Z\",\"0.003368\",\"0.00341\"\n\"2024-07-16T13:05:00.000Z\",\"0.002716\",\"0.002699\"\n\"2024-07-16T13:10:00.000Z\",\"0.003331\",\"0.00311\"\n\"2024-07-16T13:15:00.000Z\",\"0.001832\",\"0.001974\"\n\"2024-07-16T13:20:00.000Z\",\"0.001965\",\"0.001903\"\n\"2024-07-16T13:25:00.000Z\",\"0.000959\",\"0.001032\"\n\"2024-07-16T13:30:00.000Z\",\"0.000784\",\"0.001071\"\n\"2024-07-16T13:35:00.000Z\",\"0.001562\",\"0.001527\"\n\"2024-07-16T13:40:00.000Z\",\"0.000816\",\"0.001006\"\n\"2024-07-16T13:45:00.000Z\",\"0.0013\",\"0.001233\"\n\"2024-07-16T13:50:00.000Z\",\"0.001247\",\"0.00136\"\n\"2024-07-16T13:55:00.000Z\",\"0.001213\",\"0.001368\"\n\"2024-07-16T14:00:00.000Z\",\"0.001859\",\"0.001944\"\n\"2024-07-16T14:05:00.000Z\",\"0.001599\",\"0.001606\"\n\"2024-07-16T14:10:00.000Z\",\"0.001535\",\"0.001623\"\n\"2024-07-16T14:15:00.000Z\",\"0.001313\",\"0.001498\"\n\"2024-07-16T14:20:00.000Z\",\"0.001116\",\"0.001331\"\n\"2024-07-16T14:25:00.000Z\",\"0.001842\",\"0.001843\"\n\"2024-07-16T14:30:00.000Z\",\"0.003006\",\"0.002764\"\n\"2024-07-16T14:35:00.000Z\",\"0.0035\",\"0.003368\"\n\"2024-07-16T14:40:00.000Z\",\"0.003394\",\"0.003278\"\n\"2024-07-16T14:45:00.000Z\",\"0.002831\",\"0.002832\"\n\"2024-07-16T14:50:00.000Z\",\"0.003664\",\"0.003507\"\n\"2024-07-16T14:55:00.000Z\",\"0.001863\",\"0.001923\"\n\"2024-07-16T15:00:00.000Z\",\"0.001726\",\"0.001738\"\n\"2024-07-16T15:05:00.000Z\",\"0.002115\",\"0.002113\"\n\"2024-07-16T15:10:00.000Z\",\"0.001566\",\"0.001717\"\n\"2024-07-16T15:15:00.000Z\",\"0.001238\",\"0.001395\"\n\"2024-07-16T15:20:00.000Z\",\"0.001401\",\"0.001406\"\n\"2024-07-16T15:25:00.000Z\",\"0.001449\",\"0.001526\"\n\"2024-07-16T15:30:00.000Z\",\"0.00103\",\"0.001259\"\n\"2024-07-16T15:35:00.000Z\",\"0.001163\",\"0.001284\"\n\"2024-07-16T15:40:00.000Z\",\"0.001602\",\"0.00178\"\n\"2024-07-16T15:45:00.000Z\",\"0.00129\",\"0.001529\"\n\"2024-07-16T15:50:00.000Z\",\"0.00131\",\"0.001578\"\n\"2024-07-16T15:55:00.000Z\",\"0.001777\",\"0.002043\"\n\"2024-07-16T16:00:00.000Z\",\"0.001055\",\"0.001396\"\n\"2024-07-16T16:05:00.000Z\",\"0.001343\",\"0.001545\"\n\"2024-07-16T16:10:00.000Z\",\"0.001912\",\"0.001846\"\n\"2024-07-16T16:15:00.000Z\",\"0.001558\",\"0.001933\"\n\"2024-07-16T16:20:00.000Z\",\"0.002288\",\"0.002641\"\n\"2024-07-16T16:25:00.000Z\",\"0.001794\",\"0.001988\"\n\"2024-07-16T16:30:00.000Z\",\"0.001393\",\"0.001684\"\n\"2024-07-16T16:35:00.000Z\",\"0.001014\",\"0.001299\"\n\"2024-07-16T16:40:00.000Z\",\"0.001492\",\"0.001657\"\n\"2024-07-16T16:45:00.000Z\",\"0.001565\",\"0.001852\"\n\"2024-07-16T16:50:00.000Z\",\"0.001024\",\"0.001255\"\n\"2024-07-16T16:55:00.000Z\",\"0.001271\",\"0.001368\"\n\"2024-07-16T17:00:00.000Z\",\"0.001693\",\"0.001936\"\n\"2024-07-16T17:05:00.000Z\",\"0.001174\",\"0.001347\"\n\"2024-07-16T17:10:00.000Z\",\"0.001192\",\"0.001492\"\n\"2024-07-16T17:15:00.000Z\",\"0.001926\",\"0.002041\"\n\"2024-07-16T17:20:00.000Z\",\"0.001298\",\"0.001597\"\n\"2024-07-16T17:25:00.000Z\",\"0.001283\",\"0.001572\"\n\"2024-07-16T17:30:00.000Z\",\"0.002551\",\"0.00257\"\n\"2024-07-16T17:35:00.000Z\",\"0.002518\",\"0.002601\"\n\"2024-07-16T17:40:00.000Z\",\"0.006458\",\"0.006177\"\n\"2024-07-16T17:45:00.000Z\",\"0.007023\",\"0.006674\"\n\"2024-07-16T17:50:00.000Z\",\"0.00827\",\"0.007843\"\n\"2024-07-16T17:55:00.000Z\",\"0.009064\",\"0.008774\"\n\"2024-07-16T18:00:00.000Z\",\"0.007472\",\"0.007079\"\n\"2024-07-16T18:05:00.000Z\",\"0.005057\",\"0.004996\"\n\"2024-07-16T18:10:00.000Z\",\"0.004028\",\"0.004008\"\n\"2024-07-16T18:15:00.000Z\",\"0.002556\",\"0.002608\"\n\"2024-07-16T18:20:00.000Z\",\"0.0012\",\"0.001503\"\n\"2024-07-16T18:25:00.000Z\",\"0.001553\",\"0.0018\"\n\"2024-07-16T18:30:00.000Z\",\"0.001363\",\"0.001603\"\n\"2024-07-16T18:35:00.000Z\",\"0.001125\",\"0.001433\"\n\"2024-07-16T18:40:00.000Z\",\"0.001718\",\"0.001976\"\n\"2024-07-16T18:45:00.000Z\",\"0.001618\",\"0.001883\"\n\"2024-07-16T18:50:00.000Z\",\"0.001413\",\"0.001643\"\n\"2024-07-16T18:55:00.000Z\",\"0.001307\",\"0.0016\"\n\"2024-07-16T19:00:00.000Z\",\"0.001078\",\"0.001412\"\n\"2024-07-16T19:05:00.000Z\",\"0.001491\",\"0.001697\"\n\"2024-07-16T19:10:00.000Z\",\"0.001107\",\"0.001472\"\n\"2024-07-16T19:15:00.000Z\",\"0.001883\",\"0.002016\"\n\"2024-07-16T19:20:00.000Z\",\"0.001549\",\"0.001725\"\n\"2024-07-16T19:25:00.000Z\",\"0.003531\",\"0.003559\"\n\"2024-07-16T19:30:00.000Z\",\"0.004396\",\"0.004351\"\n\"2024-07-16T19:35:00.000Z\",\"0.002967\",\"0.003111\"\n\"2024-07-16T19:40:00.000Z\",\"0.002757\",\"0.002867\"\n\"2024-07-16T19:45:00.000Z\",\"0.002776\",\"0.002834\"\n\"2024-07-16T19:50:00.000Z\",\"0.003562\",\"0.003795\"\n\"2024-07-16T19:55:00.000Z\",\"0.00211\",\"0.002184\"\n\"2024-07-16T20:00:00.000Z\",\"0.00233\",\"0.002529\"\n\"2024-07-16T20:05:00.000Z\",\"0.001346\",\"0.001733\"\n\"2024-07-16T20:10:00.000Z\",\"0.001109\",\"0.001534\"\n\"2024-07-16T20:15:00.000Z\",\"0.001649\",\"0.001801\"\n\"2024-07-16T20:20:00.000Z\",\"0.001742\",\"0.00159\"\n\"2024-07-16T20:25:00.000Z\",\"0.001309\",\"0.001772\"\n\"2024-07-16T20:30:00.000Z\",\"0.001757\",\"0.001832\"\n\"2024-07-16T20:35:00.000Z\",\"0.002407\",\"0.002415\"\n\"2024-07-16T20:40:00.000Z\",\"0.001917\",\"0.002079\"\n\"2024-07-16T20:45:00.000Z\",\"0.001269\",\"0.001573\"\n\"2024-07-16T20:50:00.000Z\",\"0.001447\",\"0.00166\"\n\"2024-07-16T20:55:00.000Z\",\"0.001934\",\"0.002036\"\n\"2024-07-16T21:00:00.000Z\",\"0.001299\",\"0.001525\"\n\"2024-07-16T21:05:00.000Z\",\"0.001499\",\"0.00185\"\n\"2024-07-16T21:10:00.000Z\",\"0.001352\",\"0.001589\"\n\"2024-07-16T21:15:00.000Z\",\"0.002033\",\"0.002077\"\n\"2024-07-16T21:20:00.000Z\",\"0.001556\",\"0.001784\"\n\"2024-07-16T21:25:00.000Z\",\"0.001229\",\"0.001588\"\n\"2024-07-16T21:30:00.000Z\",\"0.001988\",\"0.002036\"\n\"2024-07-16T21:35:00.000Z\",\"0.001984\",\"0.002019\"\n\"2024-07-16T21:40:00.000Z\",\"0.001324\",\"0.001634\"\n\"2024-07-16T21:45:00.000Z\",\"0.001444\",\"0.001692\"\n\"2024-07-16T21:50:00.000Z\",\"0.001674\",\"0.001914\"\n\"2024-07-16T21:55:00.000Z\",\"0.001202\",\"0.001474\"\n\"2024-07-16T22:00:00.000Z\",\"0.001362\",\"0.001663\"\n\"2024-07-16T22:05:00.000Z\",\"0.001336\",\"0.0016\"\n\"2024-07-16T22:10:00.000Z\",\"0.001361\",\"0.001772\"\n\"2024-07-16T22:15:00.000Z\",\"0.001258\",\"0.001575\"\n\"2024-07-16T22:20:00.000Z\",\"0.001326\",\"0.001524\"\n\"2024-07-16T22:25:00.000Z\",\"0.002879\",\"0.003279\"\n\"2024-07-16T22:30:00.000Z\",\"0.001287\",\"0.001613\"\n\"2024-07-16T22:35:00.000Z\",\"0.000945\",\"0.001251\"\n\"2024-07-16T22:40:00.000Z\",\"0.001121\",\"0.001359\"\n\"2024-07-16T22:45:00.000Z\",\"0.001179\",\"0.001419\"\n\"2024-07-16T22:50:00.000Z\",\"0.001182\",\"0.001546\"\n\"2024-07-16T22:55:00.000Z\",\"0.001264\",\"0.001614\"\n\"2024-07-16T23:00:00.000Z\",\"0.001312\",\"0.001676\"\n\"2024-07-16T23:05:00.000Z\",\"0.001264\",\"0.001662\"\n\"2024-07-16T23:10:00.000Z\",\"0.001204\",\"0.001447\"\n\"2024-07-16T23:15:00.000Z\",\"0.001314\",\"0.001616\"\n\"2024-07-16T23:20:00.000Z\",\"0.001178\",\"0.00155\"\n\"2024-07-16T23:25:00.000Z\",\"0.001285\",\"0.0016\"\n\"2024-07-16T23:30:00.000Z\",\"0.001251\",\"0.001559\"\n\"2024-07-16T23:35:00.000Z\",\"0.001404\",\"0.001719\"\n\"2024-07-16T23:40:00.000Z\",\"0.001174\",\"0.001482\"\n\"2024-07-16T23:45:00.000Z\",\"0.001176\",\"0.001462\"\n\"2024-07-16T23:50:00.000Z\",\"0.001333\",\"0.001597\"\n\"2024-07-16T23:55:00.000Z\",\"0.001366\",\"0.001679\"\n\"2024-07-17T00:00:00.000Z\",\"0.001583\",\"0.001811\"\n\"2024-07-17T00:05:00.000Z\",\"0.003102\",\"0.00322\"\n\"2024-07-17T00:10:00.000Z\",\"0.003432\",\"0.00354\"\n\"2024-07-17T00:15:00.000Z\",\"0.003496\",\"0.003574\"\n\"2024-07-17T00:20:00.000Z\",\"0.003143\",\"0.003317\"\n\"2024-07-17T00:25:00.000Z\",\"0.002866\",\"0.002974\"\n\"2024-07-17T00:30:00.000Z\",\"0.001332\",\"0.001571\"\n\"2024-07-17T00:35:00.000Z\",\"0.001217\",\"0.001539\"\n\"2024-07-17T00:40:00.000Z\",\"0.00126\",\"0.001479\"\n\"2024-07-17T00:45:00.000Z\",\"0.001315\",\"0.001725\"\n\"2024-07-17T00:50:00.000Z\",\"0.001475\",\"0.001906\"\n\"2024-07-17T00:55:00.000Z\",\"0.00129\",\"0.001605\"\n\"2024-07-17T01:00:00.000Z\",\"0.001275\",\"0.001541\"\n\"2024-07-17T01:05:00.000Z\",\"0.001122\",\"0.001594\"\n\"2024-07-17T01:10:00.000Z\",\"0.001144\",\"0.001472\"\n\"2024-07-17T01:15:00.000Z\",\"0.001221\",\"0.001496\"\n\"2024-07-17T01:20:00.000Z\",\"0.001265\",\"0.00166\"\n\"2024-07-17T01:25:00.000Z\",\"0.001346\",\"0.00161\"\n\"2024-07-17T01:30:00.000Z\",\"0.001187\",\"0.001431\"\n\"2024-07-17T01:35:00.000Z\",\"0.00093\",\"0.001127\"\n\"2024-07-17T01:40:00.000Z\",\"0.001212\",\"0.001536\"\n\"2024-07-17T01:45:00.000Z\",\"0.001278\",\"0.001655\"\n\"2024-07-17T01:50:00.000Z\",\"0.001183\",\"0.001549\"\n\"2024-07-17T01:55:00.000Z\",\"0.00127\",\"0.00151\"\n\"2024-07-17T02:00:00.000Z\",\"0.001301\",\"0.001554\"\n\"2024-07-17T02:05:00.000Z\",\"0.001286\",\"0.001593\"\n\"2024-07-17T02:10:00.000Z\",\"0.003478\",\"0.003889\"\n\"2024-07-17T02:15:00.000Z\",\"0.004875\",\"0.00521\"\n\"2024-07-17T02:20:00.000Z\",\"0.005606\",\"0.006021\"\n\"2024-07-17T02:25:00.000Z\",\"0.004332\",\"0.004728\"\n\"2024-07-17T02:30:00.000Z\",\"0.00463\",\"0.004926\"\n\"2024-07-17T02:35:00.000Z\",\"0.003999\",\"0.00448\"\n\"2024-07-17T02:40:00.000Z\",\"0.004741\",\"0.00525\"\n\"2024-07-17T02:45:00.000Z\",\"0.004266\",\"0.004569\"\n\"2024-07-17T02:50:00.000Z\",\"0.004161\",\"0.004606\"\n\"2024-07-17T02:55:00.000Z\",\"0.002399\",\"0.002759\"\n\"2024-07-17T03:00:00.000Z\",\"0.001268\",\"0.001738\"\n\"2024-07-17T03:05:00.000Z\",\"0.001108\",\"0.001427\"\n\"2024-07-17T03:10:00.000Z\",\"0.00188\",\"0.002199\"\n\"2024-07-17T03:15:00.000Z\",\"0.007222\",\"0.007125\"\n\"2024-07-17T03:20:00.000Z\",\"0.007853\",\"0.007673\"\n\"2024-07-17T03:25:00.000Z\",\"0.008078\",\"0.00788\"\n\"2024-07-17T03:30:00.000Z\",\"0.007902\",\"0.007727\"\n\"2024-07-17T03:35:00.000Z\",\"0.004962\",\"0.005035\"\n\"2024-07-17T03:40:00.000Z\",\"0.001731\",\"0.001885\"\n\"2024-07-17T03:45:00.000Z\",\"0.001057\",\"0.001524\"\n\"2024-07-17T03:50:00.000Z\",\"0.001104\",\"0.001431\"\n\"2024-07-17T03:55:00.000Z\",\"0.000758\",\"0.001089\"\n\"2024-07-17T04:00:00.000Z\",\"0.000968\",\"0.00137\"\n\"2024-07-17T04:05:00.000Z\",\"0.000863\",\"0.001145\"\n\"2024-07-17T04:10:00.000Z\",\"0.000684\",\"0.00106\"\n\"2024-07-17T04:15:00.000Z\",\"0.000961\",\"0.001299\"\n\"2024-07-17T04:20:00.000Z\",\"0.001838\",\"0.002192\"\n\"2024-07-17T04:25:00.000Z\",\"0.002164\",\"0.002449\"\n\"2024-07-17T04:30:00.000Z\",\"0.008243\",\"0.008287\"\n\"2024-07-17T04:35:00.000Z\",\"0.007606\",\"0.007355\"\n\"2024-07-17T04:40:00.000Z\",\"0.005123\",\"0.00506\"\n\"2024-07-17T04:45:00.000Z\",\"0.004371\",\"0.004419\"\n\"2024-07-17T04:50:00.000Z\",\"0.004237\",\"0.004124\"\n\"2024-07-17T04:55:00.000Z\",\"0.002015\",\"0.002066\"\n\"2024-07-17T05:00:00.000Z\",\"0.001277\",\"0.001646\"\n\"2024-07-17T05:05:00.000Z\",\"0.001308\",\"0.00161\"\n\"2024-07-17T05:10:00.000Z\",\"0.000884\",\"0.001158\"\n\"2024-07-17T05:15:00.000Z\",\"0.001517\",\"0.001671\"\n\"2024-07-17T05:20:00.000Z\",\"0.000928\",\"0.001184\"\n\"2024-07-17T05:25:00.000Z\",\"0.002235\",\"0.002546\"\n\"2024-07-17T05:30:00.000Z\",\"0.001592\",\"0.00183\"\n\"2024-07-17T05:35:00.000Z\",\"0.001029\",\"0.001226\"\n\"2024-07-17T05:40:00.000Z\",\"0.000654\",\"0.001006\"\n\"2024-07-17T05:45:00.000Z\",\"0.001257\",\"0.001478\"\n\"2024-07-17T05:50:00.000Z\",\"0.001302\",\"0.001696\"\n\"2024-07-17T05:55:00.000Z\",\"0.0009\",\"0.001283\"\n\"2024-07-17T06:00:00.000Z\",\"0.000961\",\"0.001387\"\n\"2024-07-17T06:05:00.000Z\",\"0.001596\",\"0.001791\"\n\"2024-07-17T06:10:00.000Z\",\"0.000634\",\"0.001001\"\n\"2024-07-17T06:15:00.000Z\",\"0.001098\",\"0.001325\"\n\"2024-07-17T06:20:00.000Z\",\"0.001212\",\"0.001368\"\n\"2024-07-17T06:25:00.000Z\",\"0.002388\",\"0.002492\"\n\"2024-07-17T06:30:00.000Z\",\"0.003314\",\"0.003419\"\n\"2024-07-17T06:35:00.000Z\",\"0.002846\",\"0.002922\"\n\"2024-07-17T06:40:00.000Z\",\"0.003989\",\"0.003829\"\n\"2024-07-17T06:45:00.000Z\",\"0.004543\",\"0.004239\"\n\"2024-07-17T06:50:00.000Z\",\"0.003508\",\"0.003408\"\n\"2024-07-17T06:55:00.000Z\",\"0.002512\",\"0.002649\"\n\"2024-07-17T07:00:00.000Z\",\"0.002469\",\"0.002602\"\n\"2024-07-17T07:05:00.000Z\",\"0.001569\",\"0.001847\"\n\"2024-07-17T07:10:00.000Z\",\"0.000813\",\"0.001265\"\n\"2024-07-17T07:15:00.000Z\",\"0.000881\",\"0.001308\"\n\"2024-07-17T07:20:00.000Z\",\"0.001146\",\"0.001348\"\n\"2024-07-17T07:25:00.000Z\",\"0.000923\",\"0.001202\"\n\"2024-07-17T07:30:00.000Z\",\"0.001093\",\"0.001238\"\n\"2024-07-17T07:35:00.000Z\",\"0.001434\",\"0.001475\"\n\"2024-07-17T07:40:00.000Z\",\"0.001295\",\"0.001571\"\n\"2024-07-17T07:45:00.000Z\",\"0.00124\",\"0.001517\"\n\"2024-07-17T07:50:00.000Z\",\"0.001404\",\"0.001613\"\n\"2024-07-17T07:55:00.000Z\",\"0.001435\",\"0.001554\"\n\"2024-07-17T08:00:00.000Z\",\"0.001354\",\"0.001666\"\n\"2024-07-17T08:05:00.000Z\",\"0.00142\",\"0.001643\"\n\"2024-07-17T08:10:00.000Z\",\"0.001172\",\"0.001384\"\n\"2024-07-17T08:15:00.000Z\",\"0.001167\",\"0.001473\"\n\"2024-07-17T08:20:00.000Z\",\"0.001407\",\"0.001757\"\n\"2024-07-17T08:25:00.000Z\",\"0.001396\",\"0.001698\"\n\"2024-07-17T08:30:00.000Z\",\"0.001897\",\"0.00216\"\n\"2024-07-17T08:35:00.000Z\",\"0.003372\",\"0.003679\"\n\"2024-07-17T08:40:00.000Z\",\"0.002036\",\"0.002157\"\n\"2024-07-17T08:45:00.000Z\",\"0.002479\",\"0.00257\"\n\"2024-07-17T08:50:00.000Z\",\"0.002468\",\"0.002437\"\n\"2024-07-17T08:55:00.000Z\",\"0.002051\",\"0.002219\"\n\"2024-07-17T09:00:00.000Z\",\"0.001547\",\"0.001864\"\n\"2024-07-17T09:05:00.000Z\",\"0.001551\",\"0.001782\"\n\"2024-07-17T09:10:00.000Z\",\"0.001174\",\"0.001523\"\n\"2024-07-17T09:15:00.000Z\",\"0.001357\",\"0.001644\"\n\"2024-07-17T09:20:00.000Z\",\"0.001322\",\"0.001665\"\n\"2024-07-17T09:25:00.000Z\",\"0.001096\",\"0.001442\"\n\"2024-07-17T09:30:00.000Z\",\"0.00175\",\"0.002003\"\n\"2024-07-17T09:35:00.000Z\",\"0.002726\",\"0.002933\"\n\"2024-07-17T09:40:00.000Z\",\"0.003659\",\"0.003722\"\n\"2024-07-17T09:45:00.000Z\",\"0.002084\",\"0.00227\"\n\"2024-07-17T09:50:00.000Z\",\"0.002708\",\"0.00276\"\n\"2024-07-17T09:55:00.000Z\",\"0.002058\",\"0.002341\"\n\"2024-07-17T10:00:00.000Z\",\"0.003944\",\"0.004154\"\n\"2024-07-17T10:05:00.000Z\",\"0.003788\",\"0.003991\"\n\"2024-07-17T10:10:00.000Z\",\"0.004453\",\"0.004276\"\n\"2024-07-17T10:15:00.000Z\",\"0.003471\",\"0.003619\"\n\"2024-07-17T10:20:00.000Z\",\"0.003127\",\"0.003299\"\n\"2024-07-17T10:25:00.000Z\",\"0.003187\",\"0.003395\"\n\"2024-07-17T10:30:00.000Z\",\"0.002878\",\"0.002983\"\n\"2024-07-17T10:35:00.000Z\",\"0.002966\",\"0.0031\"\n\"2024-07-17T10:40:00.000Z\",\"0.00305\",\"0.003037\"\n\"2024-07-17T10:45:00.000Z\",\"0.002577\",\"0.002729\"\n\"2024-07-17T10:50:00.000Z\",\"0.00164\",\"0.001877\"\n\"2024-07-17T10:55:00.000Z\",\"0.001606\",\"0.001899\"\n\"2024-07-17T11:00:00.000Z\",\"0.001516\",\"0.001804\"\n\"2024-07-17T11:05:00.000Z\",\"0.002441\",\"0.002579\"\n\"2024-07-17T11:10:00.000Z\",\"0.001149\",\"0.001432\"\n\"2024-07-17T11:15:00.000Z\",\"0.001221\",\"0.001588\"\n\"2024-07-17T11:20:00.000Z\",\"0.001119\",\"0.001491\"\n\"2024-07-17T11:25:00.000Z\",\"0.001014\",\"0.0013\"\n\"2024-07-17T11:30:00.000Z\",\"0.001487\",\"0.001781\"\n\"2024-07-17T11:35:00.000Z\",\"0.001155\",\"0.001515\"\n\"2024-07-17T11:40:00.000Z\",\"0.001132\",\"0.001366\"\n\"2024-07-17T11:45:00.000Z\",\"0.001161\",\"0.001597\"\n\"2024-07-17T11:50:00.000Z\",\"0.001217\",\"0.001548\"\n\"2024-07-17T11:55:00.000Z\",\"0.001153\",\"0.001428\"\n\"2024-07-17T12:00:00.000Z\",\"0.001146\",\"0.001535\"\n\"2024-07-17T12:05:00.000Z\",\"0.001399\",\"0.001489\"\n\"2024-07-17T12:10:00.000Z\",\"0.00126\",\"0.001564\"\n\"2024-07-17T12:15:00.000Z\",\"0.001099\",\"0.001531\"\n\"2024-07-17T12:20:00.000Z\",\"0.0011\",\"0.001486\"\n\"2024-07-17T12:25:00.000Z\",\"0.00131\",\"0.001521\"\n\"2024-07-17T12:30:00.000Z\",\"0.001352\",\"0.001625\"\n\"2024-07-17T12:35:00.000Z\",\"0.001174\",\"0.001603\"\n\"2024-07-17T12:40:00.000Z\",\"0.001295\",\"0.001587\"\n\"2024-07-17T12:45:00.000Z\",\"0.001368\",\"0.001758\"\n\"2024-07-17T12:50:00.000Z\",\"0.001476\",\"0.001754\"\n\"2024-07-17T12:55:00.000Z\",\"0.001471\",\"0.001692\"\n\"2024-07-17T13:00:00.000Z\",\"0.00175\",\"0.001929\"\n\"2024-07-17T13:05:00.000Z\",\"0.001479\",\"0.001804\"\n\"2024-07-17T13:10:00.000Z\",\"0.002792\",\"0.003292\"\n\"2024-07-17T13:15:00.000Z\",\"0.001052\",\"0.001339\"\n\"2024-07-17T13:20:00.000Z\",\"0.00162\",\"0.001875\"\n\"2024-07-17T13:25:00.000Z\",\"0.002323\",\"0.002441\"\n\"2024-07-17T13:30:00.000Z\",\"0.003733\",\"0.003651\"\n\"2024-07-17T13:35:00.000Z\",\"0.004007\",\"0.003965\"\n\"2024-07-17T13:40:00.000Z\",\"0.00369\",\"0.00379\"\n\"2024-07-17T13:45:00.000Z\",\"0.003812\",\"0.003822\"\n\"2024-07-17T13:50:00.000Z\",\"0.003103\",\"0.003159\"\n\"2024-07-17T13:55:00.000Z\",\"0.002057\",\"0.002264\"\n\"2024-07-17T14:00:00.000Z\",\"0.001631\",\"0.001856\"\n\"2024-07-17T14:05:00.000Z\",\"0.001433\",\"0.001618\"\n\"2024-07-17T14:10:00.000Z\",\"0.001327\",\"0.001574\"\n\"2024-07-17T14:15:00.000Z\",\"0.00132\",\"0.00169\"\n\"2024-07-17T14:20:00.000Z\",\"0.002783\",\"0.003175\"\n\"2024-07-17T14:25:00.000Z\",\"0.001312\",\"0.001936\"\n\"2024-07-17T14:30:00.000Z\",\"0.001359\",\"0.001631\"\n\"2024-07-17T14:35:00.000Z\",\"0.00113\",\"0.00149\"\n\"2024-07-17T14:40:00.000Z\",\"0.001182\",\"0.001593\"\n\"2024-07-17T14:45:00.000Z\",\"0.001201\",\"0.001548\"\n\"2024-07-17T14:50:00.000Z\",\"0.001371\",\"0.001617\"\n\"2024-07-17T14:55:00.000Z\",\"0.001278\",\"0.001509\"\n\"2024-07-17T15:00:00.000Z\",\"0.001219\",\"0.001551\"\n\"2024-07-17T15:05:00.000Z\",\"0.001604\",\"0.001864\"\n\"2024-07-17T15:10:00.000Z\",\"0.002003\",\"0.002147\"\n\"2024-07-17T15:15:00.000Z\",\"0.002482\",\"0.002883\"\n\"2024-07-17T15:20:00.000Z\",\"0.002912\",\"0.003112\"\n\"2024-07-17T15:25:00.000Z\",\"0.002887\",\"0.003098\"\n\"2024-07-17T15:30:00.000Z\",\"0.002912\",\"0.003046\"\n\"2024-07-17T15:35:00.000Z\",\"0.001944\",\"0.002268\"\n\"2024-07-17T15:40:00.000Z\",\"0.001784\",\"0.001981\"\n\"2024-07-17T15:45:00.000Z\",\"0.003352\",\"0.003522\"\n\"2024-07-17T15:50:00.000Z\",\"0.003207\",\"0.003375\"\n\"2024-07-17T15:55:00.000Z\",\"0.002418\",\"0.002726\"\n\"2024-07-17T16:00:00.000Z\",\"0.001647\",\"0.001912\"\n\"2024-07-17T16:05:00.000Z\",\"0.001328\",\"0.001535\"\n\"2024-07-17T16:10:00.000Z\",\"0.001429\",\"0.001746\"\n\"2024-07-17T16:15:00.000Z\",\"0.001501\",\"0.001773\"\n\"2024-07-17T16:20:00.000Z\",\"0.001404\",\"0.001683\"\n\"2024-07-17T16:25:00.000Z\",\"0.001475\",\"0.001699\"\n\"2024-07-17T16:30:00.000Z\",\"0.001787\",\"0.001787\"\n\"2024-07-17T16:35:00.000Z\",\"0.001234\",\"0.001533\"\n\"2024-07-17T16:40:00.000Z\",\"0.001445\",\"0.001855\"\n\"2024-07-17T16:45:00.000Z\",\"0.001681\",\"0.001931\"\n\"2024-07-17T16:50:00.000Z\",\"0.001202\",\"0.00145\"\n\"2024-07-17T16:55:00.000Z\",\"0.001747\",\"0.001928\"\n\"2024-07-17T17:00:00.000Z\",\"0.002101\",\"0.00225\"\n\"2024-07-17T17:05:00.000Z\",\"0.002329\",\"0.0026\"\n\"2024-07-17T17:10:00.000Z\",\"0.002341\",\"0.002701\"\n\"2024-07-17T17:15:00.000Z\",\"0.002332\",\"0.002623\"\n\"2024-07-17T17:20:00.000Z\",\"0.002523\",\"0.002794\"\n\"2024-07-17T17:25:00.000Z\",\"0.002326\",\"0.002624\"\n\"2024-07-17T17:30:00.000Z\",\"0.002331\",\"0.00262\"\n\"2024-07-17T17:35:00.000Z\",\"0.002338\",\"0.002608\"\n\"2024-07-17T17:40:00.000Z\",\"0.002138\",\"0.002416\"\n\"2024-07-17T17:45:00.000Z\",\"0.001566\",\"0.001819\"\n\"2024-07-17T17:50:00.000Z\",\"0.00182\",\"0.002189\"\n\"2024-07-17T17:55:00.000Z\",\"0.001361\",\"0.001804\"\n\"2024-07-17T18:00:00.000Z\",\"0.001203\",\"0.001439\"\n\"2024-07-17T18:05:00.000Z\",\"0.001409\",\"0.001702\"\n\"2024-07-17T18:10:00.000Z\",\"0.002162\",\"0.002157\"\n\"2024-07-17T18:15:00.000Z\",\"0.001459\",\"0.001748\"\n\"2024-07-17T18:20:00.000Z\",\"0.001461\",\"0.001826\"\n\"2024-07-17T18:25:00.000Z\",\"0.001991\",\"0.002038\"\n\"2024-07-17T18:30:00.000Z\",\"0.00204\",\"0.002308\"\n\"2024-07-17T18:35:00.000Z\",\"0.001706\",\"0.002029\"\n\"2024-07-17T18:40:00.000Z\",\"0.003819\",\"0.003786\"\n\"2024-07-17T18:45:00.000Z\",\"0.005148\",\"0.005026\"\n\"2024-07-17T18:50:00.000Z\",\"0.003898\",\"0.00391\"\n\"2024-07-17T18:55:00.000Z\",\"0.002799\",\"0.002898\"\n\"2024-07-17T19:00:00.000Z\",\"0.002489\",\"0.002667\"\n\"2024-07-17T19:05:00.000Z\",\"0.001559\",\"0.00179\"\n\"2024-07-17T19:10:00.000Z\",\"0.001487\",\"0.001799\"\n\"2024-07-17T19:15:00.000Z\",\"0.002049\",\"0.002043\"\n\"2024-07-17T19:20:00.000Z\",\"0.002409\",\"0.002724\"\n\"2024-07-17T19:25:00.000Z\",\"0.003467\",\"0.003676\"\n\"2024-07-17T19:30:00.000Z\",\"0.005013\",\"0.005161\"\n\"2024-07-17T19:35:00.000Z\",\"0.004703\",\"0.00483\"\n\"2024-07-17T19:40:00.000Z\",\"0.005658\",\"0.005328\"\n\"2024-07-17T19:45:00.000Z\",\"0.005579\",\"0.005546\"\n\"2024-07-17T19:50:00.000Z\",\"0.004191\",\"0.004323\"\n\"2024-07-17T19:55:00.000Z\",\"0.002845\",\"0.002957\"\n\"2024-07-17T20:00:00.000Z\",\"0.002983\",\"0.003105\"\n\"2024-07-17T20:05:00.000Z\",\"0.001515\",\"0.001841\"\n\"2024-07-17T20:10:00.000Z\",\"0.001528\",\"0.001795\"\n\"2024-07-17T20:15:00.000Z\",\"0.001927\",\"0.002113\"\n\"2024-07-17T20:20:00.000Z\",\"0.002097\",\"0.002356\"\n\"2024-07-17T20:25:00.000Z\",\"0.001618\",\"0.001845\"\n\"2024-07-17T20:30:00.000Z\",\"0.001913\",\"0.002099\"\n\"2024-07-17T20:35:00.000Z\",\"0.001913\",\"0.002151\"\n\"2024-07-17T20:40:00.000Z\",\"0.001341\",\"0.001646\"\n\"2024-07-17T20:45:00.000Z\",\"0.002098\",\"0.002263\"\n\"2024-07-17T20:50:00.000Z\",\"0.003685\",\"0.003766\"\n\"2024-07-17T20:55:00.000Z\",\"0.001676\",\"0.001954\"\n\"2024-07-17T21:00:00.000Z\",\"0.001726\",\"0.001897\"\n\"2024-07-17T21:05:00.000Z\",\"0.001906\",\"0.002072\"\n\"2024-07-17T21:10:00.000Z\",\"0.001573\",\"0.001922\"\n\"2024-07-17T21:15:00.000Z\",\"0.00182\",\"0.002099\"\n\"2024-07-17T21:20:00.000Z\",\"0.001433\",\"0.00179\"\n\"2024-07-17T21:25:00.000Z\",\"0.001878\",\"0.002166\"\n\"2024-07-17T21:30:00.000Z\",\"0.001881\",\"0.002126\"\n\"2024-07-17T21:35:00.000Z\",\"0.001451\",\"0.001845\"\n\"2024-07-17T21:40:00.000Z\",\"0.001903\",\"0.00215\"\n\"2024-07-17T21:45:00.000Z\",\"0.001738\",\"0.001861\"\n\"2024-07-17T21:50:00.000Z\",\"0.001399\",\"0.001889\"\n\"2024-07-17T21:55:00.000Z\",\"0.001877\",\"0.002252\"\n\"2024-07-17T22:00:00.000Z\",\"0.001856\",\"0.002072\"\n\"2024-07-17T22:05:00.000Z\",\"0.001565\",\"0.001929\"\n\"2024-07-17T22:10:00.000Z\",\"0.001655\",\"0.001956\"\n\"2024-07-17T22:15:00.000Z\",\"0.001472\",\"0.001849\"\n\"2024-07-17T22:20:00.000Z\",\"0.001606\",\"0.001878\"\n\"2024-07-17T22:25:00.000Z\",\"0.002266\",\"0.002482\"\n\"2024-07-17T22:30:00.000Z\",\"0.005001\",\"0.005196\"\n\"2024-07-17T22:35:00.000Z\",\"0.00534\",\"0.005487\"\n\"2024-07-17T22:40:00.000Z\",\"0.005635\",\"0.005799\"\n\"2024-07-17T22:45:00.000Z\",\"0.00565\",\"0.005803\"\n\"2024-07-17T22:50:00.000Z\",\"0.005574\",\"0.005644\"\n\"2024-07-17T22:55:00.000Z\",\"0.00546\",\"0.005668\"\n\"2024-07-17T23:00:00.000Z\",\"0.00586\",\"0.005907\"\n\"2024-07-17T23:05:00.000Z\",\"0.005646\",\"0.005734\"\n\"2024-07-17T23:10:00.000Z\",\"0.004048\",\"0.004324\"\n\"2024-07-17T23:15:00.000Z\",\"0.001907\",\"0.002304\"\n\"2024-07-17T23:20:00.000Z\",\"0.001916\",\"0.002247\"\n\"2024-07-17T23:25:00.000Z\",\"0.001851\",\"0.002195\"\n\"2024-07-17T23:30:00.000Z\",\"0.001767\",\"0.002135\"\n\"2024-07-17T23:35:00.000Z\",\"0.001855\",\"0.002214\"\n\"2024-07-17T23:40:00.000Z\",\"0.002053\",\"0.002517\"\n\"2024-07-17T23:45:00.000Z\",\"0.001771\",\"0.002167\"\n\"2024-07-17T23:50:00.000Z\",\"0.001892\",\"0.002272\"\n\"2024-07-17T23:55:00.000Z\",\"0.001885\",\"0.002139\"\n\"2024-07-18T00:00:00.000Z\",\"0.001787\",\"0.002074\"\n\"2024-07-18T00:05:00.000Z\",\"0.001817\",\"0.002196\"\n\"2024-07-18T00:10:00.000Z\",\"0.001745\",\"0.002124\"\n\"2024-07-18T00:15:00.000Z\",\"0.002046\",\"0.002482\"\n\"2024-07-18T00:20:00.000Z\",\"0.001748\",\"0.002145\"\n\"2024-07-18T00:25:00.000Z\",\"0.001726\",\"0.001996\"\n\"2024-07-18T00:30:00.000Z\",\"0.001924\",\"0.002354\"\n\"2024-07-18T00:35:00.000Z\",\"0.001778\",\"0.002056\"\n\"2024-07-18T00:40:00.000Z\",\"0.002678\",\"0.003091\"\n\"2024-07-18T00:45:00.000Z\",\"0.002971\",\"0.003272\"\n\"2024-07-18T00:50:00.000Z\",\"0.001955\",\"0.002281\"\n\"2024-07-18T00:55:00.000Z\",\"0.001781\",\"0.002175\"\n\"2024-07-18T01:00:00.000Z\",\"0.0018\",\"0.002263\"\n\"2024-07-18T01:05:00.000Z\",\"0.0019\",\"0.002333\"\n\"2024-07-18T01:10:00.000Z\",\"0.001896\",\"0.002585\"\n\"2024-07-18T01:15:00.000Z\",\"0.002236\",\"0.002544\"\n\"2024-07-18T01:20:00.000Z\",\"0.003537\",\"0.003725\"\n\"2024-07-18T01:25:00.000Z\",\"0.004263\",\"0.004366\"\n\"2024-07-18T01:30:00.000Z\",\"0.004082\",\"0.004226\"\n\"2024-07-18T01:35:00.000Z\",\"0.004027\",\"0.004108\"\n\"2024-07-18T01:40:00.000Z\",\"0.003785\",\"0.003873\"\n\"2024-07-18T01:45:00.000Z\",\"0.003206\",\"0.003342\"\n\"2024-07-18T01:50:00.000Z\",\"0.002357\",\"0.002711\"\n\"2024-07-18T01:55:00.000Z\",\"0.002332\",\"0.00266\"\n\"2024-07-18T02:00:00.000Z\",\"0.002196\",\"0.002458\"\n\"2024-07-18T02:05:00.000Z\",\"0.002073\",\"0.002393\"\n\"2024-07-18T02:10:00.000Z\",\"0.002316\",\"0.002526\"\n\"2024-07-18T02:15:00.000Z\",\"0.002119\",\"0.00244\"\n\"2024-07-18T02:20:00.000Z\",\"0.003007\",\"0.003504\"\n\"2024-07-18T02:25:00.000Z\",\"0.003387\",\"0.003631\"\n\"2024-07-18T02:30:00.000Z\",\"0.00338\",\"0.003704\"\n\"2024-07-18T02:35:00.000Z\",\"0.003608\",\"0.00375\"\n\"2024-07-18T02:40:00.000Z\",\"0.003348\",\"0.003602\"\n\"2024-07-18T02:45:00.000Z\",\"0.002583\",\"0.002877\"\n\"2024-07-18T02:50:00.000Z\",\"0.001878\",\"0.002339\"\n\"2024-07-18T02:55:00.000Z\",\"0.001962\",\"0.002369\"\n\"2024-07-18T03:00:00.000Z\",\"0.001941\",\"0.002182\"\n\"2024-07-18T03:05:00.000Z\",\"0.001914\",\"0.002259\"\n\"2024-07-18T03:10:00.000Z\",\"0.001945\",\"0.002272\"\n\"2024-07-18T03:15:00.000Z\",\"0.001862\",\"0.002162\"\n\"2024-07-18T03:20:00.000Z\",\"0.001818\",\"0.002126\"\n\"2024-07-18T03:25:00.000Z\",\"0.002022\",\"0.002335\"\n\"2024-07-18T03:30:00.000Z\",\"0.002389\",\"0.002701\"\n\"2024-07-18T03:35:00.000Z\",\"0.00387\",\"0.004239\"\n\"2024-07-18T03:40:00.000Z\",\"0.004857\",\"0.00502\"\n\"2024-07-18T03:45:00.000Z\",\"0.003959\",\"0.004091\"\n\"2024-07-18T03:50:00.000Z\",\"0.00491\",\"0.005206\"\n\"2024-07-18T03:55:00.000Z\",\"0.002119\",\"0.002418\"\n\"2024-07-18T04:00:00.000Z\",\"0.001457\",\"0.00182\"\n\"2024-07-18T04:05:00.000Z\",\"0.001413\",\"0.001732\"\n\"2024-07-18T04:10:00.000Z\",\"0.001152\",\"0.001544\"\n\"2024-07-18T04:15:00.000Z\",\"0.001424\",\"0.001704\"\n\"2024-07-18T04:20:00.000Z\",\"0.001454\",\"0.001724\"\n\"2024-07-18T04:25:00.000Z\",\"0.001439\",\"0.0018\"\n\"2024-07-18T04:30:00.000Z\",\"0.00209\",\"0.002403\"\n\"2024-07-18T04:35:00.000Z\",\"0.003551\",\"0.003664\"\n\"2024-07-18T04:40:00.000Z\",\"0.004603\",\"0.004504\"\n\"2024-07-18T04:45:00.000Z\",\"0.004395\",\"0.004511\"\n\"2024-07-18T04:50:00.000Z\",\"0.004817\",\"0.00472\"\n\"2024-07-18T04:55:00.000Z\",\"0.003752\",\"0.003884\"\n\"2024-07-18T05:00:00.000Z\",\"0.002435\",\"0.002735\"\n\"2024-07-18T05:05:00.000Z\",\"0.002371\",\"0.002715\"\n\"2024-07-18T05:10:00.000Z\",\"0.002883\",\"0.003159\"\n\"2024-07-18T05:15:00.000Z\",\"0.002895\",\"0.00308\"\n\"2024-07-18T05:20:00.000Z\",\"0.002969\",\"0.003146\"\n\"2024-07-18T05:25:00.000Z\",\"0.002388\",\"0.002606\"\n"},{"id":"1b3c18fb-3bd2-4b6a-95d2-b4ee11d698d0","name":"Get Port Telemetry - CSV Multiple Telemetry Types (Days)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"},{"key":"Accept","value":"text/csv"}],"url":{"raw":"{{baseUrl}}/v2/product/megaport/85e2b722-4063-4472-b03b-cd1bfa17c3a5/telemetry?type=BITS&days=2&type=PACKETS","host":["{{baseUrl}}"],"path":["v2","product","megaport","85e2b722-4063-4472-b03b-cd1bfa17c3a5","telemetry"],"query":[{"key":"type","value":"BITS","description":"Indicates the type of metric. Values include `BITS`, `PACKETS`, `ERRORS`, and `OPTICAL`. Multiple telemetry types can be passed. (Required - string)"},{"key":"from","value":"1718010019000","description":"Milliseconds since epoch. When not provided, returns the single most recent measurement. You can use a tool such as https://www.epochconverter.com/ for conversion to and from dates. (Optional - string)","disabled":true},{"key":"to","value":"1721280419000","description":"Milliseconds since epoch. When not provided, returns the single most recent measurement. You can use a tool such as https://www.epochconverter.com/ for conversion to and from dates. (Optional - string) ","disabled":true},{"key":"days","value":"2","description":"The number of days in the past from today for which to return telemetry details. This parameter is mutually exclusive from \"to\" and \"from\". (Optional - string)"},{"key":"type","value":"PACKETS","description":"Indicates the type of metric. Values include `BITS`, `PACKETS`, `ERRORS`, and `OPTICAL`. Multiple telemetry types can be passed. (Required - string)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Thu, 18 Jul 2024 05:32:33 GMT"},{"key":"Content-Type","value":"text/csv;charset=ISO-8859-1"},{"key":"Content-Length","value":"46626"},{"key":"Connection","value":"keep-alive"},{"key":"trace-id","value":"d49aaaeb897ba581803420d0cbb23bb7"},{"key":"vary","value":"Origin"},{"key":"vary","value":"Access-Control-Request-Method"},{"key":"vary","value":"Access-Control-Request-Headers"},{"key":"x-correlation-id","value":"d49aaaeb897ba581803420d0cbb23bb7"},{"key":"x-amzn-trace-id","value":"Root=1-6698a8f1-6eed71ae40cbbb682056f07f"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"content-disposition","value":"attachment; filename=85e2b722-4063-4472-b03b-cd1bfa17c3a5-telemetry.csv"},{"key":"server-timing","value":"app;dur=99"},{"key":"etag","value":"\"034318958ef23346f04b149d0a81c875e\""},{"key":"x-xss-protection","value":"1 ; mode=block"},{"key":"strict-transport-security","value":"max-age=31536000; preload"},{"key":"strict-transport-security","value":"max-age=31536000; preload"},{"key":"referrer-policy","value":"no-referrer"},{"key":"content-security-policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"x-download-options","value":"noopen"},{"key":"x-permitted-cross-domain-policies","value":"none"}],"cookie":[],"responseTime":null,"body":"\"Timestamp\",\"Bandwidth In (Mbps)\",\"Bandwidth Out (Mbps)\",\"Packets In (pps)\",\"Packets Out (pps)\"\n\"2024-07-16T05:35:00.000Z\",\"0.00156\",\"0.001658\",\"1.3466666666666667\",\"2.026666666666667\"\n\"2024-07-16T05:40:00.000Z\",\"0.001306\",\"0.001527\",\"1.1933333333333334\",\"1.9466666666666668\"\n\"2024-07-16T05:45:00.000Z\",\"0.002981\",\"0.003358\",\"2.14\",\"3.6033333333333335\"\n\"2024-07-16T05:50:00.000Z\",\"0.001549\",\"0.001719\",\"1.3066666666666666\",\"2.0566666666666666\"\n\"2024-07-16T05:55:00.000Z\",\"0.001617\",\"0.003544\",\"1.3766666666666667\",\"2.86\"\n\"2024-07-16T06:00:00.000Z\",\"0.001604\",\"0.001696\",\"1.3533333333333333\",\"2.0733333333333333\"\n\"2024-07-16T06:05:00.000Z\",\"0.001534\",\"0.001595\",\"1.3233333333333333\",\"1.9133333333333333\"\n\"2024-07-16T06:10:00.000Z\",\"0.001579\",\"0.001781\",\"1.3633333333333333\",\"2.2666666666666666\"\n\"2024-07-16T06:15:00.000Z\",\"0.001415\",\"0.001629\",\"1.2433333333333334\",\"1.9833333333333334\"\n\"2024-07-16T06:20:00.000Z\",\"0.001739\",\"0.001956\",\"1.45\",\"2.2933333333333334\"\n\"2024-07-16T06:25:00.000Z\",\"0.001698\",\"0.001915\",\"1.44\",\"2.256666666666667\"\n\"2024-07-16T06:30:00.000Z\",\"0.001556\",\"0.001744\",\"1.3533333333333333\",\"2.0966666666666667\"\n\"2024-07-16T06:35:00.000Z\",\"0.001608\",\"0.001896\",\"1.3866666666666667\",\"2.29\"\n\"2024-07-16T06:40:00.000Z\",\"0.001517\",\"0.001736\",\"1.31\",\"2.23\"\n\"2024-07-16T06:45:00.000Z\",\"0.00164\",\"0.001898\",\"1.4233333333333333\",\"2.3866666666666667\"\n\"2024-07-16T06:50:00.000Z\",\"0.001518\",\"0.001712\",\"1.2966666666666666\",\"2.13\"\n\"2024-07-16T06:55:00.000Z\",\"0.001597\",\"0.001756\",\"1.3666666666666667\",\"2.1466666666666665\"\n\"2024-07-16T07:00:00.000Z\",\"0.001597\",\"0.00176\",\"1.37\",\"2.0633333333333335\"\n\"2024-07-16T07:05:00.000Z\",\"0.001495\",\"0.001763\",\"1.2933333333333332\",\"2.1933333333333334\"\n\"2024-07-16T07:10:00.000Z\",\"0.001601\",\"0.001766\",\"1.3766666666666667\",\"2.1766666666666667\"\n\"2024-07-16T07:15:00.000Z\",\"0.001607\",\"0.001826\",\"1.33\",\"2.09\"\n\"2024-07-16T07:20:00.000Z\",\"0.001544\",\"0.00173\",\"1.3333333333333333\",\"2.1266666666666665\"\n\"2024-07-16T07:25:00.000Z\",\"0.00164\",\"0.001733\",\"1.3866666666666667\",\"2.0633333333333335\"\n\"2024-07-16T07:30:00.000Z\",\"0.001544\",\"0.001723\",\"1.34\",\"2.1533333333333333\"\n\"2024-07-16T07:35:00.000Z\",\"0.001528\",\"0.001734\",\"1.31\",\"2.1033333333333335\"\n\"2024-07-16T07:40:00.000Z\",\"0.001614\",\"0.001892\",\"1.38\",\"2.316666666666667\"\n\"2024-07-16T07:45:00.000Z\",\"0.001709\",\"0.001917\",\"1.4\",\"2.2\"\n\"2024-07-16T07:50:00.000Z\",\"0.001773\",\"0.002016\",\"1.4966666666666666\",\"2.48\"\n\"2024-07-16T07:55:00.000Z\",\"0.001409\",\"0.001675\",\"1.2366666666666666\",\"2.16\"\n\"2024-07-16T08:00:00.000Z\",\"0.001865\",\"0.001806\",\"1.44\",\"2.203333333333333\"\n\"2024-07-16T08:05:00.000Z\",\"0.0015\",\"0.001645\",\"1.2966666666666666\",\"2.033333333333333\"\n\"2024-07-16T08:10:00.000Z\",\"0.001576\",\"0.001794\",\"1.3433333333333333\",\"2.2\"\n\"2024-07-16T08:15:00.000Z\",\"0.001559\",\"0.001777\",\"1.3266666666666667\",\"2.046666666666667\"\n\"2024-07-16T08:20:00.000Z\",\"0.001489\",\"0.00176\",\"1.2766666666666666\",\"2.1266666666666665\"\n\"2024-07-16T08:25:00.000Z\",\"0.00157\",\"0.001686\",\"1.3366666666666667\",\"2.0933333333333333\"\n\"2024-07-16T08:30:00.000Z\",\"0.001585\",\"0.001917\",\"1.3466666666666667\",\"2.3366666666666664\"\n\"2024-07-16T08:35:00.000Z\",\"0.00144\",\"0.001639\",\"1.31\",\"2.046666666666667\"\n\"2024-07-16T08:40:00.000Z\",\"0.001635\",\"0.001861\",\"1.4733333333333334\",\"2.34\"\n\"2024-07-16T08:45:00.000Z\",\"0.001509\",\"0.00177\",\"1.36\",\"2.28\"\n\"2024-07-16T08:50:00.000Z\",\"0.001644\",\"0.001895\",\"1.4433333333333334\",\"2.3733333333333335\"\n\"2024-07-16T08:55:00.000Z\",\"0.001093\",\"0.001292\",\"1.11\",\"1.8466666666666667\"\n\"2024-07-16T09:00:00.000Z\",\"0.00117\",\"0.001493\",\"1.1533333333333333\",\"2.09\"\n\"2024-07-16T09:05:00.000Z\",\"0.002692\",\"0.00278\",\"2.3266666666666667\",\"3.04\"\n\"2024-07-16T09:10:00.000Z\",\"0.003473\",\"0.003639\",\"2.91\",\"3.6233333333333335\"\n\"2024-07-16T09:15:00.000Z\",\"0.002347\",\"0.002448\",\"1.9966666666666666\",\"2.716666666666667\"\n\"2024-07-16T09:20:00.000Z\",\"0.001467\",\"0.001596\",\"1.26\",\"1.89\"\n\"2024-07-16T09:25:00.000Z\",\"0.001539\",\"0.001674\",\"1.33\",\"2.0733333333333333\"\n\"2024-07-16T09:30:00.000Z\",\"0.001692\",\"0.001844\",\"1.41\",\"2.0766666666666667\"\n\"2024-07-16T09:35:00.000Z\",\"0.001602\",\"0.001708\",\"1.35\",\"2.03\"\n\"2024-07-16T09:40:00.000Z\",\"0.003361\",\"0.003618\",\"2.3533333333333335\",\"3.6766666666666667\"\n\"2024-07-16T09:45:00.000Z\",\"0.001938\",\"0.002198\",\"1.5866666666666667\",\"2.5433333333333334\"\n\"2024-07-16T09:50:00.000Z\",\"0.001583\",\"0.001702\",\"1.36\",\"2.04\"\n\"2024-07-16T09:55:00.000Z\",\"0.001539\",\"0.001676\",\"1.31\",\"2.0866666666666664\"\n\"2024-07-16T10:00:00.000Z\",\"0.001528\",\"0.001812\",\"1.32\",\"2.1066666666666665\"\n\"2024-07-16T10:05:00.000Z\",\"0.001554\",\"0.001658\",\"1.33\",\"2.0433333333333334\"\n\"2024-07-16T10:10:00.000Z\",\"0.001611\",\"0.001732\",\"1.34\",\"1.9633333333333334\"\n\"2024-07-16T10:15:00.000Z\",\"0.002424\",\"0.002573\",\"2.01\",\"2.71\"\n\"2024-07-16T10:20:00.000Z\",\"0.001883\",\"0.001792\",\"1.5866666666666667\",\"2.046666666666667\"\n\"2024-07-16T10:25:00.000Z\",\"0.001539\",\"0.001716\",\"1.33\",\"2.0\"\n\"2024-07-16T10:30:00.000Z\",\"0.002499\",\"0.002396\",\"2.0766666666666667\",\"2.5366666666666666\"\n\"2024-07-16T10:35:00.000Z\",\"0.00166\",\"0.00176\",\"1.4433333333333334\",\"2.216666666666667\"\n\"2024-07-16T10:40:00.000Z\",\"0.001876\",\"0.001996\",\"1.6333333333333333\",\"2.36\"\n\"2024-07-16T10:45:00.000Z\",\"0.001827\",\"0.001953\",\"1.6066666666666667\",\"2.3266666666666667\"\n\"2024-07-16T10:50:00.000Z\",\"0.001611\",\"0.001826\",\"1.4133333333333333\",\"2.25\"\n\"2024-07-16T10:55:00.000Z\",\"0.002186\",\"0.002276\",\"1.85\",\"2.53\"\n\"2024-07-16T11:00:00.000Z\",\"0.001873\",\"0.002009\",\"1.53\",\"2.2466666666666666\"\n\"2024-07-16T11:05:00.000Z\",\"0.001787\",\"0.001865\",\"1.5233333333333334\",\"2.09\"\n\"2024-07-16T11:10:00.000Z\",\"0.001793\",\"0.001795\",\"1.5033333333333334\",\"2.006666666666667\"\n\"2024-07-16T11:15:00.000Z\",\"0.001538\",\"0.00164\",\"1.3233333333333333\",\"1.9633333333333334\"\n\"2024-07-16T11:20:00.000Z\",\"0.001957\",\"0.001967\",\"1.6933333333333334\",\"2.16\"\n\"2024-07-16T11:25:00.000Z\",\"0.001795\",\"0.00172\",\"1.42\",\"1.85\"\n\"2024-07-16T11:30:00.000Z\",\"0.002105\",\"0.002125\",\"1.7433333333333334\",\"2.21\"\n\"2024-07-16T11:35:00.000Z\",\"0.002112\",\"0.002118\",\"1.7466666666666666\",\"2.36\"\n\"2024-07-16T11:40:00.000Z\",\"0.001369\",\"0.001567\",\"1.2233333333333334\",\"1.9233333333333333\"\n\"2024-07-16T11:45:00.000Z\",\"0.001439\",\"0.001482\",\"1.4133333333333333\",\"1.8566666666666667\"\n\"2024-07-16T11:50:00.000Z\",\"0.002058\",\"0.00223\",\"1.73\",\"2.5233333333333334\"\n\"2024-07-16T11:55:00.000Z\",\"0.0017\",\"0.001763\",\"1.4166666666666667\",\"1.9966666666666666\"\n\"2024-07-16T12:00:00.000Z\",\"0.001599\",\"0.001643\",\"1.3566666666666667\",\"1.9166666666666667\"\n\"2024-07-16T12:05:00.000Z\",\"0.00236\",\"0.002432\",\"1.9566666666666668\",\"2.4633333333333334\"\n\"2024-07-16T12:10:00.000Z\",\"0.001794\",\"0.001916\",\"1.51\",\"2.1533333333333333\"\n\"2024-07-16T12:15:00.000Z\",\"0.001651\",\"0.001756\",\"1.4333333333333333\",\"2.006666666666667\"\n\"2024-07-16T12:20:00.000Z\",\"0.002364\",\"0.002365\",\"2.0533333333333332\",\"2.5533333333333332\"\n\"2024-07-16T12:25:00.000Z\",\"0.001576\",\"0.001677\",\"1.4\",\"2.06\"\n\"2024-07-16T12:30:00.000Z\",\"0.002143\",\"0.00215\",\"1.8133333333333332\",\"2.453333333333333\"\n\"2024-07-16T12:35:00.000Z\",\"0.002126\",\"0.002066\",\"1.8166666666666667\",\"2.2733333333333334\"\n\"2024-07-16T12:40:00.000Z\",\"0.001961\",\"0.001874\",\"1.59\",\"2.03\"\n\"2024-07-16T12:45:00.000Z\",\"0.002625\",\"0.002575\",\"2.0866666666666664\",\"2.5633333333333335\"\n\"2024-07-16T12:50:00.000Z\",\"0.004784\",\"0.00494\",\"3.3566666666666665\",\"4.84\"\n\"2024-07-16T12:55:00.000Z\",\"0.004138\",\"0.004066\",\"3.1033333333333335\",\"3.8233333333333333\"\n\"2024-07-16T13:00:00.000Z\",\"0.003368\",\"0.00341\",\"2.57\",\"3.3466666666666667\"\n\"2024-07-16T13:05:00.000Z\",\"0.002716\",\"0.002699\",\"2.02\",\"2.65\"\n\"2024-07-16T13:10:00.000Z\",\"0.003331\",\"0.00311\",\"2.42\",\"3.05\"\n\"2024-07-16T13:15:00.000Z\",\"0.001832\",\"0.001974\",\"1.4066666666666667\",\"2.296666666666667\"\n\"2024-07-16T13:20:00.000Z\",\"0.001965\",\"0.001903\",\"1.5\",\"2.13\"\n\"2024-07-16T13:25:00.000Z\",\"0.000959\",\"0.001032\",\"0.7933333333333333\",\"1.43\"\n\"2024-07-16T13:30:00.000Z\",\"0.000784\",\"0.001071\",\"0.7066666666666667\",\"1.53\"\n\"2024-07-16T13:35:00.000Z\",\"0.001562\",\"0.001527\",\"1.3566666666666667\",\"1.8733333333333333\"\n\"2024-07-16T13:40:00.000Z\",\"0.000816\",\"0.001006\",\"0.8033333333333333\",\"1.4666666666666666\"\n\"2024-07-16T13:45:00.000Z\",\"0.0013\",\"0.001233\",\"1.0666666666666667\",\"1.5966666666666667\"\n\"2024-07-16T13:50:00.000Z\",\"0.001247\",\"0.00136\",\"1.1\",\"1.6866666666666668\"\n\"2024-07-16T13:55:00.000Z\",\"0.001213\",\"0.001368\",\"1.06\",\"1.6466666666666667\"\n\"2024-07-16T14:00:00.000Z\",\"0.001859\",\"0.001944\",\"1.63\",\"2.1966666666666668\"\n\"2024-07-16T14:05:00.000Z\",\"0.001599\",\"0.001606\",\"1.3633333333333333\",\"1.9666666666666666\"\n\"2024-07-16T14:10:00.000Z\",\"0.001535\",\"0.001623\",\"1.3166666666666667\",\"1.9366666666666668\"\n\"2024-07-16T14:15:00.000Z\",\"0.001313\",\"0.001498\",\"1.2066666666666668\",\"1.9466666666666668\"\n\"2024-07-16T14:20:00.000Z\",\"0.001116\",\"0.001331\",\"1.0866666666666667\",\"1.8266666666666667\"\n\"2024-07-16T14:25:00.000Z\",\"0.001842\",\"0.001843\",\"1.56\",\"2.1266666666666665\"\n\"2024-07-16T14:30:00.000Z\",\"0.003006\",\"0.002764\",\"2.3733333333333335\",\"2.7866666666666666\"\n\"2024-07-16T14:35:00.000Z\",\"0.0035\",\"0.003368\",\"2.74\",\"3.28\"\n\"2024-07-16T14:40:00.000Z\",\"0.003394\",\"0.003278\",\"2.58\",\"3.183333333333333\"\n\"2024-07-16T14:45:00.000Z\",\"0.002831\",\"0.002832\",\"2.1866666666666665\",\"2.8066666666666666\"\n\"2024-07-16T14:50:00.000Z\",\"0.003664\",\"0.003507\",\"2.8133333333333335\",\"3.3466666666666667\"\n\"2024-07-16T14:55:00.000Z\",\"0.001863\",\"0.001923\",\"1.5866666666666667\",\"2.2533333333333334\"\n\"2024-07-16T15:00:00.000Z\",\"0.001726\",\"0.001738\",\"1.5966666666666667\",\"2.1166666666666667\"\n\"2024-07-16T15:05:00.000Z\",\"0.002115\",\"0.002113\",\"1.8233333333333333\",\"2.3933333333333335\"\n\"2024-07-16T15:10:00.000Z\",\"0.001566\",\"0.001717\",\"1.45\",\"2.1766666666666667\"\n\"2024-07-16T15:15:00.000Z\",\"0.001238\",\"0.001395\",\"1.1566666666666667\",\"1.89\"\n\"2024-07-16T15:20:00.000Z\",\"0.001401\",\"0.001406\",\"1.18\",\"1.7066666666666668\"\n\"2024-07-16T15:25:00.000Z\",\"0.001449\",\"0.001526\",\"1.2233333333333334\",\"1.76\"\n\"2024-07-16T15:30:00.000Z\",\"0.00103\",\"0.001259\",\"0.9433333333333334\",\"1.7366666666666666\"\n\"2024-07-16T15:35:00.000Z\",\"0.001163\",\"0.001284\",\"1.0266666666666666\",\"1.59\"\n\"2024-07-16T15:40:00.000Z\",\"0.001602\",\"0.00178\",\"1.3933333333333333\",\"2.31\"\n\"2024-07-16T15:45:00.000Z\",\"0.00129\",\"0.001529\",\"1.1666666666666667\",\"1.98\"\n\"2024-07-16T15:50:00.000Z\",\"0.00131\",\"0.001578\",\"1.09\",\"1.9933333333333334\"\n\"2024-07-16T15:55:00.000Z\",\"0.001777\",\"0.002043\",\"1.5533333333333332\",\"2.42\"\n\"2024-07-16T16:00:00.000Z\",\"0.001055\",\"0.001396\",\"0.9733333333333334\",\"1.8833333333333333\"\n\"2024-07-16T16:05:00.000Z\",\"0.001343\",\"0.001545\",\"1.1533333333333333\",\"2.06\"\n\"2024-07-16T16:10:00.000Z\",\"0.001912\",\"0.001846\",\"1.53\",\"2.2\"\n\"2024-07-16T16:15:00.000Z\",\"0.001558\",\"0.001933\",\"1.2466666666666666\",\"2.4233333333333333\"\n\"2024-07-16T16:20:00.000Z\",\"0.002288\",\"0.002641\",\"1.71\",\"3.09\"\n\"2024-07-16T16:25:00.000Z\",\"0.001794\",\"0.001988\",\"1.6433333333333333\",\"2.526666666666667\"\n\"2024-07-16T16:30:00.000Z\",\"0.001393\",\"0.001684\",\"1.3166666666666667\",\"2.243333333333333\"\n\"2024-07-16T16:35:00.000Z\",\"0.001014\",\"0.001299\",\"0.9633333333333334\",\"1.82\"\n\"2024-07-16T16:40:00.000Z\",\"0.001492\",\"0.001657\",\"1.2533333333333334\",\"1.9833333333333334\"\n\"2024-07-16T16:45:00.000Z\",\"0.001565\",\"0.001852\",\"1.3466666666666667\",\"2.283333333333333\"\n\"2024-07-16T16:50:00.000Z\",\"0.001024\",\"0.001255\",\"0.9433333333333334\",\"1.7566666666666666\"\n\"2024-07-16T16:55:00.000Z\",\"0.001271\",\"0.001368\",\"1.1633333333333333\",\"1.83\"\n\"2024-07-16T17:00:00.000Z\",\"0.001693\",\"0.001936\",\"1.5066666666666666\",\"2.39\"\n\"2024-07-16T17:05:00.000Z\",\"0.001174\",\"0.001347\",\"1.07\",\"1.81\"\n\"2024-07-16T17:10:00.000Z\",\"0.001192\",\"0.001492\",\"1.0866666666666667\",\"2.0\"\n\"2024-07-16T17:15:00.000Z\",\"0.001926\",\"0.002041\",\"1.6366666666666667\",\"2.4966666666666666\"\n\"2024-07-16T17:20:00.000Z\",\"0.001298\",\"0.001597\",\"1.2466666666666666\",\"2.1766666666666667\"\n\"2024-07-16T17:25:00.000Z\",\"0.001283\",\"0.001572\",\"1.2633333333333334\",\"2.13\"\n\"2024-07-16T17:30:00.000Z\",\"0.002551\",\"0.00257\",\"2.2066666666666666\",\"2.89\"\n\"2024-07-16T17:35:00.000Z\",\"0.002518\",\"0.002601\",\"2.066666666666667\",\"2.9966666666666666\"\n\"2024-07-16T17:40:00.000Z\",\"0.006458\",\"0.006177\",\"4.716666666666667\",\"5.476666666666667\"\n\"2024-07-16T17:45:00.000Z\",\"0.007023\",\"0.006674\",\"5.073333333333333\",\"5.9366666666666665\"\n\"2024-07-16T17:50:00.000Z\",\"0.00827\",\"0.007843\",\"6.053333333333334\",\"6.67\"\n\"2024-07-16T17:55:00.000Z\",\"0.009064\",\"0.008774\",\"6.583333333333333\",\"7.513333333333334\"\n\"2024-07-16T18:00:00.000Z\",\"0.007472\",\"0.007079\",\"5.453333333333333\",\"6.256666666666667\"\n\"2024-07-16T18:05:00.000Z\",\"0.005057\",\"0.004996\",\"3.78\",\"4.826666666666667\"\n\"2024-07-16T18:10:00.000Z\",\"0.004028\",\"0.004008\",\"3.06\",\"3.95\"\n\"2024-07-16T18:15:00.000Z\",\"0.002556\",\"0.002608\",\"2.09\",\"2.95\"\n\"2024-07-16T18:20:00.000Z\",\"0.0012\",\"0.001503\",\"1.1033333333333333\",\"2.033333333333333\"\n\"2024-07-16T18:25:00.000Z\",\"0.001553\",\"0.0018\",\"1.39\",\"2.3\"\n\"2024-07-16T18:30:00.000Z\",\"0.001363\",\"0.001603\",\"1.2233333333333334\",\"2.1466666666666665\"\n\"2024-07-16T18:35:00.000Z\",\"0.001125\",\"0.001433\",\"1.03\",\"1.96\"\n\"2024-07-16T18:40:00.000Z\",\"0.001718\",\"0.001976\",\"1.5533333333333332\",\"2.49\"\n\"2024-07-16T18:45:00.000Z\",\"0.001618\",\"0.001883\",\"1.49\",\"2.466666666666667\"\n\"2024-07-16T18:50:00.000Z\",\"0.001413\",\"0.001643\",\"1.29\",\"2.21\"\n\"2024-07-16T18:55:00.000Z\",\"0.001307\",\"0.0016\",\"1.19\",\"2.1233333333333335\"\n\"2024-07-16T19:00:00.000Z\",\"0.001078\",\"0.001412\",\"0.97\",\"2.01\"\n\"2024-07-16T19:05:00.000Z\",\"0.001491\",\"0.001697\",\"1.3033333333333332\",\"2.1666666666666665\"\n\"2024-07-16T19:10:00.000Z\",\"0.001107\",\"0.001472\",\"0.9666666666666667\",\"1.9333333333333333\"\n\"2024-07-16T19:15:00.000Z\",\"0.001883\",\"0.002016\",\"1.6266666666666667\",\"2.52\"\n\"2024-07-16T19:20:00.000Z\",\"0.001549\",\"0.001725\",\"1.3633333333333333\",\"2.203333333333333\"\n\"2024-07-16T19:25:00.000Z\",\"0.003531\",\"0.003559\",\"2.9433333333333334\",\"3.6\"\n\"2024-07-16T19:30:00.000Z\",\"0.004396\",\"0.004351\",\"3.64\",\"4.333333333333333\"\n\"2024-07-16T19:35:00.000Z\",\"0.002967\",\"0.003111\",\"2.466666666666667\",\"3.3066666666666666\"\n\"2024-07-16T19:40:00.000Z\",\"0.002757\",\"0.002867\",\"2.2\",\"2.9833333333333334\"\n\"2024-07-16T19:45:00.000Z\",\"0.002776\",\"0.002834\",\"2.14\",\"3.0033333333333334\"\n\"2024-07-16T19:50:00.000Z\",\"0.003562\",\"0.003795\",\"2.47\",\"3.8033333333333332\"\n\"2024-07-16T19:55:00.000Z\",\"0.00211\",\"0.002184\",\"1.7\",\"2.4\"\n\"2024-07-16T20:00:00.000Z\",\"0.00233\",\"0.002529\",\"1.9\",\"2.9166666666666665\"\n\"2024-07-16T20:05:00.000Z\",\"0.001346\",\"0.001733\",\"1.2\",\"2.3133333333333335\"\n\"2024-07-16T20:10:00.000Z\",\"0.001109\",\"0.001534\",\"1.0066666666666666\",\"2.1066666666666665\"\n\"2024-07-16T20:15:00.000Z\",\"0.001649\",\"0.001801\",\"1.39\",\"2.1766666666666667\"\n\"2024-07-16T20:20:00.000Z\",\"0.001742\",\"0.00159\",\"1.3133333333333332\",\"2.07\"\n\"2024-07-16T20:25:00.000Z\",\"0.001309\",\"0.001772\",\"1.2133333333333334\",\"2.216666666666667\"\n\"2024-07-16T20:30:00.000Z\",\"0.001757\",\"0.001832\",\"1.4866666666666666\",\"2.2933333333333334\"\n\"2024-07-16T20:35:00.000Z\",\"0.002407\",\"0.002415\",\"1.9266666666666667\",\"2.66\"\n\"2024-07-16T20:40:00.000Z\",\"0.001917\",\"0.002079\",\"1.6333333333333333\",\"2.4833333333333334\"\n\"2024-07-16T20:45:00.000Z\",\"0.001269\",\"0.001573\",\"1.11\",\"2.0233333333333334\"\n\"2024-07-16T20:50:00.000Z\",\"0.001447\",\"0.00166\",\"1.27\",\"2.1966666666666668\"\n\"2024-07-16T20:55:00.000Z\",\"0.001934\",\"0.002036\",\"1.6233333333333333\",\"2.5233333333333334\"\n\"2024-07-16T21:00:00.000Z\",\"0.001299\",\"0.001525\",\"1.1566666666666667\",\"2.0166666666666666\"\n\"2024-07-16T21:05:00.000Z\",\"0.001499\",\"0.00185\",\"1.2766666666666666\",\"2.3033333333333332\"\n\"2024-07-16T21:10:00.000Z\",\"0.001352\",\"0.001589\",\"1.1933333333333334\",\"2.1466666666666665\"\n\"2024-07-16T21:15:00.000Z\",\"0.002033\",\"0.002077\",\"1.7266666666666666\",\"2.4966666666666666\"\n\"2024-07-16T21:20:00.000Z\",\"0.001556\",\"0.001784\",\"1.3866666666666667\",\"2.3333333333333335\"\n\"2024-07-16T21:25:00.000Z\",\"0.001229\",\"0.001588\",\"1.1433333333333333\",\"2.2266666666666666\"\n\"2024-07-16T21:30:00.000Z\",\"0.001988\",\"0.002036\",\"1.6633333333333333\",\"2.4466666666666668\"\n\"2024-07-16T21:35:00.000Z\",\"0.001984\",\"0.002019\",\"1.62\",\"2.5\"\n\"2024-07-16T21:40:00.000Z\",\"0.001324\",\"0.001634\",\"1.1133333333333333\",\"2.0766666666666667\"\n\"2024-07-16T21:45:00.000Z\",\"0.001444\",\"0.001692\",\"1.2566666666666666\",\"2.05\"\n\"2024-07-16T21:50:00.000Z\",\"0.001674\",\"0.001914\",\"1.4266666666666667\",\"2.4066666666666667\"\n\"2024-07-16T21:55:00.000Z\",\"0.001202\",\"0.001474\",\"1.0633333333333332\",\"1.9633333333333334\"\n\"2024-07-16T22:00:00.000Z\",\"0.001362\",\"0.001663\",\"1.1933333333333334\",\"2.23\"\n\"2024-07-16T22:05:00.000Z\",\"0.001336\",\"0.0016\",\"1.2033333333333334\",\"2.12\"\n\"2024-07-16T22:10:00.000Z\",\"0.001361\",\"0.001772\",\"1.1633333333333333\",\"2.3133333333333335\"\n\"2024-07-16T22:15:00.000Z\",\"0.001258\",\"0.001575\",\"1.11\",\"2.08\"\n\"2024-07-16T22:20:00.000Z\",\"0.001326\",\"0.001524\",\"1.1433333333333333\",\"1.9466666666666668\"\n\"2024-07-16T22:25:00.000Z\",\"0.002879\",\"0.003279\",\"2.0166666666666666\",\"3.6266666666666665\"\n\"2024-07-16T22:30:00.000Z\",\"0.001287\",\"0.001613\",\"1.1766666666666667\",\"2.243333333333333\"\n\"2024-07-16T22:35:00.000Z\",\"0.000945\",\"0.001251\",\"0.9066666666666666\",\"1.87\"\n\"2024-07-16T22:40:00.000Z\",\"0.001121\",\"0.001359\",\"1.0766666666666667\",\"1.92\"\n\"2024-07-16T22:45:00.000Z\",\"0.001179\",\"0.001419\",\"1.0733333333333333\",\"1.9633333333333334\"\n\"2024-07-16T22:50:00.000Z\",\"0.001182\",\"0.001546\",\"1.0833333333333333\",\"2.15\"\n\"2024-07-16T22:55:00.000Z\",\"0.001264\",\"0.001614\",\"1.1166666666666667\",\"2.19\"\n\"2024-07-16T23:00:00.000Z\",\"0.001312\",\"0.001676\",\"1.17\",\"2.203333333333333\"\n\"2024-07-16T23:05:00.000Z\",\"0.001264\",\"0.001662\",\"1.1533333333333333\",\"2.39\"\n\"2024-07-16T23:10:00.000Z\",\"0.001204\",\"0.001447\",\"1.06\",\"2.0033333333333334\"\n\"2024-07-16T23:15:00.000Z\",\"0.001314\",\"0.001616\",\"1.12\",\"2.0966666666666667\"\n\"2024-07-16T23:20:00.000Z\",\"0.001178\",\"0.00155\",\"1.0366666666666666\",\"2.0833333333333335\"\n\"2024-07-16T23:25:00.000Z\",\"0.001285\",\"0.0016\",\"1.13\",\"2.223333333333333\"\n\"2024-07-16T23:30:00.000Z\",\"0.001251\",\"0.001559\",\"1.09\",\"2.0633333333333335\"\n\"2024-07-16T23:35:00.000Z\",\"0.001404\",\"0.001719\",\"1.18\",\"2.1866666666666665\"\n\"2024-07-16T23:40:00.000Z\",\"0.001174\",\"0.001482\",\"1.0366666666666666\",\"2.0166666666666666\"\n\"2024-07-16T23:45:00.000Z\",\"0.001176\",\"0.001462\",\"1.03\",\"2.03\"\n\"2024-07-16T23:50:00.000Z\",\"0.001333\",\"0.001597\",\"1.16\",\"2.12\"\n\"2024-07-16T23:55:00.000Z\",\"0.001366\",\"0.001679\",\"1.2266666666666666\",\"2.2266666666666666\"\n\"2024-07-17T00:00:00.000Z\",\"0.001583\",\"0.001811\",\"1.4166666666666667\",\"2.32\"\n\"2024-07-17T00:05:00.000Z\",\"0.003102\",\"0.00322\",\"2.466666666666667\",\"3.44\"\n\"2024-07-17T00:10:00.000Z\",\"0.003432\",\"0.00354\",\"2.7133333333333334\",\"3.743333333333333\"\n\"2024-07-17T00:15:00.000Z\",\"0.003496\",\"0.003574\",\"2.736666666666667\",\"3.703333333333333\"\n\"2024-07-17T00:20:00.000Z\",\"0.003143\",\"0.003317\",\"2.4033333333333333\",\"3.3733333333333335\"\n\"2024-07-17T00:25:00.000Z\",\"0.002866\",\"0.002974\",\"2.2133333333333334\",\"3.1666666666666665\"\n\"2024-07-17T00:30:00.000Z\",\"0.001332\",\"0.001571\",\"1.1433333333333333\",\"2.0866666666666664\"\n\"2024-07-17T00:35:00.000Z\",\"0.001217\",\"0.001539\",\"1.0966666666666667\",\"2.1166666666666667\"\n\"2024-07-17T00:40:00.000Z\",\"0.00126\",\"0.001479\",\"1.1766666666666667\",\"2.0566666666666666\"\n\"2024-07-17T00:45:00.000Z\",\"0.001315\",\"0.001725\",\"1.2466666666666666\",\"2.3566666666666665\"\n\"2024-07-17T00:50:00.000Z\",\"0.001475\",\"0.001906\",\"1.32\",\"2.5566666666666666\"\n\"2024-07-17T00:55:00.000Z\",\"0.00129\",\"0.001605\",\"1.2033333333333334\",\"2.256666666666667\"\n\"2024-07-17T01:00:00.000Z\",\"0.001275\",\"0.001541\",\"1.1266666666666667\",\"2.11\"\n\"2024-07-17T01:05:00.000Z\",\"0.001122\",\"0.001594\",\"1.02\",\"2.283333333333333\"\n\"2024-07-17T01:10:00.000Z\",\"0.001144\",\"0.001472\",\"1.04\",\"2.1466666666666665\"\n\"2024-07-17T01:15:00.000Z\",\"0.001221\",\"0.001496\",\"1.0666666666666667\",\"2.01\"\n\"2024-07-17T01:20:00.000Z\",\"0.001265\",\"0.00166\",\"1.09\",\"2.18\"\n\"2024-07-17T01:25:00.000Z\",\"0.001346\",\"0.00161\",\"1.2366666666666666\",\"2.2666666666666666\"\n\"2024-07-17T01:30:00.000Z\",\"0.001187\",\"0.001431\",\"1.0433333333333332\",\"1.9866666666666666\"\n\"2024-07-17T01:35:00.000Z\",\"0.00093\",\"0.001127\",\"0.94\",\"1.69\"\n\"2024-07-17T01:40:00.000Z\",\"0.001212\",\"0.001536\",\"1.07\",\"2.0833333333333335\"\n\"2024-07-17T01:45:00.000Z\",\"0.001278\",\"0.001655\",\"1.1333333333333333\",\"2.256666666666667\"\n\"2024-07-17T01:50:00.000Z\",\"0.001183\",\"0.001549\",\"1.0533333333333332\",\"2.1366666666666667\"\n\"2024-07-17T01:55:00.000Z\",\"0.00127\",\"0.00151\",\"1.1533333333333333\",\"2.0966666666666667\"\n\"2024-07-17T02:00:00.000Z\",\"0.001301\",\"0.001554\",\"1.19\",\"2.15\"\n\"2024-07-17T02:05:00.000Z\",\"0.001286\",\"0.001593\",\"1.1633333333333333\",\"2.0833333333333335\"\n\"2024-07-17T02:10:00.000Z\",\"0.003478\",\"0.003889\",\"2.5566666666666666\",\"3.73\"\n\"2024-07-17T02:15:00.000Z\",\"0.004875\",\"0.00521\",\"3.4366666666666665\",\"4.463333333333333\"\n\"2024-07-17T02:20:00.000Z\",\"0.005606\",\"0.006021\",\"3.7866666666666666\",\"5.36\"\n\"2024-07-17T02:25:00.000Z\",\"0.004332\",\"0.004728\",\"3.1133333333333333\",\"4.21\"\n\"2024-07-17T02:30:00.000Z\",\"0.00463\",\"0.004926\",\"3.2666666666666666\",\"4.22\"\n\"2024-07-17T02:35:00.000Z\",\"0.003999\",\"0.00448\",\"2.8466666666666667\",\"4.116666666666666\"\n\"2024-07-17T02:40:00.000Z\",\"0.004741\",\"0.00525\",\"3.3433333333333333\",\"4.68\"\n\"2024-07-17T02:45:00.000Z\",\"0.004266\",\"0.004569\",\"3.046666666666667\",\"3.9433333333333334\"\n\"2024-07-17T02:50:00.000Z\",\"0.004161\",\"0.004606\",\"2.9566666666666666\",\"4.19\"\n\"2024-07-17T02:55:00.000Z\",\"0.002399\",\"0.002759\",\"1.8266666666666667\",\"2.9166666666666665\"\n\"2024-07-17T03:00:00.000Z\",\"0.001268\",\"0.001738\",\"1.11\",\"2.4766666666666666\"\n\"2024-07-17T03:05:00.000Z\",\"0.001108\",\"0.001427\",\"1.0\",\"1.9966666666666666\"\n\"2024-07-17T03:10:00.000Z\",\"0.00188\",\"0.002199\",\"1.5\",\"2.72\"\n\"2024-07-17T03:15:00.000Z\",\"0.007222\",\"0.007125\",\"4.8566666666666665\",\"6.633333333333334\"\n\"2024-07-17T03:20:00.000Z\",\"0.007853\",\"0.007673\",\"5.323333333333333\",\"7.043333333333333\"\n\"2024-07-17T03:25:00.000Z\",\"0.008078\",\"0.00788\",\"5.466666666666667\",\"7.216666666666667\"\n\"2024-07-17T03:30:00.000Z\",\"0.007902\",\"0.007727\",\"5.343333333333334\",\"7.093333333333334\"\n\"2024-07-17T03:35:00.000Z\",\"0.004962\",\"0.005035\",\"3.5033333333333334\",\"4.933333333333334\"\n\"2024-07-17T03:40:00.000Z\",\"0.001731\",\"0.001885\",\"1.4233333333333333\",\"2.3\"\n\"2024-07-17T03:45:00.000Z\",\"0.001057\",\"0.001524\",\"0.9233333333333333\",\"2.19\"\n\"2024-07-17T03:50:00.000Z\",\"0.001104\",\"0.001431\",\"0.98\",\"2.0533333333333332\"\n\"2024-07-17T03:55:00.000Z\",\"0.000758\",\"0.001089\",\"0.72\",\"1.6633333333333333\"\n\"2024-07-17T04:00:00.000Z\",\"0.000968\",\"0.00137\",\"0.8433333333333334\",\"1.9733333333333334\"\n\"2024-07-17T04:05:00.000Z\",\"0.000863\",\"0.001145\",\"0.79\",\"1.8366666666666667\"\n\"2024-07-17T04:10:00.000Z\",\"0.000684\",\"0.00106\",\"0.66\",\"1.61\"\n\"2024-07-17T04:15:00.000Z\",\"0.000961\",\"0.001299\",\"0.9133333333333333\",\"1.9066666666666667\"\n\"2024-07-17T04:20:00.000Z\",\"0.001838\",\"0.002192\",\"1.4466666666666668\",\"2.5366666666666666\"\n\"2024-07-17T04:25:00.000Z\",\"0.002164\",\"0.002449\",\"1.6833333333333333\",\"2.796666666666667\"\n\"2024-07-17T04:30:00.000Z\",\"0.008243\",\"0.008287\",\"5.9\",\"7.09\"\n\"2024-07-17T04:35:00.000Z\",\"0.007606\",\"0.007355\",\"5.626666666666667\",\"6.18\"\n\"2024-07-17T04:40:00.000Z\",\"0.005123\",\"0.00506\",\"3.71\",\"4.72\"\n\"2024-07-17T04:45:00.000Z\",\"0.004371\",\"0.004419\",\"3.22\",\"4.266666666666667\"\n\"2024-07-17T04:50:00.000Z\",\"0.004237\",\"0.004124\",\"3.2066666666666666\",\"3.99\"\n\"2024-07-17T04:55:00.000Z\",\"0.002015\",\"0.002066\",\"1.63\",\"2.41\"\n\"2024-07-17T05:00:00.000Z\",\"0.001277\",\"0.001646\",\"1.1166666666666667\",\"2.1766666666666667\"\n\"2024-07-17T05:05:00.000Z\",\"0.001308\",\"0.00161\",\"1.14\",\"2.183333333333333\"\n\"2024-07-17T05:10:00.000Z\",\"0.000884\",\"0.001158\",\"0.8233333333333334\",\"1.7666666666666666\"\n\"2024-07-17T05:15:00.000Z\",\"0.001517\",\"0.001671\",\"1.2566666666666666\",\"2.0833333333333335\"\n\"2024-07-17T05:20:00.000Z\",\"0.000928\",\"0.001184\",\"0.8233333333333334\",\"1.6333333333333333\"\n\"2024-07-17T05:25:00.000Z\",\"0.002235\",\"0.002546\",\"1.75\",\"2.73\"\n\"2024-07-17T05:30:00.000Z\",\"0.001592\",\"0.00183\",\"1.37\",\"2.31\"\n\"2024-07-17T05:35:00.000Z\",\"0.001029\",\"0.001226\",\"0.93\",\"1.7933333333333332\"\n\"2024-07-17T05:40:00.000Z\",\"0.000654\",\"0.001006\",\"0.6333333333333333\",\"1.4533333333333334\"\n\"2024-07-17T05:45:00.000Z\",\"0.001257\",\"0.001478\",\"1.0866666666666667\",\"2.0166666666666666\"\n\"2024-07-17T05:50:00.000Z\",\"0.001302\",\"0.001696\",\"1.1833333333333333\",\"2.283333333333333\"\n\"2024-07-17T05:55:00.000Z\",\"0.0009\",\"0.001283\",\"0.87\",\"1.97\"\n\"2024-07-17T06:00:00.000Z\",\"0.000961\",\"0.001387\",\"0.87\",\"1.9866666666666666\"\n\"2024-07-17T06:05:00.000Z\",\"0.001596\",\"0.001791\",\"1.3666666666666667\",\"2.28\"\n\"2024-07-17T06:10:00.000Z\",\"0.000634\",\"0.001001\",\"0.6366666666666667\",\"1.5733333333333333\"\n\"2024-07-17T06:15:00.000Z\",\"0.001098\",\"0.001325\",\"0.9366666666666666\",\"1.8366666666666667\"\n\"2024-07-17T06:20:00.000Z\",\"0.001212\",\"0.001368\",\"1.0466666666666666\",\"1.74\"\n\"2024-07-17T06:25:00.000Z\",\"0.002388\",\"0.002492\",\"1.8166666666666667\",\"2.65\"\n\"2024-07-17T06:30:00.000Z\",\"0.003314\",\"0.003419\",\"2.49\",\"3.3466666666666667\"\n\"2024-07-17T06:35:00.000Z\",\"0.002846\",\"0.002922\",\"2.19\",\"3.026666666666667\"\n\"2024-07-17T06:40:00.000Z\",\"0.003989\",\"0.003829\",\"2.9233333333333333\",\"3.59\"\n\"2024-07-17T06:45:00.000Z\",\"0.004543\",\"0.004239\",\"3.31\",\"3.9066666666666667\"\n\"2024-07-17T06:50:00.000Z\",\"0.003508\",\"0.003408\",\"2.6266666666666665\",\"3.3533333333333335\"\n\"2024-07-17T06:55:00.000Z\",\"0.002512\",\"0.002649\",\"1.8966666666666667\",\"2.783333333333333\"\n\"2024-07-17T07:00:00.000Z\",\"0.002469\",\"0.002602\",\"1.8966666666666667\",\"2.8266666666666667\"\n\"2024-07-17T07:05:00.000Z\",\"0.001569\",\"0.001847\",\"1.3033333333333332\",\"2.256666666666667\"\n\"2024-07-17T07:10:00.000Z\",\"0.000813\",\"0.001265\",\"0.73\",\"1.8766666666666667\"\n\"2024-07-17T07:15:00.000Z\",\"0.000881\",\"0.001308\",\"0.8233333333333334\",\"1.8966666666666667\"\n\"2024-07-17T07:20:00.000Z\",\"0.001146\",\"0.001348\",\"0.9933333333333333\",\"1.86\"\n\"2024-07-17T07:25:00.000Z\",\"0.000923\",\"0.001202\",\"0.8266666666666667\",\"1.6933333333333334\"\n\"2024-07-17T07:30:00.000Z\",\"0.001093\",\"0.001238\",\"1.09\",\"1.8033333333333332\"\n\"2024-07-17T07:35:00.000Z\",\"0.001434\",\"0.001475\",\"1.1933333333333334\",\"1.8533333333333333\"\n\"2024-07-17T07:40:00.000Z\",\"0.001295\",\"0.001571\",\"1.1433333333333333\",\"2.0366666666666666\"\n\"2024-07-17T07:45:00.000Z\",\"0.00124\",\"0.001517\",\"1.0733333333333333\",\"2.06\"\n\"2024-07-17T07:50:00.000Z\",\"0.001404\",\"0.001613\",\"1.21\",\"2.0566666666666666\"\n\"2024-07-17T07:55:00.000Z\",\"0.001435\",\"0.001554\",\"1.1433333333333333\",\"2.1466666666666665\"\n\"2024-07-17T08:00:00.000Z\",\"0.001354\",\"0.001666\",\"1.22\",\"2.2\"\n\"2024-07-17T08:05:00.000Z\",\"0.00142\",\"0.001643\",\"1.2633333333333334\",\"2.216666666666667\"\n\"2024-07-17T08:10:00.000Z\",\"0.001172\",\"0.001384\",\"1.06\",\"1.9166666666666667\"\n\"2024-07-17T08:15:00.000Z\",\"0.001167\",\"0.001473\",\"1.03\",\"1.9266666666666667\"\n\"2024-07-17T08:20:00.000Z\",\"0.001407\",\"0.001757\",\"1.28\",\"2.243333333333333\"\n\"2024-07-17T08:25:00.000Z\",\"0.001396\",\"0.001698\",\"1.1533333333333333\",\"2.0633333333333335\"\n\"2024-07-17T08:30:00.000Z\",\"0.001897\",\"0.00216\",\"1.5166666666666666\",\"2.5966666666666667\"\n\"2024-07-17T08:35:00.000Z\",\"0.003372\",\"0.003679\",\"2.4133333333333336\",\"3.8033333333333332\"\n\"2024-07-17T08:40:00.000Z\",\"0.002036\",\"0.002157\",\"1.62\",\"2.4066666666666667\"\n\"2024-07-17T08:45:00.000Z\",\"0.002479\",\"0.00257\",\"1.9866666666666666\",\"2.8633333333333333\"\n\"2024-07-17T08:50:00.000Z\",\"0.002468\",\"0.002437\",\"1.9566666666666668\",\"2.74\"\n\"2024-07-17T08:55:00.000Z\",\"0.002051\",\"0.002219\",\"1.6733333333333333\",\"2.5433333333333334\"\n\"2024-07-17T09:00:00.000Z\",\"0.001547\",\"0.001864\",\"1.26\",\"2.3866666666666667\"\n\"2024-07-17T09:05:00.000Z\",\"0.001551\",\"0.001782\",\"1.35\",\"2.223333333333333\"\n\"2024-07-17T09:10:00.000Z\",\"0.001174\",\"0.001523\",\"1.0333333333333334\",\"2.1266666666666665\"\n\"2024-07-17T09:15:00.000Z\",\"0.001357\",\"0.001644\",\"1.2066666666666668\",\"2.1966666666666668\"\n\"2024-07-17T09:20:00.000Z\",\"0.001322\",\"0.001665\",\"1.2\",\"2.2133333333333334\"\n\"2024-07-17T09:25:00.000Z\",\"0.001096\",\"0.001442\",\"1.0266666666666666\",\"2.08\"\n\"2024-07-17T09:30:00.000Z\",\"0.00175\",\"0.002003\",\"1.5\",\"2.39\"\n\"2024-07-17T09:35:00.000Z\",\"0.002726\",\"0.002933\",\"2.1733333333333333\",\"3.1433333333333335\"\n\"2024-07-17T09:40:00.000Z\",\"0.003659\",\"0.003722\",\"2.77\",\"3.763333333333333\"\n\"2024-07-17T09:45:00.000Z\",\"0.002084\",\"0.00227\",\"1.68\",\"2.6666666666666665\"\n\"2024-07-17T09:50:00.000Z\",\"0.002708\",\"0.00276\",\"2.1533333333333333\",\"2.9466666666666668\"\n\"2024-07-17T09:55:00.000Z\",\"0.002058\",\"0.002341\",\"1.6766666666666667\",\"2.81\"\n\"2024-07-17T10:00:00.000Z\",\"0.003944\",\"0.004154\",\"3.03\",\"4.226666666666667\"\n\"2024-07-17T10:05:00.000Z\",\"0.003788\",\"0.003991\",\"2.9\",\"4.11\"\n\"2024-07-17T10:10:00.000Z\",\"0.004453\",\"0.004276\",\"3.3266666666666667\",\"4.136666666666667\"\n\"2024-07-17T10:15:00.000Z\",\"0.003471\",\"0.003619\",\"2.6233333333333335\",\"3.71\"\n\"2024-07-17T10:20:00.000Z\",\"0.003127\",\"0.003299\",\"2.4166666666666665\",\"3.5566666666666666\"\n\"2024-07-17T10:25:00.000Z\",\"0.003187\",\"0.003395\",\"2.48\",\"3.45\"\n\"2024-07-17T10:30:00.000Z\",\"0.002878\",\"0.002983\",\"2.3\",\"3.29\"\n\"2024-07-17T10:35:00.000Z\",\"0.002966\",\"0.0031\",\"2.296666666666667\",\"3.3433333333333333\"\n\"2024-07-17T10:40:00.000Z\",\"0.00305\",\"0.003037\",\"2.3366666666666664\",\"3.11\"\n\"2024-07-17T10:45:00.000Z\",\"0.002577\",\"0.002729\",\"2.006666666666667\",\"2.95\"\n\"2024-07-17T10:50:00.000Z\",\"0.00164\",\"0.001877\",\"1.38\",\"2.36\"\n\"2024-07-17T10:55:00.000Z\",\"0.001606\",\"0.001899\",\"1.3133333333333332\",\"2.24\"\n\"2024-07-17T11:00:00.000Z\",\"0.001516\",\"0.001804\",\"1.31\",\"2.29\"\n\"2024-07-17T11:05:00.000Z\",\"0.002441\",\"0.002579\",\"1.9766666666666666\",\"2.8533333333333335\"\n\"2024-07-17T11:10:00.000Z\",\"0.001149\",\"0.001432\",\"1.0533333333333332\",\"2.066666666666667\"\n\"2024-07-17T11:15:00.000Z\",\"0.001221\",\"0.001588\",\"1.07\",\"2.05\"\n\"2024-07-17T11:20:00.000Z\",\"0.001119\",\"0.001491\",\"1.0266666666666666\",\"2.0966666666666667\"\n\"2024-07-17T11:25:00.000Z\",\"0.001014\",\"0.0013\",\"0.9066666666666666\",\"1.8166666666666667\"\n\"2024-07-17T11:30:00.000Z\",\"0.001487\",\"0.001781\",\"1.2733333333333334\",\"2.2866666666666666\"\n\"2024-07-17T11:35:00.000Z\",\"0.001155\",\"0.001515\",\"1.0333333333333334\",\"2.1233333333333335\"\n\"2024-07-17T11:40:00.000Z\",\"0.001132\",\"0.001366\",\"1.02\",\"1.9\"\n\"2024-07-17T11:45:00.000Z\",\"0.001161\",\"0.001597\",\"1.05\",\"2.1966666666666668\"\n\"2024-07-17T11:50:00.000Z\",\"0.001217\",\"0.001548\",\"1.0866666666666667\",\"2.04\"\n\"2024-07-17T11:55:00.000Z\",\"0.001153\",\"0.001428\",\"1.0433333333333332\",\"2.0433333333333334\"\n\"2024-07-17T12:00:00.000Z\",\"0.001146\",\"0.001535\",\"1.1133333333333333\",\"2.223333333333333\"\n\"2024-07-17T12:05:00.000Z\",\"0.001399\",\"0.001489\",\"1.24\",\"2.02\"\n\"2024-07-17T12:10:00.000Z\",\"0.00126\",\"0.001564\",\"1.1366666666666667\",\"2.0533333333333332\"\n\"2024-07-17T12:15:00.000Z\",\"0.001099\",\"0.001531\",\"1.0633333333333332\",\"2.243333333333333\"\n\"2024-07-17T12:20:00.000Z\",\"0.0011\",\"0.001486\",\"1.0533333333333332\",\"2.1633333333333336\"\n\"2024-07-17T12:25:00.000Z\",\"0.00131\",\"0.001521\",\"1.2333333333333334\",\"2.05\"\n\"2024-07-17T12:30:00.000Z\",\"0.001352\",\"0.001625\",\"1.1933333333333334\",\"2.1366666666666667\"\n\"2024-07-17T12:35:00.000Z\",\"0.001174\",\"0.001603\",\"1.0733333333333333\",\"2.216666666666667\"\n\"2024-07-17T12:40:00.000Z\",\"0.001295\",\"0.001587\",\"1.11\",\"2.1566666666666667\"\n\"2024-07-17T12:45:00.000Z\",\"0.001368\",\"0.001758\",\"1.17\",\"2.27\"\n\"2024-07-17T12:50:00.000Z\",\"0.001476\",\"0.001754\",\"1.2366666666666666\",\"2.1966666666666668\"\n\"2024-07-17T12:55:00.000Z\",\"0.001471\",\"0.001692\",\"1.24\",\"2.1233333333333335\"\n\"2024-07-17T13:00:00.000Z\",\"0.00175\",\"0.001929\",\"1.4333333333333333\",\"2.2866666666666666\"\n\"2024-07-17T13:05:00.000Z\",\"0.001479\",\"0.001804\",\"1.2366666666666666\",\"2.316666666666667\"\n\"2024-07-17T13:10:00.000Z\",\"0.002792\",\"0.003292\",\"1.9433333333333334\",\"3.7066666666666666\"\n\"2024-07-17T13:15:00.000Z\",\"0.001052\",\"0.001339\",\"0.97\",\"1.9733333333333334\"\n\"2024-07-17T13:20:00.000Z\",\"0.00162\",\"0.001875\",\"1.3633333333333333\",\"2.316666666666667\"\n\"2024-07-17T13:25:00.000Z\",\"0.002323\",\"0.002441\",\"1.8033333333333332\",\"2.783333333333333\"\n\"2024-07-17T13:30:00.000Z\",\"0.003733\",\"0.003651\",\"2.8766666666666665\",\"3.6733333333333333\"\n\"2024-07-17T13:35:00.000Z\",\"0.004007\",\"0.003965\",\"2.973333333333333\",\"3.89\"\n\"2024-07-17T13:40:00.000Z\",\"0.00369\",\"0.00379\",\"2.8\",\"3.7733333333333334\"\n\"2024-07-17T13:45:00.000Z\",\"0.003812\",\"0.003822\",\"2.8666666666666667\",\"3.82\"\n\"2024-07-17T13:50:00.000Z\",\"0.003103\",\"0.003159\",\"2.3866666666666667\",\"3.3033333333333332\"\n\"2024-07-17T13:55:00.000Z\",\"0.002057\",\"0.002264\",\"1.63\",\"2.6466666666666665\"\n\"2024-07-17T14:00:00.000Z\",\"0.001631\",\"0.001856\",\"1.3166666666666667\",\"2.0966666666666667\"\n\"2024-07-17T14:05:00.000Z\",\"0.001433\",\"0.001618\",\"1.24\",\"2.1233333333333335\"\n\"2024-07-17T14:10:00.000Z\",\"0.001327\",\"0.001574\",\"1.14\",\"2.1133333333333333\"\n\"2024-07-17T14:15:00.000Z\",\"0.00132\",\"0.00169\",\"1.1466666666666667\",\"2.21\"\n\"2024-07-17T14:20:00.000Z\",\"0.002783\",\"0.003175\",\"1.9533333333333334\",\"3.546666666666667\"\n\"2024-07-17T14:25:00.000Z\",\"0.001312\",\"0.001936\",\"1.11\",\"2.67\"\n\"2024-07-17T14:30:00.000Z\",\"0.001359\",\"0.001631\",\"1.11\",\"2.05\"\n\"2024-07-17T14:35:00.000Z\",\"0.00113\",\"0.00149\",\"1.0333333333333334\",\"2.1266666666666665\"\n\"2024-07-17T14:40:00.000Z\",\"0.001182\",\"0.001593\",\"1.0266666666666666\",\"2.1733333333333333\"\n\"2024-07-17T14:45:00.000Z\",\"0.001201\",\"0.001548\",\"1.0533333333333332\",\"2.0433333333333334\"\n\"2024-07-17T14:50:00.000Z\",\"0.001371\",\"0.001617\",\"1.16\",\"2.08\"\n\"2024-07-17T14:55:00.000Z\",\"0.001278\",\"0.001509\",\"1.13\",\"2.1633333333333336\"\n\"2024-07-17T15:00:00.000Z\",\"0.001219\",\"0.001551\",\"1.13\",\"2.1166666666666667\"\n\"2024-07-17T15:05:00.000Z\",\"0.001604\",\"0.001864\",\"1.3466666666666667\",\"2.2733333333333334\"\n\"2024-07-17T15:10:00.000Z\",\"0.002003\",\"0.002147\",\"1.65\",\"2.4166666666666665\"\n\"2024-07-17T15:15:00.000Z\",\"0.002482\",\"0.002883\",\"1.98\",\"3.0566666666666666\"\n\"2024-07-17T15:20:00.000Z\",\"0.002912\",\"0.003112\",\"2.2933333333333334\",\"3.0733333333333333\"\n\"2024-07-17T15:25:00.000Z\",\"0.002887\",\"0.003098\",\"2.3933333333333335\",\"3.3\"\n\"2024-07-17T15:30:00.000Z\",\"0.002912\",\"0.003046\",\"2.3433333333333333\",\"3.1633333333333336\"\n\"2024-07-17T15:35:00.000Z\",\"0.001944\",\"0.002268\",\"1.6533333333333333\",\"2.5\"\n\"2024-07-17T15:40:00.000Z\",\"0.001784\",\"0.001981\",\"1.57\",\"2.4233333333333333\"\n\"2024-07-17T15:45:00.000Z\",\"0.003352\",\"0.003522\",\"2.8533333333333335\",\"3.716666666666667\"\n\"2024-07-17T15:50:00.000Z\",\"0.003207\",\"0.003375\",\"2.7666666666666666\",\"3.4966666666666666\"\n\"2024-07-17T15:55:00.000Z\",\"0.002418\",\"0.002726\",\"2.0633333333333335\",\"3.0566666666666666\"\n\"2024-07-17T16:00:00.000Z\",\"0.001647\",\"0.001912\",\"1.38\",\"2.4033333333333333\"\n\"2024-07-17T16:05:00.000Z\",\"0.001328\",\"0.001535\",\"1.1133333333333333\",\"2.006666666666667\"\n\"2024-07-17T16:10:00.000Z\",\"0.001429\",\"0.001746\",\"1.2766666666666666\",\"2.316666666666667\"\n\"2024-07-17T16:15:00.000Z\",\"0.001501\",\"0.001773\",\"1.2966666666666666\",\"2.26\"\n\"2024-07-17T16:20:00.000Z\",\"0.001404\",\"0.001683\",\"1.2633333333333334\",\"2.203333333333333\"\n\"2024-07-17T16:25:00.000Z\",\"0.001475\",\"0.001699\",\"1.2233333333333334\",\"2.183333333333333\"\n\"2024-07-17T16:30:00.000Z\",\"0.001787\",\"0.001787\",\"1.4966666666666666\",\"2.1466666666666665\"\n\"2024-07-17T16:35:00.000Z\",\"0.001234\",\"0.001533\",\"1.0833333333333333\",\"2.1133333333333333\"\n\"2024-07-17T16:40:00.000Z\",\"0.001445\",\"0.001855\",\"1.2733333333333334\",\"2.44\"\n\"2024-07-17T16:45:00.000Z\",\"0.001681\",\"0.001931\",\"1.44\",\"2.4966666666666666\"\n\"2024-07-17T16:50:00.000Z\",\"0.001202\",\"0.00145\",\"1.0733333333333333\",\"2.03\"\n\"2024-07-17T16:55:00.000Z\",\"0.001747\",\"0.001928\",\"1.4566666666666668\",\"2.38\"\n\"2024-07-17T17:00:00.000Z\",\"0.002101\",\"0.00225\",\"1.74\",\"2.64\"\n\"2024-07-17T17:05:00.000Z\",\"0.002329\",\"0.0026\",\"1.9466666666666668\",\"3.12\"\n\"2024-07-17T17:10:00.000Z\",\"0.002341\",\"0.002701\",\"1.87\",\"2.9766666666666666\"\n\"2024-07-17T17:15:00.000Z\",\"0.002332\",\"0.002623\",\"1.86\",\"3.1\"\n\"2024-07-17T17:20:00.000Z\",\"0.002523\",\"0.002794\",\"1.9733333333333334\",\"3.11\"\n\"2024-07-17T17:25:00.000Z\",\"0.002326\",\"0.002624\",\"1.8966666666666667\",\"3.01\"\n\"2024-07-17T17:30:00.000Z\",\"0.002331\",\"0.00262\",\"1.86\",\"3.066666666666667\"\n\"2024-07-17T17:35:00.000Z\",\"0.002338\",\"0.002608\",\"1.9133333333333333\",\"2.9966666666666666\"\n\"2024-07-17T17:40:00.000Z\",\"0.002138\",\"0.002416\",\"1.7066666666666668\",\"2.9433333333333334\"\n\"2024-07-17T17:45:00.000Z\",\"0.001566\",\"0.001819\",\"1.3333333333333333\",\"2.3333333333333335\"\n\"2024-07-17T17:50:00.000Z\",\"0.00182\",\"0.002189\",\"1.5166666666666666\",\"2.5933333333333333\"\n\"2024-07-17T17:55:00.000Z\",\"0.001361\",\"0.001804\",\"1.1733333333333333\",\"2.3566666666666665\"\n\"2024-07-17T18:00:00.000Z\",\"0.001203\",\"0.001439\",\"1.0633333333333332\",\"2.0\"\n\"2024-07-17T18:05:00.000Z\",\"0.001409\",\"0.001702\",\"1.2466666666666666\",\"2.1433333333333335\"\n\"2024-07-17T18:10:00.000Z\",\"0.002162\",\"0.002157\",\"1.7366666666666666\",\"2.493333333333333\"\n\"2024-07-17T18:15:00.000Z\",\"0.001459\",\"0.001748\",\"1.2933333333333332\",\"2.3866666666666667\"\n\"2024-07-17T18:20:00.000Z\",\"0.001461\",\"0.001826\",\"1.38\",\"2.433333333333333\"\n\"2024-07-17T18:25:00.000Z\",\"0.001991\",\"0.002038\",\"1.69\",\"2.4833333333333334\"\n\"2024-07-17T18:30:00.000Z\",\"0.00204\",\"0.002308\",\"1.7733333333333334\",\"2.716666666666667\"\n\"2024-07-17T18:35:00.000Z\",\"0.001706\",\"0.002029\",\"1.5\",\"2.6333333333333333\"\n\"2024-07-17T18:40:00.000Z\",\"0.003819\",\"0.003786\",\"2.8766666666666665\",\"3.7066666666666666\"\n\"2024-07-17T18:45:00.000Z\",\"0.005148\",\"0.005026\",\"3.9833333333333334\",\"4.886666666666667\"\n\"2024-07-17T18:50:00.000Z\",\"0.003898\",\"0.00391\",\"3.033333333333333\",\"3.87\"\n\"2024-07-17T18:55:00.000Z\",\"0.002799\",\"0.002898\",\"2.2133333333333334\",\"3.21\"\n\"2024-07-17T19:00:00.000Z\",\"0.002489\",\"0.002667\",\"1.9766666666666666\",\"2.9\"\n\"2024-07-17T19:05:00.000Z\",\"0.001559\",\"0.00179\",\"1.3066666666666666\",\"2.3333333333333335\"\n\"2024-07-17T19:10:00.000Z\",\"0.001487\",\"0.001799\",\"1.26\",\"2.316666666666667\"\n\"2024-07-17T19:15:00.000Z\",\"0.002049\",\"0.002043\",\"1.64\",\"2.54\"\n\"2024-07-17T19:20:00.000Z\",\"0.002409\",\"0.002724\",\"1.85\",\"3.1\"\n\"2024-07-17T19:25:00.000Z\",\"0.003467\",\"0.003676\",\"2.47\",\"3.743333333333333\"\n\"2024-07-17T19:30:00.000Z\",\"0.005013\",\"0.005161\",\"3.72\",\"4.8966666666666665\"\n\"2024-07-17T19:35:00.000Z\",\"0.004703\",\"0.00483\",\"3.5433333333333334\",\"4.52\"\n\"2024-07-17T19:40:00.000Z\",\"0.005658\",\"0.005328\",\"4.166666666666667\",\"4.8966666666666665\"\n\"2024-07-17T19:45:00.000Z\",\"0.005579\",\"0.005546\",\"4.07\",\"5.226666666666667\"\n\"2024-07-17T19:50:00.000Z\",\"0.004191\",\"0.004323\",\"3.1\",\"4.213333333333333\"\n\"2024-07-17T19:55:00.000Z\",\"0.002845\",\"0.002957\",\"2.243333333333333\",\"3.2933333333333334\"\n\"2024-07-17T20:00:00.000Z\",\"0.002983\",\"0.003105\",\"2.37\",\"3.1866666666666665\"\n\"2024-07-17T20:05:00.000Z\",\"0.001515\",\"0.001841\",\"1.2766666666666666\",\"2.316666666666667\"\n\"2024-07-17T20:10:00.000Z\",\"0.001528\",\"0.001795\",\"1.27\",\"2.2533333333333334\"\n\"2024-07-17T20:15:00.000Z\",\"0.001927\",\"0.002113\",\"1.6366666666666667\",\"2.54\"\n\"2024-07-17T20:20:00.000Z\",\"0.002097\",\"0.002356\",\"1.6966666666666668\",\"2.6366666666666667\"\n\"2024-07-17T20:25:00.000Z\",\"0.001618\",\"0.001845\",\"1.3366666666666667\",\"2.3033333333333332\"\n\"2024-07-17T20:30:00.000Z\",\"0.001913\",\"0.002099\",\"1.5766666666666667\",\"2.533333333333333\"\n\"2024-07-17T20:35:00.000Z\",\"0.001913\",\"0.002151\",\"1.61\",\"2.58\"\n\"2024-07-17T20:40:00.000Z\",\"0.001341\",\"0.001646\",\"1.1466666666666667\",\"2.21\"\n\"2024-07-17T20:45:00.000Z\",\"0.002098\",\"0.002263\",\"1.6433333333333333\",\"2.6266666666666665\"\n\"2024-07-17T20:50:00.000Z\",\"0.003685\",\"0.003766\",\"2.63\",\"3.9466666666666668\"\n\"2024-07-17T20:55:00.000Z\",\"0.001676\",\"0.001954\",\"1.3\",\"2.34\"\n\"2024-07-17T21:00:00.000Z\",\"0.001726\",\"0.001897\",\"1.45\",\"2.4166666666666665\"\n\"2024-07-17T21:05:00.000Z\",\"0.001906\",\"0.002072\",\"1.6233333333333333\",\"2.506666666666667\"\n\"2024-07-17T21:10:00.000Z\",\"0.001573\",\"0.001922\",\"1.35\",\"2.4433333333333334\"\n\"2024-07-17T21:15:00.000Z\",\"0.00182\",\"0.002099\",\"1.55\",\"2.59\"\n\"2024-07-17T21:20:00.000Z\",\"0.001433\",\"0.00179\",\"1.2933333333333332\",\"2.4133333333333336\"\n\"2024-07-17T21:25:00.000Z\",\"0.001878\",\"0.002166\",\"1.66\",\"2.6766666666666667\"\n\"2024-07-17T21:30:00.000Z\",\"0.001881\",\"0.002126\",\"1.5933333333333333\",\"2.64\"\n\"2024-07-17T21:35:00.000Z\",\"0.001451\",\"0.001845\",\"1.2833333333333334\",\"2.3633333333333333\"\n\"2024-07-17T21:40:00.000Z\",\"0.001903\",\"0.00215\",\"1.5533333333333332\",\"2.5866666666666664\"\n\"2024-07-17T21:45:00.000Z\",\"0.001738\",\"0.001861\",\"1.4566666666666668\",\"2.203333333333333\"\n\"2024-07-17T21:50:00.000Z\",\"0.001399\",\"0.001889\",\"1.2033333333333334\",\"2.53\"\n\"2024-07-17T21:55:00.000Z\",\"0.001877\",\"0.002252\",\"1.5866666666666667\",\"2.9633333333333334\"\n\"2024-07-17T22:00:00.000Z\",\"0.001856\",\"0.002072\",\"1.6133333333333333\",\"2.5533333333333332\"\n\"2024-07-17T22:05:00.000Z\",\"0.001565\",\"0.001929\",\"1.37\",\"2.55\"\n\"2024-07-17T22:10:00.000Z\",\"0.001655\",\"0.001956\",\"1.44\",\"2.48\"\n\"2024-07-17T22:15:00.000Z\",\"0.001472\",\"0.001849\",\"1.3266666666666667\",\"2.4566666666666666\"\n\"2024-07-17T22:20:00.000Z\",\"0.001606\",\"0.001878\",\"1.4333333333333333\",\"2.46\"\n\"2024-07-17T22:25:00.000Z\",\"0.002266\",\"0.002482\",\"1.8833333333333333\",\"2.9166666666666665\"\n\"2024-07-17T22:30:00.000Z\",\"0.005001\",\"0.005196\",\"3.61\",\"5.13\"\n\"2024-07-17T22:35:00.000Z\",\"0.00534\",\"0.005487\",\"3.8533333333333335\",\"5.38\"\n\"2024-07-17T22:40:00.000Z\",\"0.005635\",\"0.005799\",\"4.07\",\"5.61\"\n\"2024-07-17T22:45:00.000Z\",\"0.00565\",\"0.005803\",\"4.15\",\"5.6433333333333335\"\n\"2024-07-17T22:50:00.000Z\",\"0.005574\",\"0.005644\",\"4.076666666666667\",\"5.53\"\n\"2024-07-17T22:55:00.000Z\",\"0.00546\",\"0.005668\",\"4.093333333333334\",\"5.67\"\n\"2024-07-17T23:00:00.000Z\",\"0.00586\",\"0.005907\",\"4.3133333333333335\",\"5.753333333333333\"\n\"2024-07-17T23:05:00.000Z\",\"0.005646\",\"0.005734\",\"4.21\",\"5.65\"\n\"2024-07-17T23:10:00.000Z\",\"0.004048\",\"0.004324\",\"3.21\",\"4.586666666666667\"\n\"2024-07-17T23:15:00.000Z\",\"0.001907\",\"0.002304\",\"1.82\",\"3.08\"\n\"2024-07-17T23:20:00.000Z\",\"0.001916\",\"0.002247\",\"1.8333333333333333\",\"2.96\"\n\"2024-07-17T23:25:00.000Z\",\"0.001851\",\"0.002195\",\"1.83\",\"2.8466666666666667\"\n\"2024-07-17T23:30:00.000Z\",\"0.001767\",\"0.002135\",\"1.78\",\"2.82\"\n\"2024-07-17T23:35:00.000Z\",\"0.001855\",\"0.002214\",\"1.82\",\"2.9166666666666665\"\n\"2024-07-17T23:40:00.000Z\",\"0.002053\",\"0.002517\",\"1.9666666666666666\",\"3.2133333333333334\"\n\"2024-07-17T23:45:00.000Z\",\"0.001771\",\"0.002167\",\"1.7366666666666666\",\"3.01\"\n\"2024-07-17T23:50:00.000Z\",\"0.001892\",\"0.002272\",\"1.8366666666666667\",\"2.96\"\n\"2024-07-17T23:55:00.000Z\",\"0.001885\",\"0.002139\",\"1.8133333333333332\",\"2.736666666666667\"\n\"2024-07-18T00:00:00.000Z\",\"0.001787\",\"0.002074\",\"1.7633333333333334\",\"2.75\"\n\"2024-07-18T00:05:00.000Z\",\"0.001817\",\"0.002196\",\"1.75\",\"2.7666666666666666\"\n\"2024-07-18T00:10:00.000Z\",\"0.001745\",\"0.002124\",\"1.73\",\"2.8066666666666666\"\n\"2024-07-18T00:15:00.000Z\",\"0.002046\",\"0.002482\",\"1.9433333333333334\",\"3.216666666666667\"\n\"2024-07-18T00:20:00.000Z\",\"0.001748\",\"0.002145\",\"1.7366666666666666\",\"2.8533333333333335\"\n\"2024-07-18T00:25:00.000Z\",\"0.001726\",\"0.001996\",\"1.67\",\"2.62\"\n\"2024-07-18T00:30:00.000Z\",\"0.001924\",\"0.002354\",\"1.8433333333333333\",\"3.06\"\n\"2024-07-18T00:35:00.000Z\",\"0.001778\",\"0.002056\",\"1.7733333333333334\",\"2.783333333333333\"\n\"2024-07-18T00:40:00.000Z\",\"0.002678\",\"0.003091\",\"2.39\",\"3.7\"\n\"2024-07-18T00:45:00.000Z\",\"0.002971\",\"0.003272\",\"2.5366666666666666\",\"3.8666666666666667\"\n\"2024-07-18T00:50:00.000Z\",\"0.001955\",\"0.002281\",\"1.95\",\"3.03\"\n\"2024-07-18T00:55:00.000Z\",\"0.001781\",\"0.002175\",\"1.8466666666666667\",\"2.9766666666666666\"\n\"2024-07-18T01:00:00.000Z\",\"0.0018\",\"0.002263\",\"1.78\",\"3.0166666666666666\"\n\"2024-07-18T01:05:00.000Z\",\"0.0019\",\"0.002333\",\"1.8133333333333332\",\"3.04\"\n\"2024-07-18T01:10:00.000Z\",\"0.001896\",\"0.002585\",\"1.83\",\"3.3833333333333333\"\n\"2024-07-18T01:15:00.000Z\",\"0.002236\",\"0.002544\",\"2.1066666666666665\",\"3.256666666666667\"\n\"2024-07-18T01:20:00.000Z\",\"0.003537\",\"0.003725\",\"3.0533333333333332\",\"4.033333333333333\"\n\"2024-07-18T01:25:00.000Z\",\"0.004263\",\"0.004366\",\"3.5966666666666667\",\"4.693333333333333\"\n\"2024-07-18T01:30:00.000Z\",\"0.004082\",\"0.004226\",\"3.466666666666667\",\"4.383333333333334\"\n\"2024-07-18T01:35:00.000Z\",\"0.004027\",\"0.004108\",\"3.19\",\"4.276666666666666\"\n\"2024-07-18T01:40:00.000Z\",\"0.003785\",\"0.003873\",\"2.88\",\"3.933333333333333\"\n\"2024-07-18T01:45:00.000Z\",\"0.003206\",\"0.003342\",\"2.5766666666666667\",\"3.56\"\n\"2024-07-18T01:50:00.000Z\",\"0.002357\",\"0.002711\",\"2.1\",\"3.1566666666666667\"\n\"2024-07-18T01:55:00.000Z\",\"0.002332\",\"0.00266\",\"2.0866666666666664\",\"3.2066666666666666\"\n\"2024-07-18T02:00:00.000Z\",\"0.002196\",\"0.002458\",\"2.0\",\"3.0566666666666666\"\n\"2024-07-18T02:05:00.000Z\",\"0.002073\",\"0.002393\",\"1.95\",\"2.97\"\n\"2024-07-18T02:10:00.000Z\",\"0.002316\",\"0.002526\",\"2.12\",\"3.11\"\n\"2024-07-18T02:15:00.000Z\",\"0.002119\",\"0.00244\",\"1.9966666666666666\",\"3.1033333333333335\"\n\"2024-07-18T02:20:00.000Z\",\"0.003007\",\"0.003504\",\"2.683333333333333\",\"3.83\"\n\"2024-07-18T02:25:00.000Z\",\"0.003387\",\"0.003631\",\"2.9433333333333334\",\"3.8366666666666664\"\n\"2024-07-18T02:30:00.000Z\",\"0.00338\",\"0.003704\",\"2.93\",\"3.9066666666666667\"\n\"2024-07-18T02:35:00.000Z\",\"0.003608\",\"0.00375\",\"3.0633333333333335\",\"3.95\"\n\"2024-07-18T02:40:00.000Z\",\"0.003348\",\"0.003602\",\"2.8533333333333335\",\"3.7666666666666666\"\n\"2024-07-18T02:45:00.000Z\",\"0.002583\",\"0.002877\",\"2.35\",\"3.31\"\n\"2024-07-18T02:50:00.000Z\",\"0.001878\",\"0.002339\",\"1.8566666666666667\",\"2.94\"\n\"2024-07-18T02:55:00.000Z\",\"0.001962\",\"0.002369\",\"1.9233333333333333\",\"2.986666666666667\"\n\"2024-07-18T03:00:00.000Z\",\"0.001941\",\"0.002182\",\"1.9166666666666667\",\"2.76\"\n\"2024-07-18T03:05:00.000Z\",\"0.001914\",\"0.002259\",\"1.85\",\"2.9033333333333333\"\n\"2024-07-18T03:10:00.000Z\",\"0.001945\",\"0.002272\",\"1.8\",\"2.8433333333333333\"\n\"2024-07-18T03:15:00.000Z\",\"0.001862\",\"0.002162\",\"1.7733333333333334\",\"2.7266666666666666\"\n\"2024-07-18T03:20:00.000Z\",\"0.001818\",\"0.002126\",\"1.7366666666666666\",\"2.76\"\n\"2024-07-18T03:25:00.000Z\",\"0.002022\",\"0.002335\",\"1.9033333333333333\",\"3.0033333333333334\"\n\"2024-07-18T03:30:00.000Z\",\"0.002389\",\"0.002701\",\"2.1466666666666665\",\"3.183333333333333\"\n\"2024-07-18T03:35:00.000Z\",\"0.00387\",\"0.004239\",\"3.276666666666667\",\"4.5\"\n\"2024-07-18T03:40:00.000Z\",\"0.004857\",\"0.00502\",\"3.8533333333333335\",\"4.923333333333333\"\n\"2024-07-18T03:45:00.000Z\",\"0.003959\",\"0.004091\",\"3.033333333333333\",\"4.293333333333333\"\n\"2024-07-18T03:50:00.000Z\",\"0.00491\",\"0.005206\",\"3.4466666666666668\",\"5.206666666666667\"\n\"2024-07-18T03:55:00.000Z\",\"0.002119\",\"0.002418\",\"1.6966666666666668\",\"2.93\"\n\"2024-07-18T04:00:00.000Z\",\"0.001457\",\"0.00182\",\"1.2166666666666666\",\"2.3433333333333333\"\n\"2024-07-18T04:05:00.000Z\",\"0.001413\",\"0.001732\",\"1.17\",\"2.3666666666666667\"\n\"2024-07-18T04:10:00.000Z\",\"0.001152\",\"0.001544\",\"1.0033333333333334\",\"2.1466666666666665\"\n\"2024-07-18T04:15:00.000Z\",\"0.001424\",\"0.001704\",\"1.2666666666666666\",\"2.33\"\n\"2024-07-18T04:20:00.000Z\",\"0.001454\",\"0.001724\",\"1.3266666666666667\",\"2.31\"\n\"2024-07-18T04:25:00.000Z\",\"0.001439\",\"0.0018\",\"1.2833333333333334\",\"2.48\"\n\"2024-07-18T04:30:00.000Z\",\"0.00209\",\"0.002403\",\"1.76\",\"2.8933333333333335\"\n\"2024-07-18T04:35:00.000Z\",\"0.003551\",\"0.003664\",\"2.776666666666667\",\"3.7466666666666666\"\n\"2024-07-18T04:40:00.000Z\",\"0.004603\",\"0.004504\",\"3.48\",\"4.37\"\n\"2024-07-18T04:45:00.000Z\",\"0.004395\",\"0.004511\",\"3.3866666666666667\",\"4.49\"\n\"2024-07-18T04:50:00.000Z\",\"0.004817\",\"0.00472\",\"3.6566666666666667\",\"4.72\"\n\"2024-07-18T04:55:00.000Z\",\"0.003752\",\"0.003884\",\"2.8733333333333335\",\"4.013333333333334\"\n\"2024-07-18T05:00:00.000Z\",\"0.002435\",\"0.002735\",\"1.9633333333333334\",\"3.16\"\n\"2024-07-18T05:05:00.000Z\",\"0.002371\",\"0.002715\",\"1.87\",\"3.0933333333333333\"\n\"2024-07-18T05:10:00.000Z\",\"0.002883\",\"0.003159\",\"2.3233333333333333\",\"3.3333333333333335\"\n\"2024-07-18T05:15:00.000Z\",\"0.002895\",\"0.00308\",\"2.2866666666666666\",\"3.36\"\n\"2024-07-18T05:20:00.000Z\",\"0.002969\",\"0.003146\",\"2.3033333333333332\",\"3.4166666666666665\"\n\"2024-07-18T05:25:00.000Z\",\"0.002388\",\"0.002606\",\"1.8533333333333333\",\"2.9166666666666665\"\n\"2024-07-18T05:30:00.000Z\",\"0.001402\",\"0.001634\",\"1.2433333333333334\",\"2.2133333333333334\"\n"}],"_postman_id":"8ef818ab-a8e1-4e25-bed7-236fd035e997"},{"name":"Get VXC Telemetry","id":"944213f5-a947-4e15-b7de-e9e8fbbdf232","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"},{"key":"Accept","value":"text/csv"}],"url":"{{baseUrl}}/v2/product/vxc/{productUid}/telemetry?type={type}&from={from}&to={to}&days={days}","description":"<p>Returns telemetry details for the specified VXC.</p>\n<p>The <code>productUid</code> is the unique product ID and is required.</p>\n<p>Multiple telemetry types can be passed. For example, GET /v2/product/vxc/5624060e-32gb-4267-a340-c15e91bc0f82/telemetry?type=BITS&amp;type=PACKETS&amp;days=30. When multiple telemetry types are passed, the top level type is set to <code>null</code> in the response. The key information for each telemetry type is in the {data} section of the response.</p>\n<p>A minimum of one telemetry type must be provided.</p>\n<p>Telemetry details can be returned by number of days in the past, or by passing a date range: 'from' and 'to'. If no <code>days</code>, or <code>to</code> and <code>from</code> are passed, the single most recent measurement is returned, which is approximately every 5 minutes.</p>\n<p>The maximum number of days that can be requested is 180 days.</p>\n<p><strong>Note:</strong> The <code>days</code> parameter is mutually exclusive from <code>to</code> and <code>from</code>. If both <code>days</code> and <code>from</code> and <code>to</code> are passed, an error is returned explaining that the fields are mutually exclusive.</p>\n<p>You can return telemetry details in CSV format by specifying the text/csv header parameter.</p>\n","urlObject":{"path":["v2","product","vxc","{productUid}","telemetry"],"host":["{{baseUrl}}"],"query":[{"description":{"content":"<p>Indicates the type of metric. Values include <code>A_BITS</code>, <code>B_BITS</code>, <code>A_PACKETS</code>, and <code>B_PACKETS</code>. Multiple telemetry types can be passed. (Required - string)</p>\n","type":"text/plain"},"key":"type","value":"{type}"},{"description":{"content":"<p>Milliseconds since epoch. When not provided, returns the single most recent measurement. You can use a tool such as <a href=\"https://www.epochconverter.com/\">https://www.epochconverter.com/</a> for conversion to and from dates. (Optional - string)</p>\n","type":"text/plain"},"key":"from","value":"{from}"},{"description":{"content":"<p>Milliseconds since epoch. When not provided, returns the single most recent measurement. You can use a tool such as <a href=\"https://www.epochconverter.com/\">https://www.epochconverter.com/</a> for conversion to and from dates. (Optional - string) </p>\n","type":"text/plain"},"key":"to","value":"{to}"},{"description":{"content":"<p>The number of days in the past from today for which to return telemetry details. This parameter is mutually exclusive from \"to\" and \"from\". (Optional - string)</p>\n","type":"text/plain"},"key":"days","value":"{days}"}],"variable":[]}},"response":[{"id":"b8d8c84b-b79a-4cb5-bd6e-922568f91d02","name":"Get VXC Telemetry - Single Telemetry Type (From, To)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":{"raw":"{{baseUrl}}/v2/product/vxc/da223345-7764-4579-b5e2-5220b9f48f39/telemetry?type=A_BITS&from=1614283800000&to=1614284400000","host":["{{baseUrl}}"],"path":["v2","product","vxc","da223345-7764-4579-b5e2-5220b9f48f39","telemetry"],"query":[{"key":"type","value":"A_BITS"},{"key":"from","value":"1614283800000"},{"key":"to","value":"1614284400000"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 26 Feb 2021 22:06:32 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.17.10"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Set-Cookie","value":"JSESSIONID=EEA91B71AE0BE0C5D77413E80F4B548A; Path=/; HttpOnly"},{"key":"UOW","value":"0925eb40-9235-471a-a2db-dc70a0f2844b"},{"key":"ETag","value":"W/\"06fd58d35d4787bf589582a60d8ad457c\""},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"serviceUid\": \"da223345-7764-4579-b5e2-5220b9f48f39\",\n    \"type\": \"A_BITS\",\n    \"timeFrame\": {\n        \"from\": 1614283800000,\n        \"to\": 1614284400000\n    },\n    \"data\": [\n        {\n            \"type\": \"A_BITS\",\n            \"subtype\": \"Out\",\n            \"samples\": [\n                [\n                    1614284400000,\n                    0\n                ],\n                [\n                    1614284100000,\n                    0\n                ],\n                [\n                    1614283800000,\n                    0\n                ]\n            ],\n            \"unit\": {\n                \"name\": \"Mbps\",\n                \"fullName\": \"Megabits per second\"\n            }\n        },\n        {\n            \"type\": \"A_BITS\",\n            \"subtype\": \"In\",\n            \"samples\": [\n                [\n                    1614284400000,\n                    0.00006645333333333333\n                ],\n                [\n                    1614284100000,\n                    0\n                ],\n                [\n                    1614283800000,\n                    0.00006645333333333333\n                ]\n            ],\n            \"unit\": {\n                \"name\": \"Mbps\",\n                \"fullName\": \"Megabits per second\"\n            }\n        },\n        {\n            \"type\": \"A_BITS\",\n            \"subtype\": \"Configured speed\",\n            \"samples\": [\n                [\n                    1614284400000,\n                    10000\n                ],\n                [\n                    1614284100000,\n                    10000\n                ],\n                [\n                    1614283800000,\n                    10000\n                ]\n            ],\n            \"unit\": {\n                \"name\": \"Mbps\",\n                \"fullName\": \"Megabits per second\"\n            }\n        }\n    ]\n}"},{"id":"9fe1a1c9-49d1-4509-ad0b-9750b0a4f4c4","name":"Get VXC Telemetry - Single Telemetry Type (Days)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":{"raw":"{{baseUrl}}/v2/product/vxc/546c3ae3-8232-45ad-a38e-b46eca3e6394/telemetry?type=A_BITS&days=5","host":["{{baseUrl}}"],"path":["v2","product","vxc","546c3ae3-8232-45ad-a38e-b46eca3e6394","telemetry"],"query":[{"key":"type","value":"A_BITS","description":"Indicates the type of metric. Values include `A_BITS`, `B_BITS`, `A_PACKETS`, and `B_PACKETS`. Multiple telemetry types can be passed. (Required - string)"},{"key":"from","value":"{from}","description":"Milliseconds since epoch. When not provided, returns the single most recent measurement. You can use a tool such as https://www.epochconverter.com/ for conversion to and from dates. (Optional - string)","disabled":true},{"key":"to","value":"{to}","description":"Milliseconds since epoch. When not provided, returns the single most recent measurement. You can use a tool such as https://www.epochconverter.com/ for conversion to and from dates. (Optional - string) ","disabled":true},{"key":"days","value":"5","description":"The number of days in the past from today for which to return telemetry details. This parameter is mutually exclusive from \"to\" and \"from\". (Optional - string)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Mon, 11 Dec 2023 05:54:23 GMT"},{"key":"X-Amzn-Trace-Id","value":"Root=1-6576a40f-53af696e31676bbb455bea7b"},{"key":"Trace-Id","value":"7b028be070e314020a8b4a4d9eec2059"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"UOW","value":"db2216e6-c0f1-4024-92ea-5bddb5afae67"},{"key":"Server-Timing","value":"app;dur=107"},{"key":"ETag","value":"W/\"07b757165e0ded8eca6e011d7f419e9a6\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 482a1ea4dd283bc043aa76fee74514f6.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"SYD62-P1"},{"key":"X-Amz-Cf-Id","value":"BTRxTU4U4-7vHOmCRzC2L7fHYicqPIm4Cjd9wd283w2hkvKLSPHtWw=="}],"cookie":[],"responseTime":null,"body":"{\n    \"serviceUid\": \"546c3ae3-8232-45ad-a38e-b46eca3e6394\",\n    \"type\": \"A_BITS\",\n    \"timeFrame\": {\n        \"from\": 1701842063919,\n        \"to\": 1702274063919\n    },\n    \"data\": [\n        {\n            \"type\": \"A_BITS\",\n            \"subtype\": \"In\",\n            \"samples\": [\n                [\n                    1702273800000,\n                    0.0022379466666666665\n                ],\n                [\n                    1702273500000,\n                    0.0021530133333333332\n                ],\n                [\n                    1702273200000,\n                    0.0019883466666666665\n                ],\n                [\n                    1702272900000,\n                    0.0022939733333333335\n                ],\n                [\n                    1702272600000,\n                    0.0018534133333333333\n                ],\n                [\n                    1702272300000,\n                    0.0026376533333333334\n                ],\n                [\n                    1702272000000,\n                    0.0024362933333333336\n                ],\n                [\n                    1702271700000,\n                    0.0021053333333333336\n                ],\n                [\n                    1702271400000,\n                    0.002053653333333333\n                ],\n                [\n                    1702271100000,\n                    0.00192312\n                ],\n                [\n                    1702270800000,\n                    0.00248384\n                ],\n                [\n                    1702270500000,\n                    0.0018648800000000002\n                ],\n                [\n                    1702270200000,\n                    0.0027853066666666667\n                ],\n                [\n                    1702269900000,\n                    0.0024259733333333333\n                ],\n                [\n                    1702269600000,\n                    0.0019292\n                ],\n                [\n                    1702269300000,\n                    0.0019085866666666666\n                ],\n                [\n                    1702269000000,\n                    0.0019683733333333334\n                ],\n                [\n                    1702268700000,\n                    0.0024261866666666666\n                ],\n                [\n                    1702268400000,\n                    0.0024787733333333337\n                ],\n                [\n                    1702268100000,\n                    0.00258968\n                ],\n                [\n                    1702267800000,\n                    0.0020330133333333333\n                ],\n                [\n                    1702267500000,\n                    0.0019918666666666664\n                ],\n                [\n                    1702267200000,\n                    0.00210008\n                ],\n                [\n                    1702266900000,\n                    0.0022303733333333335\n                ],\n                [\n                    1701842100000,\n                    1000\n                ]\n            ],\n            \"unit\": {\n                \"name\": \"Mbps\",\n                \"fullName\": \"Megabits per second\"\n            }\n        },\n        {\n            \"type\": \"A_BITS\",\n            \"subtype\": \"Out\",\n            \"samples\": [\n                [\n                    1702273800000,\n                    0.002161946666666667\n                ],\n                [\n                    1702273500000,\n                    0.002082693333333333\n                ],\n                [\n                    1702273200000,\n                    0.0019136\n                ],\n                [\n                    1702272900000,\n                    0.0021933066666666667\n                ],\n                [\n                    1702272600000,\n                    0.00177408\n                ],\n                [\n                    1702272300000,\n                    0.0024607733333333335\n                ],\n                [\n                    1702272000000,\n                    0.00237192\n                ],\n                [\n                    1702271700000,\n                    0.0020388\n                ],\n                [\n                    1702271400000,\n                    0.0019795733333333333\n                ],\n                [\n                    1702271100000,\n                    0.0018499200000000001\n                ],\n                [\n                    1702270800000,\n                    0.0023907466666666663\n                ],\n                [\n                    1702270500000,\n                    0.0017872533333333333\n                ],\n                [\n                    1702270200000,\n                    0.0027090933333333332\n                ],\n                [\n                    1702269900000,\n                    0.0023384266666666665\n                ],\n                [\n                    1702269600000,\n                    0.0018639733333333333\n                ],\n                [\n                    1702269300000,\n                    0.0018224533333333333\n                ],\n                [\n                    1702269000000,\n                    0.0018971466666666667\n                ],\n                [\n                    1702268700000,\n                    0.0022650933333333333\n                ],\n                [\n                    1702268400000,\n                    0.0024004266666666665\n                ],\n                [\n                    1702268100000,\n                    0.00250752\n                ],\n                [\n                    1702267800000,\n                    0.0019626400000000003\n                ],\n                [\n                    1702267500000,\n                    0.0019390666666666667\n                ],\n                [\n                    1702267200000,\n                    0.0020205333333333333\n                ],\n                [\n                    1702266900000,\n                    0.00213984\n                ],\n                [\n                    1702266600000,\n                    0.00200632\n                ],\n                [\n                    1702266300000,\n                    0.0025077066666666665\n                ],\n                [\n                    1702266000000,\n                    0.00230392\n                ],\n                [\n                    1702265700000,\n                    0.001854\n                ],\n                [\n                    1702265400000,\n                    0.0017865333333333332\n                ],\n                [\n                    1701842100000,\n                    0.0018446933333333335\n                ]\n            ],\n            \"unit\": {\n                \"name\": \"Mbps\",\n                \"fullName\": \"Megabits per second\"\n            }\n        }\n    ]\n}"},{"id":"8823a5be-5673-4b65-9671-fc50e34e0150","name":"Get VXC Telemetry - Multiple Telemetry Types (Days)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":{"raw":"{{baseUrl}}/v2/product/vxc/546c3ae3-8232-45ad-a38e-b46eca3e6394/telemetry?days=5&type=A_BITS&type=A_PACKETS","host":["{{baseUrl}}"],"path":["v2","product","vxc","546c3ae3-8232-45ad-a38e-b46eca3e6394","telemetry"],"query":[{"key":"from","value":"{from}","description":"Milliseconds since epoch. When not provided, returns the single most recent measurement. You can use a tool such as https://www.epochconverter.com/ for conversion to and from dates. (Optional - string)","disabled":true},{"key":"to","value":"{to}","description":"Milliseconds since epoch. When not provided, returns the single most recent measurement. You can use a tool such as https://www.epochconverter.com/ for conversion to and from dates. (Optional - string) ","disabled":true},{"key":"days","value":"5"},{"key":"type","value":"A_BITS"},{"key":"type","value":"A_PACKETS"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Mon, 11 Dec 2023 05:57:22 GMT"},{"key":"X-Amzn-Trace-Id","value":"Root=1-6576a4c2-788a2c4f71da79252b8af011"},{"key":"Trace-Id","value":"18d2b1b8f5fc151c7254c9ad8e97999b"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"UOW","value":"e75f3d86-8545-40d1-a6a2-62badd6bad07"},{"key":"Server-Timing","value":"app;dur=137"},{"key":"ETag","value":"W/\"0bafe47d066b36bc659318d2b2c456873\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 482a1ea4dd283bc043aa76fee74514f6.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"SYD62-P1"},{"key":"X-Amz-Cf-Id","value":"SjH19Zn9VeZuWnlbL3-1KXQexaJ0ALzZF9dEuFvW4DX-buK_xK1jDg=="}],"cookie":[],"responseTime":null,"body":"{\n    \"serviceUid\": \"546c3ae3-8232-45ad-a38e-b46eca3e6394\",\n    \"type\": null,\n    \"timeFrame\": {\n        \"from\": 1701842242496,\n        \"to\": 1702274242496\n    },\n    \"data\": [\n        {\n            \"type\": \"A_BITS\",\n            \"subtype\": \"Configured speed\",\n            \"samples\": [\n                [\n                    1702273800000,\n                    1000\n                ],\n                [\n                    1702273500000,\n                    1000\n                ],\n                [\n                    1702273200000,\n                    1000\n                ],\n                [\n                    1702272900000,\n                    1000\n                ],\n                [\n                    1702272600000,\n                    1000\n                ],\n                [\n                    1702272300000,\n                    1000\n                ],\n                [\n                    1702272000000,\n                    1000\n                ],\n                [\n                    1702271700000,\n                    1000\n                ],\n                [\n                    1702271400000,\n                    1000\n                ],\n                [\n                    1702271100000,\n                    1000\n                ],\n                [\n                    1702270800000,\n                    1000\n                ],\n                [\n                    1702270500000,\n                    1000\n                ],\n                [\n                    1702270200000,\n                    1000\n                ],\n                [\n                    1702269900000,\n                    1000\n                ],\n                [\n                    1702269600000,\n                    1000\n                ],\n                [\n                    1702269300000,\n                    1000\n                ],\n                [\n                    1702269000000,\n                    1000\n                ],\n                [\n                    1702268700000,\n                    1000\n                ],\n                [\n                    1702268400000,\n                    1000\n                ],\n                [\n                    1702268100000,\n                    1000\n                ],\n                [\n                    1702267800000,\n                    1000\n                ],\n                [\n                    1702267500000,\n                    1000\n                ],\n                [\n                    1702267200000,\n                    1000\n                ],\n                [\n                    1702266900000,\n                    1000\n                ],\n                [\n                    1702266600000,\n                    1000\n                ],\n                [\n                    1702266300000,\n                    1000\n                ],\n                [\n                    1702266000000,\n                    1000\n                ],\n                [\n                    1702265700000,\n                    1000\n                ],\n                [\n                    1702265400000,\n                    1000\n                ],\n                [\n                    1702265100000,\n                    1000\n                ],\n                [\n                    1702264800000,\n                    1000\n                ],\n                [\n                    1702264500000,\n                    1000\n                ],\n                [\n                    1702264200000,\n                    1000\n                ],\n                [\n                    1702263900000,\n                    1000\n                ],\n                [\n                    1702263600000,\n                    1000\n                ],\n                [\n                    1702263300000,\n                    1000\n                ],\n                [\n                    1702263000000,\n                    1000\n                ],\n                [\n                    1702262700000,\n                    1000\n                ],\n                [\n                    1702262400000,\n                    1000\n                ],\n                [\n                    1702262100000,\n                    1000\n                ],\n                [\n                    1702261800000,\n                    1000\n                ],\n                [\n                    1702261500000,\n                    1000\n                ],\n                [\n                    1702261200000,\n                    1000\n                ],\n                [\n                    1702260900000,\n                    1000\n                ],\n                [\n                    1702260600000,\n                    1000\n                ],\n                [\n                    1702260300000,\n                    1000\n                ],\n                [\n                    1702260000000,\n                    1000\n                ],\n                [\n                    1702259700000,\n                    1000\n                ],\n                [\n                    1702259400000,\n                    1000\n                ],\n                [\n                    1702259100000,\n                    1000\n                ],\n                [\n                    1702258800000,\n                    1000\n                ],\n                [\n                    1702258500000,\n                    1000\n                ],\n                [\n                    1702258200000,\n                    1000\n                ],\n                [\n                    1702257900000,\n                    1000\n                ],\n                [\n                    1702257600000,\n                    1000\n                ],\n                [\n                    1702257300000,\n                    1000\n                ],\n                [\n                    1702257000000,\n                    1000\n                ],\n                [\n                    1702256700000,\n                    1000\n                ],\n                [\n                    1702256400000,\n                    1000\n                ],\n                [\n                    1702256100000,\n                    1000\n                ],\n                [\n                    1702255800000,\n                    1000\n                ],\n                [\n                    1702255500000,\n                    1000\n                ],\n                [\n                    1702255200000,\n                    1000\n                ],\n                [\n                    1702254900000,\n                    1000\n                ],\n                [\n                    1702254600000,\n                    1000\n                ],\n                [\n                    1702254300000,\n                    1000\n                ],\n                [\n                    1702254000000,\n                    1000\n                ],\n                [\n                    1702253700000,\n                    1000\n                ],\n                [\n                    1702253400000,\n                    1000\n                ],\n                [\n                    1702253100000,\n                    1000\n                ],\n                [\n                    1702252800000,\n                    1000\n                ],\n                [\n                    1702252500000,\n                    1000\n                ],\n                [\n                    1702252200000,\n                    1000\n                ],\n                [\n                    1702251900000,\n                    1000\n                ],\n                [\n                    1702251600000,\n                    1000\n                ],\n                [\n                    1702251300000,\n                    1000\n                ],\n                [\n                    1702251000000,\n                    1000\n                ],\n                [\n                    1702250700000,\n                    1000\n                ],\n                [\n                    1702250400000,\n                    1000\n                ],\n                [\n                    1702250100000,\n                    1000\n                ],\n                [\n                    1702249800000,\n                    1000\n                ],\n                [\n                    1702249500000,\n                    1000\n                ],\n                [\n                    1702249200000,\n                    1000\n                ],\n                [\n                    1702248900000,\n                    1000\n                ],\n                [\n                    1702248600000,\n                    1000\n                ],\n                [\n                    1702248300000,\n                    1000\n                ],\n                [\n                    1702248000000,\n                    1000\n                ],\n                [\n                    1702247700000,\n                    1000\n                ],\n                [\n                    1702247400000,\n                    1000\n                ],\n                [\n                    1702247100000,\n                    1000\n                ],\n                [\n                    1702246800000,\n                    1000\n                ],\n                [\n                    1702246500000,\n                    1000\n                ],\n                [\n                    1702246200000,\n                    1000\n                ],\n                [\n                    1702245900000,\n                    1000\n                ],\n                [\n                    1702245600000,\n                    1000\n                ],\n                [\n                    1702245300000,\n                    1000\n                ],\n                [\n                    1702245000000,\n                    1000\n                ],\n                [\n                    1702244700000,\n                    1000\n                ],\n                [\n                    1702244400000,\n                    1000\n                ],\n                [\n                    1702244100000,\n                    1000\n                ],\n                [\n                    1702243800000,\n                    1000\n                ],\n                [\n                    1702243500000,\n                    1000\n                ],\n                [\n                    1702243200000,\n                    1000\n                ],\n                [\n                    1702242900000,\n                    1000\n                ],\n                [\n                    1702242600000,\n                    1000\n                ],\n                [\n                    1702242300000,\n                    1000\n                ],\n                [\n                    1702242000000,\n                    1000\n                ],\n                [\n                    1702241700000,\n                    1000\n                ],\n                [\n                    1702241400000,\n                    1000\n                ],\n                [\n                    1702241100000,\n                    1000\n                ],\n                [\n                    1702240800000,\n                    1000\n                ],\n                [\n                    1702240500000,\n                    1000\n                ],\n                [\n                    1702240200000,\n                    1000\n                ],\n                [\n                    1702239900000,\n                    1000\n                ],\n                [\n                    1702239600000,\n                    1000\n                ],\n                [\n                    1702239300000,\n                    1000\n                ],\n                [\n                    1702239000000,\n                    1000\n                ],\n                [\n                    1702238700000,\n                    1000\n                ],\n                [\n                    1702238400000,\n                    1000\n                ],\n                [\n                    1702238100000,\n                    1000\n                ],\n                [\n                    1702237800000,\n                    1000\n                ],\n                [\n                    1702237500000,\n                    1000\n                ],\n                [\n                    1702237200000,\n                    1000\n                ],\n                [\n                    1702236900000,\n                    1000\n                ],\n                [\n                    1702236600000,\n                    1000\n                ],\n                [\n                    1702236300000,\n                    1000\n                ],\n                [\n                    1702236000000,\n                    1000\n                ],\n                [\n                    1702235700000,\n                    1000\n                ],\n                [\n                    1702235400000,\n                    1000\n                ],\n                [\n                    1702235100000,\n                    1000\n                ],\n                [\n                    1702234800000,\n                    1000\n                ],\n                [\n                    1702234500000,\n                    1000\n                ],\n                [\n                    1702234200000,\n                    1000\n                ],\n                [\n                    1702233900000,\n                    1000\n                ],\n                [\n                    1702233600000,\n                    1000\n                ],\n                [\n                    1702233300000,\n                    1000\n                ],\n                [\n                    1702233000000,\n                    1000\n                ],\n                [\n                    1702232700000,\n                    1000\n                ],\n                [\n                    1702232400000,\n                    1000\n                ],\n                [\n                    1702232100000,\n                    1000\n                ],\n                [\n                    1702231800000,\n                    1000\n                ],\n                [\n                    1702231500000,\n                    1000\n                ],\n                [\n                    1702231200000,\n                    1000\n                ],\n                [\n                    1702230900000,\n                    1000\n                ],\n                [\n                    1702230600000,\n                    1000\n                ],\n                [\n                    1702230300000,\n                    1000\n                ],\n                [\n                    1702230000000,\n                    1000\n                ],\n                [\n                    1702229700000,\n                    1000\n                ],\n                [\n                    1702229400000,\n                    1000\n                ],\n                [\n                    1702229100000,\n                    1000\n                ],\n                [\n                    1702228800000,\n                    1000\n                ],\n                [\n                    1702228500000,\n                    1000\n                ],\n                [\n                    1702228200000,\n                    1000\n                ],\n                [\n                    1702227900000,\n                    1000\n                ],\n                [\n                    1702227600000,\n                    1000\n                ],\n                [\n                    1702227300000,\n                    1000\n                ],\n                [\n                    1702227000000,\n                    1000\n                ],\n                [\n                    1702226700000,\n                    1000\n                ],\n                [\n                    1702226400000,\n                    1000\n                ],\n                [\n                    1702226100000,\n                    1000\n                ],\n                [\n                    1702225800000,\n                    1000\n                ],\n                [\n                    1702225500000,\n                    1000\n                ],\n                [\n                    1702225200000,\n                    1000\n                ],\n                [\n                    1702224900000,\n                    1000\n                ],\n                [\n                    1702224600000,\n                    1000\n                ],\n                [\n                    1702224300000,\n                    1000\n                ],\n                [\n                    1702224000000,\n                    1000\n                ],\n                [\n                    1702223700000,\n                    1000\n                ],\n                [\n                    1702223400000,\n                    1000\n                ],\n                [\n                    1702223100000,\n                    1000\n                ],\n                [\n                    1702222800000,\n                    1000\n                ],\n                [\n                    1702222500000,\n                    1000\n                ],\n                [\n                    1702222200000,\n                    1000\n                ],\n                [\n                    1702221900000,\n                    1000\n                ],\n                [\n                    1702221600000,\n                    1000\n                ],\n                [\n                    1702221300000,\n                    1000\n                ],\n                [\n                    1702221000000,\n                    1000\n                ],\n                [\n                    1702220700000,\n                    1000\n                ],\n                [\n                    1702220400000,\n                    1000\n                ],\n                [\n                    1702220100000,\n                    1000\n                ],\n                [\n                    1702219800000,\n                    1000\n                ],\n                [\n                    1702219500000,\n                    1000\n                ],\n                [\n                    1702219200000,\n                    1000\n                ],\n                [\n                    1702218900000,\n                    1000\n                ],\n                [\n                    1702218600000,\n                    1000\n                ],\n                [\n                    1702218300000,\n                    1000\n                ],\n                [\n                    1702218000000,\n                    1000\n                ],\n                [\n                    1702217700000,\n                    1000\n                ],\n                [\n                    1702217400000,\n                    1000\n                ],\n                [\n                    1702217100000,\n                    1000\n                ],\n                [\n                    1702216800000,\n                    1000\n                ],\n                [\n                    1702216500000,\n                    1000\n                ],\n                [\n                    1702216200000,\n                    1000\n                ],\n                [\n                    1702215900000,\n                    1000\n                ],\n                [\n                    1702215600000,\n                    1000\n                ],\n                [\n                    1702215300000,\n                    1000\n                ],\n                [\n                    1702215000000,\n                    1000\n                ],\n                [\n                    1702214700000,\n                    1000\n                ],\n                [\n                    1702214400000,\n                    1000\n                ],\n                [\n                    1702214100000,\n                    1000\n                ],\n                [\n                    1702213800000,\n                    1000\n                ],\n                [\n                    1702213500000,\n                    1000\n                ],\n                [\n                    1702213200000,\n                    1000\n                ],\n                [\n                    1702212900000,\n                    1000\n                ],\n                [\n                    1702212600000,\n                    1000\n                ],\n                [\n                    1702212300000,\n                    1000\n                ],\n                [\n                    1702212000000,\n                    1000\n                ],\n                [\n                    1702211700000,\n                    1000\n                ],\n                [\n                    1702211400000,\n                    1000\n                ],\n                [\n                    1702211100000,\n                    1000\n                ],\n                [\n                    1702210800000,\n                    1000\n                ],\n                [\n                    1702210500000,\n                    1000\n                ],\n                [\n                    1702210200000,\n                    1000\n                ],\n                [\n                    1702209900000,\n                    1000\n                ],\n                [\n                    1702209600000,\n                    1000\n                ],\n                [\n                    1702209300000,\n                    1000\n                ],\n                [\n                    1702209000000,\n                    1000\n                ],\n                [\n                    1702208700000,\n                    1000\n                ],\n                [\n                    1702208400000,\n                    1000\n                ],\n                [\n                    1702208100000,\n                    1000\n                ],\n                [\n                    1702207800000,\n                    1000\n                ],\n                [\n                    1702207500000,\n                    1000\n                ],\n                [\n                    1702207200000,\n                    1000\n                ],\n                [\n                    1702206900000,\n                    1000\n                ],\n                [\n                    1702206600000,\n                    1000\n                ],\n                [\n                    1702206300000,\n                    1000\n                ],\n                [\n                    1702206000000,\n                    1000\n                ],\n                [\n                    1702205700000,\n                    1000\n                ],\n                [\n                    1702205400000,\n                    1000\n                ],\n                [\n                    1702205100000,\n                    1000\n                ],\n                [\n                    1702204800000,\n                    1000\n                ],\n                [\n                    1702204500000,\n                    1000\n                ],\n                [\n                    1702204200000,\n                    1000\n                ],\n                [\n                    1702203900000,\n                    1000\n                ],\n                [\n                    1702203600000,\n                    1000\n                ],\n                [\n                    1702203300000,\n                    1000\n                ],\n                [\n                    1702203000000,\n                    1000\n                ],\n                [\n                    1702202700000,\n                    1000\n                ],\n                [\n                    1702202400000,\n                    1000\n                ],\n                [\n                    1702202100000,\n                    1000\n                ],\n                [\n                    1702201800000,\n                    1000\n                ],\n                [\n                    1702201500000,\n                    1000\n                ],\n                [\n                    1702201200000,\n                    1000\n                ],\n                [\n                    1702200900000,\n                    1000\n                ],\n                [\n                    1702200600000,\n                    1000\n                ],\n                [\n                    1702200300000,\n                    1000\n                ],\n                [\n                    1702200000000,\n                    1000\n                ],\n                [\n                    1702199700000,\n                    1000\n                ],\n                [\n                    1702199400000,\n                    1000\n                ],\n                [\n                    1702199100000,\n                    1000\n                ],\n                [\n                    1702198800000,\n                    1000\n                ],\n                [\n                    1702198500000,\n                    1000\n                ],\n                [\n                    1702198200000,\n                    1000\n                ],\n                [\n                    1702197900000,\n                    1000\n                ],\n                [\n                    1702197600000,\n                    1000\n                ],\n                [\n                    1702197300000,\n                    1000\n                ],\n                [\n                    1702197000000,\n                    1000\n                ],\n                [\n                    1702196700000,\n                    1000\n                ],\n                [\n                    1702196400000,\n                    1000\n                ],\n                [\n                    1702196100000,\n                    1000\n                ],\n                [\n                    1702195800000,\n                    1000\n                ],\n                [\n                    1702195500000,\n                    1000\n                ],\n                [\n                    1702195200000,\n                    1000\n                ],\n                [\n                    1702194900000,\n                    1000\n                ],\n                [\n                    1702194600000,\n                    1000\n                ],\n                [\n                    1702194300000,\n                    1000\n                ],\n                [\n                    1702194000000,\n                    1000\n                ],\n                [\n                    1702193700000,\n                    1000\n                ],\n                [\n                    1702193400000,\n                    1000\n                ],\n                [\n                    1702193100000,\n                    1000\n                ],\n                [\n                    1702192800000,\n                    1000\n                ],\n                [\n                    1702192500000,\n                    1000\n                ],\n                [\n                    1702192200000,\n                    1000\n                ],\n                [\n                    1702191900000,\n                    1000\n                ],\n                [\n                    1702191600000,\n                    1000\n                ],\n                [\n                    1702191300000,\n                    1000\n                ],\n                [\n                    1702191000000,\n                    1000\n                ],\n                [\n                    1702190700000,\n                    1000\n                ],\n                [\n                    1702190400000,\n                    1000\n                ],\n                [\n                    1702190100000,\n                    1000\n                ],\n                [\n                    1702189800000,\n                    1000\n                ],\n                [\n                    1702189500000,\n                    1000\n                ],\n                [\n                    1702189200000,\n                    1000\n                ],\n                [\n                    1702188900000,\n                    1000\n                ],\n                [\n                    1702188600000,\n                    1000\n                ],\n                [\n                    1702188300000,\n                    1000\n                ],\n                [\n                    1702188000000,\n                    1000\n                ],\n                [\n                    1702187700000,\n                    1000\n                ],\n                [\n                    1702187400000,\n                    1000\n                ],\n                [\n                    1702187100000,\n                    1000\n                ],\n                [\n                    1702186800000,\n                    1000\n                ],\n                [\n                    1702186500000,\n                    1000\n                ],\n                [\n                    1702186200000,\n                    1000\n                ],\n                [\n                    1702185900000,\n                    1000\n                ],\n                [\n                    1702185600000,\n                    1000\n                ],\n                [\n                    1702185300000,\n                    1000\n                ],\n                [\n                    1702185000000,\n                    1000\n                ],\n                [\n                    1702184700000,\n                    1000\n                ],\n                [\n                    1702184400000,\n                    1000\n                ],\n                [\n                    1702184100000,\n                    1000\n                ],\n                [\n                    1702183800000,\n                    1000\n                ],\n                [\n                    1702183500000,\n                    1000\n                ],\n                [\n                    1702183200000,\n                    1000\n                ],\n                [\n                    1702182900000,\n                    1000\n                ],\n                [\n                    1702182600000,\n                    1000\n                ],\n                [\n                    1702182300000,\n                    1000\n                ],\n                [\n                    1702182000000,\n                    1000\n                ],\n                [\n                    1702181700000,\n                    1000\n                ],\n                [\n                    1702181400000,\n                    1000\n                ],\n                [\n                    1702181100000,\n                    1000\n                ],\n                [\n                    1702180800000,\n                    1000\n                ],\n                [\n                    1702180500000,\n                    1000\n                ],\n                [\n                    1702180200000,\n                    1000\n                ],\n                [\n                    1702179900000,\n                    1000\n                ],\n                [\n                    1702179600000,\n                    1000\n                ],\n                [\n                    1702179300000,\n                    1000\n                ],\n                [\n                    1702179000000,\n                    1000\n                ],\n                [\n                    1702178700000,\n                    1000\n                ],\n                [\n                    1702178400000,\n                    1000\n                ],\n                [\n                    1702178100000,\n                    1000\n                ],\n                [\n                    1702177800000,\n                    1000\n                ],\n                [\n                    1702177500000,\n                    1000\n                ],\n                [\n                    1702177200000,\n                    1000\n                ],\n                [\n                    1702176900000,\n                    1000\n                ],\n                [\n                    1702176600000,\n                    1000\n                ],\n                [\n                    1702176300000,\n                    1000\n                ],\n                [\n                    1702176000000,\n                    1000\n                ],\n                [\n                    1702175700000,\n                    1000\n                ],\n                [\n                    1702175400000,\n                    1000\n                ],\n                [\n                    1702175100000,\n                    1000\n                ],\n                [\n                    1702174800000,\n                    1000\n                ],\n                [\n                    1702174500000,\n                    1000\n                ],\n                [\n                    1702174200000,\n                    1000\n                ],\n                [\n                    1702173900000,\n                    1000\n                ],\n                [\n                    1702173600000,\n                    1000\n                ],\n                [\n                    1702173300000,\n                    1000\n                ],\n                [\n                    1702173000000,\n                    1000\n                ],\n                [\n                    1702172700000,\n                    1000\n                ],\n                [\n                    1702172400000,\n                    1000\n                ],\n                [\n                    1702172100000,\n                    1000\n                ],\n                [\n                    1702171800000,\n                    1000\n                ],\n                [\n                    1702171500000,\n                    1000\n                ],\n                [\n                    1702171200000,\n                    1000\n                ],\n                [\n                    1702170900000,\n                    1000\n                ],\n                [\n                    1702170600000,\n                    1000\n                ],\n                [\n                    1702170300000,\n                    1000\n                ],\n                [\n                    1702170000000,\n                    1000\n                ],\n                [\n                    1702169700000,\n                    1000\n                ],\n                [\n                    1702169400000,\n                    1000\n                ],\n                [\n                    1702169100000,\n                    1000\n                ],\n                [\n                    1702168800000,\n                    1000\n                ],\n                [\n                    1702168500000,\n                    1000\n                ],\n                [\n                    1702168200000,\n                    1000\n                ],\n                [\n                    1702167900000,\n                    1000\n                ],\n                [\n                    1702167600000,\n                    1000\n                ],\n                [\n                    1702167300000,\n                    1000\n                ],\n                [\n                    1702167000000,\n                    1000\n                ],\n                [\n                    1702166700000,\n                    1000\n                ],\n                [\n                    1702166400000,\n                    1000\n                ],\n                [\n                    1702166100000,\n                    1000\n                ],\n                [\n                    1702165800000,\n                    1000\n                ],\n                [\n                    1702165500000,\n                    1000\n                ],\n                [\n                    1702165200000,\n                    1000\n                ],\n                [\n                    1702164900000,\n                    1000\n                ],\n                [\n                    1702164600000,\n                    1000\n                ],\n                [\n                    1702164300000,\n                    1000\n                ],\n                [\n                    1702164000000,\n                    1000\n                ],\n                [\n                    1702163700000,\n                    1000\n                ],\n                [\n                    1702163400000,\n                    1000\n                ],\n                [\n                    1702163100000,\n                    1000\n                ],\n                [\n                    1702162800000,\n                    1000\n                ],\n                [\n                    1702162500000,\n                    1000\n                ],\n                [\n                    1702162200000,\n                    1000\n                ],\n                [\n                    1702161900000,\n                    1000\n                ],\n                [\n                    1702161600000,\n                    1000\n                ],\n                [\n                    1702161300000,\n                    1000\n                ],\n                [\n                    1702161000000,\n                    1000\n                ],\n                [\n                    1702160700000,\n                    1000\n                ],\n                [\n                    1702160400000,\n                    1000\n                ],\n                [\n                    1702160100000,\n                    1000\n                ],\n                [\n                    1702159800000,\n                    1000\n                ],\n                [\n                    1702159500000,\n                    1000\n                ],\n                [\n                    1702159200000,\n                    1000\n                ],\n                [\n                    1702158900000,\n                    1000\n                ],\n                [\n                    1702158600000,\n                    1000\n                ],\n                [\n                    1702158300000,\n                    1000\n                ],\n                [\n                    1702158000000,\n                    1000\n                ],\n                [\n                    1702157700000,\n                    1000\n                ],\n                [\n                    1702157400000,\n                    1000\n                ],\n                [\n                    1702157100000,\n                    1000\n                ],\n                [\n                    1702156800000,\n                    1000\n                ],\n                [\n                    1702156500000,\n                    1000\n                ],\n                [\n                    1702156200000,\n                    1000\n                ],\n                [\n                    1702155900000,\n                    1000\n                ],\n                [\n                    1702155600000,\n                    1000\n                ],\n                [\n                    1702155300000,\n                    1000\n                ],\n                [\n                    1702155000000,\n                    1000\n                ],\n                [\n                    1702154700000,\n                    1000\n                ],\n                [\n                    1702154400000,\n                    1000\n                ],\n                [\n                    1702154100000,\n                    1000\n                ],\n                [\n                    1702153800000,\n                    1000\n                ],\n                [\n                    1702153500000,\n                    1000\n                ],\n                [\n                    1702153200000,\n                    1000\n                ],\n                [\n                    1702152900000,\n                    1000\n                ],\n                [\n                    1702152600000,\n                    1000\n                ],\n                [\n                    1702152300000,\n                    1000\n                ],\n                [\n                    1702152000000,\n                    1000\n                ],\n                [\n                    1702151700000,\n                    1000\n                ],\n                [\n                    1702151400000,\n                    1000\n                ],\n                [\n                    1702151100000,\n                    1000\n                ],\n                [\n                    1702150800000,\n                    1000\n                ],\n                [\n                    1702150500000,\n                    1000\n                ],\n                [\n                    1702150200000,\n                    1000\n                ],\n                [\n                    1702149900000,\n                    1000\n                ],\n                [\n                    1702149600000,\n                    1000\n                ],\n                [\n                    1702149300000,\n                    1000\n                ],\n                [\n                    1702149000000,\n                    1000\n                ],\n                [\n                    1702148700000,\n                    1000\n                ],\n                [\n                    1702148400000,\n                    1000\n                ],\n                [\n                    1702148100000,\n                    1000\n                ],\n                [\n                    1702147800000,\n                    1000\n                ],\n                [\n                    1702147500000,\n                    1000\n                ],\n                [\n                    1702147200000,\n                    1000\n                ],\n                [\n                    1702146900000,\n                    1000\n                ],\n                [\n                    1702146600000,\n                    1000\n                ],\n                [\n                    1702146300000,\n                    1000\n                ],\n                [\n                    1702146000000,\n                    1000\n                ],\n                [\n                    1702145700000,\n                    1000\n                ],\n                [\n                    1702145400000,\n                    1000\n                ],\n                [\n                    1702145100000,\n                    1000\n                ],\n                [\n                    1702144800000,\n                    1000\n                ],\n                [\n                    1702144500000,\n                    1000\n                ],\n                [\n                    1702144200000,\n                    1000\n                ],\n                [\n                    1702143900000,\n                    1000\n                ],\n                [\n                    1702143600000,\n                    1000\n                ],\n                [\n                    1702143300000,\n                    1000\n                ],\n                [\n                    1702143000000,\n                    1000\n                ],\n                [\n                    1702142700000,\n                    1000\n                ],\n                [\n                    1702142400000,\n                    1000\n                ],\n                [\n                    1702142100000,\n                    1000\n                ],\n                [\n                    1702141800000,\n                    1000\n                ],\n                [\n                    1702141500000,\n                    1000\n                ],\n                [\n                    1702141200000,\n                    1000\n                ],\n                [\n                    1702140900000,\n                    1000\n                ],\n                [\n                    1702140600000,\n                    1000\n                ],\n                [\n                    1702140300000,\n                    1000\n                ],\n                [\n                    1702140000000,\n                    1000\n                ],\n                [\n                    1702139700000,\n                    1000\n                ],\n                [\n                    1702139400000,\n                    1000\n                ],\n                [\n                    1702139100000,\n                    1000\n                ],\n                [\n                    1702138800000,\n                    1000\n                ],\n                [\n                    1702138500000,\n                    1000\n                ],\n                [\n                    1702138200000,\n                    1000\n                ],\n                [\n                    1702137900000,\n                    1000\n                ],\n                [\n                    1702137600000,\n                    1000\n                ],\n                [\n                    1702137300000,\n                    1000\n                ],\n                [\n                    1702137000000,\n                    1000\n                ],\n                [\n                    1702136700000,\n                    1000\n                ],\n                [\n                    1702136400000,\n                    1000\n                ],\n                [\n                    1702136100000,\n                    1000\n                ],\n                [\n                    1702135800000,\n                    1000\n                ],\n                [\n                    1702135500000,\n                    1000\n                ],\n                [\n                    1702135200000,\n                    1000\n                ],\n                [\n                    1702134900000,\n                    1000\n                ],\n                [\n                    1702134600000,\n                    1000\n                ],\n                [\n                    1702134300000,\n                    1000\n                ],\n                [\n                    1702134000000,\n                    1000\n                ],\n                [\n                    1702133700000,\n                    1000\n                ],\n                [\n                    1702133400000,\n                    1000\n                ],\n                [\n                    1702133100000,\n                    1000\n                ],\n                [\n                    1702132800000,\n                    1000\n                ],\n                [\n                    1702132500000,\n                    1000\n                ],\n                [\n                    1702132200000,\n                    1000\n                ],\n                [\n                    1702131900000,\n                    1000\n                ],\n                [\n                    1702131600000,\n                    1000\n                ],\n                [\n                    1702131300000,\n                    1000\n                ],\n                [\n                    1702131000000,\n                    1000\n                ],\n                [\n                    1702130700000,\n                    1000\n                ],\n                [\n                    1702130400000,\n                    1000\n                ],\n                [\n                    1702130100000,\n                    1000\n                ],\n                [\n                    1702129800000,\n                    1000\n                ],\n                [\n                    1702129500000,\n                    1000\n                ],\n                [\n                    1702129200000,\n                    1000\n                ],\n                [\n                    1702128900000,\n                    1000\n                ],\n                [\n                    1702128600000,\n                    1000\n                ],\n                [\n                    1702128300000,\n                    1000\n                ],\n                [\n                    1702128000000,\n                    1000\n                ],\n                [\n                    1702127700000,\n                    1000\n                ],\n                [\n                    1702127400000,\n                    1000\n                ],\n                [\n                    1702127100000,\n                    1000\n                ],\n                [\n                    1702126800000,\n                    1000\n                ],\n                [\n                    1702126500000,\n                    1000\n                ],\n                [\n                    1702126200000,\n                    1000\n                ],\n                [\n                    1702125900000,\n                    1000\n                ],\n                [\n                    1702125600000,\n                    1000\n                ],\n                [\n                    1702125300000,\n                    1000\n                ],\n                [\n                    1702125000000,\n                    1000\n                ],\n                [\n                    1702124700000,\n                    1000\n                ],\n                [\n                    1702124400000,\n                    1000\n                ],\n                [\n                    1702124100000,\n                    1000\n                ],\n                [\n                    1702123800000,\n                    1000\n                ],\n                [\n                    1702123500000,\n                    1000\n                ],\n                [\n                    1702123200000,\n                    1000\n                ],\n                [\n                    1702122900000,\n                    1000\n                ],\n                [\n                    1702122600000,\n                    1000\n                ],\n                [\n                    1702122300000,\n                    1000\n                ],\n                [\n                    1702122000000,\n                    1000\n                ],\n                [\n                    1702121700000,\n                    1000\n                ],\n                [\n                    1702121400000,\n                    1000\n                ],\n                [\n                    1702121100000,\n                    1000\n                ],\n                [\n                    1702120800000,\n                    1000\n                ],\n                [\n                    1702120500000,\n                    1000\n                ],\n                [\n                    1702120200000,\n                    1000\n                ],\n                [\n                    1702119900000,\n                    1000\n                ],\n                [\n                    1702119600000,\n                    1000\n                ],\n                [\n                    1702119300000,\n                    1000\n                ],\n                [\n                    1702119000000,\n                    1000\n                ],\n                [\n                    1702118700000,\n                    1000\n                ],\n                [\n                    1702118400000,\n                    1000\n                ],\n                [\n                    1702118100000,\n                    1000\n                ],\n                [\n                    1702117800000,\n                    1000\n                ],\n                [\n                    1702117500000,\n                    1000\n                ],\n                [\n                    1702117200000,\n                    1000\n                ],\n                [\n                    1702116900000,\n                    1000\n                ],\n                [\n                    1702116600000,\n                    1000\n                ],\n                [\n                    1702116300000,\n                    1000\n                ],\n                [\n                    1702116000000,\n                    1000\n                ],\n                [\n                    1702115700000,\n                    1000\n                ],\n                [\n                    1702115400000,\n                    1000\n                ],\n                [\n                    1702115100000,\n                    1000\n                ],\n                [\n                    1702114800000,\n                    1000\n                ],\n                [\n                    1702114500000,\n                    1000\n                ],\n                [\n                    1702114200000,\n                    1000\n                ],\n                [\n                    1702113900000,\n                    1000\n                ],\n                [\n                    1702113600000,\n                    1000\n                ],\n                [\n                    1702113300000,\n                    1000\n                ],\n                [\n                    1702113000000,\n                    1000\n                ],\n                [\n                    1702112700000,\n                    1000\n                ],\n                [\n                    1702112400000,\n                    1000\n                ],\n                [\n                    1702112100000,\n                    1000\n                ],\n                [\n                    1702111800000,\n                    1000\n                ],\n                [\n                    1702111500000,\n                    1000\n                ],\n                [\n                    1702111200000,\n                    1000\n                ],\n                [\n                    1702110900000,\n                    1000\n                ],\n                [\n                    1702110600000,\n                    1000\n                ],\n                [\n                    1702110300000,\n                    1000\n                ],\n                [\n                    1702110000000,\n                    1000\n                ],\n                [\n                    1702109700000,\n                    1000\n                ],\n                [\n                    1702109400000,\n                    1000\n                ],\n                [\n                    1702109100000,\n                    1000\n                ],\n                [\n                    1702108800000,\n                    1000\n                ],\n                [\n                    1702108500000,\n                    1000\n                ],\n                [\n                    1702108200000,\n                    1000\n                ],\n                [\n                    1702107900000,\n                    1000\n                ],\n                [\n                    1702107600000,\n                    1000\n                ],\n                [\n                    1702107300000,\n                    1000\n                ],\n                [\n                    1702107000000,\n                    1000\n                ],\n                [\n                    1702106700000,\n                    1000\n                ],\n                [\n                    1702106400000,\n                    1000\n                ],\n                [\n                    1702106100000,\n                    1000\n                ],\n                [\n                    1702105800000,\n                    1000\n                ],\n                [\n                    1702105500000,\n                    1000\n                ],\n                [\n                    1702105200000,\n                    1000\n                ],\n                [\n                    1702104900000,\n                    1000\n                ],\n                [\n                    1702104600000,\n                    1000\n                ],\n                [\n                    1702104300000,\n                    1000\n                ],\n                [\n                    1702104000000,\n                    1000\n                ],\n                [\n                    1702103700000,\n                    1000\n                ],\n                [\n                    1702103400000,\n                    1000\n                ],\n                [\n                    1702103100000,\n                    1000\n                ],\n                [\n                    1702102800000,\n                    1000\n                ],\n                [\n                    1702102500000,\n                    1000\n                ],\n                [\n                    1702102200000,\n                    1000\n                ],\n                [\n                    1702101900000,\n                    1000\n                ],\n                [\n                    1702101600000,\n                    1000\n                ],\n                [\n                    1702101300000,\n                    1000\n                ],\n                [\n                    1702101000000,\n                    1000\n                ],\n                [\n                    1702100700000,\n                    1000\n                ],\n                [\n                    1702100400000,\n                    1000\n                ],\n                [\n                    1702100100000,\n                    1000\n                ],\n                [\n                    1702099800000,\n                    1000\n                ],\n                [\n                    1702099500000,\n                    1000\n                ],\n                [\n                    1702099200000,\n                    1000\n                ],\n                [\n                    1702098900000,\n                    1000\n                ],\n                [\n                    1702098600000,\n                    1000\n                ],\n                [\n                    1702098300000,\n                    1000\n                ],\n                [\n                    1702098000000,\n                    1000\n                ],\n                [\n                    1702097700000,\n                    1000\n                ],\n                [\n                    1702097400000,\n                    1000\n                ],\n                [\n                    1702097100000,\n                    1000\n                ],\n                [\n                    1702096800000,\n                    1000\n                ],\n                [\n                    1702096500000,\n                    1000\n                ],\n                [\n                    1702096200000,\n                    1000\n                ],\n                [\n                    1702095900000,\n                    1000\n                ],\n                [\n                    1702095600000,\n                    1000\n                ],\n                [\n                    1702095300000,\n                    1000\n                ],\n                [\n                    1702095000000,\n                    1000\n                ],\n                [\n                    1702094700000,\n                    1000\n                ],\n                [\n                    1702094400000,\n                    1000\n                ],\n                [\n                    1702094100000,\n                    1000\n                ],\n                [\n                    1702093800000,\n                    1000\n                ],\n                [\n                    1702093500000,\n                    1000\n                ],\n                [\n                    1702093200000,\n                    1000\n                ],\n                [\n                    1702092900000,\n                    1000\n                ],\n                [\n                    1702092600000,\n                    1000\n                ],\n                [\n                    1702092300000,\n                    1000\n                ],\n                [\n                    1702092000000,\n                    1000\n                ],\n                [\n                    1702091700000,\n                    1000\n                ],\n                [\n                    1702091400000,\n                    1000\n                ],\n                [\n                    1702091100000,\n                    1000\n                ],\n                [\n                    1702090800000,\n                    1000\n                ],\n                [\n                    1702090500000,\n                    1000\n                ],\n                [\n                    1702090200000,\n                    1000\n                ],\n                [\n                    1702089900000,\n                    1000\n                ],\n                [\n                    1702089600000,\n                    1000\n                ],\n                [\n                    1702089300000,\n                    1000\n                ],\n                [\n                    1702089000000,\n                    1000\n                ],\n                [\n                    1702088700000,\n                    1000\n                ],\n                [\n                    1702088400000,\n                    1000\n                ],\n                [\n                    1702088100000,\n                    1000\n                ],\n                [\n                    1702087800000,\n                    1000\n                ],\n                [\n                    1702087500000,\n                    1000\n                ],\n                [\n                    1702087200000,\n                    1000\n                ],\n                [\n                    1702086900000,\n                    1000\n                ],\n                [\n                    1702086600000,\n                    1000\n                ],\n                [\n                    1702086300000,\n                    1000\n                ],\n                [\n                    1702086000000,\n                    1000\n                ],\n                [\n                    1702085700000,\n                    1000\n                ],\n                [\n                    1702085400000,\n                    1000\n                ],\n                [\n                    1702085100000,\n                    1000\n                ],\n                [\n                    1702084800000,\n                    1000\n                ],\n                [\n                    1702084500000,\n                    1000\n                ],\n                [\n                    1702084200000,\n                    1000\n                ],\n                [\n                    1702083900000,\n                    1000\n                ],\n                [\n                    1702083600000,\n                    1000\n                ],\n                [\n                    1702083300000,\n                    1000\n                ],\n                [\n                    1702083000000,\n                    1000\n                ],\n                [\n                    1702082700000,\n                    1000\n                ],\n                [\n                    1702082400000,\n                    1000\n                ],\n                [\n                    1702082100000,\n                    1000\n                ],\n                [\n                    1702081800000,\n                    1000\n                ],\n                [\n                    1702081500000,\n                    1000\n                ],\n                [\n                    1702081200000,\n                    1000\n                ],\n                [\n                    1702080900000,\n                    1000\n                ],\n                [\n                    1702080600000,\n                    1000\n                ],\n                [\n                    1702080300000,\n                    1000\n                ],\n                [\n                    1702080000000,\n                    1000\n                ],\n                [\n                    1702079700000,\n                    1000\n                ],\n                [\n                    1702079400000,\n                    1000\n                ],\n                [\n                    1702079100000,\n                    1000\n                ],\n                [\n                    1702078800000,\n                    1000\n                ],\n                [\n                    1702078500000,\n                    1000\n                ],\n                [\n                    1702078200000,\n                    1000\n                ],\n                [\n                    1702077900000,\n                    1000\n                ],\n                [\n                    1702077600000,\n                    1000\n                ],\n                [\n                    1702077300000,\n                    1000\n                ],\n                [\n                    1702077000000,\n                    1000\n                ],\n                [\n                    1702076700000,\n                    1000\n                ],\n                [\n                    1702076400000,\n                    1000\n                ],\n                [\n                    1702076100000,\n                    1000\n                ],\n                [\n                    1702075800000,\n                    1000\n                ],\n                [\n                    1702075500000,\n                    1000\n                ],\n                [\n                    1702075200000,\n                    1000\n                ],\n                [\n                    1702074900000,\n                    1000\n                ],\n                [\n                    1702074600000,\n                    1000\n                ],\n                [\n                    1702074300000,\n                    1000\n                ],\n                [\n                    1702074000000,\n                    1000\n                ],\n                [\n                    1702073700000,\n                    1000\n                ],\n                [\n                    1702073400000,\n                    1000\n                ],\n                [\n                    1702073100000,\n                    1000\n                ],\n                [\n                    1702072800000,\n                    1000\n                ],\n                [\n                    1702072500000,\n                    1000\n                ],\n                [\n                    1702072200000,\n                    1000\n                ],\n                [\n                    1702071900000,\n                    1000\n                ],\n                [\n                    1702071600000,\n                    1000\n                ],\n                [\n                    1702071300000,\n                    1000\n                ],\n                [\n                    1702071000000,\n                    1000\n                ],\n                [\n                    1702070700000,\n                    1000\n                ],\n                [\n                    1702070400000,\n                    1000\n                ],\n                [\n                    1702070100000,\n                    1000\n                ],\n                [\n                    1702069800000,\n                    1000\n                ],\n                [\n                    1702069500000,\n                    1000\n                ],\n                [\n                    1702069200000,\n                    1000\n                ],\n                [\n                    1702068900000,\n                    1000\n                ],\n                [\n                    1702068600000,\n                    1000\n                ],\n                [\n                    1702068300000,\n                    1000\n                ],\n                [\n                    1702068000000,\n                    1000\n                ],\n                [\n                    1702067700000,\n                    1000\n                ],\n                [\n                    1702067400000,\n                    1000\n                ],\n                [\n                    1702067100000,\n                    1000\n                ],\n                [\n                    1702066800000,\n                    1000\n                ],\n                [\n                    1702066500000,\n                    1000\n                ],\n                [\n                    1702066200000,\n                    1000\n                ],\n                [\n                    1702065900000,\n                    1000\n                ],\n                [\n                    1702065600000,\n                    1000\n                ],\n                [\n                    1702065300000,\n                    1000\n                ],\n                [\n                    1702065000000,\n                    1000\n                ],\n                [\n                    1702064700000,\n                    1000\n                ],\n                [\n                    1702064400000,\n                    1000\n                ],\n                [\n                    1702064100000,\n                    1000\n                ],\n                [\n                    1702063800000,\n                    1000\n                ],\n                [\n                    1702063500000,\n                    1000\n                ],\n                [\n                    1702063200000,\n                    1000\n                ],\n                [\n                    1702062900000,\n                    1000\n                ],\n                [\n                    1702062600000,\n                    1000\n                ],\n                [\n                    1702062300000,\n                    1000\n                ],\n                [\n                    1702062000000,\n                    1000\n                ],\n                [\n                    1702061700000,\n                    1000\n                ],\n                [\n                    1702061400000,\n                    1000\n                ],\n                [\n                    1702061100000,\n                    1000\n                ],\n                [\n                    1702060800000,\n                    1000\n                ],\n                [\n                    1702060500000,\n                    1000\n                ],\n                [\n                    1702060200000,\n                    1000\n                ],\n                [\n                    1702059900000,\n                    1000\n                ],\n                [\n                    1702059600000,\n                    1000\n                ],\n                [\n                    1702059300000,\n                    1000\n                ],\n                [\n                    1702059000000,\n                    1000\n                ],\n                [\n                    1702058700000,\n                    1000\n                ],\n                [\n                    1702058400000,\n                    1000\n                ],\n                [\n                    1702058100000,\n                    1000\n                ],\n                [\n                    1702057800000,\n                    1000\n                ],\n                [\n                    1702057500000,\n                    1000\n                ],\n                [\n                    1702057200000,\n                    1000\n                ],\n                [\n                    1702056900000,\n                    1000\n                ],\n                [\n                    1702056600000,\n                    1000\n                ],\n                [\n                    1702056300000,\n                    1000\n                ],\n                [\n                    1702056000000,\n                    1000\n                ],\n                [\n                    1702055700000,\n                    1000\n                ],\n                [\n                    1702055400000,\n                    1000\n                ],\n                [\n                    1702055100000,\n                    1000\n                ],\n                [\n                    1702054800000,\n                    1000\n                ],\n                [\n                    1702054500000,\n                    1000\n                ],\n                [\n                    1702054200000,\n                    1000\n                ],\n                [\n                    1702053900000,\n                    1000\n                ],\n                [\n                    1702053600000,\n                    1000\n                ],\n                [\n                    1702053300000,\n                    1000\n                ],\n                [\n                    1702053000000,\n                    1000\n                ],\n                [\n                    1702052700000,\n                    1000\n                ],\n                [\n                    1702052400000,\n                    1000\n                ],\n                [\n                    1702052100000,\n                    1000\n                ],\n                [\n                    1702051800000,\n                    1000\n                ],\n                [\n                    1702051500000,\n                    1000\n                ],\n                [\n                    1702051200000,\n                    1000\n                ],\n                [\n                    1702050900000,\n                    1000\n                ],\n                [\n                    1702050600000,\n                    1000\n                ],\n                [\n                    1702050300000,\n                    1000\n                ],\n                [\n                    1702050000000,\n                    1000\n                ],\n                [\n                    1702049700000,\n                    1000\n                ],\n                [\n                    1702049400000,\n                    1000\n                ],\n                [\n                    1702049100000,\n                    1000\n                ],\n                [\n                    1702048800000,\n                    1000\n                ],\n                [\n                    1702048500000,\n                    1000\n                ],\n                [\n                    1702048200000,\n                    1000\n                ],\n                [\n                    1702047900000,\n                    1000\n                ],\n                [\n                    1702047600000,\n                    1000\n                ],\n                [\n                    1702047300000,\n                    1000\n                ],\n                [\n                    1702047000000,\n                    1000\n                ],\n                [\n                    1702046700000,\n                    1000\n                ],\n                [\n                    1702046400000,\n                    1000\n                ],\n                [\n                    1702046100000,\n                    1000\n                ],\n                [\n                    1702045800000,\n                    1000\n                ],\n                [\n                    1702045500000,\n                    1000\n                ],\n                [\n                    1702045200000,\n                    1000\n                ],\n                [\n                    1702044900000,\n                    1000\n                ],\n                [\n                    1702044600000,\n                    1000\n                ],\n                [\n                    1702044300000,\n                    1000\n                ],\n                [\n                    1702044000000,\n                    1000\n                ],\n                [\n                    1702043700000,\n                    1000\n                ],\n                [\n                    1702043400000,\n                    1000\n                ],\n                [\n                    1702043100000,\n                    1000\n                ],\n                [\n                    1702042800000,\n                    1000\n                ],\n                [\n                    1702042500000,\n                    1000\n                ],\n                [\n                    1702042200000,\n                    1000\n                ],\n                [\n                    1702041900000,\n                    1000\n                ],\n                [\n                    1702041600000,\n                    1000\n                ],\n                [\n                    1702041300000,\n                    1000\n                ],\n                [\n                    1702041000000,\n                    1000\n                ],\n                [\n                    1702040700000,\n                    1000\n                ],\n                [\n                    1702040400000,\n                    1000\n                ],\n                [\n                    1702040100000,\n                    1000\n                ],\n                [\n                    1702039800000,\n                    1000\n                ],\n                [\n                    1702039500000,\n                    1000\n                ],\n                [\n                    1702039200000,\n                    1000\n                ],\n                [\n                    1702038900000,\n                    1000\n                ],\n                [\n                    1702038600000,\n                    1000\n                ],\n                [\n                    1702038300000,\n                    1000\n                ],\n                [\n                    1702038000000,\n                    1000\n                ],\n                [\n                    1702037700000,\n                    1000\n                ],\n                [\n                    1702037400000,\n                    1000\n                ],\n                [\n                    1702037100000,\n                    1000\n                ],\n                [\n                    1702036800000,\n                    1000\n                ],\n                [\n                    1702036500000,\n                    1000\n                ],\n                [\n                    1702036200000,\n                    1000\n                ],\n                [\n                    1702035900000,\n                    1000\n                ],\n                [\n                    1702035600000,\n                    1000\n                ],\n                [\n                    1702035300000,\n                    1000\n                ],\n                [\n                    1702035000000,\n                    1000\n                ],\n                [\n                    1702034700000,\n                    1000\n                ],\n                [\n                    1702034400000,\n                    1000\n                ],\n                [\n                    1702034100000,\n                    1000\n                ],\n                [\n                    1702033800000,\n                    1000\n                ],\n                [\n                    1702033500000,\n                    1000\n                ],\n                [\n                    1702033200000,\n                    1000\n                ],\n                [\n                    1702032900000,\n                    1000\n                ],\n                [\n                    1702032600000,\n                    1000\n                ],\n                [\n                    1702032300000,\n                    1000\n                ],\n                [\n                    1702032000000,\n                    1000\n                ],\n                [\n                    1702031700000,\n                    1000\n                ],\n                [\n                    1702031400000,\n                    1000\n                ],\n                [\n                    1702031100000,\n                    1000\n                ],\n                [\n                    1702030800000,\n                    1000\n                ],\n                [\n                    1702030500000,\n                    1000\n                ],\n                [\n                    1702030200000,\n                    1000\n                ],\n                [\n                    1702029900000,\n                    1000\n                ],\n                [\n                    1702029600000,\n                    1000\n                ],\n                [\n                    1702029300000,\n                    1000\n                ],\n                [\n                    1702029000000,\n                    1000\n                ],\n                [\n                    1702028700000,\n                    1000\n                ],\n                [\n                    1702028400000,\n                    1000\n                ],\n                [\n                    1702028100000,\n                    1000\n                ],\n                [\n                    1702027800000,\n                    1000\n                ],\n                [\n                    1702027500000,\n                    1000\n                ],\n                [\n                    1702027200000,\n                    1000\n                ],\n                [\n                    1702026900000,\n                    1000\n                ],\n                [\n                    1702026600000,\n                    1000\n                ],\n                [\n                    1702026300000,\n                    1000\n                ],\n                [\n                    1702026000000,\n                    1000\n                ],\n                [\n                    1702025700000,\n                    1000\n                ],\n                [\n                    1702025400000,\n                    1000\n                ],\n                [\n                    1702025100000,\n                    1000\n                ],\n                [\n                    1702024800000,\n                    1000\n                ],\n                [\n                    1702024500000,\n                    1000\n                ],\n                [\n                    1702024200000,\n                    1000\n                ],\n                [\n                    1702023900000,\n                    1000\n                ],\n                [\n                    1702023600000,\n                    1000\n                ],\n                [\n                    1702023300000,\n                    1000\n                ],\n                [\n                    1702023000000,\n                    1000\n                ],\n                [\n                    1702022700000,\n                    1000\n                ],\n                [\n                    1702022400000,\n                    1000\n                ],\n                [\n                    1702022100000,\n                    1000\n                ],\n                [\n                    1702021800000,\n                    1000\n                ],\n                [\n                    1702021500000,\n                    1000\n                ],\n                [\n                    1702021200000,\n                    1000\n                ],\n                [\n                    1702020900000,\n                    1000\n                ],\n                [\n                    1702020600000,\n                    1000\n                ],\n                [\n                    1702020300000,\n                    1000\n                ],\n                [\n                    1702020000000,\n                    1000\n                ],\n                [\n                    1702019700000,\n                    1000\n                ],\n                [\n                    1702019400000,\n                    1000\n                ],\n                [\n                    1702019100000,\n                    1000\n                ],\n                [\n                    1702018800000,\n                    1000\n                ],\n                [\n                    1702018500000,\n                    1000\n                ],\n                [\n                    1702018200000,\n                    1000\n                ],\n                [\n                    1702017900000,\n                    1000\n                ],\n                [\n                    1702017600000,\n                    1000\n                ],\n                [\n                    1702017300000,\n                    1000\n                ],\n                [\n                    1702017000000,\n                    1000\n                ],\n                [\n                    1702016700000,\n                    1000\n                ],\n                [\n                    1702016400000,\n                    1000\n                ],\n                [\n                    1702016100000,\n                    1000\n                ],\n                [\n                    1702015800000,\n                    1000\n                ],\n                [\n                    1702015500000,\n                    1000\n                ],\n                [\n                    1702015200000,\n                    1000\n                ],\n                [\n                    1702014900000,\n                    1000\n                ],\n                [\n                    1702014600000,\n                    1000\n                ],\n                [\n                    1702014300000,\n                    1000\n                ],\n                [\n                    1702014000000,\n                    1000\n                ],\n                [\n                    1702013700000,\n                    1000\n                ],\n                [\n                    1702013400000,\n                    1000\n                ],\n                [\n                    1702013100000,\n                    1000\n                ],\n                [\n                    1702012800000,\n                    1000\n                ],\n                [\n                    1702012500000,\n                    1000\n                ],\n                [\n                    1702012200000,\n                    1000\n                ],\n                [\n                    1702011900000,\n                    1000\n                ],\n                [\n                    1702011600000,\n                    1000\n                ],\n                [\n                    1702011300000,\n                    1000\n                ],\n                [\n                    1702011000000,\n                    1000\n                ],\n                [\n                    1702010700000,\n                    1000\n                ],\n                [\n                    1702010400000,\n                    1000\n                ],\n                [\n                    1702010100000,\n                    1000\n                ],\n                [\n                    1702009800000,\n                    1000\n                ],\n                [\n                    1702009500000,\n                    1000\n                ],\n                [\n                    1702009200000,\n                    1000\n                ],\n                [\n                    1702008900000,\n                    1000\n                ],\n                [\n                    1702008600000,\n                    1000\n                ],\n                [\n                    1702008300000,\n                    1000\n                ],\n                [\n                    1702008000000,\n                    1000\n                ],\n                [\n                    1702007700000,\n                    1000\n                ],\n                [\n                    1702007400000,\n                    1000\n                ],\n                [\n                    1702007100000,\n                    1000\n                ],\n                [\n                    1702006800000,\n                    1000\n                ],\n                [\n                    1702006500000,\n                    1000\n                ],\n                [\n                    1702006200000,\n                    1000\n                ],\n                [\n                    1702005900000,\n                    1000\n                ],\n                [\n                    1702005600000,\n                    1000\n                ],\n                [\n                    1702005300000,\n                    1000\n                ],\n                [\n                    1702005000000,\n                    1000\n                ],\n                [\n                    1702004700000,\n                    1000\n                ],\n                [\n                    1702004400000,\n                    1000\n                ],\n                [\n                    1702004100000,\n                    1000\n                ],\n                [\n                    1702003800000,\n                    1000\n                ],\n                [\n                    1702003500000,\n                    1000\n                ],\n                [\n                    1702003200000,\n                    1000\n                ],\n                [\n                    1702002900000,\n                    1000\n                ],\n                [\n                    1702002600000,\n                    1000\n                ],\n                [\n                    1702002300000,\n                    1000\n                ],\n                [\n                    1702002000000,\n                    1000\n                ],\n                [\n                    1702001700000,\n                    1000\n                ],\n                [\n                    1702001400000,\n                    1000\n                ],\n                [\n                    1702001100000,\n                    1000\n                ],\n                [\n                    1702000800000,\n                    1000\n                ],\n                [\n                    1702000500000,\n                    1000\n                ],\n                [\n                    1702000200000,\n                    1000\n                ],\n                [\n                    1701999900000,\n                    1000\n                ],\n                [\n                    1701999600000,\n                    1000\n                ],\n                [\n                    1701999300000,\n                    1000\n                ],\n                [\n                    1701999000000,\n                    1000\n                ],\n                [\n                    1701998700000,\n                    1000\n                ],\n                [\n                    1701998400000,\n                    1000\n                ],\n                [\n                    1701998100000,\n                    1000\n                ],\n                [\n                    1701997800000,\n                    1000\n                ],\n                [\n                    1701997500000,\n                    1000\n                ],\n                [\n                    1701997200000,\n                    1000\n                ],\n                [\n                    1701996900000,\n                    1000\n                ],\n                [\n                    1701996600000,\n                    1000\n                ],\n                [\n                    1701996300000,\n                    1000\n                ],\n                [\n                    1701996000000,\n                    1000\n                ],\n                [\n                    1701995700000,\n                    1000\n                ],\n                [\n                    1701995400000,\n                    1000\n                ],\n                [\n                    1701995100000,\n                    1000\n                ],\n                [\n                    1701994800000,\n                    1000\n                ],\n                [\n                    1701994500000,\n                    1000\n                ],\n                [\n                    1701994200000,\n                    1000\n                ],\n                [\n                    1701993900000,\n                    1000\n                ],\n                [\n                    1701993600000,\n                    1000\n                ],\n                [\n                    1701993300000,\n                    1000\n                ],\n                [\n                    1701993000000,\n                    1000\n                ],\n                [\n                    1701992700000,\n                    1000\n                ],\n                [\n                    1701992400000,\n                    1000\n                ],\n                [\n                    1701992100000,\n                    1000\n                ],\n                [\n                    1701991800000,\n                    1000\n                ],\n                [\n                    1701991500000,\n                    1000\n                ],\n                [\n                    1701991200000,\n                    1000\n                ],\n                [\n                    1701990900000,\n                    1000\n                ],\n                [\n                    1701990600000,\n                    1000\n                ],\n                [\n                    1701990300000,\n                    1000\n                ],\n                [\n                    1701990000000,\n                    1000\n                ],\n                [\n                    1701989700000,\n                    1000\n                ],\n                [\n                    1701989400000,\n                    1000\n                ],\n                [\n                    1701989100000,\n                    1000\n                ],\n                [\n                    1701988800000,\n                    1000\n                ],\n                [\n                    1701988500000,\n                    1000\n                ],\n                [\n                    1701988200000,\n                    1000\n                ],\n                [\n                    1701987900000,\n                    1000\n                ],\n                [\n                    1701987600000,\n                    1000\n                ],\n                [\n                    1701987300000,\n                    1000\n                ],\n                [\n                    1701987000000,\n                    1000\n                ],\n                [\n                    1701986700000,\n                    1000\n                ],\n                [\n                    1701986400000,\n                    1000\n                ],\n                [\n                    1701986100000,\n                    1000\n                ],\n                [\n                    1701985800000,\n                    1000\n                ],\n                [\n                    1701985500000,\n                    1000\n                ],\n                [\n                    1701985200000,\n                    1000\n                ],\n                [\n                    1701984900000,\n                    1000\n                ],\n                [\n                    1701984600000,\n                    1000\n                ],\n                [\n                    1701984300000,\n                    1000\n                ],\n                [\n                    1701984000000,\n                    1000\n                ],\n                [\n                    1701983700000,\n                    1000\n                ],\n                [\n                    1701983400000,\n                    1000\n                ],\n                [\n                    1701983100000,\n                    1000\n                ],\n                [\n                    1701982800000,\n                    1000\n                ],\n                [\n                    1701982500000,\n                    1000\n                ],\n                [\n                    1701982200000,\n                    1000\n                ],\n                [\n                    1701981900000,\n                    1000\n                ],\n                [\n                    1701981600000,\n                    1000\n                ],\n                [\n                    1701981300000,\n                    1000\n                ],\n                [\n                    1701981000000,\n                    1000\n                ],\n                [\n                    1701980700000,\n                    1000\n                ],\n                [\n                    1701980400000,\n                    1000\n                ],\n                [\n                    1701980100000,\n                    1000\n                ],\n                [\n                    1701979800000,\n                    1000\n                ],\n                [\n                    1701979500000,\n                    1000\n                ],\n                [\n                    1701979200000,\n                    1000\n                ],\n                [\n                    1701978900000,\n                    1000\n                ],\n                [\n                    1701978600000,\n                    1000\n                ],\n                [\n                    1701978300000,\n                    1000\n                ],\n                [\n                    1701978000000,\n                    1000\n                ],\n                [\n                    1701977700000,\n                    1000\n                ],\n                [\n                    1701977400000,\n                    1000\n                ],\n                [\n                    1701977100000,\n                    1000\n                ],\n                [\n                    1701976800000,\n                    1000\n                ],\n                [\n                    1701976500000,\n                    1000\n                ],\n                [\n                    1701976200000,\n                    1000\n                ],\n                [\n                    1701975900000,\n                    1000\n                ],\n                [\n                    1701975600000,\n                    1000\n                ],\n                [\n                    1701975300000,\n                    1000\n                ],\n                [\n                    1701975000000,\n                    1000\n                ],\n                [\n                    1701974700000,\n                    1000\n                ],\n                [\n                    1701974400000,\n                    1000\n                ],\n                [\n                    1701974100000,\n                    1000\n                ],\n                [\n                    1701973800000,\n                    1000\n                ],\n                [\n                    1701973500000,\n                    1000\n                ],\n                [\n                    1701973200000,\n                    1000\n                ],\n                [\n                    1701972900000,\n                    1000\n                ],\n                [\n                    1701972600000,\n                    1000\n                ],\n                [\n                    1701972300000,\n                    1000\n                ],\n                [\n                    1701972000000,\n                    1000\n                ],\n                [\n                    1701971700000,\n                    1000\n                ],\n                [\n                    1701971400000,\n                    1000\n                ],\n                [\n                    1701971100000,\n                    1000\n                ],\n                [\n                    1701970800000,\n                    1000\n                ],\n                [\n                    1701970500000,\n                    1000\n                ],\n                [\n                    1701970200000,\n                    1000\n                ],\n                [\n                    1701969900000,\n                    1000\n                ],\n                [\n                    1701969600000,\n                    1000\n                ],\n                [\n                    1701969300000,\n                    1000\n                ],\n                [\n                    1701969000000,\n                    1000\n                ],\n                [\n                    1701968700000,\n                    1000\n                ],\n                [\n                    1701968400000,\n                    1000\n                ],\n                [\n                    1701968100000,\n                    1000\n                ],\n                [\n                    1701967800000,\n                    1000\n                ],\n                [\n                    1701967500000,\n                    1000\n                ],\n                [\n                    1701967200000,\n                    1000\n                ],\n                [\n                    1701966900000,\n                    1000\n                ],\n                [\n                    1701966600000,\n                    1000\n                ],\n                [\n                    1701966300000,\n                    1000\n                ],\n                [\n                    1701966000000,\n                    1000\n                ],\n                [\n                    1701965700000,\n                    1000\n                ],\n                [\n                    1701965400000,\n                    1000\n                ],\n                [\n                    1701965100000,\n                    1000\n                ],\n                [\n                    1701964800000,\n                    1000\n                ],\n                [\n                    1701964500000,\n                    1000\n                ],\n                [\n                    1701964200000,\n                    1000\n                ],\n                [\n                    1701963900000,\n                    1000\n                ],\n                [\n                    1701963600000,\n                    1000\n                ],\n                [\n                    1701963300000,\n                    1000\n                ],\n                [\n                    1701963000000,\n                    1000\n                ],\n                [\n                    1701962700000,\n                    1000\n                ],\n                [\n                    1701962400000,\n                    1000\n                ],\n                [\n                    1701962100000,\n                    1000\n                ],\n                [\n                    1701961800000,\n                    1000\n                ],\n                [\n                    1701961500000,\n                    1000\n                ],\n                [\n                    1701961200000,\n                    1000\n                ],\n                [\n                    1701960900000,\n                    1000\n                ],\n                [\n                    1701960600000,\n                    1000\n                ],\n                [\n                    1701960300000,\n                    1000\n                ],\n                [\n                    1701960000000,\n                    1000\n                ],\n                [\n                    1701959700000,\n                    1000\n                ],\n                [\n                    1701959400000,\n                    1000\n                ],\n                [\n                    1701959100000,\n                    1000\n                ],\n                [\n                    1701958800000,\n                    1000\n                ],\n                [\n                    1701958500000,\n                    1000\n                ],\n                [\n                    1701958200000,\n                    1000\n                ],\n                [\n                    1701957900000,\n                    1000\n                ],\n                [\n                    1701957600000,\n                    1000\n                ],\n                [\n                    1701957300000,\n                    1000\n                ],\n                [\n                    1701957000000,\n                    1000\n                ],\n                [\n                    1701956700000,\n                    1000\n                ],\n                [\n                    1701956400000,\n                    1000\n                ],\n                [\n                    1701956100000,\n                    1000\n                ],\n                [\n                    1701955800000,\n                    1000\n                ],\n                [\n                    1701955500000,\n                    1000\n                ],\n                [\n                    1701955200000,\n                    1000\n                ],\n                [\n                    1701954900000,\n                    1000\n                ],\n                [\n                    1701954600000,\n                    1000\n                ],\n                [\n                    1701954300000,\n                    1000\n                ],\n                [\n                    1701954000000,\n                    1000\n                ],\n                [\n                    1701953700000,\n                    1000\n                ],\n                [\n                    1701953400000,\n                    1000\n                ],\n                [\n                    1701953100000,\n                    1000\n                ],\n                [\n                    1701952800000,\n                    1000\n                ],\n                [\n                    1701952500000,\n                    1000\n                ],\n                [\n                    1701952200000,\n                    1000\n                ],\n                [\n                    1701951900000,\n                    1000\n                ],\n                [\n                    1701951600000,\n                    1000\n                ],\n                [\n                    1701951300000,\n                    1000\n                ],\n                [\n                    1701951000000,\n                    1000\n                ],\n                [\n                    1701950700000,\n                    1000\n                ],\n                [\n                    1701950400000,\n                    1000\n                ],\n                [\n                    1701950100000,\n                    1000\n                ],\n                [\n                    1701949800000,\n                    1000\n                ],\n                [\n                    1701949500000,\n                    1000\n                ],\n                [\n                    1701949200000,\n                    1000\n                ],\n                [\n                    1701948900000,\n                    1000\n                ],\n                [\n                    1701948600000,\n                    1000\n                ],\n                [\n                    1701948300000,\n                    1000\n                ],\n                [\n                    1701948000000,\n                    1000\n                ],\n                [\n                    1701947700000,\n                    1000\n                ],\n                [\n                    1701947400000,\n                    1000\n                ],\n                [\n                    1701947100000,\n                    1000\n                ],\n                [\n                    1701946800000,\n                    1000\n                ],\n                [\n                    1701946500000,\n                    1000\n                ],\n                [\n                    1701946200000,\n                    1000\n                ],\n                [\n                    1701945900000,\n                    1000\n                ],\n                [\n                    1701945600000,\n                    1000\n                ],\n                [\n                    1701945300000,\n                    1000\n                ],\n                [\n                    1701945000000,\n                    1000\n                ],\n                [\n                    1701944700000,\n                    1000\n                ],\n                [\n                    1701944400000,\n                    1000\n                ],\n                [\n                    1701944100000,\n                    1000\n                ],\n                [\n                    1701943800000,\n                    1000\n                ],\n                [\n                    1701943500000,\n                    1000\n                ],\n                [\n                    1701943200000,\n                    1000\n                ],\n                [\n                    1701942900000,\n                    1000\n                ],\n                [\n                    1701942600000,\n                    1000\n                ],\n                [\n                    1701942300000,\n                    1000\n                ],\n                [\n                    1701942000000,\n                    1000\n                ],\n                [\n                    1701941700000,\n                    1000\n                ],\n                [\n                    1701941400000,\n                    1000\n                ],\n                [\n                    1701941100000,\n                    1000\n                ],\n                [\n                    1701940800000,\n                    1000\n                ],\n                [\n                    1701940500000,\n                    1000\n                ],\n                [\n                    1701940200000,\n                    1000\n                ],\n                [\n                    1701939900000,\n                    1000\n                ],\n                [\n                    1701939600000,\n                    1000\n                ],\n                [\n                    1701939300000,\n                    1000\n                ],\n                [\n                    1701939000000,\n                    1000\n                ],\n                [\n                    1701938700000,\n                    1000\n                ],\n                [\n                    1701938400000,\n                    1000\n                ],\n                [\n                    1701938100000,\n                    1000\n                ],\n                [\n                    1701937800000,\n                    1000\n                ],\n                [\n                    1701937500000,\n                    1000\n                ],\n                [\n                    1701937200000,\n                    1000\n                ],\n                [\n                    1701936900000,\n                    1000\n                ],\n                [\n                    1701936600000,\n                    1000\n                ],\n                [\n                    1701936300000,\n                    1000\n                ],\n                [\n                    1701936000000,\n                    1000\n                ],\n                [\n                    1701935700000,\n                    1000\n                ],\n                [\n                    1701935400000,\n                    1000\n                ],\n                [\n                    1701935100000,\n                    1000\n                ],\n                [\n                    1701934800000,\n                    1000\n                ],\n                [\n                    1701934500000,\n                    1000\n                ],\n                [\n                    1701934200000,\n                    1000\n                ],\n                [\n                    1701933900000,\n                    1000\n                ],\n                [\n                    1701933600000,\n                    1000\n                ],\n                [\n                    1701933300000,\n                    1000\n                ],\n                [\n                    1701933000000,\n                    1000\n                ],\n                [\n                    1701932700000,\n                    1000\n                ],\n                [\n                    1701932400000,\n                    1000\n                ],\n                [\n                    1701932100000,\n                    1000\n                ],\n                [\n                    1701931800000,\n                    1000\n                ],\n                [\n                    1701931500000,\n                    1000\n                ],\n                [\n                    1701931200000,\n                    1000\n                ],\n                [\n                    1701930900000,\n                    1000\n                ],\n                [\n                    1701930600000,\n                    1000\n                ],\n                [\n                    1701930300000,\n                    1000\n                ],\n                [\n                    1701930000000,\n                    1000\n                ],\n                [\n                    1701929700000,\n                    1000\n                ],\n                [\n                    1701929400000,\n                    1000\n                ],\n                [\n                    1701929100000,\n                    1000\n                ],\n                [\n                    1701928800000,\n                    1000\n                ],\n                [\n                    1701928500000,\n                    1000\n                ],\n                [\n                    1701928200000,\n                    1000\n                ],\n                [\n                    1701927900000,\n                    1000\n                ],\n                [\n                    1701927600000,\n                    1000\n                ],\n                [\n                    1701927300000,\n                    1000\n                ],\n                [\n                    1701927000000,\n                    1000\n                ],\n                [\n                    1701926700000,\n                    1000\n                ],\n                [\n                    1701926400000,\n                    1000\n                ],\n                [\n                    1701926100000,\n                    1000\n                ],\n                [\n                    1701925800000,\n                    1000\n                ],\n                [\n                    1701925500000,\n                    1000\n                ],\n                [\n                    1701925200000,\n                    1000\n                ],\n                [\n                    1701924900000,\n                    1000\n                ],\n                [\n                    1701924600000,\n                    1000\n                ],\n                [\n                    1701924300000,\n                    1000\n                ],\n                [\n                    1701924000000,\n                    1000\n                ],\n                [\n                    1701923700000,\n                    1000\n                ],\n                [\n                    1701923400000,\n                    1000\n                ],\n                [\n                    1701923100000,\n                    1000\n                ],\n                [\n                    1701922800000,\n                    1000\n                ],\n                [\n                    1701922500000,\n                    1000\n                ],\n                [\n                    1701922200000,\n                    1000\n                ],\n                [\n                    1701921900000,\n                    1000\n                ],\n                [\n                    1701921600000,\n                    1000\n                ],\n                [\n                    1701921300000,\n                    1000\n                ],\n                [\n                    1701921000000,\n                    1000\n                ],\n                [\n                    1701920700000,\n                    1000\n                ],\n                [\n                    1701920400000,\n                    1000\n                ],\n                [\n                    1701920100000,\n                    1000\n                ],\n                [\n                    1701919800000,\n                    1000\n                ],\n                [\n                    1701919500000,\n                    1000\n                ],\n                [\n                    1701919200000,\n                    1000\n                ],\n                [\n                    1701918900000,\n                    1000\n                ],\n                [\n                    1701918600000,\n                    1000\n                ],\n                [\n                    1701918300000,\n                    1000\n                ],\n                [\n                    1701918000000,\n                    1000\n                ],\n                [\n                    1701917700000,\n                    1000\n                ],\n                [\n                    1701917400000,\n                    1000\n                ],\n                [\n                    1701917100000,\n                    1000\n                ],\n                [\n                    1701916800000,\n                    1000\n                ],\n                [\n                    1701916500000,\n                    1000\n                ],\n                [\n                    1701916200000,\n                    1000\n                ],\n                [\n                    1701915900000,\n                    1000\n                ],\n                [\n                    1701915600000,\n                    1000\n                ],\n                [\n                    1701915300000,\n                    1000\n                ],\n                [\n                    1701915000000,\n                    1000\n                ],\n                [\n                    1701914700000,\n                    1000\n                ],\n                [\n                    1701914400000,\n                    1000\n                ],\n                [\n                    1701914100000,\n                    1000\n                ],\n                [\n                    1701913800000,\n                    1000\n                ],\n                [\n                    1701913500000,\n                    1000\n                ],\n                [\n                    1701913200000,\n                    1000\n                ],\n                [\n                    1701912900000,\n                    1000\n                ],\n                [\n                    1701912600000,\n                    1000\n                ],\n                [\n                    1701912300000,\n                    1000\n                ],\n                [\n                    1701912000000,\n                    1000\n                ],\n                [\n                    1701911700000,\n                    1000\n                ],\n                [\n                    1701911400000,\n                    1000\n                ],\n                [\n                    1701911100000,\n                    1000\n                ],\n                [\n                    1701910800000,\n                    1000\n                ],\n                [\n                    1701910500000,\n                    1000\n                ],\n                [\n                    1701910200000,\n                    1000\n                ],\n                [\n                    1701909900000,\n                    1000\n                ],\n                [\n                    1701909600000,\n                    1000\n                ],\n                [\n                    1701909300000,\n                    1000\n                ],\n                [\n                    1701909000000,\n                    1000\n                ],\n                [\n                    1701908700000,\n                    1000\n                ],\n                [\n                    1701908400000,\n                    1000\n                ],\n                [\n                    1701908100000,\n                    1000\n                ],\n                [\n                    1701907800000,\n                    1000\n                ],\n                [\n                    1701907500000,\n                    1000\n                ],\n                [\n                    1701907200000,\n                    1000\n                ],\n                [\n                    1701906900000,\n                    1000\n                ],\n                [\n                    1701906600000,\n                    1000\n                ],\n                [\n                    1701906300000,\n                    1000\n                ],\n                [\n                    1701906000000,\n                    1000\n                ],\n                [\n                    1701905700000,\n                    1000\n                ],\n                [\n                    1701905400000,\n                    1000\n                ],\n                [\n                    1701905100000,\n                    1000\n                ],\n                [\n                    1701904800000,\n                    1000\n                ],\n                [\n                    1701904500000,\n                    1000\n                ],\n                [\n                    1701904200000,\n                    1000\n                ],\n                [\n                    1701903900000,\n                    1000\n                ],\n                [\n                    1701903600000,\n                    1000\n                ],\n                [\n                    1701903300000,\n                    1000\n                ],\n                [\n                    1701903000000,\n                    1000\n                ],\n                [\n                    1701902700000,\n                    1000\n                ],\n                [\n                    1701902400000,\n                    1000\n                ],\n                [\n                    1701902100000,\n                    1000\n                ],\n                [\n                    1701901800000,\n                    1000\n                ],\n                [\n                    1701901500000,\n                    1000\n                ],\n                [\n                    1701901200000,\n                    1000\n                ],\n                [\n                    1701900900000,\n                    1000\n                ],\n                [\n                    1701900600000,\n                    1000\n                ],\n                [\n                    1701900300000,\n                    1000\n                ],\n                [\n                    1701900000000,\n                    1000\n                ],\n                [\n                    1701899700000,\n                    1000\n                ],\n                [\n                    1701899400000,\n                    1000\n                ],\n                [\n                    1701899100000,\n                    1000\n                ],\n                [\n                    1701898800000,\n                    1000\n                ],\n                [\n                    1701898500000,\n                    1000\n                ],\n                [\n                    1701898200000,\n                    1000\n                ],\n                [\n                    1701897900000,\n                    1000\n                ],\n                [\n                    1701897600000,\n                    1000\n                ],\n                [\n                    1701897300000,\n                    1000\n                ],\n                [\n                    1701897000000,\n                    1000\n                ],\n                [\n                    1701896700000,\n                    1000\n                ],\n                [\n                    1701896400000,\n                    1000\n                ],\n                [\n                    1701896100000,\n                    1000\n                ],\n                [\n                    1701895800000,\n                    1000\n                ],\n                [\n                    1701895500000,\n                    1000\n                ],\n                [\n                    1701895200000,\n                    1000\n                ],\n                [\n                    1701894900000,\n                    1000\n                ],\n                [\n                    1701894600000,\n                    1000\n                ],\n                [\n                    1701894300000,\n                    1000\n                ],\n                [\n                    1701894000000,\n                    1000\n                ],\n                [\n                    1701893700000,\n                    1000\n                ],\n                [\n                    1701893400000,\n                    1000\n                ],\n                [\n                    1701893100000,\n                    1000\n                ],\n                [\n                    1701892800000,\n                    1000\n                ],\n                [\n                    1701892500000,\n                    1000\n                ],\n                [\n                    1701892200000,\n                    1000\n                ],\n                [\n                    1701891900000,\n                    1000\n                ],\n                [\n                    1701891600000,\n                    1000\n                ],\n                [\n                    1701891300000,\n                    1000\n                ],\n                [\n                    1701891000000,\n                    1000\n                ],\n                [\n                    1701890700000,\n                    1000\n                ],\n                [\n                    1701890400000,\n                    1000\n                ],\n                [\n                    1701890100000,\n                    1000\n                ],\n                [\n                    1701889800000,\n                    1000\n                ],\n                [\n                    1701889500000,\n                    1000\n                ],\n                [\n                    1701889200000,\n                    1000\n                ],\n                [\n                    1701888900000,\n                    1000\n                ],\n                [\n                    1701888600000,\n                    1000\n                ],\n                [\n                    1701888300000,\n                    1000\n                ],\n                [\n                    1701888000000,\n                    1000\n                ],\n                [\n                    1701887700000,\n                    1000\n                ],\n                [\n                    1701887400000,\n                    1000\n                ],\n                [\n                    1701887100000,\n                    1000\n                ],\n                [\n                    1701886800000,\n                    1000\n                ],\n                [\n                    1701886500000,\n                    1000\n                ],\n                [\n                    1701886200000,\n                    1000\n                ],\n                [\n                    1701885900000,\n                    1000\n                ],\n                [\n                    1701885600000,\n                    1000\n                ],\n                [\n                    1701885300000,\n                    1000\n                ],\n                [\n                    1701885000000,\n                    1000\n                ],\n                [\n                    1701884700000,\n                    1000\n                ],\n                [\n                    1701884400000,\n                    1000\n                ],\n                [\n                    1701884100000,\n                    1000\n                ],\n                [\n                    1701883800000,\n                    1000\n                ],\n                [\n                    1701883500000,\n                    1000\n                ],\n                [\n                    1701883200000,\n                    1000\n                ],\n                [\n                    1701882900000,\n                    1000\n                ],\n                [\n                    1701882600000,\n                    1000\n                ],\n                [\n                    1701882300000,\n                    1000\n                ],\n                [\n                    1701882000000,\n                    1000\n                ],\n                [\n                    1701881700000,\n                    1000\n                ],\n                [\n                    1701881400000,\n                    1000\n                ],\n                [\n                    1701881100000,\n                    1000\n                ],\n                [\n                    1701880800000,\n                    1000\n                ],\n                [\n                    1701880500000,\n                    1000\n                ],\n                [\n                    1701880200000,\n                    1000\n                ],\n                [\n                    1701879900000,\n                    1000\n                ],\n                [\n                    1701879600000,\n                    1000\n                ],\n                [\n                    1701879300000,\n                    1000\n                ],\n                [\n                    1701879000000,\n                    1000\n                ],\n                [\n                    1701878700000,\n                    1000\n                ],\n                [\n                    1701878400000,\n                    1000\n                ],\n                [\n                    1701878100000,\n                    1000\n                ],\n                [\n                    1701877800000,\n                    1000\n                ],\n                [\n                    1701877500000,\n                    1000\n                ],\n                [\n                    1701877200000,\n                    1000\n                ],\n                [\n                    1701876900000,\n                    1000\n                ],\n                [\n                    1701876600000,\n                    1000\n                ],\n                [\n                    1701876300000,\n                    1000\n                ],\n                [\n                    1701876000000,\n                    1000\n                ],\n                [\n                    1701875700000,\n                    1000\n                ],\n                [\n                    1701875400000,\n                    1000\n                ],\n                [\n                    1701875100000,\n                    1000\n                ],\n                [\n                    1701874800000,\n                    1000\n                ],\n                [\n                    1701874500000,\n                    1000\n                ],\n                [\n                    1701874200000,\n                    1000\n                ],\n                [\n                    1701873900000,\n                    1000\n                ],\n                [\n                    1701873600000,\n                    1000\n                ],\n                [\n                    1701873300000,\n                    1000\n                ],\n                [\n                    1701873000000,\n                    1000\n                ],\n                [\n                    1701872700000,\n                    1000\n                ],\n                [\n                    1701872400000,\n                    1000\n                ],\n                [\n                    1701872100000,\n                    1000\n                ],\n                [\n                    1701871800000,\n                    1000\n                ],\n                [\n                    1701871500000,\n                    1000\n                ],\n                [\n                    1701871200000,\n                    1000\n                ],\n                [\n                    1701870900000,\n                    1000\n                ],\n                [\n                    1701870600000,\n                    1000\n                ],\n                [\n                    1701870300000,\n                    1000\n                ],\n                [\n                    1701870000000,\n                    1000\n                ],\n                [\n                    1701869700000,\n                    1000\n                ],\n                [\n                    1701869400000,\n                    1000\n                ],\n                [\n                    1701869100000,\n                    1000\n                ],\n                [\n                    1701868800000,\n                    1000\n                ],\n                [\n                    1701868500000,\n                    1000\n                ],\n                [\n                    1701868200000,\n                    1000\n                ],\n                [\n                    1701867900000,\n                    1000\n                ],\n                [\n                    1701867600000,\n                    1000\n                ],\n                [\n                    1701867300000,\n                    1000\n                ],\n                [\n                    1701867000000,\n                    1000\n                ],\n                [\n                    1701866700000,\n                    1000\n                ],\n                [\n                    1701866400000,\n                    1000\n                ],\n                [\n                    1701866100000,\n                    1000\n                ],\n                [\n                    1701865800000,\n                    1000\n                ],\n                [\n                    1701865500000,\n                    1000\n                ],\n                [\n                    1701865200000,\n                    1000\n                ],\n                [\n                    1701864900000,\n                    1000\n                ],\n                [\n                    1701864600000,\n                    1000\n                ],\n                [\n                    1701864300000,\n                    1000\n                ],\n                [\n                    1701864000000,\n                    1000\n                ],\n                [\n                    1701863700000,\n                    1000\n                ],\n                [\n                    1701863400000,\n                    1000\n                ],\n                [\n                    1701863100000,\n                    1000\n                ],\n                [\n                    1701862800000,\n                    1000\n                ],\n                [\n                    1701862500000,\n                    1000\n                ],\n                [\n                    1701862200000,\n                    1000\n                ],\n                [\n                    1701861900000,\n                    1000\n                ],\n                [\n                    1701861600000,\n                    1000\n                ],\n                [\n                    1701861300000,\n                    1000\n                ],\n                [\n                    1701861000000,\n                    1000\n                ],\n                [\n                    1701860700000,\n                    1000\n                ],\n                [\n                    1701860400000,\n                    1000\n                ],\n                [\n                    1701860100000,\n                    1000\n                ],\n                [\n                    1701859800000,\n                    1000\n                ],\n                [\n                    1701859500000,\n                    1000\n                ],\n                [\n                    1701859200000,\n                    1000\n                ],\n                [\n                    1701858900000,\n                    1000\n                ],\n                [\n                    1701858600000,\n                    1000\n                ],\n                [\n                    1701858300000,\n                    1000\n                ],\n                [\n                    1701858000000,\n                    1000\n                ],\n                [\n                    1701857700000,\n                    1000\n                ],\n                [\n                    1701857400000,\n                    1000\n                ],\n                [\n                    1701857100000,\n                    1000\n                ],\n                [\n                    1701856800000,\n                    1000\n                ],\n                [\n                    1701856500000,\n                    1000\n                ],\n                [\n                    1701856200000,\n                    1000\n                ],\n                [\n                    1701855900000,\n                    1000\n                ],\n                [\n                    1701855600000,\n                    1000\n                ],\n                [\n                    1701855300000,\n                    1000\n                ],\n                [\n                    1701855000000,\n                    1000\n                ],\n                [\n                    1701854700000,\n                    1000\n                ],\n                [\n                    1701854400000,\n                    1000\n                ],\n                [\n                    1701854100000,\n                    1000\n                ],\n                [\n                    1701853800000,\n                    1000\n                ],\n                [\n                    1701853500000,\n                    1000\n                ],\n                [\n                    1701853200000,\n                    1000\n                ],\n                [\n                    1701852900000,\n                    1000\n                ],\n                [\n                    1701852600000,\n                    1000\n                ],\n                [\n                    1701852300000,\n                    1000\n                ],\n                [\n                    1701852000000,\n                    1000\n                ],\n                [\n                    1701851700000,\n                    1000\n                ],\n                [\n                    1701851400000,\n                    1000\n                ],\n                [\n                    1701851100000,\n                    1000\n                ],\n                [\n                    1701850800000,\n                    1000\n                ],\n                [\n                    1701850500000,\n                    1000\n                ],\n                [\n                    1701850200000,\n                    1000\n                ],\n                [\n                    1701849900000,\n                    1000\n                ],\n                [\n                    1701849600000,\n                    1000\n                ],\n                [\n                    1701849300000,\n                    1000\n                ],\n                [\n                    1701849000000,\n                    1000\n                ],\n                [\n                    1701848700000,\n                    1000\n                ],\n                [\n                    1701848400000,\n                    1000\n                ],\n                [\n                    1701848100000,\n                    1000\n                ],\n                [\n                    1701847800000,\n                    1000\n                ],\n                [\n                    1701847500000,\n                    1000\n                ],\n                [\n                    1701847200000,\n                    1000\n                ],\n                [\n                    1701846900000,\n                    1000\n                ],\n                [\n                    1701846600000,\n                    1000\n                ],\n                [\n                    1701846300000,\n                    1000\n                ],\n                [\n                    1701846000000,\n                    1000\n                ],\n                [\n                    1701845700000,\n                    1000\n                ],\n                [\n                    1701845400000,\n                    1000\n                ],\n                [\n                    1701845100000,\n                    1000\n                ],\n                [\n                    1701844800000,\n                    1000\n                ],\n                [\n                    1701844500000,\n                    1000\n                ],\n                [\n                    1701844200000,\n                    1000\n                ],\n                [\n                    1701843900000,\n                    1000\n                ],\n                [\n                    1701843600000,\n                    1000\n                ],\n                [\n                    1701843300000,\n                    1000\n                ],\n                [\n                    1701843000000,\n                    1000\n                ],\n                [\n                    1701842700000,\n                    1000\n                ],\n                [\n                    1701842400000,\n                    1000\n                ]\n            ],\n            \"unit\": {\n                \"name\": \"Mbps\",\n                \"fullName\": \"Megabits per second\"\n            }\n        },\n        {\n            \"type\": \"A_BITS\",\n            \"subtype\": \"In\",\n            \"samples\": [\n                [\n                    1702273800000,\n                    0.0022379466666666665\n                ],\n                [\n                    1702273500000,\n                    0.0021530133333333332\n                ],\n                [\n                    1702273200000,\n                    0.0019883466666666665\n                ],\n                [\n                    1702272900000,\n                    0.0022939733333333335\n                ],\n                [\n                    1702272600000,\n                    0.0018534133333333333\n                ],\n                [\n                    1702272300000,\n                    0.0026376533333333334\n                ],\n                [\n                    1702272000000,\n                    0.0024362933333333336\n                ],\n                [\n                    1702271700000,\n                    0.0021053333333333336\n                ],\n                [\n                    1702271400000,\n                    0.002053653333333333\n                ],\n                [\n                    1702271100000,\n                    0.00192312\n                ],\n                [\n                    1702270800000,\n                    0.00248384\n                ],\n                [\n                    1702270500000,\n                    0.0018648800000000002\n                ],\n                [\n                    1702270200000,\n                    0.0027853066666666667\n                ],\n                [\n                    1702269900000,\n                    0.0024259733333333333\n                ],\n                [\n                    1702269600000,\n                    0.0019292\n                ],\n                [\n                    1702269300000,\n                    0.0019085866666666666\n                ],\n                [\n                    1702269000000,\n                    0.0019683733333333334\n                ],\n                [\n                    1702268700000,\n                    0.0024261866666666666\n                ],\n                [\n                    1702268400000,\n                    0.0024787733333333337\n                ],\n                [\n                    1702268100000,\n                    0.00258968\n                ],\n                [\n                    1702267800000,\n                    0.0020330133333333333\n                ],\n                [\n                    1702267500000,\n                    0.0019918666666666664\n                ],\n                [\n                    1702267200000,\n                    0.00210008\n                ],\n                [\n                    1702266900000,\n                    0.0022303733333333335\n                ],\n                [\n                    1702266600000,\n                    0.0020666666666666663\n                ],\n                [\n                    1702266300000,\n                    0.002572693333333333\n                ],\n                [\n                    1702266000000,\n                    0.0023963733333333334\n                ],\n                [\n                    1702265700000,\n                    0.0019504000000000001\n                ],\n                [\n                    1702265400000,\n                    0.00184736\n                ],\n                [\n                    1702265100000,\n                    0.00210256\n                ],\n                [\n                    1702264800000,\n                    0.0024546399999999997\n                ],\n                [\n                    1702264500000,\n                    0.002096346666666667\n                ],\n                [\n                    1702264200000,\n                    0.002589786666666667\n                ],\n                [\n                    1702263900000,\n                    0.0023876266666666666\n                ],\n                [\n                    1702263600000,\n                    0.0018889866666666666\n                ],\n                [\n                    1702263300000,\n                    0.001956746666666667\n                ],\n                [\n                    1702263000000,\n                    0.002293093333333333\n                ],\n                [\n                    1702262700000,\n                    0.0025189866666666667\n                ],\n                [\n                    1702262400000,\n                    0.0019464533333333333\n                ],\n                [\n                    1702262100000,\n                    0.002756\n                ],\n                [\n                    1702261800000,\n                    0.0017409866666666667\n                ],\n                [\n                    1702261500000,\n                    0.0022506666666666664\n                ],\n                [\n                    1702261200000,\n                    0.00218176\n                ],\n                [\n                    1702260900000,\n                    0.0020463733333333334\n                ],\n                [\n                    1702260600000,\n                    0.0022994666666666668\n                ],\n                [\n                    1702260300000,\n                    0.00240296\n                ],\n                [\n                    1702260000000,\n                    0.00231112\n                ],\n                [\n                    1702259700000,\n                    0.00215008\n                ],\n                [\n                    1702259400000,\n                    0.002350346666666667\n                ],\n                [\n                    1702259100000,\n                    0.0019014933333333334\n                ],\n                [\n                    1702258800000,\n                    0.0020786666666666666\n                ],\n                [\n                    1702258500000,\n                    0.0021407466666666665\n                ],\n                [\n                    1702258200000,\n                    0.002388613333333333\n                ],\n                [\n                    1702257900000,\n                    0.0025498666666666668\n                ],\n                [\n                    1702257600000,\n                    0.0022205866666666664\n                ],\n                [\n                    1702257300000,\n                    0.002081973333333333\n                ],\n                [\n                    1702257000000,\n                    0.0022015999999999997\n                ],\n                [\n                    1702256700000,\n                    0.0021766666666666666\n                ],\n                [\n                    1702256400000,\n                    0.00228784\n                ],\n                [\n                    1702256100000,\n                    0.00218608\n                ],\n                [\n                    1702255800000,\n                    0.002356133333333333\n                ],\n                [\n                    1702255500000,\n                    0.0021554400000000002\n                ],\n                [\n                    1702255200000,\n                    0.00198408\n                ],\n                [\n                    1702254900000,\n                    0.0018748\n                ],\n                [\n                    1702254600000,\n                    0.00223944\n                ],\n                [\n                    1702254300000,\n                    0.00241056\n                ],\n                [\n                    1702254000000,\n                    0.00257456\n                ],\n                [\n                    1702253700000,\n                    0.0024009866666666667\n                ],\n                [\n                    1702253400000,\n                    0.0019778666666666667\n                ],\n                [\n                    1702253100000,\n                    0.0019520533333333332\n                ],\n                [\n                    1702252800000,\n                    0.002058906666666667\n                ],\n                [\n                    1702252500000,\n                    0.0022472266666666665\n                ],\n                [\n                    1702252200000,\n                    0.0025729066666666666\n                ],\n                [\n                    1702251900000,\n                    0.0021955733333333333\n                ],\n                [\n                    1702251600000,\n                    0.0022246666666666665\n                ],\n                [\n                    1702251300000,\n                    0.002007333333333333\n                ],\n                [\n                    1702251000000,\n                    0.0019014133333333334\n                ],\n                [\n                    1702250700000,\n                    0.0024408533333333334\n                ],\n                [\n                    1702250400000,\n                    0.00228856\n                ],\n                [\n                    1702250100000,\n                    0.0026545333333333333\n                ],\n                [\n                    1702249800000,\n                    0.0021490666666666666\n                ],\n                [\n                    1702249500000,\n                    0.0018708\n                ],\n                [\n                    1702249200000,\n                    0.0021985333333333335\n                ],\n                [\n                    1702248900000,\n                    0.0019931733333333336\n                ],\n                [\n                    1702248600000,\n                    0.00250872\n                ],\n                [\n                    1702248300000,\n                    0.00246016\n                ],\n                [\n                    1702248000000,\n                    0.0022014400000000003\n                ],\n                [\n                    1702247700000,\n                    0.0019858933333333335\n                ],\n                [\n                    1702247400000,\n                    0.00210128\n                ],\n                [\n                    1702247100000,\n                    0.00210248\n                ],\n                [\n                    1702246800000,\n                    0.0022738133333333336\n                ],\n                [\n                    1702246500000,\n                    0.0025201866666666665\n                ],\n                [\n                    1702246200000,\n                    0.00240864\n                ],\n                [\n                    1702245900000,\n                    0.002263733333333333\n                ],\n                [\n                    1702245600000,\n                    0.0021325333333333334\n                ],\n                [\n                    1702245300000,\n                    0.0022121066666666665\n                ],\n                [\n                    1702245000000,\n                    0.00220752\n                ],\n                [\n                    1702244700000,\n                    0.001990853333333333\n                ],\n                [\n                    1702244400000,\n                    0.0020373866666666667\n                ],\n                [\n                    1702244100000,\n                    0.002446\n                ],\n                [\n                    1702243800000,\n                    0.002124613333333333\n                ],\n                [\n                    1702243500000,\n                    0.0020382133333333332\n                ],\n                [\n                    1702243200000,\n                    0.002745173333333333\n                ],\n                [\n                    1702242900000,\n                    0.0018350666666666665\n                ],\n                [\n                    1702242600000,\n                    0.0025932533333333334\n                ],\n                [\n                    1702242300000,\n                    0.00200992\n                ],\n                [\n                    1702242000000,\n                    0.0024209333333333333\n                ],\n                [\n                    1702241700000,\n                    0.00211696\n                ],\n                [\n                    1702241400000,\n                    0.00215944\n                ],\n                [\n                    1702241100000,\n                    0.002185306666666667\n                ],\n                [\n                    1702240800000,\n                    0.0022096533333333334\n                ],\n                [\n                    1702240500000,\n                    0.0020765866666666664\n                ],\n                [\n                    1702240200000,\n                    0.00250352\n                ],\n                [\n                    1702239900000,\n                    0.0023146666666666667\n                ],\n                [\n                    1702239600000,\n                    0.0023373866666666666\n                ],\n                [\n                    1702239300000,\n                    0.0021118133333333333\n                ],\n                [\n                    1702239000000,\n                    0.0019049066666666668\n                ],\n                [\n                    1702238700000,\n                    0.0022643200000000002\n                ],\n                [\n                    1702238400000,\n                    0.0023212\n                ],\n                [\n                    1702238100000,\n                    0.00212\n                ],\n                [\n                    1702237800000,\n                    0.002449866666666667\n                ],\n                [\n                    1702237500000,\n                    0.0022350133333333333\n                ],\n                [\n                    1702237200000,\n                    0.0022409066666666667\n                ],\n                [\n                    1702236900000,\n                    0.00200744\n                ],\n                [\n                    1702236600000,\n                    0.0021009333333333333\n                ],\n                [\n                    1702236300000,\n                    0.0018855733333333334\n                ],\n                [\n                    1702236000000,\n                    0.0028192800000000004\n                ],\n                [\n                    1702235700000,\n                    0.0023732266666666663\n                ],\n                [\n                    1702235400000,\n                    0.00212408\n                ],\n                [\n                    1702235100000,\n                    0.0020361066666666665\n                ],\n                [\n                    1702234800000,\n                    0.00206384\n                ],\n                [\n                    1702234500000,\n                    0.002233653333333333\n                ],\n                [\n                    1702234200000,\n                    0.0023310133333333334\n                ],\n                [\n                    1702233900000,\n                    0.00240752\n                ],\n                [\n                    1702233600000,\n                    0.0022334133333333332\n                ],\n                [\n                    1702233300000,\n                    0.00196088\n                ],\n                [\n                    1702233000000,\n                    0.00196736\n                ],\n                [\n                    1702232700000,\n                    0.0023084533333333334\n                ],\n                [\n                    1702232400000,\n                    0.00257592\n                ],\n                [\n                    1702232100000,\n                    0.002135573333333333\n                ],\n                [\n                    1702231800000,\n                    0.0021464\n                ],\n                [\n                    1702231500000,\n                    0.0022528533333333336\n                ],\n                [\n                    1702231200000,\n                    0.0021818133333333335\n                ],\n                [\n                    1702230900000,\n                    0.002000853333333333\n                ],\n                [\n                    1702230600000,\n                    0.002356213333333333\n                ],\n                [\n                    1702230300000,\n                    0.0021413866666666666\n                ],\n                [\n                    1702230000000,\n                    0.0022300533333333332\n                ],\n                [\n                    1702229700000,\n                    0.0021468533333333334\n                ],\n                [\n                    1702229400000,\n                    0.00221872\n                ],\n                [\n                    1702229100000,\n                    0.0022659200000000003\n                ],\n                [\n                    1702228800000,\n                    0.0022354933333333334\n                ],\n                [\n                    1702228500000,\n                    0.0023241066666666666\n                ],\n                [\n                    1702228200000,\n                    0.0018610933333333332\n                ],\n                [\n                    1702227900000,\n                    0.00257208\n                ],\n                [\n                    1702227600000,\n                    0.0023708\n                ],\n                [\n                    1702227300000,\n                    0.0021162399999999997\n                ],\n                [\n                    1702227000000,\n                    0.0022680533333333335\n                ],\n                [\n                    1702226700000,\n                    0.0017756533333333335\n                ],\n                [\n                    1702226400000,\n                    0.002330906666666667\n                ],\n                [\n                    1702226100000,\n                    0.0022889333333333335\n                ],\n                [\n                    1702225800000,\n                    0.002076\n                ],\n                [\n                    1702225500000,\n                    0.00222792\n                ],\n                [\n                    1702225200000,\n                    0.002468053333333333\n                ],\n                [\n                    1702224900000,\n                    0.00201144\n                ],\n                [\n                    1702224600000,\n                    0.00217904\n                ],\n                [\n                    1702224300000,\n                    0.00219104\n                ],\n                [\n                    1702224000000,\n                    0.002467173333333333\n                ],\n                [\n                    1702223700000,\n                    0.0019546933333333336\n                ],\n                [\n                    1702223400000,\n                    0.0024691466666666665\n                ],\n                [\n                    1702223100000,\n                    0.0023886666666666665\n                ],\n                [\n                    1702222800000,\n                    0.0016795199999999999\n                ],\n                [\n                    1702222500000,\n                    0.0022196533333333334\n                ],\n                [\n                    1702222200000,\n                    0.0019223466666666667\n                ],\n                [\n                    1702221900000,\n                    0.0024269866666666666\n                ],\n                [\n                    1702221600000,\n                    0.0027372533333333334\n                ],\n                [\n                    1702221300000,\n                    0.0021249333333333334\n                ],\n                [\n                    1702221000000,\n                    0.0018541866666666668\n                ],\n                [\n                    1702220700000,\n                    0.0021947466666666663\n                ],\n                [\n                    1702220400000,\n                    0.002321866666666667\n                ],\n                [\n                    1702220100000,\n                    0.0018416533333333333\n                ],\n                [\n                    1702219800000,\n                    0.00281056\n                ],\n                [\n                    1702219500000,\n                    0.002079786666666667\n                ],\n                [\n                    1702219200000,\n                    0.002118506666666667\n                ],\n                [\n                    1702218900000,\n                    0.0019616533333333334\n                ],\n                [\n                    1702218600000,\n                    0.002186613333333333\n                ],\n                [\n                    1702218300000,\n                    0.0022706666666666665\n                ],\n                [\n                    1702218000000,\n                    0.0026896266666666664\n                ],\n                [\n                    1702217700000,\n                    0.0020857066666666664\n                ],\n                [\n                    1702217400000,\n                    0.0022609866666666667\n                ],\n                [\n                    1702217100000,\n                    0.0021662133333333333\n                ],\n                [\n                    1702216800000,\n                    0.0019097866666666667\n                ],\n                [\n                    1702216500000,\n                    0.002377573333333333\n                ],\n                [\n                    1702216200000,\n                    0.002218826666666667\n                ],\n                [\n                    1702215900000,\n                    0.0024054933333333335\n                ],\n                [\n                    1702215600000,\n                    0.00222928\n                ],\n                [\n                    1702215300000,\n                    0.002139866666666667\n                ],\n                [\n                    1702215000000,\n                    0.0018887466666666667\n                ],\n                [\n                    1702214700000,\n                    0.00197832\n                ],\n                [\n                    1702214400000,\n                    0.0025515466666666668\n                ],\n                [\n                    1702214100000,\n                    0.0022511199999999997\n                ],\n                [\n                    1702213800000,\n                    0.0022928533333333337\n                ],\n                [\n                    1702213500000,\n                    0.0025532800000000002\n                ],\n                [\n                    1702213200000,\n                    0.0020926133333333333\n                ],\n                [\n                    1702212900000,\n                    0.0019525066666666667\n                ],\n                [\n                    1702212600000,\n                    0.0023405333333333333\n                ],\n                [\n                    1702212300000,\n                    0.00225128\n                ],\n                [\n                    1702212000000,\n                    0.0021838933333333333\n                ],\n                [\n                    1702211700000,\n                    0.0020868\n                ],\n                [\n                    1702211400000,\n                    0.00259704\n                ],\n                [\n                    1702211100000,\n                    0.0017218933333333333\n                ],\n                [\n                    1702210800000,\n                    0.002278053333333333\n                ],\n                [\n                    1702210500000,\n                    0.0024234933333333332\n                ],\n                [\n                    1702210200000,\n                    0.0021486133333333333\n                ],\n                [\n                    1702209900000,\n                    0.0022724533333333334\n                ],\n                [\n                    1702209600000,\n                    0.0022576266666666667\n                ],\n                [\n                    1702209300000,\n                    0.002303173333333333\n                ],\n                [\n                    1702209000000,\n                    0.0020995466666666666\n                ],\n                [\n                    1702208700000,\n                    0.00197432\n                ],\n                [\n                    1702208400000,\n                    0.0021774933333333336\n                ],\n                [\n                    1702208100000,\n                    0.0019668266666666664\n                ],\n                [\n                    1702207800000,\n                    0.0024971999999999998\n                ],\n                [\n                    1702207500000,\n                    0.0025396266666666664\n                ],\n                [\n                    1702207200000,\n                    0.002248986666666667\n                ],\n                [\n                    1702206900000,\n                    0.00191176\n                ],\n                [\n                    1702206600000,\n                    0.0022416266666666664\n                ],\n                [\n                    1702206300000,\n                    0.0022401066666666667\n                ],\n                [\n                    1702206000000,\n                    0.0024292\n                ],\n                [\n                    1702205700000,\n                    0.0020480533333333334\n                ],\n                [\n                    1702205400000,\n                    0.00256064\n                ],\n                [\n                    1702205100000,\n                    0.0019198666666666666\n                ],\n                [\n                    1702204800000,\n                    0.00220992\n                ],\n                [\n                    1702204500000,\n                    0.0019380266666666666\n                ],\n                [\n                    1702204200000,\n                    0.0022336266666666666\n                ],\n                [\n                    1702203900000,\n                    0.0022098933333333333\n                ],\n                [\n                    1702203600000,\n                    0.00268928\n                ],\n                [\n                    1702203300000,\n                    0.0024285599999999997\n                ],\n                [\n                    1702203000000,\n                    0.0016804266666666668\n                ],\n                [\n                    1702202700000,\n                    0.0022307733333333337\n                ],\n                [\n                    1702202400000,\n                    0.0020720266666666666\n                ],\n                [\n                    1702202100000,\n                    0.0020236533333333334\n                ],\n                [\n                    1702201800000,\n                    0.0026926666666666666\n                ],\n                [\n                    1702201500000,\n                    0.002385173333333333\n                ],\n                [\n                    1702201200000,\n                    0.0019625866666666664\n                ],\n                [\n                    1702200900000,\n                    0.00182456\n                ],\n                [\n                    1702200600000,\n                    0.00212352\n                ],\n                [\n                    1702200300000,\n                    0.00214448\n                ],\n                [\n                    1702200000000,\n                    0.0026189866666666665\n                ],\n                [\n                    1702199700000,\n                    0.002398826666666667\n                ],\n                [\n                    1702199400000,\n                    0.0024343733333333333\n                ],\n                [\n                    1702199100000,\n                    0.002016613333333333\n                ],\n                [\n                    1702198800000,\n                    0.0019738399999999997\n                ],\n                [\n                    1702198500000,\n                    0.0019985066666666665\n                ],\n                [\n                    1702198200000,\n                    0.002486\n                ],\n                [\n                    1702197900000,\n                    0.002310986666666667\n                ],\n                [\n                    1702197600000,\n                    0.002604613333333333\n                ],\n                [\n                    1702197300000,\n                    0.0020471733333333334\n                ],\n                [\n                    1702197000000,\n                    0.0019047466666666667\n                ],\n                [\n                    1702196700000,\n                    0.00228016\n                ],\n                [\n                    1702196400000,\n                    0.0021332\n                ],\n                [\n                    1702196100000,\n                    0.00233256\n                ],\n                [\n                    1702195800000,\n                    0.0022876533333333333\n                ],\n                [\n                    1702195500000,\n                    0.00258992\n                ],\n                [\n                    1702195200000,\n                    0.0020473866666666667\n                ],\n                [\n                    1702194900000,\n                    0.0020491199999999998\n                ],\n                [\n                    1702194600000,\n                    0.0023375466666666666\n                ],\n                [\n                    1702194300000,\n                    0.0018796800000000001\n                ],\n                [\n                    1702194000000,\n                    0.0021805066666666668\n                ],\n                [\n                    1702193700000,\n                    0.0023538400000000003\n                ],\n                [\n                    1702193400000,\n                    0.0026118400000000003\n                ],\n                [\n                    1702193100000,\n                    0.00161776\n                ],\n                [\n                    1702192800000,\n                    0.00204904\n                ],\n                [\n                    1702192500000,\n                    0.002412426666666667\n                ],\n                [\n                    1702192200000,\n                    0.0021694133333333334\n                ],\n                [\n                    1702191900000,\n                    0.002487786666666667\n                ],\n                [\n                    1702191600000,\n                    0.0023162666666666667\n                ],\n                [\n                    1702191300000,\n                    0.0021208000000000004\n                ],\n                [\n                    1702191000000,\n                    0.0019730666666666666\n                ],\n                [\n                    1702190700000,\n                    0.00237312\n                ],\n                [\n                    1702190400000,\n                    0.00207856\n                ],\n                [\n                    1702190100000,\n                    0.0021340266666666666\n                ],\n                [\n                    1702189800000,\n                    0.002249866666666667\n                ],\n                [\n                    1702189500000,\n                    0.0025132266666666667\n                ],\n                [\n                    1702189200000,\n                    0.0020942933333333337\n                ],\n                [\n                    1702188900000,\n                    0.002259413333333333\n                ],\n                [\n                    1702188600000,\n                    0.0024243733333333337\n                ],\n                [\n                    1702188300000,\n                    0.0018301866666666667\n                ],\n                [\n                    1702188000000,\n                    0.0027896799999999997\n                ],\n                [\n                    1702187700000,\n                    0.00174192\n                ],\n                [\n                    1702187400000,\n                    0.00270608\n                ],\n                [\n                    1702187100000,\n                    0.00202824\n                ],\n                [\n                    1702186800000,\n                    0.0018927466666666666\n                ],\n                [\n                    1702186500000,\n                    0.00196496\n                ],\n                [\n                    1702186200000,\n                    0.0021474666666666665\n                ],\n                [\n                    1702185900000,\n                    0.0024478666666666667\n                ],\n                [\n                    1702185600000,\n                    0.0023099733333333335\n                ],\n                [\n                    1702185300000,\n                    0.0026313333333333336\n                ],\n                [\n                    1702185000000,\n                    0.0016845066666666666\n                ],\n                [\n                    1702184700000,\n                    0.002209733333333333\n                ],\n                [\n                    1702184400000,\n                    0.0021767466666666666\n                ],\n                [\n                    1702184100000,\n                    0.0021156\n                ],\n                [\n                    1702183800000,\n                    0.0028880266666666665\n                ],\n                [\n                    1702183500000,\n                    0.0021186133333333333\n                ],\n                [\n                    1702183200000,\n                    0.0018406933333333334\n                ],\n                [\n                    1702182900000,\n                    0.00199264\n                ],\n                [\n                    1702182600000,\n                    0.0021400533333333334\n                ],\n                [\n                    1702182300000,\n                    0.0019302133333333334\n                ],\n                [\n                    1702182000000,\n                    0.002222613333333333\n                ],\n                [\n                    1702181700000,\n                    0.0028263466666666667\n                ],\n                [\n                    1702181400000,\n                    0.0022501599999999997\n                ],\n                [\n                    1702181100000,\n                    0.0020422933333333333\n                ],\n                [\n                    1702180800000,\n                    0.00207992\n                ],\n                [\n                    1702180500000,\n                    0.0020227733333333334\n                ],\n                [\n                    1702180200000,\n                    0.0020869866666666666\n                ],\n                [\n                    1702179900000,\n                    0.00270544\n                ],\n                [\n                    1702179600000,\n                    0.0020908533333333333\n                ],\n                [\n                    1702179300000,\n                    0.0022123200000000003\n                ],\n                [\n                    1702179000000,\n                    0.0019553866666666667\n                ],\n                [\n                    1702178700000,\n                    0.00193728\n                ],\n                [\n                    1702178400000,\n                    0.0019626400000000003\n                ],\n                [\n                    1702178100000,\n                    0.0027047733333333338\n                ],\n                [\n                    1702177800000,\n                    0.0023045866666666667\n                ],\n                [\n                    1702177500000,\n                    0.0028435733333333334\n                ],\n                [\n                    1702177200000,\n                    0.0018468533333333332\n                ],\n                [\n                    1702176900000,\n                    0.0016281333333333335\n                ],\n                [\n                    1702176600000,\n                    0.0021876266666666666\n                ],\n                [\n                    1702176300000,\n                    0.0024286666666666666\n                ],\n                [\n                    1702176000000,\n                    0.002078266666666667\n                ],\n                [\n                    1702175700000,\n                    0.0024001866666666666\n                ],\n                [\n                    1702175400000,\n                    0.0025158933333333335\n                ],\n                [\n                    1702175100000,\n                    0.0018857866666666667\n                ],\n                [\n                    1702174800000,\n                    0.0024795733333333333\n                ],\n                [\n                    1702174500000,\n                    0.002182693333333333\n                ],\n                [\n                    1702174200000,\n                    0.00196128\n                ],\n                [\n                    1702173900000,\n                    0.0025027466666666665\n                ],\n                [\n                    1702173600000,\n                    0.002217946666666667\n                ],\n                [\n                    1702173300000,\n                    0.0022456266666666664\n                ],\n                [\n                    1702173000000,\n                    0.00232264\n                ],\n                [\n                    1702172700000,\n                    0.0018531466666666667\n                ],\n                [\n                    1702172400000,\n                    0.0018298133333333332\n                ],\n                [\n                    1702172100000,\n                    0.0022405866666666665\n                ],\n                [\n                    1702171800000,\n                    0.0024106666666666664\n                ],\n                [\n                    1702171500000,\n                    0.0024653066666666668\n                ],\n                [\n                    1702171200000,\n                    0.0020155999999999998\n                ],\n                [\n                    1702170900000,\n                    0.002330266666666667\n                ],\n                [\n                    1702170600000,\n                    0.00204056\n                ],\n                [\n                    1702170300000,\n                    0.002167866666666667\n                ],\n                [\n                    1702170000000,\n                    0.0021960266666666665\n                ],\n                [\n                    1702169700000,\n                    0.0022249066666666668\n                ],\n                [\n                    1702169400000,\n                    0.0025128800000000003\n                ],\n                [\n                    1702169100000,\n                    0.0022050666666666666\n                ],\n                [\n                    1702168800000,\n                    0.0016868266666666665\n                ],\n                [\n                    1702168500000,\n                    0.0020525066666666667\n                ],\n                [\n                    1702168200000,\n                    0.0025474666666666667\n                ],\n                [\n                    1702167900000,\n                    0.0017063733333333331\n                ],\n                [\n                    1702167600000,\n                    0.0029562666666666667\n                ],\n                [\n                    1702167300000,\n                    0.002378826666666667\n                ],\n                [\n                    1702167000000,\n                    0.0018554933333333333\n                ],\n                [\n                    1702166700000,\n                    0.0022329333333333335\n                ],\n                [\n                    1702166400000,\n                    0.00190472\n                ],\n                [\n                    1702166100000,\n                    0.0022722933333333335\n                ],\n                [\n                    1702165800000,\n                    0.00226072\n                ],\n                [\n                    1702165500000,\n                    0.0026307466666666665\n                ],\n                [\n                    1702165200000,\n                    0.00219472\n                ],\n                [\n                    1702164900000,\n                    0.0017599466666666666\n                ],\n                [\n                    1702164600000,\n                    0.00208528\n                ],\n                [\n                    1702164300000,\n                    0.001968053333333333\n                ],\n                [\n                    1702164000000,\n                    0.00238608\n                ],\n                [\n                    1702163700000,\n                    0.0029789333333333336\n                ],\n                [\n                    1702163400000,\n                    0.0020449066666666667\n                ],\n                [\n                    1702163100000,\n                    0.00234352\n                ],\n                [\n                    1702162800000,\n                    0.0018684533333333333\n                ],\n                [\n                    1702162500000,\n                    0.0018626133333333333\n                ],\n                [\n                    1702162200000,\n                    0.002303093333333333\n                ],\n                [\n                    1702161900000,\n                    0.0022793333333333333\n                ],\n                [\n                    1702161600000,\n                    0.0022517333333333333\n                ],\n                [\n                    1702161300000,\n                    0.0025140266666666667\n                ],\n                [\n                    1702161000000,\n                    0.001978373333333333\n                ],\n                [\n                    1702160700000,\n                    0.0018094133333333333\n                ],\n                [\n                    1702160400000,\n                    0.0020964533333333334\n                ],\n                [\n                    1702160100000,\n                    0.00293048\n                ],\n                [\n                    1702159800000,\n                    0.0019347466666666667\n                ],\n                [\n                    1702159500000,\n                    0.0025782933333333333\n                ],\n                [\n                    1702159200000,\n                    0.0022396\n                ],\n                [\n                    1702158900000,\n                    0.0016498666666666666\n                ],\n                [\n                    1702158600000,\n                    0.002182986666666667\n                ],\n                [\n                    1702158300000,\n                    0.0022170133333333335\n                ],\n                [\n                    1702158000000,\n                    0.0021607466666666666\n                ],\n                [\n                    1702157700000,\n                    0.00224504\n                ],\n                [\n                    1702157400000,\n                    0.002490213333333333\n                ],\n                [\n                    1702157100000,\n                    0.0020492266666666667\n                ],\n                [\n                    1702156800000,\n                    0.0018975733333333332\n                ],\n                [\n                    1702156500000,\n                    0.0024332266666666665\n                ],\n                [\n                    1702156200000,\n                    0.00200024\n                ],\n                [\n                    1702155900000,\n                    0.0024621066666666667\n                ],\n                [\n                    1702155600000,\n                    0.0022072\n                ],\n                [\n                    1702155300000,\n                    0.002556\n                ],\n                [\n                    1702155000000,\n                    0.0019944\n                ],\n                [\n                    1702154700000,\n                    0.0021462933333333337\n                ],\n                [\n                    1702154400000,\n                    0.0019899466666666666\n                ],\n                [\n                    1702154100000,\n                    0.0023340266666666666\n                ],\n                [\n                    1702153800000,\n                    0.0019966666666666666\n                ],\n                [\n                    1702153500000,\n                    0.002313386666666667\n                ],\n                [\n                    1702153200000,\n                    0.00306704\n                ],\n                [\n                    1702152900000,\n                    0.00169432\n                ],\n                [\n                    1702152600000,\n                    0.0020348533333333333\n                ],\n                [\n                    1702152300000,\n                    0.0020533866666666667\n                ],\n                [\n                    1702152000000,\n                    0.0025638133333333334\n                ],\n                [\n                    1702151700000,\n                    0.00208552\n                ],\n                [\n                    1702151400000,\n                    0.002244613333333333\n                ],\n                [\n                    1702151100000,\n                    0.002737306666666667\n                ],\n                [\n                    1702150800000,\n                    0.0016936800000000001\n                ],\n                [\n                    1702150500000,\n                    0.00210512\n                ],\n                [\n                    1702150200000,\n                    0.0020953333333333336\n                ],\n                [\n                    1702149900000,\n                    0.0022060266666666666\n                ],\n                [\n                    1702149600000,\n                    0.00224384\n                ],\n                [\n                    1702149300000,\n                    0.002744826666666667\n                ],\n                [\n                    1702149000000,\n                    0.00209064\n                ],\n                [\n                    1702148700000,\n                    0.00198608\n                ],\n                [\n                    1702148400000,\n                    0.0020926933333333332\n                ],\n                [\n                    1702148100000,\n                    0.0018648533333333332\n                ],\n                [\n                    1702147800000,\n                    0.0028362133333333333\n                ],\n                [\n                    1702147500000,\n                    0.00212072\n                ],\n                [\n                    1702147200000,\n                    0.00263808\n                ],\n                [\n                    1702146900000,\n                    0.0018227200000000001\n                ],\n                [\n                    1702146600000,\n                    0.00177176\n                ],\n                [\n                    1702146300000,\n                    0.002035813333333333\n                ],\n                [\n                    1702146000000,\n                    0.0022392266666666663\n                ],\n                [\n                    1702145700000,\n                    0.0028415466666666667\n                ],\n                [\n                    1702145400000,\n                    0.0021631999999999997\n                ],\n                [\n                    1702145100000,\n                    0.0023704533333333334\n                ],\n                [\n                    1702144800000,\n                    0.0019231466666666667\n                ],\n                [\n                    1702144500000,\n                    0.00194328\n                ],\n                [\n                    1702144200000,\n                    0.0019983466666666666\n                ],\n                [\n                    1702143900000,\n                    0.0026202933333333337\n                ],\n                [\n                    1702143600000,\n                    0.002194346666666667\n                ],\n                [\n                    1702143300000,\n                    0.0022527199999999997\n                ],\n                [\n                    1702143000000,\n                    0.0023727733333333335\n                ],\n                [\n                    1702142700000,\n                    0.0016682933333333333\n                ],\n                [\n                    1702142400000,\n                    0.0021959733333333335\n                ],\n                [\n                    1702142100000,\n                    0.002348266666666667\n                ],\n                [\n                    1702141800000,\n                    0.002167786666666667\n                ],\n                [\n                    1702141500000,\n                    0.002503173333333333\n                ],\n                [\n                    1702141200000,\n                    0.0026718933333333334\n                ],\n                [\n                    1702140900000,\n                    0.0017365599999999998\n                ],\n                [\n                    1702140600000,\n                    0.0019230666666666665\n                ],\n                [\n                    1702140300000,\n                    0.002285946666666667\n                ],\n                [\n                    1702140000000,\n                    0.0021338133333333336\n                ],\n                [\n                    1702139700000,\n                    0.0020599200000000002\n                ],\n                [\n                    1702139400000,\n                    0.0025191466666666666\n                ],\n                [\n                    1702139100000,\n                    0.002272133333333333\n                ],\n                [\n                    1702138800000,\n                    0.0018805866666666666\n                ],\n                [\n                    1702138500000,\n                    0.0022556\n                ],\n                [\n                    1702138200000,\n                    0.00207096\n                ],\n                [\n                    1702137900000,\n                    0.0024433333333333334\n                ],\n                [\n                    1702137600000,\n                    0.0024152533333333336\n                ],\n                [\n                    1702137300000,\n                    0.00210008\n                ],\n                [\n                    1702137000000,\n                    0.00240416\n                ],\n                [\n                    1702136700000,\n                    0.00217656\n                ],\n                [\n                    1702136400000,\n                    0.0019619466666666668\n                ],\n                [\n                    1702136100000,\n                    0.0017564533333333334\n                ],\n                [\n                    1702135800000,\n                    0.002289786666666667\n                ],\n                [\n                    1702135500000,\n                    0.002322213333333333\n                ],\n                [\n                    1702135200000,\n                    0.0024806666666666666\n                ],\n                [\n                    1702134900000,\n                    0.0025030399999999998\n                ],\n                [\n                    1702134600000,\n                    0.0019906666666666666\n                ],\n                [\n                    1702134300000,\n                    0.0020549866666666667\n                ],\n                [\n                    1702134000000,\n                    0.0019510933333333333\n                ],\n                [\n                    1702133700000,\n                    0.00224112\n                ],\n                [\n                    1702133400000,\n                    0.0027324533333333333\n                ],\n                [\n                    1702133100000,\n                    0.002567093333333333\n                ],\n                [\n                    1702132800000,\n                    0.0018864266666666668\n                ],\n                [\n                    1702132500000,\n                    0.0019804533333333332\n                ],\n                [\n                    1702132200000,\n                    0.00182472\n                ],\n                [\n                    1702131900000,\n                    0.0021838400000000003\n                ],\n                [\n                    1702131600000,\n                    0.00221112\n                ],\n                [\n                    1702131300000,\n                    0.0029078933333333335\n                ],\n                [\n                    1702131000000,\n                    0.0025409866666666666\n                ],\n                [\n                    1702130700000,\n                    0.002069786666666667\n                ],\n                [\n                    1702130400000,\n                    0.0018335466666666667\n                ],\n                [\n                    1702130100000,\n                    0.00176152\n                ],\n                [\n                    1702129800000,\n                    0.0024461866666666667\n                ],\n                [\n                    1702129500000,\n                    0.0026452533333333333\n                ],\n                [\n                    1702129200000,\n                    0.0022714133333333335\n                ],\n                [\n                    1702128900000,\n                    0.002140986666666667\n                ],\n                [\n                    1702128600000,\n                    0.0018099466666666667\n                ],\n                [\n                    1702128300000,\n                    0.0018861066666666666\n                ],\n                [\n                    1702128000000,\n                    0.001965413333333333\n                ],\n                [\n                    1702127700000,\n                    0.0026486933333333333\n                ],\n                [\n                    1702127400000,\n                    0.0024936\n                ],\n                [\n                    1702127100000,\n                    0.0025681066666666664\n                ],\n                [\n                    1702126800000,\n                    0.00193624\n                ],\n                [\n                    1702126500000,\n                    0.0018349066666666668\n                ],\n                [\n                    1702126200000,\n                    0.0020290666666666667\n                ],\n                [\n                    1702125900000,\n                    0.00231752\n                ],\n                [\n                    1702125600000,\n                    0.002045013333333333\n                ],\n                [\n                    1702125300000,\n                    0.0025850133333333333\n                ],\n                [\n                    1702125000000,\n                    0.0022401066666666667\n                ],\n                [\n                    1702124700000,\n                    0.0020094933333333334\n                ],\n                [\n                    1702124400000,\n                    0.0019060799999999999\n                ],\n                [\n                    1702124100000,\n                    0.00228384\n                ],\n                [\n                    1702123800000,\n                    0.00239208\n                ],\n                [\n                    1702123500000,\n                    0.0023893866666666666\n                ],\n                [\n                    1702123200000,\n                    0.0022747466666666665\n                ],\n                [\n                    1702122900000,\n                    0.0023201866666666664\n                ],\n                [\n                    1702122600000,\n                    0.00185144\n                ],\n                [\n                    1702122300000,\n                    0.0025506666666666664\n                ],\n                [\n                    1702122000000,\n                    0.0017518666666666665\n                ],\n                [\n                    1702121700000,\n                    0.0020532266666666663\n                ],\n                [\n                    1702121400000,\n                    0.0024957066666666666\n                ],\n                [\n                    1702121100000,\n                    0.0021422399999999997\n                ],\n                [\n                    1702120800000,\n                    0.0023865333333333333\n                ],\n                [\n                    1702120500000,\n                    0.0019641333333333334\n                ],\n                [\n                    1702120200000,\n                    0.00199872\n                ],\n                [\n                    1702119900000,\n                    0.002215093333333333\n                ],\n                [\n                    1702119600000,\n                    0.0022358933333333332\n                ],\n                [\n                    1702119300000,\n                    0.0024199733333333333\n                ],\n                [\n                    1702119000000,\n                    0.00267968\n                ],\n                [\n                    1702118700000,\n                    0.0022413333333333335\n                ],\n                [\n                    1702118400000,\n                    0.0020616533333333333\n                ],\n                [\n                    1702118100000,\n                    0.0018060799999999998\n                ],\n                [\n                    1702117800000,\n                    0.002165386666666667\n                ],\n                [\n                    1702117500000,\n                    0.00210528\n                ],\n                [\n                    1702117200000,\n                    0.0024998933333333336\n                ],\n                [\n                    1702116900000,\n                    0.0026236266666666667\n                ],\n                [\n                    1702116600000,\n                    0.00176096\n                ],\n                [\n                    1702116300000,\n                    0.0022493333333333337\n                ],\n                [\n                    1702116000000,\n                    0.0020720266666666666\n                ],\n                [\n                    1702115700000,\n                    0.00227072\n                ],\n                [\n                    1702115400000,\n                    0.0023322666666666667\n                ],\n                [\n                    1702115100000,\n                    0.0025596\n                ],\n                [\n                    1702114800000,\n                    0.0022400533333333333\n                ],\n                [\n                    1702114500000,\n                    0.0016738133333333333\n                ],\n                [\n                    1702114200000,\n                    0.0020252266666666665\n                ],\n                [\n                    1702113900000,\n                    0.0019850666666666665\n                ],\n                [\n                    1702113600000,\n                    0.0022732\n                ],\n                [\n                    1702113300000,\n                    0.002641066666666667\n                ],\n                [\n                    1702113000000,\n                    0.0020738133333333335\n                ],\n                [\n                    1702112700000,\n                    0.0026654666666666668\n                ],\n                [\n                    1702112400000,\n                    0.0017680266666666665\n                ],\n                [\n                    1702112100000,\n                    0.0019545866666666667\n                ],\n                [\n                    1702111800000,\n                    0.002362533333333333\n                ],\n                [\n                    1702111500000,\n                    0.0022332800000000002\n                ],\n                [\n                    1702111200000,\n                    0.0027485066666666667\n                ],\n                [\n                    1702110900000,\n                    0.0022934133333333334\n                ],\n                [\n                    1702110600000,\n                    0.0017554933333333333\n                ],\n                [\n                    1702110300000,\n                    0.0019309066666666668\n                ],\n                [\n                    1702110000000,\n                    0.0019820266666666668\n                ],\n                [\n                    1702109700000,\n                    0.002547733333333333\n                ],\n                [\n                    1702109400000,\n                    0.002168133333333333\n                ],\n                [\n                    1702109100000,\n                    0.0027057066666666663\n                ],\n                [\n                    1702108800000,\n                    0.0023848800000000002\n                ],\n                [\n                    1702108500000,\n                    0.0016754133333333333\n                ],\n                [\n                    1702108200000,\n                    0.0020270933333333334\n                ],\n                [\n                    1702107900000,\n                    0.0023650666666666666\n                ],\n                [\n                    1702107600000,\n                    0.00206848\n                ],\n                [\n                    1702107300000,\n                    0.0024399733333333334\n                ],\n                [\n                    1702107000000,\n                    0.0020728\n                ],\n                [\n                    1702106700000,\n                    0.0023597866666666668\n                ],\n                [\n                    1702106400000,\n                    0.002057786666666667\n                ],\n                [\n                    1702106100000,\n                    0.00211256\n                ],\n                [\n                    1702105800000,\n                    0.0020848533333333334\n                ],\n                [\n                    1702105500000,\n                    0.0026733866666666666\n                ],\n                [\n                    1702105200000,\n                    0.0023818666666666666\n                ],\n                [\n                    1702104900000,\n                    0.0024701866666666664\n                ],\n                [\n                    1702104600000,\n                    0.0016385333333333333\n                ],\n                [\n                    1702104300000,\n                    0.0023049066666666665\n                ],\n                [\n                    1702104000000,\n                    0.0019041866666666667\n                ],\n                [\n                    1702103700000,\n                    0.002171946666666667\n                ],\n                [\n                    1702103400000,\n                    0.00217192\n                ],\n                [\n                    1702103100000,\n                    0.0024765066666666666\n                ],\n                [\n                    1702102800000,\n                    0.0023388533333333333\n                ],\n                [\n                    1702102500000,\n                    0.0020394666666666665\n                ],\n                [\n                    1702102200000,\n                    0.00198808\n                ],\n                [\n                    1702101900000,\n                    0.0023402933333333334\n                ],\n                [\n                    1702101600000,\n                    0.0021730399999999998\n                ],\n                [\n                    1702101300000,\n                    0.00230336\n                ],\n                [\n                    1702101000000,\n                    0.002432346666666667\n                ],\n                [\n                    1702100700000,\n                    0.0025046933333333333\n                ],\n                [\n                    1702100400000,\n                    0.0016567466666666667\n                ],\n                [\n                    1702100100000,\n                    0.002052613333333333\n                ],\n                [\n                    1702099800000,\n                    0.0020948000000000004\n                ],\n                [\n                    1702099500000,\n                    0.0019674933333333334\n                ],\n                [\n                    1702099200000,\n                    0.00247424\n                ],\n                [\n                    1702098900000,\n                    0.002749653333333333\n                ],\n                [\n                    1702098600000,\n                    0.0018923733333333333\n                ],\n                [\n                    1702098300000,\n                    0.002369306666666667\n                ],\n                [\n                    1702098000000,\n                    0.0019060533333333334\n                ],\n                [\n                    1702097700000,\n                    0.0019377866666666667\n                ],\n                [\n                    1702097400000,\n                    0.002345466666666667\n                ],\n                [\n                    1702097100000,\n                    0.0028439733333333332\n                ],\n                [\n                    1702096800000,\n                    0.0023523733333333336\n                ],\n                [\n                    1702096500000,\n                    0.0017550133333333333\n                ],\n                [\n                    1702096200000,\n                    0.0019804266666666667\n                ],\n                [\n                    1702095900000,\n                    0.0017316266666666667\n                ],\n                [\n                    1702095600000,\n                    0.002519466666666667\n                ],\n                [\n                    1702095300000,\n                    0.0021807733333333336\n                ],\n                [\n                    1702095000000,\n                    0.00263552\n                ],\n                [\n                    1702094700000,\n                    0.0027082666666666667\n                ],\n                [\n                    1702094400000,\n                    0.0016854133333333333\n                ],\n                [\n                    1702094100000,\n                    0.0018563733333333333\n                ],\n                [\n                    1702093800000,\n                    0.0021202133333333333\n                ],\n                [\n                    1702093500000,\n                    0.0023957600000000003\n                ],\n                [\n                    1702093200000,\n                    0.002230933333333333\n                ],\n                [\n                    1702092900000,\n                    0.0027312266666666665\n                ],\n                [\n                    1702092600000,\n                    0.0019361333333333334\n                ],\n                [\n                    1702092300000,\n                    0.00191232\n                ],\n                [\n                    1702092000000,\n                    0.0019218133333333332\n                ],\n                [\n                    1702091700000,\n                    0.0023258133333333335\n                ],\n                [\n                    1702091400000,\n                    0.0021290133333333335\n                ],\n                [\n                    1702091100000,\n                    0.0028123733333333335\n                ],\n                [\n                    1702090800000,\n                    0.0024229866666666666\n                ],\n                [\n                    1702090500000,\n                    0.0017314933333333333\n                ],\n                [\n                    1702090200000,\n                    0.00227768\n                ],\n                [\n                    1702089900000,\n                    0.0020730933333333334\n                ],\n                [\n                    1702089600000,\n                    0.00203328\n                ],\n                [\n                    1702089300000,\n                    0.0022727733333333337\n                ],\n                [\n                    1702089000000,\n                    0.00277496\n                ],\n                [\n                    1702088700000,\n                    0.00210648\n                ],\n                [\n                    1702088400000,\n                    0.0019144000000000001\n                ],\n                [\n                    1702088100000,\n                    0.0022199200000000002\n                ],\n                [\n                    1702087800000,\n                    0.0020059733333333335\n                ],\n                [\n                    1702087500000,\n                    0.0027087466666666665\n                ],\n                [\n                    1702087200000,\n                    0.0022344266666666666\n                ],\n                [\n                    1702086900000,\n                    0.0020368\n                ],\n                [\n                    1702086600000,\n                    0.002330906666666667\n                ],\n                [\n                    1702086300000,\n                    0.0021713066666666668\n                ],\n                [\n                    1702086000000,\n                    0.0020829066666666666\n                ],\n                [\n                    1702085700000,\n                    0.0019750933333333334\n                ],\n                [\n                    1702085400000,\n                    0.0021710933333333334\n                ],\n                [\n                    1702085100000,\n                    0.0024921333333333333\n                ],\n                [\n                    1702084800000,\n                    0.0024222933333333334\n                ],\n                [\n                    1702084500000,\n                    0.0020721866666666665\n                ],\n                [\n                    1702084200000,\n                    0.0018959733333333334\n                ],\n                [\n                    1702083900000,\n                    0.0021852266666666665\n                ],\n                [\n                    1702083600000,\n                    0.0021363733333333336\n                ],\n                [\n                    1702083300000,\n                    0.00212728\n                ],\n                [\n                    1702083000000,\n                    0.0027205333333333334\n                ],\n                [\n                    1702082700000,\n                    0.0024256\n                ],\n                [\n                    1702082400000,\n                    0.0018024533333333335\n                ],\n                [\n                    1702082100000,\n                    0.0021601866666666665\n                ],\n                [\n                    1702081800000,\n                    0.00182176\n                ],\n                [\n                    1702081500000,\n                    0.0022259466666666667\n                ],\n                [\n                    1702081200000,\n                    0.0021914666666666667\n                ],\n                [\n                    1702080900000,\n                    0.0028636\n                ],\n                [\n                    1702080600000,\n                    0.0021067733333333337\n                ],\n                [\n                    1702080300000,\n                    0.002147173333333333\n                ],\n                [\n                    1702080000000,\n                    0.0020104000000000003\n                ],\n                [\n                    1702079700000,\n                    0.0021759733333333335\n                ],\n                [\n                    1702079400000,\n                    0.002195306666666667\n                ],\n                [\n                    1702079100000,\n                    0.0027198400000000003\n                ],\n                [\n                    1702078800000,\n                    0.0020038933333333332\n                ],\n                [\n                    1702078500000,\n                    0.00209432\n                ],\n                [\n                    1702078200000,\n                    0.0019344533333333334\n                ],\n                [\n                    1702077900000,\n                    0.0018756266666666668\n                ],\n                [\n                    1702077600000,\n                    0.002206426666666667\n                ],\n                [\n                    1702077300000,\n                    0.0025131199999999998\n                ],\n                [\n                    1702077000000,\n                    0.0025344533333333335\n                ],\n                [\n                    1702076700000,\n                    0.0023774133333333333\n                ],\n                [\n                    1702076400000,\n                    0.00192976\n                ],\n                [\n                    1702076100000,\n                    0.00193392\n                ],\n                [\n                    1702075800000,\n                    0.00199456\n                ],\n                [\n                    1702075500000,\n                    0.0023497066666666663\n                ],\n                [\n                    1702075200000,\n                    0.002249733333333333\n                ],\n                [\n                    1702074900000,\n                    0.002604906666666667\n                ],\n                [\n                    1702074600000,\n                    0.0024736\n                ],\n                [\n                    1702074300000,\n                    0.00146496\n                ],\n                [\n                    1702074000000,\n                    0.00207776\n                ],\n                [\n                    1702073700000,\n                    0.002177066666666667\n                ],\n                [\n                    1702073400000,\n                    0.0026144000000000002\n                ],\n                [\n                    1702073100000,\n                    0.0029008533333333333\n                ],\n                [\n                    1702072800000,\n                    0.002392826666666667\n                ],\n                [\n                    1702072500000,\n                    0.0021789066666666667\n                ],\n                [\n                    1702072200000,\n                    0.0020414666666666668\n                ],\n                [\n                    1702071900000,\n                    0.0017584266666666667\n                ],\n                [\n                    1702071600000,\n                    0.0021036266666666667\n                ],\n                [\n                    1702071300000,\n                    0.0025539733333333333\n                ],\n                [\n                    1702071000000,\n                    0.0024068266666666667\n                ],\n                [\n                    1702070700000,\n                    0.0022227466666666666\n                ],\n                [\n                    1702070400000,\n                    0.0019658133333333334\n                ],\n                [\n                    1702070100000,\n                    0.0020191199999999997\n                ],\n                [\n                    1702069800000,\n                    0.0017897866666666666\n                ],\n                [\n                    1702069500000,\n                    0.002825866666666667\n                ],\n                [\n                    1702069200000,\n                    0.002374\n                ],\n                [\n                    1702068900000,\n                    0.002666693333333333\n                ],\n                [\n                    1702068600000,\n                    0.0020311733333333334\n                ],\n                [\n                    1702068300000,\n                    0.001746\n                ],\n                [\n                    1702068000000,\n                    0.0019665333333333335\n                ],\n                [\n                    1702067700000,\n                    0.0025815733333333334\n                ],\n                [\n                    1702067400000,\n                    0.00201704\n                ],\n                [\n                    1702067100000,\n                    0.002467306666666667\n                ],\n                [\n                    1702066800000,\n                    0.0023179733333333332\n                ],\n                [\n                    1702066500000,\n                    0.0021811733333333334\n                ],\n                [\n                    1702066200000,\n                    0.0016890933333333332\n                ],\n                [\n                    1702065900000,\n                    0.0024654133333333332\n                ],\n                [\n                    1702065600000,\n                    0.0023951466666666667\n                ],\n                [\n                    1702065300000,\n                    0.0020173066666666667\n                ],\n                [\n                    1702065000000,\n                    0.0027019466666666665\n                ],\n                [\n                    1702064700000,\n                    0.00202808\n                ],\n                [\n                    1702064400000,\n                    0.002108133333333333\n                ],\n                [\n                    1702064100000,\n                    0.00221088\n                ],\n                [\n                    1702063800000,\n                    0.0021737333333333333\n                ],\n                [\n                    1702063500000,\n                    0.0018621066666666666\n                ],\n                [\n                    1702063200000,\n                    0.002287466666666667\n                ],\n                [\n                    1702062900000,\n                    0.0025091999999999996\n                ],\n                [\n                    1702062600000,\n                    0.0019831466666666666\n                ],\n                [\n                    1702062300000,\n                    0.0025147733333333337\n                ],\n                [\n                    1702062000000,\n                    0.0021223733333333335\n                ],\n                [\n                    1702061700000,\n                    0.0018765066666666668\n                ],\n                [\n                    1702061400000,\n                    0.0023284533333333335\n                ],\n                [\n                    1702061100000,\n                    0.0021966399999999997\n                ],\n                [\n                    1702060800000,\n                    0.0025061333333333334\n                ],\n                [\n                    1702060500000,\n                    0.0024745066666666668\n                ],\n                [\n                    1702060200000,\n                    0.0017337066666666668\n                ],\n                [\n                    1702059900000,\n                    0.001967253333333333\n                ],\n                [\n                    1702059600000,\n                    0.0021990666666666667\n                ],\n                [\n                    1702059300000,\n                    0.0021797866666666667\n                ],\n                [\n                    1702059000000,\n                    0.0023487466666666664\n                ],\n                [\n                    1702058700000,\n                    0.00256656\n                ],\n                [\n                    1702058400000,\n                    0.002413866666666667\n                ],\n                [\n                    1702058100000,\n                    0.0020292\n                ],\n                [\n                    1702057800000,\n                    0.00197008\n                ],\n                [\n                    1702057500000,\n                    0.0020338933333333333\n                ],\n                [\n                    1702057200000,\n                    0.002255786666666667\n                ],\n                [\n                    1702056900000,\n                    0.0026656266666666667\n                ],\n                [\n                    1702056600000,\n                    0.001985146666666667\n                ],\n                [\n                    1702056300000,\n                    0.0021224\n                ],\n                [\n                    1702056000000,\n                    0.0020416266666666667\n                ],\n                [\n                    1702055700000,\n                    0.0019194933333333334\n                ],\n                [\n                    1702055400000,\n                    0.0020739733333333334\n                ],\n                [\n                    1702055100000,\n                    0.002772426666666667\n                ],\n                [\n                    1702054800000,\n                    0.002827653333333333\n                ],\n                [\n                    1702054500000,\n                    0.00203544\n                ],\n                [\n                    1702054200000,\n                    0.0019388266666666666\n                ],\n                [\n                    1702053900000,\n                    0.0018900533333333332\n                ],\n                [\n                    1702053600000,\n                    0.0020162933333333333\n                ],\n                [\n                    1702053300000,\n                    0.002436213333333333\n                ],\n                [\n                    1702053000000,\n                    0.0022505066666666665\n                ],\n                [\n                    1702052700000,\n                    0.0023043733333333333\n                ],\n                [\n                    1702052400000,\n                    0.0022634666666666668\n                ],\n                [\n                    1702052100000,\n                    0.0018137333333333333\n                ],\n                [\n                    1702051800000,\n                    0.00219736\n                ],\n                [\n                    1702051500000,\n                    0.00229144\n                ],\n                [\n                    1702051200000,\n                    0.0025811199999999997\n                ],\n                [\n                    1702050900000,\n                    0.0023538933333333333\n                ],\n                [\n                    1702050600000,\n                    0.0021928000000000004\n                ],\n                [\n                    1702050300000,\n                    0.002154426666666667\n                ],\n                [\n                    1702050000000,\n                    0.0017733599999999999\n                ],\n                [\n                    1702049700000,\n                    0.0023318133333333334\n                ],\n                [\n                    1702049400000,\n                    0.0020690933333333333\n                ],\n                [\n                    1702049100000,\n                    0.0021066933333333334\n                ],\n                [\n                    1702048800000,\n                    0.002491786666666667\n                ],\n                [\n                    1702048500000,\n                    0.001995813333333333\n                ],\n                [\n                    1702048200000,\n                    0.0020658666666666667\n                ],\n                [\n                    1702047900000,\n                    0.00246912\n                ],\n                [\n                    1702047600000,\n                    0.0021648266666666667\n                ],\n                [\n                    1702047300000,\n                    0.0021510933333333333\n                ],\n                [\n                    1702047000000,\n                    0.00259416\n                ],\n                [\n                    1702046700000,\n                    0.0021361333333333333\n                ],\n                [\n                    1702046400000,\n                    0.002135493333333333\n                ],\n                [\n                    1702046100000,\n                    0.00232592\n                ],\n                [\n                    1702045800000,\n                    0.0019127733333333334\n                ],\n                [\n                    1702045500000,\n                    0.0019462133333333334\n                ],\n                [\n                    1702045200000,\n                    0.0023852533333333335\n                ],\n                [\n                    1702044900000,\n                    0.0025210133333333335\n                ],\n                [\n                    1702044600000,\n                    0.00194944\n                ],\n                [\n                    1702044300000,\n                    0.0028052266666666664\n                ],\n                [\n                    1702044000000,\n                    0.0019441066666666667\n                ],\n                [\n                    1702043700000,\n                    0.001975573333333333\n                ],\n                [\n                    1702043400000,\n                    0.002319733333333333\n                ],\n                [\n                    1702043100000,\n                    0.002265066666666667\n                ],\n                [\n                    1702042800000,\n                    0.00242488\n                ],\n                [\n                    1702042500000,\n                    0.0021946933333333333\n                ],\n                [\n                    1702042200000,\n                    0.0022223200000000003\n                ],\n                [\n                    1702041900000,\n                    0.0018199466666666668\n                ],\n                [\n                    1702041600000,\n                    0.0020568533333333336\n                ],\n                [\n                    1702041300000,\n                    0.002174133333333333\n                ],\n                [\n                    1702041000000,\n                    0.0022233066666666667\n                ],\n                [\n                    1702040700000,\n                    0.0030492533333333336\n                ],\n                [\n                    1702040400000,\n                    0.0021311733333333333\n                ],\n                [\n                    1702040100000,\n                    0.001966666666666667\n                ],\n                [\n                    1702039800000,\n                    0.0020091733333333335\n                ],\n                [\n                    1702039500000,\n                    0.002081973333333333\n                ],\n                [\n                    1702039200000,\n                    0.0021085066666666668\n                ],\n                [\n                    1702038900000,\n                    0.00316184\n                ],\n                [\n                    1702038600000,\n                    0.0019441600000000001\n                ],\n                [\n                    1702038300000,\n                    0.00197128\n                ],\n                [\n                    1702038000000,\n                    0.0018796800000000001\n                ],\n                [\n                    1702037700000,\n                    0.0019946133333333333\n                ],\n                [\n                    1702037400000,\n                    0.0021725066666666666\n                ],\n                [\n                    1702037100000,\n                    0.00253624\n                ],\n                [\n                    1702036800000,\n                    0.002760026666666667\n                ],\n                [\n                    1702036500000,\n                    0.0018880799999999999\n                ],\n                [\n                    1702036200000,\n                    0.0023823733333333333\n                ],\n                [\n                    1702035900000,\n                    0.0016954133333333334\n                ],\n                [\n                    1702035600000,\n                    0.0019868\n                ],\n                [\n                    1702035300000,\n                    0.0027052533333333335\n                ],\n                [\n                    1702035000000,\n                    0.0020538933333333334\n                ],\n                [\n                    1702034700000,\n                    0.0026462933333333337\n                ],\n                [\n                    1702034400000,\n                    0.0018506133333333332\n                ],\n                [\n                    1702034100000,\n                    0.0020587733333333334\n                ],\n                [\n                    1702033800000,\n                    0.0019337333333333334\n                ],\n                [\n                    1702033500000,\n                    0.00262992\n                ],\n                [\n                    1702033200000,\n                    0.002163093333333333\n                ],\n                [\n                    1702032900000,\n                    0.00247792\n                ],\n                [\n                    1702032600000,\n                    0.00246256\n                ],\n                [\n                    1702032300000,\n                    0.0019703466666666667\n                ],\n                [\n                    1702032000000,\n                    0.0017327466666666666\n                ],\n                [\n                    1702031700000,\n                    0.00235864\n                ],\n                [\n                    1702031400000,\n                    0.00224848\n                ],\n                [\n                    1702031100000,\n                    0.0021481066666666666\n                ],\n                [\n                    1702030800000,\n                    0.0026972533333333337\n                ],\n                [\n                    1702030500000,\n                    0.0019992\n                ],\n                [\n                    1702030200000,\n                    0.0019052000000000001\n                ],\n                [\n                    1702029900000,\n                    0.0024852533333333334\n                ],\n                [\n                    1702029600000,\n                    0.0018431733333333334\n                ],\n                [\n                    1702029300000,\n                    0.00241184\n                ],\n                [\n                    1702029000000,\n                    0.0024311999999999997\n                ],\n                [\n                    1702028700000,\n                    0.00236536\n                ],\n                [\n                    1702028400000,\n                    0.00182416\n                ],\n                [\n                    1702028100000,\n                    0.0026861866666666664\n                ],\n                [\n                    1702027800000,\n                    0.0016206933333333335\n                ],\n                [\n                    1702027500000,\n                    0.00190728\n                ],\n                [\n                    1702027200000,\n                    0.0026586933333333333\n                ],\n                [\n                    1702026900000,\n                    0.0020970666666666666\n                ],\n                [\n                    1702026600000,\n                    0.0022395466666666666\n                ],\n                [\n                    1702026300000,\n                    0.0024025599999999998\n                ],\n                [\n                    1702026000000,\n                    0.0021451733333333334\n                ],\n                [\n                    1702025700000,\n                    0.00201928\n                ],\n                [\n                    1702025400000,\n                    0.002186\n                ],\n                [\n                    1702025100000,\n                    0.0022658133333333334\n                ],\n                [\n                    1702024800000,\n                    0.0025232533333333336\n                ],\n                [\n                    1702024500000,\n                    0.0024702133333333333\n                ],\n                [\n                    1702024200000,\n                    0.002427173333333333\n                ],\n                [\n                    1702023900000,\n                    0.0014990933333333333\n                ],\n                [\n                    1702023600000,\n                    0.0021552266666666664\n                ],\n                [\n                    1702023300000,\n                    0.0024203733333333336\n                ],\n                [\n                    1702023000000,\n                    0.0021059200000000003\n                ],\n                [\n                    1702022700000,\n                    0.0028396533333333333\n                ],\n                [\n                    1702022400000,\n                    0.0019548\n                ],\n                [\n                    1702022100000,\n                    0.0021228266666666667\n                ],\n                [\n                    1702021800000,\n                    0.0022407733333333337\n                ],\n                [\n                    1702021500000,\n                    0.0017723733333333332\n                ],\n                [\n                    1702021200000,\n                    0.00241144\n                ],\n                [\n                    1702020900000,\n                    0.0025974133333333334\n                ],\n                [\n                    1702020600000,\n                    0.0023961866666666666\n                ],\n                [\n                    1702020300000,\n                    0.0016882133333333334\n                ],\n                [\n                    1702020000000,\n                    0.002387653333333333\n                ],\n                [\n                    1702019700000,\n                    0.0018049866666666667\n                ],\n                [\n                    1702019400000,\n                    0.0017730933333333333\n                ],\n                [\n                    1702019100000,\n                    0.00318736\n                ],\n                [\n                    1702018800000,\n                    0.002185173333333333\n                ],\n                [\n                    1702018500000,\n                    0.002528826666666667\n                ],\n                [\n                    1702018200000,\n                    0.0018478933333333333\n                ],\n                [\n                    1702017900000,\n                    0.0021153333333333336\n                ],\n                [\n                    1702017600000,\n                    0.0018991199999999998\n                ],\n                [\n                    1702017300000,\n                    0.00255208\n                ],\n                [\n                    1702017000000,\n                    0.0022547733333333334\n                ],\n                [\n                    1702016700000,\n                    0.002289173333333333\n                ],\n                [\n                    1702016400000,\n                    0.0021612533333333337\n                ],\n                [\n                    1702016100000,\n                    0.0020391199999999997\n                ],\n                [\n                    1702015800000,\n                    0.00187448\n                ],\n                [\n                    1702015500000,\n                    0.0023890666666666668\n                ],\n                [\n                    1702015200000,\n                    0.0023768\n                ],\n                [\n                    1702014900000,\n                    0.00274672\n                ],\n                [\n                    1702014600000,\n                    0.00220112\n                ],\n                [\n                    1702014300000,\n                    0.0020028\n                ],\n                [\n                    1702014000000,\n                    0.00192728\n                ],\n                [\n                    1702013700000,\n                    0.0021997066666666664\n                ],\n                [\n                    1702013400000,\n                    0.00220808\n                ],\n                [\n                    1702013100000,\n                    0.0023205866666666667\n                ],\n                [\n                    1702012800000,\n                    0.002462426666666667\n                ],\n                [\n                    1702012500000,\n                    0.00199056\n                ],\n                [\n                    1702012200000,\n                    0.0018774933333333334\n                ],\n                [\n                    1702011900000,\n                    0.00250256\n                ],\n                [\n                    1702011600000,\n                    0.0021165866666666665\n                ],\n                [\n                    1702011300000,\n                    0.001979013333333333\n                ],\n                [\n                    1702011000000,\n                    0.0032499733333333333\n                ],\n                [\n                    1702010700000,\n                    0.0025742133333333333\n                ],\n                [\n                    1702010400000,\n                    0.0019957066666666666\n                ],\n                [\n                    1702010100000,\n                    0.0022556\n                ],\n                [\n                    1702009800000,\n                    0.00197568\n                ],\n                [\n                    1702009500000,\n                    0.0018283466666666665\n                ],\n                [\n                    1702009200000,\n                    0.0024532533333333334\n                ],\n                [\n                    1702008900000,\n                    0.0020428533333333334\n                ],\n                [\n                    1702008600000,\n                    0.0023213066666666667\n                ],\n                [\n                    1702008300000,\n                    0.0025324\n                ],\n                [\n                    1702008000000,\n                    0.00214352\n                ],\n                [\n                    1702007700000,\n                    0.0020445866666666665\n                ],\n                [\n                    1702007400000,\n                    0.0021339466666666666\n                ],\n                [\n                    1702007100000,\n                    0.0024957066666666666\n                ],\n                [\n                    1702006800000,\n                    0.00203304\n                ],\n                [\n                    1702006500000,\n                    0.0026029333333333336\n                ],\n                [\n                    1702006200000,\n                    0.002487653333333333\n                ],\n                [\n                    1702005900000,\n                    0.00195248\n                ],\n                [\n                    1702005600000,\n                    0.0021160533333333333\n                ],\n                [\n                    1702005300000,\n                    0.0023261866666666664\n                ],\n                [\n                    1702005000000,\n                    0.0023269333333333334\n                ],\n                [\n                    1702004700000,\n                    0.0024226666666666667\n                ],\n                [\n                    1702004400000,\n                    0.0024126399999999998\n                ],\n                [\n                    1702004100000,\n                    0.0021010666666666667\n                ],\n                [\n                    1702003800000,\n                    0.00204272\n                ],\n                [\n                    1702003500000,\n                    0.00222624\n                ],\n                [\n                    1702003200000,\n                    0.002124826666666667\n                ],\n                [\n                    1702002900000,\n                    0.0022634933333333333\n                ],\n                [\n                    1702002600000,\n                    0.0026709333333333335\n                ],\n                [\n                    1702002300000,\n                    0.0020589333333333334\n                ],\n                [\n                    1702002000000,\n                    0.002154346666666667\n                ],\n                [\n                    1702001700000,\n                    0.0019715466666666666\n                ],\n                [\n                    1702001400000,\n                    0.0021814133333333333\n                ],\n                [\n                    1702001100000,\n                    0.00235784\n                ],\n                [\n                    1702000800000,\n                    0.0024575733333333334\n                ],\n                [\n                    1702000500000,\n                    0.0022137600000000004\n                ],\n                [\n                    1702000200000,\n                    0.00233208\n                ],\n                [\n                    1701999900000,\n                    0.0018964533333333334\n                ],\n                [\n                    1701999600000,\n                    0.0020053333333333334\n                ],\n                [\n                    1701999300000,\n                    0.00213648\n                ],\n                [\n                    1701999000000,\n                    0.00273104\n                ],\n                [\n                    1701998700000,\n                    0.0019263466666666665\n                ],\n                [\n                    1701998400000,\n                    0.00250496\n                ],\n                [\n                    1701998100000,\n                    0.00198704\n                ],\n                [\n                    1701997800000,\n                    0.0020164000000000002\n                ],\n                [\n                    1701997500000,\n                    0.0021544\n                ],\n                [\n                    1701997200000,\n                    0.002429573333333333\n                ],\n                [\n                    1701996900000,\n                    0.0022406666666666664\n                ],\n                [\n                    1701996600000,\n                    0.0024538666666666666\n                ],\n                [\n                    1701996300000,\n                    0.002336906666666667\n                ],\n                [\n                    1701996000000,\n                    0.0019293066666666665\n                ],\n                [\n                    1701995700000,\n                    0.0018329333333333333\n                ],\n                [\n                    1701995400000,\n                    0.0025968533333333333\n                ],\n                [\n                    1701995100000,\n                    0.0016594933333333333\n                ],\n                [\n                    1701994800000,\n                    0.002729733333333333\n                ],\n                [\n                    1701994500000,\n                    0.002326453333333333\n                ],\n                [\n                    1701994200000,\n                    0.0017347999999999999\n                ],\n                [\n                    1701993900000,\n                    0.0022920266666666667\n                ],\n                [\n                    1701993600000,\n                    0.0022048533333333333\n                ],\n                [\n                    1701993300000,\n                    0.0024314133333333335\n                ],\n                [\n                    1701993000000,\n                    0.002520053333333333\n                ],\n                [\n                    1701992700000,\n                    0.0020704533333333335\n                ],\n                [\n                    1701992400000,\n                    0.0021554400000000002\n                ],\n                [\n                    1701992100000,\n                    0.0020054933333333333\n                ],\n                [\n                    1701991800000,\n                    0.00245744\n                ],\n                [\n                    1701991500000,\n                    0.0015729333333333335\n                ],\n                [\n                    1701991200000,\n                    0.0025501599999999997\n                ],\n                [\n                    1701990900000,\n                    0.0022221866666666664\n                ],\n                [\n                    1701990600000,\n                    0.0023514666666666667\n                ],\n                [\n                    1701990300000,\n                    0.0019700266666666665\n                ],\n                [\n                    1701990000000,\n                    0.0027392\n                ],\n                [\n                    1701989700000,\n                    0.0019198133333333332\n                ],\n                [\n                    1701989400000,\n                    0.00228528\n                ],\n                [\n                    1701989100000,\n                    0.0021931999999999998\n                ],\n                [\n                    1701988800000,\n                    0.0022090133333333333\n                ],\n                [\n                    1701988500000,\n                    0.00246512\n                ],\n                [\n                    1701988200000,\n                    0.0020851999999999997\n                ],\n                [\n                    1701987900000,\n                    0.0019736266666666668\n                ],\n                [\n                    1701987600000,\n                    0.0020921066666666666\n                ],\n                [\n                    1701987300000,\n                    0.0023350666666666665\n                ],\n                [\n                    1701987000000,\n                    0.0018261066666666666\n                ],\n                [\n                    1701986700000,\n                    0.002401306666666667\n                ],\n                [\n                    1701986400000,\n                    0.0025890133333333334\n                ],\n                [\n                    1701986100000,\n                    0.0022475733333333333\n                ],\n                [\n                    1701985800000,\n                    0.002118\n                ],\n                [\n                    1701985500000,\n                    0.0020456533333333333\n                ],\n                [\n                    1701985200000,\n                    0.0020199466666666666\n                ],\n                [\n                    1701984900000,\n                    0.0025743733333333336\n                ],\n                [\n                    1701984600000,\n                    0.0022768266666666668\n                ],\n                [\n                    1701984300000,\n                    0.00193696\n                ],\n                [\n                    1701984000000,\n                    0.0024018666666666666\n                ],\n                [\n                    1701983700000,\n                    0.0018738666666666666\n                ],\n                [\n                    1701983400000,\n                    0.0021128266666666667\n                ],\n                [\n                    1701983100000,\n                    0.0020773333333333334\n                ],\n                [\n                    1701982800000,\n                    0.0026733866666666666\n                ],\n                [\n                    1701982500000,\n                    0.00265696\n                ],\n                [\n                    1701982200000,\n                    0.00184664\n                ],\n                [\n                    1701981900000,\n                    0.0022030133333333334\n                ],\n                [\n                    1701981600000,\n                    0.00178568\n                ],\n                [\n                    1701981300000,\n                    0.00248408\n                ],\n                [\n                    1701981000000,\n                    0.00249256\n                ],\n                [\n                    1701980700000,\n                    0.0018609333333333333\n                ],\n                [\n                    1701980400000,\n                    0.0025680266666666665\n                ],\n                [\n                    1701980100000,\n                    0.0018937333333333332\n                ],\n                [\n                    1701979800000,\n                    0.0020560266666666666\n                ],\n                [\n                    1701979500000,\n                    0.0019740266666666666\n                ],\n                [\n                    1701979200000,\n                    0.002679466666666667\n                ],\n                [\n                    1701978900000,\n                    0.00195632\n                ],\n                [\n                    1701978600000,\n                    0.00258632\n                ],\n                [\n                    1701978300000,\n                    0.002604533333333333\n                ],\n                [\n                    1701978000000,\n                    0.0018724000000000002\n                ],\n                [\n                    1701977700000,\n                    0.0018366933333333333\n                ],\n                [\n                    1701977400000,\n                    0.002469733333333333\n                ],\n                [\n                    1701977100000,\n                    0.00201176\n                ],\n                [\n                    1701976800000,\n                    0.00249968\n                ],\n                [\n                    1701976500000,\n                    0.00221528\n                ],\n                [\n                    1701976200000,\n                    0.0020675999999999997\n                ],\n                [\n                    1701975900000,\n                    0.00260384\n                ],\n                [\n                    1701975600000,\n                    0.00185624\n                ],\n                [\n                    1701975300000,\n                    0.001981573333333333\n                ],\n                [\n                    1701975000000,\n                    0.0023957866666666668\n                ],\n                [\n                    1701974700000,\n                    0.0024124\n                ],\n                [\n                    1701974400000,\n                    0.0022166666666666667\n                ],\n                [\n                    1701974100000,\n                    0.0020291733333333336\n                ],\n                [\n                    1701973800000,\n                    0.00261456\n                ],\n                [\n                    1701973500000,\n                    0.0015511733333333335\n                ],\n                [\n                    1701973200000,\n                    0.0025731733333333334\n                ],\n                [\n                    1701972900000,\n                    0.0021321866666666666\n                ],\n                [\n                    1701972600000,\n                    0.00201648\n                ],\n                [\n                    1701972300000,\n                    0.0026945066666666665\n                ],\n                [\n                    1701972000000,\n                    0.002159013333333333\n                ],\n                [\n                    1701971700000,\n                    0.0018955733333333332\n                ],\n                [\n                    1701971400000,\n                    0.0023328000000000003\n                ],\n                [\n                    1701971100000,\n                    0.0023997066666666665\n                ],\n                [\n                    1701970800000,\n                    0.0021327466666666663\n                ],\n                [\n                    1701970500000,\n                    0.0023646133333333334\n                ],\n                [\n                    1701970200000,\n                    0.0021734666666666665\n                ],\n                [\n                    1701969900000,\n                    0.0020117866666666665\n                ],\n                [\n                    1701969600000,\n                    0.00214672\n                ],\n                [\n                    1701969300000,\n                    0.0021219733333333332\n                ],\n                [\n                    1701969000000,\n                    0.00217984\n                ],\n                [\n                    1701968700000,\n                    0.002267013333333333\n                ],\n                [\n                    1701968400000,\n                    0.0025412800000000004\n                ],\n                [\n                    1701968100000,\n                    0.0017821333333333334\n                ],\n                [\n                    1701967800000,\n                    0.0027706666666666665\n                ],\n                [\n                    1701967500000,\n                    0.0018008\n                ],\n                [\n                    1701967200000,\n                    0.0022031733333333333\n                ],\n                [\n                    1701966900000,\n                    0.0019399733333333334\n                ],\n                [\n                    1701966600000,\n                    0.00244384\n                ],\n                [\n                    1701966300000,\n                    0.00233656\n                ],\n                [\n                    1701966000000,\n                    0.00196\n                ],\n                [\n                    1701965700000,\n                    0.0025298133333333337\n                ],\n                [\n                    1701965400000,\n                    0.0015844000000000001\n                ],\n                [\n                    1701965100000,\n                    0.002504133333333333\n                ],\n                [\n                    1701964800000,\n                    0.0023371733333333333\n                ],\n                [\n                    1701964500000,\n                    0.0020897066666666665\n                ],\n                [\n                    1701964200000,\n                    0.0026148\n                ],\n                [\n                    1701963900000,\n                    0.0019861333333333333\n                ],\n                [\n                    1701963600000,\n                    0.002013706666666667\n                ],\n                [\n                    1701963300000,\n                    0.0021004\n                ],\n                [\n                    1701963000000,\n                    0.0023031466666666666\n                ],\n                [\n                    1701962700000,\n                    0.002083306666666667\n                ],\n                [\n                    1701962400000,\n                    0.0027909333333333334\n                ],\n                [\n                    1701962100000,\n                    0.0018065866666666665\n                ],\n                [\n                    1701961800000,\n                    0.0022875466666666664\n                ],\n                [\n                    1701961500000,\n                    0.0019718133333333334\n                ],\n                [\n                    1701961200000,\n                    0.00231744\n                ],\n                [\n                    1701960900000,\n                    0.00197992\n                ],\n                [\n                    1701960600000,\n                    0.0028536\n                ],\n                [\n                    1701960300000,\n                    0.002265066666666667\n                ],\n                [\n                    1701960000000,\n                    0.0016233866666666668\n                ],\n                [\n                    1701959700000,\n                    0.002409733333333333\n                ],\n                [\n                    1701959400000,\n                    0.0022492266666666663\n                ],\n                [\n                    1701959100000,\n                    0.0020905066666666665\n                ],\n                [\n                    1701958800000,\n                    0.002358\n                ],\n                [\n                    1701958500000,\n                    0.002020773333333333\n                ],\n                [\n                    1701958200000,\n                    0.002244\n                ],\n                [\n                    1701957900000,\n                    0.0020449866666666667\n                ],\n                [\n                    1701957600000,\n                    0.00242648\n                ],\n                [\n                    1701957300000,\n                    0.00194608\n                ],\n                [\n                    1701957000000,\n                    0.0026117600000000003\n                ],\n                [\n                    1701956700000,\n                    0.0022466666666666663\n                ],\n                [\n                    1701956400000,\n                    0.0023024\n                ],\n                [\n                    1701956100000,\n                    0.00193968\n                ],\n                [\n                    1701955800000,\n                    0.002304826666666667\n                ],\n                [\n                    1701955500000,\n                    0.00206656\n                ],\n                [\n                    1701955200000,\n                    0.00229384\n                ],\n                [\n                    1701954900000,\n                    0.0020788533333333335\n                ],\n                [\n                    1701954600000,\n                    0.0024258400000000003\n                ],\n                [\n                    1701954300000,\n                    0.00241192\n                ],\n                [\n                    1701954000000,\n                    0.001942\n                ],\n                [\n                    1701953700000,\n                    0.0022148000000000003\n                ],\n                [\n                    1701953400000,\n                    0.0023110933333333333\n                ],\n                [\n                    1701953100000,\n                    0.0022389333333333334\n                ],\n                [\n                    1701952800000,\n                    0.0023496\n                ],\n                [\n                    1701952500000,\n                    0.00171488\n                ],\n                [\n                    1701952200000,\n                    0.00277976\n                ],\n                [\n                    1701951900000,\n                    0.0018670933333333332\n                ],\n                [\n                    1701951600000,\n                    0.0022090933333333332\n                ],\n                [\n                    1701951300000,\n                    0.0019274133333333334\n                ],\n                [\n                    1701951000000,\n                    0.00230544\n                ],\n                [\n                    1701950700000,\n                    0.002102506666666667\n                ],\n                [\n                    1701950400000,\n                    0.0025234666666666666\n                ],\n                [\n                    1701950100000,\n                    0.0020540533333333333\n                ],\n                [\n                    1701949800000,\n                    0.0024155733333333334\n                ],\n                [\n                    1701949500000,\n                    0.00208496\n                ],\n                [\n                    1701949200000,\n                    0.0021443733333333334\n                ],\n                [\n                    1701948900000,\n                    0.0020046666666666667\n                ],\n                [\n                    1701948600000,\n                    0.00246536\n                ],\n                [\n                    1701948300000,\n                    0.0023983200000000002\n                ],\n                [\n                    1701948000000,\n                    0.0021748533333333336\n                ],\n                [\n                    1701947700000,\n                    0.0023096266666666667\n                ],\n                [\n                    1701947400000,\n                    0.0017983733333333332\n                ],\n                [\n                    1701947100000,\n                    0.00260696\n                ],\n                [\n                    1701946800000,\n                    0.002089733333333333\n                ],\n                [\n                    1701946500000,\n                    0.0021893333333333335\n                ],\n                [\n                    1701946200000,\n                    0.0025878133333333336\n                ],\n                [\n                    1701945900000,\n                    0.00197896\n                ],\n                [\n                    1701945600000,\n                    0.00220752\n                ],\n                [\n                    1701945300000,\n                    0.0018844266666666668\n                ],\n                [\n                    1701945000000,\n                    0.0024419733333333332\n                ],\n                [\n                    1701944700000,\n                    0.0020809066666666667\n                ],\n                [\n                    1701944400000,\n                    0.0027132533333333337\n                ],\n                [\n                    1701944100000,\n                    0.0018895466666666667\n                ],\n                [\n                    1701943800000,\n                    0.0023144\n                ],\n                [\n                    1701943500000,\n                    0.0018958666666666665\n                ],\n                [\n                    1701943200000,\n                    0.0023013866666666666\n                ],\n                [\n                    1701942900000,\n                    0.00196176\n                ],\n                [\n                    1701942600000,\n                    0.0024141066666666664\n                ],\n                [\n                    1701942300000,\n                    0.0026591466666666666\n                ],\n                [\n                    1701942000000,\n                    0.0017847733333333333\n                ],\n                [\n                    1701941700000,\n                    0.0022962399999999997\n                ],\n                [\n                    1701941400000,\n                    0.00235704\n                ],\n                [\n                    1701941100000,\n                    0.00213912\n                ],\n                [\n                    1701940800000,\n                    0.0020361066666666665\n                ],\n                [\n                    1701940500000,\n                    0.002247013333333333\n                ],\n                [\n                    1701940200000,\n                    0.0022729333333333336\n                ],\n                [\n                    1701939900000,\n                    0.0020028\n                ],\n                [\n                    1701939600000,\n                    0.0026866399999999997\n                ],\n                [\n                    1701939300000,\n                    0.0017155466666666666\n                ],\n                [\n                    1701939000000,\n                    0.0024716\n                ],\n                [\n                    1701938700000,\n                    0.0023275466666666665\n                ],\n                [\n                    1701938400000,\n                    0.0021161066666666667\n                ],\n                [\n                    1701938100000,\n                    0.00232672\n                ],\n                [\n                    1701937800000,\n                    0.0021451733333333334\n                ],\n                [\n                    1701937500000,\n                    0.0021026666666666663\n                ],\n                [\n                    1701937200000,\n                    0.002308\n                ],\n                [\n                    1701936900000,\n                    0.0021699466666666666\n                ],\n                [\n                    1701936600000,\n                    0.0019031733333333333\n                ],\n                [\n                    1701936300000,\n                    0.002684\n                ],\n                [\n                    1701936000000,\n                    0.00204376\n                ],\n                [\n                    1701935700000,\n                    0.0023386933333333334\n                ],\n                [\n                    1701935400000,\n                    0.0022888\n                ],\n                [\n                    1701935100000,\n                    0.0022889333333333335\n                ],\n                [\n                    1701934800000,\n                    0.00211352\n                ],\n                [\n                    1701934500000,\n                    0.0020956266666666665\n                ],\n                [\n                    1701934200000,\n                    0.0028401066666666665\n                ],\n                [\n                    1701933900000,\n                    0.0015943733333333332\n                ],\n                [\n                    1701933600000,\n                    0.002340826666666667\n                ],\n                [\n                    1701933300000,\n                    0.0020125866666666666\n                ],\n                [\n                    1701933000000,\n                    0.002077093333333333\n                ],\n                [\n                    1701932700000,\n                    0.002250826666666667\n                ],\n                [\n                    1701932400000,\n                    0.002719733333333333\n                ],\n                [\n                    1701932100000,\n                    0.0020078933333333333\n                ],\n                [\n                    1701931800000,\n                    0.0021814666666666667\n                ],\n                [\n                    1701931500000,\n                    0.0023386666666666664\n                ],\n                [\n                    1701931200000,\n                    0.00172648\n                ],\n                [\n                    1701930900000,\n                    0.002323386666666667\n                ],\n                [\n                    1701930600000,\n                    0.002308506666666667\n                ],\n                [\n                    1701930300000,\n                    0.002460453333333333\n                ],\n                [\n                    1701930000000,\n                    0.00207248\n                ],\n                [\n                    1701929700000,\n                    0.00182616\n                ],\n                [\n                    1701929400000,\n                    0.0025045333333333334\n                ],\n                [\n                    1701929100000,\n                    0.0021078933333333336\n                ],\n                [\n                    1701928800000,\n                    0.0024894933333333333\n                ],\n                [\n                    1701928500000,\n                    0.0019832266666666666\n                ],\n                [\n                    1701928200000,\n                    0.0027741066666666665\n                ],\n                [\n                    1701927900000,\n                    0.0022257066666666664\n                ],\n                [\n                    1701927600000,\n                    0.0021470666666666667\n                ],\n                [\n                    1701927300000,\n                    0.002093786666666667\n                ],\n                [\n                    1701927000000,\n                    0.0024702133333333333\n                ],\n                [\n                    1701926700000,\n                    0.0018196800000000002\n                ],\n                [\n                    1701926400000,\n                    0.00252192\n                ],\n                [\n                    1701926100000,\n                    0.00212152\n                ],\n                [\n                    1701925800000,\n                    0.0019825866666666665\n                ],\n                [\n                    1701925500000,\n                    0.0023024533333333335\n                ],\n                [\n                    1701925200000,\n                    0.0021413333333333336\n                ],\n                [\n                    1701924900000,\n                    0.003140693333333333\n                ],\n                [\n                    1701924600000,\n                    0.002876133333333333\n                ],\n                [\n                    1701924300000,\n                    0.0026913333333333333\n                ],\n                [\n                    1701924000000,\n                    0.00196728\n                ],\n                [\n                    1701923700000,\n                    0.0018256\n                ],\n                [\n                    1701923400000,\n                    0.0024906666666666666\n                ],\n                [\n                    1701923100000,\n                    0.0019374133333333334\n                ],\n                [\n                    1701922800000,\n                    0.0021520266666666668\n                ],\n                [\n                    1701922500000,\n                    0.0023086933333333333\n                ],\n                [\n                    1701922200000,\n                    0.0025368533333333335\n                ],\n                [\n                    1701921900000,\n                    0.0016794933333333334\n                ],\n                [\n                    1701921600000,\n                    0.0022329333333333335\n                ],\n                [\n                    1701921300000,\n                    0.0022327466666666666\n                ],\n                [\n                    1701921000000,\n                    0.00229728\n                ],\n                [\n                    1701920700000,\n                    0.00224376\n                ],\n                [\n                    1701920400000,\n                    0.002452266666666667\n                ],\n                [\n                    1701920100000,\n                    0.002413866666666667\n                ],\n                [\n                    1701919800000,\n                    0.00203312\n                ],\n                [\n                    1701919500000,\n                    0.0021347199999999997\n                ],\n                [\n                    1701919200000,\n                    0.00198624\n                ],\n                [\n                    1701918900000,\n                    0.0021702933333333334\n                ],\n                [\n                    1701918600000,\n                    0.00181792\n                ],\n                [\n                    1701918300000,\n                    0.0026954933333333334\n                ],\n                [\n                    1701918000000,\n                    0.0025178933333333334\n                ],\n                [\n                    1701917700000,\n                    0.0018782133333333333\n                ],\n                [\n                    1701917400000,\n                    0.002119946666666667\n                ],\n                [\n                    1701917100000,\n                    0.00211792\n                ],\n                [\n                    1701916800000,\n                    0.002296906666666667\n                ],\n                [\n                    1701916500000,\n                    0.00223152\n                ],\n                [\n                    1701916200000,\n                    0.003047653333333333\n                ],\n                [\n                    1701915900000,\n                    0.0016457866666666665\n                ],\n                [\n                    1701915600000,\n                    0.002045466666666667\n                ],\n                [\n                    1701915300000,\n                    0.00208936\n                ],\n                [\n                    1701915000000,\n                    0.00226656\n                ],\n                [\n                    1701914700000,\n                    0.002016853333333333\n                ],\n                [\n                    1701914400000,\n                    0.0027384266666666667\n                ],\n                [\n                    1701914100000,\n                    0.0022142933333333336\n                ],\n                [\n                    1701913800000,\n                    0.0019885866666666664\n                ],\n                [\n                    1701913500000,\n                    0.00238752\n                ],\n                [\n                    1701913200000,\n                    0.0017149866666666667\n                ],\n                [\n                    1701912900000,\n                    0.0025034666666666665\n                ],\n                [\n                    1701912600000,\n                    0.0021557066666666666\n                ],\n                [\n                    1701912300000,\n                    0.002565973333333333\n                ],\n                [\n                    1701912000000,\n                    0.0022685866666666667\n                ],\n                [\n                    1701911700000,\n                    0.0017808\n                ],\n                [\n                    1701911400000,\n                    0.0018493333333333333\n                ],\n                [\n                    1701911100000,\n                    0.002258266666666667\n                ],\n                [\n                    1701910800000,\n                    0.00271648\n                ],\n                [\n                    1701910500000,\n                    0.0018132533333333333\n                ],\n                [\n                    1701910200000,\n                    0.0028487733333333333\n                ],\n                [\n                    1701909900000,\n                    0.0020432266666666667\n                ],\n                [\n                    1701909600000,\n                    0.0017094933333333332\n                ],\n                [\n                    1701909300000,\n                    0.0022288\n                ],\n                [\n                    1701909000000,\n                    0.0023714933333333333\n                ],\n                [\n                    1701908700000,\n                    0.0020462933333333334\n                ],\n                [\n                    1701908400000,\n                    0.0025562933333333334\n                ],\n                [\n                    1701908100000,\n                    0.0022157333333333333\n                ],\n                [\n                    1701907800000,\n                    0.0017344533333333333\n                ],\n                [\n                    1701907500000,\n                    0.00218624\n                ],\n                [\n                    1701907200000,\n                    0.002382693333333333\n                ],\n                [\n                    1701906900000,\n                    0.0023350666666666665\n                ],\n                [\n                    1701906600000,\n                    0.002053786666666667\n                ],\n                [\n                    1701906300000,\n                    0.002535173333333333\n                ],\n                [\n                    1701906000000,\n                    0.0020830933333333334\n                ],\n                [\n                    1701905700000,\n                    0.0020984000000000003\n                ],\n                [\n                    1701905400000,\n                    0.0021263466666666666\n                ],\n                [\n                    1701905100000,\n                    0.00206856\n                ],\n                [\n                    1701904800000,\n                    0.0023790133333333333\n                ],\n                [\n                    1701904500000,\n                    0.0017977066666666668\n                ],\n                [\n                    1701904200000,\n                    0.0027030133333333334\n                ],\n                [\n                    1701903900000,\n                    0.002063653333333333\n                ],\n                [\n                    1701903600000,\n                    0.0023705333333333333\n                ],\n                [\n                    1701903300000,\n                    0.00171616\n                ],\n                [\n                    1701903000000,\n                    0.00265\n                ],\n                [\n                    1701902700000,\n                    0.0021960533333333335\n                ],\n                [\n                    1701902400000,\n                    0.0022868800000000002\n                ],\n                [\n                    1701902100000,\n                    0.00253344\n                ],\n                [\n                    1701901800000,\n                    0.0021994666666666665\n                ],\n                [\n                    1701901500000,\n                    0.0020162133333333334\n                ],\n                [\n                    1701901200000,\n                    0.0026169066666666668\n                ],\n                [\n                    1701900900000,\n                    0.0020329333333333334\n                ],\n                [\n                    1701900600000,\n                    0.0021821333333333333\n                ],\n                [\n                    1701900300000,\n                    0.00279744\n                ],\n                [\n                    1701900000000,\n                    0.0024062399999999996\n                ],\n                [\n                    1701899700000,\n                    0.0019135733333333332\n                ],\n                [\n                    1701899400000,\n                    0.0022885333333333333\n                ],\n                [\n                    1701899100000,\n                    0.0025271466666666664\n                ],\n                [\n                    1701898800000,\n                    0.002031813333333333\n                ],\n                [\n                    1701898500000,\n                    0.0025131466666666667\n                ],\n                [\n                    1701898200000,\n                    0.0028192533333333335\n                ],\n                [\n                    1701897900000,\n                    0.0023296799999999998\n                ],\n                [\n                    1701897600000,\n                    0.00228296\n                ],\n                [\n                    1701897300000,\n                    0.00203344\n                ],\n                [\n                    1701897000000,\n                    0.0027272266666666664\n                ],\n                [\n                    1701896700000,\n                    0.0028604533333333334\n                ],\n                [\n                    1701896400000,\n                    0.0018566933333333333\n                ],\n                [\n                    1701896100000,\n                    0.0028222399999999997\n                ],\n                [\n                    1701895800000,\n                    0.0023371466666666663\n                ],\n                [\n                    1701895500000,\n                    0.002586346666666667\n                ],\n                [\n                    1701895200000,\n                    0.0017270666666666665\n                ],\n                [\n                    1701894900000,\n                    0.0030425866666666667\n                ],\n                [\n                    1701894600000,\n                    0.0021997333333333333\n                ],\n                [\n                    1701894300000,\n                    0.0019084\n                ],\n                [\n                    1701894000000,\n                    0.0028221333333333333\n                ],\n                [\n                    1701893700000,\n                    0.001922\n                ],\n                [\n                    1701893400000,\n                    0.0020769866666666666\n                ],\n                [\n                    1701893100000,\n                    0.00238008\n                ],\n                [\n                    1701892800000,\n                    0.002060266666666667\n                ],\n                [\n                    1701892500000,\n                    0.00201296\n                ],\n                [\n                    1701892200000,\n                    0.0025925333333333333\n                ],\n                [\n                    1701891900000,\n                    0.00231128\n                ],\n                [\n                    1701891600000,\n                    0.002234906666666667\n                ],\n                [\n                    1701891300000,\n                    0.0020642666666666667\n                ],\n                [\n                    1701891000000,\n                    0.0025440533333333333\n                ],\n                [\n                    1701890700000,\n                    0.002022186666666667\n                ],\n                [\n                    1701890400000,\n                    0.0018952533333333333\n                ],\n                [\n                    1701890100000,\n                    0.0024848533333333336\n                ],\n                [\n                    1701889800000,\n                    0.0022326399999999997\n                ],\n                [\n                    1701889500000,\n                    0.0025929066666666666\n                ],\n                [\n                    1701889200000,\n                    0.00178024\n                ],\n                [\n                    1701888900000,\n                    0.00220816\n                ],\n                [\n                    1701888600000,\n                    0.00208952\n                ],\n                [\n                    1701888300000,\n                    0.0020544533333333335\n                ],\n                [\n                    1701888000000,\n                    0.002713493333333333\n                ],\n                [\n                    1701887700000,\n                    0.00222336\n                ],\n                [\n                    1701887400000,\n                    0.00242136\n                ],\n                [\n                    1701887100000,\n                    0.0021236799999999998\n                ],\n                [\n                    1701886800000,\n                    0.00222304\n                ],\n                [\n                    1701886500000,\n                    0.0020011733333333333\n                ],\n                [\n                    1701886200000,\n                    0.002457973333333333\n                ],\n                [\n                    1701885900000,\n                    0.0020359733333333335\n                ],\n                [\n                    1701885600000,\n                    0.0023552\n                ],\n                [\n                    1701885300000,\n                    0.00206224\n                ],\n                [\n                    1701885000000,\n                    0.002266346666666667\n                ],\n                [\n                    1701884700000,\n                    0.002103866666666667\n                ],\n                [\n                    1701884400000,\n                    0.00227232\n                ],\n                [\n                    1701884100000,\n                    0.0023223733333333336\n                ],\n                [\n                    1701883800000,\n                    0.002398\n                ],\n                [\n                    1701883500000,\n                    0.0020356266666666668\n                ],\n                [\n                    1701883200000,\n                    0.0018743199999999998\n                ],\n                [\n                    1701882900000,\n                    0.0024073600000000003\n                ],\n                [\n                    1701882600000,\n                    0.0022356533333333334\n                ],\n                [\n                    1701882300000,\n                    0.0019269333333333334\n                ],\n                [\n                    1701882000000,\n                    0.0031672\n                ],\n                [\n                    1701881700000,\n                    0.0020813333333333335\n                ],\n                [\n                    1701881400000,\n                    0.0021383733333333334\n                ],\n                [\n                    1701881100000,\n                    0.002449573333333333\n                ],\n                [\n                    1701880800000,\n                    0.0023081866666666666\n                ],\n                [\n                    1701880500000,\n                    0.00197128\n                ],\n                [\n                    1701880200000,\n                    0.0026711466666666664\n                ],\n                [\n                    1701879900000,\n                    0.00223088\n                ],\n                [\n                    1701879600000,\n                    0.0021558933333333335\n                ],\n                [\n                    1701879300000,\n                    0.0023720266666666665\n                ],\n                [\n                    1701879000000,\n                    0.00239344\n                ],\n                [\n                    1701878700000,\n                    0.0019915466666666666\n                ],\n                [\n                    1701878400000,\n                    0.0024547466666666666\n                ],\n                [\n                    1701878100000,\n                    0.0024059466666666667\n                ],\n                [\n                    1701877800000,\n                    0.002184133333333333\n                ],\n                [\n                    1701877500000,\n                    0.0020606133333333334\n                ],\n                [\n                    1701877200000,\n                    0.00235288\n                ],\n                [\n                    1701876900000,\n                    0.0021284533333333334\n                ],\n                [\n                    1701876600000,\n                    0.002229653333333333\n                ],\n                [\n                    1701876300000,\n                    0.0021940266666666667\n                ],\n                [\n                    1701876000000,\n                    0.0027835466666666668\n                ],\n                [\n                    1701875700000,\n                    0.0018165066666666666\n                ],\n                [\n                    1701875400000,\n                    0.001963013333333333\n                ],\n                [\n                    1701875100000,\n                    0.0020808266666666668\n                ],\n                [\n                    1701874800000,\n                    0.0024614133333333336\n                ],\n                [\n                    1701874500000,\n                    0.0018433866666666668\n                ],\n                [\n                    1701874200000,\n                    0.002494426666666667\n                ],\n                [\n                    1701873900000,\n                    0.0025546666666666665\n                ],\n                [\n                    1701873600000,\n                    0.0018934933333333334\n                ],\n                [\n                    1701873300000,\n                    0.002659386666666667\n                ],\n                [\n                    1701873000000,\n                    0.0024112266666666666\n                ],\n                [\n                    1701872700000,\n                    0.00200032\n                ],\n                [\n                    1701872400000,\n                    0.00195448\n                ],\n                [\n                    1701872100000,\n                    0.0025693333333333336\n                ],\n                [\n                    1701871800000,\n                    0.0020185866666666665\n                ],\n                [\n                    1701871500000,\n                    0.0019526933333333333\n                ],\n                [\n                    1701871200000,\n                    0.0026552\n                ],\n                [\n                    1701870900000,\n                    0.0019873866666666666\n                ],\n                [\n                    1701870600000,\n                    0.0021507733333333335\n                ],\n                [\n                    1701870300000,\n                    0.0022256266666666664\n                ],\n                [\n                    1701870000000,\n                    0.002281173333333333\n                ],\n                [\n                    1701869700000,\n                    0.0025249866666666666\n                ],\n                [\n                    1701869400000,\n                    0.00200832\n                ],\n                [\n                    1701869100000,\n                    0.0018922133333333334\n                ],\n                [\n                    1701868800000,\n                    0.00241376\n                ],\n                [\n                    1701868500000,\n                    0.0021210133333333333\n                ],\n                [\n                    1701868200000,\n                    0.0021492266666666665\n                ],\n                [\n                    1701867900000,\n                    0.002463173333333333\n                ],\n                [\n                    1701867600000,\n                    0.0022939466666666666\n                ],\n                [\n                    1701867300000,\n                    0.0021706666666666667\n                ],\n                [\n                    1701867000000,\n                    0.0021763733333333333\n                ],\n                [\n                    1701866700000,\n                    0.002277173333333333\n                ],\n                [\n                    1701866400000,\n                    0.00188576\n                ],\n                [\n                    1701866100000,\n                    0.0026618133333333334\n                ],\n                [\n                    1701865800000,\n                    0.00224696\n                ],\n                [\n                    1701865500000,\n                    0.0018077866666666666\n                ],\n                [\n                    1701865200000,\n                    0.0023304000000000003\n                ],\n                [\n                    1701864900000,\n                    0.0022912266666666663\n                ],\n                [\n                    1701864600000,\n                    0.0019221066666666666\n                ],\n                [\n                    1701864300000,\n                    0.0020934133333333333\n                ],\n                [\n                    1701864000000,\n                    0.0026392266666666665\n                ],\n                [\n                    1701863700000,\n                    0.002076506666666667\n                ],\n                [\n                    1701863400000,\n                    0.00199056\n                ],\n                [\n                    1701863100000,\n                    0.002443013333333333\n                ],\n                [\n                    1701862800000,\n                    0.002107466666666667\n                ],\n                [\n                    1701862500000,\n                    0.00206656\n                ],\n                [\n                    1701862200000,\n                    0.0026935733333333335\n                ],\n                [\n                    1701861900000,\n                    0.0020912266666666666\n                ],\n                [\n                    1701861600000,\n                    0.00217584\n                ],\n                [\n                    1701861300000,\n                    0.0021754933333333333\n                ],\n                [\n                    1701861000000,\n                    0.00218096\n                ],\n                [\n                    1701860700000,\n                    0.0019270666666666666\n                ],\n                [\n                    1701860400000,\n                    0.0023110133333333334\n                ],\n                [\n                    1701860100000,\n                    0.0026655199999999998\n                ],\n                [\n                    1701859800000,\n                    0.002088986666666667\n                ],\n                [\n                    1701859500000,\n                    0.0021219733333333332\n                ],\n                [\n                    1701859200000,\n                    0.002152213333333333\n                ],\n                [\n                    1701858900000,\n                    0.0024196\n                ],\n                [\n                    1701858600000,\n                    0.00205944\n                ],\n                [\n                    1701858300000,\n                    0.00182128\n                ],\n                [\n                    1701858000000,\n                    0.002584693333333333\n                ],\n                [\n                    1701857700000,\n                    0.002479306666666667\n                ],\n                [\n                    1701857400000,\n                    0.0017597066666666667\n                ],\n                [\n                    1701857100000,\n                    0.0022666933333333333\n                ],\n                [\n                    1701856800000,\n                    0.0024461066666666667\n                ],\n                [\n                    1701856500000,\n                    0.0019158133333333333\n                ],\n                [\n                    1701856200000,\n                    0.0022532266666666664\n                ],\n                [\n                    1701855900000,\n                    0.0027396266666666665\n                ],\n                [\n                    1701855600000,\n                    0.00186728\n                ],\n                [\n                    1701855300000,\n                    0.0020265599999999997\n                ],\n                [\n                    1701855000000,\n                    0.0024194666666666666\n                ],\n                [\n                    1701854700000,\n                    0.0020490933333333333\n                ],\n                [\n                    1701854400000,\n                    0.00207864\n                ],\n                [\n                    1701854100000,\n                    0.00249416\n                ],\n                [\n                    1701853800000,\n                    0.0022128533333333335\n                ],\n                [\n                    1701853500000,\n                    0.0022345866666666665\n                ],\n                [\n                    1701853200000,\n                    0.0024807199999999996\n                ],\n                [\n                    1701852900000,\n                    0.0021661333333333334\n                ],\n                [\n                    1701852600000,\n                    0.00208208\n                ],\n                [\n                    1701852300000,\n                    0.0016548533333333333\n                ],\n                [\n                    1701852000000,\n                    0.0024961866666666664\n                ],\n                [\n                    1701851700000,\n                    0.002643973333333333\n                ],\n                [\n                    1701851400000,\n                    0.0022106933333333333\n                ],\n                [\n                    1701851100000,\n                    0.00225048\n                ],\n                [\n                    1701850800000,\n                    0.0021262133333333332\n                ],\n                [\n                    1701850500000,\n                    0.00194584\n                ],\n                [\n                    1701850200000,\n                    0.0018850133333333334\n                ],\n                [\n                    1701849900000,\n                    0.0027829066666666667\n                ],\n                [\n                    1701849600000,\n                    0.0023300266666666665\n                ],\n                [\n                    1701849300000,\n                    0.0018947999999999999\n                ],\n                [\n                    1701849000000,\n                    0.002190506666666667\n                ],\n                [\n                    1701848700000,\n                    0.00225904\n                ],\n                [\n                    1701848400000,\n                    0.0018544266666666667\n                ],\n                [\n                    1701848100000,\n                    0.002510213333333333\n                ],\n                [\n                    1701847800000,\n                    0.00263344\n                ],\n                [\n                    1701847500000,\n                    0.0018093599999999999\n                ],\n                [\n                    1701847200000,\n                    0.0021379466666666667\n                ],\n                [\n                    1701846900000,\n                    0.00249696\n                ],\n                [\n                    1701846600000,\n                    0.0023981866666666664\n                ],\n                [\n                    1701846300000,\n                    0.0016762666666666666\n                ],\n                [\n                    1701846000000,\n                    0.0026723733333333336\n                ],\n                [\n                    1701845700000,\n                    0.0021563466666666667\n                ],\n                [\n                    1701845400000,\n                    0.0020448266666666668\n                ],\n                [\n                    1701845100000,\n                    0.0021344800000000002\n                ],\n                [\n                    1701844800000,\n                    0.00228992\n                ],\n                [\n                    1701844500000,\n                    0.0022510666666666667\n                ],\n                [\n                    1701844200000,\n                    0.00206544\n                ],\n                [\n                    1701843900000,\n                    0.0024497066666666666\n                ],\n                [\n                    1701843600000,\n                    0.002042266666666667\n                ],\n                [\n                    1701843300000,\n                    0.0021881866666666667\n                ],\n                [\n                    1701843000000,\n                    0.002055466666666667\n                ],\n                [\n                    1701842700000,\n                    0.00215584\n                ],\n                [\n                    1701842400000,\n                    0.002254533333333333\n                ]\n            ],\n            \"unit\": {\n                \"name\": \"Mbps\",\n                \"fullName\": \"Megabits per second\"\n            }\n        },\n        {\n            \"type\": \"A_BITS\",\n            \"subtype\": \"Out\",\n            \"samples\": [\n                [\n                    1702273800000,\n                    0.002161946666666667\n                ],\n                [\n                    1702273500000,\n                    0.002082693333333333\n                ],\n                [\n                    1702273200000,\n                    0.0019136\n                ],\n                [\n                    1702272900000,\n                    0.0021933066666666667\n                ],\n                [\n                    1702272600000,\n                    0.00177408\n                ],\n                [\n                    1702272300000,\n                    0.0024607733333333335\n                ],\n                [\n                    1702272000000,\n                    0.00237192\n                ],\n                [\n                    1702271700000,\n                    0.0020388\n                ],\n                [\n                    1702271400000,\n                    0.0019795733333333333\n                ],\n                [\n                    1702271100000,\n                    0.0018499200000000001\n                ],\n                [\n                    1702270800000,\n                    0.0023907466666666663\n                ],\n                [\n                    1702270500000,\n                    0.0017872533333333333\n                ],\n                [\n                    1702270200000,\n                    0.0027090933333333332\n                ],\n                [\n                    1702269900000,\n                    0.0023384266666666665\n                ],\n                [\n                    1702269600000,\n                    0.0018639733333333333\n                ],\n                [\n                    1702269300000,\n                    0.0018224533333333333\n                ],\n                [\n                    1702269000000,\n                    0.0018971466666666667\n                ],\n                [\n                    1702268700000,\n                    0.0022650933333333333\n                ],\n                [\n                    1702268400000,\n                    0.0024004266666666665\n                ],\n                [\n                    1702268100000,\n                    0.00250752\n                ],\n                [\n                    1702267800000,\n                    0.0019626400000000003\n                ],\n                [\n                    1702267500000,\n                    0.0019390666666666667\n                ],\n                [\n                    1702267200000,\n                    0.0020205333333333333\n                ],\n                [\n                    1702266900000,\n                    0.00213984\n                ],\n                [\n                    1702266600000,\n                    0.00200632\n                ],\n                [\n                    1702266300000,\n                    0.0025077066666666665\n                ],\n                [\n                    1702266000000,\n                    0.00230392\n                ],\n                [\n                    1702265700000,\n                    0.001854\n                ],\n                [\n                    1702265400000,\n                    0.0017865333333333332\n                ],\n                [\n                    1702265100000,\n                    0.00195552\n                ],\n                [\n                    1702264800000,\n                    0.0023761066666666665\n                ],\n                [\n                    1702264500000,\n                    0.0020186933333333334\n                ],\n                [\n                    1702264200000,\n                    0.00251504\n                ],\n                [\n                    1702263900000,\n                    0.002295413333333333\n                ],\n                [\n                    1702263600000,\n                    0.0018275466666666665\n                ],\n                [\n                    1702263300000,\n                    0.0018798666666666665\n                ],\n                [\n                    1702263000000,\n                    0.00219624\n                ],\n                [\n                    1702262700000,\n                    0.0024318933333333332\n                ],\n                [\n                    1702262400000,\n                    0.0018823733333333333\n                ],\n                [\n                    1702262100000,\n                    0.0029622399999999997\n                ],\n                [\n                    1702261800000,\n                    0.00165928\n                ],\n                [\n                    1702261500000,\n                    0.00209776\n                ],\n                [\n                    1702261200000,\n                    0.00210552\n                ],\n                [\n                    1702260900000,\n                    0.0019729333333333332\n                ],\n                [\n                    1702260600000,\n                    0.0022259466666666667\n                ],\n                [\n                    1702260300000,\n                    0.0023392533333333335\n                ],\n                [\n                    1702260000000,\n                    0.0022283466666666667\n                ],\n                [\n                    1702259700000,\n                    0.0020658666666666667\n                ],\n                [\n                    1702259400000,\n                    0.0022823733333333335\n                ],\n                [\n                    1702259100000,\n                    0.0018222133333333334\n                ],\n                [\n                    1702258800000,\n                    0.0019819733333333333\n                ],\n                [\n                    1702258500000,\n                    0.00205696\n                ],\n                [\n                    1702258200000,\n                    0.0023071199999999997\n                ],\n                [\n                    1702257900000,\n                    0.0023886666666666665\n                ],\n                [\n                    1702257600000,\n                    0.002149733333333333\n                ],\n                [\n                    1702257300000,\n                    0.0020292\n                ],\n                [\n                    1702257000000,\n                    0.0021148\n                ],\n                [\n                    1702256700000,\n                    0.0021058133333333334\n                ],\n                [\n                    1702256400000,\n                    0.0021936266666666665\n                ],\n                [\n                    1702256100000,\n                    0.0021492266666666665\n                ],\n                [\n                    1702255800000,\n                    0.00226232\n                ],\n                [\n                    1702255500000,\n                    0.0020865866666666664\n                ],\n                [\n                    1702255200000,\n                    0.0019158933333333335\n                ],\n                [\n                    1702254900000,\n                    0.0017807466666666667\n                ],\n                [\n                    1702254600000,\n                    0.00217504\n                ],\n                [\n                    1702254300000,\n                    0.0023509866666666665\n                ],\n                [\n                    1702254000000,\n                    0.002403733333333333\n                ],\n                [\n                    1702253700000,\n                    0.00231608\n                ],\n                [\n                    1702253400000,\n                    0.0019105066666666667\n                ],\n                [\n                    1702253100000,\n                    0.0019264266666666667\n                ],\n                [\n                    1702252800000,\n                    0.001973013333333333\n                ],\n                [\n                    1702252500000,\n                    0.0021724266666666666\n                ],\n                [\n                    1702252200000,\n                    0.0025010933333333334\n                ],\n                [\n                    1702251900000,\n                    0.00212312\n                ],\n                [\n                    1702251600000,\n                    0.00215368\n                ],\n                [\n                    1702251300000,\n                    0.00191664\n                ],\n                [\n                    1702251000000,\n                    0.00184024\n                ],\n                [\n                    1702250700000,\n                    0.002367573333333333\n                ],\n                [\n                    1702250400000,\n                    0.00213328\n                ],\n                [\n                    1702250100000,\n                    0.0023754133333333334\n                ],\n                [\n                    1702249800000,\n                    0.0022764533333333335\n                ],\n                [\n                    1702249500000,\n                    0.0017995733333333332\n                ],\n                [\n                    1702249200000,\n                    0.0021163466666666666\n                ],\n                [\n                    1702248900000,\n                    0.00192872\n                ],\n                [\n                    1702248600000,\n                    0.0024369333333333332\n                ],\n                [\n                    1702248300000,\n                    0.0023669333333333335\n                ],\n                [\n                    1702248000000,\n                    0.002145306666666667\n                ],\n                [\n                    1702247700000,\n                    0.0019012\n                ],\n                [\n                    1702247400000,\n                    0.0020141066666666666\n                ],\n                [\n                    1702247100000,\n                    0.0020313333333333333\n                ],\n                [\n                    1702246800000,\n                    0.00210672\n                ],\n                [\n                    1702246500000,\n                    0.00244288\n                ],\n                [\n                    1702246200000,\n                    0.00233688\n                ],\n                [\n                    1702245900000,\n                    0.0021389066666666666\n                ],\n                [\n                    1702245600000,\n                    0.0020683466666666667\n                ],\n                [\n                    1702245300000,\n                    0.0021453866666666667\n                ],\n                [\n                    1702245000000,\n                    0.0021354666666666667\n                ],\n                [\n                    1702244700000,\n                    0.0019207733333333333\n                ],\n                [\n                    1702244400000,\n                    0.0019768266666666664\n                ],\n                [\n                    1702244100000,\n                    0.0023478933333333334\n                ],\n                [\n                    1702243800000,\n                    0.002050133333333333\n                ],\n                [\n                    1702243500000,\n                    0.00195904\n                ],\n                [\n                    1702243200000,\n                    0.00271688\n                ],\n                [\n                    1702242900000,\n                    0.0016230666666666666\n                ],\n                [\n                    1702242600000,\n                    0.00249944\n                ],\n                [\n                    1702242300000,\n                    0.0019282933333333334\n                ],\n                [\n                    1702242000000,\n                    0.00233736\n                ],\n                [\n                    1702241700000,\n                    0.0020362933333333334\n                ],\n                [\n                    1702241400000,\n                    0.0020920266666666666\n                ],\n                [\n                    1702241100000,\n                    0.00211352\n                ],\n                [\n                    1702240800000,\n                    0.0021350666666666664\n                ],\n                [\n                    1702240500000,\n                    0.0022747199999999996\n                ],\n                [\n                    1702240200000,\n                    0.002454693333333333\n                ],\n                [\n                    1702239900000,\n                    0.0022432266666666664\n                ],\n                [\n                    1702239600000,\n                    0.00217648\n                ],\n                [\n                    1702239300000,\n                    0.0020407733333333332\n                ],\n                [\n                    1702239000000,\n                    0.0018360266666666667\n                ],\n                [\n                    1702238700000,\n                    0.0021575733333333335\n                ],\n                [\n                    1702238400000,\n                    0.002093733333333333\n                ],\n                [\n                    1702238100000,\n                    0.002189093333333333\n                ],\n                [\n                    1702237800000,\n                    0.00225216\n                ],\n                [\n                    1702237500000,\n                    0.0021618133333333334\n                ],\n                [\n                    1702237200000,\n                    0.0021625333333333335\n                ],\n                [\n                    1702236900000,\n                    0.0019321333333333335\n                ],\n                [\n                    1702236600000,\n                    0.0020244533333333334\n                ],\n                [\n                    1702236300000,\n                    0.0018070666666666665\n                ],\n                [\n                    1702236000000,\n                    0.00263296\n                ],\n                [\n                    1702235700000,\n                    0.0023043733333333333\n                ],\n                [\n                    1702235400000,\n                    0.0020582133333333333\n                ],\n                [\n                    1702235100000,\n                    0.0019674133333333335\n                ],\n                [\n                    1702234800000,\n                    0.001980186666666667\n                ],\n                [\n                    1702234500000,\n                    0.002163386666666667\n                ],\n                [\n                    1702234200000,\n                    0.0022561599999999997\n                ],\n                [\n                    1702233900000,\n                    0.0023355999999999997\n                ],\n                [\n                    1702233600000,\n                    0.0021607466666666666\n                ],\n                [\n                    1702233300000,\n                    0.0018873866666666668\n                ],\n                [\n                    1702233000000,\n                    0.0019111733333333333\n                ],\n                [\n                    1702232700000,\n                    0.0022089866666666668\n                ],\n                [\n                    1702232400000,\n                    0.0024154933333333335\n                ],\n                [\n                    1702232100000,\n                    0.00206776\n                ],\n                [\n                    1702231800000,\n                    0.0020805066666666665\n                ],\n                [\n                    1702231500000,\n                    0.002153093333333333\n                ],\n                [\n                    1702231200000,\n                    0.0021298133333333335\n                ],\n                [\n                    1702230900000,\n                    0.00191352\n                ],\n                [\n                    1702230600000,\n                    0.00226008\n                ],\n                [\n                    1702230300000,\n                    0.00206664\n                ],\n                [\n                    1702230000000,\n                    0.0021450133333333335\n                ],\n                [\n                    1702229700000,\n                    0.002055306666666667\n                ],\n                [\n                    1702229400000,\n                    0.0021448\n                ],\n                [\n                    1702229100000,\n                    0.0022038133333333334\n                ],\n                [\n                    1702228800000,\n                    0.0020756533333333334\n                ],\n                [\n                    1702228500000,\n                    0.00225672\n                ],\n                [\n                    1702228200000,\n                    0.0017760266666666667\n                ],\n                [\n                    1702227900000,\n                    0.0025004000000000003\n                ],\n                [\n                    1702227600000,\n                    0.002299093333333333\n                ],\n                [\n                    1702227300000,\n                    0.00205864\n                ],\n                [\n                    1702227000000,\n                    0.00216736\n                ],\n                [\n                    1702226700000,\n                    0.0016978933333333334\n                ],\n                [\n                    1702226400000,\n                    0.00227056\n                ],\n                [\n                    1702226100000,\n                    0.0021904\n                ],\n                [\n                    1702225800000,\n                    0.002015386666666667\n                ],\n                [\n                    1702225500000,\n                    0.002150266666666667\n                ],\n                [\n                    1702225200000,\n                    0.0023083733333333334\n                ],\n                [\n                    1702224900000,\n                    0.0019284266666666668\n                ],\n                [\n                    1702224600000,\n                    0.0020984266666666668\n                ],\n                [\n                    1702224300000,\n                    0.002110906666666667\n                ],\n                [\n                    1702224000000,\n                    0.00227496\n                ],\n                [\n                    1702223700000,\n                    0.0020385066666666666\n                ],\n                [\n                    1702223400000,\n                    0.00237224\n                ],\n                [\n                    1702223100000,\n                    0.0022993333333333334\n                ],\n                [\n                    1702222800000,\n                    0.0016125333333333334\n                ],\n                [\n                    1702222500000,\n                    0.002155173333333333\n                ],\n                [\n                    1702222200000,\n                    0.0018506133333333332\n                ],\n                [\n                    1702221900000,\n                    0.00236704\n                ],\n                [\n                    1702221600000,\n                    0.002566586666666667\n                ],\n                [\n                    1702221300000,\n                    0.00206616\n                ],\n                [\n                    1702221000000,\n                    0.0017809866666666668\n                ],\n                [\n                    1702220700000,\n                    0.00209424\n                ],\n                [\n                    1702220400000,\n                    0.00225448\n                ],\n                [\n                    1702220100000,\n                    0.0017624266666666666\n                ],\n                [\n                    1702219800000,\n                    0.002753733333333333\n                ],\n                [\n                    1702219500000,\n                    0.002004773333333333\n                ],\n                [\n                    1702219200000,\n                    0.00203696\n                ],\n                [\n                    1702218900000,\n                    0.0021646933333333332\n                ],\n                [\n                    1702218600000,\n                    0.0021112266666666667\n                ],\n                [\n                    1702218300000,\n                    0.0022071466666666664\n                ],\n                [\n                    1702218000000,\n                    0.0025344\n                ],\n                [\n                    1702217700000,\n                    0.00202152\n                ],\n                [\n                    1702217400000,\n                    0.00218048\n                ],\n                [\n                    1702217100000,\n                    0.002088613333333333\n                ],\n                [\n                    1702216800000,\n                    0.0018282666666666666\n                ],\n                [\n                    1702216500000,\n                    0.0023110133333333334\n                ],\n                [\n                    1702216200000,\n                    0.0021210666666666668\n                ],\n                [\n                    1702215900000,\n                    0.002334426666666667\n                ],\n                [\n                    1702215600000,\n                    0.002003706666666667\n                ],\n                [\n                    1702215300000,\n                    0.0022289333333333334\n                ],\n                [\n                    1702215000000,\n                    0.00181256\n                ],\n                [\n                    1702214700000,\n                    0.0019207466666666666\n                ],\n                [\n                    1702214400000,\n                    0.002474133333333333\n                ],\n                [\n                    1702214100000,\n                    0.00208304\n                ],\n                [\n                    1702213800000,\n                    0.0022394133333333336\n                ],\n                [\n                    1702213500000,\n                    0.0024623733333333335\n                ],\n                [\n                    1702213200000,\n                    0.0020206666666666667\n                ],\n                [\n                    1702212900000,\n                    0.0018708\n                ],\n                [\n                    1702212600000,\n                    0.002250213333333333\n                ],\n                [\n                    1702212300000,\n                    0.00217504\n                ],\n                [\n                    1702212000000,\n                    0.0021136266666666667\n                ],\n                [\n                    1702211700000,\n                    0.00199776\n                ],\n                [\n                    1702211400000,\n                    0.0025237600000000003\n                ],\n                [\n                    1702211100000,\n                    0.0016486933333333333\n                ],\n                [\n                    1702210800000,\n                    0.0021935466666666665\n                ],\n                [\n                    1702210500000,\n                    0.002273306666666667\n                ],\n                [\n                    1702210200000,\n                    0.00205144\n                ],\n                [\n                    1702209900000,\n                    0.002205546666666667\n                ],\n                [\n                    1702209600000,\n                    0.00219016\n                ],\n                [\n                    1702209300000,\n                    0.0022127466666666666\n                ],\n                [\n                    1702209000000,\n                    0.00204264\n                ],\n                [\n                    1702208700000,\n                    0.0019158133333333333\n                ],\n                [\n                    1702208400000,\n                    0.00210568\n                ],\n                [\n                    1702208100000,\n                    0.00189696\n                ],\n                [\n                    1702207800000,\n                    0.0024305066666666666\n                ],\n                [\n                    1702207500000,\n                    0.00247992\n                ],\n                [\n                    1702207200000,\n                    0.0021561066666666664\n                ],\n                [\n                    1702206900000,\n                    0.0017628266666666666\n                ],\n                [\n                    1702206600000,\n                    0.0021390666666666665\n                ],\n                [\n                    1702206300000,\n                    0.002154\n                ],\n                [\n                    1702206000000,\n                    0.00233896\n                ],\n                [\n                    1702205700000,\n                    0.00195472\n                ],\n                [\n                    1702205400000,\n                    0.002474053333333333\n                ],\n                [\n                    1702205100000,\n                    0.0018406933333333334\n                ],\n                [\n                    1702204800000,\n                    0.0021413066666666667\n                ],\n                [\n                    1702204500000,\n                    0.0018712\n                ],\n                [\n                    1702204200000,\n                    0.0021495999999999998\n                ],\n                [\n                    1702203900000,\n                    0.00213896\n                ],\n                [\n                    1702203600000,\n                    0.0026204\n                ],\n                [\n                    1702203300000,\n                    0.00227056\n                ],\n                [\n                    1702203000000,\n                    0.0016180533333333333\n                ],\n                [\n                    1702202700000,\n                    0.0021430666666666666\n                ],\n                [\n                    1702202400000,\n                    0.0020044\n                ],\n                [\n                    1702202100000,\n                    0.00193272\n                ],\n                [\n                    1702201800000,\n                    0.0026149333333333334\n                ],\n                [\n                    1702201500000,\n                    0.00231696\n                ],\n                [\n                    1702201200000,\n                    0.0018863733333333332\n                ],\n                [\n                    1702200900000,\n                    0.0017530666666666667\n                ],\n                [\n                    1702200600000,\n                    0.0020517066666666667\n                ],\n                [\n                    1702200300000,\n                    0.0020806933333333334\n                ],\n                [\n                    1702200000000,\n                    0.00254864\n                ],\n                [\n                    1702199700000,\n                    0.0022413333333333335\n                ],\n                [\n                    1702199400000,\n                    0.0023614133333333333\n                ],\n                [\n                    1702199100000,\n                    0.00192128\n                ],\n                [\n                    1702198800000,\n                    0.00190376\n                ],\n                [\n                    1702198500000,\n                    0.0019302933333333334\n                ],\n                [\n                    1702198200000,\n                    0.002402426666666667\n                ],\n                [\n                    1702197900000,\n                    0.0022147733333333333\n                ],\n                [\n                    1702197600000,\n                    0.0025091999999999996\n                ],\n                [\n                    1702197300000,\n                    0.0022390133333333334\n                ],\n                [\n                    1702197000000,\n                    0.0018218133333333332\n                ],\n                [\n                    1702196700000,\n                    0.0022123466666666668\n                ],\n                [\n                    1702196400000,\n                    0.0020646666666666665\n                ],\n                [\n                    1702196100000,\n                    0.0021610133333333334\n                ],\n                [\n                    1702195800000,\n                    0.0022108\n                ],\n                [\n                    1702195500000,\n                    0.002518826666666667\n                ],\n                [\n                    1702195200000,\n                    0.00195856\n                ],\n                [\n                    1702194900000,\n                    0.0019800266666666665\n                ],\n                [\n                    1702194600000,\n                    0.00227464\n                ],\n                [\n                    1702194300000,\n                    0.0018217866666666667\n                ],\n                [\n                    1702194000000,\n                    0.0021066666666666664\n                ],\n                [\n                    1702193700000,\n                    0.002279653333333333\n                ],\n                [\n                    1702193400000,\n                    0.00253368\n                ],\n                [\n                    1702193100000,\n                    0.0015413066666666666\n                ],\n                [\n                    1702192800000,\n                    0.00197048\n                ],\n                [\n                    1702192500000,\n                    0.002248986666666667\n                ],\n                [\n                    1702192200000,\n                    0.002079866666666667\n                ],\n                [\n                    1702191900000,\n                    0.0024086666666666666\n                ],\n                [\n                    1702191600000,\n                    0.002242426666666667\n                ],\n                [\n                    1702191300000,\n                    0.00205432\n                ],\n                [\n                    1702191000000,\n                    0.00189152\n                ],\n                [\n                    1702190700000,\n                    0.0023049866666666665\n                ],\n                [\n                    1702190400000,\n                    0.00199856\n                ],\n                [\n                    1702190100000,\n                    0.002051093333333333\n                ],\n                [\n                    1702189800000,\n                    0.0021579466666666667\n                ],\n                [\n                    1702189500000,\n                    0.002437546666666667\n                ],\n                [\n                    1702189200000,\n                    0.0020136533333333334\n                ],\n                [\n                    1702188900000,\n                    0.002099733333333333\n                ],\n                [\n                    1702188600000,\n                    0.00234976\n                ],\n                [\n                    1702188300000,\n                    0.0017615999999999999\n                ],\n                [\n                    1702188000000,\n                    0.00272632\n                ],\n                [\n                    1702187700000,\n                    0.00167144\n                ],\n                [\n                    1702187400000,\n                    0.0026396799999999997\n                ],\n                [\n                    1702187100000,\n                    0.0019587466666666667\n                ],\n                [\n                    1702186800000,\n                    0.0018289066666666667\n                ],\n                [\n                    1702186500000,\n                    0.0018758933333333334\n                ],\n                [\n                    1702186200000,\n                    0.002071173333333333\n                ],\n                [\n                    1702185900000,\n                    0.0023840533333333333\n                ],\n                [\n                    1702185600000,\n                    0.0022456266666666664\n                ],\n                [\n                    1702185300000,\n                    0.0024822399999999997\n                ],\n                [\n                    1702185000000,\n                    0.0016171466666666668\n                ],\n                [\n                    1702184700000,\n                    0.0021453333333333333\n                ],\n                [\n                    1702184400000,\n                    0.002117013333333333\n                ],\n                [\n                    1702184100000,\n                    0.0020215999999999997\n                ],\n                [\n                    1702183800000,\n                    0.0028238133333333337\n                ],\n                [\n                    1702183500000,\n                    0.002070213333333333\n                ],\n                [\n                    1702183200000,\n                    0.0017702666666666667\n                ],\n                [\n                    1702182900000,\n                    0.0019117866666666667\n                ],\n                [\n                    1702182600000,\n                    0.0020591466666666667\n                ],\n                [\n                    1702182300000,\n                    0.0018628533333333332\n                ],\n                [\n                    1702182000000,\n                    0.00215\n                ],\n                [\n                    1702181700000,\n                    0.0026696\n                ],\n                [\n                    1702181400000,\n                    0.00219016\n                ],\n                [\n                    1702181100000,\n                    0.00197232\n                ],\n                [\n                    1702180800000,\n                    0.002004773333333333\n                ],\n                [\n                    1702180500000,\n                    0.0019619733333333333\n                ],\n                [\n                    1702180200000,\n                    0.002036\n                ],\n                [\n                    1702179900000,\n                    0.00263368\n                ],\n                [\n                    1702179600000,\n                    0.0020131466666666667\n                ],\n                [\n                    1702179300000,\n                    0.0021504000000000002\n                ],\n                [\n                    1702179000000,\n                    0.0018844\n                ],\n                [\n                    1702178700000,\n                    0.0018684266666666668\n                ],\n                [\n                    1702178400000,\n                    0.0019057066666666666\n                ],\n                [\n                    1702178100000,\n                    0.00254064\n                ],\n                [\n                    1702177800000,\n                    0.0022634933333333333\n                ],\n                [\n                    1702177500000,\n                    0.0027568000000000002\n                ],\n                [\n                    1702177200000,\n                    0.0017895733333333332\n                ],\n                [\n                    1702176900000,\n                    0.0015696\n                ],\n                [\n                    1702176600000,\n                    0.0021202933333333337\n                ],\n                [\n                    1702176300000,\n                    0.002356133333333333\n                ],\n                [\n                    1702176000000,\n                    0.0019834933333333334\n                ],\n                [\n                    1702175700000,\n                    0.002609733333333333\n                ],\n                [\n                    1702175400000,\n                    0.0024373333333333335\n                ],\n                [\n                    1702175100000,\n                    0.0018273333333333332\n                ],\n                [\n                    1702174800000,\n                    0.0024214133333333335\n                ],\n                [\n                    1702174500000,\n                    0.002017493333333333\n                ],\n                [\n                    1702174200000,\n                    0.00192248\n                ],\n                [\n                    1702173900000,\n                    0.0023990933333333333\n                ],\n                [\n                    1702173600000,\n                    0.00214632\n                ],\n                [\n                    1702173300000,\n                    0.002191573333333333\n                ],\n                [\n                    1702173000000,\n                    0.0022298933333333333\n                ],\n                [\n                    1702172700000,\n                    0.0017993066666666666\n                ],\n                [\n                    1702172400000,\n                    0.0017594400000000001\n                ],\n                [\n                    1702172100000,\n                    0.00217968\n                ],\n                [\n                    1702171800000,\n                    0.0023365866666666666\n                ],\n                [\n                    1702171500000,\n                    0.002388826666666667\n                ],\n                [\n                    1702171200000,\n                    0.0019475999999999999\n                ],\n                [\n                    1702170900000,\n                    0.0021680266666666667\n                ],\n                [\n                    1702170600000,\n                    0.0019700533333333334\n                ],\n                [\n                    1702170300000,\n                    0.0020835466666666667\n                ],\n                [\n                    1702170000000,\n                    0.0021241866666666664\n                ],\n                [\n                    1702169700000,\n                    0.0021713333333333333\n                ],\n                [\n                    1702169400000,\n                    0.0024427466666666663\n                ],\n                [\n                    1702169100000,\n                    0.0021368533333333333\n                ],\n                [\n                    1702168800000,\n                    0.0016150133333333334\n                ],\n                [\n                    1702168500000,\n                    0.0019885333333333334\n                ],\n                [\n                    1702168200000,\n                    0.0024637066666666663\n                ],\n                [\n                    1702167900000,\n                    0.0016363466666666666\n                ],\n                [\n                    1702167600000,\n                    0.0028838933333333334\n                ],\n                [\n                    1702167300000,\n                    0.002227173333333333\n                ],\n                [\n                    1702167000000,\n                    0.00177104\n                ],\n                [\n                    1702166700000,\n                    0.0022019466666666665\n                ],\n                [\n                    1702166400000,\n                    0.0018358133333333333\n                ],\n                [\n                    1702166100000,\n                    0.0021798666666666667\n                ],\n                [\n                    1702165800000,\n                    0.002181573333333333\n                ],\n                [\n                    1702165500000,\n                    0.00256136\n                ],\n                [\n                    1702165200000,\n                    0.0021110666666666667\n                ],\n                [\n                    1702164900000,\n                    0.0016797866666666667\n                ],\n                [\n                    1702164600000,\n                    0.002022986666666667\n                ],\n                [\n                    1702164300000,\n                    0.00190632\n                ],\n                [\n                    1702164000000,\n                    0.00229656\n                ],\n                [\n                    1702163700000,\n                    0.00280304\n                ],\n                [\n                    1702163400000,\n                    0.0019849333333333335\n                ],\n                [\n                    1702163100000,\n                    0.0022532533333333334\n                ],\n                [\n                    1702162800000,\n                    0.0017974666666666667\n                ],\n                [\n                    1702162500000,\n                    0.0017967200000000001\n                ],\n                [\n                    1702162200000,\n                    0.0022416266666666664\n                ],\n                [\n                    1702161900000,\n                    0.002217866666666667\n                ],\n                [\n                    1702161600000,\n                    0.002387173333333333\n                ],\n                [\n                    1702161300000,\n                    0.00221528\n                ],\n                [\n                    1702161000000,\n                    0.0018986666666666668\n                ],\n                [\n                    1702160700000,\n                    0.00174728\n                ],\n                [\n                    1702160400000,\n                    0.0020453066666666665\n                ],\n                [\n                    1702160100000,\n                    0.0027605066666666666\n                ],\n                [\n                    1702159800000,\n                    0.0018716\n                ],\n                [\n                    1702159500000,\n                    0.002481733333333333\n                ],\n                [\n                    1702159200000,\n                    0.0021734933333333335\n                ],\n                [\n                    1702158900000,\n                    0.0015869066666666667\n                ],\n                [\n                    1702158600000,\n                    0.0020980533333333335\n                ],\n                [\n                    1702158300000,\n                    0.00214312\n                ],\n                [\n                    1702158000000,\n                    0.00210072\n                ],\n                [\n                    1702157700000,\n                    0.0021966399999999997\n                ],\n                [\n                    1702157400000,\n                    0.002425786666666667\n                ],\n                [\n                    1702157100000,\n                    0.0019670666666666667\n                ],\n                [\n                    1702156800000,\n                    0.00180208\n                ],\n                [\n                    1702156500000,\n                    0.0023407199999999997\n                ],\n                [\n                    1702156200000,\n                    0.0018530133333333333\n                ],\n                [\n                    1702155900000,\n                    0.0023823200000000003\n                ],\n                [\n                    1702155600000,\n                    0.00215904\n                ],\n                [\n                    1702155300000,\n                    0.00247384\n                ],\n                [\n                    1702155000000,\n                    0.0019210933333333332\n                ],\n                [\n                    1702154700000,\n                    0.002086506666666667\n                ],\n                [\n                    1702154400000,\n                    0.0019307999999999999\n                ],\n                [\n                    1702154100000,\n                    0.002520426666666667\n                ],\n                [\n                    1702153800000,\n                    0.0019248533333333332\n                ],\n                [\n                    1702153500000,\n                    0.0022312800000000004\n                ],\n                [\n                    1702153200000,\n                    0.0030074133333333336\n                ],\n                [\n                    1702152900000,\n                    0.0016361866666666667\n                ],\n                [\n                    1702152600000,\n                    0.0018728\n                ],\n                [\n                    1702152300000,\n                    0.0019842933333333334\n                ],\n                [\n                    1702152000000,\n                    0.00247704\n                ],\n                [\n                    1702151700000,\n                    0.002014\n                ],\n                [\n                    1702151400000,\n                    0.0021563733333333336\n                ],\n                [\n                    1702151100000,\n                    0.002674266666666667\n                ],\n                [\n                    1702150800000,\n                    0.0016211466666666667\n                ],\n                [\n                    1702150500000,\n                    0.0020151733333333335\n                ],\n                [\n                    1702150200000,\n                    0.0020231733333333332\n                ],\n                [\n                    1702149900000,\n                    0.0021170666666666667\n                ],\n                [\n                    1702149600000,\n                    0.00217624\n                ],\n                [\n                    1702149300000,\n                    0.0027040799999999998\n                ],\n                [\n                    1702149000000,\n                    0.0019250133333333333\n                ],\n                [\n                    1702148700000,\n                    0.0018952533333333333\n                ],\n                [\n                    1702148400000,\n                    0.0020289066666666668\n                ],\n                [\n                    1702148100000,\n                    0.0018068\n                ],\n                [\n                    1702147800000,\n                    0.0027640533333333334\n                ],\n                [\n                    1702147500000,\n                    0.0020698400000000003\n                ],\n                [\n                    1702147200000,\n                    0.00255448\n                ],\n                [\n                    1702146900000,\n                    0.001744\n                ],\n                [\n                    1702146600000,\n                    0.0017005333333333333\n                ],\n                [\n                    1702146300000,\n                    0.0019684533333333334\n                ],\n                [\n                    1702146000000,\n                    0.0021579466666666667\n                ],\n                [\n                    1702145700000,\n                    0.0027564533333333334\n                ],\n                [\n                    1702145400000,\n                    0.0020056533333333336\n                ],\n                [\n                    1702145100000,\n                    0.002279653333333333\n                ],\n                [\n                    1702144800000,\n                    0.0018615733333333332\n                ],\n                [\n                    1702144500000,\n                    0.0018582133333333334\n                ],\n                [\n                    1702144200000,\n                    0.0019362933333333333\n                ],\n                [\n                    1702143900000,\n                    0.0025543733333333336\n                ],\n                [\n                    1702143600000,\n                    0.0021447466666666666\n                ],\n                [\n                    1702143300000,\n                    0.002163973333333333\n                ],\n                [\n                    1702143000000,\n                    0.0022994666666666668\n                ],\n                [\n                    1702142700000,\n                    0.00161208\n                ],\n                [\n                    1702142400000,\n                    0.00213072\n                ],\n                [\n                    1702142100000,\n                    0.0022627466666666663\n                ],\n                [\n                    1702141800000,\n                    0.0020173599999999997\n                ],\n                [\n                    1702141500000,\n                    0.0024176\n                ],\n                [\n                    1702141200000,\n                    0.0025957066666666665\n                ],\n                [\n                    1702140900000,\n                    0.00167048\n                ],\n                [\n                    1702140600000,\n                    0.0018697866666666666\n                ],\n                [\n                    1702140300000,\n                    0.0022099466666666667\n                ],\n                [\n                    1702140000000,\n                    0.00204784\n                ],\n                [\n                    1702139700000,\n                    0.001972373333333333\n                ],\n                [\n                    1702139400000,\n                    0.00245032\n                ],\n                [\n                    1702139100000,\n                    0.0022173600000000003\n                ],\n                [\n                    1702138800000,\n                    0.0018256533333333334\n                ],\n                [\n                    1702138500000,\n                    0.0021956533333333333\n                ],\n                [\n                    1702138200000,\n                    0.00192464\n                ],\n                [\n                    1702137900000,\n                    0.0023565066666666667\n                ],\n                [\n                    1702137600000,\n                    0.0023596533333333333\n                ],\n                [\n                    1702137300000,\n                    0.0020105866666666667\n                ],\n                [\n                    1702137000000,\n                    0.0023226666666666665\n                ],\n                [\n                    1702136700000,\n                    0.00209816\n                ],\n                [\n                    1702136400000,\n                    0.0018886933333333335\n                ],\n                [\n                    1702136100000,\n                    0.0016762933333333333\n                ],\n                [\n                    1702135800000,\n                    0.002220933333333333\n                ],\n                [\n                    1702135500000,\n                    0.002246053333333333\n                ],\n                [\n                    1702135200000,\n                    0.00240144\n                ],\n                [\n                    1702134900000,\n                    0.0024226133333333333\n                ],\n                [\n                    1702134600000,\n                    0.00185096\n                ],\n                [\n                    1702134300000,\n                    0.0019694400000000003\n                ],\n                [\n                    1702134000000,\n                    0.0018556533333333335\n                ],\n                [\n                    1702133700000,\n                    0.0021552\n                ],\n                [\n                    1702133400000,\n                    0.00264376\n                ],\n                [\n                    1702133100000,\n                    0.0024944\n                ],\n                [\n                    1702132800000,\n                    0.0018137866666666667\n                ],\n                [\n                    1702132500000,\n                    0.0021873333333333337\n                ],\n                [\n                    1702132200000,\n                    0.0017405066666666667\n                ],\n                [\n                    1702131900000,\n                    0.0021164533333333335\n                ],\n                [\n                    1702131600000,\n                    0.0021221866666666666\n                ],\n                [\n                    1702131300000,\n                    0.0028396533333333333\n                ],\n                [\n                    1702131000000,\n                    0.00238176\n                ],\n                [\n                    1702130700000,\n                    0.0019879733333333332\n                ],\n                [\n                    1702130400000,\n                    0.0017723466666666665\n                ],\n                [\n                    1702130100000,\n                    0.0016779466666666668\n                ],\n                [\n                    1702129800000,\n                    0.0023639733333333333\n                ],\n                [\n                    1702129500000,\n                    0.002580826666666667\n                ],\n                [\n                    1702129200000,\n                    0.0021913600000000003\n                ],\n                [\n                    1702128900000,\n                    0.00207408\n                ],\n                [\n                    1702128600000,\n                    0.0017514400000000002\n                ],\n                [\n                    1702128300000,\n                    0.0018196\n                ],\n                [\n                    1702128000000,\n                    0.0019017333333333334\n                ],\n                [\n                    1702127700000,\n                    0.0025612\n                ],\n                [\n                    1702127400000,\n                    0.0023375466666666666\n                ],\n                [\n                    1702127100000,\n                    0.00249984\n                ],\n                [\n                    1702126800000,\n                    0.0018681866666666667\n                ],\n                [\n                    1702126500000,\n                    0.0017783733333333331\n                ],\n                [\n                    1702126200000,\n                    0.0019505599999999998\n                ],\n                [\n                    1702125900000,\n                    0.00226424\n                ],\n                [\n                    1702125600000,\n                    0.0019761866666666668\n                ],\n                [\n                    1702125300000,\n                    0.0025030933333333332\n                ],\n                [\n                    1702125000000,\n                    0.0021772\n                ],\n                [\n                    1702124700000,\n                    0.0019406133333333333\n                ],\n                [\n                    1702124400000,\n                    0.0018212\n                ],\n                [\n                    1702124100000,\n                    0.0021994133333333335\n                ],\n                [\n                    1702123800000,\n                    0.0022427466666666666\n                ],\n                [\n                    1702123500000,\n                    0.0023074133333333335\n                ],\n                [\n                    1702123200000,\n                    0.002212613333333333\n                ],\n                [\n                    1702122900000,\n                    0.00224752\n                ],\n                [\n                    1702122600000,\n                    0.0017825866666666666\n                ],\n                [\n                    1702122300000,\n                    0.002467386666666667\n                ],\n                [\n                    1702122000000,\n                    0.0016878933333333334\n                ],\n                [\n                    1702121700000,\n                    0.0019827733333333333\n                ],\n                [\n                    1702121400000,\n                    0.0024132533333333333\n                ],\n                [\n                    1702121100000,\n                    0.0020793333333333336\n                ],\n                [\n                    1702120800000,\n                    0.0023132533333333335\n                ],\n                [\n                    1702120500000,\n                    0.0019064800000000001\n                ],\n                [\n                    1702120200000,\n                    0.00192808\n                ],\n                [\n                    1702119900000,\n                    0.0020523733333333333\n                ],\n                [\n                    1702119600000,\n                    0.0021514133333333336\n                ],\n                [\n                    1702119300000,\n                    0.00235608\n                ],\n                [\n                    1702119000000,\n                    0.0025675999999999997\n                ],\n                [\n                    1702118700000,\n                    0.0021606666666666666\n                ],\n                [\n                    1702118400000,\n                    0.0020016533333333335\n                ],\n                [\n                    1702118100000,\n                    0.0017374133333333333\n                ],\n                [\n                    1702117800000,\n                    0.00211976\n                ],\n                [\n                    1702117500000,\n                    0.0020181066666666667\n                ],\n                [\n                    1702117200000,\n                    0.0024451466666666664\n                ],\n                [\n                    1702116900000,\n                    0.0025627733333333336\n                ],\n                [\n                    1702116600000,\n                    0.0016929333333333334\n                ],\n                [\n                    1702116300000,\n                    0.0020747733333333334\n                ],\n                [\n                    1702116000000,\n                    0.0019934933333333334\n                ],\n                [\n                    1702115700000,\n                    0.002176826666666667\n                ],\n                [\n                    1702115400000,\n                    0.00227888\n                ],\n                [\n                    1702115100000,\n                    0.0024937333333333333\n                ],\n                [\n                    1702114800000,\n                    0.0021785066666666665\n                ],\n                [\n                    1702114500000,\n                    0.0016087466666666666\n                ],\n                [\n                    1702114200000,\n                    0.0019503733333333332\n                ],\n                [\n                    1702113900000,\n                    0.0018991466666666667\n                ],\n                [\n                    1702113600000,\n                    0.0022057866666666667\n                ],\n                [\n                    1702113300000,\n                    0.0025724533333333333\n                ],\n                [\n                    1702113000000,\n                    0.00201672\n                ],\n                [\n                    1702112700000,\n                    0.00248424\n                ],\n                [\n                    1702112400000,\n                    0.0017141600000000002\n                ],\n                [\n                    1702112100000,\n                    0.00185768\n                ],\n                [\n                    1702111800000,\n                    0.0023074133333333335\n                ],\n                [\n                    1702111500000,\n                    0.0021654133333333333\n                ],\n                [\n                    1702111200000,\n                    0.0026492533333333334\n                ],\n                [\n                    1702110900000,\n                    0.00249648\n                ],\n                [\n                    1702110600000,\n                    0.0016845599999999999\n                ],\n                [\n                    1702110300000,\n                    0.0018538666666666666\n                ],\n                [\n                    1702110000000,\n                    0.0019072266666666667\n                ],\n                [\n                    1702109700000,\n                    0.0024753333333333333\n                ],\n                [\n                    1702109400000,\n                    0.0020859733333333332\n                ],\n                [\n                    1702109100000,\n                    0.0025387466666666665\n                ],\n                [\n                    1702108800000,\n                    0.0023204533333333333\n                ],\n                [\n                    1702108500000,\n                    0.0016184\n                ],\n                [\n                    1702108200000,\n                    0.0019354933333333333\n                ],\n                [\n                    1702107900000,\n                    0.0022805866666666666\n                ],\n                [\n                    1702107600000,\n                    0.0020009333333333335\n                ],\n                [\n                    1702107300000,\n                    0.002337573333333333\n                ],\n                [\n                    1702107000000,\n                    0.0019853866666666668\n                ],\n                [\n                    1702106700000,\n                    0.00227912\n                ],\n                [\n                    1702106400000,\n                    0.00181224\n                ],\n                [\n                    1702106100000,\n                    0.002205093333333333\n                ],\n                [\n                    1702105800000,\n                    0.0020161066666666665\n                ],\n                [\n                    1702105500000,\n                    0.00248456\n                ],\n                [\n                    1702105200000,\n                    0.0023073866666666666\n                ],\n                [\n                    1702104900000,\n                    0.0023962933333333335\n                ],\n                [\n                    1702104600000,\n                    0.0015673599999999998\n                ],\n                [\n                    1702104300000,\n                    0.0022193866666666666\n                ],\n                [\n                    1702104000000,\n                    0.0018176\n                ],\n                [\n                    1702103700000,\n                    0.0020932266666666664\n                ],\n                [\n                    1702103400000,\n                    0.002095653333333333\n                ],\n                [\n                    1702103100000,\n                    0.00241568\n                ],\n                [\n                    1702102800000,\n                    0.0022644\n                ],\n                [\n                    1702102500000,\n                    0.00198392\n                ],\n                [\n                    1702102200000,\n                    0.0019074133333333333\n                ],\n                [\n                    1702101900000,\n                    0.002171946666666667\n                ],\n                [\n                    1702101600000,\n                    0.002115653333333333\n                ],\n                [\n                    1702101300000,\n                    0.0022256266666666664\n                ],\n                [\n                    1702101000000,\n                    0.00234544\n                ],\n                [\n                    1702100700000,\n                    0.0023533066666666666\n                ],\n                [\n                    1702100400000,\n                    0.00167752\n                ],\n                [\n                    1702100100000,\n                    0.0019717866666666664\n                ],\n                [\n                    1702099800000,\n                    0.0020016533333333335\n                ],\n                [\n                    1702099500000,\n                    0.00190872\n                ],\n                [\n                    1702099200000,\n                    0.0024047733333333334\n                ],\n                [\n                    1702098900000,\n                    0.0026807733333333336\n                ],\n                [\n                    1702098600000,\n                    0.0018391466666666668\n                ],\n                [\n                    1702098300000,\n                    0.0021898133333333337\n                ],\n                [\n                    1702098000000,\n                    0.0018581066666666665\n                ],\n                [\n                    1702097700000,\n                    0.0018688533333333333\n                ],\n                [\n                    1702097400000,\n                    0.0022898933333333335\n                ],\n                [\n                    1702097100000,\n                    0.00275\n                ],\n                [\n                    1702096800000,\n                    0.0022776266666666664\n                ],\n                [\n                    1702096500000,\n                    0.00167312\n                ],\n                [\n                    1702096200000,\n                    0.00192168\n                ],\n                [\n                    1702095900000,\n                    0.0016739733333333334\n                ],\n                [\n                    1702095600000,\n                    0.0024463466666666666\n                ],\n                [\n                    1702095300000,\n                    0.002086\n                ],\n                [\n                    1702095000000,\n                    0.0025564\n                ],\n                [\n                    1702094700000,\n                    0.0025457333333333333\n                ],\n                [\n                    1702094400000,\n                    0.0016034666666666668\n                ],\n                [\n                    1702094100000,\n                    0.00177272\n                ],\n                [\n                    1702093800000,\n                    0.002052826666666667\n                ],\n                [\n                    1702093500000,\n                    0.0023283733333333335\n                ],\n                [\n                    1702093200000,\n                    0.00213848\n                ],\n                [\n                    1702092900000,\n                    0.0026374933333333335\n                ],\n                [\n                    1702092600000,\n                    0.0018734133333333334\n                ],\n                [\n                    1702092300000,\n                    0.0018187466666666667\n                ],\n                [\n                    1702092000000,\n                    0.0018548\n                ],\n                [\n                    1702091700000,\n                    0.0022508533333333333\n                ],\n                [\n                    1702091400000,\n                    0.002081093333333333\n                ],\n                [\n                    1702091100000,\n                    0.0030107733333333336\n                ],\n                [\n                    1702090800000,\n                    0.001990853333333333\n                ],\n                [\n                    1702090500000,\n                    0.0016590133333333334\n                ],\n                [\n                    1702090200000,\n                    0.00199408\n                ],\n                [\n                    1702089900000,\n                    0.00221224\n                ],\n                [\n                    1702089600000,\n                    0.0019644533333333333\n                ],\n                [\n                    1702089300000,\n                    0.0024595999999999997\n                ],\n                [\n                    1702089000000,\n                    0.0026854133333333334\n                ],\n                [\n                    1702088700000,\n                    0.0020391466666666667\n                ],\n                [\n                    1702088400000,\n                    0.0018388266666666665\n                ],\n                [\n                    1702088100000,\n                    0.002149466666666667\n                ],\n                [\n                    1702087800000,\n                    0.0019177333333333334\n                ],\n                [\n                    1702087500000,\n                    0.0025446666666666664\n                ],\n                [\n                    1702087200000,\n                    0.0021345599999999998\n                ],\n                [\n                    1702086900000,\n                    0.0019768266666666664\n                ],\n                [\n                    1702086600000,\n                    0.00226936\n                ],\n                [\n                    1702086300000,\n                    0.002102586666666667\n                ],\n                [\n                    1702086000000,\n                    0.001986613333333333\n                ],\n                [\n                    1702085700000,\n                    0.00189192\n                ],\n                [\n                    1702085400000,\n                    0.0020992800000000002\n                ],\n                [\n                    1702085100000,\n                    0.0023981866666666664\n                ],\n                [\n                    1702084800000,\n                    0.00234232\n                ],\n                [\n                    1702084500000,\n                    0.001999093333333333\n                ],\n                [\n                    1702084200000,\n                    0.0018300533333333333\n                ],\n                [\n                    1702083900000,\n                    0.00202296\n                ],\n                [\n                    1702083600000,\n                    0.0020734133333333332\n                ],\n                [\n                    1702083300000,\n                    0.0020467466666666666\n                ],\n                [\n                    1702083000000,\n                    0.0026590666666666666\n                ],\n                [\n                    1702082700000,\n                    0.0023449866666666666\n                ],\n                [\n                    1702082400000,\n                    0.00173456\n                ],\n                [\n                    1702082100000,\n                    0.0020723733333333333\n                ],\n                [\n                    1702081800000,\n                    0.0017533333333333333\n                ],\n                [\n                    1702081500000,\n                    0.0021654133333333333\n                ],\n                [\n                    1702081200000,\n                    0.00211256\n                ],\n                [\n                    1702080900000,\n                    0.002799093333333333\n                ],\n                [\n                    1702080600000,\n                    0.0020476\n                ],\n                [\n                    1702080300000,\n                    0.0020272\n                ],\n                [\n                    1702080000000,\n                    0.0019438666666666666\n                ],\n                [\n                    1702079700000,\n                    0.0020976799999999998\n                ],\n                [\n                    1702079400000,\n                    0.00213384\n                ],\n                [\n                    1702079100000,\n                    0.0026338666666666666\n                ],\n                [\n                    1702078800000,\n                    0.0019320799999999999\n                ],\n                [\n                    1702078500000,\n                    0.00202832\n                ],\n                [\n                    1702078200000,\n                    0.0018671466666666668\n                ],\n                [\n                    1702077900000,\n                    0.0020021066666666668\n                ],\n                [\n                    1702077600000,\n                    0.0019421333333333333\n                ],\n                [\n                    1702077300000,\n                    0.00245336\n                ],\n                [\n                    1702077000000,\n                    0.002459653333333333\n                ],\n                [\n                    1702076700000,\n                    0.0022282666666666668\n                ],\n                [\n                    1702076400000,\n                    0.00185432\n                ],\n                [\n                    1702076100000,\n                    0.00187096\n                ],\n                [\n                    1702075800000,\n                    0.0019138933333333334\n                ],\n                [\n                    1702075500000,\n                    0.00227496\n                ],\n                [\n                    1702075200000,\n                    0.0021773066666666667\n                ],\n                [\n                    1702074900000,\n                    0.0025265066666666667\n                ],\n                [\n                    1702074600000,\n                    0.002408826666666667\n                ],\n                [\n                    1702074300000,\n                    0.0013801333333333333\n                ],\n                [\n                    1702074000000,\n                    0.0020109066666666666\n                ],\n                [\n                    1702073700000,\n                    0.00209944\n                ],\n                [\n                    1702073400000,\n                    0.0025367199999999997\n                ],\n                [\n                    1702073100000,\n                    0.00272592\n                ],\n                [\n                    1702072800000,\n                    0.0023233333333333335\n                ],\n                [\n                    1702072500000,\n                    0.0021151466666666664\n                ],\n                [\n                    1702072200000,\n                    0.0019546933333333336\n                ],\n                [\n                    1702071900000,\n                    0.0016995466666666667\n                ],\n                [\n                    1702071600000,\n                    0.0020406933333333333\n                ],\n                [\n                    1702071300000,\n                    0.0024712533333333337\n                ],\n                [\n                    1702071000000,\n                    0.0023187466666666663\n                ],\n                [\n                    1702070700000,\n                    0.0021766666666666666\n                ],\n                [\n                    1702070400000,\n                    0.0018901866666666668\n                ],\n                [\n                    1702070100000,\n                    0.0019340533333333332\n                ],\n                [\n                    1702069800000,\n                    0.0019879466666666667\n                ],\n                [\n                    1702069500000,\n                    0.0023850133333333332\n                ],\n                [\n                    1702069200000,\n                    0.0022977866666666668\n                ],\n                [\n                    1702068900000,\n                    0.002582213333333333\n                ],\n                [\n                    1702068600000,\n                    0.0019654666666666667\n                ],\n                [\n                    1702068300000,\n                    0.0016947466666666668\n                ],\n                [\n                    1702068000000,\n                    0.0018921066666666665\n                ],\n                [\n                    1702067700000,\n                    0.002766213333333333\n                ],\n                [\n                    1702067400000,\n                    0.0019517333333333334\n                ],\n                [\n                    1702067100000,\n                    0.00238936\n                ],\n                [\n                    1702066800000,\n                    0.002242\n                ],\n                [\n                    1702066500000,\n                    0.0021034400000000003\n                ],\n                [\n                    1702066200000,\n                    0.0016158133333333332\n                ],\n                [\n                    1702065900000,\n                    0.0023752266666666666\n                ],\n                [\n                    1702065600000,\n                    0.002234613333333333\n                ],\n                [\n                    1702065300000,\n                    0.0019695466666666667\n                ],\n                [\n                    1702065000000,\n                    0.00260248\n                ],\n                [\n                    1702064700000,\n                    0.0019464266666666668\n                ],\n                [\n                    1702064400000,\n                    0.0020289333333333333\n                ],\n                [\n                    1702064100000,\n                    0.0021424533333333335\n                ],\n                [\n                    1702063800000,\n                    0.0020992266666666664\n                ],\n                [\n                    1702063500000,\n                    0.00180632\n                ],\n                [\n                    1702063200000,\n                    0.002207493333333333\n                ],\n                [\n                    1702062900000,\n                    0.00243448\n                ],\n                [\n                    1702062600000,\n                    0.0019201866666666667\n                ],\n                [\n                    1702062300000,\n                    0.0024401333333333333\n                ],\n                [\n                    1702062000000,\n                    0.0019449066666666667\n                ],\n                [\n                    1702061700000,\n                    0.00179648\n                ],\n                [\n                    1702061400000,\n                    0.0022719466666666667\n                ],\n                [\n                    1702061100000,\n                    0.0021277600000000002\n                ],\n                [\n                    1702060800000,\n                    0.002419493333333333\n                ],\n                [\n                    1702060500000,\n                    0.0023869866666666665\n                ],\n                [\n                    1702060200000,\n                    0.0016707466666666666\n                ],\n                [\n                    1702059900000,\n                    0.0018998133333333334\n                ],\n                [\n                    1702059600000,\n                    0.0021308533333333334\n                ],\n                [\n                    1702059300000,\n                    0.0021147466666666666\n                ],\n                [\n                    1702059000000,\n                    0.00228352\n                ],\n                [\n                    1702058700000,\n                    0.0024712266666666663\n                ],\n                [\n                    1702058400000,\n                    0.0022535466666666667\n                ],\n                [\n                    1702058100000,\n                    0.0019503466666666667\n                ],\n                [\n                    1702057800000,\n                    0.0019052799999999999\n                ],\n                [\n                    1702057500000,\n                    0.0019474933333333334\n                ],\n                [\n                    1702057200000,\n                    0.00218464\n                ],\n                [\n                    1702056900000,\n                    0.002589946666666667\n                ],\n                [\n                    1702056600000,\n                    0.00190968\n                ],\n                [\n                    1702056300000,\n                    0.00204688\n                ],\n                [\n                    1702056000000,\n                    0.001964773333333333\n                ],\n                [\n                    1702055700000,\n                    0.0018409866666666667\n                ],\n                [\n                    1702055400000,\n                    0.0020146133333333333\n                ],\n                [\n                    1702055100000,\n                    0.0027058666666666667\n                ],\n                [\n                    1702054800000,\n                    0.00265744\n                ],\n                [\n                    1702054500000,\n                    0.001971626666666667\n                ],\n                [\n                    1702054200000,\n                    0.0018701866666666668\n                ],\n                [\n                    1702053900000,\n                    0.0018226933333333334\n                ],\n                [\n                    1702053600000,\n                    0.001946\n                ],\n                [\n                    1702053300000,\n                    0.002368613333333333\n                ],\n                [\n                    1702053000000,\n                    0.00216984\n                ],\n                [\n                    1702052700000,\n                    0.0022479466666666665\n                ],\n                [\n                    1702052400000,\n                    0.0022072266666666664\n                ],\n                [\n                    1702052100000,\n                    0.0017241333333333335\n                ],\n                [\n                    1702051800000,\n                    0.002120986666666667\n                ],\n                [\n                    1702051500000,\n                    0.0022230133333333334\n                ],\n                [\n                    1702051200000,\n                    0.00242736\n                ],\n                [\n                    1702050900000,\n                    0.0022890133333333335\n                ],\n                [\n                    1702050600000,\n                    0.00212104\n                ],\n                [\n                    1702050300000,\n                    0.00208536\n                ],\n                [\n                    1702050000000,\n                    0.0017210933333333333\n                ],\n                [\n                    1702049700000,\n                    0.0022337600000000004\n                ],\n                [\n                    1702049400000,\n                    0.0020122933333333332\n                ],\n                [\n                    1702049100000,\n                    0.002030506666666667\n                ],\n                [\n                    1702048800000,\n                    0.0024081866666666664\n                ],\n                [\n                    1702048500000,\n                    0.0019220266666666666\n                ],\n                [\n                    1702048200000,\n                    0.00200888\n                ],\n                [\n                    1702047900000,\n                    0.0023796266666666665\n                ],\n                [\n                    1702047600000,\n                    0.0020035733333333334\n                ],\n                [\n                    1702047300000,\n                    0.0020798933333333334\n                ],\n                [\n                    1702047000000,\n                    0.0025285866666666665\n                ],\n                [\n                    1702046700000,\n                    0.002052533333333333\n                ],\n                [\n                    1702046400000,\n                    0.002070213333333333\n                ],\n                [\n                    1702046100000,\n                    0.0025121066666666664\n                ],\n                [\n                    1702045800000,\n                    0.0018412\n                ],\n                [\n                    1702045500000,\n                    0.0018744266666666667\n                ],\n                [\n                    1702045200000,\n                    0.0023217066666666665\n                ],\n                [\n                    1702044900000,\n                    0.00245808\n                ],\n                [\n                    1702044600000,\n                    0.0018696266666666668\n                ],\n                [\n                    1702044300000,\n                    0.0027224266666666668\n                ],\n                [\n                    1702044000000,\n                    0.0017879466666666666\n                ],\n                [\n                    1702043700000,\n                    0.0018816\n                ],\n                [\n                    1702043400000,\n                    0.00225464\n                ],\n                [\n                    1702043100000,\n                    0.0021846666666666664\n                ],\n                [\n                    1702042800000,\n                    0.002363786666666667\n                ],\n                [\n                    1702042500000,\n                    0.0021107466666666665\n                ],\n                [\n                    1702042200000,\n                    0.0021393600000000003\n                ],\n                [\n                    1702041900000,\n                    0.0017422133333333334\n                ],\n                [\n                    1702041600000,\n                    0.0019849866666666665\n                ],\n                [\n                    1702041300000,\n                    0.0021246399999999997\n                ],\n                [\n                    1702041000000,\n                    0.0021293333333333333\n                ],\n                [\n                    1702040700000,\n                    0.0029671199999999997\n                ],\n                [\n                    1702040400000,\n                    0.0019655466666666666\n                ],\n                [\n                    1702040100000,\n                    0.0018860533333333333\n                ],\n                [\n                    1702039800000,\n                    0.0019285066666666667\n                ],\n                [\n                    1702039500000,\n                    0.00202872\n                ],\n                [\n                    1702039200000,\n                    0.0020263733333333333\n                ],\n                [\n                    1702038900000,\n                    0.0030831466666666665\n                ],\n                [\n                    1702038600000,\n                    0.0018694933333333334\n                ],\n                [\n                    1702038300000,\n                    0.0019198666666666666\n                ],\n                [\n                    1702038000000,\n                    0.0018159200000000002\n                ],\n                [\n                    1702037700000,\n                    0.00192136\n                ],\n                [\n                    1702037400000,\n                    0.0020976799999999998\n                ],\n                [\n                    1702037100000,\n                    0.002455733333333333\n                ],\n                [\n                    1702036800000,\n                    0.0026638933333333332\n                ],\n                [\n                    1702036500000,\n                    0.00171424\n                ],\n                [\n                    1702036200000,\n                    0.0023162933333333337\n                ],\n                [\n                    1702035900000,\n                    0.0016328800000000002\n                ],\n                [\n                    1702035600000,\n                    0.0018960533333333333\n                ],\n                [\n                    1702035300000,\n                    0.0026476533333333334\n                ],\n                [\n                    1702035000000,\n                    0.0020014133333333332\n                ],\n                [\n                    1702034700000,\n                    0.0025523200000000003\n                ],\n                [\n                    1702034400000,\n                    0.0017798133333333333\n                ],\n                [\n                    1702034100000,\n                    0.0019787466666666667\n                ],\n                [\n                    1702033800000,\n                    0.0018752266666666668\n                ],\n                [\n                    1702033500000,\n                    0.0025404533333333334\n                ],\n                [\n                    1702033200000,\n                    0.002092133333333333\n                ],\n                [\n                    1702032900000,\n                    0.0023336533333333334\n                ],\n                [\n                    1702032600000,\n                    0.0023951199999999997\n                ],\n                [\n                    1702032300000,\n                    0.0019215466666666666\n                ],\n                [\n                    1702032000000,\n                    0.0016550133333333333\n                ],\n                [\n                    1702031700000,\n                    0.00228816\n                ],\n                [\n                    1702031400000,\n                    0.0021836533333333334\n                ],\n                [\n                    1702031100000,\n                    0.00206448\n                ],\n                [\n                    1702030800000,\n                    0.0026121866666666666\n                ],\n                [\n                    1702030500000,\n                    0.0019295199999999999\n                ],\n                [\n                    1702030200000,\n                    0.0018357066666666666\n                ],\n                [\n                    1702029900000,\n                    0.002390213333333333\n                ],\n                [\n                    1702029600000,\n                    0.0017675733333333333\n                ],\n                [\n                    1702029300000,\n                    0.0022248000000000003\n                ],\n                [\n                    1702029000000,\n                    0.0023558133333333336\n                ],\n                [\n                    1702028700000,\n                    0.002300986666666667\n                ],\n                [\n                    1702028400000,\n                    0.0017697866666666667\n                ],\n                [\n                    1702028100000,\n                    0.0026178133333333337\n                ],\n                [\n                    1702027800000,\n                    0.0015543733333333333\n                ],\n                [\n                    1702027500000,\n                    0.00181624\n                ],\n                [\n                    1702027200000,\n                    0.0025801599999999997\n                ],\n                [\n                    1702026900000,\n                    0.0020200266666666666\n                ],\n                [\n                    1702026600000,\n                    0.0021508533333333335\n                ],\n                [\n                    1702026300000,\n                    0.0023272533333333336\n                ],\n                [\n                    1702026000000,\n                    0.0020851733333333332\n                ],\n                [\n                    1702025700000,\n                    0.0018602133333333333\n                ],\n                [\n                    1702025400000,\n                    0.002118053333333333\n                ],\n                [\n                    1702025100000,\n                    0.0021950666666666666\n                ],\n                [\n                    1702024800000,\n                    0.0024369066666666667\n                ],\n                [\n                    1702024500000,\n                    0.002663973333333333\n                ],\n                [\n                    1702024200000,\n                    0.00234504\n                ],\n                [\n                    1702023900000,\n                    0.0014243466666666665\n                ],\n                [\n                    1702023600000,\n                    0.0020767466666666663\n                ],\n                [\n                    1702023300000,\n                    0.00235008\n                ],\n                [\n                    1702023000000,\n                    0.0020370933333333334\n                ],\n                [\n                    1702022700000,\n                    0.002741386666666667\n                ],\n                [\n                    1702022400000,\n                    0.0018816\n                ],\n                [\n                    1702022100000,\n                    0.00198832\n                ],\n                [\n                    1702021800000,\n                    0.002145786666666667\n                ],\n                [\n                    1702021500000,\n                    0.00170888\n                ],\n                [\n                    1702021200000,\n                    0.0023218400000000004\n                ],\n                [\n                    1702020900000,\n                    0.00250168\n                ],\n                [\n                    1702020600000,\n                    0.0023075466666666665\n                ],\n                [\n                    1702020300000,\n                    0.00161696\n                ],\n                [\n                    1702020000000,\n                    0.00231736\n                ],\n                [\n                    1702019700000,\n                    0.0017487733333333333\n                ],\n                [\n                    1702019400000,\n                    0.0017057333333333335\n                ],\n                [\n                    1702019100000,\n                    0.0031027466666666663\n                ],\n                [\n                    1702018800000,\n                    0.0021164\n                ],\n                [\n                    1702018500000,\n                    0.00237872\n                ],\n                [\n                    1702018200000,\n                    0.0017901066666666666\n                ],\n                [\n                    1702017900000,\n                    0.0020251466666666666\n                ],\n                [\n                    1702017600000,\n                    0.00181256\n                ],\n                [\n                    1702017300000,\n                    0.002492613333333333\n                ],\n                [\n                    1702017000000,\n                    0.0021852266666666665\n                ],\n                [\n                    1702016700000,\n                    0.0022070133333333334\n                ],\n                [\n                    1702016400000,\n                    0.0020910133333333332\n                ],\n                [\n                    1702016100000,\n                    0.00197328\n                ],\n                [\n                    1702015800000,\n                    0.0018166133333333333\n                ],\n                [\n                    1702015500000,\n                    0.00231656\n                ],\n                [\n                    1702015200000,\n                    0.0023005066666666667\n                ],\n                [\n                    1702014900000,\n                    0.0024492533333333334\n                ],\n                [\n                    1702014600000,\n                    0.0022661599999999997\n                ],\n                [\n                    1702014300000,\n                    0.0019136\n                ],\n                [\n                    1702014000000,\n                    0.00186984\n                ],\n                [\n                    1702013700000,\n                    0.00210768\n                ],\n                [\n                    1702013400000,\n                    0.00212232\n                ],\n                [\n                    1702013100000,\n                    0.0022272533333333334\n                ],\n                [\n                    1702012800000,\n                    0.0023771466666666664\n                ],\n                [\n                    1702012500000,\n                    0.0019219466666666666\n                ],\n                [\n                    1702012200000,\n                    0.0018219466666666668\n                ],\n                [\n                    1702011900000,\n                    0.00242008\n                ],\n                [\n                    1702011600000,\n                    0.002065306666666667\n                ],\n                [\n                    1702011300000,\n                    0.0018104266666666667\n                ],\n                [\n                    1702011000000,\n                    0.0031734133333333335\n                ],\n                [\n                    1702010700000,\n                    0.0024863733333333336\n                ],\n                [\n                    1702010400000,\n                    0.0019224266666666668\n                ],\n                [\n                    1702010100000,\n                    0.0021807199999999997\n                ],\n                [\n                    1702009800000,\n                    0.0019125066666666668\n                ],\n                [\n                    1702009500000,\n                    0.00175216\n                ],\n                [\n                    1702009200000,\n                    0.0023808266666666667\n                ],\n                [\n                    1702008900000,\n                    0.001970906666666667\n                ],\n                [\n                    1702008600000,\n                    0.0022381066666666664\n                ],\n                [\n                    1702008300000,\n                    0.00246488\n                ],\n                [\n                    1702008000000,\n                    0.0020717066666666663\n                ],\n                [\n                    1702007700000,\n                    0.0018761066666666665\n                ],\n                [\n                    1702007400000,\n                    0.0020385066666666666\n                ],\n                [\n                    1702007100000,\n                    0.0024281866666666665\n                ],\n                [\n                    1702006800000,\n                    0.0019656\n                ],\n                [\n                    1702006500000,\n                    0.0025480266666666664\n                ],\n                [\n                    1702006200000,\n                    0.00242792\n                ],\n                [\n                    1702005900000,\n                    0.0019028266666666666\n                ],\n                [\n                    1702005600000,\n                    0.0020649333333333333\n                ],\n                [\n                    1702005300000,\n                    0.0022542133333333333\n                ],\n                [\n                    1702005000000,\n                    0.0022714933333333335\n                ],\n                [\n                    1702004700000,\n                    0.0023297333333333332\n                ],\n                [\n                    1702004400000,\n                    0.00235704\n                ],\n                [\n                    1702004100000,\n                    0.0019464\n                ],\n                [\n                    1702003800000,\n                    0.0019972\n                ],\n                [\n                    1702003500000,\n                    0.00214696\n                ],\n                [\n                    1702003200000,\n                    0.00206632\n                ],\n                [\n                    1702002900000,\n                    0.0024640266666666666\n                ],\n                [\n                    1702002600000,\n                    0.00261352\n                ],\n                [\n                    1702002300000,\n                    0.0019917866666666665\n                ],\n                [\n                    1702002000000,\n                    0.0021033333333333334\n                ],\n                [\n                    1702001700000,\n                    0.00189624\n                ],\n                [\n                    1702001400000,\n                    0.00210696\n                ],\n                [\n                    1702001100000,\n                    0.00229288\n                ],\n                [\n                    1702000800000,\n                    0.0024042933333333336\n                ],\n                [\n                    1702000500000,\n                    0.0020570133333333335\n                ],\n                [\n                    1702000200000,\n                    0.00226472\n                ],\n                [\n                    1701999900000,\n                    0.0018564533333333335\n                ],\n                [\n                    1701999600000,\n                    0.00192024\n                ],\n                [\n                    1701999300000,\n                    0.002048026666666667\n                ],\n                [\n                    1701999000000,\n                    0.0026749066666666666\n                ],\n                [\n                    1701998700000,\n                    0.0018450666666666666\n                ],\n                [\n                    1701998400000,\n                    0.00243\n                ],\n                [\n                    1701998100000,\n                    0.0019084266666666667\n                ],\n                [\n                    1701997800000,\n                    0.0019459466666666668\n                ],\n                [\n                    1701997500000,\n                    0.002075306666666667\n                ],\n                [\n                    1701997200000,\n                    0.0023698400000000002\n                ],\n                [\n                    1701996900000,\n                    0.0020691999999999998\n                ],\n                [\n                    1701996600000,\n                    0.0024012533333333335\n                ],\n                [\n                    1701996300000,\n                    0.002249493333333333\n                ],\n                [\n                    1701996000000,\n                    0.0018708\n                ],\n                [\n                    1701995700000,\n                    0.0017630933333333332\n                ],\n                [\n                    1701995400000,\n                    0.002534266666666667\n                ],\n                [\n                    1701995100000,\n                    0.0015969333333333334\n                ],\n                [\n                    1701994800000,\n                    0.0026521333333333333\n                ],\n                [\n                    1701994500000,\n                    0.00225168\n                ],\n                [\n                    1701994200000,\n                    0.0016682933333333333\n                ],\n                [\n                    1701993900000,\n                    0.0022394666666666666\n                ],\n                [\n                    1701993600000,\n                    0.0021838133333333333\n                ],\n                [\n                    1701993300000,\n                    0.0022538133333333335\n                ],\n                [\n                    1701993000000,\n                    0.0024562666666666667\n                ],\n                [\n                    1701992700000,\n                    0.0019882933333333335\n                ],\n                [\n                    1701992400000,\n                    0.002092506666666667\n                ],\n                [\n                    1701992100000,\n                    0.0019445866666666666\n                ],\n                [\n                    1701991800000,\n                    0.0023924266666666668\n                ],\n                [\n                    1701991500000,\n                    0.0017276\n                ],\n                [\n                    1701991200000,\n                    0.0022512266666666666\n                ],\n                [\n                    1701990900000,\n                    0.0021623733333333336\n                ],\n                [\n                    1701990600000,\n                    0.002286213333333333\n                ],\n                [\n                    1701990300000,\n                    0.0019052266666666666\n                ],\n                [\n                    1701990000000,\n                    0.0026629866666666667\n                ],\n                [\n                    1701989700000,\n                    0.0017526933333333334\n                ],\n                [\n                    1701989400000,\n                    0.0022053333333333335\n                ],\n                [\n                    1701989100000,\n                    0.0019757333333333335\n                ],\n                [\n                    1701988800000,\n                    0.002304\n                ],\n                [\n                    1701988500000,\n                    0.0023833066666666667\n                ],\n                [\n                    1701988200000,\n                    0.00203856\n                ],\n                [\n                    1701987900000,\n                    0.0019064266666666667\n                ],\n                [\n                    1701987600000,\n                    0.0020318666666666665\n                ],\n                [\n                    1701987300000,\n                    0.0022648\n                ],\n                [\n                    1701987000000,\n                    0.00176696\n                ],\n                [\n                    1701986700000,\n                    0.00233256\n                ],\n                [\n                    1701986400000,\n                    0.002508346666666667\n                ],\n                [\n                    1701986100000,\n                    0.0020882933333333333\n                ],\n                [\n                    1701985800000,\n                    0.0020650399999999998\n                ],\n                [\n                    1701985500000,\n                    0.00195936\n                ],\n                [\n                    1701985200000,\n                    0.0019329866666666668\n                ],\n                [\n                    1701984900000,\n                    0.002484506666666667\n                ],\n                [\n                    1701984600000,\n                    0.0022014666666666668\n                ],\n                [\n                    1701984300000,\n                    0.00186456\n                ],\n                [\n                    1701984000000,\n                    0.0023374133333333336\n                ],\n                [\n                    1701983700000,\n                    0.0018055999999999999\n                ],\n                [\n                    1701983400000,\n                    0.00203456\n                ],\n                [\n                    1701983100000,\n                    0.0019960533333333334\n                ],\n                [\n                    1701982800000,\n                    0.0026112266666666667\n                ],\n                [\n                    1701982500000,\n                    0.0025063466666666668\n                ],\n                [\n                    1701982200000,\n                    0.0017794666666666667\n                ],\n                [\n                    1701981900000,\n                    0.0021557066666666666\n                ],\n                [\n                    1701981600000,\n                    0.00170896\n                ],\n                [\n                    1701981300000,\n                    0.0026618133333333334\n                ],\n                [\n                    1701981000000,\n                    0.0024148533333333334\n                ],\n                [\n                    1701980700000,\n                    0.0017876533333333333\n                ],\n                [\n                    1701980400000,\n                    0.0025038133333333333\n                ],\n                [\n                    1701980100000,\n                    0.0018270133333333333\n                ],\n                [\n                    1701979800000,\n                    0.0019834133333333334\n                ],\n                [\n                    1701979500000,\n                    0.0018913866666666669\n                ],\n                [\n                    1701979200000,\n                    0.00261736\n                ],\n                [\n                    1701978900000,\n                    0.00188456\n                ],\n                [\n                    1701978600000,\n                    0.0024151466666666667\n                ],\n                [\n                    1701978300000,\n                    0.0025254933333333333\n                ],\n                [\n                    1701978000000,\n                    0.00180584\n                ],\n                [\n                    1701977700000,\n                    0.0017828266666666667\n                ],\n                [\n                    1701977400000,\n                    0.0023816799999999997\n                ],\n                [\n                    1701977100000,\n                    0.0019297866666666667\n                ],\n                [\n                    1701976800000,\n                    0.0024469066666666667\n                ],\n                [\n                    1701976500000,\n                    0.0021371466666666667\n                ],\n                [\n                    1701976200000,\n                    0.0020061066666666664\n                ],\n                [\n                    1701975900000,\n                    0.00252264\n                ],\n                [\n                    1701975600000,\n                    0.0017869333333333335\n                ],\n                [\n                    1701975300000,\n                    0.00189432\n                ],\n                [\n                    1701975000000,\n                    0.0022375999999999997\n                ],\n                [\n                    1701974700000,\n                    0.002347946666666667\n                ],\n                [\n                    1701974400000,\n                    0.0021542933333333334\n                ],\n                [\n                    1701974100000,\n                    0.00194904\n                ],\n                [\n                    1701973800000,\n                    0.0025444\n                ],\n                [\n                    1701973500000,\n                    0.0014871466666666667\n                ],\n                [\n                    1701973200000,\n                    0.0024999733333333335\n                ],\n                [\n                    1701972900000,\n                    0.0020694666666666666\n                ],\n                [\n                    1701972600000,\n                    0.0019512266666666667\n                ],\n                [\n                    1701972300000,\n                    0.0026208000000000004\n                ],\n                [\n                    1701972000000,\n                    0.00209104\n                ],\n                [\n                    1701971700000,\n                    0.0018421333333333335\n                ],\n                [\n                    1701971400000,\n                    0.0021697066666666663\n                ],\n                [\n                    1701971100000,\n                    0.0023152533333333333\n                ],\n                [\n                    1701970800000,\n                    0.00206536\n                ],\n                [\n                    1701970500000,\n                    0.00227784\n                ],\n                [\n                    1701970200000,\n                    0.0021022933333333335\n                ],\n                [\n                    1701969900000,\n                    0.0019444\n                ],\n                [\n                    1701969600000,\n                    0.0020843733333333336\n                ],\n                [\n                    1701969300000,\n                    0.0020416266666666667\n                ],\n                [\n                    1701969000000,\n                    0.0021122399999999996\n                ],\n                [\n                    1701968700000,\n                    0.0022012800000000003\n                ],\n                [\n                    1701968400000,\n                    0.0024561866666666667\n                ],\n                [\n                    1701968100000,\n                    0.0017204266666666667\n                ],\n                [\n                    1701967800000,\n                    0.0026192\n                ],\n                [\n                    1701967500000,\n                    0.00171584\n                ],\n                [\n                    1701967200000,\n                    0.002126693333333333\n                ],\n                [\n                    1701966900000,\n                    0.0018599200000000001\n                ],\n                [\n                    1701966600000,\n                    0.0023742933333333336\n                ],\n                [\n                    1701966300000,\n                    0.0022736799999999997\n                ],\n                [\n                    1701966000000,\n                    0.0018894666666666668\n                ],\n                [\n                    1701965700000,\n                    0.002454266666666667\n                ],\n                [\n                    1701965400000,\n                    0.0015094933333333334\n                ],\n                [\n                    1701965100000,\n                    0.0023999733333333333\n                ],\n                [\n                    1701964800000,\n                    0.002274826666666667\n                ],\n                [\n                    1701964500000,\n                    0.0020031733333333336\n                ],\n                [\n                    1701964200000,\n                    0.00246536\n                ],\n                [\n                    1701963900000,\n                    0.0019173066666666667\n                ],\n                [\n                    1701963600000,\n                    0.0019521866666666668\n                ],\n                [\n                    1701963300000,\n                    0.0020276266666666666\n                ],\n                [\n                    1701963000000,\n                    0.0022290133333333333\n                ],\n                [\n                    1701962700000,\n                    0.0020049866666666666\n                ],\n                [\n                    1701962400000,\n                    0.0027115999999999998\n                ],\n                [\n                    1701962100000,\n                    0.0017361333333333335\n                ],\n                [\n                    1701961800000,\n                    0.0021952800000000004\n                ],\n                [\n                    1701961500000,\n                    0.0019025866666666665\n                ],\n                [\n                    1701961200000,\n                    0.0022412533333333335\n                ],\n                [\n                    1701960900000,\n                    0.0019051466666666667\n                ],\n                [\n                    1701960600000,\n                    0.0026970933333333334\n                ],\n                [\n                    1701960300000,\n                    0.0022063200000000003\n                ],\n                [\n                    1701960000000,\n                    0.0015534666666666666\n                ],\n                [\n                    1701959700000,\n                    0.0026219733333333333\n                ],\n                [\n                    1701959400000,\n                    0.0021884533333333335\n                ],\n                [\n                    1701959100000,\n                    0.0020335466666666665\n                ],\n                [\n                    1701958800000,\n                    0.00229816\n                ],\n                [\n                    1701958500000,\n                    0.0019250133333333333\n                ],\n                [\n                    1701958200000,\n                    0.002159733333333333\n                ],\n                [\n                    1701957900000,\n                    0.0019640533333333335\n                ],\n                [\n                    1701957600000,\n                    0.0023590666666666667\n                ],\n                [\n                    1701957300000,\n                    0.0018683466666666666\n                ],\n                [\n                    1701957000000,\n                    0.0024269866666666666\n                ],\n                [\n                    1701956700000,\n                    0.00217336\n                ],\n                [\n                    1701956400000,\n                    0.00223216\n                ],\n                [\n                    1701956100000,\n                    0.0018648800000000002\n                ],\n                [\n                    1701955800000,\n                    0.0022448800000000003\n                ],\n                [\n                    1701955500000,\n                    0.002009093333333333\n                ],\n                [\n                    1701955200000,\n                    0.0022183466666666667\n                ],\n                [\n                    1701954900000,\n                    0.0020042933333333335\n                ],\n                [\n                    1701954600000,\n                    0.00233512\n                ],\n                [\n                    1701954300000,\n                    0.0023456533333333332\n                ],\n                [\n                    1701954000000,\n                    0.0018702133333333333\n                ],\n                [\n                    1701953700000,\n                    0.0021462666666666667\n                ],\n                [\n                    1701953400000,\n                    0.00213896\n                ],\n                [\n                    1701953100000,\n                    0.0021641866666666666\n                ],\n                [\n                    1701952800000,\n                    0.002265733333333333\n                ],\n                [\n                    1701952500000,\n                    0.00164904\n                ],\n                [\n                    1701952200000,\n                    0.0027221066666666665\n                ],\n                [\n                    1701951900000,\n                    0.0018026666666666668\n                ],\n                [\n                    1701951600000,\n                    0.002152\n                ],\n                [\n                    1701951300000,\n                    0.0018636266666666667\n                ],\n                [\n                    1701951000000,\n                    0.0022131466666666664\n                ],\n                [\n                    1701950700000,\n                    0.0020490933333333333\n                ],\n                [\n                    1701950400000,\n                    0.002426426666666667\n                ],\n                [\n                    1701950100000,\n                    0.0019943733333333334\n                ],\n                [\n                    1701949800000,\n                    0.00224384\n                ],\n                [\n                    1701949500000,\n                    0.0020116533333333336\n                ],\n                [\n                    1701949200000,\n                    0.002069866666666667\n                ],\n                [\n                    1701948900000,\n                    0.00191432\n                ],\n                [\n                    1701948600000,\n                    0.00238472\n                ],\n                [\n                    1701948300000,\n                    0.00231768\n                ],\n                [\n                    1701948000000,\n                    0.0020933333333333333\n                ],\n                [\n                    1701947700000,\n                    0.0022485866666666667\n                ],\n                [\n                    1701947400000,\n                    0.00171496\n                ],\n                [\n                    1701947100000,\n                    0.00250448\n                ],\n                [\n                    1701946800000,\n                    0.0020191733333333336\n                ],\n                [\n                    1701946500000,\n                    0.0021141066666666665\n                ],\n                [\n                    1701946200000,\n                    0.00251096\n                ],\n                [\n                    1701945900000,\n                    0.00182128\n                ],\n                [\n                    1701945600000,\n                    0.0021335733333333333\n                ],\n                [\n                    1701945300000,\n                    0.0018041866666666667\n                ],\n                [\n                    1701945000000,\n                    0.002364213333333333\n                ],\n                [\n                    1701944700000,\n                    0.00202088\n                ],\n                [\n                    1701944400000,\n                    0.0026546933333333332\n                ],\n                [\n                    1701944100000,\n                    0.00181952\n                ],\n                [\n                    1701943800000,\n                    0.0022367199999999998\n                ],\n                [\n                    1701943500000,\n                    0.0018155733333333332\n                ],\n                [\n                    1701943200000,\n                    0.0022103733333333334\n                ],\n                [\n                    1701942900000,\n                    0.00189504\n                ],\n                [\n                    1701942600000,\n                    0.0023513866666666668\n                ],\n                [\n                    1701942300000,\n                    0.002481493333333333\n                ],\n                [\n                    1701942000000,\n                    0.0016840533333333332\n                ],\n                [\n                    1701941700000,\n                    0.0022366933333333333\n                ],\n                [\n                    1701941400000,\n                    0.0022840266666666665\n                ],\n                [\n                    1701941100000,\n                    0.0020470133333333335\n                ],\n                [\n                    1701940800000,\n                    0.0019756533333333335\n                ],\n                [\n                    1701940500000,\n                    0.0021771466666666663\n                ],\n                [\n                    1701940200000,\n                    0.0021985333333333335\n                ],\n                [\n                    1701939900000,\n                    0.0019073333333333334\n                ],\n                [\n                    1701939600000,\n                    0.0026211999999999997\n                ],\n                [\n                    1701939300000,\n                    0.0016599733333333333\n                ],\n                [\n                    1701939000000,\n                    0.002398986666666667\n                ],\n                [\n                    1701938700000,\n                    0.0022605333333333335\n                ],\n                [\n                    1701938400000,\n                    0.0019334666666666668\n                ],\n                [\n                    1701938100000,\n                    0.0025184533333333335\n                ],\n                [\n                    1701937800000,\n                    0.002074826666666667\n                ],\n                [\n                    1701937500000,\n                    0.0020426933333333335\n                ],\n                [\n                    1701937200000,\n                    0.00224648\n                ],\n                [\n                    1701936900000,\n                    0.00208904\n                ],\n                [\n                    1701936600000,\n                    0.0018439466666666667\n                ],\n                [\n                    1701936300000,\n                    0.0025842933333333337\n                ],\n                [\n                    1701936000000,\n                    0.00197776\n                ],\n                [\n                    1701935700000,\n                    0.0022810666666666667\n                ],\n                [\n                    1701935400000,\n                    0.00221328\n                ],\n                [\n                    1701935100000,\n                    0.0021344800000000002\n                ],\n                [\n                    1701934800000,\n                    0.0020364800000000002\n                ],\n                [\n                    1701934500000,\n                    0.00203024\n                ],\n                [\n                    1701934200000,\n                    0.0027541866666666664\n                ],\n                [\n                    1701933900000,\n                    0.00152696\n                ],\n                [\n                    1701933600000,\n                    0.0022787466666666666\n                ],\n                [\n                    1701933300000,\n                    0.0019472533333333333\n                ],\n                [\n                    1701933000000,\n                    0.001992026666666667\n                ],\n                [\n                    1701932700000,\n                    0.00216264\n                ],\n                [\n                    1701932400000,\n                    0.0026458133333333335\n                ],\n                [\n                    1701932100000,\n                    0.0019205333333333333\n                ],\n                [\n                    1701931800000,\n                    0.00212024\n                ],\n                [\n                    1701931500000,\n                    0.00217688\n                ],\n                [\n                    1701931200000,\n                    0.0016574133333333333\n                ],\n                [\n                    1701930900000,\n                    0.0022456533333333334\n                ],\n                [\n                    1701930600000,\n                    0.0022166399999999998\n                ],\n                [\n                    1701930300000,\n                    0.0023938933333333334\n                ],\n                [\n                    1701930000000,\n                    0.0019932533333333335\n                ],\n                [\n                    1701929700000,\n                    0.0017440266666666666\n                ],\n                [\n                    1701929400000,\n                    0.002414986666666667\n                ],\n                [\n                    1701929100000,\n                    0.00201408\n                ],\n                [\n                    1701928800000,\n                    0.002390053333333333\n                ],\n                [\n                    1701928500000,\n                    0.00191488\n                ],\n                [\n                    1701928200000,\n                    0.0026831199999999998\n                ],\n                [\n                    1701927900000,\n                    0.0020421333333333334\n                ],\n                [\n                    1701927600000,\n                    0.00208416\n                ],\n                [\n                    1701927300000,\n                    0.0020228533333333334\n                ],\n                [\n                    1701927000000,\n                    0.0023985866666666666\n                ],\n                [\n                    1701926700000,\n                    0.0017417866666666667\n                ],\n                [\n                    1701926400000,\n                    0.0024592266666666664\n                ],\n                [\n                    1701926100000,\n                    0.002053786666666667\n                ],\n                [\n                    1701925800000,\n                    0.0019178399999999999\n                ],\n                [\n                    1701925500000,\n                    0.0022291466666666667\n                ],\n                [\n                    1701925200000,\n                    0.0020718666666666666\n                ],\n                [\n                    1701924900000,\n                    0.0030701866666666667\n                ],\n                [\n                    1701924600000,\n                    0.0027924533333333335\n                ],\n                [\n                    1701924300000,\n                    0.00253624\n                ],\n                [\n                    1701924000000,\n                    0.0018851466666666668\n                ],\n                [\n                    1701923700000,\n                    0.0017672\n                ],\n                [\n                    1701923400000,\n                    0.0024289333333333335\n                ],\n                [\n                    1701923100000,\n                    0.0018788533333333331\n                ],\n                [\n                    1701922800000,\n                    0.0020917066666666663\n                ],\n                [\n                    1701922500000,\n                    0.00221896\n                ],\n                [\n                    1701922200000,\n                    0.0024180533333333335\n                ],\n                [\n                    1701921900000,\n                    0.0016049866666666666\n                ],\n                [\n                    1701921600000,\n                    0.0021674933333333335\n                ],\n                [\n                    1701921300000,\n                    0.002144053333333333\n                ],\n                [\n                    1701921000000,\n                    0.0022387733333333335\n                ],\n                [\n                    1701920700000,\n                    0.0020776266666666667\n                ],\n                [\n                    1701920400000,\n                    0.0023656799999999998\n                ],\n                [\n                    1701920100000,\n                    0.00233896\n                ],\n                [\n                    1701919800000,\n                    0.0019679466666666667\n                ],\n                [\n                    1701919500000,\n                    0.0020566133333333333\n                ],\n                [\n                    1701919200000,\n                    0.0019246666666666668\n                ],\n                [\n                    1701918900000,\n                    0.0020917333333333333\n                ],\n                [\n                    1701918600000,\n                    0.0017425333333333333\n                ],\n                [\n                    1701918300000,\n                    0.0026268533333333333\n                ],\n                [\n                    1701918000000,\n                    0.0024343200000000002\n                ],\n                [\n                    1701917700000,\n                    0.0018005066666666666\n                ],\n                [\n                    1701917400000,\n                    0.0020369066666666665\n                ],\n                [\n                    1701917100000,\n                    0.00198296\n                ],\n                [\n                    1701916800000,\n                    0.0022299466666666668\n                ],\n                [\n                    1701916500000,\n                    0.002417466666666667\n                ],\n                [\n                    1701916200000,\n                    0.0029756\n                ],\n                [\n                    1701915900000,\n                    0.00156976\n                ],\n                [\n                    1701915600000,\n                    0.0019804\n                ],\n                [\n                    1701915300000,\n                    0.0020042933333333335\n                ],\n                [\n                    1701915000000,\n                    0.0021770933333333333\n                ],\n                [\n                    1701914700000,\n                    0.00194168\n                ],\n                [\n                    1701914400000,\n                    0.00266664\n                ],\n                [\n                    1701914100000,\n                    0.0021090933333333334\n                ],\n                [\n                    1701913800000,\n                    0.0019159466666666667\n                ],\n                [\n                    1701913500000,\n                    0.0022292266666666663\n                ],\n                [\n                    1701913200000,\n                    0.0016490933333333333\n                ],\n                [\n                    1701912900000,\n                    0.002392826666666667\n                ],\n                [\n                    1701912600000,\n                    0.0020874933333333333\n                ],\n                [\n                    1701912300000,\n                    0.0024857066666666666\n                ],\n                [\n                    1701912000000,\n                    0.0022132533333333337\n                ],\n                [\n                    1701911700000,\n                    0.0017089866666666668\n                ],\n                [\n                    1701911400000,\n                    0.0017775199999999999\n                ],\n                [\n                    1701911100000,\n                    0.0021736\n                ],\n                [\n                    1701910800000,\n                    0.0026317066666666665\n                ],\n                [\n                    1701910500000,\n                    0.0017375733333333332\n                ],\n                [\n                    1701910200000,\n                    0.0027710666666666667\n                ],\n                [\n                    1701909900000,\n                    0.00188624\n                ],\n                [\n                    1701909600000,\n                    0.0016445066666666668\n                ],\n                [\n                    1701909300000,\n                    0.0021816\n                ],\n                [\n                    1701909000000,\n                    0.00230056\n                ],\n                [\n                    1701908700000,\n                    0.00197072\n                ],\n                [\n                    1701908400000,\n                    0.0024874933333333335\n                ],\n                [\n                    1701908100000,\n                    0.0021367733333333334\n                ],\n                [\n                    1701907800000,\n                    0.0016537333333333333\n                ],\n                [\n                    1701907500000,\n                    0.0021090133333333335\n                ],\n                [\n                    1701907200000,\n                    0.0023572\n                ],\n                [\n                    1701906900000,\n                    0.0022436\n                ],\n                [\n                    1701906600000,\n                    0.001990613333333333\n                ],\n                [\n                    1701906300000,\n                    0.0023583733333333336\n                ],\n                [\n                    1701906000000,\n                    0.0020105333333333333\n                ],\n                [\n                    1701905700000,\n                    0.00201528\n                ],\n                [\n                    1701905400000,\n                    0.00205448\n                ],\n                [\n                    1701905100000,\n                    0.0020201333333333335\n                ],\n                [\n                    1701904800000,\n                    0.0023159733333333334\n                ],\n                [\n                    1701904500000,\n                    0.0017177066666666668\n                ],\n                [\n                    1701904200000,\n                    0.00262536\n                ],\n                [\n                    1701903900000,\n                    0.001966613333333333\n                ],\n                [\n                    1701903600000,\n                    0.0022922399999999996\n                ],\n                [\n                    1701903300000,\n                    0.00166\n                ],\n                [\n                    1701903000000,\n                    0.0025917066666666664\n                ],\n                [\n                    1701902700000,\n                    0.0020516266666666667\n                ],\n                [\n                    1701902400000,\n                    0.0022026666666666666\n                ],\n                [\n                    1701902100000,\n                    0.0025886399999999997\n                ],\n                [\n                    1701901800000,\n                    0.00213848\n                ],\n                [\n                    1701901500000,\n                    0.0019465333333333332\n                ],\n                [\n                    1701901200000,\n                    0.0025185333333333335\n                ],\n                [\n                    1701900900000,\n                    0.0019556533333333335\n                ],\n                [\n                    1701900600000,\n                    0.00210656\n                ],\n                [\n                    1701900300000,\n                    0.0027258666666666667\n                ],\n                [\n                    1701900000000,\n                    0.00233704\n                ],\n                [\n                    1701899700000,\n                    0.0018350666666666665\n                ],\n                [\n                    1701899400000,\n                    0.0022233866666666667\n                ],\n                [\n                    1701899100000,\n                    0.0023704\n                ],\n                [\n                    1701898800000,\n                    0.0019526133333333333\n                ],\n                [\n                    1701898500000,\n                    0.0024389333333333335\n                ],\n                [\n                    1701898200000,\n                    0.002749733333333333\n                ],\n                [\n                    1701897900000,\n                    0.0022505066666666665\n                ],\n                [\n                    1701897600000,\n                    0.0021861066666666665\n                ],\n                [\n                    1701897300000,\n                    0.0019572533333333335\n                ],\n                [\n                    1701897000000,\n                    0.0026568533333333334\n                ],\n                [\n                    1701896700000,\n                    0.00278408\n                ],\n                [\n                    1701896400000,\n                    0.0017890933333333332\n                ],\n                [\n                    1701896100000,\n                    0.002752426666666667\n                ],\n                [\n                    1701895800000,\n                    0.002259413333333333\n                ],\n                [\n                    1701895500000,\n                    0.002414986666666667\n                ],\n                [\n                    1701895200000,\n                    0.0016614133333333334\n                ],\n                [\n                    1701894900000,\n                    0.0032544266666666667\n                ],\n                [\n                    1701894600000,\n                    0.0021421066666666667\n                ],\n                [\n                    1701894300000,\n                    0.00182296\n                ],\n                [\n                    1701894000000,\n                    0.002741466666666667\n                ],\n                [\n                    1701893700000,\n                    0.00183984\n                ],\n                [\n                    1701893400000,\n                    0.0020185333333333335\n                ],\n                [\n                    1701893100000,\n                    0.0023052533333333338\n                ],\n                [\n                    1701892800000,\n                    0.00200024\n                ],\n                [\n                    1701892500000,\n                    0.0019352533333333334\n                ],\n                [\n                    1701892200000,\n                    0.0025148533333333336\n                ],\n                [\n                    1701891900000,\n                    0.0022462399999999996\n                ],\n                [\n                    1701891600000,\n                    0.002080213333333333\n                ],\n                [\n                    1701891300000,\n                    0.00198248\n                ],\n                [\n                    1701891000000,\n                    0.0025267466666666666\n                ],\n                [\n                    1701890700000,\n                    0.0019501333333333335\n                ],\n                [\n                    1701890400000,\n                    0.00183552\n                ],\n                [\n                    1701890100000,\n                    0.0024131733333333334\n                ],\n                [\n                    1701889800000,\n                    0.0021194933333333332\n                ],\n                [\n                    1701889500000,\n                    0.00255224\n                ],\n                [\n                    1701889200000,\n                    0.0017033866666666668\n                ],\n                [\n                    1701888900000,\n                    0.0021024\n                ],\n                [\n                    1701888600000,\n                    0.00201336\n                ],\n                [\n                    1701888300000,\n                    0.0019678666666666667\n                ],\n                [\n                    1701888000000,\n                    0.0025464533333333333\n                ],\n                [\n                    1701887700000,\n                    0.0021401866666666664\n                ],\n                [\n                    1701887400000,\n                    0.0023446933333333333\n                ],\n                [\n                    1701887100000,\n                    0.0020430133333333334\n                ],\n                [\n                    1701886800000,\n                    0.002135573333333333\n                ],\n                [\n                    1701886500000,\n                    0.0019314933333333334\n                ],\n                [\n                    1701886200000,\n                    0.0023912266666666665\n                ],\n                [\n                    1701885900000,\n                    0.00196096\n                ],\n                [\n                    1701885600000,\n                    0.0022969600000000002\n                ],\n                [\n                    1701885300000,\n                    0.0019882933333333335\n                ],\n                [\n                    1701885000000,\n                    0.00219304\n                ],\n                [\n                    1701884700000,\n                    0.0020409866666666666\n                ],\n                [\n                    1701884400000,\n                    0.0020993066666666668\n                ],\n                [\n                    1701884100000,\n                    0.00225488\n                ],\n                [\n                    1701883800000,\n                    0.0023342399999999996\n                ],\n                [\n                    1701883500000,\n                    0.0019593333333333333\n                ],\n                [\n                    1701883200000,\n                    0.0017729866666666666\n                ],\n                [\n                    1701882900000,\n                    0.0022880266666666666\n                ],\n                [\n                    1701882600000,\n                    0.0020288533333333333\n                ],\n                [\n                    1701882300000,\n                    0.0017464266666666667\n                ],\n                [\n                    1701882000000,\n                    0.0027498133333333334\n                ],\n                [\n                    1701881700000,\n                    0.0018493333333333333\n                ],\n                [\n                    1701881400000,\n                    0.0018433333333333333\n                ],\n                [\n                    1701881100000,\n                    0.0021774933333333336\n                ],\n                [\n                    1701880800000,\n                    0.00198256\n                ],\n                [\n                    1701880500000,\n                    0.0017876266666666668\n                ],\n                [\n                    1701880200000,\n                    0.0023770933333333334\n                ],\n                [\n                    1701879900000,\n                    0.0020488800000000003\n                ],\n                [\n                    1701879600000,\n                    0.0020385333333333335\n                ],\n                [\n                    1701879300000,\n                    0.0021381866666666666\n                ],\n                [\n                    1701879000000,\n                    0.0019763466666666667\n                ],\n                [\n                    1701878700000,\n                    0.00178088\n                ],\n                [\n                    1701878400000,\n                    0.00212648\n                ],\n                [\n                    1701878100000,\n                    0.00222688\n                ],\n                [\n                    1701877800000,\n                    0.0020779733333333335\n                ],\n                [\n                    1701877500000,\n                    0.0019946933333333332\n                ],\n                [\n                    1701877200000,\n                    0.002182826666666667\n                ],\n                [\n                    1701876900000,\n                    0.0020476266666666666\n                ],\n                [\n                    1701876600000,\n                    0.00213576\n                ],\n                [\n                    1701876300000,\n                    0.00213128\n                ],\n                [\n                    1701876000000,\n                    0.00268496\n                ],\n                [\n                    1701875700000,\n                    0.0017495466666666666\n                ],\n                [\n                    1701875400000,\n                    0.0018904000000000002\n                ],\n                [\n                    1701875100000,\n                    0.00200664\n                ],\n                [\n                    1701874800000,\n                    0.002380346666666667\n                ],\n                [\n                    1701874500000,\n                    0.0017595733333333333\n                ],\n                [\n                    1701874200000,\n                    0.002410213333333333\n                ],\n                [\n                    1701873900000,\n                    0.002480533333333333\n                ],\n                [\n                    1701873600000,\n                    0.00175184\n                ],\n                [\n                    1701873300000,\n                    0.0028490666666666667\n                ],\n                [\n                    1701873000000,\n                    0.0023280799999999997\n                ],\n                [\n                    1701872700000,\n                    0.0019112\n                ],\n                [\n                    1701872400000,\n                    0.00188904\n                ],\n                [\n                    1701872100000,\n                    0.0025138933333333333\n                ],\n                [\n                    1701871800000,\n                    0.0019282666666666666\n                ],\n                [\n                    1701871500000,\n                    0.0018680533333333333\n                ],\n                [\n                    1701871200000,\n                    0.002568906666666667\n                ],\n                [\n                    1701870900000,\n                    0.0019111199999999999\n                ],\n                [\n                    1701870600000,\n                    0.0020627466666666666\n                ],\n                [\n                    1701870300000,\n                    0.0021500266666666665\n                ],\n                [\n                    1701870000000,\n                    0.0022102399999999996\n                ],\n                [\n                    1701869700000,\n                    0.00236216\n                ],\n                [\n                    1701869400000,\n                    0.0019519466666666667\n                ],\n                [\n                    1701869100000,\n                    0.0018292533333333332\n                ],\n                [\n                    1701868800000,\n                    0.00233832\n                ],\n                [\n                    1701868500000,\n                    0.00204768\n                ],\n                [\n                    1701868200000,\n                    0.0020833333333333333\n                ],\n                [\n                    1701867900000,\n                    0.00238896\n                ],\n                [\n                    1701867600000,\n                    0.002211386666666667\n                ],\n                [\n                    1701867300000,\n                    0.00211288\n                ],\n                [\n                    1701867000000,\n                    0.002096133333333333\n                ],\n                [\n                    1701866700000,\n                    0.0022070933333333334\n                ],\n                [\n                    1701866400000,\n                    0.0018098133333333333\n                ],\n                [\n                    1701866100000,\n                    0.0024736266666666664\n                ],\n                [\n                    1701865800000,\n                    0.0022023466666666667\n                ],\n                [\n                    1701865500000,\n                    0.00172504\n                ],\n                [\n                    1701865200000,\n                    0.0022727199999999998\n                ],\n                [\n                    1701864900000,\n                    0.002228906666666667\n                ],\n                [\n                    1701864600000,\n                    0.00183848\n                ],\n                [\n                    1701864300000,\n                    0.00200352\n                ],\n                [\n                    1701864000000,\n                    0.0025566666666666667\n                ],\n                [\n                    1701863700000,\n                    0.00200472\n                ],\n                [\n                    1701863400000,\n                    0.0019335466666666667\n                ],\n                [\n                    1701863100000,\n                    0.00236856\n                ],\n                [\n                    1701862800000,\n                    0.0020385866666666665\n                ],\n                [\n                    1701862500000,\n                    0.0019066933333333335\n                ],\n                [\n                    1701862200000,\n                    0.00262112\n                ],\n                [\n                    1701861900000,\n                    0.0020118133333333335\n                ],\n                [\n                    1701861600000,\n                    0.0021078133333333336\n                ],\n                [\n                    1701861300000,\n                    0.002094826666666667\n                ],\n                [\n                    1701861000000,\n                    0.0021003466666666666\n                ],\n                [\n                    1701860700000,\n                    0.00184024\n                ],\n                [\n                    1701860400000,\n                    0.00221432\n                ],\n                [\n                    1701860100000,\n                    0.00257856\n                ],\n                [\n                    1701859800000,\n                    0.0020263466666666664\n                ],\n                [\n                    1701859500000,\n                    0.0020486666666666665\n                ],\n                [\n                    1701859200000,\n                    0.00207304\n                ],\n                [\n                    1701858900000,\n                    0.0022487199999999996\n                ],\n                [\n                    1701858600000,\n                    0.0019903733333333333\n                ],\n                [\n                    1701858300000,\n                    0.0017449866666666668\n                ],\n                [\n                    1701858000000,\n                    0.002502906666666667\n                ],\n                [\n                    1701857700000,\n                    0.0024005066666666665\n                ],\n                [\n                    1701857400000,\n                    0.0017015466666666667\n                ],\n                [\n                    1701857100000,\n                    0.0021926666666666665\n                ],\n                [\n                    1701856800000,\n                    0.0023864\n                ],\n                [\n                    1701856500000,\n                    0.0017051466666666668\n                ],\n                [\n                    1701856200000,\n                    0.0022921866666666666\n                ],\n                [\n                    1701855900000,\n                    0.0026661066666666664\n                ],\n                [\n                    1701855600000,\n                    0.0017881333333333335\n                ],\n                [\n                    1701855300000,\n                    0.00187112\n                ],\n                [\n                    1701855000000,\n                    0.0023520266666666664\n                ],\n                [\n                    1701854700000,\n                    0.0019775733333333334\n                ],\n                [\n                    1701854400000,\n                    0.0019797866666666666\n                ],\n                [\n                    1701854100000,\n                    0.00240616\n                ],\n                [\n                    1701853800000,\n                    0.0021325866666666664\n                ],\n                [\n                    1701853500000,\n                    0.0021465066666666666\n                ],\n                [\n                    1701853200000,\n                    0.00243816\n                ],\n                [\n                    1701852900000,\n                    0.00208456\n                ],\n                [\n                    1701852600000,\n                    0.0020191199999999997\n                ],\n                [\n                    1701852300000,\n                    0.0015919733333333334\n                ],\n                [\n                    1701852000000,\n                    0.0024041066666666664\n                ],\n                [\n                    1701851700000,\n                    0.0027340533333333333\n                ],\n                [\n                    1701851400000,\n                    0.0021211999999999997\n                ],\n                [\n                    1701851100000,\n                    0.00217488\n                ],\n                [\n                    1701850800000,\n                    0.00203832\n                ],\n                [\n                    1701850500000,\n                    0.00187336\n                ],\n                [\n                    1701850200000,\n                    0.0018138666666666667\n                ],\n                [\n                    1701849900000,\n                    0.00272656\n                ],\n                [\n                    1701849600000,\n                    0.0022588\n                ],\n                [\n                    1701849300000,\n                    0.0018260266666666667\n                ],\n                [\n                    1701849000000,\n                    0.0021319733333333333\n                ],\n                [\n                    1701848700000,\n                    0.0022036266666666665\n                ],\n                [\n                    1701848400000,\n                    0.0017604533333333333\n                ],\n                [\n                    1701848100000,\n                    0.0023496\n                ],\n                [\n                    1701847800000,\n                    0.00253592\n                ],\n                [\n                    1701847500000,\n                    0.001716\n                ],\n                [\n                    1701847200000,\n                    0.0020602399999999996\n                ],\n                [\n                    1701846900000,\n                    0.0024251999999999998\n                ],\n                [\n                    1701846600000,\n                    0.0023203733333333333\n                ],\n                [\n                    1701846300000,\n                    0.0016105066666666666\n                ],\n                [\n                    1701846000000,\n                    0.0025816533333333333\n                ],\n                [\n                    1701845700000,\n                    0.002088986666666667\n                ],\n                [\n                    1701845400000,\n                    0.0019899466666666666\n                ],\n                [\n                    1701845100000,\n                    0.002072346666666667\n                ],\n                [\n                    1701844800000,\n                    0.0022231466666666664\n                ],\n                [\n                    1701844500000,\n                    0.002075306666666667\n                ],\n                [\n                    1701844200000,\n                    0.0019846666666666667\n                ],\n                [\n                    1701843900000,\n                    0.0023806133333333333\n                ],\n                [\n                    1701843600000,\n                    0.0019837066666666668\n                ],\n                [\n                    1701843300000,\n                    0.0021229066666666667\n                ],\n                [\n                    1701843000000,\n                    0.0019776533333333334\n                ],\n                [\n                    1701842700000,\n                    0.00208256\n                ],\n                [\n                    1701842400000,\n                    0.002189466666666667\n                ]\n            ],\n            \"unit\": {\n                \"name\": \"Mbps\",\n                \"fullName\": \"Megabits per second\"\n            }\n        },\n        {\n            \"type\": \"A_PACKETS\",\n            \"subtype\": \"In\",\n            \"samples\": [\n                [\n                    1702273800000,\n                    1.1733333333333333\n                ],\n                [\n                    1702273500000,\n                    1.2033333333333334\n                ],\n                [\n                    1702273200000,\n                    1.2133333333333334\n                ],\n                [\n                    1702272900000,\n                    1.3433333333333333\n                ],\n                [\n                    1702272600000,\n                    1.1766666666666667\n                ],\n                [\n                    1702272300000,\n                    1.3533333333333333\n                ],\n                [\n                    1702272000000,\n                    1.3966666666666667\n                ],\n                [\n                    1702271700000,\n                    1.14\n                ],\n                [\n                    1702271400000,\n                    1.1866666666666668\n                ],\n                [\n                    1702271100000,\n                    1.22\n                ],\n                [\n                    1702270800000,\n                    1.3466666666666667\n                ],\n                [\n                    1702270500000,\n                    1.22\n                ],\n                [\n                    1702270200000,\n                    1.3766666666666667\n                ],\n                [\n                    1702269900000,\n                    1.4333333333333333\n                ],\n                [\n                    1702269600000,\n                    1.06\n                ],\n                [\n                    1702269300000,\n                    1.2033333333333334\n                ],\n                [\n                    1702269000000,\n                    1.25\n                ],\n                [\n                    1702268700000,\n                    1.32\n                ],\n                [\n                    1702268400000,\n                    1.2733333333333334\n                ],\n                [\n                    1702268100000,\n                    1.4133333333333333\n                ],\n                [\n                    1702267800000,\n                    1.2066666666666668\n                ],\n                [\n                    1702267500000,\n                    1.1766666666666667\n                ],\n                [\n                    1702267200000,\n                    1.2866666666666666\n                ],\n                [\n                    1702266900000,\n                    1.33\n                ],\n                [\n                    1702266600000,\n                    1.1366666666666667\n                ],\n                [\n                    1702266300000,\n                    1.3\n                ],\n                [\n                    1702266000000,\n                    1.4\n                ],\n                [\n                    1702265700000,\n                    1.2466666666666666\n                ],\n                [\n                    1702265400000,\n                    1.09\n                ],\n                [\n                    1702265100000,\n                    1.24\n                ],\n                [\n                    1702264800000,\n                    1.2933333333333332\n                ],\n                [\n                    1702264500000,\n                    1.24\n                ],\n                [\n                    1702264200000,\n                    1.3566666666666667\n                ],\n                [\n                    1702263900000,\n                    1.4166666666666667\n                ],\n                [\n                    1702263600000,\n                    1.15\n                ],\n                [\n                    1702263300000,\n                    1.21\n                ],\n                [\n                    1702263000000,\n                    1.25\n                ],\n                [\n                    1702262700000,\n                    1.4033333333333333\n                ],\n                [\n                    1702262400000,\n                    1.17\n                ],\n                [\n                    1702262100000,\n                    1.61\n                ],\n                [\n                    1702261800000,\n                    1.1166666666666667\n                ],\n                [\n                    1702261500000,\n                    1.2166666666666666\n                ],\n                [\n                    1702261200000,\n                    1.21\n                ],\n                [\n                    1702260900000,\n                    1.2033333333333334\n                ],\n                [\n                    1702260600000,\n                    1.2766666666666666\n                ],\n                [\n                    1702260300000,\n                    1.3266666666666667\n                ],\n                [\n                    1702260000000,\n                    1.36\n                ],\n                [\n                    1702259700000,\n                    1.2466666666666666\n                ],\n                [\n                    1702259400000,\n                    1.3433333333333333\n                ],\n                [\n                    1702259100000,\n                    1.0933333333333333\n                ],\n                [\n                    1702258800000,\n                    1.2366666666666666\n                ],\n                [\n                    1702258500000,\n                    1.2633333333333334\n                ],\n                [\n                    1702258200000,\n                    1.29\n                ],\n                [\n                    1702257900000,\n                    1.4533333333333334\n                ],\n                [\n                    1702257600000,\n                    1.1966666666666668\n                ],\n                [\n                    1702257300000,\n                    1.2066666666666668\n                ],\n                [\n                    1702257000000,\n                    1.3233333333333333\n                ],\n                [\n                    1702256700000,\n                    1.1866666666666668\n                ],\n                [\n                    1702256400000,\n                    1.3566666666666667\n                ],\n                [\n                    1702256100000,\n                    1.23\n                ],\n                [\n                    1702255800000,\n                    1.3166666666666667\n                ],\n                [\n                    1702255500000,\n                    1.2333333333333334\n                ],\n                [\n                    1702255200000,\n                    1.1933333333333334\n                ],\n                [\n                    1702254900000,\n                    1.17\n                ],\n                [\n                    1702254600000,\n                    1.2833333333333334\n                ],\n                [\n                    1702254300000,\n                    1.3033333333333332\n                ],\n                [\n                    1702254000000,\n                    1.3666666666666667\n                ],\n                [\n                    1702253700000,\n                    1.41\n                ],\n                [\n                    1702253400000,\n                    1.12\n                ],\n                [\n                    1702253100000,\n                    1.2033333333333334\n                ],\n                [\n                    1702252800000,\n                    1.25\n                ],\n                [\n                    1702252500000,\n                    1.27\n                ],\n                [\n                    1702252200000,\n                    1.2766666666666666\n                ],\n                [\n                    1702251900000,\n                    1.3433333333333333\n                ],\n                [\n                    1702251600000,\n                    1.2266666666666666\n                ],\n                [\n                    1702251300000,\n                    1.22\n                ],\n                [\n                    1702251000000,\n                    1.1866666666666668\n                ],\n                [\n                    1702250700000,\n                    1.34\n                ],\n                [\n                    1702250400000,\n                    1.23\n                ],\n                [\n                    1702250100000,\n                    1.4666666666666666\n                ],\n                [\n                    1702249800000,\n                    1.2466666666666666\n                ],\n                [\n                    1702249500000,\n                    1.14\n                ],\n                [\n                    1702249200000,\n                    1.26\n                ],\n                [\n                    1702248900000,\n                    1.2433333333333334\n                ],\n                [\n                    1702248600000,\n                    1.3033333333333332\n                ],\n                [\n                    1702248300000,\n                    1.34\n                ],\n                [\n                    1702248000000,\n                    1.3066666666666666\n                ],\n                [\n                    1702247700000,\n                    1.22\n                ],\n                [\n                    1702247400000,\n                    1.2266666666666666\n                ],\n                [\n                    1702247100000,\n                    1.2933333333333332\n                ],\n                [\n                    1702246800000,\n                    1.2133333333333334\n                ],\n                [\n                    1702246500000,\n                    1.3966666666666667\n                ],\n                [\n                    1702246200000,\n                    1.21\n                ],\n                [\n                    1702245900000,\n                    1.3566666666666667\n                ],\n                [\n                    1702245600000,\n                    1.2366666666666666\n                ],\n                [\n                    1702245300000,\n                    1.2266666666666666\n                ],\n                [\n                    1702245000000,\n                    1.3033333333333332\n                ],\n                [\n                    1702244700000,\n                    1.15\n                ],\n                [\n                    1702244400000,\n                    1.2133333333333334\n                ],\n                [\n                    1702244100000,\n                    1.3066666666666666\n                ],\n                [\n                    1702243800000,\n                    1.3266666666666667\n                ],\n                [\n                    1702243500000,\n                    1.2333333333333334\n                ],\n                [\n                    1702243200000,\n                    1.4033333333333333\n                ],\n                [\n                    1702242900000,\n                    1.1033333333333333\n                ],\n                [\n                    1702242600000,\n                    1.4233333333333333\n                ],\n                [\n                    1702242300000,\n                    1.16\n                ],\n                [\n                    1702242000000,\n                    1.3633333333333333\n                ],\n                [\n                    1702241700000,\n                    1.32\n                ],\n                [\n                    1702241400000,\n                    1.16\n                ],\n                [\n                    1702241100000,\n                    1.2366666666666666\n                ],\n                [\n                    1702240800000,\n                    1.4133333333333333\n                ],\n                [\n                    1702240500000,\n                    1.2433333333333334\n                ],\n                [\n                    1702240200000,\n                    1.3533333333333333\n                ],\n                [\n                    1702239900000,\n                    1.4466666666666668\n                ],\n                [\n                    1702239600000,\n                    1.1533333333333333\n                ],\n                [\n                    1702239300000,\n                    1.1966666666666668\n                ],\n                [\n                    1702239000000,\n                    1.1966666666666668\n                ],\n                [\n                    1702238700000,\n                    1.2866666666666666\n                ],\n                [\n                    1702238400000,\n                    1.2833333333333334\n                ],\n                [\n                    1702238100000,\n                    1.27\n                ],\n                [\n                    1702237800000,\n                    1.3333333333333333\n                ],\n                [\n                    1702237500000,\n                    1.2966666666666666\n                ],\n                [\n                    1702237200000,\n                    1.2066666666666668\n                ],\n                [\n                    1702236900000,\n                    1.2766666666666666\n                ],\n                [\n                    1702236600000,\n                    1.1666666666666667\n                ],\n                [\n                    1702236300000,\n                    1.25\n                ],\n                [\n                    1702236000000,\n                    1.3266666666666667\n                ],\n                [\n                    1702235700000,\n                    1.41\n                ],\n                [\n                    1702235400000,\n                    1.22\n                ],\n                [\n                    1702235100000,\n                    1.1733333333333333\n                ],\n                [\n                    1702234800000,\n                    1.2833333333333334\n                ],\n                [\n                    1702234500000,\n                    1.2633333333333334\n                ],\n                [\n                    1702234200000,\n                    1.2566666666666666\n                ],\n                [\n                    1702233900000,\n                    1.3333333333333333\n                ],\n                [\n                    1702233600000,\n                    1.2966666666666666\n                ],\n                [\n                    1702233300000,\n                    1.16\n                ],\n                [\n                    1702233000000,\n                    1.2066666666666668\n                ],\n                [\n                    1702232700000,\n                    1.3933333333333333\n                ],\n                [\n                    1702232400000,\n                    1.3166666666666667\n                ],\n                [\n                    1702232100000,\n                    1.1533333333333333\n                ],\n                [\n                    1702231800000,\n                    1.31\n                ],\n                [\n                    1702231500000,\n                    1.2966666666666666\n                ],\n                [\n                    1702231200000,\n                    1.22\n                ],\n                [\n                    1702230900000,\n                    1.2433333333333334\n                ],\n                [\n                    1702230600000,\n                    1.2833333333333334\n                ],\n                [\n                    1702230300000,\n                    1.2533333333333334\n                ],\n                [\n                    1702230000000,\n                    1.2333333333333334\n                ],\n                [\n                    1702229700000,\n                    1.3233333333333333\n                ],\n                [\n                    1702229400000,\n                    1.2533333333333334\n                ],\n                [\n                    1702229100000,\n                    1.3133333333333332\n                ],\n                [\n                    1702228800000,\n                    1.19\n                ],\n                [\n                    1702228500000,\n                    1.2933333333333332\n                ],\n                [\n                    1702228200000,\n                    1.2066666666666668\n                ],\n                [\n                    1702227900000,\n                    1.3433333333333333\n                ],\n                [\n                    1702227600000,\n                    1.43\n                ],\n                [\n                    1702227300000,\n                    1.1333333333333333\n                ],\n                [\n                    1702227000000,\n                    1.2966666666666666\n                ],\n                [\n                    1702226700000,\n                    1.11\n                ],\n                [\n                    1702226400000,\n                    1.2833333333333334\n                ],\n                [\n                    1702226100000,\n                    1.27\n                ],\n                [\n                    1702225800000,\n                    1.27\n                ],\n                [\n                    1702225500000,\n                    1.32\n                ],\n                [\n                    1702225200000,\n                    1.2433333333333334\n                ],\n                [\n                    1702224900000,\n                    1.2333333333333334\n                ],\n                [\n                    1702224600000,\n                    1.2733333333333334\n                ],\n                [\n                    1702224300000,\n                    1.25\n                ],\n                [\n                    1702224000000,\n                    1.3566666666666667\n                ],\n                [\n                    1702223700000,\n                    1.22\n                ],\n                [\n                    1702223400000,\n                    1.2966666666666666\n                ],\n                [\n                    1702223100000,\n                    1.3666666666666667\n                ],\n                [\n                    1702222800000,\n                    1.0633333333333332\n                ],\n                [\n                    1702222500000,\n                    1.2433333333333334\n                ],\n                [\n                    1702222200000,\n                    1.2266666666666666\n                ],\n                [\n                    1702221900000,\n                    1.3333333333333333\n                ],\n                [\n                    1702221600000,\n                    1.42\n                ],\n                [\n                    1702221300000,\n                    1.1866666666666668\n                ],\n                [\n                    1702221000000,\n                    1.13\n                ],\n                [\n                    1702220700000,\n                    1.2866666666666666\n                ],\n                [\n                    1702220400000,\n                    1.2933333333333332\n                ],\n                [\n                    1702220100000,\n                    1.2233333333333334\n                ],\n                [\n                    1702219800000,\n                    1.42\n                ],\n                [\n                    1702219500000,\n                    1.2133333333333334\n                ],\n                [\n                    1702219200000,\n                    1.22\n                ],\n                [\n                    1702218900000,\n                    1.3066666666666666\n                ],\n                [\n                    1702218600000,\n                    1.32\n                ],\n                [\n                    1702218300000,\n                    1.31\n                ],\n                [\n                    1702218000000,\n                    1.29\n                ],\n                [\n                    1702217700000,\n                    1.2866666666666666\n                ],\n                [\n                    1702217400000,\n                    1.2566666666666666\n                ],\n                [\n                    1702217100000,\n                    1.2333333333333334\n                ],\n                [\n                    1702216800000,\n                    1.2\n                ],\n                [\n                    1702216500000,\n                    1.3566666666666667\n                ],\n                [\n                    1702216200000,\n                    1.2566666666666666\n                ],\n                [\n                    1702215900000,\n                    1.28\n                ],\n                [\n                    1702215600000,\n                    1.3033333333333332\n                ],\n                [\n                    1702215300000,\n                    1.2333333333333334\n                ],\n                [\n                    1702215000000,\n                    1.14\n                ],\n                [\n                    1702214700000,\n                    1.2733333333333334\n                ],\n                [\n                    1702214400000,\n                    1.3166666666666667\n                ],\n                [\n                    1702214100000,\n                    1.3166666666666667\n                ],\n                [\n                    1702213800000,\n                    1.2233333333333334\n                ],\n                [\n                    1702213500000,\n                    1.4533333333333334\n                ],\n                [\n                    1702213200000,\n                    1.2033333333333334\n                ],\n                [\n                    1702212900000,\n                    1.2\n                ],\n                [\n                    1702212600000,\n                    1.28\n                ],\n                [\n                    1702212300000,\n                    1.2833333333333334\n                ],\n                [\n                    1702212000000,\n                    1.24\n                ],\n                [\n                    1702211700000,\n                    1.26\n                ],\n                [\n                    1702211400000,\n                    1.4266666666666667\n                ],\n                [\n                    1702211100000,\n                    1.0933333333333333\n                ],\n                [\n                    1702210800000,\n                    1.2266666666666666\n                ],\n                [\n                    1702210500000,\n                    1.2933333333333332\n                ],\n                [\n                    1702210200000,\n                    1.3466666666666667\n                ],\n                [\n                    1702209900000,\n                    1.2066666666666668\n                ],\n                [\n                    1702209600000,\n                    1.2966666666666666\n                ],\n                [\n                    1702209300000,\n                    1.31\n                ],\n                [\n                    1702209000000,\n                    1.1633333333333333\n                ],\n                [\n                    1702208700000,\n                    1.26\n                ],\n                [\n                    1702208400000,\n                    1.3633333333333333\n                ],\n                [\n                    1702208100000,\n                    1.0966666666666667\n                ],\n                [\n                    1702207800000,\n                    1.32\n                ],\n                [\n                    1702207500000,\n                    1.45\n                ],\n                [\n                    1702207200000,\n                    1.2366666666666666\n                ],\n                [\n                    1702206900000,\n                    1.0766666666666667\n                ],\n                [\n                    1702206600000,\n                    1.3766666666666667\n                ],\n                [\n                    1702206300000,\n                    1.2333333333333334\n                ],\n                [\n                    1702206000000,\n                    1.37\n                ],\n                [\n                    1702205700000,\n                    1.2533333333333334\n                ],\n                [\n                    1702205400000,\n                    1.2833333333333334\n                ],\n                [\n                    1702205100000,\n                    1.22\n                ],\n                [\n                    1702204800000,\n                    1.32\n                ],\n                [\n                    1702204500000,\n                    1.1166666666666667\n                ],\n                [\n                    1702204200000,\n                    1.35\n                ],\n                [\n                    1702203900000,\n                    1.2766666666666666\n                ],\n                [\n                    1702203600000,\n                    1.3333333333333333\n                ],\n                [\n                    1702203300000,\n                    1.3566666666666667\n                ],\n                [\n                    1702203000000,\n                    1.0433333333333332\n                ],\n                [\n                    1702202700000,\n                    1.36\n                ],\n                [\n                    1702202400000,\n                    1.1366666666666667\n                ],\n                [\n                    1702202100000,\n                    1.2866666666666666\n                ],\n                [\n                    1702201800000,\n                    1.3166666666666667\n                ],\n                [\n                    1702201500000,\n                    1.3433333333333333\n                ],\n                [\n                    1702201200000,\n                    1.1833333333333333\n                ],\n                [\n                    1702200900000,\n                    1.15\n                ],\n                [\n                    1702200600000,\n                    1.2666666666666666\n                ],\n                [\n                    1702200300000,\n                    1.2566666666666666\n                ],\n                [\n                    1702200000000,\n                    1.3466666666666667\n                ],\n                [\n                    1702199700000,\n                    1.32\n                ],\n                [\n                    1702199400000,\n                    1.33\n                ],\n                [\n                    1702199100000,\n                    1.26\n                ],\n                [\n                    1702198800000,\n                    1.1266666666666667\n                ],\n                [\n                    1702198500000,\n                    1.2733333333333334\n                ],\n                [\n                    1702198200000,\n                    1.2966666666666666\n                ],\n                [\n                    1702197900000,\n                    1.3066666666666666\n                ],\n                [\n                    1702197600000,\n                    1.4133333333333333\n                ],\n                [\n                    1702197300000,\n                    1.3533333333333333\n                ],\n                [\n                    1702197000000,\n                    1.1766666666666667\n                ],\n                [\n                    1702196700000,\n                    1.3666666666666667\n                ],\n                [\n                    1702196400000,\n                    1.1066666666666667\n                ],\n                [\n                    1702196100000,\n                    1.3566666666666667\n                ],\n                [\n                    1702195800000,\n                    1.28\n                ],\n                [\n                    1702195500000,\n                    1.3733333333333333\n                ],\n                [\n                    1702195200000,\n                    1.2266666666666666\n                ],\n                [\n                    1702194900000,\n                    1.3\n                ],\n                [\n                    1702194600000,\n                    1.28\n                ],\n                [\n                    1702194300000,\n                    1.0833333333333333\n                ],\n                [\n                    1702194000000,\n                    1.33\n                ],\n                [\n                    1702193700000,\n                    1.2666666666666666\n                ],\n                [\n                    1702193400000,\n                    1.4533333333333334\n                ],\n                [\n                    1702193100000,\n                    1.0433333333333332\n                ],\n                [\n                    1702192800000,\n                    1.2\n                ],\n                [\n                    1702192500000,\n                    1.32\n                ],\n                [\n                    1702192200000,\n                    1.2433333333333334\n                ],\n                [\n                    1702191900000,\n                    1.3366666666666667\n                ],\n                [\n                    1702191600000,\n                    1.3166666666666667\n                ],\n                [\n                    1702191300000,\n                    1.2366666666666666\n                ],\n                [\n                    1702191000000,\n                    1.1766666666666667\n                ],\n                [\n                    1702190700000,\n                    1.3\n                ],\n                [\n                    1702190400000,\n                    1.22\n                ],\n                [\n                    1702190100000,\n                    1.3566666666666667\n                ],\n                [\n                    1702189800000,\n                    1.21\n                ],\n                [\n                    1702189500000,\n                    1.3833333333333333\n                ],\n                [\n                    1702189200000,\n                    1.2033333333333334\n                ],\n                [\n                    1702188900000,\n                    1.2633333333333334\n                ],\n                [\n                    1702188600000,\n                    1.3766666666666667\n                ],\n                [\n                    1702188300000,\n                    1.05\n                ],\n                [\n                    1702188000000,\n                    1.54\n                ],\n                [\n                    1702187700000,\n                    1.07\n                ],\n                [\n                    1702187400000,\n                    1.3633333333333333\n                ],\n                [\n                    1702187100000,\n                    1.1766666666666667\n                ],\n                [\n                    1702186800000,\n                    1.2033333333333334\n                ],\n                [\n                    1702186500000,\n                    1.2133333333333334\n                ],\n                [\n                    1702186200000,\n                    1.2266666666666666\n                ],\n                [\n                    1702185900000,\n                    1.3633333333333333\n                ],\n                [\n                    1702185600000,\n                    1.2633333333333334\n                ],\n                [\n                    1702185300000,\n                    1.33\n                ],\n                [\n                    1702185000000,\n                    1.0966666666666667\n                ],\n                [\n                    1702184700000,\n                    1.2766666666666666\n                ],\n                [\n                    1702184400000,\n                    1.26\n                ],\n                [\n                    1702184100000,\n                    1.3\n                ],\n                [\n                    1702183800000,\n                    1.42\n                ],\n                [\n                    1702183500000,\n                    1.1833333333333333\n                ],\n                [\n                    1702183200000,\n                    1.1633333333333333\n                ],\n                [\n                    1702182900000,\n                    1.2566666666666666\n                ],\n                [\n                    1702182600000,\n                    1.24\n                ],\n                [\n                    1702182300000,\n                    1.1733333333333333\n                ],\n                [\n                    1702182000000,\n                    1.3033333333333332\n                ],\n                [\n                    1702181700000,\n                    1.37\n                ],\n                [\n                    1702181400000,\n                    1.2366666666666666\n                ],\n                [\n                    1702181100000,\n                    1.1866666666666668\n                ],\n                [\n                    1702180800000,\n                    1.2666666666666666\n                ],\n                [\n                    1702180500000,\n                    1.25\n                ],\n                [\n                    1702180200000,\n                    1.1966666666666668\n                ],\n                [\n                    1702179900000,\n                    1.34\n                ],\n                [\n                    1702179600000,\n                    1.2633333333333334\n                ],\n                [\n                    1702179300000,\n                    1.2366666666666666\n                ],\n                [\n                    1702179000000,\n                    1.2266666666666666\n                ],\n                [\n                    1702178700000,\n                    1.2033333333333334\n                ],\n                [\n                    1702178400000,\n                    1.2033333333333334\n                ],\n                [\n                    1702178100000,\n                    1.46\n                ],\n                [\n                    1702177800000,\n                    1.16\n                ],\n                [\n                    1702177500000,\n                    1.4866666666666666\n                ],\n                [\n                    1702177200000,\n                    1.1033333333333333\n                ],\n                [\n                    1702176900000,\n                    1.11\n                ],\n                [\n                    1702176600000,\n                    1.25\n                ],\n                [\n                    1702176300000,\n                    1.2666666666666666\n                ],\n                [\n                    1702176000000,\n                    1.3533333333333333\n                ],\n                [\n                    1702175700000,\n                    1.4333333333333333\n                ],\n                [\n                    1702175400000,\n                    1.3566666666666667\n                ],\n                [\n                    1702175100000,\n                    1.1833333333333333\n                ],\n                [\n                    1702174800000,\n                    1.32\n                ],\n                [\n                    1702174500000,\n                    1.3\n                ],\n                [\n                    1702174200000,\n                    1.08\n                ],\n                [\n                    1702173900000,\n                    1.4466666666666668\n                ],\n                [\n                    1702173600000,\n                    1.2433333333333334\n                ],\n                [\n                    1702173300000,\n                    1.27\n                ],\n                [\n                    1702173000000,\n                    1.29\n                ],\n                [\n                    1702172700000,\n                    1.11\n                ],\n                [\n                    1702172400000,\n                    1.1933333333333334\n                ],\n                [\n                    1702172100000,\n                    1.2533333333333334\n                ],\n                [\n                    1702171800000,\n                    1.35\n                ],\n                [\n                    1702171500000,\n                    1.42\n                ],\n                [\n                    1702171200000,\n                    1.1033333333333333\n                ],\n                [\n                    1702170900000,\n                    1.2966666666666666\n                ],\n                [\n                    1702170600000,\n                    1.1933333333333334\n                ],\n                [\n                    1702170300000,\n                    1.2466666666666666\n                ],\n                [\n                    1702170000000,\n                    1.31\n                ],\n                [\n                    1702169700000,\n                    1.2466666666666666\n                ],\n                [\n                    1702169400000,\n                    1.3366666666666667\n                ],\n                [\n                    1702169100000,\n                    1.2133333333333334\n                ],\n                [\n                    1702168800000,\n                    1.12\n                ],\n                [\n                    1702168500000,\n                    1.2366666666666666\n                ],\n                [\n                    1702168200000,\n                    1.4266666666666667\n                ],\n                [\n                    1702167900000,\n                    1.1133333333333333\n                ],\n                [\n                    1702167600000,\n                    1.47\n                ],\n                [\n                    1702167300000,\n                    1.23\n                ],\n                [\n                    1702167000000,\n                    1.1566666666666667\n                ],\n                [\n                    1702166700000,\n                    1.3433333333333333\n                ],\n                [\n                    1702166400000,\n                    1.1533333333333333\n                ],\n                [\n                    1702166100000,\n                    1.29\n                ],\n                [\n                    1702165800000,\n                    1.2933333333333332\n                ],\n                [\n                    1702165500000,\n                    1.38\n                ],\n                [\n                    1702165200000,\n                    1.2366666666666666\n                ],\n                [\n                    1702164900000,\n                    1.15\n                ],\n                [\n                    1702164600000,\n                    1.2333333333333334\n                ],\n                [\n                    1702164300000,\n                    1.21\n                ],\n                [\n                    1702164000000,\n                    1.3266666666666667\n                ],\n                [\n                    1702163700000,\n                    1.4766666666666666\n                ],\n                [\n                    1702163400000,\n                    1.17\n                ],\n                [\n                    1702163100000,\n                    1.3333333333333333\n                ],\n                [\n                    1702162800000,\n                    1.1866666666666668\n                ],\n                [\n                    1702162500000,\n                    1.1333333333333333\n                ],\n                [\n                    1702162200000,\n                    1.2833333333333334\n                ],\n                [\n                    1702161900000,\n                    1.27\n                ],\n                [\n                    1702161600000,\n                    1.42\n                ],\n                [\n                    1702161300000,\n                    1.2133333333333334\n                ],\n                [\n                    1702161000000,\n                    1.2233333333333334\n                ],\n                [\n                    1702160700000,\n                    1.1866666666666668\n                ],\n                [\n                    1702160400000,\n                    1.22\n                ],\n                [\n                    1702160100000,\n                    1.4466666666666668\n                ],\n                [\n                    1702159800000,\n                    1.14\n                ],\n                [\n                    1702159500000,\n                    1.4533333333333334\n                ],\n                [\n                    1702159200000,\n                    1.2\n                ],\n                [\n                    1702158900000,\n                    1.1033333333333333\n                ],\n                [\n                    1702158600000,\n                    1.2866666666666666\n                ],\n                [\n                    1702158300000,\n                    1.2066666666666668\n                ],\n                [\n                    1702158000000,\n                    1.24\n                ],\n                [\n                    1702157700000,\n                    1.27\n                ],\n                [\n                    1702157400000,\n                    1.3833333333333333\n                ],\n                [\n                    1702157100000,\n                    1.2266666666666666\n                ],\n                [\n                    1702156800000,\n                    1.2166666666666666\n                ],\n                [\n                    1702156500000,\n                    1.3\n                ],\n                [\n                    1702156200000,\n                    1.1966666666666668\n                ],\n                [\n                    1702155900000,\n                    1.3566666666666667\n                ],\n                [\n                    1702155600000,\n                    1.2366666666666666\n                ],\n                [\n                    1702155300000,\n                    1.35\n                ],\n                [\n                    1702155000000,\n                    1.2266666666666666\n                ],\n                [\n                    1702154700000,\n                    1.2233333333333334\n                ],\n                [\n                    1702154400000,\n                    1.2266666666666666\n                ],\n                [\n                    1702154100000,\n                    1.43\n                ],\n                [\n                    1702153800000,\n                    1.2266666666666666\n                ],\n                [\n                    1702153500000,\n                    1.3133333333333332\n                ],\n                [\n                    1702153200000,\n                    1.4933333333333334\n                ],\n                [\n                    1702152900000,\n                    1.0933333333333333\n                ],\n                [\n                    1702152600000,\n                    1.2333333333333334\n                ],\n                [\n                    1702152300000,\n                    1.1866666666666668\n                ],\n                [\n                    1702152000000,\n                    1.4466666666666668\n                ],\n                [\n                    1702151700000,\n                    1.16\n                ],\n                [\n                    1702151400000,\n                    1.32\n                ],\n                [\n                    1702151100000,\n                    1.3366666666666667\n                ],\n                [\n                    1702150800000,\n                    1.1566666666666667\n                ],\n                [\n                    1702150500000,\n                    1.2733333333333334\n                ],\n                [\n                    1702150200000,\n                    1.2966666666666666\n                ],\n                [\n                    1702149900000,\n                    1.2733333333333334\n                ],\n                [\n                    1702149600000,\n                    1.19\n                ],\n                [\n                    1702149300000,\n                    1.3866666666666667\n                ],\n                [\n                    1702149000000,\n                    1.21\n                ],\n                [\n                    1702148700000,\n                    1.2366666666666666\n                ],\n                [\n                    1702148400000,\n                    1.2366666666666666\n                ],\n                [\n                    1702148100000,\n                    1.2033333333333334\n                ],\n                [\n                    1702147800000,\n                    1.4166666666666667\n                ],\n                [\n                    1702147500000,\n                    1.1666666666666667\n                ],\n                [\n                    1702147200000,\n                    1.4366666666666668\n                ],\n                [\n                    1702146900000,\n                    1.1766666666666667\n                ],\n                [\n                    1702146600000,\n                    1.1\n                ],\n                [\n                    1702146300000,\n                    1.27\n                ],\n                [\n                    1702146000000,\n                    1.1933333333333334\n                ],\n                [\n                    1702145700000,\n                    1.4633333333333334\n                ],\n                [\n                    1702145400000,\n                    1.2333333333333334\n                ],\n                [\n                    1702145100000,\n                    1.29\n                ],\n                [\n                    1702144800000,\n                    1.1933333333333334\n                ],\n                [\n                    1702144500000,\n                    1.26\n                ],\n                [\n                    1702144200000,\n                    1.16\n                ],\n                [\n                    1702143900000,\n                    1.3433333333333333\n                ],\n                [\n                    1702143600000,\n                    1.24\n                ],\n                [\n                    1702143300000,\n                    1.34\n                ],\n                [\n                    1702143000000,\n                    1.3133333333333332\n                ],\n                [\n                    1702142700000,\n                    1.1233333333333333\n                ],\n                [\n                    1702142400000,\n                    1.2633333333333334\n                ],\n                [\n                    1702142100000,\n                    1.35\n                ],\n                [\n                    1702141800000,\n                    1.16\n                ],\n                [\n                    1702141500000,\n                    1.3466666666666667\n                ],\n                [\n                    1702141200000,\n                    1.4233333333333333\n                ],\n                [\n                    1702140900000,\n                    1.1133333333333333\n                ],\n                [\n                    1702140600000,\n                    1.19\n                ],\n                [\n                    1702140300000,\n                    1.2266666666666666\n                ],\n                [\n                    1702140000000,\n                    1.2866666666666666\n                ],\n                [\n                    1702139700000,\n                    1.24\n                ],\n                [\n                    1702139400000,\n                    1.32\n                ],\n                [\n                    1702139100000,\n                    1.2733333333333334\n                ],\n                [\n                    1702138800000,\n                    1.1633333333333333\n                ],\n                [\n                    1702138500000,\n                    1.2633333333333334\n                ],\n                [\n                    1702138200000,\n                    1.1933333333333334\n                ],\n                [\n                    1702137900000,\n                    1.34\n                ],\n                [\n                    1702137600000,\n                    1.2966666666666666\n                ],\n                [\n                    1702137300000,\n                    1.31\n                ],\n                [\n                    1702137000000,\n                    1.26\n                ],\n                [\n                    1702136700000,\n                    1.2233333333333334\n                ],\n                [\n                    1702136400000,\n                    1.2333333333333334\n                ],\n                [\n                    1702136100000,\n                    1.15\n                ],\n                [\n                    1702135800000,\n                    1.2766666666666666\n                ],\n                [\n                    1702135500000,\n                    1.3133333333333332\n                ],\n                [\n                    1702135200000,\n                    1.3633333333333333\n                ],\n                [\n                    1702134900000,\n                    1.3466666666666667\n                ],\n                [\n                    1702134600000,\n                    1.1566666666666667\n                ],\n                [\n                    1702134300000,\n                    1.2233333333333334\n                ],\n                [\n                    1702134000000,\n                    1.2233333333333334\n                ],\n                [\n                    1702133700000,\n                    1.2966666666666666\n                ],\n                [\n                    1702133400000,\n                    1.4233333333333333\n                ],\n                [\n                    1702133100000,\n                    1.2966666666666666\n                ],\n                [\n                    1702132800000,\n                    1.2333333333333334\n                ],\n                [\n                    1702132500000,\n                    1.3433333333333333\n                ],\n                [\n                    1702132200000,\n                    1.12\n                ],\n                [\n                    1702131900000,\n                    1.2766666666666666\n                ],\n                [\n                    1702131600000,\n                    1.2866666666666666\n                ],\n                [\n                    1702131300000,\n                    1.43\n                ],\n                [\n                    1702131000000,\n                    1.3\n                ],\n                [\n                    1702130700000,\n                    1.2866666666666666\n                ],\n                [\n                    1702130400000,\n                    1.1233333333333333\n                ],\n                [\n                    1702130100000,\n                    1.14\n                ],\n                [\n                    1702129800000,\n                    1.3233333333333333\n                ],\n                [\n                    1702129500000,\n                    1.36\n                ],\n                [\n                    1702129200000,\n                    1.32\n                ],\n                [\n                    1702128900000,\n                    1.2266666666666666\n                ],\n                [\n                    1702128600000,\n                    1.15\n                ],\n                [\n                    1702128300000,\n                    1.19\n                ],\n                [\n                    1702128000000,\n                    1.1633333333333333\n                ],\n                [\n                    1702127700000,\n                    1.3533333333333333\n                ],\n                [\n                    1702127400000,\n                    1.34\n                ],\n                [\n                    1702127100000,\n                    1.3366666666666667\n                ],\n                [\n                    1702126800000,\n                    1.18\n                ],\n                [\n                    1702126500000,\n                    1.1966666666666668\n                ],\n                [\n                    1702126200000,\n                    1.1833333333333333\n                ],\n                [\n                    1702125900000,\n                    1.2233333333333334\n                ],\n                [\n                    1702125600000,\n                    1.2466666666666666\n                ],\n                [\n                    1702125300000,\n                    1.4133333333333333\n                ],\n                [\n                    1702125000000,\n                    1.22\n                ],\n                [\n                    1702124700000,\n                    1.2333333333333334\n                ],\n                [\n                    1702124400000,\n                    1.21\n                ],\n                [\n                    1702124100000,\n                    1.21\n                ],\n                [\n                    1702123800000,\n                    1.2866666666666666\n                ],\n                [\n                    1702123500000,\n                    1.36\n                ],\n                [\n                    1702123200000,\n                    1.31\n                ],\n                [\n                    1702122900000,\n                    1.2733333333333334\n                ],\n                [\n                    1702122600000,\n                    1.1433333333333333\n                ],\n                [\n                    1702122300000,\n                    1.42\n                ],\n                [\n                    1702122000000,\n                    1.0633333333333332\n                ],\n                [\n                    1702121700000,\n                    1.22\n                ],\n                [\n                    1702121400000,\n                    1.3566666666666667\n                ],\n                [\n                    1702121100000,\n                    1.2633333333333334\n                ],\n                [\n                    1702120800000,\n                    1.3233333333333333\n                ],\n                [\n                    1702120500000,\n                    1.1066666666666667\n                ],\n                [\n                    1702120200000,\n                    1.24\n                ],\n                [\n                    1702119900000,\n                    1.2233333333333334\n                ],\n                [\n                    1702119600000,\n                    1.29\n                ],\n                [\n                    1702119300000,\n                    1.38\n                ],\n                [\n                    1702119000000,\n                    1.35\n                ],\n                [\n                    1702118700000,\n                    1.23\n                ],\n                [\n                    1702118400000,\n                    1.34\n                ],\n                [\n                    1702118100000,\n                    1.0566666666666666\n                ],\n                [\n                    1702117800000,\n                    1.2133333333333334\n                ],\n                [\n                    1702117500000,\n                    1.2866666666666666\n                ],\n                [\n                    1702117200000,\n                    1.3833333333333333\n                ],\n                [\n                    1702116900000,\n                    1.2833333333333334\n                ],\n                [\n                    1702116600000,\n                    1.1466666666666667\n                ],\n                [\n                    1702116300000,\n                    1.3\n                ],\n                [\n                    1702116000000,\n                    1.17\n                ],\n                [\n                    1702115700000,\n                    1.2966666666666666\n                ],\n                [\n                    1702115400000,\n                    1.3133333333333332\n                ],\n                [\n                    1702115100000,\n                    1.3533333333333333\n                ],\n                [\n                    1702114800000,\n                    1.2666666666666666\n                ],\n                [\n                    1702114500000,\n                    1.1\n                ],\n                [\n                    1702114200000,\n                    1.2466666666666666\n                ],\n                [\n                    1702113900000,\n                    1.1866666666666668\n                ],\n                [\n                    1702113600000,\n                    1.2366666666666666\n                ],\n                [\n                    1702113300000,\n                    1.3866666666666667\n                ],\n                [\n                    1702113000000,\n                    1.2366666666666666\n                ],\n                [\n                    1702112700000,\n                    1.4066666666666667\n                ],\n                [\n                    1702112400000,\n                    1.0966666666666667\n                ],\n                [\n                    1702112100000,\n                    1.2366666666666666\n                ],\n                [\n                    1702111800000,\n                    1.3066666666666666\n                ],\n                [\n                    1702111500000,\n                    1.15\n                ],\n                [\n                    1702111200000,\n                    1.5666666666666667\n                ],\n                [\n                    1702110900000,\n                    1.3833333333333333\n                ],\n                [\n                    1702110600000,\n                    1.1166666666666667\n                ],\n                [\n                    1702110300000,\n                    1.2533333333333334\n                ],\n                [\n                    1702110000000,\n                    1.14\n                ],\n                [\n                    1702109700000,\n                    1.3\n                ],\n                [\n                    1702109400000,\n                    1.3233333333333333\n                ],\n                [\n                    1702109100000,\n                    1.3933333333333333\n                ],\n                [\n                    1702108800000,\n                    1.26\n                ],\n                [\n                    1702108500000,\n                    1.1366666666666667\n                ],\n                [\n                    1702108200000,\n                    1.24\n                ],\n                [\n                    1702107900000,\n                    1.2366666666666666\n                ],\n                [\n                    1702107600000,\n                    1.2266666666666666\n                ],\n                [\n                    1702107300000,\n                    1.3666666666666667\n                ],\n                [\n                    1702107000000,\n                    1.2366666666666666\n                ],\n                [\n                    1702106700000,\n                    1.3166666666666667\n                ],\n                [\n                    1702106400000,\n                    1.27\n                ],\n                [\n                    1702106100000,\n                    1.1733333333333333\n                ],\n                [\n                    1702105800000,\n                    1.19\n                ],\n                [\n                    1702105500000,\n                    1.47\n                ],\n                [\n                    1702105200000,\n                    1.3066666666666666\n                ],\n                [\n                    1702104900000,\n                    1.3833333333333333\n                ],\n                [\n                    1702104600000,\n                    1.0233333333333334\n                ],\n                [\n                    1702104300000,\n                    1.26\n                ],\n                [\n                    1702104000000,\n                    1.2233333333333334\n                ],\n                [\n                    1702103700000,\n                    1.2266666666666666\n                ],\n                [\n                    1702103400000,\n                    1.2566666666666666\n                ],\n                [\n                    1702103100000,\n                    1.3866666666666667\n                ],\n                [\n                    1702102800000,\n                    1.2466666666666666\n                ],\n                [\n                    1702102500000,\n                    1.1633333333333333\n                ],\n                [\n                    1702102200000,\n                    1.2733333333333334\n                ],\n                [\n                    1702101900000,\n                    1.2566666666666666\n                ],\n                [\n                    1702101600000,\n                    1.2333333333333334\n                ],\n                [\n                    1702101300000,\n                    1.3133333333333332\n                ],\n                [\n                    1702101000000,\n                    1.38\n                ],\n                [\n                    1702100700000,\n                    1.2\n                ],\n                [\n                    1702100400000,\n                    1.1633333333333333\n                ],\n                [\n                    1702100100000,\n                    1.2633333333333334\n                ],\n                [\n                    1702099800000,\n                    1.2533333333333334\n                ],\n                [\n                    1702099500000,\n                    1.1666666666666667\n                ],\n                [\n                    1702099200000,\n                    1.3533333333333333\n                ],\n                [\n                    1702098900000,\n                    1.32\n                ],\n                [\n                    1702098600000,\n                    1.2233333333333334\n                ],\n                [\n                    1702098300000,\n                    1.3566666666666667\n                ],\n                [\n                    1702098000000,\n                    1.1533333333333333\n                ],\n                [\n                    1702097700000,\n                    1.1833333333333333\n                ],\n                [\n                    1702097400000,\n                    1.27\n                ],\n                [\n                    1702097100000,\n                    1.43\n                ],\n                [\n                    1702096800000,\n                    1.2966666666666666\n                ],\n                [\n                    1702096500000,\n                    1.2033333333333334\n                ],\n                [\n                    1702096200000,\n                    1.17\n                ],\n                [\n                    1702095900000,\n                    1.1166666666666667\n                ],\n                [\n                    1702095600000,\n                    1.3866666666666667\n                ],\n                [\n                    1702095300000,\n                    1.17\n                ],\n                [\n                    1702095000000,\n                    1.4266666666666667\n                ],\n                [\n                    1702094700000,\n                    1.43\n                ],\n                [\n                    1702094400000,\n                    1.0466666666666666\n                ],\n                [\n                    1702094100000,\n                    1.2233333333333334\n                ],\n                [\n                    1702093800000,\n                    1.2133333333333334\n                ],\n                [\n                    1702093500000,\n                    1.2566666666666666\n                ],\n                [\n                    1702093200000,\n                    1.3666666666666667\n                ],\n                [\n                    1702092900000,\n                    1.4066666666666667\n                ],\n                [\n                    1702092600000,\n                    1.1566666666666667\n                ],\n                [\n                    1702092300000,\n                    1.26\n                ],\n                [\n                    1702092000000,\n                    1.15\n                ],\n                [\n                    1702091700000,\n                    1.2733333333333334\n                ],\n                [\n                    1702091400000,\n                    1.1633333333333333\n                ],\n                [\n                    1702091100000,\n                    1.5033333333333334\n                ],\n                [\n                    1702090800000,\n                    1.25\n                ],\n                [\n                    1702090500000,\n                    1.1566666666666667\n                ],\n                [\n                    1702090200000,\n                    1.23\n                ],\n                [\n                    1702089900000,\n                    1.25\n                ],\n                [\n                    1702089600000,\n                    1.22\n                ],\n                [\n                    1702089300000,\n                    1.44\n                ],\n                [\n                    1702089000000,\n                    1.4566666666666668\n                ],\n                [\n                    1702088700000,\n                    1.23\n                ],\n                [\n                    1702088400000,\n                    1.19\n                ],\n                [\n                    1702088100000,\n                    1.23\n                ],\n                [\n                    1702087800000,\n                    1.1933333333333334\n                ],\n                [\n                    1702087500000,\n                    1.42\n                ],\n                [\n                    1702087200000,\n                    1.38\n                ],\n                [\n                    1702086900000,\n                    1.09\n                ],\n                [\n                    1702086600000,\n                    1.28\n                ],\n                [\n                    1702086300000,\n                    1.21\n                ],\n                [\n                    1702086000000,\n                    1.3433333333333333\n                ],\n                [\n                    1702085700000,\n                    1.1066666666666667\n                ],\n                [\n                    1702085400000,\n                    1.26\n                ],\n                [\n                    1702085100000,\n                    1.44\n                ],\n                [\n                    1702084800000,\n                    1.2866666666666666\n                ],\n                [\n                    1702084500000,\n                    1.2366666666666666\n                ],\n                [\n                    1702084200000,\n                    1.1266666666666667\n                ],\n                [\n                    1702083900000,\n                    1.2433333333333334\n                ],\n                [\n                    1702083600000,\n                    1.1733333333333333\n                ],\n                [\n                    1702083300000,\n                    1.2833333333333334\n                ],\n                [\n                    1702083000000,\n                    1.45\n                ],\n                [\n                    1702082700000,\n                    1.2333333333333334\n                ],\n                [\n                    1702082400000,\n                    1.1533333333333333\n                ],\n                [\n                    1702082100000,\n                    1.3733333333333333\n                ],\n                [\n                    1702081800000,\n                    1.0933333333333333\n                ],\n                [\n                    1702081500000,\n                    1.2466666666666666\n                ],\n                [\n                    1702081200000,\n                    1.28\n                ],\n                [\n                    1702080900000,\n                    1.4133333333333333\n                ],\n                [\n                    1702080600000,\n                    1.2233333333333334\n                ],\n                [\n                    1702080300000,\n                    1.2666666666666666\n                ],\n                [\n                    1702080000000,\n                    1.2366666666666666\n                ],\n                [\n                    1702079700000,\n                    1.2066666666666668\n                ],\n                [\n                    1702079400000,\n                    1.2633333333333334\n                ],\n                [\n                    1702079100000,\n                    1.4033333333333333\n                ],\n                [\n                    1702078800000,\n                    1.2033333333333334\n                ],\n                [\n                    1702078500000,\n                    1.2366666666666666\n                ],\n                [\n                    1702078200000,\n                    1.18\n                ],\n                [\n                    1702077900000,\n                    1.2066666666666668\n                ],\n                [\n                    1702077600000,\n                    1.1933333333333334\n                ],\n                [\n                    1702077300000,\n                    1.33\n                ],\n                [\n                    1702077000000,\n                    1.42\n                ],\n                [\n                    1702076700000,\n                    1.25\n                ],\n                [\n                    1702076400000,\n                    1.15\n                ],\n                [\n                    1702076100000,\n                    1.2466666666666666\n                ],\n                [\n                    1702075800000,\n                    1.19\n                ],\n                [\n                    1702075500000,\n                    1.2366666666666666\n                ],\n                [\n                    1702075200000,\n                    1.3433333333333333\n                ],\n                [\n                    1702074900000,\n                    1.4066666666666667\n                ],\n                [\n                    1702074600000,\n                    1.38\n                ],\n                [\n                    1702074300000,\n                    0.9966666666666667\n                ],\n                [\n                    1702074000000,\n                    1.25\n                ],\n                [\n                    1702073700000,\n                    1.1833333333333333\n                ],\n                [\n                    1702073400000,\n                    1.3233333333333333\n                ],\n                [\n                    1702073100000,\n                    1.4533333333333334\n                ],\n                [\n                    1702072800000,\n                    1.2933333333333332\n                ],\n                [\n                    1702072500000,\n                    1.2633333333333334\n                ],\n                [\n                    1702072200000,\n                    1.2666666666666666\n                ],\n                [\n                    1702071900000,\n                    1.11\n                ],\n                [\n                    1702071600000,\n                    1.1733333333333333\n                ],\n                [\n                    1702071300000,\n                    1.3533333333333333\n                ],\n                [\n                    1702071000000,\n                    1.4\n                ],\n                [\n                    1702070700000,\n                    1.2\n                ],\n                [\n                    1702070400000,\n                    1.19\n                ],\n                [\n                    1702070100000,\n                    1.2633333333333334\n                ],\n                [\n                    1702069800000,\n                    1.1733333333333333\n                ],\n                [\n                    1702069500000,\n                    1.3233333333333333\n                ],\n                [\n                    1702069200000,\n                    1.3633333333333333\n                ],\n                [\n                    1702068900000,\n                    1.4766666666666666\n                ],\n                [\n                    1702068600000,\n                    1.0966666666666667\n                ],\n                [\n                    1702068300000,\n                    1.1166666666666667\n                ],\n                [\n                    1702068000000,\n                    1.3033333333333332\n                ],\n                [\n                    1702067700000,\n                    1.4166666666666667\n                ],\n                [\n                    1702067400000,\n                    1.1833333333333333\n                ],\n                [\n                    1702067100000,\n                    1.5033333333333334\n                ],\n                [\n                    1702066800000,\n                    1.22\n                ],\n                [\n                    1702066500000,\n                    1.2466666666666666\n                ],\n                [\n                    1702066200000,\n                    1.0933333333333333\n                ],\n                [\n                    1702065900000,\n                    1.37\n                ],\n                [\n                    1702065600000,\n                    1.2133333333333334\n                ],\n                [\n                    1702065300000,\n                    1.2466666666666666\n                ],\n                [\n                    1702065000000,\n                    1.44\n                ],\n                [\n                    1702064700000,\n                    1.21\n                ],\n                [\n                    1702064400000,\n                    1.2466666666666666\n                ],\n                [\n                    1702064100000,\n                    1.2433333333333334\n                ],\n                [\n                    1702063800000,\n                    1.33\n                ],\n                [\n                    1702063500000,\n                    1.08\n                ],\n                [\n                    1702063200000,\n                    1.3133333333333332\n                ],\n                [\n                    1702062900000,\n                    1.3866666666666667\n                ],\n                [\n                    1702062600000,\n                    1.1633333333333333\n                ],\n                [\n                    1702062300000,\n                    1.3033333333333332\n                ],\n                [\n                    1702062000000,\n                    1.27\n                ],\n                [\n                    1702061700000,\n                    1.18\n                ],\n                [\n                    1702061400000,\n                    1.25\n                ],\n                [\n                    1702061100000,\n                    1.3233333333333333\n                ],\n                [\n                    1702060800000,\n                    1.36\n                ],\n                [\n                    1702060500000,\n                    1.2833333333333334\n                ],\n                [\n                    1702060200000,\n                    1.0966666666666667\n                ],\n                [\n                    1702059900000,\n                    1.2833333333333334\n                ],\n                [\n                    1702059600000,\n                    1.2033333333333334\n                ],\n                [\n                    1702059300000,\n                    1.2733333333333334\n                ],\n                [\n                    1702059000000,\n                    1.37\n                ],\n                [\n                    1702058700000,\n                    1.3133333333333332\n                ],\n                [\n                    1702058400000,\n                    1.2666666666666666\n                ],\n                [\n                    1702058100000,\n                    1.3\n                ],\n                [\n                    1702057800000,\n                    1.17\n                ],\n                [\n                    1702057500000,\n                    1.1866666666666668\n                ],\n                [\n                    1702057200000,\n                    1.34\n                ],\n                [\n                    1702056900000,\n                    1.38\n                ],\n                [\n                    1702056600000,\n                    1.1466666666666667\n                ],\n                [\n                    1702056300000,\n                    1.2366666666666666\n                ],\n                [\n                    1702056000000,\n                    1.2566666666666666\n                ],\n                [\n                    1702055700000,\n                    1.21\n                ],\n                [\n                    1702055400000,\n                    1.2\n                ],\n                [\n                    1702055100000,\n                    1.4333333333333333\n                ],\n                [\n                    1702054800000,\n                    1.4166666666666667\n                ],\n                [\n                    1702054500000,\n                    1.1866666666666668\n                ],\n                [\n                    1702054200000,\n                    1.1933333333333334\n                ],\n                [\n                    1702053900000,\n                    1.2333333333333334\n                ],\n                [\n                    1702053600000,\n                    1.1766666666666667\n                ],\n                [\n                    1702053300000,\n                    1.27\n                ],\n                [\n                    1702053000000,\n                    1.35\n                ],\n                [\n                    1702052700000,\n                    1.2633333333333334\n                ],\n                [\n                    1702052400000,\n                    1.24\n                ],\n                [\n                    1702052100000,\n                    1.1833333333333333\n                ],\n                [\n                    1702051800000,\n                    1.3566666666666667\n                ],\n                [\n                    1702051500000,\n                    1.15\n                ],\n                [\n                    1702051200000,\n                    1.3733333333333333\n                ],\n                [\n                    1702050900000,\n                    1.36\n                ],\n                [\n                    1702050600000,\n                    1.2333333333333334\n                ],\n                [\n                    1702050300000,\n                    1.2766666666666666\n                ],\n                [\n                    1702050000000,\n                    1.1266666666666667\n                ],\n                [\n                    1702049700000,\n                    1.33\n                ],\n                [\n                    1702049400000,\n                    1.13\n                ],\n                [\n                    1702049100000,\n                    1.29\n                ],\n                [\n                    1702048800000,\n                    1.3633333333333333\n                ],\n                [\n                    1702048500000,\n                    1.16\n                ],\n                [\n                    1702048200000,\n                    1.21\n                ],\n                [\n                    1702047900000,\n                    1.3466666666666667\n                ],\n                [\n                    1702047600000,\n                    1.2266666666666666\n                ],\n                [\n                    1702047300000,\n                    1.2166666666666666\n                ],\n                [\n                    1702047000000,\n                    1.4033333333333333\n                ],\n                [\n                    1702046700000,\n                    1.26\n                ],\n                [\n                    1702046400000,\n                    1.2233333333333334\n                ],\n                [\n                    1702046100000,\n                    1.4466666666666668\n                ],\n                [\n                    1702045800000,\n                    1.19\n                ],\n                [\n                    1702045500000,\n                    1.18\n                ],\n                [\n                    1702045200000,\n                    1.29\n                ],\n                [\n                    1702044900000,\n                    1.4\n                ],\n                [\n                    1702044600000,\n                    1.2033333333333334\n                ],\n                [\n                    1702044300000,\n                    1.3666666666666667\n                ],\n                [\n                    1702044000000,\n                    1.1833333333333333\n                ],\n                [\n                    1702043700000,\n                    1.27\n                ],\n                [\n                    1702043400000,\n                    1.2766666666666666\n                ],\n                [\n                    1702043100000,\n                    1.3766666666666667\n                ],\n                [\n                    1702042800000,\n                    1.32\n                ],\n                [\n                    1702042500000,\n                    1.1866666666666668\n                ],\n                [\n                    1702042200000,\n                    1.2433333333333334\n                ],\n                [\n                    1702041900000,\n                    1.23\n                ],\n                [\n                    1702041600000,\n                    1.2066666666666668\n                ],\n                [\n                    1702041300000,\n                    1.2666666666666666\n                ],\n                [\n                    1702041000000,\n                    1.3366666666666667\n                ],\n                [\n                    1702040700000,\n                    1.46\n                ],\n                [\n                    1702040400000,\n                    1.1933333333333334\n                ],\n                [\n                    1702040100000,\n                    1.2066666666666668\n                ],\n                [\n                    1702039800000,\n                    1.24\n                ],\n                [\n                    1702039500000,\n                    1.2133333333333334\n                ],\n                [\n                    1702039200000,\n                    1.2433333333333334\n                ],\n                [\n                    1702038900000,\n                    1.6233333333333333\n                ],\n                [\n                    1702038600000,\n                    1.17\n                ],\n                [\n                    1702038300000,\n                    1.0866666666666667\n                ],\n                [\n                    1702038000000,\n                    1.1633333333333333\n                ],\n                [\n                    1702037700000,\n                    1.25\n                ],\n                [\n                    1702037400000,\n                    1.23\n                ],\n                [\n                    1702037100000,\n                    1.3266666666666667\n                ],\n                [\n                    1702036800000,\n                    1.48\n                ],\n                [\n                    1702036500000,\n                    1.1833333333333333\n                ],\n                [\n                    1702036200000,\n                    1.2566666666666666\n                ],\n                [\n                    1702035900000,\n                    1.1433333333333333\n                ],\n                [\n                    1702035600000,\n                    1.2466666666666666\n                ],\n                [\n                    1702035300000,\n                    1.35\n                ],\n                [\n                    1702035000000,\n                    1.24\n                ],\n                [\n                    1702034700000,\n                    1.5133333333333334\n                ],\n                [\n                    1702034400000,\n                    1.06\n                ],\n                [\n                    1702034100000,\n                    1.1966666666666668\n                ],\n                [\n                    1702033800000,\n                    1.24\n                ],\n                [\n                    1702033500000,\n                    1.36\n                ],\n                [\n                    1702033200000,\n                    1.2333333333333334\n                ],\n                [\n                    1702032900000,\n                    1.3733333333333333\n                ],\n                [\n                    1702032600000,\n                    1.39\n                ],\n                [\n                    1702032300000,\n                    1.06\n                ],\n                [\n                    1702032000000,\n                    1.18\n                ],\n                [\n                    1702031700000,\n                    1.3166666666666667\n                ],\n                [\n                    1702031400000,\n                    1.2433333333333334\n                ],\n                [\n                    1702031100000,\n                    1.26\n                ],\n                [\n                    1702030800000,\n                    1.46\n                ],\n                [\n                    1702030500000,\n                    1.2533333333333334\n                ],\n                [\n                    1702030200000,\n                    1.0633333333333332\n                ],\n                [\n                    1702029900000,\n                    1.4133333333333333\n                ],\n                [\n                    1702029600000,\n                    1.1266666666666667\n                ],\n                [\n                    1702029300000,\n                    1.3133333333333332\n                ],\n                [\n                    1702029000000,\n                    1.3633333333333333\n                ],\n                [\n                    1702028700000,\n                    1.35\n                ],\n                [\n                    1702028400000,\n                    1.1466666666666667\n                ],\n                [\n                    1702028100000,\n                    1.3766666666666667\n                ],\n                [\n                    1702027800000,\n                    1.0166666666666666\n                ],\n                [\n                    1702027500000,\n                    1.24\n                ],\n                [\n                    1702027200000,\n                    1.3566666666666667\n                ],\n                [\n                    1702026900000,\n                    1.2833333333333334\n                ],\n                [\n                    1702026600000,\n                    1.3266666666666667\n                ],\n                [\n                    1702026300000,\n                    1.23\n                ],\n                [\n                    1702026000000,\n                    1.23\n                ],\n                [\n                    1702025700000,\n                    1.24\n                ],\n                [\n                    1702025400000,\n                    1.23\n                ],\n                [\n                    1702025100000,\n                    1.2833333333333334\n                ],\n                [\n                    1702024800000,\n                    1.4633333333333334\n                ],\n                [\n                    1702024500000,\n                    1.4366666666666668\n                ],\n                [\n                    1702024200000,\n                    1.3166666666666667\n                ],\n                [\n                    1702023900000,\n                    1.0566666666666666\n                ],\n                [\n                    1702023600000,\n                    1.2833333333333334\n                ],\n                [\n                    1702023300000,\n                    1.3533333333333333\n                ],\n                [\n                    1702023000000,\n                    1.2\n                ],\n                [\n                    1702022700000,\n                    1.46\n                ],\n                [\n                    1702022400000,\n                    1.1733333333333333\n                ],\n                [\n                    1702022100000,\n                    1.1566666666666667\n                ],\n                [\n                    1702021800000,\n                    1.3766666666666667\n                ],\n                [\n                    1702021500000,\n                    1.1133333333333333\n                ],\n                [\n                    1702021200000,\n                    1.3433333333333333\n                ],\n                [\n                    1702020900000,\n                    1.38\n                ],\n                [\n                    1702020600000,\n                    1.3733333333333333\n                ],\n                [\n                    1702020300000,\n                    1.0633333333333332\n                ],\n                [\n                    1702020000000,\n                    1.3066666666666666\n                ],\n                [\n                    1702019700000,\n                    1.18\n                ],\n                [\n                    1702019400000,\n                    1.1666666666666667\n                ],\n                [\n                    1702019100000,\n                    1.4933333333333334\n                ],\n                [\n                    1702018800000,\n                    1.32\n                ],\n                [\n                    1702018500000,\n                    1.3133333333333332\n                ],\n                [\n                    1702018200000,\n                    1.1133333333333333\n                ],\n                [\n                    1702017900000,\n                    1.29\n                ],\n                [\n                    1702017600000,\n                    1.2266666666666666\n                ],\n                [\n                    1702017300000,\n                    1.3033333333333332\n                ],\n                [\n                    1702017000000,\n                    1.25\n                ],\n                [\n                    1702016700000,\n                    1.3733333333333333\n                ],\n                [\n                    1702016400000,\n                    1.22\n                ],\n                [\n                    1702016100000,\n                    1.1533333333333333\n                ],\n                [\n                    1702015800000,\n                    1.2466666666666666\n                ],\n                [\n                    1702015500000,\n                    1.2933333333333332\n                ],\n                [\n                    1702015200000,\n                    1.2933333333333332\n                ],\n                [\n                    1702014900000,\n                    1.5066666666666666\n                ],\n                [\n                    1702014600000,\n                    1.23\n                ],\n                [\n                    1702014300000,\n                    1.26\n                ],\n                [\n                    1702014000000,\n                    1.08\n                ],\n                [\n                    1702013700000,\n                    1.2533333333333334\n                ],\n                [\n                    1702013400000,\n                    1.3\n                ],\n                [\n                    1702013100000,\n                    1.3133333333333332\n                ],\n                [\n                    1702012800000,\n                    1.4366666666666668\n                ],\n                [\n                    1702012500000,\n                    1.1566666666666667\n                ],\n                [\n                    1702012200000,\n                    1.1133333333333333\n                ],\n                [\n                    1702011900000,\n                    1.28\n                ],\n                [\n                    1702011600000,\n                    1.2766666666666666\n                ],\n                [\n                    1702011300000,\n                    1.17\n                ],\n                [\n                    1702011000000,\n                    1.5466666666666666\n                ],\n                [\n                    1702010700000,\n                    1.5133333333333334\n                ],\n                [\n                    1702010400000,\n                    1.18\n                ],\n                [\n                    1702010100000,\n                    1.1733333333333333\n                ],\n                [\n                    1702009800000,\n                    1.2066666666666668\n                ],\n                [\n                    1702009500000,\n                    1.17\n                ],\n                [\n                    1702009200000,\n                    1.34\n                ],\n                [\n                    1702008900000,\n                    1.2266666666666666\n                ],\n                [\n                    1702008600000,\n                    1.3633333333333333\n                ],\n                [\n                    1702008300000,\n                    1.2733333333333334\n                ],\n                [\n                    1702008000000,\n                    1.19\n                ],\n                [\n                    1702007700000,\n                    1.2866666666666666\n                ],\n                [\n                    1702007400000,\n                    1.2066666666666668\n                ],\n                [\n                    1702007100000,\n                    1.4366666666666668\n                ],\n                [\n                    1702006800000,\n                    1.2766666666666666\n                ],\n                [\n                    1702006500000,\n                    1.3966666666666667\n                ],\n                [\n                    1702006200000,\n                    1.16\n                ],\n                [\n                    1702005900000,\n                    1.1566666666666667\n                ],\n                [\n                    1702005600000,\n                    1.2366666666666666\n                ],\n                [\n                    1702005300000,\n                    1.3733333333333333\n                ],\n                [\n                    1702005000000,\n                    1.2866666666666666\n                ],\n                [\n                    1702004700000,\n                    1.4333333333333333\n                ],\n                [\n                    1702004400000,\n                    1.3033333333333332\n                ],\n                [\n                    1702004100000,\n                    1.1333333333333333\n                ],\n                [\n                    1702003800000,\n                    1.15\n                ],\n                [\n                    1702003500000,\n                    1.36\n                ],\n                [\n                    1702003200000,\n                    1.1566666666666667\n                ],\n                [\n                    1702002900000,\n                    1.5066666666666666\n                ],\n                [\n                    1702002600000,\n                    1.4166666666666667\n                ],\n                [\n                    1702002300000,\n                    1.2433333333333334\n                ],\n                [\n                    1702002000000,\n                    1.1533333333333333\n                ],\n                [\n                    1702001700000,\n                    1.2833333333333334\n                ],\n                [\n                    1702001400000,\n                    1.2533333333333334\n                ],\n                [\n                    1702001100000,\n                    1.3\n                ],\n                [\n                    1702000800000,\n                    1.3633333333333333\n                ],\n                [\n                    1702000500000,\n                    1.2466666666666666\n                ],\n                [\n                    1702000200000,\n                    1.2533333333333334\n                ],\n                [\n                    1701999900000,\n                    1.1\n                ],\n                [\n                    1701999600000,\n                    1.31\n                ],\n                [\n                    1701999300000,\n                    1.2566666666666666\n                ],\n                [\n                    1701999000000,\n                    1.4133333333333333\n                ],\n                [\n                    1701998700000,\n                    1.23\n                ],\n                [\n                    1701998400000,\n                    1.3366666666666667\n                ],\n                [\n                    1701998100000,\n                    1.12\n                ],\n                [\n                    1701997800000,\n                    1.2566666666666666\n                ],\n                [\n                    1701997500000,\n                    1.2533333333333334\n                ],\n                [\n                    1701997200000,\n                    1.2333333333333334\n                ],\n                [\n                    1701996900000,\n                    1.2766666666666666\n                ],\n                [\n                    1701996600000,\n                    1.3233333333333333\n                ],\n                [\n                    1701996300000,\n                    1.3833333333333333\n                ],\n                [\n                    1701996000000,\n                    1.1366666666666667\n                ],\n                [\n                    1701995700000,\n                    1.23\n                ],\n                [\n                    1701995400000,\n                    1.34\n                ],\n                [\n                    1701995100000,\n                    1.0266666666666666\n                ],\n                [\n                    1701994800000,\n                    1.5133333333333334\n                ],\n                [\n                    1701994500000,\n                    1.3633333333333333\n                ],\n                [\n                    1701994200000,\n                    1.02\n                ],\n                [\n                    1701993900000,\n                    1.2833333333333334\n                ],\n                [\n                    1701993600000,\n                    1.3\n                ],\n                [\n                    1701993300000,\n                    1.3733333333333333\n                ],\n                [\n                    1701993000000,\n                    1.3333333333333333\n                ],\n                [\n                    1701992700000,\n                    1.29\n                ],\n                [\n                    1701992400000,\n                    1.2833333333333334\n                ],\n                [\n                    1701992100000,\n                    1.1533333333333333\n                ],\n                [\n                    1701991800000,\n                    1.3066666666666666\n                ],\n                [\n                    1701991500000,\n                    1.05\n                ],\n                [\n                    1701991200000,\n                    1.3933333333333333\n                ],\n                [\n                    1701990900000,\n                    1.33\n                ],\n                [\n                    1701990600000,\n                    1.23\n                ],\n                [\n                    1701990300000,\n                    1.3033333333333332\n                ],\n                [\n                    1701990000000,\n                    1.3166666666666667\n                ],\n                [\n                    1701989700000,\n                    1.2166666666666666\n                ],\n                [\n                    1701989400000,\n                    1.27\n                ],\n                [\n                    1701989100000,\n                    1.2466666666666666\n                ],\n                [\n                    1701988800000,\n                    1.3066666666666666\n                ],\n                [\n                    1701988500000,\n                    1.44\n                ],\n                [\n                    1701988200000,\n                    1.07\n                ],\n                [\n                    1701987900000,\n                    1.1733333333333333\n                ],\n                [\n                    1701987600000,\n                    1.2733333333333334\n                ],\n                [\n                    1701987300000,\n                    1.33\n                ],\n                [\n                    1701987000000,\n                    1.11\n                ],\n                [\n                    1701986700000,\n                    1.37\n                ],\n                [\n                    1701986400000,\n                    1.3833333333333333\n                ],\n                [\n                    1701986100000,\n                    1.26\n                ],\n                [\n                    1701985800000,\n                    1.1166666666666667\n                ],\n                [\n                    1701985500000,\n                    1.2433333333333334\n                ],\n                [\n                    1701985200000,\n                    1.22\n                ],\n                [\n                    1701984900000,\n                    1.4566666666666668\n                ],\n                [\n                    1701984600000,\n                    1.25\n                ],\n                [\n                    1701984300000,\n                    1.2333333333333334\n                ],\n                [\n                    1701984000000,\n                    1.2033333333333334\n                ],\n                [\n                    1701983700000,\n                    1.1833333333333333\n                ],\n                [\n                    1701983400000,\n                    1.2666666666666666\n                ],\n                [\n                    1701983100000,\n                    1.25\n                ],\n                [\n                    1701982800000,\n                    1.3566666666666667\n                ],\n                [\n                    1701982500000,\n                    1.5066666666666666\n                ],\n                [\n                    1701982200000,\n                    1.0633333333333332\n                ],\n                [\n                    1701981900000,\n                    1.1566666666666667\n                ],\n                [\n                    1701981600000,\n                    1.21\n                ],\n                [\n                    1701981300000,\n                    1.53\n                ],\n                [\n                    1701981000000,\n                    1.3766666666666667\n                ],\n                [\n                    1701980700000,\n                    1.13\n                ],\n                [\n                    1701980400000,\n                    1.3766666666666667\n                ],\n                [\n                    1701980100000,\n                    1.1033333333333333\n                ],\n                [\n                    1701979800000,\n                    1.21\n                ],\n                [\n                    1701979500000,\n                    1.25\n                ],\n                [\n                    1701979200000,\n                    1.37\n                ],\n                [\n                    1701978900000,\n                    1.2\n                ],\n                [\n                    1701978600000,\n                    1.3566666666666667\n                ],\n                [\n                    1701978300000,\n                    1.4733333333333334\n                ],\n                [\n                    1701978000000,\n                    1.1233333333333333\n                ],\n                [\n                    1701977700000,\n                    1.1033333333333333\n                ],\n                [\n                    1701977400000,\n                    1.3066666666666666\n                ],\n                [\n                    1701977100000,\n                    1.28\n                ],\n                [\n                    1701976800000,\n                    1.22\n                ],\n                [\n                    1701976500000,\n                    1.35\n                ],\n                [\n                    1701976200000,\n                    1.2166666666666666\n                ],\n                [\n                    1701975900000,\n                    1.4\n                ],\n                [\n                    1701975600000,\n                    1.1133333333333333\n                ],\n                [\n                    1701975300000,\n                    1.23\n                ],\n                [\n                    1701975000000,\n                    1.2366666666666666\n                ],\n                [\n                    1701974700000,\n                    1.34\n                ],\n                [\n                    1701974400000,\n                    1.3566666666666667\n                ],\n                [\n                    1701974100000,\n                    1.19\n                ],\n                [\n                    1701973800000,\n                    1.38\n                ],\n                [\n                    1701973500000,\n                    1.0733333333333333\n                ],\n                [\n                    1701973200000,\n                    1.3266666666666667\n                ],\n                [\n                    1701972900000,\n                    1.27\n                ],\n                [\n                    1701972600000,\n                    1.27\n                ],\n                [\n                    1701972300000,\n                    1.4733333333333334\n                ],\n                [\n                    1701972000000,\n                    1.1666666666666667\n                ],\n                [\n                    1701971700000,\n                    1.1633333333333333\n                ],\n                [\n                    1701971400000,\n                    1.2666666666666666\n                ],\n                [\n                    1701971100000,\n                    1.38\n                ],\n                [\n                    1701970800000,\n                    1.24\n                ],\n                [\n                    1701970500000,\n                    1.4166666666666667\n                ],\n                [\n                    1701970200000,\n                    1.17\n                ],\n                [\n                    1701969900000,\n                    1.1733333333333333\n                ],\n                [\n                    1701969600000,\n                    1.19\n                ],\n                [\n                    1701969300000,\n                    1.2966666666666666\n                ],\n                [\n                    1701969000000,\n                    1.29\n                ],\n                [\n                    1701968700000,\n                    1.2233333333333334\n                ],\n                [\n                    1701968400000,\n                    1.4166666666666667\n                ],\n                [\n                    1701968100000,\n                    1.1233333333333333\n                ],\n                [\n                    1701967800000,\n                    1.29\n                ],\n                [\n                    1701967500000,\n                    1.1866666666666668\n                ],\n                [\n                    1701967200000,\n                    1.3533333333333333\n                ],\n                [\n                    1701966900000,\n                    1.29\n                ],\n                [\n                    1701966600000,\n                    1.17\n                ],\n                [\n                    1701966300000,\n                    1.3666666666666667\n                ],\n                [\n                    1701966000000,\n                    1.1033333333333333\n                ],\n                [\n                    1701965700000,\n                    1.4033333333333333\n                ],\n                [\n                    1701965400000,\n                    1.0766666666666667\n                ],\n                [\n                    1701965100000,\n                    1.34\n                ],\n                [\n                    1701964800000,\n                    1.2533333333333334\n                ],\n                [\n                    1701964500000,\n                    1.3033333333333332\n                ],\n                [\n                    1701964200000,\n                    1.3266666666666667\n                ],\n                [\n                    1701963900000,\n                    1.1733333333333333\n                ],\n                [\n                    1701963600000,\n                    1.2166666666666666\n                ],\n                [\n                    1701963300000,\n                    1.2366666666666666\n                ],\n                [\n                    1701963000000,\n                    1.27\n                ],\n                [\n                    1701962700000,\n                    1.25\n                ],\n                [\n                    1701962400000,\n                    1.4266666666666667\n                ],\n                [\n                    1701962100000,\n                    1.17\n                ],\n                [\n                    1701961800000,\n                    1.3333333333333333\n                ],\n                [\n                    1701961500000,\n                    1.16\n                ],\n                [\n                    1701961200000,\n                    1.2733333333333334\n                ],\n                [\n                    1701960900000,\n                    1.2066666666666668\n                ],\n                [\n                    1701960600000,\n                    1.45\n                ],\n                [\n                    1701960300000,\n                    1.28\n                ],\n                [\n                    1701960000000,\n                    1.1\n                ],\n                [\n                    1701959700000,\n                    1.4033333333333333\n                ],\n                [\n                    1701959400000,\n                    1.35\n                ],\n                [\n                    1701959100000,\n                    1.2066666666666668\n                ],\n                [\n                    1701958800000,\n                    1.1633333333333333\n                ],\n                [\n                    1701958500000,\n                    1.2866666666666666\n                ],\n                [\n                    1701958200000,\n                    1.3166666666666667\n                ],\n                [\n                    1701957900000,\n                    1.1833333333333333\n                ],\n                [\n                    1701957600000,\n                    1.2766666666666666\n                ],\n                [\n                    1701957300000,\n                    1.2366666666666666\n                ],\n                [\n                    1701957000000,\n                    1.34\n                ],\n                [\n                    1701956700000,\n                    1.27\n                ],\n                [\n                    1701956400000,\n                    1.3433333333333333\n                ],\n                [\n                    1701956100000,\n                    1.2133333333333334\n                ],\n                [\n                    1701955800000,\n                    1.2633333333333334\n                ],\n                [\n                    1701955500000,\n                    1.2933333333333332\n                ],\n                [\n                    1701955200000,\n                    1.2033333333333334\n                ],\n                [\n                    1701954900000,\n                    1.2466666666666666\n                ],\n                [\n                    1701954600000,\n                    1.42\n                ],\n                [\n                    1701954300000,\n                    1.3133333333333332\n                ],\n                [\n                    1701954000000,\n                    1.1633333333333333\n                ],\n                [\n                    1701953700000,\n                    1.29\n                ],\n                [\n                    1701953400000,\n                    1.1633333333333333\n                ],\n                [\n                    1701953100000,\n                    1.2866666666666666\n                ],\n                [\n                    1701952800000,\n                    1.3733333333333333\n                ],\n                [\n                    1701952500000,\n                    1.0933333333333333\n                ],\n                [\n                    1701952200000,\n                    1.4966666666666666\n                ],\n                [\n                    1701951900000,\n                    1.1233333333333333\n                ],\n                [\n                    1701951600000,\n                    1.1266666666666667\n                ],\n                [\n                    1701951300000,\n                    1.25\n                ],\n                [\n                    1701951000000,\n                    1.3366666666666667\n                ],\n                [\n                    1701950700000,\n                    1.1533333333333333\n                ],\n                [\n                    1701950400000,\n                    1.3833333333333333\n                ],\n                [\n                    1701950100000,\n                    1.3166666666666667\n                ],\n                [\n                    1701949800000,\n                    1.1733333333333333\n                ],\n                [\n                    1701949500000,\n                    1.2333333333333334\n                ],\n                [\n                    1701949200000,\n                    1.29\n                ],\n                [\n                    1701948900000,\n                    1.2233333333333334\n                ],\n                [\n                    1701948600000,\n                    1.29\n                ],\n                [\n                    1701948300000,\n                    1.39\n                ],\n                [\n                    1701948000000,\n                    1.2\n                ],\n                [\n                    1701947700000,\n                    1.3033333333333332\n                ],\n                [\n                    1701947400000,\n                    1.1566666666666667\n                ],\n                [\n                    1701947100000,\n                    1.4466666666666668\n                ],\n                [\n                    1701946800000,\n                    1.15\n                ],\n                [\n                    1701946500000,\n                    1.2733333333333334\n                ],\n                [\n                    1701946200000,\n                    1.4033333333333333\n                ],\n                [\n                    1701945900000,\n                    1.1466666666666667\n                ],\n                [\n                    1701945600000,\n                    1.25\n                ],\n                [\n                    1701945300000,\n                    1.2166666666666666\n                ],\n                [\n                    1701945000000,\n                    1.3\n                ],\n                [\n                    1701944700000,\n                    1.2266666666666666\n                ],\n                [\n                    1701944400000,\n                    1.3733333333333333\n                ],\n                [\n                    1701944100000,\n                    1.28\n                ],\n                [\n                    1701943800000,\n                    1.26\n                ],\n                [\n                    1701943500000,\n                    1.1266666666666667\n                ],\n                [\n                    1701943200000,\n                    1.3433333333333333\n                ],\n                [\n                    1701942900000,\n                    1.1833333333333333\n                ],\n                [\n                    1701942600000,\n                    1.25\n                ],\n                [\n                    1701942300000,\n                    1.4166666666666667\n                ],\n                [\n                    1701942000000,\n                    1.18\n                ],\n                [\n                    1701941700000,\n                    1.2733333333333334\n                ],\n                [\n                    1701941400000,\n                    1.3666666666666667\n                ],\n                [\n                    1701941100000,\n                    1.2733333333333334\n                ],\n                [\n                    1701940800000,\n                    1.08\n                ],\n                [\n                    1701940500000,\n                    1.32\n                ],\n                [\n                    1701940200000,\n                    1.3433333333333333\n                ],\n                [\n                    1701939900000,\n                    1.22\n                ],\n                [\n                    1701939600000,\n                    1.38\n                ],\n                [\n                    1701939300000,\n                    1.1033333333333333\n                ],\n                [\n                    1701939000000,\n                    1.2833333333333334\n                ],\n                [\n                    1701938700000,\n                    1.3566666666666667\n                ],\n                [\n                    1701938400000,\n                    1.2233333333333334\n                ],\n                [\n                    1701938100000,\n                    1.48\n                ],\n                [\n                    1701937800000,\n                    1.2233333333333334\n                ],\n                [\n                    1701937500000,\n                    1.2233333333333334\n                ],\n                [\n                    1701937200000,\n                    1.2566666666666666\n                ],\n                [\n                    1701936900000,\n                    1.3466666666666667\n                ],\n                [\n                    1701936600000,\n                    1.1133333333333333\n                ],\n                [\n                    1701936300000,\n                    1.43\n                ],\n                [\n                    1701936000000,\n                    1.23\n                ],\n                [\n                    1701935700000,\n                    1.3133333333333332\n                ],\n                [\n                    1701935400000,\n                    1.1733333333333333\n                ],\n                [\n                    1701935100000,\n                    1.32\n                ],\n                [\n                    1701934800000,\n                    1.2566666666666666\n                ],\n                [\n                    1701934500000,\n                    1.18\n                ],\n                [\n                    1701934200000,\n                    1.51\n                ],\n                [\n                    1701933900000,\n                    1.06\n                ],\n                [\n                    1701933600000,\n                    1.23\n                ],\n                [\n                    1701933300000,\n                    1.2833333333333334\n                ],\n                [\n                    1701933000000,\n                    1.2\n                ],\n                [\n                    1701932700000,\n                    1.2633333333333334\n                ],\n                [\n                    1701932400000,\n                    1.39\n                ],\n                [\n                    1701932100000,\n                    1.26\n                ],\n                [\n                    1701931800000,\n                    1.23\n                ],\n                [\n                    1701931500000,\n                    1.2966666666666666\n                ],\n                [\n                    1701931200000,\n                    1.1\n                ],\n                [\n                    1701930900000,\n                    1.3\n                ],\n                [\n                    1701930600000,\n                    1.3033333333333332\n                ],\n                [\n                    1701930300000,\n                    1.34\n                ],\n                [\n                    1701930000000,\n                    1.25\n                ],\n                [\n                    1701929700000,\n                    1.15\n                ],\n                [\n                    1701929400000,\n                    1.4033333333333333\n                ],\n                [\n                    1701929100000,\n                    1.23\n                ],\n                [\n                    1701928800000,\n                    1.3233333333333333\n                ],\n                [\n                    1701928500000,\n                    1.19\n                ],\n                [\n                    1701928200000,\n                    1.39\n                ],\n                [\n                    1701927900000,\n                    1.3766666666666667\n                ],\n                [\n                    1701927600000,\n                    1.2\n                ],\n                [\n                    1701927300000,\n                    1.24\n                ],\n                [\n                    1701927000000,\n                    1.2866666666666666\n                ],\n                [\n                    1701926700000,\n                    1.18\n                ],\n                [\n                    1701926400000,\n                    1.2733333333333334\n                ],\n                [\n                    1701926100000,\n                    1.2766666666666666\n                ],\n                [\n                    1701925800000,\n                    1.2266666666666666\n                ],\n                [\n                    1701925500000,\n                    1.2966666666666666\n                ],\n                [\n                    1701925200000,\n                    1.1666666666666667\n                ],\n                [\n                    1701924900000,\n                    1.44\n                ],\n                [\n                    1701924600000,\n                    1.3533333333333333\n                ],\n                [\n                    1701924300000,\n                    1.3766666666666667\n                ],\n                [\n                    1701924000000,\n                    1.1266666666666667\n                ],\n                [\n                    1701923700000,\n                    1.1966666666666668\n                ],\n                [\n                    1701923400000,\n                    1.3866666666666667\n                ],\n                [\n                    1701923100000,\n                    1.2066666666666668\n                ],\n                [\n                    1701922800000,\n                    1.0933333333333333\n                ],\n                [\n                    1701922500000,\n                    1.3966666666666667\n                ],\n                [\n                    1701922200000,\n                    1.4033333333333333\n                ],\n                [\n                    1701921900000,\n                    1.07\n                ],\n                [\n                    1701921600000,\n                    1.2233333333333334\n                ],\n                [\n                    1701921300000,\n                    1.34\n                ],\n                [\n                    1701921000000,\n                    1.2333333333333334\n                ],\n                [\n                    1701920700000,\n                    1.1766666666666667\n                ],\n                [\n                    1701920400000,\n                    1.4033333333333333\n                ],\n                [\n                    1701920100000,\n                    1.33\n                ],\n                [\n                    1701919800000,\n                    1.1933333333333334\n                ],\n                [\n                    1701919500000,\n                    1.31\n                ],\n                [\n                    1701919200000,\n                    1.1133333333333333\n                ],\n                [\n                    1701918900000,\n                    1.25\n                ],\n                [\n                    1701918600000,\n                    1.13\n                ],\n                [\n                    1701918300000,\n                    1.4166666666666667\n                ],\n                [\n                    1701918000000,\n                    1.3566666666666667\n                ],\n                [\n                    1701917700000,\n                    1.2033333333333334\n                ],\n                [\n                    1701917400000,\n                    1.2\n                ],\n                [\n                    1701917100000,\n                    1.1933333333333334\n                ],\n                [\n                    1701916800000,\n                    1.28\n                ],\n                [\n                    1701916500000,\n                    1.4333333333333333\n                ],\n                [\n                    1701916200000,\n                    1.54\n                ],\n                [\n                    1701915900000,\n                    1.1033333333333333\n                ],\n                [\n                    1701915600000,\n                    1.1733333333333333\n                ],\n                [\n                    1701915300000,\n                    1.23\n                ],\n                [\n                    1701915000000,\n                    1.3866666666666667\n                ],\n                [\n                    1701914700000,\n                    1.07\n                ],\n                [\n                    1701914400000,\n                    1.41\n                ],\n                [\n                    1701914100000,\n                    1.3166666666666667\n                ],\n                [\n                    1701913800000,\n                    1.21\n                ],\n                [\n                    1701913500000,\n                    1.3366666666666667\n                ],\n                [\n                    1701913200000,\n                    1.07\n                ],\n                [\n                    1701912900000,\n                    1.3533333333333333\n                ],\n                [\n                    1701912600000,\n                    1.18\n                ],\n                [\n                    1701912300000,\n                    1.4733333333333334\n                ],\n                [\n                    1701912000000,\n                    1.24\n                ],\n                [\n                    1701911700000,\n                    1.1466666666666667\n                ],\n                [\n                    1701911400000,\n                    1.1533333333333333\n                ],\n                [\n                    1701911100000,\n                    1.3133333333333332\n                ],\n                [\n                    1701910800000,\n                    1.3133333333333332\n                ],\n                [\n                    1701910500000,\n                    1.1866666666666668\n                ],\n                [\n                    1701910200000,\n                    1.42\n                ],\n                [\n                    1701909900000,\n                    1.2933333333333332\n                ],\n                [\n                    1701909600000,\n                    1.07\n                ],\n                [\n                    1701909300000,\n                    1.2133333333333334\n                ],\n                [\n                    1701909000000,\n                    1.3033333333333332\n                ],\n                [\n                    1701908700000,\n                    1.2033333333333334\n                ],\n                [\n                    1701908400000,\n                    1.3633333333333333\n                ],\n                [\n                    1701908100000,\n                    1.31\n                ],\n                [\n                    1701907800000,\n                    1.1733333333333333\n                ],\n                [\n                    1701907500000,\n                    1.2366666666666666\n                ],\n                [\n                    1701907200000,\n                    1.26\n                ],\n                [\n                    1701906900000,\n                    1.38\n                ],\n                [\n                    1701906600000,\n                    1.12\n                ],\n                [\n                    1701906300000,\n                    1.33\n                ],\n                [\n                    1701906000000,\n                    1.2633333333333334\n                ],\n                [\n                    1701905700000,\n                    1.2633333333333334\n                ],\n                [\n                    1701905400000,\n                    1.1666666666666667\n                ],\n                [\n                    1701905100000,\n                    1.2666666666666666\n                ],\n                [\n                    1701904800000,\n                    1.24\n                ],\n                [\n                    1701904500000,\n                    1.1733333333333333\n                ],\n                [\n                    1701904200000,\n                    1.41\n                ],\n                [\n                    1701903900000,\n                    1.2633333333333334\n                ],\n                [\n                    1701903600000,\n                    1.3366666666666667\n                ],\n                [\n                    1701903300000,\n                    1.0833333333333333\n                ],\n                [\n                    1701903000000,\n                    1.4\n                ],\n                [\n                    1701902700000,\n                    1.21\n                ],\n                [\n                    1701902400000,\n                    1.42\n                ],\n                [\n                    1701902100000,\n                    1.2933333333333332\n                ],\n                [\n                    1701901800000,\n                    1.2833333333333334\n                ],\n                [\n                    1701901500000,\n                    1.23\n                ],\n                [\n                    1701901200000,\n                    1.36\n                ],\n                [\n                    1701900900000,\n                    1.2166666666666666\n                ],\n                [\n                    1701900600000,\n                    1.23\n                ],\n                [\n                    1701900300000,\n                    1.42\n                ],\n                [\n                    1701900000000,\n                    1.33\n                ],\n                [\n                    1701899700000,\n                    1.2366666666666666\n                ],\n                [\n                    1701899400000,\n                    1.2066666666666668\n                ],\n                [\n                    1701899100000,\n                    1.3266666666666667\n                ],\n                [\n                    1701898800000,\n                    1.2033333333333334\n                ],\n                [\n                    1701898500000,\n                    1.3033333333333332\n                ],\n                [\n                    1701898200000,\n                    1.37\n                ],\n                [\n                    1701897900000,\n                    1.3566666666666667\n                ],\n                [\n                    1701897600000,\n                    1.2666666666666666\n                ],\n                [\n                    1701897300000,\n                    1.1666666666666667\n                ],\n                [\n                    1701897000000,\n                    1.35\n                ],\n                [\n                    1701896700000,\n                    1.4366666666666668\n                ],\n                [\n                    1701896400000,\n                    1.1166666666666667\n                ],\n                [\n                    1701896100000,\n                    1.42\n                ],\n                [\n                    1701895800000,\n                    1.29\n                ],\n                [\n                    1701895500000,\n                    1.39\n                ],\n                [\n                    1701895200000,\n                    1.0766666666666667\n                ],\n                [\n                    1701894900000,\n                    1.63\n                ],\n                [\n                    1701894600000,\n                    1.2133333333333334\n                ],\n                [\n                    1701894300000,\n                    1.2433333333333334\n                ],\n                [\n                    1701894000000,\n                    1.4166666666666667\n                ],\n                [\n                    1701893700000,\n                    1.2066666666666668\n                ],\n                [\n                    1701893400000,\n                    1.2066666666666668\n                ],\n                [\n                    1701893100000,\n                    1.2966666666666666\n                ],\n                [\n                    1701892800000,\n                    1.2033333333333334\n                ],\n                [\n                    1701892500000,\n                    1.24\n                ],\n                [\n                    1701892200000,\n                    1.3266666666666667\n                ],\n                [\n                    1701891900000,\n                    1.33\n                ],\n                [\n                    1701891600000,\n                    1.2166666666666666\n                ],\n                [\n                    1701891300000,\n                    1.21\n                ],\n                [\n                    1701891000000,\n                    1.2933333333333332\n                ],\n                [\n                    1701890700000,\n                    1.27\n                ],\n                [\n                    1701890400000,\n                    1.15\n                ],\n                [\n                    1701890100000,\n                    1.3333333333333333\n                ],\n                [\n                    1701889800000,\n                    1.3733333333333333\n                ],\n                [\n                    1701889500000,\n                    1.3333333333333333\n                ],\n                [\n                    1701889200000,\n                    1.18\n                ],\n                [\n                    1701888900000,\n                    1.1733333333333333\n                ],\n                [\n                    1701888600000,\n                    1.2333333333333334\n                ],\n                [\n                    1701888300000,\n                    1.23\n                ],\n                [\n                    1701888000000,\n                    1.3866666666666667\n                ],\n                [\n                    1701887700000,\n                    1.2733333333333334\n                ],\n                [\n                    1701887400000,\n                    1.3066666666666666\n                ],\n                [\n                    1701887100000,\n                    1.2566666666666666\n                ],\n                [\n                    1701886800000,\n                    1.3333333333333333\n                ],\n                [\n                    1701886500000,\n                    1.1533333333333333\n                ],\n                [\n                    1701886200000,\n                    1.3333333333333333\n                ],\n                [\n                    1701885900000,\n                    1.2366666666666666\n                ],\n                [\n                    1701885600000,\n                    1.3033333333333332\n                ],\n                [\n                    1701885300000,\n                    1.26\n                ],\n                [\n                    1701885000000,\n                    1.25\n                ],\n                [\n                    1701884700000,\n                    1.19\n                ],\n                [\n                    1701884400000,\n                    1.28\n                ],\n                [\n                    1701884100000,\n                    1.3066666666666666\n                ],\n                [\n                    1701883800000,\n                    1.33\n                ],\n                [\n                    1701883500000,\n                    1.2866666666666666\n                ],\n                [\n                    1701883200000,\n                    1.0733333333333333\n                ],\n                [\n                    1701882900000,\n                    1.29\n                ],\n                [\n                    1701882600000,\n                    1.33\n                ],\n                [\n                    1701882300000,\n                    1.1833333333333333\n                ],\n                [\n                    1701882000000,\n                    1.4566666666666668\n                ],\n                [\n                    1701881700000,\n                    1.37\n                ],\n                [\n                    1701881400000,\n                    1.2\n                ],\n                [\n                    1701881100000,\n                    1.24\n                ],\n                [\n                    1701880800000,\n                    1.3066666666666666\n                ],\n                [\n                    1701880500000,\n                    1.2333333333333334\n                ],\n                [\n                    1701880200000,\n                    1.3866666666666667\n                ],\n                [\n                    1701879900000,\n                    1.2966666666666666\n                ],\n                [\n                    1701879600000,\n                    1.3266666666666667\n                ],\n                [\n                    1701879300000,\n                    1.2633333333333334\n                ],\n                [\n                    1701879000000,\n                    1.2366666666666666\n                ],\n                [\n                    1701878700000,\n                    1.29\n                ],\n                [\n                    1701878400000,\n                    1.3266666666666667\n                ],\n                [\n                    1701878100000,\n                    1.31\n                ],\n                [\n                    1701877800000,\n                    1.3\n                ],\n                [\n                    1701877500000,\n                    1.21\n                ],\n                [\n                    1701877200000,\n                    1.2366666666666666\n                ],\n                [\n                    1701876900000,\n                    1.2933333333333332\n                ],\n                [\n                    1701876600000,\n                    1.2533333333333334\n                ],\n                [\n                    1701876300000,\n                    1.2433333333333334\n                ],\n                [\n                    1701876000000,\n                    1.57\n                ],\n                [\n                    1701875700000,\n                    1.0866666666666667\n                ],\n                [\n                    1701875400000,\n                    1.21\n                ],\n                [\n                    1701875100000,\n                    1.2133333333333334\n                ],\n                [\n                    1701874800000,\n                    1.3\n                ],\n                [\n                    1701874500000,\n                    1.1433333333333333\n                ],\n                [\n                    1701874200000,\n                    1.41\n                ],\n                [\n                    1701873900000,\n                    1.3333333333333333\n                ],\n                [\n                    1701873600000,\n                    1.2433333333333334\n                ],\n                [\n                    1701873300000,\n                    1.51\n                ],\n                [\n                    1701873000000,\n                    1.26\n                ],\n                [\n                    1701872700000,\n                    1.28\n                ],\n                [\n                    1701872400000,\n                    1.1766666666666667\n                ],\n                [\n                    1701872100000,\n                    1.3166666666666667\n                ],\n                [\n                    1701871800000,\n                    1.2433333333333334\n                ],\n                [\n                    1701871500000,\n                    1.2666666666666666\n                ],\n                [\n                    1701871200000,\n                    1.32\n                ],\n                [\n                    1701870900000,\n                    1.2233333333333334\n                ],\n                [\n                    1701870600000,\n                    1.27\n                ],\n                [\n                    1701870300000,\n                    1.22\n                ],\n                [\n                    1701870000000,\n                    1.29\n                ],\n                [\n                    1701869700000,\n                    1.46\n                ],\n                [\n                    1701869400000,\n                    1.0833333333333333\n                ],\n                [\n                    1701869100000,\n                    1.16\n                ],\n                [\n                    1701868800000,\n                    1.3666666666666667\n                ],\n                [\n                    1701868500000,\n                    1.18\n                ],\n                [\n                    1701868200000,\n                    1.2533333333333334\n                ],\n                [\n                    1701867900000,\n                    1.4\n                ],\n                [\n                    1701867600000,\n                    1.3033333333333332\n                ],\n                [\n                    1701867300000,\n                    1.2733333333333334\n                ],\n                [\n                    1701867000000,\n                    1.2133333333333334\n                ],\n                [\n                    1701866700000,\n                    1.2966666666666666\n                ],\n                [\n                    1701866400000,\n                    1.19\n                ],\n                [\n                    1701866100000,\n                    1.3966666666666667\n                ],\n                [\n                    1701865800000,\n                    1.1833333333333333\n                ],\n                [\n                    1701865500000,\n                    1.2066666666666668\n                ],\n                [\n                    1701865200000,\n                    1.3033333333333332\n                ],\n                [\n                    1701864900000,\n                    1.2566666666666666\n                ],\n                [\n                    1701864600000,\n                    1.1933333333333334\n                ],\n                [\n                    1701864300000,\n                    1.2566666666666666\n                ],\n                [\n                    1701864000000,\n                    1.3633333333333333\n                ],\n                [\n                    1701863700000,\n                    1.26\n                ],\n                [\n                    1701863400000,\n                    1.2466666666666666\n                ],\n                [\n                    1701863100000,\n                    1.2533333333333334\n                ],\n                [\n                    1701862800000,\n                    1.2466666666666666\n                ],\n                [\n                    1701862500000,\n                    1.2066666666666668\n                ],\n                [\n                    1701862200000,\n                    1.4\n                ],\n                [\n                    1701861900000,\n                    1.2166666666666666\n                ],\n                [\n                    1701861600000,\n                    1.37\n                ],\n                [\n                    1701861300000,\n                    1.18\n                ],\n                [\n                    1701861000000,\n                    1.2366666666666666\n                ],\n                [\n                    1701860700000,\n                    1.2466666666666666\n                ],\n                [\n                    1701860400000,\n                    1.26\n                ],\n                [\n                    1701860100000,\n                    1.4633333333333334\n                ],\n                [\n                    1701859800000,\n                    1.1833333333333333\n                ],\n                [\n                    1701859500000,\n                    1.2566666666666666\n                ],\n                [\n                    1701859200000,\n                    1.2366666666666666\n                ],\n                [\n                    1701858900000,\n                    1.3833333333333333\n                ],\n                [\n                    1701858600000,\n                    1.1266666666666667\n                ],\n                [\n                    1701858300000,\n                    1.19\n                ],\n                [\n                    1701858000000,\n                    1.3933333333333333\n                ],\n                [\n                    1701857700000,\n                    1.3733333333333333\n                ],\n                [\n                    1701857400000,\n                    1.0666666666666667\n                ],\n                [\n                    1701857100000,\n                    1.3633333333333333\n                ],\n                [\n                    1701856800000,\n                    1.2233333333333334\n                ],\n                [\n                    1701856500000,\n                    1.1466666666666667\n                ],\n                [\n                    1701856200000,\n                    1.33\n                ],\n                [\n                    1701855900000,\n                    1.4533333333333334\n                ],\n                [\n                    1701855600000,\n                    1.2466666666666666\n                ],\n                [\n                    1701855300000,\n                    1.14\n                ],\n                [\n                    1701855000000,\n                    1.3066666666666666\n                ],\n                [\n                    1701854700000,\n                    1.23\n                ],\n                [\n                    1701854400000,\n                    1.2066666666666668\n                ],\n                [\n                    1701854100000,\n                    1.29\n                ],\n                [\n                    1701853800000,\n                    1.2733333333333334\n                ],\n                [\n                    1701853500000,\n                    1.3966666666666667\n                ],\n                [\n                    1701853200000,\n                    1.28\n                ],\n                [\n                    1701852900000,\n                    1.2666666666666666\n                ],\n                [\n                    1701852600000,\n                    1.2366666666666666\n                ],\n                [\n                    1701852300000,\n                    1.04\n                ],\n                [\n                    1701852000000,\n                    1.35\n                ],\n                [\n                    1701851700000,\n                    1.5766666666666667\n                ],\n                [\n                    1701851400000,\n                    1.2533333333333334\n                ],\n                [\n                    1701851100000,\n                    1.3333333333333333\n                ],\n                [\n                    1701850800000,\n                    1.2233333333333334\n                ],\n                [\n                    1701850500000,\n                    1.1566666666666667\n                ],\n                [\n                    1701850200000,\n                    1.1666666666666667\n                ],\n                [\n                    1701849900000,\n                    1.4866666666666666\n                ],\n                [\n                    1701849600000,\n                    1.2433333333333334\n                ],\n                [\n                    1701849300000,\n                    1.19\n                ],\n                [\n                    1701849000000,\n                    1.2633333333333334\n                ],\n                [\n                    1701848700000,\n                    1.2866666666666666\n                ],\n                [\n                    1701848400000,\n                    1.1133333333333333\n                ],\n                [\n                    1701848100000,\n                    1.3333333333333333\n                ],\n                [\n                    1701847800000,\n                    1.3666666666666667\n                ],\n                [\n                    1701847500000,\n                    1.2233333333333334\n                ],\n                [\n                    1701847200000,\n                    1.2633333333333334\n                ],\n                [\n                    1701846900000,\n                    1.33\n                ],\n                [\n                    1701846600000,\n                    1.3266666666666667\n                ],\n                [\n                    1701846300000,\n                    1.08\n                ],\n                [\n                    1701846000000,\n                    1.3466666666666667\n                ],\n                [\n                    1701845700000,\n                    1.2733333333333334\n                ],\n                [\n                    1701845400000,\n                    1.2433333333333334\n                ],\n                [\n                    1701845100000,\n                    1.2433333333333334\n                ],\n                [\n                    1701844800000,\n                    1.2566666666666666\n                ],\n                [\n                    1701844500000,\n                    1.2866666666666666\n                ],\n                [\n                    1701844200000,\n                    1.1566666666666667\n                ],\n                [\n                    1701843900000,\n                    1.38\n                ],\n                [\n                    1701843600000,\n                    1.1966666666666668\n                ],\n                [\n                    1701843300000,\n                    1.28\n                ],\n                [\n                    1701843000000,\n                    1.16\n                ],\n                [\n                    1701842700000,\n                    1.27\n                ],\n                [\n                    1701842400000,\n                    1.1966666666666668\n                ]\n            ],\n            \"unit\": {\n                \"name\": \"pps\",\n                \"fullName\": \"Packets per second\"\n            }\n        },\n        {\n            \"type\": \"A_PACKETS\",\n            \"subtype\": \"Out\",\n            \"samples\": [\n                [\n                    1702273800000,\n                    1.11\n                ],\n                [\n                    1702273500000,\n                    1.1466666666666667\n                ],\n                [\n                    1702273200000,\n                    1.1533333333333333\n                ],\n                [\n                    1702272900000,\n                    1.2633333333333334\n                ],\n                [\n                    1702272600000,\n                    1.11\n                ],\n                [\n                    1702272300000,\n                    1.2733333333333334\n                ],\n                [\n                    1702272000000,\n                    1.3433333333333333\n                ],\n                [\n                    1702271700000,\n                    1.0866666666666667\n                ],\n                [\n                    1702271400000,\n                    1.1233333333333333\n                ],\n                [\n                    1702271100000,\n                    1.15\n                ],\n                [\n                    1702270800000,\n                    1.2766666666666666\n                ],\n                [\n                    1702270500000,\n                    1.1533333333333333\n                ],\n                [\n                    1702270200000,\n                    1.3133333333333332\n                ],\n                [\n                    1702269900000,\n                    1.3633333333333333\n                ],\n                [\n                    1702269600000,\n                    1.01\n                ],\n                [\n                    1702269300000,\n                    1.1366666666666667\n                ],\n                [\n                    1702269000000,\n                    1.1833333333333333\n                ],\n                [\n                    1702268700000,\n                    1.2733333333333334\n                ],\n                [\n                    1702268400000,\n                    1.21\n                ],\n                [\n                    1702268100000,\n                    1.3433333333333333\n                ],\n                [\n                    1702267800000,\n                    1.1433333333333333\n                ],\n                [\n                    1702267500000,\n                    1.14\n                ],\n                [\n                    1702267200000,\n                    1.2266666666666666\n                ],\n                [\n                    1702266900000,\n                    1.2533333333333334\n                ],\n                [\n                    1702266600000,\n                    1.0833333333333333\n                ],\n                [\n                    1702266300000,\n                    1.2466666666666666\n                ],\n                [\n                    1702266000000,\n                    1.32\n                ],\n                [\n                    1702265700000,\n                    1.1566666666666667\n                ],\n                [\n                    1702265400000,\n                    1.0366666666666666\n                ],\n                [\n                    1702265100000,\n                    1.2033333333333334\n                ],\n                [\n                    1702264800000,\n                    1.2266666666666666\n                ],\n                [\n                    1702264500000,\n                    1.1733333333333333\n                ],\n                [\n                    1702264200000,\n                    1.2966666666666666\n                ],\n                [\n                    1702263900000,\n                    1.3366666666666667\n                ],\n                [\n                    1702263600000,\n                    1.1\n                ],\n                [\n                    1702263300000,\n                    1.1433333333333333\n                ],\n                [\n                    1702263000000,\n                    1.1666666666666667\n                ],\n                [\n                    1702262700000,\n                    1.33\n                ],\n                [\n                    1702262400000,\n                    1.1066666666666667\n                ],\n                [\n                    1702262100000,\n                    1.5266666666666666\n                ],\n                [\n                    1702261800000,\n                    1.05\n                ],\n                [\n                    1702261500000,\n                    1.1733333333333333\n                ],\n                [\n                    1702261200000,\n                    1.14\n                ],\n                [\n                    1702260900000,\n                    1.15\n                ],\n                [\n                    1702260600000,\n                    1.2166666666666666\n                ],\n                [\n                    1702260300000,\n                    1.2633333333333334\n                ],\n                [\n                    1702260000000,\n                    1.2933333333333332\n                ],\n                [\n                    1702259700000,\n                    1.1733333333333333\n                ],\n                [\n                    1702259400000,\n                    1.1966666666666668\n                ],\n                [\n                    1702259100000,\n                    1.11\n                ],\n                [\n                    1702258800000,\n                    1.1566666666666667\n                ],\n                [\n                    1702258500000,\n                    1.1966666666666668\n                ],\n                [\n                    1702258200000,\n                    1.22\n                ],\n                [\n                    1702257900000,\n                    1.4\n                ],\n                [\n                    1702257600000,\n                    1.1366666666666667\n                ],\n                [\n                    1702257300000,\n                    1.16\n                ],\n                [\n                    1702257000000,\n                    1.2466666666666666\n                ],\n                [\n                    1702256700000,\n                    1.1266666666666667\n                ],\n                [\n                    1702256400000,\n                    1.27\n                ],\n                [\n                    1702256100000,\n                    1.2066666666666668\n                ],\n                [\n                    1702255800000,\n                    1.23\n                ],\n                [\n                    1702255500000,\n                    1.1733333333333333\n                ],\n                [\n                    1702255200000,\n                    1.1366666666666667\n                ],\n                [\n                    1702254900000,\n                    1.0933333333333333\n                ],\n                [\n                    1702254600000,\n                    1.23\n                ],\n                [\n                    1702254300000,\n                    1.2566666666666666\n                ],\n                [\n                    1702254000000,\n                    1.3033333333333332\n                ],\n                [\n                    1702253700000,\n                    1.3366666666666667\n                ],\n                [\n                    1702253400000,\n                    1.06\n                ],\n                [\n                    1702253100000,\n                    1.1366666666666667\n                ],\n                [\n                    1702252800000,\n                    1.1733333333333333\n                ],\n                [\n                    1702252500000,\n                    1.2033333333333334\n                ],\n                [\n                    1702252200000,\n                    1.21\n                ],\n                [\n                    1702251900000,\n                    1.28\n                ],\n                [\n                    1702251600000,\n                    1.1666666666666667\n                ],\n                [\n                    1702251300000,\n                    1.14\n                ],\n                [\n                    1702251000000,\n                    1.1366666666666667\n                ],\n                [\n                    1702250700000,\n                    1.28\n                ],\n                [\n                    1702250400000,\n                    1.1833333333333333\n                ],\n                [\n                    1702250100000,\n                    1.4133333333333333\n                ],\n                [\n                    1702249800000,\n                    1.17\n                ],\n                [\n                    1702249500000,\n                    1.08\n                ],\n                [\n                    1702249200000,\n                    1.1833333333333333\n                ],\n                [\n                    1702248900000,\n                    1.1866666666666668\n                ],\n                [\n                    1702248600000,\n                    1.2433333333333334\n                ],\n                [\n                    1702248300000,\n                    1.26\n                ],\n                [\n                    1702248000000,\n                    1.26\n                ],\n                [\n                    1702247700000,\n                    1.1533333333333333\n                ],\n                [\n                    1702247400000,\n                    1.1666666666666667\n                ],\n                [\n                    1702247100000,\n                    1.23\n                ],\n                [\n                    1702246800000,\n                    1.1566666666666667\n                ],\n                [\n                    1702246500000,\n                    1.3233333333333333\n                ],\n                [\n                    1702246200000,\n                    1.1533333333333333\n                ],\n                [\n                    1702245900000,\n                    1.2366666666666666\n                ],\n                [\n                    1702245600000,\n                    1.18\n                ],\n                [\n                    1702245300000,\n                    1.1666666666666667\n                ],\n                [\n                    1702245000000,\n                    1.24\n                ],\n                [\n                    1702244700000,\n                    1.09\n                ],\n                [\n                    1702244400000,\n                    1.1633333333333333\n                ],\n                [\n                    1702244100000,\n                    1.2333333333333334\n                ],\n                [\n                    1702243800000,\n                    1.26\n                ],\n                [\n                    1702243500000,\n                    1.1666666666666667\n                ],\n                [\n                    1702243200000,\n                    1.3566666666666667\n                ],\n                [\n                    1702242900000,\n                    1.0333333333333334\n                ],\n                [\n                    1702242600000,\n                    1.3366666666666667\n                ],\n                [\n                    1702242300000,\n                    1.0866666666666667\n                ],\n                [\n                    1702242000000,\n                    1.2966666666666666\n                ],\n                [\n                    1702241700000,\n                    1.2533333333333334\n                ],\n                [\n                    1702241400000,\n                    1.0966666666666667\n                ],\n                [\n                    1702241100000,\n                    1.1766666666666667\n                ],\n                [\n                    1702240800000,\n                    1.3533333333333333\n                ],\n                [\n                    1702240500000,\n                    1.1533333333333333\n                ],\n                [\n                    1702240200000,\n                    1.3166666666666667\n                ],\n                [\n                    1702239900000,\n                    1.3766666666666667\n                ],\n                [\n                    1702239600000,\n                    1.1033333333333333\n                ],\n                [\n                    1702239300000,\n                    1.13\n                ],\n                [\n                    1702239000000,\n                    1.1366666666666667\n                ],\n                [\n                    1702238700000,\n                    1.2\n                ],\n                [\n                    1702238400000,\n                    1.3166666666666667\n                ],\n                [\n                    1702238100000,\n                    1.1033333333333333\n                ],\n                [\n                    1702237800000,\n                    1.2633333333333334\n                ],\n                [\n                    1702237500000,\n                    1.2333333333333334\n                ],\n                [\n                    1702237200000,\n                    1.1433333333333333\n                ],\n                [\n                    1702236900000,\n                    1.2166666666666666\n                ],\n                [\n                    1702236600000,\n                    1.1\n                ],\n                [\n                    1702236300000,\n                    1.1866666666666668\n                ],\n                [\n                    1702236000000,\n                    1.2433333333333334\n                ],\n                [\n                    1702235700000,\n                    1.35\n                ],\n                [\n                    1702235400000,\n                    1.1666666666666667\n                ],\n                [\n                    1702235100000,\n                    1.1133333333333333\n                ],\n                [\n                    1702234800000,\n                    1.21\n                ],\n                [\n                    1702234500000,\n                    1.2066666666666668\n                ],\n                [\n                    1702234200000,\n                    1.1933333333333334\n                ],\n                [\n                    1702233900000,\n                    1.2833333333333334\n                ],\n                [\n                    1702233600000,\n                    1.23\n                ],\n                [\n                    1702233300000,\n                    1.1\n                ],\n                [\n                    1702233000000,\n                    1.16\n                ],\n                [\n                    1702232700000,\n                    1.2933333333333332\n                ],\n                [\n                    1702232400000,\n                    1.27\n                ],\n                [\n                    1702232100000,\n                    1.1033333333333333\n                ],\n                [\n                    1702231800000,\n                    1.2566666666666666\n                ],\n                [\n                    1702231500000,\n                    1.2066666666666668\n                ],\n                [\n                    1702231200000,\n                    1.1733333333333333\n                ],\n                [\n                    1702230900000,\n                    1.1833333333333333\n                ],\n                [\n                    1702230600000,\n                    1.2\n                ],\n                [\n                    1702230300000,\n                    1.1933333333333334\n                ],\n                [\n                    1702230000000,\n                    1.1633333333333333\n                ],\n                [\n                    1702229700000,\n                    1.2533333333333334\n                ],\n                [\n                    1702229400000,\n                    1.1766666666666667\n                ],\n                [\n                    1702229100000,\n                    1.2566666666666666\n                ],\n                [\n                    1702228800000,\n                    1.1433333333333333\n                ],\n                [\n                    1702228500000,\n                    1.2366666666666666\n                ],\n                [\n                    1702228200000,\n                    1.13\n                ],\n                [\n                    1702227900000,\n                    1.2833333333333334\n                ],\n                [\n                    1702227600000,\n                    1.3733333333333333\n                ],\n                [\n                    1702227300000,\n                    1.0833333333333333\n                ],\n                [\n                    1702227000000,\n                    1.21\n                ],\n                [\n                    1702226700000,\n                    1.04\n                ],\n                [\n                    1702226400000,\n                    1.23\n                ],\n                [\n                    1702226100000,\n                    1.18\n                ],\n                [\n                    1702225800000,\n                    1.22\n                ],\n                [\n                    1702225500000,\n                    1.2566666666666666\n                ],\n                [\n                    1702225200000,\n                    1.1933333333333334\n                ],\n                [\n                    1702224900000,\n                    1.1566666666666667\n                ],\n                [\n                    1702224600000,\n                    1.2066666666666668\n                ],\n                [\n                    1702224300000,\n                    1.1866666666666668\n                ],\n                [\n                    1702224000000,\n                    1.2133333333333334\n                ],\n                [\n                    1702223700000,\n                    1.27\n                ],\n                [\n                    1702223400000,\n                    1.2133333333333334\n                ],\n                [\n                    1702223100000,\n                    1.29\n                ],\n                [\n                    1702222800000,\n                    1\n                ],\n                [\n                    1702222500000,\n                    1.1933333333333334\n                ],\n                [\n                    1702222200000,\n                    1.1666666666666667\n                ],\n                [\n                    1702221900000,\n                    1.2833333333333334\n                ],\n                [\n                    1702221600000,\n                    1.3566666666666667\n                ],\n                [\n                    1702221300000,\n                    1.1333333333333333\n                ],\n                [\n                    1702221000000,\n                    1.0733333333333333\n                ],\n                [\n                    1702220700000,\n                    1.2033333333333334\n                ],\n                [\n                    1702220400000,\n                    1.2366666666666666\n                ],\n                [\n                    1702220100000,\n                    1.1533333333333333\n                ],\n                [\n                    1702219800000,\n                    1.37\n                ],\n                [\n                    1702219500000,\n                    1.1433333333333333\n                ],\n                [\n                    1702219200000,\n                    1.1466666666666667\n                ],\n                [\n                    1702218900000,\n                    1.22\n                ],\n                [\n                    1702218600000,\n                    1.2566666666666666\n                ],\n                [\n                    1702218300000,\n                    1.25\n                ],\n                [\n                    1702218000000,\n                    1.2466666666666666\n                ],\n                [\n                    1702217700000,\n                    1.2366666666666666\n                ],\n                [\n                    1702217400000,\n                    1.1933333333333334\n                ],\n                [\n                    1702217100000,\n                    1.1666666666666667\n                ],\n                [\n                    1702216800000,\n                    1.1266666666666667\n                ],\n                [\n                    1702216500000,\n                    1.3\n                ],\n                [\n                    1702216200000,\n                    1.1666666666666667\n                ],\n                [\n                    1702215900000,\n                    1.22\n                ],\n                [\n                    1702215600000,\n                    1.2433333333333334\n                ],\n                [\n                    1702215300000,\n                    1.1766666666666667\n                ],\n                [\n                    1702215000000,\n                    1.07\n                ],\n                [\n                    1702214700000,\n                    1.2266666666666666\n                ],\n                [\n                    1702214400000,\n                    1.2566666666666666\n                ],\n                [\n                    1702214100000,\n                    1.2633333333333334\n                ],\n                [\n                    1702213800000,\n                    1.1733333333333333\n                ],\n                [\n                    1702213500000,\n                    1.3733333333333333\n                ],\n                [\n                    1702213200000,\n                    1.15\n                ],\n                [\n                    1702212900000,\n                    1.1233333333333333\n                ],\n                [\n                    1702212600000,\n                    1.2033333333333334\n                ],\n                [\n                    1702212300000,\n                    1.22\n                ],\n                [\n                    1702212000000,\n                    1.1833333333333333\n                ],\n                [\n                    1702211700000,\n                    1.1833333333333333\n                ],\n                [\n                    1702211400000,\n                    1.3666666666666667\n                ],\n                [\n                    1702211100000,\n                    1.0333333333333334\n                ],\n                [\n                    1702210800000,\n                    1.16\n                ],\n                [\n                    1702210500000,\n                    1.25\n                ],\n                [\n                    1702210200000,\n                    1.26\n                ],\n                [\n                    1702209900000,\n                    1.1533333333333333\n                ],\n                [\n                    1702209600000,\n                    1.2266666666666666\n                ],\n                [\n                    1702209300000,\n                    1.2233333333333334\n                ],\n                [\n                    1702209000000,\n                    1.1166666666666667\n                ],\n                [\n                    1702208700000,\n                    1.21\n                ],\n                [\n                    1702208400000,\n                    1.15\n                ],\n                [\n                    1702208100000,\n                    1.19\n                ],\n                [\n                    1702207800000,\n                    1.2666666666666666\n                ],\n                [\n                    1702207500000,\n                    1.39\n                ],\n                [\n                    1702207200000,\n                    1.1633333333333333\n                ],\n                [\n                    1702206900000,\n                    1.0333333333333334\n                ],\n                [\n                    1702206600000,\n                    1.29\n                ],\n                [\n                    1702206300000,\n                    1.15\n                ],\n                [\n                    1702206000000,\n                    1.2866666666666666\n                ],\n                [\n                    1702205700000,\n                    1.1733333333333333\n                ],\n                [\n                    1702205400000,\n                    1.21\n                ],\n                [\n                    1702205100000,\n                    1.1566666666666667\n                ],\n                [\n                    1702204800000,\n                    1.2633333333333334\n                ],\n                [\n                    1702204500000,\n                    1.0666666666666667\n                ],\n                [\n                    1702204200000,\n                    1.2766666666666666\n                ],\n                [\n                    1702203900000,\n                    1.22\n                ],\n                [\n                    1702203600000,\n                    1.2733333333333334\n                ],\n                [\n                    1702203300000,\n                    1.31\n                ],\n                [\n                    1702203000000,\n                    0.98\n                ],\n                [\n                    1702202700000,\n                    1.28\n                ],\n                [\n                    1702202400000,\n                    1.0766666666666667\n                ],\n                [\n                    1702202100000,\n                    1.21\n                ],\n                [\n                    1702201800000,\n                    1.25\n                ],\n                [\n                    1702201500000,\n                    1.2866666666666666\n                ],\n                [\n                    1702201200000,\n                    1.12\n                ],\n                [\n                    1702200900000,\n                    1.09\n                ],\n                [\n                    1702200600000,\n                    1.21\n                ],\n                [\n                    1702200300000,\n                    1.2033333333333334\n                ],\n                [\n                    1702200000000,\n                    1.2866666666666666\n                ],\n                [\n                    1702199700000,\n                    1.2666666666666666\n                ],\n                [\n                    1702199400000,\n                    1.2633333333333334\n                ],\n                [\n                    1702199100000,\n                    1.1733333333333333\n                ],\n                [\n                    1702198800000,\n                    1.0666666666666667\n                ],\n                [\n                    1702198500000,\n                    1.2166666666666666\n                ],\n                [\n                    1702198200000,\n                    1.23\n                ],\n                [\n                    1702197900000,\n                    1.2266666666666666\n                ],\n                [\n                    1702197600000,\n                    1.3333333333333333\n                ],\n                [\n                    1702197300000,\n                    1.2566666666666666\n                ],\n                [\n                    1702197000000,\n                    1.1066666666666667\n                ],\n                [\n                    1702196700000,\n                    1.31\n                ],\n                [\n                    1702196400000,\n                    1.0366666666666666\n                ],\n                [\n                    1702196100000,\n                    1.2933333333333332\n                ],\n                [\n                    1702195800000,\n                    1.22\n                ],\n                [\n                    1702195500000,\n                    1.31\n                ],\n                [\n                    1702195200000,\n                    1.15\n                ],\n                [\n                    1702194900000,\n                    1.2466666666666666\n                ],\n                [\n                    1702194600000,\n                    1.2266666666666666\n                ],\n                [\n                    1702194300000,\n                    1.03\n                ],\n                [\n                    1702194000000,\n                    1.27\n                ],\n                [\n                    1702193700000,\n                    1.21\n                ],\n                [\n                    1702193400000,\n                    1.3866666666666667\n                ],\n                [\n                    1702193100000,\n                    0.97\n                ],\n                [\n                    1702192800000,\n                    1.13\n                ],\n                [\n                    1702192500000,\n                    1.2633333333333334\n                ],\n                [\n                    1702192200000,\n                    1.1633333333333333\n                ],\n                [\n                    1702191900000,\n                    1.2666666666666666\n                ],\n                [\n                    1702191600000,\n                    1.2566666666666666\n                ],\n                [\n                    1702191300000,\n                    1.18\n                ],\n                [\n                    1702191000000,\n                    1.1033333333333333\n                ],\n                [\n                    1702190700000,\n                    1.25\n                ],\n                [\n                    1702190400000,\n                    1.1566666666666667\n                ],\n                [\n                    1702190100000,\n                    1.29\n                ],\n                [\n                    1702189800000,\n                    1.1266666666666667\n                ],\n                [\n                    1702189500000,\n                    1.31\n                ],\n                [\n                    1702189200000,\n                    1.14\n                ],\n                [\n                    1702188900000,\n                    1.2133333333333334\n                ],\n                [\n                    1702188600000,\n                    1.3066666666666666\n                ],\n                [\n                    1702188300000,\n                    0.99\n                ],\n                [\n                    1702188000000,\n                    1.4866666666666666\n                ],\n                [\n                    1702187700000,\n                    1.01\n                ],\n                [\n                    1702187400000,\n                    1.3066666666666666\n                ],\n                [\n                    1702187100000,\n                    1.12\n                ],\n                [\n                    1702186800000,\n                    1.1433333333333333\n                ],\n                [\n                    1702186500000,\n                    1.1366666666666667\n                ],\n                [\n                    1702186200000,\n                    1.1566666666666667\n                ],\n                [\n                    1702185900000,\n                    1.3033333333333332\n                ],\n                [\n                    1702185600000,\n                    1.21\n                ],\n                [\n                    1702185300000,\n                    1.2833333333333334\n                ],\n                [\n                    1702185000000,\n                    1.04\n                ],\n                [\n                    1702184700000,\n                    1.22\n                ],\n                [\n                    1702184400000,\n                    1.2066666666666668\n                ],\n                [\n                    1702184100000,\n                    1.2233333333333334\n                ],\n                [\n                    1702183800000,\n                    1.3666666666666667\n                ],\n                [\n                    1702183500000,\n                    1.14\n                ],\n                [\n                    1702183200000,\n                    1.0933333333333333\n                ],\n                [\n                    1702182900000,\n                    1.19\n                ],\n                [\n                    1702182600000,\n                    1.17\n                ],\n                [\n                    1702182300000,\n                    1.1166666666666667\n                ],\n                [\n                    1702182000000,\n                    1.24\n                ],\n                [\n                    1702181700000,\n                    1.32\n                ],\n                [\n                    1702181400000,\n                    1.1833333333333333\n                ],\n                [\n                    1702181100000,\n                    1.1333333333333333\n                ],\n                [\n                    1702180800000,\n                    1.21\n                ],\n                [\n                    1702180500000,\n                    1.1966666666666668\n                ],\n                [\n                    1702180200000,\n                    1.1466666666666667\n                ],\n                [\n                    1702179900000,\n                    1.2733333333333334\n                ],\n                [\n                    1702179600000,\n                    1.1966666666666668\n                ],\n                [\n                    1702179300000,\n                    1.18\n                ],\n                [\n                    1702179000000,\n                    1.1666666666666667\n                ],\n                [\n                    1702178700000,\n                    1.1366666666666667\n                ],\n                [\n                    1702178400000,\n                    1.16\n                ],\n                [\n                    1702178100000,\n                    1.29\n                ],\n                [\n                    1702177800000,\n                    1.2366666666666666\n                ],\n                [\n                    1702177500000,\n                    1.4133333333333333\n                ],\n                [\n                    1702177200000,\n                    1.0533333333333332\n                ],\n                [\n                    1702176900000,\n                    1.0533333333333332\n                ],\n                [\n                    1702176600000,\n                    1.1933333333333334\n                ],\n                [\n                    1702176300000,\n                    1.1966666666666668\n                ],\n                [\n                    1702176000000,\n                    1.27\n                ],\n                [\n                    1702175700000,\n                    1.35\n                ],\n                [\n                    1702175400000,\n                    1.29\n                ],\n                [\n                    1702175100000,\n                    1.1333333333333333\n                ],\n                [\n                    1702174800000,\n                    1.2766666666666666\n                ],\n                [\n                    1702174500000,\n                    1.2433333333333334\n                ],\n                [\n                    1702174200000,\n                    1.04\n                ],\n                [\n                    1702173900000,\n                    1.3533333333333333\n                ],\n                [\n                    1702173600000,\n                    1.18\n                ],\n                [\n                    1702173300000,\n                    1.2233333333333334\n                ],\n                [\n                    1702173000000,\n                    1.2\n                ],\n                [\n                    1702172700000,\n                    1.0666666666666667\n                ],\n                [\n                    1702172400000,\n                    1.13\n                ],\n                [\n                    1702172100000,\n                    1.2\n                ],\n                [\n                    1702171800000,\n                    1.2866666666666666\n                ],\n                [\n                    1702171500000,\n                    1.3533333333333333\n                ],\n                [\n                    1702171200000,\n                    1.0466666666666666\n                ],\n                [\n                    1702170900000,\n                    1.2533333333333334\n                ],\n                [\n                    1702170600000,\n                    1.1333333333333333\n                ],\n                [\n                    1702170300000,\n                    1.17\n                ],\n                [\n                    1702170000000,\n                    1.2433333333333334\n                ],\n                [\n                    1702169700000,\n                    1.2066666666666668\n                ],\n                [\n                    1702169400000,\n                    1.27\n                ],\n                [\n                    1702169100000,\n                    1.1566666666666667\n                ],\n                [\n                    1702168800000,\n                    1.06\n                ],\n                [\n                    1702168500000,\n                    1.1833333333333333\n                ],\n                [\n                    1702168200000,\n                    1.3566666666666667\n                ],\n                [\n                    1702167900000,\n                    1.0533333333333332\n                ],\n                [\n                    1702167600000,\n                    1.4133333333333333\n                ],\n                [\n                    1702167300000,\n                    1.1866666666666668\n                ],\n                [\n                    1702167000000,\n                    1.0833333333333333\n                ],\n                [\n                    1702166700000,\n                    1.27\n                ],\n                [\n                    1702166400000,\n                    1.0966666666666667\n                ],\n                [\n                    1702166100000,\n                    1.21\n                ],\n                [\n                    1702165800000,\n                    1.23\n                ],\n                [\n                    1702165500000,\n                    1.3233333333333333\n                ],\n                [\n                    1702165200000,\n                    1.1633333333333333\n                ],\n                [\n                    1702164900000,\n                    1.0866666666666667\n                ],\n                [\n                    1702164600000,\n                    1.1766666666666667\n                ],\n                [\n                    1702164300000,\n                    1.1733333333333333\n                ],\n                [\n                    1702164000000,\n                    1.2466666666666666\n                ],\n                [\n                    1702163700000,\n                    1.41\n                ],\n                [\n                    1702163400000,\n                    1.12\n                ],\n                [\n                    1702163100000,\n                    1.25\n                ],\n                [\n                    1702162800000,\n                    1.1266666666666667\n                ],\n                [\n                    1702162500000,\n                    1.0766666666666667\n                ],\n                [\n                    1702162200000,\n                    1.2266666666666666\n                ],\n                [\n                    1702161900000,\n                    1.22\n                ],\n                [\n                    1702161600000,\n                    1.2166666666666666\n                ],\n                [\n                    1702161300000,\n                    1.2766666666666666\n                ],\n                [\n                    1702161000000,\n                    1.1633333333333333\n                ],\n                [\n                    1702160700000,\n                    1.1333333333333333\n                ],\n                [\n                    1702160400000,\n                    1.1733333333333333\n                ],\n                [\n                    1702160100000,\n                    1.3833333333333333\n                ],\n                [\n                    1702159800000,\n                    1.0833333333333333\n                ],\n                [\n                    1702159500000,\n                    1.3666666666666667\n                ],\n                [\n                    1702159200000,\n                    1.1433333333333333\n                ],\n                [\n                    1702158900000,\n                    1.05\n                ],\n                [\n                    1702158600000,\n                    1.2166666666666666\n                ],\n                [\n                    1702158300000,\n                    1.1466666666666667\n                ],\n                [\n                    1702158000000,\n                    1.1866666666666668\n                ],\n                [\n                    1702157700000,\n                    1.24\n                ],\n                [\n                    1702157400000,\n                    1.3266666666666667\n                ],\n                [\n                    1702157100000,\n                    1.1566666666666667\n                ],\n                [\n                    1702156800000,\n                    1.13\n                ],\n                [\n                    1702156500000,\n                    1.22\n                ],\n                [\n                    1702156200000,\n                    1.1533333333333333\n                ],\n                [\n                    1702155900000,\n                    1.2866666666666666\n                ],\n                [\n                    1702155600000,\n                    1.1966666666666668\n                ],\n                [\n                    1702155300000,\n                    1.28\n                ],\n                [\n                    1702155000000,\n                    1.1633333333333333\n                ],\n                [\n                    1702154700000,\n                    1.1733333333333333\n                ],\n                [\n                    1702154400000,\n                    1.1866666666666668\n                ],\n                [\n                    1702154100000,\n                    1.3266666666666667\n                ],\n                [\n                    1702153800000,\n                    1.1666666666666667\n                ],\n                [\n                    1702153500000,\n                    1.2433333333333334\n                ],\n                [\n                    1702153200000,\n                    1.4333333333333333\n                ],\n                [\n                    1702152900000,\n                    1.0333333333333334\n                ],\n                [\n                    1702152600000,\n                    1.1766666666666667\n                ],\n                [\n                    1702152300000,\n                    1.1233333333333333\n                ],\n                [\n                    1702152000000,\n                    1.37\n                ],\n                [\n                    1702151700000,\n                    1.1033333333333333\n                ],\n                [\n                    1702151400000,\n                    1.2533333333333334\n                ],\n                [\n                    1702151100000,\n                    1.29\n                ],\n                [\n                    1702150800000,\n                    1.0933333333333333\n                ],\n                [\n                    1702150500000,\n                    1.1966666666666668\n                ],\n                [\n                    1702150200000,\n                    1.2366666666666666\n                ],\n                [\n                    1702149900000,\n                    1.19\n                ],\n                [\n                    1702149600000,\n                    1.13\n                ],\n                [\n                    1702149300000,\n                    1.3533333333333333\n                ],\n                [\n                    1702149000000,\n                    1.1533333333333333\n                ],\n                [\n                    1702148700000,\n                    1.16\n                ],\n                [\n                    1702148400000,\n                    1.1833333333333333\n                ],\n                [\n                    1702148100000,\n                    1.1533333333333333\n                ],\n                [\n                    1702147800000,\n                    1.3566666666666667\n                ],\n                [\n                    1702147500000,\n                    1.12\n                ],\n                [\n                    1702147200000,\n                    1.3666666666666667\n                ],\n                [\n                    1702146900000,\n                    1.11\n                ],\n                [\n                    1702146600000,\n                    1.0333333333333334\n                ],\n                [\n                    1702146300000,\n                    1.21\n                ],\n                [\n                    1702146000000,\n                    1.12\n                ],\n                [\n                    1702145700000,\n                    1.39\n                ],\n                [\n                    1702145400000,\n                    1.19\n                ],\n                [\n                    1702145100000,\n                    1.2133333333333334\n                ],\n                [\n                    1702144800000,\n                    1.14\n                ],\n                [\n                    1702144500000,\n                    1.19\n                ],\n                [\n                    1702144200000,\n                    1.1133333333333333\n                ],\n                [\n                    1702143900000,\n                    1.2833333333333334\n                ],\n                [\n                    1702143600000,\n                    1.1966666666666668\n                ],\n                [\n                    1702143300000,\n                    1.26\n                ],\n                [\n                    1702143000000,\n                    1.25\n                ],\n                [\n                    1702142700000,\n                    1.0766666666666667\n                ],\n                [\n                    1702142400000,\n                    1.2066666666666668\n                ],\n                [\n                    1702142100000,\n                    1.28\n                ],\n                [\n                    1702141800000,\n                    1.1133333333333333\n                ],\n                [\n                    1702141500000,\n                    1.28\n                ],\n                [\n                    1702141200000,\n                    1.3566666666666667\n                ],\n                [\n                    1702140900000,\n                    1.0666666666666667\n                ],\n                [\n                    1702140600000,\n                    1.1433333333333333\n                ],\n                [\n                    1702140300000,\n                    1.1666666666666667\n                ],\n                [\n                    1702140000000,\n                    1.21\n                ],\n                [\n                    1702139700000,\n                    1.1666666666666667\n                ],\n                [\n                    1702139400000,\n                    1.26\n                ],\n                [\n                    1702139100000,\n                    1.2233333333333334\n                ],\n                [\n                    1702138800000,\n                    1.1166666666666667\n                ],\n                [\n                    1702138500000,\n                    1.2133333333333334\n                ],\n                [\n                    1702138200000,\n                    1.1533333333333333\n                ],\n                [\n                    1702137900000,\n                    1.27\n                ],\n                [\n                    1702137600000,\n                    1.25\n                ],\n                [\n                    1702137300000,\n                    1.2366666666666666\n                ],\n                [\n                    1702137000000,\n                    1.1866666666666668\n                ],\n                [\n                    1702136700000,\n                    1.1533333333333333\n                ],\n                [\n                    1702136400000,\n                    1.17\n                ],\n                [\n                    1702136100000,\n                    1.0866666666666667\n                ],\n                [\n                    1702135800000,\n                    1.2166666666666666\n                ],\n                [\n                    1702135500000,\n                    1.25\n                ],\n                [\n                    1702135200000,\n                    1.3\n                ],\n                [\n                    1702134900000,\n                    1.28\n                ],\n                [\n                    1702134600000,\n                    1.1266666666666667\n                ],\n                [\n                    1702134300000,\n                    1.1433333333333333\n                ],\n                [\n                    1702134000000,\n                    1.1433333333333333\n                ],\n                [\n                    1702133700000,\n                    1.2266666666666666\n                ],\n                [\n                    1702133400000,\n                    1.35\n                ],\n                [\n                    1702133100000,\n                    1.23\n                ],\n                [\n                    1702132800000,\n                    1.1666666666666667\n                ],\n                [\n                    1702132500000,\n                    1.2666666666666666\n                ],\n                [\n                    1702132200000,\n                    1.05\n                ],\n                [\n                    1702131900000,\n                    1.22\n                ],\n                [\n                    1702131600000,\n                    1.21\n                ],\n                [\n                    1702131300000,\n                    1.37\n                ],\n                [\n                    1702131000000,\n                    1.2533333333333334\n                ],\n                [\n                    1702130700000,\n                    1.22\n                ],\n                [\n                    1702130400000,\n                    1.07\n                ],\n                [\n                    1702130100000,\n                    1.0733333333333333\n                ],\n                [\n                    1702129800000,\n                    1.2466666666666666\n                ],\n                [\n                    1702129500000,\n                    1.3033333333333332\n                ],\n                [\n                    1702129200000,\n                    1.25\n                ],\n                [\n                    1702128900000,\n                    1.1733333333333333\n                ],\n                [\n                    1702128600000,\n                    1.1\n                ],\n                [\n                    1702128300000,\n                    1.1333333333333333\n                ],\n                [\n                    1702128000000,\n                    1.1233333333333333\n                ],\n                [\n                    1702127700000,\n                    1.2766666666666666\n                ],\n                [\n                    1702127400000,\n                    1.29\n                ],\n                [\n                    1702127100000,\n                    1.2766666666666666\n                ],\n                [\n                    1702126800000,\n                    1.12\n                ],\n                [\n                    1702126500000,\n                    1.15\n                ],\n                [\n                    1702126200000,\n                    1.11\n                ],\n                [\n                    1702125900000,\n                    1.1766666666666667\n                ],\n                [\n                    1702125600000,\n                    1.1933333333333334\n                ],\n                [\n                    1702125300000,\n                    1.34\n                ],\n                [\n                    1702125000000,\n                    1.1666666666666667\n                ],\n                [\n                    1702124700000,\n                    1.1833333333333333\n                ],\n                [\n                    1702124400000,\n                    1.1433333333333333\n                ],\n                [\n                    1702124100000,\n                    1.1366666666666667\n                ],\n                [\n                    1702123800000,\n                    1.2433333333333334\n                ],\n                [\n                    1702123500000,\n                    1.29\n                ],\n                [\n                    1702123200000,\n                    1.2566666666666666\n                ],\n                [\n                    1702122900000,\n                    1.2066666666666668\n                ],\n                [\n                    1702122600000,\n                    1.0833333333333333\n                ],\n                [\n                    1702122300000,\n                    1.35\n                ],\n                [\n                    1702122000000,\n                    1.0066666666666666\n                ],\n                [\n                    1702121700000,\n                    1.17\n                ],\n                [\n                    1702121400000,\n                    1.29\n                ],\n                [\n                    1702121100000,\n                    1.2066666666666668\n                ],\n                [\n                    1702120800000,\n                    1.2566666666666666\n                ],\n                [\n                    1702120500000,\n                    1.06\n                ],\n                [\n                    1702120200000,\n                    1.1766666666666667\n                ],\n                [\n                    1702119900000,\n                    1.1666666666666667\n                ],\n                [\n                    1702119600000,\n                    1.2166666666666666\n                ],\n                [\n                    1702119300000,\n                    1.3233333333333333\n                ],\n                [\n                    1702119000000,\n                    1.26\n                ],\n                [\n                    1702118700000,\n                    1.1633333333333333\n                ],\n                [\n                    1702118400000,\n                    1.2833333333333334\n                ],\n                [\n                    1702118100000,\n                    1.0066666666666666\n                ],\n                [\n                    1702117800000,\n                    1.1766666666666667\n                ],\n                [\n                    1702117500000,\n                    1.21\n                ],\n                [\n                    1702117200000,\n                    1.34\n                ],\n                [\n                    1702116900000,\n                    1.23\n                ],\n                [\n                    1702116600000,\n                    1.0866666666666667\n                ],\n                [\n                    1702116300000,\n                    1.2266666666666666\n                ],\n                [\n                    1702116000000,\n                    1.1033333333333333\n                ],\n                [\n                    1702115700000,\n                    1.22\n                ],\n                [\n                    1702115400000,\n                    1.2633333333333334\n                ],\n                [\n                    1702115100000,\n                    1.3\n                ],\n                [\n                    1702114800000,\n                    1.22\n                ],\n                [\n                    1702114500000,\n                    1.0533333333333332\n                ],\n                [\n                    1702114200000,\n                    1.1733333333333333\n                ],\n                [\n                    1702113900000,\n                    1.11\n                ],\n                [\n                    1702113600000,\n                    1.1733333333333333\n                ],\n                [\n                    1702113300000,\n                    1.33\n                ],\n                [\n                    1702113000000,\n                    1.1833333333333333\n                ],\n                [\n                    1702112700000,\n                    1.33\n                ],\n                [\n                    1702112400000,\n                    1.0533333333333332\n                ],\n                [\n                    1702112100000,\n                    1.1533333333333333\n                ],\n                [\n                    1702111800000,\n                    1.2566666666666666\n                ],\n                [\n                    1702111500000,\n                    1.1033333333333333\n                ],\n                [\n                    1702111200000,\n                    1.48\n                ],\n                [\n                    1702110900000,\n                    1.29\n                ],\n                [\n                    1702110600000,\n                    1.0566666666666666\n                ],\n                [\n                    1702110300000,\n                    1.1833333333333333\n                ],\n                [\n                    1702110000000,\n                    1.0733333333333333\n                ],\n                [\n                    1702109700000,\n                    1.2366666666666666\n                ],\n                [\n                    1702109400000,\n                    1.2533333333333334\n                ],\n                [\n                    1702109100000,\n                    1.3366666666666667\n                ],\n                [\n                    1702108800000,\n                    1.2033333333333334\n                ],\n                [\n                    1702108500000,\n                    1.09\n                ],\n                [\n                    1702108200000,\n                    1.1666666666666667\n                ],\n                [\n                    1702107900000,\n                    1.1633333333333333\n                ],\n                [\n                    1702107600000,\n                    1.1666666666666667\n                ],\n                [\n                    1702107300000,\n                    1.2766666666666666\n                ],\n                [\n                    1702107000000,\n                    1.1566666666666667\n                ],\n                [\n                    1702106700000,\n                    1.2433333333333334\n                ],\n                [\n                    1702106400000,\n                    1.2033333333333334\n                ],\n                [\n                    1702106100000,\n                    1.11\n                ],\n                [\n                    1702105800000,\n                    1.1366666666666667\n                ],\n                [\n                    1702105500000,\n                    1.3833333333333333\n                ],\n                [\n                    1702105200000,\n                    1.25\n                ],\n                [\n                    1702104900000,\n                    1.3133333333333332\n                ],\n                [\n                    1702104600000,\n                    0.9633333333333334\n                ],\n                [\n                    1702104300000,\n                    1.1933333333333334\n                ],\n                [\n                    1702104000000,\n                    1.15\n                ],\n                [\n                    1702103700000,\n                    1.16\n                ],\n                [\n                    1702103400000,\n                    1.1866666666666668\n                ],\n                [\n                    1702103100000,\n                    1.3333333333333333\n                ],\n                [\n                    1702102800000,\n                    1.1833333333333333\n                ],\n                [\n                    1702102500000,\n                    1.12\n                ],\n                [\n                    1702102200000,\n                    1.2033333333333334\n                ],\n                [\n                    1702101900000,\n                    1.2\n                ],\n                [\n                    1702101600000,\n                    1.1833333333333333\n                ],\n                [\n                    1702101300000,\n                    1.2466666666666666\n                ],\n                [\n                    1702101000000,\n                    1.3066666666666666\n                ],\n                [\n                    1702100700000,\n                    1.15\n                ],\n                [\n                    1702100400000,\n                    1.0933333333333333\n                ],\n                [\n                    1702100100000,\n                    1.2033333333333334\n                ],\n                [\n                    1702099800000,\n                    1.17\n                ],\n                [\n                    1702099500000,\n                    1.1133333333333333\n                ],\n                [\n                    1702099200000,\n                    1.2966666666666666\n                ],\n                [\n                    1702098900000,\n                    1.26\n                ],\n                [\n                    1702098600000,\n                    1.18\n                ],\n                [\n                    1702098300000,\n                    1.2833333333333334\n                ],\n                [\n                    1702098000000,\n                    1.1166666666666667\n                ],\n                [\n                    1702097700000,\n                    1.12\n                ],\n                [\n                    1702097400000,\n                    1.22\n                ],\n                [\n                    1702097100000,\n                    1.3466666666666667\n                ],\n                [\n                    1702096800000,\n                    1.2366666666666666\n                ],\n                [\n                    1702096500000,\n                    1.1333333333333333\n                ],\n                [\n                    1702096200000,\n                    1.1166666666666667\n                ],\n                [\n                    1702095900000,\n                    1.07\n                ],\n                [\n                    1702095600000,\n                    1.3266666666666667\n                ],\n                [\n                    1702095300000,\n                    1.0933333333333333\n                ],\n                [\n                    1702095000000,\n                    1.3566666666666667\n                ],\n                [\n                    1702094700000,\n                    1.38\n                ],\n                [\n                    1702094400000,\n                    0.98\n                ],\n                [\n                    1702094100000,\n                    1.15\n                ],\n                [\n                    1702093800000,\n                    1.15\n                ],\n                [\n                    1702093500000,\n                    1.2\n                ],\n                [\n                    1702093200000,\n                    1.2866666666666666\n                ],\n                [\n                    1702092900000,\n                    1.3233333333333333\n                ],\n                [\n                    1702092600000,\n                    1.1066666666666667\n                ],\n                [\n                    1702092300000,\n                    1.1733333333333333\n                ],\n                [\n                    1702092000000,\n                    1.0966666666666667\n                ],\n                [\n                    1702091700000,\n                    1.21\n                ],\n                [\n                    1702091400000,\n                    1.1233333333333333\n                ],\n                [\n                    1702091100000,\n                    1.46\n                ],\n                [\n                    1702090800000,\n                    1.1733333333333333\n                ],\n                [\n                    1702090500000,\n                    1.0866666666666667\n                ],\n                [\n                    1702090200000,\n                    1.1766666666666667\n                ],\n                [\n                    1702089900000,\n                    1.1766666666666667\n                ],\n                [\n                    1702089600000,\n                    1.16\n                ],\n                [\n                    1702089300000,\n                    1.3366666666666667\n                ],\n                [\n                    1702089000000,\n                    1.3766666666666667\n                ],\n                [\n                    1702088700000,\n                    1.1766666666666667\n                ],\n                [\n                    1702088400000,\n                    1.21\n                ],\n                [\n                    1702088100000,\n                    1.09\n                ],\n                [\n                    1702087800000,\n                    1.1233333333333333\n                ],\n                [\n                    1702087500000,\n                    1.3566666666666667\n                ],\n                [\n                    1702087200000,\n                    1.2966666666666666\n                ],\n                [\n                    1702086900000,\n                    1.04\n                ],\n                [\n                    1702086600000,\n                    1.2166666666666666\n                ],\n                [\n                    1702086300000,\n                    1.1566666666666667\n                ],\n                [\n                    1702086000000,\n                    1.26\n                ],\n                [\n                    1702085700000,\n                    1.04\n                ],\n                [\n                    1702085400000,\n                    1.2\n                ],\n                [\n                    1702085100000,\n                    1.3633333333333333\n                ],\n                [\n                    1702084800000,\n                    1.22\n                ],\n                [\n                    1702084500000,\n                    1.1666666666666667\n                ],\n                [\n                    1702084200000,\n                    1.0766666666666667\n                ],\n                [\n                    1702083900000,\n                    1.19\n                ],\n                [\n                    1702083600000,\n                    1.12\n                ],\n                [\n                    1702083300000,\n                    1.2166666666666666\n                ],\n                [\n                    1702083000000,\n                    1.4\n                ],\n                [\n                    1702082700000,\n                    1.1666666666666667\n                ],\n                [\n                    1702082400000,\n                    1.0866666666666667\n                ],\n                [\n                    1702082100000,\n                    1.3066666666666666\n                ],\n                [\n                    1702081800000,\n                    1.0333333333333334\n                ],\n                [\n                    1702081500000,\n                    1.2\n                ],\n                [\n                    1702081200000,\n                    1.22\n                ],\n                [\n                    1702080900000,\n                    1.34\n                ],\n                [\n                    1702080600000,\n                    1.17\n                ],\n                [\n                    1702080300000,\n                    1.2066666666666668\n                ],\n                [\n                    1702080000000,\n                    1.18\n                ],\n                [\n                    1702079700000,\n                    1.1366666666666667\n                ],\n                [\n                    1702079400000,\n                    1.2133333333333334\n                ],\n                [\n                    1702079100000,\n                    1.3266666666666667\n                ],\n                [\n                    1702078800000,\n                    1.1433333333333333\n                ],\n                [\n                    1702078500000,\n                    1.19\n                ],\n                [\n                    1702078200000,\n                    1.1166666666666667\n                ],\n                [\n                    1702077900000,\n                    1.24\n                ],\n                [\n                    1702077600000,\n                    1.04\n                ],\n                [\n                    1702077300000,\n                    1.27\n                ],\n                [\n                    1702077000000,\n                    1.3533333333333333\n                ],\n                [\n                    1702076700000,\n                    1.21\n                ],\n                [\n                    1702076400000,\n                    1.08\n                ],\n                [\n                    1702076100000,\n                    1.1933333333333334\n                ],\n                [\n                    1702075800000,\n                    1.1233333333333333\n                ],\n                [\n                    1702075500000,\n                    1.1766666666666667\n                ],\n                [\n                    1702075200000,\n                    1.2866666666666666\n                ],\n                [\n                    1702074900000,\n                    1.34\n                ],\n                [\n                    1702074600000,\n                    1.3233333333333333\n                ],\n                [\n                    1702074300000,\n                    0.9233333333333333\n                ],\n                [\n                    1702074000000,\n                    1.18\n                ],\n                [\n                    1702073700000,\n                    1.1233333333333333\n                ],\n                [\n                    1702073400000,\n                    1.2566666666666666\n                ],\n                [\n                    1702073100000,\n                    1.3866666666666667\n                ],\n                [\n                    1702072800000,\n                    1.23\n                ],\n                [\n                    1702072500000,\n                    1.21\n                ],\n                [\n                    1702072200000,\n                    1.19\n                ],\n                [\n                    1702071900000,\n                    1.0666666666666667\n                ],\n                [\n                    1702071600000,\n                    1.1133333333333333\n                ],\n                [\n                    1702071300000,\n                    1.2866666666666666\n                ],\n                [\n                    1702071000000,\n                    1.3233333333333333\n                ],\n                [\n                    1702070700000,\n                    1.15\n                ],\n                [\n                    1702070400000,\n                    1.1233333333333333\n                ],\n                [\n                    1702070100000,\n                    1.1866666666666668\n                ],\n                [\n                    1702069800000,\n                    1.2166666666666666\n                ],\n                [\n                    1702069500000,\n                    1.1566666666666667\n                ],\n                [\n                    1702069200000,\n                    1.3\n                ],\n                [\n                    1702068900000,\n                    1.4033333333333333\n                ],\n                [\n                    1702068600000,\n                    1.04\n                ],\n                [\n                    1702068300000,\n                    1.0666666666666667\n                ],\n                [\n                    1702068000000,\n                    1.2433333333333334\n                ],\n                [\n                    1702067700000,\n                    1.3133333333333332\n                ],\n                [\n                    1702067400000,\n                    1.12\n                ],\n                [\n                    1702067100000,\n                    1.4366666666666668\n                ],\n                [\n                    1702066800000,\n                    1.16\n                ],\n                [\n                    1702066500000,\n                    1.18\n                ],\n                [\n                    1702066200000,\n                    1.03\n                ],\n                [\n                    1702065900000,\n                    1.3\n                ],\n                [\n                    1702065600000,\n                    1.16\n                ],\n                [\n                    1702065300000,\n                    1.2066666666666668\n                ],\n                [\n                    1702065000000,\n                    1.3633333333333333\n                ],\n                [\n                    1702064700000,\n                    1.14\n                ],\n                [\n                    1702064400000,\n                    1.1766666666666667\n                ],\n                [\n                    1702064100000,\n                    1.1733333333333333\n                ],\n                [\n                    1702063800000,\n                    1.1566666666666667\n                ],\n                [\n                    1702063500000,\n                    1.1433333333333333\n                ],\n                [\n                    1702063200000,\n                    1.2466666666666666\n                ],\n                [\n                    1702062900000,\n                    1.32\n                ],\n                [\n                    1702062600000,\n                    1.11\n                ],\n                [\n                    1702062300000,\n                    1.24\n                ],\n                [\n                    1702062000000,\n                    1.2\n                ],\n                [\n                    1702061700000,\n                    1.12\n                ],\n                [\n                    1702061400000,\n                    1.2033333333333334\n                ],\n                [\n                    1702061100000,\n                    1.2633333333333334\n                ],\n                [\n                    1702060800000,\n                    1.28\n                ],\n                [\n                    1702060500000,\n                    1.21\n                ],\n                [\n                    1702060200000,\n                    1.0433333333333332\n                ],\n                [\n                    1702059900000,\n                    1.22\n                ],\n                [\n                    1702059600000,\n                    1.1433333333333333\n                ],\n                [\n                    1702059300000,\n                    1.22\n                ],\n                [\n                    1702059000000,\n                    1.3066666666666666\n                ],\n                [\n                    1702058700000,\n                    1.2333333333333334\n                ],\n                [\n                    1702058400000,\n                    1.22\n                ],\n                [\n                    1702058100000,\n                    1.2266666666666666\n                ],\n                [\n                    1702057800000,\n                    1.1166666666666667\n                ],\n                [\n                    1702057500000,\n                    1.1066666666666667\n                ],\n                [\n                    1702057200000,\n                    1.2766666666666666\n                ],\n                [\n                    1702056900000,\n                    1.32\n                ],\n                [\n                    1702056600000,\n                    1.0766666666666667\n                ],\n                [\n                    1702056300000,\n                    1.17\n                ],\n                [\n                    1702056000000,\n                    1.1966666666666668\n                ],\n                [\n                    1702055700000,\n                    1.1466666666666667\n                ],\n                [\n                    1702055400000,\n                    1.1433333333333333\n                ],\n                [\n                    1702055100000,\n                    1.37\n                ],\n                [\n                    1702054800000,\n                    1.3666666666666667\n                ],\n                [\n                    1702054500000,\n                    1.1266666666666667\n                ],\n                [\n                    1702054200000,\n                    1.13\n                ],\n                [\n                    1702053900000,\n                    1.1766666666666667\n                ],\n                [\n                    1702053600000,\n                    1.1133333333333333\n                ],\n                [\n                    1702053300000,\n                    1.2066666666666668\n                ],\n                [\n                    1702053000000,\n                    1.2833333333333334\n                ],\n                [\n                    1702052700000,\n                    1.2133333333333334\n                ],\n                [\n                    1702052400000,\n                    1.2\n                ],\n                [\n                    1702052100000,\n                    1.1\n                ],\n                [\n                    1702051800000,\n                    1.2933333333333332\n                ],\n                [\n                    1702051500000,\n                    1.0933333333333333\n                ],\n                [\n                    1702051200000,\n                    1.3233333333333333\n                ],\n                [\n                    1702050900000,\n                    1.2933333333333332\n                ],\n                [\n                    1702050600000,\n                    1.1733333333333333\n                ],\n                [\n                    1702050300000,\n                    1.2133333333333334\n                ],\n                [\n                    1702050000000,\n                    1.0833333333333333\n                ],\n                [\n                    1702049700000,\n                    1.25\n                ],\n                [\n                    1702049400000,\n                    1.08\n                ],\n                [\n                    1702049100000,\n                    1.2266666666666666\n                ],\n                [\n                    1702048800000,\n                    1.2966666666666666\n                ],\n                [\n                    1702048500000,\n                    1.0966666666666667\n                ],\n                [\n                    1702048200000,\n                    1.1633333333333333\n                ],\n                [\n                    1702047900000,\n                    1.27\n                ],\n                [\n                    1702047600000,\n                    1.1666666666666667\n                ],\n                [\n                    1702047300000,\n                    1.1533333333333333\n                ],\n                [\n                    1702047000000,\n                    1.3533333333333333\n                ],\n                [\n                    1702046700000,\n                    1.1866666666666668\n                ],\n                [\n                    1702046400000,\n                    1.1666666666666667\n                ],\n                [\n                    1702046100000,\n                    1.34\n                ],\n                [\n                    1702045800000,\n                    1.1333333333333333\n                ],\n                [\n                    1702045500000,\n                    1.12\n                ],\n                [\n                    1702045200000,\n                    1.2333333333333334\n                ],\n                [\n                    1702044900000,\n                    1.35\n                ],\n                [\n                    1702044600000,\n                    1.13\n                ],\n                [\n                    1702044300000,\n                    1.2866666666666666\n                ],\n                [\n                    1702044000000,\n                    1.13\n                ],\n                [\n                    1702043700000,\n                    1.1933333333333334\n                ],\n                [\n                    1702043400000,\n                    1.2166666666666666\n                ],\n                [\n                    1702043100000,\n                    1.3133333333333332\n                ],\n                [\n                    1702042800000,\n                    1.2633333333333334\n                ],\n                [\n                    1702042500000,\n                    1.12\n                ],\n                [\n                    1702042200000,\n                    1.1733333333333333\n                ],\n                [\n                    1702041900000,\n                    1.1633333333333333\n                ],\n                [\n                    1702041600000,\n                    1.15\n                ],\n                [\n                    1702041300000,\n                    1.2066666666666668\n                ],\n                [\n                    1702041000000,\n                    1.2533333333333334\n                ],\n                [\n                    1702040700000,\n                    1.3833333333333333\n                ],\n                [\n                    1702040400000,\n                    1.1366666666666667\n                ],\n                [\n                    1702040100000,\n                    1.14\n                ],\n                [\n                    1702039800000,\n                    1.1733333333333333\n                ],\n                [\n                    1702039500000,\n                    1.1666666666666667\n                ],\n                [\n                    1702039200000,\n                    1.1733333333333333\n                ],\n                [\n                    1702038900000,\n                    1.5533333333333332\n                ],\n                [\n                    1702038600000,\n                    1.1033333333333333\n                ],\n                [\n                    1702038300000,\n                    1.0466666666666666\n                ],\n                [\n                    1702038000000,\n                    1.11\n                ],\n                [\n                    1702037700000,\n                    1.1866666666666668\n                ],\n                [\n                    1702037400000,\n                    1.1566666666666667\n                ],\n                [\n                    1702037100000,\n                    1.26\n                ],\n                [\n                    1702036800000,\n                    1.3933333333333333\n                ],\n                [\n                    1702036500000,\n                    1.12\n                ],\n                [\n                    1702036200000,\n                    1.2\n                ],\n                [\n                    1702035900000,\n                    1.09\n                ],\n                [\n                    1702035600000,\n                    1.1733333333333333\n                ],\n                [\n                    1702035300000,\n                    1.3\n                ],\n                [\n                    1702035000000,\n                    1.2\n                ],\n                [\n                    1702034700000,\n                    1.4333333333333333\n                ],\n                [\n                    1702034400000,\n                    0.9966666666666667\n                ],\n                [\n                    1702034100000,\n                    1.1233333333333333\n                ],\n                [\n                    1702033800000,\n                    1.19\n                ],\n                [\n                    1702033500000,\n                    1.28\n                ],\n                [\n                    1702033200000,\n                    1.1766666666666667\n                ],\n                [\n                    1702032900000,\n                    1.3366666666666667\n                ],\n                [\n                    1702032600000,\n                    1.3266666666666667\n                ],\n                [\n                    1702032300000,\n                    1.0166666666666666\n                ],\n                [\n                    1702032000000,\n                    1.1133333333333333\n                ],\n                [\n                    1702031700000,\n                    1.26\n                ],\n                [\n                    1702031400000,\n                    1.1833333333333333\n                ],\n                [\n                    1702031100000,\n                    1.1866666666666668\n                ],\n                [\n                    1702030800000,\n                    1.39\n                ],\n                [\n                    1702030500000,\n                    1.1933333333333334\n                ],\n                [\n                    1702030200000,\n                    1.0033333333333334\n                ],\n                [\n                    1702029900000,\n                    1.3366666666666667\n                ],\n                [\n                    1702029600000,\n                    1.0633333333333332\n                ],\n                [\n                    1702029300000,\n                    1.24\n                ],\n                [\n                    1702029000000,\n                    1.3\n                ],\n                [\n                    1702028700000,\n                    1.3\n                ],\n                [\n                    1702028400000,\n                    1.1033333333333333\n                ],\n                [\n                    1702028100000,\n                    1.3166666666666667\n                ],\n                [\n                    1702027800000,\n                    0.9633333333333334\n                ],\n                [\n                    1702027500000,\n                    1.1566666666666667\n                ],\n                [\n                    1702027200000,\n                    1.29\n                ],\n                [\n                    1702026900000,\n                    1.2166666666666666\n                ],\n                [\n                    1702026600000,\n                    1.2533333333333334\n                ],\n                [\n                    1702026300000,\n                    1.1633333333333333\n                ],\n                [\n                    1702026000000,\n                    1.18\n                ],\n                [\n                    1702025700000,\n                    1.19\n                ],\n                [\n                    1702025400000,\n                    1.1766666666666667\n                ],\n                [\n                    1702025100000,\n                    1.2233333333333334\n                ],\n                [\n                    1702024800000,\n                    1.3966666666666667\n                ],\n                [\n                    1702024500000,\n                    1.3366666666666667\n                ],\n                [\n                    1702024200000,\n                    1.2433333333333334\n                ],\n                [\n                    1702023900000,\n                    0.9866666666666667\n                ],\n                [\n                    1702023600000,\n                    1.2166666666666666\n                ],\n                [\n                    1702023300000,\n                    1.29\n                ],\n                [\n                    1702023000000,\n                    1.1433333333333333\n                ],\n                [\n                    1702022700000,\n                    1.3733333333333333\n                ],\n                [\n                    1702022400000,\n                    1.1166666666666667\n                ],\n                [\n                    1702022100000,\n                    1.13\n                ],\n                [\n                    1702021800000,\n                    1.3033333333333332\n                ],\n                [\n                    1702021500000,\n                    1.07\n                ],\n                [\n                    1702021200000,\n                    1.2566666666666666\n                ],\n                [\n                    1702020900000,\n                    1.3033333333333332\n                ],\n                [\n                    1702020600000,\n                    1.3\n                ],\n                [\n                    1702020300000,\n                    0.9933333333333333\n                ],\n                [\n                    1702020000000,\n                    1.25\n                ],\n                [\n                    1702019700000,\n                    1.1233333333333333\n                ],\n                [\n                    1702019400000,\n                    1.1066666666666667\n                ],\n                [\n                    1702019100000,\n                    1.4233333333333333\n                ],\n                [\n                    1702018800000,\n                    1.2666666666666666\n                ],\n                [\n                    1702018500000,\n                    1.3466666666666667\n                ],\n                [\n                    1702018200000,\n                    0.99\n                ],\n                [\n                    1702017900000,\n                    1.2066666666666668\n                ],\n                [\n                    1702017600000,\n                    1.1533333333333333\n                ],\n                [\n                    1702017300000,\n                    1.2566666666666666\n                ],\n                [\n                    1702017000000,\n                    1.19\n                ],\n                [\n                    1702016700000,\n                    1.3033333333333332\n                ],\n                [\n                    1702016400000,\n                    1.1633333333333333\n                ],\n                [\n                    1702016100000,\n                    1.0933333333333333\n                ],\n                [\n                    1702015800000,\n                    1.1966666666666668\n                ],\n                [\n                    1702015500000,\n                    1.2333333333333334\n                ],\n                [\n                    1702015200000,\n                    1.2233333333333334\n                ],\n                [\n                    1702014900000,\n                    1.4433333333333334\n                ],\n                [\n                    1702014600000,\n                    1.19\n                ],\n                [\n                    1702014300000,\n                    1.1733333333333333\n                ],\n                [\n                    1702014000000,\n                    1.0333333333333334\n                ],\n                [\n                    1702013700000,\n                    1.1766666666666667\n                ],\n                [\n                    1702013400000,\n                    1.2266666666666666\n                ],\n                [\n                    1702013100000,\n                    1.2333333333333334\n                ],\n                [\n                    1702012800000,\n                    1.3566666666666667\n                ],\n                [\n                    1702012500000,\n                    1.1033333333333333\n                ],\n                [\n                    1702012200000,\n                    1.07\n                ],\n                [\n                    1702011900000,\n                    1.2066666666666668\n                ],\n                [\n                    1702011600000,\n                    1.2333333333333334\n                ],\n                [\n                    1702011300000,\n                    1.1066666666666667\n                ],\n                [\n                    1702011000000,\n                    1.4866666666666666\n                ],\n                [\n                    1702010700000,\n                    1.44\n                ],\n                [\n                    1702010400000,\n                    1.1166666666666667\n                ],\n                [\n                    1702010100000,\n                    1.1133333333333333\n                ],\n                [\n                    1702009800000,\n                    1.15\n                ],\n                [\n                    1702009500000,\n                    1.1066666666666667\n                ],\n                [\n                    1702009200000,\n                    1.28\n                ],\n                [\n                    1702008900000,\n                    1.17\n                ],\n                [\n                    1702008600000,\n                    1.2966666666666666\n                ],\n                [\n                    1702008300000,\n                    1.21\n                ],\n                [\n                    1702008000000,\n                    1.13\n                ],\n                [\n                    1702007700000,\n                    1.23\n                ],\n                [\n                    1702007400000,\n                    1.1266666666666667\n                ],\n                [\n                    1702007100000,\n                    1.3766666666666667\n                ],\n                [\n                    1702006800000,\n                    1.2133333333333334\n                ],\n                [\n                    1702006500000,\n                    1.3533333333333333\n                ],\n                [\n                    1702006200000,\n                    1.11\n                ],\n                [\n                    1702005900000,\n                    1.1133333333333333\n                ],\n                [\n                    1702005600000,\n                    1.1966666666666668\n                ],\n                [\n                    1702005300000,\n                    1.3066666666666666\n                ],\n                [\n                    1702005000000,\n                    1.24\n                ],\n                [\n                    1702004700000,\n                    1.35\n                ],\n                [\n                    1702004400000,\n                    1.2533333333333334\n                ],\n                [\n                    1702004100000,\n                    1.0833333333333333\n                ],\n                [\n                    1702003800000,\n                    1.1166666666666667\n                ],\n                [\n                    1702003500000,\n                    1.2866666666666666\n                ],\n                [\n                    1702003200000,\n                    1.2233333333333334\n                ],\n                [\n                    1702002900000,\n                    1.3033333333333332\n                ],\n                [\n                    1702002600000,\n                    1.3666666666666667\n                ],\n                [\n                    1702002300000,\n                    1.18\n                ],\n                [\n                    1702002000000,\n                    1.1166666666666667\n                ],\n                [\n                    1702001700000,\n                    1.2166666666666666\n                ],\n                [\n                    1702001400000,\n                    1.19\n                ],\n                [\n                    1702001100000,\n                    1.24\n                ],\n                [\n                    1702000800000,\n                    1.3166666666666667\n                ],\n                [\n                    1702000500000,\n                    1.2\n                ],\n                [\n                    1702000200000,\n                    1.1866666666666668\n                ],\n                [\n                    1701999900000,\n                    1.0666666666666667\n                ],\n                [\n                    1701999600000,\n                    1.2366666666666666\n                ],\n                [\n                    1701999300000,\n                    1.18\n                ],\n                [\n                    1701999000000,\n                    1.3666666666666667\n                ],\n                [\n                    1701998700000,\n                    1.1666666666666667\n                ],\n                [\n                    1701998400000,\n                    1.2733333333333334\n                ],\n                [\n                    1701998100000,\n                    1.0466666666666666\n                ],\n                [\n                    1701997800000,\n                    1.19\n                ],\n                [\n                    1701997500000,\n                    1.1833333333333333\n                ],\n                [\n                    1701997200000,\n                    1.19\n                ],\n                [\n                    1701996900000,\n                    1.2133333333333334\n                ],\n                [\n                    1701996600000,\n                    1.28\n                ],\n                [\n                    1701996300000,\n                    1.3066666666666666\n                ],\n                [\n                    1701996000000,\n                    1.0866666666666667\n                ],\n                [\n                    1701995700000,\n                    1.1766666666666667\n                ],\n                [\n                    1701995400000,\n                    1.2966666666666666\n                ],\n                [\n                    1701995100000,\n                    0.9733333333333334\n                ],\n                [\n                    1701994800000,\n                    1.4433333333333334\n                ],\n                [\n                    1701994500000,\n                    1.2966666666666666\n                ],\n                [\n                    1701994200000,\n                    0.9666666666666667\n                ],\n                [\n                    1701993900000,\n                    1.2333333333333334\n                ],\n                [\n                    1701993600000,\n                    1.2333333333333334\n                ],\n                [\n                    1701993300000,\n                    1.3066666666666666\n                ],\n                [\n                    1701993000000,\n                    1.28\n                ],\n                [\n                    1701992700000,\n                    1.22\n                ],\n                [\n                    1701992400000,\n                    1.23\n                ],\n                [\n                    1701992100000,\n                    1.1166666666666667\n                ],\n                [\n                    1701991800000,\n                    1.2466666666666666\n                ],\n                [\n                    1701991500000,\n                    1.11\n                ],\n                [\n                    1701991200000,\n                    1.2033333333333334\n                ],\n                [\n                    1701990900000,\n                    1.1566666666666667\n                ],\n                [\n                    1701990600000,\n                    1.2866666666666666\n                ],\n                [\n                    1701990300000,\n                    1.2366666666666666\n                ],\n                [\n                    1701990000000,\n                    1.25\n                ],\n                [\n                    1701989700000,\n                    1.1633333333333333\n                ],\n                [\n                    1701989400000,\n                    1.2\n                ],\n                [\n                    1701989100000,\n                    1.1966666666666668\n                ],\n                [\n                    1701988800000,\n                    1.2533333333333334\n                ],\n                [\n                    1701988500000,\n                    1.37\n                ],\n                [\n                    1701988200000,\n                    1.0266666666666666\n                ],\n                [\n                    1701987900000,\n                    1.1133333333333333\n                ],\n                [\n                    1701987600000,\n                    1.21\n                ],\n                [\n                    1701987300000,\n                    1.2733333333333334\n                ],\n                [\n                    1701987000000,\n                    1.0533333333333332\n                ],\n                [\n                    1701986700000,\n                    1.31\n                ],\n                [\n                    1701986400000,\n                    1.3166666666666667\n                ],\n                [\n                    1701986100000,\n                    1.2033333333333334\n                ],\n                [\n                    1701985800000,\n                    1.08\n                ],\n                [\n                    1701985500000,\n                    1.1766666666666667\n                ],\n                [\n                    1701985200000,\n                    1.15\n                ],\n                [\n                    1701984900000,\n                    1.3766666666666667\n                ],\n                [\n                    1701984600000,\n                    1.19\n                ],\n                [\n                    1701984300000,\n                    1.17\n                ],\n                [\n                    1701984000000,\n                    1.1466666666666667\n                ],\n                [\n                    1701983700000,\n                    1.12\n                ],\n                [\n                    1701983400000,\n                    1.2\n                ],\n                [\n                    1701983100000,\n                    1.1833333333333333\n                ],\n                [\n                    1701982800000,\n                    1.3033333333333332\n                ],\n                [\n                    1701982500000,\n                    1.4666666666666666\n                ],\n                [\n                    1701982200000,\n                    1.01\n                ],\n                [\n                    1701981900000,\n                    1.11\n                ],\n                [\n                    1701981600000,\n                    1.14\n                ],\n                [\n                    1701981300000,\n                    1.42\n                ],\n                [\n                    1701981000000,\n                    1.3066666666666666\n                ],\n                [\n                    1701980700000,\n                    1.07\n                ],\n                [\n                    1701980400000,\n                    1.3166666666666667\n                ],\n                [\n                    1701980100000,\n                    1.0466666666666666\n                ],\n                [\n                    1701979800000,\n                    1.15\n                ],\n                [\n                    1701979500000,\n                    1.1766666666666667\n                ],\n                [\n                    1701979200000,\n                    1.3233333333333333\n                ],\n                [\n                    1701978900000,\n                    1.1333333333333333\n                ],\n                [\n                    1701978600000,\n                    1.2966666666666666\n                ],\n                [\n                    1701978300000,\n                    1.4066666666666667\n                ],\n                [\n                    1701978000000,\n                    1.0666666666666667\n                ],\n                [\n                    1701977700000,\n                    1.0566666666666666\n                ],\n                [\n                    1701977400000,\n                    1.23\n                ],\n                [\n                    1701977100000,\n                    1.2066666666666668\n                ],\n                [\n                    1701976800000,\n                    1.1733333333333333\n                ],\n                [\n                    1701976500000,\n                    1.29\n                ],\n                [\n                    1701976200000,\n                    1.16\n                ],\n                [\n                    1701975900000,\n                    1.3333333333333333\n                ],\n                [\n                    1701975600000,\n                    1.0566666666666666\n                ],\n                [\n                    1701975300000,\n                    1.1533333333333333\n                ],\n                [\n                    1701975000000,\n                    1.1833333333333333\n                ],\n                [\n                    1701974700000,\n                    1.2833333333333334\n                ],\n                [\n                    1701974400000,\n                    1.2933333333333332\n                ],\n                [\n                    1701974100000,\n                    1.12\n                ],\n                [\n                    1701973800000,\n                    1.3133333333333332\n                ],\n                [\n                    1701973500000,\n                    1.0166666666666666\n                ],\n                [\n                    1701973200000,\n                    1.2633333333333334\n                ],\n                [\n                    1701972900000,\n                    1.2133333333333334\n                ],\n                [\n                    1701972600000,\n                    1.2166666666666666\n                ],\n                [\n                    1701972300000,\n                    1.4033333333333333\n                ],\n                [\n                    1701972000000,\n                    1.1066666666666667\n                ],\n                [\n                    1701971700000,\n                    1.1133333333333333\n                ],\n                [\n                    1701971400000,\n                    1.21\n                ],\n                [\n                    1701971100000,\n                    1.31\n                ],\n                [\n                    1701970800000,\n                    1.1766666666666667\n                ],\n                [\n                    1701970500000,\n                    1.3433333333333333\n                ],\n                [\n                    1701970200000,\n                    1.11\n                ],\n                [\n                    1701969900000,\n                    1.1166666666666667\n                ],\n                [\n                    1701969600000,\n                    1.1333333333333333\n                ],\n                [\n                    1701969300000,\n                    1.2333333333333334\n                ],\n                [\n                    1701969000000,\n                    1.2333333333333334\n                ],\n                [\n                    1701968700000,\n                    1.2733333333333334\n                ],\n                [\n                    1701968400000,\n                    1.2366666666666666\n                ],\n                [\n                    1701968100000,\n                    1.0633333333333332\n                ],\n                [\n                    1701967800000,\n                    1.2433333333333334\n                ],\n                [\n                    1701967500000,\n                    1.1066666666666667\n                ],\n                [\n                    1701967200000,\n                    1.28\n                ],\n                [\n                    1701966900000,\n                    1.0833333333333333\n                ],\n                [\n                    1701966600000,\n                    1.25\n                ],\n                [\n                    1701966300000,\n                    1.3133333333333332\n                ],\n                [\n                    1701966000000,\n                    1.0433333333333332\n                ],\n                [\n                    1701965700000,\n                    1.3433333333333333\n                ],\n                [\n                    1701965400000,\n                    1.0066666666666666\n                ],\n                [\n                    1701965100000,\n                    1.25\n                ],\n                [\n                    1701964800000,\n                    1.1966666666666668\n                ],\n                [\n                    1701964500000,\n                    1.23\n                ],\n                [\n                    1701964200000,\n                    1.2733333333333334\n                ],\n                [\n                    1701963900000,\n                    1.1133333333333333\n                ],\n                [\n                    1701963600000,\n                    1.16\n                ],\n                [\n                    1701963300000,\n                    1.1733333333333333\n                ],\n                [\n                    1701963000000,\n                    1.2066666666666668\n                ],\n                [\n                    1701962700000,\n                    1.1866666666666668\n                ],\n                [\n                    1701962400000,\n                    1.3666666666666667\n                ],\n                [\n                    1701962100000,\n                    1.1133333333333333\n                ],\n                [\n                    1701961800000,\n                    1.25\n                ],\n                [\n                    1701961500000,\n                    1.0966666666666667\n                ],\n                [\n                    1701961200000,\n                    1.21\n                ],\n                [\n                    1701960900000,\n                    1.14\n                ],\n                [\n                    1701960600000,\n                    1.4033333333333333\n                ],\n                [\n                    1701960300000,\n                    1.2266666666666666\n                ],\n                [\n                    1701960000000,\n                    1.0433333333333332\n                ],\n                [\n                    1701959700000,\n                    1.3166666666666667\n                ],\n                [\n                    1701959400000,\n                    1.3033333333333332\n                ],\n                [\n                    1701959100000,\n                    1.1533333333333333\n                ],\n                [\n                    1701958800000,\n                    1.1233333333333333\n                ],\n                [\n                    1701958500000,\n                    1.2066666666666668\n                ],\n                [\n                    1701958200000,\n                    1.25\n                ],\n                [\n                    1701957900000,\n                    1.1133333333333333\n                ],\n                [\n                    1701957600000,\n                    1.2133333333333334\n                ],\n                [\n                    1701957300000,\n                    1.17\n                ],\n                [\n                    1701957000000,\n                    1.2666666666666666\n                ],\n                [\n                    1701956700000,\n                    1.2066666666666668\n                ],\n                [\n                    1701956400000,\n                    1.2866666666666666\n                ],\n                [\n                    1701956100000,\n                    1.1533333333333333\n                ],\n                [\n                    1701955800000,\n                    1.21\n                ],\n                [\n                    1701955500000,\n                    1.2466666666666666\n                ],\n                [\n                    1701955200000,\n                    1.13\n                ],\n                [\n                    1701954900000,\n                    1.1833333333333333\n                ],\n                [\n                    1701954600000,\n                    1.3466666666666667\n                ],\n                [\n                    1701954300000,\n                    1.2466666666666666\n                ],\n                [\n                    1701954000000,\n                    1.1033333333333333\n                ],\n                [\n                    1701953700000,\n                    1.2333333333333334\n                ],\n                [\n                    1701953400000,\n                    1.1033333333333333\n                ],\n                [\n                    1701953100000,\n                    1.2266666666666666\n                ],\n                [\n                    1701952800000,\n                    1.2966666666666666\n                ],\n                [\n                    1701952500000,\n                    1.05\n                ],\n                [\n                    1701952200000,\n                    1.4433333333333334\n                ],\n                [\n                    1701951900000,\n                    1.0666666666666667\n                ],\n                [\n                    1701951600000,\n                    1.0733333333333333\n                ],\n                [\n                    1701951300000,\n                    1.1966666666666668\n                ],\n                [\n                    1701951000000,\n                    1.2533333333333334\n                ],\n                [\n                    1701950700000,\n                    1.1033333333333333\n                ],\n                [\n                    1701950400000,\n                    1.3\n                ],\n                [\n                    1701950100000,\n                    1.2666666666666666\n                ],\n                [\n                    1701949800000,\n                    1.1133333333333333\n                ],\n                [\n                    1701949500000,\n                    1.17\n                ],\n                [\n                    1701949200000,\n                    1.2366666666666666\n                ],\n                [\n                    1701948900000,\n                    1.1533333333333333\n                ],\n                [\n                    1701948600000,\n                    1.2233333333333334\n                ],\n                [\n                    1701948300000,\n                    1.3233333333333333\n                ],\n                [\n                    1701948000000,\n                    1.1266666666666667\n                ],\n                [\n                    1701947700000,\n                    1.2466666666666666\n                ],\n                [\n                    1701947400000,\n                    1.09\n                ],\n                [\n                    1701947100000,\n                    1.3533333333333333\n                ],\n                [\n                    1701946800000,\n                    1.09\n                ],\n                [\n                    1701946500000,\n                    1.2066666666666668\n                ],\n                [\n                    1701946200000,\n                    1.34\n                ],\n                [\n                    1701945900000,\n                    1.1833333333333333\n                ],\n                [\n                    1701945600000,\n                    1.11\n                ],\n                [\n                    1701945300000,\n                    1.1433333333333333\n                ],\n                [\n                    1701945000000,\n                    1.24\n                ],\n                [\n                    1701944700000,\n                    1.1733333333333333\n                ],\n                [\n                    1701944400000,\n                    1.3166666666666667\n                ],\n                [\n                    1701944100000,\n                    1.1666666666666667\n                ],\n                [\n                    1701943800000,\n                    1.2466666666666666\n                ],\n                [\n                    1701943500000,\n                    1.0533333333333332\n                ],\n                [\n                    1701943200000,\n                    1.2666666666666666\n                ],\n                [\n                    1701942900000,\n                    1.13\n                ],\n                [\n                    1701942600000,\n                    1.2033333333333334\n                ],\n                [\n                    1701942300000,\n                    1.35\n                ],\n                [\n                    1701942000000,\n                    1.09\n                ],\n                [\n                    1701941700000,\n                    1.2233333333333334\n                ],\n                [\n                    1701941400000,\n                    1.3066666666666666\n                ],\n                [\n                    1701941100000,\n                    1.1933333333333334\n                ],\n                [\n                    1701940800000,\n                    1.0333333333333334\n                ],\n                [\n                    1701940500000,\n                    1.2566666666666666\n                ],\n                [\n                    1701940200000,\n                    1.2833333333333334\n                ],\n                [\n                    1701939900000,\n                    1.1333333333333333\n                ],\n                [\n                    1701939600000,\n                    1.3266666666666667\n                ],\n                [\n                    1701939300000,\n                    1.0666666666666667\n                ],\n                [\n                    1701939000000,\n                    1.2133333333333334\n                ],\n                [\n                    1701938700000,\n                    1.2966666666666666\n                ],\n                [\n                    1701938400000,\n                    1.1566666666666667\n                ],\n                [\n                    1701938100000,\n                    1.38\n                ],\n                [\n                    1701937800000,\n                    1.16\n                ],\n                [\n                    1701937500000,\n                    1.1766666666666667\n                ],\n                [\n                    1701937200000,\n                    1.2\n                ],\n                [\n                    1701936900000,\n                    1.2766666666666666\n                ],\n                [\n                    1701936600000,\n                    1.0533333333333332\n                ],\n                [\n                    1701936300000,\n                    1.3466666666666667\n                ],\n                [\n                    1701936000000,\n                    1.1766666666666667\n                ],\n                [\n                    1701935700000,\n                    1.2666666666666666\n                ],\n                [\n                    1701935400000,\n                    1.1166666666666667\n                ],\n                [\n                    1701935100000,\n                    1.2733333333333334\n                ],\n                [\n                    1701934800000,\n                    1.19\n                ],\n                [\n                    1701934500000,\n                    1.1266666666666667\n                ],\n                [\n                    1701934200000,\n                    1.4366666666666668\n                ],\n                [\n                    1701933900000,\n                    1\n                ],\n                [\n                    1701933600000,\n                    1.1766666666666667\n                ],\n                [\n                    1701933300000,\n                    1.2166666666666666\n                ],\n                [\n                    1701933000000,\n                    1.1333333333333333\n                ],\n                [\n                    1701932700000,\n                    1.19\n                ],\n                [\n                    1701932400000,\n                    1.3333333333333333\n                ],\n                [\n                    1701932100000,\n                    1.1866666666666668\n                ],\n                [\n                    1701931800000,\n                    1.1766666666666667\n                ],\n                [\n                    1701931500000,\n                    1.2466666666666666\n                ],\n                [\n                    1701931200000,\n                    1.0366666666666666\n                ],\n                [\n                    1701930900000,\n                    1.24\n                ],\n                [\n                    1701930600000,\n                    1.22\n                ],\n                [\n                    1701930300000,\n                    1.29\n                ],\n                [\n                    1701930000000,\n                    1.18\n                ],\n                [\n                    1701929700000,\n                    1.08\n                ],\n                [\n                    1701929400000,\n                    1.3266666666666667\n                ],\n                [\n                    1701929100000,\n                    1.16\n                ],\n                [\n                    1701928800000,\n                    1.2366666666666666\n                ],\n                [\n                    1701928500000,\n                    1.1366666666666667\n                ],\n                [\n                    1701928200000,\n                    1.3133333333333332\n                ],\n                [\n                    1701927900000,\n                    1.2966666666666666\n                ],\n                [\n                    1701927600000,\n                    1.1466666666666667\n                ],\n                [\n                    1701927300000,\n                    1.18\n                ],\n                [\n                    1701927000000,\n                    1.2233333333333334\n                ],\n                [\n                    1701926700000,\n                    1.11\n                ],\n                [\n                    1701926400000,\n                    1.2233333333333334\n                ],\n                [\n                    1701926100000,\n                    1.2166666666666666\n                ],\n                [\n                    1701925800000,\n                    1.1733333333333333\n                ],\n                [\n                    1701925500000,\n                    1.23\n                ],\n                [\n                    1701925200000,\n                    1.1066666666666667\n                ],\n                [\n                    1701924900000,\n                    1.3733333333333333\n                ],\n                [\n                    1701924600000,\n                    1.2733333333333334\n                ],\n                [\n                    1701924300000,\n                    1.3333333333333333\n                ],\n                [\n                    1701924000000,\n                    1.1933333333333334\n                ],\n                [\n                    1701923700000,\n                    1.0133333333333334\n                ],\n                [\n                    1701923400000,\n                    1.3266666666666667\n                ],\n                [\n                    1701923100000,\n                    1.15\n                ],\n                [\n                    1701922800000,\n                    1.0466666666666666\n                ],\n                [\n                    1701922500000,\n                    1.3233333333333333\n                ],\n                [\n                    1701922200000,\n                    1.31\n                ],\n                [\n                    1701921900000,\n                    1.01\n                ],\n                [\n                    1701921600000,\n                    1.1633333333333333\n                ],\n                [\n                    1701921300000,\n                    1.26\n                ],\n                [\n                    1701921000000,\n                    1.1833333333333333\n                ],\n                [\n                    1701920700000,\n                    1.1333333333333333\n                ],\n                [\n                    1701920400000,\n                    1.33\n                ],\n                [\n                    1701920100000,\n                    1.27\n                ],\n                [\n                    1701919800000,\n                    1.1366666666666667\n                ],\n                [\n                    1701919500000,\n                    1.25\n                ],\n                [\n                    1701919200000,\n                    1.0633333333333332\n                ],\n                [\n                    1701918900000,\n                    1.1833333333333333\n                ],\n                [\n                    1701918600000,\n                    1.0666666666666667\n                ],\n                [\n                    1701918300000,\n                    1.3566666666666667\n                ],\n                [\n                    1701918000000,\n                    1.2733333333333334\n                ],\n                [\n                    1701917700000,\n                    1.1366666666666667\n                ],\n                [\n                    1701917400000,\n                    1.13\n                ],\n                [\n                    1701917100000,\n                    1.16\n                ],\n                [\n                    1701916800000,\n                    1.2233333333333334\n                ],\n                [\n                    1701916500000,\n                    1.3266666666666667\n                ],\n                [\n                    1701916200000,\n                    1.48\n                ],\n                [\n                    1701915900000,\n                    1.0433333333333332\n                ],\n                [\n                    1701915600000,\n                    1.12\n                ],\n                [\n                    1701915300000,\n                    1.1533333333333333\n                ],\n                [\n                    1701915000000,\n                    1.3166666666666667\n                ],\n                [\n                    1701914700000,\n                    1\n                ],\n                [\n                    1701914400000,\n                    1.3366666666666667\n                ],\n                [\n                    1701914100000,\n                    1.2366666666666666\n                ],\n                [\n                    1701913800000,\n                    1.1433333333333333\n                ],\n                [\n                    1701913500000,\n                    1.28\n                ],\n                [\n                    1701913200000,\n                    1.0133333333333334\n                ],\n                [\n                    1701912900000,\n                    1.27\n                ],\n                [\n                    1701912600000,\n                    1.13\n                ],\n                [\n                    1701912300000,\n                    1.4\n                ],\n                [\n                    1701912000000,\n                    1.1933333333333334\n                ],\n                [\n                    1701911700000,\n                    1.0866666666666667\n                ],\n                [\n                    1701911400000,\n                    1.0866666666666667\n                ],\n                [\n                    1701911100000,\n                    1.24\n                ],\n                [\n                    1701910800000,\n                    1.24\n                ],\n                [\n                    1701910500000,\n                    1.13\n                ],\n                [\n                    1701910200000,\n                    1.3533333333333333\n                ],\n                [\n                    1701909900000,\n                    1.24\n                ],\n                [\n                    1701909600000,\n                    1.02\n                ],\n                [\n                    1701909300000,\n                    1.1766666666666667\n                ],\n                [\n                    1701909000000,\n                    1.2433333333333334\n                ],\n                [\n                    1701908700000,\n                    1.1366666666666667\n                ],\n                [\n                    1701908400000,\n                    1.31\n                ],\n                [\n                    1701908100000,\n                    1.2333333333333334\n                ],\n                [\n                    1701907800000,\n                    1.1\n                ],\n                [\n                    1701907500000,\n                    1.1733333333333333\n                ],\n                [\n                    1701907200000,\n                    1.19\n                ],\n                [\n                    1701906900000,\n                    1.3033333333333332\n                ],\n                [\n                    1701906600000,\n                    1.07\n                ],\n                [\n                    1701906300000,\n                    1.2633333333333334\n                ],\n                [\n                    1701906000000,\n                    1.22\n                ],\n                [\n                    1701905700000,\n                    1.1933333333333334\n                ],\n                [\n                    1701905400000,\n                    1.1\n                ],\n                [\n                    1701905100000,\n                    1.23\n                ],\n                [\n                    1701904800000,\n                    1.18\n                ],\n                [\n                    1701904500000,\n                    1.1033333333333333\n                ],\n                [\n                    1701904200000,\n                    1.3433333333333333\n                ],\n                [\n                    1701903900000,\n                    1.1833333333333333\n                ],\n                [\n                    1701903600000,\n                    1.26\n                ],\n                [\n                    1701903300000,\n                    1.0366666666666666\n                ],\n                [\n                    1701903000000,\n                    1.3466666666666667\n                ],\n                [\n                    1701902700000,\n                    1.1733333333333333\n                ],\n                [\n                    1701902400000,\n                    1.3433333333333333\n                ],\n                [\n                    1701902100000,\n                    1.2333333333333334\n                ],\n                [\n                    1701901800000,\n                    1.2166666666666666\n                ],\n                [\n                    1701901500000,\n                    1.1566666666666667\n                ],\n                [\n                    1701901200000,\n                    1.28\n                ],\n                [\n                    1701900900000,\n                    1.15\n                ],\n                [\n                    1701900600000,\n                    1.1666666666666667\n                ],\n                [\n                    1701900300000,\n                    1.3733333333333333\n                ],\n                [\n                    1701900000000,\n                    1.26\n                ],\n                [\n                    1701899700000,\n                    1.1666666666666667\n                ],\n                [\n                    1701899400000,\n                    1.1633333333333333\n                ],\n                [\n                    1701899100000,\n                    1.2766666666666666\n                ],\n                [\n                    1701898800000,\n                    1.1333333333333333\n                ],\n                [\n                    1701898500000,\n                    1.2466666666666666\n                ],\n                [\n                    1701898200000,\n                    1.3066666666666666\n                ],\n                [\n                    1701897900000,\n                    1.2866666666666666\n                ],\n                [\n                    1701897600000,\n                    1.1833333333333333\n                ],\n                [\n                    1701897300000,\n                    1.1033333333333333\n                ],\n                [\n                    1701897000000,\n                    1.2866666666666666\n                ],\n                [\n                    1701896700000,\n                    1.3666666666666667\n                ],\n                [\n                    1701896400000,\n                    1.0566666666666666\n                ],\n                [\n                    1701896100000,\n                    1.37\n                ],\n                [\n                    1701895800000,\n                    1.2233333333333334\n                ],\n                [\n                    1701895500000,\n                    1.3233333333333333\n                ],\n                [\n                    1701895200000,\n                    1.0266666666666666\n                ],\n                [\n                    1701894900000,\n                    1.5466666666666666\n                ],\n                [\n                    1701894600000,\n                    1.1633333333333333\n                ],\n                [\n                    1701894300000,\n                    1.17\n                ],\n                [\n                    1701894000000,\n                    1.3433333333333333\n                ],\n                [\n                    1701893700000,\n                    1.1366666666666667\n                ],\n                [\n                    1701893400000,\n                    1.1566666666666667\n                ],\n                [\n                    1701893100000,\n                    1.2366666666666666\n                ],\n                [\n                    1701892800000,\n                    1.15\n                ],\n                [\n                    1701892500000,\n                    1.1766666666666667\n                ],\n                [\n                    1701892200000,\n                    1.26\n                ],\n                [\n                    1701891900000,\n                    1.28\n                ],\n                [\n                    1701891600000,\n                    1.1633333333333333\n                ],\n                [\n                    1701891300000,\n                    1.1366666666666667\n                ],\n                [\n                    1701891000000,\n                    1.2566666666666666\n                ],\n                [\n                    1701890700000,\n                    1.2066666666666668\n                ],\n                [\n                    1701890400000,\n                    1.0966666666666667\n                ],\n                [\n                    1701890100000,\n                    1.2633333333333334\n                ],\n                [\n                    1701889800000,\n                    1.2766666666666666\n                ],\n                [\n                    1701889500000,\n                    1.2666666666666666\n                ],\n                [\n                    1701889200000,\n                    0.9833333333333333\n                ],\n                [\n                    1701888900000,\n                    1.22\n                ],\n                [\n                    1701888600000,\n                    1.17\n                ],\n                [\n                    1701888300000,\n                    1.1566666666666667\n                ],\n                [\n                    1701888000000,\n                    1.3333333333333333\n                ],\n                [\n                    1701887700000,\n                    1.2033333333333334\n                ],\n                [\n                    1701887400000,\n                    1.2366666666666666\n                ],\n                [\n                    1701887100000,\n                    1.19\n                ],\n                [\n                    1701886800000,\n                    1.2566666666666666\n                ],\n                [\n                    1701886500000,\n                    1.0933333333333333\n                ],\n                [\n                    1701886200000,\n                    1.2866666666666666\n                ],\n                [\n                    1701885900000,\n                    1.1766666666666667\n                ],\n                [\n                    1701885600000,\n                    1.2466666666666666\n                ],\n                [\n                    1701885300000,\n                    1.1966666666666668\n                ],\n                [\n                    1701885000000,\n                    1.1833333333333333\n                ],\n                [\n                    1701884700000,\n                    1.1366666666666667\n                ],\n                [\n                    1701884400000,\n                    1.2133333333333334\n                ],\n                [\n                    1701884100000,\n                    1.25\n                ],\n                [\n                    1701883800000,\n                    1.2766666666666666\n                ],\n                [\n                    1701883500000,\n                    1.2133333333333334\n                ],\n                [\n                    1701883200000,\n                    1\n                ],\n                [\n                    1701882900000,\n                    1.2166666666666666\n                ],\n                [\n                    1701882600000,\n                    1.2066666666666668\n                ],\n                [\n                    1701882300000,\n                    1.05\n                ],\n                [\n                    1701882000000,\n                    1.3166666666666667\n                ],\n                [\n                    1701881700000,\n                    1.22\n                ],\n                [\n                    1701881400000,\n                    1.07\n                ],\n                [\n                    1701881100000,\n                    1.1133333333333333\n                ],\n                [\n                    1701880800000,\n                    1.1833333333333333\n                ],\n                [\n                    1701880500000,\n                    1.13\n                ],\n                [\n                    1701880200000,\n                    1.2233333333333334\n                ],\n                [\n                    1701879900000,\n                    1.2766666666666666\n                ],\n                [\n                    1701879600000,\n                    1.1566666666666667\n                ],\n                [\n                    1701879300000,\n                    1.1466666666666667\n                ],\n                [\n                    1701879000000,\n                    1.1266666666666667\n                ],\n                [\n                    1701878700000,\n                    1.1066666666666667\n                ],\n                [\n                    1701878400000,\n                    1.1366666666666667\n                ],\n                [\n                    1701878100000,\n                    1.1966666666666668\n                ],\n                [\n                    1701877800000,\n                    1.2266666666666666\n                ],\n                [\n                    1701877500000,\n                    1.15\n                ],\n                [\n                    1701877200000,\n                    1.1766666666666667\n                ],\n                [\n                    1701876900000,\n                    1.2333333333333334\n                ],\n                [\n                    1701876600000,\n                    1.1766666666666667\n                ],\n                [\n                    1701876300000,\n                    1.1933333333333334\n                ],\n                [\n                    1701876000000,\n                    1.3433333333333333\n                ],\n                [\n                    1701875700000,\n                    1.1733333333333333\n                ],\n                [\n                    1701875400000,\n                    1.15\n                ],\n                [\n                    1701875100000,\n                    1.1566666666666667\n                ],\n                [\n                    1701874800000,\n                    1.2233333333333334\n                ],\n                [\n                    1701874500000,\n                    1.07\n                ],\n                [\n                    1701874200000,\n                    1.34\n                ],\n                [\n                    1701873900000,\n                    1.27\n                ],\n                [\n                    1701873600000,\n                    1.18\n                ],\n                [\n                    1701873300000,\n                    1.4333333333333333\n                ],\n                [\n                    1701873000000,\n                    1.2033333333333334\n                ],\n                [\n                    1701872700000,\n                    1.2\n                ],\n                [\n                    1701872400000,\n                    1.1233333333333333\n                ],\n                [\n                    1701872100000,\n                    1.2666666666666666\n                ],\n                [\n                    1701871800000,\n                    1.17\n                ],\n                [\n                    1701871500000,\n                    1.1933333333333334\n                ],\n                [\n                    1701871200000,\n                    1.24\n                ],\n                [\n                    1701870900000,\n                    1.1533333333333333\n                ],\n                [\n                    1701870600000,\n                    1.1966666666666668\n                ],\n                [\n                    1701870300000,\n                    1.1533333333333333\n                ],\n                [\n                    1701870000000,\n                    1.2333333333333334\n                ],\n                [\n                    1701869700000,\n                    1.42\n                ],\n                [\n                    1701869400000,\n                    1.0366666666666666\n                ],\n                [\n                    1701869100000,\n                    1.1066666666666667\n                ],\n                [\n                    1701868800000,\n                    1.2966666666666666\n                ],\n                [\n                    1701868500000,\n                    1.1233333333333333\n                ],\n                [\n                    1701868200000,\n                    1.1933333333333334\n                ],\n                [\n                    1701867900000,\n                    1.3366666666666667\n                ],\n                [\n                    1701867600000,\n                    1.2233333333333334\n                ],\n                [\n                    1701867300000,\n                    1.2266666666666666\n                ],\n                [\n                    1701867000000,\n                    1.1433333333333333\n                ],\n                [\n                    1701866700000,\n                    1.2433333333333334\n                ],\n                [\n                    1701866400000,\n                    1.13\n                ],\n                [\n                    1701866100000,\n                    1.3333333333333333\n                ],\n                [\n                    1701865800000,\n                    1.1433333333333333\n                ],\n                [\n                    1701865500000,\n                    1.14\n                ],\n                [\n                    1701865200000,\n                    1.2533333333333334\n                ],\n                [\n                    1701864900000,\n                    1.2\n                ],\n                [\n                    1701864600000,\n                    1.12\n                ],\n                [\n                    1701864300000,\n                    1.1766666666666667\n                ],\n                [\n                    1701864000000,\n                    1.2833333333333334\n                ],\n                [\n                    1701863700000,\n                    1.2\n                ],\n                [\n                    1701863400000,\n                    1.2033333333333334\n                ],\n                [\n                    1701863100000,\n                    1.1966666666666668\n                ],\n                [\n                    1701862800000,\n                    1.1866666666666668\n                ],\n                [\n                    1701862500000,\n                    1.1633333333333333\n                ],\n                [\n                    1701862200000,\n                    1.3366666666666667\n                ],\n                [\n                    1701861900000,\n                    1.15\n                ],\n                [\n                    1701861600000,\n                    1.31\n                ],\n                [\n                    1701861300000,\n                    1.1133333333333333\n                ],\n                [\n                    1701861000000,\n                    1.1633333333333333\n                ],\n                [\n                    1701860700000,\n                    1.1766666666666667\n                ],\n                [\n                    1701860400000,\n                    1.1666666666666667\n                ],\n                [\n                    1701860100000,\n                    1.3966666666666667\n                ],\n                [\n                    1701859800000,\n                    1.1266666666666667\n                ],\n                [\n                    1701859500000,\n                    1.1933333333333334\n                ],\n                [\n                    1701859200000,\n                    1.1666666666666667\n                ],\n                [\n                    1701858900000,\n                    1.3266666666666667\n                ],\n                [\n                    1701858600000,\n                    1.07\n                ],\n                [\n                    1701858300000,\n                    1.12\n                ],\n                [\n                    1701858000000,\n                    1.33\n                ],\n                [\n                    1701857700000,\n                    1.3033333333333332\n                ],\n                [\n                    1701857400000,\n                    1.01\n                ],\n                [\n                    1701857100000,\n                    1.3033333333333332\n                ],\n                [\n                    1701856800000,\n                    1.17\n                ],\n                [\n                    1701856500000,\n                    1.1666666666666667\n                ],\n                [\n                    1701856200000,\n                    1.1733333333333333\n                ],\n                [\n                    1701855900000,\n                    1.3866666666666667\n                ],\n                [\n                    1701855600000,\n                    1.1766666666666667\n                ],\n                [\n                    1701855300000,\n                    1.0966666666666667\n                ],\n                [\n                    1701855000000,\n                    1.2433333333333334\n                ],\n                [\n                    1701854700000,\n                    1.17\n                ],\n                [\n                    1701854400000,\n                    1.12\n                ],\n                [\n                    1701854100000,\n                    1.2133333333333334\n                ],\n                [\n                    1701853800000,\n                    1.2033333333333334\n                ],\n                [\n                    1701853500000,\n                    1.32\n                ],\n                [\n                    1701853200000,\n                    1.24\n                ],\n                [\n                    1701852900000,\n                    1.2066666666666668\n                ],\n                [\n                    1701852600000,\n                    1.1833333333333333\n                ],\n                [\n                    1701852300000,\n                    0.99\n                ],\n                [\n                    1701852000000,\n                    1.2766666666666666\n                ],\n                [\n                    1701851700000,\n                    1.4666666666666666\n                ],\n                [\n                    1701851400000,\n                    1.18\n                ],\n                [\n                    1701851100000,\n                    1.2633333333333334\n                ],\n                [\n                    1701850800000,\n                    1.15\n                ],\n                [\n                    1701850500000,\n                    1.0933333333333333\n                ],\n                [\n                    1701850200000,\n                    1.1033333333333333\n                ],\n                [\n                    1701849900000,\n                    1.4466666666666668\n                ],\n                [\n                    1701849600000,\n                    1.1766666666666667\n                ],\n                [\n                    1701849300000,\n                    1.1333333333333333\n                ],\n                [\n                    1701849000000,\n                    1.2133333333333334\n                ],\n                [\n                    1701848700000,\n                    1.2433333333333334\n                ],\n                [\n                    1701848400000,\n                    1.03\n                ],\n                [\n                    1701848100000,\n                    1.2833333333333334\n                ],\n                [\n                    1701847800000,\n                    1.2866666666666666\n                ],\n                [\n                    1701847500000,\n                    1.1366666666666667\n                ],\n                [\n                    1701847200000,\n                    1.1966666666666668\n                ],\n                [\n                    1701846900000,\n                    1.27\n                ],\n                [\n                    1701846600000,\n                    1.2666666666666666\n                ],\n                [\n                    1701846300000,\n                    1.0266666666666666\n                ],\n                [\n                    1701846000000,\n                    1.2633333333333334\n                ],\n                [\n                    1701845700000,\n                    1.2166666666666666\n                ],\n                [\n                    1701845400000,\n                    1.2\n                ],\n                [\n                    1701845100000,\n                    1.19\n                ],\n                [\n                    1701844800000,\n                    1.1966666666666668\n                ],\n                [\n                    1701844500000,\n                    1.2233333333333334\n                ],\n                [\n                    1701844200000,\n                    1.0766666666666667\n                ],\n                [\n                    1701843900000,\n                    1.3166666666666667\n                ],\n                [\n                    1701843600000,\n                    1.1433333333333333\n                ],\n                [\n                    1701843300000,\n                    1.2333333333333334\n                ],\n                [\n                    1701843000000,\n                    1.0966666666666667\n                ],\n                [\n                    1701842700000,\n                    1.2133333333333334\n                ],\n                [\n                    1701842400000,\n                    1.1366666666666667\n                ]\n            ],\n            \"unit\": {\n                \"name\": \"pps\",\n                \"fullName\": \"Packets per second\"\n            }\n        }\n    ]\n}"},{"id":"111b1cbb-6ba7-459e-8305-c633b2f2a109","name":"Get VXC Telemetry - CSV Single Telemetry Type (From, To)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"},{"key":"Accept","value":"text/csv"}],"url":{"raw":"{{baseUrl}}/v2/product/vxc/b3a2231f-e502-4da7-956a-e2d947881271/telemetry?type=A_BITS&from=1718010019000&to=1721280419000","host":["{{baseUrl}}"],"path":["v2","product","vxc","b3a2231f-e502-4da7-956a-e2d947881271","telemetry"],"query":[{"key":"type","value":"A_BITS","description":"Indicates the type of metric. Values include `A_BITS`, `B_BITS`, `A_PACKETS`, and `B_PACKETS`. Multiple telemetry types can be passed. (Required - string)"},{"key":"from","value":"1718010019000","description":"Milliseconds since epoch. When not provided, returns the single most recent measurement. You can use a tool such as https://www.epochconverter.com/ for conversion to and from dates. (Optional - string)"},{"key":"to","value":"1721280419000","description":"Milliseconds since epoch. When not provided, returns the single most recent measurement. You can use a tool such as https://www.epochconverter.com/ for conversion to and from dates. (Optional - string) "},{"key":"days","value":"{days}","description":"The number of days in the past from today for which to return telemetry details. This parameter is mutually exclusive from \"to\" and \"from\". (Optional - string)","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Thu, 18 Jul 2024 06:15:32 GMT"},{"key":"Content-Type","value":"text/csv;charset=ISO-8859-1"},{"key":"Content-Length","value":"155320"},{"key":"Connection","value":"keep-alive"},{"key":"trace-id","value":"ac4dba6cdc879148f349572385d031e9"},{"key":"vary","value":"Origin"},{"key":"vary","value":"Access-Control-Request-Method"},{"key":"vary","value":"Access-Control-Request-Headers"},{"key":"x-correlation-id","value":"ac4dba6cdc879148f349572385d031e9"},{"key":"x-amzn-trace-id","value":"Root=1-6698b302-7dc662de68b32cca713768e6"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"content-disposition","value":"attachment; filename=b3a2231f-e502-4da7-956a-e2d947881271-telemetry.csv"},{"key":"server-timing","value":"app;dur=1629"},{"key":"etag","value":"\"05527da0f85ad8328dc057653b2ddb316\""},{"key":"x-xss-protection","value":"1 ; mode=block"},{"key":"strict-transport-security","value":"max-age=31536000; preload"},{"key":"strict-transport-security","value":"max-age=31536000; preload"},{"key":"referrer-policy","value":"no-referrer"},{"key":"content-security-policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"x-download-options","value":"noopen"},{"key":"x-permitted-cross-domain-policies","value":"none"}],"cookie":[],"responseTime":null,"body":"\"Timestamp\",\"A Bandwidth In (Mbps)\",\"A Bandwidth Out (Mbps)\",\"A Bandwidth Configured speed (Mbps)\"\n\"2024-07-08T07:10:00.000Z\",\"\",\"\",\"100\"\n\"2024-07-08T07:15:00.000Z\",\"0.016641\",\"0.013863\",\"100\"\n\"2024-07-08T07:20:00.000Z\",\"0.006425\",\"0.005538\",\"100\"\n\"2024-07-08T07:25:00.000Z\",\"0.006654\",\"0.006173\",\"100\"\n\"2024-07-08T07:30:00.000Z\",\"0.012271\",\"0.008546\",\"100\"\n\"2024-07-08T07:35:00.000Z\",\"0.008602\",\"0.007676\",\"100\"\n\"2024-07-08T07:40:00.000Z\",\"0.007217\",\"0.006282\",\"100\"\n\"2024-07-08T07:45:00.000Z\",\"0.005699\",\"0.004703\",\"100\"\n\"2024-07-08T07:50:00.000Z\",\"0.006017\",\"0.00482\",\"100\"\n\"2024-07-08T07:55:00.000Z\",\"0.005568\",\"0.004722\",\"100\"\n\"2024-07-08T08:00:00.000Z\",\"0.005784\",\"0.005285\",\"100\"\n\"2024-07-08T08:05:00.000Z\",\"0.007934\",\"0.007021\",\"100\"\n\"2024-07-08T08:10:00.000Z\",\"0.007779\",\"0.006838\",\"100\"\n\"2024-07-08T08:15:00.000Z\",\"0.005638\",\"0.004743\",\"100\"\n\"2024-07-08T08:20:00.000Z\",\"0.005647\",\"0.004673\",\"100\"\n\"2024-07-08T08:25:00.000Z\",\"0.005585\",\"0.004648\",\"100\"\n\"2024-07-08T08:30:00.000Z\",\"0.005671\",\"0.004654\",\"100\"\n\"2024-07-08T08:35:00.000Z\",\"0.007618\",\"0.006684\",\"100\"\n\"2024-07-08T08:40:00.000Z\",\"0.010032\",\"0.009008\",\"100\"\n\"2024-07-08T08:45:00.000Z\",\"0.009913\",\"0.008955\",\"100\"\n\"2024-07-08T08:50:00.000Z\",\"0.00893\",\"0.0077\",\"100\"\n\"2024-07-08T08:55:00.000Z\",\"0.008816\",\"0.007196\",\"100\"\n\"2024-07-08T09:00:00.000Z\",\"0.006356\",\"0.005255\",\"100\"\n\"2024-07-08T09:05:00.000Z\",\"0.005632\",\"0.004722\",\"100\"\n\"2024-07-08T09:10:00.000Z\",\"0.005728\",\"0.005303\",\"100\"\n\"2024-07-08T09:15:00.000Z\",\"0.005614\",\"0.004785\",\"100\"\n\"2024-07-08T09:20:00.000Z\",\"0.005516\",\"0.004668\",\"100\"\n\"2024-07-08T09:25:00.000Z\",\"0.005818\",\"0.004855\",\"100\"\n\"2024-07-08T09:30:00.000Z\",\"0.005519\",\"0.004593\",\"100\"\n\"2024-07-08T09:35:00.000Z\",\"0.00571\",\"0.004713\",\"100\"\n\"2024-07-08T09:40:00.000Z\",\"0.005624\",\"0.004662\",\"100\"\n\"2024-07-08T09:45:00.000Z\",\"0.005574\",\"0.004683\",\"100\"\n\"2024-07-08T09:50:00.000Z\",\"0.006104\",\"0.004842\",\"100\"\n\"2024-07-08T09:55:00.000Z\",\"0.005549\",\"0.004722\",\"100\"\n\"2024-07-08T10:00:00.000Z\",\"0.005634\",\"0.004732\",\"100\"\n\"2024-07-08T10:05:00.000Z\",\"0.005623\",\"0.004786\",\"100\"\n\"2024-07-08T10:10:00.000Z\",\"0.005803\",\"0.004699\",\"100\"\n\"2024-07-08T10:15:00.000Z\",\"0.005719\",\"0.004784\",\"100\"\n\"2024-07-08T10:20:00.000Z\",\"0.005447\",\"0.004548\",\"100\"\n\"2024-07-08T10:25:00.000Z\",\"0.005707\",\"0.005336\",\"100\"\n\"2024-07-08T10:30:00.000Z\",\"0.005584\",\"0.004732\",\"100\"\n\"2024-07-08T10:35:00.000Z\",\"0.005754\",\"0.004791\",\"100\"\n\"2024-07-08T10:40:00.000Z\",\"0.005444\",\"0.004643\",\"100\"\n\"2024-07-08T10:45:00.000Z\",\"0.005719\",\"0.004748\",\"100\"\n\"2024-07-08T10:50:00.000Z\",\"0.005585\",\"0.004645\",\"100\"\n\"2024-07-08T10:55:00.000Z\",\"0.006253\",\"0.004985\",\"100\"\n\"2024-07-08T11:00:00.000Z\",\"0.005891\",\"0.004798\",\"100\"\n\"2024-07-08T11:05:00.000Z\",\"0.016074\",\"0.013596\",\"100\"\n\"2024-07-08T11:10:00.000Z\",\"0.012217\",\"0.010401\",\"100\"\n\"2024-07-08T11:15:00.000Z\",\"0.006673\",\"0.006272\",\"100\"\n\"2024-07-08T11:20:00.000Z\",\"0.005658\",\"0.004691\",\"100\"\n\"2024-07-08T11:25:00.000Z\",\"0.005642\",\"0.004718\",\"100\"\n\"2024-07-08T11:30:00.000Z\",\"0.005606\",\"0.004682\",\"100\"\n\"2024-07-08T11:35:00.000Z\",\"0.0057\",\"0.004857\",\"100\"\n\"2024-07-08T11:40:00.000Z\",\"0.005568\",\"0.004648\",\"100\"\n\"2024-07-08T11:45:00.000Z\",\"0.005881\",\"0.004907\",\"100\"\n\"2024-07-08T11:50:00.000Z\",\"0.005703\",\"0.005197\",\"100\"\n\"2024-07-08T11:55:00.000Z\",\"0.00611\",\"0.004915\",\"100\"\n\"2024-07-08T12:00:00.000Z\",\"0.005596\",\"0.004695\",\"100\"\n\"2024-07-08T12:05:00.000Z\",\"0.005717\",\"0.004769\",\"100\"\n\"2024-07-08T12:10:00.000Z\",\"0.005453\",\"0.004575\",\"100\"\n\"2024-07-08T12:15:00.000Z\",\"0.005827\",\"0.004959\",\"100\"\n\"2024-07-08T12:20:00.000Z\",\"0.005576\",\"0.004647\",\"100\"\n\"2024-07-08T12:25:00.000Z\",\"0.005483\",\"0.004614\",\"100\"\n\"2024-07-08T12:30:00.000Z\",\"0.005755\",\"0.004735\",\"100\"\n\"2024-07-08T12:35:00.000Z\",\"0.005578\",\"0.00472\",\"100\"\n\"2024-07-08T12:40:00.000Z\",\"0.005571\",\"0.00462\",\"100\"\n\"2024-07-08T12:45:00.000Z\",\"0.005633\",\"0.004737\",\"100\"\n\"2024-07-08T12:50:00.000Z\",\"0.005886\",\"0.00472\",\"100\"\n\"2024-07-08T12:55:00.000Z\",\"0.005781\",\"0.004817\",\"100\"\n\"2024-07-08T13:00:00.000Z\",\"0.005727\",\"0.004773\",\"100\"\n\"2024-07-08T13:05:00.000Z\",\"0.005421\",\"0.004675\",\"100\"\n\"2024-07-08T13:10:00.000Z\",\"0.005445\",\"0.005121\",\"100\"\n\"2024-07-08T13:15:00.000Z\",\"0.005414\",\"0.004584\",\"100\"\n\"2024-07-08T13:20:00.000Z\",\"0.005411\",\"0.004635\",\"100\"\n\"2024-07-08T13:25:00.000Z\",\"0.005567\",\"0.004763\",\"100\"\n\"2024-07-08T13:30:00.000Z\",\"0.005571\",\"0.004645\",\"100\"\n\"2024-07-08T13:35:00.000Z\",\"0.005504\",\"0.004707\",\"100\"\n\"2024-07-08T13:40:00.000Z\",\"0.005565\",\"0.004594\",\"100\"\n\"2024-07-08T13:45:00.000Z\",\"0.005714\",\"0.004791\",\"100\"\n\"2024-07-08T13:50:00.000Z\",\"0.005544\",\"0.004684\",\"100\"\n\"2024-07-08T13:55:00.000Z\",\"0.005964\",\"0.004793\",\"100\"\n\"2024-07-08T14:00:00.000Z\",\"0.005578\",\"0.004688\",\"100\"\n\"2024-07-08T14:05:00.000Z\",\"0.005607\",\"0.004773\",\"100\"\n\"2024-07-08T14:10:00.000Z\",\"0.005628\",\"0.004718\",\"100\"\n\"2024-07-08T14:15:00.000Z\",\"0.005566\",\"0.00471\",\"100\"\n\"2024-07-08T14:20:00.000Z\",\"0.005682\",\"0.004701\",\"100\"\n\"2024-07-08T14:25:00.000Z\",\"0.005884\",\"0.005376\",\"100\"\n\"2024-07-08T14:30:00.000Z\",\"0.005754\",\"0.004788\",\"100\"\n\"2024-07-08T14:35:00.000Z\",\"0.005553\",\"0.004789\",\"100\"\n\"2024-07-08T14:40:00.000Z\",\"0.005624\",\"0.004672\",\"100\"\n\"2024-07-08T14:45:00.000Z\",\"0.005598\",\"0.004717\",\"100\"\n\"2024-07-08T14:50:00.000Z\",\"0.006002\",\"0.004858\",\"100\"\n\"2024-07-08T14:55:00.000Z\",\"0.005662\",\"0.004691\",\"100\"\n\"2024-07-08T15:00:00.000Z\",\"0.005663\",\"0.004732\",\"100\"\n\"2024-07-08T15:05:00.000Z\",\"0.0057\",\"0.004836\",\"100\"\n\"2024-07-08T15:10:00.000Z\",\"0.005622\",\"0.004721\",\"100\"\n\"2024-07-08T15:15:00.000Z\",\"0.006698\",\"0.006205\",\"100\"\n\"2024-07-08T15:20:00.000Z\",\"0.005691\",\"0.004773\",\"100\"\n\"2024-07-08T15:25:00.000Z\",\"0.005492\",\"0.004624\",\"100\"\n\"2024-07-08T15:30:00.000Z\",\"0.005494\",\"0.004649\",\"100\"\n\"2024-07-08T15:35:00.000Z\",\"0.005655\",\"0.004783\",\"100\"\n\"2024-07-08T15:40:00.000Z\",\"0.005584\",\"0.004717\",\"100\"\n\"2024-07-08T15:45:00.000Z\",\"0.005695\",\"0.004765\",\"100\"\n\"2024-07-08T15:50:00.000Z\",\"0.00559\",\"0.005255\",\"100\"\n\"2024-07-08T15:55:00.000Z\",\"0.006078\",\"0.004856\",\"100\"\n\"2024-07-08T16:00:00.000Z\",\"0.00551\",\"0.00467\",\"100\"\n\"2024-07-08T16:05:00.000Z\",\"0.00559\",\"0.004762\",\"100\"\n\"2024-07-08T16:10:00.000Z\",\"0.005529\",\"0.004591\",\"100\"\n\"2024-07-08T16:15:00.000Z\",\"0.005763\",\"0.004759\",\"100\"\n\"2024-07-08T16:20:00.000Z\",\"0.005769\",\"0.004783\",\"100\"\n\"2024-07-08T16:25:00.000Z\",\"0.005697\",\"0.004712\",\"100\"\n\"2024-07-08T16:30:00.000Z\",\"0.005722\",\"0.004748\",\"100\"\n\"2024-07-08T16:35:00.000Z\",\"0.005705\",\"0.004743\",\"100\"\n\"2024-07-08T16:40:00.000Z\",\"0.005533\",\"0.004672\",\"100\"\n\"2024-07-08T16:45:00.000Z\",\"0.00567\",\"0.004713\",\"100\"\n\"2024-07-08T16:50:00.000Z\",\"0.00566\",\"0.004691\",\"100\"\n\"2024-07-08T16:55:00.000Z\",\"0.006074\",\"0.004903\",\"100\"\n\"2024-07-08T17:00:00.000Z\",\"0.005608\",\"0.004665\",\"100\"\n\"2024-07-08T17:05:00.000Z\",\"0.005645\",\"0.004723\",\"100\"\n\"2024-07-08T17:10:00.000Z\",\"0.005533\",\"0.004633\",\"100\"\n\"2024-07-08T17:15:00.000Z\",\"0.005787\",\"0.005354\",\"100\"\n\"2024-07-08T17:20:00.000Z\",\"0.005564\",\"0.004619\",\"100\"\n\"2024-07-08T17:25:00.000Z\",\"0.005809\",\"0.004817\",\"100\"\n\"2024-07-08T17:30:00.000Z\",\"0.005544\",\"0.004673\",\"100\"\n\"2024-07-08T17:35:00.000Z\",\"0.005563\",\"0.004691\",\"100\"\n\"2024-07-08T17:40:00.000Z\",\"0.005685\",\"0.004789\",\"100\"\n\"2024-07-08T17:45:00.000Z\",\"0.00568\",\"0.004816\",\"100\"\n\"2024-07-08T17:50:00.000Z\",\"0.005748\",\"0.004771\",\"100\"\n\"2024-07-08T17:55:00.000Z\",\"0.006002\",\"0.004845\",\"100\"\n\"2024-07-08T18:00:00.000Z\",\"0.005562\",\"0.004644\",\"100\"\n\"2024-07-08T18:05:00.000Z\",\"0.005751\",\"0.00488\",\"100\"\n\"2024-07-08T18:10:00.000Z\",\"0.005499\",\"0.004675\",\"100\"\n\"2024-07-08T18:15:00.000Z\",\"0.005659\",\"0.004793\",\"100\"\n\"2024-07-08T18:20:00.000Z\",\"0.005566\",\"0.004649\",\"100\"\n\"2024-07-08T18:25:00.000Z\",\"0.005717\",\"0.0049\",\"100\"\n\"2024-07-08T18:30:00.000Z\",\"0.005725\",\"0.004846\",\"100\"\n\"2024-07-08T18:35:00.000Z\",\"0.005639\",\"0.004781\",\"100\"\n\"2024-07-08T18:40:00.000Z\",\"0.005708\",\"0.005274\",\"100\"\n\"2024-07-08T18:45:00.000Z\",\"0.005656\",\"0.004793\",\"100\"\n\"2024-07-08T18:50:00.000Z\",\"0.005706\",\"0.004735\",\"100\"\n\"2024-07-08T18:55:00.000Z\",\"0.005672\",\"0.004758\",\"100\"\n\"2024-07-08T19:00:00.000Z\",\"0.006056\",\"0.00487\",\"100\"\n\"2024-07-08T19:05:00.000Z\",\"0.006573\",\"0.00619\",\"100\"\n\"2024-07-08T19:10:00.000Z\",\"0.005694\",\"0.004738\",\"100\"\n\"2024-07-08T19:15:00.000Z\",\"0.005542\",\"0.00461\",\"100\"\n\"2024-07-08T19:20:00.000Z\",\"0.005663\",\"0.004707\",\"100\"\n\"2024-07-08T19:25:00.000Z\",\"0.005697\",\"0.004793\",\"100\"\n\"2024-07-08T19:30:00.000Z\",\"0.005582\",\"0.004697\",\"100\"\n\"2024-07-08T19:35:00.000Z\",\"0.005837\",\"0.004788\",\"100\"\n\"2024-07-08T19:40:00.000Z\",\"0.005533\",\"0.004642\",\"100\"\n\"2024-07-08T19:45:00.000Z\",\"0.005713\",\"0.004714\",\"100\"\n\"2024-07-08T19:50:00.000Z\",\"0.005688\",\"0.004749\",\"100\"\n\"2024-07-08T19:55:00.000Z\",\"0.005681\",\"0.004858\",\"100\"\n\"2024-07-08T20:00:00.000Z\",\"0.005653\",\"0.005289\",\"100\"\n\"2024-07-08T20:05:00.000Z\",\"0.006142\",\"0.004876\",\"100\"\n\"2024-07-08T20:10:00.000Z\",\"0.005706\",\"0.004727\",\"100\"\n\"2024-07-08T20:15:00.000Z\",\"0.005779\",\"0.004852\",\"100\"\n\"2024-07-08T20:20:00.000Z\",\"0.005442\",\"0.0046\",\"100\"\n\"2024-07-08T20:25:00.000Z\",\"0.005736\",\"0.004725\",\"100\"\n\"2024-07-08T20:30:00.000Z\",\"0.005514\",\"0.004573\",\"100\"\n\"2024-07-08T20:35:00.000Z\",\"0.00568\",\"0.004737\",\"100\"\n\"2024-07-08T20:40:00.000Z\",\"0.005432\",\"0.004613\",\"100\"\n\"2024-07-08T20:45:00.000Z\",\"0.00563\",\"0.004679\",\"100\"\n\"2024-07-08T20:50:00.000Z\",\"0.00562\",\"0.004697\",\"100\"\n\"2024-07-08T20:55:00.000Z\",\"0.005703\",\"0.004787\",\"100\"\n\"2024-07-08T21:00:00.000Z\",\"0.005973\",\"0.004847\",\"100\"\n\"2024-07-08T21:05:00.000Z\",\"0.005605\",\"0.00473\",\"100\"\n\"2024-07-08T21:10:00.000Z\",\"0.005521\",\"0.004618\",\"100\"\n\"2024-07-08T21:15:00.000Z\",\"0.005548\",\"0.004654\",\"100\"\n\"2024-07-08T21:20:00.000Z\",\"0.005729\",\"0.004715\",\"100\"\n\"2024-07-08T21:25:00.000Z\",\"0.005721\",\"0.00536\",\"100\"\n\"2024-07-08T21:30:00.000Z\",\"0.005451\",\"0.004577\",\"100\"\n\"2024-07-08T21:35:00.000Z\",\"0.005742\",\"0.004822\",\"100\"\n\"2024-07-08T21:40:00.000Z\",\"0.005551\",\"0.004611\",\"100\"\n\"2024-07-08T21:45:00.000Z\",\"0.005635\",\"0.004802\",\"100\"\n\"2024-07-08T21:50:00.000Z\",\"0.00548\",\"0.004584\",\"100\"\n\"2024-07-08T21:55:00.000Z\",\"0.00606\",\"0.004863\",\"100\"\n\"2024-07-08T22:00:00.000Z\",\"0.005541\",\"0.004644\",\"100\"\n\"2024-07-08T22:05:00.000Z\",\"0.005744\",\"0.004854\",\"100\"\n\"2024-07-08T22:10:00.000Z\",\"0.005591\",\"0.004645\",\"100\"\n\"2024-07-08T22:15:00.000Z\",\"0.005548\",\"0.004672\",\"100\"\n\"2024-07-08T22:20:00.000Z\",\"0.005726\",\"0.004774\",\"100\"\n\"2024-07-08T22:25:00.000Z\",\"0.005724\",\"0.00468\",\"100\"\n\"2024-07-08T22:30:00.000Z\",\"0.005572\",\"0.004586\",\"100\"\n\"2024-07-08T22:35:00.000Z\",\"0.005696\",\"0.004729\",\"100\"\n\"2024-07-08T22:40:00.000Z\",\"0.00553\",\"0.004648\",\"100\"\n\"2024-07-08T22:45:00.000Z\",\"0.00572\",\"0.004751\",\"100\"\n\"2024-07-08T22:50:00.000Z\",\"0.006456\",\"0.006035\",\"100\"\n\"2024-07-08T22:55:00.000Z\",\"0.006158\",\"0.005474\",\"100\"\n\"2024-07-08T23:00:00.000Z\",\"0.005586\",\"0.004702\",\"100\"\n\"2024-07-08T23:05:00.000Z\",\"0.005749\",\"0.004746\",\"100\"\n\"2024-07-08T23:10:00.000Z\",\"0.005764\",\"0.00466\",\"100\"\n\"2024-07-08T23:15:00.000Z\",\"0.005502\",\"0.004651\",\"100\"\n\"2024-07-08T23:20:00.000Z\",\"0.005621\",\"0.004644\",\"100\"\n\"2024-07-08T23:25:00.000Z\",\"0.005688\",\"0.004771\",\"100\"\n\"2024-07-08T23:30:00.000Z\",\"0.005515\",\"0.004662\",\"100\"\n\"2024-07-08T23:35:00.000Z\",\"0.005599\",\"0.004648\",\"100\"\n\"2024-07-08T23:40:00.000Z\",\"0.005627\",\"0.004709\",\"100\"\n\"2024-07-08T23:45:00.000Z\",\"0.012007\",\"0.010001\",\"100\"\n\"2024-07-08T23:50:00.000Z\",\"0.023856\",\"0.01948\",\"100\"\n\"2024-07-08T23:55:00.000Z\",\"0.023453\",\"0.019445\",\"100\"\n\"2024-07-09T00:00:00.000Z\",\"0.023477\",\"0.019388\",\"100\"\n\"2024-07-09T00:05:00.000Z\",\"0.023376\",\"0.019816\",\"100\"\n\"2024-07-09T00:10:00.000Z\",\"0.025076\",\"0.019728\",\"100\"\n\"2024-07-09T00:15:00.000Z\",\"0.017068\",\"0.014086\",\"100\"\n\"2024-07-09T00:20:00.000Z\",\"0.005562\",\"0.004629\",\"100\"\n\"2024-07-09T00:25:00.000Z\",\"0.005886\",\"0.004919\",\"100\"\n\"2024-07-09T00:30:00.000Z\",\"0.005712\",\"0.004725\",\"100\"\n\"2024-07-09T00:35:00.000Z\",\"0.005665\",\"0.004679\",\"100\"\n\"2024-07-09T00:40:00.000Z\",\"0.005492\",\"0.004621\",\"100\"\n\"2024-07-09T00:45:00.000Z\",\"0.005641\",\"0.004786\",\"100\"\n\"2024-07-09T00:50:00.000Z\",\"0.005879\",\"0.004679\",\"100\"\n\"2024-07-09T00:55:00.000Z\",\"0.005743\",\"0.004733\",\"100\"\n\"2024-07-09T01:00:00.000Z\",\"0.005548\",\"0.004677\",\"100\"\n\"2024-07-09T01:05:00.000Z\",\"0.005785\",\"0.004702\",\"100\"\n\"2024-07-09T01:10:00.000Z\",\"0.005557\",\"0.004656\",\"100\"\n\"2024-07-09T01:15:00.000Z\",\"0.005545\",\"0.004659\",\"100\"\n\"2024-07-09T01:20:00.000Z\",\"0.005515\",\"0.004642\",\"100\"\n\"2024-07-09T01:25:00.000Z\",\"0.005694\",\"0.00537\",\"100\"\n\"2024-07-09T01:30:00.000Z\",\"0.005558\",\"0.004702\",\"100\"\n\"2024-07-09T01:35:00.000Z\",\"0.005617\",\"0.004623\",\"100\"\n\"2024-07-09T01:40:00.000Z\",\"0.0056\",\"0.004713\",\"100\"\n\"2024-07-09T01:45:00.000Z\",\"0.005634\",\"0.004762\",\"100\"\n\"2024-07-09T01:50:00.000Z\",\"0.005858\",\"0.004664\",\"100\"\n\"2024-07-09T01:55:00.000Z\",\"0.005831\",\"0.00474\",\"100\"\n\"2024-07-09T02:00:00.000Z\",\"0.005584\",\"0.004679\",\"100\"\n\"2024-07-09T02:05:00.000Z\",\"0.005636\",\"0.004691\",\"100\"\n\"2024-07-09T02:10:00.000Z\",\"0.005685\",\"0.004769\",\"100\"\n\"2024-07-09T02:15:00.000Z\",\"0.005719\",\"0.004784\",\"100\"\n\"2024-07-09T02:20:00.000Z\",\"0.005519\",\"0.004595\",\"100\"\n\"2024-07-09T02:25:00.000Z\",\"0.005654\",\"0.004749\",\"100\"\n\"2024-07-09T02:30:00.000Z\",\"0.00572\",\"0.005261\",\"100\"\n\"2024-07-09T02:35:00.000Z\",\"0.00567\",\"0.004695\",\"100\"\n\"2024-07-09T02:40:00.000Z\",\"0.005629\",\"0.004616\",\"100\"\n\"2024-07-09T02:45:00.000Z\",\"0.006283\",\"0.005271\",\"100\"\n\"2024-07-09T02:50:00.000Z\",\"0.023163\",\"0.019164\",\"100\"\n\"2024-07-09T02:55:00.000Z\",\"0.024623\",\"0.020781\",\"100\"\n\"2024-07-09T03:00:00.000Z\",\"0.023392\",\"0.019393\",\"100\"\n\"2024-07-09T03:05:00.000Z\",\"0.022834\",\"0.018913\",\"100\"\n\"2024-07-09T03:10:00.000Z\",\"0.023337\",\"0.019292\",\"100\"\n\"2024-07-09T03:15:00.000Z\",\"0.023221\",\"0.019293\",\"100\"\n\"2024-07-09T03:20:00.000Z\",\"0.023297\",\"0.019277\",\"100\"\n\"2024-07-09T03:25:00.000Z\",\"0.023509\",\"0.019521\",\"100\"\n\"2024-07-09T03:30:00.000Z\",\"0.023514\",\"0.019457\",\"100\"\n\"2024-07-09T03:35:00.000Z\",\"0.023438\",\"0.01979\",\"100\"\n\"2024-07-09T03:40:00.000Z\",\"0.023314\",\"0.019295\",\"100\"\n\"2024-07-09T03:45:00.000Z\",\"0.023437\",\"0.019384\",\"100\"\n\"2024-07-09T03:50:00.000Z\",\"0.023776\",\"0.019442\",\"100\"\n\"2024-07-09T03:55:00.000Z\",\"0.023258\",\"0.019287\",\"100\"\n\"2024-07-09T04:00:00.000Z\",\"0.023577\",\"0.01946\",\"100\"\n\"2024-07-09T04:05:00.000Z\",\"0.02301\",\"0.019023\",\"100\"\n\"2024-07-09T04:10:00.000Z\",\"0.023434\",\"0.019471\",\"100\"\n\"2024-07-09T04:15:00.000Z\",\"0.023343\",\"0.019326\",\"100\"\n\"2024-07-09T04:20:00.000Z\",\"0.023363\",\"0.019353\",\"100\"\n\"2024-07-09T04:25:00.000Z\",\"0.023218\",\"0.019109\",\"100\"\n\"2024-07-09T04:30:00.000Z\",\"0.023474\",\"0.019411\",\"100\"\n\"2024-07-09T04:35:00.000Z\",\"0.023306\",\"0.01926\",\"100\"\n\"2024-07-09T04:40:00.000Z\",\"0.023421\",\"0.01938\",\"100\"\n\"2024-07-09T04:45:00.000Z\",\"0.023574\",\"0.01937\",\"100\"\n\"2024-07-09T04:50:00.000Z\",\"0.023288\",\"0.019205\",\"100\"\n\"2024-07-09T04:55:00.000Z\",\"0.023324\",\"0.019377\",\"100\"\n\"2024-07-09T05:00:00.000Z\",\"0.018852\",\"0.016127\",\"100\"\n\"2024-07-09T05:05:00.000Z\",\"0.006168\",\"0.005156\",\"100\"\n\"2024-07-09T05:10:00.000Z\",\"0.023055\",\"0.01906\",\"100\"\n\"2024-07-09T05:15:00.000Z\",\"0.017093\",\"0.014117\",\"100\"\n\"2024-07-09T05:20:00.000Z\",\"0.022757\",\"0.018932\",\"100\"\n\"2024-07-09T05:25:00.000Z\",\"0.023321\",\"0.019211\",\"100\"\n\"2024-07-09T05:30:00.000Z\",\"0.020452\",\"0.016953\",\"100\"\n\"2024-07-09T05:35:00.000Z\",\"0.012248\",\"0.010146\",\"100\"\n\"2024-07-09T05:40:00.000Z\",\"0.015166\",\"0.012584\",\"100\"\n\"2024-07-09T05:45:00.000Z\",\"0.023538\",\"0.019423\",\"100\"\n\"2024-07-09T05:50:00.000Z\",\"0.022766\",\"0.018934\",\"100\"\n\"2024-07-09T05:55:00.000Z\",\"0.023004\",\"0.019144\",\"100\"\n\"2024-07-09T06:00:00.000Z\",\"0.023382\",\"0.019345\",\"100\"\n\"2024-07-09T06:05:00.000Z\",\"0.023254\",\"0.019265\",\"100\"\n\"2024-07-09T06:10:00.000Z\",\"0.023521\",\"0.019472\",\"100\"\n\"2024-07-09T06:15:00.000Z\",\"0.02346\",\"0.01933\",\"100\"\n\"2024-07-09T06:20:00.000Z\",\"0.02355\",\"0.020019\",\"100\"\n\"2024-07-09T06:25:00.000Z\",\"0.023474\",\"0.019451\",\"100\"\n\"2024-07-09T06:30:00.000Z\",\"0.023398\",\"0.019396\",\"100\"\n\"2024-07-09T06:35:00.000Z\",\"0.0231\",\"0.019177\",\"100\"\n\"2024-07-09T06:40:00.000Z\",\"0.02356\",\"0.019623\",\"100\"\n\"2024-07-09T06:45:00.000Z\",\"0.023942\",\"0.020525\",\"100\"\n\"2024-07-09T06:50:00.000Z\",\"0.023103\",\"0.018884\",\"100\"\n\"2024-07-09T06:55:00.000Z\",\"0.023183\",\"0.019193\",\"100\"\n\"2024-07-09T07:00:00.000Z\",\"0.023421\",\"0.019303\",\"100\"\n\"2024-07-09T07:05:00.000Z\",\"0.022876\",\"0.018945\",\"100\"\n\"2024-07-09T07:10:00.000Z\",\"0.023242\",\"0.019233\",\"100\"\n\"2024-07-09T07:15:00.000Z\",\"0.023289\",\"0.019312\",\"100\"\n\"2024-07-09T07:20:00.000Z\",\"0.02334\",\"0.019779\",\"100\"\n\"2024-07-09T07:25:00.000Z\",\"0.023417\",\"0.019405\",\"100\"\n\"2024-07-09T07:30:00.000Z\",\"0.023272\",\"0.019295\",\"100\"\n\"2024-07-09T07:35:00.000Z\",\"0.022888\",\"0.018981\",\"100\"\n\"2024-07-09T07:40:00.000Z\",\"0.013967\",\"0.01155\",\"100\"\n\"2024-07-09T07:45:00.000Z\",\"0.005625\",\"0.004706\",\"100\"\n\"2024-07-09T07:50:00.000Z\",\"0.005702\",\"0.00466\",\"100\"\n\"2024-07-09T07:55:00.000Z\",\"0.006005\",\"0.004773\",\"100\"\n\"2024-07-09T08:00:00.000Z\",\"0.005593\",\"0.004677\",\"100\"\n\"2024-07-09T08:05:00.000Z\",\"0.00569\",\"0.004776\",\"100\"\n\"2024-07-09T08:10:00.000Z\",\"0.005557\",\"0.004643\",\"100\"\n\"2024-07-09T08:15:00.000Z\",\"0.005781\",\"0.004806\",\"100\"\n\"2024-07-09T08:20:00.000Z\",\"0.005625\",\"0.004678\",\"100\"\n\"2024-07-09T08:25:00.000Z\",\"0.00565\",\"0.004768\",\"100\"\n\"2024-07-09T08:30:00.000Z\",\"0.005564\",\"0.004631\",\"100\"\n\"2024-07-09T08:35:00.000Z\",\"0.00562\",\"0.004779\",\"100\"\n\"2024-07-09T08:40:00.000Z\",\"0.005556\",\"0.004651\",\"100\"\n\"2024-07-09T08:45:00.000Z\",\"0.005752\",\"0.005349\",\"100\"\n\"2024-07-09T08:50:00.000Z\",\"0.005987\",\"0.004781\",\"100\"\n\"2024-07-09T08:55:00.000Z\",\"0.005745\",\"0.004734\",\"100\"\n\"2024-07-09T09:00:00.000Z\",\"0.005653\",\"0.004692\",\"100\"\n\"2024-07-09T09:05:00.000Z\",\"0.005622\",\"0.004706\",\"100\"\n\"2024-07-09T09:10:00.000Z\",\"0.00558\",\"0.004675\",\"100\"\n\"2024-07-09T09:15:00.000Z\",\"0.005544\",\"0.004676\",\"100\"\n\"2024-07-09T09:20:00.000Z\",\"0.005501\",\"0.004618\",\"100\"\n\"2024-07-09T09:25:00.000Z\",\"0.005638\",\"0.004747\",\"100\"\n\"2024-07-09T09:30:00.000Z\",\"0.005543\",\"0.004629\",\"100\"\n\"2024-07-09T09:35:00.000Z\",\"0.005666\",\"0.004663\",\"100\"\n\"2024-07-09T09:40:00.000Z\",\"0.005454\",\"0.004622\",\"100\"\n\"2024-07-09T09:45:00.000Z\",\"0.005608\",\"0.004712\",\"100\"\n\"2024-07-09T09:50:00.000Z\",\"0.005995\",\"0.004748\",\"100\"\n\"2024-07-09T09:55:00.000Z\",\"0.005729\",\"0.005323\",\"100\"\n\"2024-07-09T10:00:00.000Z\",\"0.005493\",\"0.004525\",\"100\"\n\"2024-07-09T10:05:00.000Z\",\"0.005697\",\"0.004784\",\"100\"\n\"2024-07-09T10:10:00.000Z\",\"0.005555\",\"0.004658\",\"100\"\n\"2024-07-09T10:15:00.000Z\",\"0.005564\",\"0.004713\",\"100\"\n\"2024-07-09T10:20:00.000Z\",\"0.00553\",\"0.004622\",\"100\"\n\"2024-07-09T10:25:00.000Z\",\"0.005718\",\"0.004735\",\"100\"\n\"2024-07-09T10:30:00.000Z\",\"0.005699\",\"0.004691\",\"100\"\n\"2024-07-09T10:35:00.000Z\",\"0.005627\",\"0.004753\",\"100\"\n\"2024-07-09T10:40:00.000Z\",\"0.005559\",\"0.00466\",\"100\"\n\"2024-07-09T10:45:00.000Z\",\"0.005665\",\"0.004793\",\"100\"\n\"2024-07-09T10:50:00.000Z\",\"0.006412\",\"0.006064\",\"100\"\n\"2024-07-09T10:55:00.000Z\",\"0.005969\",\"0.004783\",\"100\"\n\"2024-07-09T11:00:00.000Z\",\"0.005638\",\"0.004665\",\"100\"\n\"2024-07-09T11:05:00.000Z\",\"0.00558\",\"0.004666\",\"100\"\n\"2024-07-09T11:10:00.000Z\",\"0.005569\",\"0.004659\",\"100\"\n\"2024-07-09T11:15:00.000Z\",\"0.005597\",\"0.004724\",\"100\"\n\"2024-07-09T11:20:00.000Z\",\"0.00578\",\"0.005326\",\"100\"\n\"2024-07-09T11:25:00.000Z\",\"0.00566\",\"0.00477\",\"100\"\n\"2024-07-09T11:30:00.000Z\",\"0.005716\",\"0.004715\",\"100\"\n\"2024-07-09T11:35:00.000Z\",\"0.005593\",\"0.004723\",\"100\"\n\"2024-07-09T11:40:00.000Z\",\"0.005503\",\"0.004649\",\"100\"\n\"2024-07-09T11:45:00.000Z\",\"0.005708\",\"0.004738\",\"100\"\n\"2024-07-09T11:50:00.000Z\",\"0.005525\",\"0.004671\",\"100\"\n\"2024-07-09T11:55:00.000Z\",\"0.00561\",\"0.004708\",\"100\"\n\"2024-07-09T12:00:00.000Z\",\"0.006071\",\"0.004794\",\"100\"\n\"2024-07-09T12:05:00.000Z\",\"0.005581\",\"0.004684\",\"100\"\n\"2024-07-09T12:10:00.000Z\",\"0.005617\",\"0.004704\",\"100\"\n\"2024-07-09T12:15:00.000Z\",\"0.005687\",\"0.00484\",\"100\"\n\"2024-07-09T12:20:00.000Z\",\"0.005795\",\"0.004683\",\"100\"\n\"2024-07-09T12:25:00.000Z\",\"0.005705\",\"0.004706\",\"100\"\n\"2024-07-09T12:30:00.000Z\",\"0.005317\",\"0.004494\",\"100\"\n\"2024-07-09T12:35:00.000Z\",\"0.005836\",\"0.0054\",\"100\"\n\"2024-07-09T12:40:00.000Z\",\"0.005489\",\"0.004597\",\"100\"\n\"2024-07-09T12:45:00.000Z\",\"0.005645\",\"0.004737\",\"100\"\n\"2024-07-09T12:50:00.000Z\",\"0.005616\",\"0.004667\",\"100\"\n\"2024-07-09T12:55:00.000Z\",\"0.006047\",\"0.004796\",\"100\"\n\"2024-07-09T13:00:00.000Z\",\"0.005548\",\"0.004667\",\"100\"\n\"2024-07-09T13:05:00.000Z\",\"0.005612\",\"0.004723\",\"100\"\n\"2024-07-09T13:10:00.000Z\",\"0.005608\",\"0.004656\",\"100\"\n\"2024-07-09T13:15:00.000Z\",\"0.005664\",\"0.004733\",\"100\"\n\"2024-07-09T13:20:00.000Z\",\"0.005649\",\"0.004786\",\"100\"\n\"2024-07-09T13:25:00.000Z\",\"0.005668\",\"0.004752\",\"100\"\n\"2024-07-09T13:30:00.000Z\",\"0.005462\",\"0.004612\",\"100\"\n\"2024-07-09T13:35:00.000Z\",\"0.005823\",\"0.004744\",\"100\"\n\"2024-07-09T13:40:00.000Z\",\"0.005595\",\"0.0047\",\"100\"\n\"2024-07-09T13:45:00.000Z\",\"0.005655\",\"0.005279\",\"100\"\n\"2024-07-09T13:50:00.000Z\",\"0.005505\",\"0.00464\",\"100\"\n\"2024-07-09T13:55:00.000Z\",\"0.006067\",\"0.004877\",\"100\"\n\"2024-07-09T14:00:00.000Z\",\"0.005583\",\"0.004703\",\"100\"\n\"2024-07-09T14:05:00.000Z\",\"0.005752\",\"0.004877\",\"100\"\n\"2024-07-09T14:10:00.000Z\",\"0.005579\",\"0.004673\",\"100\"\n\"2024-07-09T14:15:00.000Z\",\"0.005634\",\"0.004684\",\"100\"\n\"2024-07-09T14:20:00.000Z\",\"0.005571\",\"0.004668\",\"100\"\n\"2024-07-09T14:25:00.000Z\",\"0.00576\",\"0.004735\",\"100\"\n\"2024-07-09T14:30:00.000Z\",\"0.005389\",\"0.004556\",\"100\"\n\"2024-07-09T14:35:00.000Z\",\"0.005724\",\"0.004911\",\"100\"\n\"2024-07-09T14:40:00.000Z\",\"0.005558\",\"0.004621\",\"100\"\n\"2024-07-09T14:45:00.000Z\",\"0.005519\",\"0.004626\",\"100\"\n\"2024-07-09T14:50:00.000Z\",\"0.005968\",\"0.004734\",\"100\"\n\"2024-07-09T14:55:00.000Z\",\"0.006594\",\"0.006246\",\"100\"\n\"2024-07-09T15:00:00.000Z\",\"0.005722\",\"0.005255\",\"100\"\n\"2024-07-09T15:05:00.000Z\",\"0.005477\",\"0.004656\",\"100\"\n\"2024-07-09T15:10:00.000Z\",\"0.005619\",\"0.004689\",\"100\"\n\"2024-07-09T15:15:00.000Z\",\"0.005709\",\"0.004733\",\"100\"\n\"2024-07-09T15:20:00.000Z\",\"0.005637\",\"0.004635\",\"100\"\n\"2024-07-09T15:25:00.000Z\",\"0.005665\",\"0.004739\",\"100\"\n\"2024-07-09T15:30:00.000Z\",\"0.005496\",\"0.0046\",\"100\"\n\"2024-07-09T15:35:00.000Z\",\"0.005649\",\"0.004772\",\"100\"\n\"2024-07-09T15:40:00.000Z\",\"0.005637\",\"0.004748\",\"100\"\n\"2024-07-09T15:45:00.000Z\",\"0.005624\",\"0.004704\",\"100\"\n\"2024-07-09T15:50:00.000Z\",\"0.005969\",\"0.004731\",\"100\"\n\"2024-07-09T15:55:00.000Z\",\"0.00573\",\"0.004791\",\"100\"\n\"2024-07-09T16:00:00.000Z\",\"0.00573\",\"0.004595\",\"100\"\n\"2024-07-09T16:05:00.000Z\",\"0.005653\",\"0.004794\",\"100\"\n\"2024-07-09T16:10:00.000Z\",\"0.005658\",\"0.005245\",\"100\"\n\"2024-07-09T16:15:00.000Z\",\"0.005537\",\"0.004627\",\"100\"\n\"2024-07-09T16:20:00.000Z\",\"0.005512\",\"0.004621\",\"100\"\n\"2024-07-09T16:25:00.000Z\",\"0.005476\",\"0.004629\",\"100\"\n\"2024-07-09T16:30:00.000Z\",\"0.00562\",\"0.004641\",\"100\"\n\"2024-07-09T16:35:00.000Z\",\"0.005589\",\"0.004699\",\"100\"\n\"2024-07-09T16:40:00.000Z\",\"0.005599\",\"0.004653\",\"100\"\n\"2024-07-09T16:45:00.000Z\",\"0.006232\",\"0.004848\",\"100\"\n\"2024-07-09T16:50:00.000Z\",\"0.005552\",\"0.004672\",\"100\"\n\"2024-07-09T16:55:00.000Z\",\"0.005608\",\"0.004739\",\"100\"\n\"2024-07-09T17:00:00.000Z\",\"0.00558\",\"0.004671\",\"100\"\n\"2024-07-09T17:05:00.000Z\",\"0.005572\",\"0.004676\",\"100\"\n\"2024-07-09T17:10:00.000Z\",\"0.005515\",\"0.004595\",\"100\"\n\"2024-07-09T17:15:00.000Z\",\"0.005549\",\"0.004742\",\"100\"\n\"2024-07-09T17:20:00.000Z\",\"0.005679\",\"0.005278\",\"100\"\n\"2024-07-09T17:25:00.000Z\",\"0.005658\",\"0.004801\",\"100\"\n\"2024-07-09T17:30:00.000Z\",\"0.005663\",\"0.004652\",\"100\"\n\"2024-07-09T17:35:00.000Z\",\"0.005603\",\"0.004691\",\"100\"\n\"2024-07-09T17:40:00.000Z\",\"0.005584\",\"0.004703\",\"100\"\n\"2024-07-09T17:45:00.000Z\",\"0.006196\",\"0.004902\",\"100\"\n\"2024-07-09T17:50:00.000Z\",\"0.005352\",\"0.004586\",\"100\"\n\"2024-07-09T17:55:00.000Z\",\"0.0056\",\"0.00474\",\"100\"\n\"2024-07-09T18:00:00.000Z\",\"0.005617\",\"0.004701\",\"100\"\n\"2024-07-09T18:05:00.000Z\",\"0.005687\",\"0.004797\",\"100\"\n\"2024-07-09T18:10:00.000Z\",\"0.005248\",\"0.004518\",\"100\"\n\"2024-07-09T18:15:00.000Z\",\"0.00566\",\"0.004674\",\"100\"\n\"2024-07-09T18:20:00.000Z\",\"0.005588\",\"0.005207\",\"100\"\n\"2024-07-09T18:25:00.000Z\",\"0.005626\",\"0.004746\",\"100\"\n\"2024-07-09T18:30:00.000Z\",\"0.00532\",\"0.004559\",\"100\"\n\"2024-07-09T18:35:00.000Z\",\"0.005636\",\"0.004622\",\"100\"\n\"2024-07-09T18:40:00.000Z\",\"0.006511\",\"0.006108\",\"100\"\n\"2024-07-09T18:45:00.000Z\",\"0.00603\",\"0.004858\",\"100\"\n\"2024-07-09T18:50:00.000Z\",\"0.005599\",\"0.004724\",\"100\"\n\"2024-07-09T18:55:00.000Z\",\"0.005645\",\"0.004695\",\"100\"\n\"2024-07-09T19:00:00.000Z\",\"0.00558\",\"0.004646\",\"100\"\n\"2024-07-09T19:05:00.000Z\",\"0.0056\",\"0.004746\",\"100\"\n\"2024-07-09T19:10:00.000Z\",\"0.005493\",\"0.004623\",\"100\"\n\"2024-07-09T19:15:00.000Z\",\"0.005616\",\"0.004694\",\"100\"\n\"2024-07-09T19:20:00.000Z\",\"0.005513\",\"0.004671\",\"100\"\n\"2024-07-09T19:25:00.000Z\",\"0.005667\",\"0.004682\",\"100\"\n\"2024-07-09T19:30:00.000Z\",\"0.005627\",\"0.004598\",\"100\"\n\"2024-07-09T19:35:00.000Z\",\"0.005598\",\"0.004758\",\"100\"\n\"2024-07-09T19:40:00.000Z\",\"0.005944\",\"0.005241\",\"100\"\n\"2024-07-09T19:45:00.000Z\",\"0.00567\",\"0.004702\",\"100\"\n\"2024-07-09T19:50:00.000Z\",\"0.005424\",\"0.004566\",\"100\"\n\"2024-07-09T19:55:00.000Z\",\"0.0056\",\"0.00472\",\"100\"\n\"2024-07-09T20:00:00.000Z\",\"0.005481\",\"0.004621\",\"100\"\n\"2024-07-09T20:05:00.000Z\",\"0.005613\",\"0.004663\",\"100\"\n\"2024-07-09T20:10:00.000Z\",\"0.005674\",\"0.004796\",\"100\"\n\"2024-07-09T20:15:00.000Z\",\"0.005703\",\"0.004718\",\"100\"\n\"2024-07-09T20:20:00.000Z\",\"0.005633\",\"0.004667\",\"100\"\n\"2024-07-09T20:25:00.000Z\",\"0.00568\",\"0.004741\",\"100\"\n\"2024-07-09T20:30:00.000Z\",\"0.005469\",\"0.00462\",\"100\"\n\"2024-07-09T20:35:00.000Z\",\"0.005673\",\"0.004785\",\"100\"\n\"2024-07-09T20:40:00.000Z\",\"0.005948\",\"0.004712\",\"100\"\n\"2024-07-09T20:45:00.000Z\",\"0.005741\",\"0.005349\",\"100\"\n\"2024-07-09T20:50:00.000Z\",\"0.005585\",\"0.004698\",\"100\"\n\"2024-07-09T20:55:00.000Z\",\"0.005586\",\"0.004662\",\"100\"\n\"2024-07-09T21:00:00.000Z\",\"0.005551\",\"0.004676\",\"100\"\n\"2024-07-09T21:05:00.000Z\",\"0.005784\",\"0.004739\",\"100\"\n\"2024-07-09T21:10:00.000Z\",\"0.00555\",\"0.004671\",\"100\"\n\"2024-07-09T21:15:00.000Z\",\"0.005663\",\"0.004736\",\"100\"\n\"2024-07-09T21:20:00.000Z\",\"0.00558\",\"0.00467\",\"100\"\n\"2024-07-09T21:25:00.000Z\",\"0.005701\",\"0.004728\",\"100\"\n\"2024-07-09T21:30:00.000Z\",\"0.005597\",\"0.004738\",\"100\"\n\"2024-07-09T21:35:00.000Z\",\"0.005701\",\"0.004766\",\"100\"\n\"2024-07-09T21:40:00.000Z\",\"0.005576\",\"0.004669\",\"100\"\n\"2024-07-09T21:45:00.000Z\",\"0.005912\",\"0.004741\",\"100\"\n\"2024-07-09T21:50:00.000Z\",\"0.005541\",\"0.004689\",\"100\"\n\"2024-07-09T21:55:00.000Z\",\"0.005575\",\"0.004748\",\"100\"\n\"2024-07-09T22:00:00.000Z\",\"0.005787\",\"0.005296\",\"100\"\n\"2024-07-09T22:05:00.000Z\",\"0.005795\",\"0.004765\",\"100\"\n\"2024-07-09T22:10:00.000Z\",\"0.005559\",\"0.004654\",\"100\"\n\"2024-07-09T22:15:00.000Z\",\"0.005556\",\"0.004707\",\"100\"\n\"2024-07-09T22:20:00.000Z\",\"0.005641\",\"0.004664\",\"100\"\n\"2024-07-09T22:25:00.000Z\",\"0.005501\",\"0.004667\",\"100\"\n\"2024-07-09T22:30:00.000Z\",\"0.005728\",\"0.00474\",\"100\"\n\"2024-07-09T22:35:00.000Z\",\"0.005562\",\"0.004614\",\"100\"\n\"2024-07-09T22:40:00.000Z\",\"0.005637\",\"0.004726\",\"100\"\n\"2024-07-09T22:45:00.000Z\",\"0.006874\",\"0.006291\",\"100\"\n\"2024-07-09T22:50:00.000Z\",\"0.005634\",\"0.004651\",\"100\"\n\"2024-07-09T22:55:00.000Z\",\"0.005602\",\"0.004696\",\"100\"\n\"2024-07-09T23:00:00.000Z\",\"0.005731\",\"0.004656\",\"100\"\n\"2024-07-09T23:05:00.000Z\",\"0.005601\",\"0.004663\",\"100\"\n\"2024-07-09T23:10:00.000Z\",\"0.005646\",\"0.005319\",\"100\"\n\"2024-07-09T23:15:00.000Z\",\"0.00559\",\"0.004662\",\"100\"\n\"2024-07-09T23:20:00.000Z\",\"0.005524\",\"0.004574\",\"100\"\n\"2024-07-09T23:25:00.000Z\",\"0.005496\",\"0.004636\",\"100\"\n\"2024-07-09T23:30:00.000Z\",\"0.00568\",\"0.004797\",\"100\"\n\"2024-07-09T23:35:00.000Z\",\"0.005613\",\"0.004692\",\"100\"\n\"2024-07-09T23:40:00.000Z\",\"0.00563\",\"0.004637\",\"100\"\n\"2024-07-09T23:45:00.000Z\",\"0.006064\",\"0.004771\",\"100\"\n\"2024-07-09T23:50:00.000Z\",\"0.005545\",\"0.004609\",\"100\"\n\"2024-07-09T23:55:00.000Z\",\"0.005571\",\"0.004658\",\"100\"\n\"2024-07-10T00:00:00.000Z\",\"0.005638\",\"0.004715\",\"100\"\n\"2024-07-10T00:05:00.000Z\",\"0.005633\",\"0.004651\",\"100\"\n\"2024-07-10T00:10:00.000Z\",\"0.005666\",\"0.004723\",\"100\"\n\"2024-07-10T00:15:00.000Z\",\"0.005742\",\"0.004772\",\"100\"\n\"2024-07-10T00:20:00.000Z\",\"0.005564\",\"0.004625\",\"100\"\n\"2024-07-10T00:25:00.000Z\",\"0.005588\",\"0.004638\",\"100\"\n\"2024-07-10T00:30:00.000Z\",\"0.005797\",\"0.004772\",\"100\"\n\"2024-07-10T00:35:00.000Z\",\"0.005625\",\"0.004673\",\"100\"\n\"2024-07-10T00:40:00.000Z\",\"0.006057\",\"0.005355\",\"100\"\n\"2024-07-10T00:45:00.000Z\",\"0.005643\",\"0.004733\",\"100\"\n\"2024-07-10T00:50:00.000Z\",\"0.005612\",\"0.004691\",\"100\"\n\"2024-07-10T00:55:00.000Z\",\"0.005591\",\"0.004734\",\"100\"\n\"2024-07-10T01:00:00.000Z\",\"0.005571\",\"0.004671\",\"100\"\n\"2024-07-10T01:05:00.000Z\",\"0.005512\",\"0.004689\",\"100\"\n\"2024-07-10T01:10:00.000Z\",\"0.005531\",\"0.004637\",\"100\"\n\"2024-07-10T01:15:00.000Z\",\"0.005684\",\"0.004712\",\"100\"\n\"2024-07-10T01:20:00.000Z\",\"0.005523\",\"0.004549\",\"100\"\n\"2024-07-10T01:25:00.000Z\",\"0.005787\",\"0.004692\",\"100\"\n\"2024-07-10T01:30:00.000Z\",\"0.005703\",\"0.004794\",\"100\"\n\"2024-07-10T01:35:00.000Z\",\"0.005666\",\"0.004708\",\"100\"\n\"2024-07-10T01:40:00.000Z\",\"0.005694\",\"0.004744\",\"100\"\n\"2024-07-10T01:45:00.000Z\",\"0.006039\",\"0.004827\",\"100\"\n\"2024-07-10T01:50:00.000Z\",\"0.005567\",\"0.004574\",\"100\"\n\"2024-07-10T01:55:00.000Z\",\"0.005585\",\"0.005246\",\"100\"\n\"2024-07-10T02:00:00.000Z\",\"0.005587\",\"0.004731\",\"100\"\n\"2024-07-10T02:05:00.000Z\",\"0.005563\",\"0.004735\",\"100\"\n\"2024-07-10T02:10:00.000Z\",\"0.005566\",\"0.004707\",\"100\"\n\"2024-07-10T02:15:00.000Z\",\"0.005696\",\"0.004737\",\"100\"\n\"2024-07-10T02:20:00.000Z\",\"0.005577\",\"0.004659\",\"100\"\n\"2024-07-10T02:25:00.000Z\",\"0.005589\",\"0.004666\",\"100\"\n\"2024-07-10T02:30:00.000Z\",\"0.005574\",\"0.004639\",\"100\"\n\"2024-07-10T02:35:00.000Z\",\"0.005728\",\"0.004762\",\"100\"\n\"2024-07-10T02:40:00.000Z\",\"0.005586\",\"0.004607\",\"100\"\n\"2024-07-10T02:45:00.000Z\",\"0.006147\",\"0.004941\",\"100\"\n\"2024-07-10T02:50:00.000Z\",\"0.005668\",\"0.004679\",\"100\"\n\"2024-07-10T02:55:00.000Z\",\"0.005603\",\"0.004731\",\"100\"\n\"2024-07-10T03:00:00.000Z\",\"0.006567\",\"0.00608\",\"100\"\n\"2024-07-10T03:05:00.000Z\",\"0.005591\",\"0.00468\",\"100\"\n\"2024-07-10T03:10:00.000Z\",\"0.005628\",\"0.004658\",\"100\"\n\"2024-07-10T03:15:00.000Z\",\"0.005772\",\"0.00531\",\"100\"\n\"2024-07-10T03:20:00.000Z\",\"0.005641\",\"0.004708\",\"100\"\n\"2024-07-10T03:25:00.000Z\",\"0.005623\",\"0.004709\",\"100\"\n\"2024-07-10T03:30:00.000Z\",\"0.005645\",\"0.00476\",\"100\"\n\"2024-07-10T03:35:00.000Z\",\"0.005596\",\"0.004709\",\"100\"\n\"2024-07-10T03:40:00.000Z\",\"0.005933\",\"0.004727\",\"100\"\n\"2024-07-10T03:45:00.000Z\",\"0.005543\",\"0.00465\",\"100\"\n\"2024-07-10T03:50:00.000Z\",\"0.005604\",\"0.004668\",\"100\"\n\"2024-07-10T03:55:00.000Z\",\"0.005617\",\"0.004628\",\"100\"\n\"2024-07-10T04:00:00.000Z\",\"0.005558\",\"0.004644\",\"100\"\n\"2024-07-10T04:05:00.000Z\",\"0.005574\",\"0.004704\",\"100\"\n\"2024-07-10T04:10:00.000Z\",\"0.005717\",\"0.004688\",\"100\"\n\"2024-07-10T04:15:00.000Z\",\"0.00551\",\"0.004587\",\"100\"\n\"2024-07-10T04:20:00.000Z\",\"0.00571\",\"0.004757\",\"100\"\n\"2024-07-10T04:25:00.000Z\",\"0.00554\",\"0.004654\",\"100\"\n\"2024-07-10T04:30:00.000Z\",\"0.005677\",\"0.004698\",\"100\"\n\"2024-07-10T04:35:00.000Z\",\"0.005716\",\"0.005316\",\"100\"\n\"2024-07-10T04:40:00.000Z\",\"0.005656\",\"0.004661\",\"100\"\n\"2024-07-10T04:45:00.000Z\",\"0.006071\",\"0.004843\",\"100\"\n\"2024-07-10T04:50:00.000Z\",\"0.005498\",\"0.004654\",\"100\"\n\"2024-07-10T04:55:00.000Z\",\"0.005622\",\"0.004721\",\"100\"\n\"2024-07-10T05:00:00.000Z\",\"0.005497\",\"0.004602\",\"100\"\n\"2024-07-10T05:05:00.000Z\",\"0.005645\",\"0.004652\",\"100\"\n\"2024-07-10T05:10:00.000Z\",\"0.005649\",\"0.004705\",\"100\"\n\"2024-07-10T05:15:00.000Z\",\"0.005646\",\"0.004729\",\"100\"\n\"2024-07-10T05:20:00.000Z\",\"0.005367\",\"0.004558\",\"100\"\n\"2024-07-10T05:25:00.000Z\",\"0.005557\",\"0.004728\",\"100\"\n\"2024-07-10T05:30:00.000Z\",\"0.0056\",\"0.004602\",\"100\"\n\"2024-07-10T05:35:00.000Z\",\"0.005673\",\"0.004732\",\"100\"\n\"2024-07-10T05:40:00.000Z\",\"0.005868\",\"0.00475\",\"100\"\n\"2024-07-10T05:45:00.000Z\",\"0.005604\",\"0.004708\",\"100\"\n\"2024-07-10T05:50:00.000Z\",\"0.005761\",\"0.00522\",\"100\"\n\"2024-07-10T05:55:00.000Z\",\"0.005658\",\"0.004729\",\"100\"\n\"2024-07-10T06:00:00.000Z\",\"0.005541\",\"0.004624\",\"100\"\n\"2024-07-10T06:05:00.000Z\",\"0.005683\",\"0.004688\",\"100\"\n\"2024-07-10T06:10:00.000Z\",\"0.00568\",\"0.004822\",\"100\"\n\"2024-07-10T06:15:00.000Z\",\"0.00563\",\"0.004672\",\"100\"\n\"2024-07-10T06:20:00.000Z\",\"0.005596\",\"0.004739\",\"100\"\n\"2024-07-10T06:25:00.000Z\",\"0.005517\",\"0.004605\",\"100\"\n\"2024-07-10T06:30:00.000Z\",\"0.00561\",\"0.004652\",\"100\"\n\"2024-07-10T06:35:00.000Z\",\"0.005632\",\"0.004705\",\"100\"\n\"2024-07-10T06:40:00.000Z\",\"0.005699\",\"0.004743\",\"100\"\n\"2024-07-10T06:45:00.000Z\",\"0.00596\",\"0.004835\",\"100\"\n\"2024-07-10T06:50:00.000Z\",\"0.005545\",\"0.004657\",\"100\"\n\"2024-07-10T06:55:00.000Z\",\"0.006655\",\"0.006132\",\"100\"\n\"2024-07-10T07:00:00.000Z\",\"0.005662\",\"0.00529\",\"100\"\n\"2024-07-10T07:05:00.000Z\",\"0.005565\",\"0.004676\",\"100\"\n\"2024-07-10T07:10:00.000Z\",\"0.005639\",\"0.004687\",\"100\"\n\"2024-07-10T07:15:00.000Z\",\"0.005621\",\"0.004758\",\"100\"\n\"2024-07-10T07:20:00.000Z\",\"0.005559\",\"0.004603\",\"100\"\n\"2024-07-10T07:25:00.000Z\",\"0.005564\",\"0.004643\",\"100\"\n\"2024-07-10T07:30:00.000Z\",\"0.005627\",\"0.004733\",\"100\"\n\"2024-07-10T07:35:00.000Z\",\"0.005465\",\"0.00465\",\"100\"\n\"2024-07-10T07:40:00.000Z\",\"0.005772\",\"0.004808\",\"100\"\n\"2024-07-10T07:45:00.000Z\",\"0.005557\",\"0.004707\",\"100\"\n\"2024-07-10T07:50:00.000Z\",\"0.006007\",\"0.004799\",\"100\"\n\"2024-07-10T07:55:00.000Z\",\"0.005679\",\"0.004681\",\"100\"\n\"2024-07-10T08:00:00.000Z\",\"0.005521\",\"0.004659\",\"100\"\n\"2024-07-10T08:05:00.000Z\",\"0.005546\",\"0.004652\",\"100\"\n\"2024-07-10T08:10:00.000Z\",\"0.0057\",\"0.004722\",\"100\"\n\"2024-07-10T08:15:00.000Z\",\"0.005577\",\"0.004681\",\"100\"\n\"2024-07-10T08:20:00.000Z\",\"0.005551\",\"0.004659\",\"100\"\n\"2024-07-10T08:25:00.000Z\",\"0.005737\",\"0.005267\",\"100\"\n\"2024-07-10T08:30:00.000Z\",\"0.005705\",\"0.004694\",\"100\"\n\"2024-07-10T08:35:00.000Z\",\"0.005564\",\"0.004667\",\"100\"\n\"2024-07-10T08:40:00.000Z\",\"0.00593\",\"0.004778\",\"100\"\n\"2024-07-10T08:45:00.000Z\",\"0.005623\",\"0.004717\",\"100\"\n\"2024-07-10T08:50:00.000Z\",\"0.005594\",\"0.004673\",\"100\"\n\"2024-07-10T08:55:00.000Z\",\"0.005749\",\"0.004767\",\"100\"\n\"2024-07-10T09:00:00.000Z\",\"0.005462\",\"0.004622\",\"100\"\n\"2024-07-10T09:05:00.000Z\",\"0.005636\",\"0.00474\",\"100\"\n\"2024-07-10T09:10:00.000Z\",\"0.005464\",\"0.00464\",\"100\"\n\"2024-07-10T09:15:00.000Z\",\"0.005558\",\"0.004695\",\"100\"\n\"2024-07-10T09:20:00.000Z\",\"0.005617\",\"0.00472\",\"100\"\n\"2024-07-10T09:25:00.000Z\",\"0.005659\",\"0.004651\",\"100\"\n\"2024-07-10T09:30:00.000Z\",\"0.00548\",\"0.004649\",\"100\"\n\"2024-07-10T09:35:00.000Z\",\"0.005553\",\"0.004606\",\"100\"\n\"2024-07-10T09:40:00.000Z\",\"0.005604\",\"0.004754\",\"100\"\n\"2024-07-10T09:45:00.000Z\",\"0.006032\",\"0.005274\",\"100\"\n\"2024-07-10T09:50:00.000Z\",\"0.005571\",\"0.00466\",\"100\"\n\"2024-07-10T09:55:00.000Z\",\"0.005612\",\"0.004653\",\"100\"\n\"2024-07-10T10:00:00.000Z\",\"0.005568\",\"0.00465\",\"100\"\n\"2024-07-10T10:05:00.000Z\",\"0.005599\",\"0.004686\",\"100\"\n\"2024-07-10T10:10:00.000Z\",\"0.005547\",\"0.004683\",\"100\"\n\"2024-07-10T10:15:00.000Z\",\"0.005725\",\"0.004672\",\"100\"\n\"2024-07-10T10:20:00.000Z\",\"0.005617\",\"0.004682\",\"100\"\n\"2024-07-10T10:25:00.000Z\",\"0.005788\",\"0.004779\",\"100\"\n\"2024-07-10T10:30:00.000Z\",\"0.005572\",\"0.00463\",\"100\"\n\"2024-07-10T10:35:00.000Z\",\"0.006511\",\"0.00608\",\"100\"\n\"2024-07-10T10:40:00.000Z\",\"0.005611\",\"0.004713\",\"100\"\n\"2024-07-10T10:45:00.000Z\",\"0.005578\",\"0.004645\",\"100\"\n\"2024-07-10T10:50:00.000Z\",\"0.006113\",\"0.004846\",\"100\"\n\"2024-07-10T10:55:00.000Z\",\"0.005749\",\"0.005313\",\"100\"\n\"2024-07-10T11:00:00.000Z\",\"0.005737\",\"0.004663\",\"100\"\n\"2024-07-10T11:05:00.000Z\",\"0.005695\",\"0.004747\",\"100\"\n\"2024-07-10T11:10:00.000Z\",\"0.005567\",\"0.004704\",\"100\"\n\"2024-07-10T11:15:00.000Z\",\"0.005584\",\"0.004689\",\"100\"\n\"2024-07-10T11:20:00.000Z\",\"0.005733\",\"0.00475\",\"100\"\n\"2024-07-10T11:25:00.000Z\",\"0.005501\",\"0.004657\",\"100\"\n\"2024-07-10T11:30:00.000Z\",\"0.005634\",\"0.004704\",\"100\"\n\"2024-07-10T11:35:00.000Z\",\"0.005479\",\"0.004689\",\"100\"\n\"2024-07-10T11:40:00.000Z\",\"0.005599\",\"0.004679\",\"100\"\n\"2024-07-10T11:45:00.000Z\",\"0.005695\",\"0.00475\",\"100\"\n\"2024-07-10T11:50:00.000Z\",\"0.006132\",\"0.004795\",\"100\"\n\"2024-07-10T11:55:00.000Z\",\"0.005601\",\"0.00471\",\"100\"\n\"2024-07-10T12:00:00.000Z\",\"0.00557\",\"0.00471\",\"100\"\n\"2024-07-10T12:05:00.000Z\",\"0.00564\",\"0.004675\",\"100\"\n\"2024-07-10T12:10:00.000Z\",\"0.005676\",\"0.004746\",\"100\"\n\"2024-07-10T12:15:00.000Z\",\"0.005629\",\"0.004743\",\"100\"\n\"2024-07-10T12:20:00.000Z\",\"0.005579\",\"0.004682\",\"100\"\n\"2024-07-10T12:25:00.000Z\",\"0.005773\",\"0.005332\",\"100\"\n\"2024-07-10T12:30:00.000Z\",\"0.005602\",\"0.004698\",\"100\"\n\"2024-07-10T12:35:00.000Z\",\"0.005479\",\"0.004647\",\"100\"\n\"2024-07-10T12:40:00.000Z\",\"0.005738\",\"0.00473\",\"100\"\n\"2024-07-10T12:45:00.000Z\",\"0.005663\",\"0.004716\",\"100\"\n\"2024-07-10T12:50:00.000Z\",\"0.00599\",\"0.004731\",\"100\"\n\"2024-07-10T12:55:00.000Z\",\"0.005688\",\"0.004765\",\"100\"\n\"2024-07-10T13:00:00.000Z\",\"0.005532\",\"0.004667\",\"100\"\n\"2024-07-10T13:05:00.000Z\",\"0.005573\",\"0.004655\",\"100\"\n\"2024-07-10T13:10:00.000Z\",\"0.00553\",\"0.004629\",\"100\"\n\"2024-07-10T13:15:00.000Z\",\"0.005591\",\"0.004679\",\"100\"\n\"2024-07-10T13:20:00.000Z\",\"0.005607\",\"0.004677\",\"100\"\n\"2024-07-10T13:25:00.000Z\",\"0.005771\",\"0.004795\",\"100\"\n\"2024-07-10T13:30:00.000Z\",\"0.005697\",\"0.005269\",\"100\"\n\"2024-07-10T13:35:00.000Z\",\"0.005711\",\"0.004751\",\"100\"\n\"2024-07-10T13:40:00.000Z\",\"0.005476\",\"0.004645\",\"100\"\n\"2024-07-10T13:45:00.000Z\",\"0.006103\",\"0.00475\",\"100\"\n\"2024-07-10T13:50:00.000Z\",\"0.005449\",\"0.004578\",\"100\"\n\"2024-07-10T13:55:00.000Z\",\"0.005693\",\"0.004718\",\"100\"\n\"2024-07-10T14:00:00.000Z\",\"0.005487\",\"0.004633\",\"100\"\n\"2024-07-10T14:05:00.000Z\",\"0.005489\",\"0.004709\",\"100\"\n\"2024-07-10T14:10:00.000Z\",\"0.005683\",\"0.00468\",\"100\"\n\"2024-07-10T14:15:00.000Z\",\"0.005685\",\"0.004831\",\"100\"\n\"2024-07-10T14:20:00.000Z\",\"0.005533\",\"0.004605\",\"100\"\n\"2024-07-10T14:25:00.000Z\",\"0.005499\",\"0.004674\",\"100\"\n\"2024-07-10T14:30:00.000Z\",\"0.005608\",\"0.00468\",\"100\"\n\"2024-07-10T14:35:00.000Z\",\"0.005543\",\"0.004652\",\"100\"\n\"2024-07-10T14:40:00.000Z\",\"0.005663\",\"0.004736\",\"100\"\n\"2024-07-10T14:45:00.000Z\",\"0.006944\",\"0.006241\",\"100\"\n\"2024-07-10T14:50:00.000Z\",\"0.005697\",\"0.005223\",\"100\"\n\"2024-07-10T14:55:00.000Z\",\"0.005601\",\"0.004714\",\"100\"\n\"2024-07-10T15:00:00.000Z\",\"0.005854\",\"0.004806\",\"100\"\n\"2024-07-10T15:05:00.000Z\",\"0.005599\",\"0.004663\",\"100\"\n\"2024-07-10T15:10:00.000Z\",\"0.005625\",\"0.004694\",\"100\"\n\"2024-07-10T15:15:00.000Z\",\"0.005588\",\"0.004738\",\"100\"\n\"2024-07-10T15:20:00.000Z\",\"0.005559\",\"0.004664\",\"100\"\n\"2024-07-10T15:25:00.000Z\",\"0.005614\",\"0.004693\",\"100\"\n\"2024-07-10T15:30:00.000Z\",\"0.005524\",\"0.004661\",\"100\"\n\"2024-07-10T15:35:00.000Z\",\"0.005749\",\"0.00481\",\"100\"\n\"2024-07-10T15:40:00.000Z\",\"0.005905\",\"0.004691\",\"100\"\n\"2024-07-10T15:45:00.000Z\",\"0.005644\",\"0.004783\",\"100\"\n\"2024-07-10T15:50:00.000Z\",\"0.005767\",\"0.004704\",\"100\"\n\"2024-07-10T15:55:00.000Z\",\"0.005526\",\"0.004617\",\"100\"\n\"2024-07-10T16:00:00.000Z\",\"0.005561\",\"0.004606\",\"100\"\n\"2024-07-10T16:05:00.000Z\",\"0.005638\",\"0.00474\",\"100\"\n\"2024-07-10T16:10:00.000Z\",\"0.005688\",\"0.005239\",\"100\"\n\"2024-07-10T16:15:00.000Z\",\"0.005734\",\"0.004826\",\"100\"\n\"2024-07-10T16:20:00.000Z\",\"0.005449\",\"0.004635\",\"100\"\n\"2024-07-10T16:25:00.000Z\",\"0.005704\",\"0.004857\",\"100\"\n\"2024-07-10T16:30:00.000Z\",\"0.005552\",\"0.00465\",\"100\"\n\"2024-07-10T16:35:00.000Z\",\"0.005684\",\"0.004785\",\"100\"\n\"2024-07-10T16:40:00.000Z\",\"0.005717\",\"0.004685\",\"100\"\n\"2024-07-10T16:45:00.000Z\",\"0.006105\",\"0.004848\",\"100\"\n\"2024-07-10T16:50:00.000Z\",\"0.005596\",\"0.004673\",\"100\"\n\"2024-07-10T16:55:00.000Z\",\"0.005679\",\"0.004719\",\"100\"\n\"2024-07-10T17:00:00.000Z\",\"0.005532\",\"0.004601\",\"100\"\n\"2024-07-10T17:05:00.000Z\",\"0.005721\",\"0.004788\",\"100\"\n\"2024-07-10T17:10:00.000Z\",\"0.005502\",\"0.004618\",\"100\"\n\"2024-07-10T17:15:00.000Z\",\"0.005666\",\"0.004723\",\"100\"\n\"2024-07-10T17:20:00.000Z\",\"0.005694\",\"0.005261\",\"100\"\n\"2024-07-10T17:25:00.000Z\",\"0.005741\",\"0.004692\",\"100\"\n\"2024-07-10T17:30:00.000Z\",\"0.005559\",\"0.004666\",\"100\"\n\"2024-07-10T17:35:00.000Z\",\"0.005784\",\"0.004789\",\"100\"\n\"2024-07-10T17:40:00.000Z\",\"0.005929\",\"0.004778\",\"100\"\n\"2024-07-10T17:45:00.000Z\",\"0.005639\",\"0.004679\",\"100\"\n\"2024-07-10T17:50:00.000Z\",\"0.005623\",\"0.004714\",\"100\"\n\"2024-07-10T17:55:00.000Z\",\"0.005728\",\"0.004741\",\"100\"\n\"2024-07-10T18:00:00.000Z\",\"0.005545\",\"0.00462\",\"100\"\n\"2024-07-10T18:05:00.000Z\",\"0.005541\",\"0.004733\",\"100\"\n\"2024-07-10T18:10:00.000Z\",\"0.005397\",\"0.00458\",\"100\"\n\"2024-07-10T18:15:00.000Z\",\"0.005724\",\"0.004758\",\"100\"\n\"2024-07-10T18:20:00.000Z\",\"0.005526\",\"0.00465\",\"100\"\n\"2024-07-10T18:25:00.000Z\",\"0.00585\",\"0.005345\",\"100\"\n\"2024-07-10T18:30:00.000Z\",\"0.005502\",\"0.004592\",\"100\"\n\"2024-07-10T18:35:00.000Z\",\"0.00564\",\"0.004664\",\"100\"\n\"2024-07-10T18:40:00.000Z\",\"0.005573\",\"0.00464\",\"100\"\n\"2024-07-10T18:45:00.000Z\",\"0.005963\",\"0.004822\",\"100\"\n\"2024-07-10T18:50:00.000Z\",\"0.005575\",\"0.004666\",\"100\"\n\"2024-07-10T18:55:00.000Z\",\"0.005668\",\"0.004721\",\"100\"\n\"2024-07-10T19:00:00.000Z\",\"0.005704\",\"0.004869\",\"100\"\n\"2024-07-10T19:05:00.000Z\",\"0.006261\",\"0.005927\",\"100\"\n\"2024-07-10T19:10:00.000Z\",\"0.005614\",\"0.00465\",\"100\"\n\"2024-07-10T19:15:00.000Z\",\"0.00564\",\"0.004767\",\"100\"\n\"2024-07-10T19:20:00.000Z\",\"0.00556\",\"0.004755\",\"100\"\n\"2024-07-10T19:25:00.000Z\",\"0.005574\",\"0.004685\",\"100\"\n\"2024-07-10T19:30:00.000Z\",\"0.00555\",\"0.004646\",\"100\"\n\"2024-07-10T19:35:00.000Z\",\"0.005604\",\"0.005246\",\"100\"\n\"2024-07-10T19:40:00.000Z\",\"0.00565\",\"0.004724\",\"100\"\n\"2024-07-10T19:45:00.000Z\",\"0.006068\",\"0.004861\",\"100\"\n\"2024-07-10T19:50:00.000Z\",\"0.005507\",\"0.004633\",\"100\"\n\"2024-07-10T19:55:00.000Z\",\"0.005689\",\"0.004806\",\"100\"\n\"2024-07-10T20:00:00.000Z\",\"0.005571\",\"0.004665\",\"100\"\n\"2024-07-10T20:05:00.000Z\",\"0.005736\",\"0.004717\",\"100\"\n\"2024-07-10T20:10:00.000Z\",\"0.005552\",\"0.004652\",\"100\"\n\"2024-07-10T20:15:00.000Z\",\"0.005651\",\"0.00473\",\"100\"\n\"2024-07-10T20:20:00.000Z\",\"0.005493\",\"0.004643\",\"100\"\n\"2024-07-10T20:25:00.000Z\",\"0.005745\",\"0.004861\",\"100\"\n\"2024-07-10T20:30:00.000Z\",\"0.005487\",\"0.00459\",\"100\"\n\"2024-07-10T20:35:00.000Z\",\"0.005696\",\"0.004723\",\"100\"\n\"2024-07-10T20:40:00.000Z\",\"0.005671\",\"0.00523\",\"100\"\n\"2024-07-10T20:45:00.000Z\",\"0.005698\",\"0.004795\",\"100\"\n\"2024-07-10T20:50:00.000Z\",\"0.006055\",\"0.004687\",\"100\"\n\"2024-07-10T20:55:00.000Z\",\"0.005713\",\"0.004801\",\"100\"\n\"2024-07-10T21:00:00.000Z\",\"0.005556\",\"0.00463\",\"100\"\n\"2024-07-10T21:05:00.000Z\",\"0.005658\",\"0.00473\",\"100\"\n\"2024-07-10T21:10:00.000Z\",\"0.005499\",\"0.004641\",\"100\"\n\"2024-07-10T21:15:00.000Z\",\"0.005659\",\"0.004678\",\"100\"\n\"2024-07-10T21:20:00.000Z\",\"0.005627\",\"0.004677\",\"100\"\n\"2024-07-10T21:25:00.000Z\",\"0.005657\",\"0.004747\",\"100\"\n\"2024-07-10T21:30:00.000Z\",\"0.005577\",\"0.004701\",\"100\"\n\"2024-07-10T21:35:00.000Z\",\"0.005714\",\"0.004802\",\"100\"\n\"2024-07-10T21:40:00.000Z\",\"0.00563\",\"0.004649\",\"100\"\n\"2024-07-10T21:45:00.000Z\",\"0.005882\",\"0.004786\",\"100\"\n\"2024-07-10T21:50:00.000Z\",\"0.005591\",\"0.004658\",\"100\"\n\"2024-07-10T21:55:00.000Z\",\"0.005555\",\"0.004647\",\"100\"\n\"2024-07-10T22:00:00.000Z\",\"0.005585\",\"0.004586\",\"100\"\n\"2024-07-10T22:05:00.000Z\",\"0.005803\",\"0.005322\",\"100\"\n\"2024-07-10T22:10:00.000Z\",\"0.00554\",\"0.004601\",\"100\"\n\"2024-07-10T22:15:00.000Z\",\"0.005638\",\"0.004706\",\"100\"\n\"2024-07-10T22:20:00.000Z\",\"0.005507\",\"0.004633\",\"100\"\n\"2024-07-10T22:25:00.000Z\",\"0.005564\",\"0.004717\",\"100\"\n\"2024-07-10T22:30:00.000Z\",\"0.005631\",\"0.004665\",\"100\"\n\"2024-07-10T22:35:00.000Z\",\"0.005634\",\"0.004659\",\"100\"\n\"2024-07-10T22:40:00.000Z\",\"0.005368\",\"0.004541\",\"100\"\n\"2024-07-10T22:45:00.000Z\",\"0.006156\",\"0.00484\",\"100\"\n\"2024-07-10T22:50:00.000Z\",\"0.005656\",\"0.004628\",\"100\"\n\"2024-07-10T22:55:00.000Z\",\"0.005662\",\"0.004773\",\"100\"\n\"2024-07-10T23:00:00.000Z\",\"0.005505\",\"0.00465\",\"100\"\n\"2024-07-10T23:05:00.000Z\",\"0.005704\",\"0.004778\",\"100\"\n\"2024-07-10T23:10:00.000Z\",\"0.005645\",\"0.005213\",\"100\"\n\"2024-07-10T23:15:00.000Z\",\"0.005607\",\"0.004727\",\"100\"\n\"2024-07-10T23:20:00.000Z\",\"0.005633\",\"0.004611\",\"100\"\n\"2024-07-10T23:25:00.000Z\",\"0.006012\",\"0.005224\",\"100\"\n\"2024-07-10T23:30:00.000Z\",\"0.006044\",\"0.005538\",\"100\"\n\"2024-07-10T23:35:00.000Z\",\"0.005375\",\"0.004629\",\"100\"\n\"2024-07-10T23:40:00.000Z\",\"0.005778\",\"0.004597\",\"100\"\n\"2024-07-10T23:45:00.000Z\",\"0.00554\",\"0.004741\",\"100\"\n\"2024-07-10T23:50:00.000Z\",\"0.00557\",\"0.004615\",\"100\"\n\"2024-07-10T23:55:00.000Z\",\"0.0058\",\"0.004817\",\"100\"\n\"2024-07-11T00:00:00.000Z\",\"0.005614\",\"0.004689\",\"100\"\n\"2024-07-11T00:05:00.000Z\",\"0.005454\",\"0.004545\",\"100\"\n\"2024-07-11T00:10:00.000Z\",\"0.005504\",\"0.004598\",\"100\"\n\"2024-07-11T00:15:00.000Z\",\"0.00581\",\"0.004767\",\"100\"\n\"2024-07-11T00:20:00.000Z\",\"0.005517\",\"0.004636\",\"100\"\n\"2024-07-11T00:25:00.000Z\",\"0.005627\",\"0.004757\",\"100\"\n\"2024-07-11T00:30:00.000Z\",\"0.005563\",\"0.004697\",\"100\"\n\"2024-07-11T00:35:00.000Z\",\"0.005854\",\"0.00538\",\"100\"\n\"2024-07-11T00:40:00.000Z\",\"0.00554\",\"0.004614\",\"100\"\n\"2024-07-11T00:45:00.000Z\",\"0.005976\",\"0.004802\",\"100\"\n\"2024-07-11T00:50:00.000Z\",\"0.005499\",\"0.004655\",\"100\"\n\"2024-07-11T00:55:00.000Z\",\"0.005744\",\"0.004762\",\"100\"\n\"2024-07-11T01:00:00.000Z\",\"0.005579\",\"0.004648\",\"100\"\n\"2024-07-11T01:05:00.000Z\",\"0.005595\",\"0.004708\",\"100\"\n\"2024-07-11T01:10:00.000Z\",\"0.005543\",\"0.004655\",\"100\"\n\"2024-07-11T01:15:00.000Z\",\"0.005549\",\"0.00469\",\"100\"\n\"2024-07-11T01:20:00.000Z\",\"0.005657\",\"0.004633\",\"100\"\n\"2024-07-11T01:25:00.000Z\",\"0.005654\",\"0.004722\",\"100\"\n\"2024-07-11T01:30:00.000Z\",\"0.005584\",\"0.004617\",\"100\"\n\"2024-07-11T01:35:00.000Z\",\"0.005527\",\"0.0047\",\"100\"\n\"2024-07-11T01:40:00.000Z\",\"0.005503\",\"0.004612\",\"100\"\n\"2024-07-11T01:45:00.000Z\",\"0.005715\",\"0.004742\",\"100\"\n\"2024-07-11T01:50:00.000Z\",\"0.005912\",\"0.00476\",\"100\"\n\"2024-07-11T01:55:00.000Z\",\"0.00554\",\"0.004667\",\"100\"\n\"2024-07-11T02:00:00.000Z\",\"0.005714\",\"0.005251\",\"100\"\n\"2024-07-11T02:05:00.000Z\",\"0.005685\",\"0.004726\",\"100\"\n\"2024-07-11T02:10:00.000Z\",\"0.00573\",\"0.004767\",\"100\"\n\"2024-07-11T02:15:00.000Z\",\"0.005562\",\"0.004729\",\"100\"\n\"2024-07-11T02:20:00.000Z\",\"0.005751\",\"0.00476\",\"100\"\n\"2024-07-11T02:25:00.000Z\",\"0.005607\",\"0.00472\",\"100\"\n\"2024-07-11T02:30:00.000Z\",\"0.005556\",\"0.004637\",\"100\"\n\"2024-07-11T02:35:00.000Z\",\"0.005621\",\"0.004752\",\"100\"\n\"2024-07-11T02:40:00.000Z\",\"0.005547\",\"0.004606\",\"100\"\n\"2024-07-11T02:45:00.000Z\",\"0.005625\",\"0.004748\",\"100\"\n\"2024-07-11T02:50:00.000Z\",\"0.005608\",\"0.00467\",\"100\"\n\"2024-07-11T02:55:00.000Z\",\"0.006075\",\"0.004871\",\"100\"\n\"2024-07-11T03:00:00.000Z\",\"0.005504\",\"0.00464\",\"100\"\n\"2024-07-11T03:05:00.000Z\",\"0.005802\",\"0.004786\",\"100\"\n\"2024-07-11T03:10:00.000Z\",\"0.006524\",\"0.00615\",\"100\"\n\"2024-07-11T03:15:00.000Z\",\"0.005614\",\"0.004713\",\"100\"\n\"2024-07-11T03:20:00.000Z\",\"0.005595\",\"0.004645\",\"100\"\n\"2024-07-11T03:25:00.000Z\",\"0.005672\",\"0.004764\",\"100\"\n\"2024-07-11T03:30:00.000Z\",\"0.005661\",\"0.005181\",\"100\"\n\"2024-07-11T03:35:00.000Z\",\"0.005572\",\"0.004726\",\"100\"\n\"2024-07-11T03:40:00.000Z\",\"0.005672\",\"0.004712\",\"100\"\n\"2024-07-11T03:45:00.000Z\",\"0.005628\",\"0.004714\",\"100\"\n\"2024-07-11T03:50:00.000Z\",\"0.00558\",\"0.004693\",\"100\"\n\"2024-07-11T03:55:00.000Z\",\"0.005736\",\"0.004718\",\"100\"\n\"2024-07-11T04:00:00.000Z\",\"0.005947\",\"0.004729\",\"100\"\n\"2024-07-11T04:05:00.000Z\",\"0.005592\",\"0.004649\",\"100\"\n\"2024-07-11T04:10:00.000Z\",\"0.005522\",\"0.004636\",\"100\"\n\"2024-07-11T04:15:00.000Z\",\"0.00562\",\"0.00476\",\"100\"\n\"2024-07-11T04:20:00.000Z\",\"0.005602\",\"0.004692\",\"100\"\n\"2024-07-11T04:25:00.000Z\",\"0.005642\",\"0.004675\",\"100\"\n\"2024-07-11T04:30:00.000Z\",\"0.005603\",\"0.004659\",\"100\"\n\"2024-07-11T04:35:00.000Z\",\"0.005602\",\"0.004676\",\"100\"\n\"2024-07-11T04:40:00.000Z\",\"0.005528\",\"0.004644\",\"100\"\n\"2024-07-11T04:45:00.000Z\",\"0.00573\",\"0.004801\",\"100\"\n\"2024-07-11T04:50:00.000Z\",\"0.005788\",\"0.005322\",\"100\"\n\"2024-07-11T04:55:00.000Z\",\"0.005624\",\"0.004743\",\"100\"\n\"2024-07-11T05:00:00.000Z\",\"0.006051\",\"0.004889\",\"100\"\n\"2024-07-11T05:05:00.000Z\",\"0.005616\",\"0.004649\",\"100\"\n\"2024-07-11T05:10:00.000Z\",\"0.005517\",\"0.004601\",\"100\"\n\"2024-07-11T05:15:00.000Z\",\"0.005604\",\"0.004729\",\"100\"\n\"2024-07-11T05:20:00.000Z\",\"0.005579\",\"0.004659\",\"100\"\n\"2024-07-11T05:25:00.000Z\",\"0.005604\",\"0.004699\",\"100\"\n\"2024-07-11T05:30:00.000Z\",\"0.005621\",\"0.004621\",\"100\"\n\"2024-07-11T05:35:00.000Z\",\"0.005818\",\"0.004881\",\"100\"\n\"2024-07-11T05:40:00.000Z\",\"0.005572\",\"0.004611\",\"100\"\n\"2024-07-11T05:45:00.000Z\",\"0.005654\",\"0.004725\",\"100\"\n\"2024-07-11T05:50:00.000Z\",\"0.005701\",\"0.004751\",\"100\"\n\"2024-07-11T05:55:00.000Z\",\"0.005726\",\"0.005232\",\"100\"\n\"2024-07-11T06:00:00.000Z\",\"0.00565\",\"0.004666\",\"100\"\n\"2024-07-11T06:05:00.000Z\",\"0.006056\",\"0.004819\",\"100\"\n\"2024-07-11T06:10:00.000Z\",\"0.005508\",\"0.00465\",\"100\"\n\"2024-07-11T06:15:00.000Z\",\"0.005659\",\"0.004744\",\"100\"\n\"2024-07-11T06:20:00.000Z\",\"0.005589\",\"0.004669\",\"100\"\n\"2024-07-11T06:25:00.000Z\",\"0.005705\",\"0.004736\",\"100\"\n\"2024-07-11T06:30:00.000Z\",\"0.005551\",\"0.004622\",\"100\"\n\"2024-07-11T06:35:00.000Z\",\"0.005667\",\"0.004734\",\"100\"\n\"2024-07-11T06:40:00.000Z\",\"0.005518\",\"0.00461\",\"100\"\n\"2024-07-11T06:45:00.000Z\",\"0.005643\",\"0.00471\",\"100\"\n\"2024-07-11T06:50:00.000Z\",\"0.005477\",\"0.00458\",\"100\"\n\"2024-07-11T06:55:00.000Z\",\"0.005627\",\"0.004684\",\"100\"\n\"2024-07-11T07:00:00.000Z\",\"0.006074\",\"0.004878\",\"100\"\n\"2024-07-11T07:05:00.000Z\",\"0.00562\",\"0.004651\",\"100\"\n\"2024-07-11T07:10:00.000Z\",\"0.005613\",\"0.005214\",\"100\"\n\"2024-07-11T07:15:00.000Z\",\"0.005727\",\"0.004778\",\"100\"\n\"2024-07-11T07:20:00.000Z\",\"0.005533\",\"0.004596\",\"100\"\n\"2024-07-11T07:25:00.000Z\",\"0.005636\",\"0.004683\",\"100\"\n\"2024-07-11T07:30:00.000Z\",\"0.006582\",\"0.006063\",\"100\"\n\"2024-07-11T07:35:00.000Z\",\"0.00572\",\"0.00478\",\"100\"\n\"2024-07-11T07:40:00.000Z\",\"0.005507\",\"0.004666\",\"100\"\n\"2024-07-11T07:45:00.000Z\",\"0.005598\",\"0.004675\",\"100\"\n\"2024-07-11T07:50:00.000Z\",\"0.005567\",\"0.004665\",\"100\"\n\"2024-07-11T07:55:00.000Z\",\"0.005619\",\"0.004658\",\"100\"\n\"2024-07-11T08:00:00.000Z\",\"0.005929\",\"0.004724\",\"100\"\n\"2024-07-11T08:05:00.000Z\",\"0.005646\",\"0.004729\",\"100\"\n\"2024-07-11T08:10:00.000Z\",\"0.005517\",\"0.004654\",\"100\"\n\"2024-07-11T08:15:00.000Z\",\"0.005692\",\"0.004724\",\"100\"\n\"2024-07-11T08:20:00.000Z\",\"0.005754\",\"0.004847\",\"100\"\n\"2024-07-11T08:25:00.000Z\",\"0.005611\",\"0.004692\",\"100\"\n\"2024-07-11T08:30:00.000Z\",\"0.005579\",\"0.004722\",\"100\"\n\"2024-07-11T08:35:00.000Z\",\"0.00563\",\"0.005289\",\"100\"\n\"2024-07-11T08:40:00.000Z\",\"0.005529\",\"0.004682\",\"100\"\n\"2024-07-11T08:45:00.000Z\",\"0.005729\",\"0.004717\",\"100\"\n\"2024-07-11T08:50:00.000Z\",\"0.005613\",\"0.004658\",\"100\"\n\"2024-07-11T08:55:00.000Z\",\"0.005693\",\"0.00479\",\"100\"\n\"2024-07-11T09:00:00.000Z\",\"0.005987\",\"0.004732\",\"100\"\n\"2024-07-11T09:05:00.000Z\",\"0.00555\",\"0.004638\",\"100\"\n\"2024-07-11T09:10:00.000Z\",\"0.00562\",\"0.004714\",\"100\"\n\"2024-07-11T09:15:00.000Z\",\"0.005625\",\"0.004701\",\"100\"\n\"2024-07-11T09:20:00.000Z\",\"0.005778\",\"0.004744\",\"100\"\n\"2024-07-11T09:25:00.000Z\",\"0.005593\",\"0.004744\",\"100\"\n\"2024-07-11T09:30:00.000Z\",\"0.005582\",\"0.004613\",\"100\"\n\"2024-07-11T09:35:00.000Z\",\"0.005724\",\"0.004752\",\"100\"\n\"2024-07-11T09:40:00.000Z\",\"0.00578\",\"0.005325\",\"100\"\n\"2024-07-11T09:45:00.000Z\",\"0.005595\",\"0.004715\",\"100\"\n\"2024-07-11T09:50:00.000Z\",\"0.005643\",\"0.004759\",\"100\"\n\"2024-07-11T09:55:00.000Z\",\"0.005555\",\"0.004667\",\"100\"\n\"2024-07-11T10:00:00.000Z\",\"0.005976\",\"0.004817\",\"100\"\n\"2024-07-11T10:05:00.000Z\",\"0.005678\",\"0.004747\",\"100\"\n\"2024-07-11T10:10:00.000Z\",\"0.005658\",\"0.004667\",\"100\"\n\"2024-07-11T10:15:00.000Z\",\"0.005777\",\"0.004755\",\"100\"\n\"2024-07-11T10:20:00.000Z\",\"0.005651\",\"0.00474\",\"100\"\n\"2024-07-11T10:25:00.000Z\",\"0.005685\",\"0.00472\",\"100\"\n\"2024-07-11T10:30:00.000Z\",\"0.005561\",\"0.004633\",\"100\"\n\"2024-07-11T10:35:00.000Z\",\"0.005595\",\"0.004677\",\"100\"\n\"2024-07-11T10:40:00.000Z\",\"0.005643\",\"0.004712\",\"100\"\n\"2024-07-11T10:45:00.000Z\",\"0.005695\",\"0.004722\",\"100\"\n\"2024-07-11T10:50:00.000Z\",\"0.00559\",\"0.005249\",\"100\"\n\"2024-07-11T10:55:00.000Z\",\"0.006014\",\"0.004822\",\"100\"\n\"2024-07-11T11:00:00.000Z\",\"0.005663\",\"0.004742\",\"100\"\n\"2024-07-11T11:05:00.000Z\",\"0.005696\",\"0.004801\",\"100\"\n\"2024-07-11T11:10:00.000Z\",\"0.005554\",\"0.004635\",\"100\"\n\"2024-07-11T11:15:00.000Z\",\"0.005684\",\"0.004701\",\"100\"\n\"2024-07-11T11:20:00.000Z\",\"0.005503\",\"0.004639\",\"100\"\n\"2024-07-11T11:25:00.000Z\",\"0.005663\",\"0.004731\",\"100\"\n\"2024-07-11T11:30:00.000Z\",\"0.006536\",\"0.00615\",\"100\"\n\"2024-07-11T11:35:00.000Z\",\"0.005596\",\"0.004737\",\"100\"\n\"2024-07-11T11:40:00.000Z\",\"0.005749\",\"0.004782\",\"100\"\n\"2024-07-11T11:45:00.000Z\",\"0.005541\",\"0.004624\",\"100\"\n\"2024-07-11T11:50:00.000Z\",\"0.005551\",\"0.004684\",\"100\"\n\"2024-07-11T11:55:00.000Z\",\"0.005859\",\"0.005406\",\"100\"\n\"2024-07-11T12:00:00.000Z\",\"0.0061\",\"0.004739\",\"100\"\n\"2024-07-11T12:05:00.000Z\",\"0.005566\",\"0.004711\",\"100\"\n\"2024-07-11T12:10:00.000Z\",\"0.005682\",\"0.004712\",\"100\"\n\"2024-07-11T12:15:00.000Z\",\"0.005589\",\"0.004642\",\"100\"\n\"2024-07-11T12:20:00.000Z\",\"0.005715\",\"0.004706\",\"100\"\n\"2024-07-11T12:25:00.000Z\",\"0.005709\",\"0.00474\",\"100\"\n\"2024-07-11T12:30:00.000Z\",\"0.005598\",\"0.004634\",\"100\"\n\"2024-07-11T12:35:00.000Z\",\"0.00552\",\"0.004621\",\"100\"\n\"2024-07-11T12:40:00.000Z\",\"0.005544\",\"0.004702\",\"100\"\n\"2024-07-11T12:45:00.000Z\",\"0.005533\",\"0.004624\",\"100\"\n\"2024-07-11T12:50:00.000Z\",\"0.005795\",\"0.004743\",\"100\"\n\"2024-07-11T12:55:00.000Z\",\"0.006084\",\"0.004814\",\"100\"\n\"2024-07-11T13:00:00.000Z\",\"0.005569\",\"0.00469\",\"100\"\n\"2024-07-11T13:05:00.000Z\",\"0.005582\",\"0.004658\",\"100\"\n\"2024-07-11T13:10:00.000Z\",\"0.005645\",\"0.004678\",\"100\"\n\"2024-07-11T13:15:00.000Z\",\"0.00563\",\"0.004642\",\"100\"\n\"2024-07-11T13:20:00.000Z\",\"0.005587\",\"0.004713\",\"100\"\n\"2024-07-11T13:25:00.000Z\",\"0.005663\",\"0.005276\",\"100\"\n\"2024-07-11T13:30:00.000Z\",\"0.00561\",\"0.004777\",\"100\"\n\"2024-07-11T13:35:00.000Z\",\"0.005538\",\"0.004682\",\"100\"\n\"2024-07-11T13:40:00.000Z\",\"0.00568\",\"0.00469\",\"100\"\n\"2024-07-11T13:45:00.000Z\",\"0.005618\",\"0.004719\",\"100\"\n\"2024-07-11T13:50:00.000Z\",\"0.005626\",\"0.004687\",\"100\"\n\"2024-07-11T13:55:00.000Z\",\"0.005988\",\"0.004739\",\"100\"\n\"2024-07-11T14:00:00.000Z\",\"0.00553\",\"0.004662\",\"100\"\n\"2024-07-11T14:05:00.000Z\",\"0.005618\",\"0.004657\",\"100\"\n\"2024-07-11T14:10:00.000Z\",\"0.00556\",\"0.00471\",\"100\"\n\"2024-07-11T14:15:00.000Z\",\"0.005553\",\"0.004655\",\"100\"\n\"2024-07-11T14:20:00.000Z\",\"0.005704\",\"0.004758\",\"100\"\n\"2024-07-11T14:25:00.000Z\",\"0.005711\",\"0.004761\",\"100\"\n\"2024-07-11T14:30:00.000Z\",\"0.005519\",\"0.004652\",\"100\"\n\"2024-07-11T14:35:00.000Z\",\"0.005618\",\"0.00469\",\"100\"\n\"2024-07-11T14:40:00.000Z\",\"0.005775\",\"0.004685\",\"100\"\n\"2024-07-11T14:45:00.000Z\",\"0.005706\",\"0.005269\",\"100\"\n\"2024-07-11T14:50:00.000Z\",\"0.005677\",\"0.004697\",\"100\"\n\"2024-07-11T14:55:00.000Z\",\"0.006035\",\"0.004827\",\"100\"\n\"2024-07-11T15:00:00.000Z\",\"0.00558\",\"0.004686\",\"100\"\n\"2024-07-11T15:05:00.000Z\",\"0.005478\",\"0.00462\",\"100\"\n\"2024-07-11T15:10:00.000Z\",\"0.00554\",\"0.00466\",\"100\"\n\"2024-07-11T15:15:00.000Z\",\"0.005624\",\"0.004701\",\"100\"\n\"2024-07-11T15:20:00.000Z\",\"0.005559\",\"0.004737\",\"100\"\n\"2024-07-11T15:25:00.000Z\",\"0.005763\",\"0.004812\",\"100\"\n\"2024-07-11T15:30:00.000Z\",\"0.005623\",\"0.004719\",\"100\"\n\"2024-07-11T15:35:00.000Z\",\"0.005696\",\"0.004682\",\"100\"\n\"2024-07-11T15:40:00.000Z\",\"0.005681\",\"0.004737\",\"100\"\n\"2024-07-11T15:45:00.000Z\",\"0.006484\",\"0.006081\",\"100\"\n\"2024-07-11T15:50:00.000Z\",\"0.005651\",\"0.00525\",\"100\"\n\"2024-07-11T15:55:00.000Z\",\"0.005905\",\"0.004723\",\"100\"\n\"2024-07-11T16:00:00.000Z\",\"0.005583\",\"0.004669\",\"100\"\n\"2024-07-11T16:05:00.000Z\",\"0.005523\",\"0.004609\",\"100\"\n\"2024-07-11T16:10:00.000Z\",\"0.00546\",\"0.004674\",\"100\"\n\"2024-07-11T16:15:00.000Z\",\"0.005519\",\"0.004658\",\"100\"\n\"2024-07-11T16:20:00.000Z\",\"0.005688\",\"0.004748\",\"100\"\n\"2024-07-11T16:25:00.000Z\",\"0.005644\",\"0.004661\",\"100\"\n\"2024-07-11T16:30:00.000Z\",\"0.005502\",\"0.004625\",\"100\"\n\"2024-07-11T16:35:00.000Z\",\"0.005688\",\"0.00475\",\"100\"\n\"2024-07-11T16:40:00.000Z\",\"0.005633\",\"0.00471\",\"100\"\n\"2024-07-11T16:45:00.000Z\",\"0.00564\",\"0.004694\",\"100\"\n\"2024-07-11T16:50:00.000Z\",\"0.005999\",\"0.004784\",\"100\"\n\"2024-07-11T16:55:00.000Z\",\"0.005525\",\"0.004656\",\"100\"\n\"2024-07-11T17:00:00.000Z\",\"0.005762\",\"0.005317\",\"100\"\n\"2024-07-11T17:05:00.000Z\",\"0.005667\",\"0.004747\",\"100\"\n\"2024-07-11T17:10:00.000Z\",\"0.005576\",\"0.004636\",\"100\"\n\"2024-07-11T17:15:00.000Z\",\"0.005555\",\"0.00462\",\"100\"\n\"2024-07-11T17:20:00.000Z\",\"0.005633\",\"0.004694\",\"100\"\n\"2024-07-11T17:25:00.000Z\",\"0.005629\",\"0.004692\",\"100\"\n\"2024-07-11T17:30:00.000Z\",\"0.005774\",\"0.004686\",\"100\"\n\"2024-07-11T17:35:00.000Z\",\"0.005605\",\"0.004659\",\"100\"\n\"2024-07-11T17:40:00.000Z\",\"0.005591\",\"0.004691\",\"100\"\n\"2024-07-11T17:45:00.000Z\",\"0.005561\",\"0.004611\",\"100\"\n\"2024-07-11T17:50:00.000Z\",\"0.006041\",\"0.00479\",\"100\"\n\"2024-07-11T17:55:00.000Z\",\"0.005565\",\"0.004694\",\"100\"\n\"2024-07-11T18:00:00.000Z\",\"0.005469\",\"0.004579\",\"100\"\n\"2024-07-11T18:05:00.000Z\",\"0.005687\",\"0.004725\",\"100\"\n\"2024-07-11T18:10:00.000Z\",\"0.005599\",\"0.004692\",\"100\"\n\"2024-07-11T18:15:00.000Z\",\"0.005733\",\"0.005261\",\"100\"\n\"2024-07-11T18:20:00.000Z\",\"0.005706\",\"0.004779\",\"100\"\n\"2024-07-11T18:25:00.000Z\",\"0.005639\",\"0.004655\",\"100\"\n\"2024-07-11T18:30:00.000Z\",\"0.005462\",\"0.004586\",\"100\"\n\"2024-07-11T18:35:00.000Z\",\"0.005703\",\"0.00471\",\"100\"\n\"2024-07-11T18:40:00.000Z\",\"0.005709\",\"0.004765\",\"100\"\n\"2024-07-11T18:45:00.000Z\",\"0.005484\",\"0.004606\",\"100\"\n\"2024-07-11T18:50:00.000Z\",\"0.005624\",\"0.004734\",\"100\"\n\"2024-07-11T18:55:00.000Z\",\"0.005966\",\"0.004815\",\"100\"\n\"2024-07-11T19:00:00.000Z\",\"0.005571\",\"0.004706\",\"100\"\n\"2024-07-11T19:05:00.000Z\",\"0.005605\",\"0.004714\",\"100\"\n\"2024-07-11T19:10:00.000Z\",\"0.005542\",\"0.00467\",\"100\"\n\"2024-07-11T19:15:00.000Z\",\"0.005608\",\"0.004756\",\"100\"\n\"2024-07-11T19:20:00.000Z\",\"0.005663\",\"0.004685\",\"100\"\n\"2024-07-11T19:25:00.000Z\",\"0.005619\",\"0.004732\",\"100\"\n\"2024-07-11T19:30:00.000Z\",\"0.005695\",\"0.004793\",\"100\"\n\"2024-07-11T19:35:00.000Z\",\"0.006514\",\"0.006555\",\"100\"\n\"2024-07-11T19:40:00.000Z\",\"0.005522\",\"0.004675\",\"100\"\n\"2024-07-11T19:45:00.000Z\",\"0.005521\",\"0.004694\",\"100\"\n\"2024-07-11T19:50:00.000Z\",\"0.00566\",\"0.0047\",\"100\"\n\"2024-07-11T19:55:00.000Z\",\"0.005968\",\"0.00478\",\"100\"\n\"2024-07-11T20:00:00.000Z\",\"0.005595\",\"0.004695\",\"100\"\n\"2024-07-11T20:05:00.000Z\",\"0.005654\",\"0.004671\",\"100\"\n\"2024-07-11T20:10:00.000Z\",\"0.005629\",\"0.004702\",\"100\"\n\"2024-07-11T20:15:00.000Z\",\"0.00565\",\"0.00474\",\"100\"\n\"2024-07-11T20:20:00.000Z\",\"0.005714\",\"0.004691\",\"100\"\n\"2024-07-11T20:25:00.000Z\",\"0.005632\",\"0.004705\",\"100\"\n\"2024-07-11T20:30:00.000Z\",\"0.005609\",\"0.004721\",\"100\"\n\"2024-07-11T20:35:00.000Z\",\"0.005679\",\"0.004741\",\"100\"\n\"2024-07-11T20:40:00.000Z\",\"0.005757\",\"0.005298\",\"100\"\n\"2024-07-11T20:45:00.000Z\",\"0.005532\",\"0.004675\",\"100\"\n\"2024-07-11T20:50:00.000Z\",\"0.005499\",\"0.004646\",\"100\"\n\"2024-07-11T20:55:00.000Z\",\"0.005999\",\"0.004797\",\"100\"\n\"2024-07-11T21:00:00.000Z\",\"0.005561\",\"0.004743\",\"100\"\n\"2024-07-11T21:05:00.000Z\",\"0.005711\",\"0.004674\",\"100\"\n\"2024-07-11T21:10:00.000Z\",\"0.005665\",\"0.004696\",\"100\"\n\"2024-07-11T21:15:00.000Z\",\"0.005572\",\"0.004708\",\"100\"\n\"2024-07-11T21:20:00.000Z\",\"0.005576\",\"0.00464\",\"100\"\n\"2024-07-11T21:25:00.000Z\",\"0.005672\",\"0.004721\",\"100\"\n\"2024-07-11T21:30:00.000Z\",\"0.005621\",\"0.004707\",\"100\"\n\"2024-07-11T21:35:00.000Z\",\"0.00566\",\"0.004728\",\"100\"\n\"2024-07-11T21:40:00.000Z\",\"0.00561\",\"0.004694\",\"100\"\n\"2024-07-11T21:45:00.000Z\",\"0.005757\",\"0.004777\",\"100\"\n\"2024-07-11T21:50:00.000Z\",\"0.005498\",\"0.004647\",\"100\"\n\"2024-07-11T21:55:00.000Z\",\"0.005788\",\"0.004804\",\"100\"\n\"2024-07-11T22:00:00.000Z\",\"0.0062\",\"0.005411\",\"100\"\n\"2024-07-11T22:05:00.000Z\",\"0.005623\",\"0.004748\",\"100\"\n\"2024-07-11T22:10:00.000Z\",\"0.005532\",\"0.004672\",\"100\"\n\"2024-07-11T22:15:00.000Z\",\"0.005604\",\"0.004692\",\"100\"\n\"2024-07-11T22:20:00.000Z\",\"0.005611\",\"0.004673\",\"100\"\n\"2024-07-11T22:25:00.000Z\",\"0.005631\",\"0.004718\",\"100\"\n\"2024-07-11T22:30:00.000Z\",\"0.005594\",\"0.004768\",\"100\"\n\"2024-07-11T22:35:00.000Z\",\"0.005554\",\"0.004667\",\"100\"\n\"2024-07-11T22:40:00.000Z\",\"0.005562\",\"0.004631\",\"100\"\n\"2024-07-11T22:45:00.000Z\",\"0.00579\",\"0.004784\",\"100\"\n\"2024-07-11T22:50:00.000Z\",\"0.00557\",\"0.004642\",\"100\"\n\"2024-07-11T22:55:00.000Z\",\"0.005433\",\"0.004563\",\"100\"\n\"2024-07-11T23:00:00.000Z\",\"0.006016\",\"0.004821\",\"100\"\n\"2024-07-11T23:05:00.000Z\",\"0.005741\",\"0.005336\",\"100\"\n\"2024-07-11T23:10:00.000Z\",\"0.005603\",\"0.004645\",\"100\"\n\"2024-07-11T23:15:00.000Z\",\"0.005583\",\"0.004687\",\"100\"\n\"2024-07-11T23:20:00.000Z\",\"0.005552\",\"0.004744\",\"100\"\n\"2024-07-11T23:25:00.000Z\",\"0.005685\",\"0.004725\",\"100\"\n\"2024-07-11T23:30:00.000Z\",\"0.006612\",\"0.006097\",\"100\"\n\"2024-07-11T23:35:00.000Z\",\"0.005547\",\"0.004748\",\"100\"\n\"2024-07-11T23:40:00.000Z\",\"0.005741\",\"0.004694\",\"100\"\n\"2024-07-11T23:45:00.000Z\",\"0.005573\",\"0.004669\",\"100\"\n\"2024-07-11T23:50:00.000Z\",\"0.005712\",\"0.004744\",\"100\"\n\"2024-07-11T23:55:00.000Z\",\"0.005728\",\"0.004727\",\"100\"\n\"2024-07-12T00:00:00.000Z\",\"0.005947\",\"0.004707\",\"100\"\n\"2024-07-12T00:05:00.000Z\",\"0.005549\",\"0.004649\",\"100\"\n\"2024-07-12T00:10:00.000Z\",\"0.005577\",\"0.004671\",\"100\"\n\"2024-07-12T00:15:00.000Z\",\"0.005692\",\"0.004777\",\"100\"\n\"2024-07-12T00:20:00.000Z\",\"0.005577\",\"0.004748\",\"100\"\n\"2024-07-12T00:25:00.000Z\",\"0.005871\",\"0.005415\",\"100\"\n\"2024-07-12T00:30:00.000Z\",\"0.005493\",\"0.004622\",\"100\"\n\"2024-07-12T00:35:00.000Z\",\"0.005588\",\"0.004661\",\"100\"\n\"2024-07-12T00:40:00.000Z\",\"0.005604\",\"0.004739\",\"100\"\n\"2024-07-12T00:45:00.000Z\",\"0.005734\",\"0.004829\",\"100\"\n\"2024-07-12T00:50:00.000Z\",\"0.005572\",\"0.004737\",\"100\"\n\"2024-07-12T00:55:00.000Z\",\"0.005623\",\"0.004686\",\"100\"\n\"2024-07-12T01:00:00.000Z\",\"0.005939\",\"0.004763\",\"100\"\n\"2024-07-12T01:05:00.000Z\",\"0.005665\",\"0.004762\",\"100\"\n\"2024-07-12T01:10:00.000Z\",\"0.005506\",\"0.004606\",\"100\"\n\"2024-07-12T01:15:00.000Z\",\"0.005595\",\"0.004651\",\"100\"\n\"2024-07-12T01:20:00.000Z\",\"0.005704\",\"0.004723\",\"100\"\n\"2024-07-12T01:25:00.000Z\",\"0.005646\",\"0.0047\",\"100\"\n\"2024-07-12T01:30:00.000Z\",\"0.005618\",\"0.004735\",\"100\"\n\"2024-07-12T01:35:00.000Z\",\"0.005658\",\"0.005269\",\"100\"\n\"2024-07-12T01:40:00.000Z\",\"0.005625\",\"0.004737\",\"100\"\n\"2024-07-12T01:45:00.000Z\",\"0.005499\",\"0.004625\",\"100\"\n\"2024-07-12T01:50:00.000Z\",\"0.005566\",\"0.004735\",\"100\"\n\"2024-07-12T01:55:00.000Z\",\"0.006135\",\"0.004832\",\"100\"\n\"2024-07-12T02:00:00.000Z\",\"0.005546\",\"0.004648\",\"100\"\n\"2024-07-12T02:05:00.000Z\",\"0.00578\",\"0.004787\",\"100\"\n\"2024-07-12T02:10:00.000Z\",\"0.005609\",\"0.004672\",\"100\"\n\"2024-07-12T02:15:00.000Z\",\"0.005667\",\"0.004769\",\"100\"\n\"2024-07-12T02:20:00.000Z\",\"0.00559\",\"0.004716\",\"100\"\n\"2024-07-12T02:25:00.000Z\",\"0.005668\",\"0.004706\",\"100\"\n\"2024-07-12T02:30:00.000Z\",\"0.005484\",\"0.004634\",\"100\"\n\"2024-07-12T02:35:00.000Z\",\"0.005748\",\"0.004804\",\"100\"\n\"2024-07-12T02:40:00.000Z\",\"0.005545\",\"0.004683\",\"100\"\n\"2024-07-12T02:45:00.000Z\",\"0.005436\",\"0.004575\",\"100\"\n\"2024-07-12T02:50:00.000Z\",\"0.005724\",\"0.005277\",\"100\"\n\"2024-07-12T02:55:00.000Z\",\"0.005679\",\"0.00468\",\"100\"\n\"2024-07-12T03:00:00.000Z\",\"0.006085\",\"0.004734\",\"100\"\n\"2024-07-12T03:05:00.000Z\",\"0.005717\",\"0.004754\",\"100\"\n\"2024-07-12T03:10:00.000Z\",\"0.006503\",\"0.006159\",\"100\"\n\"2024-07-12T03:15:00.000Z\",\"0.005637\",\"0.004746\",\"100\"\n\"2024-07-12T03:20:00.000Z\",\"0.005621\",\"0.004686\",\"100\"\n\"2024-07-12T03:25:00.000Z\",\"0.00563\",\"0.004677\",\"100\"\n\"2024-07-12T03:30:00.000Z\",\"0.005673\",\"0.004761\",\"100\"\n\"2024-07-12T03:35:00.000Z\",\"0.005591\",\"0.004656\",\"100\"\n\"2024-07-12T03:40:00.000Z\",\"0.005675\",\"0.004722\",\"100\"\n\"2024-07-12T03:45:00.000Z\",\"0.00553\",\"0.004659\",\"100\"\n\"2024-07-12T03:50:00.000Z\",\"0.005623\",\"0.00469\",\"100\"\n\"2024-07-12T03:55:00.000Z\",\"0.006213\",\"0.004857\",\"100\"\n\"2024-07-12T04:00:00.000Z\",\"0.005598\",\"0.004613\",\"100\"\n\"2024-07-12T04:05:00.000Z\",\"0.005768\",\"0.004767\",\"100\"\n\"2024-07-12T04:10:00.000Z\",\"0.005592\",\"0.005254\",\"100\"\n\"2024-07-12T04:15:00.000Z\",\"0.00559\",\"0.004664\",\"100\"\n\"2024-07-12T04:20:00.000Z\",\"0.005535\",\"0.00473\",\"100\"\n\"2024-07-12T04:25:00.000Z\",\"0.005637\",\"0.004733\",\"100\"\n\"2024-07-12T04:30:00.000Z\",\"0.005626\",\"0.004718\",\"100\"\n\"2024-07-12T04:35:00.000Z\",\"0.005711\",\"0.004744\",\"100\"\n\"2024-07-12T04:40:00.000Z\",\"0.005576\",\"0.004739\",\"100\"\n\"2024-07-12T04:45:00.000Z\",\"0.005734\",\"0.004794\",\"100\"\n\"2024-07-12T04:50:00.000Z\",\"0.00595\",\"0.004688\",\"100\"\n\"2024-07-12T04:55:00.000Z\",\"0.00573\",\"0.004697\",\"100\"\n\"2024-07-12T05:00:00.000Z\",\"0.005587\",\"0.004663\",\"100\"\n\"2024-07-12T05:05:00.000Z\",\"0.005739\",\"0.004826\",\"100\"\n\"2024-07-12T05:10:00.000Z\",\"0.005384\",\"0.004565\",\"100\"\n\"2024-07-12T05:15:00.000Z\",\"0.005649\",\"0.004688\",\"100\"\n\"2024-07-12T05:20:00.000Z\",\"0.005557\",\"0.004651\",\"100\"\n\"2024-07-12T05:25:00.000Z\",\"0.00576\",\"0.00483\",\"100\"\n\"2024-07-12T05:30:00.000Z\",\"0.005587\",\"0.004709\",\"100\"\n\"2024-07-12T05:35:00.000Z\",\"0.005821\",\"0.005395\",\"100\"\n\"2024-07-12T05:40:00.000Z\",\"0.005532\",\"0.004647\",\"100\"\n\"2024-07-12T05:45:00.000Z\",\"0.005788\",\"0.004813\",\"100\"\n\"2024-07-12T05:50:00.000Z\",\"0.006088\",\"0.004872\",\"100\"\n\"2024-07-12T05:55:00.000Z\",\"0.005533\",\"0.004682\",\"100\"\n\"2024-07-12T06:00:00.000Z\",\"0.005528\",\"0.004657\",\"100\"\n\"2024-07-12T06:05:00.000Z\",\"0.005552\",\"0.004695\",\"100\"\n\"2024-07-12T06:10:00.000Z\",\"0.005544\",\"0.004607\",\"100\"\n\"2024-07-12T06:15:00.000Z\",\"0.005522\",\"0.004717\",\"100\"\n\"2024-07-12T06:20:00.000Z\",\"0.005536\",\"0.004683\",\"100\"\n\"2024-07-12T06:25:00.000Z\",\"0.005788\",\"0.004795\",\"100\"\n\"2024-07-12T06:30:00.000Z\",\"0.005585\",\"0.004624\",\"100\"\n\"2024-07-12T06:35:00.000Z\",\"0.005779\",\"0.004776\",\"100\"\n\"2024-07-12T06:40:00.000Z\",\"0.005426\",\"0.004622\",\"100\"\n\"2024-07-12T06:45:00.000Z\",\"0.005712\",\"0.005289\",\"100\"\n\"2024-07-12T06:50:00.000Z\",\"0.00601\",\"0.004801\",\"100\"\n\"2024-07-12T06:55:00.000Z\",\"0.005719\",\"0.004846\",\"100\"\n\"2024-07-12T07:00:00.000Z\",\"0.005523\",\"0.004651\",\"100\"\n\"2024-07-12T07:05:00.000Z\",\"0.005677\",\"0.004768\",\"100\"\n\"2024-07-12T07:10:00.000Z\",\"0.005551\",\"0.004637\",\"100\"\n\"2024-07-12T07:15:00.000Z\",\"0.005648\",\"0.004729\",\"100\"\n\"2024-07-12T07:20:00.000Z\",\"0.005645\",\"0.004692\",\"100\"\n\"2024-07-12T07:25:00.000Z\",\"0.006689\",\"0.006267\",\"100\"\n\"2024-07-12T07:30:00.000Z\",\"0.005711\",\"0.004754\",\"100\"\n\"2024-07-12T07:35:00.000Z\",\"0.005731\",\"0.004728\",\"100\"\n\"2024-07-12T07:40:00.000Z\",\"0.005591\",\"0.004636\",\"100\"\n\"2024-07-12T07:45:00.000Z\",\"0.00614\",\"0.004873\",\"100\"\n\"2024-07-12T07:50:00.000Z\",\"0.005597\",\"0.004758\",\"100\"\n\"2024-07-12T07:55:00.000Z\",\"0.005671\",\"0.004741\",\"100\"\n\"2024-07-12T08:00:00.000Z\",\"0.005763\",\"0.004702\",\"100\"\n\"2024-07-12T08:05:00.000Z\",\"0.005598\",\"0.00468\",\"100\"\n\"2024-07-12T08:10:00.000Z\",\"0.005679\",\"0.005243\",\"100\"\n\"2024-07-12T08:15:00.000Z\",\"0.005823\",\"0.0048\",\"100\"\n\"2024-07-12T08:20:00.000Z\",\"0.005524\",\"0.004704\",\"100\"\n\"2024-07-12T08:25:00.000Z\",\"0.005726\",\"0.004788\",\"100\"\n\"2024-07-12T08:30:00.000Z\",\"0.005566\",\"0.00467\",\"100\"\n\"2024-07-12T08:35:00.000Z\",\"0.005626\",\"0.004723\",\"100\"\n\"2024-07-12T08:40:00.000Z\",\"0.005565\",\"0.004676\",\"100\"\n\"2024-07-12T08:45:00.000Z\",\"0.00605\",\"0.004862\",\"100\"\n\"2024-07-12T08:50:00.000Z\",\"0.005488\",\"0.004636\",\"100\"\n\"2024-07-12T08:55:00.000Z\",\"0.005367\",\"0.004578\",\"100\"\n\"2024-07-12T09:00:00.000Z\",\"0.005614\",\"0.004697\",\"100\"\n\"2024-07-12T09:05:00.000Z\",\"0.005566\",\"0.00468\",\"100\"\n\"2024-07-12T09:10:00.000Z\",\"0.005695\",\"0.004654\",\"100\"\n\"2024-07-12T09:15:00.000Z\",\"0.005757\",\"0.005324\",\"100\"\n\"2024-07-12T09:20:00.000Z\",\"0.005566\",\"0.004653\",\"100\"\n\"2024-07-12T09:25:00.000Z\",\"0.005678\",\"0.004751\",\"100\"\n\"2024-07-12T09:30:00.000Z\",\"0.005674\",\"0.004735\",\"100\"\n\"2024-07-12T09:35:00.000Z\",\"0.00562\",\"0.004706\",\"100\"\n\"2024-07-12T09:40:00.000Z\",\"0.00563\",\"0.004774\",\"100\"\n\"2024-07-12T09:45:00.000Z\",\"0.006078\",\"0.004807\",\"100\"\n\"2024-07-12T09:50:00.000Z\",\"0.005576\",\"0.004667\",\"100\"\n\"2024-07-12T09:55:00.000Z\",\"0.00565\",\"0.004714\",\"100\"\n\"2024-07-12T10:00:00.000Z\",\"0.005606\",\"0.004714\",\"100\"\n\"2024-07-12T10:05:00.000Z\",\"0.005726\",\"0.0047\",\"100\"\n\"2024-07-12T10:10:00.000Z\",\"0.005628\",\"0.004711\",\"100\"\n\"2024-07-12T10:15:00.000Z\",\"0.00552\",\"0.004631\",\"100\"\n\"2024-07-12T10:20:00.000Z\",\"0.00559\",\"0.004756\",\"100\"\n\"2024-07-12T10:25:00.000Z\",\"0.005747\",\"0.004791\",\"100\"\n\"2024-07-12T10:30:00.000Z\",\"0.005679\",\"0.004745\",\"100\"\n\"2024-07-12T10:35:00.000Z\",\"0.005744\",\"0.0053\",\"100\"\n\"2024-07-12T10:40:00.000Z\",\"0.006002\",\"0.004764\",\"100\"\n\"2024-07-12T10:45:00.000Z\",\"0.005548\",\"0.004699\",\"100\"\n\"2024-07-12T10:50:00.000Z\",\"0.005587\",\"0.004604\",\"100\"\n\"2024-07-12T10:55:00.000Z\",\"0.005595\",\"0.004753\",\"100\"\n\"2024-07-12T11:00:00.000Z\",\"0.005657\",\"0.004601\",\"100\"\n\"2024-07-12T11:05:00.000Z\",\"0.005603\",\"0.004685\",\"100\"\n\"2024-07-12T11:10:00.000Z\",\"0.005612\",\"0.004723\",\"100\"\n\"2024-07-12T11:15:00.000Z\",\"0.005551\",\"0.004624\",\"100\"\n\"2024-07-12T11:20:00.000Z\",\"0.00558\",\"0.004655\",\"100\"\n\"2024-07-12T11:25:00.000Z\",\"0.005671\",\"0.004719\",\"100\"\n\"2024-07-12T11:30:00.000Z\",\"0.005583\",\"0.004676\",\"100\"\n\"2024-07-12T11:35:00.000Z\",\"0.005762\",\"0.004743\",\"100\"\n\"2024-07-12T11:40:00.000Z\",\"0.005593\",\"0.004707\",\"100\"\n\"2024-07-12T11:45:00.000Z\",\"0.006083\",\"0.005301\",\"100\"\n\"2024-07-12T11:50:00.000Z\",\"0.006641\",\"0.006259\",\"100\"\n\"2024-07-12T11:55:00.000Z\",\"0.005656\",\"0.004657\",\"100\"\n\"2024-07-12T12:00:00.000Z\",\"0.00566\",\"0.00475\",\"100\"\n\"2024-07-12T12:05:00.000Z\",\"0.00548\",\"0.004613\",\"100\"\n\"2024-07-12T12:10:00.000Z\",\"0.005607\",\"0.004616\",\"100\"\n\"2024-07-12T12:15:00.000Z\",\"0.005585\",\"0.004752\",\"100\"\n\"2024-07-12T12:20:00.000Z\",\"0.005699\",\"0.004673\",\"100\"\n\"2024-07-12T12:25:00.000Z\",\"0.005643\",\"0.004668\",\"100\"\n\"2024-07-12T12:30:00.000Z\",\"0.005705\",\"0.00476\",\"100\"\n\"2024-07-12T12:35:00.000Z\",\"0.005573\",\"0.004659\",\"100\"\n\"2024-07-12T12:40:00.000Z\",\"0.005516\",\"0.004618\",\"100\"\n\"2024-07-12T12:45:00.000Z\",\"0.00623\",\"0.004787\",\"100\"\n\"2024-07-12T12:50:00.000Z\",\"0.005516\",\"0.004604\",\"100\"\n\"2024-07-12T12:55:00.000Z\",\"0.005611\",\"0.004683\",\"100\"\n\"2024-07-12T13:00:00.000Z\",\"0.005671\",\"0.005327\",\"100\"\n\"2024-07-12T13:05:00.000Z\",\"0.005581\",\"0.004665\",\"100\"\n\"2024-07-12T13:10:00.000Z\",\"0.005543\",\"0.004692\",\"100\"\n\"2024-07-12T13:15:00.000Z\",\"0.005585\",\"0.004647\",\"100\"\n\"2024-07-12T13:20:00.000Z\",\"0.00554\",\"0.004696\",\"100\"\n\"2024-07-12T13:25:00.000Z\",\"0.00566\",\"0.004646\",\"100\"\n\"2024-07-12T13:30:00.000Z\",\"0.005609\",\"0.004681\",\"100\"\n\"2024-07-12T13:35:00.000Z\",\"0.005744\",\"0.004842\",\"100\"\n\"2024-07-12T13:40:00.000Z\",\"0.006014\",\"0.004759\",\"100\"\n\"2024-07-12T13:45:00.000Z\",\"0.005634\",\"0.004724\",\"100\"\n\"2024-07-12T13:50:00.000Z\",\"0.005594\",\"0.00462\",\"100\"\n\"2024-07-12T13:55:00.000Z\",\"0.005708\",\"0.004783\",\"100\"\n\"2024-07-12T14:00:00.000Z\",\"0.005577\",\"0.004666\",\"100\"\n\"2024-07-12T14:05:00.000Z\",\"0.005533\",\"0.004631\",\"100\"\n\"2024-07-12T14:10:00.000Z\",\"0.005511\",\"0.005198\",\"100\"\n\"2024-07-12T14:15:00.000Z\",\"0.005498\",\"0.004663\",\"100\"\n\"2024-07-12T14:20:00.000Z\",\"0.005644\",\"0.004685\",\"100\"\n\"2024-07-12T14:25:00.000Z\",\"0.00567\",\"0.004684\",\"100\"\n\"2024-07-12T14:30:00.000Z\",\"0.005616\",\"0.004702\",\"100\"\n\"2024-07-12T14:35:00.000Z\",\"0.006103\",\"0.004825\",\"100\"\n\"2024-07-12T14:40:00.000Z\",\"0.00562\",\"0.004664\",\"100\"\n\"2024-07-12T14:45:00.000Z\",\"0.005651\",\"0.004696\",\"100\"\n\"2024-07-12T14:50:00.000Z\",\"0.00553\",\"0.00456\",\"100\"\n\"2024-07-12T14:55:00.000Z\",\"0.005471\",\"0.004644\",\"100\"\n\"2024-07-12T15:00:00.000Z\",\"0.005596\",\"0.004673\",\"100\"\n\"2024-07-12T15:05:00.000Z\",\"0.005485\",\"0.004644\",\"100\"\n\"2024-07-12T15:10:00.000Z\",\"0.005512\",\"0.004694\",\"100\"\n\"2024-07-12T15:15:00.000Z\",\"0.005502\",\"0.004689\",\"100\"\n\"2024-07-12T15:20:00.000Z\",\"0.005765\",\"0.005273\",\"100\"\n\"2024-07-12T15:25:00.000Z\",\"0.005671\",\"0.004671\",\"100\"\n\"2024-07-12T15:30:00.000Z\",\"0.005607\",\"0.004674\",\"100\"\n\"2024-07-12T15:35:00.000Z\",\"0.00607\",\"0.004827\",\"100\"\n\"2024-07-12T15:40:00.000Z\",\"0.005648\",\"0.004742\",\"100\"\n\"2024-07-12T15:45:00.000Z\",\"0.006508\",\"0.006092\",\"100\"\n\"2024-07-12T15:50:00.000Z\",\"0.005568\",\"0.004645\",\"100\"\n\"2024-07-12T15:55:00.000Z\",\"0.005571\",\"0.004694\",\"100\"\n\"2024-07-12T16:00:00.000Z\",\"0.005683\",\"0.00471\",\"100\"\n\"2024-07-12T16:05:00.000Z\",\"0.005712\",\"0.004704\",\"100\"\n\"2024-07-12T16:10:00.000Z\",\"0.005587\",\"0.004646\",\"100\"\n\"2024-07-12T16:15:00.000Z\",\"0.005613\",\"0.004751\",\"100\"\n\"2024-07-12T16:20:00.000Z\",\"0.005539\",\"0.004631\",\"100\"\n\"2024-07-12T16:25:00.000Z\",\"0.005673\",\"0.004781\",\"100\"\n\"2024-07-12T16:30:00.000Z\",\"0.005579\",\"0.004686\",\"100\"\n\"2024-07-12T16:35:00.000Z\",\"0.006039\",\"0.004796\",\"100\"\n\"2024-07-12T16:40:00.000Z\",\"0.005738\",\"0.005342\",\"100\"\n\"2024-07-12T16:45:00.000Z\",\"0.005525\",\"0.004663\",\"100\"\n\"2024-07-12T16:50:00.000Z\",\"0.005657\",\"0.004647\",\"100\"\n\"2024-07-12T16:55:00.000Z\",\"0.005702\",\"0.004719\",\"100\"\n\"2024-07-12T17:00:00.000Z\",\"0.005564\",\"0.004665\",\"100\"\n\"2024-07-12T17:05:00.000Z\",\"0.005663\",\"0.004735\",\"100\"\n\"2024-07-12T17:10:00.000Z\",\"0.005339\",\"0.004519\",\"100\"\n\"2024-07-12T17:15:00.000Z\",\"0.005442\",\"0.004622\",\"100\"\n\"2024-07-12T17:20:00.000Z\",\"0.005647\",\"0.004652\",\"100\"\n\"2024-07-12T17:25:00.000Z\",\"0.005628\",\"0.004736\",\"100\"\n\"2024-07-12T17:30:00.000Z\",\"0.005549\",\"0.004631\",\"100\"\n\"2024-07-12T17:35:00.000Z\",\"0.005955\",\"0.004775\",\"100\"\n\"2024-07-12T17:40:00.000Z\",\"0.005717\",\"0.004691\",\"100\"\n\"2024-07-12T17:45:00.000Z\",\"0.005544\",\"0.004724\",\"100\"\n\"2024-07-12T17:50:00.000Z\",\"0.005511\",\"0.004572\",\"100\"\n\"2024-07-12T17:55:00.000Z\",\"0.005535\",\"0.004733\",\"100\"\n\"2024-07-12T18:00:00.000Z\",\"0.005634\",\"0.005284\",\"100\"\n\"2024-07-12T18:05:00.000Z\",\"0.005561\",\"0.004726\",\"100\"\n\"2024-07-12T18:10:00.000Z\",\"0.005648\",\"0.004753\",\"100\"\n\"2024-07-12T18:15:00.000Z\",\"0.005531\",\"0.004628\",\"100\"\n\"2024-07-12T18:20:00.000Z\",\"0.005485\",\"0.004648\",\"100\"\n\"2024-07-12T18:25:00.000Z\",\"0.005769\",\"0.004842\",\"100\"\n\"2024-07-12T18:30:00.000Z\",\"0.006076\",\"0.004791\",\"100\"\n\"2024-07-12T18:35:00.000Z\",\"0.005588\",\"0.004704\",\"100\"\n\"2024-07-12T18:40:00.000Z\",\"0.005794\",\"0.004752\",\"100\"\n\"2024-07-12T18:45:00.000Z\",\"0.005465\",\"0.004586\",\"100\"\n\"2024-07-12T18:50:00.000Z\",\"0.005392\",\"0.004553\",\"100\"\n\"2024-07-12T18:55:00.000Z\",\"0.005556\",\"0.004689\",\"100\"\n\"2024-07-12T19:00:00.000Z\",\"0.005571\",\"0.004616\",\"100\"\n\"2024-07-12T19:05:00.000Z\",\"0.005762\",\"0.005401\",\"100\"\n\"2024-07-12T19:10:00.000Z\",\"0.005681\",\"0.004696\",\"100\"\n\"2024-07-12T19:15:00.000Z\",\"0.00555\",\"0.004635\",\"100\"\n\"2024-07-12T19:20:00.000Z\",\"0.005551\",\"0.004668\",\"100\"\n\"2024-07-12T19:25:00.000Z\",\"0.005665\",\"0.004782\",\"100\"\n\"2024-07-12T19:30:00.000Z\",\"0.005678\",\"0.004757\",\"100\"\n\"2024-07-12T19:35:00.000Z\",\"0.006053\",\"0.004784\",\"100\"\n\"2024-07-12T19:40:00.000Z\",\"0.00571\",\"0.00473\",\"100\"\n\"2024-07-12T19:45:00.000Z\",\"0.005675\",\"0.004741\",\"100\"\n\"2024-07-12T19:50:00.000Z\",\"0.006325\",\"0.005973\",\"100\"\n\"2024-07-12T19:55:00.000Z\",\"0.005616\",\"0.004681\",\"100\"\n\"2024-07-12T20:00:00.000Z\",\"0.005755\",\"0.004818\",\"100\"\n\"2024-07-12T20:05:00.000Z\",\"0.005637\",\"0.00474\",\"100\"\n\"2024-07-12T20:10:00.000Z\",\"0.005645\",\"0.004764\",\"100\"\n\"2024-07-12T20:15:00.000Z\",\"0.005908\",\"0.005291\",\"100\"\n\"2024-07-12T20:20:00.000Z\",\"0.005549\",\"0.004648\",\"100\"\n\"2024-07-12T20:25:00.000Z\",\"0.005695\",\"0.004707\",\"100\"\n\"2024-07-12T20:30:00.000Z\",\"0.005418\",\"0.004611\",\"100\"\n\"2024-07-12T20:35:00.000Z\",\"0.005672\",\"0.004736\",\"100\"\n\"2024-07-12T20:40:00.000Z\",\"0.00599\",\"0.004799\",\"100\"\n\"2024-07-12T20:45:00.000Z\",\"0.00565\",\"0.004793\",\"100\"\n\"2024-07-12T20:50:00.000Z\",\"0.005617\",\"0.004731\",\"100\"\n\"2024-07-12T20:55:00.000Z\",\"0.005666\",\"0.004705\",\"100\"\n\"2024-07-12T21:00:00.000Z\",\"0.005581\",\"0.004687\",\"100\"\n\"2024-07-12T21:05:00.000Z\",\"0.005763\",\"0.004692\",\"100\"\n\"2024-07-12T21:10:00.000Z\",\"0.005659\",\"0.004689\",\"100\"\n\"2024-07-12T21:15:00.000Z\",\"0.005609\",\"0.004632\",\"100\"\n\"2024-07-12T21:20:00.000Z\",\"0.005687\",\"0.00494\",\"100\"\n\"2024-07-12T21:25:00.000Z\",\"0.005683\",\"0.005085\",\"100\"\n\"2024-07-12T21:30:00.000Z\",\"0.005716\",\"0.004756\",\"100\"\n\"2024-07-12T21:35:00.000Z\",\"0.005677\",\"0.004705\",\"100\"\n\"2024-07-12T21:40:00.000Z\",\"0.005553\",\"0.004673\",\"100\"\n\"2024-07-12T21:45:00.000Z\",\"0.006047\",\"0.004858\",\"100\"\n\"2024-07-12T21:50:00.000Z\",\"0.005755\",\"0.004714\",\"100\"\n\"2024-07-12T21:55:00.000Z\",\"0.005658\",\"0.004632\",\"100\"\n\"2024-07-12T22:00:00.000Z\",\"0.005662\",\"0.004785\",\"100\"\n\"2024-07-12T22:05:00.000Z\",\"0.005595\",\"0.004696\",\"100\"\n\"2024-07-12T22:10:00.000Z\",\"0.005597\",\"0.004659\",\"100\"\n\"2024-07-12T22:15:00.000Z\",\"0.00565\",\"0.004769\",\"100\"\n\"2024-07-12T22:20:00.000Z\",\"0.005564\",\"0.004638\",\"100\"\n\"2024-07-12T22:25:00.000Z\",\"0.005599\",\"0.004715\",\"100\"\n\"2024-07-12T22:30:00.000Z\",\"0.005601\",\"0.004679\",\"100\"\n\"2024-07-12T22:35:00.000Z\",\"0.005623\",\"0.004671\",\"100\"\n\"2024-07-12T22:40:00.000Z\",\"0.006009\",\"0.004765\",\"100\"\n\"2024-07-12T22:45:00.000Z\",\"0.005684\",\"0.004725\",\"100\"\n\"2024-07-12T22:50:00.000Z\",\"0.005714\",\"0.005303\",\"100\"\n\"2024-07-12T22:55:00.000Z\",\"0.006027\",\"0.004545\",\"100\"\n\"2024-07-12T23:00:00.000Z\",\"0.005514\",\"0.004679\",\"100\"\n\"2024-07-12T23:05:00.000Z\",\"0.005614\",\"0.004752\",\"100\"\n\"2024-07-12T23:10:00.000Z\",\"0.005429\",\"0.004609\",\"100\"\n\"2024-07-12T23:15:00.000Z\",\"0.005604\",\"0.004708\",\"100\"\n\"2024-07-12T23:20:00.000Z\",\"0.005556\",\"0.004716\",\"100\"\n\"2024-07-12T23:25:00.000Z\",\"0.005641\",\"0.004689\",\"100\"\n\"2024-07-12T23:30:00.000Z\",\"0.005562\",\"0.004669\",\"100\"\n\"2024-07-12T23:35:00.000Z\",\"0.005591\",\"0.004629\",\"100\"\n\"2024-07-12T23:40:00.000Z\",\"0.005614\",\"0.004722\",\"100\"\n\"2024-07-12T23:45:00.000Z\",\"0.00593\",\"0.004869\",\"100\"\n\"2024-07-12T23:50:00.000Z\",\"0.005614\",\"0.004675\",\"100\"\n\"2024-07-12T23:55:00.000Z\",\"0.005504\",\"0.004649\",\"100\"\n\"2024-07-13T00:00:00.000Z\",\"0.005746\",\"0.005315\",\"100\"\n\"2024-07-13T00:05:00.000Z\",\"0.005464\",\"0.00467\",\"100\"\n\"2024-07-13T00:10:00.000Z\",\"0.005497\",\"0.004656\",\"100\"\n\"2024-07-13T00:15:00.000Z\",\"0.00578\",\"0.004804\",\"100\"\n\"2024-07-13T00:20:00.000Z\",\"0.005519\",\"0.004584\",\"100\"\n\"2024-07-13T00:25:00.000Z\",\"0.005565\",\"0.004761\",\"100\"\n\"2024-07-13T00:30:00.000Z\",\"0.00547\",\"0.004648\",\"100\"\n\"2024-07-13T00:35:00.000Z\",\"0.005565\",\"0.004647\",\"100\"\n\"2024-07-13T00:40:00.000Z\",\"0.005557\",\"0.00467\",\"100\"\n\"2024-07-13T00:45:00.000Z\",\"0.006064\",\"0.004806\",\"100\"\n\"2024-07-13T00:50:00.000Z\",\"0.005545\",\"0.004693\",\"100\"\n\"2024-07-13T00:55:00.000Z\",\"0.005607\",\"0.004701\",\"100\"\n\"2024-07-13T01:00:00.000Z\",\"0.005561\",\"0.005235\",\"100\"\n\"2024-07-13T01:05:00.000Z\",\"0.005729\",\"0.004761\",\"100\"\n\"2024-07-13T01:10:00.000Z\",\"0.005525\",\"0.004719\",\"100\"\n\"2024-07-13T01:15:00.000Z\",\"0.0056\",\"0.004696\",\"100\"\n\"2024-07-13T01:20:00.000Z\",\"0.00562\",\"0.00468\",\"100\"\n\"2024-07-13T01:25:00.000Z\",\"0.005672\",\"0.004767\",\"100\"\n\"2024-07-13T01:30:00.000Z\",\"0.005613\",\"0.004677\",\"100\"\n\"2024-07-13T01:35:00.000Z\",\"0.005676\",\"0.00472\",\"100\"\n\"2024-07-13T01:40:00.000Z\",\"0.005566\",\"0.004654\",\"100\"\n\"2024-07-13T01:45:00.000Z\",\"0.005697\",\"0.00473\",\"100\"\n\"2024-07-13T01:50:00.000Z\",\"0.00608\",\"0.004789\",\"100\"\n\"2024-07-13T01:55:00.000Z\",\"0.005639\",\"0.004718\",\"100\"\n\"2024-07-13T02:00:00.000Z\",\"0.006536\",\"0.006103\",\"100\"\n\"2024-07-13T02:05:00.000Z\",\"0.005581\",\"0.004707\",\"100\"\n\"2024-07-13T02:10:00.000Z\",\"0.005662\",\"0.004667\",\"100\"\n\"2024-07-13T02:15:00.000Z\",\"0.005665\",\"0.004712\",\"100\"\n\"2024-07-13T02:20:00.000Z\",\"0.005713\",\"0.005282\",\"100\"\n\"2024-07-13T02:25:00.000Z\",\"0.005714\",\"0.004774\",\"100\"\n\"2024-07-13T02:30:00.000Z\",\"0.005455\",\"0.004624\",\"100\"\n\"2024-07-13T02:35:00.000Z\",\"0.005764\",\"0.004659\",\"100\"\n\"2024-07-13T02:40:00.000Z\",\"0.005616\",\"0.004715\",\"100\"\n\"2024-07-13T02:45:00.000Z\",\"0.005723\",\"0.004729\",\"100\"\n\"2024-07-13T02:50:00.000Z\",\"0.00601\",\"0.004691\",\"100\"\n\"2024-07-13T02:55:00.000Z\",\"0.005627\",\"0.004727\",\"100\"\n\"2024-07-13T03:00:00.000Z\",\"0.005657\",\"0.004733\",\"100\"\n\"2024-07-13T03:05:00.000Z\",\"0.005643\",\"0.004653\",\"100\"\n\"2024-07-13T03:10:00.000Z\",\"0.005715\",\"0.004762\",\"100\"\n\"2024-07-13T03:15:00.000Z\",\"0.005679\",\"0.004696\",\"100\"\n\"2024-07-13T03:20:00.000Z\",\"0.005653\",\"0.004633\",\"100\"\n\"2024-07-13T03:25:00.000Z\",\"0.005722\",\"0.004687\",\"100\"\n\"2024-07-13T03:30:00.000Z\",\"0.005657\",\"0.004705\",\"100\"\n\"2024-07-13T03:35:00.000Z\",\"0.005704\",\"0.004744\",\"100\"\n\"2024-07-13T03:40:00.000Z\",\"0.005699\",\"0.00473\",\"100\"\n\"2024-07-13T03:45:00.000Z\",\"0.005763\",\"0.005318\",\"100\"\n\"2024-07-13T03:50:00.000Z\",\"0.00565\",\"0.004692\",\"100\"\n\"2024-07-13T03:55:00.000Z\",\"0.006164\",\"0.00487\",\"100\"\n\"2024-07-13T04:00:00.000Z\",\"0.005579\",\"0.004639\",\"100\"\n\"2024-07-13T04:05:00.000Z\",\"0.00571\",\"0.004699\",\"100\"\n\"2024-07-13T04:10:00.000Z\",\"0.005616\",\"0.00468\",\"100\"\n\"2024-07-13T04:15:00.000Z\",\"0.005596\",\"0.004704\",\"100\"\n\"2024-07-13T04:20:00.000Z\",\"0.005716\",\"0.004612\",\"100\"\n\"2024-07-13T04:25:00.000Z\",\"0.005529\",\"0.004682\",\"100\"\n\"2024-07-13T04:30:00.000Z\",\"0.005749\",\"0.004757\",\"100\"\n\"2024-07-13T04:35:00.000Z\",\"0.005525\",\"0.004623\",\"100\"\n\"2024-07-13T04:40:00.000Z\",\"0.005607\",\"0.004756\",\"100\"\n\"2024-07-13T04:45:00.000Z\",\"0.005586\",\"0.004732\",\"100\"\n\"2024-07-13T04:50:00.000Z\",\"0.005598\",\"0.004678\",\"100\"\n\"2024-07-13T04:55:00.000Z\",\"0.006084\",\"0.004806\",\"100\"\n\"2024-07-13T05:00:00.000Z\",\"0.005611\",\"0.004693\",\"100\"\n\"2024-07-13T05:05:00.000Z\",\"0.005769\",\"0.005304\",\"100\"\n\"2024-07-13T05:10:00.000Z\",\"0.005788\",\"0.004728\",\"100\"\n\"2024-07-13T05:15:00.000Z\",\"0.005663\",\"0.004652\",\"100\"\n\"2024-07-13T05:20:00.000Z\",\"0.005602\",\"0.004647\",\"100\"\n\"2024-07-13T05:25:00.000Z\",\"0.005641\",\"0.00478\",\"100\"\n\"2024-07-13T05:30:00.000Z\",\"0.005592\",\"0.004643\",\"100\"\n\"2024-07-13T05:35:00.000Z\",\"0.005615\",\"0.004673\",\"100\"\n\"2024-07-13T05:40:00.000Z\",\"0.005615\",\"0.004707\",\"100\"\n\"2024-07-13T05:45:00.000Z\",\"0.005629\",\"0.004679\",\"100\"\n\"2024-07-13T05:50:00.000Z\",\"0.006088\",\"0.004786\",\"100\"\n\"2024-07-13T05:55:00.000Z\",\"0.005784\",\"0.00474\",\"100\"\n\"2024-07-13T06:00:00.000Z\",\"0.005561\",\"0.004633\",\"100\"\n\"2024-07-13T06:05:00.000Z\",\"0.005806\",\"0.004873\",\"100\"\n\"2024-07-13T06:10:00.000Z\",\"0.00567\",\"0.004763\",\"100\"\n\"2024-07-13T06:15:00.000Z\",\"0.006458\",\"0.006055\",\"100\"\n\"2024-07-13T06:20:00.000Z\",\"0.00562\",\"0.004704\",\"100\"\n\"2024-07-13T06:25:00.000Z\",\"0.005583\",\"0.004736\",\"100\"\n\"2024-07-13T06:30:00.000Z\",\"0.005825\",\"0.005413\",\"100\"\n\"2024-07-13T06:35:00.000Z\",\"0.005685\",\"0.004712\",\"100\"\n\"2024-07-13T06:40:00.000Z\",\"0.005573\",\"0.004669\",\"100\"\n\"2024-07-13T06:45:00.000Z\",\"0.005714\",\"0.004753\",\"100\"\n\"2024-07-13T06:50:00.000Z\",\"0.006028\",\"0.00479\",\"100\"\n\"2024-07-13T06:55:00.000Z\",\"0.00556\",\"0.004673\",\"100\"\n\"2024-07-13T07:00:00.000Z\",\"0.005613\",\"0.0046\",\"100\"\n\"2024-07-13T07:05:00.000Z\",\"0.005774\",\"0.004711\",\"100\"\n\"2024-07-13T07:10:00.000Z\",\"0.00567\",\"0.004717\",\"100\"\n\"2024-07-13T07:15:00.000Z\",\"0.005711\",\"0.004715\",\"100\"\n\"2024-07-13T07:20:00.000Z\",\"0.00567\",\"0.004753\",\"100\"\n\"2024-07-13T07:25:00.000Z\",\"0.005664\",\"0.004745\",\"100\"\n\"2024-07-13T07:30:00.000Z\",\"0.005575\",\"0.004652\",\"100\"\n\"2024-07-13T07:35:00.000Z\",\"0.005699\",\"0.004768\",\"100\"\n\"2024-07-13T07:40:00.000Z\",\"0.005622\",\"0.004739\",\"100\"\n\"2024-07-13T07:45:00.000Z\",\"0.005775\",\"0.005301\",\"100\"\n\"2024-07-13T07:50:00.000Z\",\"0.006138\",\"0.004832\",\"100\"\n\"2024-07-13T07:55:00.000Z\",\"0.00567\",\"0.004725\",\"100\"\n\"2024-07-13T08:00:00.000Z\",\"0.005539\",\"0.004607\",\"100\"\n\"2024-07-13T08:05:00.000Z\",\"0.00553\",\"0.004674\",\"100\"\n\"2024-07-13T08:10:00.000Z\",\"0.005604\",\"0.004718\",\"100\"\n\"2024-07-13T08:15:00.000Z\",\"0.00555\",\"0.004619\",\"100\"\n\"2024-07-13T08:20:00.000Z\",\"0.005597\",\"0.004695\",\"100\"\n\"2024-07-13T08:25:00.000Z\",\"0.005568\",\"0.004758\",\"100\"\n\"2024-07-13T08:30:00.000Z\",\"0.005604\",\"0.004707\",\"100\"\n\"2024-07-13T08:35:00.000Z\",\"0.005706\",\"0.004751\",\"100\"\n\"2024-07-13T08:40:00.000Z\",\"0.005646\",\"0.004718\",\"100\"\n\"2024-07-13T08:45:00.000Z\",\"0.006106\",\"0.004852\",\"100\"\n\"2024-07-13T08:50:00.000Z\",\"0.005614\",\"0.004705\",\"100\"\n\"2024-07-13T08:55:00.000Z\",\"0.005674\",\"0.004752\",\"100\"\n\"2024-07-13T09:00:00.000Z\",\"0.005627\",\"0.004705\",\"100\"\n\"2024-07-13T09:05:00.000Z\",\"0.005576\",\"0.004666\",\"100\"\n\"2024-07-13T09:10:00.000Z\",\"0.005637\",\"0.004715\",\"100\"\n\"2024-07-13T09:15:00.000Z\",\"0.005673\",\"0.005268\",\"100\"\n\"2024-07-13T09:20:00.000Z\",\"0.005687\",\"0.004691\",\"100\"\n\"2024-07-13T09:25:00.000Z\",\"0.005663\",\"0.004792\",\"100\"\n\"2024-07-13T09:30:00.000Z\",\"0.005712\",\"0.00473\",\"100\"\n\"2024-07-13T09:35:00.000Z\",\"0.005624\",\"0.004738\",\"100\"\n\"2024-07-13T09:40:00.000Z\",\"0.005642\",\"0.004649\",\"100\"\n\"2024-07-13T09:45:00.000Z\",\"0.005981\",\"0.00472\",\"100\"\n\"2024-07-13T09:50:00.000Z\",\"0.00566\",\"0.004685\",\"100\"\n\"2024-07-13T09:55:00.000Z\",\"0.005674\",\"0.004731\",\"100\"\n\"2024-07-13T10:00:00.000Z\",\"0.005603\",\"0.004712\",\"100\"\n\"2024-07-13T10:05:00.000Z\",\"0.005718\",\"0.004757\",\"100\"\n\"2024-07-13T10:10:00.000Z\",\"0.005653\",\"0.004796\",\"100\"\n\"2024-07-13T10:15:00.000Z\",\"0.005626\",\"0.00473\",\"100\"\n\"2024-07-13T10:20:00.000Z\",\"0.005555\",\"0.00467\",\"100\"\n\"2024-07-13T10:25:00.000Z\",\"0.005535\",\"0.004615\",\"100\"\n\"2024-07-13T10:30:00.000Z\",\"0.00655\",\"0.006688\",\"100\"\n\"2024-07-13T10:35:00.000Z\",\"0.005746\",\"0.004809\",\"100\"\n\"2024-07-13T10:40:00.000Z\",\"0.005566\",\"0.004615\",\"100\"\n\"2024-07-13T10:45:00.000Z\",\"0.006038\",\"0.004847\",\"100\"\n\"2024-07-13T10:50:00.000Z\",\"0.005571\",\"0.00459\",\"100\"\n\"2024-07-13T10:55:00.000Z\",\"0.005744\",\"0.004682\",\"100\"\n\"2024-07-13T11:00:00.000Z\",\"0.005687\",\"0.00477\",\"100\"\n\"2024-07-13T11:05:00.000Z\",\"0.005657\",\"0.004737\",\"100\"\n\"2024-07-13T11:10:00.000Z\",\"0.005679\",\"0.004661\",\"100\"\n\"2024-07-13T11:15:00.000Z\",\"0.005642\",\"0.004713\",\"100\"\n\"2024-07-13T11:20:00.000Z\",\"0.005637\",\"0.004739\",\"100\"\n\"2024-07-13T11:25:00.000Z\",\"0.005649\",\"0.004669\",\"100\"\n\"2024-07-13T11:30:00.000Z\",\"0.005599\",\"0.004666\",\"100\"\n\"2024-07-13T11:35:00.000Z\",\"0.005721\",\"0.004701\",\"100\"\n\"2024-07-13T11:40:00.000Z\",\"0.005778\",\"0.004687\",\"100\"\n\"2024-07-13T11:45:00.000Z\",\"0.006105\",\"0.005348\",\"100\"\n\"2024-07-13T11:50:00.000Z\",\"0.005503\",\"0.004618\",\"100\"\n\"2024-07-13T11:55:00.000Z\",\"0.0056\",\"0.004688\",\"100\"\n\"2024-07-13T12:00:00.000Z\",\"0.005623\",\"0.004738\",\"100\"\n\"2024-07-13T12:05:00.000Z\",\"0.005651\",\"0.004741\",\"100\"\n\"2024-07-13T12:10:00.000Z\",\"0.005549\",\"0.004661\",\"100\"\n\"2024-07-13T12:15:00.000Z\",\"0.005626\",\"0.004669\",\"100\"\n\"2024-07-13T12:20:00.000Z\",\"0.005653\",\"0.00468\",\"100\"\n\"2024-07-13T12:25:00.000Z\",\"0.005782\",\"0.004731\",\"100\"\n\"2024-07-13T12:30:00.000Z\",\"0.005497\",\"0.00467\",\"100\"\n\"2024-07-13T12:35:00.000Z\",\"0.005615\",\"0.004683\",\"100\"\n\"2024-07-13T12:40:00.000Z\",\"0.005964\",\"0.004727\",\"100\"\n\"2024-07-13T12:45:00.000Z\",\"0.005681\",\"0.004742\",\"100\"\n\"2024-07-13T12:50:00.000Z\",\"0.005693\",\"0.005229\",\"100\"\n\"2024-07-13T12:55:00.000Z\",\"0.005587\",\"0.004692\",\"100\"\n\"2024-07-13T13:00:00.000Z\",\"0.005545\",\"0.004583\",\"100\"\n\"2024-07-13T13:05:00.000Z\",\"0.005649\",\"0.0047\",\"100\"\n\"2024-07-13T13:10:00.000Z\",\"0.005665\",\"0.004706\",\"100\"\n\"2024-07-13T13:15:00.000Z\",\"0.005677\",\"0.004756\",\"100\"\n\"2024-07-13T13:20:00.000Z\",\"0.00559\",\"0.004653\",\"100\"\n\"2024-07-13T15:35:00.000Z\",\"\",\"\",\"100\"\n\"2024-07-13T15:40:00.000Z\",\"0.005636\",\"0.00469\",\"100\"\n\"2024-07-13T15:45:00.000Z\",\"0.00603\",\"0.004849\",\"100\"\n\"2024-07-13T15:50:00.000Z\",\"0.00559\",\"0.004665\",\"100\"\n\"2024-07-13T15:55:00.000Z\",\"0.005797\",\"0.004813\",\"100\"\n\"2024-07-13T16:00:00.000Z\",\"0.005574\",\"0.004762\",\"100\"\n\"2024-07-13T16:05:00.000Z\",\"0.005689\",\"0.004762\",\"100\"\n\"2024-07-13T16:10:00.000Z\",\"0.005759\",\"0.004763\",\"100\"\n\"2024-07-13T16:15:00.000Z\",\"0.005577\",\"0.004658\",\"100\"\n\"2024-07-13T16:20:00.000Z\",\"0.005669\",\"0.004723\",\"100\"\n\"2024-07-13T16:25:00.000Z\",\"0.005644\",\"0.004722\",\"100\"\n\"2024-07-13T16:30:00.000Z\",\"0.005899\",\"0.005343\",\"100\"\n\"2024-07-13T16:35:00.000Z\",\"0.005665\",\"0.004716\",\"100\"\n\"2024-07-13T16:40:00.000Z\",\"0.005677\",\"0.004736\",\"100\"\n\"2024-07-13T16:45:00.000Z\",\"0.005633\",\"0.004659\",\"100\"\n\"2024-07-13T16:50:00.000Z\",\"0.005992\",\"0.004789\",\"100\"\n\"2024-07-13T16:55:00.000Z\",\"0.005676\",\"0.004721\",\"100\"\n\"2024-07-13T17:00:00.000Z\",\"0.005533\",\"0.004638\",\"100\"\n\"2024-07-13T17:05:00.000Z\",\"0.005623\",\"0.004691\",\"100\"\n\"2024-07-13T17:10:00.000Z\",\"0.005647\",\"0.004795\",\"100\"\n\"2024-07-13T17:15:00.000Z\",\"0.005625\",\"0.00471\",\"100\"\n\"2024-07-13T17:20:00.000Z\",\"0.005715\",\"0.004676\",\"100\"\n\"2024-07-13T17:25:00.000Z\",\"0.005583\",\"0.004702\",\"100\"\n\"2024-07-13T17:30:00.000Z\",\"0.005607\",\"0.004693\",\"100\"\n\"2024-07-13T17:35:00.000Z\",\"0.005765\",\"0.005297\",\"100\"\n\"2024-07-13T17:40:00.000Z\",\"0.005538\",\"0.004629\",\"100\"\n\"2024-07-13T17:45:00.000Z\",\"0.005611\",\"0.004728\",\"100\"\n\"2024-07-13T17:50:00.000Z\",\"0.005635\",\"0.004793\",\"100\"\n\"2024-07-13T17:55:00.000Z\",\"0.006092\",\"0.004888\",\"100\"\n\"2024-07-13T18:00:00.000Z\",\"0.00565\",\"0.004721\",\"100\"\n\"2024-07-13T18:05:00.000Z\",\"0.005779\",\"0.004715\",\"100\"\n\"2024-07-13T18:10:00.000Z\",\"0.005649\",\"0.004767\",\"100\"\n\"2024-07-13T18:15:00.000Z\",\"0.005638\",\"0.004681\",\"100\"\n\"2024-07-13T18:20:00.000Z\",\"0.005654\",\"0.00473\",\"100\"\n\"2024-07-13T18:25:00.000Z\",\"0.005649\",\"0.004697\",\"100\"\n\"2024-07-13T18:30:00.000Z\",\"0.005606\",\"0.004707\",\"100\"\n\"2024-07-13T18:35:00.000Z\",\"0.00571\",\"0.004729\",\"100\"\n\"2024-07-13T18:40:00.000Z\",\"0.005567\",\"0.00467\",\"100\"\n\"2024-07-13T18:45:00.000Z\",\"0.005922\",\"0.004996\",\"100\"\n\"2024-07-13T18:50:00.000Z\",\"0.006921\",\"0.006626\",\"100\"\n\"2024-07-13T18:55:00.000Z\",\"0.005598\",\"0.004686\",\"100\"\n\"2024-07-13T19:00:00.000Z\",\"0.005635\",\"0.004721\",\"100\"\n\"2024-07-13T19:05:00.000Z\",\"0.005627\",\"0.004706\",\"100\"\n\"2024-07-13T19:10:00.000Z\",\"0.005632\",\"0.004689\",\"100\"\n\"2024-07-13T19:15:00.000Z\",\"0.005648\",\"0.004709\",\"100\"\n\"2024-07-13T19:20:00.000Z\",\"0.005561\",\"0.004627\",\"100\"\n\"2024-07-13T19:25:00.000Z\",\"0.005725\",\"0.004759\",\"100\"\n\"2024-07-13T19:30:00.000Z\",\"0.00568\",\"0.004745\",\"100\"\n\"2024-07-13T19:35:00.000Z\",\"0.005682\",\"0.004734\",\"100\"\n\"2024-07-13T19:40:00.000Z\",\"0.00566\",\"0.004716\",\"100\"\n\"2024-07-13T19:45:00.000Z\",\"0.005819\",\"0.00483\",\"100\"\n\"2024-07-13T19:50:00.000Z\",\"0.005981\",\"0.004745\",\"100\"\n\"2024-07-13T19:55:00.000Z\",\"0.005715\",\"0.004843\",\"100\"\n\"2024-07-13T20:00:00.000Z\",\"0.005506\",\"0.004676\",\"100\"\n\"2024-07-13T20:05:00.000Z\",\"0.00574\",\"0.00472\",\"100\"\n\"2024-07-13T20:10:00.000Z\",\"0.005736\",\"0.005246\",\"100\"\n\"2024-07-13T20:15:00.000Z\",\"0.005594\",\"0.004692\",\"100\"\n\"2024-07-13T20:20:00.000Z\",\"0.005617\",\"0.004613\",\"100\"\n\"2024-07-13T20:25:00.000Z\",\"0.005594\",\"0.004678\",\"100\"\n\"2024-07-13T20:30:00.000Z\",\"0.005675\",\"0.004806\",\"100\"\n\"2024-07-13T20:35:00.000Z\",\"0.005697\",\"0.004782\",\"100\"\n\"2024-07-13T20:40:00.000Z\",\"0.00565\",\"0.004698\",\"100\"\n\"2024-07-13T20:45:00.000Z\",\"0.005753\",\"0.0047\",\"100\"\n\"2024-07-13T20:50:00.000Z\",\"0.006028\",\"0.004749\",\"100\"\n\"2024-07-13T20:55:00.000Z\",\"0.005738\",\"0.004804\",\"100\"\n\"2024-07-13T21:00:00.000Z\",\"0.005585\",\"0.004631\",\"100\"\n\"2024-07-13T21:05:00.000Z\",\"0.005672\",\"0.004749\",\"100\"\n\"2024-07-13T21:10:00.000Z\",\"0.005688\",\"0.005286\",\"100\"\n\"2024-07-13T21:15:00.000Z\",\"0.005629\",\"0.004663\",\"100\"\n\"2024-07-13T21:20:00.000Z\",\"0.005639\",\"0.004694\",\"100\"\n\"2024-07-13T21:25:00.000Z\",\"0.005634\",\"0.004673\",\"100\"\n\"2024-07-13T21:30:00.000Z\",\"0.005666\",\"0.00473\",\"100\"\n\"2024-07-13T21:35:00.000Z\",\"0.005694\",\"0.004789\",\"100\"\n\"2024-07-13T21:40:00.000Z\",\"0.005662\",\"0.004707\",\"100\"\n\"2024-07-13T21:45:00.000Z\",\"0.005666\",\"0.004731\",\"100\"\n\"2024-07-13T21:50:00.000Z\",\"0.006035\",\"0.004842\",\"100\"\n\"2024-07-13T21:55:00.000Z\",\"0.005661\",\"0.004682\",\"100\"\n\"2024-07-13T22:00:00.000Z\",\"0.00568\",\"0.004663\",\"100\"\n\"2024-07-13T22:05:00.000Z\",\"0.005529\",\"0.004679\",\"100\"\n\"2024-07-13T22:10:00.000Z\",\"0.005653\",\"0.004723\",\"100\"\n\"2024-07-13T22:15:00.000Z\",\"0.005651\",\"0.004706\",\"100\"\n\"2024-07-13T22:20:00.000Z\",\"0.005642\",\"0.004723\",\"100\"\n\"2024-07-13T22:25:00.000Z\",\"0.005675\",\"0.004689\",\"100\"\n\"2024-07-13T22:30:00.000Z\",\"0.005759\",\"0.005301\",\"100\"\n\"2024-07-13T22:35:00.000Z\",\"0.005598\",\"0.004738\",\"100\"\n\"2024-07-13T22:40:00.000Z\",\"0.006628\",\"0.006138\",\"100\"\n\"2024-07-13T22:45:00.000Z\",\"0.005727\",\"0.004727\",\"100\"\n\"2024-07-13T22:50:00.000Z\",\"0.005554\",\"0.004723\",\"100\"\n\"2024-07-13T22:55:00.000Z\",\"0.00597\",\"0.004759\",\"100\"\n\"2024-07-13T23:00:00.000Z\",\"0.005573\",\"0.00465\",\"100\"\n\"2024-07-13T23:05:00.000Z\",\"0.005684\",\"0.004794\",\"100\"\n\"2024-07-13T23:10:00.000Z\",\"0.005635\",\"0.004751\",\"100\"\n\"2024-07-13T23:15:00.000Z\",\"0.005715\",\"0.004747\",\"100\"\n\"2024-07-13T23:20:00.000Z\",\"0.005514\",\"0.004629\",\"100\"\n\"2024-07-13T23:25:00.000Z\",\"0.005645\",\"0.004767\",\"100\"\n\"2024-07-13T23:30:00.000Z\",\"0.005517\",\"0.004624\",\"100\"\n\"2024-07-13T23:35:00.000Z\",\"0.005639\",\"0.004697\",\"100\"\n\"2024-07-13T23:40:00.000Z\",\"0.005698\",\"0.004727\",\"100\"\n\"2024-07-13T23:45:00.000Z\",\"0.00572\",\"0.004663\",\"100\"\n\"2024-07-13T23:50:00.000Z\",\"0.005674\",\"0.004739\",\"100\"\n\"2024-07-13T23:55:00.000Z\",\"0.006168\",\"0.005411\",\"100\"\n\"2024-07-14T00:00:00.000Z\",\"0.005515\",\"0.004605\",\"100\"\n\"2024-07-14T00:05:00.000Z\",\"0.005685\",\"0.00474\",\"100\"\n\"2024-07-14T00:10:00.000Z\",\"0.005655\",\"0.004743\",\"100\"\n\"2024-07-14T00:15:00.000Z\",\"0.005583\",\"0.004683\",\"100\"\n\"2024-07-14T00:20:00.000Z\",\"0.005719\",\"0.004681\",\"100\"\n\"2024-07-14T00:25:00.000Z\",\"0.005529\",\"0.004675\",\"100\"\n\"2024-07-14T00:30:00.000Z\",\"0.005761\",\"0.0047\",\"100\"\n\"2024-07-14T00:35:00.000Z\",\"0.00575\",\"0.004824\",\"100\"\n\"2024-07-14T00:40:00.000Z\",\"0.005458\",\"0.004596\",\"100\"\n\"2024-07-14T00:45:00.000Z\",\"0.005763\",\"0.004739\",\"100\"\n\"2024-07-14T00:50:00.000Z\",\"0.005908\",\"0.004663\",\"100\"\n\"2024-07-14T00:55:00.000Z\",\"0.005709\",\"0.004802\",\"100\"\n\"2024-07-14T01:00:00.000Z\",\"0.005519\",\"0.004602\",\"100\"\n\"2024-07-14T01:05:00.000Z\",\"0.005554\",\"0.004714\",\"100\"\n\"2024-07-14T01:10:00.000Z\",\"0.0057\",\"0.005344\",\"100\"\n\"2024-07-14T01:15:00.000Z\",\"0.005736\",\"0.004701\",\"100\"\n\"2024-07-14T01:20:00.000Z\",\"0.005603\",\"0.004675\",\"100\"\n\"2024-07-14T01:25:00.000Z\",\"0.005679\",\"0.004725\",\"100\"\n\"2024-07-14T01:30:00.000Z\",\"0.005595\",\"0.004638\",\"100\"\n\"2024-07-14T01:35:00.000Z\",\"0.005694\",\"0.004713\",\"100\"\n\"2024-07-14T01:40:00.000Z\",\"0.005605\",\"0.004667\",\"100\"\n\"2024-07-14T01:45:00.000Z\",\"0.005694\",\"0.004671\",\"100\"\n\"2024-07-14T01:50:00.000Z\",\"0.005926\",\"0.004771\",\"100\"\n\"2024-07-14T01:55:00.000Z\",\"0.00562\",\"0.004666\",\"100\"\n\"2024-07-14T02:00:00.000Z\",\"0.005602\",\"0.004695\",\"100\"\n\"2024-07-14T02:05:00.000Z\",\"0.005684\",\"0.004729\",\"100\"\n\"2024-07-14T02:10:00.000Z\",\"0.005786\",\"0.004736\",\"100\"\n\"2024-07-14T02:15:00.000Z\",\"0.005754\",\"0.004759\",\"100\"\n\"2024-07-14T02:20:00.000Z\",\"0.005681\",\"0.005301\",\"100\"\n\"2024-07-14T02:25:00.000Z\",\"0.005632\",\"0.00467\",\"100\"\n\"2024-07-14T02:30:00.000Z\",\"0.005732\",\"0.004746\",\"100\"\n\"2024-07-14T02:35:00.000Z\",\"0.005634\",\"0.004726\",\"100\"\n\"2024-07-14T02:40:00.000Z\",\"0.005648\",\"0.004672\",\"100\"\n\"2024-07-14T02:45:00.000Z\",\"0.006106\",\"0.004848\",\"100\"\n\"2024-07-14T02:50:00.000Z\",\"0.005579\",\"0.00466\",\"100\"\n\"2024-07-14T02:55:00.000Z\",\"0.005669\",\"0.004736\",\"100\"\n\"2024-07-14T03:00:00.000Z\",\"0.006037\",\"0.004914\",\"100\"\n\"2024-07-14T03:05:00.000Z\",\"0.006297\",\"0.005892\",\"100\"\n\"2024-07-14T03:10:00.000Z\",\"0.00567\",\"0.004686\",\"100\"\n\"2024-07-14T03:15:00.000Z\",\"0.005606\",\"0.004668\",\"100\"\n\"2024-07-14T03:20:00.000Z\",\"0.005706\",\"0.005245\",\"100\"\n\"2024-07-14T03:25:00.000Z\",\"0.005669\",\"0.004741\",\"100\"\n\"2024-07-14T03:30:00.000Z\",\"0.005593\",\"0.004664\",\"100\"\n\"2024-07-14T03:35:00.000Z\",\"0.005629\",\"0.004724\",\"100\"\n\"2024-07-14T03:40:00.000Z\",\"0.005551\",\"0.004664\",\"100\"\n\"2024-07-14T03:45:00.000Z\",\"0.006069\",\"0.004853\",\"100\"\n\"2024-07-14T03:50:00.000Z\",\"0.005697\",\"0.004709\",\"100\"\n\"2024-07-14T03:55:00.000Z\",\"0.005731\",\"0.004706\",\"100\"\n\"2024-07-14T04:00:00.000Z\",\"0.005672\",\"0.004714\",\"100\"\n\"2024-07-14T04:05:00.000Z\",\"0.00566\",\"0.004795\",\"100\"\n\"2024-07-14T04:10:00.000Z\",\"0.005678\",\"0.00474\",\"100\"\n\"2024-07-14T04:15:00.000Z\",\"0.00569\",\"0.004762\",\"100\"\n\"2024-07-14T04:20:00.000Z\",\"0.005599\",\"0.004752\",\"100\"\n\"2024-07-14T04:25:00.000Z\",\"0.005592\",\"0.004628\",\"100\"\n\"2024-07-14T04:30:00.000Z\",\"0.005727\",\"0.00467\",\"100\"\n\"2024-07-14T04:35:00.000Z\",\"0.005602\",\"0.00469\",\"100\"\n\"2024-07-14T04:40:00.000Z\",\"0.006114\",\"0.00475\",\"100\"\n\"2024-07-14T04:45:00.000Z\",\"0.005756\",\"0.004766\",\"100\"\n\"2024-07-14T04:50:00.000Z\",\"0.005679\",\"0.0053\",\"100\"\n\"2024-07-14T04:55:00.000Z\",\"0.005674\",\"0.004713\",\"100\"\n\"2024-07-14T05:00:00.000Z\",\"0.005641\",\"0.004718\",\"100\"\n\"2024-07-14T05:05:00.000Z\",\"0.005528\",\"0.004585\",\"100\"\n\"2024-07-14T05:10:00.000Z\",\"0.005684\",\"0.004756\",\"100\"\n\"2024-07-14T05:15:00.000Z\",\"0.005623\",\"0.004693\",\"100\"\n\"2024-07-14T05:20:00.000Z\",\"0.00569\",\"0.004755\",\"100\"\n\"2024-07-14T05:25:00.000Z\",\"0.005646\",\"0.004717\",\"100\"\n\"2024-07-14T05:30:00.000Z\",\"0.00557\",\"0.004684\",\"100\"\n\"2024-07-14T05:35:00.000Z\",\"0.005648\",\"0.004807\",\"100\"\n\"2024-07-14T05:40:00.000Z\",\"0.00607\",\"0.004758\",\"100\"\n\"2024-07-14T05:45:00.000Z\",\"0.005658\",\"0.004726\",\"100\"\n\"2024-07-14T05:50:00.000Z\",\"0.005729\",\"0.00476\",\"100\"\n\"2024-07-14T05:55:00.000Z\",\"0.005647\",\"0.004719\",\"100\"\n\"2024-07-14T06:00:00.000Z\",\"0.00562\",\"0.00472\",\"100\"\n\"2024-07-14T06:05:00.000Z\",\"0.005675\",\"0.005314\",\"100\"\n\"2024-07-14T06:10:00.000Z\",\"0.00555\",\"0.004658\",\"100\"\n\"2024-07-14T06:15:00.000Z\",\"0.005688\",\"0.004708\",\"100\"\n\"2024-07-14T06:20:00.000Z\",\"0.005569\",\"0.004682\",\"100\"\n\"2024-07-14T06:25:00.000Z\",\"0.005646\",\"0.004791\",\"100\"\n\"2024-07-14T06:30:00.000Z\",\"0.005719\",\"0.004707\",\"100\"\n\"2024-07-14T06:35:00.000Z\",\"0.005728\",\"0.004728\",\"100\"\n\"2024-07-14T06:40:00.000Z\",\"0.006162\",\"0.004844\",\"100\"\n\"2024-07-14T06:45:00.000Z\",\"0.006474\",\"0.006146\",\"100\"\n\"2024-07-14T06:50:00.000Z\",\"0.005532\",\"0.004608\",\"100\"\n\"2024-07-14T06:55:00.000Z\",\"0.005586\",\"0.004757\",\"100\"\n\"2024-07-14T07:00:00.000Z\",\"0.005444\",\"0.004628\",\"100\"\n\"2024-07-14T07:05:00.000Z\",\"0.005694\",\"0.004771\",\"100\"\n\"2024-07-14T07:10:00.000Z\",\"0.005721\",\"0.004844\",\"100\"\n\"2024-07-14T07:15:00.000Z\",\"0.005659\",\"0.00473\",\"100\"\n\"2024-07-14T07:20:00.000Z\",\"0.005637\",\"0.004724\",\"100\"\n\"2024-07-14T07:25:00.000Z\",\"0.005829\",\"0.005352\",\"100\"\n\"2024-07-14T07:30:00.000Z\",\"0.005551\",\"0.004629\",\"100\"\n\"2024-07-14T07:35:00.000Z\",\"0.005829\",\"0.004724\",\"100\"\n\"2024-07-14T07:40:00.000Z\",\"0.005964\",\"0.004903\",\"100\"\n\"2024-07-14T07:45:00.000Z\",\"0.005653\",\"0.004752\",\"100\"\n\"2024-07-14T07:50:00.000Z\",\"0.005651\",\"0.004698\",\"100\"\n\"2024-07-14T07:55:00.000Z\",\"0.00571\",\"0.004745\",\"100\"\n\"2024-07-14T08:00:00.000Z\",\"0.005579\",\"0.004708\",\"100\"\n\"2024-07-14T08:05:00.000Z\",\"0.005679\",\"0.004734\",\"100\"\n\"2024-07-14T08:10:00.000Z\",\"0.005571\",\"0.004662\",\"100\"\n\"2024-07-14T08:15:00.000Z\",\"0.005673\",\"0.004733\",\"100\"\n\"2024-07-14T08:20:00.000Z\",\"0.005594\",\"0.004685\",\"100\"\n\"2024-07-14T08:25:00.000Z\",\"0.005769\",\"0.004781\",\"100\"\n\"2024-07-14T08:30:00.000Z\",\"0.005608\",\"0.004694\",\"100\"\n\"2024-07-14T08:35:00.000Z\",\"0.00565\",\"0.004733\",\"100\"\n\"2024-07-14T08:40:00.000Z\",\"0.006158\",\"0.005403\",\"100\"\n\"2024-07-14T08:45:00.000Z\",\"0.005636\",\"0.0047\",\"100\"\n\"2024-07-14T08:50:00.000Z\",\"0.005642\",\"0.004648\",\"100\"\n\"2024-07-14T08:55:00.000Z\",\"0.00566\",\"0.004742\",\"100\"\n\"2024-07-14T09:00:00.000Z\",\"0.005563\",\"0.004638\",\"100\"\n\"2024-07-14T09:05:00.000Z\",\"0.005691\",\"0.004727\",\"100\"\n\"2024-07-14T09:10:00.000Z\",\"0.005542\",\"0.004597\",\"100\"\n\"2024-07-14T09:15:00.000Z\",\"0.005869\",\"0.004866\",\"100\"\n\"2024-07-14T09:20:00.000Z\",\"0.005714\",\"0.004651\",\"100\"\n\"2024-07-14T09:25:00.000Z\",\"0.005661\",\"0.004757\",\"100\"\n\"2024-07-14T09:30:00.000Z\",\"0.005703\",\"0.004735\",\"100\"\n\"2024-07-14T09:35:00.000Z\",\"0.005581\",\"0.004697\",\"100\"\n\"2024-07-14T09:40:00.000Z\",\"0.006037\",\"0.004856\",\"100\"\n\"2024-07-14T09:45:00.000Z\",\"0.005739\",\"0.005313\",\"100\"\n\"2024-07-14T09:50:00.000Z\",\"0.005651\",\"0.004687\",\"100\"\n\"2024-07-14T09:55:00.000Z\",\"0.00561\",\"0.004755\",\"100\"\n\"2024-07-14T10:00:00.000Z\",\"0.00567\",\"0.004741\",\"100\"\n\"2024-07-14T10:05:00.000Z\",\"0.005566\",\"0.004671\",\"100\"\n\"2024-07-14T10:10:00.000Z\",\"0.0057\",\"0.004684\",\"100\"\n\"2024-07-14T10:15:00.000Z\",\"0.005662\",\"0.004743\",\"100\"\n\"2024-07-14T10:20:00.000Z\",\"0.005585\",\"0.004679\",\"100\"\n\"2024-07-14T10:25:00.000Z\",\"0.005843\",\"0.004802\",\"100\"\n\"2024-07-14T10:30:00.000Z\",\"0.00553\",\"0.004601\",\"100\"\n\"2024-07-14T10:35:00.000Z\",\"0.005755\",\"0.004744\",\"100\"\n\"2024-07-14T10:40:00.000Z\",\"0.006127\",\"0.004824\",\"100\"\n\"2024-07-14T10:45:00.000Z\",\"0.006676\",\"0.006795\",\"100\"\n\"2024-07-14T10:50:00.000Z\",\"0.005631\",\"0.004723\",\"100\"\n\"2024-07-14T10:55:00.000Z\",\"0.005643\",\"0.004722\",\"100\"\n\"2024-07-14T11:00:00.000Z\",\"0.005607\",\"0.004667\",\"100\"\n\"2024-07-14T11:05:00.000Z\",\"0.005718\",\"0.004811\",\"100\"\n\"2024-07-14T11:10:00.000Z\",\"0.005649\",\"0.004658\",\"100\"\n\"2024-07-14T11:15:00.000Z\",\"0.005796\",\"0.004828\",\"100\"\n\"2024-07-14T11:20:00.000Z\",\"0.00554\",\"0.0047\",\"100\"\n\"2024-07-14T11:25:00.000Z\",\"0.005702\",\"0.004803\",\"100\"\n\"2024-07-14T11:30:00.000Z\",\"0.005752\",\"0.004693\",\"100\"\n\"2024-07-14T11:35:00.000Z\",\"0.005615\",\"0.004743\",\"100\"\n\"2024-07-14T11:40:00.000Z\",\"0.006083\",\"0.004748\",\"100\"\n\"2024-07-14T11:45:00.000Z\",\"0.005494\",\"0.004598\",\"100\"\n\"2024-07-14T11:50:00.000Z\",\"0.005673\",\"0.004743\",\"100\"\n\"2024-07-14T11:55:00.000Z\",\"0.005668\",\"0.004768\",\"100\"\n\"2024-07-14T12:00:00.000Z\",\"0.005725\",\"0.005303\",\"100\"\n\"2024-07-14T12:05:00.000Z\",\"0.005704\",\"0.004721\",\"100\"\n\"2024-07-14T12:10:00.000Z\",\"0.005506\",\"0.004667\",\"100\"\n\"2024-07-14T12:15:00.000Z\",\"0.005768\",\"0.004759\",\"100\"\n\"2024-07-14T12:20:00.000Z\",\"0.005573\",\"0.004634\",\"100\"\n\"2024-07-14T12:25:00.000Z\",\"0.005649\",\"0.004692\",\"100\"\n\"2024-07-14T12:30:00.000Z\",\"0.00566\",\"0.004701\",\"100\"\n\"2024-07-14T12:35:00.000Z\",\"0.006099\",\"0.004889\",\"100\"\n\"2024-07-14T12:40:00.000Z\",\"0.005566\",\"0.004669\",\"100\"\n\"2024-07-14T12:45:00.000Z\",\"0.005684\",\"0.004718\",\"100\"\n\"2024-07-14T12:50:00.000Z\",\"0.005547\",\"0.004678\",\"100\"\n\"2024-07-14T12:55:00.000Z\",\"0.005634\",\"0.0047\",\"100\"\n\"2024-07-14T13:00:00.000Z\",\"0.005956\",\"0.005357\",\"100\"\n\"2024-07-14T13:05:00.000Z\",\"0.005527\",\"0.004629\",\"100\"\n\"2024-07-14T13:10:00.000Z\",\"0.00563\",\"0.004706\",\"100\"\n\"2024-07-14T13:15:00.000Z\",\"0.005742\",\"0.004751\",\"100\"\n\"2024-07-14T13:20:00.000Z\",\"0.005601\",\"0.004705\",\"100\"\n\"2024-07-14T13:25:00.000Z\",\"0.005785\",\"0.004772\",\"100\"\n\"2024-07-14T13:30:00.000Z\",\"0.005588\",\"0.004679\",\"100\"\n\"2024-07-14T13:35:00.000Z\",\"0.006032\",\"0.004847\",\"100\"\n\"2024-07-14T13:40:00.000Z\",\"0.005565\",\"0.004625\",\"100\"\n\"2024-07-14T13:45:00.000Z\",\"0.005583\",\"0.004682\",\"100\"\n\"2024-07-14T13:50:00.000Z\",\"0.005683\",\"0.004688\",\"100\"\n\"2024-07-14T13:55:00.000Z\",\"0.005658\",\"0.004761\",\"100\"\n\"2024-07-14T14:00:00.000Z\",\"0.005613\",\"0.004676\",\"100\"\n\"2024-07-14T14:05:00.000Z\",\"0.005747\",\"0.004715\",\"100\"\n\"2024-07-14T14:10:00.000Z\",\"0.005594\",\"0.004706\",\"100\"\n\"2024-07-14T14:15:00.000Z\",\"0.005613\",\"0.004678\",\"100\"\n\"2024-07-14T14:20:00.000Z\",\"0.005714\",\"0.005283\",\"100\"\n\"2024-07-14T14:25:00.000Z\",\"0.00578\",\"0.004771\",\"100\"\n\"2024-07-14T14:30:00.000Z\",\"0.006035\",\"0.004801\",\"100\"\n\"2024-07-14T14:35:00.000Z\",\"0.005792\",\"0.00474\",\"100\"\n\"2024-07-14T14:40:00.000Z\",\"0.005602\",\"0.004707\",\"100\"\n\"2024-07-14T14:45:00.000Z\",\"0.005613\",\"0.004716\",\"100\"\n\"2024-07-14T14:50:00.000Z\",\"0.005588\",\"0.00465\",\"100\"\n\"2024-07-14T14:55:00.000Z\",\"0.006511\",\"0.006111\",\"100\"\n\"2024-07-14T15:00:00.000Z\",\"0.005724\",\"0.004808\",\"100\"\n\"2024-07-14T15:05:00.000Z\",\"0.005575\",\"0.004712\",\"100\"\n\"2024-07-14T15:10:00.000Z\",\"0.005527\",\"0.004623\",\"100\"\n\"2024-07-14T15:15:00.000Z\",\"0.005739\",\"0.004783\",\"100\"\n\"2024-07-14T15:20:00.000Z\",\"0.005641\",\"0.004721\",\"100\"\n\"2024-07-14T15:25:00.000Z\",\"0.006208\",\"0.004829\",\"100\"\n\"2024-07-14T15:30:00.000Z\",\"0.005695\",\"0.004744\",\"100\"\n\"2024-07-14T15:35:00.000Z\",\"0.005704\",\"0.005326\",\"100\"\n\"2024-07-14T15:40:00.000Z\",\"0.005566\",\"0.0046\",\"100\"\n\"2024-07-14T15:45:00.000Z\",\"0.005698\",\"0.004725\",\"100\"\n\"2024-07-14T15:50:00.000Z\",\"0.00557\",\"0.004638\",\"100\"\n\"2024-07-14T15:55:00.000Z\",\"0.005707\",\"0.004809\",\"100\"\n\"2024-07-14T16:00:00.000Z\",\"0.00565\",\"0.004737\",\"100\"\n\"2024-07-14T16:05:00.000Z\",\"0.005576\",\"0.004668\",\"100\"\n\"2024-07-14T16:10:00.000Z\",\"0.005678\",\"0.004728\",\"100\"\n\"2024-07-14T16:15:00.000Z\",\"0.005719\",\"0.004704\",\"100\"\n\"2024-07-14T16:20:00.000Z\",\"0.00559\",\"0.004633\",\"100\"\n\"2024-07-14T16:25:00.000Z\",\"0.00614\",\"0.004883\",\"100\"\n\"2024-07-14T16:30:00.000Z\",\"0.005656\",\"0.004635\",\"100\"\n\"2024-07-14T16:35:00.000Z\",\"0.005684\",\"0.004712\",\"100\"\n\"2024-07-14T16:40:00.000Z\",\"0.005598\",\"0.00469\",\"100\"\n\"2024-07-14T16:45:00.000Z\",\"0.005782\",\"0.004799\",\"100\"\n\"2024-07-14T16:50:00.000Z\",\"0.005487\",\"0.004638\",\"100\"\n\"2024-07-14T16:55:00.000Z\",\"0.005689\",\"0.004725\",\"100\"\n\"2024-07-14T17:00:00.000Z\",\"0.005715\",\"0.005278\",\"100\"\n\"2024-07-14T17:05:00.000Z\",\"0.005692\",\"0.004778\",\"100\"\n\"2024-07-14T17:10:00.000Z\",\"0.005739\",\"0.00473\",\"100\"\n\"2024-07-14T17:15:00.000Z\",\"0.005711\",\"0.004763\",\"100\"\n\"2024-07-14T17:20:00.000Z\",\"0.005895\",\"0.004694\",\"100\"\n\"2024-07-14T17:25:00.000Z\",\"0.005735\",\"0.004792\",\"100\"\n\"2024-07-14T17:30:00.000Z\",\"0.005723\",\"0.004729\",\"100\"\n\"2024-07-14T17:35:00.000Z\",\"0.005611\",\"0.004726\",\"100\"\n\"2024-07-14T17:40:00.000Z\",\"0.005603\",\"0.004632\",\"100\"\n\"2024-07-14T17:45:00.000Z\",\"0.005549\",\"0.004687\",\"100\"\n\"2024-07-14T17:50:00.000Z\",\"0.005637\",\"0.004697\",\"100\"\n\"2024-07-14T17:55:00.000Z\",\"0.005694\",\"0.004717\",\"100\"\n\"2024-07-14T18:00:00.000Z\",\"0.005726\",\"0.004818\",\"100\"\n\"2024-07-14T18:05:00.000Z\",\"0.005812\",\"0.004787\",\"100\"\n\"2024-07-14T18:10:00.000Z\",\"0.005678\",\"0.004718\",\"100\"\n\"2024-07-14T18:15:00.000Z\",\"0.005607\",\"0.004754\",\"100\"\n\"2024-07-14T18:20:00.000Z\",\"0.005735\",\"0.005242\",\"100\"\n\"2024-07-14T18:25:00.000Z\",\"0.006114\",\"0.004886\",\"100\"\n\"2024-07-14T18:30:00.000Z\",\"0.005621\",\"0.00466\",\"100\"\n\"2024-07-14T18:35:00.000Z\",\"0.005629\",\"0.004761\",\"100\"\n\"2024-07-14T18:40:00.000Z\",\"0.005609\",\"0.004691\",\"100\"\n\"2024-07-14T18:45:00.000Z\",\"0.005731\",\"0.00477\",\"100\"\n\"2024-07-14T18:50:00.000Z\",\"0.005534\",\"0.004609\",\"100\"\n\"2024-07-14T18:55:00.000Z\",\"0.005598\",\"0.004724\",\"100\"\n\"2024-07-14T19:00:00.000Z\",\"0.005693\",\"0.004669\",\"100\"\n\"2024-07-14T19:05:00.000Z\",\"0.005713\",\"0.004768\",\"100\"\n\"2024-07-14T19:10:00.000Z\",\"0.005571\",\"0.004608\",\"100\"\n\"2024-07-14T19:15:00.000Z\",\"0.005723\",\"0.00476\",\"100\"\n\"2024-07-14T19:20:00.000Z\",\"0.006594\",\"0.006122\",\"100\"\n\"2024-07-14T19:25:00.000Z\",\"0.006061\",\"0.004808\",\"100\"\n\"2024-07-14T19:30:00.000Z\",\"0.005505\",\"0.004565\",\"100\"\n\"2024-07-14T19:35:00.000Z\",\"0.005771\",\"0.005387\",\"100\"\n\"2024-07-14T19:40:00.000Z\",\"0.005596\",\"0.004672\",\"100\"\n\"2024-07-14T19:45:00.000Z\",\"0.005693\",\"0.004671\",\"100\"\n\"2024-07-14T19:50:00.000Z\",\"0.005587\",\"0.004653\",\"100\"\n\"2024-07-14T19:55:00.000Z\",\"0.005723\",\"0.004866\",\"100\"\n\"2024-07-14T20:00:00.000Z\",\"0.005688\",\"0.004791\",\"100\"\n\"2024-07-14T20:05:00.000Z\",\"0.0057\",\"0.004796\",\"100\"\n\"2024-07-14T20:10:00.000Z\",\"0.005501\",\"0.004634\",\"100\"\n\"2024-07-14T20:15:00.000Z\",\"0.005685\",\"0.004751\",\"100\"\n\"2024-07-14T20:20:00.000Z\",\"0.005651\",\"0.004748\",\"100\"\n\"2024-07-14T20:25:00.000Z\",\"0.005667\",\"0.004722\",\"100\"\n\"2024-07-14T20:30:00.000Z\",\"0.00604\",\"0.004707\",\"100\"\n\"2024-07-14T20:35:00.000Z\",\"0.005651\",\"0.004771\",\"100\"\n\"2024-07-14T20:40:00.000Z\",\"0.005755\",\"0.005295\",\"100\"\n\"2024-07-14T20:45:00.000Z\",\"0.005574\",\"0.004664\",\"100\"\n\"2024-07-14T20:50:00.000Z\",\"0.00554\",\"0.004635\",\"100\"\n\"2024-07-14T20:55:00.000Z\",\"0.005695\",\"0.004738\",\"100\"\n\"2024-07-14T21:00:00.000Z\",\"0.005598\",\"0.004618\",\"100\"\n\"2024-07-14T21:05:00.000Z\",\"0.005707\",\"0.004772\",\"100\"\n\"2024-07-14T21:10:00.000Z\",\"0.005555\",\"0.004636\",\"100\"\n\"2024-07-14T21:15:00.000Z\",\"0.005778\",\"0.00473\",\"100\"\n\"2024-07-14T21:20:00.000Z\",\"0.005582\",\"0.00465\",\"100\"\n\"2024-07-14T21:25:00.000Z\",\"0.006035\",\"0.004851\",\"100\"\n\"2024-07-14T21:30:00.000Z\",\"0.005596\",\"0.004636\",\"100\"\n\"2024-07-14T21:35:00.000Z\",\"0.005739\",\"0.004757\",\"100\"\n\"2024-07-14T21:40:00.000Z\",\"0.005585\",\"0.004672\",\"100\"\n\"2024-07-14T21:45:00.000Z\",\"0.005756\",\"0.004828\",\"100\"\n\"2024-07-14T21:50:00.000Z\",\"0.005704\",\"0.005224\",\"100\"\n\"2024-07-14T21:55:00.000Z\",\"0.005704\",\"0.004803\",\"100\"\n\"2024-07-14T22:00:00.000Z\",\"0.005468\",\"0.004623\",\"100\"\n\"2024-07-14T22:05:00.000Z\",\"0.005573\",\"0.004677\",\"100\"\n\"2024-07-14T22:10:00.000Z\",\"0.005683\",\"0.00473\",\"100\"\n\"2024-07-14T22:15:00.000Z\",\"0.00546\",\"0.004667\",\"100\"\n\"2024-07-14T22:20:00.000Z\",\"0.006118\",\"0.004724\",\"100\"\n\"2024-07-14T22:25:00.000Z\",\"0.005656\",\"0.00482\",\"100\"\n\"2024-07-14T22:30:00.000Z\",\"0.00561\",\"0.004645\",\"100\"\n\"2024-07-14T22:35:00.000Z\",\"0.005736\",\"0.004768\",\"100\"\n\"2024-07-14T22:40:00.000Z\",\"0.005568\",\"0.004674\",\"100\"\n\"2024-07-14T22:45:00.000Z\",\"0.005614\",\"0.004678\",\"100\"\n\"2024-07-14T22:50:00.000Z\",\"0.005624\",\"0.004736\",\"100\"\n\"2024-07-14T22:55:00.000Z\",\"0.005558\",\"0.004715\",\"100\"\n\"2024-07-14T23:00:00.000Z\",\"0.005625\",\"0.004681\",\"100\"\n\"2024-07-14T23:05:00.000Z\",\"0.005675\",\"0.004699\",\"100\"\n\"2024-07-14T23:10:00.000Z\",\"0.005652\",\"0.004726\",\"100\"\n\"2024-07-14T23:15:00.000Z\",\"0.005638\",\"0.004716\",\"100\"\n\"2024-07-14T23:20:00.000Z\",\"0.006133\",\"0.005389\",\"100\"\n\"2024-07-14T23:25:00.000Z\",\"0.005578\",\"0.004736\",\"100\"\n\"2024-07-14T23:30:00.000Z\",\"0.005598\",\"0.004661\",\"100\"\n\"2024-07-14T23:35:00.000Z\",\"0.005765\",\"0.004755\",\"100\"\n\"2024-07-14T23:40:00.000Z\",\"0.006463\",\"0.006087\",\"100\"\n\"2024-07-14T23:45:00.000Z\",\"0.00563\",\"0.004723\",\"100\"\n\"2024-07-14T23:50:00.000Z\",\"0.005552\",\"0.004692\",\"100\"\n\"2024-07-14T23:55:00.000Z\",\"0.005696\",\"0.004744\",\"100\"\n\"2024-07-15T00:00:00.000Z\",\"0.00577\",\"0.004712\",\"100\"\n\"2024-07-15T00:05:00.000Z\",\"0.005609\",\"0.004713\",\"100\"\n\"2024-07-15T00:10:00.000Z\",\"0.005576\",\"0.004609\",\"100\"\n\"2024-07-15T00:15:00.000Z\",\"0.005713\",\"0.004773\",\"100\"\n\"2024-07-15T00:20:00.000Z\",\"0.005593\",\"0.004716\",\"100\"\n\"2024-07-15T00:25:00.000Z\",\"0.00598\",\"0.004744\",\"100\"\n\"2024-07-15T00:30:00.000Z\",\"0.005569\",\"0.004685\",\"100\"\n\"2024-07-15T00:35:00.000Z\",\"0.005711\",\"0.004749\",\"100\"\n\"2024-07-15T00:40:00.000Z\",\"0.00554\",\"0.004667\",\"100\"\n\"2024-07-15T00:45:00.000Z\",\"0.005894\",\"0.005456\",\"100\"\n\"2024-07-15T00:50:00.000Z\",\"0.005628\",\"0.004703\",\"100\"\n\"2024-07-15T00:55:00.000Z\",\"0.005778\",\"0.004722\",\"100\"\n\"2024-07-15T01:00:00.000Z\",\"0.005586\",\"0.004728\",\"100\"\n\"2024-07-15T01:05:00.000Z\",\"0.005605\",\"0.004683\",\"100\"\n\"2024-07-15T01:10:00.000Z\",\"0.005546\",\"0.00465\",\"100\"\n\"2024-07-15T01:15:00.000Z\",\"0.005555\",\"0.004665\",\"100\"\n\"2024-07-15T01:20:00.000Z\",\"0.00603\",\"0.004791\",\"100\"\n\"2024-07-15T01:25:00.000Z\",\"0.005631\",\"0.004767\",\"100\"\n\"2024-07-15T01:30:00.000Z\",\"0.005653\",\"0.004694\",\"100\"\n\"2024-07-15T01:35:00.000Z\",\"0.005729\",\"0.004755\",\"100\"\n\"2024-07-15T01:40:00.000Z\",\"0.005429\",\"0.004567\",\"100\"\n\"2024-07-15T01:45:00.000Z\",\"0.005744\",\"0.004737\",\"100\"\n\"2024-07-15T01:50:00.000Z\",\"0.005663\",\"0.004758\",\"100\"\n\"2024-07-15T01:55:00.000Z\",\"0.005695\",\"0.004737\",\"100\"\n\"2024-07-15T02:00:00.000Z\",\"0.005668\",\"0.005341\",\"100\"\n\"2024-07-15T02:05:00.000Z\",\"0.005658\",\"0.004703\",\"100\"\n\"2024-07-15T02:10:00.000Z\",\"0.005526\",\"0.004599\",\"100\"\n\"2024-07-15T02:15:00.000Z\",\"0.005683\",\"0.004706\",\"100\"\n\"2024-07-15T02:20:00.000Z\",\"0.005972\",\"0.004769\",\"100\"\n\"2024-07-15T02:25:00.000Z\",\"0.005656\",\"0.004689\",\"100\"\n\"2024-07-15T02:30:00.000Z\",\"0.005796\",\"0.00471\",\"100\"\n\"2024-07-15T02:35:00.000Z\",\"0.005745\",\"0.004793\",\"100\"\n\"2024-07-15T02:40:00.000Z\",\"0.005542\",\"0.004601\",\"100\"\n\"2024-07-15T02:45:00.000Z\",\"0.005679\",\"0.004721\",\"100\"\n\"2024-07-15T02:50:00.000Z\",\"0.005559\",\"0.004627\",\"100\"\n\"2024-07-15T02:55:00.000Z\",\"0.005628\",\"0.004733\",\"100\"\n\"2024-07-15T03:00:00.000Z\",\"0.005696\",\"0.004695\",\"100\"\n\"2024-07-15T03:05:00.000Z\",\"0.005558\",\"0.004697\",\"100\"\n\"2024-07-15T03:10:00.000Z\",\"0.005693\",\"0.005214\",\"100\"\n\"2024-07-15T03:15:00.000Z\",\"0.005952\",\"0.004806\",\"100\"\n\"2024-07-15T03:20:00.000Z\",\"0.005618\",\"0.004685\",\"100\"\n\"2024-07-15T03:25:00.000Z\",\"0.005755\",\"0.004684\",\"100\"\n\"2024-07-15T03:30:00.000Z\",\"0.005723\",\"0.004714\",\"100\"\n\"2024-07-15T03:35:00.000Z\",\"0.005694\",\"0.00472\",\"100\"\n\"2024-07-15T03:40:00.000Z\",\"0.005532\",\"0.004635\",\"100\"\n\"2024-07-15T03:45:00.000Z\",\"0.005635\",\"0.004702\",\"100\"\n\"2024-07-15T03:50:00.000Z\",\"0.005528\",\"0.004603\",\"100\"\n\"2024-07-15T03:55:00.000Z\",\"0.006505\",\"0.006247\",\"100\"\n\"2024-07-15T04:00:00.000Z\",\"0.0056\",\"0.00467\",\"100\"\n\"2024-07-15T04:05:00.000Z\",\"0.005803\",\"0.004826\",\"100\"\n\"2024-07-15T04:10:00.000Z\",\"0.005908\",\"0.004788\",\"100\"\n\"2024-07-15T04:15:00.000Z\",\"0.005742\",\"0.004781\",\"100\"\n\"2024-07-15T04:20:00.000Z\",\"0.005682\",\"0.005239\",\"100\"\n\"2024-07-15T04:25:00.000Z\",\"0.005807\",\"0.004838\",\"100\"\n\"2024-07-15T04:30:00.000Z\",\"0.005586\",\"0.004664\",\"100\"\n\"2024-07-15T04:35:00.000Z\",\"0.00555\",\"0.004724\",\"100\"\n\"2024-07-15T04:40:00.000Z\",\"0.005649\",\"0.004737\",\"100\"\n\"2024-07-15T04:45:00.000Z\",\"0.005686\",\"0.004846\",\"100\"\n\"2024-07-15T04:50:00.000Z\",\"0.005558\",\"0.004671\",\"100\"\n\"2024-07-15T04:55:00.000Z\",\"0.005629\",\"0.004724\",\"100\"\n\"2024-07-15T05:00:00.000Z\",\"0.0055\",\"0.004599\",\"100\"\n\"2024-07-15T05:05:00.000Z\",\"0.006094\",\"0.004853\",\"100\"\n\"2024-07-15T05:10:00.000Z\",\"0.005488\",\"0.004599\",\"100\"\n\"2024-07-15T05:15:00.000Z\",\"0.005685\",\"0.004768\",\"100\"\n\"2024-07-15T05:20:00.000Z\",\"0.005623\",\"0.004612\",\"100\"\n\"2024-07-15T05:25:00.000Z\",\"0.0057\",\"0.004759\",\"100\"\n\"2024-07-15T05:30:00.000Z\",\"0.005618\",\"0.004701\",\"100\"\n\"2024-07-15T05:35:00.000Z\",\"0.005681\",\"0.004714\",\"100\"\n\"2024-07-15T05:40:00.000Z\",\"0.005586\",\"0.004625\",\"100\"\n\"2024-07-15T05:45:00.000Z\",\"0.005719\",\"0.005285\",\"100\"\n\"2024-07-15T05:50:00.000Z\",\"0.005503\",\"0.004595\",\"100\"\n\"2024-07-15T05:55:00.000Z\",\"0.005748\",\"0.004797\",\"100\"\n\"2024-07-15T06:00:00.000Z\",\"0.005999\",\"0.004716\",\"100\"\n\"2024-07-15T06:05:00.000Z\",\"0.005655\",\"0.004787\",\"100\"\n\"2024-07-15T06:10:00.000Z\",\"0.005562\",\"0.00464\",\"100\"\n\"2024-07-15T06:15:00.000Z\",\"0.005723\",\"0.004755\",\"100\"\n\"2024-07-15T06:20:00.000Z\",\"0.005632\",\"0.004746\",\"100\"\n\"2024-07-15T06:25:00.000Z\",\"0.00564\",\"0.004726\",\"100\"\n\"2024-07-15T06:30:00.000Z\",\"0.005652\",\"0.004668\",\"100\"\n\"2024-07-15T06:35:00.000Z\",\"0.005656\",\"0.004725\",\"100\"\n\"2024-07-15T06:40:00.000Z\",\"0.005624\",\"0.004653\",\"100\"\n\"2024-07-15T06:45:00.000Z\",\"0.005605\",\"0.004769\",\"100\"\n\"2024-07-15T06:50:00.000Z\",\"0.005522\",\"0.004632\",\"100\"\n\"2024-07-15T06:55:00.000Z\",\"0.005886\",\"0.004829\",\"100\"\n\"2024-07-15T07:00:00.000Z\",\"0.006077\",\"0.005368\",\"100\"\n\"2024-07-15T07:05:00.000Z\",\"0.005718\",\"0.004783\",\"100\"\n\"2024-07-15T07:10:00.000Z\",\"0.005567\",\"0.004621\",\"100\"\n\"2024-07-15T07:15:00.000Z\",\"0.005524\",\"0.004648\",\"100\"\n\"2024-07-15T07:20:00.000Z\",\"0.005604\",\"0.004708\",\"100\"\n\"2024-07-15T07:25:00.000Z\",\"0.005606\",\"0.004749\",\"100\"\n\"2024-07-15T07:30:00.000Z\",\"0.005567\",\"0.004649\",\"100\"\n\"2024-07-15T07:35:00.000Z\",\"0.005665\",\"0.004778\",\"100\"\n\"2024-07-15T07:40:00.000Z\",\"0.005612\",\"0.004713\",\"100\"\n\"2024-07-15T07:45:00.000Z\",\"0.006667\",\"0.006247\",\"100\"\n\"2024-07-15T07:50:00.000Z\",\"0.005536\",\"0.004644\",\"100\"\n\"2024-07-15T07:55:00.000Z\",\"0.005978\",\"0.004731\",\"100\"\n\"2024-07-15T08:00:00.000Z\",\"0.005648\",\"0.004702\",\"100\"\n\"2024-07-15T08:05:00.000Z\",\"0.005666\",\"0.004789\",\"100\"\n\"2024-07-15T08:10:00.000Z\",\"0.00555\",\"0.004643\",\"100\"\n\"2024-07-15T08:15:00.000Z\",\"0.005662\",\"0.004748\",\"100\"\n\"2024-07-15T08:20:00.000Z\",\"0.00561\",\"0.00526\",\"100\"\n\"2024-07-15T08:25:00.000Z\",\"0.005616\",\"0.004687\",\"100\"\n\"2024-07-15T08:30:00.000Z\",\"0.005666\",\"0.004678\",\"100\"\n\"2024-07-15T08:35:00.000Z\",\"0.005732\",\"0.004719\",\"100\"\n\"2024-07-15T08:40:00.000Z\",\"0.005533\",\"0.004679\",\"100\"\n\"2024-07-15T08:45:00.000Z\",\"0.005797\",\"0.004776\",\"100\"\n\"2024-07-15T08:50:00.000Z\",\"0.005635\",\"0.004707\",\"100\"\n\"2024-07-15T08:55:00.000Z\",\"0.005591\",\"0.004629\",\"100\"\n\"2024-07-15T09:00:00.000Z\",\"0.006031\",\"0.004793\",\"100\"\n\"2024-07-15T09:05:00.000Z\",\"0.005606\",\"0.004727\",\"100\"\n\"2024-07-15T09:10:00.000Z\",\"0.00552\",\"0.004623\",\"100\"\n\"2024-07-15T09:15:00.000Z\",\"0.005661\",\"0.004732\",\"100\"\n\"2024-07-15T09:20:00.000Z\",\"0.005652\",\"0.004731\",\"100\"\n\"2024-07-15T09:25:00.000Z\",\"0.005588\",\"0.004644\",\"100\"\n\"2024-07-15T09:30:00.000Z\",\"0.005826\",\"0.004837\",\"100\"\n\"2024-07-15T09:35:00.000Z\",\"0.005633\",\"0.004672\",\"100\"\n\"2024-07-15T09:40:00.000Z\",\"0.005523\",\"0.004664\",\"100\"\n\"2024-07-15T09:45:00.000Z\",\"0.005497\",\"0.004622\",\"100\"\n\"2024-07-15T09:50:00.000Z\",\"0.005832\",\"0.005391\",\"100\"\n\"2024-07-15T09:55:00.000Z\",\"0.005936\",\"0.004758\",\"100\"\n\"2024-07-15T10:00:00.000Z\",\"0.005759\",\"0.004822\",\"100\"\n\"2024-07-15T10:05:00.000Z\",\"0.005591\",\"0.004729\",\"100\"\n\"2024-07-15T10:10:00.000Z\",\"0.005493\",\"0.004661\",\"100\"\n\"2024-07-15T10:15:00.000Z\",\"0.005625\",\"0.004777\",\"100\"\n\"2024-07-15T10:20:00.000Z\",\"0.005812\",\"0.004729\",\"100\"\n\"2024-07-15T10:25:00.000Z\",\"0.00553\",\"0.004655\",\"100\"\n\"2024-07-15T10:30:00.000Z\",\"0.005643\",\"0.004737\",\"100\"\n\"2024-07-15T10:35:00.000Z\",\"0.005642\",\"0.004727\",\"100\"\n\"2024-07-15T10:40:00.000Z\",\"0.00551\",\"0.004693\",\"100\"\n\"2024-07-15T10:45:00.000Z\",\"0.005657\",\"0.004696\",\"100\"\n\"2024-07-15T10:50:00.000Z\",\"0.006054\",\"0.004778\",\"100\"\n\"2024-07-15T10:55:00.000Z\",\"0.005676\",\"0.004749\",\"100\"\n\"2024-07-15T11:00:00.000Z\",\"0.00563\",\"0.005262\",\"100\"\n\"2024-07-15T11:05:00.000Z\",\"0.005599\",\"0.00473\",\"100\"\n\"2024-07-15T11:10:00.000Z\",\"0.005695\",\"0.004661\",\"100\"\n\"2024-07-15T11:15:00.000Z\",\"0.005647\",\"0.004743\",\"100\"\n\"2024-07-15T11:20:00.000Z\",\"0.005612\",\"0.004702\",\"100\"\n\"2024-07-15T11:25:00.000Z\",\"0.005668\",\"0.004702\",\"100\"\n\"2024-07-15T11:30:00.000Z\",\"0.00568\",\"0.004724\",\"100\"\n\"2024-07-15T11:35:00.000Z\",\"0.005665\",\"0.00476\",\"100\"\n\"2024-07-15T11:40:00.000Z\",\"0.005581\",\"0.004716\",\"100\"\n\"2024-07-15T11:45:00.000Z\",\"0.005572\",\"0.004697\",\"100\"\n\"2024-07-15T11:50:00.000Z\",\"0.006011\",\"0.004759\",\"100\"\n\"2024-07-15T11:55:00.000Z\",\"0.006568\",\"0.006069\",\"100\"\n\"2024-07-15T12:00:00.000Z\",\"0.005805\",\"0.004712\",\"100\"\n\"2024-07-15T12:05:00.000Z\",\"0.005712\",\"0.005266\",\"100\"\n\"2024-07-15T12:10:00.000Z\",\"0.005627\",\"0.00473\",\"100\"\n\"2024-07-15T12:15:00.000Z\",\"0.00557\",\"0.00471\",\"100\"\n\"2024-07-15T12:20:00.000Z\",\"0.005622\",\"0.004636\",\"100\"\n\"2024-07-15T12:25:00.000Z\",\"0.005603\",\"0.004663\",\"100\"\n\"2024-07-15T12:30:00.000Z\",\"0.005451\",\"0.004662\",\"100\"\n\"2024-07-15T12:35:00.000Z\",\"0.005684\",\"0.004751\",\"100\"\n\"2024-07-15T12:40:00.000Z\",\"0.005555\",\"0.004619\",\"100\"\n\"2024-07-15T12:45:00.000Z\",\"0.005846\",\"0.004719\",\"100\"\n\"2024-07-15T12:50:00.000Z\",\"0.005784\",\"0.004811\",\"100\"\n\"2024-07-15T12:55:00.000Z\",\"0.005685\",\"0.004844\",\"100\"\n\"2024-07-15T13:00:00.000Z\",\"0.005615\",\"0.004612\",\"100\"\n\"2024-07-15T13:05:00.000Z\",\"0.005724\",\"0.004712\",\"100\"\n\"2024-07-15T13:10:00.000Z\",\"0.005648\",\"0.004648\",\"100\"\n\"2024-07-15T13:15:00.000Z\",\"0.005569\",\"0.004679\",\"100\"\n\"2024-07-15T13:20:00.000Z\",\"0.005609\",\"0.004637\",\"100\"\n\"2024-07-15T13:25:00.000Z\",\"0.005831\",\"0.005426\",\"100\"\n\"2024-07-15T13:30:00.000Z\",\"0.005468\",\"0.004722\",\"100\"\n\"2024-07-15T13:35:00.000Z\",\"0.005622\",\"0.004674\",\"100\"\n\"2024-07-15T13:40:00.000Z\",\"0.005533\",\"0.004626\",\"100\"\n\"2024-07-15T13:45:00.000Z\",\"0.005718\",\"0.004784\",\"100\"\n\"2024-07-15T13:50:00.000Z\",\"0.00596\",\"0.004728\",\"100\"\n\"2024-07-15T13:55:00.000Z\",\"0.00564\",\"0.004748\",\"100\"\n\"2024-07-15T14:00:00.000Z\",\"0.005569\",\"0.004629\",\"100\"\n\"2024-07-15T14:05:00.000Z\",\"0.005716\",\"0.004691\",\"100\"\n\"2024-07-15T14:10:00.000Z\",\"0.005671\",\"0.004764\",\"100\"\n\"2024-07-15T14:15:00.000Z\",\"0.005607\",\"0.004709\",\"100\"\n\"2024-07-15T14:20:00.000Z\",\"0.005508\",\"0.004655\",\"100\"\n\"2024-07-15T14:25:00.000Z\",\"0.005567\",\"0.004682\",\"100\"\n\"2024-07-15T14:30:00.000Z\",\"0.005696\",\"0.004644\",\"100\"\n\"2024-07-15T14:35:00.000Z\",\"0.005605\",\"0.004689\",\"100\"\n\"2024-07-15T14:40:00.000Z\",\"0.005744\",\"0.005379\",\"100\"\n\"2024-07-15T14:45:00.000Z\",\"0.006136\",\"0.004883\",\"100\"\n\"2024-07-15T14:50:00.000Z\",\"0.005533\",\"0.004643\",\"100\"\n\"2024-07-15T14:55:00.000Z\",\"0.005696\",\"0.004737\",\"100\"\n\"2024-07-15T15:00:00.000Z\",\"0.005597\",\"0.004643\",\"100\"\n\"2024-07-15T15:05:00.000Z\",\"0.005636\",\"0.004665\",\"100\"\n\"2024-07-15T15:10:00.000Z\",\"0.005522\",\"0.004686\",\"100\"\n\"2024-07-15T15:15:00.000Z\",\"0.005627\",\"0.004741\",\"100\"\n\"2024-07-15T15:20:00.000Z\",\"0.005714\",\"0.004683\",\"100\"\n\"2024-07-15T15:25:00.000Z\",\"0.005759\",\"0.004721\",\"100\"\n\"2024-07-15T15:30:00.000Z\",\"0.005547\",\"0.004682\",\"100\"\n\"2024-07-15T15:35:00.000Z\",\"0.005739\",\"0.004817\",\"100\"\n\"2024-07-15T15:40:00.000Z\",\"0.005547\",\"0.004644\",\"100\"\n\"2024-07-15T15:45:00.000Z\",\"0.005689\",\"0.004785\",\"100\"\n\"2024-07-15T15:50:00.000Z\",\"0.006393\",\"0.005393\",\"100\"\n\"2024-07-15T15:55:00.000Z\",\"0.005526\",\"0.0047\",\"100\"\n\"2024-07-15T16:00:00.000Z\",\"0.005738\",\"0.004757\",\"100\"\n\"2024-07-15T16:05:00.000Z\",\"0.005635\",\"0.004791\",\"100\"\n\"2024-07-15T16:10:00.000Z\",\"0.005494\",\"0.004619\",\"100\"\n\"2024-07-15T16:15:00.000Z\",\"0.006543\",\"0.006158\",\"100\"\n\"2024-07-15T16:20:00.000Z\",\"0.005676\",\"0.004728\",\"100\"\n\"2024-07-15T16:25:00.000Z\",\"0.005632\",\"0.004708\",\"100\"\n\"2024-07-15T16:30:00.000Z\",\"0.005518\",\"0.004669\",\"100\"\n\"2024-07-15T16:35:00.000Z\",\"0.005678\",\"0.004814\",\"100\"\n\"2024-07-15T16:40:00.000Z\",\"0.005432\",\"0.004629\",\"100\"\n\"2024-07-15T16:45:00.000Z\",\"0.005743\",\"0.004817\",\"100\"\n\"2024-07-15T16:50:00.000Z\",\"0.005928\",\"0.004704\",\"100\"\n\"2024-07-15T16:55:00.000Z\",\"0.005738\",\"0.004762\",\"100\"\n\"2024-07-15T17:00:00.000Z\",\"0.005659\",\"0.004704\",\"100\"\n\"2024-07-15T17:05:00.000Z\",\"0.0057\",\"0.004753\",\"100\"\n\"2024-07-15T17:10:00.000Z\",\"0.005657\",\"0.005196\",\"100\"\n\"2024-07-15T17:15:00.000Z\",\"0.005722\",\"0.004799\",\"100\"\n\"2024-07-15T17:20:00.000Z\",\"0.005589\",\"0.004587\",\"100\"\n\"2024-07-15T17:25:00.000Z\",\"0.005683\",\"0.004764\",\"100\"\n\"2024-07-15T17:30:00.000Z\",\"0.005565\",\"0.00469\",\"100\"\n\"2024-07-15T17:35:00.000Z\",\"0.005654\",\"0.00468\",\"100\"\n\"2024-07-15T17:40:00.000Z\",\"0.005574\",\"0.004661\",\"100\"\n\"2024-07-15T17:45:00.000Z\",\"0.005757\",\"0.004723\",\"100\"\n\"2024-07-15T17:50:00.000Z\",\"0.006113\",\"0.004794\",\"100\"\n\"2024-07-15T17:55:00.000Z\",\"0.005635\",\"0.004673\",\"100\"\n\"2024-07-15T18:00:00.000Z\",\"0.005438\",\"0.004592\",\"100\"\n\"2024-07-15T18:05:00.000Z\",\"0.005639\",\"0.004762\",\"100\"\n\"2024-07-15T18:10:00.000Z\",\"0.005616\",\"0.004685\",\"100\"\n\"2024-07-15T18:15:00.000Z\",\"0.005651\",\"0.00523\",\"100\"\n\"2024-07-15T18:20:00.000Z\",\"0.005622\",\"0.004722\",\"100\"\n\"2024-07-15T18:25:00.000Z\",\"0.005709\",\"0.004821\",\"100\"\n\"2024-07-15T18:30:00.000Z\",\"0.005648\",\"0.004667\",\"100\"\n\"2024-07-15T18:35:00.000Z\",\"0.005865\",\"0.004794\",\"100\"\n\"2024-07-15T18:40:00.000Z\",\"0.005414\",\"0.004594\",\"100\"\n\"2024-07-15T18:45:00.000Z\",\"0.006112\",\"0.004864\",\"100\"\n\"2024-07-15T18:50:00.000Z\",\"0.005642\",\"0.004735\",\"100\"\n\"2024-07-15T18:55:00.000Z\",\"0.005654\",\"0.004622\",\"100\"\n\"2024-07-15T19:00:00.000Z\",\"0.005585\",\"0.004687\",\"100\"\n\"2024-07-15T19:05:00.000Z\",\"0.005664\",\"0.004746\",\"100\"\n\"2024-07-15T19:10:00.000Z\",\"0.005513\",\"0.004614\",\"100\"\n\"2024-07-15T19:15:00.000Z\",\"0.005657\",\"0.004693\",\"100\"\n\"2024-07-15T19:20:00.000Z\",\"0.005577\",\"0.004729\",\"100\"\n\"2024-07-15T19:25:00.000Z\",\"0.00568\",\"0.004745\",\"100\"\n\"2024-07-15T19:30:00.000Z\",\"0.005659\",\"0.004694\",\"100\"\n\"2024-07-15T19:35:00.000Z\",\"0.005872\",\"0.005334\",\"100\"\n\"2024-07-15T19:40:00.000Z\",\"0.005646\",\"0.004648\",\"100\"\n\"2024-07-15T19:45:00.000Z\",\"0.006112\",\"0.004749\",\"100\"\n\"2024-07-15T19:50:00.000Z\",\"0.005628\",\"0.004725\",\"100\"\n\"2024-07-15T19:55:00.000Z\",\"0.005659\",\"0.00469\",\"100\"\n\"2024-07-15T20:00:00.000Z\",\"0.005619\",\"0.004733\",\"100\"\n\"2024-07-15T20:05:00.000Z\",\"0.005638\",\"0.004695\",\"100\"\n\"2024-07-15T20:10:00.000Z\",\"0.005547\",\"0.004653\",\"100\"\n\"2024-07-15T20:15:00.000Z\",\"0.005804\",\"0.00478\",\"100\"\n\"2024-07-15T20:20:00.000Z\",\"0.005619\",\"0.0047\",\"100\"\n\"2024-07-15T20:25:00.000Z\",\"0.006685\",\"0.006207\",\"100\"\n\"2024-07-15T20:30:00.000Z\",\"0.005667\",\"0.004758\",\"100\"\n\"2024-07-15T20:35:00.000Z\",\"0.005697\",\"0.004685\",\"100\"\n\"2024-07-15T20:40:00.000Z\",\"0.005728\",\"0.005343\",\"100\"\n\"2024-07-15T20:45:00.000Z\",\"0.006059\",\"0.004784\",\"100\"\n\"2024-07-15T20:50:00.000Z\",\"0.005661\",\"0.00475\",\"100\"\n\"2024-07-15T20:55:00.000Z\",\"0.005648\",\"0.004659\",\"100\"\n\"2024-07-15T21:00:00.000Z\",\"0.005722\",\"0.004686\",\"100\"\n\"2024-07-15T21:05:00.000Z\",\"0.005613\",\"0.004721\",\"100\"\n\"2024-07-15T21:10:00.000Z\",\"0.005612\",\"0.004682\",\"100\"\n\"2024-07-15T21:15:00.000Z\",\"0.005616\",\"0.004692\",\"100\"\n\"2024-07-15T21:20:00.000Z\",\"0.005613\",\"0.004707\",\"100\"\n\"2024-07-15T21:25:00.000Z\",\"0.005707\",\"0.004815\",\"100\"\n\"2024-07-15T21:30:00.000Z\",\"0.005558\",\"0.004583\",\"100\"\n\"2024-07-15T21:35:00.000Z\",\"0.005706\",\"0.004739\",\"100\"\n\"2024-07-15T21:40:00.000Z\",\"0.005563\",\"0.004686\",\"100\"\n\"2024-07-15T21:45:00.000Z\",\"0.005452\",\"0.004634\",\"100\"\n\"2024-07-15T21:50:00.000Z\",\"0.005944\",\"0.004774\",\"100\"\n\"2024-07-15T21:55:00.000Z\",\"0.005714\",\"0.004707\",\"100\"\n\"2024-07-15T22:00:00.000Z\",\"0.005616\",\"0.004695\",\"100\"\n\"2024-07-15T22:05:00.000Z\",\"0.005849\",\"0.005321\",\"100\"\n\"2024-07-15T22:10:00.000Z\",\"0.00561\",\"0.004731\",\"100\"\n\"2024-07-15T22:15:00.000Z\",\"0.005638\",\"0.004691\",\"100\"\n\"2024-07-15T22:20:00.000Z\",\"0.005723\",\"0.00483\",\"100\"\n\"2024-07-15T22:25:00.000Z\",\"0.005591\",\"0.004602\",\"100\"\n\"2024-07-15T22:30:00.000Z\",\"0.005694\",\"0.004721\",\"100\"\n\"2024-07-15T22:35:00.000Z\",\"0.005626\",\"0.004639\",\"100\"\n\"2024-07-15T22:40:00.000Z\",\"0.005661\",\"0.004667\",\"100\"\n\"2024-07-15T22:45:00.000Z\",\"0.006041\",\"0.004875\",\"100\"\n\"2024-07-15T22:50:00.000Z\",\"0.00551\",\"0.004694\",\"100\"\n\"2024-07-15T22:55:00.000Z\",\"0.005682\",\"0.004757\",\"100\"\n\"2024-07-15T23:00:00.000Z\",\"0.005585\",\"0.004667\",\"100\"\n\"2024-07-15T23:05:00.000Z\",\"0.005651\",\"0.004686\",\"100\"\n\"2024-07-15T23:10:00.000Z\",\"0.005786\",\"0.005318\",\"100\"\n\"2024-07-15T23:15:00.000Z\",\"0.00573\",\"0.004759\",\"100\"\n\"2024-07-15T23:20:00.000Z\",\"0.005625\",\"0.004694\",\"100\"\n\"2024-07-15T23:25:00.000Z\",\"0.005704\",\"0.004749\",\"100\"\n\"2024-07-15T23:30:00.000Z\",\"0.005576\",\"0.00477\",\"100\"\n\"2024-07-15T23:35:00.000Z\",\"0.005581\",\"0.004625\",\"100\"\n\"2024-07-15T23:40:00.000Z\",\"0.005592\",\"0.004675\",\"100\"\n\"2024-07-15T23:45:00.000Z\",\"0.006051\",\"0.004827\",\"100\"\n\"2024-07-15T23:50:00.000Z\",\"0.00558\",\"0.004723\",\"100\"\n\"2024-07-15T23:55:00.000Z\",\"0.005622\",\"0.00473\",\"100\"\n\"2024-07-16T00:00:00.000Z\",\"0.005575\",\"0.004663\",\"100\"\n\"2024-07-16T00:05:00.000Z\",\"0.005623\",\"0.00469\",\"100\"\n\"2024-07-16T00:10:00.000Z\",\"0.005523\",\"0.004642\",\"100\"\n\"2024-07-16T00:15:00.000Z\",\"0.005652\",\"0.004694\",\"100\"\n\"2024-07-16T00:20:00.000Z\",\"0.005563\",\"0.004645\",\"100\"\n\"2024-07-16T00:25:00.000Z\",\"0.005608\",\"0.004702\",\"100\"\n\"2024-07-16T00:30:00.000Z\",\"0.005642\",\"0.004705\",\"100\"\n\"2024-07-16T00:35:00.000Z\",\"0.00589\",\"0.005355\",\"100\"\n\"2024-07-16T00:40:00.000Z\",\"0.006544\",\"0.006099\",\"100\"\n\"2024-07-16T00:45:00.000Z\",\"0.005701\",\"0.00484\",\"100\"\n\"2024-07-16T00:50:00.000Z\",\"0.005997\",\"0.004809\",\"100\"\n\"2024-07-16T00:55:00.000Z\",\"0.00571\",\"0.004811\",\"100\"\n\"2024-07-16T01:00:00.000Z\",\"0.005526\",\"0.004607\",\"100\"\n\"2024-07-16T01:05:00.000Z\",\"0.005608\",\"0.004712\",\"100\"\n\"2024-07-16T01:10:00.000Z\",\"0.00548\",\"0.004594\",\"100\"\n\"2024-07-16T01:15:00.000Z\",\"0.005705\",\"0.004797\",\"100\"\n\"2024-07-16T01:20:00.000Z\",\"0.005605\",\"0.004679\",\"100\"\n\"2024-07-16T01:25:00.000Z\",\"0.005447\",\"0.004629\",\"100\"\n\"2024-07-16T01:30:00.000Z\",\"0.005521\",\"0.004669\",\"100\"\n\"2024-07-16T01:35:00.000Z\",\"0.005626\",\"0.004652\",\"100\"\n\"2024-07-16T01:40:00.000Z\",\"0.005665\",\"0.004677\",\"100\"\n\"2024-07-16T01:45:00.000Z\",\"0.006114\",\"0.004811\",\"100\"\n\"2024-07-16T01:50:00.000Z\",\"0.005651\",\"0.0047\",\"100\"\n\"2024-07-16T01:55:00.000Z\",\"0.00572\",\"0.005283\",\"100\"\n\"2024-07-16T02:00:00.000Z\",\"0.005461\",\"0.00464\",\"100\"\n\"2024-07-16T02:05:00.000Z\",\"0.005697\",\"0.004747\",\"100\"\n\"2024-07-16T02:10:00.000Z\",\"0.005668\",\"0.004737\",\"100\"\n\"2024-07-16T02:15:00.000Z\",\"0.005678\",\"0.004686\",\"100\"\n\"2024-07-16T02:20:00.000Z\",\"0.005571\",\"0.004661\",\"100\"\n\"2024-07-16T02:25:00.000Z\",\"0.005661\",\"0.004681\",\"100\"\n\"2024-07-16T02:30:00.000Z\",\"0.005552\",\"0.004739\",\"100\"\n\"2024-07-16T02:35:00.000Z\",\"0.005727\",\"0.00472\",\"100\"\n\"2024-07-16T02:40:00.000Z\",\"0.006013\",\"0.004787\",\"100\"\n\"2024-07-16T02:45:00.000Z\",\"0.005499\",\"0.004667\",\"100\"\n\"2024-07-16T02:50:00.000Z\",\"0.005674\",\"0.00483\",\"100\"\n\"2024-07-16T02:55:00.000Z\",\"0.005754\",\"0.005283\",\"100\"\n\"2024-07-16T03:00:00.000Z\",\"0.005426\",\"0.004611\",\"100\"\n\"2024-07-16T03:05:00.000Z\",\"0.005607\",\"0.004742\",\"100\"\n\"2024-07-16T03:10:00.000Z\",\"0.005506\",\"0.004667\",\"100\"\n\"2024-07-16T03:15:00.000Z\",\"0.005622\",\"0.004673\",\"100\"\n\"2024-07-16T03:20:00.000Z\",\"0.005523\",\"0.00464\",\"100\"\n\"2024-07-16T03:25:00.000Z\",\"0.005708\",\"0.004783\",\"100\"\n\"2024-07-16T03:30:00.000Z\",\"0.005525\",\"0.004632\",\"100\"\n\"2024-07-16T03:35:00.000Z\",\"0.005633\",\"0.00467\",\"100\"\n\"2024-07-16T03:40:00.000Z\",\"0.005536\",\"0.004638\",\"100\"\n\"2024-07-16T03:45:00.000Z\",\"0.006025\",\"0.004762\",\"100\"\n\"2024-07-16T03:50:00.000Z\",\"0.005605\",\"0.004695\",\"100\"\n\"2024-07-16T03:55:00.000Z\",\"0.005703\",\"0.00483\",\"100\"\n\"2024-07-16T04:00:00.000Z\",\"0.005635\",\"0.004724\",\"100\"\n\"2024-07-16T04:05:00.000Z\",\"0.005526\",\"0.004645\",\"100\"\n\"2024-07-16T04:10:00.000Z\",\"0.005736\",\"0.004708\",\"100\"\n\"2024-07-16T04:15:00.000Z\",\"0.005477\",\"0.004658\",\"100\"\n\"2024-07-16T04:20:00.000Z\",\"0.005724\",\"0.005295\",\"100\"\n\"2024-07-16T04:25:00.000Z\",\"0.00658\",\"0.00625\",\"100\"\n\"2024-07-16T04:30:00.000Z\",\"0.005412\",\"0.004563\",\"100\"\n\"2024-07-16T04:35:00.000Z\",\"0.005662\",\"0.004721\",\"100\"\n\"2024-07-16T04:40:00.000Z\",\"0.005668\",\"0.004685\",\"100\"\n\"2024-07-16T04:45:00.000Z\",\"0.005631\",\"0.004754\",\"100\"\n\"2024-07-16T04:50:00.000Z\",\"0.005985\",\"0.004759\",\"100\"\n\"2024-07-16T04:55:00.000Z\",\"0.005588\",\"0.004707\",\"100\"\n\"2024-07-16T05:00:00.000Z\",\"0.005829\",\"0.004751\",\"100\"\n\"2024-07-16T05:05:00.000Z\",\"0.005507\",\"0.004718\",\"100\"\n\"2024-07-16T05:10:00.000Z\",\"0.005674\",\"0.004725\",\"100\"\n\"2024-07-16T05:15:00.000Z\",\"0.005539\",\"0.004626\",\"100\"\n\"2024-07-16T05:20:00.000Z\",\"0.005619\",\"0.004683\",\"100\"\n\"2024-07-16T05:25:00.000Z\",\"0.005704\",\"0.004742\",\"100\"\n\"2024-07-16T05:30:00.000Z\",\"0.005538\",\"0.004685\",\"100\"\n\"2024-07-16T05:35:00.000Z\",\"0.00573\",\"0.004723\",\"100\"\n\"2024-07-16T05:40:00.000Z\",\"0.005625\",\"0.004725\",\"100\"\n\"2024-07-16T05:45:00.000Z\",\"0.005689\",\"0.005283\",\"100\"\n\"2024-07-16T05:50:00.000Z\",\"0.005591\",\"0.004702\",\"100\"\n\"2024-07-16T05:55:00.000Z\",\"0.00582\",\"0.004786\",\"100\"\n\"2024-07-16T06:00:00.000Z\",\"0.005611\",\"0.00471\",\"100\"\n\"2024-07-16T06:05:00.000Z\",\"0.005501\",\"0.004654\",\"100\"\n\"2024-07-16T06:10:00.000Z\",\"0.005671\",\"0.004773\",\"100\"\n\"2024-07-16T06:15:00.000Z\",\"0.005662\",\"0.004742\",\"100\"\n\"2024-07-16T06:20:00.000Z\",\"0.005564\",\"0.004696\",\"100\"\n\"2024-07-16T06:25:00.000Z\",\"0.005627\",\"0.004652\",\"100\"\n\"2024-07-16T06:30:00.000Z\",\"0.005707\",\"0.004717\",\"100\"\n\"2024-07-16T06:35:00.000Z\",\"0.005642\",\"0.004738\",\"100\"\n\"2024-07-16T06:40:00.000Z\",\"0.005635\",\"0.004721\",\"100\"\n\"2024-07-16T06:45:00.000Z\",\"0.005688\",\"0.004702\",\"100\"\n\"2024-07-16T06:50:00.000Z\",\"0.005743\",\"0.004843\",\"100\"\n\"2024-07-16T06:55:00.000Z\",\"0.005994\",\"0.004827\",\"100\"\n\"2024-07-16T07:00:00.000Z\",\"0.005624\",\"0.005286\",\"100\"\n\"2024-07-16T07:05:00.000Z\",\"0.005645\",\"0.004726\",\"100\"\n\"2024-07-16T07:10:00.000Z\",\"0.005366\",\"0.004578\",\"100\"\n\"2024-07-16T07:15:00.000Z\",\"0.005544\",\"0.004682\",\"100\"\n\"2024-07-16T07:20:00.000Z\",\"0.005591\",\"0.004682\",\"100\"\n\"2024-07-16T07:25:00.000Z\",\"0.005638\",\"0.004619\",\"100\"\n\"2024-07-16T07:30:00.000Z\",\"0.004549\",\"0.003381\",\"100\"\n\"2024-07-16T07:35:00.000Z\",\"0.003803\",\"0.002531\",\"100\"\n\"2024-07-16T07:40:00.000Z\",\"0.003511\",\"0.002474\",\"100\"\n\"2024-07-16T07:45:00.000Z\",\"0.003488\",\"0.002517\",\"100\"\n\"2024-07-16T07:50:00.000Z\",\"0.003425\",\"0.002462\",\"100\"\n\"2024-07-16T07:55:00.000Z\",\"0.004009\",\"0.0026\",\"100\"\n\"2024-07-16T08:00:00.000Z\",\"0.003457\",\"0.002511\",\"100\"\n\"2024-07-16T08:05:00.000Z\",\"0.004372\",\"0.004471\",\"100\"\n\"2024-07-16T08:10:00.000Z\",\"0.003342\",\"0.002442\",\"100\"\n\"2024-07-16T08:15:00.000Z\",\"0.003441\",\"0.002484\",\"100\"\n\"2024-07-16T08:20:00.000Z\",\"0.003353\",\"0.002412\",\"100\"\n\"2024-07-16T08:25:00.000Z\",\"0.003415\",\"0.002476\",\"100\"\n\"2024-07-16T08:30:00.000Z\",\"0.003398\",\"0.002474\",\"100\"\n\"2024-07-16T08:35:00.000Z\",\"0.003428\",\"0.002432\",\"100\"\n\"2024-07-16T08:40:00.000Z\",\"0.003484\",\"0.002511\",\"100\"\n\"2024-07-16T08:45:00.000Z\",\"0.003416\",\"0.00245\",\"100\"\n\"2024-07-16T08:50:00.000Z\",\"0.003597\",\"0.002528\",\"100\"\n\"2024-07-16T08:55:00.000Z\",\"0.003812\",\"0.002536\",\"100\"\n\"2024-07-16T09:00:00.000Z\",\"0.005072\",\"0.00408\",\"100\"\n\"2024-07-16T09:05:00.000Z\",\"0.005712\",\"0.005236\",\"100\"\n\"2024-07-16T09:10:00.000Z\",\"0.005606\",\"0.004712\",\"100\"\n\"2024-07-16T09:15:00.000Z\",\"0.005657\",\"0.004732\",\"100\"\n\"2024-07-16T09:20:00.000Z\",\"0.005597\",\"0.004652\",\"100\"\n\"2024-07-16T09:25:00.000Z\",\"0.005654\",\"0.004792\",\"100\"\n\"2024-07-16T09:30:00.000Z\",\"0.005619\",\"0.004708\",\"100\"\n\"2024-07-16T09:35:00.000Z\",\"0.005714\",\"0.004698\",\"100\"\n\"2024-07-16T09:40:00.000Z\",\"0.005556\",\"0.004673\",\"100\"\n\"2024-07-16T09:45:00.000Z\",\"0.005635\",\"0.004722\",\"100\"\n\"2024-07-16T09:50:00.000Z\",\"0.005882\",\"0.004673\",\"100\"\n\"2024-07-16T09:55:00.000Z\",\"0.005619\",\"0.004679\",\"100\"\n\"2024-07-16T10:00:00.000Z\",\"0.005573\",\"0.004713\",\"100\"\n\"2024-07-16T10:05:00.000Z\",\"0.005709\",\"0.004746\",\"100\"\n\"2024-07-16T10:10:00.000Z\",\"0.005643\",\"0.00522\",\"100\"\n\"2024-07-16T10:15:00.000Z\",\"0.005768\",\"0.004797\",\"100\"\n\"2024-07-16T10:20:00.000Z\",\"0.005573\",\"0.004653\",\"100\"\n\"2024-07-16T10:25:00.000Z\",\"0.005727\",\"0.004694\",\"100\"\n\"2024-07-16T10:30:00.000Z\",\"0.005695\",\"0.004768\",\"100\"\n\"2024-07-16T10:35:00.000Z\",\"0.00557\",\"0.004657\",\"100\"\n\"2024-07-16T10:40:00.000Z\",\"0.005577\",\"0.004698\",\"100\"\n\"2024-07-16T10:45:00.000Z\",\"0.005726\",\"0.004793\",\"100\"\n\"2024-07-16T10:50:00.000Z\",\"0.006056\",\"0.004811\",\"100\"\n\"2024-07-16T10:55:00.000Z\",\"0.005578\",\"0.004648\",\"100\"\n\"2024-07-16T11:00:00.000Z\",\"0.005635\",\"0.004714\",\"100\"\n\"2024-07-16T11:05:00.000Z\",\"0.005644\",\"0.004673\",\"100\"\n\"2024-07-16T11:10:00.000Z\",\"0.005692\",\"0.004736\",\"100\"\n\"2024-07-16T11:15:00.000Z\",\"0.005496\",\"0.004672\",\"100\"\n\"2024-07-16T11:20:00.000Z\",\"0.005748\",\"0.00465\",\"100\"\n\"2024-07-16T11:25:00.000Z\",\"0.005768\",\"0.00541\",\"100\"\n\"2024-07-16T11:30:00.000Z\",\"0.00558\",\"0.004652\",\"100\"\n\"2024-07-16T11:35:00.000Z\",\"0.005609\",\"0.004735\",\"100\"\n\"2024-07-16T11:40:00.000Z\",\"0.005417\",\"0.004578\",\"100\"\n\"2024-07-16T11:45:00.000Z\",\"0.00568\",\"0.004784\",\"100\"\n\"2024-07-16T11:50:00.000Z\",\"0.005597\",\"0.004659\",\"100\"\n\"2024-07-16T11:55:00.000Z\",\"0.006017\",\"0.004818\",\"100\"\n\"2024-07-16T12:00:00.000Z\",\"0.005615\",\"0.004732\",\"100\"\n\"2024-07-16T12:05:00.000Z\",\"0.005598\",\"0.004739\",\"100\"\n\"2024-07-16T12:10:00.000Z\",\"0.006627\",\"0.006224\",\"100\"\n\"2024-07-16T12:15:00.000Z\",\"0.005652\",\"0.004598\",\"100\"\n\"2024-07-16T12:20:00.000Z\",\"0.005612\",\"0.004636\",\"100\"\n\"2024-07-16T12:25:00.000Z\",\"0.005571\",\"0.004691\",\"100\"\n\"2024-07-16T12:30:00.000Z\",\"0.005503\",\"0.004556\",\"100\"\n\"2024-07-16T12:35:00.000Z\",\"0.005703\",\"0.004711\",\"100\"\n\"2024-07-16T12:40:00.000Z\",\"0.005702\",\"0.004742\",\"100\"\n\"2024-07-16T12:45:00.000Z\",\"0.005592\",\"0.004713\",\"100\"\n\"2024-07-16T12:50:00.000Z\",\"0.005627\",\"0.005201\",\"100\"\n\"2024-07-16T12:55:00.000Z\",\"0.006051\",\"0.004883\",\"100\"\n\"2024-07-16T13:00:00.000Z\",\"0.005764\",\"0.004768\",\"100\"\n\"2024-07-16T13:05:00.000Z\",\"0.005644\",\"0.004738\",\"100\"\n\"2024-07-16T13:10:00.000Z\",\"0.005642\",\"0.004665\",\"100\"\n\"2024-07-16T13:15:00.000Z\",\"0.005625\",\"0.004702\",\"100\"\n\"2024-07-16T13:20:00.000Z\",\"0.00447\",\"0.003204\",\"100\"\n\"2024-07-16T13:25:00.000Z\",\"0.004491\",\"0.003367\",\"100\"\n\"2024-07-16T13:30:00.000Z\",\"0.005612\",\"0.004687\",\"100\"\n\"2024-07-16T13:35:00.000Z\",\"0.005631\",\"0.004691\",\"100\"\n\"2024-07-16T13:40:00.000Z\",\"0.005456\",\"0.004567\",\"100\"\n\"2024-07-16T13:45:00.000Z\",\"0.005695\",\"0.004677\",\"100\"\n\"2024-07-16T13:50:00.000Z\",\"0.005724\",\"0.004723\",\"100\"\n\"2024-07-16T13:55:00.000Z\",\"0.005976\",\"0.004801\",\"100\"\n\"2024-07-16T14:00:00.000Z\",\"0.005751\",\"0.005329\",\"100\"\n\"2024-07-16T14:05:00.000Z\",\"0.005647\",\"0.00471\",\"100\"\n\"2024-07-16T14:10:00.000Z\",\"0.005541\",\"0.004637\",\"100\"\n\"2024-07-16T14:15:00.000Z\",\"0.005612\",\"0.004656\",\"100\"\n\"2024-07-16T14:20:00.000Z\",\"0.005631\",\"0.004701\",\"100\"\n\"2024-07-16T14:25:00.000Z\",\"0.00569\",\"0.004702\",\"100\"\n\"2024-07-16T14:30:00.000Z\",\"0.005539\",\"0.004652\",\"100\"\n\"2024-07-16T14:35:00.000Z\",\"0.005656\",\"0.004716\",\"100\"\n\"2024-07-16T14:40:00.000Z\",\"0.005669\",\"0.004638\",\"100\"\n\"2024-07-16T14:45:00.000Z\",\"0.00551\",\"0.004627\",\"100\"\n\"2024-07-16T14:50:00.000Z\",\"0.005564\",\"0.00465\",\"100\"\n\"2024-07-16T14:55:00.000Z\",\"0.005561\",\"0.004662\",\"100\"\n\"2024-07-16T15:00:00.000Z\",\"0.005828\",\"0.004724\",\"100\"\n\"2024-07-16T15:05:00.000Z\",\"0.005592\",\"0.004678\",\"100\"\n\"2024-07-16T15:10:00.000Z\",\"0.005522\",\"0.00462\",\"100\"\n\"2024-07-16T15:15:00.000Z\",\"0.00557\",\"0.004725\",\"100\"\n\"2024-07-16T15:20:00.000Z\",\"0.005685\",\"0.004648\",\"100\"\n\"2024-07-16T15:25:00.000Z\",\"0.005683\",\"0.005256\",\"100\"\n\"2024-07-16T15:30:00.000Z\",\"0.005574\",\"0.004718\",\"100\"\n\"2024-07-16T15:35:00.000Z\",\"0.005633\",\"0.004701\",\"100\"\n\"2024-07-16T15:40:00.000Z\",\"0.005636\",\"0.004708\",\"100\"\n\"2024-07-16T15:45:00.000Z\",\"0.005534\",\"0.004629\",\"100\"\n\"2024-07-16T15:50:00.000Z\",\"0.006505\",\"0.006094\",\"100\"\n\"2024-07-16T15:55:00.000Z\",\"0.00602\",\"0.004786\",\"100\"\n\"2024-07-16T16:00:00.000Z\",\"0.005599\",\"0.004688\",\"100\"\n\"2024-07-16T16:05:00.000Z\",\"0.005612\",\"0.004729\",\"100\"\n\"2024-07-16T16:10:00.000Z\",\"0.00568\",\"0.004706\",\"100\"\n\"2024-07-16T16:15:00.000Z\",\"0.005579\",\"0.004687\",\"100\"\n\"2024-07-16T16:20:00.000Z\",\"0.005719\",\"0.004795\",\"100\"\n\"2024-07-16T16:25:00.000Z\",\"0.005577\",\"0.004662\",\"100\"\n\"2024-07-16T16:30:00.000Z\",\"0.005634\",\"0.004716\",\"100\"\n\"2024-07-16T16:35:00.000Z\",\"0.005585\",\"0.004735\",\"100\"\n\"2024-07-16T16:40:00.000Z\",\"0.005594\",\"0.004693\",\"100\"\n\"2024-07-16T16:45:00.000Z\",\"0.005715\",\"0.004688\",\"100\"\n\"2024-07-16T16:50:00.000Z\",\"0.005455\",\"0.004654\",\"100\"\n\"2024-07-16T16:55:00.000Z\",\"0.005748\",\"0.005311\",\"100\"\n\"2024-07-16T17:00:00.000Z\",\"0.005812\",\"0.004688\",\"100\"\n\"2024-07-16T17:05:00.000Z\",\"0.00556\",\"0.00467\",\"100\"\n\"2024-07-16T17:10:00.000Z\",\"0.005603\",\"0.004668\",\"100\"\n\"2024-07-16T17:15:00.000Z\",\"0.005575\",\"0.004642\",\"100\"\n\"2024-07-16T17:20:00.000Z\",\"0.005623\",\"0.004668\",\"100\"\n\"2024-07-16T17:25:00.000Z\",\"0.005626\",\"0.004692\",\"100\"\n\"2024-07-16T17:30:00.000Z\",\"0.005586\",\"0.004646\",\"100\"\n\"2024-07-16T17:35:00.000Z\",\"0.005701\",\"0.004816\",\"100\"\n\"2024-07-16T17:40:00.000Z\",\"0.005571\",\"0.004622\",\"100\"\n\"2024-07-16T17:45:00.000Z\",\"0.005643\",\"0.004684\",\"100\"\n\"2024-07-16T17:50:00.000Z\",\"0.005677\",\"0.004721\",\"100\"\n\"2024-07-16T17:55:00.000Z\",\"0.005542\",\"0.004676\",\"100\"\n\"2024-07-16T18:00:00.000Z\",\"0.006004\",\"0.004702\",\"100\"\n\"2024-07-16T18:05:00.000Z\",\"0.005542\",\"0.004741\",\"100\"\n\"2024-07-16T18:10:00.000Z\",\"0.005691\",\"0.004684\",\"100\"\n\"2024-07-16T18:15:00.000Z\",\"0.005739\",\"0.005309\",\"100\"\n\"2024-07-16T18:20:00.000Z\",\"0.005629\",\"0.004805\",\"100\"\n\"2024-07-16T18:25:00.000Z\",\"0.005592\",\"0.004666\",\"100\"\n\"2024-07-16T18:30:00.000Z\",\"0.005641\",\"0.004756\",\"100\"\n\"2024-07-16T18:35:00.000Z\",\"0.005623\",\"0.004732\",\"100\"\n\"2024-07-16T18:40:00.000Z\",\"0.005676\",\"0.004737\",\"100\"\n\"2024-07-16T18:45:00.000Z\",\"0.005603\",\"0.00464\",\"100\"\n\"2024-07-16T18:50:00.000Z\",\"0.005488\",\"0.004597\",\"100\"\n\"2024-07-16T18:55:00.000Z\",\"0.005547\",\"0.004631\",\"100\"\n\"2024-07-16T19:00:00.000Z\",\"0.00616\",\"0.004846\",\"100\"\n\"2024-07-16T19:05:00.000Z\",\"0.005814\",\"0.004765\",\"100\"\n\"2024-07-16T19:10:00.000Z\",\"0.005567\",\"0.004639\",\"100\"\n\"2024-07-16T19:15:00.000Z\",\"0.005697\",\"0.004731\",\"100\"\n\"2024-07-16T19:20:00.000Z\",\"0.005595\",\"0.004712\",\"100\"\n\"2024-07-16T19:25:00.000Z\",\"0.005616\",\"0.004724\",\"100\"\n\"2024-07-16T19:30:00.000Z\",\"0.006097\",\"0.005495\",\"100\"\n\"2024-07-16T19:35:00.000Z\",\"0.006051\",\"0.005381\",\"100\"\n\"2024-07-16T19:40:00.000Z\",\"0.005751\",\"0.005325\",\"100\"\n\"2024-07-16T19:45:00.000Z\",\"0.005462\",\"0.004635\",\"100\"\n\"2024-07-16T19:50:00.000Z\",\"0.005597\",\"0.004687\",\"100\"\n\"2024-07-16T19:55:00.000Z\",\"0.005755\",\"0.004767\",\"100\"\n\"2024-07-16T20:00:00.000Z\",\"0.005527\",\"0.004675\",\"100\"\n\"2024-07-16T20:05:00.000Z\",\"0.006177\",\"0.004831\",\"100\"\n\"2024-07-16T20:10:00.000Z\",\"0.005529\",\"0.004631\",\"100\"\n\"2024-07-16T20:15:00.000Z\",\"0.005762\",\"0.004749\",\"100\"\n\"2024-07-16T20:20:00.000Z\",\"0.005481\",\"0.004566\",\"100\"\n\"2024-07-16T20:25:00.000Z\",\"0.005727\",\"0.004697\",\"100\"\n\"2024-07-16T20:30:00.000Z\",\"0.005585\",\"0.004623\",\"100\"\n\"2024-07-16T20:35:00.000Z\",\"0.00561\",\"0.004649\",\"100\"\n\"2024-07-16T20:40:00.000Z\",\"0.005519\",\"0.004654\",\"100\"\n\"2024-07-16T20:45:00.000Z\",\"0.005703\",\"0.005335\",\"100\"\n\"2024-07-16T20:50:00.000Z\",\"0.005649\",\"0.004653\",\"100\"\n\"2024-07-16T20:55:00.000Z\",\"0.005717\",\"0.004706\",\"100\"\n\"2024-07-16T21:00:00.000Z\",\"0.005535\",\"0.00466\",\"100\"\n\"2024-07-16T21:05:00.000Z\",\"0.005873\",\"0.004826\",\"100\"\n\"2024-07-16T21:10:00.000Z\",\"0.005988\",\"0.004705\",\"100\"\n\"2024-07-16T21:15:00.000Z\",\"0.00554\",\"0.004616\",\"100\"\n\"2024-07-16T21:20:00.000Z\",\"0.005619\",\"0.004711\",\"100\"\n\"2024-07-16T21:25:00.000Z\",\"0.005628\",\"0.004704\",\"100\"\n\"2024-07-16T21:30:00.000Z\",\"0.005537\",\"0.004635\",\"100\"\n\"2024-07-16T21:35:00.000Z\",\"0.005634\",\"0.00471\",\"100\"\n\"2024-07-16T21:40:00.000Z\",\"0.005692\",\"0.004729\",\"100\"\n\"2024-07-16T21:45:00.000Z\",\"0.005623\",\"0.004725\",\"100\"\n\"2024-07-16T21:50:00.000Z\",\"0.005673\",\"0.004635\",\"100\"\n\"2024-07-16T21:55:00.000Z\",\"0.00555\",\"0.004688\",\"100\"\n\"2024-07-16T22:00:00.000Z\",\"0.005645\",\"0.004669\",\"100\"\n\"2024-07-16T22:05:00.000Z\",\"0.005461\",\"0.004695\",\"100\"\n\"2024-07-16T22:10:00.000Z\",\"0.005682\",\"0.005207\",\"100\"\n\"2024-07-16T22:15:00.000Z\",\"0.006042\",\"0.004836\",\"100\"\n\"2024-07-16T22:20:00.000Z\",\"0.005609\",\"0.004628\",\"100\"\n\"2024-07-16T22:25:00.000Z\",\"0.005735\",\"0.004803\",\"100\"\n\"2024-07-16T22:30:00.000Z\",\"0.005548\",\"0.004657\",\"100\"\n\"2024-07-16T22:35:00.000Z\",\"0.005604\",\"0.004685\",\"100\"\n\"2024-07-16T22:40:00.000Z\",\"0.005509\",\"0.004623\",\"100\"\n\"2024-07-16T22:45:00.000Z\",\"0.0058\",\"0.004821\",\"100\"\n\"2024-07-16T22:50:00.000Z\",\"0.005582\",\"0.004664\",\"100\"\n\"2024-07-16T22:55:00.000Z\",\"0.005554\",\"0.004687\",\"100\"\n\"2024-07-16T23:00:00.000Z\",\"0.005615\",\"0.004699\",\"100\"\n\"2024-07-16T23:05:00.000Z\",\"0.005989\",\"0.0048\",\"100\"\n\"2024-07-16T23:10:00.000Z\",\"0.005418\",\"0.004583\",\"100\"\n\"2024-07-16T23:15:00.000Z\",\"0.005663\",\"0.004778\",\"100\"\n\"2024-07-16T23:20:00.000Z\",\"0.005528\",\"0.00467\",\"100\"\n\"2024-07-16T23:25:00.000Z\",\"0.005727\",\"0.004758\",\"100\"\n\"2024-07-16T23:30:00.000Z\",\"0.005505\",\"0.004627\",\"100\"\n\"2024-07-16T23:35:00.000Z\",\"0.00582\",\"0.005333\",\"100\"\n\"2024-07-16T23:40:00.000Z\",\"0.005638\",\"0.004676\",\"100\"\n\"2024-07-16T23:45:00.000Z\",\"0.005652\",\"0.004714\",\"100\"\n\"2024-07-16T23:50:00.000Z\",\"0.006361\",\"0.006011\",\"100\"\n\"2024-07-16T23:55:00.000Z\",\"0.005679\",\"0.004792\",\"100\"\n\"2024-07-17T00:00:00.000Z\",\"0.005571\",\"0.004632\",\"100\"\n\"2024-07-17T00:05:00.000Z\",\"0.00572\",\"0.004764\",\"100\"\n\"2024-07-17T00:10:00.000Z\",\"0.006095\",\"0.004852\",\"100\"\n\"2024-07-17T00:15:00.000Z\",\"0.005594\",\"0.004691\",\"100\"\n\"2024-07-17T00:20:00.000Z\",\"0.005617\",\"0.004678\",\"100\"\n\"2024-07-17T00:25:00.000Z\",\"0.005693\",\"0.004723\",\"100\"\n\"2024-07-17T00:30:00.000Z\",\"0.005658\",\"0.004632\",\"100\"\n\"2024-07-17T00:35:00.000Z\",\"0.005711\",\"0.004728\",\"100\"\n\"2024-07-17T00:40:00.000Z\",\"0.005645\",\"0.004669\",\"100\"\n\"2024-07-17T00:45:00.000Z\",\"0.005725\",\"0.005307\",\"100\"\n\"2024-07-17T00:50:00.000Z\",\"0.00561\",\"0.004667\",\"100\"\n\"2024-07-17T00:55:00.000Z\",\"0.005604\",\"0.004635\",\"100\"\n\"2024-07-17T01:00:00.000Z\",\"0.005636\",\"0.004734\",\"100\"\n\"2024-07-17T01:05:00.000Z\",\"0.005533\",\"0.004717\",\"100\"\n\"2024-07-17T01:10:00.000Z\",\"0.005911\",\"0.004715\",\"100\"\n\"2024-07-17T01:15:00.000Z\",\"0.005757\",\"0.004779\",\"100\"\n\"2024-07-17T01:20:00.000Z\",\"0.005716\",\"0.004753\",\"100\"\n\"2024-07-17T01:25:00.000Z\",\"0.005537\",\"0.004678\",\"100\"\n\"2024-07-17T01:30:00.000Z\",\"0.005625\",\"0.004663\",\"100\"\n\"2024-07-17T01:35:00.000Z\",\"0.005803\",\"0.004754\",\"100\"\n\"2024-07-17T01:40:00.000Z\",\"0.005712\",\"0.004734\",\"100\"\n\"2024-07-17T01:45:00.000Z\",\"0.005685\",\"0.004757\",\"100\"\n\"2024-07-17T01:50:00.000Z\",\"0.005601\",\"0.004689\",\"100\"\n\"2024-07-17T01:55:00.000Z\",\"0.005713\",\"0.004745\",\"100\"\n\"2024-07-17T02:00:00.000Z\",\"0.005563\",\"0.0047\",\"100\"\n\"2024-07-17T02:05:00.000Z\",\"0.005722\",\"0.005348\",\"100\"\n\"2024-07-17T02:10:00.000Z\",\"0.005624\",\"0.004644\",\"100\"\n\"2024-07-17T02:15:00.000Z\",\"0.006109\",\"0.004774\",\"100\"\n\"2024-07-17T02:20:00.000Z\",\"0.005594\",\"0.004651\",\"100\"\n\"2024-07-17T02:25:00.000Z\",\"0.005645\",\"0.004683\",\"100\"\n\"2024-07-17T02:30:00.000Z\",\"0.005571\",\"0.004667\",\"100\"\n\"2024-07-17T02:35:00.000Z\",\"0.005783\",\"0.004718\",\"100\"\n\"2024-07-17T02:40:00.000Z\",\"0.005578\",\"0.004691\",\"100\"\n\"2024-07-17T02:45:00.000Z\",\"0.005633\",\"0.004775\",\"100\"\n\"2024-07-17T02:50:00.000Z\",\"0.005713\",\"0.004717\",\"100\"\n\"2024-07-17T02:55:00.000Z\",\"0.005605\",\"0.004704\",\"100\"\n\"2024-07-17T03:00:00.000Z\",\"0.005535\",\"0.004629\",\"100\"\n\"2024-07-17T03:05:00.000Z\",\"0.005557\",\"0.004688\",\"100\"\n\"2024-07-17T03:10:00.000Z\",\"0.005586\",\"0.004755\",\"100\"\n\"2024-07-17T03:15:00.000Z\",\"0.006092\",\"0.004816\",\"100\"\n\"2024-07-17T03:20:00.000Z\",\"0.005716\",\"0.004762\",\"100\"\n\"2024-07-17T03:25:00.000Z\",\"0.005637\",\"0.004693\",\"100\"\n\"2024-07-17T03:30:00.000Z\",\"0.005774\",\"0.005375\",\"100\"\n\"2024-07-17T03:35:00.000Z\",\"0.00562\",\"0.004637\",\"100\"\n\"2024-07-17T03:40:00.000Z\",\"0.005853\",\"0.004839\",\"100\"\n\"2024-07-17T03:45:00.000Z\",\"0.006301\",\"0.005938\",\"100\"\n\"2024-07-17T03:50:00.000Z\",\"0.005717\",\"0.004832\",\"100\"\n\"2024-07-17T03:55:00.000Z\",\"0.005603\",\"0.004692\",\"100\"\n\"2024-07-17T04:00:00.000Z\",\"0.005571\",\"0.00472\",\"100\"\n\"2024-07-17T04:05:00.000Z\",\"0.005552\",\"0.004695\",\"100\"\n\"2024-07-17T04:10:00.000Z\",\"0.005655\",\"0.004732\",\"100\"\n\"2024-07-17T04:15:00.000Z\",\"0.005568\",\"0.004744\",\"100\"\n\"2024-07-17T04:20:00.000Z\",\"0.005999\",\"0.004746\",\"100\"\n\"2024-07-17T04:25:00.000Z\",\"0.005769\",\"0.004786\",\"100\"\n\"2024-07-17T04:30:00.000Z\",\"0.005542\",\"0.004599\",\"100\"\n\"2024-07-17T04:35:00.000Z\",\"0.005596\",\"0.004722\",\"100\"\n\"2024-07-17T04:40:00.000Z\",\"0.005685\",\"0.004755\",\"100\"\n\"2024-07-17T04:45:00.000Z\",\"0.005693\",\"0.004723\",\"100\"\n\"2024-07-17T04:50:00.000Z\",\"0.005639\",\"0.004736\",\"100\"\n\"2024-07-17T04:55:00.000Z\",\"0.005694\",\"0.005264\",\"100\"\n\"2024-07-17T05:00:00.000Z\",\"0.005595\",\"0.004717\",\"100\"\n\"2024-07-17T05:05:00.000Z\",\"0.005602\",\"0.004702\",\"100\"\n\"2024-07-17T05:10:00.000Z\",\"0.005662\",\"0.004735\",\"100\"\n\"2024-07-17T05:15:00.000Z\",\"0.005781\",\"0.004761\",\"100\"\n\"2024-07-17T05:20:00.000Z\",\"0.005601\",\"0.004677\",\"100\"\n\"2024-07-17T05:25:00.000Z\",\"0.005985\",\"0.004787\",\"100\"\n\"2024-07-17T05:30:00.000Z\",\"0.005513\",\"0.004582\",\"100\"\n\"2024-07-17T05:35:00.000Z\",\"0.005658\",\"0.004671\",\"100\"\n\"2024-07-17T05:40:00.000Z\",\"0.005576\",\"0.00464\",\"100\"\n\"2024-07-17T05:45:00.000Z\",\"0.005517\",\"0.004624\",\"100\"\n\"2024-07-17T05:50:00.000Z\",\"0.005579\",\"0.004722\",\"100\"\n\"2024-07-17T05:55:00.000Z\",\"0.005595\",\"0.004713\",\"100\"\n\"2024-07-17T06:00:00.000Z\",\"0.005641\",\"0.004715\",\"100\"\n\"2024-07-17T06:05:00.000Z\",\"0.005695\",\"0.005311\",\"100\"\n\"2024-07-17T06:10:00.000Z\",\"0.005783\",\"0.004777\",\"100\"\n\"2024-07-17T06:15:00.000Z\",\"0.005727\",\"0.004715\",\"100\"\n\"2024-07-17T06:20:00.000Z\",\"0.005888\",\"0.004732\",\"100\"\n\"2024-07-17T06:25:00.000Z\",\"0.005679\",\"0.00471\",\"100\"\n\"2024-07-17T06:30:00.000Z\",\"0.005525\",\"0.004671\",\"100\"\n\"2024-07-17T06:35:00.000Z\",\"0.005666\",\"0.004757\",\"100\"\n\"2024-07-17T06:40:00.000Z\",\"0.005615\",\"0.004675\",\"100\"\n\"2024-07-17T06:45:00.000Z\",\"0.005688\",\"0.004706\",\"100\"\n\"2024-07-17T06:50:00.000Z\",\"0.005644\",\"0.004697\",\"100\"\n\"2024-07-17T06:55:00.000Z\",\"0.005561\",\"0.004698\",\"100\"\n\"2024-07-17T07:00:00.000Z\",\"0.005463\",\"0.004655\",\"100\"\n\"2024-07-17T07:05:00.000Z\",\"0.005709\",\"0.004689\",\"100\"\n\"2024-07-17T07:10:00.000Z\",\"0.005688\",\"0.005218\",\"100\"\n\"2024-07-17T07:15:00.000Z\",\"0.005657\",\"0.00468\",\"100\"\n\"2024-07-17T07:20:00.000Z\",\"0.006025\",\"0.004811\",\"100\"\n\"2024-07-17T07:25:00.000Z\",\"0.005571\",\"0.004727\",\"100\"\n\"2024-07-17T07:30:00.000Z\",\"0.005469\",\"0.004665\",\"100\"\n\"2024-07-17T07:35:00.000Z\",\"0.005695\",\"0.004762\",\"100\"\n\"2024-07-17T07:40:00.000Z\",\"0.005649\",\"0.004679\",\"100\"\n\"2024-07-17T07:45:00.000Z\",\"0.005575\",\"0.004711\",\"100\"\n\"2024-07-17T07:50:00.000Z\",\"0.005468\",\"0.004638\",\"100\"\n\"2024-07-17T07:55:00.000Z\",\"0.005559\",\"0.00471\",\"100\"\n\"2024-07-17T08:00:00.000Z\",\"0.006565\",\"0.006123\",\"100\"\n\"2024-07-17T08:05:00.000Z\",\"0.005657\",\"0.004716\",\"100\"\n\"2024-07-17T08:10:00.000Z\",\"0.005539\",\"0.004642\",\"100\"\n\"2024-07-17T08:15:00.000Z\",\"0.005563\",\"0.004682\",\"100\"\n\"2024-07-17T08:20:00.000Z\",\"0.005694\",\"0.004725\",\"100\"\n\"2024-07-17T08:25:00.000Z\",\"0.005599\",\"0.004724\",\"100\"\n\"2024-07-17T08:30:00.000Z\",\"0.005937\",\"0.004771\",\"100\"\n\"2024-07-17T08:35:00.000Z\",\"0.005588\",\"0.004734\",\"100\"\n\"2024-07-17T08:40:00.000Z\",\"0.005821\",\"0.005291\",\"100\"\n\"2024-07-17T08:45:00.000Z\",\"0.005688\",\"0.004776\",\"100\"\n\"2024-07-17T08:50:00.000Z\",\"0.005698\",\"0.004661\",\"100\"\n\"2024-07-17T08:55:00.000Z\",\"0.005548\",\"0.004622\",\"100\"\n\"2024-07-17T09:00:00.000Z\",\"0.005586\",\"0.004714\",\"100\"\n\"2024-07-17T09:05:00.000Z\",\"0.005582\",\"0.004698\",\"100\"\n\"2024-07-17T09:10:00.000Z\",\"0.005526\",\"0.004654\",\"100\"\n\"2024-07-17T09:15:00.000Z\",\"0.005585\",\"0.004673\",\"100\"\n\"2024-07-17T09:20:00.000Z\",\"0.005593\",\"0.004626\",\"100\"\n\"2024-07-17T09:25:00.000Z\",\"0.005639\",\"0.004704\",\"100\"\n\"2024-07-17T09:30:00.000Z\",\"0.00557\",\"0.00472\",\"100\"\n\"2024-07-17T09:35:00.000Z\",\"0.006004\",\"0.004786\",\"100\"\n\"2024-07-17T09:40:00.000Z\",\"0.005678\",\"0.004681\",\"100\"\n\"2024-07-17T09:45:00.000Z\",\"0.005701\",\"0.004749\",\"100\"\n\"2024-07-17T09:50:00.000Z\",\"0.005514\",\"0.004639\",\"100\"\n\"2024-07-17T09:55:00.000Z\",\"0.005842\",\"0.005348\",\"100\"\n\"2024-07-17T10:00:00.000Z\",\"0.005514\",\"0.004673\",\"100\"\n\"2024-07-17T10:05:00.000Z\",\"0.0057\",\"0.004733\",\"100\"\n\"2024-07-17T10:10:00.000Z\",\"0.005614\",\"0.004708\",\"100\"\n\"2024-07-17T10:15:00.000Z\",\"0.005589\",\"0.004678\",\"100\"\n\"2024-07-17T10:20:00.000Z\",\"0.005588\",\"0.004687\",\"100\"\n\"2024-07-17T10:25:00.000Z\",\"0.005584\",\"0.004766\",\"100\"\n\"2024-07-17T10:30:00.000Z\",\"0.005741\",\"0.004713\",\"100\"\n\"2024-07-17T10:35:00.000Z\",\"0.005544\",\"0.004655\",\"100\"\n\"2024-07-17T10:40:00.000Z\",\"0.005991\",\"0.004778\",\"100\"\n\"2024-07-17T10:45:00.000Z\",\"0.005649\",\"0.004707\",\"100\"\n\"2024-07-17T10:50:00.000Z\",\"0.00543\",\"0.004688\",\"100\"\n\"2024-07-17T10:55:00.000Z\",\"0.005585\",\"0.004673\",\"100\"\n\"2024-07-17T11:00:00.000Z\",\"0.00558\",\"0.004726\",\"100\"\n\"2024-07-17T11:05:00.000Z\",\"0.005541\",\"0.004728\",\"100\"\n\"2024-07-17T11:10:00.000Z\",\"0.005662\",\"0.004815\",\"100\"\n\"2024-07-17T11:15:00.000Z\",\"0.005655\",\"0.005256\",\"100\"\n\"2024-07-17T11:20:00.000Z\",\"0.005624\",\"0.004648\",\"100\"\n\"2024-07-17T11:25:00.000Z\",\"0.005685\",\"0.004751\",\"100\"\n\"2024-07-17T11:30:00.000Z\",\"0.005593\",\"0.004634\",\"100\"\n\"2024-07-17T11:35:00.000Z\",\"0.005749\",\"0.004697\",\"100\"\n\"2024-07-17T11:40:00.000Z\",\"0.006031\",\"0.004773\",\"100\"\n\"2024-07-17T11:45:00.000Z\",\"0.005786\",\"0.00485\",\"100\"\n\"2024-07-17T11:50:00.000Z\",\"0.00551\",\"0.004651\",\"100\"\n\"2024-07-17T11:55:00.000Z\",\"0.005574\",\"0.004658\",\"100\"\n\"2024-07-17T12:00:00.000Z\",\"0.005682\",\"0.004757\",\"100\"\n\"2024-07-17T12:05:00.000Z\",\"0.00558\",\"0.004689\",\"100\"\n\"2024-07-17T12:10:00.000Z\",\"0.005534\",\"0.004633\",\"100\"\n\"2024-07-17T12:15:00.000Z\",\"0.00565\",\"0.004715\",\"100\"\n\"2024-07-17T12:20:00.000Z\",\"0.006561\",\"0.006073\",\"100\"\n\"2024-07-17T12:25:00.000Z\",\"0.005683\",\"0.004708\",\"100\"\n\"2024-07-17T12:30:00.000Z\",\"0.005667\",\"0.004712\",\"100\"\n\"2024-07-17T12:35:00.000Z\",\"0.005762\",\"0.005373\",\"100\"\n\"2024-07-17T12:40:00.000Z\",\"0.005561\",\"0.00468\",\"100\"\n\"2024-07-17T12:45:00.000Z\",\"0.006049\",\"0.004743\",\"100\"\n\"2024-07-17T12:50:00.000Z\",\"0.005539\",\"0.004657\",\"100\"\n\"2024-07-17T12:55:00.000Z\",\"0.005559\",\"0.004646\",\"100\"\n\"2024-07-17T13:00:00.000Z\",\"0.005624\",\"0.004672\",\"100\"\n\"2024-07-17T13:05:00.000Z\",\"0.005717\",\"0.00473\",\"100\"\n\"2024-07-17T13:10:00.000Z\",\"0.005546\",\"0.004597\",\"100\"\n\"2024-07-17T13:15:00.000Z\",\"0.005669\",\"0.004748\",\"100\"\n\"2024-07-17T13:20:00.000Z\",\"0.005611\",\"0.004739\",\"100\"\n\"2024-07-17T13:25:00.000Z\",\"0.005627\",\"0.004662\",\"100\"\n\"2024-07-17T13:30:00.000Z\",\"0.00573\",\"0.004764\",\"100\"\n\"2024-07-17T13:35:00.000Z\",\"0.005642\",\"0.004653\",\"100\"\n\"2024-07-17T13:40:00.000Z\",\"0.005956\",\"0.004747\",\"100\"\n\"2024-07-17T13:45:00.000Z\",\"0.00577\",\"0.004773\",\"100\"\n\"2024-07-17T13:50:00.000Z\",\"0.005616\",\"0.004789\",\"100\"\n\"2024-07-17T13:55:00.000Z\",\"0.005512\",\"0.004664\",\"100\"\n\"2024-07-17T14:00:00.000Z\",\"0.005774\",\"0.004803\",\"100\"\n\"2024-07-17T14:05:00.000Z\",\"0.005591\",\"0.005175\",\"100\"\n\"2024-07-17T14:10:00.000Z\",\"0.005522\",\"0.004612\",\"100\"\n\"2024-07-17T14:15:00.000Z\",\"0.005512\",\"0.004735\",\"100\"\n\"2024-07-17T14:20:00.000Z\",\"0.005506\",\"0.004617\",\"100\"\n\"2024-07-17T14:25:00.000Z\",\"0.005581\",\"0.00461\",\"100\"\n\"2024-07-17T14:30:00.000Z\",\"0.005679\",\"0.004816\",\"100\"\n\"2024-07-17T14:35:00.000Z\",\"0.005524\",\"0.004628\",\"100\"\n\"2024-07-17T14:40:00.000Z\",\"0.005971\",\"0.004803\",\"100\"\n\"2024-07-17T14:45:00.000Z\",\"0.005737\",\"0.004753\",\"100\"\n\"2024-07-17T14:50:00.000Z\",\"0.005572\",\"0.004649\",\"100\"\n\"2024-07-17T14:55:00.000Z\",\"0.005699\",\"0.004786\",\"100\"\n\"2024-07-17T15:00:00.000Z\",\"0.005651\",\"0.004769\",\"100\"\n\"2024-07-17T15:05:00.000Z\",\"0.005678\",\"0.004675\",\"100\"\n\"2024-07-17T15:10:00.000Z\",\"0.005623\",\"0.004679\",\"100\"\n\"2024-07-17T15:15:00.000Z\",\"0.005613\",\"0.004708\",\"100\"\n\"2024-07-17T15:20:00.000Z\",\"0.005647\",\"0.004731\",\"100\"\n\"2024-07-17T15:25:00.000Z\",\"0.005735\",\"0.005338\",\"100\"\n\"2024-07-17T15:30:00.000Z\",\"0.005625\",\"0.004735\",\"100\"\n\"2024-07-17T15:35:00.000Z\",\"0.006079\",\"0.004827\",\"100\"\n\"2024-07-17T15:40:00.000Z\",\"0.005687\",\"0.004683\",\"100\"\n\"2024-07-17T15:45:00.000Z\",\"0.005701\",\"0.004764\",\"100\"\n\"2024-07-17T15:50:00.000Z\",\"0.005649\",\"0.004697\",\"100\"\n\"2024-07-17T15:55:00.000Z\",\"0.005675\",\"0.004742\",\"100\"\n\"2024-07-17T16:00:00.000Z\",\"0.005492\",\"0.004544\",\"100\"\n\"2024-07-17T16:05:00.000Z\",\"0.005654\",\"0.00472\",\"100\"\n\"2024-07-17T16:10:00.000Z\",\"0.005493\",\"0.00462\",\"100\"\n\"2024-07-17T16:15:00.000Z\",\"0.005649\",\"0.004709\",\"100\"\n\"2024-07-17T16:20:00.000Z\",\"0.005623\",\"0.004762\",\"100\"\n\"2024-07-17T16:25:00.000Z\",\"0.006494\",\"0.00619\",\"100\"\n\"2024-07-17T16:30:00.000Z\",\"0.005878\",\"0.00527\",\"100\"\n\"2024-07-17T16:35:00.000Z\",\"0.005662\",\"0.004722\",\"100\"\n\"2024-07-17T16:40:00.000Z\",\"0.005926\",\"0.004711\",\"100\"\n\"2024-07-17T16:45:00.000Z\",\"0.00568\",\"0.004666\",\"100\"\n\"2024-07-17T16:50:00.000Z\",\"0.005676\",\"0.004696\",\"100\"\n\"2024-07-17T16:55:00.000Z\",\"0.005604\",\"0.004723\",\"100\"\n\"2024-07-17T17:00:00.000Z\",\"0.005606\",\"0.004634\",\"100\"\n\"2024-07-17T17:05:00.000Z\",\"0.005654\",\"0.004743\",\"100\"\n\"2024-07-17T17:10:00.000Z\",\"0.005612\",\"0.004704\",\"100\"\n\"2024-07-17T17:15:00.000Z\",\"0.005748\",\"0.004725\",\"100\"\n\"2024-07-17T17:20:00.000Z\",\"0.005703\",\"0.004786\",\"100\"\n\"2024-07-17T17:25:00.000Z\",\"0.005724\",\"0.004729\",\"100\"\n\"2024-07-17T17:30:00.000Z\",\"0.005637\",\"0.00469\",\"100\"\n\"2024-07-17T17:35:00.000Z\",\"0.006087\",\"0.004855\",\"100\"\n\"2024-07-17T17:40:00.000Z\",\"0.005682\",\"0.005237\",\"100\"\n\"2024-07-17T17:45:00.000Z\",\"0.005661\",\"0.004697\",\"100\"\n\"2024-07-17T17:50:00.000Z\",\"0.005586\",\"0.004721\",\"100\"\n\"2024-07-17T17:55:00.000Z\",\"0.005726\",\"0.00482\",\"100\"\n\"2024-07-17T18:00:00.000Z\",\"0.005605\",\"0.00467\",\"100\"\n\"2024-07-17T18:05:00.000Z\",\"0.005696\",\"0.004729\",\"100\"\n\"2024-07-17T18:10:00.000Z\",\"0.005623\",\"0.004705\",\"100\"\n\"2024-07-17T18:15:00.000Z\",\"0.005556\",\"0.00464\",\"100\"\n\"2024-07-17T18:20:00.000Z\",\"0.005698\",\"0.00473\",\"100\"\n\"2024-07-17T18:25:00.000Z\",\"0.005612\",\"0.004692\",\"100\"\n\"2024-07-17T18:30:00.000Z\",\"0.005958\",\"0.004751\",\"100\"\n\"2024-07-17T18:35:00.000Z\",\"0.005615\",\"0.004698\",\"100\"\n\"2024-07-17T18:40:00.000Z\",\"0.005629\",\"0.004742\",\"100\"\n\"2024-07-17T18:45:00.000Z\",\"0.005736\",\"0.004765\",\"100\"\n\"2024-07-17T18:50:00.000Z\",\"0.005574\",\"0.004648\",\"100\"\n\"2024-07-17T18:55:00.000Z\",\"0.005505\",\"0.004646\",\"100\"\n\"2024-07-17T19:00:00.000Z\",\"0.005467\",\"0.004622\",\"100\"\n\"2024-07-17T19:05:00.000Z\",\"0.005922\",\"0.005362\",\"100\"\n\"2024-07-17T19:10:00.000Z\",\"0.005544\",\"0.004612\",\"100\"\n\"2024-07-17T19:15:00.000Z\",\"0.005695\",\"0.004696\",\"100\"\n\"2024-07-17T19:20:00.000Z\",\"0.005586\",\"0.004687\",\"100\"\n\"2024-07-17T19:25:00.000Z\",\"0.006185\",\"0.004943\",\"100\"\n\"2024-07-17T19:30:00.000Z\",\"0.005602\",\"0.00466\",\"100\"\n\"2024-07-17T19:35:00.000Z\",\"0.005724\",\"0.004734\",\"100\"\n\"2024-07-17T19:40:00.000Z\",\"0.005581\",\"0.004747\",\"100\"\n\"2024-07-17T19:45:00.000Z\",\"0.005595\",\"0.004675\",\"100\"\n\"2024-07-17T19:50:00.000Z\",\"0.005582\",\"0.004659\",\"100\"\n\"2024-07-17T19:55:00.000Z\",\"0.005793\",\"0.00475\",\"100\"\n\"2024-07-17T20:00:00.000Z\",\"0.005546\",\"0.004649\",\"100\"\n\"2024-07-17T20:05:00.000Z\",\"0.005588\",\"0.004679\",\"100\"\n\"2024-07-17T20:10:00.000Z\",\"0.005706\",\"0.004761\",\"100\"\n\"2024-07-17T20:15:00.000Z\",\"0.005611\",\"0.004691\",\"100\"\n\"2024-07-17T20:20:00.000Z\",\"0.005635\",\"0.005249\",\"100\"\n\"2024-07-17T20:25:00.000Z\",\"0.006478\",\"0.005653\",\"100\"\n\"2024-07-17T20:30:00.000Z\",\"0.005904\",\"0.00513\",\"100\"\n\"2024-07-17T20:35:00.000Z\",\"0.005662\",\"0.004755\",\"100\"\n\"2024-07-17T20:40:00.000Z\",\"0.005592\",\"0.004654\",\"100\"\n\"2024-07-17T20:45:00.000Z\",\"0.005457\",\"0.004637\",\"100\"\n\"2024-07-17T20:50:00.000Z\",\"0.005622\",\"0.004638\",\"100\"\n\"2024-07-17T20:55:00.000Z\",\"0.005645\",\"0.004687\",\"100\"\n\"2024-07-17T21:00:00.000Z\",\"0.005568\",\"0.00466\",\"100\"\n\"2024-07-17T21:05:00.000Z\",\"0.00583\",\"0.004802\",\"100\"\n\"2024-07-17T21:10:00.000Z\",\"0.00554\",\"0.004663\",\"100\"\n\"2024-07-17T21:15:00.000Z\",\"0.005643\",\"0.004686\",\"100\"\n\"2024-07-17T21:20:00.000Z\",\"0.005952\",\"0.004743\",\"100\"\n\"2024-07-17T21:25:00.000Z\",\"0.005627\",\"0.004694\",\"100\"\n\"2024-07-17T21:30:00.000Z\",\"0.005539\",\"0.004656\",\"100\"\n\"2024-07-17T21:35:00.000Z\",\"0.005544\",\"0.004691\",\"100\"\n\"2024-07-17T21:40:00.000Z\",\"0.005611\",\"0.004801\",\"100\"\n\"2024-07-17T21:45:00.000Z\",\"0.005712\",\"0.004776\",\"100\"\n\"2024-07-17T21:50:00.000Z\",\"0.005845\",\"0.005317\",\"100\"\n\"2024-07-17T21:55:00.000Z\",\"0.005698\",\"0.00471\",\"100\"\n\"2024-07-17T22:00:00.000Z\",\"0.005552\",\"0.004703\",\"100\"\n\"2024-07-17T22:05:00.000Z\",\"0.005603\",\"0.00466\",\"100\"\n\"2024-07-17T22:10:00.000Z\",\"0.005694\",\"0.004718\",\"100\"\n\"2024-07-17T22:15:00.000Z\",\"0.005608\",\"0.004741\",\"100\"\n\"2024-07-17T22:20:00.000Z\",\"0.005588\",\"0.00465\",\"100\"\n\"2024-07-17T22:25:00.000Z\",\"0.005986\",\"0.004796\",\"100\"\n\"2024-07-17T22:30:00.000Z\",\"0.005471\",\"0.00462\",\"100\"\n\"2024-07-17T22:35:00.000Z\",\"0.005643\",\"0.004726\",\"100\"\n\"2024-07-17T22:40:00.000Z\",\"0.005542\",\"0.004614\",\"100\"\n\"2024-07-17T22:45:00.000Z\",\"0.005581\",\"0.004643\",\"100\"\n\"2024-07-17T22:50:00.000Z\",\"0.005721\",\"0.00479\",\"100\"\n\"2024-07-17T22:55:00.000Z\",\"0.005594\",\"0.004744\",\"100\"\n\"2024-07-17T23:00:00.000Z\",\"0.005553\",\"0.004626\",\"100\"\n\"2024-07-17T23:05:00.000Z\",\"0.005623\",\"0.004758\",\"100\"\n\"2024-07-17T23:10:00.000Z\",\"0.0057\",\"0.004723\",\"100\"\n\"2024-07-17T23:15:00.000Z\",\"0.005629\",\"0.004649\",\"100\"\n\"2024-07-17T23:20:00.000Z\",\"0.006113\",\"0.005361\",\"100\"\n\"2024-07-17T23:25:00.000Z\",\"0.005495\",\"0.004619\",\"100\"\n\"2024-07-17T23:30:00.000Z\",\"0.005649\",\"0.004708\",\"100\"\n\"2024-07-17T23:35:00.000Z\",\"0.005792\",\"0.00481\",\"100\"\n\"2024-07-17T23:40:00.000Z\",\"0.005687\",\"0.004697\",\"100\"\n\"2024-07-17T23:45:00.000Z\",\"0.005594\",\"0.004705\",\"100\"\n\"2024-07-17T23:50:00.000Z\",\"0.005715\",\"0.00475\",\"100\"\n\"2024-07-17T23:55:00.000Z\",\"0.005569\",\"0.004696\",\"100\"\n\"2024-07-18T00:00:00.000Z\",\"0.005311\",\"0.004609\",\"100\"\n\"2024-07-18T00:05:00.000Z\",\"0.005641\",\"0.004746\",\"100\"\n\"2024-07-18T00:10:00.000Z\",\"0.005609\",\"0.004697\",\"100\"\n\"2024-07-18T00:15:00.000Z\",\"0.006928\",\"0.00627\",\"100\"\n\"2024-07-18T00:20:00.000Z\",\"0.005588\",\"0.004675\",\"100\"\n\"2024-07-18T00:25:00.000Z\",\"0.005815\",\"0.004778\",\"100\"\n\"2024-07-18T00:30:00.000Z\",\"0.005567\",\"0.004714\",\"100\"\n\"2024-07-18T00:35:00.000Z\",\"0.005667\",\"0.004683\",\"100\"\n\"2024-07-18T00:40:00.000Z\",\"0.005654\",\"0.004726\",\"100\"\n\"2024-07-18T00:45:00.000Z\",\"0.005772\",\"0.005338\",\"100\"\n\"2024-07-18T00:50:00.000Z\",\"0.005692\",\"0.00471\",\"100\"\n\"2024-07-18T00:55:00.000Z\",\"0.005643\",\"0.00475\",\"100\"\n\"2024-07-18T01:00:00.000Z\",\"0.005534\",\"0.004693\",\"100\"\n\"2024-07-18T01:05:00.000Z\",\"0.005596\",\"0.004662\",\"100\"\n\"2024-07-18T01:10:00.000Z\",\"0.005604\",\"0.004673\",\"100\"\n\"2024-07-18T01:15:00.000Z\",\"0.005985\",\"0.00477\",\"100\"\n\"2024-07-18T01:20:00.000Z\",\"0.005654\",\"0.00472\",\"100\"\n\"2024-07-18T01:25:00.000Z\",\"0.005568\",\"0.004642\",\"100\"\n\"2024-07-18T01:30:00.000Z\",\"0.005748\",\"0.004704\",\"100\"\n\"2024-07-18T01:35:00.000Z\",\"0.00563\",\"0.004691\",\"100\"\n\"2024-07-18T01:40:00.000Z\",\"0.005629\",\"0.004797\",\"100\"\n\"2024-07-18T01:45:00.000Z\",\"0.005552\",\"0.004669\",\"100\"\n\"2024-07-18T01:50:00.000Z\",\"0.005591\",\"0.004703\",\"100\"\n\"2024-07-18T01:55:00.000Z\",\"0.0056\",\"0.004662\",\"100\"\n\"2024-07-18T02:00:00.000Z\",\"0.00562\",\"0.004681\",\"100\"\n\"2024-07-18T02:05:00.000Z\",\"0.005725\",\"0.005349\",\"100\"\n\"2024-07-18T02:10:00.000Z\",\"0.005905\",\"0.004738\",\"100\"\n\"2024-07-18T02:15:00.000Z\",\"0.005798\",\"0.00476\",\"100\"\n\"2024-07-18T02:20:00.000Z\",\"0.005576\",\"0.004673\",\"100\"\n\"2024-07-18T02:25:00.000Z\",\"0.005649\",\"0.004696\",\"100\"\n\"2024-07-18T02:30:00.000Z\",\"0.005669\",\"0.004749\",\"100\"\n\"2024-07-18T02:35:00.000Z\",\"0.005607\",\"0.004698\",\"100\"\n\"2024-07-18T02:40:00.000Z\",\"0.00562\",\"0.004744\",\"100\"\n\"2024-07-18T02:45:00.000Z\",\"0.005657\",\"0.004777\",\"100\"\n\"2024-07-18T02:50:00.000Z\",\"0.005534\",\"0.00463\",\"100\"\n\"2024-07-18T02:55:00.000Z\",\"0.005593\",\"0.004649\",\"100\"\n\"2024-07-18T03:00:00.000Z\",\"0.005657\",\"0.004738\",\"100\"\n\"2024-07-18T03:05:00.000Z\",\"0.005853\",\"0.00532\",\"100\"\n\"2024-07-18T03:10:00.000Z\",\"0.005558\",\"0.004691\",\"100\"\n\"2024-07-18T03:15:00.000Z\",\"0.00596\",\"0.004807\",\"100\"\n\"2024-07-18T03:20:00.000Z\",\"0.005638\",\"0.004658\",\"100\"\n\"2024-07-18T03:25:00.000Z\",\"0.005639\",\"0.00471\",\"100\"\n\"2024-07-18T03:30:00.000Z\",\"0.005614\",\"0.004697\",\"100\"\n\"2024-07-18T03:35:00.000Z\",\"0.005622\",\"0.004697\",\"100\"\n\"2024-07-18T03:40:00.000Z\",\"0.005663\",\"0.004676\",\"100\"\n\"2024-07-18T03:45:00.000Z\",\"0.005627\",\"0.004759\",\"100\"\n\"2024-07-18T03:50:00.000Z\",\"0.00569\",\"0.004777\",\"100\"\n\"2024-07-18T03:55:00.000Z\",\"0.005761\",\"0.004718\",\"100\"\n\"2024-07-18T04:00:00.000Z\",\"0.005702\",\"0.004667\",\"100\"\n\"2024-07-18T04:05:00.000Z\",\"0.005731\",\"0.005272\",\"100\"\n\"2024-07-18T04:10:00.000Z\",\"0.005981\",\"0.004778\",\"100\"\n\"2024-07-18T04:15:00.000Z\",\"0.005736\",\"0.004814\",\"100\"\n\"2024-07-18T04:20:00.000Z\",\"0.005626\",\"0.004629\",\"100\"\n\"2024-07-18T04:25:00.000Z\",\"0.005625\",\"0.004716\",\"100\"\n\"2024-07-18T04:30:00.000Z\",\"0.005471\",\"0.004587\",\"100\"\n\"2024-07-18T04:35:00.000Z\",\"0.005759\",\"0.004819\",\"100\"\n\"2024-07-18T04:40:00.000Z\",\"0.006594\",\"0.006154\",\"100\"\n\"2024-07-18T04:45:00.000Z\",\"0.005674\",\"0.004747\",\"100\"\n\"2024-07-18T04:50:00.000Z\",\"0.00563\",\"0.004684\",\"100\"\n\"2024-07-18T04:55:00.000Z\",\"0.0057\",\"0.004764\",\"100\"\n\"2024-07-18T05:00:00.000Z\",\"0.005626\",\"0.004659\",\"100\"\n\"2024-07-18T05:05:00.000Z\",\"0.005681\",\"0.004739\",\"100\"\n\"2024-07-18T05:10:00.000Z\",\"0.006053\",\"0.004787\",\"100\"\n\"2024-07-18T05:15:00.000Z\",\"0.005652\",\"0.004704\",\"100\"\n\"2024-07-18T05:20:00.000Z\",\"0.0057\",\"0.00475\",\"100\"\n\"2024-07-18T05:25:00.000Z\",\"0.005718\",\"0.004762\",\"100\"\n"},{"id":"d77e9327-7d3d-493e-a3b6-1390f85dec79","name":"Get VXC Telemetry - CSV Single Telemetry Type (Days)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"},{"key":"Accept","value":"text/csv"}],"url":{"raw":"{{baseUrl}}/v2/product/vxc/b3a2231f-e502-4da7-956a-e2d947881271/telemetry?type=A_BITS&days=5","host":["{{baseUrl}}"],"path":["v2","product","vxc","b3a2231f-e502-4da7-956a-e2d947881271","telemetry"],"query":[{"key":"type","value":"A_BITS","description":"Indicates the type of metric. Values include `A_BITS`, `B_BITS`, `A_PACKETS`, and `B_PACKETS`. Multiple telemetry types can be passed. (Required - string)"},{"key":"from","value":"1718010019000","description":"Milliseconds since epoch. When not provided, returns the single most recent measurement. You can use a tool such as https://www.epochconverter.com/ for conversion to and from dates. (Optional - string)","disabled":true},{"key":"to","value":"1721280419000","description":"Milliseconds since epoch. When not provided, returns the single most recent measurement. You can use a tool such as https://www.epochconverter.com/ for conversion to and from dates. (Optional - string) ","disabled":true},{"key":"days","value":"5","description":"The number of days in the past from today for which to return telemetry details. This parameter is mutually exclusive from \"to\" and \"from\". (Optional - string)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Thu, 18 Jul 2024 06:18:41 GMT"},{"key":"Content-Type","value":"text/csv;charset=ISO-8859-1"},{"key":"Content-Length","value":"77562"},{"key":"Connection","value":"keep-alive"},{"key":"trace-id","value":"974da72e3aa57098ce7fe4a183acc1c5"},{"key":"vary","value":"Origin"},{"key":"vary","value":"Access-Control-Request-Method"},{"key":"vary","value":"Access-Control-Request-Headers"},{"key":"x-correlation-id","value":"974da72e3aa57098ce7fe4a183acc1c5"},{"key":"x-amzn-trace-id","value":"Root=1-6698b3c1-55740a75056875670ada9fdf"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"content-disposition","value":"attachment; filename=b3a2231f-e502-4da7-956a-e2d947881271-telemetry.csv"},{"key":"server-timing","value":"app;dur=98"},{"key":"etag","value":"\"06342b70ba88b03e81aca6c187ec6dad8\""},{"key":"x-xss-protection","value":"1 ; mode=block"},{"key":"strict-transport-security","value":"max-age=31536000; preload"},{"key":"strict-transport-security","value":"max-age=31536000; preload"},{"key":"referrer-policy","value":"no-referrer"},{"key":"content-security-policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"x-download-options","value":"noopen"},{"key":"x-permitted-cross-domain-policies","value":"none"}],"cookie":[],"responseTime":null,"body":"\"Timestamp\",\"A Bandwidth In (Mbps)\",\"A Bandwidth Out (Mbps)\",\"A Bandwidth Configured speed (Mbps)\"\n\"2024-07-13T06:20:00.000Z\",\"0.00562\",\"0.004704\",\"100\"\n\"2024-07-13T06:25:00.000Z\",\"0.005583\",\"0.004736\",\"100\"\n\"2024-07-13T06:30:00.000Z\",\"0.005825\",\"0.005413\",\"100\"\n\"2024-07-13T06:35:00.000Z\",\"0.005685\",\"0.004712\",\"100\"\n\"2024-07-13T06:40:00.000Z\",\"0.005573\",\"0.004669\",\"100\"\n\"2024-07-13T06:45:00.000Z\",\"0.005714\",\"0.004753\",\"100\"\n\"2024-07-13T06:50:00.000Z\",\"0.006028\",\"0.00479\",\"100\"\n\"2024-07-13T06:55:00.000Z\",\"0.00556\",\"0.004673\",\"100\"\n\"2024-07-13T07:00:00.000Z\",\"0.005613\",\"0.0046\",\"100\"\n\"2024-07-13T07:05:00.000Z\",\"0.005774\",\"0.004711\",\"100\"\n\"2024-07-13T07:10:00.000Z\",\"0.00567\",\"0.004717\",\"100\"\n\"2024-07-13T07:15:00.000Z\",\"0.005711\",\"0.004715\",\"100\"\n\"2024-07-13T07:20:00.000Z\",\"0.00567\",\"0.004753\",\"100\"\n\"2024-07-13T07:25:00.000Z\",\"0.005664\",\"0.004745\",\"100\"\n\"2024-07-13T07:30:00.000Z\",\"0.005575\",\"0.004652\",\"100\"\n\"2024-07-13T07:35:00.000Z\",\"0.005699\",\"0.004768\",\"100\"\n\"2024-07-13T07:40:00.000Z\",\"0.005622\",\"0.004739\",\"100\"\n\"2024-07-13T07:45:00.000Z\",\"0.005775\",\"0.005301\",\"100\"\n\"2024-07-13T07:50:00.000Z\",\"0.006138\",\"0.004832\",\"100\"\n\"2024-07-13T07:55:00.000Z\",\"0.00567\",\"0.004725\",\"100\"\n\"2024-07-13T08:00:00.000Z\",\"0.005539\",\"0.004607\",\"100\"\n\"2024-07-13T08:05:00.000Z\",\"0.00553\",\"0.004674\",\"100\"\n\"2024-07-13T08:10:00.000Z\",\"0.005604\",\"0.004718\",\"100\"\n\"2024-07-13T08:15:00.000Z\",\"0.00555\",\"0.004619\",\"100\"\n\"2024-07-13T08:20:00.000Z\",\"0.005597\",\"0.004695\",\"100\"\n\"2024-07-13T08:25:00.000Z\",\"0.005568\",\"0.004758\",\"100\"\n\"2024-07-13T08:30:00.000Z\",\"0.005604\",\"0.004707\",\"100\"\n\"2024-07-13T08:35:00.000Z\",\"0.005706\",\"0.004751\",\"100\"\n\"2024-07-13T08:40:00.000Z\",\"0.005646\",\"0.004718\",\"100\"\n\"2024-07-13T08:45:00.000Z\",\"0.006106\",\"0.004852\",\"100\"\n\"2024-07-13T08:50:00.000Z\",\"0.005614\",\"0.004705\",\"100\"\n\"2024-07-13T08:55:00.000Z\",\"0.005674\",\"0.004752\",\"100\"\n\"2024-07-13T09:00:00.000Z\",\"0.005627\",\"0.004705\",\"100\"\n\"2024-07-13T09:05:00.000Z\",\"0.005576\",\"0.004666\",\"100\"\n\"2024-07-13T09:10:00.000Z\",\"0.005637\",\"0.004715\",\"100\"\n\"2024-07-13T09:15:00.000Z\",\"0.005673\",\"0.005268\",\"100\"\n\"2024-07-13T09:20:00.000Z\",\"0.005687\",\"0.004691\",\"100\"\n\"2024-07-13T09:25:00.000Z\",\"0.005663\",\"0.004792\",\"100\"\n\"2024-07-13T09:30:00.000Z\",\"0.005712\",\"0.00473\",\"100\"\n\"2024-07-13T09:35:00.000Z\",\"0.005624\",\"0.004738\",\"100\"\n\"2024-07-13T09:40:00.000Z\",\"0.005642\",\"0.004649\",\"100\"\n\"2024-07-13T09:45:00.000Z\",\"0.005981\",\"0.00472\",\"100\"\n\"2024-07-13T09:50:00.000Z\",\"0.00566\",\"0.004685\",\"100\"\n\"2024-07-13T09:55:00.000Z\",\"0.005674\",\"0.004731\",\"100\"\n\"2024-07-13T10:00:00.000Z\",\"0.005603\",\"0.004712\",\"100\"\n\"2024-07-13T10:05:00.000Z\",\"0.005718\",\"0.004757\",\"100\"\n\"2024-07-13T10:10:00.000Z\",\"0.005653\",\"0.004796\",\"100\"\n\"2024-07-13T10:15:00.000Z\",\"0.005626\",\"0.00473\",\"100\"\n\"2024-07-13T10:20:00.000Z\",\"0.005555\",\"0.00467\",\"100\"\n\"2024-07-13T10:25:00.000Z\",\"0.005535\",\"0.004615\",\"100\"\n\"2024-07-13T10:30:00.000Z\",\"0.00655\",\"0.006688\",\"100\"\n\"2024-07-13T10:35:00.000Z\",\"0.005746\",\"0.004809\",\"100\"\n\"2024-07-13T10:40:00.000Z\",\"0.005566\",\"0.004615\",\"100\"\n\"2024-07-13T10:45:00.000Z\",\"0.006038\",\"0.004847\",\"100\"\n\"2024-07-13T10:50:00.000Z\",\"0.005571\",\"0.00459\",\"100\"\n\"2024-07-13T10:55:00.000Z\",\"0.005744\",\"0.004682\",\"100\"\n\"2024-07-13T11:00:00.000Z\",\"0.005687\",\"0.00477\",\"100\"\n\"2024-07-13T11:05:00.000Z\",\"0.005657\",\"0.004737\",\"100\"\n\"2024-07-13T11:10:00.000Z\",\"0.005679\",\"0.004661\",\"100\"\n\"2024-07-13T11:15:00.000Z\",\"0.005642\",\"0.004713\",\"100\"\n\"2024-07-13T11:20:00.000Z\",\"0.005637\",\"0.004739\",\"100\"\n\"2024-07-13T11:25:00.000Z\",\"0.005649\",\"0.004669\",\"100\"\n\"2024-07-13T11:30:00.000Z\",\"0.005599\",\"0.004666\",\"100\"\n\"2024-07-13T11:35:00.000Z\",\"0.005721\",\"0.004701\",\"100\"\n\"2024-07-13T11:40:00.000Z\",\"0.005778\",\"0.004687\",\"100\"\n\"2024-07-13T11:45:00.000Z\",\"0.006105\",\"0.005348\",\"100\"\n\"2024-07-13T11:50:00.000Z\",\"0.005503\",\"0.004618\",\"100\"\n\"2024-07-13T11:55:00.000Z\",\"0.0056\",\"0.004688\",\"100\"\n\"2024-07-13T12:00:00.000Z\",\"0.005623\",\"0.004738\",\"100\"\n\"2024-07-13T12:05:00.000Z\",\"0.005651\",\"0.004741\",\"100\"\n\"2024-07-13T12:10:00.000Z\",\"0.005549\",\"0.004661\",\"100\"\n\"2024-07-13T12:15:00.000Z\",\"0.005626\",\"0.004669\",\"100\"\n\"2024-07-13T12:20:00.000Z\",\"0.005653\",\"0.00468\",\"100\"\n\"2024-07-13T12:25:00.000Z\",\"0.005782\",\"0.004731\",\"100\"\n\"2024-07-13T12:30:00.000Z\",\"0.005497\",\"0.00467\",\"100\"\n\"2024-07-13T12:35:00.000Z\",\"0.005615\",\"0.004683\",\"100\"\n\"2024-07-13T12:40:00.000Z\",\"0.005964\",\"0.004727\",\"100\"\n\"2024-07-13T12:45:00.000Z\",\"0.005681\",\"0.004742\",\"100\"\n\"2024-07-13T12:50:00.000Z\",\"0.005693\",\"0.005229\",\"100\"\n\"2024-07-13T12:55:00.000Z\",\"0.005587\",\"0.004692\",\"100\"\n\"2024-07-13T13:00:00.000Z\",\"0.005545\",\"0.004583\",\"100\"\n\"2024-07-13T13:05:00.000Z\",\"0.005649\",\"0.0047\",\"100\"\n\"2024-07-13T13:10:00.000Z\",\"0.005665\",\"0.004706\",\"100\"\n\"2024-07-13T13:15:00.000Z\",\"0.005677\",\"0.004756\",\"100\"\n\"2024-07-13T13:20:00.000Z\",\"0.00559\",\"0.004653\",\"100\"\n\"2024-07-13T15:35:00.000Z\",\"\",\"\",\"100\"\n\"2024-07-13T15:40:00.000Z\",\"0.005636\",\"0.00469\",\"100\"\n\"2024-07-13T15:45:00.000Z\",\"0.00603\",\"0.004849\",\"100\"\n\"2024-07-13T15:50:00.000Z\",\"0.00559\",\"0.004665\",\"100\"\n\"2024-07-13T15:55:00.000Z\",\"0.005797\",\"0.004813\",\"100\"\n\"2024-07-13T16:00:00.000Z\",\"0.005574\",\"0.004762\",\"100\"\n\"2024-07-13T16:05:00.000Z\",\"0.005689\",\"0.004762\",\"100\"\n\"2024-07-13T16:10:00.000Z\",\"0.005759\",\"0.004763\",\"100\"\n\"2024-07-13T16:15:00.000Z\",\"0.005577\",\"0.004658\",\"100\"\n\"2024-07-13T16:20:00.000Z\",\"0.005669\",\"0.004723\",\"100\"\n\"2024-07-13T16:25:00.000Z\",\"0.005644\",\"0.004722\",\"100\"\n\"2024-07-13T16:30:00.000Z\",\"0.005899\",\"0.005343\",\"100\"\n\"2024-07-13T16:35:00.000Z\",\"0.005665\",\"0.004716\",\"100\"\n\"2024-07-13T16:40:00.000Z\",\"0.005677\",\"0.004736\",\"100\"\n\"2024-07-13T16:45:00.000Z\",\"0.005633\",\"0.004659\",\"100\"\n\"2024-07-13T16:50:00.000Z\",\"0.005992\",\"0.004789\",\"100\"\n\"2024-07-13T16:55:00.000Z\",\"0.005676\",\"0.004721\",\"100\"\n\"2024-07-13T17:00:00.000Z\",\"0.005533\",\"0.004638\",\"100\"\n\"2024-07-13T17:05:00.000Z\",\"0.005623\",\"0.004691\",\"100\"\n\"2024-07-13T17:10:00.000Z\",\"0.005647\",\"0.004795\",\"100\"\n\"2024-07-13T17:15:00.000Z\",\"0.005625\",\"0.00471\",\"100\"\n\"2024-07-13T17:20:00.000Z\",\"0.005715\",\"0.004676\",\"100\"\n\"2024-07-13T17:25:00.000Z\",\"0.005583\",\"0.004702\",\"100\"\n\"2024-07-13T17:30:00.000Z\",\"0.005607\",\"0.004693\",\"100\"\n\"2024-07-13T17:35:00.000Z\",\"0.005765\",\"0.005297\",\"100\"\n\"2024-07-13T17:40:00.000Z\",\"0.005538\",\"0.004629\",\"100\"\n\"2024-07-13T17:45:00.000Z\",\"0.005611\",\"0.004728\",\"100\"\n\"2024-07-13T17:50:00.000Z\",\"0.005635\",\"0.004793\",\"100\"\n\"2024-07-13T17:55:00.000Z\",\"0.006092\",\"0.004888\",\"100\"\n\"2024-07-13T18:00:00.000Z\",\"0.00565\",\"0.004721\",\"100\"\n\"2024-07-13T18:05:00.000Z\",\"0.005779\",\"0.004715\",\"100\"\n\"2024-07-13T18:10:00.000Z\",\"0.005649\",\"0.004767\",\"100\"\n\"2024-07-13T18:15:00.000Z\",\"0.005638\",\"0.004681\",\"100\"\n\"2024-07-13T18:20:00.000Z\",\"0.005654\",\"0.00473\",\"100\"\n\"2024-07-13T18:25:00.000Z\",\"0.005649\",\"0.004697\",\"100\"\n\"2024-07-13T18:30:00.000Z\",\"0.005606\",\"0.004707\",\"100\"\n\"2024-07-13T18:35:00.000Z\",\"0.00571\",\"0.004729\",\"100\"\n\"2024-07-13T18:40:00.000Z\",\"0.005567\",\"0.00467\",\"100\"\n\"2024-07-13T18:45:00.000Z\",\"0.005922\",\"0.004996\",\"100\"\n\"2024-07-13T18:50:00.000Z\",\"0.006921\",\"0.006626\",\"100\"\n\"2024-07-13T18:55:00.000Z\",\"0.005598\",\"0.004686\",\"100\"\n\"2024-07-13T19:00:00.000Z\",\"0.005635\",\"0.004721\",\"100\"\n\"2024-07-13T19:05:00.000Z\",\"0.005627\",\"0.004706\",\"100\"\n\"2024-07-13T19:10:00.000Z\",\"0.005632\",\"0.004689\",\"100\"\n\"2024-07-13T19:15:00.000Z\",\"0.005648\",\"0.004709\",\"100\"\n\"2024-07-13T19:20:00.000Z\",\"0.005561\",\"0.004627\",\"100\"\n\"2024-07-13T19:25:00.000Z\",\"0.005725\",\"0.004759\",\"100\"\n\"2024-07-13T19:30:00.000Z\",\"0.00568\",\"0.004745\",\"100\"\n\"2024-07-13T19:35:00.000Z\",\"0.005682\",\"0.004734\",\"100\"\n\"2024-07-13T19:40:00.000Z\",\"0.00566\",\"0.004716\",\"100\"\n\"2024-07-13T19:45:00.000Z\",\"0.005819\",\"0.00483\",\"100\"\n\"2024-07-13T19:50:00.000Z\",\"0.005981\",\"0.004745\",\"100\"\n\"2024-07-13T19:55:00.000Z\",\"0.005715\",\"0.004843\",\"100\"\n\"2024-07-13T20:00:00.000Z\",\"0.005506\",\"0.004676\",\"100\"\n\"2024-07-13T20:05:00.000Z\",\"0.00574\",\"0.00472\",\"100\"\n\"2024-07-13T20:10:00.000Z\",\"0.005736\",\"0.005246\",\"100\"\n\"2024-07-13T20:15:00.000Z\",\"0.005594\",\"0.004692\",\"100\"\n\"2024-07-13T20:20:00.000Z\",\"0.005617\",\"0.004613\",\"100\"\n\"2024-07-13T20:25:00.000Z\",\"0.005594\",\"0.004678\",\"100\"\n\"2024-07-13T20:30:00.000Z\",\"0.005675\",\"0.004806\",\"100\"\n\"2024-07-13T20:35:00.000Z\",\"0.005697\",\"0.004782\",\"100\"\n\"2024-07-13T20:40:00.000Z\",\"0.00565\",\"0.004698\",\"100\"\n\"2024-07-13T20:45:00.000Z\",\"0.005753\",\"0.0047\",\"100\"\n\"2024-07-13T20:50:00.000Z\",\"0.006028\",\"0.004749\",\"100\"\n\"2024-07-13T20:55:00.000Z\",\"0.005738\",\"0.004804\",\"100\"\n\"2024-07-13T21:00:00.000Z\",\"0.005585\",\"0.004631\",\"100\"\n\"2024-07-13T21:05:00.000Z\",\"0.005672\",\"0.004749\",\"100\"\n\"2024-07-13T21:10:00.000Z\",\"0.005688\",\"0.005286\",\"100\"\n\"2024-07-13T21:15:00.000Z\",\"0.005629\",\"0.004663\",\"100\"\n\"2024-07-13T21:20:00.000Z\",\"0.005639\",\"0.004694\",\"100\"\n\"2024-07-13T21:25:00.000Z\",\"0.005634\",\"0.004673\",\"100\"\n\"2024-07-13T21:30:00.000Z\",\"0.005666\",\"0.00473\",\"100\"\n\"2024-07-13T21:35:00.000Z\",\"0.005694\",\"0.004789\",\"100\"\n\"2024-07-13T21:40:00.000Z\",\"0.005662\",\"0.004707\",\"100\"\n\"2024-07-13T21:45:00.000Z\",\"0.005666\",\"0.004731\",\"100\"\n\"2024-07-13T21:50:00.000Z\",\"0.006035\",\"0.004842\",\"100\"\n\"2024-07-13T21:55:00.000Z\",\"0.005661\",\"0.004682\",\"100\"\n\"2024-07-13T22:00:00.000Z\",\"0.00568\",\"0.004663\",\"100\"\n\"2024-07-13T22:05:00.000Z\",\"0.005529\",\"0.004679\",\"100\"\n\"2024-07-13T22:10:00.000Z\",\"0.005653\",\"0.004723\",\"100\"\n\"2024-07-13T22:15:00.000Z\",\"0.005651\",\"0.004706\",\"100\"\n\"2024-07-13T22:20:00.000Z\",\"0.005642\",\"0.004723\",\"100\"\n\"2024-07-13T22:25:00.000Z\",\"0.005675\",\"0.004689\",\"100\"\n\"2024-07-13T22:30:00.000Z\",\"0.005759\",\"0.005301\",\"100\"\n\"2024-07-13T22:35:00.000Z\",\"0.005598\",\"0.004738\",\"100\"\n\"2024-07-13T22:40:00.000Z\",\"0.006628\",\"0.006138\",\"100\"\n\"2024-07-13T22:45:00.000Z\",\"0.005727\",\"0.004727\",\"100\"\n\"2024-07-13T22:50:00.000Z\",\"0.005554\",\"0.004723\",\"100\"\n\"2024-07-13T22:55:00.000Z\",\"0.00597\",\"0.004759\",\"100\"\n\"2024-07-13T23:00:00.000Z\",\"0.005573\",\"0.00465\",\"100\"\n\"2024-07-13T23:05:00.000Z\",\"0.005684\",\"0.004794\",\"100\"\n\"2024-07-13T23:10:00.000Z\",\"0.005635\",\"0.004751\",\"100\"\n\"2024-07-13T23:15:00.000Z\",\"0.005715\",\"0.004747\",\"100\"\n\"2024-07-13T23:20:00.000Z\",\"0.005514\",\"0.004629\",\"100\"\n\"2024-07-13T23:25:00.000Z\",\"0.005645\",\"0.004767\",\"100\"\n\"2024-07-13T23:30:00.000Z\",\"0.005517\",\"0.004624\",\"100\"\n\"2024-07-13T23:35:00.000Z\",\"0.005639\",\"0.004697\",\"100\"\n\"2024-07-13T23:40:00.000Z\",\"0.005698\",\"0.004727\",\"100\"\n\"2024-07-13T23:45:00.000Z\",\"0.00572\",\"0.004663\",\"100\"\n\"2024-07-13T23:50:00.000Z\",\"0.005674\",\"0.004739\",\"100\"\n\"2024-07-13T23:55:00.000Z\",\"0.006168\",\"0.005411\",\"100\"\n\"2024-07-14T00:00:00.000Z\",\"0.005515\",\"0.004605\",\"100\"\n\"2024-07-14T00:05:00.000Z\",\"0.005685\",\"0.00474\",\"100\"\n\"2024-07-14T00:10:00.000Z\",\"0.005655\",\"0.004743\",\"100\"\n\"2024-07-14T00:15:00.000Z\",\"0.005583\",\"0.004683\",\"100\"\n\"2024-07-14T00:20:00.000Z\",\"0.005719\",\"0.004681\",\"100\"\n\"2024-07-14T00:25:00.000Z\",\"0.005529\",\"0.004675\",\"100\"\n\"2024-07-14T00:30:00.000Z\",\"0.005761\",\"0.0047\",\"100\"\n\"2024-07-14T00:35:00.000Z\",\"0.00575\",\"0.004824\",\"100\"\n\"2024-07-14T00:40:00.000Z\",\"0.005458\",\"0.004596\",\"100\"\n\"2024-07-14T00:45:00.000Z\",\"0.005763\",\"0.004739\",\"100\"\n\"2024-07-14T00:50:00.000Z\",\"0.005908\",\"0.004663\",\"100\"\n\"2024-07-14T00:55:00.000Z\",\"0.005709\",\"0.004802\",\"100\"\n\"2024-07-14T01:00:00.000Z\",\"0.005519\",\"0.004602\",\"100\"\n\"2024-07-14T01:05:00.000Z\",\"0.005554\",\"0.004714\",\"100\"\n\"2024-07-14T01:10:00.000Z\",\"0.0057\",\"0.005344\",\"100\"\n\"2024-07-14T01:15:00.000Z\",\"0.005736\",\"0.004701\",\"100\"\n\"2024-07-14T01:20:00.000Z\",\"0.005603\",\"0.004675\",\"100\"\n\"2024-07-14T01:25:00.000Z\",\"0.005679\",\"0.004725\",\"100\"\n\"2024-07-14T01:30:00.000Z\",\"0.005595\",\"0.004638\",\"100\"\n\"2024-07-14T01:35:00.000Z\",\"0.005694\",\"0.004713\",\"100\"\n\"2024-07-14T01:40:00.000Z\",\"0.005605\",\"0.004667\",\"100\"\n\"2024-07-14T01:45:00.000Z\",\"0.005694\",\"0.004671\",\"100\"\n\"2024-07-14T01:50:00.000Z\",\"0.005926\",\"0.004771\",\"100\"\n\"2024-07-14T01:55:00.000Z\",\"0.00562\",\"0.004666\",\"100\"\n\"2024-07-14T02:00:00.000Z\",\"0.005602\",\"0.004695\",\"100\"\n\"2024-07-14T02:05:00.000Z\",\"0.005684\",\"0.004729\",\"100\"\n\"2024-07-14T02:10:00.000Z\",\"0.005786\",\"0.004736\",\"100\"\n\"2024-07-14T02:15:00.000Z\",\"0.005754\",\"0.004759\",\"100\"\n\"2024-07-14T02:20:00.000Z\",\"0.005681\",\"0.005301\",\"100\"\n\"2024-07-14T02:25:00.000Z\",\"0.005632\",\"0.00467\",\"100\"\n\"2024-07-14T02:30:00.000Z\",\"0.005732\",\"0.004746\",\"100\"\n\"2024-07-14T02:35:00.000Z\",\"0.005634\",\"0.004726\",\"100\"\n\"2024-07-14T02:40:00.000Z\",\"0.005648\",\"0.004672\",\"100\"\n\"2024-07-14T02:45:00.000Z\",\"0.006106\",\"0.004848\",\"100\"\n\"2024-07-14T02:50:00.000Z\",\"0.005579\",\"0.00466\",\"100\"\n\"2024-07-14T02:55:00.000Z\",\"0.005669\",\"0.004736\",\"100\"\n\"2024-07-14T03:00:00.000Z\",\"0.006037\",\"0.004914\",\"100\"\n\"2024-07-14T03:05:00.000Z\",\"0.006297\",\"0.005892\",\"100\"\n\"2024-07-14T03:10:00.000Z\",\"0.00567\",\"0.004686\",\"100\"\n\"2024-07-14T03:15:00.000Z\",\"0.005606\",\"0.004668\",\"100\"\n\"2024-07-14T03:20:00.000Z\",\"0.005706\",\"0.005245\",\"100\"\n\"2024-07-14T03:25:00.000Z\",\"0.005669\",\"0.004741\",\"100\"\n\"2024-07-14T03:30:00.000Z\",\"0.005593\",\"0.004664\",\"100\"\n\"2024-07-14T03:35:00.000Z\",\"0.005629\",\"0.004724\",\"100\"\n\"2024-07-14T03:40:00.000Z\",\"0.005551\",\"0.004664\",\"100\"\n\"2024-07-14T03:45:00.000Z\",\"0.006069\",\"0.004853\",\"100\"\n\"2024-07-14T03:50:00.000Z\",\"0.005697\",\"0.004709\",\"100\"\n\"2024-07-14T03:55:00.000Z\",\"0.005731\",\"0.004706\",\"100\"\n\"2024-07-14T04:00:00.000Z\",\"0.005672\",\"0.004714\",\"100\"\n\"2024-07-14T04:05:00.000Z\",\"0.00566\",\"0.004795\",\"100\"\n\"2024-07-14T04:10:00.000Z\",\"0.005678\",\"0.00474\",\"100\"\n\"2024-07-14T04:15:00.000Z\",\"0.00569\",\"0.004762\",\"100\"\n\"2024-07-14T04:20:00.000Z\",\"0.005599\",\"0.004752\",\"100\"\n\"2024-07-14T04:25:00.000Z\",\"0.005592\",\"0.004628\",\"100\"\n\"2024-07-14T04:30:00.000Z\",\"0.005727\",\"0.00467\",\"100\"\n\"2024-07-14T04:35:00.000Z\",\"0.005602\",\"0.00469\",\"100\"\n\"2024-07-14T04:40:00.000Z\",\"0.006114\",\"0.00475\",\"100\"\n\"2024-07-14T04:45:00.000Z\",\"0.005756\",\"0.004766\",\"100\"\n\"2024-07-14T04:50:00.000Z\",\"0.005679\",\"0.0053\",\"100\"\n\"2024-07-14T04:55:00.000Z\",\"0.005674\",\"0.004713\",\"100\"\n\"2024-07-14T05:00:00.000Z\",\"0.005641\",\"0.004718\",\"100\"\n\"2024-07-14T05:05:00.000Z\",\"0.005528\",\"0.004585\",\"100\"\n\"2024-07-14T05:10:00.000Z\",\"0.005684\",\"0.004756\",\"100\"\n\"2024-07-14T05:15:00.000Z\",\"0.005623\",\"0.004693\",\"100\"\n\"2024-07-14T05:20:00.000Z\",\"0.00569\",\"0.004755\",\"100\"\n\"2024-07-14T05:25:00.000Z\",\"0.005646\",\"0.004717\",\"100\"\n\"2024-07-14T05:30:00.000Z\",\"0.00557\",\"0.004684\",\"100\"\n\"2024-07-14T05:35:00.000Z\",\"0.005648\",\"0.004807\",\"100\"\n\"2024-07-14T05:40:00.000Z\",\"0.00607\",\"0.004758\",\"100\"\n\"2024-07-14T05:45:00.000Z\",\"0.005658\",\"0.004726\",\"100\"\n\"2024-07-14T05:50:00.000Z\",\"0.005729\",\"0.00476\",\"100\"\n\"2024-07-14T05:55:00.000Z\",\"0.005647\",\"0.004719\",\"100\"\n\"2024-07-14T06:00:00.000Z\",\"0.00562\",\"0.00472\",\"100\"\n\"2024-07-14T06:05:00.000Z\",\"0.005675\",\"0.005314\",\"100\"\n\"2024-07-14T06:10:00.000Z\",\"0.00555\",\"0.004658\",\"100\"\n\"2024-07-14T06:15:00.000Z\",\"0.005688\",\"0.004708\",\"100\"\n\"2024-07-14T06:20:00.000Z\",\"0.005569\",\"0.004682\",\"100\"\n\"2024-07-14T06:25:00.000Z\",\"0.005646\",\"0.004791\",\"100\"\n\"2024-07-14T06:30:00.000Z\",\"0.005719\",\"0.004707\",\"100\"\n\"2024-07-14T06:35:00.000Z\",\"0.005728\",\"0.004728\",\"100\"\n\"2024-07-14T06:40:00.000Z\",\"0.006162\",\"0.004844\",\"100\"\n\"2024-07-14T06:45:00.000Z\",\"0.006474\",\"0.006146\",\"100\"\n\"2024-07-14T06:50:00.000Z\",\"0.005532\",\"0.004608\",\"100\"\n\"2024-07-14T06:55:00.000Z\",\"0.005586\",\"0.004757\",\"100\"\n\"2024-07-14T07:00:00.000Z\",\"0.005444\",\"0.004628\",\"100\"\n\"2024-07-14T07:05:00.000Z\",\"0.005694\",\"0.004771\",\"100\"\n\"2024-07-14T07:10:00.000Z\",\"0.005721\",\"0.004844\",\"100\"\n\"2024-07-14T07:15:00.000Z\",\"0.005659\",\"0.00473\",\"100\"\n\"2024-07-14T07:20:00.000Z\",\"0.005637\",\"0.004724\",\"100\"\n\"2024-07-14T07:25:00.000Z\",\"0.005829\",\"0.005352\",\"100\"\n\"2024-07-14T07:30:00.000Z\",\"0.005551\",\"0.004629\",\"100\"\n\"2024-07-14T07:35:00.000Z\",\"0.005829\",\"0.004724\",\"100\"\n\"2024-07-14T07:40:00.000Z\",\"0.005964\",\"0.004903\",\"100\"\n\"2024-07-14T07:45:00.000Z\",\"0.005653\",\"0.004752\",\"100\"\n\"2024-07-14T07:50:00.000Z\",\"0.005651\",\"0.004698\",\"100\"\n\"2024-07-14T07:55:00.000Z\",\"0.00571\",\"0.004745\",\"100\"\n\"2024-07-14T08:00:00.000Z\",\"0.005579\",\"0.004708\",\"100\"\n\"2024-07-14T08:05:00.000Z\",\"0.005679\",\"0.004734\",\"100\"\n\"2024-07-14T08:10:00.000Z\",\"0.005571\",\"0.004662\",\"100\"\n\"2024-07-14T08:15:00.000Z\",\"0.005673\",\"0.004733\",\"100\"\n\"2024-07-14T08:20:00.000Z\",\"0.005594\",\"0.004685\",\"100\"\n\"2024-07-14T08:25:00.000Z\",\"0.005769\",\"0.004781\",\"100\"\n\"2024-07-14T08:30:00.000Z\",\"0.005608\",\"0.004694\",\"100\"\n\"2024-07-14T08:35:00.000Z\",\"0.00565\",\"0.004733\",\"100\"\n\"2024-07-14T08:40:00.000Z\",\"0.006158\",\"0.005403\",\"100\"\n\"2024-07-14T08:45:00.000Z\",\"0.005636\",\"0.0047\",\"100\"\n\"2024-07-14T08:50:00.000Z\",\"0.005642\",\"0.004648\",\"100\"\n\"2024-07-14T08:55:00.000Z\",\"0.00566\",\"0.004742\",\"100\"\n\"2024-07-14T09:00:00.000Z\",\"0.005563\",\"0.004638\",\"100\"\n\"2024-07-14T09:05:00.000Z\",\"0.005691\",\"0.004727\",\"100\"\n\"2024-07-14T09:10:00.000Z\",\"0.005542\",\"0.004597\",\"100\"\n\"2024-07-14T09:15:00.000Z\",\"0.005869\",\"0.004866\",\"100\"\n\"2024-07-14T09:20:00.000Z\",\"0.005714\",\"0.004651\",\"100\"\n\"2024-07-14T09:25:00.000Z\",\"0.005661\",\"0.004757\",\"100\"\n\"2024-07-14T09:30:00.000Z\",\"0.005703\",\"0.004735\",\"100\"\n\"2024-07-14T09:35:00.000Z\",\"0.005581\",\"0.004697\",\"100\"\n\"2024-07-14T09:40:00.000Z\",\"0.006037\",\"0.004856\",\"100\"\n\"2024-07-14T09:45:00.000Z\",\"0.005739\",\"0.005313\",\"100\"\n\"2024-07-14T09:50:00.000Z\",\"0.005651\",\"0.004687\",\"100\"\n\"2024-07-14T09:55:00.000Z\",\"0.00561\",\"0.004755\",\"100\"\n\"2024-07-14T10:00:00.000Z\",\"0.00567\",\"0.004741\",\"100\"\n\"2024-07-14T10:05:00.000Z\",\"0.005566\",\"0.004671\",\"100\"\n\"2024-07-14T10:10:00.000Z\",\"0.0057\",\"0.004684\",\"100\"\n\"2024-07-14T10:15:00.000Z\",\"0.005662\",\"0.004743\",\"100\"\n\"2024-07-14T10:20:00.000Z\",\"0.005585\",\"0.004679\",\"100\"\n\"2024-07-14T10:25:00.000Z\",\"0.005843\",\"0.004802\",\"100\"\n\"2024-07-14T10:30:00.000Z\",\"0.00553\",\"0.004601\",\"100\"\n\"2024-07-14T10:35:00.000Z\",\"0.005755\",\"0.004744\",\"100\"\n\"2024-07-14T10:40:00.000Z\",\"0.006127\",\"0.004824\",\"100\"\n\"2024-07-14T10:45:00.000Z\",\"0.006676\",\"0.006795\",\"100\"\n\"2024-07-14T10:50:00.000Z\",\"0.005631\",\"0.004723\",\"100\"\n\"2024-07-14T10:55:00.000Z\",\"0.005643\",\"0.004722\",\"100\"\n\"2024-07-14T11:00:00.000Z\",\"0.005607\",\"0.004667\",\"100\"\n\"2024-07-14T11:05:00.000Z\",\"0.005718\",\"0.004811\",\"100\"\n\"2024-07-14T11:10:00.000Z\",\"0.005649\",\"0.004658\",\"100\"\n\"2024-07-14T11:15:00.000Z\",\"0.005796\",\"0.004828\",\"100\"\n\"2024-07-14T11:20:00.000Z\",\"0.00554\",\"0.0047\",\"100\"\n\"2024-07-14T11:25:00.000Z\",\"0.005702\",\"0.004803\",\"100\"\n\"2024-07-14T11:30:00.000Z\",\"0.005752\",\"0.004693\",\"100\"\n\"2024-07-14T11:35:00.000Z\",\"0.005615\",\"0.004743\",\"100\"\n\"2024-07-14T11:40:00.000Z\",\"0.006083\",\"0.004748\",\"100\"\n\"2024-07-14T11:45:00.000Z\",\"0.005494\",\"0.004598\",\"100\"\n\"2024-07-14T11:50:00.000Z\",\"0.005673\",\"0.004743\",\"100\"\n\"2024-07-14T11:55:00.000Z\",\"0.005668\",\"0.004768\",\"100\"\n\"2024-07-14T12:00:00.000Z\",\"0.005725\",\"0.005303\",\"100\"\n\"2024-07-14T12:05:00.000Z\",\"0.005704\",\"0.004721\",\"100\"\n\"2024-07-14T12:10:00.000Z\",\"0.005506\",\"0.004667\",\"100\"\n\"2024-07-14T12:15:00.000Z\",\"0.005768\",\"0.004759\",\"100\"\n\"2024-07-14T12:20:00.000Z\",\"0.005573\",\"0.004634\",\"100\"\n\"2024-07-14T12:25:00.000Z\",\"0.005649\",\"0.004692\",\"100\"\n\"2024-07-14T12:30:00.000Z\",\"0.00566\",\"0.004701\",\"100\"\n\"2024-07-14T12:35:00.000Z\",\"0.006099\",\"0.004889\",\"100\"\n\"2024-07-14T12:40:00.000Z\",\"0.005566\",\"0.004669\",\"100\"\n\"2024-07-14T12:45:00.000Z\",\"0.005684\",\"0.004718\",\"100\"\n\"2024-07-14T12:50:00.000Z\",\"0.005547\",\"0.004678\",\"100\"\n\"2024-07-14T12:55:00.000Z\",\"0.005634\",\"0.0047\",\"100\"\n\"2024-07-14T13:00:00.000Z\",\"0.005956\",\"0.005357\",\"100\"\n\"2024-07-14T13:05:00.000Z\",\"0.005527\",\"0.004629\",\"100\"\n\"2024-07-14T13:10:00.000Z\",\"0.00563\",\"0.004706\",\"100\"\n\"2024-07-14T13:15:00.000Z\",\"0.005742\",\"0.004751\",\"100\"\n\"2024-07-14T13:20:00.000Z\",\"0.005601\",\"0.004705\",\"100\"\n\"2024-07-14T13:25:00.000Z\",\"0.005785\",\"0.004772\",\"100\"\n\"2024-07-14T13:30:00.000Z\",\"0.005588\",\"0.004679\",\"100\"\n\"2024-07-14T13:35:00.000Z\",\"0.006032\",\"0.004847\",\"100\"\n\"2024-07-14T13:40:00.000Z\",\"0.005565\",\"0.004625\",\"100\"\n\"2024-07-14T13:45:00.000Z\",\"0.005583\",\"0.004682\",\"100\"\n\"2024-07-14T13:50:00.000Z\",\"0.005683\",\"0.004688\",\"100\"\n\"2024-07-14T13:55:00.000Z\",\"0.005658\",\"0.004761\",\"100\"\n\"2024-07-14T14:00:00.000Z\",\"0.005613\",\"0.004676\",\"100\"\n\"2024-07-14T14:05:00.000Z\",\"0.005747\",\"0.004715\",\"100\"\n\"2024-07-14T14:10:00.000Z\",\"0.005594\",\"0.004706\",\"100\"\n\"2024-07-14T14:15:00.000Z\",\"0.005613\",\"0.004678\",\"100\"\n\"2024-07-14T14:20:00.000Z\",\"0.005714\",\"0.005283\",\"100\"\n\"2024-07-14T14:25:00.000Z\",\"0.00578\",\"0.004771\",\"100\"\n\"2024-07-14T14:30:00.000Z\",\"0.006035\",\"0.004801\",\"100\"\n\"2024-07-14T14:35:00.000Z\",\"0.005792\",\"0.00474\",\"100\"\n\"2024-07-14T14:40:00.000Z\",\"0.005602\",\"0.004707\",\"100\"\n\"2024-07-14T14:45:00.000Z\",\"0.005613\",\"0.004716\",\"100\"\n\"2024-07-14T14:50:00.000Z\",\"0.005588\",\"0.00465\",\"100\"\n\"2024-07-14T14:55:00.000Z\",\"0.006511\",\"0.006111\",\"100\"\n\"2024-07-14T15:00:00.000Z\",\"0.005724\",\"0.004808\",\"100\"\n\"2024-07-14T15:05:00.000Z\",\"0.005575\",\"0.004712\",\"100\"\n\"2024-07-14T15:10:00.000Z\",\"0.005527\",\"0.004623\",\"100\"\n\"2024-07-14T15:15:00.000Z\",\"0.005739\",\"0.004783\",\"100\"\n\"2024-07-14T15:20:00.000Z\",\"0.005641\",\"0.004721\",\"100\"\n\"2024-07-14T15:25:00.000Z\",\"0.006208\",\"0.004829\",\"100\"\n\"2024-07-14T15:30:00.000Z\",\"0.005695\",\"0.004744\",\"100\"\n\"2024-07-14T15:35:00.000Z\",\"0.005704\",\"0.005326\",\"100\"\n\"2024-07-14T15:40:00.000Z\",\"0.005566\",\"0.0046\",\"100\"\n\"2024-07-14T15:45:00.000Z\",\"0.005698\",\"0.004725\",\"100\"\n\"2024-07-14T15:50:00.000Z\",\"0.00557\",\"0.004638\",\"100\"\n\"2024-07-14T15:55:00.000Z\",\"0.005707\",\"0.004809\",\"100\"\n\"2024-07-14T16:00:00.000Z\",\"0.00565\",\"0.004737\",\"100\"\n\"2024-07-14T16:05:00.000Z\",\"0.005576\",\"0.004668\",\"100\"\n\"2024-07-14T16:10:00.000Z\",\"0.005678\",\"0.004728\",\"100\"\n\"2024-07-14T16:15:00.000Z\",\"0.005719\",\"0.004704\",\"100\"\n\"2024-07-14T16:20:00.000Z\",\"0.00559\",\"0.004633\",\"100\"\n\"2024-07-14T16:25:00.000Z\",\"0.00614\",\"0.004883\",\"100\"\n\"2024-07-14T16:30:00.000Z\",\"0.005656\",\"0.004635\",\"100\"\n\"2024-07-14T16:35:00.000Z\",\"0.005684\",\"0.004712\",\"100\"\n\"2024-07-14T16:40:00.000Z\",\"0.005598\",\"0.00469\",\"100\"\n\"2024-07-14T16:45:00.000Z\",\"0.005782\",\"0.004799\",\"100\"\n\"2024-07-14T16:50:00.000Z\",\"0.005487\",\"0.004638\",\"100\"\n\"2024-07-14T16:55:00.000Z\",\"0.005689\",\"0.004725\",\"100\"\n\"2024-07-14T17:00:00.000Z\",\"0.005715\",\"0.005278\",\"100\"\n\"2024-07-14T17:05:00.000Z\",\"0.005692\",\"0.004778\",\"100\"\n\"2024-07-14T17:10:00.000Z\",\"0.005739\",\"0.00473\",\"100\"\n\"2024-07-14T17:15:00.000Z\",\"0.005711\",\"0.004763\",\"100\"\n\"2024-07-14T17:20:00.000Z\",\"0.005895\",\"0.004694\",\"100\"\n\"2024-07-14T17:25:00.000Z\",\"0.005735\",\"0.004792\",\"100\"\n\"2024-07-14T17:30:00.000Z\",\"0.005723\",\"0.004729\",\"100\"\n\"2024-07-14T17:35:00.000Z\",\"0.005611\",\"0.004726\",\"100\"\n\"2024-07-14T17:40:00.000Z\",\"0.005603\",\"0.004632\",\"100\"\n\"2024-07-14T17:45:00.000Z\",\"0.005549\",\"0.004687\",\"100\"\n\"2024-07-14T17:50:00.000Z\",\"0.005637\",\"0.004697\",\"100\"\n\"2024-07-14T17:55:00.000Z\",\"0.005694\",\"0.004717\",\"100\"\n\"2024-07-14T18:00:00.000Z\",\"0.005726\",\"0.004818\",\"100\"\n\"2024-07-14T18:05:00.000Z\",\"0.005812\",\"0.004787\",\"100\"\n\"2024-07-14T18:10:00.000Z\",\"0.005678\",\"0.004718\",\"100\"\n\"2024-07-14T18:15:00.000Z\",\"0.005607\",\"0.004754\",\"100\"\n\"2024-07-14T18:20:00.000Z\",\"0.005735\",\"0.005242\",\"100\"\n\"2024-07-14T18:25:00.000Z\",\"0.006114\",\"0.004886\",\"100\"\n\"2024-07-14T18:30:00.000Z\",\"0.005621\",\"0.00466\",\"100\"\n\"2024-07-14T18:35:00.000Z\",\"0.005629\",\"0.004761\",\"100\"\n\"2024-07-14T18:40:00.000Z\",\"0.005609\",\"0.004691\",\"100\"\n\"2024-07-14T18:45:00.000Z\",\"0.005731\",\"0.00477\",\"100\"\n\"2024-07-14T18:50:00.000Z\",\"0.005534\",\"0.004609\",\"100\"\n\"2024-07-14T18:55:00.000Z\",\"0.005598\",\"0.004724\",\"100\"\n\"2024-07-14T19:00:00.000Z\",\"0.005693\",\"0.004669\",\"100\"\n\"2024-07-14T19:05:00.000Z\",\"0.005713\",\"0.004768\",\"100\"\n\"2024-07-14T19:10:00.000Z\",\"0.005571\",\"0.004608\",\"100\"\n\"2024-07-14T19:15:00.000Z\",\"0.005723\",\"0.00476\",\"100\"\n\"2024-07-14T19:20:00.000Z\",\"0.006594\",\"0.006122\",\"100\"\n\"2024-07-14T19:25:00.000Z\",\"0.006061\",\"0.004808\",\"100\"\n\"2024-07-14T19:30:00.000Z\",\"0.005505\",\"0.004565\",\"100\"\n\"2024-07-14T19:35:00.000Z\",\"0.005771\",\"0.005387\",\"100\"\n\"2024-07-14T19:40:00.000Z\",\"0.005596\",\"0.004672\",\"100\"\n\"2024-07-14T19:45:00.000Z\",\"0.005693\",\"0.004671\",\"100\"\n\"2024-07-14T19:50:00.000Z\",\"0.005587\",\"0.004653\",\"100\"\n\"2024-07-14T19:55:00.000Z\",\"0.005723\",\"0.004866\",\"100\"\n\"2024-07-14T20:00:00.000Z\",\"0.005688\",\"0.004791\",\"100\"\n\"2024-07-14T20:05:00.000Z\",\"0.0057\",\"0.004796\",\"100\"\n\"2024-07-14T20:10:00.000Z\",\"0.005501\",\"0.004634\",\"100\"\n\"2024-07-14T20:15:00.000Z\",\"0.005685\",\"0.004751\",\"100\"\n\"2024-07-14T20:20:00.000Z\",\"0.005651\",\"0.004748\",\"100\"\n\"2024-07-14T20:25:00.000Z\",\"0.005667\",\"0.004722\",\"100\"\n\"2024-07-14T20:30:00.000Z\",\"0.00604\",\"0.004707\",\"100\"\n\"2024-07-14T20:35:00.000Z\",\"0.005651\",\"0.004771\",\"100\"\n\"2024-07-14T20:40:00.000Z\",\"0.005755\",\"0.005295\",\"100\"\n\"2024-07-14T20:45:00.000Z\",\"0.005574\",\"0.004664\",\"100\"\n\"2024-07-14T20:50:00.000Z\",\"0.00554\",\"0.004635\",\"100\"\n\"2024-07-14T20:55:00.000Z\",\"0.005695\",\"0.004738\",\"100\"\n\"2024-07-14T21:00:00.000Z\",\"0.005598\",\"0.004618\",\"100\"\n\"2024-07-14T21:05:00.000Z\",\"0.005707\",\"0.004772\",\"100\"\n\"2024-07-14T21:10:00.000Z\",\"0.005555\",\"0.004636\",\"100\"\n\"2024-07-14T21:15:00.000Z\",\"0.005778\",\"0.00473\",\"100\"\n\"2024-07-14T21:20:00.000Z\",\"0.005582\",\"0.00465\",\"100\"\n\"2024-07-14T21:25:00.000Z\",\"0.006035\",\"0.004851\",\"100\"\n\"2024-07-14T21:30:00.000Z\",\"0.005596\",\"0.004636\",\"100\"\n\"2024-07-14T21:35:00.000Z\",\"0.005739\",\"0.004757\",\"100\"\n\"2024-07-14T21:40:00.000Z\",\"0.005585\",\"0.004672\",\"100\"\n\"2024-07-14T21:45:00.000Z\",\"0.005756\",\"0.004828\",\"100\"\n\"2024-07-14T21:50:00.000Z\",\"0.005704\",\"0.005224\",\"100\"\n\"2024-07-14T21:55:00.000Z\",\"0.005704\",\"0.004803\",\"100\"\n\"2024-07-14T22:00:00.000Z\",\"0.005468\",\"0.004623\",\"100\"\n\"2024-07-14T22:05:00.000Z\",\"0.005573\",\"0.004677\",\"100\"\n\"2024-07-14T22:10:00.000Z\",\"0.005683\",\"0.00473\",\"100\"\n\"2024-07-14T22:15:00.000Z\",\"0.00546\",\"0.004667\",\"100\"\n\"2024-07-14T22:20:00.000Z\",\"0.006118\",\"0.004724\",\"100\"\n\"2024-07-14T22:25:00.000Z\",\"0.005656\",\"0.00482\",\"100\"\n\"2024-07-14T22:30:00.000Z\",\"0.00561\",\"0.004645\",\"100\"\n\"2024-07-14T22:35:00.000Z\",\"0.005736\",\"0.004768\",\"100\"\n\"2024-07-14T22:40:00.000Z\",\"0.005568\",\"0.004674\",\"100\"\n\"2024-07-14T22:45:00.000Z\",\"0.005614\",\"0.004678\",\"100\"\n\"2024-07-14T22:50:00.000Z\",\"0.005624\",\"0.004736\",\"100\"\n\"2024-07-14T22:55:00.000Z\",\"0.005558\",\"0.004715\",\"100\"\n\"2024-07-14T23:00:00.000Z\",\"0.005625\",\"0.004681\",\"100\"\n\"2024-07-14T23:05:00.000Z\",\"0.005675\",\"0.004699\",\"100\"\n\"2024-07-14T23:10:00.000Z\",\"0.005652\",\"0.004726\",\"100\"\n\"2024-07-14T23:15:00.000Z\",\"0.005638\",\"0.004716\",\"100\"\n\"2024-07-14T23:20:00.000Z\",\"0.006133\",\"0.005389\",\"100\"\n\"2024-07-14T23:25:00.000Z\",\"0.005578\",\"0.004736\",\"100\"\n\"2024-07-14T23:30:00.000Z\",\"0.005598\",\"0.004661\",\"100\"\n\"2024-07-14T23:35:00.000Z\",\"0.005765\",\"0.004755\",\"100\"\n\"2024-07-14T23:40:00.000Z\",\"0.006463\",\"0.006087\",\"100\"\n\"2024-07-14T23:45:00.000Z\",\"0.00563\",\"0.004723\",\"100\"\n\"2024-07-14T23:50:00.000Z\",\"0.005552\",\"0.004692\",\"100\"\n\"2024-07-14T23:55:00.000Z\",\"0.005696\",\"0.004744\",\"100\"\n\"2024-07-15T00:00:00.000Z\",\"0.00577\",\"0.004712\",\"100\"\n\"2024-07-15T00:05:00.000Z\",\"0.005609\",\"0.004713\",\"100\"\n\"2024-07-15T00:10:00.000Z\",\"0.005576\",\"0.004609\",\"100\"\n\"2024-07-15T00:15:00.000Z\",\"0.005713\",\"0.004773\",\"100\"\n\"2024-07-15T00:20:00.000Z\",\"0.005593\",\"0.004716\",\"100\"\n\"2024-07-15T00:25:00.000Z\",\"0.00598\",\"0.004744\",\"100\"\n\"2024-07-15T00:30:00.000Z\",\"0.005569\",\"0.004685\",\"100\"\n\"2024-07-15T00:35:00.000Z\",\"0.005711\",\"0.004749\",\"100\"\n\"2024-07-15T00:40:00.000Z\",\"0.00554\",\"0.004667\",\"100\"\n\"2024-07-15T00:45:00.000Z\",\"0.005894\",\"0.005456\",\"100\"\n\"2024-07-15T00:50:00.000Z\",\"0.005628\",\"0.004703\",\"100\"\n\"2024-07-15T00:55:00.000Z\",\"0.005778\",\"0.004722\",\"100\"\n\"2024-07-15T01:00:00.000Z\",\"0.005586\",\"0.004728\",\"100\"\n\"2024-07-15T01:05:00.000Z\",\"0.005605\",\"0.004683\",\"100\"\n\"2024-07-15T01:10:00.000Z\",\"0.005546\",\"0.00465\",\"100\"\n\"2024-07-15T01:15:00.000Z\",\"0.005555\",\"0.004665\",\"100\"\n\"2024-07-15T01:20:00.000Z\",\"0.00603\",\"0.004791\",\"100\"\n\"2024-07-15T01:25:00.000Z\",\"0.005631\",\"0.004767\",\"100\"\n\"2024-07-15T01:30:00.000Z\",\"0.005653\",\"0.004694\",\"100\"\n\"2024-07-15T01:35:00.000Z\",\"0.005729\",\"0.004755\",\"100\"\n\"2024-07-15T01:40:00.000Z\",\"0.005429\",\"0.004567\",\"100\"\n\"2024-07-15T01:45:00.000Z\",\"0.005744\",\"0.004737\",\"100\"\n\"2024-07-15T01:50:00.000Z\",\"0.005663\",\"0.004758\",\"100\"\n\"2024-07-15T01:55:00.000Z\",\"0.005695\",\"0.004737\",\"100\"\n\"2024-07-15T02:00:00.000Z\",\"0.005668\",\"0.005341\",\"100\"\n\"2024-07-15T02:05:00.000Z\",\"0.005658\",\"0.004703\",\"100\"\n\"2024-07-15T02:10:00.000Z\",\"0.005526\",\"0.004599\",\"100\"\n\"2024-07-15T02:15:00.000Z\",\"0.005683\",\"0.004706\",\"100\"\n\"2024-07-15T02:20:00.000Z\",\"0.005972\",\"0.004769\",\"100\"\n\"2024-07-15T02:25:00.000Z\",\"0.005656\",\"0.004689\",\"100\"\n\"2024-07-15T02:30:00.000Z\",\"0.005796\",\"0.00471\",\"100\"\n\"2024-07-15T02:35:00.000Z\",\"0.005745\",\"0.004793\",\"100\"\n\"2024-07-15T02:40:00.000Z\",\"0.005542\",\"0.004601\",\"100\"\n\"2024-07-15T02:45:00.000Z\",\"0.005679\",\"0.004721\",\"100\"\n\"2024-07-15T02:50:00.000Z\",\"0.005559\",\"0.004627\",\"100\"\n\"2024-07-15T02:55:00.000Z\",\"0.005628\",\"0.004733\",\"100\"\n\"2024-07-15T03:00:00.000Z\",\"0.005696\",\"0.004695\",\"100\"\n\"2024-07-15T03:05:00.000Z\",\"0.005558\",\"0.004697\",\"100\"\n\"2024-07-15T03:10:00.000Z\",\"0.005693\",\"0.005214\",\"100\"\n\"2024-07-15T03:15:00.000Z\",\"0.005952\",\"0.004806\",\"100\"\n\"2024-07-15T03:20:00.000Z\",\"0.005618\",\"0.004685\",\"100\"\n\"2024-07-15T03:25:00.000Z\",\"0.005755\",\"0.004684\",\"100\"\n\"2024-07-15T03:30:00.000Z\",\"0.005723\",\"0.004714\",\"100\"\n\"2024-07-15T03:35:00.000Z\",\"0.005694\",\"0.00472\",\"100\"\n\"2024-07-15T03:40:00.000Z\",\"0.005532\",\"0.004635\",\"100\"\n\"2024-07-15T03:45:00.000Z\",\"0.005635\",\"0.004702\",\"100\"\n\"2024-07-15T03:50:00.000Z\",\"0.005528\",\"0.004603\",\"100\"\n\"2024-07-15T03:55:00.000Z\",\"0.006505\",\"0.006247\",\"100\"\n\"2024-07-15T04:00:00.000Z\",\"0.0056\",\"0.00467\",\"100\"\n\"2024-07-15T04:05:00.000Z\",\"0.005803\",\"0.004826\",\"100\"\n\"2024-07-15T04:10:00.000Z\",\"0.005908\",\"0.004788\",\"100\"\n\"2024-07-15T04:15:00.000Z\",\"0.005742\",\"0.004781\",\"100\"\n\"2024-07-15T04:20:00.000Z\",\"0.005682\",\"0.005239\",\"100\"\n\"2024-07-15T04:25:00.000Z\",\"0.005807\",\"0.004838\",\"100\"\n\"2024-07-15T04:30:00.000Z\",\"0.005586\",\"0.004664\",\"100\"\n\"2024-07-15T04:35:00.000Z\",\"0.00555\",\"0.004724\",\"100\"\n\"2024-07-15T04:40:00.000Z\",\"0.005649\",\"0.004737\",\"100\"\n\"2024-07-15T04:45:00.000Z\",\"0.005686\",\"0.004846\",\"100\"\n\"2024-07-15T04:50:00.000Z\",\"0.005558\",\"0.004671\",\"100\"\n\"2024-07-15T04:55:00.000Z\",\"0.005629\",\"0.004724\",\"100\"\n\"2024-07-15T05:00:00.000Z\",\"0.0055\",\"0.004599\",\"100\"\n\"2024-07-15T05:05:00.000Z\",\"0.006094\",\"0.004853\",\"100\"\n\"2024-07-15T05:10:00.000Z\",\"0.005488\",\"0.004599\",\"100\"\n\"2024-07-15T05:15:00.000Z\",\"0.005685\",\"0.004768\",\"100\"\n\"2024-07-15T05:20:00.000Z\",\"0.005623\",\"0.004612\",\"100\"\n\"2024-07-15T05:25:00.000Z\",\"0.0057\",\"0.004759\",\"100\"\n\"2024-07-15T05:30:00.000Z\",\"0.005618\",\"0.004701\",\"100\"\n\"2024-07-15T05:35:00.000Z\",\"0.005681\",\"0.004714\",\"100\"\n\"2024-07-15T05:40:00.000Z\",\"0.005586\",\"0.004625\",\"100\"\n\"2024-07-15T05:45:00.000Z\",\"0.005719\",\"0.005285\",\"100\"\n\"2024-07-15T05:50:00.000Z\",\"0.005503\",\"0.004595\",\"100\"\n\"2024-07-15T05:55:00.000Z\",\"0.005748\",\"0.004797\",\"100\"\n\"2024-07-15T06:00:00.000Z\",\"0.005999\",\"0.004716\",\"100\"\n\"2024-07-15T06:05:00.000Z\",\"0.005655\",\"0.004787\",\"100\"\n\"2024-07-15T06:10:00.000Z\",\"0.005562\",\"0.00464\",\"100\"\n\"2024-07-15T06:15:00.000Z\",\"0.005723\",\"0.004755\",\"100\"\n\"2024-07-15T06:20:00.000Z\",\"0.005632\",\"0.004746\",\"100\"\n\"2024-07-15T06:25:00.000Z\",\"0.00564\",\"0.004726\",\"100\"\n\"2024-07-15T06:30:00.000Z\",\"0.005652\",\"0.004668\",\"100\"\n\"2024-07-15T06:35:00.000Z\",\"0.005656\",\"0.004725\",\"100\"\n\"2024-07-15T06:40:00.000Z\",\"0.005624\",\"0.004653\",\"100\"\n\"2024-07-15T06:45:00.000Z\",\"0.005605\",\"0.004769\",\"100\"\n\"2024-07-15T06:50:00.000Z\",\"0.005522\",\"0.004632\",\"100\"\n\"2024-07-15T06:55:00.000Z\",\"0.005886\",\"0.004829\",\"100\"\n\"2024-07-15T07:00:00.000Z\",\"0.006077\",\"0.005368\",\"100\"\n\"2024-07-15T07:05:00.000Z\",\"0.005718\",\"0.004783\",\"100\"\n\"2024-07-15T07:10:00.000Z\",\"0.005567\",\"0.004621\",\"100\"\n\"2024-07-15T07:15:00.000Z\",\"0.005524\",\"0.004648\",\"100\"\n\"2024-07-15T07:20:00.000Z\",\"0.005604\",\"0.004708\",\"100\"\n\"2024-07-15T07:25:00.000Z\",\"0.005606\",\"0.004749\",\"100\"\n\"2024-07-15T07:30:00.000Z\",\"0.005567\",\"0.004649\",\"100\"\n\"2024-07-15T07:35:00.000Z\",\"0.005665\",\"0.004778\",\"100\"\n\"2024-07-15T07:40:00.000Z\",\"0.005612\",\"0.004713\",\"100\"\n\"2024-07-15T07:45:00.000Z\",\"0.006667\",\"0.006247\",\"100\"\n\"2024-07-15T07:50:00.000Z\",\"0.005536\",\"0.004644\",\"100\"\n\"2024-07-15T07:55:00.000Z\",\"0.005978\",\"0.004731\",\"100\"\n\"2024-07-15T08:00:00.000Z\",\"0.005648\",\"0.004702\",\"100\"\n\"2024-07-15T08:05:00.000Z\",\"0.005666\",\"0.004789\",\"100\"\n\"2024-07-15T08:10:00.000Z\",\"0.00555\",\"0.004643\",\"100\"\n\"2024-07-15T08:15:00.000Z\",\"0.005662\",\"0.004748\",\"100\"\n\"2024-07-15T08:20:00.000Z\",\"0.00561\",\"0.00526\",\"100\"\n\"2024-07-15T08:25:00.000Z\",\"0.005616\",\"0.004687\",\"100\"\n\"2024-07-15T08:30:00.000Z\",\"0.005666\",\"0.004678\",\"100\"\n\"2024-07-15T08:35:00.000Z\",\"0.005732\",\"0.004719\",\"100\"\n\"2024-07-15T08:40:00.000Z\",\"0.005533\",\"0.004679\",\"100\"\n\"2024-07-15T08:45:00.000Z\",\"0.005797\",\"0.004776\",\"100\"\n\"2024-07-15T08:50:00.000Z\",\"0.005635\",\"0.004707\",\"100\"\n\"2024-07-15T08:55:00.000Z\",\"0.005591\",\"0.004629\",\"100\"\n\"2024-07-15T09:00:00.000Z\",\"0.006031\",\"0.004793\",\"100\"\n\"2024-07-15T09:05:00.000Z\",\"0.005606\",\"0.004727\",\"100\"\n\"2024-07-15T09:10:00.000Z\",\"0.00552\",\"0.004623\",\"100\"\n\"2024-07-15T09:15:00.000Z\",\"0.005661\",\"0.004732\",\"100\"\n\"2024-07-15T09:20:00.000Z\",\"0.005652\",\"0.004731\",\"100\"\n\"2024-07-15T09:25:00.000Z\",\"0.005588\",\"0.004644\",\"100\"\n\"2024-07-15T09:30:00.000Z\",\"0.005826\",\"0.004837\",\"100\"\n\"2024-07-15T09:35:00.000Z\",\"0.005633\",\"0.004672\",\"100\"\n\"2024-07-15T09:40:00.000Z\",\"0.005523\",\"0.004664\",\"100\"\n\"2024-07-15T09:45:00.000Z\",\"0.005497\",\"0.004622\",\"100\"\n\"2024-07-15T09:50:00.000Z\",\"0.005832\",\"0.005391\",\"100\"\n\"2024-07-15T09:55:00.000Z\",\"0.005936\",\"0.004758\",\"100\"\n\"2024-07-15T10:00:00.000Z\",\"0.005759\",\"0.004822\",\"100\"\n\"2024-07-15T10:05:00.000Z\",\"0.005591\",\"0.004729\",\"100\"\n\"2024-07-15T10:10:00.000Z\",\"0.005493\",\"0.004661\",\"100\"\n\"2024-07-15T10:15:00.000Z\",\"0.005625\",\"0.004777\",\"100\"\n\"2024-07-15T10:20:00.000Z\",\"0.005812\",\"0.004729\",\"100\"\n\"2024-07-15T10:25:00.000Z\",\"0.00553\",\"0.004655\",\"100\"\n\"2024-07-15T10:30:00.000Z\",\"0.005643\",\"0.004737\",\"100\"\n\"2024-07-15T10:35:00.000Z\",\"0.005642\",\"0.004727\",\"100\"\n\"2024-07-15T10:40:00.000Z\",\"0.00551\",\"0.004693\",\"100\"\n\"2024-07-15T10:45:00.000Z\",\"0.005657\",\"0.004696\",\"100\"\n\"2024-07-15T10:50:00.000Z\",\"0.006054\",\"0.004778\",\"100\"\n\"2024-07-15T10:55:00.000Z\",\"0.005676\",\"0.004749\",\"100\"\n\"2024-07-15T11:00:00.000Z\",\"0.00563\",\"0.005262\",\"100\"\n\"2024-07-15T11:05:00.000Z\",\"0.005599\",\"0.00473\",\"100\"\n\"2024-07-15T11:10:00.000Z\",\"0.005695\",\"0.004661\",\"100\"\n\"2024-07-15T11:15:00.000Z\",\"0.005647\",\"0.004743\",\"100\"\n\"2024-07-15T11:20:00.000Z\",\"0.005612\",\"0.004702\",\"100\"\n\"2024-07-15T11:25:00.000Z\",\"0.005668\",\"0.004702\",\"100\"\n\"2024-07-15T11:30:00.000Z\",\"0.00568\",\"0.004724\",\"100\"\n\"2024-07-15T11:35:00.000Z\",\"0.005665\",\"0.00476\",\"100\"\n\"2024-07-15T11:40:00.000Z\",\"0.005581\",\"0.004716\",\"100\"\n\"2024-07-15T11:45:00.000Z\",\"0.005572\",\"0.004697\",\"100\"\n\"2024-07-15T11:50:00.000Z\",\"0.006011\",\"0.004759\",\"100\"\n\"2024-07-15T11:55:00.000Z\",\"0.006568\",\"0.006069\",\"100\"\n\"2024-07-15T12:00:00.000Z\",\"0.005805\",\"0.004712\",\"100\"\n\"2024-07-15T12:05:00.000Z\",\"0.005712\",\"0.005266\",\"100\"\n\"2024-07-15T12:10:00.000Z\",\"0.005627\",\"0.00473\",\"100\"\n\"2024-07-15T12:15:00.000Z\",\"0.00557\",\"0.00471\",\"100\"\n\"2024-07-15T12:20:00.000Z\",\"0.005622\",\"0.004636\",\"100\"\n\"2024-07-15T12:25:00.000Z\",\"0.005603\",\"0.004663\",\"100\"\n\"2024-07-15T12:30:00.000Z\",\"0.005451\",\"0.004662\",\"100\"\n\"2024-07-15T12:35:00.000Z\",\"0.005684\",\"0.004751\",\"100\"\n\"2024-07-15T12:40:00.000Z\",\"0.005555\",\"0.004619\",\"100\"\n\"2024-07-15T12:45:00.000Z\",\"0.005846\",\"0.004719\",\"100\"\n\"2024-07-15T12:50:00.000Z\",\"0.005784\",\"0.004811\",\"100\"\n\"2024-07-15T12:55:00.000Z\",\"0.005685\",\"0.004844\",\"100\"\n\"2024-07-15T13:00:00.000Z\",\"0.005615\",\"0.004612\",\"100\"\n\"2024-07-15T13:05:00.000Z\",\"0.005724\",\"0.004712\",\"100\"\n\"2024-07-15T13:10:00.000Z\",\"0.005648\",\"0.004648\",\"100\"\n\"2024-07-15T13:15:00.000Z\",\"0.005569\",\"0.004679\",\"100\"\n\"2024-07-15T13:20:00.000Z\",\"0.005609\",\"0.004637\",\"100\"\n\"2024-07-15T13:25:00.000Z\",\"0.005831\",\"0.005426\",\"100\"\n\"2024-07-15T13:30:00.000Z\",\"0.005468\",\"0.004722\",\"100\"\n\"2024-07-15T13:35:00.000Z\",\"0.005622\",\"0.004674\",\"100\"\n\"2024-07-15T13:40:00.000Z\",\"0.005533\",\"0.004626\",\"100\"\n\"2024-07-15T13:45:00.000Z\",\"0.005718\",\"0.004784\",\"100\"\n\"2024-07-15T13:50:00.000Z\",\"0.00596\",\"0.004728\",\"100\"\n\"2024-07-15T13:55:00.000Z\",\"0.00564\",\"0.004748\",\"100\"\n\"2024-07-15T14:00:00.000Z\",\"0.005569\",\"0.004629\",\"100\"\n\"2024-07-15T14:05:00.000Z\",\"0.005716\",\"0.004691\",\"100\"\n\"2024-07-15T14:10:00.000Z\",\"0.005671\",\"0.004764\",\"100\"\n\"2024-07-15T14:15:00.000Z\",\"0.005607\",\"0.004709\",\"100\"\n\"2024-07-15T14:20:00.000Z\",\"0.005508\",\"0.004655\",\"100\"\n\"2024-07-15T14:25:00.000Z\",\"0.005567\",\"0.004682\",\"100\"\n\"2024-07-15T14:30:00.000Z\",\"0.005696\",\"0.004644\",\"100\"\n\"2024-07-15T14:35:00.000Z\",\"0.005605\",\"0.004689\",\"100\"\n\"2024-07-15T14:40:00.000Z\",\"0.005744\",\"0.005379\",\"100\"\n\"2024-07-15T14:45:00.000Z\",\"0.006136\",\"0.004883\",\"100\"\n\"2024-07-15T14:50:00.000Z\",\"0.005533\",\"0.004643\",\"100\"\n\"2024-07-15T14:55:00.000Z\",\"0.005696\",\"0.004737\",\"100\"\n\"2024-07-15T15:00:00.000Z\",\"0.005597\",\"0.004643\",\"100\"\n\"2024-07-15T15:05:00.000Z\",\"0.005636\",\"0.004665\",\"100\"\n\"2024-07-15T15:10:00.000Z\",\"0.005522\",\"0.004686\",\"100\"\n\"2024-07-15T15:15:00.000Z\",\"0.005627\",\"0.004741\",\"100\"\n\"2024-07-15T15:20:00.000Z\",\"0.005714\",\"0.004683\",\"100\"\n\"2024-07-15T15:25:00.000Z\",\"0.005759\",\"0.004721\",\"100\"\n\"2024-07-15T15:30:00.000Z\",\"0.005547\",\"0.004682\",\"100\"\n\"2024-07-15T15:35:00.000Z\",\"0.005739\",\"0.004817\",\"100\"\n\"2024-07-15T15:40:00.000Z\",\"0.005547\",\"0.004644\",\"100\"\n\"2024-07-15T15:45:00.000Z\",\"0.005689\",\"0.004785\",\"100\"\n\"2024-07-15T15:50:00.000Z\",\"0.006393\",\"0.005393\",\"100\"\n\"2024-07-15T15:55:00.000Z\",\"0.005526\",\"0.0047\",\"100\"\n\"2024-07-15T16:00:00.000Z\",\"0.005738\",\"0.004757\",\"100\"\n\"2024-07-15T16:05:00.000Z\",\"0.005635\",\"0.004791\",\"100\"\n\"2024-07-15T16:10:00.000Z\",\"0.005494\",\"0.004619\",\"100\"\n\"2024-07-15T16:15:00.000Z\",\"0.006543\",\"0.006158\",\"100\"\n\"2024-07-15T16:20:00.000Z\",\"0.005676\",\"0.004728\",\"100\"\n\"2024-07-15T16:25:00.000Z\",\"0.005632\",\"0.004708\",\"100\"\n\"2024-07-15T16:30:00.000Z\",\"0.005518\",\"0.004669\",\"100\"\n\"2024-07-15T16:35:00.000Z\",\"0.005678\",\"0.004814\",\"100\"\n\"2024-07-15T16:40:00.000Z\",\"0.005432\",\"0.004629\",\"100\"\n\"2024-07-15T16:45:00.000Z\",\"0.005743\",\"0.004817\",\"100\"\n\"2024-07-15T16:50:00.000Z\",\"0.005928\",\"0.004704\",\"100\"\n\"2024-07-15T16:55:00.000Z\",\"0.005738\",\"0.004762\",\"100\"\n\"2024-07-15T17:00:00.000Z\",\"0.005659\",\"0.004704\",\"100\"\n\"2024-07-15T17:05:00.000Z\",\"0.0057\",\"0.004753\",\"100\"\n\"2024-07-15T17:10:00.000Z\",\"0.005657\",\"0.005196\",\"100\"\n\"2024-07-15T17:15:00.000Z\",\"0.005722\",\"0.004799\",\"100\"\n\"2024-07-15T17:20:00.000Z\",\"0.005589\",\"0.004587\",\"100\"\n\"2024-07-15T17:25:00.000Z\",\"0.005683\",\"0.004764\",\"100\"\n\"2024-07-15T17:30:00.000Z\",\"0.005565\",\"0.00469\",\"100\"\n\"2024-07-15T17:35:00.000Z\",\"0.005654\",\"0.00468\",\"100\"\n\"2024-07-15T17:40:00.000Z\",\"0.005574\",\"0.004661\",\"100\"\n\"2024-07-15T17:45:00.000Z\",\"0.005757\",\"0.004723\",\"100\"\n\"2024-07-15T17:50:00.000Z\",\"0.006113\",\"0.004794\",\"100\"\n\"2024-07-15T17:55:00.000Z\",\"0.005635\",\"0.004673\",\"100\"\n\"2024-07-15T18:00:00.000Z\",\"0.005438\",\"0.004592\",\"100\"\n\"2024-07-15T18:05:00.000Z\",\"0.005639\",\"0.004762\",\"100\"\n\"2024-07-15T18:10:00.000Z\",\"0.005616\",\"0.004685\",\"100\"\n\"2024-07-15T18:15:00.000Z\",\"0.005651\",\"0.00523\",\"100\"\n\"2024-07-15T18:20:00.000Z\",\"0.005622\",\"0.004722\",\"100\"\n\"2024-07-15T18:25:00.000Z\",\"0.005709\",\"0.004821\",\"100\"\n\"2024-07-15T18:30:00.000Z\",\"0.005648\",\"0.004667\",\"100\"\n\"2024-07-15T18:35:00.000Z\",\"0.005865\",\"0.004794\",\"100\"\n\"2024-07-15T18:40:00.000Z\",\"0.005414\",\"0.004594\",\"100\"\n\"2024-07-15T18:45:00.000Z\",\"0.006112\",\"0.004864\",\"100\"\n\"2024-07-15T18:50:00.000Z\",\"0.005642\",\"0.004735\",\"100\"\n\"2024-07-15T18:55:00.000Z\",\"0.005654\",\"0.004622\",\"100\"\n\"2024-07-15T19:00:00.000Z\",\"0.005585\",\"0.004687\",\"100\"\n\"2024-07-15T19:05:00.000Z\",\"0.005664\",\"0.004746\",\"100\"\n\"2024-07-15T19:10:00.000Z\",\"0.005513\",\"0.004614\",\"100\"\n\"2024-07-15T19:15:00.000Z\",\"0.005657\",\"0.004693\",\"100\"\n\"2024-07-15T19:20:00.000Z\",\"0.005577\",\"0.004729\",\"100\"\n\"2024-07-15T19:25:00.000Z\",\"0.00568\",\"0.004745\",\"100\"\n\"2024-07-15T19:30:00.000Z\",\"0.005659\",\"0.004694\",\"100\"\n\"2024-07-15T19:35:00.000Z\",\"0.005872\",\"0.005334\",\"100\"\n\"2024-07-15T19:40:00.000Z\",\"0.005646\",\"0.004648\",\"100\"\n\"2024-07-15T19:45:00.000Z\",\"0.006112\",\"0.004749\",\"100\"\n\"2024-07-15T19:50:00.000Z\",\"0.005628\",\"0.004725\",\"100\"\n\"2024-07-15T19:55:00.000Z\",\"0.005659\",\"0.00469\",\"100\"\n\"2024-07-15T20:00:00.000Z\",\"0.005619\",\"0.004733\",\"100\"\n\"2024-07-15T20:05:00.000Z\",\"0.005638\",\"0.004695\",\"100\"\n\"2024-07-15T20:10:00.000Z\",\"0.005547\",\"0.004653\",\"100\"\n\"2024-07-15T20:15:00.000Z\",\"0.005804\",\"0.00478\",\"100\"\n\"2024-07-15T20:20:00.000Z\",\"0.005619\",\"0.0047\",\"100\"\n\"2024-07-15T20:25:00.000Z\",\"0.006685\",\"0.006207\",\"100\"\n\"2024-07-15T20:30:00.000Z\",\"0.005667\",\"0.004758\",\"100\"\n\"2024-07-15T20:35:00.000Z\",\"0.005697\",\"0.004685\",\"100\"\n\"2024-07-15T20:40:00.000Z\",\"0.005728\",\"0.005343\",\"100\"\n\"2024-07-15T20:45:00.000Z\",\"0.006059\",\"0.004784\",\"100\"\n\"2024-07-15T20:50:00.000Z\",\"0.005661\",\"0.00475\",\"100\"\n\"2024-07-15T20:55:00.000Z\",\"0.005648\",\"0.004659\",\"100\"\n\"2024-07-15T21:00:00.000Z\",\"0.005722\",\"0.004686\",\"100\"\n\"2024-07-15T21:05:00.000Z\",\"0.005613\",\"0.004721\",\"100\"\n\"2024-07-15T21:10:00.000Z\",\"0.005612\",\"0.004682\",\"100\"\n\"2024-07-15T21:15:00.000Z\",\"0.005616\",\"0.004692\",\"100\"\n\"2024-07-15T21:20:00.000Z\",\"0.005613\",\"0.004707\",\"100\"\n\"2024-07-15T21:25:00.000Z\",\"0.005707\",\"0.004815\",\"100\"\n\"2024-07-15T21:30:00.000Z\",\"0.005558\",\"0.004583\",\"100\"\n\"2024-07-15T21:35:00.000Z\",\"0.005706\",\"0.004739\",\"100\"\n\"2024-07-15T21:40:00.000Z\",\"0.005563\",\"0.004686\",\"100\"\n\"2024-07-15T21:45:00.000Z\",\"0.005452\",\"0.004634\",\"100\"\n\"2024-07-15T21:50:00.000Z\",\"0.005944\",\"0.004774\",\"100\"\n\"2024-07-15T21:55:00.000Z\",\"0.005714\",\"0.004707\",\"100\"\n\"2024-07-15T22:00:00.000Z\",\"0.005616\",\"0.004695\",\"100\"\n\"2024-07-15T22:05:00.000Z\",\"0.005849\",\"0.005321\",\"100\"\n\"2024-07-15T22:10:00.000Z\",\"0.00561\",\"0.004731\",\"100\"\n\"2024-07-15T22:15:00.000Z\",\"0.005638\",\"0.004691\",\"100\"\n\"2024-07-15T22:20:00.000Z\",\"0.005723\",\"0.00483\",\"100\"\n\"2024-07-15T22:25:00.000Z\",\"0.005591\",\"0.004602\",\"100\"\n\"2024-07-15T22:30:00.000Z\",\"0.005694\",\"0.004721\",\"100\"\n\"2024-07-15T22:35:00.000Z\",\"0.005626\",\"0.004639\",\"100\"\n\"2024-07-15T22:40:00.000Z\",\"0.005661\",\"0.004667\",\"100\"\n\"2024-07-15T22:45:00.000Z\",\"0.006041\",\"0.004875\",\"100\"\n\"2024-07-15T22:50:00.000Z\",\"0.00551\",\"0.004694\",\"100\"\n\"2024-07-15T22:55:00.000Z\",\"0.005682\",\"0.004757\",\"100\"\n\"2024-07-15T23:00:00.000Z\",\"0.005585\",\"0.004667\",\"100\"\n\"2024-07-15T23:05:00.000Z\",\"0.005651\",\"0.004686\",\"100\"\n\"2024-07-15T23:10:00.000Z\",\"0.005786\",\"0.005318\",\"100\"\n\"2024-07-15T23:15:00.000Z\",\"0.00573\",\"0.004759\",\"100\"\n\"2024-07-15T23:20:00.000Z\",\"0.005625\",\"0.004694\",\"100\"\n\"2024-07-15T23:25:00.000Z\",\"0.005704\",\"0.004749\",\"100\"\n\"2024-07-15T23:30:00.000Z\",\"0.005576\",\"0.00477\",\"100\"\n\"2024-07-15T23:35:00.000Z\",\"0.005581\",\"0.004625\",\"100\"\n\"2024-07-15T23:40:00.000Z\",\"0.005592\",\"0.004675\",\"100\"\n\"2024-07-15T23:45:00.000Z\",\"0.006051\",\"0.004827\",\"100\"\n\"2024-07-15T23:50:00.000Z\",\"0.00558\",\"0.004723\",\"100\"\n\"2024-07-15T23:55:00.000Z\",\"0.005622\",\"0.00473\",\"100\"\n\"2024-07-16T00:00:00.000Z\",\"0.005575\",\"0.004663\",\"100\"\n\"2024-07-16T00:05:00.000Z\",\"0.005623\",\"0.00469\",\"100\"\n\"2024-07-16T00:10:00.000Z\",\"0.005523\",\"0.004642\",\"100\"\n\"2024-07-16T00:15:00.000Z\",\"0.005652\",\"0.004694\",\"100\"\n\"2024-07-16T00:20:00.000Z\",\"0.005563\",\"0.004645\",\"100\"\n\"2024-07-16T00:25:00.000Z\",\"0.005608\",\"0.004702\",\"100\"\n\"2024-07-16T00:30:00.000Z\",\"0.005642\",\"0.004705\",\"100\"\n\"2024-07-16T00:35:00.000Z\",\"0.00589\",\"0.005355\",\"100\"\n\"2024-07-16T00:40:00.000Z\",\"0.006544\",\"0.006099\",\"100\"\n\"2024-07-16T00:45:00.000Z\",\"0.005701\",\"0.00484\",\"100\"\n\"2024-07-16T00:50:00.000Z\",\"0.005997\",\"0.004809\",\"100\"\n\"2024-07-16T00:55:00.000Z\",\"0.00571\",\"0.004811\",\"100\"\n\"2024-07-16T01:00:00.000Z\",\"0.005526\",\"0.004607\",\"100\"\n\"2024-07-16T01:05:00.000Z\",\"0.005608\",\"0.004712\",\"100\"\n\"2024-07-16T01:10:00.000Z\",\"0.00548\",\"0.004594\",\"100\"\n\"2024-07-16T01:15:00.000Z\",\"0.005705\",\"0.004797\",\"100\"\n\"2024-07-16T01:20:00.000Z\",\"0.005605\",\"0.004679\",\"100\"\n\"2024-07-16T01:25:00.000Z\",\"0.005447\",\"0.004629\",\"100\"\n\"2024-07-16T01:30:00.000Z\",\"0.005521\",\"0.004669\",\"100\"\n\"2024-07-16T01:35:00.000Z\",\"0.005626\",\"0.004652\",\"100\"\n\"2024-07-16T01:40:00.000Z\",\"0.005665\",\"0.004677\",\"100\"\n\"2024-07-16T01:45:00.000Z\",\"0.006114\",\"0.004811\",\"100\"\n\"2024-07-16T01:50:00.000Z\",\"0.005651\",\"0.0047\",\"100\"\n\"2024-07-16T01:55:00.000Z\",\"0.00572\",\"0.005283\",\"100\"\n\"2024-07-16T02:00:00.000Z\",\"0.005461\",\"0.00464\",\"100\"\n\"2024-07-16T02:05:00.000Z\",\"0.005697\",\"0.004747\",\"100\"\n\"2024-07-16T02:10:00.000Z\",\"0.005668\",\"0.004737\",\"100\"\n\"2024-07-16T02:15:00.000Z\",\"0.005678\",\"0.004686\",\"100\"\n\"2024-07-16T02:20:00.000Z\",\"0.005571\",\"0.004661\",\"100\"\n\"2024-07-16T02:25:00.000Z\",\"0.005661\",\"0.004681\",\"100\"\n\"2024-07-16T02:30:00.000Z\",\"0.005552\",\"0.004739\",\"100\"\n\"2024-07-16T02:35:00.000Z\",\"0.005727\",\"0.00472\",\"100\"\n\"2024-07-16T02:40:00.000Z\",\"0.006013\",\"0.004787\",\"100\"\n\"2024-07-16T02:45:00.000Z\",\"0.005499\",\"0.004667\",\"100\"\n\"2024-07-16T02:50:00.000Z\",\"0.005674\",\"0.00483\",\"100\"\n\"2024-07-16T02:55:00.000Z\",\"0.005754\",\"0.005283\",\"100\"\n\"2024-07-16T03:00:00.000Z\",\"0.005426\",\"0.004611\",\"100\"\n\"2024-07-16T03:05:00.000Z\",\"0.005607\",\"0.004742\",\"100\"\n\"2024-07-16T03:10:00.000Z\",\"0.005506\",\"0.004667\",\"100\"\n\"2024-07-16T03:15:00.000Z\",\"0.005622\",\"0.004673\",\"100\"\n\"2024-07-16T03:20:00.000Z\",\"0.005523\",\"0.00464\",\"100\"\n\"2024-07-16T03:25:00.000Z\",\"0.005708\",\"0.004783\",\"100\"\n\"2024-07-16T03:30:00.000Z\",\"0.005525\",\"0.004632\",\"100\"\n\"2024-07-16T03:35:00.000Z\",\"0.005633\",\"0.00467\",\"100\"\n\"2024-07-16T03:40:00.000Z\",\"0.005536\",\"0.004638\",\"100\"\n\"2024-07-16T03:45:00.000Z\",\"0.006025\",\"0.004762\",\"100\"\n\"2024-07-16T03:50:00.000Z\",\"0.005605\",\"0.004695\",\"100\"\n\"2024-07-16T03:55:00.000Z\",\"0.005703\",\"0.00483\",\"100\"\n\"2024-07-16T04:00:00.000Z\",\"0.005635\",\"0.004724\",\"100\"\n\"2024-07-16T04:05:00.000Z\",\"0.005526\",\"0.004645\",\"100\"\n\"2024-07-16T04:10:00.000Z\",\"0.005736\",\"0.004708\",\"100\"\n\"2024-07-16T04:15:00.000Z\",\"0.005477\",\"0.004658\",\"100\"\n\"2024-07-16T04:20:00.000Z\",\"0.005724\",\"0.005295\",\"100\"\n\"2024-07-16T04:25:00.000Z\",\"0.00658\",\"0.00625\",\"100\"\n\"2024-07-16T04:30:00.000Z\",\"0.005412\",\"0.004563\",\"100\"\n\"2024-07-16T04:35:00.000Z\",\"0.005662\",\"0.004721\",\"100\"\n\"2024-07-16T04:40:00.000Z\",\"0.005668\",\"0.004685\",\"100\"\n\"2024-07-16T04:45:00.000Z\",\"0.005631\",\"0.004754\",\"100\"\n\"2024-07-16T04:50:00.000Z\",\"0.005985\",\"0.004759\",\"100\"\n\"2024-07-16T04:55:00.000Z\",\"0.005588\",\"0.004707\",\"100\"\n\"2024-07-16T05:00:00.000Z\",\"0.005829\",\"0.004751\",\"100\"\n\"2024-07-16T05:05:00.000Z\",\"0.005507\",\"0.004718\",\"100\"\n\"2024-07-16T05:10:00.000Z\",\"0.005674\",\"0.004725\",\"100\"\n\"2024-07-16T05:15:00.000Z\",\"0.005539\",\"0.004626\",\"100\"\n\"2024-07-16T05:20:00.000Z\",\"0.005619\",\"0.004683\",\"100\"\n\"2024-07-16T05:25:00.000Z\",\"0.005704\",\"0.004742\",\"100\"\n\"2024-07-16T05:30:00.000Z\",\"0.005538\",\"0.004685\",\"100\"\n\"2024-07-16T05:35:00.000Z\",\"0.00573\",\"0.004723\",\"100\"\n\"2024-07-16T05:40:00.000Z\",\"0.005625\",\"0.004725\",\"100\"\n\"2024-07-16T05:45:00.000Z\",\"0.005689\",\"0.005283\",\"100\"\n\"2024-07-16T05:50:00.000Z\",\"0.005591\",\"0.004702\",\"100\"\n\"2024-07-16T05:55:00.000Z\",\"0.00582\",\"0.004786\",\"100\"\n\"2024-07-16T06:00:00.000Z\",\"0.005611\",\"0.00471\",\"100\"\n\"2024-07-16T06:05:00.000Z\",\"0.005501\",\"0.004654\",\"100\"\n\"2024-07-16T06:10:00.000Z\",\"0.005671\",\"0.004773\",\"100\"\n\"2024-07-16T06:15:00.000Z\",\"0.005662\",\"0.004742\",\"100\"\n\"2024-07-16T06:20:00.000Z\",\"0.005564\",\"0.004696\",\"100\"\n\"2024-07-16T06:25:00.000Z\",\"0.005627\",\"0.004652\",\"100\"\n\"2024-07-16T06:30:00.000Z\",\"0.005707\",\"0.004717\",\"100\"\n\"2024-07-16T06:35:00.000Z\",\"0.005642\",\"0.004738\",\"100\"\n\"2024-07-16T06:40:00.000Z\",\"0.005635\",\"0.004721\",\"100\"\n\"2024-07-16T06:45:00.000Z\",\"0.005688\",\"0.004702\",\"100\"\n\"2024-07-16T06:50:00.000Z\",\"0.005743\",\"0.004843\",\"100\"\n\"2024-07-16T06:55:00.000Z\",\"0.005994\",\"0.004827\",\"100\"\n\"2024-07-16T07:00:00.000Z\",\"0.005624\",\"0.005286\",\"100\"\n\"2024-07-16T07:05:00.000Z\",\"0.005645\",\"0.004726\",\"100\"\n\"2024-07-16T07:10:00.000Z\",\"0.005366\",\"0.004578\",\"100\"\n\"2024-07-16T07:15:00.000Z\",\"0.005544\",\"0.004682\",\"100\"\n\"2024-07-16T07:20:00.000Z\",\"0.005591\",\"0.004682\",\"100\"\n\"2024-07-16T07:25:00.000Z\",\"0.005638\",\"0.004619\",\"100\"\n\"2024-07-16T07:30:00.000Z\",\"0.004549\",\"0.003381\",\"100\"\n\"2024-07-16T07:35:00.000Z\",\"0.003803\",\"0.002531\",\"100\"\n\"2024-07-16T07:40:00.000Z\",\"0.003511\",\"0.002474\",\"100\"\n\"2024-07-16T07:45:00.000Z\",\"0.003488\",\"0.002517\",\"100\"\n\"2024-07-16T07:50:00.000Z\",\"0.003425\",\"0.002462\",\"100\"\n\"2024-07-16T07:55:00.000Z\",\"0.004009\",\"0.0026\",\"100\"\n\"2024-07-16T08:00:00.000Z\",\"0.003457\",\"0.002511\",\"100\"\n\"2024-07-16T08:05:00.000Z\",\"0.004372\",\"0.004471\",\"100\"\n\"2024-07-16T08:10:00.000Z\",\"0.003342\",\"0.002442\",\"100\"\n\"2024-07-16T08:15:00.000Z\",\"0.003441\",\"0.002484\",\"100\"\n\"2024-07-16T08:20:00.000Z\",\"0.003353\",\"0.002412\",\"100\"\n\"2024-07-16T08:25:00.000Z\",\"0.003415\",\"0.002476\",\"100\"\n\"2024-07-16T08:30:00.000Z\",\"0.003398\",\"0.002474\",\"100\"\n\"2024-07-16T08:35:00.000Z\",\"0.003428\",\"0.002432\",\"100\"\n\"2024-07-16T08:40:00.000Z\",\"0.003484\",\"0.002511\",\"100\"\n\"2024-07-16T08:45:00.000Z\",\"0.003416\",\"0.00245\",\"100\"\n\"2024-07-16T08:50:00.000Z\",\"0.003597\",\"0.002528\",\"100\"\n\"2024-07-16T08:55:00.000Z\",\"0.003812\",\"0.002536\",\"100\"\n\"2024-07-16T09:00:00.000Z\",\"0.005072\",\"0.00408\",\"100\"\n\"2024-07-16T09:05:00.000Z\",\"0.005712\",\"0.005236\",\"100\"\n\"2024-07-16T09:10:00.000Z\",\"0.005606\",\"0.004712\",\"100\"\n\"2024-07-16T09:15:00.000Z\",\"0.005657\",\"0.004732\",\"100\"\n\"2024-07-16T09:20:00.000Z\",\"0.005597\",\"0.004652\",\"100\"\n\"2024-07-16T09:25:00.000Z\",\"0.005654\",\"0.004792\",\"100\"\n\"2024-07-16T09:30:00.000Z\",\"0.005619\",\"0.004708\",\"100\"\n\"2024-07-16T09:35:00.000Z\",\"0.005714\",\"0.004698\",\"100\"\n\"2024-07-16T09:40:00.000Z\",\"0.005556\",\"0.004673\",\"100\"\n\"2024-07-16T09:45:00.000Z\",\"0.005635\",\"0.004722\",\"100\"\n\"2024-07-16T09:50:00.000Z\",\"0.005882\",\"0.004673\",\"100\"\n\"2024-07-16T09:55:00.000Z\",\"0.005619\",\"0.004679\",\"100\"\n\"2024-07-16T10:00:00.000Z\",\"0.005573\",\"0.004713\",\"100\"\n\"2024-07-16T10:05:00.000Z\",\"0.005709\",\"0.004746\",\"100\"\n\"2024-07-16T10:10:00.000Z\",\"0.005643\",\"0.00522\",\"100\"\n\"2024-07-16T10:15:00.000Z\",\"0.005768\",\"0.004797\",\"100\"\n\"2024-07-16T10:20:00.000Z\",\"0.005573\",\"0.004653\",\"100\"\n\"2024-07-16T10:25:00.000Z\",\"0.005727\",\"0.004694\",\"100\"\n\"2024-07-16T10:30:00.000Z\",\"0.005695\",\"0.004768\",\"100\"\n\"2024-07-16T10:35:00.000Z\",\"0.00557\",\"0.004657\",\"100\"\n\"2024-07-16T10:40:00.000Z\",\"0.005577\",\"0.004698\",\"100\"\n\"2024-07-16T10:45:00.000Z\",\"0.005726\",\"0.004793\",\"100\"\n\"2024-07-16T10:50:00.000Z\",\"0.006056\",\"0.004811\",\"100\"\n\"2024-07-16T10:55:00.000Z\",\"0.005578\",\"0.004648\",\"100\"\n\"2024-07-16T11:00:00.000Z\",\"0.005635\",\"0.004714\",\"100\"\n\"2024-07-16T11:05:00.000Z\",\"0.005644\",\"0.004673\",\"100\"\n\"2024-07-16T11:10:00.000Z\",\"0.005692\",\"0.004736\",\"100\"\n\"2024-07-16T11:15:00.000Z\",\"0.005496\",\"0.004672\",\"100\"\n\"2024-07-16T11:20:00.000Z\",\"0.005748\",\"0.00465\",\"100\"\n\"2024-07-16T11:25:00.000Z\",\"0.005768\",\"0.00541\",\"100\"\n\"2024-07-16T11:30:00.000Z\",\"0.00558\",\"0.004652\",\"100\"\n\"2024-07-16T11:35:00.000Z\",\"0.005609\",\"0.004735\",\"100\"\n\"2024-07-16T11:40:00.000Z\",\"0.005417\",\"0.004578\",\"100\"\n\"2024-07-16T11:45:00.000Z\",\"0.00568\",\"0.004784\",\"100\"\n\"2024-07-16T11:50:00.000Z\",\"0.005597\",\"0.004659\",\"100\"\n\"2024-07-16T11:55:00.000Z\",\"0.006017\",\"0.004818\",\"100\"\n\"2024-07-16T12:00:00.000Z\",\"0.005615\",\"0.004732\",\"100\"\n\"2024-07-16T12:05:00.000Z\",\"0.005598\",\"0.004739\",\"100\"\n\"2024-07-16T12:10:00.000Z\",\"0.006627\",\"0.006224\",\"100\"\n\"2024-07-16T12:15:00.000Z\",\"0.005652\",\"0.004598\",\"100\"\n\"2024-07-16T12:20:00.000Z\",\"0.005612\",\"0.004636\",\"100\"\n\"2024-07-16T12:25:00.000Z\",\"0.005571\",\"0.004691\",\"100\"\n\"2024-07-16T12:30:00.000Z\",\"0.005503\",\"0.004556\",\"100\"\n\"2024-07-16T12:35:00.000Z\",\"0.005703\",\"0.004711\",\"100\"\n\"2024-07-16T12:40:00.000Z\",\"0.005702\",\"0.004742\",\"100\"\n\"2024-07-16T12:45:00.000Z\",\"0.005592\",\"0.004713\",\"100\"\n\"2024-07-16T12:50:00.000Z\",\"0.005627\",\"0.005201\",\"100\"\n\"2024-07-16T12:55:00.000Z\",\"0.006051\",\"0.004883\",\"100\"\n\"2024-07-16T13:00:00.000Z\",\"0.005764\",\"0.004768\",\"100\"\n\"2024-07-16T13:05:00.000Z\",\"0.005644\",\"0.004738\",\"100\"\n\"2024-07-16T13:10:00.000Z\",\"0.005642\",\"0.004665\",\"100\"\n\"2024-07-16T13:15:00.000Z\",\"0.005625\",\"0.004702\",\"100\"\n\"2024-07-16T13:20:00.000Z\",\"0.00447\",\"0.003204\",\"100\"\n\"2024-07-16T13:25:00.000Z\",\"0.004491\",\"0.003367\",\"100\"\n\"2024-07-16T13:30:00.000Z\",\"0.005612\",\"0.004687\",\"100\"\n\"2024-07-16T13:35:00.000Z\",\"0.005631\",\"0.004691\",\"100\"\n\"2024-07-16T13:40:00.000Z\",\"0.005456\",\"0.004567\",\"100\"\n\"2024-07-16T13:45:00.000Z\",\"0.005695\",\"0.004677\",\"100\"\n\"2024-07-16T13:50:00.000Z\",\"0.005724\",\"0.004723\",\"100\"\n\"2024-07-16T13:55:00.000Z\",\"0.005976\",\"0.004801\",\"100\"\n\"2024-07-16T14:00:00.000Z\",\"0.005751\",\"0.005329\",\"100\"\n\"2024-07-16T14:05:00.000Z\",\"0.005647\",\"0.00471\",\"100\"\n\"2024-07-16T14:10:00.000Z\",\"0.005541\",\"0.004637\",\"100\"\n\"2024-07-16T14:15:00.000Z\",\"0.005612\",\"0.004656\",\"100\"\n\"2024-07-16T14:20:00.000Z\",\"0.005631\",\"0.004701\",\"100\"\n\"2024-07-16T14:25:00.000Z\",\"0.00569\",\"0.004702\",\"100\"\n\"2024-07-16T14:30:00.000Z\",\"0.005539\",\"0.004652\",\"100\"\n\"2024-07-16T14:35:00.000Z\",\"0.005656\",\"0.004716\",\"100\"\n\"2024-07-16T14:40:00.000Z\",\"0.005669\",\"0.004638\",\"100\"\n\"2024-07-16T14:45:00.000Z\",\"0.00551\",\"0.004627\",\"100\"\n\"2024-07-16T14:50:00.000Z\",\"0.005564\",\"0.00465\",\"100\"\n\"2024-07-16T14:55:00.000Z\",\"0.005561\",\"0.004662\",\"100\"\n\"2024-07-16T15:00:00.000Z\",\"0.005828\",\"0.004724\",\"100\"\n\"2024-07-16T15:05:00.000Z\",\"0.005592\",\"0.004678\",\"100\"\n\"2024-07-16T15:10:00.000Z\",\"0.005522\",\"0.00462\",\"100\"\n\"2024-07-16T15:15:00.000Z\",\"0.00557\",\"0.004725\",\"100\"\n\"2024-07-16T15:20:00.000Z\",\"0.005685\",\"0.004648\",\"100\"\n\"2024-07-16T15:25:00.000Z\",\"0.005683\",\"0.005256\",\"100\"\n\"2024-07-16T15:30:00.000Z\",\"0.005574\",\"0.004718\",\"100\"\n\"2024-07-16T15:35:00.000Z\",\"0.005633\",\"0.004701\",\"100\"\n\"2024-07-16T15:40:00.000Z\",\"0.005636\",\"0.004708\",\"100\"\n\"2024-07-16T15:45:00.000Z\",\"0.005534\",\"0.004629\",\"100\"\n\"2024-07-16T15:50:00.000Z\",\"0.006505\",\"0.006094\",\"100\"\n\"2024-07-16T15:55:00.000Z\",\"0.00602\",\"0.004786\",\"100\"\n\"2024-07-16T16:00:00.000Z\",\"0.005599\",\"0.004688\",\"100\"\n\"2024-07-16T16:05:00.000Z\",\"0.005612\",\"0.004729\",\"100\"\n\"2024-07-16T16:10:00.000Z\",\"0.00568\",\"0.004706\",\"100\"\n\"2024-07-16T16:15:00.000Z\",\"0.005579\",\"0.004687\",\"100\"\n\"2024-07-16T16:20:00.000Z\",\"0.005719\",\"0.004795\",\"100\"\n\"2024-07-16T16:25:00.000Z\",\"0.005577\",\"0.004662\",\"100\"\n\"2024-07-16T16:30:00.000Z\",\"0.005634\",\"0.004716\",\"100\"\n\"2024-07-16T16:35:00.000Z\",\"0.005585\",\"0.004735\",\"100\"\n\"2024-07-16T16:40:00.000Z\",\"0.005594\",\"0.004693\",\"100\"\n\"2024-07-16T16:45:00.000Z\",\"0.005715\",\"0.004688\",\"100\"\n\"2024-07-16T16:50:00.000Z\",\"0.005455\",\"0.004654\",\"100\"\n\"2024-07-16T16:55:00.000Z\",\"0.005748\",\"0.005311\",\"100\"\n\"2024-07-16T17:00:00.000Z\",\"0.005812\",\"0.004688\",\"100\"\n\"2024-07-16T17:05:00.000Z\",\"0.00556\",\"0.00467\",\"100\"\n\"2024-07-16T17:10:00.000Z\",\"0.005603\",\"0.004668\",\"100\"\n\"2024-07-16T17:15:00.000Z\",\"0.005575\",\"0.004642\",\"100\"\n\"2024-07-16T17:20:00.000Z\",\"0.005623\",\"0.004668\",\"100\"\n\"2024-07-16T17:25:00.000Z\",\"0.005626\",\"0.004692\",\"100\"\n\"2024-07-16T17:30:00.000Z\",\"0.005586\",\"0.004646\",\"100\"\n\"2024-07-16T17:35:00.000Z\",\"0.005701\",\"0.004816\",\"100\"\n\"2024-07-16T17:40:00.000Z\",\"0.005571\",\"0.004622\",\"100\"\n\"2024-07-16T17:45:00.000Z\",\"0.005643\",\"0.004684\",\"100\"\n\"2024-07-16T17:50:00.000Z\",\"0.005677\",\"0.004721\",\"100\"\n\"2024-07-16T17:55:00.000Z\",\"0.005542\",\"0.004676\",\"100\"\n\"2024-07-16T18:00:00.000Z\",\"0.006004\",\"0.004702\",\"100\"\n\"2024-07-16T18:05:00.000Z\",\"0.005542\",\"0.004741\",\"100\"\n\"2024-07-16T18:10:00.000Z\",\"0.005691\",\"0.004684\",\"100\"\n\"2024-07-16T18:15:00.000Z\",\"0.005739\",\"0.005309\",\"100\"\n\"2024-07-16T18:20:00.000Z\",\"0.005629\",\"0.004805\",\"100\"\n\"2024-07-16T18:25:00.000Z\",\"0.005592\",\"0.004666\",\"100\"\n\"2024-07-16T18:30:00.000Z\",\"0.005641\",\"0.004756\",\"100\"\n\"2024-07-16T18:35:00.000Z\",\"0.005623\",\"0.004732\",\"100\"\n\"2024-07-16T18:40:00.000Z\",\"0.005676\",\"0.004737\",\"100\"\n\"2024-07-16T18:45:00.000Z\",\"0.005603\",\"0.00464\",\"100\"\n\"2024-07-16T18:50:00.000Z\",\"0.005488\",\"0.004597\",\"100\"\n\"2024-07-16T18:55:00.000Z\",\"0.005547\",\"0.004631\",\"100\"\n\"2024-07-16T19:00:00.000Z\",\"0.00616\",\"0.004846\",\"100\"\n\"2024-07-16T19:05:00.000Z\",\"0.005814\",\"0.004765\",\"100\"\n\"2024-07-16T19:10:00.000Z\",\"0.005567\",\"0.004639\",\"100\"\n\"2024-07-16T19:15:00.000Z\",\"0.005697\",\"0.004731\",\"100\"\n\"2024-07-16T19:20:00.000Z\",\"0.005595\",\"0.004712\",\"100\"\n\"2024-07-16T19:25:00.000Z\",\"0.005616\",\"0.004724\",\"100\"\n\"2024-07-16T19:30:00.000Z\",\"0.006097\",\"0.005495\",\"100\"\n\"2024-07-16T19:35:00.000Z\",\"0.006051\",\"0.005381\",\"100\"\n\"2024-07-16T19:40:00.000Z\",\"0.005751\",\"0.005325\",\"100\"\n\"2024-07-16T19:45:00.000Z\",\"0.005462\",\"0.004635\",\"100\"\n\"2024-07-16T19:50:00.000Z\",\"0.005597\",\"0.004687\",\"100\"\n\"2024-07-16T19:55:00.000Z\",\"0.005755\",\"0.004767\",\"100\"\n\"2024-07-16T20:00:00.000Z\",\"0.005527\",\"0.004675\",\"100\"\n\"2024-07-16T20:05:00.000Z\",\"0.006177\",\"0.004831\",\"100\"\n\"2024-07-16T20:10:00.000Z\",\"0.005529\",\"0.004631\",\"100\"\n\"2024-07-16T20:15:00.000Z\",\"0.005762\",\"0.004749\",\"100\"\n\"2024-07-16T20:20:00.000Z\",\"0.005481\",\"0.004566\",\"100\"\n\"2024-07-16T20:25:00.000Z\",\"0.005727\",\"0.004697\",\"100\"\n\"2024-07-16T20:30:00.000Z\",\"0.005585\",\"0.004623\",\"100\"\n\"2024-07-16T20:35:00.000Z\",\"0.00561\",\"0.004649\",\"100\"\n\"2024-07-16T20:40:00.000Z\",\"0.005519\",\"0.004654\",\"100\"\n\"2024-07-16T20:45:00.000Z\",\"0.005703\",\"0.005335\",\"100\"\n\"2024-07-16T20:50:00.000Z\",\"0.005649\",\"0.004653\",\"100\"\n\"2024-07-16T20:55:00.000Z\",\"0.005717\",\"0.004706\",\"100\"\n\"2024-07-16T21:00:00.000Z\",\"0.005535\",\"0.00466\",\"100\"\n\"2024-07-16T21:05:00.000Z\",\"0.005873\",\"0.004826\",\"100\"\n\"2024-07-16T21:10:00.000Z\",\"0.005988\",\"0.004705\",\"100\"\n\"2024-07-16T21:15:00.000Z\",\"0.00554\",\"0.004616\",\"100\"\n\"2024-07-16T21:20:00.000Z\",\"0.005619\",\"0.004711\",\"100\"\n\"2024-07-16T21:25:00.000Z\",\"0.005628\",\"0.004704\",\"100\"\n\"2024-07-16T21:30:00.000Z\",\"0.005537\",\"0.004635\",\"100\"\n\"2024-07-16T21:35:00.000Z\",\"0.005634\",\"0.00471\",\"100\"\n\"2024-07-16T21:40:00.000Z\",\"0.005692\",\"0.004729\",\"100\"\n\"2024-07-16T21:45:00.000Z\",\"0.005623\",\"0.004725\",\"100\"\n\"2024-07-16T21:50:00.000Z\",\"0.005673\",\"0.004635\",\"100\"\n\"2024-07-16T21:55:00.000Z\",\"0.00555\",\"0.004688\",\"100\"\n\"2024-07-16T22:00:00.000Z\",\"0.005645\",\"0.004669\",\"100\"\n\"2024-07-16T22:05:00.000Z\",\"0.005461\",\"0.004695\",\"100\"\n\"2024-07-16T22:10:00.000Z\",\"0.005682\",\"0.005207\",\"100\"\n\"2024-07-16T22:15:00.000Z\",\"0.006042\",\"0.004836\",\"100\"\n\"2024-07-16T22:20:00.000Z\",\"0.005609\",\"0.004628\",\"100\"\n\"2024-07-16T22:25:00.000Z\",\"0.005735\",\"0.004803\",\"100\"\n\"2024-07-16T22:30:00.000Z\",\"0.005548\",\"0.004657\",\"100\"\n\"2024-07-16T22:35:00.000Z\",\"0.005604\",\"0.004685\",\"100\"\n\"2024-07-16T22:40:00.000Z\",\"0.005509\",\"0.004623\",\"100\"\n\"2024-07-16T22:45:00.000Z\",\"0.0058\",\"0.004821\",\"100\"\n\"2024-07-16T22:50:00.000Z\",\"0.005582\",\"0.004664\",\"100\"\n\"2024-07-16T22:55:00.000Z\",\"0.005554\",\"0.004687\",\"100\"\n\"2024-07-16T23:00:00.000Z\",\"0.005615\",\"0.004699\",\"100\"\n\"2024-07-16T23:05:00.000Z\",\"0.005989\",\"0.0048\",\"100\"\n\"2024-07-16T23:10:00.000Z\",\"0.005418\",\"0.004583\",\"100\"\n\"2024-07-16T23:15:00.000Z\",\"0.005663\",\"0.004778\",\"100\"\n\"2024-07-16T23:20:00.000Z\",\"0.005528\",\"0.00467\",\"100\"\n\"2024-07-16T23:25:00.000Z\",\"0.005727\",\"0.004758\",\"100\"\n\"2024-07-16T23:30:00.000Z\",\"0.005505\",\"0.004627\",\"100\"\n\"2024-07-16T23:35:00.000Z\",\"0.00582\",\"0.005333\",\"100\"\n\"2024-07-16T23:40:00.000Z\",\"0.005638\",\"0.004676\",\"100\"\n\"2024-07-16T23:45:00.000Z\",\"0.005652\",\"0.004714\",\"100\"\n\"2024-07-16T23:50:00.000Z\",\"0.006361\",\"0.006011\",\"100\"\n\"2024-07-16T23:55:00.000Z\",\"0.005679\",\"0.004792\",\"100\"\n\"2024-07-17T00:00:00.000Z\",\"0.005571\",\"0.004632\",\"100\"\n\"2024-07-17T00:05:00.000Z\",\"0.00572\",\"0.004764\",\"100\"\n\"2024-07-17T00:10:00.000Z\",\"0.006095\",\"0.004852\",\"100\"\n\"2024-07-17T00:15:00.000Z\",\"0.005594\",\"0.004691\",\"100\"\n\"2024-07-17T00:20:00.000Z\",\"0.005617\",\"0.004678\",\"100\"\n\"2024-07-17T00:25:00.000Z\",\"0.005693\",\"0.004723\",\"100\"\n\"2024-07-17T00:30:00.000Z\",\"0.005658\",\"0.004632\",\"100\"\n\"2024-07-17T00:35:00.000Z\",\"0.005711\",\"0.004728\",\"100\"\n\"2024-07-17T00:40:00.000Z\",\"0.005645\",\"0.004669\",\"100\"\n\"2024-07-17T00:45:00.000Z\",\"0.005725\",\"0.005307\",\"100\"\n\"2024-07-17T00:50:00.000Z\",\"0.00561\",\"0.004667\",\"100\"\n\"2024-07-17T00:55:00.000Z\",\"0.005604\",\"0.004635\",\"100\"\n\"2024-07-17T01:00:00.000Z\",\"0.005636\",\"0.004734\",\"100\"\n\"2024-07-17T01:05:00.000Z\",\"0.005533\",\"0.004717\",\"100\"\n\"2024-07-17T01:10:00.000Z\",\"0.005911\",\"0.004715\",\"100\"\n\"2024-07-17T01:15:00.000Z\",\"0.005757\",\"0.004779\",\"100\"\n\"2024-07-17T01:20:00.000Z\",\"0.005716\",\"0.004753\",\"100\"\n\"2024-07-17T01:25:00.000Z\",\"0.005537\",\"0.004678\",\"100\"\n\"2024-07-17T01:30:00.000Z\",\"0.005625\",\"0.004663\",\"100\"\n\"2024-07-17T01:35:00.000Z\",\"0.005803\",\"0.004754\",\"100\"\n\"2024-07-17T01:40:00.000Z\",\"0.005712\",\"0.004734\",\"100\"\n\"2024-07-17T01:45:00.000Z\",\"0.005685\",\"0.004757\",\"100\"\n\"2024-07-17T01:50:00.000Z\",\"0.005601\",\"0.004689\",\"100\"\n\"2024-07-17T01:55:00.000Z\",\"0.005713\",\"0.004745\",\"100\"\n\"2024-07-17T02:00:00.000Z\",\"0.005563\",\"0.0047\",\"100\"\n\"2024-07-17T02:05:00.000Z\",\"0.005722\",\"0.005348\",\"100\"\n\"2024-07-17T02:10:00.000Z\",\"0.005624\",\"0.004644\",\"100\"\n\"2024-07-17T02:15:00.000Z\",\"0.006109\",\"0.004774\",\"100\"\n\"2024-07-17T02:20:00.000Z\",\"0.005594\",\"0.004651\",\"100\"\n\"2024-07-17T02:25:00.000Z\",\"0.005645\",\"0.004683\",\"100\"\n\"2024-07-17T02:30:00.000Z\",\"0.005571\",\"0.004667\",\"100\"\n\"2024-07-17T02:35:00.000Z\",\"0.005783\",\"0.004718\",\"100\"\n\"2024-07-17T02:40:00.000Z\",\"0.005578\",\"0.004691\",\"100\"\n\"2024-07-17T02:45:00.000Z\",\"0.005633\",\"0.004775\",\"100\"\n\"2024-07-17T02:50:00.000Z\",\"0.005713\",\"0.004717\",\"100\"\n\"2024-07-17T02:55:00.000Z\",\"0.005605\",\"0.004704\",\"100\"\n\"2024-07-17T03:00:00.000Z\",\"0.005535\",\"0.004629\",\"100\"\n\"2024-07-17T03:05:00.000Z\",\"0.005557\",\"0.004688\",\"100\"\n\"2024-07-17T03:10:00.000Z\",\"0.005586\",\"0.004755\",\"100\"\n\"2024-07-17T03:15:00.000Z\",\"0.006092\",\"0.004816\",\"100\"\n\"2024-07-17T03:20:00.000Z\",\"0.005716\",\"0.004762\",\"100\"\n\"2024-07-17T03:25:00.000Z\",\"0.005637\",\"0.004693\",\"100\"\n\"2024-07-17T03:30:00.000Z\",\"0.005774\",\"0.005375\",\"100\"\n\"2024-07-17T03:35:00.000Z\",\"0.00562\",\"0.004637\",\"100\"\n\"2024-07-17T03:40:00.000Z\",\"0.005853\",\"0.004839\",\"100\"\n\"2024-07-17T03:45:00.000Z\",\"0.006301\",\"0.005938\",\"100\"\n\"2024-07-17T03:50:00.000Z\",\"0.005717\",\"0.004832\",\"100\"\n\"2024-07-17T03:55:00.000Z\",\"0.005603\",\"0.004692\",\"100\"\n\"2024-07-17T04:00:00.000Z\",\"0.005571\",\"0.00472\",\"100\"\n\"2024-07-17T04:05:00.000Z\",\"0.005552\",\"0.004695\",\"100\"\n\"2024-07-17T04:10:00.000Z\",\"0.005655\",\"0.004732\",\"100\"\n\"2024-07-17T04:15:00.000Z\",\"0.005568\",\"0.004744\",\"100\"\n\"2024-07-17T04:20:00.000Z\",\"0.005999\",\"0.004746\",\"100\"\n\"2024-07-17T04:25:00.000Z\",\"0.005769\",\"0.004786\",\"100\"\n\"2024-07-17T04:30:00.000Z\",\"0.005542\",\"0.004599\",\"100\"\n\"2024-07-17T04:35:00.000Z\",\"0.005596\",\"0.004722\",\"100\"\n\"2024-07-17T04:40:00.000Z\",\"0.005685\",\"0.004755\",\"100\"\n\"2024-07-17T04:45:00.000Z\",\"0.005693\",\"0.004723\",\"100\"\n\"2024-07-17T04:50:00.000Z\",\"0.005639\",\"0.004736\",\"100\"\n\"2024-07-17T04:55:00.000Z\",\"0.005694\",\"0.005264\",\"100\"\n\"2024-07-17T05:00:00.000Z\",\"0.005595\",\"0.004717\",\"100\"\n\"2024-07-17T05:05:00.000Z\",\"0.005602\",\"0.004702\",\"100\"\n\"2024-07-17T05:10:00.000Z\",\"0.005662\",\"0.004735\",\"100\"\n\"2024-07-17T05:15:00.000Z\",\"0.005781\",\"0.004761\",\"100\"\n\"2024-07-17T05:20:00.000Z\",\"0.005601\",\"0.004677\",\"100\"\n\"2024-07-17T05:25:00.000Z\",\"0.005985\",\"0.004787\",\"100\"\n\"2024-07-17T05:30:00.000Z\",\"0.005513\",\"0.004582\",\"100\"\n\"2024-07-17T05:35:00.000Z\",\"0.005658\",\"0.004671\",\"100\"\n\"2024-07-17T05:40:00.000Z\",\"0.005576\",\"0.00464\",\"100\"\n\"2024-07-17T05:45:00.000Z\",\"0.005517\",\"0.004624\",\"100\"\n\"2024-07-17T05:50:00.000Z\",\"0.005579\",\"0.004722\",\"100\"\n\"2024-07-17T05:55:00.000Z\",\"0.005595\",\"0.004713\",\"100\"\n\"2024-07-17T06:00:00.000Z\",\"0.005641\",\"0.004715\",\"100\"\n\"2024-07-17T06:05:00.000Z\",\"0.005695\",\"0.005311\",\"100\"\n\"2024-07-17T06:10:00.000Z\",\"0.005783\",\"0.004777\",\"100\"\n\"2024-07-17T06:15:00.000Z\",\"0.005727\",\"0.004715\",\"100\"\n\"2024-07-17T06:20:00.000Z\",\"0.005888\",\"0.004732\",\"100\"\n\"2024-07-17T06:25:00.000Z\",\"0.005679\",\"0.00471\",\"100\"\n\"2024-07-17T06:30:00.000Z\",\"0.005525\",\"0.004671\",\"100\"\n\"2024-07-17T06:35:00.000Z\",\"0.005666\",\"0.004757\",\"100\"\n\"2024-07-17T06:40:00.000Z\",\"0.005615\",\"0.004675\",\"100\"\n\"2024-07-17T06:45:00.000Z\",\"0.005688\",\"0.004706\",\"100\"\n\"2024-07-17T06:50:00.000Z\",\"0.005644\",\"0.004697\",\"100\"\n\"2024-07-17T06:55:00.000Z\",\"0.005561\",\"0.004698\",\"100\"\n\"2024-07-17T07:00:00.000Z\",\"0.005463\",\"0.004655\",\"100\"\n\"2024-07-17T07:05:00.000Z\",\"0.005709\",\"0.004689\",\"100\"\n\"2024-07-17T07:10:00.000Z\",\"0.005688\",\"0.005218\",\"100\"\n\"2024-07-17T07:15:00.000Z\",\"0.005657\",\"0.00468\",\"100\"\n\"2024-07-17T07:20:00.000Z\",\"0.006025\",\"0.004811\",\"100\"\n\"2024-07-17T07:25:00.000Z\",\"0.005571\",\"0.004727\",\"100\"\n\"2024-07-17T07:30:00.000Z\",\"0.005469\",\"0.004665\",\"100\"\n\"2024-07-17T07:35:00.000Z\",\"0.005695\",\"0.004762\",\"100\"\n\"2024-07-17T07:40:00.000Z\",\"0.005649\",\"0.004679\",\"100\"\n\"2024-07-17T07:45:00.000Z\",\"0.005575\",\"0.004711\",\"100\"\n\"2024-07-17T07:50:00.000Z\",\"0.005468\",\"0.004638\",\"100\"\n\"2024-07-17T07:55:00.000Z\",\"0.005559\",\"0.00471\",\"100\"\n\"2024-07-17T08:00:00.000Z\",\"0.006565\",\"0.006123\",\"100\"\n\"2024-07-17T08:05:00.000Z\",\"0.005657\",\"0.004716\",\"100\"\n\"2024-07-17T08:10:00.000Z\",\"0.005539\",\"0.004642\",\"100\"\n\"2024-07-17T08:15:00.000Z\",\"0.005563\",\"0.004682\",\"100\"\n\"2024-07-17T08:20:00.000Z\",\"0.005694\",\"0.004725\",\"100\"\n\"2024-07-17T08:25:00.000Z\",\"0.005599\",\"0.004724\",\"100\"\n\"2024-07-17T08:30:00.000Z\",\"0.005937\",\"0.004771\",\"100\"\n\"2024-07-17T08:35:00.000Z\",\"0.005588\",\"0.004734\",\"100\"\n\"2024-07-17T08:40:00.000Z\",\"0.005821\",\"0.005291\",\"100\"\n\"2024-07-17T08:45:00.000Z\",\"0.005688\",\"0.004776\",\"100\"\n\"2024-07-17T08:50:00.000Z\",\"0.005698\",\"0.004661\",\"100\"\n\"2024-07-17T08:55:00.000Z\",\"0.005548\",\"0.004622\",\"100\"\n\"2024-07-17T09:00:00.000Z\",\"0.005586\",\"0.004714\",\"100\"\n\"2024-07-17T09:05:00.000Z\",\"0.005582\",\"0.004698\",\"100\"\n\"2024-07-17T09:10:00.000Z\",\"0.005526\",\"0.004654\",\"100\"\n\"2024-07-17T09:15:00.000Z\",\"0.005585\",\"0.004673\",\"100\"\n\"2024-07-17T09:20:00.000Z\",\"0.005593\",\"0.004626\",\"100\"\n\"2024-07-17T09:25:00.000Z\",\"0.005639\",\"0.004704\",\"100\"\n\"2024-07-17T09:30:00.000Z\",\"0.00557\",\"0.00472\",\"100\"\n\"2024-07-17T09:35:00.000Z\",\"0.006004\",\"0.004786\",\"100\"\n\"2024-07-17T09:40:00.000Z\",\"0.005678\",\"0.004681\",\"100\"\n\"2024-07-17T09:45:00.000Z\",\"0.005701\",\"0.004749\",\"100\"\n\"2024-07-17T09:50:00.000Z\",\"0.005514\",\"0.004639\",\"100\"\n\"2024-07-17T09:55:00.000Z\",\"0.005842\",\"0.005348\",\"100\"\n\"2024-07-17T10:00:00.000Z\",\"0.005514\",\"0.004673\",\"100\"\n\"2024-07-17T10:05:00.000Z\",\"0.0057\",\"0.004733\",\"100\"\n\"2024-07-17T10:10:00.000Z\",\"0.005614\",\"0.004708\",\"100\"\n\"2024-07-17T10:15:00.000Z\",\"0.005589\",\"0.004678\",\"100\"\n\"2024-07-17T10:20:00.000Z\",\"0.005588\",\"0.004687\",\"100\"\n\"2024-07-17T10:25:00.000Z\",\"0.005584\",\"0.004766\",\"100\"\n\"2024-07-17T10:30:00.000Z\",\"0.005741\",\"0.004713\",\"100\"\n\"2024-07-17T10:35:00.000Z\",\"0.005544\",\"0.004655\",\"100\"\n\"2024-07-17T10:40:00.000Z\",\"0.005991\",\"0.004778\",\"100\"\n\"2024-07-17T10:45:00.000Z\",\"0.005649\",\"0.004707\",\"100\"\n\"2024-07-17T10:50:00.000Z\",\"0.00543\",\"0.004688\",\"100\"\n\"2024-07-17T10:55:00.000Z\",\"0.005585\",\"0.004673\",\"100\"\n\"2024-07-17T11:00:00.000Z\",\"0.00558\",\"0.004726\",\"100\"\n\"2024-07-17T11:05:00.000Z\",\"0.005541\",\"0.004728\",\"100\"\n\"2024-07-17T11:10:00.000Z\",\"0.005662\",\"0.004815\",\"100\"\n\"2024-07-17T11:15:00.000Z\",\"0.005655\",\"0.005256\",\"100\"\n\"2024-07-17T11:20:00.000Z\",\"0.005624\",\"0.004648\",\"100\"\n\"2024-07-17T11:25:00.000Z\",\"0.005685\",\"0.004751\",\"100\"\n\"2024-07-17T11:30:00.000Z\",\"0.005593\",\"0.004634\",\"100\"\n\"2024-07-17T11:35:00.000Z\",\"0.005749\",\"0.004697\",\"100\"\n\"2024-07-17T11:40:00.000Z\",\"0.006031\",\"0.004773\",\"100\"\n\"2024-07-17T11:45:00.000Z\",\"0.005786\",\"0.00485\",\"100\"\n\"2024-07-17T11:50:00.000Z\",\"0.00551\",\"0.004651\",\"100\"\n\"2024-07-17T11:55:00.000Z\",\"0.005574\",\"0.004658\",\"100\"\n\"2024-07-17T12:00:00.000Z\",\"0.005682\",\"0.004757\",\"100\"\n\"2024-07-17T12:05:00.000Z\",\"0.00558\",\"0.004689\",\"100\"\n\"2024-07-17T12:10:00.000Z\",\"0.005534\",\"0.004633\",\"100\"\n\"2024-07-17T12:15:00.000Z\",\"0.00565\",\"0.004715\",\"100\"\n\"2024-07-17T12:20:00.000Z\",\"0.006561\",\"0.006073\",\"100\"\n\"2024-07-17T12:25:00.000Z\",\"0.005683\",\"0.004708\",\"100\"\n\"2024-07-17T12:30:00.000Z\",\"0.005667\",\"0.004712\",\"100\"\n\"2024-07-17T12:35:00.000Z\",\"0.005762\",\"0.005373\",\"100\"\n\"2024-07-17T12:40:00.000Z\",\"0.005561\",\"0.00468\",\"100\"\n\"2024-07-17T12:45:00.000Z\",\"0.006049\",\"0.004743\",\"100\"\n\"2024-07-17T12:50:00.000Z\",\"0.005539\",\"0.004657\",\"100\"\n\"2024-07-17T12:55:00.000Z\",\"0.005559\",\"0.004646\",\"100\"\n\"2024-07-17T13:00:00.000Z\",\"0.005624\",\"0.004672\",\"100\"\n\"2024-07-17T13:05:00.000Z\",\"0.005717\",\"0.00473\",\"100\"\n\"2024-07-17T13:10:00.000Z\",\"0.005546\",\"0.004597\",\"100\"\n\"2024-07-17T13:15:00.000Z\",\"0.005669\",\"0.004748\",\"100\"\n\"2024-07-17T13:20:00.000Z\",\"0.005611\",\"0.004739\",\"100\"\n\"2024-07-17T13:25:00.000Z\",\"0.005627\",\"0.004662\",\"100\"\n\"2024-07-17T13:30:00.000Z\",\"0.00573\",\"0.004764\",\"100\"\n\"2024-07-17T13:35:00.000Z\",\"0.005642\",\"0.004653\",\"100\"\n\"2024-07-17T13:40:00.000Z\",\"0.005956\",\"0.004747\",\"100\"\n\"2024-07-17T13:45:00.000Z\",\"0.00577\",\"0.004773\",\"100\"\n\"2024-07-17T13:50:00.000Z\",\"0.005616\",\"0.004789\",\"100\"\n\"2024-07-17T13:55:00.000Z\",\"0.005512\",\"0.004664\",\"100\"\n\"2024-07-17T14:00:00.000Z\",\"0.005774\",\"0.004803\",\"100\"\n\"2024-07-17T14:05:00.000Z\",\"0.005591\",\"0.005175\",\"100\"\n\"2024-07-17T14:10:00.000Z\",\"0.005522\",\"0.004612\",\"100\"\n\"2024-07-17T14:15:00.000Z\",\"0.005512\",\"0.004735\",\"100\"\n\"2024-07-17T14:20:00.000Z\",\"0.005506\",\"0.004617\",\"100\"\n\"2024-07-17T14:25:00.000Z\",\"0.005581\",\"0.00461\",\"100\"\n\"2024-07-17T14:30:00.000Z\",\"0.005679\",\"0.004816\",\"100\"\n\"2024-07-17T14:35:00.000Z\",\"0.005524\",\"0.004628\",\"100\"\n\"2024-07-17T14:40:00.000Z\",\"0.005971\",\"0.004803\",\"100\"\n\"2024-07-17T14:45:00.000Z\",\"0.005737\",\"0.004753\",\"100\"\n\"2024-07-17T14:50:00.000Z\",\"0.005572\",\"0.004649\",\"100\"\n\"2024-07-17T14:55:00.000Z\",\"0.005699\",\"0.004786\",\"100\"\n\"2024-07-17T15:00:00.000Z\",\"0.005651\",\"0.004769\",\"100\"\n\"2024-07-17T15:05:00.000Z\",\"0.005678\",\"0.004675\",\"100\"\n\"2024-07-17T15:10:00.000Z\",\"0.005623\",\"0.004679\",\"100\"\n\"2024-07-17T15:15:00.000Z\",\"0.005613\",\"0.004708\",\"100\"\n\"2024-07-17T15:20:00.000Z\",\"0.005647\",\"0.004731\",\"100\"\n\"2024-07-17T15:25:00.000Z\",\"0.005735\",\"0.005338\",\"100\"\n\"2024-07-17T15:30:00.000Z\",\"0.005625\",\"0.004735\",\"100\"\n\"2024-07-17T15:35:00.000Z\",\"0.006079\",\"0.004827\",\"100\"\n\"2024-07-17T15:40:00.000Z\",\"0.005687\",\"0.004683\",\"100\"\n\"2024-07-17T15:45:00.000Z\",\"0.005701\",\"0.004764\",\"100\"\n\"2024-07-17T15:50:00.000Z\",\"0.005649\",\"0.004697\",\"100\"\n\"2024-07-17T15:55:00.000Z\",\"0.005675\",\"0.004742\",\"100\"\n\"2024-07-17T16:00:00.000Z\",\"0.005492\",\"0.004544\",\"100\"\n\"2024-07-17T16:05:00.000Z\",\"0.005654\",\"0.00472\",\"100\"\n\"2024-07-17T16:10:00.000Z\",\"0.005493\",\"0.00462\",\"100\"\n\"2024-07-17T16:15:00.000Z\",\"0.005649\",\"0.004709\",\"100\"\n\"2024-07-17T16:20:00.000Z\",\"0.005623\",\"0.004762\",\"100\"\n\"2024-07-17T16:25:00.000Z\",\"0.006494\",\"0.00619\",\"100\"\n\"2024-07-17T16:30:00.000Z\",\"0.005878\",\"0.00527\",\"100\"\n\"2024-07-17T16:35:00.000Z\",\"0.005662\",\"0.004722\",\"100\"\n\"2024-07-17T16:40:00.000Z\",\"0.005926\",\"0.004711\",\"100\"\n\"2024-07-17T16:45:00.000Z\",\"0.00568\",\"0.004666\",\"100\"\n\"2024-07-17T16:50:00.000Z\",\"0.005676\",\"0.004696\",\"100\"\n\"2024-07-17T16:55:00.000Z\",\"0.005604\",\"0.004723\",\"100\"\n\"2024-07-17T17:00:00.000Z\",\"0.005606\",\"0.004634\",\"100\"\n\"2024-07-17T17:05:00.000Z\",\"0.005654\",\"0.004743\",\"100\"\n\"2024-07-17T17:10:00.000Z\",\"0.005612\",\"0.004704\",\"100\"\n\"2024-07-17T17:15:00.000Z\",\"0.005748\",\"0.004725\",\"100\"\n\"2024-07-17T17:20:00.000Z\",\"0.005703\",\"0.004786\",\"100\"\n\"2024-07-17T17:25:00.000Z\",\"0.005724\",\"0.004729\",\"100\"\n\"2024-07-17T17:30:00.000Z\",\"0.005637\",\"0.00469\",\"100\"\n\"2024-07-17T17:35:00.000Z\",\"0.006087\",\"0.004855\",\"100\"\n\"2024-07-17T17:40:00.000Z\",\"0.005682\",\"0.005237\",\"100\"\n\"2024-07-17T17:45:00.000Z\",\"0.005661\",\"0.004697\",\"100\"\n\"2024-07-17T17:50:00.000Z\",\"0.005586\",\"0.004721\",\"100\"\n\"2024-07-17T17:55:00.000Z\",\"0.005726\",\"0.00482\",\"100\"\n\"2024-07-17T18:00:00.000Z\",\"0.005605\",\"0.00467\",\"100\"\n\"2024-07-17T18:05:00.000Z\",\"0.005696\",\"0.004729\",\"100\"\n\"2024-07-17T18:10:00.000Z\",\"0.005623\",\"0.004705\",\"100\"\n\"2024-07-17T18:15:00.000Z\",\"0.005556\",\"0.00464\",\"100\"\n\"2024-07-17T18:20:00.000Z\",\"0.005698\",\"0.00473\",\"100\"\n\"2024-07-17T18:25:00.000Z\",\"0.005612\",\"0.004692\",\"100\"\n\"2024-07-17T18:30:00.000Z\",\"0.005958\",\"0.004751\",\"100\"\n\"2024-07-17T18:35:00.000Z\",\"0.005615\",\"0.004698\",\"100\"\n\"2024-07-17T18:40:00.000Z\",\"0.005629\",\"0.004742\",\"100\"\n\"2024-07-17T18:45:00.000Z\",\"0.005736\",\"0.004765\",\"100\"\n\"2024-07-17T18:50:00.000Z\",\"0.005574\",\"0.004648\",\"100\"\n\"2024-07-17T18:55:00.000Z\",\"0.005505\",\"0.004646\",\"100\"\n\"2024-07-17T19:00:00.000Z\",\"0.005467\",\"0.004622\",\"100\"\n\"2024-07-17T19:05:00.000Z\",\"0.005922\",\"0.005362\",\"100\"\n\"2024-07-17T19:10:00.000Z\",\"0.005544\",\"0.004612\",\"100\"\n\"2024-07-17T19:15:00.000Z\",\"0.005695\",\"0.004696\",\"100\"\n\"2024-07-17T19:20:00.000Z\",\"0.005586\",\"0.004687\",\"100\"\n\"2024-07-17T19:25:00.000Z\",\"0.006185\",\"0.004943\",\"100\"\n\"2024-07-17T19:30:00.000Z\",\"0.005602\",\"0.00466\",\"100\"\n\"2024-07-17T19:35:00.000Z\",\"0.005724\",\"0.004734\",\"100\"\n\"2024-07-17T19:40:00.000Z\",\"0.005581\",\"0.004747\",\"100\"\n\"2024-07-17T19:45:00.000Z\",\"0.005595\",\"0.004675\",\"100\"\n\"2024-07-17T19:50:00.000Z\",\"0.005582\",\"0.004659\",\"100\"\n\"2024-07-17T19:55:00.000Z\",\"0.005793\",\"0.00475\",\"100\"\n\"2024-07-17T20:00:00.000Z\",\"0.005546\",\"0.004649\",\"100\"\n\"2024-07-17T20:05:00.000Z\",\"0.005588\",\"0.004679\",\"100\"\n\"2024-07-17T20:10:00.000Z\",\"0.005706\",\"0.004761\",\"100\"\n\"2024-07-17T20:15:00.000Z\",\"0.005611\",\"0.004691\",\"100\"\n\"2024-07-17T20:20:00.000Z\",\"0.005635\",\"0.005249\",\"100\"\n\"2024-07-17T20:25:00.000Z\",\"0.006478\",\"0.005653\",\"100\"\n\"2024-07-17T20:30:00.000Z\",\"0.005904\",\"0.00513\",\"100\"\n\"2024-07-17T20:35:00.000Z\",\"0.005662\",\"0.004755\",\"100\"\n\"2024-07-17T20:40:00.000Z\",\"0.005592\",\"0.004654\",\"100\"\n\"2024-07-17T20:45:00.000Z\",\"0.005457\",\"0.004637\",\"100\"\n\"2024-07-17T20:50:00.000Z\",\"0.005622\",\"0.004638\",\"100\"\n\"2024-07-17T20:55:00.000Z\",\"0.005645\",\"0.004687\",\"100\"\n\"2024-07-17T21:00:00.000Z\",\"0.005568\",\"0.00466\",\"100\"\n\"2024-07-17T21:05:00.000Z\",\"0.00583\",\"0.004802\",\"100\"\n\"2024-07-17T21:10:00.000Z\",\"0.00554\",\"0.004663\",\"100\"\n\"2024-07-17T21:15:00.000Z\",\"0.005643\",\"0.004686\",\"100\"\n\"2024-07-17T21:20:00.000Z\",\"0.005952\",\"0.004743\",\"100\"\n\"2024-07-17T21:25:00.000Z\",\"0.005627\",\"0.004694\",\"100\"\n\"2024-07-17T21:30:00.000Z\",\"0.005539\",\"0.004656\",\"100\"\n\"2024-07-17T21:35:00.000Z\",\"0.005544\",\"0.004691\",\"100\"\n\"2024-07-17T21:40:00.000Z\",\"0.005611\",\"0.004801\",\"100\"\n\"2024-07-17T21:45:00.000Z\",\"0.005712\",\"0.004776\",\"100\"\n\"2024-07-17T21:50:00.000Z\",\"0.005845\",\"0.005317\",\"100\"\n\"2024-07-17T21:55:00.000Z\",\"0.005698\",\"0.00471\",\"100\"\n\"2024-07-17T22:00:00.000Z\",\"0.005552\",\"0.004703\",\"100\"\n\"2024-07-17T22:05:00.000Z\",\"0.005603\",\"0.00466\",\"100\"\n\"2024-07-17T22:10:00.000Z\",\"0.005694\",\"0.004718\",\"100\"\n\"2024-07-17T22:15:00.000Z\",\"0.005608\",\"0.004741\",\"100\"\n\"2024-07-17T22:20:00.000Z\",\"0.005588\",\"0.00465\",\"100\"\n\"2024-07-17T22:25:00.000Z\",\"0.005986\",\"0.004796\",\"100\"\n\"2024-07-17T22:30:00.000Z\",\"0.005471\",\"0.00462\",\"100\"\n\"2024-07-17T22:35:00.000Z\",\"0.005643\",\"0.004726\",\"100\"\n\"2024-07-17T22:40:00.000Z\",\"0.005542\",\"0.004614\",\"100\"\n\"2024-07-17T22:45:00.000Z\",\"0.005581\",\"0.004643\",\"100\"\n\"2024-07-17T22:50:00.000Z\",\"0.005721\",\"0.00479\",\"100\"\n\"2024-07-17T22:55:00.000Z\",\"0.005594\",\"0.004744\",\"100\"\n\"2024-07-17T23:00:00.000Z\",\"0.005553\",\"0.004626\",\"100\"\n\"2024-07-17T23:05:00.000Z\",\"0.005623\",\"0.004758\",\"100\"\n\"2024-07-17T23:10:00.000Z\",\"0.0057\",\"0.004723\",\"100\"\n\"2024-07-17T23:15:00.000Z\",\"0.005629\",\"0.004649\",\"100\"\n\"2024-07-17T23:20:00.000Z\",\"0.006113\",\"0.005361\",\"100\"\n\"2024-07-17T23:25:00.000Z\",\"0.005495\",\"0.004619\",\"100\"\n\"2024-07-17T23:30:00.000Z\",\"0.005649\",\"0.004708\",\"100\"\n\"2024-07-17T23:35:00.000Z\",\"0.005792\",\"0.00481\",\"100\"\n\"2024-07-17T23:40:00.000Z\",\"0.005687\",\"0.004697\",\"100\"\n\"2024-07-17T23:45:00.000Z\",\"0.005594\",\"0.004705\",\"100\"\n\"2024-07-17T23:50:00.000Z\",\"0.005715\",\"0.00475\",\"100\"\n\"2024-07-17T23:55:00.000Z\",\"0.005569\",\"0.004696\",\"100\"\n\"2024-07-18T00:00:00.000Z\",\"0.005311\",\"0.004609\",\"100\"\n\"2024-07-18T00:05:00.000Z\",\"0.005641\",\"0.004746\",\"100\"\n\"2024-07-18T00:10:00.000Z\",\"0.005609\",\"0.004697\",\"100\"\n\"2024-07-18T00:15:00.000Z\",\"0.006928\",\"0.00627\",\"100\"\n\"2024-07-18T00:20:00.000Z\",\"0.005588\",\"0.004675\",\"100\"\n\"2024-07-18T00:25:00.000Z\",\"0.005815\",\"0.004778\",\"100\"\n\"2024-07-18T00:30:00.000Z\",\"0.005567\",\"0.004714\",\"100\"\n\"2024-07-18T00:35:00.000Z\",\"0.005667\",\"0.004683\",\"100\"\n\"2024-07-18T00:40:00.000Z\",\"0.005654\",\"0.004726\",\"100\"\n\"2024-07-18T00:45:00.000Z\",\"0.005772\",\"0.005338\",\"100\"\n\"2024-07-18T00:50:00.000Z\",\"0.005692\",\"0.00471\",\"100\"\n\"2024-07-18T00:55:00.000Z\",\"0.005643\",\"0.00475\",\"100\"\n\"2024-07-18T01:00:00.000Z\",\"0.005534\",\"0.004693\",\"100\"\n\"2024-07-18T01:05:00.000Z\",\"0.005596\",\"0.004662\",\"100\"\n\"2024-07-18T01:10:00.000Z\",\"0.005604\",\"0.004673\",\"100\"\n\"2024-07-18T01:15:00.000Z\",\"0.005985\",\"0.00477\",\"100\"\n\"2024-07-18T01:20:00.000Z\",\"0.005654\",\"0.00472\",\"100\"\n\"2024-07-18T01:25:00.000Z\",\"0.005568\",\"0.004642\",\"100\"\n\"2024-07-18T01:30:00.000Z\",\"0.005748\",\"0.004704\",\"100\"\n\"2024-07-18T01:35:00.000Z\",\"0.00563\",\"0.004691\",\"100\"\n\"2024-07-18T01:40:00.000Z\",\"0.005629\",\"0.004797\",\"100\"\n\"2024-07-18T01:45:00.000Z\",\"0.005552\",\"0.004669\",\"100\"\n\"2024-07-18T01:50:00.000Z\",\"0.005591\",\"0.004703\",\"100\"\n\"2024-07-18T01:55:00.000Z\",\"0.0056\",\"0.004662\",\"100\"\n\"2024-07-18T02:00:00.000Z\",\"0.00562\",\"0.004681\",\"100\"\n\"2024-07-18T02:05:00.000Z\",\"0.005725\",\"0.005349\",\"100\"\n\"2024-07-18T02:10:00.000Z\",\"0.005905\",\"0.004738\",\"100\"\n\"2024-07-18T02:15:00.000Z\",\"0.005798\",\"0.00476\",\"100\"\n\"2024-07-18T02:20:00.000Z\",\"0.005576\",\"0.004673\",\"100\"\n\"2024-07-18T02:25:00.000Z\",\"0.005649\",\"0.004696\",\"100\"\n\"2024-07-18T02:30:00.000Z\",\"0.005669\",\"0.004749\",\"100\"\n\"2024-07-18T02:35:00.000Z\",\"0.005607\",\"0.004698\",\"100\"\n\"2024-07-18T02:40:00.000Z\",\"0.00562\",\"0.004744\",\"100\"\n\"2024-07-18T02:45:00.000Z\",\"0.005657\",\"0.004777\",\"100\"\n\"2024-07-18T02:50:00.000Z\",\"0.005534\",\"0.00463\",\"100\"\n\"2024-07-18T02:55:00.000Z\",\"0.005593\",\"0.004649\",\"100\"\n\"2024-07-18T03:00:00.000Z\",\"0.005657\",\"0.004738\",\"100\"\n\"2024-07-18T03:05:00.000Z\",\"0.005853\",\"0.00532\",\"100\"\n\"2024-07-18T03:10:00.000Z\",\"0.005558\",\"0.004691\",\"100\"\n\"2024-07-18T03:15:00.000Z\",\"0.00596\",\"0.004807\",\"100\"\n\"2024-07-18T03:20:00.000Z\",\"0.005638\",\"0.004658\",\"100\"\n\"2024-07-18T03:25:00.000Z\",\"0.005639\",\"0.00471\",\"100\"\n\"2024-07-18T03:30:00.000Z\",\"0.005614\",\"0.004697\",\"100\"\n\"2024-07-18T03:35:00.000Z\",\"0.005622\",\"0.004697\",\"100\"\n\"2024-07-18T03:40:00.000Z\",\"0.005663\",\"0.004676\",\"100\"\n\"2024-07-18T03:45:00.000Z\",\"0.005627\",\"0.004759\",\"100\"\n\"2024-07-18T03:50:00.000Z\",\"0.00569\",\"0.004777\",\"100\"\n\"2024-07-18T03:55:00.000Z\",\"0.005761\",\"0.004718\",\"100\"\n\"2024-07-18T04:00:00.000Z\",\"0.005702\",\"0.004667\",\"100\"\n\"2024-07-18T04:05:00.000Z\",\"0.005731\",\"0.005272\",\"100\"\n\"2024-07-18T04:10:00.000Z\",\"0.005981\",\"0.004778\",\"100\"\n\"2024-07-18T04:15:00.000Z\",\"0.005736\",\"0.004814\",\"100\"\n\"2024-07-18T04:20:00.000Z\",\"0.005626\",\"0.004629\",\"100\"\n\"2024-07-18T04:25:00.000Z\",\"0.005625\",\"0.004716\",\"100\"\n\"2024-07-18T04:30:00.000Z\",\"0.005471\",\"0.004587\",\"100\"\n\"2024-07-18T04:35:00.000Z\",\"0.005759\",\"0.004819\",\"100\"\n\"2024-07-18T04:40:00.000Z\",\"0.006594\",\"0.006154\",\"100\"\n\"2024-07-18T04:45:00.000Z\",\"0.005674\",\"0.004747\",\"100\"\n\"2024-07-18T04:50:00.000Z\",\"0.00563\",\"0.004684\",\"100\"\n\"2024-07-18T04:55:00.000Z\",\"0.0057\",\"0.004764\",\"100\"\n\"2024-07-18T05:00:00.000Z\",\"0.005626\",\"0.004659\",\"100\"\n\"2024-07-18T05:05:00.000Z\",\"0.005681\",\"0.004739\",\"100\"\n\"2024-07-18T05:10:00.000Z\",\"0.006053\",\"0.004787\",\"100\"\n\"2024-07-18T05:15:00.000Z\",\"0.005652\",\"0.004704\",\"100\"\n\"2024-07-18T05:20:00.000Z\",\"0.0057\",\"0.00475\",\"100\"\n\"2024-07-18T05:25:00.000Z\",\"0.005718\",\"0.004762\",\"100\"\n\"2024-07-18T05:30:00.000Z\",\"0.005681\",\"0.005238\",\"100\"\n\"2024-07-18T05:35:00.000Z\",\"0.005597\",\"0.004712\",\"100\"\n\"2024-07-18T05:40:00.000Z\",\"0.005411\",\"0.004534\",\"100\"\n\"2024-07-18T05:45:00.000Z\",\"0.005655\",\"0.004782\",\"100\"\n\"2024-07-18T05:50:00.000Z\",\"0.005532\",\"0.004679\",\"100\"\n\"2024-07-18T05:55:00.000Z\",\"0.005658\",\"0.004697\",\"100\"\n\"2024-07-18T06:00:00.000Z\",\"0.005644\",\"0.004729\",\"100\"\n\"2024-07-18T06:05:00.000Z\",\"0.005469\",\"0.004671\",\"100\"\n\"2024-07-18T06:10:00.000Z\",\"0.005414\",\"0.004541\",\"100\"\n\"2024-07-18T06:15:00.000Z\",\"0.005964\",\"0.004804\",\"100\"\n"},{"id":"5c4365f1-a996-4d0d-8565-8b00f5520dbe","name":"Get VXC Telemetry - CSV Multiple Telemetry Types (Days)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"},{"key":"Accept","value":"text/csv"}],"url":{"raw":"{{baseUrl}}/v2/product/vxc/b3a2231f-e502-4da7-956a-e2d947881271/telemetry?type=A_BITS&days=5&type=A_PACKETS","host":["{{baseUrl}}"],"path":["v2","product","vxc","b3a2231f-e502-4da7-956a-e2d947881271","telemetry"],"query":[{"key":"type","value":"A_BITS","description":"Indicates the type of metric. Values include `A_BITS`, `B_BITS`, `A_PACKETS`, and `B_PACKETS`. Multiple telemetry types can be passed. (Required - string)"},{"key":"from","value":"1718010019000","description":"Milliseconds since epoch. When not provided, returns the single most recent measurement. You can use a tool such as https://www.epochconverter.com/ for conversion to and from dates. (Optional - string)","disabled":true},{"key":"to","value":"1721280419000","description":"Milliseconds since epoch. When not provided, returns the single most recent measurement. You can use a tool such as https://www.epochconverter.com/ for conversion to and from dates. (Optional - string) ","disabled":true},{"key":"days","value":"5","description":"The number of days in the past from today for which to return telemetry details. This parameter is mutually exclusive from \"to\" and \"from\". (Optional - string)"},{"key":"type","value":"A_PACKETS","description":"Indicates the type of metric. Values include `A_BITS`, `B_BITS`, `A_PACKETS`, and `B_PACKETS`. Multiple telemetry types can be passed. (Required - string)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Thu, 18 Jul 2024 06:20:42 GMT"},{"key":"Content-Type","value":"text/csv;charset=ISO-8859-1"},{"key":"Content-Length","value":"122785"},{"key":"Connection","value":"keep-alive"},{"key":"trace-id","value":"b171f99b3566a65e128d4116240e6f2f"},{"key":"vary","value":"Origin"},{"key":"vary","value":"Access-Control-Request-Method"},{"key":"vary","value":"Access-Control-Request-Headers"},{"key":"x-correlation-id","value":"b171f99b3566a65e128d4116240e6f2f"},{"key":"x-amzn-trace-id","value":"Root=1-6698b43a-3416297c33beb00d560c5d6d"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"content-disposition","value":"attachment; filename=b3a2231f-e502-4da7-956a-e2d947881271-telemetry.csv"},{"key":"server-timing","value":"app;dur=118"},{"key":"etag","value":"\"011686156ada6799d84f7bfb15b7b7c70\""},{"key":"x-xss-protection","value":"1 ; mode=block"},{"key":"strict-transport-security","value":"max-age=31536000; preload"},{"key":"strict-transport-security","value":"max-age=31536000; preload"},{"key":"referrer-policy","value":"no-referrer"},{"key":"content-security-policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"x-download-options","value":"noopen"},{"key":"x-permitted-cross-domain-policies","value":"none"}],"cookie":[],"responseTime":null,"body":"\"Timestamp\",\"A Bandwidth In (Mbps)\",\"A Bandwidth Out (Mbps)\",\"A Bandwidth Configured speed (Mbps)\",\"A Packets In (pps)\",\"A Packets Out (pps)\"\n\"2024-07-13T06:25:00.000Z\",\"0.005583\",\"0.004736\",\"100\",\"4.336666666666667\",\"4.306666666666667\"\n\"2024-07-13T06:30:00.000Z\",\"0.005825\",\"0.005413\",\"100\",\"4.463333333333333\",\"4.47\"\n\"2024-07-13T06:35:00.000Z\",\"0.005685\",\"0.004712\",\"100\",\"4.39\",\"4.3\"\n\"2024-07-13T06:40:00.000Z\",\"0.005573\",\"0.004669\",\"100\",\"4.3133333333333335\",\"4.256666666666667\"\n\"2024-07-13T06:45:00.000Z\",\"0.005714\",\"0.004753\",\"100\",\"4.383333333333334\",\"4.326666666666667\"\n\"2024-07-13T06:50:00.000Z\",\"0.006028\",\"0.00479\",\"100\",\"4.4\",\"4.3533333333333335\"\n\"2024-07-13T06:55:00.000Z\",\"0.00556\",\"0.004673\",\"100\",\"4.333333333333333\",\"4.26\"\n\"2024-07-13T07:00:00.000Z\",\"0.005613\",\"0.0046\",\"100\",\"4.286666666666667\",\"4.2\"\n\"2024-07-13T07:05:00.000Z\",\"0.005774\",\"0.004711\",\"100\",\"4.3966666666666665\",\"4.3\"\n\"2024-07-13T07:10:00.000Z\",\"0.00567\",\"0.004717\",\"100\",\"4.3533333333333335\",\"4.296666666666667\"\n\"2024-07-13T07:15:00.000Z\",\"0.005711\",\"0.004715\",\"100\",\"4.386666666666667\",\"4.296666666666667\"\n\"2024-07-13T07:20:00.000Z\",\"0.00567\",\"0.004753\",\"100\",\"4.373333333333333\",\"4.316666666666666\"\n\"2024-07-13T07:25:00.000Z\",\"0.005664\",\"0.004745\",\"100\",\"4.36\",\"4.31\"\n\"2024-07-13T07:30:00.000Z\",\"0.005575\",\"0.004652\",\"100\",\"4.31\",\"4.26\"\n\"2024-07-13T07:35:00.000Z\",\"0.005699\",\"0.004768\",\"100\",\"4.433333333333334\",\"4.346666666666667\"\n\"2024-07-13T07:40:00.000Z\",\"0.005622\",\"0.004739\",\"100\",\"4.333333333333333\",\"4.3\"\n\"2024-07-13T07:45:00.000Z\",\"0.005775\",\"0.005301\",\"100\",\"4.42\",\"4.383333333333334\"\n\"2024-07-13T07:50:00.000Z\",\"0.006138\",\"0.004832\",\"100\",\"4.42\",\"4.376666666666667\"\n\"2024-07-13T07:55:00.000Z\",\"0.00567\",\"0.004725\",\"100\",\"4.386666666666667\",\"4.3\"\n\"2024-07-13T08:00:00.000Z\",\"0.005539\",\"0.004607\",\"100\",\"4.286666666666667\",\"4.213333333333333\"\n\"2024-07-13T08:05:00.000Z\",\"0.00553\",\"0.004674\",\"100\",\"4.316666666666666\",\"4.27\"\n\"2024-07-13T08:10:00.000Z\",\"0.005604\",\"0.004718\",\"100\",\"4.336666666666667\",\"4.3\"\n\"2024-07-13T08:15:00.000Z\",\"0.00555\",\"0.004619\",\"100\",\"4.286666666666667\",\"4.226666666666667\"\n\"2024-07-13T08:20:00.000Z\",\"0.005597\",\"0.004695\",\"100\",\"4.346666666666667\",\"4.283333333333333\"\n\"2024-07-13T08:25:00.000Z\",\"0.005568\",\"0.004758\",\"100\",\"4.343333333333334\",\"4.323333333333333\"\n\"2024-07-13T08:30:00.000Z\",\"0.005604\",\"0.004707\",\"100\",\"4.32\",\"4.276666666666666\"\n\"2024-07-13T08:35:00.000Z\",\"0.005706\",\"0.004751\",\"100\",\"4.3566666666666665\",\"4.316666666666666\"\n\"2024-07-13T08:40:00.000Z\",\"0.005646\",\"0.004718\",\"100\",\"4.373333333333333\",\"4.306666666666667\"\n\"2024-07-13T08:45:00.000Z\",\"0.006106\",\"0.004852\",\"100\",\"4.433333333333334\",\"4.383333333333334\"\n\"2024-07-13T08:50:00.000Z\",\"0.005614\",\"0.004705\",\"100\",\"4.34\",\"4.29\"\n\"2024-07-13T08:55:00.000Z\",\"0.005674\",\"0.004752\",\"100\",\"4.41\",\"4.323333333333333\"\n\"2024-07-13T09:00:00.000Z\",\"0.005627\",\"0.004705\",\"100\",\"4.333333333333333\",\"4.283333333333333\"\n\"2024-07-13T09:05:00.000Z\",\"0.005576\",\"0.004666\",\"100\",\"4.306666666666667\",\"4.256666666666667\"\n\"2024-07-13T09:10:00.000Z\",\"0.005637\",\"0.004715\",\"100\",\"4.3566666666666665\",\"4.303333333333334\"\n\"2024-07-13T09:15:00.000Z\",\"0.005673\",\"0.005268\",\"100\",\"4.373333333333333\",\"4.36\"\n\"2024-07-13T09:20:00.000Z\",\"0.005687\",\"0.004691\",\"100\",\"4.3133333333333335\",\"4.263333333333334\"\n\"2024-07-13T09:25:00.000Z\",\"0.005663\",\"0.004792\",\"100\",\"4.37\",\"4.343333333333334\"\n\"2024-07-13T09:30:00.000Z\",\"0.005712\",\"0.00473\",\"100\",\"4.37\",\"4.296666666666667\"\n\"2024-07-13T09:35:00.000Z\",\"0.005624\",\"0.004738\",\"100\",\"4.3533333333333335\",\"4.31\"\n\"2024-07-13T09:40:00.000Z\",\"0.005642\",\"0.004649\",\"100\",\"4.36\",\"4.26\"\n\"2024-07-13T09:45:00.000Z\",\"0.005981\",\"0.00472\",\"100\",\"4.363333333333333\",\"4.306666666666667\"\n\"2024-07-13T09:50:00.000Z\",\"0.00566\",\"0.004685\",\"100\",\"4.366666666666666\",\"4.29\"\n\"2024-07-13T09:55:00.000Z\",\"0.005674\",\"0.004731\",\"100\",\"4.413333333333333\",\"4.3\"\n\"2024-07-13T10:00:00.000Z\",\"0.005603\",\"0.004712\",\"100\",\"4.316666666666666\",\"4.283333333333333\"\n\"2024-07-13T10:05:00.000Z\",\"0.005718\",\"0.004757\",\"100\",\"4.34\",\"4.31\"\n\"2024-07-13T10:10:00.000Z\",\"0.005653\",\"0.004796\",\"100\",\"4.3966666666666665\",\"4.363333333333333\"\n\"2024-07-13T10:15:00.000Z\",\"0.005626\",\"0.00473\",\"100\",\"4.34\",\"4.3\"\n\"2024-07-13T10:20:00.000Z\",\"0.005555\",\"0.00467\",\"100\",\"4.31\",\"4.256666666666667\"\n\"2024-07-13T10:25:00.000Z\",\"0.005535\",\"0.004615\",\"100\",\"4.27\",\"4.203333333333333\"\n\"2024-07-13T10:30:00.000Z\",\"0.00655\",\"0.006688\",\"100\",\"5.09\",\"5.043333333333333\"\n\"2024-07-13T10:35:00.000Z\",\"0.005746\",\"0.004809\",\"100\",\"4.3933333333333335\",\"4.36\"\n\"2024-07-13T10:40:00.000Z\",\"0.005566\",\"0.004615\",\"100\",\"4.29\",\"4.226666666666667\"\n\"2024-07-13T10:45:00.000Z\",\"0.006038\",\"0.004847\",\"100\",\"4.3966666666666665\",\"4.373333333333333\"\n\"2024-07-13T10:50:00.000Z\",\"0.005571\",\"0.00459\",\"100\",\"4.303333333333334\",\"4.206666666666667\"\n\"2024-07-13T10:55:00.000Z\",\"0.005744\",\"0.004682\",\"100\",\"4.376666666666667\",\"4.273333333333333\"\n\"2024-07-13T11:00:00.000Z\",\"0.005687\",\"0.00477\",\"100\",\"4.3933333333333335\",\"4.346666666666667\"\n\"2024-07-13T11:05:00.000Z\",\"0.005657\",\"0.004737\",\"100\",\"4.366666666666666\",\"4.31\"\n\"2024-07-13T11:10:00.000Z\",\"0.005679\",\"0.004661\",\"100\",\"4.373333333333333\",\"4.276666666666666\"\n\"2024-07-13T11:15:00.000Z\",\"0.005642\",\"0.004713\",\"100\",\"4.35\",\"4.28\"\n\"2024-07-13T11:20:00.000Z\",\"0.005637\",\"0.004739\",\"100\",\"4.3533333333333335\",\"4.32\"\n\"2024-07-13T11:25:00.000Z\",\"0.005649\",\"0.004669\",\"100\",\"4.3566666666666665\",\"4.266666666666667\"\n\"2024-07-13T11:30:00.000Z\",\"0.005599\",\"0.004666\",\"100\",\"4.34\",\"4.266666666666667\"\n\"2024-07-13T11:35:00.000Z\",\"0.005721\",\"0.004701\",\"100\",\"4.383333333333334\",\"4.283333333333333\"\n\"2024-07-13T11:40:00.000Z\",\"0.005778\",\"0.004687\",\"100\",\"4.363333333333333\",\"4.273333333333333\"\n\"2024-07-13T11:45:00.000Z\",\"0.006105\",\"0.005348\",\"100\",\"4.4366666666666665\",\"4.416666666666667\"\n\"2024-07-13T11:50:00.000Z\",\"0.005503\",\"0.004618\",\"100\",\"4.29\",\"4.236666666666666\"\n\"2024-07-13T11:55:00.000Z\",\"0.0056\",\"0.004688\",\"100\",\"4.34\",\"4.273333333333333\"\n\"2024-07-13T12:00:00.000Z\",\"0.005623\",\"0.004738\",\"100\",\"4.363333333333333\",\"4.316666666666666\"\n\"2024-07-13T12:05:00.000Z\",\"0.005651\",\"0.004741\",\"100\",\"4.366666666666666\",\"4.31\"\n\"2024-07-13T12:10:00.000Z\",\"0.005549\",\"0.004661\",\"100\",\"4.293333333333333\",\"4.253333333333333\"\n\"2024-07-13T12:15:00.000Z\",\"0.005626\",\"0.004669\",\"100\",\"4.36\",\"4.273333333333333\"\n\"2024-07-13T12:20:00.000Z\",\"0.005653\",\"0.00468\",\"100\",\"4.35\",\"4.28\"\n\"2024-07-13T12:25:00.000Z\",\"0.005782\",\"0.004731\",\"100\",\"4.386666666666667\",\"4.3133333333333335\"\n\"2024-07-13T12:30:00.000Z\",\"0.005497\",\"0.00467\",\"100\",\"4.296666666666667\",\"4.276666666666666\"\n\"2024-07-13T12:35:00.000Z\",\"0.005615\",\"0.004683\",\"100\",\"4.323333333333333\",\"4.266666666666667\"\n\"2024-07-13T12:40:00.000Z\",\"0.005964\",\"0.004727\",\"100\",\"4.366666666666666\",\"4.306666666666667\"\n\"2024-07-13T12:45:00.000Z\",\"0.005681\",\"0.004742\",\"100\",\"4.38\",\"4.316666666666666\"\n\"2024-07-13T12:50:00.000Z\",\"0.005693\",\"0.005229\",\"100\",\"4.363333333333333\",\"4.33\"\n\"2024-07-13T12:55:00.000Z\",\"0.005587\",\"0.004692\",\"100\",\"4.326666666666667\",\"4.27\"\n\"2024-07-13T13:00:00.000Z\",\"0.005545\",\"0.004583\",\"100\",\"4.31\",\"4.206666666666667\"\n\"2024-07-13T13:05:00.000Z\",\"0.005649\",\"0.0047\",\"100\",\"4.376666666666667\",\"4.306666666666667\"\n\"2024-07-13T13:10:00.000Z\",\"0.005665\",\"0.004706\",\"100\",\"4.326666666666667\",\"4.283333333333333\"\n\"2024-07-13T13:15:00.000Z\",\"0.005677\",\"0.004756\",\"100\",\"4.366666666666666\",\"4.33\"\n\"2024-07-13T13:20:00.000Z\",\"0.00559\",\"0.004653\",\"100\",\"4.323333333333333\",\"4.253333333333333\"\n\"2024-07-13T15:35:00.000Z\",\"\",\"\",\"100\",\"\",\"\"\n\"2024-07-13T15:40:00.000Z\",\"0.005636\",\"0.00469\",\"100\",\"4.346666666666667\",\"4.276666666666666\"\n\"2024-07-13T15:45:00.000Z\",\"0.00603\",\"0.004849\",\"100\",\"4.383333333333334\",\"4.366666666666666\"\n\"2024-07-13T15:50:00.000Z\",\"0.00559\",\"0.004665\",\"100\",\"4.316666666666666\",\"4.266666666666667\"\n\"2024-07-13T15:55:00.000Z\",\"0.005797\",\"0.004813\",\"100\",\"4.466666666666667\",\"4.376666666666667\"\n\"2024-07-13T16:00:00.000Z\",\"0.005574\",\"0.004762\",\"100\",\"4.34\",\"4.316666666666666\"\n\"2024-07-13T16:05:00.000Z\",\"0.005689\",\"0.004762\",\"100\",\"4.39\",\"4.336666666666667\"\n\"2024-07-13T16:10:00.000Z\",\"0.005759\",\"0.004763\",\"100\",\"4.423333333333333\",\"4.336666666666667\"\n\"2024-07-13T16:15:00.000Z\",\"0.005577\",\"0.004658\",\"100\",\"4.323333333333333\",\"4.253333333333333\"\n\"2024-07-13T16:20:00.000Z\",\"0.005669\",\"0.004723\",\"100\",\"4.34\",\"4.3\"\n\"2024-07-13T16:25:00.000Z\",\"0.005644\",\"0.004722\",\"100\",\"4.373333333333333\",\"4.3\"\n\"2024-07-13T16:30:00.000Z\",\"0.005899\",\"0.005343\",\"100\",\"4.4366666666666665\",\"4.416666666666667\"\n\"2024-07-13T16:35:00.000Z\",\"0.005665\",\"0.004716\",\"100\",\"4.363333333333333\",\"4.293333333333333\"\n\"2024-07-13T16:40:00.000Z\",\"0.005677\",\"0.004736\",\"100\",\"4.36\",\"4.3133333333333335\"\n\"2024-07-13T16:45:00.000Z\",\"0.005633\",\"0.004659\",\"100\",\"4.346666666666667\",\"4.256666666666667\"\n\"2024-07-13T16:50:00.000Z\",\"0.005992\",\"0.004789\",\"100\",\"4.36\",\"4.333333333333333\"\n\"2024-07-13T16:55:00.000Z\",\"0.005676\",\"0.004721\",\"100\",\"4.373333333333333\",\"4.296666666666667\"\n\"2024-07-13T17:00:00.000Z\",\"0.005533\",\"0.004638\",\"100\",\"4.316666666666666\",\"4.24\"\n\"2024-07-13T17:05:00.000Z\",\"0.005623\",\"0.004691\",\"100\",\"4.32\",\"4.263333333333334\"\n\"2024-07-13T17:10:00.000Z\",\"0.005647\",\"0.004795\",\"100\",\"4.366666666666666\",\"4.36\"\n\"2024-07-13T17:15:00.000Z\",\"0.005625\",\"0.00471\",\"100\",\"4.343333333333334\",\"4.29\"\n\"2024-07-13T17:20:00.000Z\",\"0.005715\",\"0.004676\",\"100\",\"4.3533333333333335\",\"4.283333333333333\"\n\"2024-07-13T17:25:00.000Z\",\"0.005583\",\"0.004702\",\"100\",\"4.37\",\"4.3\"\n\"2024-07-13T17:30:00.000Z\",\"0.005607\",\"0.004693\",\"100\",\"4.33\",\"4.283333333333333\"\n\"2024-07-13T17:35:00.000Z\",\"0.005765\",\"0.005297\",\"100\",\"4.41\",\"4.383333333333334\"\n\"2024-07-13T17:40:00.000Z\",\"0.005538\",\"0.004629\",\"100\",\"4.303333333333334\",\"4.23\"\n\"2024-07-13T17:45:00.000Z\",\"0.005611\",\"0.004728\",\"100\",\"4.3533333333333335\",\"4.306666666666667\"\n\"2024-07-13T17:50:00.000Z\",\"0.005635\",\"0.004793\",\"100\",\"4.336666666666667\",\"4.346666666666667\"\n\"2024-07-13T17:55:00.000Z\",\"0.006092\",\"0.004888\",\"100\",\"4.4366666666666665\",\"4.406666666666666\"\n\"2024-07-13T18:00:00.000Z\",\"0.00565\",\"0.004721\",\"100\",\"4.413333333333333\",\"4.316666666666666\"\n\"2024-07-13T18:05:00.000Z\",\"0.005779\",\"0.004715\",\"100\",\"4.38\",\"4.283333333333333\"\n\"2024-07-13T18:10:00.000Z\",\"0.005649\",\"0.004767\",\"100\",\"4.35\",\"4.32\"\n\"2024-07-13T18:15:00.000Z\",\"0.005638\",\"0.004681\",\"100\",\"4.3566666666666665\",\"4.273333333333333\"\n\"2024-07-13T18:20:00.000Z\",\"0.005654\",\"0.00473\",\"100\",\"4.3566666666666665\",\"4.303333333333334\"\n\"2024-07-13T18:25:00.000Z\",\"0.005649\",\"0.004697\",\"100\",\"4.363333333333333\",\"4.283333333333333\"\n\"2024-07-13T18:30:00.000Z\",\"0.005606\",\"0.004707\",\"100\",\"4.34\",\"4.296666666666667\"\n\"2024-07-13T18:35:00.000Z\",\"0.00571\",\"0.004729\",\"100\",\"4.38\",\"4.306666666666667\"\n\"2024-07-13T18:40:00.000Z\",\"0.005567\",\"0.00467\",\"100\",\"4.31\",\"4.263333333333334\"\n\"2024-07-13T18:45:00.000Z\",\"0.005922\",\"0.004996\",\"100\",\"4.5633333333333335\",\"4.49\"\n\"2024-07-13T18:50:00.000Z\",\"0.006921\",\"0.006626\",\"100\",\"5.013333333333334\",\"5.006666666666667\"\n\"2024-07-13T18:55:00.000Z\",\"0.005598\",\"0.004686\",\"100\",\"4.343333333333334\",\"4.273333333333333\"\n\"2024-07-13T19:00:00.000Z\",\"0.005635\",\"0.004721\",\"100\",\"4.3533333333333335\",\"4.303333333333334\"\n\"2024-07-13T19:05:00.000Z\",\"0.005627\",\"0.004706\",\"100\",\"4.3566666666666665\",\"4.283333333333333\"\n\"2024-07-13T19:10:00.000Z\",\"0.005632\",\"0.004689\",\"100\",\"4.3533333333333335\",\"4.28\"\n\"2024-07-13T19:15:00.000Z\",\"0.005648\",\"0.004709\",\"100\",\"4.343333333333334\",\"4.276666666666666\"\n\"2024-07-13T19:20:00.000Z\",\"0.005561\",\"0.004627\",\"100\",\"4.323333333333333\",\"4.236666666666666\"\n\"2024-07-13T19:25:00.000Z\",\"0.005725\",\"0.004759\",\"100\",\"4.3966666666666665\",\"4.32\"\n\"2024-07-13T19:30:00.000Z\",\"0.00568\",\"0.004745\",\"100\",\"4.383333333333334\",\"4.316666666666666\"\n\"2024-07-13T19:35:00.000Z\",\"0.005682\",\"0.004734\",\"100\",\"4.386666666666667\",\"4.31\"\n\"2024-07-13T19:40:00.000Z\",\"0.00566\",\"0.004716\",\"100\",\"4.36\",\"4.29\"\n\"2024-07-13T19:45:00.000Z\",\"0.005819\",\"0.00483\",\"100\",\"4.433333333333334\",\"4.3933333333333335\"\n\"2024-07-13T19:50:00.000Z\",\"0.005981\",\"0.004745\",\"100\",\"4.3566666666666665\",\"4.316666666666666\"\n\"2024-07-13T19:55:00.000Z\",\"0.005715\",\"0.004843\",\"100\",\"4.39\",\"4.383333333333334\"\n\"2024-07-13T20:00:00.000Z\",\"0.005506\",\"0.004676\",\"100\",\"4.333333333333333\",\"4.29\"\n\"2024-07-13T20:05:00.000Z\",\"0.00574\",\"0.00472\",\"100\",\"4.4\",\"4.296666666666667\"\n\"2024-07-13T20:10:00.000Z\",\"0.005736\",\"0.005246\",\"100\",\"4.3933333333333335\",\"4.343333333333334\"\n\"2024-07-13T20:15:00.000Z\",\"0.005594\",\"0.004692\",\"100\",\"4.35\",\"4.28\"\n\"2024-07-13T20:20:00.000Z\",\"0.005617\",\"0.004613\",\"100\",\"4.32\",\"4.22\"\n\"2024-07-13T20:25:00.000Z\",\"0.005594\",\"0.004678\",\"100\",\"4.336666666666667\",\"4.276666666666666\"\n\"2024-07-13T20:30:00.000Z\",\"0.005675\",\"0.004806\",\"100\",\"4.37\",\"4.36\"\n\"2024-07-13T20:35:00.000Z\",\"0.005697\",\"0.004782\",\"100\",\"4.383333333333334\",\"4.336666666666667\"\n\"2024-07-13T20:40:00.000Z\",\"0.00565\",\"0.004698\",\"100\",\"4.3533333333333335\",\"4.286666666666667\"\n\"2024-07-13T20:45:00.000Z\",\"0.005753\",\"0.0047\",\"100\",\"4.3566666666666665\",\"4.283333333333333\"\n\"2024-07-13T20:50:00.000Z\",\"0.006028\",\"0.004749\",\"100\",\"4.39\",\"4.3133333333333335\"\n\"2024-07-13T20:55:00.000Z\",\"0.005738\",\"0.004804\",\"100\",\"4.3933333333333335\",\"4.35\"\n\"2024-07-13T21:00:00.000Z\",\"0.005585\",\"0.004631\",\"100\",\"4.34\",\"4.256666666666667\"\n\"2024-07-13T21:05:00.000Z\",\"0.005672\",\"0.004749\",\"100\",\"4.386666666666667\",\"4.316666666666666\"\n\"2024-07-13T21:10:00.000Z\",\"0.005688\",\"0.005286\",\"100\",\"4.386666666666667\",\"4.386666666666667\"\n\"2024-07-13T21:15:00.000Z\",\"0.005629\",\"0.004663\",\"100\",\"4.34\",\"4.26\"\n\"2024-07-13T21:20:00.000Z\",\"0.005639\",\"0.004694\",\"100\",\"4.35\",\"4.28\"\n\"2024-07-13T21:25:00.000Z\",\"0.005634\",\"0.004673\",\"100\",\"4.336666666666667\",\"4.263333333333334\"\n\"2024-07-13T21:30:00.000Z\",\"0.005666\",\"0.00473\",\"100\",\"4.3533333333333335\",\"4.303333333333334\"\n\"2024-07-13T21:35:00.000Z\",\"0.005694\",\"0.004789\",\"100\",\"4.3933333333333335\",\"4.34\"\n\"2024-07-13T21:40:00.000Z\",\"0.005662\",\"0.004707\",\"100\",\"4.32\",\"4.293333333333333\"\n\"2024-07-13T21:45:00.000Z\",\"0.005666\",\"0.004731\",\"100\",\"4.3566666666666665\",\"4.303333333333334\"\n\"2024-07-13T21:50:00.000Z\",\"0.006035\",\"0.004842\",\"100\",\"4.3933333333333335\",\"4.376666666666667\"\n\"2024-07-13T21:55:00.000Z\",\"0.005661\",\"0.004682\",\"100\",\"4.376666666666667\",\"4.283333333333333\"\n\"2024-07-13T22:00:00.000Z\",\"0.00568\",\"0.004663\",\"100\",\"4.35\",\"4.256666666666667\"\n\"2024-07-13T22:05:00.000Z\",\"0.005529\",\"0.004679\",\"100\",\"4.336666666666667\",\"4.273333333333333\"\n\"2024-07-13T22:10:00.000Z\",\"0.005653\",\"0.004723\",\"100\",\"4.336666666666667\",\"4.29\"\n\"2024-07-13T22:15:00.000Z\",\"0.005651\",\"0.004706\",\"100\",\"4.36\",\"4.28\"\n\"2024-07-13T22:20:00.000Z\",\"0.005642\",\"0.004723\",\"100\",\"4.3566666666666665\",\"4.31\"\n\"2024-07-13T22:25:00.000Z\",\"0.005675\",\"0.004689\",\"100\",\"4.3566666666666665\",\"4.273333333333333\"\n\"2024-07-13T22:30:00.000Z\",\"0.005759\",\"0.005301\",\"100\",\"4.403333333333333\",\"4.386666666666667\"\n\"2024-07-13T22:35:00.000Z\",\"0.005598\",\"0.004738\",\"100\",\"4.363333333333333\",\"4.306666666666667\"\n\"2024-07-13T22:40:00.000Z\",\"0.006628\",\"0.006138\",\"100\",\"5.073333333333333\",\"4.986666666666666\"\n\"2024-07-13T22:45:00.000Z\",\"0.005727\",\"0.004727\",\"100\",\"4.37\",\"4.293333333333333\"\n\"2024-07-13T22:50:00.000Z\",\"0.005554\",\"0.004723\",\"100\",\"4.32\",\"4.296666666666667\"\n\"2024-07-13T22:55:00.000Z\",\"0.00597\",\"0.004759\",\"100\",\"4.383333333333334\",\"4.333333333333333\"\n\"2024-07-13T23:00:00.000Z\",\"0.005573\",\"0.00465\",\"100\",\"4.323333333333333\",\"4.253333333333333\"\n\"2024-07-13T23:05:00.000Z\",\"0.005684\",\"0.004794\",\"100\",\"4.386666666666667\",\"4.35\"\n\"2024-07-13T23:10:00.000Z\",\"0.005635\",\"0.004751\",\"100\",\"4.39\",\"4.33\"\n\"2024-07-13T23:15:00.000Z\",\"0.005715\",\"0.004747\",\"100\",\"4.38\",\"4.3133333333333335\"\n\"2024-07-13T23:20:00.000Z\",\"0.005514\",\"0.004629\",\"100\",\"4.28\",\"4.233333333333333\"\n\"2024-07-13T23:25:00.000Z\",\"0.005645\",\"0.004767\",\"100\",\"4.39\",\"4.336666666666667\"\n\"2024-07-13T23:30:00.000Z\",\"0.005517\",\"0.004624\",\"100\",\"4.286666666666667\",\"4.233333333333333\"\n\"2024-07-13T23:35:00.000Z\",\"0.005639\",\"0.004697\",\"100\",\"4.363333333333333\",\"4.283333333333333\"\n\"2024-07-13T23:40:00.000Z\",\"0.005698\",\"0.004727\",\"100\",\"4.39\",\"4.3133333333333335\"\n\"2024-07-13T23:45:00.000Z\",\"0.00572\",\"0.004663\",\"100\",\"4.346666666666667\",\"4.266666666666667\"\n\"2024-07-13T23:50:00.000Z\",\"0.005674\",\"0.004739\",\"100\",\"4.36\",\"4.306666666666667\"\n\"2024-07-13T23:55:00.000Z\",\"0.006168\",\"0.005411\",\"100\",\"4.473333333333334\",\"4.456666666666667\"\n\"2024-07-14T00:00:00.000Z\",\"0.005515\",\"0.004605\",\"100\",\"4.286666666666667\",\"4.21\"\n\"2024-07-14T00:05:00.000Z\",\"0.005685\",\"0.00474\",\"100\",\"4.383333333333334\",\"4.31\"\n\"2024-07-14T00:10:00.000Z\",\"0.005655\",\"0.004743\",\"100\",\"4.373333333333333\",\"4.306666666666667\"\n\"2024-07-14T00:15:00.000Z\",\"0.005583\",\"0.004683\",\"100\",\"4.3133333333333335\",\"4.27\"\n\"2024-07-14T00:20:00.000Z\",\"0.005719\",\"0.004681\",\"100\",\"4.363333333333333\",\"4.266666666666667\"\n\"2024-07-14T00:25:00.000Z\",\"0.005529\",\"0.004675\",\"100\",\"4.34\",\"4.276666666666666\"\n\"2024-07-14T00:30:00.000Z\",\"0.005761\",\"0.0047\",\"100\",\"4.363333333333333\",\"4.29\"\n\"2024-07-14T00:35:00.000Z\",\"0.00575\",\"0.004824\",\"100\",\"4.433333333333334\",\"4.373333333333333\"\n\"2024-07-14T00:40:00.000Z\",\"0.005458\",\"0.004596\",\"100\",\"4.27\",\"4.21\"\n\"2024-07-14T00:45:00.000Z\",\"0.005763\",\"0.004739\",\"100\",\"4.3966666666666665\",\"4.306666666666667\"\n\"2024-07-14T00:50:00.000Z\",\"0.005908\",\"0.004663\",\"100\",\"4.336666666666667\",\"4.256666666666667\"\n\"2024-07-14T00:55:00.000Z\",\"0.005709\",\"0.004802\",\"100\",\"4.4\",\"4.3566666666666665\"\n\"2024-07-14T01:00:00.000Z\",\"0.005519\",\"0.004602\",\"100\",\"4.276666666666666\",\"4.21\"\n\"2024-07-14T01:05:00.000Z\",\"0.005554\",\"0.004714\",\"100\",\"4.33\",\"4.29\"\n\"2024-07-14T01:10:00.000Z\",\"0.0057\",\"0.005344\",\"100\",\"4.433333333333334\",\"4.423333333333333\"\n\"2024-07-14T01:15:00.000Z\",\"0.005736\",\"0.004701\",\"100\",\"4.3533333333333335\",\"4.283333333333333\"\n\"2024-07-14T01:20:00.000Z\",\"0.005603\",\"0.004675\",\"100\",\"4.32\",\"4.27\"\n\"2024-07-14T01:25:00.000Z\",\"0.005679\",\"0.004725\",\"100\",\"4.386666666666667\",\"4.3133333333333335\"\n\"2024-07-14T01:30:00.000Z\",\"0.005595\",\"0.004638\",\"100\",\"4.3133333333333335\",\"4.246666666666667\"\n\"2024-07-14T01:35:00.000Z\",\"0.005694\",\"0.004713\",\"100\",\"4.413333333333333\",\"4.31\"\n\"2024-07-14T01:40:00.000Z\",\"0.005605\",\"0.004667\",\"100\",\"4.316666666666666\",\"4.27\"\n\"2024-07-14T01:45:00.000Z\",\"0.005694\",\"0.004671\",\"100\",\"4.406666666666666\",\"4.28\"\n\"2024-07-14T01:50:00.000Z\",\"0.005926\",\"0.004771\",\"100\",\"4.336666666666667\",\"4.323333333333333\"\n\"2024-07-14T01:55:00.000Z\",\"0.00562\",\"0.004666\",\"100\",\"4.35\",\"4.27\"\n\"2024-07-14T02:00:00.000Z\",\"0.005602\",\"0.004695\",\"100\",\"4.333333333333333\",\"4.28\"\n\"2024-07-14T02:05:00.000Z\",\"0.005684\",\"0.004729\",\"100\",\"4.366666666666666\",\"4.293333333333333\"\n\"2024-07-14T02:10:00.000Z\",\"0.005786\",\"0.004736\",\"100\",\"4.406666666666666\",\"4.32\"\n\"2024-07-14T02:15:00.000Z\",\"0.005754\",\"0.004759\",\"100\",\"4.406666666666666\",\"4.326666666666667\"\n\"2024-07-14T02:20:00.000Z\",\"0.005681\",\"0.005301\",\"100\",\"4.366666666666666\",\"4.376666666666667\"\n\"2024-07-14T02:25:00.000Z\",\"0.005632\",\"0.00467\",\"100\",\"4.333333333333333\",\"4.256666666666667\"\n\"2024-07-14T02:30:00.000Z\",\"0.005732\",\"0.004746\",\"100\",\"4.406666666666666\",\"4.326666666666667\"\n\"2024-07-14T02:35:00.000Z\",\"0.005634\",\"0.004726\",\"100\",\"4.36\",\"4.296666666666667\"\n\"2024-07-14T02:40:00.000Z\",\"0.005648\",\"0.004672\",\"100\",\"4.346666666666667\",\"4.266666666666667\"\n\"2024-07-14T02:45:00.000Z\",\"0.006106\",\"0.004848\",\"100\",\"4.423333333333333\",\"4.38\"\n\"2024-07-14T02:50:00.000Z\",\"0.005579\",\"0.00466\",\"100\",\"4.31\",\"4.25\"\n\"2024-07-14T02:55:00.000Z\",\"0.005669\",\"0.004736\",\"100\",\"4.366666666666666\",\"4.3133333333333335\"\n\"2024-07-14T03:00:00.000Z\",\"0.006037\",\"0.004914\",\"100\",\"4.546666666666667\",\"4.4366666666666665\"\n\"2024-07-14T03:05:00.000Z\",\"0.006297\",\"0.005892\",\"100\",\"4.913333333333333\",\"4.82\"\n\"2024-07-14T03:10:00.000Z\",\"0.00567\",\"0.004686\",\"100\",\"4.3966666666666665\",\"4.293333333333333\"\n\"2024-07-14T03:15:00.000Z\",\"0.005606\",\"0.004668\",\"100\",\"4.3533333333333335\",\"4.266666666666667\"\n\"2024-07-14T03:20:00.000Z\",\"0.005706\",\"0.005245\",\"100\",\"4.383333333333334\",\"4.35\"\n\"2024-07-14T03:25:00.000Z\",\"0.005669\",\"0.004741\",\"100\",\"4.3566666666666665\",\"4.3133333333333335\"\n\"2024-07-14T03:30:00.000Z\",\"0.005593\",\"0.004664\",\"100\",\"4.323333333333333\",\"4.256666666666667\"\n\"2024-07-14T03:35:00.000Z\",\"0.005629\",\"0.004724\",\"100\",\"4.33\",\"4.29\"\n\"2024-07-14T03:40:00.000Z\",\"0.005551\",\"0.004664\",\"100\",\"4.303333333333334\",\"4.256666666666667\"\n\"2024-07-14T03:45:00.000Z\",\"0.006069\",\"0.004853\",\"100\",\"4.443333333333333\",\"4.3933333333333335\"\n\"2024-07-14T03:50:00.000Z\",\"0.005697\",\"0.004709\",\"100\",\"4.36\",\"4.293333333333333\"\n\"2024-07-14T03:55:00.000Z\",\"0.005731\",\"0.004706\",\"100\",\"4.3533333333333335\",\"4.286666666666667\"\n\"2024-07-14T04:00:00.000Z\",\"0.005672\",\"0.004714\",\"100\",\"4.3566666666666665\",\"4.296666666666667\"\n\"2024-07-14T04:05:00.000Z\",\"0.00566\",\"0.004795\",\"100\",\"4.383333333333334\",\"4.3533333333333335\"\n\"2024-07-14T04:10:00.000Z\",\"0.005678\",\"0.00474\",\"100\",\"4.373333333333333\",\"4.293333333333333\"\n\"2024-07-14T04:15:00.000Z\",\"0.00569\",\"0.004762\",\"100\",\"4.366666666666666\",\"4.32\"\n\"2024-07-14T04:20:00.000Z\",\"0.005599\",\"0.004752\",\"100\",\"4.33\",\"4.306666666666667\"\n\"2024-07-14T04:25:00.000Z\",\"0.005592\",\"0.004628\",\"100\",\"4.316666666666666\",\"4.23\"\n\"2024-07-14T04:30:00.000Z\",\"0.005727\",\"0.00467\",\"100\",\"4.366666666666666\",\"4.256666666666667\"\n\"2024-07-14T04:35:00.000Z\",\"0.005602\",\"0.00469\",\"100\",\"4.3533333333333335\",\"4.276666666666666\"\n\"2024-07-14T04:40:00.000Z\",\"0.006114\",\"0.00475\",\"100\",\"4.3966666666666665\",\"4.3133333333333335\"\n\"2024-07-14T04:45:00.000Z\",\"0.005756\",\"0.004766\",\"100\",\"4.403333333333333\",\"4.333333333333333\"\n\"2024-07-14T04:50:00.000Z\",\"0.005679\",\"0.0053\",\"100\",\"4.4\",\"4.39\"\n\"2024-07-14T04:55:00.000Z\",\"0.005674\",\"0.004713\",\"100\",\"4.35\",\"4.286666666666667\"\n\"2024-07-14T05:00:00.000Z\",\"0.005641\",\"0.004718\",\"100\",\"4.333333333333333\",\"4.29\"\n\"2024-07-14T05:05:00.000Z\",\"0.005528\",\"0.004585\",\"100\",\"4.323333333333333\",\"4.21\"\n\"2024-07-14T05:10:00.000Z\",\"0.005684\",\"0.004756\",\"100\",\"4.4\",\"4.33\"\n\"2024-07-14T05:15:00.000Z\",\"0.005623\",\"0.004693\",\"100\",\"4.333333333333333\",\"4.276666666666666\"\n\"2024-07-14T05:20:00.000Z\",\"0.00569\",\"0.004755\",\"100\",\"4.383333333333334\",\"4.316666666666666\"\n\"2024-07-14T05:25:00.000Z\",\"0.005646\",\"0.004717\",\"100\",\"4.3566666666666665\",\"4.3\"\n\"2024-07-14T05:30:00.000Z\",\"0.00557\",\"0.004684\",\"100\",\"4.303333333333334\",\"4.26\"\n\"2024-07-14T05:35:00.000Z\",\"0.005648\",\"0.004807\",\"100\",\"4.376666666666667\",\"4.35\"\n\"2024-07-14T05:40:00.000Z\",\"0.00607\",\"0.004758\",\"100\",\"4.37\",\"4.326666666666667\"\n\"2024-07-14T05:45:00.000Z\",\"0.005658\",\"0.004726\",\"100\",\"4.366666666666666\",\"4.3\"\n\"2024-07-14T05:50:00.000Z\",\"0.005729\",\"0.00476\",\"100\",\"4.403333333333333\",\"4.333333333333333\"\n\"2024-07-14T05:55:00.000Z\",\"0.005647\",\"0.004719\",\"100\",\"4.343333333333334\",\"4.296666666666667\"\n\"2024-07-14T06:00:00.000Z\",\"0.00562\",\"0.00472\",\"100\",\"4.33\",\"4.286666666666667\"\n\"2024-07-14T06:05:00.000Z\",\"0.005675\",\"0.005314\",\"100\",\"4.37\",\"4.376666666666667\"\n\"2024-07-14T06:10:00.000Z\",\"0.00555\",\"0.004658\",\"100\",\"4.326666666666667\",\"4.26\"\n\"2024-07-14T06:15:00.000Z\",\"0.005688\",\"0.004708\",\"100\",\"4.38\",\"4.293333333333333\"\n\"2024-07-14T06:20:00.000Z\",\"0.005569\",\"0.004682\",\"100\",\"4.343333333333334\",\"4.28\"\n\"2024-07-14T06:25:00.000Z\",\"0.005646\",\"0.004791\",\"100\",\"4.346666666666667\",\"4.33\"\n\"2024-07-14T06:30:00.000Z\",\"0.005719\",\"0.004707\",\"100\",\"4.376666666666667\",\"4.293333333333333\"\n\"2024-07-14T06:35:00.000Z\",\"0.005728\",\"0.004728\",\"100\",\"4.413333333333333\",\"4.323333333333333\"\n\"2024-07-14T06:40:00.000Z\",\"0.006162\",\"0.004844\",\"100\",\"4.433333333333334\",\"4.39\"\n\"2024-07-14T06:45:00.000Z\",\"0.006474\",\"0.006146\",\"100\",\"5.04\",\"4.976666666666667\"\n\"2024-07-14T06:50:00.000Z\",\"0.005532\",\"0.004608\",\"100\",\"4.276666666666666\",\"4.226666666666667\"\n\"2024-07-14T06:55:00.000Z\",\"0.005586\",\"0.004757\",\"100\",\"4.34\",\"4.323333333333333\"\n\"2024-07-14T07:00:00.000Z\",\"0.005444\",\"0.004628\",\"100\",\"4.256666666666667\",\"4.23\"\n\"2024-07-14T07:05:00.000Z\",\"0.005694\",\"0.004771\",\"100\",\"4.36\",\"4.326666666666667\"\n\"2024-07-14T07:10:00.000Z\",\"0.005721\",\"0.004844\",\"100\",\"4.413333333333333\",\"4.386666666666667\"\n\"2024-07-14T07:15:00.000Z\",\"0.005659\",\"0.00473\",\"100\",\"4.36\",\"4.286666666666667\"\n\"2024-07-14T07:20:00.000Z\",\"0.005637\",\"0.004724\",\"100\",\"4.36\",\"4.306666666666667\"\n\"2024-07-14T07:25:00.000Z\",\"0.005829\",\"0.005352\",\"100\",\"4.466666666666667\",\"4.4366666666666665\"\n\"2024-07-14T07:30:00.000Z\",\"0.005551\",\"0.004629\",\"100\",\"4.286666666666667\",\"4.226666666666667\"\n\"2024-07-14T07:35:00.000Z\",\"0.005829\",\"0.004724\",\"100\",\"4.41\",\"4.3\"\n\"2024-07-14T07:40:00.000Z\",\"0.005964\",\"0.004903\",\"100\",\"4.366666666666666\",\"4.403333333333333\"\n\"2024-07-14T07:45:00.000Z\",\"0.005653\",\"0.004752\",\"100\",\"4.3533333333333335\",\"4.31\"\n\"2024-07-14T07:50:00.000Z\",\"0.005651\",\"0.004698\",\"100\",\"4.346666666666667\",\"4.286666666666667\"\n\"2024-07-14T07:55:00.000Z\",\"0.00571\",\"0.004745\",\"100\",\"4.42\",\"4.336666666666667\"\n\"2024-07-14T08:00:00.000Z\",\"0.005579\",\"0.004708\",\"100\",\"4.306666666666667\",\"4.283333333333333\"\n\"2024-07-14T08:05:00.000Z\",\"0.005679\",\"0.004734\",\"100\",\"4.36\",\"4.296666666666667\"\n\"2024-07-14T08:10:00.000Z\",\"0.005571\",\"0.004662\",\"100\",\"4.346666666666667\",\"4.266666666666667\"\n\"2024-07-14T08:15:00.000Z\",\"0.005673\",\"0.004733\",\"100\",\"4.38\",\"4.303333333333334\"\n\"2024-07-14T08:20:00.000Z\",\"0.005594\",\"0.004685\",\"100\",\"4.326666666666667\",\"4.276666666666666\"\n\"2024-07-14T08:25:00.000Z\",\"0.005769\",\"0.004781\",\"100\",\"4.3933333333333335\",\"4.3533333333333335\"\n\"2024-07-14T08:30:00.000Z\",\"0.005608\",\"0.004694\",\"100\",\"4.333333333333333\",\"4.28\"\n\"2024-07-14T08:35:00.000Z\",\"0.00565\",\"0.004733\",\"100\",\"4.373333333333333\",\"4.323333333333333\"\n\"2024-07-14T08:40:00.000Z\",\"0.006158\",\"0.005403\",\"100\",\"4.47\",\"4.453333333333333\"\n\"2024-07-14T08:45:00.000Z\",\"0.005636\",\"0.0047\",\"100\",\"4.376666666666667\",\"4.286666666666667\"\n\"2024-07-14T08:50:00.000Z\",\"0.005642\",\"0.004648\",\"100\",\"4.32\",\"4.243333333333333\"\n\"2024-07-14T08:55:00.000Z\",\"0.00566\",\"0.004742\",\"100\",\"4.3566666666666665\",\"4.31\"\n\"2024-07-14T09:00:00.000Z\",\"0.005563\",\"0.004638\",\"100\",\"4.336666666666667\",\"4.253333333333333\"\n\"2024-07-14T09:05:00.000Z\",\"0.005691\",\"0.004727\",\"100\",\"4.38\",\"4.3133333333333335\"\n\"2024-07-14T09:10:00.000Z\",\"0.005542\",\"0.004597\",\"100\",\"4.28\",\"4.206666666666667\"\n\"2024-07-14T09:15:00.000Z\",\"0.005869\",\"0.004866\",\"100\",\"4.516666666666667\",\"4.403333333333333\"\n\"2024-07-14T09:20:00.000Z\",\"0.005714\",\"0.004651\",\"100\",\"4.33\",\"4.246666666666667\"\n\"2024-07-14T09:25:00.000Z\",\"0.005661\",\"0.004757\",\"100\",\"4.36\",\"4.323333333333333\"\n\"2024-07-14T09:30:00.000Z\",\"0.005703\",\"0.004735\",\"100\",\"4.406666666666666\",\"4.316666666666666\"\n\"2024-07-14T09:35:00.000Z\",\"0.005581\",\"0.004697\",\"100\",\"4.33\",\"4.286666666666667\"\n\"2024-07-14T09:40:00.000Z\",\"0.006037\",\"0.004856\",\"100\",\"4.373333333333333\",\"4.376666666666667\"\n\"2024-07-14T09:45:00.000Z\",\"0.005739\",\"0.005313\",\"100\",\"4.443333333333333\",\"4.403333333333333\"\n\"2024-07-14T09:50:00.000Z\",\"0.005651\",\"0.004687\",\"100\",\"4.346666666666667\",\"4.276666666666666\"\n\"2024-07-14T09:55:00.000Z\",\"0.00561\",\"0.004755\",\"100\",\"4.326666666666667\",\"4.3133333333333335\"\n\"2024-07-14T10:00:00.000Z\",\"0.00567\",\"0.004741\",\"100\",\"4.366666666666666\",\"4.316666666666666\"\n\"2024-07-14T10:05:00.000Z\",\"0.005566\",\"0.004671\",\"100\",\"4.296666666666667\",\"4.25\"\n\"2024-07-14T10:10:00.000Z\",\"0.0057\",\"0.004684\",\"100\",\"4.386666666666667\",\"4.286666666666667\"\n\"2024-07-14T10:15:00.000Z\",\"0.005662\",\"0.004743\",\"100\",\"4.403333333333333\",\"4.306666666666667\"\n\"2024-07-14T10:20:00.000Z\",\"0.005585\",\"0.004679\",\"100\",\"4.323333333333333\",\"4.286666666666667\"\n\"2024-07-14T10:25:00.000Z\",\"0.005843\",\"0.004802\",\"100\",\"4.416666666666667\",\"4.3566666666666665\"\n\"2024-07-14T10:30:00.000Z\",\"0.00553\",\"0.004601\",\"100\",\"4.29\",\"4.206666666666667\"\n\"2024-07-14T10:35:00.000Z\",\"0.005755\",\"0.004744\",\"100\",\"4.4\",\"4.306666666666667\"\n\"2024-07-14T10:40:00.000Z\",\"0.006127\",\"0.004824\",\"100\",\"4.43\",\"4.366666666666666\"\n\"2024-07-14T10:45:00.000Z\",\"0.006676\",\"0.006795\",\"100\",\"5.173333333333333\",\"5.133333333333334\"\n\"2024-07-14T10:50:00.000Z\",\"0.005631\",\"0.004723\",\"100\",\"4.346666666666667\",\"4.3\"\n\"2024-07-14T10:55:00.000Z\",\"0.005643\",\"0.004722\",\"100\",\"4.3533333333333335\",\"4.296666666666667\"\n\"2024-07-14T11:00:00.000Z\",\"0.005607\",\"0.004667\",\"100\",\"4.33\",\"4.263333333333334\"\n\"2024-07-14T11:05:00.000Z\",\"0.005718\",\"0.004811\",\"100\",\"4.41\",\"4.37\"\n\"2024-07-14T11:10:00.000Z\",\"0.005649\",\"0.004658\",\"100\",\"4.343333333333334\",\"4.25\"\n\"2024-07-14T11:15:00.000Z\",\"0.005796\",\"0.004828\",\"100\",\"4.446666666666666\",\"4.376666666666667\"\n\"2024-07-14T11:20:00.000Z\",\"0.00554\",\"0.0047\",\"100\",\"4.32\",\"4.28\"\n\"2024-07-14T11:25:00.000Z\",\"0.005702\",\"0.004803\",\"100\",\"4.363333333333333\",\"4.346666666666667\"\n\"2024-07-14T11:30:00.000Z\",\"0.005752\",\"0.004693\",\"100\",\"4.343333333333334\",\"4.273333333333333\"\n\"2024-07-14T11:35:00.000Z\",\"0.005615\",\"0.004743\",\"100\",\"4.3533333333333335\",\"4.303333333333334\"\n\"2024-07-14T11:40:00.000Z\",\"0.006083\",\"0.004748\",\"100\",\"4.3933333333333335\",\"4.316666666666666\"\n\"2024-07-14T11:45:00.000Z\",\"0.005494\",\"0.004598\",\"100\",\"4.273333333333333\",\"4.206666666666667\"\n\"2024-07-14T11:50:00.000Z\",\"0.005673\",\"0.004743\",\"100\",\"4.373333333333333\",\"4.32\"\n\"2024-07-14T11:55:00.000Z\",\"0.005668\",\"0.004768\",\"100\",\"4.363333333333333\",\"4.326666666666667\"\n\"2024-07-14T12:00:00.000Z\",\"0.005725\",\"0.005303\",\"100\",\"4.386666666666667\",\"4.376666666666667\"\n\"2024-07-14T12:05:00.000Z\",\"0.005704\",\"0.004721\",\"100\",\"4.3933333333333335\",\"4.303333333333334\"\n\"2024-07-14T12:10:00.000Z\",\"0.005506\",\"0.004667\",\"100\",\"4.29\",\"4.263333333333334\"\n\"2024-07-14T12:15:00.000Z\",\"0.005768\",\"0.004759\",\"100\",\"4.373333333333333\",\"4.33\"\n\"2024-07-14T12:20:00.000Z\",\"0.005573\",\"0.004634\",\"100\",\"4.3533333333333335\",\"4.25\"\n\"2024-07-14T12:25:00.000Z\",\"0.005649\",\"0.004692\",\"100\",\"4.35\",\"4.273333333333333\"\n\"2024-07-14T12:30:00.000Z\",\"0.00566\",\"0.004701\",\"100\",\"4.34\",\"4.28\"\n\"2024-07-14T12:35:00.000Z\",\"0.006099\",\"0.004889\",\"100\",\"4.443333333333333\",\"4.41\"\n\"2024-07-14T12:40:00.000Z\",\"0.005566\",\"0.004669\",\"100\",\"4.293333333333333\",\"4.253333333333333\"\n\"2024-07-14T12:45:00.000Z\",\"0.005684\",\"0.004718\",\"100\",\"4.36\",\"4.286666666666667\"\n\"2024-07-14T12:50:00.000Z\",\"0.005547\",\"0.004678\",\"100\",\"4.3133333333333335\",\"4.273333333333333\"\n\"2024-07-14T12:55:00.000Z\",\"0.005634\",\"0.0047\",\"100\",\"4.34\",\"4.276666666666666\"\n\"2024-07-14T13:00:00.000Z\",\"0.005956\",\"0.005357\",\"100\",\"4.446666666666666\",\"4.416666666666667\"\n\"2024-07-14T13:05:00.000Z\",\"0.005527\",\"0.004629\",\"100\",\"4.306666666666667\",\"4.233333333333333\"\n\"2024-07-14T13:10:00.000Z\",\"0.00563\",\"0.004706\",\"100\",\"4.33\",\"4.283333333333333\"\n\"2024-07-14T13:15:00.000Z\",\"0.005742\",\"0.004751\",\"100\",\"4.413333333333333\",\"4.333333333333333\"\n\"2024-07-14T13:20:00.000Z\",\"0.005601\",\"0.004705\",\"100\",\"4.383333333333334\",\"4.3\"\n\"2024-07-14T13:25:00.000Z\",\"0.005785\",\"0.004772\",\"100\",\"4.403333333333333\",\"4.33\"\n\"2024-07-14T13:30:00.000Z\",\"0.005588\",\"0.004679\",\"100\",\"4.3133333333333335\",\"4.27\"\n\"2024-07-14T13:35:00.000Z\",\"0.006032\",\"0.004847\",\"100\",\"4.383333333333334\",\"4.373333333333333\"\n\"2024-07-14T13:40:00.000Z\",\"0.005565\",\"0.004625\",\"100\",\"4.3133333333333335\",\"4.233333333333333\"\n\"2024-07-14T13:45:00.000Z\",\"0.005583\",\"0.004682\",\"100\",\"4.33\",\"4.27\"\n\"2024-07-14T13:50:00.000Z\",\"0.005683\",\"0.004688\",\"100\",\"4.3566666666666665\",\"4.286666666666667\"\n\"2024-07-14T13:55:00.000Z\",\"0.005658\",\"0.004761\",\"100\",\"4.36\",\"4.316666666666666\"\n\"2024-07-14T14:00:00.000Z\",\"0.005613\",\"0.004676\",\"100\",\"4.336666666666667\",\"4.273333333333333\"\n\"2024-07-14T14:05:00.000Z\",\"0.005747\",\"0.004715\",\"100\",\"4.406666666666666\",\"4.303333333333334\"\n\"2024-07-14T14:10:00.000Z\",\"0.005594\",\"0.004706\",\"100\",\"4.346666666666667\",\"4.293333333333333\"\n\"2024-07-14T14:15:00.000Z\",\"0.005613\",\"0.004678\",\"100\",\"4.336666666666667\",\"4.266666666666667\"\n\"2024-07-14T14:20:00.000Z\",\"0.005714\",\"0.005283\",\"100\",\"4.413333333333333\",\"4.376666666666667\"\n\"2024-07-14T14:25:00.000Z\",\"0.00578\",\"0.004771\",\"100\",\"4.433333333333334\",\"4.343333333333334\"\n\"2024-07-14T14:30:00.000Z\",\"0.006035\",\"0.004801\",\"100\",\"4.386666666666667\",\"4.343333333333334\"\n\"2024-07-14T14:35:00.000Z\",\"0.005792\",\"0.00474\",\"100\",\"4.383333333333334\",\"4.3133333333333335\"\n\"2024-07-14T14:40:00.000Z\",\"0.005602\",\"0.004707\",\"100\",\"4.3566666666666665\",\"4.3\"\n\"2024-07-14T14:45:00.000Z\",\"0.005613\",\"0.004716\",\"100\",\"4.343333333333334\",\"4.3\"\n\"2024-07-14T14:50:00.000Z\",\"0.005588\",\"0.00465\",\"100\",\"4.306666666666667\",\"4.243333333333333\"\n\"2024-07-14T14:55:00.000Z\",\"0.006511\",\"0.006111\",\"100\",\"5.06\",\"4.97\"\n\"2024-07-14T15:00:00.000Z\",\"0.005724\",\"0.004808\",\"100\",\"4.383333333333334\",\"4.35\"\n\"2024-07-14T15:05:00.000Z\",\"0.005575\",\"0.004712\",\"100\",\"4.3\",\"4.28\"\n\"2024-07-14T15:10:00.000Z\",\"0.005527\",\"0.004623\",\"100\",\"4.296666666666667\",\"4.226666666666667\"\n\"2024-07-14T15:15:00.000Z\",\"0.005739\",\"0.004783\",\"100\",\"4.3966666666666665\",\"4.34\"\n\"2024-07-14T15:20:00.000Z\",\"0.005641\",\"0.004721\",\"100\",\"4.383333333333334\",\"4.293333333333333\"\n\"2024-07-14T15:25:00.000Z\",\"0.006208\",\"0.004829\",\"100\",\"4.473333333333334\",\"4.386666666666667\"\n\"2024-07-14T15:30:00.000Z\",\"0.005695\",\"0.004744\",\"100\",\"4.366666666666666\",\"4.3133333333333335\"\n\"2024-07-14T15:35:00.000Z\",\"0.005704\",\"0.005326\",\"100\",\"4.383333333333334\",\"4.386666666666667\"\n\"2024-07-14T15:40:00.000Z\",\"0.005566\",\"0.0046\",\"100\",\"4.316666666666666\",\"4.21\"\n\"2024-07-14T15:45:00.000Z\",\"0.005698\",\"0.004725\",\"100\",\"4.386666666666667\",\"4.306666666666667\"\n\"2024-07-14T15:50:00.000Z\",\"0.00557\",\"0.004638\",\"100\",\"4.276666666666666\",\"4.233333333333333\"\n\"2024-07-14T15:55:00.000Z\",\"0.005707\",\"0.004809\",\"100\",\"4.3933333333333335\",\"4.36\"\n\"2024-07-14T16:00:00.000Z\",\"0.00565\",\"0.004737\",\"100\",\"4.3566666666666665\",\"4.31\"\n\"2024-07-14T16:05:00.000Z\",\"0.005576\",\"0.004668\",\"100\",\"4.323333333333333\",\"4.266666666666667\"\n\"2024-07-14T16:10:00.000Z\",\"0.005678\",\"0.004728\",\"100\",\"4.39\",\"4.316666666666666\"\n\"2024-07-14T16:15:00.000Z\",\"0.005719\",\"0.004704\",\"100\",\"4.36\",\"4.29\"\n\"2024-07-14T16:20:00.000Z\",\"0.00559\",\"0.004633\",\"100\",\"4.326666666666667\",\"4.236666666666666\"\n\"2024-07-14T16:25:00.000Z\",\"0.00614\",\"0.004883\",\"100\",\"4.443333333333333\",\"4.39\"\n\"2024-07-14T16:30:00.000Z\",\"0.005656\",\"0.004635\",\"100\",\"4.3933333333333335\",\"4.256666666666667\"\n\"2024-07-14T16:35:00.000Z\",\"0.005684\",\"0.004712\",\"100\",\"4.363333333333333\",\"4.283333333333333\"\n\"2024-07-14T16:40:00.000Z\",\"0.005598\",\"0.00469\",\"100\",\"4.32\",\"4.273333333333333\"\n\"2024-07-14T16:45:00.000Z\",\"0.005782\",\"0.004799\",\"100\",\"4.44\",\"4.3566666666666665\"\n\"2024-07-14T16:50:00.000Z\",\"0.005487\",\"0.004638\",\"100\",\"4.286666666666667\",\"4.236666666666666\"\n\"2024-07-14T16:55:00.000Z\",\"0.005689\",\"0.004725\",\"100\",\"4.363333333333333\",\"4.29\"\n\"2024-07-14T17:00:00.000Z\",\"0.005715\",\"0.005278\",\"100\",\"4.3966666666666665\",\"4.373333333333333\"\n\"2024-07-14T17:05:00.000Z\",\"0.005692\",\"0.004778\",\"100\",\"4.3566666666666665\",\"4.326666666666667\"\n\"2024-07-14T17:10:00.000Z\",\"0.005739\",\"0.00473\",\"100\",\"4.35\",\"4.306666666666667\"\n\"2024-07-14T17:15:00.000Z\",\"0.005711\",\"0.004763\",\"100\",\"4.3933333333333335\",\"4.333333333333333\"\n\"2024-07-14T17:20:00.000Z\",\"0.005895\",\"0.004694\",\"100\",\"4.343333333333334\",\"4.29\"\n\"2024-07-14T17:25:00.000Z\",\"0.005735\",\"0.004792\",\"100\",\"4.423333333333333\",\"4.35\"\n\"2024-07-14T17:30:00.000Z\",\"0.005723\",\"0.004729\",\"100\",\"4.406666666666666\",\"4.33\"\n\"2024-07-14T17:35:00.000Z\",\"0.005611\",\"0.004726\",\"100\",\"4.333333333333333\",\"4.286666666666667\"\n\"2024-07-14T17:40:00.000Z\",\"0.005603\",\"0.004632\",\"100\",\"4.316666666666666\",\"4.243333333333333\"\n\"2024-07-14T17:45:00.000Z\",\"0.005549\",\"0.004687\",\"100\",\"4.323333333333333\",\"4.273333333333333\"\n\"2024-07-14T17:50:00.000Z\",\"0.005637\",\"0.004697\",\"100\",\"4.333333333333333\",\"4.276666666666666\"\n\"2024-07-14T17:55:00.000Z\",\"0.005694\",\"0.004717\",\"100\",\"4.38\",\"4.3\"\n\"2024-07-14T18:00:00.000Z\",\"0.005726\",\"0.004818\",\"100\",\"4.423333333333333\",\"4.376666666666667\"\n\"2024-07-14T18:05:00.000Z\",\"0.005812\",\"0.004787\",\"100\",\"4.3933333333333335\",\"4.336666666666667\"\n\"2024-07-14T18:10:00.000Z\",\"0.005678\",\"0.004718\",\"100\",\"4.33\",\"4.283333333333333\"\n\"2024-07-14T18:15:00.000Z\",\"0.005607\",\"0.004754\",\"100\",\"4.39\",\"4.333333333333333\"\n\"2024-07-14T18:20:00.000Z\",\"0.005735\",\"0.005242\",\"100\",\"4.383333333333334\",\"4.333333333333333\"\n\"2024-07-14T18:25:00.000Z\",\"0.006114\",\"0.004886\",\"100\",\"4.456666666666667\",\"4.406666666666666\"\n\"2024-07-14T18:30:00.000Z\",\"0.005621\",\"0.00466\",\"100\",\"4.36\",\"4.27\"\n\"2024-07-14T18:35:00.000Z\",\"0.005629\",\"0.004761\",\"100\",\"4.34\",\"4.31\"\n\"2024-07-14T18:40:00.000Z\",\"0.005609\",\"0.004691\",\"100\",\"4.296666666666667\",\"4.266666666666667\"\n\"2024-07-14T18:45:00.000Z\",\"0.005731\",\"0.00477\",\"100\",\"4.423333333333333\",\"4.336666666666667\"\n\"2024-07-14T18:50:00.000Z\",\"0.005534\",\"0.004609\",\"100\",\"4.283333333333333\",\"4.226666666666667\"\n\"2024-07-14T18:55:00.000Z\",\"0.005598\",\"0.004724\",\"100\",\"4.366666666666666\",\"4.31\"\n\"2024-07-14T19:00:00.000Z\",\"0.005693\",\"0.004669\",\"100\",\"4.32\",\"4.253333333333333\"\n\"2024-07-14T19:05:00.000Z\",\"0.005713\",\"0.004768\",\"100\",\"4.383333333333334\",\"4.333333333333333\"\n\"2024-07-14T19:10:00.000Z\",\"0.005571\",\"0.004608\",\"100\",\"4.323333333333333\",\"4.223333333333334\"\n\"2024-07-14T19:15:00.000Z\",\"0.005723\",\"0.00476\",\"100\",\"4.373333333333333\",\"4.316666666666666\"\n\"2024-07-14T19:20:00.000Z\",\"0.006594\",\"0.006122\",\"100\",\"5.113333333333333\",\"4.983333333333333\"\n\"2024-07-14T19:25:00.000Z\",\"0.006061\",\"0.004808\",\"100\",\"4.423333333333333\",\"4.346666666666667\"\n\"2024-07-14T19:30:00.000Z\",\"0.005505\",\"0.004565\",\"100\",\"4.273333333333333\",\"4.193333333333333\"\n\"2024-07-14T19:35:00.000Z\",\"0.005771\",\"0.005387\",\"100\",\"4.433333333333334\",\"4.44\"\n\"2024-07-14T19:40:00.000Z\",\"0.005596\",\"0.004672\",\"100\",\"4.33\",\"4.27\"\n\"2024-07-14T19:45:00.000Z\",\"0.005693\",\"0.004671\",\"100\",\"4.323333333333333\",\"4.256666666666667\"\n\"2024-07-14T19:50:00.000Z\",\"0.005587\",\"0.004653\",\"100\",\"4.323333333333333\",\"4.253333333333333\"\n\"2024-07-14T19:55:00.000Z\",\"0.005723\",\"0.004866\",\"100\",\"4.4\",\"4.3966666666666665\"\n\"2024-07-14T20:00:00.000Z\",\"0.005688\",\"0.004791\",\"100\",\"4.37\",\"4.35\"\n\"2024-07-14T20:05:00.000Z\",\"0.0057\",\"0.004796\",\"100\",\"4.3966666666666665\",\"4.343333333333334\"\n\"2024-07-14T20:10:00.000Z\",\"0.005501\",\"0.004634\",\"100\",\"4.263333333333334\",\"4.233333333333333\"\n\"2024-07-14T20:15:00.000Z\",\"0.005685\",\"0.004751\",\"100\",\"4.373333333333333\",\"4.32\"\n\"2024-07-14T20:20:00.000Z\",\"0.005651\",\"0.004748\",\"100\",\"4.376666666666667\",\"4.323333333333333\"\n\"2024-07-14T20:25:00.000Z\",\"0.005667\",\"0.004722\",\"100\",\"4.38\",\"4.3\"\n\"2024-07-14T20:30:00.000Z\",\"0.00604\",\"0.004707\",\"100\",\"4.343333333333334\",\"4.276666666666666\"\n\"2024-07-14T20:35:00.000Z\",\"0.005651\",\"0.004771\",\"100\",\"4.373333333333333\",\"4.333333333333333\"\n\"2024-07-14T20:40:00.000Z\",\"0.005755\",\"0.005295\",\"100\",\"4.403333333333333\",\"4.38\"\n\"2024-07-14T20:45:00.000Z\",\"0.005574\",\"0.004664\",\"100\",\"4.316666666666666\",\"4.243333333333333\"\n\"2024-07-14T20:50:00.000Z\",\"0.00554\",\"0.004635\",\"100\",\"4.316666666666666\",\"4.24\"\n\"2024-07-14T20:55:00.000Z\",\"0.005695\",\"0.004738\",\"100\",\"4.383333333333334\",\"4.316666666666666\"\n\"2024-07-14T21:00:00.000Z\",\"0.005598\",\"0.004618\",\"100\",\"4.306666666666667\",\"4.223333333333334\"\n\"2024-07-14T21:05:00.000Z\",\"0.005707\",\"0.004772\",\"100\",\"4.406666666666666\",\"4.336666666666667\"\n\"2024-07-14T21:10:00.000Z\",\"0.005555\",\"0.004636\",\"100\",\"4.31\",\"4.246666666666667\"\n\"2024-07-14T21:15:00.000Z\",\"0.005778\",\"0.00473\",\"100\",\"4.366666666666666\",\"4.293333333333333\"\n\"2024-07-14T21:20:00.000Z\",\"0.005582\",\"0.00465\",\"100\",\"4.343333333333334\",\"4.266666666666667\"\n\"2024-07-14T21:25:00.000Z\",\"0.006035\",\"0.004851\",\"100\",\"4.44\",\"4.3933333333333335\"\n\"2024-07-14T21:30:00.000Z\",\"0.005596\",\"0.004636\",\"100\",\"4.306666666666667\",\"4.23\"\n\"2024-07-14T21:35:00.000Z\",\"0.005739\",\"0.004757\",\"100\",\"4.383333333333334\",\"4.323333333333333\"\n\"2024-07-14T21:40:00.000Z\",\"0.005585\",\"0.004672\",\"100\",\"4.3533333333333335\",\"4.273333333333333\"\n\"2024-07-14T21:45:00.000Z\",\"0.005756\",\"0.004828\",\"100\",\"4.423333333333333\",\"4.37\"\n\"2024-07-14T21:50:00.000Z\",\"0.005704\",\"0.005224\",\"100\",\"4.37\",\"4.333333333333333\"\n\"2024-07-14T21:55:00.000Z\",\"0.005704\",\"0.004803\",\"100\",\"4.3966666666666665\",\"4.3533333333333335\"\n\"2024-07-14T22:00:00.000Z\",\"0.005468\",\"0.004623\",\"100\",\"4.27\",\"4.233333333333333\"\n\"2024-07-14T22:05:00.000Z\",\"0.005573\",\"0.004677\",\"100\",\"4.333333333333333\",\"4.26\"\n\"2024-07-14T22:10:00.000Z\",\"0.005683\",\"0.00473\",\"100\",\"4.36\",\"4.3\"\n\"2024-07-14T22:15:00.000Z\",\"0.00546\",\"0.004667\",\"100\",\"4.276666666666666\",\"4.256666666666667\"\n\"2024-07-14T22:20:00.000Z\",\"0.006118\",\"0.004724\",\"100\",\"4.37\",\"4.29\"\n\"2024-07-14T22:25:00.000Z\",\"0.005656\",\"0.00482\",\"100\",\"4.4\",\"4.3533333333333335\"\n\"2024-07-14T22:30:00.000Z\",\"0.00561\",\"0.004645\",\"100\",\"4.32\",\"4.243333333333333\"\n\"2024-07-14T22:35:00.000Z\",\"0.005736\",\"0.004768\",\"100\",\"4.386666666666667\",\"4.333333333333333\"\n\"2024-07-14T22:40:00.000Z\",\"0.005568\",\"0.004674\",\"100\",\"4.35\",\"4.283333333333333\"\n\"2024-07-14T22:45:00.000Z\",\"0.005614\",\"0.004678\",\"100\",\"4.326666666666667\",\"4.256666666666667\"\n\"2024-07-14T22:50:00.000Z\",\"0.005624\",\"0.004736\",\"100\",\"4.33\",\"4.303333333333334\"\n\"2024-07-14T22:55:00.000Z\",\"0.005558\",\"0.004715\",\"100\",\"4.333333333333333\",\"4.296666666666667\"\n\"2024-07-14T23:00:00.000Z\",\"0.005625\",\"0.004681\",\"100\",\"4.34\",\"4.273333333333333\"\n\"2024-07-14T23:05:00.000Z\",\"0.005675\",\"0.004699\",\"100\",\"4.323333333333333\",\"4.276666666666666\"\n\"2024-07-14T23:10:00.000Z\",\"0.005652\",\"0.004726\",\"100\",\"4.3933333333333335\",\"4.316666666666666\"\n\"2024-07-14T23:15:00.000Z\",\"0.005638\",\"0.004716\",\"100\",\"4.3566666666666665\",\"4.296666666666667\"\n\"2024-07-14T23:20:00.000Z\",\"0.006133\",\"0.005389\",\"100\",\"4.44\",\"4.44\"\n\"2024-07-14T23:25:00.000Z\",\"0.005578\",\"0.004736\",\"100\",\"4.36\",\"4.306666666666667\"\n\"2024-07-14T23:30:00.000Z\",\"0.005598\",\"0.004661\",\"100\",\"4.32\",\"4.256666666666667\"\n\"2024-07-14T23:35:00.000Z\",\"0.005765\",\"0.004755\",\"100\",\"4.4\",\"4.316666666666666\"\n\"2024-07-14T23:40:00.000Z\",\"0.006463\",\"0.006087\",\"100\",\"5.056666666666667\",\"4.963333333333333\"\n\"2024-07-14T23:45:00.000Z\",\"0.00563\",\"0.004723\",\"100\",\"4.33\",\"4.293333333333333\"\n\"2024-07-14T23:50:00.000Z\",\"0.005552\",\"0.004692\",\"100\",\"4.29\",\"4.266666666666667\"\n\"2024-07-14T23:55:00.000Z\",\"0.005696\",\"0.004744\",\"100\",\"4.406666666666666\",\"4.326666666666667\"\n\"2024-07-15T00:00:00.000Z\",\"0.00577\",\"0.004712\",\"100\",\"4.386666666666667\",\"4.303333333333334\"\n\"2024-07-15T00:05:00.000Z\",\"0.005609\",\"0.004713\",\"100\",\"4.333333333333333\",\"4.286666666666667\"\n\"2024-07-15T00:10:00.000Z\",\"0.005576\",\"0.004609\",\"100\",\"4.303333333333334\",\"4.223333333333334\"\n\"2024-07-15T00:15:00.000Z\",\"0.005713\",\"0.004773\",\"100\",\"4.386666666666667\",\"4.333333333333333\"\n\"2024-07-15T00:20:00.000Z\",\"0.005593\",\"0.004716\",\"100\",\"4.31\",\"4.29\"\n\"2024-07-15T00:25:00.000Z\",\"0.00598\",\"0.004744\",\"100\",\"4.373333333333333\",\"4.32\"\n\"2024-07-15T00:30:00.000Z\",\"0.005569\",\"0.004685\",\"100\",\"4.3533333333333335\",\"4.28\"\n\"2024-07-15T00:35:00.000Z\",\"0.005711\",\"0.004749\",\"100\",\"4.38\",\"4.31\"\n\"2024-07-15T00:40:00.000Z\",\"0.00554\",\"0.004667\",\"100\",\"4.316666666666666\",\"4.276666666666666\"\n\"2024-07-15T00:45:00.000Z\",\"0.005894\",\"0.005456\",\"100\",\"4.506666666666667\",\"4.496666666666667\"\n\"2024-07-15T00:50:00.000Z\",\"0.005628\",\"0.004703\",\"100\",\"4.35\",\"4.286666666666667\"\n\"2024-07-15T00:55:00.000Z\",\"0.005778\",\"0.004722\",\"100\",\"4.373333333333333\",\"4.306666666666667\"\n\"2024-07-15T01:00:00.000Z\",\"0.005586\",\"0.004728\",\"100\",\"4.336666666666667\",\"4.31\"\n\"2024-07-15T01:05:00.000Z\",\"0.005605\",\"0.004683\",\"100\",\"4.34\",\"4.273333333333333\"\n\"2024-07-15T01:10:00.000Z\",\"0.005546\",\"0.00465\",\"100\",\"4.286666666666667\",\"4.236666666666666\"\n\"2024-07-15T01:15:00.000Z\",\"0.005555\",\"0.004665\",\"100\",\"4.326666666666667\",\"4.256666666666667\"\n\"2024-07-15T01:20:00.000Z\",\"0.00603\",\"0.004791\",\"100\",\"4.403333333333333\",\"4.346666666666667\"\n\"2024-07-15T01:25:00.000Z\",\"0.005631\",\"0.004767\",\"100\",\"4.366666666666666\",\"4.333333333333333\"\n\"2024-07-15T01:30:00.000Z\",\"0.005653\",\"0.004694\",\"100\",\"4.386666666666667\",\"4.286666666666667\"\n\"2024-07-15T01:35:00.000Z\",\"0.005729\",\"0.004755\",\"100\",\"4.366666666666666\",\"4.306666666666667\"\n\"2024-07-15T01:40:00.000Z\",\"0.005429\",\"0.004567\",\"100\",\"4.25\",\"4.19\"\n\"2024-07-15T01:45:00.000Z\",\"0.005744\",\"0.004737\",\"100\",\"4.373333333333333\",\"4.306666666666667\"\n\"2024-07-15T01:50:00.000Z\",\"0.005663\",\"0.004758\",\"100\",\"4.33\",\"4.306666666666667\"\n\"2024-07-15T01:55:00.000Z\",\"0.005695\",\"0.004737\",\"100\",\"4.366666666666666\",\"4.303333333333334\"\n\"2024-07-15T02:00:00.000Z\",\"0.005668\",\"0.005341\",\"100\",\"4.413333333333333\",\"4.42\"\n\"2024-07-15T02:05:00.000Z\",\"0.005658\",\"0.004703\",\"100\",\"4.366666666666666\",\"4.293333333333333\"\n\"2024-07-15T02:10:00.000Z\",\"0.005526\",\"0.004599\",\"100\",\"4.28\",\"4.216666666666667\"\n\"2024-07-15T02:15:00.000Z\",\"0.005683\",\"0.004706\",\"100\",\"4.373333333333333\",\"4.29\"\n\"2024-07-15T02:20:00.000Z\",\"0.005972\",\"0.004769\",\"100\",\"4.373333333333333\",\"4.336666666666667\"\n\"2024-07-15T02:25:00.000Z\",\"0.005656\",\"0.004689\",\"100\",\"4.32\",\"4.266666666666667\"\n\"2024-07-15T02:30:00.000Z\",\"0.005796\",\"0.00471\",\"100\",\"4.386666666666667\",\"4.286666666666667\"\n\"2024-07-15T02:35:00.000Z\",\"0.005745\",\"0.004793\",\"100\",\"4.41\",\"4.34\"\n\"2024-07-15T02:40:00.000Z\",\"0.005542\",\"0.004601\",\"100\",\"4.283333333333333\",\"4.213333333333333\"\n\"2024-07-15T02:45:00.000Z\",\"0.005679\",\"0.004721\",\"100\",\"4.366666666666666\",\"4.29\"\n\"2024-07-15T02:50:00.000Z\",\"0.005559\",\"0.004627\",\"100\",\"4.303333333333334\",\"4.236666666666666\"\n\"2024-07-15T02:55:00.000Z\",\"0.005628\",\"0.004733\",\"100\",\"4.3533333333333335\",\"4.3\"\n\"2024-07-15T03:00:00.000Z\",\"0.005696\",\"0.004695\",\"100\",\"4.38\",\"4.293333333333333\"\n\"2024-07-15T03:05:00.000Z\",\"0.005558\",\"0.004697\",\"100\",\"4.34\",\"4.283333333333333\"\n\"2024-07-15T03:10:00.000Z\",\"0.005693\",\"0.005214\",\"100\",\"4.386666666666667\",\"4.33\"\n\"2024-07-15T03:15:00.000Z\",\"0.005952\",\"0.004806\",\"100\",\"4.366666666666666\",\"4.3533333333333335\"\n\"2024-07-15T03:20:00.000Z\",\"0.005618\",\"0.004685\",\"100\",\"4.3533333333333335\",\"4.29\"\n\"2024-07-15T03:25:00.000Z\",\"0.005755\",\"0.004684\",\"100\",\"4.38\",\"4.276666666666666\"\n\"2024-07-15T03:30:00.000Z\",\"0.005723\",\"0.004714\",\"100\",\"4.403333333333333\",\"4.303333333333334\"\n\"2024-07-15T03:35:00.000Z\",\"0.005694\",\"0.00472\",\"100\",\"4.4\",\"4.303333333333334\"\n\"2024-07-15T03:40:00.000Z\",\"0.005532\",\"0.004635\",\"100\",\"4.286666666666667\",\"4.246666666666667\"\n\"2024-07-15T03:45:00.000Z\",\"0.005635\",\"0.004702\",\"100\",\"4.346666666666667\",\"4.28\"\n\"2024-07-15T03:50:00.000Z\",\"0.005528\",\"0.004603\",\"100\",\"4.3\",\"4.213333333333333\"\n\"2024-07-15T03:55:00.000Z\",\"0.006505\",\"0.006247\",\"100\",\"5.073333333333333\",\"5.05\"\n\"2024-07-15T04:00:00.000Z\",\"0.0056\",\"0.00467\",\"100\",\"4.3133333333333335\",\"4.256666666666667\"\n\"2024-07-15T04:05:00.000Z\",\"0.005803\",\"0.004826\",\"100\",\"4.446666666666666\",\"4.373333333333333\"\n\"2024-07-15T04:10:00.000Z\",\"0.005908\",\"0.004788\",\"100\",\"4.336666666666667\",\"4.343333333333334\"\n\"2024-07-15T04:15:00.000Z\",\"0.005742\",\"0.004781\",\"100\",\"4.413333333333333\",\"4.35\"\n\"2024-07-15T04:20:00.000Z\",\"0.005682\",\"0.005239\",\"100\",\"4.386666666666667\",\"4.34\"\n\"2024-07-15T04:25:00.000Z\",\"0.005807\",\"0.004838\",\"100\",\"4.3933333333333335\",\"4.363333333333333\"\n\"2024-07-15T04:30:00.000Z\",\"0.005586\",\"0.004664\",\"100\",\"4.323333333333333\",\"4.256666666666667\"\n\"2024-07-15T04:35:00.000Z\",\"0.00555\",\"0.004724\",\"100\",\"4.3566666666666665\",\"4.31\"\n\"2024-07-15T04:40:00.000Z\",\"0.005649\",\"0.004737\",\"100\",\"4.33\",\"4.296666666666667\"\n\"2024-07-15T04:45:00.000Z\",\"0.005686\",\"0.004846\",\"100\",\"4.373333333333333\",\"4.373333333333333\"\n\"2024-07-15T04:50:00.000Z\",\"0.005558\",\"0.004671\",\"100\",\"4.31\",\"4.256666666666667\"\n\"2024-07-15T04:55:00.000Z\",\"0.005629\",\"0.004724\",\"100\",\"4.34\",\"4.283333333333333\"\n\"2024-07-15T05:00:00.000Z\",\"0.0055\",\"0.004599\",\"100\",\"4.286666666666667\",\"4.21\"\n\"2024-07-15T05:05:00.000Z\",\"0.006094\",\"0.004853\",\"100\",\"4.44\",\"4.386666666666667\"\n\"2024-07-15T05:10:00.000Z\",\"0.005488\",\"0.004599\",\"100\",\"4.296666666666667\",\"4.23\"\n\"2024-07-15T05:15:00.000Z\",\"0.005685\",\"0.004768\",\"100\",\"4.37\",\"4.31\"\n\"2024-07-15T05:20:00.000Z\",\"0.005623\",\"0.004612\",\"100\",\"4.283333333333333\",\"4.213333333333333\"\n\"2024-07-15T05:25:00.000Z\",\"0.0057\",\"0.004759\",\"100\",\"4.366666666666666\",\"4.316666666666666\"\n\"2024-07-15T05:30:00.000Z\",\"0.005618\",\"0.004701\",\"100\",\"4.346666666666667\",\"4.28\"\n\"2024-07-15T05:35:00.000Z\",\"0.005681\",\"0.004714\",\"100\",\"4.383333333333334\",\"4.296666666666667\"\n\"2024-07-15T05:40:00.000Z\",\"0.005586\",\"0.004625\",\"100\",\"4.333333333333333\",\"4.246666666666667\"\n\"2024-07-15T05:45:00.000Z\",\"0.005719\",\"0.005285\",\"100\",\"4.39\",\"4.366666666666666\"\n\"2024-07-15T05:50:00.000Z\",\"0.005503\",\"0.004595\",\"100\",\"4.27\",\"4.203333333333333\"\n\"2024-07-15T05:55:00.000Z\",\"0.005748\",\"0.004797\",\"100\",\"4.403333333333333\",\"4.3533333333333335\"\n\"2024-07-15T06:00:00.000Z\",\"0.005999\",\"0.004716\",\"100\",\"4.333333333333333\",\"4.286666666666667\"\n\"2024-07-15T06:05:00.000Z\",\"0.005655\",\"0.004787\",\"100\",\"4.36\",\"4.336666666666667\"\n\"2024-07-15T06:10:00.000Z\",\"0.005562\",\"0.00464\",\"100\",\"4.306666666666667\",\"4.246666666666667\"\n\"2024-07-15T06:15:00.000Z\",\"0.005723\",\"0.004755\",\"100\",\"4.3966666666666665\",\"4.316666666666666\"\n\"2024-07-15T06:20:00.000Z\",\"0.005632\",\"0.004746\",\"100\",\"4.3566666666666665\",\"4.323333333333333\"\n\"2024-07-15T06:25:00.000Z\",\"0.00564\",\"0.004726\",\"100\",\"4.38\",\"4.316666666666666\"\n\"2024-07-15T06:30:00.000Z\",\"0.005652\",\"0.004668\",\"100\",\"4.386666666666667\",\"4.273333333333333\"\n\"2024-07-15T06:35:00.000Z\",\"0.005656\",\"0.004725\",\"100\",\"4.343333333333334\",\"4.29\"\n\"2024-07-15T06:40:00.000Z\",\"0.005624\",\"0.004653\",\"100\",\"4.363333333333333\",\"4.27\"\n\"2024-07-15T06:45:00.000Z\",\"0.005605\",\"0.004769\",\"100\",\"4.34\",\"4.32\"\n\"2024-07-15T06:50:00.000Z\",\"0.005522\",\"0.004632\",\"100\",\"4.28\",\"4.223333333333334\"\n\"2024-07-15T06:55:00.000Z\",\"0.005886\",\"0.004829\",\"100\",\"4.463333333333333\",\"4.386666666666667\"\n\"2024-07-15T07:00:00.000Z\",\"0.006077\",\"0.005368\",\"100\",\"4.4366666666666665\",\"4.44\"\n\"2024-07-15T07:05:00.000Z\",\"0.005718\",\"0.004783\",\"100\",\"4.41\",\"4.346666666666667\"\n\"2024-07-15T07:10:00.000Z\",\"0.005567\",\"0.004621\",\"100\",\"4.31\",\"4.223333333333334\"\n\"2024-07-15T07:15:00.000Z\",\"0.005524\",\"0.004648\",\"100\",\"4.293333333333333\",\"4.243333333333333\"\n\"2024-07-15T07:20:00.000Z\",\"0.005604\",\"0.004708\",\"100\",\"4.3133333333333335\",\"4.28\"\n\"2024-07-15T07:25:00.000Z\",\"0.005606\",\"0.004749\",\"100\",\"4.366666666666666\",\"4.323333333333333\"\n\"2024-07-15T07:30:00.000Z\",\"0.005567\",\"0.004649\",\"100\",\"4.33\",\"4.253333333333333\"\n\"2024-07-15T07:35:00.000Z\",\"0.005665\",\"0.004778\",\"100\",\"4.386666666666667\",\"4.34\"\n\"2024-07-15T07:40:00.000Z\",\"0.005612\",\"0.004713\",\"100\",\"4.326666666666667\",\"4.296666666666667\"\n\"2024-07-15T07:45:00.000Z\",\"0.006667\",\"0.006247\",\"100\",\"5.12\",\"5.066666666666666\"\n\"2024-07-15T07:50:00.000Z\",\"0.005536\",\"0.004644\",\"100\",\"4.286666666666667\",\"4.233333333333333\"\n\"2024-07-15T07:55:00.000Z\",\"0.005978\",\"0.004731\",\"100\",\"4.373333333333333\",\"4.303333333333334\"\n\"2024-07-15T08:00:00.000Z\",\"0.005648\",\"0.004702\",\"100\",\"4.37\",\"4.296666666666667\"\n\"2024-07-15T08:05:00.000Z\",\"0.005666\",\"0.004789\",\"100\",\"4.383333333333334\",\"4.34\"\n\"2024-07-15T08:10:00.000Z\",\"0.00555\",\"0.004643\",\"100\",\"4.283333333333333\",\"4.236666666666666\"\n\"2024-07-15T08:15:00.000Z\",\"0.005662\",\"0.004748\",\"100\",\"4.366666666666666\",\"4.31\"\n\"2024-07-15T08:20:00.000Z\",\"0.00561\",\"0.00526\",\"100\",\"4.333333333333333\",\"4.346666666666667\"\n\"2024-07-15T08:25:00.000Z\",\"0.005616\",\"0.004687\",\"100\",\"4.296666666666667\",\"4.266666666666667\"\n\"2024-07-15T08:30:00.000Z\",\"0.005666\",\"0.004678\",\"100\",\"4.386666666666667\",\"4.29\"\n\"2024-07-15T08:35:00.000Z\",\"0.005732\",\"0.004719\",\"100\",\"4.4\",\"4.296666666666667\"\n\"2024-07-15T08:40:00.000Z\",\"0.005533\",\"0.004679\",\"100\",\"4.286666666666667\",\"4.266666666666667\"\n\"2024-07-15T08:45:00.000Z\",\"0.005797\",\"0.004776\",\"100\",\"4.416666666666667\",\"4.32\"\n\"2024-07-15T08:50:00.000Z\",\"0.005635\",\"0.004707\",\"100\",\"4.326666666666667\",\"4.286666666666667\"\n\"2024-07-15T08:55:00.000Z\",\"0.005591\",\"0.004629\",\"100\",\"4.323333333333333\",\"4.23\"\n\"2024-07-15T09:00:00.000Z\",\"0.006031\",\"0.004793\",\"100\",\"4.413333333333333\",\"4.3566666666666665\"\n\"2024-07-15T09:05:00.000Z\",\"0.005606\",\"0.004727\",\"100\",\"4.336666666666667\",\"4.296666666666667\"\n\"2024-07-15T09:10:00.000Z\",\"0.00552\",\"0.004623\",\"100\",\"4.286666666666667\",\"4.223333333333334\"\n\"2024-07-15T09:15:00.000Z\",\"0.005661\",\"0.004732\",\"100\",\"4.383333333333334\",\"4.31\"\n\"2024-07-15T09:20:00.000Z\",\"0.005652\",\"0.004731\",\"100\",\"4.366666666666666\",\"4.316666666666666\"\n\"2024-07-15T09:25:00.000Z\",\"0.005588\",\"0.004644\",\"100\",\"4.326666666666667\",\"4.25\"\n\"2024-07-15T09:30:00.000Z\",\"0.005826\",\"0.004837\",\"100\",\"4.426666666666667\",\"4.38\"\n\"2024-07-15T09:35:00.000Z\",\"0.005633\",\"0.004672\",\"100\",\"4.383333333333334\",\"4.273333333333333\"\n\"2024-07-15T09:40:00.000Z\",\"0.005523\",\"0.004664\",\"100\",\"4.3133333333333335\",\"4.26\"\n\"2024-07-15T09:45:00.000Z\",\"0.005497\",\"0.004622\",\"100\",\"4.3\",\"4.226666666666667\"\n\"2024-07-15T09:50:00.000Z\",\"0.005832\",\"0.005391\",\"100\",\"4.426666666666667\",\"4.443333333333333\"\n\"2024-07-15T09:55:00.000Z\",\"0.005936\",\"0.004758\",\"100\",\"4.35\",\"4.316666666666666\"\n\"2024-07-15T10:00:00.000Z\",\"0.005759\",\"0.004822\",\"100\",\"4.443333333333333\",\"4.39\"\n\"2024-07-15T10:05:00.000Z\",\"0.005591\",\"0.004729\",\"100\",\"4.3533333333333335\",\"4.296666666666667\"\n\"2024-07-15T10:10:00.000Z\",\"0.005493\",\"0.004661\",\"100\",\"4.283333333333333\",\"4.26\"\n\"2024-07-15T10:15:00.000Z\",\"0.005625\",\"0.004777\",\"100\",\"4.343333333333334\",\"4.33\"\n\"2024-07-15T10:20:00.000Z\",\"0.005812\",\"0.004729\",\"100\",\"4.3966666666666665\",\"4.3\"\n\"2024-07-15T10:25:00.000Z\",\"0.00553\",\"0.004655\",\"100\",\"4.31\",\"4.256666666666667\"\n\"2024-07-15T10:30:00.000Z\",\"0.005643\",\"0.004737\",\"100\",\"4.336666666666667\",\"4.31\"\n\"2024-07-15T10:35:00.000Z\",\"0.005642\",\"0.004727\",\"100\",\"4.383333333333334\",\"4.306666666666667\"\n\"2024-07-15T10:40:00.000Z\",\"0.00551\",\"0.004693\",\"100\",\"4.306666666666667\",\"4.276666666666666\"\n\"2024-07-15T10:45:00.000Z\",\"0.005657\",\"0.004696\",\"100\",\"4.36\",\"4.283333333333333\"\n\"2024-07-15T10:50:00.000Z\",\"0.006054\",\"0.004778\",\"100\",\"4.423333333333333\",\"4.343333333333334\"\n\"2024-07-15T10:55:00.000Z\",\"0.005676\",\"0.004749\",\"100\",\"4.343333333333334\",\"4.303333333333334\"\n\"2024-07-15T11:00:00.000Z\",\"0.00563\",\"0.005262\",\"100\",\"4.343333333333334\",\"4.35\"\n\"2024-07-15T11:05:00.000Z\",\"0.005599\",\"0.00473\",\"100\",\"4.333333333333333\",\"4.3\"\n\"2024-07-15T11:10:00.000Z\",\"0.005695\",\"0.004661\",\"100\",\"4.34\",\"4.26\"\n\"2024-07-15T11:15:00.000Z\",\"0.005647\",\"0.004743\",\"100\",\"4.373333333333333\",\"4.3133333333333335\"\n\"2024-07-15T11:20:00.000Z\",\"0.005612\",\"0.004702\",\"100\",\"4.33\",\"4.286666666666667\"\n\"2024-07-15T11:25:00.000Z\",\"0.005668\",\"0.004702\",\"100\",\"4.3566666666666665\",\"4.276666666666666\"\n\"2024-07-15T11:30:00.000Z\",\"0.00568\",\"0.004724\",\"100\",\"4.363333333333333\",\"4.293333333333333\"\n\"2024-07-15T11:35:00.000Z\",\"0.005665\",\"0.00476\",\"100\",\"4.386666666666667\",\"4.3133333333333335\"\n\"2024-07-15T11:40:00.000Z\",\"0.005581\",\"0.004716\",\"100\",\"4.323333333333333\",\"4.293333333333333\"\n\"2024-07-15T11:45:00.000Z\",\"0.005572\",\"0.004697\",\"100\",\"4.323333333333333\",\"4.28\"\n\"2024-07-15T11:50:00.000Z\",\"0.006011\",\"0.004759\",\"100\",\"4.383333333333334\",\"4.33\"\n\"2024-07-15T11:55:00.000Z\",\"0.006568\",\"0.006069\",\"100\",\"5.086666666666667\",\"4.933333333333334\"\n\"2024-07-15T12:00:00.000Z\",\"0.005805\",\"0.004712\",\"100\",\"4.376666666666667\",\"4.286666666666667\"\n\"2024-07-15T12:05:00.000Z\",\"0.005712\",\"0.005266\",\"100\",\"4.376666666666667\",\"4.3566666666666665\"\n\"2024-07-15T12:10:00.000Z\",\"0.005627\",\"0.00473\",\"100\",\"4.35\",\"4.306666666666667\"\n\"2024-07-15T12:15:00.000Z\",\"0.00557\",\"0.00471\",\"100\",\"4.316666666666666\",\"4.28\"\n\"2024-07-15T12:20:00.000Z\",\"0.005622\",\"0.004636\",\"100\",\"4.3133333333333335\",\"4.233333333333333\"\n\"2024-07-15T12:25:00.000Z\",\"0.005603\",\"0.004663\",\"100\",\"4.326666666666667\",\"4.253333333333333\"\n\"2024-07-15T12:30:00.000Z\",\"0.005451\",\"0.004662\",\"100\",\"4.29\",\"4.263333333333334\"\n\"2024-07-15T12:35:00.000Z\",\"0.005684\",\"0.004751\",\"100\",\"4.38\",\"4.306666666666667\"\n\"2024-07-15T12:40:00.000Z\",\"0.005555\",\"0.004619\",\"100\",\"4.3566666666666665\",\"4.246666666666667\"\n\"2024-07-15T12:45:00.000Z\",\"0.005846\",\"0.004719\",\"100\",\"4.333333333333333\",\"4.3\"\n\"2024-07-15T12:50:00.000Z\",\"0.005784\",\"0.004811\",\"100\",\"4.366666666666666\",\"4.343333333333334\"\n\"2024-07-15T12:55:00.000Z\",\"0.005685\",\"0.004844\",\"100\",\"4.3966666666666665\",\"4.383333333333334\"\n\"2024-07-15T13:00:00.000Z\",\"0.005615\",\"0.004612\",\"100\",\"4.31\",\"4.216666666666667\"\n\"2024-07-15T13:05:00.000Z\",\"0.005724\",\"0.004712\",\"100\",\"4.386666666666667\",\"4.29\"\n\"2024-07-15T13:10:00.000Z\",\"0.005648\",\"0.004648\",\"100\",\"4.38\",\"4.266666666666667\"\n\"2024-07-15T13:15:00.000Z\",\"0.005569\",\"0.004679\",\"100\",\"4.323333333333333\",\"4.266666666666667\"\n\"2024-07-15T13:20:00.000Z\",\"0.005609\",\"0.004637\",\"100\",\"4.33\",\"4.246666666666667\"\n\"2024-07-15T13:25:00.000Z\",\"0.005831\",\"0.005426\",\"100\",\"4.44\",\"4.456666666666667\"\n\"2024-07-15T13:30:00.000Z\",\"0.005468\",\"0.004722\",\"100\",\"4.286666666666667\",\"4.29\"\n\"2024-07-15T13:35:00.000Z\",\"0.005622\",\"0.004674\",\"100\",\"4.343333333333334\",\"4.256666666666667\"\n\"2024-07-15T13:40:00.000Z\",\"0.005533\",\"0.004626\",\"100\",\"4.303333333333334\",\"4.23\"\n\"2024-07-15T13:45:00.000Z\",\"0.005718\",\"0.004784\",\"100\",\"4.336666666666667\",\"4.323333333333333\"\n\"2024-07-15T13:50:00.000Z\",\"0.00596\",\"0.004728\",\"100\",\"4.326666666666667\",\"4.296666666666667\"\n\"2024-07-15T13:55:00.000Z\",\"0.00564\",\"0.004748\",\"100\",\"4.37\",\"4.31\"\n\"2024-07-15T14:00:00.000Z\",\"0.005569\",\"0.004629\",\"100\",\"4.306666666666667\",\"4.226666666666667\"\n\"2024-07-15T14:05:00.000Z\",\"0.005716\",\"0.004691\",\"100\",\"4.386666666666667\",\"4.273333333333333\"\n\"2024-07-15T14:10:00.000Z\",\"0.005671\",\"0.004764\",\"100\",\"4.376666666666667\",\"4.34\"\n\"2024-07-15T14:15:00.000Z\",\"0.005607\",\"0.004709\",\"100\",\"4.336666666666667\",\"4.283333333333333\"\n\"2024-07-15T14:20:00.000Z\",\"0.005508\",\"0.004655\",\"100\",\"4.28\",\"4.256666666666667\"\n\"2024-07-15T14:25:00.000Z\",\"0.005567\",\"0.004682\",\"100\",\"4.326666666666667\",\"4.266666666666667\"\n\"2024-07-15T14:30:00.000Z\",\"0.005696\",\"0.004644\",\"100\",\"4.34\",\"4.24\"\n\"2024-07-15T14:35:00.000Z\",\"0.005605\",\"0.004689\",\"100\",\"4.323333333333333\",\"4.27\"\n\"2024-07-15T14:40:00.000Z\",\"0.005744\",\"0.005379\",\"100\",\"4.443333333333333\",\"4.433333333333334\"\n\"2024-07-15T14:45:00.000Z\",\"0.006136\",\"0.004883\",\"100\",\"4.463333333333333\",\"4.423333333333333\"\n\"2024-07-15T14:50:00.000Z\",\"0.005533\",\"0.004643\",\"100\",\"4.28\",\"4.236666666666666\"\n\"2024-07-15T14:55:00.000Z\",\"0.005696\",\"0.004737\",\"100\",\"4.403333333333333\",\"4.32\"\n\"2024-07-15T15:00:00.000Z\",\"0.005597\",\"0.004643\",\"100\",\"4.32\",\"4.24\"\n\"2024-07-15T15:05:00.000Z\",\"0.005636\",\"0.004665\",\"100\",\"4.36\",\"4.263333333333334\"\n\"2024-07-15T15:10:00.000Z\",\"0.005522\",\"0.004686\",\"100\",\"4.286666666666667\",\"4.273333333333333\"\n\"2024-07-15T15:15:00.000Z\",\"0.005627\",\"0.004741\",\"100\",\"4.376666666666667\",\"4.323333333333333\"\n\"2024-07-15T15:20:00.000Z\",\"0.005714\",\"0.004683\",\"100\",\"4.343333333333334\",\"4.28\"\n\"2024-07-15T15:25:00.000Z\",\"0.005759\",\"0.004721\",\"100\",\"4.41\",\"4.3\"\n\"2024-07-15T15:30:00.000Z\",\"0.005547\",\"0.004682\",\"100\",\"4.316666666666666\",\"4.273333333333333\"\n\"2024-07-15T15:35:00.000Z\",\"0.005739\",\"0.004817\",\"100\",\"4.403333333333333\",\"4.366666666666666\"\n\"2024-07-15T15:40:00.000Z\",\"0.005547\",\"0.004644\",\"100\",\"4.33\",\"4.25\"\n\"2024-07-15T15:45:00.000Z\",\"0.005689\",\"0.004785\",\"100\",\"4.383333333333334\",\"4.34\"\n\"2024-07-15T15:50:00.000Z\",\"0.006393\",\"0.005393\",\"100\",\"4.48\",\"4.446666666666666\"\n\"2024-07-15T15:55:00.000Z\",\"0.005526\",\"0.0047\",\"100\",\"4.3\",\"4.283333333333333\"\n\"2024-07-15T16:00:00.000Z\",\"0.005738\",\"0.004757\",\"100\",\"4.3933333333333335\",\"4.326666666666667\"\n\"2024-07-15T16:05:00.000Z\",\"0.005635\",\"0.004791\",\"100\",\"4.363333333333333\",\"4.346666666666667\"\n\"2024-07-15T16:10:00.000Z\",\"0.005494\",\"0.004619\",\"100\",\"4.26\",\"4.233333333333333\"\n\"2024-07-15T16:15:00.000Z\",\"0.006543\",\"0.006158\",\"100\",\"5.12\",\"5.01\"\n\"2024-07-15T16:20:00.000Z\",\"0.005676\",\"0.004728\",\"100\",\"4.36\",\"4.316666666666666\"\n\"2024-07-15T16:25:00.000Z\",\"0.005632\",\"0.004708\",\"100\",\"4.343333333333334\",\"4.276666666666666\"\n\"2024-07-15T16:30:00.000Z\",\"0.005518\",\"0.004669\",\"100\",\"4.303333333333334\",\"4.256666666666667\"\n\"2024-07-15T16:35:00.000Z\",\"0.005678\",\"0.004814\",\"100\",\"4.3533333333333335\",\"4.343333333333334\"\n\"2024-07-15T16:40:00.000Z\",\"0.005432\",\"0.004629\",\"100\",\"4.26\",\"4.216666666666667\"\n\"2024-07-15T16:45:00.000Z\",\"0.005743\",\"0.004817\",\"100\",\"4.423333333333333\",\"4.363333333333333\"\n\"2024-07-15T16:50:00.000Z\",\"0.005928\",\"0.004704\",\"100\",\"4.343333333333334\",\"4.29\"\n\"2024-07-15T16:55:00.000Z\",\"0.005738\",\"0.004762\",\"100\",\"4.363333333333333\",\"4.323333333333333\"\n\"2024-07-15T17:00:00.000Z\",\"0.005659\",\"0.004704\",\"100\",\"4.3533333333333335\",\"4.293333333333333\"\n\"2024-07-15T17:05:00.000Z\",\"0.0057\",\"0.004753\",\"100\",\"4.383333333333334\",\"4.316666666666666\"\n\"2024-07-15T17:10:00.000Z\",\"0.005657\",\"0.005196\",\"100\",\"4.336666666666667\",\"4.31\"\n\"2024-07-15T17:15:00.000Z\",\"0.005722\",\"0.004799\",\"100\",\"4.41\",\"4.3566666666666665\"\n\"2024-07-15T17:20:00.000Z\",\"0.005589\",\"0.004587\",\"100\",\"4.296666666666667\",\"4.21\"\n\"2024-07-15T17:25:00.000Z\",\"0.005683\",\"0.004764\",\"100\",\"4.38\",\"4.316666666666666\"\n\"2024-07-15T17:30:00.000Z\",\"0.005565\",\"0.00469\",\"100\",\"4.333333333333333\",\"4.286666666666667\"\n\"2024-07-15T17:35:00.000Z\",\"0.005654\",\"0.00468\",\"100\",\"4.336666666666667\",\"4.27\"\n\"2024-07-15T17:40:00.000Z\",\"0.005574\",\"0.004661\",\"100\",\"4.336666666666667\",\"4.253333333333333\"\n\"2024-07-15T17:45:00.000Z\",\"0.005757\",\"0.004723\",\"100\",\"4.383333333333334\",\"4.306666666666667\"\n\"2024-07-15T17:50:00.000Z\",\"0.006113\",\"0.004794\",\"100\",\"4.4366666666666665\",\"4.3533333333333335\"\n\"2024-07-15T17:55:00.000Z\",\"0.005635\",\"0.004673\",\"100\",\"4.316666666666666\",\"4.246666666666667\"\n\"2024-07-15T18:00:00.000Z\",\"0.005438\",\"0.004592\",\"100\",\"4.263333333333334\",\"4.216666666666667\"\n\"2024-07-15T18:05:00.000Z\",\"0.005639\",\"0.004762\",\"100\",\"4.3533333333333335\",\"4.323333333333333\"\n\"2024-07-15T18:10:00.000Z\",\"0.005616\",\"0.004685\",\"100\",\"4.33\",\"4.273333333333333\"\n\"2024-07-15T18:15:00.000Z\",\"0.005651\",\"0.00523\",\"100\",\"4.373333333333333\",\"4.333333333333333\"\n\"2024-07-15T18:20:00.000Z\",\"0.005622\",\"0.004722\",\"100\",\"4.36\",\"4.306666666666667\"\n\"2024-07-15T18:25:00.000Z\",\"0.005709\",\"0.004821\",\"100\",\"4.3966666666666665\",\"4.363333333333333\"\n\"2024-07-15T18:30:00.000Z\",\"0.005648\",\"0.004667\",\"100\",\"4.323333333333333\",\"4.266666666666667\"\n\"2024-07-15T18:35:00.000Z\",\"0.005865\",\"0.004794\",\"100\",\"4.45\",\"4.346666666666667\"\n\"2024-07-15T18:40:00.000Z\",\"0.005414\",\"0.004594\",\"100\",\"4.27\",\"4.21\"\n\"2024-07-15T18:45:00.000Z\",\"0.006112\",\"0.004864\",\"100\",\"4.45\",\"4.3966666666666665\"\n\"2024-07-15T18:50:00.000Z\",\"0.005642\",\"0.004735\",\"100\",\"4.36\",\"4.316666666666666\"\n\"2024-07-15T18:55:00.000Z\",\"0.005654\",\"0.004622\",\"100\",\"4.3533333333333335\",\"4.233333333333333\"\n\"2024-07-15T19:00:00.000Z\",\"0.005585\",\"0.004687\",\"100\",\"4.3133333333333335\",\"4.27\"\n\"2024-07-15T19:05:00.000Z\",\"0.005664\",\"0.004746\",\"100\",\"4.383333333333334\",\"4.323333333333333\"\n\"2024-07-15T19:10:00.000Z\",\"0.005513\",\"0.004614\",\"100\",\"4.286666666666667\",\"4.23\"\n\"2024-07-15T19:15:00.000Z\",\"0.005657\",\"0.004693\",\"100\",\"4.3566666666666665\",\"4.28\"\n\"2024-07-15T19:20:00.000Z\",\"0.005577\",\"0.004729\",\"100\",\"4.346666666666667\",\"4.31\"\n\"2024-07-15T19:25:00.000Z\",\"0.00568\",\"0.004745\",\"100\",\"4.323333333333333\",\"4.303333333333334\"\n\"2024-07-15T19:30:00.000Z\",\"0.005659\",\"0.004694\",\"100\",\"4.343333333333334\",\"4.27\"\n\"2024-07-15T19:35:00.000Z\",\"0.005872\",\"0.005334\",\"100\",\"4.456666666666667\",\"4.403333333333333\"\n\"2024-07-15T19:40:00.000Z\",\"0.005646\",\"0.004648\",\"100\",\"4.36\",\"4.256666666666667\"\n\"2024-07-15T19:45:00.000Z\",\"0.006112\",\"0.004749\",\"100\",\"4.46\",\"4.326666666666667\"\n\"2024-07-15T19:50:00.000Z\",\"0.005628\",\"0.004725\",\"100\",\"4.35\",\"4.303333333333334\"\n\"2024-07-15T19:55:00.000Z\",\"0.005659\",\"0.00469\",\"100\",\"4.35\",\"4.273333333333333\"\n\"2024-07-15T20:00:00.000Z\",\"0.005619\",\"0.004733\",\"100\",\"4.346666666666667\",\"4.3133333333333335\"\n\"2024-07-15T20:05:00.000Z\",\"0.005638\",\"0.004695\",\"100\",\"4.326666666666667\",\"4.276666666666666\"\n\"2024-07-15T20:10:00.000Z\",\"0.005547\",\"0.004653\",\"100\",\"4.306666666666667\",\"4.253333333333333\"\n\"2024-07-15T20:15:00.000Z\",\"0.005804\",\"0.00478\",\"100\",\"4.3966666666666665\",\"4.343333333333334\"\n\"2024-07-15T20:20:00.000Z\",\"0.005619\",\"0.0047\",\"100\",\"4.326666666666667\",\"4.276666666666666\"\n\"2024-07-15T20:25:00.000Z\",\"0.006685\",\"0.006207\",\"100\",\"5.17\",\"5.046666666666667\"\n\"2024-07-15T20:30:00.000Z\",\"0.005667\",\"0.004758\",\"100\",\"4.3533333333333335\",\"4.316666666666666\"\n\"2024-07-15T20:35:00.000Z\",\"0.005697\",\"0.004685\",\"100\",\"4.363333333333333\",\"4.273333333333333\"\n\"2024-07-15T20:40:00.000Z\",\"0.005728\",\"0.005343\",\"100\",\"4.426666666666667\",\"4.41\"\n\"2024-07-15T20:45:00.000Z\",\"0.006059\",\"0.004784\",\"100\",\"4.403333333333333\",\"4.333333333333333\"\n\"2024-07-15T20:50:00.000Z\",\"0.005661\",\"0.00475\",\"100\",\"4.343333333333334\",\"4.31\"\n\"2024-07-15T20:55:00.000Z\",\"0.005648\",\"0.004659\",\"100\",\"4.363333333333333\",\"4.256666666666667\"\n\"2024-07-15T21:00:00.000Z\",\"0.005722\",\"0.004686\",\"100\",\"4.33\",\"4.273333333333333\"\n\"2024-07-15T21:05:00.000Z\",\"0.005613\",\"0.004721\",\"100\",\"4.336666666666667\",\"4.286666666666667\"\n\"2024-07-15T21:10:00.000Z\",\"0.005612\",\"0.004682\",\"100\",\"4.35\",\"4.276666666666666\"\n\"2024-07-15T21:15:00.000Z\",\"0.005616\",\"0.004692\",\"100\",\"4.333333333333333\",\"4.276666666666666\"\n\"2024-07-15T21:20:00.000Z\",\"0.005613\",\"0.004707\",\"100\",\"4.32\",\"4.28\"\n\"2024-07-15T21:25:00.000Z\",\"0.005707\",\"0.004815\",\"100\",\"4.423333333333333\",\"4.363333333333333\"\n\"2024-07-15T21:30:00.000Z\",\"0.005558\",\"0.004583\",\"100\",\"4.286666666666667\",\"4.2\"\n\"2024-07-15T21:35:00.000Z\",\"0.005706\",\"0.004739\",\"100\",\"4.36\",\"4.3\"\n\"2024-07-15T21:40:00.000Z\",\"0.005563\",\"0.004686\",\"100\",\"4.346666666666667\",\"4.283333333333333\"\n\"2024-07-15T21:45:00.000Z\",\"0.005452\",\"0.004634\",\"100\",\"4.29\",\"4.233333333333333\"\n\"2024-07-15T21:50:00.000Z\",\"0.005944\",\"0.004774\",\"100\",\"4.386666666666667\",\"4.343333333333334\"\n\"2024-07-15T21:55:00.000Z\",\"0.005714\",\"0.004707\",\"100\",\"4.383333333333334\",\"4.303333333333334\"\n\"2024-07-15T22:00:00.000Z\",\"0.005616\",\"0.004695\",\"100\",\"4.333333333333333\",\"4.283333333333333\"\n\"2024-07-15T22:05:00.000Z\",\"0.005849\",\"0.005321\",\"100\",\"4.45\",\"4.386666666666667\"\n\"2024-07-15T22:10:00.000Z\",\"0.00561\",\"0.004731\",\"100\",\"4.336666666666667\",\"4.306666666666667\"\n\"2024-07-15T22:15:00.000Z\",\"0.005638\",\"0.004691\",\"100\",\"4.33\",\"4.263333333333334\"\n\"2024-07-15T22:20:00.000Z\",\"0.005723\",\"0.00483\",\"100\",\"4.373333333333333\",\"4.36\"\n\"2024-07-15T22:25:00.000Z\",\"0.005591\",\"0.004602\",\"100\",\"4.34\",\"4.216666666666667\"\n\"2024-07-15T22:30:00.000Z\",\"0.005694\",\"0.004721\",\"100\",\"4.37\",\"4.293333333333333\"\n\"2024-07-15T22:35:00.000Z\",\"0.005626\",\"0.004639\",\"100\",\"4.33\",\"4.243333333333333\"\n\"2024-07-15T22:40:00.000Z\",\"0.005661\",\"0.004667\",\"100\",\"4.32\",\"4.256666666666667\"\n\"2024-07-15T22:45:00.000Z\",\"0.006041\",\"0.004875\",\"100\",\"4.453333333333333\",\"4.403333333333333\"\n\"2024-07-15T22:50:00.000Z\",\"0.00551\",\"0.004694\",\"100\",\"4.306666666666667\",\"4.28\"\n\"2024-07-15T22:55:00.000Z\",\"0.005682\",\"0.004757\",\"100\",\"4.3566666666666665\",\"4.31\"\n\"2024-07-15T23:00:00.000Z\",\"0.005585\",\"0.004667\",\"100\",\"4.33\",\"4.27\"\n\"2024-07-15T23:05:00.000Z\",\"0.005651\",\"0.004686\",\"100\",\"4.3566666666666665\",\"4.27\"\n\"2024-07-15T23:10:00.000Z\",\"0.005786\",\"0.005318\",\"100\",\"4.42\",\"4.3966666666666665\"\n\"2024-07-15T23:15:00.000Z\",\"0.00573\",\"0.004759\",\"100\",\"4.406666666666666\",\"4.333333333333333\"\n\"2024-07-15T23:20:00.000Z\",\"0.005625\",\"0.004694\",\"100\",\"4.35\",\"4.293333333333333\"\n\"2024-07-15T23:25:00.000Z\",\"0.005704\",\"0.004749\",\"100\",\"4.406666666666666\",\"4.326666666666667\"\n\"2024-07-15T23:30:00.000Z\",\"0.005576\",\"0.00477\",\"100\",\"4.35\",\"4.336666666666667\"\n\"2024-07-15T23:35:00.000Z\",\"0.005581\",\"0.004625\",\"100\",\"4.316666666666666\",\"4.23\"\n\"2024-07-15T23:40:00.000Z\",\"0.005592\",\"0.004675\",\"100\",\"4.306666666666667\",\"4.273333333333333\"\n\"2024-07-15T23:45:00.000Z\",\"0.006051\",\"0.004827\",\"100\",\"4.453333333333333\",\"4.366666666666666\"\n\"2024-07-15T23:50:00.000Z\",\"0.00558\",\"0.004723\",\"100\",\"4.336666666666667\",\"4.3\"\n\"2024-07-15T23:55:00.000Z\",\"0.005622\",\"0.00473\",\"100\",\"4.346666666666667\",\"4.303333333333334\"\n\"2024-07-16T00:00:00.000Z\",\"0.005575\",\"0.004663\",\"100\",\"4.34\",\"4.266666666666667\"\n\"2024-07-16T00:05:00.000Z\",\"0.005623\",\"0.00469\",\"100\",\"4.366666666666666\",\"4.29\"\n\"2024-07-16T00:10:00.000Z\",\"0.005523\",\"0.004642\",\"100\",\"4.303333333333334\",\"4.25\"\n\"2024-07-16T00:15:00.000Z\",\"0.005652\",\"0.004694\",\"100\",\"4.376666666666667\",\"4.276666666666666\"\n\"2024-07-16T00:20:00.000Z\",\"0.005563\",\"0.004645\",\"100\",\"4.303333333333334\",\"4.256666666666667\"\n\"2024-07-16T00:25:00.000Z\",\"0.005608\",\"0.004702\",\"100\",\"4.323333333333333\",\"4.26\"\n\"2024-07-16T00:30:00.000Z\",\"0.005642\",\"0.004705\",\"100\",\"4.35\",\"4.293333333333333\"\n\"2024-07-16T00:35:00.000Z\",\"0.00589\",\"0.005355\",\"100\",\"4.45\",\"4.426666666666667\"\n\"2024-07-16T00:40:00.000Z\",\"0.006544\",\"0.006099\",\"100\",\"5.066666666666666\",\"4.96\"\n\"2024-07-16T00:45:00.000Z\",\"0.005701\",\"0.00484\",\"100\",\"4.413333333333333\",\"4.37\"\n\"2024-07-16T00:50:00.000Z\",\"0.005997\",\"0.004809\",\"100\",\"4.37\",\"4.36\"\n\"2024-07-16T00:55:00.000Z\",\"0.00571\",\"0.004811\",\"100\",\"4.403333333333333\",\"4.363333333333333\"\n\"2024-07-16T01:00:00.000Z\",\"0.005526\",\"0.004607\",\"100\",\"4.3\",\"4.23\"\n\"2024-07-16T01:05:00.000Z\",\"0.005608\",\"0.004712\",\"100\",\"4.32\",\"4.276666666666666\"\n\"2024-07-16T01:10:00.000Z\",\"0.00548\",\"0.004594\",\"100\",\"4.283333333333333\",\"4.213333333333333\"\n\"2024-07-16T01:15:00.000Z\",\"0.005705\",\"0.004797\",\"100\",\"4.39\",\"4.3533333333333335\"\n\"2024-07-16T01:20:00.000Z\",\"0.005605\",\"0.004679\",\"100\",\"4.333333333333333\",\"4.276666666666666\"\n\"2024-07-16T01:25:00.000Z\",\"0.005447\",\"0.004629\",\"100\",\"4.29\",\"4.243333333333333\"\n\"2024-07-16T01:30:00.000Z\",\"0.005521\",\"0.004669\",\"100\",\"4.3133333333333335\",\"4.266666666666667\"\n\"2024-07-16T01:35:00.000Z\",\"0.005626\",\"0.004652\",\"100\",\"4.363333333333333\",\"4.26\"\n\"2024-07-16T01:40:00.000Z\",\"0.005665\",\"0.004677\",\"100\",\"4.3133333333333335\",\"4.266666666666667\"\n\"2024-07-16T01:45:00.000Z\",\"0.006114\",\"0.004811\",\"100\",\"4.433333333333334\",\"4.346666666666667\"\n\"2024-07-16T01:50:00.000Z\",\"0.005651\",\"0.0047\",\"100\",\"4.346666666666667\",\"4.276666666666666\"\n\"2024-07-16T01:55:00.000Z\",\"0.00572\",\"0.005283\",\"100\",\"4.413333333333333\",\"4.373333333333333\"\n\"2024-07-16T02:00:00.000Z\",\"0.005461\",\"0.00464\",\"100\",\"4.27\",\"4.24\"\n\"2024-07-16T02:05:00.000Z\",\"0.005697\",\"0.004747\",\"100\",\"4.3933333333333335\",\"4.326666666666667\"\n\"2024-07-16T02:10:00.000Z\",\"0.005668\",\"0.004737\",\"100\",\"4.333333333333333\",\"4.3\"\n\"2024-07-16T02:15:00.000Z\",\"0.005678\",\"0.004686\",\"100\",\"4.383333333333334\",\"4.283333333333333\"\n\"2024-07-16T02:20:00.000Z\",\"0.005571\",\"0.004661\",\"100\",\"4.343333333333334\",\"4.266666666666667\"\n\"2024-07-16T02:25:00.000Z\",\"0.005661\",\"0.004681\",\"100\",\"4.3533333333333335\",\"4.263333333333334\"\n\"2024-07-16T02:30:00.000Z\",\"0.005552\",\"0.004739\",\"100\",\"4.296666666666667\",\"4.3\"\n\"2024-07-16T02:35:00.000Z\",\"0.005727\",\"0.00472\",\"100\",\"4.383333333333334\",\"4.31\"\n\"2024-07-16T02:40:00.000Z\",\"0.006013\",\"0.004787\",\"100\",\"4.386666666666667\",\"4.346666666666667\"\n\"2024-07-16T02:45:00.000Z\",\"0.005499\",\"0.004667\",\"100\",\"4.286666666666667\",\"4.246666666666667\"\n\"2024-07-16T02:50:00.000Z\",\"0.005674\",\"0.00483\",\"100\",\"4.403333333333333\",\"4.376666666666667\"\n\"2024-07-16T02:55:00.000Z\",\"0.005754\",\"0.005283\",\"100\",\"4.41\",\"4.37\"\n\"2024-07-16T03:00:00.000Z\",\"0.005426\",\"0.004611\",\"100\",\"4.266666666666667\",\"4.216666666666667\"\n\"2024-07-16T03:05:00.000Z\",\"0.005607\",\"0.004742\",\"100\",\"4.363333333333333\",\"4.3133333333333335\"\n\"2024-07-16T03:10:00.000Z\",\"0.005506\",\"0.004667\",\"100\",\"4.286666666666667\",\"4.256666666666667\"\n\"2024-07-16T03:15:00.000Z\",\"0.005622\",\"0.004673\",\"100\",\"4.31\",\"4.25\"\n\"2024-07-16T03:20:00.000Z\",\"0.005523\",\"0.00464\",\"100\",\"4.28\",\"4.236666666666666\"\n\"2024-07-16T03:25:00.000Z\",\"0.005708\",\"0.004783\",\"100\",\"4.3966666666666665\",\"4.34\"\n\"2024-07-16T03:30:00.000Z\",\"0.005525\",\"0.004632\",\"100\",\"4.31\",\"4.246666666666667\"\n\"2024-07-16T03:35:00.000Z\",\"0.005633\",\"0.00467\",\"100\",\"4.3533333333333335\",\"4.263333333333334\"\n\"2024-07-16T03:40:00.000Z\",\"0.005536\",\"0.004638\",\"100\",\"4.323333333333333\",\"4.246666666666667\"\n\"2024-07-16T03:45:00.000Z\",\"0.006025\",\"0.004762\",\"100\",\"4.383333333333334\",\"4.323333333333333\"\n\"2024-07-16T03:50:00.000Z\",\"0.005605\",\"0.004695\",\"100\",\"4.33\",\"4.263333333333334\"\n\"2024-07-16T03:55:00.000Z\",\"0.005703\",\"0.00483\",\"100\",\"4.4\",\"4.366666666666666\"\n\"2024-07-16T04:00:00.000Z\",\"0.005635\",\"0.004724\",\"100\",\"4.3566666666666665\",\"4.303333333333334\"\n\"2024-07-16T04:05:00.000Z\",\"0.005526\",\"0.004645\",\"100\",\"4.296666666666667\",\"4.243333333333333\"\n\"2024-07-16T04:10:00.000Z\",\"0.005736\",\"0.004708\",\"100\",\"4.383333333333334\",\"4.293333333333333\"\n\"2024-07-16T04:15:00.000Z\",\"0.005477\",\"0.004658\",\"100\",\"4.266666666666667\",\"4.236666666666666\"\n\"2024-07-16T04:20:00.000Z\",\"0.005724\",\"0.005295\",\"100\",\"4.38\",\"4.38\"\n\"2024-07-16T04:25:00.000Z\",\"0.00658\",\"0.00625\",\"100\",\"5.116666666666666\",\"5.07\"\n\"2024-07-16T04:30:00.000Z\",\"0.005412\",\"0.004563\",\"100\",\"4.233333333333333\",\"4.176666666666667\"\n\"2024-07-16T04:35:00.000Z\",\"0.005662\",\"0.004721\",\"100\",\"4.34\",\"4.286666666666667\"\n\"2024-07-16T04:40:00.000Z\",\"0.005668\",\"0.004685\",\"100\",\"4.373333333333333\",\"4.28\"\n\"2024-07-16T04:45:00.000Z\",\"0.005631\",\"0.004754\",\"100\",\"4.3533333333333335\",\"4.31\"\n\"2024-07-16T04:50:00.000Z\",\"0.005985\",\"0.004759\",\"100\",\"4.37\",\"4.31\"\n\"2024-07-16T04:55:00.000Z\",\"0.005588\",\"0.004707\",\"100\",\"4.37\",\"4.293333333333333\"\n\"2024-07-16T05:00:00.000Z\",\"0.005829\",\"0.004751\",\"100\",\"4.406666666666666\",\"4.33\"\n\"2024-07-16T05:05:00.000Z\",\"0.005507\",\"0.004718\",\"100\",\"4.33\",\"4.306666666666667\"\n\"2024-07-16T05:10:00.000Z\",\"0.005674\",\"0.004725\",\"100\",\"4.373333333333333\",\"4.31\"\n\"2024-07-16T05:15:00.000Z\",\"0.005539\",\"0.004626\",\"100\",\"4.303333333333334\",\"4.226666666666667\"\n\"2024-07-16T05:20:00.000Z\",\"0.005619\",\"0.004683\",\"100\",\"4.34\",\"4.266666666666667\"\n\"2024-07-16T05:25:00.000Z\",\"0.005704\",\"0.004742\",\"100\",\"4.41\",\"4.316666666666666\"\n\"2024-07-16T05:30:00.000Z\",\"0.005538\",\"0.004685\",\"100\",\"4.296666666666667\",\"4.27\"\n\"2024-07-16T05:35:00.000Z\",\"0.00573\",\"0.004723\",\"100\",\"4.383333333333334\",\"4.29\"\n\"2024-07-16T05:40:00.000Z\",\"0.005625\",\"0.004725\",\"100\",\"4.34\",\"4.306666666666667\"\n\"2024-07-16T05:45:00.000Z\",\"0.005689\",\"0.005283\",\"100\",\"4.373333333333333\",\"4.373333333333333\"\n\"2024-07-16T05:50:00.000Z\",\"0.005591\",\"0.004702\",\"100\",\"4.323333333333333\",\"4.283333333333333\"\n\"2024-07-16T05:55:00.000Z\",\"0.00582\",\"0.004786\",\"100\",\"4.363333333333333\",\"4.346666666666667\"\n\"2024-07-16T06:00:00.000Z\",\"0.005611\",\"0.00471\",\"100\",\"4.346666666666667\",\"4.3\"\n\"2024-07-16T06:05:00.000Z\",\"0.005501\",\"0.004654\",\"100\",\"4.286666666666667\",\"4.236666666666666\"\n\"2024-07-16T06:10:00.000Z\",\"0.005671\",\"0.004773\",\"100\",\"4.383333333333334\",\"4.34\"\n\"2024-07-16T06:15:00.000Z\",\"0.005662\",\"0.004742\",\"100\",\"4.3566666666666665\",\"4.3133333333333335\"\n\"2024-07-16T06:20:00.000Z\",\"0.005564\",\"0.004696\",\"100\",\"4.32\",\"4.276666666666666\"\n\"2024-07-16T06:25:00.000Z\",\"0.005627\",\"0.004652\",\"100\",\"4.34\",\"4.246666666666667\"\n\"2024-07-16T06:30:00.000Z\",\"0.005707\",\"0.004717\",\"100\",\"4.416666666666667\",\"4.3133333333333335\"\n\"2024-07-16T06:35:00.000Z\",\"0.005642\",\"0.004738\",\"100\",\"4.36\",\"4.3133333333333335\"\n\"2024-07-16T06:40:00.000Z\",\"0.005635\",\"0.004721\",\"100\",\"4.343333333333334\",\"4.296666666666667\"\n\"2024-07-16T06:45:00.000Z\",\"0.005688\",\"0.004702\",\"100\",\"4.3566666666666665\",\"4.283333333333333\"\n\"2024-07-16T06:50:00.000Z\",\"0.005743\",\"0.004843\",\"100\",\"4.39\",\"4.37\"\n\"2024-07-16T06:55:00.000Z\",\"0.005994\",\"0.004827\",\"100\",\"4.42\",\"4.373333333333333\"\n\"2024-07-16T07:00:00.000Z\",\"0.005624\",\"0.005286\",\"100\",\"4.38\",\"4.386666666666667\"\n\"2024-07-16T07:05:00.000Z\",\"0.005645\",\"0.004726\",\"100\",\"4.336666666666667\",\"4.286666666666667\"\n\"2024-07-16T07:10:00.000Z\",\"0.005366\",\"0.004578\",\"100\",\"4.27\",\"4.2\"\n\"2024-07-16T07:15:00.000Z\",\"0.005544\",\"0.004682\",\"100\",\"4.323333333333333\",\"4.276666666666666\"\n\"2024-07-16T07:20:00.000Z\",\"0.005591\",\"0.004682\",\"100\",\"4.306666666666667\",\"4.256666666666667\"\n\"2024-07-16T07:25:00.000Z\",\"0.005638\",\"0.004619\",\"100\",\"4.336666666666667\",\"4.223333333333334\"\n\"2024-07-16T07:30:00.000Z\",\"0.004549\",\"0.003381\",\"100\",\"3.4066666666666667\",\"3.1933333333333334\"\n\"2024-07-16T07:35:00.000Z\",\"0.003803\",\"0.002531\",\"100\",\"2.73\",\"2.49\"\n\"2024-07-16T07:40:00.000Z\",\"0.003511\",\"0.002474\",\"100\",\"2.5566666666666666\",\"2.46\"\n\"2024-07-16T07:45:00.000Z\",\"0.003488\",\"0.002517\",\"100\",\"2.546666666666667\",\"2.5033333333333334\"\n\"2024-07-16T07:50:00.000Z\",\"0.003425\",\"0.002462\",\"100\",\"2.48\",\"2.4433333333333334\"\n\"2024-07-16T07:55:00.000Z\",\"0.004009\",\"0.0026\",\"100\",\"2.5966666666666667\",\"2.546666666666667\"\n\"2024-07-16T08:00:00.000Z\",\"0.003457\",\"0.002511\",\"100\",\"2.53\",\"2.4966666666666666\"\n\"2024-07-16T08:05:00.000Z\",\"0.004372\",\"0.004471\",\"100\",\"3.256666666666667\",\"3.2266666666666666\"\n\"2024-07-16T08:10:00.000Z\",\"0.003342\",\"0.002442\",\"100\",\"2.473333333333333\",\"2.4433333333333334\"\n\"2024-07-16T08:15:00.000Z\",\"0.003441\",\"0.002484\",\"100\",\"2.5166666666666666\",\"2.466666666666667\"\n\"2024-07-16T08:20:00.000Z\",\"0.003353\",\"0.002412\",\"100\",\"2.4566666666666666\",\"2.41\"\n\"2024-07-16T08:25:00.000Z\",\"0.003415\",\"0.002476\",\"100\",\"2.4966666666666666\",\"2.453333333333333\"\n\"2024-07-16T08:30:00.000Z\",\"0.003398\",\"0.002474\",\"100\",\"2.51\",\"2.4633333333333334\"\n\"2024-07-16T08:35:00.000Z\",\"0.003428\",\"0.002432\",\"100\",\"2.49\",\"2.4366666666666665\"\n\"2024-07-16T08:40:00.000Z\",\"0.003484\",\"0.002511\",\"100\",\"2.5033333333333334\",\"2.473333333333333\"\n\"2024-07-16T08:45:00.000Z\",\"0.003416\",\"0.00245\",\"100\",\"2.47\",\"2.43\"\n\"2024-07-16T08:50:00.000Z\",\"0.003597\",\"0.002528\",\"100\",\"2.5433333333333334\",\"2.4966666666666666\"\n\"2024-07-16T08:55:00.000Z\",\"0.003812\",\"0.002536\",\"100\",\"2.5366666666666666\",\"2.493333333333333\"\n\"2024-07-16T09:00:00.000Z\",\"0.005072\",\"0.00408\",\"100\",\"3.8533333333333335\",\"3.77\"\n\"2024-07-16T09:05:00.000Z\",\"0.005712\",\"0.005236\",\"100\",\"4.406666666666666\",\"4.346666666666667\"\n\"2024-07-16T09:10:00.000Z\",\"0.005606\",\"0.004712\",\"100\",\"4.3533333333333335\",\"4.3133333333333335\"\n\"2024-07-16T09:15:00.000Z\",\"0.005657\",\"0.004732\",\"100\",\"4.363333333333333\",\"4.306666666666667\"\n\"2024-07-16T09:20:00.000Z\",\"0.005597\",\"0.004652\",\"100\",\"4.333333333333333\",\"4.263333333333334\"\n\"2024-07-16T09:25:00.000Z\",\"0.005654\",\"0.004792\",\"100\",\"4.373333333333333\",\"4.34\"\n\"2024-07-16T09:30:00.000Z\",\"0.005619\",\"0.004708\",\"100\",\"4.323333333333333\",\"4.293333333333333\"\n\"2024-07-16T09:35:00.000Z\",\"0.005714\",\"0.004698\",\"100\",\"4.336666666666667\",\"4.276666666666666\"\n\"2024-07-16T09:40:00.000Z\",\"0.005556\",\"0.004673\",\"100\",\"4.316666666666666\",\"4.27\"\n\"2024-07-16T09:45:00.000Z\",\"0.005635\",\"0.004722\",\"100\",\"4.3533333333333335\",\"4.31\"\n\"2024-07-16T09:50:00.000Z\",\"0.005882\",\"0.004673\",\"100\",\"4.326666666666667\",\"4.276666666666666\"\n\"2024-07-16T09:55:00.000Z\",\"0.005619\",\"0.004679\",\"100\",\"4.35\",\"4.27\"\n\"2024-07-16T10:00:00.000Z\",\"0.005573\",\"0.004713\",\"100\",\"4.33\",\"4.296666666666667\"\n\"2024-07-16T10:05:00.000Z\",\"0.005709\",\"0.004746\",\"100\",\"4.423333333333333\",\"4.333333333333333\"\n\"2024-07-16T10:10:00.000Z\",\"0.005643\",\"0.00522\",\"100\",\"4.376666666666667\",\"4.34\"\n\"2024-07-16T10:15:00.000Z\",\"0.005768\",\"0.004797\",\"100\",\"4.433333333333334\",\"4.366666666666666\"\n\"2024-07-16T10:20:00.000Z\",\"0.005573\",\"0.004653\",\"100\",\"4.29\",\"4.253333333333333\"\n\"2024-07-16T10:25:00.000Z\",\"0.005727\",\"0.004694\",\"100\",\"4.403333333333333\",\"4.29\"\n\"2024-07-16T10:30:00.000Z\",\"0.005695\",\"0.004768\",\"100\",\"4.386666666666667\",\"4.336666666666667\"\n\"2024-07-16T10:35:00.000Z\",\"0.00557\",\"0.004657\",\"100\",\"4.33\",\"4.26\"\n\"2024-07-16T10:40:00.000Z\",\"0.005577\",\"0.004698\",\"100\",\"4.32\",\"4.29\"\n\"2024-07-16T10:45:00.000Z\",\"0.005726\",\"0.004793\",\"100\",\"4.376666666666667\",\"4.34\"\n\"2024-07-16T10:50:00.000Z\",\"0.006056\",\"0.004811\",\"100\",\"4.403333333333333\",\"4.3566666666666665\"\n\"2024-07-16T10:55:00.000Z\",\"0.005578\",\"0.004648\",\"100\",\"4.3133333333333335\",\"4.243333333333333\"\n\"2024-07-16T11:00:00.000Z\",\"0.005635\",\"0.004714\",\"100\",\"4.366666666666666\",\"4.286666666666667\"\n\"2024-07-16T11:05:00.000Z\",\"0.005644\",\"0.004673\",\"100\",\"4.376666666666667\",\"4.276666666666666\"\n\"2024-07-16T11:10:00.000Z\",\"0.005692\",\"0.004736\",\"100\",\"4.36\",\"4.316666666666666\"\n\"2024-07-16T11:15:00.000Z\",\"0.005496\",\"0.004672\",\"100\",\"4.28\",\"4.256666666666667\"\n\"2024-07-16T11:20:00.000Z\",\"0.005748\",\"0.00465\",\"100\",\"4.36\",\"4.26\"\n\"2024-07-16T11:25:00.000Z\",\"0.005768\",\"0.00541\",\"100\",\"4.453333333333333\",\"4.46\"\n\"2024-07-16T11:30:00.000Z\",\"0.00558\",\"0.004652\",\"100\",\"4.31\",\"4.25\"\n\"2024-07-16T11:35:00.000Z\",\"0.005609\",\"0.004735\",\"100\",\"4.33\",\"4.31\"\n\"2024-07-16T11:40:00.000Z\",\"0.005417\",\"0.004578\",\"100\",\"4.263333333333334\",\"4.206666666666667\"\n\"2024-07-16T11:45:00.000Z\",\"0.00568\",\"0.004784\",\"100\",\"4.39\",\"4.3533333333333335\"\n\"2024-07-16T11:50:00.000Z\",\"0.005597\",\"0.004659\",\"100\",\"4.34\",\"4.28\"\n\"2024-07-16T11:55:00.000Z\",\"0.006017\",\"0.004818\",\"100\",\"4.416666666666667\",\"4.373333333333333\"\n\"2024-07-16T12:00:00.000Z\",\"0.005615\",\"0.004732\",\"100\",\"4.36\",\"4.32\"\n\"2024-07-16T12:05:00.000Z\",\"0.005598\",\"0.004739\",\"100\",\"4.33\",\"4.303333333333334\"\n\"2024-07-16T12:10:00.000Z\",\"0.006627\",\"0.006224\",\"100\",\"5.133333333333334\",\"5.06\"\n\"2024-07-16T12:15:00.000Z\",\"0.005652\",\"0.004598\",\"100\",\"4.31\",\"4.216666666666667\"\n\"2024-07-16T12:20:00.000Z\",\"0.005612\",\"0.004636\",\"100\",\"4.33\",\"4.243333333333333\"\n\"2024-07-16T12:25:00.000Z\",\"0.005571\",\"0.004691\",\"100\",\"4.323333333333333\",\"4.27\"\n\"2024-07-16T12:30:00.000Z\",\"0.005503\",\"0.004556\",\"100\",\"4.29\",\"4.203333333333333\"\n\"2024-07-16T12:35:00.000Z\",\"0.005703\",\"0.004711\",\"100\",\"4.37\",\"4.286666666666667\"\n\"2024-07-16T12:40:00.000Z\",\"0.005702\",\"0.004742\",\"100\",\"4.42\",\"4.34\"\n\"2024-07-16T12:45:00.000Z\",\"0.005592\",\"0.004713\",\"100\",\"4.34\",\"4.286666666666667\"\n\"2024-07-16T12:50:00.000Z\",\"0.005627\",\"0.005201\",\"100\",\"4.343333333333334\",\"4.316666666666666\"\n\"2024-07-16T12:55:00.000Z\",\"0.006051\",\"0.004883\",\"100\",\"4.43\",\"4.42\"\n\"2024-07-16T13:00:00.000Z\",\"0.005764\",\"0.004768\",\"100\",\"4.39\",\"4.33\"\n\"2024-07-16T13:05:00.000Z\",\"0.005644\",\"0.004738\",\"100\",\"4.363333333333333\",\"4.31\"\n\"2024-07-16T13:10:00.000Z\",\"0.005642\",\"0.004665\",\"100\",\"4.363333333333333\",\"4.266666666666667\"\n\"2024-07-16T13:15:00.000Z\",\"0.005625\",\"0.004702\",\"100\",\"4.343333333333334\",\"4.283333333333333\"\n\"2024-07-16T13:20:00.000Z\",\"0.00447\",\"0.003204\",\"100\",\"3.2666666666666666\",\"3.0233333333333334\"\n\"2024-07-16T13:25:00.000Z\",\"0.004491\",\"0.003367\",\"100\",\"3.3466666666666667\",\"3.1666666666666665\"\n\"2024-07-16T13:30:00.000Z\",\"0.005612\",\"0.004687\",\"100\",\"4.32\",\"4.273333333333333\"\n\"2024-07-16T13:35:00.000Z\",\"0.005631\",\"0.004691\",\"100\",\"4.346666666666667\",\"4.273333333333333\"\n\"2024-07-16T13:40:00.000Z\",\"0.005456\",\"0.004567\",\"100\",\"4.263333333333334\",\"4.21\"\n\"2024-07-16T13:45:00.000Z\",\"0.005695\",\"0.004677\",\"100\",\"4.3966666666666665\",\"4.28\"\n\"2024-07-16T13:50:00.000Z\",\"0.005724\",\"0.004723\",\"100\",\"4.346666666666667\",\"4.3133333333333335\"\n\"2024-07-16T13:55:00.000Z\",\"0.005976\",\"0.004801\",\"100\",\"4.383333333333334\",\"4.35\"\n\"2024-07-16T14:00:00.000Z\",\"0.005751\",\"0.005329\",\"100\",\"4.446666666666666\",\"4.42\"\n\"2024-07-16T14:05:00.000Z\",\"0.005647\",\"0.00471\",\"100\",\"4.366666666666666\",\"4.3\"\n\"2024-07-16T14:10:00.000Z\",\"0.005541\",\"0.004637\",\"100\",\"4.306666666666667\",\"4.25\"\n\"2024-07-16T14:15:00.000Z\",\"0.005612\",\"0.004656\",\"100\",\"4.346666666666667\",\"4.266666666666667\"\n\"2024-07-16T14:20:00.000Z\",\"0.005631\",\"0.004701\",\"100\",\"4.346666666666667\",\"4.29\"\n\"2024-07-16T14:25:00.000Z\",\"0.00569\",\"0.004702\",\"100\",\"4.363333333333333\",\"4.293333333333333\"\n\"2024-07-16T14:30:00.000Z\",\"0.005539\",\"0.004652\",\"100\",\"4.3533333333333335\",\"4.27\"\n\"2024-07-16T14:35:00.000Z\",\"0.005656\",\"0.004716\",\"100\",\"4.366666666666666\",\"4.303333333333334\"\n\"2024-07-16T14:40:00.000Z\",\"0.005669\",\"0.004638\",\"100\",\"4.32\",\"4.256666666666667\"\n\"2024-07-16T14:45:00.000Z\",\"0.00551\",\"0.004627\",\"100\",\"4.336666666666667\",\"4.25\"\n\"2024-07-16T14:50:00.000Z\",\"0.005564\",\"0.00465\",\"100\",\"4.293333333333333\",\"4.24\"\n\"2024-07-16T14:55:00.000Z\",\"0.005561\",\"0.004662\",\"100\",\"4.346666666666667\",\"4.276666666666666\"\n\"2024-07-16T15:00:00.000Z\",\"0.005828\",\"0.004724\",\"100\",\"4.35\",\"4.32\"\n\"2024-07-16T15:05:00.000Z\",\"0.005592\",\"0.004678\",\"100\",\"4.323333333333333\",\"4.273333333333333\"\n\"2024-07-16T15:10:00.000Z\",\"0.005522\",\"0.00462\",\"100\",\"4.273333333333333\",\"4.23\"\n\"2024-07-16T15:15:00.000Z\",\"0.00557\",\"0.004725\",\"100\",\"4.346666666666667\",\"4.303333333333334\"\n\"2024-07-16T15:20:00.000Z\",\"0.005685\",\"0.004648\",\"100\",\"4.32\",\"4.246666666666667\"\n\"2024-07-16T15:25:00.000Z\",\"0.005683\",\"0.005256\",\"100\",\"4.383333333333334\",\"4.3566666666666665\"\n\"2024-07-16T15:30:00.000Z\",\"0.005574\",\"0.004718\",\"100\",\"4.3566666666666665\",\"4.3133333333333335\"\n\"2024-07-16T15:35:00.000Z\",\"0.005633\",\"0.004701\",\"100\",\"4.336666666666667\",\"4.28\"\n\"2024-07-16T15:40:00.000Z\",\"0.005636\",\"0.004708\",\"100\",\"4.3533333333333335\",\"4.3\"\n\"2024-07-16T15:45:00.000Z\",\"0.005534\",\"0.004629\",\"100\",\"4.326666666666667\",\"4.243333333333333\"\n\"2024-07-16T15:50:00.000Z\",\"0.006505\",\"0.006094\",\"100\",\"5.046666666666667\",\"4.96\"\n\"2024-07-16T15:55:00.000Z\",\"0.00602\",\"0.004786\",\"100\",\"4.383333333333334\",\"4.336666666666667\"\n\"2024-07-16T16:00:00.000Z\",\"0.005599\",\"0.004688\",\"100\",\"4.33\",\"4.276666666666666\"\n\"2024-07-16T16:05:00.000Z\",\"0.005612\",\"0.004729\",\"100\",\"4.3566666666666665\",\"4.306666666666667\"\n\"2024-07-16T16:10:00.000Z\",\"0.00568\",\"0.004706\",\"100\",\"4.35\",\"4.293333333333333\"\n\"2024-07-16T16:15:00.000Z\",\"0.005579\",\"0.004687\",\"100\",\"4.326666666666667\",\"4.276666666666666\"\n\"2024-07-16T16:20:00.000Z\",\"0.005719\",\"0.004795\",\"100\",\"4.41\",\"4.37\"\n\"2024-07-16T16:25:00.000Z\",\"0.005577\",\"0.004662\",\"100\",\"4.333333333333333\",\"4.266666666666667\"\n\"2024-07-16T16:30:00.000Z\",\"0.005634\",\"0.004716\",\"100\",\"4.32\",\"4.3\"\n\"2024-07-16T16:35:00.000Z\",\"0.005585\",\"0.004735\",\"100\",\"4.34\",\"4.306666666666667\"\n\"2024-07-16T16:40:00.000Z\",\"0.005594\",\"0.004693\",\"100\",\"4.3533333333333335\",\"4.29\"\n\"2024-07-16T16:45:00.000Z\",\"0.005715\",\"0.004688\",\"100\",\"4.363333333333333\",\"4.276666666666666\"\n\"2024-07-16T16:50:00.000Z\",\"0.005455\",\"0.004654\",\"100\",\"4.29\",\"4.256666666666667\"\n\"2024-07-16T16:55:00.000Z\",\"0.005748\",\"0.005311\",\"100\",\"4.433333333333334\",\"4.4\"\n\"2024-07-16T17:00:00.000Z\",\"0.005812\",\"0.004688\",\"100\",\"4.286666666666667\",\"4.266666666666667\"\n\"2024-07-16T17:05:00.000Z\",\"0.00556\",\"0.00467\",\"100\",\"4.363333333333333\",\"4.28\"\n\"2024-07-16T17:10:00.000Z\",\"0.005603\",\"0.004668\",\"100\",\"4.316666666666666\",\"4.266666666666667\"\n\"2024-07-16T17:15:00.000Z\",\"0.005575\",\"0.004642\",\"100\",\"4.326666666666667\",\"4.26\"\n\"2024-07-16T17:20:00.000Z\",\"0.005623\",\"0.004668\",\"100\",\"4.346666666666667\",\"4.266666666666667\"\n\"2024-07-16T17:25:00.000Z\",\"0.005626\",\"0.004692\",\"100\",\"4.336666666666667\",\"4.276666666666666\"\n\"2024-07-16T17:30:00.000Z\",\"0.005586\",\"0.004646\",\"100\",\"4.323333333333333\",\"4.25\"\n\"2024-07-16T17:35:00.000Z\",\"0.005701\",\"0.004816\",\"100\",\"4.426666666666667\",\"4.373333333333333\"\n\"2024-07-16T17:40:00.000Z\",\"0.005571\",\"0.004622\",\"100\",\"4.326666666666667\",\"4.236666666666666\"\n\"2024-07-16T17:45:00.000Z\",\"0.005643\",\"0.004684\",\"100\",\"4.38\",\"4.283333333333333\"\n\"2024-07-16T17:50:00.000Z\",\"0.005677\",\"0.004721\",\"100\",\"4.373333333333333\",\"4.303333333333334\"\n\"2024-07-16T17:55:00.000Z\",\"0.005542\",\"0.004676\",\"100\",\"4.3133333333333335\",\"4.27\"\n\"2024-07-16T18:00:00.000Z\",\"0.006004\",\"0.004702\",\"100\",\"4.333333333333333\",\"4.286666666666667\"\n\"2024-07-16T18:05:00.000Z\",\"0.005542\",\"0.004741\",\"100\",\"4.35\",\"4.3133333333333335\"\n\"2024-07-16T18:10:00.000Z\",\"0.005691\",\"0.004684\",\"100\",\"4.383333333333334\",\"4.286666666666667\"\n\"2024-07-16T18:15:00.000Z\",\"0.005739\",\"0.005309\",\"100\",\"4.426666666666667\",\"4.4\"\n\"2024-07-16T18:20:00.000Z\",\"0.005629\",\"0.004805\",\"100\",\"4.3533333333333335\",\"4.3533333333333335\"\n\"2024-07-16T18:25:00.000Z\",\"0.005592\",\"0.004666\",\"100\",\"4.333333333333333\",\"4.263333333333334\"\n\"2024-07-16T18:30:00.000Z\",\"0.005641\",\"0.004756\",\"100\",\"4.3566666666666665\",\"4.323333333333333\"\n\"2024-07-16T18:35:00.000Z\",\"0.005623\",\"0.004732\",\"100\",\"4.3966666666666665\",\"4.326666666666667\"\n\"2024-07-16T18:40:00.000Z\",\"0.005676\",\"0.004737\",\"100\",\"4.363333333333333\",\"4.316666666666666\"\n\"2024-07-16T18:45:00.000Z\",\"0.005603\",\"0.00464\",\"100\",\"4.323333333333333\",\"4.243333333333333\"\n\"2024-07-16T18:50:00.000Z\",\"0.005488\",\"0.004597\",\"100\",\"4.283333333333333\",\"4.22\"\n\"2024-07-16T18:55:00.000Z\",\"0.005547\",\"0.004631\",\"100\",\"4.343333333333334\",\"4.243333333333333\"\n\"2024-07-16T19:00:00.000Z\",\"0.00616\",\"0.004846\",\"100\",\"4.463333333333333\",\"4.39\"\n\"2024-07-16T19:05:00.000Z\",\"0.005814\",\"0.004765\",\"100\",\"4.3966666666666665\",\"4.336666666666667\"\n\"2024-07-16T19:10:00.000Z\",\"0.005567\",\"0.004639\",\"100\",\"4.36\",\"4.26\"\n\"2024-07-16T19:15:00.000Z\",\"0.005697\",\"0.004731\",\"100\",\"4.39\",\"4.32\"\n\"2024-07-16T19:20:00.000Z\",\"0.005595\",\"0.004712\",\"100\",\"4.333333333333333\",\"4.306666666666667\"\n\"2024-07-16T19:25:00.000Z\",\"0.005616\",\"0.004724\",\"100\",\"4.373333333333333\",\"4.3133333333333335\"\n\"2024-07-16T19:30:00.000Z\",\"0.006097\",\"0.005495\",\"100\",\"4.74\",\"4.693333333333333\"\n\"2024-07-16T19:35:00.000Z\",\"0.006051\",\"0.005381\",\"100\",\"4.673333333333333\",\"4.6066666666666665\"\n\"2024-07-16T19:40:00.000Z\",\"0.005751\",\"0.005325\",\"100\",\"4.43\",\"4.406666666666666\"\n\"2024-07-16T19:45:00.000Z\",\"0.005462\",\"0.004635\",\"100\",\"4.293333333333333\",\"4.246666666666667\"\n\"2024-07-16T19:50:00.000Z\",\"0.005597\",\"0.004687\",\"100\",\"4.3533333333333335\",\"4.293333333333333\"\n\"2024-07-16T19:55:00.000Z\",\"0.005755\",\"0.004767\",\"100\",\"4.443333333333333\",\"4.35\"\n\"2024-07-16T20:00:00.000Z\",\"0.005527\",\"0.004675\",\"100\",\"4.306666666666667\",\"4.276666666666666\"\n\"2024-07-16T20:05:00.000Z\",\"0.006177\",\"0.004831\",\"100\",\"4.426666666666667\",\"4.373333333333333\"\n\"2024-07-16T20:10:00.000Z\",\"0.005529\",\"0.004631\",\"100\",\"4.323333333333333\",\"4.26\"\n\"2024-07-16T20:15:00.000Z\",\"0.005762\",\"0.004749\",\"100\",\"4.416666666666667\",\"4.33\"\n\"2024-07-16T20:20:00.000Z\",\"0.005481\",\"0.004566\",\"100\",\"4.276666666666666\",\"4.193333333333333\"\n\"2024-07-16T20:25:00.000Z\",\"0.005727\",\"0.004697\",\"100\",\"4.3933333333333335\",\"4.286666666666667\"\n\"2024-07-16T20:30:00.000Z\",\"0.005585\",\"0.004623\",\"100\",\"4.303333333333334\",\"4.226666666666667\"\n\"2024-07-16T20:35:00.000Z\",\"0.00561\",\"0.004649\",\"100\",\"4.35\",\"4.25\"\n\"2024-07-16T20:40:00.000Z\",\"0.005519\",\"0.004654\",\"100\",\"4.316666666666666\",\"4.253333333333333\"\n\"2024-07-16T20:45:00.000Z\",\"0.005703\",\"0.005335\",\"100\",\"4.403333333333333\",\"4.406666666666666\"\n\"2024-07-16T20:50:00.000Z\",\"0.005649\",\"0.004653\",\"100\",\"4.34\",\"4.26\"\n\"2024-07-16T20:55:00.000Z\",\"0.005717\",\"0.004706\",\"100\",\"4.366666666666666\",\"4.293333333333333\"\n\"2024-07-16T21:00:00.000Z\",\"0.005535\",\"0.00466\",\"100\",\"4.283333333333333\",\"4.25\"\n\"2024-07-16T21:05:00.000Z\",\"0.005873\",\"0.004826\",\"100\",\"4.46\",\"4.376666666666667\"\n\"2024-07-16T21:10:00.000Z\",\"0.005988\",\"0.004705\",\"100\",\"4.376666666666667\",\"4.3\"\n\"2024-07-16T21:15:00.000Z\",\"0.00554\",\"0.004616\",\"100\",\"4.333333333333333\",\"4.243333333333333\"\n\"2024-07-16T21:20:00.000Z\",\"0.005619\",\"0.004711\",\"100\",\"4.34\",\"4.293333333333333\"\n\"2024-07-16T21:25:00.000Z\",\"0.005628\",\"0.004704\",\"100\",\"4.343333333333334\",\"4.296666666666667\"\n\"2024-07-16T21:30:00.000Z\",\"0.005537\",\"0.004635\",\"100\",\"4.306666666666667\",\"4.24\"\n\"2024-07-16T21:35:00.000Z\",\"0.005634\",\"0.00471\",\"100\",\"4.37\",\"4.286666666666667\"\n\"2024-07-16T21:40:00.000Z\",\"0.005692\",\"0.004729\",\"100\",\"4.376666666666667\",\"4.32\"\n\"2024-07-16T21:45:00.000Z\",\"0.005623\",\"0.004725\",\"100\",\"4.343333333333334\",\"4.296666666666667\"\n\"2024-07-16T21:50:00.000Z\",\"0.005673\",\"0.004635\",\"100\",\"4.32\",\"4.243333333333333\"\n\"2024-07-16T21:55:00.000Z\",\"0.00555\",\"0.004688\",\"100\",\"4.32\",\"4.283333333333333\"\n\"2024-07-16T22:00:00.000Z\",\"0.005645\",\"0.004669\",\"100\",\"4.363333333333333\",\"4.27\"\n\"2024-07-16T22:05:00.000Z\",\"0.005461\",\"0.004695\",\"100\",\"4.29\",\"4.276666666666666\"\n\"2024-07-16T22:10:00.000Z\",\"0.005682\",\"0.005207\",\"100\",\"4.363333333333333\",\"4.32\"\n\"2024-07-16T22:15:00.000Z\",\"0.006042\",\"0.004836\",\"100\",\"4.44\",\"4.383333333333334\"\n\"2024-07-16T22:20:00.000Z\",\"0.005609\",\"0.004628\",\"100\",\"4.316666666666666\",\"4.23\"\n\"2024-07-16T22:25:00.000Z\",\"0.005735\",\"0.004803\",\"100\",\"4.3933333333333335\",\"4.3533333333333335\"\n\"2024-07-16T22:30:00.000Z\",\"0.005548\",\"0.004657\",\"100\",\"4.316666666666666\",\"4.263333333333334\"\n\"2024-07-16T22:35:00.000Z\",\"0.005604\",\"0.004685\",\"100\",\"4.346666666666667\",\"4.263333333333334\"\n\"2024-07-16T22:40:00.000Z\",\"0.005509\",\"0.004623\",\"100\",\"4.29\",\"4.24\"\n\"2024-07-16T22:45:00.000Z\",\"0.0058\",\"0.004821\",\"100\",\"4.433333333333334\",\"4.386666666666667\"\n\"2024-07-16T22:50:00.000Z\",\"0.005582\",\"0.004664\",\"100\",\"4.316666666666666\",\"4.256666666666667\"\n\"2024-07-16T22:55:00.000Z\",\"0.005554\",\"0.004687\",\"100\",\"4.31\",\"4.263333333333334\"\n\"2024-07-16T23:00:00.000Z\",\"0.005615\",\"0.004699\",\"100\",\"4.346666666666667\",\"4.283333333333333\"\n\"2024-07-16T23:05:00.000Z\",\"0.005989\",\"0.0048\",\"100\",\"4.376666666666667\",\"4.343333333333334\"\n\"2024-07-16T23:10:00.000Z\",\"0.005418\",\"0.004583\",\"100\",\"4.266666666666667\",\"4.206666666666667\"\n\"2024-07-16T23:15:00.000Z\",\"0.005663\",\"0.004778\",\"100\",\"4.37\",\"4.33\"\n\"2024-07-16T23:20:00.000Z\",\"0.005528\",\"0.00467\",\"100\",\"4.283333333333333\",\"4.256666666666667\"\n\"2024-07-16T23:25:00.000Z\",\"0.005727\",\"0.004758\",\"100\",\"4.3933333333333335\",\"4.32\"\n\"2024-07-16T23:30:00.000Z\",\"0.005505\",\"0.004627\",\"100\",\"4.306666666666667\",\"4.233333333333333\"\n\"2024-07-16T23:35:00.000Z\",\"0.00582\",\"0.005333\",\"100\",\"4.456666666666667\",\"4.3933333333333335\"\n\"2024-07-16T23:40:00.000Z\",\"0.005638\",\"0.004676\",\"100\",\"4.31\",\"4.256666666666667\"\n\"2024-07-16T23:45:00.000Z\",\"0.005652\",\"0.004714\",\"100\",\"4.38\",\"4.306666666666667\"\n\"2024-07-16T23:50:00.000Z\",\"0.006361\",\"0.006011\",\"100\",\"4.983333333333333\",\"4.89\"\n\"2024-07-16T23:55:00.000Z\",\"0.005679\",\"0.004792\",\"100\",\"4.36\",\"4.333333333333333\"\n\"2024-07-17T00:00:00.000Z\",\"0.005571\",\"0.004632\",\"100\",\"4.306666666666667\",\"4.236666666666666\"\n\"2024-07-17T00:05:00.000Z\",\"0.00572\",\"0.004764\",\"100\",\"4.423333333333333\",\"4.34\"\n\"2024-07-17T00:10:00.000Z\",\"0.006095\",\"0.004852\",\"100\",\"4.44\",\"4.3966666666666665\"\n\"2024-07-17T00:15:00.000Z\",\"0.005594\",\"0.004691\",\"100\",\"4.346666666666667\",\"4.27\"\n\"2024-07-17T00:20:00.000Z\",\"0.005617\",\"0.004678\",\"100\",\"4.343333333333334\",\"4.273333333333333\"\n\"2024-07-17T00:25:00.000Z\",\"0.005693\",\"0.004723\",\"100\",\"4.373333333333333\",\"4.286666666666667\"\n\"2024-07-17T00:30:00.000Z\",\"0.005658\",\"0.004632\",\"100\",\"4.32\",\"4.226666666666667\"\n\"2024-07-17T00:35:00.000Z\",\"0.005711\",\"0.004728\",\"100\",\"4.41\",\"4.306666666666667\"\n\"2024-07-17T00:40:00.000Z\",\"0.005645\",\"0.004669\",\"100\",\"4.34\",\"4.26\"\n\"2024-07-17T00:45:00.000Z\",\"0.005725\",\"0.005307\",\"100\",\"4.41\",\"4.38\"\n\"2024-07-17T00:50:00.000Z\",\"0.00561\",\"0.004667\",\"100\",\"4.333333333333333\",\"4.263333333333334\"\n\"2024-07-17T00:55:00.000Z\",\"0.005604\",\"0.004635\",\"100\",\"4.336666666666667\",\"4.243333333333333\"\n\"2024-07-17T01:00:00.000Z\",\"0.005636\",\"0.004734\",\"100\",\"4.343333333333334\",\"4.303333333333334\"\n\"2024-07-17T01:05:00.000Z\",\"0.005533\",\"0.004717\",\"100\",\"4.296666666666667\",\"4.28\"\n\"2024-07-17T01:10:00.000Z\",\"0.005911\",\"0.004715\",\"100\",\"4.3566666666666665\",\"4.296666666666667\"\n\"2024-07-17T01:15:00.000Z\",\"0.005757\",\"0.004779\",\"100\",\"4.39\",\"4.33\"\n\"2024-07-17T01:20:00.000Z\",\"0.005716\",\"0.004753\",\"100\",\"4.39\",\"4.323333333333333\"\n\"2024-07-17T01:25:00.000Z\",\"0.005537\",\"0.004678\",\"100\",\"4.303333333333334\",\"4.253333333333333\"\n\"2024-07-17T01:30:00.000Z\",\"0.005625\",\"0.004663\",\"100\",\"4.323333333333333\",\"4.256666666666667\"\n\"2024-07-17T01:35:00.000Z\",\"0.005803\",\"0.004754\",\"100\",\"4.413333333333333\",\"4.326666666666667\"\n\"2024-07-17T01:40:00.000Z\",\"0.005712\",\"0.004734\",\"100\",\"4.386666666666667\",\"4.316666666666666\"\n\"2024-07-17T01:45:00.000Z\",\"0.005685\",\"0.004757\",\"100\",\"4.3566666666666665\",\"4.306666666666667\"\n\"2024-07-17T01:50:00.000Z\",\"0.005601\",\"0.004689\",\"100\",\"4.336666666666667\",\"4.273333333333333\"\n\"2024-07-17T01:55:00.000Z\",\"0.005713\",\"0.004745\",\"100\",\"4.376666666666667\",\"4.3133333333333335\"\n\"2024-07-17T02:00:00.000Z\",\"0.005563\",\"0.0047\",\"100\",\"4.306666666666667\",\"4.28\"\n\"2024-07-17T02:05:00.000Z\",\"0.005722\",\"0.005348\",\"100\",\"4.426666666666667\",\"4.426666666666667\"\n\"2024-07-17T02:10:00.000Z\",\"0.005624\",\"0.004644\",\"100\",\"4.323333333333333\",\"4.243333333333333\"\n\"2024-07-17T02:15:00.000Z\",\"0.006109\",\"0.004774\",\"100\",\"4.44\",\"4.336666666666667\"\n\"2024-07-17T02:20:00.000Z\",\"0.005594\",\"0.004651\",\"100\",\"4.32\",\"4.246666666666667\"\n\"2024-07-17T02:25:00.000Z\",\"0.005645\",\"0.004683\",\"100\",\"4.373333333333333\",\"4.283333333333333\"\n\"2024-07-17T02:30:00.000Z\",\"0.005571\",\"0.004667\",\"100\",\"4.3\",\"4.253333333333333\"\n\"2024-07-17T02:35:00.000Z\",\"0.005783\",\"0.004718\",\"100\",\"4.373333333333333\",\"4.293333333333333\"\n\"2024-07-17T02:40:00.000Z\",\"0.005578\",\"0.004691\",\"100\",\"4.343333333333334\",\"4.286666666666667\"\n\"2024-07-17T02:45:00.000Z\",\"0.005633\",\"0.004775\",\"100\",\"4.35\",\"4.326666666666667\"\n\"2024-07-17T02:50:00.000Z\",\"0.005713\",\"0.004717\",\"100\",\"4.386666666666667\",\"4.293333333333333\"\n\"2024-07-17T02:55:00.000Z\",\"0.005605\",\"0.004704\",\"100\",\"4.33\",\"4.28\"\n\"2024-07-17T03:00:00.000Z\",\"0.005535\",\"0.004629\",\"100\",\"4.29\",\"4.22\"\n\"2024-07-17T03:05:00.000Z\",\"0.005557\",\"0.004688\",\"100\",\"4.27\",\"4.25\"\n\"2024-07-17T03:10:00.000Z\",\"0.005586\",\"0.004755\",\"100\",\"4.336666666666667\",\"4.31\"\n\"2024-07-17T03:15:00.000Z\",\"0.006092\",\"0.004816\",\"100\",\"4.41\",\"4.35\"\n\"2024-07-17T03:20:00.000Z\",\"0.005716\",\"0.004762\",\"100\",\"4.37\",\"4.316666666666666\"\n\"2024-07-17T03:25:00.000Z\",\"0.005637\",\"0.004693\",\"100\",\"4.363333333333333\",\"4.286666666666667\"\n\"2024-07-17T03:30:00.000Z\",\"0.005774\",\"0.005375\",\"100\",\"4.41\",\"4.426666666666667\"\n\"2024-07-17T03:35:00.000Z\",\"0.00562\",\"0.004637\",\"100\",\"4.346666666666667\",\"4.24\"\n\"2024-07-17T03:40:00.000Z\",\"0.005853\",\"0.004839\",\"100\",\"4.453333333333333\",\"4.3966666666666665\"\n\"2024-07-17T03:45:00.000Z\",\"0.006301\",\"0.005938\",\"100\",\"4.8933333333333335\",\"4.83\"\n\"2024-07-17T03:50:00.000Z\",\"0.005717\",\"0.004832\",\"100\",\"4.446666666666666\",\"4.386666666666667\"\n\"2024-07-17T03:55:00.000Z\",\"0.005603\",\"0.004692\",\"100\",\"4.346666666666667\",\"4.273333333333333\"\n\"2024-07-17T04:00:00.000Z\",\"0.005571\",\"0.00472\",\"100\",\"4.303333333333334\",\"4.29\"\n\"2024-07-17T04:05:00.000Z\",\"0.005552\",\"0.004695\",\"100\",\"4.306666666666667\",\"4.27\"\n\"2024-07-17T04:10:00.000Z\",\"0.005655\",\"0.004732\",\"100\",\"4.36\",\"4.306666666666667\"\n\"2024-07-17T04:15:00.000Z\",\"0.005568\",\"0.004744\",\"100\",\"4.33\",\"4.3133333333333335\"\n\"2024-07-17T04:20:00.000Z\",\"0.005999\",\"0.004746\",\"100\",\"4.34\",\"4.3\"\n\"2024-07-17T04:25:00.000Z\",\"0.005769\",\"0.004786\",\"100\",\"4.386666666666667\",\"4.336666666666667\"\n\"2024-07-17T04:30:00.000Z\",\"0.005542\",\"0.004599\",\"100\",\"4.286666666666667\",\"4.21\"\n\"2024-07-17T04:35:00.000Z\",\"0.005596\",\"0.004722\",\"100\",\"4.333333333333333\",\"4.296666666666667\"\n\"2024-07-17T04:40:00.000Z\",\"0.005685\",\"0.004755\",\"100\",\"4.383333333333334\",\"4.33\"\n\"2024-07-17T04:45:00.000Z\",\"0.005693\",\"0.004723\",\"100\",\"4.38\",\"4.29\"\n\"2024-07-17T04:50:00.000Z\",\"0.005639\",\"0.004736\",\"100\",\"4.36\",\"4.326666666666667\"\n\"2024-07-17T04:55:00.000Z\",\"0.005694\",\"0.005264\",\"100\",\"4.37\",\"4.34\"\n\"2024-07-17T05:00:00.000Z\",\"0.005595\",\"0.004717\",\"100\",\"4.346666666666667\",\"4.296666666666667\"\n\"2024-07-17T05:05:00.000Z\",\"0.005602\",\"0.004702\",\"100\",\"4.336666666666667\",\"4.28\"\n\"2024-07-17T05:10:00.000Z\",\"0.005662\",\"0.004735\",\"100\",\"4.38\",\"4.31\"\n\"2024-07-17T05:15:00.000Z\",\"0.005781\",\"0.004761\",\"100\",\"4.383333333333334\",\"4.326666666666667\"\n\"2024-07-17T05:20:00.000Z\",\"0.005601\",\"0.004677\",\"100\",\"4.343333333333334\",\"4.27\"\n\"2024-07-17T05:25:00.000Z\",\"0.005985\",\"0.004787\",\"100\",\"4.363333333333333\",\"4.33\"\n\"2024-07-17T05:30:00.000Z\",\"0.005513\",\"0.004582\",\"100\",\"4.293333333333333\",\"4.206666666666667\"\n\"2024-07-17T05:35:00.000Z\",\"0.005658\",\"0.004671\",\"100\",\"4.333333333333333\",\"4.243333333333333\"\n\"2024-07-17T05:40:00.000Z\",\"0.005576\",\"0.00464\",\"100\",\"4.34\",\"4.246666666666667\"\n\"2024-07-17T05:45:00.000Z\",\"0.005517\",\"0.004624\",\"100\",\"4.296666666666667\",\"4.233333333333333\"\n\"2024-07-17T05:50:00.000Z\",\"0.005579\",\"0.004722\",\"100\",\"4.3533333333333335\",\"4.31\"\n\"2024-07-17T05:55:00.000Z\",\"0.005595\",\"0.004713\",\"100\",\"4.363333333333333\",\"4.3\"\n\"2024-07-17T06:00:00.000Z\",\"0.005641\",\"0.004715\",\"100\",\"4.37\",\"4.31\"\n\"2024-07-17T06:05:00.000Z\",\"0.005695\",\"0.005311\",\"100\",\"4.383333333333334\",\"4.38\"\n\"2024-07-17T06:10:00.000Z\",\"0.005783\",\"0.004777\",\"100\",\"4.39\",\"4.333333333333333\"\n\"2024-07-17T06:15:00.000Z\",\"0.005727\",\"0.004715\",\"100\",\"4.41\",\"4.303333333333334\"\n\"2024-07-17T06:20:00.000Z\",\"0.005888\",\"0.004732\",\"100\",\"4.3533333333333335\",\"4.306666666666667\"\n\"2024-07-17T06:25:00.000Z\",\"0.005679\",\"0.00471\",\"100\",\"4.383333333333334\",\"4.286666666666667\"\n\"2024-07-17T06:30:00.000Z\",\"0.005525\",\"0.004671\",\"100\",\"4.333333333333333\",\"4.273333333333333\"\n\"2024-07-17T06:35:00.000Z\",\"0.005666\",\"0.004757\",\"100\",\"4.376666666666667\",\"4.326666666666667\"\n\"2024-07-17T06:40:00.000Z\",\"0.005615\",\"0.004675\",\"100\",\"4.376666666666667\",\"4.28\"\n\"2024-07-17T06:45:00.000Z\",\"0.005688\",\"0.004706\",\"100\",\"4.386666666666667\",\"4.293333333333333\"\n\"2024-07-17T06:50:00.000Z\",\"0.005644\",\"0.004697\",\"100\",\"4.33\",\"4.27\"\n\"2024-07-17T06:55:00.000Z\",\"0.005561\",\"0.004698\",\"100\",\"4.32\",\"4.28\"\n\"2024-07-17T07:00:00.000Z\",\"0.005463\",\"0.004655\",\"100\",\"4.3\",\"4.256666666666667\"\n\"2024-07-17T07:05:00.000Z\",\"0.005709\",\"0.004689\",\"100\",\"4.3933333333333335\",\"4.273333333333333\"\n\"2024-07-17T07:10:00.000Z\",\"0.005688\",\"0.005218\",\"100\",\"4.333333333333333\",\"4.316666666666666\"\n\"2024-07-17T07:15:00.000Z\",\"0.005657\",\"0.00468\",\"100\",\"4.376666666666667\",\"4.28\"\n\"2024-07-17T07:20:00.000Z\",\"0.006025\",\"0.004811\",\"100\",\"4.41\",\"4.366666666666666\"\n\"2024-07-17T07:25:00.000Z\",\"0.005571\",\"0.004727\",\"100\",\"4.316666666666666\",\"4.29\"\n\"2024-07-17T07:30:00.000Z\",\"0.005469\",\"0.004665\",\"100\",\"4.273333333333333\",\"4.25\"\n\"2024-07-17T07:35:00.000Z\",\"0.005695\",\"0.004762\",\"100\",\"4.4\",\"4.336666666666667\"\n\"2024-07-17T07:40:00.000Z\",\"0.005649\",\"0.004679\",\"100\",\"4.383333333333334\",\"4.273333333333333\"\n\"2024-07-17T07:45:00.000Z\",\"0.005575\",\"0.004711\",\"100\",\"4.343333333333334\",\"4.296666666666667\"\n\"2024-07-17T07:50:00.000Z\",\"0.005468\",\"0.004638\",\"100\",\"4.303333333333334\",\"4.253333333333333\"\n\"2024-07-17T07:55:00.000Z\",\"0.005559\",\"0.00471\",\"100\",\"4.32\",\"4.286666666666667\"\n\"2024-07-17T08:00:00.000Z\",\"0.006565\",\"0.006123\",\"100\",\"5.056666666666667\",\"4.963333333333333\"\n\"2024-07-17T08:05:00.000Z\",\"0.005657\",\"0.004716\",\"100\",\"4.35\",\"4.286666666666667\"\n\"2024-07-17T08:10:00.000Z\",\"0.005539\",\"0.004642\",\"100\",\"4.286666666666667\",\"4.223333333333334\"\n\"2024-07-17T08:15:00.000Z\",\"0.005563\",\"0.004682\",\"100\",\"4.34\",\"4.266666666666667\"\n\"2024-07-17T08:20:00.000Z\",\"0.005694\",\"0.004725\",\"100\",\"4.3966666666666665\",\"4.316666666666666\"\n\"2024-07-17T08:25:00.000Z\",\"0.005599\",\"0.004724\",\"100\",\"4.34\",\"4.296666666666667\"\n\"2024-07-17T08:30:00.000Z\",\"0.005937\",\"0.004771\",\"100\",\"4.3566666666666665\",\"4.33\"\n\"2024-07-17T08:35:00.000Z\",\"0.005588\",\"0.004734\",\"100\",\"4.34\",\"4.296666666666667\"\n\"2024-07-17T08:40:00.000Z\",\"0.005821\",\"0.005291\",\"100\",\"4.45\",\"4.373333333333333\"\n\"2024-07-17T08:45:00.000Z\",\"0.005688\",\"0.004776\",\"100\",\"4.373333333333333\",\"4.333333333333333\"\n\"2024-07-17T08:50:00.000Z\",\"0.005698\",\"0.004661\",\"100\",\"4.366666666666666\",\"4.27\"\n\"2024-07-17T08:55:00.000Z\",\"0.005548\",\"0.004622\",\"100\",\"4.3\",\"4.233333333333333\"\n\"2024-07-17T09:00:00.000Z\",\"0.005586\",\"0.004714\",\"100\",\"4.293333333333333\",\"4.273333333333333\"\n\"2024-07-17T09:05:00.000Z\",\"0.005582\",\"0.004698\",\"100\",\"4.333333333333333\",\"4.273333333333333\"\n\"2024-07-17T09:10:00.000Z\",\"0.005526\",\"0.004654\",\"100\",\"4.303333333333334\",\"4.25\"\n\"2024-07-17T09:15:00.000Z\",\"0.005585\",\"0.004673\",\"100\",\"4.336666666666667\",\"4.26\"\n\"2024-07-17T09:20:00.000Z\",\"0.005593\",\"0.004626\",\"100\",\"4.36\",\"4.24\"\n\"2024-07-17T09:25:00.000Z\",\"0.005639\",\"0.004704\",\"100\",\"4.3566666666666665\",\"4.286666666666667\"\n\"2024-07-17T09:30:00.000Z\",\"0.00557\",\"0.00472\",\"100\",\"4.306666666666667\",\"4.29\"\n\"2024-07-17T09:35:00.000Z\",\"0.006004\",\"0.004786\",\"100\",\"4.39\",\"4.34\"\n\"2024-07-17T09:40:00.000Z\",\"0.005678\",\"0.004681\",\"100\",\"4.32\",\"4.266666666666667\"\n\"2024-07-17T09:45:00.000Z\",\"0.005701\",\"0.004749\",\"100\",\"4.3933333333333335\",\"4.3133333333333335\"\n\"2024-07-17T09:50:00.000Z\",\"0.005514\",\"0.004639\",\"100\",\"4.296666666666667\",\"4.24\"\n\"2024-07-17T09:55:00.000Z\",\"0.005842\",\"0.005348\",\"100\",\"4.463333333333333\",\"4.41\"\n\"2024-07-17T10:00:00.000Z\",\"0.005514\",\"0.004673\",\"100\",\"4.29\",\"4.266666666666667\"\n\"2024-07-17T10:05:00.000Z\",\"0.0057\",\"0.004733\",\"100\",\"4.38\",\"4.31\"\n\"2024-07-17T10:10:00.000Z\",\"0.005614\",\"0.004708\",\"100\",\"4.346666666666667\",\"4.286666666666667\"\n\"2024-07-17T10:15:00.000Z\",\"0.005589\",\"0.004678\",\"100\",\"4.343333333333334\",\"4.27\"\n\"2024-07-17T10:20:00.000Z\",\"0.005588\",\"0.004687\",\"100\",\"4.306666666666667\",\"4.27\"\n\"2024-07-17T10:25:00.000Z\",\"0.005584\",\"0.004766\",\"100\",\"4.363333333333333\",\"4.32\"\n\"2024-07-17T10:30:00.000Z\",\"0.005741\",\"0.004713\",\"100\",\"4.37\",\"4.3\"\n\"2024-07-17T10:35:00.000Z\",\"0.005544\",\"0.004655\",\"100\",\"4.31\",\"4.24\"\n\"2024-07-17T10:40:00.000Z\",\"0.005991\",\"0.004778\",\"100\",\"4.373333333333333\",\"4.333333333333333\"\n\"2024-07-17T10:45:00.000Z\",\"0.005649\",\"0.004707\",\"100\",\"4.3566666666666665\",\"4.283333333333333\"\n\"2024-07-17T10:50:00.000Z\",\"0.00543\",\"0.004688\",\"100\",\"4.276666666666666\",\"4.276666666666666\"\n\"2024-07-17T10:55:00.000Z\",\"0.005585\",\"0.004673\",\"100\",\"4.336666666666667\",\"4.266666666666667\"\n\"2024-07-17T11:00:00.000Z\",\"0.00558\",\"0.004726\",\"100\",\"4.326666666666667\",\"4.303333333333334\"\n\"2024-07-17T11:05:00.000Z\",\"0.005541\",\"0.004728\",\"100\",\"4.3133333333333335\",\"4.296666666666667\"\n\"2024-07-17T11:10:00.000Z\",\"0.005662\",\"0.004815\",\"100\",\"4.386666666666667\",\"4.363333333333333\"\n\"2024-07-17T11:15:00.000Z\",\"0.005655\",\"0.005256\",\"100\",\"4.35\",\"4.336666666666667\"\n\"2024-07-17T11:20:00.000Z\",\"0.005624\",\"0.004648\",\"100\",\"4.326666666666667\",\"4.24\"\n\"2024-07-17T11:25:00.000Z\",\"0.005685\",\"0.004751\",\"100\",\"4.3966666666666665\",\"4.316666666666666\"\n\"2024-07-17T11:30:00.000Z\",\"0.005593\",\"0.004634\",\"100\",\"4.32\",\"4.243333333333333\"\n\"2024-07-17T11:35:00.000Z\",\"0.005749\",\"0.004697\",\"100\",\"4.33\",\"4.266666666666667\"\n\"2024-07-17T11:40:00.000Z\",\"0.006031\",\"0.004773\",\"100\",\"4.386666666666667\",\"4.336666666666667\"\n\"2024-07-17T11:45:00.000Z\",\"0.005786\",\"0.00485\",\"100\",\"4.456666666666667\",\"4.3966666666666665\"\n\"2024-07-17T11:50:00.000Z\",\"0.00551\",\"0.004651\",\"100\",\"4.3\",\"4.25\"\n\"2024-07-17T11:55:00.000Z\",\"0.005574\",\"0.004658\",\"100\",\"4.34\",\"4.253333333333333\"\n\"2024-07-17T12:00:00.000Z\",\"0.005682\",\"0.004757\",\"100\",\"4.39\",\"4.336666666666667\"\n\"2024-07-17T12:05:00.000Z\",\"0.00558\",\"0.004689\",\"100\",\"4.31\",\"4.256666666666667\"\n\"2024-07-17T12:10:00.000Z\",\"0.005534\",\"0.004633\",\"100\",\"4.303333333333334\",\"4.24\"\n\"2024-07-17T12:15:00.000Z\",\"0.00565\",\"0.004715\",\"100\",\"4.3566666666666665\",\"4.303333333333334\"\n\"2024-07-17T12:20:00.000Z\",\"0.006561\",\"0.006073\",\"100\",\"5.053333333333334\",\"4.946666666666666\"\n\"2024-07-17T12:25:00.000Z\",\"0.005683\",\"0.004708\",\"100\",\"4.38\",\"4.293333333333333\"\n\"2024-07-17T12:30:00.000Z\",\"0.005667\",\"0.004712\",\"100\",\"4.363333333333333\",\"4.296666666666667\"\n\"2024-07-17T12:35:00.000Z\",\"0.005762\",\"0.005373\",\"100\",\"4.426666666666667\",\"4.416666666666667\"\n\"2024-07-17T12:40:00.000Z\",\"0.005561\",\"0.00468\",\"100\",\"4.3133333333333335\",\"4.27\"\n\"2024-07-17T12:45:00.000Z\",\"0.006049\",\"0.004743\",\"100\",\"4.42\",\"4.3133333333333335\"\n\"2024-07-17T12:50:00.000Z\",\"0.005539\",\"0.004657\",\"100\",\"4.306666666666667\",\"4.263333333333334\"\n\"2024-07-17T12:55:00.000Z\",\"0.005559\",\"0.004646\",\"100\",\"4.34\",\"4.246666666666667\"\n\"2024-07-17T13:00:00.000Z\",\"0.005624\",\"0.004672\",\"100\",\"4.366666666666666\",\"4.28\"\n\"2024-07-17T13:05:00.000Z\",\"0.005717\",\"0.00473\",\"100\",\"4.343333333333334\",\"4.29\"\n\"2024-07-17T13:10:00.000Z\",\"0.005546\",\"0.004597\",\"100\",\"4.3\",\"4.223333333333334\"\n\"2024-07-17T13:15:00.000Z\",\"0.005669\",\"0.004748\",\"100\",\"4.38\",\"4.32\"\n\"2024-07-17T13:20:00.000Z\",\"0.005611\",\"0.004739\",\"100\",\"4.323333333333333\",\"4.303333333333334\"\n\"2024-07-17T13:25:00.000Z\",\"0.005627\",\"0.004662\",\"100\",\"4.33\",\"4.246666666666667\"\n\"2024-07-17T13:30:00.000Z\",\"0.00573\",\"0.004764\",\"100\",\"4.41\",\"4.333333333333333\"\n\"2024-07-17T13:35:00.000Z\",\"0.005642\",\"0.004653\",\"100\",\"4.336666666666667\",\"4.24\"\n\"2024-07-17T13:40:00.000Z\",\"0.005956\",\"0.004747\",\"100\",\"4.376666666666667\",\"4.326666666666667\"\n\"2024-07-17T13:45:00.000Z\",\"0.00577\",\"0.004773\",\"100\",\"4.423333333333333\",\"4.336666666666667\"\n\"2024-07-17T13:50:00.000Z\",\"0.005616\",\"0.004789\",\"100\",\"4.3533333333333335\",\"4.336666666666667\"\n\"2024-07-17T13:55:00.000Z\",\"0.005512\",\"0.004664\",\"100\",\"4.29\",\"4.246666666666667\"\n\"2024-07-17T14:00:00.000Z\",\"0.005774\",\"0.004803\",\"100\",\"4.386666666666667\",\"4.3533333333333335\"\n\"2024-07-17T14:05:00.000Z\",\"0.005591\",\"0.005175\",\"100\",\"4.336666666666667\",\"4.296666666666667\"\n\"2024-07-17T14:10:00.000Z\",\"0.005522\",\"0.004612\",\"100\",\"4.3133333333333335\",\"4.226666666666667\"\n\"2024-07-17T14:15:00.000Z\",\"0.005512\",\"0.004735\",\"100\",\"4.323333333333333\",\"4.3\"\n\"2024-07-17T14:20:00.000Z\",\"0.005506\",\"0.004617\",\"100\",\"4.276666666666666\",\"4.223333333333334\"\n\"2024-07-17T14:25:00.000Z\",\"0.005581\",\"0.00461\",\"100\",\"4.336666666666667\",\"4.22\"\n\"2024-07-17T14:30:00.000Z\",\"0.005679\",\"0.004816\",\"100\",\"4.386666666666667\",\"4.3566666666666665\"\n\"2024-07-17T14:35:00.000Z\",\"0.005524\",\"0.004628\",\"100\",\"4.266666666666667\",\"4.216666666666667\"\n\"2024-07-17T14:40:00.000Z\",\"0.005971\",\"0.004803\",\"100\",\"4.373333333333333\",\"4.36\"\n\"2024-07-17T14:45:00.000Z\",\"0.005737\",\"0.004753\",\"100\",\"4.4\",\"4.316666666666666\"\n\"2024-07-17T14:50:00.000Z\",\"0.005572\",\"0.004649\",\"100\",\"4.3\",\"4.246666666666667\"\n\"2024-07-17T14:55:00.000Z\",\"0.005699\",\"0.004786\",\"100\",\"4.34\",\"4.326666666666667\"\n\"2024-07-17T15:00:00.000Z\",\"0.005651\",\"0.004769\",\"100\",\"4.343333333333334\",\"4.3133333333333335\"\n\"2024-07-17T15:05:00.000Z\",\"0.005678\",\"0.004675\",\"100\",\"4.39\",\"4.273333333333333\"\n\"2024-07-17T15:10:00.000Z\",\"0.005623\",\"0.004679\",\"100\",\"4.37\",\"4.28\"\n\"2024-07-17T15:15:00.000Z\",\"0.005613\",\"0.004708\",\"100\",\"4.34\",\"4.283333333333333\"\n\"2024-07-17T15:20:00.000Z\",\"0.005647\",\"0.004731\",\"100\",\"4.34\",\"4.306666666666667\"\n\"2024-07-17T15:25:00.000Z\",\"0.005735\",\"0.005338\",\"100\",\"4.4\",\"4.4\"\n\"2024-07-17T15:30:00.000Z\",\"0.005625\",\"0.004735\",\"100\",\"4.34\",\"4.306666666666667\"\n\"2024-07-17T15:35:00.000Z\",\"0.006079\",\"0.004827\",\"100\",\"4.43\",\"4.373333333333333\"\n\"2024-07-17T15:40:00.000Z\",\"0.005687\",\"0.004683\",\"100\",\"4.323333333333333\",\"4.253333333333333\"\n\"2024-07-17T15:45:00.000Z\",\"0.005701\",\"0.004764\",\"100\",\"4.3966666666666665\",\"4.326666666666667\"\n\"2024-07-17T15:50:00.000Z\",\"0.005649\",\"0.004697\",\"100\",\"4.343333333333334\",\"4.276666666666666\"\n\"2024-07-17T15:55:00.000Z\",\"0.005675\",\"0.004742\",\"100\",\"4.3566666666666665\",\"4.306666666666667\"\n\"2024-07-17T16:00:00.000Z\",\"0.005492\",\"0.004544\",\"100\",\"4.27\",\"4.183333333333334\"\n\"2024-07-17T16:05:00.000Z\",\"0.005654\",\"0.00472\",\"100\",\"4.373333333333333\",\"4.296666666666667\"\n\"2024-07-17T16:10:00.000Z\",\"0.005493\",\"0.00462\",\"100\",\"4.293333333333333\",\"4.236666666666666\"\n\"2024-07-17T16:15:00.000Z\",\"0.005649\",\"0.004709\",\"100\",\"4.35\",\"4.293333333333333\"\n\"2024-07-17T16:20:00.000Z\",\"0.005623\",\"0.004762\",\"100\",\"4.37\",\"4.33\"\n\"2024-07-17T16:25:00.000Z\",\"0.006494\",\"0.00619\",\"100\",\"5.053333333333334\",\"5.003333333333333\"\n\"2024-07-17T16:30:00.000Z\",\"0.005878\",\"0.00527\",\"100\",\"4.426666666666667\",\"4.366666666666666\"\n\"2024-07-17T16:35:00.000Z\",\"0.005662\",\"0.004722\",\"100\",\"4.366666666666666\",\"4.306666666666667\"\n\"2024-07-17T16:40:00.000Z\",\"0.005926\",\"0.004711\",\"100\",\"4.3533333333333335\",\"4.3\"\n\"2024-07-17T16:45:00.000Z\",\"0.00568\",\"0.004666\",\"100\",\"4.37\",\"4.263333333333334\"\n\"2024-07-17T16:50:00.000Z\",\"0.005676\",\"0.004696\",\"100\",\"4.373333333333333\",\"4.27\"\n\"2024-07-17T16:55:00.000Z\",\"0.005604\",\"0.004723\",\"100\",\"4.343333333333334\",\"4.296666666666667\"\n\"2024-07-17T17:00:00.000Z\",\"0.005606\",\"0.004634\",\"100\",\"4.326666666666667\",\"4.24\"\n\"2024-07-17T17:05:00.000Z\",\"0.005654\",\"0.004743\",\"100\",\"4.383333333333334\",\"4.306666666666667\"\n\"2024-07-17T17:10:00.000Z\",\"0.005612\",\"0.004704\",\"100\",\"4.326666666666667\",\"4.28\"\n\"2024-07-17T17:15:00.000Z\",\"0.005748\",\"0.004725\",\"100\",\"4.3933333333333335\",\"4.303333333333334\"\n\"2024-07-17T17:20:00.000Z\",\"0.005703\",\"0.004786\",\"100\",\"4.4\",\"4.343333333333334\"\n\"2024-07-17T17:25:00.000Z\",\"0.005724\",\"0.004729\",\"100\",\"4.35\",\"4.3\"\n\"2024-07-17T17:30:00.000Z\",\"0.005637\",\"0.00469\",\"100\",\"4.34\",\"4.27\"\n\"2024-07-17T17:35:00.000Z\",\"0.006087\",\"0.004855\",\"100\",\"4.406666666666666\",\"4.383333333333334\"\n\"2024-07-17T17:40:00.000Z\",\"0.005682\",\"0.005237\",\"100\",\"4.413333333333333\",\"4.3533333333333335\"\n\"2024-07-17T17:45:00.000Z\",\"0.005661\",\"0.004697\",\"100\",\"4.346666666666667\",\"4.273333333333333\"\n\"2024-07-17T17:50:00.000Z\",\"0.005586\",\"0.004721\",\"100\",\"4.343333333333334\",\"4.296666666666667\"\n\"2024-07-17T17:55:00.000Z\",\"0.005726\",\"0.00482\",\"100\",\"4.406666666666666\",\"4.366666666666666\"\n\"2024-07-17T18:00:00.000Z\",\"0.005605\",\"0.00467\",\"100\",\"4.32\",\"4.256666666666667\"\n\"2024-07-17T18:05:00.000Z\",\"0.005696\",\"0.004729\",\"100\",\"4.38\",\"4.303333333333334\"\n\"2024-07-17T18:10:00.000Z\",\"0.005623\",\"0.004705\",\"100\",\"4.37\",\"4.303333333333334\"\n\"2024-07-17T18:15:00.000Z\",\"0.005556\",\"0.00464\",\"100\",\"4.306666666666667\",\"4.236666666666666\"\n\"2024-07-17T18:20:00.000Z\",\"0.005698\",\"0.00473\",\"100\",\"4.33\",\"4.296666666666667\"\n\"2024-07-17T18:25:00.000Z\",\"0.005612\",\"0.004692\",\"100\",\"4.326666666666667\",\"4.26\"\n\"2024-07-17T18:30:00.000Z\",\"0.005958\",\"0.004751\",\"100\",\"4.3533333333333335\",\"4.306666666666667\"\n\"2024-07-17T18:35:00.000Z\",\"0.005615\",\"0.004698\",\"100\",\"4.323333333333333\",\"4.27\"\n\"2024-07-17T18:40:00.000Z\",\"0.005629\",\"0.004742\",\"100\",\"4.366666666666666\",\"4.326666666666667\"\n\"2024-07-17T18:45:00.000Z\",\"0.005736\",\"0.004765\",\"100\",\"4.3966666666666665\",\"4.316666666666666\"\n\"2024-07-17T18:50:00.000Z\",\"0.005574\",\"0.004648\",\"100\",\"4.333333333333333\",\"4.25\"\n\"2024-07-17T18:55:00.000Z\",\"0.005505\",\"0.004646\",\"100\",\"4.303333333333334\",\"4.243333333333333\"\n\"2024-07-17T19:00:00.000Z\",\"0.005467\",\"0.004622\",\"100\",\"4.276666666666666\",\"4.226666666666667\"\n\"2024-07-17T19:05:00.000Z\",\"0.005922\",\"0.005362\",\"100\",\"4.443333333333333\",\"4.406666666666666\"\n\"2024-07-17T19:10:00.000Z\",\"0.005544\",\"0.004612\",\"100\",\"4.303333333333334\",\"4.226666666666667\"\n\"2024-07-17T19:15:00.000Z\",\"0.005695\",\"0.004696\",\"100\",\"4.386666666666667\",\"4.286666666666667\"\n\"2024-07-17T19:20:00.000Z\",\"0.005586\",\"0.004687\",\"100\",\"4.323333333333333\",\"4.273333333333333\"\n\"2024-07-17T19:25:00.000Z\",\"0.006185\",\"0.004943\",\"100\",\"4.473333333333334\",\"4.453333333333333\"\n\"2024-07-17T19:30:00.000Z\",\"0.005602\",\"0.00466\",\"100\",\"4.343333333333334\",\"4.263333333333334\"\n\"2024-07-17T19:35:00.000Z\",\"0.005724\",\"0.004734\",\"100\",\"4.383333333333334\",\"4.3\"\n\"2024-07-17T19:40:00.000Z\",\"0.005581\",\"0.004747\",\"100\",\"4.326666666666667\",\"4.3133333333333335\"\n\"2024-07-17T19:45:00.000Z\",\"0.005595\",\"0.004675\",\"100\",\"4.296666666666667\",\"4.253333333333333\"\n\"2024-07-17T19:50:00.000Z\",\"0.005582\",\"0.004659\",\"100\",\"4.323333333333333\",\"4.25\"\n\"2024-07-17T19:55:00.000Z\",\"0.005793\",\"0.00475\",\"100\",\"4.373333333333333\",\"4.306666666666667\"\n\"2024-07-17T20:00:00.000Z\",\"0.005546\",\"0.004649\",\"100\",\"4.29\",\"4.246666666666667\"\n\"2024-07-17T20:05:00.000Z\",\"0.005588\",\"0.004679\",\"100\",\"4.326666666666667\",\"4.266666666666667\"\n\"2024-07-17T20:10:00.000Z\",\"0.005706\",\"0.004761\",\"100\",\"4.3933333333333335\",\"4.336666666666667\"\n\"2024-07-17T20:15:00.000Z\",\"0.005611\",\"0.004691\",\"100\",\"4.34\",\"4.28\"\n\"2024-07-17T20:20:00.000Z\",\"0.005635\",\"0.005249\",\"100\",\"4.346666666666667\",\"4.333333333333333\"\n\"2024-07-17T20:25:00.000Z\",\"0.006478\",\"0.005653\",\"100\",\"4.763333333333334\",\"4.7\"\n\"2024-07-17T20:30:00.000Z\",\"0.005904\",\"0.00513\",\"100\",\"4.596666666666667\",\"4.523333333333333\"\n\"2024-07-17T20:35:00.000Z\",\"0.005662\",\"0.004755\",\"100\",\"4.38\",\"4.333333333333333\"\n\"2024-07-17T20:40:00.000Z\",\"0.005592\",\"0.004654\",\"100\",\"4.303333333333334\",\"4.243333333333333\"\n\"2024-07-17T20:45:00.000Z\",\"0.005457\",\"0.004637\",\"100\",\"4.306666666666667\",\"4.253333333333333\"\n\"2024-07-17T20:50:00.000Z\",\"0.005622\",\"0.004638\",\"100\",\"4.303333333333334\",\"4.233333333333333\"\n\"2024-07-17T20:55:00.000Z\",\"0.005645\",\"0.004687\",\"100\",\"4.35\",\"4.263333333333334\"\n\"2024-07-17T21:00:00.000Z\",\"0.005568\",\"0.00466\",\"100\",\"4.326666666666667\",\"4.266666666666667\"\n\"2024-07-17T21:05:00.000Z\",\"0.00583\",\"0.004802\",\"100\",\"4.423333333333333\",\"4.34\"\n\"2024-07-17T21:10:00.000Z\",\"0.00554\",\"0.004663\",\"100\",\"4.32\",\"4.263333333333334\"\n\"2024-07-17T21:15:00.000Z\",\"0.005643\",\"0.004686\",\"100\",\"4.37\",\"4.283333333333333\"\n\"2024-07-17T21:20:00.000Z\",\"0.005952\",\"0.004743\",\"100\",\"4.34\",\"4.3\"\n\"2024-07-17T21:25:00.000Z\",\"0.005627\",\"0.004694\",\"100\",\"4.34\",\"4.27\"\n\"2024-07-17T21:30:00.000Z\",\"0.005539\",\"0.004656\",\"100\",\"4.303333333333334\",\"4.26\"\n\"2024-07-17T21:35:00.000Z\",\"0.005544\",\"0.004691\",\"100\",\"4.31\",\"4.283333333333333\"\n\"2024-07-17T21:40:00.000Z\",\"0.005611\",\"0.004801\",\"100\",\"4.326666666666667\",\"4.343333333333334\"\n\"2024-07-17T21:45:00.000Z\",\"0.005712\",\"0.004776\",\"100\",\"4.41\",\"4.336666666666667\"\n\"2024-07-17T21:50:00.000Z\",\"0.005845\",\"0.005317\",\"100\",\"4.406666666666666\",\"4.39\"\n\"2024-07-17T21:55:00.000Z\",\"0.005698\",\"0.00471\",\"100\",\"4.386666666666667\",\"4.286666666666667\"\n\"2024-07-17T22:00:00.000Z\",\"0.005552\",\"0.004703\",\"100\",\"4.343333333333334\",\"4.3\"\n\"2024-07-17T22:05:00.000Z\",\"0.005603\",\"0.00466\",\"100\",\"4.32\",\"4.243333333333333\"\n\"2024-07-17T22:10:00.000Z\",\"0.005694\",\"0.004718\",\"100\",\"4.373333333333333\",\"4.296666666666667\"\n\"2024-07-17T22:15:00.000Z\",\"0.005608\",\"0.004741\",\"100\",\"4.36\",\"4.32\"\n\"2024-07-17T22:20:00.000Z\",\"0.005588\",\"0.00465\",\"100\",\"4.3133333333333335\",\"4.246666666666667\"\n\"2024-07-17T22:25:00.000Z\",\"0.005986\",\"0.004796\",\"100\",\"4.366666666666666\",\"4.33\"\n\"2024-07-17T22:30:00.000Z\",\"0.005471\",\"0.00462\",\"100\",\"4.29\",\"4.233333333333333\"\n\"2024-07-17T22:35:00.000Z\",\"0.005643\",\"0.004726\",\"100\",\"4.333333333333333\",\"4.29\"\n\"2024-07-17T22:40:00.000Z\",\"0.005542\",\"0.004614\",\"100\",\"4.303333333333334\",\"4.233333333333333\"\n\"2024-07-17T22:45:00.000Z\",\"0.005581\",\"0.004643\",\"100\",\"4.316666666666666\",\"4.24\"\n\"2024-07-17T22:50:00.000Z\",\"0.005721\",\"0.00479\",\"100\",\"4.41\",\"4.366666666666666\"\n\"2024-07-17T22:55:00.000Z\",\"0.005594\",\"0.004744\",\"100\",\"4.3566666666666665\",\"4.31\"\n\"2024-07-17T23:00:00.000Z\",\"0.005553\",\"0.004626\",\"100\",\"4.283333333333333\",\"4.23\"\n\"2024-07-17T23:05:00.000Z\",\"0.005623\",\"0.004758\",\"100\",\"4.3533333333333335\",\"4.31\"\n\"2024-07-17T23:10:00.000Z\",\"0.0057\",\"0.004723\",\"100\",\"4.3566666666666665\",\"4.303333333333334\"\n\"2024-07-17T23:15:00.000Z\",\"0.005629\",\"0.004649\",\"100\",\"4.346666666666667\",\"4.253333333333333\"\n\"2024-07-17T23:20:00.000Z\",\"0.006113\",\"0.005361\",\"100\",\"4.463333333333333\",\"4.43\"\n\"2024-07-17T23:25:00.000Z\",\"0.005495\",\"0.004619\",\"100\",\"4.306666666666667\",\"4.236666666666666\"\n\"2024-07-17T23:30:00.000Z\",\"0.005649\",\"0.004708\",\"100\",\"4.323333333333333\",\"4.28\"\n\"2024-07-17T23:35:00.000Z\",\"0.005792\",\"0.00481\",\"100\",\"4.386666666666667\",\"4.3533333333333335\"\n\"2024-07-17T23:40:00.000Z\",\"0.005687\",\"0.004697\",\"100\",\"4.3533333333333335\",\"4.276666666666666\"\n\"2024-07-17T23:45:00.000Z\",\"0.005594\",\"0.004705\",\"100\",\"4.333333333333333\",\"4.28\"\n\"2024-07-17T23:50:00.000Z\",\"0.005715\",\"0.00475\",\"100\",\"4.3933333333333335\",\"4.32\"\n\"2024-07-17T23:55:00.000Z\",\"0.005569\",\"0.004696\",\"100\",\"4.33\",\"4.27\"\n\"2024-07-18T00:00:00.000Z\",\"0.005311\",\"0.004609\",\"100\",\"4.21\",\"4.21\"\n\"2024-07-18T00:05:00.000Z\",\"0.005641\",\"0.004746\",\"100\",\"4.376666666666667\",\"4.32\"\n\"2024-07-18T00:10:00.000Z\",\"0.005609\",\"0.004697\",\"100\",\"4.336666666666667\",\"4.28\"\n\"2024-07-18T00:15:00.000Z\",\"0.006928\",\"0.00627\",\"100\",\"5.126666666666667\",\"5.07\"\n\"2024-07-18T00:20:00.000Z\",\"0.005588\",\"0.004675\",\"100\",\"4.3533333333333335\",\"4.276666666666666\"\n\"2024-07-18T00:25:00.000Z\",\"0.005815\",\"0.004778\",\"100\",\"4.3966666666666665\",\"4.336666666666667\"\n\"2024-07-18T00:30:00.000Z\",\"0.005567\",\"0.004714\",\"100\",\"4.32\",\"4.3\"\n\"2024-07-18T00:35:00.000Z\",\"0.005667\",\"0.004683\",\"100\",\"4.366666666666666\",\"4.28\"\n\"2024-07-18T00:40:00.000Z\",\"0.005654\",\"0.004726\",\"100\",\"4.35\",\"4.296666666666667\"\n\"2024-07-18T00:45:00.000Z\",\"0.005772\",\"0.005338\",\"100\",\"4.403333333333333\",\"4.3966666666666665\"\n\"2024-07-18T00:50:00.000Z\",\"0.005692\",\"0.00471\",\"100\",\"4.383333333333334\",\"4.293333333333333\"\n\"2024-07-18T00:55:00.000Z\",\"0.005643\",\"0.00475\",\"100\",\"4.35\",\"4.303333333333334\"\n\"2024-07-18T01:00:00.000Z\",\"0.005534\",\"0.004693\",\"100\",\"4.31\",\"4.28\"\n\"2024-07-18T01:05:00.000Z\",\"0.005596\",\"0.004662\",\"100\",\"4.323333333333333\",\"4.253333333333333\"\n\"2024-07-18T01:10:00.000Z\",\"0.005604\",\"0.004673\",\"100\",\"4.366666666666666\",\"4.276666666666666\"\n\"2024-07-18T01:15:00.000Z\",\"0.005985\",\"0.00477\",\"100\",\"4.3566666666666665\",\"4.323333333333333\"\n\"2024-07-18T01:20:00.000Z\",\"0.005654\",\"0.00472\",\"100\",\"4.35\",\"4.293333333333333\"\n\"2024-07-18T01:25:00.000Z\",\"0.005568\",\"0.004642\",\"100\",\"4.35\",\"4.253333333333333\"\n\"2024-07-18T01:30:00.000Z\",\"0.005748\",\"0.004704\",\"100\",\"4.3566666666666665\",\"4.283333333333333\"\n\"2024-07-18T01:35:00.000Z\",\"0.00563\",\"0.004691\",\"100\",\"4.326666666666667\",\"4.253333333333333\"\n\"2024-07-18T01:40:00.000Z\",\"0.005629\",\"0.004797\",\"100\",\"4.383333333333334\",\"4.373333333333333\"\n\"2024-07-18T01:45:00.000Z\",\"0.005552\",\"0.004669\",\"100\",\"4.323333333333333\",\"4.246666666666667\"\n\"2024-07-18T01:50:00.000Z\",\"0.005591\",\"0.004703\",\"100\",\"4.32\",\"4.28\"\n\"2024-07-18T01:55:00.000Z\",\"0.0056\",\"0.004662\",\"100\",\"4.35\",\"4.253333333333333\"\n\"2024-07-18T02:00:00.000Z\",\"0.00562\",\"0.004681\",\"100\",\"4.343333333333334\",\"4.27\"\n\"2024-07-18T02:05:00.000Z\",\"0.005725\",\"0.005349\",\"100\",\"4.376666666666667\",\"4.3933333333333335\"\n\"2024-07-18T02:10:00.000Z\",\"0.005905\",\"0.004738\",\"100\",\"4.363333333333333\",\"4.316666666666666\"\n\"2024-07-18T02:15:00.000Z\",\"0.005798\",\"0.00476\",\"100\",\"4.39\",\"4.3133333333333335\"\n\"2024-07-18T02:20:00.000Z\",\"0.005576\",\"0.004673\",\"100\",\"4.306666666666667\",\"4.26\"\n\"2024-07-18T02:25:00.000Z\",\"0.005649\",\"0.004696\",\"100\",\"4.376666666666667\",\"4.286666666666667\"\n\"2024-07-18T02:30:00.000Z\",\"0.005669\",\"0.004749\",\"100\",\"4.39\",\"4.316666666666666\"\n\"2024-07-18T02:35:00.000Z\",\"0.005607\",\"0.004698\",\"100\",\"4.323333333333333\",\"4.28\"\n\"2024-07-18T02:40:00.000Z\",\"0.00562\",\"0.004744\",\"100\",\"4.343333333333334\",\"4.306666666666667\"\n\"2024-07-18T02:45:00.000Z\",\"0.005657\",\"0.004777\",\"100\",\"4.376666666666667\",\"4.333333333333333\"\n\"2024-07-18T02:50:00.000Z\",\"0.005534\",\"0.00463\",\"100\",\"4.303333333333334\",\"4.243333333333333\"\n\"2024-07-18T02:55:00.000Z\",\"0.005593\",\"0.004649\",\"100\",\"4.343333333333334\",\"4.243333333333333\"\n\"2024-07-18T03:00:00.000Z\",\"0.005657\",\"0.004738\",\"100\",\"4.323333333333333\",\"4.29\"\n\"2024-07-18T03:05:00.000Z\",\"0.005853\",\"0.00532\",\"100\",\"4.423333333333333\",\"4.386666666666667\"\n\"2024-07-18T03:10:00.000Z\",\"0.005558\",\"0.004691\",\"100\",\"4.343333333333334\",\"4.286666666666667\"\n\"2024-07-18T03:15:00.000Z\",\"0.00596\",\"0.004807\",\"100\",\"4.386666666666667\",\"4.36\"\n\"2024-07-18T03:20:00.000Z\",\"0.005638\",\"0.004658\",\"100\",\"4.316666666666666\",\"4.246666666666667\"\n\"2024-07-18T03:25:00.000Z\",\"0.005639\",\"0.00471\",\"100\",\"4.343333333333334\",\"4.273333333333333\"\n\"2024-07-18T03:30:00.000Z\",\"0.005614\",\"0.004697\",\"100\",\"4.336666666666667\",\"4.28\"\n\"2024-07-18T03:35:00.000Z\",\"0.005622\",\"0.004697\",\"100\",\"4.33\",\"4.28\"\n\"2024-07-18T03:40:00.000Z\",\"0.005663\",\"0.004676\",\"100\",\"4.3533333333333335\",\"4.263333333333334\"\n\"2024-07-18T03:45:00.000Z\",\"0.005627\",\"0.004759\",\"100\",\"4.376666666666667\",\"4.33\"\n\"2024-07-18T03:50:00.000Z\",\"0.00569\",\"0.004777\",\"100\",\"4.36\",\"4.333333333333333\"\n\"2024-07-18T03:55:00.000Z\",\"0.005761\",\"0.004718\",\"100\",\"4.37\",\"4.283333333333333\"\n\"2024-07-18T04:00:00.000Z\",\"0.005702\",\"0.004667\",\"100\",\"4.36\",\"4.256666666666667\"\n\"2024-07-18T04:05:00.000Z\",\"0.005731\",\"0.005272\",\"100\",\"4.4\",\"4.36\"\n\"2024-07-18T04:10:00.000Z\",\"0.005981\",\"0.004778\",\"100\",\"4.35\",\"4.323333333333333\"\n\"2024-07-18T04:15:00.000Z\",\"0.005736\",\"0.004814\",\"100\",\"4.42\",\"4.363333333333333\"\n\"2024-07-18T04:20:00.000Z\",\"0.005626\",\"0.004629\",\"100\",\"4.336666666666667\",\"4.24\"\n\"2024-07-18T04:25:00.000Z\",\"0.005625\",\"0.004716\",\"100\",\"4.343333333333334\",\"4.286666666666667\"\n\"2024-07-18T04:30:00.000Z\",\"0.005471\",\"0.004587\",\"100\",\"4.26\",\"4.206666666666667\"\n\"2024-07-18T04:35:00.000Z\",\"0.005759\",\"0.004819\",\"100\",\"4.413333333333333\",\"4.3566666666666665\"\n\"2024-07-18T04:40:00.000Z\",\"0.006594\",\"0.006154\",\"100\",\"5.06\",\"4.99\"\n\"2024-07-18T04:45:00.000Z\",\"0.005674\",\"0.004747\",\"100\",\"4.406666666666666\",\"4.33\"\n\"2024-07-18T04:50:00.000Z\",\"0.00563\",\"0.004684\",\"100\",\"4.32\",\"4.266666666666667\"\n\"2024-07-18T04:55:00.000Z\",\"0.0057\",\"0.004764\",\"100\",\"4.376666666666667\",\"4.323333333333333\"\n\"2024-07-18T05:00:00.000Z\",\"0.005626\",\"0.004659\",\"100\",\"4.346666666666667\",\"4.243333333333333\"\n\"2024-07-18T05:05:00.000Z\",\"0.005681\",\"0.004739\",\"100\",\"4.3566666666666665\",\"4.303333333333334\"\n\"2024-07-18T05:10:00.000Z\",\"0.006053\",\"0.004787\",\"100\",\"4.42\",\"4.36\"\n\"2024-07-18T05:15:00.000Z\",\"0.005652\",\"0.004704\",\"100\",\"4.383333333333334\",\"4.296666666666667\"\n\"2024-07-18T05:20:00.000Z\",\"0.0057\",\"0.00475\",\"100\",\"4.36\",\"4.316666666666666\"\n\"2024-07-18T05:25:00.000Z\",\"0.005718\",\"0.004762\",\"100\",\"4.366666666666666\",\"4.326666666666667\"\n\"2024-07-18T05:30:00.000Z\",\"0.005681\",\"0.005238\",\"100\",\"4.386666666666667\",\"4.336666666666667\"\n\"2024-07-18T05:35:00.000Z\",\"0.005597\",\"0.004712\",\"100\",\"4.316666666666666\",\"4.27\"\n\"2024-07-18T05:40:00.000Z\",\"0.005411\",\"0.004534\",\"100\",\"4.256666666666667\",\"4.176666666666667\"\n\"2024-07-18T05:45:00.000Z\",\"0.005655\",\"0.004782\",\"100\",\"4.3933333333333335\",\"4.36\"\n\"2024-07-18T05:50:00.000Z\",\"0.005532\",\"0.004679\",\"100\",\"4.326666666666667\",\"4.273333333333333\"\n\"2024-07-18T05:55:00.000Z\",\"0.005658\",\"0.004697\",\"100\",\"4.41\",\"4.276666666666666\"\n\"2024-07-18T06:00:00.000Z\",\"0.005644\",\"0.004729\",\"100\",\"4.3933333333333335\",\"4.293333333333333\"\n\"2024-07-18T06:05:00.000Z\",\"0.005469\",\"0.004671\",\"100\",\"4.32\",\"4.256666666666667\"\n\"2024-07-18T06:10:00.000Z\",\"0.005414\",\"0.004541\",\"100\",\"4.236666666666666\",\"4.176666666666667\"\n\"2024-07-18T06:15:00.000Z\",\"0.005964\",\"0.004804\",\"100\",\"4.3966666666666665\",\"4.3533333333333335\"\n"}],"_postman_id":"944213f5-a947-4e15-b7de-e9e8fbbdf232"},{"name":"Get MCR Telemetry","id":"df427643-b95f-4545-868e-7fff54b28ce3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"},{"key":"Accept","value":"text/csv"}],"url":"{{baseUrl}}/v2/product/mcr2/{productUid}/telemetry?type={type}&from={from}&to={to}&days={days}","description":"<p>Returns telemetry details for the specified MCR.</p>\n<p>The <code>productUid</code> is the unique product ID and is required.</p>\n<p>Multiple telemetry types can be passed. For example, GET /v2/product/mcr2/5624060e-32gb-4267-a340-c15e91bc0f82/telemetry?type=BITS&amp;type=PACKETS&amp;days=30. When multiple telemetry types are passed, the top level type is set to <code>null</code> in the response. The key information for each telemetry type is in the {data} section of the response.</p>\n<p>A minimum of one telemetry type must be provided.</p>\n<p>Telemetry details can be returned by number of days in the past, or by passing a date range: 'from' and 'to'. If no <code>days</code>, or <code>to</code> and <code>from</code> are passed, the single most recent measurement is returned, which is approximately every 5 minutes.</p>\n<p>The maximum number of days that can be requested is 180 days.</p>\n<p><strong>Note:</strong> The <code>days</code> parameter is mutually exclusive from <code>to</code> and <code>from</code>. If both <code>days</code> and <code>from</code> and <code>to</code> are passed, an error is returned explaining that the fields are mutually exclusive.</p>\n<p>You can return telemetry details in CSV format by specifying the text/csv header parameter.</p>\n","urlObject":{"path":["v2","product","mcr2","{productUid}","telemetry"],"host":["{{baseUrl}}"],"query":[{"description":{"content":"<p>Indicates the type of metric. Values include <code>BITS</code> and <code>PACKETS</code>. Multiple telemetry types can be passed. (Required - string)</p>\n","type":"text/plain"},"key":"type","value":"{type}"},{"description":{"content":"<p>Milliseconds since epoch. When not provided, returns the single most recent measurement. You can use a tool such as <a href=\"https://www.epochconverter.com/\">https://www.epochconverter.com/</a> for conversion to and from dates. (Optional - string)</p>\n","type":"text/plain"},"key":"from","value":"{from}"},{"description":{"content":"<p>Milliseconds since epoch. When not provided, returns the single most recent measurement. You can use a tool such as <a href=\"https://www.epochconverter.com/\">https://www.epochconverter.com/</a> for conversion to and from dates. (Optional - string)</p>\n","type":"text/plain"},"key":"to","value":"{to}"},{"description":{"content":"<p>The number of days in the past from today for which to return telemetry details. This parameter is mutually exclusive from \"to\" and \"from\". (Optional - string)</p>\n","type":"text/plain"},"key":"days","value":"{days}"}],"variable":[]}},"response":[{"id":"4e46d21a-fa0f-4880-8028-8d9445e87891","name":"Get MCR Telemetry - Single Telemetry Type (From, To)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer •••••••"}],"url":{"raw":"https://api-staging.megaport.com/v2/product/mcr2/6d0e09c8-719e-4431-a019-530663b4de6b/telemetry?type=BITS&from=1614205384000&to=1614378184000","protocol":"https","host":["api-staging","megaport","com"],"path":["v2","product","mcr2","6d0e09c8-719e-4431-a019-530663b4de6b","telemetry"],"query":[{"key":"type","value":"BITS"},{"key":"from","value":"1614205384000"},{"key":"to","value":"1614378184000"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 26 Feb 2021 22:35:15 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.17.10"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"UOW","value":"f6133883-a72e-4e4d-bee9-45f586e96dff"},{"key":"ETag","value":"W/\"0beb050c37da524382670d8bf7c9c798d\""},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"serviceUid\": \"6d0e09c8-719e-4431-a019-530663b4de6b\",\n    \"type\": \"BITS\",\n    \"timeFrame\": {\n        \"from\": 1614205384000,\n        \"to\": 1614378184000\n    },\n    \"data\": [\n        {\n            \"type\": \"BITS\",\n            \"subtype\": \"In\",\n            \"samples\": [\n                [\n                    1614378000000,\n                    0.0006981866666666666\n                ],\n                [\n                    1614377700000,\n                    0.0007231200000000001\n                ],\n\n...\n\n\n                [\n                    1614205500000,\n                    0.003341226666666667\n                ]\n            ],\n            \"unit\": {\n                \"name\": \"Mbps\",\n                \"fullName\": \"Megabits per second\"\n            }\n        }\n    ]\n}"},{"id":"ed5dd318-0d5d-4453-aaa7-5097018b97f6","name":"Get MCR Telemetry - Single Telemetry Type (Days)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":{"raw":"{{baseUrl}}/v2/product/mcr2/0569f42e-af61-48d0-84c1-b79923873ce1/telemetry?type=BITS&days=2","host":["{{baseUrl}}"],"path":["v2","product","mcr2","0569f42e-af61-48d0-84c1-b79923873ce1","telemetry"],"query":[{"key":"type","value":"BITS","description":"Indicates the type of metric. Values include `BITS` and `PACKETS`. Multiple telemetry types can be passed. (Required - string)"},{"key":"from","value":"{from}","description":"Milliseconds since epoch. When not provided, returns the single most recent measurement. You can use a tool such as https://www.epochconverter.com/ for conversion to and from dates. (Optional - string)","disabled":true},{"key":"to","value":"{to}","description":"Milliseconds since epoch. When not provided, returns the single most recent measurement. You can use a tool such as https://www.epochconverter.com/ for conversion to and from dates. (Optional - string)","disabled":true},{"key":"days","value":"2","description":"The number of days in the past from today for which to return telemetry details. This parameter is mutually exclusive from \"to\" and \"from\". (Optional - string)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Mon, 11 Dec 2023 06:00:14 GMT"},{"key":"X-Amzn-Trace-Id","value":"Root=1-6576a56e-36a005b272344723092eebe9"},{"key":"Trace-Id","value":"5789369c1bf8c265a8d1c7b1247d60bb"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"UOW","value":"31dcf2d1-737c-43bc-ad3c-c9dbfbfb05d5"},{"key":"Server-Timing","value":"app;dur=81"},{"key":"ETag","value":"W/\"05c755781ac117ebbe6340407d53cfb4c\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 482a1ea4dd283bc043aa76fee74514f6.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"SYD62-P1"},{"key":"X-Amz-Cf-Id","value":"vFJ9FCoj12jHEw28unoVcrZ3N6MIHjF-GBnkFdX9m94eaYVDJ9TAXA=="}],"cookie":[],"responseTime":null,"body":"{\n    \"serviceUid\": \"0569f42e-af61-48d0-84c1-b79923873ce1\",\n    \"type\": \"BITS\",\n    \"timeFrame\": {\n        \"from\": 1702101614531,\n        \"to\": 1702274414531\n    },\n    \"data\": [\n        {\n            \"type\": \"BITS\",\n            \"subtype\": \"Out\",\n            \"samples\": [\n                [\n                    1702274100000,\n                    0\n                ],\n                [\n                    1702273800000,\n                    0\n                ],\n                [\n                    1702273500000,\n                    0\n                ],\n                [\n                    1702273200000,\n                    0\n                ],\n                [\n                    1702272900000,\n                    0\n                ],\n                [\n                    1702272600000,\n                    0\n                ],\n                [\n                    1702272300000,\n                    0\n                ],\n                [\n                    1702272000000,\n                    0\n                ],\n                [\n                    1702271700000,\n                    0\n                ],\n                [\n                    1702271400000,\n                    0\n                ],\n                [\n                    1702271100000,\n                    0\n                ],\n                [\n                    1702270800000,\n                    0\n                ],\n                [\n                    1702270500000,\n                    0\n                ],\n                [\n                    1702270200000,\n                    0\n                ],\n                [\n                    1702101900000,\n                    0\n                ]\n            ],\n            \"unit\": {\n                \"name\": \"Mbps\",\n                \"fullName\": \"Megabits per second\"\n            }\n        },\n        {\n            \"type\": \"BITS\",\n            \"subtype\": \"In\",\n            \"samples\": [\n                [\n                    1702274100000,\n                    0\n                ],\n                [\n                    1702273800000,\n                    0\n                ],\n                [\n                    1702273500000,\n                    0\n                ],\n                [\n                    1702273200000,\n                    0\n                ],\n                [\n                    1702272900000,\n                    0\n                ],\n                [\n                    1702272600000,\n                    0\n                ],\n                [\n                    1702272300000,\n                    0\n                ],\n                [\n                    1702272000000,\n                    0\n                ],\n                [\n                    1702271700000,\n                    0\n                ],\n                [\n                    1702271400000,\n                    0\n                ],\n                [\n                    1702271100000,\n                    0\n                ],\n                [\n                    1702270800000,\n                    0\n                ],\n                [\n                    1702270500000,\n                    0\n                ],\n                [\n                    1702270200000,\n                    0\n                ],\n                [\n                    1702269900000,\n                    0\n                ],\n                [\n                    1702269600000,\n                    0\n                ],\n                [\n                    1702269300000,\n                    0\n                ],\n                [\n                    1702269000000,\n                    0\n                ],\n                [\n                    1702268700000,\n                    0\n                ],\n                [\n                    1702268400000,\n                    0\n                ],\n                [\n                    1702268100000,\n                    0\n                ],\n                [\n                    1702101900000,\n                    0\n                ]\n            ],\n            \"unit\": {\n                \"name\": \"Mbps\",\n                \"fullName\": \"Megabits per second\"\n            }\n        }\n    ]\n}"},{"id":"7d24c22f-b4e8-4c0f-8534-f1808ccfb912","name":"Get MCR Telemetry - Multiple Telemetry Types (Days)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":{"raw":"{{baseUrl}}/v2/product/mcr2/0569f42e-af61-48d0-84c1-b79923873ce1/telemetry?type=BITS&type=PACKETS&days=2","host":["{{baseUrl}}"],"path":["v2","product","mcr2","0569f42e-af61-48d0-84c1-b79923873ce1","telemetry"],"query":[{"key":"type","value":"BITS","description":"Indicates the type of metric. Values include `BITS` and `PACKETS`. Multiple telemetry types can be passed. (Required - string)"},{"key":"from","value":"{from}","description":"Milliseconds since epoch. When not provided, returns the single most recent measurement. You can use a tool such as https://www.epochconverter.com/ for conversion to and from dates. (Optional - string)","disabled":true},{"key":"to","value":"{to}","description":"Milliseconds since epoch. When not provided, returns the single most recent measurement. You can use a tool such as https://www.epochconverter.com/ for conversion to and from dates. (Optional - string)","disabled":true},{"key":"type","value":"PACKETS"},{"key":"days","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Mon, 11 Dec 2023 06:09:10 GMT"},{"key":"X-Amzn-Trace-Id","value":"Root=1-6576a786-0a937b1b0c1650ed3f0a7c10"},{"key":"Trace-Id","value":"af68e522e028ad6f680332b07d53454d"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"UOW","value":"1695962b-48c5-4b3e-ad0a-a4b17f5ab370"},{"key":"Server-Timing","value":"app;dur=84"},{"key":"ETag","value":"W/\"05d8b02e4d8101ffd84b25a6dd4b1363f\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 482a1ea4dd283bc043aa76fee74514f6.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"SYD62-P1"},{"key":"X-Amz-Cf-Id","value":"URa9mCFEx7hu3bNvneE2CY82RxZLN7dRs9OyGXIyMVrQ3e4VkvFzug=="}],"cookie":[],"responseTime":null,"body":"{\n    \"serviceUid\": \"0569f42e-af61-48d0-84c1-b79923873ce1\",\n    \"type\": null,\n    \"timeFrame\": {\n        \"from\": 1702102150201,\n        \"to\": 1702274950201\n    },\n    \"data\": [\n        {\n            \"type\": \"BITS\",\n            \"subtype\": \"Out\",\n            \"samples\": [\n                [\n                    1702274700000,\n                    0\n                ],\n                [\n                    1702274400000,\n                    0\n                ],\n                [\n                    1702274100000,\n                    0\n                ],\n                [\n                    1702273800000,\n                    0\n                ],\n                [\n                    1702273500000,\n                    0\n                ],\n                [\n                    1702273200000,\n                    0\n                ],\n                [\n                    1702272900000,\n                    0\n                ],\n                [\n                    1702272600000,\n                    0\n                ],\n                [\n                    1702272300000,\n                    0\n                ],\n                [\n                    1702272000000,\n                    0\n                ],\n                [\n                    1702271700000,\n                    0\n                ],\n                [\n                    1702271400000,\n                    0\n                ],\n                [\n                    1702271100000,\n                    0\n                ],\n                [\n                    1702270800000,\n                    0\n                ],\n                [\n                    1702270500000,\n                    0\n                ],\n                [\n                    1702270200000,\n                    0\n                ],\n                [\n                    1702269900000,\n                    0\n                ],\n                [\n                    1702269600000,\n                    0\n                ],\n                [\n                    1702269300000,\n                    0\n                ],\n                [\n                    1702269000000,\n                    0\n                ],\n                [\n                    1702268700000,\n                    0\n                ],\n                [\n                    1702268400000,\n                    0\n                ],\n                [\n                    1702268100000,\n                    0\n                ],\n                [\n                    1702267800000,\n                    0\n                ],\n                [\n                    1702267500000,\n                    0\n                ],\n                [\n                    1702267200000,\n                    0\n                ],\n                [\n                    1702266900000,\n                    0\n                ],\n                [\n                    1702266600000,\n                    0\n                ],\n                [\n                    1702266300000,\n                    0\n                ],\n                [\n                    1702266000000,\n                    0\n                ],\n                [\n                    1702265700000,\n                    0\n                ],\n                [\n                    1702265400000,\n                    0\n                ],\n                [\n                    1702265100000,\n                    0\n                ],\n                [\n                    1702264800000,\n                    0\n                ],\n                [\n                    1702264500000,\n                    0\n                ],\n                [\n                    1702264200000,\n                    0\n                ],\n                [\n                    1702263900000,\n                    0\n                ],\n                [\n                    1702263600000,\n                    0\n                ],\n                [\n                    1702263300000,\n                    0\n                ],\n                [\n                    1702263000000,\n                    0\n                ],\n                [\n                    1702262700000,\n                    0\n                ],\n                [\n                    1702262400000,\n                    0\n                ],\n                [\n                    1702262100000,\n                    0\n                ],\n                [\n                    1702261800000,\n                    0\n                ],\n                [\n                    1702261500000,\n                    0\n                ],\n                [\n                    1702261200000,\n                    0\n                ],\n                [\n                    1702260900000,\n                    0\n                ],\n                [\n                    1702260600000,\n                    0\n                ],\n                [\n                    1702260300000,\n                    0\n                ],\n                [\n                    1702260000000,\n                    0\n                ],\n                [\n                    1702259700000,\n                    0\n                ],\n                [\n                    1702259400000,\n                    0\n                ],\n                [\n                    1702259100000,\n                    0\n                ],\n                [\n                    1702258800000,\n                    0\n                ],\n                [\n                    1702258500000,\n                    0\n                ],\n                [\n                    1702258200000,\n                    0\n                ],\n                [\n                    1702257900000,\n                    0\n                ],\n                [\n                    1702257600000,\n                    0\n                ],\n                [\n                    1702257300000,\n                    0\n                ],\n                [\n                    1702257000000,\n                    0\n                ],\n                [\n                    1702256700000,\n                    0\n                ],\n                [\n                    1702256400000,\n                    0\n                ],\n                [\n                    1702256100000,\n                    0\n                ],\n                [\n                    1702255800000,\n                    0\n                ],\n                [\n                    1702255500000,\n                    0\n                ],\n                [\n                    1702255200000,\n                    0\n                ],\n                [\n                    1702254900000,\n                    0\n                ],\n                [\n                    1702254600000,\n                    0\n                ],\n                [\n                    1702254300000,\n                    0\n                ],\n                [\n                    1702254000000,\n                    0\n                ],\n                [\n                    1702253700000,\n                    0\n                ],\n                [\n                    1702253400000,\n                    0\n                ],\n                [\n                    1702253100000,\n                    0\n                ],\n                [\n                    1702252800000,\n                    0\n                ],\n                [\n                    1702252500000,\n                    0\n                ],\n                [\n                    1702252200000,\n                    0\n                ],\n                [\n                    1702251900000,\n                    0\n                ],\n                [\n                    1702251600000,\n                    0\n                ],\n                [\n                    1702251300000,\n                    0\n                ],\n                [\n                    1702251000000,\n                    0\n                ],\n                [\n                    1702250700000,\n                    0\n                ],\n                [\n                    1702250400000,\n                    0\n                ],\n                [\n                    1702250100000,\n                    0\n                ],\n                [\n                    1702249800000,\n                    0\n                ],\n                [\n                    1702249500000,\n                    0\n                ],\n                [\n                    1702249200000,\n                    0\n                ],\n                [\n                    1702248900000,\n                    0\n                ],\n                [\n                    1702248600000,\n                    0\n                ],\n                [\n                    1702248300000,\n                    0\n                ],\n                [\n                    1702248000000,\n                    0\n                ],\n                [\n                    1702247700000,\n                    0\n                ],\n                [\n                    1702247400000,\n                    0\n                ],\n                [\n                    1702247100000,\n                    0\n                ],\n                [\n                    1702246800000,\n                    0\n                ],\n                [\n                    1702246500000,\n                    0\n                ],\n                [\n                    1702246200000,\n                    0\n                ],\n                [\n                    1702245900000,\n                    0\n                ],\n                [\n                    1702245600000,\n                    0\n                ],\n                [\n                    1702245300000,\n                    0\n                ],\n                [\n                    1702245000000,\n                    0\n                ],\n                [\n                    1702244700000,\n                    0\n                ],\n                [\n                    1702244400000,\n                    0\n                ],\n                [\n                    1702244100000,\n                    0\n                ],\n                [\n                    1702243800000,\n                    0\n                ],\n                [\n                    1702243500000,\n                    0\n                ],\n                [\n                    1702243200000,\n                    0\n                ],\n                [\n                    1702242900000,\n                    0\n                ],\n                [\n                    1702242600000,\n                    0\n                ],\n                [\n                    1702242300000,\n                    0\n                ],\n                [\n                    1702242000000,\n                    0\n                ],\n                [\n                    1702241700000,\n                    0\n                ],\n                [\n                    1702241400000,\n                    0\n                ],\n                [\n                    1702241100000,\n                    0\n                ],\n                [\n                    1702240800000,\n                    0\n                ],\n                [\n                    1702240500000,\n                    0\n                ],\n                [\n                    1702240200000,\n                    0\n                ],\n                [\n                    1702239900000,\n                    0\n                ],\n                [\n                    1702239600000,\n                    0\n                ],\n                [\n                    1702239300000,\n                    0\n                ],\n                [\n                    1702239000000,\n                    0\n                ],\n                [\n                    1702238700000,\n                    0\n                ],\n                [\n                    1702238400000,\n                    0\n                ],\n                [\n                    1702238100000,\n                    0\n                ],\n                [\n                    1702237800000,\n                    0\n                ],\n                [\n                    1702237500000,\n                    0\n                ],\n                [\n                    1702237200000,\n                    0\n                ],\n                [\n                    1702236900000,\n                    0\n                ],\n                [\n                    1702236600000,\n                    0\n                ],\n                [\n                    1702236300000,\n                    0\n                ],\n                [\n                    1702236000000,\n                    0\n                ],\n                [\n                    1702235700000,\n                    0\n                ],\n                [\n                    1702235400000,\n                    0\n                ],\n                [\n                    1702235100000,\n                    0\n                ],\n                [\n                    1702234800000,\n                    0\n                ],\n                [\n                    1702234500000,\n                    0\n                ],\n                [\n                    1702234200000,\n                    0\n                ],\n                [\n                    1702233900000,\n                    0\n                ],\n                [\n                    1702233600000,\n                    0\n                ],\n                [\n                    1702233300000,\n                    0\n                ],\n                [\n                    1702233000000,\n                    0\n                ],\n                [\n                    1702232700000,\n                    0\n                ],\n                [\n                    1702232400000,\n                    0\n                ],\n                [\n                    1702232100000,\n                    0\n                ],\n                [\n                    1702231800000,\n                    0\n                ],\n                [\n                    1702231500000,\n                    0\n                ],\n                [\n                    1702231200000,\n                    0\n                ],\n                [\n                    1702230900000,\n                    0\n                ],\n                [\n                    1702230600000,\n                    0\n                ],\n                [\n                    1702230300000,\n                    0\n                ],\n                [\n                    1702230000000,\n                    0\n                ],\n                [\n                    1702229700000,\n                    0\n                ],\n                [\n                    1702229400000,\n                    0\n                ],\n                [\n                    1702229100000,\n                    0\n                ],\n                [\n                    1702228800000,\n                    0\n                ],\n                [\n                    1702228500000,\n                    0\n                ],\n                [\n                    1702228200000,\n                    0\n                ],\n                [\n                    1702227900000,\n                    0\n                ],\n                [\n                    1702227600000,\n                    0\n                ],\n                [\n                    1702227300000,\n                    0\n                ],\n                [\n                    1702227000000,\n                    0\n                ],\n                [\n                    1702226700000,\n                    0\n                ],\n                [\n                    1702226400000,\n                    0\n                ],\n                [\n                    1702226100000,\n                    0\n                ],\n                [\n                    1702225800000,\n                    0\n                ],\n                [\n                    1702225500000,\n                    0\n                ],\n                [\n                    1702225200000,\n                    0\n                ],\n                [\n                    1702224900000,\n                    0\n                ],\n                [\n                    1702224600000,\n                    0\n                ],\n                [\n                    1702224300000,\n                    0\n                ],\n                [\n                    1702224000000,\n                    0\n                ],\n                [\n                    1702223700000,\n                    0\n                ],\n                [\n                    1702223400000,\n                    0\n                ],\n                [\n                    1702223100000,\n                    0\n                ],\n                [\n                    1702222800000,\n                    0\n                ],\n                [\n                    1702222500000,\n                    0\n                ],\n                [\n                    1702222200000,\n                    0\n                ],\n                [\n                    1702221900000,\n                    0\n                ],\n                [\n                    1702221600000,\n                    0\n                ],\n                [\n                    1702221300000,\n                    0\n                ],\n                [\n                    1702221000000,\n                    0\n                ],\n                [\n                    1702220700000,\n                    0\n                ],\n                [\n                    1702220400000,\n                    0\n                ],\n                [\n                    1702220100000,\n                    0\n                ],\n                [\n                    1702219800000,\n                    0\n                ],\n                [\n                    1702219500000,\n                    0\n                ],\n                [\n                    1702219200000,\n                    0\n                ],\n                [\n                    1702218900000,\n                    0\n                ],\n                [\n                    1702218600000,\n                    0\n                ],\n                [\n                    1702218300000,\n                    0\n                ],\n                [\n                    1702218000000,\n                    0\n                ],\n                [\n                    1702217700000,\n                    0\n                ],\n                [\n                    1702217400000,\n                    0\n                ],\n                [\n                    1702217100000,\n                    0\n                ],\n                [\n                    1702216800000,\n                    0\n                ],\n                [\n                    1702216500000,\n                    0\n                ],\n                [\n                    1702216200000,\n                    0\n                ],\n                [\n                    1702215900000,\n                    0\n                ],\n                [\n                    1702215600000,\n                    0\n                ],\n                [\n                    1702215300000,\n                    0\n                ],\n                [\n                    1702215000000,\n                    0\n                ],\n                [\n                    1702214700000,\n                    0\n                ],\n                [\n                    1702214400000,\n                    0\n                ],\n                [\n                    1702214100000,\n                    0\n                ],\n                [\n                    1702213800000,\n                    0\n                ],\n                [\n                    1702213500000,\n                    0\n                ],\n                [\n                    1702213200000,\n                    0\n                ],\n                [\n                    1702212900000,\n                    0\n                ],\n                [\n                    1702212600000,\n                    0\n                ],\n                [\n                    1702212300000,\n                    0\n                ],\n                [\n                    1702212000000,\n                    0\n                ],\n                [\n                    1702211700000,\n                    0\n                ],\n                [\n                    1702211400000,\n                    0\n                ],\n                [\n                    1702211100000,\n                    0\n                ],\n                [\n                    1702210800000,\n                    0\n                ],\n                [\n                    1702210500000,\n                    0\n                ],\n                [\n                    1702210200000,\n                    0\n                ],\n                [\n                    1702209900000,\n                    0\n                ],\n                [\n                    1702209600000,\n                    0\n                ],\n                [\n                    1702209300000,\n                    0\n                ],\n                [\n                    1702209000000,\n                    0\n                ],\n                [\n                    1702208700000,\n                    0\n                ],\n                [\n                    1702208400000,\n                    0\n                ],\n                [\n                    1702208100000,\n                    0\n                ],\n                [\n                    1702207800000,\n                    0\n                ],\n                [\n                    1702207500000,\n                    0\n                ],\n                [\n                    1702207200000,\n                    0\n                ],\n                [\n                    1702206900000,\n                    0\n                ],\n                [\n                    1702206600000,\n                    0\n                ],\n                [\n                    1702206300000,\n                    0\n                ],\n                [\n                    1702206000000,\n                    0\n                ],\n                [\n                    1702205700000,\n                    0\n                ],\n                [\n                    1702205400000,\n                    0\n                ],\n                [\n                    1702205100000,\n                    0\n                ],\n                [\n                    1702204800000,\n                    0\n                ],\n                [\n                    1702204500000,\n                    0\n                ],\n                [\n                    1702204200000,\n                    0\n                ],\n                [\n                    1702203900000,\n                    0\n                ],\n                [\n                    1702203600000,\n                    0\n                ],\n                [\n                    1702203300000,\n                    0\n                ],\n                [\n                    1702203000000,\n                    0\n                ],\n                [\n                    1702202700000,\n                    0\n                ],\n                [\n                    1702202400000,\n                    0\n                ],\n                [\n                    1702202100000,\n                    0\n                ],\n                [\n                    1702201800000,\n                    0\n                ],\n                [\n                    1702201500000,\n                    0\n                ],\n                [\n                    1702201200000,\n                    0\n                ],\n                [\n                    1702200900000,\n                    0\n                ],\n                [\n                    1702200600000,\n                    0\n                ],\n                [\n                    1702200300000,\n                    0\n                ],\n                [\n                    1702200000000,\n                    0\n                ],\n                [\n                    1702199700000,\n                    0\n                ],\n                [\n                    1702199400000,\n                    0\n                ],\n                [\n                    1702199100000,\n                    0\n                ],\n                [\n                    1702198800000,\n                    0\n                ],\n                [\n                    1702198500000,\n                    0\n                ],\n                [\n                    1702198200000,\n                    0\n                ],\n                [\n                    1702197900000,\n                    0\n                ],\n                [\n                    1702197600000,\n                    0\n                ],\n                [\n                    1702197300000,\n                    0\n                ],\n                [\n                    1702197000000,\n                    0\n                ],\n                [\n                    1702196700000,\n                    0\n                ],\n                [\n                    1702196400000,\n                    0\n                ],\n                [\n                    1702196100000,\n                    0\n                ],\n                [\n                    1702195800000,\n                    0\n                ],\n                [\n                    1702195500000,\n                    0\n                ],\n                [\n                    1702195200000,\n                    0\n                ],\n                [\n                    1702194900000,\n                    0\n                ],\n                [\n                    1702194600000,\n                    0\n                ],\n                [\n                    1702194300000,\n                    0\n                ],\n                [\n                    1702194000000,\n                    0\n                ],\n                [\n                    1702193700000,\n                    0\n                ],\n                [\n                    1702193400000,\n                    0\n                ],\n                [\n                    1702193100000,\n                    0\n                ],\n                [\n                    1702192800000,\n                    0\n                ],\n                [\n                    1702192500000,\n                    0\n                ],\n                [\n                    1702192200000,\n                    0\n                ],\n                [\n                    1702191900000,\n                    0\n                ],\n                [\n                    1702191600000,\n                    0\n                ],\n                [\n                    1702191300000,\n                    0\n                ],\n                [\n                    1702191000000,\n                    0\n                ],\n                [\n                    1702190700000,\n                    0\n                ],\n                [\n                    1702190400000,\n                    0\n                ],\n                [\n                    1702190100000,\n                    0\n                ],\n                [\n                    1702189800000,\n                    0\n                ],\n                [\n                    1702189500000,\n                    0\n                ],\n                [\n                    1702189200000,\n                    0\n                ],\n                [\n                    1702188900000,\n                    0\n                ],\n                [\n                    1702188600000,\n                    0\n                ],\n                [\n                    1702188300000,\n                    0\n                ],\n                [\n                    1702188000000,\n                    0\n                ],\n                [\n                    1702187700000,\n                    0\n                ],\n                [\n                    1702187400000,\n                    0\n                ],\n                [\n                    1702187100000,\n                    0\n                ],\n                [\n                    1702186800000,\n                    0\n                ],\n                [\n                    1702186500000,\n                    0\n                ],\n                [\n                    1702186200000,\n                    0\n                ],\n                [\n                    1702185900000,\n                    0\n                ],\n                [\n                    1702185600000,\n                    0\n                ],\n                [\n                    1702185300000,\n                    0\n                ],\n                [\n                    1702185000000,\n                    0\n                ],\n                [\n                    1702184700000,\n                    0\n                ],\n                [\n                    1702184400000,\n                    0\n                ],\n                [\n                    1702184100000,\n                    0\n                ],\n                [\n                    1702183800000,\n                    0\n                ],\n                [\n                    1702183500000,\n                    0\n                ],\n                [\n                    1702183200000,\n                    0\n                ],\n                [\n                    1702182900000,\n                    0\n                ],\n                [\n                    1702182600000,\n                    0\n                ],\n                [\n                    1702182300000,\n                    0\n                ],\n                [\n                    1702182000000,\n                    0\n                ],\n                [\n                    1702181700000,\n                    0\n                ],\n                [\n                    1702181400000,\n                    0\n                ],\n                [\n                    1702181100000,\n                    0\n                ],\n                [\n                    1702180800000,\n                    0\n                ],\n                [\n                    1702180500000,\n                    0\n                ],\n                [\n                    1702180200000,\n                    0\n                ],\n                [\n                    1702179900000,\n                    0\n                ],\n                [\n                    1702179600000,\n                    0\n                ],\n                [\n                    1702179300000,\n                    0\n                ],\n                [\n                    1702179000000,\n                    0\n                ],\n                [\n                    1702178700000,\n                    0\n                ],\n                [\n                    1702178400000,\n                    0\n                ],\n                [\n                    1702178100000,\n                    0\n                ],\n                [\n                    1702177800000,\n                    0\n                ],\n                [\n                    1702177500000,\n                    0\n                ],\n                [\n                    1702177200000,\n                    0\n                ],\n                [\n                    1702176900000,\n                    0\n                ],\n                [\n                    1702176600000,\n                    0\n                ],\n                [\n                    1702176300000,\n                    0\n                ],\n                [\n                    1702176000000,\n                    0\n                ],\n                [\n                    1702175700000,\n                    0\n                ],\n                [\n                    1702175400000,\n                    0\n                ],\n                [\n                    1702175100000,\n                    0\n                ],\n                [\n                    1702174800000,\n                    0\n                ],\n                [\n                    1702174500000,\n                    0\n                ],\n                [\n                    1702174200000,\n                    0\n                ],\n                [\n                    1702173900000,\n                    0\n                ],\n                [\n                    1702173600000,\n                    0\n                ],\n                [\n                    1702173300000,\n                    0\n                ],\n                [\n                    1702173000000,\n                    0\n                ],\n                [\n                    1702172700000,\n                    0\n                ],\n                [\n                    1702172400000,\n                    0\n                ],\n                [\n                    1702172100000,\n                    0\n                ],\n                [\n                    1702171800000,\n                    0\n                ],\n                [\n                    1702171500000,\n                    0\n                ],\n                [\n                    1702171200000,\n                    0\n                ],\n                [\n                    1702170900000,\n                    0\n                ],\n                [\n                    1702170600000,\n                    0\n                ],\n                [\n                    1702170300000,\n                    0\n                ],\n                [\n                    1702170000000,\n                    0\n                ],\n                [\n                    1702169700000,\n                    0\n                ],\n                [\n                    1702169400000,\n                    0\n                ],\n                [\n                    1702169100000,\n                    0\n                ],\n                [\n                    1702168800000,\n                    0\n                ],\n                [\n                    1702168500000,\n                    0\n                ],\n                [\n                    1702168200000,\n                    0\n                ],\n                [\n                    1702167900000,\n                    0\n                ],\n                [\n                    1702167600000,\n                    0\n                ],\n                [\n                    1702167300000,\n                    0\n                ],\n                [\n                    1702167000000,\n                    0\n                ],\n                [\n                    1702166700000,\n                    0\n                ],\n                [\n                    1702166400000,\n                    0\n                ],\n                [\n                    1702166100000,\n                    0\n                ],\n                [\n                    1702165800000,\n                    0\n                ],\n                [\n                    1702165500000,\n                    0\n                ],\n                [\n                    1702165200000,\n                    0\n                ],\n                [\n                    1702164900000,\n                    0\n                ],\n                [\n                    1702164600000,\n                    0\n                ],\n                [\n                    1702164300000,\n                    0\n                ],\n                [\n                    1702164000000,\n                    0\n                ],\n                [\n                    1702163700000,\n                    0\n                ],\n                [\n                    1702163400000,\n                    0\n                ],\n                [\n                    1702163100000,\n                    0\n                ],\n                [\n                    1702162800000,\n                    0\n                ],\n                [\n                    1702162500000,\n                    0\n                ],\n                [\n                    1702162200000,\n                    0\n                ],\n                [\n                    1702161900000,\n                    0\n                ],\n                [\n                    1702161600000,\n                    0\n                ],\n                [\n                    1702161300000,\n                    0\n                ],\n                [\n                    1702161000000,\n                    0\n                ],\n                [\n                    1702160700000,\n                    0\n                ],\n                [\n                    1702160400000,\n                    0\n                ],\n                [\n                    1702160100000,\n                    0\n                ],\n                [\n                    1702159800000,\n                    0\n                ],\n                [\n                    1702159500000,\n                    0\n                ],\n                [\n                    1702159200000,\n                    0\n                ],\n                [\n                    1702158900000,\n                    0\n                ],\n                [\n                    1702158600000,\n                    0\n                ],\n                [\n                    1702158300000,\n                    0\n                ],\n                [\n                    1702158000000,\n                    0\n                ],\n                [\n                    1702157700000,\n                    0\n                ],\n                [\n                    1702157400000,\n                    0\n                ],\n                [\n                    1702157100000,\n                    0\n                ],\n                [\n                    1702156800000,\n                    0\n                ],\n                [\n                    1702156500000,\n                    0\n                ],\n                [\n                    1702156200000,\n                    0\n                ],\n                [\n                    1702155900000,\n                    0\n                ],\n                [\n                    1702155600000,\n                    0\n                ],\n                [\n                    1702155300000,\n                    0\n                ],\n                [\n                    1702155000000,\n                    0\n                ],\n                [\n                    1702154700000,\n                    0\n                ],\n                [\n                    1702154400000,\n                    0\n                ],\n                [\n                    1702154100000,\n                    0\n                ],\n                [\n                    1702153800000,\n                    0\n                ],\n                [\n                    1702153500000,\n                    0\n                ],\n                [\n                    1702153200000,\n                    0\n                ],\n                [\n                    1702152900000,\n                    0\n                ],\n                [\n                    1702152600000,\n                    0\n                ],\n                [\n                    1702152300000,\n                    0\n                ],\n                [\n                    1702152000000,\n                    0\n                ],\n                [\n                    1702151700000,\n                    0\n                ],\n                [\n                    1702151400000,\n                    0\n                ],\n                [\n                    1702151100000,\n                    0\n                ],\n                [\n                    1702150800000,\n                    0\n                ],\n                [\n                    1702150500000,\n                    0\n                ],\n                [\n                    1702150200000,\n                    0\n                ],\n                [\n                    1702149900000,\n                    0\n                ],\n                [\n                    1702149600000,\n                    0\n                ],\n                [\n                    1702149300000,\n                    0\n                ],\n                [\n                    1702149000000,\n                    0\n                ],\n                [\n                    1702148700000,\n                    0\n                ],\n                [\n                    1702148400000,\n                    0\n                ],\n                [\n                    1702148100000,\n                    0\n                ],\n                [\n                    1702147800000,\n                    0\n                ],\n                [\n                    1702147500000,\n                    0\n                ],\n                [\n                    1702147200000,\n                    0\n                ],\n                [\n                    1702146900000,\n                    0\n                ],\n                [\n                    1702146600000,\n                    0\n                ],\n                [\n                    1702146300000,\n                    0\n                ],\n                [\n                    1702146000000,\n                    0\n                ],\n                [\n                    1702145700000,\n                    0\n                ],\n                [\n                    1702145400000,\n                    0\n                ],\n                [\n                    1702145100000,\n                    0\n                ],\n                [\n                    1702144800000,\n                    0\n                ],\n                [\n                    1702144500000,\n                    0\n                ],\n                [\n                    1702144200000,\n                    0\n                ],\n                [\n                    1702143900000,\n                    0\n                ],\n                [\n                    1702143600000,\n                    0\n                ],\n                [\n                    1702143300000,\n                    0\n                ],\n                [\n                    1702143000000,\n                    0\n                ],\n                [\n                    1702142700000,\n                    0\n                ],\n                [\n                    1702142400000,\n                    0\n                ],\n                [\n                    1702142100000,\n                    0\n                ],\n                [\n                    1702141800000,\n                    0\n                ],\n                [\n                    1702141500000,\n                    0\n                ],\n                [\n                    1702141200000,\n                    0\n                ],\n                [\n                    1702140900000,\n                    0\n                ],\n                [\n                    1702140600000,\n                    0\n                ],\n                [\n                    1702140300000,\n                    0\n                ],\n                [\n                    1702140000000,\n                    0\n                ],\n                [\n                    1702139700000,\n                    0\n                ],\n                [\n                    1702139400000,\n                    0\n                ],\n                [\n                    1702139100000,\n                    0\n                ],\n                [\n                    1702138800000,\n                    0\n                ],\n                [\n                    1702138500000,\n                    0\n                ],\n                [\n                    1702138200000,\n                    0\n                ],\n                [\n                    1702137900000,\n                    0\n                ],\n                [\n                    1702137600000,\n                    0\n                ],\n                [\n                    1702137300000,\n                    0\n                ],\n                [\n                    1702137000000,\n                    0\n                ],\n                [\n                    1702136700000,\n                    0\n                ],\n                [\n                    1702136400000,\n                    0\n                ],\n                [\n                    1702136100000,\n                    0\n                ],\n                [\n                    1702135800000,\n                    0\n                ],\n                [\n                    1702135500000,\n                    0\n                ],\n                [\n                    1702135200000,\n                    0\n                ],\n                [\n                    1702134900000,\n                    0\n                ],\n                [\n                    1702134600000,\n                    0\n                ],\n                [\n                    1702134300000,\n                    0\n                ],\n                [\n                    1702134000000,\n                    0\n                ],\n                [\n                    1702133700000,\n                    0\n                ],\n                [\n                    1702133400000,\n                    0\n                ],\n                [\n                    1702133100000,\n                    0\n                ],\n                [\n                    1702132800000,\n                    0\n                ],\n                [\n                    1702132500000,\n                    0\n                ],\n                [\n                    1702132200000,\n                    0\n                ],\n                [\n                    1702131900000,\n                    0\n                ],\n                [\n                    1702131600000,\n                    0\n                ],\n                [\n                    1702131300000,\n                    0\n                ],\n                [\n                    1702131000000,\n                    0\n                ],\n                [\n                    1702130700000,\n                    0\n                ],\n                [\n                    1702130400000,\n                    0\n                ],\n                [\n                    1702130100000,\n                    0\n                ],\n                [\n                    1702129800000,\n                    0\n                ],\n                [\n                    1702129500000,\n                    0\n                ],\n                [\n                    1702129200000,\n                    0\n                ],\n                [\n                    1702128900000,\n                    0\n                ],\n                [\n                    1702128600000,\n                    0\n                ],\n                [\n                    1702128300000,\n                    0\n                ],\n                [\n                    1702128000000,\n                    0\n                ],\n                [\n                    1702127700000,\n                    0\n                ],\n                [\n                    1702127400000,\n                    0\n                ],\n                [\n                    1702127100000,\n                    0\n                ],\n                [\n                    1702126800000,\n                    0\n                ],\n                [\n                    1702126500000,\n                    0\n                ],\n                [\n                    1702126200000,\n                    0\n                ],\n                [\n                    1702125900000,\n                    0\n                ],\n                [\n                    1702125600000,\n                    0\n                ],\n                [\n                    1702125300000,\n                    0\n                ],\n                [\n                    1702125000000,\n                    0\n                ],\n                [\n                    1702124700000,\n                    0\n                ],\n                [\n                    1702124400000,\n                    0\n                ],\n                [\n                    1702124100000,\n                    0\n                ],\n                [\n                    1702123800000,\n                    0\n                ],\n                [\n                    1702123500000,\n                    0\n                ],\n                [\n                    1702123200000,\n                    0\n                ],\n                [\n                    1702122900000,\n                    0\n                ],\n                [\n                    1702122600000,\n                    0\n                ],\n                [\n                    1702122300000,\n                    0\n                ],\n                [\n                    1702122000000,\n                    0\n                ],\n                [\n                    1702121700000,\n                    0\n                ],\n                [\n                    1702121400000,\n                    0\n                ],\n                [\n                    1702121100000,\n                    0\n                ],\n                [\n                    1702120800000,\n                    0\n                ],\n                [\n                    1702120500000,\n                    0\n                ],\n                [\n                    1702120200000,\n                    0\n                ],\n                [\n                    1702119900000,\n                    0\n                ],\n                [\n                    1702119600000,\n                    0\n                ],\n                [\n                    1702119300000,\n                    0\n                ],\n                [\n                    1702119000000,\n                    0\n                ],\n                [\n                    1702118700000,\n                    0\n                ],\n                [\n                    1702118400000,\n                    0\n                ],\n                [\n                    1702118100000,\n                    0\n                ],\n                [\n                    1702117800000,\n                    0\n                ],\n                [\n                    1702117500000,\n                    0\n                ],\n                [\n                    1702117200000,\n                    0\n                ],\n                [\n                    1702116900000,\n                    0\n                ],\n                [\n                    1702116600000,\n                    0\n                ],\n                [\n                    1702116300000,\n                    0\n                ],\n                [\n                    1702116000000,\n                    0\n                ],\n                [\n                    1702115700000,\n                    0\n                ],\n                [\n                    1702115400000,\n                    0\n                ],\n                [\n                    1702115100000,\n                    0\n                ],\n                [\n                    1702114800000,\n                    0\n                ],\n                [\n                    1702114500000,\n                    0\n                ],\n                [\n                    1702114200000,\n                    0\n                ],\n                [\n                    1702113900000,\n                    0\n                ],\n                [\n                    1702113600000,\n                    0\n                ],\n                [\n                    1702113300000,\n                    0\n                ],\n                [\n                    1702113000000,\n                    0\n                ],\n                [\n                    1702112700000,\n                    0\n                ],\n                [\n                    1702112400000,\n                    0\n                ],\n                [\n                    1702112100000,\n                    0\n                ],\n                [\n                    1702111800000,\n                    0\n                ],\n                [\n                    1702111500000,\n                    0\n                ],\n                [\n                    1702111200000,\n                    0\n                ],\n                [\n                    1702110900000,\n                    0\n                ],\n                [\n                    1702110600000,\n                    0\n                ],\n                [\n                    1702110300000,\n                    0\n                ],\n                [\n                    1702110000000,\n                    0\n                ],\n                [\n                    1702109700000,\n                    0\n                ],\n                [\n                    1702109400000,\n                    0\n                ],\n                [\n                    1702109100000,\n                    0\n                ],\n                [\n                    1702108800000,\n                    0\n                ],\n                [\n                    1702108500000,\n                    0\n                ],\n                [\n                    1702108200000,\n                    0\n                ],\n                [\n                    1702107900000,\n                    0\n                ],\n                [\n                    1702107600000,\n                    0\n                ],\n                [\n                    1702107300000,\n                    0\n                ],\n                [\n                    1702107000000,\n                    0\n                ],\n                [\n                    1702106700000,\n                    0\n                ],\n                [\n                    1702106400000,\n                    0\n                ],\n                [\n                    1702106100000,\n                    0\n                ],\n                [\n                    1702105800000,\n                    0\n                ],\n                [\n                    1702105500000,\n                    0\n                ],\n                [\n                    1702105200000,\n                    0\n                ],\n                [\n                    1702104900000,\n                    0\n                ],\n                [\n                    1702104600000,\n                    0\n                ],\n                [\n                    1702104300000,\n                    0\n                ],\n                [\n                    1702104000000,\n                    0\n                ],\n                [\n                    1702103700000,\n                    0\n                ],\n                [\n                    1702103400000,\n                    0\n                ],\n                [\n                    1702103100000,\n                    0\n                ],\n                [\n                    1702102800000,\n                    0\n                ],\n                [\n                    1702102500000,\n                    0\n                ],\n                [\n                    1702102200000,\n                    0\n                ]\n            ],\n            \"unit\": {\n                \"name\": \"Mbps\",\n                \"fullName\": \"Megabits per second\"\n            }\n        },\n        {\n            \"type\": \"BITS\",\n            \"subtype\": \"In\",\n            \"samples\": [\n                [\n                    1702274700000,\n                    0\n                ],\n                [\n                    1702274400000,\n                    0\n                ],\n                [\n                    1702274100000,\n                    0\n                ],\n                [\n                    1702273800000,\n                    0\n                ],\n                [\n                    1702273500000,\n                    0\n                ],\n                [\n                    1702273200000,\n                    0\n                ],\n                [\n                    1702272900000,\n                    0\n                ],\n                [\n                    1702272600000,\n                    0\n                ],\n                [\n                    1702272300000,\n                    0\n                ],\n                [\n                    1702272000000,\n                    0\n                ],\n                [\n                    1702271700000,\n                    0\n                ],\n                [\n                    1702271400000,\n                    0\n                ],\n                [\n                    1702271100000,\n                    0\n                ],\n                [\n                    1702270800000,\n                    0\n                ],\n                [\n                    1702270500000,\n                    0\n                ],\n                [\n                    1702270200000,\n                    0\n                ],\n                [\n                    1702269900000,\n                    0\n                ],\n                [\n                    1702269600000,\n                    0\n                ],\n                [\n                    1702269300000,\n                    0\n                ],\n                [\n                    1702269000000,\n                    0\n                ],\n                [\n                    1702268700000,\n                    0\n                ],\n                [\n                    1702268400000,\n                    0\n                ],\n                [\n                    1702268100000,\n                    0\n                ],\n                [\n                    1702267800000,\n                    0\n                ],\n                [\n                    1702267500000,\n                    0\n                ],\n                [\n                    1702267200000,\n                    0\n                ],\n                [\n                    1702266900000,\n                    0\n                ],\n                [\n                    1702266600000,\n                    0\n                ],\n                [\n                    1702266300000,\n                    0\n                ],\n                [\n                    1702266000000,\n                    0\n                ],\n                [\n                    1702265700000,\n                    0\n                ],\n                [\n                    1702265400000,\n                    0\n                ],\n                [\n                    1702265100000,\n                    0\n                ],\n                [\n                    1702264800000,\n                    0\n                ],\n                [\n                    1702264500000,\n                    0\n                ],\n                [\n                    1702264200000,\n                    0\n                ],\n                [\n                    1702263900000,\n                    0\n                ],\n                [\n                    1702263600000,\n                    0\n                ],\n                [\n                    1702263300000,\n                    0\n                ],\n                [\n                    1702263000000,\n                    0\n                ],\n                [\n                    1702262700000,\n                    0\n                ],\n                [\n                    1702262400000,\n                    0\n                ],\n                [\n                    1702262100000,\n                    0\n                ],\n                [\n                    1702261800000,\n                    0\n                ],\n                [\n                    1702261500000,\n                    0\n                ],\n                [\n                    1702261200000,\n                    0\n                ],\n                [\n                    1702260900000,\n                    0\n                ],\n                [\n                    1702260600000,\n                    0\n                ],\n                [\n                    1702260300000,\n                    0\n                ],\n                [\n                    1702260000000,\n                    0\n                ],\n                [\n                    1702259700000,\n                    0\n                ],\n                [\n                    1702259400000,\n                    0\n                ],\n                [\n                    1702259100000,\n                    0\n                ],\n                [\n                    1702258800000,\n                    0\n                ],\n                [\n                    1702258500000,\n                    0\n                ],\n                [\n                    1702258200000,\n                    0\n                ],\n                [\n                    1702257900000,\n                    0\n                ],\n                [\n                    1702257600000,\n                    0\n                ],\n                [\n                    1702257300000,\n                    0\n                ],\n                [\n                    1702257000000,\n                    0\n                ],\n                [\n                    1702256700000,\n                    0\n                ],\n                [\n                    1702256400000,\n                    0\n                ],\n                [\n                    1702256100000,\n                    0\n                ],\n                [\n                    1702255800000,\n                    0\n                ],\n                [\n                    1702255500000,\n                    0\n                ],\n                [\n                    1702255200000,\n                    0\n                ],\n                [\n                    1702254900000,\n                    0\n                ],\n                [\n                    1702254600000,\n                    0\n                ],\n                [\n                    1702254300000,\n                    0\n                ],\n                [\n                    1702254000000,\n                    0\n                ],\n                [\n                    1702253700000,\n                    0\n                ],\n                [\n                    1702253400000,\n                    0\n                ],\n                [\n                    1702253100000,\n                    0\n                ],\n                [\n                    1702252800000,\n                    0\n                ],\n                [\n                    1702252500000,\n                    0\n                ],\n                [\n                    1702252200000,\n                    0\n                ],\n                [\n                    1702251900000,\n                    0\n                ],\n                [\n                    1702251600000,\n                    0\n                ],\n                [\n                    1702251300000,\n                    0\n                ],\n                [\n                    1702251000000,\n                    0\n                ],\n                [\n                    1702250700000,\n                    0\n                ],\n                [\n                    1702250400000,\n                    0\n                ],\n                [\n                    1702250100000,\n                    0\n                ],\n                [\n                    1702249800000,\n                    0\n                ],\n                [\n                    1702249500000,\n                    0\n                ],\n                [\n                    1702249200000,\n                    0\n                ],\n                [\n                    1702248900000,\n                    0\n                ],\n                [\n                    1702248600000,\n                    0\n                ],\n                [\n                    1702248300000,\n                    0\n                ],\n                [\n                    1702248000000,\n                    0\n                ],\n                [\n                    1702247700000,\n                    0\n                ],\n                [\n                    1702247400000,\n                    0\n                ],\n                [\n                    1702247100000,\n                    0\n                ],\n                [\n                    1702246800000,\n                    0\n                ],\n                [\n                    1702246500000,\n                    0\n                ],\n                [\n                    1702246200000,\n                    0\n                ],\n                [\n                    1702245900000,\n                    0\n                ],\n                [\n                    1702245600000,\n                    0\n                ],\n                [\n                    1702245300000,\n                    0\n                ],\n                [\n                    1702245000000,\n                    0\n                ],\n                [\n                    1702244700000,\n                    0\n                ],\n                [\n                    1702244400000,\n                    0\n                ],\n                [\n                    1702244100000,\n                    0\n                ],\n                [\n                    1702243800000,\n                    0\n                ],\n                [\n                    1702243500000,\n                    0\n                ],\n                [\n                    1702243200000,\n                    0\n                ],\n                [\n                    1702242900000,\n                    0\n                ],\n                [\n                    1702242600000,\n                    0\n                ],\n                [\n                    1702242300000,\n                    0\n                ],\n                [\n                    1702242000000,\n                    0\n                ],\n                [\n                    1702241700000,\n                    0\n                ],\n                [\n                    1702241400000,\n                    0\n                ],\n                [\n                    1702241100000,\n                    0\n                ],\n                [\n                    1702240800000,\n                    0\n                ],\n                [\n                    1702240500000,\n                    0\n                ],\n                [\n                    1702240200000,\n                    0\n                ],\n                [\n                    1702239900000,\n                    0\n                ],\n                [\n                    1702239600000,\n                    0\n                ],\n                [\n                    1702239300000,\n                    0\n                ],\n                [\n                    1702239000000,\n                    0\n                ],\n                [\n                    1702238700000,\n                    0\n                ],\n                [\n                    1702238400000,\n                    0\n                ],\n                [\n                    1702238100000,\n                    0\n                ],\n                [\n                    1702237800000,\n                    0\n                ],\n                [\n                    1702237500000,\n                    0\n                ],\n                [\n                    1702237200000,\n                    0\n                ],\n                [\n                    1702236900000,\n                    0\n                ],\n                [\n                    1702236600000,\n                    0\n                ],\n                [\n                    1702236300000,\n                    0\n                ],\n                [\n                    1702236000000,\n                    0\n                ],\n                [\n                    1702235700000,\n                    0\n                ],\n                [\n                    1702235400000,\n                    0\n                ],\n                [\n                    1702235100000,\n                    0\n                ],\n                [\n                    1702234800000,\n                    0\n                ],\n                [\n                    1702234500000,\n                    0\n                ],\n                [\n                    1702234200000,\n                    0\n                ],\n                [\n                    1702233900000,\n                    0\n                ],\n                [\n                    1702233600000,\n                    0\n                ],\n                [\n                    1702233300000,\n                    0\n                ],\n                [\n                    1702233000000,\n                    0\n                ],\n                [\n                    1702232700000,\n                    0\n                ],\n                [\n                    1702232400000,\n                    0\n                ],\n                [\n                    1702232100000,\n                    0\n                ],\n                [\n                    1702231800000,\n                    0\n                ],\n                [\n                    1702231500000,\n                    0\n                ],\n                [\n                    1702231200000,\n                    0\n                ],\n                [\n                    1702230900000,\n                    0\n                ],\n                [\n                    1702230600000,\n                    0\n                ],\n                [\n                    1702230300000,\n                    0\n                ],\n                [\n                    1702230000000,\n                    0\n                ],\n                [\n                    1702229700000,\n                    0\n                ],\n                [\n                    1702229400000,\n                    0\n                ],\n                [\n                    1702229100000,\n                    0\n                ],\n                [\n                    1702228800000,\n                    0\n                ],\n                [\n                    1702228500000,\n                    0\n                ],\n                [\n                    1702228200000,\n                    0\n                ],\n                [\n                    1702227900000,\n                    0\n                ],\n                [\n                    1702227600000,\n                    0\n                ],\n                [\n                    1702227300000,\n                    0\n                ],\n                [\n                    1702227000000,\n                    0\n                ],\n                [\n                    1702226700000,\n                    0\n                ],\n                [\n                    1702226400000,\n                    0\n                ],\n                [\n                    1702226100000,\n                    0\n                ],\n                [\n                    1702225800000,\n                    0\n                ],\n                [\n                    1702225500000,\n                    0\n                ],\n                [\n                    1702225200000,\n                    0\n                ],\n                [\n                    1702224900000,\n                    0\n                ],\n                [\n                    1702224600000,\n                    0\n                ],\n                [\n                    1702224300000,\n                    0\n                ],\n                [\n                    1702224000000,\n                    0\n                ],\n                [\n                    1702223700000,\n                    0\n                ],\n                [\n                    1702223400000,\n                    0\n                ],\n                [\n                    1702223100000,\n                    0\n                ],\n                [\n                    1702222800000,\n                    0\n                ],\n                [\n                    1702222500000,\n                    0\n                ],\n                [\n                    1702222200000,\n                    0\n                ],\n                [\n                    1702221900000,\n                    0\n                ],\n                [\n                    1702221600000,\n                    0\n                ],\n                [\n                    1702221300000,\n                    0\n                ],\n                [\n                    1702221000000,\n                    0\n                ],\n                [\n                    1702220700000,\n                    0\n                ],\n                [\n                    1702220400000,\n                    0\n                ],\n                [\n                    1702220100000,\n                    0\n                ],\n                [\n                    1702219800000,\n                    0\n                ],\n                [\n                    1702219500000,\n                    0\n                ],\n                [\n                    1702219200000,\n                    0\n                ],\n                [\n                    1702218900000,\n                    0\n                ],\n                [\n                    1702218600000,\n                    0\n                ],\n                [\n                    1702218300000,\n                    0\n                ],\n                [\n                    1702218000000,\n                    0\n                ],\n                [\n                    1702217700000,\n                    0\n                ],\n                [\n                    1702217400000,\n                    0\n                ],\n                [\n                    1702217100000,\n                    0\n                ],\n                [\n                    1702216800000,\n                    0\n                ],\n                [\n                    1702216500000,\n                    0\n                ],\n                [\n                    1702216200000,\n                    0\n                ],\n                [\n                    1702215900000,\n                    0\n                ],\n                [\n                    1702215600000,\n                    0\n                ],\n                [\n                    1702215300000,\n                    0\n                ],\n                [\n                    1702215000000,\n                    0\n                ],\n                [\n                    1702214700000,\n                    0\n                ],\n                [\n                    1702214400000,\n                    0\n                ],\n                [\n                    1702214100000,\n                    0\n                ],\n                [\n                    1702213800000,\n                    0\n                ],\n                [\n                    1702213500000,\n                    0\n                ],\n                [\n                    1702213200000,\n                    0\n                ],\n                [\n                    1702212900000,\n                    0\n                ],\n                [\n                    1702212600000,\n                    0\n                ],\n                [\n                    1702212300000,\n                    0\n                ],\n                [\n                    1702212000000,\n                    0\n                ],\n                [\n                    1702211700000,\n                    0\n                ],\n                [\n                    1702211400000,\n                    0\n                ],\n                [\n                    1702211100000,\n                    0\n                ],\n                [\n                    1702210800000,\n                    0\n                ],\n                [\n                    1702210500000,\n                    0\n                ],\n                [\n                    1702210200000,\n                    0\n                ],\n                [\n                    1702209900000,\n                    0\n                ],\n                [\n                    1702209600000,\n                    0\n                ],\n                [\n                    1702209300000,\n                    0\n                ],\n                [\n                    1702209000000,\n                    0\n                ],\n                [\n                    1702208700000,\n                    0\n                ],\n                [\n                    1702208400000,\n                    0\n                ],\n                [\n                    1702208100000,\n                    0\n                ],\n                [\n                    1702207800000,\n                    0\n                ],\n                [\n                    1702207500000,\n                    0\n                ],\n                [\n                    1702207200000,\n                    0\n                ],\n                [\n                    1702206900000,\n                    0\n                ],\n                [\n                    1702206600000,\n                    0\n                ],\n                [\n                    1702206300000,\n                    0\n                ],\n                [\n                    1702206000000,\n                    0\n                ],\n                [\n                    1702205700000,\n                    0\n                ],\n                [\n                    1702205400000,\n                    0\n                ],\n                [\n                    1702205100000,\n                    0\n                ],\n                [\n                    1702204800000,\n                    0\n                ],\n                [\n                    1702204500000,\n                    0\n                ],\n                [\n                    1702204200000,\n                    0\n                ],\n                [\n                    1702203900000,\n                    0\n                ],\n                [\n                    1702203600000,\n                    0\n                ],\n                [\n                    1702203300000,\n                    0\n                ],\n                [\n                    1702203000000,\n                    0\n                ],\n                [\n                    1702202700000,\n                    0\n                ],\n                [\n                    1702202400000,\n                    0\n                ],\n                [\n                    1702202100000,\n                    0\n                ],\n                [\n                    1702201800000,\n                    0\n                ],\n                [\n                    1702201500000,\n                    0\n                ],\n                [\n                    1702201200000,\n                    0\n                ],\n                [\n                    1702200900000,\n                    0\n                ],\n                [\n                    1702200600000,\n                    0\n                ],\n                [\n                    1702200300000,\n                    0\n                ],\n                [\n                    1702200000000,\n                    0\n                ],\n                [\n                    1702199700000,\n                    0\n                ],\n                [\n                    1702199400000,\n                    0\n                ],\n                [\n                    1702199100000,\n                    0\n                ],\n                [\n                    1702198800000,\n                    0\n                ],\n                [\n                    1702198500000,\n                    0\n                ],\n                [\n                    1702198200000,\n                    0\n                ],\n                [\n                    1702197900000,\n                    0\n                ],\n                [\n                    1702197600000,\n                    0\n                ],\n                [\n                    1702197300000,\n                    0\n                ],\n                [\n                    1702197000000,\n                    0\n                ],\n                [\n                    1702196700000,\n                    0\n                ],\n                [\n                    1702196400000,\n                    0\n                ],\n                [\n                    1702196100000,\n                    0\n                ],\n                [\n                    1702195800000,\n                    0\n                ],\n                [\n                    1702195500000,\n                    0\n                ],\n                [\n                    1702195200000,\n                    0\n                ],\n                [\n                    1702194900000,\n                    0\n                ],\n                [\n                    1702194600000,\n                    0\n                ],\n                [\n                    1702194300000,\n                    0\n                ],\n                [\n                    1702194000000,\n                    0\n                ],\n                [\n                    1702193700000,\n                    0\n                ],\n                [\n                    1702193400000,\n                    0\n                ],\n                [\n                    1702193100000,\n                    0\n                ],\n                [\n                    1702192800000,\n                    0\n                ],\n                [\n                    1702192500000,\n                    0\n                ],\n                [\n                    1702192200000,\n                    0\n                ],\n                [\n                    1702191900000,\n                    0\n                ],\n                [\n                    1702191600000,\n                    0\n                ],\n                [\n                    1702191300000,\n                    0\n                ],\n                [\n                    1702191000000,\n                    0\n                ],\n                [\n                    1702190700000,\n                    0\n                ],\n                [\n                    1702190400000,\n                    0\n                ],\n                [\n                    1702190100000,\n                    0\n                ],\n                [\n                    1702189800000,\n                    0\n                ],\n                [\n                    1702189500000,\n                    0\n                ],\n                [\n                    1702189200000,\n                    0\n                ],\n                [\n                    1702188900000,\n                    0\n                ],\n                [\n                    1702188600000,\n                    0\n                ],\n                [\n                    1702188300000,\n                    0\n                ],\n                [\n                    1702188000000,\n                    0\n                ],\n                [\n                    1702187700000,\n                    0\n                ],\n                [\n                    1702187400000,\n                    0\n                ],\n                [\n                    1702187100000,\n                    0\n                ],\n                [\n                    1702186800000,\n                    0\n                ],\n                [\n                    1702186500000,\n                    0\n                ],\n                [\n                    1702186200000,\n                    0\n                ],\n                [\n                    1702185900000,\n                    0\n                ],\n                [\n                    1702185600000,\n                    0\n                ],\n                [\n                    1702185300000,\n                    0\n                ],\n                [\n                    1702185000000,\n                    0\n                ],\n                [\n                    1702184700000,\n                    0\n                ],\n                [\n                    1702184400000,\n                    0\n                ],\n                [\n                    1702184100000,\n                    0\n                ],\n                [\n                    1702183800000,\n                    0\n                ],\n                [\n                    1702183500000,\n                    0\n                ],\n                [\n                    1702183200000,\n                    0\n                ],\n                [\n                    1702182900000,\n                    0\n                ],\n                [\n                    1702182600000,\n                    0\n                ],\n                [\n                    1702182300000,\n                    0\n                ],\n                [\n                    1702182000000,\n                    0\n                ],\n                [\n                    1702181700000,\n                    0\n                ],\n                [\n                    1702181400000,\n                    0\n                ],\n                [\n                    1702181100000,\n                    0\n                ],\n                [\n                    1702180800000,\n                    0\n                ],\n                [\n                    1702180500000,\n                    0\n                ],\n                [\n                    1702180200000,\n                    0\n                ],\n                [\n                    1702179900000,\n                    0\n                ],\n                [\n                    1702179600000,\n                    0\n                ],\n                [\n                    1702179300000,\n                    0\n                ],\n                [\n                    1702179000000,\n                    0\n                ],\n                [\n                    1702178700000,\n                    0\n                ],\n                [\n                    1702178400000,\n                    0\n                ],\n                [\n                    1702178100000,\n                    0\n                ],\n                [\n                    1702177800000,\n                    0\n                ],\n                [\n                    1702177500000,\n                    0\n                ],\n                [\n                    1702177200000,\n                    0\n                ],\n                [\n                    1702176900000,\n                    0\n                ],\n                [\n                    1702176600000,\n                    0\n                ],\n                [\n                    1702176300000,\n                    0\n                ],\n                [\n                    1702176000000,\n                    0\n                ],\n                [\n                    1702175700000,\n                    0\n                ],\n                [\n                    1702175400000,\n                    0\n                ],\n                [\n                    1702175100000,\n                    0\n                ],\n                [\n                    1702174800000,\n                    0\n                ],\n                [\n                    1702174500000,\n                    0\n                ],\n                [\n                    1702174200000,\n                    0\n                ],\n                [\n                    1702173900000,\n                    0\n                ],\n                [\n                    1702173600000,\n                    0\n                ],\n                [\n                    1702173300000,\n                    0\n                ],\n                [\n                    1702173000000,\n                    0\n                ],\n                [\n                    1702172700000,\n                    0\n                ],\n                [\n                    1702172400000,\n                    0\n                ],\n                [\n                    1702172100000,\n                    0\n                ],\n                [\n                    1702171800000,\n                    0\n                ],\n                [\n                    1702171500000,\n                    0\n                ],\n                [\n                    1702171200000,\n                    0\n                ],\n                [\n                    1702170900000,\n                    0\n                ],\n                [\n                    1702170600000,\n                    0\n                ],\n                [\n                    1702170300000,\n                    0\n                ],\n                [\n                    1702170000000,\n                    0\n                ],\n                [\n                    1702169700000,\n                    0\n                ],\n                [\n                    1702169400000,\n                    0\n                ],\n                [\n                    1702169100000,\n                    0\n                ],\n                [\n                    1702168800000,\n                    0\n                ],\n                [\n                    1702168500000,\n                    0\n                ],\n                [\n                    1702168200000,\n                    0\n                ],\n                [\n                    1702167900000,\n                    0\n                ],\n                [\n                    1702167600000,\n                    0\n                ],\n                [\n                    1702167300000,\n                    0\n                ],\n                [\n                    1702167000000,\n                    0\n                ],\n                [\n                    1702166700000,\n                    0\n                ],\n                [\n                    1702166400000,\n                    0\n                ],\n                [\n                    1702166100000,\n                    0\n                ],\n                [\n                    1702165800000,\n                    0\n                ],\n                [\n                    1702165500000,\n                    0\n                ],\n                [\n                    1702165200000,\n                    0\n                ],\n                [\n                    1702164900000,\n                    0\n                ],\n                [\n                    1702164600000,\n                    0\n                ],\n                [\n                    1702164300000,\n                    0\n                ],\n                [\n                    1702164000000,\n                    0\n                ],\n                [\n                    1702163700000,\n                    0\n                ],\n                [\n                    1702163400000,\n                    0\n                ],\n                [\n                    1702163100000,\n                    0\n                ],\n                [\n                    1702162800000,\n                    0\n                ],\n                [\n                    1702162500000,\n                    0\n                ],\n                [\n                    1702162200000,\n                    0\n                ],\n                [\n                    1702161900000,\n                    0\n                ],\n                [\n                    1702161600000,\n                    0\n                ],\n                [\n                    1702161300000,\n                    0\n                ],\n                [\n                    1702161000000,\n                    0\n                ],\n                [\n                    1702160700000,\n                    0\n                ],\n                [\n                    1702160400000,\n                    0\n                ],\n                [\n                    1702160100000,\n                    0\n                ],\n                [\n                    1702159800000,\n                    0\n                ],\n                [\n                    1702159500000,\n                    0\n                ],\n                [\n                    1702159200000,\n                    0\n                ],\n                [\n                    1702158900000,\n                    0\n                ],\n                [\n                    1702158600000,\n                    0\n                ],\n                [\n                    1702158300000,\n                    0\n                ],\n                [\n                    1702158000000,\n                    0\n                ],\n                [\n                    1702157700000,\n                    0\n                ],\n                [\n                    1702157400000,\n                    0\n                ],\n                [\n                    1702157100000,\n                    0\n                ],\n                [\n                    1702156800000,\n                    0\n                ],\n                [\n                    1702156500000,\n                    0\n                ],\n                [\n                    1702156200000,\n                    0\n                ],\n                [\n                    1702155900000,\n                    0\n                ],\n                [\n                    1702155600000,\n                    0\n                ],\n                [\n                    1702155300000,\n                    0\n                ],\n                [\n                    1702155000000,\n                    0\n                ],\n                [\n                    1702154700000,\n                    0\n                ],\n                [\n                    1702154400000,\n                    0\n                ],\n                [\n                    1702154100000,\n                    0\n                ],\n                [\n                    1702153800000,\n                    0\n                ],\n                [\n                    1702153500000,\n                    0\n                ],\n                [\n                    1702153200000,\n                    0\n                ],\n                [\n                    1702152900000,\n                    0\n                ],\n                [\n                    1702152600000,\n                    0\n                ],\n                [\n                    1702152300000,\n                    0\n                ],\n                [\n                    1702152000000,\n                    0\n                ],\n                [\n                    1702151700000,\n                    0\n                ],\n                [\n                    1702151400000,\n                    0\n                ],\n                [\n                    1702151100000,\n                    0\n                ],\n                [\n                    1702150800000,\n                    0\n                ],\n                [\n                    1702150500000,\n                    0\n                ],\n                [\n                    1702150200000,\n                    0\n                ],\n                [\n                    1702149900000,\n                    0\n                ],\n                [\n                    1702149600000,\n                    0\n                ],\n                [\n                    1702149300000,\n                    0\n                ],\n                [\n                    1702149000000,\n                    0\n                ],\n                [\n                    1702148700000,\n                    0\n                ],\n                [\n                    1702148400000,\n                    0\n                ],\n                [\n                    1702148100000,\n                    0\n                ],\n                [\n                    1702147800000,\n                    0\n                ],\n                [\n                    1702147500000,\n                    0\n                ],\n                [\n                    1702147200000,\n                    0\n                ],\n                [\n                    1702146900000,\n                    0\n                ],\n                [\n                    1702146600000,\n                    0\n                ],\n                [\n                    1702146300000,\n                    0\n                ],\n                [\n                    1702146000000,\n                    0\n                ],\n                [\n                    1702145700000,\n                    0\n                ],\n                [\n                    1702145400000,\n                    0\n                ],\n                [\n                    1702145100000,\n                    0\n                ],\n                [\n                    1702144800000,\n                    0\n                ],\n                [\n                    1702144500000,\n                    0\n                ],\n                [\n                    1702144200000,\n                    0\n                ],\n                [\n                    1702143900000,\n                    0\n                ],\n                [\n                    1702143600000,\n                    0\n                ],\n                [\n                    1702143300000,\n                    0\n                ],\n                [\n                    1702143000000,\n                    0\n                ],\n                [\n                    1702142700000,\n                    0\n                ],\n                [\n                    1702142400000,\n                    0\n                ],\n                [\n                    1702142100000,\n                    0\n                ],\n                [\n                    1702141800000,\n                    0\n                ],\n                [\n                    1702141500000,\n                    0\n                ],\n                [\n                    1702141200000,\n                    0\n                ],\n                [\n                    1702140900000,\n                    0\n                ],\n                [\n                    1702140600000,\n                    0\n                ],\n                [\n                    1702140300000,\n                    0\n                ],\n                [\n                    1702140000000,\n                    0\n                ],\n                [\n                    1702139700000,\n                    0\n                ],\n                [\n                    1702139400000,\n                    0\n                ],\n                [\n                    1702139100000,\n                    0\n                ],\n                [\n                    1702138800000,\n                    0\n                ],\n                [\n                    1702138500000,\n                    0\n                ],\n                [\n                    1702138200000,\n                    0\n                ],\n                [\n                    1702137900000,\n                    0\n                ],\n                [\n                    1702137600000,\n                    0\n                ],\n                [\n                    1702137300000,\n                    0\n                ],\n                [\n                    1702137000000,\n                    0\n                ],\n                [\n                    1702136700000,\n                    0\n                ],\n                [\n                    1702136400000,\n                    0\n                ],\n                [\n                    1702136100000,\n                    0\n                ],\n                [\n                    1702135800000,\n                    0\n                ],\n                [\n                    1702135500000,\n                    0\n                ],\n                [\n                    1702135200000,\n                    0\n                ],\n                [\n                    1702134900000,\n                    0\n                ],\n                [\n                    1702134600000,\n                    0\n                ],\n                [\n                    1702134300000,\n                    0\n                ],\n                [\n                    1702134000000,\n                    0\n                ],\n                [\n                    1702133700000,\n                    0\n                ],\n                [\n                    1702133400000,\n                    0\n                ],\n                [\n                    1702133100000,\n                    0\n                ],\n                [\n                    1702132800000,\n                    0\n                ],\n                [\n                    1702132500000,\n                    0\n                ],\n                [\n                    1702132200000,\n                    0\n                ],\n                [\n                    1702131900000,\n                    0\n                ],\n                [\n                    1702131600000,\n                    0\n                ],\n                [\n                    1702131300000,\n                    0\n                ],\n                [\n                    1702131000000,\n                    0\n                ],\n                [\n                    1702130700000,\n                    0\n                ],\n                [\n                    1702130400000,\n                    0\n                ],\n                [\n                    1702130100000,\n                    0\n                ],\n                [\n                    1702129800000,\n                    0\n                ],\n                [\n                    1702129500000,\n                    0\n                ],\n                [\n                    1702129200000,\n                    0\n                ],\n                [\n                    1702128900000,\n                    0\n                ],\n                [\n                    1702128600000,\n                    0\n                ],\n                [\n                    1702128300000,\n                    0\n                ],\n                [\n                    1702128000000,\n                    0\n                ],\n                [\n                    1702127700000,\n                    0\n                ],\n                [\n                    1702127400000,\n                    0\n                ],\n                [\n                    1702127100000,\n                    0\n                ],\n                [\n                    1702126800000,\n                    0\n                ],\n                [\n                    1702126500000,\n                    0\n                ],\n                [\n                    1702126200000,\n                    0\n                ],\n                [\n                    1702125900000,\n                    0\n                ],\n                [\n                    1702125600000,\n                    0\n                ],\n                [\n                    1702125300000,\n                    0\n                ],\n                [\n                    1702125000000,\n                    0\n                ],\n                [\n                    1702124700000,\n                    0\n                ],\n                [\n                    1702124400000,\n                    0\n                ],\n                [\n                    1702124100000,\n                    0\n                ],\n                [\n                    1702123800000,\n                    0\n                ],\n                [\n                    1702123500000,\n                    0\n                ],\n                [\n                    1702123200000,\n                    0\n                ],\n                [\n                    1702122900000,\n                    0\n                ],\n                [\n                    1702122600000,\n                    0\n                ],\n                [\n                    1702122300000,\n                    0\n                ],\n                [\n                    1702122000000,\n                    0\n                ],\n                [\n                    1702121700000,\n                    0\n                ],\n                [\n                    1702121400000,\n                    0\n                ],\n                [\n                    1702121100000,\n                    0\n                ],\n                [\n                    1702120800000,\n                    0\n                ],\n                [\n                    1702120500000,\n                    0\n                ],\n                [\n                    1702120200000,\n                    0\n                ],\n                [\n                    1702119900000,\n                    0\n                ],\n                [\n                    1702119600000,\n                    0\n                ],\n                [\n                    1702119300000,\n                    0\n                ],\n                [\n                    1702119000000,\n                    0\n                ],\n                [\n                    1702118700000,\n                    0\n                ],\n                [\n                    1702118400000,\n                    0\n                ],\n                [\n                    1702118100000,\n                    0\n                ],\n                [\n                    1702117800000,\n                    0\n                ],\n                [\n                    1702117500000,\n                    0\n                ],\n                [\n                    1702117200000,\n                    0\n                ],\n                [\n                    1702116900000,\n                    0\n                ],\n                [\n                    1702116600000,\n                    0\n                ],\n                [\n                    1702116300000,\n                    0\n                ],\n                [\n                    1702116000000,\n                    0\n                ],\n                [\n                    1702115700000,\n                    0\n                ],\n                [\n                    1702115400000,\n                    0\n                ],\n                [\n                    1702115100000,\n                    0\n                ],\n                [\n                    1702114800000,\n                    0\n                ],\n                [\n                    1702114500000,\n                    0\n                ],\n                [\n                    1702114200000,\n                    0\n                ],\n                [\n                    1702113900000,\n                    0\n                ],\n                [\n                    1702113600000,\n                    0\n                ],\n                [\n                    1702113300000,\n                    0\n                ],\n                [\n                    1702113000000,\n                    0\n                ],\n                [\n                    1702112700000,\n                    0\n                ],\n                [\n                    1702112400000,\n                    0\n                ],\n                [\n                    1702112100000,\n                    0\n                ],\n                [\n                    1702111800000,\n                    0\n                ],\n                [\n                    1702111500000,\n                    0\n                ],\n                [\n                    1702111200000,\n                    0\n                ],\n                [\n                    1702110900000,\n                    0\n                ],\n                [\n                    1702110600000,\n                    0\n                ],\n                [\n                    1702110300000,\n                    0\n                ],\n                [\n                    1702110000000,\n                    0\n                ],\n                [\n                    1702109700000,\n                    0\n                ],\n                [\n                    1702109400000,\n                    0\n                ],\n                [\n                    1702109100000,\n                    0\n                ],\n                [\n                    1702108800000,\n                    0\n                ],\n                [\n                    1702108500000,\n                    0\n                ],\n                [\n                    1702108200000,\n                    0\n                ],\n                [\n                    1702107900000,\n                    0\n                ],\n                [\n                    1702107600000,\n                    0\n                ],\n                [\n                    1702107300000,\n                    0\n                ],\n                [\n                    1702107000000,\n                    0\n                ],\n                [\n                    1702106700000,\n                    0\n                ],\n                [\n                    1702106400000,\n                    0\n                ],\n                [\n                    1702106100000,\n                    0\n                ],\n                [\n                    1702105800000,\n                    0\n                ],\n                [\n                    1702105500000,\n                    0\n                ],\n                [\n                    1702105200000,\n                    0\n                ],\n                [\n                    1702104900000,\n                    0\n                ],\n                [\n                    1702104600000,\n                    0\n                ],\n                [\n                    1702104300000,\n                    0\n                ],\n                [\n                    1702104000000,\n                    0\n                ],\n                [\n                    1702103700000,\n                    0\n                ],\n                [\n                    1702103400000,\n                    0\n                ],\n                [\n                    1702103100000,\n                    0\n                ],\n                [\n                    1702102800000,\n                    0\n                ],\n                [\n                    1702102500000,\n                    0\n                ],\n                [\n                    1702102200000,\n                    0\n                ]\n            ],\n            \"unit\": {\n                \"name\": \"Mbps\",\n                \"fullName\": \"Megabits per second\"\n            }\n        },\n        {\n            \"type\": \"PACKETS\",\n            \"subtype\": \"Out\",\n            \"samples\": [\n                [\n                    1702274700000,\n                    0\n                ],\n                [\n                    1702274400000,\n                    0\n                ],\n                [\n                    1702274100000,\n                    0\n                ],\n                [\n                    1702273800000,\n                    0\n                ],\n                [\n                    1702273500000,\n                    0\n                ],\n                [\n                    1702273200000,\n                    0\n                ],\n                [\n                    1702272900000,\n                    0\n                ],\n                [\n                    1702272600000,\n                    0\n                ],\n                [\n                    1702272300000,\n                    0\n                ],\n                [\n                    1702272000000,\n                    0\n                ],\n                [\n                    1702271700000,\n                    0\n                ],\n                [\n                    1702271400000,\n                    0\n                ],\n                [\n                    1702271100000,\n                    0\n                ],\n                [\n                    1702270800000,\n                    0\n                ],\n                [\n                    1702270500000,\n                    0\n                ],\n                [\n                    1702270200000,\n                    0\n                ],\n                [\n                    1702269900000,\n                    0\n                ],\n                [\n                    1702269600000,\n                    0\n                ],\n                [\n                    1702269300000,\n                    0\n                ],\n                [\n                    1702269000000,\n                    0\n                ],\n                [\n                    1702268700000,\n                    0\n                ],\n                [\n                    1702268400000,\n                    0\n                ],\n                [\n                    1702268100000,\n                    0\n                ],\n                [\n                    1702267800000,\n                    0\n                ],\n                [\n                    1702267500000,\n                    0\n                ],\n                [\n                    1702267200000,\n                    0\n                ],\n                [\n                    1702266900000,\n                    0\n                ],\n                [\n                    1702266600000,\n                    0\n                ],\n                [\n                    1702266300000,\n                    0\n                ],\n                [\n                    1702266000000,\n                    0\n                ],\n                [\n                    1702265700000,\n                    0\n                ],\n                [\n                    1702265400000,\n                    0\n                ],\n                [\n                    1702265100000,\n                    0\n                ],\n                [\n                    1702264800000,\n                    0\n                ],\n                [\n                    1702264500000,\n                    0\n                ],\n                [\n                    1702264200000,\n                    0\n                ],\n                [\n                    1702263900000,\n                    0\n                ],\n                [\n                    1702263600000,\n                    0\n                ],\n                [\n                    1702263300000,\n                    0\n                ],\n                [\n                    1702263000000,\n                    0\n                ],\n                [\n                    1702262700000,\n                    0\n                ],\n                [\n                    1702262400000,\n                    0\n                ],\n                [\n                    1702262100000,\n                    0\n                ],\n                [\n                    1702261800000,\n                    0\n                ],\n                [\n                    1702261500000,\n                    0\n                ],\n                [\n                    1702261200000,\n                    0\n                ],\n                [\n                    1702260900000,\n                    0\n                ],\n                [\n                    1702260600000,\n                    0\n                ],\n                [\n                    1702260300000,\n                    0\n                ],\n                [\n                    1702260000000,\n                    0\n                ],\n                [\n                    1702259700000,\n                    0\n                ],\n                [\n                    1702259400000,\n                    0\n                ],\n                [\n                    1702259100000,\n                    0\n                ],\n                [\n                    1702258800000,\n                    0\n                ],\n                [\n                    1702258500000,\n                    0\n                ],\n                [\n                    1702258200000,\n                    0\n                ],\n                [\n                    1702257900000,\n                    0\n                ],\n                [\n                    1702257600000,\n                    0\n                ],\n                [\n                    1702257300000,\n                    0\n                ],\n                [\n                    1702257000000,\n                    0\n                ],\n                [\n                    1702256700000,\n                    0\n                ],\n                [\n                    1702256400000,\n                    0\n                ],\n                [\n                    1702256100000,\n                    0\n                ],\n                [\n                    1702255800000,\n                    0\n                ],\n                [\n                    1702255500000,\n                    0\n                ],\n                [\n                    1702255200000,\n                    0\n                ],\n                [\n                    1702254900000,\n                    0\n                ],\n                [\n                    1702254600000,\n                    0\n                ],\n                [\n                    1702254300000,\n                    0\n                ],\n                [\n                    1702254000000,\n                    0\n                ],\n                [\n                    1702253700000,\n                    0\n                ],\n                [\n                    1702253400000,\n                    0\n                ],\n                [\n                    1702253100000,\n                    0\n                ],\n                [\n                    1702252800000,\n                    0\n                ],\n                [\n                    1702252500000,\n                    0\n                ],\n                [\n                    1702252200000,\n                    0\n                ],\n                [\n                    1702251900000,\n                    0\n                ],\n                [\n                    1702251600000,\n                    0\n                ],\n                [\n                    1702251300000,\n                    0\n                ],\n                [\n                    1702251000000,\n                    0\n                ],\n                [\n                    1702250700000,\n                    0\n                ],\n                [\n                    1702250400000,\n                    0\n                ],\n                [\n                    1702250100000,\n                    0\n                ],\n                [\n                    1702249800000,\n                    0\n                ],\n                [\n                    1702249500000,\n                    0\n                ],\n                [\n                    1702249200000,\n                    0\n                ],\n                [\n                    1702248900000,\n                    0\n                ],\n                [\n                    1702248600000,\n                    0\n                ],\n                [\n                    1702248300000,\n                    0\n                ],\n                [\n                    1702248000000,\n                    0\n                ],\n                [\n                    1702247700000,\n                    0\n                ],\n                [\n                    1702247400000,\n                    0\n                ],\n                [\n                    1702247100000,\n                    0\n                ],\n                [\n                    1702246800000,\n                    0\n                ],\n                [\n                    1702246500000,\n                    0\n                ],\n                [\n                    1702246200000,\n                    0\n                ],\n                [\n                    1702245900000,\n                    0\n                ],\n                [\n                    1702245600000,\n                    0\n                ],\n                [\n                    1702245300000,\n                    0\n                ],\n                [\n                    1702245000000,\n                    0\n                ],\n                [\n                    1702244700000,\n                    0\n                ],\n                [\n                    1702244400000,\n                    0\n                ],\n                [\n                    1702244100000,\n                    0\n                ],\n                [\n                    1702243800000,\n                    0\n                ],\n                [\n                    1702243500000,\n                    0\n                ],\n                [\n                    1702243200000,\n                    0\n                ],\n                [\n                    1702242900000,\n                    0\n                ],\n                [\n                    1702242600000,\n                    0\n                ],\n                [\n                    1702242300000,\n                    0\n                ],\n                [\n                    1702242000000,\n                    0\n                ],\n                [\n                    1702241700000,\n                    0\n                ],\n                [\n                    1702241400000,\n                    0\n                ],\n                [\n                    1702241100000,\n                    0\n                ],\n                [\n                    1702240800000,\n                    0\n                ],\n                [\n                    1702240500000,\n                    0\n                ],\n                [\n                    1702240200000,\n                    0\n                ],\n                [\n                    1702239900000,\n                    0\n                ],\n                [\n                    1702239600000,\n                    0\n                ],\n                [\n                    1702239300000,\n                    0\n                ],\n                [\n                    1702239000000,\n                    0\n                ],\n                [\n                    1702238700000,\n                    0\n                ],\n                [\n                    1702238400000,\n                    0\n                ],\n                [\n                    1702238100000,\n                    0\n                ],\n                [\n                    1702237800000,\n                    0\n                ],\n                [\n                    1702237500000,\n                    0\n                ],\n                [\n                    1702237200000,\n                    0\n                ],\n                [\n                    1702236900000,\n                    0\n                ],\n                [\n                    1702236600000,\n                    0\n                ],\n                [\n                    1702236300000,\n                    0\n                ],\n                [\n                    1702236000000,\n                    0\n                ],\n                [\n                    1702235700000,\n                    0\n                ],\n                [\n                    1702235400000,\n                    0\n                ],\n                [\n                    1702235100000,\n                    0\n                ],\n                [\n                    1702234800000,\n                    0\n                ],\n                [\n                    1702234500000,\n                    0\n                ],\n                [\n                    1702234200000,\n                    0\n                ],\n                [\n                    1702233900000,\n                    0\n                ],\n                [\n                    1702233600000,\n                    0\n                ],\n                [\n                    1702233300000,\n                    0\n                ],\n                [\n                    1702233000000,\n                    0\n                ],\n                [\n                    1702232700000,\n                    0\n                ],\n                [\n                    1702232400000,\n                    0\n                ],\n                [\n                    1702232100000,\n                    0\n                ],\n                [\n                    1702231800000,\n                    0\n                ],\n                [\n                    1702231500000,\n                    0\n                ],\n                [\n                    1702231200000,\n                    0\n                ],\n                [\n                    1702230900000,\n                    0\n                ],\n                [\n                    1702230600000,\n                    0\n                ],\n                [\n                    1702230300000,\n                    0\n                ],\n                [\n                    1702230000000,\n                    0\n                ],\n                [\n                    1702229700000,\n                    0\n                ],\n                [\n                    1702229400000,\n                    0\n                ],\n                [\n                    1702229100000,\n                    0\n                ],\n                [\n                    1702228800000,\n                    0\n                ],\n                [\n                    1702228500000,\n                    0\n                ],\n                [\n                    1702228200000,\n                    0\n                ],\n                [\n                    1702227900000,\n                    0\n                ],\n                [\n                    1702227600000,\n                    0\n                ],\n                [\n                    1702227300000,\n                    0\n                ],\n                [\n                    1702227000000,\n                    0\n                ],\n                [\n                    1702226700000,\n                    0\n                ],\n                [\n                    1702226400000,\n                    0\n                ],\n                [\n                    1702226100000,\n                    0\n                ],\n                [\n                    1702225800000,\n                    0\n                ],\n                [\n                    1702225500000,\n                    0\n                ],\n                [\n                    1702225200000,\n                    0\n                ],\n                [\n                    1702224900000,\n                    0\n                ],\n                [\n                    1702224600000,\n                    0\n                ],\n                [\n                    1702224300000,\n                    0\n                ],\n                [\n                    1702224000000,\n                    0\n                ],\n                [\n                    1702223700000,\n                    0\n                ],\n                [\n                    1702223400000,\n                    0\n                ],\n                [\n                    1702223100000,\n                    0\n                ],\n                [\n                    1702222800000,\n                    0\n                ],\n                [\n                    1702222500000,\n                    0\n                ],\n                [\n                    1702222200000,\n                    0\n                ],\n                [\n                    1702221900000,\n                    0\n                ],\n                [\n                    1702221600000,\n                    0\n                ],\n                [\n                    1702221300000,\n                    0\n                ],\n                [\n                    1702221000000,\n                    0\n                ],\n                [\n                    1702220700000,\n                    0\n                ],\n                [\n                    1702220400000,\n                    0\n                ],\n                [\n                    1702220100000,\n                    0\n                ],\n                [\n                    1702219800000,\n                    0\n                ],\n                [\n                    1702219500000,\n                    0\n                ],\n                [\n                    1702219200000,\n                    0\n                ],\n                [\n                    1702218900000,\n                    0\n                ],\n                [\n                    1702218600000,\n                    0\n                ],\n                [\n                    1702218300000,\n                    0\n                ],\n                [\n                    1702218000000,\n                    0\n                ],\n                [\n                    1702217700000,\n                    0\n                ],\n                [\n                    1702217400000,\n                    0\n                ],\n                [\n                    1702217100000,\n                    0\n                ],\n                [\n                    1702216800000,\n                    0\n                ],\n                [\n                    1702216500000,\n                    0\n                ],\n                [\n                    1702216200000,\n                    0\n                ],\n                [\n                    1702215900000,\n                    0\n                ],\n                [\n                    1702215600000,\n                    0\n                ],\n                [\n                    1702215300000,\n                    0\n                ],\n                [\n                    1702215000000,\n                    0\n                ],\n                [\n                    1702214700000,\n                    0\n                ],\n                [\n                    1702214400000,\n                    0\n                ],\n                [\n                    1702214100000,\n                    0\n                ],\n                [\n                    1702213800000,\n                    0\n                ],\n                [\n                    1702213500000,\n                    0\n                ],\n                [\n                    1702213200000,\n                    0\n                ],\n                [\n                    1702212900000,\n                    0\n                ],\n                [\n                    1702212600000,\n                    0\n                ],\n                [\n                    1702212300000,\n                    0\n                ],\n                [\n                    1702212000000,\n                    0\n                ],\n                [\n                    1702211700000,\n                    0\n                ],\n                [\n                    1702211400000,\n                    0\n                ],\n                [\n                    1702211100000,\n                    0\n                ],\n                [\n                    1702210800000,\n                    0\n                ],\n                [\n                    1702210500000,\n                    0\n                ],\n                [\n                    1702210200000,\n                    0\n                ],\n                [\n                    1702209900000,\n                    0\n                ],\n                [\n                    1702209600000,\n                    0\n                ],\n                [\n                    1702209300000,\n                    0\n                ],\n                [\n                    1702209000000,\n                    0\n                ],\n                [\n                    1702208700000,\n                    0\n                ],\n                [\n                    1702208400000,\n                    0\n                ],\n                [\n                    1702208100000,\n                    0\n                ],\n                [\n                    1702207800000,\n                    0\n                ],\n                [\n                    1702207500000,\n                    0\n                ],\n                [\n                    1702207200000,\n                    0\n                ],\n                [\n                    1702206900000,\n                    0\n                ],\n                [\n                    1702206600000,\n                    0\n                ],\n                [\n                    1702206300000,\n                    0\n                ],\n                [\n                    1702206000000,\n                    0\n                ],\n                [\n                    1702205700000,\n                    0\n                ],\n                [\n                    1702205400000,\n                    0\n                ],\n                [\n                    1702205100000,\n                    0\n                ],\n                [\n                    1702204800000,\n                    0\n                ],\n                [\n                    1702204500000,\n                    0\n                ],\n                [\n                    1702204200000,\n                    0\n                ],\n                [\n                    1702203900000,\n                    0\n                ],\n                [\n                    1702203600000,\n                    0\n                ],\n                [\n                    1702203300000,\n                    0\n                ],\n                [\n                    1702203000000,\n                    0\n                ],\n                [\n                    1702202700000,\n                    0\n                ],\n                [\n                    1702202400000,\n                    0\n                ],\n                [\n                    1702202100000,\n                    0\n                ],\n                [\n                    1702201800000,\n                    0\n                ],\n                [\n                    1702201500000,\n                    0\n                ],\n                [\n                    1702201200000,\n                    0\n                ],\n                [\n                    1702200900000,\n                    0\n                ],\n                [\n                    1702200600000,\n                    0\n                ],\n                [\n                    1702200300000,\n                    0\n                ],\n                [\n                    1702200000000,\n                    0\n                ],\n                [\n                    1702199700000,\n                    0\n                ],\n                [\n                    1702199400000,\n                    0\n                ],\n                [\n                    1702199100000,\n                    0\n                ],\n                [\n                    1702198800000,\n                    0\n                ],\n                [\n                    1702198500000,\n                    0\n                ],\n                [\n                    1702198200000,\n                    0\n                ],\n                [\n                    1702197900000,\n                    0\n                ],\n                [\n                    1702197600000,\n                    0\n                ],\n                [\n                    1702197300000,\n                    0\n                ],\n                [\n                    1702197000000,\n                    0\n                ],\n                [\n                    1702196700000,\n                    0\n                ],\n                [\n                    1702196400000,\n                    0\n                ],\n                [\n                    1702196100000,\n                    0\n                ],\n                [\n                    1702195800000,\n                    0\n                ],\n                [\n                    1702195500000,\n                    0\n                ],\n                [\n                    1702195200000,\n                    0\n                ],\n                [\n                    1702194900000,\n                    0\n                ],\n                [\n                    1702194600000,\n                    0\n                ],\n                [\n                    1702194300000,\n                    0\n                ],\n                [\n                    1702194000000,\n                    0\n                ],\n                [\n                    1702193700000,\n                    0\n                ],\n                [\n                    1702193400000,\n                    0\n                ],\n                [\n                    1702193100000,\n                    0\n                ],\n                [\n                    1702192800000,\n                    0\n                ],\n                [\n                    1702192500000,\n                    0\n                ],\n                [\n                    1702192200000,\n                    0\n                ],\n                [\n                    1702191900000,\n                    0\n                ],\n                [\n                    1702191600000,\n                    0\n                ],\n                [\n                    1702191300000,\n                    0\n                ],\n                [\n                    1702191000000,\n                    0\n                ],\n                [\n                    1702190700000,\n                    0\n                ],\n                [\n                    1702190400000,\n                    0\n                ],\n                [\n                    1702190100000,\n                    0\n                ],\n                [\n                    1702189800000,\n                    0\n                ],\n                [\n                    1702189500000,\n                    0\n                ],\n                [\n                    1702189200000,\n                    0\n                ],\n                [\n                    1702188900000,\n                    0\n                ],\n                [\n                    1702188600000,\n                    0\n                ],\n                [\n                    1702188300000,\n                    0\n                ],\n                [\n                    1702188000000,\n                    0\n                ],\n                [\n                    1702187700000,\n                    0\n                ],\n                [\n                    1702187400000,\n                    0\n                ],\n                [\n                    1702187100000,\n                    0\n                ],\n                [\n                    1702186800000,\n                    0\n                ],\n                [\n                    1702186500000,\n                    0\n                ],\n                [\n                    1702186200000,\n                    0\n                ],\n                [\n                    1702185900000,\n                    0\n                ],\n                [\n                    1702185600000,\n                    0\n                ],\n                [\n                    1702185300000,\n                    0\n                ],\n                [\n                    1702185000000,\n                    0\n                ],\n                [\n                    1702184700000,\n                    0\n                ],\n                [\n                    1702184400000,\n                    0\n                ],\n                [\n                    1702184100000,\n                    0\n                ],\n                [\n                    1702183800000,\n                    0\n                ],\n                [\n                    1702183500000,\n                    0\n                ],\n                [\n                    1702183200000,\n                    0\n                ],\n                [\n                    1702182900000,\n                    0\n                ],\n                [\n                    1702182600000,\n                    0\n                ],\n                [\n                    1702182300000,\n                    0\n                ],\n                [\n                    1702182000000,\n                    0\n                ],\n                [\n                    1702181700000,\n                    0\n                ],\n                [\n                    1702181400000,\n                    0\n                ],\n                [\n                    1702181100000,\n                    0\n                ],\n                [\n                    1702180800000,\n                    0\n                ],\n                [\n                    1702180500000,\n                    0\n                ],\n                [\n                    1702180200000,\n                    0\n                ],\n                [\n                    1702179900000,\n                    0\n                ],\n                [\n                    1702179600000,\n                    0\n                ],\n                [\n                    1702179300000,\n                    0\n                ],\n                [\n                    1702179000000,\n                    0\n                ],\n                [\n                    1702178700000,\n                    0\n                ],\n                [\n                    1702178400000,\n                    0\n                ],\n                [\n                    1702178100000,\n                    0\n                ],\n                [\n                    1702177800000,\n                    0\n                ],\n                [\n                    1702177500000,\n                    0\n                ],\n                [\n                    1702177200000,\n                    0\n                ],\n                [\n                    1702176900000,\n                    0\n                ],\n                [\n                    1702176600000,\n                    0\n                ],\n                [\n                    1702176300000,\n                    0\n                ],\n                [\n                    1702176000000,\n                    0\n                ],\n                [\n                    1702175700000,\n                    0\n                ],\n                [\n                    1702175400000,\n                    0\n                ],\n                [\n                    1702175100000,\n                    0\n                ],\n                [\n                    1702174800000,\n                    0\n                ],\n                [\n                    1702174500000,\n                    0\n                ],\n                [\n                    1702174200000,\n                    0\n                ],\n                [\n                    1702173900000,\n                    0\n                ],\n                [\n                    1702173600000,\n                    0\n                ],\n                [\n                    1702173300000,\n                    0\n                ],\n                [\n                    1702173000000,\n                    0\n                ],\n                [\n                    1702172700000,\n                    0\n                ],\n                [\n                    1702172400000,\n                    0\n                ],\n                [\n                    1702172100000,\n                    0\n                ],\n                [\n                    1702171800000,\n                    0\n                ],\n                [\n                    1702171500000,\n                    0\n                ],\n                [\n                    1702171200000,\n                    0\n                ],\n                [\n                    1702170900000,\n                    0\n                ],\n                [\n                    1702170600000,\n                    0\n                ],\n                [\n                    1702170300000,\n                    0\n                ],\n                [\n                    1702170000000,\n                    0\n                ],\n                [\n                    1702169700000,\n                    0\n                ],\n                [\n                    1702169400000,\n                    0\n                ],\n                [\n                    1702169100000,\n                    0\n                ],\n                [\n                    1702168800000,\n                    0\n                ],\n                [\n                    1702168500000,\n                    0\n                ],\n                [\n                    1702168200000,\n                    0\n                ],\n                [\n                    1702167900000,\n                    0\n                ],\n                [\n                    1702167600000,\n                    0\n                ],\n                [\n                    1702167300000,\n                    0\n                ],\n                [\n                    1702167000000,\n                    0\n                ],\n                [\n                    1702166700000,\n                    0\n                ],\n                [\n                    1702166400000,\n                    0\n                ],\n                [\n                    1702166100000,\n                    0\n                ],\n                [\n                    1702165800000,\n                    0\n                ],\n                [\n                    1702165500000,\n                    0\n                ],\n                [\n                    1702165200000,\n                    0\n                ],\n                [\n                    1702164900000,\n                    0\n                ],\n                [\n                    1702164600000,\n                    0\n                ],\n                [\n                    1702164300000,\n                    0\n                ],\n                [\n                    1702164000000,\n                    0\n                ],\n                [\n                    1702163700000,\n                    0\n                ],\n                [\n                    1702163400000,\n                    0\n                ],\n                [\n                    1702163100000,\n                    0\n                ],\n                [\n                    1702162800000,\n                    0\n                ],\n                [\n                    1702162500000,\n                    0\n                ],\n                [\n                    1702162200000,\n                    0\n                ],\n                [\n                    1702161900000,\n                    0\n                ],\n                [\n                    1702161600000,\n                    0\n                ],\n                [\n                    1702161300000,\n                    0\n                ],\n                [\n                    1702161000000,\n                    0\n                ],\n                [\n                    1702160700000,\n                    0\n                ],\n                [\n                    1702160400000,\n                    0\n                ],\n                [\n                    1702160100000,\n                    0\n                ],\n                [\n                    1702159800000,\n                    0\n                ],\n                [\n                    1702159500000,\n                    0\n                ],\n                [\n                    1702159200000,\n                    0\n                ],\n                [\n                    1702158900000,\n                    0\n                ],\n                [\n                    1702158600000,\n                    0\n                ],\n                [\n                    1702158300000,\n                    0\n                ],\n                [\n                    1702158000000,\n                    0\n                ],\n                [\n                    1702157700000,\n                    0\n                ],\n                [\n                    1702157400000,\n                    0\n                ],\n                [\n                    1702157100000,\n                    0\n                ],\n                [\n                    1702156800000,\n                    0\n                ],\n                [\n                    1702156500000,\n                    0\n                ],\n                [\n                    1702156200000,\n                    0\n                ],\n                [\n                    1702155900000,\n                    0\n                ],\n                [\n                    1702155600000,\n                    0\n                ],\n                [\n                    1702155300000,\n                    0\n                ],\n                [\n                    1702155000000,\n                    0\n                ],\n                [\n                    1702154700000,\n                    0\n                ],\n                [\n                    1702154400000,\n                    0\n                ],\n                [\n                    1702154100000,\n                    0\n                ],\n                [\n                    1702153800000,\n                    0\n                ],\n                [\n                    1702153500000,\n                    0\n                ],\n                [\n                    1702153200000,\n                    0\n                ],\n                [\n                    1702152900000,\n                    0\n                ],\n                [\n                    1702152600000,\n                    0\n                ],\n                [\n                    1702152300000,\n                    0\n                ],\n                [\n                    1702152000000,\n                    0\n                ],\n                [\n                    1702151700000,\n                    0\n                ],\n                [\n                    1702151400000,\n                    0\n                ],\n                [\n                    1702151100000,\n                    0\n                ],\n                [\n                    1702150800000,\n                    0\n                ],\n                [\n                    1702150500000,\n                    0\n                ],\n                [\n                    1702150200000,\n                    0\n                ],\n                [\n                    1702149900000,\n                    0\n                ],\n                [\n                    1702149600000,\n                    0\n                ],\n                [\n                    1702149300000,\n                    0\n                ],\n                [\n                    1702149000000,\n                    0\n                ],\n                [\n                    1702148700000,\n                    0\n                ],\n                [\n                    1702148400000,\n                    0\n                ],\n                [\n                    1702148100000,\n                    0\n                ],\n                [\n                    1702147800000,\n                    0\n                ],\n                [\n                    1702147500000,\n                    0\n                ],\n                [\n                    1702147200000,\n                    0\n                ],\n                [\n                    1702146900000,\n                    0\n                ],\n                [\n                    1702146600000,\n                    0\n                ],\n                [\n                    1702146300000,\n                    0\n                ],\n                [\n                    1702146000000,\n                    0\n                ],\n                [\n                    1702145700000,\n                    0\n                ],\n                [\n                    1702145400000,\n                    0\n                ],\n                [\n                    1702145100000,\n                    0\n                ],\n                [\n                    1702144800000,\n                    0\n                ],\n                [\n                    1702144500000,\n                    0\n                ],\n                [\n                    1702144200000,\n                    0\n                ],\n                [\n                    1702143900000,\n                    0\n                ],\n                [\n                    1702143600000,\n                    0\n                ],\n                [\n                    1702143300000,\n                    0\n                ],\n                [\n                    1702143000000,\n                    0\n                ],\n                [\n                    1702142700000,\n                    0\n                ],\n                [\n                    1702142400000,\n                    0\n                ],\n                [\n                    1702142100000,\n                    0\n                ],\n                [\n                    1702141800000,\n                    0\n                ],\n                [\n                    1702141500000,\n                    0\n                ],\n                [\n                    1702141200000,\n                    0\n                ],\n                [\n                    1702140900000,\n                    0\n                ],\n                [\n                    1702140600000,\n                    0\n                ],\n                [\n                    1702140300000,\n                    0\n                ],\n                [\n                    1702140000000,\n                    0\n                ],\n                [\n                    1702139700000,\n                    0\n                ],\n                [\n                    1702139400000,\n                    0\n                ],\n                [\n                    1702139100000,\n                    0\n                ],\n                [\n                    1702138800000,\n                    0\n                ],\n                [\n                    1702138500000,\n                    0\n                ],\n                [\n                    1702138200000,\n                    0\n                ],\n                [\n                    1702137900000,\n                    0\n                ],\n                [\n                    1702137600000,\n                    0\n                ],\n                [\n                    1702137300000,\n                    0\n                ],\n                [\n                    1702137000000,\n                    0\n                ],\n                [\n                    1702136700000,\n                    0\n                ],\n                [\n                    1702136400000,\n                    0\n                ],\n                [\n                    1702136100000,\n                    0\n                ],\n                [\n                    1702135800000,\n                    0\n                ],\n                [\n                    1702135500000,\n                    0\n                ],\n                [\n                    1702135200000,\n                    0\n                ],\n                [\n                    1702134900000,\n                    0\n                ],\n                [\n                    1702134600000,\n                    0\n                ],\n                [\n                    1702134300000,\n                    0\n                ],\n                [\n                    1702134000000,\n                    0\n                ],\n                [\n                    1702133700000,\n                    0\n                ],\n                [\n                    1702133400000,\n                    0\n                ],\n                [\n                    1702133100000,\n                    0\n                ],\n                [\n                    1702132800000,\n                    0\n                ],\n                [\n                    1702132500000,\n                    0\n                ],\n                [\n                    1702132200000,\n                    0\n                ],\n                [\n                    1702131900000,\n                    0\n                ],\n                [\n                    1702131600000,\n                    0\n                ],\n                [\n                    1702131300000,\n                    0\n                ],\n                [\n                    1702131000000,\n                    0\n                ],\n                [\n                    1702130700000,\n                    0\n                ],\n                [\n                    1702130400000,\n                    0\n                ],\n                [\n                    1702130100000,\n                    0\n                ],\n                [\n                    1702129800000,\n                    0\n                ],\n                [\n                    1702129500000,\n                    0\n                ],\n                [\n                    1702129200000,\n                    0\n                ],\n                [\n                    1702128900000,\n                    0\n                ],\n                [\n                    1702128600000,\n                    0\n                ],\n                [\n                    1702128300000,\n                    0\n                ],\n                [\n                    1702128000000,\n                    0\n                ],\n                [\n                    1702127700000,\n                    0\n                ],\n                [\n                    1702127400000,\n                    0\n                ],\n                [\n                    1702127100000,\n                    0\n                ],\n                [\n                    1702126800000,\n                    0\n                ],\n                [\n                    1702126500000,\n                    0\n                ],\n                [\n                    1702126200000,\n                    0\n                ],\n                [\n                    1702125900000,\n                    0\n                ],\n                [\n                    1702125600000,\n                    0\n                ],\n                [\n                    1702125300000,\n                    0\n                ],\n                [\n                    1702125000000,\n                    0\n                ],\n                [\n                    1702124700000,\n                    0\n                ],\n                [\n                    1702124400000,\n                    0\n                ],\n                [\n                    1702124100000,\n                    0\n                ],\n                [\n                    1702123800000,\n                    0\n                ],\n                [\n                    1702123500000,\n                    0\n                ],\n                [\n                    1702123200000,\n                    0\n                ],\n                [\n                    1702122900000,\n                    0\n                ],\n                [\n                    1702122600000,\n                    0\n                ],\n                [\n                    1702122300000,\n                    0\n                ],\n                [\n                    1702122000000,\n                    0\n                ],\n                [\n                    1702121700000,\n                    0\n                ],\n                [\n                    1702121400000,\n                    0\n                ],\n                [\n                    1702121100000,\n                    0\n                ],\n                [\n                    1702120800000,\n                    0\n                ],\n                [\n                    1702120500000,\n                    0\n                ],\n                [\n                    1702120200000,\n                    0\n                ],\n                [\n                    1702119900000,\n                    0\n                ],\n                [\n                    1702119600000,\n                    0\n                ],\n                [\n                    1702119300000,\n                    0\n                ],\n                [\n                    1702119000000,\n                    0\n                ],\n                [\n                    1702118700000,\n                    0\n                ],\n                [\n                    1702118400000,\n                    0\n                ],\n                [\n                    1702118100000,\n                    0\n                ],\n                [\n                    1702117800000,\n                    0\n                ],\n                [\n                    1702117500000,\n                    0\n                ],\n                [\n                    1702117200000,\n                    0\n                ],\n                [\n                    1702116900000,\n                    0\n                ],\n                [\n                    1702116600000,\n                    0\n                ],\n                [\n                    1702116300000,\n                    0\n                ],\n                [\n                    1702116000000,\n                    0\n                ],\n                [\n                    1702115700000,\n                    0\n                ],\n                [\n                    1702115400000,\n                    0\n                ],\n                [\n                    1702115100000,\n                    0\n                ],\n                [\n                    1702114800000,\n                    0\n                ],\n                [\n                    1702114500000,\n                    0\n                ],\n                [\n                    1702114200000,\n                    0\n                ],\n                [\n                    1702113900000,\n                    0\n                ],\n                [\n                    1702113600000,\n                    0\n                ],\n                [\n                    1702113300000,\n                    0\n                ],\n                [\n                    1702113000000,\n                    0\n                ],\n                [\n                    1702112700000,\n                    0\n                ],\n                [\n                    1702112400000,\n                    0\n                ],\n                [\n                    1702112100000,\n                    0\n                ],\n                [\n                    1702111800000,\n                    0\n                ],\n                [\n                    1702111500000,\n                    0\n                ],\n                [\n                    1702111200000,\n                    0\n                ],\n                [\n                    1702110900000,\n                    0\n                ],\n                [\n                    1702110600000,\n                    0\n                ],\n                [\n                    1702110300000,\n                    0\n                ],\n                [\n                    1702110000000,\n                    0\n                ],\n                [\n                    1702109700000,\n                    0\n                ],\n                [\n                    1702109400000,\n                    0\n                ],\n                [\n                    1702109100000,\n                    0\n                ],\n                [\n                    1702108800000,\n                    0\n                ],\n                [\n                    1702108500000,\n                    0\n                ],\n                [\n                    1702108200000,\n                    0\n                ],\n                [\n                    1702107900000,\n                    0\n                ],\n                [\n                    1702107600000,\n                    0\n                ],\n                [\n                    1702107300000,\n                    0\n                ],\n                [\n                    1702107000000,\n                    0\n                ],\n                [\n                    1702106700000,\n                    0\n                ],\n                [\n                    1702106400000,\n                    0\n                ],\n                [\n                    1702106100000,\n                    0\n                ],\n                [\n                    1702105800000,\n                    0\n                ],\n                [\n                    1702105500000,\n                    0\n                ],\n                [\n                    1702105200000,\n                    0\n                ],\n                [\n                    1702104900000,\n                    0\n                ],\n                [\n                    1702104600000,\n                    0\n                ],\n                [\n                    1702104300000,\n                    0\n                ],\n                [\n                    1702104000000,\n                    0\n                ],\n                [\n                    1702103700000,\n                    0\n                ],\n                [\n                    1702103400000,\n                    0\n                ],\n                [\n                    1702103100000,\n                    0\n                ],\n                [\n                    1702102800000,\n                    0\n                ],\n                [\n                    1702102500000,\n                    0\n                ],\n                [\n                    1702102200000,\n                    0\n                ]\n            ],\n            \"unit\": {\n                \"name\": \"pps\",\n                \"fullName\": \"Packets per second\"\n            }\n        },\n        {\n            \"type\": \"PACKETS\",\n            \"subtype\": \"In\",\n            \"samples\": [\n                [\n                    1702274700000,\n                    0\n                ],\n                [\n                    1702274400000,\n                    0\n                ],\n                [\n                    1702274100000,\n                    0\n                ],\n                [\n                    1702273800000,\n                    0\n                ],\n                [\n                    1702273500000,\n                    0\n                ],\n                [\n                    1702273200000,\n                    0\n                ],\n                [\n                    1702272900000,\n                    0\n                ],\n                [\n                    1702272600000,\n                    0\n                ],\n                [\n                    1702272300000,\n                    0\n                ],\n                [\n                    1702272000000,\n                    0\n                ],\n                [\n                    1702271700000,\n                    0\n                ],\n                [\n                    1702271400000,\n                    0\n                ],\n                [\n                    1702271100000,\n                    0\n                ],\n                [\n                    1702270800000,\n                    0\n                ],\n                [\n                    1702270500000,\n                    0\n                ],\n                [\n                    1702270200000,\n                    0\n                ],\n                [\n                    1702269900000,\n                    0\n                ],\n                [\n                    1702269600000,\n                    0\n                ],\n                [\n                    1702269300000,\n                    0\n                ],\n                [\n                    1702269000000,\n                    0\n                ],\n                [\n                    1702268700000,\n                    0\n                ],\n                [\n                    1702268400000,\n                    0\n                ],\n                [\n                    1702268100000,\n                    0\n                ],\n                [\n                    1702267800000,\n                    0\n                ],\n                [\n                    1702267500000,\n                    0\n                ],\n                [\n                    1702267200000,\n                    0\n                ],\n                [\n                    1702266900000,\n                    0\n                ],\n                [\n                    1702266600000,\n                    0\n                ],\n                [\n                    1702266300000,\n                    0\n                ],\n                [\n                    1702266000000,\n                    0\n                ],\n                [\n                    1702265700000,\n                    0\n                ],\n                [\n                    1702265400000,\n                    0\n                ],\n                [\n                    1702265100000,\n                    0\n                ],\n                [\n                    1702264800000,\n                    0\n                ],\n                [\n                    1702264500000,\n                    0\n                ],\n                [\n                    1702264200000,\n                    0\n                ],\n                [\n                    1702263900000,\n                    0\n                ],\n                [\n                    1702263600000,\n                    0\n                ],\n                [\n                    1702263300000,\n                    0\n                ],\n                [\n                    1702263000000,\n                    0\n                ],\n                [\n                    1702262700000,\n                    0\n                ],\n                [\n                    1702262400000,\n                    0\n                ],\n                [\n                    1702262100000,\n                    0\n                ],\n                [\n                    1702261800000,\n                    0\n                ],\n                [\n                    1702261500000,\n                    0\n                ],\n                [\n                    1702261200000,\n                    0\n                ],\n                [\n                    1702260900000,\n                    0\n                ],\n                [\n                    1702260600000,\n                    0\n                ],\n                [\n                    1702260300000,\n                    0\n                ],\n                [\n                    1702260000000,\n                    0\n                ],\n                [\n                    1702259700000,\n                    0\n                ],\n                [\n                    1702259400000,\n                    0\n                ],\n                [\n                    1702259100000,\n                    0\n                ],\n                [\n                    1702258800000,\n                    0\n                ],\n                [\n                    1702258500000,\n                    0\n                ],\n                [\n                    1702258200000,\n                    0\n                ],\n                [\n                    1702257900000,\n                    0\n                ],\n                [\n                    1702257600000,\n                    0\n                ],\n                [\n                    1702257300000,\n                    0\n                ],\n                [\n                    1702257000000,\n                    0\n                ],\n                [\n                    1702256700000,\n                    0\n                ],\n                [\n                    1702256400000,\n                    0\n                ],\n                [\n                    1702256100000,\n                    0\n                ],\n                [\n                    1702255800000,\n                    0\n                ],\n                [\n                    1702255500000,\n                    0\n                ],\n                [\n                    1702255200000,\n                    0\n                ],\n                [\n                    1702254900000,\n                    0\n                ],\n                [\n                    1702254600000,\n                    0\n                ],\n                [\n                    1702254300000,\n                    0\n                ],\n                [\n                    1702254000000,\n                    0\n                ],\n                [\n                    1702253700000,\n                    0\n                ],\n                [\n                    1702253400000,\n                    0\n                ],\n                [\n                    1702253100000,\n                    0\n                ],\n                [\n                    1702252800000,\n                    0\n                ],\n                [\n                    1702252500000,\n                    0\n                ],\n                [\n                    1702252200000,\n                    0\n                ],\n                [\n                    1702251900000,\n                    0\n                ],\n                [\n                    1702251600000,\n                    0\n                ],\n                [\n                    1702251300000,\n                    0\n                ],\n                [\n                    1702251000000,\n                    0\n                ],\n                [\n                    1702250700000,\n                    0\n                ],\n                [\n                    1702250400000,\n                    0\n                ],\n                [\n                    1702250100000,\n                    0\n                ],\n                [\n                    1702249800000,\n                    0\n                ],\n                [\n                    1702249500000,\n                    0\n                ],\n                [\n                    1702249200000,\n                    0\n                ],\n                [\n                    1702248900000,\n                    0\n                ],\n                [\n                    1702248600000,\n                    0\n                ],\n                [\n                    1702248300000,\n                    0\n                ],\n                [\n                    1702248000000,\n                    0\n                ],\n                [\n                    1702247700000,\n                    0\n                ],\n                [\n                    1702247400000,\n                    0\n                ],\n                [\n                    1702247100000,\n                    0\n                ],\n                [\n                    1702246800000,\n                    0\n                ],\n                [\n                    1702246500000,\n                    0\n                ],\n                [\n                    1702246200000,\n                    0\n                ],\n                [\n                    1702245900000,\n                    0\n                ],\n                [\n                    1702245600000,\n                    0\n                ],\n                [\n                    1702245300000,\n                    0\n                ],\n                [\n                    1702245000000,\n                    0\n                ],\n                [\n                    1702244700000,\n                    0\n                ],\n                [\n                    1702244400000,\n                    0\n                ],\n                [\n                    1702244100000,\n                    0\n                ],\n                [\n                    1702243800000,\n                    0\n                ],\n                [\n                    1702243500000,\n                    0\n                ],\n                [\n                    1702243200000,\n                    0\n                ],\n                [\n                    1702242900000,\n                    0\n                ],\n                [\n                    1702242600000,\n                    0\n                ],\n                [\n                    1702242300000,\n                    0\n                ],\n                [\n                    1702242000000,\n                    0\n                ],\n                [\n                    1702241700000,\n                    0\n                ],\n                [\n                    1702241400000,\n                    0\n                ],\n                [\n                    1702241100000,\n                    0\n                ],\n                [\n                    1702240800000,\n                    0\n                ],\n                [\n                    1702240500000,\n                    0\n                ],\n                [\n                    1702240200000,\n                    0\n                ],\n                [\n                    1702239900000,\n                    0\n                ],\n                [\n                    1702239600000,\n                    0\n                ],\n                [\n                    1702239300000,\n                    0\n                ],\n                [\n                    1702239000000,\n                    0\n                ],\n                [\n                    1702238700000,\n                    0\n                ],\n                [\n                    1702238400000,\n                    0\n                ],\n                [\n                    1702238100000,\n                    0\n                ],\n                [\n                    1702237800000,\n                    0\n                ],\n                [\n                    1702237500000,\n                    0\n                ],\n                [\n                    1702237200000,\n                    0\n                ],\n                [\n                    1702236900000,\n                    0\n                ],\n                [\n                    1702236600000,\n                    0\n                ],\n                [\n                    1702236300000,\n                    0\n                ],\n                [\n                    1702236000000,\n                    0\n                ],\n                [\n                    1702235700000,\n                    0\n                ],\n                [\n                    1702235400000,\n                    0\n                ],\n                [\n                    1702235100000,\n                    0\n                ],\n                [\n                    1702234800000,\n                    0\n                ],\n                [\n                    1702234500000,\n                    0\n                ],\n                [\n                    1702234200000,\n                    0\n                ],\n                [\n                    1702233900000,\n                    0\n                ],\n                [\n                    1702233600000,\n                    0\n                ],\n                [\n                    1702233300000,\n                    0\n                ],\n                [\n                    1702233000000,\n                    0\n                ],\n                [\n                    1702232700000,\n                    0\n                ],\n                [\n                    1702232400000,\n                    0\n                ],\n                [\n                    1702232100000,\n                    0\n                ],\n                [\n                    1702231800000,\n                    0\n                ],\n                [\n                    1702231500000,\n                    0\n                ],\n                [\n                    1702231200000,\n                    0\n                ],\n                [\n                    1702230900000,\n                    0\n                ],\n                [\n                    1702230600000,\n                    0\n                ],\n                [\n                    1702230300000,\n                    0\n                ],\n                [\n                    1702230000000,\n                    0\n                ],\n                [\n                    1702229700000,\n                    0\n                ],\n                [\n                    1702229400000,\n                    0\n                ],\n                [\n                    1702229100000,\n                    0\n                ],\n                [\n                    1702228800000,\n                    0\n                ],\n                [\n                    1702228500000,\n                    0\n                ],\n                [\n                    1702228200000,\n                    0\n                ],\n                [\n                    1702227900000,\n                    0\n                ],\n                [\n                    1702227600000,\n                    0\n                ],\n                [\n                    1702227300000,\n                    0\n                ],\n                [\n                    1702227000000,\n                    0\n                ],\n                [\n                    1702226700000,\n                    0\n                ],\n                [\n                    1702226400000,\n                    0\n                ],\n                [\n                    1702226100000,\n                    0\n                ],\n                [\n                    1702225800000,\n                    0\n                ],\n                [\n                    1702225500000,\n                    0\n                ],\n                [\n                    1702225200000,\n                    0\n                ],\n                [\n                    1702224900000,\n                    0\n                ],\n                [\n                    1702224600000,\n                    0\n                ],\n                [\n                    1702224300000,\n                    0\n                ],\n                [\n                    1702224000000,\n                    0\n                ],\n                [\n                    1702223700000,\n                    0\n                ],\n                [\n                    1702223400000,\n                    0\n                ],\n                [\n                    1702223100000,\n                    0\n                ],\n                [\n                    1702222800000,\n                    0\n                ],\n                [\n                    1702222500000,\n                    0\n                ],\n                [\n                    1702222200000,\n                    0\n                ],\n                [\n                    1702221900000,\n                    0\n                ],\n                [\n                    1702221600000,\n                    0\n                ],\n                [\n                    1702221300000,\n                    0\n                ],\n                [\n                    1702221000000,\n                    0\n                ],\n                [\n                    1702220700000,\n                    0\n                ],\n                [\n                    1702220400000,\n                    0\n                ],\n                [\n                    1702220100000,\n                    0\n                ],\n                [\n                    1702219800000,\n                    0\n                ],\n                [\n                    1702219500000,\n                    0\n                ],\n                [\n                    1702219200000,\n                    0\n                ],\n                [\n                    1702218900000,\n                    0\n                ],\n                [\n                    1702218600000,\n                    0\n                ],\n                [\n                    1702218300000,\n                    0\n                ],\n                [\n                    1702218000000,\n                    0\n                ],\n                [\n                    1702217700000,\n                    0\n                ],\n                [\n                    1702217400000,\n                    0\n                ],\n                [\n                    1702217100000,\n                    0\n                ],\n                [\n                    1702216800000,\n                    0\n                ],\n                [\n                    1702216500000,\n                    0\n                ],\n                [\n                    1702216200000,\n                    0\n                ],\n                [\n                    1702215900000,\n                    0\n                ],\n                [\n                    1702215600000,\n                    0\n                ],\n                [\n                    1702215300000,\n                    0\n                ],\n                [\n                    1702215000000,\n                    0\n                ],\n                [\n                    1702214700000,\n                    0\n                ],\n                [\n                    1702214400000,\n                    0\n                ],\n                [\n                    1702214100000,\n                    0\n                ],\n                [\n                    1702213800000,\n                    0\n                ],\n                [\n                    1702213500000,\n                    0\n                ],\n                [\n                    1702213200000,\n                    0\n                ],\n                [\n                    1702212900000,\n                    0\n                ],\n                [\n                    1702212600000,\n                    0\n                ],\n                [\n                    1702212300000,\n                    0\n                ],\n                [\n                    1702212000000,\n                    0\n                ],\n                [\n                    1702211700000,\n                    0\n                ],\n                [\n                    1702211400000,\n                    0\n                ],\n                [\n                    1702211100000,\n                    0\n                ],\n                [\n                    1702210800000,\n                    0\n                ],\n                [\n                    1702210500000,\n                    0\n                ],\n                [\n                    1702210200000,\n                    0\n                ],\n                [\n                    1702209900000,\n                    0\n                ],\n                [\n                    1702209600000,\n                    0\n                ],\n                [\n                    1702209300000,\n                    0\n                ],\n                [\n                    1702209000000,\n                    0\n                ],\n                [\n                    1702208700000,\n                    0\n                ],\n                [\n                    1702208400000,\n                    0\n                ],\n                [\n                    1702208100000,\n                    0\n                ],\n                [\n                    1702207800000,\n                    0\n                ],\n                [\n                    1702207500000,\n                    0\n                ],\n                [\n                    1702207200000,\n                    0\n                ],\n                [\n                    1702206900000,\n                    0\n                ],\n                [\n                    1702206600000,\n                    0\n                ],\n                [\n                    1702206300000,\n                    0\n                ],\n                [\n                    1702206000000,\n                    0\n                ],\n                [\n                    1702205700000,\n                    0\n                ],\n                [\n                    1702205400000,\n                    0\n                ],\n                [\n                    1702205100000,\n                    0\n                ],\n                [\n                    1702204800000,\n                    0\n                ],\n                [\n                    1702204500000,\n                    0\n                ],\n                [\n                    1702204200000,\n                    0\n                ],\n                [\n                    1702203900000,\n                    0\n                ],\n                [\n                    1702203600000,\n                    0\n                ],\n                [\n                    1702203300000,\n                    0\n                ],\n                [\n                    1702203000000,\n                    0\n                ],\n                [\n                    1702202700000,\n                    0\n                ],\n                [\n                    1702202400000,\n                    0\n                ],\n                [\n                    1702202100000,\n                    0\n                ],\n                [\n                    1702201800000,\n                    0\n                ],\n                [\n                    1702201500000,\n                    0\n                ],\n                [\n                    1702201200000,\n                    0\n                ],\n                [\n                    1702200900000,\n                    0\n                ],\n                [\n                    1702200600000,\n                    0\n                ],\n                [\n                    1702200300000,\n                    0\n                ],\n                [\n                    1702200000000,\n                    0\n                ],\n                [\n                    1702199700000,\n                    0\n                ],\n                [\n                    1702199400000,\n                    0\n                ],\n                [\n                    1702199100000,\n                    0\n                ],\n                [\n                    1702198800000,\n                    0\n                ],\n                [\n                    1702198500000,\n                    0\n                ],\n                [\n                    1702198200000,\n                    0\n                ],\n                [\n                    1702197900000,\n                    0\n                ],\n                [\n                    1702197600000,\n                    0\n                ],\n                [\n                    1702197300000,\n                    0\n                ],\n                [\n                    1702197000000,\n                    0\n                ],\n                [\n                    1702196700000,\n                    0\n                ],\n                [\n                    1702196400000,\n                    0\n                ],\n                [\n                    1702196100000,\n                    0\n                ],\n                [\n                    1702195800000,\n                    0\n                ],\n                [\n                    1702195500000,\n                    0\n                ],\n                [\n                    1702195200000,\n                    0\n                ],\n                [\n                    1702194900000,\n                    0\n                ],\n                [\n                    1702194600000,\n                    0\n                ],\n                [\n                    1702194300000,\n                    0\n                ],\n                [\n                    1702194000000,\n                    0\n                ],\n                [\n                    1702193700000,\n                    0\n                ],\n                [\n                    1702193400000,\n                    0\n                ],\n                [\n                    1702193100000,\n                    0\n                ],\n                [\n                    1702192800000,\n                    0\n                ],\n                [\n                    1702192500000,\n                    0\n                ],\n                [\n                    1702192200000,\n                    0\n                ],\n                [\n                    1702191900000,\n                    0\n                ],\n                [\n                    1702191600000,\n                    0\n                ],\n                [\n                    1702191300000,\n                    0\n                ],\n                [\n                    1702191000000,\n                    0\n                ],\n                [\n                    1702190700000,\n                    0\n                ],\n                [\n                    1702190400000,\n                    0\n                ],\n                [\n                    1702190100000,\n                    0\n                ],\n                [\n                    1702189800000,\n                    0\n                ],\n                [\n                    1702189500000,\n                    0\n                ],\n                [\n                    1702189200000,\n                    0\n                ],\n                [\n                    1702188900000,\n                    0\n                ],\n                [\n                    1702188600000,\n                    0\n                ],\n                [\n                    1702188300000,\n                    0\n                ],\n                [\n                    1702188000000,\n                    0\n                ],\n                [\n                    1702187700000,\n                    0\n                ],\n                [\n                    1702187400000,\n                    0\n                ],\n                [\n                    1702187100000,\n                    0\n                ],\n                [\n                    1702186800000,\n                    0\n                ],\n                [\n                    1702186500000,\n                    0\n                ],\n                [\n                    1702186200000,\n                    0\n                ],\n                [\n                    1702185900000,\n                    0\n                ],\n                [\n                    1702185600000,\n                    0\n                ],\n                [\n                    1702185300000,\n                    0\n                ],\n                [\n                    1702185000000,\n                    0\n                ],\n                [\n                    1702184700000,\n                    0\n                ],\n                [\n                    1702184400000,\n                    0\n                ],\n                [\n                    1702184100000,\n                    0\n                ],\n                [\n                    1702183800000,\n                    0\n                ],\n                [\n                    1702183500000,\n                    0\n                ],\n                [\n                    1702183200000,\n                    0\n                ],\n                [\n                    1702182900000,\n                    0\n                ],\n                [\n                    1702182600000,\n                    0\n                ],\n                [\n                    1702182300000,\n                    0\n                ],\n                [\n                    1702182000000,\n                    0\n                ],\n                [\n                    1702181700000,\n                    0\n                ],\n                [\n                    1702181400000,\n                    0\n                ],\n                [\n                    1702181100000,\n                    0\n                ],\n                [\n                    1702180800000,\n                    0\n                ],\n                [\n                    1702180500000,\n                    0\n                ],\n                [\n                    1702180200000,\n                    0\n                ],\n                [\n                    1702179900000,\n                    0\n                ],\n                [\n                    1702179600000,\n                    0\n                ],\n                [\n                    1702179300000,\n                    0\n                ],\n                [\n                    1702179000000,\n                    0\n                ],\n                [\n                    1702178700000,\n                    0\n                ],\n                [\n                    1702178400000,\n                    0\n                ],\n                [\n                    1702178100000,\n                    0\n                ],\n                [\n                    1702177800000,\n                    0\n                ],\n                [\n                    1702177500000,\n                    0\n                ],\n                [\n                    1702177200000,\n                    0\n                ],\n                [\n                    1702176900000,\n                    0\n                ],\n                [\n                    1702176600000,\n                    0\n                ],\n                [\n                    1702176300000,\n                    0\n                ],\n                [\n                    1702176000000,\n                    0\n                ],\n                [\n                    1702175700000,\n                    0\n                ],\n                [\n                    1702175400000,\n                    0\n                ],\n                [\n                    1702175100000,\n                    0\n                ],\n                [\n                    1702174800000,\n                    0\n                ],\n                [\n                    1702174500000,\n                    0\n                ],\n                [\n                    1702174200000,\n                    0\n                ],\n                [\n                    1702173900000,\n                    0\n                ],\n                [\n                    1702173600000,\n                    0\n                ],\n                [\n                    1702173300000,\n                    0\n                ],\n                [\n                    1702173000000,\n                    0\n                ],\n                [\n                    1702172700000,\n                    0\n                ],\n                [\n                    1702172400000,\n                    0\n                ],\n                [\n                    1702172100000,\n                    0\n                ],\n                [\n                    1702171800000,\n                    0\n                ],\n                [\n                    1702171500000,\n                    0\n                ],\n                [\n                    1702171200000,\n                    0\n                ],\n                [\n                    1702170900000,\n                    0\n                ],\n                [\n                    1702170600000,\n                    0\n                ],\n                [\n                    1702170300000,\n                    0\n                ],\n                [\n                    1702170000000,\n                    0\n                ],\n                [\n                    1702169700000,\n                    0\n                ],\n                [\n                    1702169400000,\n                    0\n                ],\n                [\n                    1702169100000,\n                    0\n                ],\n                [\n                    1702168800000,\n                    0\n                ],\n                [\n                    1702168500000,\n                    0\n                ],\n                [\n                    1702168200000,\n                    0\n                ],\n                [\n                    1702167900000,\n                    0\n                ],\n                [\n                    1702167600000,\n                    0\n                ],\n                [\n                    1702167300000,\n                    0\n                ],\n                [\n                    1702167000000,\n                    0\n                ],\n                [\n                    1702166700000,\n                    0\n                ],\n                [\n                    1702166400000,\n                    0\n                ],\n                [\n                    1702166100000,\n                    0\n                ],\n                [\n                    1702165800000,\n                    0\n                ],\n                [\n                    1702165500000,\n                    0\n                ],\n                [\n                    1702165200000,\n                    0\n                ],\n                [\n                    1702164900000,\n                    0\n                ],\n                [\n                    1702164600000,\n                    0\n                ],\n                [\n                    1702164300000,\n                    0\n                ],\n                [\n                    1702164000000,\n                    0\n                ],\n                [\n                    1702163700000,\n                    0\n                ],\n                [\n                    1702163400000,\n                    0\n                ],\n                [\n                    1702163100000,\n                    0\n                ],\n                [\n                    1702162800000,\n                    0\n                ],\n                [\n                    1702162500000,\n                    0\n                ],\n                [\n                    1702162200000,\n                    0\n                ],\n                [\n                    1702161900000,\n                    0\n                ],\n                [\n                    1702161600000,\n                    0\n                ],\n                [\n                    1702161300000,\n                    0\n                ],\n                [\n                    1702161000000,\n                    0\n                ],\n                [\n                    1702160700000,\n                    0\n                ],\n                [\n                    1702160400000,\n                    0\n                ],\n                [\n                    1702160100000,\n                    0\n                ],\n                [\n                    1702159800000,\n                    0\n                ],\n                [\n                    1702159500000,\n                    0\n                ],\n                [\n                    1702159200000,\n                    0\n                ],\n                [\n                    1702158900000,\n                    0\n                ],\n                [\n                    1702158600000,\n                    0\n                ],\n                [\n                    1702158300000,\n                    0\n                ],\n                [\n                    1702158000000,\n                    0\n                ],\n                [\n                    1702157700000,\n                    0\n                ],\n                [\n                    1702157400000,\n                    0\n                ],\n                [\n                    1702157100000,\n                    0\n                ],\n                [\n                    1702156800000,\n                    0\n                ],\n                [\n                    1702156500000,\n                    0\n                ],\n                [\n                    1702156200000,\n                    0\n                ],\n                [\n                    1702155900000,\n                    0\n                ],\n                [\n                    1702155600000,\n                    0\n                ],\n                [\n                    1702155300000,\n                    0\n                ],\n                [\n                    1702155000000,\n                    0\n                ],\n                [\n                    1702154700000,\n                    0\n                ],\n                [\n                    1702154400000,\n                    0\n                ],\n                [\n                    1702154100000,\n                    0\n                ],\n                [\n                    1702153800000,\n                    0\n                ],\n                [\n                    1702153500000,\n                    0\n                ],\n                [\n                    1702153200000,\n                    0\n                ],\n                [\n                    1702152900000,\n                    0\n                ],\n                [\n                    1702152600000,\n                    0\n                ],\n                [\n                    1702152300000,\n                    0\n                ],\n                [\n                    1702152000000,\n                    0\n                ],\n                [\n                    1702151700000,\n                    0\n                ],\n                [\n                    1702151400000,\n                    0\n                ],\n                [\n                    1702151100000,\n                    0\n                ],\n                [\n                    1702150800000,\n                    0\n                ],\n                [\n                    1702150500000,\n                    0\n                ],\n                [\n                    1702150200000,\n                    0\n                ],\n                [\n                    1702149900000,\n                    0\n                ],\n                [\n                    1702149600000,\n                    0\n                ],\n                [\n                    1702149300000,\n                    0\n                ],\n                [\n                    1702149000000,\n                    0\n                ],\n                [\n                    1702148700000,\n                    0\n                ],\n                [\n                    1702148400000,\n                    0\n                ],\n                [\n                    1702148100000,\n                    0\n                ],\n                [\n                    1702147800000,\n                    0\n                ],\n                [\n                    1702147500000,\n                    0\n                ],\n                [\n                    1702147200000,\n                    0\n                ],\n                [\n                    1702146900000,\n                    0\n                ],\n                [\n                    1702146600000,\n                    0\n                ],\n                [\n                    1702146300000,\n                    0\n                ],\n                [\n                    1702146000000,\n                    0\n                ],\n                [\n                    1702145700000,\n                    0\n                ],\n                [\n                    1702145400000,\n                    0\n                ],\n                [\n                    1702145100000,\n                    0\n                ],\n                [\n                    1702144800000,\n                    0\n                ],\n                [\n                    1702144500000,\n                    0\n                ],\n                [\n                    1702144200000,\n                    0\n                ],\n                [\n                    1702143900000,\n                    0\n                ],\n                [\n                    1702143600000,\n                    0\n                ],\n                [\n                    1702143300000,\n                    0\n                ],\n                [\n                    1702143000000,\n                    0\n                ],\n                [\n                    1702142700000,\n                    0\n                ],\n                [\n                    1702142400000,\n                    0\n                ],\n                [\n                    1702142100000,\n                    0\n                ],\n                [\n                    1702141800000,\n                    0\n                ],\n                [\n                    1702141500000,\n                    0\n                ],\n                [\n                    1702141200000,\n                    0\n                ],\n                [\n                    1702140900000,\n                    0\n                ],\n                [\n                    1702140600000,\n                    0\n                ],\n                [\n                    1702140300000,\n                    0\n                ],\n                [\n                    1702140000000,\n                    0\n                ],\n                [\n                    1702139700000,\n                    0\n                ],\n                [\n                    1702139400000,\n                    0\n                ],\n                [\n                    1702139100000,\n                    0\n                ],\n                [\n                    1702138800000,\n                    0\n                ],\n                [\n                    1702138500000,\n                    0\n                ],\n                [\n                    1702138200000,\n                    0\n                ],\n                [\n                    1702137900000,\n                    0\n                ],\n                [\n                    1702137600000,\n                    0\n                ],\n                [\n                    1702137300000,\n                    0\n                ],\n                [\n                    1702137000000,\n                    0\n                ],\n                [\n                    1702136700000,\n                    0\n                ],\n                [\n                    1702136400000,\n                    0\n                ],\n                [\n                    1702136100000,\n                    0\n                ],\n                [\n                    1702135800000,\n                    0\n                ],\n                [\n                    1702135500000,\n                    0\n                ],\n                [\n                    1702135200000,\n                    0\n                ],\n                [\n                    1702134900000,\n                    0\n                ],\n                [\n                    1702134600000,\n                    0\n                ],\n                [\n                    1702134300000,\n                    0\n                ],\n                [\n                    1702134000000,\n                    0\n                ],\n                [\n                    1702133700000,\n                    0\n                ],\n                [\n                    1702133400000,\n                    0\n                ],\n                [\n                    1702133100000,\n                    0\n                ],\n                [\n                    1702132800000,\n                    0\n                ],\n                [\n                    1702132500000,\n                    0\n                ],\n                [\n                    1702132200000,\n                    0\n                ],\n                [\n                    1702131900000,\n                    0\n                ],\n                [\n                    1702131600000,\n                    0\n                ],\n                [\n                    1702131300000,\n                    0\n                ],\n                [\n                    1702131000000,\n                    0\n                ],\n                [\n                    1702130700000,\n                    0\n                ],\n                [\n                    1702130400000,\n                    0\n                ],\n                [\n                    1702130100000,\n                    0\n                ],\n                [\n                    1702129800000,\n                    0\n                ],\n                [\n                    1702129500000,\n                    0\n                ],\n                [\n                    1702129200000,\n                    0\n                ],\n                [\n                    1702128900000,\n                    0\n                ],\n                [\n                    1702128600000,\n                    0\n                ],\n                [\n                    1702128300000,\n                    0\n                ],\n                [\n                    1702128000000,\n                    0\n                ],\n                [\n                    1702127700000,\n                    0\n                ],\n                [\n                    1702127400000,\n                    0\n                ],\n                [\n                    1702127100000,\n                    0\n                ],\n                [\n                    1702126800000,\n                    0\n                ],\n                [\n                    1702126500000,\n                    0\n                ],\n                [\n                    1702126200000,\n                    0\n                ],\n                [\n                    1702125900000,\n                    0\n                ],\n                [\n                    1702125600000,\n                    0\n                ],\n                [\n                    1702125300000,\n                    0\n                ],\n                [\n                    1702125000000,\n                    0\n                ],\n                [\n                    1702124700000,\n                    0\n                ],\n                [\n                    1702124400000,\n                    0\n                ],\n                [\n                    1702124100000,\n                    0\n                ],\n                [\n                    1702123800000,\n                    0\n                ],\n                [\n                    1702123500000,\n                    0\n                ],\n                [\n                    1702123200000,\n                    0\n                ],\n                [\n                    1702122900000,\n                    0\n                ],\n                [\n                    1702122600000,\n                    0\n                ],\n                [\n                    1702122300000,\n                    0\n                ],\n                [\n                    1702122000000,\n                    0\n                ],\n                [\n                    1702121700000,\n                    0\n                ],\n                [\n                    1702121400000,\n                    0\n                ],\n                [\n                    1702121100000,\n                    0\n                ],\n                [\n                    1702120800000,\n                    0\n                ],\n                [\n                    1702120500000,\n                    0\n                ],\n                [\n                    1702120200000,\n                    0\n                ],\n                [\n                    1702119900000,\n                    0\n                ],\n                [\n                    1702119600000,\n                    0\n                ],\n                [\n                    1702119300000,\n                    0\n                ],\n                [\n                    1702119000000,\n                    0\n                ],\n                [\n                    1702118700000,\n                    0\n                ],\n                [\n                    1702118400000,\n                    0\n                ],\n                [\n                    1702118100000,\n                    0\n                ],\n                [\n                    1702117800000,\n                    0\n                ],\n                [\n                    1702117500000,\n                    0\n                ],\n                [\n                    1702117200000,\n                    0\n                ],\n                [\n                    1702116900000,\n                    0\n                ],\n                [\n                    1702116600000,\n                    0\n                ],\n                [\n                    1702116300000,\n                    0\n                ],\n                [\n                    1702116000000,\n                    0\n                ],\n                [\n                    1702115700000,\n                    0\n                ],\n                [\n                    1702115400000,\n                    0\n                ],\n                [\n                    1702115100000,\n                    0\n                ],\n                [\n                    1702114800000,\n                    0\n                ],\n                [\n                    1702114500000,\n                    0\n                ],\n                [\n                    1702114200000,\n                    0\n                ],\n                [\n                    1702113900000,\n                    0\n                ],\n                [\n                    1702113600000,\n                    0\n                ],\n                [\n                    1702113300000,\n                    0\n                ],\n                [\n                    1702113000000,\n                    0\n                ],\n                [\n                    1702112700000,\n                    0\n                ],\n                [\n                    1702112400000,\n                    0\n                ],\n                [\n                    1702112100000,\n                    0\n                ],\n                [\n                    1702111800000,\n                    0\n                ],\n                [\n                    1702111500000,\n                    0\n                ],\n                [\n                    1702111200000,\n                    0\n                ],\n                [\n                    1702110900000,\n                    0\n                ],\n                [\n                    1702110600000,\n                    0\n                ],\n                [\n                    1702110300000,\n                    0\n                ],\n                [\n                    1702110000000,\n                    0\n                ],\n                [\n                    1702109700000,\n                    0\n                ],\n                [\n                    1702109400000,\n                    0\n                ],\n                [\n                    1702109100000,\n                    0\n                ],\n                [\n                    1702108800000,\n                    0\n                ],\n                [\n                    1702108500000,\n                    0\n                ],\n                [\n                    1702108200000,\n                    0\n                ],\n                [\n                    1702107900000,\n                    0\n                ],\n                [\n                    1702107600000,\n                    0\n                ],\n                [\n                    1702107300000,\n                    0\n                ],\n                [\n                    1702107000000,\n                    0\n                ],\n                [\n                    1702106700000,\n                    0\n                ],\n                [\n                    1702106400000,\n                    0\n                ],\n                [\n                    1702106100000,\n                    0\n                ],\n                [\n                    1702105800000,\n                    0\n                ],\n                [\n                    1702105500000,\n                    0\n                ],\n                [\n                    1702105200000,\n                    0\n                ],\n                [\n                    1702104900000,\n                    0\n                ],\n                [\n                    1702104600000,\n                    0\n                ],\n                [\n                    1702104300000,\n                    0\n                ],\n                [\n                    1702104000000,\n                    0\n                ],\n                [\n                    1702103700000,\n                    0\n                ],\n                [\n                    1702103400000,\n                    0\n                ],\n                [\n                    1702103100000,\n                    0\n                ],\n                [\n                    1702102800000,\n                    0\n                ],\n                [\n                    1702102500000,\n                    0\n                ],\n                [\n                    1702102200000,\n                    0\n                ]\n            ],\n            \"unit\": {\n                \"name\": \"pps\",\n                \"fullName\": \"Packets per second\"\n            }\n        }\n    ]\n}"},{"id":"f0a2aef4-8012-48e1-941d-79f18de7ec46","name":"Get MCR Telemetry - CSV Single Telemetry Type (From, To)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"},{"key":"Accept","value":"text/csv"}],"url":{"raw":"{{baseUrl}}/v2/product/mcr2/537218cf-cbcf-4164-84a8-6030b62b6f61/telemetry?type=BITS&from=1718010019000&to=1721280419000","host":["{{baseUrl}}"],"path":["v2","product","mcr2","537218cf-cbcf-4164-84a8-6030b62b6f61","telemetry"],"query":[{"key":"type","value":"BITS","description":"Indicates the type of metric. Values include `BITS` and `PACKETS`. Multiple telemetry types can be passed. (Required - string)"},{"key":"from","value":"1718010019000","description":"Milliseconds since epoch. When not provided, returns the single most recent measurement. You can use a tool such as https://www.epochconverter.com/ for conversion to and from dates. (Optional - string)"},{"key":"to","value":"1721280419000","description":"Milliseconds since epoch. When not provided, returns the single most recent measurement. You can use a tool such as https://www.epochconverter.com/ for conversion to and from dates. (Optional - string)"},{"key":"days","value":"{days}","description":"The number of days in the past from today for which to return telemetry details. This parameter is mutually exclusive from \"to\" and \"from\". (Optional - string)","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Thu, 18 Jul 2024 06:43:50 GMT"},{"key":"Content-Type","value":"text/csv;charset=ISO-8859-1"},{"key":"Content-Length","value":"138884"},{"key":"Connection","value":"keep-alive"},{"key":"trace-id","value":"9f14114504f2eafdc17f87b35adf3ec9"},{"key":"vary","value":"Origin"},{"key":"vary","value":"Access-Control-Request-Method"},{"key":"vary","value":"Access-Control-Request-Headers"},{"key":"x-correlation-id","value":"9f14114504f2eafdc17f87b35adf3ec9"},{"key":"x-amzn-trace-id","value":"Root=1-6698b9a5-0577fed6122ed20b08e6bcec"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"content-disposition","value":"attachment; filename=537218cf-cbcf-4164-84a8-6030b62b6f61-telemetry.csv"},{"key":"server-timing","value":"app;dur=112"},{"key":"etag","value":"\"0e9bc042b13df2fc1a00255becf5f3c40\""},{"key":"x-xss-protection","value":"1 ; mode=block"},{"key":"strict-transport-security","value":"max-age=31536000; preload"},{"key":"strict-transport-security","value":"max-age=31536000; preload"},{"key":"referrer-policy","value":"no-referrer"},{"key":"content-security-policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"x-download-options","value":"noopen"},{"key":"x-permitted-cross-domain-policies","value":"none"}],"cookie":[],"responseTime":null,"body":"\"Timestamp\",\"Bandwidth In (Mbps)\",\"Bandwidth Out (Mbps)\"\n\"2024-07-08T06:20:00.000Z\",\"0.000063\",\"0.000067\"\n\"2024-07-08T06:25:00.000Z\",\"0.014081\",\"0.013777\"\n\"2024-07-08T06:30:00.000Z\",\"0.01667\",\"0.016252\"\n\"2024-07-08T06:35:00.000Z\",\"0.016827\",\"0.016483\"\n\"2024-07-08T06:40:00.000Z\",\"0.017984\",\"0.017603\"\n\"2024-07-08T06:45:00.000Z\",\"0.018145\",\"0.017654\"\n\"2024-07-08T06:50:00.000Z\",\"0.022409\",\"0.022001\"\n\"2024-07-08T06:55:00.000Z\",\"0.000886\",\"0.000928\"\n\"2024-07-08T07:00:00.000Z\",\"0.00049\",\"0.000534\"\n\"2024-07-08T07:05:00.000Z\",\"0.000499\",\"0.000547\"\n\"2024-07-08T07:10:00.000Z\",\"0.01351\",\"0.0133\"\n\"2024-07-08T07:15:00.000Z\",\"0.028983\",\"0.028399\"\n\"2024-07-08T07:20:00.000Z\",\"0.012113\",\"0.011848\"\n\"2024-07-08T07:25:00.000Z\",\"0.013226\",\"0.012922\"\n\"2024-07-08T07:30:00.000Z\",\"0.021638\",\"0.02123\"\n\"2024-07-08T07:35:00.000Z\",\"0.016425\",\"0.016055\"\n\"2024-07-08T07:40:00.000Z\",\"0.013683\",\"0.013355\"\n\"2024-07-08T07:45:00.000Z\",\"0.010814\",\"0.010566\"\n\"2024-07-08T07:50:00.000Z\",\"0.011208\",\"0.010958\"\n\"2024-07-08T07:55:00.000Z\",\"0.01052\",\"0.010283\"\n\"2024-07-08T08:00:00.000Z\",\"0.011555\",\"0.011321\"\n\"2024-07-08T08:05:00.000Z\",\"0.01587\",\"0.015534\"\n\"2024-07-08T08:10:00.000Z\",\"0.014388\",\"0.014093\"\n\"2024-07-08T08:15:00.000Z\",\"0.010564\",\"0.010317\"\n\"2024-07-08T08:20:00.000Z\",\"0.010955\",\"0.010707\"\n\"2024-07-08T08:25:00.000Z\",\"0.01061\",\"0.010383\"\n\"2024-07-08T08:30:00.000Z\",\"0.010681\",\"0.010436\"\n\"2024-07-08T08:35:00.000Z\",\"0.015064\",\"0.014738\"\n\"2024-07-08T08:40:00.000Z\",\"0.019639\",\"0.019202\"\n\"2024-07-08T08:45:00.000Z\",\"0.019214\",\"0.018815\"\n\"2024-07-08T08:50:00.000Z\",\"0.01692\",\"0.01655\"\n\"2024-07-08T08:55:00.000Z\",\"0.016615\",\"0.016262\"\n\"2024-07-08T09:00:00.000Z\",\"0.011638\",\"0.011385\"\n\"2024-07-08T09:05:00.000Z\",\"0.010757\",\"0.010515\"\n\"2024-07-08T09:10:00.000Z\",\"0.011254\",\"0.011022\"\n\"2024-07-08T09:15:00.000Z\",\"0.010983\",\"0.010724\"\n\"2024-07-08T09:20:00.000Z\",\"0.010603\",\"0.010369\"\n\"2024-07-08T09:25:00.000Z\",\"0.01081\",\"0.010558\"\n\"2024-07-08T09:30:00.000Z\",\"0.010423\",\"0.010206\"\n\"2024-07-08T09:35:00.000Z\",\"0.010981\",\"0.010747\"\n\"2024-07-08T09:40:00.000Z\",\"0.010502\",\"0.01026\"\n\"2024-07-08T09:45:00.000Z\",\"0.010715\",\"0.010465\"\n\"2024-07-08T09:50:00.000Z\",\"0.011095\",\"0.010862\"\n\"2024-07-08T09:55:00.000Z\",\"0.010578\",\"0.010337\"\n\"2024-07-08T10:00:00.000Z\",\"0.010827\",\"0.010578\"\n\"2024-07-08T10:05:00.000Z\",\"0.010975\",\"0.010724\"\n\"2024-07-08T10:10:00.000Z\",\"0.0106\",\"0.010359\"\n\"2024-07-08T10:15:00.000Z\",\"0.010687\",\"0.010438\"\n\"2024-07-08T10:20:00.000Z\",\"0.010697\",\"0.010449\"\n\"2024-07-08T10:25:00.000Z\",\"0.011369\",\"0.01112\"\n\"2024-07-08T10:30:00.000Z\",\"0.010538\",\"0.010308\"\n\"2024-07-08T10:35:00.000Z\",\"0.010697\",\"0.010452\"\n\"2024-07-08T10:40:00.000Z\",\"0.01075\",\"0.010522\"\n\"2024-07-08T10:45:00.000Z\",\"0.010794\",\"0.010558\"\n\"2024-07-08T10:50:00.000Z\",\"0.010438\",\"0.010195\"\n\"2024-07-08T10:55:00.000Z\",\"0.011521\",\"0.011269\"\n\"2024-07-08T11:00:00.000Z\",\"0.011118\",\"0.01087\"\n\"2024-07-08T11:05:00.000Z\",\"0.03237\",\"0.031715\"\n\"2024-07-08T11:10:00.000Z\",\"0.021256\",\"0.020835\"\n\"2024-07-08T11:15:00.000Z\",\"0.013435\",\"0.013142\"\n\"2024-07-08T11:20:00.000Z\",\"0.010634\",\"0.010379\"\n\"2024-07-08T11:25:00.000Z\",\"0.010503\",\"0.01029\"\n\"2024-07-08T11:30:00.000Z\",\"0.010603\",\"0.010364\"\n\"2024-07-08T11:35:00.000Z\",\"0.011186\",\"0.010928\"\n\"2024-07-08T11:40:00.000Z\",\"0.010528\",\"0.010296\"\n\"2024-07-08T11:45:00.000Z\",\"0.010845\",\"0.010601\"\n\"2024-07-08T11:50:00.000Z\",\"0.011321\",\"0.011086\"\n\"2024-07-08T11:55:00.000Z\",\"0.011629\",\"0.011376\"\n\"2024-07-08T12:00:00.000Z\",\"0.010461\",\"0.010241\"\n\"2024-07-08T12:05:00.000Z\",\"0.010697\",\"0.010452\"\n\"2024-07-08T12:10:00.000Z\",\"0.010453\",\"0.010197\"\n\"2024-07-08T12:15:00.000Z\",\"0.011285\",\"0.011031\"\n\"2024-07-08T12:20:00.000Z\",\"0.010522\",\"0.010279\"\n\"2024-07-08T12:25:00.000Z\",\"0.010374\",\"0.01014\"\n\"2024-07-08T12:30:00.000Z\",\"0.010697\",\"0.010465\"\n\"2024-07-08T12:35:00.000Z\",\"0.011142\",\"0.010867\"\n\"2024-07-08T12:40:00.000Z\",\"0.010885\",\"0.010574\"\n\"2024-07-08T12:45:00.000Z\",\"0.010444\",\"0.010207\"\n\"2024-07-08T12:50:00.000Z\",\"0.010905\",\"0.010656\"\n\"2024-07-08T12:55:00.000Z\",\"0.010923\",\"0.010676\"\n\"2024-07-08T13:00:00.000Z\",\"0.011102\",\"0.01085\"\n\"2024-07-08T13:05:00.000Z\",\"0.011036\",\"0.0108\"\n\"2024-07-08T13:10:00.000Z\",\"0.010124\",\"0.00989\"\n\"2024-07-08T13:15:00.000Z\",\"0.010381\",\"0.01013\"\n\"2024-07-08T13:20:00.000Z\",\"0.010514\",\"0.010269\"\n\"2024-07-08T13:25:00.000Z\",\"0.010559\",\"0.010328\"\n\"2024-07-08T13:30:00.000Z\",\"0.010484\",\"0.010251\"\n\"2024-07-08T13:35:00.000Z\",\"0.010811\",\"0.010562\"\n\"2024-07-08T13:40:00.000Z\",\"0.010428\",\"0.010201\"\n\"2024-07-08T13:45:00.000Z\",\"0.010867\",\"0.01061\"\n\"2024-07-08T13:50:00.000Z\",\"0.010989\",\"0.010755\"\n\"2024-07-08T13:55:00.000Z\",\"0.010547\",\"0.010309\"\n\"2024-07-08T14:00:00.000Z\",\"0.010721\",\"0.010476\"\n\"2024-07-08T14:05:00.000Z\",\"0.010821\",\"0.010589\"\n\"2024-07-08T14:10:00.000Z\",\"0.010505\",\"0.010263\"\n\"2024-07-08T14:15:00.000Z\",\"0.010705\",\"0.010466\"\n\"2024-07-08T14:20:00.000Z\",\"0.010994\",\"0.010737\"\n\"2024-07-08T14:25:00.000Z\",\"0.011586\",\"0.011341\"\n\"2024-07-08T14:30:00.000Z\",\"0.010682\",\"0.010445\"\n\"2024-07-08T14:35:00.000Z\",\"0.010672\",\"0.010441\"\n\"2024-07-08T14:40:00.000Z\",\"0.0105\",\"0.010261\"\n\"2024-07-08T14:45:00.000Z\",\"0.010817\",\"0.01055\"\n\"2024-07-08T14:50:00.000Z\",\"0.011289\",\"0.01104\"\n\"2024-07-08T14:55:00.000Z\",\"0.010655\",\"0.010418\"\n\"2024-07-08T15:00:00.000Z\",\"0.010695\",\"0.01046\"\n\"2024-07-08T15:05:00.000Z\",\"0.010931\",\"0.010695\"\n\"2024-07-08T15:10:00.000Z\",\"0.01067\",\"0.01042\"\n\"2024-07-08T15:15:00.000Z\",\"0.013239\",\"0.012951\"\n\"2024-07-08T15:20:00.000Z\",\"0.010911\",\"0.010665\"\n\"2024-07-08T15:25:00.000Z\",\"0.010389\",\"0.010144\"\n\"2024-07-08T15:30:00.000Z\",\"0.010547\",\"0.010313\"\n\"2024-07-08T15:35:00.000Z\",\"0.010927\",\"0.010683\"\n\"2024-07-08T15:40:00.000Z\",\"0.010509\",\"0.010277\"\n\"2024-07-08T15:45:00.000Z\",\"0.010771\",\"0.010537\"\n\"2024-07-08T15:50:00.000Z\",\"0.01107\",\"0.010841\"\n\"2024-07-08T15:55:00.000Z\",\"0.011475\",\"0.011225\"\n\"2024-07-08T16:00:00.000Z\",\"0.010722\",\"0.010494\"\n\"2024-07-08T16:05:00.000Z\",\"0.010311\",\"0.010079\"\n\"2024-07-08T16:10:00.000Z\",\"0.010679\",\"0.01043\"\n\"2024-07-08T16:15:00.000Z\",\"0.010998\",\"0.010747\"\n\"2024-07-08T16:20:00.000Z\",\"0.010783\",\"0.010544\"\n\"2024-07-08T16:25:00.000Z\",\"0.010576\",\"0.010331\"\n\"2024-07-08T16:30:00.000Z\",\"0.011089\",\"0.01084\"\n\"2024-07-08T16:35:00.000Z\",\"0.010663\",\"0.010433\"\n\"2024-07-08T16:40:00.000Z\",\"0.010609\",\"0.010383\"\n\"2024-07-08T16:45:00.000Z\",\"0.010639\",\"0.010409\"\n\"2024-07-08T16:50:00.000Z\",\"0.010814\",\"0.010565\"\n\"2024-07-08T16:55:00.000Z\",\"0.01124\",\"0.010983\"\n\"2024-07-08T17:00:00.000Z\",\"0.010578\",\"0.010339\"\n\"2024-07-08T17:05:00.000Z\",\"0.010737\",\"0.010501\"\n\"2024-07-08T17:10:00.000Z\",\"0.010819\",\"0.010577\"\n\"2024-07-08T17:15:00.000Z\",\"0.011414\",\"0.011169\"\n\"2024-07-08T17:20:00.000Z\",\"0.010337\",\"0.010099\"\n\"2024-07-08T17:25:00.000Z\",\"0.010855\",\"0.010593\"\n\"2024-07-08T17:30:00.000Z\",\"0.010901\",\"0.010649\"\n\"2024-07-08T17:35:00.000Z\",\"0.0104\",\"0.010163\"\n\"2024-07-08T17:40:00.000Z\",\"0.010693\",\"0.010458\"\n\"2024-07-08T17:45:00.000Z\",\"0.011242\",\"0.01099\"\n\"2024-07-08T17:50:00.000Z\",\"0.010664\",\"0.010432\"\n\"2024-07-08T17:55:00.000Z\",\"0.01112\",\"0.010886\"\n\"2024-07-08T18:00:00.000Z\",\"0.010807\",\"0.010578\"\n\"2024-07-08T18:05:00.000Z\",\"0.010931\",\"0.010688\"\n\"2024-07-08T18:10:00.000Z\",\"0.010462\",\"0.010219\"\n\"2024-07-08T18:15:00.000Z\",\"0.010478\",\"0.010245\"\n\"2024-07-08T18:20:00.000Z\",\"0.010887\",\"0.010638\"\n\"2024-07-08T18:25:00.000Z\",\"0.010845\",\"0.010588\"\n\"2024-07-08T18:30:00.000Z\",\"0.010809\",\"0.010579\"\n\"2024-07-08T18:35:00.000Z\",\"0.011358\",\"0.011069\"\n\"2024-07-08T18:40:00.000Z\",\"0.011268\",\"0.011014\"\n\"2024-07-08T18:45:00.000Z\",\"0.011046\",\"0.010805\"\n\"2024-07-08T18:50:00.000Z\",\"0.010482\",\"0.010239\"\n\"2024-07-08T18:55:00.000Z\",\"0.010925\",\"0.010669\"\n\"2024-07-08T19:00:00.000Z\",\"0.011375\",\"0.011123\"\n\"2024-07-08T19:05:00.000Z\",\"0.012941\",\"0.012649\"\n\"2024-07-08T19:10:00.000Z\",\"0.01095\",\"0.010718\"\n\"2024-07-08T19:15:00.000Z\",\"0.010688\",\"0.010436\"\n\"2024-07-08T19:20:00.000Z\",\"0.010424\",\"0.010194\"\n\"2024-07-08T19:25:00.000Z\",\"0.010777\",\"0.010513\"\n\"2024-07-08T19:30:00.000Z\",\"0.011087\",\"0.010845\"\n\"2024-07-08T19:35:00.000Z\",\"0.010613\",\"0.010377\"\n\"2024-07-08T19:40:00.000Z\",\"0.010491\",\"0.010261\"\n\"2024-07-08T19:45:00.000Z\",\"0.010985\",\"0.01072\"\n\"2024-07-08T19:50:00.000Z\",\"0.010696\",\"0.010463\"\n\"2024-07-08T19:55:00.000Z\",\"0.010865\",\"0.01062\"\n\"2024-07-08T20:00:00.000Z\",\"0.011232\",\"0.010984\"\n\"2024-07-08T20:05:00.000Z\",\"0.011629\",\"0.011368\"\n\"2024-07-08T20:10:00.000Z\",\"0.010752\",\"0.010519\"\n\"2024-07-08T20:15:00.000Z\",\"0.010824\",\"0.01058\"\n\"2024-07-08T20:20:00.000Z\",\"0.010571\",\"0.010335\"\n\"2024-07-08T20:25:00.000Z\",\"0.010884\",\"0.010632\"\n\"2024-07-08T20:30:00.000Z\",\"0.01053\",\"0.010285\"\n\"2024-07-08T20:35:00.000Z\",\"0.010562\",\"0.010324\"\n\"2024-07-08T20:40:00.000Z\",\"0.010394\",\"0.01016\"\n\"2024-07-08T20:45:00.000Z\",\"0.010834\",\"0.010593\"\n\"2024-07-08T20:50:00.000Z\",\"0.010681\",\"0.010458\"\n\"2024-07-08T20:55:00.000Z\",\"0.010665\",\"0.01042\"\n\"2024-07-08T21:00:00.000Z\",\"0.011128\",\"0.01088\"\n\"2024-07-08T21:05:00.000Z\",\"0.010763\",\"0.010514\"\n\"2024-07-08T21:10:00.000Z\",\"0.010462\",\"0.010233\"\n\"2024-07-08T21:15:00.000Z\",\"0.010729\",\"0.010485\"\n\"2024-07-08T21:20:00.000Z\",\"0.010531\",\"0.010297\"\n\"2024-07-08T21:25:00.000Z\",\"0.011514\",\"0.011272\"\n\"2024-07-08T21:30:00.000Z\",\"0.010544\",\"0.010294\"\n\"2024-07-08T21:35:00.000Z\",\"0.010747\",\"0.010509\"\n\"2024-07-08T21:40:00.000Z\",\"0.01054\",\"0.010305\"\n\"2024-07-08T21:45:00.000Z\",\"0.010821\",\"0.010585\"\n\"2024-07-08T21:50:00.000Z\",\"0.010451\",\"0.010211\"\n\"2024-07-08T21:55:00.000Z\",\"0.011133\",\"0.010901\"\n\"2024-07-08T22:00:00.000Z\",\"0.010509\",\"0.010284\"\n\"2024-07-08T22:05:00.000Z\",\"0.011124\",\"0.010869\"\n\"2024-07-08T22:10:00.000Z\",\"0.010389\",\"0.010152\"\n\"2024-07-08T22:15:00.000Z\",\"0.010907\",\"0.010663\"\n\"2024-07-08T22:20:00.000Z\",\"0.010456\",\"0.010241\"\n\"2024-07-08T22:25:00.000Z\",\"0.010963\",\"0.010725\"\n\"2024-07-08T22:30:00.000Z\",\"0.010414\",\"0.010173\"\n\"2024-07-08T22:35:00.000Z\",\"0.010659\",\"0.010429\"\n\"2024-07-08T22:40:00.000Z\",\"0.010518\",\"0.010288\"\n\"2024-07-08T22:45:00.000Z\",\"0.011122\",\"0.010875\"\n\"2024-07-08T22:50:00.000Z\",\"0.012641\",\"0.012374\"\n\"2024-07-08T22:55:00.000Z\",\"0.011929\",\"0.011682\"\n\"2024-07-08T23:00:00.000Z\",\"0.010554\",\"0.010314\"\n\"2024-07-08T23:05:00.000Z\",\"0.011077\",\"0.010829\"\n\"2024-07-08T23:10:00.000Z\",\"0.010635\",\"0.010391\"\n\"2024-07-08T23:15:00.000Z\",\"0.010662\",\"0.010429\"\n\"2024-07-08T23:20:00.000Z\",\"0.010351\",\"0.010121\"\n\"2024-07-08T23:25:00.000Z\",\"0.011058\",\"0.010794\"\n\"2024-07-08T23:30:00.000Z\",\"0.010392\",\"0.010155\"\n\"2024-07-08T23:35:00.000Z\",\"0.010627\",\"0.010392\"\n\"2024-07-08T23:40:00.000Z\",\"0.010955\",\"0.0107\"\n\"2024-07-08T23:45:00.000Z\",\"0.024308\",\"0.023831\"\n\"2024-07-08T23:50:00.000Z\",\"0.043984\",\"0.043168\"\n\"2024-07-08T23:55:00.000Z\",\"0.043736\",\"0.042921\"\n\"2024-07-09T00:00:00.000Z\",\"0.044509\",\"0.043673\"\n\"2024-07-09T00:05:00.000Z\",\"0.044219\",\"0.043375\"\n\"2024-07-09T00:10:00.000Z\",\"0.045849\",\"0.045013\"\n\"2024-07-09T00:15:00.000Z\",\"0.029402\",\"0.028847\"\n\"2024-07-09T00:20:00.000Z\",\"0.010507\",\"0.010269\"\n\"2024-07-09T00:25:00.000Z\",\"0.011331\",\"0.011086\"\n\"2024-07-09T00:30:00.000Z\",\"0.010706\",\"0.010466\"\n\"2024-07-09T00:35:00.000Z\",\"0.010589\",\"0.010345\"\n\"2024-07-09T00:40:00.000Z\",\"0.010473\",\"0.010237\"\n\"2024-07-09T00:45:00.000Z\",\"0.010892\",\"0.010655\"\n\"2024-07-09T00:50:00.000Z\",\"0.01107\",\"0.010837\"\n\"2024-07-09T00:55:00.000Z\",\"0.01066\",\"0.010422\"\n\"2024-07-09T01:00:00.000Z\",\"0.010595\",\"0.010374\"\n\"2024-07-09T01:05:00.000Z\",\"0.010566\",\"0.010337\"\n\"2024-07-09T01:10:00.000Z\",\"0.010747\",\"0.0105\"\n\"2024-07-09T01:15:00.000Z\",\"0.010665\",\"0.010424\"\n\"2024-07-09T01:20:00.000Z\",\"0.010398\",\"0.010161\"\n\"2024-07-09T01:25:00.000Z\",\"0.011405\",\"0.011164\"\n\"2024-07-09T01:30:00.000Z\",\"0.010669\",\"0.010423\"\n\"2024-07-09T01:35:00.000Z\",\"0.010542\",\"0.010298\"\n\"2024-07-09T01:40:00.000Z\",\"0.010675\",\"0.010417\"\n\"2024-07-09T01:45:00.000Z\",\"0.010715\",\"0.010468\"\n\"2024-07-09T01:50:00.000Z\",\"0.011318\",\"0.01107\"\n\"2024-07-09T01:55:00.000Z\",\"0.010718\",\"0.010477\"\n\"2024-07-09T02:00:00.000Z\",\"0.010554\",\"0.010307\"\n\"2024-07-09T02:05:00.000Z\",\"0.010835\",\"0.010581\"\n\"2024-07-09T02:10:00.000Z\",\"0.010743\",\"0.0105\"\n\"2024-07-09T02:15:00.000Z\",\"0.010773\",\"0.010534\"\n\"2024-07-09T02:20:00.000Z\",\"0.0105\",\"0.010275\"\n\"2024-07-09T02:25:00.000Z\",\"0.010803\",\"0.01056\"\n\"2024-07-09T02:30:00.000Z\",\"0.011401\",\"0.01114\"\n\"2024-07-09T02:35:00.000Z\",\"0.010664\",\"0.010418\"\n\"2024-07-09T02:40:00.000Z\",\"0.010548\",\"0.010314\"\n\"2024-07-09T02:45:00.000Z\",\"0.014458\",\"0.014148\"\n\"2024-07-09T02:50:00.000Z\",\"0.042086\",\"0.041303\"\n\"2024-07-09T02:55:00.000Z\",\"0.04744\",\"0.046569\"\n\"2024-07-09T03:00:00.000Z\",\"0.043582\",\"0.042764\"\n\"2024-07-09T03:05:00.000Z\",\"0.042543\",\"0.041746\"\n\"2024-07-09T03:10:00.000Z\",\"0.043134\",\"0.042307\"\n\"2024-07-09T03:15:00.000Z\",\"0.043404\",\"0.042588\"\n\"2024-07-09T03:20:00.000Z\",\"0.043578\",\"0.042763\"\n\"2024-07-09T03:25:00.000Z\",\"0.043813\",\"0.042991\"\n\"2024-07-09T03:30:00.000Z\",\"0.043901\",\"0.043087\"\n\"2024-07-09T03:35:00.000Z\",\"0.044998\",\"0.04416\"\n\"2024-07-09T03:40:00.000Z\",\"0.043378\",\"0.042575\"\n\"2024-07-09T03:45:00.000Z\",\"0.043675\",\"0.042831\"\n\"2024-07-09T03:50:00.000Z\",\"0.043491\",\"0.0427\"\n\"2024-07-09T03:55:00.000Z\",\"0.043493\",\"0.042675\"\n\"2024-07-09T04:00:00.000Z\",\"0.044541\",\"0.043708\"\n\"2024-07-09T04:05:00.000Z\",\"0.042812\",\"0.042011\"\n\"2024-07-09T04:10:00.000Z\",\"0.043236\",\"0.042432\"\n\"2024-07-09T04:15:00.000Z\",\"0.044668\",\"0.043832\"\n\"2024-07-09T04:20:00.000Z\",\"0.043742\",\"0.042899\"\n\"2024-07-09T04:25:00.000Z\",\"0.042808\",\"0.041998\"\n\"2024-07-09T04:30:00.000Z\",\"0.043698\",\"0.042867\"\n\"2024-07-09T04:35:00.000Z\",\"0.044174\",\"0.043351\"\n\"2024-07-09T04:40:00.000Z\",\"0.043158\",\"0.04236\"\n\"2024-07-09T04:45:00.000Z\",\"0.044033\",\"0.043214\"\n\"2024-07-09T04:50:00.000Z\",\"0.04304\",\"0.042227\"\n\"2024-07-09T04:55:00.000Z\",\"0.043407\",\"0.042604\"\n\"2024-07-09T05:00:00.000Z\",\"0.03431\",\"0.033679\"\n\"2024-07-09T05:05:00.000Z\",\"0.01357\",\"0.013288\"\n\"2024-07-09T05:10:00.000Z\",\"0.041059\",\"0.04027\"\n\"2024-07-09T05:15:00.000Z\",\"0.034434\",\"0.033772\"\n\"2024-07-09T05:20:00.000Z\",\"0.042446\",\"0.041634\"\n\"2024-07-09T05:25:00.000Z\",\"0.042983\",\"0.042164\"\n\"2024-07-09T05:30:00.000Z\",\"0.037192\",\"0.036494\"\n\"2024-07-09T05:35:00.000Z\",\"0.022107\",\"0.021659\"\n\"2024-07-09T05:40:00.000Z\",\"0.030845\",\"0.030266\"\n\"2024-07-09T05:45:00.000Z\",\"0.043535\",\"0.042717\"\n\"2024-07-09T05:50:00.000Z\",\"0.042469\",\"0.041672\"\n\"2024-07-09T05:55:00.000Z\",\"0.042651\",\"0.04185\"\n\"2024-07-09T06:00:00.000Z\",\"0.044681\",\"0.043839\"\n\"2024-07-09T06:05:00.000Z\",\"0.043025\",\"0.042208\"\n\"2024-07-09T06:10:00.000Z\",\"0.043928\",\"0.0431\"\n\"2024-07-09T06:15:00.000Z\",\"0.043317\",\"0.042513\"\n\"2024-07-09T06:20:00.000Z\",\"0.04549\",\"0.044641\"\n\"2024-07-09T06:25:00.000Z\",\"0.043455\",\"0.042651\"\n\"2024-07-09T06:30:00.000Z\",\"0.043607\",\"0.042781\"\n\"2024-07-09T06:35:00.000Z\",\"0.042874\",\"0.042061\"\n\"2024-07-09T06:40:00.000Z\",\"0.046402\",\"0.045525\"\n\"2024-07-09T06:45:00.000Z\",\"0.043777\",\"0.042947\"\n\"2024-07-09T06:50:00.000Z\",\"0.042549\",\"0.041741\"\n\"2024-07-09T06:55:00.000Z\",\"0.043013\",\"0.042204\"\n\"2024-07-09T07:00:00.000Z\",\"0.044104\",\"0.043285\"\n\"2024-07-09T07:05:00.000Z\",\"0.042789\",\"0.041994\"\n\"2024-07-09T07:10:00.000Z\",\"0.043059\",\"0.042251\"\n\"2024-07-09T07:15:00.000Z\",\"0.043384\",\"0.042579\"\n\"2024-07-09T07:20:00.000Z\",\"0.044752\",\"0.043934\"\n\"2024-07-09T07:25:00.000Z\",\"0.043715\",\"0.042897\"\n\"2024-07-09T07:30:00.000Z\",\"0.043073\",\"0.042259\"\n\"2024-07-09T07:35:00.000Z\",\"0.042663\",\"0.041855\"\n\"2024-07-09T07:40:00.000Z\",\"0.024186\",\"0.023712\"\n\"2024-07-09T07:45:00.000Z\",\"0.010916\",\"0.010674\"\n\"2024-07-09T07:50:00.000Z\",\"0.010606\",\"0.010365\"\n\"2024-07-09T07:55:00.000Z\",\"0.011211\",\"0.01098\"\n\"2024-07-09T08:00:00.000Z\",\"0.010896\",\"0.010643\"\n\"2024-07-09T08:05:00.000Z\",\"0.010834\",\"0.010587\"\n\"2024-07-09T08:10:00.000Z\",\"0.010655\",\"0.010397\"\n\"2024-07-09T08:15:00.000Z\",\"0.010766\",\"0.010513\"\n\"2024-07-09T08:20:00.000Z\",\"0.010791\",\"0.010555\"\n\"2024-07-09T08:25:00.000Z\",\"0.010731\",\"0.010469\"\n\"2024-07-09T08:30:00.000Z\",\"0.010395\",\"0.010158\"\n\"2024-07-09T08:35:00.000Z\",\"0.011019\",\"0.01075\"\n\"2024-07-09T08:40:00.000Z\",\"0.010645\",\"0.010392\"\n\"2024-07-09T08:45:00.000Z\",\"0.011266\",\"0.011033\"\n\"2024-07-09T08:50:00.000Z\",\"0.011117\",\"0.010863\"\n\"2024-07-09T08:55:00.000Z\",\"0.01105\",\"0.010806\"\n\"2024-07-09T09:00:00.000Z\",\"0.010551\",\"0.010303\"\n\"2024-07-09T09:05:00.000Z\",\"0.010748\",\"0.010491\"\n\"2024-07-09T09:10:00.000Z\",\"0.010647\",\"0.010414\"\n\"2024-07-09T09:15:00.000Z\",\"0.010467\",\"0.010233\"\n\"2024-07-09T09:20:00.000Z\",\"0.010454\",\"0.010228\"\n\"2024-07-09T09:25:00.000Z\",\"0.010657\",\"0.010413\"\n\"2024-07-09T09:30:00.000Z\",\"0.010681\",\"0.010424\"\n\"2024-07-09T09:35:00.000Z\",\"0.010611\",\"0.010355\"\n\"2024-07-09T09:40:00.000Z\",\"0.010354\",\"0.010129\"\n\"2024-07-09T09:45:00.000Z\",\"0.010607\",\"0.010358\"\n\"2024-07-09T09:50:00.000Z\",\"0.011324\",\"0.011074\"\n\"2024-07-09T09:55:00.000Z\",\"0.011358\",\"0.011108\"\n\"2024-07-09T10:00:00.000Z\",\"0.010514\",\"0.010275\"\n\"2024-07-09T10:05:00.000Z\",\"0.010926\",\"0.010661\"\n\"2024-07-09T10:10:00.000Z\",\"0.010477\",\"0.010231\"\n\"2024-07-09T10:15:00.000Z\",\"0.01087\",\"0.010611\"\n\"2024-07-09T10:20:00.000Z\",\"0.010946\",\"0.010264\"\n\"2024-07-09T10:25:00.000Z\",\"0.010854\",\"0.010603\"\n\"2024-07-09T10:30:00.000Z\",\"0.010726\",\"0.010464\"\n\"2024-07-09T10:35:00.000Z\",\"0.010651\",\"0.010399\"\n\"2024-07-09T10:40:00.000Z\",\"0.010761\",\"0.010511\"\n\"2024-07-09T10:45:00.000Z\",\"0.010714\",\"0.010472\"\n\"2024-07-09T10:50:00.000Z\",\"0.013034\",\"0.012737\"\n\"2024-07-09T10:55:00.000Z\",\"0.011176\",\"0.010923\"\n\"2024-07-09T11:00:00.000Z\",\"0.010532\",\"0.010293\"\n\"2024-07-09T11:05:00.000Z\",\"0.010529\",\"0.01029\"\n\"2024-07-09T11:10:00.000Z\",\"0.010561\",\"0.010313\"\n\"2024-07-09T11:15:00.000Z\",\"0.010688\",\"0.010448\"\n\"2024-07-09T11:20:00.000Z\",\"0.011424\",\"0.011167\"\n\"2024-07-09T11:25:00.000Z\",\"0.010841\",\"0.010602\"\n\"2024-07-09T11:30:00.000Z\",\"0.010692\",\"0.010441\"\n\"2024-07-09T11:35:00.000Z\",\"0.010837\",\"0.010589\"\n\"2024-07-09T11:40:00.000Z\",\"0.010616\",\"0.01037\"\n\"2024-07-09T11:45:00.000Z\",\"0.010566\",\"0.010332\"\n\"2024-07-09T11:50:00.000Z\",\"0.010699\",\"0.010423\"\n\"2024-07-09T11:55:00.000Z\",\"0.010834\",\"0.010576\"\n\"2024-07-09T12:00:00.000Z\",\"0.010742\",\"0.010511\"\n\"2024-07-09T12:05:00.000Z\",\"0.011001\",\"0.01076\"\n\"2024-07-09T12:10:00.000Z\",\"0.010383\",\"0.01013\"\n\"2024-07-09T12:15:00.000Z\",\"0.01105\",\"0.010794\"\n\"2024-07-09T12:20:00.000Z\",\"0.01094\",\"0.010678\"\n\"2024-07-09T12:25:00.000Z\",\"0.010432\",\"0.01019\"\n\"2024-07-09T12:30:00.000Z\",\"0.010586\",\"0.010326\"\n\"2024-07-09T12:35:00.000Z\",\"0.011478\",\"0.011207\"\n\"2024-07-09T12:40:00.000Z\",\"0.010395\",\"0.010154\"\n\"2024-07-09T12:45:00.000Z\",\"0.010647\",\"0.010394\"\n\"2024-07-09T12:50:00.000Z\",\"0.010825\",\"0.010579\"\n\"2024-07-09T12:55:00.000Z\",\"0.011251\",\"0.011018\"\n\"2024-07-09T13:00:00.000Z\",\"0.010405\",\"0.010164\"\n\"2024-07-09T13:05:00.000Z\",\"0.010784\",\"0.010525\"\n\"2024-07-09T13:10:00.000Z\",\"0.010681\",\"0.010428\"\n\"2024-07-09T13:15:00.000Z\",\"0.010813\",\"0.010568\"\n\"2024-07-09T13:20:00.000Z\",\"0.010744\",\"0.010481\"\n\"2024-07-09T13:25:00.000Z\",\"0.010858\",\"0.010598\"\n\"2024-07-09T13:30:00.000Z\",\"0.010444\",\"0.010184\"\n\"2024-07-09T13:35:00.000Z\",\"0.011095\",\"0.010835\"\n\"2024-07-09T13:40:00.000Z\",\"0.010637\",\"0.010389\"\n\"2024-07-09T13:45:00.000Z\",\"0.01123\",\"0.010993\"\n\"2024-07-09T13:50:00.000Z\",\"0.01066\",\"0.010416\"\n\"2024-07-09T13:55:00.000Z\",\"0.011095\",\"0.010856\"\n\"2024-07-09T14:00:00.000Z\",\"0.010724\",\"0.010471\"\n\"2024-07-09T14:05:00.000Z\",\"0.010943\",\"0.010686\"\n\"2024-07-09T14:10:00.000Z\",\"0.01074\",\"0.010483\"\n\"2024-07-09T14:15:00.000Z\",\"0.010593\",\"0.010343\"\n\"2024-07-09T14:20:00.000Z\",\"0.010864\",\"0.010612\"\n\"2024-07-09T14:25:00.000Z\",\"0.010737\",\"0.010472\"\n\"2024-07-09T14:30:00.000Z\",\"0.010265\",\"0.01002\"\n\"2024-07-09T14:35:00.000Z\",\"0.01094\",\"0.010687\"\n\"2024-07-09T14:40:00.000Z\",\"0.010559\",\"0.010298\"\n\"2024-07-09T14:45:00.000Z\",\"0.010452\",\"0.010204\"\n\"2024-07-09T14:50:00.000Z\",\"0.011047\",\"0.010786\"\n\"2024-07-09T14:55:00.000Z\",\"0.013411\",\"0.013101\"\n\"2024-07-09T15:00:00.000Z\",\"0.011335\",\"0.011099\"\n\"2024-07-09T15:05:00.000Z\",\"0.010312\",\"0.010073\"\n\"2024-07-09T15:10:00.000Z\",\"0.010933\",\"0.01069\"\n\"2024-07-09T15:15:00.000Z\",\"0.010753\",\"0.010521\"\n\"2024-07-09T15:20:00.000Z\",\"0.01056\",\"0.01033\"\n\"2024-07-09T15:25:00.000Z\",\"0.010594\",\"0.010341\"\n\"2024-07-09T15:30:00.000Z\",\"0.010597\",\"0.010363\"\n\"2024-07-09T15:35:00.000Z\",\"0.010814\",\"0.010566\"\n\"2024-07-09T15:40:00.000Z\",\"0.010665\",\"0.010422\"\n\"2024-07-09T15:45:00.000Z\",\"0.01049\",\"0.010247\"\n\"2024-07-09T15:50:00.000Z\",\"0.011211\",\"0.010959\"\n\"2024-07-09T15:55:00.000Z\",\"0.010931\",\"0.01066\"\n\"2024-07-09T16:00:00.000Z\",\"0.010584\",\"0.01033\"\n\"2024-07-09T16:05:00.000Z\",\"0.011003\",\"0.010741\"\n\"2024-07-09T16:10:00.000Z\",\"0.011273\",\"0.011006\"\n\"2024-07-09T16:15:00.000Z\",\"0.010567\",\"0.010329\"\n\"2024-07-09T16:20:00.000Z\",\"0.01051\",\"0.010254\"\n\"2024-07-09T16:25:00.000Z\",\"0.010463\",\"0.010225\"\n\"2024-07-09T16:30:00.000Z\",\"0.010653\",\"0.010406\"\n\"2024-07-09T16:35:00.000Z\",\"0.010737\",\"0.010474\"\n\"2024-07-09T16:40:00.000Z\",\"0.010444\",\"0.010186\"\n\"2024-07-09T16:45:00.000Z\",\"0.011743\",\"0.011462\"\n\"2024-07-09T16:50:00.000Z\",\"0.010444\",\"0.010197\"\n\"2024-07-09T16:55:00.000Z\",\"0.01065\",\"0.010396\"\n\"2024-07-09T17:00:00.000Z\",\"0.010807\",\"0.010539\"\n\"2024-07-09T17:05:00.000Z\",\"0.010528\",\"0.010283\"\n\"2024-07-09T17:10:00.000Z\",\"0.01047\",\"0.010212\"\n\"2024-07-09T17:15:00.000Z\",\"0.010477\",\"0.010211\"\n\"2024-07-09T17:20:00.000Z\",\"0.011697\",\"0.011436\"\n\"2024-07-09T17:25:00.000Z\",\"0.010704\",\"0.01044\"\n\"2024-07-09T17:30:00.000Z\",\"0.01063\",\"0.01037\"\n\"2024-07-09T17:35:00.000Z\",\"0.010866\",\"0.010618\"\n\"2024-07-09T17:40:00.000Z\",\"0.010404\",\"0.010165\"\n\"2024-07-09T17:45:00.000Z\",\"0.011481\",\"0.01122\"\n\"2024-07-09T17:50:00.000Z\",\"0.010255\",\"0.010006\"\n\"2024-07-09T17:55:00.000Z\",\"0.010863\",\"0.010608\"\n\"2024-07-09T18:00:00.000Z\",\"0.010669\",\"0.010389\"\n\"2024-07-09T18:05:00.000Z\",\"0.010767\",\"0.010515\"\n\"2024-07-09T18:10:00.000Z\",\"0.010401\",\"0.01015\"\n\"2024-07-09T18:15:00.000Z\",\"0.010546\",\"0.010298\"\n\"2024-07-09T18:20:00.000Z\",\"0.011188\",\"0.010927\"\n\"2024-07-09T18:25:00.000Z\",\"0.010841\",\"0.01059\"\n\"2024-07-09T18:30:00.000Z\",\"0.010202\",\"0.009962\"\n\"2024-07-09T18:35:00.000Z\",\"0.010698\",\"0.010438\"\n\"2024-07-09T18:40:00.000Z\",\"0.012778\",\"0.012483\"\n\"2024-07-09T18:45:00.000Z\",\"0.011848\",\"0.011544\"\n\"2024-07-09T18:50:00.000Z\",\"0.01057\",\"0.010322\"\n\"2024-07-09T18:55:00.000Z\",\"0.010696\",\"0.010454\"\n\"2024-07-09T19:00:00.000Z\",\"0.01052\",\"0.01027\"\n\"2024-07-09T19:05:00.000Z\",\"0.010977\",\"0.010707\"\n\"2024-07-09T19:10:00.000Z\",\"0.010398\",\"0.010143\"\n\"2024-07-09T19:15:00.000Z\",\"0.010668\",\"0.010423\"\n\"2024-07-09T19:20:00.000Z\",\"0.010693\",\"0.010416\"\n\"2024-07-09T19:25:00.000Z\",\"0.010663\",\"0.010413\"\n\"2024-07-09T19:30:00.000Z\",\"0.010473\",\"0.010228\"\n\"2024-07-09T19:35:00.000Z\",\"0.010687\",\"0.010439\"\n\"2024-07-09T19:40:00.000Z\",\"0.011845\",\"0.01156\"\n\"2024-07-09T19:45:00.000Z\",\"0.010706\",\"0.010446\"\n\"2024-07-09T19:50:00.000Z\",\"0.010396\",\"0.010138\"\n\"2024-07-09T19:55:00.000Z\",\"0.010718\",\"0.010473\"\n\"2024-07-09T20:00:00.000Z\",\"0.010473\",\"0.010216\"\n\"2024-07-09T20:05:00.000Z\",\"0.010591\",\"0.010351\"\n\"2024-07-09T20:10:00.000Z\",\"0.010792\",\"0.010544\"\n\"2024-07-09T20:15:00.000Z\",\"0.010943\",\"0.01067\"\n\"2024-07-09T20:20:00.000Z\",\"0.010683\",\"0.010427\"\n\"2024-07-09T20:25:00.000Z\",\"0.010709\",\"0.010444\"\n\"2024-07-09T20:30:00.000Z\",\"0.010545\",\"0.010299\"\n\"2024-07-09T20:35:00.000Z\",\"0.011094\",\"0.010828\"\n\"2024-07-09T20:40:00.000Z\",\"0.010904\",\"0.010655\"\n\"2024-07-09T20:45:00.000Z\",\"0.01142\",\"0.011147\"\n\"2024-07-09T20:50:00.000Z\",\"0.010857\",\"0.010576\"\n\"2024-07-09T20:55:00.000Z\",\"0.010597\",\"0.010338\"\n\"2024-07-09T21:00:00.000Z\",\"0.010612\",\"0.010348\"\n\"2024-07-09T21:05:00.000Z\",\"0.010747\",\"0.010486\"\n\"2024-07-09T21:10:00.000Z\",\"0.010472\",\"0.010228\"\n\"2024-07-09T21:15:00.000Z\",\"0.011022\",\"0.010755\"\n\"2024-07-09T21:20:00.000Z\",\"0.010628\",\"0.010374\"\n\"2024-07-09T21:25:00.000Z\",\"0.010719\",\"0.01048\"\n\"2024-07-09T21:30:00.000Z\",\"0.010852\",\"0.010606\"\n\"2024-07-09T21:35:00.000Z\",\"0.010893\",\"0.010658\"\n\"2024-07-09T21:40:00.000Z\",\"0.010401\",\"0.010142\"\n\"2024-07-09T21:45:00.000Z\",\"0.010994\",\"0.010721\"\n\"2024-07-09T21:50:00.000Z\",\"0.010563\",\"0.010283\"\n\"2024-07-09T21:55:00.000Z\",\"0.011027\",\"0.01076\"\n\"2024-07-09T22:00:00.000Z\",\"0.011354\",\"0.011085\"\n\"2024-07-09T22:05:00.000Z\",\"0.01088\",\"0.010617\"\n\"2024-07-09T22:10:00.000Z\",\"0.010506\",\"0.010267\"\n\"2024-07-09T22:15:00.000Z\",\"0.010906\",\"0.010644\"\n\"2024-07-09T22:20:00.000Z\",\"0.010573\",\"0.010325\"\n\"2024-07-09T22:25:00.000Z\",\"0.010538\",\"0.010286\"\n\"2024-07-09T22:30:00.000Z\",\"0.0106\",\"0.010351\"\n\"2024-07-09T22:35:00.000Z\",\"0.010787\",\"0.010542\"\n\"2024-07-09T22:40:00.000Z\",\"0.011176\",\"0.010896\"\n\"2024-07-09T22:45:00.000Z\",\"0.013271\",\"0.012945\"\n\"2024-07-09T22:50:00.000Z\",\"0.010501\",\"0.010252\"\n\"2024-07-09T22:55:00.000Z\",\"0.010596\",\"0.010345\"\n\"2024-07-09T23:00:00.000Z\",\"0.010933\",\"0.01067\"\n\"2024-07-09T23:05:00.000Z\",\"0.010564\",\"0.010315\"\n\"2024-07-09T23:10:00.000Z\",\"0.011203\",\"0.010941\"\n\"2024-07-09T23:15:00.000Z\",\"0.010809\",\"0.010553\"\n\"2024-07-09T23:20:00.000Z\",\"0.010579\",\"0.010317\"\n\"2024-07-09T23:25:00.000Z\",\"0.010415\",\"0.010167\"\n\"2024-07-09T23:30:00.000Z\",\"0.010911\",\"0.010647\"\n\"2024-07-09T23:35:00.000Z\",\"0.01054\",\"0.010285\"\n\"2024-07-09T23:40:00.000Z\",\"0.010989\",\"0.010735\"\n\"2024-07-09T23:45:00.000Z\",\"0.011051\",\"0.010798\"\n\"2024-07-09T23:50:00.000Z\",\"0.01054\",\"0.010256\"\n\"2024-07-09T23:55:00.000Z\",\"0.010509\",\"0.010259\"\n\"2024-07-10T00:00:00.000Z\",\"0.011006\",\"0.010746\"\n\"2024-07-10T00:05:00.000Z\",\"0.010658\",\"0.010408\"\n\"2024-07-10T00:10:00.000Z\",\"0.010674\",\"0.010424\"\n\"2024-07-10T00:15:00.000Z\",\"0.010918\",\"0.010657\"\n\"2024-07-10T00:20:00.000Z\",\"0.010588\",\"0.010325\"\n\"2024-07-10T00:25:00.000Z\",\"0.010477\",\"0.01023\"\n\"2024-07-10T00:30:00.000Z\",\"0.010868\",\"0.010602\"\n\"2024-07-10T00:35:00.000Z\",\"0.01091\",\"0.010641\"\n\"2024-07-10T00:40:00.000Z\",\"0.011718\",\"0.011466\"\n\"2024-07-10T00:45:00.000Z\",\"0.010638\",\"0.010379\"\n\"2024-07-10T00:50:00.000Z\",\"0.010623\",\"0.010346\"\n\"2024-07-10T00:55:00.000Z\",\"0.010979\",\"0.010728\"\n\"2024-07-10T01:00:00.000Z\",\"0.010538\",\"0.010287\"\n\"2024-07-10T01:05:00.000Z\",\"0.010563\",\"0.010318\"\n\"2024-07-10T01:10:00.000Z\",\"0.01049\",\"0.010233\"\n\"2024-07-10T01:15:00.000Z\",\"0.010853\",\"0.010601\"\n\"2024-07-10T01:20:00.000Z\",\"0.01057\",\"0.010325\"\n\"2024-07-10T01:25:00.000Z\",\"0.010767\",\"0.010483\"\n\"2024-07-10T01:30:00.000Z\",\"0.01085\",\"0.010581\"\n\"2024-07-10T01:35:00.000Z\",\"0.010914\",\"0.010665\"\n\"2024-07-10T01:40:00.000Z\",\"0.010704\",\"0.010457\"\n\"2024-07-10T01:45:00.000Z\",\"0.011138\",\"0.010877\"\n\"2024-07-10T01:50:00.000Z\",\"0.010682\",\"0.010414\"\n\"2024-07-10T01:55:00.000Z\",\"0.011068\",\"0.010778\"\n\"2024-07-10T02:00:00.000Z\",\"0.011033\",\"0.010759\"\n\"2024-07-10T02:05:00.000Z\",\"0.010763\",\"0.010499\"\n\"2024-07-10T02:10:00.000Z\",\"0.010805\",\"0.010538\"\n\"2024-07-10T02:15:00.000Z\",\"0.010656\",\"0.010391\"\n\"2024-07-10T02:20:00.000Z\",\"0.010769\",\"0.010486\"\n\"2024-07-10T02:25:00.000Z\",\"0.01074\",\"0.010476\"\n\"2024-07-10T02:30:00.000Z\",\"0.010603\",\"0.01034\"\n\"2024-07-10T02:35:00.000Z\",\"0.010742\",\"0.010474\"\n\"2024-07-10T02:40:00.000Z\",\"0.010955\",\"0.010678\"\n\"2024-07-10T02:45:00.000Z\",\"0.011515\",\"0.011245\"\n\"2024-07-10T02:50:00.000Z\",\"0.01071\",\"0.010439\"\n\"2024-07-10T02:55:00.000Z\",\"0.010816\",\"0.010538\"\n\"2024-07-10T03:00:00.000Z\",\"0.013313\",\"0.01299\"\n\"2024-07-10T03:05:00.000Z\",\"0.010622\",\"0.010366\"\n\"2024-07-10T03:10:00.000Z\",\"0.010512\",\"0.010266\"\n\"2024-07-10T03:15:00.000Z\",\"0.011418\",\"0.011156\"\n\"2024-07-10T03:20:00.000Z\",\"0.010987\",\"0.010728\"\n\"2024-07-10T03:25:00.000Z\",\"0.01089\",\"0.010617\"\n\"2024-07-10T03:30:00.000Z\",\"0.01078\",\"0.010492\"\n\"2024-07-10T03:35:00.000Z\",\"0.010541\",\"0.010278\"\n\"2024-07-10T03:40:00.000Z\",\"0.010941\",\"0.010687\"\n\"2024-07-10T03:45:00.000Z\",\"0.010832\",\"0.010567\"\n\"2024-07-10T03:50:00.000Z\",\"0.010649\",\"0.010385\"\n\"2024-07-10T03:55:00.000Z\",\"0.010474\",\"0.010214\"\n\"2024-07-10T04:00:00.000Z\",\"0.010783\",\"0.010521\"\n\"2024-07-10T04:05:00.000Z\",\"0.010848\",\"0.010584\"\n\"2024-07-10T04:10:00.000Z\",\"0.010645\",\"0.010387\"\n\"2024-07-10T04:15:00.000Z\",\"0.010509\",\"0.010245\"\n\"2024-07-10T04:20:00.000Z\",\"0.010778\",\"0.010499\"\n\"2024-07-10T04:25:00.000Z\",\"0.010658\",\"0.010387\"\n\"2024-07-10T04:30:00.000Z\",\"0.01085\",\"0.010579\"\n\"2024-07-10T04:35:00.000Z\",\"0.011434\",\"0.011164\"\n\"2024-07-10T04:40:00.000Z\",\"0.010488\",\"0.010238\"\n\"2024-07-10T04:45:00.000Z\",\"0.011512\",\"0.011239\"\n\"2024-07-10T04:50:00.000Z\",\"0.010559\",\"0.010307\"\n\"2024-07-10T04:55:00.000Z\",\"0.010526\",\"0.010261\"\n\"2024-07-10T05:00:00.000Z\",\"0.010511\",\"0.010254\"\n\"2024-07-10T05:05:00.000Z\",\"0.010672\",\"0.010426\"\n\"2024-07-10T05:10:00.000Z\",\"0.010863\",\"0.010583\"\n\"2024-07-10T05:15:00.000Z\",\"0.010689\",\"0.010443\"\n\"2024-07-10T05:20:00.000Z\",\"0.010272\",\"0.01003\"\n\"2024-07-10T05:25:00.000Z\",\"0.010554\",\"0.010291\"\n\"2024-07-10T05:30:00.000Z\",\"0.010585\",\"0.010326\"\n\"2024-07-10T05:35:00.000Z\",\"0.011075\",\"0.010819\"\n\"2024-07-10T05:40:00.000Z\",\"0.010965\",\"0.010718\"\n\"2024-07-10T05:45:00.000Z\",\"0.010717\",\"0.010469\"\n\"2024-07-10T05:50:00.000Z\",\"0.011274\",\"0.011\"\n\"2024-07-10T05:55:00.000Z\",\"0.010906\",\"0.010633\"\n\"2024-07-10T06:00:00.000Z\",\"0.010513\",\"0.010272\"\n\"2024-07-10T06:05:00.000Z\",\"0.010654\",\"0.010419\"\n\"2024-07-10T06:10:00.000Z\",\"0.010744\",\"0.010487\"\n\"2024-07-10T06:15:00.000Z\",\"0.010733\",\"0.010478\"\n\"2024-07-10T06:20:00.000Z\",\"0.01078\",\"0.010522\"\n\"2024-07-10T06:25:00.000Z\",\"0.010483\",\"0.010241\"\n\"2024-07-10T06:30:00.000Z\",\"0.010544\",\"0.010266\"\n\"2024-07-10T06:35:00.000Z\",\"0.010893\",\"0.010631\"\n\"2024-07-10T06:40:00.000Z\",\"0.010675\",\"0.01041\"\n\"2024-07-10T06:45:00.000Z\",\"0.011252\",\"0.010986\"\n\"2024-07-10T06:50:00.000Z\",\"0.010763\",\"0.010507\"\n\"2024-07-10T06:55:00.000Z\",\"0.01318\",\"0.012861\"\n\"2024-07-10T07:00:00.000Z\",\"0.011428\",\"0.011171\"\n\"2024-07-10T07:05:00.000Z\",\"0.010497\",\"0.010242\"\n\"2024-07-10T07:10:00.000Z\",\"0.010751\",\"0.010474\"\n\"2024-07-10T07:15:00.000Z\",\"0.010722\",\"0.010425\"\n\"2024-07-10T07:20:00.000Z\",\"0.010857\",\"0.010603\"\n\"2024-07-10T07:25:00.000Z\",\"0.010431\",\"0.010184\"\n\"2024-07-10T07:30:00.000Z\",\"0.010677\",\"0.010403\"\n\"2024-07-10T07:35:00.000Z\",\"0.010836\",\"0.010587\"\n\"2024-07-10T07:40:00.000Z\",\"0.010804\",\"0.010547\"\n\"2024-07-10T07:45:00.000Z\",\"0.011154\",\"0.0109\"\n\"2024-07-10T07:50:00.000Z\",\"0.010577\",\"0.010329\"\n\"2024-07-10T07:55:00.000Z\",\"0.010667\",\"0.0104\"\n\"2024-07-10T08:00:00.000Z\",\"0.010819\",\"0.010544\"\n\"2024-07-10T08:05:00.000Z\",\"0.010484\",\"0.010218\"\n\"2024-07-10T08:10:00.000Z\",\"0.010668\",\"0.010405\"\n\"2024-07-10T08:15:00.000Z\",\"0.010937\",\"0.010674\"\n\"2024-07-10T08:20:00.000Z\",\"0.010593\",\"0.010332\"\n\"2024-07-10T08:25:00.000Z\",\"0.011322\",\"0.011054\"\n\"2024-07-10T08:30:00.000Z\",\"0.010676\",\"0.010405\"\n\"2024-07-10T08:35:00.000Z\",\"0.010896\",\"0.010631\"\n\"2024-07-10T08:40:00.000Z\",\"0.011013\",\"0.010757\"\n\"2024-07-10T08:45:00.000Z\",\"0.01067\",\"0.010411\"\n\"2024-07-10T08:50:00.000Z\",\"0.0108\",\"0.010521\"\n\"2024-07-10T08:55:00.000Z\",\"0.010747\",\"0.010477\"\n\"2024-07-10T09:00:00.000Z\",\"0.010421\",\"0.01016\"\n\"2024-07-10T09:05:00.000Z\",\"0.010646\",\"0.010389\"\n\"2024-07-10T09:10:00.000Z\",\"0.010544\",\"0.010271\"\n\"2024-07-10T09:15:00.000Z\",\"0.010927\",\"0.010685\"\n\"2024-07-10T09:20:00.000Z\",\"0.010647\",\"0.010372\"\n\"2024-07-10T09:25:00.000Z\",\"0.010559\",\"0.010309\"\n\"2024-07-10T09:30:00.000Z\",\"0.010516\",\"0.010263\"\n\"2024-07-10T09:35:00.000Z\",\"0.010515\",\"0.010253\"\n\"2024-07-10T09:40:00.000Z\",\"0.010941\",\"0.010671\"\n\"2024-07-10T09:45:00.000Z\",\"0.011678\",\"0.011425\"\n\"2024-07-10T09:50:00.000Z\",\"0.010474\",\"0.010236\"\n\"2024-07-10T09:55:00.000Z\",\"0.01061\",\"0.010349\"\n\"2024-07-10T10:00:00.000Z\",\"0.011022\",\"0.010729\"\n\"2024-07-10T10:05:00.000Z\",\"0.010531\",\"0.010266\"\n\"2024-07-10T10:10:00.000Z\",\"0.010731\",\"0.010466\"\n\"2024-07-10T10:15:00.000Z\",\"0.010753\",\"0.010496\"\n\"2024-07-10T10:20:00.000Z\",\"0.010529\",\"0.010283\"\n\"2024-07-10T10:25:00.000Z\",\"0.011125\",\"0.010863\"\n\"2024-07-10T10:30:00.000Z\",\"0.010591\",\"0.010331\"\n\"2024-07-10T10:35:00.000Z\",\"0.012996\",\"0.012697\"\n\"2024-07-10T10:40:00.000Z\",\"0.010744\",\"0.010478\"\n\"2024-07-10T10:45:00.000Z\",\"0.010539\",\"0.010278\"\n\"2024-07-10T10:50:00.000Z\",\"0.011432\",\"0.011171\"\n\"2024-07-10T10:55:00.000Z\",\"0.011592\",\"0.011338\"\n\"2024-07-10T11:00:00.000Z\",\"0.010656\",\"0.010389\"\n\"2024-07-10T11:05:00.000Z\",\"0.010853\",\"0.010601\"\n\"2024-07-10T11:10:00.000Z\",\"0.010536\",\"0.01031\"\n\"2024-07-10T11:15:00.000Z\",\"0.010587\",\"0.010297\"\n\"2024-07-10T11:20:00.000Z\",\"0.011038\",\"0.010787\"\n\"2024-07-10T11:25:00.000Z\",\"0.010694\",\"0.010418\"\n\"2024-07-10T11:30:00.000Z\",\"0.010563\",\"0.010311\"\n\"2024-07-10T11:35:00.000Z\",\"0.010522\",\"0.010274\"\n\"2024-07-10T11:40:00.000Z\",\"0.010498\",\"0.010233\"\n\"2024-07-10T11:45:00.000Z\",\"0.011072\",\"0.010791\"\n\"2024-07-10T11:50:00.000Z\",\"0.011279\",\"0.011033\"\n\"2024-07-10T11:55:00.000Z\",\"0.010709\",\"0.010449\"\n\"2024-07-10T12:00:00.000Z\",\"0.010499\",\"0.010239\"\n\"2024-07-10T12:05:00.000Z\",\"0.010777\",\"0.01051\"\n\"2024-07-10T12:10:00.000Z\",\"0.010712\",\"0.010456\"\n\"2024-07-10T12:15:00.000Z\",\"0.010998\",\"0.010747\"\n\"2024-07-10T12:20:00.000Z\",\"0.010677\",\"0.01041\"\n\"2024-07-10T12:25:00.000Z\",\"0.011492\",\"0.011224\"\n\"2024-07-10T12:30:00.000Z\",\"0.01065\",\"0.010388\"\n\"2024-07-10T12:35:00.000Z\",\"0.010653\",\"0.010391\"\n\"2024-07-10T12:40:00.000Z\",\"0.010726\",\"0.010475\"\n\"2024-07-10T12:45:00.000Z\",\"0.01093\",\"0.010677\"\n\"2024-07-10T12:50:00.000Z\",\"0.01119\",\"0.010919\"\n\"2024-07-10T12:55:00.000Z\",\"0.010818\",\"0.010566\"\n\"2024-07-10T13:00:00.000Z\",\"0.010583\",\"0.010321\"\n\"2024-07-10T13:05:00.000Z\",\"0.010575\",\"0.010321\"\n\"2024-07-10T13:10:00.000Z\",\"0.010625\",\"0.010354\"\n\"2024-07-10T13:15:00.000Z\",\"0.010975\",\"0.010689\"\n\"2024-07-10T13:20:00.000Z\",\"0.010749\",\"0.010494\"\n\"2024-07-10T13:25:00.000Z\",\"0.010907\",\"0.010649\"\n\"2024-07-10T13:30:00.000Z\",\"0.011069\",\"0.010808\"\n\"2024-07-10T13:35:00.000Z\",\"0.010986\",\"0.010728\"\n\"2024-07-10T13:40:00.000Z\",\"0.010575\",\"0.010304\"\n\"2024-07-10T13:45:00.000Z\",\"0.01119\",\"0.010923\"\n\"2024-07-10T13:50:00.000Z\",\"0.010349\",\"0.010102\"\n\"2024-07-10T13:55:00.000Z\",\"0.010848\",\"0.010584\"\n\"2024-07-10T14:00:00.000Z\",\"0.010479\",\"0.010207\"\n\"2024-07-10T14:05:00.000Z\",\"0.010863\",\"0.010589\"\n\"2024-07-10T14:10:00.000Z\",\"0.010867\",\"0.010595\"\n\"2024-07-10T14:15:00.000Z\",\"0.010675\",\"0.010415\"\n\"2024-07-10T14:20:00.000Z\",\"0.010483\",\"0.010225\"\n\"2024-07-10T14:25:00.000Z\",\"0.010614\",\"0.010357\"\n\"2024-07-10T14:30:00.000Z\",\"0.010902\",\"0.010649\"\n\"2024-07-10T14:35:00.000Z\",\"0.010591\",\"0.010329\"\n\"2024-07-10T14:40:00.000Z\",\"0.010608\",\"0.010373\"\n\"2024-07-10T14:45:00.000Z\",\"0.013583\",\"0.013283\"\n\"2024-07-10T14:50:00.000Z\",\"0.011263\",\"0.011018\"\n\"2024-07-10T14:55:00.000Z\",\"0.011188\",\"0.010902\"\n\"2024-07-10T15:00:00.000Z\",\"0.010672\",\"0.010401\"\n\"2024-07-10T15:05:00.000Z\",\"0.010638\",\"0.010368\"\n\"2024-07-10T15:10:00.000Z\",\"0.010646\",\"0.010382\"\n\"2024-07-10T15:15:00.000Z\",\"0.010721\",\"0.010447\"\n\"2024-07-10T15:20:00.000Z\",\"0.010751\",\"0.010497\"\n\"2024-07-10T15:25:00.000Z\",\"0.010666\",\"0.010418\"\n\"2024-07-10T15:30:00.000Z\",\"0.010501\",\"0.010262\"\n\"2024-07-10T15:35:00.000Z\",\"0.010717\",\"0.010479\"\n\"2024-07-10T15:40:00.000Z\",\"0.01137\",\"0.0111\"\n\"2024-07-10T15:45:00.000Z\",\"0.010721\",\"0.010467\"\n\"2024-07-10T15:50:00.000Z\",\"0.010601\",\"0.010352\"\n\"2024-07-10T15:55:00.000Z\",\"0.010493\",\"0.010231\"\n\"2024-07-10T16:00:00.000Z\",\"0.010943\",\"0.010661\"\n\"2024-07-10T16:05:00.000Z\",\"0.01144\",\"0.011162\"\n\"2024-07-10T16:10:00.000Z\",\"0.010621\",\"0.010367\"\n\"2024-07-10T16:15:00.000Z\",\"0.010833\",\"0.010573\"\n\"2024-07-10T16:20:00.000Z\",\"0.010589\",\"0.010334\"\n\"2024-07-10T16:25:00.000Z\",\"0.010777\",\"0.010523\"\n\"2024-07-10T16:30:00.000Z\",\"0.010916\",\"0.010641\"\n\"2024-07-10T16:35:00.000Z\",\"0.010839\",\"0.010576\"\n\"2024-07-10T16:40:00.000Z\",\"0.010767\",\"0.010516\"\n\"2024-07-10T16:45:00.000Z\",\"0.011388\",\"0.011121\"\n\"2024-07-10T16:50:00.000Z\",\"0.010613\",\"0.010359\"\n\"2024-07-10T16:55:00.000Z\",\"0.010751\",\"0.010505\"\n\"2024-07-10T17:00:00.000Z\",\"0.0105\",\"0.010237\"\n\"2024-07-10T17:05:00.000Z\",\"0.010675\",\"0.010425\"\n\"2024-07-10T17:10:00.000Z\",\"0.010518\",\"0.010282\"\n\"2024-07-10T17:15:00.000Z\",\"0.010641\",\"0.010386\"\n\"2024-07-10T17:20:00.000Z\",\"0.011784\",\"0.011529\"\n\"2024-07-10T17:25:00.000Z\",\"0.010615\",\"0.010369\"\n\"2024-07-10T17:30:00.000Z\",\"0.010649\",\"0.010393\"\n\"2024-07-10T17:35:00.000Z\",\"0.010776\",\"0.010531\"\n\"2024-07-10T17:40:00.000Z\",\"0.011134\",\"0.010886\"\n\"2024-07-10T17:45:00.000Z\",\"0.011068\",\"0.010795\"\n\"2024-07-10T17:50:00.000Z\",\"0.010463\",\"0.010225\"\n\"2024-07-10T17:55:00.000Z\",\"0.01079\",\"0.010554\"\n\"2024-07-10T18:00:00.000Z\",\"0.01059\",\"0.010338\"\n\"2024-07-10T18:05:00.000Z\",\"0.010656\",\"0.010372\"\n\"2024-07-10T18:10:00.000Z\",\"0.010497\",\"0.010252\"\n\"2024-07-10T18:15:00.000Z\",\"0.010744\",\"0.010491\"\n\"2024-07-10T18:20:00.000Z\",\"0.011318\",\"0.011052\"\n\"2024-07-10T18:25:00.000Z\",\"0.010832\",\"0.010574\"\n\"2024-07-10T18:30:00.000Z\",\"0.010526\",\"0.010273\"\n\"2024-07-10T18:35:00.000Z\",\"0.011267\",\"0.010975\"\n\"2024-07-10T18:40:00.000Z\",\"0.010498\",\"0.010261\"\n\"2024-07-10T18:45:00.000Z\",\"0.011113\",\"0.010853\"\n\"2024-07-10T18:50:00.000Z\",\"0.010734\",\"0.010492\"\n\"2024-07-10T18:55:00.000Z\",\"0.010626\",\"0.010385\"\n\"2024-07-10T19:00:00.000Z\",\"0.012895\",\"0.012614\"\n\"2024-07-10T19:05:00.000Z\",\"0.010859\",\"0.010589\"\n\"2024-07-10T19:10:00.000Z\",\"0.010672\",\"0.010425\"\n\"2024-07-10T19:15:00.000Z\",\"0.010682\",\"0.010424\"\n\"2024-07-10T19:20:00.000Z\",\"0.010531\",\"0.010285\"\n\"2024-07-10T19:25:00.000Z\",\"0.010693\",\"0.010459\"\n\"2024-07-10T19:30:00.000Z\",\"0.010738\",\"0.010485\"\n\"2024-07-10T19:35:00.000Z\",\"0.011325\",\"0.011085\"\n\"2024-07-10T19:40:00.000Z\",\"0.010562\",\"0.010309\"\n\"2024-07-10T19:45:00.000Z\",\"0.011141\",\"0.0109\"\n\"2024-07-10T19:50:00.000Z\",\"0.010605\",\"0.010358\"\n\"2024-07-10T19:55:00.000Z\",\"0.010966\",\"0.010726\"\n\"2024-07-10T20:00:00.000Z\",\"0.010631\",\"0.010385\"\n\"2024-07-10T20:05:00.000Z\",\"0.01072\",\"0.010473\"\n\"2024-07-10T20:10:00.000Z\",\"0.010527\",\"0.010268\"\n\"2024-07-10T20:15:00.000Z\",\"0.010655\",\"0.010434\"\n\"2024-07-10T20:20:00.000Z\",\"0.010541\",\"0.010297\"\n\"2024-07-10T20:25:00.000Z\",\"0.011271\",\"0.010998\"\n\"2024-07-10T20:30:00.000Z\",\"0.010467\",\"0.010217\"\n\"2024-07-10T20:35:00.000Z\",\"0.011587\",\"0.011323\"\n\"2024-07-10T20:40:00.000Z\",\"0.010498\",\"0.01026\"\n\"2024-07-10T20:45:00.000Z\",\"0.011512\",\"0.01126\"\n\"2024-07-10T20:50:00.000Z\",\"0.010501\",\"0.010252\"\n\"2024-07-10T20:55:00.000Z\",\"0.010886\",\"0.01063\"\n\"2024-07-10T21:00:00.000Z\",\"0.01051\",\"0.010284\"\n\"2024-07-10T21:05:00.000Z\",\"0.01065\",\"0.01037\"\n\"2024-07-10T21:10:00.000Z\",\"0.010689\",\"0.010434\"\n\"2024-07-10T21:15:00.000Z\",\"0.010711\",\"0.010463\"\n\"2024-07-10T21:20:00.000Z\",\"0.010627\",\"0.010379\"\n\"2024-07-10T21:25:00.000Z\",\"0.010816\",\"0.010561\"\n\"2024-07-10T21:30:00.000Z\",\"0.010513\",\"0.010246\"\n\"2024-07-10T21:35:00.000Z\",\"0.011056\",\"0.010798\"\n\"2024-07-10T21:40:00.000Z\",\"0.010646\",\"0.010403\"\n\"2024-07-10T21:45:00.000Z\",\"0.01108\",\"0.010832\"\n\"2024-07-10T21:50:00.000Z\",\"0.010557\",\"0.010306\"\n\"2024-07-10T21:55:00.000Z\",\"0.010542\",\"0.010298\"\n\"2024-07-10T22:00:00.000Z\",\"0.010621\",\"0.01038\"\n\"2024-07-10T22:05:00.000Z\",\"0.011464\",\"0.011204\"\n\"2024-07-10T22:10:00.000Z\",\"0.010732\",\"0.010466\"\n\"2024-07-10T22:15:00.000Z\",\"0.010529\",\"0.010278\"\n\"2024-07-10T22:20:00.000Z\",\"0.010396\",\"0.01014\"\n\"2024-07-10T22:25:00.000Z\",\"0.010857\",\"0.010592\"\n\"2024-07-10T22:30:00.000Z\",\"0.010963\",\"0.010696\"\n\"2024-07-10T22:35:00.000Z\",\"0.010438\",\"0.010178\"\n\"2024-07-10T22:40:00.000Z\",\"0.010276\",\"0.010026\"\n\"2024-07-10T22:45:00.000Z\",\"0.011408\",\"0.011138\"\n\"2024-07-10T22:50:00.000Z\",\"0.010601\",\"0.010314\"\n\"2024-07-10T22:55:00.000Z\",\"0.011113\",\"0.010806\"\n\"2024-07-10T23:00:00.000Z\",\"0.010626\",\"0.010355\"\n\"2024-07-10T23:05:00.000Z\",\"0.010695\",\"0.010418\"\n\"2024-07-10T23:10:00.000Z\",\"0.011343\",\"0.011089\"\n\"2024-07-10T23:15:00.000Z\",\"0.010726\",\"0.010443\"\n\"2024-07-10T23:20:00.000Z\",\"0.010587\",\"0.010322\"\n\"2024-07-10T23:25:00.000Z\",\"0.013235\",\"0.012937\"\n\"2024-07-10T23:30:00.000Z\",\"0.010667\",\"0.010405\"\n\"2024-07-10T23:35:00.000Z\",\"0.010354\",\"0.010103\"\n\"2024-07-10T23:40:00.000Z\",\"0.010576\",\"0.010331\"\n\"2024-07-10T23:45:00.000Z\",\"0.01071\",\"0.010442\"\n\"2024-07-10T23:50:00.000Z\",\"0.010692\",\"0.01044\"\n\"2024-07-10T23:55:00.000Z\",\"0.010905\",\"0.010638\"\n\"2024-07-11T00:00:00.000Z\",\"0.010712\",\"0.010463\"\n\"2024-07-11T00:05:00.000Z\",\"0.010268\",\"0.010019\"\n\"2024-07-11T00:10:00.000Z\",\"0.010509\",\"0.010269\"\n\"2024-07-11T00:15:00.000Z\",\"0.01119\",\"0.010927\"\n\"2024-07-11T00:20:00.000Z\",\"0.010477\",\"0.010222\"\n\"2024-07-11T00:25:00.000Z\",\"0.010896\",\"0.010649\"\n\"2024-07-11T00:30:00.000Z\",\"0.010494\",\"0.010235\"\n\"2024-07-11T00:35:00.000Z\",\"0.011519\",\"0.011262\"\n\"2024-07-11T00:40:00.000Z\",\"0.010859\",\"0.010601\"\n\"2024-07-11T00:45:00.000Z\",\"0.011188\",\"0.010909\"\n\"2024-07-11T00:50:00.000Z\",\"0.010372\",\"0.010138\"\n\"2024-07-11T00:55:00.000Z\",\"0.010955\",\"0.010689\"\n\"2024-07-11T01:00:00.000Z\",\"0.010496\",\"0.01026\"\n\"2024-07-11T01:05:00.000Z\",\"0.010876\",\"0.010611\"\n\"2024-07-11T01:10:00.000Z\",\"0.010456\",\"0.010193\"\n\"2024-07-11T01:15:00.000Z\",\"0.010745\",\"0.010475\"\n\"2024-07-11T01:20:00.000Z\",\"0.010449\",\"0.0102\"\n\"2024-07-11T01:25:00.000Z\",\"0.010875\",\"0.010612\"\n\"2024-07-11T01:30:00.000Z\",\"0.010647\",\"0.010379\"\n\"2024-07-11T01:35:00.000Z\",\"0.010759\",\"0.010498\"\n\"2024-07-11T01:40:00.000Z\",\"0.010443\",\"0.010198\"\n\"2024-07-11T01:45:00.000Z\",\"0.01082\",\"0.010549\"\n\"2024-07-11T01:50:00.000Z\",\"0.010971\",\"0.010732\"\n\"2024-07-11T01:55:00.000Z\",\"0.010833\",\"0.010565\"\n\"2024-07-11T02:00:00.000Z\",\"0.011354\",\"0.011091\"\n\"2024-07-11T02:05:00.000Z\",\"0.010927\",\"0.010655\"\n\"2024-07-11T02:10:00.000Z\",\"0.010539\",\"0.010289\"\n\"2024-07-11T02:15:00.000Z\",\"0.010669\",\"0.01042\"\n\"2024-07-11T02:20:00.000Z\",\"0.011048\",\"0.010782\"\n\"2024-07-11T02:25:00.000Z\",\"0.010759\",\"0.010493\"\n\"2024-07-11T02:30:00.000Z\",\"0.010523\",\"0.010268\"\n\"2024-07-11T02:35:00.000Z\",\"0.010672\",\"0.010419\"\n\"2024-07-11T02:40:00.000Z\",\"0.010562\",\"0.010296\"\n\"2024-07-11T02:45:00.000Z\",\"0.010676\",\"0.010429\"\n\"2024-07-11T02:50:00.000Z\",\"0.010856\",\"0.010595\"\n\"2024-07-11T02:55:00.000Z\",\"0.011311\",\"0.011047\"\n\"2024-07-11T03:00:00.000Z\",\"0.010707\",\"0.010447\"\n\"2024-07-11T03:05:00.000Z\",\"0.010767\",\"0.010514\"\n\"2024-07-11T03:10:00.000Z\",\"0.013031\",\"0.012715\"\n\"2024-07-11T03:15:00.000Z\",\"0.010689\",\"0.010436\"\n\"2024-07-11T03:20:00.000Z\",\"0.01086\",\"0.010588\"\n\"2024-07-11T03:25:00.000Z\",\"0.010804\",\"0.010556\"\n\"2024-07-11T03:30:00.000Z\",\"0.011224\",\"0.01097\"\n\"2024-07-11T03:35:00.000Z\",\"0.01087\",\"0.010578\"\n\"2024-07-11T03:40:00.000Z\",\"0.01068\",\"0.010413\"\n\"2024-07-11T03:45:00.000Z\",\"0.010589\",\"0.010334\"\n\"2024-07-11T03:50:00.000Z\",\"0.010925\",\"0.010657\"\n\"2024-07-11T03:55:00.000Z\",\"0.011442\",\"0.011166\"\n\"2024-07-11T04:00:00.000Z\",\"0.010573\",\"0.010342\"\n\"2024-07-11T04:05:00.000Z\",\"0.01045\",\"0.010202\"\n\"2024-07-11T04:10:00.000Z\",\"0.010462\",\"0.010207\"\n\"2024-07-11T04:15:00.000Z\",\"0.01119\",\"0.010908\"\n\"2024-07-11T04:20:00.000Z\",\"0.010541\",\"0.010262\"\n\"2024-07-11T04:25:00.000Z\",\"0.010747\",\"0.010496\"\n\"2024-07-11T04:30:00.000Z\",\"0.0107\",\"0.010436\"\n\"2024-07-11T04:35:00.000Z\",\"0.010629\",\"0.010362\"\n\"2024-07-11T04:40:00.000Z\",\"0.01059\",\"0.010331\"\n\"2024-07-11T04:45:00.000Z\",\"0.011282\",\"0.010925\"\n\"2024-07-11T04:50:00.000Z\",\"0.01151\",\"0.011248\"\n\"2024-07-11T04:55:00.000Z\",\"0.010691\",\"0.01043\"\n\"2024-07-11T05:00:00.000Z\",\"0.011343\",\"0.011059\"\n\"2024-07-11T05:05:00.000Z\",\"0.010627\",\"0.010376\"\n\"2024-07-11T05:10:00.000Z\",\"0.010507\",\"0.010249\"\n\"2024-07-11T05:15:00.000Z\",\"0.010832\",\"0.010576\"\n\"2024-07-11T05:20:00.000Z\",\"0.010608\",\"0.010361\"\n\"2024-07-11T05:25:00.000Z\",\"0.010794\",\"0.010534\"\n\"2024-07-11T05:30:00.000Z\",\"0.010447\",\"0.0102\"\n\"2024-07-11T05:35:00.000Z\",\"0.011004\",\"0.010751\"\n\"2024-07-11T05:40:00.000Z\",\"0.010518\",\"0.010273\"\n\"2024-07-11T05:45:00.000Z\",\"0.010879\",\"0.010626\"\n\"2024-07-11T05:50:00.000Z\",\"0.011034\",\"0.010789\"\n\"2024-07-11T05:55:00.000Z\",\"0.011339\",\"0.011088\"\n\"2024-07-11T06:00:00.000Z\",\"0.010467\",\"0.010223\"\n\"2024-07-11T06:05:00.000Z\",\"0.011234\",\"0.010966\"\n\"2024-07-11T06:10:00.000Z\",\"0.01053\",\"0.010281\"\n\"2024-07-11T06:15:00.000Z\",\"0.011088\",\"0.010786\"\n\"2024-07-11T06:20:00.000Z\",\"0.010501\",\"0.010261\"\n\"2024-07-11T06:25:00.000Z\",\"0.010783\",\"0.010521\"\n\"2024-07-11T06:30:00.000Z\",\"0.010669\",\"0.01041\"\n\"2024-07-11T06:35:00.000Z\",\"0.010719\",\"0.010462\"\n\"2024-07-11T06:40:00.000Z\",\"0.010453\",\"0.010206\"\n\"2024-07-11T06:45:00.000Z\",\"0.010511\",\"0.010269\"\n\"2024-07-11T06:50:00.000Z\",\"0.010701\",\"0.010434\"\n\"2024-07-11T06:55:00.000Z\",\"0.010685\",\"0.010432\"\n\"2024-07-11T07:00:00.000Z\",\"0.011322\",\"0.011062\"\n\"2024-07-11T07:05:00.000Z\",\"0.010583\",\"0.010331\"\n\"2024-07-11T07:10:00.000Z\",\"0.011525\",\"0.011248\"\n\"2024-07-11T07:15:00.000Z\",\"0.01085\",\"0.010577\"\n\"2024-07-11T07:20:00.000Z\",\"0.010498\",\"0.010263\"\n\"2024-07-11T07:25:00.000Z\",\"0.01071\",\"0.010463\"\n\"2024-07-11T07:30:00.000Z\",\"0.013135\",\"0.012829\"\n\"2024-07-11T07:35:00.000Z\",\"0.010622\",\"0.010356\"\n\"2024-07-11T07:40:00.000Z\",\"0.010811\",\"0.010544\"\n\"2024-07-11T07:45:00.000Z\",\"0.010737\",\"0.01047\"\n\"2024-07-11T07:50:00.000Z\",\"0.01056\",\"0.010283\"\n\"2024-07-11T07:55:00.000Z\",\"0.010524\",\"0.010268\"\n\"2024-07-11T08:00:00.000Z\",\"0.011086\",\"0.010819\"\n\"2024-07-11T08:05:00.000Z\",\"0.010675\",\"0.010414\"\n\"2024-07-11T08:10:00.000Z\",\"0.010872\",\"0.010614\"\n\"2024-07-11T08:15:00.000Z\",\"0.01087\",\"0.0106\"\n\"2024-07-11T08:20:00.000Z\",\"0.010693\",\"0.010433\"\n\"2024-07-11T08:25:00.000Z\",\"0.01065\",\"0.010402\"\n\"2024-07-11T08:30:00.000Z\",\"0.010828\",\"0.010571\"\n\"2024-07-11T08:35:00.000Z\",\"0.011315\",\"0.011057\"\n\"2024-07-11T08:40:00.000Z\",\"0.010726\",\"0.010458\"\n\"2024-07-11T08:45:00.000Z\",\"0.010686\",\"0.010436\"\n\"2024-07-11T08:50:00.000Z\",\"0.010667\",\"0.010426\"\n\"2024-07-11T08:55:00.000Z\",\"0.010771\",\"0.010511\"\n\"2024-07-11T09:00:00.000Z\",\"0.010952\",\"0.010697\"\n\"2024-07-11T09:05:00.000Z\",\"0.010817\",\"0.010556\"\n\"2024-07-11T09:10:00.000Z\",\"0.010719\",\"0.01045\"\n\"2024-07-11T09:15:00.000Z\",\"0.010886\",\"0.010619\"\n\"2024-07-11T09:20:00.000Z\",\"0.010614\",\"0.010371\"\n\"2024-07-11T09:25:00.000Z\",\"0.01069\",\"0.010445\"\n\"2024-07-11T09:30:00.000Z\",\"0.01084\",\"0.010585\"\n\"2024-07-11T09:35:00.000Z\",\"0.010679\",\"0.010414\"\n\"2024-07-11T09:40:00.000Z\",\"0.011508\",\"0.011237\"\n\"2024-07-11T09:45:00.000Z\",\"0.010783\",\"0.010531\"\n\"2024-07-11T09:50:00.000Z\",\"0.010647\",\"0.010382\"\n\"2024-07-11T09:55:00.000Z\",\"0.010895\",\"0.010647\"\n\"2024-07-11T10:00:00.000Z\",\"0.011094\",\"0.010837\"\n\"2024-07-11T10:05:00.000Z\",\"0.010861\",\"0.010596\"\n\"2024-07-11T10:10:00.000Z\",\"0.010658\",\"0.010411\"\n\"2024-07-11T10:15:00.000Z\",\"0.011116\",\"0.010847\"\n\"2024-07-11T10:20:00.000Z\",\"0.010614\",\"0.010353\"\n\"2024-07-11T10:25:00.000Z\",\"0.010795\",\"0.010544\"\n\"2024-07-11T10:30:00.000Z\",\"0.010519\",\"0.010262\"\n\"2024-07-11T10:35:00.000Z\",\"0.01067\",\"0.010414\"\n\"2024-07-11T10:40:00.000Z\",\"0.010684\",\"0.010436\"\n\"2024-07-11T10:45:00.000Z\",\"0.010867\",\"0.010621\"\n\"2024-07-11T10:50:00.000Z\",\"0.011259\",\"0.011015\"\n\"2024-07-11T10:55:00.000Z\",\"0.011117\",\"0.010879\"\n\"2024-07-11T11:00:00.000Z\",\"0.010796\",\"0.010552\"\n\"2024-07-11T11:05:00.000Z\",\"0.010797\",\"0.010543\"\n\"2024-07-11T11:10:00.000Z\",\"0.010663\",\"0.010408\"\n\"2024-07-11T11:15:00.000Z\",\"0.010643\",\"0.010402\"\n\"2024-07-11T11:20:00.000Z\",\"0.010836\",\"0.010571\"\n\"2024-07-11T11:25:00.000Z\",\"0.010656\",\"0.010409\"\n\"2024-07-11T11:30:00.000Z\",\"0.013071\",\"0.012762\"\n\"2024-07-11T11:35:00.000Z\",\"0.010681\",\"0.010433\"\n\"2024-07-11T11:40:00.000Z\",\"0.010754\",\"0.010507\"\n\"2024-07-11T11:45:00.000Z\",\"0.010857\",\"0.010611\"\n\"2024-07-11T11:50:00.000Z\",\"0.010613\",\"0.010374\"\n\"2024-07-11T11:55:00.000Z\",\"0.011457\",\"0.011206\"\n\"2024-07-11T12:00:00.000Z\",\"0.011295\",\"0.011038\"\n\"2024-07-11T12:05:00.000Z\",\"0.010715\",\"0.010432\"\n\"2024-07-11T12:10:00.000Z\",\"0.010927\",\"0.010666\"\n\"2024-07-11T12:15:00.000Z\",\"0.010651\",\"0.010404\"\n\"2024-07-11T12:20:00.000Z\",\"0.010629\",\"0.010367\"\n\"2024-07-11T12:25:00.000Z\",\"0.010702\",\"0.010462\"\n\"2024-07-11T12:30:00.000Z\",\"0.010636\",\"0.010397\"\n\"2024-07-11T12:35:00.000Z\",\"0.010458\",\"0.010212\"\n\"2024-07-11T12:40:00.000Z\",\"0.010641\",\"0.01041\"\n\"2024-07-11T12:45:00.000Z\",\"0.01076\",\"0.010508\"\n\"2024-07-11T12:50:00.000Z\",\"0.010637\",\"0.0104\"\n\"2024-07-11T12:55:00.000Z\",\"0.011247\",\"0.010989\"\n\"2024-07-11T13:00:00.000Z\",\"0.010722\",\"0.010499\"\n\"2024-07-11T13:05:00.000Z\",\"0.010526\",\"0.010267\"\n\"2024-07-11T13:10:00.000Z\",\"0.010602\",\"0.010351\"\n\"2024-07-11T13:15:00.000Z\",\"0.010842\",\"0.010587\"\n\"2024-07-11T13:20:00.000Z\",\"0.011335\",\"0.011057\"\n\"2024-07-11T13:25:00.000Z\",\"0.010655\",\"0.010398\"\n\"2024-07-11T13:30:00.000Z\",\"0.010669\",\"0.010438\"\n\"2024-07-11T13:35:00.000Z\",\"0.010578\",\"0.010341\"\n\"2024-07-11T13:40:00.000Z\",\"0.01063\",\"0.01038\"\n\"2024-07-11T13:45:00.000Z\",\"0.010894\",\"0.01064\"\n\"2024-07-11T13:50:00.000Z\",\"0.010685\",\"0.010451\"\n\"2024-07-11T13:55:00.000Z\",\"0.011076\",\"0.010792\"\n\"2024-07-11T14:00:00.000Z\",\"0.010865\",\"0.010593\"\n\"2024-07-11T14:05:00.000Z\",\"0.010474\",\"0.010223\"\n\"2024-07-11T14:10:00.000Z\",\"0.010618\",\"0.010377\"\n\"2024-07-11T14:15:00.000Z\",\"0.010968\",\"0.010679\"\n\"2024-07-11T14:20:00.000Z\",\"0.01094\",\"0.010654\"\n\"2024-07-11T14:25:00.000Z\",\"0.01085\",\"0.010601\"\n\"2024-07-11T14:30:00.000Z\",\"0.010632\",\"0.010387\"\n\"2024-07-11T14:35:00.000Z\",\"0.010763\",\"0.010507\"\n\"2024-07-11T14:40:00.000Z\",\"0.010625\",\"0.010393\"\n\"2024-07-11T14:45:00.000Z\",\"0.011312\",\"0.01105\"\n\"2024-07-11T14:50:00.000Z\",\"0.010912\",\"0.010654\"\n\"2024-07-11T14:55:00.000Z\",\"0.011038\",\"0.010808\"\n\"2024-07-11T15:00:00.000Z\",\"0.010689\",\"0.010442\"\n\"2024-07-11T15:05:00.000Z\",\"0.010417\",\"0.01018\"\n\"2024-07-11T15:10:00.000Z\",\"0.010619\",\"0.010371\"\n\"2024-07-11T15:15:00.000Z\",\"0.010783\",\"0.010541\"\n\"2024-07-11T15:20:00.000Z\",\"0.010647\",\"0.010372\"\n\"2024-07-11T15:25:00.000Z\",\"0.010841\",\"0.010568\"\n\"2024-07-11T15:30:00.000Z\",\"0.010845\",\"0.010592\"\n\"2024-07-11T15:35:00.000Z\",\"0.010816\",\"0.010553\"\n\"2024-07-11T15:40:00.000Z\",\"0.010783\",\"0.010536\"\n\"2024-07-11T15:45:00.000Z\",\"0.012914\",\"0.01263\"\n\"2024-07-11T15:50:00.000Z\",\"0.011664\",\"0.011407\"\n\"2024-07-11T15:55:00.000Z\",\"0.010517\",\"0.010273\"\n\"2024-07-11T16:00:00.000Z\",\"0.010761\",\"0.010505\"\n\"2024-07-11T16:05:00.000Z\",\"0.01052\",\"0.010267\"\n\"2024-07-11T16:10:00.000Z\",\"0.010478\",\"0.01023\"\n\"2024-07-11T16:15:00.000Z\",\"0.010674\",\"0.010424\"\n\"2024-07-11T16:20:00.000Z\",\"0.010628\",\"0.010381\"\n\"2024-07-11T16:25:00.000Z\",\"0.010691\",\"0.010439\"\n\"2024-07-11T16:30:00.000Z\",\"0.010624\",\"0.010368\"\n\"2024-07-11T16:35:00.000Z\",\"0.010773\",\"0.010515\"\n\"2024-07-11T16:40:00.000Z\",\"0.010717\",\"0.010479\"\n\"2024-07-11T16:45:00.000Z\",\"0.010649\",\"0.010393\"\n\"2024-07-11T16:50:00.000Z\",\"0.01136\",\"0.011104\"\n\"2024-07-11T16:55:00.000Z\",\"0.010583\",\"0.010344\"\n\"2024-07-11T17:00:00.000Z\",\"0.011431\",\"0.011188\"\n\"2024-07-11T17:05:00.000Z\",\"0.010664\",\"0.010412\"\n\"2024-07-11T17:10:00.000Z\",\"0.010542\",\"0.010297\"\n\"2024-07-11T17:15:00.000Z\",\"0.010674\",\"0.010438\"\n\"2024-07-11T17:20:00.000Z\",\"0.01072\",\"0.010476\"\n\"2024-07-11T17:25:00.000Z\",\"0.010593\",\"0.010352\"\n\"2024-07-11T17:30:00.000Z\",\"0.010746\",\"0.010491\"\n\"2024-07-11T17:35:00.000Z\",\"0.010629\",\"0.010383\"\n\"2024-07-11T17:40:00.000Z\",\"0.01081\",\"0.010571\"\n\"2024-07-11T17:45:00.000Z\",\"0.010558\",\"0.01029\"\n\"2024-07-11T17:50:00.000Z\",\"0.011185\",\"0.010933\"\n\"2024-07-11T17:55:00.000Z\",\"0.010499\",\"0.010271\"\n\"2024-07-11T18:00:00.000Z\",\"0.010352\",\"0.010108\"\n\"2024-07-11T18:05:00.000Z\",\"0.011003\",\"0.010753\"\n\"2024-07-11T18:10:00.000Z\",\"0.0107\",\"0.010442\"\n\"2024-07-11T18:15:00.000Z\",\"0.011376\",\"0.011122\"\n\"2024-07-11T18:20:00.000Z\",\"0.010699\",\"0.010451\"\n\"2024-07-11T18:25:00.000Z\",\"0.010571\",\"0.010308\"\n\"2024-07-11T18:30:00.000Z\",\"0.010439\",\"0.01019\"\n\"2024-07-11T18:35:00.000Z\",\"0.010872\",\"0.010635\"\n\"2024-07-11T18:40:00.000Z\",\"0.010871\",\"0.010617\"\n\"2024-07-11T18:45:00.000Z\",\"0.010615\",\"0.010364\"\n\"2024-07-11T18:50:00.000Z\",\"0.010464\",\"0.01022\"\n\"2024-07-11T18:55:00.000Z\",\"0.011251\",\"0.010991\"\n\"2024-07-11T19:00:00.000Z\",\"0.010941\",\"0.010695\"\n\"2024-07-11T19:05:00.000Z\",\"0.010624\",\"0.01038\"\n\"2024-07-11T19:10:00.000Z\",\"0.01037\",\"0.010134\"\n\"2024-07-11T19:15:00.000Z\",\"0.010718\",\"0.010492\"\n\"2024-07-11T19:20:00.000Z\",\"0.011012\",\"0.010749\"\n\"2024-07-11T19:25:00.000Z\",\"0.01067\",\"0.010417\"\n\"2024-07-11T19:30:00.000Z\",\"0.01162\",\"0.011351\"\n\"2024-07-11T19:35:00.000Z\",\"0.012413\",\"0.012141\"\n\"2024-07-11T19:40:00.000Z\",\"0.010912\",\"0.010655\"\n\"2024-07-11T19:45:00.000Z\",\"0.010449\",\"0.010206\"\n\"2024-07-11T19:50:00.000Z\",\"0.010486\",\"0.01026\"\n\"2024-07-11T19:55:00.000Z\",\"0.011117\",\"0.010882\"\n\"2024-07-11T20:00:00.000Z\",\"0.010906\",\"0.010651\"\n\"2024-07-11T20:05:00.000Z\",\"0.010729\",\"0.010479\"\n\"2024-07-11T20:10:00.000Z\",\"0.010681\",\"0.010437\"\n\"2024-07-11T20:15:00.000Z\",\"0.010657\",\"0.010408\"\n\"2024-07-11T20:20:00.000Z\",\"0.010838\",\"0.010584\"\n\"2024-07-11T20:25:00.000Z\",\"0.010839\",\"0.010568\"\n\"2024-07-11T20:30:00.000Z\",\"0.010532\",\"0.010278\"\n\"2024-07-11T20:35:00.000Z\",\"0.010818\",\"0.010539\"\n\"2024-07-11T20:40:00.000Z\",\"0.011632\",\"0.011378\"\n\"2024-07-11T20:45:00.000Z\",\"0.01053\",\"0.010274\"\n\"2024-07-11T20:50:00.000Z\",\"0.010395\",\"0.010141\"\n\"2024-07-11T20:55:00.000Z\",\"0.011225\",\"0.010955\"\n\"2024-07-11T21:00:00.000Z\",\"0.010779\",\"0.010518\"\n\"2024-07-11T21:05:00.000Z\",\"0.010873\",\"0.010617\"\n\"2024-07-11T21:10:00.000Z\",\"0.010672\",\"0.010413\"\n\"2024-07-11T21:15:00.000Z\",\"0.010736\",\"0.010484\"\n\"2024-07-11T21:20:00.000Z\",\"0.010561\",\"0.010309\"\n\"2024-07-11T21:25:00.000Z\",\"0.01088\",\"0.0106\"\n\"2024-07-11T21:30:00.000Z\",\"0.010687\",\"0.010426\"\n\"2024-07-11T21:35:00.000Z\",\"0.010695\",\"0.010441\"\n\"2024-07-11T21:40:00.000Z\",\"0.010669\",\"0.010414\"\n\"2024-07-11T21:45:00.000Z\",\"0.010762\",\"0.010514\"\n\"2024-07-11T21:50:00.000Z\",\"0.011051\",\"0.010779\"\n\"2024-07-11T21:55:00.000Z\",\"0.01071\",\"0.010437\"\n\"2024-07-11T22:00:00.000Z\",\"0.011863\",\"0.011595\"\n\"2024-07-11T22:05:00.000Z\",\"0.010764\",\"0.010505\"\n\"2024-07-11T22:10:00.000Z\",\"0.010686\",\"0.010426\"\n\"2024-07-11T22:15:00.000Z\",\"0.01085\",\"0.010587\"\n\"2024-07-11T22:20:00.000Z\",\"0.010688\",\"0.010448\"\n\"2024-07-11T22:25:00.000Z\",\"0.010665\",\"0.010391\"\n\"2024-07-11T22:30:00.000Z\",\"0.010646\",\"0.010384\"\n\"2024-07-11T22:35:00.000Z\",\"0.010903\",\"0.010632\"\n\"2024-07-11T22:40:00.000Z\",\"0.010883\",\"0.010618\"\n\"2024-07-11T22:45:00.000Z\",\"0.010932\",\"0.010655\"\n\"2024-07-11T22:50:00.000Z\",\"0.010507\",\"0.010266\"\n\"2024-07-11T22:55:00.000Z\",\"0.010439\",\"0.010178\"\n\"2024-07-11T23:00:00.000Z\",\"0.011137\",\"0.010858\"\n\"2024-07-11T23:05:00.000Z\",\"0.011796\",\"0.011506\"\n\"2024-07-11T23:10:00.000Z\",\"0.010678\",\"0.010398\"\n\"2024-07-11T23:15:00.000Z\",\"0.010635\",\"0.010391\"\n\"2024-07-11T23:20:00.000Z\",\"0.010655\",\"0.010398\"\n\"2024-07-11T23:25:00.000Z\",\"0.010468\",\"0.010212\"\n\"2024-07-11T23:30:00.000Z\",\"0.013529\",\"0.013193\"\n\"2024-07-11T23:35:00.000Z\",\"0.010754\",\"0.010487\"\n\"2024-07-11T23:40:00.000Z\",\"0.010561\",\"0.010298\"\n\"2024-07-11T23:45:00.000Z\",\"0.010729\",\"0.010472\"\n\"2024-07-11T23:50:00.000Z\",\"0.010657\",\"0.010407\"\n\"2024-07-11T23:55:00.000Z\",\"0.011059\",\"0.010806\"\n\"2024-07-12T00:00:00.000Z\",\"0.010958\",\"0.010692\"\n\"2024-07-12T00:05:00.000Z\",\"0.010615\",\"0.010366\"\n\"2024-07-12T00:10:00.000Z\",\"0.010837\",\"0.010576\"\n\"2024-07-12T00:15:00.000Z\",\"0.010737\",\"0.010476\"\n\"2024-07-12T00:20:00.000Z\",\"0.010697\",\"0.010446\"\n\"2024-07-12T00:25:00.000Z\",\"0.011546\",\"0.011285\"\n\"2024-07-12T00:30:00.000Z\",\"0.010699\",\"0.010423\"\n\"2024-07-12T00:35:00.000Z\",\"0.010521\",\"0.010279\"\n\"2024-07-12T00:40:00.000Z\",\"0.010672\",\"0.010411\"\n\"2024-07-12T00:45:00.000Z\",\"0.011134\",\"0.010861\"\n\"2024-07-12T00:50:00.000Z\",\"0.010674\",\"0.010388\"\n\"2024-07-12T00:55:00.000Z\",\"0.010746\",\"0.010488\"\n\"2024-07-12T01:00:00.000Z\",\"0.011334\",\"0.01108\"\n\"2024-07-12T01:05:00.000Z\",\"0.010599\",\"0.010343\"\n\"2024-07-12T01:10:00.000Z\",\"0.010584\",\"0.010327\"\n\"2024-07-12T01:15:00.000Z\",\"0.010678\",\"0.010439\"\n\"2024-07-12T01:20:00.000Z\",\"0.010564\",\"0.010324\"\n\"2024-07-12T01:25:00.000Z\",\"0.010592\",\"0.010331\"\n\"2024-07-12T01:30:00.000Z\",\"0.01075\",\"0.010481\"\n\"2024-07-12T01:35:00.000Z\",\"0.011536\",\"0.011264\"\n\"2024-07-12T01:40:00.000Z\",\"0.010733\",\"0.010475\"\n\"2024-07-12T01:45:00.000Z\",\"0.010516\",\"0.01027\"\n\"2024-07-12T01:50:00.000Z\",\"0.010584\",\"0.010342\"\n\"2024-07-12T01:55:00.000Z\",\"0.011449\",\"0.01116\"\n\"2024-07-12T02:00:00.000Z\",\"0.010956\",\"0.010707\"\n\"2024-07-12T02:05:00.000Z\",\"0.010741\",\"0.010477\"\n\"2024-07-12T02:10:00.000Z\",\"0.010748\",\"0.01048\"\n\"2024-07-12T02:15:00.000Z\",\"0.010782\",\"0.010533\"\n\"2024-07-12T02:20:00.000Z\",\"0.010651\",\"0.010388\"\n\"2024-07-12T02:25:00.000Z\",\"0.010727\",\"0.010477\"\n\"2024-07-12T02:30:00.000Z\",\"0.01082\",\"0.010554\"\n\"2024-07-12T02:35:00.000Z\",\"0.010765\",\"0.01052\"\n\"2024-07-12T02:40:00.000Z\",\"0.010625\",\"0.010383\"\n\"2024-07-12T02:45:00.000Z\",\"0.010406\",\"0.01014\"\n\"2024-07-12T02:50:00.000Z\",\"0.011191\",\"0.010936\"\n\"2024-07-12T02:55:00.000Z\",\"0.011588\",\"0.011298\"\n\"2024-07-12T03:00:00.000Z\",\"0.010609\",\"0.010347\"\n\"2024-07-12T03:05:00.000Z\",\"0.010817\",\"0.010574\"\n\"2024-07-12T03:10:00.000Z\",\"0.013068\",\"0.01276\"\n\"2024-07-12T03:15:00.000Z\",\"0.010842\",\"0.010576\"\n\"2024-07-12T03:20:00.000Z\",\"0.010565\",\"0.010308\"\n\"2024-07-12T03:25:00.000Z\",\"0.010863\",\"0.010619\"\n\"2024-07-12T03:30:00.000Z\",\"0.010795\",\"0.010512\"\n\"2024-07-12T03:35:00.000Z\",\"0.010641\",\"0.010405\"\n\"2024-07-12T03:40:00.000Z\",\"0.010671\",\"0.010425\"\n\"2024-07-12T03:45:00.000Z\",\"0.010643\",\"0.010391\"\n\"2024-07-12T03:50:00.000Z\",\"0.01082\",\"0.010559\"\n\"2024-07-12T03:55:00.000Z\",\"0.011447\",\"0.011179\"\n\"2024-07-12T04:00:00.000Z\",\"0.01069\",\"0.010438\"\n\"2024-07-12T04:05:00.000Z\",\"0.010682\",\"0.010439\"\n\"2024-07-12T04:10:00.000Z\",\"0.011411\",\"0.011152\"\n\"2024-07-12T04:15:00.000Z\",\"0.010514\",\"0.010269\"\n\"2024-07-12T04:20:00.000Z\",\"0.011006\",\"0.010741\"\n\"2024-07-12T04:25:00.000Z\",\"0.010866\",\"0.010591\"\n\"2024-07-12T04:30:00.000Z\",\"0.010686\",\"0.01043\"\n\"2024-07-12T04:35:00.000Z\",\"0.010832\",\"0.010558\"\n\"2024-07-12T04:40:00.000Z\",\"0.010701\",\"0.010449\"\n\"2024-07-12T04:45:00.000Z\",\"0.01094\",\"0.010674\"\n\"2024-07-12T04:50:00.000Z\",\"0.011031\",\"0.010775\"\n\"2024-07-12T04:55:00.000Z\",\"0.011063\",\"0.0108\"\n\"2024-07-12T05:00:00.000Z\",\"0.010602\",\"0.01037\"\n\"2024-07-12T05:05:00.000Z\",\"0.010772\",\"0.010509\"\n\"2024-07-12T05:10:00.000Z\",\"0.010272\",\"0.010033\"\n\"2024-07-12T05:15:00.000Z\",\"0.010746\",\"0.010498\"\n\"2024-07-12T05:20:00.000Z\",\"0.010568\",\"0.010318\"\n\"2024-07-12T05:25:00.000Z\",\"0.011223\",\"0.010949\"\n\"2024-07-12T05:30:00.000Z\",\"0.010642\",\"0.010392\"\n\"2024-07-12T05:35:00.000Z\",\"0.011486\",\"0.011215\"\n\"2024-07-12T05:40:00.000Z\",\"0.010699\",\"0.010449\"\n\"2024-07-12T05:45:00.000Z\",\"0.010803\",\"0.010544\"\n\"2024-07-12T05:50:00.000Z\",\"0.011289\",\"0.011026\"\n\"2024-07-12T05:55:00.000Z\",\"0.010916\",\"0.010647\"\n\"2024-07-12T06:00:00.000Z\",\"0.010443\",\"0.010193\"\n\"2024-07-12T06:05:00.000Z\",\"0.010742\",\"0.010489\"\n\"2024-07-12T06:10:00.000Z\",\"0.010504\",\"0.010249\"\n\"2024-07-12T06:15:00.000Z\",\"0.010479\",\"0.010242\"\n\"2024-07-12T06:20:00.000Z\",\"0.010712\",\"0.010452\"\n\"2024-07-12T06:25:00.000Z\",\"0.010834\",\"0.010579\"\n\"2024-07-12T06:30:00.000Z\",\"0.011072\",\"0.010805\"\n\"2024-07-12T06:35:00.000Z\",\"0.01078\",\"0.010513\"\n\"2024-07-12T06:40:00.000Z\",\"0.010529\",\"0.010279\"\n\"2024-07-12T06:45:00.000Z\",\"0.011282\",\"0.011016\"\n\"2024-07-12T06:50:00.000Z\",\"0.011162\",\"0.010911\"\n\"2024-07-12T06:55:00.000Z\",\"0.011081\",\"0.010815\"\n\"2024-07-12T07:00:00.000Z\",\"0.010622\",\"0.010352\"\n\"2024-07-12T07:05:00.000Z\",\"0.010901\",\"0.010632\"\n\"2024-07-12T07:10:00.000Z\",\"0.01067\",\"0.010417\"\n\"2024-07-12T07:15:00.000Z\",\"0.01063\",\"0.010373\"\n\"2024-07-12T07:20:00.000Z\",\"0.011178\",\"0.010914\"\n\"2024-07-12T07:25:00.000Z\",\"0.013132\",\"0.012835\"\n\"2024-07-12T07:30:00.000Z\",\"0.010813\",\"0.010548\"\n\"2024-07-12T07:35:00.000Z\",\"0.010836\",\"0.010563\"\n\"2024-07-12T07:40:00.000Z\",\"0.010562\",\"0.010322\"\n\"2024-07-12T07:45:00.000Z\",\"0.011307\",\"0.01105\"\n\"2024-07-12T07:50:00.000Z\",\"0.010963\",\"0.010701\"\n\"2024-07-12T07:55:00.000Z\",\"0.010932\",\"0.010668\"\n\"2024-07-12T08:00:00.000Z\",\"0.01062\",\"0.010358\"\n\"2024-07-12T08:05:00.000Z\",\"0.010763\",\"0.010509\"\n\"2024-07-12T08:10:00.000Z\",\"0.011386\",\"0.011092\"\n\"2024-07-12T08:15:00.000Z\",\"0.011188\",\"0.010919\"\n\"2024-07-12T08:20:00.000Z\",\"0.010678\",\"0.010435\"\n\"2024-07-12T08:25:00.000Z\",\"0.010802\",\"0.010546\"\n\"2024-07-12T08:30:00.000Z\",\"0.010414\",\"0.010167\"\n\"2024-07-12T08:35:00.000Z\",\"0.011121\",\"0.010853\"\n\"2024-07-12T08:40:00.000Z\",\"0.01048\",\"0.010242\"\n\"2024-07-12T08:45:00.000Z\",\"0.011129\",\"0.010865\"\n\"2024-07-12T08:50:00.000Z\",\"0.010693\",\"0.010428\"\n\"2024-07-12T08:55:00.000Z\",\"0.010322\",\"0.010068\"\n\"2024-07-12T09:00:00.000Z\",\"0.010662\",\"0.010411\"\n\"2024-07-12T09:05:00.000Z\",\"0.010996\",\"0.010714\"\n\"2024-07-12T09:10:00.000Z\",\"0.010613\",\"0.010355\"\n\"2024-07-12T09:15:00.000Z\",\"0.011252\",\"0.010988\"\n\"2024-07-12T09:20:00.000Z\",\"0.01056\",\"0.01031\"\n\"2024-07-12T09:25:00.000Z\",\"0.01111\",\"0.01083\"\n\"2024-07-12T09:30:00.000Z\",\"0.010568\",\"0.010307\"\n\"2024-07-12T09:35:00.000Z\",\"0.010716\",\"0.010428\"\n\"2024-07-12T09:40:00.000Z\",\"0.010947\",\"0.010697\"\n\"2024-07-12T09:45:00.000Z\",\"0.011207\",\"0.010946\"\n\"2024-07-12T09:50:00.000Z\",\"0.010642\",\"0.010395\"\n\"2024-07-12T09:55:00.000Z\",\"0.010691\",\"0.010445\"\n\"2024-07-12T10:00:00.000Z\",\"0.01105\",\"0.010767\"\n\"2024-07-12T10:05:00.000Z\",\"0.010548\",\"0.010288\"\n\"2024-07-12T10:10:00.000Z\",\"0.010604\",\"0.010361\"\n\"2024-07-12T10:15:00.000Z\",\"0.010557\",\"0.010297\"\n\"2024-07-12T10:20:00.000Z\",\"0.010811\",\"0.010552\"\n\"2024-07-12T10:25:00.000Z\",\"0.010903\",\"0.010626\"\n\"2024-07-12T10:30:00.000Z\",\"0.010726\",\"0.010466\"\n\"2024-07-12T10:35:00.000Z\",\"0.011602\",\"0.011311\"\n\"2024-07-12T10:40:00.000Z\",\"0.011135\",\"0.010872\"\n\"2024-07-12T10:45:00.000Z\",\"0.010704\",\"0.010455\"\n\"2024-07-12T10:50:00.000Z\",\"0.010418\",\"0.01017\"\n\"2024-07-12T10:55:00.000Z\",\"0.010637\",\"0.010378\"\n\"2024-07-12T11:00:00.000Z\",\"0.01091\",\"0.010635\"\n\"2024-07-12T11:05:00.000Z\",\"0.010785\",\"0.010495\"\n\"2024-07-12T11:10:00.000Z\",\"0.01076\",\"0.010468\"\n\"2024-07-12T11:15:00.000Z\",\"0.010541\",\"0.010295\"\n\"2024-07-12T11:20:00.000Z\",\"0.010783\",\"0.010527\"\n\"2024-07-12T11:25:00.000Z\",\"0.010708\",\"0.010437\"\n\"2024-07-12T11:30:00.000Z\",\"0.010621\",\"0.010373\"\n\"2024-07-12T11:35:00.000Z\",\"0.010777\",\"0.010517\"\n\"2024-07-12T11:40:00.000Z\",\"0.011035\",\"0.010769\"\n\"2024-07-12T11:45:00.000Z\",\"0.011731\",\"0.011476\"\n\"2024-07-12T11:50:00.000Z\",\"0.0133\",\"0.012987\"\n\"2024-07-12T11:55:00.000Z\",\"0.010586\",\"0.010321\"\n\"2024-07-12T12:00:00.000Z\",\"0.010727\",\"0.010469\"\n\"2024-07-12T12:05:00.000Z\",\"0.010798\",\"0.010525\"\n\"2024-07-12T12:10:00.000Z\",\"0.010437\",\"0.010183\"\n\"2024-07-12T12:15:00.000Z\",\"0.010771\",\"0.010506\"\n\"2024-07-12T12:20:00.000Z\",\"0.010542\",\"0.010286\"\n\"2024-07-12T12:25:00.000Z\",\"0.01105\",\"0.0108\"\n\"2024-07-12T12:30:00.000Z\",\"0.010794\",\"0.010531\"\n\"2024-07-12T12:35:00.000Z\",\"0.010511\",\"0.010239\"\n\"2024-07-12T12:40:00.000Z\",\"0.010691\",\"0.010416\"\n\"2024-07-12T12:45:00.000Z\",\"0.011116\",\"0.010855\"\n\"2024-07-12T12:50:00.000Z\",\"0.010743\",\"0.010491\"\n\"2024-07-12T12:55:00.000Z\",\"0.010649\",\"0.010401\"\n\"2024-07-12T13:00:00.000Z\",\"0.011328\",\"0.011047\"\n\"2024-07-12T13:05:00.000Z\",\"0.010603\",\"0.010355\"\n\"2024-07-12T13:10:00.000Z\",\"0.010765\",\"0.010504\"\n\"2024-07-12T13:15:00.000Z\",\"0.010725\",\"0.010461\"\n\"2024-07-12T13:20:00.000Z\",\"0.010398\",\"0.010143\"\n\"2024-07-12T13:25:00.000Z\",\"0.010605\",\"0.010347\"\n\"2024-07-12T13:30:00.000Z\",\"0.011107\",\"0.010838\"\n\"2024-07-12T13:35:00.000Z\",\"0.010833\",\"0.01056\"\n\"2024-07-12T13:40:00.000Z\",\"0.011063\",\"0.010767\"\n\"2024-07-12T13:45:00.000Z\",\"0.010799\",\"0.010531\"\n\"2024-07-12T13:50:00.000Z\",\"0.010755\",\"0.010498\"\n\"2024-07-12T13:55:00.000Z\",\"0.010692\",\"0.010434\"\n\"2024-07-12T14:00:00.000Z\",\"0.010627\",\"0.010356\"\n\"2024-07-12T14:05:00.000Z\",\"0.010771\",\"0.010516\"\n\"2024-07-12T14:10:00.000Z\",\"0.011009\",\"0.010749\"\n\"2024-07-12T14:15:00.000Z\",\"0.010528\",\"0.010281\"\n\"2024-07-12T14:20:00.000Z\",\"0.010524\",\"0.010274\"\n\"2024-07-12T14:25:00.000Z\",\"0.010961\",\"0.010705\"\n\"2024-07-12T14:30:00.000Z\",\"0.011249\",\"0.010987\"\n\"2024-07-12T14:35:00.000Z\",\"0.010658\",\"0.0104\"\n\"2024-07-12T14:40:00.000Z\",\"0.010718\",\"0.01045\"\n\"2024-07-12T14:45:00.000Z\",\"0.01085\",\"0.010592\"\n\"2024-07-12T14:50:00.000Z\",\"0.01051\",\"0.010237\"\n\"2024-07-12T14:55:00.000Z\",\"0.010331\",\"0.010077\"\n\"2024-07-12T15:00:00.000Z\",\"0.010775\",\"0.010516\"\n\"2024-07-12T15:05:00.000Z\",\"0.010669\",\"0.01041\"\n\"2024-07-12T15:10:00.000Z\",\"0.010709\",\"0.010436\"\n\"2024-07-12T15:15:00.000Z\",\"0.010353\",\"0.010102\"\n\"2024-07-12T15:20:00.000Z\",\"0.011399\",\"0.011113\"\n\"2024-07-12T15:25:00.000Z\",\"0.010961\",\"0.010701\"\n\"2024-07-12T15:30:00.000Z\",\"0.011023\",\"0.010781\"\n\"2024-07-12T15:35:00.000Z\",\"0.010894\",\"0.010627\"\n\"2024-07-12T15:40:00.000Z\",\"0.010616\",\"0.010355\"\n\"2024-07-12T15:45:00.000Z\",\"0.013248\",\"0.012941\"\n\"2024-07-12T15:50:00.000Z\",\"0.010534\",\"0.010284\"\n\"2024-07-12T15:55:00.000Z\",\"0.010663\",\"0.010397\"\n\"2024-07-12T16:00:00.000Z\",\"0.010671\",\"0.010409\"\n\"2024-07-12T16:05:00.000Z\",\"0.011071\",\"0.010806\"\n\"2024-07-12T16:10:00.000Z\",\"0.010551\",\"0.010299\"\n\"2024-07-12T16:15:00.000Z\",\"0.01068\",\"0.010427\"\n\"2024-07-12T16:20:00.000Z\",\"0.010472\",\"0.01023\"\n\"2024-07-12T16:25:00.000Z\",\"0.011063\",\"0.010794\"\n\"2024-07-12T16:30:00.000Z\",\"0.010658\",\"0.010391\"\n\"2024-07-12T16:35:00.000Z\",\"0.01115\",\"0.010898\"\n\"2024-07-12T16:40:00.000Z\",\"0.011358\",\"0.011106\"\n\"2024-07-12T16:45:00.000Z\",\"0.010919\",\"0.010668\"\n\"2024-07-12T16:50:00.000Z\",\"0.010528\",\"0.010251\"\n\"2024-07-12T16:55:00.000Z\",\"0.010788\",\"0.010524\"\n\"2024-07-12T17:00:00.000Z\",\"0.010642\",\"0.01038\"\n\"2024-07-12T17:05:00.000Z\",\"0.011105\",\"0.01081\"\n\"2024-07-12T17:10:00.000Z\",\"0.010376\",\"0.010124\"\n\"2024-07-12T17:15:00.000Z\",\"0.01047\",\"0.010215\"\n\"2024-07-12T17:20:00.000Z\",\"0.010608\",\"0.010344\"\n\"2024-07-12T17:25:00.000Z\",\"0.010939\",\"0.010655\"\n\"2024-07-12T17:30:00.000Z\",\"0.010577\",\"0.010314\"\n\"2024-07-12T17:35:00.000Z\",\"0.01105\",\"0.010785\"\n\"2024-07-12T17:40:00.000Z\",\"0.010714\",\"0.010443\"\n\"2024-07-12T17:45:00.000Z\",\"0.011618\",\"0.011136\"\n\"2024-07-12T17:50:00.000Z\",\"0.010574\",\"0.010313\"\n\"2024-07-12T17:55:00.000Z\",\"0.010534\",\"0.010272\"\n\"2024-07-12T18:00:00.000Z\",\"0.011506\",\"0.011247\"\n\"2024-07-12T18:05:00.000Z\",\"0.010636\",\"0.010353\"\n\"2024-07-12T18:10:00.000Z\",\"0.010662\",\"0.010418\"\n\"2024-07-12T18:15:00.000Z\",\"0.010461\",\"0.010206\"\n\"2024-07-12T18:20:00.000Z\",\"0.010573\",\"0.010322\"\n\"2024-07-12T18:25:00.000Z\",\"0.011176\",\"0.010899\"\n\"2024-07-12T18:30:00.000Z\",\"0.011132\",\"0.010886\"\n\"2024-07-12T18:35:00.000Z\",\"0.010738\",\"0.010487\"\n\"2024-07-12T18:40:00.000Z\",\"0.011104\",\"0.010835\"\n\"2024-07-12T18:45:00.000Z\",\"0.010323\",\"0.010067\"\n\"2024-07-12T18:50:00.000Z\",\"0.010262\",\"0.010011\"\n\"2024-07-12T18:55:00.000Z\",\"0.010655\",\"0.010394\"\n\"2024-07-12T19:00:00.000Z\",\"0.010866\",\"0.010595\"\n\"2024-07-12T19:05:00.000Z\",\"0.011494\",\"0.011219\"\n\"2024-07-12T19:10:00.000Z\",\"0.010671\",\"0.010414\"\n\"2024-07-12T19:15:00.000Z\",\"0.010789\",\"0.010521\"\n\"2024-07-12T19:20:00.000Z\",\"0.010505\",\"0.010257\"\n\"2024-07-12T19:25:00.000Z\",\"0.010928\",\"0.010671\"\n\"2024-07-12T19:30:00.000Z\",\"0.010662\",\"0.010403\"\n\"2024-07-12T19:35:00.000Z\",\"0.011463\",\"0.01119\"\n\"2024-07-12T19:40:00.000Z\",\"0.010837\",\"0.010588\"\n\"2024-07-12T19:45:00.000Z\",\"0.010657\",\"0.010375\"\n\"2024-07-12T19:50:00.000Z\",\"0.012829\",\"0.012533\"\n\"2024-07-12T19:55:00.000Z\",\"0.010744\",\"0.010482\"\n\"2024-07-12T20:00:00.000Z\",\"0.01118\",\"0.010906\"\n\"2024-07-12T20:05:00.000Z\",\"0.010692\",\"0.010436\"\n\"2024-07-12T20:10:00.000Z\",\"0.010615\",\"0.010338\"\n\"2024-07-12T20:15:00.000Z\",\"0.011725\",\"0.011451\"\n\"2024-07-12T20:20:00.000Z\",\"0.010581\",\"0.010325\"\n\"2024-07-12T20:25:00.000Z\",\"0.01093\",\"0.01067\"\n\"2024-07-12T20:30:00.000Z\",\"0.010549\",\"0.010288\"\n\"2024-07-12T20:35:00.000Z\",\"0.010695\",\"0.010414\"\n\"2024-07-12T20:40:00.000Z\",\"0.01117\",\"0.010917\"\n\"2024-07-12T20:45:00.000Z\",\"0.010937\",\"0.010681\"\n\"2024-07-12T20:50:00.000Z\",\"0.010663\",\"0.010391\"\n\"2024-07-12T20:55:00.000Z\",\"0.010653\",\"0.010401\"\n\"2024-07-12T21:00:00.000Z\",\"0.010592\",\"0.010349\"\n\"2024-07-12T21:05:00.000Z\",\"0.01073\",\"0.01047\"\n\"2024-07-12T21:10:00.000Z\",\"0.010962\",\"0.01071\"\n\"2024-07-12T21:15:00.000Z\",\"0.01059\",\"0.010329\"\n\"2024-07-12T21:20:00.000Z\",\"0.011514\",\"0.011242\"\n\"2024-07-12T21:25:00.000Z\",\"0.010672\",\"0.010408\"\n\"2024-07-12T21:30:00.000Z\",\"0.010949\",\"0.010705\"\n\"2024-07-12T21:35:00.000Z\",\"0.010668\",\"0.01042\"\n\"2024-07-12T21:40:00.000Z\",\"0.010562\",\"0.010302\"\n\"2024-07-12T21:45:00.000Z\",\"0.011338\",\"0.011055\"\n\"2024-07-12T21:50:00.000Z\",\"0.010782\",\"0.010529\"\n\"2024-07-12T21:55:00.000Z\",\"0.010764\",\"0.010504\"\n\"2024-07-12T22:00:00.000Z\",\"0.010679\",\"0.010434\"\n\"2024-07-12T22:05:00.000Z\",\"0.010992\",\"0.010728\"\n\"2024-07-12T22:10:00.000Z\",\"0.010658\",\"0.010401\"\n\"2024-07-12T22:15:00.000Z\",\"0.010846\",\"0.010577\"\n\"2024-07-12T22:20:00.000Z\",\"0.010474\",\"0.010219\"\n\"2024-07-12T22:25:00.000Z\",\"0.010946\",\"0.010693\"\n\"2024-07-12T22:30:00.000Z\",\"0.01053\",\"0.010268\"\n\"2024-07-12T22:35:00.000Z\",\"0.010735\",\"0.010462\"\n\"2024-07-12T22:40:00.000Z\",\"0.011131\",\"0.010865\"\n\"2024-07-12T22:45:00.000Z\",\"0.010881\",\"0.010601\"\n\"2024-07-12T22:50:00.000Z\",\"0.011407\",\"0.011143\"\n\"2024-07-12T22:55:00.000Z\",\"0.010981\",\"0.010715\"\n\"2024-07-12T23:00:00.000Z\",\"0.010584\",\"0.010307\"\n\"2024-07-12T23:05:00.000Z\",\"0.010859\",\"0.010593\"\n\"2024-07-12T23:10:00.000Z\",\"0.010503\",\"0.010232\"\n\"2024-07-12T23:15:00.000Z\",\"0.010601\",\"0.010334\"\n\"2024-07-12T23:20:00.000Z\",\"0.010723\",\"0.010465\"\n\"2024-07-12T23:25:00.000Z\",\"0.01077\",\"0.010514\"\n\"2024-07-12T23:30:00.000Z\",\"0.010562\",\"0.010312\"\n\"2024-07-12T23:35:00.000Z\",\"0.010576\",\"0.010317\"\n\"2024-07-12T23:40:00.000Z\",\"0.010942\",\"0.010675\"\n\"2024-07-12T23:45:00.000Z\",\"0.011175\",\"0.010916\"\n\"2024-07-12T23:50:00.000Z\",\"0.010494\",\"0.010226\"\n\"2024-07-12T23:55:00.000Z\",\"0.010532\",\"0.010285\"\n\"2024-07-13T00:00:00.000Z\",\"0.011778\",\"0.01148\"\n\"2024-07-13T00:05:00.000Z\",\"0.010449\",\"0.010204\"\n\"2024-07-13T00:10:00.000Z\",\"0.010603\",\"0.010346\"\n\"2024-07-13T00:15:00.000Z\",\"0.010825\",\"0.010567\"\n\"2024-07-13T00:20:00.000Z\",\"0.010862\",\"0.010599\"\n\"2024-07-13T00:25:00.000Z\",\"0.010553\",\"0.0103\"\n\"2024-07-13T00:30:00.000Z\",\"0.010475\",\"0.010211\"\n\"2024-07-13T00:35:00.000Z\",\"0.010906\",\"0.010636\"\n\"2024-07-13T00:40:00.000Z\",\"0.010477\",\"0.010239\"\n\"2024-07-13T00:45:00.000Z\",\"0.01124\",\"0.010988\"\n\"2024-07-13T00:50:00.000Z\",\"0.010544\",\"0.010286\"\n\"2024-07-13T00:55:00.000Z\",\"0.010848\",\"0.010591\"\n\"2024-07-13T01:00:00.000Z\",\"0.01118\",\"0.010914\"\n\"2024-07-13T01:05:00.000Z\",\"0.010718\",\"0.010444\"\n\"2024-07-13T01:10:00.000Z\",\"0.010742\",\"0.010465\"\n\"2024-07-13T01:15:00.000Z\",\"0.010499\",\"0.010256\"\n\"2024-07-13T01:20:00.000Z\",\"0.010976\",\"0.010711\"\n\"2024-07-13T01:25:00.000Z\",\"0.010707\",\"0.010453\"\n\"2024-07-13T01:30:00.000Z\",\"0.010639\",\"0.010373\"\n\"2024-07-13T01:35:00.000Z\",\"0.01106\",\"0.010782\"\n\"2024-07-13T01:40:00.000Z\",\"0.010646\",\"0.010386\"\n\"2024-07-13T01:45:00.000Z\",\"0.01077\",\"0.010522\"\n\"2024-07-13T01:50:00.000Z\",\"0.01116\",\"0.010888\"\n\"2024-07-13T01:55:00.000Z\",\"0.010779\",\"0.010509\"\n\"2024-07-13T02:00:00.000Z\",\"0.01322\",\"0.012901\"\n\"2024-07-13T02:05:00.000Z\",\"0.010801\",\"0.010532\"\n\"2024-07-13T02:10:00.000Z\",\"0.01081\",\"0.010545\"\n\"2024-07-13T02:15:00.000Z\",\"0.010659\",\"0.010393\"\n\"2024-07-13T02:20:00.000Z\",\"0.011592\",\"0.011318\"\n\"2024-07-13T02:25:00.000Z\",\"0.010733\",\"0.01048\"\n\"2024-07-13T02:30:00.000Z\",\"0.010485\",\"0.010239\"\n\"2024-07-13T02:35:00.000Z\",\"0.010716\",\"0.010465\"\n\"2024-07-13T02:40:00.000Z\",\"0.010984\",\"0.01073\"\n\"2024-07-13T02:45:00.000Z\",\"0.010651\",\"0.010397\"\n\"2024-07-13T02:50:00.000Z\",\"0.011044\",\"0.01079\"\n\"2024-07-13T02:55:00.000Z\",\"0.010816\",\"0.010548\"\n\"2024-07-13T03:00:00.000Z\",\"0.010785\",\"0.010502\"\n\"2024-07-13T03:05:00.000Z\",\"0.010708\",\"0.010473\"\n\"2024-07-13T03:10:00.000Z\",\"0.011021\",\"0.010739\"\n\"2024-07-13T03:15:00.000Z\",\"0.010711\",\"0.010458\"\n\"2024-07-13T03:20:00.000Z\",\"0.010737\",\"0.010496\"\n\"2024-07-13T03:25:00.000Z\",\"0.010682\",\"0.010418\"\n\"2024-07-13T03:30:00.000Z\",\"0.010619\",\"0.010359\"\n\"2024-07-13T03:35:00.000Z\",\"0.011047\",\"0.010779\"\n\"2024-07-13T03:40:00.000Z\",\"0.010788\",\"0.010516\"\n\"2024-07-13T03:45:00.000Z\",\"0.011545\",\"0.011269\"\n\"2024-07-13T03:50:00.000Z\",\"0.010731\",\"0.010446\"\n\"2024-07-13T03:55:00.000Z\",\"0.011724\",\"0.011436\"\n\"2024-07-13T04:00:00.000Z\",\"0.010647\",\"0.010382\"\n\"2024-07-13T04:05:00.000Z\",\"0.010679\",\"0.010426\"\n\"2024-07-13T04:10:00.000Z\",\"0.010632\",\"0.010382\"\n\"2024-07-13T04:15:00.000Z\",\"0.01073\",\"0.010473\"\n\"2024-07-13T04:20:00.000Z\",\"0.010783\",\"0.010515\"\n\"2024-07-13T04:25:00.000Z\",\"0.010652\",\"0.010396\"\n\"2024-07-13T04:30:00.000Z\",\"0.010922\",\"0.010664\"\n\"2024-07-13T04:35:00.000Z\",\"0.010672\",\"0.010409\"\n\"2024-07-13T04:40:00.000Z\",\"0.010771\",\"0.010512\"\n\"2024-07-13T04:45:00.000Z\",\"0.010668\",\"0.010413\"\n\"2024-07-13T04:50:00.000Z\",\"0.01092\",\"0.010624\"\n\"2024-07-13T04:55:00.000Z\",\"0.011126\",\"0.010878\"\n\"2024-07-13T05:00:00.000Z\",\"0.010694\",\"0.010441\"\n\"2024-07-13T05:05:00.000Z\",\"0.011437\",\"0.011176\"\n\"2024-07-13T05:10:00.000Z\",\"0.011028\",\"0.010775\"\n\"2024-07-13T05:15:00.000Z\",\"0.010652\",\"0.010394\"\n\"2024-07-13T05:20:00.000Z\",\"0.010731\",\"0.010473\"\n\"2024-07-13T05:25:00.000Z\",\"0.010796\",\"0.010533\"\n\"2024-07-13T05:30:00.000Z\",\"0.010719\",\"0.010438\"\n\"2024-07-13T05:35:00.000Z\",\"0.010774\",\"0.010517\"\n\"2024-07-13T05:40:00.000Z\",\"0.010635\",\"0.01038\"\n\"2024-07-13T05:45:00.000Z\",\"0.010661\",\"0.010394\"\n\"2024-07-13T05:50:00.000Z\",\"0.011348\",\"0.011075\"\n\"2024-07-13T05:55:00.000Z\",\"0.011101\",\"0.010836\"\n\"2024-07-13T06:00:00.000Z\",\"0.010553\",\"0.010278\"\n\"2024-07-13T06:05:00.000Z\",\"0.011207\",\"0.010942\"\n\"2024-07-13T06:10:00.000Z\",\"0.011008\",\"0.010736\"\n\"2024-07-13T06:15:00.000Z\",\"0.012708\",\"0.012399\"\n\"2024-07-13T06:20:00.000Z\",\"0.010829\",\"0.010558\"\n\"2024-07-13T06:25:00.000Z\",\"0.010711\",\"0.010445\"\n\"2024-07-13T06:30:00.000Z\",\"0.011492\",\"0.011229\"\n\"2024-07-13T06:35:00.000Z\",\"0.010826\",\"0.010551\"\n\"2024-07-13T06:40:00.000Z\",\"0.010777\",\"0.010522\"\n\"2024-07-13T06:45:00.000Z\",\"0.011269\",\"0.011003\"\n\"2024-07-13T06:50:00.000Z\",\"0.01065\",\"0.0104\"\n\"2024-07-13T06:55:00.000Z\",\"0.010745\",\"0.010479\"\n\"2024-07-13T07:00:00.000Z\",\"0.01046\",\"0.010218\"\n\"2024-07-13T07:05:00.000Z\",\"0.011085\",\"0.010824\"\n\"2024-07-13T07:10:00.000Z\",\"0.01068\",\"0.010413\"\n\"2024-07-13T07:15:00.000Z\",\"0.010692\",\"0.010439\"\n\"2024-07-13T07:20:00.000Z\",\"0.010971\",\"0.010713\"\n\"2024-07-13T07:25:00.000Z\",\"0.010897\",\"0.010624\"\n\"2024-07-13T07:30:00.000Z\",\"0.010533\",\"0.01029\"\n\"2024-07-13T07:35:00.000Z\",\"0.010808\",\"0.010546\"\n\"2024-07-13T07:40:00.000Z\",\"0.010685\",\"0.01044\"\n\"2024-07-13T07:45:00.000Z\",\"0.011429\",\"0.011173\"\n\"2024-07-13T07:50:00.000Z\",\"0.011346\",\"0.011074\"\n\"2024-07-13T07:55:00.000Z\",\"0.010966\",\"0.010688\"\n\"2024-07-13T08:00:00.000Z\",\"0.01053\",\"0.01028\"\n\"2024-07-13T08:05:00.000Z\",\"0.010512\",\"0.010265\"\n\"2024-07-13T08:10:00.000Z\",\"0.010625\",\"0.010369\"\n\"2024-07-13T08:15:00.000Z\",\"0.010523\",\"0.010272\"\n\"2024-07-13T08:20:00.000Z\",\"0.010878\",\"0.010615\"\n\"2024-07-13T08:25:00.000Z\",\"0.010779\",\"0.010516\"\n\"2024-07-13T08:30:00.000Z\",\"0.010704\",\"0.010442\"\n\"2024-07-13T08:35:00.000Z\",\"0.010687\",\"0.010426\"\n\"2024-07-13T08:40:00.000Z\",\"0.010806\",\"0.01052\"\n\"2024-07-13T08:45:00.000Z\",\"0.011328\",\"0.01106\"\n\"2024-07-13T08:50:00.000Z\",\"0.010952\",\"0.010688\"\n\"2024-07-13T08:55:00.000Z\",\"0.010796\",\"0.010533\"\n\"2024-07-13T09:00:00.000Z\",\"0.010715\",\"0.010461\"\n\"2024-07-13T09:05:00.000Z\",\"0.010515\",\"0.010279\"\n\"2024-07-13T09:10:00.000Z\",\"0.010945\",\"0.010674\"\n\"2024-07-13T09:15:00.000Z\",\"0.011222\",\"0.010975\"\n\"2024-07-13T09:20:00.000Z\",\"0.010827\",\"0.010571\"\n\"2024-07-13T09:25:00.000Z\",\"0.01062\",\"0.010355\"\n\"2024-07-13T09:30:00.000Z\",\"0.011078\",\"0.010805\"\n\"2024-07-13T09:35:00.000Z\",\"0.010701\",\"0.010447\"\n\"2024-07-13T09:40:00.000Z\",\"0.010696\",\"0.010423\"\n\"2024-07-13T09:45:00.000Z\",\"0.011192\",\"0.010909\"\n\"2024-07-13T09:50:00.000Z\",\"0.010933\",\"0.010656\"\n\"2024-07-13T09:55:00.000Z\",\"0.010807\",\"0.010525\"\n\"2024-07-13T10:00:00.000Z\",\"0.010716\",\"0.010453\"\n\"2024-07-13T10:05:00.000Z\",\"0.010945\",\"0.010665\"\n\"2024-07-13T10:10:00.000Z\",\"0.011044\",\"0.010777\"\n\"2024-07-13T10:15:00.000Z\",\"0.01068\",\"0.010426\"\n\"2024-07-13T10:20:00.000Z\",\"0.010576\",\"0.010325\"\n\"2024-07-13T10:25:00.000Z\",\"0.010504\",\"0.010258\"\n\"2024-07-13T10:30:00.000Z\",\"0.01392\",\"0.013613\"\n\"2024-07-13T10:35:00.000Z\",\"0.01078\",\"0.010527\"\n\"2024-07-13T10:40:00.000Z\",\"0.010956\",\"0.010706\"\n\"2024-07-13T10:45:00.000Z\",\"0.010981\",\"0.010719\"\n\"2024-07-13T10:50:00.000Z\",\"0.010602\",\"0.01035\"\n\"2024-07-13T10:55:00.000Z\",\"0.010757\",\"0.010488\"\n\"2024-07-13T11:00:00.000Z\",\"0.010674\",\"0.010402\"\n\"2024-07-13T11:05:00.000Z\",\"0.011014\",\"0.010752\"\n\"2024-07-13T11:10:00.000Z\",\"0.010595\",\"0.010357\"\n\"2024-07-13T11:15:00.000Z\",\"0.010664\",\"0.010427\"\n\"2024-07-13T11:20:00.000Z\",\"0.010616\",\"0.010373\"\n\"2024-07-13T11:25:00.000Z\",\"0.010832\",\"0.010574\"\n\"2024-07-13T11:30:00.000Z\",\"0.010647\",\"0.010405\"\n\"2024-07-13T11:35:00.000Z\",\"0.010674\",\"0.010414\"\n\"2024-07-13T11:40:00.000Z\",\"0.010785\",\"0.01052\"\n\"2024-07-13T11:45:00.000Z\",\"0.012114\",\"0.011832\"\n\"2024-07-13T11:50:00.000Z\",\"0.010535\",\"0.010274\"\n\"2024-07-13T11:55:00.000Z\",\"0.010626\",\"0.010373\"\n\"2024-07-13T12:00:00.000Z\",\"0.010638\",\"0.010388\"\n\"2024-07-13T12:05:00.000Z\",\"0.010866\",\"0.010596\"\n\"2024-07-13T12:10:00.000Z\",\"0.010519\",\"0.010258\"\n\"2024-07-13T12:15:00.000Z\",\"0.01064\",\"0.010376\"\n\"2024-07-13T12:20:00.000Z\",\"0.010699\",\"0.010453\"\n\"2024-07-13T12:25:00.000Z\",\"0.010725\",\"0.010448\"\n\"2024-07-13T12:30:00.000Z\",\"0.010961\",\"0.010701\"\n\"2024-07-13T12:35:00.000Z\",\"0.010647\",\"0.010393\"\n\"2024-07-13T12:40:00.000Z\",\"0.010998\",\"0.010731\"\n\"2024-07-13T12:45:00.000Z\",\"0.010788\",\"0.010517\"\n\"2024-07-13T12:50:00.000Z\",\"0.011249\",\"0.011014\"\n\"2024-07-13T12:55:00.000Z\",\"0.010831\",\"0.010564\"\n\"2024-07-13T13:00:00.000Z\",\"0.010574\",\"0.010319\"\n\"2024-07-13T13:05:00.000Z\",\"0.010635\",\"0.010376\"\n\"2024-07-13T13:10:00.000Z\",\"0.010669\",\"0.010401\"\n\"2024-07-13T13:15:00.000Z\",\"0.010988\",\"0.010726\"\n\"2024-07-13T13:20:00.000Z\",\"0.010548\",\"0.010299\"\n\"2024-07-13T13:25:00.000Z\",\"0.010784\",\"0.010512\"\n\"2024-07-13T13:30:00.000Z\",\"0.010866\",\"0.010593\"\n\"2024-07-13T13:35:00.000Z\",\"0.010772\",\"0.010513\"\n\"2024-07-13T15:40:00.000Z\",\"0.010642\",\"0.010372\"\n\"2024-07-13T15:45:00.000Z\",\"0.011274\",\"0.010988\"\n\"2024-07-13T15:50:00.000Z\",\"0.011074\",\"0.010792\"\n\"2024-07-13T15:55:00.000Z\",\"0.010798\",\"0.010534\"\n\"2024-07-13T16:00:00.000Z\",\"0.010744\",\"0.010469\"\n\"2024-07-13T16:05:00.000Z\",\"0.011051\",\"0.010789\"\n\"2024-07-13T16:10:00.000Z\",\"0.010711\",\"0.010462\"\n\"2024-07-13T16:15:00.000Z\",\"0.01059\",\"0.010355\"\n\"2024-07-13T16:20:00.000Z\",\"0.010939\",\"0.010675\"\n\"2024-07-13T16:25:00.000Z\",\"0.010851\",\"0.010588\"\n\"2024-07-13T16:30:00.000Z\",\"0.011478\",\"0.011215\"\n\"2024-07-13T16:35:00.000Z\",\"0.010763\",\"0.010498\"\n\"2024-07-13T16:40:00.000Z\",\"0.010663\",\"0.010405\"\n\"2024-07-13T16:45:00.000Z\",\"0.011086\",\"0.010822\"\n\"2024-07-13T16:50:00.000Z\",\"0.011106\",\"0.010849\"\n\"2024-07-13T16:55:00.000Z\",\"0.010643\",\"0.010368\"\n\"2024-07-13T17:00:00.000Z\",\"0.010758\",\"0.010486\"\n\"2024-07-13T17:05:00.000Z\",\"0.010502\",\"0.010251\"\n\"2024-07-13T17:10:00.000Z\",\"0.011029\",\"0.010758\"\n\"2024-07-13T17:15:00.000Z\",\"0.010848\",\"0.010587\"\n\"2024-07-13T17:20:00.000Z\",\"0.010539\",\"0.010279\"\n\"2024-07-13T17:25:00.000Z\",\"0.010708\",\"0.010457\"\n\"2024-07-13T17:30:00.000Z\",\"0.010734\",\"0.010468\"\n\"2024-07-13T17:35:00.000Z\",\"0.01142\",\"0.011158\"\n\"2024-07-13T17:40:00.000Z\",\"0.010557\",\"0.01031\"\n\"2024-07-13T17:45:00.000Z\",\"0.010604\",\"0.010351\"\n\"2024-07-13T17:50:00.000Z\",\"0.010759\",\"0.010511\"\n\"2024-07-13T17:55:00.000Z\",\"0.011571\",\"0.011301\"\n\"2024-07-13T18:00:00.000Z\",\"0.010887\",\"0.010603\"\n\"2024-07-13T18:05:00.000Z\",\"0.010646\",\"0.010388\"\n\"2024-07-13T18:10:00.000Z\",\"0.01083\",\"0.010583\"\n\"2024-07-13T18:15:00.000Z\",\"0.01096\",\"0.01068\"\n\"2024-07-13T18:20:00.000Z\",\"0.010456\",\"0.010206\"\n\"2024-07-13T18:25:00.000Z\",\"0.010869\",\"0.010606\"\n\"2024-07-13T18:30:00.000Z\",\"0.010524\",\"0.010275\"\n\"2024-07-13T18:35:00.000Z\",\"0.011027\",\"0.010759\"\n\"2024-07-13T18:40:00.000Z\",\"0.010658\",\"0.010399\"\n\"2024-07-13T18:45:00.000Z\",\"0.012967\",\"0.012658\"\n\"2024-07-13T18:50:00.000Z\",\"0.012225\",\"0.01196\"\n\"2024-07-13T18:55:00.000Z\",\"0.011026\",\"0.010746\"\n\"2024-07-13T19:00:00.000Z\",\"0.010717\",\"0.010455\"\n\"2024-07-13T19:05:00.000Z\",\"0.010659\",\"0.010401\"\n\"2024-07-13T19:10:00.000Z\",\"0.010762\",\"0.010491\"\n\"2024-07-13T19:15:00.000Z\",\"0.010794\",\"0.010542\"\n\"2024-07-13T19:20:00.000Z\",\"0.010551\",\"0.010291\"\n\"2024-07-13T19:25:00.000Z\",\"0.010903\",\"0.010633\"\n\"2024-07-13T19:30:00.000Z\",\"0.010902\",\"0.010615\"\n\"2024-07-13T19:35:00.000Z\",\"0.01093\",\"0.010666\"\n\"2024-07-13T19:40:00.000Z\",\"0.01087\",\"0.010601\"\n\"2024-07-13T19:45:00.000Z\",\"0.01084\",\"0.010579\"\n\"2024-07-13T19:50:00.000Z\",\"0.011088\",\"0.010824\"\n\"2024-07-13T19:55:00.000Z\",\"0.010923\",\"0.01064\"\n\"2024-07-13T20:00:00.000Z\",\"0.01081\",\"0.010544\"\n\"2024-07-13T20:05:00.000Z\",\"0.010991\",\"0.010703\"\n\"2024-07-13T20:10:00.000Z\",\"0.011309\",\"0.011047\"\n\"2024-07-13T20:15:00.000Z\",\"0.010767\",\"0.010504\"\n\"2024-07-13T20:20:00.000Z\",\"0.010496\",\"0.010265\"\n\"2024-07-13T20:25:00.000Z\",\"0.010692\",\"0.01044\"\n\"2024-07-13T20:30:00.000Z\",\"0.010909\",\"0.010667\"\n\"2024-07-13T20:35:00.000Z\",\"0.010783\",\"0.010539\"\n\"2024-07-13T20:40:00.000Z\",\"0.010904\",\"0.010659\"\n\"2024-07-13T20:45:00.000Z\",\"0.010641\",\"0.010395\"\n\"2024-07-13T20:50:00.000Z\",\"0.011119\",\"0.010874\"\n\"2024-07-13T20:55:00.000Z\",\"0.010753\",\"0.010511\"\n\"2024-07-13T21:00:00.000Z\",\"0.010747\",\"0.010497\"\n\"2024-07-13T21:05:00.000Z\",\"0.010784\",\"0.010523\"\n\"2024-07-13T21:10:00.000Z\",\"0.011305\",\"0.011046\"\n\"2024-07-13T21:15:00.000Z\",\"0.010568\",\"0.010327\"\n\"2024-07-13T21:20:00.000Z\",\"0.010966\",\"0.010718\"\n\"2024-07-13T21:25:00.000Z\",\"0.010658\",\"0.010411\"\n\"2024-07-13T21:30:00.000Z\",\"0.010647\",\"0.010411\"\n\"2024-07-13T21:35:00.000Z\",\"0.010846\",\"0.010597\"\n\"2024-07-13T21:40:00.000Z\",\"0.010957\",\"0.010694\"\n\"2024-07-13T21:45:00.000Z\",\"0.010622\",\"0.010386\"\n\"2024-07-13T21:50:00.000Z\",\"0.011251\",\"0.011005\"\n\"2024-07-13T21:55:00.000Z\",\"0.010706\",\"0.010473\"\n\"2024-07-13T22:00:00.000Z\",\"0.010596\",\"0.010352\"\n\"2024-07-13T22:05:00.000Z\",\"0.010622\",\"0.010367\"\n\"2024-07-13T22:10:00.000Z\",\"0.010879\",\"0.010639\"\n\"2024-07-13T22:15:00.000Z\",\"0.010779\",\"0.010515\"\n\"2024-07-13T22:20:00.000Z\",\"0.010761\",\"0.010505\"\n\"2024-07-13T22:25:00.000Z\",\"0.010895\",\"0.010634\"\n\"2024-07-13T22:30:00.000Z\",\"0.011466\",\"0.011201\"\n\"2024-07-13T22:35:00.000Z\",\"0.011063\",\"0.010791\"\n\"2024-07-13T22:40:00.000Z\",\"0.01295\",\"0.012651\"\n\"2024-07-13T22:45:00.000Z\",\"0.010684\",\"0.010454\"\n\"2024-07-13T22:50:00.000Z\",\"0.010607\",\"0.010373\"\n\"2024-07-13T22:55:00.000Z\",\"0.011112\",\"0.010875\"\n\"2024-07-13T23:00:00.000Z\",\"0.010612\",\"0.010367\"\n\"2024-07-13T23:05:00.000Z\",\"0.010657\",\"0.010413\"\n\"2024-07-13T23:10:00.000Z\",\"0.01075\",\"0.010497\"\n\"2024-07-13T23:15:00.000Z\",\"0.010739\",\"0.010497\"\n\"2024-07-13T23:20:00.000Z\",\"0.010731\",\"0.010486\"\n\"2024-07-13T23:25:00.000Z\",\"0.010698\",\"0.010457\"\n\"2024-07-13T23:30:00.000Z\",\"0.01051\",\"0.010257\"\n\"2024-07-13T23:35:00.000Z\",\"0.01085\",\"0.010611\"\n\"2024-07-13T23:40:00.000Z\",\"0.010927\",\"0.010681\"\n\"2024-07-13T23:45:00.000Z\",\"0.010438\",\"0.010197\"\n\"2024-07-13T23:50:00.000Z\",\"0.010661\",\"0.010434\"\n\"2024-07-13T23:55:00.000Z\",\"0.012007\",\"0.011755\"\n\"2024-07-14T00:00:00.000Z\",\"0.010657\",\"0.010422\"\n\"2024-07-14T00:05:00.000Z\",\"0.010761\",\"0.010519\"\n\"2024-07-14T00:10:00.000Z\",\"0.010563\",\"0.010315\"\n\"2024-07-14T00:15:00.000Z\",\"0.010648\",\"0.010406\"\n\"2024-07-14T00:20:00.000Z\",\"0.010825\",\"0.010589\"\n\"2024-07-14T00:25:00.000Z\",\"0.010721\",\"0.01049\"\n\"2024-07-14T00:30:00.000Z\",\"0.010502\",\"0.01027\"\n\"2024-07-14T00:35:00.000Z\",\"0.010995\",\"0.010759\"\n\"2024-07-14T00:40:00.000Z\",\"0.010625\",\"0.010391\"\n\"2024-07-14T00:45:00.000Z\",\"0.010698\",\"0.010454\"\n\"2024-07-14T00:50:00.000Z\",\"0.010973\",\"0.010741\"\n\"2024-07-14T00:55:00.000Z\",\"0.010715\",\"0.01048\"\n\"2024-07-14T01:00:00.000Z\",\"0.01065\",\"0.010413\"\n\"2024-07-14T01:05:00.000Z\",\"0.010533\",\"0.010299\"\n\"2024-07-14T01:10:00.000Z\",\"0.01144\",\"0.011189\"\n\"2024-07-14T01:15:00.000Z\",\"0.010924\",\"0.010666\"\n\"2024-07-14T01:20:00.000Z\",\"0.01047\",\"0.01023\"\n\"2024-07-14T01:25:00.000Z\",\"0.010699\",\"0.010466\"\n\"2024-07-14T01:30:00.000Z\",\"0.010648\",\"0.010421\"\n\"2024-07-14T01:35:00.000Z\",\"0.010675\",\"0.010434\"\n\"2024-07-14T01:40:00.000Z\",\"0.010601\",\"0.010346\"\n\"2024-07-14T01:45:00.000Z\",\"0.010876\",\"0.010632\"\n\"2024-07-14T01:50:00.000Z\",\"0.011062\",\"0.010835\"\n\"2024-07-14T01:55:00.000Z\",\"0.010567\",\"0.01034\"\n\"2024-07-14T02:00:00.000Z\",\"0.010787\",\"0.010546\"\n\"2024-07-14T02:05:00.000Z\",\"0.010844\",\"0.010607\"\n\"2024-07-14T02:10:00.000Z\",\"0.010601\",\"0.010356\"\n\"2024-07-14T02:15:00.000Z\",\"0.010763\",\"0.010532\"\n\"2024-07-14T02:20:00.000Z\",\"0.011497\",\"0.011262\"\n\"2024-07-14T02:25:00.000Z\",\"0.010667\",\"0.010421\"\n\"2024-07-14T02:30:00.000Z\",\"0.010772\",\"0.010525\"\n\"2024-07-14T02:35:00.000Z\",\"0.010853\",\"0.010609\"\n\"2024-07-14T02:40:00.000Z\",\"0.01078\",\"0.010536\"\n\"2024-07-14T02:45:00.000Z\",\"0.011287\",\"0.011047\"\n\"2024-07-14T02:50:00.000Z\",\"0.010487\",\"0.01026\"\n\"2024-07-14T02:55:00.000Z\",\"0.010881\",\"0.010643\"\n\"2024-07-14T03:00:00.000Z\",\"0.012765\",\"0.012504\"\n\"2024-07-14T03:05:00.000Z\",\"0.01108\",\"0.010819\"\n\"2024-07-14T03:10:00.000Z\",\"0.010505\",\"0.010259\"\n\"2024-07-14T03:15:00.000Z\",\"0.01092\",\"0.010675\"\n\"2024-07-14T03:20:00.000Z\",\"0.011336\",\"0.011084\"\n\"2024-07-14T03:25:00.000Z\",\"0.010594\",\"0.010342\"\n\"2024-07-14T03:30:00.000Z\",\"0.010874\",\"0.010636\"\n\"2024-07-14T03:35:00.000Z\",\"0.010606\",\"0.010369\"\n\"2024-07-14T03:40:00.000Z\",\"0.010582\",\"0.010336\"\n\"2024-07-14T03:45:00.000Z\",\"0.011552\",\"0.0113\"\n\"2024-07-14T03:50:00.000Z\",\"0.010902\",\"0.010649\"\n\"2024-07-14T03:55:00.000Z\",\"0.010676\",\"0.010438\"\n\"2024-07-14T04:00:00.000Z\",\"0.01097\",\"0.010721\"\n\"2024-07-14T04:05:00.000Z\",\"0.010742\",\"0.010507\"\n\"2024-07-14T04:10:00.000Z\",\"0.010611\",\"0.010366\"\n\"2024-07-14T04:15:00.000Z\",\"0.010717\",\"0.010484\"\n\"2024-07-14T04:20:00.000Z\",\"0.010636\",\"0.010407\"\n\"2024-07-14T04:25:00.000Z\",\"0.010726\",\"0.010491\"\n\"2024-07-14T04:30:00.000Z\",\"0.010836\",\"0.010599\"\n\"2024-07-14T04:35:00.000Z\",\"0.01061\",\"0.010369\"\n\"2024-07-14T04:40:00.000Z\",\"0.011114\",\"0.010883\"\n\"2024-07-14T04:45:00.000Z\",\"0.011789\",\"0.011527\"\n\"2024-07-14T04:50:00.000Z\",\"0.010545\",\"0.010319\"\n\"2024-07-14T04:55:00.000Z\",\"0.010589\",\"0.01034\"\n\"2024-07-14T05:00:00.000Z\",\"0.010687\",\"0.010443\"\n\"2024-07-14T05:05:00.000Z\",\"0.010778\",\"0.01053\"\n\"2024-07-14T05:10:00.000Z\",\"0.010685\",\"0.010428\"\n\"2024-07-14T05:15:00.000Z\",\"0.010681\",\"0.010456\"\n\"2024-07-14T05:20:00.000Z\",\"0.010667\",\"0.010429\"\n\"2024-07-14T05:25:00.000Z\",\"0.010842\",\"0.010607\"\n\"2024-07-14T05:30:00.000Z\",\"0.01061\",\"0.010367\"\n\"2024-07-14T05:35:00.000Z\",\"0.010743\",\"0.010499\"\n\"2024-07-14T05:40:00.000Z\",\"0.011249\",\"0.011002\"\n\"2024-07-14T05:45:00.000Z\",\"0.010945\",\"0.010701\"\n\"2024-07-14T05:50:00.000Z\",\"0.010835\",\"0.010597\"\n\"2024-07-14T05:55:00.000Z\",\"0.010552\",\"0.01031\"\n\"2024-07-14T06:00:00.000Z\",\"0.010537\",\"0.010301\"\n\"2024-07-14T06:05:00.000Z\",\"0.011556\",\"0.011312\"\n\"2024-07-14T06:10:00.000Z\",\"0.010548\",\"0.010313\"\n\"2024-07-14T06:15:00.000Z\",\"0.010754\",\"0.010493\"\n\"2024-07-14T06:20:00.000Z\",\"0.010544\",\"0.010313\"\n\"2024-07-14T06:25:00.000Z\",\"0.010946\",\"0.010707\"\n\"2024-07-14T06:30:00.000Z\",\"0.010616\",\"0.010368\"\n\"2024-07-14T06:35:00.000Z\",\"0.010724\",\"0.010472\"\n\"2024-07-14T06:40:00.000Z\",\"0.011553\",\"0.011295\"\n\"2024-07-14T06:45:00.000Z\",\"0.013028\",\"0.012733\"\n\"2024-07-14T06:50:00.000Z\",\"0.010421\",\"0.01018\"\n\"2024-07-14T06:55:00.000Z\",\"0.0109\",\"0.010663\"\n\"2024-07-14T07:00:00.000Z\",\"0.010543\",\"0.010308\"\n\"2024-07-14T07:05:00.000Z\",\"0.010813\",\"0.010577\"\n\"2024-07-14T07:10:00.000Z\",\"0.01105\",\"0.010793\"\n\"2024-07-14T07:15:00.000Z\",\"0.010847\",\"0.010583\"\n\"2024-07-14T07:20:00.000Z\",\"0.010673\",\"0.01044\"\n\"2024-07-14T07:25:00.000Z\",\"0.011666\",\"0.011417\"\n\"2024-07-14T07:30:00.000Z\",\"0.010649\",\"0.01041\"\n\"2024-07-14T07:35:00.000Z\",\"0.010746\",\"0.010495\"\n\"2024-07-14T07:40:00.000Z\",\"0.011286\",\"0.01103\"\n\"2024-07-14T07:45:00.000Z\",\"0.01091\",\"0.010656\"\n\"2024-07-14T07:50:00.000Z\",\"0.0107\",\"0.010446\"\n\"2024-07-14T07:55:00.000Z\",\"0.010996\",\"0.010743\"\n\"2024-07-14T08:00:00.000Z\",\"0.010666\",\"0.010419\"\n\"2024-07-14T08:05:00.000Z\",\"0.010656\",\"0.010416\"\n\"2024-07-14T08:10:00.000Z\",\"0.010594\",\"0.01035\"\n\"2024-07-14T08:15:00.000Z\",\"0.01081\",\"0.01056\"\n\"2024-07-14T08:20:00.000Z\",\"0.010888\",\"0.010628\"\n\"2024-07-14T08:25:00.000Z\",\"0.010743\",\"0.010471\"\n\"2024-07-14T08:30:00.000Z\",\"0.010906\",\"0.010644\"\n\"2024-07-14T08:35:00.000Z\",\"0.010679\",\"0.010432\"\n\"2024-07-14T08:40:00.000Z\",\"0.011934\",\"0.011668\"\n\"2024-07-14T08:45:00.000Z\",\"0.010655\",\"0.010413\"\n\"2024-07-14T08:50:00.000Z\",\"0.010827\",\"0.010584\"\n\"2024-07-14T08:55:00.000Z\",\"0.010768\",\"0.010501\"\n\"2024-07-14T09:00:00.000Z\",\"0.010655\",\"0.010389\"\n\"2024-07-14T09:05:00.000Z\",\"0.010592\",\"0.01033\"\n\"2024-07-14T09:10:00.000Z\",\"0.010589\",\"0.010324\"\n\"2024-07-14T09:15:00.000Z\",\"0.011407\",\"0.011118\"\n\"2024-07-14T09:20:00.000Z\",\"0.010653\",\"0.0104\"\n\"2024-07-14T09:25:00.000Z\",\"0.010695\",\"0.01044\"\n\"2024-07-14T09:30:00.000Z\",\"0.010852\",\"0.01059\"\n\"2024-07-14T09:35:00.000Z\",\"0.010864\",\"0.010604\"\n\"2024-07-14T09:40:00.000Z\",\"0.011041\",\"0.0108\"\n\"2024-07-14T09:45:00.000Z\",\"0.011528\",\"0.011257\"\n\"2024-07-14T09:50:00.000Z\",\"0.010723\",\"0.010462\"\n\"2024-07-14T09:55:00.000Z\",\"0.010933\",\"0.010671\"\n\"2024-07-14T10:00:00.000Z\",\"0.010536\",\"0.010298\"\n\"2024-07-14T10:05:00.000Z\",\"0.010725\",\"0.01047\"\n\"2024-07-14T10:10:00.000Z\",\"0.010606\",\"0.010369\"\n\"2024-07-14T10:15:00.000Z\",\"0.011328\",\"0.011035\"\n\"2024-07-14T10:20:00.000Z\",\"0.010641\",\"0.010381\"\n\"2024-07-14T10:25:00.000Z\",\"0.010765\",\"0.010499\"\n\"2024-07-14T10:30:00.000Z\",\"0.010628\",\"0.01037\"\n\"2024-07-14T10:35:00.000Z\",\"0.010967\",\"0.010708\"\n\"2024-07-14T10:40:00.000Z\",\"0.011422\",\"0.011161\"\n\"2024-07-14T10:45:00.000Z\",\"0.013663\",\"0.01336\"\n\"2024-07-14T10:50:00.000Z\",\"0.010597\",\"0.010348\"\n\"2024-07-14T10:55:00.000Z\",\"0.010906\",\"0.01065\"\n\"2024-07-14T11:00:00.000Z\",\"0.010661\",\"0.010411\"\n\"2024-07-14T11:05:00.000Z\",\"0.010862\",\"0.010583\"\n\"2024-07-14T11:10:00.000Z\",\"0.010689\",\"0.010436\"\n\"2024-07-14T11:15:00.000Z\",\"0.011223\",\"0.010953\"\n\"2024-07-14T11:20:00.000Z\",\"0.01073\",\"0.010466\"\n\"2024-07-14T11:25:00.000Z\",\"0.011025\",\"0.010747\"\n\"2024-07-14T11:30:00.000Z\",\"0.010652\",\"0.010388\"\n\"2024-07-14T11:35:00.000Z\",\"0.011034\",\"0.010769\"\n\"2024-07-14T11:40:00.000Z\",\"0.011052\",\"0.010801\"\n\"2024-07-14T11:45:00.000Z\",\"0.010601\",\"0.010348\"\n\"2024-07-14T11:50:00.000Z\",\"0.010979\",\"0.010714\"\n\"2024-07-14T11:55:00.000Z\",\"0.011493\",\"0.011221\"\n\"2024-07-14T12:00:00.000Z\",\"0.010601\",\"0.010349\"\n\"2024-07-14T12:05:00.000Z\",\"0.01073\",\"0.010471\"\n\"2024-07-14T12:10:00.000Z\",\"0.01077\",\"0.010525\"\n\"2024-07-14T12:15:00.000Z\",\"0.010788\",\"0.010542\"\n\"2024-07-14T12:20:00.000Z\",\"0.010672\",\"0.010404\"\n\"2024-07-14T12:25:00.000Z\",\"0.010602\",\"0.010362\"\n\"2024-07-14T12:30:00.000Z\",\"0.010821\",\"0.010568\"\n\"2024-07-14T12:35:00.000Z\",\"0.011426\",\"0.011164\"\n\"2024-07-14T12:40:00.000Z\",\"0.010417\",\"0.01018\"\n\"2024-07-14T12:45:00.000Z\",\"0.010683\",\"0.010449\"\n\"2024-07-14T12:50:00.000Z\",\"0.010785\",\"0.010528\"\n\"2024-07-14T12:55:00.000Z\",\"0.010594\",\"0.010352\"\n\"2024-07-14T13:00:00.000Z\",\"0.011634\",\"0.011368\"\n\"2024-07-14T13:05:00.000Z\",\"0.010818\",\"0.010564\"\n\"2024-07-14T13:10:00.000Z\",\"0.010723\",\"0.010492\"\n\"2024-07-14T13:15:00.000Z\",\"0.010745\",\"0.010484\"\n\"2024-07-14T13:20:00.000Z\",\"0.010801\",\"0.010526\"\n\"2024-07-14T13:25:00.000Z\",\"0.010784\",\"0.010539\"\n\"2024-07-14T13:30:00.000Z\",\"0.010659\",\"0.010413\"\n\"2024-07-14T13:35:00.000Z\",\"0.011466\",\"0.011222\"\n\"2024-07-14T13:40:00.000Z\",\"0.010547\",\"0.0103\"\n\"2024-07-14T13:45:00.000Z\",\"0.010736\",\"0.010493\"\n\"2024-07-14T13:50:00.000Z\",\"0.010608\",\"0.010349\"\n\"2024-07-14T13:55:00.000Z\",\"0.010759\",\"0.010513\"\n\"2024-07-14T14:00:00.000Z\",\"0.010627\",\"0.010383\"\n\"2024-07-14T14:05:00.000Z\",\"0.010828\",\"0.010581\"\n\"2024-07-14T14:10:00.000Z\",\"0.010496\",\"0.010252\"\n\"2024-07-14T14:15:00.000Z\",\"0.011016\",\"0.010755\"\n\"2024-07-14T14:20:00.000Z\",\"0.011357\",\"0.0111\"\n\"2024-07-14T14:25:00.000Z\",\"0.010815\",\"0.010549\"\n\"2024-07-14T14:30:00.000Z\",\"0.011204\",\"0.010958\"\n\"2024-07-14T14:35:00.000Z\",\"0.011061\",\"0.010799\"\n\"2024-07-14T14:40:00.000Z\",\"0.010701\",\"0.010441\"\n\"2024-07-14T14:45:00.000Z\",\"0.010552\",\"0.010307\"\n\"2024-07-14T14:50:00.000Z\",\"0.010763\",\"0.010524\"\n\"2024-07-14T14:55:00.000Z\",\"0.013103\",\"0.012802\"\n\"2024-07-14T15:00:00.000Z\",\"0.010721\",\"0.010481\"\n\"2024-07-14T15:05:00.000Z\",\"0.010686\",\"0.010427\"\n\"2024-07-14T15:10:00.000Z\",\"0.010853\",\"0.010601\"\n\"2024-07-14T15:15:00.000Z\",\"0.010676\",\"0.010426\"\n\"2024-07-14T15:20:00.000Z\",\"0.010676\",\"0.010416\"\n\"2024-07-14T15:25:00.000Z\",\"0.011703\",\"0.011432\"\n\"2024-07-14T15:30:00.000Z\",\"0.010588\",\"0.010341\"\n\"2024-07-14T15:35:00.000Z\",\"0.011268\",\"0.011018\"\n\"2024-07-14T15:40:00.000Z\",\"0.010844\",\"0.010587\"\n\"2024-07-14T15:45:00.000Z\",\"0.010706\",\"0.010453\"\n\"2024-07-14T15:50:00.000Z\",\"0.010418\",\"0.010173\"\n\"2024-07-14T15:55:00.000Z\",\"0.011062\",\"0.010815\"\n\"2024-07-14T16:00:00.000Z\",\"0.010714\",\"0.010454\"\n\"2024-07-14T16:05:00.000Z\",\"0.01074\",\"0.010489\"\n\"2024-07-14T16:10:00.000Z\",\"0.010603\",\"0.010366\"\n\"2024-07-14T16:15:00.000Z\",\"0.011051\",\"0.010785\"\n\"2024-07-14T16:20:00.000Z\",\"0.011017\",\"0.010756\"\n\"2024-07-14T16:25:00.000Z\",\"0.01086\",\"0.0106\"\n\"2024-07-14T16:30:00.000Z\",\"0.010698\",\"0.010447\"\n\"2024-07-14T16:35:00.000Z\",\"0.011029\",\"0.010769\"\n\"2024-07-14T16:40:00.000Z\",\"0.010597\",\"0.010346\"\n\"2024-07-14T16:45:00.000Z\",\"0.010989\",\"0.010706\"\n\"2024-07-14T16:50:00.000Z\",\"0.010733\",\"0.010493\"\n\"2024-07-14T16:55:00.000Z\",\"0.010815\",\"0.010553\"\n\"2024-07-14T17:00:00.000Z\",\"0.011395\",\"0.011131\"\n\"2024-07-14T17:05:00.000Z\",\"0.010885\",\"0.010636\"\n\"2024-07-14T17:10:00.000Z\",\"0.010953\",\"0.010702\"\n\"2024-07-14T17:15:00.000Z\",\"0.010729\",\"0.010462\"\n\"2024-07-14T17:20:00.000Z\",\"0.011113\",\"0.010856\"\n\"2024-07-14T17:25:00.000Z\",\"0.010806\",\"0.010561\"\n\"2024-07-14T17:30:00.000Z\",\"0.010833\",\"0.010568\"\n\"2024-07-14T17:35:00.000Z\",\"0.010597\",\"0.010359\"\n\"2024-07-14T17:40:00.000Z\",\"0.010522\",\"0.010279\"\n\"2024-07-14T17:45:00.000Z\",\"0.010889\",\"0.010635\"\n\"2024-07-14T17:50:00.000Z\",\"0.010803\",\"0.01055\"\n\"2024-07-14T17:55:00.000Z\",\"0.01077\",\"0.010523\"\n\"2024-07-14T18:00:00.000Z\",\"0.01078\",\"0.010527\"\n\"2024-07-14T18:05:00.000Z\",\"0.010921\",\"0.01068\"\n\"2024-07-14T18:10:00.000Z\",\"0.010921\",\"0.010668\"\n\"2024-07-14T18:15:00.000Z\",\"0.01074\",\"0.010467\"\n\"2024-07-14T18:20:00.000Z\",\"0.011266\",\"0.011019\"\n\"2024-07-14T18:25:00.000Z\",\"0.011512\",\"0.011231\"\n\"2024-07-14T18:30:00.000Z\",\"0.010622\",\"0.010367\"\n\"2024-07-14T18:35:00.000Z\",\"0.010697\",\"0.01046\"\n\"2024-07-14T18:40:00.000Z\",\"0.010518\",\"0.010281\"\n\"2024-07-14T18:45:00.000Z\",\"0.011108\",\"0.010838\"\n\"2024-07-14T18:50:00.000Z\",\"0.010352\",\"0.010113\"\n\"2024-07-14T18:55:00.000Z\",\"0.010961\",\"0.010708\"\n\"2024-07-14T19:00:00.000Z\",\"0.010798\",\"0.010541\"\n\"2024-07-14T19:05:00.000Z\",\"0.010691\",\"0.010439\"\n\"2024-07-14T19:10:00.000Z\",\"0.010693\",\"0.010445\"\n\"2024-07-14T19:15:00.000Z\",\"0.010628\",\"0.010374\"\n\"2024-07-14T19:20:00.000Z\",\"0.013321\",\"0.013016\"\n\"2024-07-14T19:25:00.000Z\",\"0.011382\",\"0.011102\"\n\"2024-07-14T19:30:00.000Z\",\"0.011245\",\"0.010991\"\n\"2024-07-14T19:35:00.000Z\",\"0.010682\",\"0.010427\"\n\"2024-07-14T19:40:00.000Z\",\"0.011012\",\"0.010754\"\n\"2024-07-14T19:45:00.000Z\",\"0.010396\",\"0.010149\"\n\"2024-07-14T19:50:00.000Z\",\"0.010609\",\"0.010362\"\n\"2024-07-14T19:55:00.000Z\",\"0.011014\",\"0.010768\"\n\"2024-07-14T20:00:00.000Z\",\"0.010852\",\"0.010612\"\n\"2024-07-14T20:05:00.000Z\",\"0.010855\",\"0.010598\"\n\"2024-07-14T20:10:00.000Z\",\"0.010401\",\"0.010156\"\n\"2024-07-14T20:15:00.000Z\",\"0.010947\",\"0.01069\"\n\"2024-07-14T20:20:00.000Z\",\"0.010772\",\"0.010528\"\n\"2024-07-14T20:25:00.000Z\",\"0.01064\",\"0.010395\"\n\"2024-07-14T20:30:00.000Z\",\"0.010998\",\"0.010729\"\n\"2024-07-14T20:35:00.000Z\",\"0.011073\",\"0.010824\"\n\"2024-07-14T20:40:00.000Z\",\"0.011345\",\"0.011099\"\n\"2024-07-14T20:45:00.000Z\",\"0.010441\",\"0.010211\"\n\"2024-07-14T20:50:00.000Z\",\"0.010585\",\"0.010345\"\n\"2024-07-14T20:55:00.000Z\",\"0.010853\",\"0.010595\"\n\"2024-07-14T21:00:00.000Z\",\"0.010583\",\"0.010334\"\n\"2024-07-14T21:05:00.000Z\",\"0.010886\",\"0.010624\"\n\"2024-07-14T21:10:00.000Z\",\"0.011113\",\"0.010853\"\n\"2024-07-14T21:15:00.000Z\",\"0.010621\",\"0.010381\"\n\"2024-07-14T21:20:00.000Z\",\"0.010548\",\"0.01029\"\n\"2024-07-14T21:25:00.000Z\",\"0.011418\",\"0.011133\"\n\"2024-07-14T21:30:00.000Z\",\"0.010501\",\"0.010268\"\n\"2024-07-14T21:35:00.000Z\",\"0.011108\",\"0.010856\"\n\"2024-07-14T21:40:00.000Z\",\"0.010591\",\"0.010348\"\n\"2024-07-14T21:45:00.000Z\",\"0.010831\",\"0.010581\"\n\"2024-07-14T21:50:00.000Z\",\"0.011436\",\"0.011192\"\n\"2024-07-14T21:55:00.000Z\",\"0.010755\",\"0.01051\"\n\"2024-07-14T22:00:00.000Z\",\"0.010418\",\"0.010179\"\n\"2024-07-14T22:05:00.000Z\",\"0.010568\",\"0.010349\"\n\"2024-07-14T22:10:00.000Z\",\"0.010798\",\"0.010556\"\n\"2024-07-14T22:15:00.000Z\",\"0.010642\",\"0.01041\"\n\"2024-07-14T22:20:00.000Z\",\"0.01109\",\"0.010825\"\n\"2024-07-14T22:25:00.000Z\",\"0.01093\",\"0.010676\"\n\"2024-07-14T22:30:00.000Z\",\"0.010706\",\"0.010457\"\n\"2024-07-14T22:35:00.000Z\",\"0.01093\",\"0.010674\"\n\"2024-07-14T22:40:00.000Z\",\"0.010617\",\"0.010362\"\n\"2024-07-14T22:45:00.000Z\",\"0.010564\",\"0.010314\"\n\"2024-07-14T22:50:00.000Z\",\"0.010855\",\"0.010598\"\n\"2024-07-14T22:55:00.000Z\",\"0.010739\",\"0.010496\"\n\"2024-07-14T23:00:00.000Z\",\"0.010496\",\"0.010255\"\n\"2024-07-14T23:05:00.000Z\",\"0.010716\",\"0.010479\"\n\"2024-07-14T23:10:00.000Z\",\"0.010856\",\"0.010604\"\n\"2024-07-14T23:15:00.000Z\",\"0.010701\",\"0.01046\"\n\"2024-07-14T23:20:00.000Z\",\"0.011798\",\"0.011548\"\n\"2024-07-14T23:25:00.000Z\",\"0.010634\",\"0.010369\"\n\"2024-07-14T23:30:00.000Z\",\"0.010876\",\"0.01063\"\n\"2024-07-14T23:35:00.000Z\",\"0.010743\",\"0.010496\"\n\"2024-07-14T23:40:00.000Z\",\"0.012927\",\"0.012639\"\n\"2024-07-14T23:45:00.000Z\",\"0.01061\",\"0.010373\"\n\"2024-07-14T23:50:00.000Z\",\"0.010895\",\"0.010647\"\n\"2024-07-14T23:55:00.000Z\",\"0.0108\",\"0.010548\"\n\"2024-07-15T00:00:00.000Z\",\"0.010798\",\"0.010533\"\n\"2024-07-15T00:05:00.000Z\",\"0.01077\",\"0.010526\"\n\"2024-07-15T00:10:00.000Z\",\"0.010706\",\"0.01047\"\n\"2024-07-15T00:15:00.000Z\",\"0.010737\",\"0.010493\"\n\"2024-07-15T00:20:00.000Z\",\"0.011102\",\"0.010859\"\n\"2024-07-15T00:25:00.000Z\",\"0.01057\",\"0.010322\"\n\"2024-07-15T00:30:00.000Z\",\"0.010857\",\"0.010597\"\n\"2024-07-15T00:35:00.000Z\",\"0.010721\",\"0.010478\"\n\"2024-07-15T00:40:00.000Z\",\"0.010527\",\"0.010294\"\n\"2024-07-15T00:45:00.000Z\",\"0.011569\",\"0.011311\"\n\"2024-07-15T00:50:00.000Z\",\"0.010972\",\"0.010717\"\n\"2024-07-15T00:55:00.000Z\",\"0.010953\",\"0.010692\"\n\"2024-07-15T01:00:00.000Z\",\"0.01056\",\"0.01031\"\n\"2024-07-15T01:05:00.000Z\",\"0.010702\",\"0.010473\"\n\"2024-07-15T01:10:00.000Z\",\"0.010734\",\"0.010497\"\n\"2024-07-15T01:15:00.000Z\",\"0.010492\",\"0.010241\"\n\"2024-07-15T01:20:00.000Z\",\"0.011213\",\"0.01095\"\n\"2024-07-15T01:25:00.000Z\",\"0.010597\",\"0.010347\"\n\"2024-07-15T01:30:00.000Z\",\"0.010992\",\"0.010728\"\n\"2024-07-15T01:35:00.000Z\",\"0.010638\",\"0.01039\"\n\"2024-07-15T01:40:00.000Z\",\"0.01041\",\"0.010175\"\n\"2024-07-15T01:45:00.000Z\",\"0.010789\",\"0.010542\"\n\"2024-07-15T01:50:00.000Z\",\"0.010908\",\"0.010673\"\n\"2024-07-15T01:55:00.000Z\",\"0.010821\",\"0.010563\"\n\"2024-07-15T02:00:00.000Z\",\"0.011406\",\"0.011158\"\n\"2024-07-15T02:05:00.000Z\",\"0.010819\",\"0.010557\"\n\"2024-07-15T02:10:00.000Z\",\"0.010715\",\"0.010454\"\n\"2024-07-15T02:15:00.000Z\",\"0.010672\",\"0.010432\"\n\"2024-07-15T02:20:00.000Z\",\"0.011143\",\"0.01089\"\n\"2024-07-15T02:25:00.000Z\",\"0.010835\",\"0.010582\"\n\"2024-07-15T02:30:00.000Z\",\"0.010748\",\"0.010509\"\n\"2024-07-15T02:35:00.000Z\",\"0.010975\",\"0.010689\"\n\"2024-07-15T02:40:00.000Z\",\"0.010479\",\"0.010221\"\n\"2024-07-15T02:45:00.000Z\",\"0.010666\",\"0.010427\"\n\"2024-07-15T02:50:00.000Z\",\"0.010838\",\"0.010591\"\n\"2024-07-15T02:55:00.000Z\",\"0.010538\",\"0.010302\"\n\"2024-07-15T03:00:00.000Z\",\"0.010602\",\"0.010352\"\n\"2024-07-15T03:05:00.000Z\",\"0.011006\",\"0.010753\"\n\"2024-07-15T03:10:00.000Z\",\"0.011097\",\"0.01085\"\n\"2024-07-15T03:15:00.000Z\",\"0.011142\",\"0.010888\"\n\"2024-07-15T03:20:00.000Z\",\"0.010627\",\"0.010388\"\n\"2024-07-15T03:25:00.000Z\",\"0.010957\",\"0.01072\"\n\"2024-07-15T03:30:00.000Z\",\"0.010742\",\"0.010458\"\n\"2024-07-15T03:35:00.000Z\",\"0.010679\",\"0.010432\"\n\"2024-07-15T03:40:00.000Z\",\"0.010569\",\"0.010331\"\n\"2024-07-15T03:45:00.000Z\",\"0.010853\",\"0.010605\"\n\"2024-07-15T03:50:00.000Z\",\"0.010368\",\"0.010131\"\n\"2024-07-15T03:55:00.000Z\",\"0.013233\",\"0.012927\"\n\"2024-07-15T04:00:00.000Z\",\"0.010418\",\"0.010169\"\n\"2024-07-15T04:05:00.000Z\",\"0.011217\",\"0.010944\"\n\"2024-07-15T04:10:00.000Z\",\"0.011138\",\"0.010879\"\n\"2024-07-15T04:15:00.000Z\",\"0.010828\",\"0.010587\"\n\"2024-07-15T04:20:00.000Z\",\"0.01133\",\"0.011087\"\n\"2024-07-15T04:25:00.000Z\",\"0.01089\",\"0.010639\"\n\"2024-07-15T04:30:00.000Z\",\"0.010503\",\"0.010272\"\n\"2024-07-15T04:35:00.000Z\",\"0.011003\",\"0.01074\"\n\"2024-07-15T04:40:00.000Z\",\"0.010759\",\"0.010501\"\n\"2024-07-15T04:45:00.000Z\",\"0.010785\",\"0.010543\"\n\"2024-07-15T04:50:00.000Z\",\"0.010577\",\"0.010329\"\n\"2024-07-15T04:55:00.000Z\",\"0.010972\",\"0.010727\"\n\"2024-07-15T05:00:00.000Z\",\"0.010608\",\"0.010342\"\n\"2024-07-15T05:05:00.000Z\",\"0.011251\",\"0.010989\"\n\"2024-07-15T05:10:00.000Z\",\"0.010405\",\"0.01017\"\n\"2024-07-15T05:15:00.000Z\",\"0.011059\",\"0.010813\"\n\"2024-07-15T05:20:00.000Z\",\"0.010463\",\"0.010227\"\n\"2024-07-15T05:25:00.000Z\",\"0.010582\",\"0.010349\"\n\"2024-07-15T05:30:00.000Z\",\"0.010689\",\"0.010441\"\n\"2024-07-15T05:35:00.000Z\",\"0.010839\",\"0.010604\"\n\"2024-07-15T05:40:00.000Z\",\"0.010722\",\"0.010473\"\n\"2024-07-15T05:45:00.000Z\",\"0.011284\",\"0.011044\"\n\"2024-07-15T05:50:00.000Z\",\"0.01049\",\"0.010247\"\n\"2024-07-15T05:55:00.000Z\",\"0.010892\",\"0.010626\"\n\"2024-07-15T06:00:00.000Z\",\"0.011248\",\"0.011004\"\n\"2024-07-15T06:05:00.000Z\",\"0.010881\",\"0.010618\"\n\"2024-07-15T06:10:00.000Z\",\"0.010731\",\"0.010479\"\n\"2024-07-15T06:15:00.000Z\",\"0.010803\",\"0.010555\"\n\"2024-07-15T06:20:00.000Z\",\"0.010641\",\"0.010394\"\n\"2024-07-15T06:25:00.000Z\",\"0.010567\",\"0.010322\"\n\"2024-07-15T06:30:00.000Z\",\"0.010558\",\"0.01031\"\n\"2024-07-15T06:35:00.000Z\",\"0.011038\",\"0.010785\"\n\"2024-07-15T06:40:00.000Z\",\"0.010642\",\"0.010395\"\n\"2024-07-15T06:45:00.000Z\",\"0.010809\",\"0.010565\"\n\"2024-07-15T06:50:00.000Z\",\"0.010559\",\"0.010328\"\n\"2024-07-15T06:55:00.000Z\",\"0.0111\",\"0.010835\"\n\"2024-07-15T07:00:00.000Z\",\"0.011954\",\"0.011684\"\n\"2024-07-15T07:05:00.000Z\",\"0.010618\",\"0.010387\"\n\"2024-07-15T07:10:00.000Z\",\"0.010621\",\"0.010354\"\n\"2024-07-15T07:15:00.000Z\",\"0.01101\",\"0.010756\"\n\"2024-07-15T07:20:00.000Z\",\"0.010475\",\"0.01022\"\n\"2024-07-15T07:25:00.000Z\",\"0.010697\",\"0.010457\"\n\"2024-07-15T07:30:00.000Z\",\"0.010745\",\"0.01049\"\n\"2024-07-15T07:35:00.000Z\",\"0.010727\",\"0.010462\"\n\"2024-07-15T07:40:00.000Z\",\"0.010766\",\"0.01053\"\n\"2024-07-15T07:45:00.000Z\",\"0.012938\",\"0.012652\"\n\"2024-07-15T07:50:00.000Z\",\"0.010926\",\"0.010666\"\n\"2024-07-15T07:55:00.000Z\",\"0.010921\",\"0.010667\"\n\"2024-07-15T08:00:00.000Z\",\"0.010668\",\"0.010412\"\n\"2024-07-15T08:05:00.000Z\",\"0.010998\",\"0.010741\"\n\"2024-07-15T08:10:00.000Z\",\"0.010477\",\"0.010233\"\n\"2024-07-15T08:15:00.000Z\",\"0.010591\",\"0.010357\"\n\"2024-07-15T08:20:00.000Z\",\"0.011351\",\"0.011097\"\n\"2024-07-15T08:25:00.000Z\",\"0.010915\",\"0.010655\"\n\"2024-07-15T08:30:00.000Z\",\"0.010621\",\"0.010369\"\n\"2024-07-15T08:35:00.000Z\",\"0.010671\",\"0.010424\"\n\"2024-07-15T08:40:00.000Z\",\"0.010749\",\"0.0105\"\n\"2024-07-15T08:45:00.000Z\",\"0.010896\",\"0.010645\"\n\"2024-07-15T08:50:00.000Z\",\"0.010544\",\"0.010303\"\n\"2024-07-15T08:55:00.000Z\",\"0.010857\",\"0.010598\"\n\"2024-07-15T09:00:00.000Z\",\"0.011202\",\"0.010937\"\n\"2024-07-15T09:05:00.000Z\",\"0.010497\",\"0.010244\"\n\"2024-07-15T09:10:00.000Z\",\"0.010554\",\"0.010327\"\n\"2024-07-15T09:15:00.000Z\",\"0.010863\",\"0.010622\"\n\"2024-07-15T09:20:00.000Z\",\"0.010653\",\"0.0104\"\n\"2024-07-15T09:25:00.000Z\",\"0.010831\",\"0.010591\"\n\"2024-07-15T09:30:00.000Z\",\"0.010775\",\"0.010518\"\n\"2024-07-15T09:35:00.000Z\",\"0.010527\",\"0.010284\"\n\"2024-07-15T09:40:00.000Z\",\"0.010722\",\"0.010477\"\n\"2024-07-15T09:45:00.000Z\",\"0.010482\",\"0.010246\"\n\"2024-07-15T09:50:00.000Z\",\"0.011476\",\"0.011238\"\n\"2024-07-15T09:55:00.000Z\",\"0.011361\",\"0.011104\"\n\"2024-07-15T10:00:00.000Z\",\"0.01074\",\"0.010495\"\n\"2024-07-15T10:05:00.000Z\",\"0.010609\",\"0.010348\"\n\"2024-07-15T10:10:00.000Z\",\"0.010763\",\"0.010512\"\n\"2024-07-15T10:15:00.000Z\",\"0.01072\",\"0.010476\"\n\"2024-07-15T10:20:00.000Z\",\"0.010773\",\"0.010531\"\n\"2024-07-15T10:25:00.000Z\",\"0.010556\",\"0.01029\"\n\"2024-07-15T10:30:00.000Z\",\"0.010894\",\"0.010647\"\n\"2024-07-15T10:35:00.000Z\",\"0.010821\",\"0.010572\"\n\"2024-07-15T10:40:00.000Z\",\"0.010368\",\"0.010122\"\n\"2024-07-15T10:45:00.000Z\",\"0.010835\",\"0.010588\"\n\"2024-07-15T10:50:00.000Z\",\"0.011187\",\"0.01093\"\n\"2024-07-15T10:55:00.000Z\",\"0.010639\",\"0.010399\"\n\"2024-07-15T11:00:00.000Z\",\"0.011296\",\"0.011046\"\n\"2024-07-15T11:05:00.000Z\",\"0.010717\",\"0.010475\"\n\"2024-07-15T11:10:00.000Z\",\"0.010721\",\"0.010474\"\n\"2024-07-15T11:15:00.000Z\",\"0.010808\",\"0.010565\"\n\"2024-07-15T11:20:00.000Z\",\"0.010536\",\"0.010291\"\n\"2024-07-15T11:25:00.000Z\",\"0.010651\",\"0.010416\"\n\"2024-07-15T11:30:00.000Z\",\"0.010922\",\"0.010664\"\n\"2024-07-15T11:35:00.000Z\",\"0.010701\",\"0.010449\"\n\"2024-07-15T11:40:00.000Z\",\"0.010738\",\"0.010494\"\n\"2024-07-15T11:45:00.000Z\",\"0.01062\",\"0.010364\"\n\"2024-07-15T11:50:00.000Z\",\"0.01166\",\"0.011399\"\n\"2024-07-15T11:55:00.000Z\",\"0.012657\",\"0.01237\"\n\"2024-07-15T12:00:00.000Z\",\"0.010758\",\"0.010515\"\n\"2024-07-15T12:05:00.000Z\",\"0.011328\",\"0.011073\"\n\"2024-07-15T12:10:00.000Z\",\"0.010721\",\"0.010464\"\n\"2024-07-15T12:15:00.000Z\",\"0.011067\",\"0.010806\"\n\"2024-07-15T12:20:00.000Z\",\"0.010472\",\"0.010245\"\n\"2024-07-15T12:25:00.000Z\",\"0.010505\",\"0.010259\"\n\"2024-07-15T12:30:00.000Z\",\"0.010856\",\"0.010581\"\n\"2024-07-15T12:35:00.000Z\",\"0.010831\",\"0.010572\"\n\"2024-07-15T12:40:00.000Z\",\"0.010188\",\"0.009951\"\n\"2024-07-15T12:45:00.000Z\",\"0.011093\",\"0.010858\"\n\"2024-07-15T12:50:00.000Z\",\"0.011022\",\"0.010771\"\n\"2024-07-15T12:55:00.000Z\",\"0.01093\",\"0.010672\"\n\"2024-07-15T13:00:00.000Z\",\"0.010602\",\"0.010361\"\n\"2024-07-15T13:05:00.000Z\",\"0.010653\",\"0.010409\"\n\"2024-07-15T13:10:00.000Z\",\"0.010554\",\"0.010306\"\n\"2024-07-15T13:15:00.000Z\",\"0.010769\",\"0.01049\"\n\"2024-07-15T13:20:00.000Z\",\"0.010636\",\"0.010396\"\n\"2024-07-15T13:25:00.000Z\",\"0.011672\",\"0.011425\"\n\"2024-07-15T13:30:00.000Z\",\"0.010422\",\"0.010193\"\n\"2024-07-15T13:35:00.000Z\",\"0.010637\",\"0.010398\"\n\"2024-07-15T13:40:00.000Z\",\"0.011081\",\"0.010827\"\n\"2024-07-15T13:45:00.000Z\",\"0.010602\",\"0.010333\"\n\"2024-07-15T13:50:00.000Z\",\"0.011122\",\"0.010868\"\n\"2024-07-15T13:55:00.000Z\",\"0.010808\",\"0.010534\"\n\"2024-07-15T14:00:00.000Z\",\"0.010492\",\"0.010244\"\n\"2024-07-15T14:05:00.000Z\",\"0.011072\",\"0.010842\"\n\"2024-07-15T14:10:00.000Z\",\"0.010742\",\"0.010492\"\n\"2024-07-15T14:15:00.000Z\",\"0.01049\",\"0.01025\"\n\"2024-07-15T14:20:00.000Z\",\"0.010379\",\"0.010145\"\n\"2024-07-15T14:25:00.000Z\",\"0.011035\",\"0.010795\"\n\"2024-07-15T14:30:00.000Z\",\"0.010392\",\"0.010157\"\n\"2024-07-15T14:35:00.000Z\",\"0.010752\",\"0.010519\"\n\"2024-07-15T14:40:00.000Z\",\"0.011154\",\"0.010915\"\n\"2024-07-15T14:45:00.000Z\",\"0.011628\",\"0.011364\"\n\"2024-07-15T14:50:00.000Z\",\"0.010588\",\"0.010344\"\n\"2024-07-15T14:55:00.000Z\",\"0.010469\",\"0.010223\"\n\"2024-07-15T15:00:00.000Z\",\"0.010833\",\"0.010583\"\n\"2024-07-15T15:05:00.000Z\",\"0.010578\",\"0.010335\"\n\"2024-07-15T15:10:00.000Z\",\"0.010461\",\"0.010221\"\n\"2024-07-15T15:15:00.000Z\",\"0.011189\",\"0.010945\"\n\"2024-07-15T15:20:00.000Z\",\"0.010545\",\"0.010304\"\n\"2024-07-15T15:25:00.000Z\",\"0.010588\",\"0.010365\"\n\"2024-07-15T15:30:00.000Z\",\"0.010599\",\"0.010363\"\n\"2024-07-15T15:35:00.000Z\",\"0.010843\",\"0.010601\"\n\"2024-07-15T15:40:00.000Z\",\"0.010798\",\"0.010531\"\n\"2024-07-15T15:45:00.000Z\",\"0.010794\",\"0.010534\"\n\"2024-07-15T15:50:00.000Z\",\"0.012096\",\"0.011843\"\n\"2024-07-15T15:55:00.000Z\",\"0.010855\",\"0.010595\"\n\"2024-07-15T16:00:00.000Z\",\"0.010688\",\"0.010443\"\n\"2024-07-15T16:05:00.000Z\",\"0.010668\",\"0.010425\"\n\"2024-07-15T16:10:00.000Z\",\"0.010893\",\"0.01063\"\n\"2024-07-15T16:15:00.000Z\",\"0.012984\",\"0.012685\"\n\"2024-07-15T16:20:00.000Z\",\"0.010662\",\"0.010413\"\n\"2024-07-15T16:25:00.000Z\",\"0.010474\",\"0.01025\"\n\"2024-07-15T16:30:00.000Z\",\"0.010866\",\"0.010608\"\n\"2024-07-15T16:35:00.000Z\",\"0.010623\",\"0.01038\"\n\"2024-07-15T16:40:00.000Z\",\"0.010492\",\"0.010231\"\n\"2024-07-15T16:45:00.000Z\",\"0.010862\",\"0.010606\"\n\"2024-07-15T16:50:00.000Z\",\"0.011133\",\"0.010881\"\n\"2024-07-15T16:55:00.000Z\",\"0.010838\",\"0.010584\"\n\"2024-07-15T17:00:00.000Z\",\"0.010608\",\"0.010363\"\n\"2024-07-15T17:05:00.000Z\",\"0.01111\",\"0.010866\"\n\"2024-07-15T17:10:00.000Z\",\"0.011169\",\"0.010914\"\n\"2024-07-15T17:15:00.000Z\",\"0.01077\",\"0.010532\"\n\"2024-07-15T17:20:00.000Z\",\"0.010491\",\"0.010235\"\n\"2024-07-15T17:25:00.000Z\",\"0.010722\",\"0.010487\"\n\"2024-07-15T17:30:00.000Z\",\"0.010673\",\"0.010426\"\n\"2024-07-15T17:35:00.000Z\",\"0.010882\",\"0.010625\"\n\"2024-07-15T17:40:00.000Z\",\"0.010717\",\"0.010468\"\n\"2024-07-15T17:45:00.000Z\",\"0.010695\",\"0.010461\"\n\"2024-07-15T17:50:00.000Z\",\"0.011332\",\"0.011086\"\n\"2024-07-15T17:55:00.000Z\",\"0.010595\",\"0.010362\"\n\"2024-07-15T18:00:00.000Z\",\"0.010338\",\"0.010093\"\n\"2024-07-15T18:05:00.000Z\",\"0.0106\",\"0.010351\"\n\"2024-07-15T18:10:00.000Z\",\"0.010969\",\"0.0107\"\n\"2024-07-15T18:15:00.000Z\",\"0.011203\",\"0.010969\"\n\"2024-07-15T18:20:00.000Z\",\"0.010602\",\"0.010359\"\n\"2024-07-15T18:25:00.000Z\",\"0.011162\",\"0.010912\"\n\"2024-07-15T18:30:00.000Z\",\"0.01051\",\"0.010276\"\n\"2024-07-15T18:35:00.000Z\",\"0.010873\",\"0.010627\"\n\"2024-07-15T18:40:00.000Z\",\"0.01044\",\"0.010196\"\n\"2024-07-15T18:45:00.000Z\",\"0.011513\",\"0.011258\"\n\"2024-07-15T18:50:00.000Z\",\"0.0106\",\"0.010363\"\n\"2024-07-15T18:55:00.000Z\",\"0.010553\",\"0.010318\"\n\"2024-07-15T19:00:00.000Z\",\"0.010639\",\"0.010396\"\n\"2024-07-15T19:05:00.000Z\",\"0.010918\",\"0.010661\"\n\"2024-07-15T19:10:00.000Z\",\"0.010531\",\"0.010293\"\n\"2024-07-15T19:15:00.000Z\",\"0.010563\",\"0.010326\"\n\"2024-07-15T19:20:00.000Z\",\"0.010526\",\"0.010292\"\n\"2024-07-15T19:25:00.000Z\",\"0.010935\",\"0.010678\"\n\"2024-07-15T19:30:00.000Z\",\"0.010667\",\"0.010436\"\n\"2024-07-15T19:35:00.000Z\",\"0.011518\",\"0.01127\"\n\"2024-07-15T19:40:00.000Z\",\"0.010647\",\"0.010392\"\n\"2024-07-15T19:45:00.000Z\",\"0.011335\",\"0.011068\"\n\"2024-07-15T19:50:00.000Z\",\"0.010667\",\"0.010424\"\n\"2024-07-15T19:55:00.000Z\",\"0.010654\",\"0.010413\"\n\"2024-07-15T20:00:00.000Z\",\"0.010887\",\"0.010632\"\n\"2024-07-15T20:05:00.000Z\",\"0.010696\",\"0.010452\"\n\"2024-07-15T20:10:00.000Z\",\"0.01064\",\"0.010409\"\n\"2024-07-15T20:15:00.000Z\",\"0.010647\",\"0.010388\"\n\"2024-07-15T20:20:00.000Z\",\"0.011033\",\"0.010787\"\n\"2024-07-15T20:25:00.000Z\",\"0.013195\",\"0.012889\"\n\"2024-07-15T20:30:00.000Z\",\"0.010685\",\"0.010439\"\n\"2024-07-15T20:35:00.000Z\",\"0.010804\",\"0.010548\"\n\"2024-07-15T20:40:00.000Z\",\"0.011635\",\"0.011374\"\n\"2024-07-15T20:45:00.000Z\",\"0.0112\",\"0.010942\"\n\"2024-07-15T20:50:00.000Z\",\"0.010578\",\"0.010339\"\n\"2024-07-15T20:55:00.000Z\",\"0.010611\",\"0.010365\"\n\"2024-07-15T21:00:00.000Z\",\"0.010985\",\"0.01074\"\n\"2024-07-15T21:05:00.000Z\",\"0.010561\",\"0.010321\"\n\"2024-07-15T21:10:00.000Z\",\"0.010665\",\"0.010423\"\n\"2024-07-15T21:15:00.000Z\",\"0.010932\",\"0.010657\"\n\"2024-07-15T21:20:00.000Z\",\"0.010614\",\"0.01037\"\n\"2024-07-15T21:25:00.000Z\",\"0.01081\",\"0.010557\"\n\"2024-07-15T21:30:00.000Z\",\"0.010521\",\"0.010271\"\n\"2024-07-15T21:35:00.000Z\",\"0.010801\",\"0.010552\"\n\"2024-07-15T21:40:00.000Z\",\"0.010765\",\"0.01053\"\n\"2024-07-15T21:45:00.000Z\",\"0.010327\",\"0.010089\"\n\"2024-07-15T21:50:00.000Z\",\"0.011085\",\"0.010842\"\n\"2024-07-15T21:55:00.000Z\",\"0.010608\",\"0.010365\"\n\"2024-07-15T22:00:00.000Z\",\"0.010843\",\"0.0106\"\n\"2024-07-15T22:05:00.000Z\",\"0.011544\",\"0.011308\"\n\"2024-07-15T22:10:00.000Z\",\"0.010545\",\"0.010303\"\n\"2024-07-15T22:15:00.000Z\",\"0.010611\",\"0.010375\"\n\"2024-07-15T22:20:00.000Z\",\"0.011072\",\"0.010808\"\n\"2024-07-15T22:25:00.000Z\",\"0.010624\",\"0.010344\"\n\"2024-07-15T22:30:00.000Z\",\"0.010772\",\"0.010526\"\n\"2024-07-15T22:35:00.000Z\",\"0.010751\",\"0.010501\"\n\"2024-07-15T22:40:00.000Z\",\"0.010738\",\"0.010491\"\n\"2024-07-15T22:45:00.000Z\",\"0.011284\",\"0.011018\"\n\"2024-07-15T22:50:00.000Z\",\"0.010703\",\"0.010453\"\n\"2024-07-15T22:55:00.000Z\",\"0.010635\",\"0.010384\"\n\"2024-07-15T23:00:00.000Z\",\"0.010561\",\"0.010326\"\n\"2024-07-15T23:05:00.000Z\",\"0.010814\",\"0.010571\"\n\"2024-07-15T23:10:00.000Z\",\"0.011498\",\"0.011254\"\n\"2024-07-15T23:15:00.000Z\",\"0.010821\",\"0.010573\"\n\"2024-07-15T23:20:00.000Z\",\"0.010614\",\"0.010368\"\n\"2024-07-15T23:25:00.000Z\",\"0.010821\",\"0.01057\"\n\"2024-07-15T23:30:00.000Z\",\"0.010662\",\"0.010406\"\n\"2024-07-15T23:35:00.000Z\",\"0.010613\",\"0.010364\"\n\"2024-07-15T23:40:00.000Z\",\"0.010429\",\"0.010202\"\n\"2024-07-15T23:45:00.000Z\",\"0.011435\",\"0.011145\"\n\"2024-07-15T23:50:00.000Z\",\"0.010909\",\"0.010662\"\n\"2024-07-15T23:55:00.000Z\",\"0.010531\",\"0.010271\"\n\"2024-07-16T00:00:00.000Z\",\"0.010601\",\"0.010348\"\n\"2024-07-16T00:05:00.000Z\",\"0.010672\",\"0.010427\"\n\"2024-07-16T00:10:00.000Z\",\"0.010634\",\"0.010382\"\n\"2024-07-16T00:15:00.000Z\",\"0.010609\",\"0.010364\"\n\"2024-07-16T00:20:00.000Z\",\"0.010524\",\"0.01027\"\n\"2024-07-16T00:25:00.000Z\",\"0.010748\",\"0.010514\"\n\"2024-07-16T00:30:00.000Z\",\"0.010704\",\"0.010451\"\n\"2024-07-16T00:35:00.000Z\",\"0.011759\",\"0.011497\"\n\"2024-07-16T00:40:00.000Z\",\"0.013018\",\"0.012741\"\n\"2024-07-16T00:45:00.000Z\",\"0.010827\",\"0.010575\"\n\"2024-07-16T00:50:00.000Z\",\"0.011265\",\"0.011021\"\n\"2024-07-16T00:55:00.000Z\",\"0.010761\",\"0.010516\"\n\"2024-07-16T01:00:00.000Z\",\"0.01052\",\"0.010289\"\n\"2024-07-16T01:05:00.000Z\",\"0.01054\",\"0.010313\"\n\"2024-07-16T01:10:00.000Z\",\"0.010452\",\"0.010216\"\n\"2024-07-16T01:15:00.000Z\",\"0.01103\",\"0.010784\"\n\"2024-07-16T01:20:00.000Z\",\"0.010599\",\"0.010342\"\n\"2024-07-16T01:25:00.000Z\",\"0.010487\",\"0.010253\"\n\"2024-07-16T01:30:00.000Z\",\"0.010347\",\"0.010113\"\n\"2024-07-16T01:35:00.000Z\",\"0.010714\",\"0.010485\"\n\"2024-07-16T01:40:00.000Z\",\"0.010646\",\"0.010406\"\n\"2024-07-16T01:45:00.000Z\",\"0.011251\",\"0.010982\"\n\"2024-07-16T01:50:00.000Z\",\"0.010673\",\"0.010429\"\n\"2024-07-16T01:55:00.000Z\",\"0.011417\",\"0.011156\"\n\"2024-07-16T02:00:00.000Z\",\"0.010779\",\"0.010536\"\n\"2024-07-16T02:05:00.000Z\",\"0.010657\",\"0.010401\"\n\"2024-07-16T02:10:00.000Z\",\"0.010502\",\"0.01027\"\n\"2024-07-16T02:15:00.000Z\",\"0.01071\",\"0.010464\"\n\"2024-07-16T02:20:00.000Z\",\"0.010868\",\"0.010604\"\n\"2024-07-16T02:25:00.000Z\",\"0.010738\",\"0.010499\"\n\"2024-07-16T02:30:00.000Z\",\"0.010651\",\"0.010406\"\n\"2024-07-16T02:35:00.000Z\",\"0.010733\",\"0.010488\"\n\"2024-07-16T02:40:00.000Z\",\"0.011236\",\"0.010979\"\n\"2024-07-16T02:45:00.000Z\",\"0.010484\",\"0.010244\"\n\"2024-07-16T02:50:00.000Z\",\"0.010597\",\"0.01035\"\n\"2024-07-16T02:55:00.000Z\",\"0.011308\",\"0.011076\"\n\"2024-07-16T03:00:00.000Z\",\"0.010696\",\"0.010441\"\n\"2024-07-16T03:05:00.000Z\",\"0.010645\",\"0.0104\"\n\"2024-07-16T03:10:00.000Z\",\"0.010562\",\"0.010316\"\n\"2024-07-16T03:15:00.000Z\",\"0.010621\",\"0.010387\"\n\"2024-07-16T03:20:00.000Z\",\"0.010384\",\"0.010132\"\n\"2024-07-16T03:25:00.000Z\",\"0.010806\",\"0.010555\"\n\"2024-07-16T03:30:00.000Z\",\"0.010757\",\"0.010498\"\n\"2024-07-16T03:35:00.000Z\",\"0.010615\",\"0.010369\"\n\"2024-07-16T03:40:00.000Z\",\"0.010452\",\"0.010203\"\n\"2024-07-16T03:45:00.000Z\",\"0.011063\",\"0.010798\"\n\"2024-07-16T03:50:00.000Z\",\"0.011004\",\"0.010754\"\n\"2024-07-16T03:55:00.000Z\",\"0.010795\",\"0.010559\"\n\"2024-07-16T04:00:00.000Z\",\"0.010669\",\"0.010411\"\n\"2024-07-16T04:05:00.000Z\",\"0.010578\",\"0.01035\"\n\"2024-07-16T04:10:00.000Z\",\"0.010827\",\"0.010584\"\n\"2024-07-16T04:15:00.000Z\",\"0.01057\",\"0.010334\"\n\"2024-07-16T04:20:00.000Z\",\"0.011191\",\"0.010952\"\n\"2024-07-16T04:25:00.000Z\",\"0.013128\",\"0.012828\"\n\"2024-07-16T04:30:00.000Z\",\"0.010638\",\"0.010382\"\n\"2024-07-16T04:35:00.000Z\",\"0.010677\",\"0.010446\"\n\"2024-07-16T04:40:00.000Z\",\"0.010654\",\"0.010417\"\n\"2024-07-16T04:45:00.000Z\",\"0.01076\",\"0.010508\"\n\"2024-07-16T04:50:00.000Z\",\"0.010948\",\"0.010704\"\n\"2024-07-16T04:55:00.000Z\",\"0.011212\",\"0.01096\"\n\"2024-07-16T05:00:00.000Z\",\"0.010576\",\"0.010331\"\n\"2024-07-16T05:05:00.000Z\",\"0.010526\",\"0.010283\"\n\"2024-07-16T05:10:00.000Z\",\"0.010556\",\"0.010319\"\n\"2024-07-16T05:15:00.000Z\",\"0.010952\",\"0.0107\"\n\"2024-07-16T05:20:00.000Z\",\"0.01053\",\"0.010281\"\n\"2024-07-16T05:25:00.000Z\",\"0.010793\",\"0.01053\"\n\"2024-07-16T05:30:00.000Z\",\"0.010694\",\"0.010455\"\n\"2024-07-16T05:35:00.000Z\",\"0.010823\",\"0.010579\"\n\"2024-07-16T05:40:00.000Z\",\"0.010702\",\"0.01046\"\n\"2024-07-16T05:45:00.000Z\",\"0.011488\",\"0.01121\"\n\"2024-07-16T05:50:00.000Z\",\"0.010573\",\"0.010332\"\n\"2024-07-16T05:55:00.000Z\",\"0.012746\",\"0.011587\"\n\"2024-07-16T06:00:00.000Z\",\"0.01038\",\"0.010143\"\n\"2024-07-16T06:05:00.000Z\",\"0.010492\",\"0.010242\"\n\"2024-07-16T06:10:00.000Z\",\"0.011055\",\"0.010802\"\n\"2024-07-16T06:15:00.000Z\",\"0.010739\",\"0.010503\"\n\"2024-07-16T06:20:00.000Z\",\"0.010429\",\"0.010187\"\n\"2024-07-16T06:25:00.000Z\",\"0.010568\",\"0.01032\"\n\"2024-07-16T06:30:00.000Z\",\"0.010956\",\"0.010714\"\n\"2024-07-16T06:35:00.000Z\",\"0.010757\",\"0.010508\"\n\"2024-07-16T06:40:00.000Z\",\"0.010795\",\"0.010549\"\n\"2024-07-16T06:45:00.000Z\",\"0.010937\",\"0.010695\"\n\"2024-07-16T06:50:00.000Z\",\"0.01069\",\"0.010431\"\n\"2024-07-16T06:55:00.000Z\",\"0.01115\",\"0.010892\"\n\"2024-07-16T07:00:00.000Z\",\"0.011224\",\"0.010966\"\n\"2024-07-16T07:05:00.000Z\",\"0.010757\",\"0.010526\"\n\"2024-07-16T07:10:00.000Z\",\"0.010415\",\"0.010185\"\n\"2024-07-16T07:15:00.000Z\",\"0.010521\",\"0.010278\"\n\"2024-07-16T07:20:00.000Z\",\"0.010655\",\"0.010417\"\n\"2024-07-16T07:25:00.000Z\",\"0.01052\",\"0.010277\"\n\"2024-07-16T07:30:00.000Z\",\"0.008076\",\"0.007901\"\n\"2024-07-16T07:35:00.000Z\",\"0.006353\",\"0.006228\"\n\"2024-07-16T07:40:00.000Z\",\"0.006504\",\"0.006362\"\n\"2024-07-16T07:45:00.000Z\",\"0.006241\",\"0.006116\"\n\"2024-07-16T07:50:00.000Z\",\"0.0062\",\"0.00608\"\n\"2024-07-16T07:55:00.000Z\",\"0.006767\",\"0.006625\"\n\"2024-07-16T08:00:00.000Z\",\"0.006181\",\"0.006058\"\n\"2024-07-16T08:05:00.000Z\",\"0.009018\",\"0.008836\"\n\"2024-07-16T08:10:00.000Z\",\"0.006258\",\"0.006132\"\n\"2024-07-16T08:15:00.000Z\",\"0.006184\",\"0.006044\"\n\"2024-07-16T08:20:00.000Z\",\"0.005826\",\"0.005712\"\n\"2024-07-16T08:25:00.000Z\",\"0.00615\",\"0.006025\"\n\"2024-07-16T08:30:00.000Z\",\"0.006278\",\"0.006159\"\n\"2024-07-16T08:35:00.000Z\",\"0.006101\",\"0.005982\"\n\"2024-07-16T08:40:00.000Z\",\"0.006045\",\"0.005907\"\n\"2024-07-16T08:45:00.000Z\",\"0.00647\",\"0.006341\"\n\"2024-07-16T08:50:00.000Z\",\"0.006083\",\"0.005969\"\n\"2024-07-16T08:55:00.000Z\",\"0.006659\",\"0.006532\"\n\"2024-07-16T09:00:00.000Z\",\"0.009844\",\"0.009619\"\n\"2024-07-16T09:05:00.000Z\",\"0.011237\",\"0.010998\"\n\"2024-07-16T09:10:00.000Z\",\"0.010655\",\"0.010439\"\n\"2024-07-16T09:15:00.000Z\",\"0.01083\",\"0.010583\"\n\"2024-07-16T09:20:00.000Z\",\"0.010551\",\"0.010314\"\n\"2024-07-16T09:25:00.000Z\",\"0.010846\",\"0.010595\"\n\"2024-07-16T09:30:00.000Z\",\"0.010491\",\"0.010246\"\n\"2024-07-16T09:35:00.000Z\",\"0.011112\",\"0.010847\"\n\"2024-07-16T09:40:00.000Z\",\"0.010513\",\"0.010271\"\n\"2024-07-16T09:45:00.000Z\",\"0.010571\",\"0.010323\"\n\"2024-07-16T09:50:00.000Z\",\"0.0111\",\"0.010844\"\n\"2024-07-16T09:55:00.000Z\",\"0.010777\",\"0.010504\"\n\"2024-07-16T10:00:00.000Z\",\"0.010494\",\"0.010251\"\n\"2024-07-16T10:05:00.000Z\",\"0.010763\",\"0.010516\"\n\"2024-07-16T10:10:00.000Z\",\"0.011343\",\"0.011088\"\n\"2024-07-16T10:15:00.000Z\",\"0.010716\",\"0.010487\"\n\"2024-07-16T10:20:00.000Z\",\"0.010575\",\"0.010336\"\n\"2024-07-16T10:25:00.000Z\",\"0.010966\",\"0.010735\"\n\"2024-07-16T10:30:00.000Z\",\"0.01071\",\"0.010481\"\n\"2024-07-16T10:35:00.000Z\",\"0.01048\",\"0.010262\"\n\"2024-07-16T10:40:00.000Z\",\"0.01075\",\"0.010526\"\n\"2024-07-16T10:45:00.000Z\",\"0.010761\",\"0.010538\"\n\"2024-07-16T10:50:00.000Z\",\"0.011186\",\"0.010959\"\n\"2024-07-16T10:55:00.000Z\",\"0.010555\",\"0.010327\"\n\"2024-07-16T11:00:00.000Z\",\"0.010923\",\"0.010668\"\n\"2024-07-16T11:05:00.000Z\",\"0.010502\",\"0.010275\"\n\"2024-07-16T11:10:00.000Z\",\"0.0106\",\"0.010367\"\n\"2024-07-16T11:15:00.000Z\",\"0.010407\",\"0.010183\"\n\"2024-07-16T11:20:00.000Z\",\"0.01104\",\"0.010804\"\n\"2024-07-16T11:25:00.000Z\",\"0.011415\",\"0.011191\"\n\"2024-07-16T11:30:00.000Z\",\"0.010488\",\"0.010266\"\n\"2024-07-16T11:35:00.000Z\",\"0.010767\",\"0.010545\"\n\"2024-07-16T11:40:00.000Z\",\"0.01032\",\"0.010104\"\n\"2024-07-16T11:45:00.000Z\",\"0.010741\",\"0.01051\"\n\"2024-07-16T11:50:00.000Z\",\"0.010873\",\"0.010644\"\n\"2024-07-16T11:55:00.000Z\",\"0.010969\",\"0.010731\"\n\"2024-07-16T12:00:00.000Z\",\"0.010508\",\"0.010271\"\n\"2024-07-16T12:05:00.000Z\",\"0.010683\",\"0.01045\"\n\"2024-07-16T12:10:00.000Z\",\"0.013196\",\"0.012912\"\n\"2024-07-16T12:15:00.000Z\",\"0.010831\",\"0.010604\"\n\"2024-07-16T12:20:00.000Z\",\"0.010442\",\"0.010224\"\n\"2024-07-16T12:25:00.000Z\",\"0.010553\",\"0.010327\"\n\"2024-07-16T12:30:00.000Z\",\"0.01024\",\"0.010014\"\n\"2024-07-16T12:35:00.000Z\",\"0.011025\",\"0.010791\"\n\"2024-07-16T12:40:00.000Z\",\"0.010613\",\"0.010392\"\n\"2024-07-16T12:45:00.000Z\",\"0.010772\",\"0.010542\"\n\"2024-07-16T12:50:00.000Z\",\"0.011052\",\"0.01084\"\n\"2024-07-16T12:55:00.000Z\",\"0.011293\",\"0.011056\"\n\"2024-07-16T13:00:00.000Z\",\"0.010674\",\"0.010435\"\n\"2024-07-16T13:05:00.000Z\",\"0.010829\",\"0.01061\"\n\"2024-07-16T13:10:00.000Z\",\"0.01063\",\"0.010393\"\n\"2024-07-16T13:15:00.000Z\",\"0.010563\",\"0.010341\"\n\"2024-07-16T13:20:00.000Z\",\"0.007785\",\"0.007638\"\n\"2024-07-16T13:25:00.000Z\",\"0.008328\",\"0.00816\"\n\"2024-07-16T13:30:00.000Z\",\"0.010577\",\"0.010348\"\n\"2024-07-16T13:35:00.000Z\",\"0.01072\",\"0.010494\"\n\"2024-07-16T13:40:00.000Z\",\"0.010471\",\"0.010255\"\n\"2024-07-16T13:45:00.000Z\",\"0.010597\",\"0.010379\"\n\"2024-07-16T13:50:00.000Z\",\"0.010575\",\"0.010358\"\n\"2024-07-16T13:55:00.000Z\",\"0.011309\",\"0.011074\"\n\"2024-07-16T14:00:00.000Z\",\"0.011312\",\"0.011073\"\n\"2024-07-16T14:05:00.000Z\",\"0.01053\",\"0.010309\"\n\"2024-07-16T14:10:00.000Z\",\"0.010466\",\"0.010251\"\n\"2024-07-16T14:15:00.000Z\",\"0.010805\",\"0.01057\"\n\"2024-07-16T14:20:00.000Z\",\"0.010651\",\"0.010426\"\n\"2024-07-16T14:25:00.000Z\",\"0.010829\",\"0.010596\"\n\"2024-07-16T14:30:00.000Z\",\"0.010581\",\"0.010332\"\n\"2024-07-16T14:35:00.000Z\",\"0.010775\",\"0.010549\"\n\"2024-07-16T14:40:00.000Z\",\"0.010344\",\"0.010127\"\n\"2024-07-16T14:45:00.000Z\",\"0.010768\",\"0.010534\"\n\"2024-07-16T14:50:00.000Z\",\"0.010409\",\"0.010194\"\n\"2024-07-16T14:55:00.000Z\",\"0.01036\",\"0.010129\"\n\"2024-07-16T15:00:00.000Z\",\"0.011242\",\"0.011016\"\n\"2024-07-16T15:05:00.000Z\",\"0.010502\",\"0.010275\"\n\"2024-07-16T15:10:00.000Z\",\"0.010399\",\"0.010176\"\n\"2024-07-16T15:15:00.000Z\",\"0.010696\",\"0.010482\"\n\"2024-07-16T15:20:00.000Z\",\"0.010607\",\"0.010382\"\n\"2024-07-16T15:25:00.000Z\",\"0.011256\",\"0.011096\"\n\"2024-07-16T15:30:00.000Z\",\"0.010607\",\"0.010303\"\n\"2024-07-16T15:35:00.000Z\",\"0.010446\",\"0.010227\"\n\"2024-07-16T15:40:00.000Z\",\"0.010943\",\"0.010695\"\n\"2024-07-16T15:45:00.000Z\",\"0.010642\",\"0.010409\"\n\"2024-07-16T15:50:00.000Z\",\"0.01271\",\"0.012438\"\n\"2024-07-16T15:55:00.000Z\",\"0.011133\",\"0.010889\"\n\"2024-07-16T16:00:00.000Z\",\"0.010832\",\"0.010571\"\n\"2024-07-16T16:05:00.000Z\",\"0.01069\",\"0.010443\"\n\"2024-07-16T16:10:00.000Z\",\"0.010678\",\"0.010434\"\n\"2024-07-16T16:15:00.000Z\",\"0.011142\",\"0.010881\"\n\"2024-07-16T16:20:00.000Z\",\"0.010386\",\"0.010143\"\n\"2024-07-16T16:25:00.000Z\",\"0.010852\",\"0.010604\"\n\"2024-07-16T16:30:00.000Z\",\"0.010784\",\"0.010519\"\n\"2024-07-16T16:35:00.000Z\",\"0.010666\",\"0.010407\"\n\"2024-07-16T16:40:00.000Z\",\"0.010605\",\"0.010364\"\n\"2024-07-16T16:45:00.000Z\",\"0.010608\",\"0.010363\"\n\"2024-07-16T16:50:00.000Z\",\"0.010763\",\"0.010505\"\n\"2024-07-16T16:55:00.000Z\",\"0.011217\",\"0.010958\"\n\"2024-07-16T17:00:00.000Z\",\"0.010843\",\"0.010592\"\n\"2024-07-16T17:05:00.000Z\",\"0.010505\",\"0.010275\"\n\"2024-07-16T17:10:00.000Z\",\"0.01085\",\"0.01061\"\n\"2024-07-16T17:15:00.000Z\",\"0.010634\",\"0.010385\"\n\"2024-07-16T17:20:00.000Z\",\"0.01053\",\"0.010274\"\n\"2024-07-16T17:25:00.000Z\",\"0.010546\",\"0.010319\"\n\"2024-07-16T17:30:00.000Z\",\"0.01097\",\"0.01071\"\n\"2024-07-16T17:35:00.000Z\",\"0.010611\",\"0.010378\"\n\"2024-07-16T17:40:00.000Z\",\"0.010475\",\"0.010226\"\n\"2024-07-16T17:45:00.000Z\",\"0.010603\",\"0.010363\"\n\"2024-07-16T17:50:00.000Z\",\"0.010957\",\"0.010717\"\n\"2024-07-16T17:55:00.000Z\",\"0.01073\",\"0.010471\"\n\"2024-07-16T18:00:00.000Z\",\"0.010943\",\"0.010708\"\n\"2024-07-16T18:05:00.000Z\",\"0.010615\",\"0.010368\"\n\"2024-07-16T18:10:00.000Z\",\"0.011048\",\"0.010767\"\n\"2024-07-16T18:15:00.000Z\",\"0.011209\",\"0.010945\"\n\"2024-07-16T18:20:00.000Z\",\"0.010755\",\"0.010496\"\n\"2024-07-16T18:25:00.000Z\",\"0.01078\",\"0.010518\"\n\"2024-07-16T18:30:00.000Z\",\"0.010742\",\"0.010472\"\n\"2024-07-16T18:35:00.000Z\",\"0.010761\",\"0.010514\"\n\"2024-07-16T18:40:00.000Z\",\"0.010572\",\"0.010325\"\n\"2024-07-16T18:45:00.000Z\",\"0.010863\",\"0.010596\"\n\"2024-07-16T18:50:00.000Z\",\"0.01053\",\"0.010281\"\n\"2024-07-16T18:55:00.000Z\",\"0.010408\",\"0.010148\"\n\"2024-07-16T19:00:00.000Z\",\"0.011315\",\"0.011047\"\n\"2024-07-16T19:05:00.000Z\",\"0.011003\",\"0.010743\"\n\"2024-07-16T19:10:00.000Z\",\"0.0106\",\"0.010361\"\n\"2024-07-16T19:15:00.000Z\",\"0.010784\",\"0.010511\"\n\"2024-07-16T19:20:00.000Z\",\"0.010901\",\"0.01064\"\n\"2024-07-16T19:25:00.000Z\",\"0.010774\",\"0.010522\"\n\"2024-07-16T19:30:00.000Z\",\"0.012905\",\"0.012592\"\n\"2024-07-16T19:35:00.000Z\",\"0.010765\",\"0.010496\"\n\"2024-07-16T19:40:00.000Z\",\"0.011653\",\"0.011384\"\n\"2024-07-16T19:45:00.000Z\",\"0.010444\",\"0.010199\"\n\"2024-07-16T19:50:00.000Z\",\"0.010709\",\"0.010443\"\n\"2024-07-16T19:55:00.000Z\",\"0.010693\",\"0.010454\"\n\"2024-07-16T20:00:00.000Z\",\"0.010848\",\"0.010587\"\n\"2024-07-16T20:05:00.000Z\",\"0.011284\",\"0.011022\"\n\"2024-07-16T20:10:00.000Z\",\"0.010606\",\"0.010309\"\n\"2024-07-16T20:15:00.000Z\",\"0.010618\",\"0.010369\"\n\"2024-07-16T20:20:00.000Z\",\"0.010825\",\"0.010579\"\n\"2024-07-16T20:25:00.000Z\",\"0.010767\",\"0.010505\"\n\"2024-07-16T20:30:00.000Z\",\"0.010424\",\"0.010172\"\n\"2024-07-16T20:35:00.000Z\",\"0.010913\",\"0.010632\"\n\"2024-07-16T20:40:00.000Z\",\"0.010453\",\"0.010222\"\n\"2024-07-16T20:45:00.000Z\",\"0.011337\",\"0.011071\"\n\"2024-07-16T20:50:00.000Z\",\"0.010718\",\"0.010447\"\n\"2024-07-16T20:55:00.000Z\",\"0.010958\",\"0.010692\"\n\"2024-07-16T21:00:00.000Z\",\"0.010613\",\"0.010361\"\n\"2024-07-16T21:05:00.000Z\",\"0.010924\",\"0.010659\"\n\"2024-07-16T21:10:00.000Z\",\"0.010967\",\"0.01071\"\n\"2024-07-16T21:15:00.000Z\",\"0.010768\",\"0.010509\"\n\"2024-07-16T21:20:00.000Z\",\"0.010761\",\"0.010495\"\n\"2024-07-16T21:25:00.000Z\",\"0.010523\",\"0.010262\"\n\"2024-07-16T21:30:00.000Z\",\"0.010494\",\"0.010244\"\n\"2024-07-16T21:35:00.000Z\",\"0.010979\",\"0.010683\"\n\"2024-07-16T21:40:00.000Z\",\"0.010727\",\"0.010444\"\n\"2024-07-16T21:45:00.000Z\",\"0.01077\",\"0.010504\"\n\"2024-07-16T21:50:00.000Z\",\"0.010673\",\"0.010427\"\n\"2024-07-16T21:55:00.000Z\",\"0.010783\",\"0.010518\"\n\"2024-07-16T22:00:00.000Z\",\"0.010694\",\"0.010418\"\n\"2024-07-16T22:05:00.000Z\",\"0.010521\",\"0.010267\"\n\"2024-07-16T22:10:00.000Z\",\"0.011202\",\"0.010951\"\n\"2024-07-16T22:15:00.000Z\",\"0.011435\",\"0.011158\"\n\"2024-07-16T22:20:00.000Z\",\"0.010635\",\"0.010382\"\n\"2024-07-16T22:25:00.000Z\",\"0.010803\",\"0.010529\"\n\"2024-07-16T22:30:00.000Z\",\"0.010693\",\"0.010444\"\n\"2024-07-16T22:35:00.000Z\",\"0.010532\",\"0.010281\"\n\"2024-07-16T22:40:00.000Z\",\"0.010839\",\"0.010579\"\n\"2024-07-16T22:45:00.000Z\",\"0.010886\",\"0.010615\"\n\"2024-07-16T22:50:00.000Z\",\"0.010577\",\"0.010318\"\n\"2024-07-16T22:55:00.000Z\",\"0.010629\",\"0.010369\"\n\"2024-07-16T23:00:00.000Z\",\"0.010634\",\"0.010386\"\n\"2024-07-16T23:05:00.000Z\",\"0.011339\",\"0.011065\"\n\"2024-07-16T23:10:00.000Z\",\"0.010325\",\"0.01009\"\n\"2024-07-16T23:15:00.000Z\",\"0.010763\",\"0.010505\"\n\"2024-07-16T23:20:00.000Z\",\"0.010533\",\"0.010285\"\n\"2024-07-16T23:25:00.000Z\",\"0.010841\",\"0.010575\"\n\"2024-07-16T23:30:00.000Z\",\"0.01082\",\"0.010553\"\n\"2024-07-16T23:35:00.000Z\",\"0.011655\",\"0.011363\"\n\"2024-07-16T23:40:00.000Z\",\"0.010541\",\"0.010292\"\n\"2024-07-16T23:45:00.000Z\",\"0.01061\",\"0.010329\"\n\"2024-07-16T23:50:00.000Z\",\"0.012994\",\"0.012697\"\n\"2024-07-16T23:55:00.000Z\",\"0.011015\",\"0.010748\"\n\"2024-07-17T00:00:00.000Z\",\"0.010553\",\"0.010284\"\n\"2024-07-17T00:05:00.000Z\",\"0.010763\",\"0.010453\"\n\"2024-07-17T00:10:00.000Z\",\"0.011284\",\"0.011025\"\n\"2024-07-17T00:15:00.000Z\",\"0.010778\",\"0.010531\"\n\"2024-07-17T00:20:00.000Z\",\"0.01067\",\"0.010408\"\n\"2024-07-17T00:25:00.000Z\",\"0.010772\",\"0.010506\"\n\"2024-07-17T00:30:00.000Z\",\"0.010693\",\"0.010439\"\n\"2024-07-17T00:35:00.000Z\",\"0.010893\",\"0.010619\"\n\"2024-07-17T00:40:00.000Z\",\"0.011345\",\"0.011076\"\n\"2024-07-17T00:45:00.000Z\",\"0.010714\",\"0.010456\"\n\"2024-07-17T00:50:00.000Z\",\"0.010603\",\"0.01034\"\n\"2024-07-17T00:55:00.000Z\",\"0.010966\",\"0.010692\"\n\"2024-07-17T01:00:00.000Z\",\"0.010586\",\"0.01033\"\n\"2024-07-17T01:05:00.000Z\",\"0.010679\",\"0.010425\"\n\"2024-07-17T01:10:00.000Z\",\"0.011009\",\"0.010748\"\n\"2024-07-17T01:15:00.000Z\",\"0.011094\",\"0.010821\"\n\"2024-07-17T01:20:00.000Z\",\"0.010688\",\"0.01042\"\n\"2024-07-17T01:25:00.000Z\",\"0.01075\",\"0.010489\"\n\"2024-07-17T01:30:00.000Z\",\"0.010551\",\"0.010305\"\n\"2024-07-17T01:35:00.000Z\",\"0.011134\",\"0.01087\"\n\"2024-07-17T01:40:00.000Z\",\"0.010722\",\"0.010483\"\n\"2024-07-17T01:45:00.000Z\",\"0.010642\",\"0.010406\"\n\"2024-07-17T01:50:00.000Z\",\"0.010619\",\"0.010365\"\n\"2024-07-17T01:55:00.000Z\",\"0.011049\",\"0.010773\"\n\"2024-07-17T02:00:00.000Z\",\"0.010633\",\"0.010378\"\n\"2024-07-17T02:05:00.000Z\",\"0.011317\",\"0.011059\"\n\"2024-07-17T02:10:00.000Z\",\"0.010529\",\"0.010267\"\n\"2024-07-17T02:15:00.000Z\",\"0.011512\",\"0.011263\"\n\"2024-07-17T02:20:00.000Z\",\"0.010732\",\"0.010466\"\n\"2024-07-17T02:25:00.000Z\",\"0.010551\",\"0.010289\"\n\"2024-07-17T02:30:00.000Z\",\"0.010679\",\"0.010425\"\n\"2024-07-17T02:35:00.000Z\",\"0.01092\",\"0.010637\"\n\"2024-07-17T02:40:00.000Z\",\"0.010608\",\"0.010353\"\n\"2024-07-17T02:45:00.000Z\",\"0.010772\",\"0.010505\"\n\"2024-07-17T02:50:00.000Z\",\"0.010722\",\"0.010467\"\n\"2024-07-17T02:55:00.000Z\",\"0.010853\",\"0.010593\"\n\"2024-07-17T03:00:00.000Z\",\"0.010593\",\"0.010346\"\n\"2024-07-17T03:05:00.000Z\",\"0.010532\",\"0.010287\"\n\"2024-07-17T03:10:00.000Z\",\"0.010634\",\"0.010386\"\n\"2024-07-17T03:15:00.000Z\",\"0.011511\",\"0.011243\"\n\"2024-07-17T03:20:00.000Z\",\"0.01086\",\"0.010577\"\n\"2024-07-17T03:25:00.000Z\",\"0.011391\",\"0.011125\"\n\"2024-07-17T03:30:00.000Z\",\"0.011053\",\"0.010763\"\n\"2024-07-17T03:35:00.000Z\",\"0.010661\",\"0.010399\"\n\"2024-07-17T03:40:00.000Z\",\"0.01103\",\"0.010768\"\n\"2024-07-17T03:45:00.000Z\",\"0.01269\",\"0.012407\"\n\"2024-07-17T03:50:00.000Z\",\"0.011108\",\"0.010821\"\n\"2024-07-17T03:55:00.000Z\",\"0.010611\",\"0.010352\"\n\"2024-07-17T04:00:00.000Z\",\"0.010648\",\"0.010385\"\n\"2024-07-17T04:05:00.000Z\",\"0.010523\",\"0.010286\"\n\"2024-07-17T04:10:00.000Z\",\"0.011044\",\"0.010779\"\n\"2024-07-17T04:15:00.000Z\",\"0.01118\",\"0.010919\"\n\"2024-07-17T04:20:00.000Z\",\"0.010512\",\"0.010286\"\n\"2024-07-17T04:25:00.000Z\",\"0.01081\",\"0.010581\"\n\"2024-07-17T04:30:00.000Z\",\"0.010731\",\"0.010497\"\n\"2024-07-17T04:35:00.000Z\",\"0.010482\",\"0.010235\"\n\"2024-07-17T04:40:00.000Z\",\"0.010698\",\"0.010432\"\n\"2024-07-17T04:45:00.000Z\",\"0.010773\",\"0.010543\"\n\"2024-07-17T04:50:00.000Z\",\"0.01085\",\"0.010607\"\n\"2024-07-17T04:55:00.000Z\",\"0.011341\",\"0.011099\"\n\"2024-07-17T05:00:00.000Z\",\"0.01064\",\"0.010394\"\n\"2024-07-17T05:05:00.000Z\",\"0.010525\",\"0.010276\"\n\"2024-07-17T05:10:00.000Z\",\"0.011192\",\"0.010941\"\n\"2024-07-17T05:15:00.000Z\",\"0.010694\",\"0.010449\"\n\"2024-07-17T05:20:00.000Z\",\"0.010603\",\"0.010383\"\n\"2024-07-17T05:25:00.000Z\",\"0.010964\",\"0.010739\"\n\"2024-07-17T05:30:00.000Z\",\"0.010806\",\"0.010558\"\n\"2024-07-17T05:35:00.000Z\",\"0.010422\",\"0.010195\"\n\"2024-07-17T05:40:00.000Z\",\"0.010599\",\"0.010345\"\n\"2024-07-17T05:45:00.000Z\",\"0.010575\",\"0.010337\"\n\"2024-07-17T05:50:00.000Z\",\"0.010886\",\"0.010593\"\n\"2024-07-17T05:55:00.000Z\",\"0.010643\",\"0.010387\"\n\"2024-07-17T06:00:00.000Z\",\"0.010639\",\"0.010387\"\n\"2024-07-17T06:05:00.000Z\",\"0.011427\",\"0.011196\"\n\"2024-07-17T06:10:00.000Z\",\"0.010576\",\"0.010346\"\n\"2024-07-17T06:15:00.000Z\",\"0.011455\",\"0.011208\"\n\"2024-07-17T06:20:00.000Z\",\"0.010428\",\"0.010191\"\n\"2024-07-17T06:25:00.000Z\",\"0.010646\",\"0.01041\"\n\"2024-07-17T06:30:00.000Z\",\"0.010605\",\"0.010353\"\n\"2024-07-17T06:35:00.000Z\",\"0.010984\",\"0.010734\"\n\"2024-07-17T06:40:00.000Z\",\"0.010544\",\"0.010302\"\n\"2024-07-17T06:45:00.000Z\",\"0.010714\",\"0.010476\"\n\"2024-07-17T06:50:00.000Z\",\"0.010646\",\"0.010403\"\n\"2024-07-17T06:55:00.000Z\",\"0.010839\",\"0.010607\"\n\"2024-07-17T07:00:00.000Z\",\"0.010533\",\"0.010289\"\n\"2024-07-17T07:05:00.000Z\",\"0.010542\",\"0.010308\"\n\"2024-07-17T07:10:00.000Z\",\"0.011328\",\"0.011084\"\n\"2024-07-17T07:15:00.000Z\",\"0.010819\",\"0.010573\"\n\"2024-07-17T07:20:00.000Z\",\"0.011074\",\"0.010843\"\n\"2024-07-17T07:25:00.000Z\",\"0.010624\",\"0.010377\"\n\"2024-07-17T07:30:00.000Z\",\"0.010582\",\"0.010346\"\n\"2024-07-17T07:35:00.000Z\",\"0.01081\",\"0.010561\"\n\"2024-07-17T07:40:00.000Z\",\"0.010703\",\"0.010443\"\n\"2024-07-17T07:45:00.000Z\",\"0.010522\",\"0.010287\"\n\"2024-07-17T07:50:00.000Z\",\"0.01041\",\"0.01017\"\n\"2024-07-17T07:55:00.000Z\",\"0.011004\",\"0.010759\"\n\"2024-07-17T08:00:00.000Z\",\"0.012854\",\"0.012566\"\n\"2024-07-17T08:05:00.000Z\",\"0.010555\",\"0.010312\"\n\"2024-07-17T08:10:00.000Z\",\"0.010873\",\"0.010612\"\n\"2024-07-17T08:15:00.000Z\",\"0.01056\",\"0.010321\"\n\"2024-07-17T08:20:00.000Z\",\"0.010753\",\"0.010505\"\n\"2024-07-17T08:25:00.000Z\",\"0.011142\",\"0.010888\"\n\"2024-07-17T08:30:00.000Z\",\"0.010471\",\"0.010236\"\n\"2024-07-17T08:35:00.000Z\",\"0.011031\",\"0.010773\"\n\"2024-07-17T08:40:00.000Z\",\"0.011437\",\"0.011153\"\n\"2024-07-17T08:45:00.000Z\",\"0.010792\",\"0.010538\"\n\"2024-07-17T08:50:00.000Z\",\"0.01072\",\"0.010462\"\n\"2024-07-17T08:55:00.000Z\",\"0.010731\",\"0.010463\"\n\"2024-07-17T09:00:00.000Z\",\"0.010616\",\"0.010376\"\n\"2024-07-17T09:05:00.000Z\",\"0.010762\",\"0.010505\"\n\"2024-07-17T09:10:00.000Z\",\"0.010325\",\"0.010082\"\n\"2024-07-17T09:15:00.000Z\",\"0.010724\",\"0.010474\"\n\"2024-07-17T09:20:00.000Z\",\"0.010925\",\"0.010658\"\n\"2024-07-17T09:25:00.000Z\",\"0.010695\",\"0.010439\"\n\"2024-07-17T09:30:00.000Z\",\"0.010443\",\"0.01019\"\n\"2024-07-17T09:35:00.000Z\",\"0.011272\",\"0.011018\"\n\"2024-07-17T09:40:00.000Z\",\"0.010663\",\"0.010402\"\n\"2024-07-17T09:45:00.000Z\",\"0.010765\",\"0.010509\"\n\"2024-07-17T09:50:00.000Z\",\"0.010815\",\"0.010551\"\n\"2024-07-17T09:55:00.000Z\",\"0.011552\",\"0.011278\"\n\"2024-07-17T10:00:00.000Z\",\"0.010527\",\"0.010264\"\n\"2024-07-17T10:05:00.000Z\",\"0.010627\",\"0.010368\"\n\"2024-07-17T10:10:00.000Z\",\"0.010738\",\"0.010464\"\n\"2024-07-17T10:15:00.000Z\",\"0.011014\",\"0.010737\"\n\"2024-07-17T10:20:00.000Z\",\"0.010547\",\"0.0103\"\n\"2024-07-17T10:25:00.000Z\",\"0.010728\",\"0.010466\"\n\"2024-07-17T10:30:00.000Z\",\"0.010685\",\"0.010425\"\n\"2024-07-17T10:35:00.000Z\",\"0.010865\",\"0.010604\"\n\"2024-07-17T10:40:00.000Z\",\"0.011113\",\"0.01085\"\n\"2024-07-17T10:45:00.000Z\",\"0.010618\",\"0.010355\"\n\"2024-07-17T10:50:00.000Z\",\"0.010476\",\"0.010223\"\n\"2024-07-17T10:55:00.000Z\",\"0.010713\",\"0.010454\"\n\"2024-07-17T11:00:00.000Z\",\"0.010881\",\"0.010625\"\n\"2024-07-17T11:05:00.000Z\",\"0.010683\",\"0.010397\"\n\"2024-07-17T11:10:00.000Z\",\"0.01063\",\"0.010367\"\n\"2024-07-17T11:15:00.000Z\",\"0.011322\",\"0.011074\"\n\"2024-07-17T11:20:00.000Z\",\"0.010631\",\"0.010392\"\n\"2024-07-17T11:25:00.000Z\",\"0.011223\",\"0.010933\"\n\"2024-07-17T11:30:00.000Z\",\"0.010695\",\"0.010443\"\n\"2024-07-17T11:35:00.000Z\",\"0.010471\",\"0.0102\"\n\"2024-07-17T11:40:00.000Z\",\"0.011209\",\"0.010955\"\n\"2024-07-17T11:45:00.000Z\",\"0.010839\",\"0.01057\"\n\"2024-07-17T11:50:00.000Z\",\"0.010936\",\"0.010665\"\n\"2024-07-17T11:55:00.000Z\",\"0.010556\",\"0.010303\"\n\"2024-07-17T12:00:00.000Z\",\"0.010703\",\"0.010446\"\n\"2024-07-17T12:05:00.000Z\",\"0.010653\",\"0.010407\"\n\"2024-07-17T12:10:00.000Z\",\"0.010709\",\"0.010441\"\n\"2024-07-17T12:15:00.000Z\",\"0.010675\",\"0.010427\"\n\"2024-07-17T12:20:00.000Z\",\"0.01298\",\"0.012688\"\n\"2024-07-17T12:25:00.000Z\",\"0.010911\",\"0.010654\"\n\"2024-07-17T12:30:00.000Z\",\"0.010652\",\"0.010397\"\n\"2024-07-17T12:35:00.000Z\",\"0.011585\",\"0.011332\"\n\"2024-07-17T12:40:00.000Z\",\"0.010586\",\"0.010321\"\n\"2024-07-17T12:45:00.000Z\",\"0.010994\",\"0.010738\"\n\"2024-07-17T12:50:00.000Z\",\"0.010946\",\"0.010665\"\n\"2024-07-17T12:55:00.000Z\",\"0.010478\",\"0.010234\"\n\"2024-07-17T13:00:00.000Z\",\"0.010622\",\"0.010387\"\n\"2024-07-17T13:05:00.000Z\",\"0.010634\",\"0.010389\"\n\"2024-07-17T13:10:00.000Z\",\"0.010624\",\"0.010365\"\n\"2024-07-17T13:15:00.000Z\",\"0.010705\",\"0.010435\"\n\"2024-07-17T13:20:00.000Z\",\"0.010907\",\"0.010655\"\n\"2024-07-17T13:25:00.000Z\",\"0.010649\",\"0.010405\"\n\"2024-07-17T13:30:00.000Z\",\"0.010808\",\"0.010553\"\n\"2024-07-17T13:35:00.000Z\",\"0.010652\",\"0.010382\"\n\"2024-07-17T13:40:00.000Z\",\"0.011046\",\"0.010789\"\n\"2024-07-17T13:45:00.000Z\",\"0.011105\",\"0.010817\"\n\"2024-07-17T13:50:00.000Z\",\"0.010803\",\"0.010546\"\n\"2024-07-17T13:55:00.000Z\",\"0.010765\",\"0.010512\"\n\"2024-07-17T14:00:00.000Z\",\"0.0106\",\"0.010346\"\n\"2024-07-17T14:05:00.000Z\",\"0.011243\",\"0.010992\"\n\"2024-07-17T14:10:00.000Z\",\"0.010446\",\"0.010188\"\n\"2024-07-17T14:15:00.000Z\",\"0.010647\",\"0.010381\"\n\"2024-07-17T14:20:00.000Z\",\"0.010827\",\"0.010554\"\n\"2024-07-17T14:25:00.000Z\",\"0.010444\",\"0.010194\"\n\"2024-07-17T14:30:00.000Z\",\"0.010817\",\"0.010562\"\n\"2024-07-17T14:35:00.000Z\",\"0.011124\",\"0.010877\"\n\"2024-07-17T14:40:00.000Z\",\"0.010556\",\"0.010298\"\n\"2024-07-17T14:45:00.000Z\",\"0.010901\",\"0.010646\"\n\"2024-07-17T14:50:00.000Z\",\"0.010782\",\"0.010531\"\n\"2024-07-17T14:55:00.000Z\",\"0.010736\",\"0.010483\"\n\"2024-07-17T15:00:00.000Z\",\"0.010842\",\"0.01058\"\n\"2024-07-17T15:05:00.000Z\",\"0.010613\",\"0.010365\"\n\"2024-07-17T15:10:00.000Z\",\"0.010753\",\"0.010484\"\n\"2024-07-17T15:15:00.000Z\",\"0.010912\",\"0.010642\"\n\"2024-07-17T15:20:00.000Z\",\"0.010691\",\"0.010458\"\n\"2024-07-17T15:25:00.000Z\",\"0.011319\",\"0.011043\"\n\"2024-07-17T15:30:00.000Z\",\"0.010793\",\"0.01052\"\n\"2024-07-17T15:35:00.000Z\",\"0.01128\",\"0.011017\"\n\"2024-07-17T15:40:00.000Z\",\"0.010933\",\"0.010668\"\n\"2024-07-17T15:45:00.000Z\",\"0.010902\",\"0.010651\"\n\"2024-07-17T15:50:00.000Z\",\"0.01081\",\"0.010533\"\n\"2024-07-17T15:55:00.000Z\",\"0.010544\",\"0.010294\"\n\"2024-07-17T16:00:00.000Z\",\"0.010471\",\"0.010217\"\n\"2024-07-17T16:05:00.000Z\",\"0.010973\",\"0.010716\"\n\"2024-07-17T16:10:00.000Z\",\"0.010499\",\"0.010248\"\n\"2024-07-17T16:15:00.000Z\",\"0.010648\",\"0.010388\"\n\"2024-07-17T16:20:00.000Z\",\"0.010786\",\"0.010515\"\n\"2024-07-17T16:25:00.000Z\",\"0.013171\",\"0.012864\"\n\"2024-07-17T16:30:00.000Z\",\"0.011361\",\"0.011093\"\n\"2024-07-17T16:35:00.000Z\",\"0.010982\",\"0.010712\"\n\"2024-07-17T16:40:00.000Z\",\"0.011129\",\"0.010869\"\n\"2024-07-17T16:45:00.000Z\",\"0.010754\",\"0.010472\"\n\"2024-07-17T16:50:00.000Z\",\"0.01072\",\"0.010436\"\n\"2024-07-17T16:55:00.000Z\",\"0.010424\",\"0.010187\"\n\"2024-07-17T17:00:00.000Z\",\"0.010939\",\"0.010684\"\n\"2024-07-17T17:05:00.000Z\",\"0.010821\",\"0.010574\"\n\"2024-07-17T17:10:00.000Z\",\"0.010541\",\"0.010287\"\n\"2024-07-17T17:15:00.000Z\",\"0.0107\",\"0.01046\"\n\"2024-07-17T17:20:00.000Z\",\"0.011162\",\"0.010913\"\n\"2024-07-17T17:25:00.000Z\",\"0.010693\",\"0.01046\"\n\"2024-07-17T17:30:00.000Z\",\"0.010856\",\"0.010558\"\n\"2024-07-17T17:35:00.000Z\",\"0.012109\",\"0.011842\"\n\"2024-07-17T17:40:00.000Z\",\"0.010295\",\"0.010046\"\n\"2024-07-17T17:45:00.000Z\",\"0.010922\",\"0.010657\"\n\"2024-07-17T17:50:00.000Z\",\"0.010608\",\"0.010349\"\n\"2024-07-17T17:55:00.000Z\",\"0.010872\",\"0.010609\"\n\"2024-07-17T18:00:00.000Z\",\"0.010927\",\"0.010678\"\n\"2024-07-17T18:05:00.000Z\",\"0.01077\",\"0.010497\"\n\"2024-07-17T18:10:00.000Z\",\"0.010717\",\"0.010459\"\n\"2024-07-17T18:15:00.000Z\",\"0.010684\",\"0.010434\"\n\"2024-07-17T18:20:00.000Z\",\"0.010634\",\"0.010365\"\n\"2024-07-17T18:25:00.000Z\",\"0.010736\",\"0.010482\"\n\"2024-07-17T18:30:00.000Z\",\"0.010964\",\"0.010713\"\n\"2024-07-17T18:35:00.000Z\",\"0.011057\",\"0.01079\"\n\"2024-07-17T18:40:00.000Z\",\"0.010657\",\"0.010409\"\n\"2024-07-17T18:45:00.000Z\",\"0.010703\",\"0.010448\"\n\"2024-07-17T18:50:00.000Z\",\"0.010593\",\"0.010328\"\n\"2024-07-17T18:55:00.000Z\",\"0.010455\",\"0.010185\"\n\"2024-07-17T19:00:00.000Z\",\"0.010801\",\"0.01055\"\n\"2024-07-17T19:05:00.000Z\",\"0.011588\",\"0.011314\"\n\"2024-07-17T19:10:00.000Z\",\"0.010601\",\"0.01034\"\n\"2024-07-17T19:15:00.000Z\",\"0.010747\",\"0.01049\"\n\"2024-07-17T19:20:00.000Z\",\"0.010675\",\"0.010418\"\n\"2024-07-17T19:25:00.000Z\",\"0.011437\",\"0.011155\"\n\"2024-07-17T19:30:00.000Z\",\"0.010921\",\"0.010655\"\n\"2024-07-17T19:35:00.000Z\",\"0.010799\",\"0.010541\"\n\"2024-07-17T19:40:00.000Z\",\"0.010756\",\"0.010507\"\n\"2024-07-17T19:45:00.000Z\",\"0.010492\",\"0.010246\"\n\"2024-07-17T19:50:00.000Z\",\"0.010664\",\"0.01039\"\n\"2024-07-17T19:55:00.000Z\",\"0.010824\",\"0.01057\"\n\"2024-07-17T20:00:00.000Z\",\"0.010843\",\"0.010594\"\n\"2024-07-17T20:05:00.000Z\",\"0.010726\",\"0.010434\"\n\"2024-07-17T20:10:00.000Z\",\"0.010703\",\"0.010435\"\n\"2024-07-17T20:15:00.000Z\",\"0.010682\",\"0.010405\"\n\"2024-07-17T20:20:00.000Z\",\"0.011214\",\"0.010973\"\n\"2024-07-17T20:25:00.000Z\",\"0.013457\",\"0.013142\"\n\"2024-07-17T20:30:00.000Z\",\"0.010746\",\"0.010488\"\n\"2024-07-17T20:35:00.000Z\",\"0.010832\",\"0.010564\"\n\"2024-07-17T20:40:00.000Z\",\"0.010574\",\"0.01031\"\n\"2024-07-17T20:45:00.000Z\",\"0.010484\",\"0.010223\"\n\"2024-07-17T20:50:00.000Z\",\"0.010959\",\"0.01066\"\n\"2024-07-17T20:55:00.000Z\",\"0.010611\",\"0.010364\"\n\"2024-07-17T21:00:00.000Z\",\"0.010692\",\"0.010429\"\n\"2024-07-17T21:05:00.000Z\",\"0.010833\",\"0.010578\"\n\"2024-07-17T21:10:00.000Z\",\"0.010576\",\"0.01032\"\n\"2024-07-17T21:15:00.000Z\",\"0.010984\",\"0.010727\"\n\"2024-07-17T21:20:00.000Z\",\"0.011061\",\"0.010799\"\n\"2024-07-17T21:25:00.000Z\",\"0.010608\",\"0.010358\"\n\"2024-07-17T21:30:00.000Z\",\"0.010528\",\"0.010282\"\n\"2024-07-17T21:35:00.000Z\",\"0.010617\",\"0.010354\"\n\"2024-07-17T21:40:00.000Z\",\"0.011038\",\"0.010765\"\n\"2024-07-17T21:45:00.000Z\",\"0.010967\",\"0.010691\"\n\"2024-07-17T21:50:00.000Z\",\"0.011443\",\"0.011177\"\n\"2024-07-17T21:55:00.000Z\",\"0.010686\",\"0.010415\"\n\"2024-07-17T22:00:00.000Z\",\"0.010633\",\"0.010372\"\n\"2024-07-17T22:05:00.000Z\",\"0.010533\",\"0.010282\"\n\"2024-07-17T22:10:00.000Z\",\"0.01104\",\"0.010771\"\n\"2024-07-17T22:15:00.000Z\",\"0.010699\",\"0.010428\"\n\"2024-07-17T22:20:00.000Z\",\"0.010673\",\"0.010399\"\n\"2024-07-17T22:25:00.000Z\",\"0.01124\",\"0.010977\"\n\"2024-07-17T22:30:00.000Z\",\"0.010337\",\"0.010096\"\n\"2024-07-17T22:35:00.000Z\",\"0.010652\",\"0.010409\"\n\"2024-07-17T22:40:00.000Z\",\"0.010795\",\"0.010532\"\n\"2024-07-17T22:45:00.000Z\",\"0.010671\",\"0.010403\"\n\"2024-07-17T22:50:00.000Z\",\"0.010874\",\"0.010608\"\n\"2024-07-17T22:55:00.000Z\",\"0.010644\",\"0.01036\"\n\"2024-07-17T23:00:00.000Z\",\"0.010796\",\"0.010534\"\n\"2024-07-17T23:05:00.000Z\",\"0.010835\",\"0.010585\"\n\"2024-07-17T23:10:00.000Z\",\"0.010825\",\"0.010554\"\n\"2024-07-17T23:15:00.000Z\",\"0.011365\",\"0.011102\"\n\"2024-07-17T23:20:00.000Z\",\"0.011128\",\"0.010842\"\n\"2024-07-17T23:25:00.000Z\",\"0.010493\",\"0.010239\"\n\"2024-07-17T23:30:00.000Z\",\"0.011043\",\"0.010791\"\n\"2024-07-17T23:35:00.000Z\",\"0.01078\",\"0.010523\"\n\"2024-07-17T23:40:00.000Z\",\"0.010543\",\"0.010307\"\n\"2024-07-17T23:45:00.000Z\",\"0.010957\",\"0.010694\"\n\"2024-07-17T23:50:00.000Z\",\"0.010694\",\"0.010444\"\n\"2024-07-17T23:55:00.000Z\",\"0.01091\",\"0.010627\"\n\"2024-07-18T00:00:00.000Z\",\"0.010243\",\"0.009988\"\n\"2024-07-18T00:05:00.000Z\",\"0.010725\",\"0.010463\"\n\"2024-07-18T00:10:00.000Z\",\"0.010675\",\"0.01041\"\n\"2024-07-18T00:15:00.000Z\",\"0.013686\",\"0.013379\"\n\"2024-07-18T00:20:00.000Z\",\"0.011017\",\"0.010766\"\n\"2024-07-18T00:25:00.000Z\",\"0.010814\",\"0.010527\"\n\"2024-07-18T00:30:00.000Z\",\"0.010712\",\"0.010451\"\n\"2024-07-18T00:35:00.000Z\",\"0.010576\",\"0.010317\"\n\"2024-07-18T00:40:00.000Z\",\"0.010726\",\"0.010468\"\n\"2024-07-18T00:45:00.000Z\",\"0.011792\",\"0.011518\"\n\"2024-07-18T00:50:00.000Z\",\"0.01076\",\"0.010495\"\n\"2024-07-18T00:55:00.000Z\",\"0.010734\",\"0.010465\"\n\"2024-07-18T01:00:00.000Z\",\"0.010555\",\"0.010302\"\n\"2024-07-18T01:05:00.000Z\",\"0.010677\",\"0.010418\"\n\"2024-07-18T01:10:00.000Z\",\"0.011033\",\"0.010771\"\n\"2024-07-18T01:15:00.000Z\",\"0.011063\",\"0.010809\"\n\"2024-07-18T01:20:00.000Z\",\"0.010517\",\"0.010249\"\n\"2024-07-18T01:25:00.000Z\",\"0.010824\",\"0.010563\"\n\"2024-07-18T01:30:00.000Z\",\"0.010677\",\"0.010431\"\n\"2024-07-18T01:35:00.000Z\",\"0.010628\",\"0.010379\"\n\"2024-07-18T01:40:00.000Z\",\"0.010983\",\"0.010733\"\n\"2024-07-18T01:45:00.000Z\",\"0.01076\",\"0.010471\"\n\"2024-07-18T01:50:00.000Z\",\"0.010578\",\"0.010322\"\n\"2024-07-18T01:55:00.000Z\",\"0.010701\",\"0.010445\"\n\"2024-07-18T02:00:00.000Z\",\"0.010582\",\"0.010334\"\n\"2024-07-18T02:05:00.000Z\",\"0.011606\",\"0.011329\"\n\"2024-07-18T02:10:00.000Z\",\"0.011237\",\"0.01098\"\n\"2024-07-18T02:15:00.000Z\",\"0.010719\",\"0.010469\"\n\"2024-07-18T02:20:00.000Z\",\"0.010656\",\"0.010403\"\n\"2024-07-18T02:25:00.000Z\",\"0.01072\",\"0.010434\"\n\"2024-07-18T02:30:00.000Z\",\"0.01081\",\"0.010552\"\n\"2024-07-18T02:35:00.000Z\",\"0.010968\",\"0.010702\"\n\"2024-07-18T02:40:00.000Z\",\"0.010771\",\"0.010504\"\n\"2024-07-18T02:45:00.000Z\",\"0.010834\",\"0.010565\"\n\"2024-07-18T02:50:00.000Z\",\"0.010781\",\"0.010502\"\n\"2024-07-18T02:55:00.000Z\",\"0.010626\",\"0.010353\"\n\"2024-07-18T03:00:00.000Z\",\"0.011045\",\"0.010785\"\n\"2024-07-18T03:05:00.000Z\",\"0.011384\",\"0.01112\"\n\"2024-07-18T03:10:00.000Z\",\"0.010709\",\"0.010442\"\n\"2024-07-18T03:15:00.000Z\",\"0.011133\",\"0.010852\"\n\"2024-07-18T03:20:00.000Z\",\"0.010781\",\"0.010526\"\n\"2024-07-18T03:25:00.000Z\",\"0.010628\",\"0.010378\"\n\"2024-07-18T03:30:00.000Z\",\"0.010987\",\"0.010707\"\n\"2024-07-18T03:35:00.000Z\",\"0.010835\",\"0.010562\"\n\"2024-07-18T03:40:00.000Z\",\"0.010695\",\"0.010427\"\n\"2024-07-18T03:45:00.000Z\",\"0.010852\",\"0.010587\"\n\"2024-07-18T03:50:00.000Z\",\"0.010993\",\"0.010721\"\n\"2024-07-18T03:55:00.000Z\",\"0.010536\",\"0.010283\"\n\"2024-07-18T04:00:00.000Z\",\"0.010841\",\"0.010601\"\n\"2024-07-18T04:05:00.000Z\",\"0.011513\",\"0.011243\"\n\"2024-07-18T04:10:00.000Z\",\"0.01123\",\"0.010967\"\n\"2024-07-18T04:15:00.000Z\",\"0.010791\",\"0.010528\"\n\"2024-07-18T04:20:00.000Z\",\"0.010669\",\"0.01043\"\n\"2024-07-18T04:25:00.000Z\",\"0.010614\",\"0.010338\"\n\"2024-07-18T04:30:00.000Z\",\"0.010691\",\"0.010436\"\n\"2024-07-18T04:35:00.000Z\",\"0.011075\",\"0.010778\"\n\"2024-07-18T04:40:00.000Z\",\"0.013198\",\"0.012866\"\n\"2024-07-18T04:45:00.000Z\",\"0.010915\",\"0.010641\"\n\"2024-07-18T04:50:00.000Z\",\"0.010604\",\"0.010336\"\n\"2024-07-18T04:55:00.000Z\",\"0.010921\",\"0.010656\"\n\"2024-07-18T05:00:00.000Z\",\"0.010947\",\"0.010661\"\n\"2024-07-18T05:05:00.000Z\",\"0.010858\",\"0.010581\"\n\"2024-07-18T05:10:00.000Z\",\"0.01108\",\"0.010817\"\n\"2024-07-18T05:15:00.000Z\",\"0.010884\",\"0.010625\"\n\"2024-07-18T05:20:00.000Z\",\"0.010779\",\"0.010522\"\n\"2024-07-18T05:25:00.000Z\",\"0.010874\",\"0.010614\"\n"},{"id":"26f46e6b-aa88-4e5d-a995-ac12efd931c8","name":"Get MCR Telemetry - CSV Single Telemetry Type (Days)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"},{"key":"Accept","value":"text/csv"}],"url":{"raw":"{{baseUrl}}/v2/product/mcr2/537218cf-cbcf-4164-84a8-6030b62b6f61/telemetry?type=BITS&days=3","host":["{{baseUrl}}"],"path":["v2","product","mcr2","537218cf-cbcf-4164-84a8-6030b62b6f61","telemetry"],"query":[{"key":"type","value":"BITS","description":"Indicates the type of metric. Values include `BITS` and `PACKETS`. Multiple telemetry types can be passed. (Required - string)"},{"key":"from","value":"1718010019000","description":"Milliseconds since epoch. When not provided, returns the single most recent measurement. You can use a tool such as https://www.epochconverter.com/ for conversion to and from dates. (Optional - string)","disabled":true},{"key":"to","value":"1721280419000","description":"Milliseconds since epoch. When not provided, returns the single most recent measurement. You can use a tool such as https://www.epochconverter.com/ for conversion to and from dates. (Optional - string)","disabled":true},{"key":"days","value":"3","description":"The number of days in the past from today for which to return telemetry details. This parameter is mutually exclusive from \"to\" and \"from\". (Optional - string)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Thu, 18 Jul 2024 06:45:37 GMT"},{"key":"Content-Type","value":"text/csv;charset=ISO-8859-1"},{"key":"Content-Length","value":"42163"},{"key":"Connection","value":"keep-alive"},{"key":"trace-id","value":"46956995c81d9e97110e921222a1eaaf"},{"key":"vary","value":"Origin"},{"key":"vary","value":"Access-Control-Request-Method"},{"key":"vary","value":"Access-Control-Request-Headers"},{"key":"x-correlation-id","value":"46956995c81d9e97110e921222a1eaaf"},{"key":"x-amzn-trace-id","value":"Root=1-6698ba11-6b9ceff6359865dd3a2f9bf6"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"content-disposition","value":"attachment; filename=537218cf-cbcf-4164-84a8-6030b62b6f61-telemetry.csv"},{"key":"server-timing","value":"app;dur=97"},{"key":"etag","value":"\"0bce93132741a0e7d944fa6c28a7c9523\""},{"key":"x-xss-protection","value":"1 ; mode=block"},{"key":"strict-transport-security","value":"max-age=31536000; preload"},{"key":"strict-transport-security","value":"max-age=31536000; preload"},{"key":"referrer-policy","value":"no-referrer"},{"key":"content-security-policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"x-download-options","value":"noopen"},{"key":"x-permitted-cross-domain-policies","value":"none"}],"cookie":[],"responseTime":null,"body":"\"Timestamp\",\"Bandwidth In (Mbps)\",\"Bandwidth Out (Mbps)\"\n\"2024-07-15T06:50:00.000Z\",\"0.010559\",\"0.010328\"\n\"2024-07-15T06:55:00.000Z\",\"0.0111\",\"0.010835\"\n\"2024-07-15T07:00:00.000Z\",\"0.011954\",\"0.011684\"\n\"2024-07-15T07:05:00.000Z\",\"0.010618\",\"0.010387\"\n\"2024-07-15T07:10:00.000Z\",\"0.010621\",\"0.010354\"\n\"2024-07-15T07:15:00.000Z\",\"0.01101\",\"0.010756\"\n\"2024-07-15T07:20:00.000Z\",\"0.010475\",\"0.01022\"\n\"2024-07-15T07:25:00.000Z\",\"0.010697\",\"0.010457\"\n\"2024-07-15T07:30:00.000Z\",\"0.010745\",\"0.01049\"\n\"2024-07-15T07:35:00.000Z\",\"0.010727\",\"0.010462\"\n\"2024-07-15T07:40:00.000Z\",\"0.010766\",\"0.01053\"\n\"2024-07-15T07:45:00.000Z\",\"0.012938\",\"0.012652\"\n\"2024-07-15T07:50:00.000Z\",\"0.010926\",\"0.010666\"\n\"2024-07-15T07:55:00.000Z\",\"0.010921\",\"0.010667\"\n\"2024-07-15T08:00:00.000Z\",\"0.010668\",\"0.010412\"\n\"2024-07-15T08:05:00.000Z\",\"0.010998\",\"0.010741\"\n\"2024-07-15T08:10:00.000Z\",\"0.010477\",\"0.010233\"\n\"2024-07-15T08:15:00.000Z\",\"0.010591\",\"0.010357\"\n\"2024-07-15T08:20:00.000Z\",\"0.011351\",\"0.011097\"\n\"2024-07-15T08:25:00.000Z\",\"0.010915\",\"0.010655\"\n\"2024-07-15T08:30:00.000Z\",\"0.010621\",\"0.010369\"\n\"2024-07-15T08:35:00.000Z\",\"0.010671\",\"0.010424\"\n\"2024-07-15T08:40:00.000Z\",\"0.010749\",\"0.0105\"\n\"2024-07-15T08:45:00.000Z\",\"0.010896\",\"0.010645\"\n\"2024-07-15T08:50:00.000Z\",\"0.010544\",\"0.010303\"\n\"2024-07-15T08:55:00.000Z\",\"0.010857\",\"0.010598\"\n\"2024-07-15T09:00:00.000Z\",\"0.011202\",\"0.010937\"\n\"2024-07-15T09:05:00.000Z\",\"0.010497\",\"0.010244\"\n\"2024-07-15T09:10:00.000Z\",\"0.010554\",\"0.010327\"\n\"2024-07-15T09:15:00.000Z\",\"0.010863\",\"0.010622\"\n\"2024-07-15T09:20:00.000Z\",\"0.010653\",\"0.0104\"\n\"2024-07-15T09:25:00.000Z\",\"0.010831\",\"0.010591\"\n\"2024-07-15T09:30:00.000Z\",\"0.010775\",\"0.010518\"\n\"2024-07-15T09:35:00.000Z\",\"0.010527\",\"0.010284\"\n\"2024-07-15T09:40:00.000Z\",\"0.010722\",\"0.010477\"\n\"2024-07-15T09:45:00.000Z\",\"0.010482\",\"0.010246\"\n\"2024-07-15T09:50:00.000Z\",\"0.011476\",\"0.011238\"\n\"2024-07-15T09:55:00.000Z\",\"0.011361\",\"0.011104\"\n\"2024-07-15T10:00:00.000Z\",\"0.01074\",\"0.010495\"\n\"2024-07-15T10:05:00.000Z\",\"0.010609\",\"0.010348\"\n\"2024-07-15T10:10:00.000Z\",\"0.010763\",\"0.010512\"\n\"2024-07-15T10:15:00.000Z\",\"0.01072\",\"0.010476\"\n\"2024-07-15T10:20:00.000Z\",\"0.010773\",\"0.010531\"\n\"2024-07-15T10:25:00.000Z\",\"0.010556\",\"0.01029\"\n\"2024-07-15T10:30:00.000Z\",\"0.010894\",\"0.010647\"\n\"2024-07-15T10:35:00.000Z\",\"0.010821\",\"0.010572\"\n\"2024-07-15T10:40:00.000Z\",\"0.010368\",\"0.010122\"\n\"2024-07-15T10:45:00.000Z\",\"0.010835\",\"0.010588\"\n\"2024-07-15T10:50:00.000Z\",\"0.011187\",\"0.01093\"\n\"2024-07-15T10:55:00.000Z\",\"0.010639\",\"0.010399\"\n\"2024-07-15T11:00:00.000Z\",\"0.011296\",\"0.011046\"\n\"2024-07-15T11:05:00.000Z\",\"0.010717\",\"0.010475\"\n\"2024-07-15T11:10:00.000Z\",\"0.010721\",\"0.010474\"\n\"2024-07-15T11:15:00.000Z\",\"0.010808\",\"0.010565\"\n\"2024-07-15T11:20:00.000Z\",\"0.010536\",\"0.010291\"\n\"2024-07-15T11:25:00.000Z\",\"0.010651\",\"0.010416\"\n\"2024-07-15T11:30:00.000Z\",\"0.010922\",\"0.010664\"\n\"2024-07-15T11:35:00.000Z\",\"0.010701\",\"0.010449\"\n\"2024-07-15T11:40:00.000Z\",\"0.010738\",\"0.010494\"\n\"2024-07-15T11:45:00.000Z\",\"0.01062\",\"0.010364\"\n\"2024-07-15T11:50:00.000Z\",\"0.01166\",\"0.011399\"\n\"2024-07-15T11:55:00.000Z\",\"0.012657\",\"0.01237\"\n\"2024-07-15T12:00:00.000Z\",\"0.010758\",\"0.010515\"\n\"2024-07-15T12:05:00.000Z\",\"0.011328\",\"0.011073\"\n\"2024-07-15T12:10:00.000Z\",\"0.010721\",\"0.010464\"\n\"2024-07-15T12:15:00.000Z\",\"0.011067\",\"0.010806\"\n\"2024-07-15T12:20:00.000Z\",\"0.010472\",\"0.010245\"\n\"2024-07-15T12:25:00.000Z\",\"0.010505\",\"0.010259\"\n\"2024-07-15T12:30:00.000Z\",\"0.010856\",\"0.010581\"\n\"2024-07-15T12:35:00.000Z\",\"0.010831\",\"0.010572\"\n\"2024-07-15T12:40:00.000Z\",\"0.010188\",\"0.009951\"\n\"2024-07-15T12:45:00.000Z\",\"0.011093\",\"0.010858\"\n\"2024-07-15T12:50:00.000Z\",\"0.011022\",\"0.010771\"\n\"2024-07-15T12:55:00.000Z\",\"0.01093\",\"0.010672\"\n\"2024-07-15T13:00:00.000Z\",\"0.010602\",\"0.010361\"\n\"2024-07-15T13:05:00.000Z\",\"0.010653\",\"0.010409\"\n\"2024-07-15T13:10:00.000Z\",\"0.010554\",\"0.010306\"\n\"2024-07-15T13:15:00.000Z\",\"0.010769\",\"0.01049\"\n\"2024-07-15T13:20:00.000Z\",\"0.010636\",\"0.010396\"\n\"2024-07-15T13:25:00.000Z\",\"0.011672\",\"0.011425\"\n\"2024-07-15T13:30:00.000Z\",\"0.010422\",\"0.010193\"\n\"2024-07-15T13:35:00.000Z\",\"0.010637\",\"0.010398\"\n\"2024-07-15T13:40:00.000Z\",\"0.011081\",\"0.010827\"\n\"2024-07-15T13:45:00.000Z\",\"0.010602\",\"0.010333\"\n\"2024-07-15T13:50:00.000Z\",\"0.011122\",\"0.010868\"\n\"2024-07-15T13:55:00.000Z\",\"0.010808\",\"0.010534\"\n\"2024-07-15T14:00:00.000Z\",\"0.010492\",\"0.010244\"\n\"2024-07-15T14:05:00.000Z\",\"0.011072\",\"0.010842\"\n\"2024-07-15T14:10:00.000Z\",\"0.010742\",\"0.010492\"\n\"2024-07-15T14:15:00.000Z\",\"0.01049\",\"0.01025\"\n\"2024-07-15T14:20:00.000Z\",\"0.010379\",\"0.010145\"\n\"2024-07-15T14:25:00.000Z\",\"0.011035\",\"0.010795\"\n\"2024-07-15T14:30:00.000Z\",\"0.010392\",\"0.010157\"\n\"2024-07-15T14:35:00.000Z\",\"0.010752\",\"0.010519\"\n\"2024-07-15T14:40:00.000Z\",\"0.011154\",\"0.010915\"\n\"2024-07-15T14:45:00.000Z\",\"0.011628\",\"0.011364\"\n\"2024-07-15T14:50:00.000Z\",\"0.010588\",\"0.010344\"\n\"2024-07-15T14:55:00.000Z\",\"0.010469\",\"0.010223\"\n\"2024-07-15T15:00:00.000Z\",\"0.010833\",\"0.010583\"\n\"2024-07-15T15:05:00.000Z\",\"0.010578\",\"0.010335\"\n\"2024-07-15T15:10:00.000Z\",\"0.010461\",\"0.010221\"\n\"2024-07-15T15:15:00.000Z\",\"0.011189\",\"0.010945\"\n\"2024-07-15T15:20:00.000Z\",\"0.010545\",\"0.010304\"\n\"2024-07-15T15:25:00.000Z\",\"0.010588\",\"0.010365\"\n\"2024-07-15T15:30:00.000Z\",\"0.010599\",\"0.010363\"\n\"2024-07-15T15:35:00.000Z\",\"0.010843\",\"0.010601\"\n\"2024-07-15T15:40:00.000Z\",\"0.010798\",\"0.010531\"\n\"2024-07-15T15:45:00.000Z\",\"0.010794\",\"0.010534\"\n\"2024-07-15T15:50:00.000Z\",\"0.012096\",\"0.011843\"\n\"2024-07-15T15:55:00.000Z\",\"0.010855\",\"0.010595\"\n\"2024-07-15T16:00:00.000Z\",\"0.010688\",\"0.010443\"\n\"2024-07-15T16:05:00.000Z\",\"0.010668\",\"0.010425\"\n\"2024-07-15T16:10:00.000Z\",\"0.010893\",\"0.01063\"\n\"2024-07-15T16:15:00.000Z\",\"0.012984\",\"0.012685\"\n\"2024-07-15T16:20:00.000Z\",\"0.010662\",\"0.010413\"\n\"2024-07-15T16:25:00.000Z\",\"0.010474\",\"0.01025\"\n\"2024-07-15T16:30:00.000Z\",\"0.010866\",\"0.010608\"\n\"2024-07-15T16:35:00.000Z\",\"0.010623\",\"0.01038\"\n\"2024-07-15T16:40:00.000Z\",\"0.010492\",\"0.010231\"\n\"2024-07-15T16:45:00.000Z\",\"0.010862\",\"0.010606\"\n\"2024-07-15T16:50:00.000Z\",\"0.011133\",\"0.010881\"\n\"2024-07-15T16:55:00.000Z\",\"0.010838\",\"0.010584\"\n\"2024-07-15T17:00:00.000Z\",\"0.010608\",\"0.010363\"\n\"2024-07-15T17:05:00.000Z\",\"0.01111\",\"0.010866\"\n\"2024-07-15T17:10:00.000Z\",\"0.011169\",\"0.010914\"\n\"2024-07-15T17:15:00.000Z\",\"0.01077\",\"0.010532\"\n\"2024-07-15T17:20:00.000Z\",\"0.010491\",\"0.010235\"\n\"2024-07-15T17:25:00.000Z\",\"0.010722\",\"0.010487\"\n\"2024-07-15T17:30:00.000Z\",\"0.010673\",\"0.010426\"\n\"2024-07-15T17:35:00.000Z\",\"0.010882\",\"0.010625\"\n\"2024-07-15T17:40:00.000Z\",\"0.010717\",\"0.010468\"\n\"2024-07-15T17:45:00.000Z\",\"0.010695\",\"0.010461\"\n\"2024-07-15T17:50:00.000Z\",\"0.011332\",\"0.011086\"\n\"2024-07-15T17:55:00.000Z\",\"0.010595\",\"0.010362\"\n\"2024-07-15T18:00:00.000Z\",\"0.010338\",\"0.010093\"\n\"2024-07-15T18:05:00.000Z\",\"0.0106\",\"0.010351\"\n\"2024-07-15T18:10:00.000Z\",\"0.010969\",\"0.0107\"\n\"2024-07-15T18:15:00.000Z\",\"0.011203\",\"0.010969\"\n\"2024-07-15T18:20:00.000Z\",\"0.010602\",\"0.010359\"\n\"2024-07-15T18:25:00.000Z\",\"0.011162\",\"0.010912\"\n\"2024-07-15T18:30:00.000Z\",\"0.01051\",\"0.010276\"\n\"2024-07-15T18:35:00.000Z\",\"0.010873\",\"0.010627\"\n\"2024-07-15T18:40:00.000Z\",\"0.01044\",\"0.010196\"\n\"2024-07-15T18:45:00.000Z\",\"0.011513\",\"0.011258\"\n\"2024-07-15T18:50:00.000Z\",\"0.0106\",\"0.010363\"\n\"2024-07-15T18:55:00.000Z\",\"0.010553\",\"0.010318\"\n\"2024-07-15T19:00:00.000Z\",\"0.010639\",\"0.010396\"\n\"2024-07-15T19:05:00.000Z\",\"0.010918\",\"0.010661\"\n\"2024-07-15T19:10:00.000Z\",\"0.010531\",\"0.010293\"\n\"2024-07-15T19:15:00.000Z\",\"0.010563\",\"0.010326\"\n\"2024-07-15T19:20:00.000Z\",\"0.010526\",\"0.010292\"\n\"2024-07-15T19:25:00.000Z\",\"0.010935\",\"0.010678\"\n\"2024-07-15T19:30:00.000Z\",\"0.010667\",\"0.010436\"\n\"2024-07-15T19:35:00.000Z\",\"0.011518\",\"0.01127\"\n\"2024-07-15T19:40:00.000Z\",\"0.010647\",\"0.010392\"\n\"2024-07-15T19:45:00.000Z\",\"0.011335\",\"0.011068\"\n\"2024-07-15T19:50:00.000Z\",\"0.010667\",\"0.010424\"\n\"2024-07-15T19:55:00.000Z\",\"0.010654\",\"0.010413\"\n\"2024-07-15T20:00:00.000Z\",\"0.010887\",\"0.010632\"\n\"2024-07-15T20:05:00.000Z\",\"0.010696\",\"0.010452\"\n\"2024-07-15T20:10:00.000Z\",\"0.01064\",\"0.010409\"\n\"2024-07-15T20:15:00.000Z\",\"0.010647\",\"0.010388\"\n\"2024-07-15T20:20:00.000Z\",\"0.011033\",\"0.010787\"\n\"2024-07-15T20:25:00.000Z\",\"0.013195\",\"0.012889\"\n\"2024-07-15T20:30:00.000Z\",\"0.010685\",\"0.010439\"\n\"2024-07-15T20:35:00.000Z\",\"0.010804\",\"0.010548\"\n\"2024-07-15T20:40:00.000Z\",\"0.011635\",\"0.011374\"\n\"2024-07-15T20:45:00.000Z\",\"0.0112\",\"0.010942\"\n\"2024-07-15T20:50:00.000Z\",\"0.010578\",\"0.010339\"\n\"2024-07-15T20:55:00.000Z\",\"0.010611\",\"0.010365\"\n\"2024-07-15T21:00:00.000Z\",\"0.010985\",\"0.01074\"\n\"2024-07-15T21:05:00.000Z\",\"0.010561\",\"0.010321\"\n\"2024-07-15T21:10:00.000Z\",\"0.010665\",\"0.010423\"\n\"2024-07-15T21:15:00.000Z\",\"0.010932\",\"0.010657\"\n\"2024-07-15T21:20:00.000Z\",\"0.010614\",\"0.01037\"\n\"2024-07-15T21:25:00.000Z\",\"0.01081\",\"0.010557\"\n\"2024-07-15T21:30:00.000Z\",\"0.010521\",\"0.010271\"\n\"2024-07-15T21:35:00.000Z\",\"0.010801\",\"0.010552\"\n\"2024-07-15T21:40:00.000Z\",\"0.010765\",\"0.01053\"\n\"2024-07-15T21:45:00.000Z\",\"0.010327\",\"0.010089\"\n\"2024-07-15T21:50:00.000Z\",\"0.011085\",\"0.010842\"\n\"2024-07-15T21:55:00.000Z\",\"0.010608\",\"0.010365\"\n\"2024-07-15T22:00:00.000Z\",\"0.010843\",\"0.0106\"\n\"2024-07-15T22:05:00.000Z\",\"0.011544\",\"0.011308\"\n\"2024-07-15T22:10:00.000Z\",\"0.010545\",\"0.010303\"\n\"2024-07-15T22:15:00.000Z\",\"0.010611\",\"0.010375\"\n\"2024-07-15T22:20:00.000Z\",\"0.011072\",\"0.010808\"\n\"2024-07-15T22:25:00.000Z\",\"0.010624\",\"0.010344\"\n\"2024-07-15T22:30:00.000Z\",\"0.010772\",\"0.010526\"\n\"2024-07-15T22:35:00.000Z\",\"0.010751\",\"0.010501\"\n\"2024-07-15T22:40:00.000Z\",\"0.010738\",\"0.010491\"\n\"2024-07-15T22:45:00.000Z\",\"0.011284\",\"0.011018\"\n\"2024-07-15T22:50:00.000Z\",\"0.010703\",\"0.010453\"\n\"2024-07-15T22:55:00.000Z\",\"0.010635\",\"0.010384\"\n\"2024-07-15T23:00:00.000Z\",\"0.010561\",\"0.010326\"\n\"2024-07-15T23:05:00.000Z\",\"0.010814\",\"0.010571\"\n\"2024-07-15T23:10:00.000Z\",\"0.011498\",\"0.011254\"\n\"2024-07-15T23:15:00.000Z\",\"0.010821\",\"0.010573\"\n\"2024-07-15T23:20:00.000Z\",\"0.010614\",\"0.010368\"\n\"2024-07-15T23:25:00.000Z\",\"0.010821\",\"0.01057\"\n\"2024-07-15T23:30:00.000Z\",\"0.010662\",\"0.010406\"\n\"2024-07-15T23:35:00.000Z\",\"0.010613\",\"0.010364\"\n\"2024-07-15T23:40:00.000Z\",\"0.010429\",\"0.010202\"\n\"2024-07-15T23:45:00.000Z\",\"0.011435\",\"0.011145\"\n\"2024-07-15T23:50:00.000Z\",\"0.010909\",\"0.010662\"\n\"2024-07-15T23:55:00.000Z\",\"0.010531\",\"0.010271\"\n\"2024-07-16T00:00:00.000Z\",\"0.010601\",\"0.010348\"\n\"2024-07-16T00:05:00.000Z\",\"0.010672\",\"0.010427\"\n\"2024-07-16T00:10:00.000Z\",\"0.010634\",\"0.010382\"\n\"2024-07-16T00:15:00.000Z\",\"0.010609\",\"0.010364\"\n\"2024-07-16T00:20:00.000Z\",\"0.010524\",\"0.01027\"\n\"2024-07-16T00:25:00.000Z\",\"0.010748\",\"0.010514\"\n\"2024-07-16T00:30:00.000Z\",\"0.010704\",\"0.010451\"\n\"2024-07-16T00:35:00.000Z\",\"0.011759\",\"0.011497\"\n\"2024-07-16T00:40:00.000Z\",\"0.013018\",\"0.012741\"\n\"2024-07-16T00:45:00.000Z\",\"0.010827\",\"0.010575\"\n\"2024-07-16T00:50:00.000Z\",\"0.011265\",\"0.011021\"\n\"2024-07-16T00:55:00.000Z\",\"0.010761\",\"0.010516\"\n\"2024-07-16T01:00:00.000Z\",\"0.01052\",\"0.010289\"\n\"2024-07-16T01:05:00.000Z\",\"0.01054\",\"0.010313\"\n\"2024-07-16T01:10:00.000Z\",\"0.010452\",\"0.010216\"\n\"2024-07-16T01:15:00.000Z\",\"0.01103\",\"0.010784\"\n\"2024-07-16T01:20:00.000Z\",\"0.010599\",\"0.010342\"\n\"2024-07-16T01:25:00.000Z\",\"0.010487\",\"0.010253\"\n\"2024-07-16T01:30:00.000Z\",\"0.010347\",\"0.010113\"\n\"2024-07-16T01:35:00.000Z\",\"0.010714\",\"0.010485\"\n\"2024-07-16T01:40:00.000Z\",\"0.010646\",\"0.010406\"\n\"2024-07-16T01:45:00.000Z\",\"0.011251\",\"0.010982\"\n\"2024-07-16T01:50:00.000Z\",\"0.010673\",\"0.010429\"\n\"2024-07-16T01:55:00.000Z\",\"0.011417\",\"0.011156\"\n\"2024-07-16T02:00:00.000Z\",\"0.010779\",\"0.010536\"\n\"2024-07-16T02:05:00.000Z\",\"0.010657\",\"0.010401\"\n\"2024-07-16T02:10:00.000Z\",\"0.010502\",\"0.01027\"\n\"2024-07-16T02:15:00.000Z\",\"0.01071\",\"0.010464\"\n\"2024-07-16T02:20:00.000Z\",\"0.010868\",\"0.010604\"\n\"2024-07-16T02:25:00.000Z\",\"0.010738\",\"0.010499\"\n\"2024-07-16T02:30:00.000Z\",\"0.010651\",\"0.010406\"\n\"2024-07-16T02:35:00.000Z\",\"0.010733\",\"0.010488\"\n\"2024-07-16T02:40:00.000Z\",\"0.011236\",\"0.010979\"\n\"2024-07-16T02:45:00.000Z\",\"0.010484\",\"0.010244\"\n\"2024-07-16T02:50:00.000Z\",\"0.010597\",\"0.01035\"\n\"2024-07-16T02:55:00.000Z\",\"0.011308\",\"0.011076\"\n\"2024-07-16T03:00:00.000Z\",\"0.010696\",\"0.010441\"\n\"2024-07-16T03:05:00.000Z\",\"0.010645\",\"0.0104\"\n\"2024-07-16T03:10:00.000Z\",\"0.010562\",\"0.010316\"\n\"2024-07-16T03:15:00.000Z\",\"0.010621\",\"0.010387\"\n\"2024-07-16T03:20:00.000Z\",\"0.010384\",\"0.010132\"\n\"2024-07-16T03:25:00.000Z\",\"0.010806\",\"0.010555\"\n\"2024-07-16T03:30:00.000Z\",\"0.010757\",\"0.010498\"\n\"2024-07-16T03:35:00.000Z\",\"0.010615\",\"0.010369\"\n\"2024-07-16T03:40:00.000Z\",\"0.010452\",\"0.010203\"\n\"2024-07-16T03:45:00.000Z\",\"0.011063\",\"0.010798\"\n\"2024-07-16T03:50:00.000Z\",\"0.011004\",\"0.010754\"\n\"2024-07-16T03:55:00.000Z\",\"0.010795\",\"0.010559\"\n\"2024-07-16T04:00:00.000Z\",\"0.010669\",\"0.010411\"\n\"2024-07-16T04:05:00.000Z\",\"0.010578\",\"0.01035\"\n\"2024-07-16T04:10:00.000Z\",\"0.010827\",\"0.010584\"\n\"2024-07-16T04:15:00.000Z\",\"0.01057\",\"0.010334\"\n\"2024-07-16T04:20:00.000Z\",\"0.011191\",\"0.010952\"\n\"2024-07-16T04:25:00.000Z\",\"0.013128\",\"0.012828\"\n\"2024-07-16T04:30:00.000Z\",\"0.010638\",\"0.010382\"\n\"2024-07-16T04:35:00.000Z\",\"0.010677\",\"0.010446\"\n\"2024-07-16T04:40:00.000Z\",\"0.010654\",\"0.010417\"\n\"2024-07-16T04:45:00.000Z\",\"0.01076\",\"0.010508\"\n\"2024-07-16T04:50:00.000Z\",\"0.010948\",\"0.010704\"\n\"2024-07-16T04:55:00.000Z\",\"0.011212\",\"0.01096\"\n\"2024-07-16T05:00:00.000Z\",\"0.010576\",\"0.010331\"\n\"2024-07-16T05:05:00.000Z\",\"0.010526\",\"0.010283\"\n\"2024-07-16T05:10:00.000Z\",\"0.010556\",\"0.010319\"\n\"2024-07-16T05:15:00.000Z\",\"0.010952\",\"0.0107\"\n\"2024-07-16T05:20:00.000Z\",\"0.01053\",\"0.010281\"\n\"2024-07-16T05:25:00.000Z\",\"0.010793\",\"0.01053\"\n\"2024-07-16T05:30:00.000Z\",\"0.010694\",\"0.010455\"\n\"2024-07-16T05:35:00.000Z\",\"0.010823\",\"0.010579\"\n\"2024-07-16T05:40:00.000Z\",\"0.010702\",\"0.01046\"\n\"2024-07-16T05:45:00.000Z\",\"0.011488\",\"0.01121\"\n\"2024-07-16T05:50:00.000Z\",\"0.010573\",\"0.010332\"\n\"2024-07-16T05:55:00.000Z\",\"0.012746\",\"0.011587\"\n\"2024-07-16T06:00:00.000Z\",\"0.01038\",\"0.010143\"\n\"2024-07-16T06:05:00.000Z\",\"0.010492\",\"0.010242\"\n\"2024-07-16T06:10:00.000Z\",\"0.011055\",\"0.010802\"\n\"2024-07-16T06:15:00.000Z\",\"0.010739\",\"0.010503\"\n\"2024-07-16T06:20:00.000Z\",\"0.010429\",\"0.010187\"\n\"2024-07-16T06:25:00.000Z\",\"0.010568\",\"0.01032\"\n\"2024-07-16T06:30:00.000Z\",\"0.010956\",\"0.010714\"\n\"2024-07-16T06:35:00.000Z\",\"0.010757\",\"0.010508\"\n\"2024-07-16T06:40:00.000Z\",\"0.010795\",\"0.010549\"\n\"2024-07-16T06:45:00.000Z\",\"0.010937\",\"0.010695\"\n\"2024-07-16T06:50:00.000Z\",\"0.01069\",\"0.010431\"\n\"2024-07-16T06:55:00.000Z\",\"0.01115\",\"0.010892\"\n\"2024-07-16T07:00:00.000Z\",\"0.011224\",\"0.010966\"\n\"2024-07-16T07:05:00.000Z\",\"0.010757\",\"0.010526\"\n\"2024-07-16T07:10:00.000Z\",\"0.010415\",\"0.010185\"\n\"2024-07-16T07:15:00.000Z\",\"0.010521\",\"0.010278\"\n\"2024-07-16T07:20:00.000Z\",\"0.010655\",\"0.010417\"\n\"2024-07-16T07:25:00.000Z\",\"0.01052\",\"0.010277\"\n\"2024-07-16T07:30:00.000Z\",\"0.008076\",\"0.007901\"\n\"2024-07-16T07:35:00.000Z\",\"0.006353\",\"0.006228\"\n\"2024-07-16T07:40:00.000Z\",\"0.006504\",\"0.006362\"\n\"2024-07-16T07:45:00.000Z\",\"0.006241\",\"0.006116\"\n\"2024-07-16T07:50:00.000Z\",\"0.0062\",\"0.00608\"\n\"2024-07-16T07:55:00.000Z\",\"0.006767\",\"0.006625\"\n\"2024-07-16T08:00:00.000Z\",\"0.006181\",\"0.006058\"\n\"2024-07-16T08:05:00.000Z\",\"0.009018\",\"0.008836\"\n\"2024-07-16T08:10:00.000Z\",\"0.006258\",\"0.006132\"\n\"2024-07-16T08:15:00.000Z\",\"0.006184\",\"0.006044\"\n\"2024-07-16T08:20:00.000Z\",\"0.005826\",\"0.005712\"\n\"2024-07-16T08:25:00.000Z\",\"0.00615\",\"0.006025\"\n\"2024-07-16T08:30:00.000Z\",\"0.006278\",\"0.006159\"\n\"2024-07-16T08:35:00.000Z\",\"0.006101\",\"0.005982\"\n\"2024-07-16T08:40:00.000Z\",\"0.006045\",\"0.005907\"\n\"2024-07-16T08:45:00.000Z\",\"0.00647\",\"0.006341\"\n\"2024-07-16T08:50:00.000Z\",\"0.006083\",\"0.005969\"\n\"2024-07-16T08:55:00.000Z\",\"0.006659\",\"0.006532\"\n\"2024-07-16T09:00:00.000Z\",\"0.009844\",\"0.009619\"\n\"2024-07-16T09:05:00.000Z\",\"0.011237\",\"0.010998\"\n\"2024-07-16T09:10:00.000Z\",\"0.010655\",\"0.010439\"\n\"2024-07-16T09:15:00.000Z\",\"0.01083\",\"0.010583\"\n\"2024-07-16T09:20:00.000Z\",\"0.010551\",\"0.010314\"\n\"2024-07-16T09:25:00.000Z\",\"0.010846\",\"0.010595\"\n\"2024-07-16T09:30:00.000Z\",\"0.010491\",\"0.010246\"\n\"2024-07-16T09:35:00.000Z\",\"0.011112\",\"0.010847\"\n\"2024-07-16T09:40:00.000Z\",\"0.010513\",\"0.010271\"\n\"2024-07-16T09:45:00.000Z\",\"0.010571\",\"0.010323\"\n\"2024-07-16T09:50:00.000Z\",\"0.0111\",\"0.010844\"\n\"2024-07-16T09:55:00.000Z\",\"0.010777\",\"0.010504\"\n\"2024-07-16T10:00:00.000Z\",\"0.010494\",\"0.010251\"\n\"2024-07-16T10:05:00.000Z\",\"0.010763\",\"0.010516\"\n\"2024-07-16T10:10:00.000Z\",\"0.011343\",\"0.011088\"\n\"2024-07-16T10:15:00.000Z\",\"0.010716\",\"0.010487\"\n\"2024-07-16T10:20:00.000Z\",\"0.010575\",\"0.010336\"\n\"2024-07-16T10:25:00.000Z\",\"0.010966\",\"0.010735\"\n\"2024-07-16T10:30:00.000Z\",\"0.01071\",\"0.010481\"\n\"2024-07-16T10:35:00.000Z\",\"0.01048\",\"0.010262\"\n\"2024-07-16T10:40:00.000Z\",\"0.01075\",\"0.010526\"\n\"2024-07-16T10:45:00.000Z\",\"0.010761\",\"0.010538\"\n\"2024-07-16T10:50:00.000Z\",\"0.011186\",\"0.010959\"\n\"2024-07-16T10:55:00.000Z\",\"0.010555\",\"0.010327\"\n\"2024-07-16T11:00:00.000Z\",\"0.010923\",\"0.010668\"\n\"2024-07-16T11:05:00.000Z\",\"0.010502\",\"0.010275\"\n\"2024-07-16T11:10:00.000Z\",\"0.0106\",\"0.010367\"\n\"2024-07-16T11:15:00.000Z\",\"0.010407\",\"0.010183\"\n\"2024-07-16T11:20:00.000Z\",\"0.01104\",\"0.010804\"\n\"2024-07-16T11:25:00.000Z\",\"0.011415\",\"0.011191\"\n\"2024-07-16T11:30:00.000Z\",\"0.010488\",\"0.010266\"\n\"2024-07-16T11:35:00.000Z\",\"0.010767\",\"0.010545\"\n\"2024-07-16T11:40:00.000Z\",\"0.01032\",\"0.010104\"\n\"2024-07-16T11:45:00.000Z\",\"0.010741\",\"0.01051\"\n\"2024-07-16T11:50:00.000Z\",\"0.010873\",\"0.010644\"\n\"2024-07-16T11:55:00.000Z\",\"0.010969\",\"0.010731\"\n\"2024-07-16T12:00:00.000Z\",\"0.010508\",\"0.010271\"\n\"2024-07-16T12:05:00.000Z\",\"0.010683\",\"0.01045\"\n\"2024-07-16T12:10:00.000Z\",\"0.013196\",\"0.012912\"\n\"2024-07-16T12:15:00.000Z\",\"0.010831\",\"0.010604\"\n\"2024-07-16T12:20:00.000Z\",\"0.010442\",\"0.010224\"\n\"2024-07-16T12:25:00.000Z\",\"0.010553\",\"0.010327\"\n\"2024-07-16T12:30:00.000Z\",\"0.01024\",\"0.010014\"\n\"2024-07-16T12:35:00.000Z\",\"0.011025\",\"0.010791\"\n\"2024-07-16T12:40:00.000Z\",\"0.010613\",\"0.010392\"\n\"2024-07-16T12:45:00.000Z\",\"0.010772\",\"0.010542\"\n\"2024-07-16T12:50:00.000Z\",\"0.011052\",\"0.01084\"\n\"2024-07-16T12:55:00.000Z\",\"0.011293\",\"0.011056\"\n\"2024-07-16T13:00:00.000Z\",\"0.010674\",\"0.010435\"\n\"2024-07-16T13:05:00.000Z\",\"0.010829\",\"0.01061\"\n\"2024-07-16T13:10:00.000Z\",\"0.01063\",\"0.010393\"\n\"2024-07-16T13:15:00.000Z\",\"0.010563\",\"0.010341\"\n\"2024-07-16T13:20:00.000Z\",\"0.007785\",\"0.007638\"\n\"2024-07-16T13:25:00.000Z\",\"0.008328\",\"0.00816\"\n\"2024-07-16T13:30:00.000Z\",\"0.010577\",\"0.010348\"\n\"2024-07-16T13:35:00.000Z\",\"0.01072\",\"0.010494\"\n\"2024-07-16T13:40:00.000Z\",\"0.010471\",\"0.010255\"\n\"2024-07-16T13:45:00.000Z\",\"0.010597\",\"0.010379\"\n\"2024-07-16T13:50:00.000Z\",\"0.010575\",\"0.010358\"\n\"2024-07-16T13:55:00.000Z\",\"0.011309\",\"0.011074\"\n\"2024-07-16T14:00:00.000Z\",\"0.011312\",\"0.011073\"\n\"2024-07-16T14:05:00.000Z\",\"0.01053\",\"0.010309\"\n\"2024-07-16T14:10:00.000Z\",\"0.010466\",\"0.010251\"\n\"2024-07-16T14:15:00.000Z\",\"0.010805\",\"0.01057\"\n\"2024-07-16T14:20:00.000Z\",\"0.010651\",\"0.010426\"\n\"2024-07-16T14:25:00.000Z\",\"0.010829\",\"0.010596\"\n\"2024-07-16T14:30:00.000Z\",\"0.010581\",\"0.010332\"\n\"2024-07-16T14:35:00.000Z\",\"0.010775\",\"0.010549\"\n\"2024-07-16T14:40:00.000Z\",\"0.010344\",\"0.010127\"\n\"2024-07-16T14:45:00.000Z\",\"0.010768\",\"0.010534\"\n\"2024-07-16T14:50:00.000Z\",\"0.010409\",\"0.010194\"\n\"2024-07-16T14:55:00.000Z\",\"0.01036\",\"0.010129\"\n\"2024-07-16T15:00:00.000Z\",\"0.011242\",\"0.011016\"\n\"2024-07-16T15:05:00.000Z\",\"0.010502\",\"0.010275\"\n\"2024-07-16T15:10:00.000Z\",\"0.010399\",\"0.010176\"\n\"2024-07-16T15:15:00.000Z\",\"0.010696\",\"0.010482\"\n\"2024-07-16T15:20:00.000Z\",\"0.010607\",\"0.010382\"\n\"2024-07-16T15:25:00.000Z\",\"0.011256\",\"0.011096\"\n\"2024-07-16T15:30:00.000Z\",\"0.010607\",\"0.010303\"\n\"2024-07-16T15:35:00.000Z\",\"0.010446\",\"0.010227\"\n\"2024-07-16T15:40:00.000Z\",\"0.010943\",\"0.010695\"\n\"2024-07-16T15:45:00.000Z\",\"0.010642\",\"0.010409\"\n\"2024-07-16T15:50:00.000Z\",\"0.01271\",\"0.012438\"\n\"2024-07-16T15:55:00.000Z\",\"0.011133\",\"0.010889\"\n\"2024-07-16T16:00:00.000Z\",\"0.010832\",\"0.010571\"\n\"2024-07-16T16:05:00.000Z\",\"0.01069\",\"0.010443\"\n\"2024-07-16T16:10:00.000Z\",\"0.010678\",\"0.010434\"\n\"2024-07-16T16:15:00.000Z\",\"0.011142\",\"0.010881\"\n\"2024-07-16T16:20:00.000Z\",\"0.010386\",\"0.010143\"\n\"2024-07-16T16:25:00.000Z\",\"0.010852\",\"0.010604\"\n\"2024-07-16T16:30:00.000Z\",\"0.010784\",\"0.010519\"\n\"2024-07-16T16:35:00.000Z\",\"0.010666\",\"0.010407\"\n\"2024-07-16T16:40:00.000Z\",\"0.010605\",\"0.010364\"\n\"2024-07-16T16:45:00.000Z\",\"0.010608\",\"0.010363\"\n\"2024-07-16T16:50:00.000Z\",\"0.010763\",\"0.010505\"\n\"2024-07-16T16:55:00.000Z\",\"0.011217\",\"0.010958\"\n\"2024-07-16T17:00:00.000Z\",\"0.010843\",\"0.010592\"\n\"2024-07-16T17:05:00.000Z\",\"0.010505\",\"0.010275\"\n\"2024-07-16T17:10:00.000Z\",\"0.01085\",\"0.01061\"\n\"2024-07-16T17:15:00.000Z\",\"0.010634\",\"0.010385\"\n\"2024-07-16T17:20:00.000Z\",\"0.01053\",\"0.010274\"\n\"2024-07-16T17:25:00.000Z\",\"0.010546\",\"0.010319\"\n\"2024-07-16T17:30:00.000Z\",\"0.01097\",\"0.01071\"\n\"2024-07-16T17:35:00.000Z\",\"0.010611\",\"0.010378\"\n\"2024-07-16T17:40:00.000Z\",\"0.010475\",\"0.010226\"\n\"2024-07-16T17:45:00.000Z\",\"0.010603\",\"0.010363\"\n\"2024-07-16T17:50:00.000Z\",\"0.010957\",\"0.010717\"\n\"2024-07-16T17:55:00.000Z\",\"0.01073\",\"0.010471\"\n\"2024-07-16T18:00:00.000Z\",\"0.010943\",\"0.010708\"\n\"2024-07-16T18:05:00.000Z\",\"0.010615\",\"0.010368\"\n\"2024-07-16T18:10:00.000Z\",\"0.011048\",\"0.010767\"\n\"2024-07-16T18:15:00.000Z\",\"0.011209\",\"0.010945\"\n\"2024-07-16T18:20:00.000Z\",\"0.010755\",\"0.010496\"\n\"2024-07-16T18:25:00.000Z\",\"0.01078\",\"0.010518\"\n\"2024-07-16T18:30:00.000Z\",\"0.010742\",\"0.010472\"\n\"2024-07-16T18:35:00.000Z\",\"0.010761\",\"0.010514\"\n\"2024-07-16T18:40:00.000Z\",\"0.010572\",\"0.010325\"\n\"2024-07-16T18:45:00.000Z\",\"0.010863\",\"0.010596\"\n\"2024-07-16T18:50:00.000Z\",\"0.01053\",\"0.010281\"\n\"2024-07-16T18:55:00.000Z\",\"0.010408\",\"0.010148\"\n\"2024-07-16T19:00:00.000Z\",\"0.011315\",\"0.011047\"\n\"2024-07-16T19:05:00.000Z\",\"0.011003\",\"0.010743\"\n\"2024-07-16T19:10:00.000Z\",\"0.0106\",\"0.010361\"\n\"2024-07-16T19:15:00.000Z\",\"0.010784\",\"0.010511\"\n\"2024-07-16T19:20:00.000Z\",\"0.010901\",\"0.01064\"\n\"2024-07-16T19:25:00.000Z\",\"0.010774\",\"0.010522\"\n\"2024-07-16T19:30:00.000Z\",\"0.012905\",\"0.012592\"\n\"2024-07-16T19:35:00.000Z\",\"0.010765\",\"0.010496\"\n\"2024-07-16T19:40:00.000Z\",\"0.011653\",\"0.011384\"\n\"2024-07-16T19:45:00.000Z\",\"0.010444\",\"0.010199\"\n\"2024-07-16T19:50:00.000Z\",\"0.010709\",\"0.010443\"\n\"2024-07-16T19:55:00.000Z\",\"0.010693\",\"0.010454\"\n\"2024-07-16T20:00:00.000Z\",\"0.010848\",\"0.010587\"\n\"2024-07-16T20:05:00.000Z\",\"0.011284\",\"0.011022\"\n\"2024-07-16T20:10:00.000Z\",\"0.010606\",\"0.010309\"\n\"2024-07-16T20:15:00.000Z\",\"0.010618\",\"0.010369\"\n\"2024-07-16T20:20:00.000Z\",\"0.010825\",\"0.010579\"\n\"2024-07-16T20:25:00.000Z\",\"0.010767\",\"0.010505\"\n\"2024-07-16T20:30:00.000Z\",\"0.010424\",\"0.010172\"\n\"2024-07-16T20:35:00.000Z\",\"0.010913\",\"0.010632\"\n\"2024-07-16T20:40:00.000Z\",\"0.010453\",\"0.010222\"\n\"2024-07-16T20:45:00.000Z\",\"0.011337\",\"0.011071\"\n\"2024-07-16T20:50:00.000Z\",\"0.010718\",\"0.010447\"\n\"2024-07-16T20:55:00.000Z\",\"0.010958\",\"0.010692\"\n\"2024-07-16T21:00:00.000Z\",\"0.010613\",\"0.010361\"\n\"2024-07-16T21:05:00.000Z\",\"0.010924\",\"0.010659\"\n\"2024-07-16T21:10:00.000Z\",\"0.010967\",\"0.01071\"\n\"2024-07-16T21:15:00.000Z\",\"0.010768\",\"0.010509\"\n\"2024-07-16T21:20:00.000Z\",\"0.010761\",\"0.010495\"\n\"2024-07-16T21:25:00.000Z\",\"0.010523\",\"0.010262\"\n\"2024-07-16T21:30:00.000Z\",\"0.010494\",\"0.010244\"\n\"2024-07-16T21:35:00.000Z\",\"0.010979\",\"0.010683\"\n\"2024-07-16T21:40:00.000Z\",\"0.010727\",\"0.010444\"\n\"2024-07-16T21:45:00.000Z\",\"0.01077\",\"0.010504\"\n\"2024-07-16T21:50:00.000Z\",\"0.010673\",\"0.010427\"\n\"2024-07-16T21:55:00.000Z\",\"0.010783\",\"0.010518\"\n\"2024-07-16T22:00:00.000Z\",\"0.010694\",\"0.010418\"\n\"2024-07-16T22:05:00.000Z\",\"0.010521\",\"0.010267\"\n\"2024-07-16T22:10:00.000Z\",\"0.011202\",\"0.010951\"\n\"2024-07-16T22:15:00.000Z\",\"0.011435\",\"0.011158\"\n\"2024-07-16T22:20:00.000Z\",\"0.010635\",\"0.010382\"\n\"2024-07-16T22:25:00.000Z\",\"0.010803\",\"0.010529\"\n\"2024-07-16T22:30:00.000Z\",\"0.010693\",\"0.010444\"\n\"2024-07-16T22:35:00.000Z\",\"0.010532\",\"0.010281\"\n\"2024-07-16T22:40:00.000Z\",\"0.010839\",\"0.010579\"\n\"2024-07-16T22:45:00.000Z\",\"0.010886\",\"0.010615\"\n\"2024-07-16T22:50:00.000Z\",\"0.010577\",\"0.010318\"\n\"2024-07-16T22:55:00.000Z\",\"0.010629\",\"0.010369\"\n\"2024-07-16T23:00:00.000Z\",\"0.010634\",\"0.010386\"\n\"2024-07-16T23:05:00.000Z\",\"0.011339\",\"0.011065\"\n\"2024-07-16T23:10:00.000Z\",\"0.010325\",\"0.01009\"\n\"2024-07-16T23:15:00.000Z\",\"0.010763\",\"0.010505\"\n\"2024-07-16T23:20:00.000Z\",\"0.010533\",\"0.010285\"\n\"2024-07-16T23:25:00.000Z\",\"0.010841\",\"0.010575\"\n\"2024-07-16T23:30:00.000Z\",\"0.01082\",\"0.010553\"\n\"2024-07-16T23:35:00.000Z\",\"0.011655\",\"0.011363\"\n\"2024-07-16T23:40:00.000Z\",\"0.010541\",\"0.010292\"\n\"2024-07-16T23:45:00.000Z\",\"0.01061\",\"0.010329\"\n\"2024-07-16T23:50:00.000Z\",\"0.012994\",\"0.012697\"\n\"2024-07-16T23:55:00.000Z\",\"0.011015\",\"0.010748\"\n\"2024-07-17T00:00:00.000Z\",\"0.010553\",\"0.010284\"\n\"2024-07-17T00:05:00.000Z\",\"0.010763\",\"0.010453\"\n\"2024-07-17T00:10:00.000Z\",\"0.011284\",\"0.011025\"\n\"2024-07-17T00:15:00.000Z\",\"0.010778\",\"0.010531\"\n\"2024-07-17T00:20:00.000Z\",\"0.01067\",\"0.010408\"\n\"2024-07-17T00:25:00.000Z\",\"0.010772\",\"0.010506\"\n\"2024-07-17T00:30:00.000Z\",\"0.010693\",\"0.010439\"\n\"2024-07-17T00:35:00.000Z\",\"0.010893\",\"0.010619\"\n\"2024-07-17T00:40:00.000Z\",\"0.011345\",\"0.011076\"\n\"2024-07-17T00:45:00.000Z\",\"0.010714\",\"0.010456\"\n\"2024-07-17T00:50:00.000Z\",\"0.010603\",\"0.01034\"\n\"2024-07-17T00:55:00.000Z\",\"0.010966\",\"0.010692\"\n\"2024-07-17T01:00:00.000Z\",\"0.010586\",\"0.01033\"\n\"2024-07-17T01:05:00.000Z\",\"0.010679\",\"0.010425\"\n\"2024-07-17T01:10:00.000Z\",\"0.011009\",\"0.010748\"\n\"2024-07-17T01:15:00.000Z\",\"0.011094\",\"0.010821\"\n\"2024-07-17T01:20:00.000Z\",\"0.010688\",\"0.01042\"\n\"2024-07-17T01:25:00.000Z\",\"0.01075\",\"0.010489\"\n\"2024-07-17T01:30:00.000Z\",\"0.010551\",\"0.010305\"\n\"2024-07-17T01:35:00.000Z\",\"0.011134\",\"0.01087\"\n\"2024-07-17T01:40:00.000Z\",\"0.010722\",\"0.010483\"\n\"2024-07-17T01:45:00.000Z\",\"0.010642\",\"0.010406\"\n\"2024-07-17T01:50:00.000Z\",\"0.010619\",\"0.010365\"\n\"2024-07-17T01:55:00.000Z\",\"0.011049\",\"0.010773\"\n\"2024-07-17T02:00:00.000Z\",\"0.010633\",\"0.010378\"\n\"2024-07-17T02:05:00.000Z\",\"0.011317\",\"0.011059\"\n\"2024-07-17T02:10:00.000Z\",\"0.010529\",\"0.010267\"\n\"2024-07-17T02:15:00.000Z\",\"0.011512\",\"0.011263\"\n\"2024-07-17T02:20:00.000Z\",\"0.010732\",\"0.010466\"\n\"2024-07-17T02:25:00.000Z\",\"0.010551\",\"0.010289\"\n\"2024-07-17T02:30:00.000Z\",\"0.010679\",\"0.010425\"\n\"2024-07-17T02:35:00.000Z\",\"0.01092\",\"0.010637\"\n\"2024-07-17T02:40:00.000Z\",\"0.010608\",\"0.010353\"\n\"2024-07-17T02:45:00.000Z\",\"0.010772\",\"0.010505\"\n\"2024-07-17T02:50:00.000Z\",\"0.010722\",\"0.010467\"\n\"2024-07-17T02:55:00.000Z\",\"0.010853\",\"0.010593\"\n\"2024-07-17T03:00:00.000Z\",\"0.010593\",\"0.010346\"\n\"2024-07-17T03:05:00.000Z\",\"0.010532\",\"0.010287\"\n\"2024-07-17T03:10:00.000Z\",\"0.010634\",\"0.010386\"\n\"2024-07-17T03:15:00.000Z\",\"0.011511\",\"0.011243\"\n\"2024-07-17T03:20:00.000Z\",\"0.01086\",\"0.010577\"\n\"2024-07-17T03:25:00.000Z\",\"0.011391\",\"0.011125\"\n\"2024-07-17T03:30:00.000Z\",\"0.011053\",\"0.010763\"\n\"2024-07-17T03:35:00.000Z\",\"0.010661\",\"0.010399\"\n\"2024-07-17T03:40:00.000Z\",\"0.01103\",\"0.010768\"\n\"2024-07-17T03:45:00.000Z\",\"0.01269\",\"0.012407\"\n\"2024-07-17T03:50:00.000Z\",\"0.011108\",\"0.010821\"\n\"2024-07-17T03:55:00.000Z\",\"0.010611\",\"0.010352\"\n\"2024-07-17T04:00:00.000Z\",\"0.010648\",\"0.010385\"\n\"2024-07-17T04:05:00.000Z\",\"0.010523\",\"0.010286\"\n\"2024-07-17T04:10:00.000Z\",\"0.011044\",\"0.010779\"\n\"2024-07-17T04:15:00.000Z\",\"0.01118\",\"0.010919\"\n\"2024-07-17T04:20:00.000Z\",\"0.010512\",\"0.010286\"\n\"2024-07-17T04:25:00.000Z\",\"0.01081\",\"0.010581\"\n\"2024-07-17T04:30:00.000Z\",\"0.010731\",\"0.010497\"\n\"2024-07-17T04:35:00.000Z\",\"0.010482\",\"0.010235\"\n\"2024-07-17T04:40:00.000Z\",\"0.010698\",\"0.010432\"\n\"2024-07-17T04:45:00.000Z\",\"0.010773\",\"0.010543\"\n\"2024-07-17T04:50:00.000Z\",\"0.01085\",\"0.010607\"\n\"2024-07-17T04:55:00.000Z\",\"0.011341\",\"0.011099\"\n\"2024-07-17T05:00:00.000Z\",\"0.01064\",\"0.010394\"\n\"2024-07-17T05:05:00.000Z\",\"0.010525\",\"0.010276\"\n\"2024-07-17T05:10:00.000Z\",\"0.011192\",\"0.010941\"\n\"2024-07-17T05:15:00.000Z\",\"0.010694\",\"0.010449\"\n\"2024-07-17T05:20:00.000Z\",\"0.010603\",\"0.010383\"\n\"2024-07-17T05:25:00.000Z\",\"0.010964\",\"0.010739\"\n\"2024-07-17T05:30:00.000Z\",\"0.010806\",\"0.010558\"\n\"2024-07-17T05:35:00.000Z\",\"0.010422\",\"0.010195\"\n\"2024-07-17T05:40:00.000Z\",\"0.010599\",\"0.010345\"\n\"2024-07-17T05:45:00.000Z\",\"0.010575\",\"0.010337\"\n\"2024-07-17T05:50:00.000Z\",\"0.010886\",\"0.010593\"\n\"2024-07-17T05:55:00.000Z\",\"0.010643\",\"0.010387\"\n\"2024-07-17T06:00:00.000Z\",\"0.010639\",\"0.010387\"\n\"2024-07-17T06:05:00.000Z\",\"0.011427\",\"0.011196\"\n\"2024-07-17T06:10:00.000Z\",\"0.010576\",\"0.010346\"\n\"2024-07-17T06:15:00.000Z\",\"0.011455\",\"0.011208\"\n\"2024-07-17T06:20:00.000Z\",\"0.010428\",\"0.010191\"\n\"2024-07-17T06:25:00.000Z\",\"0.010646\",\"0.01041\"\n\"2024-07-17T06:30:00.000Z\",\"0.010605\",\"0.010353\"\n\"2024-07-17T06:35:00.000Z\",\"0.010984\",\"0.010734\"\n\"2024-07-17T06:40:00.000Z\",\"0.010544\",\"0.010302\"\n\"2024-07-17T06:45:00.000Z\",\"0.010714\",\"0.010476\"\n\"2024-07-17T06:50:00.000Z\",\"0.010646\",\"0.010403\"\n\"2024-07-17T06:55:00.000Z\",\"0.010839\",\"0.010607\"\n\"2024-07-17T07:00:00.000Z\",\"0.010533\",\"0.010289\"\n\"2024-07-17T07:05:00.000Z\",\"0.010542\",\"0.010308\"\n\"2024-07-17T07:10:00.000Z\",\"0.011328\",\"0.011084\"\n\"2024-07-17T07:15:00.000Z\",\"0.010819\",\"0.010573\"\n\"2024-07-17T07:20:00.000Z\",\"0.011074\",\"0.010843\"\n\"2024-07-17T07:25:00.000Z\",\"0.010624\",\"0.010377\"\n\"2024-07-17T07:30:00.000Z\",\"0.010582\",\"0.010346\"\n\"2024-07-17T07:35:00.000Z\",\"0.01081\",\"0.010561\"\n\"2024-07-17T07:40:00.000Z\",\"0.010703\",\"0.010443\"\n\"2024-07-17T07:45:00.000Z\",\"0.010522\",\"0.010287\"\n\"2024-07-17T07:50:00.000Z\",\"0.01041\",\"0.01017\"\n\"2024-07-17T07:55:00.000Z\",\"0.011004\",\"0.010759\"\n\"2024-07-17T08:00:00.000Z\",\"0.012854\",\"0.012566\"\n\"2024-07-17T08:05:00.000Z\",\"0.010555\",\"0.010312\"\n\"2024-07-17T08:10:00.000Z\",\"0.010873\",\"0.010612\"\n\"2024-07-17T08:15:00.000Z\",\"0.01056\",\"0.010321\"\n\"2024-07-17T08:20:00.000Z\",\"0.010753\",\"0.010505\"\n\"2024-07-17T08:25:00.000Z\",\"0.011142\",\"0.010888\"\n\"2024-07-17T08:30:00.000Z\",\"0.010471\",\"0.010236\"\n\"2024-07-17T08:35:00.000Z\",\"0.011031\",\"0.010773\"\n\"2024-07-17T08:40:00.000Z\",\"0.011437\",\"0.011153\"\n\"2024-07-17T08:45:00.000Z\",\"0.010792\",\"0.010538\"\n\"2024-07-17T08:50:00.000Z\",\"0.01072\",\"0.010462\"\n\"2024-07-17T08:55:00.000Z\",\"0.010731\",\"0.010463\"\n\"2024-07-17T09:00:00.000Z\",\"0.010616\",\"0.010376\"\n\"2024-07-17T09:05:00.000Z\",\"0.010762\",\"0.010505\"\n\"2024-07-17T09:10:00.000Z\",\"0.010325\",\"0.010082\"\n\"2024-07-17T09:15:00.000Z\",\"0.010724\",\"0.010474\"\n\"2024-07-17T09:20:00.000Z\",\"0.010925\",\"0.010658\"\n\"2024-07-17T09:25:00.000Z\",\"0.010695\",\"0.010439\"\n\"2024-07-17T09:30:00.000Z\",\"0.010443\",\"0.01019\"\n\"2024-07-17T09:35:00.000Z\",\"0.011272\",\"0.011018\"\n\"2024-07-17T09:40:00.000Z\",\"0.010663\",\"0.010402\"\n\"2024-07-17T09:45:00.000Z\",\"0.010765\",\"0.010509\"\n\"2024-07-17T09:50:00.000Z\",\"0.010815\",\"0.010551\"\n\"2024-07-17T09:55:00.000Z\",\"0.011552\",\"0.011278\"\n\"2024-07-17T10:00:00.000Z\",\"0.010527\",\"0.010264\"\n\"2024-07-17T10:05:00.000Z\",\"0.010627\",\"0.010368\"\n\"2024-07-17T10:10:00.000Z\",\"0.010738\",\"0.010464\"\n\"2024-07-17T10:15:00.000Z\",\"0.011014\",\"0.010737\"\n\"2024-07-17T10:20:00.000Z\",\"0.010547\",\"0.0103\"\n\"2024-07-17T10:25:00.000Z\",\"0.010728\",\"0.010466\"\n\"2024-07-17T10:30:00.000Z\",\"0.010685\",\"0.010425\"\n\"2024-07-17T10:35:00.000Z\",\"0.010865\",\"0.010604\"\n\"2024-07-17T10:40:00.000Z\",\"0.011113\",\"0.01085\"\n\"2024-07-17T10:45:00.000Z\",\"0.010618\",\"0.010355\"\n\"2024-07-17T10:50:00.000Z\",\"0.010476\",\"0.010223\"\n\"2024-07-17T10:55:00.000Z\",\"0.010713\",\"0.010454\"\n\"2024-07-17T11:00:00.000Z\",\"0.010881\",\"0.010625\"\n\"2024-07-17T11:05:00.000Z\",\"0.010683\",\"0.010397\"\n\"2024-07-17T11:10:00.000Z\",\"0.01063\",\"0.010367\"\n\"2024-07-17T11:15:00.000Z\",\"0.011322\",\"0.011074\"\n\"2024-07-17T11:20:00.000Z\",\"0.010631\",\"0.010392\"\n\"2024-07-17T11:25:00.000Z\",\"0.011223\",\"0.010933\"\n\"2024-07-17T11:30:00.000Z\",\"0.010695\",\"0.010443\"\n\"2024-07-17T11:35:00.000Z\",\"0.010471\",\"0.0102\"\n\"2024-07-17T11:40:00.000Z\",\"0.011209\",\"0.010955\"\n\"2024-07-17T11:45:00.000Z\",\"0.010839\",\"0.01057\"\n\"2024-07-17T11:50:00.000Z\",\"0.010936\",\"0.010665\"\n\"2024-07-17T11:55:00.000Z\",\"0.010556\",\"0.010303\"\n\"2024-07-17T12:00:00.000Z\",\"0.010703\",\"0.010446\"\n\"2024-07-17T12:05:00.000Z\",\"0.010653\",\"0.010407\"\n\"2024-07-17T12:10:00.000Z\",\"0.010709\",\"0.010441\"\n\"2024-07-17T12:15:00.000Z\",\"0.010675\",\"0.010427\"\n\"2024-07-17T12:20:00.000Z\",\"0.01298\",\"0.012688\"\n\"2024-07-17T12:25:00.000Z\",\"0.010911\",\"0.010654\"\n\"2024-07-17T12:30:00.000Z\",\"0.010652\",\"0.010397\"\n\"2024-07-17T12:35:00.000Z\",\"0.011585\",\"0.011332\"\n\"2024-07-17T12:40:00.000Z\",\"0.010586\",\"0.010321\"\n\"2024-07-17T12:45:00.000Z\",\"0.010994\",\"0.010738\"\n\"2024-07-17T12:50:00.000Z\",\"0.010946\",\"0.010665\"\n\"2024-07-17T12:55:00.000Z\",\"0.010478\",\"0.010234\"\n\"2024-07-17T13:00:00.000Z\",\"0.010622\",\"0.010387\"\n\"2024-07-17T13:05:00.000Z\",\"0.010634\",\"0.010389\"\n\"2024-07-17T13:10:00.000Z\",\"0.010624\",\"0.010365\"\n\"2024-07-17T13:15:00.000Z\",\"0.010705\",\"0.010435\"\n\"2024-07-17T13:20:00.000Z\",\"0.010907\",\"0.010655\"\n\"2024-07-17T13:25:00.000Z\",\"0.010649\",\"0.010405\"\n\"2024-07-17T13:30:00.000Z\",\"0.010808\",\"0.010553\"\n\"2024-07-17T13:35:00.000Z\",\"0.010652\",\"0.010382\"\n\"2024-07-17T13:40:00.000Z\",\"0.011046\",\"0.010789\"\n\"2024-07-17T13:45:00.000Z\",\"0.011105\",\"0.010817\"\n\"2024-07-17T13:50:00.000Z\",\"0.010803\",\"0.010546\"\n\"2024-07-17T13:55:00.000Z\",\"0.010765\",\"0.010512\"\n\"2024-07-17T14:00:00.000Z\",\"0.0106\",\"0.010346\"\n\"2024-07-17T14:05:00.000Z\",\"0.011243\",\"0.010992\"\n\"2024-07-17T14:10:00.000Z\",\"0.010446\",\"0.010188\"\n\"2024-07-17T14:15:00.000Z\",\"0.010647\",\"0.010381\"\n\"2024-07-17T14:20:00.000Z\",\"0.010827\",\"0.010554\"\n\"2024-07-17T14:25:00.000Z\",\"0.010444\",\"0.010194\"\n\"2024-07-17T14:30:00.000Z\",\"0.010817\",\"0.010562\"\n\"2024-07-17T14:35:00.000Z\",\"0.011124\",\"0.010877\"\n\"2024-07-17T14:40:00.000Z\",\"0.010556\",\"0.010298\"\n\"2024-07-17T14:45:00.000Z\",\"0.010901\",\"0.010646\"\n\"2024-07-17T14:50:00.000Z\",\"0.010782\",\"0.010531\"\n\"2024-07-17T14:55:00.000Z\",\"0.010736\",\"0.010483\"\n\"2024-07-17T15:00:00.000Z\",\"0.010842\",\"0.01058\"\n\"2024-07-17T15:05:00.000Z\",\"0.010613\",\"0.010365\"\n\"2024-07-17T15:10:00.000Z\",\"0.010753\",\"0.010484\"\n\"2024-07-17T15:15:00.000Z\",\"0.010912\",\"0.010642\"\n\"2024-07-17T15:20:00.000Z\",\"0.010691\",\"0.010458\"\n\"2024-07-17T15:25:00.000Z\",\"0.011319\",\"0.011043\"\n\"2024-07-17T15:30:00.000Z\",\"0.010793\",\"0.01052\"\n\"2024-07-17T15:35:00.000Z\",\"0.01128\",\"0.011017\"\n\"2024-07-17T15:40:00.000Z\",\"0.010933\",\"0.010668\"\n\"2024-07-17T15:45:00.000Z\",\"0.010902\",\"0.010651\"\n\"2024-07-17T15:50:00.000Z\",\"0.01081\",\"0.010533\"\n\"2024-07-17T15:55:00.000Z\",\"0.010544\",\"0.010294\"\n\"2024-07-17T16:00:00.000Z\",\"0.010471\",\"0.010217\"\n\"2024-07-17T16:05:00.000Z\",\"0.010973\",\"0.010716\"\n\"2024-07-17T16:10:00.000Z\",\"0.010499\",\"0.010248\"\n\"2024-07-17T16:15:00.000Z\",\"0.010648\",\"0.010388\"\n\"2024-07-17T16:20:00.000Z\",\"0.010786\",\"0.010515\"\n\"2024-07-17T16:25:00.000Z\",\"0.013171\",\"0.012864\"\n\"2024-07-17T16:30:00.000Z\",\"0.011361\",\"0.011093\"\n\"2024-07-17T16:35:00.000Z\",\"0.010982\",\"0.010712\"\n\"2024-07-17T16:40:00.000Z\",\"0.011129\",\"0.010869\"\n\"2024-07-17T16:45:00.000Z\",\"0.010754\",\"0.010472\"\n\"2024-07-17T16:50:00.000Z\",\"0.01072\",\"0.010436\"\n\"2024-07-17T16:55:00.000Z\",\"0.010424\",\"0.010187\"\n\"2024-07-17T17:00:00.000Z\",\"0.010939\",\"0.010684\"\n\"2024-07-17T17:05:00.000Z\",\"0.010821\",\"0.010574\"\n\"2024-07-17T17:10:00.000Z\",\"0.010541\",\"0.010287\"\n\"2024-07-17T17:15:00.000Z\",\"0.0107\",\"0.01046\"\n\"2024-07-17T17:20:00.000Z\",\"0.011162\",\"0.010913\"\n\"2024-07-17T17:25:00.000Z\",\"0.010693\",\"0.01046\"\n\"2024-07-17T17:30:00.000Z\",\"0.010856\",\"0.010558\"\n\"2024-07-17T17:35:00.000Z\",\"0.012109\",\"0.011842\"\n\"2024-07-17T17:40:00.000Z\",\"0.010295\",\"0.010046\"\n\"2024-07-17T17:45:00.000Z\",\"0.010922\",\"0.010657\"\n\"2024-07-17T17:50:00.000Z\",\"0.010608\",\"0.010349\"\n\"2024-07-17T17:55:00.000Z\",\"0.010872\",\"0.010609\"\n\"2024-07-17T18:00:00.000Z\",\"0.010927\",\"0.010678\"\n\"2024-07-17T18:05:00.000Z\",\"0.01077\",\"0.010497\"\n\"2024-07-17T18:10:00.000Z\",\"0.010717\",\"0.010459\"\n\"2024-07-17T18:15:00.000Z\",\"0.010684\",\"0.010434\"\n\"2024-07-17T18:20:00.000Z\",\"0.010634\",\"0.010365\"\n\"2024-07-17T18:25:00.000Z\",\"0.010736\",\"0.010482\"\n\"2024-07-17T18:30:00.000Z\",\"0.010964\",\"0.010713\"\n\"2024-07-17T18:35:00.000Z\",\"0.011057\",\"0.01079\"\n\"2024-07-17T18:40:00.000Z\",\"0.010657\",\"0.010409\"\n\"2024-07-17T18:45:00.000Z\",\"0.010703\",\"0.010448\"\n\"2024-07-17T18:50:00.000Z\",\"0.010593\",\"0.010328\"\n\"2024-07-17T18:55:00.000Z\",\"0.010455\",\"0.010185\"\n\"2024-07-17T19:00:00.000Z\",\"0.010801\",\"0.01055\"\n\"2024-07-17T19:05:00.000Z\",\"0.011588\",\"0.011314\"\n\"2024-07-17T19:10:00.000Z\",\"0.010601\",\"0.01034\"\n\"2024-07-17T19:15:00.000Z\",\"0.010747\",\"0.01049\"\n\"2024-07-17T19:20:00.000Z\",\"0.010675\",\"0.010418\"\n\"2024-07-17T19:25:00.000Z\",\"0.011437\",\"0.011155\"\n\"2024-07-17T19:30:00.000Z\",\"0.010921\",\"0.010655\"\n\"2024-07-17T19:35:00.000Z\",\"0.010799\",\"0.010541\"\n\"2024-07-17T19:40:00.000Z\",\"0.010756\",\"0.010507\"\n\"2024-07-17T19:45:00.000Z\",\"0.010492\",\"0.010246\"\n\"2024-07-17T19:50:00.000Z\",\"0.010664\",\"0.01039\"\n\"2024-07-17T19:55:00.000Z\",\"0.010824\",\"0.01057\"\n\"2024-07-17T20:00:00.000Z\",\"0.010843\",\"0.010594\"\n\"2024-07-17T20:05:00.000Z\",\"0.010726\",\"0.010434\"\n\"2024-07-17T20:10:00.000Z\",\"0.010703\",\"0.010435\"\n\"2024-07-17T20:15:00.000Z\",\"0.010682\",\"0.010405\"\n\"2024-07-17T20:20:00.000Z\",\"0.011214\",\"0.010973\"\n\"2024-07-17T20:25:00.000Z\",\"0.013457\",\"0.013142\"\n\"2024-07-17T20:30:00.000Z\",\"0.010746\",\"0.010488\"\n\"2024-07-17T20:35:00.000Z\",\"0.010832\",\"0.010564\"\n\"2024-07-17T20:40:00.000Z\",\"0.010574\",\"0.01031\"\n\"2024-07-17T20:45:00.000Z\",\"0.010484\",\"0.010223\"\n\"2024-07-17T20:50:00.000Z\",\"0.010959\",\"0.01066\"\n\"2024-07-17T20:55:00.000Z\",\"0.010611\",\"0.010364\"\n\"2024-07-17T21:00:00.000Z\",\"0.010692\",\"0.010429\"\n\"2024-07-17T21:05:00.000Z\",\"0.010833\",\"0.010578\"\n\"2024-07-17T21:10:00.000Z\",\"0.010576\",\"0.01032\"\n\"2024-07-17T21:15:00.000Z\",\"0.010984\",\"0.010727\"\n\"2024-07-17T21:20:00.000Z\",\"0.011061\",\"0.010799\"\n\"2024-07-17T21:25:00.000Z\",\"0.010608\",\"0.010358\"\n\"2024-07-17T21:30:00.000Z\",\"0.010528\",\"0.010282\"\n\"2024-07-17T21:35:00.000Z\",\"0.010617\",\"0.010354\"\n\"2024-07-17T21:40:00.000Z\",\"0.011038\",\"0.010765\"\n\"2024-07-17T21:45:00.000Z\",\"0.010967\",\"0.010691\"\n\"2024-07-17T21:50:00.000Z\",\"0.011443\",\"0.011177\"\n\"2024-07-17T21:55:00.000Z\",\"0.010686\",\"0.010415\"\n\"2024-07-17T22:00:00.000Z\",\"0.010633\",\"0.010372\"\n\"2024-07-17T22:05:00.000Z\",\"0.010533\",\"0.010282\"\n\"2024-07-17T22:10:00.000Z\",\"0.01104\",\"0.010771\"\n\"2024-07-17T22:15:00.000Z\",\"0.010699\",\"0.010428\"\n\"2024-07-17T22:20:00.000Z\",\"0.010673\",\"0.010399\"\n\"2024-07-17T22:25:00.000Z\",\"0.01124\",\"0.010977\"\n\"2024-07-17T22:30:00.000Z\",\"0.010337\",\"0.010096\"\n\"2024-07-17T22:35:00.000Z\",\"0.010652\",\"0.010409\"\n\"2024-07-17T22:40:00.000Z\",\"0.010795\",\"0.010532\"\n\"2024-07-17T22:45:00.000Z\",\"0.010671\",\"0.010403\"\n\"2024-07-17T22:50:00.000Z\",\"0.010874\",\"0.010608\"\n\"2024-07-17T22:55:00.000Z\",\"0.010644\",\"0.01036\"\n\"2024-07-17T23:00:00.000Z\",\"0.010796\",\"0.010534\"\n\"2024-07-17T23:05:00.000Z\",\"0.010835\",\"0.010585\"\n\"2024-07-17T23:10:00.000Z\",\"0.010825\",\"0.010554\"\n\"2024-07-17T23:15:00.000Z\",\"0.011365\",\"0.011102\"\n\"2024-07-17T23:20:00.000Z\",\"0.011128\",\"0.010842\"\n\"2024-07-17T23:25:00.000Z\",\"0.010493\",\"0.010239\"\n\"2024-07-17T23:30:00.000Z\",\"0.011043\",\"0.010791\"\n\"2024-07-17T23:35:00.000Z\",\"0.01078\",\"0.010523\"\n\"2024-07-17T23:40:00.000Z\",\"0.010543\",\"0.010307\"\n\"2024-07-17T23:45:00.000Z\",\"0.010957\",\"0.010694\"\n\"2024-07-17T23:50:00.000Z\",\"0.010694\",\"0.010444\"\n\"2024-07-17T23:55:00.000Z\",\"0.01091\",\"0.010627\"\n\"2024-07-18T00:00:00.000Z\",\"0.010243\",\"0.009988\"\n\"2024-07-18T00:05:00.000Z\",\"0.010725\",\"0.010463\"\n\"2024-07-18T00:10:00.000Z\",\"0.010675\",\"0.01041\"\n\"2024-07-18T00:15:00.000Z\",\"0.013686\",\"0.013379\"\n\"2024-07-18T00:20:00.000Z\",\"0.011017\",\"0.010766\"\n\"2024-07-18T00:25:00.000Z\",\"0.010814\",\"0.010527\"\n\"2024-07-18T00:30:00.000Z\",\"0.010712\",\"0.010451\"\n\"2024-07-18T00:35:00.000Z\",\"0.010576\",\"0.010317\"\n\"2024-07-18T00:40:00.000Z\",\"0.010726\",\"0.010468\"\n\"2024-07-18T00:45:00.000Z\",\"0.011792\",\"0.011518\"\n\"2024-07-18T00:50:00.000Z\",\"0.01076\",\"0.010495\"\n\"2024-07-18T00:55:00.000Z\",\"0.010734\",\"0.010465\"\n\"2024-07-18T01:00:00.000Z\",\"0.010555\",\"0.010302\"\n\"2024-07-18T01:05:00.000Z\",\"0.010677\",\"0.010418\"\n\"2024-07-18T01:10:00.000Z\",\"0.011033\",\"0.010771\"\n\"2024-07-18T01:15:00.000Z\",\"0.011063\",\"0.010809\"\n\"2024-07-18T01:20:00.000Z\",\"0.010517\",\"0.010249\"\n\"2024-07-18T01:25:00.000Z\",\"0.010824\",\"0.010563\"\n\"2024-07-18T01:30:00.000Z\",\"0.010677\",\"0.010431\"\n\"2024-07-18T01:35:00.000Z\",\"0.010628\",\"0.010379\"\n\"2024-07-18T01:40:00.000Z\",\"0.010983\",\"0.010733\"\n\"2024-07-18T01:45:00.000Z\",\"0.01076\",\"0.010471\"\n\"2024-07-18T01:50:00.000Z\",\"0.010578\",\"0.010322\"\n\"2024-07-18T01:55:00.000Z\",\"0.010701\",\"0.010445\"\n\"2024-07-18T02:00:00.000Z\",\"0.010582\",\"0.010334\"\n\"2024-07-18T02:05:00.000Z\",\"0.011606\",\"0.011329\"\n\"2024-07-18T02:10:00.000Z\",\"0.011237\",\"0.01098\"\n\"2024-07-18T02:15:00.000Z\",\"0.010719\",\"0.010469\"\n\"2024-07-18T02:20:00.000Z\",\"0.010656\",\"0.010403\"\n\"2024-07-18T02:25:00.000Z\",\"0.01072\",\"0.010434\"\n\"2024-07-18T02:30:00.000Z\",\"0.01081\",\"0.010552\"\n\"2024-07-18T02:35:00.000Z\",\"0.010968\",\"0.010702\"\n\"2024-07-18T02:40:00.000Z\",\"0.010771\",\"0.010504\"\n\"2024-07-18T02:45:00.000Z\",\"0.010834\",\"0.010565\"\n\"2024-07-18T02:50:00.000Z\",\"0.010781\",\"0.010502\"\n\"2024-07-18T02:55:00.000Z\",\"0.010626\",\"0.010353\"\n\"2024-07-18T03:00:00.000Z\",\"0.011045\",\"0.010785\"\n\"2024-07-18T03:05:00.000Z\",\"0.011384\",\"0.01112\"\n\"2024-07-18T03:10:00.000Z\",\"0.010709\",\"0.010442\"\n\"2024-07-18T03:15:00.000Z\",\"0.011133\",\"0.010852\"\n\"2024-07-18T03:20:00.000Z\",\"0.010781\",\"0.010526\"\n\"2024-07-18T03:25:00.000Z\",\"0.010628\",\"0.010378\"\n\"2024-07-18T03:30:00.000Z\",\"0.010987\",\"0.010707\"\n\"2024-07-18T03:35:00.000Z\",\"0.010835\",\"0.010562\"\n\"2024-07-18T03:40:00.000Z\",\"0.010695\",\"0.010427\"\n\"2024-07-18T03:45:00.000Z\",\"0.010852\",\"0.010587\"\n\"2024-07-18T03:50:00.000Z\",\"0.010993\",\"0.010721\"\n\"2024-07-18T03:55:00.000Z\",\"0.010536\",\"0.010283\"\n\"2024-07-18T04:00:00.000Z\",\"0.010841\",\"0.010601\"\n\"2024-07-18T04:05:00.000Z\",\"0.011513\",\"0.011243\"\n\"2024-07-18T04:10:00.000Z\",\"0.01123\",\"0.010967\"\n\"2024-07-18T04:15:00.000Z\",\"0.010791\",\"0.010528\"\n\"2024-07-18T04:20:00.000Z\",\"0.010669\",\"0.01043\"\n\"2024-07-18T04:25:00.000Z\",\"0.010614\",\"0.010338\"\n\"2024-07-18T04:30:00.000Z\",\"0.010691\",\"0.010436\"\n\"2024-07-18T04:35:00.000Z\",\"0.011075\",\"0.010778\"\n\"2024-07-18T04:40:00.000Z\",\"0.013198\",\"0.012866\"\n\"2024-07-18T04:45:00.000Z\",\"0.010915\",\"0.010641\"\n\"2024-07-18T04:50:00.000Z\",\"0.010604\",\"0.010336\"\n\"2024-07-18T04:55:00.000Z\",\"0.010921\",\"0.010656\"\n\"2024-07-18T05:00:00.000Z\",\"0.010947\",\"0.010661\"\n\"2024-07-18T05:05:00.000Z\",\"0.010858\",\"0.010581\"\n\"2024-07-18T05:10:00.000Z\",\"0.01108\",\"0.010817\"\n\"2024-07-18T05:15:00.000Z\",\"0.010884\",\"0.010625\"\n\"2024-07-18T05:20:00.000Z\",\"0.010779\",\"0.010522\"\n\"2024-07-18T05:25:00.000Z\",\"0.010874\",\"0.010614\"\n\"2024-07-18T05:30:00.000Z\",\"0.011271\",\"0.010999\"\n\"2024-07-18T05:35:00.000Z\",\"0.010638\",\"0.010384\"\n\"2024-07-18T05:40:00.000Z\",\"0.010429\",\"0.010162\"\n\"2024-07-18T05:45:00.000Z\",\"0.010785\",\"0.010516\"\n\"2024-07-18T05:50:00.000Z\",\"0.010699\",\"0.010466\"\n\"2024-07-18T05:55:00.000Z\",\"0.010862\",\"0.010602\"\n\"2024-07-18T06:00:00.000Z\",\"0.010709\",\"0.010434\"\n\"2024-07-18T06:05:00.000Z\",\"0.010686\",\"0.010432\"\n\"2024-07-18T06:10:00.000Z\",\"0.010136\",\"0.009898\"\n\"2024-07-18T06:15:00.000Z\",\"0.01108\",\"0.010828\"\n\"2024-07-18T06:20:00.000Z\",\"0.01083\",\"0.010565\"\n\"2024-07-18T06:25:00.000Z\",\"0.010832\",\"0.010601\"\n\"2024-07-18T06:30:00.000Z\",\"0.010616\",\"0.010369\"\n\"2024-07-18T06:35:00.000Z\",\"0.01179\",\"0.011509\"\n\"2024-07-18T06:40:00.000Z\",\"0.010416\",\"0.010183\"\n"},{"id":"019efe92-fd05-46fe-be25-6311985c1f05","name":"Get MCR Telemetry - CSV Multiple Telemetry Types (Days)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"},{"key":"Accept","value":"text/csv"}],"url":{"raw":"{{baseUrl}}/v2/product/mcr2/537218cf-cbcf-4164-84a8-6030b62b6f61/telemetry?type=BITS&days=3&type=PACKETS","host":["{{baseUrl}}"],"path":["v2","product","mcr2","537218cf-cbcf-4164-84a8-6030b62b6f61","telemetry"],"query":[{"key":"type","value":"BITS","description":"Indicates the type of metric. Values include `BITS` and `PACKETS`. Multiple telemetry types can be passed. (Required - string)"},{"key":"from","value":"1718010019000","description":"Milliseconds since epoch. When not provided, returns the single most recent measurement. You can use a tool such as https://www.epochconverter.com/ for conversion to and from dates. (Optional - string)","disabled":true},{"key":"to","value":"1721280419000","description":"Milliseconds since epoch. When not provided, returns the single most recent measurement. You can use a tool such as https://www.epochconverter.com/ for conversion to and from dates. (Optional - string)","disabled":true},{"key":"days","value":"3","description":"The number of days in the past from today for which to return telemetry details. This parameter is mutually exclusive from \"to\" and \"from\". (Optional - string)"},{"key":"type","value":"PACKETS","description":"Indicates the type of metric. Values include `BITS` and `PACKETS`. Multiple telemetry types can be passed. (Required - string)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Thu, 18 Jul 2024 06:47:11 GMT"},{"key":"Content-Type","value":"text/csv;charset=ISO-8859-1"},{"key":"Content-Length","value":"69209"},{"key":"Connection","value":"keep-alive"},{"key":"trace-id","value":"1bbc02138dde1442ff2ceedc8e09df93"},{"key":"vary","value":"Origin"},{"key":"vary","value":"Access-Control-Request-Method"},{"key":"vary","value":"Access-Control-Request-Headers"},{"key":"x-correlation-id","value":"1bbc02138dde1442ff2ceedc8e09df93"},{"key":"x-amzn-trace-id","value":"Root=1-6698ba6f-08ef48474fd4515239feba82"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"content-disposition","value":"attachment; filename=537218cf-cbcf-4164-84a8-6030b62b6f61-telemetry.csv"},{"key":"server-timing","value":"app;dur=103"},{"key":"etag","value":"\"00297a0a49bb972a6da98d686499b1b56\""},{"key":"x-xss-protection","value":"1 ; mode=block"},{"key":"strict-transport-security","value":"max-age=31536000; preload"},{"key":"strict-transport-security","value":"max-age=31536000; preload"},{"key":"referrer-policy","value":"no-referrer"},{"key":"content-security-policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"x-download-options","value":"noopen"},{"key":"x-permitted-cross-domain-policies","value":"none"}],"cookie":[],"responseTime":null,"body":"\"Timestamp\",\"Bandwidth In (Mbps)\",\"Bandwidth Out (Mbps)\",\"Packets In (pps)\",\"Packets Out (pps)\"\n\"2024-07-15T06:50:00.000Z\",\"0.010559\",\"0.010328\",\"8.72\",\"8.663333333333334\"\n\"2024-07-15T06:55:00.000Z\",\"0.0111\",\"0.010835\",\"9.256666666666666\",\"9.176666666666666\"\n\"2024-07-15T07:00:00.000Z\",\"0.011954\",\"0.011684\",\"9.336666666666666\",\"9.263333333333334\"\n\"2024-07-15T07:05:00.000Z\",\"0.010618\",\"0.010387\",\"8.97\",\"8.93\"\n\"2024-07-15T07:10:00.000Z\",\"0.010621\",\"0.010354\",\"8.97\",\"8.886666666666667\"\n\"2024-07-15T07:15:00.000Z\",\"0.01101\",\"0.010756\",\"9.17\",\"9.1\"\n\"2024-07-15T07:20:00.000Z\",\"0.010475\",\"0.01022\",\"8.766666666666667\",\"8.67\"\n\"2024-07-15T07:25:00.000Z\",\"0.010697\",\"0.010457\",\"8.893333333333333\",\"8.836666666666666\"\n\"2024-07-15T07:30:00.000Z\",\"0.010745\",\"0.01049\",\"8.983333333333333\",\"8.89\"\n\"2024-07-15T07:35:00.000Z\",\"0.010727\",\"0.010462\",\"8.933333333333334\",\"8.83\"\n\"2024-07-15T07:40:00.000Z\",\"0.010766\",\"0.01053\",\"8.873333333333333\",\"8.816666666666666\"\n\"2024-07-15T07:45:00.000Z\",\"0.012938\",\"0.012652\",\"10.226666666666667\",\"10.156666666666666\"\n\"2024-07-15T07:50:00.000Z\",\"0.010926\",\"0.010666\",\"9.096666666666666\",\"9.0\"\n\"2024-07-15T07:55:00.000Z\",\"0.010921\",\"0.010667\",\"8.88\",\"8.8\"\n\"2024-07-15T08:00:00.000Z\",\"0.010668\",\"0.010412\",\"8.886666666666667\",\"8.81\"\n\"2024-07-15T08:05:00.000Z\",\"0.010998\",\"0.010741\",\"9.09\",\"9.023333333333333\"\n\"2024-07-15T08:10:00.000Z\",\"0.010477\",\"0.010233\",\"8.746666666666666\",\"8.666666666666666\"\n\"2024-07-15T08:15:00.000Z\",\"0.010591\",\"0.010357\",\"8.81\",\"8.75\"\n\"2024-07-15T08:20:00.000Z\",\"0.011351\",\"0.011097\",\"8.993333333333334\",\"8.91\"\n\"2024-07-15T08:25:00.000Z\",\"0.010915\",\"0.010655\",\"9.04\",\"8.943333333333333\"\n\"2024-07-15T08:30:00.000Z\",\"0.010621\",\"0.010369\",\"8.9\",\"8.82\"\n\"2024-07-15T08:35:00.000Z\",\"0.010671\",\"0.010424\",\"8.853333333333333\",\"8.766666666666667\"\n\"2024-07-15T08:40:00.000Z\",\"0.010749\",\"0.0105\",\"8.933333333333334\",\"8.85\"\n\"2024-07-15T08:45:00.000Z\",\"0.010896\",\"0.010645\",\"9.006666666666666\",\"8.926666666666666\"\n\"2024-07-15T08:50:00.000Z\",\"0.010544\",\"0.010303\",\"8.763333333333334\",\"8.693333333333333\"\n\"2024-07-15T08:55:00.000Z\",\"0.010857\",\"0.010598\",\"9.003333333333334\",\"8.916666666666666\"\n\"2024-07-15T09:00:00.000Z\",\"0.011202\",\"0.010937\",\"9.033333333333333\",\"8.933333333333334\"\n\"2024-07-15T09:05:00.000Z\",\"0.010497\",\"0.010244\",\"8.813333333333333\",\"8.726666666666667\"\n\"2024-07-15T09:10:00.000Z\",\"0.010554\",\"0.010327\",\"8.74\",\"8.683333333333334\"\n\"2024-07-15T09:15:00.000Z\",\"0.010863\",\"0.010622\",\"9.02\",\"8.953333333333333\"\n\"2024-07-15T09:20:00.000Z\",\"0.010653\",\"0.0104\",\"8.916666666666666\",\"8.833333333333334\"\n\"2024-07-15T09:25:00.000Z\",\"0.010831\",\"0.010591\",\"8.88\",\"8.813333333333333\"\n\"2024-07-15T09:30:00.000Z\",\"0.010775\",\"0.010518\",\"8.98\",\"8.886666666666667\"\n\"2024-07-15T09:35:00.000Z\",\"0.010527\",\"0.010284\",\"8.82\",\"8.726666666666667\"\n\"2024-07-15T09:40:00.000Z\",\"0.010722\",\"0.010477\",\"9.003333333333334\",\"8.943333333333333\"\n\"2024-07-15T09:45:00.000Z\",\"0.010482\",\"0.010246\",\"8.776666666666667\",\"8.716666666666667\"\n\"2024-07-15T09:50:00.000Z\",\"0.011476\",\"0.011238\",\"9.013333333333334\",\"8.963333333333333\"\n\"2024-07-15T09:55:00.000Z\",\"0.011361\",\"0.011104\",\"9.123333333333333\",\"9.04\"\n\"2024-07-15T10:00:00.000Z\",\"0.01074\",\"0.010495\",\"8.92\",\"8.853333333333333\"\n\"2024-07-15T10:05:00.000Z\",\"0.010609\",\"0.010348\",\"8.9\",\"8.82\"\n\"2024-07-15T10:10:00.000Z\",\"0.010763\",\"0.010512\",\"9.013333333333334\",\"8.946666666666667\"\n\"2024-07-15T10:15:00.000Z\",\"0.01072\",\"0.010476\",\"8.873333333333333\",\"8.8\"\n\"2024-07-15T10:20:00.000Z\",\"0.010773\",\"0.010531\",\"8.943333333333333\",\"8.876666666666667\"\n\"2024-07-15T10:25:00.000Z\",\"0.010556\",\"0.01029\",\"8.86\",\"8.756666666666666\"\n\"2024-07-15T10:30:00.000Z\",\"0.010894\",\"0.010647\",\"9.036666666666667\",\"8.966666666666667\"\n\"2024-07-15T10:35:00.000Z\",\"0.010821\",\"0.010572\",\"8.96\",\"8.876666666666667\"\n\"2024-07-15T10:40:00.000Z\",\"0.010368\",\"0.010122\",\"8.773333333333333\",\"8.69\"\n\"2024-07-15T10:45:00.000Z\",\"0.010835\",\"0.010588\",\"9.006666666666666\",\"8.933333333333334\"\n\"2024-07-15T10:50:00.000Z\",\"0.011187\",\"0.01093\",\"9.053333333333333\",\"8.97\"\n\"2024-07-15T10:55:00.000Z\",\"0.010639\",\"0.010399\",\"8.81\",\"8.73\"\n\"2024-07-15T11:00:00.000Z\",\"0.011296\",\"0.011046\",\"8.926666666666666\",\"8.843333333333334\"\n\"2024-07-15T11:05:00.000Z\",\"0.010717\",\"0.010475\",\"8.833333333333334\",\"8.753333333333334\"\n\"2024-07-15T11:10:00.000Z\",\"0.010721\",\"0.010474\",\"8.956666666666667\",\"8.873333333333333\"\n\"2024-07-15T11:15:00.000Z\",\"0.010808\",\"0.010565\",\"8.956666666666667\",\"8.893333333333333\"\n\"2024-07-15T11:20:00.000Z\",\"0.010536\",\"0.010291\",\"8.793333333333333\",\"8.71\"\n\"2024-07-15T11:25:00.000Z\",\"0.010651\",\"0.010416\",\"8.853333333333333\",\"8.78\"\n\"2024-07-15T11:30:00.000Z\",\"0.010922\",\"0.010664\",\"9.033333333333333\",\"8.943333333333333\"\n\"2024-07-15T11:35:00.000Z\",\"0.010701\",\"0.010449\",\"8.91\",\"8.826666666666666\"\n\"2024-07-15T11:40:00.000Z\",\"0.010738\",\"0.010494\",\"8.88\",\"8.81\"\n\"2024-07-15T11:45:00.000Z\",\"0.01062\",\"0.010364\",\"8.843333333333334\",\"8.763333333333334\"\n\"2024-07-15T11:50:00.000Z\",\"0.01166\",\"0.011399\",\"9.346666666666666\",\"9.263333333333334\"\n\"2024-07-15T11:55:00.000Z\",\"0.012657\",\"0.01237\",\"10.023333333333333\",\"9.93\"\n\"2024-07-15T12:00:00.000Z\",\"0.010758\",\"0.010515\",\"8.933333333333334\",\"8.87\"\n\"2024-07-15T12:05:00.000Z\",\"0.011328\",\"0.011073\",\"9.046666666666667\",\"8.97\"\n\"2024-07-15T12:10:00.000Z\",\"0.010721\",\"0.010464\",\"8.966666666666667\",\"8.89\"\n\"2024-07-15T12:15:00.000Z\",\"0.011067\",\"0.010806\",\"9.2\",\"9.13\"\n\"2024-07-15T12:20:00.000Z\",\"0.010472\",\"0.010245\",\"8.736666666666666\",\"8.683333333333334\"\n\"2024-07-15T12:25:00.000Z\",\"0.010505\",\"0.010259\",\"8.843333333333334\",\"8.776666666666667\"\n\"2024-07-15T12:30:00.000Z\",\"0.010856\",\"0.010581\",\"9.183333333333334\",\"9.096666666666666\"\n\"2024-07-15T12:35:00.000Z\",\"0.010831\",\"0.010572\",\"9.02\",\"8.933333333333334\"\n\"2024-07-15T12:40:00.000Z\",\"0.010188\",\"0.009951\",\"8.613333333333333\",\"8.536666666666667\"\n\"2024-07-15T12:45:00.000Z\",\"0.011093\",\"0.010858\",\"8.883333333333333\",\"8.816666666666666\"\n\"2024-07-15T12:50:00.000Z\",\"0.011022\",\"0.010771\",\"9.12\",\"9.04\"\n\"2024-07-15T12:55:00.000Z\",\"0.01093\",\"0.010672\",\"9.06\",\"8.973333333333333\"\n\"2024-07-15T13:00:00.000Z\",\"0.010602\",\"0.010361\",\"8.83\",\"8.75\"\n\"2024-07-15T13:05:00.000Z\",\"0.010653\",\"0.010409\",\"8.853333333333333\",\"8.786666666666667\"\n\"2024-07-15T13:10:00.000Z\",\"0.010554\",\"0.010306\",\"8.85\",\"8.773333333333333\"\n\"2024-07-15T13:15:00.000Z\",\"0.010769\",\"0.01049\",\"9.016666666666667\",\"8.91\"\n\"2024-07-15T13:20:00.000Z\",\"0.010636\",\"0.010396\",\"8.85\",\"8.79\"\n\"2024-07-15T13:25:00.000Z\",\"0.011672\",\"0.011425\",\"9.246666666666666\",\"9.18\"\n\"2024-07-15T13:30:00.000Z\",\"0.010422\",\"0.010193\",\"8.703333333333333\",\"8.65\"\n\"2024-07-15T13:35:00.000Z\",\"0.010637\",\"0.010398\",\"8.823333333333334\",\"8.756666666666666\"\n\"2024-07-15T13:40:00.000Z\",\"0.011081\",\"0.010827\",\"9.186666666666667\",\"9.113333333333333\"\n\"2024-07-15T13:45:00.000Z\",\"0.010602\",\"0.010333\",\"8.886666666666667\",\"8.806666666666667\"\n\"2024-07-15T13:50:00.000Z\",\"0.011122\",\"0.010868\",\"8.98\",\"8.906666666666666\"\n\"2024-07-15T13:55:00.000Z\",\"0.010808\",\"0.010534\",\"9.073333333333334\",\"8.96\"\n\"2024-07-15T14:00:00.000Z\",\"0.010492\",\"0.010244\",\"8.786666666666667\",\"8.703333333333333\"\n\"2024-07-15T14:05:00.000Z\",\"0.011072\",\"0.010842\",\"9.096666666666666\",\"9.05\"\n\"2024-07-15T14:10:00.000Z\",\"0.010742\",\"0.010492\",\"8.93\",\"8.846666666666666\"\n\"2024-07-15T14:15:00.000Z\",\"0.01049\",\"0.01025\",\"8.766666666666667\",\"8.69\"\n\"2024-07-15T14:20:00.000Z\",\"0.010379\",\"0.010145\",\"8.67\",\"8.61\"\n\"2024-07-15T14:25:00.000Z\",\"0.011035\",\"0.010795\",\"9.083333333333334\",\"9.026666666666667\"\n\"2024-07-15T14:30:00.000Z\",\"0.010392\",\"0.010157\",\"8.71\",\"8.643333333333333\"\n\"2024-07-15T14:35:00.000Z\",\"0.010752\",\"0.010519\",\"8.836666666666666\",\"8.78\"\n\"2024-07-15T14:40:00.000Z\",\"0.011154\",\"0.010915\",\"8.873333333333333\",\"8.8\"\n\"2024-07-15T14:45:00.000Z\",\"0.011628\",\"0.011364\",\"9.333333333333334\",\"9.243333333333334\"\n\"2024-07-15T14:50:00.000Z\",\"0.010588\",\"0.010344\",\"8.776666666666667\",\"8.7\"\n\"2024-07-15T14:55:00.000Z\",\"0.010469\",\"0.010223\",\"8.77\",\"8.683333333333334\"\n\"2024-07-15T15:00:00.000Z\",\"0.010833\",\"0.010583\",\"9.0\",\"8.92\"\n\"2024-07-15T15:05:00.000Z\",\"0.010578\",\"0.010335\",\"8.813333333333333\",\"8.743333333333334\"\n\"2024-07-15T15:10:00.000Z\",\"0.010461\",\"0.010221\",\"8.753333333333334\",\"8.683333333333334\"\n\"2024-07-15T15:15:00.000Z\",\"0.011189\",\"0.010945\",\"9.173333333333334\",\"9.113333333333333\"\n\"2024-07-15T15:20:00.000Z\",\"0.010545\",\"0.010304\",\"8.786666666666667\",\"8.716666666666667\"\n\"2024-07-15T15:25:00.000Z\",\"0.010588\",\"0.010365\",\"8.78\",\"8.72\"\n\"2024-07-15T15:30:00.000Z\",\"0.010599\",\"0.010363\",\"8.79\",\"8.726666666666667\"\n\"2024-07-15T15:35:00.000Z\",\"0.010843\",\"0.010601\",\"9.03\",\"8.963333333333333\"\n\"2024-07-15T15:40:00.000Z\",\"0.010798\",\"0.010531\",\"9.063333333333333\",\"8.956666666666667\"\n\"2024-07-15T15:45:00.000Z\",\"0.010794\",\"0.010534\",\"9.01\",\"8.913333333333334\"\n\"2024-07-15T15:50:00.000Z\",\"0.012096\",\"0.011843\",\"9.106666666666667\",\"9.04\"\n\"2024-07-15T15:55:00.000Z\",\"0.010855\",\"0.010595\",\"9.026666666666667\",\"8.963333333333333\"\n\"2024-07-15T16:00:00.000Z\",\"0.010688\",\"0.010443\",\"8.866666666666667\",\"8.793333333333333\"\n\"2024-07-15T16:05:00.000Z\",\"0.010668\",\"0.010425\",\"8.886666666666667\",\"8.82\"\n\"2024-07-15T16:10:00.000Z\",\"0.010893\",\"0.01063\",\"9.05\",\"8.963333333333333\"\n\"2024-07-15T16:15:00.000Z\",\"0.012984\",\"0.012685\",\"10.306666666666667\",\"10.22\"\n\"2024-07-15T16:20:00.000Z\",\"0.010662\",\"0.010413\",\"8.866666666666667\",\"8.786666666666667\"\n\"2024-07-15T16:25:00.000Z\",\"0.010474\",\"0.01025\",\"8.713333333333333\",\"8.66\"\n\"2024-07-15T16:30:00.000Z\",\"0.010866\",\"0.010608\",\"9.036666666666667\",\"8.96\"\n\"2024-07-15T16:35:00.000Z\",\"0.010623\",\"0.01038\",\"8.83\",\"8.753333333333334\"\n\"2024-07-15T16:40:00.000Z\",\"0.010492\",\"0.010231\",\"8.766666666666667\",\"8.656666666666666\"\n\"2024-07-15T16:45:00.000Z\",\"0.010862\",\"0.010606\",\"9.0\",\"8.91\"\n\"2024-07-15T16:50:00.000Z\",\"0.011133\",\"0.010881\",\"9.02\",\"8.94\"\n\"2024-07-15T16:55:00.000Z\",\"0.010838\",\"0.010584\",\"8.926666666666666\",\"8.846666666666666\"\n\"2024-07-15T17:00:00.000Z\",\"0.010608\",\"0.010363\",\"8.88\",\"8.8\"\n\"2024-07-15T17:05:00.000Z\",\"0.01111\",\"0.010866\",\"9.016666666666667\",\"8.96\"\n\"2024-07-15T17:10:00.000Z\",\"0.011169\",\"0.010914\",\"9.033333333333333\",\"8.953333333333333\"\n\"2024-07-15T17:15:00.000Z\",\"0.01077\",\"0.010532\",\"8.923333333333334\",\"8.87\"\n\"2024-07-15T17:20:00.000Z\",\"0.010491\",\"0.010235\",\"8.783333333333333\",\"8.686666666666667\"\n\"2024-07-15T17:25:00.000Z\",\"0.010722\",\"0.010487\",\"8.856666666666667\",\"8.793333333333333\"\n\"2024-07-15T17:30:00.000Z\",\"0.010673\",\"0.010426\",\"8.886666666666667\",\"8.813333333333333\"\n\"2024-07-15T17:35:00.000Z\",\"0.010882\",\"0.010625\",\"9.076666666666666\",\"8.996666666666666\"\n\"2024-07-15T17:40:00.000Z\",\"0.010717\",\"0.010468\",\"8.846666666666666\",\"8.76\"\n\"2024-07-15T17:45:00.000Z\",\"0.010695\",\"0.010461\",\"8.823333333333334\",\"8.77\"\n\"2024-07-15T17:50:00.000Z\",\"0.011332\",\"0.011086\",\"9.123333333333333\",\"9.053333333333333\"\n\"2024-07-15T17:55:00.000Z\",\"0.010595\",\"0.010362\",\"8.776666666666667\",\"8.713333333333333\"\n\"2024-07-15T18:00:00.000Z\",\"0.010338\",\"0.010093\",\"8.713333333333333\",\"8.643333333333333\"\n\"2024-07-15T18:05:00.000Z\",\"0.0106\",\"0.010351\",\"8.85\",\"8.78\"\n\"2024-07-15T18:10:00.000Z\",\"0.010969\",\"0.0107\",\"9.08\",\"8.993333333333334\"\n\"2024-07-15T18:15:00.000Z\",\"0.011203\",\"0.010969\",\"8.886666666666667\",\"8.83\"\n\"2024-07-15T18:20:00.000Z\",\"0.010602\",\"0.010359\",\"8.85\",\"8.783333333333333\"\n\"2024-07-15T18:25:00.000Z\",\"0.011162\",\"0.010912\",\"9.15\",\"9.083333333333334\"\n\"2024-07-15T18:30:00.000Z\",\"0.01051\",\"0.010276\",\"8.766666666666667\",\"8.703333333333333\"\n\"2024-07-15T18:35:00.000Z\",\"0.010873\",\"0.010627\",\"8.956666666666667\",\"8.886666666666667\"\n\"2024-07-15T18:40:00.000Z\",\"0.01044\",\"0.010196\",\"8.766666666666667\",\"8.686666666666667\"\n\"2024-07-15T18:45:00.000Z\",\"0.011513\",\"0.011258\",\"9.256666666666666\",\"9.18\"\n\"2024-07-15T18:50:00.000Z\",\"0.0106\",\"0.010363\",\"8.833333333333334\",\"8.766666666666667\"\n\"2024-07-15T18:55:00.000Z\",\"0.010553\",\"0.010318\",\"8.74\",\"8.676666666666666\"\n\"2024-07-15T19:00:00.000Z\",\"0.010639\",\"0.010396\",\"8.83\",\"8.746666666666666\"\n\"2024-07-15T19:05:00.000Z\",\"0.010918\",\"0.010661\",\"9.13\",\"9.04\"\n\"2024-07-15T19:10:00.000Z\",\"0.010531\",\"0.010293\",\"8.756666666666666\",\"8.68\"\n\"2024-07-15T19:15:00.000Z\",\"0.010563\",\"0.010326\",\"8.783333333333333\",\"8.713333333333333\"\n\"2024-07-15T19:20:00.000Z\",\"0.010526\",\"0.010292\",\"8.81\",\"8.743333333333334\"\n\"2024-07-15T19:25:00.000Z\",\"0.010935\",\"0.010678\",\"9.03\",\"8.936666666666667\"\n\"2024-07-15T19:30:00.000Z\",\"0.010667\",\"0.010436\",\"8.786666666666667\",\"8.736666666666666\"\n\"2024-07-15T19:35:00.000Z\",\"0.011518\",\"0.01127\",\"9.06\",\"8.993333333333334\"\n\"2024-07-15T19:40:00.000Z\",\"0.010647\",\"0.010392\",\"8.866666666666667\",\"8.776666666666667\"\n\"2024-07-15T19:45:00.000Z\",\"0.011335\",\"0.011068\",\"9.163333333333334\",\"9.063333333333333\"\n\"2024-07-15T19:50:00.000Z\",\"0.010667\",\"0.010424\",\"8.876666666666667\",\"8.803333333333333\"\n\"2024-07-15T19:55:00.000Z\",\"0.010654\",\"0.010413\",\"8.843333333333334\",\"8.773333333333333\"\n\"2024-07-15T20:00:00.000Z\",\"0.010887\",\"0.010632\",\"9.046666666666667\",\"8.956666666666667\"\n\"2024-07-15T20:05:00.000Z\",\"0.010696\",\"0.010452\",\"8.876666666666667\",\"8.8\"\n\"2024-07-15T20:10:00.000Z\",\"0.01064\",\"0.010409\",\"8.736666666666666\",\"8.676666666666666\"\n\"2024-07-15T20:15:00.000Z\",\"0.010647\",\"0.010388\",\"8.886666666666667\",\"8.793333333333333\"\n\"2024-07-15T20:20:00.000Z\",\"0.011033\",\"0.010787\",\"9.146666666666667\",\"9.093333333333334\"\n\"2024-07-15T20:25:00.000Z\",\"0.013195\",\"0.012889\",\"10.493333333333334\",\"10.413333333333334\"\n\"2024-07-15T20:30:00.000Z\",\"0.010685\",\"0.010439\",\"8.906666666666666\",\"8.843333333333334\"\n\"2024-07-15T20:35:00.000Z\",\"0.010804\",\"0.010548\",\"8.97\",\"8.88\"\n\"2024-07-15T20:40:00.000Z\",\"0.011635\",\"0.011374\",\"9.236666666666666\",\"9.146666666666667\"\n\"2024-07-15T20:45:00.000Z\",\"0.0112\",\"0.010942\",\"8.97\",\"8.876666666666667\"\n\"2024-07-15T20:50:00.000Z\",\"0.010578\",\"0.010339\",\"8.806666666666667\",\"8.74\"\n\"2024-07-15T20:55:00.000Z\",\"0.010611\",\"0.010365\",\"8.836666666666666\",\"8.76\"\n\"2024-07-15T21:00:00.000Z\",\"0.010985\",\"0.01074\",\"9.07\",\"8.986666666666666\"\n\"2024-07-15T21:05:00.000Z\",\"0.010561\",\"0.010321\",\"8.776666666666667\",\"8.7\"\n\"2024-07-15T21:10:00.000Z\",\"0.010665\",\"0.010423\",\"8.886666666666667\",\"8.82\"\n\"2024-07-15T21:15:00.000Z\",\"0.010932\",\"0.010657\",\"9.173333333333334\",\"9.066666666666666\"\n\"2024-07-15T21:20:00.000Z\",\"0.010614\",\"0.01037\",\"8.83\",\"8.753333333333334\"\n\"2024-07-15T21:25:00.000Z\",\"0.01081\",\"0.010557\",\"9.0\",\"8.92\"\n\"2024-07-15T21:30:00.000Z\",\"0.010521\",\"0.010271\",\"8.776666666666667\",\"8.68\"\n\"2024-07-15T21:35:00.000Z\",\"0.010801\",\"0.010552\",\"8.936666666666667\",\"8.856666666666667\"\n\"2024-07-15T21:40:00.000Z\",\"0.010765\",\"0.01053\",\"8.993333333333334\",\"8.936666666666667\"\n\"2024-07-15T21:45:00.000Z\",\"0.010327\",\"0.010089\",\"8.67\",\"8.6\"\n\"2024-07-15T21:50:00.000Z\",\"0.011085\",\"0.010842\",\"8.926666666666666\",\"8.863333333333333\"\n\"2024-07-15T21:55:00.000Z\",\"0.010608\",\"0.010365\",\"8.83\",\"8.753333333333334\"\n\"2024-07-15T22:00:00.000Z\",\"0.010843\",\"0.0106\",\"9.016666666666667\",\"8.946666666666667\"\n\"2024-07-15T22:05:00.000Z\",\"0.011544\",\"0.011308\",\"9.053333333333333\",\"9.003333333333334\"\n\"2024-07-15T22:10:00.000Z\",\"0.010545\",\"0.010303\",\"8.78\",\"8.713333333333333\"\n\"2024-07-15T22:15:00.000Z\",\"0.010611\",\"0.010375\",\"8.79\",\"8.72\"\n\"2024-07-15T22:20:00.000Z\",\"0.011072\",\"0.010808\",\"9.153333333333334\",\"9.05\"\n\"2024-07-15T22:25:00.000Z\",\"0.010624\",\"0.010344\",\"8.936666666666667\",\"8.823333333333334\"\n\"2024-07-15T22:30:00.000Z\",\"0.010772\",\"0.010526\",\"8.923333333333334\",\"8.853333333333333\"\n\"2024-07-15T22:35:00.000Z\",\"0.010751\",\"0.010501\",\"8.91\",\"8.833333333333334\"\n\"2024-07-15T22:40:00.000Z\",\"0.010738\",\"0.010491\",\"9.026666666666667\",\"8.963333333333333\"\n\"2024-07-15T22:45:00.000Z\",\"0.011284\",\"0.011018\",\"9.156666666666666\",\"9.076666666666666\"\n\"2024-07-15T22:50:00.000Z\",\"0.010703\",\"0.010453\",\"8.953333333333333\",\"8.886666666666667\"\n\"2024-07-15T22:55:00.000Z\",\"0.010635\",\"0.010384\",\"8.88\",\"8.803333333333333\"\n\"2024-07-15T23:00:00.000Z\",\"0.010561\",\"0.010326\",\"8.783333333333333\",\"8.723333333333333\"\n\"2024-07-15T23:05:00.000Z\",\"0.010814\",\"0.010571\",\"9.013333333333334\",\"8.94\"\n\"2024-07-15T23:10:00.000Z\",\"0.011498\",\"0.011254\",\"9.05\",\"8.983333333333333\"\n\"2024-07-15T23:15:00.000Z\",\"0.010821\",\"0.010573\",\"8.953333333333333\",\"8.886666666666667\"\n\"2024-07-15T23:20:00.000Z\",\"0.010614\",\"0.010368\",\"8.85\",\"8.773333333333333\"\n\"2024-07-15T23:25:00.000Z\",\"0.010821\",\"0.01057\",\"8.966666666666667\",\"8.896666666666667\"\n\"2024-07-15T23:30:00.000Z\",\"0.010662\",\"0.010406\",\"8.953333333333333\",\"8.866666666666667\"\n\"2024-07-15T23:35:00.000Z\",\"0.010613\",\"0.010364\",\"8.82\",\"8.733333333333333\"\n\"2024-07-15T23:40:00.000Z\",\"0.010429\",\"0.010202\",\"8.69\",\"8.63\"\n\"2024-07-15T23:45:00.000Z\",\"0.011435\",\"0.011145\",\"9.266666666666667\",\"9.14\"\n\"2024-07-15T23:50:00.000Z\",\"0.010909\",\"0.010662\",\"9.07\",\"9.003333333333334\"\n\"2024-07-15T23:55:00.000Z\",\"0.010531\",\"0.010271\",\"8.826666666666666\",\"8.733333333333333\"\n\"2024-07-16T00:00:00.000Z\",\"0.010601\",\"0.010348\",\"8.803333333333333\",\"8.743333333333334\"\n\"2024-07-16T00:05:00.000Z\",\"0.010672\",\"0.010427\",\"8.866666666666667\",\"8.793333333333333\"\n\"2024-07-16T00:10:00.000Z\",\"0.010634\",\"0.010382\",\"8.946666666666667\",\"8.87\"\n\"2024-07-16T00:15:00.000Z\",\"0.010609\",\"0.010364\",\"8.843333333333334\",\"8.766666666666667\"\n\"2024-07-16T00:20:00.000Z\",\"0.010524\",\"0.01027\",\"8.803333333333333\",\"8.7\"\n\"2024-07-16T00:25:00.000Z\",\"0.010748\",\"0.010514\",\"8.843333333333334\",\"8.786666666666667\"\n\"2024-07-16T00:30:00.000Z\",\"0.010704\",\"0.010451\",\"8.86\",\"8.766666666666667\"\n\"2024-07-16T00:35:00.000Z\",\"0.011759\",\"0.011497\",\"9.343333333333334\",\"9.26\"\n\"2024-07-16T00:40:00.000Z\",\"0.013018\",\"0.012741\",\"10.25\",\"10.2\"\n\"2024-07-16T00:45:00.000Z\",\"0.010827\",\"0.010575\",\"8.97\",\"8.883333333333333\"\n\"2024-07-16T00:50:00.000Z\",\"0.011265\",\"0.011021\",\"9.066666666666666\",\"9.003333333333334\"\n\"2024-07-16T00:55:00.000Z\",\"0.010761\",\"0.010516\",\"8.946666666666667\",\"8.876666666666667\"\n\"2024-07-16T01:00:00.000Z\",\"0.01052\",\"0.010289\",\"8.746666666666666\",\"8.683333333333334\"\n\"2024-07-16T01:05:00.000Z\",\"0.01054\",\"0.010313\",\"8.756666666666666\",\"8.706666666666667\"\n\"2024-07-16T01:10:00.000Z\",\"0.010452\",\"0.010216\",\"8.73\",\"8.663333333333334\"\n\"2024-07-16T01:15:00.000Z\",\"0.01103\",\"0.010784\",\"9.166666666666666\",\"9.1\"\n\"2024-07-16T01:20:00.000Z\",\"0.010599\",\"0.010342\",\"8.906666666666666\",\"8.826666666666666\"\n\"2024-07-16T01:25:00.000Z\",\"0.010487\",\"0.010253\",\"8.803333333333333\",\"8.73\"\n\"2024-07-16T01:30:00.000Z\",\"0.010347\",\"0.010113\",\"8.686666666666667\",\"8.63\"\n\"2024-07-16T01:35:00.000Z\",\"0.010714\",\"0.010485\",\"8.84\",\"8.79\"\n\"2024-07-16T01:40:00.000Z\",\"0.010646\",\"0.010406\",\"8.85\",\"8.78\"\n\"2024-07-16T01:45:00.000Z\",\"0.011251\",\"0.010982\",\"9.06\",\"8.95\"\n\"2024-07-16T01:50:00.000Z\",\"0.010673\",\"0.010429\",\"8.853333333333333\",\"8.77\"\n\"2024-07-16T01:55:00.000Z\",\"0.011417\",\"0.011156\",\"9.076666666666666\",\"8.983333333333333\"\n\"2024-07-16T02:00:00.000Z\",\"0.010779\",\"0.010536\",\"8.953333333333333\",\"8.883333333333333\"\n\"2024-07-16T02:05:00.000Z\",\"0.010657\",\"0.010401\",\"8.896666666666667\",\"8.803333333333333\"\n\"2024-07-16T02:10:00.000Z\",\"0.010502\",\"0.01027\",\"8.726666666666667\",\"8.66\"\n\"2024-07-16T02:15:00.000Z\",\"0.01071\",\"0.010464\",\"8.896666666666667\",\"8.823333333333334\"\n\"2024-07-16T02:20:00.000Z\",\"0.010868\",\"0.010604\",\"9.083333333333334\",\"8.986666666666666\"\n\"2024-07-16T02:25:00.000Z\",\"0.010738\",\"0.010499\",\"8.84\",\"8.766666666666667\"\n\"2024-07-16T02:30:00.000Z\",\"0.010651\",\"0.010406\",\"8.836666666666666\",\"8.76\"\n\"2024-07-16T02:35:00.000Z\",\"0.010733\",\"0.010488\",\"8.893333333333333\",\"8.82\"\n\"2024-07-16T02:40:00.000Z\",\"0.011236\",\"0.010979\",\"9.093333333333334\",\"9.013333333333334\"\n\"2024-07-16T02:45:00.000Z\",\"0.010484\",\"0.010244\",\"8.75\",\"8.676666666666666\"\n\"2024-07-16T02:50:00.000Z\",\"0.010597\",\"0.01035\",\"8.86\",\"8.783333333333333\"\n\"2024-07-16T02:55:00.000Z\",\"0.011308\",\"0.011076\",\"8.946666666666667\",\"8.89\"\n\"2024-07-16T03:00:00.000Z\",\"0.010696\",\"0.010441\",\"8.96\",\"8.873333333333333\"\n\"2024-07-16T03:05:00.000Z\",\"0.010645\",\"0.0104\",\"8.883333333333333\",\"8.806666666666667\"\n\"2024-07-16T03:10:00.000Z\",\"0.010562\",\"0.010316\",\"8.783333333333333\",\"8.696666666666667\"\n\"2024-07-16T03:15:00.000Z\",\"0.010621\",\"0.010387\",\"8.806666666666667\",\"8.736666666666666\"\n\"2024-07-16T03:20:00.000Z\",\"0.010384\",\"0.010132\",\"8.71\",\"8.613333333333333\"\n\"2024-07-16T03:25:00.000Z\",\"0.010806\",\"0.010555\",\"8.97\",\"8.893333333333333\"\n\"2024-07-16T03:30:00.000Z\",\"0.010757\",\"0.010498\",\"9.02\",\"8.926666666666666\"\n\"2024-07-16T03:35:00.000Z\",\"0.010615\",\"0.010369\",\"8.86\",\"8.783333333333333\"\n\"2024-07-16T03:40:00.000Z\",\"0.010452\",\"0.010203\",\"8.776666666666667\",\"8.686666666666667\"\n\"2024-07-16T03:45:00.000Z\",\"0.011063\",\"0.010798\",\"8.943333333333333\",\"8.836666666666666\"\n\"2024-07-16T03:50:00.000Z\",\"0.011004\",\"0.010754\",\"9.116666666666667\",\"9.036666666666667\"\n\"2024-07-16T03:55:00.000Z\",\"0.010795\",\"0.010559\",\"8.943333333333333\",\"8.883333333333333\"\n\"2024-07-16T04:00:00.000Z\",\"0.010669\",\"0.010411\",\"8.9\",\"8.796666666666667\"\n\"2024-07-16T04:05:00.000Z\",\"0.010578\",\"0.01035\",\"8.72\",\"8.663333333333334\"\n\"2024-07-16T04:10:00.000Z\",\"0.010827\",\"0.010584\",\"9.056666666666667\",\"8.986666666666666\"\n\"2024-07-16T04:15:00.000Z\",\"0.01057\",\"0.010334\",\"8.756666666666666\",\"8.686666666666667\"\n\"2024-07-16T04:20:00.000Z\",\"0.011191\",\"0.010952\",\"8.903333333333334\",\"8.83\"\n\"2024-07-16T04:25:00.000Z\",\"0.013128\",\"0.012828\",\"10.386666666666667\",\"10.303333333333333\"\n\"2024-07-16T04:30:00.000Z\",\"0.010638\",\"0.010382\",\"8.93\",\"8.836666666666666\"\n\"2024-07-16T04:35:00.000Z\",\"0.010677\",\"0.010446\",\"8.803333333333333\",\"8.743333333333334\"\n\"2024-07-16T04:40:00.000Z\",\"0.010654\",\"0.010417\",\"8.86\",\"8.803333333333333\"\n\"2024-07-16T04:45:00.000Z\",\"0.01076\",\"0.010508\",\"8.966666666666667\",\"8.893333333333333\"\n\"2024-07-16T04:50:00.000Z\",\"0.010948\",\"0.010704\",\"8.836666666666666\",\"8.756666666666666\"\n\"2024-07-16T04:55:00.000Z\",\"0.011212\",\"0.01096\",\"9.286666666666667\",\"9.216666666666667\"\n\"2024-07-16T05:00:00.000Z\",\"0.010576\",\"0.010331\",\"8.806666666666667\",\"8.736666666666666\"\n\"2024-07-16T05:05:00.000Z\",\"0.010526\",\"0.010283\",\"8.84\",\"8.766666666666667\"\n\"2024-07-16T05:10:00.000Z\",\"0.010556\",\"0.010319\",\"8.793333333333333\",\"8.73\"\n\"2024-07-16T05:15:00.000Z\",\"0.010952\",\"0.0107\",\"9.12\",\"9.04\"\n\"2024-07-16T05:20:00.000Z\",\"0.01053\",\"0.010281\",\"8.8\",\"8.716666666666667\"\n\"2024-07-16T05:25:00.000Z\",\"0.010793\",\"0.01053\",\"9.013333333333334\",\"8.92\"\n\"2024-07-16T05:30:00.000Z\",\"0.010694\",\"0.010455\",\"8.923333333333334\",\"8.86\"\n\"2024-07-16T05:35:00.000Z\",\"0.010823\",\"0.010579\",\"8.95\",\"8.88\"\n\"2024-07-16T05:40:00.000Z\",\"0.010702\",\"0.01046\",\"8.886666666666667\",\"8.816666666666666\"\n\"2024-07-16T05:45:00.000Z\",\"0.011488\",\"0.01121\",\"9.086666666666666\",\"8.976666666666667\"\n\"2024-07-16T05:50:00.000Z\",\"0.010573\",\"0.010332\",\"8.883333333333333\",\"8.81\"\n\"2024-07-16T05:55:00.000Z\",\"0.012746\",\"0.011587\",\"9.33\",\"9.076666666666666\"\n\"2024-07-16T06:00:00.000Z\",\"0.01038\",\"0.010143\",\"8.726666666666667\",\"8.646666666666667\"\n\"2024-07-16T06:05:00.000Z\",\"0.010492\",\"0.010242\",\"8.77\",\"8.686666666666667\"\n\"2024-07-16T06:10:00.000Z\",\"0.011055\",\"0.010802\",\"9.216666666666667\",\"9.143333333333333\"\n\"2024-07-16T06:15:00.000Z\",\"0.010739\",\"0.010503\",\"8.866666666666667\",\"8.803333333333333\"\n\"2024-07-16T06:20:00.000Z\",\"0.010429\",\"0.010187\",\"8.723333333333333\",\"8.64\"\n\"2024-07-16T06:25:00.000Z\",\"0.010568\",\"0.01032\",\"8.773333333333333\",\"8.683333333333334\"\n\"2024-07-16T06:30:00.000Z\",\"0.010956\",\"0.010714\",\"9.15\",\"9.086666666666666\"\n\"2024-07-16T06:35:00.000Z\",\"0.010757\",\"0.010508\",\"8.913333333333334\",\"8.83\"\n\"2024-07-16T06:40:00.000Z\",\"0.010795\",\"0.010549\",\"8.903333333333334\",\"8.826666666666666\"\n\"2024-07-16T06:45:00.000Z\",\"0.010937\",\"0.010695\",\"9.08\",\"9.016666666666667\"\n\"2024-07-16T06:50:00.000Z\",\"0.01069\",\"0.010431\",\"8.946666666666667\",\"8.85\"\n\"2024-07-16T06:55:00.000Z\",\"0.01115\",\"0.010892\",\"8.98\",\"8.893333333333333\"\n\"2024-07-16T07:00:00.000Z\",\"0.011224\",\"0.010966\",\"9.01\",\"8.926666666666666\"\n\"2024-07-16T07:05:00.000Z\",\"0.010757\",\"0.010526\",\"8.923333333333334\",\"8.87\"\n\"2024-07-16T07:10:00.000Z\",\"0.010415\",\"0.010185\",\"8.73\",\"8.67\"\n\"2024-07-16T07:15:00.000Z\",\"0.010521\",\"0.010278\",\"8.793333333333333\",\"8.716666666666667\"\n\"2024-07-16T07:20:00.000Z\",\"0.010655\",\"0.010417\",\"8.866666666666667\",\"8.796666666666667\"\n\"2024-07-16T07:25:00.000Z\",\"0.01052\",\"0.010277\",\"8.78\",\"8.703333333333333\"\n\"2024-07-16T07:30:00.000Z\",\"0.008076\",\"0.007901\",\"6.69\",\"6.616666666666666\"\n\"2024-07-16T07:35:00.000Z\",\"0.006353\",\"0.006228\",\"5.333333333333333\",\"5.256666666666667\"\n\"2024-07-16T07:40:00.000Z\",\"0.006504\",\"0.006362\",\"5.48\",\"5.4\"\n\"2024-07-16T07:45:00.000Z\",\"0.006241\",\"0.006116\",\"5.31\",\"5.246666666666667\"\n\"2024-07-16T07:50:00.000Z\",\"0.0062\",\"0.00608\",\"5.156666666666666\",\"5.086666666666667\"\n\"2024-07-16T07:55:00.000Z\",\"0.006767\",\"0.006625\",\"5.426666666666667\",\"5.346666666666667\"\n\"2024-07-16T08:00:00.000Z\",\"0.006181\",\"0.006058\",\"5.25\",\"5.1866666666666665\"\n\"2024-07-16T08:05:00.000Z\",\"0.009018\",\"0.008836\",\"6.68\",\"6.6\"\n\"2024-07-16T08:10:00.000Z\",\"0.006258\",\"0.006132\",\"5.28\",\"5.206666666666667\"\n\"2024-07-16T08:15:00.000Z\",\"0.006184\",\"0.006044\",\"5.28\",\"5.19\"\n\"2024-07-16T08:20:00.000Z\",\"0.005826\",\"0.005712\",\"5.05\",\"4.996666666666667\"\n\"2024-07-16T08:25:00.000Z\",\"0.00615\",\"0.006025\",\"5.21\",\"5.14\"\n\"2024-07-16T08:30:00.000Z\",\"0.006278\",\"0.006159\",\"5.36\",\"5.306666666666667\"\n\"2024-07-16T08:35:00.000Z\",\"0.006101\",\"0.005982\",\"5.136666666666667\",\"5.08\"\n\"2024-07-16T08:40:00.000Z\",\"0.006045\",\"0.005907\",\"5.166666666666667\",\"5.07\"\n\"2024-07-16T08:45:00.000Z\",\"0.00647\",\"0.006341\",\"5.3966666666666665\",\"5.326666666666667\"\n\"2024-07-16T08:50:00.000Z\",\"0.006083\",\"0.005969\",\"5.113333333333333\",\"5.06\"\n\"2024-07-16T08:55:00.000Z\",\"0.006659\",\"0.006532\",\"5.336666666666667\",\"5.266666666666667\"\n\"2024-07-16T09:00:00.000Z\",\"0.009844\",\"0.009619\",\"8.18\",\"8.09\"\n\"2024-07-16T09:05:00.000Z\",\"0.011237\",\"0.010998\",\"8.906666666666666\",\"8.846666666666666\"\n\"2024-07-16T09:10:00.000Z\",\"0.010655\",\"0.010439\",\"8.826666666666666\",\"8.79\"\n\"2024-07-16T09:15:00.000Z\",\"0.01083\",\"0.010583\",\"9.023333333333333\",\"8.95\"\n\"2024-07-16T09:20:00.000Z\",\"0.010551\",\"0.010314\",\"8.81\",\"8.74\"\n\"2024-07-16T09:25:00.000Z\",\"0.010846\",\"0.010595\",\"9.0\",\"8.923333333333334\"\n\"2024-07-16T09:30:00.000Z\",\"0.010491\",\"0.010246\",\"8.75\",\"8.663333333333334\"\n\"2024-07-16T09:35:00.000Z\",\"0.011112\",\"0.010847\",\"9.18\",\"9.076666666666666\"\n\"2024-07-16T09:40:00.000Z\",\"0.010513\",\"0.010271\",\"8.756666666666666\",\"8.69\"\n\"2024-07-16T09:45:00.000Z\",\"0.010571\",\"0.010323\",\"8.856666666666667\",\"8.78\"\n\"2024-07-16T09:50:00.000Z\",\"0.0111\",\"0.010844\",\"9.06\",\"8.976666666666667\"\n\"2024-07-16T09:55:00.000Z\",\"0.010777\",\"0.010504\",\"8.98\",\"8.88\"\n\"2024-07-16T10:00:00.000Z\",\"0.010494\",\"0.010251\",\"8.753333333333334\",\"8.686666666666667\"\n\"2024-07-16T10:05:00.000Z\",\"0.010763\",\"0.010516\",\"8.956666666666667\",\"8.886666666666667\"\n\"2024-07-16T10:10:00.000Z\",\"0.011343\",\"0.011088\",\"9.106666666666667\",\"9.02\"\n\"2024-07-16T10:15:00.000Z\",\"0.010716\",\"0.010487\",\"8.853333333333333\",\"8.813333333333333\"\n\"2024-07-16T10:20:00.000Z\",\"0.010575\",\"0.010336\",\"8.796666666666667\",\"8.733333333333333\"\n\"2024-07-16T10:25:00.000Z\",\"0.010966\",\"0.010735\",\"9.036666666666667\",\"8.993333333333334\"\n\"2024-07-16T10:30:00.000Z\",\"0.01071\",\"0.010481\",\"8.856666666666667\",\"8.803333333333333\"\n\"2024-07-16T10:35:00.000Z\",\"0.01048\",\"0.010262\",\"8.723333333333333\",\"8.683333333333334\"\n\"2024-07-16T10:40:00.000Z\",\"0.01075\",\"0.010526\",\"8.95\",\"8.91\"\n\"2024-07-16T10:45:00.000Z\",\"0.010761\",\"0.010538\",\"8.843333333333334\",\"8.806666666666667\"\n\"2024-07-16T10:50:00.000Z\",\"0.011186\",\"0.010959\",\"8.946666666666667\",\"8.903333333333334\"\n\"2024-07-16T10:55:00.000Z\",\"0.010555\",\"0.010327\",\"8.713333333333333\",\"8.656666666666666\"\n\"2024-07-16T11:00:00.000Z\",\"0.010923\",\"0.010668\",\"9.066666666666666\",\"8.98\"\n\"2024-07-16T11:05:00.000Z\",\"0.010502\",\"0.010275\",\"8.753333333333334\",\"8.71\"\n\"2024-07-16T11:10:00.000Z\",\"0.0106\",\"0.010367\",\"8.773333333333333\",\"8.713333333333333\"\n\"2024-07-16T11:15:00.000Z\",\"0.010407\",\"0.010183\",\"8.673333333333334\",\"8.626666666666667\"\n\"2024-07-16T11:20:00.000Z\",\"0.01104\",\"0.010804\",\"9.073333333333334\",\"9.023333333333333\"\n\"2024-07-16T11:25:00.000Z\",\"0.011415\",\"0.011191\",\"9.01\",\"8.973333333333333\"\n\"2024-07-16T11:30:00.000Z\",\"0.010488\",\"0.010266\",\"8.686666666666667\",\"8.65\"\n\"2024-07-16T11:35:00.000Z\",\"0.010767\",\"0.010545\",\"8.9\",\"8.853333333333333\"\n\"2024-07-16T11:40:00.000Z\",\"0.01032\",\"0.010104\",\"8.646666666666667\",\"8.606666666666667\"\n\"2024-07-16T11:45:00.000Z\",\"0.010741\",\"0.01051\",\"8.866666666666667\",\"8.816666666666666\"\n\"2024-07-16T11:50:00.000Z\",\"0.010873\",\"0.010644\",\"8.763333333333334\",\"8.72\"\n\"2024-07-16T11:55:00.000Z\",\"0.010969\",\"0.010731\",\"9.136666666666667\",\"9.086666666666666\"\n\"2024-07-16T12:00:00.000Z\",\"0.010508\",\"0.010271\",\"8.766666666666667\",\"8.706666666666667\"\n\"2024-07-16T12:05:00.000Z\",\"0.010683\",\"0.01045\",\"8.853333333333333\",\"8.8\"\n\"2024-07-16T12:10:00.000Z\",\"0.013196\",\"0.012912\",\"10.32\",\"10.27\"\n\"2024-07-16T12:15:00.000Z\",\"0.010831\",\"0.010604\",\"8.963333333333333\",\"8.93\"\n\"2024-07-16T12:20:00.000Z\",\"0.010442\",\"0.010224\",\"8.676666666666666\",\"8.636666666666667\"\n\"2024-07-16T12:25:00.000Z\",\"0.010553\",\"0.010327\",\"8.74\",\"8.686666666666667\"\n\"2024-07-16T12:30:00.000Z\",\"0.01024\",\"0.010014\",\"8.606666666666667\",\"8.563333333333333\"\n\"2024-07-16T12:35:00.000Z\",\"0.011025\",\"0.010791\",\"9.08\",\"9.026666666666667\"\n\"2024-07-16T12:40:00.000Z\",\"0.010613\",\"0.010392\",\"8.843333333333334\",\"8.81\"\n\"2024-07-16T12:45:00.000Z\",\"0.010772\",\"0.010542\",\"8.94\",\"8.893333333333333\"\n\"2024-07-16T12:50:00.000Z\",\"0.011052\",\"0.01084\",\"8.753333333333334\",\"8.72\"\n\"2024-07-16T12:55:00.000Z\",\"0.011293\",\"0.011056\",\"8.98\",\"8.936666666666667\"\n\"2024-07-16T13:00:00.000Z\",\"0.010674\",\"0.010435\",\"8.846666666666666\",\"8.78\"\n\"2024-07-16T13:05:00.000Z\",\"0.010829\",\"0.01061\",\"8.983333333333333\",\"8.95\"\n\"2024-07-16T13:10:00.000Z\",\"0.01063\",\"0.010393\",\"8.806666666666667\",\"8.746666666666666\"\n\"2024-07-16T13:15:00.000Z\",\"0.010563\",\"0.010341\",\"8.746666666666666\",\"8.706666666666667\"\n\"2024-07-16T13:20:00.000Z\",\"0.007785\",\"0.007638\",\"6.416666666666667\",\"6.366666666666666\"\n\"2024-07-16T13:25:00.000Z\",\"0.008328\",\"0.00816\",\"6.873333333333333\",\"6.816666666666666\"\n\"2024-07-16T13:30:00.000Z\",\"0.010577\",\"0.010348\",\"8.726666666666667\",\"8.673333333333334\"\n\"2024-07-16T13:35:00.000Z\",\"0.01072\",\"0.010494\",\"8.923333333333334\",\"8.89\"\n\"2024-07-16T13:40:00.000Z\",\"0.010471\",\"0.010255\",\"8.73\",\"8.696666666666667\"\n\"2024-07-16T13:45:00.000Z\",\"0.010597\",\"0.010379\",\"8.773333333333333\",\"8.733333333333333\"\n\"2024-07-16T13:50:00.000Z\",\"0.010575\",\"0.010358\",\"8.7\",\"8.67\"\n\"2024-07-16T13:55:00.000Z\",\"0.011309\",\"0.011074\",\"9.103333333333333\",\"9.063333333333333\"\n\"2024-07-16T14:00:00.000Z\",\"0.011312\",\"0.011073\",\"8.993333333333334\",\"8.94\"\n\"2024-07-16T14:05:00.000Z\",\"0.01053\",\"0.010309\",\"8.74\",\"8.703333333333333\"\n\"2024-07-16T14:10:00.000Z\",\"0.010466\",\"0.010251\",\"8.673333333333334\",\"8.643333333333333\"\n\"2024-07-16T14:15:00.000Z\",\"0.010805\",\"0.01057\",\"9.013333333333334\",\"8.96\"\n\"2024-07-16T14:20:00.000Z\",\"0.010651\",\"0.010426\",\"8.833333333333334\",\"8.796666666666667\"\n\"2024-07-16T14:25:00.000Z\",\"0.010829\",\"0.010596\",\"9.0\",\"8.943333333333333\"\n\"2024-07-16T14:30:00.000Z\",\"0.010581\",\"0.010332\",\"8.83\",\"8.773333333333333\"\n\"2024-07-16T14:35:00.000Z\",\"0.010775\",\"0.010549\",\"8.85\",\"8.813333333333333\"\n\"2024-07-16T14:40:00.000Z\",\"0.010344\",\"0.010127\",\"8.66\",\"8.626666666666667\"\n\"2024-07-16T14:45:00.000Z\",\"0.010768\",\"0.010534\",\"9.01\",\"8.963333333333333\"\n\"2024-07-16T14:50:00.000Z\",\"0.010409\",\"0.010194\",\"8.68\",\"8.646666666666667\"\n\"2024-07-16T14:55:00.000Z\",\"0.01036\",\"0.010129\",\"8.72\",\"8.67\"\n\"2024-07-16T15:00:00.000Z\",\"0.011242\",\"0.011016\",\"9.093333333333334\",\"9.056666666666667\"\n\"2024-07-16T15:05:00.000Z\",\"0.010502\",\"0.010275\",\"8.736666666666666\",\"8.686666666666667\"\n\"2024-07-16T15:10:00.000Z\",\"0.010399\",\"0.010176\",\"8.653333333333334\",\"8.603333333333333\"\n\"2024-07-16T15:15:00.000Z\",\"0.010696\",\"0.010482\",\"8.786666666666667\",\"8.76\"\n\"2024-07-16T15:20:00.000Z\",\"0.010607\",\"0.010382\",\"8.833333333333334\",\"8.793333333333333\"\n\"2024-07-16T15:25:00.000Z\",\"0.011256\",\"0.011096\",\"8.896666666666667\",\"8.883333333333333\"\n\"2024-07-16T15:30:00.000Z\",\"0.010607\",\"0.010303\",\"8.853333333333333\",\"8.763333333333334\"\n\"2024-07-16T15:35:00.000Z\",\"0.010446\",\"0.010227\",\"8.663333333333334\",\"8.623333333333333\"\n\"2024-07-16T15:40:00.000Z\",\"0.010943\",\"0.010695\",\"9.1\",\"9.026666666666667\"\n\"2024-07-16T15:45:00.000Z\",\"0.010642\",\"0.010409\",\"8.833333333333334\",\"8.773333333333333\"\n\"2024-07-16T15:50:00.000Z\",\"0.01271\",\"0.012438\",\"10.076666666666666\",\"10.02\"\n\"2024-07-16T15:55:00.000Z\",\"0.011133\",\"0.010889\",\"8.94\",\"8.87\"\n\"2024-07-16T16:00:00.000Z\",\"0.010832\",\"0.010571\",\"9.08\",\"9.003333333333334\"\n\"2024-07-16T16:05:00.000Z\",\"0.01069\",\"0.010443\",\"8.91\",\"8.84\"\n\"2024-07-16T16:10:00.000Z\",\"0.010678\",\"0.010434\",\"8.853333333333333\",\"8.786666666666667\"\n\"2024-07-16T16:15:00.000Z\",\"0.011142\",\"0.010881\",\"9.206666666666667\",\"9.12\"\n\"2024-07-16T16:20:00.000Z\",\"0.010386\",\"0.010143\",\"8.776666666666667\",\"8.703333333333333\"\n\"2024-07-16T16:25:00.000Z\",\"0.010852\",\"0.010604\",\"8.953333333333333\",\"8.876666666666667\"\n\"2024-07-16T16:30:00.000Z\",\"0.010784\",\"0.010519\",\"9.036666666666667\",\"8.93\"\n\"2024-07-16T16:35:00.000Z\",\"0.010666\",\"0.010407\",\"8.91\",\"8.813333333333333\"\n\"2024-07-16T16:40:00.000Z\",\"0.010605\",\"0.010364\",\"8.863333333333333\",\"8.79\"\n\"2024-07-16T16:45:00.000Z\",\"0.010608\",\"0.010363\",\"8.793333333333333\",\"8.71\"\n\"2024-07-16T16:50:00.000Z\",\"0.010763\",\"0.010505\",\"9.03\",\"8.94\"\n\"2024-07-16T16:55:00.000Z\",\"0.011217\",\"0.010958\",\"8.98\",\"8.873333333333333\"\n\"2024-07-16T17:00:00.000Z\",\"0.010843\",\"0.010592\",\"8.813333333333333\",\"8.73\"\n\"2024-07-16T17:05:00.000Z\",\"0.010505\",\"0.010275\",\"8.79\",\"8.736666666666666\"\n\"2024-07-16T17:10:00.000Z\",\"0.01085\",\"0.01061\",\"8.993333333333334\",\"8.93\"\n\"2024-07-16T17:15:00.000Z\",\"0.010634\",\"0.010385\",\"8.853333333333333\",\"8.766666666666667\"\n\"2024-07-16T17:20:00.000Z\",\"0.01053\",\"0.010274\",\"8.866666666666667\",\"8.766666666666667\"\n\"2024-07-16T17:25:00.000Z\",\"0.010546\",\"0.010319\",\"8.743333333333334\",\"8.686666666666667\"\n\"2024-07-16T17:30:00.000Z\",\"0.01097\",\"0.01071\",\"9.103333333333333\",\"9.013333333333334\"\n\"2024-07-16T17:35:00.000Z\",\"0.010611\",\"0.010378\",\"8.853333333333333\",\"8.793333333333333\"\n\"2024-07-16T17:40:00.000Z\",\"0.010475\",\"0.010226\",\"8.796666666666667\",\"8.716666666666667\"\n\"2024-07-16T17:45:00.000Z\",\"0.010603\",\"0.010363\",\"8.81\",\"8.73\"\n\"2024-07-16T17:50:00.000Z\",\"0.010957\",\"0.010717\",\"9.093333333333334\",\"9.03\"\n\"2024-07-16T17:55:00.000Z\",\"0.01073\",\"0.010471\",\"8.933333333333334\",\"8.85\"\n\"2024-07-16T18:00:00.000Z\",\"0.010943\",\"0.010708\",\"8.863333333333333\",\"8.8\"\n\"2024-07-16T18:05:00.000Z\",\"0.010615\",\"0.010368\",\"8.856666666666667\",\"8.773333333333333\"\n\"2024-07-16T18:10:00.000Z\",\"0.011048\",\"0.010767\",\"9.233333333333333\",\"9.116666666666667\"\n\"2024-07-16T18:15:00.000Z\",\"0.011209\",\"0.010945\",\"9.01\",\"8.91\"\n\"2024-07-16T18:20:00.000Z\",\"0.010755\",\"0.010496\",\"8.96\",\"8.863333333333333\"\n\"2024-07-16T18:25:00.000Z\",\"0.01078\",\"0.010518\",\"9.023333333333333\",\"8.93\"\n\"2024-07-16T18:30:00.000Z\",\"0.010742\",\"0.010472\",\"8.943333333333333\",\"8.83\"\n\"2024-07-16T18:35:00.000Z\",\"0.010761\",\"0.010514\",\"8.973333333333333\",\"8.9\"\n\"2024-07-16T18:40:00.000Z\",\"0.010572\",\"0.010325\",\"8.81\",\"8.733333333333333\"\n\"2024-07-16T18:45:00.000Z\",\"0.010863\",\"0.010596\",\"9.1\",\"9.003333333333334\"\n\"2024-07-16T18:50:00.000Z\",\"0.01053\",\"0.010281\",\"8.82\",\"8.743333333333334\"\n\"2024-07-16T18:55:00.000Z\",\"0.010408\",\"0.010148\",\"8.813333333333333\",\"8.72\"\n\"2024-07-16T19:00:00.000Z\",\"0.011315\",\"0.011047\",\"9.103333333333333\",\"9.003333333333334\"\n\"2024-07-16T19:05:00.000Z\",\"0.011003\",\"0.010743\",\"9.126666666666667\",\"9.036666666666667\"\n\"2024-07-16T19:10:00.000Z\",\"0.0106\",\"0.010361\",\"8.88\",\"8.816666666666666\"\n\"2024-07-16T19:15:00.000Z\",\"0.010784\",\"0.010511\",\"8.923333333333334\",\"8.85\"\n\"2024-07-16T19:20:00.000Z\",\"0.010901\",\"0.01064\",\"9.136666666666667\",\"9.05\"\n\"2024-07-16T19:25:00.000Z\",\"0.010774\",\"0.010522\",\"8.97\",\"8.89\"\n\"2024-07-16T19:30:00.000Z\",\"0.012905\",\"0.012592\",\"10.29\",\"10.18\"\n\"2024-07-16T19:35:00.000Z\",\"0.010765\",\"0.010496\",\"9.003333333333334\",\"8.903333333333334\"\n\"2024-07-16T19:40:00.000Z\",\"0.011653\",\"0.011384\",\"9.313333333333333\",\"9.223333333333333\"\n\"2024-07-16T19:45:00.000Z\",\"0.010444\",\"0.010199\",\"8.783333333333333\",\"8.703333333333333\"\n\"2024-07-16T19:50:00.000Z\",\"0.010709\",\"0.010443\",\"8.953333333333333\",\"8.853333333333333\"\n\"2024-07-16T19:55:00.000Z\",\"0.010693\",\"0.010454\",\"8.896666666666667\",\"8.833333333333334\"\n\"2024-07-16T20:00:00.000Z\",\"0.010848\",\"0.010587\",\"8.99\",\"8.923333333333334\"\n\"2024-07-16T20:05:00.000Z\",\"0.011284\",\"0.011022\",\"9.056666666666667\",\"8.973333333333333\"\n\"2024-07-16T20:10:00.000Z\",\"0.010606\",\"0.010309\",\"8.97\",\"8.81\"\n\"2024-07-16T20:15:00.000Z\",\"0.010618\",\"0.010369\",\"8.873333333333333\",\"8.79\"\n\"2024-07-16T20:20:00.000Z\",\"0.010825\",\"0.010579\",\"8.996666666666666\",\"8.916666666666666\"\n\"2024-07-16T20:25:00.000Z\",\"0.010767\",\"0.010505\",\"9.016666666666667\",\"8.913333333333334\"\n\"2024-07-16T20:30:00.000Z\",\"0.010424\",\"0.010172\",\"8.716666666666667\",\"8.656666666666666\"\n\"2024-07-16T20:35:00.000Z\",\"0.010913\",\"0.010632\",\"9.123333333333333\",\"8.98\"\n\"2024-07-16T20:40:00.000Z\",\"0.010453\",\"0.010222\",\"8.756666666666666\",\"8.693333333333333\"\n\"2024-07-16T20:45:00.000Z\",\"0.011337\",\"0.011071\",\"9.043333333333333\",\"8.936666666666667\"\n\"2024-07-16T20:50:00.000Z\",\"0.010718\",\"0.010447\",\"8.86\",\"8.736666666666666\"\n\"2024-07-16T20:55:00.000Z\",\"0.010958\",\"0.010692\",\"9.153333333333334\",\"9.043333333333333\"\n\"2024-07-16T21:00:00.000Z\",\"0.010613\",\"0.010361\",\"8.836666666666666\",\"8.743333333333334\"\n\"2024-07-16T21:05:00.000Z\",\"0.010924\",\"0.010659\",\"9.05\",\"8.96\"\n\"2024-07-16T21:10:00.000Z\",\"0.010967\",\"0.01071\",\"8.92\",\"8.84\"\n\"2024-07-16T21:15:00.000Z\",\"0.010768\",\"0.010509\",\"9.016666666666667\",\"8.93\"\n\"2024-07-16T21:20:00.000Z\",\"0.010761\",\"0.010495\",\"8.973333333333333\",\"8.856666666666667\"\n\"2024-07-16T21:25:00.000Z\",\"0.010523\",\"0.010262\",\"8.823333333333334\",\"8.72\"\n\"2024-07-16T21:30:00.000Z\",\"0.010494\",\"0.010244\",\"8.79\",\"8.696666666666667\"\n\"2024-07-16T21:35:00.000Z\",\"0.010979\",\"0.010683\",\"9.193333333333333\",\"9.06\"\n\"2024-07-16T21:40:00.000Z\",\"0.010727\",\"0.010444\",\"8.946666666666667\",\"8.85\"\n\"2024-07-16T21:45:00.000Z\",\"0.01077\",\"0.010504\",\"8.986666666666666\",\"8.886666666666667\"\n\"2024-07-16T21:50:00.000Z\",\"0.010673\",\"0.010427\",\"8.82\",\"8.733333333333333\"\n\"2024-07-16T21:55:00.000Z\",\"0.010783\",\"0.010518\",\"9.076666666666666\",\"8.983333333333333\"\n\"2024-07-16T22:00:00.000Z\",\"0.010694\",\"0.010418\",\"8.966666666666667\",\"8.846666666666666\"\n\"2024-07-16T22:05:00.000Z\",\"0.010521\",\"0.010267\",\"8.866666666666667\",\"8.783333333333333\"\n\"2024-07-16T22:10:00.000Z\",\"0.011202\",\"0.010951\",\"8.933333333333334\",\"8.843333333333334\"\n\"2024-07-16T22:15:00.000Z\",\"0.011435\",\"0.011158\",\"9.286666666666667\",\"9.173333333333334\"\n\"2024-07-16T22:20:00.000Z\",\"0.010635\",\"0.010382\",\"8.87\",\"8.766666666666667\"\n\"2024-07-16T22:25:00.000Z\",\"0.010803\",\"0.010529\",\"9.036666666666667\",\"8.916666666666666\"\n\"2024-07-16T22:30:00.000Z\",\"0.010693\",\"0.010444\",\"8.903333333333334\",\"8.813333333333333\"\n\"2024-07-16T22:35:00.000Z\",\"0.010532\",\"0.010281\",\"8.786666666666667\",\"8.693333333333333\"\n\"2024-07-16T22:40:00.000Z\",\"0.010839\",\"0.010579\",\"9.033333333333333\",\"8.943333333333333\"\n\"2024-07-16T22:45:00.000Z\",\"0.010886\",\"0.010615\",\"9.116666666666667\",\"9.013333333333334\"\n\"2024-07-16T22:50:00.000Z\",\"0.010577\",\"0.010318\",\"8.833333333333334\",\"8.72\"\n\"2024-07-16T22:55:00.000Z\",\"0.010629\",\"0.010369\",\"8.86\",\"8.753333333333334\"\n\"2024-07-16T23:00:00.000Z\",\"0.010634\",\"0.010386\",\"8.863333333333333\",\"8.77\"\n\"2024-07-16T23:05:00.000Z\",\"0.011339\",\"0.011065\",\"9.223333333333333\",\"9.116666666666667\"\n\"2024-07-16T23:10:00.000Z\",\"0.010325\",\"0.01009\",\"8.69\",\"8.62\"\n\"2024-07-16T23:15:00.000Z\",\"0.010763\",\"0.010505\",\"8.973333333333333\",\"8.88\"\n\"2024-07-16T23:20:00.000Z\",\"0.010533\",\"0.010285\",\"8.79\",\"8.7\"\n\"2024-07-16T23:25:00.000Z\",\"0.010841\",\"0.010575\",\"9.006666666666666\",\"8.903333333333334\"\n\"2024-07-16T23:30:00.000Z\",\"0.01082\",\"0.010553\",\"9.1\",\"8.996666666666666\"\n\"2024-07-16T23:35:00.000Z\",\"0.011655\",\"0.011363\",\"9.24\",\"9.096666666666666\"\n\"2024-07-16T23:40:00.000Z\",\"0.010541\",\"0.010292\",\"8.813333333333333\",\"8.723333333333333\"\n\"2024-07-16T23:45:00.000Z\",\"0.01061\",\"0.010329\",\"8.946666666666667\",\"8.816666666666666\"\n\"2024-07-16T23:50:00.000Z\",\"0.012994\",\"0.012697\",\"10.283333333333333\",\"10.196666666666667\"\n\"2024-07-16T23:55:00.000Z\",\"0.011015\",\"0.010748\",\"9.173333333333334\",\"9.07\"\n\"2024-07-17T00:00:00.000Z\",\"0.010553\",\"0.010284\",\"8.863333333333333\",\"8.756666666666666\"\n\"2024-07-17T00:05:00.000Z\",\"0.010763\",\"0.010453\",\"9.02\",\"8.89\"\n\"2024-07-17T00:10:00.000Z\",\"0.011284\",\"0.011025\",\"9.02\",\"8.94\"\n\"2024-07-17T00:15:00.000Z\",\"0.010778\",\"0.010531\",\"8.99\",\"8.913333333333334\"\n\"2024-07-17T00:20:00.000Z\",\"0.01067\",\"0.010408\",\"8.94\",\"8.846666666666666\"\n\"2024-07-17T00:25:00.000Z\",\"0.010772\",\"0.010506\",\"8.95\",\"8.84\"\n\"2024-07-17T00:30:00.000Z\",\"0.010693\",\"0.010439\",\"8.81\",\"8.716666666666667\"\n\"2024-07-17T00:35:00.000Z\",\"0.010893\",\"0.010619\",\"9.136666666666667\",\"9.013333333333334\"\n\"2024-07-17T00:40:00.000Z\",\"0.011345\",\"0.011076\",\"9.026666666666667\",\"8.913333333333334\"\n\"2024-07-17T00:45:00.000Z\",\"0.010714\",\"0.010456\",\"8.913333333333334\",\"8.81\"\n\"2024-07-17T00:50:00.000Z\",\"0.010603\",\"0.01034\",\"8.89\",\"8.776666666666667\"\n\"2024-07-17T00:55:00.000Z\",\"0.010966\",\"0.010692\",\"9.21\",\"9.1\"\n\"2024-07-17T01:00:00.000Z\",\"0.010586\",\"0.01033\",\"8.86\",\"8.76\"\n\"2024-07-17T01:05:00.000Z\",\"0.010679\",\"0.010425\",\"8.883333333333333\",\"8.79\"\n\"2024-07-17T01:10:00.000Z\",\"0.011009\",\"0.010748\",\"8.94\",\"8.843333333333334\"\n\"2024-07-17T01:15:00.000Z\",\"0.011094\",\"0.010821\",\"9.193333333333333\",\"9.086666666666666\"\n\"2024-07-17T01:20:00.000Z\",\"0.010688\",\"0.01042\",\"8.963333333333333\",\"8.85\"\n\"2024-07-17T01:25:00.000Z\",\"0.01075\",\"0.010489\",\"8.94\",\"8.833333333333334\"\n\"2024-07-17T01:30:00.000Z\",\"0.010551\",\"0.010305\",\"8.786666666666667\",\"8.713333333333333\"\n\"2024-07-17T01:35:00.000Z\",\"0.011134\",\"0.01087\",\"9.156666666666666\",\"9.06\"\n\"2024-07-17T01:40:00.000Z\",\"0.010722\",\"0.010483\",\"8.91\",\"8.836666666666666\"\n\"2024-07-17T01:45:00.000Z\",\"0.010642\",\"0.010406\",\"8.793333333333333\",\"8.72\"\n\"2024-07-17T01:50:00.000Z\",\"0.010619\",\"0.010365\",\"8.863333333333333\",\"8.766666666666667\"\n\"2024-07-17T01:55:00.000Z\",\"0.011049\",\"0.010773\",\"9.183333333333334\",\"9.063333333333333\"\n\"2024-07-17T02:00:00.000Z\",\"0.010633\",\"0.010378\",\"8.86\",\"8.766666666666667\"\n\"2024-07-17T02:05:00.000Z\",\"0.011317\",\"0.011059\",\"9.036666666666667\",\"8.956666666666667\"\n\"2024-07-17T02:10:00.000Z\",\"0.010529\",\"0.010267\",\"8.823333333333334\",\"8.716666666666667\"\n\"2024-07-17T02:15:00.000Z\",\"0.011512\",\"0.011263\",\"9.216666666666667\",\"9.15\"\n\"2024-07-17T02:20:00.000Z\",\"0.010732\",\"0.010466\",\"8.98\",\"8.876666666666667\"\n\"2024-07-17T02:25:00.000Z\",\"0.010551\",\"0.010289\",\"8.823333333333334\",\"8.72\"\n\"2024-07-17T02:30:00.000Z\",\"0.010679\",\"0.010425\",\"8.82\",\"8.72\"\n\"2024-07-17T02:35:00.000Z\",\"0.01092\",\"0.010637\",\"9.11\",\"8.98\"\n\"2024-07-17T02:40:00.000Z\",\"0.010608\",\"0.010353\",\"8.883333333333333\",\"8.79\"\n\"2024-07-17T02:45:00.000Z\",\"0.010772\",\"0.010505\",\"8.96\",\"8.86\"\n\"2024-07-17T02:50:00.000Z\",\"0.010722\",\"0.010467\",\"8.913333333333334\",\"8.82\"\n\"2024-07-17T02:55:00.000Z\",\"0.010853\",\"0.010593\",\"9.1\",\"9.01\"\n\"2024-07-17T03:00:00.000Z\",\"0.010593\",\"0.010346\",\"8.786666666666667\",\"8.7\"\n\"2024-07-17T03:05:00.000Z\",\"0.010532\",\"0.010287\",\"8.776666666666667\",\"8.683333333333334\"\n\"2024-07-17T03:10:00.000Z\",\"0.010634\",\"0.010386\",\"8.856666666666667\",\"8.773333333333333\"\n\"2024-07-17T03:15:00.000Z\",\"0.011511\",\"0.011243\",\"9.31\",\"9.216666666666667\"\n\"2024-07-17T03:20:00.000Z\",\"0.01086\",\"0.010577\",\"9.063333333333333\",\"8.93\"\n\"2024-07-17T03:25:00.000Z\",\"0.011391\",\"0.011125\",\"9.13\",\"9.036666666666667\"\n\"2024-07-17T03:30:00.000Z\",\"0.011053\",\"0.010763\",\"9.263333333333334\",\"9.143333333333333\"\n\"2024-07-17T03:35:00.000Z\",\"0.010661\",\"0.010399\",\"8.936666666666667\",\"8.836666666666666\"\n\"2024-07-17T03:40:00.000Z\",\"0.01103\",\"0.010768\",\"9.11\",\"9.02\"\n\"2024-07-17T03:45:00.000Z\",\"0.01269\",\"0.012407\",\"10.116666666666667\",\"10.023333333333333\"\n\"2024-07-17T03:50:00.000Z\",\"0.011108\",\"0.010821\",\"9.266666666666667\",\"9.173333333333334\"\n\"2024-07-17T03:55:00.000Z\",\"0.010611\",\"0.010352\",\"8.896666666666667\",\"8.8\"\n\"2024-07-17T04:00:00.000Z\",\"0.010648\",\"0.010385\",\"8.88\",\"8.773333333333333\"\n\"2024-07-17T04:05:00.000Z\",\"0.010523\",\"0.010286\",\"8.793333333333333\",\"8.723333333333333\"\n\"2024-07-17T04:10:00.000Z\",\"0.011044\",\"0.010779\",\"9.176666666666666\",\"9.076666666666666\"\n\"2024-07-17T04:15:00.000Z\",\"0.01118\",\"0.010919\",\"9.043333333333333\",\"8.953333333333333\"\n\"2024-07-17T04:20:00.000Z\",\"0.010512\",\"0.010286\",\"8.733333333333333\",\"8.683333333333334\"\n\"2024-07-17T04:25:00.000Z\",\"0.01081\",\"0.010581\",\"8.853333333333333\",\"8.803333333333333\"\n\"2024-07-17T04:30:00.000Z\",\"0.010731\",\"0.010497\",\"8.913333333333334\",\"8.86\"\n\"2024-07-17T04:35:00.000Z\",\"0.010482\",\"0.010235\",\"8.763333333333334\",\"8.676666666666666\"\n\"2024-07-17T04:40:00.000Z\",\"0.010698\",\"0.010432\",\"8.923333333333334\",\"8.836666666666666\"\n\"2024-07-17T04:45:00.000Z\",\"0.010773\",\"0.010543\",\"8.846666666666666\",\"8.793333333333333\"\n\"2024-07-17T04:50:00.000Z\",\"0.01085\",\"0.010607\",\"9.036666666666667\",\"8.966666666666667\"\n\"2024-07-17T04:55:00.000Z\",\"0.011341\",\"0.011099\",\"8.986666666666666\",\"8.916666666666666\"\n\"2024-07-17T05:00:00.000Z\",\"0.01064\",\"0.010394\",\"8.84\",\"8.763333333333334\"\n\"2024-07-17T05:05:00.000Z\",\"0.010525\",\"0.010276\",\"8.803333333333333\",\"8.72\"\n\"2024-07-17T05:10:00.000Z\",\"0.011192\",\"0.010941\",\"9.193333333333333\",\"9.13\"\n\"2024-07-17T05:15:00.000Z\",\"0.010694\",\"0.010449\",\"8.913333333333334\",\"8.843333333333334\"\n\"2024-07-17T05:20:00.000Z\",\"0.010603\",\"0.010383\",\"8.783333333333333\",\"8.74\"\n\"2024-07-17T05:25:00.000Z\",\"0.010964\",\"0.010739\",\"8.82\",\"8.773333333333333\"\n\"2024-07-17T05:30:00.000Z\",\"0.010806\",\"0.010558\",\"8.986666666666666\",\"8.913333333333334\"\n\"2024-07-17T05:35:00.000Z\",\"0.010422\",\"0.010195\",\"8.68\",\"8.623333333333333\"\n\"2024-07-17T05:40:00.000Z\",\"0.010599\",\"0.010345\",\"8.883333333333333\",\"8.796666666666667\"\n\"2024-07-17T05:45:00.000Z\",\"0.010575\",\"0.010337\",\"8.826666666666666\",\"8.766666666666667\"\n\"2024-07-17T05:50:00.000Z\",\"0.010886\",\"0.010593\",\"9.276666666666667\",\"9.136666666666667\"\n\"2024-07-17T05:55:00.000Z\",\"0.010643\",\"0.010387\",\"8.896666666666667\",\"8.8\"\n\"2024-07-17T06:00:00.000Z\",\"0.010639\",\"0.010387\",\"8.883333333333333\",\"8.793333333333333\"\n\"2024-07-17T06:05:00.000Z\",\"0.011427\",\"0.011196\",\"8.986666666666666\",\"8.933333333333334\"\n\"2024-07-17T06:10:00.000Z\",\"0.010576\",\"0.010346\",\"8.766666666666667\",\"8.73\"\n\"2024-07-17T06:15:00.000Z\",\"0.011455\",\"0.011208\",\"9.183333333333334\",\"9.113333333333333\"\n\"2024-07-17T06:20:00.000Z\",\"0.010428\",\"0.010191\",\"8.753333333333334\",\"8.69\"\n\"2024-07-17T06:25:00.000Z\",\"0.010646\",\"0.01041\",\"8.87\",\"8.81\"\n\"2024-07-17T06:30:00.000Z\",\"0.010605\",\"0.010353\",\"8.893333333333333\",\"8.813333333333333\"\n\"2024-07-17T06:35:00.000Z\",\"0.010984\",\"0.010734\",\"9.166666666666666\",\"9.103333333333333\"\n\"2024-07-17T06:40:00.000Z\",\"0.010544\",\"0.010302\",\"8.783333333333333\",\"8.706666666666667\"\n\"2024-07-17T06:45:00.000Z\",\"0.010714\",\"0.010476\",\"8.89\",\"8.826666666666666\"\n\"2024-07-17T06:50:00.000Z\",\"0.010646\",\"0.010403\",\"8.8\",\"8.726666666666667\"\n\"2024-07-17T06:55:00.000Z\",\"0.010839\",\"0.010607\",\"9.013333333333334\",\"8.963333333333333\"\n\"2024-07-17T07:00:00.000Z\",\"0.010533\",\"0.010289\",\"8.85\",\"8.77\"\n\"2024-07-17T07:05:00.000Z\",\"0.010542\",\"0.010308\",\"8.76\",\"8.696666666666667\"\n\"2024-07-17T07:10:00.000Z\",\"0.011328\",\"0.011084\",\"8.93\",\"8.866666666666667\"\n\"2024-07-17T07:15:00.000Z\",\"0.010819\",\"0.010573\",\"9.06\",\"8.986666666666666\"\n\"2024-07-17T07:20:00.000Z\",\"0.011074\",\"0.010843\",\"8.903333333333334\",\"8.856666666666667\"\n\"2024-07-17T07:25:00.000Z\",\"0.010624\",\"0.010377\",\"8.86\",\"8.78\"\n\"2024-07-17T07:30:00.000Z\",\"0.010582\",\"0.010346\",\"8.806666666666667\",\"8.74\"\n\"2024-07-17T07:35:00.000Z\",\"0.01081\",\"0.010561\",\"9.013333333333334\",\"8.94\"\n\"2024-07-17T07:40:00.000Z\",\"0.010703\",\"0.010443\",\"8.9\",\"8.806666666666667\"\n\"2024-07-17T07:45:00.000Z\",\"0.010522\",\"0.010287\",\"8.826666666666666\",\"8.75\"\n\"2024-07-17T07:50:00.000Z\",\"0.01041\",\"0.01017\",\"8.703333333333333\",\"8.64\"\n\"2024-07-17T07:55:00.000Z\",\"0.011004\",\"0.010759\",\"9.086666666666666\",\"9.023333333333333\"\n\"2024-07-17T08:00:00.000Z\",\"0.012854\",\"0.012566\",\"10.206666666666667\",\"10.116666666666667\"\n\"2024-07-17T08:05:00.000Z\",\"0.010555\",\"0.010312\",\"8.763333333333334\",\"8.703333333333333\"\n\"2024-07-17T08:10:00.000Z\",\"0.010873\",\"0.010612\",\"9.073333333333334\",\"8.98\"\n\"2024-07-17T08:15:00.000Z\",\"0.01056\",\"0.010321\",\"8.86\",\"8.793333333333333\"\n\"2024-07-17T08:20:00.000Z\",\"0.010753\",\"0.010505\",\"8.95\",\"8.88\"\n\"2024-07-17T08:25:00.000Z\",\"0.011142\",\"0.010888\",\"8.996666666666666\",\"8.923333333333334\"\n\"2024-07-17T08:30:00.000Z\",\"0.010471\",\"0.010236\",\"8.773333333333333\",\"8.72\"\n\"2024-07-17T08:35:00.000Z\",\"0.011031\",\"0.010773\",\"9.163333333333334\",\"9.083333333333334\"\n\"2024-07-17T08:40:00.000Z\",\"0.011437\",\"0.011153\",\"9.156666666666666\",\"9.026666666666667\"\n\"2024-07-17T08:45:00.000Z\",\"0.010792\",\"0.010538\",\"8.943333333333333\",\"8.856666666666667\"\n\"2024-07-17T08:50:00.000Z\",\"0.01072\",\"0.010462\",\"8.923333333333334\",\"8.833333333333334\"\n\"2024-07-17T08:55:00.000Z\",\"0.010731\",\"0.010463\",\"9.006666666666666\",\"8.896666666666667\"\n\"2024-07-17T09:00:00.000Z\",\"0.010616\",\"0.010376\",\"8.776666666666667\",\"8.706666666666667\"\n\"2024-07-17T09:05:00.000Z\",\"0.010762\",\"0.010505\",\"8.95\",\"8.853333333333333\"\n\"2024-07-17T09:10:00.000Z\",\"0.010325\",\"0.010082\",\"8.713333333333333\",\"8.633333333333333\"\n\"2024-07-17T09:15:00.000Z\",\"0.010724\",\"0.010474\",\"8.933333333333334\",\"8.853333333333333\"\n\"2024-07-17T09:20:00.000Z\",\"0.010925\",\"0.010658\",\"9.19\",\"9.1\"\n\"2024-07-17T09:25:00.000Z\",\"0.010695\",\"0.010439\",\"8.926666666666666\",\"8.826666666666666\"\n\"2024-07-17T09:30:00.000Z\",\"0.010443\",\"0.01019\",\"8.773333333333333\",\"8.686666666666667\"\n\"2024-07-17T09:35:00.000Z\",\"0.011272\",\"0.011018\",\"9.043333333333333\",\"8.963333333333333\"\n\"2024-07-17T09:40:00.000Z\",\"0.010663\",\"0.010402\",\"8.85\",\"8.746666666666666\"\n\"2024-07-17T09:45:00.000Z\",\"0.010765\",\"0.010509\",\"8.943333333333333\",\"8.85\"\n\"2024-07-17T09:50:00.000Z\",\"0.010815\",\"0.010551\",\"9.05\",\"8.95\"\n\"2024-07-17T09:55:00.000Z\",\"0.011552\",\"0.011278\",\"9.223333333333333\",\"9.11\"\n\"2024-07-17T10:00:00.000Z\",\"0.010527\",\"0.010264\",\"8.823333333333334\",\"8.716666666666667\"\n\"2024-07-17T10:05:00.000Z\",\"0.010627\",\"0.010368\",\"8.896666666666667\",\"8.8\"\n\"2024-07-17T10:10:00.000Z\",\"0.010738\",\"0.010464\",\"9.02\",\"8.906666666666666\"\n\"2024-07-17T10:15:00.000Z\",\"0.011014\",\"0.010737\",\"9.17\",\"9.056666666666667\"\n\"2024-07-17T10:20:00.000Z\",\"0.010547\",\"0.0103\",\"8.796666666666667\",\"8.716666666666667\"\n\"2024-07-17T10:25:00.000Z\",\"0.010728\",\"0.010466\",\"8.973333333333333\",\"8.873333333333333\"\n\"2024-07-17T10:30:00.000Z\",\"0.010685\",\"0.010425\",\"8.886666666666667\",\"8.783333333333333\"\n\"2024-07-17T10:35:00.000Z\",\"0.010865\",\"0.010604\",\"9.073333333333334\",\"8.98\"\n\"2024-07-17T10:40:00.000Z\",\"0.011113\",\"0.01085\",\"8.99\",\"8.88\"\n\"2024-07-17T10:45:00.000Z\",\"0.010618\",\"0.010355\",\"8.843333333333334\",\"8.75\"\n\"2024-07-17T10:50:00.000Z\",\"0.010476\",\"0.010223\",\"8.826666666666666\",\"8.733333333333333\"\n\"2024-07-17T10:55:00.000Z\",\"0.010713\",\"0.010454\",\"8.946666666666667\",\"8.86\"\n\"2024-07-17T11:00:00.000Z\",\"0.010881\",\"0.010625\",\"9.096666666666666\",\"9.003333333333334\"\n\"2024-07-17T11:05:00.000Z\",\"0.010683\",\"0.010397\",\"8.966666666666667\",\"8.863333333333333\"\n\"2024-07-17T11:10:00.000Z\",\"0.01063\",\"0.010367\",\"8.936666666666667\",\"8.846666666666666\"\n\"2024-07-17T11:15:00.000Z\",\"0.011322\",\"0.011074\",\"8.96\",\"8.88\"\n\"2024-07-17T11:20:00.000Z\",\"0.010631\",\"0.010392\",\"8.833333333333334\",\"8.756666666666666\"\n\"2024-07-17T11:25:00.000Z\",\"0.011223\",\"0.010933\",\"9.25\",\"9.133333333333333\"\n\"2024-07-17T11:30:00.000Z\",\"0.010695\",\"0.010443\",\"8.896666666666667\",\"8.806666666666667\"\n\"2024-07-17T11:35:00.000Z\",\"0.010471\",\"0.0102\",\"8.796666666666667\",\"8.686666666666667\"\n\"2024-07-17T11:40:00.000Z\",\"0.011209\",\"0.010955\",\"9.04\",\"8.963333333333333\"\n\"2024-07-17T11:45:00.000Z\",\"0.010839\",\"0.01057\",\"9.006666666666666\",\"8.906666666666666\"\n\"2024-07-17T11:50:00.000Z\",\"0.010936\",\"0.010665\",\"9.136666666666667\",\"9.026666666666667\"\n\"2024-07-17T11:55:00.000Z\",\"0.010556\",\"0.010303\",\"8.903333333333334\",\"8.816666666666666\"\n\"2024-07-17T12:00:00.000Z\",\"0.010703\",\"0.010446\",\"8.94\",\"8.856666666666667\"\n\"2024-07-17T12:05:00.000Z\",\"0.010653\",\"0.010407\",\"8.866666666666667\",\"8.79\"\n\"2024-07-17T12:10:00.000Z\",\"0.010709\",\"0.010441\",\"9.0\",\"8.893333333333333\"\n\"2024-07-17T12:15:00.000Z\",\"0.010675\",\"0.010427\",\"8.86\",\"8.78\"\n\"2024-07-17T12:20:00.000Z\",\"0.01298\",\"0.012688\",\"10.236666666666666\",\"10.166666666666666\"\n\"2024-07-17T12:25:00.000Z\",\"0.010911\",\"0.010654\",\"9.083333333333334\",\"8.993333333333334\"\n\"2024-07-17T12:30:00.000Z\",\"0.010652\",\"0.010397\",\"8.896666666666667\",\"8.813333333333333\"\n\"2024-07-17T12:35:00.000Z\",\"0.011585\",\"0.011332\",\"9.146666666666667\",\"9.073333333333334\"\n\"2024-07-17T12:40:00.000Z\",\"0.010586\",\"0.010321\",\"8.876666666666667\",\"8.773333333333333\"\n\"2024-07-17T12:45:00.000Z\",\"0.010994\",\"0.010738\",\"8.916666666666666\",\"8.803333333333333\"\n\"2024-07-17T12:50:00.000Z\",\"0.010946\",\"0.010665\",\"9.153333333333334\",\"9.046666666666667\"\n\"2024-07-17T12:55:00.000Z\",\"0.010478\",\"0.010234\",\"8.763333333333334\",\"8.683333333333334\"\n\"2024-07-17T13:00:00.000Z\",\"0.010622\",\"0.010387\",\"8.836666666666666\",\"8.773333333333333\"\n\"2024-07-17T13:05:00.000Z\",\"0.010634\",\"0.010389\",\"8.826666666666666\",\"8.75\"\n\"2024-07-17T13:10:00.000Z\",\"0.010624\",\"0.010365\",\"8.87\",\"8.776666666666667\"\n\"2024-07-17T13:15:00.000Z\",\"0.010705\",\"0.010435\",\"8.963333333333333\",\"8.85\"\n\"2024-07-17T13:20:00.000Z\",\"0.010907\",\"0.010655\",\"9.046666666666667\",\"8.96\"\n\"2024-07-17T13:25:00.000Z\",\"0.010649\",\"0.010405\",\"8.836666666666666\",\"8.766666666666667\"\n\"2024-07-17T13:30:00.000Z\",\"0.010808\",\"0.010553\",\"8.963333333333333\",\"8.87\"\n\"2024-07-17T13:35:00.000Z\",\"0.010652\",\"0.010382\",\"8.89\",\"8.77\"\n\"2024-07-17T13:40:00.000Z\",\"0.011046\",\"0.010789\",\"8.986666666666666\",\"8.87\"\n\"2024-07-17T13:45:00.000Z\",\"0.011105\",\"0.010817\",\"9.24\",\"9.12\"\n\"2024-07-17T13:50:00.000Z\",\"0.010803\",\"0.010546\",\"8.97\",\"8.876666666666667\"\n\"2024-07-17T13:55:00.000Z\",\"0.010765\",\"0.010512\",\"8.853333333333333\",\"8.753333333333334\"\n\"2024-07-17T14:00:00.000Z\",\"0.0106\",\"0.010346\",\"8.89\",\"8.796666666666667\"\n\"2024-07-17T14:05:00.000Z\",\"0.011243\",\"0.010992\",\"8.976666666666667\",\"8.893333333333333\"\n\"2024-07-17T14:10:00.000Z\",\"0.010446\",\"0.010188\",\"8.806666666666667\",\"8.696666666666667\"\n\"2024-07-17T14:15:00.000Z\",\"0.010647\",\"0.010381\",\"8.953333333333333\",\"8.846666666666666\"\n\"2024-07-17T14:20:00.000Z\",\"0.010827\",\"0.010554\",\"9.066666666666666\",\"8.946666666666667\"\n\"2024-07-17T14:25:00.000Z\",\"0.010444\",\"0.010194\",\"8.836666666666666\",\"8.753333333333334\"\n\"2024-07-17T14:30:00.000Z\",\"0.010817\",\"0.010562\",\"8.993333333333334\",\"8.913333333333334\"\n\"2024-07-17T14:35:00.000Z\",\"0.011124\",\"0.010877\",\"8.966666666666667\",\"8.886666666666667\"\n\"2024-07-17T14:40:00.000Z\",\"0.010556\",\"0.010298\",\"8.856666666666667\",\"8.763333333333334\"\n\"2024-07-17T14:45:00.000Z\",\"0.010901\",\"0.010646\",\"8.973333333333333\",\"8.883333333333333\"\n\"2024-07-17T14:50:00.000Z\",\"0.010782\",\"0.010531\",\"8.973333333333333\",\"8.896666666666667\"\n\"2024-07-17T14:55:00.000Z\",\"0.010736\",\"0.010483\",\"8.9\",\"8.8\"\n\"2024-07-17T15:00:00.000Z\",\"0.010842\",\"0.01058\",\"8.993333333333334\",\"8.896666666666667\"\n\"2024-07-17T15:05:00.000Z\",\"0.010613\",\"0.010365\",\"8.84\",\"8.75\"\n\"2024-07-17T15:10:00.000Z\",\"0.010753\",\"0.010484\",\"8.99\",\"8.886666666666667\"\n\"2024-07-17T15:15:00.000Z\",\"0.010912\",\"0.010642\",\"9.106666666666667\",\"8.996666666666666\"\n\"2024-07-17T15:20:00.000Z\",\"0.010691\",\"0.010458\",\"8.843333333333334\",\"8.786666666666667\"\n\"2024-07-17T15:25:00.000Z\",\"0.011319\",\"0.011043\",\"9.053333333333333\",\"8.94\"\n\"2024-07-17T15:30:00.000Z\",\"0.010793\",\"0.01052\",\"9.0\",\"8.883333333333333\"\n\"2024-07-17T15:35:00.000Z\",\"0.01128\",\"0.011017\",\"9.07\",\"8.973333333333333\"\n\"2024-07-17T15:40:00.000Z\",\"0.010933\",\"0.010668\",\"9.1\",\"9.0\"\n\"2024-07-17T15:45:00.000Z\",\"0.010902\",\"0.010651\",\"9.003333333333334\",\"8.93\"\n\"2024-07-17T15:50:00.000Z\",\"0.01081\",\"0.010533\",\"9.073333333333334\",\"8.963333333333333\"\n\"2024-07-17T15:55:00.000Z\",\"0.010544\",\"0.010294\",\"8.823333333333334\",\"8.74\"\n\"2024-07-17T16:00:00.000Z\",\"0.010471\",\"0.010217\",\"8.773333333333333\",\"8.676666666666666\"\n\"2024-07-17T16:05:00.000Z\",\"0.010973\",\"0.010716\",\"9.146666666666667\",\"9.056666666666667\"\n\"2024-07-17T16:10:00.000Z\",\"0.010499\",\"0.010248\",\"8.813333333333333\",\"8.726666666666667\"\n\"2024-07-17T16:15:00.000Z\",\"0.010648\",\"0.010388\",\"8.9\",\"8.81\"\n\"2024-07-17T16:20:00.000Z\",\"0.010786\",\"0.010515\",\"9.03\",\"8.926666666666666\"\n\"2024-07-17T16:25:00.000Z\",\"0.013171\",\"0.012864\",\"10.366666666666667\",\"10.263333333333334\"\n\"2024-07-17T16:30:00.000Z\",\"0.011361\",\"0.011093\",\"9.016666666666667\",\"8.913333333333334\"\n\"2024-07-17T16:35:00.000Z\",\"0.010982\",\"0.010712\",\"9.166666666666666\",\"9.056666666666667\"\n\"2024-07-17T16:40:00.000Z\",\"0.011129\",\"0.010869\",\"8.996666666666666\",\"8.906666666666666\"\n\"2024-07-17T16:45:00.000Z\",\"0.010754\",\"0.010472\",\"8.976666666666667\",\"8.843333333333334\"\n\"2024-07-17T16:50:00.000Z\",\"0.01072\",\"0.010436\",\"8.946666666666667\",\"8.823333333333334\"\n\"2024-07-17T16:55:00.000Z\",\"0.010424\",\"0.010187\",\"8.74\",\"8.67\"\n\"2024-07-17T17:00:00.000Z\",\"0.010939\",\"0.010684\",\"9.07\",\"8.986666666666666\"\n\"2024-07-17T17:05:00.000Z\",\"0.010821\",\"0.010574\",\"8.976666666666667\",\"8.893333333333333\"\n\"2024-07-17T17:10:00.000Z\",\"0.010541\",\"0.010287\",\"8.823333333333334\",\"8.73\"\n\"2024-07-17T17:15:00.000Z\",\"0.0107\",\"0.01046\",\"8.85\",\"8.78\"\n\"2024-07-17T17:20:00.000Z\",\"0.011162\",\"0.010913\",\"9.126666666666667\",\"9.053333333333333\"\n\"2024-07-17T17:25:00.000Z\",\"0.010693\",\"0.01046\",\"8.893333333333333\",\"8.816666666666666\"\n\"2024-07-17T17:30:00.000Z\",\"0.010856\",\"0.010558\",\"9.106666666666667\",\"8.966666666666667\"\n\"2024-07-17T17:35:00.000Z\",\"0.012109\",\"0.011842\",\"9.32\",\"9.243333333333334\"\n\"2024-07-17T17:40:00.000Z\",\"0.010295\",\"0.010046\",\"8.723333333333333\",\"8.636666666666667\"\n\"2024-07-17T17:45:00.000Z\",\"0.010922\",\"0.010657\",\"9.026666666666667\",\"8.923333333333334\"\n\"2024-07-17T17:50:00.000Z\",\"0.010608\",\"0.010349\",\"8.873333333333333\",\"8.776666666666667\"\n\"2024-07-17T17:55:00.000Z\",\"0.010872\",\"0.010609\",\"9.04\",\"8.94\"\n\"2024-07-17T18:00:00.000Z\",\"0.010927\",\"0.010678\",\"9.05\",\"8.97\"\n\"2024-07-17T18:05:00.000Z\",\"0.01077\",\"0.010497\",\"9.003333333333334\",\"8.89\"\n\"2024-07-17T18:10:00.000Z\",\"0.010717\",\"0.010459\",\"9.0\",\"8.916666666666666\"\n\"2024-07-17T18:15:00.000Z\",\"0.010684\",\"0.010434\",\"8.833333333333334\",\"8.753333333333334\"\n\"2024-07-17T18:20:00.000Z\",\"0.010634\",\"0.010365\",\"8.853333333333333\",\"8.766666666666667\"\n\"2024-07-17T18:25:00.000Z\",\"0.010736\",\"0.010482\",\"8.893333333333333\",\"8.81\"\n\"2024-07-17T18:30:00.000Z\",\"0.010964\",\"0.010713\",\"8.89\",\"8.806666666666667\"\n\"2024-07-17T18:35:00.000Z\",\"0.011057\",\"0.01079\",\"9.21\",\"9.106666666666667\"\n\"2024-07-17T18:40:00.000Z\",\"0.010657\",\"0.010409\",\"8.896666666666667\",\"8.82\"\n\"2024-07-17T18:45:00.000Z\",\"0.010703\",\"0.010448\",\"8.916666666666666\",\"8.84\"\n\"2024-07-17T18:50:00.000Z\",\"0.010593\",\"0.010328\",\"8.843333333333334\",\"8.74\"\n\"2024-07-17T18:55:00.000Z\",\"0.010455\",\"0.010185\",\"8.863333333333333\",\"8.746666666666666\"\n\"2024-07-17T19:00:00.000Z\",\"0.010801\",\"0.01055\",\"9.003333333333334\",\"8.923333333333334\"\n\"2024-07-17T19:05:00.000Z\",\"0.011588\",\"0.011314\",\"9.153333333333334\",\"9.05\"\n\"2024-07-17T19:10:00.000Z\",\"0.010601\",\"0.01034\",\"8.88\",\"8.773333333333333\"\n\"2024-07-17T19:15:00.000Z\",\"0.010747\",\"0.01049\",\"8.936666666666667\",\"8.846666666666666\"\n\"2024-07-17T19:20:00.000Z\",\"0.010675\",\"0.010418\",\"8.94\",\"8.85\"\n\"2024-07-17T19:25:00.000Z\",\"0.011437\",\"0.011155\",\"9.26\",\"9.153333333333334\"\n\"2024-07-17T19:30:00.000Z\",\"0.010921\",\"0.010655\",\"9.146666666666667\",\"9.066666666666666\"\n\"2024-07-17T19:35:00.000Z\",\"0.010799\",\"0.010541\",\"9.006666666666666\",\"8.92\"\n\"2024-07-17T19:40:00.000Z\",\"0.010756\",\"0.010507\",\"8.903333333333334\",\"8.823333333333334\"\n\"2024-07-17T19:45:00.000Z\",\"0.010492\",\"0.010246\",\"8.756666666666666\",\"8.67\"\n\"2024-07-17T19:50:00.000Z\",\"0.010664\",\"0.01039\",\"8.896666666666667\",\"8.773333333333333\"\n\"2024-07-17T19:55:00.000Z\",\"0.010824\",\"0.01057\",\"8.923333333333334\",\"8.836666666666666\"\n\"2024-07-17T20:00:00.000Z\",\"0.010843\",\"0.010594\",\"9.056666666666667\",\"8.98\"\n\"2024-07-17T20:05:00.000Z\",\"0.010726\",\"0.010434\",\"8.97\",\"8.853333333333333\"\n\"2024-07-17T20:10:00.000Z\",\"0.010703\",\"0.010435\",\"8.96\",\"8.84\"\n\"2024-07-17T20:15:00.000Z\",\"0.010682\",\"0.010405\",\"8.966666666666667\",\"8.85\"\n\"2024-07-17T20:20:00.000Z\",\"0.011214\",\"0.010973\",\"8.9\",\"8.833333333333334\"\n\"2024-07-17T20:25:00.000Z\",\"0.013457\",\"0.013142\",\"10.43\",\"10.31\"\n\"2024-07-17T20:30:00.000Z\",\"0.010746\",\"0.010488\",\"8.963333333333333\",\"8.883333333333333\"\n\"2024-07-17T20:35:00.000Z\",\"0.010832\",\"0.010564\",\"9.04\",\"8.933333333333334\"\n\"2024-07-17T20:40:00.000Z\",\"0.010574\",\"0.01031\",\"8.903333333333334\",\"8.8\"\n\"2024-07-17T20:45:00.000Z\",\"0.010484\",\"0.010223\",\"8.896666666666667\",\"8.79\"\n\"2024-07-17T20:50:00.000Z\",\"0.010959\",\"0.01066\",\"9.216666666666667\",\"9.096666666666666\"\n\"2024-07-17T20:55:00.000Z\",\"0.010611\",\"0.010364\",\"8.88\",\"8.796666666666667\"\n\"2024-07-17T21:00:00.000Z\",\"0.010692\",\"0.010429\",\"8.916666666666666\",\"8.82\"\n\"2024-07-17T21:05:00.000Z\",\"0.010833\",\"0.010578\",\"8.983333333333333\",\"8.9\"\n\"2024-07-17T21:10:00.000Z\",\"0.010576\",\"0.01032\",\"8.85\",\"8.753333333333334\"\n\"2024-07-17T21:15:00.000Z\",\"0.010984\",\"0.010727\",\"9.143333333333333\",\"9.063333333333333\"\n\"2024-07-17T21:20:00.000Z\",\"0.011061\",\"0.010799\",\"8.996666666666666\",\"8.893333333333333\"\n\"2024-07-17T21:25:00.000Z\",\"0.010608\",\"0.010358\",\"8.803333333333333\",\"8.71\"\n\"2024-07-17T21:30:00.000Z\",\"0.010528\",\"0.010282\",\"8.826666666666666\",\"8.743333333333334\"\n\"2024-07-17T21:35:00.000Z\",\"0.010617\",\"0.010354\",\"8.876666666666667\",\"8.773333333333333\"\n\"2024-07-17T21:40:00.000Z\",\"0.011038\",\"0.010765\",\"9.226666666666667\",\"9.113333333333333\"\n\"2024-07-17T21:45:00.000Z\",\"0.010967\",\"0.010691\",\"9.086666666666666\",\"8.97\"\n\"2024-07-17T21:50:00.000Z\",\"0.011443\",\"0.011177\",\"9.05\",\"8.94\"\n\"2024-07-17T21:55:00.000Z\",\"0.010686\",\"0.010415\",\"8.94\",\"8.826666666666666\"\n\"2024-07-17T22:00:00.000Z\",\"0.010633\",\"0.010372\",\"8.92\",\"8.82\"\n\"2024-07-17T22:05:00.000Z\",\"0.010533\",\"0.010282\",\"8.816666666666666\",\"8.723333333333333\"\n\"2024-07-17T22:10:00.000Z\",\"0.01104\",\"0.010771\",\"9.18\",\"9.08\"\n\"2024-07-17T22:15:00.000Z\",\"0.010699\",\"0.010428\",\"8.976666666666667\",\"8.863333333333333\"\n\"2024-07-17T22:20:00.000Z\",\"0.010673\",\"0.010399\",\"8.946666666666667\",\"8.826666666666666\"\n\"2024-07-17T22:25:00.000Z\",\"0.01124\",\"0.010977\",\"9.023333333333333\",\"8.923333333333334\"\n\"2024-07-17T22:30:00.000Z\",\"0.010337\",\"0.010096\",\"8.753333333333334\",\"8.676666666666666\"\n\"2024-07-17T22:35:00.000Z\",\"0.010652\",\"0.010409\",\"8.88\",\"8.8\"\n\"2024-07-17T22:40:00.000Z\",\"0.010795\",\"0.010532\",\"9.053333333333333\",\"8.966666666666667\"\n\"2024-07-17T22:45:00.000Z\",\"0.010671\",\"0.010403\",\"8.963333333333333\",\"8.85\"\n\"2024-07-17T22:50:00.000Z\",\"0.010874\",\"0.010608\",\"9.066666666666666\",\"8.97\"\n\"2024-07-17T22:55:00.000Z\",\"0.010644\",\"0.01036\",\"8.93\",\"8.79\"\n\"2024-07-17T23:00:00.000Z\",\"0.010796\",\"0.010534\",\"9.083333333333334\",\"8.99\"\n\"2024-07-17T23:05:00.000Z\",\"0.010835\",\"0.010585\",\"8.963333333333333\",\"8.886666666666667\"\n\"2024-07-17T23:10:00.000Z\",\"0.010825\",\"0.010554\",\"9.026666666666667\",\"8.92\"\n\"2024-07-17T23:15:00.000Z\",\"0.011365\",\"0.011102\",\"9.07\",\"8.976666666666667\"\n\"2024-07-17T23:20:00.000Z\",\"0.011128\",\"0.010842\",\"9.093333333333334\",\"8.956666666666667\"\n\"2024-07-17T23:25:00.000Z\",\"0.010493\",\"0.010239\",\"8.846666666666666\",\"8.76\"\n\"2024-07-17T23:30:00.000Z\",\"0.011043\",\"0.010791\",\"9.093333333333334\",\"9.013333333333334\"\n\"2024-07-17T23:35:00.000Z\",\"0.01078\",\"0.010523\",\"8.946666666666667\",\"8.85\"\n\"2024-07-17T23:40:00.000Z\",\"0.010543\",\"0.010307\",\"8.743333333333334\",\"8.673333333333334\"\n\"2024-07-17T23:45:00.000Z\",\"0.010957\",\"0.010694\",\"9.073333333333334\",\"8.986666666666666\"\n\"2024-07-17T23:50:00.000Z\",\"0.010694\",\"0.010444\",\"8.926666666666666\",\"8.846666666666666\"\n\"2024-07-17T23:55:00.000Z\",\"0.01091\",\"0.010627\",\"9.116666666666667\",\"8.996666666666666\"\n\"2024-07-18T00:00:00.000Z\",\"0.010243\",\"0.009988\",\"8.74\",\"8.65\"\n\"2024-07-18T00:05:00.000Z\",\"0.010725\",\"0.010463\",\"8.993333333333334\",\"8.896666666666667\"\n\"2024-07-18T00:10:00.000Z\",\"0.010675\",\"0.01041\",\"8.94\",\"8.83\"\n\"2024-07-18T00:15:00.000Z\",\"0.013686\",\"0.013379\",\"10.53\",\"10.433333333333334\"\n\"2024-07-18T00:20:00.000Z\",\"0.011017\",\"0.010766\",\"9.15\",\"9.056666666666667\"\n\"2024-07-18T00:25:00.000Z\",\"0.010814\",\"0.010527\",\"9.01\",\"8.89\"\n\"2024-07-18T00:30:00.000Z\",\"0.010712\",\"0.010451\",\"8.93\",\"8.84\"\n\"2024-07-18T00:35:00.000Z\",\"0.010576\",\"0.010317\",\"8.913333333333334\",\"8.823333333333334\"\n\"2024-07-18T00:40:00.000Z\",\"0.010726\",\"0.010468\",\"8.956666666666667\",\"8.866666666666667\"\n\"2024-07-18T00:45:00.000Z\",\"0.011792\",\"0.011518\",\"9.413333333333334\",\"9.323333333333334\"\n\"2024-07-18T00:50:00.000Z\",\"0.01076\",\"0.010495\",\"8.996666666666666\",\"8.893333333333333\"\n\"2024-07-18T00:55:00.000Z\",\"0.010734\",\"0.010465\",\"8.996666666666666\",\"8.886666666666667\"\n\"2024-07-18T01:00:00.000Z\",\"0.010555\",\"0.010302\",\"8.873333333333333\",\"8.786666666666667\"\n\"2024-07-18T01:05:00.000Z\",\"0.010677\",\"0.010418\",\"8.936666666666667\",\"8.846666666666666\"\n\"2024-07-18T01:10:00.000Z\",\"0.011033\",\"0.010771\",\"9.19\",\"9.1\"\n\"2024-07-18T01:15:00.000Z\",\"0.011063\",\"0.010809\",\"8.916666666666666\",\"8.83\"\n\"2024-07-18T01:20:00.000Z\",\"0.010517\",\"0.010249\",\"8.863333333333333\",\"8.743333333333334\"\n\"2024-07-18T01:25:00.000Z\",\"0.010824\",\"0.010563\",\"8.986666666666666\",\"8.886666666666667\"\n\"2024-07-18T01:30:00.000Z\",\"0.010677\",\"0.010431\",\"8.893333333333333\",\"8.82\"\n\"2024-07-18T01:35:00.000Z\",\"0.010628\",\"0.010379\",\"8.81\",\"8.73\"\n\"2024-07-18T01:40:00.000Z\",\"0.010983\",\"0.010733\",\"9.196666666666667\",\"9.12\"\n\"2024-07-18T01:45:00.000Z\",\"0.01076\",\"0.010471\",\"9.043333333333333\",\"8.9\"\n\"2024-07-18T01:50:00.000Z\",\"0.010578\",\"0.010322\",\"8.82\",\"8.723333333333333\"\n\"2024-07-18T01:55:00.000Z\",\"0.010701\",\"0.010445\",\"8.956666666666667\",\"8.856666666666667\"\n\"2024-07-18T02:00:00.000Z\",\"0.010582\",\"0.010334\",\"8.826666666666666\",\"8.743333333333334\"\n\"2024-07-18T02:05:00.000Z\",\"0.011606\",\"0.011329\",\"9.273333333333333\",\"9.163333333333334\"\n\"2024-07-18T02:10:00.000Z\",\"0.011237\",\"0.01098\",\"9.026666666666667\",\"8.936666666666667\"\n\"2024-07-18T02:15:00.000Z\",\"0.010719\",\"0.010469\",\"8.94\",\"8.853333333333333\"\n\"2024-07-18T02:20:00.000Z\",\"0.010656\",\"0.010403\",\"8.926666666666666\",\"8.836666666666666\"\n\"2024-07-18T02:25:00.000Z\",\"0.01072\",\"0.010434\",\"8.97\",\"8.86\"\n\"2024-07-18T02:30:00.000Z\",\"0.01081\",\"0.010552\",\"8.99\",\"8.903333333333334\"\n\"2024-07-18T02:35:00.000Z\",\"0.010968\",\"0.010702\",\"9.19\",\"9.096666666666666\"\n\"2024-07-18T02:40:00.000Z\",\"0.010771\",\"0.010504\",\"9.146666666666667\",\"9.07\"\n\"2024-07-18T02:45:00.000Z\",\"0.010834\",\"0.010565\",\"9.136666666666667\",\"9.056666666666667\"\n\"2024-07-18T02:50:00.000Z\",\"0.010781\",\"0.010502\",\"9.116666666666667\",\"9.006666666666666\"\n\"2024-07-18T02:55:00.000Z\",\"0.010626\",\"0.010353\",\"8.973333333333333\",\"8.87\"\n\"2024-07-18T03:00:00.000Z\",\"0.011045\",\"0.010785\",\"9.12\",\"9.026666666666667\"\n\"2024-07-18T03:05:00.000Z\",\"0.011384\",\"0.01112\",\"9.096666666666666\",\"9.0\"\n\"2024-07-18T03:10:00.000Z\",\"0.010709\",\"0.010442\",\"8.946666666666667\",\"8.84\"\n\"2024-07-18T03:15:00.000Z\",\"0.011133\",\"0.010852\",\"9.113333333333333\",\"8.986666666666666\"\n\"2024-07-18T03:20:00.000Z\",\"0.010781\",\"0.010526\",\"8.966666666666667\",\"8.883333333333333\"\n\"2024-07-18T03:25:00.000Z\",\"0.010628\",\"0.010378\",\"8.94\",\"8.87\"\n\"2024-07-18T03:30:00.000Z\",\"0.010987\",\"0.010707\",\"9.28\",\"9.173333333333334\"\n\"2024-07-18T03:35:00.000Z\",\"0.010835\",\"0.010562\",\"9.083333333333334\",\"8.973333333333333\"\n\"2024-07-18T03:40:00.000Z\",\"0.010695\",\"0.010427\",\"8.943333333333333\",\"8.84\"\n\"2024-07-18T03:45:00.000Z\",\"0.010852\",\"0.010587\",\"9.05\",\"8.953333333333333\"\n\"2024-07-18T03:50:00.000Z\",\"0.010993\",\"0.010721\",\"9.063333333333333\",\"8.946666666666667\"\n\"2024-07-18T03:55:00.000Z\",\"0.010536\",\"0.010283\",\"8.806666666666667\",\"8.706666666666667\"\n\"2024-07-18T04:00:00.000Z\",\"0.010841\",\"0.010601\",\"9.026666666666667\",\"8.966666666666667\"\n\"2024-07-18T04:05:00.000Z\",\"0.011513\",\"0.011243\",\"9.116666666666667\",\"9.013333333333334\"\n\"2024-07-18T04:10:00.000Z\",\"0.01123\",\"0.010967\",\"9.04\",\"8.93\"\n\"2024-07-18T04:15:00.000Z\",\"0.010791\",\"0.010528\",\"9.033333333333333\",\"8.936666666666667\"\n\"2024-07-18T04:20:00.000Z\",\"0.010669\",\"0.01043\",\"8.833333333333334\",\"8.766666666666667\"\n\"2024-07-18T04:25:00.000Z\",\"0.010614\",\"0.010338\",\"8.946666666666667\",\"8.816666666666666\"\n\"2024-07-18T04:30:00.000Z\",\"0.010691\",\"0.010436\",\"8.983333333333333\",\"8.896666666666667\"\n\"2024-07-18T04:35:00.000Z\",\"0.011075\",\"0.010778\",\"9.2\",\"9.05\"\n\"2024-07-18T04:40:00.000Z\",\"0.013198\",\"0.012866\",\"10.513333333333334\",\"10.393333333333333\"\n\"2024-07-18T04:45:00.000Z\",\"0.010915\",\"0.010641\",\"9.15\",\"9.05\"\n\"2024-07-18T04:50:00.000Z\",\"0.010604\",\"0.010336\",\"8.94\",\"8.836666666666666\"\n\"2024-07-18T04:55:00.000Z\",\"0.010921\",\"0.010656\",\"9.113333333333333\",\"9.016666666666667\"\n\"2024-07-18T05:00:00.000Z\",\"0.010947\",\"0.010661\",\"9.176666666666666\",\"9.046666666666667\"\n\"2024-07-18T05:05:00.000Z\",\"0.010858\",\"0.010581\",\"9.063333333333333\",\"8.943333333333333\"\n\"2024-07-18T05:10:00.000Z\",\"0.01108\",\"0.010817\",\"8.99\",\"8.9\"\n\"2024-07-18T05:15:00.000Z\",\"0.010884\",\"0.010625\",\"9.036666666666667\",\"8.943333333333333\"\n\"2024-07-18T05:20:00.000Z\",\"0.010779\",\"0.010522\",\"8.903333333333334\",\"8.813333333333333\"\n\"2024-07-18T05:25:00.000Z\",\"0.010874\",\"0.010614\",\"9.043333333333333\",\"8.94\"\n\"2024-07-18T05:30:00.000Z\",\"0.011271\",\"0.010999\",\"9.076666666666666\",\"8.96\"\n\"2024-07-18T05:35:00.000Z\",\"0.010638\",\"0.010384\",\"8.866666666666667\",\"8.78\"\n\"2024-07-18T05:40:00.000Z\",\"0.010429\",\"0.010162\",\"8.856666666666667\",\"8.74\"\n\"2024-07-18T05:45:00.000Z\",\"0.010785\",\"0.010516\",\"9.056666666666667\",\"8.946666666666667\"\n\"2024-07-18T05:50:00.000Z\",\"0.010699\",\"0.010466\",\"8.903333333333334\",\"8.85\"\n\"2024-07-18T05:55:00.000Z\",\"0.010862\",\"0.010602\",\"9.11\",\"9.016666666666667\"\n\"2024-07-18T06:00:00.000Z\",\"0.010709\",\"0.010434\",\"9.036666666666667\",\"8.916666666666666\"\n\"2024-07-18T06:05:00.000Z\",\"0.010686\",\"0.010432\",\"8.903333333333334\",\"8.816666666666666\"\n\"2024-07-18T06:10:00.000Z\",\"0.010136\",\"0.009898\",\"8.636666666666667\",\"8.556666666666667\"\n\"2024-07-18T06:15:00.000Z\",\"0.01108\",\"0.010828\",\"9.01\",\"8.926666666666666\"\n\"2024-07-18T06:20:00.000Z\",\"0.01083\",\"0.010565\",\"8.996666666666666\",\"8.893333333333333\"\n\"2024-07-18T06:25:00.000Z\",\"0.010832\",\"0.010601\",\"8.95\",\"8.903333333333334\"\n\"2024-07-18T06:30:00.000Z\",\"0.010616\",\"0.010369\",\"8.823333333333334\",\"8.733333333333333\"\n\"2024-07-18T06:35:00.000Z\",\"0.01179\",\"0.011509\",\"9.913333333333334\",\"9.823333333333334\"\n\"2024-07-18T06:40:00.000Z\",\"0.010416\",\"0.010183\",\"8.33\",\"8.26\"\n"}],"_postman_id":"df427643-b95f-4545-868e-7fff54b28ce3"},{"name":"Get MVE Telemetry","id":"de75ecfd-42d5-49b8-bc10-5c099ed090ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"},{"key":"Accept","value":"text/csv"}],"url":"{{baseUrl}}/v2/product/mve/{productUid}/telemetry?type={type}&from={from}&to={to}&days={days}","description":"<p>Returns telemetry details for the specified MVE.</p>\n<p>The <code>productUid</code> is the unique product ID and is required.</p>\n<p>Multiple telemetry types can be passed. For example, GET /v2/product/mve/5624060e-32gb-4267-a340-c15e91bc0f82/telemetry?type=BITS&amp;type=PACKETS&amp;days=30. When multiple telemetry types are passed, the top level type is set to <code>null</code> in the response. The key information for each telemetry type is in the {data} section of the response.</p>\n<p>A minimum of one telemetry type must be provided.</p>\n<p>Telemetry details can be returned by number of days in the past, or by passing a date range: 'from' and 'to'. If no <code>days</code>, or <code>to</code> and <code>from</code> are passed, the single most recent measurement is returned, which is approximately every 5 minutes.</p>\n<p>The maximum number of days that can be requested is 180 days.</p>\n<p><strong>Note:</strong> The <code>days</code> parameter is mutually exclusive from <code>to</code> and <code>from</code>. If both <code>days</code> and <code>from</code> and <code>to</code> are passed, an error is returned explaining that the fields are mutually exclusive.</p>\n<p>You can return telemetry details in CSV format by specifying the text/csv header parameter.</p>\n","urlObject":{"path":["v2","product","mve","{productUid}","telemetry"],"host":["{{baseUrl}}"],"query":[{"description":{"content":"<p>Indicates the type of metric. Values include <code>BITS</code> and <code>PACKETS</code>. Multiple telemetry types can be passed. (Required - string)</p>\n","type":"text/plain"},"key":"type","value":"{type}"},{"description":{"content":"<p>Milliseconds since epoch. When not provided, returns the single most recent measurement. You can use a tool such as <a href=\"https://www.epochconverter.com/\">https://www.epochconverter.com/</a> for conversion to and from dates. (Optional - string)</p>\n","type":"text/plain"},"key":"from","value":"{from}"},{"description":{"content":"<p>Milliseconds since epoch. When not provided, returns the single most recent measurement. You can use a tool such as <a href=\"https://www.epochconverter.com/\">https://www.epochconverter.com/</a> for conversion to and from dates. (Optional - string)</p>\n","type":"text/plain"},"key":"to","value":"{to}"},{"description":{"content":"<p>The number of days in the past from today for which to return telemetry details. This parameter is mutually exclusive from \"to\" and \"from\". (Optional - string)</p>\n","type":"text/plain"},"key":"days","value":"{days}"}],"variable":[]}},"response":[{"id":"6608629d-056a-4809-b6a1-276418227193","name":"Get MVE Telemetry - Single Telemetry Type (From, To)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":{"raw":"{{baseUrl}}/v2/product/mve/d1e3e984-7585-4f39-b412-598cb0c5629b/telemetry?type=BITS&from=1614205384000&to=1624399682000","host":["{{baseUrl}}"],"path":["v2","product","mve","d1e3e984-7585-4f39-b412-598cb0c5629b","telemetry"],"query":[{"key":"type","value":"BITS","description":"Indicates the type of metric. Values include `BITS` and `PACKETS`. (Required - string)"},{"key":"from","value":"1614205384000","description":"Milliseconds since epoch, you can use a tool such as https://www.epochconverter.com/ for conversion to and from dates. (Required - string)"},{"key":"to","value":"1624399682000","description":"Milliseconds since epoch, you can use a tool such as https://www.epochconverter.com/ for conversion to and from dates. (Required - string)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 22 Jun 2021 22:08:38 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"UOW","value":"93990ee5-ebf3-4a26-826c-c05ac211f3f6"},{"key":"ETag","value":"W/\"0ee46962b3a02631baa582dbeabfb8dde\""},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"serviceUid\": \"d1e3e984-7585-4f39-b412-598cb0c5629b\",\n    \"type\": \"BITS\",\n    \"timeFrame\": {\n        \"from\": 1614205384000,\n        \"to\": 1624399682000\n    },\n    \"data\": [\n        {\n            \"type\": \"BITS\",\n            \"subtype\": \"Out\",\n            \"samples\": [\n                [\n                    1623543900000,\n                    0.00042839999999999995\n                ],\n                [\n                    1623543600000,\n                    0.00046088\n                ],\n                [\n                    1623543300000,\n                    0.00037712\n                ],\n                [\n                    1623543000000,\n                    0.00055824\n                ],\n                [\n                    1623542700000,\n                    0.0003102666666666667\n                ],\n                [\n                    1623542400000,\n                    0.0006378666666666667\n                ],\n                [\n                    1623542100000,\n                    0.0003285333333333333\n                ],\n                [\n                    1623541800000,\n                    0.00040152\n                ],\n \n...\n\n\n            ],\n            \"unit\": {\n                \"name\": \"Mbps\",\n                \"fullName\": \"Megabits per second\"\n            }\n        }\n    ]\n}"},{"id":"2faad6e3-3d53-4c05-b70a-30aa68ca10bb","name":"Get MVE Telemetry - Single Telemetry Type (Days)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":{"raw":"{{baseUrl}}/v2/product/mve/9251fcd1-e2e8-4f37-9ff5-86a4789fa102/telemetry?type=BITS&days=5","host":["{{baseUrl}}"],"path":["v2","product","mve","9251fcd1-e2e8-4f37-9ff5-86a4789fa102","telemetry"],"query":[{"key":"type","value":"BITS","description":"Indicates the type of metric. Values include `BITS` and `PACKETS`. Multiple telemetry types can be passed. (Required - string)"},{"key":"from","value":"{from}","description":"Milliseconds since epoch. When not provided, returns the single most recent measurement. You can use a tool such as https://www.epochconverter.com/ for conversion to and from dates. (Optional - string)","disabled":true},{"key":"to","value":"{to}","description":"Milliseconds since epoch. When not provided, returns the single most recent measurement. You can use a tool such as https://www.epochconverter.com/ for conversion to and from dates. (Optional - string)","disabled":true},{"key":"days","value":"5","description":"The number of days in the past from today for which to return telemetry details. This parameter is mutually exclusive from \"to\" and \"from\". (Optional - string)\n"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Mon, 11 Dec 2023 06:37:45 GMT"},{"key":"X-Amzn-Trace-Id","value":"Root=1-6576ae39-6ad92f85300718ce29dc7c51"},{"key":"Trace-Id","value":"5bba7be38735eb51f9f90ed5ed30a4d0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"UOW","value":"1d4787a5-dee3-4546-b851-f949aae7fcec"},{"key":"Server-Timing","value":"app;dur=123"},{"key":"ETag","value":"W/\"084b08b74b437de09995ceb6ab37c176d\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 16481a07c9d54ca0e038ad1d2aec824a.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"SYD62-P1"},{"key":"X-Amz-Cf-Id","value":"4lcWMIFEu-i6QOLXJdQQ8Gzp468ezunIy07JamSB7ztClQd52p_F8Q=="}],"cookie":[],"responseTime":null,"body":"{\n    \"serviceUid\": \"9251fcd1-e2e8-4f37-9ff5-86a4789fa102\",\n    \"type\": \"BITS\",\n    \"timeFrame\": {\n        \"from\": 1701844665273,\n        \"to\": 1702276665273\n    },\n    \"data\": [\n        {\n            \"type\": \"BITS\",\n            \"subtype\": \"In\",\n            \"samples\": [\n                [\n                    1702276500000,\n                    0.05380309333333333\n                ],\n                [\n                    1702276200000,\n                    0.05458258666666667\n                ],\n                [\n                    1702275900000,\n                    0.05438504\n                ],\n                [\n                    1702275600000,\n                    0.05391752\n                ],\n                [\n                    1702275300000,\n                    0.054692533333333335\n                ],\n                [\n                    1702275000000,\n                    0.05257058666666667\n                ],\n                [\n                    1702274700000,\n                    0.055106\n                ],\n                [\n                    1702274400000,\n                    0.05510946666666667\n                ],\n                [\n                    1702274100000,\n                    0.05558104\n                ],\n                [\n                    1702273800000,\n                    0.05579634666666666\n                ],\n                [\n                    1702273500000,\n                    0.052960480000000004\n                ],\n                [\n                    1702273200000,\n                    0.05415994666666666\n                ],\n                [\n                    1702272900000,\n                    0.054174426666666664\n                ],\n                [\n                    1702272600000,\n                    0.05369261333333333\n                ],\n                [\n                    1701844800000,\n                    0.053962213333333335\n                ]\n            ],\n            \"unit\": {\n                \"name\": \"Mbps\",\n                \"fullName\": \"Megabits per second\"\n            }\n        },\n        {\n            \"type\": \"BITS\",\n            \"subtype\": \"Out\",\n            \"samples\": [\n                [\n                    1702276500000,\n                    0.050529733333333327\n                ],\n                [\n                    1702276200000,\n                    0.05135202666666666\n                ],\n                [\n                    1702275900000,\n                    0.05109461333333334\n                ],\n                [\n                    1702275600000,\n                    0.05067973333333333\n                ],\n                [\n                    1702275300000,\n                    0.05144104\n                ],\n                [\n                    1702275000000,\n                    0.04933704\n                ],\n                [\n                    1702274700000,\n                    0.05181256\n                ],\n                [\n                    1702274400000,\n                    0.05183077333333333\n                ],\n                [\n                    1702274100000,\n                    0.05226757333333333\n                ],\n                [\n                    1702273800000,\n                    0.05251778666666667\n                ],\n                [\n                    1702273500000,\n                    0.04974928\n                ],\n                [\n                    1702273200000,\n                    0.050880720000000004\n                ],\n                [\n                    1702272900000,\n                    0.050923546666666666\n                ],\n                [\n                    1702272600000,\n                    0.050413813333333335\n                ],\n                [\n                    1702272300000,\n                    0.05251181333333333\n                ],\n                [\n                    1702272000000,\n                    0.052253386666666665\n                ],\n                [\n                    1701844800000,\n                    0.05069042666666666\n                ]\n            ],\n            \"unit\": {\n                \"name\": \"Mbps\",\n                \"fullName\": \"Megabits per second\"\n            }\n        }\n    ]\n}"},{"id":"83e9445c-181d-42bd-a1e3-9e53c47759ed","name":"Get MVE Telemetry - Multiple Telemetry Types (Days)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":{"raw":"{{baseUrl}}/v2/product/mve/9251fcd1-e2e8-4f37-9ff5-86a4789fa102/telemetry?type=BITS&days=5&type=PACKETS","host":["{{baseUrl}}"],"path":["v2","product","mve","9251fcd1-e2e8-4f37-9ff5-86a4789fa102","telemetry"],"query":[{"key":"type","value":"BITS","description":"Indicates the type of metric. Values include `BITS` and `PACKETS`. Multiple telemetry types can be passed. (Required - string)"},{"key":"from","value":"{from}","description":"Milliseconds since epoch. When not provided, returns the single most recent measurement. You can use a tool such as https://www.epochconverter.com/ for conversion to and from dates. (Optional - string)","disabled":true},{"key":"to","value":"{to}","description":"Milliseconds since epoch. When not provided, returns the single most recent measurement. You can use a tool such as https://www.epochconverter.com/ for conversion to and from dates. (Optional - string)","disabled":true},{"key":"days","value":"5","description":"The number of days in the past from today for which to return telemetry details. This parameter is mutually exclusive from \"to\" and \"from\". (Optional - string)\n"},{"key":"type","value":"PACKETS"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Mon, 11 Dec 2023 06:39:24 GMT"},{"key":"X-Amzn-Trace-Id","value":"Root=1-6576ae9c-1df605530ffeace11baa83e2"},{"key":"Trace-Id","value":"ef1b64252e4608c9e1dee04d35ac33d7"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"UOW","value":"88578d32-a199-448e-abc5-3a11706f1a20"},{"key":"Server-Timing","value":"app;dur=112"},{"key":"ETag","value":"W/\"08ae930d0dbdce91d9b8eb8f8d2b3c0f3\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 16481a07c9d54ca0e038ad1d2aec824a.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"SYD62-P1"},{"key":"X-Amz-Cf-Id","value":"RAZagSKFilRV20LY5nSxYem8D9LUj5OCxNu8OYuKfpU5Cm8RQ484GA=="}],"cookie":[],"responseTime":null,"body":"{\n    \"serviceUid\": \"9251fcd1-e2e8-4f37-9ff5-86a4789fa102\",\n    \"type\": null,\n    \"timeFrame\": {\n        \"from\": 1701844764650,\n        \"to\": 1702276764650\n    },\n    \"data\": [\n        {\n            \"type\": \"BITS\",\n            \"subtype\": \"In\",\n            \"samples\": [\n                [\n                    1702276500000,\n                    0.05380309333333333\n                ],\n                [\n                    1702276200000,\n                    0.05458258666666667\n                ],\n                [\n                    1702275900000,\n                    0.05438504\n                ],\n                [\n                    1702275600000,\n                    0.05391752\n                ],\n                [\n                    1702275300000,\n                    0.054692533333333335\n                ],\n                [\n                    1702275000000,\n                    0.05257058666666667\n                ],\n                [\n                    1702274700000,\n                    0.055106\n                ],\n                [\n                    1702274400000,\n                    0.05510946666666667\n                ],\n                [\n                    1702274100000,\n                    0.05558104\n                ],\n                [\n                    1702273800000,\n                    0.05579634666666666\n                ],\n                [\n                    1702273500000,\n                    0.052960480000000004\n                ],\n                [\n                    1702273200000,\n                    0.05415994666666666\n                ],\n                [\n                    1702272900000,\n                    0.054174426666666664\n                ],\n                [\n                    1702272600000,\n                    0.05369261333333333\n                ],\n                [\n                    1702272300000,\n                    0.05572224\n                ],\n                [\n                    1702272000000,\n                    0.055542506666666665\n                ],\n                [\n                    1702271700000,\n                    0.05539890666666667\n                ],\n                [\n                    1702271400000,\n                    0.053981893333333336\n                ],\n                [\n                    1702271100000,\n                    0.05160986666666667\n                ],\n                [\n                    1702270800000,\n                    0.05607976\n                ],\n                [\n                    1702270500000,\n                    0.05277477333333333\n                ],\n                [\n                    1702270200000,\n                    0.058059599999999996\n                ],\n                [\n                    1702269900000,\n                    0.05407149333333333\n                ],\n                [\n                    1702269600000,\n                    0.05320610666666667\n                ],\n                [\n                    1702269300000,\n                    0.053589120000000004\n                ],\n                [\n                    1702269000000,\n                    0.05339445333333333\n                ],\n                [\n                    1702268700000,\n                    0.055611893333333336\n                ],\n                [\n                    1702268400000,\n                    0.05529210666666667\n                ],\n                [\n                    1702268100000,\n                    0.056246213333333336\n                ],\n                [\n                    1702267800000,\n                    0.05406381333333333\n                ],\n                [\n                    1702267500000,\n                    0.053547040000000004\n                ],\n                [\n                    1702267200000,\n                    0.05319181333333333\n                ],\n                [\n                    1702266900000,\n                    0.05192682666666667\n                ],\n                [\n                    1702266600000,\n                    0.05695626666666667\n                ],\n                [\n                    1702266300000,\n                    0.055896746666666663\n                ],\n                [\n                    1702266000000,\n                    0.057381706666666664\n                ],\n                [\n                    1702265700000,\n                    0.054432\n                ],\n                [\n                    1702265400000,\n                    0.05459410666666667\n                ],\n                [\n                    1702265100000,\n                    0.05421573333333333\n                ],\n                [\n                    1702264800000,\n                    0.05538541333333333\n                ],\n                [\n                    1702264500000,\n                    0.054772480000000005\n                ],\n                [\n                    1702264200000,\n                    0.05694754666666667\n                ],\n                [\n                    1702263900000,\n                    0.055584666666666664\n                ],\n                [\n                    1702263600000,\n                    0.052265360000000004\n                ],\n                [\n                    1702263300000,\n                    0.053054213333333336\n                ],\n                [\n                    1702263000000,\n                    0.055176\n                ],\n                [\n                    1702262700000,\n                    0.05637170666666667\n                ],\n                [\n                    1702262400000,\n                    0.05379144\n                ],\n                [\n                    1702262100000,\n                    0.055606666666666665\n                ],\n                [\n                    1702261800000,\n                    0.05407410666666666\n                ],\n                [\n                    1702261500000,\n                    0.053772160000000006\n                ],\n                [\n                    1702261200000,\n                    0.055230426666666665\n                ],\n                [\n                    1702260900000,\n                    0.05313949333333333\n                ],\n                [\n                    1702260600000,\n                    0.05593338666666667\n                ],\n                [\n                    1702260300000,\n                    0.055067333333333336\n                ],\n                [\n                    1702260000000,\n                    0.055667919999999996\n                ],\n                [\n                    1702259700000,\n                    0.05500477333333333\n                ],\n                [\n                    1702259400000,\n                    0.05468021333333333\n                ],\n                [\n                    1702259100000,\n                    0.0532592\n                ],\n                [\n                    1702258800000,\n                    0.05393725333333333\n                ],\n                [\n                    1702258500000,\n                    0.05434690666666667\n                ],\n                [\n                    1702258200000,\n                    0.05499506666666667\n                ],\n                [\n                    1702257900000,\n                    0.05598197333333334\n                ],\n                [\n                    1702257600000,\n                    0.055064506666666665\n                ],\n                [\n                    1702257300000,\n                    0.05384832\n                ],\n                [\n                    1702257000000,\n                    0.05420544\n                ],\n                [\n                    1702256700000,\n                    0.05382226666666667\n                ],\n                [\n                    1702256400000,\n                    0.05309709333333333\n                ],\n                [\n                    1702256100000,\n                    0.05614901333333334\n                ],\n                [\n                    1702255800000,\n                    0.056170986666666665\n                ],\n                [\n                    1702255500000,\n                    0.05145757333333333\n                ],\n                [\n                    1702255200000,\n                    0.056681546666666666\n                ],\n                [\n                    1702254900000,\n                    0.05410890666666667\n                ],\n                [\n                    1702254600000,\n                    0.05662213333333333\n                ],\n                [\n                    1702254300000,\n                    0.05647624\n                ],\n                [\n                    1702254000000,\n                    0.056260160000000003\n                ],\n                [\n                    1702253700000,\n                    0.054740026666666664\n                ],\n                [\n                    1702253400000,\n                    0.05469010666666667\n                ],\n                [\n                    1702253100000,\n                    0.05190242666666667\n                ],\n                [\n                    1702252800000,\n                    0.054048\n                ],\n                [\n                    1702252500000,\n                    0.054770613333333336\n                ],\n                [\n                    1702252200000,\n                    0.05689170666666667\n                ],\n                [\n                    1702251900000,\n                    0.05444653333333333\n                ],\n                [\n                    1702251600000,\n                    0.053209386666666664\n                ],\n                [\n                    1702251300000,\n                    0.05361341333333333\n                ],\n                [\n                    1702251000000,\n                    0.053038800000000004\n                ],\n                [\n                    1702250700000,\n                    0.054977813333333334\n                ],\n                [\n                    1702250400000,\n                    0.054175226666666666\n                ],\n                [\n                    1702250100000,\n                    0.05500816\n                ],\n                [\n                    1702249800000,\n                    0.05590616\n                ],\n                [\n                    1702249500000,\n                    0.051821146666666665\n                ],\n                [\n                    1702249200000,\n                    0.053418400000000005\n                ],\n                [\n                    1702248900000,\n                    0.05341336\n                ],\n                [\n                    1702248600000,\n                    0.05662226666666667\n                ],\n                [\n                    1702248300000,\n                    0.05438664\n                ],\n                [\n                    1702248000000,\n                    0.05499077333333333\n                ],\n                [\n                    1702247700000,\n                    0.05284472\n                ],\n                [\n                    1702247400000,\n                    0.05420232\n                ],\n                [\n                    1702247100000,\n                    0.05306490666666667\n                ],\n                [\n                    1702246800000,\n                    0.055075599999999995\n                ],\n                [\n                    1702246500000,\n                    0.05402066666666666\n                ],\n                [\n                    1702246200000,\n                    0.05748557333333333\n                ],\n                [\n                    1702245900000,\n                    0.053983786666666665\n                ],\n                [\n                    1702245600000,\n                    0.05426245333333333\n                ],\n                [\n                    1702245300000,\n                    0.05303786666666667\n                ],\n                [\n                    1702245000000,\n                    0.05421816\n                ],\n                [\n                    1702244700000,\n                    0.05357850666666667\n                ],\n                [\n                    1702244400000,\n                    0.05447768\n                ],\n                [\n                    1702244100000,\n                    0.05386618666666667\n                ],\n                [\n                    1702243800000,\n                    0.05389576\n                ],\n                [\n                    1702243500000,\n                    0.05399677333333333\n                ],\n                [\n                    1702243200000,\n                    0.05683426666666667\n                ],\n                [\n                    1702242900000,\n                    0.05228368\n                ],\n                [\n                    1702242600000,\n                    0.05538194666666666\n                ],\n                [\n                    1702242300000,\n                    0.05276032\n                ],\n                [\n                    1702242000000,\n                    0.0561204\n                ],\n                [\n                    1702241700000,\n                    0.05497688\n                ],\n                [\n                    1702241400000,\n                    0.053491253333333336\n                ],\n                [\n                    1702241100000,\n                    0.05441304\n                ],\n                [\n                    1702240800000,\n                    0.05374461333333334\n                ],\n                [\n                    1702240500000,\n                    0.05489856\n                ],\n                [\n                    1702240200000,\n                    0.055448080000000004\n                ],\n                [\n                    1702239900000,\n                    0.054329333333333334\n                ],\n                [\n                    1702239600000,\n                    0.05591986666666667\n                ],\n                [\n                    1702239300000,\n                    0.05406432\n                ],\n                [\n                    1702239000000,\n                    0.053298613333333335\n                ],\n                [\n                    1702238700000,\n                    0.05119304\n                ],\n                [\n                    1702238400000,\n                    0.055562639999999996\n                ],\n                [\n                    1702238100000,\n                    0.055112133333333334\n                ],\n                [\n                    1702237800000,\n                    0.055626346666666666\n                ],\n                [\n                    1702237500000,\n                    0.05307136\n                ],\n                [\n                    1702237200000,\n                    0.05511229333333333\n                ],\n                [\n                    1702236900000,\n                    0.05179077333333333\n                ],\n                [\n                    1702236600000,\n                    0.05574626666666667\n                ],\n                [\n                    1702236300000,\n                    0.05173858666666667\n                ],\n                [\n                    1702236000000,\n                    0.05700072\n                ],\n                [\n                    1702235700000,\n                    0.05528506666666667\n                ],\n                [\n                    1702235400000,\n                    0.05395354666666667\n                ],\n                [\n                    1702235100000,\n                    0.05260568\n                ],\n                [\n                    1702234800000,\n                    0.053454746666666664\n                ],\n                [\n                    1702234500000,\n                    0.054766133333333335\n                ],\n                [\n                    1702234200000,\n                    0.05434053333333333\n                ],\n                [\n                    1702233900000,\n                    0.05526634666666667\n                ],\n                [\n                    1702233600000,\n                    0.054613760000000004\n                ],\n                [\n                    1702233300000,\n                    0.05378056\n                ],\n                [\n                    1702233000000,\n                    0.05265450666666667\n                ],\n                [\n                    1702232700000,\n                    0.053508106666666666\n                ],\n                [\n                    1702232400000,\n                    0.05480210666666667\n                ],\n                [\n                    1702232100000,\n                    0.05599026666666667\n                ],\n                [\n                    1702231800000,\n                    0.05433594666666666\n                ],\n                [\n                    1702231500000,\n                    0.054304026666666665\n                ],\n                [\n                    1702231200000,\n                    0.0532852\n                ],\n                [\n                    1702230900000,\n                    0.053514160000000005\n                ],\n                [\n                    1702230600000,\n                    0.05487010666666667\n                ],\n                [\n                    1702230300000,\n                    0.05399786666666667\n                ],\n                [\n                    1702230000000,\n                    0.0556076\n                ],\n                [\n                    1702229700000,\n                    0.053325573333333334\n                ],\n                [\n                    1702229400000,\n                    0.05437082666666667\n                ],\n                [\n                    1702229100000,\n                    0.05405832\n                ],\n                [\n                    1702228800000,\n                    0.054763973333333334\n                ],\n                [\n                    1702228500000,\n                    0.05363045333333333\n                ],\n                [\n                    1702228200000,\n                    0.05317053333333333\n                ],\n                [\n                    1702227900000,\n                    0.05602264\n                ],\n                [\n                    1702227600000,\n                    0.054129786666666665\n                ],\n                [\n                    1702227300000,\n                    0.05405749333333333\n                ],\n                [\n                    1702227000000,\n                    0.05316794666666666\n                ],\n                [\n                    1702226700000,\n                    0.0537764\n                ],\n                [\n                    1702226400000,\n                    0.055768693333333334\n                ],\n                [\n                    1702226100000,\n                    0.05504341333333333\n                ],\n                [\n                    1702225800000,\n                    0.05299144\n                ],\n                [\n                    1702225500000,\n                    0.05487061333333333\n                ],\n                [\n                    1702225200000,\n                    0.05460458666666667\n                ],\n                [\n                    1702224900000,\n                    0.053546666666666666\n                ],\n                [\n                    1702224600000,\n                    0.05401893333333333\n                ],\n                [\n                    1702224300000,\n                    0.053284773333333334\n                ],\n                [\n                    1702224000000,\n                    0.05514784\n                ],\n                [\n                    1702223700000,\n                    0.05594522666666667\n                ],\n                [\n                    1702223400000,\n                    0.05310824\n                ],\n                [\n                    1702223100000,\n                    0.055772506666666666\n                ],\n                [\n                    1702222800000,\n                    0.053099919999999995\n                ],\n                [\n                    1702222500000,\n                    0.054568373333333337\n                ],\n                [\n                    1702222200000,\n                    0.05196912\n                ],\n                [\n                    1702221900000,\n                    0.055729440000000005\n                ],\n                [\n                    1702221600000,\n                    0.05413818666666667\n                ],\n                [\n                    1702221300000,\n                    0.0556144\n                ],\n                [\n                    1702221000000,\n                    0.053853946666666666\n                ],\n                [\n                    1702220700000,\n                    0.05237186666666667\n                ],\n                [\n                    1702220400000,\n                    0.05560541333333333\n                ],\n                [\n                    1702220100000,\n                    0.05291626666666667\n                ],\n                [\n                    1702219800000,\n                    0.055811813333333335\n                ],\n                [\n                    1702219500000,\n                    0.05465309333333333\n                ],\n                [\n                    1702219200000,\n                    0.05441053333333333\n                ],\n                [\n                    1702218900000,\n                    0.053449253333333335\n                ],\n                [\n                    1702218600000,\n                    0.05401984\n                ],\n                [\n                    1702218300000,\n                    0.054660933333333335\n                ],\n                [\n                    1702218000000,\n                    0.053492080000000004\n                ],\n                [\n                    1702217700000,\n                    0.05612989333333333\n                ],\n                [\n                    1702217400000,\n                    0.05582301333333334\n                ],\n                [\n                    1702217100000,\n                    0.053643706666666666\n                ],\n                [\n                    1702216800000,\n                    0.05171357333333333\n                ],\n                [\n                    1702216500000,\n                    0.05566586666666667\n                ],\n                [\n                    1702216200000,\n                    0.0523852\n                ],\n                [\n                    1702215900000,\n                    0.057728480000000006\n                ],\n                [\n                    1702215600000,\n                    0.05281445333333333\n                ],\n                [\n                    1702215300000,\n                    0.05491133333333333\n                ],\n                [\n                    1702215000000,\n                    0.053249519999999995\n                ],\n                [\n                    1702214700000,\n                    0.05386146666666667\n                ],\n                [\n                    1702214400000,\n                    0.05445568\n                ],\n                [\n                    1702214100000,\n                    0.05415738666666667\n                ],\n                [\n                    1702213800000,\n                    0.056270879999999995\n                ],\n                [\n                    1702213500000,\n                    0.053323013333333336\n                ],\n                [\n                    1702213200000,\n                    0.05693138666666667\n                ],\n                [\n                    1702212900000,\n                    0.05153874666666666\n                ],\n                [\n                    1702212600000,\n                    0.053782239999999995\n                ],\n                [\n                    1702212300000,\n                    0.05688237333333334\n                ],\n                [\n                    1702212000000,\n                    0.05419317333333333\n                ],\n                [\n                    1702211700000,\n                    0.05284493333333334\n                ],\n                [\n                    1702211400000,\n                    0.05588890666666667\n                ],\n                [\n                    1702211100000,\n                    0.052910986666666666\n                ],\n                [\n                    1702210800000,\n                    0.05291296\n                ],\n                [\n                    1702210500000,\n                    0.05691621333333333\n                ],\n                [\n                    1702210200000,\n                    0.05242261333333333\n                ],\n                [\n                    1702209900000,\n                    0.0554524\n                ],\n                [\n                    1702209600000,\n                    0.053855066666666666\n                ],\n                [\n                    1702209300000,\n                    0.05604032\n                ],\n                [\n                    1702209000000,\n                    0.05190272\n                ],\n                [\n                    1702208700000,\n                    0.05356701333333334\n                ],\n                [\n                    1702208400000,\n                    0.05430338666666667\n                ],\n                [\n                    1702208100000,\n                    0.05324848\n                ],\n                [\n                    1702207800000,\n                    0.05619485333333333\n                ],\n                [\n                    1702207500000,\n                    0.05357709333333333\n                ],\n                [\n                    1702207200000,\n                    0.05432426666666667\n                ],\n                [\n                    1702206900000,\n                    0.054685199999999996\n                ],\n                [\n                    1702206600000,\n                    0.05315378666666667\n                ],\n                [\n                    1702206300000,\n                    0.05419773333333333\n                ],\n                [\n                    1702206000000,\n                    0.056269146666666665\n                ],\n                [\n                    1702205700000,\n                    0.053812559999999995\n                ],\n                [\n                    1702205400000,\n                    0.054722426666666664\n                ],\n                [\n                    1702205100000,\n                    0.054333120000000006\n                ],\n                [\n                    1702204800000,\n                    0.05253562666666666\n                ],\n                [\n                    1702204500000,\n                    0.05304232\n                ],\n                [\n                    1702204200000,\n                    0.05571576\n                ],\n                [\n                    1702203900000,\n                    0.05442872\n                ],\n                [\n                    1702203600000,\n                    0.0551172\n                ],\n                [\n                    1702203300000,\n                    0.05600594666666666\n                ],\n                [\n                    1702203000000,\n                    0.05142493333333333\n                ],\n                [\n                    1702202700000,\n                    0.05336424\n                ],\n                [\n                    1702202400000,\n                    0.05407992\n                ],\n                [\n                    1702202100000,\n                    0.05335008\n                ],\n                [\n                    1702201800000,\n                    0.05663493333333333\n                ],\n                [\n                    1702201500000,\n                    0.05732088\n                ],\n                [\n                    1702201200000,\n                    0.051815066666666666\n                ],\n                [\n                    1702200900000,\n                    0.05233392\n                ],\n                [\n                    1702200600000,\n                    0.05384576\n                ],\n                [\n                    1702200300000,\n                    0.05358685333333333\n                ],\n                [\n                    1702200000000,\n                    0.0552928\n                ],\n                [\n                    1702199700000,\n                    0.05608978666666667\n                ],\n                [\n                    1702199400000,\n                    0.055136213333333337\n                ],\n                [\n                    1702199100000,\n                    0.05206578666666667\n                ],\n                [\n                    1702198800000,\n                    0.052875146666666664\n                ],\n                [\n                    1702198500000,\n                    0.054310746666666666\n                ],\n                [\n                    1702198200000,\n                    0.054254746666666666\n                ],\n                [\n                    1702197900000,\n                    0.05662584\n                ],\n                [\n                    1702197600000,\n                    0.05508946666666667\n                ],\n                [\n                    1702197300000,\n                    0.054019066666666664\n                ],\n                [\n                    1702197000000,\n                    0.052278026666666665\n                ],\n                [\n                    1702196700000,\n                    0.054299386666666664\n                ],\n                [\n                    1702196400000,\n                    0.05333554666666667\n                ],\n                [\n                    1702196100000,\n                    0.05554277333333333\n                ],\n                [\n                    1702195800000,\n                    0.05503741333333333\n                ],\n                [\n                    1702195500000,\n                    0.05613416\n                ],\n                [\n                    1702195200000,\n                    0.05321077333333333\n                ],\n                [\n                    1702194900000,\n                    0.05205701333333334\n                ],\n                [\n                    1702194600000,\n                    0.054651653333333335\n                ],\n                [\n                    1702194300000,\n                    0.05539069333333334\n                ],\n                [\n                    1702194000000,\n                    0.05333056\n                ],\n                [\n                    1702193700000,\n                    0.05598024\n                ],\n                [\n                    1702193400000,\n                    0.055745199999999995\n                ],\n                [\n                    1702193100000,\n                    0.05357890666666667\n                ],\n                [\n                    1702192800000,\n                    0.052349599999999996\n                ],\n                [\n                    1702192500000,\n                    0.05550778666666667\n                ],\n                [\n                    1702192200000,\n                    0.053349146666666666\n                ],\n                [\n                    1702191900000,\n                    0.05576317333333333\n                ],\n                [\n                    1702191600000,\n                    0.053759013333333334\n                ],\n                [\n                    1702191300000,\n                    0.05459077333333333\n                ],\n                [\n                    1702191000000,\n                    0.05176645333333333\n                ],\n                [\n                    1702190700000,\n                    0.05567730666666666\n                ],\n                [\n                    1702190400000,\n                    0.05411029333333334\n                ],\n                [\n                    1702190100000,\n                    0.05257530666666666\n                ],\n                [\n                    1702189800000,\n                    0.05552037333333334\n                ],\n                [\n                    1702189500000,\n                    0.05587978666666667\n                ],\n                [\n                    1702189200000,\n                    0.053406666666666665\n                ],\n                [\n                    1702188900000,\n                    0.05383517333333333\n                ],\n                [\n                    1702188600000,\n                    0.053949199999999996\n                ],\n                [\n                    1702188300000,\n                    0.053968506666666666\n                ],\n                [\n                    1702188000000,\n                    0.054568\n                ],\n                [\n                    1702187700000,\n                    0.05387184\n                ],\n                [\n                    1702187400000,\n                    0.056266746666666666\n                ],\n                [\n                    1702187100000,\n                    0.05419757333333333\n                ],\n                [\n                    1702186800000,\n                    0.052423866666666666\n                ],\n                [\n                    1702186500000,\n                    0.05274757333333333\n                ],\n                [\n                    1702186200000,\n                    0.055353653333333336\n                ],\n                [\n                    1702185900000,\n                    0.055827626666666665\n                ],\n                [\n                    1702185600000,\n                    0.053855839999999995\n                ],\n                [\n                    1702185300000,\n                    0.057184533333333336\n                ],\n                [\n                    1702185000000,\n                    0.05090968\n                ],\n                [\n                    1702184700000,\n                    0.053365546666666666\n                ],\n                [\n                    1702184400000,\n                    0.05309258666666667\n                ],\n                [\n                    1702184100000,\n                    0.05488477333333333\n                ],\n                [\n                    1702183800000,\n                    0.055272800000000004\n                ],\n                [\n                    1702183500000,\n                    0.05735336\n                ],\n                [\n                    1702183200000,\n                    0.05196613333333333\n                ],\n                [\n                    1702182900000,\n                    0.051414959999999996\n                ],\n                [\n                    1702182600000,\n                    0.05060488\n                ],\n                [\n                    1702182300000,\n                    0.049218773333333334\n                ],\n                [\n                    1702182000000,\n                    0.05019597333333334\n                ],\n                [\n                    1702181700000,\n                    0.052730400000000004\n                ],\n                [\n                    1702181400000,\n                    0.05453370666666667\n                ],\n                [\n                    1702181100000,\n                    0.05147496\n                ],\n                [\n                    1702180800000,\n                    0.053130746666666666\n                ],\n                [\n                    1702180500000,\n                    0.05342938666666667\n                ],\n                [\n                    1702180200000,\n                    0.05266048\n                ],\n                [\n                    1702179900000,\n                    0.05733210666666667\n                ],\n                [\n                    1702179600000,\n                    0.05355613333333333\n                ],\n                [\n                    1702179300000,\n                    0.05506312\n                ],\n                [\n                    1702179000000,\n                    0.053785066666666666\n                ],\n                [\n                    1702178700000,\n                    0.05197069333333334\n                ],\n                [\n                    1702178400000,\n                    0.05402048\n                ],\n                [\n                    1702178100000,\n                    0.05598429333333334\n                ],\n                [\n                    1702177800000,\n                    0.05548704\n                ],\n                [\n                    1702177500000,\n                    0.05555058666666667\n                ],\n                [\n                    1702177200000,\n                    0.05359005333333334\n                ],\n                [\n                    1702176900000,\n                    0.05143242666666667\n                ],\n                [\n                    1702176600000,\n                    0.054088533333333334\n                ],\n                [\n                    1702176300000,\n                    0.05579554666666667\n                ],\n                [\n                    1702176000000,\n                    0.05349328\n                ],\n                [\n                    1702175700000,\n                    0.05529538666666667\n                ],\n                [\n                    1702175400000,\n                    0.05675008\n                ],\n                [\n                    1702175100000,\n                    0.052345413333333334\n                ],\n                [\n                    1702174800000,\n                    0.05253768\n                ],\n                [\n                    1702174500000,\n                    0.05575085333333333\n                ],\n                [\n                    1702174200000,\n                    0.05398869333333334\n                ],\n                [\n                    1702173900000,\n                    0.05264216\n                ],\n                [\n                    1702173600000,\n                    0.056805760000000004\n                ],\n                [\n                    1702173300000,\n                    0.05460349333333333\n                ],\n                [\n                    1702173000000,\n                    0.052323386666666666\n                ],\n                [\n                    1702172700000,\n                    0.05451765333333333\n                ],\n                [\n                    1702172400000,\n                    0.052411386666666664\n                ],\n                [\n                    1702172100000,\n                    0.05410629333333333\n                ],\n                [\n                    1702171800000,\n                    0.05559546666666667\n                ],\n                [\n                    1702171500000,\n                    0.05444176\n                ],\n                [\n                    1702171200000,\n                    0.0551064\n                ],\n                [\n                    1702170900000,\n                    0.05324858666666667\n                ],\n                [\n                    1702170600000,\n                    0.05369802666666666\n                ],\n                [\n                    1702170300000,\n                    0.053425893333333335\n                ],\n                [\n                    1702170000000,\n                    0.05443389333333333\n                ],\n                [\n                    1702169700000,\n                    0.055111919999999995\n                ],\n                [\n                    1702169400000,\n                    0.057037040000000004\n                ],\n                [\n                    1702169100000,\n                    0.054414026666666664\n                ],\n                [\n                    1702168800000,\n                    0.05126256\n                ],\n                [\n                    1702168500000,\n                    0.053022613333333336\n                ],\n                [\n                    1702168200000,\n                    0.05461005333333334\n                ],\n                [\n                    1702167900000,\n                    0.053362026666666666\n                ],\n                [\n                    1702167600000,\n                    0.05565202666666667\n                ],\n                [\n                    1702167300000,\n                    0.057647573333333334\n                ],\n                [\n                    1702167000000,\n                    0.05226037333333334\n                ],\n                [\n                    1702166700000,\n                    0.055489786666666666\n                ],\n                [\n                    1702166400000,\n                    0.06144389333333333\n                ],\n                [\n                    1702166100000,\n                    0.06241002666666667\n                ],\n                [\n                    1702165800000,\n                    0.06165685333333333\n                ],\n                [\n                    1702165500000,\n                    0.056336293333333336\n                ],\n                [\n                    1702165200000,\n                    0.05480368\n                ],\n                [\n                    1702164900000,\n                    0.051895519999999994\n                ],\n                [\n                    1702164600000,\n                    0.05360496\n                ],\n                [\n                    1702164300000,\n                    0.052227946666666664\n                ],\n                [\n                    1702164000000,\n                    0.05559253333333333\n                ],\n                [\n                    1702163700000,\n                    0.05620632\n                ],\n                [\n                    1702163400000,\n                    0.05454512\n                ],\n                [\n                    1702163100000,\n                    0.053076\n                ],\n                [\n                    1702162800000,\n                    0.05206474666666667\n                ],\n                [\n                    1702162500000,\n                    0.05345512\n                ],\n                [\n                    1702162200000,\n                    0.05470536\n                ],\n                [\n                    1702161900000,\n                    0.05522522666666667\n                ],\n                [\n                    1702161600000,\n                    0.05505210666666667\n                ],\n                [\n                    1702161300000,\n                    0.05606050666666667\n                ],\n                [\n                    1702161000000,\n                    0.05303568\n                ],\n                [\n                    1702160700000,\n                    0.05220552\n                ],\n                [\n                    1702160400000,\n                    0.05505936\n                ],\n                [\n                    1702160100000,\n                    0.05657528\n                ],\n                [\n                    1702159800000,\n                    0.054319893333333334\n                ],\n                [\n                    1702159500000,\n                    0.05404581333333333\n                ],\n                [\n                    1702159200000,\n                    0.05633832\n                ],\n                [\n                    1702158900000,\n                    0.051486293333333336\n                ],\n                [\n                    1702158600000,\n                    0.05375786666666667\n                ],\n                [\n                    1702158300000,\n                    0.0541376\n                ],\n                [\n                    1702158000000,\n                    0.05452858666666667\n                ],\n                [\n                    1702157700000,\n                    0.05442786666666667\n                ],\n                [\n                    1702157400000,\n                    0.05464354666666667\n                ],\n                [\n                    1702157100000,\n                    0.05479162666666666\n                ],\n                [\n                    1702156800000,\n                    0.052361066666666664\n                ],\n                [\n                    1702156500000,\n                    0.055644106666666665\n                ],\n                [\n                    1702156200000,\n                    0.05248333333333333\n                ],\n                [\n                    1702155900000,\n                    0.054909440000000004\n                ],\n                [\n                    1702155600000,\n                    0.05462989333333333\n                ],\n                [\n                    1702155300000,\n                    0.05651253333333333\n                ],\n                [\n                    1702155000000,\n                    0.05340506666666667\n                ],\n                [\n                    1702154700000,\n                    0.05414613333333333\n                ],\n                [\n                    1702154400000,\n                    0.05286573333333333\n                ],\n                [\n                    1702154100000,\n                    0.05434416\n                ],\n                [\n                    1702153800000,\n                    0.05350125333333333\n                ],\n                [\n                    1702153500000,\n                    0.05472530666666666\n                ],\n                [\n                    1702153200000,\n                    0.056208346666666666\n                ],\n                [\n                    1702152900000,\n                    0.0547516\n                ],\n                [\n                    1702152600000,\n                    0.052123333333333334\n                ],\n                [\n                    1702152300000,\n                    0.0527816\n                ],\n                [\n                    1702152000000,\n                    0.05577786666666667\n                ],\n                [\n                    1702151700000,\n                    0.05298949333333333\n                ],\n                [\n                    1702151400000,\n                    0.056236506666666665\n                ],\n                [\n                    1702151100000,\n                    0.05713314666666667\n                ],\n                [\n                    1702150800000,\n                    0.05102205333333334\n                ],\n                [\n                    1702150500000,\n                    0.05364965333333334\n                ],\n                [\n                    1702150200000,\n                    0.052524426666666665\n                ],\n                [\n                    1702149900000,\n                    0.05552677333333333\n                ],\n                [\n                    1702149600000,\n                    0.05545928\n                ],\n                [\n                    1702149300000,\n                    0.05729858666666667\n                ],\n                [\n                    1702149000000,\n                    0.053433626666666664\n                ],\n                [\n                    1702148700000,\n                    0.05201818666666667\n                ],\n                [\n                    1702148400000,\n                    0.05388664\n                ],\n                [\n                    1702148100000,\n                    0.05205264\n                ],\n                [\n                    1702147800000,\n                    0.05500298666666666\n                ],\n                [\n                    1702147500000,\n                    0.05699221333333333\n                ],\n                [\n                    1702147200000,\n                    0.05570778666666667\n                ],\n                [\n                    1702146900000,\n                    0.05222173333333333\n                ],\n                [\n                    1702146600000,\n                    0.052063120000000004\n                ],\n                [\n                    1702146300000,\n                    0.05312613333333333\n                ],\n                [\n                    1702146000000,\n                    0.0542652\n                ],\n                [\n                    1702145700000,\n                    0.05570741333333333\n                ],\n                [\n                    1702145400000,\n                    0.05670328\n                ],\n                [\n                    1702145100000,\n                    0.05461770666666667\n                ],\n                [\n                    1702144800000,\n                    0.05220184\n                ],\n                [\n                    1702144500000,\n                    0.052788346666666666\n                ],\n                [\n                    1702144200000,\n                    0.05341064\n                ],\n                [\n                    1702143900000,\n                    0.057123466666666664\n                ],\n                [\n                    1702143600000,\n                    0.05452456\n                ],\n                [\n                    1702143300000,\n                    0.053866613333333334\n                ],\n                [\n                    1702143000000,\n                    0.055780213333333335\n                ],\n                [\n                    1702142700000,\n                    0.05112952\n                ],\n                [\n                    1702142400000,\n                    0.05447693333333333\n                ],\n                [\n                    1702142100000,\n                    0.054441199999999995\n                ],\n                [\n                    1702141800000,\n                    0.054440666666666665\n                ],\n                [\n                    1702141500000,\n                    0.05477770666666666\n                ],\n                [\n                    1702141200000,\n                    0.05570386666666667\n                ],\n                [\n                    1702140900000,\n                    0.05332109333333333\n                ],\n                [\n                    1702140600000,\n                    0.05260704\n                ],\n                [\n                    1702140300000,\n                    0.05515221333333333\n                ],\n                [\n                    1702140000000,\n                    0.053953466666666665\n                ],\n                [\n                    1702139700000,\n                    0.05309584\n                ],\n                [\n                    1702139400000,\n                    0.056438506666666666\n                ],\n                [\n                    1702139100000,\n                    0.05467333333333334\n                ],\n                [\n                    1702138800000,\n                    0.05332450666666667\n                ],\n                [\n                    1702138500000,\n                    0.05444082666666667\n                ],\n                [\n                    1702138200000,\n                    0.05285952\n                ],\n                [\n                    1702137900000,\n                    0.054375146666666666\n                ],\n                [\n                    1702137600000,\n                    0.056012853333333334\n                ],\n                [\n                    1702137300000,\n                    0.05392146666666667\n                ],\n                [\n                    1702137000000,\n                    0.05593570666666667\n                ],\n                [\n                    1702136700000,\n                    0.0547\n                ],\n                [\n                    1702136400000,\n                    0.053157786666666665\n                ],\n                [\n                    1702136100000,\n                    0.05145397333333333\n                ],\n                [\n                    1702135800000,\n                    0.05504741333333333\n                ],\n                [\n                    1702135500000,\n                    0.05559890666666667\n                ],\n                [\n                    1702135200000,\n                    0.056125919999999996\n                ],\n                [\n                    1702134900000,\n                    0.05547170666666666\n                ],\n                [\n                    1702134600000,\n                    0.052458613333333334\n                ],\n                [\n                    1702134300000,\n                    0.05263069333333334\n                ],\n                [\n                    1702134000000,\n                    0.05247101333333334\n                ],\n                [\n                    1702133700000,\n                    0.055317813333333334\n                ],\n                [\n                    1702133400000,\n                    0.05726178666666667\n                ],\n                [\n                    1702133100000,\n                    0.05773184\n                ],\n                [\n                    1702132800000,\n                    0.052393546666666665\n                ],\n                [\n                    1702132500000,\n                    0.05271149333333333\n                ],\n                [\n                    1702132200000,\n                    0.05237477333333333\n                ],\n                [\n                    1702131900000,\n                    0.05424386666666667\n                ],\n                [\n                    1702131600000,\n                    0.05415061333333333\n                ],\n                [\n                    1702131300000,\n                    0.05854024\n                ],\n                [\n                    1702131000000,\n                    0.055382\n                ],\n                [\n                    1702130700000,\n                    0.052536400000000004\n                ],\n                [\n                    1702130400000,\n                    0.052212666666666664\n                ],\n                [\n                    1702130100000,\n                    0.05204930666666666\n                ],\n                [\n                    1702129800000,\n                    0.055876053333333335\n                ],\n                [\n                    1702129500000,\n                    0.057057573333333333\n                ],\n                [\n                    1702129200000,\n                    0.05464384\n                ],\n                [\n                    1702128900000,\n                    0.05334408\n                ],\n                [\n                    1702128600000,\n                    0.052121226666666666\n                ],\n                [\n                    1702128300000,\n                    0.05302581333333333\n                ],\n                [\n                    1702128000000,\n                    0.05277096\n                ],\n                [\n                    1702127700000,\n                    0.0568756\n                ],\n                [\n                    1702127400000,\n                    0.054857786666666665\n                ],\n                [\n                    1702127100000,\n                    0.05579544\n                ],\n                [\n                    1702126800000,\n                    0.053395866666666666\n                ],\n                [\n                    1702126500000,\n                    0.05170877333333333\n                ],\n                [\n                    1702126200000,\n                    0.05329064\n                ],\n                [\n                    1702125900000,\n                    0.05363496\n                ],\n                [\n                    1702125600000,\n                    0.05448021333333333\n                ],\n                [\n                    1702125300000,\n                    0.05632685333333333\n                ],\n                [\n                    1702125000000,\n                    0.05467536\n                ],\n                [\n                    1702124700000,\n                    0.0523436\n                ],\n                [\n                    1702124400000,\n                    0.05259437333333334\n                ],\n                [\n                    1702124100000,\n                    0.054244426666666665\n                ],\n                [\n                    1702123800000,\n                    0.05497645333333333\n                ],\n                [\n                    1702123500000,\n                    0.05287258666666667\n                ],\n                [\n                    1702123200000,\n                    0.056545066666666664\n                ],\n                [\n                    1702122900000,\n                    0.05473712\n                ],\n                [\n                    1702122600000,\n                    0.052311253333333335\n                ],\n                [\n                    1702122300000,\n                    0.0553528\n                ],\n                [\n                    1702122000000,\n                    0.053867946666666666\n                ],\n                [\n                    1702121700000,\n                    0.05289269333333334\n                ],\n                [\n                    1702121400000,\n                    0.05598053333333333\n                ],\n                [\n                    1702121100000,\n                    0.054076\n                ],\n                [\n                    1702120800000,\n                    0.05470298666666666\n                ],\n                [\n                    1702120500000,\n                    0.05331786666666667\n                ],\n                [\n                    1702120200000,\n                    0.05289906666666667\n                ],\n                [\n                    1702119900000,\n                    0.053149199999999994\n                ],\n                [\n                    1702119600000,\n                    0.054036879999999995\n                ],\n                [\n                    1702119300000,\n                    0.055471599999999996\n                ],\n                [\n                    1702119000000,\n                    0.055861973333333335\n                ],\n                [\n                    1702118700000,\n                    0.056041973333333335\n                ],\n                [\n                    1702118400000,\n                    0.052054239999999995\n                ],\n                [\n                    1702118100000,\n                    0.0527228\n                ],\n                [\n                    1702117800000,\n                    0.05419656\n                ],\n                [\n                    1702117500000,\n                    0.053499866666666666\n                ],\n                [\n                    1702117200000,\n                    0.056476986666666666\n                ],\n                [\n                    1702116900000,\n                    0.056914853333333335\n                ],\n                [\n                    1702116600000,\n                    0.051498480000000006\n                ],\n                [\n                    1702116300000,\n                    0.05283818666666667\n                ],\n                [\n                    1702116000000,\n                    0.053739013333333335\n                ],\n                [\n                    1702115700000,\n                    0.05416050666666667\n                ],\n                [\n                    1702115400000,\n                    0.056239573333333334\n                ],\n                [\n                    1702115100000,\n                    0.05583133333333334\n                ],\n                [\n                    1702114800000,\n                    0.05534984\n                ],\n                [\n                    1702114500000,\n                    0.05104848\n                ],\n                [\n                    1702114200000,\n                    0.05317362666666666\n                ],\n                [\n                    1702113900000,\n                    0.05330114666666667\n                ],\n                [\n                    1702113600000,\n                    0.054716933333333335\n                ],\n                [\n                    1702113300000,\n                    0.05668029333333333\n                ],\n                [\n                    1702113000000,\n                    0.055390213333333334\n                ],\n                [\n                    1702112700000,\n                    0.05394944\n                ],\n                [\n                    1702112400000,\n                    0.05366074666666667\n                ],\n                [\n                    1702112100000,\n                    0.053176133333333334\n                ],\n                [\n                    1702111800000,\n                    0.05446674666666666\n                ],\n                [\n                    1702111500000,\n                    0.0558672\n                ],\n                [\n                    1702111200000,\n                    0.05698981333333333\n                ],\n                [\n                    1702110900000,\n                    0.053957279999999996\n                ],\n                [\n                    1702110600000,\n                    0.05263490666666667\n                ],\n                [\n                    1702110300000,\n                    0.05210528\n                ],\n                [\n                    1702110000000,\n                    0.05293445333333333\n                ],\n                [\n                    1702109700000,\n                    0.05600826666666667\n                ],\n                [\n                    1702109400000,\n                    0.05431893333333333\n                ],\n                [\n                    1702109100000,\n                    0.056182293333333334\n                ],\n                [\n                    1702108800000,\n                    0.055283519999999996\n                ],\n                [\n                    1702108500000,\n                    0.05149021333333333\n                ],\n                [\n                    1702108200000,\n                    0.053167360000000004\n                ],\n                [\n                    1702107900000,\n                    0.05490328\n                ],\n                [\n                    1702107600000,\n                    0.054148213333333334\n                ],\n                [\n                    1702107300000,\n                    0.05633402666666666\n                ],\n                [\n                    1702107000000,\n                    0.05395282666666667\n                ],\n                [\n                    1702106700000,\n                    0.05827744\n                ],\n                [\n                    1702106400000,\n                    0.052222080000000004\n                ],\n                [\n                    1702106100000,\n                    0.05457186666666667\n                ],\n                [\n                    1702105800000,\n                    0.052672213333333336\n                ],\n                [\n                    1702105500000,\n                    0.05523168\n                ],\n                [\n                    1702105200000,\n                    0.05555533333333334\n                ],\n                [\n                    1702104900000,\n                    0.05506461333333333\n                ],\n                [\n                    1702104600000,\n                    0.05273912\n                ],\n                [\n                    1702104300000,\n                    0.054406239999999995\n                ],\n                [\n                    1702104000000,\n                    0.05259528\n                ],\n                [\n                    1702103700000,\n                    0.054094986666666664\n                ],\n                [\n                    1702103400000,\n                    0.05405026666666667\n                ],\n                [\n                    1702103100000,\n                    0.05604986666666667\n                ],\n                [\n                    1702102800000,\n                    0.05539210666666667\n                ],\n                [\n                    1702102500000,\n                    0.053321013333333334\n                ],\n                [\n                    1702102200000,\n                    0.05321389333333333\n                ],\n                [\n                    1702101900000,\n                    0.05259272\n                ],\n                [\n                    1702101600000,\n                    0.05526664\n                ],\n                [\n                    1702101300000,\n                    0.054346773333333334\n                ],\n                [\n                    1702101000000,\n                    0.05623\n                ],\n                [\n                    1702100700000,\n                    0.05643741333333333\n                ],\n                [\n                    1702100400000,\n                    0.051603786666666665\n                ],\n                [\n                    1702100100000,\n                    0.05227656\n                ],\n                [\n                    1702099800000,\n                    0.05335573333333333\n                ],\n                [\n                    1702099500000,\n                    0.05366674666666667\n                ],\n                [\n                    1702099200000,\n                    0.05662178666666667\n                ],\n                [\n                    1702098900000,\n                    0.05602608\n                ],\n                [\n                    1702098600000,\n                    0.053963653333333333\n                ],\n                [\n                    1702098300000,\n                    0.052739973333333336\n                ],\n                [\n                    1702098000000,\n                    0.05334208\n                ],\n                [\n                    1702097700000,\n                    0.05238288\n                ],\n                [\n                    1702097400000,\n                    0.0554176\n                ],\n                [\n                    1702097100000,\n                    0.05818730666666666\n                ],\n                [\n                    1702096800000,\n                    0.05371882666666667\n                ],\n                [\n                    1702096500000,\n                    0.05131354666666667\n                ],\n                [\n                    1702096200000,\n                    0.05376976\n                ],\n                [\n                    1702095900000,\n                    0.051626373333333336\n                ],\n                [\n                    1702095600000,\n                    0.054927519999999994\n                ],\n                [\n                    1702095300000,\n                    0.05525733333333334\n                ],\n                [\n                    1702095000000,\n                    0.057333786666666664\n                ],\n                [\n                    1702094700000,\n                    0.0548104\n                ],\n                [\n                    1702094400000,\n                    0.05184581333333333\n                ],\n                [\n                    1702094100000,\n                    0.052383973333333333\n                ],\n                [\n                    1702093800000,\n                    0.053828346666666665\n                ],\n                [\n                    1702093500000,\n                    0.055249306666666664\n                ],\n                [\n                    1702093200000,\n                    0.05423824\n                ],\n                [\n                    1702092900000,\n                    0.05463485333333333\n                ],\n                [\n                    1702092600000,\n                    0.05577938666666667\n                ],\n                [\n                    1702092300000,\n                    0.05161656\n                ],\n                [\n                    1702092000000,\n                    0.05364357333333333\n                ],\n                [\n                    1702091700000,\n                    0.054155253333333334\n                ],\n                [\n                    1702091400000,\n                    0.05525\n                ],\n                [\n                    1702091100000,\n                    0.056706346666666664\n                ],\n                [\n                    1702090800000,\n                    0.05491264\n                ],\n                [\n                    1702090500000,\n                    0.05217354666666667\n                ],\n                [\n                    1702090200000,\n                    0.056366026666666666\n                ],\n                [\n                    1702089900000,\n                    0.05529448\n                ],\n                [\n                    1702089600000,\n                    0.05344706666666667\n                ],\n                [\n                    1702089300000,\n                    0.05444349333333333\n                ],\n                [\n                    1702089000000,\n                    0.057478800000000004\n                ],\n                [\n                    1702088700000,\n                    0.054192986666666665\n                ],\n                [\n                    1702088400000,\n                    0.05268634666666666\n                ],\n                [\n                    1702088100000,\n                    0.054430026666666666\n                ],\n                [\n                    1702087800000,\n                    0.0530584\n                ],\n                [\n                    1702087500000,\n                    0.05447736\n                ],\n                [\n                    1702087200000,\n                    0.05472085333333333\n                ],\n                [\n                    1702086900000,\n                    0.054736346666666665\n                ],\n                [\n                    1702086600000,\n                    0.05553053333333333\n                ],\n                [\n                    1702086300000,\n                    0.053539946666666664\n                ],\n                [\n                    1702086000000,\n                    0.05263072\n                ],\n                [\n                    1702085700000,\n                    0.05479746666666667\n                ],\n                [\n                    1702085400000,\n                    0.05457869333333334\n                ],\n                [\n                    1702085100000,\n                    0.05541781333333333\n                ],\n                [\n                    1702084800000,\n                    0.05433941333333333\n                ],\n                [\n                    1702084500000,\n                    0.054884426666666666\n                ],\n                [\n                    1702084200000,\n                    0.05205258666666667\n                ],\n                [\n                    1702083900000,\n                    0.05303168\n                ],\n                [\n                    1702083600000,\n                    0.05387504\n                ],\n                [\n                    1702083300000,\n                    0.053419706666666664\n                ],\n                [\n                    1702083000000,\n                    0.058005626666666664\n                ],\n                [\n                    1702082700000,\n                    0.055737919999999996\n                ],\n                [\n                    1702082400000,\n                    0.05213973333333333\n                ],\n                [\n                    1702082100000,\n                    0.05463978666666667\n                ],\n                [\n                    1702081800000,\n                    0.05234893333333333\n                ],\n                [\n                    1702081500000,\n                    0.05358997333333333\n                ],\n                [\n                    1702081200000,\n                    0.056370239999999995\n                ],\n                [\n                    1702080900000,\n                    0.057783226666666666\n                ],\n                [\n                    1702080600000,\n                    0.05365146666666667\n                ],\n                [\n                    1702080300000,\n                    0.05217501333333334\n                ],\n                [\n                    1702080000000,\n                    0.053245386666666665\n                ],\n                [\n                    1702079700000,\n                    0.05394912\n                ],\n                [\n                    1702079400000,\n                    0.054675173333333334\n                ],\n                [\n                    1702079100000,\n                    0.05734338666666666\n                ],\n                [\n                    1702078800000,\n                    0.05335157333333333\n                ],\n                [\n                    1702078500000,\n                    0.05415301333333333\n                ],\n                [\n                    1702078200000,\n                    0.05277045333333333\n                ],\n                [\n                    1702077900000,\n                    0.05236322666666667\n                ],\n                [\n                    1702077600000,\n                    0.05471864\n                ],\n                [\n                    1702077300000,\n                    0.05616168\n                ],\n                [\n                    1702077000000,\n                    0.05539264\n                ],\n                [\n                    1702076700000,\n                    0.053095199999999995\n                ],\n                [\n                    1702076400000,\n                    0.053937066666666665\n                ],\n                [\n                    1702076100000,\n                    0.052402239999999996\n                ],\n                [\n                    1702075800000,\n                    0.05365453333333333\n                ],\n                [\n                    1702075500000,\n                    0.05499592\n                ],\n                [\n                    1702075200000,\n                    0.05451053333333333\n                ],\n                [\n                    1702074900000,\n                    0.05734552\n                ],\n                [\n                    1702074600000,\n                    0.05430133333333333\n                ],\n                [\n                    1702074300000,\n                    0.05087216000000001\n                ],\n                [\n                    1702074000000,\n                    0.05392458666666667\n                ],\n                [\n                    1702073700000,\n                    0.0541016\n                ],\n                [\n                    1702073400000,\n                    0.056623440000000004\n                ],\n                [\n                    1702073100000,\n                    0.05662677333333333\n                ],\n                [\n                    1702072800000,\n                    0.0561368\n                ],\n                [\n                    1702072500000,\n                    0.054609946666666666\n                ],\n                [\n                    1702072200000,\n                    0.053714613333333334\n                ],\n                [\n                    1702071900000,\n                    0.05171704\n                ],\n                [\n                    1702071600000,\n                    0.05339749333333333\n                ],\n                [\n                    1702071300000,\n                    0.056326879999999996\n                ],\n                [\n                    1702071000000,\n                    0.05659296\n                ],\n                [\n                    1702070700000,\n                    0.054938480000000005\n                ],\n                [\n                    1702070400000,\n                    0.05343581333333333\n                ],\n                [\n                    1702070100000,\n                    0.05303776\n                ],\n                [\n                    1702069800000,\n                    0.05196762666666666\n                ],\n                [\n                    1702069500000,\n                    0.05635032\n                ],\n                [\n                    1702069200000,\n                    0.05521581333333333\n                ],\n                [\n                    1702068900000,\n                    0.05711197333333334\n                ],\n                [\n                    1702068600000,\n                    0.05443554666666667\n                ],\n                [\n                    1702068300000,\n                    0.051458986666666665\n                ],\n                [\n                    1702068000000,\n                    0.052732053333333334\n                ],\n                [\n                    1702067700000,\n                    0.05559858666666667\n                ],\n                [\n                    1702067400000,\n                    0.05348869333333334\n                ],\n                [\n                    1702067100000,\n                    0.05541824\n                ],\n                [\n                    1702066800000,\n                    0.057191066666666665\n                ],\n                [\n                    1702066500000,\n                    0.05451130666666666\n                ],\n                [\n                    1702066200000,\n                    0.05117973333333333\n                ],\n                [\n                    1702065900000,\n                    0.05521213333333333\n                ],\n                [\n                    1702065600000,\n                    0.05416405333333334\n                ],\n                [\n                    1702065300000,\n                    0.053599893333333336\n                ],\n                [\n                    1702065000000,\n                    0.057402959999999996\n                ],\n                [\n                    1702064700000,\n                    0.05347317333333333\n                ],\n                [\n                    1702064400000,\n                    0.05392978666666667\n                ],\n                [\n                    1702064100000,\n                    0.05380210666666667\n                ],\n                [\n                    1702063800000,\n                    0.05428344\n                ],\n                [\n                    1702063500000,\n                    0.05358917333333333\n                ],\n                [\n                    1702063200000,\n                    0.05577765333333334\n                ],\n                [\n                    1702062900000,\n                    0.055883013333333335\n                ],\n                [\n                    1702062600000,\n                    0.05309749333333333\n                ],\n                [\n                    1702062300000,\n                    0.05610341333333333\n                ],\n                [\n                    1702062000000,\n                    0.05300928\n                ],\n                [\n                    1702061700000,\n                    0.05237450666666667\n                ],\n                [\n                    1702061400000,\n                    0.055775066666666664\n                ],\n                [\n                    1702061100000,\n                    0.05414778666666667\n                ],\n                [\n                    1702060800000,\n                    0.05697536\n                ],\n                [\n                    1702060500000,\n                    0.05561066666666666\n                ],\n                [\n                    1702060200000,\n                    0.05175306666666667\n                ],\n                [\n                    1702059900000,\n                    0.05281184\n                ],\n                [\n                    1702059600000,\n                    0.055210213333333334\n                ],\n                [\n                    1702059300000,\n                    0.05397541333333333\n                ],\n                [\n                    1702059000000,\n                    0.05522829333333334\n                ],\n                [\n                    1702058700000,\n                    0.05633690666666667\n                ],\n                [\n                    1702058400000,\n                    0.05477546666666667\n                ],\n                [\n                    1702058100000,\n                    0.051949333333333333\n                ],\n                [\n                    1702057800000,\n                    0.05457373333333333\n                ],\n                [\n                    1702057500000,\n                    0.05361154666666667\n                ],\n                [\n                    1702057200000,\n                    0.05440504\n                ],\n                [\n                    1702056900000,\n                    0.05745210666666667\n                ],\n                [\n                    1702056600000,\n                    0.05338336\n                ],\n                [\n                    1702056300000,\n                    0.05371184\n                ],\n                [\n                    1702056000000,\n                    0.053399760000000004\n                ],\n                [\n                    1702055700000,\n                    0.053264693333333335\n                ],\n                [\n                    1702055400000,\n                    0.05315181333333333\n                ],\n                [\n                    1702055100000,\n                    0.05750842666666667\n                ],\n                [\n                    1702054800000,\n                    0.057131973333333336\n                ],\n                [\n                    1702054500000,\n                    0.05243394666666666\n                ],\n                [\n                    1702054200000,\n                    0.05425624\n                ],\n                [\n                    1702053900000,\n                    0.053631066666666664\n                ],\n                [\n                    1702053600000,\n                    0.05366890666666667\n                ],\n                [\n                    1702053300000,\n                    0.05589432\n                ],\n                [\n                    1702053000000,\n                    0.05462157333333333\n                ],\n                [\n                    1702052700000,\n                    0.055933626666666666\n                ],\n                [\n                    1702052400000,\n                    0.05514698666666666\n                ],\n                [\n                    1702052100000,\n                    0.05211\n                ],\n                [\n                    1702051800000,\n                    0.053089120000000004\n                ],\n                [\n                    1702051500000,\n                    0.05649136\n                ],\n                [\n                    1702051200000,\n                    0.05559152\n                ],\n                [\n                    1702050900000,\n                    0.055447333333333335\n                ],\n                [\n                    1702050600000,\n                    0.05551402666666667\n                ],\n                [\n                    1702050300000,\n                    0.05361386666666667\n                ],\n                [\n                    1702050000000,\n                    0.052642506666666665\n                ],\n                [\n                    1702049700000,\n                    0.05445933333333334\n                ],\n                [\n                    1702049400000,\n                    0.05457296\n                ],\n                [\n                    1702049100000,\n                    0.05437629333333333\n                ],\n                [\n                    1702048800000,\n                    0.05641504\n                ],\n                [\n                    1702048500000,\n                    0.05337698666666666\n                ],\n                [\n                    1702048200000,\n                    0.05365266666666666\n                ],\n                [\n                    1702047900000,\n                    0.055627546666666666\n                ],\n                [\n                    1702047600000,\n                    0.05417792\n                ],\n                [\n                    1702047300000,\n                    0.05385466666666666\n                ],\n                [\n                    1702047000000,\n                    0.05617877333333333\n                ],\n                [\n                    1702046700000,\n                    0.05631733333333334\n                ],\n                [\n                    1702046400000,\n                    0.05406754666666667\n                ],\n                [\n                    1702046100000,\n                    0.054164533333333334\n                ],\n                [\n                    1702045800000,\n                    0.05339082666666667\n                ],\n                [\n                    1702045500000,\n                    0.05338728\n                ],\n                [\n                    1702045200000,\n                    0.055507093333333334\n                ],\n                [\n                    1702044900000,\n                    0.056205946666666666\n                ],\n                [\n                    1702044600000,\n                    0.05355173333333333\n                ],\n                [\n                    1702044300000,\n                    0.057134533333333334\n                ],\n                [\n                    1702044000000,\n                    0.05295394666666666\n                ],\n                [\n                    1702043700000,\n                    0.05282333333333333\n                ],\n                [\n                    1702043400000,\n                    0.054856213333333334\n                ],\n                [\n                    1702043100000,\n                    0.05541234666666667\n                ],\n                [\n                    1702042800000,\n                    0.05563418666666667\n                ],\n                [\n                    1702042500000,\n                    0.05278002666666667\n                ],\n                [\n                    1702042200000,\n                    0.056391706666666666\n                ],\n                [\n                    1702041900000,\n                    0.05296282666666667\n                ],\n                [\n                    1702041600000,\n                    0.05393813333333333\n                ],\n                [\n                    1702041300000,\n                    0.054738213333333334\n                ],\n                [\n                    1702041000000,\n                    0.05362317333333333\n                ],\n                [\n                    1702040700000,\n                    0.059330933333333336\n                ],\n                [\n                    1702040400000,\n                    0.05395504\n                ],\n                [\n                    1702040100000,\n                    0.053295626666666665\n                ],\n                [\n                    1702039800000,\n                    0.05376608\n                ],\n                [\n                    1702039500000,\n                    0.05424218666666667\n                ],\n                [\n                    1702039200000,\n                    0.054009626666666664\n                ],\n                [\n                    1702038900000,\n                    0.058855653333333334\n                ],\n                [\n                    1702038600000,\n                    0.05378269333333334\n                ],\n                [\n                    1702038300000,\n                    0.05457466666666667\n                ],\n                [\n                    1702038000000,\n                    0.05240712\n                ],\n                [\n                    1702037700000,\n                    0.052982879999999996\n                ],\n                [\n                    1702037400000,\n                    0.054767626666666666\n                ],\n                [\n                    1702037100000,\n                    0.05521922666666667\n                ],\n                [\n                    1702036800000,\n                    0.05785210666666667\n                ],\n                [\n                    1702036500000,\n                    0.052737599999999996\n                ],\n                [\n                    1702036200000,\n                    0.055307386666666666\n                ],\n                [\n                    1702035900000,\n                    0.05186978666666667\n                ],\n                [\n                    1702035600000,\n                    0.05298936\n                ],\n                [\n                    1702035300000,\n                    0.05676298666666666\n                ],\n                [\n                    1702035000000,\n                    0.054368\n                ],\n                [\n                    1702034700000,\n                    0.05697690666666667\n                ],\n                [\n                    1702034400000,\n                    0.05311258666666667\n                ],\n                [\n                    1702034100000,\n                    0.054038666666666665\n                ],\n                [\n                    1702033800000,\n                    0.052982933333333336\n                ],\n                [\n                    1702033500000,\n                    0.05362592\n                ],\n                [\n                    1702033200000,\n                    0.05772704\n                ],\n                [\n                    1702032900000,\n                    0.055252666666666665\n                ],\n                [\n                    1702032600000,\n                    0.05723864\n                ],\n                [\n                    1702032300000,\n                    0.0524144\n                ],\n                [\n                    1702032000000,\n                    0.05168589333333334\n                ],\n                [\n                    1702031700000,\n                    0.05504418666666667\n                ],\n                [\n                    1702031400000,\n                    0.05441858666666667\n                ],\n                [\n                    1702031100000,\n                    0.05472266666666666\n                ],\n                [\n                    1702030800000,\n                    0.057152480000000006\n                ],\n                [\n                    1702030500000,\n                    0.0519936\n                ],\n                [\n                    1702030200000,\n                    0.05430957333333333\n                ],\n                [\n                    1702029900000,\n                    0.05258936\n                ],\n                [\n                    1702029600000,\n                    0.05517968\n                ],\n                [\n                    1702029300000,\n                    0.05482376\n                ],\n                [\n                    1702029000000,\n                    0.05621229333333334\n                ],\n                [\n                    1702028700000,\n                    0.05583349333333333\n                ],\n                [\n                    1702028400000,\n                    0.05246866666666666\n                ],\n                [\n                    1702028100000,\n                    0.054843760000000005\n                ],\n                [\n                    1702027800000,\n                    0.053721866666666666\n                ],\n                [\n                    1702027500000,\n                    0.05290954666666667\n                ],\n                [\n                    1702027200000,\n                    0.05680213333333333\n                ],\n                [\n                    1702026900000,\n                    0.05432650666666667\n                ],\n                [\n                    1702026600000,\n                    0.05510792\n                ],\n                [\n                    1702026300000,\n                    0.05265736\n                ],\n                [\n                    1702026000000,\n                    0.05658394666666666\n                ],\n                [\n                    1702025700000,\n                    0.05302616\n                ],\n                [\n                    1702025400000,\n                    0.053050639999999996\n                ],\n                [\n                    1702025100000,\n                    0.056164533333333336\n                ],\n                [\n                    1702024800000,\n                    0.05471482666666667\n                ],\n                [\n                    1702024500000,\n                    0.05475597333333333\n                ],\n                [\n                    1702024200000,\n                    0.05541152\n                ],\n                [\n                    1702023900000,\n                    0.054888106666666665\n                ],\n                [\n                    1702023600000,\n                    0.05401573333333333\n                ],\n                [\n                    1702023300000,\n                    0.05593234666666667\n                ],\n                [\n                    1702023000000,\n                    0.05291485333333333\n                ],\n                [\n                    1702022700000,\n                    0.05646077333333333\n                ],\n                [\n                    1702022400000,\n                    0.05607077333333333\n                ],\n                [\n                    1702022100000,\n                    0.05331872\n                ],\n                [\n                    1702021800000,\n                    0.05302274666666667\n                ],\n                [\n                    1702021500000,\n                    0.052876613333333336\n                ],\n                [\n                    1702021200000,\n                    0.05491741333333333\n                ],\n                [\n                    1702020900000,\n                    0.05502872\n                ],\n                [\n                    1702020600000,\n                    0.05740746666666667\n                ],\n                [\n                    1702020300000,\n                    0.05307570666666667\n                ],\n                [\n                    1702020000000,\n                    0.055703546666666666\n                ],\n                [\n                    1702019700000,\n                    0.05216933333333334\n                ],\n                [\n                    1702019400000,\n                    0.05221952\n                ],\n                [\n                    1702019100000,\n                    0.05753144\n                ],\n                [\n                    1702018800000,\n                    0.056108160000000004\n                ],\n                [\n                    1702018500000,\n                    0.05543608\n                ],\n                [\n                    1702018200000,\n                    0.05316490666666667\n                ],\n                [\n                    1702017900000,\n                    0.05295034666666666\n                ],\n                [\n                    1702017600000,\n                    0.05226045333333333\n                ],\n                [\n                    1702017300000,\n                    0.05270018666666667\n                ],\n                [\n                    1702017000000,\n                    0.05481458666666667\n                ],\n                [\n                    1702016700000,\n                    0.05442816\n                ],\n                [\n                    1702016400000,\n                    0.05381765333333333\n                ],\n                [\n                    1702016100000,\n                    0.05234642666666667\n                ],\n                [\n                    1702015800000,\n                    0.053318373333333335\n                ],\n                [\n                    1702015500000,\n                    0.05291589333333333\n                ],\n                [\n                    1702015200000,\n                    0.0582868\n                ],\n                [\n                    1702014900000,\n                    0.05505114666666667\n                ],\n                [\n                    1702014600000,\n                    0.05622253333333333\n                ],\n                [\n                    1702014300000,\n                    0.05230682666666667\n                ],\n                [\n                    1702014000000,\n                    0.05308712\n                ],\n                [\n                    1702013700000,\n                    0.053803573333333334\n                ],\n                [\n                    1702013400000,\n                    0.05595682666666667\n                ],\n                [\n                    1702013100000,\n                    0.05518821333333333\n                ],\n                [\n                    1702012800000,\n                    0.054996\n                ],\n                [\n                    1702012500000,\n                    0.05476637333333333\n                ],\n                [\n                    1702012200000,\n                    0.05184584\n                ],\n                [\n                    1702011900000,\n                    0.054129199999999995\n                ],\n                [\n                    1702011600000,\n                    0.05611152\n                ],\n                [\n                    1702011300000,\n                    0.052356346666666664\n                ],\n                [\n                    1702011000000,\n                    0.06031413333333333\n                ],\n                [\n                    1702010700000,\n                    0.05279858666666667\n                ],\n                [\n                    1702010400000,\n                    0.055013440000000004\n                ],\n                [\n                    1702010100000,\n                    0.05249581333333333\n                ],\n                [\n                    1702009800000,\n                    0.056265173333333335\n                ],\n                [\n                    1702009500000,\n                    0.05264754666666667\n                ],\n                [\n                    1702009200000,\n                    0.05470365333333334\n                ],\n                [\n                    1702008900000,\n                    0.05398277333333333\n                ],\n                [\n                    1702008600000,\n                    0.05521226666666667\n                ],\n                [\n                    1702008300000,\n                    0.053887946666666665\n                ],\n                [\n                    1702008000000,\n                    0.056153919999999996\n                ],\n                [\n                    1702007700000,\n                    0.05380157333333333\n                ],\n                [\n                    1702007400000,\n                    0.05387714666666667\n                ],\n                [\n                    1702007100000,\n                    0.05429314666666667\n                ],\n                [\n                    1702006800000,\n                    0.05405677333333333\n                ],\n                [\n                    1702006500000,\n                    0.055425786666666664\n                ],\n                [\n                    1702006200000,\n                    0.05956173333333333\n                ],\n                [\n                    1702005900000,\n                    0.05285909333333333\n                ],\n                [\n                    1702005600000,\n                    0.054233199999999995\n                ],\n                [\n                    1702005300000,\n                    0.054383306666666666\n                ],\n                [\n                    1702005000000,\n                    0.05487722666666667\n                ],\n                [\n                    1702004700000,\n                    0.05511434666666667\n                ],\n                [\n                    1702004400000,\n                    0.05689514666666667\n                ],\n                [\n                    1702004100000,\n                    0.055155946666666664\n                ],\n                [\n                    1702003800000,\n                    0.054666400000000004\n                ],\n                [\n                    1702003500000,\n                    0.054343626666666665\n                ],\n                [\n                    1702003200000,\n                    0.05395394666666666\n                ],\n                [\n                    1702002900000,\n                    0.0553476\n                ],\n                [\n                    1702002600000,\n                    0.056599333333333335\n                ],\n                [\n                    1702002300000,\n                    0.053822800000000004\n                ],\n                [\n                    1702002000000,\n                    0.054528\n                ],\n                [\n                    1702001700000,\n                    0.053135786666666664\n                ],\n                [\n                    1702001400000,\n                    0.05333173333333333\n                ],\n                [\n                    1702001100000,\n                    0.05527554666666667\n                ],\n                [\n                    1702000800000,\n                    0.05713717333333333\n                ],\n                [\n                    1702000500000,\n                    0.054363919999999996\n                ],\n                [\n                    1702000200000,\n                    0.05467874666666667\n                ],\n                [\n                    1701999900000,\n                    0.05365634666666667\n                ],\n                [\n                    1701999600000,\n                    0.05181272\n                ],\n                [\n                    1701999300000,\n                    0.055239199999999995\n                ],\n                [\n                    1701999000000,\n                    0.05780976\n                ],\n                [\n                    1701998700000,\n                    0.05182957333333334\n                ],\n                [\n                    1701998400000,\n                    0.055862506666666666\n                ],\n                [\n                    1701998100000,\n                    0.05332690666666667\n                ],\n                [\n                    1701997800000,\n                    0.053166\n                ],\n                [\n                    1701997500000,\n                    0.05397026666666667\n                ],\n                [\n                    1701997200000,\n                    0.05713568\n                ],\n                [\n                    1701996900000,\n                    0.05375813333333333\n                ],\n                [\n                    1701996600000,\n                    0.05504776\n                ],\n                [\n                    1701996300000,\n                    0.05491992\n                ],\n                [\n                    1701996000000,\n                    0.05223685333333333\n                ],\n                [\n                    1701995700000,\n                    0.05381890666666667\n                ],\n                [\n                    1701995400000,\n                    0.05550016000000001\n                ],\n                [\n                    1701995100000,\n                    0.05228312\n                ],\n                [\n                    1701994800000,\n                    0.0569444\n                ],\n                [\n                    1701994500000,\n                    0.05483125333333334\n                ],\n                [\n                    1701994200000,\n                    0.052999493333333335\n                ],\n                [\n                    1701993900000,\n                    0.054353813333333334\n                ],\n                [\n                    1701993600000,\n                    0.054461199999999994\n                ],\n                [\n                    1701993300000,\n                    0.0540068\n                ],\n                [\n                    1701993000000,\n                    0.05497658666666667\n                ],\n                [\n                    1701992700000,\n                    0.05411410666666667\n                ],\n                [\n                    1701992400000,\n                    0.05378341333333333\n                ],\n                [\n                    1701992100000,\n                    0.053496800000000004\n                ],\n                [\n                    1701991800000,\n                    0.05580562666666666\n                ],\n                [\n                    1701991500000,\n                    0.05081053333333333\n                ],\n                [\n                    1701991200000,\n                    0.05523272\n                ],\n                [\n                    1701990900000,\n                    0.05517818666666667\n                ],\n                [\n                    1701990600000,\n                    0.05289754666666667\n                ],\n                [\n                    1701990300000,\n                    0.05285288\n                ],\n                [\n                    1701990000000,\n                    0.05623216\n                ],\n                [\n                    1701989700000,\n                    0.05184248\n                ],\n                [\n                    1701989400000,\n                    0.05532272\n                ],\n                [\n                    1701989100000,\n                    0.05455490666666667\n                ],\n                [\n                    1701988800000,\n                    0.05393456\n                ],\n                [\n                    1701988500000,\n                    0.05540232\n                ],\n                [\n                    1701988200000,\n                    0.055976\n                ],\n                [\n                    1701987900000,\n                    0.05228314666666667\n                ],\n                [\n                    1701987600000,\n                    0.053400746666666665\n                ],\n                [\n                    1701987300000,\n                    0.05350717333333333\n                ],\n                [\n                    1701987000000,\n                    0.053548853333333334\n                ],\n                [\n                    1701986700000,\n                    0.056973946666666664\n                ],\n                [\n                    1701986400000,\n                    0.05582576\n                ],\n                [\n                    1701986100000,\n                    0.05389864\n                ],\n                [\n                    1701985800000,\n                    0.054865866666666666\n                ],\n                [\n                    1701985500000,\n                    0.05216872\n                ],\n                [\n                    1701985200000,\n                    0.05315885333333333\n                ],\n                [\n                    1701984900000,\n                    0.05454613333333333\n                ],\n                [\n                    1701984600000,\n                    0.055776693333333335\n                ],\n                [\n                    1701984300000,\n                    0.05368605333333334\n                ],\n                [\n                    1701984000000,\n                    0.05555144\n                ],\n                [\n                    1701983700000,\n                    0.05192181333333333\n                ],\n                [\n                    1701983400000,\n                    0.05330754666666667\n                ],\n                [\n                    1701983100000,\n                    0.05287237333333333\n                ],\n                [\n                    1701982800000,\n                    0.05673274666666667\n                ],\n                [\n                    1701982500000,\n                    0.05457570666666667\n                ],\n                [\n                    1701982200000,\n                    0.05415490666666667\n                ],\n                [\n                    1701981900000,\n                    0.054159893333333334\n                ],\n                [\n                    1701981600000,\n                    0.050698106666666666\n                ],\n                [\n                    1701981300000,\n                    0.054801253333333334\n                ],\n                [\n                    1701981000000,\n                    0.05566392\n                ],\n                [\n                    1701980700000,\n                    0.05247938666666666\n                ],\n                [\n                    1701980400000,\n                    0.05613050666666667\n                ],\n                [\n                    1701980100000,\n                    0.05200085333333333\n                ],\n                [\n                    1701979800000,\n                    0.052687653333333334\n                ],\n                [\n                    1701979500000,\n                    0.05175258666666667\n                ],\n                [\n                    1701979200000,\n                    0.05672170666666666\n                ],\n                [\n                    1701978900000,\n                    0.0523536\n                ],\n                [\n                    1701978600000,\n                    0.05571757333333333\n                ],\n                [\n                    1701978300000,\n                    0.05613717333333333\n                ],\n                [\n                    1701978000000,\n                    0.051330879999999995\n                ],\n                [\n                    1701977700000,\n                    0.05326504\n                ],\n                [\n                    1701977400000,\n                    0.055556346666666666\n                ],\n                [\n                    1701977100000,\n                    0.05209792\n                ],\n                [\n                    1701976800000,\n                    0.05582653333333333\n                ],\n                [\n                    1701976500000,\n                    0.05382781333333333\n                ],\n                [\n                    1701976200000,\n                    0.05344008\n                ],\n                [\n                    1701975900000,\n                    0.05483058666666667\n                ],\n                [\n                    1701975600000,\n                    0.05262288\n                ],\n                [\n                    1701975300000,\n                    0.05226290666666667\n                ],\n                [\n                    1701975000000,\n                    0.05415250666666667\n                ],\n                [\n                    1701974700000,\n                    0.055096693333333335\n                ],\n                [\n                    1701974400000,\n                    0.053782666666666666\n                ],\n                [\n                    1701974100000,\n                    0.05276448\n                ],\n                [\n                    1701973800000,\n                    0.0563584\n                ],\n                [\n                    1701973500000,\n                    0.050436480000000006\n                ],\n                [\n                    1701973200000,\n                    0.05542096\n                ],\n                [\n                    1701972900000,\n                    0.053826559999999996\n                ],\n                [\n                    1701972600000,\n                    0.052233626666666665\n                ],\n                [\n                    1701972300000,\n                    0.056282160000000005\n                ],\n                [\n                    1701972000000,\n                    0.05280194666666666\n                ],\n                [\n                    1701971700000,\n                    0.05262304\n                ],\n                [\n                    1701971400000,\n                    0.05368146666666667\n                ],\n                [\n                    1701971100000,\n                    0.054170453333333334\n                ],\n                [\n                    1701970800000,\n                    0.05204983999999999\n                ],\n                [\n                    1701970500000,\n                    0.05445864\n                ],\n                [\n                    1701970200000,\n                    0.05482682666666667\n                ],\n                [\n                    1701969900000,\n                    0.052685013333333336\n                ],\n                [\n                    1701969600000,\n                    0.05390858666666667\n                ],\n                [\n                    1701969300000,\n                    0.053377893333333336\n                ],\n                [\n                    1701969000000,\n                    0.053312773333333334\n                ],\n                [\n                    1701968700000,\n                    0.0525416\n                ],\n                [\n                    1701968400000,\n                    0.05741205333333334\n                ],\n                [\n                    1701968100000,\n                    0.05164976\n                ],\n                [\n                    1701967800000,\n                    0.05584653333333333\n                ],\n                [\n                    1701967500000,\n                    0.05123973333333333\n                ],\n                [\n                    1701967200000,\n                    0.05277477333333333\n                ],\n                [\n                    1701966900000,\n                    0.05326568\n                ],\n                [\n                    1701966600000,\n                    0.05548056\n                ],\n                [\n                    1701966300000,\n                    0.05383232\n                ],\n                [\n                    1701966000000,\n                    0.05226096\n                ],\n                [\n                    1701965700000,\n                    0.05445589333333333\n                ],\n                [\n                    1701965400000,\n                    0.05078605333333334\n                ],\n                [\n                    1701965100000,\n                    0.05342573333333333\n                ],\n                [\n                    1701964800000,\n                    0.05573168\n                ],\n                [\n                    1701964500000,\n                    0.052514026666666665\n                ],\n                [\n                    1701964200000,\n                    0.05554237333333334\n                ],\n                [\n                    1701963900000,\n                    0.05254922666666667\n                ],\n                [\n                    1701963600000,\n                    0.05260368\n                ],\n                [\n                    1701963300000,\n                    0.05148949333333333\n                ],\n                [\n                    1701963000000,\n                    0.05470589333333333\n                ],\n                [\n                    1701962700000,\n                    0.053424346666666664\n                ],\n                [\n                    1701962400000,\n                    0.0560348\n                ],\n                [\n                    1701962100000,\n                    0.05274976\n                ],\n                [\n                    1701961800000,\n                    0.05347077333333333\n                ],\n                [\n                    1701961500000,\n                    0.05515186666666667\n                ],\n                [\n                    1701961200000,\n                    0.061186239999999996\n                ],\n                [\n                    1701960900000,\n                    0.05908296\n                ],\n                [\n                    1701960600000,\n                    0.061360239999999996\n                ],\n                [\n                    1701960300000,\n                    0.06015424\n                ],\n                [\n                    1701960000000,\n                    0.053186746666666666\n                ],\n                [\n                    1701959700000,\n                    0.059238160000000005\n                ],\n                [\n                    1701959400000,\n                    0.05474834666666666\n                ],\n                [\n                    1701959100000,\n                    0.05294781333333333\n                ],\n                [\n                    1701958800000,\n                    0.055243466666666664\n                ],\n                [\n                    1701958500000,\n                    0.0534204\n                ],\n                [\n                    1701958200000,\n                    0.0541\n                ],\n                [\n                    1701957900000,\n                    0.05146768\n                ],\n                [\n                    1701957600000,\n                    0.05558565333333334\n                ],\n                [\n                    1701957300000,\n                    0.05132597333333334\n                ],\n                [\n                    1701957000000,\n                    0.05685504\n                ],\n                [\n                    1701956700000,\n                    0.053340026666666665\n                ],\n                [\n                    1701956400000,\n                    0.05348864\n                ],\n                [\n                    1701956100000,\n                    0.05301898666666666\n                ],\n                [\n                    1701955800000,\n                    0.05466472\n                ],\n                [\n                    1701955500000,\n                    0.05112605333333334\n                ],\n                [\n                    1701955200000,\n                    0.05569469333333334\n                ],\n                [\n                    1701954900000,\n                    0.05422805333333334\n                ],\n                [\n                    1701954600000,\n                    0.05399541333333333\n                ],\n                [\n                    1701954300000,\n                    0.05609272\n                ],\n                [\n                    1701954000000,\n                    0.05372173333333333\n                ],\n                [\n                    1701953700000,\n                    0.05390917333333333\n                ],\n                [\n                    1701953400000,\n                    0.054367306666666664\n                ],\n                [\n                    1701953100000,\n                    0.05425592\n                ],\n                [\n                    1701952800000,\n                    0.05403848\n                ],\n                [\n                    1701952500000,\n                    0.05262168\n                ],\n                [\n                    1701952200000,\n                    0.05786370666666667\n                ],\n                [\n                    1701951900000,\n                    0.05043010666666667\n                ],\n                [\n                    1701951600000,\n                    0.05706850666666667\n                ],\n                [\n                    1701951300000,\n                    0.052760506666666665\n                ],\n                [\n                    1701951000000,\n                    0.05383656\n                ],\n                [\n                    1701950700000,\n                    0.053619893333333335\n                ],\n                [\n                    1701950400000,\n                    0.05543448\n                ],\n                [\n                    1701950100000,\n                    0.05291496\n                ],\n                [\n                    1701949800000,\n                    0.05464024\n                ],\n                [\n                    1701949500000,\n                    0.0541104\n                ],\n                [\n                    1701949200000,\n                    0.05247890666666667\n                ],\n                [\n                    1701948900000,\n                    0.05281856\n                ],\n                [\n                    1701948600000,\n                    0.05529704\n                ],\n                [\n                    1701948300000,\n                    0.05453477333333333\n                ],\n                [\n                    1701948000000,\n                    0.05417797333333334\n                ],\n                [\n                    1701947700000,\n                    0.05288197333333333\n                ],\n                [\n                    1701947400000,\n                    0.05248970666666666\n                ],\n                [\n                    1701947100000,\n                    0.0537284\n                ],\n                [\n                    1701946800000,\n                    0.054208613333333336\n                ],\n                [\n                    1701946500000,\n                    0.05405741333333333\n                ],\n                [\n                    1701946200000,\n                    0.05590536\n                ],\n                [\n                    1701945900000,\n                    0.05198981333333333\n                ],\n                [\n                    1701945600000,\n                    0.05365696\n                ],\n                [\n                    1701945300000,\n                    0.05149682666666667\n                ],\n                [\n                    1701945000000,\n                    0.055275866666666666\n                ],\n                [\n                    1701944700000,\n                    0.05349141333333333\n                ],\n                [\n                    1701944400000,\n                    0.056853973333333335\n                ],\n                [\n                    1701944100000,\n                    0.051992986666666664\n                ],\n                [\n                    1701943800000,\n                    0.05178829333333333\n                ],\n                [\n                    1701943500000,\n                    0.05339698666666667\n                ],\n                [\n                    1701943200000,\n                    0.05473890666666667\n                ],\n                [\n                    1701942900000,\n                    0.05240984\n                ],\n                [\n                    1701942600000,\n                    0.05507573333333333\n                ],\n                [\n                    1701942300000,\n                    0.05714938666666666\n                ],\n                [\n                    1701942000000,\n                    0.051224986666666666\n                ],\n                [\n                    1701941700000,\n                    0.05443469333333334\n                ],\n                [\n                    1701941400000,\n                    0.05438168\n                ],\n                [\n                    1701941100000,\n                    0.05285741333333333\n                ],\n                [\n                    1701940800000,\n                    0.053462826666666664\n                ],\n                [\n                    1701940500000,\n                    0.05483394666666666\n                ],\n                [\n                    1701940200000,\n                    0.05474197333333333\n                ],\n                [\n                    1701939900000,\n                    0.051306293333333336\n                ],\n                [\n                    1701939600000,\n                    0.05560610666666667\n                ],\n                [\n                    1701939300000,\n                    0.053784026666666665\n                ],\n                [\n                    1701939000000,\n                    0.05482362666666667\n                ],\n                [\n                    1701938700000,\n                    0.05306645333333333\n                ],\n                [\n                    1701938400000,\n                    0.0542696\n                ],\n                [\n                    1701938100000,\n                    0.05412112\n                ],\n                [\n                    1701937800000,\n                    0.053422986666666665\n                ],\n                [\n                    1701937500000,\n                    0.05292997333333334\n                ],\n                [\n                    1701937200000,\n                    0.05457914666666667\n                ],\n                [\n                    1701936900000,\n                    0.052407466666666666\n                ],\n                [\n                    1701936600000,\n                    0.05330618666666667\n                ],\n                [\n                    1701936300000,\n                    0.056016986666666664\n                ],\n                [\n                    1701936000000,\n                    0.053452613333333336\n                ],\n                [\n                    1701935700000,\n                    0.05374061333333333\n                ],\n                [\n                    1701935400000,\n                    0.05550773333333333\n                ],\n                [\n                    1701935100000,\n                    0.05337368\n                ],\n                [\n                    1701934800000,\n                    0.051947146666666666\n                ],\n                [\n                    1701934500000,\n                    0.05299626666666667\n                ],\n                [\n                    1701934200000,\n                    0.05708045333333333\n                ],\n                [\n                    1701933900000,\n                    0.05091789333333333\n                ],\n                [\n                    1701933600000,\n                    0.05455541333333333\n                ],\n                [\n                    1701933300000,\n                    0.05233981333333333\n                ],\n                [\n                    1701933000000,\n                    0.05451138666666667\n                ],\n                [\n                    1701932700000,\n                    0.051895493333333334\n                ],\n                [\n                    1701932400000,\n                    0.05762461333333333\n                ],\n                [\n                    1701932100000,\n                    0.052611946666666666\n                ],\n                [\n                    1701931800000,\n                    0.053687813333333334\n                ],\n                [\n                    1701931500000,\n                    0.05189666666666667\n                ],\n                [\n                    1701931200000,\n                    0.05227864\n                ],\n                [\n                    1701930900000,\n                    0.052682\n                ],\n                [\n                    1701930600000,\n                    0.055737173333333334\n                ],\n                [\n                    1701930300000,\n                    0.05564376\n                ],\n                [\n                    1701930000000,\n                    0.052923066666666664\n                ],\n                [\n                    1701929700000,\n                    0.05138781333333333\n                ],\n                [\n                    1701929400000,\n                    0.053747493333333334\n                ],\n                [\n                    1701929100000,\n                    0.05191085333333333\n                ],\n                [\n                    1701928800000,\n                    0.05600056\n                ],\n                [\n                    1701928500000,\n                    0.052406879999999996\n                ],\n                [\n                    1701928200000,\n                    0.05646218666666667\n                ],\n                [\n                    1701927900000,\n                    0.05249496\n                ],\n                [\n                    1701927600000,\n                    0.053123333333333335\n                ],\n                [\n                    1701927300000,\n                    0.05255290666666667\n                ],\n                [\n                    1701927000000,\n                    0.05712064\n                ],\n                [\n                    1701926700000,\n                    0.05054624\n                ],\n                [\n                    1701926400000,\n                    0.05532810666666667\n                ],\n                [\n                    1701926100000,\n                    0.05717365333333334\n                ],\n                [\n                    1701925800000,\n                    0.05724314666666667\n                ],\n                [\n                    1701925500000,\n                    0.05833650666666667\n                ],\n                [\n                    1701925200000,\n                    0.0616868\n                ],\n                [\n                    1701924900000,\n                    0.058492506666666666\n                ],\n                [\n                    1701924600000,\n                    0.06029533333333333\n                ],\n                [\n                    1701924300000,\n                    0.05516728\n                ],\n                [\n                    1701924000000,\n                    0.045377440000000005\n                ],\n                [\n                    1701923700000,\n                    0.045724879999999996\n                ],\n                [\n                    1701923400000,\n                    0.047100453333333334\n                ],\n                [\n                    1701923100000,\n                    0.04593290666666667\n                ],\n                [\n                    1701922800000,\n                    0.04601712\n                ],\n                [\n                    1701922500000,\n                    0.04321725333333334\n                ],\n                [\n                    1701922200000,\n                    0.05538690666666667\n                ],\n                [\n                    1701921900000,\n                    0.051913626666666664\n                ],\n                [\n                    1701921600000,\n                    0.05336568\n                ],\n                [\n                    1701921300000,\n                    0.052840106666666664\n                ],\n                [\n                    1701921000000,\n                    0.05511365333333334\n                ],\n                [\n                    1701920700000,\n                    0.05171232\n                ],\n                [\n                    1701920400000,\n                    0.05637109333333333\n                ],\n                [\n                    1701920100000,\n                    0.05509776\n                ],\n                [\n                    1701919800000,\n                    0.05257064\n                ],\n                [\n                    1701919500000,\n                    0.052964\n                ],\n                [\n                    1701919200000,\n                    0.052498453333333334\n                ],\n                [\n                    1701918900000,\n                    0.05377298666666666\n                ],\n                [\n                    1701918600000,\n                    0.05138896\n                ],\n                [\n                    1701918300000,\n                    0.05664093333333334\n                ],\n                [\n                    1701918000000,\n                    0.05506013333333333\n                ],\n                [\n                    1701917700000,\n                    0.05274258666666667\n                ],\n                [\n                    1701917400000,\n                    0.053457493333333335\n                ],\n                [\n                    1701917100000,\n                    0.05191821333333333\n                ],\n                [\n                    1701916800000,\n                    0.054877199999999994\n                ],\n                [\n                    1701916500000,\n                    0.053142959999999996\n                ],\n                [\n                    1701916200000,\n                    0.05755744\n                ],\n                [\n                    1701915900000,\n                    0.052063066666666664\n                ],\n                [\n                    1701915600000,\n                    0.052916373333333336\n                ],\n                [\n                    1701915300000,\n                    0.054102533333333334\n                ],\n                [\n                    1701915000000,\n                    0.05158554666666667\n                ],\n                [\n                    1701914700000,\n                    0.054902879999999994\n                ],\n                [\n                    1701914400000,\n                    0.055403013333333334\n                ],\n                [\n                    1701914100000,\n                    0.0547\n                ],\n                [\n                    1701913800000,\n                    0.05235509333333333\n                ],\n                [\n                    1701913500000,\n                    0.05184208\n                ],\n                [\n                    1701913200000,\n                    0.053432400000000005\n                ],\n                [\n                    1701912900000,\n                    0.05536208\n                ],\n                [\n                    1701912600000,\n                    0.05343058666666667\n                ],\n                [\n                    1701912300000,\n                    0.0551172\n                ],\n                [\n                    1701912000000,\n                    0.055538613333333334\n                ],\n                [\n                    1701911700000,\n                    0.051412559999999996\n                ],\n                [\n                    1701911400000,\n                    0.05140346666666667\n                ],\n                [\n                    1701911100000,\n                    0.053739199999999994\n                ],\n                [\n                    1701910800000,\n                    0.05569085333333333\n                ],\n                [\n                    1701910500000,\n                    0.05100264\n                ],\n                [\n                    1701910200000,\n                    0.05861325333333334\n                ],\n                [\n                    1701909900000,\n                    0.05137861333333334\n                ],\n                [\n                    1701909600000,\n                    0.05203477333333333\n                ],\n                [\n                    1701909300000,\n                    0.05212626666666667\n                ],\n                [\n                    1701909000000,\n                    0.05667312\n                ],\n                [\n                    1701908700000,\n                    0.05255541333333333\n                ],\n                [\n                    1701908400000,\n                    0.05463514666666667\n                ],\n                [\n                    1701908100000,\n                    0.05522170666666666\n                ],\n                [\n                    1701907800000,\n                    0.05139978666666667\n                ],\n                [\n                    1701907500000,\n                    0.05356437333333334\n                ],\n                [\n                    1701907200000,\n                    0.05405637333333334\n                ],\n                [\n                    1701906900000,\n                    0.05325632\n                ],\n                [\n                    1701906600000,\n                    0.05603301333333333\n                ],\n                [\n                    1701906300000,\n                    0.054472480000000004\n                ],\n                [\n                    1701906000000,\n                    0.05345429333333333\n                ],\n                [\n                    1701905700000,\n                    0.05313973333333333\n                ],\n                [\n                    1701905400000,\n                    0.053786480000000005\n                ],\n                [\n                    1701905100000,\n                    0.05253728\n                ],\n                [\n                    1701904800000,\n                    0.055006693333333335\n                ],\n                [\n                    1701904500000,\n                    0.051746639999999997\n                ],\n                [\n                    1701904200000,\n                    0.05593069333333334\n                ],\n                [\n                    1701903900000,\n                    0.052716533333333336\n                ],\n                [\n                    1701903600000,\n                    0.05340818666666667\n                ],\n                [\n                    1701903300000,\n                    0.05154245333333333\n                ],\n                [\n                    1701903000000,\n                    0.056043760000000005\n                ],\n                [\n                    1701902700000,\n                    0.053840533333333336\n                ],\n                [\n                    1701902400000,\n                    0.05115898666666666\n                ],\n                [\n                    1701902100000,\n                    0.05897522666666667\n                ],\n                [\n                    1701901800000,\n                    0.054051253333333334\n                ],\n                [\n                    1701901500000,\n                    0.05383085333333333\n                ],\n                [\n                    1701901200000,\n                    0.05555877333333333\n                ],\n                [\n                    1701900900000,\n                    0.054332106666666664\n                ],\n                [\n                    1701900600000,\n                    0.052992293333333336\n                ],\n                [\n                    1701900300000,\n                    0.05731890666666667\n                ],\n                [\n                    1701900000000,\n                    0.054606959999999996\n                ],\n                [\n                    1701899700000,\n                    0.05322192\n                ],\n                [\n                    1701899400000,\n                    0.054342213333333333\n                ],\n                [\n                    1701899100000,\n                    0.05316330666666667\n                ],\n                [\n                    1701898800000,\n                    0.05576893333333333\n                ],\n                [\n                    1701898500000,\n                    0.06466104\n                ],\n                [\n                    1701898200000,\n                    0.06644173333333334\n                ],\n                [\n                    1701897900000,\n                    0.059312373333333335\n                ],\n                [\n                    1701897600000,\n                    0.053608746666666665\n                ],\n                [\n                    1701897300000,\n                    0.05335653333333333\n                ],\n                [\n                    1701897000000,\n                    0.05709408\n                ],\n                [\n                    1701896700000,\n                    0.05497866666666666\n                ],\n                [\n                    1701896400000,\n                    0.05446736\n                ],\n                [\n                    1701896100000,\n                    0.05787666666666667\n                ],\n                [\n                    1701895800000,\n                    0.05434253333333333\n                ],\n                [\n                    1701895500000,\n                    0.05361224\n                ],\n                [\n                    1701895200000,\n                    0.05259493333333334\n                ],\n                [\n                    1701894900000,\n                    0.059122\n                ],\n                [\n                    1701894600000,\n                    0.05375906666666667\n                ],\n                [\n                    1701894300000,\n                    0.05246573333333333\n                ],\n                [\n                    1701894000000,\n                    0.05783965333333334\n                ],\n                [\n                    1701893700000,\n                    0.051726346666666666\n                ],\n                [\n                    1701893400000,\n                    0.05380381333333333\n                ],\n                [\n                    1701893100000,\n                    0.054553653333333334\n                ],\n                [\n                    1701892800000,\n                    0.052878506666666665\n                ],\n                [\n                    1701892500000,\n                    0.05273418666666667\n                ],\n                [\n                    1701892200000,\n                    0.05533426666666667\n                ],\n                [\n                    1701891900000,\n                    0.054256026666666665\n                ],\n                [\n                    1701891600000,\n                    0.05319234666666667\n                ],\n                [\n                    1701891300000,\n                    0.05401277333333333\n                ],\n                [\n                    1701891000000,\n                    0.0561728\n                ],\n                [\n                    1701890700000,\n                    0.05115376\n                ],\n                [\n                    1701890400000,\n                    0.05379104\n                ],\n                [\n                    1701890100000,\n                    0.05564912\n                ],\n                [\n                    1701889800000,\n                    0.05296050666666667\n                ],\n                [\n                    1701889500000,\n                    0.05309928\n                ],\n                [\n                    1701889200000,\n                    0.054195146666666666\n                ],\n                [\n                    1701888900000,\n                    0.05371122666666667\n                ],\n                [\n                    1701888600000,\n                    0.05292434666666666\n                ],\n                [\n                    1701888300000,\n                    0.05298477333333333\n                ],\n                [\n                    1701888000000,\n                    0.05588845333333333\n                ],\n                [\n                    1701887700000,\n                    0.053574666666666666\n                ],\n                [\n                    1701887400000,\n                    0.0556108\n                ],\n                [\n                    1701887100000,\n                    0.05209893333333333\n                ],\n                [\n                    1701886800000,\n                    0.05435264\n                ],\n                [\n                    1701886500000,\n                    0.052543120000000006\n                ],\n                [\n                    1701886200000,\n                    0.05488341333333333\n                ],\n                [\n                    1701885900000,\n                    0.05456408\n                ],\n                [\n                    1701885600000,\n                    0.05455442666666667\n                ],\n                [\n                    1701885300000,\n                    0.052360373333333335\n                ],\n                [\n                    1701885000000,\n                    0.05543045333333333\n                ],\n                [\n                    1701884700000,\n                    0.05261496\n                ],\n                [\n                    1701884400000,\n                    0.05308437333333334\n                ],\n                [\n                    1701884100000,\n                    0.05497778666666667\n                ],\n                [\n                    1701883800000,\n                    0.05482213333333333\n                ],\n                [\n                    1701883500000,\n                    0.05241154666666667\n                ],\n                [\n                    1701883200000,\n                    0.052448213333333334\n                ],\n                [\n                    1701882900000,\n                    0.05570386666666667\n                ],\n                [\n                    1701882600000,\n                    0.052492826666666666\n                ],\n                [\n                    1701882300000,\n                    0.05343125333333333\n                ],\n                [\n                    1701882000000,\n                    0.05778138666666666\n                ],\n                [\n                    1701881700000,\n                    0.051504\n                ],\n                [\n                    1701881400000,\n                    0.05436162666666666\n                ],\n                [\n                    1701881100000,\n                    0.053374106666666664\n                ],\n                [\n                    1701880800000,\n                    0.053720800000000006\n                ],\n                [\n                    1701880500000,\n                    0.052363440000000004\n                ],\n                [\n                    1701880200000,\n                    0.05552984\n                ],\n                [\n                    1701879900000,\n                    0.05377381333333333\n                ],\n                [\n                    1701879600000,\n                    0.054062853333333334\n                ],\n                [\n                    1701879300000,\n                    0.05335322666666667\n                ],\n                [\n                    1701879000000,\n                    0.054791973333333334\n                ],\n                [\n                    1701878700000,\n                    0.05245138666666666\n                ],\n                [\n                    1701878400000,\n                    0.05392810666666667\n                ],\n                [\n                    1701878100000,\n                    0.05388088\n                ],\n                [\n                    1701877800000,\n                    0.05480594666666666\n                ],\n                [\n                    1701877500000,\n                    0.052248293333333334\n                ],\n                [\n                    1701877200000,\n                    0.05473698666666666\n                ],\n                [\n                    1701876900000,\n                    0.05335378666666667\n                ],\n                [\n                    1701876600000,\n                    0.06395309333333334\n                ],\n                [\n                    1701876300000,\n                    0.06747117333333334\n                ],\n                [\n                    1701876000000,\n                    0.05642386666666667\n                ],\n                [\n                    1701875700000,\n                    0.05316226666666667\n                ],\n                [\n                    1701875400000,\n                    0.05264826666666667\n                ],\n                [\n                    1701875100000,\n                    0.0538972\n                ],\n                [\n                    1701874800000,\n                    0.055752826666666665\n                ],\n                [\n                    1701874500000,\n                    0.05216117333333333\n                ],\n                [\n                    1701874200000,\n                    0.05794592\n                ],\n                [\n                    1701873900000,\n                    0.05506770666666667\n                ],\n                [\n                    1701873600000,\n                    0.0528708\n                ],\n                [\n                    1701873300000,\n                    0.05427312\n                ],\n                [\n                    1701873000000,\n                    0.055301173333333335\n                ],\n                [\n                    1701872700000,\n                    0.05331016\n                ],\n                [\n                    1701872400000,\n                    0.052946186666666666\n                ],\n                [\n                    1701872100000,\n                    0.05505981333333333\n                ],\n                [\n                    1701871800000,\n                    0.05409725333333333\n                ],\n                [\n                    1701871500000,\n                    0.05483648\n                ],\n                [\n                    1701871200000,\n                    0.05832522666666667\n                ],\n                [\n                    1701870900000,\n                    0.05441525333333334\n                ],\n                [\n                    1701870600000,\n                    0.05459186666666667\n                ],\n                [\n                    1701870300000,\n                    0.05264808\n                ],\n                [\n                    1701870000000,\n                    0.055849173333333335\n                ],\n                [\n                    1701869700000,\n                    0.05456026666666667\n                ],\n                [\n                    1701869400000,\n                    0.053169013333333334\n                ],\n                [\n                    1701869100000,\n                    0.053078186666666666\n                ],\n                [\n                    1701868800000,\n                    0.054969279999999995\n                ],\n                [\n                    1701868500000,\n                    0.052031839999999996\n                ],\n                [\n                    1701868200000,\n                    0.05426296\n                ],\n                [\n                    1701867900000,\n                    0.05475410666666666\n                ],\n                [\n                    1701867600000,\n                    0.05498482666666667\n                ],\n                [\n                    1701867300000,\n                    0.052014373333333336\n                ],\n                [\n                    1701867000000,\n                    0.05616458666666667\n                ],\n                [\n                    1701866700000,\n                    0.05238525333333333\n                ],\n                [\n                    1701866400000,\n                    0.05274242666666667\n                ],\n                [\n                    1701866100000,\n                    0.055036879999999996\n                ],\n                [\n                    1701865800000,\n                    0.05600104\n                ],\n                [\n                    1701865500000,\n                    0.05127626666666667\n                ],\n                [\n                    1701865200000,\n                    0.05434253333333333\n                ],\n                [\n                    1701864900000,\n                    0.05369578666666667\n                ],\n                [\n                    1701864600000,\n                    0.052149973333333335\n                ],\n                [\n                    1701864300000,\n                    0.05212077333333333\n                ],\n                [\n                    1701864000000,\n                    0.05654928\n                ],\n                [\n                    1701863700000,\n                    0.05271717333333333\n                ],\n                [\n                    1701863400000,\n                    0.053153360000000004\n                ],\n                [\n                    1701863100000,\n                    0.05410474666666667\n                ],\n                [\n                    1701862800000,\n                    0.05425701333333333\n                ],\n                [\n                    1701862500000,\n                    0.0525424\n                ],\n                [\n                    1701862200000,\n                    0.054763973333333334\n                ],\n                [\n                    1701861900000,\n                    0.054437440000000004\n                ],\n                [\n                    1701861600000,\n                    0.05491114666666667\n                ],\n                [\n                    1701861300000,\n                    0.05286608\n                ],\n                [\n                    1701861000000,\n                    0.05330637333333334\n                ],\n                [\n                    1701860700000,\n                    0.05409082666666667\n                ],\n                [\n                    1701860400000,\n                    0.053709306666666665\n                ],\n                [\n                    1701860100000,\n                    0.054034559999999995\n                ],\n                [\n                    1701859800000,\n                    0.05560245333333333\n                ],\n                [\n                    1701859500000,\n                    0.053172746666666666\n                ],\n                [\n                    1701859200000,\n                    0.05389208\n                ],\n                [\n                    1701858900000,\n                    0.05416981333333333\n                ],\n                [\n                    1701858600000,\n                    0.053912800000000004\n                ],\n                [\n                    1701858300000,\n                    0.05173981333333333\n                ],\n                [\n                    1701858000000,\n                    0.0570524\n                ],\n                [\n                    1701857700000,\n                    0.05353018666666667\n                ],\n                [\n                    1701857400000,\n                    0.053566\n                ],\n                [\n                    1701857100000,\n                    0.05301261333333333\n                ],\n                [\n                    1701856800000,\n                    0.05515888\n                ],\n                [\n                    1701856500000,\n                    0.05440056\n                ],\n                [\n                    1701856200000,\n                    0.053679493333333335\n                ],\n                [\n                    1701855900000,\n                    0.055588080000000005\n                ],\n                [\n                    1701855600000,\n                    0.05357037333333334\n                ],\n                [\n                    1701855300000,\n                    0.05321984\n                ],\n                [\n                    1701855000000,\n                    0.05554322666666667\n                ],\n                [\n                    1701854700000,\n                    0.05310869333333334\n                ],\n                [\n                    1701854400000,\n                    0.05302813333333333\n                ],\n                [\n                    1701854100000,\n                    0.05492477333333333\n                ],\n                [\n                    1701853800000,\n                    0.05470970666666666\n                ],\n                [\n                    1701853500000,\n                    0.05304290666666667\n                ],\n                [\n                    1701853200000,\n                    0.05547925333333333\n                ],\n                [\n                    1701852900000,\n                    0.053981919999999996\n                ],\n                [\n                    1701852600000,\n                    0.05337882666666667\n                ],\n                [\n                    1701852300000,\n                    0.050874506666666666\n                ],\n                [\n                    1701852000000,\n                    0.05486866666666666\n                ],\n                [\n                    1701851700000,\n                    0.055972426666666665\n                ],\n                [\n                    1701851400000,\n                    0.056609813333333335\n                ],\n                [\n                    1701851100000,\n                    0.05360645333333333\n                ],\n                [\n                    1701850800000,\n                    0.053871546666666666\n                ],\n                [\n                    1701850500000,\n                    0.05292189333333333\n                ],\n                [\n                    1701850200000,\n                    0.051764026666666664\n                ],\n                [\n                    1701849900000,\n                    0.055871786666666666\n                ],\n                [\n                    1701849600000,\n                    0.055574613333333335\n                ],\n                [\n                    1701849300000,\n                    0.052391653333333336\n                ],\n                [\n                    1701849000000,\n                    0.05543936\n                ],\n                [\n                    1701848700000,\n                    0.052501893333333334\n                ],\n                [\n                    1701848400000,\n                    0.053288800000000004\n                ],\n                [\n                    1701848100000,\n                    0.05295632\n                ],\n                [\n                    1701847800000,\n                    0.0563992\n                ],\n                [\n                    1701847500000,\n                    0.05360093333333334\n                ],\n                [\n                    1701847200000,\n                    0.05326277333333333\n                ],\n                [\n                    1701846900000,\n                    0.05559949333333333\n                ],\n                [\n                    1701846600000,\n                    0.053980639999999996\n                ],\n                [\n                    1701846300000,\n                    0.05142522666666667\n                ],\n                [\n                    1701846000000,\n                    0.05659984\n                ],\n                [\n                    1701845700000,\n                    0.05378672\n                ],\n                [\n                    1701845400000,\n                    0.052935786666666665\n                ],\n                [\n                    1701845100000,\n                    0.05387037333333334\n                ],\n                [\n                    1701844800000,\n                    0.053962213333333335\n                ]\n            ],\n            \"unit\": {\n                \"name\": \"Mbps\",\n                \"fullName\": \"Megabits per second\"\n            }\n        },\n        {\n            \"type\": \"BITS\",\n            \"subtype\": \"Out\",\n            \"samples\": [\n                [\n                    1702276500000,\n                    0.050529733333333327\n                ],\n                [\n                    1702276200000,\n                    0.05135202666666666\n                ],\n                [\n                    1702275900000,\n                    0.05109461333333334\n                ],\n                [\n                    1702275600000,\n                    0.05067973333333333\n                ],\n                [\n                    1702275300000,\n                    0.05144104\n                ],\n                [\n                    1702275000000,\n                    0.04933704\n                ],\n                [\n                    1702274700000,\n                    0.05181256\n                ],\n                [\n                    1702274400000,\n                    0.05183077333333333\n                ],\n                [\n                    1702274100000,\n                    0.05226757333333333\n                ],\n                [\n                    1702273800000,\n                    0.05251778666666667\n                ],\n                [\n                    1702273500000,\n                    0.04974928\n                ],\n                [\n                    1702273200000,\n                    0.050880720000000004\n                ],\n                [\n                    1702272900000,\n                    0.050923546666666666\n                ],\n                [\n                    1702272600000,\n                    0.050413813333333335\n                ],\n                [\n                    1702272300000,\n                    0.05251181333333333\n                ],\n                [\n                    1702272000000,\n                    0.052253386666666665\n                ],\n                [\n                    1702271700000,\n                    0.05212554666666667\n                ],\n                [\n                    1702271400000,\n                    0.050724693333333334\n                ],\n                [\n                    1702271100000,\n                    0.04837728\n                ],\n                [\n                    1702270800000,\n                    0.05286064\n                ],\n                [\n                    1702270500000,\n                    0.04951074666666667\n                ],\n                [\n                    1702270200000,\n                    0.05475450666666667\n                ],\n                [\n                    1702269900000,\n                    0.05085853333333333\n                ],\n                [\n                    1702269600000,\n                    0.04996032\n                ],\n                [\n                    1702269300000,\n                    0.05027554666666667\n                ],\n                [\n                    1702269000000,\n                    0.05014565333333334\n                ],\n                [\n                    1702268700000,\n                    0.05233669333333334\n                ],\n                [\n                    1702268400000,\n                    0.052060800000000004\n                ],\n                [\n                    1702268100000,\n                    0.052904400000000004\n                ],\n                [\n                    1702267800000,\n                    0.05079842666666667\n                ],\n                [\n                    1702267500000,\n                    0.05028957333333333\n                ],\n                [\n                    1702267200000,\n                    0.04998432\n                ],\n                [\n                    1702266900000,\n                    0.048687093333333334\n                ],\n                [\n                    1702266600000,\n                    0.05370282666666667\n                ],\n                [\n                    1702266300000,\n                    0.0527856\n                ],\n                [\n                    1702266000000,\n                    0.05479597333333334\n                ],\n                [\n                    1702265700000,\n                    0.05197565333333334\n                ],\n                [\n                    1702265400000,\n                    0.05192605333333334\n                ],\n                [\n                    1702265100000,\n                    0.05120344\n                ],\n                [\n                    1702264800000,\n                    0.05214648\n                ],\n                [\n                    1702264500000,\n                    0.05148546666666667\n                ],\n                [\n                    1702264200000,\n                    0.053641306666666666\n                ],\n                [\n                    1702263900000,\n                    0.052296\n                ],\n                [\n                    1702263600000,\n                    0.048986213333333334\n                ],\n                [\n                    1702263300000,\n                    0.04979912\n                ],\n                [\n                    1702263000000,\n                    0.05180584\n                ],\n                [\n                    1702262700000,\n                    0.05307048\n                ],\n                [\n                    1702262400000,\n                    0.05054392\n                ],\n                [\n                    1702262100000,\n                    0.05244296\n                ],\n                [\n                    1702261800000,\n                    0.05086293333333333\n                ],\n                [\n                    1702261500000,\n                    0.050606906666666666\n                ],\n                [\n                    1702261200000,\n                    0.051955306666666666\n                ],\n                [\n                    1702260900000,\n                    0.04998664\n                ],\n                [\n                    1702260600000,\n                    0.052624213333333336\n                ],\n                [\n                    1702260300000,\n                    0.05177738666666667\n                ],\n                [\n                    1702260000000,\n                    0.052341519999999996\n                ],\n                [\n                    1702259700000,\n                    0.05172504\n                ],\n                [\n                    1702259400000,\n                    0.05146538666666667\n                ],\n                [\n                    1702259100000,\n                    0.05001530666666666\n                ],\n                [\n                    1702258800000,\n                    0.050675573333333335\n                ],\n                [\n                    1702258500000,\n                    0.051038106666666666\n                ],\n                [\n                    1702258200000,\n                    0.051783333333333334\n                ],\n                [\n                    1702257900000,\n                    0.0527228\n                ],\n                [\n                    1702257600000,\n                    0.05175322666666667\n                ],\n                [\n                    1702257300000,\n                    0.050634106666666664\n                ],\n                [\n                    1702257000000,\n                    0.05093168\n                ],\n                [\n                    1702256700000,\n                    0.05062469333333334\n                ],\n                [\n                    1702256400000,\n                    0.049872480000000004\n                ],\n                [\n                    1702256100000,\n                    0.052893626666666665\n                ],\n                [\n                    1702255800000,\n                    0.05295437333333334\n                ],\n                [\n                    1702255500000,\n                    0.04830077333333333\n                ],\n                [\n                    1702255200000,\n                    0.0540292\n                ],\n                [\n                    1702254900000,\n                    0.05154405333333334\n                ],\n                [\n                    1702254600000,\n                    0.0542536\n                ],\n                [\n                    1702254300000,\n                    0.054133013333333334\n                ],\n                [\n                    1702254000000,\n                    0.05303914666666667\n                ],\n                [\n                    1702253700000,\n                    0.05150245333333333\n                ],\n                [\n                    1702253400000,\n                    0.05147189333333333\n                ],\n                [\n                    1702253100000,\n                    0.048595893333333334\n                ],\n                [\n                    1702252800000,\n                    0.05079938666666667\n                ],\n                [\n                    1702252500000,\n                    0.05151485333333333\n                ],\n                [\n                    1702252200000,\n                    0.0536784\n                ],\n                [\n                    1702251900000,\n                    0.051209653333333334\n                ],\n                [\n                    1702251600000,\n                    0.050044319999999996\n                ],\n                [\n                    1702251300000,\n                    0.05047056\n                ],\n                [\n                    1702251000000,\n                    0.04989669333333334\n                ],\n                [\n                    1702250700000,\n                    0.051808613333333337\n                ],\n                [\n                    1702250400000,\n                    0.051017306666666665\n                ],\n                [\n                    1702250100000,\n                    0.051768506666666665\n                ],\n                [\n                    1702249800000,\n                    0.05271538666666666\n                ],\n                [\n                    1702249500000,\n                    0.04854906666666667\n                ],\n                [\n                    1702249200000,\n                    0.05021664\n                ],\n                [\n                    1702248900000,\n                    0.05014192\n                ],\n                [\n                    1702248600000,\n                    0.05347696\n                ],\n                [\n                    1702248300000,\n                    0.05120936\n                ],\n                [\n                    1702248000000,\n                    0.05188408\n                ],\n                [\n                    1702247700000,\n                    0.0496424\n                ],\n                [\n                    1702247400000,\n                    0.05096642666666667\n                ],\n                [\n                    1702247100000,\n                    0.049850160000000004\n                ],\n                [\n                    1702246800000,\n                    0.051807653333333335\n                ],\n                [\n                    1702246500000,\n                    0.0508708\n                ],\n                [\n                    1702246200000,\n                    0.05420461333333333\n                ],\n                [\n                    1702245900000,\n                    0.0507672\n                ],\n                [\n                    1702245600000,\n                    0.05095984\n                ],\n                [\n                    1702245300000,\n                    0.04988858666666667\n                ],\n                [\n                    1702245000000,\n                    0.051020373333333334\n                ],\n                [\n                    1702244700000,\n                    0.05040181333333333\n                ],\n                [\n                    1702244400000,\n                    0.051214826666666664\n                ],\n                [\n                    1702244100000,\n                    0.05064408\n                ],\n                [\n                    1702243800000,\n                    0.05068432\n                ],\n                [\n                    1702243500000,\n                    0.05090290666666667\n                ],\n                [\n                    1702243200000,\n                    0.05361490666666667\n                ],\n                [\n                    1702242900000,\n                    0.04899122666666667\n                ],\n                [\n                    1702242600000,\n                    0.05225290666666667\n                ],\n                [\n                    1702242300000,\n                    0.049566853333333334\n                ],\n                [\n                    1702242000000,\n                    0.05291082666666667\n                ],\n                [\n                    1702241700000,\n                    0.051698933333333336\n                ],\n                [\n                    1702241400000,\n                    0.05030784\n                ],\n                [\n                    1702241100000,\n                    0.05117698666666667\n                ],\n                [\n                    1702240800000,\n                    0.05052818666666667\n                ],\n                [\n                    1702240500000,\n                    0.05165578666666667\n                ],\n                [\n                    1702240200000,\n                    0.05219546666666667\n                ],\n                [\n                    1702239900000,\n                    0.051193706666666665\n                ],\n                [\n                    1702239600000,\n                    0.05271792\n                ],\n                [\n                    1702239300000,\n                    0.050768879999999995\n                ],\n                [\n                    1702239000000,\n                    0.05007322666666667\n                ],\n                [\n                    1702238700000,\n                    0.04807893333333334\n                ],\n                [\n                    1702238400000,\n                    0.05237642666666666\n                ],\n                [\n                    1702238100000,\n                    0.051889866666666666\n                ],\n                [\n                    1702237800000,\n                    0.05247130666666666\n                ],\n                [\n                    1702237500000,\n                    0.049880853333333336\n                ],\n                [\n                    1702237200000,\n                    0.051779066666666665\n                ],\n                [\n                    1702236900000,\n                    0.04853370666666666\n                ],\n                [\n                    1702236600000,\n                    0.05248912\n                ],\n                [\n                    1702236300000,\n                    0.04858922666666667\n                ],\n                [\n                    1702236000000,\n                    0.05376984\n                ],\n                [\n                    1702235700000,\n                    0.052099066666666666\n                ],\n                [\n                    1702235400000,\n                    0.050763706666666665\n                ],\n                [\n                    1702235100000,\n                    0.04947458666666667\n                ],\n                [\n                    1702234800000,\n                    0.05015077333333333\n                ],\n                [\n                    1702234500000,\n                    0.051683653333333336\n                ],\n                [\n                    1702234200000,\n                    0.051210106666666665\n                ],\n                [\n                    1702233900000,\n                    0.05212597333333333\n                ],\n                [\n                    1702233600000,\n                    0.051354800000000006\n                ],\n                [\n                    1702233300000,\n                    0.05063906666666666\n                ],\n                [\n                    1702233000000,\n                    0.04943010666666667\n                ],\n                [\n                    1702232700000,\n                    0.05027853333333333\n                ],\n                [\n                    1702232400000,\n                    0.05170245333333333\n                ],\n                [\n                    1702232100000,\n                    0.05275768\n                ],\n                [\n                    1702231800000,\n                    0.05111296\n                ],\n                [\n                    1702231500000,\n                    0.051084026666666664\n                ],\n                [\n                    1702231200000,\n                    0.05014064\n                ],\n                [\n                    1702230900000,\n                    0.05029141333333333\n                ],\n                [\n                    1702230600000,\n                    0.051654853333333334\n                ],\n                [\n                    1702230300000,\n                    0.050745653333333335\n                ],\n                [\n                    1702230000000,\n                    0.05237032\n                ],\n                [\n                    1702229700000,\n                    0.050120773333333334\n                ],\n                [\n                    1702229400000,\n                    0.051167786666666666\n                ],\n                [\n                    1702229100000,\n                    0.05084658666666667\n                ],\n                [\n                    1702228800000,\n                    0.05156525333333333\n                ],\n                [\n                    1702228500000,\n                    0.05043653333333333\n                ],\n                [\n                    1702228200000,\n                    0.05001501333333334\n                ],\n                [\n                    1702227900000,\n                    0.052872426666666666\n                ],\n                [\n                    1702227600000,\n                    0.050960080000000005\n                ],\n                [\n                    1702227300000,\n                    0.050899306666666665\n                ],\n                [\n                    1702227000000,\n                    0.049953040000000004\n                ],\n                [\n                    1702226700000,\n                    0.05051048\n                ],\n                [\n                    1702226400000,\n                    0.05263776\n                ],\n                [\n                    1702226100000,\n                    0.05175272\n                ],\n                [\n                    1702225800000,\n                    0.049858186666666665\n                ],\n                [\n                    1702225500000,\n                    0.05173109333333333\n                ],\n                [\n                    1702225200000,\n                    0.051350639999999996\n                ],\n                [\n                    1702224900000,\n                    0.050367386666666666\n                ],\n                [\n                    1702224600000,\n                    0.05089026666666667\n                ],\n                [\n                    1702224300000,\n                    0.05007664\n                ],\n                [\n                    1702224000000,\n                    0.05192432\n                ],\n                [\n                    1702223700000,\n                    0.05346306666666666\n                ],\n                [\n                    1702223400000,\n                    0.04999872\n                ],\n                [\n                    1702223100000,\n                    0.052634186666666666\n                ],\n                [\n                    1702222800000,\n                    0.049968986666666666\n                ],\n                [\n                    1702222500000,\n                    0.05131026666666667\n                ],\n                [\n                    1702222200000,\n                    0.048786666666666666\n                ],\n                [\n                    1702221900000,\n                    0.05254509333333333\n                ],\n                [\n                    1702221600000,\n                    0.05109189333333333\n                ],\n                [\n                    1702221300000,\n                    0.05239032\n                ],\n                [\n                    1702221000000,\n                    0.050592559999999995\n                ],\n                [\n                    1702220700000,\n                    0.04918968\n                ],\n                [\n                    1702220400000,\n                    0.052394373333333334\n                ],\n                [\n                    1702220100000,\n                    0.04967837333333334\n                ],\n                [\n                    1702219800000,\n                    0.05261093333333333\n                ],\n                [\n                    1702219500000,\n                    0.051455466666666665\n                ],\n                [\n                    1702219200000,\n                    0.05118962666666666\n                ],\n                [\n                    1702218900000,\n                    0.05022058666666667\n                ],\n                [\n                    1702218600000,\n                    0.050782186666666666\n                ],\n                [\n                    1702218300000,\n                    0.05147906666666666\n                ],\n                [\n                    1702218000000,\n                    0.05029069333333334\n                ],\n                [\n                    1702217700000,\n                    0.0528616\n                ],\n                [\n                    1702217400000,\n                    0.05250482666666667\n                ],\n                [\n                    1702217100000,\n                    0.050377573333333335\n                ],\n                [\n                    1702216800000,\n                    0.04856074666666667\n                ],\n                [\n                    1702216500000,\n                    0.05250272\n                ],\n                [\n                    1702216200000,\n                    0.049148613333333334\n                ],\n                [\n                    1702215900000,\n                    0.05456176\n                ],\n                [\n                    1702215600000,\n                    0.049630426666666665\n                ],\n                [\n                    1702215300000,\n                    0.051656\n                ],\n                [\n                    1702215000000,\n                    0.05002877333333333\n                ],\n                [\n                    1702214700000,\n                    0.050610426666666666\n                ],\n                [\n                    1702214400000,\n                    0.05117989333333333\n                ],\n                [\n                    1702214100000,\n                    0.05093242666666667\n                ],\n                [\n                    1702213800000,\n                    0.05297101333333334\n                ],\n                [\n                    1702213500000,\n                    0.050056586666666666\n                ],\n                [\n                    1702213200000,\n                    0.053666\n                ],\n                [\n                    1702212900000,\n                    0.04837933333333334\n                ],\n                [\n                    1702212600000,\n                    0.05058992\n                ],\n                [\n                    1702212300000,\n                    0.05360405333333334\n                ],\n                [\n                    1702212000000,\n                    0.05092858666666667\n                ],\n                [\n                    1702211700000,\n                    0.04965792\n                ],\n                [\n                    1702211400000,\n                    0.0526396\n                ],\n                [\n                    1702211100000,\n                    0.04978477333333333\n                ],\n                [\n                    1702210800000,\n                    0.04967453333333333\n                ],\n                [\n                    1702210500000,\n                    0.05364450666666667\n                ],\n                [\n                    1702210200000,\n                    0.049347786666666664\n                ],\n                [\n                    1702209900000,\n                    0.052259440000000004\n                ],\n                [\n                    1702209600000,\n                    0.050665626666666665\n                ],\n                [\n                    1702209300000,\n                    0.05287538666666666\n                ],\n                [\n                    1702209000000,\n                    0.04878789333333333\n                ],\n                [\n                    1702208700000,\n                    0.05044685333333333\n                ],\n                [\n                    1702208400000,\n                    0.05107232\n                ],\n                [\n                    1702208100000,\n                    0.050112373333333335\n                ],\n                [\n                    1702207800000,\n                    0.052921760000000005\n                ],\n                [\n                    1702207500000,\n                    0.05039042666666667\n                ],\n                [\n                    1702207200000,\n                    0.051030346666666664\n                ],\n                [\n                    1702206900000,\n                    0.0514664\n                ],\n                [\n                    1702206600000,\n                    0.049906613333333336\n                ],\n                [\n                    1702206300000,\n                    0.0510144\n                ],\n                [\n                    1702206000000,\n                    0.0530304\n                ],\n                [\n                    1702205700000,\n                    0.05056016000000001\n                ],\n                [\n                    1702205400000,\n                    0.05145096\n                ],\n                [\n                    1702205100000,\n                    0.051137253333333334\n                ],\n                [\n                    1702204800000,\n                    0.0493256\n                ],\n                [\n                    1702204500000,\n                    0.04983461333333333\n                ],\n                [\n                    1702204200000,\n                    0.05246749333333333\n                ],\n                [\n                    1702203900000,\n                    0.051183519999999996\n                ],\n                [\n                    1702203600000,\n                    0.051901546666666666\n                ],\n                [\n                    1702203300000,\n                    0.05273584\n                ],\n                [\n                    1702203000000,\n                    0.04829098666666667\n                ],\n                [\n                    1702202700000,\n                    0.05016978666666667\n                ],\n                [\n                    1702202400000,\n                    0.05085381333333333\n                ],\n                [\n                    1702202100000,\n                    0.05013485333333333\n                ],\n                [\n                    1702201800000,\n                    0.05333706666666667\n                ],\n                [\n                    1702201500000,\n                    0.05408490666666667\n                ],\n                [\n                    1702201200000,\n                    0.048624346666666665\n                ],\n                [\n                    1702200900000,\n                    0.04915592\n                ],\n                [\n                    1702200600000,\n                    0.050636106666666666\n                ],\n                [\n                    1702200300000,\n                    0.05037872\n                ],\n                [\n                    1702200000000,\n                    0.05205696\n                ],\n                [\n                    1702199700000,\n                    0.052879466666666666\n                ],\n                [\n                    1702199400000,\n                    0.051888746666666666\n                ],\n                [\n                    1702199100000,\n                    0.048871519999999995\n                ],\n                [\n                    1702198800000,\n                    0.04966309333333333\n                ],\n                [\n                    1702198500000,\n                    0.05107048\n                ],\n                [\n                    1702198200000,\n                    0.05104477333333333\n                ],\n                [\n                    1702197900000,\n                    0.05339725333333333\n                ],\n                [\n                    1702197600000,\n                    0.05187850666666667\n                ],\n                [\n                    1702197300000,\n                    0.0508076\n                ],\n                [\n                    1702197000000,\n                    0.04910890666666667\n                ],\n                [\n                    1702196700000,\n                    0.05107136\n                ],\n                [\n                    1702196400000,\n                    0.05013696\n                ],\n                [\n                    1702196100000,\n                    0.05230461333333333\n                ],\n                [\n                    1702195800000,\n                    0.051808639999999996\n                ],\n                [\n                    1702195500000,\n                    0.05290552\n                ],\n                [\n                    1702195200000,\n                    0.0500092\n                ],\n                [\n                    1702194900000,\n                    0.048856453333333334\n                ],\n                [\n                    1702194600000,\n                    0.051372720000000004\n                ],\n                [\n                    1702194300000,\n                    0.0521708\n                ],\n                [\n                    1702194000000,\n                    0.050105493333333334\n                ],\n                [\n                    1702193700000,\n                    0.05274850666666667\n                ],\n                [\n                    1702193400000,\n                    0.05272242666666667\n                ],\n                [\n                    1702193100000,\n                    0.05032450666666667\n                ],\n                [\n                    1702192800000,\n                    0.049139466666666666\n                ],\n                [\n                    1702192500000,\n                    0.05229213333333333\n                ],\n                [\n                    1702192200000,\n                    0.050151706666666664\n                ],\n                [\n                    1702191900000,\n                    0.052560506666666666\n                ],\n                [\n                    1702191600000,\n                    0.05056829333333333\n                ],\n                [\n                    1702191300000,\n                    0.0514044\n                ],\n                [\n                    1702191000000,\n                    0.048599253333333335\n                ],\n                [\n                    1702190700000,\n                    0.05242997333333334\n                ],\n                [\n                    1702190400000,\n                    0.050860053333333335\n                ],\n                [\n                    1702190100000,\n                    0.049375333333333334\n                ],\n                [\n                    1702189800000,\n                    0.05231629333333333\n                ],\n                [\n                    1702189500000,\n                    0.05284618666666667\n                ],\n                [\n                    1702189200000,\n                    0.05029626666666667\n                ],\n                [\n                    1702188900000,\n                    0.05068832\n                ],\n                [\n                    1702188600000,\n                    0.050702\n                ],\n                [\n                    1702188300000,\n                    0.050710986666666666\n                ],\n                [\n                    1702188000000,\n                    0.05134504\n                ],\n                [\n                    1702187700000,\n                    0.05070109333333333\n                ],\n                [\n                    1702187400000,\n                    0.05305554666666667\n                ],\n                [\n                    1702187100000,\n                    0.05099050666666667\n                ],\n                [\n                    1702186800000,\n                    0.049235440000000005\n                ],\n                [\n                    1702186500000,\n                    0.04952706666666667\n                ],\n                [\n                    1702186200000,\n                    0.05206645333333333\n                ],\n                [\n                    1702185900000,\n                    0.05259858666666667\n                ],\n                [\n                    1702185600000,\n                    0.05063890666666667\n                ],\n                [\n                    1702185300000,\n                    0.053976053333333336\n                ],\n                [\n                    1702185000000,\n                    0.047733279999999996\n                ],\n                [\n                    1702184700000,\n                    0.05013666666666666\n                ],\n                [\n                    1702184400000,\n                    0.049866879999999995\n                ],\n                [\n                    1702184100000,\n                    0.05168381333333333\n                ],\n                [\n                    1702183800000,\n                    0.05202672\n                ],\n                [\n                    1702183500000,\n                    0.05410144\n                ],\n                [\n                    1702183200000,\n                    0.04872432\n                ],\n                [\n                    1702182900000,\n                    0.04818856\n                ],\n                [\n                    1702182600000,\n                    0.04736\n                ],\n                [\n                    1702182300000,\n                    0.046014693333333336\n                ],\n                [\n                    1702182000000,\n                    0.04699138666666666\n                ],\n                [\n                    1702181700000,\n                    0.04948293333333333\n                ],\n                [\n                    1702181400000,\n                    0.05132952\n                ],\n                [\n                    1702181100000,\n                    0.04830093333333334\n                ],\n                [\n                    1702180800000,\n                    0.049895386666666666\n                ],\n                [\n                    1702180500000,\n                    0.05023834666666666\n                ],\n                [\n                    1702180200000,\n                    0.04946744\n                ],\n                [\n                    1702179900000,\n                    0.05416933333333333\n                ],\n                [\n                    1702179600000,\n                    0.05034325333333333\n                ],\n                [\n                    1702179300000,\n                    0.051844426666666665\n                ],\n                [\n                    1702179000000,\n                    0.05051882666666667\n                ],\n                [\n                    1702178700000,\n                    0.04878104\n                ],\n                [\n                    1702178400000,\n                    0.050855653333333334\n                ],\n                [\n                    1702178100000,\n                    0.05276384\n                ],\n                [\n                    1702177800000,\n                    0.05227048\n                ],\n                [\n                    1702177500000,\n                    0.05242373333333333\n                ],\n                [\n                    1702177200000,\n                    0.05035410666666667\n                ],\n                [\n                    1702176900000,\n                    0.048240080000000005\n                ],\n                [\n                    1702176600000,\n                    0.0508988\n                ],\n                [\n                    1702176300000,\n                    0.052588746666666665\n                ],\n                [\n                    1702176000000,\n                    0.05022672\n                ],\n                [\n                    1702175700000,\n                    0.05209154666666667\n                ],\n                [\n                    1702175400000,\n                    0.05361829333333334\n                ],\n                [\n                    1702175100000,\n                    0.049198\n                ],\n                [\n                    1702174800000,\n                    0.04938306666666666\n                ],\n                [\n                    1702174500000,\n                    0.05254834666666666\n                ],\n                [\n                    1702174200000,\n                    0.05070114666666667\n                ],\n                [\n                    1702173900000,\n                    0.04950616\n                ],\n                [\n                    1702173600000,\n                    0.05355709333333333\n                ],\n                [\n                    1702173300000,\n                    0.05138218666666667\n                ],\n                [\n                    1702173000000,\n                    0.04907848\n                ],\n                [\n                    1702172700000,\n                    0.05134264\n                ],\n                [\n                    1702172400000,\n                    0.04923610666666667\n                ],\n                [\n                    1702172100000,\n                    0.0508756\n                ],\n                [\n                    1702171800000,\n                    0.05238661333333333\n                ],\n                [\n                    1702171500000,\n                    0.05118757333333333\n                ],\n                [\n                    1702171200000,\n                    0.0521736\n                ],\n                [\n                    1702170900000,\n                    0.050101146666666665\n                ],\n                [\n                    1702170600000,\n                    0.05052141333333333\n                ],\n                [\n                    1702170300000,\n                    0.05021565333333333\n                ],\n                [\n                    1702170000000,\n                    0.051046879999999996\n                ],\n                [\n                    1702169700000,\n                    0.05192562666666666\n                ],\n                [\n                    1702169400000,\n                    0.05380832\n                ],\n                [\n                    1702169100000,\n                    0.05123522666666667\n                ],\n                [\n                    1702168800000,\n                    0.04815090666666667\n                ],\n                [\n                    1702168500000,\n                    0.04985618666666667\n                ],\n                [\n                    1702168200000,\n                    0.05137776\n                ],\n                [\n                    1702167900000,\n                    0.05015674666666667\n                ],\n                [\n                    1702167600000,\n                    0.052471253333333336\n                ],\n                [\n                    1702167300000,\n                    0.05437128\n                ],\n                [\n                    1702167000000,\n                    0.04912264\n                ],\n                [\n                    1702166700000,\n                    0.05370834666666666\n                ],\n                [\n                    1702166400000,\n                    0.06202952\n                ],\n                [\n                    1702166100000,\n                    0.06313525333333334\n                ],\n                [\n                    1702165800000,\n                    0.062093333333333334\n                ],\n                [\n                    1702165500000,\n                    0.05309522666666667\n                ],\n                [\n                    1702165200000,\n                    0.05150826666666667\n                ],\n                [\n                    1702164900000,\n                    0.048685386666666663\n                ],\n                [\n                    1702164600000,\n                    0.05039632\n                ],\n                [\n                    1702164300000,\n                    0.04900885333333333\n                ],\n                [\n                    1702164000000,\n                    0.052368239999999996\n                ],\n                [\n                    1702163700000,\n                    0.05295093333333333\n                ],\n                [\n                    1702163400000,\n                    0.051384160000000005\n                ],\n                [\n                    1702163100000,\n                    0.04984690666666667\n                ],\n                [\n                    1702162800000,\n                    0.0488512\n                ],\n                [\n                    1702162500000,\n                    0.050243253333333335\n                ],\n                [\n                    1702162200000,\n                    0.05142346666666667\n                ],\n                [\n                    1702161900000,\n                    0.05194786666666667\n                ],\n                [\n                    1702161600000,\n                    0.05186874666666667\n                ],\n                [\n                    1702161300000,\n                    0.05284368\n                ],\n                [\n                    1702161000000,\n                    0.0497208\n                ],\n                [\n                    1702160700000,\n                    0.04894925333333333\n                ],\n                [\n                    1702160400000,\n                    0.05175306666666667\n                ],\n                [\n                    1702160100000,\n                    0.053330293333333334\n                ],\n                [\n                    1702159800000,\n                    0.051139706666666666\n                ],\n                [\n                    1702159500000,\n                    0.0508152\n                ],\n                [\n                    1702159200000,\n                    0.053219199999999994\n                ],\n                [\n                    1702158900000,\n                    0.04830784\n                ],\n                [\n                    1702158600000,\n                    0.05064776\n                ],\n                [\n                    1702158300000,\n                    0.051015493333333335\n                ],\n                [\n                    1702158000000,\n                    0.05139096\n                ],\n                [\n                    1702157700000,\n                    0.05119074666666667\n                ],\n                [\n                    1702157400000,\n                    0.05144090666666667\n                ],\n                [\n                    1702157100000,\n                    0.05155341333333333\n                ],\n                [\n                    1702156800000,\n                    0.049236480000000006\n                ],\n                [\n                    1702156500000,\n                    0.05244285333333333\n                ],\n                [\n                    1702156200000,\n                    0.04925165333333333\n                ],\n                [\n                    1702155900000,\n                    0.05167061333333334\n                ],\n                [\n                    1702155600000,\n                    0.05138730666666667\n                ],\n                [\n                    1702155300000,\n                    0.05326112\n                ],\n                [\n                    1702155000000,\n                    0.05025373333333333\n                ],\n                [\n                    1702154700000,\n                    0.05091264\n                ],\n                [\n                    1702154400000,\n                    0.049672879999999996\n                ],\n                [\n                    1702154100000,\n                    0.0511148\n                ],\n                [\n                    1702153800000,\n                    0.05027736\n                ],\n                [\n                    1702153500000,\n                    0.05151912\n                ],\n                [\n                    1702153200000,\n                    0.05294202666666666\n                ],\n                [\n                    1702152900000,\n                    0.051547466666666666\n                ],\n                [\n                    1702152600000,\n                    0.048895306666666666\n                ],\n                [\n                    1702152300000,\n                    0.04950757333333333\n                ],\n                [\n                    1702152000000,\n                    0.052524053333333334\n                ],\n                [\n                    1702151700000,\n                    0.049847760000000005\n                ],\n                [\n                    1702151400000,\n                    0.052930986666666666\n                ],\n                [\n                    1702151100000,\n                    0.05390010666666667\n                ],\n                [\n                    1702150800000,\n                    0.04778541333333333\n                ],\n                [\n                    1702150500000,\n                    0.05046341333333333\n                ],\n                [\n                    1702150200000,\n                    0.049367760000000004\n                ],\n                [\n                    1702149900000,\n                    0.05221808\n                ],\n                [\n                    1702149600000,\n                    0.05219728\n                ],\n                [\n                    1702149300000,\n                    0.054073013333333336\n                ],\n                [\n                    1702149000000,\n                    0.05027378666666667\n                ],\n                [\n                    1702148700000,\n                    0.04881541333333333\n                ],\n                [\n                    1702148400000,\n                    0.050670400000000004\n                ],\n                [\n                    1702148100000,\n                    0.04881157333333334\n                ],\n                [\n                    1702147800000,\n                    0.05183517333333333\n                ],\n                [\n                    1702147500000,\n                    0.0538968\n                ],\n                [\n                    1702147200000,\n                    0.052407199999999994\n                ],\n                [\n                    1702146900000,\n                    0.04899808\n                ],\n                [\n                    1702146600000,\n                    0.048789519999999996\n                ],\n                [\n                    1702146300000,\n                    0.04991341333333333\n                ],\n                [\n                    1702146000000,\n                    0.05101957333333333\n                ],\n                [\n                    1702145700000,\n                    0.05247682666666667\n                ],\n                [\n                    1702145400000,\n                    0.05346752\n                ],\n                [\n                    1702145100000,\n                    0.05141432\n                ],\n                [\n                    1702144800000,\n                    0.04895466666666667\n                ],\n                [\n                    1702144500000,\n                    0.04954818666666667\n                ],\n                [\n                    1702144200000,\n                    0.05010928\n                ],\n                [\n                    1702143900000,\n                    0.05392042666666667\n                ],\n                [\n                    1702143600000,\n                    0.051366133333333334\n                ],\n                [\n                    1702143300000,\n                    0.05063656\n                ],\n                [\n                    1702143000000,\n                    0.05253773333333333\n                ],\n                [\n                    1702142700000,\n                    0.04792506666666667\n                ],\n                [\n                    1702142400000,\n                    0.051220933333333336\n                ],\n                [\n                    1702142100000,\n                    0.05120250666666667\n                ],\n                [\n                    1702141800000,\n                    0.051285333333333336\n                ],\n                [\n                    1702141500000,\n                    0.051537066666666666\n                ],\n                [\n                    1702141200000,\n                    0.05240474666666667\n                ],\n                [\n                    1702140900000,\n                    0.05014949333333333\n                ],\n                [\n                    1702140600000,\n                    0.04939090666666667\n                ],\n                [\n                    1702140300000,\n                    0.05186245333333333\n                ],\n                [\n                    1702140000000,\n                    0.05067853333333333\n                ],\n                [\n                    1702139700000,\n                    0.04986872\n                ],\n                [\n                    1702139400000,\n                    0.053081786666666665\n                ],\n                [\n                    1702139100000,\n                    0.051418533333333336\n                ],\n                [\n                    1702138800000,\n                    0.05005618666666667\n                ],\n                [\n                    1702138500000,\n                    0.05121349333333333\n                ],\n                [\n                    1702138200000,\n                    0.04956968\n                ],\n                [\n                    1702137900000,\n                    0.05117488\n                ],\n                [\n                    1702137600000,\n                    0.05269141333333333\n                ],\n                [\n                    1702137300000,\n                    0.050628853333333335\n                ],\n                [\n                    1702137000000,\n                    0.05269141333333333\n                ],\n                [\n                    1702136700000,\n                    0.051407839999999996\n                ],\n                [\n                    1702136400000,\n                    0.049850693333333335\n                ],\n                [\n                    1702136100000,\n                    0.04825504\n                ],\n                [\n                    1702135800000,\n                    0.05182845333333333\n                ],\n                [\n                    1702135500000,\n                    0.052305040000000004\n                ],\n                [\n                    1702135200000,\n                    0.05278477333333333\n                ],\n                [\n                    1702134900000,\n                    0.05221741333333333\n                ],\n                [\n                    1702134600000,\n                    0.04922056\n                ],\n                [\n                    1702134300000,\n                    0.04939632\n                ],\n                [\n                    1702134000000,\n                    0.049279173333333336\n                ],\n                [\n                    1702133700000,\n                    0.05202146666666667\n                ],\n                [\n                    1702133400000,\n                    0.05397362666666666\n                ],\n                [\n                    1702133100000,\n                    0.05441224\n                ],\n                [\n                    1702132800000,\n                    0.04918896\n                ],\n                [\n                    1702132500000,\n                    0.049533680000000004\n                ],\n                [\n                    1702132200000,\n                    0.04926202666666667\n                ],\n                [\n                    1702131900000,\n                    0.05100189333333333\n                ],\n                [\n                    1702131600000,\n                    0.05089605333333334\n                ],\n                [\n                    1702131300000,\n                    0.05525213333333333\n                ],\n                [\n                    1702131000000,\n                    0.05219194666666666\n                ],\n                [\n                    1702130700000,\n                    0.04935333333333333\n                ],\n                [\n                    1702130400000,\n                    0.04897845333333333\n                ],\n                [\n                    1702130100000,\n                    0.048840133333333334\n                ],\n                [\n                    1702129800000,\n                    0.05263333333333334\n                ],\n                [\n                    1702129500000,\n                    0.053799973333333334\n                ],\n                [\n                    1702129200000,\n                    0.05137162666666666\n                ],\n                [\n                    1702128900000,\n                    0.0501716\n                ],\n                [\n                    1702128600000,\n                    0.04893602666666667\n                ],\n                [\n                    1702128300000,\n                    0.049728053333333334\n                ],\n                [\n                    1702128000000,\n                    0.049566\n                ],\n                [\n                    1702127700000,\n                    0.05361426666666667\n                ],\n                [\n                    1702127400000,\n                    0.051654559999999995\n                ],\n                [\n                    1702127100000,\n                    0.05253432\n                ],\n                [\n                    1702126800000,\n                    0.05022626666666667\n                ],\n                [\n                    1702126500000,\n                    0.04852285333333333\n                ],\n                [\n                    1702126200000,\n                    0.05012168\n                ],\n                [\n                    1702125900000,\n                    0.050404693333333334\n                ],\n                [\n                    1702125600000,\n                    0.05126632\n                ],\n                [\n                    1702125300000,\n                    0.05309482666666667\n                ],\n                [\n                    1702125000000,\n                    0.0515064\n                ],\n                [\n                    1702124700000,\n                    0.04911965333333333\n                ],\n                [\n                    1702124400000,\n                    0.04945986666666667\n                ],\n                [\n                    1702124100000,\n                    0.05103090666666667\n                ],\n                [\n                    1702123800000,\n                    0.05176794666666666\n                ],\n                [\n                    1702123500000,\n                    0.049613199999999996\n                ],\n                [\n                    1702123200000,\n                    0.05333570666666666\n                ],\n                [\n                    1702122900000,\n                    0.05160245333333333\n                ],\n                [\n                    1702122600000,\n                    0.049083919999999996\n                ],\n                [\n                    1702122300000,\n                    0.05215757333333333\n                ],\n                [\n                    1702122000000,\n                    0.050615973333333335\n                ],\n                [\n                    1702121700000,\n                    0.04971477333333333\n                ],\n                [\n                    1702121400000,\n                    0.052727946666666664\n                ],\n                [\n                    1702121100000,\n                    0.05080088\n                ],\n                [\n                    1702120800000,\n                    0.051553013333333335\n                ],\n                [\n                    1702120500000,\n                    0.05005424\n                ],\n                [\n                    1702120200000,\n                    0.049713066666666667\n                ],\n                [\n                    1702119900000,\n                    0.04996485333333333\n                ],\n                [\n                    1702119600000,\n                    0.05078832\n                ],\n                [\n                    1702119300000,\n                    0.052228666666666666\n                ],\n                [\n                    1702119000000,\n                    0.05259082666666667\n                ],\n                [\n                    1702118700000,\n                    0.05282256\n                ],\n                [\n                    1702118400000,\n                    0.04882304\n                ],\n                [\n                    1702118100000,\n                    0.049508826666666665\n                ],\n                [\n                    1702117800000,\n                    0.05093661333333333\n                ],\n                [\n                    1702117500000,\n                    0.05023672\n                ],\n                [\n                    1702117200000,\n                    0.05322426666666667\n                ],\n                [\n                    1702116900000,\n                    0.05373629333333334\n                ],\n                [\n                    1702116600000,\n                    0.048311306666666665\n                ],\n                [\n                    1702116300000,\n                    0.04964226666666667\n                ],\n                [\n                    1702116000000,\n                    0.050463893333333336\n                ],\n                [\n                    1702115700000,\n                    0.051042239999999996\n                ],\n                [\n                    1702115400000,\n                    0.052903306666666663\n                ],\n                [\n                    1702115100000,\n                    0.05260381333333333\n                ],\n                [\n                    1702114800000,\n                    0.05215741333333333\n                ],\n                [\n                    1702114500000,\n                    0.04787496\n                ],\n                [\n                    1702114200000,\n                    0.04992005333333334\n                ],\n                [\n                    1702113900000,\n                    0.050085253333333336\n                ],\n                [\n                    1702113600000,\n                    0.05141632\n                ],\n                [\n                    1702113300000,\n                    0.05339930666666667\n                ],\n                [\n                    1702113000000,\n                    0.05204112\n                ],\n                [\n                    1702112700000,\n                    0.05074232\n                ],\n                [\n                    1702112400000,\n                    0.050347706666666665\n                ],\n                [\n                    1702112100000,\n                    0.04993896\n                ],\n                [\n                    1702111800000,\n                    0.05123866666666666\n                ],\n                [\n                    1702111500000,\n                    0.05260605333333334\n                ],\n                [\n                    1702111200000,\n                    0.05374069333333334\n                ],\n                [\n                    1702110900000,\n                    0.050670559999999996\n                ],\n                [\n                    1702110600000,\n                    0.049438053333333336\n                ],\n                [\n                    1702110300000,\n                    0.04887968\n                ],\n                [\n                    1702110000000,\n                    0.049691066666666665\n                ],\n                [\n                    1702109700000,\n                    0.05279482666666667\n                ],\n                [\n                    1702109400000,\n                    0.05108061333333334\n                ],\n                [\n                    1702109100000,\n                    0.05294736\n                ],\n                [\n                    1702108800000,\n                    0.05202208\n                ],\n                [\n                    1702108500000,\n                    0.04828170666666667\n                ],\n                [\n                    1702108200000,\n                    0.04993408\n                ],\n                [\n                    1702107900000,\n                    0.051597493333333334\n                ],\n                [\n                    1702107600000,\n                    0.05087730666666666\n                ],\n                [\n                    1702107300000,\n                    0.053373706666666666\n                ],\n                [\n                    1702107000000,\n                    0.05111669333333334\n                ],\n                [\n                    1702106700000,\n                    0.05494058666666667\n                ],\n                [\n                    1702106400000,\n                    0.04901101333333334\n                ],\n                [\n                    1702106100000,\n                    0.05134245333333333\n                ],\n                [\n                    1702105800000,\n                    0.049455893333333334\n                ],\n                [\n                    1702105500000,\n                    0.05200845333333333\n                ],\n                [\n                    1702105200000,\n                    0.05230749333333333\n                ],\n                [\n                    1702104900000,\n                    0.051807066666666665\n                ],\n                [\n                    1702104600000,\n                    0.04952650666666667\n                ],\n                [\n                    1702104300000,\n                    0.051204\n                ],\n                [\n                    1702104000000,\n                    0.04939138666666667\n                ],\n                [\n                    1702103700000,\n                    0.050856613333333335\n                ],\n                [\n                    1702103400000,\n                    0.050828693333333334\n                ],\n                [\n                    1702103100000,\n                    0.0527568\n                ],\n                [\n                    1702102800000,\n                    0.052148879999999995\n                ],\n                [\n                    1702102500000,\n                    0.05011381333333333\n                ],\n                [\n                    1702102200000,\n                    0.04997125333333333\n                ],\n                [\n                    1702101900000,\n                    0.04938008\n                ],\n                [\n                    1702101600000,\n                    0.05202648\n                ],\n                [\n                    1702101300000,\n                    0.05103269333333334\n                ],\n                [\n                    1702101000000,\n                    0.05300045333333333\n                ],\n                [\n                    1702100700000,\n                    0.05319429333333334\n                ],\n                [\n                    1702100400000,\n                    0.048384746666666666\n                ],\n                [\n                    1702100100000,\n                    0.04904752\n                ],\n                [\n                    1702099800000,\n                    0.05015277333333333\n                ],\n                [\n                    1702099500000,\n                    0.0504328\n                ],\n                [\n                    1702099200000,\n                    0.05333664\n                ],\n                [\n                    1702098900000,\n                    0.05280050666666667\n                ],\n                [\n                    1702098600000,\n                    0.05070917333333333\n                ],\n                [\n                    1702098300000,\n                    0.04948936\n                ],\n                [\n                    1702098000000,\n                    0.05013573333333333\n                ],\n                [\n                    1702097700000,\n                    0.04918216\n                ],\n                [\n                    1702097400000,\n                    0.05217541333333333\n                ],\n                [\n                    1702097100000,\n                    0.055003173333333336\n                ],\n                [\n                    1702096800000,\n                    0.05052984\n                ],\n                [\n                    1702096500000,\n                    0.048088693333333335\n                ],\n                [\n                    1702096200000,\n                    0.050460533333333335\n                ],\n                [\n                    1702095900000,\n                    0.048429653333333336\n                ],\n                [\n                    1702095600000,\n                    0.051723573333333335\n                ],\n                [\n                    1702095300000,\n                    0.051953653333333336\n                ],\n                [\n                    1702095000000,\n                    0.05408282666666667\n                ],\n                [\n                    1702094700000,\n                    0.05156968\n                ],\n                [\n                    1702094400000,\n                    0.04863045333333333\n                ],\n                [\n                    1702094100000,\n                    0.049160746666666665\n                ],\n                [\n                    1702093800000,\n                    0.05059864\n                ],\n                [\n                    1702093500000,\n                    0.05204362666666666\n                ],\n                [\n                    1702093200000,\n                    0.051018053333333334\n                ],\n                [\n                    1702092900000,\n                    0.05146509333333333\n                ],\n                [\n                    1702092600000,\n                    0.05256373333333333\n                ],\n                [\n                    1702092300000,\n                    0.04842882666666667\n                ],\n                [\n                    1702092000000,\n                    0.05043293333333333\n                ],\n                [\n                    1702091700000,\n                    0.0510156\n                ],\n                [\n                    1702091400000,\n                    0.05194776\n                ],\n                [\n                    1702091100000,\n                    0.05344832\n                ],\n                [\n                    1702090800000,\n                    0.051738346666666664\n                ],\n                [\n                    1702090500000,\n                    0.048908853333333335\n                ],\n                [\n                    1702090200000,\n                    0.053939626666666664\n                ],\n                [\n                    1702089900000,\n                    0.052107626666666663\n                ],\n                [\n                    1702089600000,\n                    0.050205653333333336\n                ],\n                [\n                    1702089300000,\n                    0.05120632\n                ],\n                [\n                    1702089000000,\n                    0.05427546666666667\n                ],\n                [\n                    1702088700000,\n                    0.050980106666666664\n                ],\n                [\n                    1702088400000,\n                    0.049392773333333334\n                ],\n                [\n                    1702088100000,\n                    0.05119517333333333\n                ],\n                [\n                    1702087800000,\n                    0.04984069333333334\n                ],\n                [\n                    1702087500000,\n                    0.051218559999999996\n                ],\n                [\n                    1702087200000,\n                    0.05145541333333333\n                ],\n                [\n                    1702086900000,\n                    0.051571066666666665\n                ],\n                [\n                    1702086600000,\n                    0.052320106666666664\n                ],\n                [\n                    1702086300000,\n                    0.05028445333333333\n                ],\n                [\n                    1702086000000,\n                    0.049534720000000004\n                ],\n                [\n                    1702085700000,\n                    0.05158104\n                ],\n                [\n                    1702085400000,\n                    0.05130688\n                ],\n                [\n                    1702085100000,\n                    0.05219357333333333\n                ],\n                [\n                    1702084800000,\n                    0.051157440000000005\n                ],\n                [\n                    1702084500000,\n                    0.05158816\n                ],\n                [\n                    1702084200000,\n                    0.04879650666666667\n                ],\n                [\n                    1702083900000,\n                    0.04985109333333333\n                ],\n                [\n                    1702083600000,\n                    0.050612213333333336\n                ],\n                [\n                    1702083300000,\n                    0.05023016\n                ],\n                [\n                    1702083000000,\n                    0.05472333333333334\n                ],\n                [\n                    1702082700000,\n                    0.05244458666666667\n                ],\n                [\n                    1702082400000,\n                    0.048891866666666665\n                ],\n                [\n                    1702082100000,\n                    0.05155621333333333\n                ],\n                [\n                    1702081800000,\n                    0.049341013333333336\n                ],\n                [\n                    1702081500000,\n                    0.05049328\n                ],\n                [\n                    1702081200000,\n                    0.05306101333333334\n                ],\n                [\n                    1702080900000,\n                    0.054511706666666666\n                ],\n                [\n                    1702080600000,\n                    0.050446239999999996\n                ],\n                [\n                    1702080300000,\n                    0.049087519999999996\n                ],\n                [\n                    1702080000000,\n                    0.05002482666666667\n                ],\n                [\n                    1702079700000,\n                    0.05077189333333333\n                ],\n                [\n                    1702079400000,\n                    0.051400879999999996\n                ],\n                [\n                    1702079100000,\n                    0.05404936\n                ],\n                [\n                    1702078800000,\n                    0.05008922666666667\n                ],\n                [\n                    1702078500000,\n                    0.05084533333333333\n                ],\n                [\n                    1702078200000,\n                    0.04954818666666667\n                ],\n                [\n                    1702077900000,\n                    0.049130346666666665\n                ],\n                [\n                    1702077600000,\n                    0.0515288\n                ],\n                [\n                    1702077300000,\n                    0.0529024\n                ],\n                [\n                    1702077000000,\n                    0.05214562666666667\n                ],\n                [\n                    1702076700000,\n                    0.049800986666666665\n                ],\n                [\n                    1702076400000,\n                    0.05070813333333333\n                ],\n                [\n                    1702076100000,\n                    0.049167013333333336\n                ],\n                [\n                    1702075800000,\n                    0.05040157333333333\n                ],\n                [\n                    1702075500000,\n                    0.05173664\n                ],\n                [\n                    1702075200000,\n                    0.051245599999999995\n                ],\n                [\n                    1702074900000,\n                    0.05403384\n                ],\n                [\n                    1702074600000,\n                    0.05113458666666667\n                ],\n                [\n                    1702074300000,\n                    0.04760445333333333\n                ],\n                [\n                    1702074000000,\n                    0.05068477333333333\n                ],\n                [\n                    1702073700000,\n                    0.05092178666666667\n                ],\n                [\n                    1702073400000,\n                    0.05339965333333334\n                ],\n                [\n                    1702073100000,\n                    0.05349930666666666\n                ],\n                [\n                    1702072800000,\n                    0.05291768\n                ],\n                [\n                    1702072500000,\n                    0.05139821333333333\n                ],\n                [\n                    1702072200000,\n                    0.050441653333333336\n                ],\n                [\n                    1702071900000,\n                    0.048546933333333334\n                ],\n                [\n                    1702071600000,\n                    0.05021149333333333\n                ],\n                [\n                    1702071300000,\n                    0.05310296\n                ],\n                [\n                    1702071000000,\n                    0.053230026666666666\n                ],\n                [\n                    1702070700000,\n                    0.051656879999999995\n                ],\n                [\n                    1702070400000,\n                    0.050200053333333335\n                ],\n                [\n                    1702070100000,\n                    0.04987946666666667\n                ],\n                [\n                    1702069800000,\n                    0.04878653333333333\n                ],\n                [\n                    1702069500000,\n                    0.05313613333333333\n                ],\n                [\n                    1702069200000,\n                    0.05190733333333333\n                ],\n                [\n                    1702068900000,\n                    0.05381866666666667\n                ],\n                [\n                    1702068600000,\n                    0.05118618666666667\n                ],\n                [\n                    1702068300000,\n                    0.048252586666666666\n                ],\n                [\n                    1702068000000,\n                    0.04946394666666666\n                ],\n                [\n                    1702067700000,\n                    0.052474639999999996\n                ],\n                [\n                    1702067400000,\n                    0.05029426666666667\n                ],\n                [\n                    1702067100000,\n                    0.052069199999999996\n                ],\n                [\n                    1702066800000,\n                    0.053922986666666665\n                ],\n                [\n                    1702066500000,\n                    0.05129184\n                ],\n                [\n                    1702066200000,\n                    0.04796192\n                ],\n                [\n                    1702065900000,\n                    0.05198042666666667\n                ],\n                [\n                    1702065600000,\n                    0.05089544\n                ],\n                [\n                    1702065300000,\n                    0.05032536\n                ],\n                [\n                    1702065000000,\n                    0.054193573333333335\n                ],\n                [\n                    1702064700000,\n                    0.050172133333333334\n                ],\n                [\n                    1702064400000,\n                    0.050714959999999996\n                ],\n                [\n                    1702064100000,\n                    0.05047704\n                ],\n                [\n                    1702063800000,\n                    0.05091973333333333\n                ],\n                [\n                    1702063500000,\n                    0.05034541333333333\n                ],\n                [\n                    1702063200000,\n                    0.05251690666666667\n                ],\n                [\n                    1702062900000,\n                    0.052614053333333334\n                ],\n                [\n                    1702062600000,\n                    0.04986650666666667\n                ],\n                [\n                    1702062300000,\n                    0.052798160000000004\n                ],\n                [\n                    1702062000000,\n                    0.04971101333333334\n                ],\n                [\n                    1702061700000,\n                    0.049145839999999996\n                ],\n                [\n                    1702061400000,\n                    0.052528559999999995\n                ],\n                [\n                    1702061100000,\n                    0.050864693333333336\n                ],\n                [\n                    1702060800000,\n                    0.05376032\n                ],\n                [\n                    1702060500000,\n                    0.05235024\n                ],\n                [\n                    1702060200000,\n                    0.04857901333333334\n                ],\n                [\n                    1702059900000,\n                    0.04950192\n                ],\n                [\n                    1702059600000,\n                    0.05194416\n                ],\n                [\n                    1702059300000,\n                    0.05064616\n                ],\n                [\n                    1702059000000,\n                    0.05196514666666667\n                ],\n                [\n                    1702058700000,\n                    0.053069573333333335\n                ],\n                [\n                    1702058400000,\n                    0.05160024\n                ],\n                [\n                    1702058100000,\n                    0.048695199999999994\n                ],\n                [\n                    1702057800000,\n                    0.05129696\n                ],\n                [\n                    1702057500000,\n                    0.05038248\n                ],\n                [\n                    1702057200000,\n                    0.05121192\n                ],\n                [\n                    1702056900000,\n                    0.054352826666666666\n                ],\n                [\n                    1702056600000,\n                    0.05018104\n                ],\n                [\n                    1702056300000,\n                    0.05046882666666667\n                ],\n                [\n                    1702056000000,\n                    0.050158506666666665\n                ],\n                [\n                    1702055700000,\n                    0.050163973333333334\n                ],\n                [\n                    1702055400000,\n                    0.049945199999999995\n                ],\n                [\n                    1702055100000,\n                    0.054246293333333334\n                ],\n                [\n                    1702054800000,\n                    0.053772879999999995\n                ],\n                [\n                    1702054500000,\n                    0.04918650666666667\n                ],\n                [\n                    1702054200000,\n                    0.05100008\n                ],\n                [\n                    1702053900000,\n                    0.0502784\n                ],\n                [\n                    1702053600000,\n                    0.05038578666666667\n                ],\n                [\n                    1702053300000,\n                    0.05249685333333333\n                ],\n                [\n                    1702053000000,\n                    0.05125832\n                ],\n                [\n                    1702052700000,\n                    0.05256677333333333\n                ],\n                [\n                    1702052400000,\n                    0.051761760000000004\n                ],\n                [\n                    1702052100000,\n                    0.048730053333333335\n                ],\n                [\n                    1702051800000,\n                    0.04974373333333333\n                ],\n                [\n                    1702051500000,\n                    0.05309178666666667\n                ],\n                [\n                    1702051200000,\n                    0.052204426666666665\n                ],\n                [\n                    1702050900000,\n                    0.05203829333333333\n                ],\n                [\n                    1702050600000,\n                    0.052071653333333336\n                ],\n                [\n                    1702050300000,\n                    0.05023717333333333\n                ],\n                [\n                    1702050000000,\n                    0.049272800000000005\n                ],\n                [\n                    1702049700000,\n                    0.051146746666666666\n                ],\n                [\n                    1702049400000,\n                    0.05121445333333333\n                ],\n                [\n                    1702049100000,\n                    0.05101077333333333\n                ],\n                [\n                    1702048800000,\n                    0.052989893333333336\n                ],\n                [\n                    1702048500000,\n                    0.05000618666666667\n                ],\n                [\n                    1702048200000,\n                    0.050333546666666666\n                ],\n                [\n                    1702047900000,\n                    0.05237658666666667\n                ],\n                [\n                    1702047600000,\n                    0.05089128\n                ],\n                [\n                    1702047300000,\n                    0.05050429333333333\n                ],\n                [\n                    1702047000000,\n                    0.05279290666666667\n                ],\n                [\n                    1702046700000,\n                    0.052961093333333334\n                ],\n                [\n                    1702046400000,\n                    0.050628186666666665\n                ],\n                [\n                    1702046100000,\n                    0.05081112\n                ],\n                [\n                    1702045800000,\n                    0.05006210666666667\n                ],\n                [\n                    1702045500000,\n                    0.050056373333333334\n                ],\n                [\n                    1702045200000,\n                    0.052129706666666664\n                ],\n                [\n                    1702044900000,\n                    0.05280728\n                ],\n                [\n                    1702044600000,\n                    0.050322080000000005\n                ],\n                [\n                    1702044300000,\n                    0.053797519999999995\n                ],\n                [\n                    1702044000000,\n                    0.04953538666666667\n                ],\n                [\n                    1702043700000,\n                    0.04945576\n                ],\n                [\n                    1702043400000,\n                    0.05148445333333333\n                ],\n                [\n                    1702043100000,\n                    0.05198773333333333\n                ],\n                [\n                    1702042800000,\n                    0.05231432\n                ],\n                [\n                    1702042500000,\n                    0.04940826666666667\n                ],\n                [\n                    1702042200000,\n                    0.05300538666666667\n                ],\n                [\n                    1702041900000,\n                    0.04947522666666667\n                ],\n                [\n                    1702041600000,\n                    0.05059325333333333\n                ],\n                [\n                    1702041300000,\n                    0.05125104\n                ],\n                [\n                    1702041000000,\n                    0.05023312\n                ],\n                [\n                    1702040700000,\n                    0.05590024\n                ],\n                [\n                    1702040400000,\n                    0.050584026666666664\n                ],\n                [\n                    1702040100000,\n                    0.04988522666666667\n                ],\n                [\n                    1702039800000,\n                    0.05032490666666667\n                ],\n                [\n                    1702039500000,\n                    0.050838746666666663\n                ],\n                [\n                    1702039200000,\n                    0.05063768\n                ],\n                [\n                    1702038900000,\n                    0.055505066666666665\n                ],\n                [\n                    1702038600000,\n                    0.05039722666666667\n                ],\n                [\n                    1702038300000,\n                    0.05120168\n                ],\n                [\n                    1702038000000,\n                    0.049031333333333336\n                ],\n                [\n                    1702037700000,\n                    0.04968304\n                ],\n                [\n                    1702037400000,\n                    0.051479493333333334\n                ],\n                [\n                    1702037100000,\n                    0.051911519999999996\n                ],\n                [\n                    1702036800000,\n                    0.05453477333333333\n                ],\n                [\n                    1702036500000,\n                    0.04939746666666667\n                ],\n                [\n                    1702036200000,\n                    0.05200349333333333\n                ],\n                [\n                    1702035900000,\n                    0.04860770666666667\n                ],\n                [\n                    1702035600000,\n                    0.049686053333333334\n                ],\n                [\n                    1702035300000,\n                    0.053427333333333334\n                ],\n                [\n                    1702035000000,\n                    0.051081893333333336\n                ],\n                [\n                    1702034700000,\n                    0.05363154666666667\n                ],\n                [\n                    1702034400000,\n                    0.04980632\n                ],\n                [\n                    1702034100000,\n                    0.05074232\n                ],\n                [\n                    1702033800000,\n                    0.0496484\n                ],\n                [\n                    1702033500000,\n                    0.05031032\n                ],\n                [\n                    1702033200000,\n                    0.05441290666666667\n                ],\n                [\n                    1702032900000,\n                    0.051948506666666665\n                ],\n                [\n                    1702032600000,\n                    0.053790693333333334\n                ],\n                [\n                    1702032300000,\n                    0.04920488\n                ],\n                [\n                    1702032000000,\n                    0.04842213333333333\n                ],\n                [\n                    1702031700000,\n                    0.051669573333333337\n                ],\n                [\n                    1702031400000,\n                    0.051153253333333336\n                ],\n                [\n                    1702031100000,\n                    0.05144536\n                ],\n                [\n                    1702030800000,\n                    0.05382253333333333\n                ],\n                [\n                    1702030500000,\n                    0.04867813333333333\n                ],\n                [\n                    1702030200000,\n                    0.05102925333333334\n                ],\n                [\n                    1702029900000,\n                    0.04930376\n                ],\n                [\n                    1702029600000,\n                    0.05187477333333333\n                ],\n                [\n                    1702029300000,\n                    0.05151024\n                ],\n                [\n                    1702029000000,\n                    0.052863919999999995\n                ],\n                [\n                    1702028700000,\n                    0.052510053333333334\n                ],\n                [\n                    1702028400000,\n                    0.04916338666666666\n                ],\n                [\n                    1702028100000,\n                    0.05151706666666667\n                ],\n                [\n                    1702027800000,\n                    0.050420106666666666\n                ],\n                [\n                    1702027500000,\n                    0.04957688\n                ],\n                [\n                    1702027200000,\n                    0.05341861333333334\n                ],\n                [\n                    1702026900000,\n                    0.05105626666666667\n                ],\n                [\n                    1702026600000,\n                    0.051797413333333334\n                ],\n                [\n                    1702026300000,\n                    0.049391253333333336\n                ],\n                [\n                    1702026000000,\n                    0.05330456\n                ],\n                [\n                    1702025700000,\n                    0.0497552\n                ],\n                [\n                    1702025400000,\n                    0.049795360000000004\n                ],\n                [\n                    1702025100000,\n                    0.052911066666666666\n                ],\n                [\n                    1702024800000,\n                    0.05144202666666667\n                ],\n                [\n                    1702024500000,\n                    0.05150266666666666\n                ],\n                [\n                    1702024200000,\n                    0.05216941333333333\n                ],\n                [\n                    1702023900000,\n                    0.052681146666666664\n                ],\n                [\n                    1702023600000,\n                    0.05073688\n                ],\n                [\n                    1702023300000,\n                    0.05260013333333333\n                ],\n                [\n                    1702023000000,\n                    0.04972381333333333\n                ],\n                [\n                    1702022700000,\n                    0.05315818666666667\n                ],\n                [\n                    1702022400000,\n                    0.052744\n                ],\n                [\n                    1702022100000,\n                    0.05007856\n                ],\n                [\n                    1702021800000,\n                    0.04978229333333333\n                ],\n                [\n                    1702021500000,\n                    0.0496448\n                ],\n                [\n                    1702021200000,\n                    0.05167450666666667\n                ],\n                [\n                    1702020900000,\n                    0.05177581333333333\n                ],\n                [\n                    1702020600000,\n                    0.05413144\n                ],\n                [\n                    1702020300000,\n                    0.049799333333333334\n                ],\n                [\n                    1702020000000,\n                    0.052407013333333335\n                ],\n                [\n                    1702019700000,\n                    0.04891936\n                ],\n                [\n                    1702019400000,\n                    0.048940080000000004\n                ],\n                [\n                    1702019100000,\n                    0.05423456\n                ],\n                [\n                    1702018800000,\n                    0.052830800000000004\n                ],\n                [\n                    1702018500000,\n                    0.05215922666666667\n                ],\n                [\n                    1702018200000,\n                    0.049921440000000004\n                ],\n                [\n                    1702017900000,\n                    0.04965864\n                ],\n                [\n                    1702017600000,\n                    0.048948773333333334\n                ],\n                [\n                    1702017300000,\n                    0.04938218666666667\n                ],\n                [\n                    1702017000000,\n                    0.051516026666666666\n                ],\n                [\n                    1702016700000,\n                    0.05112101333333333\n                ],\n                [\n                    1702016400000,\n                    0.05053434666666667\n                ],\n                [\n                    1702016100000,\n                    0.049105199999999995\n                ],\n                [\n                    1702015800000,\n                    0.050057333333333336\n                ],\n                [\n                    1702015500000,\n                    0.04964301333333333\n                ],\n                [\n                    1702015200000,\n                    0.054981706666666665\n                ],\n                [\n                    1702014900000,\n                    0.051773306666666664\n                ],\n                [\n                    1702014600000,\n                    0.05289896\n                ],\n                [\n                    1702014300000,\n                    0.04910141333333333\n                ],\n                [\n                    1702014000000,\n                    0.049869333333333335\n                ],\n                [\n                    1702013700000,\n                    0.050556800000000006\n                ],\n                [\n                    1702013400000,\n                    0.05278637333333334\n                ],\n                [\n                    1702013100000,\n                    0.05203365333333333\n                ],\n                [\n                    1702012800000,\n                    0.05172344\n                ],\n                [\n                    1702012500000,\n                    0.051438533333333335\n                ],\n                [\n                    1702012200000,\n                    0.04859248\n                ],\n                [\n                    1702011900000,\n                    0.050891573333333336\n                ],\n                [\n                    1702011600000,\n                    0.05283813333333333\n                ],\n                [\n                    1702011300000,\n                    0.04911306666666666\n                ],\n                [\n                    1702011000000,\n                    0.05701277333333333\n                ],\n                [\n                    1702010700000,\n                    0.049548\n                ],\n                [\n                    1702010400000,\n                    0.05174712\n                ],\n                [\n                    1702010100000,\n                    0.049230053333333336\n                ],\n                [\n                    1702009800000,\n                    0.05301944\n                ],\n                [\n                    1702009500000,\n                    0.04940306666666667\n                ],\n                [\n                    1702009200000,\n                    0.051496346666666665\n                ],\n                [\n                    1702008900000,\n                    0.05069029333333334\n                ],\n                [\n                    1702008600000,\n                    0.05191981333333333\n                ],\n                [\n                    1702008300000,\n                    0.05063624\n                ],\n                [\n                    1702008000000,\n                    0.05289501333333334\n                ],\n                [\n                    1702007700000,\n                    0.0509664\n                ],\n                [\n                    1702007400000,\n                    0.05062688\n                ],\n                [\n                    1702007100000,\n                    0.05104498666666667\n                ],\n                [\n                    1702006800000,\n                    0.05076277333333333\n                ],\n                [\n                    1702006500000,\n                    0.05210778666666667\n                ],\n                [\n                    1702006200000,\n                    0.05624634666666666\n                ],\n                [\n                    1702005900000,\n                    0.04957234666666666\n                ],\n                [\n                    1702005600000,\n                    0.05089832\n                ],\n                [\n                    1702005300000,\n                    0.0510728\n                ],\n                [\n                    1702005000000,\n                    0.05159018666666667\n                ],\n                [\n                    1702004700000,\n                    0.051738106666666665\n                ],\n                [\n                    1702004400000,\n                    0.053559546666666666\n                ],\n                [\n                    1702004100000,\n                    0.05177736\n                ],\n                [\n                    1702003800000,\n                    0.051360746666666665\n                ],\n                [\n                    1702003500000,\n                    0.05121162666666666\n                ],\n                [\n                    1702003200000,\n                    0.05066717333333333\n                ],\n                [\n                    1702002900000,\n                    0.052018053333333335\n                ],\n                [\n                    1702002600000,\n                    0.05327690666666667\n                ],\n                [\n                    1702002300000,\n                    0.050529253333333336\n                ],\n                [\n                    1702002000000,\n                    0.0512844\n                ],\n                [\n                    1702001700000,\n                    0.04984565333333334\n                ],\n                [\n                    1702001400000,\n                    0.050076800000000005\n                ],\n                [\n                    1702001100000,\n                    0.05197344\n                ],\n                [\n                    1702000800000,\n                    0.05379522666666667\n                ],\n                [\n                    1702000500000,\n                    0.05106626666666667\n                ],\n                [\n                    1702000200000,\n                    0.05139349333333333\n                ],\n                [\n                    1701999900000,\n                    0.050382666666666666\n                ],\n                [\n                    1701999600000,\n                    0.04847064\n                ],\n                [\n                    1701999300000,\n                    0.05188258666666667\n                ],\n                [\n                    1701999000000,\n                    0.05447138666666666\n                ],\n                [\n                    1701998700000,\n                    0.04852008\n                ],\n                [\n                    1701998400000,\n                    0.05258856\n                ],\n                [\n                    1701998100000,\n                    0.05002026666666667\n                ],\n                [\n                    1701997800000,\n                    0.04989008\n                ],\n                [\n                    1701997500000,\n                    0.05070984\n                ],\n                [\n                    1701997200000,\n                    0.05379173333333333\n                ],\n                [\n                    1701996900000,\n                    0.0505136\n                ],\n                [\n                    1701996600000,\n                    0.05178688\n                ],\n                [\n                    1701996300000,\n                    0.051616426666666666\n                ],\n                [\n                    1701996000000,\n                    0.04895754666666667\n                ],\n                [\n                    1701995700000,\n                    0.05056133333333333\n                ],\n                [\n                    1701995400000,\n                    0.05224309333333333\n                ],\n                [\n                    1701995100000,\n                    0.049102106666666666\n                ],\n                [\n                    1701994800000,\n                    0.053627226666666666\n                ],\n                [\n                    1701994500000,\n                    0.05157488\n                ],\n                [\n                    1701994200000,\n                    0.04973173333333333\n                ],\n                [\n                    1701993900000,\n                    0.05110448\n                ],\n                [\n                    1701993600000,\n                    0.051190346666666664\n                ],\n                [\n                    1701993300000,\n                    0.05077285333333333\n                ],\n                [\n                    1701993000000,\n                    0.05176090666666667\n                ],\n                [\n                    1701992700000,\n                    0.050881546666666666\n                ],\n                [\n                    1701992400000,\n                    0.050527466666666666\n                ],\n                [\n                    1701992100000,\n                    0.050267813333333335\n                ],\n                [\n                    1701991800000,\n                    0.05258322666666667\n                ],\n                [\n                    1701991500000,\n                    0.04761813333333333\n                ],\n                [\n                    1701991200000,\n                    0.0519952\n                ],\n                [\n                    1701990900000,\n                    0.051922986666666664\n                ],\n                [\n                    1701990600000,\n                    0.0496256\n                ],\n                [\n                    1701990300000,\n                    0.04964946666666667\n                ],\n                [\n                    1701990000000,\n                    0.05294405333333334\n                ],\n                [\n                    1701989700000,\n                    0.04862250666666667\n                ],\n                [\n                    1701989400000,\n                    0.05203368\n                ],\n                [\n                    1701989100000,\n                    0.051446160000000005\n                ],\n                [\n                    1701988800000,\n                    0.05061109333333333\n                ],\n                [\n                    1701988500000,\n                    0.05200928\n                ],\n                [\n                    1701988200000,\n                    0.05276434666666666\n                ],\n                [\n                    1701987900000,\n                    0.04907656\n                ],\n                [\n                    1701987600000,\n                    0.050137626666666664\n                ],\n                [\n                    1701987300000,\n                    0.05026077333333333\n                ],\n                [\n                    1701987000000,\n                    0.050283440000000006\n                ],\n                [\n                    1701986700000,\n                    0.05356408\n                ],\n                [\n                    1701986400000,\n                    0.05259197333333333\n                ],\n                [\n                    1701986100000,\n                    0.05060029333333334\n                ],\n                [\n                    1701985800000,\n                    0.05161709333333333\n                ],\n                [\n                    1701985500000,\n                    0.048913519999999995\n                ],\n                [\n                    1701985200000,\n                    0.049921973333333335\n                ],\n                [\n                    1701984900000,\n                    0.05118752\n                ],\n                [\n                    1701984600000,\n                    0.05252498666666666\n                ],\n                [\n                    1701984300000,\n                    0.050348533333333334\n                ],\n                [\n                    1701984000000,\n                    0.052206666666666665\n                ],\n                [\n                    1701983700000,\n                    0.04862224\n                ],\n                [\n                    1701983400000,\n                    0.050038933333333334\n                ],\n                [\n                    1701983100000,\n                    0.04952373333333333\n                ],\n                [\n                    1701982800000,\n                    0.053456239999999995\n                ],\n                [\n                    1701982500000,\n                    0.05127426666666667\n                ],\n                [\n                    1701982200000,\n                    0.05087426666666667\n                ],\n                [\n                    1701981900000,\n                    0.05090826666666667\n                ],\n                [\n                    1701981600000,\n                    0.04747408\n                ],\n                [\n                    1701981300000,\n                    0.051526373333333333\n                ],\n                [\n                    1701981000000,\n                    0.05237408\n                ],\n                [\n                    1701980700000,\n                    0.04927450666666667\n                ],\n                [\n                    1701980400000,\n                    0.052877973333333335\n                ],\n                [\n                    1701980100000,\n                    0.048798506666666665\n                ],\n                [\n                    1701979800000,\n                    0.0494292\n                ],\n                [\n                    1701979500000,\n                    0.048506160000000006\n                ],\n                [\n                    1701979200000,\n                    0.05346837333333334\n                ],\n                [\n                    1701978900000,\n                    0.04914122666666667\n                ],\n                [\n                    1701978600000,\n                    0.0524828\n                ],\n                [\n                    1701978300000,\n                    0.05280808\n                ],\n                [\n                    1701978000000,\n                    0.04809210666666667\n                ],\n                [\n                    1701977700000,\n                    0.05002250666666667\n                ],\n                [\n                    1701977400000,\n                    0.05228376\n                ],\n                [\n                    1701977100000,\n                    0.04885917333333333\n                ],\n                [\n                    1701976800000,\n                    0.05261656\n                ],\n                [\n                    1701976500000,\n                    0.05056712\n                ],\n                [\n                    1701976200000,\n                    0.05021162666666666\n                ],\n                [\n                    1701975900000,\n                    0.05160957333333333\n                ],\n                [\n                    1701975600000,\n                    0.049385653333333335\n                ],\n                [\n                    1701975300000,\n                    0.049023040000000004\n                ],\n                [\n                    1701975000000,\n                    0.05092666666666666\n                ],\n                [\n                    1701974700000,\n                    0.05183912\n                ],\n                [\n                    1701974400000,\n                    0.050526346666666666\n                ],\n                [\n                    1701974100000,\n                    0.04948013333333333\n                ],\n                [\n                    1701973800000,\n                    0.053151866666666665\n                ],\n                [\n                    1701973500000,\n                    0.047224213333333334\n                ],\n                [\n                    1701973200000,\n                    0.05218661333333333\n                ],\n                [\n                    1701972900000,\n                    0.05061109333333333\n                ],\n                [\n                    1701972600000,\n                    0.04899696\n                ],\n                [\n                    1701972300000,\n                    0.05300357333333333\n                ],\n                [\n                    1701972000000,\n                    0.04957032\n                ],\n                [\n                    1701971700000,\n                    0.04937589333333333\n                ],\n                [\n                    1701971400000,\n                    0.05039149333333333\n                ],\n                [\n                    1701971100000,\n                    0.05090677333333333\n                ],\n                [\n                    1701970800000,\n                    0.04881042666666666\n                ],\n                [\n                    1701970500000,\n                    0.05119749333333333\n                ],\n                [\n                    1701970200000,\n                    0.05158384\n                ],\n                [\n                    1701969900000,\n                    0.04950266666666667\n                ],\n                [\n                    1701969600000,\n                    0.0506796\n                ],\n                [\n                    1701969300000,\n                    0.0501144\n                ],\n                [\n                    1701969000000,\n                    0.049978959999999996\n                ],\n                [\n                    1701968700000,\n                    0.04938704\n                ],\n                [\n                    1701968400000,\n                    0.054045786666666665\n                ],\n                [\n                    1701968100000,\n                    0.048354879999999996\n                ],\n                [\n                    1701967800000,\n                    0.05252258666666667\n                ],\n                [\n                    1701967500000,\n                    0.04798130666666666\n                ],\n                [\n                    1701967200000,\n                    0.04940584\n                ],\n                [\n                    1701966900000,\n                    0.04996416\n                ],\n                [\n                    1701966600000,\n                    0.05220378666666667\n                ],\n                [\n                    1701966300000,\n                    0.05048845333333333\n                ],\n                [\n                    1701966000000,\n                    0.04896141333333333\n                ],\n                [\n                    1701965700000,\n                    0.05118997333333333\n                ],\n                [\n                    1701965400000,\n                    0.04753106666666666\n                ],\n                [\n                    1701965100000,\n                    0.05010157333333334\n                ],\n                [\n                    1701964800000,\n                    0.05244696\n                ],\n                [\n                    1701964500000,\n                    0.04920858666666667\n                ],\n                [\n                    1701964200000,\n                    0.05224056\n                ],\n                [\n                    1701963900000,\n                    0.04929232\n                ],\n                [\n                    1701963600000,\n                    0.04931109333333333\n                ],\n                [\n                    1701963300000,\n                    0.04825861333333333\n                ],\n                [\n                    1701963000000,\n                    0.05144008\n                ],\n                [\n                    1701962700000,\n                    0.05015530666666666\n                ],\n                [\n                    1701962400000,\n                    0.052698666666666664\n                ],\n                [\n                    1701962100000,\n                    0.04950858666666667\n                ],\n                [\n                    1701961800000,\n                    0.050125760000000005\n                ],\n                [\n                    1701961500000,\n                    0.053632160000000005\n                ],\n                [\n                    1701961200000,\n                    0.06159536\n                ],\n                [\n                    1701960900000,\n                    0.05948133333333334\n                ],\n                [\n                    1701960600000,\n                    0.06179509333333333\n                ],\n                [\n                    1701960300000,\n                    0.05954034666666667\n                ],\n                [\n                    1701960000000,\n                    0.0515416\n                ],\n                [\n                    1701959700000,\n                    0.05754098666666666\n                ],\n                [\n                    1701959400000,\n                    0.05216957333333334\n                ],\n                [\n                    1701959100000,\n                    0.049722746666666665\n                ],\n                [\n                    1701958800000,\n                    0.05195053333333333\n                ],\n                [\n                    1701958500000,\n                    0.050159546666666666\n                ],\n                [\n                    1701958200000,\n                    0.050866933333333336\n                ],\n                [\n                    1701957900000,\n                    0.04818096\n                ],\n                [\n                    1701957600000,\n                    0.05229928\n                ],\n                [\n                    1701957300000,\n                    0.0480812\n                ],\n                [\n                    1701957000000,\n                    0.05336781333333333\n                ],\n                [\n                    1701956700000,\n                    0.05009618666666667\n                ],\n                [\n                    1701956400000,\n                    0.050212106666666666\n                ],\n                [\n                    1701956100000,\n                    0.049737626666666666\n                ],\n                [\n                    1701955800000,\n                    0.05137728\n                ],\n                [\n                    1701955500000,\n                    0.04786802666666667\n                ],\n                [\n                    1701955200000,\n                    0.052785519999999995\n                ],\n                [\n                    1701954900000,\n                    0.05134925333333333\n                ],\n                [\n                    1701954600000,\n                    0.05112410666666667\n                ],\n                [\n                    1701954300000,\n                    0.05326026666666667\n                ],\n                [\n                    1701954000000,\n                    0.050902666666666666\n                ],\n                [\n                    1701953700000,\n                    0.05114208\n                ],\n                [\n                    1701953400000,\n                    0.051310959999999996\n                ],\n                [\n                    1701953100000,\n                    0.051177386666666665\n                ],\n                [\n                    1701952800000,\n                    0.05140032\n                ],\n                [\n                    1701952500000,\n                    0.04962949333333333\n                ],\n                [\n                    1701952200000,\n                    0.05474464\n                ],\n                [\n                    1701951900000,\n                    0.04736613333333333\n                ],\n                [\n                    1701951600000,\n                    0.05398712\n                ],\n                [\n                    1701951300000,\n                    0.049714480000000005\n                ],\n                [\n                    1701951000000,\n                    0.05077450666666667\n                ],\n                [\n                    1701950700000,\n                    0.05057608\n                ],\n                [\n                    1701950400000,\n                    0.05233768\n                ],\n                [\n                    1701950100000,\n                    0.04991205333333334\n                ],\n                [\n                    1701949800000,\n                    0.05164925333333333\n                ],\n                [\n                    1701949500000,\n                    0.05110245333333333\n                ],\n                [\n                    1701949200000,\n                    0.04920472\n                ],\n                [\n                    1701948900000,\n                    0.049562746666666664\n                ],\n                [\n                    1701948600000,\n                    0.052114853333333336\n                ],\n                [\n                    1701948300000,\n                    0.05126544\n                ],\n                [\n                    1701948000000,\n                    0.05089128\n                ],\n                [\n                    1701947700000,\n                    0.049571199999999996\n                ],\n                [\n                    1701947400000,\n                    0.04923034666666667\n                ],\n                [\n                    1701947100000,\n                    0.050496933333333334\n                ],\n                [\n                    1701946800000,\n                    0.050995653333333335\n                ],\n                [\n                    1701946500000,\n                    0.05076277333333333\n                ],\n                [\n                    1701946200000,\n                    0.05265205333333334\n                ],\n                [\n                    1701945900000,\n                    0.04869618666666667\n                ],\n                [\n                    1701945600000,\n                    0.05040712\n                ],\n                [\n                    1701945300000,\n                    0.048227973333333334\n                ],\n                [\n                    1701945000000,\n                    0.05198837333333334\n                ],\n                [\n                    1701944700000,\n                    0.05018936\n                ],\n                [\n                    1701944400000,\n                    0.053515893333333335\n                ],\n                [\n                    1701944100000,\n                    0.04867656\n                ],\n                [\n                    1701943800000,\n                    0.048585013333333336\n                ],\n                [\n                    1701943500000,\n                    0.05009888\n                ],\n                [\n                    1701943200000,\n                    0.05148066666666667\n                ],\n                [\n                    1701942900000,\n                    0.04908872\n                ],\n                [\n                    1701942600000,\n                    0.05182565333333333\n                ],\n                [\n                    1701942300000,\n                    0.053753546666666666\n                ],\n                [\n                    1701942000000,\n                    0.04793952\n                ],\n                [\n                    1701941700000,\n                    0.051062239999999995\n                ],\n                [\n                    1701941400000,\n                    0.051083199999999995\n                ],\n                [\n                    1701941100000,\n                    0.04956621333333333\n                ],\n                [\n                    1701940800000,\n                    0.050196986666666665\n                ],\n                [\n                    1701940500000,\n                    0.05153298666666666\n                ],\n                [\n                    1701940200000,\n                    0.05143096\n                ],\n                [\n                    1701939900000,\n                    0.04801741333333333\n                ],\n                [\n                    1701939600000,\n                    0.05230573333333333\n                ],\n                [\n                    1701939300000,\n                    0.05045944\n                ],\n                [\n                    1701939000000,\n                    0.051530426666666664\n                ],\n                [\n                    1701938700000,\n                    0.049757546666666666\n                ],\n                [\n                    1701938400000,\n                    0.05104765333333334\n                ],\n                [\n                    1701938100000,\n                    0.050750373333333335\n                ],\n                [\n                    1701937800000,\n                    0.05018869333333334\n                ],\n                [\n                    1701937500000,\n                    0.04964144\n                ],\n                [\n                    1701937200000,\n                    0.05135173333333333\n                ],\n                [\n                    1701936900000,\n                    0.04919986666666667\n                ],\n                [\n                    1701936600000,\n                    0.050036\n                ],\n                [\n                    1701936300000,\n                    0.05270736\n                ],\n                [\n                    1701936000000,\n                    0.050172053333333334\n                ],\n                [\n                    1701935700000,\n                    0.05043802666666666\n                ],\n                [\n                    1701935400000,\n                    0.05225186666666667\n                ],\n                [\n                    1701935100000,\n                    0.05006282666666667\n                ],\n                [\n                    1701934800000,\n                    0.04876656\n                ],\n                [\n                    1701934500000,\n                    0.04976277333333333\n                ],\n                [\n                    1701934200000,\n                    0.05389232\n                ],\n                [\n                    1701933900000,\n                    0.04775208\n                ],\n                [\n                    1701933600000,\n                    0.05133122666666667\n                ],\n                [\n                    1701933300000,\n                    0.049141333333333335\n                ],\n                [\n                    1701933000000,\n                    0.05124082666666667\n                ],\n                [\n                    1701932700000,\n                    0.04871\n                ],\n                [\n                    1701932400000,\n                    0.05441536\n                ],\n                [\n                    1701932100000,\n                    0.049416720000000004\n                ],\n                [\n                    1701931800000,\n                    0.050542213333333336\n                ],\n                [\n                    1701931500000,\n                    0.0487356\n                ],\n                [\n                    1701931200000,\n                    0.049095386666666664\n                ],\n                [\n                    1701930900000,\n                    0.04952112\n                ],\n                [\n                    1701930600000,\n                    0.052485253333333336\n                ],\n                [\n                    1701930300000,\n                    0.05238661333333333\n                ],\n                [\n                    1701930000000,\n                    0.04972597333333333\n                ],\n                [\n                    1701929700000,\n                    0.0482404\n                ],\n                [\n                    1701929400000,\n                    0.05057392\n                ],\n                [\n                    1701929100000,\n                    0.04875490666666667\n                ],\n                [\n                    1701928800000,\n                    0.05282434666666667\n                ],\n                [\n                    1701928500000,\n                    0.0492688\n                ],\n                [\n                    1701928200000,\n                    0.05322698666666666\n                ],\n                [\n                    1701927900000,\n                    0.049334986666666664\n                ],\n                [\n                    1701927600000,\n                    0.049924800000000005\n                ],\n                [\n                    1701927300000,\n                    0.0493836\n                ],\n                [\n                    1701927000000,\n                    0.053909066666666665\n                ],\n                [\n                    1701926700000,\n                    0.04745450666666667\n                ],\n                [\n                    1701926400000,\n                    0.052106026666666666\n                ],\n                [\n                    1701926100000,\n                    0.05523488\n                ],\n                [\n                    1701925800000,\n                    0.056445466666666666\n                ],\n                [\n                    1701925500000,\n                    0.05781413333333333\n                ],\n                [\n                    1701925200000,\n                    0.06116682666666667\n                ],\n                [\n                    1701924900000,\n                    0.055914613333333335\n                ],\n                [\n                    1701924600000,\n                    0.05699032\n                ],\n                [\n                    1701924300000,\n                    0.051929253333333335\n                ],\n                [\n                    1701924000000,\n                    0.04219117333333333\n                ],\n                [\n                    1701923700000,\n                    0.04248048\n                ],\n                [\n                    1701923400000,\n                    0.04390309333333333\n                ],\n                [\n                    1701923100000,\n                    0.04277706666666667\n                ],\n                [\n                    1701922800000,\n                    0.042813253333333336\n                ],\n                [\n                    1701922500000,\n                    0.04006776\n                ],\n                [\n                    1701922200000,\n                    0.05217922666666667\n                ],\n                [\n                    1701921900000,\n                    0.04877733333333334\n                ],\n                [\n                    1701921600000,\n                    0.05018706666666667\n                ],\n                [\n                    1701921300000,\n                    0.04966117333333333\n                ],\n                [\n                    1701921000000,\n                    0.051936746666666665\n                ],\n                [\n                    1701920700000,\n                    0.04853741333333333\n                ],\n                [\n                    1701920400000,\n                    0.05304429333333333\n                ],\n                [\n                    1701920100000,\n                    0.05182224\n                ],\n                [\n                    1701919800000,\n                    0.04934917333333333\n                ],\n                [\n                    1701919500000,\n                    0.04964376\n                ],\n                [\n                    1701919200000,\n                    0.04923938666666666\n                ],\n                [\n                    1701918900000,\n                    0.05051416\n                ],\n                [\n                    1701918600000,\n                    0.04811442666666667\n                ],\n                [\n                    1701918300000,\n                    0.05332469333333334\n                ],\n                [\n                    1701918000000,\n                    0.0517612\n                ],\n                [\n                    1701917700000,\n                    0.04946018666666667\n                ],\n                [\n                    1701917400000,\n                    0.05021213333333333\n                ],\n                [\n                    1701917100000,\n                    0.04865186666666667\n                ],\n                [\n                    1701916800000,\n                    0.05156730666666667\n                ],\n                [\n                    1701916500000,\n                    0.04986501333333333\n                ],\n                [\n                    1701916200000,\n                    0.05424653333333333\n                ],\n                [\n                    1701915900000,\n                    0.04882104\n                ],\n                [\n                    1701915600000,\n                    0.04965874666666666\n                ],\n                [\n                    1701915300000,\n                    0.050724559999999995\n                ],\n                [\n                    1701915000000,\n                    0.048385333333333336\n                ],\n                [\n                    1701914700000,\n                    0.05154946666666667\n                ],\n                [\n                    1701914400000,\n                    0.05219794666666666\n                ],\n                [\n                    1701914100000,\n                    0.05134018666666667\n                ],\n                [\n                    1701913800000,\n                    0.04904082666666667\n                ],\n                [\n                    1701913500000,\n                    0.04857245333333333\n                ],\n                [\n                    1701913200000,\n                    0.050163839999999994\n                ],\n                [\n                    1701912900000,\n                    0.052031226666666666\n                ],\n                [\n                    1701912600000,\n                    0.050155519999999995\n                ],\n                [\n                    1701912300000,\n                    0.05180821333333333\n                ],\n                [\n                    1701912000000,\n                    0.052238853333333335\n                ],\n                [\n                    1701911700000,\n                    0.048107333333333335\n                ],\n                [\n                    1701911400000,\n                    0.04818213333333333\n                ],\n                [\n                    1701911100000,\n                    0.050484133333333334\n                ],\n                [\n                    1701910800000,\n                    0.05243770666666667\n                ],\n                [\n                    1701910500000,\n                    0.04776362666666666\n                ],\n                [\n                    1701910200000,\n                    0.05530818666666667\n                ],\n                [\n                    1701909900000,\n                    0.04811826666666667\n                ],\n                [\n                    1701909600000,\n                    0.04871032\n                ],\n                [\n                    1701909300000,\n                    0.04889450666666667\n                ],\n                [\n                    1701909000000,\n                    0.05335384\n                ],\n                [\n                    1701908700000,\n                    0.049351973333333334\n                ],\n                [\n                    1701908400000,\n                    0.05132266666666666\n                ],\n                [\n                    1701908100000,\n                    0.051918346666666663\n                ],\n                [\n                    1701907800000,\n                    0.04815650666666667\n                ],\n                [\n                    1701907500000,\n                    0.0502868\n                ],\n                [\n                    1701907200000,\n                    0.050795466666666664\n                ],\n                [\n                    1701906900000,\n                    0.04997061333333334\n                ],\n                [\n                    1701906600000,\n                    0.05266554666666667\n                ],\n                [\n                    1701906300000,\n                    0.05112933333333334\n                ],\n                [\n                    1701906000000,\n                    0.05015245333333333\n                ],\n                [\n                    1701905700000,\n                    0.04983704\n                ],\n                [\n                    1701905400000,\n                    0.050510186666666665\n                ],\n                [\n                    1701905100000,\n                    0.04927594666666666\n                ],\n                [\n                    1701904800000,\n                    0.05171282666666667\n                ],\n                [\n                    1701904500000,\n                    0.048468986666666665\n                ],\n                [\n                    1701904200000,\n                    0.052621226666666666\n                ],\n                [\n                    1701903900000,\n                    0.04946266666666666\n                ],\n                [\n                    1701903600000,\n                    0.05013858666666667\n                ],\n                [\n                    1701903300000,\n                    0.04830368\n                ],\n                [\n                    1701903000000,\n                    0.05276757333333333\n                ],\n                [\n                    1701902700000,\n                    0.050576453333333334\n                ],\n                [\n                    1701902400000,\n                    0.04788410666666667\n                ],\n                [\n                    1701902100000,\n                    0.05563890666666667\n                ],\n                [\n                    1701901800000,\n                    0.05067813333333333\n                ],\n                [\n                    1701901500000,\n                    0.05051904\n                ],\n                [\n                    1701901200000,\n                    0.05220581333333333\n                ],\n                [\n                    1701900900000,\n                    0.051052426666666664\n                ],\n                [\n                    1701900600000,\n                    0.04973976\n                ],\n                [\n                    1701900300000,\n                    0.05404141333333333\n                ],\n                [\n                    1701900000000,\n                    0.05138085333333333\n                ],\n                [\n                    1701899700000,\n                    0.04985909333333333\n                ],\n                [\n                    1701899400000,\n                    0.05107573333333333\n                ],\n                [\n                    1701899100000,\n                    0.05003506666666666\n                ],\n                [\n                    1701898800000,\n                    0.053145120000000004\n                ],\n                [\n                    1701898500000,\n                    0.06654560000000001\n                ],\n                [\n                    1701898200000,\n                    0.06819581333333334\n                ],\n                [\n                    1701897900000,\n                    0.05855368\n                ],\n                [\n                    1701897600000,\n                    0.050367173333333334\n                ],\n                [\n                    1701897300000,\n                    0.05004296\n                ],\n                [\n                    1701897000000,\n                    0.05376621333333333\n                ],\n                [\n                    1701896700000,\n                    0.051691226666666666\n                ],\n                [\n                    1701896400000,\n                    0.05119754666666667\n                ],\n                [\n                    1701896100000,\n                    0.05455778666666667\n                ],\n                [\n                    1701895800000,\n                    0.051012800000000004\n                ],\n                [\n                    1701895500000,\n                    0.05029832\n                ],\n                [\n                    1701895200000,\n                    0.049313413333333334\n                ],\n                [\n                    1701894900000,\n                    0.05581101333333333\n                ],\n                [\n                    1701894600000,\n                    0.05044672\n                ],\n                [\n                    1701894300000,\n                    0.04898064\n                ],\n                [\n                    1701894000000,\n                    0.05445482666666667\n                ],\n                [\n                    1701893700000,\n                    0.048445173333333334\n                ],\n                [\n                    1701893400000,\n                    0.05052445333333333\n                ],\n                [\n                    1701893100000,\n                    0.051276959999999996\n                ],\n                [\n                    1701892800000,\n                    0.04955818666666667\n                ],\n                [\n                    1701892500000,\n                    0.049408186666666666\n                ],\n                [\n                    1701892200000,\n                    0.0520868\n                ],\n                [\n                    1701891900000,\n                    0.050974613333333335\n                ],\n                [\n                    1701891600000,\n                    0.04996357333333333\n                ],\n                [\n                    1701891300000,\n                    0.050634693333333335\n                ],\n                [\n                    1701891000000,\n                    0.052921253333333335\n                ],\n                [\n                    1701890700000,\n                    0.04788112\n                ],\n                [\n                    1701890400000,\n                    0.05054192\n                ],\n                [\n                    1701890100000,\n                    0.05236482666666667\n                ],\n                [\n                    1701889800000,\n                    0.049738373333333336\n                ],\n                [\n                    1701889500000,\n                    0.049842\n                ],\n                [\n                    1701889200000,\n                    0.05086082666666667\n                ],\n                [\n                    1701888900000,\n                    0.05043576\n                ],\n                [\n                    1701888600000,\n                    0.049691573333333336\n                ],\n                [\n                    1701888300000,\n                    0.04968296\n                ],\n                [\n                    1701888000000,\n                    0.05258709333333333\n                ],\n                [\n                    1701887700000,\n                    0.05031384\n                ],\n                [\n                    1701887400000,\n                    0.052343973333333335\n                ],\n                [\n                    1701887100000,\n                    0.04882893333333333\n                ],\n                [\n                    1701886800000,\n                    0.05102232\n                ],\n                [\n                    1701886500000,\n                    0.04925832\n                ],\n                [\n                    1701886200000,\n                    0.05158666666666666\n                ],\n                [\n                    1701885900000,\n                    0.051221413333333334\n                ],\n                [\n                    1701885600000,\n                    0.05118792\n                ],\n                [\n                    1701885300000,\n                    0.04908858666666667\n                ],\n                [\n                    1701885000000,\n                    0.052140613333333335\n                ],\n                [\n                    1701884700000,\n                    0.049342613333333334\n                ],\n                [\n                    1701884400000,\n                    0.04977944\n                ],\n                [\n                    1701884100000,\n                    0.051725973333333335\n                ],\n                [\n                    1701883800000,\n                    0.05153330666666666\n                ],\n                [\n                    1701883500000,\n                    0.04904432\n                ],\n                [\n                    1701883200000,\n                    0.049127866666666666\n                ],\n                [\n                    1701882900000,\n                    0.0523348\n                ],\n                [\n                    1701882600000,\n                    0.04923450666666667\n                ],\n                [\n                    1701882300000,\n                    0.050095466666666665\n                ],\n                [\n                    1701882000000,\n                    0.054446346666666666\n                ],\n                [\n                    1701881700000,\n                    0.04824328\n                ],\n                [\n                    1701881400000,\n                    0.05113024\n                ],\n                [\n                    1701881100000,\n                    0.05011890666666667\n                ],\n                [\n                    1701880800000,\n                    0.05050925333333334\n                ],\n                [\n                    1701880500000,\n                    0.04904869333333334\n                ],\n                [\n                    1701880200000,\n                    0.05226549333333333\n                ],\n                [\n                    1701879900000,\n                    0.0504988\n                ],\n                [\n                    1701879600000,\n                    0.050755919999999996\n                ],\n                [\n                    1701879300000,\n                    0.050135893333333334\n                ],\n                [\n                    1701879000000,\n                    0.05149725333333333\n                ],\n                [\n                    1701878700000,\n                    0.04913776\n                ],\n                [\n                    1701878400000,\n                    0.050663386666666664\n                ],\n                [\n                    1701878100000,\n                    0.0506288\n                ],\n                [\n                    1701877800000,\n                    0.05149293333333333\n                ],\n                [\n                    1701877500000,\n                    0.049037253333333336\n                ],\n                [\n                    1701877200000,\n                    0.05143786666666667\n                ],\n                [\n                    1701876900000,\n                    0.050071573333333334\n                ],\n                [\n                    1701876600000,\n                    0.06313650666666666\n                ],\n                [\n                    1701876300000,\n                    0.06833101333333333\n                ],\n                [\n                    1701876000000,\n                    0.05311090666666667\n                ],\n                [\n                    1701875700000,\n                    0.049849866666666666\n                ],\n                [\n                    1701875400000,\n                    0.0493532\n                ],\n                [\n                    1701875100000,\n                    0.05054890666666667\n                ],\n                [\n                    1701874800000,\n                    0.052416533333333334\n                ],\n                [\n                    1701874500000,\n                    0.04906157333333333\n                ],\n                [\n                    1701874200000,\n                    0.05589146666666667\n                ],\n                [\n                    1701873900000,\n                    0.05181533333333334\n                ],\n                [\n                    1701873600000,\n                    0.049289146666666665\n                ],\n                [\n                    1701873300000,\n                    0.05106077333333333\n                ],\n                [\n                    1701873000000,\n                    0.052090373333333335\n                ],\n                [\n                    1701872700000,\n                    0.05005805333333334\n                ],\n                [\n                    1701872400000,\n                    0.049771413333333334\n                ],\n                [\n                    1701872100000,\n                    0.05183301333333334\n                ],\n                [\n                    1701871800000,\n                    0.050910613333333334\n                ],\n                [\n                    1701871500000,\n                    0.052611279999999996\n                ],\n                [\n                    1701871200000,\n                    0.05606077333333333\n                ],\n                [\n                    1701870900000,\n                    0.05201026666666667\n                ],\n                [\n                    1701870600000,\n                    0.05171008\n                ],\n                [\n                    1701870300000,\n                    0.0493372\n                ],\n                [\n                    1701870000000,\n                    0.052458373333333336\n                ],\n                [\n                    1701869700000,\n                    0.05124322666666667\n                ],\n                [\n                    1701869400000,\n                    0.049902480000000006\n                ],\n                [\n                    1701869100000,\n                    0.04979354666666667\n                ],\n                [\n                    1701868800000,\n                    0.05173245333333333\n                ],\n                [\n                    1701868500000,\n                    0.048760080000000004\n                ],\n                [\n                    1701868200000,\n                    0.050994559999999994\n                ],\n                [\n                    1701867900000,\n                    0.05145610666666667\n                ],\n                [\n                    1701867600000,\n                    0.05168706666666666\n                ],\n                [\n                    1701867300000,\n                    0.0487752\n                ],\n                [\n                    1701867000000,\n                    0.052813306666666664\n                ],\n                [\n                    1701866700000,\n                    0.04913450666666667\n                ],\n                [\n                    1701866400000,\n                    0.049518879999999994\n                ],\n                [\n                    1701866100000,\n                    0.05177973333333333\n                ],\n                [\n                    1701865800000,\n                    0.052661893333333334\n                ],\n                [\n                    1701865500000,\n                    0.048035173333333334\n                ],\n                [\n                    1701865200000,\n                    0.051095466666666665\n                ],\n                [\n                    1701864900000,\n                    0.05045962666666667\n                ],\n                [\n                    1701864600000,\n                    0.048896959999999996\n                ],\n                [\n                    1701864300000,\n                    0.04884248\n                ],\n                [\n                    1701864000000,\n                    0.05331429333333333\n                ],\n                [\n                    1701863700000,\n                    0.04941525333333333\n                ],\n                [\n                    1701863400000,\n                    0.04977082666666667\n                ],\n                [\n                    1701863100000,\n                    0.050788026666666666\n                ],\n                [\n                    1701862800000,\n                    0.05103696\n                ],\n                [\n                    1701862500000,\n                    0.04924613333333333\n                ],\n                [\n                    1701862200000,\n                    0.05150992\n                ],\n                [\n                    1701861900000,\n                    0.05128037333333334\n                ],\n                [\n                    1701861600000,\n                    0.051533546666666666\n                ],\n                [\n                    1701861300000,\n                    0.04953072\n                ],\n                [\n                    1701861000000,\n                    0.05003973333333333\n                ],\n                [\n                    1701860700000,\n                    0.050806026666666664\n                ],\n                [\n                    1701860400000,\n                    0.05037485333333333\n                ],\n                [\n                    1701860100000,\n                    0.05077226666666667\n                ],\n                [\n                    1701859800000,\n                    0.052290453333333334\n                ],\n                [\n                    1701859500000,\n                    0.04983106666666667\n                ],\n                [\n                    1701859200000,\n                    0.05056130666666667\n                ],\n                [\n                    1701858900000,\n                    0.05089490666666667\n                ],\n                [\n                    1701858600000,\n                    0.050619333333333336\n                ],\n                [\n                    1701858300000,\n                    0.04840864\n                ],\n                [\n                    1701858000000,\n                    0.05366776\n                ],\n                [\n                    1701857700000,\n                    0.05022248\n                ],\n                [\n                    1701857400000,\n                    0.05028941333333333\n                ],\n                [\n                    1701857100000,\n                    0.04969104\n                ],\n                [\n                    1701856800000,\n                    0.05183434666666666\n                ],\n                [\n                    1701856500000,\n                    0.05215277333333333\n                ],\n                [\n                    1701856200000,\n                    0.050557066666666664\n                ],\n                [\n                    1701855900000,\n                    0.05228112\n                ],\n                [\n                    1701855600000,\n                    0.05025525333333333\n                ],\n                [\n                    1701855300000,\n                    0.04994168\n                ],\n                [\n                    1701855000000,\n                    0.05225173333333333\n                ],\n                [\n                    1701854700000,\n                    0.04971589333333333\n                ],\n                [\n                    1701854400000,\n                    0.04973466666666666\n                ],\n                [\n                    1701854100000,\n                    0.05158413333333333\n                ],\n                [\n                    1701853800000,\n                    0.05151245333333333\n                ],\n                [\n                    1701853500000,\n                    0.049839839999999996\n                ],\n                [\n                    1701853200000,\n                    0.05224664\n                ],\n                [\n                    1701852900000,\n                    0.05071842666666666\n                ],\n                [\n                    1701852600000,\n                    0.050157146666666666\n                ],\n                [\n                    1701852300000,\n                    0.047636693333333334\n                ],\n                [\n                    1701852000000,\n                    0.051569573333333334\n                ],\n                [\n                    1701851700000,\n                    0.05264965333333334\n                ],\n                [\n                    1701851400000,\n                    0.054511333333333335\n                ],\n                [\n                    1701851100000,\n                    0.050326506666666666\n                ],\n                [\n                    1701850800000,\n                    0.05058293333333334\n                ],\n                [\n                    1701850500000,\n                    0.04963816\n                ],\n                [\n                    1701850200000,\n                    0.04861837333333334\n                ],\n                [\n                    1701849900000,\n                    0.052599146666666666\n                ],\n                [\n                    1701849600000,\n                    0.05231378666666667\n                ],\n                [\n                    1701849300000,\n                    0.04906029333333334\n                ],\n                [\n                    1701849000000,\n                    0.05205162666666666\n                ],\n                [\n                    1701848700000,\n                    0.04928373333333333\n                ],\n                [\n                    1701848400000,\n                    0.04992928\n                ],\n                [\n                    1701848100000,\n                    0.04987565333333333\n                ],\n                [\n                    1701847800000,\n                    0.05364002666666667\n                ],\n                [\n                    1701847500000,\n                    0.050170879999999994\n                ],\n                [\n                    1701847200000,\n                    0.05007474666666666\n                ],\n                [\n                    1701846900000,\n                    0.052340559999999994\n                ],\n                [\n                    1701846600000,\n                    0.05070954666666667\n                ],\n                [\n                    1701846300000,\n                    0.048137146666666665\n                ],\n                [\n                    1701846000000,\n                    0.053329013333333335\n                ],\n                [\n                    1701845700000,\n                    0.05048994666666666\n                ],\n                [\n                    1701845400000,\n                    0.049617760000000004\n                ],\n                [\n                    1701845100000,\n                    0.0505764\n                ],\n                [\n                    1701844800000,\n                    0.05069042666666666\n                ]\n            ],\n            \"unit\": {\n                \"name\": \"Mbps\",\n                \"fullName\": \"Megabits per second\"\n            }\n        },\n        {\n            \"type\": \"PACKETS\",\n            \"subtype\": \"In\",\n            \"samples\": [\n                [\n                    1702276500000,\n                    62.156666666666666\n                ],\n                [\n                    1702276200000,\n                    61.983333333333334\n                ],\n                [\n                    1702275900000,\n                    62.99666666666667\n                ],\n                [\n                    1702275600000,\n                    61.60333333333333\n                ],\n                [\n                    1702275300000,\n                    62.17333333333333\n                ],\n                [\n                    1702275000000,\n                    61.15\n                ],\n                [\n                    1702274700000,\n                    62.68666666666667\n                ],\n                [\n                    1702274400000,\n                    62.51\n                ],\n                [\n                    1702274100000,\n                    63.36666666666667\n                ],\n                [\n                    1702273800000,\n                    62.57\n                ],\n                [\n                    1702273500000,\n                    60.833333333333336\n                ],\n                [\n                    1702273200000,\n                    62.49333333333333\n                ],\n                [\n                    1702272900000,\n                    62.516666666666666\n                ],\n                [\n                    1702272600000,\n                    62.45666666666666\n                ],\n                [\n                    1702272300000,\n                    61.653333333333336\n                ],\n                [\n                    1702272000000,\n                    62.913333333333334\n                ],\n                [\n                    1702271700000,\n                    62.556666666666665\n                ],\n                [\n                    1702271400000,\n                    62.233333333333334\n                ],\n                [\n                    1702271100000,\n                    60.82666666666667\n                ],\n                [\n                    1702270800000,\n                    62.78333333333333\n                ],\n                [\n                    1702270500000,\n                    62.276666666666664\n                ],\n                [\n                    1702270200000,\n                    62.92\n                ],\n                [\n                    1702269900000,\n                    61.446666666666665\n                ],\n                [\n                    1702269600000,\n                    61.52333333333333\n                ],\n                [\n                    1702269300000,\n                    62.11333333333334\n                ],\n                [\n                    1702269000000,\n                    62.336666666666666\n                ],\n                [\n                    1702268700000,\n                    62.846666666666664\n                ],\n                [\n                    1702268400000,\n                    61.11666666666667\n                ],\n                [\n                    1702268100000,\n                    63.21\n                ],\n                [\n                    1702267800000,\n                    62.36666666666667\n                ],\n                [\n                    1702267500000,\n                    61.91\n                ],\n                [\n                    1702267200000,\n                    61.31333333333333\n                ],\n                [\n                    1702266900000,\n                    61.78666666666667\n                ],\n                [\n                    1702266600000,\n                    62.766666666666666\n                ],\n                [\n                    1702266300000,\n                    62.666666666666664\n                ],\n                [\n                    1702266000000,\n                    63.18333333333333\n                ],\n                [\n                    1702265700000,\n                    63.50333333333333\n                ],\n                [\n                    1702265400000,\n                    63.026666666666664\n                ],\n                [\n                    1702265100000,\n                    63.31333333333333\n                ],\n                [\n                    1702264800000,\n                    61.586666666666666\n                ],\n                [\n                    1702264500000,\n                    62.72666666666667\n                ],\n                [\n                    1702264200000,\n                    63.10666666666667\n                ],\n                [\n                    1702263900000,\n                    63.54666666666667\n                ],\n                [\n                    1702263600000,\n                    61.45333333333333\n                ],\n                [\n                    1702263300000,\n                    61.236666666666665\n                ],\n                [\n                    1702263000000,\n                    62.41\n                ],\n                [\n                    1702262700000,\n                    63.13666666666666\n                ],\n                [\n                    1702262400000,\n                    62.306666666666665\n                ],\n                [\n                    1702262100000,\n                    62.14333333333333\n                ],\n                [\n                    1702261800000,\n                    62.68666666666667\n                ],\n                [\n                    1702261500000,\n                    62.14666666666667\n                ],\n                [\n                    1702261200000,\n                    62.29666666666667\n                ],\n                [\n                    1702260900000,\n                    61.153333333333336\n                ],\n                [\n                    1702260600000,\n                    62.85\n                ],\n                [\n                    1702260300000,\n                    62.63333333333333\n                ],\n                [\n                    1702260000000,\n                    63.303333333333335\n                ],\n                [\n                    1702259700000,\n                    62.78\n                ],\n                [\n                    1702259400000,\n                    61.24\n                ],\n                [\n                    1702259100000,\n                    62.25\n                ],\n                [\n                    1702258800000,\n                    62.35666666666667\n                ],\n                [\n                    1702258500000,\n                    62.45666666666666\n                ],\n                [\n                    1702258200000,\n                    61.35666666666667\n                ],\n                [\n                    1702257900000,\n                    63.57\n                ],\n                [\n                    1702257600000,\n                    62.193333333333335\n                ],\n                [\n                    1702257300000,\n                    62.10333333333333\n                ],\n                [\n                    1702257000000,\n                    62.31666666666667\n                ],\n                [\n                    1702256700000,\n                    61.02\n                ],\n                [\n                    1702256400000,\n                    61.62\n                ],\n                [\n                    1702256100000,\n                    62.586666666666666\n                ],\n                [\n                    1702255800000,\n                    62.54666666666667\n                ],\n                [\n                    1702255500000,\n                    60.13\n                ],\n                [\n                    1702255200000,\n                    63.483333333333334\n                ],\n                [\n                    1702254900000,\n                    63.02\n                ],\n                [\n                    1702254600000,\n                    63.63333333333333\n                ],\n                [\n                    1702254300000,\n                    62.65\n                ],\n                [\n                    1702254000000,\n                    62.64333333333333\n                ],\n                [\n                    1702253700000,\n                    62.223333333333336\n                ],\n                [\n                    1702253400000,\n                    62.38333333333333\n                ],\n                [\n                    1702253100000,\n                    60.55\n                ],\n                [\n                    1702252800000,\n                    62.11666666666667\n                ],\n                [\n                    1702252500000,\n                    62.00333333333333\n                ],\n                [\n                    1702252200000,\n                    61.99666666666667\n                ],\n                [\n                    1702251900000,\n                    62.39666666666667\n                ],\n                [\n                    1702251600000,\n                    60.42666666666667\n                ],\n                [\n                    1702251300000,\n                    61.67333333333333\n                ],\n                [\n                    1702251000000,\n                    61.696666666666665\n                ],\n                [\n                    1702250700000,\n                    62.166666666666664\n                ],\n                [\n                    1702250400000,\n                    60.36666666666667\n                ],\n                [\n                    1702250100000,\n                    61.766666666666666\n                ],\n                [\n                    1702249800000,\n                    62.53\n                ],\n                [\n                    1702249500000,\n                    60.63333333333333\n                ],\n                [\n                    1702249200000,\n                    60.56333333333333\n                ],\n                [\n                    1702248900000,\n                    62.02333333333333\n                ],\n                [\n                    1702248600000,\n                    62.29\n                ],\n                [\n                    1702248300000,\n                    62.04666666666667\n                ],\n                [\n                    1702248000000,\n                    61.153333333333336\n                ],\n                [\n                    1702247700000,\n                    61.82333333333333\n                ],\n                [\n                    1702247400000,\n                    61.50666666666667\n                ],\n                [\n                    1702247100000,\n                    61.36666666666667\n                ],\n                [\n                    1702246800000,\n                    61.97666666666667\n                ],\n                [\n                    1702246500000,\n                    60.663333333333334\n                ],\n                [\n                    1702246200000,\n                    62.46666666666667\n                ],\n                [\n                    1702245900000,\n                    62.21\n                ],\n                [\n                    1702245600000,\n                    61.843333333333334\n                ],\n                [\n                    1702245300000,\n                    60.24666666666667\n                ],\n                [\n                    1702245000000,\n                    61.49666666666667\n                ],\n                [\n                    1702244700000,\n                    61.526666666666664\n                ],\n                [\n                    1702244400000,\n                    61.79\n                ],\n                [\n                    1702244100000,\n                    60.223333333333336\n                ],\n                [\n                    1702243800000,\n                    62.03333333333333\n                ],\n                [\n                    1702243500000,\n                    61.946666666666665\n                ],\n                [\n                    1702243200000,\n                    62.026666666666664\n                ],\n                [\n                    1702242900000,\n                    61.55\n                ],\n                [\n                    1702242600000,\n                    61.07\n                ],\n                [\n                    1702242300000,\n                    61.406666666666666\n                ],\n                [\n                    1702242000000,\n                    62.56333333333333\n                ],\n                [\n                    1702241700000,\n                    62.77333333333333\n                ],\n                [\n                    1702241400000,\n                    60.35666666666667\n                ],\n                [\n                    1702241100000,\n                    62.126666666666665\n                ],\n                [\n                    1702240800000,\n                    62.193333333333335\n                ],\n                [\n                    1702240500000,\n                    62.01\n                ],\n                [\n                    1702240200000,\n                    61.49666666666667\n                ],\n                [\n                    1702239900000,\n                    62.54\n                ],\n                [\n                    1702239600000,\n                    62.21\n                ],\n                [\n                    1702239300000,\n                    61.73\n                ],\n                [\n                    1702239000000,\n                    61.443333333333335\n                ],\n                [\n                    1702238700000,\n                    59.96333333333333\n                ],\n                [\n                    1702238400000,\n                    61.943333333333335\n                ],\n                [\n                    1702238100000,\n                    61.88\n                ],\n                [\n                    1702237800000,\n                    62.13333333333333\n                ],\n                [\n                    1702237500000,\n                    60.36666666666667\n                ],\n                [\n                    1702237200000,\n                    61.406666666666666\n                ],\n                [\n                    1702236900000,\n                    61.276666666666664\n                ],\n                [\n                    1702236600000,\n                    62.156666666666666\n                ],\n                [\n                    1702236300000,\n                    60.66\n                ],\n                [\n                    1702236000000,\n                    61.9\n                ],\n                [\n                    1702235700000,\n                    62.67333333333333\n                ],\n                [\n                    1702235400000,\n                    61.57333333333333\n                ],\n                [\n                    1702235100000,\n                    59.99666666666667\n                ],\n                [\n                    1702234800000,\n                    61.77\n                ],\n                [\n                    1702234500000,\n                    62.013333333333335\n                ],\n                [\n                    1702234200000,\n                    61.64666666666667\n                ],\n                [\n                    1702233900000,\n                    61.20666666666666\n                ],\n                [\n                    1702233600000,\n                    62.18\n                ],\n                [\n                    1702233300000,\n                    61.14\n                ],\n                [\n                    1702233000000,\n                    61.21\n                ],\n                [\n                    1702232700000,\n                    61.85\n                ],\n                [\n                    1702232400000,\n                    60.63333333333333\n                ],\n                [\n                    1702232100000,\n                    62.06\n                ],\n                [\n                    1702231800000,\n                    62.086666666666666\n                ],\n                [\n                    1702231500000,\n                    61.843333333333334\n                ],\n                [\n                    1702231200000,\n                    60.236666666666665\n                ],\n                [\n                    1702230900000,\n                    61.81666666666667\n                ],\n                [\n                    1702230600000,\n                    61.79\n                ],\n                [\n                    1702230300000,\n                    62.07\n                ],\n                [\n                    1702230000000,\n                    62.17\n                ],\n                [\n                    1702229700000,\n                    61.306666666666665\n                ],\n                [\n                    1702229400000,\n                    61.79\n                ],\n                [\n                    1702229100000,\n                    61.843333333333334\n                ],\n                [\n                    1702228800000,\n                    61.61333333333334\n                ],\n                [\n                    1702228500000,\n                    60.51\n                ],\n                [\n                    1702228200000,\n                    61.60333333333333\n                ],\n                [\n                    1702227900000,\n                    62.163333333333334\n                ],\n                [\n                    1702227600000,\n                    62.31333333333333\n                ],\n                [\n                    1702227300000,\n                    60.52\n                ],\n                [\n                    1702227000000,\n                    61.443333333333335\n                ],\n                [\n                    1702226700000,\n                    61.79\n                ],\n                [\n                    1702226400000,\n                    62.07\n                ],\n                [\n                    1702226100000,\n                    61.763333333333335\n                ],\n                [\n                    1702225800000,\n                    60.89666666666667\n                ],\n                [\n                    1702225500000,\n                    62.51\n                ],\n                [\n                    1702225200000,\n                    61.79\n                ],\n                [\n                    1702224900000,\n                    61.61333333333334\n                ],\n                [\n                    1702224600000,\n                    60.70666666666666\n                ],\n                [\n                    1702224300000,\n                    61.11333333333334\n                ],\n                [\n                    1702224000000,\n                    61.663333333333334\n                ],\n                [\n                    1702223700000,\n                    63.95333333333333\n                ],\n                [\n                    1702223400000,\n                    60.446666666666665\n                ],\n                [\n                    1702223100000,\n                    61.913333333333334\n                ],\n                [\n                    1702222800000,\n                    61.66\n                ],\n                [\n                    1702222500000,\n                    61.75\n                ],\n                [\n                    1702222200000,\n                    60.266666666666666\n                ],\n                [\n                    1702221900000,\n                    61.89666666666667\n                ],\n                [\n                    1702221600000,\n                    61.983333333333334\n                ],\n                [\n                    1702221300000,\n                    61.77\n                ],\n                [\n                    1702221000000,\n                    61.52333333333333\n                ],\n                [\n                    1702220700000,\n                    60.59\n                ],\n                [\n                    1702220400000,\n                    62.13333333333333\n                ],\n                [\n                    1702220100000,\n                    62.00333333333333\n                ],\n                [\n                    1702219800000,\n                    61.946666666666665\n                ],\n                [\n                    1702219500000,\n                    61.13333333333333\n                ],\n                [\n                    1702219200000,\n                    61.803333333333335\n                ],\n                [\n                    1702218900000,\n                    61.83\n                ],\n                [\n                    1702218600000,\n                    62.15\n                ],\n                [\n                    1702218300000,\n                    61.24666666666667\n                ],\n                [\n                    1702218000000,\n                    61.78\n                ],\n                [\n                    1702217700000,\n                    62.33\n                ],\n                [\n                    1702217400000,\n                    62.24666666666667\n                ],\n                [\n                    1702217100000,\n                    61.53666666666667\n                ],\n                [\n                    1702216800000,\n                    60.233333333333334\n                ],\n                [\n                    1702216500000,\n                    62.55\n                ],\n                [\n                    1702216200000,\n                    61.696666666666665\n                ],\n                [\n                    1702215900000,\n                    62.61\n                ],\n                [\n                    1702215600000,\n                    60.95666666666666\n                ],\n                [\n                    1702215300000,\n                    61.93666666666667\n                ],\n                [\n                    1702215000000,\n                    61.63333333333333\n                ],\n                [\n                    1702214700000,\n                    62.26\n                ],\n                [\n                    1702214400000,\n                    62.13333333333333\n                ],\n                [\n                    1702214100000,\n                    61.03\n                ],\n                [\n                    1702213800000,\n                    62.46666666666667\n                ],\n                [\n                    1702213500000,\n                    61.983333333333334\n                ],\n                [\n                    1702213200000,\n                    62.54333333333334\n                ],\n                [\n                    1702212900000,\n                    60.10333333333333\n                ],\n                [\n                    1702212600000,\n                    62.02\n                ],\n                [\n                    1702212300000,\n                    62.39\n                ],\n                [\n                    1702212000000,\n                    61.96666666666667\n                ],\n                [\n                    1702211700000,\n                    60.593333333333334\n                ],\n                [\n                    1702211400000,\n                    62.153333333333336\n                ],\n                [\n                    1702211100000,\n                    61.52\n                ],\n                [\n                    1702210800000,\n                    61.28666666666667\n                ],\n                [\n                    1702210500000,\n                    62.44\n                ],\n                [\n                    1702210200000,\n                    60.873333333333335\n                ],\n                [\n                    1702209900000,\n                    61.986666666666665\n                ],\n                [\n                    1702209600000,\n                    61.89666666666667\n                ],\n                [\n                    1702209300000,\n                    62.096666666666664\n                ],\n                [\n                    1702209000000,\n                    60.87\n                ],\n                [\n                    1702208700000,\n                    60.413333333333334\n                ],\n                [\n                    1702208400000,\n                    61.623333333333335\n                ],\n                [\n                    1702208100000,\n                    61.69\n                ],\n                [\n                    1702207800000,\n                    62.43666666666667\n                ],\n                [\n                    1702207500000,\n                    61.156666666666666\n                ],\n                [\n                    1702207200000,\n                    61.92\n                ],\n                [\n                    1702206900000,\n                    61.77\n                ],\n                [\n                    1702206600000,\n                    61.99666666666667\n                ],\n                [\n                    1702206300000,\n                    60.82\n                ],\n                [\n                    1702206000000,\n                    62.513333333333335\n                ],\n                [\n                    1702205700000,\n                    61.943333333333335\n                ],\n                [\n                    1702205400000,\n                    61.653333333333336\n                ],\n                [\n                    1702205100000,\n                    61.6\n                ],\n                [\n                    1702204800000,\n                    61.093333333333334\n                ],\n                [\n                    1702204500000,\n                    61.43333333333333\n                ],\n                [\n                    1702204200000,\n                    62.346666666666664\n                ],\n                [\n                    1702203900000,\n                    61.88666666666666\n                ],\n                [\n                    1702203600000,\n                    61.68\n                ],\n                [\n                    1702203300000,\n                    61.81\n                ],\n                [\n                    1702203000000,\n                    61.013333333333335\n                ],\n                [\n                    1702202700000,\n                    61.266666666666666\n                ],\n                [\n                    1702202400000,\n                    61.49333333333333\n                ],\n                [\n                    1702202100000,\n                    61.7\n                ],\n                [\n                    1702201800000,\n                    63.126666666666665\n                ],\n                [\n                    1702201500000,\n                    62.28\n                ],\n                [\n                    1702201200000,\n                    60.513333333333335\n                ],\n                [\n                    1702200900000,\n                    60.97\n                ],\n                [\n                    1702200600000,\n                    61.64666666666667\n                ],\n                [\n                    1702200300000,\n                    61.35666666666667\n                ],\n                [\n                    1702200000000,\n                    62.00333333333333\n                ],\n                [\n                    1702199700000,\n                    61.75666666666667\n                ],\n                [\n                    1702199400000,\n                    61.84\n                ],\n                [\n                    1702199100000,\n                    60.916666666666664\n                ],\n                [\n                    1702198800000,\n                    61.35\n                ],\n                [\n                    1702198500000,\n                    62.36\n                ],\n                [\n                    1702198200000,\n                    61.52\n                ],\n                [\n                    1702197900000,\n                    61.88\n                ],\n                [\n                    1702197600000,\n                    61.77\n                ],\n                [\n                    1702197300000,\n                    61.62\n                ],\n                [\n                    1702197000000,\n                    61.07333333333333\n                ],\n                [\n                    1702196700000,\n                    61.93\n                ],\n                [\n                    1702196400000,\n                    61.163333333333334\n                ],\n                [\n                    1702196100000,\n                    62.156666666666666\n                ],\n                [\n                    1702195800000,\n                    61.86\n                ],\n                [\n                    1702195500000,\n                    62.03\n                ],\n                [\n                    1702195200000,\n                    61.29333333333334\n                ],\n                [\n                    1702194900000,\n                    61.16\n                ],\n                [\n                    1702194600000,\n                    63.026666666666664\n                ],\n                [\n                    1702194300000,\n                    61.57\n                ],\n                [\n                    1702194000000,\n                    61.75666666666667\n                ],\n                [\n                    1702193700000,\n                    61.96666666666667\n                ],\n                [\n                    1702193400000,\n                    62.27333333333333\n                ],\n                [\n                    1702193100000,\n                    62.95666666666666\n                ],\n                [\n                    1702192800000,\n                    61.07333333333333\n                ],\n                [\n                    1702192500000,\n                    61.81666666666667\n                ],\n                [\n                    1702192200000,\n                    61\n                ],\n                [\n                    1702191900000,\n                    61.68333333333333\n                ],\n                [\n                    1702191600000,\n                    61.21666666666667\n                ],\n                [\n                    1702191300000,\n                    61.483333333333334\n                ],\n                [\n                    1702191000000,\n                    60.85333333333333\n                ],\n                [\n                    1702190700000,\n                    61.92666666666667\n                ],\n                [\n                    1702190400000,\n                    61.95666666666666\n                ],\n                [\n                    1702190100000,\n                    61.22\n                ],\n                [\n                    1702189800000,\n                    61.70333333333333\n                ],\n                [\n                    1702189500000,\n                    62.53333333333333\n                ],\n                [\n                    1702189200000,\n                    61.17\n                ],\n                [\n                    1702188900000,\n                    61.18666666666667\n                ],\n                [\n                    1702188600000,\n                    61.54\n                ],\n                [\n                    1702188300000,\n                    60.75333333333333\n                ],\n                [\n                    1702188000000,\n                    61.74333333333333\n                ],\n                [\n                    1702187700000,\n                    61.07666666666667\n                ],\n                [\n                    1702187400000,\n                    61.89333333333333\n                ],\n                [\n                    1702187100000,\n                    61.18333333333333\n                ],\n                [\n                    1702186800000,\n                    61.24333333333333\n                ],\n                [\n                    1702186500000,\n                    61.38\n                ],\n                [\n                    1702186200000,\n                    62.94\n                ],\n                [\n                    1702185900000,\n                    62.223333333333336\n                ],\n                [\n                    1702185600000,\n                    61.54666666666667\n                ],\n                [\n                    1702185300000,\n                    62.22\n                ],\n                [\n                    1702185000000,\n                    60.41\n                ],\n                [\n                    1702184700000,\n                    61.51\n                ],\n                [\n                    1702184400000,\n                    61.56\n                ],\n                [\n                    1702184100000,\n                    62.01\n                ],\n                [\n                    1702183800000,\n                    61.88333333333333\n                ],\n                [\n                    1702183500000,\n                    62.14666666666667\n                ],\n                [\n                    1702183200000,\n                    60.916666666666664\n                ],\n                [\n                    1702182900000,\n                    60.72666666666667\n                ],\n                [\n                    1702182600000,\n                    57.46666666666667\n                ],\n                [\n                    1702182300000,\n                    57.18\n                ],\n                [\n                    1702182000000,\n                    57.416666666666664\n                ],\n                [\n                    1702181700000,\n                    57.70333333333333\n                ],\n                [\n                    1702181400000,\n                    61.14666666666667\n                ],\n                [\n                    1702181100000,\n                    59.79\n                ],\n                [\n                    1702180800000,\n                    61.29\n                ],\n                [\n                    1702180500000,\n                    61.39666666666667\n                ],\n                [\n                    1702180200000,\n                    60.693333333333335\n                ],\n                [\n                    1702179900000,\n                    62.05\n                ],\n                [\n                    1702179600000,\n                    61.346666666666664\n                ],\n                [\n                    1702179300000,\n                    61.56666666666667\n                ],\n                [\n                    1702179000000,\n                    62.71\n                ],\n                [\n                    1702178700000,\n                    60.18666666666667\n                ],\n                [\n                    1702178400000,\n                    62.69\n                ],\n                [\n                    1702178100000,\n                    61.67\n                ],\n                [\n                    1702177800000,\n                    62.07\n                ],\n                [\n                    1702177500000,\n                    61.87\n                ],\n                [\n                    1702177200000,\n                    61.06666666666667\n                ],\n                [\n                    1702176900000,\n                    61.13666666666666\n                ],\n                [\n                    1702176600000,\n                    61.75333333333333\n                ],\n                [\n                    1702176300000,\n                    61.65\n                ],\n                [\n                    1702176000000,\n                    62.00333333333333\n                ],\n                [\n                    1702175700000,\n                    62.096666666666664\n                ],\n                [\n                    1702175400000,\n                    62.57333333333333\n                ],\n                [\n                    1702175100000,\n                    61.25\n                ],\n                [\n                    1702174800000,\n                    61.14\n                ],\n                [\n                    1702174500000,\n                    62.013333333333335\n                ],\n                [\n                    1702174200000,\n                    61.25\n                ],\n                [\n                    1702173900000,\n                    61.42\n                ],\n                [\n                    1702173600000,\n                    62.163333333333334\n                ],\n                [\n                    1702173300000,\n                    61.473333333333336\n                ],\n                [\n                    1702173000000,\n                    60.85333333333333\n                ],\n                [\n                    1702172700000,\n                    60.96666666666667\n                ],\n                [\n                    1702172400000,\n                    61.126666666666665\n                ],\n                [\n                    1702172100000,\n                    61.22666666666667\n                ],\n                [\n                    1702171800000,\n                    61.983333333333334\n                ],\n                [\n                    1702171500000,\n                    61.843333333333334\n                ],\n                [\n                    1702171200000,\n                    61.54666666666667\n                ],\n                [\n                    1702170900000,\n                    61.1\n                ],\n                [\n                    1702170600000,\n                    61.586666666666666\n                ],\n                [\n                    1702170300000,\n                    61.016666666666666\n                ],\n                [\n                    1702170000000,\n                    62.27\n                ],\n                [\n                    1702169700000,\n                    61.93333333333333\n                ],\n                [\n                    1702169400000,\n                    63.156666666666666\n                ],\n                [\n                    1702169100000,\n                    61.27333333333333\n                ],\n                [\n                    1702168800000,\n                    60.776666666666664\n                ],\n                [\n                    1702168500000,\n                    61.14\n                ],\n                [\n                    1702168200000,\n                    61.66\n                ],\n                [\n                    1702167900000,\n                    61.68666666666667\n                ],\n                [\n                    1702167600000,\n                    62.06333333333333\n                ],\n                [\n                    1702167300000,\n                    62.416666666666664\n                ],\n                [\n                    1702167000000,\n                    61.2\n                ],\n                [\n                    1702166700000,\n                    63.74\n                ],\n                [\n                    1702166400000,\n                    68.24666666666667\n                ],\n                [\n                    1702166100000,\n                    68.21\n                ],\n                [\n                    1702165800000,\n                    67.68666666666667\n                ],\n                [\n                    1702165500000,\n                    62.156666666666666\n                ],\n                [\n                    1702165200000,\n                    61.61666666666667\n                ],\n                [\n                    1702164900000,\n                    61.28333333333333\n                ],\n                [\n                    1702164600000,\n                    61.67333333333333\n                ],\n                [\n                    1702164300000,\n                    61.3\n                ],\n                [\n                    1702164000000,\n                    61.92\n                ],\n                [\n                    1702163700000,\n                    61.35666666666667\n                ],\n                [\n                    1702163400000,\n                    61.38333333333333\n                ],\n                [\n                    1702163100000,\n                    60.596666666666664\n                ],\n                [\n                    1702162800000,\n                    61.123333333333335\n                ],\n                [\n                    1702162500000,\n                    61.583333333333336\n                ],\n                [\n                    1702162200000,\n                    61.94\n                ],\n                [\n                    1702161900000,\n                    61.946666666666665\n                ],\n                [\n                    1702161600000,\n                    62.14666666666667\n                ],\n                [\n                    1702161300000,\n                    62.263333333333335\n                ],\n                [\n                    1702161000000,\n                    61.61666666666667\n                ],\n                [\n                    1702160700000,\n                    61.43333333333333\n                ],\n                [\n                    1702160400000,\n                    63.01\n                ],\n                [\n                    1702160100000,\n                    62.14333333333333\n                ],\n                [\n                    1702159800000,\n                    61.86\n                ],\n                [\n                    1702159500000,\n                    61.96333333333333\n                ],\n                [\n                    1702159200000,\n                    62.18333333333333\n                ],\n                [\n                    1702158900000,\n                    61.06\n                ],\n                [\n                    1702158600000,\n                    61.86333333333334\n                ],\n                [\n                    1702158300000,\n                    60.97\n                ],\n                [\n                    1702158000000,\n                    61.45666666666666\n                ],\n                [\n                    1702157700000,\n                    61.46666666666667\n                ],\n                [\n                    1702157400000,\n                    61.89\n                ],\n                [\n                    1702157100000,\n                    61.57333333333333\n                ],\n                [\n                    1702156800000,\n                    61.28\n                ],\n                [\n                    1702156500000,\n                    61.77333333333333\n                ],\n                [\n                    1702156200000,\n                    61.306666666666665\n                ],\n                [\n                    1702155900000,\n                    61.79333333333334\n                ],\n                [\n                    1702155600000,\n                    61.71666666666667\n                ],\n                [\n                    1702155300000,\n                    62.39\n                ],\n                [\n                    1702155000000,\n                    61.24333333333333\n                ],\n                [\n                    1702154700000,\n                    61.486666666666665\n                ],\n                [\n                    1702154400000,\n                    61.03666666666667\n                ],\n                [\n                    1702154100000,\n                    61.776666666666664\n                ],\n                [\n                    1702153800000,\n                    61.39\n                ],\n                [\n                    1702153500000,\n                    61.69\n                ],\n                [\n                    1702153200000,\n                    61.81333333333333\n                ],\n                [\n                    1702152900000,\n                    61.75333333333333\n                ],\n                [\n                    1702152600000,\n                    61.25333333333333\n                ],\n                [\n                    1702152300000,\n                    61.196666666666665\n                ],\n                [\n                    1702152000000,\n                    62.08\n                ],\n                [\n                    1702151700000,\n                    61.38\n                ],\n                [\n                    1702151400000,\n                    62.083333333333336\n                ],\n                [\n                    1702151100000,\n                    61.75333333333333\n                ],\n                [\n                    1702150800000,\n                    60.77\n                ],\n                [\n                    1702150500000,\n                    61.55\n                ],\n                [\n                    1702150200000,\n                    60.913333333333334\n                ],\n                [\n                    1702149900000,\n                    63.11\n                ],\n                [\n                    1702149600000,\n                    61.69\n                ],\n                [\n                    1702149300000,\n                    62.45\n                ],\n                [\n                    1702149000000,\n                    61.336666666666666\n                ],\n                [\n                    1702148700000,\n                    61.026666666666664\n                ],\n                [\n                    1702148400000,\n                    61.303333333333335\n                ],\n                [\n                    1702148100000,\n                    61.11\n                ],\n                [\n                    1702147800000,\n                    61.48\n                ],\n                [\n                    1702147500000,\n                    61.85\n                ],\n                [\n                    1702147200000,\n                    61.736666666666665\n                ],\n                [\n                    1702146900000,\n                    61.13666666666666\n                ],\n                [\n                    1702146600000,\n                    60.95333333333333\n                ],\n                [\n                    1702146300000,\n                    61.43666666666667\n                ],\n                [\n                    1702146000000,\n                    61.67\n                ],\n                [\n                    1702145700000,\n                    61.983333333333334\n                ],\n                [\n                    1702145400000,\n                    62.64333333333333\n                ],\n                [\n                    1702145100000,\n                    61.693333333333335\n                ],\n                [\n                    1702144800000,\n                    60.86333333333334\n                ],\n                [\n                    1702144500000,\n                    61.61\n                ],\n                [\n                    1702144200000,\n                    61.413333333333334\n                ],\n                [\n                    1702143900000,\n                    62.39333333333333\n                ],\n                [\n                    1702143600000,\n                    61.68333333333333\n                ],\n                [\n                    1702143300000,\n                    62.06333333333333\n                ],\n                [\n                    1702143000000,\n                    61.95333333333333\n                ],\n                [\n                    1702142700000,\n                    60.916666666666664\n                ],\n                [\n                    1702142400000,\n                    61.806666666666665\n                ],\n                [\n                    1702142100000,\n                    61.68\n                ],\n                [\n                    1702141800000,\n                    61.64\n                ],\n                [\n                    1702141500000,\n                    61.473333333333336\n                ],\n                [\n                    1702141200000,\n                    62.10333333333333\n                ],\n                [\n                    1702140900000,\n                    61.2\n                ],\n                [\n                    1702140600000,\n                    61.14333333333333\n                ],\n                [\n                    1702140300000,\n                    61.61333333333334\n                ],\n                [\n                    1702140000000,\n                    61.95\n                ],\n                [\n                    1702139700000,\n                    61.49333333333333\n                ],\n                [\n                    1702139400000,\n                    62.35\n                ],\n                [\n                    1702139100000,\n                    61.74\n                ],\n                [\n                    1702138800000,\n                    61.65\n                ],\n                [\n                    1702138500000,\n                    61.24333333333333\n                ],\n                [\n                    1702138200000,\n                    61.23\n                ],\n                [\n                    1702137900000,\n                    61.656666666666666\n                ],\n                [\n                    1702137600000,\n                    62.18\n                ],\n                [\n                    1702137300000,\n                    62.1\n                ],\n                [\n                    1702137000000,\n                    62.09\n                ],\n                [\n                    1702136700000,\n                    61.96666666666667\n                ],\n                [\n                    1702136400000,\n                    61.833333333333336\n                ],\n                [\n                    1702136100000,\n                    61.14333333333333\n                ],\n                [\n                    1702135800000,\n                    62.223333333333336\n                ],\n                [\n                    1702135500000,\n                    62.54333333333334\n                ],\n                [\n                    1702135200000,\n                    62.54333333333334\n                ],\n                [\n                    1702134900000,\n                    61.52\n                ],\n                [\n                    1702134600000,\n                    61.29\n                ],\n                [\n                    1702134300000,\n                    61.3\n                ],\n                [\n                    1702134000000,\n                    61.31333333333333\n                ],\n                [\n                    1702133700000,\n                    62.443333333333335\n                ],\n                [\n                    1702133400000,\n                    62.81\n                ],\n                [\n                    1702133100000,\n                    62.29666666666667\n                ],\n                [\n                    1702132800000,\n                    61.45\n                ],\n                [\n                    1702132500000,\n                    61.85\n                ],\n                [\n                    1702132200000,\n                    61.16\n                ],\n                [\n                    1702131900000,\n                    61.93333333333333\n                ],\n                [\n                    1702131600000,\n                    61.77333333333333\n                ],\n                [\n                    1702131300000,\n                    62.736666666666665\n                ],\n                [\n                    1702131000000,\n                    61.79\n                ],\n                [\n                    1702130700000,\n                    61.33\n                ],\n                [\n                    1702130400000,\n                    61.35\n                ],\n                [\n                    1702130100000,\n                    60.96\n                ],\n                [\n                    1702129800000,\n                    61.836666666666666\n                ],\n                [\n                    1702129500000,\n                    61.93\n                ],\n                [\n                    1702129200000,\n                    61.75333333333333\n                ],\n                [\n                    1702128900000,\n                    61.013333333333335\n                ],\n                [\n                    1702128600000,\n                    60.88666666666666\n                ],\n                [\n                    1702128300000,\n                    61.626666666666665\n                ],\n                [\n                    1702128000000,\n                    61.21\n                ],\n                [\n                    1702127700000,\n                    62.21333333333333\n                ],\n                [\n                    1702127400000,\n                    61.986666666666665\n                ],\n                [\n                    1702127100000,\n                    62.07\n                ],\n                [\n                    1702126800000,\n                    61.083333333333336\n                ],\n                [\n                    1702126500000,\n                    60.876666666666665\n                ],\n                [\n                    1702126200000,\n                    60.81\n                ],\n                [\n                    1702125900000,\n                    60.913333333333334\n                ],\n                [\n                    1702125600000,\n                    61.333333333333336\n                ],\n                [\n                    1702125300000,\n                    62.21666666666667\n                ],\n                [\n                    1702125000000,\n                    61.21666666666667\n                ],\n                [\n                    1702124700000,\n                    60.93666666666667\n                ],\n                [\n                    1702124400000,\n                    61.21666666666667\n                ],\n                [\n                    1702124100000,\n                    60.903333333333336\n                ],\n                [\n                    1702123800000,\n                    61.596666666666664\n                ],\n                [\n                    1702123500000,\n                    61.346666666666664\n                ],\n                [\n                    1702123200000,\n                    62.02\n                ],\n                [\n                    1702122900000,\n                    61.333333333333336\n                ],\n                [\n                    1702122600000,\n                    60.96333333333333\n                ],\n                [\n                    1702122300000,\n                    61.65\n                ],\n                [\n                    1702122000000,\n                    62.28333333333333\n                ],\n                [\n                    1702121700000,\n                    60.96\n                ],\n                [\n                    1702121400000,\n                    61.86\n                ],\n                [\n                    1702121100000,\n                    61.513333333333335\n                ],\n                [\n                    1702120800000,\n                    61.31333333333333\n                ],\n                [\n                    1702120500000,\n                    60.91\n                ],\n                [\n                    1702120200000,\n                    61.16\n                ],\n                [\n                    1702119900000,\n                    61.03666666666667\n                ],\n                [\n                    1702119600000,\n                    61.2\n                ],\n                [\n                    1702119300000,\n                    62.11333333333334\n                ],\n                [\n                    1702119000000,\n                    61.78\n                ],\n                [\n                    1702118700000,\n                    61.53\n                ],\n                [\n                    1702118400000,\n                    61.196666666666665\n                ],\n                [\n                    1702118100000,\n                    61.10666666666667\n                ],\n                [\n                    1702117800000,\n                    61.36\n                ],\n                [\n                    1702117500000,\n                    61.52333333333333\n                ],\n                [\n                    1702117200000,\n                    62.32333333333333\n                ],\n                [\n                    1702116900000,\n                    61.67333333333333\n                ],\n                [\n                    1702116600000,\n                    60.78\n                ],\n                [\n                    1702116300000,\n                    61.473333333333336\n                ],\n                [\n                    1702116000000,\n                    61.60666666666667\n                ],\n                [\n                    1702115700000,\n                    61.77\n                ],\n                [\n                    1702115400000,\n                    62.266666666666666\n                ],\n                [\n                    1702115100000,\n                    62.07\n                ],\n                [\n                    1702114800000,\n                    61.81333333333333\n                ],\n                [\n                    1702114500000,\n                    60.72\n                ],\n                [\n                    1702114200000,\n                    61.52333333333333\n                ],\n                [\n                    1702113900000,\n                    61.29333333333334\n                ],\n                [\n                    1702113600000,\n                    61.46666666666667\n                ],\n                [\n                    1702113300000,\n                    62.38666666666666\n                ],\n                [\n                    1702113000000,\n                    63.35\n                ],\n                [\n                    1702112700000,\n                    60.73\n                ],\n                [\n                    1702112400000,\n                    62.84\n                ],\n                [\n                    1702112100000,\n                    61.8\n                ],\n                [\n                    1702111800000,\n                    61.42333333333333\n                ],\n                [\n                    1702111500000,\n                    61.946666666666665\n                ],\n                [\n                    1702111200000,\n                    62.92\n                ],\n                [\n                    1702110900000,\n                    61.663333333333334\n                ],\n                [\n                    1702110600000,\n                    60.88333333333333\n                ],\n                [\n                    1702110300000,\n                    61.17\n                ],\n                [\n                    1702110000000,\n                    60.93\n                ],\n                [\n                    1702109700000,\n                    61.64\n                ],\n                [\n                    1702109400000,\n                    61.88333333333333\n                ],\n                [\n                    1702109100000,\n                    62.25333333333333\n                ],\n                [\n                    1702108800000,\n                    61.44\n                ],\n                [\n                    1702108500000,\n                    61.05\n                ],\n                [\n                    1702108200000,\n                    61.583333333333336\n                ],\n                [\n                    1702107900000,\n                    61.53333333333333\n                ],\n                [\n                    1702107600000,\n                    61.913333333333334\n                ],\n                [\n                    1702107300000,\n                    62.82\n                ],\n                [\n                    1702107000000,\n                    61.97666666666667\n                ],\n                [\n                    1702106700000,\n                    64.71\n                ],\n                [\n                    1702106400000,\n                    60.916666666666664\n                ],\n                [\n                    1702106100000,\n                    61.46\n                ],\n                [\n                    1702105800000,\n                    61.09\n                ],\n                [\n                    1702105500000,\n                    61.74\n                ],\n                [\n                    1702105200000,\n                    62.21666666666667\n                ],\n                [\n                    1702104900000,\n                    61.843333333333334\n                ],\n                [\n                    1702104600000,\n                    61.04\n                ],\n                [\n                    1702104300000,\n                    61.25\n                ],\n                [\n                    1702104000000,\n                    61.28333333333333\n                ],\n                [\n                    1702103700000,\n                    61.29333333333334\n                ],\n                [\n                    1702103400000,\n                    61.46\n                ],\n                [\n                    1702103100000,\n                    62.486666666666665\n                ],\n                [\n                    1702102800000,\n                    61.72\n                ],\n                [\n                    1702102500000,\n                    61.13\n                ],\n                [\n                    1702102200000,\n                    61.89666666666667\n                ],\n                [\n                    1702101900000,\n                    60.95666666666666\n                ],\n                [\n                    1702101600000,\n                    61.96666666666667\n                ],\n                [\n                    1702101300000,\n                    62.86\n                ],\n                [\n                    1702101000000,\n                    61.75\n                ],\n                [\n                    1702100700000,\n                    61.693333333333335\n                ],\n                [\n                    1702100400000,\n                    60.913333333333334\n                ],\n                [\n                    1702100100000,\n                    61.026666666666664\n                ],\n                [\n                    1702099800000,\n                    60.95666666666666\n                ],\n                [\n                    1702099500000,\n                    61.56333333333333\n                ],\n                [\n                    1702099200000,\n                    62.35333333333333\n                ],\n                [\n                    1702098900000,\n                    61.48\n                ],\n                [\n                    1702098600000,\n                    61.89333333333333\n                ],\n                [\n                    1702098300000,\n                    61.24333333333333\n                ],\n                [\n                    1702098000000,\n                    61.49333333333333\n                ],\n                [\n                    1702097700000,\n                    61.02\n                ],\n                [\n                    1702097400000,\n                    61.596666666666664\n                ],\n                [\n                    1702097100000,\n                    62.35666666666667\n                ],\n                [\n                    1702096800000,\n                    60.89333333333333\n                ],\n                [\n                    1702096500000,\n                    60.486666666666665\n                ],\n                [\n                    1702096200000,\n                    61.39666666666667\n                ],\n                [\n                    1702095900000,\n                    60.916666666666664\n                ],\n                [\n                    1702095600000,\n                    61.42\n                ],\n                [\n                    1702095300000,\n                    61.75333333333333\n                ],\n                [\n                    1702095000000,\n                    62.87\n                ],\n                [\n                    1702094700000,\n                    61.84\n                ],\n                [\n                    1702094400000,\n                    60.93333333333333\n                ],\n                [\n                    1702094100000,\n                    61.46666666666667\n                ],\n                [\n                    1702093800000,\n                    61.21\n                ],\n                [\n                    1702093500000,\n                    61.32666666666667\n                ],\n                [\n                    1702093200000,\n                    61.913333333333334\n                ],\n                [\n                    1702092900000,\n                    61.36666666666667\n                ],\n                [\n                    1702092600000,\n                    62.21\n                ],\n                [\n                    1702092300000,\n                    61.06\n                ],\n                [\n                    1702092000000,\n                    61.85\n                ],\n                [\n                    1702091700000,\n                    61.193333333333335\n                ],\n                [\n                    1702091400000,\n                    62.22666666666667\n                ],\n                [\n                    1702091100000,\n                    63.1\n                ],\n                [\n                    1702090800000,\n                    61.09\n                ],\n                [\n                    1702090500000,\n                    61.38666666666666\n                ],\n                [\n                    1702090200000,\n                    64.44\n                ],\n                [\n                    1702089900000,\n                    62.16\n                ],\n                [\n                    1702089600000,\n                    61.443333333333335\n                ],\n                [\n                    1702089300000,\n                    62.35\n                ],\n                [\n                    1702089000000,\n                    63\n                ],\n                [\n                    1702088700000,\n                    61.75666666666667\n                ],\n                [\n                    1702088400000,\n                    61.36333333333334\n                ],\n                [\n                    1702088100000,\n                    61.47666666666667\n                ],\n                [\n                    1702087800000,\n                    61.04666666666667\n                ],\n                [\n                    1702087500000,\n                    61.696666666666665\n                ],\n                [\n                    1702087200000,\n                    61.93333333333333\n                ],\n                [\n                    1702086900000,\n                    61.53666666666667\n                ],\n                [\n                    1702086600000,\n                    61.843333333333334\n                ],\n                [\n                    1702086300000,\n                    61.276666666666664\n                ],\n                [\n                    1702086000000,\n                    61.67\n                ],\n                [\n                    1702085700000,\n                    61.88666666666666\n                ],\n                [\n                    1702085400000,\n                    62.13\n                ],\n                [\n                    1702085100000,\n                    62.57333333333333\n                ],\n                [\n                    1702084800000,\n                    60.973333333333336\n                ],\n                [\n                    1702084500000,\n                    61.58\n                ],\n                [\n                    1702084200000,\n                    60.96666666666667\n                ],\n                [\n                    1702083900000,\n                    61.21\n                ],\n                [\n                    1702083600000,\n                    61.06666666666667\n                ],\n                [\n                    1702083300000,\n                    61.61666666666667\n                ],\n                [\n                    1702083000000,\n                    63.053333333333335\n                ],\n                [\n                    1702082700000,\n                    61.77333333333333\n                ],\n                [\n                    1702082400000,\n                    61.48\n                ],\n                [\n                    1702082100000,\n                    63.56666666666667\n                ],\n                [\n                    1702081800000,\n                    60.343333333333334\n                ],\n                [\n                    1702081500000,\n                    61.62\n                ],\n                [\n                    1702081200000,\n                    63.276666666666664\n                ],\n                [\n                    1702080900000,\n                    62.04333333333334\n                ],\n                [\n                    1702080600000,\n                    60.93\n                ],\n                [\n                    1702080300000,\n                    61.06333333333333\n                ],\n                [\n                    1702080000000,\n                    61.39333333333333\n                ],\n                [\n                    1702079700000,\n                    61.42333333333333\n                ],\n                [\n                    1702079400000,\n                    61.916666666666664\n                ],\n                [\n                    1702079100000,\n                    62.526666666666664\n                ],\n                [\n                    1702078800000,\n                    61.586666666666666\n                ],\n                [\n                    1702078500000,\n                    62.13\n                ],\n                [\n                    1702078200000,\n                    61.53333333333333\n                ],\n                [\n                    1702077900000,\n                    61.70333333333333\n                ],\n                [\n                    1702077600000,\n                    61.71666666666667\n                ],\n                [\n                    1702077300000,\n                    62.17333333333333\n                ],\n                [\n                    1702077000000,\n                    62.35\n                ],\n                [\n                    1702076700000,\n                    60.75333333333333\n                ],\n                [\n                    1702076400000,\n                    61.47\n                ],\n                [\n                    1702076100000,\n                    61.71333333333333\n                ],\n                [\n                    1702075800000,\n                    61.486666666666665\n                ],\n                [\n                    1702075500000,\n                    61.663333333333334\n                ],\n                [\n                    1702075200000,\n                    62.233333333333334\n                ],\n                [\n                    1702074900000,\n                    62.99\n                ],\n                [\n                    1702074600000,\n                    61.48\n                ],\n                [\n                    1702074300000,\n                    60.763333333333335\n                ],\n                [\n                    1702074000000,\n                    61.733333333333334\n                ],\n                [\n                    1702073700000,\n                    61.156666666666666\n                ],\n                [\n                    1702073400000,\n                    61.873333333333335\n                ],\n                [\n                    1702073100000,\n                    62.57333333333333\n                ],\n                [\n                    1702072800000,\n                    62.096666666666664\n                ],\n                [\n                    1702072500000,\n                    62.22666666666667\n                ],\n                [\n                    1702072200000,\n                    62.596666666666664\n                ],\n                [\n                    1702071900000,\n                    60.336666666666666\n                ],\n                [\n                    1702071600000,\n                    61.163333333333334\n                ],\n                [\n                    1702071300000,\n                    62.196666666666665\n                ],\n                [\n                    1702071000000,\n                    63.81666666666667\n                ],\n                [\n                    1702070700000,\n                    61.78\n                ],\n                [\n                    1702070400000,\n                    61.666666666666664\n                ],\n                [\n                    1702070100000,\n                    61.68333333333333\n                ],\n                [\n                    1702069800000,\n                    61.13666666666666\n                ],\n                [\n                    1702069500000,\n                    61.79333333333334\n                ],\n                [\n                    1702069200000,\n                    62.18333333333333\n                ],\n                [\n                    1702068900000,\n                    62.79333333333334\n                ],\n                [\n                    1702068600000,\n                    61.24666666666667\n                ],\n                [\n                    1702068300000,\n                    60.67\n                ],\n                [\n                    1702068000000,\n                    61.776666666666664\n                ],\n                [\n                    1702067700000,\n                    62.18333333333333\n                ],\n                [\n                    1702067400000,\n                    61.46333333333333\n                ],\n                [\n                    1702067100000,\n                    62.903333333333336\n                ],\n                [\n                    1702066800000,\n                    62.64\n                ],\n                [\n                    1702066500000,\n                    61.846666666666664\n                ],\n                [\n                    1702066200000,\n                    60.82\n                ],\n                [\n                    1702065900000,\n                    62.13\n                ],\n                [\n                    1702065600000,\n                    61.21\n                ],\n                [\n                    1702065300000,\n                    61.85333333333333\n                ],\n                [\n                    1702065000000,\n                    62.63333333333333\n                ],\n                [\n                    1702064700000,\n                    61.18666666666667\n                ],\n                [\n                    1702064400000,\n                    61.46666666666667\n                ],\n                [\n                    1702064100000,\n                    61.15\n                ],\n                [\n                    1702063800000,\n                    62.91\n                ],\n                [\n                    1702063500000,\n                    61.85333333333333\n                ],\n                [\n                    1702063200000,\n                    62.67\n                ],\n                [\n                    1702062900000,\n                    62.446666666666665\n                ],\n                [\n                    1702062600000,\n                    61.46\n                ],\n                [\n                    1702062300000,\n                    62.193333333333335\n                ],\n                [\n                    1702062000000,\n                    61.57\n                ],\n                [\n                    1702061700000,\n                    61.46\n                ],\n                [\n                    1702061400000,\n                    62.13333333333333\n                ],\n                [\n                    1702061100000,\n                    62.303333333333335\n                ],\n                [\n                    1702060800000,\n                    62.833333333333336\n                ],\n                [\n                    1702060500000,\n                    61.77333333333333\n                ],\n                [\n                    1702060200000,\n                    60.89333333333333\n                ],\n                [\n                    1702059900000,\n                    61.913333333333334\n                ],\n                [\n                    1702059600000,\n                    61.71333333333333\n                ],\n                [\n                    1702059300000,\n                    61.71\n                ],\n                [\n                    1702059000000,\n                    62.4\n                ],\n                [\n                    1702058700000,\n                    61.983333333333334\n                ],\n                [\n                    1702058400000,\n                    61.64666666666667\n                ],\n                [\n                    1702058100000,\n                    61.42333333333333\n                ],\n                [\n                    1702057800000,\n                    62.15\n                ],\n                [\n                    1702057500000,\n                    61.56666666666667\n                ],\n                [\n                    1702057200000,\n                    62.14666666666667\n                ],\n                [\n                    1702056900000,\n                    62.723333333333336\n                ],\n                [\n                    1702056600000,\n                    61.263333333333335\n                ],\n                [\n                    1702056300000,\n                    61.69\n                ],\n                [\n                    1702056000000,\n                    61.71\n                ],\n                [\n                    1702055700000,\n                    61.89333333333333\n                ],\n                [\n                    1702055400000,\n                    61.18666666666667\n                ],\n                [\n                    1702055100000,\n                    62.68\n                ],\n                [\n                    1702054800000,\n                    62.53666666666667\n                ],\n                [\n                    1702054500000,\n                    61.31333333333333\n                ],\n                [\n                    1702054200000,\n                    61.77333333333333\n                ],\n                [\n                    1702053900000,\n                    63.11\n                ],\n                [\n                    1702053600000,\n                    61.67\n                ],\n                [\n                    1702053300000,\n                    61.903333333333336\n                ],\n                [\n                    1702053000000,\n                    62.35\n                ],\n                [\n                    1702052700000,\n                    62.53\n                ],\n                [\n                    1702052400000,\n                    61.983333333333334\n                ],\n                [\n                    1702052100000,\n                    61.49\n                ],\n                [\n                    1702051800000,\n                    62.17333333333333\n                ],\n                [\n                    1702051500000,\n                    62.21333333333333\n                ],\n                [\n                    1702051200000,\n                    62.49\n                ],\n                [\n                    1702050900000,\n                    62.82333333333333\n                ],\n                [\n                    1702050600000,\n                    62.06666666666667\n                ],\n                [\n                    1702050300000,\n                    61.696666666666665\n                ],\n                [\n                    1702050000000,\n                    61.56666666666667\n                ],\n                [\n                    1702049700000,\n                    61.67\n                ],\n                [\n                    1702049400000,\n                    61.846666666666664\n                ],\n                [\n                    1702049100000,\n                    62.39\n                ],\n                [\n                    1702048800000,\n                    62.8\n                ],\n                [\n                    1702048500000,\n                    61.39666666666667\n                ],\n                [\n                    1702048200000,\n                    61.67\n                ],\n                [\n                    1702047900000,\n                    62.43666666666667\n                ],\n                [\n                    1702047600000,\n                    61.98\n                ],\n                [\n                    1702047300000,\n                    61.85666666666667\n                ],\n                [\n                    1702047000000,\n                    62.66\n                ],\n                [\n                    1702046700000,\n                    62.50333333333333\n                ],\n                [\n                    1702046400000,\n                    61.57\n                ],\n                [\n                    1702046100000,\n                    61.776666666666664\n                ],\n                [\n                    1702045800000,\n                    61.916666666666664\n                ],\n                [\n                    1702045500000,\n                    61.483333333333334\n                ],\n                [\n                    1702045200000,\n                    62.08\n                ],\n                [\n                    1702044900000,\n                    62.656666666666666\n                ],\n                [\n                    1702044600000,\n                    62.03333333333333\n                ],\n                [\n                    1702044300000,\n                    62.266666666666666\n                ],\n                [\n                    1702044000000,\n                    61.873333333333335\n                ],\n                [\n                    1702043700000,\n                    62.12\n                ],\n                [\n                    1702043400000,\n                    61.846666666666664\n                ],\n                [\n                    1702043100000,\n                    62.98\n                ],\n                [\n                    1702042800000,\n                    61.346666666666664\n                ],\n                [\n                    1702042500000,\n                    61.21333333333333\n                ],\n                [\n                    1702042200000,\n                    61.88\n                ],\n                [\n                    1702041900000,\n                    62.89666666666667\n                ],\n                [\n                    1702041600000,\n                    61.8\n                ],\n                [\n                    1702041300000,\n                    62.026666666666664\n                ],\n                [\n                    1702041000000,\n                    61.733333333333334\n                ],\n                [\n                    1702040700000,\n                    63.413333333333334\n                ],\n                [\n                    1702040400000,\n                    61.69\n                ],\n                [\n                    1702040100000,\n                    61.86333333333334\n                ],\n                [\n                    1702039800000,\n                    62.13333333333333\n                ],\n                [\n                    1702039500000,\n                    62\n                ],\n                [\n                    1702039200000,\n                    61.94\n                ],\n                [\n                    1702038900000,\n                    63.52\n                ],\n                [\n                    1702038600000,\n                    61.71666666666667\n                ],\n                [\n                    1702038300000,\n                    62.02333333333333\n                ],\n                [\n                    1702038000000,\n                    61.46333333333333\n                ],\n                [\n                    1702037700000,\n                    61.76\n                ],\n                [\n                    1702037400000,\n                    61.763333333333335\n                ],\n                [\n                    1702037100000,\n                    62.126666666666665\n                ],\n                [\n                    1702036800000,\n                    62.93\n                ],\n                [\n                    1702036500000,\n                    61.483333333333334\n                ],\n                [\n                    1702036200000,\n                    61.8\n                ],\n                [\n                    1702035900000,\n                    61.47666666666667\n                ],\n                [\n                    1702035600000,\n                    61.75666666666667\n                ],\n                [\n                    1702035300000,\n                    62.49666666666667\n                ],\n                [\n                    1702035000000,\n                    61.82666666666667\n                ],\n                [\n                    1702034700000,\n                    63.19\n                ],\n                [\n                    1702034400000,\n                    61.47\n                ],\n                [\n                    1702034100000,\n                    61.653333333333336\n                ],\n                [\n                    1702033800000,\n                    62.31\n                ],\n                [\n                    1702033500000,\n                    62.27333333333333\n                ],\n                [\n                    1702033200000,\n                    62.39666666666667\n                ],\n                [\n                    1702032900000,\n                    62.47666666666667\n                ],\n                [\n                    1702032600000,\n                    63.85\n                ],\n                [\n                    1702032300000,\n                    59.86\n                ],\n                [\n                    1702032000000,\n                    61.083333333333336\n                ],\n                [\n                    1702031700000,\n                    63\n                ],\n                [\n                    1702031400000,\n                    61.21666666666667\n                ],\n                [\n                    1702031100000,\n                    61.416666666666664\n                ],\n                [\n                    1702030800000,\n                    62.93666666666667\n                ],\n                [\n                    1702030500000,\n                    60.946666666666665\n                ],\n                [\n                    1702030200000,\n                    61.39666666666667\n                ],\n                [\n                    1702029900000,\n                    61.733333333333334\n                ],\n                [\n                    1702029600000,\n                    61.87\n                ],\n                [\n                    1702029300000,\n                    62.24333333333333\n                ],\n                [\n                    1702029000000,\n                    62.96666666666667\n                ],\n                [\n                    1702028700000,\n                    62.946666666666665\n                ],\n                [\n                    1702028400000,\n                    61.5\n                ],\n                [\n                    1702028100000,\n                    62.17666666666667\n                ],\n                [\n                    1702027800000,\n                    61.55\n                ],\n                [\n                    1702027500000,\n                    61.86\n                ],\n                [\n                    1702027200000,\n                    62.7\n                ],\n                [\n                    1702026900000,\n                    62.193333333333335\n                ],\n                [\n                    1702026600000,\n                    62.70333333333333\n                ],\n                [\n                    1702026300000,\n                    61.49\n                ],\n                [\n                    1702026000000,\n                    62.24333333333333\n                ],\n                [\n                    1702025700000,\n                    62.17333333333333\n                ],\n                [\n                    1702025400000,\n                    61.56\n                ],\n                [\n                    1702025100000,\n                    62.123333333333335\n                ],\n                [\n                    1702024800000,\n                    62.48\n                ],\n                [\n                    1702024500000,\n                    62.10333333333333\n                ],\n                [\n                    1702024200000,\n                    61.59\n                ],\n                [\n                    1702023900000,\n                    63.53333333333333\n                ],\n                [\n                    1702023600000,\n                    62.00333333333333\n                ],\n                [\n                    1702023300000,\n                    63.19\n                ],\n                [\n                    1702023000000,\n                    60.68333333333333\n                ],\n                [\n                    1702022700000,\n                    62.943333333333335\n                ],\n                [\n                    1702022400000,\n                    63.06666666666667\n                ],\n                [\n                    1702022100000,\n                    61.33\n                ],\n                [\n                    1702021800000,\n                    61.626666666666665\n                ],\n                [\n                    1702021500000,\n                    61.4\n                ],\n                [\n                    1702021200000,\n                    61.91\n                ],\n                [\n                    1702020900000,\n                    62.13666666666666\n                ],\n                [\n                    1702020600000,\n                    62.596666666666664\n                ],\n                [\n                    1702020300000,\n                    62.93666666666667\n                ],\n                [\n                    1702020000000,\n                    62.25333333333333\n                ],\n                [\n                    1702019700000,\n                    61.64666666666667\n                ],\n                [\n                    1702019400000,\n                    61.653333333333336\n                ],\n                [\n                    1702019100000,\n                    62.82\n                ],\n                [\n                    1702018800000,\n                    62.583333333333336\n                ],\n                [\n                    1702018500000,\n                    62.56666666666667\n                ],\n                [\n                    1702018200000,\n                    61.36\n                ],\n                [\n                    1702017900000,\n                    61.45\n                ],\n                [\n                    1702017600000,\n                    61.64333333333333\n                ],\n                [\n                    1702017300000,\n                    60.403333333333336\n                ],\n                [\n                    1702017000000,\n                    60.14333333333333\n                ],\n                [\n                    1702016700000,\n                    61.95\n                ],\n                [\n                    1702016400000,\n                    61.413333333333334\n                ],\n                [\n                    1702016100000,\n                    61.18\n                ],\n                [\n                    1702015800000,\n                    62.1\n                ],\n                [\n                    1702015500000,\n                    62.05\n                ],\n                [\n                    1702015200000,\n                    62.89\n                ],\n                [\n                    1702014900000,\n                    62.45666666666666\n                ],\n                [\n                    1702014600000,\n                    62.77333333333333\n                ],\n                [\n                    1702014300000,\n                    61.04\n                ],\n                [\n                    1702014000000,\n                    61.16\n                ],\n                [\n                    1702013700000,\n                    62.8\n                ],\n                [\n                    1702013400000,\n                    62.233333333333334\n                ],\n                [\n                    1702013100000,\n                    62.42\n                ],\n                [\n                    1702012800000,\n                    62.346666666666664\n                ],\n                [\n                    1702012500000,\n                    62.35\n                ],\n                [\n                    1702012200000,\n                    61.083333333333336\n                ],\n                [\n                    1702011900000,\n                    61.843333333333334\n                ],\n                [\n                    1702011600000,\n                    62.413333333333334\n                ],\n                [\n                    1702011300000,\n                    61.31\n                ],\n                [\n                    1702011000000,\n                    63.346666666666664\n                ],\n                [\n                    1702010700000,\n                    61.72666666666667\n                ],\n                [\n                    1702010400000,\n                    61.73\n                ],\n                [\n                    1702010100000,\n                    60.79\n                ],\n                [\n                    1702009800000,\n                    62.07666666666667\n                ],\n                [\n                    1702009500000,\n                    61.52333333333333\n                ],\n                [\n                    1702009200000,\n                    61.42666666666667\n                ],\n                [\n                    1702008900000,\n                    62.06333333333333\n                ],\n                [\n                    1702008600000,\n                    62.72666666666667\n                ],\n                [\n                    1702008300000,\n                    61.46666666666667\n                ],\n                [\n                    1702008000000,\n                    61.74666666666667\n                ],\n                [\n                    1702007700000,\n                    62.903333333333336\n                ],\n                [\n                    1702007400000,\n                    61.266666666666666\n                ],\n                [\n                    1702007100000,\n                    61.656666666666666\n                ],\n                [\n                    1702006800000,\n                    62.31\n                ],\n                [\n                    1702006500000,\n                    62.656666666666666\n                ],\n                [\n                    1702006200000,\n                    62.43\n                ],\n                [\n                    1702005900000,\n                    61.31333333333333\n                ],\n                [\n                    1702005600000,\n                    62.013333333333335\n                ],\n                [\n                    1702005300000,\n                    62.086666666666666\n                ],\n                [\n                    1702005000000,\n                    62.45666666666666\n                ],\n                [\n                    1702004700000,\n                    62.9\n                ],\n                [\n                    1702004400000,\n                    62.74\n                ],\n                [\n                    1702004100000,\n                    62.93666666666667\n                ],\n                [\n                    1702003800000,\n                    62.02333333333333\n                ],\n                [\n                    1702003500000,\n                    62.443333333333335\n                ],\n                [\n                    1702003200000,\n                    61.93\n                ],\n                [\n                    1702002900000,\n                    62.50333333333333\n                ],\n                [\n                    1702002600000,\n                    62.86666666666667\n                ],\n                [\n                    1702002300000,\n                    61.43\n                ],\n                [\n                    1702002000000,\n                    61.35333333333333\n                ],\n                [\n                    1702001700000,\n                    61.96333333333333\n                ],\n                [\n                    1702001400000,\n                    61.60333333333333\n                ],\n                [\n                    1702001100000,\n                    61.87\n                ],\n                [\n                    1702000800000,\n                    62.95333333333333\n                ],\n                [\n                    1702000500000,\n                    62.28666666666667\n                ],\n                [\n                    1702000200000,\n                    61.583333333333336\n                ],\n                [\n                    1701999900000,\n                    61.516666666666666\n                ],\n                [\n                    1701999600000,\n                    61.586666666666666\n                ],\n                [\n                    1701999300000,\n                    62.07666666666667\n                ],\n                [\n                    1701999000000,\n                    62.88\n                ],\n                [\n                    1701998700000,\n                    60.906666666666666\n                ],\n                [\n                    1701998400000,\n                    62.07\n                ],\n                [\n                    1701998100000,\n                    61.19\n                ],\n                [\n                    1701997800000,\n                    61.446666666666665\n                ],\n                [\n                    1701997500000,\n                    61.596666666666664\n                ],\n                [\n                    1701997200000,\n                    61.88666666666666\n                ],\n                [\n                    1701996900000,\n                    61.42666666666667\n                ],\n                [\n                    1701996600000,\n                    61.79\n                ],\n                [\n                    1701996300000,\n                    61.67666666666667\n                ],\n                [\n                    1701996000000,\n                    61.56666666666667\n                ],\n                [\n                    1701995700000,\n                    61.64333333333333\n                ],\n                [\n                    1701995400000,\n                    61.61333333333334\n                ],\n                [\n                    1701995100000,\n                    59.78666666666667\n                ],\n                [\n                    1701994800000,\n                    63.163333333333334\n                ],\n                [\n                    1701994500000,\n                    61.74333333333333\n                ],\n                [\n                    1701994200000,\n                    60.9\n                ],\n                [\n                    1701993900000,\n                    61.18333333333333\n                ],\n                [\n                    1701993600000,\n                    61.51\n                ],\n                [\n                    1701993300000,\n                    61.26\n                ],\n                [\n                    1701993000000,\n                    61.2\n                ],\n                [\n                    1701992700000,\n                    61.44\n                ],\n                [\n                    1701992400000,\n                    61.336666666666666\n                ],\n                [\n                    1701992100000,\n                    60.696666666666665\n                ],\n                [\n                    1701991800000,\n                    61.416666666666664\n                ],\n                [\n                    1701991500000,\n                    60.13\n                ],\n                [\n                    1701991200000,\n                    61.29333333333334\n                ],\n                [\n                    1701990900000,\n                    61.736666666666665\n                ],\n                [\n                    1701990600000,\n                    60.63666666666666\n                ],\n                [\n                    1701990300000,\n                    60.43\n                ],\n                [\n                    1701990000000,\n                    61.34\n                ],\n                [\n                    1701989700000,\n                    60.85666666666667\n                ],\n                [\n                    1701989400000,\n                    61.86666666666667\n                ],\n                [\n                    1701989100000,\n                    61.843333333333334\n                ],\n                [\n                    1701988800000,\n                    61.77333333333333\n                ],\n                [\n                    1701988500000,\n                    62.42666666666667\n                ],\n                [\n                    1701988200000,\n                    61.10333333333333\n                ],\n                [\n                    1701987900000,\n                    60.39\n                ],\n                [\n                    1701987600000,\n                    60.99\n                ],\n                [\n                    1701987300000,\n                    61.21333333333333\n                ],\n                [\n                    1701987000000,\n                    61.42\n                ],\n                [\n                    1701986700000,\n                    63.89333333333333\n                ],\n                [\n                    1701986400000,\n                    61.18333333333333\n                ],\n                [\n                    1701986100000,\n                    62.11333333333334\n                ],\n                [\n                    1701985800000,\n                    61.233333333333334\n                ],\n                [\n                    1701985500000,\n                    60.74\n                ],\n                [\n                    1701985200000,\n                    60.903333333333336\n                ],\n                [\n                    1701984900000,\n                    61.413333333333334\n                ],\n                [\n                    1701984600000,\n                    61.53333333333333\n                ],\n                [\n                    1701984300000,\n                    61.416666666666664\n                ],\n                [\n                    1701984000000,\n                    61.03\n                ],\n                [\n                    1701983700000,\n                    60.596666666666664\n                ],\n                [\n                    1701983400000,\n                    61.02333333333333\n                ],\n                [\n                    1701983100000,\n                    60.71666666666667\n                ],\n                [\n                    1701982800000,\n                    61.38\n                ],\n                [\n                    1701982500000,\n                    61.9\n                ],\n                [\n                    1701982200000,\n                    60.906666666666666\n                ],\n                [\n                    1701981900000,\n                    60.57666666666667\n                ],\n                [\n                    1701981600000,\n                    60.46333333333333\n                ],\n                [\n                    1701981300000,\n                    61.74\n                ],\n                [\n                    1701981000000,\n                    60.99333333333333\n                ],\n                [\n                    1701980700000,\n                    60.346666666666664\n                ],\n                [\n                    1701980400000,\n                    61.43666666666667\n                ],\n                [\n                    1701980100000,\n                    59.88\n                ],\n                [\n                    1701979800000,\n                    60.7\n                ],\n                [\n                    1701979500000,\n                    60.58\n                ],\n                [\n                    1701979200000,\n                    61.55\n                ],\n                [\n                    1701978900000,\n                    60.913333333333334\n                ],\n                [\n                    1701978600000,\n                    61.306666666666665\n                ],\n                [\n                    1701978300000,\n                    62.596666666666664\n                ],\n                [\n                    1701978000000,\n                    60.06333333333333\n                ],\n                [\n                    1701977700000,\n                    60.56\n                ],\n                [\n                    1701977400000,\n                    61.1\n                ],\n                [\n                    1701977100000,\n                    60.38333333333333\n                ],\n                [\n                    1701976800000,\n                    60.85666666666667\n                ],\n                [\n                    1701976500000,\n                    61.43666666666667\n                ],\n                [\n                    1701976200000,\n                    61.08\n                ],\n                [\n                    1701975900000,\n                    60.81\n                ],\n                [\n                    1701975600000,\n                    60.54666666666667\n                ],\n                [\n                    1701975300000,\n                    60.71\n                ],\n                [\n                    1701975000000,\n                    60.31666666666667\n                ],\n                [\n                    1701974700000,\n                    61.38\n                ],\n                [\n                    1701974400000,\n                    61.593333333333334\n                ],\n                [\n                    1701974100000,\n                    60.583333333333336\n                ],\n                [\n                    1701973800000,\n                    61.10666666666667\n                ],\n                [\n                    1701973500000,\n                    59.95\n                ],\n                [\n                    1701973200000,\n                    60.906666666666666\n                ],\n                [\n                    1701972900000,\n                    60.92666666666667\n                ],\n                [\n                    1701972600000,\n                    60.81333333333333\n                ],\n                [\n                    1701972300000,\n                    62.013333333333335\n                ],\n                [\n                    1701972000000,\n                    59.696666666666665\n                ],\n                [\n                    1701971700000,\n                    60.84\n                ],\n                [\n                    1701971400000,\n                    60.82\n                ],\n                [\n                    1701971100000,\n                    60.93333333333333\n                ],\n                [\n                    1701970800000,\n                    59.96333333333333\n                ],\n                [\n                    1701970500000,\n                    61.25\n                ],\n                [\n                    1701970200000,\n                    61.01\n                ],\n                [\n                    1701969900000,\n                    60.4\n                ],\n                [\n                    1701969600000,\n                    60.343333333333334\n                ],\n                [\n                    1701969300000,\n                    61.46\n                ],\n                [\n                    1701969000000,\n                    61.61666666666667\n                ],\n                [\n                    1701968700000,\n                    59.84\n                ],\n                [\n                    1701968400000,\n                    62.95\n                ],\n                [\n                    1701968100000,\n                    60.35666666666667\n                ],\n                [\n                    1701967800000,\n                    60.513333333333335\n                ],\n                [\n                    1701967500000,\n                    60.486666666666665\n                ],\n                [\n                    1701967200000,\n                    60.986666666666665\n                ],\n                [\n                    1701966900000,\n                    60.55\n                ],\n                [\n                    1701966600000,\n                    61.11666666666667\n                ],\n                [\n                    1701966300000,\n                    60.443333333333335\n                ],\n                [\n                    1701966000000,\n                    59.656666666666666\n                ],\n                [\n                    1701965700000,\n                    60.59\n                ],\n                [\n                    1701965400000,\n                    60.13666666666666\n                ],\n                [\n                    1701965100000,\n                    59.95666666666666\n                ],\n                [\n                    1701964800000,\n                    61.123333333333335\n                ],\n                [\n                    1701964500000,\n                    60.57\n                ],\n                [\n                    1701964200000,\n                    61.06\n                ],\n                [\n                    1701963900000,\n                    60.35666666666667\n                ],\n                [\n                    1701963600000,\n                    60.55\n                ],\n                [\n                    1701963300000,\n                    59.53333333333333\n                ],\n                [\n                    1701963000000,\n                    61.26\n                ],\n                [\n                    1701962700000,\n                    60.846666666666664\n                ],\n                [\n                    1701962400000,\n                    61.74\n                ],\n                [\n                    1701962100000,\n                    60.50666666666667\n                ],\n                [\n                    1701961800000,\n                    60.803333333333335\n                ],\n                [\n                    1701961500000,\n                    62.94\n                ],\n                [\n                    1701961200000,\n                    65.76\n                ],\n                [\n                    1701960900000,\n                    65.59333333333333\n                ],\n                [\n                    1701960600000,\n                    65.50666666666666\n                ],\n                [\n                    1701960300000,\n                    65.27666666666667\n                ],\n                [\n                    1701960000000,\n                    62.37\n                ],\n                [\n                    1701959700000,\n                    64.95\n                ],\n                [\n                    1701959400000,\n                    61.81666666666667\n                ],\n                [\n                    1701959100000,\n                    60.50333333333333\n                ],\n                [\n                    1701958800000,\n                    61.156666666666666\n                ],\n                [\n                    1701958500000,\n                    61\n                ],\n                [\n                    1701958200000,\n                    61.29\n                ],\n                [\n                    1701957900000,\n                    60.153333333333336\n                ],\n                [\n                    1701957600000,\n                    60.96\n                ],\n                [\n                    1701957300000,\n                    60.31333333333333\n                ],\n                [\n                    1701957000000,\n                    62.48\n                ],\n                [\n                    1701956700000,\n                    60.63\n                ],\n                [\n                    1701956400000,\n                    61.17\n                ],\n                [\n                    1701956100000,\n                    60.446666666666665\n                ],\n                [\n                    1701955800000,\n                    60.61\n                ],\n                [\n                    1701955500000,\n                    59.27333333333333\n                ],\n                [\n                    1701955200000,\n                    61.303333333333335\n                ],\n                [\n                    1701954900000,\n                    61.553333333333335\n                ],\n                [\n                    1701954600000,\n                    61.38\n                ],\n                [\n                    1701954300000,\n                    62.153333333333336\n                ],\n                [\n                    1701954000000,\n                    60.983333333333334\n                ],\n                [\n                    1701953700000,\n                    61.096666666666664\n                ],\n                [\n                    1701953400000,\n                    60.64\n                ],\n                [\n                    1701953100000,\n                    61.29\n                ],\n                [\n                    1701952800000,\n                    61.78\n                ],\n                [\n                    1701952500000,\n                    60.486666666666665\n                ],\n                [\n                    1701952200000,\n                    62.57333333333333\n                ],\n                [\n                    1701951900000,\n                    60.163333333333334\n                ],\n                [\n                    1701951600000,\n                    61.62\n                ],\n                [\n                    1701951300000,\n                    61.25333333333333\n                ],\n                [\n                    1701951000000,\n                    61.48\n                ],\n                [\n                    1701950700000,\n                    60.656666666666666\n                ],\n                [\n                    1701950400000,\n                    61.31333333333333\n                ],\n                [\n                    1701950100000,\n                    60.61\n                ],\n                [\n                    1701949800000,\n                    60.46333333333333\n                ],\n                [\n                    1701949500000,\n                    61.28\n                ],\n                [\n                    1701949200000,\n                    60.806666666666665\n                ],\n                [\n                    1701948900000,\n                    60.51\n                ],\n                [\n                    1701948600000,\n                    60.653333333333336\n                ],\n                [\n                    1701948300000,\n                    61.31333333333333\n                ],\n                [\n                    1701948000000,\n                    60.58\n                ],\n                [\n                    1701947700000,\n                    60.31333333333333\n                ],\n                [\n                    1701947400000,\n                    59.983333333333334\n                ],\n                [\n                    1701947100000,\n                    60.766666666666666\n                ],\n                [\n                    1701946800000,\n                    60.52\n                ],\n                [\n                    1701946500000,\n                    61.03\n                ],\n                [\n                    1701946200000,\n                    61.626666666666665\n                ],\n                [\n                    1701945900000,\n                    60.36333333333334\n                ],\n                [\n                    1701945600000,\n                    60.846666666666664\n                ],\n                [\n                    1701945300000,\n                    60.38\n                ],\n                [\n                    1701945000000,\n                    61.04666666666667\n                ],\n                [\n                    1701944700000,\n                    60.75333333333333\n                ],\n                [\n                    1701944400000,\n                    61.60333333333333\n                ],\n                [\n                    1701944100000,\n                    60.93666666666667\n                ],\n                [\n                    1701943800000,\n                    59.85666666666667\n                ],\n                [\n                    1701943500000,\n                    60.656666666666666\n                ],\n                [\n                    1701943200000,\n                    61.17\n                ],\n                [\n                    1701942900000,\n                    60.35333333333333\n                ],\n                [\n                    1701942600000,\n                    60.723333333333336\n                ],\n                [\n                    1701942300000,\n                    63.11\n                ],\n                [\n                    1701942000000,\n                    60.443333333333335\n                ],\n                [\n                    1701941700000,\n                    61.28333333333333\n                ],\n                [\n                    1701941400000,\n                    61.28333333333333\n                ],\n                [\n                    1701941100000,\n                    61.04\n                ],\n                [\n                    1701940800000,\n                    60.24666666666667\n                ],\n                [\n                    1701940500000,\n                    61.14333333333333\n                ],\n                [\n                    1701940200000,\n                    61.65\n                ],\n                [\n                    1701939900000,\n                    60.38666666666666\n                ],\n                [\n                    1701939600000,\n                    61.07666666666667\n                ],\n                [\n                    1701939300000,\n                    61.43\n                ],\n                [\n                    1701939000000,\n                    61.00333333333333\n                ],\n                [\n                    1701938700000,\n                    60.92333333333333\n                ],\n                [\n                    1701938400000,\n                    60.92333333333333\n                ],\n                [\n                    1701938100000,\n                    61.416666666666664\n                ],\n                [\n                    1701937800000,\n                    60.25\n                ],\n                [\n                    1701937500000,\n                    60.236666666666665\n                ],\n                [\n                    1701937200000,\n                    60.8\n                ],\n                [\n                    1701936900000,\n                    60.36333333333334\n                ],\n                [\n                    1701936600000,\n                    60.68333333333333\n                ],\n                [\n                    1701936300000,\n                    62.04333333333334\n                ],\n                [\n                    1701936000000,\n                    60.95666666666666\n                ],\n                [\n                    1701935700000,\n                    61.016666666666666\n                ],\n                [\n                    1701935400000,\n                    60.92666666666667\n                ],\n                [\n                    1701935100000,\n                    60.92666666666667\n                ],\n                [\n                    1701934800000,\n                    59.84\n                ],\n                [\n                    1701934500000,\n                    60.24333333333333\n                ],\n                [\n                    1701934200000,\n                    61.06666666666667\n                ],\n                [\n                    1701933900000,\n                    59.986666666666665\n                ],\n                [\n                    1701933600000,\n                    60.693333333333335\n                ],\n                [\n                    1701933300000,\n                    60.72\n                ],\n                [\n                    1701933000000,\n                    62.166666666666664\n                ],\n                [\n                    1701932700000,\n                    60.35333333333333\n                ],\n                [\n                    1701932400000,\n                    61.43\n                ],\n                [\n                    1701932100000,\n                    60.7\n                ],\n                [\n                    1701931800000,\n                    60.41\n                ],\n                [\n                    1701931500000,\n                    59.93333333333333\n                ],\n                [\n                    1701931200000,\n                    60.056666666666665\n                ],\n                [\n                    1701930900000,\n                    60.593333333333334\n                ],\n                [\n                    1701930600000,\n                    61.29666666666667\n                ],\n                [\n                    1701930300000,\n                    61.626666666666665\n                ],\n                [\n                    1701930000000,\n                    60.82333333333333\n                ],\n                [\n                    1701929700000,\n                    60.02333333333333\n                ],\n                [\n                    1701929400000,\n                    60.54\n                ],\n                [\n                    1701929100000,\n                    60.19\n                ],\n                [\n                    1701928800000,\n                    60.64\n                ],\n                [\n                    1701928500000,\n                    60.28333333333333\n                ],\n                [\n                    1701928200000,\n                    61.43\n                ],\n                [\n                    1701927900000,\n                    60.54\n                ],\n                [\n                    1701927600000,\n                    60.416666666666664\n                ],\n                [\n                    1701927300000,\n                    60.4\n                ],\n                [\n                    1701927000000,\n                    61.29333333333334\n                ],\n                [\n                    1701926700000,\n                    59.43333333333333\n                ],\n                [\n                    1701926400000,\n                    60.88666666666666\n                ],\n                [\n                    1701926100000,\n                    63.63333333333333\n                ],\n                [\n                    1701925800000,\n                    65.21333333333334\n                ],\n                [\n                    1701925500000,\n                    65.48333333333333\n                ],\n                [\n                    1701925200000,\n                    66.50333333333333\n                ],\n                [\n                    1701924900000,\n                    62.47666666666667\n                ],\n                [\n                    1701924600000,\n                    62.586666666666666\n                ],\n                [\n                    1701924300000,\n                    61.513333333333335\n                ],\n                [\n                    1701924000000,\n                    52.89666666666667\n                ],\n                [\n                    1701923700000,\n                    53.03666666666667\n                ],\n                [\n                    1701923400000,\n                    52.97\n                ],\n                [\n                    1701923100000,\n                    54.48\n                ],\n                [\n                    1701922800000,\n                    50.82666666666667\n                ],\n                [\n                    1701922500000,\n                    51.57\n                ],\n                [\n                    1701922200000,\n                    60.50333333333333\n                ],\n                [\n                    1701921900000,\n                    60.12\n                ],\n                [\n                    1701921600000,\n                    60.28333333333333\n                ],\n                [\n                    1701921300000,\n                    60.42333333333333\n                ],\n                [\n                    1701921000000,\n                    61.07\n                ],\n                [\n                    1701920700000,\n                    59.776666666666664\n                ],\n                [\n                    1701920400000,\n                    61.906666666666666\n                ],\n                [\n                    1701920100000,\n                    61.18\n                ],\n                [\n                    1701919800000,\n                    60.41\n                ],\n                [\n                    1701919500000,\n                    60.46666666666667\n                ],\n                [\n                    1701919200000,\n                    59.54\n                ],\n                [\n                    1701918900000,\n                    60.64\n                ],\n                [\n                    1701918600000,\n                    59.946666666666665\n                ],\n                [\n                    1701918300000,\n                    61.71\n                ],\n                [\n                    1701918000000,\n                    61.3\n                ],\n                [\n                    1701917700000,\n                    61.03333333333333\n                ],\n                [\n                    1701917400000,\n                    60.46333333333333\n                ],\n                [\n                    1701917100000,\n                    60.17333333333333\n                ],\n                [\n                    1701916800000,\n                    60.95\n                ],\n                [\n                    1701916500000,\n                    60.79333333333334\n                ],\n                [\n                    1701916200000,\n                    61.776666666666664\n                ],\n                [\n                    1701915900000,\n                    60.946666666666665\n                ],\n                [\n                    1701915600000,\n                    60.31\n                ],\n                [\n                    1701915300000,\n                    61.82666666666667\n                ],\n                [\n                    1701915000000,\n                    59.39\n                ],\n                [\n                    1701914700000,\n                    61.163333333333334\n                ],\n                [\n                    1701914400000,\n                    60.04\n                ],\n                [\n                    1701914100000,\n                    62.18333333333333\n                ],\n                [\n                    1701913800000,\n                    60.33\n                ],\n                [\n                    1701913500000,\n                    60.25333333333333\n                ],\n                [\n                    1701913200000,\n                    60.67666666666667\n                ],\n                [\n                    1701912900000,\n                    61.336666666666666\n                ],\n                [\n                    1701912600000,\n                    60.53\n                ],\n                [\n                    1701912300000,\n                    61.57333333333333\n                ],\n                [\n                    1701912000000,\n                    61.49\n                ],\n                [\n                    1701911700000,\n                    60.02333333333333\n                ],\n                [\n                    1701911400000,\n                    59.88666666666666\n                ],\n                [\n                    1701911100000,\n                    60.70666666666666\n                ],\n                [\n                    1701910800000,\n                    60.723333333333336\n                ],\n                [\n                    1701910500000,\n                    60.09\n                ],\n                [\n                    1701910200000,\n                    61.93666666666667\n                ],\n                [\n                    1701909900000,\n                    60.42333333333333\n                ],\n                [\n                    1701909600000,\n                    60.49\n                ],\n                [\n                    1701909300000,\n                    59.99666666666667\n                ],\n                [\n                    1701909000000,\n                    61.626666666666665\n                ],\n                [\n                    1701908700000,\n                    60.49\n                ],\n                [\n                    1701908400000,\n                    61.263333333333335\n                ],\n                [\n                    1701908100000,\n                    61.47\n                ],\n                [\n                    1701907800000,\n                    60.56\n                ],\n                [\n                    1701907500000,\n                    60.61\n                ],\n                [\n                    1701907200000,\n                    60.42\n                ],\n                [\n                    1701906900000,\n                    61.10333333333333\n                ],\n                [\n                    1701906600000,\n                    62.32666666666667\n                ],\n                [\n                    1701906300000,\n                    61.32\n                ],\n                [\n                    1701906000000,\n                    61.20666666666666\n                ],\n                [\n                    1701905700000,\n                    61.12\n                ],\n                [\n                    1701905400000,\n                    60.60333333333333\n                ],\n                [\n                    1701905100000,\n                    60.82\n                ],\n                [\n                    1701904800000,\n                    61.03333333333333\n                ],\n                [\n                    1701904500000,\n                    60.12\n                ],\n                [\n                    1701904200000,\n                    61.02333333333333\n                ],\n                [\n                    1701903900000,\n                    60.38\n                ],\n                [\n                    1701903600000,\n                    60.46666666666667\n                ],\n                [\n                    1701903300000,\n                    60.306666666666665\n                ],\n                [\n                    1701903000000,\n                    61.593333333333334\n                ],\n                [\n                    1701902700000,\n                    61.013333333333335\n                ],\n                [\n                    1701902400000,\n                    60.7\n                ],\n                [\n                    1701902100000,\n                    62.33\n                ],\n                [\n                    1701901800000,\n                    61.163333333333334\n                ],\n                [\n                    1701901500000,\n                    61.49666666666667\n                ],\n                [\n                    1701901200000,\n                    61.14333333333333\n                ],\n                [\n                    1701900900000,\n                    61.45333333333333\n                ],\n                [\n                    1701900600000,\n                    60.29\n                ],\n                [\n                    1701900300000,\n                    61.88666666666666\n                ],\n                [\n                    1701900000000,\n                    60.93333333333333\n                ],\n                [\n                    1701899700000,\n                    61.96\n                ],\n                [\n                    1701899400000,\n                    60.62\n                ],\n                [\n                    1701899100000,\n                    59.70333333333333\n                ],\n                [\n                    1701898800000,\n                    63.016666666666666\n                ],\n                [\n                    1701898500000,\n                    68.59666666666666\n                ],\n                [\n                    1701898200000,\n                    68.83\n                ],\n                [\n                    1701897900000,\n                    65.55666666666667\n                ],\n                [\n                    1701897600000,\n                    60.913333333333334\n                ],\n                [\n                    1701897300000,\n                    60.70666666666666\n                ],\n                [\n                    1701897000000,\n                    61.663333333333334\n                ],\n                [\n                    1701896700000,\n                    61.13666666666666\n                ],\n                [\n                    1701896400000,\n                    60.89333333333333\n                ],\n                [\n                    1701896100000,\n                    62.07333333333333\n                ],\n                [\n                    1701895800000,\n                    60.99666666666667\n                ],\n                [\n                    1701895500000,\n                    60.51\n                ],\n                [\n                    1701895200000,\n                    60.32333333333333\n                ],\n                [\n                    1701894900000,\n                    62.373333333333335\n                ],\n                [\n                    1701894600000,\n                    60.61666666666667\n                ],\n                [\n                    1701894300000,\n                    61.29666666666667\n                ],\n                [\n                    1701894000000,\n                    62.086666666666666\n                ],\n                [\n                    1701893700000,\n                    60.71666666666667\n                ],\n                [\n                    1701893400000,\n                    60.86\n                ],\n                [\n                    1701893100000,\n                    60.93333333333333\n                ],\n                [\n                    1701892800000,\n                    60.71\n                ],\n                [\n                    1701892500000,\n                    60.91\n                ],\n                [\n                    1701892200000,\n                    60.41\n                ],\n                [\n                    1701891900000,\n                    61.36666666666667\n                ],\n                [\n                    1701891600000,\n                    60.60666666666667\n                ],\n                [\n                    1701891300000,\n                    61.88666666666666\n                ],\n                [\n                    1701891000000,\n                    61.43333333333333\n                ],\n                [\n                    1701890700000,\n                    60.54\n                ],\n                [\n                    1701890400000,\n                    60.91\n                ],\n                [\n                    1701890100000,\n                    61.336666666666666\n                ],\n                [\n                    1701889800000,\n                    60.556666666666665\n                ],\n                [\n                    1701889500000,\n                    60.63333333333333\n                ],\n                [\n                    1701889200000,\n                    60.28666666666667\n                ],\n                [\n                    1701888900000,\n                    61.04333333333334\n                ],\n                [\n                    1701888600000,\n                    60.69\n                ],\n                [\n                    1701888300000,\n                    60.45333333333333\n                ],\n                [\n                    1701888000000,\n                    61.50666666666667\n                ],\n                [\n                    1701887700000,\n                    60.85333333333333\n                ],\n                [\n                    1701887400000,\n                    61.01\n                ],\n                [\n                    1701887100000,\n                    60.21666666666667\n                ],\n                [\n                    1701886800000,\n                    61.25\n                ],\n                [\n                    1701886500000,\n                    60.806666666666665\n                ],\n                [\n                    1701886200000,\n                    61.43333333333333\n                ],\n                [\n                    1701885900000,\n                    61.54666666666667\n                ],\n                [\n                    1701885600000,\n                    61.71333333333333\n                ],\n                [\n                    1701885300000,\n                    60.86666666666667\n                ],\n                [\n                    1701885000000,\n                    61.89\n                ],\n                [\n                    1701884700000,\n                    60.693333333333335\n                ],\n                [\n                    1701884400000,\n                    59.973333333333336\n                ],\n                [\n                    1701884100000,\n                    61.59\n                ],\n                [\n                    1701883800000,\n                    61.416666666666664\n                ],\n                [\n                    1701883500000,\n                    61.78333333333333\n                ],\n                [\n                    1701883200000,\n                    59.71666666666667\n                ],\n                [\n                    1701882900000,\n                    62.516666666666666\n                ],\n                [\n                    1701882600000,\n                    60.35666666666667\n                ],\n                [\n                    1701882300000,\n                    60.983333333333334\n                ],\n                [\n                    1701882000000,\n                    61.596666666666664\n                ],\n                [\n                    1701881700000,\n                    60.74333333333333\n                ],\n                [\n                    1701881400000,\n                    61\n                ],\n                [\n                    1701881100000,\n                    60.31\n                ],\n                [\n                    1701880800000,\n                    60.52\n                ],\n                [\n                    1701880500000,\n                    60.65\n                ],\n                [\n                    1701880200000,\n                    61.096666666666664\n                ],\n                [\n                    1701879900000,\n                    61.22666666666667\n                ],\n                [\n                    1701879600000,\n                    61.89666666666667\n                ],\n                [\n                    1701879300000,\n                    60.86333333333334\n                ],\n                [\n                    1701879000000,\n                    61.31333333333333\n                ],\n                [\n                    1701878700000,\n                    60.68666666666667\n                ],\n                [\n                    1701878400000,\n                    60.766666666666666\n                ],\n                [\n                    1701878100000,\n                    60.81666666666667\n                ],\n                [\n                    1701877800000,\n                    61.153333333333336\n                ],\n                [\n                    1701877500000,\n                    60.64\n                ],\n                [\n                    1701877200000,\n                    60.656666666666666\n                ],\n                [\n                    1701876900000,\n                    61.156666666666666\n                ],\n                [\n                    1701876600000,\n                    70.24666666666667\n                ],\n                [\n                    1701876300000,\n                    75.11333333333333\n                ],\n                [\n                    1701876000000,\n                    62.25\n                ],\n                [\n                    1701875700000,\n                    60.906666666666666\n                ],\n                [\n                    1701875400000,\n                    60.42333333333333\n                ],\n                [\n                    1701875100000,\n                    61.07333333333333\n                ],\n                [\n                    1701874800000,\n                    62.3\n                ],\n                [\n                    1701874500000,\n                    60.79333333333334\n                ],\n                [\n                    1701874200000,\n                    63.79666666666667\n                ],\n                [\n                    1701873900000,\n                    61.42\n                ],\n                [\n                    1701873600000,\n                    61.49\n                ],\n                [\n                    1701873300000,\n                    61.29333333333334\n                ],\n                [\n                    1701873000000,\n                    61.01\n                ],\n                [\n                    1701872700000,\n                    60.72\n                ],\n                [\n                    1701872400000,\n                    61.056666666666665\n                ],\n                [\n                    1701872100000,\n                    61.553333333333335\n                ],\n                [\n                    1701871800000,\n                    61.17666666666667\n                ],\n                [\n                    1701871500000,\n                    63.18333333333333\n                ],\n                [\n                    1701871200000,\n                    63.35333333333333\n                ],\n                [\n                    1701870900000,\n                    62.56\n                ],\n                [\n                    1701870600000,\n                    62.026666666666664\n                ],\n                [\n                    1701870300000,\n                    61.04\n                ],\n                [\n                    1701870000000,\n                    61.403333333333336\n                ],\n                [\n                    1701869700000,\n                    61.92666666666667\n                ],\n                [\n                    1701869400000,\n                    60.836666666666666\n                ],\n                [\n                    1701869100000,\n                    60.72666666666667\n                ],\n                [\n                    1701868800000,\n                    61.52\n                ],\n                [\n                    1701868500000,\n                    60.336666666666666\n                ],\n                [\n                    1701868200000,\n                    60.52333333333333\n                ],\n                [\n                    1701867900000,\n                    61.63333333333333\n                ],\n                [\n                    1701867600000,\n                    61.16\n                ],\n                [\n                    1701867300000,\n                    60.29333333333334\n                ],\n                [\n                    1701867000000,\n                    62.516666666666666\n                ],\n                [\n                    1701866700000,\n                    60.64666666666667\n                ],\n                [\n                    1701866400000,\n                    60.23\n                ],\n                [\n                    1701866100000,\n                    61.196666666666665\n                ],\n                [\n                    1701865800000,\n                    61.43666666666667\n                ],\n                [\n                    1701865500000,\n                    60.36666666666667\n                ],\n                [\n                    1701865200000,\n                    61.163333333333334\n                ],\n                [\n                    1701864900000,\n                    60.35666666666667\n                ],\n                [\n                    1701864600000,\n                    59.846666666666664\n                ],\n                [\n                    1701864300000,\n                    60.31333333333333\n                ],\n                [\n                    1701864000000,\n                    61.056666666666665\n                ],\n                [\n                    1701863700000,\n                    60.61666666666667\n                ],\n                [\n                    1701863400000,\n                    61.153333333333336\n                ],\n                [\n                    1701863100000,\n                    60.623333333333335\n                ],\n                [\n                    1701862800000,\n                    61.093333333333334\n                ],\n                [\n                    1701862500000,\n                    60.79333333333334\n                ],\n                [\n                    1701862200000,\n                    61.026666666666664\n                ],\n                [\n                    1701861900000,\n                    61.48\n                ],\n                [\n                    1701861600000,\n                    61.92\n                ],\n                [\n                    1701861300000,\n                    60.79333333333334\n                ],\n                [\n                    1701861000000,\n                    60.93666666666667\n                ],\n                [\n                    1701860700000,\n                    61.53666666666667\n                ],\n                [\n                    1701860400000,\n                    60.89333333333333\n                ],\n                [\n                    1701860100000,\n                    61.18\n                ],\n                [\n                    1701859800000,\n                    61.75333333333333\n                ],\n                [\n                    1701859500000,\n                    61.24666666666667\n                ],\n                [\n                    1701859200000,\n                    61.00666666666667\n                ],\n                [\n                    1701858900000,\n                    61.13666666666666\n                ],\n                [\n                    1701858600000,\n                    60.75666666666667\n                ],\n                [\n                    1701858300000,\n                    60.57333333333333\n                ],\n                [\n                    1701858000000,\n                    62.81333333333333\n                ],\n                [\n                    1701857700000,\n                    60.693333333333335\n                ],\n                [\n                    1701857400000,\n                    60.78666666666667\n                ],\n                [\n                    1701857100000,\n                    60.843333333333334\n                ],\n                [\n                    1701856800000,\n                    61.443333333333335\n                ],\n                [\n                    1701856500000,\n                    62.803333333333335\n                ],\n                [\n                    1701856200000,\n                    61.29666666666667\n                ],\n                [\n                    1701855900000,\n                    61.57666666666667\n                ],\n                [\n                    1701855600000,\n                    61.093333333333334\n                ],\n                [\n                    1701855300000,\n                    61.04666666666667\n                ],\n                [\n                    1701855000000,\n                    61.693333333333335\n                ],\n                [\n                    1701854700000,\n                    61.19\n                ],\n                [\n                    1701854400000,\n                    60.833333333333336\n                ],\n                [\n                    1701854100000,\n                    61.336666666666666\n                ],\n                [\n                    1701853800000,\n                    61.04666666666667\n                ],\n                [\n                    1701853500000,\n                    61.233333333333334\n                ],\n                [\n                    1701853200000,\n                    61.07333333333333\n                ],\n                [\n                    1701852900000,\n                    61.193333333333335\n                ],\n                [\n                    1701852600000,\n                    60.95666666666666\n                ],\n                [\n                    1701852300000,\n                    59.983333333333334\n                ],\n                [\n                    1701852000000,\n                    61.33\n                ],\n                [\n                    1701851700000,\n                    62.06333333333333\n                ],\n                [\n                    1701851400000,\n                    63.10666666666667\n                ],\n                [\n                    1701851100000,\n                    61.04333333333334\n                ],\n                [\n                    1701850800000,\n                    61.24666666666667\n                ],\n                [\n                    1701850500000,\n                    60.8\n                ],\n                [\n                    1701850200000,\n                    60.443333333333335\n                ],\n                [\n                    1701849900000,\n                    61.903333333333336\n                ],\n                [\n                    1701849600000,\n                    61.69\n                ],\n                [\n                    1701849300000,\n                    60.95666666666666\n                ],\n                [\n                    1701849000000,\n                    62.763333333333335\n                ],\n                [\n                    1701848700000,\n                    59.61666666666667\n                ],\n                [\n                    1701848400000,\n                    61.28666666666667\n                ],\n                [\n                    1701848100000,\n                    60.36666666666667\n                ],\n                [\n                    1701847800000,\n                    60.28666666666667\n                ],\n                [\n                    1701847500000,\n                    62.89333333333333\n                ],\n                [\n                    1701847200000,\n                    60.75\n                ],\n                [\n                    1701846900000,\n                    61.25\n                ],\n                [\n                    1701846600000,\n                    60.72666666666667\n                ],\n                [\n                    1701846300000,\n                    60.46666666666667\n                ],\n                [\n                    1701846000000,\n                    61.7\n                ],\n                [\n                    1701845700000,\n                    61.443333333333335\n                ],\n                [\n                    1701845400000,\n                    60.82333333333333\n                ],\n                [\n                    1701845100000,\n                    61.31\n                ],\n                [\n                    1701844800000,\n                    60.78666666666667\n                ]\n            ],\n            \"unit\": {\n                \"name\": \"pps\",\n                \"fullName\": \"Packets per second\"\n            }\n        },\n        {\n            \"type\": \"PACKETS\",\n            \"subtype\": \"Out\",\n            \"samples\": [\n                [\n                    1702276500000,\n                    62.49\n                ],\n                [\n                    1702276200000,\n                    62.32\n                ],\n                [\n                    1702275900000,\n                    63.32666666666667\n                ],\n                [\n                    1702275600000,\n                    61.95\n                ],\n                [\n                    1702275300000,\n                    62.51\n                ],\n                [\n                    1702275000000,\n                    61.46333333333333\n                ],\n                [\n                    1702274700000,\n                    63.03\n                ],\n                [\n                    1702274400000,\n                    62.846666666666664\n                ],\n                [\n                    1702274100000,\n                    63.696666666666665\n                ],\n                [\n                    1702273800000,\n                    62.88333333333333\n                ],\n                [\n                    1702273500000,\n                    61.166666666666664\n                ],\n                [\n                    1702273200000,\n                    62.833333333333336\n                ],\n                [\n                    1702272900000,\n                    62.87\n                ],\n                [\n                    1702272600000,\n                    62.79666666666667\n                ],\n                [\n                    1702272300000,\n                    61.99333333333333\n                ],\n                [\n                    1702272000000,\n                    63.24333333333333\n                ],\n                [\n                    1702271700000,\n                    62.89333333333333\n                ],\n                [\n                    1702271400000,\n                    62.556666666666665\n                ],\n                [\n                    1702271100000,\n                    61.14333333333333\n                ],\n                [\n                    1702270800000,\n                    63.12\n                ],\n                [\n                    1702270500000,\n                    62.61666666666667\n                ],\n                [\n                    1702270200000,\n                    63.263333333333335\n                ],\n                [\n                    1702269900000,\n                    61.79666666666667\n                ],\n                [\n                    1702269600000,\n                    61.86666666666667\n                ],\n                [\n                    1702269300000,\n                    62.43666666666667\n                ],\n                [\n                    1702269000000,\n                    62.666666666666664\n                ],\n                [\n                    1702268700000,\n                    63.19\n                ],\n                [\n                    1702268400000,\n                    61.446666666666665\n                ],\n                [\n                    1702268100000,\n                    63.52333333333333\n                ],\n                [\n                    1702267800000,\n                    62.71\n                ],\n                [\n                    1702267500000,\n                    62.233333333333334\n                ],\n                [\n                    1702267200000,\n                    61.64333333333333\n                ],\n                [\n                    1702266900000,\n                    62.13666666666666\n                ],\n                [\n                    1702266600000,\n                    63.11\n                ],\n                [\n                    1702266300000,\n                    63.06\n                ],\n                [\n                    1702266000000,\n                    63.68\n                ],\n                [\n                    1702265700000,\n                    63.93333333333333\n                ],\n                [\n                    1702265400000,\n                    63.45333333333333\n                ],\n                [\n                    1702265100000,\n                    63.666666666666664\n                ],\n                [\n                    1702264800000,\n                    61.9\n                ],\n                [\n                    1702264500000,\n                    63.07\n                ],\n                [\n                    1702264200000,\n                    63.47\n                ],\n                [\n                    1702263900000,\n                    63.89\n                ],\n                [\n                    1702263600000,\n                    61.81666666666667\n                ],\n                [\n                    1702263300000,\n                    61.56666666666667\n                ],\n                [\n                    1702263000000,\n                    62.72\n                ],\n                [\n                    1702262700000,\n                    63.48\n                ],\n                [\n                    1702262400000,\n                    62.65\n                ],\n                [\n                    1702262100000,\n                    62.516666666666666\n                ],\n                [\n                    1702261800000,\n                    63.08\n                ],\n                [\n                    1702261500000,\n                    62.52\n                ],\n                [\n                    1702261200000,\n                    62.653333333333336\n                ],\n                [\n                    1702260900000,\n                    61.593333333333334\n                ],\n                [\n                    1702260600000,\n                    63.15\n                ],\n                [\n                    1702260300000,\n                    62.99333333333333\n                ],\n                [\n                    1702260000000,\n                    63.64333333333333\n                ],\n                [\n                    1702259700000,\n                    63.126666666666665\n                ],\n                [\n                    1702259400000,\n                    61.59\n                ],\n                [\n                    1702259100000,\n                    62.59\n                ],\n                [\n                    1702258800000,\n                    62.71666666666667\n                ],\n                [\n                    1702258500000,\n                    62.79\n                ],\n                [\n                    1702258200000,\n                    61.733333333333334\n                ],\n                [\n                    1702257900000,\n                    63.95666666666666\n                ],\n                [\n                    1702257600000,\n                    62.52333333333333\n                ],\n                [\n                    1702257300000,\n                    62.49666666666667\n                ],\n                [\n                    1702257000000,\n                    62.66\n                ],\n                [\n                    1702256700000,\n                    61.373333333333335\n                ],\n                [\n                    1702256400000,\n                    61.973333333333336\n                ],\n                [\n                    1702256100000,\n                    62.93333333333333\n                ],\n                [\n                    1702255800000,\n                    62.916666666666664\n                ],\n                [\n                    1702255500000,\n                    60.47\n                ],\n                [\n                    1702255200000,\n                    63.91\n                ],\n                [\n                    1702254900000,\n                    63.67\n                ],\n                [\n                    1702254600000,\n                    64.13\n                ],\n                [\n                    1702254300000,\n                    63.196666666666665\n                ],\n                [\n                    1702254000000,\n                    62.99\n                ],\n                [\n                    1702253700000,\n                    62.57\n                ],\n                [\n                    1702253400000,\n                    62.75666666666667\n                ],\n                [\n                    1702253100000,\n                    60.903333333333336\n                ],\n                [\n                    1702252800000,\n                    62.486666666666665\n                ],\n                [\n                    1702252500000,\n                    62.29333333333334\n                ],\n                [\n                    1702252200000,\n                    62.34\n                ],\n                [\n                    1702251900000,\n                    62.75\n                ],\n                [\n                    1702251600000,\n                    60.766666666666666\n                ],\n                [\n                    1702251300000,\n                    62.06666666666667\n                ],\n                [\n                    1702251000000,\n                    62.07\n                ],\n                [\n                    1702250700000,\n                    62.54666666666667\n                ],\n                [\n                    1702250400000,\n                    60.70666666666666\n                ],\n                [\n                    1702250100000,\n                    62.12\n                ],\n                [\n                    1702249800000,\n                    62.88666666666666\n                ],\n                [\n                    1702249500000,\n                    60.96333333333333\n                ],\n                [\n                    1702249200000,\n                    60.903333333333336\n                ],\n                [\n                    1702248900000,\n                    62.336666666666666\n                ],\n                [\n                    1702248600000,\n                    62.693333333333335\n                ],\n                [\n                    1702248300000,\n                    62.41\n                ],\n                [\n                    1702248000000,\n                    61.53333333333333\n                ],\n                [\n                    1702247700000,\n                    62.233333333333334\n                ],\n                [\n                    1702247400000,\n                    61.86333333333334\n                ],\n                [\n                    1702247100000,\n                    61.723333333333336\n                ],\n                [\n                    1702246800000,\n                    62.3\n                ],\n                [\n                    1702246500000,\n                    61.04\n                ],\n                [\n                    1702246200000,\n                    62.8\n                ],\n                [\n                    1702245900000,\n                    62.56666666666667\n                ],\n                [\n                    1702245600000,\n                    62.196666666666665\n                ],\n                [\n                    1702245300000,\n                    60.556666666666665\n                ],\n                [\n                    1702245000000,\n                    61.86666666666667\n                ],\n                [\n                    1702244700000,\n                    61.89\n                ],\n                [\n                    1702244400000,\n                    62.15\n                ],\n                [\n                    1702244100000,\n                    60.53666666666667\n                ],\n                [\n                    1702243800000,\n                    62.39666666666667\n                ],\n                [\n                    1702243500000,\n                    62.32\n                ],\n                [\n                    1702243200000,\n                    62.39333333333333\n                ],\n                [\n                    1702242900000,\n                    61.86666666666667\n                ],\n                [\n                    1702242600000,\n                    61.403333333333336\n                ],\n                [\n                    1702242300000,\n                    61.77\n                ],\n                [\n                    1702242000000,\n                    62.91\n                ],\n                [\n                    1702241700000,\n                    63.126666666666665\n                ],\n                [\n                    1702241400000,\n                    60.693333333333335\n                ],\n                [\n                    1702241100000,\n                    62.47666666666667\n                ],\n                [\n                    1702240800000,\n                    62.553333333333335\n                ],\n                [\n                    1702240500000,\n                    62.37\n                ],\n                [\n                    1702240200000,\n                    61.833333333333336\n                ],\n                [\n                    1702239900000,\n                    62.94\n                ],\n                [\n                    1702239600000,\n                    62.60666666666667\n                ],\n                [\n                    1702239300000,\n                    62.07\n                ],\n                [\n                    1702239000000,\n                    61.77333333333333\n                ],\n                [\n                    1702238700000,\n                    60.33\n                ],\n                [\n                    1702238400000,\n                    62.31\n                ],\n                [\n                    1702238100000,\n                    62.25\n                ],\n                [\n                    1702237800000,\n                    62.526666666666664\n                ],\n                [\n                    1702237500000,\n                    60.68\n                ],\n                [\n                    1702237200000,\n                    61.75333333333333\n                ],\n                [\n                    1702236900000,\n                    61.65\n                ],\n                [\n                    1702236600000,\n                    62.48\n                ],\n                [\n                    1702236300000,\n                    60.99333333333333\n                ],\n                [\n                    1702236000000,\n                    62.233333333333334\n                ],\n                [\n                    1702235700000,\n                    63.013333333333335\n                ],\n                [\n                    1702235400000,\n                    61.943333333333335\n                ],\n                [\n                    1702235100000,\n                    60.34\n                ],\n                [\n                    1702234800000,\n                    62.086666666666666\n                ],\n                [\n                    1702234500000,\n                    62.38333333333333\n                ],\n                [\n                    1702234200000,\n                    62.04666666666667\n                ],\n                [\n                    1702233900000,\n                    61.55\n                ],\n                [\n                    1702233600000,\n                    62.52\n                ],\n                [\n                    1702233300000,\n                    61.49666666666667\n                ],\n                [\n                    1702233000000,\n                    61.56666666666667\n                ],\n                [\n                    1702232700000,\n                    62.196666666666665\n                ],\n                [\n                    1702232400000,\n                    61.01\n                ],\n                [\n                    1702232100000,\n                    62.43\n                ],\n                [\n                    1702231800000,\n                    62.443333333333335\n                ],\n                [\n                    1702231500000,\n                    62.196666666666665\n                ],\n                [\n                    1702231200000,\n                    60.586666666666666\n                ],\n                [\n                    1702230900000,\n                    62.17\n                ],\n                [\n                    1702230600000,\n                    62.14333333333333\n                ],\n                [\n                    1702230300000,\n                    62.42666666666667\n                ],\n                [\n                    1702230000000,\n                    62.526666666666664\n                ],\n                [\n                    1702229700000,\n                    61.64666666666667\n                ],\n                [\n                    1702229400000,\n                    62.13333333333333\n                ],\n                [\n                    1702229100000,\n                    62.18\n                ],\n                [\n                    1702228800000,\n                    61.97666666666667\n                ],\n                [\n                    1702228500000,\n                    60.86333333333334\n                ],\n                [\n                    1702228200000,\n                    61.983333333333334\n                ],\n                [\n                    1702227900000,\n                    62.516666666666666\n                ],\n                [\n                    1702227600000,\n                    62.68333333333333\n                ],\n                [\n                    1702227300000,\n                    60.88\n                ],\n                [\n                    1702227000000,\n                    61.79\n                ],\n                [\n                    1702226700000,\n                    62.11\n                ],\n                [\n                    1702226400000,\n                    62.43333333333333\n                ],\n                [\n                    1702226100000,\n                    62.13666666666666\n                ],\n                [\n                    1702225800000,\n                    61.25666666666667\n                ],\n                [\n                    1702225500000,\n                    62.873333333333335\n                ],\n                [\n                    1702225200000,\n                    62.11333333333334\n                ],\n                [\n                    1702224900000,\n                    61.97666666666667\n                ],\n                [\n                    1702224600000,\n                    61.056666666666665\n                ],\n                [\n                    1702224300000,\n                    61.46333333333333\n                ],\n                [\n                    1702224000000,\n                    61.986666666666665\n                ],\n                [\n                    1702223700000,\n                    64.06666666666666\n                ],\n                [\n                    1702223400000,\n                    60.82\n                ],\n                [\n                    1702223100000,\n                    62.29666666666667\n                ],\n                [\n                    1702222800000,\n                    62.03333333333333\n                ],\n                [\n                    1702222500000,\n                    62.056666666666665\n                ],\n                [\n                    1702222200000,\n                    60.60333333333333\n                ],\n                [\n                    1702221900000,\n                    62.25\n                ],\n                [\n                    1702221600000,\n                    62.39\n                ],\n                [\n                    1702221300000,\n                    62.13333333333333\n                ],\n                [\n                    1702221000000,\n                    61.846666666666664\n                ],\n                [\n                    1702220700000,\n                    60.89\n                ],\n                [\n                    1702220400000,\n                    62.5\n                ],\n                [\n                    1702220100000,\n                    62.36\n                ],\n                [\n                    1702219800000,\n                    62.29333333333334\n                ],\n                [\n                    1702219500000,\n                    61.46333333333333\n                ],\n                [\n                    1702219200000,\n                    62.14666666666667\n                ],\n                [\n                    1702218900000,\n                    62.19\n                ],\n                [\n                    1702218600000,\n                    62.48\n                ],\n                [\n                    1702218300000,\n                    61.59\n                ],\n                [\n                    1702218000000,\n                    62.153333333333336\n                ],\n                [\n                    1702217700000,\n                    62.653333333333336\n                ],\n                [\n                    1702217400000,\n                    62.586666666666666\n                ],\n                [\n                    1702217100000,\n                    61.91\n                ],\n                [\n                    1702216800000,\n                    60.54\n                ],\n                [\n                    1702216500000,\n                    62.92333333333333\n                ],\n                [\n                    1702216200000,\n                    62.03333333333333\n                ],\n                [\n                    1702215900000,\n                    62.97666666666667\n                ],\n                [\n                    1702215600000,\n                    61.266666666666666\n                ],\n                [\n                    1702215300000,\n                    62.25333333333333\n                ],\n                [\n                    1702215000000,\n                    61.986666666666665\n                ],\n                [\n                    1702214700000,\n                    62.59\n                ],\n                [\n                    1702214400000,\n                    62.473333333333336\n                ],\n                [\n                    1702214100000,\n                    61.35333333333333\n                ],\n                [\n                    1702213800000,\n                    62.79666666666667\n                ],\n                [\n                    1702213500000,\n                    62.306666666666665\n                ],\n                [\n                    1702213200000,\n                    62.86666666666667\n                ],\n                [\n                    1702212900000,\n                    60.45333333333333\n                ],\n                [\n                    1702212600000,\n                    62.35666666666667\n                ],\n                [\n                    1702212300000,\n                    62.74\n                ],\n                [\n                    1702212000000,\n                    62.33\n                ],\n                [\n                    1702211700000,\n                    60.913333333333334\n                ],\n                [\n                    1702211400000,\n                    62.49\n                ],\n                [\n                    1702211100000,\n                    61.85333333333333\n                ],\n                [\n                    1702210800000,\n                    61.61\n                ],\n                [\n                    1702210500000,\n                    62.78\n                ],\n                [\n                    1702210200000,\n                    61.193333333333335\n                ],\n                [\n                    1702209900000,\n                    62.37\n                ],\n                [\n                    1702209600000,\n                    62.26\n                ],\n                [\n                    1702209300000,\n                    62.443333333333335\n                ],\n                [\n                    1702209000000,\n                    61.24666666666667\n                ],\n                [\n                    1702208700000,\n                    60.75\n                ],\n                [\n                    1702208400000,\n                    61.94\n                ],\n                [\n                    1702208100000,\n                    62.04\n                ],\n                [\n                    1702207800000,\n                    62.77333333333333\n                ],\n                [\n                    1702207500000,\n                    61.46333333333333\n                ],\n                [\n                    1702207200000,\n                    62.24\n                ],\n                [\n                    1702206900000,\n                    62.083333333333336\n                ],\n                [\n                    1702206600000,\n                    62.31666666666667\n                ],\n                [\n                    1702206300000,\n                    61.13333333333333\n                ],\n                [\n                    1702206000000,\n                    62.843333333333334\n                ],\n                [\n                    1702205700000,\n                    62.24333333333333\n                ],\n                [\n                    1702205400000,\n                    61.946666666666665\n                ],\n                [\n                    1702205100000,\n                    61.92\n                ],\n                [\n                    1702204800000,\n                    61.416666666666664\n                ],\n                [\n                    1702204500000,\n                    61.776666666666664\n                ],\n                [\n                    1702204200000,\n                    62.656666666666666\n                ],\n                [\n                    1702203900000,\n                    62.196666666666665\n                ],\n                [\n                    1702203600000,\n                    62.00666666666667\n                ],\n                [\n                    1702203300000,\n                    62.11\n                ],\n                [\n                    1702203000000,\n                    61.343333333333334\n                ],\n                [\n                    1702202700000,\n                    61.6\n                ],\n                [\n                    1702202400000,\n                    61.803333333333335\n                ],\n                [\n                    1702202100000,\n                    61.99666666666667\n                ],\n                [\n                    1702201800000,\n                    63.43333333333333\n                ],\n                [\n                    1702201500000,\n                    62.593333333333334\n                ],\n                [\n                    1702201200000,\n                    60.81333333333333\n                ],\n                [\n                    1702200900000,\n                    61.27\n                ],\n                [\n                    1702200600000,\n                    61.96\n                ],\n                [\n                    1702200300000,\n                    61.666666666666664\n                ],\n                [\n                    1702200000000,\n                    62.303333333333335\n                ],\n                [\n                    1702199700000,\n                    62.07666666666667\n                ],\n                [\n                    1702199400000,\n                    62.156666666666666\n                ],\n                [\n                    1702199100000,\n                    61.24\n                ],\n                [\n                    1702198800000,\n                    61.66\n                ],\n                [\n                    1702198500000,\n                    62.653333333333336\n                ],\n                [\n                    1702198200000,\n                    61.84\n                ],\n                [\n                    1702197900000,\n                    62.19\n                ],\n                [\n                    1702197600000,\n                    62.09\n                ],\n                [\n                    1702197300000,\n                    61.93666666666667\n                ],\n                [\n                    1702197000000,\n                    61.38\n                ],\n                [\n                    1702196700000,\n                    62.236666666666665\n                ],\n                [\n                    1702196400000,\n                    61.48\n                ],\n                [\n                    1702196100000,\n                    62.473333333333336\n                ],\n                [\n                    1702195800000,\n                    62.17\n                ],\n                [\n                    1702195500000,\n                    62.35\n                ],\n                [\n                    1702195200000,\n                    61.623333333333335\n                ],\n                [\n                    1702194900000,\n                    61.47666666666667\n                ],\n                [\n                    1702194600000,\n                    63.33\n                ],\n                [\n                    1702194300000,\n                    61.88666666666666\n                ],\n                [\n                    1702194000000,\n                    62.06666666666667\n                ],\n                [\n                    1702193700000,\n                    62.28333333333333\n                ],\n                [\n                    1702193400000,\n                    62.53\n                ],\n                [\n                    1702193100000,\n                    63.263333333333335\n                ],\n                [\n                    1702192800000,\n                    61.37\n                ],\n                [\n                    1702192500000,\n                    62.11333333333334\n                ],\n                [\n                    1702192200000,\n                    61.31333333333333\n                ],\n                [\n                    1702191900000,\n                    62.00333333333333\n                ],\n                [\n                    1702191600000,\n                    61.53333333333333\n                ],\n                [\n                    1702191300000,\n                    61.81666666666667\n                ],\n                [\n                    1702191000000,\n                    61.17666666666667\n                ],\n                [\n                    1702190700000,\n                    62.223333333333336\n                ],\n                [\n                    1702190400000,\n                    62.27333333333333\n                ],\n                [\n                    1702190100000,\n                    61.54\n                ],\n                [\n                    1702189800000,\n                    62.02333333333333\n                ],\n                [\n                    1702189500000,\n                    62.763333333333335\n                ],\n                [\n                    1702189200000,\n                    61.49\n                ],\n                [\n                    1702188900000,\n                    61.526666666666664\n                ],\n                [\n                    1702188600000,\n                    61.846666666666664\n                ],\n                [\n                    1702188300000,\n                    61.07\n                ],\n                [\n                    1702188000000,\n                    62.026666666666664\n                ],\n                [\n                    1702187700000,\n                    61.41\n                ],\n                [\n                    1702187400000,\n                    62.20333333333333\n                ],\n                [\n                    1702187100000,\n                    61.49333333333333\n                ],\n                [\n                    1702186800000,\n                    61.556666666666665\n                ],\n                [\n                    1702186500000,\n                    61.68333333333333\n                ],\n                [\n                    1702186200000,\n                    63.27\n                ],\n                [\n                    1702185900000,\n                    62.54666666666667\n                ],\n                [\n                    1702185600000,\n                    61.86666666666667\n                ],\n                [\n                    1702185300000,\n                    62.52333333333333\n                ],\n                [\n                    1702185000000,\n                    60.723333333333336\n                ],\n                [\n                    1702184700000,\n                    61.81\n                ],\n                [\n                    1702184400000,\n                    61.85333333333333\n                ],\n                [\n                    1702184100000,\n                    62.343333333333334\n                ],\n                [\n                    1702183800000,\n                    62.18333333333333\n                ],\n                [\n                    1702183500000,\n                    62.45666666666666\n                ],\n                [\n                    1702183200000,\n                    61.23\n                ],\n                [\n                    1702182900000,\n                    61.00666666666667\n                ],\n                [\n                    1702182600000,\n                    57.77\n                ],\n                [\n                    1702182300000,\n                    57.51\n                ],\n                [\n                    1702182000000,\n                    57.73\n                ],\n                [\n                    1702181700000,\n                    57.99333333333333\n                ],\n                [\n                    1702181400000,\n                    61.45666666666666\n                ],\n                [\n                    1702181100000,\n                    60.11333333333334\n                ],\n                [\n                    1702180800000,\n                    61.57333333333333\n                ],\n                [\n                    1702180500000,\n                    61.72\n                ],\n                [\n                    1702180200000,\n                    60.99333333333333\n                ],\n                [\n                    1702179900000,\n                    62.39333333333333\n                ],\n                [\n                    1702179600000,\n                    61.66\n                ],\n                [\n                    1702179300000,\n                    61.89333333333333\n                ],\n                [\n                    1702179000000,\n                    63.03666666666667\n                ],\n                [\n                    1702178700000,\n                    60.47666666666667\n                ],\n                [\n                    1702178400000,\n                    63.053333333333335\n                ],\n                [\n                    1702178100000,\n                    62.02\n                ],\n                [\n                    1702177800000,\n                    62.39333333333333\n                ],\n                [\n                    1702177500000,\n                    62.23\n                ],\n                [\n                    1702177200000,\n                    61.406666666666666\n                ],\n                [\n                    1702176900000,\n                    61.486666666666665\n                ],\n                [\n                    1702176600000,\n                    62.11333333333334\n                ],\n                [\n                    1702176300000,\n                    62.013333333333335\n                ],\n                [\n                    1702176000000,\n                    62.31\n                ],\n                [\n                    1702175700000,\n                    62.45666666666666\n                ],\n                [\n                    1702175400000,\n                    62.93\n                ],\n                [\n                    1702175100000,\n                    61.57333333333333\n                ],\n                [\n                    1702174800000,\n                    61.5\n                ],\n                [\n                    1702174500000,\n                    62.34\n                ],\n                [\n                    1702174200000,\n                    61.52\n                ],\n                [\n                    1702173900000,\n                    61.77333333333333\n                ],\n                [\n                    1702173600000,\n                    62.49\n                ],\n                [\n                    1702173300000,\n                    61.806666666666665\n                ],\n                [\n                    1702173000000,\n                    61.14666666666667\n                ],\n                [\n                    1702172700000,\n                    61.28666666666667\n                ],\n                [\n                    1702172400000,\n                    61.483333333333334\n                ],\n                [\n                    1702172100000,\n                    61.50333333333333\n                ],\n                [\n                    1702171800000,\n                    62.343333333333334\n                ],\n                [\n                    1702171500000,\n                    62.15\n                ],\n                [\n                    1702171200000,\n                    61.93333333333333\n                ],\n                [\n                    1702170900000,\n                    61.446666666666665\n                ],\n                [\n                    1702170600000,\n                    61.93666666666667\n                ],\n                [\n                    1702170300000,\n                    61.35\n                ],\n                [\n                    1702170000000,\n                    62.16\n                ],\n                [\n                    1702169700000,\n                    62.11\n                ],\n                [\n                    1702169400000,\n                    63.53\n                ],\n                [\n                    1702169100000,\n                    61.61666666666667\n                ],\n                [\n                    1702168800000,\n                    61.14666666666667\n                ],\n                [\n                    1702168500000,\n                    61.49666666666667\n                ],\n                [\n                    1702168200000,\n                    61.99666666666667\n                ],\n                [\n                    1702167900000,\n                    62.026666666666664\n                ],\n                [\n                    1702167600000,\n                    62.403333333333336\n                ],\n                [\n                    1702167300000,\n                    62.74666666666667\n                ],\n                [\n                    1702167000000,\n                    61.553333333333335\n                ],\n                [\n                    1702166700000,\n                    64.29\n                ],\n                [\n                    1702166400000,\n                    69.18666666666667\n                ],\n                [\n                    1702166100000,\n                    69.18666666666667\n                ],\n                [\n                    1702165800000,\n                    68.58333333333333\n                ],\n                [\n                    1702165500000,\n                    62.48\n                ],\n                [\n                    1702165200000,\n                    61.92\n                ],\n                [\n                    1702164900000,\n                    61.61333333333334\n                ],\n                [\n                    1702164600000,\n                    62.01\n                ],\n                [\n                    1702164300000,\n                    61.62\n                ],\n                [\n                    1702164000000,\n                    62.24333333333333\n                ],\n                [\n                    1702163700000,\n                    61.66\n                ],\n                [\n                    1702163400000,\n                    61.73\n                ],\n                [\n                    1702163100000,\n                    60.93666666666667\n                ],\n                [\n                    1702162800000,\n                    61.43\n                ],\n                [\n                    1702162500000,\n                    61.913333333333334\n                ],\n                [\n                    1702162200000,\n                    62.28\n                ],\n                [\n                    1702161900000,\n                    62.28666666666667\n                ],\n                [\n                    1702161600000,\n                    62.49666666666667\n                ],\n                [\n                    1702161300000,\n                    62.61333333333334\n                ],\n                [\n                    1702161000000,\n                    61.95333333333333\n                ],\n                [\n                    1702160700000,\n                    61.75666666666667\n                ],\n                [\n                    1702160400000,\n                    63.36666666666667\n                ],\n                [\n                    1702160100000,\n                    62.46\n                ],\n                [\n                    1702159800000,\n                    62.21333333333333\n                ],\n                [\n                    1702159500000,\n                    62.32\n                ],\n                [\n                    1702159200000,\n                    62.513333333333335\n                ],\n                [\n                    1702158900000,\n                    61.39333333333333\n                ],\n                [\n                    1702158600000,\n                    62.21\n                ],\n                [\n                    1702158300000,\n                    61.343333333333334\n                ],\n                [\n                    1702158000000,\n                    61.833333333333336\n                ],\n                [\n                    1702157700000,\n                    61.78666666666667\n                ],\n                [\n                    1702157400000,\n                    62.233333333333334\n                ],\n                [\n                    1702157100000,\n                    61.86666666666667\n                ],\n                [\n                    1702156800000,\n                    61.64333333333333\n                ],\n                [\n                    1702156500000,\n                    62.1\n                ],\n                [\n                    1702156200000,\n                    61.62\n                ],\n                [\n                    1702155900000,\n                    62.12\n                ],\n                [\n                    1702155600000,\n                    62.03666666666667\n                ],\n                [\n                    1702155300000,\n                    62.70666666666666\n                ],\n                [\n                    1702155000000,\n                    61.60666666666667\n                ],\n                [\n                    1702154700000,\n                    61.77\n                ],\n                [\n                    1702154400000,\n                    61.343333333333334\n                ],\n                [\n                    1702154100000,\n                    62.12\n                ],\n                [\n                    1702153800000,\n                    61.71\n                ],\n                [\n                    1702153500000,\n                    62.03333333333333\n                ],\n                [\n                    1702153200000,\n                    62.13666666666666\n                ],\n                [\n                    1702152900000,\n                    62.1\n                ],\n                [\n                    1702152600000,\n                    61.57\n                ],\n                [\n                    1702152300000,\n                    61.49666666666667\n                ],\n                [\n                    1702152000000,\n                    62.36333333333334\n                ],\n                [\n                    1702151700000,\n                    61.74\n                ],\n                [\n                    1702151400000,\n                    62.373333333333335\n                ],\n                [\n                    1702151100000,\n                    62.08\n                ],\n                [\n                    1702150800000,\n                    61.093333333333334\n                ],\n                [\n                    1702150500000,\n                    61.84\n                ],\n                [\n                    1702150200000,\n                    61.25\n                ],\n                [\n                    1702149900000,\n                    63.43666666666667\n                ],\n                [\n                    1702149600000,\n                    62.013333333333335\n                ],\n                [\n                    1702149300000,\n                    62.763333333333335\n                ],\n                [\n                    1702149000000,\n                    61.666666666666664\n                ],\n                [\n                    1702148700000,\n                    61.333333333333336\n                ],\n                [\n                    1702148400000,\n                    61.62\n                ],\n                [\n                    1702148100000,\n                    61.43333333333333\n                ],\n                [\n                    1702147800000,\n                    61.843333333333334\n                ],\n                [\n                    1702147500000,\n                    62.20666666666666\n                ],\n                [\n                    1702147200000,\n                    62.026666666666664\n                ],\n                [\n                    1702146900000,\n                    61.486666666666665\n                ],\n                [\n                    1702146600000,\n                    61.25333333333333\n                ],\n                [\n                    1702146300000,\n                    61.75333333333333\n                ],\n                [\n                    1702146000000,\n                    61.99333333333333\n                ],\n                [\n                    1702145700000,\n                    62.29333333333334\n                ],\n                [\n                    1702145400000,\n                    63.00666666666667\n                ],\n                [\n                    1702145100000,\n                    62.056666666666665\n                ],\n                [\n                    1702144800000,\n                    61.18333333333333\n                ],\n                [\n                    1702144500000,\n                    61.92666666666667\n                ],\n                [\n                    1702144200000,\n                    61.71666666666667\n                ],\n                [\n                    1702143900000,\n                    62.74666666666667\n                ],\n                [\n                    1702143600000,\n                    62.11\n                ],\n                [\n                    1702143300000,\n                    62.416666666666664\n                ],\n                [\n                    1702143000000,\n                    62.29\n                ],\n                [\n                    1702142700000,\n                    61.22\n                ],\n                [\n                    1702142400000,\n                    62.11333333333334\n                ],\n                [\n                    1702142100000,\n                    61.98\n                ],\n                [\n                    1702141800000,\n                    62.00666666666667\n                ],\n                [\n                    1702141500000,\n                    61.78333333333333\n                ],\n                [\n                    1702141200000,\n                    62.42\n                ],\n                [\n                    1702140900000,\n                    61.52\n                ],\n                [\n                    1702140600000,\n                    61.45666666666666\n                ],\n                [\n                    1702140300000,\n                    61.93\n                ],\n                [\n                    1702140000000,\n                    62.24666666666667\n                ],\n                [\n                    1702139700000,\n                    61.79\n                ],\n                [\n                    1702139400000,\n                    62.63\n                ],\n                [\n                    1702139100000,\n                    62.04333333333334\n                ],\n                [\n                    1702138800000,\n                    61.96333333333333\n                ],\n                [\n                    1702138500000,\n                    61.56\n                ],\n                [\n                    1702138200000,\n                    61.526666666666664\n                ],\n                [\n                    1702137900000,\n                    61.96\n                ],\n                [\n                    1702137600000,\n                    62.473333333333336\n                ],\n                [\n                    1702137300000,\n                    62.38333333333333\n                ],\n                [\n                    1702137000000,\n                    62.39666666666667\n                ],\n                [\n                    1702136700000,\n                    62.276666666666664\n                ],\n                [\n                    1702136400000,\n                    62.11\n                ],\n                [\n                    1702136100000,\n                    61.47666666666667\n                ],\n                [\n                    1702135800000,\n                    62.593333333333334\n                ],\n                [\n                    1702135500000,\n                    62.833333333333336\n                ],\n                [\n                    1702135200000,\n                    62.79\n                ],\n                [\n                    1702134900000,\n                    61.85666666666667\n                ],\n                [\n                    1702134600000,\n                    61.596666666666664\n                ],\n                [\n                    1702134300000,\n                    61.64\n                ],\n                [\n                    1702134000000,\n                    61.68666666666667\n                ],\n                [\n                    1702133700000,\n                    62.766666666666666\n                ],\n                [\n                    1702133400000,\n                    63.10666666666667\n                ],\n                [\n                    1702133100000,\n                    62.596666666666664\n                ],\n                [\n                    1702132800000,\n                    61.74666666666667\n                ],\n                [\n                    1702132500000,\n                    62.22666666666667\n                ],\n                [\n                    1702132200000,\n                    61.5\n                ],\n                [\n                    1702131900000,\n                    62.25666666666667\n                ],\n                [\n                    1702131600000,\n                    62.10333333333333\n                ],\n                [\n                    1702131300000,\n                    63.053333333333335\n                ],\n                [\n                    1702131000000,\n                    62.10666666666667\n                ],\n                [\n                    1702130700000,\n                    61.67\n                ],\n                [\n                    1702130400000,\n                    61.69\n                ],\n                [\n                    1702130100000,\n                    61.31\n                ],\n                [\n                    1702129800000,\n                    62.17\n                ],\n                [\n                    1702129500000,\n                    62.27\n                ],\n                [\n                    1702129200000,\n                    62.07333333333333\n                ],\n                [\n                    1702128900000,\n                    61.376666666666665\n                ],\n                [\n                    1702128600000,\n                    61.22\n                ],\n                [\n                    1702128300000,\n                    61.93\n                ],\n                [\n                    1702128000000,\n                    61.54\n                ],\n                [\n                    1702127700000,\n                    62.58\n                ],\n                [\n                    1702127400000,\n                    62.336666666666666\n                ],\n                [\n                    1702127100000,\n                    62.406666666666666\n                ],\n                [\n                    1702126800000,\n                    61.443333333333335\n                ],\n                [\n                    1702126500000,\n                    61.24333333333333\n                ],\n                [\n                    1702126200000,\n                    61.17333333333333\n                ],\n                [\n                    1702125900000,\n                    61.21666666666667\n                ],\n                [\n                    1702125600000,\n                    61.663333333333334\n                ],\n                [\n                    1702125300000,\n                    62.52333333333333\n                ],\n                [\n                    1702125000000,\n                    61.54666666666667\n                ],\n                [\n                    1702124700000,\n                    61.27333333333333\n                ],\n                [\n                    1702124400000,\n                    61.57666666666667\n                ],\n                [\n                    1702124100000,\n                    61.24\n                ],\n                [\n                    1702123800000,\n                    61.96333333333333\n                ],\n                [\n                    1702123500000,\n                    61.68\n                ],\n                [\n                    1702123200000,\n                    62.333333333333336\n                ],\n                [\n                    1702122900000,\n                    61.68\n                ],\n                [\n                    1702122600000,\n                    61.266666666666666\n                ],\n                [\n                    1702122300000,\n                    61.97666666666667\n                ],\n                [\n                    1702122000000,\n                    62.626666666666665\n                ],\n                [\n                    1702121700000,\n                    61.29333333333334\n                ],\n                [\n                    1702121400000,\n                    62.193333333333335\n                ],\n                [\n                    1702121100000,\n                    61.79333333333334\n                ],\n                [\n                    1702120800000,\n                    61.64666666666667\n                ],\n                [\n                    1702120500000,\n                    61.20666666666666\n                ],\n                [\n                    1702120200000,\n                    61.49\n                ],\n                [\n                    1702119900000,\n                    61.36333333333334\n                ],\n                [\n                    1702119600000,\n                    61.49333333333333\n                ],\n                [\n                    1702119300000,\n                    62.43\n                ],\n                [\n                    1702119000000,\n                    62.08\n                ],\n                [\n                    1702118700000,\n                    61.85\n                ],\n                [\n                    1702118400000,\n                    61.49\n                ],\n                [\n                    1702118100000,\n                    61.4\n                ],\n                [\n                    1702117800000,\n                    61.64666666666667\n                ],\n                [\n                    1702117500000,\n                    61.82666666666667\n                ],\n                [\n                    1702117200000,\n                    62.63666666666666\n                ],\n                [\n                    1702116900000,\n                    61.99333333333333\n                ],\n                [\n                    1702116600000,\n                    61.096666666666664\n                ],\n                [\n                    1702116300000,\n                    61.766666666666666\n                ],\n                [\n                    1702116000000,\n                    61.876666666666665\n                ],\n                [\n                    1702115700000,\n                    62.096666666666664\n                ],\n                [\n                    1702115400000,\n                    62.52\n                ],\n                [\n                    1702115100000,\n                    62.406666666666666\n                ],\n                [\n                    1702114800000,\n                    62.153333333333336\n                ],\n                [\n                    1702114500000,\n                    61.03666666666667\n                ],\n                [\n                    1702114200000,\n                    61.846666666666664\n                ],\n                [\n                    1702113900000,\n                    61.61\n                ],\n                [\n                    1702113600000,\n                    61.74\n                ],\n                [\n                    1702113300000,\n                    62.71\n                ],\n                [\n                    1702113000000,\n                    63.64666666666667\n                ],\n                [\n                    1702112700000,\n                    61.03\n                ],\n                [\n                    1702112400000,\n                    63.14333333333333\n                ],\n                [\n                    1702112100000,\n                    62.11666666666667\n                ],\n                [\n                    1702111800000,\n                    61.71333333333333\n                ],\n                [\n                    1702111500000,\n                    62.223333333333336\n                ],\n                [\n                    1702111200000,\n                    63.24\n                ],\n                [\n                    1702110900000,\n                    61.946666666666665\n                ],\n                [\n                    1702110600000,\n                    61.2\n                ],\n                [\n                    1702110300000,\n                    61.46333333333333\n                ],\n                [\n                    1702110000000,\n                    61.20666666666666\n                ],\n                [\n                    1702109700000,\n                    61.96\n                ],\n                [\n                    1702109400000,\n                    62.156666666666666\n                ],\n                [\n                    1702109100000,\n                    62.56333333333333\n                ],\n                [\n                    1702108800000,\n                    61.72666666666667\n                ],\n                [\n                    1702108500000,\n                    61.35\n                ],\n                [\n                    1702108200000,\n                    61.89\n                ],\n                [\n                    1702107900000,\n                    61.78\n                ],\n                [\n                    1702107600000,\n                    62.22\n                ],\n                [\n                    1702107300000,\n                    63.126666666666665\n                ],\n                [\n                    1702107000000,\n                    62.223333333333336\n                ],\n                [\n                    1702106700000,\n                    65.06666666666666\n                ],\n                [\n                    1702106400000,\n                    61.20333333333333\n                ],\n                [\n                    1702106100000,\n                    61.75666666666667\n                ],\n                [\n                    1702105800000,\n                    61.38\n                ],\n                [\n                    1702105500000,\n                    62.04666666666667\n                ],\n                [\n                    1702105200000,\n                    62.52333333333333\n                ],\n                [\n                    1702104900000,\n                    62.126666666666665\n                ],\n                [\n                    1702104600000,\n                    61.35\n                ],\n                [\n                    1702104300000,\n                    61.54666666666667\n                ],\n                [\n                    1702104000000,\n                    61.593333333333334\n                ],\n                [\n                    1702103700000,\n                    61.57\n                ],\n                [\n                    1702103400000,\n                    61.763333333333335\n                ],\n                [\n                    1702103100000,\n                    62.75333333333333\n                ],\n                [\n                    1702102800000,\n                    62.013333333333335\n                ],\n                [\n                    1702102500000,\n                    61.43666666666667\n                ],\n                [\n                    1702102200000,\n                    62.196666666666665\n                ],\n                [\n                    1702101900000,\n                    61.236666666666665\n                ],\n                [\n                    1702101600000,\n                    62.276666666666664\n                ],\n                [\n                    1702101300000,\n                    63.153333333333336\n                ],\n                [\n                    1702101000000,\n                    62.016666666666666\n                ],\n                [\n                    1702100700000,\n                    61.96333333333333\n                ],\n                [\n                    1702100400000,\n                    61.17666666666667\n                ],\n                [\n                    1702100100000,\n                    61.32333333333333\n                ],\n                [\n                    1702099800000,\n                    61.26\n                ],\n                [\n                    1702099500000,\n                    61.85666666666667\n                ],\n                [\n                    1702099200000,\n                    62.63\n                ],\n                [\n                    1702098900000,\n                    61.77333333333333\n                ],\n                [\n                    1702098600000,\n                    62.18\n                ],\n                [\n                    1702098300000,\n                    61.53\n                ],\n                [\n                    1702098000000,\n                    61.8\n                ],\n                [\n                    1702097700000,\n                    61.32333333333333\n                ],\n                [\n                    1702097400000,\n                    61.89\n                ],\n                [\n                    1702097100000,\n                    62.63666666666666\n                ],\n                [\n                    1702096800000,\n                    61.18333333333333\n                ],\n                [\n                    1702096500000,\n                    60.776666666666664\n                ],\n                [\n                    1702096200000,\n                    61.656666666666666\n                ],\n                [\n                    1702095900000,\n                    61.21666666666667\n                ],\n                [\n                    1702095600000,\n                    61.74666666666667\n                ],\n                [\n                    1702095300000,\n                    62.03666666666667\n                ],\n                [\n                    1702095000000,\n                    63.17\n                ],\n                [\n                    1702094700000,\n                    62.126666666666665\n                ],\n                [\n                    1702094400000,\n                    61.20666666666666\n                ],\n                [\n                    1702094100000,\n                    61.77333333333333\n                ],\n                [\n                    1702093800000,\n                    61.51\n                ],\n                [\n                    1702093500000,\n                    61.653333333333336\n                ],\n                [\n                    1702093200000,\n                    62.23\n                ],\n                [\n                    1702092900000,\n                    61.67666666666667\n                ],\n                [\n                    1702092600000,\n                    62.52333333333333\n                ],\n                [\n                    1702092300000,\n                    61.403333333333336\n                ],\n                [\n                    1702092000000,\n                    62.196666666666665\n                ],\n                [\n                    1702091700000,\n                    61.52333333333333\n                ],\n                [\n                    1702091400000,\n                    62.52333333333333\n                ],\n                [\n                    1702091100000,\n                    63.42\n                ],\n                [\n                    1702090800000,\n                    61.43666666666667\n                ],\n                [\n                    1702090500000,\n                    61.71\n                ],\n                [\n                    1702090200000,\n                    64.09333333333333\n                ],\n                [\n                    1702089900000,\n                    62.47\n                ],\n                [\n                    1702089600000,\n                    61.74333333333333\n                ],\n                [\n                    1702089300000,\n                    62.69\n                ],\n                [\n                    1702089000000,\n                    63.36333333333334\n                ],\n                [\n                    1702088700000,\n                    62.10666666666667\n                ],\n                [\n                    1702088400000,\n                    61.65\n                ],\n                [\n                    1702088100000,\n                    61.78\n                ],\n                [\n                    1702087800000,\n                    61.34\n                ],\n                [\n                    1702087500000,\n                    61.96\n                ],\n                [\n                    1702087200000,\n                    62.24666666666667\n                ],\n                [\n                    1702086900000,\n                    61.9\n                ],\n                [\n                    1702086600000,\n                    62.18\n                ],\n                [\n                    1702086300000,\n                    61.59\n                ],\n                [\n                    1702086000000,\n                    62.03333333333333\n                ],\n                [\n                    1702085700000,\n                    62.233333333333334\n                ],\n                [\n                    1702085400000,\n                    62.473333333333336\n                ],\n                [\n                    1702085100000,\n                    62.916666666666664\n                ],\n                [\n                    1702084800000,\n                    61.29\n                ],\n                [\n                    1702084500000,\n                    61.873333333333335\n                ],\n                [\n                    1702084200000,\n                    61.263333333333335\n                ],\n                [\n                    1702083900000,\n                    61.57333333333333\n                ],\n                [\n                    1702083600000,\n                    61.336666666666666\n                ],\n                [\n                    1702083300000,\n                    61.95\n                ],\n                [\n                    1702083000000,\n                    63.38333333333333\n                ],\n                [\n                    1702082700000,\n                    62.13666666666666\n                ],\n                [\n                    1702082400000,\n                    61.836666666666666\n                ],\n                [\n                    1702082100000,\n                    64.12333333333333\n                ],\n                [\n                    1702081800000,\n                    60.72\n                ],\n                [\n                    1702081500000,\n                    61.973333333333336\n                ],\n                [\n                    1702081200000,\n                    63.60333333333333\n                ],\n                [\n                    1702080900000,\n                    62.34\n                ],\n                [\n                    1702080600000,\n                    61.25666666666667\n                ],\n                [\n                    1702080300000,\n                    61.37\n                ],\n                [\n                    1702080000000,\n                    61.67666666666667\n                ],\n                [\n                    1702079700000,\n                    61.74666666666667\n                ],\n                [\n                    1702079400000,\n                    62.25\n                ],\n                [\n                    1702079100000,\n                    62.836666666666666\n                ],\n                [\n                    1702078800000,\n                    61.88666666666666\n                ],\n                [\n                    1702078500000,\n                    62.44\n                ],\n                [\n                    1702078200000,\n                    61.88333333333333\n                ],\n                [\n                    1702077900000,\n                    62.06666666666667\n                ],\n                [\n                    1702077600000,\n                    62.01\n                ],\n                [\n                    1702077300000,\n                    62.526666666666664\n                ],\n                [\n                    1702077000000,\n                    62.67333333333333\n                ],\n                [\n                    1702076700000,\n                    61.07\n                ],\n                [\n                    1702076400000,\n                    61.78\n                ],\n                [\n                    1702076100000,\n                    62.04333333333334\n                ],\n                [\n                    1702075800000,\n                    61.833333333333336\n                ],\n                [\n                    1702075500000,\n                    61.97\n                ],\n                [\n                    1702075200000,\n                    62.56333333333333\n                ],\n                [\n                    1702074900000,\n                    63.31\n                ],\n                [\n                    1702074600000,\n                    61.836666666666666\n                ],\n                [\n                    1702074300000,\n                    61.06333333333333\n                ],\n                [\n                    1702074000000,\n                    62.04\n                ],\n                [\n                    1702073700000,\n                    61.50333333333333\n                ],\n                [\n                    1702073400000,\n                    62.21333333333333\n                ],\n                [\n                    1702073100000,\n                    62.95666666666666\n                ],\n                [\n                    1702072800000,\n                    62.42666666666667\n                ],\n                [\n                    1702072500000,\n                    62.57\n                ],\n                [\n                    1702072200000,\n                    62.97666666666667\n                ],\n                [\n                    1702071900000,\n                    60.666666666666664\n                ],\n                [\n                    1702071600000,\n                    61.486666666666665\n                ],\n                [\n                    1702071300000,\n                    62.56\n                ],\n                [\n                    1702071000000,\n                    64.16666666666667\n                ],\n                [\n                    1702070700000,\n                    62.09\n                ],\n                [\n                    1702070400000,\n                    62.00666666666667\n                ],\n                [\n                    1702070100000,\n                    62.03666666666667\n                ],\n                [\n                    1702069800000,\n                    61.49666666666667\n                ],\n                [\n                    1702069500000,\n                    62.13\n                ],\n                [\n                    1702069200000,\n                    62.46333333333333\n                ],\n                [\n                    1702068900000,\n                    63.123333333333335\n                ],\n                [\n                    1702068600000,\n                    61.54333333333334\n                ],\n                [\n                    1702068300000,\n                    60.97666666666667\n                ],\n                [\n                    1702068000000,\n                    62.123333333333335\n                ],\n                [\n                    1702067700000,\n                    62.57666666666667\n                ],\n                [\n                    1702067400000,\n                    61.8\n                ],\n                [\n                    1702067100000,\n                    63.21\n                ],\n                [\n                    1702066800000,\n                    62.97\n                ],\n                [\n                    1702066500000,\n                    62.17\n                ],\n                [\n                    1702066200000,\n                    61.163333333333334\n                ],\n                [\n                    1702065900000,\n                    62.46666666666667\n                ],\n                [\n                    1702065600000,\n                    61.52\n                ],\n                [\n                    1702065300000,\n                    62.17666666666667\n                ],\n                [\n                    1702065000000,\n                    62.943333333333335\n                ],\n                [\n                    1702064700000,\n                    61.50333333333333\n                ],\n                [\n                    1702064400000,\n                    61.84\n                ],\n                [\n                    1702064100000,\n                    61.45333333333333\n                ],\n                [\n                    1702063800000,\n                    63.24\n                ],\n                [\n                    1702063500000,\n                    62.22\n                ],\n                [\n                    1702063200000,\n                    63.053333333333335\n                ],\n                [\n                    1702062900000,\n                    62.79666666666667\n                ],\n                [\n                    1702062600000,\n                    61.75666666666667\n                ],\n                [\n                    1702062300000,\n                    62.49333333333333\n                ],\n                [\n                    1702062000000,\n                    61.86\n                ],\n                [\n                    1702061700000,\n                    61.78\n                ],\n                [\n                    1702061400000,\n                    62.473333333333336\n                ],\n                [\n                    1702061100000,\n                    62.65\n                ],\n                [\n                    1702060800000,\n                    63.19\n                ],\n                [\n                    1702060500000,\n                    62.126666666666665\n                ],\n                [\n                    1702060200000,\n                    61.25333333333333\n                ],\n                [\n                    1702059900000,\n                    62.21\n                ],\n                [\n                    1702059600000,\n                    62.04333333333334\n                ],\n                [\n                    1702059300000,\n                    62.03666666666667\n                ],\n                [\n                    1702059000000,\n                    62.71\n                ],\n                [\n                    1702058700000,\n                    62.29\n                ],\n                [\n                    1702058400000,\n                    61.99\n                ],\n                [\n                    1702058100000,\n                    61.71666666666667\n                ],\n                [\n                    1702057800000,\n                    62.49666666666667\n                ],\n                [\n                    1702057500000,\n                    61.873333333333335\n                ],\n                [\n                    1702057200000,\n                    62.50666666666667\n                ],\n                [\n                    1702056900000,\n                    63.09\n                ],\n                [\n                    1702056600000,\n                    61.60333333333333\n                ],\n                [\n                    1702056300000,\n                    61.97666666666667\n                ],\n                [\n                    1702056000000,\n                    62.03333333333333\n                ],\n                [\n                    1702055700000,\n                    62.18666666666667\n                ],\n                [\n                    1702055400000,\n                    61.49333333333333\n                ],\n                [\n                    1702055100000,\n                    62.99666666666667\n                ],\n                [\n                    1702054800000,\n                    62.843333333333334\n                ],\n                [\n                    1702054500000,\n                    61.64666666666667\n                ],\n                [\n                    1702054200000,\n                    62.056666666666665\n                ],\n                [\n                    1702053900000,\n                    63.413333333333334\n                ],\n                [\n                    1702053600000,\n                    61.96\n                ],\n                [\n                    1702053300000,\n                    62.21333333333333\n                ],\n                [\n                    1702053000000,\n                    62.656666666666666\n                ],\n                [\n                    1702052700000,\n                    62.806666666666665\n                ],\n                [\n                    1702052400000,\n                    62.29\n                ],\n                [\n                    1702052100000,\n                    61.82333333333333\n                ],\n                [\n                    1702051800000,\n                    62.50333333333333\n                ],\n                [\n                    1702051500000,\n                    62.513333333333335\n                ],\n                [\n                    1702051200000,\n                    62.74666666666667\n                ],\n                [\n                    1702050900000,\n                    63.11\n                ],\n                [\n                    1702050600000,\n                    62.31333333333333\n                ],\n                [\n                    1702050300000,\n                    61.95\n                ],\n                [\n                    1702050000000,\n                    61.8\n                ],\n                [\n                    1702049700000,\n                    61.95666666666666\n                ],\n                [\n                    1702049400000,\n                    62.14\n                ],\n                [\n                    1702049100000,\n                    62.7\n                ],\n                [\n                    1702048800000,\n                    63.03\n                ],\n                [\n                    1702048500000,\n                    61.66\n                ],\n                [\n                    1702048200000,\n                    61.93666666666667\n                ],\n                [\n                    1702047900000,\n                    62.61333333333334\n                ],\n                [\n                    1702047600000,\n                    62.263333333333335\n                ],\n                [\n                    1702047300000,\n                    62.126666666666665\n                ],\n                [\n                    1702047000000,\n                    62.95333333333333\n                ],\n                [\n                    1702046700000,\n                    62.806666666666665\n                ],\n                [\n                    1702046400000,\n                    61.83\n                ],\n                [\n                    1702046100000,\n                    62.07\n                ],\n                [\n                    1702045800000,\n                    62.17666666666667\n                ],\n                [\n                    1702045500000,\n                    61.74333333333333\n                ],\n                [\n                    1702045200000,\n                    62.35666666666667\n                ],\n                [\n                    1702044900000,\n                    62.89333333333333\n                ],\n                [\n                    1702044600000,\n                    62.32\n                ],\n                [\n                    1702044300000,\n                    62.54333333333334\n                ],\n                [\n                    1702044000000,\n                    62.083333333333336\n                ],\n                [\n                    1702043700000,\n                    62.39666666666667\n                ],\n                [\n                    1702043400000,\n                    62.06666666666667\n                ],\n                [\n                    1702043100000,\n                    63.24\n                ],\n                [\n                    1702042800000,\n                    61.596666666666664\n                ],\n                [\n                    1702042500000,\n                    61.446666666666665\n                ],\n                [\n                    1702042200000,\n                    62.11666666666667\n                ],\n                [\n                    1702041900000,\n                    63.11333333333334\n                ],\n                [\n                    1702041600000,\n                    62.05\n                ],\n                [\n                    1702041300000,\n                    62.236666666666665\n                ],\n                [\n                    1702041000000,\n                    61.97666666666667\n                ],\n                [\n                    1702040700000,\n                    63.666666666666664\n                ],\n                [\n                    1702040400000,\n                    61.95\n                ],\n                [\n                    1702040100000,\n                    62.13\n                ],\n                [\n                    1702039800000,\n                    62.406666666666666\n                ],\n                [\n                    1702039500000,\n                    62.28333333333333\n                ],\n                [\n                    1702039200000,\n                    62.19\n                ],\n                [\n                    1702038900000,\n                    63.78\n                ],\n                [\n                    1702038600000,\n                    61.97\n                ],\n                [\n                    1702038300000,\n                    62.25333333333333\n                ],\n                [\n                    1702038000000,\n                    61.69\n                ],\n                [\n                    1702037700000,\n                    62.00666666666667\n                ],\n                [\n                    1702037400000,\n                    62.03\n                ],\n                [\n                    1702037100000,\n                    62.39\n                ],\n                [\n                    1702036800000,\n                    63.19\n                ],\n                [\n                    1702036500000,\n                    61.71\n                ],\n                [\n                    1702036200000,\n                    62.03666666666667\n                ],\n                [\n                    1702035900000,\n                    61.736666666666665\n                ],\n                [\n                    1702035600000,\n                    61.99666666666667\n                ],\n                [\n                    1702035300000,\n                    62.733333333333334\n                ],\n                [\n                    1702035000000,\n                    62.086666666666666\n                ],\n                [\n                    1702034700000,\n                    63.42333333333333\n                ],\n                [\n                    1702034400000,\n                    61.71\n                ],\n                [\n                    1702034100000,\n                    61.92333333333333\n                ],\n                [\n                    1702033800000,\n                    62.57333333333333\n                ],\n                [\n                    1702033500000,\n                    62.53\n                ],\n                [\n                    1702033200000,\n                    62.63666666666666\n                ],\n                [\n                    1702032900000,\n                    62.75\n                ],\n                [\n                    1702032600000,\n                    64.06333333333333\n                ],\n                [\n                    1702032300000,\n                    60.10666666666667\n                ],\n                [\n                    1702032000000,\n                    61.346666666666664\n                ],\n                [\n                    1702031700000,\n                    63.24666666666667\n                ],\n                [\n                    1702031400000,\n                    61.46666666666667\n                ],\n                [\n                    1702031100000,\n                    61.68333333333333\n                ],\n                [\n                    1702030800000,\n                    63.19\n                ],\n                [\n                    1702030500000,\n                    61.17666666666667\n                ],\n                [\n                    1702030200000,\n                    61.653333333333336\n                ],\n                [\n                    1702029900000,\n                    61.99333333333333\n                ],\n                [\n                    1702029600000,\n                    62.126666666666665\n                ],\n                [\n                    1702029300000,\n                    62.50333333333333\n                ],\n                [\n                    1702029000000,\n                    63.21666666666667\n                ],\n                [\n                    1702028700000,\n                    63.2\n                ],\n                [\n                    1702028400000,\n                    61.74\n                ],\n                [\n                    1702028100000,\n                    62.42\n                ],\n                [\n                    1702027800000,\n                    61.79\n                ],\n                [\n                    1702027500000,\n                    62.12\n                ],\n                [\n                    1702027200000,\n                    62.94\n                ],\n                [\n                    1702026900000,\n                    62.483333333333334\n                ],\n                [\n                    1702026600000,\n                    62.99\n                ],\n                [\n                    1702026300000,\n                    61.75\n                ],\n                [\n                    1702026000000,\n                    62.52\n                ],\n                [\n                    1702025700000,\n                    62.46\n                ],\n                [\n                    1702025400000,\n                    61.82333333333333\n                ],\n                [\n                    1702025100000,\n                    62.41\n                ],\n                [\n                    1702024800000,\n                    62.736666666666665\n                ],\n                [\n                    1702024500000,\n                    62.39333333333333\n                ],\n                [\n                    1702024200000,\n                    61.876666666666665\n                ],\n                [\n                    1702023900000,\n                    63.763333333333335\n                ],\n                [\n                    1702023600000,\n                    62.266666666666666\n                ],\n                [\n                    1702023300000,\n                    63.45666666666666\n                ],\n                [\n                    1702023000000,\n                    60.95666666666666\n                ],\n                [\n                    1702022700000,\n                    63.20333333333333\n                ],\n                [\n                    1702022400000,\n                    63.35\n                ],\n                [\n                    1702022100000,\n                    61.62\n                ],\n                [\n                    1702021800000,\n                    61.903333333333336\n                ],\n                [\n                    1702021500000,\n                    61.69\n                ],\n                [\n                    1702021200000,\n                    62.17666666666667\n                ],\n                [\n                    1702020900000,\n                    62.42666666666667\n                ],\n                [\n                    1702020600000,\n                    62.86666666666667\n                ],\n                [\n                    1702020300000,\n                    63.18333333333333\n                ],\n                [\n                    1702020000000,\n                    62.516666666666666\n                ],\n                [\n                    1702019700000,\n                    61.943333333333335\n                ],\n                [\n                    1702019400000,\n                    61.916666666666664\n                ],\n                [\n                    1702019100000,\n                    63.07\n                ],\n                [\n                    1702018800000,\n                    62.876666666666665\n                ],\n                [\n                    1702018500000,\n                    62.84\n                ],\n                [\n                    1702018200000,\n                    61.63666666666666\n                ],\n                [\n                    1702017900000,\n                    61.723333333333336\n                ],\n                [\n                    1702017600000,\n                    61.88666666666666\n                ],\n                [\n                    1702017300000,\n                    60.66\n                ],\n                [\n                    1702017000000,\n                    60.42\n                ],\n                [\n                    1702016700000,\n                    62.22\n                ],\n                [\n                    1702016400000,\n                    61.66\n                ],\n                [\n                    1702016100000,\n                    61.443333333333335\n                ],\n                [\n                    1702015800000,\n                    62.39333333333333\n                ],\n                [\n                    1702015500000,\n                    62.31666666666667\n                ],\n                [\n                    1702015200000,\n                    63.17\n                ],\n                [\n                    1702014900000,\n                    62.74333333333333\n                ],\n                [\n                    1702014600000,\n                    63.026666666666664\n                ],\n                [\n                    1702014300000,\n                    61.35333333333333\n                ],\n                [\n                    1702014000000,\n                    61.44\n                ],\n                [\n                    1702013700000,\n                    63.06\n                ],\n                [\n                    1702013400000,\n                    62.54333333333334\n                ],\n                [\n                    1702013100000,\n                    62.666666666666664\n                ],\n                [\n                    1702012800000,\n                    62.626666666666665\n                ],\n                [\n                    1702012500000,\n                    62.60333333333333\n                ],\n                [\n                    1702012200000,\n                    61.31666666666667\n                ],\n                [\n                    1702011900000,\n                    62.086666666666666\n                ],\n                [\n                    1702011600000,\n                    62.696666666666665\n                ],\n                [\n                    1702011300000,\n                    61.58\n                ],\n                [\n                    1702011000000,\n                    63.61333333333334\n                ],\n                [\n                    1702010700000,\n                    62.013333333333335\n                ],\n                [\n                    1702010400000,\n                    62.03333333333333\n                ],\n                [\n                    1702010100000,\n                    61.03666666666667\n                ],\n                [\n                    1702009800000,\n                    62.35\n                ],\n                [\n                    1702009500000,\n                    61.79333333333334\n                ],\n                [\n                    1702009200000,\n                    61.75\n                ],\n                [\n                    1702008900000,\n                    62.346666666666664\n                ],\n                [\n                    1702008600000,\n                    62.99666666666667\n                ],\n                [\n                    1702008300000,\n                    61.71333333333333\n                ],\n                [\n                    1702008000000,\n                    61.99666666666667\n                ],\n                [\n                    1702007700000,\n                    63\n                ],\n                [\n                    1702007400000,\n                    61.516666666666666\n                ],\n                [\n                    1702007100000,\n                    61.97666666666667\n                ],\n                [\n                    1702006800000,\n                    62.586666666666666\n                ],\n                [\n                    1702006500000,\n                    62.92666666666667\n                ],\n                [\n                    1702006200000,\n                    62.71333333333333\n                ],\n                [\n                    1702005900000,\n                    61.57666666666667\n                ],\n                [\n                    1702005600000,\n                    62.29\n                ],\n                [\n                    1702005300000,\n                    62.36333333333334\n                ],\n                [\n                    1702005000000,\n                    62.763333333333335\n                ],\n                [\n                    1702004700000,\n                    63.12\n                ],\n                [\n                    1702004400000,\n                    63.02\n                ],\n                [\n                    1702004100000,\n                    63.233333333333334\n                ],\n                [\n                    1702003800000,\n                    62.3\n                ],\n                [\n                    1702003500000,\n                    62.61666666666667\n                ],\n                [\n                    1702003200000,\n                    62.21333333333333\n                ],\n                [\n                    1702002900000,\n                    62.78666666666667\n                ],\n                [\n                    1702002600000,\n                    63.15\n                ],\n                [\n                    1702002300000,\n                    61.72666666666667\n                ],\n                [\n                    1702002000000,\n                    61.64\n                ],\n                [\n                    1702001700000,\n                    62.24666666666667\n                ],\n                [\n                    1702001400000,\n                    61.89333333333333\n                ],\n                [\n                    1702001100000,\n                    62.13666666666666\n                ],\n                [\n                    1702000800000,\n                    63.24666666666667\n                ],\n                [\n                    1702000500000,\n                    62.57666666666667\n                ],\n                [\n                    1702000200000,\n                    61.86\n                ],\n                [\n                    1701999900000,\n                    61.82333333333333\n                ],\n                [\n                    1701999600000,\n                    61.89\n                ],\n                [\n                    1701999300000,\n                    62.33\n                ],\n                [\n                    1701999000000,\n                    63.15\n                ],\n                [\n                    1701998700000,\n                    61.19\n                ],\n                [\n                    1701998400000,\n                    62.35\n                ],\n                [\n                    1701998100000,\n                    61.45\n                ],\n                [\n                    1701997800000,\n                    61.72666666666667\n                ],\n                [\n                    1701997500000,\n                    61.88666666666666\n                ],\n                [\n                    1701997200000,\n                    62.166666666666664\n                ],\n                [\n                    1701996900000,\n                    61.7\n                ],\n                [\n                    1701996600000,\n                    62.07333333333333\n                ],\n                [\n                    1701996300000,\n                    61.913333333333334\n                ],\n                [\n                    1701996000000,\n                    61.86666666666667\n                ],\n                [\n                    1701995700000,\n                    61.916666666666664\n                ],\n                [\n                    1701995400000,\n                    61.9\n                ],\n                [\n                    1701995100000,\n                    60.04\n                ],\n                [\n                    1701994800000,\n                    63.45666666666666\n                ],\n                [\n                    1701994500000,\n                    62.016666666666666\n                ],\n                [\n                    1701994200000,\n                    61.153333333333336\n                ],\n                [\n                    1701993900000,\n                    61.443333333333335\n                ],\n                [\n                    1701993600000,\n                    61.803333333333335\n                ],\n                [\n                    1701993300000,\n                    61.553333333333335\n                ],\n                [\n                    1701993000000,\n                    61.483333333333334\n                ],\n                [\n                    1701992700000,\n                    61.74\n                ],\n                [\n                    1701992400000,\n                    61.6\n                ],\n                [\n                    1701992100000,\n                    60.983333333333334\n                ],\n                [\n                    1701991800000,\n                    61.70333333333333\n                ],\n                [\n                    1701991500000,\n                    60.413333333333334\n                ],\n                [\n                    1701991200000,\n                    61.58\n                ],\n                [\n                    1701990900000,\n                    62.02\n                ],\n                [\n                    1701990600000,\n                    60.916666666666664\n                ],\n                [\n                    1701990300000,\n                    60.723333333333336\n                ],\n                [\n                    1701990000000,\n                    61.60333333333333\n                ],\n                [\n                    1701989700000,\n                    61.163333333333334\n                ],\n                [\n                    1701989400000,\n                    62.13666666666666\n                ],\n                [\n                    1701989100000,\n                    62.02333333333333\n                ],\n                [\n                    1701988800000,\n                    62.07333333333333\n                ],\n                [\n                    1701988500000,\n                    62.68666666666667\n                ],\n                [\n                    1701988200000,\n                    61.39\n                ],\n                [\n                    1701987900000,\n                    60.653333333333336\n                ],\n                [\n                    1701987600000,\n                    61.26\n                ],\n                [\n                    1701987300000,\n                    61.49666666666667\n                ],\n                [\n                    1701987000000,\n                    61.69\n                ],\n                [\n                    1701986700000,\n                    64.17\n                ],\n                [\n                    1701986400000,\n                    61.446666666666665\n                ],\n                [\n                    1701986100000,\n                    62.42333333333333\n                ],\n                [\n                    1701985800000,\n                    61.56\n                ],\n                [\n                    1701985500000,\n                    61.00666666666667\n                ],\n                [\n                    1701985200000,\n                    61.18666666666667\n                ],\n                [\n                    1701984900000,\n                    61.7\n                ],\n                [\n                    1701984600000,\n                    61.83\n                ],\n                [\n                    1701984300000,\n                    61.69\n                ],\n                [\n                    1701984000000,\n                    61.276666666666664\n                ],\n                [\n                    1701983700000,\n                    60.89333333333333\n                ],\n                [\n                    1701983400000,\n                    61.306666666666665\n                ],\n                [\n                    1701983100000,\n                    60.986666666666665\n                ],\n                [\n                    1701982800000,\n                    61.656666666666666\n                ],\n                [\n                    1701982500000,\n                    62.17333333333333\n                ],\n                [\n                    1701982200000,\n                    61.20333333333333\n                ],\n                [\n                    1701981900000,\n                    60.86\n                ],\n                [\n                    1701981600000,\n                    60.733333333333334\n                ],\n                [\n                    1701981300000,\n                    62.013333333333335\n                ],\n                [\n                    1701981000000,\n                    61.23\n                ],\n                [\n                    1701980700000,\n                    60.596666666666664\n                ],\n                [\n                    1701980400000,\n                    61.68666666666667\n                ],\n                [\n                    1701980100000,\n                    60.13\n                ],\n                [\n                    1701979800000,\n                    60.96\n                ],\n                [\n                    1701979500000,\n                    60.836666666666666\n                ],\n                [\n                    1701979200000,\n                    61.836666666666666\n                ],\n                [\n                    1701978900000,\n                    61.19\n                ],\n                [\n                    1701978600000,\n                    61.60333333333333\n                ],\n                [\n                    1701978300000,\n                    62.85333333333333\n                ],\n                [\n                    1701978000000,\n                    60.34\n                ],\n                [\n                    1701977700000,\n                    60.846666666666664\n                ],\n                [\n                    1701977400000,\n                    61.36333333333334\n                ],\n                [\n                    1701977100000,\n                    60.63666666666666\n                ],\n                [\n                    1701976800000,\n                    61.16\n                ],\n                [\n                    1701976500000,\n                    61.70333333333333\n                ],\n                [\n                    1701976200000,\n                    61.37\n                ],\n                [\n                    1701975900000,\n                    61.10666666666667\n                ],\n                [\n                    1701975600000,\n                    60.833333333333336\n                ],\n                [\n                    1701975300000,\n                    60.97666666666667\n                ],\n                [\n                    1701975000000,\n                    60.596666666666664\n                ],\n                [\n                    1701974700000,\n                    61.666666666666664\n                ],\n                [\n                    1701974400000,\n                    61.85333333333333\n                ],\n                [\n                    1701974100000,\n                    60.806666666666665\n                ],\n                [\n                    1701973800000,\n                    61.41\n                ],\n                [\n                    1701973500000,\n                    60.22666666666667\n                ],\n                [\n                    1701973200000,\n                    61.19\n                ],\n                [\n                    1701972900000,\n                    61.196666666666665\n                ],\n                [\n                    1701972600000,\n                    61.09\n                ],\n                [\n                    1701972300000,\n                    62.3\n                ],\n                [\n                    1701972000000,\n                    59.95333333333333\n                ],\n                [\n                    1701971700000,\n                    61.13\n                ],\n                [\n                    1701971400000,\n                    61.056666666666665\n                ],\n                [\n                    1701971100000,\n                    61.22666666666667\n                ],\n                [\n                    1701970800000,\n                    60.25333333333333\n                ],\n                [\n                    1701970500000,\n                    61.52\n                ],\n                [\n                    1701970200000,\n                    61.28333333333333\n                ],\n                [\n                    1701969900000,\n                    60.696666666666665\n                ],\n                [\n                    1701969600000,\n                    60.63666666666666\n                ],\n                [\n                    1701969300000,\n                    61.74\n                ],\n                [\n                    1701969000000,\n                    61.913333333333334\n                ],\n                [\n                    1701968700000,\n                    60.17333333333333\n                ],\n                [\n                    1701968400000,\n                    63.29666666666667\n                ],\n                [\n                    1701968100000,\n                    60.69\n                ],\n                [\n                    1701967800000,\n                    60.81666666666667\n                ],\n                [\n                    1701967500000,\n                    60.763333333333335\n                ],\n                [\n                    1701967200000,\n                    61.223333333333336\n                ],\n                [\n                    1701966900000,\n                    60.82666666666667\n                ],\n                [\n                    1701966600000,\n                    61.43\n                ],\n                [\n                    1701966300000,\n                    60.74\n                ],\n                [\n                    1701966000000,\n                    59.913333333333334\n                ],\n                [\n                    1701965700000,\n                    60.876666666666665\n                ],\n                [\n                    1701965400000,\n                    60.44\n                ],\n                [\n                    1701965100000,\n                    60.263333333333335\n                ],\n                [\n                    1701964800000,\n                    61.403333333333336\n                ],\n                [\n                    1701964500000,\n                    60.88333333333333\n                ],\n                [\n                    1701964200000,\n                    61.36333333333334\n                ],\n                [\n                    1701963900000,\n                    60.696666666666665\n                ],\n                [\n                    1701963600000,\n                    60.86666666666667\n                ],\n                [\n                    1701963300000,\n                    59.843333333333334\n                ],\n                [\n                    1701963000000,\n                    61.53666666666667\n                ],\n                [\n                    1701962700000,\n                    61.12\n                ],\n                [\n                    1701962400000,\n                    62.053333333333335\n                ],\n                [\n                    1701962100000,\n                    60.81333333333333\n                ],\n                [\n                    1701961800000,\n                    61.056666666666665\n                ],\n                [\n                    1701961500000,\n                    63.79\n                ],\n                [\n                    1701961200000,\n                    67.25333333333333\n                ],\n                [\n                    1701960900000,\n                    67.07333333333334\n                ],\n                [\n                    1701960600000,\n                    66.99333333333334\n                ],\n                [\n                    1701960300000,\n                    66.13666666666667\n                ],\n                [\n                    1701960000000,\n                    62.74666666666667\n                ],\n                [\n                    1701959700000,\n                    65.29666666666667\n                ],\n                [\n                    1701959400000,\n                    62.163333333333334\n                ],\n                [\n                    1701959100000,\n                    60.74333333333333\n                ],\n                [\n                    1701958800000,\n                    61.43333333333333\n                ],\n                [\n                    1701958500000,\n                    61.306666666666665\n                ],\n                [\n                    1701958200000,\n                    61.63333333333333\n                ],\n                [\n                    1701957900000,\n                    60.45333333333333\n                ],\n                [\n                    1701957600000,\n                    61.266666666666666\n                ],\n                [\n                    1701957300000,\n                    60.61666666666667\n                ],\n                [\n                    1701957000000,\n                    62.473333333333336\n                ],\n                [\n                    1701956700000,\n                    60.99\n                ],\n                [\n                    1701956400000,\n                    61.50333333333333\n                ],\n                [\n                    1701956100000,\n                    60.68333333333333\n                ],\n                [\n                    1701955800000,\n                    60.88333333333333\n                ],\n                [\n                    1701955500000,\n                    59.553333333333335\n                ],\n                [\n                    1701955200000,\n                    61.64333333333333\n                ],\n                [\n                    1701954900000,\n                    61.873333333333335\n                ],\n                [\n                    1701954600000,\n                    61.67333333333333\n                ],\n                [\n                    1701954300000,\n                    62.53666666666667\n                ],\n                [\n                    1701954000000,\n                    61.31333333333333\n                ],\n                [\n                    1701953700000,\n                    61.47\n                ],\n                [\n                    1701953400000,\n                    60.986666666666665\n                ],\n                [\n                    1701953100000,\n                    61.626666666666665\n                ],\n                [\n                    1701952800000,\n                    62.18\n                ],\n                [\n                    1701952500000,\n                    60.806666666666665\n                ],\n                [\n                    1701952200000,\n                    62.86\n                ],\n                [\n                    1701951900000,\n                    60.46\n                ],\n                [\n                    1701951600000,\n                    61.93\n                ],\n                [\n                    1701951300000,\n                    61.586666666666666\n                ],\n                [\n                    1701951000000,\n                    61.82\n                ],\n                [\n                    1701950700000,\n                    60.973333333333336\n                ],\n                [\n                    1701950400000,\n                    61.62\n                ],\n                [\n                    1701950100000,\n                    60.95666666666666\n                ],\n                [\n                    1701949800000,\n                    60.836666666666666\n                ],\n                [\n                    1701949500000,\n                    61.64\n                ],\n                [\n                    1701949200000,\n                    61.07333333333333\n                ],\n                [\n                    1701948900000,\n                    60.82\n                ],\n                [\n                    1701948600000,\n                    61.02333333333333\n                ],\n                [\n                    1701948300000,\n                    61.653333333333336\n                ],\n                [\n                    1701948000000,\n                    60.86666666666667\n                ],\n                [\n                    1701947700000,\n                    60.596666666666664\n                ],\n                [\n                    1701947400000,\n                    60.27\n                ],\n                [\n                    1701947100000,\n                    61.07\n                ],\n                [\n                    1701946800000,\n                    60.81666666666667\n                ],\n                [\n                    1701946500000,\n                    61.34\n                ],\n                [\n                    1701946200000,\n                    61.97\n                ],\n                [\n                    1701945900000,\n                    60.68333333333333\n                ],\n                [\n                    1701945600000,\n                    61.13333333333333\n                ],\n                [\n                    1701945300000,\n                    60.64666666666667\n                ],\n                [\n                    1701945000000,\n                    61.336666666666666\n                ],\n                [\n                    1701944700000,\n                    61.04\n                ],\n                [\n                    1701944400000,\n                    61.89666666666667\n                ],\n                [\n                    1701944100000,\n                    61.18\n                ],\n                [\n                    1701943800000,\n                    60.15\n                ],\n                [\n                    1701943500000,\n                    60.95333333333333\n                ],\n                [\n                    1701943200000,\n                    61.48\n                ],\n                [\n                    1701942900000,\n                    60.696666666666665\n                ],\n                [\n                    1701942600000,\n                    61.056666666666665\n                ],\n                [\n                    1701942300000,\n                    63.46333333333333\n                ],\n                [\n                    1701942000000,\n                    60.733333333333334\n                ],\n                [\n                    1701941700000,\n                    61.55\n                ],\n                [\n                    1701941400000,\n                    61.623333333333335\n                ],\n                [\n                    1701941100000,\n                    61.36\n                ],\n                [\n                    1701940800000,\n                    60.583333333333336\n                ],\n                [\n                    1701940500000,\n                    61.443333333333335\n                ],\n                [\n                    1701940200000,\n                    61.96333333333333\n                ],\n                [\n                    1701939900000,\n                    60.666666666666664\n                ],\n                [\n                    1701939600000,\n                    61.39333333333333\n                ],\n                [\n                    1701939300000,\n                    61.71666666666667\n                ],\n                [\n                    1701939000000,\n                    61.29\n                ],\n                [\n                    1701938700000,\n                    61.20666666666666\n                ],\n                [\n                    1701938400000,\n                    61.21666666666667\n                ],\n                [\n                    1701938100000,\n                    61.7\n                ],\n                [\n                    1701937800000,\n                    60.586666666666666\n                ],\n                [\n                    1701937500000,\n                    60.50333333333333\n                ],\n                [\n                    1701937200000,\n                    61.12\n                ],\n                [\n                    1701936900000,\n                    60.72\n                ],\n                [\n                    1701936600000,\n                    60.97666666666667\n                ],\n                [\n                    1701936300000,\n                    62.376666666666665\n                ],\n                [\n                    1701936000000,\n                    61.24\n                ],\n                [\n                    1701935700000,\n                    61.28666666666667\n                ],\n                [\n                    1701935400000,\n                    61.21333333333333\n                ],\n                [\n                    1701935100000,\n                    61.23\n                ],\n                [\n                    1701934800000,\n                    60.123333333333335\n                ],\n                [\n                    1701934500000,\n                    60.51\n                ],\n                [\n                    1701934200000,\n                    61.373333333333335\n                ],\n                [\n                    1701933900000,\n                    60.29\n                ],\n                [\n                    1701933600000,\n                    60.983333333333334\n                ],\n                [\n                    1701933300000,\n                    61.02\n                ],\n                [\n                    1701933000000,\n                    62.47\n                ],\n                [\n                    1701932700000,\n                    60.67333333333333\n                ],\n                [\n                    1701932400000,\n                    61.72666666666667\n                ],\n                [\n                    1701932100000,\n                    61.016666666666666\n                ],\n                [\n                    1701931800000,\n                    60.733333333333334\n                ],\n                [\n                    1701931500000,\n                    60.25333333333333\n                ],\n                [\n                    1701931200000,\n                    60.36333333333334\n                ],\n                [\n                    1701930900000,\n                    60.93333333333333\n                ],\n                [\n                    1701930600000,\n                    61.60333333333333\n                ],\n                [\n                    1701930300000,\n                    61.93333333333333\n                ],\n                [\n                    1701930000000,\n                    61.11666666666667\n                ],\n                [\n                    1701929700000,\n                    60.333333333333336\n                ],\n                [\n                    1701929400000,\n                    60.84\n                ],\n                [\n                    1701929100000,\n                    60.49666666666667\n                ],\n                [\n                    1701928800000,\n                    60.93333333333333\n                ],\n                [\n                    1701928500000,\n                    60.61\n                ],\n                [\n                    1701928200000,\n                    61.74333333333333\n                ],\n                [\n                    1701927900000,\n                    60.85666666666667\n                ],\n                [\n                    1701927600000,\n                    60.72666666666667\n                ],\n                [\n                    1701927300000,\n                    60.70333333333333\n                ],\n                [\n                    1701927000000,\n                    61.60333333333333\n                ],\n                [\n                    1701926700000,\n                    59.76\n                ],\n                [\n                    1701926400000,\n                    61.17\n                ],\n                [\n                    1701926100000,\n                    63.983333333333334\n                ],\n                [\n                    1701925800000,\n                    65.63666666666667\n                ],\n                [\n                    1701925500000,\n                    65.87\n                ],\n                [\n                    1701925200000,\n                    66.91\n                ],\n                [\n                    1701924900000,\n                    62.79\n                ],\n                [\n                    1701924600000,\n                    62.86666666666667\n                ],\n                [\n                    1701924300000,\n                    61.81\n                ],\n                [\n                    1701924000000,\n                    53.21\n                ],\n                [\n                    1701923700000,\n                    53.346666666666664\n                ],\n                [\n                    1701923400000,\n                    53.25666666666667\n                ],\n                [\n                    1701923100000,\n                    54.806666666666665\n                ],\n                [\n                    1701922800000,\n                    51.126666666666665\n                ],\n                [\n                    1701922500000,\n                    51.88666666666666\n                ],\n                [\n                    1701922200000,\n                    60.81333333333333\n                ],\n                [\n                    1701921900000,\n                    60.44\n                ],\n                [\n                    1701921600000,\n                    60.60333333333333\n                ],\n                [\n                    1701921300000,\n                    60.74\n                ],\n                [\n                    1701921000000,\n                    61.4\n                ],\n                [\n                    1701920700000,\n                    60.1\n                ],\n                [\n                    1701920400000,\n                    62.196666666666665\n                ],\n                [\n                    1701920100000,\n                    61.486666666666665\n                ],\n                [\n                    1701919800000,\n                    60.71333333333333\n                ],\n                [\n                    1701919500000,\n                    60.75666666666667\n                ],\n                [\n                    1701919200000,\n                    59.84\n                ],\n                [\n                    1701918900000,\n                    60.92333333333333\n                ],\n                [\n                    1701918600000,\n                    60.22666666666667\n                ],\n                [\n                    1701918300000,\n                    62.013333333333335\n                ],\n                [\n                    1701918000000,\n                    61.63\n                ],\n                [\n                    1701917700000,\n                    61.35333333333333\n                ],\n                [\n                    1701917400000,\n                    60.78333333333333\n                ],\n                [\n                    1701917100000,\n                    60.46\n                ],\n                [\n                    1701916800000,\n                    61.25666666666667\n                ],\n                [\n                    1701916500000,\n                    61.11\n                ],\n                [\n                    1701916200000,\n                    62.093333333333334\n                ],\n                [\n                    1701915900000,\n                    61.31666666666667\n                ],\n                [\n                    1701915600000,\n                    60.663333333333334\n                ],\n                [\n                    1701915300000,\n                    62.11333333333334\n                ],\n                [\n                    1701915000000,\n                    59.70333333333333\n                ],\n                [\n                    1701914700000,\n                    61.45333333333333\n                ],\n                [\n                    1701914400000,\n                    60.333333333333336\n                ],\n                [\n                    1701914100000,\n                    62.47666666666667\n                ],\n                [\n                    1701913800000,\n                    60.586666666666666\n                ],\n                [\n                    1701913500000,\n                    60.53666666666667\n                ],\n                [\n                    1701913200000,\n                    60.986666666666665\n                ],\n                [\n                    1701912900000,\n                    61.63333333333333\n                ],\n                [\n                    1701912600000,\n                    60.81\n                ],\n                [\n                    1701912300000,\n                    61.89666666666667\n                ],\n                [\n                    1701912000000,\n                    61.803333333333335\n                ],\n                [\n                    1701911700000,\n                    60.32333333333333\n                ],\n                [\n                    1701911400000,\n                    60.17666666666667\n                ],\n                [\n                    1701911100000,\n                    60.99666666666667\n                ],\n                [\n                    1701910800000,\n                    61.03666666666667\n                ],\n                [\n                    1701910500000,\n                    60.42666666666667\n                ],\n                [\n                    1701910200000,\n                    62.266666666666666\n                ],\n                [\n                    1701909900000,\n                    60.736666666666665\n                ],\n                [\n                    1701909600000,\n                    60.776666666666664\n                ],\n                [\n                    1701909300000,\n                    60.29\n                ],\n                [\n                    1701909000000,\n                    61.92333333333333\n                ],\n                [\n                    1701908700000,\n                    60.78666666666667\n                ],\n                [\n                    1701908400000,\n                    61.56333333333333\n                ],\n                [\n                    1701908100000,\n                    61.77\n                ],\n                [\n                    1701907800000,\n                    60.836666666666666\n                ],\n                [\n                    1701907500000,\n                    60.903333333333336\n                ],\n                [\n                    1701907200000,\n                    60.71333333333333\n                ],\n                [\n                    1701906900000,\n                    61.38666666666666\n                ],\n                [\n                    1701906600000,\n                    62.626666666666665\n                ],\n                [\n                    1701906300000,\n                    61.60666666666667\n                ],\n                [\n                    1701906000000,\n                    61.54333333333334\n                ],\n                [\n                    1701905700000,\n                    61.44\n                ],\n                [\n                    1701905400000,\n                    60.88666666666666\n                ],\n                [\n                    1701905100000,\n                    61.14333333333333\n                ],\n                [\n                    1701904800000,\n                    61.37\n                ],\n                [\n                    1701904500000,\n                    60.43333333333333\n                ],\n                [\n                    1701904200000,\n                    61.35666666666667\n                ],\n                [\n                    1701903900000,\n                    60.70666666666666\n                ],\n                [\n                    1701903600000,\n                    60.806666666666665\n                ],\n                [\n                    1701903300000,\n                    60.64\n                ],\n                [\n                    1701903000000,\n                    61.92666666666667\n                ],\n                [\n                    1701902700000,\n                    61.32\n                ],\n                [\n                    1701902400000,\n                    61.013333333333335\n                ],\n                [\n                    1701902100000,\n                    62.663333333333334\n                ],\n                [\n                    1701901800000,\n                    61.46333333333333\n                ],\n                [\n                    1701901500000,\n                    61.846666666666664\n                ],\n                [\n                    1701901200000,\n                    61.42\n                ],\n                [\n                    1701900900000,\n                    61.74\n                ],\n                [\n                    1701900600000,\n                    60.583333333333336\n                ],\n                [\n                    1701900300000,\n                    62.21666666666667\n                ],\n                [\n                    1701900000000,\n                    61.27333333333333\n                ],\n                [\n                    1701899700000,\n                    62.24333333333333\n                ],\n                [\n                    1701899400000,\n                    60.91\n                ],\n                [\n                    1701899100000,\n                    60\n                ],\n                [\n                    1701898800000,\n                    63.513333333333335\n                ],\n                [\n                    1701898500000,\n                    70.15\n                ],\n                [\n                    1701898200000,\n                    70.32333333333334\n                ],\n                [\n                    1701897900000,\n                    66.43333333333334\n                ],\n                [\n                    1701897600000,\n                    61.25\n                ],\n                [\n                    1701897300000,\n                    60.983333333333334\n                ],\n                [\n                    1701897000000,\n                    61.97666666666667\n                ],\n                [\n                    1701896700000,\n                    61.47\n                ],\n                [\n                    1701896400000,\n                    61.18666666666667\n                ],\n                [\n                    1701896100000,\n                    62.35333333333333\n                ],\n                [\n                    1701895800000,\n                    61.303333333333335\n                ],\n                [\n                    1701895500000,\n                    60.79333333333334\n                ],\n                [\n                    1701895200000,\n                    60.64\n                ],\n                [\n                    1701894900000,\n                    62.656666666666666\n                ],\n                [\n                    1701894600000,\n                    60.92666666666667\n                ],\n                [\n                    1701894300000,\n                    61.5\n                ],\n                [\n                    1701894000000,\n                    62.36333333333334\n                ],\n                [\n                    1701893700000,\n                    61.03333333333333\n                ],\n                [\n                    1701893400000,\n                    61.18333333333333\n                ],\n                [\n                    1701893100000,\n                    61.22666666666667\n                ],\n                [\n                    1701892800000,\n                    60.94\n                ],\n                [\n                    1701892500000,\n                    61.2\n                ],\n                [\n                    1701892200000,\n                    60.73\n                ],\n                [\n                    1701891900000,\n                    61.7\n                ],\n                [\n                    1701891600000,\n                    60.95666666666666\n                ],\n                [\n                    1701891300000,\n                    62.2\n                ],\n                [\n                    1701891000000,\n                    61.803333333333335\n                ],\n                [\n                    1701890700000,\n                    60.82666666666667\n                ],\n                [\n                    1701890400000,\n                    61.22666666666667\n                ],\n                [\n                    1701890100000,\n                    61.69\n                ],\n                [\n                    1701889800000,\n                    60.88333333333333\n                ],\n                [\n                    1701889500000,\n                    60.93333333333333\n                ],\n                [\n                    1701889200000,\n                    60.57666666666667\n                ],\n                [\n                    1701888900000,\n                    61.37\n                ],\n                [\n                    1701888600000,\n                    60.99666666666667\n                ],\n                [\n                    1701888300000,\n                    60.75333333333333\n                ],\n                [\n                    1701888000000,\n                    61.78666666666667\n                ],\n                [\n                    1701887700000,\n                    61.126666666666665\n                ],\n                [\n                    1701887400000,\n                    61.306666666666665\n                ],\n                [\n                    1701887100000,\n                    60.52\n                ],\n                [\n                    1701886800000,\n                    61.54333333333334\n                ],\n                [\n                    1701886500000,\n                    61.07\n                ],\n                [\n                    1701886200000,\n                    61.733333333333334\n                ],\n                [\n                    1701885900000,\n                    61.86333333333334\n                ],\n                [\n                    1701885600000,\n                    62.013333333333335\n                ],\n                [\n                    1701885300000,\n                    61.20666666666666\n                ],\n                [\n                    1701885000000,\n                    62.21333333333333\n                ],\n                [\n                    1701884700000,\n                    60.99333333333333\n                ],\n                [\n                    1701884400000,\n                    60.27\n                ],\n                [\n                    1701884100000,\n                    61.89333333333333\n                ],\n                [\n                    1701883800000,\n                    61.733333333333334\n                ],\n                [\n                    1701883500000,\n                    62.07666666666667\n                ],\n                [\n                    1701883200000,\n                    59.99\n                ],\n                [\n                    1701882900000,\n                    62.82666666666667\n                ],\n                [\n                    1701882600000,\n                    60.67333333333333\n                ],\n                [\n                    1701882300000,\n                    61.28\n                ],\n                [\n                    1701882000000,\n                    61.93666666666667\n                ],\n                [\n                    1701881700000,\n                    61.056666666666665\n                ],\n                [\n                    1701881400000,\n                    61.343333333333334\n                ],\n                [\n                    1701881100000,\n                    60.626666666666665\n                ],\n                [\n                    1701880800000,\n                    60.873333333333335\n                ],\n                [\n                    1701880500000,\n                    60.906666666666666\n                ],\n                [\n                    1701880200000,\n                    61.41\n                ],\n                [\n                    1701879900000,\n                    61.56666666666667\n                ],\n                [\n                    1701879600000,\n                    62.22666666666667\n                ],\n                [\n                    1701879300000,\n                    61.21666666666667\n                ],\n                [\n                    1701879000000,\n                    61.663333333333334\n                ],\n                [\n                    1701878700000,\n                    60.95333333333333\n                ],\n                [\n                    1701878400000,\n                    61.1\n                ],\n                [\n                    1701878100000,\n                    61.13666666666666\n                ],\n                [\n                    1701877800000,\n                    61.473333333333336\n                ],\n                [\n                    1701877500000,\n                    60.92\n                ],\n                [\n                    1701877200000,\n                    60.946666666666665\n                ],\n                [\n                    1701876900000,\n                    61.486666666666665\n                ],\n                [\n                    1701876600000,\n                    68.87666666666667\n                ],\n                [\n                    1701876300000,\n                    72.87\n                ],\n                [\n                    1701876000000,\n                    62.57\n                ],\n                [\n                    1701875700000,\n                    61.25666666666667\n                ],\n                [\n                    1701875400000,\n                    60.74\n                ],\n                [\n                    1701875100000,\n                    61.36\n                ],\n                [\n                    1701874800000,\n                    62.63\n                ],\n                [\n                    1701874500000,\n                    61.11666666666667\n                ],\n                [\n                    1701874200000,\n                    64.43333333333334\n                ],\n                [\n                    1701873900000,\n                    61.77\n                ],\n                [\n                    1701873600000,\n                    61.653333333333336\n                ],\n                [\n                    1701873300000,\n                    61.65\n                ],\n                [\n                    1701873000000,\n                    61.373333333333335\n                ],\n                [\n                    1701872700000,\n                    61.03\n                ],\n                [\n                    1701872400000,\n                    61.43333333333333\n                ],\n                [\n                    1701872100000,\n                    61.89\n                ],\n                [\n                    1701871800000,\n                    61.52\n                ],\n                [\n                    1701871500000,\n                    63.56\n                ],\n                [\n                    1701871200000,\n                    63.72\n                ],\n                [\n                    1701870900000,\n                    62.92\n                ],\n                [\n                    1701870600000,\n                    62.36666666666667\n                ],\n                [\n                    1701870300000,\n                    61.343333333333334\n                ],\n                [\n                    1701870000000,\n                    61.67333333333333\n                ],\n                [\n                    1701869700000,\n                    62.24\n                ],\n                [\n                    1701869400000,\n                    61.163333333333334\n                ],\n                [\n                    1701869100000,\n                    61.02333333333333\n                ],\n                [\n                    1701868800000,\n                    61.843333333333334\n                ],\n                [\n                    1701868500000,\n                    60.663333333333334\n                ],\n                [\n                    1701868200000,\n                    60.843333333333334\n                ],\n                [\n                    1701867900000,\n                    61.93666666666667\n                ],\n                [\n                    1701867600000,\n                    61.46\n                ],\n                [\n                    1701867300000,\n                    60.56333333333333\n                ],\n                [\n                    1701867000000,\n                    62.82666666666667\n                ],\n                [\n                    1701866700000,\n                    60.99333333333333\n                ],\n                [\n                    1701866400000,\n                    60.596666666666664\n                ],\n                [\n                    1701866100000,\n                    61.50666666666667\n                ],\n                [\n                    1701865800000,\n                    61.696666666666665\n                ],\n                [\n                    1701865500000,\n                    60.68\n                ],\n                [\n                    1701865200000,\n                    61.473333333333336\n                ],\n                [\n                    1701864900000,\n                    60.666666666666664\n                ],\n                [\n                    1701864600000,\n                    60.18666666666667\n                ],\n                [\n                    1701864300000,\n                    60.63666666666666\n                ],\n                [\n                    1701864000000,\n                    61.35333333333333\n                ],\n                [\n                    1701863700000,\n                    60.916666666666664\n                ],\n                [\n                    1701863400000,\n                    61.45333333333333\n                ],\n                [\n                    1701863100000,\n                    60.92333333333333\n                ],\n                [\n                    1701862800000,\n                    61.42666666666667\n                ],\n                [\n                    1701862500000,\n                    61.11\n                ],\n                [\n                    1701862200000,\n                    61.32333333333333\n                ],\n                [\n                    1701861900000,\n                    61.78333333333333\n                ],\n                [\n                    1701861600000,\n                    62.22666666666667\n                ],\n                [\n                    1701861300000,\n                    61.09\n                ],\n                [\n                    1701861000000,\n                    61.28333333333333\n                ],\n                [\n                    1701860700000,\n                    61.86\n                ],\n                [\n                    1701860400000,\n                    61.19\n                ],\n                [\n                    1701860100000,\n                    61.513333333333335\n                ],\n                [\n                    1701859800000,\n                    62.08\n                ],\n                [\n                    1701859500000,\n                    61.54333333333334\n                ],\n                [\n                    1701859200000,\n                    61.333333333333336\n                ],\n                [\n                    1701858900000,\n                    61.43\n                ],\n                [\n                    1701858600000,\n                    61.04\n                ],\n                [\n                    1701858300000,\n                    60.87\n                ],\n                [\n                    1701858000000,\n                    63.11\n                ],\n                [\n                    1701857700000,\n                    60.99\n                ],\n                [\n                    1701857400000,\n                    61.10666666666667\n                ],\n                [\n                    1701857100000,\n                    61.17333333333333\n                ],\n                [\n                    1701856800000,\n                    61.723333333333336\n                ],\n                [\n                    1701856500000,\n                    63.05\n                ],\n                [\n                    1701856200000,\n                    61.526666666666664\n                ],\n                [\n                    1701855900000,\n                    61.916666666666664\n                ],\n                [\n                    1701855600000,\n                    61.36666666666667\n                ],\n                [\n                    1701855300000,\n                    61.37\n                ],\n                [\n                    1701855000000,\n                    62.04333333333334\n                ],\n                [\n                    1701854700000,\n                    61.443333333333335\n                ],\n                [\n                    1701854400000,\n                    61.11333333333334\n                ],\n                [\n                    1701854100000,\n                    61.61\n                ],\n                [\n                    1701853800000,\n                    61.406666666666666\n                ],\n                [\n                    1701853500000,\n                    61.56\n                ],\n                [\n                    1701853200000,\n                    61.42\n                ],\n                [\n                    1701852900000,\n                    61.50666666666667\n                ],\n                [\n                    1701852600000,\n                    61.29666666666667\n                ],\n                [\n                    1701852300000,\n                    60.303333333333335\n                ],\n                [\n                    1701852000000,\n                    61.653333333333336\n                ],\n                [\n                    1701851700000,\n                    62.39666666666667\n                ],\n                [\n                    1701851400000,\n                    63.626666666666665\n                ],\n                [\n                    1701851100000,\n                    61.346666666666664\n                ],\n                [\n                    1701850800000,\n                    61.54666666666667\n                ],\n                [\n                    1701850500000,\n                    61.1\n                ],\n                [\n                    1701850200000,\n                    60.77\n                ],\n                [\n                    1701849900000,\n                    62.21666666666667\n                ],\n                [\n                    1701849600000,\n                    62.00666666666667\n                ],\n                [\n                    1701849300000,\n                    61.25333333333333\n                ],\n                [\n                    1701849000000,\n                    63.03333333333333\n                ],\n                [\n                    1701848700000,\n                    59.916666666666664\n                ],\n                [\n                    1701848400000,\n                    61.59\n                ],\n                [\n                    1701848100000,\n                    60.71\n                ],\n                [\n                    1701847800000,\n                    60.7\n                ],\n                [\n                    1701847500000,\n                    63.14666666666667\n                ],\n                [\n                    1701847200000,\n                    61.083333333333336\n                ],\n                [\n                    1701846900000,\n                    61.583333333333336\n                ],\n                [\n                    1701846600000,\n                    61.026666666666664\n                ],\n                [\n                    1701846300000,\n                    60.736666666666665\n                ],\n                [\n                    1701846000000,\n                    61.99333333333333\n                ],\n                [\n                    1701845700000,\n                    61.723333333333336\n                ],\n                [\n                    1701845400000,\n                    61.13\n                ],\n                [\n                    1701845100000,\n                    61.59\n                ],\n                [\n                    1701844800000,\n                    61.10333333333333\n                ]\n            ],\n            \"unit\": {\n                \"name\": \"pps\",\n                \"fullName\": \"Packets per second\"\n            }\n        }\n    ]\n}"},{"id":"bf3ee952-65f6-4769-843c-3517668ae68e","name":"Get MVE Telemetry - CSV Single Telemetry Type (From, To)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"},{"key":"Accept","value":"text/csv"}],"url":{"raw":"{{baseUrl}}/v2/product/mve/bed6bd44-bcac-47ee-b323-627c218a5107/telemetry?type=BITS&from=1718010019000&to=1721280419000","host":["{{baseUrl}}"],"path":["v2","product","mve","bed6bd44-bcac-47ee-b323-627c218a5107","telemetry"],"query":[{"key":"type","value":"BITS","description":"Indicates the type of metric. Values include `BITS` and `PACKETS`. Multiple telemetry types can be passed. (Required - string)"},{"key":"from","value":"1718010019000","description":"Milliseconds since epoch. When not provided, returns the single most recent measurement. You can use a tool such as https://www.epochconverter.com/ for conversion to and from dates. (Optional - string)"},{"key":"to","value":"1721280419000","description":"Milliseconds since epoch. When not provided, returns the single most recent measurement. You can use a tool such as https://www.epochconverter.com/ for conversion to and from dates. (Optional - string)"},{"key":"days","value":"{days}","description":"The number of days in the past from today for which to return telemetry details. This parameter is mutually exclusive from \"to\" and \"from\". (Optional - string)\n","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Fri, 19 Jul 2024 00:22:43 GMT"},{"key":"Content-Type","value":"text/csv;charset=ISO-8859-1"},{"key":"Content-Length","value":"537851"},{"key":"Connection","value":"keep-alive"},{"key":"trace-id","value":"5bd8097ae78cd61a9fb30c13fee470be"},{"key":"vary","value":"Origin"},{"key":"vary","value":"Access-Control-Request-Method"},{"key":"vary","value":"Access-Control-Request-Headers"},{"key":"x-correlation-id","value":"5bd8097ae78cd61a9fb30c13fee470be"},{"key":"x-amzn-trace-id","value":"Root=1-6699b1d2-1b1a20165729269e465513fc"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"content-disposition","value":"attachment; filename=bed6bd44-bcac-47ee-b323-627c218a5107-telemetry.csv"},{"key":"server-timing","value":"app;dur=406"},{"key":"etag","value":"\"01bda1d9f53f26ebf72bda375982f528e\""},{"key":"x-xss-protection","value":"1 ; mode=block"},{"key":"strict-transport-security","value":"max-age=31536000; preload"},{"key":"strict-transport-security","value":"max-age=31536000; preload"},{"key":"referrer-policy","value":"no-referrer"},{"key":"content-security-policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"x-download-options","value":"noopen"},{"key":"x-permitted-cross-domain-policies","value":"none"}],"cookie":[],"responseTime":null,"body":"\"Timestamp\",\"Bandwidth In (Mbps)\",\"Bandwidth Out (Mbps)\"\n\"2024-06-10T09:05:00.000Z\",\"10.624364\",\"10.595027\"\n\"2024-06-10T09:10:00.000Z\",\"4.414182\",\"4.402211\"\n\"2024-06-10T09:15:00.000Z\",\"0.979029\",\"0.976587\"\n\"2024-06-10T09:20:00.000Z\",\"10.437509\",\"10.40876\"\n\"2024-06-10T09:25:00.000Z\",\"4.445097\",\"4.433122\"\n\"2024-06-10T09:30:00.000Z\",\"0.976302\",\"0.977457\"\n\"2024-06-10T09:35:00.000Z\",\"10.450492\",\"10.417604\"\n\"2024-06-10T09:40:00.000Z\",\"4.457411\",\"4.444981\"\n\"2024-06-10T09:45:00.000Z\",\"0.942629\",\"0.94012\"\n\"2024-06-10T09:50:00.000Z\",\"10.620021\",\"10.591087\"\n\"2024-06-10T09:55:00.000Z\",\"4.297274\",\"4.285708\"\n\"2024-06-10T10:00:00.000Z\",\"0.904153\",\"0.901959\"\n\"2024-06-10T10:05:00.000Z\",\"10.614132\",\"10.588949\"\n\"2024-06-10T10:10:00.000Z\",\"4.33202\",\"4.316836\"\n\"2024-06-10T10:15:00.000Z\",\"0.866078\",\"0.863973\"\n\"2024-06-10T10:20:00.000Z\",\"10.631665\",\"10.601925\"\n\"2024-06-10T10:25:00.000Z\",\"4.372028\",\"4.36042\"\n\"2024-06-10T10:30:00.000Z\",\"0.825583\",\"0.823547\"\n\"2024-06-10T10:35:00.000Z\",\"10.628829\",\"10.599416\"\n\"2024-06-10T10:40:00.000Z\",\"4.417448\",\"4.405307\"\n\"2024-06-10T10:45:00.000Z\",\"0.977498\",\"0.975023\"\n\"2024-06-10T10:50:00.000Z\",\"10.635091\",\"10.605173\"\n\"2024-06-10T10:55:00.000Z\",\"4.266653\",\"4.255047\"\n\"2024-06-10T11:00:00.000Z\",\"0.938665\",\"0.936238\"\n\"2024-06-10T11:05:00.000Z\",\"10.665087\",\"10.634039\"\n\"2024-06-10T11:10:00.000Z\",\"4.31061\",\"4.298358\"\n\"2024-06-10T11:15:00.000Z\",\"0.907228\",\"0.905008\"\n\"2024-06-10T11:20:00.000Z\",\"10.657178\",\"10.62634\"\n\"2024-06-10T11:25:00.000Z\",\"4.351727\",\"4.338909\"\n\"2024-06-10T11:30:00.000Z\",\"0.873084\",\"0.870996\"\n\"2024-06-10T11:35:00.000Z\",\"10.630906\",\"10.60147\"\n\"2024-06-10T11:40:00.000Z\",\"4.37822\",\"4.365716\"\n\"2024-06-10T11:45:00.000Z\",\"0.835631\",\"0.833534\"\n\"2024-06-10T11:50:00.000Z\",\"10.648914\",\"10.618662\"\n\"2024-06-10T11:55:00.000Z\",\"4.395438\",\"4.383671\"\n\"2024-06-10T12:00:00.000Z\",\"0.986644\",\"0.984258\"\n\"2024-06-10T12:05:00.000Z\",\"10.434034\",\"10.405473\"\n\"2024-06-10T12:10:00.000Z\",\"4.443241\",\"4.430989\"\n\"2024-06-10T12:15:00.000Z\",\"0.985001\",\"0.982544\"\n\"2024-06-10T12:20:00.000Z\",\"10.442076\",\"10.413241\"\n\"2024-06-10T12:25:00.000Z\",\"4.436718\",\"4.424806\"\n\"2024-06-10T12:30:00.000Z\",\"0.946781\",\"0.944535\"\n\"2024-06-10T12:35:00.000Z\",\"10.629555\",\"10.600107\"\n\"2024-06-10T12:40:00.000Z\",\"4.313317\",\"4.300551\"\n\"2024-06-10T12:45:00.000Z\",\"0.908675\",\"0.906398\"\n\"2024-06-10T12:50:00.000Z\",\"10.650245\",\"10.619735\"\n\"2024-06-10T12:55:00.000Z\",\"4.33765\",\"4.325647\"\n\"2024-06-10T13:00:00.000Z\",\"0.873652\",\"0.8715\"\n\"2024-06-10T13:05:00.000Z\",\"10.636776\",\"10.606995\"\n\"2024-06-10T13:10:00.000Z\",\"4.36491\",\"4.35311\"\n\"2024-06-10T13:15:00.000Z\",\"1.021181\",\"1.018652\"\n\"2024-06-10T13:20:00.000Z\",\"10.440798\",\"10.412089\"\n\"2024-06-10T13:25:00.000Z\",\"4.401173\",\"4.389295\"\n\"2024-06-10T13:30:00.000Z\",\"0.988255\",\"0.985808\"\n\"2024-06-10T13:35:00.000Z\",\"10.456586\",\"10.426693\"\n\"2024-06-10T13:40:00.000Z\",\"4.438981\",\"4.427137\"\n\"2024-06-10T13:45:00.000Z\",\"0.948449\",\"0.946084\"\n\"2024-06-10T13:50:00.000Z\",\"10.442888\",\"10.413895\"\n\"2024-06-10T13:55:00.000Z\",\"4.497292\",\"4.484237\"\n\"2024-06-10T14:00:00.000Z\",\"0.913626\",\"0.911464\"\n\"2024-06-10T14:05:00.000Z\",\"10.638423\",\"10.608452\"\n\"2024-06-10T14:10:00.000Z\",\"4.327849\",\"4.316123\"\n\"2024-06-10T14:15:00.000Z\",\"0.876833\",\"0.874616\"\n\"2024-06-10T14:20:00.000Z\",\"10.653805\",\"10.623138\"\n\"2024-06-10T14:25:00.000Z\",\"4.383807\",\"4.371048\"\n\"2024-06-10T14:30:00.000Z\",\"0.842268\",\"0.840205\"\n\"2024-06-10T14:35:00.000Z\",\"10.621854\",\"10.592655\"\n\"2024-06-10T14:40:00.000Z\",\"4.396515\",\"4.384676\"\n\"2024-06-10T14:45:00.000Z\",\"1.020672\",\"1.018184\"\n\"2024-06-10T14:50:00.000Z\",\"10.453605\",\"10.424221\"\n\"2024-06-10T14:55:00.000Z\",\"4.420724\",\"4.407856\"\n\"2024-06-10T15:00:00.000Z\",\"0.993078\",\"0.990422\"\n\"2024-06-10T15:05:00.000Z\",\"10.45913\",\"10.429261\"\n\"2024-06-10T15:10:00.000Z\",\"4.4538\",\"4.441014\"\n\"2024-06-10T15:15:00.000Z\",\"0.953584\",\"0.951158\"\n\"2024-06-10T15:20:00.000Z\",\"10.454753\",\"10.428806\"\n\"2024-06-10T15:25:00.000Z\",\"4.475557\",\"4.460124\"\n\"2024-06-10T15:30:00.000Z\",\"0.916059\",\"0.913796\"\n\"2024-06-10T15:35:00.000Z\",\"10.630294\",\"10.60063\"\n\"2024-06-10T15:40:00.000Z\",\"4.335795\",\"4.323671\"\n\"2024-06-10T15:45:00.000Z\",\"0.878355\",\"0.87617\"\n\"2024-06-10T15:50:00.000Z\",\"10.652801\",\"10.622173\"\n\"2024-06-10T15:55:00.000Z\",\"4.35936\",\"4.347669\"\n\"2024-06-10T16:00:00.000Z\",\"0.842831\",\"0.840638\"\n\"2024-06-10T16:05:00.000Z\",\"10.638196\",\"10.608653\"\n\"2024-06-10T16:10:00.000Z\",\"4.396633\",\"4.384807\"\n\"2024-06-10T16:15:00.000Z\",\"0.993326\",\"0.990813\"\n\"2024-06-10T16:20:00.000Z\",\"10.442578\",\"10.417075\"\n\"2024-06-10T16:25:00.000Z\",\"4.442088\",\"4.426199\"\n\"2024-06-10T16:30:00.000Z\",\"0.950753\",\"0.952014\"\n\"2024-06-10T16:35:00.000Z\",\"10.646605\",\"10.612613\"\n\"2024-06-10T16:40:00.000Z\",\"4.298488\",\"4.286469\"\n\"2024-06-10T16:45:00.000Z\",\"0.919163\",\"0.916805\"\n\"2024-06-10T16:50:00.000Z\",\"10.633609\",\"10.6038\"\n\"2024-06-10T16:55:00.000Z\",\"4.325139\",\"4.313369\"\n\"2024-06-10T17:00:00.000Z\",\"0.879463\",\"0.877199\"\n\"2024-06-10T17:05:00.000Z\",\"10.653831\",\"10.623157\"\n\"2024-06-10T17:10:00.000Z\",\"4.372921\",\"4.360521\"\n\"2024-06-10T17:15:00.000Z\",\"0.873599\",\"0.871454\"\n\"2024-06-10T17:20:00.000Z\",\"10.622032\",\"10.592974\"\n\"2024-06-10T17:25:00.000Z\",\"4.365398\",\"4.353569\"\n\"2024-06-10T17:30:00.000Z\",\"0.839301\",\"0.837229\"\n\"2024-06-10T17:35:00.000Z\",\"10.646856\",\"10.616534\"\n\"2024-06-10T17:40:00.000Z\",\"4.396067\",\"4.384254\"\n\"2024-06-10T17:45:00.000Z\",\"0.983245\",\"0.980852\"\n\"2024-06-10T17:50:00.000Z\",\"10.432888\",\"10.404573\"\n\"2024-06-10T17:55:00.000Z\",\"4.436112\",\"4.42425\"\n\"2024-06-10T18:00:00.000Z\",\"0.948989\",\"0.946664\"\n\"2024-06-10T18:05:00.000Z\",\"10.628506\",\"10.598952\"\n\"2024-06-10T18:10:00.000Z\",\"4.307892\",\"4.295477\"\n\"2024-06-10T18:15:00.000Z\",\"0.910085\",\"0.907875\"\n\"2024-06-10T18:20:00.000Z\",\"10.631851\",\"10.602333\"\n\"2024-06-10T18:25:00.000Z\",\"4.333041\",\"4.321044\"\n\"2024-06-10T18:30:00.000Z\",\"0.871145\",\"0.868985\"\n\"2024-06-10T18:35:00.000Z\",\"10.659611\",\"10.628649\"\n\"2024-06-10T18:40:00.000Z\",\"4.390463\",\"4.377523\"\n\"2024-06-10T18:45:00.000Z\",\"0.832808\",\"0.830781\"\n\"2024-06-10T18:50:00.000Z\",\"10.652606\",\"10.621999\"\n\"2024-06-10T18:55:00.000Z\",\"4.400506\",\"4.388834\"\n\"2024-06-10T19:00:00.000Z\",\"0.982397\",\"0.97994\"\n\"2024-06-10T19:05:00.000Z\",\"10.478253\",\"10.447582\"\n\"2024-06-10T19:10:00.000Z\",\"4.441973\",\"4.429987\"\n\"2024-06-10T19:15:00.000Z\",\"0.946879\",\"0.944623\"\n\"2024-06-10T19:20:00.000Z\",\"10.620568\",\"10.59161\"\n\"2024-06-10T19:25:00.000Z\",\"4.291119\",\"4.279518\"\n\"2024-06-10T19:30:00.000Z\",\"0.911537\",\"0.909267\"\n\"2024-06-10T19:35:00.000Z\",\"10.641783\",\"10.611744\"\n\"2024-06-10T19:40:00.000Z\",\"4.340985\",\"4.328631\"\n\"2024-06-10T19:45:00.000Z\",\"0.874561\",\"0.872475\"\n\"2024-06-10T19:50:00.000Z\",\"10.63576\",\"10.606\"\n\"2024-06-10T19:55:00.000Z\",\"4.357634\",\"4.346004\"\n\"2024-06-10T20:00:00.000Z\",\"0.877462\",\"0.875329\"\n\"2024-06-10T20:05:00.000Z\",\"10.648876\",\"10.618456\"\n\"2024-06-10T20:10:00.000Z\",\"4.364594\",\"4.352683\"\n\"2024-06-10T20:15:00.000Z\",\"0.84717\",\"0.844993\"\n\"2024-06-10T20:20:00.000Z\",\"10.640426\",\"10.610485\"\n\"2024-06-10T20:25:00.000Z\",\"4.40574\",\"4.393289\"\n\"2024-06-10T20:30:00.000Z\",\"0.98103\",\"0.978406\"\n\"2024-06-10T20:35:00.000Z\",\"10.480802\",\"10.449858\"\n\"2024-06-10T20:40:00.000Z\",\"4.460181\",\"4.447621\"\n\"2024-06-10T20:45:00.000Z\",\"0.942794\",\"0.940402\"\n\"2024-06-10T20:50:00.000Z\",\"10.666379\",\"10.635057\"\n\"2024-06-10T20:55:00.000Z\",\"4.310499\",\"4.298256\"\n\"2024-06-10T21:00:00.000Z\",\"0.90067\",\"0.898475\"\n\"2024-06-10T21:05:00.000Z\",\"10.638421\",\"10.608477\"\n\"2024-06-10T21:10:00.000Z\",\"4.338393\",\"4.326632\"\n\"2024-06-10T21:15:00.000Z\",\"0.904389\",\"0.902129\"\n\"2024-06-10T21:20:00.000Z\",\"10.629726\",\"10.600342\"\n\"2024-06-10T21:25:00.000Z\",\"4.345238\",\"4.333064\"\n\"2024-06-10T21:30:00.000Z\",\"0.866723\",\"0.864609\"\n\"2024-06-10T21:35:00.000Z\",\"10.678145\",\"10.646214\"\n\"2024-06-10T21:40:00.000Z\",\"4.391888\",\"4.379064\"\n\"2024-06-10T21:45:00.000Z\",\"0.832358\",\"0.830186\"\n\"2024-06-10T21:50:00.000Z\",\"10.65153\",\"10.620955\"\n\"2024-06-10T21:55:00.000Z\",\"4.426174\",\"4.413348\"\n\"2024-06-10T22:00:00.000Z\",\"0.977968\",\"0.975585\"\n\"2024-06-10T22:05:00.000Z\",\"10.440821\",\"10.411928\"\n\"2024-06-10T22:10:00.000Z\",\"4.449785\",\"4.437742\"\n\"2024-06-10T22:15:00.000Z\",\"0.943636\",\"0.941339\"\n\"2024-06-10T22:20:00.000Z\",\"10.638843\",\"10.608831\"\n\"2024-06-10T22:25:00.000Z\",\"4.29651\",\"4.284982\"\n\"2024-06-10T22:30:00.000Z\",\"0.910496\",\"0.908561\"\n\"2024-06-10T22:35:00.000Z\",\"10.63629\",\"10.611275\"\n\"2024-06-10T22:40:00.000Z\",\"4.338669\",\"4.323667\"\n\"2024-06-10T22:45:00.000Z\",\"0.873188\",\"0.870896\"\n\"2024-06-10T22:50:00.000Z\",\"10.641636\",\"10.611616\"\n\"2024-06-10T22:55:00.000Z\",\"4.371415\",\"4.359532\"\n\"2024-06-10T23:00:00.000Z\",\"0.832332\",\"0.830372\"\n\"2024-06-10T23:05:00.000Z\",\"10.63662\",\"10.606854\"\n\"2024-06-10T23:10:00.000Z\",\"4.412541\",\"4.400338\"\n\"2024-06-10T23:15:00.000Z\",\"0.984299\",\"0.981825\"\n\"2024-06-10T23:20:00.000Z\",\"10.448699\",\"10.419603\"\n\"2024-06-10T23:25:00.000Z\",\"4.450963\",\"4.438342\"\n\"2024-06-10T23:30:00.000Z\",\"0.947025\",\"0.944688\"\n\"2024-06-10T23:35:00.000Z\",\"10.632689\",\"10.60312\"\n\"2024-06-10T23:40:00.000Z\",\"4.309646\",\"4.297173\"\n\"2024-06-10T23:45:00.000Z\",\"0.9056\",\"0.903225\"\n\"2024-06-10T23:50:00.000Z\",\"10.611331\",\"10.586359\"\n\"2024-06-10T23:55:00.000Z\",\"4.335335\",\"4.320152\"\n\"2024-06-11T00:00:00.000Z\",\"0.902578\",\"0.900479\"\n\"2024-06-11T00:05:00.000Z\",\"10.617425\",\"10.588623\"\n\"2024-06-11T00:10:00.000Z\",\"4.330601\",\"4.319145\"\n\"2024-06-11T00:15:00.000Z\",\"0.863034\",\"0.864589\"\n\"2024-06-11T00:20:00.000Z\",\"10.638489\",\"10.606433\"\n\"2024-06-11T00:25:00.000Z\",\"4.383426\",\"4.370115\"\n\"2024-06-11T00:30:00.000Z\",\"0.831775\",\"0.829563\"\n\"2024-06-11T00:35:00.000Z\",\"10.659951\",\"10.628796\"\n\"2024-06-11T00:40:00.000Z\",\"4.428924\",\"4.41617\"\n\"2024-06-11T00:45:00.000Z\",\"0.975553\",\"0.973118\"\n\"2024-06-11T00:50:00.000Z\",\"10.454875\",\"10.42541\"\n\"2024-06-11T00:55:00.000Z\",\"4.473383\",\"4.460021\"\n\"2024-06-11T01:00:00.000Z\",\"0.936854\",\"0.934582\"\n\"2024-06-11T01:05:00.000Z\",\"10.621103\",\"10.592137\"\n\"2024-06-11T01:10:00.000Z\",\"4.297951\",\"4.286535\"\n\"2024-06-11T01:15:00.000Z\",\"0.899919\",\"0.901382\"\n\"2024-06-11T01:20:00.000Z\",\"10.638774\",\"10.608955\"\n\"2024-06-11T01:25:00.000Z\",\"4.335836\",\"4.32044\"\n\"2024-06-11T01:30:00.000Z\",\"0.867674\",\"0.865538\"\n\"2024-06-11T01:35:00.000Z\",\"10.634883\",\"10.608689\"\n\"2024-06-11T01:40:00.000Z\",\"4.386187\",\"4.37015\"\n\"2024-06-11T01:45:00.000Z\",\"0.828867\",\"0.826834\"\n\"2024-06-11T01:50:00.000Z\",\"10.623477\",\"10.594274\"\n\"2024-06-11T01:55:00.000Z\",\"4.412492\",\"4.400574\"\n\"2024-06-11T02:00:00.000Z\",\"0.978266\",\"0.975827\"\n\"2024-06-11T02:05:00.000Z\",\"10.434743\",\"10.407097\"\n\"2024-06-11T02:10:00.000Z\",\"4.445045\",\"4.432433\"\n\"2024-06-11T02:15:00.000Z\",\"0.939584\",\"0.937318\"\n\"2024-06-11T02:20:00.000Z\",\"10.630883\",\"10.601447\"\n\"2024-06-11T02:25:00.000Z\",\"4.308929\",\"4.296801\"\n\"2024-06-11T02:30:00.000Z\",\"0.940357\",\"0.938079\"\n\"2024-06-11T02:35:00.000Z\",\"10.650229\",\"10.61979\"\n\"2024-06-11T02:40:00.000Z\",\"4.299675\",\"4.288026\"\n\"2024-06-11T02:45:00.000Z\",\"0.904394\",\"0.902194\"\n\"2024-06-11T02:50:00.000Z\",\"10.628565\",\"10.599194\"\n\"2024-06-11T02:55:00.000Z\",\"4.327072\",\"4.315689\"\n\"2024-06-11T03:00:00.000Z\",\"0.867919\",\"0.8658\"\n\"2024-06-11T03:05:00.000Z\",\"10.62264\",\"10.597102\"\n\"2024-06-11T03:10:00.000Z\",\"4.37917\",\"4.363306\"\n\"2024-06-11T03:15:00.000Z\",\"0.837448\",\"0.83526\"\n\"2024-06-11T03:20:00.000Z\",\"10.67746\",\"10.649285\"\n\"2024-06-11T03:25:00.000Z\",\"4.418248\",\"4.402198\"\n\"2024-06-11T03:30:00.000Z\",\"0.989988\",\"0.987543\"\n\"2024-06-11T03:35:00.000Z\",\"10.43143\",\"10.402846\"\n\"2024-06-11T03:40:00.000Z\",\"4.442277\",\"4.430295\"\n\"2024-06-11T03:45:00.000Z\",\"0.949996\",\"0.947576\"\n\"2024-06-11T03:50:00.000Z\",\"10.473885\",\"10.443498\"\n\"2024-06-11T03:55:00.000Z\",\"4.493145\",\"4.480193\"\n\"2024-06-11T04:00:00.000Z\",\"0.909787\",\"0.9112\"\n\"2024-06-11T04:05:00.000Z\",\"10.636035\",\"10.602666\"\n\"2024-06-11T04:10:00.000Z\",\"4.333752\",\"4.321229\"\n\"2024-06-11T04:15:00.000Z\",\"0.87677\",\"0.873984\"\n\"2024-06-11T04:20:00.000Z\",\"10.627886\",\"10.598544\"\n\"2024-06-11T04:25:00.000Z\",\"4.36867\",\"4.356685\"\n\"2024-06-11T04:30:00.000Z\",\"0.838254\",\"0.83618\"\n\"2024-06-11T04:35:00.000Z\",\"10.657644\",\"10.626763\"\n\"2024-06-11T04:40:00.000Z\",\"4.406424\",\"4.394269\"\n\"2024-06-11T04:45:00.000Z\",\"0.989198\",\"0.986689\"\n\"2024-06-11T04:50:00.000Z\",\"10.44553\",\"10.416451\"\n\"2024-06-11T04:55:00.000Z\",\"4.456759\",\"4.443853\"\n\"2024-06-11T05:00:00.000Z\",\"0.948987\",\"0.950297\"\n\"2024-06-11T05:05:00.000Z\",\"10.447362\",\"10.41462\"\n\"2024-06-11T05:10:00.000Z\",\"4.49366\",\"4.480653\"\n\"2024-06-11T05:15:00.000Z\",\"0.952007\",\"0.949626\"\n\"2024-06-11T05:20:00.000Z\",\"10.63352\",\"10.603673\"\n\"2024-06-11T05:25:00.000Z\",\"4.308156\",\"4.295672\"\n\"2024-06-11T05:30:00.000Z\",\"0.910677\",\"0.908443\"\n\"2024-06-11T05:35:00.000Z\",\"10.660741\",\"10.629753\"\n\"2024-06-11T05:40:00.000Z\",\"4.333486\",\"4.321685\"\n\"2024-06-11T05:45:00.000Z\",\"0.877666\",\"0.875482\"\n\"2024-06-11T05:50:00.000Z\",\"10.625437\",\"10.596226\"\n\"2024-06-11T05:55:00.000Z\",\"4.376181\",\"4.363609\"\n\"2024-06-11T06:00:00.000Z\",\"0.844384\",\"0.842117\"\n\"2024-06-11T06:05:00.000Z\",\"10.661153\",\"10.631231\"\n\"2024-06-11T06:10:00.000Z\",\"4.412344\",\"4.398608\"\n\"2024-06-11T06:15:00.000Z\",\"0.98889\",\"0.986436\"\n\"2024-06-11T06:20:00.000Z\",\"10.44356\",\"10.414543\"\n\"2024-06-11T06:25:00.000Z\",\"4.435474\",\"4.423623\"\n\"2024-06-11T06:30:00.000Z\",\"0.948594\",\"0.946271\"\n\"2024-06-11T06:35:00.000Z\",\"10.443827\",\"10.414772\"\n\"2024-06-11T06:40:00.000Z\",\"4.481771\",\"4.46954\"\n\"2024-06-11T06:45:00.000Z\",\"0.911584\",\"0.909369\"\n\"2024-06-11T06:50:00.000Z\",\"10.614134\",\"10.585361\"\n\"2024-06-11T06:55:00.000Z\",\"4.330857\",\"4.319205\"\n\"2024-06-11T07:00:00.000Z\",\"0.871585\",\"0.86952\"\n\"2024-06-11T07:05:00.000Z\",\"10.629199\",\"10.599608\"\n\"2024-06-11T07:10:00.000Z\",\"4.391574\",\"4.378607\"\n\"2024-06-11T07:15:00.000Z\",\"0.837008\",\"0.834968\"\n\"2024-06-11T07:20:00.000Z\",\"10.63783\",\"10.611627\"\n\"2024-06-11T07:25:00.000Z\",\"4.42607\",\"4.409265\"\n\"2024-06-11T07:30:00.000Z\",\"0.801312\",\"0.799376\"\n\"2024-06-11T07:35:00.000Z\",\"10.632832\",\"10.603235\"\n\"2024-06-11T07:40:00.000Z\",\"4.43453\",\"4.422578\"\n\"2024-06-11T07:45:00.000Z\",\"0.950976\",\"0.948659\"\n\"2024-06-11T07:50:00.000Z\",\"10.433222\",\"10.404696\"\n\"2024-06-11T07:55:00.000Z\",\"4.483321\",\"4.470813\"\n\"2024-06-11T08:00:00.000Z\",\"0.947396\",\"0.945064\"\n\"2024-06-11T08:05:00.000Z\",\"10.639201\",\"10.61243\"\n\"2024-06-11T08:10:00.000Z\",\"4.290376\",\"4.275643\"\n\"2024-06-11T08:15:00.000Z\",\"0.910323\",\"0.908119\"\n\"2024-06-11T08:20:00.000Z\",\"10.635553\",\"10.605833\"\n\"2024-06-11T08:25:00.000Z\",\"4.336578\",\"4.32444\"\n\"2024-06-11T08:30:00.000Z\",\"0.873866\",\"0.871719\"\n\"2024-06-11T08:35:00.000Z\",\"10.619664\",\"10.590751\"\n\"2024-06-11T08:40:00.000Z\",\"4.36199\",\"4.350346\"\n\"2024-06-11T08:45:00.000Z\",\"0.83715\",\"0.835158\"\n\"2024-06-11T08:50:00.000Z\",\"10.618008\",\"10.589162\"\n\"2024-06-11T08:55:00.000Z\",\"4.399076\",\"4.387293\"\n\"2024-06-11T09:00:00.000Z\",\"0.987438\",\"0.985084\"\n\"2024-06-11T09:05:00.000Z\",\"10.42639\",\"10.398199\"\n\"2024-06-11T09:10:00.000Z\",\"4.434505\",\"4.422698\"\n\"2024-06-11T09:15:00.000Z\",\"0.95314\",\"0.950709\"\n\"2024-06-11T09:20:00.000Z\",\"10.442874\",\"10.413909\"\n\"2024-06-11T09:25:00.000Z\",\"4.475455\",\"4.463315\"\n\"2024-06-11T09:30:00.000Z\",\"0.910964\",\"0.90875\"\n\"2024-06-11T09:35:00.000Z\",\"10.633794\",\"10.603961\"\n\"2024-06-11T09:40:00.000Z\",\"4.344055\",\"4.331683\"\n\"2024-06-11T09:45:00.000Z\",\"0.871237\",\"0.869118\"\n\"2024-06-11T09:50:00.000Z\",\"10.635058\",\"10.605272\"\n\"2024-06-11T09:55:00.000Z\",\"4.388021\",\"4.375424\"\n\"2024-06-11T10:00:00.000Z\",\"0.836781\",\"0.83457\"\n\"2024-06-11T10:05:00.000Z\",\"10.648017\",\"10.617461\"\n\"2024-06-11T10:10:00.000Z\",\"4.415901\",\"4.403639\"\n\"2024-06-11T10:15:00.000Z\",\"0.982395\",\"0.97996\"\n\"2024-06-11T10:20:00.000Z\",\"10.441586\",\"10.412648\"\n\"2024-06-11T10:25:00.000Z\",\"4.447223\",\"4.435134\"\n\"2024-06-11T10:30:00.000Z\",\"0.98293\",\"0.980448\"\n\"2024-06-11T10:35:00.000Z\",\"10.437683\",\"10.408939\"\n\"2024-06-11T10:40:00.000Z\",\"4.460666\",\"4.447887\"\n\"2024-06-11T10:45:00.000Z\",\"0.95002\",\"0.947414\"\n\"2024-06-11T10:50:00.000Z\",\"10.650204\",\"10.619682\"\n\"2024-06-11T10:55:00.000Z\",\"4.298678\",\"4.286882\"\n\"2024-06-11T11:00:00.000Z\",\"0.905891\",\"0.903569\"\n\"2024-06-11T11:05:00.000Z\",\"10.649881\",\"10.619226\"\n\"2024-06-11T11:10:00.000Z\",\"4.340667\",\"4.328975\"\n\"2024-06-11T11:15:00.000Z\",\"0.863123\",\"0.861415\"\n\"2024-06-11T11:20:00.000Z\",\"10.617746\",\"10.588998\"\n\"2024-06-11T11:25:00.000Z\",\"4.389601\",\"4.377058\"\n\"2024-06-11T11:30:00.000Z\",\"0.828313\",\"0.82618\"\n\"2024-06-11T11:35:00.000Z\",\"10.630808\",\"10.60136\"\n\"2024-06-11T11:40:00.000Z\",\"4.409466\",\"4.397713\"\n\"2024-06-11T11:45:00.000Z\",\"0.98306\",\"0.98036\"\n\"2024-06-11T11:50:00.000Z\",\"10.445951\",\"10.416786\"\n\"2024-06-11T11:55:00.000Z\",\"4.450645\",\"4.438567\"\n\"2024-06-11T12:00:00.000Z\",\"0.942667\",\"0.940195\"\n\"2024-06-11T12:05:00.000Z\",\"10.456821\",\"10.427271\"\n\"2024-06-11T12:10:00.000Z\",\"4.491655\",\"4.479149\"\n\"2024-06-11T12:15:00.000Z\",\"0.909672\",\"0.907317\"\n\"2024-06-11T12:20:00.000Z\",\"10.647897\",\"10.617536\"\n\"2024-06-11T12:25:00.000Z\",\"4.330019\",\"4.318392\"\n\"2024-06-11T12:30:00.000Z\",\"0.872844\",\"0.8706\"\n\"2024-06-11T12:35:00.000Z\",\"10.645025\",\"10.61489\"\n\"2024-06-11T12:40:00.000Z\",\"4.376807\",\"4.364582\"\n\"2024-06-11T12:45:00.000Z\",\"0.828609\",\"0.82666\"\n\"2024-06-11T12:50:00.000Z\",\"10.628021\",\"10.598706\"\n\"2024-06-11T12:55:00.000Z\",\"4.415272\",\"4.403049\"\n\"2024-06-11T13:00:00.000Z\",\"1.014854\",\"1.012322\"\n\"2024-06-11T13:05:00.000Z\",\"10.445333\",\"10.416214\"\n\"2024-06-11T13:10:00.000Z\",\"4.416912\",\"4.404823\"\n\"2024-06-11T13:15:00.000Z\",\"0.983286\",\"0.980742\"\n\"2024-06-11T13:20:00.000Z\",\"10.448991\",\"10.419661\"\n\"2024-06-11T13:25:00.000Z\",\"4.44391\",\"4.43199\"\n\"2024-06-11T13:30:00.000Z\",\"0.944947\",\"0.942652\"\n\"2024-06-11T13:35:00.000Z\",\"10.614398\",\"10.585564\"\n\"2024-06-11T13:40:00.000Z\",\"4.308623\",\"4.296497\"\n\"2024-06-11T13:45:00.000Z\",\"0.909195\",\"0.907015\"\n\"2024-06-11T13:50:00.000Z\",\"10.613428\",\"10.584797\"\n\"2024-06-11T13:55:00.000Z\",\"4.323174\",\"4.312069\"\n\"2024-06-11T14:00:00.000Z\",\"0.875528\",\"0.873413\"\n\"2024-06-11T14:05:00.000Z\",\"10.631348\",\"10.602728\"\n\"2024-06-11T14:10:00.000Z\",\"4.359598\",\"4.346899\"\n\"2024-06-11T14:15:00.000Z\",\"0.838928\",\"0.840578\"\n\"2024-06-11T14:20:00.000Z\",\"10.625139\",\"10.592302\"\n\"2024-06-11T14:25:00.000Z\",\"4.39862\",\"4.38667\"\n\"2024-06-11T14:30:00.000Z\",\"0.98869\",\"0.986248\"\n\"2024-06-11T14:35:00.000Z\",\"10.437768\",\"10.409225\"\n\"2024-06-11T14:40:00.000Z\",\"4.435397\",\"4.423397\"\n\"2024-06-11T14:45:00.000Z\",\"0.952825\",\"0.950462\"\n\"2024-06-11T14:50:00.000Z\",\"10.657484\",\"10.626627\"\n\"2024-06-11T14:55:00.000Z\",\"4.288965\",\"4.27728\"\n\"2024-06-11T15:00:00.000Z\",\"0.918254\",\"0.916\"\n\"2024-06-11T15:05:00.000Z\",\"10.625872\",\"10.596459\"\n\"2024-06-11T15:10:00.000Z\",\"4.326826\",\"4.314996\"\n\"2024-06-11T15:15:00.000Z\",\"0.877759\",\"0.879289\"\n\"2024-06-11T15:20:00.000Z\",\"10.648392\",\"10.614523\"\n\"2024-06-11T15:25:00.000Z\",\"4.353892\",\"4.342297\"\n\"2024-06-11T15:30:00.000Z\",\"0.852018\",\"0.84963\"\n\"2024-06-11T15:35:00.000Z\",\"10.635586\",\"10.609017\"\n\"2024-06-11T15:40:00.000Z\",\"4.42167\",\"4.405028\"\n\"2024-06-11T15:45:00.000Z\",\"1.025696\",\"1.023133\"\n\"2024-06-11T15:50:00.000Z\",\"10.490077\",\"10.459006\"\n\"2024-06-11T15:55:00.000Z\",\"4.420067\",\"4.407458\"\n\"2024-06-11T16:00:00.000Z\",\"0.992284\",\"0.989928\"\n\"2024-06-11T16:05:00.000Z\",\"10.438075\",\"10.409657\"\n\"2024-06-11T16:10:00.000Z\",\"4.439035\",\"4.426875\"\n\"2024-06-11T16:15:00.000Z\",\"0.954919\",\"0.952612\"\n\"2024-06-11T16:20:00.000Z\",\"10.611887\",\"10.583375\"\n\"2024-06-11T16:25:00.000Z\",\"4.27895\",\"4.267622\"\n\"2024-06-11T16:30:00.000Z\",\"0.916967\",\"0.918421\"\n\"2024-06-11T16:35:00.000Z\",\"10.645527\",\"10.615262\"\n\"2024-06-11T16:40:00.000Z\",\"4.32472\",\"4.309133\"\n\"2024-06-11T16:45:00.000Z\",\"0.884433\",\"0.882276\"\n\"2024-06-11T16:50:00.000Z\",\"10.627463\",\"10.597943\"\n\"2024-06-11T16:55:00.000Z\",\"4.35688\",\"4.345089\"\n\"2024-06-11T17:00:00.000Z\",\"0.850283\",\"0.847889\"\n\"2024-06-11T17:05:00.000Z\",\"10.645181\",\"10.614957\"\n\"2024-06-11T17:10:00.000Z\",\"4.394201\",\"4.382154\"\n\"2024-06-11T17:15:00.000Z\",\"0.997621\",\"0.994949\"\n\"2024-06-11T17:20:00.000Z\",\"10.447306\",\"10.421755\"\n\"2024-06-11T17:25:00.000Z\",\"4.432998\",\"4.417228\"\n\"2024-06-11T17:30:00.000Z\",\"0.963638\",\"0.961102\"\n\"2024-06-11T17:35:00.000Z\",\"10.659812\",\"10.628632\"\n\"2024-06-11T17:40:00.000Z\",\"4.280229\",\"4.26864\"\n\"2024-06-11T17:45:00.000Z\",\"0.925567\",\"0.923301\"\n\"2024-06-11T17:50:00.000Z\",\"10.636979\",\"10.607005\"\n\"2024-06-11T17:55:00.000Z\",\"4.317273\",\"4.30557\"\n\"2024-06-11T18:00:00.000Z\",\"0.891283\",\"0.889061\"\n\"2024-06-11T18:05:00.000Z\",\"10.634088\",\"10.604254\"\n\"2024-06-11T18:10:00.000Z\",\"4.361285\",\"4.348938\"\n\"2024-06-11T18:15:00.000Z\",\"0.853915\",\"0.851748\"\n\"2024-06-11T18:20:00.000Z\",\"10.678159\",\"10.646244\"\n\"2024-06-11T18:25:00.000Z\",\"4.389908\",\"4.377884\"\n\"2024-06-11T18:30:00.000Z\",\"0.852556\",\"0.850457\"\n\"2024-06-11T18:35:00.000Z\",\"10.651401\",\"10.620855\"\n\"2024-06-11T18:40:00.000Z\",\"4.406133\",\"4.3933\"\n\"2024-06-11T18:45:00.000Z\",\"1.006759\",\"1.004289\"\n\"2024-06-11T18:50:00.000Z\",\"10.473087\",\"10.442513\"\n\"2024-06-11T18:55:00.000Z\",\"4.446538\",\"4.433424\"\n\"2024-06-11T19:00:00.000Z\",\"0.962198\",\"0.959832\"\n\"2024-06-11T19:05:00.000Z\",\"10.640013\",\"10.610053\"\n\"2024-06-11T19:10:00.000Z\",\"4.271192\",\"4.259881\"\n\"2024-06-11T19:15:00.000Z\",\"0.932028\",\"0.929658\"\n\"2024-06-11T19:20:00.000Z\",\"10.627271\",\"10.601463\"\n\"2024-06-11T19:25:00.000Z\",\"4.314734\",\"4.299307\"\n\"2024-06-11T19:30:00.000Z\",\"0.892533\",\"0.890421\"\n\"2024-06-11T19:35:00.000Z\",\"10.612875\",\"10.584108\"\n\"2024-06-11T19:40:00.000Z\",\"4.350067\",\"4.338321\"\n\"2024-06-11T19:45:00.000Z\",\"0.855573\",\"0.853471\"\n\"2024-06-11T19:50:00.000Z\",\"10.62815\",\"10.598798\"\n\"2024-06-11T19:55:00.000Z\",\"4.384749\",\"4.372825\"\n\"2024-06-11T20:00:00.000Z\",\"0.817226\",\"0.815285\"\n\"2024-06-11T20:05:00.000Z\",\"10.619867\",\"10.590948\"\n\"2024-06-11T20:10:00.000Z\",\"4.423947\",\"4.411795\"\n\"2024-06-11T20:15:00.000Z\",\"0.968353\",\"0.965871\"\n\"2024-06-11T20:20:00.000Z\",\"10.471337\",\"10.440883\"\n\"2024-06-11T20:25:00.000Z\",\"4.477068\",\"4.463984\"\n\"2024-06-11T20:30:00.000Z\",\"0.944952\",\"0.942661\"\n\"2024-06-11T20:35:00.000Z\",\"10.618793\",\"10.589924\"\n\"2024-06-11T20:40:00.000Z\",\"4.291307\",\"4.279691\"\n\"2024-06-11T20:45:00.000Z\",\"0.912676\",\"0.91034\"\n\"2024-06-11T20:50:00.000Z\",\"10.647897\",\"10.617548\"\n\"2024-06-11T20:55:00.000Z\",\"4.328727\",\"4.316991\"\n\"2024-06-11T21:00:00.000Z\",\"0.875684\",\"0.873415\"\n\"2024-06-11T21:05:00.000Z\",\"10.622555\",\"10.593494\"\n\"2024-06-11T21:10:00.000Z\",\"4.361961\",\"4.350288\"\n\"2024-06-11T21:15:00.000Z\",\"0.840962\",\"0.838886\"\n\"2024-06-11T21:20:00.000Z\",\"10.637781\",\"10.607777\"\n\"2024-06-11T21:25:00.000Z\",\"4.40639\",\"4.394247\"\n\"2024-06-11T21:30:00.000Z\",\"0.990365\",\"0.987914\"\n\"2024-06-11T21:35:00.000Z\",\"10.437782\",\"10.409024\"\n\"2024-06-11T21:40:00.000Z\",\"4.439234\",\"4.427203\"\n\"2024-06-11T21:45:00.000Z\",\"0.950081\",\"0.947736\"\n\"2024-06-11T21:50:00.000Z\",\"10.453172\",\"10.423649\"\n\"2024-06-11T21:55:00.000Z\",\"4.482968\",\"4.470502\"\n\"2024-06-11T22:00:00.000Z\",\"0.917255\",\"0.914847\"\n\"2024-06-11T22:05:00.000Z\",\"10.646575\",\"10.616291\"\n\"2024-06-11T22:10:00.000Z\",\"4.321357\",\"4.309724\"\n\"2024-06-11T22:15:00.000Z\",\"0.917614\",\"0.915265\"\n\"2024-06-11T22:20:00.000Z\",\"10.629776\",\"10.600346\"\n\"2024-06-11T22:25:00.000Z\",\"4.327753\",\"4.316092\"\n\"2024-06-11T22:30:00.000Z\",\"0.884684\",\"0.882391\"\n\"2024-06-11T22:35:00.000Z\",\"10.642911\",\"10.612808\"\n\"2024-06-11T22:40:00.000Z\",\"4.361538\",\"4.349581\"\n\"2024-06-11T22:45:00.000Z\",\"0.845899\",\"0.843873\"\n\"2024-06-11T22:50:00.000Z\",\"10.645207\",\"10.614961\"\n\"2024-06-11T22:55:00.000Z\",\"4.4003\",\"4.388146\"\n\"2024-06-11T23:00:00.000Z\",\"0.999213\",\"0.996524\"\n\"2024-06-11T23:05:00.000Z\",\"10.447359\",\"10.418332\"\n\"2024-06-11T23:10:00.000Z\",\"4.441418\",\"4.428739\"\n\"2024-06-11T23:15:00.000Z\",\"0.957828\",\"0.955472\"\n\"2024-06-11T23:20:00.000Z\",\"10.639576\",\"10.609634\"\n\"2024-06-11T23:25:00.000Z\",\"4.293195\",\"4.280952\"\n\"2024-06-11T23:30:00.000Z\",\"0.916016\",\"0.913763\"\n\"2024-06-11T23:35:00.000Z\",\"10.628607\",\"10.599427\"\n\"2024-06-11T23:40:00.000Z\",\"4.327308\",\"4.315111\"\n\"2024-06-11T23:45:00.000Z\",\"0.883127\",\"0.881042\"\n\"2024-06-11T23:50:00.000Z\",\"10.635858\",\"10.606123\"\n\"2024-06-11T23:55:00.000Z\",\"4.373536\",\"4.360953\"\n\"2024-06-12T00:00:00.000Z\",\"0.848481\",\"0.846407\"\n\"2024-06-12T00:05:00.000Z\",\"10.618356\",\"10.589349\"\n\"2024-06-12T00:10:00.000Z\",\"4.412134\",\"4.399365\"\n\"2024-06-12T00:15:00.000Z\",\"0.804661\",\"0.80276\"\n\"2024-06-12T00:20:00.000Z\",\"10.639551\",\"10.609554\"\n\"2024-06-12T00:25:00.000Z\",\"4.430253\",\"4.418338\"\n\"2024-06-12T00:30:00.000Z\",\"0.957759\",\"0.955331\"\n\"2024-06-12T00:35:00.000Z\",\"10.46345\",\"10.433418\"\n\"2024-06-12T00:40:00.000Z\",\"4.496515\",\"4.483491\"\n\"2024-06-12T00:45:00.000Z\",\"0.955619\",\"0.953233\"\n\"2024-06-12T00:50:00.000Z\",\"10.65311\",\"10.625987\"\n\"2024-06-12T00:55:00.000Z\",\"4.293799\",\"4.278238\"\n\"2024-06-12T01:00:00.000Z\",\"0.917318\",\"0.915117\"\n\"2024-06-12T01:05:00.000Z\",\"10.641811\",\"10.611746\"\n\"2024-06-12T01:10:00.000Z\",\"4.337789\",\"4.325261\"\n\"2024-06-12T01:15:00.000Z\",\"0.88061\",\"0.878502\"\n\"2024-06-12T01:20:00.000Z\",\"10.646677\",\"10.616396\"\n\"2024-06-12T01:25:00.000Z\",\"4.373162\",\"4.360592\"\n\"2024-06-12T01:30:00.000Z\",\"0.853608\",\"0.851461\"\n\"2024-06-12T01:35:00.000Z\",\"10.638141\",\"10.608133\"\n\"2024-06-12T01:40:00.000Z\",\"4.415897\",\"4.402731\"\n\"2024-06-12T01:45:00.000Z\",\"0.816364\",\"0.817816\"\n\"2024-06-12T01:50:00.000Z\",\"10.637881\",\"10.604399\"\n\"2024-06-12T01:55:00.000Z\",\"4.428515\",\"4.416516\"\n\"2024-06-12T02:00:00.000Z\",\"0.964548\",\"0.962171\"\n\"2024-06-12T02:05:00.000Z\",\"10.437973\",\"10.409264\"\n\"2024-06-12T02:10:00.000Z\",\"4.458922\",\"4.447004\"\n\"2024-06-12T02:15:00.000Z\",\"0.930115\",\"0.927833\"\n\"2024-06-12T02:20:00.000Z\",\"10.619818\",\"10.590725\"\n\"2024-06-12T02:25:00.000Z\",\"4.311004\",\"4.299484\"\n\"2024-06-12T02:30:00.000Z\",\"0.891937\",\"0.889798\"\n\"2024-06-12T02:35:00.000Z\",\"10.621579\",\"10.592404\"\n\"2024-06-12T02:40:00.000Z\",\"4.345338\",\"4.33381\"\n\"2024-06-12T02:45:00.000Z\",\"0.852407\",\"0.850311\"\n\"2024-06-12T02:50:00.000Z\",\"10.641243\",\"10.611195\"\n\"2024-06-12T02:55:00.000Z\",\"4.390687\",\"4.378694\"\n\"2024-06-12T03:00:00.000Z\",\"0.809366\",\"0.807412\"\n\"2024-06-12T03:05:00.000Z\",\"10.619606\",\"10.590745\"\n\"2024-06-12T03:10:00.000Z\",\"4.424885\",\"4.413081\"\n\"2024-06-12T03:15:00.000Z\",\"0.964397\",\"0.96183\"\n\"2024-06-12T03:20:00.000Z\",\"10.475059\",\"10.448085\"\n\"2024-06-12T03:25:00.000Z\",\"4.48571\",\"4.469117\"\n\"2024-06-12T03:30:00.000Z\",\"0.958405\",\"0.955913\"\n\"2024-06-12T03:35:00.000Z\",\"10.661665\",\"10.63062\"\n\"2024-06-12T03:40:00.000Z\",\"4.305984\",\"4.296655\"\n\"2024-06-12T03:45:00.000Z\",\"0.919295\",\"0.917489\"\n\"2024-06-12T03:50:00.000Z\",\"10.637978\",\"10.608152\"\n\"2024-06-12T03:55:00.000Z\",\"4.321433\",\"4.309695\"\n\"2024-06-12T04:00:00.000Z\",\"0.88092\",\"0.878848\"\n\"2024-06-12T04:05:00.000Z\",\"10.644725\",\"10.614554\"\n\"2024-06-12T04:10:00.000Z\",\"4.358684\",\"4.346887\"\n\"2024-06-12T04:15:00.000Z\",\"0.845675\",\"0.847185\"\n\"2024-06-12T04:20:00.000Z\",\"10.624033\",\"10.591388\"\n\"2024-06-12T04:25:00.000Z\",\"4.394022\",\"4.382317\"\n\"2024-06-12T04:30:00.000Z\",\"0.991662\",\"0.989373\"\n\"2024-06-12T04:35:00.000Z\",\"10.447436\",\"10.418234\"\n\"2024-06-12T04:40:00.000Z\",\"4.448698\",\"4.436169\"\n\"2024-06-12T04:45:00.000Z\",\"0.948404\",\"0.9461\"\n\"2024-06-12T04:50:00.000Z\",\"10.646538\",\"10.616288\"\n\"2024-06-12T04:55:00.000Z\",\"4.288423\",\"4.277029\"\n\"2024-06-12T05:00:00.000Z\",\"0.911656\",\"0.909475\"\n\"2024-06-12T05:05:00.000Z\",\"10.640074\",\"10.610089\"\n\"2024-06-12T05:10:00.000Z\",\"4.345451\",\"4.332935\"\n\"2024-06-12T05:15:00.000Z\",\"0.876784\",\"0.87474\"\n\"2024-06-12T05:20:00.000Z\",\"10.635451\",\"10.605616\"\n\"2024-06-12T05:25:00.000Z\",\"4.365122\",\"4.35338\"\n\"2024-06-12T05:30:00.000Z\",\"0.837041\",\"0.835226\"\n\"2024-06-12T05:35:00.000Z\",\"10.645585\",\"10.615378\"\n\"2024-06-12T05:40:00.000Z\",\"4.412941\",\"4.40051\"\n\"2024-06-12T05:45:00.000Z\",\"0.807604\",\"0.805564\"\n\"2024-06-12T05:50:00.000Z\",\"10.647158\",\"10.616715\"\n\"2024-06-12T05:55:00.000Z\",\"4.431572\",\"4.419794\"\n\"2024-06-12T06:00:00.000Z\",\"0.985706\",\"0.983385\"\n\"2024-06-12T06:05:00.000Z\",\"10.440062\",\"10.411392\"\n\"2024-06-12T06:10:00.000Z\",\"4.431979\",\"4.420212\"\n\"2024-06-12T06:15:00.000Z\",\"0.948838\",\"0.946658\"\n\"2024-06-12T06:20:00.000Z\",\"10.647425\",\"10.617136\"\n\"2024-06-12T06:25:00.000Z\",\"4.303803\",\"4.291382\"\n\"2024-06-12T06:30:00.000Z\",\"0.91884\",\"0.916477\"\n\"2024-06-12T06:35:00.000Z\",\"10.642467\",\"10.612294\"\n\"2024-06-12T06:40:00.000Z\",\"4.324692\",\"4.313181\"\n\"2024-06-12T06:45:00.000Z\",\"0.875826\",\"0.87377\"\n\"2024-06-12T06:50:00.000Z\",\"10.635964\",\"10.606096\"\n\"2024-06-12T06:55:00.000Z\",\"4.377085\",\"4.364697\"\n\"2024-06-12T07:00:00.000Z\",\"0.836125\",\"0.834088\"\n\"2024-06-12T07:05:00.000Z\",\"10.643074\",\"10.612976\"\n\"2024-06-12T07:10:00.000Z\",\"4.401999\",\"4.390105\"\n\"2024-06-12T07:15:00.000Z\",\"0.986264\",\"0.983887\"\n\"2024-06-12T07:20:00.000Z\",\"10.450149\",\"10.420637\"\n\"2024-06-12T07:25:00.000Z\",\"4.437098\",\"4.425492\"\n\"2024-06-12T07:30:00.000Z\",\"0.951716\",\"0.949287\"\n\"2024-06-12T07:35:00.000Z\",\"10.647029\",\"10.616582\"\n\"2024-06-12T07:40:00.000Z\",\"4.288215\",\"4.276852\"\n\"2024-06-12T07:45:00.000Z\",\"0.906518\",\"0.905379\"\n\"2024-06-12T07:50:00.000Z\",\"10.619673\",\"10.589601\"\n\"2024-06-12T07:55:00.000Z\",\"4.332013\",\"4.320519\"\n\"2024-06-12T08:00:00.000Z\",\"0.867078\",\"0.865\"\n\"2024-06-12T08:05:00.000Z\",\"10.631677\",\"10.602174\"\n\"2024-06-12T08:10:00.000Z\",\"4.373987\",\"4.362136\"\n\"2024-06-12T08:15:00.000Z\",\"0.825791\",\"0.823806\"\n\"2024-06-12T08:20:00.000Z\",\"10.633924\",\"10.604356\"\n\"2024-06-12T08:25:00.000Z\",\"4.40917\",\"4.397442\"\n\"2024-06-12T08:30:00.000Z\",\"0.977653\",\"0.975272\"\n\"2024-06-12T08:35:00.000Z\",\"10.433528\",\"10.405037\"\n\"2024-06-12T08:40:00.000Z\",\"4.449131\",\"4.437149\"\n\"2024-06-12T08:45:00.000Z\",\"0.968262\",\"0.969713\"\n\"2024-06-12T08:50:00.000Z\",\"10.437597\",\"10.40518\"\n\"2024-06-12T08:55:00.000Z\",\"4.465903\",\"4.453488\"\n\"2024-06-12T09:00:00.000Z\",\"0.933663\",\"0.931409\"\n\"2024-06-12T09:05:00.000Z\",\"10.639086\",\"10.609233\"\n\"2024-06-12T09:10:00.000Z\",\"4.304952\",\"4.293403\"\n\"2024-06-12T09:15:00.000Z\",\"0.900041\",\"0.897806\"\n\"2024-06-12T09:20:00.000Z\",\"10.665415\",\"10.634231\"\n\"2024-06-12T09:25:00.000Z\",\"4.344206\",\"4.332239\"\n\"2024-06-12T09:30:00.000Z\",\"0.860083\",\"0.857992\"\n\"2024-06-12T09:35:00.000Z\",\"10.649916\",\"10.619339\"\n\"2024-06-12T09:40:00.000Z\",\"4.395082\",\"4.382692\"\n\"2024-06-12T09:45:00.000Z\",\"0.818638\",\"0.816621\"\n\"2024-06-12T09:50:00.000Z\",\"10.645256\",\"10.615069\"\n\"2024-06-12T09:55:00.000Z\",\"4.420683\",\"4.408825\"\n\"2024-06-12T10:00:00.000Z\",\"0.964065\",\"0.961719\"\n\"2024-06-12T10:05:00.000Z\",\"10.439884\",\"10.411056\"\n\"2024-06-12T10:10:00.000Z\",\"4.46098\",\"4.44896\"\n\"2024-06-12T10:15:00.000Z\",\"0.922891\",\"0.920633\"\n\"2024-06-12T10:20:00.000Z\",\"10.633307\",\"10.603532\"\n\"2024-06-12T10:25:00.000Z\",\"4.325039\",\"4.31313\"\n\"2024-06-12T10:30:00.000Z\",\"0.879688\",\"0.877634\"\n\"2024-06-12T10:35:00.000Z\",\"10.611394\",\"10.582737\"\n\"2024-06-12T10:40:00.000Z\",\"4.356995\",\"4.345447\"\n\"2024-06-12T10:45:00.000Z\",\"0.83333\",\"0.831401\"\n\"2024-06-12T10:50:00.000Z\",\"10.609835\",\"10.581312\"\n\"2024-06-12T10:55:00.000Z\",\"4.425359\",\"4.41265\"\n\"2024-06-12T11:00:00.000Z\",\"0.980031\",\"0.977514\"\n\"2024-06-12T11:05:00.000Z\",\"10.446743\",\"10.417724\"\n\"2024-06-12T11:10:00.000Z\",\"4.459507\",\"4.446833\"\n\"2024-06-12T11:15:00.000Z\",\"0.937485\",\"0.935185\"\n\"2024-06-12T11:20:00.000Z\",\"10.632692\",\"10.603132\"\n\"2024-06-12T11:25:00.000Z\",\"4.306739\",\"4.29489\"\n\"2024-06-12T11:30:00.000Z\",\"0.931601\",\"0.929197\"\n\"2024-06-12T11:35:00.000Z\",\"10.642739\",\"10.612469\"\n\"2024-06-12T11:40:00.000Z\",\"4.328949\",\"4.316529\"\n\"2024-06-12T11:45:00.000Z\",\"0.885036\",\"0.882902\"\n\"2024-06-12T11:50:00.000Z\",\"10.61709\",\"10.58815\"\n\"2024-06-12T11:55:00.000Z\",\"4.373431\",\"4.360899\"\n\"2024-06-12T12:00:00.000Z\",\"0.839266\",\"0.837247\"\n\"2024-06-12T12:05:00.000Z\",\"10.6158\",\"10.587148\"\n\"2024-06-12T12:10:00.000Z\",\"4.401413\",\"4.389383\"\n\"2024-06-12T12:15:00.000Z\",\"0.984472\",\"0.98207\"\n\"2024-06-12T12:20:00.000Z\",\"10.464786\",\"10.434607\"\n\"2024-06-12T12:25:00.000Z\",\"4.453365\",\"4.440891\"\n\"2024-06-12T12:30:00.000Z\",\"0.941744\",\"0.939434\"\n\"2024-06-12T12:35:00.000Z\",\"10.617304\",\"10.588399\"\n\"2024-06-12T12:40:00.000Z\",\"4.31547\",\"4.303133\"\n\"2024-06-12T12:45:00.000Z\",\"0.902362\",\"0.899991\"\n\"2024-06-12T12:50:00.000Z\",\"10.659826\",\"10.62869\"\n\"2024-06-12T12:55:00.000Z\",\"4.343455\",\"4.331675\"\n\"2024-06-12T13:00:00.000Z\",\"0.851932\",\"0.853332\"\n\"2024-06-12T13:05:00.000Z\",\"10.654116\",\"10.620007\"\n\"2024-06-12T13:10:00.000Z\",\"4.396825\",\"4.384516\"\n\"2024-06-12T13:15:00.000Z\",\"1.005632\",\"1.002879\"\n\"2024-06-12T13:20:00.000Z\",\"10.465905\",\"10.435564\"\n\"2024-06-12T13:25:00.000Z\",\"4.442056\",\"4.429552\"\n\"2024-06-12T13:30:00.000Z\",\"0.959004\",\"0.956532\"\n\"2024-06-12T13:35:00.000Z\",\"10.637332\",\"10.607425\"\n\"2024-06-12T13:40:00.000Z\",\"4.302487\",\"4.290153\"\n\"2024-06-12T13:45:00.000Z\",\"0.916695\",\"0.914354\"\n\"2024-06-12T13:50:00.000Z\",\"10.642015\",\"10.611975\"\n\"2024-06-12T13:55:00.000Z\",\"4.338215\",\"4.325782\"\n\"2024-06-12T14:00:00.000Z\",\"0.909717\",\"0.907649\"\n\"2024-06-12T14:05:00.000Z\",\"10.638096\",\"10.607999\"\n\"2024-06-12T14:10:00.000Z\",\"4.347331\",\"4.334999\"\n\"2024-06-12T14:15:00.000Z\",\"0.858659\",\"0.856594\"\n\"2024-06-12T14:20:00.000Z\",\"10.610789\",\"10.582207\"\n\"2024-06-12T14:25:00.000Z\",\"4.379169\",\"4.367568\"\n\"2024-06-12T14:30:00.000Z\",\"1.001344\",\"0.998847\"\n\"2024-06-12T14:35:00.000Z\",\"10.44475\",\"10.415658\"\n\"2024-06-12T14:40:00.000Z\",\"4.425721\",\"4.413899\"\n\"2024-06-12T14:45:00.000Z\",\"0.957582\",\"0.955212\"\n\"2024-06-12T14:50:00.000Z\",\"10.670242\",\"10.638571\"\n\"2024-06-12T14:55:00.000Z\",\"4.284541\",\"4.272933\"\n\"2024-06-12T15:00:00.000Z\",\"0.912225\",\"0.909926\"\n\"2024-06-12T15:05:00.000Z\",\"10.6429\",\"10.616488\"\n\"2024-06-12T15:10:00.000Z\",\"4.349909\",\"4.333388\"\n\"2024-06-12T15:15:00.000Z\",\"0.873816\",\"0.871587\"\n\"2024-06-12T15:20:00.000Z\",\"10.644357\",\"10.614198\"\n\"2024-06-12T15:25:00.000Z\",\"4.374233\",\"4.362161\"\n\"2024-06-12T15:30:00.000Z\",\"0.834528\",\"0.832445\"\n\"2024-06-12T15:35:00.000Z\",\"10.655358\",\"10.624698\"\n\"2024-06-12T15:40:00.000Z\",\"4.411363\",\"4.399172\"\n\"2024-06-12T15:45:00.000Z\",\"0.981547\",\"0.979131\"\n\"2024-06-12T15:50:00.000Z\",\"10.442909\",\"10.413933\"\n\"2024-06-12T15:55:00.000Z\",\"4.442143\",\"4.430389\"\n\"2024-06-12T16:00:00.000Z\",\"0.940706\",\"0.938379\"\n\"2024-06-12T16:05:00.000Z\",\"10.625887\",\"10.600161\"\n\"2024-06-12T16:10:00.000Z\",\"4.30319\",\"4.287894\"\n\"2024-06-12T16:15:00.000Z\",\"0.899753\",\"0.897649\"\n\"2024-06-12T16:20:00.000Z\",\"10.635349\",\"10.605648\"\n\"2024-06-12T16:25:00.000Z\",\"4.345693\",\"4.333631\"\n\"2024-06-12T16:30:00.000Z\",\"0.862768\",\"0.864372\"\n\"2024-06-12T16:35:00.000Z\",\"10.63347\",\"10.600163\"\n\"2024-06-12T16:40:00.000Z\",\"4.388887\",\"4.376418\"\n\"2024-06-12T16:45:00.000Z\",\"0.862741\",\"0.864143\"\n\"2024-06-12T16:50:00.000Z\",\"10.64617\",\"10.612299\"\n\"2024-06-12T16:55:00.000Z\",\"4.383318\",\"4.371664\"\n\"2024-06-12T17:00:00.000Z\",\"1.013598\",\"1.010961\"\n\"2024-06-12T17:05:00.000Z\",\"10.450815\",\"10.421386\"\n\"2024-06-12T17:10:00.000Z\",\"4.436108\",\"4.423228\"\n\"2024-06-12T17:15:00.000Z\",\"0.972423\",\"0.970087\"\n\"2024-06-12T17:20:00.000Z\",\"10.620775\",\"10.591825\"\n\"2024-06-12T17:25:00.000Z\",\"4.26232\",\"4.250974\"\n\"2024-06-12T17:30:00.000Z\",\"0.936051\",\"0.933803\"\n\"2024-06-12T17:35:00.000Z\",\"10.634097\",\"10.604294\"\n\"2024-06-12T17:40:00.000Z\",\"4.321817\",\"4.309327\"\n\"2024-06-12T17:45:00.000Z\",\"0.896261\",\"0.894119\"\n\"2024-06-12T17:50:00.000Z\",\"10.61949\",\"10.59061\"\n\"2024-06-12T17:55:00.000Z\",\"4.344986\",\"4.333147\"\n\"2024-06-12T18:00:00.000Z\",\"0.858118\",\"0.856067\"\n\"2024-06-12T18:05:00.000Z\",\"10.636121\",\"10.606389\"\n\"2024-06-12T18:10:00.000Z\",\"4.383654\",\"4.371611\"\n\"2024-06-12T18:15:00.000Z\",\"0.817824\",\"0.815854\"\n\"2024-06-12T18:20:00.000Z\",\"10.651289\",\"10.620801\"\n\"2024-06-12T18:25:00.000Z\",\"4.431067\",\"4.418595\"\n\"2024-06-12T18:30:00.000Z\",\"0.964395\",\"0.962055\"\n\"2024-06-12T18:35:00.000Z\",\"10.445694\",\"10.416505\"\n\"2024-06-12T18:40:00.000Z\",\"4.465864\",\"4.453602\"\n\"2024-06-12T18:45:00.000Z\",\"0.924457\",\"0.922244\"\n\"2024-06-12T18:50:00.000Z\",\"10.631096\",\"10.605057\"\n\"2024-06-12T18:55:00.000Z\",\"4.329015\",\"4.313047\"\n\"2024-06-12T19:00:00.000Z\",\"0.88609\",\"0.883908\"\n\"2024-06-12T19:05:00.000Z\",\"10.635162\",\"10.605454\"\n\"2024-06-12T19:10:00.000Z\",\"4.363259\",\"4.351022\"\n\"2024-06-12T19:15:00.000Z\",\"0.850175\",\"0.848079\"\n\"2024-06-12T19:20:00.000Z\",\"10.654267\",\"10.62711\"\n\"2024-06-12T19:25:00.000Z\",\"4.412978\",\"4.396526\"\n\"2024-06-12T19:30:00.000Z\",\"1.028727\",\"1.02621\"\n\"2024-06-12T19:35:00.000Z\",\"10.440631\",\"10.411781\"\n\"2024-06-12T19:40:00.000Z\",\"4.415303\",\"4.402554\"\n\"2024-06-12T19:45:00.000Z\",\"0.991926\",\"0.989493\"\n\"2024-06-12T19:50:00.000Z\",\"10.437574\",\"10.408649\"\n\"2024-06-12T19:55:00.000Z\",\"4.435626\",\"4.423839\"\n\"2024-06-12T20:00:00.000Z\",\"0.952078\",\"0.949709\"\n\"2024-06-12T20:05:00.000Z\",\"10.459607\",\"10.42977\"\n\"2024-06-12T20:10:00.000Z\",\"4.48487\",\"4.472291\"\n\"2024-06-12T20:15:00.000Z\",\"0.915169\",\"0.912763\"\n\"2024-06-12T20:20:00.000Z\",\"10.624225\",\"10.594929\"\n\"2024-06-12T20:25:00.000Z\",\"4.328979\",\"4.317415\"\n\"2024-06-12T20:30:00.000Z\",\"0.851406\",\"0.849368\"\n\"2024-06-12T20:35:00.000Z\",\"10.621768\",\"10.592977\"\n\"2024-06-12T20:40:00.000Z\",\"4.380246\",\"4.368587\"\n\"2024-06-12T20:45:00.000Z\",\"0.851814\",\"0.849678\"\n\"2024-06-12T20:50:00.000Z\",\"10.621433\",\"10.592281\"\n\"2024-06-12T20:55:00.000Z\",\"4.392473\",\"4.380529\"\n\"2024-06-12T21:00:00.000Z\",\"1.001974\",\"0.999534\"\n\"2024-06-12T21:05:00.000Z\",\"10.44058\",\"10.411707\"\n\"2024-06-12T21:10:00.000Z\",\"4.4246\",\"4.41266\"\n\"2024-06-12T21:15:00.000Z\",\"0.961803\",\"0.959423\"\n\"2024-06-12T21:20:00.000Z\",\"10.639348\",\"10.609457\"\n\"2024-06-12T21:25:00.000Z\",\"4.27391\",\"4.262517\"\n\"2024-06-12T21:30:00.000Z\",\"0.92248\",\"0.920253\"\n\"2024-06-12T21:35:00.000Z\",\"10.629171\",\"10.599616\"\n\"2024-06-12T21:40:00.000Z\",\"4.327253\",\"4.315213\"\n\"2024-06-12T21:45:00.000Z\",\"0.88194\",\"0.879863\"\n\"2024-06-12T21:50:00.000Z\",\"10.66199\",\"10.630943\"\n\"2024-06-12T21:55:00.000Z\",\"4.368998\",\"4.35664\"\n\"2024-06-12T22:00:00.000Z\",\"0.84814\",\"0.846064\"\n\"2024-06-12T22:05:00.000Z\",\"10.616455\",\"10.587784\"\n\"2024-06-12T22:10:00.000Z\",\"4.394501\",\"4.382468\"\n\"2024-06-12T22:15:00.000Z\",\"0.995793\",\"0.993352\"\n\"2024-06-12T22:20:00.000Z\",\"10.464545\",\"10.434677\"\n\"2024-06-12T22:25:00.000Z\",\"4.425313\",\"4.413529\"\n\"2024-06-12T22:30:00.000Z\",\"0.96817\",\"0.965523\"\n\"2024-06-12T22:35:00.000Z\",\"10.435878\",\"10.407308\"\n\"2024-06-12T22:40:00.000Z\",\"4.462924\",\"4.451329\"\n\"2024-06-12T22:45:00.000Z\",\"0.922763\",\"0.920484\"\n\"2024-06-12T22:50:00.000Z\",\"10.643094\",\"10.612864\"\n\"2024-06-12T22:55:00.000Z\",\"4.345172\",\"4.33228\"\n\"2024-06-12T23:00:00.000Z\",\"0.882536\",\"0.880479\"\n\"2024-06-12T23:05:00.000Z\",\"10.64803\",\"10.617514\"\n\"2024-06-12T23:10:00.000Z\",\"4.369395\",\"4.357254\"\n\"2024-06-12T23:15:00.000Z\",\"0.843919\",\"0.841934\"\n\"2024-06-12T23:20:00.000Z\",\"10.619405\",\"10.590262\"\n\"2024-06-12T23:25:00.000Z\",\"4.396987\",\"4.385271\"\n\"2024-06-12T23:30:00.000Z\",\"0.837705\",\"0.835759\"\n\"2024-06-12T23:35:00.000Z\",\"10.617787\",\"10.588974\"\n\"2024-06-12T23:40:00.000Z\",\"4.407879\",\"4.395655\"\n\"2024-06-12T23:45:00.000Z\",\"0.989408\",\"0.987257\"\n\"2024-06-12T23:50:00.000Z\",\"10.464491\",\"10.434559\"\n\"2024-06-12T23:55:00.000Z\",\"4.436273\",\"4.4243\"\n\"2024-06-13T00:00:00.000Z\",\"0.955775\",\"0.953319\"\n\"2024-06-13T00:05:00.000Z\",\"10.451096\",\"10.42174\"\n\"2024-06-13T00:10:00.000Z\",\"4.478033\",\"4.465821\"\n\"2024-06-13T00:15:00.000Z\",\"0.916109\",\"0.913905\"\n\"2024-06-13T00:20:00.000Z\",\"10.663558\",\"10.632288\"\n\"2024-06-13T00:25:00.000Z\",\"4.347245\",\"4.334585\"\n\"2024-06-13T00:30:00.000Z\",\"0.875082\",\"0.872921\"\n\"2024-06-13T00:35:00.000Z\",\"10.624562\",\"10.598956\"\n\"2024-06-13T00:40:00.000Z\",\"4.387064\",\"4.370668\"\n\"2024-06-13T00:45:00.000Z\",\"0.836448\",\"0.834417\"\n\"2024-06-13T00:50:00.000Z\",\"10.642309\",\"10.612151\"\n\"2024-06-13T00:55:00.000Z\",\"4.409346\",\"4.397311\"\n\"2024-06-13T01:00:00.000Z\",\"0.982387\",\"0.979946\"\n\"2024-06-13T01:05:00.000Z\",\"10.465529\",\"10.435596\"\n\"2024-06-13T01:10:00.000Z\",\"4.443874\",\"4.431891\"\n\"2024-06-13T01:15:00.000Z\",\"0.948088\",\"0.945723\"\n\"2024-06-13T01:20:00.000Z\",\"10.631931\",\"10.60247\"\n\"2024-06-13T01:25:00.000Z\",\"4.304342\",\"4.29213\"\n\"2024-06-13T01:30:00.000Z\",\"0.912573\",\"0.910312\"\n\"2024-06-13T01:35:00.000Z\",\"10.646966\",\"10.620194\"\n\"2024-06-13T01:40:00.000Z\",\"4.339576\",\"4.323794\"\n\"2024-06-13T01:45:00.000Z\",\"0.870838\",\"0.868709\"\n\"2024-06-13T01:50:00.000Z\",\"10.67368\",\"10.641798\"\n\"2024-06-13T01:55:00.000Z\",\"4.385896\",\"4.373459\"\n\"2024-06-13T02:00:00.000Z\",\"0.867017\",\"0.864939\"\n\"2024-06-13T02:05:00.000Z\",\"10.615786\",\"10.58697\"\n\"2024-06-13T02:10:00.000Z\",\"4.388127\",\"4.375721\"\n\"2024-06-13T02:15:00.000Z\",\"1.016374\",\"1.013682\"\n\"2024-06-13T02:20:00.000Z\",\"10.455713\",\"10.426058\"\n\"2024-06-13T02:25:00.000Z\",\"4.416173\",\"4.404342\"\n\"2024-06-13T02:30:00.000Z\",\"0.974729\",\"0.9723\"\n\"2024-06-13T02:35:00.000Z\",\"10.448369\",\"10.419311\"\n\"2024-06-13T02:40:00.000Z\",\"4.454912\",\"4.442649\"\n\"2024-06-13T02:45:00.000Z\",\"0.935194\",\"0.932873\"\n\"2024-06-13T02:50:00.000Z\",\"10.636715\",\"10.606969\"\n\"2024-06-13T02:55:00.000Z\",\"4.312149\",\"4.30021\"\n\"2024-06-13T03:00:00.000Z\",\"0.902502\",\"0.900214\"\n\"2024-06-13T03:05:00.000Z\",\"10.643999\",\"10.617455\"\n\"2024-06-13T03:10:00.000Z\",\"4.341101\",\"4.325884\"\n\"2024-06-13T03:15:00.000Z\",\"0.86634\",\"0.864037\"\n\"2024-06-13T03:20:00.000Z\",\"10.651458\",\"10.620781\"\n\"2024-06-13T03:25:00.000Z\",\"4.391961\",\"4.379563\"\n\"2024-06-13T03:30:00.000Z\",\"0.825019\",\"0.822971\"\n\"2024-06-13T03:35:00.000Z\",\"10.640676\",\"10.610599\"\n\"2024-06-13T03:40:00.000Z\",\"4.41986\",\"4.407652\"\n\"2024-06-13T03:45:00.000Z\",\"0.973617\",\"0.971098\"\n\"2024-06-13T03:50:00.000Z\",\"10.462793\",\"10.432821\"\n\"2024-06-13T03:55:00.000Z\",\"4.464604\",\"4.452061\"\n\"2024-06-13T04:00:00.000Z\",\"0.934198\",\"0.931862\"\n\"2024-06-13T04:05:00.000Z\",\"10.647201\",\"10.616725\"\n\"2024-06-13T04:10:00.000Z\",\"4.329465\",\"4.316806\"\n\"2024-06-13T04:15:00.000Z\",\"0.893078\",\"0.890757\"\n\"2024-06-13T04:20:00.000Z\",\"10.659998\",\"10.629056\"\n\"2024-06-13T04:25:00.000Z\",\"4.365504\",\"4.352992\"\n\"2024-06-13T04:30:00.000Z\",\"0.85488\",\"0.852655\"\n\"2024-06-13T04:35:00.000Z\",\"10.650249\",\"10.619832\"\n\"2024-06-13T04:40:00.000Z\",\"4.400729\",\"4.388198\"\n\"2024-06-13T04:45:00.000Z\",\"0.851186\",\"0.849142\"\n\"2024-06-13T04:50:00.000Z\",\"10.634097\",\"10.604493\"\n\"2024-06-13T04:55:00.000Z\",\"4.407887\",\"4.394983\"\n\"2024-06-13T05:00:00.000Z\",\"1.004811\",\"1.002578\"\n\"2024-06-13T05:05:00.000Z\",\"10.436758\",\"10.408262\"\n\"2024-06-13T05:10:00.000Z\",\"4.41861\",\"4.406835\"\n\"2024-06-13T05:15:00.000Z\",\"0.966468\",\"0.964131\"\n\"2024-06-13T05:20:00.000Z\",\"10.470761\",\"10.440513\"\n\"2024-06-13T05:25:00.000Z\",\"4.470763\",\"4.458046\"\n\"2024-06-13T05:30:00.000Z\",\"0.936313\",\"0.933906\"\n\"2024-06-13T05:35:00.000Z\",\"10.652687\",\"10.621932\"\n\"2024-06-13T05:40:00.000Z\",\"4.314006\",\"4.302123\"\n\"2024-06-13T05:45:00.000Z\",\"0.892195\",\"0.890077\"\n\"2024-06-13T05:50:00.000Z\",\"10.631614\",\"10.602131\"\n\"2024-06-13T05:55:00.000Z\",\"4.350595\",\"4.338675\"\n\"2024-06-13T06:00:00.000Z\",\"0.860885\",\"0.8587\"\n\"2024-06-13T06:05:00.000Z\",\"10.642368\",\"10.612341\"\n\"2024-06-13T06:10:00.000Z\",\"4.387388\",\"4.375186\"\n\"2024-06-13T06:15:00.000Z\",\"0.824861\",\"0.822882\"\n\"2024-06-13T06:20:00.000Z\",\"10.628594\",\"10.599128\"\n\"2024-06-13T06:25:00.000Z\",\"4.428599\",\"4.415922\"\n\"2024-06-13T06:30:00.000Z\",\"0.973452\",\"0.971107\"\n\"2024-06-13T06:35:00.000Z\",\"10.44429\",\"10.41541\"\n\"2024-06-13T06:40:00.000Z\",\"4.45644\",\"4.444095\"\n\"2024-06-13T06:45:00.000Z\",\"0.937953\",\"0.935629\"\n\"2024-06-13T06:50:00.000Z\",\"10.633979\",\"10.604372\"\n\"2024-06-13T06:55:00.000Z\",\"4.320421\",\"4.307855\"\n\"2024-06-13T07:00:00.000Z\",\"0.899223\",\"0.897105\"\n\"2024-06-13T07:05:00.000Z\",\"10.63288\",\"10.603497\"\n\"2024-06-13T07:10:00.000Z\",\"4.349219\",\"4.336779\"\n\"2024-06-13T07:15:00.000Z\",\"0.867361\",\"0.86522\"\n\"2024-06-13T07:20:00.000Z\",\"10.621937\",\"10.59297\"\n\"2024-06-13T07:25:00.000Z\",\"4.369578\",\"4.357952\"\n\"2024-06-13T07:30:00.000Z\",\"0.871142\",\"0.868949\"\n\"2024-06-13T07:35:00.000Z\",\"10.643646\",\"10.617044\"\n\"2024-06-13T07:40:00.000Z\",\"4.370698\",\"4.355348\"\n\"2024-06-13T07:45:00.000Z\",\"0.836402\",\"0.834163\"\n\"2024-06-13T07:50:00.000Z\",\"10.632546\",\"10.602815\"\n\"2024-06-13T07:55:00.000Z\",\"4.411877\",\"4.399879\"\n\"2024-06-13T08:00:00.000Z\",\"0.983532\",\"0.981001\"\n\"2024-06-13T08:05:00.000Z\",\"10.453762\",\"10.424201\"\n\"2024-06-13T08:10:00.000Z\",\"4.451005\",\"4.439095\"\n\"2024-06-13T08:15:00.000Z\",\"0.944453\",\"0.942183\"\n\"2024-06-13T08:20:00.000Z\",\"10.618097\",\"10.592596\"\n\"2024-06-13T08:25:00.000Z\",\"4.300963\",\"4.285743\"\n\"2024-06-13T08:30:00.000Z\",\"0.903975\",\"0.90177\"\n\"2024-06-13T08:35:00.000Z\",\"10.621946\",\"10.592774\"\n\"2024-06-13T08:40:00.000Z\",\"4.335233\",\"4.323738\"\n\"2024-06-13T08:45:00.000Z\",\"0.866132\",\"0.863984\"\n\"2024-06-13T08:50:00.000Z\",\"10.656624\",\"10.62589\"\n\"2024-06-13T08:55:00.000Z\",\"4.374741\",\"4.36284\"\n\"2024-06-13T09:00:00.000Z\",\"0.827057\",\"0.825125\"\n\"2024-06-13T09:05:00.000Z\",\"10.615067\",\"10.586417\"\n\"2024-06-13T09:10:00.000Z\",\"4.407796\",\"4.396032\"\n\"2024-06-13T09:15:00.000Z\",\"0.979054\",\"0.976464\"\n\"2024-06-13T09:20:00.000Z\",\"10.475226\",\"10.448225\"\n\"2024-06-13T09:25:00.000Z\",\"4.465655\",\"4.449222\"\n\"2024-06-13T09:30:00.000Z\",\"0.942746\",\"0.940348\"\n\"2024-06-13T09:35:00.000Z\",\"10.642536\",\"10.612453\"\n\"2024-06-13T09:40:00.000Z\",\"4.296616\",\"4.285095\"\n\"2024-06-13T09:45:00.000Z\",\"0.904005\",\"0.901847\"\n\"2024-06-13T09:50:00.000Z\",\"10.629077\",\"10.59978\"\n\"2024-06-13T09:55:00.000Z\",\"4.340132\",\"4.328196\"\n\"2024-06-13T10:00:00.000Z\",\"0.900229\",\"0.898012\"\n\"2024-06-13T10:05:00.000Z\",\"10.628347\",\"10.599076\"\n\"2024-06-13T10:10:00.000Z\",\"4.350508\",\"4.338222\"\n\"2024-06-13T10:15:00.000Z\",\"0.866096\",\"0.864008\"\n\"2024-06-13T10:20:00.000Z\",\"10.656915\",\"10.625946\"\n\"2024-06-13T10:25:00.000Z\",\"4.381978\",\"4.369936\"\n\"2024-06-13T10:30:00.000Z\",\"0.824806\",\"0.826601\"\n\"2024-06-13T10:35:00.000Z\",\"10.633152\",\"10.600176\"\n\"2024-06-13T10:40:00.000Z\",\"4.410352\",\"4.398414\"\n\"2024-06-13T10:45:00.000Z\",\"0.982014\",\"0.979605\"\n\"2024-06-13T10:50:00.000Z\",\"10.463288\",\"10.433324\"\n\"2024-06-13T10:55:00.000Z\",\"4.446894\",\"4.434869\"\n\"2024-06-13T11:00:00.000Z\",\"0.944693\",\"0.942389\"\n\"2024-06-13T11:05:00.000Z\",\"10.645584\",\"10.615429\"\n\"2024-06-13T11:10:00.000Z\",\"4.309917\",\"4.297547\"\n\"2024-06-13T11:15:00.000Z\",\"0.907384\",\"0.905213\"\n\"2024-06-13T11:20:00.000Z\",\"10.623906\",\"10.594862\"\n\"2024-06-13T11:25:00.000Z\",\"4.342659\",\"4.33047\"\n\"2024-06-13T11:30:00.000Z\",\"0.872891\",\"0.870817\"\n\"2024-06-13T11:35:00.000Z\",\"10.623699\",\"10.594984\"\n\"2024-06-13T11:40:00.000Z\",\"4.364649\",\"4.352972\"\n\"2024-06-13T11:45:00.000Z\",\"0.838991\",\"0.838431\"\n\"2024-06-13T11:50:00.000Z\",\"10.633927\",\"10.602954\"\n\"2024-06-13T11:55:00.000Z\",\"4.417508\",\"4.404745\"\n\"2024-06-13T12:00:00.000Z\",\"0.992422\",\"0.990168\"\n\"2024-06-13T12:05:00.000Z\",\"10.445554\",\"10.416465\"\n\"2024-06-13T12:10:00.000Z\",\"4.434424\",\"4.422554\"\n\"2024-06-13T12:15:00.000Z\",\"0.954912\",\"0.952665\"\n\"2024-06-13T12:20:00.000Z\",\"10.453197\",\"10.423909\"\n\"2024-06-13T12:25:00.000Z\",\"4.467279\",\"4.455282\"\n\"2024-06-13T12:30:00.000Z\",\"0.92266\",\"0.920435\"\n\"2024-06-13T12:35:00.000Z\",\"10.663723\",\"10.632573\"\n\"2024-06-13T12:40:00.000Z\",\"4.338345\",\"4.325754\"\n\"2024-06-13T12:45:00.000Z\",\"0.919361\",\"0.917104\"\n\"2024-06-13T12:50:00.000Z\",\"10.628303\",\"10.598864\"\n\"2024-06-13T12:55:00.000Z\",\"4.331811\",\"4.319833\"\n\"2024-06-13T13:00:00.000Z\",\"0.877773\",\"0.875617\"\n\"2024-06-13T13:05:00.000Z\",\"10.643319\",\"10.613249\"\n\"2024-06-13T13:10:00.000Z\",\"4.374667\",\"4.36224\"\n\"2024-06-13T13:15:00.000Z\",\"0.845485\",\"0.843535\"\n\"2024-06-13T13:20:00.000Z\",\"10.636363\",\"10.606434\"\n\"2024-06-13T13:25:00.000Z\",\"4.391903\",\"4.380242\"\n\"2024-06-13T13:30:00.000Z\",\"0.991656\",\"0.992969\"\n\"2024-06-13T13:35:00.000Z\",\"10.450449\",\"10.417657\"\n\"2024-06-13T13:40:00.000Z\",\"4.429594\",\"4.417979\"\n\"2024-06-13T13:45:00.000Z\",\"0.963146\",\"0.964326\"\n\"2024-06-13T13:50:00.000Z\",\"10.433598\",\"10.401625\"\n\"2024-06-13T13:55:00.000Z\",\"4.462476\",\"4.450573\"\n\"2024-06-13T14:00:00.000Z\",\"0.923142\",\"0.920993\"\n\"2024-06-13T14:05:00.000Z\",\"10.655797\",\"10.628518\"\n\"2024-06-13T14:10:00.000Z\",\"4.312042\",\"4.296957\"\n\"2024-06-13T14:15:00.000Z\",\"0.886925\",\"0.884725\"\n\"2024-06-13T14:20:00.000Z\",\"10.640336\",\"10.610469\"\n\"2024-06-13T14:25:00.000Z\",\"4.354667\",\"4.342912\"\n\"2024-06-13T14:30:00.000Z\",\"0.851513\",\"0.85278\"\n\"2024-06-13T14:35:00.000Z\",\"10.637947\",\"10.604723\"\n\"2024-06-13T14:40:00.000Z\",\"4.391965\",\"4.380143\"\n\"2024-06-13T14:45:00.000Z\",\"1.006992\",\"1.004361\"\n\"2024-06-13T14:50:00.000Z\",\"10.461664\",\"10.431699\"\n\"2024-06-13T14:55:00.000Z\",\"4.433857\",\"4.421502\"\n\"2024-06-13T15:00:00.000Z\",\"0.969378\",\"0.967008\"\n\"2024-06-13T15:05:00.000Z\",\"10.467351\",\"10.437294\"\n\"2024-06-13T15:10:00.000Z\",\"4.467937\",\"4.455164\"\n\"2024-06-13T15:15:00.000Z\",\"0.933365\",\"0.931168\"\n\"2024-06-13T15:20:00.000Z\",\"10.622378\",\"10.593347\"\n\"2024-06-13T15:25:00.000Z\",\"4.313205\",\"4.301193\"\n\"2024-06-13T15:30:00.000Z\",\"0.931568\",\"0.929304\"\n\"2024-06-13T15:35:00.000Z\",\"10.64808\",\"10.61773\"\n\"2024-06-13T15:40:00.000Z\",\"4.3242\",\"4.311667\"\n\"2024-06-13T15:45:00.000Z\",\"0.894166\",\"0.892036\"\n\"2024-06-13T15:50:00.000Z\",\"10.634714\",\"10.608586\"\n\"2024-06-13T15:55:00.000Z\",\"4.346701\",\"4.331354\"\n\"2024-06-13T16:00:00.000Z\",\"0.856002\",\"0.853927\"\n\"2024-06-13T16:05:00.000Z\",\"10.631801\",\"10.602294\"\n\"2024-06-13T16:10:00.000Z\",\"4.381203\",\"4.369511\"\n\"2024-06-13T16:15:00.000Z\",\"1.002378\",\"0.999963\"\n\"2024-06-13T16:20:00.000Z\",\"10.455257\",\"10.425795\"\n\"2024-06-13T16:25:00.000Z\",\"4.436548\",\"4.42386\"\n\"2024-06-13T16:30:00.000Z\",\"0.970449\",\"0.968073\"\n\"2024-06-13T16:35:00.000Z\",\"10.448658\",\"10.420587\"\n\"2024-06-13T16:40:00.000Z\",\"4.46115\",\"4.44771\"\n\"2024-06-13T16:45:00.000Z\",\"0.933788\",\"0.931533\"\n\"2024-06-13T16:50:00.000Z\",\"10.657923\",\"10.627087\"\n\"2024-06-13T16:55:00.000Z\",\"4.305118\",\"4.293513\"\n\"2024-06-13T17:00:00.000Z\",\"0.892824\",\"0.890705\"\n\"2024-06-13T17:05:00.000Z\",\"10.640015\",\"10.610112\"\n\"2024-06-13T17:10:00.000Z\",\"4.343195\",\"4.331641\"\n\"2024-06-13T17:15:00.000Z\",\"0.857557\",\"0.855557\"\n\"2024-06-13T17:20:00.000Z\",\"10.625088\",\"10.595958\"\n\"2024-06-13T17:25:00.000Z\",\"4.374891\",\"4.363307\"\n\"2024-06-13T17:30:00.000Z\",\"0.826432\",\"0.824418\"\n\"2024-06-13T17:35:00.000Z\",\"10.631686\",\"10.602012\"\n\"2024-06-13T17:40:00.000Z\",\"4.416139\",\"4.404276\"\n\"2024-06-13T17:45:00.000Z\",\"0.972924\",\"0.970553\"\n\"2024-06-13T17:50:00.000Z\",\"10.454758\",\"10.425841\"\n\"2024-06-13T17:55:00.000Z\",\"4.453514\",\"4.44083\"\n\"2024-06-13T18:05:00.000Z\",\"10.638885\",\"10.60927\"\n\"2024-06-13T18:10:00.000Z\",\"4.269939\",\"4.258352\"\n\"2024-06-13T18:15:00.000Z\",\"0.931188\",\"0.92892\"\n\"2024-06-13T18:20:00.000Z\",\"10.639489\",\"10.609612\"\n\"2024-06-13T18:25:00.000Z\",\"4.328588\",\"4.315791\"\n\"2024-06-13T18:30:00.000Z\",\"0.896473\",\"0.894272\"\n\"2024-06-13T18:35:00.000Z\",\"10.639306\",\"10.610277\"\n\"2024-06-13T18:40:00.000Z\",\"4.356572\",\"4.347576\"\n\"2024-06-13T18:45:00.000Z\",\"0.862105\",\"0.862827\"\n\"2024-06-13T18:50:00.000Z\",\"10.643179\",\"10.616158\"\n\"2024-06-13T18:55:00.000Z\",\"4.391933\",\"4.379959\"\n\"2024-06-13T19:00:00.000Z\",\"1.005225\",\"1.002731\"\n\"2024-06-13T19:05:00.000Z\",\"10.443597\",\"10.414558\"\n\"2024-06-13T19:10:00.000Z\",\"4.442926\",\"4.430003\"\n\"2024-06-13T19:15:00.000Z\",\"0.973755\",\"0.971228\"\n\"2024-06-13T19:20:00.000Z\",\"10.439607\",\"10.410788\"\n\"2024-06-13T19:25:00.000Z\",\"4.459242\",\"4.447111\"\n\"2024-06-13T19:30:00.000Z\",\"0.93313\",\"0.93089\"\n\"2024-06-13T19:35:00.000Z\",\"10.636409\",\"10.606488\"\n\"2024-06-13T19:40:00.000Z\",\"4.312114\",\"4.300315\"\n\"2024-06-13T19:45:00.000Z\",\"0.895277\",\"0.893133\"\n\"2024-06-13T19:50:00.000Z\",\"10.644996\",\"10.614837\"\n\"2024-06-13T19:55:00.000Z\",\"4.338426\",\"4.32689\"\n\"2024-06-13T20:00:00.000Z\",\"0.860631\",\"0.858848\"\n\"2024-06-13T20:05:00.000Z\",\"10.615643\",\"10.586789\"\n\"2024-06-13T20:10:00.000Z\",\"4.381067\",\"4.369376\"\n\"2024-06-13T20:15:00.000Z\",\"0.819162\",\"0.817175\"\n\"2024-06-13T20:20:00.000Z\",\"10.626505\",\"10.597104\"\n\"2024-06-13T20:25:00.000Z\",\"4.425496\",\"4.413523\"\n\"2024-06-13T20:30:00.000Z\",\"0.985058\",\"0.982617\"\n\"2024-06-13T20:35:00.000Z\",\"10.466267\",\"10.43628\"\n\"2024-06-13T20:40:00.000Z\",\"4.441841\",\"4.42971\"\n\"2024-06-13T20:45:00.000Z\",\"0.948491\",\"0.946244\"\n\"2024-06-13T20:50:00.000Z\",\"10.444322\",\"10.415257\"\n\"2024-06-13T20:55:00.000Z\",\"4.488441\",\"4.475882\"\n\"2024-06-13T21:00:00.000Z\",\"0.90941\",\"0.907059\"\n\"2024-06-13T21:05:00.000Z\",\"10.63897\",\"10.609101\"\n\"2024-06-13T21:10:00.000Z\",\"4.329234\",\"4.317657\"\n\"2024-06-13T21:15:00.000Z\",\"0.86466\",\"0.86253\"\n\"2024-06-13T21:20:00.000Z\",\"10.654291\",\"10.623614\"\n\"2024-06-13T21:25:00.000Z\",\"4.395354\",\"4.382406\"\n\"2024-06-13T21:30:00.000Z\",\"0.826201\",\"0.824171\"\n\"2024-06-13T21:35:00.000Z\",\"10.644052\",\"10.613714\"\n\"2024-06-13T21:40:00.000Z\",\"4.411849\",\"4.400161\"\n\"2024-06-13T21:45:00.000Z\",\"0.970359\",\"0.967877\"\n\"2024-06-13T21:50:00.000Z\",\"10.465659\",\"10.435483\"\n\"2024-06-13T21:55:00.000Z\",\"4.480365\",\"4.467152\"\n\"2024-06-13T22:00:00.000Z\",\"0.933247\",\"0.930806\"\n\"2024-06-13T22:05:00.000Z\",\"10.655876\",\"10.624959\"\n\"2024-06-13T22:10:00.000Z\",\"4.324761\",\"4.312528\"\n\"2024-06-13T22:15:00.000Z\",\"0.922263\",\"0.919981\"\n\"2024-06-13T22:20:00.000Z\",\"10.62155\",\"10.592428\"\n\"2024-06-13T22:25:00.000Z\",\"4.315853\",\"4.304414\"\n\"2024-06-13T22:30:00.000Z\",\"0.878683\",\"0.876592\"\n\"2024-06-13T22:35:00.000Z\",\"10.638081\",\"10.608233\"\n\"2024-06-13T22:40:00.000Z\",\"4.37063\",\"4.35841\"\n\"2024-06-13T22:45:00.000Z\",\"0.839907\",\"0.837869\"\n\"2024-06-13T22:50:00.000Z\",\"10.635577\",\"10.605693\"\n\"2024-06-13T22:55:00.000Z\",\"4.419168\",\"4.406393\"\n\"2024-06-13T23:00:00.000Z\",\"0.986263\",\"0.983809\"\n\"2024-06-13T23:05:00.000Z\",\"10.439771\",\"10.41094\"\n\"2024-06-13T23:10:00.000Z\",\"4.441417\",\"4.429507\"\n\"2024-06-13T23:15:00.000Z\",\"0.942168\",\"0.93989\"\n\"2024-06-13T23:20:00.000Z\",\"10.643671\",\"10.613575\"\n\"2024-06-13T23:25:00.000Z\",\"4.298046\",\"4.286268\"\n\"2024-06-13T23:30:00.000Z\",\"0.902944\",\"0.90077\"\n\"2024-06-13T23:35:00.000Z\",\"10.625058\",\"10.595882\"\n\"2024-06-13T23:40:00.000Z\",\"4.332744\",\"4.321167\"\n\"2024-06-13T23:45:00.000Z\",\"0.862853\",\"0.861034\"\n\"2024-06-13T23:50:00.000Z\",\"10.641076\",\"10.610908\"\n\"2024-06-13T23:55:00.000Z\",\"4.388002\",\"4.375801\"\n\"2024-06-14T00:00:00.000Z\",\"0.820058\",\"0.818064\"\n\"2024-06-14T00:05:00.000Z\",\"10.643\",\"10.612922\"\n\"2024-06-14T00:10:00.000Z\",\"4.421945\",\"4.409765\"\n\"2024-06-14T00:15:00.000Z\",\"0.966006\",\"0.963725\"\n\"2024-06-14T00:20:00.000Z\",\"10.435249\",\"10.406587\"\n\"2024-06-14T00:25:00.000Z\",\"4.458027\",\"4.446148\"\n\"2024-06-14T00:30:00.000Z\",\"0.926772\",\"0.924483\"\n\"2024-06-14T00:35:00.000Z\",\"10.632553\",\"10.603007\"\n\"2024-06-14T00:40:00.000Z\",\"4.339673\",\"4.326644\"\n\"2024-06-14T00:45:00.000Z\",\"0.883807\",\"0.882243\"\n\"2024-06-14T00:50:00.000Z\",\"10.617109\",\"10.587696\"\n\"2024-06-14T00:55:00.000Z\",\"4.359489\",\"4.347646\"\n\"2024-06-14T01:00:00.000Z\",\"0.882618\",\"0.880413\"\n\"2024-06-14T01:05:00.000Z\",\"10.630806\",\"10.601168\"\n\"2024-06-14T01:10:00.000Z\",\"4.369817\",\"4.357731\"\n\"2024-06-14T01:15:00.000Z\",\"0.837219\",\"0.835207\"\n\"2024-06-14T01:20:00.000Z\",\"10.627553\",\"10.597937\"\n\"2024-06-14T01:25:00.000Z\",\"4.417197\",\"4.404722\"\n\"2024-06-14T01:30:00.000Z\",\"0.990855\",\"0.988409\"\n\"2024-06-14T01:35:00.000Z\",\"10.440209\",\"10.411353\"\n\"2024-06-14T01:40:00.000Z\",\"4.440755\",\"4.428677\"\n\"2024-06-14T01:45:00.000Z\",\"0.952245\",\"0.949984\"\n\"2024-06-14T01:50:00.000Z\",\"10.459064\",\"10.42942\"\n\"2024-06-14T01:55:00.000Z\",\"4.486186\",\"4.473223\"\n\"2024-06-14T02:00:00.000Z\",\"0.922067\",\"0.919754\"\n\"2024-06-14T02:05:00.000Z\",\"10.623594\",\"10.59463\"\n\"2024-06-14T02:10:00.000Z\",\"4.330076\",\"4.317894\"\n\"2024-06-14T02:15:00.000Z\",\"0.882565\",\"0.880284\"\n\"2024-06-14T02:20:00.000Z\",\"10.661274\",\"10.630333\"\n\"2024-06-14T02:25:00.000Z\",\"4.381558\",\"4.36841\"\n\"2024-06-14T02:30:00.000Z\",\"0.848608\",\"0.846346\"\n\"2024-06-14T02:35:00.000Z\",\"10.64903\",\"10.618498\"\n\"2024-06-14T02:40:00.000Z\",\"4.418128\",\"4.405289\"\n\"2024-06-14T02:45:00.000Z\",\"0.807502\",\"0.805431\"\n\"2024-06-14T02:50:00.000Z\",\"10.667758\",\"10.636413\"\n\"2024-06-14T02:55:00.000Z\",\"4.439991\",\"4.427614\"\n\"2024-06-14T03:00:00.000Z\",\"0.963226\",\"0.960712\"\n\"2024-06-14T03:05:00.000Z\",\"10.479227\",\"10.448551\"\n\"2024-06-14T03:10:00.000Z\",\"4.477301\",\"4.465111\"\n\"2024-06-14T03:15:00.000Z\",\"0.927055\",\"0.92865\"\n\"2024-06-14T03:20:00.000Z\",\"10.656836\",\"10.622345\"\n\"2024-06-14T03:25:00.000Z\",\"4.323242\",\"4.311052\"\n\"2024-06-14T03:30:00.000Z\",\"0.923936\",\"0.925237\"\n\"2024-06-14T03:35:00.000Z\",\"10.635849\",\"10.603996\"\n\"2024-06-14T03:40:00.000Z\",\"4.309409\",\"4.296635\"\n\"2024-06-14T03:45:00.000Z\",\"0.890606\",\"0.888357\"\n\"2024-06-14T03:50:00.000Z\",\"10.653861\",\"10.62304\"\n\"2024-06-14T03:55:00.000Z\",\"4.36591\",\"4.353552\"\n\"2024-06-14T04:00:00.000Z\",\"0.849646\",\"0.84798\"\n\"2024-06-14T04:05:00.000Z\",\"10.660392\",\"10.62914\"\n\"2024-06-14T04:10:00.000Z\",\"4.404877\",\"4.392165\"\n\"2024-06-14T04:15:00.000Z\",\"0.81869\",\"0.816611\"\n\"2024-06-14T04:20:00.000Z\",\"10.646805\",\"10.616536\"\n\"2024-06-14T04:25:00.000Z\",\"4.423737\",\"4.411623\"\n\"2024-06-14T04:30:00.000Z\",\"0.969026\",\"0.966719\"\n\"2024-06-14T04:35:00.000Z\",\"10.446846\",\"10.417646\"\n\"2024-06-14T04:40:00.000Z\",\"4.455736\",\"4.443803\"\n\"2024-06-14T04:45:00.000Z\",\"0.931858\",\"0.929554\"\n\"2024-06-14T04:50:00.000Z\",\"10.633955\",\"10.604354\"\n\"2024-06-14T04:55:00.000Z\",\"4.312146\",\"4.300187\"\n\"2024-06-14T05:00:00.000Z\",\"0.897171\",\"0.894952\"\n\"2024-06-14T05:05:00.000Z\",\"10.622147\",\"10.592994\"\n\"2024-06-14T05:10:00.000Z\",\"4.344978\",\"4.333303\"\n\"2024-06-14T05:15:00.000Z\",\"0.85757\",\"0.855531\"\n\"2024-06-14T05:20:00.000Z\",\"10.633731\",\"10.604112\"\n\"2024-06-14T05:25:00.000Z\",\"4.386781\",\"4.374998\"\n\"2024-06-14T05:30:00.000Z\",\"0.821736\",\"0.819781\"\n\"2024-06-14T05:35:00.000Z\",\"10.61807\",\"10.589285\"\n\"2024-06-14T05:40:00.000Z\",\"4.410202\",\"4.398632\"\n\"2024-06-14T05:45:00.000Z\",\"0.978053\",\"0.9755\"\n\"2024-06-14T05:50:00.000Z\",\"10.473059\",\"10.442681\"\n\"2024-06-14T05:55:00.000Z\",\"4.458287\",\"4.445859\"\n\"2024-06-14T06:00:00.000Z\",\"0.972859\",\"0.970551\"\n\"2024-06-14T06:05:00.000Z\",\"10.640449\",\"10.610496\"\n\"2024-06-14T06:10:00.000Z\",\"4.284509\",\"4.271993\"\n\"2024-06-14T06:15:00.000Z\",\"0.935909\",\"0.937331\"\n\"2024-06-14T06:20:00.000Z\",\"10.633026\",\"10.599803\"\n\"2024-06-14T06:25:00.000Z\",\"4.322205\",\"4.309559\"\n\"2024-06-14T06:30:00.000Z\",\"0.903678\",\"0.901518\"\n\"2024-06-14T06:35:00.000Z\",\"10.639295\",\"10.609226\"\n\"2024-06-14T06:40:00.000Z\",\"4.340892\",\"4.329126\"\n\"2024-06-14T06:45:00.000Z\",\"0.865633\",\"0.863515\"\n\"2024-06-14T06:50:00.000Z\",\"10.617322\",\"10.588397\"\n\"2024-06-14T06:55:00.000Z\",\"4.387121\",\"4.374805\"\n\"2024-06-14T07:00:00.000Z\",\"0.824961\",\"0.823024\"\n\"2024-06-14T07:05:00.000Z\",\"10.624052\",\"10.595127\"\n\"2024-06-14T07:10:00.000Z\",\"4.405875\",\"4.394173\"\n\"2024-06-14T07:15:00.000Z\",\"0.97685\",\"0.974557\"\n\"2024-06-14T07:20:00.000Z\",\"10.446516\",\"10.41734\"\n\"2024-06-14T07:25:00.000Z\",\"4.445863\",\"4.434056\"\n\"2024-06-14T07:30:00.000Z\",\"0.944076\",\"0.941762\"\n\"2024-06-14T07:35:00.000Z\",\"10.632625\",\"10.60295\"\n\"2024-06-14T07:40:00.000Z\",\"4.319408\",\"4.306742\"\n\"2024-06-14T07:45:00.000Z\",\"0.901167\",\"0.899003\"\n\"2024-06-14T07:50:00.000Z\",\"10.625687\",\"10.596527\"\n\"2024-06-14T07:55:00.000Z\",\"4.336964\",\"4.325165\"\n\"2024-06-14T08:00:00.000Z\",\"0.863468\",\"0.861371\"\n\"2024-06-14T08:05:00.000Z\",\"10.624962\",\"10.595822\"\n\"2024-06-14T08:10:00.000Z\",\"4.375138\",\"4.363407\"\n\"2024-06-14T08:15:00.000Z\",\"0.826703\",\"0.824675\"\n\"2024-06-14T08:20:00.000Z\",\"10.63708\",\"10.607296\"\n\"2024-06-14T08:25:00.000Z\",\"4.433795\",\"4.420846\"\n\"2024-06-14T08:30:00.000Z\",\"0.980831\",\"0.978333\"\n\"2024-06-14T08:35:00.000Z\",\"10.437246\",\"10.408542\"\n\"2024-06-14T08:40:00.000Z\",\"4.450089\",\"4.438046\"\n\"2024-06-14T08:45:00.000Z\",\"0.973704\",\"0.971393\"\n\"2024-06-14T08:50:00.000Z\",\"10.652302\",\"10.621757\"\n\"2024-06-14T08:55:00.000Z\",\"4.262496\",\"4.251106\"\n\"2024-06-14T09:00:00.000Z\",\"0.936892\",\"0.934603\"\n\"2024-06-14T09:05:00.000Z\",\"10.635204\",\"10.605526\"\n\"2024-06-14T09:10:00.000Z\",\"4.297629\",\"4.286246\"\n\"2024-06-14T09:15:00.000Z\",\"0.905535\",\"0.903265\"\n\"2024-06-14T09:20:00.000Z\",\"10.636164\",\"10.606267\"\n\"2024-06-14T09:25:00.000Z\",\"4.335395\",\"4.323926\"\n\"2024-06-14T09:30:00.000Z\",\"0.863605\",\"0.861469\"\n\"2024-06-14T09:35:00.000Z\",\"10.6296\",\"10.603893\"\n\"2024-06-14T09:40:00.000Z\",\"4.377525\",\"4.361692\"\n\"2024-06-14T09:45:00.000Z\",\"0.833068\",\"0.830877\"\n\"2024-06-14T09:50:00.000Z\",\"10.659273\",\"10.628251\"\n\"2024-06-14T09:55:00.000Z\",\"4.421352\",\"4.408822\"\n\"2024-06-14T10:00:00.000Z\",\"0.980358\",\"0.977905\"\n\"2024-06-14T10:05:00.000Z\",\"10.469525\",\"10.439519\"\n\"2024-06-14T10:10:00.000Z\",\"4.452513\",\"4.440384\"\n\"2024-06-14T10:15:00.000Z\",\"0.943373\",\"0.940928\"\n\"2024-06-14T10:20:00.000Z\",\"10.63166\",\"10.602188\"\n\"2024-06-14T10:25:00.000Z\",\"4.29684\",\"4.285314\"\n\"2024-06-14T10:30:00.000Z\",\"0.905393\",\"0.90314\"\n\"2024-06-14T10:35:00.000Z\",\"10.655434\",\"10.62473\"\n\"2024-06-14T10:40:00.000Z\",\"4.336113\",\"4.324344\"\n\"2024-06-14T10:45:00.000Z\",\"0.867226\",\"0.865102\"\n\"2024-06-14T10:50:00.000Z\",\"10.645509\",\"10.615329\"\n\"2024-06-14T10:55:00.000Z\",\"4.38267\",\"4.370378\"\n\"2024-06-14T11:00:00.000Z\",\"0.836552\",\"0.834434\"\n\"2024-06-14T11:05:00.000Z\",\"10.655609\",\"10.624645\"\n\"2024-06-14T11:10:00.000Z\",\"4.416276\",\"4.404015\"\n\"2024-06-14T11:15:00.000Z\",\"0.983311\",\"0.980952\"\n\"2024-06-14T11:20:00.000Z\",\"10.439043\",\"10.410198\"\n\"2024-06-14T11:25:00.000Z\",\"4.443729\",\"4.43173\"\n\"2024-06-14T11:30:00.000Z\",\"0.985325\",\"0.982724\"\n\"2024-06-14T11:35:00.000Z\",\"10.487582\",\"10.456473\"\n\"2024-06-14T11:40:00.000Z\",\"4.453766\",\"4.441186\"\n\"2024-06-14T11:45:00.000Z\",\"0.947466\",\"0.945026\"\n\"2024-06-14T11:50:00.000Z\",\"10.647858\",\"10.617577\"\n\"2024-06-14T11:55:00.000Z\",\"4.303846\",\"4.291767\"\n\"2024-06-14T12:00:00.000Z\",\"0.911907\",\"0.909588\"\n\"2024-06-14T12:05:00.000Z\",\"10.654519\",\"10.623861\"\n\"2024-06-14T12:10:00.000Z\",\"4.342229\",\"4.330097\"\n\"2024-06-14T12:15:00.000Z\",\"0.871577\",\"0.869393\"\n\"2024-06-14T12:20:00.000Z\",\"10.642607\",\"10.612568\"\n\"2024-06-14T12:25:00.000Z\",\"4.376092\",\"4.36389\"\n\"2024-06-14T12:30:00.000Z\",\"0.834094\",\"0.832068\"\n\"2024-06-14T12:35:00.000Z\",\"10.639708\",\"10.609863\"\n\"2024-06-14T12:40:00.000Z\",\"4.408686\",\"4.396658\"\n\"2024-06-14T12:45:00.000Z\",\"0.981775\",\"0.979447\"\n\"2024-06-14T12:50:00.000Z\",\"10.436638\",\"10.40797\"\n\"2024-06-14T12:55:00.000Z\",\"4.443852\",\"4.431993\"\n\"2024-06-14T13:00:00.000Z\",\"0.949551\",\"0.947202\"\n\"2024-06-14T13:05:00.000Z\",\"10.632564\",\"10.602864\"\n\"2024-06-14T13:10:00.000Z\",\"4.295585\",\"4.283936\"\n\"2024-06-14T13:15:00.000Z\",\"0.912127\",\"0.9099\"\n\"2024-06-14T13:20:00.000Z\",\"10.633629\",\"10.604064\"\n\"2024-06-14T13:25:00.000Z\",\"4.335\",\"4.322928\"\n\"2024-06-14T13:30:00.000Z\",\"0.878607\",\"0.876284\"\n\"2024-06-14T13:35:00.000Z\",\"10.650282\",\"10.619845\"\n\"2024-06-14T13:40:00.000Z\",\"4.367911\",\"4.356362\"\n\"2024-06-14T13:45:00.000Z\",\"0.840155\",\"0.838196\"\n\"2024-06-14T13:50:00.000Z\",\"10.644576\",\"10.614407\"\n\"2024-06-14T13:55:00.000Z\",\"4.407948\",\"4.395559\"\n\"2024-06-14T14:00:00.000Z\",\"0.993919\",\"0.991462\"\n\"2024-06-14T14:05:00.000Z\",\"10.469751\",\"10.439332\"\n\"2024-06-14T14:10:00.000Z\",\"4.444642\",\"4.4322\"\n\"2024-06-14T14:15:00.000Z\",\"0.989053\",\"0.986699\"\n\"2024-06-14T14:20:00.000Z\",\"10.44157\",\"10.412913\"\n\"2024-06-14T14:25:00.000Z\",\"4.442647\",\"4.431401\"\n\"2024-06-14T14:30:00.000Z\",\"0.957859\",\"0.957232\"\n\"2024-06-14T14:35:00.000Z\",\"10.630666\",\"10.601339\"\n\"2024-06-14T14:40:00.000Z\",\"4.295256\",\"4.283507\"\n\"2024-06-14T14:45:00.000Z\",\"0.911897\",\"0.909605\"\n\"2024-06-14T14:50:00.000Z\",\"10.631344\",\"10.601977\"\n\"2024-06-14T14:55:00.000Z\",\"4.328001\",\"4.31633\"\n\"2024-06-14T15:00:00.000Z\",\"0.875649\",\"0.873443\"\n\"2024-06-14T15:05:00.000Z\",\"10.644189\",\"10.614021\"\n\"2024-06-14T15:10:00.000Z\",\"4.381961\",\"4.369557\"\n\"2024-06-14T15:15:00.000Z\",\"0.836864\",\"0.834848\"\n\"2024-06-14T15:20:00.000Z\",\"10.62533\",\"10.599798\"\n\"2024-06-14T15:25:00.000Z\",\"4.416649\",\"4.400389\"\n\"2024-06-14T15:30:00.000Z\",\"0.989112\",\"0.986678\"\n\"2024-06-14T15:35:00.000Z\",\"10.436853\",\"10.408206\"\n\"2024-06-14T15:40:00.000Z\",\"4.442435\",\"4.430283\"\n\"2024-06-14T15:45:00.000Z\",\"0.949235\",\"0.946935\"\n\"2024-06-14T15:50:00.000Z\",\"10.627286\",\"10.598078\"\n\"2024-06-14T15:55:00.000Z\",\"4.295076\",\"4.283245\"\n\"2024-06-14T16:00:00.000Z\",\"0.914803\",\"0.912688\"\n\"2024-06-14T16:05:00.000Z\",\"10.626254\",\"10.597102\"\n\"2024-06-14T16:10:00.000Z\",\"4.328489\",\"4.316584\"\n\"2024-06-14T16:15:00.000Z\",\"0.87732\",\"0.875224\"\n\"2024-06-14T16:20:00.000Z\",\"10.628272\",\"10.598936\"\n\"2024-06-14T16:25:00.000Z\",\"4.356481\",\"4.344973\"\n\"2024-06-14T16:30:00.000Z\",\"0.841478\",\"0.840287\"\n\"2024-06-14T16:35:00.000Z\",\"10.614872\",\"10.586237\"\n\"2024-06-14T16:40:00.000Z\",\"4.390489\",\"4.378804\"\n\"2024-06-14T16:45:00.000Z\",\"1.031703\",\"1.029221\"\n\"2024-06-14T16:50:00.000Z\",\"10.430098\",\"10.404641\"\n\"2024-06-14T16:55:00.000Z\",\"4.391065\",\"4.376493\"\n\"2024-06-14T17:00:00.000Z\",\"0.996833\",\"0.994391\"\n\"2024-06-14T17:05:00.000Z\",\"10.46427\",\"10.434162\"\n\"2024-06-14T17:10:00.000Z\",\"4.444437\",\"4.431794\"\n\"2024-06-14T17:15:00.000Z\",\"0.962649\",\"0.960292\"\n\"2024-06-14T17:20:00.000Z\",\"10.641881\",\"10.611881\"\n\"2024-06-14T17:25:00.000Z\",\"4.278028\",\"4.266373\"\n\"2024-06-14T17:30:00.000Z\",\"0.929734\",\"0.927502\"\n\"2024-06-14T17:35:00.000Z\",\"10.6106\",\"10.581972\"\n\"2024-06-14T17:40:00.000Z\",\"4.310914\",\"4.299371\"\n\"2024-06-14T17:45:00.000Z\",\"0.891095\",\"0.888988\"\n\"2024-06-14T17:50:00.000Z\",\"10.614205\",\"10.58558\"\n\"2024-06-14T17:55:00.000Z\",\"4.341159\",\"4.329722\"\n\"2024-06-14T18:00:00.000Z\",\"0.855702\",\"0.853606\"\n\"2024-06-14T18:05:00.000Z\",\"10.618636\",\"10.589783\"\n\"2024-06-14T18:10:00.000Z\",\"4.377635\",\"4.366097\"\n\"2024-06-14T18:15:00.000Z\",\"1.007509\",\"1.00502\"\n\"2024-06-14T18:20:00.000Z\",\"10.460644\",\"10.43089\"\n\"2024-06-14T18:25:00.000Z\",\"4.41578\",\"4.403905\"\n\"2024-06-14T18:30:00.000Z\",\"0.971083\",\"0.968691\"\n\"2024-06-14T18:35:00.000Z\",\"10.455744\",\"10.426091\"\n\"2024-06-14T18:40:00.000Z\",\"4.476281\",\"4.463261\"\n\"2024-06-14T18:45:00.000Z\",\"0.935212\",\"0.932839\"\n\"2024-06-14T18:50:00.000Z\",\"10.645199\",\"10.615012\"\n\"2024-06-14T18:55:00.000Z\",\"4.306682\",\"4.294982\"\n\"2024-06-14T19:00:00.000Z\",\"0.906307\",\"0.903785\"\n\"2024-06-14T19:05:00.000Z\",\"10.631668\",\"10.602121\"\n\"2024-06-14T19:10:00.000Z\",\"4.335478\",\"4.323953\"\n\"2024-06-14T19:15:00.000Z\",\"0.863127\",\"0.861022\"\n\"2024-06-14T19:20:00.000Z\",\"10.631007\",\"10.601494\"\n\"2024-06-14T19:25:00.000Z\",\"4.376751\",\"4.364937\"\n\"2024-06-14T19:30:00.000Z\",\"0.858953\",\"0.856849\"\n\"2024-06-14T19:35:00.000Z\",\"10.633145\",\"10.60355\"\n\"2024-06-14T19:40:00.000Z\",\"4.379856\",\"4.368012\"\n\"2024-06-14T19:45:00.000Z\",\"0.823232\",\"0.821218\"\n\"2024-06-14T19:50:00.000Z\",\"10.646053\",\"10.616\"\n\"2024-06-14T19:55:00.000Z\",\"4.433889\",\"4.421206\"\n\"2024-06-14T20:00:00.000Z\",\"0.974209\",\"0.971768\"\n\"2024-06-14T20:05:00.000Z\",\"10.464577\",\"10.438162\"\n\"2024-06-14T20:10:00.000Z\",\"4.461485\",\"4.445354\"\n\"2024-06-14T20:15:00.000Z\",\"0.938628\",\"0.936249\"\n\"2024-06-14T20:20:00.000Z\",\"10.636193\",\"10.606263\"\n\"2024-06-14T20:25:00.000Z\",\"4.318739\",\"4.30642\"\n\"2024-06-14T20:30:00.000Z\",\"0.883437\",\"0.881876\"\n\"2024-06-14T20:35:00.000Z\",\"10.633709\",\"10.603289\"\n\"2024-06-14T20:40:00.000Z\",\"4.35518\",\"4.343569\"\n\"2024-06-14T20:45:00.000Z\",\"0.878143\",\"0.875901\"\n\"2024-06-14T20:50:00.000Z\",\"10.644471\",\"10.61431\"\n\"2024-06-14T20:55:00.000Z\",\"4.360233\",\"4.348579\"\n\"2024-06-14T21:00:00.000Z\",\"0.838087\",\"0.836106\"\n\"2024-06-14T21:05:00.000Z\",\"10.623649\",\"10.594531\"\n\"2024-06-14T21:10:00.000Z\",\"4.420774\",\"4.407925\"\n\"2024-06-14T21:15:00.000Z\",\"0.988795\",\"0.989867\"\n\"2024-06-14T21:20:00.000Z\",\"10.661551\",\"10.626818\"\n\"2024-06-14T21:25:00.000Z\",\"4.251915\",\"4.240519\"\n\"2024-06-14T21:30:00.000Z\",\"0.948836\",\"0.946462\"\n\"2024-06-14T21:35:00.000Z\",\"10.630514\",\"10.601106\"\n\"2024-06-14T21:40:00.000Z\",\"4.291779\",\"4.280143\"\n\"2024-06-14T21:45:00.000Z\",\"0.918336\",\"0.915915\"\n\"2024-06-14T21:50:00.000Z\",\"10.669472\",\"10.63788\"\n\"2024-06-14T21:55:00.000Z\",\"4.343793\",\"4.33128\"\n\"2024-06-14T22:00:00.000Z\",\"0.874169\",\"0.872043\"\n\"2024-06-14T22:05:00.000Z\",\"10.650836\",\"10.620343\"\n\"2024-06-14T22:10:00.000Z\",\"4.36385\",\"4.352134\"\n\"2024-06-14T22:15:00.000Z\",\"0.840775\",\"0.838725\"\n\"2024-06-14T22:20:00.000Z\",\"10.62726\",\"10.598046\"\n\"2024-06-14T22:25:00.000Z\",\"4.400287\",\"4.388668\"\n\"2024-06-14T22:30:00.000Z\",\"0.992654\",\"0.990232\"\n\"2024-06-14T22:35:00.000Z\",\"10.436004\",\"10.407182\"\n\"2024-06-14T22:40:00.000Z\",\"4.460312\",\"4.447213\"\n\"2024-06-14T22:45:00.000Z\",\"0.951305\",\"0.949054\"\n\"2024-06-14T22:50:00.000Z\",\"10.617933\",\"10.589225\"\n\"2024-06-14T22:55:00.000Z\",\"4.282849\",\"4.271469\"\n\"2024-06-14T23:00:00.000Z\",\"0.914974\",\"0.912713\"\n\"2024-06-14T23:05:00.000Z\",\"10.630703\",\"10.601454\"\n\"2024-06-14T23:10:00.000Z\",\"4.320343\",\"4.308711\"\n\"2024-06-14T23:15:00.000Z\",\"0.916947\",\"0.914668\"\n\"2024-06-14T23:20:00.000Z\",\"10.64504\",\"10.614898\"\n\"2024-06-14T23:25:00.000Z\",\"4.322448\",\"4.310751\"\n\"2024-06-14T23:30:00.000Z\",\"0.87914\",\"0.877832\"\n\"2024-06-14T23:35:00.000Z\",\"10.611347\",\"10.582713\"\n\"2024-06-14T23:40:00.000Z\",\"4.373146\",\"4.360681\"\n\"2024-06-14T23:45:00.000Z\",\"0.843578\",\"0.841585\"\n\"2024-06-14T23:50:00.000Z\",\"10.623844\",\"10.594527\"\n\"2024-06-14T23:55:00.000Z\",\"4.396468\",\"4.384715\"\n\"2024-06-15T00:00:00.000Z\",\"0.991891\",\"0.989524\"\n\"2024-06-15T00:05:00.000Z\",\"10.444182\",\"10.415144\"\n\"2024-06-15T00:10:00.000Z\",\"4.433847\",\"4.421945\"\n\"2024-06-15T00:15:00.000Z\",\"0.956551\",\"0.954424\"\n\"2024-06-15T00:20:00.000Z\",\"10.443145\",\"10.418109\"\n\"2024-06-15T00:25:00.000Z\",\"4.476097\",\"4.460007\"\n\"2024-06-15T00:30:00.000Z\",\"0.923178\",\"0.920893\"\n\"2024-06-15T00:35:00.000Z\",\"10.639787\",\"10.609879\"\n\"2024-06-15T00:40:00.000Z\",\"4.318277\",\"4.306567\"\n\"2024-06-15T00:45:00.000Z\",\"0.885163\",\"0.883022\"\n\"2024-06-15T00:50:00.000Z\",\"10.6337\",\"10.604156\"\n\"2024-06-15T00:55:00.000Z\",\"4.354511\",\"4.342761\"\n\"2024-06-15T01:00:00.000Z\",\"0.846948\",\"0.844901\"\n\"2024-06-15T01:05:00.000Z\",\"10.650247\",\"10.619539\"\n\"2024-06-15T01:10:00.000Z\",\"4.406835\",\"4.394405\"\n\"2024-06-15T01:15:00.000Z\",\"0.997074\",\"0.994596\"\n\"2024-06-15T01:20:00.000Z\",\"10.451246\",\"10.421999\"\n\"2024-06-15T01:25:00.000Z\",\"4.428437\",\"4.41654\"\n\"2024-06-15T01:30:00.000Z\",\"0.959519\",\"0.957141\"\n\"2024-06-15T01:35:00.000Z\",\"10.637016\",\"10.60709\"\n\"2024-06-15T01:40:00.000Z\",\"4.298827\",\"4.286514\"\n\"2024-06-15T01:45:00.000Z\",\"0.921376\",\"0.919169\"\n\"2024-06-15T01:50:00.000Z\",\"10.636346\",\"10.606594\"\n\"2024-06-15T01:55:00.000Z\",\"4.328621\",\"4.316331\"\n\"2024-06-15T02:00:00.000Z\",\"0.92477\",\"0.92227\"\n\"2024-06-15T02:05:00.000Z\",\"10.655987\",\"10.625398\"\n\"2024-06-15T02:10:00.000Z\",\"4.321115\",\"4.309273\"\n\"2024-06-15T02:15:00.000Z\",\"0.885769\",\"0.883629\"\n\"2024-06-15T02:20:00.000Z\",\"10.676328\",\"10.644598\"\n\"2024-06-15T02:25:00.000Z\",\"4.372751\",\"4.360018\"\n\"2024-06-15T02:30:00.000Z\",\"0.844896\",\"0.842916\"\n\"2024-06-15T02:35:00.000Z\",\"10.620921\",\"10.592029\"\n\"2024-06-15T02:40:00.000Z\",\"4.386944\",\"4.375307\"\n\"2024-06-15T02:45:00.000Z\",\"0.997733\",\"0.996624\"\n\"2024-06-15T02:50:00.000Z\",\"10.428938\",\"10.399441\"\n\"2024-06-15T02:55:00.000Z\",\"4.424484\",\"4.412704\"\n\"2024-06-15T03:00:00.000Z\",\"0.961463\",\"0.959179\"\n\"2024-06-15T03:05:00.000Z\",\"10.631629\",\"10.602146\"\n\"2024-06-15T03:10:00.000Z\",\"4.287056\",\"4.274976\"\n\"2024-06-15T03:15:00.000Z\",\"0.927332\",\"0.925427\"\n\"2024-06-15T03:20:00.000Z\",\"10.643546\",\"10.613007\"\n\"2024-06-15T03:25:00.000Z\",\"4.314432\",\"4.302741\"\n\"2024-06-15T03:30:00.000Z\",\"0.892465\",\"0.890294\"\n\"2024-06-15T03:35:00.000Z\",\"10.638348\",\"10.608519\"\n\"2024-06-15T03:40:00.000Z\",\"4.342567\",\"4.331071\"\n\"2024-06-15T03:45:00.000Z\",\"0.858354\",\"0.856369\"\n\"2024-06-15T03:50:00.000Z\",\"10.638374\",\"10.608565\"\n\"2024-06-15T03:55:00.000Z\",\"4.375576\",\"4.364004\"\n\"2024-06-15T04:00:00.000Z\",\"0.819986\",\"0.818078\"\n\"2024-06-15T04:05:00.000Z\",\"10.646366\",\"10.616066\"\n\"2024-06-15T04:10:00.000Z\",\"4.434917\",\"4.422242\"\n\"2024-06-15T04:15:00.000Z\",\"0.973308\",\"0.970764\"\n\"2024-06-15T04:20:00.000Z\",\"10.459326\",\"10.429498\"\n\"2024-06-15T04:25:00.000Z\",\"4.458696\",\"4.446588\"\n\"2024-06-15T04:30:00.000Z\",\"0.92874\",\"0.926522\"\n\"2024-06-15T04:35:00.000Z\",\"10.448529\",\"10.419468\"\n\"2024-06-15T04:40:00.000Z\",\"4.49212\",\"4.480088\"\n\"2024-06-15T04:45:00.000Z\",\"0.934454\",\"0.932195\"\n\"2024-06-15T04:50:00.000Z\",\"10.651433\",\"10.620924\"\n\"2024-06-15T04:55:00.000Z\",\"4.316076\",\"4.30376\"\n\"2024-06-15T05:00:00.000Z\",\"0.900099\",\"0.897715\"\n\"2024-06-15T05:05:00.000Z\",\"10.635745\",\"10.606222\"\n\"2024-06-15T05:10:00.000Z\",\"4.336189\",\"4.324626\"\n\"2024-06-15T05:15:00.000Z\",\"0.866597\",\"0.864492\"\n\"2024-06-15T05:20:00.000Z\",\"10.635643\",\"10.605626\"\n\"2024-06-15T05:25:00.000Z\",\"4.374142\",\"4.36221\"\n\"2024-06-15T05:30:00.000Z\",\"1.017242\",\"1.014794\"\n\"2024-06-15T05:35:00.000Z\",\"10.442519\",\"10.413585\"\n\"2024-06-15T05:40:00.000Z\",\"4.409465\",\"4.39753\"\n\"2024-06-15T05:45:00.000Z\",\"0.982834\",\"0.980413\"\n\"2024-06-15T05:50:00.000Z\",\"10.451232\",\"10.422025\"\n\"2024-06-15T05:55:00.000Z\",\"4.443249\",\"4.431058\"\n\"2024-06-15T06:00:00.000Z\",\"0.9489\",\"0.946589\"\n\"2024-06-15T06:05:00.000Z\",\"10.624259\",\"10.594953\"\n\"2024-06-15T06:10:00.000Z\",\"4.305685\",\"4.293527\"\n\"2024-06-15T06:15:00.000Z\",\"0.909711\",\"0.907575\"\n\"2024-06-15T06:20:00.000Z\",\"10.616336\",\"10.587638\"\n\"2024-06-15T06:25:00.000Z\",\"4.324171\",\"4.312704\"\n\"2024-06-15T06:30:00.000Z\",\"0.870729\",\"0.868649\"\n\"2024-06-15T06:35:00.000Z\",\"10.624703\",\"10.595567\"\n\"2024-06-15T06:40:00.000Z\",\"4.383454\",\"4.370913\"\n\"2024-06-15T06:45:00.000Z\",\"0.832248\",\"0.830299\"\n\"2024-06-15T06:50:00.000Z\",\"10.641057\",\"10.611076\"\n\"2024-06-15T06:55:00.000Z\",\"4.409826\",\"4.397733\"\n\"2024-06-15T07:00:00.000Z\",\"0.980246\",\"0.977852\"\n\"2024-06-15T07:05:00.000Z\",\"10.440459\",\"10.411805\"\n\"2024-06-15T07:10:00.000Z\",\"4.448434\",\"4.436193\"\n\"2024-06-15T07:15:00.000Z\",\"0.981484\",\"0.979049\"\n\"2024-06-15T07:20:00.000Z\",\"10.629382\",\"10.599844\"\n\"2024-06-15T07:25:00.000Z\",\"4.280065\",\"4.267594\"\n\"2024-06-15T07:30:00.000Z\",\"0.941302\",\"0.938988\"\n\"2024-06-15T07:35:00.000Z\",\"10.651462\",\"10.621091\"\n\"2024-06-15T07:40:00.000Z\",\"4.297982\",\"4.286456\"\n\"2024-06-15T07:45:00.000Z\",\"0.905468\",\"0.903196\"\n\"2024-06-15T07:50:00.000Z\",\"10.619788\",\"10.59092\"\n\"2024-06-15T07:55:00.000Z\",\"4.34552\",\"4.33332\"\n\"2024-06-15T08:00:00.000Z\",\"0.866657\",\"0.864612\"\n\"2024-06-15T08:05:00.000Z\",\"10.629235\",\"10.600208\"\n\"2024-06-15T08:10:00.000Z\",\"4.389338\",\"4.376678\"\n\"2024-06-15T08:15:00.000Z\",\"0.830907\",\"0.828941\"\n\"2024-06-15T08:20:00.000Z\",\"10.646122\",\"10.615875\"\n\"2024-06-15T08:25:00.000Z\",\"4.402211\",\"4.390505\"\n\"2024-06-15T08:30:00.000Z\",\"0.985283\",\"0.98287\"\n\"2024-06-15T08:35:00.000Z\",\"10.457017\",\"10.42734\"\n\"2024-06-15T08:40:00.000Z\",\"4.449335\",\"4.436955\"\n\"2024-06-15T08:45:00.000Z\",\"0.951376\",\"0.949117\"\n\"2024-06-15T08:50:00.000Z\",\"10.463504\",\"10.433501\"\n\"2024-06-15T08:55:00.000Z\",\"4.477465\",\"4.46531\"\n\"2024-06-15T09:00:00.000Z\",\"0.916204\",\"0.91745\"\n\"2024-06-15T09:05:00.000Z\",\"10.628607\",\"10.595744\"\n\"2024-06-15T09:10:00.000Z\",\"4.325653\",\"4.313995\"\n\"2024-06-15T09:15:00.000Z\",\"0.883246\",\"0.881088\"\n\"2024-06-15T09:20:00.000Z\",\"10.630723\",\"10.601377\"\n\"2024-06-15T09:25:00.000Z\",\"4.359214\",\"4.347583\"\n\"2024-06-15T09:30:00.000Z\",\"0.845233\",\"0.843193\"\n\"2024-06-15T09:35:00.000Z\",\"10.656669\",\"10.625889\"\n\"2024-06-15T09:40:00.000Z\",\"4.413411\",\"4.400588\"\n\"2024-06-15T09:45:00.000Z\",\"0.808627\",\"0.806676\"\n\"2024-06-15T09:50:00.000Z\",\"10.621291\",\"10.595999\"\n\"2024-06-15T09:55:00.000Z\",\"4.429882\",\"4.414327\"\n\"2024-06-15T10:00:00.000Z\",\"0.999733\",\"0.997266\"\n\"2024-06-15T10:05:00.000Z\",\"10.434858\",\"10.406339\"\n\"2024-06-15T10:10:00.000Z\",\"4.426443\",\"4.414619\"\n\"2024-06-15T10:15:00.000Z\",\"0.961938\",\"0.959627\"\n\"2024-06-15T10:20:00.000Z\",\"10.652708\",\"10.622117\"\n\"2024-06-15T10:25:00.000Z\",\"4.301616\",\"4.28879\"\n\"2024-06-15T10:30:00.000Z\",\"0.930189\",\"0.927906\"\n\"2024-06-15T10:35:00.000Z\",\"10.618691\",\"10.589663\"\n\"2024-06-15T10:40:00.000Z\",\"4.328865\",\"4.316443\"\n\"2024-06-15T10:45:00.000Z\",\"0.89086\",\"0.888757\"\n\"2024-06-15T10:50:00.000Z\",\"10.642204\",\"10.612146\"\n\"2024-06-15T10:55:00.000Z\",\"4.343901\",\"4.332298\"\n\"2024-06-15T11:00:00.000Z\",\"0.855504\",\"0.853401\"\n\"2024-06-15T11:05:00.000Z\",\"10.66265\",\"10.631366\"\n\"2024-06-15T11:10:00.000Z\",\"4.388165\",\"4.376275\"\n\"2024-06-15T11:15:00.000Z\",\"0.818807\",\"0.816845\"\n\"2024-06-15T11:20:00.000Z\",\"10.638031\",\"10.608192\"\n\"2024-06-15T11:25:00.000Z\",\"4.424883\",\"4.412686\"\n\"2024-06-15T11:30:00.000Z\",\"0.973765\",\"0.971207\"\n\"2024-06-15T11:35:00.000Z\",\"10.452402\",\"10.422965\"\n\"2024-06-15T11:40:00.000Z\",\"4.465281\",\"4.452855\"\n\"2024-06-15T11:45:00.000Z\",\"0.93805\",\"0.935658\"\n\"2024-06-15T11:50:00.000Z\",\"10.643281\",\"10.613178\"\n\"2024-06-15T11:55:00.000Z\",\"4.306335\",\"4.294582\"\n\"2024-06-15T12:00:00.000Z\",\"0.905631\",\"0.903456\"\n\"2024-06-15T12:05:00.000Z\",\"10.646719\",\"10.616629\"\n\"2024-06-15T12:10:00.000Z\",\"4.355177\",\"4.342651\"\n\"2024-06-15T12:15:00.000Z\",\"0.864456\",\"0.862489\"\n\"2024-06-15T12:20:00.000Z\",\"10.658805\",\"10.62805\"\n\"2024-06-15T12:25:00.000Z\",\"4.395804\",\"4.383213\"\n\"2024-06-15T12:30:00.000Z\",\"0.829028\",\"0.826988\"\n\"2024-06-15T12:35:00.000Z\",\"10.641161\",\"10.611532\"\n\"2024-06-15T12:40:00.000Z\",\"4.432885\",\"4.420003\"\n\"2024-06-15T12:45:00.000Z\",\"1.008111\",\"1.009422\"\n\"2024-06-15T12:50:00.000Z\",\"10.441089\",\"10.408931\"\n\"2024-06-15T12:55:00.000Z\",\"4.419933\",\"4.408059\"\n\"2024-06-15T13:00:00.000Z\",\"0.977736\",\"0.97553\"\n\"2024-06-15T13:05:00.000Z\",\"10.430453\",\"10.402318\"\n\"2024-06-15T13:10:00.000Z\",\"4.458473\",\"4.446262\"\n\"2024-06-15T13:15:00.000Z\",\"0.945394\",\"0.943052\"\n\"2024-06-15T13:20:00.000Z\",\"10.668129\",\"10.636948\"\n\"2024-06-15T13:25:00.000Z\",\"4.313629\",\"4.301255\"\n\"2024-06-15T13:30:00.000Z\",\"0.912101\",\"0.910395\"\n\"2024-06-15T13:35:00.000Z\",\"10.650281\",\"10.619657\"\n\"2024-06-15T13:40:00.000Z\",\"4.333837\",\"4.322221\"\n\"2024-06-15T13:45:00.000Z\",\"0.867458\",\"0.868318\"\n\"2024-06-15T13:50:00.000Z\",\"10.649849\",\"10.61664\"\n\"2024-06-15T13:55:00.000Z\",\"4.375132\",\"4.362973\"\n\"2024-06-15T14:00:00.000Z\",\"0.836416\",\"0.83436\"\n\"2024-06-15T14:05:00.000Z\",\"10.648595\",\"10.618134\"\n\"2024-06-15T14:10:00.000Z\",\"4.406324\",\"4.394236\"\n\"2024-06-15T14:15:00.000Z\",\"0.804974\",\"0.802962\"\n\"2024-06-15T14:20:00.000Z\",\"10.640539\",\"10.610586\"\n\"2024-06-15T14:25:00.000Z\",\"4.448432\",\"4.435789\"\n\"2024-06-15T14:30:00.000Z\",\"0.952482\",\"0.950151\"\n\"2024-06-15T14:35:00.000Z\",\"10.451862\",\"10.422631\"\n\"2024-06-15T14:40:00.000Z\",\"4.486546\",\"4.473742\"\n\"2024-06-15T14:45:00.000Z\",\"0.920719\",\"0.918342\"\n\"2024-06-15T14:50:00.000Z\",\"10.647654\",\"10.617342\"\n\"2024-06-15T14:55:00.000Z\",\"4.322675\",\"4.310934\"\n\"2024-06-15T15:00:00.000Z\",\"0.884559\",\"0.882354\"\n\"2024-06-15T15:05:00.000Z\",\"10.665263\",\"10.633997\"\n\"2024-06-15T15:10:00.000Z\",\"4.360852\",\"4.348934\"\n\"2024-06-15T15:15:00.000Z\",\"0.885869\",\"0.883653\"\n\"2024-06-15T15:20:00.000Z\",\"10.648896\",\"10.618502\"\n\"2024-06-15T15:25:00.000Z\",\"4.363339\",\"4.351087\"\n\"2024-06-15T15:30:00.000Z\",\"0.849941\",\"0.847855\"\n\"2024-06-15T15:35:00.000Z\",\"10.651443\",\"10.621276\"\n\"2024-06-15T15:40:00.000Z\",\"4.405279\",\"4.392718\"\n\"2024-06-15T15:45:00.000Z\",\"1.004188\",\"1.001918\"\n\"2024-06-15T15:50:00.000Z\",\"10.473689\",\"10.443382\"\n\"2024-06-15T15:55:00.000Z\",\"4.439395\",\"4.426681\"\n\"2024-06-15T16:00:00.000Z\",\"0.967955\",\"0.969023\"\n\"2024-06-15T16:05:00.000Z\",\"10.644269\",\"10.61062\"\n\"2024-06-15T16:10:00.000Z\",\"4.284719\",\"4.272586\"\n\"2024-06-15T16:15:00.000Z\",\"0.933598\",\"0.931299\"\n\"2024-06-15T16:20:00.000Z\",\"10.624953\",\"10.599293\"\n\"2024-06-15T16:25:00.000Z\",\"4.311457\",\"4.296164\"\n\"2024-06-15T16:30:00.000Z\",\"0.898213\",\"0.895942\"\n\"2024-06-15T16:35:00.000Z\",\"10.649209\",\"10.618825\"\n\"2024-06-15T16:40:00.000Z\",\"4.347742\",\"4.335921\"\n\"2024-06-15T16:45:00.000Z\",\"0.861007\",\"0.858847\"\n\"2024-06-15T16:50:00.000Z\",\"10.620999\",\"10.591866\"\n\"2024-06-15T16:55:00.000Z\",\"4.395754\",\"4.383337\"\n\"2024-06-15T17:00:00.000Z\",\"0.824952\",\"0.822972\"\n\"2024-06-15T17:05:00.000Z\",\"10.620784\",\"10.591683\"\n\"2024-06-15T17:10:00.000Z\",\"4.428089\",\"4.415612\"\n\"2024-06-15T17:15:00.000Z\",\"0.973652\",\"0.971293\"\n\"2024-06-15T17:20:00.000Z\",\"10.450461\",\"10.421113\"\n\"2024-06-15T17:25:00.000Z\",\"4.457344\",\"4.445143\"\n\"2024-06-15T17:30:00.000Z\",\"0.939755\",\"0.937523\"\n\"2024-06-15T17:35:00.000Z\",\"10.446811\",\"10.417655\"\n\"2024-06-15T17:40:00.000Z\",\"4.483133\",\"4.471221\"\n\"2024-06-15T17:45:00.000Z\",\"0.901704\",\"0.899436\"\n\"2024-06-15T17:50:00.000Z\",\"10.623011\",\"10.593972\"\n\"2024-06-15T17:55:00.000Z\",\"4.334023\",\"4.3227\"\n\"2024-06-15T18:00:00.000Z\",\"0.899024\",\"0.900581\"\n\"2024-06-15T18:05:00.000Z\",\"10.629315\",\"10.596474\"\n\"2024-06-15T18:10:00.000Z\",\"4.333641\",\"4.322077\"\n\"2024-06-15T18:15:00.000Z\",\"0.869994\",\"0.867981\"\n\"2024-06-15T18:20:00.000Z\",\"10.622429\",\"10.593386\"\n\"2024-06-15T18:25:00.000Z\",\"4.364318\",\"4.352798\"\n\"2024-06-15T18:30:00.000Z\",\"1.022177\",\"1.019647\"\n\"2024-06-15T18:35:00.000Z\",\"10.461149\",\"10.431462\"\n\"2024-06-15T18:40:00.000Z\",\"4.4043\",\"4.392389\"\n\"2024-06-15T18:45:00.000Z\",\"0.986397\",\"0.983943\"\n\"2024-06-15T18:50:00.000Z\",\"10.456825\",\"10.42713\"\n\"2024-06-15T18:55:00.000Z\",\"4.447236\",\"4.435037\"\n\"2024-06-15T19:00:00.000Z\",\"0.942405\",\"0.940195\"\n\"2024-06-15T19:05:00.000Z\",\"10.466612\",\"10.436424\"\n\"2024-06-15T19:10:00.000Z\",\"4.490779\",\"4.478271\"\n\"2024-06-15T19:15:00.000Z\",\"0.907087\",\"0.904838\"\n\"2024-06-15T19:20:00.000Z\",\"10.646666\",\"10.616509\"\n\"2024-06-15T19:25:00.000Z\",\"4.330323\",\"4.318721\"\n\"2024-06-15T19:30:00.000Z\",\"0.870153\",\"0.868865\"\n\"2024-06-15T19:35:00.000Z\",\"10.638331\",\"10.611\"\n\"2024-06-15T19:40:00.000Z\",\"4.38997\",\"4.373817\"\n\"2024-06-15T19:45:00.000Z\",\"0.825415\",\"0.823429\"\n\"2024-06-15T19:50:00.000Z\",\"10.658034\",\"10.627205\"\n\"2024-06-15T19:55:00.000Z\",\"4.411822\",\"4.399975\"\n\"2024-06-15T20:00:00.000Z\",\"0.972017\",\"0.969601\"\n\"2024-06-15T20:05:00.000Z\",\"10.440318\",\"10.411746\"\n\"2024-06-15T20:10:00.000Z\",\"4.463994\",\"4.451479\"\n\"2024-06-15T20:15:00.000Z\",\"0.936575\",\"0.934302\"\n\"2024-06-15T20:20:00.000Z\",\"10.450425\",\"10.421095\"\n\"2024-06-15T20:25:00.000Z\",\"4.5027\",\"4.490001\"\n\"2024-06-15T20:30:00.000Z\",\"0.914543\",\"0.912265\"\n\"2024-06-15T20:35:00.000Z\",\"10.631291\",\"10.601807\"\n\"2024-06-15T20:40:00.000Z\",\"4.329488\",\"4.317663\"\n\"2024-06-15T20:45:00.000Z\",\"0.875805\",\"0.877381\"\n\"2024-06-15T20:50:00.000Z\",\"10.632139\",\"10.599117\"\n\"2024-06-15T20:55:00.000Z\",\"4.359391\",\"4.347549\"\n\"2024-06-15T21:00:00.000Z\",\"0.843806\",\"0.84183\"\n\"2024-06-15T21:05:00.000Z\",\"10.623693\",\"10.594608\"\n\"2024-06-15T21:10:00.000Z\",\"4.401745\",\"4.38954\"\n\"2024-06-15T21:15:00.000Z\",\"0.809345\",\"0.807332\"\n\"2024-06-15T21:20:00.000Z\",\"10.62711\",\"10.601503\"\n\"2024-06-15T21:25:00.000Z\",\"4.433653\",\"4.417924\"\n\"2024-06-15T21:30:00.000Z\",\"0.963048\",\"0.960671\"\n\"2024-06-15T21:35:00.000Z\",\"10.44768\",\"10.421658\"\n\"2024-06-15T21:40:00.000Z\",\"4.461556\",\"4.446523\"\n\"2024-06-15T21:45:00.000Z\",\"0.962939\",\"0.96064\"\n\"2024-06-15T21:50:00.000Z\",\"10.617429\",\"10.588806\"\n\"2024-06-15T21:55:00.000Z\",\"4.272609\",\"4.261439\"\n\"2024-06-15T22:00:00.000Z\",\"0.9269\",\"0.924841\"\n\"2024-06-15T22:05:00.000Z\",\"10.656018\",\"10.625258\"\n\"2024-06-15T22:10:00.000Z\",\"4.313308\",\"4.301678\"\n\"2024-06-15T22:15:00.000Z\",\"0.892099\",\"0.889848\"\n\"2024-06-15T22:20:00.000Z\",\"10.630802\",\"10.601351\"\n\"2024-06-15T22:25:00.000Z\",\"4.362041\",\"4.349581\"\n\"2024-06-15T22:30:00.000Z\",\"0.85967\",\"0.857842\"\n\"2024-06-15T22:35:00.000Z\",\"10.644688\",\"10.614523\"\n\"2024-06-15T22:40:00.000Z\",\"4.38486\",\"4.372788\"\n\"2024-06-15T22:45:00.000Z\",\"1.011314\",\"1.008843\"\n\"2024-06-15T22:50:00.000Z\",\"10.443756\",\"10.414732\"\n\"2024-06-15T22:55:00.000Z\",\"4.4275\",\"4.415034\"\n\"2024-06-15T23:00:00.000Z\",\"0.974337\",\"0.971969\"\n\"2024-06-15T23:05:00.000Z\",\"10.438766\",\"10.41019\"\n\"2024-06-15T23:10:00.000Z\",\"4.445558\",\"4.433711\"\n\"2024-06-15T23:15:00.000Z\",\"0.940387\",\"0.938073\"\n\"2024-06-15T23:20:00.000Z\",\"10.648262\",\"10.617897\"\n\"2024-06-15T23:25:00.000Z\",\"4.297419\",\"4.285847\"\n\"2024-06-15T23:30:00.000Z\",\"0.909206\",\"0.906717\"\n\"2024-06-15T23:35:00.000Z\",\"10.70186\",\"10.668889\"\n\"2024-06-15T23:40:00.000Z\",\"4.347324\",\"4.33484\"\n\"2024-06-15T23:45:00.000Z\",\"0.869701\",\"0.867628\"\n\"2024-06-15T23:50:00.000Z\",\"10.621879\",\"10.592723\"\n\"2024-06-15T23:55:00.000Z\",\"4.389405\",\"4.376738\"\n\"2024-06-16T00:00:00.000Z\",\"0.835076\",\"0.832997\"\n\"2024-06-16T00:05:00.000Z\",\"10.638246\",\"10.608404\"\n\"2024-06-16T00:10:00.000Z\",\"4.418967\",\"4.406402\"\n\"2024-06-16T00:15:00.000Z\",\"0.833967\",\"0.831953\"\n\"2024-06-16T00:20:00.000Z\",\"10.647973\",\"10.61762\"\n\"2024-06-16T00:25:00.000Z\",\"4.420063\",\"4.407637\"\n\"2024-06-16T00:30:00.000Z\",\"0.983093\",\"0.980673\"\n\"2024-06-16T00:35:00.000Z\",\"10.435843\",\"10.407416\"\n\"2024-06-16T00:40:00.000Z\",\"4.433689\",\"4.421983\"\n\"2024-06-16T00:45:00.000Z\",\"0.946228\",\"0.947606\"\n\"2024-06-16T00:50:00.000Z\",\"10.659267\",\"10.624665\"\n\"2024-06-16T00:55:00.000Z\",\"4.309816\",\"4.297295\"\n\"2024-06-16T01:00:00.000Z\",\"0.912749\",\"0.910529\"\n\"2024-06-16T01:05:00.000Z\",\"10.630016\",\"10.600603\"\n\"2024-06-16T01:10:00.000Z\",\"4.32836\",\"4.316449\"\n\"2024-06-16T01:15:00.000Z\",\"0.873747\",\"0.871669\"\n\"2024-06-16T01:20:00.000Z\",\"10.646589\",\"10.616311\"\n\"2024-06-16T01:25:00.000Z\",\"4.377906\",\"4.365461\"\n\"2024-06-16T01:30:00.000Z\",\"0.833471\",\"0.835162\"\n\"2024-06-16T01:35:00.000Z\",\"10.629018\",\"10.595953\"\n\"2024-06-16T01:40:00.000Z\",\"4.403911\",\"4.392462\"\n\"2024-06-16T01:45:00.000Z\",\"0.983634\",\"0.981199\"\n\"2024-06-16T01:50:00.000Z\",\"10.484326\",\"10.453414\"\n\"2024-06-16T01:55:00.000Z\",\"4.440299\",\"4.428248\"\n\"2024-06-16T02:00:00.000Z\",\"0.948175\",\"0.945851\"\n\"2024-06-16T02:05:00.000Z\",\"10.634219\",\"10.604581\"\n\"2024-06-16T02:10:00.000Z\",\"4.288932\",\"4.277461\"\n\"2024-06-16T02:15:00.000Z\",\"0.911249\",\"0.912722\"\n\"2024-06-16T02:20:00.000Z\",\"10.648095\",\"10.614069\"\n\"2024-06-16T02:25:00.000Z\",\"4.327634\",\"4.315989\"\n\"2024-06-16T02:30:00.000Z\",\"0.876998\",\"0.874911\"\n\"2024-06-16T02:35:00.000Z\",\"10.616747\",\"10.58801\"\n\"2024-06-16T02:40:00.000Z\",\"4.356489\",\"4.344971\"\n\"2024-06-16T02:45:00.000Z\",\"0.878255\",\"0.876152\"\n\"2024-06-16T02:50:00.000Z\",\"10.64531\",\"10.615108\"\n\"2024-06-16T02:55:00.000Z\",\"4.368146\",\"4.356034\"\n\"2024-06-16T03:00:00.000Z\",\"0.846382\",\"0.84382\"\n\"2024-06-16T03:05:00.000Z\",\"10.627819\",\"10.598695\"\n\"2024-06-16T03:10:00.000Z\",\"4.38731\",\"4.375639\"\n\"2024-06-16T03:15:00.000Z\",\"1.000536\",\"1.001708\"\n\"2024-06-16T03:20:00.000Z\",\"10.433885\",\"10.401926\"\n\"2024-06-16T03:25:00.000Z\",\"4.420112\",\"4.408393\"\n\"2024-06-16T03:30:00.000Z\",\"0.964854\",\"0.962437\"\n\"2024-06-16T03:35:00.000Z\",\"10.47203\",\"10.441782\"\n\"2024-06-16T03:40:00.000Z\",\"4.48019\",\"4.467162\"\n\"2024-06-16T03:45:00.000Z\",\"0.930712\",\"0.928462\"\n\"2024-06-16T03:50:00.000Z\",\"10.620924\",\"10.591971\"\n\"2024-06-16T03:55:00.000Z\",\"4.325099\",\"4.312685\"\n\"2024-06-16T04:00:00.000Z\",\"0.893057\",\"0.890919\"\n\"2024-06-16T04:05:00.000Z\",\"10.637029\",\"10.607262\"\n\"2024-06-16T04:10:00.000Z\",\"4.363126\",\"4.350568\"\n\"2024-06-16T04:15:00.000Z\",\"0.856864\",\"0.85484\"\n\"2024-06-16T04:20:00.000Z\",\"10.629845\",\"10.600254\"\n\"2024-06-16T04:25:00.000Z\",\"4.383075\",\"4.371449\"\n\"2024-06-16T04:30:00.000Z\",\"0.823078\",\"0.821098\"\n\"2024-06-16T04:35:00.000Z\",\"10.635287\",\"10.605614\"\n\"2024-06-16T04:40:00.000Z\",\"4.428848\",\"4.41636\"\n\"2024-06-16T04:45:00.000Z\",\"0.971164\",\"0.968721\"\n\"2024-06-16T04:50:00.000Z\",\"10.438517\",\"10.410036\"\n\"2024-06-16T04:55:00.000Z\",\"4.462052\",\"4.449651\"\n\"2024-06-16T05:00:00.000Z\",\"0.93542\",\"0.933184\"\n\"2024-06-16T05:05:00.000Z\",\"10.424912\",\"10.396934\"\n\"2024-06-16T05:10:00.000Z\",\"4.497702\",\"4.485245\"\n\"2024-06-16T05:15:00.000Z\",\"0.897184\",\"0.898598\"\n\"2024-06-16T05:20:00.000Z\",\"10.64532\",\"10.611457\"\n\"2024-06-16T05:25:00.000Z\",\"4.355282\",\"4.34299\"\n\"2024-06-16T05:30:00.000Z\",\"0.901872\",\"0.899588\"\n\"2024-06-16T05:35:00.000Z\",\"10.633946\",\"10.604296\"\n\"2024-06-16T05:40:00.000Z\",\"4.34965\",\"4.33743\"\n\"2024-06-16T05:45:00.000Z\",\"0.860321\",\"0.858285\"\n\"2024-06-16T05:50:00.000Z\",\"10.636301\",\"10.60661\"\n\"2024-06-16T05:55:00.000Z\",\"4.389039\",\"4.376728\"\n\"2024-06-16T06:00:00.000Z\",\"1.010883\",\"1.008364\"\n\"2024-06-16T06:05:00.000Z\",\"10.435495\",\"10.407093\"\n\"2024-06-16T06:10:00.000Z\",\"4.411496\",\"4.399691\"\n\"2024-06-16T06:15:00.000Z\",\"0.974772\",\"0.972423\"\n\"2024-06-16T06:20:00.000Z\",\"10.457231\",\"10.427933\"\n\"2024-06-16T06:25:00.000Z\",\"4.460678\",\"4.448104\"\n\"2024-06-16T06:30:00.000Z\",\"0.944858\",\"0.94261\"\n\"2024-06-16T06:35:00.000Z\",\"10.621703\",\"10.592694\"\n\"2024-06-16T06:40:00.000Z\",\"4.292086\",\"4.280647\"\n\"2024-06-16T06:45:00.000Z\",\"0.905914\",\"0.903737\"\n\"2024-06-16T06:50:00.000Z\",\"10.62269\",\"10.593906\"\n\"2024-06-16T06:55:00.000Z\",\"4.325278\",\"4.313766\"\n\"2024-06-16T07:00:00.000Z\",\"0.873353\",\"0.871274\"\n\"2024-06-16T07:05:00.000Z\",\"10.630005\",\"10.600601\"\n\"2024-06-16T07:10:00.000Z\",\"4.380238\",\"4.367653\"\n\"2024-06-16T07:15:00.000Z\",\"0.846103\",\"0.844058\"\n\"2024-06-16T07:20:00.000Z\",\"10.656605\",\"10.625841\"\n\"2024-06-16T07:25:00.000Z\",\"4.403299\",\"4.391011\"\n\"2024-06-16T07:30:00.000Z\",\"0.806564\",\"0.804667\"\n\"2024-06-16T07:35:00.000Z\",\"10.633765\",\"10.603961\"\n\"2024-06-16T07:40:00.000Z\",\"4.432273\",\"4.420512\"\n\"2024-06-16T07:45:00.000Z\",\"0.955937\",\"0.953596\"\n\"2024-06-16T07:50:00.000Z\",\"10.487536\",\"10.456296\"\n\"2024-06-16T07:55:00.000Z\",\"4.487262\",\"4.474501\"\n\"2024-06-16T08:00:00.000Z\",\"0.917459\",\"0.915264\"\n\"2024-06-16T08:05:00.000Z\",\"10.627073\",\"10.597834\"\n\"2024-06-16T08:10:00.000Z\",\"4.319356\",\"4.307774\"\n\"2024-06-16T08:15:00.000Z\",\"0.918026\",\"0.915844\"\n\"2024-06-16T08:20:00.000Z\",\"10.653222\",\"10.626094\"\n\"2024-06-16T08:25:00.000Z\",\"4.32486\",\"4.309541\"\n\"2024-06-16T08:30:00.000Z\",\"0.881893\",\"0.879785\"\n\"2024-06-16T08:35:00.000Z\",\"10.640261\",\"10.610363\"\n\"2024-06-16T08:40:00.000Z\",\"4.376986\",\"4.364235\"\n\"2024-06-16T08:45:00.000Z\",\"0.843644\",\"0.84165\"\n\"2024-06-16T08:50:00.000Z\",\"10.648879\",\"10.618333\"\n\"2024-06-16T08:55:00.000Z\",\"4.41114\",\"4.398596\"\n\"2024-06-16T09:00:00.000Z\",\"0.988109\",\"0.985673\"\n\"2024-06-16T09:05:00.000Z\",\"10.434008\",\"10.405509\"\n\"2024-06-16T09:10:00.000Z\",\"4.438892\",\"4.426972\"\n\"2024-06-16T09:15:00.000Z\",\"0.953818\",\"0.951519\"\n\"2024-06-16T09:20:00.000Z\",\"10.447264\",\"10.418253\"\n\"2024-06-16T09:25:00.000Z\",\"4.483395\",\"4.470601\"\n\"2024-06-16T09:30:00.000Z\",\"0.918465\",\"0.916291\"\n\"2024-06-16T09:35:00.000Z\",\"10.65308\",\"10.622323\"\n\"2024-06-16T09:40:00.000Z\",\"4.322122\",\"4.310658\"\n\"2024-06-16T09:45:00.000Z\",\"0.879141\",\"0.877064\"\n\"2024-06-16T09:50:00.000Z\",\"10.628488\",\"10.599199\"\n\"2024-06-16T09:55:00.000Z\",\"4.358698\",\"4.347427\"\n\"2024-06-16T10:00:00.000Z\",\"0.843173\",\"0.841111\"\n\"2024-06-16T10:05:00.000Z\",\"10.637628\",\"10.607833\"\n\"2024-06-16T10:10:00.000Z\",\"4.409495\",\"4.397051\"\n\"2024-06-16T10:15:00.000Z\",\"0.991756\",\"0.98924\"\n\"2024-06-16T10:20:00.000Z\",\"10.457385\",\"10.427661\"\n\"2024-06-16T10:25:00.000Z\",\"4.44081\",\"4.428545\"\n\"2024-06-16T10:30:00.000Z\",\"0.955745\",\"0.953368\"\n\"2024-06-16T10:35:00.000Z\",\"10.451457\",\"10.422049\"\n\"2024-06-16T10:40:00.000Z\",\"4.473918\",\"4.461765\"\n\"2024-06-16T10:45:00.000Z\",\"0.952927\",\"0.950576\"\n\"2024-06-16T10:50:00.000Z\",\"10.658916\",\"10.628006\"\n\"2024-06-16T10:55:00.000Z\",\"4.291102\",\"4.279352\"\n\"2024-06-16T11:00:00.000Z\",\"0.914028\",\"0.911839\"\n\"2024-06-16T11:05:00.000Z\",\"10.637193\",\"10.607404\"\n\"2024-06-16T11:10:00.000Z\",\"4.341749\",\"4.329196\"\n\"2024-06-16T11:15:00.000Z\",\"0.880325\",\"0.878224\"\n\"2024-06-16T11:20:00.000Z\",\"10.640337\",\"10.610383\"\n\"2024-06-16T11:25:00.000Z\",\"4.37244\",\"4.359928\"\n\"2024-06-16T11:30:00.000Z\",\"0.852024\",\"0.849945\"\n\"2024-06-16T11:35:00.000Z\",\"10.626658\",\"10.597415\"\n\"2024-06-16T11:40:00.000Z\",\"4.390233\",\"4.378311\"\n\"2024-06-16T11:45:00.000Z\",\"1.008239\",\"1.00605\"\n\"2024-06-16T11:50:00.000Z\",\"10.489429\",\"10.458086\"\n\"2024-06-16T11:55:00.000Z\",\"4.446882\",\"4.433765\"\n\"2024-06-16T12:00:00.000Z\",\"0.965088\",\"0.962789\"\n\"2024-06-16T12:05:00.000Z\",\"10.446483\",\"10.417564\"\n\"2024-06-16T12:10:00.000Z\",\"4.456818\",\"4.444839\"\n\"2024-06-16T12:15:00.000Z\",\"0.932949\",\"0.930688\"\n\"2024-06-16T12:20:00.000Z\",\"10.620206\",\"10.591264\"\n\"2024-06-16T12:25:00.000Z\",\"4.320375\",\"4.308029\"\n\"2024-06-16T12:30:00.000Z\",\"0.894631\",\"0.892438\"\n\"2024-06-16T12:35:00.000Z\",\"10.65853\",\"10.630238\"\n\"2024-06-16T12:40:00.000Z\",\"4.346787\",\"4.332643\"\n\"2024-06-16T12:45:00.000Z\",\"0.860751\",\"0.858615\"\n\"2024-06-16T12:50:00.000Z\",\"10.636589\",\"10.606841\"\n\"2024-06-16T12:55:00.000Z\",\"4.378045\",\"4.366299\"\n\"2024-06-16T13:00:00.000Z\",\"0.827436\",\"0.825381\"\n\"2024-06-16T13:05:00.000Z\",\"10.655647\",\"10.628409\"\n\"2024-06-16T13:10:00.000Z\",\"4.437433\",\"4.420804\"\n\"2024-06-16T13:15:00.000Z\",\"0.978844\",\"0.976394\"\n\"2024-06-16T13:20:00.000Z\",\"10.452589\",\"10.423154\"\n\"2024-06-16T13:25:00.000Z\",\"4.454059\",\"4.441846\"\n\"2024-06-16T13:30:00.000Z\",\"0.977205\",\"0.974846\"\n\"2024-06-16T13:35:00.000Z\",\"10.434669\",\"10.406141\"\n\"2024-06-16T13:40:00.000Z\",\"4.447096\",\"4.435246\"\n\"2024-06-16T13:45:00.000Z\",\"0.940975\",\"0.938747\"\n\"2024-06-16T13:50:00.000Z\",\"10.627246\",\"10.597806\"\n\"2024-06-16T13:55:00.000Z\",\"4.306158\",\"4.29437\"\n\"2024-06-16T14:00:00.000Z\",\"0.907345\",\"0.904992\"\n\"2024-06-16T14:05:00.000Z\",\"10.646192\",\"10.615883\"\n\"2024-06-16T14:10:00.000Z\",\"4.346426\",\"4.334195\"\n\"2024-06-16T14:15:00.000Z\",\"0.87125\",\"0.869139\"\n\"2024-06-16T14:20:00.000Z\",\"10.631908\",\"10.602406\"\n\"2024-06-16T14:25:00.000Z\",\"4.369988\",\"4.358159\"\n\"2024-06-16T14:30:00.000Z\",\"0.831322\",\"0.829348\"\n\"2024-06-16T14:35:00.000Z\",\"10.636233\",\"10.606502\"\n\"2024-06-16T14:40:00.000Z\",\"4.404289\",\"4.392484\"\n\"2024-06-16T14:45:00.000Z\",\"0.981819\",\"0.979405\"\n\"2024-06-16T14:50:00.000Z\",\"10.46573\",\"10.439257\"\n\"2024-06-16T14:55:00.000Z\",\"4.465957\",\"4.449301\"\n\"2024-06-16T15:00:00.000Z\",\"0.949318\",\"0.947019\"\n\"2024-06-16T15:05:00.000Z\",\"10.631543\",\"10.602066\"\n\"2024-06-16T15:10:00.000Z\",\"4.307675\",\"4.294764\"\n\"2024-06-16T15:15:00.000Z\",\"0.918269\",\"0.915963\"\n\"2024-06-16T15:20:00.000Z\",\"10.63694\",\"10.607172\"\n\"2024-06-16T15:25:00.000Z\",\"4.324486\",\"4.312655\"\n\"2024-06-16T15:30:00.000Z\",\"0.879219\",\"0.877118\"\n\"2024-06-16T15:35:00.000Z\",\"10.633256\",\"10.603508\"\n\"2024-06-16T15:40:00.000Z\",\"4.379053\",\"4.366394\"\n\"2024-06-16T15:45:00.000Z\",\"0.841419\",\"0.839389\"\n\"2024-06-16T15:50:00.000Z\",\"10.633499\",\"10.603922\"\n\"2024-06-16T15:55:00.000Z\",\"4.395754\",\"4.384001\"\n\"2024-06-16T16:00:00.000Z\",\"1.02633\",\"1.023802\"\n\"2024-06-16T16:05:00.000Z\",\"10.462256\",\"10.432481\"\n\"2024-06-16T16:10:00.000Z\",\"4.416978\",\"4.404176\"\n\"2024-06-16T16:15:00.000Z\",\"0.995012\",\"0.992663\"\n\"2024-06-16T16:20:00.000Z\",\"10.451261\",\"10.422047\"\n\"2024-06-16T16:25:00.000Z\",\"4.439691\",\"4.427137\"\n\"2024-06-16T16:30:00.000Z\",\"0.965864\",\"0.963504\"\n\"2024-06-16T16:35:00.000Z\",\"10.474942\",\"10.444342\"\n\"2024-06-16T16:40:00.000Z\",\"4.471325\",\"4.458758\"\n\"2024-06-16T16:45:00.000Z\",\"0.928539\",\"0.926341\"\n\"2024-06-16T16:50:00.000Z\",\"10.624753\",\"10.595618\"\n\"2024-06-16T16:55:00.000Z\",\"4.305512\",\"4.294107\"\n\"2024-06-16T17:00:00.000Z\",\"0.895033\",\"0.893109\"\n\"2024-06-16T17:05:00.000Z\",\"10.647627\",\"10.621027\"\n\"2024-06-16T17:10:00.000Z\",\"4.348873\",\"4.333362\"\n\"2024-06-16T17:15:00.000Z\",\"0.854813\",\"0.852826\"\n\"2024-06-16T17:20:00.000Z\",\"10.645085\",\"10.614917\"\n\"2024-06-16T17:25:00.000Z\",\"4.383038\",\"4.371251\"\n\"2024-06-16T17:30:00.000Z\",\"0.819614\",\"0.817621\"\n\"2024-06-16T17:35:00.000Z\",\"10.673727\",\"10.641853\"\n\"2024-06-16T17:40:00.000Z\",\"4.425182\",\"4.413013\"\n\"2024-06-16T17:45:00.000Z\",\"0.969901\",\"0.967506\"\n\"2024-06-16T17:50:00.000Z\",\"10.437342\",\"10.408894\"\n\"2024-06-16T17:55:00.000Z\",\"4.453613\",\"4.441556\"\n\"2024-06-16T18:00:00.000Z\",\"0.935109\",\"0.932835\"\n\"2024-06-16T18:05:00.000Z\",\"10.467886\",\"10.437652\"\n\"2024-06-16T18:10:00.000Z\",\"4.501032\",\"4.488397\"\n\"2024-06-16T18:15:00.000Z\",\"0.898445\",\"0.896161\"\n\"2024-06-16T18:20:00.000Z\",\"10.638988\",\"10.609125\"\n\"2024-06-16T18:25:00.000Z\",\"4.354247\",\"4.34196\"\n\"2024-06-16T18:30:00.000Z\",\"0.863024\",\"0.860953\"\n\"2024-06-16T18:35:00.000Z\",\"10.634086\",\"10.604489\"\n\"2024-06-16T18:40:00.000Z\",\"4.386041\",\"4.373724\"\n\"2024-06-16T18:45:00.000Z\",\"0.864\",\"0.861883\"\n\"2024-06-16T18:50:00.000Z\",\"10.635273\",\"10.605594\"\n\"2024-06-16T18:55:00.000Z\",\"4.378133\",\"4.36622\"\n\"2024-06-16T19:00:00.000Z\",\"1.014835\",\"1.012337\"\n\"2024-06-16T19:05:00.000Z\",\"10.434902\",\"10.406355\"\n\"2024-06-16T19:10:00.000Z\",\"4.433567\",\"4.42062\"\n\"2024-06-16T19:15:00.000Z\",\"0.978237\",\"0.976021\"\n\"2024-06-16T19:20:00.000Z\",\"10.469014\",\"10.439059\"\n\"2024-06-16T19:25:00.000Z\",\"4.450772\",\"4.438554\"\n\"2024-06-16T19:30:00.000Z\",\"0.947724\",\"0.948985\"\n\"2024-06-16T19:35:00.000Z\",\"10.65086\",\"10.616978\"\n\"2024-06-16T19:40:00.000Z\",\"4.290842\",\"4.279117\"\n\"2024-06-16T19:45:00.000Z\",\"0.914758\",\"0.912524\"\n\"2024-06-16T19:50:00.000Z\",\"10.644801\",\"10.614634\"\n\"2024-06-16T19:55:00.000Z\",\"4.336626\",\"4.324358\"\n\"2024-06-16T20:00:00.000Z\",\"0.882511\",\"0.880346\"\n\"2024-06-16T20:05:00.000Z\",\"10.666087\",\"10.634834\"\n\"2024-06-16T20:10:00.000Z\",\"4.370704\",\"4.358294\"\n\"2024-06-16T20:15:00.000Z\",\"0.847419\",\"0.845385\"\n\"2024-06-16T20:20:00.000Z\",\"10.645387\",\"10.615188\"\n\"2024-06-16T20:25:00.000Z\",\"4.410409\",\"4.397567\"\n\"2024-06-16T20:30:00.000Z\",\"1.018774\",\"1.016267\"\n\"2024-06-16T20:35:00.000Z\",\"10.460751\",\"10.431071\"\n\"2024-06-16T20:40:00.000Z\",\"4.419621\",\"4.407036\"\n\"2024-06-16T20:45:00.000Z\",\"0.982421\",\"0.983695\"\n\"2024-06-16T20:50:00.000Z\",\"10.44303\",\"10.410574\"\n\"2024-06-16T20:55:00.000Z\",\"4.439034\",\"4.427241\"\n\"2024-06-16T21:00:00.000Z\",\"0.949365\",\"0.947047\"\n\"2024-06-16T21:05:00.000Z\",\"10.437757\",\"10.409075\"\n\"2024-06-16T21:10:00.000Z\",\"4.502426\",\"4.488998\"\n\"2024-06-16T21:15:00.000Z\",\"0.91529\",\"0.913051\"\n\"2024-06-16T21:20:00.000Z\",\"10.628181\",\"10.598759\"\n\"2024-06-16T21:25:00.000Z\",\"4.320556\",\"4.309106\"\n\"2024-06-16T21:30:00.000Z\",\"0.880324\",\"0.881912\"\n\"2024-06-16T21:35:00.000Z\",\"10.654481\",\"10.620171\"\n\"2024-06-16T21:40:00.000Z\",\"4.374414\",\"4.361812\"\n\"2024-06-16T21:45:00.000Z\",\"0.848621\",\"0.846629\"\n\"2024-06-16T21:50:00.000Z\",\"10.653056\",\"10.622492\"\n\"2024-06-16T21:55:00.000Z\",\"4.39411\",\"4.382075\"\n\"2024-06-16T22:00:00.000Z\",\"0.99913\",\"0.996616\"\n\"2024-06-16T22:05:00.000Z\",\"10.44508\",\"10.416196\"\n\"2024-06-16T22:10:00.000Z\",\"4.435641\",\"4.423134\"\n\"2024-06-16T22:15:00.000Z\",\"0.958058\",\"0.959356\"\n\"2024-06-16T22:20:00.000Z\",\"10.453719\",\"10.420803\"\n\"2024-06-16T22:25:00.000Z\",\"4.464257\",\"4.452402\"\n\"2024-06-16T22:30:00.000Z\",\"0.922128\",\"0.919973\"\n\"2024-06-16T22:35:00.000Z\",\"10.630806\",\"10.601501\"\n\"2024-06-16T22:40:00.000Z\",\"4.315651\",\"4.304079\"\n\"2024-06-16T22:45:00.000Z\",\"0.928412\",\"0.925872\"\n\"2024-06-16T22:50:00.000Z\",\"10.644676\",\"10.614504\"\n\"2024-06-16T22:55:00.000Z\",\"4.321167\",\"4.30936\"\n\"2024-06-16T23:00:00.000Z\",\"0.891901\",\"0.889894\"\n\"2024-06-16T23:05:00.000Z\",\"10.639086\",\"10.609211\"\n\"2024-06-16T23:10:00.000Z\",\"4.345672\",\"4.334044\"\n\"2024-06-16T23:15:00.000Z\",\"0.86087\",\"0.858741\"\n\"2024-06-16T23:20:00.000Z\",\"10.63234\",\"10.603023\"\n\"2024-06-16T23:25:00.000Z\",\"4.38047\",\"4.368465\"\n\"2024-06-16T23:30:00.000Z\",\"1.015952\",\"1.013468\"\n\"2024-06-16T23:35:00.000Z\",\"10.443811\",\"10.415001\"\n\"2024-06-16T23:40:00.000Z\",\"4.405077\",\"4.393273\"\n\"2024-06-16T23:45:00.000Z\",\"0.984733\",\"0.982177\"\n\"2024-06-16T23:50:00.000Z\",\"10.450769\",\"10.421424\"\n\"2024-06-16T23:55:00.000Z\",\"4.455378\",\"4.442942\"\n\"2024-06-17T00:00:00.000Z\",\"0.949826\",\"0.947358\"\n\"2024-06-17T00:05:00.000Z\",\"10.645499\",\"10.615701\"\n\"2024-06-17T00:10:00.000Z\",\"4.313453\",\"4.300833\"\n\"2024-06-17T00:15:00.000Z\",\"0.911797\",\"0.909601\"\n\"2024-06-17T00:20:00.000Z\",\"10.620095\",\"10.591253\"\n\"2024-06-17T00:25:00.000Z\",\"4.324976\",\"4.313482\"\n\"2024-06-17T00:30:00.000Z\",\"0.881573\",\"0.879418\"\n\"2024-06-17T00:35:00.000Z\",\"10.638535\",\"10.608583\"\n\"2024-06-17T00:40:00.000Z\",\"4.369659\",\"4.35754\"\n\"2024-06-17T00:45:00.000Z\",\"0.845308\",\"0.84323\"\n\"2024-06-17T00:50:00.000Z\",\"10.635066\",\"10.605406\"\n\"2024-06-17T00:55:00.000Z\",\"4.39537\",\"4.383502\"\n\"2024-06-17T01:00:00.000Z\",\"0.807216\",\"0.805356\"\n\"2024-06-17T01:05:00.000Z\",\"10.627366\",\"10.598121\"\n\"2024-06-17T01:10:00.000Z\",\"4.44348\",\"4.430905\"\n\"2024-06-17T01:15:00.000Z\",\"0.964384\",\"0.961968\"\n\"2024-06-17T01:20:00.000Z\",\"10.468792\",\"10.438715\"\n\"2024-06-17T01:25:00.000Z\",\"4.473937\",\"4.461282\"\n\"2024-06-17T01:30:00.000Z\",\"0.968535\",\"0.966104\"\n\"2024-06-17T01:35:00.000Z\",\"10.641421\",\"10.611352\"\n\"2024-06-17T01:40:00.000Z\",\"4.282522\",\"4.270675\"\n\"2024-06-17T01:45:00.000Z\",\"0.931593\",\"0.929295\"\n\"2024-06-17T01:50:00.000Z\",\"10.652346\",\"10.621795\"\n\"2024-06-17T01:55:00.000Z\",\"4.311708\",\"4.300002\"\n\"2024-06-17T02:00:00.000Z\",\"0.894009\",\"0.891849\"\n\"2024-06-17T02:05:00.000Z\",\"10.651589\",\"10.624861\"\n\"2024-06-17T02:10:00.000Z\",\"4.362777\",\"4.346435\"\n\"2024-06-17T02:15:00.000Z\",\"0.863759\",\"0.861716\"\n\"2024-06-17T02:20:00.000Z\",\"10.630421\",\"10.601035\"\n\"2024-06-17T02:25:00.000Z\",\"4.388798\",\"4.376389\"\n\"2024-06-17T02:30:00.000Z\",\"0.827838\",\"0.82585\"\n\"2024-06-17T02:35:00.000Z\",\"10.627808\",\"10.598744\"\n\"2024-06-17T02:40:00.000Z\",\"4.420813\",\"4.408185\"\n\"2024-06-17T02:45:00.000Z\",\"0.983833\",\"0.981472\"\n\"2024-06-17T02:50:00.000Z\",\"10.42595\",\"10.39789\"\n\"2024-06-17T02:55:00.000Z\",\"4.440154\",\"4.42834\"\n\"2024-06-17T03:00:00.000Z\",\"0.949496\",\"0.947276\"\n\"2024-06-17T03:05:00.000Z\",\"10.642133\",\"10.612285\"\n\"2024-06-17T03:10:00.000Z\",\"4.304808\",\"4.292202\"\n\"2024-06-17T03:15:00.000Z\",\"0.921394\",\"0.919248\"\n\"2024-06-17T03:20:00.000Z\",\"10.640949\",\"10.611118\"\n\"2024-06-17T03:25:00.000Z\",\"4.311427\",\"4.299912\"\n\"2024-06-17T03:30:00.000Z\",\"0.893078\",\"0.890971\"\n\"2024-06-17T03:35:00.000Z\",\"10.644066\",\"10.613783\"\n\"2024-06-17T03:40:00.000Z\",\"4.358408\",\"4.346067\"\n\"2024-06-17T03:45:00.000Z\",\"0.85551\",\"0.853479\"\n\"2024-06-17T03:50:00.000Z\",\"10.65471\",\"10.624016\"\n\"2024-06-17T03:55:00.000Z\",\"4.392126\",\"4.380026\"\n\"2024-06-17T04:00:00.000Z\",\"0.815735\",\"0.813954\"\n\"2024-06-17T04:05:00.000Z\",\"10.634531\",\"10.605172\"\n\"2024-06-17T04:10:00.000Z\",\"4.439709\",\"4.428929\"\n\"2024-06-17T04:15:00.000Z\",\"1.00034\",\"0.997836\"\n\"2024-06-17T04:20:00.000Z\",\"10.447246\",\"10.41826\"\n\"2024-06-17T04:25:00.000Z\",\"4.430998\",\"4.418818\"\n\"2024-06-17T04:30:00.000Z\",\"0.965549\",\"0.963096\"\n\"2024-06-17T04:35:00.000Z\",\"10.649189\",\"10.618579\"\n\"2024-06-17T04:40:00.000Z\",\"4.296995\",\"4.284638\"\n\"2024-06-17T04:45:00.000Z\",\"0.926206\",\"0.923988\"\n\"2024-06-17T04:50:00.000Z\",\"10.655501\",\"10.624773\"\n\"2024-06-17T04:55:00.000Z\",\"4.320811\",\"4.308793\"\n\"2024-06-17T05:00:00.000Z\",\"0.894359\",\"0.895928\"\n\"2024-06-17T05:05:00.000Z\",\"10.665135\",\"10.630226\"\n\"2024-06-17T05:10:00.000Z\",\"4.36966\",\"4.358559\"\n\"2024-06-17T05:15:00.000Z\",\"0.86208\",\"0.860612\"\n\"2024-06-17T05:20:00.000Z\",\"10.658814\",\"10.628144\"\n\"2024-06-17T05:25:00.000Z\",\"4.393298\",\"4.38064\"\n\"2024-06-17T05:30:00.000Z\",\"1.014419\",\"1.011945\"\n\"2024-06-17T05:35:00.000Z\",\"10.431954\",\"10.407273\"\n\"2024-06-17T05:40:00.000Z\",\"4.412732\",\"4.397141\"\n\"2024-06-17T05:45:00.000Z\",\"0.982559\",\"0.980233\"\n\"2024-06-17T05:50:00.000Z\",\"10.473753\",\"10.443483\"\n\"2024-06-17T05:55:00.000Z\",\"4.455912\",\"4.443245\"\n\"2024-06-17T06:00:00.000Z\",\"0.952077\",\"0.949711\"\n\"2024-06-17T06:05:00.000Z\",\"10.443397\",\"10.414629\"\n\"2024-06-17T06:10:00.000Z\",\"4.489482\",\"4.476557\"\n\"2024-06-17T06:15:00.000Z\",\"0.924114\",\"0.921677\"\n\"2024-06-17T06:20:00.000Z\",\"10.609553\",\"10.581057\"\n\"2024-06-17T06:25:00.000Z\",\"4.316603\",\"4.305318\"\n\"2024-06-17T06:30:00.000Z\",\"0.883675\",\"0.881492\"\n\"2024-06-17T06:35:00.000Z\",\"10.666223\",\"10.634812\"\n\"2024-06-17T06:40:00.000Z\",\"4.358678\",\"4.347076\"\n\"2024-06-17T06:45:00.000Z\",\"0.882463\",\"0.880317\"\n\"2024-06-17T06:50:00.000Z\",\"10.636439\",\"10.606685\"\n\"2024-06-17T06:55:00.000Z\",\"4.362175\",\"4.350209\"\n\"2024-06-17T07:00:00.000Z\",\"1.031533\",\"1.029081\"\n\"2024-06-17T07:05:00.000Z\",\"10.455496\",\"10.42608\"\n\"2024-06-17T07:10:00.000Z\",\"4.391918\",\"4.380028\"\n\"2024-06-17T07:15:00.000Z\",\"1.000599\",\"0.998097\"\n\"2024-06-17T07:20:00.000Z\",\"10.434461\",\"10.406133\"\n\"2024-06-17T07:25:00.000Z\",\"4.433512\",\"4.421203\"\n\"2024-06-17T07:30:00.000Z\",\"0.962577\",\"0.961227\"\n\"2024-06-17T07:35:00.000Z\",\"10.634001\",\"10.603388\"\n\"2024-06-17T07:40:00.000Z\",\"4.280056\",\"4.268339\"\n\"2024-06-17T07:45:00.000Z\",\"0.930185\",\"0.927952\"\n\"2024-06-17T07:50:00.000Z\",\"10.629999\",\"10.600612\"\n\"2024-06-17T07:55:00.000Z\",\"4.315732\",\"4.303779\"\n\"2024-06-17T08:00:00.000Z\",\"0.893725\",\"0.891576\"\n\"2024-06-17T08:05:00.000Z\",\"10.641266\",\"10.611501\"\n\"2024-06-17T08:10:00.000Z\",\"4.346331\",\"4.334444\"\n\"2024-06-17T08:15:00.000Z\",\"0.859338\",\"0.857283\"\n\"2024-06-17T08:20:00.000Z\",\"10.64811\",\"10.617731\"\n\"2024-06-17T08:25:00.000Z\",\"4.397426\",\"4.384931\"\n\"2024-06-17T08:30:00.000Z\",\"1.007816\",\"1.00533\"\n\"2024-06-17T08:35:00.000Z\",\"10.435042\",\"10.406567\"\n\"2024-06-17T08:40:00.000Z\",\"4.417317\",\"4.405672\"\n\"2024-06-17T08:45:00.000Z\",\"0.974448\",\"0.971948\"\n\"2024-06-17T08:50:00.000Z\",\"10.447768\",\"10.418575\"\n\"2024-06-17T08:55:00.000Z\",\"4.458913\",\"4.446702\"\n\"2024-06-17T09:00:00.000Z\",\"0.939906\",\"0.937542\"\n\"2024-06-17T09:05:00.000Z\",\"10.450991\",\"10.421786\"\n\"2024-06-17T09:10:00.000Z\",\"4.502524\",\"4.489657\"\n\"2024-06-17T09:15:00.000Z\",\"0.901218\",\"0.898962\"\n\"2024-06-17T09:20:00.000Z\",\"10.64192\",\"10.611873\"\n\"2024-06-17T09:25:00.000Z\",\"4.345433\",\"4.333453\"\n\"2024-06-17T09:30:00.000Z\",\"0.896645\",\"0.894521\"\n\"2024-06-17T09:35:00.000Z\",\"10.626986\",\"10.597754\"\n\"2024-06-17T09:40:00.000Z\",\"4.354984\",\"4.343014\"\n\"2024-06-17T09:45:00.000Z\",\"0.852843\",\"0.850771\"\n\"2024-06-17T09:50:00.000Z\",\"10.639552\",\"10.609556\"\n\"2024-06-17T09:55:00.000Z\",\"4.389567\",\"4.377827\"\n\"2024-06-17T10:00:00.000Z\",\"0.996043\",\"0.993648\"\n\"2024-06-17T10:05:00.000Z\",\"10.445076\",\"10.416029\"\n\"2024-06-17T10:10:00.000Z\",\"4.44259\",\"4.430048\"\n\"2024-06-17T10:15:00.000Z\",\"0.957544\",\"0.958776\"\n\"2024-06-17T10:20:00.000Z\",\"10.646056\",\"10.612308\"\n\"2024-06-17T10:25:00.000Z\",\"4.30428\",\"4.291526\"\n\"2024-06-17T10:30:00.000Z\",\"0.922345\",\"0.920086\"\n\"2024-06-17T10:35:00.000Z\",\"10.636058\",\"10.606323\"\n\"2024-06-17T10:40:00.000Z\",\"4.312469\",\"4.301056\"\n\"2024-06-17T10:45:00.000Z\",\"0.884872\",\"0.882754\"\n\"2024-06-17T10:50:00.000Z\",\"10.621678\",\"10.59268\"\n\"2024-06-17T10:55:00.000Z\",\"4.351216\",\"4.339582\"\n\"2024-06-17T11:00:00.000Z\",\"0.848116\",\"0.846066\"\n\"2024-06-17T11:05:00.000Z\",\"10.626627\",\"10.597213\"\n\"2024-06-17T11:10:00.000Z\",\"4.399178\",\"4.387093\"\n\"2024-06-17T11:15:00.000Z\",\"0.995407\",\"0.992884\"\n\"2024-06-17T11:20:00.000Z\",\"10.446661\",\"10.417681\"\n\"2024-06-17T11:25:00.000Z\",\"4.443293\",\"4.430765\"\n\"2024-06-17T11:30:00.000Z\",\"0.962499\",\"0.959912\"\n\"2024-06-17T11:35:00.000Z\",\"10.664103\",\"10.63311\"\n\"2024-06-17T11:40:00.000Z\",\"4.288272\",\"4.276433\"\n\"2024-06-17T11:45:00.000Z\",\"0.921343\",\"0.919104\"\n\"2024-06-17T11:50:00.000Z\",\"10.625514\",\"10.596331\"\n\"2024-06-17T11:55:00.000Z\",\"4.317503\",\"4.305848\"\n\"2024-06-17T12:00:00.000Z\",\"0.889485\",\"0.890866\"\n\"2024-06-17T12:05:00.000Z\",\"10.635076\",\"10.601949\"\n\"2024-06-17T12:10:00.000Z\",\"4.345812\",\"4.334129\"\n\"2024-06-17T12:15:00.000Z\",\"0.890143\",\"0.887892\"\n\"2024-06-17T12:20:00.000Z\",\"10.639032\",\"10.609151\"\n\"2024-06-17T12:25:00.000Z\",\"4.362644\",\"4.350301\"\n\"2024-06-17T12:30:00.000Z\",\"0.858803\",\"0.857371\"\n\"2024-06-17T12:35:00.000Z\",\"10.671394\",\"10.640701\"\n\"2024-06-17T12:40:00.000Z\",\"4.38202\",\"4.370749\"\n\"2024-06-17T12:45:00.000Z\",\"1.005124\",\"1.003324\"\n\"2024-06-17T12:50:00.000Z\",\"10.44413\",\"10.416112\"\n\"2024-06-17T12:55:00.000Z\",\"4.426909\",\"4.415164\"\n\"2024-06-17T13:00:00.000Z\",\"0.97327\",\"0.975345\"\n\"2024-06-17T13:05:00.000Z\",\"10.48588\",\"10.452048\"\n\"2024-06-17T13:10:00.000Z\",\"4.454404\",\"4.443075\"\n\"2024-06-17T13:15:00.000Z\",\"0.944701\",\"0.943173\"\n\"2024-06-17T13:20:00.000Z\",\"10.481202\",\"10.454701\"\n\"2024-06-17T13:25:00.000Z\",\"4.486232\",\"4.470997\"\n\"2024-06-17T13:30:00.000Z\",\"0.909475\",\"0.907833\"\n\"2024-06-17T13:35:00.000Z\",\"10.644767\",\"10.615382\"\n\"2024-06-17T13:40:00.000Z\",\"4.345132\",\"4.333647\"\n\"2024-06-17T13:45:00.000Z\",\"0.869876\",\"0.872367\"\n\"2024-06-17T13:50:00.000Z\",\"10.648909\",\"10.615561\"\n\"2024-06-17T13:55:00.000Z\",\"4.369048\",\"4.358331\"\n\"2024-06-17T14:00:00.000Z\",\"0.838103\",\"0.83695\"\n\"2024-06-17T14:05:00.000Z\",\"10.643056\",\"10.613969\"\n\"2024-06-17T14:10:00.000Z\",\"4.397566\",\"4.38661\"\n\"2024-06-17T14:15:00.000Z\",\"0.994008\",\"0.992181\"\n\"2024-06-17T14:20:00.000Z\",\"10.457469\",\"10.428477\"\n\"2024-06-17T14:25:00.000Z\",\"4.43521\",\"4.423961\"\n\"2024-06-17T14:30:00.000Z\",\"0.961575\",\"0.95997\"\n\"2024-06-17T14:35:00.000Z\",\"10.469618\",\"10.440211\"\n\"2024-06-17T14:40:00.000Z\",\"4.478291\",\"4.466551\"\n\"2024-06-17T14:45:00.000Z\",\"0.958403\",\"0.956905\"\n\"2024-06-17T14:50:00.000Z\",\"10.621469\",\"10.593324\"\n\"2024-06-17T14:55:00.000Z\",\"4.276194\",\"4.265682\"\n\"2024-06-17T15:00:00.000Z\",\"0.92579\",\"0.924412\"\n\"2024-06-17T15:05:00.000Z\",\"10.647808\",\"10.618221\"\n\"2024-06-17T15:10:00.000Z\",\"4.315784\",\"4.304716\"\n\"2024-06-17T15:15:00.000Z\",\"0.890006\",\"0.888602\"\n\"2024-06-17T15:20:00.000Z\",\"10.633083\",\"10.604378\"\n\"2024-06-17T15:25:00.000Z\",\"4.345041\",\"4.333913\"\n\"2024-06-17T15:30:00.000Z\",\"0.86598\",\"0.864395\"\n\"2024-06-17T15:35:00.000Z\",\"10.652732\",\"10.622631\"\n\"2024-06-17T15:40:00.000Z\",\"4.400062\",\"4.387874\"\n\"2024-06-17T15:45:00.000Z\",\"0.830757\",\"0.829357\"\n\"2024-06-17T15:50:00.000Z\",\"10.622777\",\"10.594076\"\n\"2024-06-17T15:55:00.000Z\",\"4.413245\",\"4.401931\"\n\"2024-06-17T16:00:00.000Z\",\"0.986107\",\"0.984282\"\n\"2024-06-17T16:05:00.000Z\",\"10.448345\",\"10.419715\"\n\"2024-06-17T16:10:00.000Z\",\"4.446544\",\"4.434923\"\n\"2024-06-17T16:15:00.000Z\",\"0.951503\",\"0.949695\"\n\"2024-06-17T16:20:00.000Z\",\"10.456613\",\"10.427872\"\n\"2024-06-17T16:25:00.000Z\",\"4.471179\",\"4.460027\"\n\"2024-06-17T16:30:00.000Z\",\"0.916275\",\"0.914605\"\n\"2024-06-17T16:35:00.000Z\",\"10.643574\",\"10.61399\"\n\"2024-06-17T16:40:00.000Z\",\"4.330999\",\"4.319839\"\n\"2024-06-17T16:45:00.000Z\",\"0.87738\",\"0.876147\"\n\"2024-06-17T16:50:00.000Z\",\"10.63529\",\"10.606595\"\n\"2024-06-17T16:55:00.000Z\",\"4.361731\",\"4.351026\"\n\"2024-06-17T17:00:00.000Z\",\"0.837928\",\"0.836605\"\n\"2024-06-17T17:05:00.000Z\",\"10.645941\",\"10.616448\"\n\"2024-06-17T17:10:00.000Z\",\"4.413146\",\"4.401847\"\n\"2024-06-17T17:15:00.000Z\",\"0.77655\",\"0.779143\"\n\"2024-06-17T17:20:00.000Z\",\"10.64727\",\"10.614095\"\n\"2024-06-17T17:25:00.000Z\",\"4.459744\",\"4.448461\"\n\"2024-06-17T17:30:00.000Z\",\"0.928252\",\"0.926647\"\n\"2024-06-17T17:35:00.000Z\",\"10.453577\",\"10.42475\"\n\"2024-06-17T17:40:00.000Z\",\"4.517491\",\"4.505261\"\n\"2024-06-17T17:45:00.000Z\",\"0.894334\",\"0.892862\"\n\"2024-06-17T17:50:00.000Z\",\"10.63762\",\"10.608661\"\n\"2024-06-17T17:55:00.000Z\",\"4.363459\",\"4.351535\"\n\"2024-06-17T18:00:00.000Z\",\"0.874805\",\"0.873384\"\n\"2024-06-17T18:05:00.000Z\",\"10.647747\",\"10.618466\"\n\"2024-06-17T18:10:00.000Z\",\"4.37903\",\"4.367681\"\n\"2024-06-17T18:15:00.000Z\",\"0.869852\",\"0.868696\"\n\"2024-06-17T18:20:00.000Z\",\"10.633786\",\"10.605018\"\n\"2024-06-17T18:25:00.000Z\",\"4.374189\",\"4.362827\"\n\"2024-06-17T18:30:00.000Z\",\"1.020592\",\"1.022367\"\n\"2024-06-17T18:35:00.000Z\",\"10.483099\",\"10.449582\"\n\"2024-06-17T18:40:00.000Z\",\"4.404968\",\"4.393066\"\n\"2024-06-17T18:45:00.000Z\",\"0.991328\",\"0.98941\"\n\"2024-06-17T18:50:00.000Z\",\"10.462425\",\"10.432703\"\n\"2024-06-17T18:55:00.000Z\",\"4.465292\",\"4.451984\"\n\"2024-06-17T19:00:00.000Z\",\"0.960815\",\"0.958218\"\n\"2024-06-17T19:05:00.000Z\",\"10.465957\",\"10.435834\"\n\"2024-06-17T19:10:00.000Z\",\"4.47333\",\"4.461225\"\n\"2024-06-17T19:15:00.000Z\",\"0.919713\",\"0.917493\"\n\"2024-06-17T19:20:00.000Z\",\"10.651945\",\"10.62144\"\n\"2024-06-17T19:25:00.000Z\",\"4.329875\",\"4.317779\"\n\"2024-06-17T19:30:00.000Z\",\"0.884861\",\"0.88271\"\n\"2024-06-17T19:35:00.000Z\",\"10.62493\",\"10.595791\"\n\"2024-06-17T19:40:00.000Z\",\"4.358805\",\"4.346883\"\n\"2024-06-17T19:45:00.000Z\",\"0.853158\",\"0.851088\"\n\"2024-06-17T19:50:00.000Z\",\"10.638719\",\"10.608781\"\n\"2024-06-17T19:55:00.000Z\",\"4.387615\",\"4.375787\"\n\"2024-06-17T20:00:00.000Z\",\"0.855319\",\"0.856976\"\n\"2024-06-17T20:05:00.000Z\",\"10.672051\",\"10.640444\"\n\"2024-06-17T20:10:00.000Z\",\"4.404008\",\"4.387845\"\n\"2024-06-17T20:15:00.000Z\",\"1.005059\",\"1.002348\"\n\"2024-06-17T20:20:00.000Z\",\"10.459363\",\"10.429779\"\n\"2024-06-17T20:25:00.000Z\",\"4.445096\",\"4.432116\"\n\"2024-06-17T20:30:00.000Z\",\"0.951843\",\"0.949409\"\n\"2024-06-17T20:35:00.000Z\",\"10.47651\",\"10.445856\"\n\"2024-06-17T20:40:00.000Z\",\"4.482414\",\"4.470037\"\n\"2024-06-17T20:45:00.000Z\",\"0.916287\",\"0.914124\"\n\"2024-06-17T20:50:00.000Z\",\"10.620662\",\"10.59173\"\n\"2024-06-17T20:55:00.000Z\",\"4.337316\",\"4.324857\"\n\"2024-06-17T21:00:00.000Z\",\"0.88162\",\"0.879512\"\n\"2024-06-17T21:05:00.000Z\",\"10.648172\",\"10.618027\"\n\"2024-06-17T21:10:00.000Z\",\"4.352615\",\"4.340938\"\n\"2024-06-17T21:15:00.000Z\",\"0.885461\",\"0.883223\"\n\"2024-06-17T21:20:00.000Z\",\"10.643276\",\"10.613214\"\n\"2024-06-17T21:25:00.000Z\",\"4.36104\",\"4.348941\"\n\"2024-06-17T21:30:00.000Z\",\"0.849774\",\"0.847693\"\n\"2024-06-17T21:35:00.000Z\",\"10.645552\",\"10.619021\"\n\"2024-06-17T21:40:00.000Z\",\"4.402252\",\"4.386187\"\n\"2024-06-17T21:45:00.000Z\",\"1.001594\",\"0.999134\"\n\"2024-06-17T21:50:00.000Z\",\"10.44906\",\"10.419976\"\n\"2024-06-17T21:55:00.000Z\",\"4.445083\",\"4.432105\"\n\"2024-06-17T22:00:00.000Z\",\"0.968734\",\"0.966425\"\n\"2024-06-17T22:05:00.000Z\",\"10.453675\",\"10.424378\"\n\"2024-06-17T22:10:00.000Z\",\"4.450604\",\"4.438756\"\n\"2024-06-17T22:15:00.000Z\",\"0.93756\",\"0.935156\"\n\"2024-06-17T22:20:00.000Z\",\"10.642728\",\"10.612891\"\n\"2024-06-17T22:25:00.000Z\",\"4.315538\",\"4.303057\"\n\"2024-06-17T22:30:00.000Z\",\"0.906109\",\"0.903967\"\n\"2024-06-17T22:35:00.000Z\",\"10.618234\",\"10.589259\"\n\"2024-06-17T22:40:00.000Z\",\"4.336236\",\"4.324531\"\n\"2024-06-17T22:45:00.000Z\",\"0.872213\",\"0.870021\"\n\"2024-06-17T22:50:00.000Z\",\"10.646607\",\"10.616373\"\n\"2024-06-17T22:55:00.000Z\",\"4.378234\",\"4.366\"\n\"2024-06-17T23:00:00.000Z\",\"0.840968\",\"0.838775\"\n\"2024-06-17T23:05:00.000Z\",\"10.629707\",\"10.60379\"\n\"2024-06-17T23:10:00.000Z\",\"4.412373\",\"4.396491\"\n\"2024-06-17T23:15:00.000Z\",\"0.986539\",\"0.984068\"\n\"2024-06-17T23:20:00.000Z\",\"10.44875\",\"10.419682\"\n\"2024-06-17T23:25:00.000Z\",\"4.439105\",\"4.42714\"\n\"2024-06-17T23:30:00.000Z\",\"0.955758\",\"0.953415\"\n\"2024-06-17T23:35:00.000Z\",\"10.437378\",\"10.408724\"\n\"2024-06-17T23:40:00.000Z\",\"4.478206\",\"4.465847\"\n\"2024-06-17T23:45:00.000Z\",\"0.922435\",\"0.919996\"\n\"2024-06-17T23:50:00.000Z\",\"10.655292\",\"10.624605\"\n\"2024-06-17T23:55:00.000Z\",\"4.334254\",\"4.321938\"\n\"2024-06-18T00:00:00.000Z\",\"0.923427\",\"0.921142\"\n\"2024-06-18T00:05:00.000Z\",\"10.65847\",\"10.627628\"\n\"2024-06-18T00:10:00.000Z\",\"4.32672\",\"4.314613\"\n\"2024-06-18T00:15:00.000Z\",\"0.889047\",\"0.886783\"\n\"2024-06-18T00:20:00.000Z\",\"10.68242\",\"10.650361\"\n\"2024-06-18T00:25:00.000Z\",\"4.373885\",\"4.360972\"\n\"2024-06-18T00:30:00.000Z\",\"0.853359\",\"0.851258\"\n\"2024-06-18T00:35:00.000Z\",\"10.627807\",\"10.598481\"\n\"2024-06-18T00:40:00.000Z\",\"4.384202\",\"4.372544\"\n\"2024-06-18T00:45:00.000Z\",\"1.006315\",\"1.003874\"\n\"2024-06-18T00:50:00.000Z\",\"10.447227\",\"10.418249\"\n\"2024-06-18T00:55:00.000Z\",\"4.426713\",\"4.414336\"\n\"2024-06-18T01:00:00.000Z\",\"0.976603\",\"0.974391\"\n\"2024-06-18T01:05:00.000Z\",\"10.647841\",\"10.617368\"\n\"2024-06-18T01:10:00.000Z\",\"4.282821\",\"4.270595\"\n\"2024-06-18T01:15:00.000Z\",\"0.941524\",\"0.939233\"\n\"2024-06-18T01:20:00.000Z\",\"10.641638\",\"10.61162\"\n\"2024-06-18T01:25:00.000Z\",\"4.305081\",\"4.293186\"\n\"2024-06-18T01:30:00.000Z\",\"0.90609\",\"0.903796\"\n\"2024-06-18T01:35:00.000Z\",\"10.646694\",\"10.61644\"\n\"2024-06-18T01:40:00.000Z\",\"4.340863\",\"4.328917\"\n\"2024-06-18T01:45:00.000Z\",\"0.876514\",\"0.874305\"\n\"2024-06-18T01:50:00.000Z\",\"10.651442\",\"10.621784\"\n\"2024-06-18T01:55:00.000Z\",\"4.374216\",\"4.36197\"\n\"2024-06-18T02:00:00.000Z\",\"0.838814\",\"0.837121\"\n\"2024-06-18T02:05:00.000Z\",\"10.621686\",\"10.59256\"\n\"2024-06-18T02:10:00.000Z\",\"4.406905\",\"4.394958\"\n\"2024-06-18T02:15:00.000Z\",\"0.990122\",\"0.987697\"\n\"2024-06-18T02:20:00.000Z\",\"10.441919\",\"10.413037\"\n\"2024-06-18T02:25:00.000Z\",\"4.434327\",\"4.422588\"\n\"2024-06-18T02:30:00.000Z\",\"0.993515\",\"0.99111\"\n\"2024-06-18T02:35:00.000Z\",\"10.445659\",\"10.41675\"\n\"2024-06-18T02:40:00.000Z\",\"4.442373\",\"4.429884\"\n\"2024-06-18T02:45:00.000Z\",\"0.964354\",\"0.961951\"\n\"2024-06-18T02:50:00.000Z\",\"10.640701\",\"10.610775\"\n\"2024-06-18T02:55:00.000Z\",\"4.294091\",\"4.281666\"\n\"2024-06-18T03:00:00.000Z\",\"0.933763\",\"0.931344\"\n\"2024-06-18T03:05:00.000Z\",\"10.653723\",\"10.623062\"\n\"2024-06-18T03:10:00.000Z\",\"4.307621\",\"4.296134\"\n\"2024-06-18T03:15:00.000Z\",\"0.898292\",\"0.896111\"\n\"2024-06-18T03:20:00.000Z\",\"10.62952\",\"10.600145\"\n\"2024-06-18T03:25:00.000Z\",\"4.335014\",\"4.323542\"\n\"2024-06-18T03:30:00.000Z\",\"0.864298\",\"0.862231\"\n\"2024-06-18T03:35:00.000Z\",\"10.644591\",\"10.614485\"\n\"2024-06-18T03:40:00.000Z\",\"4.374016\",\"4.362372\"\n\"2024-06-18T03:45:00.000Z\",\"0.833438\",\"0.831959\"\n\"2024-06-18T03:50:00.000Z\",\"10.649032\",\"10.618166\"\n\"2024-06-18T03:55:00.000Z\",\"4.407355\",\"4.395448\"\n\"2024-06-18T04:00:00.000Z\",\"0.985522\",\"0.98313\"\n\"2024-06-18T04:05:00.000Z\",\"10.442875\",\"10.413962\"\n\"2024-06-18T04:10:00.000Z\",\"4.453429\",\"4.440944\"\n\"2024-06-18T04:15:00.000Z\",\"0.951617\",\"0.949152\"\n\"2024-06-18T04:20:00.000Z\",\"10.454213\",\"10.424865\"\n\"2024-06-18T04:25:00.000Z\",\"4.472322\",\"4.460423\"\n\"2024-06-18T04:30:00.000Z\",\"0.915138\",\"0.916586\"\n\"2024-06-18T04:35:00.000Z\",\"10.667233\",\"10.63226\"\n\"2024-06-18T04:40:00.000Z\",\"4.342162\",\"4.329635\"\n\"2024-06-18T04:45:00.000Z\",\"0.880251\",\"0.878037\"\n\"2024-06-18T04:50:00.000Z\",\"10.630775\",\"10.601347\"\n\"2024-06-18T04:55:00.000Z\",\"4.360011\",\"4.348344\"\n\"2024-06-18T05:00:00.000Z\",\"0.880783\",\"0.878689\"\n\"2024-06-18T05:05:00.000Z\",\"10.622543\",\"10.593372\"\n\"2024-06-18T05:10:00.000Z\",\"4.356412\",\"4.344916\"\n\"2024-06-18T05:15:00.000Z\",\"1.034229\",\"1.031676\"\n\"2024-06-18T05:20:00.000Z\",\"10.452114\",\"10.424202\"\n\"2024-06-18T05:25:00.000Z\",\"4.400761\",\"4.387122\"\n\"2024-06-18T05:30:00.000Z\",\"1.000887\",\"0.998402\"\n\"2024-06-18T05:35:00.000Z\",\"10.449933\",\"10.420797\"\n\"2024-06-18T05:40:00.000Z\",\"4.422862\",\"4.411023\"\n\"2024-06-18T05:45:00.000Z\",\"0.96947\",\"0.966992\"\n\"2024-06-18T05:50:00.000Z\",\"10.653178\",\"10.622604\"\n\"2024-06-18T05:55:00.000Z\",\"4.278105\",\"4.266366\"\n\"2024-06-18T06:00:00.000Z\",\"0.930385\",\"0.928227\"\n\"2024-06-18T06:05:00.000Z\",\"10.650466\",\"10.620017\"\n\"2024-06-18T06:10:00.000Z\",\"4.312014\",\"4.300126\"\n\"2024-06-18T06:15:00.000Z\",\"0.896824\",\"0.894702\"\n\"2024-06-18T06:20:00.000Z\",\"10.666653\",\"10.635393\"\n\"2024-06-18T06:25:00.000Z\",\"4.343118\",\"4.331452\"\n\"2024-06-18T06:30:00.000Z\",\"0.867513\",\"0.865752\"\n\"2024-06-18T06:35:00.000Z\",\"10.645716\",\"10.618959\"\n\"2024-06-18T06:40:00.000Z\",\"4.376336\",\"4.36088\"\n\"2024-06-18T06:45:00.000Z\",\"0.834163\",\"0.832232\"\n\"2024-06-18T06:50:00.000Z\",\"10.655591\",\"10.62491\"\n\"2024-06-18T06:55:00.000Z\",\"4.41079\",\"4.398675\"\n\"2024-06-18T07:00:00.000Z\",\"0.987123\",\"0.984786\"\n\"2024-06-18T07:05:00.000Z\",\"10.465731\",\"10.435807\"\n\"2024-06-18T07:10:00.000Z\",\"4.438187\",\"4.426118\"\n\"2024-06-18T07:15:00.000Z\",\"0.956915\",\"0.954601\"\n\"2024-06-18T07:20:00.000Z\",\"10.432347\",\"10.404368\"\n\"2024-06-18T07:25:00.000Z\",\"4.472745\",\"4.460663\"\n\"2024-06-18T07:30:00.000Z\",\"0.916941\",\"0.914785\"\n\"2024-06-18T07:35:00.000Z\",\"10.629446\",\"10.600079\"\n\"2024-06-18T07:40:00.000Z\",\"4.335306\",\"4.322951\"\n\"2024-06-18T07:45:00.000Z\",\"0.920005\",\"0.917816\"\n\"2024-06-18T07:50:00.000Z\",\"10.637162\",\"10.60741\"\n\"2024-06-18T07:55:00.000Z\",\"4.338303\",\"4.325799\"\n\"2024-06-18T08:00:00.000Z\",\"0.883304\",\"0.88123\"\n\"2024-06-18T08:05:00.000Z\",\"10.630476\",\"10.601295\"\n\"2024-06-18T08:10:00.000Z\",\"4.361442\",\"4.349147\"\n\"2024-06-18T08:15:00.000Z\",\"0.852495\",\"0.85046\"\n\"2024-06-18T08:20:00.000Z\",\"10.638558\",\"10.608749\"\n\"2024-06-18T08:25:00.000Z\",\"4.395541\",\"4.383314\"\n\"2024-06-18T08:30:00.000Z\",\"1.00238\",\"1.004516\"\n\"2024-06-18T08:35:00.000Z\",\"10.457174\",\"10.42418\"\n\"2024-06-18T08:40:00.000Z\",\"4.420718\",\"4.408776\"\n\"2024-06-18T08:45:00.000Z\",\"0.971787\",\"0.969653\"\n\"2024-06-18T08:50:00.000Z\",\"10.432948\",\"10.408235\"\n\"2024-06-18T08:55:00.000Z\",\"4.462177\",\"4.446263\"\n\"2024-06-18T09:00:00.000Z\",\"0.934061\",\"0.935521\"\n\"2024-06-18T09:05:00.000Z\",\"10.654314\",\"10.620217\"\n\"2024-06-18T09:10:00.000Z\",\"4.30437\",\"4.292745\"\n\"2024-06-18T09:15:00.000Z\",\"0.906417\",\"0.904644\"\n\"2024-06-18T09:20:00.000Z\",\"10.634252\",\"10.604844\"\n\"2024-06-18T09:25:00.000Z\",\"4.33125\",\"4.319631\"\n\"2024-06-18T09:30:00.000Z\",\"0.871058\",\"0.869033\"\n\"2024-06-18T09:35:00.000Z\",\"10.626086\",\"10.596924\"\n\"2024-06-18T09:40:00.000Z\",\"4.377371\",\"4.365064\"\n\"2024-06-18T09:45:00.000Z\",\"0.837635\",\"0.835625\"\n\"2024-06-18T09:50:00.000Z\",\"10.630695\",\"10.601285\"\n\"2024-06-18T09:55:00.000Z\",\"4.403501\",\"4.391601\"\n\"2024-06-18T10:00:00.000Z\",\"0.799502\",\"0.797649\"\n\"2024-06-18T10:05:00.000Z\",\"10.631069\",\"10.601621\"\n\"2024-06-18T10:10:00.000Z\",\"4.462406\",\"4.449267\"\n\"2024-06-18T10:15:00.000Z\",\"0.986814\",\"0.984493\"\n\"2024-06-18T10:20:00.000Z\",\"10.436087\",\"10.407816\"\n\"2024-06-18T10:25:00.000Z\",\"4.434057\",\"4.422197\"\n\"2024-06-18T10:30:00.000Z\",\"0.952043\",\"0.94982\"\n\"2024-06-18T10:35:00.000Z\",\"10.626735\",\"10.597536\"\n\"2024-06-18T10:40:00.000Z\",\"4.281602\",\"4.270294\"\n\"2024-06-18T10:45:00.000Z\",\"0.917477\",\"0.915383\"\n\"2024-06-18T10:50:00.000Z\",\"10.62632\",\"10.597133\"\n\"2024-06-18T10:55:00.000Z\",\"4.318666\",\"4.307225\"\n\"2024-06-18T11:00:00.000Z\",\"0.884489\",\"0.882321\"\n\"2024-06-18T11:05:00.000Z\",\"10.641092\",\"10.61117\"\n\"2024-06-18T11:10:00.000Z\",\"4.371656\",\"4.359057\"\n\"2024-06-18T11:15:00.000Z\",\"0.852277\",\"0.850296\"\n\"2024-06-18T11:20:00.000Z\",\"10.648391\",\"10.618081\"\n\"2024-06-18T11:25:00.000Z\",\"4.383376\",\"4.371778\"\n\"2024-06-18T11:30:00.000Z\",\"1.001405\",\"0.999049\"\n\"2024-06-18T11:35:00.000Z\",\"10.453062\",\"10.423621\"\n\"2024-06-18T11:40:00.000Z\",\"4.433963\",\"4.421742\"\n\"2024-06-18T11:45:00.000Z\",\"0.961713\",\"0.959487\"\n\"2024-06-18T11:50:00.000Z\",\"10.651047\",\"10.620603\"\n\"2024-06-18T11:55:00.000Z\",\"4.290523\",\"4.278333\"\n\"2024-06-18T12:00:00.000Z\",\"0.927933\",\"0.925711\"\n\"2024-06-18T12:05:00.000Z\",\"10.670258\",\"10.639216\"\n\"2024-06-18T12:10:00.000Z\",\"4.30432\",\"4.292661\"\n\"2024-06-18T12:15:00.000Z\",\"0.899366\",\"0.897575\"\n\"2024-06-18T12:20:00.000Z\",\"10.626361\",\"10.59721\"\n\"2024-06-18T12:25:00.000Z\",\"4.340107\",\"4.328421\"\n\"2024-06-18T12:30:00.000Z\",\"0.862482\",\"0.860347\"\n\"2024-06-18T12:35:00.000Z\",\"10.656599\",\"10.625689\"\n\"2024-06-18T12:40:00.000Z\",\"4.389734\",\"4.377692\"\n\"2024-06-18T12:45:00.000Z\",\"0.855482\",\"0.853522\"\n\"2024-06-18T12:50:00.000Z\",\"10.626709\",\"10.597367\"\n\"2024-06-18T12:55:00.000Z\",\"4.398286\",\"4.385909\"\n\"2024-06-18T13:00:00.000Z\",\"0.998247\",\"0.995882\"\n\"2024-06-18T13:05:00.000Z\",\"10.424675\",\"10.39667\"\n\"2024-06-18T13:10:00.000Z\",\"4.4234\",\"4.411767\"\n\"2024-06-18T13:15:00.000Z\",\"0.961006\",\"0.958809\"\n\"2024-06-18T13:20:00.000Z\",\"10.614648\",\"10.585844\"\n\"2024-06-18T13:25:00.000Z\",\"4.275143\",\"4.263906\"\n\"2024-06-18T13:30:00.000Z\",\"0.918831\",\"0.916683\"\n\"2024-06-18T13:35:00.000Z\",\"10.626238\",\"10.597032\"\n\"2024-06-18T13:40:00.000Z\",\"4.319278\",\"4.307757\"\n\"2024-06-18T13:45:00.000Z\",\"0.877518\",\"0.875534\"\n\"2024-06-18T13:50:00.000Z\",\"10.628261\",\"10.599005\"\n\"2024-06-18T13:55:00.000Z\",\"4.372528\",\"4.36023\"\n\"2024-06-18T14:00:00.000Z\",\"0.838903\",\"0.837292\"\n\"2024-06-18T14:05:00.000Z\",\"10.680523\",\"10.648495\"\n\"2024-06-18T14:10:00.000Z\",\"4.411238\",\"4.398953\"\n\"2024-06-18T14:15:00.000Z\",\"0.984262\",\"0.981927\"\n\"2024-06-18T14:20:00.000Z\",\"10.436802\",\"10.408192\"\n\"2024-06-18T14:25:00.000Z\",\"4.442936\",\"4.431099\"\n\"2024-06-18T14:30:00.000Z\",\"0.950851\",\"0.948421\"\n\"2024-06-18T14:35:00.000Z\",\"10.453668\",\"10.424383\"\n\"2024-06-18T14:40:00.000Z\",\"4.477913\",\"4.465768\"\n\"2024-06-18T14:45:00.000Z\",\"0.919162\",\"0.916945\"\n\"2024-06-18T14:50:00.000Z\",\"10.648881\",\"10.618544\"\n\"2024-06-18T14:55:00.000Z\",\"4.335672\",\"4.323292\"\n\"2024-06-18T15:00:00.000Z\",\"0.88019\",\"0.878144\"\n\"2024-06-18T15:05:00.000Z\",\"10.626753\",\"10.597621\"\n\"2024-06-18T15:10:00.000Z\",\"4.354465\",\"4.34294\"\n\"2024-06-18T15:15:00.000Z\",\"0.851669\",\"0.849602\"\n\"2024-06-18T15:20:00.000Z\",\"10.647483\",\"10.617508\"\n\"2024-06-18T15:25:00.000Z\",\"4.400451\",\"4.388091\"\n\"2024-06-18T15:30:00.000Z\",\"0.847707\",\"0.845669\"\n\"2024-06-18T15:35:00.000Z\",\"10.647193\",\"10.616964\"\n\"2024-06-18T15:40:00.000Z\",\"4.39518\",\"4.383147\"\n\"2024-06-18T15:45:00.000Z\",\"0.998271\",\"0.995709\"\n\"2024-06-18T15:50:00.000Z\",\"10.432317\",\"10.404001\"\n\"2024-06-18T15:55:00.000Z\",\"4.426374\",\"4.41476\"\n\"2024-06-18T16:00:00.000Z\",\"0.959133\",\"0.958623\"\n\"2024-06-18T16:05:00.000Z\",\"10.645663\",\"10.613337\"\n\"2024-06-18T16:10:00.000Z\",\"4.289914\",\"4.278142\"\n\"2024-06-18T16:15:00.000Z\",\"0.92255\",\"0.920144\"\n\"2024-06-18T16:20:00.000Z\",\"10.662994\",\"10.6317\"\n\"2024-06-18T16:25:00.000Z\",\"4.326383\",\"4.314653\"\n\"2024-06-18T16:30:00.000Z\",\"0.878009\",\"0.875914\"\n\"2024-06-18T16:35:00.000Z\",\"10.648306\",\"10.617953\"\n\"2024-06-18T16:40:00.000Z\",\"4.370732\",\"4.358556\"\n\"2024-06-18T16:45:00.000Z\",\"0.842216\",\"0.84017\"\n\"2024-06-18T16:50:00.000Z\",\"10.628238\",\"10.598783\"\n\"2024-06-18T16:55:00.000Z\",\"4.403335\",\"4.39144\"\n\"2024-06-18T17:00:00.000Z\",\"0.992069\",\"0.989541\"\n\"2024-06-18T17:05:00.000Z\",\"10.455277\",\"10.425914\"\n\"2024-06-18T17:10:00.000Z\",\"4.446211\",\"4.433541\"\n\"2024-06-18T17:15:00.000Z\",\"0.958846\",\"0.956559\"\n\"2024-06-18T17:20:00.000Z\",\"10.438771\",\"10.410238\"\n\"2024-06-18T17:25:00.000Z\",\"4.473793\",\"4.461332\"\n\"2024-06-18T17:30:00.000Z\",\"0.933268\",\"0.930835\"\n\"2024-06-18T17:35:00.000Z\",\"10.644975\",\"10.614657\"\n\"2024-06-18T17:40:00.000Z\",\"4.320912\",\"4.308925\"\n\"2024-06-18T17:45:00.000Z\",\"0.888149\",\"0.886089\"\n\"2024-06-18T17:50:00.000Z\",\"10.642293\",\"10.612298\"\n\"2024-06-18T17:55:00.000Z\",\"4.347071\",\"4.335538\"\n\"2024-06-18T18:00:00.000Z\",\"0.886334\",\"0.884096\"\n\"2024-06-18T18:05:00.000Z\",\"10.640924\",\"10.610986\"\n\"2024-06-18T18:10:00.000Z\",\"4.361148\",\"4.349092\"\n\"2024-06-18T18:15:00.000Z\",\"0.844066\",\"0.842061\"\n\"2024-06-18T18:20:00.000Z\",\"10.628879\",\"10.59956\"\n\"2024-06-18T18:25:00.000Z\",\"4.409517\",\"4.397277\"\n\"2024-06-18T18:30:00.000Z\",\"0.99695\",\"0.994575\"\n\"2024-06-18T18:35:00.000Z\",\"10.470663\",\"10.440315\"\n\"2024-06-18T18:40:00.000Z\",\"4.427842\",\"4.415948\"\n\"2024-06-18T18:45:00.000Z\",\"0.962559\",\"0.960219\"\n\"2024-06-18T18:50:00.000Z\",\"10.433194\",\"10.404763\"\n\"2024-06-18T18:55:00.000Z\",\"4.462944\",\"4.451021\"\n\"2024-06-18T19:00:00.000Z\",\"0.927488\",\"0.925221\"\n\"2024-06-18T19:05:00.000Z\",\"10.630487\",\"10.601085\"\n\"2024-06-18T19:10:00.000Z\",\"4.32051\",\"4.30854\"\n\"2024-06-18T19:15:00.000Z\",\"0.886333\",\"0.887908\"\n\"2024-06-18T19:20:00.000Z\",\"10.649052\",\"10.615061\"\n\"2024-06-18T19:25:00.000Z\",\"4.368042\",\"4.355441\"\n\"2024-06-18T19:30:00.000Z\",\"0.852862\",\"0.850885\"\n\"2024-06-18T19:35:00.000Z\",\"10.646254\",\"10.616032\"\n\"2024-06-18T19:40:00.000Z\",\"4.392609\",\"4.380378\"\n\"2024-06-18T19:45:00.000Z\",\"1.004874\",\"1.002414\"\n\"2024-06-18T19:50:00.000Z\",\"10.475776\",\"10.445341\"\n\"2024-06-18T19:55:00.000Z\",\"4.432966\",\"4.420403\"\n\"2024-06-18T20:00:00.000Z\",\"0.973114\",\"0.970661\"\n\"2024-06-18T20:05:00.000Z\",\"10.452968\",\"10.424164\"\n\"2024-06-18T20:10:00.000Z\",\"4.472206\",\"4.458997\"\n\"2024-06-18T20:15:00.000Z\",\"0.93651\",\"0.934281\"\n\"2024-06-18T20:20:00.000Z\",\"10.632883\",\"10.603366\"\n\"2024-06-18T20:25:00.000Z\",\"4.31417\",\"4.301994\"\n\"2024-06-18T20:30:00.000Z\",\"0.920354\",\"0.918071\"\n\"2024-06-18T20:35:00.000Z\",\"10.623553\",\"10.594542\"\n\"2024-06-18T20:40:00.000Z\",\"4.340832\",\"4.328151\"\n\"2024-06-18T20:45:00.000Z\",\"0.880949\",\"0.882537\"\n\"2024-06-18T20:50:00.000Z\",\"10.660415\",\"10.625809\"\n\"2024-06-18T20:55:00.000Z\",\"4.366491\",\"4.354331\"\n\"2024-06-18T21:00:00.000Z\",\"0.845294\",\"0.843348\"\n\"2024-06-18T21:05:00.000Z\",\"10.652288\",\"10.621798\"\n\"2024-06-18T21:10:00.000Z\",\"4.398194\",\"4.386174\"\n\"2024-06-18T21:15:00.000Z\",\"0.813812\",\"0.811843\"\n\"2024-06-18T21:20:00.000Z\",\"10.641811\",\"10.611808\"\n\"2024-06-18T21:25:00.000Z\",\"4.440826\",\"4.428247\"\n\"2024-06-18T21:30:00.000Z\",\"0.968017\",\"0.965637\"\n\"2024-06-18T21:35:00.000Z\",\"10.432227\",\"10.403838\"\n\"2024-06-18T21:40:00.000Z\",\"4.459101\",\"4.447195\"\n\"2024-06-18T21:45:00.000Z\",\"0.960456\",\"0.958173\"\n\"2024-06-18T21:50:00.000Z\",\"10.429571\",\"10.401498\"\n\"2024-06-18T21:55:00.000Z\",\"4.471141\",\"4.458616\"\n\"2024-06-18T22:00:00.000Z\",\"0.929537\",\"0.927321\"\n\"2024-06-18T22:05:00.000Z\",\"10.624656\",\"10.59536\"\n\"2024-06-18T22:10:00.000Z\",\"4.332767\",\"4.320162\"\n\"2024-06-18T22:15:00.000Z\",\"0.895933\",\"0.893668\"\n\"2024-06-18T22:20:00.000Z\",\"10.629182\",\"10.599835\"\n\"2024-06-18T22:25:00.000Z\",\"4.349061\",\"4.337248\"\n\"2024-06-18T22:30:00.000Z\",\"0.857448\",\"0.855435\"\n\"2024-06-18T22:35:00.000Z\",\"10.627012\",\"10.597859\"\n\"2024-06-18T22:40:00.000Z\",\"4.38231\",\"4.370414\"\n\"2024-06-18T22:45:00.000Z\",\"0.820611\",\"0.818902\"\n\"2024-06-18T22:50:00.000Z\",\"10.661171\",\"10.630252\"\n\"2024-06-18T22:55:00.000Z\",\"4.432141\",\"4.419473\"\n\"2024-06-18T23:00:00.000Z\",\"0.974801\",\"0.972291\"\n\"2024-06-18T23:05:00.000Z\",\"10.448949\",\"10.419749\"\n\"2024-06-18T23:10:00.000Z\",\"4.460331\",\"4.448174\"\n\"2024-06-18T23:15:00.000Z\",\"0.932871\",\"0.930639\"\n\"2024-06-18T23:20:00.000Z\",\"10.657568\",\"10.626713\"\n\"2024-06-18T23:25:00.000Z\",\"4.305238\",\"4.293884\"\n\"2024-06-18T23:30:00.000Z\",\"0.893939\",\"0.891768\"\n\"2024-06-18T23:35:00.000Z\",\"10.646054\",\"10.615963\"\n\"2024-06-18T23:40:00.000Z\",\"4.348678\",\"4.336967\"\n\"2024-06-18T23:45:00.000Z\",\"0.860518\",\"0.858502\"\n\"2024-06-18T23:50:00.000Z\",\"10.642769\",\"10.612605\"\n\"2024-06-18T23:55:00.000Z\",\"4.387423\",\"4.375322\"\n\"2024-06-19T00:00:00.000Z\",\"0.821512\",\"0.819606\"\n\"2024-06-19T00:05:00.000Z\",\"10.66329\",\"10.632371\"\n\"2024-06-19T00:10:00.000Z\",\"4.423295\",\"4.411371\"\n\"2024-06-19T00:15:00.000Z\",\"0.973289\",\"0.970965\"\n\"2024-06-19T00:20:00.000Z\",\"10.464261\",\"10.434481\"\n\"2024-06-19T00:25:00.000Z\",\"4.469207\",\"4.456241\"\n\"2024-06-19T00:30:00.000Z\",\"0.97217\",\"0.969903\"\n\"2024-06-19T00:35:00.000Z\",\"10.462213\",\"10.432392\"\n\"2024-06-19T00:40:00.000Z\",\"4.465388\",\"4.452848\"\n\"2024-06-19T00:45:00.000Z\",\"0.936333\",\"0.934113\"\n\"2024-06-19T00:50:00.000Z\",\"10.629639\",\"10.600234\"\n\"2024-06-19T00:55:00.000Z\",\"4.30666\",\"4.294868\"\n\"2024-06-19T01:00:00.000Z\",\"0.903216\",\"0.904901\"\n\"2024-06-19T01:05:00.000Z\",\"10.657878\",\"10.623695\"\n\"2024-06-19T01:10:00.000Z\",\"4.343361\",\"4.331158\"\n\"2024-06-19T01:15:00.000Z\",\"0.871049\",\"0.86907\"\n\"2024-06-19T01:20:00.000Z\",\"10.663588\",\"10.632509\"\n\"2024-06-19T01:25:00.000Z\",\"4.366686\",\"4.355073\"\n\"2024-06-19T01:30:00.000Z\",\"0.833653\",\"0.831674\"\n\"2024-06-19T01:35:00.000Z\",\"10.633279\",\"10.603736\"\n\"2024-06-19T01:40:00.000Z\",\"4.408326\",\"4.396389\"\n\"2024-06-19T01:45:00.000Z\",\"0.984048\",\"0.981705\"\n\"2024-06-19T01:50:00.000Z\",\"10.467601\",\"10.437596\"\n\"2024-06-19T01:55:00.000Z\",\"4.435746\",\"4.424007\"\n\"2024-06-19T02:00:00.000Z\",\"0.948099\",\"0.945833\"\n\"2024-06-19T02:05:00.000Z\",\"10.460833\",\"10.431171\"\n\"2024-06-19T02:10:00.000Z\",\"4.486698\",\"4.474222\"\n\"2024-06-19T02:15:00.000Z\",\"0.911487\",\"0.90933\"\n\"2024-06-19T02:20:00.000Z\",\"10.638175\",\"10.60838\"\n\"2024-06-19T02:25:00.000Z\",\"4.330024\",\"4.318316\"\n\"2024-06-19T02:30:00.000Z\",\"0.878811\",\"0.87672\"\n\"2024-06-19T02:35:00.000Z\",\"10.651054\",\"10.62058\"\n\"2024-06-19T02:40:00.000Z\",\"4.381248\",\"4.368513\"\n\"2024-06-19T02:45:00.000Z\",\"0.844474\",\"0.842466\"\n\"2024-06-19T02:50:00.000Z\",\"10.641355\",\"10.611395\"\n\"2024-06-19T02:55:00.000Z\",\"4.399706\",\"4.387828\"\n\"2024-06-19T03:00:00.000Z\",\"1.029214\",\"1.030454\"\n\"2024-06-19T03:05:00.000Z\",\"10.434737\",\"10.402751\"\n\"2024-06-19T03:10:00.000Z\",\"4.392717\",\"4.380997\"\n\"2024-06-19T03:15:00.000Z\",\"1.000255\",\"0.997876\"\n\"2024-06-19T03:20:00.000Z\",\"10.434313\",\"10.406029\"\n\"2024-06-19T03:25:00.000Z\",\"4.421515\",\"4.409757\"\n\"2024-06-19T03:30:00.000Z\",\"0.962616\",\"0.960381\"\n\"2024-06-19T03:35:00.000Z\",\"10.635862\",\"10.606321\"\n\"2024-06-19T03:40:00.000Z\",\"4.294784\",\"4.28239\"\n\"2024-06-19T03:45:00.000Z\",\"0.930818\",\"0.932123\"\n\"2024-06-19T03:50:00.000Z\",\"10.655603\",\"10.621323\"\n\"2024-06-19T03:55:00.000Z\",\"4.317769\",\"4.306176\"\n\"2024-06-19T04:00:00.000Z\",\"0.89601\",\"0.893719\"\n\"2024-06-19T04:05:00.000Z\",\"10.65215\",\"10.621809\"\n\"2024-06-19T04:10:00.000Z\",\"4.358155\",\"4.345702\"\n\"2024-06-19T04:15:00.000Z\",\"0.857924\",\"0.859621\"\n\"2024-06-19T04:20:00.000Z\",\"10.623487\",\"10.590995\"\n\"2024-06-19T04:25:00.000Z\",\"4.392777\",\"4.380238\"\n\"2024-06-19T04:30:00.000Z\",\"1.018176\",\"1.015546\"\n\"2024-06-19T04:35:00.000Z\",\"10.435988\",\"10.407426\"\n\"2024-06-19T04:40:00.000Z\",\"4.432586\",\"4.419864\"\n\"2024-06-19T04:45:00.000Z\",\"0.980736\",\"0.978387\"\n\"2024-06-19T04:50:00.000Z\",\"10.469819\",\"10.441958\"\n\"2024-06-19T04:55:00.000Z\",\"4.46001\",\"4.444892\"\n\"2024-06-19T05:00:00.000Z\",\"0.947669\",\"0.945255\"\n\"2024-06-19T05:05:00.000Z\",\"10.639933\",\"10.610055\"\n\"2024-06-19T05:10:00.000Z\",\"4.300519\",\"4.288782\"\n\"2024-06-19T05:15:00.000Z\",\"0.913979\",\"0.911725\"\n\"2024-06-19T05:20:00.000Z\",\"10.636633\",\"10.607127\"\n\"2024-06-19T05:25:00.000Z\",\"4.331263\",\"4.319329\"\n\"2024-06-19T05:30:00.000Z\",\"0.880352\",\"0.878264\"\n\"2024-06-19T05:35:00.000Z\",\"10.643063\",\"10.613234\"\n\"2024-06-19T05:40:00.000Z\",\"4.355753\",\"4.344088\"\n\"2024-06-19T05:45:00.000Z\",\"0.88507\",\"0.882958\"\n\"2024-06-19T05:50:00.000Z\",\"10.655106\",\"10.624452\"\n\"2024-06-19T05:55:00.000Z\",\"4.353165\",\"4.341497\"\n\"2024-06-19T06:00:00.000Z\",\"0.849124\",\"0.847083\"\n\"2024-06-19T06:05:00.000Z\",\"10.643928\",\"10.613846\"\n\"2024-06-19T06:10:00.000Z\",\"4.393497\",\"4.381625\"\n\"2024-06-19T06:15:00.000Z\",\"0.999273\",\"1.000618\"\n\"2024-06-19T06:20:00.000Z\",\"10.431087\",\"10.399312\"\n\"2024-06-19T06:25:00.000Z\",\"4.419015\",\"4.40744\"\n\"2024-06-19T06:30:00.000Z\",\"0.970743\",\"0.968357\"\n\"2024-06-19T06:35:00.000Z\",\"10.642124\",\"10.612114\"\n\"2024-06-19T06:40:00.000Z\",\"4.288264\",\"4.275891\"\n\"2024-06-19T06:45:00.000Z\",\"0.93608\",\"0.933791\"\n\"2024-06-19T06:50:00.000Z\",\"10.637463\",\"10.607745\"\n\"2024-06-19T06:55:00.000Z\",\"4.316274\",\"4.304015\"\n\"2024-06-19T07:00:00.000Z\",\"0.903779\",\"0.901546\"\n\"2024-06-19T07:05:00.000Z\",\"10.64514\",\"10.618683\"\n\"2024-06-19T07:10:00.000Z\",\"4.351653\",\"4.335457\"\n\"2024-06-19T07:15:00.000Z\",\"0.872516\",\"0.870421\"\n\"2024-06-19T07:20:00.000Z\",\"10.634412\",\"10.60506\"\n\"2024-06-19T07:25:00.000Z\",\"4.377364\",\"4.364826\"\n\"2024-06-19T07:30:00.000Z\",\"0.83717\",\"0.835199\"\n\"2024-06-19T07:35:00.000Z\",\"10.636096\",\"10.60641\"\n\"2024-06-19T07:40:00.000Z\",\"4.410436\",\"4.398202\"\n\"2024-06-19T07:45:00.000Z\",\"0.991153\",\"0.988735\"\n\"2024-06-19T07:50:00.000Z\",\"10.433246\",\"10.404819\"\n\"2024-06-19T07:55:00.000Z\",\"4.44987\",\"4.437171\"\n\"2024-06-19T08:00:00.000Z\",\"0.956376\",\"0.954116\"\n\"2024-06-19T08:05:00.000Z\",\"10.439917\",\"10.411375\"\n\"2024-06-19T08:10:00.000Z\",\"4.467706\",\"4.455542\"\n\"2024-06-19T08:15:00.000Z\",\"0.957454\",\"0.95521\"\n\"2024-06-19T08:20:00.000Z\",\"10.644567\",\"10.618169\"\n\"2024-06-19T08:25:00.000Z\",\"4.284942\",\"4.2695\"\n\"2024-06-19T08:30:00.000Z\",\"0.922368\",\"0.920286\"\n\"2024-06-19T08:35:00.000Z\",\"10.623642\",\"10.594656\"\n\"2024-06-19T08:40:00.000Z\",\"4.329341\",\"4.317085\"\n\"2024-06-19T08:45:00.000Z\",\"0.890052\",\"0.887929\"\n\"2024-06-19T08:50:00.000Z\",\"10.64943\",\"10.619177\"\n\"2024-06-19T08:55:00.000Z\",\"4.349035\",\"4.337408\"\n\"2024-06-19T09:00:00.000Z\",\"0.855956\",\"0.85395\"\n\"2024-06-19T09:05:00.000Z\",\"10.627116\",\"10.601416\"\n\"2024-06-19T09:10:00.000Z\",\"4.382072\",\"4.36689\"\n\"2024-06-19T09:15:00.000Z\",\"0.822318\",\"0.820404\"\n\"2024-06-19T09:20:00.000Z\",\"10.641212\",\"10.611529\"\n\"2024-06-19T09:25:00.000Z\",\"4.425294\",\"4.412825\"\n\"2024-06-19T09:30:00.000Z\",\"0.976653\",\"0.974164\"\n\"2024-06-19T09:35:00.000Z\",\"10.481526\",\"10.450856\"\n\"2024-06-19T09:40:00.000Z\",\"4.467954\",\"4.455138\"\n\"2024-06-19T09:45:00.000Z\",\"0.93951\",\"0.937267\"\n\"2024-06-19T09:50:00.000Z\",\"10.643906\",\"10.614117\"\n\"2024-06-19T09:55:00.000Z\",\"4.293432\",\"4.282141\"\n\"2024-06-19T10:00:00.000Z\",\"0.903724\",\"0.901567\"\n\"2024-06-19T10:05:00.000Z\",\"10.636501\",\"10.606765\"\n\"2024-06-19T10:10:00.000Z\",\"4.349526\",\"4.337149\"\n\"2024-06-19T10:15:00.000Z\",\"0.871072\",\"0.868974\"\n\"2024-06-19T10:20:00.000Z\",\"10.627992\",\"10.598711\"\n\"2024-06-19T10:25:00.000Z\",\"4.376312\",\"4.36417\"\n\"2024-06-19T10:30:00.000Z\",\"0.838457\",\"0.836544\"\n\"2024-06-19T10:35:00.000Z\",\"10.63581\",\"10.606118\"\n\"2024-06-19T10:40:00.000Z\",\"4.394029\",\"4.382412\"\n\"2024-06-19T10:45:00.000Z\",\"1.03009\",\"1.027566\"\n\"2024-06-19T10:50:00.000Z\",\"10.440409\",\"10.411611\"\n\"2024-06-19T10:55:00.000Z\",\"4.408597\",\"4.396233\"\n\"2024-06-19T11:00:00.000Z\",\"0.994412\",\"0.992048\"\n\"2024-06-19T11:05:00.000Z\",\"10.438481\",\"10.411391\"\n\"2024-06-19T11:10:00.000Z\",\"4.437636\",\"4.4238\"\n\"2024-06-19T11:15:00.000Z\",\"0.963648\",\"0.961264\"\n\"2024-06-19T11:20:00.000Z\",\"10.632112\",\"10.602541\"\n\"2024-06-19T11:25:00.000Z\",\"4.27875\",\"4.267123\"\n\"2024-06-19T11:30:00.000Z\",\"0.926592\",\"0.924335\"\n\"2024-06-19T11:35:00.000Z\",\"10.665838\",\"10.634631\"\n\"2024-06-19T11:40:00.000Z\",\"4.31468\",\"4.303017\"\n\"2024-06-19T11:45:00.000Z\",\"0.894229\",\"0.892003\"\n\"2024-06-19T11:50:00.000Z\",\"10.653718\",\"10.62331\"\n\"2024-06-19T11:55:00.000Z\",\"4.348936\",\"4.336949\"\n\"2024-06-19T12:00:00.000Z\",\"0.8662\",\"0.864359\"\n\"2024-06-19T12:05:00.000Z\",\"10.645095\",\"10.614757\"\n\"2024-06-19T12:10:00.000Z\",\"4.396154\",\"4.383559\"\n\"2024-06-19T12:15:00.000Z\",\"0.831048\",\"0.829013\"\n\"2024-06-19T12:20:00.000Z\",\"10.645142\",\"10.614909\"\n\"2024-06-19T12:25:00.000Z\",\"4.408438\",\"4.396591\"\n\"2024-06-19T12:30:00.000Z\",\"0.986912\",\"0.984033\"\n\"2024-06-19T12:35:00.000Z\",\"10.457035\",\"10.427407\"\n\"2024-06-19T12:40:00.000Z\",\"4.456015\",\"4.443458\"\n\"2024-06-19T12:45:00.000Z\",\"0.952341\",\"0.950107\"\n\"2024-06-19T12:50:00.000Z\",\"10.440976\",\"10.412146\"\n\"2024-06-19T12:55:00.000Z\",\"4.468335\",\"4.456493\"\n\"2024-06-19T13:00:00.000Z\",\"0.914153\",\"0.912065\"\n\"2024-06-19T13:05:00.000Z\",\"10.642308\",\"10.612299\"\n\"2024-06-19T13:10:00.000Z\",\"4.320243\",\"4.30881\"\n\"2024-06-19T13:15:00.000Z\",\"0.916924\",\"0.914732\"\n\"2024-06-19T13:20:00.000Z\",\"10.637858\",\"10.608053\"\n\"2024-06-19T13:25:00.000Z\",\"4.321928\",\"4.310231\"\n\"2024-06-19T13:30:00.000Z\",\"0.882647\",\"0.880556\"\n\"2024-06-19T13:35:00.000Z\",\"10.639338\",\"10.609478\"\n\"2024-06-19T13:40:00.000Z\",\"4.363229\",\"4.3511\"\n\"2024-06-19T13:45:00.000Z\",\"0.84988\",\"0.847868\"\n\"2024-06-19T13:50:00.000Z\",\"10.635001\",\"10.605221\"\n\"2024-06-19T13:55:00.000Z\",\"4.386711\",\"4.375114\"\n\"2024-06-19T14:00:00.000Z\",\"1.000605\",\"0.998213\"\n\"2024-06-19T14:05:00.000Z\",\"10.453685\",\"10.424121\"\n\"2024-06-19T14:10:00.000Z\",\"4.430096\",\"4.41792\"\n\"2024-06-19T14:15:00.000Z\",\"0.966129\",\"0.963803\"\n\"2024-06-19T14:20:00.000Z\",\"10.441073\",\"10.415892\"\n\"2024-06-19T14:25:00.000Z\",\"4.461671\",\"4.44599\"\n\"2024-06-19T14:30:00.000Z\",\"0.933635\",\"0.931388\"\n\"2024-06-19T14:35:00.000Z\",\"10.638485\",\"10.608687\"\n\"2024-06-19T14:40:00.000Z\",\"4.303108\",\"4.291992\"\n\"2024-06-19T14:45:00.000Z\",\"0.898694\",\"0.896609\"\n\"2024-06-19T14:50:00.000Z\",\"10.640108\",\"10.610055\"\n\"2024-06-19T14:55:00.000Z\",\"4.340224\",\"4.328691\"\n\"2024-06-19T15:00:00.000Z\",\"0.865116\",\"0.863068\"\n\"2024-06-19T15:05:00.000Z\",\"10.649323\",\"10.618959\"\n\"2024-06-19T15:10:00.000Z\",\"4.390287\",\"4.377644\"\n\"2024-06-19T15:15:00.000Z\",\"0.834179\",\"0.832197\"\n\"2024-06-19T15:20:00.000Z\",\"10.638896\",\"10.609051\"\n\"2024-06-19T15:25:00.000Z\",\"4.427763\",\"4.414796\"\n\"2024-06-19T15:30:00.000Z\",\"0.991131\",\"0.9886\"\n\"2024-06-19T15:35:00.000Z\",\"10.441515\",\"10.412659\"\n\"2024-06-19T15:40:00.000Z\",\"4.435649\",\"4.423884\"\n\"2024-06-19T15:45:00.000Z\",\"0.986311\",\"0.983954\"\n\"2024-06-19T15:50:00.000Z\",\"10.451268\",\"10.4221\"\n\"2024-06-19T15:55:00.000Z\",\"4.447267\",\"4.434734\"\n\"2024-06-19T16:00:00.000Z\",\"0.94971\",\"0.949441\"\n\"2024-06-19T16:05:00.000Z\",\"10.639696\",\"10.607798\"\n\"2024-06-19T16:10:00.000Z\",\"4.288576\",\"4.276991\"\n\"2024-06-19T16:15:00.000Z\",\"0.917791\",\"0.915542\"\n\"2024-06-19T16:20:00.000Z\",\"10.660972\",\"10.630003\"\n\"2024-06-19T16:25:00.000Z\",\"4.336713\",\"4.324295\"\n\"2024-06-19T16:30:00.000Z\",\"0.882124\",\"0.880033\"\n\"2024-06-19T16:35:00.000Z\",\"10.646263\",\"10.616066\"\n\"2024-06-19T16:40:00.000Z\",\"4.358773\",\"4.346987\"\n\"2024-06-19T16:45:00.000Z\",\"0.850124\",\"0.848024\"\n\"2024-06-19T16:50:00.000Z\",\"10.637201\",\"10.607308\"\n\"2024-06-19T16:55:00.000Z\",\"4.395018\",\"4.383175\"\n\"2024-06-19T17:00:00.000Z\",\"1.002734\",\"1.000239\"\n\"2024-06-19T17:05:00.000Z\",\"10.46428\",\"10.434257\"\n\"2024-06-19T17:10:00.000Z\",\"4.429482\",\"4.417295\"\n\"2024-06-19T17:15:00.000Z\",\"0.965768\",\"0.963464\"\n\"2024-06-19T17:20:00.000Z\",\"10.639782\",\"10.609892\"\n\"2024-06-19T17:25:00.000Z\",\"4.270729\",\"4.259346\"\n\"2024-06-19T17:30:00.000Z\",\"0.932458\",\"0.933501\"\n\"2024-06-19T17:35:00.000Z\",\"10.641164\",\"10.608199\"\n\"2024-06-19T17:40:00.000Z\",\"4.297061\",\"4.285769\"\n\"2024-06-19T17:45:00.000Z\",\"0.900935\",\"0.898783\"\n\"2024-06-19T17:50:00.000Z\",\"10.643441\",\"10.613393\"\n\"2024-06-19T17:55:00.000Z\",\"4.349326\",\"4.337132\"\n\"2024-06-19T18:00:00.000Z\",\"0.866903\",\"0.864918\"\n\"2024-06-19T18:05:00.000Z\",\"10.649915\",\"10.619526\"\n\"2024-06-19T18:10:00.000Z\",\"4.373473\",\"4.361656\"\n\"2024-06-19T18:15:00.000Z\",\"0.833132\",\"0.833332\"\n\"2024-06-19T18:20:00.000Z\",\"10.649496\",\"10.616989\"\n\"2024-06-19T18:25:00.000Z\",\"4.420013\",\"4.407425\"\n\"2024-06-19T18:30:00.000Z\",\"0.838956\",\"0.836996\"\n\"2024-06-19T18:35:00.000Z\",\"10.633745\",\"10.604201\"\n\"2024-06-19T18:40:00.000Z\",\"4.420677\",\"4.407713\"\n\"2024-06-19T18:45:00.000Z\",\"0.989032\",\"0.986656\"\n\"2024-06-19T18:50:00.000Z\",\"10.445171\",\"10.416486\"\n\"2024-06-19T18:55:00.000Z\",\"4.432009\",\"4.420083\"\n\"2024-06-19T19:00:00.000Z\",\"0.955802\",\"0.954081\"\n\"2024-06-19T19:05:00.000Z\",\"10.459793\",\"10.429616\"\n\"2024-06-19T19:10:00.000Z\",\"4.471982\",\"4.459799\"\n\"2024-06-19T19:15:00.000Z\",\"0.927692\",\"0.925413\"\n\"2024-06-19T19:20:00.000Z\",\"10.628438\",\"10.599175\"\n\"2024-06-19T19:25:00.000Z\",\"4.315779\",\"4.304072\"\n\"2024-06-19T19:30:00.000Z\",\"0.891492\",\"0.889388\"\n\"2024-06-19T19:35:00.000Z\",\"10.617245\",\"10.588521\"\n\"2024-06-19T19:40:00.000Z\",\"4.346769\",\"4.335102\"\n\"2024-06-19T19:45:00.000Z\",\"0.858191\",\"0.856342\"\n\"2024-06-19T19:50:00.000Z\",\"10.650122\",\"10.619784\"\n\"2024-06-19T19:55:00.000Z\",\"4.380195\",\"4.368431\"\n\"2024-06-19T20:00:00.000Z\",\"0.822502\",\"0.820596\"\n\"2024-06-19T20:05:00.000Z\",\"10.647357\",\"10.617289\"\n\"2024-06-19T20:10:00.000Z\",\"4.429553\",\"4.416861\"\n\"2024-06-19T20:15:00.000Z\",\"0.981937\",\"0.979443\"\n\"2024-06-19T20:20:00.000Z\",\"10.471825\",\"10.441623\"\n\"2024-06-19T20:25:00.000Z\",\"4.456525\",\"4.444058\"\n\"2024-06-19T20:30:00.000Z\",\"0.968268\",\"0.965836\"\n\"2024-06-19T20:35:00.000Z\",\"10.470818\",\"10.44079\"\n\"2024-06-19T20:40:00.000Z\",\"4.479649\",\"4.466617\"\n\"2024-06-19T20:45:00.000Z\",\"0.934081\",\"0.93385\"\n\"2024-06-19T20:50:00.000Z\",\"10.634176\",\"10.602766\"\n\"2024-06-19T20:55:00.000Z\",\"4.297268\",\"4.285972\"\n\"2024-06-19T21:00:00.000Z\",\"0.905999\",\"0.90378\"\n\"2024-06-19T21:05:00.000Z\",\"10.64459\",\"10.614468\"\n\"2024-06-19T21:10:00.000Z\",\"4.340658\",\"4.328749\"\n\"2024-06-19T21:15:00.000Z\",\"0.870722\",\"0.868682\"\n\"2024-06-19T21:20:00.000Z\",\"10.615601\",\"10.58699\"\n\"2024-06-19T21:25:00.000Z\",\"4.36525\",\"4.353705\"\n\"2024-06-19T21:30:00.000Z\",\"0.834476\",\"0.832534\"\n\"2024-06-19T21:35:00.000Z\",\"10.671031\",\"10.639731\"\n\"2024-06-19T21:40:00.000Z\",\"4.411731\",\"4.399233\"\n\"2024-06-19T21:45:00.000Z\",\"0.990013\",\"0.987595\"\n\"2024-06-19T21:50:00.000Z\",\"10.433551\",\"10.407221\"\n\"2024-06-19T21:55:00.000Z\",\"4.435101\",\"4.421253\"\n\"2024-06-19T22:00:00.000Z\",\"0.952895\",\"0.95056\"\n\"2024-06-19T22:05:00.000Z\",\"10.456354\",\"10.426912\"\n\"2024-06-19T22:10:00.000Z\",\"4.490832\",\"4.477853\"\n\"2024-06-19T22:15:00.000Z\",\"0.957248\",\"0.954836\"\n\"2024-06-19T22:20:00.000Z\",\"10.652557\",\"10.622034\"\n\"2024-06-19T22:25:00.000Z\",\"4.293632\",\"4.281609\"\n\"2024-06-19T22:30:00.000Z\",\"0.922039\",\"0.919668\"\n\"2024-06-19T22:35:00.000Z\",\"10.6582\",\"10.627382\"\n\"2024-06-19T22:40:00.000Z\",\"4.332997\",\"4.320789\"\n\"2024-06-19T22:45:00.000Z\",\"0.8841\",\"0.882062\"\n\"2024-06-19T22:50:00.000Z\",\"10.636641\",\"10.606737\"\n\"2024-06-19T22:55:00.000Z\",\"4.361072\",\"4.349183\"\n\"2024-06-19T23:00:00.000Z\",\"0.850465\",\"0.84843\"\n\"2024-06-19T23:05:00.000Z\",\"10.633603\",\"10.604208\"\n\"2024-06-19T23:10:00.000Z\",\"4.391978\",\"4.379759\"\n\"2024-06-19T23:15:00.000Z\",\"0.814809\",\"0.813006\"\n\"2024-06-19T23:20:00.000Z\",\"10.61869\",\"10.590081\"\n\"2024-06-19T23:25:00.000Z\",\"4.422285\",\"4.41029\"\n\"2024-06-19T23:30:00.000Z\",\"0.975972\",\"0.973543\"\n\"2024-06-19T23:35:00.000Z\",\"10.463214\",\"10.433239\"\n\"2024-06-19T23:40:00.000Z\",\"4.470557\",\"4.457718\"\n\"2024-06-19T23:45:00.000Z\",\"0.935808\",\"0.933614\"\n\"2024-06-19T23:50:00.000Z\",\"10.636182\",\"10.60661\"\n\"2024-06-19T23:55:00.000Z\",\"4.313655\",\"4.30154\"\n\"2024-06-20T00:00:00.000Z\",\"0.898508\",\"0.896427\"\n\"2024-06-20T00:05:00.000Z\",\"10.63994\",\"10.610233\"\n\"2024-06-20T00:10:00.000Z\",\"4.335629\",\"4.323962\"\n\"2024-06-20T00:15:00.000Z\",\"0.8673\",\"0.865208\"\n\"2024-06-20T00:20:00.000Z\",\"10.635693\",\"10.606005\"\n\"2024-06-20T00:25:00.000Z\",\"4.374685\",\"4.362829\"\n\"2024-06-20T00:30:00.000Z\",\"0.831062\",\"0.829107\"\n\"2024-06-20T00:35:00.000Z\",\"10.647389\",\"10.617143\"\n\"2024-06-20T00:40:00.000Z\",\"4.423918\",\"4.41139\"\n\"2024-06-20T00:45:00.000Z\",\"1.018207\",\"1.015766\"\n\"2024-06-20T00:50:00.000Z\",\"10.454624\",\"10.425269\"\n\"2024-06-20T00:55:00.000Z\",\"4.409778\",\"4.397728\"\n\"2024-06-20T01:00:00.000Z\",\"0.987389\",\"0.984887\"\n\"2024-06-20T01:05:00.000Z\",\"10.447583\",\"10.418583\"\n\"2024-06-20T01:10:00.000Z\",\"4.434565\",\"4.422874\"\n\"2024-06-20T01:15:00.000Z\",\"0.950507\",\"0.948298\"\n\"2024-06-20T01:20:00.000Z\",\"10.626322\",\"10.597152\"\n\"2024-06-20T01:25:00.000Z\",\"4.283401\",\"4.272091\"\n\"2024-06-20T01:30:00.000Z\",\"0.919195\",\"0.917032\"\n\"2024-06-20T01:35:00.000Z\",\"10.646563\",\"10.616362\"\n\"2024-06-20T01:40:00.000Z\",\"4.331447\",\"4.319255\"\n\"2024-06-20T01:45:00.000Z\",\"0.88165\",\"0.879587\"\n\"2024-06-20T01:50:00.000Z\",\"10.630265\",\"10.600948\"\n\"2024-06-20T01:55:00.000Z\",\"4.369441\",\"4.357098\"\n\"2024-06-20T02:00:00.000Z\",\"0.847306\",\"0.845365\"\n\"2024-06-20T02:05:00.000Z\",\"10.634982\",\"10.605344\"\n\"2024-06-20T02:10:00.000Z\",\"4.390646\",\"4.378844\"\n\"2024-06-20T02:15:00.000Z\",\"0.814859\",\"0.816432\"\n\"2024-06-20T02:20:00.000Z\",\"10.642993\",\"10.609477\"\n\"2024-06-20T02:25:00.000Z\",\"4.447756\",\"4.434642\"\n\"2024-06-20T02:30:00.000Z\",\"0.96231\",\"0.960012\"\n\"2024-06-20T02:35:00.000Z\",\"10.445458\",\"10.416603\"\n\"2024-06-20T02:40:00.000Z\",\"4.473211\",\"4.460604\"\n\"2024-06-20T02:45:00.000Z\",\"0.933435\",\"0.931079\"\n\"2024-06-20T02:50:00.000Z\",\"10.659693\",\"10.628799\"\n\"2024-06-20T02:55:00.000Z\",\"4.306908\",\"4.295307\"\n\"2024-06-20T03:00:00.000Z\",\"0.898758\",\"0.896536\"\n\"2024-06-20T03:05:00.000Z\",\"10.667878\",\"10.636773\"\n\"2024-06-20T03:10:00.000Z\",\"4.343986\",\"4.332059\"\n\"2024-06-20T03:15:00.000Z\",\"0.862741\",\"0.860742\"\n\"2024-06-20T03:20:00.000Z\",\"10.634619\",\"10.608688\"\n\"2024-06-20T03:25:00.000Z\",\"4.381997\",\"4.366281\"\n\"2024-06-20T03:30:00.000Z\",\"0.86663\",\"0.864579\"\n\"2024-06-20T03:35:00.000Z\",\"10.629551\",\"10.600338\"\n\"2024-06-20T03:40:00.000Z\",\"4.373142\",\"4.361355\"\n\"2024-06-20T03:45:00.000Z\",\"0.832685\",\"0.830622\"\n\"2024-06-20T03:50:00.000Z\",\"10.632981\",\"10.603635\"\n\"2024-06-20T03:55:00.000Z\",\"4.401546\",\"4.389921\"\n\"2024-06-20T04:00:00.000Z\",\"0.98287\",\"0.980498\"\n\"2024-06-20T04:05:00.000Z\",\"10.434544\",\"10.406223\"\n\"2024-06-20T04:10:00.000Z\",\"4.43935\",\"4.427401\"\n\"2024-06-20T04:15:00.000Z\",\"0.951928\",\"0.94959\"\n\"2024-06-20T04:20:00.000Z\",\"10.468909\",\"10.438828\"\n\"2024-06-20T04:25:00.000Z\",\"4.472847\",\"4.460788\"\n\"2024-06-20T04:30:00.000Z\",\"0.918491\",\"0.917788\"\n\"2024-06-20T04:35:00.000Z\",\"10.624066\",\"10.593558\"\n\"2024-06-20T04:40:00.000Z\",\"4.317742\",\"4.306297\"\n\"2024-06-20T04:45:00.000Z\",\"0.882862\",\"0.880712\"\n\"2024-06-20T04:50:00.000Z\",\"10.639288\",\"10.60944\"\n\"2024-06-20T04:55:00.000Z\",\"4.357429\",\"4.345702\"\n\"2024-06-20T05:00:00.000Z\",\"0.847164\",\"0.84522\"\n\"2024-06-20T05:05:00.000Z\",\"10.647934\",\"10.61767\"\n\"2024-06-20T05:10:00.000Z\",\"4.393173\",\"4.381242\"\n\"2024-06-20T05:15:00.000Z\",\"0.814738\",\"0.81276\"\n\"2024-06-20T05:20:00.000Z\",\"10.65688\",\"10.626133\"\n\"2024-06-20T05:25:00.000Z\",\"4.427618\",\"4.41563\"\n\"2024-06-20T05:30:00.000Z\",\"0.963845\",\"0.961476\"\n\"2024-06-20T05:35:00.000Z\",\"10.471317\",\"10.441147\"\n\"2024-06-20T05:40:00.000Z\",\"4.460921\",\"4.448926\"\n\"2024-06-20T05:45:00.000Z\",\"0.926287\",\"0.927131\"\n\"2024-06-20T05:50:00.000Z\",\"10.627291\",\"10.59512\"\n\"2024-06-20T05:55:00.000Z\",\"4.314899\",\"4.303075\"\n\"2024-06-20T06:00:00.000Z\",\"0.929264\",\"0.927066\"\n\"2024-06-20T06:05:00.000Z\",\"10.621334\",\"10.593061\"\n\"2024-06-20T06:10:00.000Z\",\"4.311909\",\"4.301641\"\n\"2024-06-20T06:15:00.000Z\",\"0.894201\",\"0.892432\"\n\"2024-06-20T06:20:00.000Z\",\"10.63457\",\"10.605192\"\n\"2024-06-20T06:25:00.000Z\",\"4.343525\",\"4.331821\"\n\"2024-06-20T06:30:00.000Z\",\"0.863096\",\"0.861023\"\n\"2024-06-20T06:35:00.000Z\",\"10.650964\",\"10.620867\"\n\"2024-06-20T06:40:00.000Z\",\"4.372917\",\"4.361392\"\n\"2024-06-20T06:45:00.000Z\",\"0.831371\",\"0.829292\"\n\"2024-06-20T06:50:00.000Z\",\"10.66703\",\"10.635988\"\n\"2024-06-20T06:55:00.000Z\",\"4.411983\",\"4.399823\"\n\"2024-06-20T07:00:00.000Z\",\"0.988036\",\"0.985418\"\n\"2024-06-20T07:05:00.000Z\",\"10.44348\",\"10.414711\"\n\"2024-06-20T07:10:00.000Z\",\"4.436344\",\"4.424553\"\n\"2024-06-20T07:15:00.000Z\",\"0.946505\",\"0.944312\"\n\"2024-06-20T07:20:00.000Z\",\"10.647628\",\"10.617353\"\n\"2024-06-20T07:25:00.000Z\",\"4.3007\",\"4.288671\"\n\"2024-06-20T07:30:00.000Z\",\"0.91309\",\"0.910917\"\n\"2024-06-20T07:35:00.000Z\",\"10.663709\",\"10.632452\"\n\"2024-06-20T07:40:00.000Z\",\"4.342678\",\"4.330306\"\n\"2024-06-20T07:45:00.000Z\",\"0.881184\",\"0.878953\"\n\"2024-06-20T07:50:00.000Z\",\"10.624753\",\"10.595493\"\n\"2024-06-20T07:55:00.000Z\",\"4.378407\",\"4.366025\"\n\"2024-06-20T08:00:00.000Z\",\"0.839426\",\"0.8375\"\n\"2024-06-20T08:05:00.000Z\",\"10.615547\",\"10.586936\"\n\"2024-06-20T08:10:00.000Z\",\"4.395175\",\"4.383521\"\n\"2024-06-20T08:15:00.000Z\",\"0.988086\",\"0.985768\"\n\"2024-06-20T08:20:00.000Z\",\"10.436442\",\"10.408037\"\n\"2024-06-20T08:25:00.000Z\",\"4.432739\",\"4.420961\"\n\"2024-06-20T08:30:00.000Z\",\"0.990797\",\"0.992202\"\n\"2024-06-20T08:35:00.000Z\",\"10.429803\",\"10.398041\"\n\"2024-06-20T08:40:00.000Z\",\"4.426861\",\"4.415184\"\n\"2024-06-20T08:45:00.000Z\",\"0.957772\",\"0.95555\"\n\"2024-06-20T08:50:00.000Z\",\"10.629268\",\"10.602002\"\n\"2024-06-20T08:55:00.000Z\",\"4.290001\",\"4.280936\"\n\"2024-06-20T09:00:00.000Z\",\"0.931131\",\"0.931521\"\n\"2024-06-20T09:05:00.000Z\",\"10.637179\",\"10.609744\"\n\"2024-06-20T09:10:00.000Z\",\"4.326048\",\"4.313809\"\n\"2024-06-20T09:15:00.000Z\",\"0.88865\",\"0.886582\"\n\"2024-06-20T09:20:00.000Z\",\"10.64884\",\"10.618514\"\n\"2024-06-20T09:25:00.000Z\",\"4.349155\",\"4.337521\"\n\"2024-06-20T09:30:00.000Z\",\"0.85496\",\"0.852957\"\n\"2024-06-20T09:35:00.000Z\",\"10.643924\",\"10.613852\"\n\"2024-06-20T09:40:00.000Z\",\"4.396229\",\"4.383948\"\n\"2024-06-20T09:45:00.000Z\",\"0.822763\",\"0.820939\"\n\"2024-06-20T09:50:00.000Z\",\"10.62813\",\"10.598859\"\n\"2024-06-20T09:55:00.000Z\",\"4.435308\",\"4.422502\"\n\"2024-06-20T10:00:00.000Z\",\"0.972581\",\"0.970619\"\n\"2024-06-20T10:05:00.000Z\",\"10.466168\",\"10.43588\"\n\"2024-06-20T10:10:00.000Z\",\"4.45373\",\"4.441591\"\n\"2024-06-20T10:15:00.000Z\",\"0.943568\",\"0.941425\"\n\"2024-06-20T10:20:00.000Z\",\"10.649112\",\"10.618804\"\n\"2024-06-20T10:25:00.000Z\",\"4.301703\",\"4.28981\"\n\"2024-06-20T10:30:00.000Z\",\"0.908342\",\"0.909877\"\n\"2024-06-20T10:35:00.000Z\",\"10.632341\",\"10.599285\"\n\"2024-06-20T10:40:00.000Z\",\"4.342315\",\"4.329981\"\n\"2024-06-20T10:45:00.000Z\",\"0.877686\",\"0.875624\"\n\"2024-06-20T10:50:00.000Z\",\"10.649397\",\"10.619323\"\n\"2024-06-20T10:55:00.000Z\",\"4.379324\",\"4.366542\"\n\"2024-06-20T11:00:00.000Z\",\"0.844914\",\"0.84295\"\n\"2024-06-20T11:05:00.000Z\",\"10.623882\",\"10.594898\"\n\"2024-06-20T11:10:00.000Z\",\"4.40541\",\"4.39307\"\n\"2024-06-20T11:15:00.000Z\",\"0.846201\",\"0.844259\"\n\"2024-06-20T11:20:00.000Z\",\"10.629318\",\"10.600107\"\n\"2024-06-20T11:25:00.000Z\",\"4.408217\",\"4.395489\"\n\"2024-06-20T11:30:00.000Z\",\"1.004047\",\"1.001512\"\n\"2024-06-20T11:35:00.000Z\",\"10.462083\",\"10.432239\"\n\"2024-06-20T11:40:00.000Z\",\"4.424036\",\"4.412215\"\n\"2024-06-20T11:45:00.000Z\",\"0.967038\",\"0.964748\"\n\"2024-06-20T11:50:00.000Z\",\"10.638369\",\"10.608606\"\n\"2024-06-20T11:55:00.000Z\",\"4.28066\",\"4.268899\"\n\"2024-06-20T12:00:00.000Z\",\"0.93048\",\"0.928269\"\n\"2024-06-20T12:05:00.000Z\",\"10.643393\",\"10.613338\"\n\"2024-06-20T12:10:00.000Z\",\"4.324044\",\"4.311858\"\n\"2024-06-20T12:15:00.000Z\",\"0.8977\",\"0.895634\"\n\"2024-06-20T12:20:00.000Z\",\"10.659561\",\"10.628703\"\n\"2024-06-20T12:25:00.000Z\",\"4.33494\",\"4.323466\"\n\"2024-06-20T12:30:00.000Z\",\"0.86851\",\"0.866403\"\n\"2024-06-20T12:35:00.000Z\",\"10.651912\",\"10.622983\"\n\"2024-06-20T12:40:00.000Z\",\"4.392345\",\"4.380038\"\n\"2024-06-20T12:45:00.000Z\",\"0.831658\",\"0.829853\"\n\"2024-06-20T12:50:00.000Z\",\"10.667527\",\"10.639908\"\n\"2024-06-20T12:55:00.000Z\",\"4.432841\",\"4.415912\"\n\"2024-06-20T13:00:00.000Z\",\"0.985292\",\"0.982938\"\n\"2024-06-20T13:05:00.000Z\",\"10.451535\",\"10.422368\"\n\"2024-06-20T13:10:00.000Z\",\"4.441352\",\"4.429309\"\n\"2024-06-20T13:15:00.000Z\",\"0.956692\",\"0.954245\"\n\"2024-06-20T13:20:00.000Z\",\"10.460718\",\"10.430886\"\n\"2024-06-20T13:25:00.000Z\",\"4.47974\",\"4.467508\"\n\"2024-06-20T13:30:00.000Z\",\"0.915024\",\"0.916527\"\n\"2024-06-20T13:35:00.000Z\",\"10.65693\",\"10.622507\"\n\"2024-06-20T13:40:00.000Z\",\"4.322536\",\"4.311002\"\n\"2024-06-20T13:45:00.000Z\",\"0.918649\",\"0.91648\"\n\"2024-06-20T13:50:00.000Z\",\"10.640107\",\"10.610319\"\n\"2024-06-20T13:55:00.000Z\",\"4.319055\",\"4.307662\"\n\"2024-06-20T14:00:00.000Z\",\"0.885654\",\"0.883536\"\n\"2024-06-20T14:05:00.000Z\",\"10.649361\",\"10.618983\"\n\"2024-06-20T14:10:00.000Z\",\"4.351529\",\"4.340057\"\n\"2024-06-20T14:15:00.000Z\",\"0.851445\",\"0.849282\"\n\"2024-06-20T14:20:00.000Z\",\"10.650536\",\"10.623926\"\n\"2024-06-20T14:25:00.000Z\",\"4.393057\",\"4.377534\"\n\"2024-06-20T14:30:00.000Z\",\"1.000896\",\"1.002177\"\n\"2024-06-20T14:35:00.000Z\",\"10.43804\",\"10.405878\"\n\"2024-06-20T14:40:00.000Z\",\"4.44608\",\"4.433127\"\n\"2024-06-20T14:45:00.000Z\",\"0.965494\",\"0.963286\"\n\"2024-06-20T14:50:00.000Z\",\"10.45993\",\"10.430342\"\n\"2024-06-20T14:55:00.000Z\",\"4.459191\",\"4.447164\"\n\"2024-06-20T15:00:00.000Z\",\"0.930468\",\"0.928293\"\n\"2024-06-20T15:05:00.000Z\",\"10.651657\",\"10.624284\"\n\"2024-06-20T15:10:00.000Z\",\"4.316661\",\"4.30166\"\n\"2024-06-20T15:15:00.000Z\",\"0.893707\",\"0.891693\"\n\"2024-06-20T15:20:00.000Z\",\"10.61657\",\"10.587917\"\n\"2024-06-20T15:25:00.000Z\",\"4.339698\",\"4.328236\"\n\"2024-06-20T15:30:00.000Z\",\"0.860572\",\"0.858508\"\n\"2024-06-20T15:35:00.000Z\",\"10.629644\",\"10.600358\"\n\"2024-06-20T15:40:00.000Z\",\"4.381661\",\"4.369872\"\n\"2024-06-20T15:45:00.000Z\",\"1.01158\",\"1.009166\"\n\"2024-06-20T15:50:00.000Z\",\"10.436191\",\"10.411298\"\n\"2024-06-20T15:55:00.000Z\",\"4.412734\",\"4.397474\"\n\"2024-06-20T16:00:00.000Z\",\"0.978297\",\"0.975925\"\n\"2024-06-20T16:05:00.000Z\",\"10.428923\",\"10.400732\"\n\"2024-06-20T16:10:00.000Z\",\"4.459981\",\"4.447529\"\n\"2024-06-20T16:15:00.000Z\",\"0.94028\",\"0.937903\"\n\"2024-06-20T16:20:00.000Z\",\"10.666497\",\"10.635276\"\n\"2024-06-20T16:25:00.000Z\",\"4.316514\",\"4.304238\"\n\"2024-06-20T16:30:00.000Z\",\"0.943656\",\"0.941361\"\n\"2024-06-20T16:35:00.000Z\",\"10.660524\",\"10.629612\"\n\"2024-06-20T16:40:00.000Z\",\"4.2953\",\"4.283732\"\n\"2024-06-20T16:45:00.000Z\",\"0.908733\",\"0.906558\"\n\"2024-06-20T16:50:00.000Z\",\"10.671416\",\"10.639927\"\n\"2024-06-20T16:55:00.000Z\",\"4.349896\",\"4.337344\"\n\"2024-06-20T17:00:00.000Z\",\"0.873612\",\"0.871665\"\n\"2024-06-20T17:05:00.000Z\",\"10.659194\",\"10.628315\"\n\"2024-06-20T17:10:00.000Z\",\"4.37634\",\"4.364041\"\n\"2024-06-20T17:15:00.000Z\",\"1.030481\",\"1.027979\"\n\"2024-06-20T17:20:00.000Z\",\"10.449909\",\"10.420833\"\n\"2024-06-20T17:25:00.000Z\",\"4.400135\",\"4.38808\"\n\"2024-06-20T17:30:00.000Z\",\"1.002359\",\"0.999703\"\n\"2024-06-20T17:35:00.000Z\",\"10.476987\",\"10.446509\"\n\"2024-06-20T17:40:00.000Z\",\"4.437335\",\"4.424985\"\n\"2024-06-20T17:45:00.000Z\",\"0.965818\",\"0.963554\"\n\"2024-06-20T17:50:00.000Z\",\"10.622732\",\"10.593772\"\n\"2024-06-20T17:55:00.000Z\",\"4.270022\",\"4.258402\"\n\"2024-06-20T18:00:00.000Z\",\"0.937089\",\"0.935072\"\n\"2024-06-20T18:05:00.000Z\",\"10.645182\",\"10.614531\"\n\"2024-06-20T18:10:00.000Z\",\"4.312502\",\"4.300594\"\n\"2024-06-20T18:15:00.000Z\",\"0.896401\",\"0.894274\"\n\"2024-06-20T18:20:00.000Z\",\"10.635929\",\"10.606251\"\n\"2024-06-20T18:25:00.000Z\",\"4.353752\",\"4.341522\"\n\"2024-06-20T18:30:00.000Z\",\"0.85996\",\"0.857877\"\n\"2024-06-20T18:35:00.000Z\",\"10.630969\",\"10.601586\"\n\"2024-06-20T18:40:00.000Z\",\"4.377833\",\"4.366145\"\n\"2024-06-20T18:45:00.000Z\",\"0.821732\",\"0.819828\"\n\"2024-06-20T18:50:00.000Z\",\"10.64363\",\"10.613592\"\n\"2024-06-20T18:55:00.000Z\",\"4.421379\",\"4.409287\"\n\"2024-06-20T19:00:00.000Z\",\"1.007207\",\"1.004855\"\n\"2024-06-20T19:05:00.000Z\",\"10.459841\",\"10.430198\"\n\"2024-06-20T19:10:00.000Z\",\"4.422519\",\"4.410384\"\n\"2024-06-20T19:15:00.000Z\",\"0.978425\",\"0.976021\"\n\"2024-06-20T19:20:00.000Z\",\"10.453076\",\"10.423836\"\n\"2024-06-20T19:25:00.000Z\",\"4.454534\",\"4.442161\"\n\"2024-06-20T19:30:00.000Z\",\"0.945437\",\"0.943167\"\n\"2024-06-20T19:35:00.000Z\",\"10.624942\",\"10.59607\"\n\"2024-06-20T19:40:00.000Z\",\"4.298575\",\"4.287975\"\n\"2024-06-20T19:45:00.000Z\",\"0.917781\",\"0.916248\"\n\"2024-06-20T19:50:00.000Z\",\"10.637143\",\"10.60725\"\n\"2024-06-20T19:55:00.000Z\",\"4.333123\",\"4.321444\"\n\"2024-06-20T20:00:00.000Z\",\"0.878418\",\"0.876302\"\n\"2024-06-20T20:05:00.000Z\",\"10.657657\",\"10.626892\"\n\"2024-06-20T20:10:00.000Z\",\"4.379223\",\"4.366581\"\n\"2024-06-20T20:15:00.000Z\",\"0.844186\",\"0.842213\"\n\"2024-06-20T20:20:00.000Z\",\"10.625425\",\"10.596331\"\n\"2024-06-20T20:25:00.000Z\",\"4.395299\",\"4.383441\"\n\"2024-06-20T20:30:00.000Z\",\"1.013735\",\"1.01135\"\n\"2024-06-20T20:35:00.000Z\",\"10.425904\",\"10.397884\"\n\"2024-06-20T20:40:00.000Z\",\"4.419881\",\"4.407676\"\n\"2024-06-20T20:45:00.000Z\",\"0.985374\",\"0.982803\"\n\"2024-06-20T20:50:00.000Z\",\"10.447361\",\"10.41844\"\n\"2024-06-20T20:55:00.000Z\",\"4.442571\",\"4.430657\"\n\"2024-06-20T21:00:00.000Z\",\"0.951782\",\"0.949496\"\n\"2024-06-20T21:05:00.000Z\",\"10.619644\",\"10.590871\"\n\"2024-06-20T21:10:00.000Z\",\"4.287519\",\"4.276011\"\n\"2024-06-20T21:15:00.000Z\",\"0.91546\",\"0.913272\"\n\"2024-06-20T21:20:00.000Z\",\"10.646433\",\"10.616457\"\n\"2024-06-20T21:25:00.000Z\",\"4.340593\",\"4.327973\"\n\"2024-06-20T21:30:00.000Z\",\"0.8908\",\"0.888414\"\n\"2024-06-20T21:35:00.000Z\",\"10.637388\",\"10.607639\"\n\"2024-06-20T21:40:00.000Z\",\"4.365802\",\"4.353505\"\n\"2024-06-20T21:45:00.000Z\",\"0.851838\",\"0.849851\"\n\"2024-06-20T21:50:00.000Z\",\"10.637032\",\"10.607485\"\n\"2024-06-20T21:55:00.000Z\",\"4.383682\",\"4.372069\"\n\"2024-06-20T22:00:00.000Z\",\"1.003513\",\"1.001026\"\n\"2024-06-20T22:05:00.000Z\",\"10.467262\",\"10.437099\"\n\"2024-06-20T22:10:00.000Z\",\"4.425411\",\"4.413517\"\n\"2024-06-20T22:15:00.000Z\",\"0.965657\",\"0.963293\"\n\"2024-06-20T22:20:00.000Z\",\"10.454656\",\"10.425281\"\n\"2024-06-20T22:25:00.000Z\",\"4.468782\",\"4.456468\"\n\"2024-06-20T22:30:00.000Z\",\"0.930058\",\"0.931514\"\n\"2024-06-20T22:35:00.000Z\",\"10.624461\",\"10.59546\"\n\"2024-06-20T22:40:00.000Z\",\"4.304324\",\"4.289382\"\n\"2024-06-20T22:45:00.000Z\",\"0.896305\",\"0.894253\"\n\"2024-06-20T22:50:00.000Z\",\"10.649563\",\"10.619195\"\n\"2024-06-20T22:55:00.000Z\",\"4.341885\",\"4.330177\"\n\"2024-06-20T23:00:00.000Z\",\"0.901577\",\"0.899551\"\n\"2024-06-20T23:05:00.000Z\",\"10.643671\",\"10.613843\"\n\"2024-06-20T23:10:00.000Z\",\"4.341875\",\"4.330163\"\n\"2024-06-20T23:15:00.000Z\",\"0.868177\",\"0.866178\"\n\"2024-06-20T23:20:00.000Z\",\"10.613144\",\"10.584482\"\n\"2024-06-20T23:25:00.000Z\",\"4.377042\",\"4.365082\"\n\"2024-06-20T23:30:00.000Z\",\"0.832129\",\"0.830263\"\n\"2024-06-20T23:35:00.000Z\",\"10.65145\",\"10.620978\"\n\"2024-06-20T23:40:00.000Z\",\"4.420854\",\"4.408287\"\n\"2024-06-20T23:45:00.000Z\",\"0.983379\",\"0.981105\"\n\"2024-06-20T23:50:00.000Z\",\"10.436418\",\"10.408232\"\n\"2024-06-20T23:55:00.000Z\",\"4.43557\",\"4.423674\"\n\"2024-06-21T00:00:00.000Z\",\"0.949104\",\"0.94689\"\n\"2024-06-21T00:05:00.000Z\",\"10.624121\",\"10.595109\"\n\"2024-06-21T00:10:00.000Z\",\"4.304997\",\"4.292652\"\n\"2024-06-21T00:15:00.000Z\",\"0.912115\",\"0.910012\"\n\"2024-06-21T00:20:00.000Z\",\"10.618087\",\"10.589367\"\n\"2024-06-21T00:25:00.000Z\",\"4.320975\",\"4.309562\"\n\"2024-06-21T00:30:00.000Z\",\"0.880824\",\"0.87879\"\n\"2024-06-21T00:35:00.000Z\",\"10.616477\",\"10.587862\"\n\"2024-06-21T00:40:00.000Z\",\"4.353444\",\"4.34199\"\n\"2024-06-21T00:45:00.000Z\",\"0.849574\",\"0.847651\"\n\"2024-06-21T00:50:00.000Z\",\"10.620945\",\"10.592232\"\n\"2024-06-21T00:55:00.000Z\",\"4.383689\",\"4.372096\"\n\"2024-06-21T01:00:00.000Z\",\"0.817766\",\"0.815837\"\n\"2024-06-21T01:05:00.000Z\",\"10.615222\",\"10.586624\"\n\"2024-06-21T01:10:00.000Z\",\"4.416113\",\"4.404511\"\n\"2024-06-21T01:15:00.000Z\",\"0.972629\",\"0.970401\"\n\"2024-06-21T01:20:00.000Z\",\"10.432875\",\"10.404665\"\n\"2024-06-21T01:25:00.000Z\",\"4.449604\",\"4.437711\"\n\"2024-06-21T01:30:00.000Z\",\"0.975593\",\"0.973245\"\n\"2024-06-21T01:35:00.000Z\",\"10.649497\",\"10.619072\"\n\"2024-06-21T01:40:00.000Z\",\"4.270731\",\"4.259052\"\n\"2024-06-21T01:45:00.000Z\",\"0.942132\",\"0.939835\"\n\"2024-06-21T01:50:00.000Z\",\"10.631956\",\"10.604455\"\n\"2024-06-21T01:55:00.000Z\",\"4.301819\",\"4.28861\"\n\"2024-06-21T02:00:00.000Z\",\"0.903256\",\"0.901248\"\n\"2024-06-21T02:05:00.000Z\",\"10.628392\",\"10.599141\"\n\"2024-06-21T02:10:00.000Z\",\"4.338015\",\"4.326291\"\n\"2024-06-21T02:15:00.000Z\",\"0.870381\",\"0.868353\"\n\"2024-06-21T02:20:00.000Z\",\"10.624912\",\"10.595818\"\n\"2024-06-21T02:25:00.000Z\",\"4.370695\",\"4.359925\"\n\"2024-06-21T02:30:00.000Z\",\"0.843661\",\"0.842843\"\n\"2024-06-21T02:35:00.000Z\",\"10.647023\",\"10.616787\"\n\"2024-06-21T02:40:00.000Z\",\"4.409767\",\"4.397585\"\n\"2024-06-21T02:45:00.000Z\",\"0.986442\",\"0.984065\"\n\"2024-06-21T02:50:00.000Z\",\"10.465174\",\"10.435321\"\n\"2024-06-21T02:55:00.000Z\",\"4.438756\",\"4.42672\"\n\"2024-06-21T03:00:00.000Z\",\"0.957901\",\"0.955396\"\n\"2024-06-21T03:05:00.000Z\",\"10.443587\",\"10.41485\"\n\"2024-06-21T03:10:00.000Z\",\"4.472558\",\"4.46044\"\n\"2024-06-21T03:15:00.000Z\",\"0.921111\",\"0.9189\"\n\"2024-06-21T03:20:00.000Z\",\"10.628329\",\"10.599207\"\n\"2024-06-21T03:25:00.000Z\",\"4.316885\",\"4.30537\"\n\"2024-06-21T03:30:00.000Z\",\"0.888441\",\"0.88641\"\n\"2024-06-21T03:35:00.000Z\",\"10.619315\",\"10.590512\"\n\"2024-06-21T03:40:00.000Z\",\"4.347151\",\"4.335722\"\n\"2024-06-21T03:45:00.000Z\",\"0.851251\",\"0.852929\"\n\"2024-06-21T03:50:00.000Z\",\"10.619954\",\"10.591203\"\n\"2024-06-21T03:55:00.000Z\",\"4.407256\",\"4.390851\"\n\"2024-06-21T04:00:00.000Z\",\"0.818152\",\"0.816286\"\n\"2024-06-21T04:05:00.000Z\",\"10.61803\",\"10.589285\"\n\"2024-06-21T04:10:00.000Z\",\"4.416997\",\"4.405301\"\n\"2024-06-21T04:15:00.000Z\",\"1.007719\",\"1.005196\"\n\"2024-06-21T04:20:00.000Z\",\"10.462193\",\"10.432507\"\n\"2024-06-21T04:25:00.000Z\",\"4.418788\",\"4.406847\"\n\"2024-06-21T04:30:00.000Z\",\"0.974962\",\"0.972652\"\n\"2024-06-21T04:35:00.000Z\",\"10.630858\",\"10.601456\"\n\"2024-06-21T04:40:00.000Z\",\"4.268768\",\"4.25696\"\n\"2024-06-21T04:45:00.000Z\",\"0.942617\",\"0.944001\"\n\"2024-06-21T04:50:00.000Z\",\"10.647946\",\"10.613988\"\n\"2024-06-21T04:55:00.000Z\",\"4.299496\",\"4.287903\"\n\"2024-06-21T05:00:00.000Z\",\"0.908277\",\"0.906118\"\n\"2024-06-21T05:05:00.000Z\",\"10.620164\",\"10.591312\"\n\"2024-06-21T05:10:00.000Z\",\"4.349559\",\"4.337381\"\n\"2024-06-21T05:15:00.000Z\",\"0.871145\",\"0.869092\"\n\"2024-06-21T05:20:00.000Z\",\"10.63517\",\"10.609203\"\n\"2024-06-21T05:25:00.000Z\",\"4.378013\",\"4.362164\"\n\"2024-06-21T05:30:00.000Z\",\"0.8385\",\"0.836549\"\n\"2024-06-21T05:35:00.000Z\",\"10.621231\",\"10.592489\"\n\"2024-06-21T05:40:00.000Z\",\"4.39556\",\"4.383723\"\n\"2024-06-21T05:45:00.000Z\",\"0.989284\",\"0.986942\"\n\"2024-06-21T05:50:00.000Z\",\"10.451954\",\"10.422773\"\n\"2024-06-21T05:55:00.000Z\",\"4.434868\",\"4.422776\"\n\"2024-06-21T06:00:00.000Z\",\"0.956622\",\"0.954421\"\n\"2024-06-21T06:05:00.000Z\",\"10.441786\",\"10.413123\"\n\"2024-06-21T06:10:00.000Z\",\"4.461032\",\"4.44924\"\n\"2024-06-21T06:15:00.000Z\",\"0.923275\",\"0.921046\"\n\"2024-06-21T06:20:00.000Z\",\"10.646875\",\"10.616799\"\n\"2024-06-21T06:25:00.000Z\",\"4.316146\",\"4.304431\"\n\"2024-06-21T06:30:00.000Z\",\"0.893384\",\"0.891268\"\n\"2024-06-21T06:35:00.000Z\",\"10.621461\",\"10.592551\"\n\"2024-06-21T06:40:00.000Z\",\"4.34617\",\"4.334467\"\n\"2024-06-21T06:45:00.000Z\",\"0.896369\",\"0.894247\"\n\"2024-06-21T06:50:00.000Z\",\"10.62348\",\"10.594271\"\n\"2024-06-21T06:55:00.000Z\",\"4.348451\",\"4.336693\"\n\"2024-06-21T07:00:00.000Z\",\"0.859615\",\"0.858863\"\n\"2024-06-21T07:05:00.000Z\",\"10.619738\",\"10.593206\"\n\"2024-06-21T07:10:00.000Z\",\"4.377172\",\"4.361897\"\n\"2024-06-21T07:15:00.000Z\",\"1.016581\",\"1.014125\"\n\"2024-06-21T07:20:00.000Z\",\"10.450231\",\"10.421118\"\n\"2024-06-21T07:25:00.000Z\",\"4.415276\",\"4.403135\"\n\"2024-06-21T07:30:00.000Z\",\"0.983454\",\"0.98117\"\n\"2024-06-21T07:35:00.000Z\",\"10.434756\",\"10.406455\"\n\"2024-06-21T07:40:00.000Z\",\"4.434368\",\"4.422676\"\n\"2024-06-21T07:45:00.000Z\",\"0.948939\",\"0.946705\"\n\"2024-06-21T07:50:00.000Z\",\"10.477067\",\"10.446578\"\n\"2024-06-21T07:55:00.000Z\",\"4.472122\",\"4.460319\"\n\"2024-06-21T08:00:00.000Z\",\"0.920144\",\"0.918005\"\n\"2024-06-21T08:05:00.000Z\",\"10.67839\",\"10.646554\"\n\"2024-06-21T08:10:00.000Z\",\"4.333843\",\"4.321396\"\n\"2024-06-21T08:15:00.000Z\",\"0.887325\",\"0.885176\"\n\"2024-06-21T08:20:00.000Z\",\"10.65327\",\"10.622732\"\n\"2024-06-21T08:25:00.000Z\",\"4.353883\",\"4.342205\"\n\"2024-06-21T08:30:00.000Z\",\"0.851668\",\"0.849712\"\n\"2024-06-21T08:35:00.000Z\",\"10.630207\",\"10.600882\"\n\"2024-06-21T08:40:00.000Z\",\"4.386537\",\"4.37477\"\n\"2024-06-21T08:45:00.000Z\",\"0.819571\",\"0.817613\"\n\"2024-06-21T08:50:00.000Z\",\"10.640661\",\"10.610636\"\n\"2024-06-21T08:55:00.000Z\",\"4.437359\",\"4.42467\"\n\"2024-06-21T09:00:00.000Z\",\"0.969455\",\"0.96715\"\n\"2024-06-21T09:05:00.000Z\",\"10.469192\",\"10.439179\"\n\"2024-06-21T09:10:00.000Z\",\"4.453349\",\"4.441385\"\n\"2024-06-21T09:15:00.000Z\",\"0.976352\",\"0.973996\"\n\"2024-06-21T09:20:00.000Z\",\"10.46453\",\"10.434675\"\n\"2024-06-21T09:25:00.000Z\",\"4.444638\",\"4.432766\"\n\"2024-06-21T09:30:00.000Z\",\"0.945929\",\"0.943641\"\n\"2024-06-21T09:35:00.000Z\",\"10.631983\",\"10.6026\"\n\"2024-06-21T09:40:00.000Z\",\"4.297723\",\"4.286248\"\n\"2024-06-21T09:45:00.000Z\",\"0.912414\",\"0.910007\"\n\"2024-06-21T09:50:00.000Z\",\"10.626317\",\"10.600811\"\n\"2024-06-21T09:55:00.000Z\",\"4.341317\",\"4.325529\"\n\"2024-06-21T10:00:00.000Z\",\"0.874416\",\"0.872351\"\n\"2024-06-21T10:05:00.000Z\",\"10.616395\",\"10.587743\"\n\"2024-06-21T10:10:00.000Z\",\"4.361612\",\"4.350092\"\n\"2024-06-21T10:15:00.000Z\",\"0.84267\",\"0.840752\"\n\"2024-06-21T10:20:00.000Z\",\"10.647331\",\"10.617281\"\n\"2024-06-21T10:25:00.000Z\",\"4.413085\",\"4.400179\"\n\"2024-06-21T10:30:00.000Z\",\"0.812034\",\"0.810202\"\n\"2024-06-21T10:35:00.000Z\",\"10.646438\",\"10.616407\"\n\"2024-06-21T10:40:00.000Z\",\"4.420862\",\"4.408993\"\n\"2024-06-21T10:45:00.000Z\",\"0.967543\",\"0.965179\"\n\"2024-06-21T10:50:00.000Z\",\"10.439127\",\"10.410586\"\n\"2024-06-21T10:55:00.000Z\",\"4.45361\",\"4.441844\"\n\"2024-06-21T11:00:00.000Z\",\"0.934032\",\"0.931786\"\n\"2024-06-21T11:05:00.000Z\",\"10.636357\",\"10.606684\"\n\"2024-06-21T11:10:00.000Z\",\"4.30985\",\"4.298098\"\n\"2024-06-21T11:15:00.000Z\",\"0.903988\",\"0.901807\"\n\"2024-06-21T11:20:00.000Z\",\"10.660248\",\"10.62932\"\n\"2024-06-21T11:25:00.000Z\",\"4.360252\",\"4.348375\"\n\"2024-06-21T11:30:00.000Z\",\"0.87664\",\"0.87663\"\n\"2024-06-21T11:35:00.000Z\",\"10.66709\",\"10.639056\"\n\"2024-06-21T11:40:00.000Z\",\"4.394801\",\"4.384123\"\n\"2024-06-21T11:45:00.000Z\",\"0.844477\",\"0.845264\"\n\"2024-06-21T11:50:00.000Z\",\"10.649889\",\"10.621815\"\n\"2024-06-21T11:55:00.000Z\",\"4.432409\",\"4.4224\"\n\"2024-06-21T12:00:00.000Z\",\"1.026953\",\"1.030245\"\n\"2024-06-21T12:05:00.000Z\",\"10.473944\",\"10.443248\"\n\"2024-06-21T12:10:00.000Z\",\"4.425231\",\"4.414541\"\n\"2024-06-21T12:15:00.000Z\",\"0.994115\",\"0.994549\"\n\"2024-06-21T12:20:00.000Z\",\"10.453012\",\"10.427666\"\n\"2024-06-21T12:25:00.000Z\",\"4.461836\",\"4.44509\"\n\"2024-06-21T12:30:00.000Z\",\"0.959581\",\"0.957298\"\n\"2024-06-21T12:35:00.000Z\",\"10.637101\",\"10.607404\"\n\"2024-06-21T12:40:00.000Z\",\"4.287171\",\"4.275317\"\n\"2024-06-21T12:45:00.000Z\",\"0.9221\",\"0.919872\"\n\"2024-06-21T12:50:00.000Z\",\"10.67232\",\"10.640811\"\n\"2024-06-21T12:55:00.000Z\",\"4.336783\",\"4.324146\"\n\"2024-06-21T13:00:00.000Z\",\"0.89091\",\"0.888749\"\n\"2024-06-21T13:05:00.000Z\",\"10.642927\",\"10.61299\"\n\"2024-06-21T13:10:00.000Z\",\"4.356687\",\"4.344974\"\n\"2024-06-21T13:15:00.000Z\",\"0.853362\",\"0.854971\"\n\"2024-06-21T13:20:00.000Z\",\"10.632166\",\"10.597345\"\n\"2024-06-21T13:25:00.000Z\",\"4.389987\",\"4.378091\"\n\"2024-06-21T13:30:00.000Z\",\"1.005764\",\"1.006874\"\n\"2024-06-21T13:35:00.000Z\",\"10.440615\",\"10.408323\"\n\"2024-06-21T13:40:00.000Z\",\"4.433942\",\"4.421392\"\n\"2024-06-21T13:45:00.000Z\",\"0.970346\",\"0.967972\"\n\"2024-06-21T13:50:00.000Z\",\"10.462575\",\"10.432844\"\n\"2024-06-21T13:55:00.000Z\",\"4.475317\",\"4.46225\"\n\"2024-06-21T14:00:00.000Z\",\"0.950695\",\"0.948473\"\n\"2024-06-21T14:05:00.000Z\",\"10.442976\",\"10.414171\"\n\"2024-06-21T14:10:00.000Z\",\"4.47133\",\"4.45937\"\n\"2024-06-21T14:15:00.000Z\",\"0.919778\",\"0.917629\"\n\"2024-06-21T14:20:00.000Z\",\"10.630917\",\"10.60203\"\n\"2024-06-21T14:25:00.000Z\",\"4.33052\",\"4.31852\"\n\"2024-06-21T14:30:00.000Z\",\"0.885659\",\"0.883546\"\n\"2024-06-21T14:35:00.000Z\",\"10.652118\",\"10.62165\"\n\"2024-06-21T14:40:00.000Z\",\"4.365023\",\"4.352776\"\n\"2024-06-21T14:45:00.000Z\",\"0.854214\",\"0.852257\"\n\"2024-06-21T14:50:00.000Z\",\"10.661595\",\"10.630608\"\n\"2024-06-21T14:55:00.000Z\",\"4.402116\",\"4.389408\"\n\"2024-06-21T15:00:00.000Z\",\"0.823039\",\"0.8211\"\n\"2024-06-21T15:05:00.000Z\",\"10.638304\",\"10.608693\"\n\"2024-06-21T15:10:00.000Z\",\"4.410599\",\"4.398873\"\n\"2024-06-21T15:15:00.000Z\",\"0.79497\",\"0.793086\"\n\"2024-06-21T15:20:00.000Z\",\"10.641126\",\"10.611188\"\n\"2024-06-21T15:25:00.000Z\",\"4.445758\",\"4.433831\"\n\"2024-06-21T15:30:00.000Z\",\"0.947525\",\"0.945205\"\n\"2024-06-21T15:35:00.000Z\",\"10.639765\",\"10.6102\"\n\"2024-06-21T15:40:00.000Z\",\"4.289917\",\"4.278453\"\n\"2024-06-21T15:45:00.000Z\",\"0.948641\",\"0.946349\"\n\"2024-06-21T15:50:00.000Z\",\"10.63862\",\"10.608826\"\n\"2024-06-21T15:55:00.000Z\",\"4.2881\",\"4.276749\"\n\"2024-06-21T16:00:00.000Z\",\"0.916144\",\"0.913909\"\n\"2024-06-21T16:05:00.000Z\",\"10.637091\",\"10.607407\"\n\"2024-06-21T16:10:00.000Z\",\"4.321459\",\"4.31001\"\n\"2024-06-21T16:15:00.000Z\",\"0.878204\",\"0.87624\"\n\"2024-06-21T16:20:00.000Z\",\"10.623903\",\"10.595059\"\n\"2024-06-21T16:25:00.000Z\",\"4.359032\",\"4.34727\"\n\"2024-06-21T16:30:00.000Z\",\"0.852353\",\"0.850207\"\n\"2024-06-21T16:35:00.000Z\",\"10.635061\",\"10.605459\"\n\"2024-06-21T16:40:00.000Z\",\"4.390487\",\"4.378737\"\n\"2024-06-21T16:45:00.000Z\",\"0.815631\",\"0.813774\"\n\"2024-06-21T16:50:00.000Z\",\"10.626933\",\"10.597757\"\n\"2024-06-21T16:55:00.000Z\",\"4.430688\",\"4.418475\"\n\"2024-06-21T17:00:00.000Z\",\"0.972766\",\"0.974049\"\n\"2024-06-21T17:05:00.000Z\",\"10.45751\",\"10.424347\"\n\"2024-06-21T17:10:00.000Z\",\"4.473849\",\"4.460952\"\n\"2024-06-21T17:15:00.000Z\",\"0.939298\",\"0.937028\"\n\"2024-06-21T17:20:00.000Z\",\"10.642323\",\"10.612423\"\n\"2024-06-21T17:25:00.000Z\",\"4.30531\",\"4.293625\"\n\"2024-06-21T17:30:00.000Z\",\"0.905707\",\"0.903589\"\n\"2024-06-21T17:35:00.000Z\",\"10.644075\",\"10.614013\"\n\"2024-06-21T17:40:00.000Z\",\"4.337291\",\"4.325549\"\n\"2024-06-21T17:45:00.000Z\",\"0.870778\",\"0.868661\"\n\"2024-06-21T17:50:00.000Z\",\"10.644789\",\"10.614732\"\n\"2024-06-21T17:55:00.000Z\",\"4.378215\",\"4.366156\"\n\"2024-06-21T18:00:00.000Z\",\"0.836521\",\"0.834485\"\n\"2024-06-21T18:05:00.000Z\",\"10.620144\",\"10.59132\"\n\"2024-06-21T18:10:00.000Z\",\"4.400857\",\"4.38932\"\n\"2024-06-21T18:15:00.000Z\",\"1.021632\",\"1.019176\"\n\"2024-06-21T18:20:00.000Z\",\"10.47293\",\"10.444874\"\n\"2024-06-21T18:25:00.000Z\",\"4.427737\",\"4.414814\"\n\"2024-06-21T18:30:00.000Z\",\"0.989572\",\"0.987976\"\n\"2024-06-21T18:35:00.000Z\",\"10.454977\",\"10.424931\"\n\"2024-06-21T18:40:00.000Z\",\"4.453137\",\"4.440722\"\n\"2024-06-21T18:45:00.000Z\",\"0.958204\",\"0.955712\"\n\"2024-06-21T18:50:00.000Z\",\"10.638996\",\"10.609168\"\n\"2024-06-21T18:55:00.000Z\",\"4.283133\",\"4.271728\"\n\"2024-06-21T19:00:00.000Z\",\"0.921108\",\"0.918915\"\n\"2024-06-21T19:05:00.000Z\",\"10.657027\",\"10.626298\"\n\"2024-06-21T19:10:00.000Z\",\"4.316693\",\"4.305164\"\n\"2024-06-21T19:15:00.000Z\",\"0.887004\",\"0.884894\"\n\"2024-06-21T19:20:00.000Z\",\"10.66927\",\"10.637961\"\n\"2024-06-21T19:25:00.000Z\",\"4.381083\",\"4.369731\"\n\"2024-06-21T19:30:00.000Z\",\"0.853523\",\"0.852357\"\n\"2024-06-21T19:35:00.000Z\",\"10.628063\",\"10.598845\"\n\"2024-06-21T19:40:00.000Z\",\"4.392281\",\"4.380515\"\n\"2024-06-21T19:45:00.000Z\",\"0.816966\",\"0.814924\"\n\"2024-06-21T19:50:00.000Z\",\"10.631936\",\"10.602485\"\n\"2024-06-21T19:55:00.000Z\",\"4.42546\",\"4.41358\"\n\"2024-06-21T20:00:00.000Z\",\"0.964894\",\"0.966263\"\n\"2024-06-21T20:05:00.000Z\",\"10.433478\",\"10.401623\"\n\"2024-06-21T20:10:00.000Z\",\"4.45727\",\"4.445999\"\n\"2024-06-21T20:15:00.000Z\",\"0.935252\",\"0.93316\"\n\"2024-06-21T20:20:00.000Z\",\"10.427874\",\"10.399757\"\n\"2024-06-21T20:25:00.000Z\",\"4.488838\",\"4.477131\"\n\"2024-06-21T20:30:00.000Z\",\"0.919464\",\"0.917271\"\n\"2024-06-21T20:35:00.000Z\",\"10.661279\",\"10.63035\"\n\"2024-06-21T20:40:00.000Z\",\"4.320061\",\"4.308505\"\n\"2024-06-21T20:45:00.000Z\",\"0.885976\",\"0.88387\"\n\"2024-06-21T20:50:00.000Z\",\"10.649448\",\"10.619187\"\n\"2024-06-21T20:55:00.000Z\",\"4.364652\",\"4.352395\"\n\"2024-06-21T21:00:00.000Z\",\"0.848253\",\"0.846272\"\n\"2024-06-21T21:05:00.000Z\",\"10.624005\",\"10.595109\"\n\"2024-06-21T21:10:00.000Z\",\"4.389748\",\"4.378023\"\n\"2024-06-21T21:15:00.000Z\",\"0.815671\",\"0.81698\"\n\"2024-06-21T21:20:00.000Z\",\"10.623703\",\"10.591759\"\n\"2024-06-21T21:25:00.000Z\",\"4.420484\",\"4.408622\"\n\"2024-06-21T21:30:00.000Z\",\"0.969857\",\"0.967588\"\n\"2024-06-21T21:35:00.000Z\",\"10.467601\",\"10.437645\"\n\"2024-06-21T21:40:00.000Z\",\"4.458462\",\"4.446701\"\n\"2024-06-21T21:45:00.000Z\",\"0.93761\",\"0.935985\"\n\"2024-06-21T21:50:00.000Z\",\"10.61956\",\"10.590823\"\n\"2024-06-21T21:55:00.000Z\",\"4.303865\",\"4.29225\"\n\"2024-06-21T22:00:00.000Z\",\"0.900687\",\"0.898602\"\n\"2024-06-21T22:05:00.000Z\",\"10.617258\",\"10.588595\"\n\"2024-06-21T22:10:00.000Z\",\"4.336638\",\"4.32514\"\n\"2024-06-21T22:15:00.000Z\",\"0.903083\",\"0.901029\"\n\"2024-06-21T22:20:00.000Z\",\"10.649993\",\"10.619797\"\n\"2024-06-21T22:25:00.000Z\",\"4.347357\",\"4.334961\"\n\"2024-06-21T22:30:00.000Z\",\"0.875986\",\"0.874178\"\n\"2024-06-21T22:35:00.000Z\",\"10.637682\",\"10.607943\"\n\"2024-06-21T22:40:00.000Z\",\"4.380561\",\"4.368084\"\n\"2024-06-21T22:45:00.000Z\",\"1.02813\",\"1.025593\"\n\"2024-06-21T22:50:00.000Z\",\"10.48537\",\"10.454487\"\n\"2024-06-21T22:55:00.000Z\",\"4.405916\",\"4.393747\"\n\"2024-06-21T23:00:00.000Z\",\"0.995419\",\"0.993064\"\n\"2024-06-21T23:05:00.000Z\",\"10.429168\",\"10.401154\"\n\"2024-06-21T23:10:00.000Z\",\"4.423385\",\"4.41172\"\n\"2024-06-21T23:15:00.000Z\",\"0.968266\",\"0.966148\"\n\"2024-06-21T23:20:00.000Z\",\"10.44735\",\"10.418201\"\n\"2024-06-21T23:25:00.000Z\",\"4.483028\",\"4.469951\"\n\"2024-06-21T23:30:00.000Z\",\"0.930905\",\"0.928774\"\n\"2024-06-21T23:35:00.000Z\",\"10.642612\",\"10.612793\"\n\"2024-06-21T23:40:00.000Z\",\"4.297657\",\"4.286343\"\n\"2024-06-21T23:45:00.000Z\",\"0.90033\",\"0.898264\"\n\"2024-06-21T23:50:00.000Z\",\"10.636423\",\"10.606729\"\n\"2024-06-21T23:55:00.000Z\",\"4.33976\",\"4.328094\"\n\"2024-06-22T00:00:00.000Z\",\"0.870207\",\"0.868215\"\n\"2024-06-22T00:05:00.000Z\",\"10.664629\",\"10.6337\"\n\"2024-06-22T00:10:00.000Z\",\"4.36265\",\"4.351081\"\n\"2024-06-22T00:15:00.000Z\",\"0.841708\",\"0.843286\"\n\"2024-06-22T00:20:00.000Z\",\"10.642117\",\"10.608507\"\n\"2024-06-22T00:25:00.000Z\",\"4.409803\",\"4.397459\"\n\"2024-06-22T00:30:00.000Z\",\"0.997965\",\"0.995535\"\n\"2024-06-22T00:35:00.000Z\",\"10.447483\",\"10.418345\"\n\"2024-06-22T00:40:00.000Z\",\"4.438999\",\"4.426751\"\n\"2024-06-22T00:45:00.000Z\",\"1.000517\",\"0.99808\"\n\"2024-06-22T00:50:00.000Z\",\"10.46616\",\"10.436256\"\n\"2024-06-22T00:55:00.000Z\",\"4.424903\",\"4.41383\"\n\"2024-06-22T01:00:00.000Z\",\"0.966334\",\"0.964044\"\n\"2024-06-22T01:05:00.000Z\",\"10.446991\",\"10.418059\"\n\"2024-06-22T01:10:00.000Z\",\"4.455178\",\"4.443337\"\n\"2024-06-22T01:15:00.000Z\",\"0.937198\",\"0.934983\"\n\"2024-06-22T01:20:00.000Z\",\"10.621753\",\"10.593025\"\n\"2024-06-22T01:25:00.000Z\",\"4.317355\",\"4.304867\"\n\"2024-06-22T01:30:00.000Z\",\"0.904852\",\"0.902712\"\n\"2024-06-22T01:35:00.000Z\",\"10.619495\",\"10.590704\"\n\"2024-06-22T01:40:00.000Z\",\"4.347072\",\"4.334675\"\n\"2024-06-22T01:45:00.000Z\",\"0.870471\",\"0.868477\"\n\"2024-06-22T01:50:00.000Z\",\"10.673\",\"10.64284\"\n\"2024-06-22T01:55:00.000Z\",\"4.380975\",\"4.368455\"\n\"2024-06-22T02:00:00.000Z\",\"0.840803\",\"0.838753\"\n\"2024-06-22T02:05:00.000Z\",\"10.673085\",\"10.64152\"\n\"2024-06-22T02:10:00.000Z\",\"4.420785\",\"4.407829\"\n\"2024-06-22T02:15:00.000Z\",\"0.994368\",\"0.995251\"\n\"2024-06-22T02:20:00.000Z\",\"10.487073\",\"10.452574\"\n\"2024-06-22T02:25:00.000Z\",\"4.451174\",\"4.438445\"\n\"2024-06-22T02:30:00.000Z\",\"0.96054\",\"0.958177\"\n\"2024-06-22T02:35:00.000Z\",\"10.472893\",\"10.442426\"\n\"2024-06-22T02:40:00.000Z\",\"4.476018\",\"4.463621\"\n\"2024-06-22T02:45:00.000Z\",\"0.925051\",\"0.922891\"\n\"2024-06-22T02:50:00.000Z\",\"10.651251\",\"10.620811\"\n\"2024-06-22T02:55:00.000Z\",\"4.324369\",\"4.312406\"\n\"2024-06-22T03:00:00.000Z\",\"0.890665\",\"0.888475\"\n\"2024-06-22T03:05:00.000Z\",\"10.623848\",\"10.594816\"\n\"2024-06-22T03:10:00.000Z\",\"4.353546\",\"4.341726\"\n\"2024-06-22T03:15:00.000Z\",\"0.889886\",\"0.887824\"\n\"2024-06-22T03:20:00.000Z\",\"10.640838\",\"10.611129\"\n\"2024-06-22T03:25:00.000Z\",\"4.351903\",\"4.339793\"\n\"2024-06-22T03:30:00.000Z\",\"0.859746\",\"0.857797\"\n\"2024-06-22T03:35:00.000Z\",\"10.641171\",\"10.611214\"\n\"2024-06-22T03:40:00.000Z\",\"4.377646\",\"4.365835\"\n\"2024-06-22T03:45:00.000Z\",\"1.012092\",\"1.009569\"\n\"2024-06-22T03:50:00.000Z\",\"10.477599\",\"10.447098\"\n\"2024-06-22T03:55:00.000Z\",\"4.412456\",\"4.400317\"\n\"2024-06-22T04:00:00.000Z\",\"0.982354\",\"0.980034\"\n\"2024-06-22T04:05:00.000Z\",\"10.436341\",\"10.407808\"\n\"2024-06-22T04:10:00.000Z\",\"4.446856\",\"4.434906\"\n\"2024-06-22T04:15:00.000Z\",\"0.949608\",\"0.94717\"\n\"2024-06-22T04:20:00.000Z\",\"10.446856\",\"10.417916\"\n\"2024-06-22T04:25:00.000Z\",\"4.476486\",\"4.46443\"\n\"2024-06-22T04:30:00.000Z\",\"0.913767\",\"0.911679\"\n\"2024-06-22T04:35:00.000Z\",\"10.617664\",\"10.58913\"\n\"2024-06-22T04:40:00.000Z\",\"4.316906\",\"4.305495\"\n\"2024-06-22T04:45:00.000Z\",\"0.881898\",\"0.879801\"\n\"2024-06-22T04:50:00.000Z\",\"10.627677\",\"10.598446\"\n\"2024-06-22T04:55:00.000Z\",\"4.363037\",\"4.35107\"\n\"2024-06-22T05:00:00.000Z\",\"0.84389\",\"0.841931\"\n\"2024-06-22T05:05:00.000Z\",\"10.619443\",\"10.592674\"\n\"2024-06-22T05:10:00.000Z\",\"4.396475\",\"4.382565\"\n\"2024-06-22T05:15:00.000Z\",\"0.996388\",\"0.994078\"\n\"2024-06-22T05:20:00.000Z\",\"10.447816\",\"10.418743\"\n\"2024-06-22T05:25:00.000Z\",\"4.440249\",\"4.42773\"\n\"2024-06-22T05:30:00.000Z\",\"0.963312\",\"0.961038\"\n\"2024-06-22T05:35:00.000Z\",\"10.453239\",\"10.423837\"\n\"2024-06-22T05:40:00.000Z\",\"4.486704\",\"4.473612\"\n\"2024-06-22T05:45:00.000Z\",\"0.930122\",\"0.927865\"\n\"2024-06-22T05:50:00.000Z\",\"10.647824\",\"10.617569\"\n\"2024-06-22T05:55:00.000Z\",\"4.317139\",\"4.305168\"\n\"2024-06-22T06:00:00.000Z\",\"0.928568\",\"0.926439\"\n\"2024-06-22T06:05:00.000Z\",\"10.645093\",\"10.614793\"\n\"2024-06-22T06:10:00.000Z\",\"4.324346\",\"4.312207\"\n\"2024-06-22T06:15:00.000Z\",\"0.894883\",\"0.892671\"\n\"2024-06-22T06:20:00.000Z\",\"10.640912\",\"10.611002\"\n\"2024-06-22T06:25:00.000Z\",\"4.348656\",\"4.336889\"\n\"2024-06-22T06:30:00.000Z\",\"0.859334\",\"0.85734\"\n\"2024-06-22T06:35:00.000Z\",\"10.632633\",\"10.602948\"\n\"2024-06-22T06:40:00.000Z\",\"4.388719\",\"4.37671\"\n\"2024-06-22T06:45:00.000Z\",\"1.00749\",\"1.005132\"\n\"2024-06-22T06:50:00.000Z\",\"10.430863\",\"10.402761\"\n\"2024-06-22T06:55:00.000Z\",\"4.40863\",\"4.396982\"\n\"2024-06-22T07:00:00.000Z\",\"0.979284\",\"0.976816\"\n\"2024-06-22T07:05:00.000Z\",\"10.446095\",\"10.41727\"\n\"2024-06-22T07:10:00.000Z\",\"4.461176\",\"4.448453\"\n\"2024-06-22T07:15:00.000Z\",\"0.943209\",\"0.941005\"\n\"2024-06-22T07:20:00.000Z\",\"10.66027\",\"10.629606\"\n\"2024-06-22T07:25:00.000Z\",\"4.299378\",\"4.287408\"\n\"2024-06-22T07:30:00.000Z\",\"0.915229\",\"0.913059\"\n\"2024-06-22T07:35:00.000Z\",\"10.634179\",\"10.604625\"\n\"2024-06-22T07:40:00.000Z\",\"4.325483\",\"4.31382\"\n\"2024-06-22T07:45:00.000Z\",\"0.881088\",\"0.879079\"\n\"2024-06-22T07:50:00.000Z\",\"10.660633\",\"10.629711\"\n\"2024-06-22T07:55:00.000Z\",\"4.375096\",\"4.362535\"\n\"2024-06-22T08:00:00.000Z\",\"0.848281\",\"0.846463\"\n\"2024-06-22T08:05:00.000Z\",\"10.647212\",\"10.616955\"\n\"2024-06-22T08:10:00.000Z\",\"4.387522\",\"4.375755\"\n\"2024-06-22T08:15:00.000Z\",\"0.816053\",\"0.814232\"\n\"2024-06-22T08:20:00.000Z\",\"10.647642\",\"10.617385\"\n\"2024-06-22T08:25:00.000Z\",\"4.428034\",\"4.415777\"\n\"2024-06-22T08:30:00.000Z\",\"1.007399\",\"1.005165\"\n\"2024-06-22T08:35:00.000Z\",\"10.480676\",\"10.449832\"\n\"2024-06-22T08:40:00.000Z\",\"4.430264\",\"4.41791\"\n\"2024-06-22T08:45:00.000Z\",\"0.976231\",\"0.973842\"\n\"2024-06-22T08:50:00.000Z\",\"10.45143\",\"10.425752\"\n\"2024-06-22T08:55:00.000Z\",\"4.452265\",\"4.436739\"\n\"2024-06-22T09:00:00.000Z\",\"0.942479\",\"0.940219\"\n\"2024-06-22T09:05:00.000Z\",\"10.631434\",\"10.6022\"\n\"2024-06-22T09:10:00.000Z\",\"4.292914\",\"4.281332\"\n\"2024-06-22T09:15:00.000Z\",\"0.908127\",\"0.906029\"\n\"2024-06-22T09:20:00.000Z\",\"10.6411\",\"10.611378\"\n\"2024-06-22T09:25:00.000Z\",\"4.349622\",\"4.336734\"\n\"2024-06-22T09:30:00.000Z\",\"0.882456\",\"0.8802\"\n\"2024-06-22T09:35:00.000Z\",\"10.638941\",\"10.609149\"\n\"2024-06-22T09:40:00.000Z\",\"4.361433\",\"4.349744\"\n\"2024-06-22T09:45:00.000Z\",\"0.848208\",\"0.846198\"\n\"2024-06-22T09:50:00.000Z\",\"10.617183\",\"10.588499\"\n\"2024-06-22T09:55:00.000Z\",\"4.409317\",\"4.396586\"\n\"2024-06-22T10:00:00.000Z\",\"1.001925\",\"0.999515\"\n\"2024-06-22T10:05:00.000Z\",\"10.442629\",\"10.413986\"\n\"2024-06-22T10:10:00.000Z\",\"4.418835\",\"4.407273\"\n\"2024-06-22T10:15:00.000Z\",\"0.969828\",\"0.967526\"\n\"2024-06-22T10:20:00.000Z\",\"10.449781\",\"10.420537\"\n\"2024-06-22T10:25:00.000Z\",\"4.471761\",\"4.459052\"\n\"2024-06-22T10:30:00.000Z\",\"0.935118\",\"0.932884\"\n\"2024-06-22T10:35:00.000Z\",\"10.636738\",\"10.607064\"\n\"2024-06-22T10:40:00.000Z\",\"4.303368\",\"4.29178\"\n\"2024-06-22T10:45:00.000Z\",\"0.900605\",\"0.898469\"\n\"2024-06-22T10:50:00.000Z\",\"10.63076\",\"10.60137\"\n\"2024-06-22T10:55:00.000Z\",\"4.341191\",\"4.329445\"\n\"2024-06-22T11:00:00.000Z\",\"0.866665\",\"0.864668\"\n\"2024-06-22T11:05:00.000Z\",\"10.631397\",\"10.601996\"\n\"2024-06-22T11:10:00.000Z\",\"4.373656\",\"4.361866\"\n\"2024-06-22T11:15:00.000Z\",\"0.869164\",\"0.867352\"\n\"2024-06-22T11:20:00.000Z\",\"10.642018\",\"10.612061\"\n\"2024-06-22T11:25:00.000Z\",\"4.38379\",\"4.370996\"\n\"2024-06-22T11:30:00.000Z\",\"0.832872\",\"0.830952\"\n\"2024-06-22T11:35:00.000Z\",\"10.624482\",\"10.595418\"\n\"2024-06-22T11:40:00.000Z\",\"4.404129\",\"4.392391\"\n\"2024-06-22T11:45:00.000Z\",\"0.988638\",\"0.98625\"\n\"2024-06-22T11:50:00.000Z\",\"10.432201\",\"10.40385\"\n\"2024-06-22T11:55:00.000Z\",\"4.450415\",\"4.43741\"\n\"2024-06-22T12:00:00.000Z\",\"0.952054\",\"0.94984\"\n\"2024-06-22T12:05:00.000Z\",\"10.649631\",\"10.619282\"\n\"2024-06-22T12:10:00.000Z\",\"4.304816\",\"4.292406\"\n\"2024-06-22T12:15:00.000Z\",\"0.920225\",\"0.917988\"\n\"2024-06-22T12:20:00.000Z\",\"10.646568\",\"10.616375\"\n\"2024-06-22T12:25:00.000Z\",\"4.32021\",\"4.308647\"\n\"2024-06-22T12:30:00.000Z\",\"0.883993\",\"0.881938\"\n\"2024-06-22T12:35:00.000Z\",\"10.643261\",\"10.613237\"\n\"2024-06-22T12:40:00.000Z\",\"4.350108\",\"4.338916\"\n\"2024-06-22T12:45:00.000Z\",\"0.853075\",\"0.851034\"\n\"2024-06-22T12:50:00.000Z\",\"10.627911\",\"10.598661\"\n\"2024-06-22T12:55:00.000Z\",\"4.388978\",\"4.377095\"\n\"2024-06-22T13:00:00.000Z\",\"0.819412\",\"0.817495\"\n\"2024-06-22T13:05:00.000Z\",\"10.661427\",\"10.630472\"\n\"2024-06-22T13:10:00.000Z\",\"4.429943\",\"4.417596\"\n\"2024-06-22T13:15:00.000Z\",\"0.975624\",\"0.973307\"\n\"2024-06-22T13:20:00.000Z\",\"10.469739\",\"10.443145\"\n\"2024-06-22T13:25:00.000Z\",\"4.452258\",\"4.436512\"\n\"2024-06-22T13:30:00.000Z\",\"0.937081\",\"0.938554\"\n\"2024-06-22T13:35:00.000Z\",\"10.441787\",\"10.40985\"\n\"2024-06-22T13:40:00.000Z\",\"4.484409\",\"4.472135\"\n\"2024-06-22T13:45:00.000Z\",\"0.940625\",\"0.938462\"\n\"2024-06-22T13:50:00.000Z\",\"10.642046\",\"10.612282\"\n\"2024-06-22T13:55:00.000Z\",\"4.290758\",\"4.279446\"\n\"2024-06-22T14:00:00.000Z\",\"0.908109\",\"0.906003\"\n\"2024-06-22T14:05:00.000Z\",\"10.631968\",\"10.602788\"\n\"2024-06-22T14:10:00.000Z\",\"4.346843\",\"4.334303\"\n\"2024-06-22T14:15:00.000Z\",\"0.879445\",\"0.877381\"\n\"2024-06-22T14:20:00.000Z\",\"10.635926\",\"10.609942\"\n\"2024-06-22T14:25:00.000Z\",\"4.357992\",\"4.343694\"\n\"2024-06-22T14:30:00.000Z\",\"0.853106\",\"0.852031\"\n\"2024-06-22T14:35:00.000Z\",\"10.626618\",\"10.597629\"\n\"2024-06-22T14:40:00.000Z\",\"4.39055\",\"4.378795\"\n\"2024-06-22T14:45:00.000Z\",\"1.002227\",\"0.99993\"\n\"2024-06-22T14:50:00.000Z\",\"10.452447\",\"10.423232\"\n\"2024-06-22T14:55:00.000Z\",\"4.421925\",\"4.409996\"\n\"2024-06-22T15:00:00.000Z\",\"0.972063\",\"0.969702\"\n\"2024-06-22T15:05:00.000Z\",\"10.490257\",\"10.459117\"\n\"2024-06-22T15:10:00.000Z\",\"4.464999\",\"4.452466\"\n\"2024-06-22T15:15:00.000Z\",\"0.942709\",\"0.940278\"\n\"2024-06-22T15:20:00.000Z\",\"10.627008\",\"10.601303\"\n\"2024-06-22T15:25:00.000Z\",\"4.298419\",\"4.283408\"\n\"2024-06-22T15:30:00.000Z\",\"0.903499\",\"0.90139\"\n\"2024-06-22T15:35:00.000Z\",\"10.658823\",\"10.627996\"\n\"2024-06-22T15:40:00.000Z\",\"4.348343\",\"4.336072\"\n\"2024-06-22T15:45:00.000Z\",\"0.872368\",\"0.870197\"\n\"2024-06-22T15:50:00.000Z\",\"10.644976\",\"10.614864\"\n\"2024-06-22T15:55:00.000Z\",\"4.383239\",\"4.370787\"\n\"2024-06-22T16:00:00.000Z\",\"0.835869\",\"0.833813\"\n\"2024-06-22T16:05:00.000Z\",\"10.655434\",\"10.624602\"\n\"2024-06-22T16:10:00.000Z\",\"4.423701\",\"4.411132\"\n\"2024-06-22T16:15:00.000Z\",\"1.019008\",\"1.016331\"\n\"2024-06-22T16:20:00.000Z\",\"10.481432\",\"10.450742\"\n\"2024-06-22T16:25:00.000Z\",\"4.422648\",\"4.410141\"\n\"2024-06-22T16:30:00.000Z\",\"0.983676\",\"0.9811\"\n\"2024-06-22T16:35:00.000Z\",\"10.479811\",\"10.449007\"\n\"2024-06-22T16:40:00.000Z\",\"4.462781\",\"4.450184\"\n\"2024-06-22T16:45:00.000Z\",\"0.941879\",\"0.939694\"\n\"2024-06-22T16:50:00.000Z\",\"10.617543\",\"10.588677\"\n\"2024-06-22T16:55:00.000Z\",\"4.294946\",\"4.283609\"\n\"2024-06-22T17:00:00.000Z\",\"0.9049\",\"0.902811\"\n\"2024-06-22T17:05:00.000Z\",\"10.630118\",\"10.600746\"\n\"2024-06-22T17:10:00.000Z\",\"4.339053\",\"4.327066\"\n\"2024-06-22T17:15:00.000Z\",\"0.872929\",\"0.87074\"\n\"2024-06-22T17:20:00.000Z\",\"10.663339\",\"10.632282\"\n\"2024-06-22T17:25:00.000Z\",\"4.365419\",\"4.353887\"\n\"2024-06-22T17:30:00.000Z\",\"0.835413\",\"0.833399\"\n\"2024-06-22T17:35:00.000Z\",\"10.643558\",\"10.61333\"\n\"2024-06-22T17:40:00.000Z\",\"4.410071\",\"4.398222\"\n\"2024-06-22T17:45:00.000Z\",\"0.982955\",\"0.980531\"\n\"2024-06-22T17:50:00.000Z\",\"10.437022\",\"10.408403\"\n\"2024-06-22T17:55:00.000Z\",\"4.457821\",\"4.445274\"\n\"2024-06-22T18:00:00.000Z\",\"0.94337\",\"0.941199\"\n\"2024-06-22T18:05:00.000Z\",\"10.651809\",\"10.621529\"\n\"2024-06-22T18:10:00.000Z\",\"4.299499\",\"4.287573\"\n\"2024-06-22T18:15:00.000Z\",\"0.914448\",\"0.912293\"\n\"2024-06-22T18:20:00.000Z\",\"10.628234\",\"10.598976\"\n\"2024-06-22T18:25:00.000Z\",\"4.337904\",\"4.325617\"\n\"2024-06-22T18:30:00.000Z\",\"0.877814\",\"0.878947\"\n\"2024-06-22T18:35:00.000Z\",\"10.639617\",\"10.610238\"\n\"2024-06-22T18:40:00.000Z\",\"4.363191\",\"4.347761\"\n\"2024-06-22T18:45:00.000Z\",\"0.850842\",\"0.848772\"\n\"2024-06-22T18:50:00.000Z\",\"10.641973\",\"10.612209\"\n\"2024-06-22T18:55:00.000Z\",\"4.408352\",\"4.395501\"\n\"2024-06-22T19:00:00.000Z\",\"0.853073\",\"0.851215\"\n\"2024-06-22T19:05:00.000Z\",\"10.637645\",\"10.608086\"\n\"2024-06-22T19:10:00.000Z\",\"4.399638\",\"4.387076\"\n\"2024-06-22T19:15:00.000Z\",\"1.012494\",\"1.010067\"\n\"2024-06-22T19:20:00.000Z\",\"10.453728\",\"10.42445\"\n\"2024-06-22T19:25:00.000Z\",\"4.413095\",\"4.40126\"\n\"2024-06-22T19:30:00.000Z\",\"0.981799\",\"0.979494\"\n\"2024-06-22T19:35:00.000Z\",\"10.444161\",\"10.415386\"\n\"2024-06-22T19:40:00.000Z\",\"4.441785\",\"4.429927\"\n\"2024-06-22T19:45:00.000Z\",\"0.943535\",\"0.944972\"\n\"2024-06-22T19:50:00.000Z\",\"10.628292\",\"10.595454\"\n\"2024-06-22T19:55:00.000Z\",\"4.303047\",\"4.291116\"\n\"2024-06-22T20:00:00.000Z\",\"0.914323\",\"0.912207\"\n\"2024-06-22T20:05:00.000Z\",\"10.621907\",\"10.592989\"\n\"2024-06-22T20:10:00.000Z\",\"4.333392\",\"4.321343\"\n\"2024-06-22T20:15:00.000Z\",\"0.885973\",\"0.884183\"\n\"2024-06-22T20:20:00.000Z\",\"10.623209\",\"10.594183\"\n\"2024-06-22T20:25:00.000Z\",\"4.361777\",\"4.34971\"\n\"2024-06-22T20:30:00.000Z\",\"0.871076\",\"0.869029\"\n\"2024-06-22T20:35:00.000Z\",\"10.621076\",\"10.591977\"\n\"2024-06-22T20:40:00.000Z\",\"4.373112\",\"4.36133\"\n\"2024-06-22T20:45:00.000Z\",\"0.833564\",\"0.831617\"\n\"2024-06-22T20:50:00.000Z\",\"10.631226\",\"10.601821\"\n\"2024-06-22T20:55:00.000Z\",\"4.400571\",\"4.389033\"\n\"2024-06-22T21:00:00.000Z\",\"0.98683\",\"0.98446\"\n\"2024-06-22T21:05:00.000Z\",\"10.461013\",\"10.431196\"\n\"2024-06-22T21:10:00.000Z\",\"4.452462\",\"4.440049\"\n\"2024-06-22T21:15:00.000Z\",\"0.954259\",\"0.951921\"\n\"2024-06-22T21:20:00.000Z\",\"10.63198\",\"10.602542\"\n\"2024-06-22T21:25:00.000Z\",\"4.284863\",\"4.2735\"\n\"2024-06-22T21:30:00.000Z\",\"0.926705\",\"0.924286\"\n\"2024-06-22T21:35:00.000Z\",\"10.656603\",\"10.625872\"\n\"2024-06-22T21:40:00.000Z\",\"4.332726\",\"4.320373\"\n\"2024-06-22T21:45:00.000Z\",\"0.887962\",\"0.885822\"\n\"2024-06-22T21:50:00.000Z\",\"10.637674\",\"10.608114\"\n\"2024-06-22T21:55:00.000Z\",\"4.348141\",\"4.33642\"\n\"2024-06-22T22:00:00.000Z\",\"0.854533\",\"0.852588\"\n\"2024-06-22T22:05:00.000Z\",\"10.643075\",\"10.613068\"\n\"2024-06-22T22:10:00.000Z\",\"4.379148\",\"4.367629\"\n\"2024-06-22T22:15:00.000Z\",\"0.825693\",\"0.823627\"\n\"2024-06-22T22:20:00.000Z\",\"10.6587\",\"10.628173\"\n\"2024-06-22T22:25:00.000Z\",\"4.41912\",\"4.406979\"\n\"2024-06-22T22:30:00.000Z\",\"0.985013\",\"0.982458\"\n\"2024-06-22T22:35:00.000Z\",\"10.452303\",\"10.423124\"\n\"2024-06-22T22:40:00.000Z\",\"4.448182\",\"4.43633\"\n\"2024-06-22T22:45:00.000Z\",\"0.985794\",\"0.983565\"\n\"2024-06-22T22:50:00.000Z\",\"10.639442\",\"10.609633\"\n\"2024-06-22T22:55:00.000Z\",\"4.261846\",\"4.250048\"\n\"2024-06-22T23:00:00.000Z\",\"0.956651\",\"0.954327\"\n\"2024-06-22T23:05:00.000Z\",\"10.653454\",\"10.622984\"\n\"2024-06-22T23:10:00.000Z\",\"4.285511\",\"4.273921\"\n\"2024-06-22T23:15:00.000Z\",\"0.921455\",\"0.922965\"\n\"2024-06-22T23:20:00.000Z\",\"10.665972\",\"10.631279\"\n\"2024-06-22T23:25:00.000Z\",\"4.327608\",\"4.315284\"\n\"2024-06-22T23:30:00.000Z\",\"0.891706\",\"0.889649\"\n\"2024-06-22T23:35:00.000Z\",\"10.63436\",\"10.604972\"\n\"2024-06-22T23:40:00.000Z\",\"4.35258\",\"4.340453\"\n\"2024-06-22T23:45:00.000Z\",\"0.859397\",\"0.857441\"\n\"2024-06-22T23:50:00.000Z\",\"10.633419\",\"10.603908\"\n\"2024-06-22T23:55:00.000Z\",\"4.378336\",\"4.36665\"\n\"2024-06-23T00:00:00.000Z\",\"1.015245\",\"1.012792\"\n\"2024-06-23T00:05:00.000Z\",\"10.445851\",\"10.416985\"\n\"2024-06-23T00:10:00.000Z\",\"4.416024\",\"4.403865\"\n\"2024-06-23T00:15:00.000Z\",\"0.984881\",\"0.982544\"\n\"2024-06-23T00:20:00.000Z\",\"10.454561\",\"10.42508\"\n\"2024-06-23T00:25:00.000Z\",\"4.441356\",\"4.429509\"\n\"2024-06-23T00:30:00.000Z\",\"0.95059\",\"0.948275\"\n\"2024-06-23T00:35:00.000Z\",\"10.445889\",\"10.417037\"\n\"2024-06-23T00:40:00.000Z\",\"4.498989\",\"4.485857\"\n\"2024-06-23T00:45:00.000Z\",\"0.915427\",\"0.913255\"\n\"2024-06-23T00:50:00.000Z\",\"10.658669\",\"10.627861\"\n\"2024-06-23T00:55:00.000Z\",\"4.337517\",\"4.32525\"\n\"2024-06-23T01:00:00.000Z\",\"0.884474\",\"0.882402\"\n\"2024-06-23T01:05:00.000Z\",\"10.646381\",\"10.616206\"\n\"2024-06-23T01:10:00.000Z\",\"4.362833\",\"4.350684\"\n\"2024-06-23T01:15:00.000Z\",\"0.888167\",\"0.886113\"\n\"2024-06-23T01:20:00.000Z\",\"10.617485\",\"10.588815\"\n\"2024-06-23T01:25:00.000Z\",\"4.365077\",\"4.352652\"\n\"2024-06-23T01:30:00.000Z\",\"0.854691\",\"0.852766\"\n\"2024-06-23T01:35:00.000Z\",\"10.643164\",\"10.612972\"\n\"2024-06-23T01:40:00.000Z\",\"4.397744\",\"4.385448\"\n\"2024-06-23T01:45:00.000Z\",\"1.002937\",\"1.000575\"\n\"2024-06-23T01:50:00.000Z\",\"10.461543\",\"10.431878\"\n\"2024-06-23T01:55:00.000Z\",\"4.434301\",\"4.421755\"\n\"2024-06-23T02:00:00.000Z\",\"0.970506\",\"0.968135\"\n\"2024-06-23T02:05:00.000Z\",\"10.630928\",\"10.601544\"\n\"2024-06-23T02:10:00.000Z\",\"4.280551\",\"4.268495\"\n\"2024-06-23T02:15:00.000Z\",\"0.933713\",\"0.931552\"\n\"2024-06-23T02:20:00.000Z\",\"10.646205\",\"10.616182\"\n\"2024-06-23T02:25:00.000Z\",\"4.321581\",\"4.309033\"\n\"2024-06-23T02:30:00.000Z\",\"0.90395\",\"0.901829\"\n\"2024-06-23T02:35:00.000Z\",\"10.651334\",\"10.620737\"\n\"2024-06-23T02:40:00.000Z\",\"4.337401\",\"4.325845\"\n\"2024-06-23T02:45:00.000Z\",\"0.867011\",\"0.864768\"\n\"2024-06-23T02:50:00.000Z\",\"10.654988\",\"10.628044\"\n\"2024-06-23T02:55:00.000Z\",\"4.382327\",\"4.366603\"\n\"2024-06-23T03:00:00.000Z\",\"0.830856\",\"0.828941\"\n\"2024-06-23T03:05:00.000Z\",\"10.640337\",\"10.610486\"\n\"2024-06-23T03:10:00.000Z\",\"4.407332\",\"4.395422\"\n\"2024-06-23T03:15:00.000Z\",\"0.986442\",\"0.984103\"\n\"2024-06-23T03:20:00.000Z\",\"10.434455\",\"10.406001\"\n\"2024-06-23T03:25:00.000Z\",\"4.453435\",\"4.440796\"\n\"2024-06-23T03:30:00.000Z\",\"0.952013\",\"0.949451\"\n\"2024-06-23T03:35:00.000Z\",\"10.43042\",\"10.402167\"\n\"2024-06-23T03:40:00.000Z\",\"4.476315\",\"4.464294\"\n\"2024-06-23T03:45:00.000Z\",\"0.919086\",\"0.916988\"\n\"2024-06-23T03:50:00.000Z\",\"10.62108\",\"10.592004\"\n\"2024-06-23T03:55:00.000Z\",\"4.323773\",\"4.312048\"\n\"2024-06-23T04:00:00.000Z\",\"0.917723\",\"0.915565\"\n\"2024-06-23T04:05:00.000Z\",\"10.662281\",\"10.631284\"\n\"2024-06-23T04:10:00.000Z\",\"4.330738\",\"4.31867\"\n\"2024-06-23T04:15:00.000Z\",\"0.882663\",\"0.880589\"\n\"2024-06-23T04:20:00.000Z\",\"10.634267\",\"10.604819\"\n\"2024-06-23T04:25:00.000Z\",\"4.359328\",\"4.347574\"\n\"2024-06-23T04:30:00.000Z\",\"0.851154\",\"0.849454\"\n\"2024-06-23T04:35:00.000Z\",\"10.638877\",\"10.609107\"\n\"2024-06-23T04:40:00.000Z\",\"4.393849\",\"4.381954\"\n\"2024-06-23T04:45:00.000Z\",\"1.005297\",\"1.002689\"\n\"2024-06-23T04:50:00.000Z\",\"10.450494\",\"10.421471\"\n\"2024-06-23T04:55:00.000Z\",\"4.430885\",\"4.418562\"\n\"2024-06-23T05:00:00.000Z\",\"0.971185\",\"0.968733\"\n\"2024-06-23T05:05:00.000Z\",\"10.471966\",\"10.441486\"\n\"2024-06-23T05:10:00.000Z\",\"4.472475\",\"4.459971\"\n\"2024-06-23T05:15:00.000Z\",\"0.935739\",\"0.933503\"\n\"2024-06-23T05:20:00.000Z\",\"10.657777\",\"10.627007\"\n\"2024-06-23T05:25:00.000Z\",\"4.304551\",\"4.293109\"\n\"2024-06-23T05:30:00.000Z\",\"0.90226\",\"0.900092\"\n\"2024-06-23T05:35:00.000Z\",\"10.639008\",\"10.612752\"\n\"2024-06-23T05:40:00.000Z\",\"4.34234\",\"4.327033\"\n\"2024-06-23T05:45:00.000Z\",\"0.865589\",\"0.863511\"\n\"2024-06-23T05:50:00.000Z\",\"10.652452\",\"10.62198\"\n\"2024-06-23T05:55:00.000Z\",\"4.385486\",\"4.373428\"\n\"2024-06-23T06:00:00.000Z\",\"0.831089\",\"0.832957\"\n\"2024-06-23T06:05:00.000Z\",\"10.667993\",\"10.636655\"\n\"2024-06-23T06:10:00.000Z\",\"4.42878\",\"4.412291\"\n\"2024-06-23T06:15:00.000Z\",\"0.98278\",\"0.980359\"\n\"2024-06-23T06:20:00.000Z\",\"10.469108\",\"10.438952\"\n\"2024-06-23T06:25:00.000Z\",\"4.46211\",\"4.449403\"\n\"2024-06-23T06:30:00.000Z\",\"0.986079\",\"0.983589\"\n\"2024-06-23T06:35:00.000Z\",\"10.478042\",\"10.447399\"\n\"2024-06-23T06:40:00.000Z\",\"4.460473\",\"4.447788\"\n\"2024-06-23T06:45:00.000Z\",\"0.949805\",\"0.947467\"\n\"2024-06-23T06:50:00.000Z\",\"10.637313\",\"10.607424\"\n\"2024-06-23T06:55:00.000Z\",\"4.301014\",\"4.289262\"\n\"2024-06-23T07:00:00.000Z\",\"0.908121\",\"0.906008\"\n\"2024-06-23T07:05:00.000Z\",\"10.636297\",\"10.606605\"\n\"2024-06-23T07:10:00.000Z\",\"4.344822\",\"4.332574\"\n\"2024-06-23T07:15:00.000Z\",\"0.871063\",\"0.86885\"\n\"2024-06-23T07:20:00.000Z\",\"10.643298\",\"10.613316\"\n\"2024-06-23T07:25:00.000Z\",\"4.380641\",\"4.368509\"\n\"2024-06-23T07:30:00.000Z\",\"0.835614\",\"0.833597\"\n\"2024-06-23T07:35:00.000Z\",\"10.674527\",\"10.64289\"\n\"2024-06-23T07:40:00.000Z\",\"4.421213\",\"4.40866\"\n\"2024-06-23T07:45:00.000Z\",\"0.989173\",\"0.986682\"\n\"2024-06-23T07:50:00.000Z\",\"10.473883\",\"10.443426\"\n\"2024-06-23T07:55:00.000Z\",\"4.447933\",\"4.435792\"\n\"2024-06-23T08:00:00.000Z\",\"0.953483\",\"0.951109\"\n\"2024-06-23T08:05:00.000Z\",\"10.669686\",\"10.638186\"\n\"2024-06-23T08:10:00.000Z\",\"4.312041\",\"4.29943\"\n\"2024-06-23T08:15:00.000Z\",\"0.91423\",\"0.912145\"\n\"2024-06-23T08:20:00.000Z\",\"10.627111\",\"10.597923\"\n\"2024-06-23T08:25:00.000Z\",\"4.327666\",\"4.315923\"\n\"2024-06-23T08:30:00.000Z\",\"0.875866\",\"0.873896\"\n\"2024-06-23T08:35:00.000Z\",\"10.630546\",\"10.601191\"\n\"2024-06-23T08:40:00.000Z\",\"4.362573\",\"4.35082\"\n\"2024-06-23T08:45:00.000Z\",\"0.843813\",\"0.841906\"\n\"2024-06-23T08:50:00.000Z\",\"10.631237\",\"10.60186\"\n\"2024-06-23T08:55:00.000Z\",\"4.412022\",\"4.399442\"\n\"2024-06-23T09:00:00.000Z\",\"0.84038\",\"0.838456\"\n\"2024-06-23T09:05:00.000Z\",\"10.650099\",\"10.619944\"\n\"2024-06-23T09:10:00.000Z\",\"4.396516\",\"4.384623\"\n\"2024-06-23T09:15:00.000Z\",\"0.993377\",\"0.991006\"\n\"2024-06-23T09:20:00.000Z\",\"10.451097\",\"10.422008\"\n\"2024-06-23T09:25:00.000Z\",\"4.435333\",\"4.423261\"\n\"2024-06-23T09:30:00.000Z\",\"0.957093\",\"0.95475\"\n\"2024-06-23T09:35:00.000Z\",\"10.442983\",\"10.414642\"\n\"2024-06-23T09:40:00.000Z\",\"4.464017\",\"4.452108\"\n\"2024-06-23T09:45:00.000Z\",\"0.923529\",\"0.92147\"\n\"2024-06-23T09:50:00.000Z\",\"10.61339\",\"10.584795\"\n\"2024-06-23T09:55:00.000Z\",\"4.311896\",\"4.300442\"\n\"2024-06-23T10:00:00.000Z\",\"0.89116\",\"0.889013\"\n\"2024-06-23T10:05:00.000Z\",\"10.641622\",\"10.611677\"\n\"2024-06-23T10:10:00.000Z\",\"4.357403\",\"4.345406\"\n\"2024-06-23T10:15:00.000Z\",\"0.851688\",\"0.853446\"\n\"2024-06-23T10:20:00.000Z\",\"10.647719\",\"10.61399\"\n\"2024-06-23T10:25:00.000Z\",\"4.381569\",\"4.369929\"\n\"2024-06-23T10:30:00.000Z\",\"0.819217\",\"0.817329\"\n\"2024-06-23T10:35:00.000Z\",\"10.646554\",\"10.616368\"\n\"2024-06-23T10:40:00.000Z\",\"4.431193\",\"4.418784\"\n\"2024-06-23T10:45:00.000Z\",\"0.970934\",\"0.968648\"\n\"2024-06-23T10:50:00.000Z\",\"10.437144\",\"10.408579\"\n\"2024-06-23T10:55:00.000Z\",\"4.468132\",\"4.455635\"\n\"2024-06-23T11:00:00.000Z\",\"0.933571\",\"0.931419\"\n\"2024-06-23T11:05:00.000Z\",\"10.633526\",\"10.604013\"\n\"2024-06-23T11:10:00.000Z\",\"4.310447\",\"4.298677\"\n\"2024-06-23T11:15:00.000Z\",\"0.895899\",\"0.89384\"\n\"2024-06-23T11:20:00.000Z\",\"10.633777\",\"10.604254\"\n\"2024-06-23T11:25:00.000Z\",\"4.347047\",\"4.335194\"\n\"2024-06-23T11:30:00.000Z\",\"0.862034\",\"0.859979\"\n\"2024-06-23T11:35:00.000Z\",\"10.651042\",\"10.620614\"\n\"2024-06-23T11:40:00.000Z\",\"4.39255\",\"4.380141\"\n\"2024-06-23T11:45:00.000Z\",\"0.860896\",\"0.858844\"\n\"2024-06-23T11:50:00.000Z\",\"10.657269\",\"10.626544\"\n\"2024-06-23T11:55:00.000Z\",\"4.385623\",\"4.373601\"\n\"2024-06-23T12:00:00.000Z\",\"1.008227\",\"1.005792\"\n\"2024-06-23T12:05:00.000Z\",\"10.44041\",\"10.415308\"\n\"2024-06-23T12:10:00.000Z\",\"4.43733\",\"4.420939\"\n\"2024-06-23T12:15:00.000Z\",\"0.967849\",\"0.965581\"\n\"2024-06-23T12:20:00.000Z\",\"10.618091\",\"10.592993\"\n\"2024-06-23T12:25:00.000Z\",\"4.280608\",\"4.264874\"\n\"2024-06-23T12:30:00.000Z\",\"0.935986\",\"0.93381\"\n\"2024-06-23T12:35:00.000Z\",\"10.620378\",\"10.591362\"\n\"2024-06-23T12:40:00.000Z\",\"4.305853\",\"4.29431\"\n\"2024-06-23T12:45:00.000Z\",\"0.901114\",\"0.899064\"\n\"2024-06-23T12:50:00.000Z\",\"10.640694\",\"10.614284\"\n\"2024-06-23T12:55:00.000Z\",\"4.352718\",\"4.336754\"\n\"2024-06-23T13:00:00.000Z\",\"0.868705\",\"0.866763\"\n\"2024-06-23T13:05:00.000Z\",\"10.642577\",\"10.612782\"\n\"2024-06-23T13:10:00.000Z\",\"4.379766\",\"4.367316\"\n\"2024-06-23T13:15:00.000Z\",\"0.837595\",\"0.835603\"\n\"2024-06-23T13:20:00.000Z\",\"10.650727\",\"10.620334\"\n\"2024-06-23T13:25:00.000Z\",\"4.413335\",\"4.400957\"\n\"2024-06-23T13:30:00.000Z\",\"0.990244\",\"0.987811\"\n\"2024-06-23T13:35:00.000Z\",\"10.453377\",\"10.424131\"\n\"2024-06-23T13:40:00.000Z\",\"4.4557\",\"4.44277\"\n\"2024-06-23T13:45:00.000Z\",\"0.952537\",\"0.950266\"\n\"2024-06-23T13:50:00.000Z\",\"10.434828\",\"10.406507\"\n\"2024-06-23T13:55:00.000Z\",\"4.473425\",\"4.461368\"\n\"2024-06-23T14:00:00.000Z\",\"0.920644\",\"0.918531\"\n\"2024-06-23T14:05:00.000Z\",\"10.618209\",\"10.589222\"\n\"2024-06-23T14:10:00.000Z\",\"4.33027\",\"4.318201\"\n\"2024-06-23T14:15:00.000Z\",\"0.918251\",\"0.916166\"\n\"2024-06-23T14:20:00.000Z\",\"10.64928\",\"10.618923\"\n\"2024-06-23T14:25:00.000Z\",\"4.327419\",\"4.315521\"\n\"2024-06-23T14:30:00.000Z\",\"0.887671\",\"0.885493\"\n\"2024-06-23T14:35:00.000Z\",\"10.649709\",\"10.61919\"\n\"2024-06-23T14:40:00.000Z\",\"4.36351\",\"4.351795\"\n\"2024-06-23T14:45:00.000Z\",\"0.847501\",\"0.845582\"\n\"2024-06-23T14:50:00.000Z\",\"10.642221\",\"10.612247\"\n\"2024-06-23T14:55:00.000Z\",\"4.395828\",\"4.383818\"\n\"2024-06-23T15:00:00.000Z\",\"0.997895\",\"0.995435\"\n\"2024-06-23T15:05:00.000Z\",\"10.475692\",\"10.445336\"\n\"2024-06-23T15:10:00.000Z\",\"4.429261\",\"4.417297\"\n\"2024-06-23T15:15:00.000Z\",\"0.963449\",\"0.961149\"\n\"2024-06-23T15:20:00.000Z\",\"10.649501\",\"10.619154\"\n\"2024-06-23T15:25:00.000Z\",\"4.279848\",\"4.268212\"\n\"2024-06-23T15:30:00.000Z\",\"0.924818\",\"0.926195\"\n\"2024-06-23T15:35:00.000Z\",\"10.629354\",\"10.596588\"\n\"2024-06-23T15:40:00.000Z\",\"4.327745\",\"4.315242\"\n\"2024-06-23T15:45:00.000Z\",\"0.89133\",\"0.889089\"\n\"2024-06-23T15:50:00.000Z\",\"10.641629\",\"10.611699\"\n\"2024-06-23T15:55:00.000Z\",\"4.372607\",\"4.359809\"\n\"2024-06-23T16:00:00.000Z\",\"0.852461\",\"0.850966\"\n\"2024-06-23T16:05:00.000Z\",\"10.662602\",\"10.631066\"\n\"2024-06-23T16:10:00.000Z\",\"4.406837\",\"4.394097\"\n\"2024-06-23T16:15:00.000Z\",\"1.010587\",\"1.008499\"\n\"2024-06-23T16:20:00.000Z\",\"10.44767\",\"10.41854\"\n\"2024-06-23T16:25:00.000Z\",\"4.427175\",\"4.414995\"\n\"2024-06-23T16:30:00.000Z\",\"0.971108\",\"0.968891\"\n\"2024-06-23T16:35:00.000Z\",\"10.432471\",\"10.404195\"\n\"2024-06-23T16:40:00.000Z\",\"4.462397\",\"4.450005\"\n\"2024-06-23T16:45:00.000Z\",\"0.97166\",\"0.97047\"\n\"2024-06-23T16:50:00.000Z\",\"10.646596\",\"10.618837\"\n\"2024-06-23T16:55:00.000Z\",\"4.2732\",\"4.258076\"\n\"2024-06-23T17:00:00.000Z\",\"0.931863\",\"0.929663\"\n\"2024-06-23T17:05:00.000Z\",\"10.64351\",\"10.613514\"\n\"2024-06-23T17:10:00.000Z\",\"4.320253\",\"4.308001\"\n\"2024-06-23T17:15:00.000Z\",\"0.896286\",\"0.894238\"\n\"2024-06-23T17:20:00.000Z\",\"10.625301\",\"10.596255\"\n\"2024-06-23T17:25:00.000Z\",\"4.337913\",\"4.326524\"\n\"2024-06-23T17:30:00.000Z\",\"0.860698\",\"0.858639\"\n\"2024-06-23T17:35:00.000Z\",\"10.632342\",\"10.606475\"\n\"2024-06-23T17:40:00.000Z\",\"4.386174\",\"4.370614\"\n\"2024-06-23T17:45:00.000Z\",\"1.008005\",\"1.005642\"\n\"2024-06-23T17:50:00.000Z\",\"10.462226\",\"10.432389\"\n\"2024-06-23T17:55:00.000Z\",\"4.412882\",\"4.401308\"\n\"2024-06-23T18:00:00.000Z\",\"0.977268\",\"0.974863\"\n\"2024-06-23T18:05:00.000Z\",\"10.450725\",\"10.421629\"\n\"2024-06-23T18:10:00.000Z\",\"4.470037\",\"4.457159\"\n\"2024-06-23T18:15:00.000Z\",\"0.936722\",\"0.934537\"\n\"2024-06-23T18:20:00.000Z\",\"10.657108\",\"10.626388\"\n\"2024-06-23T18:25:00.000Z\",\"4.312772\",\"4.300806\"\n\"2024-06-23T18:30:00.000Z\",\"0.904966\",\"0.903104\"\n\"2024-06-23T18:35:00.000Z\",\"10.654223\",\"10.623646\"\n\"2024-06-23T18:40:00.000Z\",\"4.351411\",\"4.33902\"\n\"2024-06-23T18:45:00.000Z\",\"0.871235\",\"0.869101\"\n\"2024-06-23T18:50:00.000Z\",\"10.642915\",\"10.612905\"\n\"2024-06-23T18:55:00.000Z\",\"4.386253\",\"4.374203\"\n\"2024-06-23T19:00:00.000Z\",\"0.833881\",\"0.832025\"\n\"2024-06-23T19:05:00.000Z\",\"10.625922\",\"10.596784\"\n\"2024-06-23T19:10:00.000Z\",\"4.403954\",\"4.392229\"\n\"2024-06-23T19:15:00.000Z\",\"1.019328\",\"1.016988\"\n\"2024-06-23T19:20:00.000Z\",\"10.467032\",\"10.440626\"\n\"2024-06-23T19:25:00.000Z\",\"4.408739\",\"4.393284\"\n\"2024-06-23T19:30:00.000Z\",\"0.979661\",\"0.981069\"\n\"2024-06-23T19:35:00.000Z\",\"10.43302\",\"10.401239\"\n\"2024-06-23T19:40:00.000Z\",\"4.43985\",\"4.428142\"\n\"2024-06-23T19:45:00.000Z\",\"0.945643\",\"0.943561\"\n\"2024-06-23T19:50:00.000Z\",\"10.614115\",\"10.585685\"\n\"2024-06-23T19:55:00.000Z\",\"4.288822\",\"4.277782\"\n\"2024-06-23T20:00:00.000Z\",\"0.909989\",\"0.907916\"\n\"2024-06-23T20:05:00.000Z\",\"10.628641\",\"10.599445\"\n\"2024-06-23T20:10:00.000Z\",\"4.330136\",\"4.318454\"\n\"2024-06-23T20:15:00.000Z\",\"0.868881\",\"0.866968\"\n\"2024-06-23T20:20:00.000Z\",\"10.627776\",\"10.598643\"\n\"2024-06-23T20:25:00.000Z\",\"4.390568\",\"4.377771\"\n\"2024-06-23T20:30:00.000Z\",\"0.817647\",\"0.815807\"\n\"2024-06-23T20:35:00.000Z\",\"10.620331\",\"10.591557\"\n\"2024-06-23T20:40:00.000Z\",\"4.43473\",\"4.422174\"\n\"2024-06-23T20:45:00.000Z\",\"1.008085\",\"1.005642\"\n\"2024-06-23T20:50:00.000Z\",\"10.448381\",\"10.419129\"\n\"2024-06-23T20:55:00.000Z\",\"4.432709\",\"4.42041\"\n\"2024-06-23T21:00:00.000Z\",\"0.970023\",\"0.967631\"\n\"2024-06-23T21:05:00.000Z\",\"10.63749\",\"10.607844\"\n\"2024-06-23T21:10:00.000Z\",\"4.291544\",\"4.279171\"\n\"2024-06-23T21:15:00.000Z\",\"0.930936\",\"0.928813\"\n\"2024-06-23T21:20:00.000Z\",\"10.668125\",\"10.636879\"\n\"2024-06-23T21:25:00.000Z\",\"4.317923\",\"4.305776\"\n\"2024-06-23T21:30:00.000Z\",\"0.895809\",\"0.893737\"\n\"2024-06-23T21:35:00.000Z\",\"10.623971\",\"10.594963\"\n\"2024-06-23T21:40:00.000Z\",\"4.350762\",\"4.33879\"\n\"2024-06-23T21:45:00.000Z\",\"0.860323\",\"0.858308\"\n\"2024-06-23T21:50:00.000Z\",\"10.65737\",\"10.627095\"\n\"2024-06-23T21:55:00.000Z\",\"4.377933\",\"4.366325\"\n\"2024-06-23T22:00:00.000Z\",\"0.827154\",\"0.825212\"\n\"2024-06-23T22:05:00.000Z\",\"10.629978\",\"10.600649\"\n\"2024-06-23T22:10:00.000Z\",\"4.421451\",\"4.409579\"\n\"2024-06-23T22:15:00.000Z\",\"0.978104\",\"0.975641\"\n\"2024-06-23T22:20:00.000Z\",\"10.476351\",\"10.445943\"\n\"2024-06-23T22:25:00.000Z\",\"4.446719\",\"4.43478\"\n\"2024-06-23T22:30:00.000Z\",\"0.943663\",\"0.941317\"\n\"2024-06-23T22:35:00.000Z\",\"10.648085\",\"10.617827\"\n\"2024-06-23T22:40:00.000Z\",\"4.3102\",\"4.298085\"\n\"2024-06-23T22:45:00.000Z\",\"0.903053\",\"0.900976\"\n\"2024-06-23T22:50:00.000Z\",\"10.634484\",\"10.604946\"\n\"2024-06-23T22:55:00.000Z\",\"4.34308\",\"4.331041\"\n\"2024-06-23T23:00:00.000Z\",\"0.869073\",\"0.866963\"\n\"2024-06-23T23:05:00.000Z\",\"10.666522\",\"10.635299\"\n\"2024-06-23T23:10:00.000Z\",\"4.375711\",\"4.363831\"\n\"2024-06-23T23:15:00.000Z\",\"0.863881\",\"0.861915\"\n\"2024-06-23T23:20:00.000Z\",\"10.631622\",\"10.602199\"\n\"2024-06-23T23:25:00.000Z\",\"4.371903\",\"4.360208\"\n\"2024-06-23T23:30:00.000Z\",\"1.016224\",\"1.013723\"\n\"2024-06-23T23:35:00.000Z\",\"10.451629\",\"10.422485\"\n\"2024-06-23T23:40:00.000Z\",\"4.414917\",\"4.402805\"\n\"2024-06-23T23:45:00.000Z\",\"0.981173\",\"0.982559\"\n\"2024-06-23T23:50:00.000Z\",\"10.442982\",\"10.410647\"\n\"2024-06-23T23:55:00.000Z\",\"4.438617\",\"4.426866\"\n\"2024-06-24T00:00:00.000Z\",\"0.958694\",\"0.956449\"\n\"2024-06-24T00:05:00.000Z\",\"10.643595\",\"10.613561\"\n\"2024-06-24T00:10:00.000Z\",\"4.290299\",\"4.278298\"\n\"2024-06-24T00:15:00.000Z\",\"0.930737\",\"0.928386\"\n\"2024-06-24T00:20:00.000Z\",\"10.635255\",\"10.605472\"\n\"2024-06-24T00:25:00.000Z\",\"4.310529\",\"4.299105\"\n\"2024-06-24T00:30:00.000Z\",\"0.894417\",\"0.892229\"\n\"2024-06-24T00:35:00.000Z\",\"10.639717\",\"10.609906\"\n\"2024-06-24T00:40:00.000Z\",\"4.356401\",\"4.344256\"\n\"2024-06-24T00:45:00.000Z\",\"0.859274\",\"0.857286\"\n\"2024-06-24T00:50:00.000Z\",\"10.644293\",\"10.614241\"\n\"2024-06-24T00:55:00.000Z\",\"4.386274\",\"4.374201\"\n\"2024-06-24T01:00:00.000Z\",\"0.826712\",\"0.824799\"\n\"2024-06-24T01:05:00.000Z\",\"10.635334\",\"10.605739\"\n\"2024-06-24T01:10:00.000Z\",\"4.417778\",\"4.405711\"\n\"2024-06-24T01:15:00.000Z\",\"0.98617\",\"0.983604\"\n\"2024-06-24T01:20:00.000Z\",\"10.464765\",\"10.434751\"\n\"2024-06-24T01:25:00.000Z\",\"4.465744\",\"4.452937\"\n\"2024-06-24T01:30:00.000Z\",\"0.946919\",\"0.94843\"\n\"2024-06-24T01:35:00.000Z\",\"10.45488\",\"10.421838\"\n\"2024-06-24T01:40:00.000Z\",\"4.484668\",\"4.472209\"\n\"2024-06-24T01:45:00.000Z\",\"0.95\",\"0.947813\"\n\"2024-06-24T01:50:00.000Z\",\"10.641847\",\"10.611715\"\n\"2024-06-24T01:55:00.000Z\",\"4.31155\",\"4.299005\"\n\"2024-06-24T02:00:00.000Z\",\"0.913493\",\"0.911408\"\n\"2024-06-24T02:05:00.000Z\",\"10.641443\",\"10.611526\"\n\"2024-06-24T02:10:00.000Z\",\"4.321967\",\"4.310495\"\n\"2024-06-24T02:15:00.000Z\",\"0.879481\",\"0.881041\"\n\"2024-06-24T02:20:00.000Z\",\"10.659886\",\"10.625552\"\n\"2024-06-24T02:25:00.000Z\",\"4.36935\",\"4.356928\"\n\"2024-06-24T02:30:00.000Z\",\"0.847953\",\"0.846004\"\n\"2024-06-24T02:35:00.000Z\",\"10.620455\",\"10.591567\"\n\"2024-06-24T02:40:00.000Z\",\"4.38908\",\"4.377411\"\n\"2024-06-24T02:45:00.000Z\",\"0.998435\",\"0.99977\"\n\"2024-06-24T02:50:00.000Z\",\"10.467574\",\"10.437075\"\n\"2024-06-24T02:55:00.000Z\",\"4.424039\",\"4.409034\"\n\"2024-06-24T03:00:00.000Z\",\"0.97463\",\"0.972203\"\n\"2024-06-24T03:05:00.000Z\",\"10.436705\",\"10.408319\"\n\"2024-06-24T03:10:00.000Z\",\"4.444735\",\"4.433067\"\n\"2024-06-24T03:15:00.000Z\",\"0.94173\",\"0.939538\"\n\"2024-06-24T03:20:00.000Z\",\"10.624437\",\"10.595387\"\n\"2024-06-24T03:25:00.000Z\",\"4.294123\",\"4.282664\"\n\"2024-06-24T03:30:00.000Z\",\"0.905558\",\"0.903536\"\n\"2024-06-24T03:35:00.000Z\",\"10.619495\",\"10.590695\"\n\"2024-06-24T03:40:00.000Z\",\"4.326804\",\"4.315455\"\n\"2024-06-24T03:45:00.000Z\",\"0.872324\",\"0.870219\"\n\"2024-06-24T03:50:00.000Z\",\"10.631091\",\"10.601866\"\n\"2024-06-24T03:55:00.000Z\",\"4.361344\",\"4.349658\"\n\"2024-06-24T04:00:00.000Z\",\"0.841774\",\"0.839929\"\n\"2024-06-24T04:05:00.000Z\",\"10.638209\",\"10.608465\"\n\"2024-06-24T04:10:00.000Z\",\"4.400788\",\"4.388875\"\n\"2024-06-24T04:15:00.000Z\",\"0.991001\",\"0.988732\"\n\"2024-06-24T04:20:00.000Z\",\"10.444262\",\"10.415307\"\n\"2024-06-24T04:25:00.000Z\",\"4.437777\",\"4.425754\"\n\"2024-06-24T04:30:00.000Z\",\"0.991291\",\"0.988931\"\n\"2024-06-24T04:35:00.000Z\",\"10.472279\",\"10.442071\"\n\"2024-06-24T04:40:00.000Z\",\"4.433691\",\"4.421679\"\n\"2024-06-24T04:45:00.000Z\",\"0.957327\",\"0.955035\"\n\"2024-06-24T04:50:00.000Z\",\"10.623702\",\"10.594938\"\n\"2024-06-24T04:55:00.000Z\",\"4.282316\",\"4.27081\"\n\"2024-06-24T05:00:00.000Z\",\"0.918265\",\"0.916127\"\n\"2024-06-24T05:05:00.000Z\",\"10.628611\",\"10.599525\"\n\"2024-06-24T05:10:00.000Z\",\"4.32527\",\"4.313293\"\n\"2024-06-24T05:15:00.000Z\",\"0.88827\",\"0.88613\"\n\"2024-06-24T05:20:00.000Z\",\"10.641902\",\"10.611977\"\n\"2024-06-24T05:25:00.000Z\",\"4.36033\",\"4.348171\"\n\"2024-06-24T05:30:00.000Z\",\"0.852538\",\"0.850503\"\n\"2024-06-24T05:35:00.000Z\",\"10.649072\",\"10.618953\"\n\"2024-06-24T05:40:00.000Z\",\"4.396626\",\"4.384211\"\n\"2024-06-24T05:45:00.000Z\",\"1.003221\",\"1.000846\"\n\"2024-06-24T05:50:00.000Z\",\"10.428576\",\"10.400437\"\n\"2024-06-24T05:55:00.000Z\",\"4.419241\",\"4.407636\"\n\"2024-06-24T06:00:00.000Z\",\"0.965176\",\"0.962954\"\n\"2024-06-24T06:05:00.000Z\",\"10.436708\",\"10.408098\"\n\"2024-06-24T06:10:00.000Z\",\"4.463102\",\"4.451043\"\n\"2024-06-24T06:15:00.000Z\",\"0.928567\",\"0.926414\"\n\"2024-06-24T06:20:00.000Z\",\"10.62835\",\"10.599107\"\n\"2024-06-24T06:25:00.000Z\",\"4.325577\",\"4.313203\"\n\"2024-06-24T06:30:00.000Z\",\"0.89408\",\"0.892076\"\n\"2024-06-24T06:35:00.000Z\",\"10.64508\",\"10.614781\"\n\"2024-06-24T06:40:00.000Z\",\"4.370369\",\"4.357524\"\n\"2024-06-24T06:45:00.000Z\",\"0.862343\",\"0.860349\"\n\"2024-06-24T06:50:00.000Z\",\"10.651365\",\"10.620907\"\n\"2024-06-24T06:55:00.000Z\",\"4.376644\",\"4.364903\"\n\"2024-06-24T07:00:00.000Z\",\"0.861136\",\"0.859099\"\n\"2024-06-24T07:05:00.000Z\",\"10.6489\",\"10.618601\"\n\"2024-06-24T07:10:00.000Z\",\"4.383733\",\"4.371799\"\n\"2024-06-24T07:15:00.000Z\",\"1.014758\",\"1.012328\"\n\"2024-06-24T07:20:00.000Z\",\"10.469385\",\"10.439121\"\n\"2024-06-24T07:25:00.000Z\",\"4.413084\",\"4.401254\"\n\"2024-06-24T07:30:00.000Z\",\"0.979304\",\"0.976803\"\n\"2024-06-24T07:35:00.000Z\",\"10.45101\",\"10.42188\"\n\"2024-06-24T07:40:00.000Z\",\"4.446908\",\"4.43497\"\n\"2024-06-24T07:45:00.000Z\",\"0.941196\",\"0.942667\"\n\"2024-06-24T07:50:00.000Z\",\"10.627114\",\"10.597923\"\n\"2024-06-24T07:55:00.000Z\",\"4.299151\",\"4.283955\"\n\"2024-06-24T08:00:00.000Z\",\"0.909922\",\"0.907695\"\n\"2024-06-24T08:05:00.000Z\",\"10.665405\",\"10.634069\"\n\"2024-06-24T08:10:00.000Z\",\"4.355757\",\"4.343115\"\n\"2024-06-24T08:15:00.000Z\",\"0.870091\",\"0.868059\"\n\"2024-06-24T08:20:00.000Z\",\"10.631961\",\"10.602543\"\n\"2024-06-24T08:25:00.000Z\",\"4.368635\",\"4.356932\"\n\"2024-06-24T08:30:00.000Z\",\"0.829239\",\"0.827338\"\n\"2024-06-24T08:35:00.000Z\",\"10.641319\",\"10.611385\"\n\"2024-06-24T08:40:00.000Z\",\"4.410711\",\"4.398837\"\n\"2024-06-24T08:45:00.000Z\",\"0.982038\",\"0.979744\"\n\"2024-06-24T08:50:00.000Z\",\"10.458035\",\"10.428562\"\n\"2024-06-24T08:55:00.000Z\",\"4.439481\",\"4.427566\"\n\"2024-06-24T09:00:00.000Z\",\"0.95627\",\"0.953833\"\n\"2024-06-24T09:05:00.000Z\",\"10.442578\",\"10.416395\"\n\"2024-06-24T09:10:00.000Z\",\"4.494323\",\"4.482624\"\n\"2024-06-24T09:15:00.000Z\",\"0.914698\",\"0.918826\"\n\"2024-06-24T09:20:00.000Z\",\"10.633537\",\"10.600704\"\n\"2024-06-24T09:25:00.000Z\",\"4.314325\",\"4.302885\"\n\"2024-06-24T09:30:00.000Z\",\"0.923081\",\"0.920889\"\n\"2024-06-24T09:35:00.000Z\",\"10.636217\",\"10.606562\"\n\"2024-06-24T09:40:00.000Z\",\"4.321597\",\"4.309825\"\n\"2024-06-24T09:45:00.000Z\",\"0.885417\",\"0.883402\"\n\"2024-06-24T09:50:00.000Z\",\"10.627208\",\"10.598343\"\n\"2024-06-24T09:55:00.000Z\",\"4.368812\",\"4.356392\"\n\"2024-06-24T10:00:00.000Z\",\"0.850613\",\"0.851446\"\n\"2024-06-24T10:05:00.000Z\",\"10.636859\",\"10.607171\"\n\"2024-06-24T10:10:00.000Z\",\"4.390378\",\"4.378639\"\n\"2024-06-24T10:15:00.000Z\",\"1.002897\",\"1.000527\"\n\"2024-06-24T10:20:00.000Z\",\"10.446414\",\"10.417522\"\n\"2024-06-24T10:25:00.000Z\",\"4.424042\",\"4.412051\"\n\"2024-06-24T10:30:00.000Z\",\"0.966023\",\"0.96374\"\n\"2024-06-24T10:35:00.000Z\",\"10.648845\",\"10.618542\"\n\"2024-06-24T10:40:00.000Z\",\"4.278573\",\"4.266837\"\n\"2024-06-24T10:45:00.000Z\",\"0.932233\",\"0.930076\"\n\"2024-06-24T10:50:00.000Z\",\"10.614789\",\"10.586176\"\n\"2024-06-24T10:55:00.000Z\",\"4.301844\",\"4.290524\"\n\"2024-06-24T11:00:00.000Z\",\"0.894863\",\"0.892841\"\n\"2024-06-24T11:05:00.000Z\",\"10.613167\",\"10.584667\"\n\"2024-06-24T11:10:00.000Z\",\"4.342654\",\"4.331177\"\n\"2024-06-24T11:15:00.000Z\",\"0.860651\",\"0.858638\"\n\"2024-06-24T11:20:00.000Z\",\"10.621272\",\"10.592206\"\n\"2024-06-24T11:25:00.000Z\",\"4.403842\",\"4.39094\"\n\"2024-06-24T11:30:00.000Z\",\"0.817171\",\"0.81537\"\n\"2024-06-24T11:35:00.000Z\",\"10.63931\",\"10.609499\"\n\"2024-06-24T11:40:00.000Z\",\"4.415977\",\"4.404361\"\n\"2024-06-24T11:45:00.000Z\",\"0.962927\",\"0.960664\"\n\"2024-06-24T11:50:00.000Z\",\"10.464987\",\"10.434975\"\n\"2024-06-24T11:55:00.000Z\",\"4.460335\",\"4.448588\"\n\"2024-06-24T12:00:00.000Z\",\"0.924461\",\"0.92231\"\n\"2024-06-24T12:05:00.000Z\",\"10.611349\",\"10.586432\"\n\"2024-06-24T12:10:00.000Z\",\"4.312179\",\"4.297198\"\n\"2024-06-24T12:15:00.000Z\",\"0.922149\",\"0.91998\"\n\"2024-06-24T12:20:00.000Z\",\"10.617371\",\"10.588473\"\n\"2024-06-24T12:25:00.000Z\",\"4.314959\",\"4.303666\"\n\"2024-06-24T12:30:00.000Z\",\"0.880981\",\"0.878954\"\n\"2024-06-24T12:35:00.000Z\",\"10.628547\",\"10.599635\"\n\"2024-06-24T12:40:00.000Z\",\"4.371485\",\"4.359122\"\n\"2024-06-24T12:45:00.000Z\",\"0.841873\",\"0.840999\"\n\"2024-06-24T12:50:00.000Z\",\"10.644604\",\"10.613354\"\n\"2024-06-24T12:55:00.000Z\",\"4.39296\",\"4.381448\"\n\"2024-06-24T13:00:00.000Z\",\"0.991046\",\"0.988748\"\n\"2024-06-24T13:05:00.000Z\",\"10.461526\",\"10.431687\"\n\"2024-06-24T13:10:00.000Z\",\"4.441708\",\"4.4295\"\n\"2024-06-24T13:15:00.000Z\",\"0.954675\",\"0.952319\"\n\"2024-06-24T13:20:00.000Z\",\"10.437001\",\"10.408423\"\n\"2024-06-24T13:25:00.000Z\",\"4.471024\",\"4.459226\"\n\"2024-06-24T13:30:00.000Z\",\"0.912445\",\"0.910252\"\n\"2024-06-24T13:35:00.000Z\",\"10.649924\",\"10.619522\"\n\"2024-06-24T13:40:00.000Z\",\"4.33187\",\"4.320098\"\n\"2024-06-24T13:45:00.000Z\",\"0.874131\",\"0.872107\"\n\"2024-06-24T13:50:00.000Z\",\"10.614573\",\"10.585845\"\n\"2024-06-24T13:55:00.000Z\",\"4.366382\",\"4.354801\"\n\"2024-06-24T14:00:00.000Z\",\"0.834051\",\"0.832201\"\n\"2024-06-24T14:05:00.000Z\",\"10.619864\",\"10.590796\"\n\"2024-06-24T14:10:00.000Z\",\"4.41171\",\"4.399586\"\n\"2024-06-24T14:15:00.000Z\",\"0.985291\",\"0.982847\"\n\"2024-06-24T14:20:00.000Z\",\"10.452073\",\"10.422546\"\n\"2024-06-24T14:25:00.000Z\",\"4.45569\",\"4.44329\"\n\"2024-06-24T14:30:00.000Z\",\"0.943326\",\"0.941154\"\n\"2024-06-24T14:35:00.000Z\",\"10.658569\",\"10.627586\"\n\"2024-06-24T14:40:00.000Z\",\"4.308539\",\"4.296521\"\n\"2024-06-24T14:45:00.000Z\",\"0.940645\",\"0.938454\"\n\"2024-06-24T14:50:00.000Z\",\"10.635214\",\"10.605424\"\n\"2024-06-24T14:55:00.000Z\",\"4.317307\",\"4.304995\"\n\"2024-06-24T15:00:00.000Z\",\"0.897417\",\"0.899022\"\n\"2024-06-24T15:05:00.000Z\",\"10.666916\",\"10.631979\"\n\"2024-06-24T15:10:00.000Z\",\"4.356546\",\"4.344203\"\n\"2024-06-24T15:15:00.000Z\",\"0.86326\",\"0.861213\"\n\"2024-06-24T15:20:00.000Z\",\"10.659335\",\"10.628505\"\n\"2024-06-24T15:25:00.000Z\",\"4.384422\",\"4.372264\"\n\"2024-06-24T15:30:00.000Z\",\"1.007046\",\"1.004661\"\n\"2024-06-24T15:35:00.000Z\",\"10.43857\",\"10.410072\"\n\"2024-06-24T15:40:00.000Z\",\"4.419385\",\"4.407769\"\n\"2024-06-24T15:45:00.000Z\",\"0.96172\",\"0.959515\"\n\"2024-06-24T15:50:00.000Z\",\"10.430793\",\"10.402499\"\n\"2024-06-24T15:55:00.000Z\",\"4.461649\",\"4.449835\"\n\"2024-06-24T16:00:00.000Z\",\"0.922163\",\"0.920072\"\n\"2024-06-24T16:05:00.000Z\",\"10.61429\",\"10.585757\"\n\"2024-06-24T16:10:00.000Z\",\"4.313404\",\"4.301804\"\n\"2024-06-24T16:15:00.000Z\",\"0.887812\",\"0.885611\"\n\"2024-06-24T16:20:00.000Z\",\"10.638514\",\"10.60892\"\n\"2024-06-24T16:25:00.000Z\",\"4.352568\",\"4.340799\"\n\"2024-06-24T16:30:00.000Z\",\"0.8573\",\"0.85514\"\n\"2024-06-24T16:35:00.000Z\",\"10.641038\",\"10.611148\"\n\"2024-06-24T16:40:00.000Z\",\"4.394533\",\"4.382699\"\n\"2024-06-24T16:45:00.000Z\",\"0.817153\",\"0.815192\"\n\"2024-06-24T16:50:00.000Z\",\"10.670271\",\"10.638874\"\n\"2024-06-24T16:55:00.000Z\",\"4.445886\",\"4.433798\"\n\"2024-06-24T17:00:00.000Z\",\"0.96297\",\"0.960644\"\n\"2024-06-24T17:05:00.000Z\",\"10.484072\",\"10.45307\"\n\"2024-06-24T17:10:00.000Z\",\"4.486405\",\"4.473326\"\n\"2024-06-24T17:15:00.000Z\",\"0.960024\",\"0.957694\"\n\"2024-06-24T17:20:00.000Z\",\"10.635992\",\"10.606142\"\n\"2024-06-24T17:25:00.000Z\",\"4.282228\",\"4.270835\"\n\"2024-06-24T17:30:00.000Z\",\"0.926288\",\"0.924096\"\n\"2024-06-24T17:35:00.000Z\",\"10.652287\",\"10.621806\"\n\"2024-06-24T17:40:00.000Z\",\"4.325115\",\"4.312945\"\n\"2024-06-24T17:45:00.000Z\",\"0.889873\",\"0.887739\"\n\"2024-06-24T17:50:00.000Z\",\"10.661119\",\"10.630194\"\n\"2024-06-24T17:55:00.000Z\",\"4.350469\",\"4.338773\"\n\"2024-06-24T18:00:00.000Z\",\"0.856787\",\"0.854749\"\n\"2024-06-24T18:05:00.000Z\",\"10.648612\",\"10.621818\"\n\"2024-06-24T18:10:00.000Z\",\"4.388418\",\"4.372894\"\n\"2024-06-24T18:15:00.000Z\",\"1.003383\",\"1.000994\"\n\"2024-06-24T18:20:00.000Z\",\"10.467927\",\"10.437931\"\n\"2024-06-24T18:25:00.000Z\",\"4.416914\",\"4.405243\"\n\"2024-06-24T18:30:00.000Z\",\"0.968438\",\"0.966116\"\n\"2024-06-24T18:35:00.000Z\",\"10.459979\",\"10.430395\"\n\"2024-06-24T18:40:00.000Z\",\"4.452464\",\"4.440781\"\n\"2024-06-24T18:45:00.000Z\",\"0.933782\",\"0.931607\"\n\"2024-06-24T18:50:00.000Z\",\"10.629757\",\"10.600445\"\n\"2024-06-24T18:55:00.000Z\",\"4.322634\",\"4.310242\"\n\"2024-06-24T19:00:00.000Z\",\"0.896815\",\"0.894622\"\n\"2024-06-24T19:05:00.000Z\",\"10.634355\",\"10.605126\"\n\"2024-06-24T19:10:00.000Z\",\"4.340298\",\"4.328787\"\n\"2024-06-24T19:15:00.000Z\",\"0.865248\",\"0.863151\"\n\"2024-06-24T19:20:00.000Z\",\"10.630622\",\"10.601942\"\n\"2024-06-24T19:25:00.000Z\",\"4.371705\",\"4.359509\"\n\"2024-06-24T19:30:00.000Z\",\"0.824745\",\"0.822914\"\n\"2024-06-24T19:35:00.000Z\",\"10.64028\",\"10.610426\"\n\"2024-06-24T19:40:00.000Z\",\"4.409538\",\"4.397886\"\n\"2024-06-24T19:45:00.000Z\",\"0.975768\",\"0.973489\"\n\"2024-06-24T19:50:00.000Z\",\"10.442058\",\"10.413382\"\n\"2024-06-24T19:55:00.000Z\",\"4.440678\",\"4.429052\"\n\"2024-06-24T20:00:00.000Z\",\"0.981316\",\"0.978834\"\n\"2024-06-24T20:05:00.000Z\",\"10.650756\",\"10.620213\"\n\"2024-06-24T20:10:00.000Z\",\"4.270591\",\"4.258695\"\n\"2024-06-24T20:15:00.000Z\",\"0.94736\",\"0.945946\"\n\"2024-06-24T20:20:00.000Z\",\"10.64712\",\"10.618255\"\n\"2024-06-24T20:25:00.000Z\",\"4.310231\",\"4.298069\"\n\"2024-06-24T20:30:00.000Z\",\"0.895515\",\"0.89357\"\n\"2024-06-24T20:35:00.000Z\",\"10.644002\",\"10.613815\"\n\"2024-06-24T20:40:00.000Z\",\"4.351108\",\"4.339252\"\n\"2024-06-24T20:45:00.000Z\",\"0.860738\",\"0.858768\"\n\"2024-06-24T20:50:00.000Z\",\"10.66945\",\"10.638086\"\n\"2024-06-24T20:55:00.000Z\",\"4.385955\",\"4.373739\"\n\"2024-06-24T21:00:00.000Z\",\"0.822193\",\"0.820303\"\n\"2024-06-24T21:05:00.000Z\",\"10.65364\",\"10.622803\"\n\"2024-06-24T21:10:00.000Z\",\"4.425293\",\"4.413216\"\n\"2024-06-24T21:15:00.000Z\",\"1.008329\",\"1.00607\"\n\"2024-06-24T21:20:00.000Z\",\"10.440855\",\"10.412253\"\n\"2024-06-24T21:25:00.000Z\",\"4.415992\",\"4.404181\"\n\"2024-06-24T21:30:00.000Z\",\"0.973852\",\"0.971625\"\n\"2024-06-24T21:35:00.000Z\",\"10.474327\",\"10.444019\"\n\"2024-06-24T21:40:00.000Z\",\"4.456449\",\"4.443982\"\n\"2024-06-24T21:45:00.000Z\",\"0.940527\",\"0.939365\"\n\"2024-06-24T21:50:00.000Z\",\"10.613707\",\"10.58409\"\n\"2024-06-24T21:55:00.000Z\",\"4.298876\",\"4.287355\"\n\"2024-06-24T22:00:00.000Z\",\"0.906878\",\"0.904772\"\n\"2024-06-24T22:05:00.000Z\",\"10.6377\",\"10.607965\"\n\"2024-06-24T22:10:00.000Z\",\"4.33836\",\"4.326422\"\n\"2024-06-24T22:15:00.000Z\",\"0.873148\",\"0.871193\"\n\"2024-06-24T22:20:00.000Z\",\"10.633214\",\"10.603731\"\n\"2024-06-24T22:25:00.000Z\",\"4.367711\",\"4.355877\"\n\"2024-06-24T22:30:00.000Z\",\"0.839427\",\"0.837518\"\n\"2024-06-24T22:35:00.000Z\",\"10.639752\",\"10.609944\"\n\"2024-06-24T22:40:00.000Z\",\"4.418712\",\"4.405876\"\n\"2024-06-24T22:45:00.000Z\",\"0.996219\",\"0.99385\"\n\"2024-06-24T22:50:00.000Z\",\"10.439642\",\"10.411122\"\n\"2024-06-24T22:55:00.000Z\",\"4.441368\",\"4.428858\"\n\"2024-06-24T23:00:00.000Z\",\"0.967307\",\"0.965124\"\n\"2024-06-24T23:05:00.000Z\",\"10.452057\",\"10.422906\"\n\"2024-06-24T23:10:00.000Z\",\"4.475217\",\"4.462225\"\n\"2024-06-24T23:15:00.000Z\",\"0.93625\",\"0.934103\"\n\"2024-06-24T23:20:00.000Z\",\"10.624598\",\"10.595562\"\n\"2024-06-24T23:25:00.000Z\",\"4.301398\",\"4.28994\"\n\"2024-06-24T23:30:00.000Z\",\"0.900598\",\"0.898641\"\n\"2024-06-24T23:35:00.000Z\",\"10.630041\",\"10.602459\"\n\"2024-06-24T23:40:00.000Z\",\"4.346949\",\"4.335544\"\n\"2024-06-24T23:45:00.000Z\",\"0.867692\",\"0.865645\"\n\"2024-06-24T23:50:00.000Z\",\"10.634384\",\"10.604867\"\n\"2024-06-24T23:55:00.000Z\",\"4.376655\",\"4.364718\"\n\"2024-06-25T00:00:00.000Z\",\"0.869524\",\"0.867555\"\n\"2024-06-25T00:05:00.000Z\",\"10.627251\",\"10.601729\"\n\"2024-06-25T00:10:00.000Z\",\"4.366248\",\"4.351049\"\n\"2024-06-25T00:15:00.000Z\",\"1.024985\",\"1.022577\"\n\"2024-06-25T00:20:00.000Z\",\"10.467907\",\"10.441465\"\n\"2024-06-25T00:25:00.000Z\",\"4.41406\",\"4.397983\"\n\"2024-06-25T00:30:00.000Z\",\"0.992629\",\"0.990281\"\n\"2024-06-25T00:35:00.000Z\",\"10.460498\",\"10.430797\"\n\"2024-06-25T00:40:00.000Z\",\"4.431666\",\"4.419792\"\n\"2024-06-25T00:45:00.000Z\",\"0.958974\",\"0.956712\"\n\"2024-06-25T00:50:00.000Z\",\"10.636448\",\"10.60677\"\n\"2024-06-25T00:55:00.000Z\",\"4.294647\",\"4.282442\"\n\"2024-06-25T01:00:00.000Z\",\"0.925137\",\"0.923007\"\n\"2024-06-25T01:05:00.000Z\",\"10.659602\",\"10.628768\"\n\"2024-06-25T01:10:00.000Z\",\"4.316977\",\"4.305269\"\n\"2024-06-25T01:15:00.000Z\",\"0.89156\",\"0.889551\"\n\"2024-06-25T01:20:00.000Z\",\"10.632692\",\"10.60323\"\n\"2024-06-25T01:25:00.000Z\",\"4.343084\",\"4.331618\"\n\"2024-06-25T01:30:00.000Z\",\"0.860685\",\"0.858614\"\n\"2024-06-25T01:35:00.000Z\",\"10.65262\",\"10.622163\"\n\"2024-06-25T01:40:00.000Z\",\"4.400828\",\"4.38803\"\n\"2024-06-25T01:45:00.000Z\",\"0.822819\",\"0.820929\"\n\"2024-06-25T01:50:00.000Z\",\"10.623319\",\"10.59435\"\n\"2024-06-25T01:55:00.000Z\",\"4.412594\",\"4.401012\"\n\"2024-06-25T02:00:00.000Z\",\"0.975274\",\"0.973098\"\n\"2024-06-25T02:05:00.000Z\",\"10.450494\",\"10.4251\"\n\"2024-06-25T02:10:00.000Z\",\"4.463626\",\"4.447318\"\n\"2024-06-25T02:15:00.000Z\",\"0.941801\",\"0.939675\"\n\"2024-06-25T02:20:00.000Z\",\"10.449169\",\"10.42017\"\n\"2024-06-25T02:25:00.000Z\",\"4.476404\",\"4.464606\"\n\"2024-06-25T02:30:00.000Z\",\"0.950286\",\"0.948016\"\n\"2024-06-25T02:35:00.000Z\",\"10.656784\",\"10.6261\"\n\"2024-06-25T02:40:00.000Z\",\"4.293642\",\"4.282033\"\n\"2024-06-25T02:45:00.000Z\",\"0.916038\",\"0.913906\"\n\"2024-06-25T02:50:00.000Z\",\"10.658575\",\"10.6278\"\n\"2024-06-25T02:55:00.000Z\",\"4.344402\",\"4.331812\"\n\"2024-06-25T03:00:00.000Z\",\"0.888554\",\"0.886349\"\n\"2024-06-25T03:05:00.000Z\",\"10.666652\",\"10.635431\"\n\"2024-06-25T03:10:00.000Z\",\"4.356425\",\"4.344657\"\n\"2024-06-25T03:15:00.000Z\",\"0.84986\",\"0.847882\"\n\"2024-06-25T03:20:00.000Z\",\"10.635844\",\"10.606236\"\n\"2024-06-25T03:25:00.000Z\",\"4.38805\",\"4.376477\"\n\"2024-06-25T03:30:00.000Z\",\"0.999893\",\"0.997599\"\n\"2024-06-25T03:35:00.000Z\",\"10.448187\",\"10.419417\"\n\"2024-06-25T03:40:00.000Z\",\"4.430561\",\"4.418226\"\n\"2024-06-25T03:45:00.000Z\",\"0.972473\",\"0.973647\"\n\"2024-06-25T03:50:00.000Z\",\"10.442326\",\"10.413593\"\n\"2024-06-25T03:55:00.000Z\",\"4.448719\",\"4.433512\"\n\"2024-06-25T04:00:00.000Z\",\"0.932982\",\"0.934549\"\n\"2024-06-25T04:05:00.000Z\",\"10.629231\",\"10.596444\"\n\"2024-06-25T04:10:00.000Z\",\"4.312578\",\"4.300551\"\n\"2024-06-25T04:15:00.000Z\",\"0.901686\",\"0.89963\"\n\"2024-06-25T04:20:00.000Z\",\"10.641616\",\"10.611675\"\n\"2024-06-25T04:25:00.000Z\",\"4.345919\",\"4.333764\"\n\"2024-06-25T04:30:00.000Z\",\"0.870076\",\"0.868005\"\n\"2024-06-25T04:35:00.000Z\",\"10.644552\",\"10.614498\"\n\"2024-06-25T04:40:00.000Z\",\"4.389511\",\"4.376939\"\n\"2024-06-25T04:45:00.000Z\",\"0.835828\",\"0.833829\"\n\"2024-06-25T04:50:00.000Z\",\"10.638031\",\"10.608301\"\n\"2024-06-25T04:55:00.000Z\",\"4.426131\",\"4.413297\"\n\"2024-06-25T05:00:00.000Z\",\"0.801255\",\"0.799349\"\n\"2024-06-25T05:05:00.000Z\",\"10.653824\",\"10.62344\"\n\"2024-06-25T05:10:00.000Z\",\"4.452504\",\"4.440093\"\n\"2024-06-25T05:15:00.000Z\",\"0.988764\",\"0.986433\"\n\"2024-06-25T05:20:00.000Z\",\"10.437233\",\"10.412562\"\n\"2024-06-25T05:25:00.000Z\",\"4.431314\",\"4.415991\"\n\"2024-06-25T05:30:00.000Z\",\"0.958982\",\"0.956766\"\n\"2024-06-25T05:35:00.000Z\",\"10.633547\",\"10.604034\"\n\"2024-06-25T05:40:00.000Z\",\"4.287374\",\"4.275573\"\n\"2024-06-25T05:45:00.000Z\",\"0.927886\",\"0.925723\"\n\"2024-06-25T05:50:00.000Z\",\"10.645362\",\"10.615265\"\n\"2024-06-25T05:55:00.000Z\",\"4.329355\",\"4.316801\"\n\"2024-06-25T06:00:00.000Z\",\"0.896095\",\"0.894007\"\n\"2024-06-25T06:05:00.000Z\",\"10.641063\",\"10.611187\"\n\"2024-06-25T06:10:00.000Z\",\"4.341446\",\"4.329912\"\n\"2024-06-25T06:15:00.000Z\",\"0.864425\",\"0.862431\"\n\"2024-06-25T06:20:00.000Z\",\"10.630263\",\"10.600934\"\n\"2024-06-25T06:25:00.000Z\",\"4.375514\",\"4.363854\"\n\"2024-06-25T06:30:00.000Z\",\"0.832516\",\"0.830621\"\n\"2024-06-25T06:35:00.000Z\",\"10.63831\",\"10.60839\"\n\"2024-06-25T06:40:00.000Z\",\"4.413497\",\"4.401473\"\n\"2024-06-25T06:45:00.000Z\",\"0.988758\",\"0.986235\"\n\"2024-06-25T06:50:00.000Z\",\"10.481116\",\"10.450442\"\n\"2024-06-25T06:55:00.000Z\",\"4.454171\",\"4.441687\"\n\"2024-06-25T07:00:00.000Z\",\"0.950995\",\"0.948838\"\n\"2024-06-25T07:05:00.000Z\",\"10.652479\",\"10.622042\"\n\"2024-06-25T07:10:00.000Z\",\"4.283441\",\"4.27223\"\n\"2024-06-25T07:15:00.000Z\",\"0.921081\",\"0.918976\"\n\"2024-06-25T07:20:00.000Z\",\"10.621978\",\"10.593256\"\n\"2024-06-25T07:25:00.000Z\",\"4.308911\",\"4.2976\"\n\"2024-06-25T07:30:00.000Z\",\"0.891353\",\"0.889365\"\n\"2024-06-25T07:35:00.000Z\",\"10.620811\",\"10.59195\"\n\"2024-06-25T07:40:00.000Z\",\"4.342015\",\"4.33061\"\n\"2024-06-25T07:45:00.000Z\",\"0.892979\",\"0.890986\"\n\"2024-06-25T07:50:00.000Z\",\"10.621338\",\"10.592462\"\n\"2024-06-25T07:55:00.000Z\",\"4.340922\",\"4.329408\"\n\"2024-06-25T08:00:00.000Z\",\"0.867344\",\"0.868616\"\n\"2024-06-25T08:05:00.000Z\",\"10.654956\",\"10.631099\"\n\"2024-06-25T08:10:00.000Z\",\"4.381976\",\"4.370928\"\n\"2024-06-25T08:15:00.000Z\",\"1.011514\",\"1.009113\"\n\"2024-06-25T08:20:00.000Z\",\"10.45394\",\"10.424512\"\n\"2024-06-25T08:25:00.000Z\",\"4.438851\",\"4.425927\"\n\"2024-06-25T08:30:00.000Z\",\"0.976449\",\"0.974224\"\n\"2024-06-25T08:35:00.000Z\",\"10.649447\",\"10.619154\"\n\"2024-06-25T08:40:00.000Z\",\"4.263373\",\"4.251902\"\n\"2024-06-25T08:45:00.000Z\",\"0.94318\",\"0.941031\"\n\"2024-06-25T08:50:00.000Z\",\"10.622887\",\"10.593936\"\n\"2024-06-25T08:55:00.000Z\",\"4.299277\",\"4.287599\"\n\"2024-06-25T09:00:00.000Z\",\"0.911281\",\"0.909035\"\n\"2024-06-25T09:05:00.000Z\",\"10.668756\",\"10.637419\"\n\"2024-06-25T09:10:00.000Z\",\"4.332068\",\"4.320472\"\n\"2024-06-25T09:15:00.000Z\",\"0.874915\",\"0.872964\"\n\"2024-06-25T09:20:00.000Z\",\"10.629732\",\"10.600419\"\n\"2024-06-25T09:25:00.000Z\",\"4.362278\",\"4.35075\"\n\"2024-06-25T09:30:00.000Z\",\"0.837077\",\"0.835164\"\n\"2024-06-25T09:35:00.000Z\",\"10.627881\",\"10.598902\"\n\"2024-06-25T09:40:00.000Z\",\"4.399667\",\"4.387817\"\n\"2024-06-25T09:45:00.000Z\",\"0.987107\",\"0.984872\"\n\"2024-06-25T09:50:00.000Z\",\"10.450165\",\"10.421116\"\n\"2024-06-25T09:55:00.000Z\",\"4.444759\",\"4.43242\"\n\"2024-06-25T10:00:00.000Z\",\"0.957515\",\"0.955204\"\n\"2024-06-25T10:05:00.000Z\",\"10.483333\",\"10.452576\"\n\"2024-06-25T10:10:00.000Z\",\"4.467601\",\"4.455696\"\n\"2024-06-25T10:15:00.000Z\",\"0.961666\",\"0.95945\"\n\"2024-06-25T10:20:00.000Z\",\"10.461792\",\"10.43217\"\n\"2024-06-25T10:25:00.000Z\",\"4.464344\",\"4.452241\"\n\"2024-06-25T10:30:00.000Z\",\"0.926019\",\"0.927558\"\n\"2024-06-25T10:35:00.000Z\",\"10.640569\",\"10.607035\"\n\"2024-06-25T10:40:00.000Z\",\"4.318179\",\"4.306421\"\n\"2024-06-25T10:45:00.000Z\",\"0.896468\",\"0.894406\"\n\"2024-06-25T10:50:00.000Z\",\"10.666708\",\"10.635476\"\n\"2024-06-25T10:55:00.000Z\",\"4.344166\",\"4.332478\"\n\"2024-06-25T11:00:00.000Z\",\"0.859975\",\"0.858043\"\n\"2024-06-25T11:05:00.000Z\",\"10.641945\",\"10.612196\"\n\"2024-06-25T11:10:00.000Z\",\"4.379858\",\"4.367937\"\n\"2024-06-25T11:15:00.000Z\",\"1.013012\",\"1.010718\"\n\"2024-06-25T11:20:00.000Z\",\"10.46047\",\"10.434556\"\n\"2024-06-25T11:25:00.000Z\",\"4.418496\",\"4.402582\"\n\"2024-06-25T11:30:00.000Z\",\"0.987298\",\"0.984836\"\n\"2024-06-25T11:35:00.000Z\",\"10.44811\",\"10.419176\"\n\"2024-06-25T11:40:00.000Z\",\"4.44299\",\"4.431335\"\n\"2024-06-25T11:45:00.000Z\",\"0.949893\",\"0.947732\"\n\"2024-06-25T11:50:00.000Z\",\"10.448231\",\"10.419069\"\n\"2024-06-25T11:55:00.000Z\",\"4.473131\",\"4.461297\"\n\"2024-06-25T12:00:00.000Z\",\"0.915093\",\"0.912994\"\n\"2024-06-25T12:05:00.000Z\",\"10.670336\",\"10.638978\"\n\"2024-06-25T12:10:00.000Z\",\"4.332836\",\"4.32084\"\n\"2024-06-25T12:15:00.000Z\",\"0.885228\",\"0.883188\"\n\"2024-06-25T12:20:00.000Z\",\"10.619182\",\"10.59394\"\n\"2024-06-25T12:25:00.000Z\",\"4.362572\",\"4.346975\"\n\"2024-06-25T12:30:00.000Z\",\"0.850189\",\"0.848211\"\n\"2024-06-25T12:35:00.000Z\",\"10.636513\",\"10.606797\"\n\"2024-06-25T12:40:00.000Z\",\"4.385959\",\"4.374293\"\n\"2024-06-25T12:45:00.000Z\",\"1.004753\",\"1.002324\"\n\"2024-06-25T12:50:00.000Z\",\"10.443842\",\"10.414952\"\n\"2024-06-25T12:55:00.000Z\",\"4.430869\",\"4.418676\"\n\"2024-06-25T13:00:00.000Z\",\"0.998396\",\"0.996082\"\n\"2024-06-25T13:05:00.000Z\",\"10.461293\",\"10.431496\"\n\"2024-06-25T13:10:00.000Z\",\"4.426865\",\"4.415409\"\n\"2024-06-25T13:15:00.000Z\",\"0.961641\",\"0.959453\"\n\"2024-06-25T13:20:00.000Z\",\"10.622489\",\"10.593571\"\n\"2024-06-25T13:25:00.000Z\",\"4.273251\",\"4.261936\"\n\"2024-06-25T13:30:00.000Z\",\"0.928429\",\"0.926302\"\n\"2024-06-25T13:35:00.000Z\",\"10.617374\",\"10.588524\"\n\"2024-06-25T13:40:00.000Z\",\"4.30762\",\"4.296394\"\n\"2024-06-25T13:45:00.000Z\",\"0.893564\",\"0.891468\"\n\"2024-06-25T13:50:00.000Z\",\"10.638135\",\"10.608408\"\n\"2024-06-25T13:55:00.000Z\",\"4.364143\",\"4.353092\"\n\"2024-06-25T14:00:00.000Z\",\"0.866141\",\"0.867028\"\n\"2024-06-25T14:05:00.000Z\",\"10.653767\",\"10.620901\"\n\"2024-06-25T14:10:00.000Z\",\"4.39266\",\"4.380305\"\n\"2024-06-25T14:15:00.000Z\",\"1.012439\",\"1.01093\"\n\"2024-06-25T14:20:00.000Z\",\"10.453623\",\"10.42341\"\n\"2024-06-25T14:25:00.000Z\",\"4.42414\",\"4.411767\"\n\"2024-06-25T14:30:00.000Z\",\"0.975664\",\"0.973472\"\n\"2024-06-25T14:35:00.000Z\",\"10.434876\",\"10.406611\"\n\"2024-06-25T14:40:00.000Z\",\"4.444016\",\"4.432255\"\n\"2024-06-25T14:45:00.000Z\",\"0.943984\",\"0.941777\"\n\"2024-06-25T14:50:00.000Z\",\"10.639127\",\"10.60936\"\n\"2024-06-25T14:55:00.000Z\",\"4.311614\",\"4.299273\"\n\"2024-06-25T15:00:00.000Z\",\"0.906764\",\"0.904668\"\n\"2024-06-25T15:05:00.000Z\",\"10.646901\",\"10.616715\"\n\"2024-06-25T15:10:00.000Z\",\"4.342332\",\"4.330232\"\n\"2024-06-25T15:15:00.000Z\",\"0.912167\",\"0.913141\"\n\"2024-06-25T15:20:00.000Z\",\"10.65261\",\"10.618974\"\n\"2024-06-25T15:25:00.000Z\",\"4.333271\",\"4.321428\"\n\"2024-06-25T15:30:00.000Z\",\"0.880826\",\"0.879058\"\n\"2024-06-25T15:35:00.000Z\",\"10.650853\",\"10.620478\"\n\"2024-06-25T15:40:00.000Z\",\"4.361937\",\"4.350257\"\n\"2024-06-25T15:45:00.000Z\",\"1.02937\",\"1.026831\"\n\"2024-06-25T15:50:00.000Z\",\"10.438348\",\"10.409906\"\n\"2024-06-25T15:55:00.000Z\",\"4.390561\",\"4.379023\"\n\"2024-06-25T16:00:00.000Z\",\"0.99663\",\"0.994262\"\n\"2024-06-25T16:05:00.000Z\",\"10.463245\",\"10.433342\"\n\"2024-06-25T16:10:00.000Z\",\"4.444454\",\"4.431952\"\n\"2024-06-25T16:15:00.000Z\",\"0.96115\",\"0.958948\"\n\"2024-06-25T16:20:00.000Z\",\"10.633158\",\"10.607135\"\n\"2024-06-25T16:25:00.000Z\",\"4.276636\",\"4.261743\"\n\"2024-06-25T16:30:00.000Z\",\"0.928102\",\"0.929432\"\n\"2024-06-25T16:35:00.000Z\",\"10.629879\",\"10.597091\"\n\"2024-06-25T16:40:00.000Z\",\"4.322238\",\"4.310118\"\n\"2024-06-25T16:45:00.000Z\",\"0.893192\",\"0.8911\"\n\"2024-06-25T16:50:00.000Z\",\"10.634213\",\"10.604662\"\n\"2024-06-25T16:55:00.000Z\",\"4.34375\",\"4.332231\"\n\"2024-06-25T17:00:00.000Z\",\"0.859666\",\"0.857757\"\n\"2024-06-25T17:05:00.000Z\",\"10.645684\",\"10.615345\"\n\"2024-06-25T17:10:00.000Z\",\"4.388159\",\"4.376102\"\n\"2024-06-25T17:15:00.000Z\",\"0.824661\",\"0.82269\"\n\"2024-06-25T17:20:00.000Z\",\"10.656659\",\"10.625929\"\n\"2024-06-25T17:25:00.000Z\",\"4.436866\",\"4.423999\"\n\"2024-06-25T17:30:00.000Z\",\"0.978285\",\"0.975744\"\n\"2024-06-25T17:35:00.000Z\",\"10.462306\",\"10.432611\"\n\"2024-06-25T17:40:00.000Z\",\"4.444404\",\"4.432781\"\n\"2024-06-25T17:45:00.000Z\",\"0.944888\",\"0.942471\"\n\"2024-06-25T17:50:00.000Z\",\"10.432918\",\"10.404713\"\n\"2024-06-25T17:55:00.000Z\",\"4.478563\",\"4.466774\"\n\"2024-06-25T18:00:00.000Z\",\"0.946807\",\"0.944519\"\n\"2024-06-25T18:05:00.000Z\",\"10.648522\",\"10.618232\"\n\"2024-06-25T18:10:00.000Z\",\"4.293723\",\"4.282132\"\n\"2024-06-25T18:15:00.000Z\",\"0.915146\",\"0.913085\"\n\"2024-06-25T18:20:00.000Z\",\"10.637842\",\"10.607954\"\n\"2024-06-25T18:25:00.000Z\",\"4.327667\",\"4.316123\"\n\"2024-06-25T18:30:00.000Z\",\"0.876769\",\"0.874815\"\n\"2024-06-25T18:35:00.000Z\",\"10.620898\",\"10.592042\"\n\"2024-06-25T18:40:00.000Z\",\"4.375701\",\"4.363311\"\n\"2024-06-25T18:45:00.000Z\",\"0.8522\",\"0.852073\"\n\"2024-06-25T18:50:00.000Z\",\"10.64311\",\"10.616555\"\n\"2024-06-25T18:55:00.000Z\",\"4.420834\",\"4.41182\"\n\"2024-06-25T19:00:00.000Z\",\"0.992532\",\"0.991349\"\n\"2024-06-25T19:05:00.000Z\",\"10.42916\",\"10.401\"\n\"2024-06-25T19:10:00.000Z\",\"4.44371\",\"4.431819\"\n\"2024-06-25T19:15:00.000Z\",\"0.952477\",\"0.9503\"\n\"2024-06-25T19:20:00.000Z\",\"10.456774\",\"10.429467\"\n\"2024-06-25T19:25:00.000Z\",\"4.483229\",\"4.468394\"\n\"2024-06-25T19:30:00.000Z\",\"0.918865\",\"0.916734\"\n\"2024-06-25T19:35:00.000Z\",\"10.641819\",\"10.611782\"\n\"2024-06-25T19:40:00.000Z\",\"4.335879\",\"4.323522\"\n\"2024-06-25T19:45:00.000Z\",\"0.885854\",\"0.883756\"\n\"2024-06-25T19:50:00.000Z\",\"10.659056\",\"10.628249\"\n\"2024-06-25T19:55:00.000Z\",\"4.35757\",\"4.345745\"\n\"2024-06-25T20:00:00.000Z\",\"0.8487\",\"0.84676\"\n\"2024-06-25T20:05:00.000Z\",\"10.626911\",\"10.597774\"\n\"2024-06-25T20:10:00.000Z\",\"4.389228\",\"4.377539\"\n\"2024-06-25T20:15:00.000Z\",\"1.036958\",\"1.037955\"\n\"2024-06-25T20:20:00.000Z\",\"10.483964\",\"10.449773\"\n\"2024-06-25T20:25:00.000Z\",\"4.40728\",\"4.394365\"\n\"2024-06-25T20:30:00.000Z\",\"0.987074\",\"0.984835\"\n\"2024-06-25T20:35:00.000Z\",\"10.448096\",\"10.419156\"\n\"2024-06-25T20:40:00.000Z\",\"4.431602\",\"4.419924\"\n\"2024-06-25T20:45:00.000Z\",\"0.954149\",\"0.951896\"\n\"2024-06-25T20:50:00.000Z\",\"10.641041\",\"10.611161\"\n\"2024-06-25T20:55:00.000Z\",\"4.284246\",\"4.272766\"\n\"2024-06-25T21:00:00.000Z\",\"0.92309\",\"0.920921\"\n\"2024-06-25T21:05:00.000Z\",\"10.641067\",\"10.611176\"\n\"2024-06-25T21:10:00.000Z\",\"4.329139\",\"4.316983\"\n\"2024-06-25T21:15:00.000Z\",\"0.890744\",\"0.888614\"\n\"2024-06-25T21:20:00.000Z\",\"10.645857\",\"10.617348\"\n\"2024-06-25T21:25:00.000Z\",\"4.358501\",\"4.344863\"\n\"2024-06-25T21:30:00.000Z\",\"0.861168\",\"0.858879\"\n\"2024-06-25T21:35:00.000Z\",\"10.637808\",\"10.608076\"\n\"2024-06-25T21:40:00.000Z\",\"4.408484\",\"4.395879\"\n\"2024-06-25T21:45:00.000Z\",\"0.849683\",\"0.847757\"\n\"2024-06-25T21:50:00.000Z\",\"10.653784\",\"10.623251\"\n\"2024-06-25T21:55:00.000Z\",\"4.417328\",\"4.404211\"\n\"2024-06-25T22:00:00.000Z\",\"1.000461\",\"0.998054\"\n\"2024-06-25T22:05:00.000Z\",\"10.448064\",\"10.418935\"\n\"2024-06-25T22:10:00.000Z\",\"4.433929\",\"4.421762\"\n\"2024-06-25T22:15:00.000Z\",\"0.96263\",\"0.963847\"\n\"2024-06-25T22:20:00.000Z\",\"10.627861\",\"10.594997\"\n\"2024-06-25T22:25:00.000Z\",\"4.276392\",\"4.26515\"\n\"2024-06-25T22:30:00.000Z\",\"0.923451\",\"0.921299\"\n\"2024-06-25T22:35:00.000Z\",\"10.65492\",\"10.624326\"\n\"2024-06-25T22:40:00.000Z\",\"4.322594\",\"4.310768\"\n\"2024-06-25T22:45:00.000Z\",\"0.889941\",\"0.887739\"\n\"2024-06-25T22:50:00.000Z\",\"10.657418\",\"10.626689\"\n\"2024-06-25T22:55:00.000Z\",\"4.357651\",\"4.345639\"\n\"2024-06-25T23:00:00.000Z\",\"0.853731\",\"0.851741\"\n\"2024-06-25T23:05:00.000Z\",\"10.622313\",\"10.595441\"\n\"2024-06-25T23:10:00.000Z\",\"4.380866\",\"4.367414\"\n\"2024-06-25T23:15:00.000Z\",\"1.009518\",\"1.007013\"\n\"2024-06-25T23:20:00.000Z\",\"10.451454\",\"10.422339\"\n\"2024-06-25T23:25:00.000Z\",\"4.417621\",\"4.405743\"\n\"2024-06-25T23:30:00.000Z\",\"0.978396\",\"0.976072\"\n\"2024-06-25T23:35:00.000Z\",\"10.444651\",\"10.415665\"\n\"2024-06-25T23:40:00.000Z\",\"4.447958\",\"4.43617\"\n\"2024-06-25T23:45:00.000Z\",\"0.942481\",\"0.940263\"\n\"2024-06-25T23:50:00.000Z\",\"10.631444\",\"10.602044\"\n\"2024-06-25T23:55:00.000Z\",\"4.294261\",\"4.282813\"\n\"2024-06-26T00:00:00.000Z\",\"0.908873\",\"0.906669\"\n\"2024-06-26T00:05:00.000Z\",\"10.648022\",\"10.617776\"\n\"2024-06-26T00:10:00.000Z\",\"4.345933\",\"4.333639\"\n\"2024-06-26T00:15:00.000Z\",\"0.872016\",\"0.869939\"\n\"2024-06-26T00:20:00.000Z\",\"10.662746\",\"10.631934\"\n\"2024-06-26T00:25:00.000Z\",\"4.384845\",\"4.372162\"\n\"2024-06-26T00:30:00.000Z\",\"0.872239\",\"0.870217\"\n\"2024-06-26T00:35:00.000Z\",\"10.636724\",\"10.607051\"\n\"2024-06-26T00:40:00.000Z\",\"4.386709\",\"4.373929\"\n\"2024-06-26T00:45:00.000Z\",\"1.019887\",\"1.020917\"\n\"2024-06-26T00:50:00.000Z\",\"10.461195\",\"10.428157\"\n\"2024-06-26T00:55:00.000Z\",\"4.412202\",\"4.399843\"\n\"2024-06-26T01:00:00.000Z\",\"0.987637\",\"0.98518\"\n\"2024-06-26T01:05:00.000Z\",\"10.4513\",\"10.4222\"\n\"2024-06-26T01:10:00.000Z\",\"4.448325\",\"4.435987\"\n\"2024-06-26T01:15:00.000Z\",\"0.954874\",\"0.952678\"\n\"2024-06-26T01:20:00.000Z\",\"10.65906\",\"10.628265\"\n\"2024-06-26T01:25:00.000Z\",\"4.28509\",\"4.273573\"\n\"2024-06-26T01:30:00.000Z\",\"0.920706\",\"0.918517\"\n\"2024-06-26T01:35:00.000Z\",\"10.657798\",\"10.627053\"\n\"2024-06-26T01:40:00.000Z\",\"4.325604\",\"4.313796\"\n\"2024-06-26T01:45:00.000Z\",\"0.884839\",\"0.882818\"\n\"2024-06-26T01:50:00.000Z\",\"10.664886\",\"10.633605\"\n\"2024-06-26T01:55:00.000Z\",\"4.366291\",\"4.35421\"\n\"2024-06-26T02:00:00.000Z\",\"0.84703\",\"0.845108\"\n\"2024-06-26T02:05:00.000Z\",\"10.629902\",\"10.604281\"\n\"2024-06-26T02:10:00.000Z\",\"4.390721\",\"4.375294\"\n\"2024-06-26T02:15:00.000Z\",\"1.007825\",\"1.005205\"\n\"2024-06-26T02:20:00.000Z\",\"10.453003\",\"10.423811\"\n\"2024-06-26T02:25:00.000Z\",\"4.437349\",\"4.424679\"\n\"2024-06-26T02:30:00.000Z\",\"0.964915\",\"0.962684\"\n\"2024-06-26T02:35:00.000Z\",\"10.448496\",\"10.420878\"\n\"2024-06-26T02:40:00.000Z\",\"4.474306\",\"4.460157\"\n\"2024-06-26T02:45:00.000Z\",\"0.932913\",\"0.930742\"\n\"2024-06-26T02:50:00.000Z\",\"10.626576\",\"10.597438\"\n\"2024-06-26T02:55:00.000Z\",\"4.306402\",\"4.294866\"\n\"2024-06-26T03:00:00.000Z\",\"0.932632\",\"0.930475\"\n\"2024-06-26T03:05:00.000Z\",\"10.642426\",\"10.612487\"\n\"2024-06-26T03:10:00.000Z\",\"4.318467\",\"4.306298\"\n\"2024-06-26T03:15:00.000Z\",\"0.900243\",\"0.898126\"\n\"2024-06-26T03:20:00.000Z\",\"10.621803\",\"10.596591\"\n\"2024-06-26T03:25:00.000Z\",\"4.33699\",\"4.32185\"\n\"2024-06-26T03:30:00.000Z\",\"0.865915\",\"0.863983\"\n\"2024-06-26T03:35:00.000Z\",\"10.62947\",\"10.600269\"\n\"2024-06-26T03:40:00.000Z\",\"4.372658\",\"4.361021\"\n\"2024-06-26T03:45:00.000Z\",\"0.838678\",\"0.836586\"\n\"2024-06-26T03:50:00.000Z\",\"10.633325\",\"10.603844\"\n\"2024-06-26T03:55:00.000Z\",\"4.403265\",\"4.391412\"\n\"2024-06-26T04:00:00.000Z\",\"0.988559\",\"0.98626\"\n\"2024-06-26T04:05:00.000Z\",\"10.454269\",\"10.42488\"\n\"2024-06-26T04:10:00.000Z\",\"4.446063\",\"4.433812\"\n\"2024-06-26T04:15:00.000Z\",\"0.955832\",\"0.953575\"\n\"2024-06-26T04:20:00.000Z\",\"10.434362\",\"10.405975\"\n\"2024-06-26T04:25:00.000Z\",\"4.471612\",\"4.460016\"\n\"2024-06-26T04:30:00.000Z\",\"0.918586\",\"0.916443\"\n\"2024-06-26T04:35:00.000Z\",\"10.640318\",\"10.610669\"\n\"2024-06-26T04:40:00.000Z\",\"4.333367\",\"4.320954\"\n\"2024-06-26T04:45:00.000Z\",\"0.888359\",\"0.886323\"\n\"2024-06-26T04:50:00.000Z\",\"10.647164\",\"10.616975\"\n\"2024-06-26T04:55:00.000Z\",\"4.349719\",\"4.33808\"\n\"2024-06-26T05:00:00.000Z\",\"0.851229\",\"0.849211\"\n\"2024-06-26T05:05:00.000Z\",\"10.63999\",\"10.610226\"\n\"2024-06-26T05:10:00.000Z\",\"4.394258\",\"4.38216\"\n\"2024-06-26T05:15:00.000Z\",\"0.814986\",\"0.813194\"\n\"2024-06-26T05:20:00.000Z\",\"10.620118\",\"10.59252\"\n\"2024-06-26T05:25:00.000Z\",\"4.44033\",\"4.42642\"\n\"2024-06-26T05:30:00.000Z\",\"1.002115\",\"1.003441\"\n\"2024-06-26T05:35:00.000Z\",\"10.429841\",\"10.398166\"\n\"2024-06-26T05:40:00.000Z\",\"4.415043\",\"4.403487\"\n\"2024-06-26T05:45:00.000Z\",\"0.971184\",\"0.969055\"\n\"2024-06-26T05:50:00.000Z\",\"10.436949\",\"10.408582\"\n\"2024-06-26T05:55:00.000Z\",\"4.454577\",\"4.442622\"\n\"2024-06-26T06:00:00.000Z\",\"0.937923\",\"0.935717\"\n\"2024-06-26T06:05:00.000Z\",\"10.638199\",\"10.608441\"\n\"2024-06-26T06:10:00.000Z\",\"4.300352\",\"4.288677\"\n\"2024-06-26T06:15:00.000Z\",\"0.906447\",\"0.904373\"\n\"2024-06-26T06:20:00.000Z\",\"10.634964\",\"10.605397\"\n\"2024-06-26T06:25:00.000Z\",\"4.339215\",\"4.327256\"\n\"2024-06-26T06:30:00.000Z\",\"0.875151\",\"0.873046\"\n\"2024-06-26T06:35:00.000Z\",\"10.637761\",\"10.608235\"\n\"2024-06-26T06:40:00.000Z\",\"4.365196\",\"4.353565\"\n\"2024-06-26T06:45:00.000Z\",\"0.836713\",\"0.834832\"\n\"2024-06-26T06:50:00.000Z\",\"10.614707\",\"10.58621\"\n\"2024-06-26T06:55:00.000Z\",\"4.397016\",\"4.385487\"\n\"2024-06-26T07:00:00.000Z\",\"0.991231\",\"0.988985\"\n\"2024-06-26T07:05:00.000Z\",\"10.438229\",\"10.413408\"\n\"2024-06-26T07:10:00.000Z\",\"4.427169\",\"4.411902\"\n\"2024-06-26T07:15:00.000Z\",\"0.96544\",\"0.963107\"\n\"2024-06-26T07:20:00.000Z\",\"10.433744\",\"10.40536\"\n\"2024-06-26T07:25:00.000Z\",\"4.459997\",\"4.448304\"\n\"2024-06-26T07:30:00.000Z\",\"0.926433\",\"0.924244\"\n\"2024-06-26T07:35:00.000Z\",\"10.624354\",\"10.595305\"\n\"2024-06-26T07:40:00.000Z\",\"4.332476\",\"4.319951\"\n\"2024-06-26T07:45:00.000Z\",\"0.896466\",\"0.894407\"\n\"2024-06-26T07:50:00.000Z\",\"10.630962\",\"10.601614\"\n\"2024-06-26T07:55:00.000Z\",\"4.340427\",\"4.32894\"\n\"2024-06-26T08:00:00.000Z\",\"0.8617\",\"0.859754\"\n\"2024-06-26T08:05:00.000Z\",\"10.625518\",\"10.596608\"\n\"2024-06-26T08:10:00.000Z\",\"4.3692\",\"4.357684\"\n\"2024-06-26T08:15:00.000Z\",\"0.868687\",\"0.866687\"\n\"2024-06-26T08:20:00.000Z\",\"10.627772\",\"10.598465\"\n\"2024-06-26T08:25:00.000Z\",\"4.366603\",\"4.355031\"\n\"2024-06-26T08:30:00.000Z\",\"1.021441\",\"1.019072\"\n\"2024-06-26T08:35:00.000Z\",\"10.4781\",\"10.447691\"\n\"2024-06-26T08:40:00.000Z\",\"4.422708\",\"4.409871\"\n\"2024-06-26T08:45:00.000Z\",\"0.988581\",\"0.986286\"\n\"2024-06-26T08:50:00.000Z\",\"10.430782\",\"10.402747\"\n\"2024-06-26T08:55:00.000Z\",\"4.432144\",\"4.420439\"\n\"2024-06-26T09:00:00.000Z\",\"0.951677\",\"0.949418\"\n\"2024-06-26T09:05:00.000Z\",\"10.660259\",\"10.629385\"\n\"2024-06-26T09:10:00.000Z\",\"4.288271\",\"4.27684\"\n\"2024-06-26T09:15:00.000Z\",\"0.910769\",\"0.908678\"\n\"2024-06-26T09:20:00.000Z\",\"10.626788\",\"10.597808\"\n\"2024-06-26T09:25:00.000Z\",\"4.341732\",\"4.329292\"\n\"2024-06-26T09:30:00.000Z\",\"0.873162\",\"0.87121\"\n\"2024-06-26T09:35:00.000Z\",\"10.634737\",\"10.60517\"\n\"2024-06-26T09:40:00.000Z\",\"4.379452\",\"4.367057\"\n\"2024-06-26T09:45:00.000Z\",\"0.840442\",\"0.838356\"\n\"2024-06-26T09:50:00.000Z\",\"10.635595\",\"10.606013\"\n\"2024-06-26T09:55:00.000Z\",\"4.412292\",\"4.400279\"\n\"2024-06-26T10:00:00.000Z\",\"0.992431\",\"0.990288\"\n\"2024-06-26T10:05:00.000Z\",\"10.471142\",\"10.441023\"\n\"2024-06-26T10:10:00.000Z\",\"4.45207\",\"4.439343\"\n\"2024-06-26T10:15:00.000Z\",\"0.956802\",\"0.954654\"\n\"2024-06-26T10:20:00.000Z\",\"10.458317\",\"10.428858\"\n\"2024-06-26T10:25:00.000Z\",\"4.466237\",\"4.4544\"\n\"2024-06-26T10:30:00.000Z\",\"0.92173\",\"0.919691\"\n\"2024-06-26T10:35:00.000Z\",\"10.648976\",\"10.618866\"\n\"2024-06-26T10:40:00.000Z\",\"4.318603\",\"4.307004\"\n\"2024-06-26T10:45:00.000Z\",\"0.924594\",\"0.92253\"\n\"2024-06-26T10:50:00.000Z\",\"10.638337\",\"10.608801\"\n\"2024-06-26T10:55:00.000Z\",\"4.316268\",\"4.304471\"\n\"2024-06-26T11:00:00.000Z\",\"0.892755\",\"0.89072\"\n\"2024-06-26T11:05:00.000Z\",\"10.636519\",\"10.607102\"\n\"2024-06-26T11:10:00.000Z\",\"4.34434\",\"4.332664\"\n\"2024-06-26T11:15:00.000Z\",\"0.863346\",\"0.861349\"\n\"2024-06-26T11:20:00.000Z\",\"10.635616\",\"10.606059\"\n\"2024-06-26T11:25:00.000Z\",\"4.383328\",\"4.371311\"\n\"2024-06-26T11:30:00.000Z\",\"0.826832\",\"0.824808\"\n\"2024-06-26T11:35:00.000Z\",\"10.633111\",\"10.603751\"\n\"2024-06-26T11:40:00.000Z\",\"4.420853\",\"4.408921\"\n\"2024-06-26T11:45:00.000Z\",\"0.978184\",\"0.975693\"\n\"2024-06-26T11:50:00.000Z\",\"10.464469\",\"10.434709\"\n\"2024-06-26T11:55:00.000Z\",\"4.467088\",\"4.454324\"\n\"2024-06-26T12:00:00.000Z\",\"0.939778\",\"0.937631\"\n\"2024-06-26T12:05:00.000Z\",\"10.621559\",\"10.592518\"\n\"2024-06-26T12:10:00.000Z\",\"4.296431\",\"4.285232\"\n\"2024-06-26T12:15:00.000Z\",\"0.90218\",\"0.900162\"\n\"2024-06-26T12:20:00.000Z\",\"10.622186\",\"10.593343\"\n\"2024-06-26T12:25:00.000Z\",\"4.344029\",\"4.332343\"\n\"2024-06-26T12:30:00.000Z\",\"0.864541\",\"0.862636\"\n\"2024-06-26T12:35:00.000Z\",\"10.62676\",\"10.597654\"\n\"2024-06-26T12:40:00.000Z\",\"4.383451\",\"4.371174\"\n\"2024-06-26T12:45:00.000Z\",\"0.830728\",\"0.832468\"\n\"2024-06-26T12:50:00.000Z\",\"10.64689\",\"10.61328\"\n\"2024-06-26T12:55:00.000Z\",\"4.41603\",\"4.403708\"\n\"2024-06-26T13:00:00.000Z\",\"0.98544\",\"0.983066\"\n\"2024-06-26T13:05:00.000Z\",\"10.466841\",\"10.440543\"\n\"2024-06-26T13:10:00.000Z\",\"4.448934\",\"4.433087\"\n\"2024-06-26T13:15:00.000Z\",\"0.98709\",\"0.984696\"\n\"2024-06-26T13:20:00.000Z\",\"10.473047\",\"10.442692\"\n\"2024-06-26T13:25:00.000Z\",\"4.447956\",\"4.435827\"\n\"2024-06-26T13:30:00.000Z\",\"0.950998\",\"0.949623\"\n\"2024-06-26T13:35:00.000Z\",\"10.655937\",\"10.624453\"\n\"2024-06-26T13:40:00.000Z\",\"4.300804\",\"4.288862\"\n\"2024-06-26T13:45:00.000Z\",\"0.912539\",\"0.910469\"\n\"2024-06-26T13:50:00.000Z\",\"10.629289\",\"10.600012\"\n\"2024-06-26T13:55:00.000Z\",\"4.325387\",\"4.313839\"\n\"2024-06-26T14:00:00.000Z\",\"0.880069\",\"0.877945\"\n\"2024-06-26T14:05:00.000Z\",\"10.659752\",\"10.628835\"\n\"2024-06-26T14:10:00.000Z\",\"4.378376\",\"4.365871\"\n\"2024-06-26T14:15:00.000Z\",\"0.842419\",\"0.8405\"\n\"2024-06-26T14:20:00.000Z\",\"10.640131\",\"10.611722\"\n\"2024-06-26T14:25:00.000Z\",\"4.407413\",\"4.393841\"\n\"2024-06-26T14:30:00.000Z\",\"0.996524\",\"0.994218\"\n\"2024-06-26T14:35:00.000Z\",\"10.454879\",\"10.425397\"\n\"2024-06-26T14:40:00.000Z\",\"4.432599\",\"4.420647\"\n\"2024-06-26T14:45:00.000Z\",\"0.961811\",\"0.959822\"\n\"2024-06-26T14:50:00.000Z\",\"10.464031\",\"10.434494\"\n\"2024-06-26T14:55:00.000Z\",\"4.479991\",\"4.467188\"\n\"2024-06-26T15:00:00.000Z\",\"0.925423\",\"0.923326\"\n\"2024-06-26T15:05:00.000Z\",\"10.619417\",\"10.594229\"\n\"2024-06-26T15:10:00.000Z\",\"4.322616\",\"4.307121\"\n\"2024-06-26T15:15:00.000Z\",\"0.889567\",\"0.887501\"\n\"2024-06-26T15:20:00.000Z\",\"10.641859\",\"10.61199\"\n\"2024-06-26T15:25:00.000Z\",\"4.357207\",\"4.345212\"\n\"2024-06-26T15:30:00.000Z\",\"0.854261\",\"0.852327\"\n\"2024-06-26T15:35:00.000Z\",\"10.655127\",\"10.624534\"\n\"2024-06-26T15:40:00.000Z\",\"4.382469\",\"4.370839\"\n\"2024-06-26T15:45:00.000Z\",\"1.041751\",\"1.039219\"\n\"2024-06-26T15:50:00.000Z\",\"10.435985\",\"10.407475\"\n\"2024-06-26T15:55:00.000Z\",\"4.387513\",\"4.375841\"\n\"2024-06-26T16:00:00.000Z\",\"1.004141\",\"1.001707\"\n\"2024-06-26T16:05:00.000Z\",\"10.447946\",\"10.418849\"\n\"2024-06-26T16:10:00.000Z\",\"4.433703\",\"4.421386\"\n\"2024-06-26T16:15:00.000Z\",\"0.965415\",\"0.963204\"\n\"2024-06-26T16:20:00.000Z\",\"10.623543\",\"10.59477\"\n\"2024-06-26T16:25:00.000Z\",\"4.264555\",\"4.253392\"\n\"2024-06-26T16:30:00.000Z\",\"0.940189\",\"0.937844\"\n\"2024-06-26T16:35:00.000Z\",\"10.659136\",\"10.628348\"\n\"2024-06-26T16:40:00.000Z\",\"4.307056\",\"4.295386\"\n\"2024-06-26T16:45:00.000Z\",\"0.904075\",\"0.90177\"\n\"2024-06-26T16:50:00.000Z\",\"10.628518\",\"10.599801\"\n\"2024-06-26T16:55:00.000Z\",\"4.336335\",\"4.324427\"\n\"2024-06-26T17:00:00.000Z\",\"0.863776\",\"0.861768\"\n\"2024-06-26T17:05:00.000Z\",\"10.626606\",\"10.597641\"\n\"2024-06-26T17:10:00.000Z\",\"4.375964\",\"4.364496\"\n\"2024-06-26T17:15:00.000Z\",\"1.013458\",\"1.011194\"\n\"2024-06-26T17:20:00.000Z\",\"10.431252\",\"10.403112\"\n\"2024-06-26T17:25:00.000Z\",\"4.407896\",\"4.396363\"\n\"2024-06-26T17:30:00.000Z\",\"0.977905\",\"0.978647\"\n\"2024-06-26T17:35:00.000Z\",\"10.47153\",\"10.43842\"\n\"2024-06-26T17:40:00.000Z\",\"4.443329\",\"4.431451\"\n\"2024-06-26T17:45:00.000Z\",\"0.944938\",\"0.942807\"\n\"2024-06-26T17:50:00.000Z\",\"10.639491\",\"10.609858\"\n\"2024-06-26T17:55:00.000Z\",\"4.291135\",\"4.279698\"\n\"2024-06-26T18:00:00.000Z\",\"0.913732\",\"0.911779\"\n\"2024-06-26T18:05:00.000Z\",\"10.628731\",\"10.599372\"\n\"2024-06-26T18:10:00.000Z\",\"4.332843\",\"4.321029\"\n\"2024-06-26T18:15:00.000Z\",\"0.880788\",\"0.878902\"\n\"2024-06-26T18:20:00.000Z\",\"10.635339\",\"10.605952\"\n\"2024-06-26T18:25:00.000Z\",\"4.368204\",\"4.355842\"\n\"2024-06-26T18:30:00.000Z\",\"0.884726\",\"0.882775\"\n\"2024-06-26T18:35:00.000Z\",\"10.636779\",\"10.607186\"\n\"2024-06-26T18:40:00.000Z\",\"4.354243\",\"4.342611\"\n\"2024-06-26T18:45:00.000Z\",\"0.852154\",\"0.850182\"\n\"2024-06-26T18:50:00.000Z\",\"10.642003\",\"10.612081\"\n\"2024-06-26T18:55:00.000Z\",\"4.394754\",\"4.382691\"\n\"2024-06-26T19:00:00.000Z\",\"1.001872\",\"0.999396\"\n\"2024-06-26T19:05:00.000Z\",\"10.447716\",\"10.418812\"\n\"2024-06-26T19:10:00.000Z\",\"4.431081\",\"4.418891\"\n\"2024-06-26T19:15:00.000Z\",\"0.96585\",\"0.963608\"\n\"2024-06-26T19:20:00.000Z\",\"10.642527\",\"10.612658\"\n\"2024-06-26T19:25:00.000Z\",\"4.285173\",\"4.273187\"\n\"2024-06-26T19:30:00.000Z\",\"0.934728\",\"0.932368\"\n\"2024-06-26T19:35:00.000Z\",\"10.644727\",\"10.614675\"\n\"2024-06-26T19:40:00.000Z\",\"4.314088\",\"4.30226\"\n\"2024-06-26T19:45:00.000Z\",\"0.902132\",\"0.899862\"\n\"2024-06-26T19:50:00.000Z\",\"10.651227\",\"10.621182\"\n\"2024-06-26T19:55:00.000Z\",\"4.340558\",\"4.329139\"\n\"2024-06-26T20:00:00.000Z\",\"0.86103\",\"0.858973\"\n\"2024-06-26T20:05:00.000Z\",\"10.622292\",\"10.597065\"\n\"2024-06-26T20:10:00.000Z\",\"4.385923\",\"4.37027\"\n\"2024-06-26T20:15:00.000Z\",\"0.825352\",\"0.82353\"\n\"2024-06-26T20:20:00.000Z\",\"10.627745\",\"10.598554\"\n\"2024-06-26T20:25:00.000Z\",\"4.41623\",\"4.404378\"\n\"2024-06-26T20:30:00.000Z\",\"0.995597\",\"0.993171\"\n\"2024-06-26T20:35:00.000Z\",\"10.434335\",\"10.406121\"\n\"2024-06-26T20:40:00.000Z\",\"4.428819\",\"4.416991\"\n\"2024-06-26T20:45:00.000Z\",\"0.962092\",\"0.959869\"\n\"2024-06-26T20:50:00.000Z\",\"10.625065\",\"10.599688\"\n\"2024-06-26T20:55:00.000Z\",\"4.274251\",\"4.259301\"\n\"2024-06-26T21:00:00.000Z\",\"0.92944\",\"0.927296\"\n\"2024-06-26T21:05:00.000Z\",\"10.643777\",\"10.614093\"\n\"2024-06-26T21:10:00.000Z\",\"4.333875\",\"4.321164\"\n\"2024-06-26T21:15:00.000Z\",\"0.895506\",\"0.89327\"\n\"2024-06-26T21:20:00.000Z\",\"10.643714\",\"10.613535\"\n\"2024-06-26T21:25:00.000Z\",\"4.351656\",\"4.339799\"\n\"2024-06-26T21:30:00.000Z\",\"0.857257\",\"0.855481\"\n\"2024-06-26T21:35:00.000Z\",\"10.620309\",\"10.591365\"\n\"2024-06-26T21:40:00.000Z\",\"4.388313\",\"4.376346\"\n\"2024-06-26T21:45:00.000Z\",\"0.823726\",\"0.821924\"\n\"2024-06-26T21:50:00.000Z\",\"10.633421\",\"10.603954\"\n\"2024-06-26T21:55:00.000Z\",\"4.418272\",\"4.406393\"\n\"2024-06-26T22:00:00.000Z\",\"0.973759\",\"0.971519\"\n\"2024-06-26T22:05:00.000Z\",\"10.441432\",\"10.412682\"\n\"2024-06-26T22:10:00.000Z\",\"4.450416\",\"4.438658\"\n\"2024-06-26T22:15:00.000Z\",\"0.937505\",\"0.935281\"\n\"2024-06-26T22:20:00.000Z\",\"10.450495\",\"10.42143\"\n\"2024-06-26T22:25:00.000Z\",\"4.497106\",\"4.48457\"\n\"2024-06-26T22:30:00.000Z\",\"0.93463\",\"0.932393\"\n\"2024-06-26T22:35:00.000Z\",\"10.644609\",\"10.614555\"\n\"2024-06-26T22:40:00.000Z\",\"4.314456\",\"4.3025\"\n\"2024-06-26T22:45:00.000Z\",\"0.900143\",\"0.898068\"\n\"2024-06-26T22:50:00.000Z\",\"10.653759\",\"10.623272\"\n\"2024-06-26T22:55:00.000Z\",\"4.348741\",\"4.336606\"\n\"2024-06-26T23:00:00.000Z\",\"0.865543\",\"0.863614\"\n\"2024-06-26T23:05:00.000Z\",\"10.637468\",\"10.607583\"\n\"2024-06-26T23:10:00.000Z\",\"4.379846\",\"4.367962\"\n\"2024-06-26T23:15:00.000Z\",\"1.018497\",\"1.01616\"\n\"2024-06-26T23:20:00.000Z\",\"10.459529\",\"10.429995\"\n\"2024-06-26T23:25:00.000Z\",\"4.411604\",\"4.399513\"\n\"2024-06-26T23:30:00.000Z\",\"0.985487\",\"0.982976\"\n\"2024-06-26T23:35:00.000Z\",\"10.458069\",\"10.428612\"\n\"2024-06-26T23:40:00.000Z\",\"4.444729\",\"4.432729\"\n\"2024-06-26T23:45:00.000Z\",\"0.94917\",\"0.94688\"\n\"2024-06-26T23:50:00.000Z\",\"10.463716\",\"10.433975\"\n\"2024-06-26T23:55:00.000Z\",\"4.477219\",\"4.465165\"\n\"2024-06-27T00:00:00.000Z\",\"0.920239\",\"0.917997\"\n\"2024-06-27T00:05:00.000Z\",\"10.650479\",\"10.620117\"\n\"2024-06-27T00:10:00.000Z\",\"4.326901\",\"4.315031\"\n\"2024-06-27T00:15:00.000Z\",\"0.883016\",\"0.884624\"\n\"2024-06-27T00:20:00.000Z\",\"10.638883\",\"10.605625\"\n\"2024-06-27T00:25:00.000Z\",\"4.357495\",\"4.345664\"\n\"2024-06-27T00:30:00.000Z\",\"0.851513\",\"0.849564\"\n\"2024-06-27T00:35:00.000Z\",\"10.616043\",\"10.587433\"\n\"2024-06-27T00:40:00.000Z\",\"4.385484\",\"4.373842\"\n\"2024-06-27T00:45:00.000Z\",\"0.817848\",\"0.816002\"\n\"2024-06-27T00:50:00.000Z\",\"10.642287\",\"10.612356\"\n\"2024-06-27T00:55:00.000Z\",\"4.424953\",\"4.413236\"\n\"2024-06-27T01:00:00.000Z\",\"1.00321\",\"1.000852\"\n\"2024-06-27T01:05:00.000Z\",\"10.468132\",\"10.438166\"\n\"2024-06-27T01:10:00.000Z\",\"4.426224\",\"4.414091\"\n\"2024-06-27T01:15:00.000Z\",\"0.970688\",\"0.968393\"\n\"2024-06-27T01:20:00.000Z\",\"10.460348\",\"10.430769\"\n\"2024-06-27T01:25:00.000Z\",\"4.473876\",\"4.460932\"\n\"2024-06-27T01:30:00.000Z\",\"0.937386\",\"0.935171\"\n\"2024-06-27T01:35:00.000Z\",\"10.633076\",\"10.603624\"\n\"2024-06-27T01:40:00.000Z\",\"4.307635\",\"4.295843\"\n\"2024-06-27T01:45:00.000Z\",\"0.898987\",\"0.897001\"\n\"2024-06-27T01:50:00.000Z\",\"10.635296\",\"10.605698\"\n\"2024-06-27T01:55:00.000Z\",\"4.350989\",\"4.338666\"\n\"2024-06-27T02:00:00.000Z\",\"0.865239\",\"0.863148\"\n\"2024-06-27T02:05:00.000Z\",\"10.634804\",\"10.60506\"\n\"2024-06-27T02:10:00.000Z\",\"4.383119\",\"4.371222\"\n\"2024-06-27T02:15:00.000Z\",\"1.017245\",\"1.014495\"\n\"2024-06-27T02:20:00.000Z\",\"10.481765\",\"10.450896\"\n\"2024-06-27T02:25:00.000Z\",\"4.435734\",\"4.42293\"\n\"2024-06-27T02:30:00.000Z\",\"0.973451\",\"0.971226\"\n\"2024-06-27T02:35:00.000Z\",\"10.467293\",\"10.437314\"\n\"2024-06-27T02:40:00.000Z\",\"4.467413\",\"4.45459\"\n\"2024-06-27T02:45:00.000Z\",\"0.940842\",\"0.938692\"\n\"2024-06-27T02:50:00.000Z\",\"10.658707\",\"10.627905\"\n\"2024-06-27T02:55:00.000Z\",\"4.307402\",\"4.295446\"\n\"2024-06-27T03:00:00.000Z\",\"0.902089\",\"0.90003\"\n\"2024-06-27T03:05:00.000Z\",\"10.644149\",\"10.61409\"\n\"2024-06-27T03:10:00.000Z\",\"4.355336\",\"4.342725\"\n\"2024-06-27T03:15:00.000Z\",\"0.871086\",\"0.869012\"\n\"2024-06-27T03:20:00.000Z\",\"10.63727\",\"10.607746\"\n\"2024-06-27T03:25:00.000Z\",\"4.360393\",\"4.348968\"\n\"2024-06-27T03:30:00.000Z\",\"0.882082\",\"0.879838\"\n\"2024-06-27T03:35:00.000Z\",\"10.645273\",\"10.615017\"\n\"2024-06-27T03:40:00.000Z\",\"4.383571\",\"4.370923\"\n\"2024-06-27T03:45:00.000Z\",\"0.838854\",\"0.837005\"\n\"2024-06-27T03:50:00.000Z\",\"10.62759\",\"10.598371\"\n\"2024-06-27T03:55:00.000Z\",\"4.421042\",\"4.408095\"\n\"2024-06-27T04:00:00.000Z\",\"0.991275\",\"0.988939\"\n\"2024-06-27T04:05:00.000Z\",\"10.439062\",\"10.410543\"\n\"2024-06-27T04:10:00.000Z\",\"4.427908\",\"4.416214\"\n\"2024-06-27T04:15:00.000Z\",\"0.958297\",\"0.956206\"\n\"2024-06-27T04:20:00.000Z\",\"10.636814\",\"10.607184\"\n\"2024-06-27T04:25:00.000Z\",\"4.290675\",\"4.278663\"\n\"2024-06-27T04:30:00.000Z\",\"0.920883\",\"0.918903\"\n\"2024-06-27T04:35:00.000Z\",\"10.614673\",\"10.586237\"\n\"2024-06-27T04:40:00.000Z\",\"4.328177\",\"4.316048\"\n\"2024-06-27T04:45:00.000Z\",\"0.889142\",\"0.887089\"\n\"2024-06-27T04:50:00.000Z\",\"10.646736\",\"10.616551\"\n\"2024-06-27T04:55:00.000Z\",\"4.362006\",\"4.349778\"\n\"2024-06-27T05:00:00.000Z\",\"0.858688\",\"0.856716\"\n\"2024-06-27T05:05:00.000Z\",\"10.626394\",\"10.597086\"\n\"2024-06-27T05:10:00.000Z\",\"4.383863\",\"4.37219\"\n\"2024-06-27T05:15:00.000Z\",\"0.821933\",\"0.820147\"\n\"2024-06-27T05:20:00.000Z\",\"10.650153\",\"10.61964\"\n\"2024-06-27T05:25:00.000Z\",\"4.438737\",\"4.425986\"\n\"2024-06-27T05:30:00.000Z\",\"0.977475\",\"0.975004\"\n\"2024-06-27T05:35:00.000Z\",\"10.466452\",\"10.43811\"\n\"2024-06-27T05:40:00.000Z\",\"4.469001\",\"4.454588\"\n\"2024-06-27T05:45:00.000Z\",\"0.935519\",\"0.933432\"\n\"2024-06-27T05:50:00.000Z\",\"10.647576\",\"10.617447\"\n\"2024-06-27T05:55:00.000Z\",\"4.301587\",\"4.290115\"\n\"2024-06-27T06:00:00.000Z\",\"0.937076\",\"0.934931\"\n\"2024-06-27T06:05:00.000Z\",\"10.626633\",\"10.597456\"\n\"2024-06-27T06:10:00.000Z\",\"4.322308\",\"4.309784\"\n\"2024-06-27T06:15:00.000Z\",\"0.901629\",\"0.899696\"\n\"2024-06-27T06:20:00.000Z\",\"10.643003\",\"10.612999\"\n\"2024-06-27T06:25:00.000Z\",\"4.357418\",\"4.344699\"\n\"2024-06-27T06:30:00.000Z\",\"0.875318\",\"0.873258\"\n\"2024-06-27T06:35:00.000Z\",\"10.640613\",\"10.610559\"\n\"2024-06-27T06:40:00.000Z\",\"4.372839\",\"4.360982\"\n\"2024-06-27T06:45:00.000Z\",\"0.837726\",\"0.835843\"\n\"2024-06-27T06:50:00.000Z\",\"10.630571\",\"10.601236\"\n\"2024-06-27T06:55:00.000Z\",\"4.413747\",\"4.401326\"\n\"2024-06-27T07:00:00.000Z\",\"0.988489\",\"0.98631\"\n\"2024-06-27T07:05:00.000Z\",\"10.429456\",\"10.401503\"\n\"2024-06-27T07:10:00.000Z\",\"4.435543\",\"4.424751\"\n\"2024-06-27T07:15:00.000Z\",\"0.963827\",\"0.967176\"\n\"2024-06-27T07:20:00.000Z\",\"10.467838\",\"10.440622\"\n\"2024-06-27T07:25:00.000Z\",\"4.472111\",\"4.46015\"\n\"2024-06-27T07:30:00.000Z\",\"0.914529\",\"0.912494\"\n\"2024-06-27T07:35:00.000Z\",\"10.635268\",\"10.605675\"\n\"2024-06-27T07:40:00.000Z\",\"4.322064\",\"4.310648\"\n\"2024-06-27T07:45:00.000Z\",\"0.894204\",\"0.892194\"\n\"2024-06-27T07:50:00.000Z\",\"10.628498\",\"10.599256\"\n\"2024-06-27T07:55:00.000Z\",\"4.350178\",\"4.338374\"\n\"2024-06-27T08:00:00.000Z\",\"0.858766\",\"0.856882\"\n\"2024-06-27T08:05:00.000Z\",\"10.624384\",\"10.595204\"\n\"2024-06-27T08:10:00.000Z\",\"4.386978\",\"4.375057\"\n\"2024-06-27T08:15:00.000Z\",\"0.821423\",\"0.819655\"\n\"2024-06-27T08:20:00.000Z\",\"10.612836\",\"10.584437\"\n\"2024-06-27T08:25:00.000Z\",\"4.411244\",\"4.399753\"\n\"2024-06-27T08:30:00.000Z\",\"0.975867\",\"0.973608\"\n\"2024-06-27T08:35:00.000Z\",\"10.429174\",\"10.401012\"\n\"2024-06-27T08:40:00.000Z\",\"4.459916\",\"4.447705\"\n\"2024-06-27T08:45:00.000Z\",\"0.973925\",\"0.97533\"\n\"2024-06-27T08:50:00.000Z\",\"10.450937\",\"10.41871\"\n\"2024-06-27T08:55:00.000Z\",\"4.45834\",\"4.445444\"\n\"2024-06-27T09:00:00.000Z\",\"0.969169\",\"0.967018\"\n\"2024-06-27T09:05:00.000Z\",\"10.444123\",\"10.415941\"\n\"2024-06-27T09:10:00.000Z\",\"4.456347\",\"4.443781\"\n\"2024-06-27T09:15:00.000Z\",\"0.966497\",\"0.964335\"\n\"2024-06-27T09:20:00.000Z\",\"10.454793\",\"10.425669\"\n\"2024-06-27T09:25:00.000Z\",\"4.458815\",\"4.446609\"\n\"2024-06-27T09:30:00.000Z\",\"0.946078\",\"0.947643\"\n\"2024-06-27T09:35:00.000Z\",\"10.448679\",\"10.416693\"\n\"2024-06-27T09:40:00.000Z\",\"4.463906\",\"4.451841\"\n\"2024-06-27T09:45:00.000Z\",\"0.94812\",\"0.94604\"\n\"2024-06-27T09:50:00.000Z\",\"10.44975\",\"10.421221\"\n\"2024-06-27T09:55:00.000Z\",\"4.461142\",\"4.449379\"\n\"2024-06-27T10:00:00.000Z\",\"0.933131\",\"0.930979\"\n\"2024-06-27T10:05:00.000Z\",\"10.65438\",\"10.623825\"\n\"2024-06-27T10:10:00.000Z\",\"4.316485\",\"4.304416\"\n\"2024-06-27T10:15:00.000Z\",\"0.899833\",\"0.897751\"\n\"2024-06-27T10:20:00.000Z\",\"10.647225\",\"10.617203\"\n\"2024-06-27T10:25:00.000Z\",\"4.351303\",\"4.339256\"\n\"2024-06-27T10:30:00.000Z\",\"0.866723\",\"0.864699\"\n\"2024-06-27T10:35:00.000Z\",\"10.631871\",\"10.602672\"\n\"2024-06-27T10:40:00.000Z\",\"4.363553\",\"4.352105\"\n\"2024-06-27T10:45:00.000Z\",\"0.840081\",\"0.838147\"\n\"2024-06-27T10:50:00.000Z\",\"10.637107\",\"10.607606\"\n\"2024-06-27T10:55:00.000Z\",\"4.393991\",\"4.382248\"\n\"2024-06-27T11:00:00.000Z\",\"0.995439\",\"0.993122\"\n\"2024-06-27T11:05:00.000Z\",\"10.44174\",\"10.4131\"\n\"2024-06-27T11:10:00.000Z\",\"4.427232\",\"4.415416\"\n\"2024-06-27T11:15:00.000Z\",\"0.994022\",\"0.991758\"\n\"2024-06-27T11:20:00.000Z\",\"10.445546\",\"10.416708\"\n\"2024-06-27T11:25:00.000Z\",\"4.434559\",\"4.422362\"\n\"2024-06-27T11:30:00.000Z\",\"0.969231\",\"0.966829\"\n\"2024-06-27T11:35:00.000Z\",\"10.672258\",\"10.640742\"\n\"2024-06-27T11:40:00.000Z\",\"4.274272\",\"4.262754\"\n\"2024-06-27T11:45:00.000Z\",\"0.954136\",\"0.955642\"\n\"2024-06-27T11:50:00.000Z\",\"10.663604\",\"10.629419\"\n\"2024-06-27T11:55:00.000Z\",\"4.273522\",\"4.26204\"\n\"2024-06-27T12:00:00.000Z\",\"0.93974\",\"0.937591\"\n\"2024-06-27T12:05:00.000Z\",\"10.639959\",\"10.610115\"\n\"2024-06-27T12:10:00.000Z\",\"4.299277\",\"4.287748\"\n\"2024-06-27T12:15:00.000Z\",\"0.906068\",\"0.904041\"\n\"2024-06-27T12:20:00.000Z\",\"10.617527\",\"10.588829\"\n\"2024-06-27T12:25:00.000Z\",\"4.326241\",\"4.314928\"\n\"2024-06-27T12:30:00.000Z\",\"0.870529\",\"0.868502\"\n\"2024-06-27T12:35:00.000Z\",\"10.649907\",\"10.619557\"\n\"2024-06-27T12:40:00.000Z\",\"4.374167\",\"4.362169\"\n\"2024-06-27T12:45:00.000Z\",\"0.841448\",\"0.839457\"\n\"2024-06-27T12:50:00.000Z\",\"10.62752\",\"10.602002\"\n\"2024-06-27T12:55:00.000Z\",\"4.418793\",\"4.402276\"\n\"2024-06-27T13:00:00.000Z\",\"0.81318\",\"0.811228\"\n\"2024-06-27T13:05:00.000Z\",\"10.679268\",\"10.647599\"\n\"2024-06-27T13:10:00.000Z\",\"4.426091\",\"4.414095\"\n\"2024-06-27T13:15:00.000Z\",\"0.96602\",\"0.963758\"\n\"2024-06-27T13:20:00.000Z\",\"10.441408\",\"10.416471\"\n\"2024-06-27T13:25:00.000Z\",\"4.455013\",\"4.439474\"\n\"2024-06-27T13:30:00.000Z\",\"0.936922\",\"0.934698\"\n\"2024-06-27T13:35:00.000Z\",\"10.63635\",\"10.60686\"\n\"2024-06-27T13:40:00.000Z\",\"4.314624\",\"4.303247\"\n\"2024-06-27T13:45:00.000Z\",\"0.947842\",\"0.946888\"\n\"2024-06-27T13:50:00.000Z\",\"10.655828\",\"10.625174\"\n\"2024-06-27T13:55:00.000Z\",\"4.29152\",\"4.280161\"\n\"2024-06-27T14:00:00.000Z\",\"0.923862\",\"0.921709\"\n\"2024-06-27T14:05:00.000Z\",\"10.635947\",\"10.606396\"\n\"2024-06-27T14:10:00.000Z\",\"4.310148\",\"4.298571\"\n\"2024-06-27T14:15:00.000Z\",\"0.894401\",\"0.892267\"\n\"2024-06-27T14:20:00.000Z\",\"10.651954\",\"10.621485\"\n\"2024-06-27T14:25:00.000Z\",\"4.348109\",\"4.33636\"\n\"2024-06-27T14:30:00.000Z\",\"0.860002\",\"0.857781\"\n\"2024-06-27T14:35:00.000Z\",\"10.632978\",\"10.603552\"\n\"2024-06-27T14:40:00.000Z\",\"4.38258\",\"4.370888\"\n\"2024-06-27T14:45:00.000Z\",\"0.823499\",\"0.821541\"\n\"2024-06-27T14:50:00.000Z\",\"10.660537\",\"10.62982\"\n\"2024-06-27T14:55:00.000Z\",\"4.42268\",\"4.410352\"\n\"2024-06-27T15:00:00.000Z\",\"0.981436\",\"0.979193\"\n\"2024-06-27T15:05:00.000Z\",\"10.460883\",\"10.431089\"\n\"2024-06-27T15:10:00.000Z\",\"4.43772\",\"4.426071\"\n\"2024-06-27T15:15:00.000Z\",\"0.944517\",\"0.942302\"\n\"2024-06-27T15:20:00.000Z\",\"10.630391\",\"10.601049\"\n\"2024-06-27T15:25:00.000Z\",\"4.302154\",\"4.290269\"\n\"2024-06-27T15:30:00.000Z\",\"0.90835\",\"0.906176\"\n\"2024-06-27T15:35:00.000Z\",\"10.651969\",\"10.621748\"\n\"2024-06-27T15:40:00.000Z\",\"4.348199\",\"4.335761\"\n\"2024-06-27T15:45:00.000Z\",\"0.882765\",\"0.881594\"\n\"2024-06-27T15:50:00.000Z\",\"10.64555\",\"10.615805\"\n\"2024-06-27T15:55:00.000Z\",\"4.364799\",\"4.352233\"\n\"2024-06-27T16:00:00.000Z\",\"0.888995\",\"0.886828\"\n\"2024-06-27T16:05:00.000Z\",\"10.669147\",\"10.638172\"\n\"2024-06-27T16:10:00.000Z\",\"4.358117\",\"4.3457\"\n\"2024-06-27T16:15:00.000Z\",\"0.901012\",\"0.898931\"\n\"2024-06-27T16:20:00.000Z\",\"10.635388\",\"10.605918\"\n\"2024-06-27T16:25:00.000Z\",\"4.34781\",\"4.336773\"\n\"2024-06-27T16:30:00.000Z\",\"0.865629\",\"0.864453\"\n\"2024-06-27T16:35:00.000Z\",\"10.622249\",\"10.593447\"\n\"2024-06-27T16:40:00.000Z\",\"4.370994\",\"4.359523\"\n\"2024-06-27T16:45:00.000Z\",\"0.826731\",\"0.824854\"\n\"2024-06-27T16:50:00.000Z\",\"10.629448\",\"10.600547\"\n\"2024-06-27T16:55:00.000Z\",\"4.421418\",\"4.408783\"\n\"2024-06-27T17:00:00.000Z\",\"1.002751\",\"1.003973\"\n\"2024-06-27T17:05:00.000Z\",\"10.465639\",\"10.432309\"\n\"2024-06-27T17:10:00.000Z\",\"4.418128\",\"4.406216\"\n\"2024-06-27T17:15:00.000Z\",\"0.823249\",\"0.821346\"\n\"2024-06-27T17:20:00.000Z\",\"10.654315\",\"10.624481\"\n\"2024-06-27T17:25:00.000Z\",\"4.403041\",\"4.391194\"\n\"2024-06-27T17:30:00.000Z\",\"0.827362\",\"0.829396\"\n\"2024-06-27T17:35:00.000Z\",\"10.641324\",\"10.609494\"\n\"2024-06-27T17:40:00.000Z\",\"4.407288\",\"4.395999\"\n\"2024-06-27T17:45:00.000Z\",\"0.830634\",\"0.829015\"\n\"2024-06-27T17:50:00.000Z\",\"10.630358\",\"10.601705\"\n\"2024-06-27T17:55:00.000Z\",\"4.390514\",\"4.378942\"\n\"2024-06-27T18:00:00.000Z\",\"0.839836\",\"0.841563\"\n\"2024-06-27T18:05:00.000Z\",\"10.652945\",\"10.619857\"\n\"2024-06-27T18:10:00.000Z\",\"4.377516\",\"4.365716\"\n\"2024-06-27T18:15:00.000Z\",\"0.863911\",\"0.861897\"\n\"2024-06-27T18:20:00.000Z\",\"10.641142\",\"10.611746\"\n\"2024-06-27T18:25:00.000Z\",\"4.366698\",\"4.354877\"\n\"2024-06-27T18:30:00.000Z\",\"0.865961\",\"0.864007\"\n\"2024-06-27T18:35:00.000Z\",\"10.648054\",\"10.618322\"\n\"2024-06-27T18:40:00.000Z\",\"4.35636\",\"4.344942\"\n\"2024-06-27T18:45:00.000Z\",\"0.867449\",\"0.865521\"\n\"2024-06-27T18:50:00.000Z\",\"10.654356\",\"10.628031\"\n\"2024-06-27T18:55:00.000Z\",\"4.356468\",\"4.341157\"\n\"2024-06-27T19:00:00.000Z\",\"0.901573\",\"0.899467\"\n\"2024-06-27T19:05:00.000Z\",\"10.634232\",\"10.604891\"\n\"2024-06-27T19:10:00.000Z\",\"4.341291\",\"4.329186\"\n\"2024-06-27T19:15:00.000Z\",\"0.886184\",\"0.88408\"\n\"2024-06-27T19:20:00.000Z\",\"10.637579\",\"10.608758\"\n\"2024-06-27T19:25:00.000Z\",\"4.343368\",\"4.331353\"\n\"2024-06-27T19:30:00.000Z\",\"0.898276\",\"0.897016\"\n\"2024-06-27T19:35:00.000Z\",\"10.668396\",\"10.637803\"\n\"2024-06-27T19:40:00.000Z\",\"4.329208\",\"4.317547\"\n\"2024-06-27T19:45:00.000Z\",\"0.904177\",\"0.902091\"\n\"2024-06-27T19:50:00.000Z\",\"10.636665\",\"10.60754\"\n\"2024-06-27T19:55:00.000Z\",\"4.337539\",\"4.325462\"\n\"2024-06-27T20:00:00.000Z\",\"0.924809\",\"0.923019\"\n\"2024-06-27T20:05:00.000Z\",\"10.640557\",\"10.611576\"\n\"2024-06-27T20:10:00.000Z\",\"4.303677\",\"4.292083\"\n\"2024-06-27T20:15:00.000Z\",\"0.936422\",\"0.934233\"\n\"2024-06-27T20:20:00.000Z\",\"10.461401\",\"10.431947\"\n\"2024-06-27T20:25:00.000Z\",\"4.481369\",\"4.469455\"\n\"2024-06-27T20:30:00.000Z\",\"0.937368\",\"0.935164\"\n\"2024-06-27T20:35:00.000Z\",\"10.630935\",\"10.60182\"\n\"2024-06-27T20:40:00.000Z\",\"4.309465\",\"4.297401\"\n\"2024-06-27T20:45:00.000Z\",\"0.918311\",\"0.916141\"\n\"2024-06-27T20:50:00.000Z\",\"10.630887\",\"10.601864\"\n\"2024-06-27T20:55:00.000Z\",\"4.311002\",\"4.299572\"\n\"2024-06-27T21:00:00.000Z\",\"0.901107\",\"0.898976\"\n\"2024-06-27T21:05:00.000Z\",\"10.671684\",\"10.640189\"\n\"2024-06-27T21:10:00.000Z\",\"4.350094\",\"4.337894\"\n\"2024-06-27T21:15:00.000Z\",\"0.871634\",\"0.869566\"\n\"2024-06-27T21:20:00.000Z\",\"10.660224\",\"10.629712\"\n\"2024-06-27T21:25:00.000Z\",\"4.375022\",\"4.362642\"\n\"2024-06-27T21:30:00.000Z\",\"0.863365\",\"0.861403\"\n\"2024-06-27T21:35:00.000Z\",\"10.634371\",\"10.605547\"\n\"2024-06-27T21:40:00.000Z\",\"4.358202\",\"4.346693\"\n\"2024-06-27T21:45:00.000Z\",\"0.868981\",\"0.866921\"\n\"2024-06-27T21:50:00.000Z\",\"10.664423\",\"10.633709\"\n\"2024-06-27T21:55:00.000Z\",\"4.358209\",\"4.346722\"\n\"2024-06-27T22:00:00.000Z\",\"0.855231\",\"0.853282\"\n\"2024-06-27T22:05:00.000Z\",\"10.633347\",\"10.604373\"\n\"2024-06-27T22:10:00.000Z\",\"4.392\",\"4.379271\"\n\"2024-06-27T22:15:00.000Z\",\"0.86096\",\"0.859035\"\n\"2024-06-27T22:20:00.000Z\",\"10.649209\",\"10.620856\"\n\"2024-06-27T22:25:00.000Z\",\"4.379084\",\"4.365529\"\n\"2024-06-27T22:30:00.000Z\",\"0.862926\",\"0.860944\"\n\"2024-06-27T22:35:00.000Z\",\"10.618569\",\"10.589937\"\n\"2024-06-27T22:40:00.000Z\",\"4.384228\",\"4.372046\"\n\"2024-06-27T22:45:00.000Z\",\"0.831408\",\"0.829531\"\n\"2024-06-27T22:50:00.000Z\",\"10.648055\",\"10.617601\"\n\"2024-06-27T22:55:00.000Z\",\"4.413876\",\"4.402109\"\n\"2024-06-27T23:00:00.000Z\",\"1.033039\",\"1.03043\"\n\"2024-06-27T23:05:00.000Z\",\"10.483494\",\"10.453311\"\n\"2024-06-27T23:10:00.000Z\",\"4.387287\",\"4.375722\"\n\"2024-06-27T23:15:00.000Z\",\"1.010004\",\"1.008099\"\n\"2024-06-27T23:20:00.000Z\",\"10.454647\",\"10.42494\"\n\"2024-06-27T23:25:00.000Z\",\"4.420303\",\"4.408197\"\n\"2024-06-27T23:30:00.000Z\",\"0.991127\",\"0.988805\"\n\"2024-06-27T23:35:00.000Z\",\"10.43344\",\"10.405264\"\n\"2024-06-27T23:40:00.000Z\",\"4.427248\",\"4.415693\"\n\"2024-06-27T23:45:00.000Z\",\"0.973177\",\"0.970943\"\n\"2024-06-27T23:50:00.000Z\",\"10.46219\",\"10.432701\"\n\"2024-06-27T23:55:00.000Z\",\"4.457664\",\"4.445251\"\n\"2024-06-28T00:00:00.000Z\",\"0.965693\",\"0.963334\"\n\"2024-06-28T00:05:00.000Z\",\"10.471179\",\"10.442546\"\n\"2024-06-28T00:10:00.000Z\",\"4.47212\",\"4.459368\"\n\"2024-06-28T00:15:00.000Z\",\"0.969036\",\"0.967682\"\n\"2024-06-28T00:20:00.000Z\",\"10.494945\",\"10.466214\"\n\"2024-06-28T00:25:00.000Z\",\"4.456574\",\"4.445729\"\n\"2024-06-28T00:30:00.000Z\",\"0.981156\",\"0.979465\"\n\"2024-06-28T00:35:00.000Z\",\"10.486808\",\"10.456327\"\n\"2024-06-28T00:40:00.000Z\",\"4.463092\",\"4.450201\"\n\"2024-06-28T00:45:00.000Z\",\"0.951643\",\"0.949441\"\n\"2024-06-28T00:50:00.000Z\",\"10.467355\",\"10.437673\"\n\"2024-06-28T00:55:00.000Z\",\"4.491274\",\"4.478133\"\n\"2024-06-28T01:00:00.000Z\",\"0.9343\",\"0.932131\"\n\"2024-06-28T01:05:00.000Z\",\"10.637451\",\"10.607768\"\n\"2024-06-28T01:10:00.000Z\",\"4.297563\",\"4.28633\"\n\"2024-06-28T01:15:00.000Z\",\"0.904759\",\"0.902645\"\n\"2024-06-28T01:20:00.000Z\",\"10.635467\",\"10.605933\"\n\"2024-06-28T01:25:00.000Z\",\"4.342965\",\"4.330978\"\n\"2024-06-28T01:30:00.000Z\",\"0.920135\",\"0.917889\"\n\"2024-06-28T01:35:00.000Z\",\"10.64677\",\"10.616811\"\n\"2024-06-28T01:40:00.000Z\",\"4.314887\",\"4.303433\"\n\"2024-06-28T01:45:00.000Z\",\"0.895527\",\"0.89358\"\n\"2024-06-28T01:50:00.000Z\",\"10.635921\",\"10.607104\"\n\"2024-06-28T01:55:00.000Z\",\"4.325407\",\"4.313973\"\n\"2024-06-28T02:00:00.000Z\",\"0.904697\",\"0.902678\"\n\"2024-06-28T02:05:00.000Z\",\"10.631946\",\"10.603258\"\n\"2024-06-28T02:10:00.000Z\",\"4.335162\",\"4.322688\"\n\"2024-06-28T02:15:00.000Z\",\"0.906961\",\"0.904946\"\n\"2024-06-28T02:20:00.000Z\",\"10.630233\",\"10.600882\"\n\"2024-06-28T02:25:00.000Z\",\"4.34321\",\"4.331076\"\n\"2024-06-28T02:30:00.000Z\",\"0.885853\",\"0.88381\"\n\"2024-06-28T02:35:00.000Z\",\"10.641996\",\"10.612623\"\n\"2024-06-28T02:40:00.000Z\",\"4.342476\",\"4.330987\"\n\"2024-06-28T02:45:00.000Z\",\"0.890713\",\"0.888577\"\n\"2024-06-28T02:50:00.000Z\",\"10.648935\",\"10.618623\"\n\"2024-06-28T02:55:00.000Z\",\"4.353872\",\"4.34268\"\n\"2024-06-28T03:00:00.000Z\",\"0.853791\",\"0.852097\"\n\"2024-06-28T03:05:00.000Z\",\"10.635255\",\"10.605854\"\n\"2024-06-28T03:10:00.000Z\",\"4.402302\",\"4.38967\"\n\"2024-06-28T03:15:00.000Z\",\"0.837111\",\"0.835268\"\n\"2024-06-28T03:20:00.000Z\",\"10.644566\",\"10.614703\"\n\"2024-06-28T03:25:00.000Z\",\"4.415203\",\"4.402624\"\n\"2024-06-28T03:30:00.000Z\",\"0.82938\",\"0.827529\"\n\"2024-06-28T03:35:00.000Z\",\"10.640754\",\"10.611105\"\n\"2024-06-28T03:40:00.000Z\",\"4.421441\",\"4.408914\"\n\"2024-06-28T03:45:00.000Z\",\"0.831099\",\"0.829164\"\n\"2024-06-28T03:50:00.000Z\",\"10.665482\",\"10.635288\"\n\"2024-06-28T03:55:00.000Z\",\"4.402144\",\"4.389884\"\n\"2024-06-28T04:00:00.000Z\",\"0.862538\",\"0.860493\"\n\"2024-06-28T04:05:00.000Z\",\"10.636069\",\"10.610261\"\n\"2024-06-28T04:10:00.000Z\",\"4.39299\",\"4.376601\"\n\"2024-06-28T04:15:00.000Z\",\"1.030124\",\"1.028609\"\n\"2024-06-28T04:20:00.000Z\",\"10.466915\",\"10.436284\"\n\"2024-06-28T04:25:00.000Z\",\"4.392493\",\"4.380667\"\n\"2024-06-28T04:30:00.000Z\",\"0.830631\",\"0.828786\"\n\"2024-06-28T04:35:00.000Z\",\"10.655348\",\"10.625825\"\n\"2024-06-28T04:40:00.000Z\",\"4.403512\",\"4.391463\"\n\"2024-06-28T04:45:00.000Z\",\"1.013292\",\"1.010658\"\n\"2024-06-28T04:50:00.000Z\",\"10.499129\",\"10.467895\"\n\"2024-06-28T04:55:00.000Z\",\"4.407176\",\"4.395511\"\n\"2024-06-28T05:00:00.000Z\",\"0.998814\",\"0.996458\"\n\"2024-06-28T05:05:00.000Z\",\"10.460918\",\"10.435447\"\n\"2024-06-28T05:10:00.000Z\",\"4.431303\",\"4.415084\"\n\"2024-06-28T05:15:00.000Z\",\"0.823763\",\"0.82182\"\n\"2024-06-28T05:20:00.000Z\",\"10.667099\",\"10.636949\"\n\"2024-06-28T05:25:00.000Z\",\"4.405159\",\"4.392851\"\n\"2024-06-28T05:30:00.000Z\",\"0.831247\",\"0.829363\"\n\"2024-06-28T05:35:00.000Z\",\"10.658586\",\"10.628338\"\n\"2024-06-28T05:40:00.000Z\",\"4.40186\",\"4.389734\"\n\"2024-06-28T05:45:00.000Z\",\"0.836038\",\"0.834192\"\n\"2024-06-28T05:50:00.000Z\",\"10.644398\",\"10.615238\"\n\"2024-06-28T05:55:00.000Z\",\"4.390924\",\"4.378582\"\n\"2024-06-28T06:00:00.000Z\",\"0.842333\",\"0.843499\"\n\"2024-06-28T06:05:00.000Z\",\"10.639419\",\"10.60727\"\n\"2024-06-28T06:10:00.000Z\",\"4.386801\",\"4.374701\"\n\"2024-06-28T06:15:00.000Z\",\"0.840201\",\"0.838328\"\n\"2024-06-28T06:20:00.000Z\",\"10.637693\",\"10.608713\"\n\"2024-06-28T06:25:00.000Z\",\"4.380831\",\"4.369201\"\n\"2024-06-28T06:30:00.000Z\",\"0.874468\",\"0.872497\"\n\"2024-06-28T06:35:00.000Z\",\"10.65072\",\"10.620881\"\n\"2024-06-28T06:40:00.000Z\",\"4.364301\",\"4.352145\"\n\"2024-06-28T06:45:00.000Z\",\"0.876036\",\"0.874012\"\n\"2024-06-28T06:50:00.000Z\",\"10.638013\",\"10.608986\"\n\"2024-06-28T06:55:00.000Z\",\"4.340941\",\"4.329601\"\n\"2024-06-28T07:00:00.000Z\",\"0.877295\",\"0.875309\"\n\"2024-06-28T07:05:00.000Z\",\"10.648325\",\"10.618965\"\n\"2024-06-28T07:10:00.000Z\",\"4.346781\",\"4.334965\"\n\"2024-06-28T07:15:00.000Z\",\"0.883393\",\"0.881301\"\n\"2024-06-28T07:20:00.000Z\",\"10.640924\",\"10.611401\"\n\"2024-06-28T07:25:00.000Z\",\"4.351219\",\"4.339522\"\n\"2024-06-28T07:30:00.000Z\",\"0.862342\",\"0.860393\"\n\"2024-06-28T07:35:00.000Z\",\"10.628129\",\"10.599447\"\n\"2024-06-28T07:40:00.000Z\",\"4.361763\",\"4.350284\"\n\"2024-06-28T07:45:00.000Z\",\"0.867718\",\"0.865785\"\n\"2024-06-28T07:50:00.000Z\",\"10.635531\",\"10.606638\"\n\"2024-06-28T07:55:00.000Z\",\"4.364338\",\"4.352338\"\n\"2024-06-28T08:00:00.000Z\",\"0.878228\",\"0.87936\"\n\"2024-06-28T08:05:00.000Z\",\"10.639277\",\"10.607887\"\n\"2024-06-28T08:10:00.000Z\",\"4.330283\",\"4.318953\"\n\"2024-06-28T08:15:00.000Z\",\"0.883581\",\"0.8816\"\n\"2024-06-28T08:20:00.000Z\",\"10.633994\",\"10.60463\"\n\"2024-06-28T08:25:00.000Z\",\"4.346867\",\"4.335405\"\n\"2024-06-28T08:30:00.000Z\",\"0.856173\",\"0.854044\"\n\"2024-06-28T08:35:00.000Z\",\"10.636566\",\"10.606863\"\n\"2024-06-28T08:40:00.000Z\",\"4.404917\",\"4.392264\"\n\"2024-06-28T08:45:00.000Z\",\"0.822799\",\"0.821165\"\n\"2024-06-28T08:50:00.000Z\",\"10.644293\",\"10.614424\"\n\"2024-06-28T08:55:00.000Z\",\"4.430015\",\"4.417329\"\n\"2024-06-28T09:00:00.000Z\",\"0.82884\",\"0.826945\"\n\"2024-06-28T09:05:00.000Z\",\"10.639047\",\"10.609272\"\n\"2024-06-28T09:10:00.000Z\",\"4.413539\",\"4.40153\"\n\"2024-06-28T09:15:00.000Z\",\"0.97966\",\"0.977396\"\n\"2024-06-28T09:20:00.000Z\",\"10.446903\",\"10.419667\"\n\"2024-06-28T09:25:00.000Z\",\"4.442335\",\"4.42882\"\n\"2024-06-28T09:30:00.000Z\",\"0.948381\",\"0.946122\"\n\"2024-06-28T09:35:00.000Z\",\"10.457455\",\"10.427841\"\n\"2024-06-28T09:40:00.000Z\",\"4.481027\",\"4.468962\"\n\"2024-06-28T09:45:00.000Z\",\"0.911598\",\"0.913197\"\n\"2024-06-28T09:50:00.000Z\",\"10.648532\",\"10.614572\"\n\"2024-06-28T09:55:00.000Z\",\"4.330623\",\"4.318913\"\n\"2024-06-28T10:00:00.000Z\",\"0.873634\",\"0.871627\"\n\"2024-06-28T10:05:00.000Z\",\"10.623563\",\"10.594562\"\n\"2024-06-28T10:10:00.000Z\",\"4.364456\",\"4.352808\"\n\"2024-06-28T10:15:00.000Z\",\"0.841184\",\"0.839248\"\n\"2024-06-28T10:20:00.000Z\",\"10.616221\",\"10.58763\"\n\"2024-06-28T10:25:00.000Z\",\"4.404954\",\"4.392876\"\n\"2024-06-28T10:30:00.000Z\",\"0.80981\",\"0.808037\"\n\"2024-06-28T10:35:00.000Z\",\"10.638238\",\"10.60849\"\n\"2024-06-28T10:40:00.000Z\",\"4.42303\",\"4.411434\"\n\"2024-06-28T10:45:00.000Z\",\"0.970263\",\"0.967977\"\n\"2024-06-28T10:50:00.000Z\",\"10.451213\",\"10.422102\"\n\"2024-06-28T10:55:00.000Z\",\"4.462536\",\"4.450148\"\n\"2024-06-28T11:00:00.000Z\",\"0.933563\",\"0.931253\"\n\"2024-06-28T11:05:00.000Z\",\"10.633677\",\"10.604327\"\n\"2024-06-28T11:10:00.000Z\",\"4.306548\",\"4.294829\"\n\"2024-06-28T11:15:00.000Z\",\"0.907535\",\"0.905417\"\n\"2024-06-28T11:20:00.000Z\",\"10.640661\",\"10.610793\"\n\"2024-06-28T11:25:00.000Z\",\"4.332431\",\"4.32082\"\n\"2024-06-28T11:30:00.000Z\",\"0.910104\",\"0.907902\"\n\"2024-06-28T11:35:00.000Z\",\"10.631512\",\"10.60567\"\n\"2024-06-28T11:40:00.000Z\",\"4.341221\",\"4.325456\"\n\"2024-06-28T11:45:00.000Z\",\"0.874928\",\"0.872938\"\n\"2024-06-28T11:50:00.000Z\",\"10.626085\",\"10.596991\"\n\"2024-06-28T11:55:00.000Z\",\"4.361765\",\"4.350262\"\n\"2024-06-28T12:00:00.000Z\",\"0.841318\",\"0.839461\"\n\"2024-06-28T12:05:00.000Z\",\"10.637958\",\"10.608215\"\n\"2024-06-28T12:10:00.000Z\",\"4.389376\",\"4.377861\"\n\"2024-06-28T12:15:00.000Z\",\"1.00861\",\"1.005958\"\n\"2024-06-28T12:20:00.000Z\",\"10.473407\",\"10.443141\"\n\"2024-06-28T12:25:00.000Z\",\"4.421361\",\"4.409473\"\n\"2024-06-28T12:30:00.000Z\",\"0.977578\",\"0.975292\"\n\"2024-06-28T12:35:00.000Z\",\"10.458172\",\"10.428519\"\n\"2024-06-28T12:40:00.000Z\",\"4.462796\",\"4.450233\"\n\"2024-06-28T12:45:00.000Z\",\"0.944358\",\"0.942176\"\n\"2024-06-28T12:50:00.000Z\",\"10.455642\",\"10.426105\"\n\"2024-06-28T12:55:00.000Z\",\"4.502577\",\"4.489589\"\n\"2024-06-28T13:00:00.000Z\",\"0.913383\",\"0.911328\"\n\"2024-06-28T13:05:00.000Z\",\"10.647105\",\"10.617261\"\n\"2024-06-28T13:10:00.000Z\",\"4.313361\",\"4.302017\"\n\"2024-06-28T13:15:00.000Z\",\"0.895926\",\"0.89384\"\n\"2024-06-28T13:20:00.000Z\",\"10.645189\",\"10.615242\"\n\"2024-06-28T13:25:00.000Z\",\"4.342385\",\"4.330599\"\n\"2024-06-28T13:30:00.000Z\",\"0.867771\",\"0.865699\"\n\"2024-06-28T13:35:00.000Z\",\"10.675063\",\"10.643726\"\n\"2024-06-28T13:40:00.000Z\",\"4.37589\",\"4.364006\"\n\"2024-06-28T13:45:00.000Z\",\"0.833909\",\"0.831982\"\n\"2024-06-28T13:50:00.000Z\",\"10.652934\",\"10.62607\"\n\"2024-06-28T13:55:00.000Z\",\"4.420901\",\"4.404663\"\n\"2024-06-28T14:00:00.000Z\",\"0.822749\",\"0.82081\"\n\"2024-06-28T14:05:00.000Z\",\"10.641573\",\"10.611839\"\n\"2024-06-28T14:10:00.000Z\",\"4.412678\",\"4.400888\"\n\"2024-06-28T14:15:00.000Z\",\"1.024606\",\"1.022217\"\n\"2024-06-28T14:20:00.000Z\",\"10.469489\",\"10.439968\"\n\"2024-06-28T14:25:00.000Z\",\"4.401976\",\"4.389477\"\n\"2024-06-28T14:30:00.000Z\",\"0.839024\",\"0.837145\"\n\"2024-06-28T14:35:00.000Z\",\"10.632145\",\"10.604293\"\n\"2024-06-28T14:40:00.000Z\",\"4.384633\",\"4.373012\"\n\"2024-06-28T14:45:00.000Z\",\"0.839108\",\"0.837245\"\n\"2024-06-28T14:50:00.000Z\",\"10.628174\",\"10.599473\"\n\"2024-06-28T14:55:00.000Z\",\"4.394648\",\"4.382522\"\n\"2024-06-28T15:00:00.000Z\",\"0.837747\",\"0.835752\"\n\"2024-06-28T15:05:00.000Z\",\"10.664163\",\"10.634023\"\n\"2024-06-28T15:10:00.000Z\",\"4.405798\",\"4.393816\"\n\"2024-06-28T15:15:00.000Z\",\"0.813447\",\"0.811605\"\n\"2024-06-28T15:20:00.000Z\",\"10.627263\",\"10.598474\"\n\"2024-06-28T15:25:00.000Z\",\"4.413106\",\"4.401463\"\n\"2024-06-28T15:30:00.000Z\",\"0.815886\",\"0.81396\"\n\"2024-06-28T15:35:00.000Z\",\"10.685236\",\"10.654011\"\n\"2024-06-28T15:40:00.000Z\",\"4.41628\",\"4.403951\"\n\"2024-06-28T15:45:00.000Z\",\"0.839873\",\"0.837881\"\n\"2024-06-28T15:50:00.000Z\",\"10.662683\",\"10.632407\"\n\"2024-06-28T15:55:00.000Z\",\"4.398996\",\"4.386468\"\n\"2024-06-28T16:00:00.000Z\",\"0.859453\",\"0.858242\"\n\"2024-06-28T16:05:00.000Z\",\"10.665465\",\"10.634223\"\n\"2024-06-28T16:10:00.000Z\",\"4.371682\",\"4.359668\"\n\"2024-06-28T16:15:00.000Z\",\"0.869186\",\"0.867206\"\n\"2024-06-28T16:20:00.000Z\",\"10.674558\",\"10.643893\"\n\"2024-06-28T16:25:00.000Z\",\"4.364892\",\"4.352488\"\n\"2024-06-28T16:30:00.000Z\",\"0.888387\",\"0.889365\"\n\"2024-06-28T16:35:00.000Z\",\"10.699764\",\"10.666952\"\n\"2024-06-28T16:40:00.000Z\",\"4.334871\",\"4.323637\"\n\"2024-06-28T16:45:00.000Z\",\"0.94001\",\"0.937851\"\n\"2024-06-28T16:50:00.000Z\",\"10.673307\",\"10.642229\"\n\"2024-06-28T16:55:00.000Z\",\"4.283688\",\"4.272459\"\n\"2024-06-28T17:00:00.000Z\",\"0.952672\",\"0.950434\"\n\"2024-06-28T17:05:00.000Z\",\"10.650162\",\"10.623487\"\n\"2024-06-28T17:10:00.000Z\",\"4.289676\",\"4.274416\"\n\"2024-06-28T17:15:00.000Z\",\"0.942222\",\"0.940044\"\n\"2024-06-28T17:20:00.000Z\",\"10.467468\",\"10.438215\"\n\"2024-06-28T17:25:00.000Z\",\"4.465691\",\"4.453714\"\n\"2024-06-28T17:30:00.000Z\",\"0.955317\",\"0.952996\"\n\"2024-06-28T17:35:00.000Z\",\"10.464224\",\"10.434824\"\n\"2024-06-28T17:40:00.000Z\",\"4.459242\",\"4.447477\"\n\"2024-06-28T17:45:00.000Z\",\"0.955269\",\"0.953047\"\n\"2024-06-28T17:50:00.000Z\",\"10.652327\",\"10.622411\"\n\"2024-06-28T17:55:00.000Z\",\"4.284825\",\"4.272856\"\n\"2024-06-28T18:00:00.000Z\",\"0.953701\",\"0.951375\"\n\"2024-06-28T18:05:00.000Z\",\"10.468656\",\"10.439367\"\n\"2024-06-28T18:10:00.000Z\",\"4.456159\",\"4.444315\"\n\"2024-06-28T18:15:00.000Z\",\"0.967229\",\"0.96863\"\n\"2024-06-28T18:20:00.000Z\",\"10.470257\",\"10.440387\"\n\"2024-06-28T18:25:00.000Z\",\"4.465256\",\"4.457223\"\n\"2024-06-28T18:30:00.000Z\",\"0.963275\",\"0.961904\"\n\"2024-06-28T18:35:00.000Z\",\"10.462942\",\"10.43396\"\n\"2024-06-28T18:40:00.000Z\",\"4.442971\",\"4.431279\"\n\"2024-06-28T18:45:00.000Z\",\"0.972791\",\"0.970494\"\n\"2024-06-28T18:50:00.000Z\",\"10.458087\",\"10.433138\"\n\"2024-06-28T18:55:00.000Z\",\"4.440477\",\"4.424562\"\n\"2024-06-28T19:00:00.000Z\",\"0.99162\",\"0.989344\"\n\"2024-06-28T19:05:00.000Z\",\"10.483187\",\"10.453332\"\n\"2024-06-28T19:10:00.000Z\",\"4.410968\",\"4.399267\"\n\"2024-06-28T19:15:00.000Z\",\"0.827149\",\"0.825332\"\n\"2024-06-28T19:20:00.000Z\",\"10.651326\",\"10.621659\"\n\"2024-06-28T19:25:00.000Z\",\"4.39999\",\"4.388006\"\n\"2024-06-28T19:30:00.000Z\",\"0.879507\",\"0.877548\"\n\"2024-06-28T19:35:00.000Z\",\"10.638876\",\"10.609872\"\n\"2024-06-28T19:40:00.000Z\",\"4.354393\",\"4.342402\"\n\"2024-06-28T19:45:00.000Z\",\"0.859211\",\"0.857291\"\n\"2024-06-28T19:50:00.000Z\",\"10.622574\",\"10.593829\"\n\"2024-06-28T19:55:00.000Z\",\"4.379546\",\"4.367692\"\n\"2024-06-28T20:00:00.000Z\",\"0.851687\",\"0.849735\"\n\"2024-06-28T20:05:00.000Z\",\"10.658779\",\"10.628544\"\n\"2024-06-28T20:10:00.000Z\",\"4.37749\",\"4.36575\"\n\"2024-06-28T20:15:00.000Z\",\"0.845071\",\"0.842915\"\n\"2024-06-28T20:20:00.000Z\",\"10.659922\",\"10.629311\"\n\"2024-06-28T20:25:00.000Z\",\"4.393919\",\"4.382165\"\n\"2024-06-28T20:30:00.000Z\",\"0.807194\",\"0.805334\"\n\"2024-06-28T20:35:00.000Z\",\"10.64534\",\"10.615598\"\n\"2024-06-28T20:40:00.000Z\",\"4.422414\",\"4.410656\"\n\"2024-06-28T20:45:00.000Z\",\"0.831142\",\"0.829203\"\n\"2024-06-28T20:50:00.000Z\",\"10.659792\",\"10.629529\"\n\"2024-06-28T20:55:00.000Z\",\"4.402454\",\"4.390427\"\n\"2024-06-28T21:00:00.000Z\",\"0.822993\",\"0.821149\"\n\"2024-06-28T21:05:00.000Z\",\"10.689724\",\"10.657969\"\n\"2024-06-28T21:10:00.000Z\",\"4.428591\",\"4.415694\"\n\"2024-06-28T21:15:00.000Z\",\"1.003669\",\"1.001287\"\n\"2024-06-28T21:20:00.000Z\",\"10.463603\",\"10.434212\"\n\"2024-06-28T21:25:00.000Z\",\"4.412756\",\"4.400964\"\n\"2024-06-28T21:30:00.000Z\",\"0.984416\",\"0.98219\"\n\"2024-06-28T21:35:00.000Z\",\"10.47548\",\"10.445166\"\n\"2024-06-28T21:40:00.000Z\",\"4.446049\",\"4.433952\"\n\"2024-06-28T21:45:00.000Z\",\"0.967767\",\"0.969112\"\n\"2024-06-28T21:50:00.000Z\",\"10.444327\",\"10.4119\"\n\"2024-06-28T21:55:00.000Z\",\"4.461967\",\"4.450063\"\n\"2024-06-28T22:00:00.000Z\",\"0.936979\",\"0.934777\"\n\"2024-06-28T22:05:00.000Z\",\"10.635617\",\"10.605986\"\n\"2024-06-28T22:10:00.000Z\",\"4.311147\",\"4.29917\"\n\"2024-06-28T22:15:00.000Z\",\"0.921831\",\"0.919669\"\n\"2024-06-28T22:20:00.000Z\",\"10.627583\",\"10.598565\"\n\"2024-06-28T22:25:00.000Z\",\"4.320567\",\"4.308646\"\n\"2024-06-28T22:30:00.000Z\",\"0.922956\",\"0.920865\"\n\"2024-06-28T22:35:00.000Z\",\"10.648162\",\"10.621745\"\n\"2024-06-28T22:40:00.000Z\",\"4.329838\",\"4.31362\"\n\"2024-06-28T22:45:00.000Z\",\"0.915947\",\"0.913786\"\n\"2024-06-28T22:50:00.000Z\",\"10.461782\",\"10.432489\"\n\"2024-06-28T22:55:00.000Z\",\"4.508408\",\"4.496004\"\n\"2024-06-28T23:00:00.000Z\",\"0.915451\",\"0.913357\"\n\"2024-06-28T23:05:00.000Z\",\"10.659735\",\"10.629777\"\n\"2024-06-28T23:10:00.000Z\",\"4.31274\",\"4.300853\"\n\"2024-06-28T23:15:00.000Z\",\"0.927244\",\"0.92488\"\n\"2024-06-28T23:20:00.000Z\",\"10.662967\",\"10.632668\"\n\"2024-06-28T23:25:00.000Z\",\"4.293788\",\"4.282537\"\n\"2024-06-28T23:30:00.000Z\",\"0.976184\",\"0.973754\"\n\"2024-06-28T23:35:00.000Z\",\"10.463909\",\"10.434854\"\n\"2024-06-28T23:40:00.000Z\",\"4.445653\",\"4.433253\"\n\"2024-06-28T23:45:00.000Z\",\"0.978802\",\"0.97641\"\n\"2024-06-28T23:50:00.000Z\",\"10.487023\",\"10.456255\"\n\"2024-06-28T23:55:00.000Z\",\"4.464869\",\"4.451835\"\n\"2024-06-29T00:00:00.000Z\",\"0.981317\",\"0.982623\"\n\"2024-06-29T00:05:00.000Z\",\"10.459137\",\"10.426858\"\n\"2024-06-29T00:10:00.000Z\",\"4.439713\",\"4.427065\"\n\"2024-06-29T00:15:00.000Z\",\"1.00079\",\"0.998396\"\n\"2024-06-29T00:20:00.000Z\",\"10.469058\",\"10.439586\"\n\"2024-06-29T00:25:00.000Z\",\"4.437443\",\"4.424369\"\n\"2024-06-29T00:30:00.000Z\",\"0.993843\",\"0.991498\"\n\"2024-06-29T00:35:00.000Z\",\"10.459412\",\"10.430421\"\n\"2024-06-29T00:40:00.000Z\",\"4.430986\",\"4.418446\"\n\"2024-06-29T00:45:00.000Z\",\"0.996228\",\"0.997601\"\n\"2024-06-29T00:50:00.000Z\",\"10.483944\",\"10.450184\"\n\"2024-06-29T00:55:00.000Z\",\"4.413706\",\"4.401874\"\n\"2024-06-29T01:00:00.000Z\",\"0.810908\",\"0.809051\"\n\"2024-06-29T01:05:00.000Z\",\"10.645751\",\"10.615983\"\n\"2024-06-29T01:10:00.000Z\",\"4.418913\",\"4.407179\"\n\"2024-06-29T01:15:00.000Z\",\"0.810097\",\"0.80829\"\n\"2024-06-29T01:20:00.000Z\",\"10.635283\",\"10.606226\"\n\"2024-06-29T01:25:00.000Z\",\"4.417304\",\"4.405462\"\n\"2024-06-29T01:30:00.000Z\",\"0.802008\",\"0.800169\"\n\"2024-06-29T01:35:00.000Z\",\"10.654835\",\"10.624599\"\n\"2024-06-29T01:40:00.000Z\",\"4.440907\",\"4.428372\"\n\"2024-06-29T01:45:00.000Z\",\"0.987815\",\"0.985341\"\n\"2024-06-29T01:50:00.000Z\",\"10.489641\",\"10.459435\"\n\"2024-06-29T01:55:00.000Z\",\"4.414824\",\"4.403286\"\n\"2024-06-29T02:00:00.000Z\",\"0.855359\",\"0.85406\"\n\"2024-06-29T02:05:00.000Z\",\"10.673391\",\"10.642548\"\n\"2024-06-29T02:10:00.000Z\",\"4.377846\",\"4.365854\"\n\"2024-06-29T02:15:00.000Z\",\"0.87213\",\"0.86989\"\n\"2024-06-29T02:20:00.000Z\",\"10.669754\",\"10.641405\"\n\"2024-06-29T02:25:00.000Z\",\"4.382446\",\"4.367193\"\n\"2024-06-29T02:30:00.000Z\",\"0.870834\",\"0.868702\"\n\"2024-06-29T02:35:00.000Z\",\"10.671337\",\"10.640428\"\n\"2024-06-29T02:40:00.000Z\",\"4.372257\",\"4.359848\"\n\"2024-06-29T02:45:00.000Z\",\"0.882558\",\"0.880381\"\n\"2024-06-29T02:50:00.000Z\",\"10.677038\",\"10.645844\"\n\"2024-06-29T02:55:00.000Z\",\"4.355088\",\"4.343196\"\n\"2024-06-29T03:00:00.000Z\",\"0.892413\",\"0.890252\"\n\"2024-06-29T03:05:00.000Z\",\"10.659278\",\"10.629192\"\n\"2024-06-29T03:10:00.000Z\",\"4.333714\",\"4.32203\"\n\"2024-06-29T03:15:00.000Z\",\"0.905759\",\"0.903639\"\n\"2024-06-29T03:20:00.000Z\",\"10.638432\",\"10.609571\"\n\"2024-06-29T03:25:00.000Z\",\"4.308904\",\"4.297588\"\n\"2024-06-29T03:30:00.000Z\",\"0.914329\",\"0.912225\"\n\"2024-06-29T03:35:00.000Z\",\"10.475982\",\"10.450015\"\n\"2024-06-29T03:40:00.000Z\",\"4.502843\",\"4.486685\"\n\"2024-06-29T03:45:00.000Z\",\"0.933279\",\"0.931117\"\n\"2024-06-29T03:50:00.000Z\",\"10.472896\",\"10.443181\"\n\"2024-06-29T03:55:00.000Z\",\"4.480584\",\"4.468548\"\n\"2024-06-29T04:00:00.000Z\",\"0.940557\",\"0.938323\"\n\"2024-06-29T04:05:00.000Z\",\"10.451157\",\"10.422401\"\n\"2024-06-29T04:10:00.000Z\",\"4.470882\",\"4.459158\"\n\"2024-06-29T04:15:00.000Z\",\"0.932506\",\"0.934092\"\n\"2024-06-29T04:20:00.000Z\",\"10.482124\",\"10.448291\"\n\"2024-06-29T04:25:00.000Z\",\"4.489401\",\"4.476203\"\n\"2024-06-29T04:30:00.000Z\",\"0.979504\",\"0.977288\"\n\"2024-06-29T04:35:00.000Z\",\"10.482036\",\"10.455736\"\n\"2024-06-29T04:40:00.000Z\",\"4.453276\",\"4.436486\"\n\"2024-06-29T04:45:00.000Z\",\"0.983271\",\"0.98088\"\n\"2024-06-29T04:50:00.000Z\",\"10.4708\",\"10.440932\"\n\"2024-06-29T04:55:00.000Z\",\"4.456009\",\"4.443276\"\n\"2024-06-29T05:00:00.000Z\",\"0.981005\",\"0.978743\"\n\"2024-06-29T05:05:00.000Z\",\"10.478983\",\"10.452635\"\n\"2024-06-29T05:10:00.000Z\",\"4.432601\",\"4.417077\"\n\"2024-06-29T05:15:00.000Z\",\"0.984509\",\"0.982284\"\n\"2024-06-29T05:20:00.000Z\",\"10.450146\",\"10.421937\"\n\"2024-06-29T05:25:00.000Z\",\"4.419976\",\"4.408125\"\n\"2024-06-29T05:30:00.000Z\",\"1.00418\",\"1.001617\"\n\"2024-06-29T05:35:00.000Z\",\"10.469939\",\"10.440766\"\n\"2024-06-29T05:40:00.000Z\",\"4.416626\",\"4.404293\"\n\"2024-06-29T05:45:00.000Z\",\"0.829785\",\"0.827964\"\n\"2024-06-29T05:50:00.000Z\",\"10.666266\",\"10.636035\"\n\"2024-06-29T05:55:00.000Z\",\"4.413561\",\"4.400625\"\n\"2024-06-29T06:00:00.000Z\",\"0.820132\",\"0.818347\"\n\"2024-06-29T06:05:00.000Z\",\"10.645937\",\"10.616309\"\n\"2024-06-29T06:10:00.000Z\",\"4.407865\",\"4.395412\"\n\"2024-06-29T06:15:00.000Z\",\"0.818524\",\"0.81679\"\n\"2024-06-29T06:20:00.000Z\",\"10.651104\",\"10.624712\"\n\"2024-06-29T06:25:00.000Z\",\"4.412754\",\"4.397299\"\n\"2024-06-29T06:30:00.000Z\",\"0.816026\",\"0.814223\"\n\"2024-06-29T06:35:00.000Z\",\"10.663907\",\"10.63356\"\n\"2024-06-29T06:40:00.000Z\",\"4.416799\",\"4.404637\"\n\"2024-06-29T06:45:00.000Z\",\"0.81472\",\"0.812924\"\n\"2024-06-29T06:50:00.000Z\",\"10.674326\",\"10.643146\"\n\"2024-06-29T06:55:00.000Z\",\"4.436603\",\"4.423778\"\n\"2024-06-29T07:00:00.000Z\",\"0.813566\",\"0.811804\"\n\"2024-06-29T07:05:00.000Z\",\"10.682169\",\"10.654426\"\n\"2024-06-29T07:10:00.000Z\",\"4.413113\",\"4.397641\"\n\"2024-06-29T07:15:00.000Z\",\"0.854753\",\"0.852706\"\n\"2024-06-29T07:20:00.000Z\",\"10.661084\",\"10.634602\"\n\"2024-06-29T07:25:00.000Z\",\"4.373367\",\"4.357926\"\n\"2024-06-29T07:30:00.000Z\",\"0.871358\",\"0.869372\"\n\"2024-06-29T07:35:00.000Z\",\"10.657988\",\"10.627759\"\n\"2024-06-29T07:40:00.000Z\",\"4.367189\",\"4.355036\"\n\"2024-06-29T07:45:00.000Z\",\"0.870445\",\"0.868453\"\n\"2024-06-29T07:50:00.000Z\",\"10.629836\",\"10.601247\"\n\"2024-06-29T07:55:00.000Z\",\"4.34934\",\"4.337929\"\n\"2024-06-29T08:00:00.000Z\",\"0.881445\",\"0.879489\"\n\"2024-06-29T08:05:00.000Z\",\"10.638989\",\"10.609566\"\n\"2024-06-29T08:10:00.000Z\",\"4.35506\",\"4.343178\"\n\"2024-06-29T08:15:00.000Z\",\"0.889308\",\"0.887106\"\n\"2024-06-29T08:20:00.000Z\",\"10.672557\",\"10.641941\"\n\"2024-06-29T08:25:00.000Z\",\"4.342106\",\"4.330159\"\n\"2024-06-29T08:30:00.000Z\",\"0.896514\",\"0.894474\"\n\"2024-06-29T08:35:00.000Z\",\"10.675007\",\"10.643904\"\n\"2024-06-29T08:40:00.000Z\",\"4.347217\",\"4.334872\"\n\"2024-06-29T08:45:00.000Z\",\"0.88282\",\"0.880824\"\n\"2024-06-29T08:50:00.000Z\",\"10.66027\",\"10.629931\"\n\"2024-06-29T08:55:00.000Z\",\"4.354896\",\"4.342701\"\n\"2024-06-29T09:00:00.000Z\",\"0.872846\",\"0.870905\"\n\"2024-06-29T09:05:00.000Z\",\"10.687082\",\"10.655196\"\n\"2024-06-29T09:10:00.000Z\",\"4.362887\",\"4.350973\"\n\"2024-06-29T09:15:00.000Z\",\"0.879565\",\"0.877465\"\n\"2024-06-29T09:20:00.000Z\",\"10.656139\",\"10.625865\"\n\"2024-06-29T09:25:00.000Z\",\"4.374816\",\"4.362135\"\n\"2024-06-29T09:30:00.000Z\",\"0.919586\",\"0.917634\"\n\"2024-06-29T09:35:00.000Z\",\"10.635937\",\"10.607032\"\n\"2024-06-29T09:40:00.000Z\",\"4.297692\",\"4.286441\"\n\"2024-06-29T09:45:00.000Z\",\"0.934181\",\"0.932072\"\n\"2024-06-29T09:50:00.000Z\",\"10.642722\",\"10.613692\"\n\"2024-06-29T09:55:00.000Z\",\"4.283015\",\"4.271633\"\n\"2024-06-29T10:00:00.000Z\",\"0.944721\",\"0.942503\"\n\"2024-06-29T10:05:00.000Z\",\"10.668573\",\"10.637988\"\n\"2024-06-29T10:10:00.000Z\",\"4.280787\",\"4.269304\"\n\"2024-06-29T10:15:00.000Z\",\"0.956449\",\"0.954047\"\n\"2024-06-29T10:20:00.000Z\",\"10.435148\",\"10.406724\"\n\"2024-06-29T10:25:00.000Z\",\"4.472294\",\"4.460307\"\n\"2024-06-29T10:30:00.000Z\",\"0.915672\",\"0.917197\"\n\"2024-06-29T10:35:00.000Z\",\"10.662779\",\"10.628391\"\n\"2024-06-29T10:40:00.000Z\",\"4.316763\",\"4.305473\"\n\"2024-06-29T10:45:00.000Z\",\"0.88658\",\"0.884517\"\n\"2024-06-29T10:50:00.000Z\",\"10.650867\",\"10.62033\"\n\"2024-06-29T10:55:00.000Z\",\"4.366917\",\"4.354753\"\n\"2024-06-29T11:00:00.000Z\",\"0.849531\",\"0.847611\"\n\"2024-06-29T11:05:00.000Z\",\"10.681809\",\"10.653506\"\n\"2024-06-29T11:10:00.000Z\",\"4.40424\",\"4.388042\"\n\"2024-06-29T11:15:00.000Z\",\"1.006557\",\"1.004104\"\n\"2024-06-29T11:20:00.000Z\",\"10.468531\",\"10.438659\"\n\"2024-06-29T11:25:00.000Z\",\"4.432081\",\"4.41994\"\n\"2024-06-29T11:30:00.000Z\",\"0.971916\",\"0.969582\"\n\"2024-06-29T11:35:00.000Z\",\"10.455065\",\"10.425746\"\n\"2024-06-29T11:40:00.000Z\",\"4.454944\",\"4.442974\"\n\"2024-06-29T11:45:00.000Z\",\"0.936729\",\"0.934621\"\n\"2024-06-29T11:50:00.000Z\",\"10.447228\",\"10.418149\"\n\"2024-06-29T11:55:00.000Z\",\"4.501692\",\"4.489128\"\n\"2024-06-29T12:00:00.000Z\",\"0.899561\",\"0.897615\"\n\"2024-06-29T12:05:00.000Z\",\"10.62369\",\"10.594786\"\n\"2024-06-29T12:10:00.000Z\",\"4.349789\",\"4.337684\"\n\"2024-06-29T12:15:00.000Z\",\"0.902054\",\"0.900027\"\n\"2024-06-29T12:20:00.000Z\",\"10.617958\",\"10.58912\"\n\"2024-06-29T12:25:00.000Z\",\"4.336788\",\"4.325305\"\n\"2024-06-29T12:30:00.000Z\",\"0.863851\",\"0.861937\"\n\"2024-06-29T12:35:00.000Z\",\"10.617147\",\"10.58851\"\n\"2024-06-29T12:40:00.000Z\",\"4.367924\",\"4.356489\"\n\"2024-06-29T12:45:00.000Z\",\"1.01259\",\"1.013062\"\n\"2024-06-29T12:50:00.000Z\",\"10.433374\",\"10.402494\"\n\"2024-06-29T12:55:00.000Z\",\"4.408154\",\"4.396419\"\n\"2024-06-29T13:00:00.000Z\",\"0.981366\",\"0.979097\"\n\"2024-06-29T13:05:00.000Z\",\"10.469809\",\"10.439568\"\n\"2024-06-29T13:10:00.000Z\",\"4.460772\",\"4.448134\"\n\"2024-06-29T13:15:00.000Z\",\"0.943798\",\"0.941621\"\n\"2024-06-29T13:20:00.000Z\",\"10.616495\",\"10.591276\"\n\"2024-06-29T13:25:00.000Z\",\"4.2907\",\"4.276143\"\n\"2024-06-29T13:30:00.000Z\",\"0.911868\",\"0.909805\"\n\"2024-06-29T13:35:00.000Z\",\"10.628193\",\"10.598968\"\n\"2024-06-29T13:40:00.000Z\",\"4.336881\",\"4.324688\"\n\"2024-06-29T13:45:00.000Z\",\"0.876869\",\"0.874963\"\n\"2024-06-29T13:50:00.000Z\",\"10.627096\",\"10.597956\"\n\"2024-06-29T13:55:00.000Z\",\"4.359209\",\"4.347655\"\n\"2024-06-29T14:00:00.000Z\",\"0.844651\",\"0.842746\"\n\"2024-06-29T14:05:00.000Z\",\"10.641314\",\"10.611334\"\n\"2024-06-29T14:10:00.000Z\",\"4.389167\",\"4.377714\"\n\"2024-06-29T14:15:00.000Z\",\"0.810928\",\"0.809137\"\n\"2024-06-29T14:20:00.000Z\",\"10.638503\",\"10.608964\"\n\"2024-06-29T14:25:00.000Z\",\"4.41909\",\"4.407552\"\n\"2024-06-29T14:30:00.000Z\",\"0.963742\",\"0.965196\"\n\"2024-06-29T14:35:00.000Z\",\"10.439516\",\"10.407285\"\n\"2024-06-29T14:40:00.000Z\",\"4.457049\",\"4.445293\"\n\"2024-06-29T14:45:00.000Z\",\"0.961911\",\"0.959693\"\n\"2024-06-29T14:50:00.000Z\",\"10.663004\",\"10.631996\"\n\"2024-06-29T14:55:00.000Z\",\"4.276552\",\"4.26511\"\n\"2024-06-29T15:00:00.000Z\",\"0.930359\",\"0.928195\"\n\"2024-06-29T15:05:00.000Z\",\"10.667929\",\"10.636761\"\n\"2024-06-29T15:10:00.000Z\",\"4.305986\",\"4.294613\"\n\"2024-06-29T15:15:00.000Z\",\"0.893667\",\"0.891881\"\n\"2024-06-29T15:20:00.000Z\",\"10.633541\",\"10.604083\"\n\"2024-06-29T15:25:00.000Z\",\"4.357513\",\"4.34534\"\n\"2024-06-29T15:30:00.000Z\",\"0.858974\",\"0.856985\"\n\"2024-06-29T15:35:00.000Z\",\"10.647453\",\"10.61731\"\n\"2024-06-29T15:40:00.000Z\",\"4.380488\",\"4.368762\"\n\"2024-06-29T15:45:00.000Z\",\"0.823838\",\"0.821928\"\n\"2024-06-29T15:50:00.000Z\",\"10.631554\",\"10.602167\"\n\"2024-06-29T15:55:00.000Z\",\"4.420909\",\"4.40892\"\n\"2024-06-29T16:00:00.000Z\",\"0.978429\",\"0.976084\"\n\"2024-06-29T16:05:00.000Z\",\"10.446365\",\"10.417305\"\n\"2024-06-29T16:10:00.000Z\",\"4.45032\",\"4.43835\"\n\"2024-06-29T16:15:00.000Z\",\"0.941318\",\"0.939084\"\n\"2024-06-29T16:20:00.000Z\",\"10.463316\",\"10.4341\"\n\"2024-06-29T16:25:00.000Z\",\"4.496421\",\"4.483567\"\n\"2024-06-29T16:30:00.000Z\",\"0.912011\",\"0.90982\"\n\"2024-06-29T16:35:00.000Z\",\"10.655233\",\"10.624619\"\n\"2024-06-29T16:40:00.000Z\",\"4.334649\",\"4.322731\"\n\"2024-06-29T16:45:00.000Z\",\"0.87724\",\"0.875095\"\n\"2024-06-29T16:50:00.000Z\",\"10.655899\",\"10.625219\"\n\"2024-06-29T16:55:00.000Z\",\"4.385209\",\"4.372489\"\n\"2024-06-29T17:00:00.000Z\",\"0.84701\",\"0.845003\"\n\"2024-06-29T17:05:00.000Z\",\"10.670074\",\"10.642149\"\n\"2024-06-29T17:10:00.000Z\",\"4.392679\",\"4.377363\"\n\"2024-06-29T17:15:00.000Z\",\"0.824696\",\"0.822802\"\n\"2024-06-29T17:20:00.000Z\",\"10.65702\",\"10.630351\"\n\"2024-06-29T17:25:00.000Z\",\"4.414599\",\"4.398675\"\n\"2024-06-29T17:30:00.000Z\",\"0.858399\",\"0.856494\"\n\"2024-06-29T17:35:00.000Z\",\"10.62574\",\"10.597145\"\n\"2024-06-29T17:40:00.000Z\",\"4.366838\",\"4.355477\"\n\"2024-06-29T17:45:00.000Z\",\"0.851129\",\"0.849222\"\n\"2024-06-29T17:50:00.000Z\",\"10.619489\",\"10.591055\"\n\"2024-06-29T17:55:00.000Z\",\"4.374877\",\"4.363827\"\n\"2024-06-29T18:00:00.000Z\",\"0.85495\",\"0.85299\"\n\"2024-06-29T18:05:00.000Z\",\"10.645038\",\"10.615843\"\n\"2024-06-29T18:10:00.000Z\",\"4.364377\",\"4.352736\"\n\"2024-06-29T18:15:00.000Z\",\"0.870253\",\"0.868214\"\n\"2024-06-29T18:20:00.000Z\",\"10.642767\",\"10.613341\"\n\"2024-06-29T18:25:00.000Z\",\"4.358334\",\"4.346631\"\n\"2024-06-29T18:30:00.000Z\",\"0.859572\",\"0.85761\"\n\"2024-06-29T18:35:00.000Z\",\"10.622899\",\"10.594305\"\n\"2024-06-29T18:40:00.000Z\",\"4.367608\",\"4.356154\"\n\"2024-06-29T18:45:00.000Z\",\"0.863373\",\"0.861415\"\n\"2024-06-29T18:50:00.000Z\",\"10.631853\",\"10.603299\"\n\"2024-06-29T18:55:00.000Z\",\"4.360735\",\"4.349292\"\n\"2024-06-29T19:00:00.000Z\",\"0.86253\",\"0.860549\"\n\"2024-06-29T19:05:00.000Z\",\"10.672366\",\"10.641588\"\n\"2024-06-29T19:10:00.000Z\",\"4.369392\",\"4.357308\"\n\"2024-06-29T19:15:00.000Z\",\"0.866134\",\"0.864227\"\n\"2024-06-29T19:20:00.000Z\",\"10.634881\",\"10.60576\"\n\"2024-06-29T19:25:00.000Z\",\"4.363452\",\"4.351852\"\n\"2024-06-29T19:30:00.000Z\",\"0.849198\",\"0.847222\"\n\"2024-06-29T19:35:00.000Z\",\"10.657603\",\"10.627784\"\n\"2024-06-29T19:40:00.000Z\",\"4.391225\",\"4.37853\"\n\"2024-06-29T19:45:00.000Z\",\"0.853567\",\"0.851605\"\n\"2024-06-29T19:50:00.000Z\",\"10.658201\",\"10.628308\"\n\"2024-06-29T19:55:00.000Z\",\"4.363861\",\"4.352243\"\n\"2024-06-29T20:00:00.000Z\",\"0.906173\",\"0.904536\"\n\"2024-06-29T20:05:00.000Z\",\"10.631154\",\"10.601745\"\n\"2024-06-29T20:10:00.000Z\",\"4.321951\",\"4.310495\"\n\"2024-06-29T20:15:00.000Z\",\"0.903152\",\"0.901077\"\n\"2024-06-29T20:20:00.000Z\",\"10.632354\",\"10.603459\"\n\"2024-06-29T20:25:00.000Z\",\"4.321517\",\"4.310085\"\n\"2024-06-29T20:30:00.000Z\",\"0.8932\",\"0.891134\"\n\"2024-06-29T20:35:00.000Z\",\"10.647091\",\"10.617825\"\n\"2024-06-29T20:40:00.000Z\",\"4.332192\",\"4.320365\"\n\"2024-06-29T20:45:00.000Z\",\"0.910866\",\"0.908789\"\n\"2024-06-29T20:50:00.000Z\",\"10.669169\",\"10.638725\"\n\"2024-06-29T20:55:00.000Z\",\"4.316153\",\"4.304166\"\n\"2024-06-29T21:00:00.000Z\",\"0.895255\",\"0.896859\"\n\"2024-06-29T21:05:00.000Z\",\"10.675156\",\"10.640057\"\n\"2024-06-29T21:10:00.000Z\",\"4.348538\",\"4.336444\"\n\"2024-06-29T21:15:00.000Z\",\"0.868581\",\"0.866443\"\n\"2024-06-29T21:20:00.000Z\",\"10.683982\",\"10.652061\"\n\"2024-06-29T21:25:00.000Z\",\"4.374575\",\"4.364482\"\n\"2024-06-29T21:30:00.000Z\",\"0.894667\",\"0.897361\"\n\"2024-06-29T21:35:00.000Z\",\"10.682716\",\"10.653873\"\n\"2024-06-29T21:40:00.000Z\",\"4.367196\",\"4.354879\"\n\"2024-06-29T21:45:00.000Z\",\"0.868487\",\"0.8664\"\n\"2024-06-29T21:50:00.000Z\",\"10.657515\",\"10.627141\"\n\"2024-06-29T21:55:00.000Z\",\"4.372842\",\"4.360775\"\n\"2024-06-29T22:00:00.000Z\",\"0.84389\",\"0.841912\"\n\"2024-06-29T22:05:00.000Z\",\"10.653389\",\"10.623213\"\n\"2024-06-29T22:10:00.000Z\",\"4.407185\",\"4.394407\"\n\"2024-06-29T22:15:00.000Z\",\"0.829749\",\"0.827817\"\n\"2024-06-29T22:20:00.000Z\",\"10.657291\",\"10.626562\"\n\"2024-06-29T22:25:00.000Z\",\"4.417028\",\"4.40483\"\n\"2024-06-29T22:30:00.000Z\",\"0.997495\",\"0.994988\"\n\"2024-06-29T22:35:00.000Z\",\"10.470774\",\"10.441058\"\n\"2024-06-29T22:40:00.000Z\",\"4.438849\",\"4.426435\"\n\"2024-06-29T22:45:00.000Z\",\"0.978852\",\"0.976685\"\n\"2024-06-29T22:50:00.000Z\",\"10.477729\",\"10.447785\"\n\"2024-06-29T22:55:00.000Z\",\"4.431922\",\"4.420092\"\n\"2024-06-29T23:00:00.000Z\",\"0.976599\",\"0.974321\"\n\"2024-06-29T23:05:00.000Z\",\"10.468857\",\"10.438631\"\n\"2024-06-29T23:10:00.000Z\",\"4.451139\",\"4.439174\"\n\"2024-06-29T23:15:00.000Z\",\"0.944184\",\"0.942106\"\n\"2024-06-29T23:20:00.000Z\",\"10.467178\",\"10.437075\"\n\"2024-06-29T23:25:00.000Z\",\"4.489443\",\"4.477141\"\n\"2024-06-29T23:30:00.000Z\",\"0.933932\",\"0.931655\"\n\"2024-06-29T23:35:00.000Z\",\"10.651359\",\"10.621941\"\n\"2024-06-29T23:40:00.000Z\",\"4.309297\",\"4.296904\"\n\"2024-06-29T23:45:00.000Z\",\"0.945764\",\"0.943525\"\n\"2024-06-29T23:50:00.000Z\",\"10.49048\",\"10.460103\"\n\"2024-06-29T23:55:00.000Z\",\"4.46969\",\"4.457526\"\n\"2024-06-30T00:00:00.000Z\",\"0.988604\",\"0.986144\"\n\"2024-06-30T00:05:00.000Z\",\"10.493325\",\"10.462935\"\n\"2024-06-30T00:10:00.000Z\",\"4.432897\",\"4.420557\"\n\"2024-06-30T00:15:00.000Z\",\"0.998742\",\"0.99633\"\n\"2024-06-30T00:20:00.000Z\",\"10.467691\",\"10.438311\"\n\"2024-06-30T00:25:00.000Z\",\"4.422117\",\"4.410047\"\n\"2024-06-30T00:30:00.000Z\",\"1.006771\",\"1.004324\"\n\"2024-06-30T00:35:00.000Z\",\"10.458586\",\"10.433123\"\n\"2024-06-30T00:40:00.000Z\",\"4.404013\",\"4.388927\"\n\"2024-06-30T00:45:00.000Z\",\"0.824051\",\"0.822135\"\n\"2024-06-30T00:50:00.000Z\",\"10.677013\",\"10.649495\"\n\"2024-06-30T00:55:00.000Z\",\"4.427301\",\"4.410788\"\n\"2024-06-30T01:00:00.000Z\",\"0.83152\",\"0.829538\"\n\"2024-06-30T01:05:00.000Z\",\"10.673703\",\"10.642866\"\n\"2024-06-30T01:10:00.000Z\",\"4.404508\",\"4.392285\"\n\"2024-06-30T01:15:00.000Z\",\"0.81039\",\"0.808634\"\n\"2024-06-30T01:20:00.000Z\",\"10.628645\",\"10.599622\"\n\"2024-06-30T01:25:00.000Z\",\"4.420222\",\"4.408697\"\n\"2024-06-30T01:30:00.000Z\",\"0.962507\",\"0.960285\"\n\"2024-06-30T01:35:00.000Z\",\"10.44289\",\"10.414108\"\n\"2024-06-30T01:40:00.000Z\",\"4.458267\",\"4.446531\"\n\"2024-06-30T01:45:00.000Z\",\"0.943104\",\"0.940868\"\n\"2024-06-30T01:50:00.000Z\",\"10.657922\",\"10.62788\"\n\"2024-06-30T01:55:00.000Z\",\"4.294033\",\"4.281928\"\n\"2024-06-30T02:00:00.000Z\",\"0.930676\",\"0.928611\"\n\"2024-06-30T02:05:00.000Z\",\"10.45667\",\"10.431201\"\n\"2024-06-30T02:10:00.000Z\",\"4.504494\",\"4.488267\"\n\"2024-06-30T02:15:00.000Z\",\"0.909348\",\"0.90726\"\n\"2024-06-30T02:20:00.000Z\",\"10.632636\",\"10.60337\"\n\"2024-06-30T02:25:00.000Z\",\"4.323762\",\"4.312254\"\n\"2024-06-30T02:30:00.000Z\",\"0.902491\",\"0.900351\"\n\"2024-06-30T02:35:00.000Z\",\"10.637677\",\"10.608595\"\n\"2024-06-30T02:40:00.000Z\",\"4.323981\",\"4.312788\"\n\"2024-06-30T02:45:00.000Z\",\"0.926803\",\"0.924655\"\n\"2024-06-30T02:50:00.000Z\",\"10.642426\",\"10.614164\"\n\"2024-06-30T02:55:00.000Z\",\"4.302032\",\"4.289444\"\n\"2024-06-30T03:00:00.000Z\",\"0.92129\",\"0.919128\"\n\"2024-06-30T03:05:00.000Z\",\"10.678461\",\"10.650777\"\n\"2024-06-30T03:10:00.000Z\",\"4.304461\",\"4.289484\"\n\"2024-06-30T03:15:00.000Z\",\"0.912062\",\"0.911873\"\n\"2024-06-30T03:20:00.000Z\",\"10.671335\",\"10.638822\"\n\"2024-06-30T03:25:00.000Z\",\"4.33567\",\"4.323251\"\n\"2024-06-30T03:30:00.000Z\",\"0.909967\",\"0.907867\"\n\"2024-06-30T03:35:00.000Z\",\"10.624752\",\"10.59553\"\n\"2024-06-30T03:40:00.000Z\",\"4.336846\",\"4.325166\"\n\"2024-06-30T03:45:00.000Z\",\"0.876497\",\"0.874531\"\n\"2024-06-30T03:50:00.000Z\",\"10.63894\",\"10.609225\"\n\"2024-06-30T03:55:00.000Z\",\"4.378072\",\"4.36554\"\n\"2024-06-30T04:00:00.000Z\",\"0.83849\",\"0.836726\"\n\"2024-06-30T04:05:00.000Z\",\"10.623662\",\"10.59817\"\n\"2024-06-30T04:10:00.000Z\",\"4.397698\",\"4.382482\"\n\"2024-06-30T04:15:00.000Z\",\"0.833315\",\"0.831434\"\n\"2024-06-30T04:20:00.000Z\",\"10.63854\",\"10.609756\"\n\"2024-06-30T04:25:00.000Z\",\"4.383722\",\"4.372204\"\n\"2024-06-30T04:30:00.000Z\",\"0.833418\",\"0.831361\"\n\"2024-06-30T04:35:00.000Z\",\"10.65514\",\"10.624944\"\n\"2024-06-30T04:40:00.000Z\",\"4.421108\",\"4.408409\"\n\"2024-06-30T04:45:00.000Z\",\"0.8265\",\"0.824265\"\n\"2024-06-30T04:50:00.000Z\",\"10.653558\",\"10.623771\"\n\"2024-06-30T04:55:00.000Z\",\"4.410052\",\"4.397708\"\n\"2024-06-30T05:00:00.000Z\",\"0.833131\",\"0.831108\"\n\"2024-06-30T05:05:00.000Z\",\"10.659184\",\"10.628931\"\n\"2024-06-30T05:10:00.000Z\",\"4.406395\",\"4.394263\"\n\"2024-06-30T05:15:00.000Z\",\"0.864101\",\"0.862079\"\n\"2024-06-30T05:20:00.000Z\",\"10.664415\",\"10.633892\"\n\"2024-06-30T05:25:00.000Z\",\"4.369063\",\"4.357188\"\n\"2024-06-30T05:30:00.000Z\",\"0.845523\",\"0.843567\"\n\"2024-06-30T05:35:00.000Z\",\"10.671181\",\"10.640453\"\n\"2024-06-30T05:40:00.000Z\",\"4.395282\",\"4.382818\"\n\"2024-06-30T05:45:00.000Z\",\"0.847407\",\"0.845438\"\n\"2024-06-30T05:50:00.000Z\",\"10.638455\",\"10.609456\"\n\"2024-06-30T05:55:00.000Z\",\"4.373119\",\"4.361644\"\n\"2024-06-30T06:00:00.000Z\",\"0.842825\",\"0.84089\"\n\"2024-06-30T06:05:00.000Z\",\"10.631982\",\"10.602756\"\n\"2024-06-30T06:10:00.000Z\",\"4.404623\",\"4.392458\"\n\"2024-06-30T06:15:00.000Z\",\"0.833046\",\"0.831094\"\n\"2024-06-30T06:20:00.000Z\",\"10.683269\",\"10.652032\"\n\"2024-06-30T06:25:00.000Z\",\"4.397429\",\"4.385297\"\n\"2024-06-30T06:30:00.000Z\",\"0.846765\",\"0.844736\"\n\"2024-06-30T06:35:00.000Z\",\"10.648495\",\"10.61839\"\n\"2024-06-30T06:40:00.000Z\",\"4.407369\",\"4.394933\"\n\"2024-06-30T06:45:00.000Z\",\"0.830642\",\"0.828796\"\n\"2024-06-30T06:50:00.000Z\",\"10.642666\",\"10.613227\"\n\"2024-06-30T06:55:00.000Z\",\"4.395179\",\"4.383451\"\n\"2024-06-30T07:00:00.000Z\",\"0.829424\",\"0.827576\"\n\"2024-06-30T07:05:00.000Z\",\"10.637713\",\"10.608354\"\n\"2024-06-30T07:10:00.000Z\",\"4.397045\",\"4.385536\"\n\"2024-06-30T07:15:00.000Z\",\"0.822675\",\"0.820826\"\n\"2024-06-30T07:20:00.000Z\",\"10.641356\",\"10.611627\"\n\"2024-06-30T07:25:00.000Z\",\"4.426937\",\"4.414546\"\n\"2024-06-30T07:30:00.000Z\",\"0.815004\",\"0.81322\"\n\"2024-06-30T07:35:00.000Z\",\"10.657295\",\"10.62717\"\n\"2024-06-30T07:40:00.000Z\",\"4.426886\",\"4.414411\"\n\"2024-06-30T07:45:00.000Z\",\"0.988148\",\"0.989511\"\n\"2024-06-30T07:50:00.000Z\",\"10.44496\",\"10.413237\"\n\"2024-06-30T07:55:00.000Z\",\"4.41676\",\"4.405186\"\n\"2024-06-30T08:00:00.000Z\",\"1.01\",\"1.007705\"\n\"2024-06-30T08:05:00.000Z\",\"10.437524\",\"10.409113\"\n\"2024-06-30T08:10:00.000Z\",\"4.427515\",\"4.414992\"\n\"2024-06-30T08:15:00.000Z\",\"0.821667\",\"0.820003\"\n\"2024-06-30T08:20:00.000Z\",\"10.66179\",\"10.631785\"\n\"2024-06-30T08:25:00.000Z\",\"4.400996\",\"4.389161\"\n\"2024-06-30T08:30:00.000Z\",\"0.833835\",\"0.831899\"\n\"2024-06-30T08:35:00.000Z\",\"10.646058\",\"10.616847\"\n\"2024-06-30T08:40:00.000Z\",\"4.400595\",\"4.388223\"\n\"2024-06-30T08:45:00.000Z\",\"0.842804\",\"0.840939\"\n\"2024-06-30T08:50:00.000Z\",\"10.647434\",\"10.617803\"\n\"2024-06-30T08:55:00.000Z\",\"4.390113\",\"4.378071\"\n\"2024-06-30T09:00:00.000Z\",\"0.849068\",\"0.84811\"\n\"2024-06-30T09:05:00.000Z\",\"10.657009\",\"10.626066\"\n\"2024-06-30T09:10:00.000Z\",\"4.378215\",\"4.366547\"\n\"2024-06-30T09:15:00.000Z\",\"0.858713\",\"0.856779\"\n\"2024-06-30T09:20:00.000Z\",\"10.641701\",\"10.612903\"\n\"2024-06-30T09:25:00.000Z\",\"4.359021\",\"4.347382\"\n\"2024-06-30T09:30:00.000Z\",\"0.880323\",\"0.878373\"\n\"2024-06-30T09:35:00.000Z\",\"10.619695\",\"10.591114\"\n\"2024-06-30T09:40:00.000Z\",\"4.349506\",\"4.338091\"\n\"2024-06-30T09:45:00.000Z\",\"0.87808\",\"0.87605\"\n\"2024-06-30T09:50:00.000Z\",\"10.655295\",\"10.625229\"\n\"2024-06-30T09:55:00.000Z\",\"4.35695\",\"4.344971\"\n\"2024-06-30T10:00:00.000Z\",\"0.884608\",\"0.882695\"\n\"2024-06-30T10:05:00.000Z\",\"10.644642\",\"10.615495\"\n\"2024-06-30T10:10:00.000Z\",\"4.353444\",\"4.340934\"\n\"2024-06-30T10:15:00.000Z\",\"0.897278\",\"0.896121\"\n\"2024-06-30T10:20:00.000Z\",\"10.644297\",\"10.614118\"\n\"2024-06-30T10:25:00.000Z\",\"4.335883\",\"4.32374\"\n\"2024-06-30T10:30:00.000Z\",\"0.940429\",\"0.938256\"\n\"2024-06-30T10:35:00.000Z\",\"10.652197\",\"10.62211\"\n\"2024-06-30T10:40:00.000Z\",\"4.298764\",\"4.287283\"\n\"2024-06-30T10:45:00.000Z\",\"0.913921\",\"0.91184\"\n\"2024-06-30T10:50:00.000Z\",\"10.6757\",\"10.644934\"\n\"2024-06-30T10:55:00.000Z\",\"4.304028\",\"4.29259\"\n\"2024-06-30T11:00:00.000Z\",\"0.931103\",\"0.932519\"\n\"2024-06-30T11:05:00.000Z\",\"10.642178\",\"10.609495\"\n\"2024-06-30T11:10:00.000Z\",\"4.28895\",\"4.2776\"\n\"2024-06-30T11:15:00.000Z\",\"0.940299\",\"0.938116\"\n\"2024-06-30T11:20:00.000Z\",\"10.666504\",\"10.635864\"\n\"2024-06-30T11:25:00.000Z\",\"4.287727\",\"4.276269\"\n\"2024-06-30T11:30:00.000Z\",\"0.949008\",\"0.946746\"\n\"2024-06-30T11:35:00.000Z\",\"10.626917\",\"10.598123\"\n\"2024-06-30T11:40:00.000Z\",\"4.288523\",\"4.276834\"\n\"2024-06-30T11:45:00.000Z\",\"0.942749\",\"0.940529\"\n\"2024-06-30T11:50:00.000Z\",\"10.660572\",\"10.630228\"\n\"2024-06-30T11:55:00.000Z\",\"4.290635\",\"4.278852\"\n\"2024-06-30T12:00:00.000Z\",\"0.946093\",\"0.943703\"\n\"2024-06-30T12:05:00.000Z\",\"10.481252\",\"10.452724\"\n\"2024-06-30T12:10:00.000Z\",\"4.476989\",\"4.463009\"\n\"2024-06-30T12:15:00.000Z\",\"0.939787\",\"0.937524\"\n\"2024-06-30T12:20:00.000Z\",\"10.47143\",\"10.44128\"\n\"2024-06-30T12:25:00.000Z\",\"4.493011\",\"4.480703\"\n\"2024-06-30T12:30:00.000Z\",\"0.912026\",\"0.90967\"\n\"2024-06-30T12:35:00.000Z\",\"10.655244\",\"10.624955\"\n\"2024-06-30T12:40:00.000Z\",\"4.327082\",\"4.315733\"\n\"2024-06-30T12:45:00.000Z\",\"0.875525\",\"0.873477\"\n\"2024-06-30T12:50:00.000Z\",\"10.6279\",\"10.598865\"\n\"2024-06-30T12:55:00.000Z\",\"4.371702\",\"4.35951\"\n\"2024-06-30T13:00:00.000Z\",\"0.8741\",\"0.872158\"\n\"2024-06-30T13:05:00.000Z\",\"10.640152\",\"10.610324\"\n\"2024-06-30T13:10:00.000Z\",\"4.364159\",\"4.35254\"\n\"2024-06-30T13:15:00.000Z\",\"0.84153\",\"0.839586\"\n\"2024-06-30T13:20:00.000Z\",\"10.633453\",\"10.603944\"\n\"2024-06-30T13:25:00.000Z\",\"4.414395\",\"4.4018\"\n\"2024-06-30T13:30:00.000Z\",\"0.993875\",\"0.991486\"\n\"2024-06-30T13:35:00.000Z\",\"10.461861\",\"10.432195\"\n\"2024-06-30T13:40:00.000Z\",\"4.435359\",\"4.423272\"\n\"2024-06-30T13:45:00.000Z\",\"0.978517\",\"0.976116\"\n\"2024-06-30T13:50:00.000Z\",\"10.444415\",\"10.41556\"\n\"2024-06-30T13:55:00.000Z\",\"4.458901\",\"4.446347\"\n\"2024-06-30T14:00:00.000Z\",\"0.944817\",\"0.942383\"\n\"2024-06-30T14:05:00.000Z\",\"10.645441\",\"10.61544\"\n\"2024-06-30T14:10:00.000Z\",\"4.294826\",\"4.283334\"\n\"2024-06-30T14:15:00.000Z\",\"0.910405\",\"0.908302\"\n\"2024-06-30T14:20:00.000Z\",\"10.619551\",\"10.590942\"\n\"2024-06-30T14:25:00.000Z\",\"4.319142\",\"4.307854\"\n\"2024-06-30T14:30:00.000Z\",\"0.861797\",\"0.859766\"\n\"2024-06-30T14:35:00.000Z\",\"10.627222\",\"10.598038\"\n\"2024-06-30T14:40:00.000Z\",\"4.373839\",\"4.362255\"\n\"2024-06-30T14:45:00.000Z\",\"0.830271\",\"0.828399\"\n\"2024-06-30T14:50:00.000Z\",\"10.61362\",\"10.585136\"\n\"2024-06-30T14:55:00.000Z\",\"4.40423\",\"4.3927\"\n\"2024-06-30T15:00:00.000Z\",\"0.810169\",\"0.808349\"\n\"2024-06-30T15:05:00.000Z\",\"10.642658\",\"10.61287\"\n\"2024-06-30T15:10:00.000Z\",\"4.43574\",\"4.423289\"\n\"2024-06-30T15:15:00.000Z\",\"0.99883\",\"0.996537\"\n\"2024-06-30T15:20:00.000Z\",\"10.46038\",\"10.431005\"\n\"2024-06-30T15:25:00.000Z\",\"4.418293\",\"4.406519\"\n\"2024-06-30T15:30:00.000Z\",\"0.972676\",\"0.970434\"\n\"2024-06-30T15:35:00.000Z\",\"10.433452\",\"10.40506\"\n\"2024-06-30T15:40:00.000Z\",\"4.450076\",\"4.438344\"\n\"2024-06-30T15:45:00.000Z\",\"0.939209\",\"0.937079\"\n\"2024-06-30T15:50:00.000Z\",\"10.468315\",\"10.438309\"\n\"2024-06-30T15:55:00.000Z\",\"4.485221\",\"4.473099\"\n\"2024-06-30T16:00:00.000Z\",\"0.915531\",\"0.913434\"\n\"2024-06-30T16:05:00.000Z\",\"10.627105\",\"10.598297\"\n\"2024-06-30T16:10:00.000Z\",\"4.308888\",\"4.297569\"\n\"2024-06-30T16:15:00.000Z\",\"0.90856\",\"0.906477\"\n\"2024-06-30T16:20:00.000Z\",\"10.636144\",\"10.606664\"\n\"2024-06-30T16:25:00.000Z\",\"4.323617\",\"4.312106\"\n\"2024-06-30T16:30:00.000Z\",\"0.883929\",\"0.881945\"\n\"2024-06-30T16:35:00.000Z\",\"10.655112\",\"10.624499\"\n\"2024-06-30T16:40:00.000Z\",\"4.362943\",\"4.350833\"\n\"2024-06-30T16:45:00.000Z\",\"0.856301\",\"0.854438\"\n\"2024-06-30T16:50:00.000Z\",\"10.633992\",\"10.604717\"\n\"2024-06-30T16:55:00.000Z\",\"4.375193\",\"4.363713\"\n\"2024-06-30T17:00:00.000Z\",\"0.831936\",\"0.829937\"\n\"2024-06-30T17:05:00.000Z\",\"10.661673\",\"10.631092\"\n\"2024-06-30T17:10:00.000Z\",\"4.405148\",\"4.393201\"\n\"2024-06-30T17:15:00.000Z\",\"0.992268\",\"0.989978\"\n\"2024-06-30T17:20:00.000Z\",\"10.444306\",\"10.415539\"\n\"2024-06-30T17:25:00.000Z\",\"4.434501\",\"4.422434\"\n\"2024-06-30T17:30:00.000Z\",\"0.961562\",\"0.959273\"\n\"2024-06-30T17:35:00.000Z\",\"10.443681\",\"10.414769\"\n\"2024-06-30T17:40:00.000Z\",\"4.467982\",\"4.4559\"\n\"2024-06-30T17:45:00.000Z\",\"0.923147\",\"0.922654\"\n\"2024-06-30T17:50:00.000Z\",\"10.484225\",\"10.45272\"\n\"2024-06-30T17:55:00.000Z\",\"4.507055\",\"4.494005\"\n\"2024-06-30T18:00:00.000Z\",\"0.956077\",\"0.953788\"\n\"2024-06-30T18:05:00.000Z\",\"10.456328\",\"10.426988\"\n\"2024-06-30T18:10:00.000Z\",\"4.467629\",\"4.455706\"\n\"2024-06-30T18:15:00.000Z\",\"0.924644\",\"0.922448\"\n\"2024-06-30T18:20:00.000Z\",\"10.650688\",\"10.620664\"\n\"2024-06-30T18:25:00.000Z\",\"4.317659\",\"4.305526\"\n\"2024-06-30T18:30:00.000Z\",\"0.918848\",\"0.91665\"\n\"2024-06-30T18:35:00.000Z\",\"10.666609\",\"10.63595\"\n\"2024-06-30T18:40:00.000Z\",\"4.323316\",\"4.311092\"\n\"2024-06-30T18:45:00.000Z\",\"0.911916\",\"0.90957\"\n\"2024-06-30T18:50:00.000Z\",\"10.667037\",\"10.636713\"\n\"2024-06-30T18:55:00.000Z\",\"4.314801\",\"4.303195\"\n\"2024-06-30T19:00:00.000Z\",\"0.91986\",\"0.917656\"\n\"2024-06-30T19:05:00.000Z\",\"10.651533\",\"10.621626\"\n\"2024-06-30T19:10:00.000Z\",\"4.318332\",\"4.306347\"\n\"2024-06-30T19:15:00.000Z\",\"0.922983\",\"0.920771\"\n\"2024-06-30T19:20:00.000Z\",\"10.485504\",\"10.455323\"\n\"2024-06-30T19:25:00.000Z\",\"4.508304\",\"4.495205\"\n\"2024-06-30T19:30:00.000Z\",\"0.927092\",\"0.92484\"\n\"2024-06-30T19:35:00.000Z\",\"10.460475\",\"10.431388\"\n\"2024-06-30T19:40:00.000Z\",\"4.49363\",\"4.481284\"\n\"2024-06-30T19:45:00.000Z\",\"0.928485\",\"0.926312\"\n\"2024-06-30T19:50:00.000Z\",\"10.443429\",\"10.414885\"\n\"2024-06-30T19:55:00.000Z\",\"4.489771\",\"4.477788\"\n\"2024-06-30T20:00:00.000Z\",\"0.92333\",\"0.921189\"\n\"2024-06-30T20:05:00.000Z\",\"10.658283\",\"10.630593\"\n\"2024-06-30T20:10:00.000Z\",\"4.308605\",\"4.294404\"\n\"2024-06-30T20:15:00.000Z\",\"0.933078\",\"0.930955\"\n\"2024-06-30T20:20:00.000Z\",\"10.478138\",\"10.448184\"\n\"2024-06-30T20:25:00.000Z\",\"4.481528\",\"4.46943\"\n\"2024-06-30T20:30:00.000Z\",\"0.967067\",\"0.964736\"\n\"2024-06-30T20:35:00.000Z\",\"10.46724\",\"10.43766\"\n\"2024-06-30T20:40:00.000Z\",\"4.462737\",\"4.450179\"\n\"2024-06-30T20:45:00.000Z\",\"0.970906\",\"0.968662\"\n\"2024-06-30T20:50:00.000Z\",\"10.446803\",\"10.418441\"\n\"2024-06-30T20:55:00.000Z\",\"4.454597\",\"4.442118\"\n\"2024-06-30T21:00:00.000Z\",\"0.990894\",\"0.988601\"\n\"2024-06-30T21:05:00.000Z\",\"10.466\",\"10.436672\"\n\"2024-06-30T21:10:00.000Z\",\"4.432662\",\"4.420392\"\n\"2024-06-30T21:15:00.000Z\",\"0.812585\",\"0.810741\"\n\"2024-06-30T21:20:00.000Z\",\"10.657763\",\"10.627736\"\n\"2024-06-30T21:25:00.000Z\",\"4.409572\",\"4.397751\"\n\"2024-06-30T21:30:00.000Z\",\"0.828666\",\"0.82684\"\n\"2024-06-30T21:35:00.000Z\",\"10.650008\",\"10.62234\"\n\"2024-06-30T21:40:00.000Z\",\"4.406479\",\"4.392331\"\n\"2024-06-30T21:45:00.000Z\",\"0.836747\",\"0.834827\"\n\"2024-06-30T21:50:00.000Z\",\"10.668433\",\"10.638207\"\n\"2024-06-30T21:55:00.000Z\",\"4.384994\",\"4.373012\"\n\"2024-06-30T22:00:00.000Z\",\"0.897017\",\"0.894976\"\n\"2024-06-30T22:05:00.000Z\",\"10.633853\",\"10.604867\"\n\"2024-06-30T22:10:00.000Z\",\"4.330129\",\"4.31846\"\n\"2024-06-30T22:15:00.000Z\",\"0.891656\",\"0.889601\"\n\"2024-06-30T22:20:00.000Z\",\"10.641749\",\"10.612358\"\n\"2024-06-30T22:25:00.000Z\",\"4.333214\",\"4.321722\"\n\"2024-06-30T22:30:00.000Z\",\"0.879244\",\"0.877124\"\n\"2024-06-30T22:35:00.000Z\",\"10.671138\",\"10.640243\"\n\"2024-06-30T22:40:00.000Z\",\"4.345994\",\"4.334613\"\n\"2024-06-30T22:45:00.000Z\",\"0.874675\",\"0.872651\"\n\"2024-06-30T22:50:00.000Z\",\"10.636388\",\"10.607302\"\n\"2024-06-30T22:55:00.000Z\",\"4.351271\",\"4.339737\"\n\"2024-06-30T23:00:00.000Z\",\"0.872749\",\"0.870809\"\n\"2024-06-30T23:05:00.000Z\",\"10.61925\",\"10.590828\"\n\"2024-06-30T23:10:00.000Z\",\"4.353864\",\"4.342737\"\n\"2024-06-30T23:15:00.000Z\",\"0.869305\",\"0.867359\"\n\"2024-06-30T23:20:00.000Z\",\"10.623757\",\"10.595116\"\n\"2024-06-30T23:25:00.000Z\",\"4.357344\",\"4.345889\"\n\"2024-06-30T23:30:00.000Z\",\"0.878602\",\"0.876588\"\n\"2024-06-30T23:35:00.000Z\",\"10.655639\",\"10.625724\"\n\"2024-06-30T23:40:00.000Z\",\"4.352616\",\"4.340683\"\n\"2024-06-30T23:45:00.000Z\",\"0.893542\",\"0.89203\"\n\"2024-06-30T23:50:00.000Z\",\"10.659883\",\"10.632465\"\n\"2024-06-30T23:55:00.000Z\",\"4.346441\",\"4.330899\"\n\"2024-07-01T00:00:00.000Z\",\"0.878049\",\"0.876044\"\n\"2024-07-01T00:05:00.000Z\",\"10.653811\",\"10.623785\"\n\"2024-07-01T00:10:00.000Z\",\"4.359899\",\"4.347779\"\n\"2024-07-01T00:15:00.000Z\",\"0.882988\",\"0.880964\"\n\"2024-07-01T00:20:00.000Z\",\"10.630142\",\"10.600806\"\n\"2024-07-01T00:25:00.000Z\",\"4.350991\",\"4.339484\"\n\"2024-07-01T00:30:00.000Z\",\"0.852939\",\"0.850949\"\n\"2024-07-01T00:35:00.000Z\",\"10.627113\",\"10.59791\"\n\"2024-07-01T00:40:00.000Z\",\"4.391889\",\"4.379892\"\n\"2024-07-01T00:45:00.000Z\",\"0.863236\",\"0.86127\"\n\"2024-07-01T00:50:00.000Z\",\"10.631227\",\"10.602211\"\n\"2024-07-01T00:55:00.000Z\",\"4.372013\",\"4.360151\"\n\"2024-07-01T01:00:00.000Z\",\"0.863975\",\"0.861964\"\n\"2024-07-01T01:05:00.000Z\",\"10.642499\",\"10.61343\"\n\"2024-07-01T01:10:00.000Z\",\"4.356003\",\"4.344434\"\n\"2024-07-01T01:15:00.000Z\",\"0.864606\",\"0.862581\"\n\"2024-07-01T01:20:00.000Z\",\"10.643225\",\"10.613613\"\n\"2024-07-01T01:25:00.000Z\",\"4.375729\",\"4.363677\"\n\"2024-07-01T01:30:00.000Z\",\"0.858765\",\"0.856725\"\n\"2024-07-01T01:35:00.000Z\",\"10.656395\",\"10.626436\"\n\"2024-07-01T01:40:00.000Z\",\"4.36312\",\"4.35154\"\n\"2024-07-01T01:45:00.000Z\",\"0.86796\",\"0.865769\"\n\"2024-07-01T01:50:00.000Z\",\"10.652601\",\"10.622475\"\n\"2024-07-01T01:55:00.000Z\",\"4.373529\",\"4.361619\"\n\"2024-07-01T02:00:00.000Z\",\"0.859474\",\"0.857448\"\n\"2024-07-01T02:05:00.000Z\",\"10.627358\",\"10.598341\"\n\"2024-07-01T02:10:00.000Z\",\"4.374848\",\"4.363202\"\n\"2024-07-01T02:15:00.000Z\",\"0.851247\",\"0.849273\"\n\"2024-07-01T02:20:00.000Z\",\"10.642734\",\"10.613281\"\n\"2024-07-01T02:25:00.000Z\",\"4.377094\",\"4.365344\"\n\"2024-07-01T02:30:00.000Z\",\"0.834307\",\"0.83245\"\n\"2024-07-01T02:35:00.000Z\",\"10.631115\",\"10.602263\"\n\"2024-07-01T02:40:00.000Z\",\"4.414554\",\"4.401587\"\n\"2024-07-01T02:45:00.000Z\",\"0.843268\",\"0.841314\"\n\"2024-07-01T02:50:00.000Z\",\"10.648965\",\"10.619215\"\n\"2024-07-01T02:55:00.000Z\",\"4.38914\",\"4.377125\"\n\"2024-07-01T03:00:00.000Z\",\"0.827346\",\"0.825377\"\n\"2024-07-01T03:05:00.000Z\",\"10.637215\",\"10.607886\"\n\"2024-07-01T03:10:00.000Z\",\"4.410558\",\"4.398506\"\n\"2024-07-01T03:15:00.000Z\",\"0.823231\",\"0.821335\"\n\"2024-07-01T03:20:00.000Z\",\"10.651161\",\"10.621108\"\n\"2024-07-01T03:25:00.000Z\",\"4.412006\",\"4.400054\"\n\"2024-07-01T03:30:00.000Z\",\"0.856504\",\"0.85449\"\n\"2024-07-01T03:35:00.000Z\",\"10.636681\",\"10.60737\"\n\"2024-07-01T03:40:00.000Z\",\"4.376418\",\"4.364713\"\n\"2024-07-01T03:45:00.000Z\",\"0.856423\",\"0.854415\"\n\"2024-07-01T03:50:00.000Z\",\"10.659035\",\"10.629133\"\n\"2024-07-01T03:55:00.000Z\",\"4.373623\",\"4.361502\"\n\"2024-07-01T04:00:00.000Z\",\"0.869282\",\"0.867154\"\n\"2024-07-01T04:05:00.000Z\",\"10.655818\",\"10.628476\"\n\"2024-07-01T04:10:00.000Z\",\"4.361251\",\"4.346787\"\n\"2024-07-01T04:15:00.000Z\",\"0.885184\",\"0.882967\"\n\"2024-07-01T04:20:00.000Z\",\"10.643991\",\"10.613952\"\n\"2024-07-01T04:25:00.000Z\",\"4.369762\",\"4.357485\"\n\"2024-07-01T04:30:00.000Z\",\"0.871367\",\"0.869224\"\n\"2024-07-01T04:35:00.000Z\",\"10.656227\",\"10.626081\"\n\"2024-07-01T04:40:00.000Z\",\"4.352681\",\"4.341276\"\n\"2024-07-01T04:45:00.000Z\",\"0.864208\",\"0.86593\"\n\"2024-07-01T04:50:00.000Z\",\"10.642374\",\"10.60952\"\n\"2024-07-01T04:55:00.000Z\",\"4.367509\",\"4.355337\"\n\"2024-07-01T05:00:00.000Z\",\"0.855009\",\"0.852942\"\n\"2024-07-01T05:05:00.000Z\",\"10.660998\",\"10.630433\"\n\"2024-07-01T05:10:00.000Z\",\"4.38932\",\"4.377112\"\n\"2024-07-01T05:15:00.000Z\",\"0.849948\",\"0.847748\"\n\"2024-07-01T05:20:00.000Z\",\"10.659143\",\"10.629203\"\n\"2024-07-01T05:25:00.000Z\",\"4.38764\",\"4.375349\"\n\"2024-07-01T05:30:00.000Z\",\"0.853708\",\"0.851727\"\n\"2024-07-01T05:35:00.000Z\",\"10.64723\",\"10.617582\"\n\"2024-07-01T05:40:00.000Z\",\"4.381791\",\"4.369593\"\n\"2024-07-01T05:45:00.000Z\",\"0.855748\",\"0.853856\"\n\"2024-07-01T05:50:00.000Z\",\"10.629615\",\"10.601032\"\n\"2024-07-01T05:55:00.000Z\",\"4.364353\",\"4.352884\"\n\"2024-07-01T06:00:00.000Z\",\"0.90725\",\"0.905223\"\n\"2024-07-01T06:05:00.000Z\",\"10.633312\",\"10.604383\"\n\"2024-07-01T06:10:00.000Z\",\"4.318001\",\"4.306592\"\n\"2024-07-01T06:15:00.000Z\",\"0.902746\",\"0.900703\"\n\"2024-07-01T06:20:00.000Z\",\"10.650884\",\"10.621049\"\n\"2024-07-01T06:25:00.000Z\",\"4.319521\",\"4.308193\"\n\"2024-07-01T06:30:00.000Z\",\"0.911978\",\"0.90986\"\n\"2024-07-01T06:35:00.000Z\",\"10.633606\",\"10.604785\"\n\"2024-07-01T06:40:00.000Z\",\"4.309546\",\"4.298208\"\n\"2024-07-01T06:45:00.000Z\",\"0.913853\",\"0.911748\"\n\"2024-07-01T06:50:00.000Z\",\"10.635142\",\"10.606259\"\n\"2024-07-01T06:55:00.000Z\",\"4.316124\",\"4.304278\"\n\"2024-07-01T07:00:00.000Z\",\"0.924192\",\"0.921835\"\n\"2024-07-01T07:05:00.000Z\",\"10.693804\",\"10.662123\"\n\"2024-07-01T07:10:00.000Z\",\"4.310924\",\"4.298801\"\n\"2024-07-01T07:15:00.000Z\",\"0.939762\",\"0.937565\"\n\"2024-07-01T07:20:00.000Z\",\"10.655022\",\"10.625179\"\n\"2024-07-01T07:25:00.000Z\",\"4.298892\",\"4.286622\"\n\"2024-07-01T07:30:00.000Z\",\"0.946828\",\"0.944701\"\n\"2024-07-01T07:35:00.000Z\",\"10.449332\",\"10.420661\"\n\"2024-07-01T07:40:00.000Z\",\"4.489021\",\"4.475965\"\n\"2024-07-01T07:45:00.000Z\",\"0.958032\",\"0.955837\"\n\"2024-07-01T07:50:00.000Z\",\"10.443012\",\"10.418507\"\n\"2024-07-01T07:55:00.000Z\",\"4.448965\",\"4.433648\"\n\"2024-07-01T08:00:00.000Z\",\"0.969868\",\"0.967701\"\n\"2024-07-01T08:05:00.000Z\",\"10.46307\",\"10.434063\"\n\"2024-07-01T08:10:00.000Z\",\"4.436796\",\"4.425056\"\n\"2024-07-01T08:15:00.000Z\",\"0.984923\",\"0.982614\"\n\"2024-07-01T08:20:00.000Z\",\"10.464995\",\"10.43538\"\n\"2024-07-01T08:25:00.000Z\",\"4.439897\",\"4.427776\"\n\"2024-07-01T08:30:00.000Z\",\"0.800287\",\"0.798333\"\n\"2024-07-01T08:35:00.000Z\",\"10.692876\",\"10.661417\"\n\"2024-07-01T08:40:00.000Z\",\"4.422045\",\"4.410123\"\n\"2024-07-01T08:45:00.000Z\",\"0.855833\",\"0.854195\"\n\"2024-07-01T08:50:00.000Z\",\"10.657808\",\"10.629365\"\n\"2024-07-01T08:55:00.000Z\",\"4.37092\",\"4.359579\"\n\"2024-07-01T09:00:00.000Z\",\"0.856393\",\"0.854399\"\n\"2024-07-01T09:05:00.000Z\",\"10.652969\",\"10.623187\"\n\"2024-07-01T09:10:00.000Z\",\"4.376948\",\"4.364831\"\n\"2024-07-01T09:15:00.000Z\",\"0.867216\",\"0.865157\"\n\"2024-07-01T09:20:00.000Z\",\"10.672476\",\"10.645124\"\n\"2024-07-01T09:25:00.000Z\",\"4.363881\",\"4.348478\"\n\"2024-07-01T09:30:00.000Z\",\"0.886124\",\"0.884055\"\n\"2024-07-01T09:35:00.000Z\",\"10.673559\",\"10.64292\"\n\"2024-07-01T09:40:00.000Z\",\"4.339288\",\"4.327506\"\n\"2024-07-01T09:45:00.000Z\",\"0.906319\",\"0.904027\"\n\"2024-07-01T09:50:00.000Z\",\"10.651966\",\"10.622604\"\n\"2024-07-01T09:55:00.000Z\",\"4.309832\",\"4.298489\"\n\"2024-07-01T10:00:00.000Z\",\"0.933479\",\"0.931256\"\n\"2024-07-01T10:05:00.000Z\",\"10.476684\",\"10.446813\"\n\"2024-07-01T10:10:00.000Z\",\"4.486137\",\"4.473776\"\n\"2024-07-01T10:15:00.000Z\",\"0.952933\",\"0.950658\"\n\"2024-07-01T10:20:00.000Z\",\"10.459483\",\"10.430712\"\n\"2024-07-01T10:25:00.000Z\",\"4.454435\",\"4.442651\"\n\"2024-07-01T10:30:00.000Z\",\"0.973543\",\"0.971119\"\n\"2024-07-01T10:35:00.000Z\",\"10.483444\",\"10.456964\"\n\"2024-07-01T10:40:00.000Z\",\"4.456477\",\"4.440171\"\n\"2024-07-01T10:45:00.000Z\",\"0.984564\",\"0.982284\"\n\"2024-07-01T10:50:00.000Z\",\"10.479672\",\"10.449622\"\n\"2024-07-01T10:55:00.000Z\",\"4.429966\",\"4.417982\"\n\"2024-07-01T11:00:00.000Z\",\"0.803574\",\"0.801789\"\n\"2024-07-01T11:05:00.000Z\",\"10.662443\",\"10.63256\"\n\"2024-07-01T11:10:00.000Z\",\"4.428518\",\"4.415942\"\n\"2024-07-01T11:15:00.000Z\",\"0.830143\",\"0.828\"\n\"2024-07-01T11:20:00.000Z\",\"10.680465\",\"10.650103\"\n\"2024-07-01T11:25:00.000Z\",\"4.388493\",\"4.376404\"\n\"2024-07-01T11:30:00.000Z\",\"0.878523\",\"0.876271\"\n\"2024-07-01T11:35:00.000Z\",\"10.648854\",\"10.622779\"\n\"2024-07-01T11:40:00.000Z\",\"4.348793\",\"4.333587\"\n\"2024-07-01T11:45:00.000Z\",\"0.881819\",\"0.879877\"\n\"2024-07-01T11:50:00.000Z\",\"10.655913\",\"10.625962\"\n\"2024-07-01T11:55:00.000Z\",\"4.338743\",\"4.327342\"\n\"2024-07-01T12:00:00.000Z\",\"0.902586\",\"0.900443\"\n\"2024-07-01T12:05:00.000Z\",\"10.664714\",\"10.634321\"\n\"2024-07-01T12:10:00.000Z\",\"4.338291\",\"4.326009\"\n\"2024-07-01T12:15:00.000Z\",\"0.909586\",\"0.911463\"\n\"2024-07-01T12:20:00.000Z\",\"10.64521\",\"10.612325\"\n\"2024-07-01T12:25:00.000Z\",\"4.321395\",\"4.309499\"\n\"2024-07-01T12:30:00.000Z\",\"0.915868\",\"0.913687\"\n\"2024-07-01T12:35:00.000Z\",\"10.649399\",\"10.620373\"\n\"2024-07-01T12:40:00.000Z\",\"4.294355\",\"4.283075\"\n\"2024-07-01T12:45:00.000Z\",\"0.941727\",\"0.939527\"\n\"2024-07-01T12:50:00.000Z\",\"10.472429\",\"10.442961\"\n\"2024-07-01T12:55:00.000Z\",\"4.478827\",\"4.466181\"\n\"2024-07-01T13:00:00.000Z\",\"0.964032\",\"0.961717\"\n\"2024-07-01T13:05:00.000Z\",\"10.458531\",\"10.429012\"\n\"2024-07-01T13:10:00.000Z\",\"4.456797\",\"4.445096\"\n\"2024-07-01T13:15:00.000Z\",\"0.955631\",\"0.95338\"\n\"2024-07-01T13:20:00.000Z\",\"10.462668\",\"10.433714\"\n\"2024-07-01T13:25:00.000Z\",\"4.452024\",\"4.440165\"\n\"2024-07-01T13:30:00.000Z\",\"0.968638\",\"0.966388\"\n\"2024-07-01T13:35:00.000Z\",\"10.458486\",\"10.429595\"\n\"2024-07-01T13:40:00.000Z\",\"4.443433\",\"4.43153\"\n\"2024-07-01T13:45:00.000Z\",\"0.95342\",\"0.951205\"\n\"2024-07-01T13:50:00.000Z\",\"10.478665\",\"10.448158\"\n\"2024-07-01T13:55:00.000Z\",\"4.47472\",\"4.462627\"\n\"2024-07-01T14:00:00.000Z\",\"0.92096\",\"0.918872\"\n\"2024-07-01T14:05:00.000Z\",\"10.440769\",\"10.412185\"\n\"2024-07-01T14:10:00.000Z\",\"4.500286\",\"4.488329\"\n\"2024-07-01T14:15:00.000Z\",\"0.926535\",\"0.924358\"\n\"2024-07-01T14:20:00.000Z\",\"10.631049\",\"10.601679\"\n\"2024-07-01T14:25:00.000Z\",\"4.320452\",\"4.308591\"\n\"2024-07-01T14:30:00.000Z\",\"0.888666\",\"0.88672\"\n\"2024-07-01T14:35:00.000Z\",\"10.659034\",\"10.628238\"\n\"2024-07-01T14:40:00.000Z\",\"4.350686\",\"4.339012\"\n\"2024-07-01T14:45:00.000Z\",\"0.858953\",\"0.857116\"\n\"2024-07-01T14:50:00.000Z\",\"10.656299\",\"10.625629\"\n\"2024-07-01T14:55:00.000Z\",\"4.398372\",\"4.385719\"\n\"2024-07-01T15:00:00.000Z\",\"1.00871\",\"1.006317\"\n\"2024-07-01T15:05:00.000Z\",\"10.464238\",\"10.43447\"\n\"2024-07-01T15:10:00.000Z\",\"4.423906\",\"4.411753\"\n\"2024-07-01T15:15:00.000Z\",\"0.979182\",\"0.97684\"\n\"2024-07-01T15:20:00.000Z\",\"10.463267\",\"10.433578\"\n\"2024-07-01T15:25:00.000Z\",\"4.45346\",\"4.441173\"\n\"2024-07-01T15:30:00.000Z\",\"0.944589\",\"0.942273\"\n\"2024-07-01T15:35:00.000Z\",\"10.454724\",\"10.42528\"\n\"2024-07-01T15:40:00.000Z\",\"4.506813\",\"4.493617\"\n\"2024-07-01T15:45:00.000Z\",\"0.908437\",\"0.906299\"\n\"2024-07-01T15:50:00.000Z\",\"10.648395\",\"10.618024\"\n\"2024-07-01T15:55:00.000Z\",\"4.33563\",\"4.324058\"\n\"2024-07-01T16:00:00.000Z\",\"0.87302\",\"0.871091\"\n\"2024-07-01T16:05:00.000Z\",\"10.624963\",\"10.595931\"\n\"2024-07-01T16:10:00.000Z\",\"4.3742\",\"4.362093\"\n\"2024-07-01T16:15:00.000Z\",\"0.844984\",\"0.842862\"\n\"2024-07-01T16:20:00.000Z\",\"10.622751\",\"10.593799\"\n\"2024-07-01T16:25:00.000Z\",\"4.393783\",\"4.382237\"\n\"2024-07-01T16:30:00.000Z\",\"0.804132\",\"0.802384\"\n\"2024-07-01T16:35:00.000Z\",\"10.662361\",\"10.631393\"\n\"2024-07-01T16:40:00.000Z\",\"4.428406\",\"4.416706\"\n\"2024-07-01T16:45:00.000Z\",\"0.961448\",\"0.959144\"\n\"2024-07-01T16:50:00.000Z\",\"10.459269\",\"10.429706\"\n\"2024-07-01T16:55:00.000Z\",\"4.464057\",\"4.451956\"\n\"2024-07-01T17:00:00.000Z\",\"0.964714\",\"0.963209\"\n\"2024-07-01T17:05:00.000Z\",\"10.481371\",\"10.45069\"\n\"2024-07-01T17:10:00.000Z\",\"4.471328\",\"4.458869\"\n\"2024-07-01T17:15:00.000Z\",\"0.931761\",\"0.933105\"\n\"2024-07-01T17:20:00.000Z\",\"10.661996\",\"10.627368\"\n\"2024-07-01T17:25:00.000Z\",\"4.312919\",\"4.30122\"\n\"2024-07-01T17:30:00.000Z\",\"0.897625\",\"0.895502\"\n\"2024-07-01T17:35:00.000Z\",\"10.631496\",\"10.60459\"\n\"2024-07-01T17:40:00.000Z\",\"4.340467\",\"4.326497\"\n\"2024-07-01T17:45:00.000Z\",\"0.866578\",\"0.864329\"\n\"2024-07-01T17:50:00.000Z\",\"10.647022\",\"10.616834\"\n\"2024-07-01T17:55:00.000Z\",\"4.395838\",\"4.383093\"\n\"2024-07-01T18:00:00.000Z\",\"0.823859\",\"0.822067\"\n\"2024-07-01T18:05:00.000Z\",\"10.638152\",\"10.60928\"\n\"2024-07-01T18:10:00.000Z\",\"4.412981\",\"4.401158\"\n\"2024-07-01T18:15:00.000Z\",\"0.983598\",\"0.980767\"\n\"2024-07-01T18:20:00.000Z\",\"10.464109\",\"10.434309\"\n\"2024-07-01T18:25:00.000Z\",\"4.443953\",\"4.432\"\n\"2024-07-01T18:30:00.000Z\",\"0.953333\",\"0.951034\"\n\"2024-07-01T18:35:00.000Z\",\"10.444819\",\"10.415856\"\n\"2024-07-01T18:40:00.000Z\",\"4.471258\",\"4.45949\"\n\"2024-07-01T18:45:00.000Z\",\"0.917691\",\"0.915583\"\n\"2024-07-01T18:50:00.000Z\",\"10.627697\",\"10.598526\"\n\"2024-07-01T18:55:00.000Z\",\"4.328036\",\"4.316076\"\n\"2024-07-01T19:00:00.000Z\",\"0.879699\",\"0.877724\"\n\"2024-07-01T19:05:00.000Z\",\"10.620882\",\"10.592035\"\n\"2024-07-01T19:10:00.000Z\",\"4.364274\",\"4.352275\"\n\"2024-07-01T19:15:00.000Z\",\"0.844728\",\"0.84287\"\n\"2024-07-01T19:20:00.000Z\",\"10.620589\",\"10.591761\"\n\"2024-07-01T19:25:00.000Z\",\"4.401564\",\"4.389302\"\n\"2024-07-01T19:30:00.000Z\",\"0.847308\",\"0.845387\"\n\"2024-07-01T19:35:00.000Z\",\"10.637032\",\"10.607347\"\n\"2024-07-01T19:40:00.000Z\",\"4.403023\",\"4.390653\"\n\"2024-07-01T19:45:00.000Z\",\"0.99978\",\"0.997431\"\n\"2024-07-01T19:50:00.000Z\",\"10.464809\",\"10.434997\"\n\"2024-07-01T19:55:00.000Z\",\"4.427087\",\"4.415116\"\n\"2024-07-01T20:00:00.000Z\",\"0.966245\",\"0.964008\"\n\"2024-07-01T20:05:00.000Z\",\"10.446526\",\"10.417658\"\n\"2024-07-01T20:10:00.000Z\",\"4.460794\",\"4.448718\"\n\"2024-07-01T20:15:00.000Z\",\"0.933719\",\"0.931482\"\n\"2024-07-01T20:20:00.000Z\",\"10.65574\",\"10.625108\"\n\"2024-07-01T20:25:00.000Z\",\"4.307393\",\"4.295809\"\n\"2024-07-01T20:30:00.000Z\",\"0.881303\",\"0.87928\"\n\"2024-07-01T20:35:00.000Z\",\"10.634986\",\"10.6091\"\n\"2024-07-01T20:40:00.000Z\",\"4.358061\",\"4.342676\"\n\"2024-07-01T20:45:00.000Z\",\"0.847722\",\"0.845823\"\n\"2024-07-01T20:50:00.000Z\",\"10.63207\",\"10.602664\"\n\"2024-07-01T20:55:00.000Z\",\"4.390477\",\"4.37875\"\n\"2024-07-01T21:00:00.000Z\",\"0.850603\",\"0.848695\"\n\"2024-07-01T21:05:00.000Z\",\"10.621895\",\"10.592993\"\n\"2024-07-01T21:10:00.000Z\",\"4.383833\",\"4.372214\"\n\"2024-07-01T21:15:00.000Z\",\"1.009849\",\"1.008332\"\n\"2024-07-01T21:20:00.000Z\",\"10.456109\",\"10.426551\"\n\"2024-07-01T21:25:00.000Z\",\"4.429685\",\"4.41738\"\n\"2024-07-01T21:30:00.000Z\",\"0.970816\",\"0.968612\"\n\"2024-07-01T21:35:00.000Z\",\"10.651351\",\"10.620932\"\n\"2024-07-01T21:40:00.000Z\",\"4.277905\",\"4.265854\"\n\"2024-07-01T21:45:00.000Z\",\"0.93526\",\"0.933109\"\n\"2024-07-01T21:50:00.000Z\",\"10.62597\",\"10.600491\"\n\"2024-07-01T21:55:00.000Z\",\"4.298759\",\"4.283781\"\n\"2024-07-01T22:00:00.000Z\",\"0.903074\",\"0.90087\"\n\"2024-07-01T22:05:00.000Z\",\"10.655057\",\"10.624619\"\n\"2024-07-01T22:10:00.000Z\",\"4.345777\",\"4.33366\"\n\"2024-07-01T22:15:00.000Z\",\"0.873715\",\"0.872409\"\n\"2024-07-01T22:20:00.000Z\",\"10.635187\",\"10.605574\"\n\"2024-07-01T22:25:00.000Z\",\"4.371042\",\"4.362066\"\n\"2024-07-01T22:30:00.000Z\",\"0.841182\",\"0.84425\"\n\"2024-07-01T22:35:00.000Z\",\"10.641431\",\"10.612331\"\n\"2024-07-01T22:40:00.000Z\",\"4.41796\",\"4.405828\"\n\"2024-07-01T22:45:00.000Z\",\"0.987341\",\"0.988782\"\n\"2024-07-01T22:50:00.000Z\",\"10.442531\",\"10.41024\"\n\"2024-07-01T22:55:00.000Z\",\"4.433818\",\"4.421993\"\n\"2024-07-01T23:00:00.000Z\",\"0.952445\",\"0.953907\"\n\"2024-07-01T23:05:00.000Z\",\"10.45384\",\"10.421032\"\n\"2024-07-01T23:10:00.000Z\",\"4.489374\",\"4.476505\"\n\"2024-07-01T23:15:00.000Z\",\"0.919053\",\"0.916913\"\n\"2024-07-01T23:20:00.000Z\",\"10.466836\",\"10.436975\"\n\"2024-07-01T23:25:00.000Z\",\"4.505804\",\"4.493756\"\n\"2024-07-01T23:30:00.000Z\",\"0.923389\",\"0.921208\"\n\"2024-07-01T23:35:00.000Z\",\"10.645977\",\"10.61595\"\n\"2024-07-01T23:40:00.000Z\",\"4.322906\",\"4.31109\"\n\"2024-07-01T23:45:00.000Z\",\"0.888302\",\"0.886304\"\n\"2024-07-01T23:50:00.000Z\",\"10.626868\",\"10.597766\"\n\"2024-07-01T23:55:00.000Z\",\"4.354032\",\"4.342211\"\n\"2024-07-02T00:00:00.000Z\",\"0.860018\",\"0.858032\"\n\"2024-07-02T00:05:00.000Z\",\"10.641081\",\"10.61491\"\n\"2024-07-02T00:10:00.000Z\",\"4.385971\",\"4.370247\"\n\"2024-07-02T00:15:00.000Z\",\"0.8315\",\"0.829587\"\n\"2024-07-02T00:20:00.000Z\",\"10.650485\",\"10.620007\"\n\"2024-07-02T00:25:00.000Z\",\"4.431379\",\"4.418623\"\n\"2024-07-02T00:30:00.000Z\",\"0.986421\",\"0.983914\"\n\"2024-07-02T00:35:00.000Z\",\"10.460995\",\"10.431245\"\n\"2024-07-02T00:40:00.000Z\",\"4.453124\",\"4.440732\"\n\"2024-07-02T00:45:00.000Z\",\"0.950133\",\"0.948324\"\n\"2024-07-02T00:50:00.000Z\",\"10.428879\",\"10.400938\"\n\"2024-07-02T00:55:00.000Z\",\"4.491351\",\"4.478765\"\n\"2024-07-02T01:00:00.000Z\",\"0.91351\",\"0.911474\"\n\"2024-07-02T01:05:00.000Z\",\"10.62134\",\"10.592548\"\n\"2024-07-02T01:10:00.000Z\",\"4.321775\",\"4.310354\"\n\"2024-07-02T01:15:00.000Z\",\"0.881106\",\"0.879059\"\n\"2024-07-02T01:20:00.000Z\",\"10.62285\",\"10.593913\"\n\"2024-07-02T01:25:00.000Z\",\"4.356324\",\"4.344747\"\n\"2024-07-02T01:30:00.000Z\",\"0.850563\",\"0.848579\"\n\"2024-07-02T01:35:00.000Z\",\"10.614272\",\"10.585842\"\n\"2024-07-02T01:40:00.000Z\",\"4.382311\",\"4.370781\"\n\"2024-07-02T01:45:00.000Z\",\"0.820745\",\"0.81876\"\n\"2024-07-02T01:50:00.000Z\",\"10.6462\",\"10.616293\"\n\"2024-07-02T01:55:00.000Z\",\"4.426698\",\"4.414412\"\n\"2024-07-02T02:00:00.000Z\",\"0.973343\",\"0.974786\"\n\"2024-07-02T02:05:00.000Z\",\"10.441682\",\"10.409575\"\n\"2024-07-02T02:10:00.000Z\",\"4.452263\",\"4.440089\"\n\"2024-07-02T02:15:00.000Z\",\"0.988898\",\"0.98628\"\n\"2024-07-02T02:20:00.000Z\",\"10.467324\",\"10.437241\"\n\"2024-07-02T02:25:00.000Z\",\"4.44283\",\"4.430937\"\n\"2024-07-02T02:30:00.000Z\",\"0.950258\",\"0.948089\"\n\"2024-07-02T02:35:00.000Z\",\"10.676583\",\"10.644888\"\n\"2024-07-02T02:40:00.000Z\",\"4.310118\",\"4.297675\"\n\"2024-07-02T02:45:00.000Z\",\"0.919286\",\"0.917112\"\n\"2024-07-02T02:50:00.000Z\",\"10.65409\",\"10.623609\"\n\"2024-07-02T02:55:00.000Z\",\"4.331615\",\"4.319496\"\n\"2024-07-02T03:00:00.000Z\",\"0.884671\",\"0.882744\"\n\"2024-07-02T03:05:00.000Z\",\"10.622165\",\"10.593236\"\n\"2024-07-02T03:10:00.000Z\",\"4.362323\",\"4.350251\"\n\"2024-07-02T03:15:00.000Z\",\"0.852663\",\"0.854339\"\n\"2024-07-02T03:20:00.000Z\",\"10.650945\",\"10.617147\"\n\"2024-07-02T03:25:00.000Z\",\"4.389939\",\"4.377878\"\n\"2024-07-02T03:30:00.000Z\",\"1.008657\",\"1.00979\"\n\"2024-07-02T03:35:00.000Z\",\"10.437755\",\"10.406043\"\n\"2024-07-02T03:40:00.000Z\",\"4.437006\",\"4.423797\"\n\"2024-07-02T03:45:00.000Z\",\"0.972591\",\"0.970396\"\n\"2024-07-02T03:50:00.000Z\",\"10.459715\",\"10.430204\"\n\"2024-07-02T03:55:00.000Z\",\"4.467591\",\"4.454796\"\n\"2024-07-02T04:00:00.000Z\",\"0.938551\",\"0.936379\"\n\"2024-07-02T04:05:00.000Z\",\"10.458556\",\"10.429077\"\n\"2024-07-02T04:10:00.000Z\",\"4.484913\",\"4.472792\"\n\"2024-07-02T04:15:00.000Z\",\"0.905733\",\"0.903597\"\n\"2024-07-02T04:20:00.000Z\",\"10.657279\",\"10.626726\"\n\"2024-07-02T04:25:00.000Z\",\"4.34126\",\"4.329211\"\n\"2024-07-02T04:30:00.000Z\",\"0.873969\",\"0.874301\"\n\"2024-07-02T04:35:00.000Z\",\"10.627389\",\"10.595719\"\n\"2024-07-02T04:40:00.000Z\",\"4.363777\",\"4.352372\"\n\"2024-07-02T04:45:00.000Z\",\"0.834113\",\"0.835828\"\n\"2024-07-02T04:50:00.000Z\",\"10.633107\",\"10.600091\"\n\"2024-07-02T04:55:00.000Z\",\"4.40514\",\"4.393196\"\n\"2024-07-02T05:00:00.000Z\",\"0.839381\",\"0.837367\"\n\"2024-07-02T05:05:00.000Z\",\"10.629982\",\"10.600832\"\n\"2024-07-02T05:10:00.000Z\",\"4.398412\",\"4.386658\"\n\"2024-07-02T05:15:00.000Z\",\"0.996436\",\"0.994066\"\n\"2024-07-02T05:20:00.000Z\",\"10.468958\",\"10.439103\"\n\"2024-07-02T05:25:00.000Z\",\"4.430532\",\"4.418344\"\n\"2024-07-02T05:30:00.000Z\",\"0.969699\",\"0.967293\"\n\"2024-07-02T05:35:00.000Z\",\"10.644791\",\"10.61476\"\n\"2024-07-02T05:40:00.000Z\",\"4.288279\",\"4.27607\"\n\"2024-07-02T05:45:00.000Z\",\"0.932856\",\"0.934435\"\n\"2024-07-02T05:50:00.000Z\",\"10.634988\",\"10.601942\"\n\"2024-07-02T05:55:00.000Z\",\"4.320031\",\"4.307671\"\n\"2024-07-02T06:00:00.000Z\",\"0.904091\",\"0.903862\"\n\"2024-07-02T06:05:00.000Z\",\"10.6458\",\"10.613865\"\n\"2024-07-02T06:10:00.000Z\",\"4.338799\",\"4.327046\"\n\"2024-07-02T06:15:00.000Z\",\"0.87189\",\"0.873516\"\n\"2024-07-02T06:20:00.000Z\",\"10.659127\",\"10.624845\"\n\"2024-07-02T06:25:00.000Z\",\"4.370051\",\"4.358079\"\n\"2024-07-02T06:30:00.000Z\",\"0.837816\",\"0.835954\"\n\"2024-07-02T06:35:00.000Z\",\"10.633011\",\"10.603764\"\n\"2024-07-02T06:40:00.000Z\",\"4.394295\",\"4.382514\"\n\"2024-07-02T06:45:00.000Z\",\"0.999794\",\"0.997267\"\n\"2024-07-02T06:50:00.000Z\",\"10.455953\",\"10.426387\"\n\"2024-07-02T06:55:00.000Z\",\"4.440745\",\"4.428405\"\n\"2024-07-02T07:00:00.000Z\",\"0.960777\",\"0.95853\"\n\"2024-07-02T07:05:00.000Z\",\"10.441862\",\"10.413043\"\n\"2024-07-02T07:10:00.000Z\",\"4.473634\",\"4.461231\"\n\"2024-07-02T07:15:00.000Z\",\"0.926855\",\"0.92462\"\n\"2024-07-02T07:20:00.000Z\",\"10.624198\",\"10.595346\"\n\"2024-07-02T07:25:00.000Z\",\"4.318719\",\"4.306701\"\n\"2024-07-02T07:30:00.000Z\",\"0.89582\",\"0.893492\"\n\"2024-07-02T07:35:00.000Z\",\"10.643423\",\"10.613414\"\n\"2024-07-02T07:40:00.000Z\",\"4.355898\",\"4.343786\"\n\"2024-07-02T07:45:00.000Z\",\"0.889471\",\"0.887407\"\n\"2024-07-02T07:50:00.000Z\",\"10.6673\",\"10.635874\"\n\"2024-07-02T07:55:00.000Z\",\"4.372753\",\"4.36017\"\n\"2024-07-02T08:00:00.000Z\",\"0.859196\",\"0.857065\"\n\"2024-07-02T08:05:00.000Z\",\"10.651008\",\"10.62061\"\n\"2024-07-02T08:10:00.000Z\",\"4.392863\",\"4.380644\"\n\"2024-07-02T08:15:00.000Z\",\"1.006369\",\"1.004031\"\n\"2024-07-02T08:20:00.000Z\",\"10.436832\",\"10.408447\"\n\"2024-07-02T08:25:00.000Z\",\"4.417782\",\"4.405912\"\n\"2024-07-02T08:30:00.000Z\",\"0.974246\",\"0.9718\"\n\"2024-07-02T08:35:00.000Z\",\"10.445583\",\"10.416738\"\n\"2024-07-02T08:40:00.000Z\",\"4.453299\",\"4.441399\"\n\"2024-07-02T08:45:00.000Z\",\"0.936762\",\"0.934597\"\n\"2024-07-02T08:50:00.000Z\",\"10.637017\",\"10.607511\"\n\"2024-07-02T08:55:00.000Z\",\"4.294138\",\"4.282931\"\n\"2024-07-02T09:00:00.000Z\",\"0.91796\",\"0.915569\"\n\"2024-07-02T09:05:00.000Z\",\"10.668035\",\"10.636769\"\n\"2024-07-02T09:10:00.000Z\",\"4.321557\",\"4.310139\"\n\"2024-07-02T09:15:00.000Z\",\"0.892882\",\"0.890785\"\n\"2024-07-02T09:20:00.000Z\",\"10.659683\",\"10.629207\"\n\"2024-07-02T09:25:00.000Z\",\"4.344288\",\"4.332404\"\n\"2024-07-02T09:30:00.000Z\",\"0.867525\",\"0.865464\"\n\"2024-07-02T09:35:00.000Z\",\"10.642344\",\"10.612417\"\n\"2024-07-02T09:40:00.000Z\",\"4.370462\",\"4.358881\"\n\"2024-07-02T09:45:00.000Z\",\"0.834608\",\"0.832647\"\n\"2024-07-02T09:50:00.000Z\",\"10.64495\",\"10.615044\"\n\"2024-07-02T09:55:00.000Z\",\"4.404253\",\"4.392356\"\n\"2024-07-02T10:00:00.000Z\",\"0.990901\",\"0.98863\"\n\"2024-07-02T10:05:00.000Z\",\"10.4294\",\"10.401457\"\n\"2024-07-02T10:10:00.000Z\",\"4.435116\",\"4.423078\"\n\"2024-07-02T10:15:00.000Z\",\"0.813403\",\"0.811532\"\n\"2024-07-02T10:20:00.000Z\",\"10.650089\",\"10.619746\"\n\"2024-07-02T10:25:00.000Z\",\"4.419483\",\"4.407876\"\n\"2024-07-02T10:30:00.000Z\",\"0.964312\",\"0.965699\"\n\"2024-07-02T10:35:00.000Z\",\"10.464834\",\"10.431344\"\n\"2024-07-02T10:40:00.000Z\",\"4.47154\",\"4.458892\"\n\"2024-07-02T10:45:00.000Z\",\"0.931369\",\"0.929224\"\n\"2024-07-02T10:50:00.000Z\",\"10.651611\",\"10.621155\"\n\"2024-07-02T10:55:00.000Z\",\"4.321676\",\"4.309338\"\n\"2024-07-02T11:00:00.000Z\",\"0.899703\",\"0.897661\"\n\"2024-07-02T11:05:00.000Z\",\"10.61795\",\"10.589245\"\n\"2024-07-02T11:10:00.000Z\",\"4.335373\",\"4.323966\"\n\"2024-07-02T11:15:00.000Z\",\"0.869014\",\"0.867057\"\n\"2024-07-02T11:20:00.000Z\",\"10.641236\",\"10.612046\"\n\"2024-07-02T11:25:00.000Z\",\"4.385465\",\"4.372946\"\n\"2024-07-02T11:30:00.000Z\",\"0.841157\",\"0.83909\"\n\"2024-07-02T11:35:00.000Z\",\"10.653255\",\"10.62268\"\n\"2024-07-02T11:40:00.000Z\",\"4.420795\",\"4.408069\"\n\"2024-07-02T11:45:00.000Z\",\"0.804764\",\"0.806576\"\n\"2024-07-02T11:50:00.000Z\",\"10.641124\",\"10.607733\"\n\"2024-07-02T11:55:00.000Z\",\"4.435395\",\"4.423332\"\n\"2024-07-02T12:00:00.000Z\",\"0.955365\",\"0.953118\"\n\"2024-07-02T12:05:00.000Z\",\"10.454784\",\"10.425503\"\n\"2024-07-02T12:10:00.000Z\",\"4.471472\",\"4.459366\"\n\"2024-07-02T12:15:00.000Z\",\"0.922269\",\"0.920079\"\n\"2024-07-02T12:20:00.000Z\",\"10.650688\",\"10.620312\"\n\"2024-07-02T12:25:00.000Z\",\"4.331269\",\"4.318991\"\n\"2024-07-02T12:30:00.000Z\",\"0.888959\",\"0.886897\"\n\"2024-07-02T12:35:00.000Z\",\"10.635719\",\"10.606312\"\n\"2024-07-02T12:40:00.000Z\",\"4.356113\",\"4.343998\"\n\"2024-07-02T12:45:00.000Z\",\"0.85924\",\"0.857297\"\n\"2024-07-02T12:50:00.000Z\",\"10.631392\",\"10.605478\"\n\"2024-07-02T12:55:00.000Z\",\"4.391393\",\"4.375597\"\n\"2024-07-02T13:00:00.000Z\",\"0.860508\",\"0.858479\"\n\"2024-07-02T13:05:00.000Z\",\"10.653492\",\"10.622968\"\n\"2024-07-02T13:10:00.000Z\",\"4.404938\",\"4.391928\"\n\"2024-07-02T13:15:00.000Z\",\"0.825025\",\"0.823216\"\n\"2024-07-02T13:20:00.000Z\",\"10.648603\",\"10.621997\"\n\"2024-07-02T13:25:00.000Z\",\"4.416355\",\"4.400707\"\n\"2024-07-02T13:30:00.000Z\",\"0.983194\",\"0.980781\"\n\"2024-07-02T13:35:00.000Z\",\"10.485364\",\"10.458211\"\n\"2024-07-02T13:40:00.000Z\",\"4.452701\",\"4.436601\"\n\"2024-07-02T13:45:00.000Z\",\"0.955341\",\"0.952948\"\n\"2024-07-02T13:50:00.000Z\",\"10.463482\",\"10.433725\"\n\"2024-07-02T13:55:00.000Z\",\"4.486737\",\"4.474029\"\n\"2024-07-02T14:00:00.000Z\",\"0.916703\",\"0.9146\"\n\"2024-07-02T14:05:00.000Z\",\"10.636323\",\"10.606778\"\n\"2024-07-02T14:10:00.000Z\",\"4.319597\",\"4.30792\"\n\"2024-07-02T14:15:00.000Z\",\"0.883949\",\"0.881966\"\n\"2024-07-02T14:20:00.000Z\",\"10.632131\",\"10.602944\"\n\"2024-07-02T14:25:00.000Z\",\"4.363246\",\"4.351142\"\n\"2024-07-02T14:30:00.000Z\",\"0.854807\",\"0.852839\"\n\"2024-07-02T14:35:00.000Z\",\"10.63012\",\"10.600619\"\n\"2024-07-02T14:40:00.000Z\",\"4.387389\",\"4.375683\"\n\"2024-07-02T14:45:00.000Z\",\"0.817886\",\"0.815997\"\n\"2024-07-02T14:50:00.000Z\",\"10.617365\",\"10.588689\"\n\"2024-07-02T14:55:00.000Z\",\"4.416862\",\"4.405242\"\n\"2024-07-02T15:00:00.000Z\",\"0.971694\",\"0.969321\"\n\"2024-07-02T15:05:00.000Z\",\"10.465394\",\"10.435533\"\n\"2024-07-02T15:10:00.000Z\",\"4.457893\",\"4.445758\"\n\"2024-07-02T15:15:00.000Z\",\"0.936338\",\"0.934171\"\n\"2024-07-02T15:20:00.000Z\",\"10.637374\",\"10.607842\"\n\"2024-07-02T15:25:00.000Z\",\"4.299509\",\"4.287893\"\n\"2024-07-02T15:30:00.000Z\",\"0.904612\",\"0.902452\"\n\"2024-07-02T15:35:00.000Z\",\"10.638324\",\"10.608584\"\n\"2024-07-02T15:40:00.000Z\",\"4.336939\",\"4.325271\"\n\"2024-07-02T15:45:00.000Z\",\"0.909241\",\"0.90687\"\n\"2024-07-02T15:50:00.000Z\",\"10.635947\",\"10.606344\"\n\"2024-07-02T15:55:00.000Z\",\"4.335233\",\"4.323663\"\n\"2024-07-02T16:00:00.000Z\",\"0.872327\",\"0.870259\"\n\"2024-07-02T16:05:00.000Z\",\"10.639988\",\"10.610693\"\n\"2024-07-02T16:10:00.000Z\",\"4.368519\",\"4.356328\"\n\"2024-07-02T16:15:00.000Z\",\"0.856439\",\"0.854466\"\n\"2024-07-02T16:20:00.000Z\",\"10.630521\",\"10.601374\"\n\"2024-07-02T16:25:00.000Z\",\"4.37711\",\"4.365535\"\n\"2024-07-02T16:30:00.000Z\",\"0.826356\",\"0.824471\"\n\"2024-07-02T16:35:00.000Z\",\"10.627391\",\"10.5982\"\n\"2024-07-02T16:40:00.000Z\",\"4.415643\",\"4.403676\"\n\"2024-07-02T16:45:00.000Z\",\"0.978435\",\"0.976225\"\n\"2024-07-02T16:50:00.000Z\",\"10.445532\",\"10.416727\"\n\"2024-07-02T16:55:00.000Z\",\"4.454423\",\"4.442129\"\n\"2024-07-02T17:00:00.000Z\",\"0.940215\",\"0.93813\"\n\"2024-07-02T17:05:00.000Z\",\"10.435445\",\"10.407089\"\n\"2024-07-02T17:10:00.000Z\",\"4.500941\",\"4.487901\"\n\"2024-07-02T17:15:00.000Z\",\"0.908866\",\"0.906757\"\n\"2024-07-02T17:20:00.000Z\",\"10.64418\",\"10.614108\"\n\"2024-07-02T17:25:00.000Z\",\"4.340716\",\"4.328601\"\n\"2024-07-02T17:30:00.000Z\",\"0.874473\",\"0.87247\"\n\"2024-07-02T17:35:00.000Z\",\"10.643899\",\"10.61376\"\n\"2024-07-02T17:40:00.000Z\",\"4.386297\",\"4.373674\"\n\"2024-07-02T17:45:00.000Z\",\"0.830605\",\"0.828783\"\n\"2024-07-02T17:50:00.000Z\",\"10.620501\",\"10.591692\"\n\"2024-07-02T17:55:00.000Z\",\"4.406691\",\"4.394928\"\n\"2024-07-02T18:00:00.000Z\",\"0.984797\",\"0.982543\"\n\"2024-07-02T18:05:00.000Z\",\"10.43267\",\"10.404541\"\n\"2024-07-02T18:10:00.000Z\",\"4.436456\",\"4.424602\"\n\"2024-07-02T18:15:00.000Z\",\"0.95146\",\"0.949174\"\n\"2024-07-02T18:20:00.000Z\",\"10.46647\",\"10.43647\"\n\"2024-07-02T18:25:00.000Z\",\"4.475989\",\"4.464014\"\n\"2024-07-02T18:30:00.000Z\",\"0.948702\",\"0.946462\"\n\"2024-07-02T18:35:00.000Z\",\"10.655071\",\"10.624501\"\n\"2024-07-02T18:40:00.000Z\",\"4.315614\",\"4.302905\"\n\"2024-07-02T18:45:00.000Z\",\"0.917553\",\"0.915394\"\n\"2024-07-02T18:50:00.000Z\",\"10.626485\",\"10.597193\"\n\"2024-07-02T18:55:00.000Z\",\"4.319671\",\"4.308348\"\n\"2024-07-02T19:00:00.000Z\",\"0.877757\",\"0.875746\"\n\"2024-07-02T19:05:00.000Z\",\"10.624677\",\"10.595647\"\n\"2024-07-02T19:10:00.000Z\",\"4.360854\",\"4.349244\"\n\"2024-07-02T19:15:00.000Z\",\"0.84242\",\"0.840538\"\n\"2024-07-02T19:20:00.000Z\",\"10.659282\",\"10.628648\"\n\"2024-07-02T19:25:00.000Z\",\"4.39041\",\"4.378843\"\n\"2024-07-02T19:30:00.000Z\",\"0.808252\",\"0.806437\"\n\"2024-07-02T19:35:00.000Z\",\"10.660362\",\"10.629517\"\n\"2024-07-02T19:40:00.000Z\",\"4.441155\",\"4.42886\"\n\"2024-07-02T19:45:00.000Z\",\"0.958373\",\"0.956188\"\n\"2024-07-02T19:50:00.000Z\",\"10.652618\",\"10.622132\"\n\"2024-07-02T19:55:00.000Z\",\"4.278578\",\"4.267234\"\n\"2024-07-02T20:00:00.000Z\",\"0.918016\",\"0.916031\"\n\"2024-07-02T20:05:00.000Z\",\"10.642101\",\"10.612191\"\n\"2024-07-02T20:10:00.000Z\",\"4.332947\",\"4.320805\"\n\"2024-07-02T20:15:00.000Z\",\"0.900087\",\"0.898072\"\n\"2024-07-02T20:20:00.000Z\",\"10.629574\",\"10.600658\"\n\"2024-07-02T20:25:00.000Z\",\"4.340822\",\"4.328771\"\n\"2024-07-02T20:30:00.000Z\",\"0.895169\",\"0.893286\"\n\"2024-07-02T20:35:00.000Z\",\"10.621674\",\"10.596465\"\n\"2024-07-02T20:40:00.000Z\",\"4.343664\",\"4.328292\"\n\"2024-07-02T20:45:00.000Z\",\"0.877528\",\"0.875577\"\n\"2024-07-02T20:50:00.000Z\",\"10.625783\",\"10.596718\"\n\"2024-07-02T20:55:00.000Z\",\"4.362258\",\"4.350612\"\n\"2024-07-02T21:00:00.000Z\",\"0.849338\",\"0.847569\"\n\"2024-07-02T21:05:00.000Z\",\"10.66726\",\"10.636391\"\n\"2024-07-02T21:10:00.000Z\",\"4.387923\",\"4.37581\"\n\"2024-07-02T21:15:00.000Z\",\"0.827837\",\"0.825988\"\n\"2024-07-02T21:20:00.000Z\",\"10.644278\",\"10.614385\"\n\"2024-07-02T21:25:00.000Z\",\"4.407439\",\"4.395583\"\n\"2024-07-02T21:30:00.000Z\",\"0.998452\",\"0.997364\"\n\"2024-07-02T21:35:00.000Z\",\"10.489225\",\"10.457225\"\n\"2024-07-02T21:40:00.000Z\",\"4.440709\",\"4.427864\"\n\"2024-07-02T21:45:00.000Z\",\"0.975395\",\"0.973017\"\n\"2024-07-02T21:50:00.000Z\",\"10.464646\",\"10.434908\"\n\"2024-07-02T21:55:00.000Z\",\"4.471503\",\"4.458531\"\n\"2024-07-02T22:00:00.000Z\",\"0.959575\",\"0.957204\"\n\"2024-07-02T22:05:00.000Z\",\"10.445327\",\"10.416535\"\n\"2024-07-02T22:10:00.000Z\",\"4.463964\",\"4.452063\"\n\"2024-07-02T22:15:00.000Z\",\"0.929984\",\"0.92781\"\n\"2024-07-02T22:20:00.000Z\",\"10.456739\",\"10.427772\"\n\"2024-07-02T22:25:00.000Z\",\"4.48357\",\"4.47173\"\n\"2024-07-02T22:30:00.000Z\",\"0.964581\",\"0.962297\"\n\"2024-07-02T22:35:00.000Z\",\"10.451679\",\"10.423323\"\n\"2024-07-02T22:40:00.000Z\",\"4.443957\",\"4.432304\"\n\"2024-07-02T22:45:00.000Z\",\"0.948574\",\"0.946637\"\n\"2024-07-02T22:50:00.000Z\",\"10.64949\",\"10.619053\"\n\"2024-07-02T22:55:00.000Z\",\"4.311968\",\"4.299606\"\n\"2024-07-02T23:00:00.000Z\",\"0.913459\",\"0.914538\"\n\"2024-07-02T23:05:00.000Z\",\"10.641328\",\"10.6085\"\n\"2024-07-02T23:10:00.000Z\",\"4.317966\",\"4.306603\"\n\"2024-07-02T23:15:00.000Z\",\"0.885583\",\"0.883496\"\n\"2024-07-02T23:20:00.000Z\",\"10.643492\",\"10.613778\"\n\"2024-07-02T23:25:00.000Z\",\"4.357771\",\"4.34573\"\n\"2024-07-02T23:30:00.000Z\",\"0.857534\",\"0.855619\"\n\"2024-07-02T23:35:00.000Z\",\"10.63267\",\"10.603813\"\n\"2024-07-02T23:40:00.000Z\",\"4.373417\",\"4.361486\"\n\"2024-07-02T23:45:00.000Z\",\"0.84777\",\"0.845656\"\n\"2024-07-02T23:50:00.000Z\",\"10.659345\",\"10.62891\"\n\"2024-07-02T23:55:00.000Z\",\"4.387552\",\"4.375796\"\n\"2024-07-03T00:00:00.000Z\",\"0.836486\",\"0.834424\"\n\"2024-07-03T00:05:00.000Z\",\"10.661748\",\"10.634848\"\n\"2024-07-03T00:10:00.000Z\",\"4.405276\",\"4.389531\"\n\"2024-07-03T00:15:00.000Z\",\"0.999076\",\"0.99676\"\n\"2024-07-03T00:20:00.000Z\",\"10.446631\",\"10.418146\"\n\"2024-07-03T00:25:00.000Z\",\"4.434603\",\"4.421873\"\n\"2024-07-03T00:30:00.000Z\",\"0.989289\",\"0.987006\"\n\"2024-07-03T00:35:00.000Z\",\"10.454161\",\"10.42564\"\n\"2024-07-03T00:40:00.000Z\",\"4.428081\",\"4.415705\"\n\"2024-07-03T00:45:00.000Z\",\"0.80278\",\"0.801013\"\n\"2024-07-03T00:50:00.000Z\",\"10.646921\",\"10.616758\"\n\"2024-07-03T00:55:00.000Z\",\"4.442592\",\"4.43038\"\n\"2024-07-03T01:00:00.000Z\",\"0.9591\",\"0.956693\"\n\"2024-07-03T01:05:00.000Z\",\"10.470385\",\"10.440321\"\n\"2024-07-03T01:10:00.000Z\",\"4.490723\",\"4.477655\"\n\"2024-07-03T01:15:00.000Z\",\"0.964069\",\"0.961778\"\n\"2024-07-03T01:20:00.000Z\",\"10.62161\",\"10.592897\"\n\"2024-07-03T01:25:00.000Z\",\"4.267966\",\"4.256837\"\n\"2024-07-03T01:30:00.000Z\",\"0.936429\",\"0.934315\"\n\"2024-07-03T01:35:00.000Z\",\"10.628094\",\"10.598902\"\n\"2024-07-03T01:40:00.000Z\",\"4.30649\",\"4.294818\"\n\"2024-07-03T01:45:00.000Z\",\"0.926095\",\"0.923957\"\n\"2024-07-03T01:50:00.000Z\",\"10.655007\",\"10.628106\"\n\"2024-07-03T01:55:00.000Z\",\"4.311374\",\"4.297344\"\n\"2024-07-03T02:00:00.000Z\",\"0.913523\",\"0.911729\"\n\"2024-07-03T02:05:00.000Z\",\"10.65556\",\"10.629084\"\n\"2024-07-03T02:10:00.000Z\",\"4.317663\",\"4.302571\"\n\"2024-07-03T02:15:00.000Z\",\"0.910902\",\"0.908639\"\n\"2024-07-03T02:20:00.000Z\",\"10.645542\",\"10.615641\"\n\"2024-07-03T02:25:00.000Z\",\"4.326892\",\"4.315401\"\n\"2024-07-03T02:30:00.000Z\",\"0.877895\",\"0.875896\"\n\"2024-07-03T02:35:00.000Z\",\"10.629964\",\"10.601057\"\n\"2024-07-03T02:40:00.000Z\",\"4.353785\",\"4.342215\"\n\"2024-07-03T02:45:00.000Z\",\"0.860167\",\"0.858196\"\n\"2024-07-03T02:50:00.000Z\",\"10.636343\",\"10.606972\"\n\"2024-07-03T02:55:00.000Z\",\"4.370688\",\"4.35932\"\n\"2024-07-03T03:00:00.000Z\",\"0.833595\",\"0.831731\"\n\"2024-07-03T03:05:00.000Z\",\"10.629025\",\"10.599753\"\n\"2024-07-03T03:10:00.000Z\",\"4.408659\",\"4.396692\"\n\"2024-07-03T03:15:00.000Z\",\"0.806971\",\"0.805112\"\n\"2024-07-03T03:20:00.000Z\",\"10.651304\",\"10.620908\"\n\"2024-07-03T03:25:00.000Z\",\"4.447456\",\"4.434846\"\n\"2024-07-03T03:30:00.000Z\",\"0.960389\",\"0.958061\"\n\"2024-07-03T03:35:00.000Z\",\"10.462294\",\"10.432644\"\n\"2024-07-03T03:40:00.000Z\",\"4.467673\",\"4.455616\"\n\"2024-07-03T03:45:00.000Z\",\"0.933173\",\"0.930868\"\n\"2024-07-03T03:50:00.000Z\",\"10.453911\",\"10.424828\"\n\"2024-07-03T03:55:00.000Z\",\"4.497673\",\"4.485347\"\n\"2024-07-03T04:00:00.000Z\",\"0.940204\",\"0.938005\"\n\"2024-07-03T04:05:00.000Z\",\"10.636195\",\"10.606733\"\n\"2024-07-03T04:10:00.000Z\",\"4.295904\",\"4.284336\"\n\"2024-07-03T04:15:00.000Z\",\"0.912044\",\"0.909957\"\n\"2024-07-03T04:20:00.000Z\",\"10.655282\",\"10.624833\"\n\"2024-07-03T04:25:00.000Z\",\"4.334297\",\"4.322038\"\n\"2024-07-03T04:30:00.000Z\",\"0.896805\",\"0.894755\"\n\"2024-07-03T04:35:00.000Z\",\"10.677063\",\"10.645864\"\n\"2024-07-03T04:40:00.000Z\",\"4.339052\",\"4.327097\"\n\"2024-07-03T04:45:00.000Z\",\"0.891904\",\"0.889854\"\n\"2024-07-03T04:50:00.000Z\",\"10.644566\",\"10.615181\"\n\"2024-07-03T04:55:00.000Z\",\"4.335473\",\"4.32368\"\n\"2024-07-03T05:00:00.000Z\",\"0.880529\",\"0.878548\"\n\"2024-07-03T05:05:00.000Z\",\"10.630247\",\"10.604412\"\n\"2024-07-03T05:10:00.000Z\",\"4.363992\",\"4.34852\"\n\"2024-07-03T05:15:00.000Z\",\"0.852248\",\"0.853018\"\n\"2024-07-03T05:20:00.000Z\",\"10.639246\",\"10.60677\"\n\"2024-07-03T05:25:00.000Z\",\"4.385102\",\"4.373286\"\n\"2024-07-03T05:30:00.000Z\",\"0.821454\",\"0.819624\"\n\"2024-07-03T05:35:00.000Z\",\"10.622141\",\"10.593216\"\n\"2024-07-03T05:40:00.000Z\",\"4.427243\",\"4.414888\"\n\"2024-07-03T05:45:00.000Z\",\"0.804099\",\"0.802305\"\n\"2024-07-03T05:50:00.000Z\",\"10.627265\",\"10.598274\"\n\"2024-07-03T05:55:00.000Z\",\"4.439687\",\"4.427399\"\n\"2024-07-03T06:00:00.000Z\",\"0.795578\",\"0.793721\"\n\"2024-07-03T06:05:00.000Z\",\"10.623854\",\"10.595243\"\n\"2024-07-03T06:10:00.000Z\",\"4.451752\",\"4.439029\"\n\"2024-07-03T06:15:00.000Z\",\"0.958952\",\"0.95674\"\n\"2024-07-03T06:20:00.000Z\",\"10.470292\",\"10.440203\"\n\"2024-07-03T06:25:00.000Z\",\"4.462123\",\"4.450297\"\n\"2024-07-03T06:30:00.000Z\",\"0.933059\",\"0.930892\"\n\"2024-07-03T06:35:00.000Z\",\"10.456156\",\"10.426787\"\n\"2024-07-03T06:40:00.000Z\",\"4.49078\",\"4.478766\"\n\"2024-07-03T06:45:00.000Z\",\"0.9504\",\"0.951892\"\n\"2024-07-03T06:50:00.000Z\",\"10.457961\",\"10.425186\"\n\"2024-07-03T06:55:00.000Z\",\"4.477287\",\"4.464698\"\n\"2024-07-03T07:00:00.000Z\",\"0.949313\",\"0.94708\"\n\"2024-07-03T07:05:00.000Z\",\"10.665477\",\"10.634511\"\n\"2024-07-03T07:10:00.000Z\",\"4.290404\",\"4.278785\"\n\"2024-07-03T07:15:00.000Z\",\"0.933529\",\"0.931316\"\n\"2024-07-03T07:20:00.000Z\",\"10.621897\",\"10.593154\"\n\"2024-07-03T07:25:00.000Z\",\"4.305953\",\"4.294314\"\n\"2024-07-03T07:30:00.000Z\",\"0.902871\",\"0.900812\"\n\"2024-07-03T07:35:00.000Z\",\"10.648647\",\"10.618728\"\n\"2024-07-03T07:40:00.000Z\",\"4.324471\",\"4.313078\"\n\"2024-07-03T07:45:00.000Z\",\"0.876591\",\"0.874577\"\n\"2024-07-03T07:50:00.000Z\",\"10.674177\",\"10.642582\"\n\"2024-07-03T07:55:00.000Z\",\"4.360664\",\"4.34904\"\n\"2024-07-03T08:00:00.000Z\",\"0.847822\",\"0.845903\"\n\"2024-07-03T08:05:00.000Z\",\"10.63693\",\"10.607259\"\n\"2024-07-03T08:10:00.000Z\",\"4.392179\",\"4.380353\"\n\"2024-07-03T08:15:00.000Z\",\"0.81883\",\"0.817018\"\n\"2024-07-03T08:20:00.000Z\",\"10.644337\",\"10.614503\"\n\"2024-07-03T08:25:00.000Z\",\"4.427195\",\"4.414816\"\n\"2024-07-03T08:30:00.000Z\",\"0.793493\",\"0.791629\"\n\"2024-07-03T08:35:00.000Z\",\"10.638185\",\"10.608822\"\n\"2024-07-03T08:40:00.000Z\",\"4.446053\",\"4.433807\"\n\"2024-07-03T08:45:00.000Z\",\"0.969635\",\"0.967408\"\n\"2024-07-03T08:50:00.000Z\",\"10.460894\",\"10.431631\"\n\"2024-07-03T08:55:00.000Z\",\"4.463977\",\"4.451197\"\n\"2024-07-03T09:00:00.000Z\",\"0.959198\",\"0.960584\"\n\"2024-07-03T09:05:00.000Z\",\"10.443902\",\"10.411691\"\n\"2024-07-03T09:10:00.000Z\",\"4.459998\",\"4.448124\"\n\"2024-07-03T09:15:00.000Z\",\"0.933685\",\"0.931479\"\n\"2024-07-03T09:20:00.000Z\",\"10.435459\",\"10.409149\"\n\"2024-07-03T09:25:00.000Z\",\"4.498792\",\"4.484362\"\n\"2024-07-03T09:30:00.000Z\",\"0.945333\",\"0.943153\"\n\"2024-07-03T09:35:00.000Z\",\"10.620823\",\"10.592153\"\n\"2024-07-03T09:40:00.000Z\",\"4.289697\",\"4.278307\"\n\"2024-07-03T09:45:00.000Z\",\"0.931823\",\"0.929733\"\n\"2024-07-03T09:50:00.000Z\",\"10.653175\",\"10.623056\"\n\"2024-07-03T09:55:00.000Z\",\"4.295439\",\"4.284096\"\n\"2024-07-03T10:00:00.000Z\",\"0.912226\",\"0.910057\"\n\"2024-07-03T10:05:00.000Z\",\"10.646361\",\"10.616395\"\n\"2024-07-03T10:10:00.000Z\",\"4.334926\",\"4.322822\"\n\"2024-07-03T10:15:00.000Z\",\"0.892126\",\"0.890081\"\n\"2024-07-03T10:20:00.000Z\",\"10.626943\",\"10.598004\"\n\"2024-07-03T10:25:00.000Z\",\"4.357213\",\"4.34486\"\n\"2024-07-03T10:30:00.000Z\",\"0.865908\",\"0.863921\"\n\"2024-07-03T10:35:00.000Z\",\"10.62591\",\"10.597309\"\n\"2024-07-03T10:40:00.000Z\",\"4.363772\",\"4.352169\"\n\"2024-07-03T10:45:00.000Z\",\"0.847397\",\"0.845276\"\n\"2024-07-03T10:50:00.000Z\",\"10.64639\",\"10.616295\"\n\"2024-07-03T10:55:00.000Z\",\"4.409733\",\"4.397264\"\n\"2024-07-03T11:00:00.000Z\",\"0.814698\",\"0.81282\"\n\"2024-07-03T11:05:00.000Z\",\"10.645522\",\"10.619436\"\n\"2024-07-03T11:10:00.000Z\",\"4.41673\",\"4.40128\"\n\"2024-07-03T11:15:00.000Z\",\"0.990193\",\"0.987908\"\n\"2024-07-03T11:20:00.000Z\",\"10.465084\",\"10.435254\"\n\"2024-07-03T11:25:00.000Z\",\"4.434634\",\"4.422592\"\n\"2024-07-03T11:30:00.000Z\",\"0.784138\",\"0.782453\"\n\"2024-07-03T11:35:00.000Z\",\"10.640217\",\"10.610732\"\n\"2024-07-03T11:40:00.000Z\",\"4.442289\",\"4.43067\"\n\"2024-07-03T11:45:00.000Z\",\"0.948012\",\"0.945695\"\n\"2024-07-03T11:50:00.000Z\",\"10.445055\",\"10.416077\"\n\"2024-07-03T11:55:00.000Z\",\"4.479649\",\"4.467833\"\n\"2024-07-03T12:00:00.000Z\",\"0.946146\",\"0.943968\"\n\"2024-07-03T12:05:00.000Z\",\"10.455575\",\"10.429953\"\n\"2024-07-03T12:10:00.000Z\",\"4.491876\",\"4.47548\"\n\"2024-07-03T12:15:00.000Z\",\"0.929833\",\"0.927575\"\n\"2024-07-03T12:20:00.000Z\",\"10.658092\",\"10.62753\"\n\"2024-07-03T12:25:00.000Z\",\"4.301535\",\"4.290271\"\n\"2024-07-03T12:30:00.000Z\",\"0.899565\",\"0.897349\"\n\"2024-07-03T12:35:00.000Z\",\"10.639682\",\"10.610299\"\n\"2024-07-03T12:40:00.000Z\",\"4.33426\",\"4.322755\"\n\"2024-07-03T12:45:00.000Z\",\"0.892404\",\"0.890368\"\n\"2024-07-03T12:50:00.000Z\",\"10.645654\",\"10.616097\"\n\"2024-07-03T12:55:00.000Z\",\"4.343655\",\"4.331691\"\n\"2024-07-03T13:00:00.000Z\",\"0.891733\",\"0.889706\"\n\"2024-07-03T13:05:00.000Z\",\"10.629569\",\"10.604279\"\n\"2024-07-03T13:10:00.000Z\",\"4.344665\",\"4.329216\"\n\"2024-07-03T13:15:00.000Z\",\"0.870885\",\"0.868862\"\n\"2024-07-03T13:20:00.000Z\",\"10.633998\",\"10.608189\"\n\"2024-07-03T13:25:00.000Z\",\"4.368528\",\"4.353343\"\n\"2024-07-03T13:30:00.000Z\",\"0.838087\",\"0.835908\"\n\"2024-07-03T13:35:00.000Z\",\"10.650503\",\"10.620376\"\n\"2024-07-03T13:40:00.000Z\",\"4.399397\",\"4.387585\"\n\"2024-07-03T13:45:00.000Z\",\"0.804776\",\"0.803005\"\n\"2024-07-03T13:50:00.000Z\",\"10.643613\",\"10.61377\"\n\"2024-07-03T13:55:00.000Z\",\"4.426516\",\"4.414939\"\n\"2024-07-03T14:00:00.000Z\",\"0.965566\",\"0.963268\"\n\"2024-07-03T14:05:00.000Z\",\"10.43669\",\"10.408083\"\n\"2024-07-03T14:10:00.000Z\",\"4.462996\",\"4.450985\"\n\"2024-07-03T14:15:00.000Z\",\"0.928552\",\"0.926451\"\n\"2024-07-03T14:20:00.000Z\",\"10.620343\",\"10.591537\"\n\"2024-07-03T14:25:00.000Z\",\"4.306261\",\"4.294936\"\n\"2024-07-03T14:30:00.000Z\",\"0.897987\",\"0.896006\"\n\"2024-07-03T14:35:00.000Z\",\"10.613346\",\"10.584981\"\n\"2024-07-03T14:40:00.000Z\",\"4.336305\",\"4.324883\"\n\"2024-07-03T14:45:00.000Z\",\"0.900128\",\"0.898125\"\n\"2024-07-03T14:50:00.000Z\",\"10.644788\",\"10.614758\"\n\"2024-07-03T14:55:00.000Z\",\"4.337862\",\"4.326383\"\n\"2024-07-03T15:00:00.000Z\",\"0.863093\",\"0.862337\"\n\"2024-07-03T15:05:00.000Z\",\"10.672941\",\"10.6404\"\n\"2024-07-03T15:10:00.000Z\",\"4.378727\",\"4.366757\"\n\"2024-07-03T15:15:00.000Z\",\"1.022464\",\"1.020008\"\n\"2024-07-03T15:20:00.000Z\",\"10.449498\",\"10.420513\"\n\"2024-07-03T15:25:00.000Z\",\"4.426061\",\"4.413162\"\n\"2024-07-03T15:30:00.000Z\",\"0.9915\",\"0.98903\"\n\"2024-07-03T15:35:00.000Z\",\"10.457476\",\"10.428119\"\n\"2024-07-03T15:40:00.000Z\",\"4.439775\",\"4.427667\"\n\"2024-07-03T15:45:00.000Z\",\"0.958899\",\"0.956513\"\n\"2024-07-03T15:50:00.000Z\",\"10.437115\",\"10.408577\"\n\"2024-07-03T15:55:00.000Z\",\"4.48949\",\"4.476681\"\n\"2024-07-03T16:00:00.000Z\",\"0.918259\",\"0.9162\"\n\"2024-07-03T16:05:00.000Z\",\"10.615923\",\"10.58736\"\n\"2024-07-03T16:10:00.000Z\",\"4.335685\",\"4.323407\"\n\"2024-07-03T16:15:00.000Z\",\"0.884773\",\"0.886394\"\n\"2024-07-03T16:20:00.000Z\",\"10.635384\",\"10.602291\"\n\"2024-07-03T16:25:00.000Z\",\"4.347864\",\"4.336341\"\n\"2024-07-03T16:30:00.000Z\",\"0.851332\",\"0.849448\"\n\"2024-07-03T16:35:00.000Z\",\"10.618114\",\"10.589606\"\n\"2024-07-03T16:40:00.000Z\",\"4.379245\",\"4.367735\"\n\"2024-07-03T16:45:00.000Z\",\"0.825245\",\"0.823296\"\n\"2024-07-03T16:50:00.000Z\",\"10.679318\",\"10.647271\"\n\"2024-07-03T16:55:00.000Z\",\"4.428976\",\"4.416542\"\n\"2024-07-03T17:00:00.000Z\",\"0.974165\",\"0.971877\"\n\"2024-07-03T17:05:00.000Z\",\"10.477883\",\"10.447215\"\n\"2024-07-03T17:10:00.000Z\",\"4.458123\",\"4.44598\"\n\"2024-07-03T17:15:00.000Z\",\"0.937122\",\"0.934957\"\n\"2024-07-03T17:20:00.000Z\",\"10.433541\",\"10.405324\"\n\"2024-07-03T17:25:00.000Z\",\"4.483196\",\"4.471377\"\n\"2024-07-03T17:30:00.000Z\",\"0.94065\",\"0.938453\"\n\"2024-07-03T17:35:00.000Z\",\"10.641042\",\"10.611165\"\n\"2024-07-03T17:40:00.000Z\",\"4.305656\",\"4.293777\"\n\"2024-07-03T17:45:00.000Z\",\"0.907713\",\"0.905624\"\n\"2024-07-03T17:50:00.000Z\",\"10.622908\",\"10.593966\"\n\"2024-07-03T17:55:00.000Z\",\"4.334227\",\"4.322506\"\n\"2024-07-03T18:00:00.000Z\",\"0.878014\",\"0.875997\"\n\"2024-07-03T18:05:00.000Z\",\"10.645307\",\"10.615191\"\n\"2024-07-03T18:10:00.000Z\",\"4.364252\",\"4.352425\"\n\"2024-07-03T18:15:00.000Z\",\"0.846488\",\"0.844548\"\n\"2024-07-03T18:20:00.000Z\",\"10.62872\",\"10.599461\"\n\"2024-07-03T18:25:00.000Z\",\"4.394125\",\"4.382206\"\n\"2024-07-03T18:30:00.000Z\",\"0.996608\",\"0.9942\"\n\"2024-07-03T18:35:00.000Z\",\"10.446087\",\"10.417225\"\n\"2024-07-03T18:40:00.000Z\",\"4.427409\",\"4.415609\"\n\"2024-07-03T18:45:00.000Z\",\"0.965335\",\"0.963022\"\n\"2024-07-03T18:50:00.000Z\",\"10.45391\",\"10.424612\"\n\"2024-07-03T18:55:00.000Z\",\"4.484099\",\"4.471003\"\n\"2024-07-03T19:00:00.000Z\",\"0.930996\",\"0.928774\"\n\"2024-07-03T19:05:00.000Z\",\"10.646521\",\"10.616366\"\n\"2024-07-03T19:10:00.000Z\",\"4.329756\",\"4.31721\"\n\"2024-07-03T19:15:00.000Z\",\"0.899272\",\"0.897195\"\n\"2024-07-03T19:20:00.000Z\",\"10.633691\",\"10.604215\"\n\"2024-07-03T19:25:00.000Z\",\"4.34459\",\"4.332707\"\n\"2024-07-03T19:30:00.000Z\",\"0.868573\",\"0.866457\"\n\"2024-07-03T19:35:00.000Z\",\"10.639068\",\"10.609284\"\n\"2024-07-03T19:40:00.000Z\",\"4.383344\",\"4.371079\"\n\"2024-07-03T19:45:00.000Z\",\"0.829692\",\"0.831476\"\n\"2024-07-03T19:50:00.000Z\",\"10.622069\",\"10.590921\"\n\"2024-07-03T19:55:00.000Z\",\"4.410837\",\"4.397566\"\n\"2024-07-03T20:00:00.000Z\",\"1.019195\",\"1.016754\"\n\"2024-07-03T20:05:00.000Z\",\"10.45561\",\"10.426282\"\n\"2024-07-03T20:10:00.000Z\",\"4.411924\",\"4.399796\"\n\"2024-07-03T20:15:00.000Z\",\"0.985818\",\"0.983483\"\n\"2024-07-03T20:20:00.000Z\",\"10.454969\",\"10.425685\"\n\"2024-07-03T20:25:00.000Z\",\"4.438667\",\"4.426818\"\n\"2024-07-03T20:30:00.000Z\",\"0.93913\",\"0.936915\"\n\"2024-07-03T20:35:00.000Z\",\"10.652508\",\"10.622216\"\n\"2024-07-03T20:40:00.000Z\",\"4.293584\",\"4.282173\"\n\"2024-07-03T20:45:00.000Z\",\"0.910938\",\"0.908821\"\n\"2024-07-03T20:50:00.000Z\",\"10.634471\",\"10.604949\"\n\"2024-07-03T20:55:00.000Z\",\"4.340723\",\"4.328496\"\n\"2024-07-03T21:00:00.000Z\",\"0.881388\",\"0.879361\"\n\"2024-07-03T21:05:00.000Z\",\"10.638906\",\"10.608965\"\n\"2024-07-03T21:10:00.000Z\",\"4.373792\",\"4.36148\"\n\"2024-07-03T21:15:00.000Z\",\"0.85072\",\"0.848629\"\n\"2024-07-03T21:20:00.000Z\",\"10.645692\",\"10.615596\"\n\"2024-07-03T21:25:00.000Z\",\"4.387056\",\"4.375518\"\n\"2024-07-03T21:30:00.000Z\",\"0.848539\",\"0.846572\"\n\"2024-07-03T21:35:00.000Z\",\"10.639337\",\"10.609745\"\n\"2024-07-03T21:40:00.000Z\",\"4.387806\",\"4.376061\"\n\"2024-07-03T21:45:00.000Z\",\"1.004855\",\"1.00246\"\n\"2024-07-03T21:50:00.000Z\",\"10.481584\",\"10.450933\"\n\"2024-07-03T21:55:00.000Z\",\"4.428193\",\"4.41599\"\n\"2024-07-03T22:00:00.000Z\",\"0.972586\",\"0.970248\"\n\"2024-07-03T22:05:00.000Z\",\"10.455937\",\"10.426425\"\n\"2024-07-03T22:10:00.000Z\",\"4.477146\",\"4.464201\"\n\"2024-07-03T22:15:00.000Z\",\"0.941872\",\"0.939566\"\n\"2024-07-03T22:20:00.000Z\",\"10.47329\",\"10.443604\"\n\"2024-07-03T22:25:00.000Z\",\"4.470161\",\"4.458276\"\n\"2024-07-03T22:30:00.000Z\",\"0.932466\",\"0.930378\"\n\"2024-07-03T22:35:00.000Z\",\"10.624481\",\"10.595628\"\n\"2024-07-03T22:40:00.000Z\",\"4.300554\",\"4.289176\"\n\"2024-07-03T22:45:00.000Z\",\"0.92328\",\"0.921169\"\n\"2024-07-03T22:50:00.000Z\",\"10.634448\",\"10.605328\"\n\"2024-07-03T22:55:00.000Z\",\"4.313898\",\"4.302209\"\n\"2024-07-03T23:00:00.000Z\",\"0.922279\",\"0.920137\"\n\"2024-07-03T23:05:00.000Z\",\"10.629212\",\"10.600394\"\n\"2024-07-03T23:10:00.000Z\",\"4.309859\",\"4.298251\"\n\"2024-07-03T23:15:00.000Z\",\"0.911548\",\"0.909458\"\n\"2024-07-03T23:20:00.000Z\",\"10.639987\",\"10.610561\"\n\"2024-07-03T23:25:00.000Z\",\"4.329478\",\"4.317519\"\n\"2024-07-03T23:30:00.000Z\",\"0.918103\",\"0.916024\"\n\"2024-07-03T23:35:00.000Z\",\"10.451019\",\"10.422472\"\n\"2024-07-03T23:40:00.000Z\",\"4.513265\",\"4.500315\"\n\"2024-07-03T23:45:00.000Z\",\"0.907986\",\"0.905969\"\n\"2024-07-03T23:50:00.000Z\",\"10.647151\",\"10.617336\"\n\"2024-07-03T23:55:00.000Z\",\"4.328902\",\"4.317156\"\n\"2024-07-04T00:00:00.000Z\",\"0.885678\",\"0.883688\"\n\"2024-07-04T00:05:00.000Z\",\"10.670633\",\"10.639611\"\n\"2024-07-04T00:10:00.000Z\",\"4.364444\",\"4.351964\"\n\"2024-07-04T00:15:00.000Z\",\"0.905588\",\"0.903584\"\n\"2024-07-04T00:20:00.000Z\",\"10.642786\",\"10.613026\"\n\"2024-07-04T00:25:00.000Z\",\"4.33428\",\"4.322411\"\n\"2024-07-04T00:30:00.000Z\",\"0.885581\",\"0.883374\"\n\"2024-07-04T00:35:00.000Z\",\"10.658182\",\"10.627642\"\n\"2024-07-04T00:40:00.000Z\",\"4.361196\",\"4.349241\"\n\"2024-07-04T00:45:00.000Z\",\"0.855076\",\"0.853148\"\n\"2024-07-04T00:50:00.000Z\",\"10.652015\",\"10.621932\"\n\"2024-07-04T00:55:00.000Z\",\"4.397051\",\"4.384356\"\n\"2024-07-04T01:00:00.000Z\",\"0.832404\",\"0.83055\"\n\"2024-07-04T01:05:00.000Z\",\"10.639425\",\"10.609551\"\n\"2024-07-04T01:10:00.000Z\",\"4.410472\",\"4.398496\"\n\"2024-07-04T01:15:00.000Z\",\"0.814784\",\"0.812992\"\n\"2024-07-04T01:20:00.000Z\",\"10.636102\",\"10.606854\"\n\"2024-07-04T01:25:00.000Z\",\"4.414342\",\"4.402708\"\n\"2024-07-04T01:30:00.000Z\",\"0.988104\",\"0.985843\"\n\"2024-07-04T01:35:00.000Z\",\"10.442325\",\"10.413651\"\n\"2024-07-04T01:40:00.000Z\",\"4.441136\",\"4.428958\"\n\"2024-07-04T01:45:00.000Z\",\"0.977428\",\"0.97511\"\n\"2024-07-04T01:50:00.000Z\",\"10.449695\",\"10.420846\"\n\"2024-07-04T01:55:00.000Z\",\"4.467096\",\"4.453995\"\n\"2024-07-04T02:00:00.000Z\",\"0.967151\",\"0.965035\"\n\"2024-07-04T02:05:00.000Z\",\"10.462186\",\"10.432572\"\n\"2024-07-04T02:10:00.000Z\",\"4.468092\",\"4.455616\"\n\"2024-07-04T02:15:00.000Z\",\"0.944233\",\"0.942105\"\n\"2024-07-04T02:20:00.000Z\",\"10.657593\",\"10.626953\"\n\"2024-07-04T02:25:00.000Z\",\"4.306579\",\"4.294464\"\n\"2024-07-04T02:30:00.000Z\",\"0.933879\",\"0.931723\"\n\"2024-07-04T02:35:00.000Z\",\"10.468855\",\"10.439634\"\n\"2024-07-04T02:40:00.000Z\",\"4.475045\",\"4.463116\"\n\"2024-07-04T02:45:00.000Z\",\"0.928025\",\"0.925783\"\n\"2024-07-04T02:50:00.000Z\",\"10.492422\",\"10.461545\"\n\"2024-07-04T02:55:00.000Z\",\"4.495401\",\"4.48323\"\n\"2024-07-04T03:00:00.000Z\",\"0.965073\",\"0.966379\"\n\"2024-07-04T03:05:00.000Z\",\"10.480773\",\"10.446993\"\n\"2024-07-04T03:10:00.000Z\",\"4.453743\",\"4.4417\"\n\"2024-07-04T03:15:00.000Z\",\"0.972245\",\"0.969887\"\n\"2024-07-04T03:20:00.000Z\",\"10.464582\",\"10.435389\"\n\"2024-07-04T03:25:00.000Z\",\"4.442256\",\"4.430397\"\n\"2024-07-04T03:30:00.000Z\",\"0.978837\",\"0.976471\"\n\"2024-07-04T03:35:00.000Z\",\"10.474535\",\"10.444601\"\n\"2024-07-04T03:40:00.000Z\",\"4.455334\",\"4.442656\"\n\"2024-07-04T03:45:00.000Z\",\"0.971442\",\"0.969177\"\n\"2024-07-04T03:50:00.000Z\",\"10.475933\",\"10.446123\"\n\"2024-07-04T03:55:00.000Z\",\"4.455489\",\"4.442983\"\n\"2024-07-04T04:00:00.000Z\",\"0.984371\",\"0.981939\"\n\"2024-07-04T04:05:00.000Z\",\"10.466154\",\"10.437005\"\n\"2024-07-04T04:10:00.000Z\",\"4.442875\",\"4.430293\"\n\"2024-07-04T04:15:00.000Z\",\"0.967603\",\"0.965292\"\n\"2024-07-04T04:20:00.000Z\",\"10.469747\",\"10.439674\"\n\"2024-07-04T04:25:00.000Z\",\"4.476359\",\"4.463454\"\n\"2024-07-04T04:30:00.000Z\",\"0.958879\",\"0.956495\"\n\"2024-07-04T04:35:00.000Z\",\"10.460763\",\"10.431678\"\n\"2024-07-04T04:40:00.000Z\",\"4.463855\",\"4.45159\"\n\"2024-07-04T04:45:00.000Z\",\"0.949616\",\"0.947341\"\n\"2024-07-04T04:50:00.000Z\",\"10.451697\",\"10.422551\"\n\"2024-07-04T04:55:00.000Z\",\"4.487194\",\"4.474634\"\n\"2024-07-04T05:00:00.000Z\",\"0.911667\",\"0.909515\"\n\"2024-07-04T05:05:00.000Z\",\"10.696932\",\"10.665107\"\n\"2024-07-04T05:10:00.000Z\",\"4.327557\",\"4.315101\"\n\"2024-07-04T05:15:00.000Z\",\"0.916019\",\"0.913923\"\n\"2024-07-04T05:20:00.000Z\",\"10.637205\",\"10.607888\"\n\"2024-07-04T05:25:00.000Z\",\"4.324473\",\"4.312346\"\n\"2024-07-04T05:30:00.000Z\",\"0.939226\",\"0.936997\"\n\"2024-07-04T05:35:00.000Z\",\"10.659305\",\"10.632322\"\n\"2024-07-04T05:40:00.000Z\",\"4.297911\",\"4.28264\"\n\"2024-07-04T05:45:00.000Z\",\"0.947666\",\"0.945526\"\n\"2024-07-04T05:50:00.000Z\",\"10.45274\",\"10.42427\"\n\"2024-07-04T05:55:00.000Z\",\"4.47471\",\"4.462095\"\n\"2024-07-04T06:00:00.000Z\",\"0.954164\",\"0.955684\"\n\"2024-07-04T06:05:00.000Z\",\"10.443203\",\"10.411355\"\n\"2024-07-04T06:10:00.000Z\",\"4.45436\",\"4.442096\"\n\"2024-07-04T06:15:00.000Z\",\"0.963395\",\"0.96097\"\n\"2024-07-04T06:20:00.000Z\",\"10.656312\",\"10.625463\"\n\"2024-07-04T06:25:00.000Z\",\"4.286416\",\"4.274836\"\n\"2024-07-04T06:30:00.000Z\",\"0.922347\",\"0.920269\"\n\"2024-07-04T06:35:00.000Z\",\"10.611069\",\"10.582745\"\n\"2024-07-04T06:40:00.000Z\",\"4.308055\",\"4.296802\"\n\"2024-07-04T06:45:00.000Z\",\"0.888562\",\"0.886547\"\n\"2024-07-04T06:50:00.000Z\",\"10.623516\",\"10.594903\"\n\"2024-07-04T06:55:00.000Z\",\"4.33993\",\"4.328452\"\n\"2024-07-04T07:00:00.000Z\",\"0.875201\",\"0.873156\"\n\"2024-07-04T07:05:00.000Z\",\"10.626523\",\"10.597387\"\n\"2024-07-04T07:10:00.000Z\",\"4.367948\",\"4.356131\"\n\"2024-07-04T07:15:00.000Z\",\"0.847101\",\"0.848884\"\n\"2024-07-04T07:20:00.000Z\",\"10.651353\",\"10.61878\"\n\"2024-07-04T07:25:00.000Z\",\"4.379968\",\"4.367239\"\n\"2024-07-04T07:30:00.000Z\",\"0.825257\",\"0.82346\"\n\"2024-07-04T07:35:00.000Z\",\"10.645043\",\"10.615192\"\n\"2024-07-04T07:40:00.000Z\",\"4.426024\",\"4.413403\"\n\"2024-07-04T07:45:00.000Z\",\"0.829006\",\"0.827121\"\n\"2024-07-04T07:50:00.000Z\",\"10.638502\",\"10.609095\"\n\"2024-07-04T07:55:00.000Z\",\"4.419192\",\"4.406536\"\n\"2024-07-04T08:00:00.000Z\",\"0.816449\",\"0.814516\"\n\"2024-07-04T08:05:00.000Z\",\"10.6482\",\"10.619031\"\n\"2024-07-04T08:10:00.000Z\",\"4.422626\",\"4.409774\"\n\"2024-07-04T08:15:00.000Z\",\"0.862246\",\"0.860354\"\n\"2024-07-04T08:20:00.000Z\",\"10.658879\",\"10.628777\"\n\"2024-07-04T08:25:00.000Z\",\"4.358917\",\"4.347343\"\n\"2024-07-04T08:30:00.000Z\",\"0.863999\",\"0.862036\"\n\"2024-07-04T08:35:00.000Z\",\"10.63699\",\"10.608021\"\n\"2024-07-04T08:40:00.000Z\",\"4.354616\",\"4.343095\"\n\"2024-07-04T08:45:00.000Z\",\"0.85489\",\"0.852938\"\n\"2024-07-04T08:50:00.000Z\",\"10.647495\",\"10.617258\"\n\"2024-07-04T08:55:00.000Z\",\"4.382286\",\"4.370595\"\n\"2024-07-04T09:00:00.000Z\",\"0.845244\",\"0.84324\"\n\"2024-07-04T09:05:00.000Z\",\"10.635599\",\"10.606331\"\n\"2024-07-04T09:10:00.000Z\",\"4.388551\",\"4.376735\"\n\"2024-07-04T09:15:00.000Z\",\"0.833371\",\"0.831433\"\n\"2024-07-04T09:20:00.000Z\",\"10.650465\",\"10.62039\"\n\"2024-07-04T09:25:00.000Z\",\"4.416626\",\"4.403898\"\n\"2024-07-04T09:30:00.000Z\",\"0.823774\",\"0.821791\"\n\"2024-07-04T09:35:00.000Z\",\"10.650099\",\"10.619902\"\n\"2024-07-04T09:40:00.000Z\",\"4.412272\",\"4.400504\"\n\"2024-07-04T09:45:00.000Z\",\"0.818155\",\"0.816209\"\n\"2024-07-04T09:50:00.000Z\",\"10.657531\",\"10.627469\"\n\"2024-07-04T09:55:00.000Z\",\"4.411286\",\"4.399188\"\n\"2024-07-04T10:00:00.000Z\",\"0.810863\",\"0.812738\"\n\"2024-07-04T10:05:00.000Z\",\"10.644821\",\"10.61174\"\n\"2024-07-04T10:10:00.000Z\",\"4.417562\",\"4.4055\"\n\"2024-07-04T10:15:00.000Z\",\"0.814947\",\"0.812989\"\n\"2024-07-04T10:20:00.000Z\",\"10.633856\",\"10.604339\"\n\"2024-07-04T10:25:00.000Z\",\"4.42562\",\"4.413651\"\n\"2024-07-04T10:30:00.000Z\",\"0.796875\",\"0.795077\"\n\"2024-07-04T10:35:00.000Z\",\"10.648055\",\"10.618135\"\n\"2024-07-04T10:40:00.000Z\",\"4.451987\",\"4.439222\"\n\"2024-07-04T10:45:00.000Z\",\"0.96539\",\"0.963058\"\n\"2024-07-04T10:50:00.000Z\",\"10.457091\",\"10.427811\"\n\"2024-07-04T10:55:00.000Z\",\"4.469306\",\"4.456572\"\n\"2024-07-04T11:00:00.000Z\",\"0.982862\",\"0.980316\"\n\"2024-07-04T11:05:00.000Z\",\"10.508779\",\"10.477042\"\n\"2024-07-04T11:10:00.000Z\",\"4.459602\",\"4.446218\"\n\"2024-07-04T11:15:00.000Z\",\"0.986095\",\"0.983606\"\n\"2024-07-04T11:20:00.000Z\",\"10.458547\",\"10.429551\"\n\"2024-07-04T11:25:00.000Z\",\"4.423702\",\"4.411784\"\n\"2024-07-04T11:30:00.000Z\",\"0.818901\",\"0.816834\"\n\"2024-07-04T11:35:00.000Z\",\"10.65432\",\"10.624459\"\n\"2024-07-04T11:40:00.000Z\",\"4.42528\",\"4.412626\"\n\"2024-07-04T11:45:00.000Z\",\"0.991877\",\"0.989556\"\n\"2024-07-04T11:50:00.000Z\",\"10.455358\",\"10.426028\"\n\"2024-07-04T11:55:00.000Z\",\"4.447094\",\"4.434369\"\n\"2024-07-04T12:00:00.000Z\",\"0.810326\",\"0.808348\"\n\"2024-07-04T12:05:00.000Z\",\"10.696421\",\"10.664444\"\n\"2024-07-04T12:10:00.000Z\",\"4.438837\",\"4.425836\"\n\"2024-07-04T12:15:00.000Z\",\"0.825787\",\"0.823921\"\n\"2024-07-04T12:20:00.000Z\",\"10.660079\",\"10.630286\"\n\"2024-07-04T12:25:00.000Z\",\"4.396669\",\"4.384604\"\n\"2024-07-04T12:30:00.000Z\",\"0.854616\",\"0.852338\"\n\"2024-07-04T12:35:00.000Z\",\"10.667112\",\"10.636769\"\n\"2024-07-04T12:40:00.000Z\",\"4.393964\",\"4.381149\"\n\"2024-07-04T12:45:00.000Z\",\"0.860932\",\"0.858735\"\n\"2024-07-04T12:50:00.000Z\",\"10.681204\",\"10.649954\"\n\"2024-07-04T12:55:00.000Z\",\"4.384228\",\"4.37156\"\n\"2024-07-04T13:00:00.000Z\",\"0.874337\",\"0.875849\"\n\"2024-07-04T13:05:00.000Z\",\"10.681142\",\"10.646255\"\n\"2024-07-04T13:10:00.000Z\",\"4.364616\",\"4.35225\"\n\"2024-07-04T13:15:00.000Z\",\"0.874344\",\"0.872284\"\n\"2024-07-04T13:20:00.000Z\",\"10.651755\",\"10.622208\"\n\"2024-07-04T13:25:00.000Z\",\"4.365272\",\"4.352613\"\n\"2024-07-04T13:30:00.000Z\",\"0.905056\",\"0.902927\"\n\"2024-07-04T13:35:00.000Z\",\"10.666662\",\"10.635789\"\n\"2024-07-04T13:40:00.000Z\",\"4.323316\",\"4.311997\"\n\"2024-07-04T13:45:00.000Z\",\"0.915074\",\"0.91291\"\n\"2024-07-04T13:50:00.000Z\",\"10.666126\",\"10.635858\"\n\"2024-07-04T13:55:00.000Z\",\"4.310262\",\"4.298516\"\n\"2024-07-04T14:00:00.000Z\",\"0.933397\",\"0.931185\"\n\"2024-07-04T14:05:00.000Z\",\"10.476506\",\"10.450395\"\n\"2024-07-04T14:10:00.000Z\",\"4.496092\",\"4.479412\"\n\"2024-07-04T14:15:00.000Z\",\"0.962494\",\"0.960106\"\n\"2024-07-04T14:20:00.000Z\",\"10.465328\",\"10.43636\"\n\"2024-07-04T14:25:00.000Z\",\"4.4542\",\"4.441878\"\n\"2024-07-04T14:30:00.000Z\",\"0.984638\",\"0.982309\"\n\"2024-07-04T14:35:00.000Z\",\"10.460455\",\"10.431257\"\n\"2024-07-04T14:40:00.000Z\",\"4.421099\",\"4.409419\"\n\"2024-07-04T14:45:00.000Z\",\"0.990172\",\"0.987851\"\n\"2024-07-04T14:50:00.000Z\",\"10.462811\",\"10.434009\"\n\"2024-07-04T14:55:00.000Z\",\"4.426744\",\"4.414232\"\n\"2024-07-04T15:00:00.000Z\",\"0.824242\",\"0.822254\"\n\"2024-07-04T15:05:00.000Z\",\"10.659487\",\"10.62918\"\n\"2024-07-04T15:10:00.000Z\",\"4.417485\",\"4.405154\"\n\"2024-07-04T15:15:00.000Z\",\"0.824037\",\"0.822058\"\n\"2024-07-04T15:20:00.000Z\",\"10.67274\",\"10.64176\"\n\"2024-07-04T15:25:00.000Z\",\"4.416039\",\"4.403721\"\n\"2024-07-04T15:30:00.000Z\",\"0.83609\",\"0.834131\"\n\"2024-07-04T15:35:00.000Z\",\"10.638784\",\"10.613262\"\n\"2024-07-04T15:40:00.000Z\",\"4.395457\",\"4.379779\"\n\"2024-07-04T15:45:00.000Z\",\"0.833724\",\"0.831823\"\n\"2024-07-04T15:50:00.000Z\",\"10.661465\",\"10.63109\"\n\"2024-07-04T15:55:00.000Z\",\"4.395532\",\"4.383739\"\n\"2024-07-04T16:00:00.000Z\",\"0.874895\",\"0.876454\"\n\"2024-07-04T16:05:00.000Z\",\"10.684766\",\"10.649689\"\n\"2024-07-04T16:10:00.000Z\",\"4.351986\",\"4.340256\"\n\"2024-07-04T16:15:00.000Z\",\"0.889128\",\"0.886978\"\n\"2024-07-04T16:20:00.000Z\",\"10.682514\",\"10.65086\"\n\"2024-07-04T16:25:00.000Z\",\"4.364547\",\"4.352005\"\n\"2024-07-04T16:30:00.000Z\",\"0.877921\",\"0.875954\"\n\"2024-07-04T16:35:00.000Z\",\"10.641747\",\"10.612012\"\n\"2024-07-04T16:40:00.000Z\",\"4.367134\",\"4.354988\"\n\"2024-07-04T16:45:00.000Z\",\"0.862823\",\"0.860974\"\n\"2024-07-04T16:50:00.000Z\",\"10.638044\",\"10.608459\"\n\"2024-07-04T16:55:00.000Z\",\"4.368837\",\"4.357343\"\n\"2024-07-04T17:00:00.000Z\",\"0.858836\",\"0.856796\"\n\"2024-07-04T17:05:00.000Z\",\"10.670582\",\"10.639698\"\n\"2024-07-04T17:10:00.000Z\",\"4.381527\",\"4.369205\"\n\"2024-07-04T17:15:00.000Z\",\"0.851687\",\"0.849781\"\n\"2024-07-04T17:20:00.000Z\",\"10.641125\",\"10.611568\"\n\"2024-07-04T17:25:00.000Z\",\"4.376216\",\"4.364696\"\n\"2024-07-04T17:30:00.000Z\",\"0.860969\",\"0.859046\"\n\"2024-07-04T17:35:00.000Z\",\"10.649525\",\"10.620112\"\n\"2024-07-04T17:40:00.000Z\",\"4.360524\",\"4.348733\"\n\"2024-07-04T17:45:00.000Z\",\"0.864663\",\"0.862643\"\n\"2024-07-04T17:50:00.000Z\",\"10.68823\",\"10.656811\"\n\"2024-07-04T17:55:00.000Z\",\"4.372016\",\"4.359671\"\n\"2024-07-04T18:00:00.000Z\",\"0.885335\",\"0.883207\"\n\"2024-07-04T18:05:00.000Z\",\"10.657906\",\"10.62784\"\n\"2024-07-04T18:10:00.000Z\",\"4.347029\",\"4.335024\"\n\"2024-07-04T18:15:00.000Z\",\"0.874971\",\"0.87298\"\n\"2024-07-04T18:20:00.000Z\",\"10.648942\",\"10.619379\"\n\"2024-07-04T18:25:00.000Z\",\"4.34705\",\"4.335619\"\n\"2024-07-04T18:30:00.000Z\",\"0.89355\",\"0.891528\"\n\"2024-07-04T18:35:00.000Z\",\"10.644763\",\"10.615351\"\n\"2024-07-04T18:40:00.000Z\",\"4.355388\",\"4.34263\"\n\"2024-07-04T18:45:00.000Z\",\"0.933308\",\"0.931151\"\n\"2024-07-04T18:50:00.000Z\",\"10.667427\",\"10.637078\"\n\"2024-07-04T18:55:00.000Z\",\"4.302263\",\"4.290038\"\n\"2024-07-04T19:00:00.000Z\",\"0.947919\",\"0.945719\"\n\"2024-07-04T19:05:00.000Z\",\"10.664875\",\"10.634862\"\n\"2024-07-04T19:10:00.000Z\",\"4.272124\",\"4.260554\"\n\"2024-07-04T19:15:00.000Z\",\"0.965609\",\"0.963426\"\n\"2024-07-04T19:20:00.000Z\",\"10.488845\",\"10.458604\"\n\"2024-07-04T19:25:00.000Z\",\"4.450539\",\"4.438257\"\n\"2024-07-04T19:30:00.000Z\",\"0.971677\",\"0.973109\"\n\"2024-07-04T19:35:00.000Z\",\"10.476724\",\"10.445412\"\n\"2024-07-04T19:40:00.000Z\",\"4.442962\",\"4.428701\"\n\"2024-07-04T19:45:00.000Z\",\"0.974925\",\"0.972468\"\n\"2024-07-04T19:50:00.000Z\",\"10.470129\",\"10.440407\"\n\"2024-07-04T19:55:00.000Z\",\"4.451658\",\"4.43948\"\n\"2024-07-04T20:00:00.000Z\",\"0.979995\",\"0.979465\"\n\"2024-07-04T20:05:00.000Z\",\"10.494934\",\"10.462668\"\n\"2024-07-04T20:10:00.000Z\",\"4.430186\",\"4.418222\"\n\"2024-07-04T20:15:00.000Z\",\"0.817442\",\"0.81539\"\n\"2024-07-04T20:20:00.000Z\",\"10.685236\",\"10.654003\"\n\"2024-07-04T20:25:00.000Z\",\"4.409507\",\"4.397568\"\n\"2024-07-04T20:30:00.000Z\",\"0.846039\",\"0.844019\"\n\"2024-07-04T20:35:00.000Z\",\"10.617401\",\"10.588806\"\n\"2024-07-04T20:40:00.000Z\",\"4.398668\",\"4.38671\"\n\"2024-07-04T20:45:00.000Z\",\"0.996192\",\"0.993897\"\n\"2024-07-04T20:50:00.000Z\",\"10.467992\",\"10.438032\"\n\"2024-07-04T20:55:00.000Z\",\"4.42599\",\"4.41428\"\n\"2024-07-04T21:00:00.000Z\",\"0.964167\",\"0.961919\"\n\"2024-07-04T21:05:00.000Z\",\"10.462355\",\"10.43267\"\n\"2024-07-04T21:10:00.000Z\",\"4.477356\",\"4.464592\"\n\"2024-07-04T21:15:00.000Z\",\"0.930704\",\"0.928537\"\n\"2024-07-04T21:20:00.000Z\",\"10.47045\",\"10.440346\"\n\"2024-07-04T21:25:00.000Z\",\"4.520988\",\"4.507626\"\n\"2024-07-04T21:30:00.000Z\",\"0.896948\",\"0.895013\"\n\"2024-07-04T21:35:00.000Z\",\"10.654499\",\"10.623917\"\n\"2024-07-04T21:40:00.000Z\",\"4.340135\",\"4.328504\"\n\"2024-07-04T21:45:00.000Z\",\"0.863582\",\"0.861639\"\n\"2024-07-04T21:50:00.000Z\",\"10.662139\",\"10.631202\"\n\"2024-07-04T21:55:00.000Z\",\"4.376003\",\"4.3643\"\n\"2024-07-04T22:00:00.000Z\",\"0.829084\",\"0.827246\"\n\"2024-07-04T22:05:00.000Z\",\"10.618487\",\"10.59035\"\n\"2024-07-04T22:10:00.000Z\",\"4.427744\",\"4.414425\"\n\"2024-07-04T22:15:00.000Z\",\"0.803061\",\"0.801146\"\n\"2024-07-04T22:20:00.000Z\",\"10.664925\",\"10.633883\"\n\"2024-07-04T22:25:00.000Z\",\"4.449968\",\"4.437574\"\n\"2024-07-04T22:30:00.000Z\",\"0.949792\",\"0.951298\"\n\"2024-07-04T22:35:00.000Z\",\"10.465957\",\"10.432632\"\n\"2024-07-04T22:40:00.000Z\",\"4.483634\",\"4.470953\"\n\"2024-07-04T22:45:00.000Z\",\"0.918842\",\"0.920488\"\n\"2024-07-04T22:50:00.000Z\",\"10.455549\",\"10.422578\"\n\"2024-07-04T22:55:00.000Z\",\"4.504479\",\"4.4923\"\n\"2024-07-04T23:00:00.000Z\",\"0.924495\",\"0.922379\"\n\"2024-07-04T23:05:00.000Z\",\"10.645095\",\"10.61526\"\n\"2024-07-04T23:10:00.000Z\",\"4.308465\",\"4.297019\"\n\"2024-07-04T23:15:00.000Z\",\"0.898777\",\"0.897198\"\n\"2024-07-04T23:20:00.000Z\",\"10.628489\",\"10.599271\"\n\"2024-07-04T23:25:00.000Z\",\"4.338026\",\"4.326513\"\n\"2024-07-04T23:30:00.000Z\",\"0.864833\",\"0.86279\"\n\"2024-07-04T23:35:00.000Z\",\"10.675023\",\"10.643382\"\n\"2024-07-04T23:40:00.000Z\",\"4.379743\",\"4.367872\"\n\"2024-07-04T23:45:00.000Z\",\"0.83189\",\"0.830077\"\n\"2024-07-04T23:50:00.000Z\",\"10.623717\",\"10.594715\"\n\"2024-07-04T23:55:00.000Z\",\"4.40303\",\"4.391439\"\n\"2024-07-05T00:00:00.000Z\",\"0.802737\",\"0.800984\"\n\"2024-07-05T00:05:00.000Z\",\"10.651122\",\"10.620792\"\n\"2024-07-05T00:10:00.000Z\",\"4.451551\",\"4.438831\"\n\"2024-07-05T00:15:00.000Z\",\"0.954841\",\"0.952676\"\n\"2024-07-05T00:20:00.000Z\",\"10.467223\",\"10.437316\"\n\"2024-07-05T00:25:00.000Z\",\"4.477321\",\"4.464952\"\n\"2024-07-05T00:30:00.000Z\",\"0.925083\",\"0.922851\"\n\"2024-07-05T00:35:00.000Z\",\"10.648171\",\"10.618103\"\n\"2024-07-05T00:40:00.000Z\",\"4.334558\",\"4.322025\"\n\"2024-07-05T00:45:00.000Z\",\"0.898141\",\"0.896095\"\n\"2024-07-05T00:50:00.000Z\",\"10.655901\",\"10.625261\"\n\"2024-07-05T00:55:00.000Z\",\"4.358475\",\"4.34604\"\n\"2024-07-05T01:00:00.000Z\",\"0.861648\",\"0.859698\"\n\"2024-07-05T01:05:00.000Z\",\"10.631256\",\"10.602067\"\n\"2024-07-05T01:10:00.000Z\",\"4.376455\",\"4.36452\"\n\"2024-07-05T01:15:00.000Z\",\"0.830752\",\"0.828889\"\n\"2024-07-05T01:20:00.000Z\",\"10.642018\",\"10.612278\"\n\"2024-07-05T01:25:00.000Z\",\"4.420603\",\"4.408067\"\n\"2024-07-05T01:30:00.000Z\",\"0.988921\",\"0.986604\"\n\"2024-07-05T01:35:00.000Z\",\"10.457846\",\"10.4284\"\n\"2024-07-05T01:40:00.000Z\",\"4.434041\",\"4.422259\"\n\"2024-07-05T01:45:00.000Z\",\"0.996428\",\"0.993923\"\n\"2024-07-05T01:50:00.000Z\",\"10.448561\",\"10.41958\"\n\"2024-07-05T01:55:00.000Z\",\"4.448502\",\"4.435786\"\n\"2024-07-05T02:00:00.000Z\",\"0.958091\",\"0.955702\"\n\"2024-07-05T02:05:00.000Z\",\"10.443537\",\"10.414859\"\n\"2024-07-05T02:10:00.000Z\",\"4.465972\",\"4.454106\"\n\"2024-07-05T02:15:00.000Z\",\"0.925538\",\"0.923367\"\n\"2024-07-05T02:20:00.000Z\",\"10.657191\",\"10.626465\"\n\"2024-07-05T02:25:00.000Z\",\"4.315317\",\"4.303796\"\n\"2024-07-05T02:30:00.000Z\",\"0.890551\",\"0.888496\"\n\"2024-07-05T02:35:00.000Z\",\"10.6338\",\"10.604442\"\n\"2024-07-05T02:40:00.000Z\",\"4.359967\",\"4.347477\"\n\"2024-07-05T02:45:00.000Z\",\"0.856584\",\"0.854695\"\n\"2024-07-05T02:50:00.000Z\",\"10.610804\",\"10.585962\"\n\"2024-07-05T02:55:00.000Z\",\"4.38057\",\"4.365348\"\n\"2024-07-05T03:00:00.000Z\",\"1.003426\",\"1.001128\"\n\"2024-07-05T03:05:00.000Z\",\"10.430543\",\"10.402491\"\n\"2024-07-05T03:10:00.000Z\",\"4.419996\",\"4.408164\"\n\"2024-07-05T03:15:00.000Z\",\"0.975616\",\"0.973277\"\n\"2024-07-05T03:20:00.000Z\",\"10.475161\",\"10.44485\"\n\"2024-07-05T03:25:00.000Z\",\"4.461928\",\"4.449347\"\n\"2024-07-05T03:30:00.000Z\",\"0.945825\",\"0.943656\"\n\"2024-07-05T03:35:00.000Z\",\"10.656632\",\"10.625965\"\n\"2024-07-05T03:40:00.000Z\",\"4.302434\",\"4.290383\"\n\"2024-07-05T03:45:00.000Z\",\"0.917753\",\"0.915627\"\n\"2024-07-05T03:50:00.000Z\",\"10.625008\",\"10.599703\"\n\"2024-07-05T03:55:00.000Z\",\"4.316992\",\"4.301936\"\n\"2024-07-05T04:00:00.000Z\",\"0.889965\",\"0.887834\"\n\"2024-07-05T04:05:00.000Z\",\"10.647123\",\"10.617093\"\n\"2024-07-05T04:10:00.000Z\",\"4.347645\",\"4.336033\"\n\"2024-07-05T04:15:00.000Z\",\"0.854449\",\"0.852537\"\n\"2024-07-05T04:20:00.000Z\",\"10.616554\",\"10.587945\"\n\"2024-07-05T04:25:00.000Z\",\"4.390454\",\"4.378364\"\n\"2024-07-05T04:30:00.000Z\",\"0.85519\",\"0.856949\"\n\"2024-07-05T04:35:00.000Z\",\"10.61778\",\"10.585569\"\n\"2024-07-05T04:40:00.000Z\",\"4.385952\",\"4.373909\"\n\"2024-07-05T04:45:00.000Z\",\"1.013562\",\"1.011195\"\n\"2024-07-05T04:50:00.000Z\",\"10.485308\",\"10.454432\"\n\"2024-07-05T04:55:00.000Z\",\"4.419715\",\"4.407401\"\n\"2024-07-05T05:00:00.000Z\",\"0.979037\",\"0.976728\"\n\"2024-07-05T05:05:00.000Z\",\"10.478149\",\"10.447659\"\n\"2024-07-05T05:10:00.000Z\",\"4.453611\",\"4.44114\"\n\"2024-07-05T05:15:00.000Z\",\"0.953825\",\"0.95148\"\n\"2024-07-05T05:20:00.000Z\",\"10.64637\",\"10.616183\"\n\"2024-07-05T05:25:00.000Z\",\"4.287666\",\"4.27618\"\n\"2024-07-05T05:30:00.000Z\",\"0.923178\",\"0.92107\"\n\"2024-07-05T05:35:00.000Z\",\"10.62627\",\"10.597105\"\n\"2024-07-05T05:40:00.000Z\",\"4.309266\",\"4.297885\"\n\"2024-07-05T05:45:00.000Z\",\"0.89133\",\"0.889175\"\n\"2024-07-05T05:50:00.000Z\",\"10.659107\",\"10.628248\"\n\"2024-07-05T05:55:00.000Z\",\"4.3696\",\"4.356949\"\n\"2024-07-05T06:00:00.000Z\",\"0.862752\",\"0.860655\"\n\"2024-07-05T06:05:00.000Z\",\"10.65518\",\"10.62481\"\n\"2024-07-05T06:10:00.000Z\",\"4.385448\",\"4.373254\"\n\"2024-07-05T06:15:00.000Z\",\"0.826841\",\"0.828412\"\n\"2024-07-05T06:20:00.000Z\",\"10.643806\",\"10.610284\"\n\"2024-07-05T06:25:00.000Z\",\"4.427322\",\"4.414824\"\n\"2024-07-05T06:30:00.000Z\",\"0.798172\",\"0.796258\"\n\"2024-07-05T06:35:00.000Z\",\"10.64504\",\"10.614759\"\n\"2024-07-05T06:40:00.000Z\",\"4.442822\",\"4.431085\"\n\"2024-07-05T06:45:00.000Z\",\"0.949758\",\"0.947442\"\n\"2024-07-05T06:50:00.000Z\",\"10.447565\",\"10.418808\"\n\"2024-07-05T06:55:00.000Z\",\"4.481546\",\"4.469085\"\n\"2024-07-05T07:00:00.000Z\",\"0.923902\",\"0.921625\"\n\"2024-07-05T07:05:00.000Z\",\"10.454358\",\"10.425085\"\n\"2024-07-05T07:10:00.000Z\",\"4.498206\",\"4.486235\"\n\"2024-07-05T07:15:00.000Z\",\"0.926104\",\"0.92392\"\n\"2024-07-05T07:20:00.000Z\",\"10.630692\",\"10.601339\"\n\"2024-07-05T07:25:00.000Z\",\"4.311886\",\"4.300397\"\n\"2024-07-05T07:30:00.000Z\",\"0.891692\",\"0.889674\"\n\"2024-07-05T07:35:00.000Z\",\"10.630292\",\"10.600942\"\n\"2024-07-05T07:40:00.000Z\",\"4.342931\",\"4.331483\"\n\"2024-07-05T07:45:00.000Z\",\"0.855837\",\"0.853876\"\n\"2024-07-05T07:50:00.000Z\",\"10.648379\",\"10.618113\"\n\"2024-07-05T07:55:00.000Z\",\"4.381602\",\"4.36996\"\n\"2024-07-05T08:00:00.000Z\",\"0.820583\",\"0.818687\"\n\"2024-07-05T08:05:00.000Z\",\"10.63541\",\"10.605785\"\n\"2024-07-05T08:10:00.000Z\",\"4.416439\",\"4.404584\"\n\"2024-07-05T08:15:00.000Z\",\"0.97681\",\"0.974379\"\n\"2024-07-05T08:20:00.000Z\",\"10.455201\",\"10.425693\"\n\"2024-07-05T08:25:00.000Z\",\"4.449613\",\"4.437869\"\n\"2024-07-05T08:30:00.000Z\",\"0.940895\",\"0.938721\"\n\"2024-07-05T08:35:00.000Z\",\"10.628502\",\"10.599385\"\n\"2024-07-05T08:40:00.000Z\",\"4.294024\",\"4.282562\"\n\"2024-07-05T08:45:00.000Z\",\"0.909904\",\"0.907825\"\n\"2024-07-05T08:50:00.000Z\",\"10.631703\",\"10.602273\"\n\"2024-07-05T08:55:00.000Z\",\"4.323494\",\"4.312129\"\n\"2024-07-05T09:00:00.000Z\",\"0.877136\",\"0.875092\"\n\"2024-07-05T09:05:00.000Z\",\"10.619313\",\"10.594189\"\n\"2024-07-05T09:10:00.000Z\",\"4.357116\",\"4.341989\"\n\"2024-07-05T09:15:00.000Z\",\"0.846646\",\"0.844578\"\n\"2024-07-05T09:20:00.000Z\",\"10.668013\",\"10.636714\"\n\"2024-07-05T09:25:00.000Z\",\"4.40839\",\"4.395929\"\n\"2024-07-05T09:30:00.000Z\",\"0.810829\",\"0.808953\"\n\"2024-07-05T09:35:00.000Z\",\"10.653254\",\"10.622735\"\n\"2024-07-05T09:40:00.000Z\",\"4.425081\",\"4.41336\"\n\"2024-07-05T09:45:00.000Z\",\"0.844477\",\"0.842581\"\n\"2024-07-05T09:50:00.000Z\",\"10.640508\",\"10.610791\"\n\"2024-07-05T09:55:00.000Z\",\"4.397919\",\"4.385783\"\n\"2024-07-05T10:00:00.000Z\",\"1.005685\",\"1.003293\"\n\"2024-07-05T10:05:00.000Z\",\"10.443337\",\"10.414976\"\n\"2024-07-05T10:10:00.000Z\",\"4.405971\",\"4.394323\"\n\"2024-07-05T10:15:00.000Z\",\"0.996774\",\"0.995424\"\n\"2024-07-05T10:20:00.000Z\",\"10.470388\",\"10.439854\"\n\"2024-07-05T10:25:00.000Z\",\"4.431404\",\"4.418803\"\n\"2024-07-05T10:30:00.000Z\",\"0.804349\",\"0.802621\"\n\"2024-07-05T10:35:00.000Z\",\"10.660821\",\"10.630299\"\n\"2024-07-05T10:40:00.000Z\",\"4.424837\",\"4.413128\"\n\"2024-07-05T10:45:00.000Z\",\"0.96637\",\"0.964079\"\n\"2024-07-05T10:50:00.000Z\",\"10.438699\",\"10.410638\"\n\"2024-07-05T10:55:00.000Z\",\"4.44625\",\"4.434531\"\n\"2024-07-05T11:00:00.000Z\",\"0.967273\",\"0.964954\"\n\"2024-07-05T11:05:00.000Z\",\"10.453507\",\"10.424316\"\n\"2024-07-05T11:10:00.000Z\",\"4.461948\",\"4.449775\"\n\"2024-07-05T11:15:00.000Z\",\"0.952836\",\"0.950572\"\n\"2024-07-05T11:20:00.000Z\",\"10.451245\",\"10.422719\"\n\"2024-07-05T11:25:00.000Z\",\"4.472896\",\"4.460328\"\n\"2024-07-05T11:30:00.000Z\",\"0.965726\",\"0.963335\"\n\"2024-07-05T11:35:00.000Z\",\"10.457984\",\"10.429307\"\n\"2024-07-05T11:40:00.000Z\",\"4.458091\",\"4.44555\"\n\"2024-07-05T11:45:00.000Z\",\"0.95549\",\"0.953127\"\n\"2024-07-05T11:50:00.000Z\",\"10.454497\",\"10.425053\"\n\"2024-07-05T11:55:00.000Z\",\"4.486221\",\"4.473558\"\n\"2024-07-05T12:00:00.000Z\",\"0.926307\",\"0.924107\"\n\"2024-07-05T12:05:00.000Z\",\"10.641504\",\"10.611687\"\n\"2024-07-05T12:10:00.000Z\",\"4.320527\",\"4.308588\"\n\"2024-07-05T12:15:00.000Z\",\"0.907524\",\"0.905319\"\n\"2024-07-05T12:20:00.000Z\",\"10.635668\",\"10.606127\"\n\"2024-07-05T12:25:00.000Z\",\"4.333723\",\"4.322039\"\n\"2024-07-05T12:30:00.000Z\",\"0.904254\",\"0.902117\"\n\"2024-07-05T12:35:00.000Z\",\"10.639997\",\"10.610371\"\n\"2024-07-05T12:40:00.000Z\",\"4.336689\",\"4.324895\"\n\"2024-07-05T12:45:00.000Z\",\"0.869997\",\"0.868001\"\n\"2024-07-05T12:50:00.000Z\",\"10.659338\",\"10.628749\"\n\"2024-07-05T12:55:00.000Z\",\"4.376712\",\"4.364444\"\n\"2024-07-05T13:00:00.000Z\",\"0.847419\",\"0.845399\"\n\"2024-07-05T13:05:00.000Z\",\"10.647775\",\"10.617568\"\n\"2024-07-05T13:10:00.000Z\",\"4.393254\",\"4.381455\"\n\"2024-07-05T13:15:00.000Z\",\"0.833268\",\"0.831402\"\n\"2024-07-05T13:20:00.000Z\",\"10.66888\",\"10.637914\"\n\"2024-07-05T13:25:00.000Z\",\"4.400703\",\"4.388791\"\n\"2024-07-05T13:30:00.000Z\",\"0.833133\",\"0.831352\"\n\"2024-07-05T13:35:00.000Z\",\"10.652119\",\"10.622671\"\n\"2024-07-05T13:40:00.000Z\",\"4.402946\",\"4.390392\"\n\"2024-07-05T13:45:00.000Z\",\"0.830936\",\"0.83021\"\n\"2024-07-05T13:50:00.000Z\",\"10.620323\",\"10.598019\"\n\"2024-07-05T13:55:00.000Z\",\"4.411821\",\"4.399098\"\n\"2024-07-05T14:00:00.000Z\",\"0.992327\",\"0.992524\"\n\"2024-07-05T14:05:00.000Z\",\"10.437588\",\"10.410213\"\n\"2024-07-05T14:10:00.000Z\",\"4.445634\",\"4.433264\"\n\"2024-07-05T14:15:00.000Z\",\"0.95407\",\"0.951714\"\n\"2024-07-05T14:20:00.000Z\",\"10.450482\",\"10.421602\"\n\"2024-07-05T14:25:00.000Z\",\"4.48403\",\"4.47126\"\n\"2024-07-05T14:30:00.000Z\",\"0.922202\",\"0.920139\"\n\"2024-07-05T14:35:00.000Z\",\"10.65364\",\"10.623325\"\n\"2024-07-05T14:40:00.000Z\",\"4.32486\",\"4.312712\"\n\"2024-07-05T14:45:00.000Z\",\"0.906676\",\"0.904645\"\n\"2024-07-05T14:50:00.000Z\",\"10.634282\",\"10.605194\"\n\"2024-07-05T14:55:00.000Z\",\"4.339156\",\"4.326784\"\n\"2024-07-05T15:00:00.000Z\",\"0.881155\",\"0.87916\"\n\"2024-07-05T15:05:00.000Z\",\"10.632783\",\"10.603434\"\n\"2024-07-05T15:10:00.000Z\",\"4.358696\",\"4.346957\"\n\"2024-07-05T15:15:00.000Z\",\"0.892384\",\"0.890328\"\n\"2024-07-05T15:20:00.000Z\",\"10.670727\",\"10.640091\"\n\"2024-07-05T15:25:00.000Z\",\"4.340111\",\"4.328112\"\n\"2024-07-05T15:30:00.000Z\",\"0.889691\",\"0.887696\"\n\"2024-07-05T15:35:00.000Z\",\"10.620318\",\"10.591746\"\n\"2024-07-05T15:40:00.000Z\",\"4.354424\",\"4.342273\"\n\"2024-07-05T15:45:00.000Z\",\"0.861147\",\"0.85924\"\n\"2024-07-05T15:50:00.000Z\",\"10.644466\",\"10.615148\"\n\"2024-07-05T15:55:00.000Z\",\"4.355623\",\"4.344317\"\n\"2024-07-05T16:00:00.000Z\",\"0.848707\",\"0.846812\"\n\"2024-07-05T16:05:00.000Z\",\"10.646613\",\"10.616599\"\n\"2024-07-05T16:10:00.000Z\",\"4.395587\",\"4.383268\"\n\"2024-07-05T16:15:00.000Z\",\"1.00708\",\"1.00468\"\n\"2024-07-05T16:20:00.000Z\",\"10.448586\",\"10.423106\"\n\"2024-07-05T16:25:00.000Z\",\"4.426591\",\"4.410833\"\n\"2024-07-05T16:30:00.000Z\",\"0.973971\",\"0.975367\"\n\"2024-07-05T16:35:00.000Z\",\"10.44038\",\"10.408115\"\n\"2024-07-05T16:40:00.000Z\",\"4.44662\",\"4.434976\"\n\"2024-07-05T16:45:00.000Z\",\"0.951053\",\"0.948833\"\n\"2024-07-05T16:50:00.000Z\",\"10.467566\",\"10.437664\"\n\"2024-07-05T16:55:00.000Z\",\"4.473034\",\"4.461111\"\n\"2024-07-05T17:00:00.000Z\",\"0.932705\",\"0.930565\"\n\"2024-07-05T17:05:00.000Z\",\"10.648005\",\"10.617975\"\n\"2024-07-05T17:10:00.000Z\",\"4.312074\",\"4.300047\"\n\"2024-07-05T17:15:00.000Z\",\"0.914412\",\"0.912353\"\n\"2024-07-05T17:20:00.000Z\",\"10.472962\",\"10.444817\"\n\"2024-07-05T17:25:00.000Z\",\"4.496995\",\"4.485959\"\n\"2024-07-05T17:30:00.000Z\",\"0.927421\",\"0.925201\"\n\"2024-07-05T17:35:00.000Z\",\"10.47228\",\"10.442637\"\n\"2024-07-05T17:40:00.000Z\",\"4.495916\",\"4.483464\"\n\"2024-07-05T17:45:00.000Z\",\"0.936665\",\"0.938164\"\n\"2024-07-05T17:50:00.000Z\",\"10.47566\",\"10.44201\"\n\"2024-07-05T17:55:00.000Z\",\"4.480969\",\"4.469031\"\n\"2024-07-05T18:00:00.000Z\",\"0.967554\",\"0.965296\"\n\"2024-07-05T18:05:00.000Z\",\"10.475688\",\"10.445502\"\n\"2024-07-05T18:10:00.000Z\",\"4.473053\",\"4.460196\"\n\"2024-07-05T18:15:00.000Z\",\"0.942256\",\"0.940183\"\n\"2024-07-05T18:20:00.000Z\",\"10.443915\",\"10.415162\"\n\"2024-07-05T18:25:00.000Z\",\"4.475089\",\"4.463327\"\n\"2024-07-05T18:30:00.000Z\",\"0.9305\",\"0.928294\"\n\"2024-07-05T18:35:00.000Z\",\"10.655709\",\"10.625451\"\n\"2024-07-05T18:40:00.000Z\",\"4.315694\",\"4.303553\"\n\"2024-07-05T18:45:00.000Z\",\"0.920538\",\"0.918492\"\n\"2024-07-05T18:50:00.000Z\",\"10.659714\",\"10.629468\"\n\"2024-07-05T18:55:00.000Z\",\"4.302885\",\"4.291548\"\n\"2024-07-05T19:00:00.000Z\",\"0.91882\",\"0.916793\"\n\"2024-07-05T19:05:00.000Z\",\"10.478012\",\"10.448295\"\n\"2024-07-05T19:10:00.000Z\",\"4.497446\",\"4.485082\"\n\"2024-07-05T19:15:00.000Z\",\"0.903539\",\"0.901471\"\n\"2024-07-05T19:20:00.000Z\",\"10.663274\",\"10.636498\"\n\"2024-07-05T19:25:00.000Z\",\"4.326973\",\"4.311668\"\n\"2024-07-05T19:30:00.000Z\",\"0.90349\",\"0.901438\"\n\"2024-07-05T19:35:00.000Z\",\"10.629357\",\"10.600464\"\n\"2024-07-05T19:40:00.000Z\",\"4.329294\",\"4.317791\"\n\"2024-07-05T19:45:00.000Z\",\"0.897005\",\"0.894907\"\n\"2024-07-05T19:50:00.000Z\",\"10.638701\",\"10.609952\"\n\"2024-07-05T19:55:00.000Z\",\"4.327473\",\"4.315766\"\n\"2024-07-05T20:00:00.000Z\",\"0.907493\",\"0.909135\"\n\"2024-07-05T20:05:00.000Z\",\"10.646011\",\"10.612962\"\n\"2024-07-05T20:10:00.000Z\",\"4.31503\",\"4.303673\"\n\"2024-07-05T20:15:00.000Z\",\"0.916024\",\"0.9148\"\n\"2024-07-05T20:20:00.000Z\",\"10.436807\",\"10.408637\"\n\"2024-07-05T20:25:00.000Z\",\"4.497411\",\"4.485647\"\n\"2024-07-05T20:30:00.000Z\",\"0.935207\",\"0.932883\"\n\"2024-07-05T20:35:00.000Z\",\"10.63436\",\"10.605432\"\n\"2024-07-05T20:40:00.000Z\",\"4.295081\",\"4.28368\"\n\"2024-07-05T20:45:00.000Z\",\"0.918484\",\"0.916345\"\n\"2024-07-05T20:50:00.000Z\",\"10.624504\",\"10.595487\"\n\"2024-07-05T20:55:00.000Z\",\"4.324058\",\"4.312465\"\n\"2024-07-05T21:00:00.000Z\",\"0.895478\",\"0.893455\"\n\"2024-07-05T21:05:00.000Z\",\"10.675337\",\"10.644456\"\n\"2024-07-05T21:10:00.000Z\",\"4.347478\",\"4.335032\"\n\"2024-07-05T21:15:00.000Z\",\"0.896755\",\"0.898253\"\n\"2024-07-05T21:20:00.000Z\",\"10.676128\",\"10.641206\"\n\"2024-07-05T21:25:00.000Z\",\"4.357554\",\"4.34497\"\n\"2024-07-05T21:30:00.000Z\",\"0.885711\",\"0.887234\"\n\"2024-07-05T21:35:00.000Z\",\"10.670465\",\"10.635782\"\n\"2024-07-05T21:40:00.000Z\",\"4.358944\",\"4.347004\"\n\"2024-07-05T21:45:00.000Z\",\"0.877055\",\"0.874908\"\n\"2024-07-05T21:50:00.000Z\",\"10.645507\",\"10.615938\"\n\"2024-07-05T21:55:00.000Z\",\"4.35376\",\"4.342228\"\n\"2024-07-05T22:00:00.000Z\",\"0.899048\",\"0.897021\"\n\"2024-07-05T22:05:00.000Z\",\"10.639566\",\"10.609957\"\n\"2024-07-05T22:10:00.000Z\",\"4.354116\",\"4.341576\"\n\"2024-07-05T22:15:00.000Z\",\"0.889585\",\"0.887482\"\n\"2024-07-05T22:20:00.000Z\",\"10.64782\",\"10.618325\"\n\"2024-07-05T22:25:00.000Z\",\"4.343944\",\"4.331904\"\n\"2024-07-05T22:30:00.000Z\",\"0.884759\",\"0.882711\"\n\"2024-07-05T22:35:00.000Z\",\"10.651095\",\"10.620896\"\n\"2024-07-05T22:40:00.000Z\",\"4.359809\",\"4.347676\"\n\"2024-07-05T22:45:00.000Z\",\"0.854969\",\"0.853085\"\n\"2024-07-05T22:50:00.000Z\",\"10.656718\",\"10.632715\"\n\"2024-07-05T22:55:00.000Z\",\"4.39685\",\"4.384528\"\n\"2024-07-05T23:00:00.000Z\",\"0.834489\",\"0.835798\"\n\"2024-07-05T23:05:00.000Z\",\"10.640441\",\"10.611338\"\n\"2024-07-05T23:10:00.000Z\",\"4.413219\",\"4.40124\"\n\"2024-07-05T23:15:00.000Z\",\"0.801064\",\"0.799259\"\n\"2024-07-05T23:20:00.000Z\",\"10.640869\",\"10.611003\"\n\"2024-07-05T23:25:00.000Z\",\"4.458296\",\"4.445434\"\n\"2024-07-05T23:30:00.000Z\",\"0.955696\",\"0.953452\"\n\"2024-07-05T23:35:00.000Z\",\"10.445647\",\"10.420482\"\n\"2024-07-05T23:40:00.000Z\",\"4.472616\",\"4.45679\"\n\"2024-07-05T23:45:00.000Z\",\"0.932289\",\"0.930062\"\n\"2024-07-05T23:50:00.000Z\",\"10.654622\",\"10.624224\"\n\"2024-07-05T23:55:00.000Z\",\"4.303006\",\"4.291478\"\n\"2024-07-06T00:00:00.000Z\",\"0.899622\",\"0.897531\"\n\"2024-07-06T00:05:00.000Z\",\"10.647126\",\"10.616949\"\n\"2024-07-06T00:10:00.000Z\",\"4.3379\",\"4.326364\"\n\"2024-07-06T00:15:00.000Z\",\"0.866164\",\"0.864102\"\n\"2024-07-06T00:20:00.000Z\",\"10.638178\",\"10.608415\"\n\"2024-07-06T00:25:00.000Z\",\"4.38137\",\"4.369412\"\n\"2024-07-06T00:30:00.000Z\",\"0.832463\",\"0.830568\"\n\"2024-07-06T00:35:00.000Z\",\"10.619982\",\"10.591222\"\n\"2024-07-06T00:40:00.000Z\",\"4.401538\",\"4.389917\"\n\"2024-07-06T00:45:00.000Z\",\"0.83688\",\"0.834973\"\n\"2024-07-06T00:50:00.000Z\",\"10.642931\",\"10.61313\"\n\"2024-07-06T00:55:00.000Z\",\"4.413939\",\"4.401361\"\n\"2024-07-06T01:00:00.000Z\",\"0.995961\",\"0.993612\"\n\"2024-07-06T01:05:00.000Z\",\"10.460422\",\"10.430854\"\n\"2024-07-06T01:10:00.000Z\",\"4.443387\",\"4.430704\"\n\"2024-07-06T01:15:00.000Z\",\"0.971078\",\"0.96881\"\n\"2024-07-06T01:20:00.000Z\",\"10.448699\",\"10.419529\"\n\"2024-07-06T01:25:00.000Z\",\"4.463975\",\"4.451722\"\n\"2024-07-06T01:30:00.000Z\",\"0.937415\",\"0.93525\"\n\"2024-07-06T01:35:00.000Z\",\"10.629611\",\"10.60047\"\n\"2024-07-06T01:40:00.000Z\",\"4.298469\",\"4.286978\"\n\"2024-07-06T01:45:00.000Z\",\"0.903222\",\"0.901091\"\n\"2024-07-06T01:50:00.000Z\",\"10.65231\",\"10.622055\"\n\"2024-07-06T01:55:00.000Z\",\"4.331738\",\"4.320183\"\n\"2024-07-06T02:00:00.000Z\",\"0.877985\",\"0.875951\"\n\"2024-07-06T02:05:00.000Z\",\"10.64868\",\"10.618553\"\n\"2024-07-06T02:10:00.000Z\",\"4.374928\",\"4.3624\"\n\"2024-07-06T02:15:00.000Z\",\"0.856545\",\"0.854389\"\n\"2024-07-06T02:20:00.000Z\",\"10.674207\",\"10.643499\"\n\"2024-07-06T02:25:00.000Z\",\"4.370969\",\"4.359183\"\n\"2024-07-06T02:30:00.000Z\",\"0.866405\",\"0.864433\"\n\"2024-07-06T02:35:00.000Z\",\"10.644056\",\"10.614581\"\n\"2024-07-06T02:40:00.000Z\",\"4.376447\",\"4.364038\"\n\"2024-07-06T02:45:00.000Z\",\"0.869698\",\"0.867735\"\n\"2024-07-06T02:50:00.000Z\",\"10.645116\",\"10.615562\"\n\"2024-07-06T02:55:00.000Z\",\"4.353499\",\"4.342043\"\n\"2024-07-06T03:00:00.000Z\",\"0.869894\",\"0.867903\"\n\"2024-07-06T03:05:00.000Z\",\"10.662385\",\"10.632299\"\n\"2024-07-06T03:10:00.000Z\",\"4.359335\",\"4.347555\"\n\"2024-07-06T03:15:00.000Z\",\"0.8655\",\"0.863627\"\n\"2024-07-06T03:20:00.000Z\",\"10.651002\",\"10.621328\"\n\"2024-07-06T03:25:00.000Z\",\"4.353985\",\"4.34251\"\n\"2024-07-06T03:30:00.000Z\",\"0.91021\",\"0.908111\"\n\"2024-07-06T03:35:00.000Z\",\"10.66104\",\"10.630834\"\n\"2024-07-06T03:40:00.000Z\",\"4.329602\",\"4.317223\"\n\"2024-07-06T03:45:00.000Z\",\"0.902328\",\"0.900336\"\n\"2024-07-06T03:50:00.000Z\",\"10.62534\",\"10.596644\"\n\"2024-07-06T03:55:00.000Z\",\"4.326728\",\"4.315247\"\n\"2024-07-06T04:00:00.000Z\",\"0.909535\",\"0.907523\"\n\"2024-07-06T04:05:00.000Z\",\"10.652911\",\"10.622955\"\n\"2024-07-06T04:10:00.000Z\",\"4.315573\",\"4.304087\"\n\"2024-07-06T04:15:00.000Z\",\"0.912524\",\"0.910405\"\n\"2024-07-06T04:20:00.000Z\",\"10.668488\",\"10.63799\"\n\"2024-07-06T04:25:00.000Z\",\"4.33491\",\"4.322288\"\n\"2024-07-06T04:30:00.000Z\",\"0.918009\",\"0.915935\"\n\"2024-07-06T04:35:00.000Z\",\"10.644217\",\"10.618057\"\n\"2024-07-06T04:40:00.000Z\",\"4.332703\",\"4.31679\"\n\"2024-07-06T04:45:00.000Z\",\"0.90526\",\"0.903162\"\n\"2024-07-06T04:50:00.000Z\",\"10.656617\",\"10.626162\"\n\"2024-07-06T04:55:00.000Z\",\"4.328904\",\"4.317471\"\n\"2024-07-06T05:00:00.000Z\",\"0.881801\",\"0.879799\"\n\"2024-07-06T05:05:00.000Z\",\"10.663441\",\"10.632968\"\n\"2024-07-06T05:10:00.000Z\",\"4.348931\",\"4.33721\"\n\"2024-07-06T05:15:00.000Z\",\"0.879219\",\"0.87727\"\n\"2024-07-06T05:20:00.000Z\",\"10.646472\",\"10.620564\"\n\"2024-07-06T05:25:00.000Z\",\"4.358151\",\"4.342438\"\n\"2024-07-06T05:30:00.000Z\",\"0.884745\",\"0.882784\"\n\"2024-07-06T05:35:00.000Z\",\"10.646594\",\"10.617173\"\n\"2024-07-06T05:40:00.000Z\",\"4.338434\",\"4.326907\"\n\"2024-07-06T05:45:00.000Z\",\"0.887369\",\"0.885429\"\n\"2024-07-06T05:50:00.000Z\",\"10.643666\",\"10.614592\"\n\"2024-07-06T05:55:00.000Z\",\"4.352279\",\"4.339762\"\n\"2024-07-06T06:00:00.000Z\",\"0.895903\",\"0.893884\"\n\"2024-07-06T06:05:00.000Z\",\"10.675326\",\"10.644454\"\n\"2024-07-06T06:10:00.000Z\",\"4.32285\",\"4.311749\"\n\"2024-07-06T06:15:00.000Z\",\"0.935689\",\"0.933578\"\n\"2024-07-06T06:20:00.000Z\",\"10.661724\",\"10.631153\"\n\"2024-07-06T06:25:00.000Z\",\"4.311017\",\"4.298734\"\n\"2024-07-06T06:30:00.000Z\",\"0.928682\",\"0.926528\"\n\"2024-07-06T06:35:00.000Z\",\"10.642944\",\"10.617052\"\n\"2024-07-06T06:40:00.000Z\",\"4.313221\",\"4.297565\"\n\"2024-07-06T06:45:00.000Z\",\"0.914886\",\"0.912803\"\n\"2024-07-06T06:50:00.000Z\",\"10.640257\",\"10.611012\"\n\"2024-07-06T06:55:00.000Z\",\"4.317766\",\"4.306045\"\n\"2024-07-06T07:00:00.000Z\",\"0.920222\",\"0.918147\"\n\"2024-07-06T07:05:00.000Z\",\"10.62468\",\"10.599337\"\n\"2024-07-06T07:10:00.000Z\",\"4.326118\",\"4.310467\"\n\"2024-07-06T07:15:00.000Z\",\"0.907351\",\"0.905251\"\n\"2024-07-06T07:20:00.000Z\",\"10.676034\",\"10.645509\"\n\"2024-07-06T07:25:00.000Z\",\"4.323477\",\"4.311265\"\n\"2024-07-06T07:30:00.000Z\",\"0.922658\",\"0.92317\"\n\"2024-07-06T07:35:00.000Z\",\"10.483957\",\"10.451755\"\n\"2024-07-06T07:40:00.000Z\",\"4.493685\",\"4.481013\"\n\"2024-07-06T07:45:00.000Z\",\"0.946363\",\"0.944284\"\n\"2024-07-06T07:50:00.000Z\",\"10.452811\",\"10.424364\"\n\"2024-07-06T07:55:00.000Z\",\"4.473189\",\"4.460729\"\n\"2024-07-06T08:00:00.000Z\",\"0.961733\",\"0.959527\"\n\"2024-07-06T08:05:00.000Z\",\"10.468217\",\"10.438964\"\n\"2024-07-06T08:10:00.000Z\",\"4.444304\",\"4.432556\"\n\"2024-07-06T08:15:00.000Z\",\"0.978612\",\"0.976316\"\n\"2024-07-06T08:20:00.000Z\",\"10.475473\",\"10.445485\"\n\"2024-07-06T08:25:00.000Z\",\"4.435217\",\"4.423542\"\n\"2024-07-06T08:30:00.000Z\",\"0.796952\",\"0.795154\"\n\"2024-07-06T08:35:00.000Z\",\"10.644427\",\"10.615165\"\n\"2024-07-06T08:40:00.000Z\",\"4.421961\",\"4.410421\"\n\"2024-07-06T08:45:00.000Z\",\"0.805284\",\"0.803472\"\n\"2024-07-06T08:50:00.000Z\",\"10.662486\",\"10.631712\"\n\"2024-07-06T08:55:00.000Z\",\"4.428222\",\"4.416575\"\n\"2024-07-06T09:00:00.000Z\",\"0.838478\",\"0.836595\"\n\"2024-07-06T09:05:00.000Z\",\"10.619646\",\"10.591119\"\n\"2024-07-06T09:10:00.000Z\",\"4.401087\",\"4.389061\"\n\"2024-07-06T09:15:00.000Z\",\"0.817017\",\"0.815203\"\n\"2024-07-06T09:20:00.000Z\",\"10.651981\",\"10.622144\"\n\"2024-07-06T09:25:00.000Z\",\"4.417815\",\"4.405643\"\n\"2024-07-06T09:30:00.000Z\",\"0.985593\",\"0.9833\"\n\"2024-07-06T09:35:00.000Z\",\"10.468418\",\"10.438788\"\n\"2024-07-06T09:40:00.000Z\",\"4.436236\",\"4.424168\"\n\"2024-07-06T09:45:00.000Z\",\"0.990647\",\"0.988246\"\n\"2024-07-06T09:50:00.000Z\",\"10.472511\",\"10.442672\"\n\"2024-07-06T09:55:00.000Z\",\"4.448205\",\"4.435353\"\n\"2024-07-06T10:00:00.000Z\",\"0.976206\",\"0.974042\"\n\"2024-07-06T10:05:00.000Z\",\"10.45536\",\"10.426424\"\n\"2024-07-06T10:10:00.000Z\",\"4.45399\",\"4.441361\"\n\"2024-07-06T10:15:00.000Z\",\"0.978656\",\"0.979998\"\n\"2024-07-06T10:20:00.000Z\",\"10.475846\",\"10.442307\"\n\"2024-07-06T10:25:00.000Z\",\"4.448181\",\"4.43573\"\n\"2024-07-06T10:30:00.000Z\",\"0.982324\",\"0.980065\"\n\"2024-07-06T10:35:00.000Z\",\"10.458354\",\"10.432936\"\n\"2024-07-06T10:40:00.000Z\",\"4.44908\",\"4.432869\"\n\"2024-07-06T10:45:00.000Z\",\"0.98837\",\"0.986135\"\n\"2024-07-06T10:50:00.000Z\",\"10.44819\",\"10.423294\"\n\"2024-07-06T10:55:00.000Z\",\"4.430973\",\"4.415368\"\n\"2024-07-06T11:00:00.000Z\",\"0.980678\",\"0.978352\"\n\"2024-07-06T11:05:00.000Z\",\"10.476127\",\"10.445767\"\n\"2024-07-06T11:10:00.000Z\",\"4.455333\",\"4.442849\"\n\"2024-07-06T11:15:00.000Z\",\"0.958795\",\"0.956492\"\n\"2024-07-06T11:20:00.000Z\",\"10.458646\",\"10.433422\"\n\"2024-07-06T11:25:00.000Z\",\"4.452032\",\"4.436546\"\n\"2024-07-06T11:30:00.000Z\",\"0.950885\",\"0.94874\"\n\"2024-07-06T11:35:00.000Z\",\"10.45016\",\"10.421289\"\n\"2024-07-06T11:40:00.000Z\",\"4.488217\",\"4.475284\"\n\"2024-07-06T11:45:00.000Z\",\"0.975123\",\"0.972914\"\n\"2024-07-06T11:50:00.000Z\",\"10.462872\",\"10.4332\"\n\"2024-07-06T11:55:00.000Z\",\"4.461326\",\"4.448656\"\n\"2024-07-06T12:00:00.000Z\",\"0.959294\",\"0.957192\"\n\"2024-07-06T12:05:00.000Z\",\"10.489172\",\"10.458988\"\n\"2024-07-06T12:10:00.000Z\",\"4.447898\",\"4.435951\"\n\"2024-07-06T12:15:00.000Z\",\"0.965062\",\"0.962901\"\n\"2024-07-06T12:20:00.000Z\",\"10.483715\",\"10.453612\"\n\"2024-07-06T12:25:00.000Z\",\"4.465811\",\"4.452909\"\n\"2024-07-06T12:30:00.000Z\",\"0.961928\",\"0.959742\"\n\"2024-07-06T12:35:00.000Z\",\"10.46581\",\"10.436313\"\n\"2024-07-06T12:40:00.000Z\",\"4.46171\",\"4.449552\"\n\"2024-07-06T12:45:00.000Z\",\"0.959928\",\"0.957715\"\n\"2024-07-06T12:50:00.000Z\",\"10.451765\",\"10.423274\"\n\"2024-07-06T12:55:00.000Z\",\"4.469368\",\"4.456661\"\n\"2024-07-06T13:00:00.000Z\",\"0.968404\",\"0.966233\"\n\"2024-07-06T13:05:00.000Z\",\"10.44983\",\"10.421164\"\n\"2024-07-06T13:10:00.000Z\",\"4.450148\",\"4.438056\"\n\"2024-07-06T13:15:00.000Z\",\"0.965452\",\"0.963066\"\n\"2024-07-06T13:20:00.000Z\",\"10.45631\",\"10.427362\"\n\"2024-07-06T13:25:00.000Z\",\"4.473515\",\"4.460651\"\n\"2024-07-06T13:30:00.000Z\",\"0.96204\",\"0.962549\"\n\"2024-07-06T13:35:00.000Z\",\"10.477883\",\"10.445571\"\n\"2024-07-06T13:40:00.000Z\",\"4.465951\",\"4.453279\"\n\"2024-07-06T13:45:00.000Z\",\"0.952263\",\"0.950109\"\n\"2024-07-06T13:50:00.000Z\",\"10.469191\",\"10.439711\"\n\"2024-07-06T13:55:00.000Z\",\"4.463452\",\"4.451233\"\n\"2024-07-06T14:00:00.000Z\",\"0.957159\",\"0.954944\"\n\"2024-07-06T14:05:00.000Z\",\"10.458966\",\"10.429719\"\n\"2024-07-06T14:10:00.000Z\",\"4.464425\",\"4.452136\"\n\"2024-07-06T14:15:00.000Z\",\"0.986741\",\"0.984481\"\n\"2024-07-06T14:20:00.000Z\",\"10.483958\",\"10.453502\"\n\"2024-07-06T14:25:00.000Z\",\"4.428459\",\"4.416614\"\n\"2024-07-06T14:30:00.000Z\",\"0.985409\",\"0.986815\"\n\"2024-07-06T14:35:00.000Z\",\"10.461253\",\"10.42869\"\n\"2024-07-06T14:40:00.000Z\",\"4.424838\",\"4.413036\"\n\"2024-07-06T14:45:00.000Z\",\"0.983802\",\"0.981499\"\n\"2024-07-06T14:50:00.000Z\",\"10.453845\",\"10.424635\"\n\"2024-07-06T14:55:00.000Z\",\"4.438987\",\"4.427131\"\n\"2024-07-06T15:00:00.000Z\",\"0.962917\",\"0.96069\"\n\"2024-07-06T15:05:00.000Z\",\"10.472227\",\"10.442394\"\n\"2024-07-06T15:10:00.000Z\",\"4.458621\",\"4.446518\"\n\"2024-07-06T15:15:00.000Z\",\"0.963409\",\"0.961138\"\n\"2024-07-06T15:20:00.000Z\",\"10.484578\",\"10.454676\"\n\"2024-07-06T15:25:00.000Z\",\"4.44023\",\"4.428536\"\n\"2024-07-06T15:30:00.000Z\",\"0.984135\",\"0.981853\"\n\"2024-07-06T15:35:00.000Z\",\"10.457862\",\"10.429162\"\n\"2024-07-06T15:40:00.000Z\",\"4.420509\",\"4.408908\"\n\"2024-07-06T15:45:00.000Z\",\"0.827231\",\"0.825228\"\n\"2024-07-06T15:50:00.000Z\",\"10.658621\",\"10.628927\"\n\"2024-07-06T15:55:00.000Z\",\"4.394146\",\"4.382301\"\n\"2024-07-06T16:00:00.000Z\",\"0.851428\",\"0.849514\"\n\"2024-07-06T16:05:00.000Z\",\"10.645841\",\"10.616825\"\n\"2024-07-06T16:10:00.000Z\",\"4.370961\",\"4.359038\"\n\"2024-07-06T16:15:00.000Z\",\"0.870583\",\"0.868633\"\n\"2024-07-06T16:20:00.000Z\",\"10.637611\",\"10.608693\"\n\"2024-07-06T16:25:00.000Z\",\"4.354453\",\"4.342852\"\n\"2024-07-06T16:30:00.000Z\",\"0.89221\",\"0.89024\"\n\"2024-07-06T16:35:00.000Z\",\"10.66779\",\"10.637686\"\n\"2024-07-06T16:40:00.000Z\",\"4.325953\",\"4.314376\"\n\"2024-07-06T16:45:00.000Z\",\"0.914408\",\"0.912357\"\n\"2024-07-06T16:50:00.000Z\",\"10.463865\",\"10.435059\"\n\"2024-07-06T16:55:00.000Z\",\"4.489953\",\"4.478032\"\n\"2024-07-06T17:00:00.000Z\",\"0.959046\",\"0.956863\"\n\"2024-07-06T17:05:00.000Z\",\"10.44884\",\"10.420928\"\n\"2024-07-06T17:10:00.000Z\",\"4.446416\",\"4.434764\"\n\"2024-07-06T17:15:00.000Z\",\"0.976208\",\"0.973979\"\n\"2024-07-06T17:20:00.000Z\",\"10.46463\",\"10.435259\"\n\"2024-07-06T17:25:00.000Z\",\"4.439933\",\"4.428063\"\n\"2024-07-06T17:30:00.000Z\",\"0.975129\",\"0.972869\"\n\"2024-07-06T17:35:00.000Z\",\"10.462425\",\"10.433318\"\n\"2024-07-06T17:40:00.000Z\",\"4.438978\",\"4.427149\"\n\"2024-07-06T17:45:00.000Z\",\"0.97721\",\"0.975015\"\n\"2024-07-06T17:50:00.000Z\",\"10.445916\",\"10.417659\"\n\"2024-07-06T17:55:00.000Z\",\"4.436512\",\"4.424962\"\n\"2024-07-06T18:00:00.000Z\",\"0.976536\",\"0.974301\"\n\"2024-07-06T18:05:00.000Z\",\"10.446515\",\"10.418213\"\n\"2024-07-06T18:10:00.000Z\",\"4.441669\",\"4.429492\"\n\"2024-07-06T18:15:00.000Z\",\"0.992953\",\"0.990634\"\n\"2024-07-06T18:20:00.000Z\",\"10.460708\",\"10.431844\"\n\"2024-07-06T18:25:00.000Z\",\"4.426608\",\"4.414297\"\n\"2024-07-06T18:30:00.000Z\",\"0.832741\",\"0.830778\"\n\"2024-07-06T18:35:00.000Z\",\"10.667355\",\"10.637043\"\n\"2024-07-06T18:40:00.000Z\",\"4.39176\",\"4.379797\"\n\"2024-07-06T18:45:00.000Z\",\"0.842394\",\"0.840545\"\n\"2024-07-06T18:50:00.000Z\",\"10.650074\",\"10.620444\"\n\"2024-07-06T18:55:00.000Z\",\"4.385147\",\"4.373151\"\n\"2024-07-06T19:00:00.000Z\",\"0.863444\",\"0.861293\"\n\"2024-07-06T19:05:00.000Z\",\"10.649782\",\"10.620357\"\n\"2024-07-06T19:10:00.000Z\",\"4.360067\",\"4.348474\"\n\"2024-07-06T19:15:00.000Z\",\"0.863659\",\"0.861705\"\n\"2024-07-06T19:20:00.000Z\",\"10.654358\",\"10.624525\"\n\"2024-07-06T19:25:00.000Z\",\"4.357527\",\"4.346107\"\n\"2024-07-06T19:30:00.000Z\",\"0.87036\",\"0.868363\"\n\"2024-07-06T19:35:00.000Z\",\"10.648286\",\"10.618944\"\n\"2024-07-06T19:40:00.000Z\",\"4.347161\",\"4.335695\"\n\"2024-07-06T19:45:00.000Z\",\"0.935353\",\"0.933091\"\n\"2024-07-06T19:50:00.000Z\",\"10.650435\",\"10.621152\"\n\"2024-07-06T19:55:00.000Z\",\"4.292244\",\"4.28037\"\n\"2024-07-06T20:00:00.000Z\",\"0.955928\",\"0.953657\"\n\"2024-07-06T20:05:00.000Z\",\"10.466547\",\"10.437551\"\n\"2024-07-06T20:10:00.000Z\",\"4.465884\",\"4.453187\"\n\"2024-07-06T20:15:00.000Z\",\"0.983694\",\"0.981167\"\n\"2024-07-06T20:20:00.000Z\",\"10.471553\",\"10.442491\"\n\"2024-07-06T20:25:00.000Z\",\"4.423027\",\"4.411087\"\n\"2024-07-06T20:30:00.000Z\",\"0.814029\",\"0.812393\"\n\"2024-07-06T20:35:00.000Z\",\"10.644137\",\"10.615189\"\n\"2024-07-06T20:40:00.000Z\",\"4.409699\",\"4.397713\"\n\"2024-07-06T20:45:00.000Z\",\"0.835291\",\"0.833442\"\n\"2024-07-06T20:50:00.000Z\",\"10.637741\",\"10.609128\"\n\"2024-07-06T20:55:00.000Z\",\"4.37555\",\"4.364051\"\n\"2024-07-06T21:00:00.000Z\",\"0.906507\",\"0.904336\"\n\"2024-07-06T21:05:00.000Z\",\"10.65023\",\"10.620973\"\n\"2024-07-06T21:10:00.000Z\",\"4.317541\",\"4.305998\"\n\"2024-07-06T21:15:00.000Z\",\"0.92944\",\"0.927265\"\n\"2024-07-06T21:20:00.000Z\",\"10.652923\",\"10.623683\"\n\"2024-07-06T21:25:00.000Z\",\"4.283039\",\"4.271639\"\n\"2024-07-06T21:30:00.000Z\",\"0.951832\",\"0.9496\"\n\"2024-07-06T21:35:00.000Z\",\"10.462584\",\"10.433434\"\n\"2024-07-06T21:40:00.000Z\",\"4.477344\",\"4.464589\"\n\"2024-07-06T21:45:00.000Z\",\"0.963244\",\"0.960953\"\n\"2024-07-06T21:50:00.000Z\",\"10.471469\",\"10.44207\"\n\"2024-07-06T21:55:00.000Z\",\"4.453384\",\"4.441153\"\n\"2024-07-06T22:00:00.000Z\",\"0.983624\",\"0.981376\"\n\"2024-07-06T22:05:00.000Z\",\"10.45325\",\"10.425028\"\n\"2024-07-06T22:10:00.000Z\",\"4.4346\",\"4.422057\"\n\"2024-07-06T22:15:00.000Z\",\"0.830186\",\"0.828291\"\n\"2024-07-06T22:20:00.000Z\",\"10.643998\",\"10.614603\"\n\"2024-07-06T22:25:00.000Z\",\"4.395888\",\"4.384264\"\n\"2024-07-06T22:30:00.000Z\",\"0.84193\",\"0.839952\"\n\"2024-07-06T22:35:00.000Z\",\"10.653277\",\"10.623736\"\n\"2024-07-06T22:40:00.000Z\",\"4.382953\",\"4.371098\"\n\"2024-07-06T22:45:00.000Z\",\"0.869776\",\"0.867857\"\n\"2024-07-06T22:50:00.000Z\",\"10.648425\",\"10.619104\"\n\"2024-07-06T22:55:00.000Z\",\"4.357234\",\"4.345287\"\n\"2024-07-06T23:00:00.000Z\",\"0.881638\",\"0.879593\"\n\"2024-07-06T23:05:00.000Z\",\"10.649047\",\"10.61955\"\n\"2024-07-06T23:10:00.000Z\",\"4.343861\",\"4.332192\"\n\"2024-07-06T23:15:00.000Z\",\"0.886839\",\"0.884847\"\n\"2024-07-06T23:20:00.000Z\",\"10.626208\",\"10.597285\"\n\"2024-07-06T23:25:00.000Z\",\"4.353475\",\"4.341613\"\n\"2024-07-06T23:30:00.000Z\",\"0.855381\",\"0.853497\"\n\"2024-07-06T23:35:00.000Z\",\"10.626596\",\"10.597653\"\n\"2024-07-06T23:40:00.000Z\",\"4.376428\",\"4.364914\"\n\"2024-07-06T23:45:00.000Z\",\"0.866268\",\"0.864336\"\n\"2024-07-06T23:50:00.000Z\",\"10.637763\",\"10.608243\"\n\"2024-07-06T23:55:00.000Z\",\"4.366128\",\"4.35463\"\n\"2024-07-07T00:00:00.000Z\",\"0.83381\",\"0.835639\"\n\"2024-07-07T00:05:00.000Z\",\"10.640827\",\"10.607704\"\n\"2024-07-07T00:10:00.000Z\",\"4.393463\",\"4.38184\"\n\"2024-07-07T00:15:00.000Z\",\"0.996044\",\"0.993762\"\n\"2024-07-07T00:20:00.000Z\",\"10.437843\",\"10.40941\"\n\"2024-07-07T00:25:00.000Z\",\"4.441598\",\"4.429102\"\n\"2024-07-07T00:30:00.000Z\",\"0.966\",\"0.963808\"\n\"2024-07-07T00:35:00.000Z\",\"10.433057\",\"10.404878\"\n\"2024-07-07T00:40:00.000Z\",\"4.453322\",\"4.441669\"\n\"2024-07-07T00:45:00.000Z\",\"0.93957\",\"0.937417\"\n\"2024-07-07T00:50:00.000Z\",\"10.6331\",\"10.603833\"\n\"2024-07-07T00:55:00.000Z\",\"4.293424\",\"4.282148\"\n\"2024-07-07T01:00:00.000Z\",\"0.911722\",\"0.90969\"\n\"2024-07-07T01:05:00.000Z\",\"10.620038\",\"10.591409\"\n\"2024-07-07T01:10:00.000Z\",\"4.321477\",\"4.310075\"\n\"2024-07-07T01:15:00.000Z\",\"0.884591\",\"0.882611\"\n\"2024-07-07T01:20:00.000Z\",\"10.637619\",\"10.608196\"\n\"2024-07-07T01:25:00.000Z\",\"4.367931\",\"4.355573\"\n\"2024-07-07T01:30:00.000Z\",\"0.855469\",\"0.853488\"\n\"2024-07-07T01:35:00.000Z\",\"10.626258\",\"10.597184\"\n\"2024-07-07T01:40:00.000Z\",\"4.380415\",\"4.368861\"\n\"2024-07-07T01:45:00.000Z\",\"0.82358\",\"0.821755\"\n\"2024-07-07T01:50:00.000Z\",\"10.621284\",\"10.59249\"\n\"2024-07-07T01:55:00.000Z\",\"4.416722\",\"4.404938\"\n\"2024-07-07T02:00:00.000Z\",\"0.791867\",\"0.790182\"\n\"2024-07-07T02:05:00.000Z\",\"10.623327\",\"10.594348\"\n\"2024-07-07T02:10:00.000Z\",\"4.447399\",\"4.435493\"\n\"2024-07-07T02:15:00.000Z\",\"0.949495\",\"0.947278\"\n\"2024-07-07T02:20:00.000Z\",\"10.450437\",\"10.421196\"\n\"2024-07-07T02:25:00.000Z\",\"4.485178\",\"4.47295\"\n\"2024-07-07T02:30:00.000Z\",\"0.955294\",\"0.953152\"\n\"2024-07-07T02:35:00.000Z\",\"10.63412\",\"10.604797\"\n\"2024-07-07T02:40:00.000Z\",\"4.283541\",\"4.272058\"\n\"2024-07-07T02:45:00.000Z\",\"0.927087\",\"0.924951\"\n\"2024-07-07T02:50:00.000Z\",\"10.636756\",\"10.60714\"\n\"2024-07-07T02:55:00.000Z\",\"4.313528\",\"4.302033\"\n\"2024-07-07T03:00:00.000Z\",\"0.897111\",\"0.894986\"\n\"2024-07-07T03:05:00.000Z\",\"10.621357\",\"10.592495\"\n\"2024-07-07T03:10:00.000Z\",\"4.337733\",\"4.326453\"\n\"2024-07-07T03:15:00.000Z\",\"0.869415\",\"0.867541\"\n\"2024-07-07T03:20:00.000Z\",\"10.633452\",\"10.603977\"\n\"2024-07-07T03:25:00.000Z\",\"4.384122\",\"4.371681\"\n\"2024-07-07T03:30:00.000Z\",\"1.018582\",\"1.016268\"\n\"2024-07-07T03:35:00.000Z\",\"10.438072\",\"10.409721\"\n\"2024-07-07T03:40:00.000Z\",\"4.406862\",\"4.395059\"\n\"2024-07-07T03:45:00.000Z\",\"0.985897\",\"0.983556\"\n\"2024-07-07T03:50:00.000Z\",\"10.44019\",\"10.411709\"\n\"2024-07-07T03:55:00.000Z\",\"4.447723\",\"4.435417\"\n\"2024-07-07T04:00:00.000Z\",\"0.954987\",\"0.952629\"\n\"2024-07-07T04:05:00.000Z\",\"10.444253\",\"10.415336\"\n\"2024-07-07T04:10:00.000Z\",\"4.471695\",\"4.459936\"\n\"2024-07-07T04:15:00.000Z\",\"0.914362\",\"0.912254\"\n\"2024-07-07T04:20:00.000Z\",\"10.627414\",\"10.598247\"\n\"2024-07-07T04:25:00.000Z\",\"4.324625\",\"4.313057\"\n\"2024-07-07T04:30:00.000Z\",\"0.882999\",\"0.88103\"\n\"2024-07-07T04:35:00.000Z\",\"10.647089\",\"10.616846\"\n\"2024-07-07T04:40:00.000Z\",\"4.357398\",\"4.345606\"\n\"2024-07-07T04:45:00.000Z\",\"0.848245\",\"0.846288\"\n\"2024-07-07T04:50:00.000Z\",\"10.640941\",\"10.611102\"\n\"2024-07-07T04:55:00.000Z\",\"4.390636\",\"4.378946\"\n\"2024-07-07T05:00:00.000Z\",\"0.815089\",\"0.813316\"\n\"2024-07-07T05:05:00.000Z\",\"10.625167\",\"10.596099\"\n\"2024-07-07T05:10:00.000Z\",\"4.423203\",\"4.411465\"\n\"2024-07-07T05:15:00.000Z\",\"1.003047\",\"1.000784\"\n\"2024-07-07T05:20:00.000Z\",\"10.438408\",\"10.40976\"\n\"2024-07-07T05:25:00.000Z\",\"4.419473\",\"4.407886\"\n\"2024-07-07T05:30:00.000Z\",\"0.96693\",\"0.964659\"\n\"2024-07-07T05:35:00.000Z\",\"10.442723\",\"10.413888\"\n\"2024-07-07T05:40:00.000Z\",\"4.477837\",\"4.465055\"\n\"2024-07-07T05:45:00.000Z\",\"0.933937\",\"0.931817\"\n\"2024-07-07T05:50:00.000Z\",\"10.633643\",\"10.604291\"\n\"2024-07-07T05:55:00.000Z\",\"4.301917\",\"4.290422\"\n\"2024-07-07T06:00:00.000Z\",\"0.90778\",\"0.905696\"\n\"2024-07-07T06:05:00.000Z\",\"10.626853\",\"10.597881\"\n\"2024-07-07T06:10:00.000Z\",\"4.324328\",\"4.31297\"\n\"2024-07-07T06:15:00.000Z\",\"0.875965\",\"0.873897\"\n\"2024-07-07T06:20:00.000Z\",\"10.641572\",\"10.611677\"\n\"2024-07-07T06:25:00.000Z\",\"4.373033\",\"4.36056\"\n\"2024-07-07T06:30:00.000Z\",\"0.836573\",\"0.83474\"\n\"2024-07-07T06:35:00.000Z\",\"10.633187\",\"10.603673\"\n\"2024-07-07T06:40:00.000Z\",\"4.40386\",\"4.392007\"\n\"2024-07-07T06:45:00.000Z\",\"0.804634\",\"0.802767\"\n\"2024-07-07T06:50:00.000Z\",\"10.646912\",\"10.616754\"\n\"2024-07-07T06:55:00.000Z\",\"4.438245\",\"4.426238\"\n\"2024-07-07T07:00:00.000Z\",\"0.957131\",\"0.954873\"\n\"2024-07-07T07:05:00.000Z\",\"10.447534\",\"10.418603\"\n\"2024-07-07T07:10:00.000Z\",\"4.466529\",\"4.454492\"\n\"2024-07-07T07:15:00.000Z\",\"0.94359\",\"0.941444\"\n\"2024-07-07T07:20:00.000Z\",\"10.456882\",\"10.427668\"\n\"2024-07-07T07:25:00.000Z\",\"4.47814\",\"4.466067\"\n\"2024-07-07T07:30:00.000Z\",\"0.931424\",\"0.929007\"\n\"2024-07-07T07:35:00.000Z\",\"10.625659\",\"10.596924\"\n\"2024-07-07T07:40:00.000Z\",\"4.309772\",\"4.298076\"\n\"2024-07-07T07:45:00.000Z\",\"0.948065\",\"0.945932\"\n\"2024-07-07T07:50:00.000Z\",\"10.62367\",\"10.594951\"\n\"2024-07-07T07:55:00.000Z\",\"4.27573\",\"4.264493\"\n\"2024-07-07T08:00:00.000Z\",\"0.932827\",\"0.93072\"\n\"2024-07-07T08:05:00.000Z\",\"10.636396\",\"10.607139\"\n\"2024-07-07T08:10:00.000Z\",\"4.294013\",\"4.28277\"\n\"2024-07-07T08:15:00.000Z\",\"0.930373\",\"0.928228\"\n\"2024-07-07T08:20:00.000Z\",\"10.463618\",\"10.434232\"\n\"2024-07-07T08:25:00.000Z\",\"4.505756\",\"4.492787\"\n\"2024-07-07T08:30:00.000Z\",\"0.924661\",\"0.926243\"\n\"2024-07-07T08:35:00.000Z\",\"10.631362\",\"10.598842\"\n\"2024-07-07T08:40:00.000Z\",\"4.304805\",\"4.293166\"\n\"2024-07-07T08:45:00.000Z\",\"0.925793\",\"0.923701\"\n\"2024-07-07T08:50:00.000Z\",\"10.629944\",\"10.601181\"\n\"2024-07-07T08:55:00.000Z\",\"4.308785\",\"4.297045\"\n\"2024-07-07T09:00:00.000Z\",\"0.91124\",\"0.909293\"\n\"2024-07-07T09:05:00.000Z\",\"10.644846\",\"10.615135\"\n\"2024-07-07T09:10:00.000Z\",\"4.326952\",\"4.315086\"\n\"2024-07-07T09:15:00.000Z\",\"0.916611\",\"0.914493\"\n\"2024-07-07T09:20:00.000Z\",\"10.463346\",\"10.434148\"\n\"2024-07-07T09:25:00.000Z\",\"4.49433\",\"4.482308\"\n\"2024-07-07T09:30:00.000Z\",\"0.928217\",\"0.926124\"\n\"2024-07-07T09:35:00.000Z\",\"10.444526\",\"10.416315\"\n\"2024-07-07T09:40:00.000Z\",\"4.478815\",\"4.467077\"\n\"2024-07-07T09:45:00.000Z\",\"0.93261\",\"0.930455\"\n\"2024-07-07T09:50:00.000Z\",\"10.46778\",\"10.44202\"\n\"2024-07-07T09:55:00.000Z\",\"4.48182\",\"4.466083\"\n\"2024-07-07T10:00:00.000Z\",\"0.931951\",\"0.929709\"\n\"2024-07-07T10:05:00.000Z\",\"10.638361\",\"10.608992\"\n\"2024-07-07T10:10:00.000Z\",\"4.301695\",\"4.290029\"\n\"2024-07-07T10:15:00.000Z\",\"0.908092\",\"0.906042\"\n\"2024-07-07T10:20:00.000Z\",\"10.645432\",\"10.615374\"\n\"2024-07-07T10:25:00.000Z\",\"4.336879\",\"4.325049\"\n\"2024-07-07T10:30:00.000Z\",\"0.907856\",\"0.905771\"\n\"2024-07-07T10:35:00.000Z\",\"10.635129\",\"10.605788\"\n\"2024-07-07T10:40:00.000Z\",\"4.340486\",\"4.328281\"\n\"2024-07-07T10:45:00.000Z\",\"0.873815\",\"0.871852\"\n\"2024-07-07T10:50:00.000Z\",\"10.634291\",\"10.604875\"\n\"2024-07-07T10:55:00.000Z\",\"4.37343\",\"4.361337\"\n\"2024-07-07T11:00:00.000Z\",\"0.850883\",\"0.848815\"\n\"2024-07-07T11:05:00.000Z\",\"10.648537\",\"10.618706\"\n\"2024-07-07T11:10:00.000Z\",\"4.379916\",\"4.368421\"\n\"2024-07-07T11:15:00.000Z\",\"0.834722\",\"0.832805\"\n\"2024-07-07T11:20:00.000Z\",\"10.646323\",\"10.616288\"\n\"2024-07-07T11:25:00.000Z\",\"4.403861\",\"4.391826\"\n\"2024-07-07T11:30:00.000Z\",\"1.011518\",\"1.012795\"\n\"2024-07-07T11:35:00.000Z\",\"10.486869\",\"10.456696\"\n\"2024-07-07T11:40:00.000Z\",\"4.399072\",\"4.383571\"\n\"2024-07-07T11:45:00.000Z\",\"0.814456\",\"0.812736\"\n\"2024-07-07T11:50:00.000Z\",\"10.63372\",\"10.604551\"\n\"2024-07-07T11:55:00.000Z\",\"4.416698\",\"4.404945\"\n\"2024-07-07T12:00:00.000Z\",\"0.997451\",\"0.995187\"\n\"2024-07-07T12:05:00.000Z\",\"10.470982\",\"10.441338\"\n\"2024-07-07T12:10:00.000Z\",\"4.427842\",\"4.415367\"\n\"2024-07-07T12:15:00.000Z\",\"0.9827\",\"0.980411\"\n\"2024-07-07T12:20:00.000Z\",\"10.459783\",\"10.430645\"\n\"2024-07-07T12:25:00.000Z\",\"4.430482\",\"4.418944\"\n\"2024-07-07T12:30:00.000Z\",\"0.956832\",\"0.954551\"\n\"2024-07-07T12:35:00.000Z\",\"10.438922\",\"10.410481\"\n\"2024-07-07T12:40:00.000Z\",\"4.487096\",\"4.474251\"\n\"2024-07-07T12:45:00.000Z\",\"0.939095\",\"0.937046\"\n\"2024-07-07T12:50:00.000Z\",\"10.449469\",\"10.420967\"\n\"2024-07-07T12:55:00.000Z\",\"4.469086\",\"4.457353\"\n\"2024-07-07T13:00:00.000Z\",\"0.931651\",\"0.933209\"\n\"2024-07-07T13:05:00.000Z\",\"10.454883\",\"10.422255\"\n\"2024-07-07T13:10:00.000Z\",\"4.489726\",\"4.477429\"\n\"2024-07-07T13:15:00.000Z\",\"0.953175\",\"0.950779\"\n\"2024-07-07T13:20:00.000Z\",\"10.458404\",\"10.428949\"\n\"2024-07-07T13:25:00.000Z\",\"4.477941\",\"4.465902\"\n\"2024-07-07T13:30:00.000Z\",\"0.915034\",\"0.912948\"\n\"2024-07-07T13:35:00.000Z\",\"10.633134\",\"10.603875\"\n\"2024-07-07T13:40:00.000Z\",\"4.323917\",\"4.312216\"\n\"2024-07-07T13:45:00.000Z\",\"0.884514\",\"0.882558\"\n\"2024-07-07T13:50:00.000Z\",\"10.643549\",\"10.613988\"\n\"2024-07-07T13:55:00.000Z\",\"4.349752\",\"4.337992\"\n\"2024-07-07T14:00:00.000Z\",\"0.876156\",\"0.874086\"\n\"2024-07-07T14:05:00.000Z\",\"10.637319\",\"10.608178\"\n\"2024-07-07T14:10:00.000Z\",\"4.357644\",\"4.345814\"\n\"2024-07-07T14:15:00.000Z\",\"0.876678\",\"0.874734\"\n\"2024-07-07T14:20:00.000Z\",\"10.659038\",\"10.628425\"\n\"2024-07-07T14:25:00.000Z\",\"4.360046\",\"4.348297\"\n\"2024-07-07T14:30:00.000Z\",\"0.851699\",\"0.849759\"\n\"2024-07-07T14:35:00.000Z\",\"10.652264\",\"10.621998\"\n\"2024-07-07T14:40:00.000Z\",\"4.389945\",\"4.377954\"\n\"2024-07-07T14:45:00.000Z\",\"0.826959\",\"0.825145\"\n\"2024-07-07T14:50:00.000Z\",\"10.637043\",\"10.607176\"\n\"2024-07-07T14:55:00.000Z\",\"4.415408\",\"4.403716\"\n\"2024-07-07T15:00:00.000Z\",\"0.978493\",\"0.977444\"\n\"2024-07-07T15:05:00.000Z\",\"10.460225\",\"10.429267\"\n\"2024-07-07T15:10:00.000Z\",\"4.461895\",\"4.449434\"\n\"2024-07-07T15:15:00.000Z\",\"0.950301\",\"0.948161\"\n\"2024-07-07T15:20:00.000Z\",\"10.455969\",\"10.427199\"\n\"2024-07-07T15:25:00.000Z\",\"4.469276\",\"4.456984\"\n\"2024-07-07T15:30:00.000Z\",\"0.933855\",\"0.935398\"\n\"2024-07-07T15:35:00.000Z\",\"10.455641\",\"10.422839\"\n\"2024-07-07T15:40:00.000Z\",\"4.483109\",\"4.471299\"\n\"2024-07-07T15:45:00.000Z\",\"0.949055\",\"0.946883\"\n\"2024-07-07T15:50:00.000Z\",\"10.633303\",\"10.604057\"\n\"2024-07-07T15:55:00.000Z\",\"4.288272\",\"4.276942\"\n\"2024-07-07T16:00:00.000Z\",\"0.930726\",\"0.928487\"\n\"2024-07-07T16:05:00.000Z\",\"10.654604\",\"10.624394\"\n\"2024-07-07T16:10:00.000Z\",\"4.301587\",\"4.29012\"\n\"2024-07-07T16:15:00.000Z\",\"0.922294\",\"0.920137\"\n\"2024-07-07T16:20:00.000Z\",\"10.657615\",\"10.627427\"\n\"2024-07-07T16:25:00.000Z\",\"4.314435\",\"4.302485\"\n\"2024-07-07T16:30:00.000Z\",\"0.910957\",\"0.90888\"\n\"2024-07-07T16:35:00.000Z\",\"10.627213\",\"10.598218\"\n\"2024-07-07T16:40:00.000Z\",\"4.323545\",\"4.31202\"\n\"2024-07-07T16:45:00.000Z\",\"0.880137\",\"0.878192\"\n\"2024-07-07T16:50:00.000Z\",\"10.617538\",\"10.588877\"\n\"2024-07-07T16:55:00.000Z\",\"4.364492\",\"4.352491\"\n\"2024-07-07T17:00:00.000Z\",\"0.84455\",\"0.842655\"\n\"2024-07-07T17:05:00.000Z\",\"10.64736\",\"10.617363\"\n\"2024-07-07T17:10:00.000Z\",\"4.38987\",\"4.378192\"\n\"2024-07-07T17:15:00.000Z\",\"0.823886\",\"0.822047\"\n\"2024-07-07T17:20:00.000Z\",\"10.641243\",\"10.612076\"\n\"2024-07-07T17:25:00.000Z\",\"4.395873\",\"4.384244\"\n\"2024-07-07T17:30:00.000Z\",\"0.808707\",\"0.806948\"\n\"2024-07-07T17:35:00.000Z\",\"10.615263\",\"10.586539\"\n\"2024-07-07T17:40:00.000Z\",\"4.437415\",\"4.425262\"\n\"2024-07-07T17:45:00.000Z\",\"0.958851\",\"0.95663\"\n\"2024-07-07T17:50:00.000Z\",\"10.476246\",\"10.44586\"\n\"2024-07-07T17:55:00.000Z\",\"4.469681\",\"4.457478\"\n\"2024-07-07T18:00:00.000Z\",\"0.928057\",\"0.926017\"\n\"2024-07-07T18:05:00.000Z\",\"10.630068\",\"10.600688\"\n\"2024-07-07T18:10:00.000Z\",\"4.30825\",\"4.296818\"\n\"2024-07-07T18:15:00.000Z\",\"0.896384\",\"0.894341\"\n\"2024-07-07T18:20:00.000Z\",\"10.642847\",\"10.613048\"\n\"2024-07-07T18:25:00.000Z\",\"4.347809\",\"4.335759\"\n\"2024-07-07T18:30:00.000Z\",\"0.903064\",\"0.900982\"\n\"2024-07-07T18:35:00.000Z\",\"10.631711\",\"10.602299\"\n\"2024-07-07T18:40:00.000Z\",\"4.33433\",\"4.322952\"\n\"2024-07-07T18:45:00.000Z\",\"0.868716\",\"0.866615\"\n\"2024-07-07T18:50:00.000Z\",\"10.623638\",\"10.594665\"\n\"2024-07-07T18:55:00.000Z\",\"4.36681\",\"4.355427\"\n\"2024-07-07T19:00:00.000Z\",\"0.829857\",\"0.827985\"\n\"2024-07-07T19:05:00.000Z\",\"10.656956\",\"10.626362\"\n\"2024-07-07T19:10:00.000Z\",\"4.419099\",\"4.40681\"\n\"2024-07-07T19:15:00.000Z\",\"0.987659\",\"0.985243\"\n\"2024-07-07T19:20:00.000Z\",\"10.467522\",\"10.437603\"\n\"2024-07-07T19:25:00.000Z\",\"4.452753\",\"4.440179\"\n\"2024-07-07T19:30:00.000Z\",\"0.958349\",\"0.955872\"\n\"2024-07-07T19:35:00.000Z\",\"10.641504\",\"10.611619\"\n\"2024-07-07T19:40:00.000Z\",\"4.290209\",\"4.278628\"\n\"2024-07-07T19:45:00.000Z\",\"0.916819\",\"0.914789\"\n\"2024-07-07T19:50:00.000Z\",\"10.622626\",\"10.593707\"\n\"2024-07-07T19:55:00.000Z\",\"4.327271\",\"4.315351\"\n\"2024-07-07T20:00:00.000Z\",\"0.88851\",\"0.886522\"\n\"2024-07-07T20:05:00.000Z\",\"10.635189\",\"10.605976\"\n\"2024-07-07T20:10:00.000Z\",\"4.3397\",\"4.328256\"\n\"2024-07-07T20:15:00.000Z\",\"0.867984\",\"0.865987\"\n\"2024-07-07T20:20:00.000Z\",\"10.635852\",\"10.606219\"\n\"2024-07-07T20:25:00.000Z\",\"4.381519\",\"4.369365\"\n\"2024-07-07T20:30:00.000Z\",\"0.853204\",\"0.851249\"\n\"2024-07-07T20:35:00.000Z\",\"10.640715\",\"10.611026\"\n\"2024-07-07T20:40:00.000Z\",\"4.385347\",\"4.37353\"\n\"2024-07-07T20:45:00.000Z\",\"0.819504\",\"0.817704\"\n\"2024-07-07T20:50:00.000Z\",\"10.628762\",\"10.599525\"\n\"2024-07-07T20:55:00.000Z\",\"4.425852\",\"4.413565\"\n\"2024-07-07T21:00:00.000Z\",\"0.979953\",\"0.97744\"\n\"2024-07-07T21:05:00.000Z\",\"10.468226\",\"10.438249\"\n\"2024-07-07T21:10:00.000Z\",\"4.469713\",\"4.45664\"\n\"2024-07-07T21:15:00.000Z\",\"0.946232\",\"0.943951\"\n\"2024-07-07T21:20:00.000Z\",\"10.635436\",\"10.609512\"\n\"2024-07-07T21:25:00.000Z\",\"4.294137\",\"4.279022\"\n\"2024-07-07T21:30:00.000Z\",\"0.918956\",\"0.916641\"\n\"2024-07-07T21:35:00.000Z\",\"10.643058\",\"10.612913\"\n\"2024-07-07T21:40:00.000Z\",\"4.335057\",\"4.323126\"\n\"2024-07-07T21:45:00.000Z\",\"0.881277\",\"0.879285\"\n\"2024-07-07T21:50:00.000Z\",\"10.636264\",\"10.606665\"\n\"2024-07-07T21:55:00.000Z\",\"4.355409\",\"4.343874\"\n\"2024-07-07T22:00:00.000Z\",\"0.849413\",\"0.847419\"\n\"2024-07-07T22:05:00.000Z\",\"10.644484\",\"10.614623\"\n\"2024-07-07T22:10:00.000Z\",\"4.3964\",\"4.384203\"\n\"2024-07-07T22:15:00.000Z\",\"0.82743\",\"0.825501\"\n\"2024-07-07T22:20:00.000Z\",\"10.631753\",\"10.602347\"\n\"2024-07-07T22:25:00.000Z\",\"4.434467\",\"4.421579\"\n\"2024-07-07T22:30:00.000Z\",\"0.983592\",\"0.981164\"\n\"2024-07-07T22:35:00.000Z\",\"10.446674\",\"10.417626\"\n\"2024-07-07T22:40:00.000Z\",\"4.444798\",\"4.433009\"\n\"2024-07-07T22:45:00.000Z\",\"0.980772\",\"0.978476\"\n\"2024-07-07T22:50:00.000Z\",\"10.439203\",\"10.410722\"\n\"2024-07-07T22:55:00.000Z\",\"4.453239\",\"4.440827\"\n\"2024-07-07T23:00:00.000Z\",\"0.954735\",\"0.952456\"\n\"2024-07-07T23:05:00.000Z\",\"10.465643\",\"10.435811\"\n\"2024-07-07T23:10:00.000Z\",\"4.470118\",\"4.458095\"\n\"2024-07-07T23:15:00.000Z\",\"0.929321\",\"0.93084\"\n\"2024-07-07T23:20:00.000Z\",\"10.629351\",\"10.596599\"\n\"2024-07-07T23:25:00.000Z\",\"4.313306\",\"4.301417\"\n\"2024-07-07T23:30:00.000Z\",\"0.901398\",\"0.899344\"\n\"2024-07-07T23:35:00.000Z\",\"10.640793\",\"10.610939\"\n\"2024-07-07T23:40:00.000Z\",\"4.344207\",\"4.332133\"\n\"2024-07-07T23:45:00.000Z\",\"0.870105\",\"0.868151\"\n\"2024-07-07T23:50:00.000Z\",\"10.637631\",\"10.608101\"\n\"2024-07-07T23:55:00.000Z\",\"4.370085\",\"4.358326\"\n\"2024-07-08T00:00:00.000Z\",\"0.836133\",\"0.834283\"\n\"2024-07-08T00:05:00.000Z\",\"10.648761\",\"10.618496\"\n\"2024-07-08T00:10:00.000Z\",\"4.40325\",\"4.39148\"\n\"2024-07-08T00:15:00.000Z\",\"0.80838\",\"0.807099\"\n\"2024-07-08T00:20:00.000Z\",\"10.637635\",\"10.607951\"\n\"2024-07-08T00:25:00.000Z\",\"4.442401\",\"4.430222\"\n\"2024-07-08T00:30:00.000Z\",\"0.958538\",\"0.956351\"\n\"2024-07-08T00:35:00.000Z\",\"10.627569\",\"10.598384\"\n\"2024-07-08T00:40:00.000Z\",\"4.283384\",\"4.271936\"\n\"2024-07-08T00:45:00.000Z\",\"0.923183\",\"0.921012\"\n\"2024-07-08T00:50:00.000Z\",\"10.636161\",\"10.606548\"\n\"2024-07-08T00:55:00.000Z\",\"4.327803\",\"4.315726\"\n\"2024-07-08T01:00:00.000Z\",\"0.892902\",\"0.891321\"\n\"2024-07-08T01:05:00.000Z\",\"10.612289\",\"10.583254\"\n\"2024-07-08T01:10:00.000Z\",\"4.346013\",\"4.334427\"\n\"2024-07-08T01:15:00.000Z\",\"0.894326\",\"0.892303\"\n\"2024-07-08T01:20:00.000Z\",\"10.634578\",\"10.604999\"\n\"2024-07-08T01:25:00.000Z\",\"4.343502\",\"4.332059\"\n\"2024-07-08T01:30:00.000Z\",\"0.860326\",\"0.861966\"\n\"2024-07-08T01:35:00.000Z\",\"10.653915\",\"10.619916\"\n\"2024-07-08T01:40:00.000Z\",\"4.37572\",\"4.364059\"\n\"2024-07-08T01:45:00.000Z\",\"0.826307\",\"0.824432\"\n\"2024-07-08T01:50:00.000Z\",\"10.635183\",\"10.605802\"\n\"2024-07-08T01:55:00.000Z\",\"4.425058\",\"4.412475\"\n\"2024-07-08T02:00:00.000Z\",\"0.983664\",\"0.981342\"\n\"2024-07-08T02:05:00.000Z\",\"10.45187\",\"10.422537\"\n\"2024-07-08T02:10:00.000Z\",\"4.446782\",\"4.4347\"\n\"2024-07-08T02:15:00.000Z\",\"0.944007\",\"0.941807\"\n\"2024-07-08T02:20:00.000Z\",\"10.625661\",\"10.596764\"\n\"2024-07-08T02:25:00.000Z\",\"4.286545\",\"4.275339\"\n\"2024-07-08T02:30:00.000Z\",\"0.913009\",\"0.910942\"\n\"2024-07-08T02:35:00.000Z\",\"10.638187\",\"10.608441\"\n\"2024-07-08T02:40:00.000Z\",\"4.324527\",\"4.312944\"\n\"2024-07-08T02:45:00.000Z\",\"0.878798\",\"0.876742\"\n\"2024-07-08T02:50:00.000Z\",\"10.644745\",\"10.614692\"\n\"2024-07-08T02:55:00.000Z\",\"4.377517\",\"4.365018\"\n\"2024-07-08T03:00:00.000Z\",\"0.845232\",\"0.843275\"\n\"2024-07-08T03:05:00.000Z\",\"10.624544\",\"10.595356\"\n\"2024-07-08T03:10:00.000Z\",\"4.395735\",\"4.384109\"\n\"2024-07-08T03:15:00.000Z\",\"0.810233\",\"0.80842\"\n\"2024-07-08T03:20:00.000Z\",\"10.631857\",\"10.602452\"\n\"2024-07-08T03:25:00.000Z\",\"4.436789\",\"4.42449\"\n\"2024-07-08T03:30:00.000Z\",\"0.96281\",\"0.960579\"\n\"2024-07-08T03:35:00.000Z\",\"10.445814\",\"10.416811\"\n\"2024-07-08T03:40:00.000Z\",\"4.469546\",\"4.457349\"\n\"2024-07-08T03:45:00.000Z\",\"0.921871\",\"0.919775\"\n\"2024-07-08T03:50:00.000Z\",\"10.623938\",\"10.594943\"\n\"2024-07-08T03:55:00.000Z\",\"4.317267\",\"4.305731\"\n\"2024-07-08T04:00:00.000Z\",\"0.924308\",\"0.922272\"\n\"2024-07-08T04:05:00.000Z\",\"10.63688\",\"10.607371\"\n\"2024-07-08T04:10:00.000Z\",\"4.314168\",\"4.302574\"\n\"2024-07-08T04:15:00.000Z\",\"0.893337\",\"0.891272\"\n\"2024-07-08T04:20:00.000Z\",\"10.645201\",\"10.615279\"\n\"2024-07-08T04:25:00.000Z\",\"4.350504\",\"4.338533\"\n\"2024-07-08T04:30:00.000Z\",\"0.863176\",\"0.861192\"\n\"2024-07-08T04:35:00.000Z\",\"10.651139\",\"10.620759\"\n\"2024-07-08T04:40:00.000Z\",\"4.374388\",\"4.362816\"\n\"2024-07-08T04:45:00.000Z\",\"0.827088\",\"0.825156\"\n\"2024-07-08T04:50:00.000Z\",\"10.631403\",\"10.602009\"\n\"2024-07-08T04:55:00.000Z\",\"4.426501\",\"4.414014\"\n\"2024-07-08T05:00:00.000Z\",\"0.98241\",\"0.980051\"\n\"2024-07-08T05:05:00.000Z\",\"10.441315\",\"10.412707\"\n\"2024-07-08T05:10:00.000Z\",\"4.44557\",\"4.433565\"\n\"2024-07-08T05:15:00.000Z\",\"0.944603\",\"0.944109\"\n\"2024-07-08T05:20:00.000Z\",\"10.631362\",\"10.60037\"\n\"2024-07-08T05:25:00.000Z\",\"4.293676\",\"4.282258\"\n\"2024-07-08T05:30:00.000Z\",\"0.916964\",\"0.914581\"\n\"2024-07-08T05:35:00.000Z\",\"10.629671\",\"10.600381\"\n\"2024-07-08T05:40:00.000Z\",\"4.327343\",\"4.31582\"\n\"2024-07-08T05:45:00.000Z\",\"0.878007\",\"0.875981\"\n\"2024-07-08T05:50:00.000Z\",\"10.618103\",\"10.593028\"\n\"2024-07-08T05:55:00.000Z\",\"4.356837\",\"4.341767\"\n\"2024-07-08T06:00:00.000Z\",\"0.84697\",\"0.84508\"\n\"2024-07-08T06:05:00.000Z\",\"10.635376\",\"10.605802\"\n\"2024-07-08T06:10:00.000Z\",\"4.404981\",\"4.392513\"\n\"2024-07-08T06:15:00.000Z\",\"0.81567\",\"0.813837\"\n\"2024-07-08T06:20:00.000Z\",\"10.641317\",\"10.611384\"\n\"2024-07-08T06:25:00.000Z\",\"4.422965\",\"4.411197\"\n\"2024-07-08T06:30:00.000Z\",\"0.962597\",\"0.960371\"\n\"2024-07-08T06:35:00.000Z\",\"10.439107\",\"10.410628\"\n\"2024-07-08T06:40:00.000Z\",\"4.456156\",\"4.444501\"\n\"2024-07-08T06:45:00.000Z\",\"0.965196\",\"0.963002\"\n\"2024-07-08T06:50:00.000Z\",\"10.634504\",\"10.605152\"\n\"2024-07-08T06:55:00.000Z\",\"4.269741\",\"4.258299\"\n\"2024-07-08T07:00:00.000Z\",\"0.936542\",\"0.934226\"\n\"2024-07-08T07:05:00.000Z\",\"10.628756\",\"10.602666\"\n\"2024-07-08T07:10:00.000Z\",\"4.308279\",\"4.293496\"\n\"2024-07-08T07:15:00.000Z\",\"0.903053\",\"0.901003\"\n\"2024-07-08T07:20:00.000Z\",\"10.647923\",\"10.617696\"\n\"2024-07-08T07:25:00.000Z\",\"4.347719\",\"4.335524\"\n\"2024-07-08T07:30:00.000Z\",\"0.866696\",\"0.864734\"\n\"2024-07-08T07:35:00.000Z\",\"10.61925\",\"10.590667\"\n\"2024-07-08T07:40:00.000Z\",\"4.36398\",\"4.35255\"\n\"2024-07-08T07:45:00.000Z\",\"0.833561\",\"0.831643\"\n\"2024-07-08T07:50:00.000Z\",\"10.621607\",\"10.592735\"\n\"2024-07-08T07:55:00.000Z\",\"4.41719\",\"4.404825\"\n\"2024-07-08T08:00:00.000Z\",\"0.987584\",\"0.985217\"\n\"2024-07-08T08:05:00.000Z\",\"10.440724\",\"10.412166\"\n\"2024-07-08T08:10:00.000Z\",\"4.429299\",\"4.417764\"\n\"2024-07-08T08:15:00.000Z\",\"0.949061\",\"0.946803\"\n\"2024-07-08T08:20:00.000Z\",\"10.4486\",\"10.419446\"\n\"2024-07-08T08:25:00.000Z\",\"4.482178\",\"4.47004\"\n\"2024-07-08T08:30:00.000Z\",\"0.914436\",\"0.912343\"\n\"2024-07-08T08:35:00.000Z\",\"10.630716\",\"10.601369\"\n\"2024-07-08T08:40:00.000Z\",\"4.325986\",\"4.314363\"\n\"2024-07-08T08:45:00.000Z\",\"0.877144\",\"0.875154\"\n\"2024-07-08T08:50:00.000Z\",\"10.646877\",\"10.616708\"\n\"2024-07-08T08:55:00.000Z\",\"4.3601\",\"4.348533\"\n\"2024-07-08T09:00:00.000Z\",\"0.841212\",\"0.839259\"\n\"2024-07-08T09:05:00.000Z\",\"10.622291\",\"10.59707\"\n\"2024-07-08T09:10:00.000Z\",\"4.399334\",\"4.383848\"\n\"2024-07-08T09:15:00.000Z\",\"0.843082\",\"0.841212\"\n\"2024-07-08T09:20:00.000Z\",\"10.639352\",\"10.609744\"\n\"2024-07-08T09:25:00.000Z\",\"4.389959\",\"4.37828\"\n\"2024-07-08T09:30:00.000Z\",\"0.998114\",\"0.995828\"\n\"2024-07-08T09:35:00.000Z\",\"10.452884\",\"10.423475\"\n\"2024-07-08T09:40:00.000Z\",\"4.428817\",\"4.416929\"\n\"2024-07-08T09:45:00.000Z\",\"0.966775\",\"0.964526\"\n\"2024-07-08T09:50:00.000Z\",\"10.467503\",\"10.437783\"\n\"2024-07-08T09:55:00.000Z\",\"4.463285\",\"4.451212\"\n\"2024-07-08T10:00:00.000Z\",\"0.933254\",\"0.934828\"\n\"2024-07-08T10:05:00.000Z\",\"10.626868\",\"10.594223\"\n\"2024-07-08T10:10:00.000Z\",\"4.299044\",\"4.28771\"\n\"2024-07-08T10:15:00.000Z\",\"0.903742\",\"0.901471\"\n\"2024-07-08T10:20:00.000Z\",\"10.628583\",\"10.599392\"\n\"2024-07-08T10:25:00.000Z\",\"4.336927\",\"4.325558\"\n\"2024-07-08T10:30:00.000Z\",\"0.865456\",\"0.863523\"\n\"2024-07-08T10:35:00.000Z\",\"10.610672\",\"10.582192\"\n\"2024-07-08T10:40:00.000Z\",\"4.373535\",\"4.361998\"\n\"2024-07-08T10:45:00.000Z\",\"0.830387\",\"0.828464\"\n\"2024-07-08T10:50:00.000Z\",\"10.649968\",\"10.619648\"\n\"2024-07-08T10:55:00.000Z\",\"4.416949\",\"4.404782\"\n\"2024-07-08T11:00:00.000Z\",\"0.798648\",\"0.796802\"\n\"2024-07-08T11:05:00.000Z\",\"10.640213\",\"10.610397\"\n\"2024-07-08T11:10:00.000Z\",\"4.444485\",\"4.432533\"\n\"2024-07-08T11:15:00.000Z\",\"0.950404\",\"0.95185\"\n\"2024-07-08T11:20:00.000Z\",\"10.458375\",\"10.425085\"\n\"2024-07-08T11:25:00.000Z\",\"4.479021\",\"4.466986\"\n\"2024-07-08T11:30:00.000Z\",\"0.914005\",\"0.91177\"\n\"2024-07-08T11:35:00.000Z\",\"10.658677\",\"10.628092\"\n\"2024-07-08T11:40:00.000Z\",\"4.338423\",\"4.326193\"\n\"2024-07-08T11:45:00.000Z\",\"0.877198\",\"0.875226\"\n\"2024-07-08T11:50:00.000Z\",\"10.622839\",\"10.593921\"\n\"2024-07-08T11:55:00.000Z\",\"4.371648\",\"4.359478\"\n\"2024-07-08T12:00:00.000Z\",\"0.881291\",\"0.879102\"\n\"2024-07-08T12:05:00.000Z\",\"10.657998\",\"10.627304\"\n\"2024-07-08T12:10:00.000Z\",\"4.363277\",\"4.351556\"\n\"2024-07-08T12:15:00.000Z\",\"0.844021\",\"0.843399\"\n\"2024-07-08T12:20:00.000Z\",\"10.649807\",\"10.618127\"\n\"2024-07-08T12:25:00.000Z\",\"4.396464\",\"4.384723\"\n\"2024-07-08T12:30:00.000Z\",\"0.997317\",\"0.994968\"\n\"2024-07-08T12:35:00.000Z\",\"10.440145\",\"10.411704\"\n\"2024-07-08T12:40:00.000Z\",\"4.426077\",\"4.414417\"\n\"2024-07-08T12:45:00.000Z\",\"0.965704\",\"0.96344\"\n\"2024-07-08T12:50:00.000Z\",\"10.440268\",\"10.411748\"\n\"2024-07-08T12:55:00.000Z\",\"4.456026\",\"4.44425\"\n\"2024-07-08T13:00:00.000Z\",\"0.935197\",\"0.933001\"\n\"2024-07-08T13:05:00.000Z\",\"10.634436\",\"10.604904\"\n\"2024-07-08T13:10:00.000Z\",\"4.304873\",\"4.293447\"\n\"2024-07-08T13:15:00.000Z\",\"0.909093\",\"0.906997\"\n\"2024-07-08T13:20:00.000Z\",\"10.634624\",\"10.605807\"\n\"2024-07-08T13:25:00.000Z\",\"4.311199\",\"4.299812\"\n\"2024-07-08T13:30:00.000Z\",\"0.90779\",\"0.905585\"\n\"2024-07-08T13:35:00.000Z\",\"10.62539\",\"10.596519\"\n\"2024-07-08T13:40:00.000Z\",\"4.339701\",\"4.327617\"\n\"2024-07-08T13:45:00.000Z\",\"0.878066\",\"0.875875\"\n\"2024-07-08T13:50:00.000Z\",\"10.628996\",\"10.599774\"\n\"2024-07-08T13:55:00.000Z\",\"4.360903\",\"4.349278\"\n\"2024-07-08T14:00:00.000Z\",\"0.844091\",\"0.842236\"\n\"2024-07-08T14:05:00.000Z\",\"10.637787\",\"10.607835\"\n\"2024-07-08T14:10:00.000Z\",\"4.399072\",\"4.38727\"\n\"2024-07-08T14:15:00.000Z\",\"0.811259\",\"0.809401\"\n\"2024-07-08T14:20:00.000Z\",\"10.629412\",\"10.600152\"\n\"2024-07-08T14:25:00.000Z\",\"4.426766\",\"4.415044\"\n\"2024-07-08T14:30:00.000Z\",\"0.963464\",\"0.961217\"\n\"2024-07-08T14:35:00.000Z\",\"10.454484\",\"10.425251\"\n\"2024-07-08T14:40:00.000Z\",\"4.458397\",\"4.44661\"\n\"2024-07-08T14:45:00.000Z\",\"0.966412\",\"0.964181\"\n\"2024-07-08T14:50:00.000Z\",\"10.630154\",\"10.600884\"\n\"2024-07-08T14:55:00.000Z\",\"4.287196\",\"4.275068\"\n\"2024-07-08T15:00:00.000Z\",\"0.946661\",\"0.944235\"\n\"2024-07-08T15:05:00.000Z\",\"10.65621\",\"10.625983\"\n\"2024-07-08T15:10:00.000Z\",\"4.302998\",\"4.291374\"\n\"2024-07-08T15:15:00.000Z\",\"0.919501\",\"0.917296\"\n\"2024-07-08T15:20:00.000Z\",\"10.635915\",\"10.606333\"\n\"2024-07-08T15:25:00.000Z\",\"4.321213\",\"4.309641\"\n\"2024-07-08T15:30:00.000Z\",\"0.885824\",\"0.887409\"\n\"2024-07-08T15:35:00.000Z\",\"10.650836\",\"10.616993\"\n\"2024-07-08T15:40:00.000Z\",\"4.348002\",\"4.336508\"\n\"2024-07-08T15:45:00.000Z\",\"0.855738\",\"0.853768\"\n\"2024-07-08T15:50:00.000Z\",\"10.622798\",\"10.593987\"\n\"2024-07-08T15:55:00.000Z\",\"4.381825\",\"4.370205\"\n\"2024-07-08T16:00:00.000Z\",\"0.826852\",\"0.824754\"\n\"2024-07-08T16:05:00.000Z\",\"10.640142\",\"10.610352\"\n\"2024-07-08T16:10:00.000Z\",\"4.424086\",\"4.411928\"\n\"2024-07-08T16:15:00.000Z\",\"0.793068\",\"0.791272\"\n\"2024-07-08T16:20:00.000Z\",\"10.631384\",\"10.602008\"\n\"2024-07-08T16:25:00.000Z\",\"4.448744\",\"4.436752\"\n\"2024-07-08T16:30:00.000Z\",\"0.94263\",\"0.940522\"\n\"2024-07-08T16:35:00.000Z\",\"10.629029\",\"10.599953\"\n\"2024-07-08T16:40:00.000Z\",\"4.291883\",\"4.280391\"\n\"2024-07-08T16:45:00.000Z\",\"0.915137\",\"0.913013\"\n\"2024-07-08T16:50:00.000Z\",\"10.63835\",\"10.608616\"\n\"2024-07-08T16:55:00.000Z\",\"4.324646\",\"4.313075\"\n\"2024-07-08T17:00:00.000Z\",\"0.885011\",\"0.882994\"\n\"2024-07-08T17:05:00.000Z\",\"10.625855\",\"10.596795\"\n\"2024-07-08T17:10:00.000Z\",\"4.349441\",\"4.338038\"\n\"2024-07-08T17:15:00.000Z\",\"0.855868\",\"0.853929\"\n\"2024-07-08T17:20:00.000Z\",\"10.636002\",\"10.606794\"\n\"2024-07-08T17:25:00.000Z\",\"4.376843\",\"4.365041\"\n\"2024-07-08T17:30:00.000Z\",\"0.875041\",\"0.873111\"\n\"2024-07-08T17:35:00.000Z\",\"10.616349\",\"10.587719\"\n\"2024-07-08T17:40:00.000Z\",\"4.362116\",\"4.350414\"\n\"2024-07-08T17:45:00.000Z\",\"0.843485\",\"0.841601\"\n\"2024-07-08T17:50:00.000Z\",\"10.637661\",\"10.607969\"\n\"2024-07-08T17:55:00.000Z\",\"4.398317\",\"4.386212\"\n\"2024-07-08T18:00:00.000Z\",\"0.999776\",\"0.997402\"\n\"2024-07-08T18:05:00.000Z\",\"10.463169\",\"10.433251\"\n\"2024-07-08T18:10:00.000Z\",\"4.433737\",\"4.421612\"\n\"2024-07-08T18:15:00.000Z\",\"0.96305\",\"0.96083\"\n\"2024-07-08T18:20:00.000Z\",\"10.443177\",\"10.414494\"\n\"2024-07-08T18:25:00.000Z\",\"4.458315\",\"4.446542\"\n\"2024-07-08T18:30:00.000Z\",\"0.931743\",\"0.929591\"\n\"2024-07-08T18:35:00.000Z\",\"10.61837\",\"10.58948\"\n\"2024-07-08T18:40:00.000Z\",\"4.306039\",\"4.294696\"\n\"2024-07-08T18:45:00.000Z\",\"0.897904\",\"0.895833\"\n\"2024-07-08T18:50:00.000Z\",\"10.648786\",\"10.61852\"\n\"2024-07-08T18:55:00.000Z\",\"4.345417\",\"4.333494\"\n\"2024-07-08T19:00:00.000Z\",\"0.869478\",\"0.867459\"\n\"2024-07-08T19:05:00.000Z\",\"10.632632\",\"10.603178\"\n\"2024-07-08T19:10:00.000Z\",\"4.368664\",\"4.356992\"\n\"2024-07-08T19:15:00.000Z\",\"0.836082\",\"0.834268\"\n\"2024-07-08T19:20:00.000Z\",\"10.613315\",\"10.584874\"\n\"2024-07-08T19:25:00.000Z\",\"4.396312\",\"4.384836\"\n\"2024-07-08T19:30:00.000Z\",\"0.806103\",\"0.804175\"\n\"2024-07-08T19:35:00.000Z\",\"10.632723\",\"10.603472\"\n\"2024-07-08T19:40:00.000Z\",\"4.430061\",\"4.418291\"\n\"2024-07-08T19:45:00.000Z\",\"0.966227\",\"0.963979\"\n\"2024-07-08T19:50:00.000Z\",\"10.432926\",\"10.406571\"\n\"2024-07-08T19:55:00.000Z\",\"4.473076\",\"4.458569\"\n\"2024-07-08T20:00:00.000Z\",\"0.966083\",\"0.963899\"\n\"2024-07-08T20:05:00.000Z\",\"10.620392\",\"10.591575\"\n\"2024-07-08T20:10:00.000Z\",\"4.273514\",\"4.262046\"\n\"2024-07-08T20:15:00.000Z\",\"0.931866\",\"0.929658\"\n\"2024-07-08T20:20:00.000Z\",\"10.637627\",\"10.611624\"\n\"2024-07-08T20:25:00.000Z\",\"4.306133\",\"4.29091\"\n\"2024-07-08T20:30:00.000Z\",\"0.884247\",\"0.882255\"\n\"2024-07-08T20:35:00.000Z\",\"10.63223\",\"10.602803\"\n\"2024-07-08T20:40:00.000Z\",\"4.352557\",\"4.341009\"\n\"2024-07-08T20:45:00.000Z\",\"0.853556\",\"0.8516\"\n\"2024-07-08T20:50:00.000Z\",\"10.620214\",\"10.59161\"\n\"2024-07-08T20:55:00.000Z\",\"4.384938\",\"4.372992\"\n\"2024-07-08T21:00:00.000Z\",\"0.826199\",\"0.824322\"\n\"2024-07-08T21:05:00.000Z\",\"10.637618\",\"10.607917\"\n\"2024-07-08T21:10:00.000Z\",\"4.415533\",\"4.403582\"\n\"2024-07-08T21:15:00.000Z\",\"0.797867\",\"0.796077\"\n\"2024-07-08T21:20:00.000Z\",\"10.624553\",\"10.59553\"\n\"2024-07-08T21:25:00.000Z\",\"4.4352\",\"4.423524\"\n\"2024-07-08T21:30:00.000Z\",\"0.985548\",\"0.983189\"\n\"2024-07-08T21:35:00.000Z\",\"10.448464\",\"10.4195\"\n\"2024-07-08T21:40:00.000Z\",\"4.450733\",\"4.438274\"\n\"2024-07-08T21:45:00.000Z\",\"0.957605\",\"0.955162\"\n\"2024-07-08T21:50:00.000Z\",\"10.653894\",\"10.62355\"\n\"2024-07-08T21:55:00.000Z\",\"4.284659\",\"4.272991\"\n\"2024-07-08T22:00:00.000Z\",\"0.924179\",\"0.921905\"\n\"2024-07-08T22:05:00.000Z\",\"10.646088\",\"10.615973\"\n\"2024-07-08T22:10:00.000Z\",\"4.326729\",\"4.314689\"\n\"2024-07-08T22:15:00.000Z\",\"0.88978\",\"0.887735\"\n\"2024-07-08T22:20:00.000Z\",\"10.623291\",\"10.594339\"\n\"2024-07-08T22:25:00.000Z\",\"4.348482\",\"4.33693\"\n\"2024-07-08T22:30:00.000Z\",\"0.85186\",\"0.849983\"\n\"2024-07-08T22:35:00.000Z\",\"10.612566\",\"10.584156\"\n\"2024-07-08T22:40:00.000Z\",\"4.382365\",\"4.371129\"\n\"2024-07-08T22:45:00.000Z\",\"0.816378\",\"0.818198\"\n\"2024-07-08T22:50:00.000Z\",\"10.641547\",\"10.608\"\n\"2024-07-08T22:55:00.000Z\",\"4.434655\",\"4.422087\"\n\"2024-07-08T23:00:00.000Z\",\"0.970073\",\"0.967788\"\n\"2024-07-08T23:05:00.000Z\",\"10.45146\",\"10.422344\"\n\"2024-07-08T23:10:00.000Z\",\"4.453489\",\"4.44159\"\n\"2024-07-08T23:15:00.000Z\",\"0.932896\",\"0.930735\"\n\"2024-07-08T23:20:00.000Z\",\"10.439127\",\"10.410651\"\n\"2024-07-08T23:25:00.000Z\",\"4.491765\",\"4.479667\"\n\"2024-07-08T23:30:00.000Z\",\"0.901065\",\"0.898923\"\n\"2024-07-08T23:35:00.000Z\",\"10.62839\",\"10.598979\"\n\"2024-07-08T23:40:00.000Z\",\"4.344759\",\"4.333046\"\n\"2024-07-08T23:45:00.000Z\",\"0.865073\",\"0.863088\"\n\"2024-07-08T23:50:00.000Z\",\"10.639243\",\"10.609488\"\n\"2024-07-08T23:55:00.000Z\",\"4.374055\",\"4.362279\"\n\"2024-07-09T00:00:00.000Z\",\"0.833912\",\"0.831941\"\n\"2024-07-09T00:05:00.000Z\",\"10.635749\",\"10.606154\"\n\"2024-07-09T00:10:00.000Z\",\"4.420272\",\"4.407757\"\n\"2024-07-09T00:15:00.000Z\",\"1.01704\",\"1.014691\"\n\"2024-07-09T00:20:00.000Z\",\"10.434507\",\"10.409731\"\n\"2024-07-09T00:25:00.000Z\",\"4.412408\",\"4.396819\"\n\"2024-07-09T00:30:00.000Z\",\"0.985343\",\"0.983055\"\n\"2024-07-09T00:35:00.000Z\",\"10.432709\",\"10.404284\"\n\"2024-07-09T00:40:00.000Z\",\"4.440324\",\"4.428585\"\n\"2024-07-09T00:45:00.000Z\",\"0.945953\",\"0.943828\"\n\"2024-07-09T00:50:00.000Z\",\"10.632475\",\"10.603493\"\n\"2024-07-09T00:55:00.000Z\",\"4.306243\",\"4.295845\"\n\"2024-07-09T01:00:00.000Z\",\"0.911336\",\"0.913368\"\n\"2024-07-09T01:05:00.000Z\",\"10.621166\",\"10.59082\"\n\"2024-07-09T01:10:00.000Z\",\"4.322738\",\"4.311449\"\n\"2024-07-09T01:15:00.000Z\",\"0.880359\",\"0.878384\"\n\"2024-07-09T01:20:00.000Z\",\"10.615482\",\"10.586924\"\n\"2024-07-09T01:25:00.000Z\",\"4.354092\",\"4.342634\"\n\"2024-07-09T01:30:00.000Z\",\"0.847882\",\"0.845985\"\n\"2024-07-09T01:35:00.000Z\",\"10.622953\",\"10.593808\"\n\"2024-07-09T01:40:00.000Z\",\"4.39299\",\"4.381306\"\n\"2024-07-09T01:45:00.000Z\",\"0.815874\",\"0.814064\"\n\"2024-07-09T01:50:00.000Z\",\"10.634552\",\"10.60521\"\n\"2024-07-09T01:55:00.000Z\",\"4.423228\",\"4.411187\"\n\"2024-07-09T02:00:00.000Z\",\"0.979843\",\"0.977557\"\n\"2024-07-09T02:05:00.000Z\",\"10.46313\",\"10.433623\"\n\"2024-07-09T02:10:00.000Z\",\"4.436124\",\"4.424378\"\n\"2024-07-09T02:15:00.000Z\",\"0.950746\",\"0.948602\"\n\"2024-07-09T02:20:00.000Z\",\"10.430251\",\"10.402212\"\n\"2024-07-09T02:25:00.000Z\",\"4.467786\",\"4.456033\"\n\"2024-07-09T02:30:00.000Z\",\"0.92138\",\"0.919292\"\n\"2024-07-09T02:35:00.000Z\",\"10.428386\",\"10.400266\"\n\"2024-07-09T02:40:00.000Z\",\"4.513272\",\"4.50083\"\n\"2024-07-09T02:45:00.000Z\",\"0.889071\",\"0.887013\"\n\"2024-07-09T02:50:00.000Z\",\"10.623969\",\"10.594802\"\n\"2024-07-09T02:55:00.000Z\",\"4.349733\",\"4.338313\"\n\"2024-07-09T03:00:00.000Z\",\"0.886771\",\"0.884654\"\n\"2024-07-09T03:05:00.000Z\",\"10.626119\",\"10.597018\"\n\"2024-07-09T03:10:00.000Z\",\"4.348869\",\"4.337494\"\n\"2024-07-09T03:15:00.000Z\",\"0.850921\",\"0.849009\"\n\"2024-07-09T03:20:00.000Z\",\"10.620649\",\"10.591995\"\n\"2024-07-09T03:25:00.000Z\",\"4.380186\",\"4.368636\"\n\"2024-07-09T03:30:00.000Z\",\"1.003877\",\"1.00157\"\n\"2024-07-09T03:35:00.000Z\",\"10.463048\",\"10.433157\"\n\"2024-07-09T03:40:00.000Z\",\"4.424052\",\"4.412219\"\n\"2024-07-09T03:45:00.000Z\",\"0.981909\",\"0.979552\"\n\"2024-07-09T03:50:00.000Z\",\"10.467777\",\"10.437816\"\n\"2024-07-09T03:55:00.000Z\",\"4.4438\",\"4.431857\"\n\"2024-07-09T04:00:00.000Z\",\"0.954524\",\"0.952732\"\n\"2024-07-09T04:05:00.000Z\",\"10.440002\",\"10.411293\"\n\"2024-07-09T04:10:00.000Z\",\"4.476206\",\"4.464037\"\n\"2024-07-09T04:15:00.000Z\",\"0.918379\",\"0.916263\"\n\"2024-07-09T04:20:00.000Z\",\"10.625246\",\"10.596096\"\n\"2024-07-09T04:25:00.000Z\",\"4.324209\",\"4.31251\"\n\"2024-07-09T04:30:00.000Z\",\"0.907815\",\"0.905768\"\n\"2024-07-09T04:35:00.000Z\",\"10.635706\",\"10.606276\"\n\"2024-07-09T04:40:00.000Z\",\"4.323657\",\"4.31214\"\n\"2024-07-09T04:45:00.000Z\",\"0.899766\",\"0.897729\"\n\"2024-07-09T04:50:00.000Z\",\"10.642551\",\"10.61256\"\n\"2024-07-09T04:55:00.000Z\",\"4.343948\",\"4.332096\"\n\"2024-07-09T05:00:00.000Z\",\"0.865959\",\"0.863998\"\n\"2024-07-09T05:05:00.000Z\",\"10.627243\",\"10.598094\"\n\"2024-07-09T05:10:00.000Z\",\"4.382596\",\"4.370397\"\n\"2024-07-09T05:15:00.000Z\",\"0.835811\",\"0.833983\"\n\"2024-07-09T05:20:00.000Z\",\"10.640039\",\"10.610046\"\n\"2024-07-09T05:25:00.000Z\",\"4.405942\",\"4.394166\"\n\"2024-07-09T05:30:00.000Z\",\"0.835707\",\"0.833681\"\n\"2024-07-09T05:35:00.000Z\",\"10.648098\",\"10.618045\"\n\"2024-07-09T05:40:00.000Z\",\"4.401793\",\"4.390029\"\n\"2024-07-09T05:45:00.000Z\",\"0.990457\",\"0.988052\"\n\"2024-07-09T05:50:00.000Z\",\"10.46241\",\"10.432752\"\n\"2024-07-09T05:55:00.000Z\",\"4.447618\",\"4.435119\"\n\"2024-07-09T06:00:00.000Z\",\"0.95841\",\"0.956065\"\n\"2024-07-09T06:05:00.000Z\",\"10.451899\",\"10.422554\"\n\"2024-07-09T06:10:00.000Z\",\"4.478468\",\"4.466189\"\n\"2024-07-09T06:15:00.000Z\",\"0.921413\",\"0.922872\"\n\"2024-07-09T06:20:00.000Z\",\"10.653624\",\"10.619606\"\n\"2024-07-09T06:25:00.000Z\",\"4.323344\",\"4.311405\"\n\"2024-07-09T06:30:00.000Z\",\"0.89021\",\"0.888119\"\n\"2024-07-09T06:35:00.000Z\",\"10.628433\",\"10.599199\"\n\"2024-07-09T06:40:00.000Z\",\"4.348211\",\"4.336694\"\n\"2024-07-09T06:45:00.000Z\",\"0.853766\",\"0.854981\"\n\"2024-07-09T06:50:00.000Z\",\"10.65303\",\"10.62122\"\n\"2024-07-09T06:55:00.000Z\",\"4.377458\",\"4.364207\"\n\"2024-07-09T07:00:00.000Z\",\"0.820359\",\"0.82217\"\n\"2024-07-09T07:05:00.000Z\",\"10.632634\",\"10.599686\"\n\"2024-07-09T07:10:00.000Z\",\"4.421942\",\"4.409869\"\n\"2024-07-09T07:15:00.000Z\",\"0.975086\",\"0.97283\"\n\"2024-07-09T07:20:00.000Z\",\"10.440919\",\"10.4158\"\n\"2024-07-09T07:25:00.000Z\",\"4.449735\",\"4.434378\"\n\"2024-07-09T07:30:00.000Z\",\"0.93552\",\"0.93342\"\n\"2024-07-09T07:35:00.000Z\",\"10.616139\",\"10.587538\"\n\"2024-07-09T07:40:00.000Z\",\"4.296427\",\"4.285236\"\n\"2024-07-09T07:45:00.000Z\",\"0.90369\",\"0.901623\"\n\"2024-07-09T07:50:00.000Z\",\"10.624862\",\"10.595751\"\n\"2024-07-09T07:55:00.000Z\",\"4.336358\",\"4.324737\"\n\"2024-07-09T08:00:00.000Z\",\"0.905532\",\"0.903477\"\n\"2024-07-09T08:05:00.000Z\",\"10.633985\",\"10.604475\"\n\"2024-07-09T08:10:00.000Z\",\"4.328479\",\"4.317064\"\n\"2024-07-09T08:15:00.000Z\",\"0.872759\",\"0.87087\"\n\"2024-07-09T08:20:00.000Z\",\"10.648657\",\"10.618416\"\n\"2024-07-09T08:25:00.000Z\",\"4.362682\",\"4.351146\"\n\"2024-07-09T08:30:00.000Z\",\"0.840449\",\"0.838572\"\n\"2024-07-09T08:35:00.000Z\",\"10.633949\",\"10.604444\"\n\"2024-07-09T08:40:00.000Z\",\"4.395508\",\"4.383905\"\n\"2024-07-09T08:45:00.000Z\",\"0.810047\",\"0.80827\"\n\"2024-07-09T08:50:00.000Z\",\"10.637035\",\"10.607351\"\n\"2024-07-09T08:55:00.000Z\",\"4.424399\",\"4.412739\"\n\"2024-07-09T09:00:00.000Z\",\"0.961615\",\"0.959419\"\n\"2024-07-09T09:05:00.000Z\",\"10.643518\",\"10.613529\"\n\"2024-07-09T09:10:00.000Z\",\"4.274963\",\"4.26362\"\n\"2024-07-09T09:15:00.000Z\",\"0.930289\",\"0.928081\"\n\"2024-07-09T09:20:00.000Z\",\"10.644853\",\"10.614958\"\n\"2024-07-09T09:25:00.000Z\",\"4.316216\",\"4.304195\"\n\"2024-07-09T09:30:00.000Z\",\"0.8965\",\"0.894494\"\n\"2024-07-09T09:35:00.000Z\",\"10.642166\",\"10.612387\"\n\"2024-07-09T09:40:00.000Z\",\"4.358431\",\"4.345905\"\n\"2024-07-09T09:45:00.000Z\",\"0.86284\",\"0.860872\"\n\"2024-07-09T09:50:00.000Z\",\"10.621078\",\"10.59239\"\n\"2024-07-09T09:55:00.000Z\",\"4.377039\",\"4.365123\"\n\"2024-07-09T10:00:00.000Z\",\"0.835943\",\"0.833888\"\n\"2024-07-09T10:05:00.000Z\",\"10.652159\",\"10.621511\"\n\"2024-07-09T10:10:00.000Z\",\"4.425305\",\"4.412861\"\n\"2024-07-09T10:15:00.000Z\",\"0.983566\",\"0.981193\"\n\"2024-07-09T10:20:00.000Z\",\"10.447178\",\"10.417596\"\n\"2024-07-09T10:25:00.000Z\",\"4.444508\",\"4.432696\"\n\"2024-07-09T10:30:00.000Z\",\"0.951895\",\"0.949697\"\n\"2024-07-09T10:35:00.000Z\",\"10.430087\",\"10.404145\"\n\"2024-07-09T10:40:00.000Z\",\"4.476556\",\"4.462276\"\n\"2024-07-09T10:45:00.000Z\",\"0.951974\",\"0.949751\"\n\"2024-07-09T10:50:00.000Z\",\"10.622694\",\"10.593935\"\n\"2024-07-09T10:55:00.000Z\",\"4.29115\",\"4.279258\"\n\"2024-07-09T11:00:00.000Z\",\"0.922718\",\"0.920653\"\n\"2024-07-09T11:05:00.000Z\",\"10.617548\",\"10.58887\"\n\"2024-07-09T11:10:00.000Z\",\"4.308805\",\"4.297485\"\n\"2024-07-09T11:15:00.000Z\",\"0.890639\",\"0.888626\"\n\"2024-07-09T11:20:00.000Z\",\"10.619751\",\"10.591152\"\n\"2024-07-09T11:25:00.000Z\",\"4.346814\",\"4.335021\"\n\"2024-07-09T11:30:00.000Z\",\"0.859574\",\"0.857581\"\n\"2024-07-09T11:35:00.000Z\",\"10.645893\",\"10.615644\"\n\"2024-07-09T11:40:00.000Z\",\"4.384718\",\"4.372758\"\n\"2024-07-09T11:45:00.000Z\",\"0.824497\",\"0.822787\"\n\"2024-07-09T11:50:00.000Z\",\"10.637623\",\"10.608099\"\n\"2024-07-09T11:55:00.000Z\",\"4.422571\",\"4.410272\"\n\"2024-07-09T12:00:00.000Z\",\"0.978047\",\"0.975811\"\n\"2024-07-09T12:05:00.000Z\",\"10.431945\",\"10.403843\"\n\"2024-07-09T12:10:00.000Z\",\"4.439083\",\"4.427361\"\n\"2024-07-09T12:15:00.000Z\",\"0.945168\",\"0.942999\"\n\"2024-07-09T12:20:00.000Z\",\"10.644873\",\"10.614827\"\n\"2024-07-09T12:25:00.000Z\",\"4.292417\",\"4.281056\"\n\"2024-07-09T12:30:00.000Z\",\"0.91118\",\"0.909065\"\n\"2024-07-09T12:35:00.000Z\",\"10.636829\",\"10.607181\"\n\"2024-07-09T12:40:00.000Z\",\"4.333542\",\"4.32171\"\n\"2024-07-09T12:45:00.000Z\",\"0.875389\",\"0.873382\"\n\"2024-07-09T12:50:00.000Z\",\"10.636949\",\"10.607289\"\n\"2024-07-09T12:55:00.000Z\",\"4.356789\",\"4.345372\"\n\"2024-07-09T13:00:00.000Z\",\"0.840795\",\"0.838875\"\n\"2024-07-09T13:05:00.000Z\",\"10.612918\",\"10.587925\"\n\"2024-07-09T13:10:00.000Z\",\"4.399741\",\"4.38446\"\n\"2024-07-09T13:15:00.000Z\",\"0.782067\",\"0.78035\"\n\"2024-07-09T13:20:00.000Z\",\"10.632292\",\"10.603581\"\n\"2024-07-09T13:25:00.000Z\",\"4.437681\",\"4.426068\"\n\"2024-07-09T13:30:00.000Z\",\"0.773538\",\"0.771882\"\n\"2024-07-09T13:35:00.000Z\",\"10.620525\",\"10.591846\"\n\"2024-07-09T13:40:00.000Z\",\"4.457565\",\"4.44582\"\n\"2024-07-09T13:45:00.000Z\",\"0.969932\",\"0.967662\"\n\"2024-07-09T13:50:00.000Z\",\"10.447339\",\"10.418402\"\n\"2024-07-09T13:55:00.000Z\",\"4.448892\",\"4.437186\"\n\"2024-07-09T14:00:00.000Z\",\"0.969068\",\"0.966777\"\n\"2024-07-09T14:05:00.000Z\",\"10.460204\",\"10.430917\"\n\"2024-07-09T14:10:00.000Z\",\"4.455486\",\"4.443111\"\n\"2024-07-09T14:15:00.000Z\",\"0.955719\",\"0.953476\"\n\"2024-07-09T14:20:00.000Z\",\"10.450405\",\"10.421323\"\n\"2024-07-09T14:25:00.000Z\",\"4.483604\",\"4.470874\"\n\"2024-07-09T14:30:00.000Z\",\"0.925483\",\"0.923359\"\n\"2024-07-09T14:35:00.000Z\",\"10.62955\",\"10.600431\"\n\"2024-07-09T14:40:00.000Z\",\"4.307304\",\"4.295882\"\n\"2024-07-09T14:45:00.000Z\",\"0.906281\",\"0.904193\"\n\"2024-07-09T14:50:00.000Z\",\"10.633793\",\"10.604119\"\n\"2024-07-09T14:55:00.000Z\",\"4.337747\",\"4.32603\"\n\"2024-07-09T15:00:00.000Z\",\"0.86835\",\"0.866376\"\n\"2024-07-09T15:05:00.000Z\",\"10.656577\",\"10.625906\"\n\"2024-07-09T15:10:00.000Z\",\"4.37891\",\"4.366716\"\n\"2024-07-09T15:15:00.000Z\",\"0.833278\",\"0.831316\"\n\"2024-07-09T15:20:00.000Z\",\"10.635831\",\"10.606414\"\n\"2024-07-09T15:25:00.000Z\",\"4.403924\",\"4.393136\"\n\"2024-07-09T15:30:00.000Z\",\"0.813846\",\"0.813323\"\n\"2024-07-09T15:35:00.000Z\",\"10.634827\",\"10.609493\"\n\"2024-07-09T15:40:00.000Z\",\"4.425553\",\"4.412823\"\n\"2024-07-09T15:45:00.000Z\",\"0.973164\",\"0.972104\"\n\"2024-07-09T15:50:00.000Z\",\"10.458271\",\"10.429987\"\n\"2024-07-09T15:55:00.000Z\",\"4.484017\",\"4.47238\"\n\"2024-07-09T16:00:00.000Z\",\"0.982188\",\"0.981089\"\n\"2024-07-09T16:05:00.000Z\",\"10.448208\",\"10.421063\"\n\"2024-07-09T16:10:00.000Z\",\"4.439317\",\"4.427805\"\n\"2024-07-09T16:15:00.000Z\",\"0.947883\",\"0.945682\"\n\"2024-07-09T16:20:00.000Z\",\"10.647904\",\"10.617846\"\n\"2024-07-09T16:25:00.000Z\",\"4.287685\",\"4.276234\"\n\"2024-07-09T16:30:00.000Z\",\"0.929449\",\"0.927262\"\n\"2024-07-09T16:35:00.000Z\",\"10.644461\",\"10.614585\"\n\"2024-07-09T16:40:00.000Z\",\"4.308184\",\"4.296545\"\n\"2024-07-09T16:45:00.000Z\",\"0.905564\",\"0.903532\"\n\"2024-07-09T16:50:00.000Z\",\"10.632345\",\"10.604485\"\n\"2024-07-09T16:55:00.000Z\",\"4.327284\",\"4.314362\"\n\"2024-07-09T17:00:00.000Z\",\"0.875112\",\"0.873186\"\n\"2024-07-09T17:05:00.000Z\",\"10.620501\",\"10.591665\"\n\"2024-07-09T17:10:00.000Z\",\"4.369742\",\"4.35767\"\n\"2024-07-09T17:15:00.000Z\",\"0.843608\",\"0.841538\"\n\"2024-07-09T17:20:00.000Z\",\"10.649519\",\"10.619507\"\n\"2024-07-09T17:25:00.000Z\",\"4.406932\",\"4.394716\"\n\"2024-07-09T17:30:00.000Z\",\"0.802587\",\"0.800738\"\n\"2024-07-09T17:35:00.000Z\",\"10.635241\",\"10.605694\"\n\"2024-07-09T17:40:00.000Z\",\"4.447498\",\"4.434997\"\n\"2024-07-09T17:45:00.000Z\",\"0.961278\",\"0.958751\"\n\"2024-07-09T17:50:00.000Z\",\"10.466432\",\"10.436436\"\n\"2024-07-09T17:55:00.000Z\",\"4.485607\",\"4.472771\"\n\"2024-07-09T18:00:00.000Z\",\"0.930975\",\"0.928764\"\n\"2024-07-09T18:05:00.000Z\",\"10.458783\",\"10.429636\"\n\"2024-07-09T18:10:00.000Z\",\"4.496315\",\"4.483825\"\n\"2024-07-09T18:15:00.000Z\",\"0.919325\",\"0.917197\"\n\"2024-07-09T18:20:00.000Z\",\"10.640433\",\"10.614626\"\n\"2024-07-09T18:25:00.000Z\",\"4.312074\",\"4.296891\"\n\"2024-07-09T18:30:00.000Z\",\"0.942289\",\"0.940092\"\n\"2024-07-09T18:35:00.000Z\",\"10.474838\",\"10.445387\"\n\"2024-07-09T18:40:00.000Z\",\"4.461006\",\"4.449067\"\n\"2024-07-09T18:45:00.000Z\",\"0.96022\",\"0.957994\"\n\"2024-07-09T18:50:00.000Z\",\"10.444871\",\"10.416841\"\n\"2024-07-09T18:55:00.000Z\",\"4.444513\",\"4.432709\"\n\"2024-07-09T19:00:00.000Z\",\"0.949486\",\"0.947215\"\n\"2024-07-09T19:05:00.000Z\",\"10.653691\",\"10.623188\"\n\"2024-07-09T19:10:00.000Z\",\"4.306551\",\"4.294267\"\n\"2024-07-09T19:15:00.000Z\",\"0.915606\",\"0.913512\"\n\"2024-07-09T19:20:00.000Z\",\"10.640664\",\"10.610798\"\n\"2024-07-09T19:25:00.000Z\",\"4.318186\",\"4.306755\"\n\"2024-07-09T19:30:00.000Z\",\"0.897375\",\"0.895248\"\n\"2024-07-09T19:35:00.000Z\",\"10.650955\",\"10.620377\"\n\"2024-07-09T19:40:00.000Z\",\"4.347516\",\"4.335851\"\n\"2024-07-09T19:45:00.000Z\",\"0.867241\",\"0.865238\"\n\"2024-07-09T19:50:00.000Z\",\"10.62985\",\"10.60037\"\n\"2024-07-09T19:55:00.000Z\",\"4.378706\",\"4.366859\"\n\"2024-07-09T20:00:00.000Z\",\"0.832124\",\"0.830297\"\n\"2024-07-09T20:05:00.000Z\",\"10.63392\",\"10.605704\"\n\"2024-07-09T20:10:00.000Z\",\"4.408917\",\"4.395682\"\n\"2024-07-09T20:15:00.000Z\",\"0.995447\",\"0.993007\"\n\"2024-07-09T20:20:00.000Z\",\"10.46673\",\"10.436818\"\n\"2024-07-09T20:25:00.000Z\",\"4.434645\",\"4.422622\"\n\"2024-07-09T20:30:00.000Z\",\"0.981041\",\"0.978709\"\n\"2024-07-09T20:35:00.000Z\",\"10.446964\",\"10.418086\"\n\"2024-07-09T20:40:00.000Z\",\"4.440284\",\"4.428517\"\n\"2024-07-09T20:45:00.000Z\",\"0.947576\",\"0.945371\"\n\"2024-07-09T20:50:00.000Z\",\"10.43939\",\"10.411037\"\n\"2024-07-09T20:55:00.000Z\",\"4.468461\",\"4.456684\"\n\"2024-07-09T21:00:00.000Z\",\"0.94524\",\"0.942997\"\n\"2024-07-09T21:05:00.000Z\",\"10.442151\",\"10.413672\"\n\"2024-07-09T21:10:00.000Z\",\"4.481811\",\"4.469522\"\n\"2024-07-09T21:15:00.000Z\",\"0.922004\",\"0.91987\"\n\"2024-07-09T21:20:00.000Z\",\"10.626215\",\"10.597325\"\n\"2024-07-09T21:25:00.000Z\",\"4.309471\",\"4.298145\"\n\"2024-07-09T21:30:00.000Z\",\"0.888412\",\"0.89007\"\n\"2024-07-09T21:35:00.000Z\",\"10.635027\",\"10.601956\"\n\"2024-07-09T21:40:00.000Z\",\"4.355198\",\"4.343109\"\n\"2024-07-09T21:45:00.000Z\",\"0.868037\",\"0.866079\"\n\"2024-07-09T21:50:00.000Z\",\"10.639933\",\"10.614179\"\n\"2024-07-09T21:55:00.000Z\",\"4.366843\",\"4.351351\"\n\"2024-07-09T22:00:00.000Z\",\"0.853605\",\"0.851595\"\n\"2024-07-09T22:05:00.000Z\",\"10.632127\",\"10.602694\"\n\"2024-07-09T22:10:00.000Z\",\"4.393124\",\"4.381031\"\n\"2024-07-09T22:15:00.000Z\",\"0.85046\",\"0.848545\"\n\"2024-07-09T22:20:00.000Z\",\"10.620592\",\"10.591599\"\n\"2024-07-09T22:25:00.000Z\",\"4.389231\",\"4.377564\"\n\"2024-07-09T22:30:00.000Z\",\"0.999581\",\"0.99712\"\n\"2024-07-09T22:35:00.000Z\",\"10.444056\",\"10.415126\"\n\"2024-07-09T22:40:00.000Z\",\"4.429089\",\"4.417161\"\n\"2024-07-09T22:45:00.000Z\",\"0.962975\",\"0.960588\"\n\"2024-07-09T22:50:00.000Z\",\"10.437262\",\"10.408666\"\n\"2024-07-09T22:55:00.000Z\",\"4.468738\",\"4.456764\"\n\"2024-07-09T23:00:00.000Z\",\"0.924485\",\"0.922301\"\n\"2024-07-09T23:05:00.000Z\",\"10.622839\",\"10.593882\"\n\"2024-07-09T23:10:00.000Z\",\"4.309549\",\"4.2982\"\n\"2024-07-09T23:15:00.000Z\",\"0.896308\",\"0.894254\"\n\"2024-07-09T23:20:00.000Z\",\"10.630502\",\"10.60116\"\n\"2024-07-09T23:25:00.000Z\",\"4.351627\",\"4.339582\"\n\"2024-07-09T23:30:00.000Z\",\"0.863007\",\"0.861041\"\n\"2024-07-09T23:35:00.000Z\",\"10.629669\",\"10.600181\"\n\"2024-07-09T23:40:00.000Z\",\"4.382345\",\"4.370499\"\n\"2024-07-09T23:45:00.000Z\",\"0.825847\",\"0.823971\"\n\"2024-07-09T23:50:00.000Z\",\"10.646158\",\"10.615827\"\n\"2024-07-09T23:55:00.000Z\",\"4.429241\",\"4.416746\"\n\"2024-07-10T00:00:00.000Z\",\"0.974366\",\"0.975612\"\n\"2024-07-10T00:05:00.000Z\",\"10.452266\",\"10.41944\"\n\"2024-07-10T00:10:00.000Z\",\"4.449211\",\"4.437345\"\n\"2024-07-10T00:15:00.000Z\",\"0.933052\",\"0.930843\"\n\"2024-07-10T00:20:00.000Z\",\"10.644345\",\"10.614281\"\n\"2024-07-10T00:25:00.000Z\",\"4.30953\",\"4.297811\"\n\"2024-07-10T00:30:00.000Z\",\"0.896062\",\"0.894002\"\n\"2024-07-10T00:35:00.000Z\",\"10.612591\",\"10.58763\"\n\"2024-07-10T00:40:00.000Z\",\"4.344685\",\"4.329491\"\n\"2024-07-10T00:45:00.000Z\",\"0.856797\",\"0.854835\"\n\"2024-07-10T00:50:00.000Z\",\"10.631216\",\"10.601827\"\n\"2024-07-10T00:55:00.000Z\",\"4.378501\",\"4.36703\"\n\"2024-07-10T01:00:00.000Z\",\"0.859423\",\"0.858648\"\n\"2024-07-10T01:05:00.000Z\",\"10.634248\",\"10.603398\"\n\"2024-07-10T01:10:00.000Z\",\"4.386325\",\"4.374261\"\n\"2024-07-10T01:15:00.000Z\",\"1.015891\",\"1.013556\"\n\"2024-07-10T01:20:00.000Z\",\"10.450388\",\"10.421299\"\n\"2024-07-10T01:25:00.000Z\",\"4.404341\",\"4.392615\"\n\"2024-07-10T01:30:00.000Z\",\"0.97768\",\"0.975373\"\n\"2024-07-10T01:35:00.000Z\",\"10.447298\",\"10.41872\"\n\"2024-07-10T01:40:00.000Z\",\"4.437605\",\"4.425815\"\n\"2024-07-10T01:45:00.000Z\",\"0.96134\",\"0.959143\"\n\"2024-07-10T01:50:00.000Z\",\"10.628129\",\"10.599472\"\n\"2024-07-10T01:55:00.000Z\",\"4.265591\",\"4.254345\"\n\"2024-07-10T02:00:00.000Z\",\"0.960193\",\"0.95799\"\n\"2024-07-10T02:05:00.000Z\",\"10.471131\",\"10.441968\"\n\"2024-07-10T02:10:00.000Z\",\"4.446132\",\"4.434221\"\n\"2024-07-10T02:15:00.000Z\",\"0.97192\",\"0.969604\"\n\"2024-07-10T02:20:00.000Z\",\"10.466068\",\"10.436533\"\n\"2024-07-10T02:25:00.000Z\",\"4.455076\",\"4.442925\"\n\"2024-07-10T02:30:00.000Z\",\"0.959108\",\"0.956898\"\n\"2024-07-10T02:35:00.000Z\",\"10.463062\",\"10.433683\"\n\"2024-07-10T02:40:00.000Z\",\"4.456755\",\"4.444859\"\n\"2024-07-10T02:45:00.000Z\",\"0.955993\",\"0.953615\"\n\"2024-07-10T02:50:00.000Z\",\"10.446771\",\"10.418243\"\n\"2024-07-10T02:55:00.000Z\",\"4.465681\",\"4.453521\"\n\"2024-07-10T03:00:00.000Z\",\"0.95745\",\"0.955173\"\n\"2024-07-10T03:05:00.000Z\",\"10.470482\",\"10.44091\"\n\"2024-07-10T03:10:00.000Z\",\"4.466452\",\"4.453867\"\n\"2024-07-10T03:15:00.000Z\",\"0.945477\",\"0.943276\"\n\"2024-07-10T03:20:00.000Z\",\"10.442304\",\"10.413822\"\n\"2024-07-10T03:25:00.000Z\",\"4.470177\",\"4.458313\"\n\"2024-07-10T03:30:00.000Z\",\"0.940592\",\"0.938344\"\n\"2024-07-10T03:35:00.000Z\",\"10.455615\",\"10.426623\"\n\"2024-07-10T03:40:00.000Z\",\"4.476438\",\"4.464443\"\n\"2024-07-10T03:45:00.000Z\",\"0.970817\",\"0.968735\"\n\"2024-07-10T03:50:00.000Z\",\"10.437112\",\"10.409082\"\n\"2024-07-10T03:55:00.000Z\",\"4.441452\",\"4.429809\"\n\"2024-07-10T04:00:00.000Z\",\"0.95809\",\"0.955889\"\n\"2024-07-10T04:05:00.000Z\",\"10.442987\",\"10.415008\"\n\"2024-07-10T04:10:00.000Z\",\"4.445851\",\"4.434165\"\n\"2024-07-10T04:15:00.000Z\",\"0.946977\",\"0.945875\"\n\"2024-07-10T04:20:00.000Z\",\"10.435071\",\"10.409622\"\n\"2024-07-10T04:25:00.000Z\",\"4.467354\",\"4.451948\"\n\"2024-07-10T04:30:00.000Z\",\"0.940607\",\"0.938441\"\n\"2024-07-10T04:35:00.000Z\",\"10.64514\",\"10.615712\"\n\"2024-07-10T04:40:00.000Z\",\"4.291699\",\"4.280015\"\n\"2024-07-10T04:45:00.000Z\",\"0.930504\",\"0.92837\"\n\"2024-07-10T04:50:00.000Z\",\"10.627739\",\"10.598915\"\n\"2024-07-10T04:55:00.000Z\",\"4.299424\",\"4.287873\"\n\"2024-07-10T05:00:00.000Z\",\"0.929626\",\"0.931096\"\n\"2024-07-10T05:05:00.000Z\",\"10.466263\",\"10.43363\"\n\"2024-07-10T05:10:00.000Z\",\"4.475987\",\"4.463986\"\n\"2024-07-10T05:15:00.000Z\",\"0.940757\",\"0.938562\"\n\"2024-07-10T05:20:00.000Z\",\"10.64816\",\"10.618446\"\n\"2024-07-10T05:25:00.000Z\",\"4.293757\",\"4.281961\"\n\"2024-07-10T05:30:00.000Z\",\"0.942349\",\"0.940088\"\n\"2024-07-10T05:35:00.000Z\",\"10.433449\",\"10.405485\"\n\"2024-07-10T05:40:00.000Z\",\"4.475199\",\"4.463422\"\n\"2024-07-10T05:45:00.000Z\",\"0.940191\",\"0.938026\"\n\"2024-07-10T05:50:00.000Z\",\"10.450737\",\"10.421688\"\n\"2024-07-10T05:55:00.000Z\",\"4.483072\",\"4.47106\"\n\"2024-07-10T06:00:00.000Z\",\"0.928546\",\"0.926292\"\n\"2024-07-10T06:05:00.000Z\",\"10.633104\",\"10.603973\"\n\"2024-07-10T06:10:00.000Z\",\"4.310296\",\"4.29855\"\n\"2024-07-10T06:15:00.000Z\",\"0.908937\",\"0.906798\"\n\"2024-07-10T06:20:00.000Z\",\"10.643477\",\"10.613648\"\n\"2024-07-10T06:25:00.000Z\",\"4.332166\",\"4.320671\"\n\"2024-07-10T06:30:00.000Z\",\"0.923195\",\"0.921122\"\n\"2024-07-10T06:35:00.000Z\",\"10.622373\",\"10.593601\"\n\"2024-07-10T06:40:00.000Z\",\"4.31274\",\"4.301045\"\n\"2024-07-10T06:45:00.000Z\",\"0.915802\",\"0.913632\"\n\"2024-07-10T06:50:00.000Z\",\"10.629817\",\"10.600868\"\n\"2024-07-10T06:55:00.000Z\",\"4.326377\",\"4.314337\"\n\"2024-07-10T07:00:00.000Z\",\"0.919388\",\"0.917096\"\n\"2024-07-10T07:05:00.000Z\",\"10.662012\",\"10.631586\"\n\"2024-07-10T07:10:00.000Z\",\"4.327483\",\"4.315029\"\n\"2024-07-10T07:15:00.000Z\",\"0.890379\",\"0.888317\"\n\"2024-07-10T07:20:00.000Z\",\"10.633047\",\"10.603568\"\n\"2024-07-10T07:25:00.000Z\",\"4.354995\",\"4.342934\"\n\"2024-07-10T07:30:00.000Z\",\"0.852686\",\"0.850777\"\n\"2024-07-10T07:35:00.000Z\",\"10.63007\",\"10.600917\"\n\"2024-07-10T07:40:00.000Z\",\"4.384612\",\"4.372657\"\n\"2024-07-10T07:45:00.000Z\",\"0.822493\",\"0.820609\"\n\"2024-07-10T07:50:00.000Z\",\"10.62238\",\"10.593463\"\n\"2024-07-10T07:55:00.000Z\",\"4.424734\",\"4.412492\"\n\"2024-07-10T08:00:00.000Z\",\"0.978001\",\"0.975778\"\n\"2024-07-10T08:05:00.000Z\",\"10.440519\",\"10.411935\"\n\"2024-07-10T08:10:00.000Z\",\"4.452768\",\"4.440539\"\n\"2024-07-10T08:15:00.000Z\",\"0.944663\",\"0.942508\"\n\"2024-07-10T08:20:00.000Z\",\"10.630143\",\"10.600808\"\n\"2024-07-10T08:25:00.000Z\",\"4.292999\",\"4.281597\"\n\"2024-07-10T08:30:00.000Z\",\"0.907527\",\"0.905392\"\n\"2024-07-10T08:35:00.000Z\",\"10.640991\",\"10.611118\"\n\"2024-07-10T08:40:00.000Z\",\"4.333796\",\"4.32208\"\n\"2024-07-10T08:45:00.000Z\",\"0.873879\",\"0.871674\"\n\"2024-07-10T08:50:00.000Z\",\"10.661324\",\"10.630402\"\n\"2024-07-10T08:55:00.000Z\",\"4.367588\",\"4.355972\"\n\"2024-07-10T09:00:00.000Z\",\"0.836403\",\"0.834499\"\n\"2024-07-10T09:05:00.000Z\",\"10.618406\",\"10.589683\"\n\"2024-07-10T09:10:00.000Z\",\"4.409441\",\"4.39727\"\n\"2024-07-10T09:15:00.000Z\",\"0.837154\",\"0.835258\"\n\"2024-07-10T09:20:00.000Z\",\"10.62181\",\"10.592887\"\n\"2024-07-10T09:25:00.000Z\",\"4.398431\",\"4.386802\"\n\"2024-07-10T09:30:00.000Z\",\"0.988272\",\"0.985959\"\n\"2024-07-10T09:35:00.000Z\",\"10.447888\",\"10.422429\"\n\"2024-07-10T09:40:00.000Z\",\"4.435885\",\"4.4205\"\n\"2024-07-10T09:45:00.000Z\",\"0.955786\",\"0.953556\"\n\"2024-07-10T09:50:00.000Z\",\"10.615711\",\"10.586938\"\n\"2024-07-10T09:55:00.000Z\",\"4.286346\",\"4.27493\"\n\"2024-07-10T10:00:00.000Z\",\"0.919306\",\"0.917209\"\n\"2024-07-10T10:05:00.000Z\",\"10.625616\",\"10.59653\"\n\"2024-07-10T10:10:00.000Z\",\"4.325061\",\"4.313111\"\n\"2024-07-10T10:15:00.000Z\",\"0.885566\",\"0.883485\"\n\"2024-07-10T10:20:00.000Z\",\"10.636613\",\"10.606825\"\n\"2024-07-10T10:25:00.000Z\",\"4.365079\",\"4.3531\"\n\"2024-07-10T10:30:00.000Z\",\"0.848784\",\"0.846765\"\n\"2024-07-10T10:35:00.000Z\",\"10.638318\",\"10.612119\"\n\"2024-07-10T10:40:00.000Z\",\"4.398986\",\"4.383362\"\n\"2024-07-10T10:45:00.000Z\",\"0.812357\",\"0.81051\"\n\"2024-07-10T10:50:00.000Z\",\"10.628559\",\"10.599522\"\n\"2024-07-10T10:55:00.000Z\",\"4.425204\",\"4.413365\"\n\"2024-07-10T11:00:00.000Z\",\"0.962947\",\"0.960705\"\n\"2024-07-10T11:05:00.000Z\",\"10.436538\",\"10.408185\"\n\"2024-07-10T11:10:00.000Z\",\"4.456962\",\"4.445278\"\n\"2024-07-10T11:15:00.000Z\",\"0.929596\",\"0.927419\"\n\"2024-07-10T11:20:00.000Z\",\"10.626307\",\"10.597343\"\n\"2024-07-10T11:25:00.000Z\",\"4.304325\",\"4.292987\"\n\"2024-07-10T11:30:00.000Z\",\"0.893834\",\"0.89171\"\n\"2024-07-10T11:35:00.000Z\",\"10.636025\",\"10.606404\"\n\"2024-07-10T11:40:00.000Z\",\"4.345038\",\"4.333896\"\n\"2024-07-10T11:45:00.000Z\",\"0.89488\",\"0.892821\"\n\"2024-07-10T11:50:00.000Z\",\"10.624696\",\"10.595618\"\n\"2024-07-10T11:55:00.000Z\",\"4.355143\",\"4.34296\"\n\"2024-07-10T12:00:00.000Z\",\"0.858448\",\"0.856339\"\n\"2024-07-10T12:05:00.000Z\",\"10.639042\",\"10.609482\"\n\"2024-07-10T12:10:00.000Z\",\"4.38128\",\"4.369495\"\n\"2024-07-10T12:15:00.000Z\",\"1.014211\",\"1.01167\"\n\"2024-07-10T12:20:00.000Z\",\"10.464691\",\"10.435042\"\n\"2024-07-10T12:25:00.000Z\",\"4.412684\",\"4.400722\"\n\"2024-07-10T12:30:00.000Z\",\"0.982015\",\"0.97978\"\n\"2024-07-10T12:35:00.000Z\",\"10.441321\",\"10.412707\"\n\"2024-07-10T12:40:00.000Z\",\"4.449765\",\"4.437524\"\n\"2024-07-10T12:45:00.000Z\",\"0.945307\",\"0.943114\"\n\"2024-07-10T12:50:00.000Z\",\"10.435763\",\"10.407476\"\n\"2024-07-10T12:55:00.000Z\",\"4.475227\",\"4.463463\"\n\"2024-07-10T13:00:00.000Z\",\"0.908347\",\"0.906207\"\n\"2024-07-10T13:05:00.000Z\",\"10.617616\",\"10.588974\"\n\"2024-07-10T13:10:00.000Z\",\"4.327069\",\"4.315706\"\n\"2024-07-10T13:15:00.000Z\",\"0.878548\",\"0.876522\"\n\"2024-07-10T13:20:00.000Z\",\"10.621026\",\"10.592167\"\n\"2024-07-10T13:25:00.000Z\",\"4.37398\",\"4.361682\"\n\"2024-07-10T13:30:00.000Z\",\"0.845929\",\"0.843978\"\n\"2024-07-10T13:35:00.000Z\",\"10.618475\",\"10.589888\"\n\"2024-07-10T13:40:00.000Z\",\"4.405986\",\"4.393665\"\n\"2024-07-10T13:45:00.000Z\",\"0.813536\",\"0.811636\"\n\"2024-07-10T13:50:00.000Z\",\"10.636825\",\"10.610297\"\n\"2024-07-10T13:55:00.000Z\",\"4.438179\",\"4.422587\"\n\"2024-07-10T14:00:00.000Z\",\"0.968979\",\"0.96661\"\n\"2024-07-10T14:05:00.000Z\",\"10.455509\",\"10.426105\"\n\"2024-07-10T14:10:00.000Z\",\"4.463983\",\"4.451777\"\n\"2024-07-10T14:15:00.000Z\",\"0.933731\",\"0.931677\"\n\"2024-07-10T14:20:00.000Z\",\"10.440428\",\"10.411905\"\n\"2024-07-10T14:25:00.000Z\",\"4.517034\",\"4.503847\"\n\"2024-07-10T14:30:00.000Z\",\"0.928323\",\"0.929848\"\n\"2024-07-10T14:35:00.000Z\",\"10.658383\",\"10.624924\"\n\"2024-07-10T14:40:00.000Z\",\"4.313731\",\"4.301094\"\n\"2024-07-10T14:45:00.000Z\",\"0.897044\",\"0.896019\"\n\"2024-07-10T14:50:00.000Z\",\"10.623448\",\"10.59445\"\n\"2024-07-10T14:55:00.000Z\",\"4.354836\",\"4.342627\"\n\"2024-07-10T15:00:00.000Z\",\"0.859807\",\"0.857865\"\n\"2024-07-10T15:05:00.000Z\",\"10.645435\",\"10.615409\"\n\"2024-07-10T15:10:00.000Z\",\"4.40203\",\"4.389231\"\n\"2024-07-10T15:15:00.000Z\",\"0.828935\",\"0.827281\"\n\"2024-07-10T15:20:00.000Z\",\"10.66642\",\"10.634857\"\n\"2024-07-10T15:25:00.000Z\",\"4.410862\",\"4.399212\"\n\"2024-07-10T15:30:00.000Z\",\"0.97488\",\"0.972602\"\n\"2024-07-10T15:35:00.000Z\",\"10.435316\",\"10.407058\"\n\"2024-07-10T15:40:00.000Z\",\"4.442432\",\"4.430789\"\n\"2024-07-10T15:45:00.000Z\",\"0.942378\",\"0.940146\"\n\"2024-07-10T15:50:00.000Z\",\"10.459756\",\"10.430204\"\n\"2024-07-10T15:55:00.000Z\",\"4.488956\",\"4.476704\"\n\"2024-07-10T16:00:00.000Z\",\"0.910892\",\"0.908613\"\n\"2024-07-10T16:05:00.000Z\",\"10.641202\",\"10.611328\"\n\"2024-07-10T16:10:00.000Z\",\"4.333839\",\"4.322133\"\n\"2024-07-10T16:15:00.000Z\",\"0.877223\",\"0.87519\"\n\"2024-07-10T16:20:00.000Z\",\"10.636847\",\"10.607358\"\n\"2024-07-10T16:25:00.000Z\",\"4.35717\",\"4.345563\"\n\"2024-07-10T16:30:00.000Z\",\"0.848551\",\"0.846482\"\n\"2024-07-10T16:35:00.000Z\",\"10.632111\",\"10.602518\"\n\"2024-07-10T16:40:00.000Z\",\"4.413477\",\"4.400751\"\n\"2024-07-10T16:45:00.000Z\",\"0.822556\",\"0.820663\"\n\"2024-07-10T16:50:00.000Z\",\"10.632596\",\"10.603321\"\n\"2024-07-10T16:55:00.000Z\",\"4.416521\",\"4.404522\"\n\"2024-07-10T17:00:00.000Z\",\"0.846473\",\"0.844522\"\n\"2024-07-10T17:05:00.000Z\",\"10.633572\",\"10.604284\"\n\"2024-07-10T17:10:00.000Z\",\"4.405713\",\"4.393033\"\n\"2024-07-10T17:15:00.000Z\",\"0.813076\",\"0.811295\"\n\"2024-07-10T17:20:00.000Z\",\"10.633819\",\"10.604643\"\n\"2024-07-10T17:25:00.000Z\",\"4.415092\",\"4.403379\"\n\"2024-07-10T17:30:00.000Z\",\"0.98035\",\"0.97812\"\n\"2024-07-10T17:35:00.000Z\",\"10.468535\",\"10.442729\"\n\"2024-07-10T17:40:00.000Z\",\"4.427558\",\"4.412257\"\n\"2024-07-10T17:45:00.000Z\",\"0.988698\",\"0.986443\"\n\"2024-07-10T17:50:00.000Z\",\"10.439544\",\"10.414729\"\n\"2024-07-10T17:55:00.000Z\",\"4.437242\",\"4.421572\"\n\"2024-07-10T18:00:00.000Z\",\"0.976013\",\"0.973786\"\n\"2024-07-10T18:05:00.000Z\",\"10.445322\",\"10.416869\"\n\"2024-07-10T18:10:00.000Z\",\"4.436241\",\"4.424518\"\n\"2024-07-10T18:15:00.000Z\",\"0.95187\",\"0.949639\"\n\"2024-07-10T18:20:00.000Z\",\"10.452357\",\"10.423005\"\n\"2024-07-10T18:25:00.000Z\",\"4.480346\",\"4.468151\"\n\"2024-07-10T18:30:00.000Z\",\"0.915603\",\"0.913542\"\n\"2024-07-10T18:35:00.000Z\",\"10.645566\",\"10.615635\"\n\"2024-07-10T18:40:00.000Z\",\"4.320285\",\"4.308578\"\n\"2024-07-10T18:45:00.000Z\",\"0.890655\",\"0.88852\"\n\"2024-07-10T18:50:00.000Z\",\"10.650951\",\"10.620742\"\n\"2024-07-10T18:55:00.000Z\",\"4.356342\",\"4.344217\"\n\"2024-07-10T19:00:00.000Z\",\"0.865242\",\"0.863218\"\n\"2024-07-10T19:05:00.000Z\",\"10.667398\",\"10.635629\"\n\"2024-07-10T19:10:00.000Z\",\"4.40134\",\"4.388344\"\n\"2024-07-10T19:15:00.000Z\",\"0.831191\",\"0.829235\"\n\"2024-07-10T19:20:00.000Z\",\"10.653137\",\"10.622845\"\n\"2024-07-10T19:25:00.000Z\",\"4.427625\",\"4.414205\"\n\"2024-07-10T19:30:00.000Z\",\"0.803989\",\"0.802168\"\n\"2024-07-10T19:35:00.000Z\",\"10.63847\",\"10.608739\"\n\"2024-07-10T19:40:00.000Z\",\"4.441025\",\"4.428881\"\n\"2024-07-10T19:45:00.000Z\",\"0.988653\",\"0.986325\"\n\"2024-07-10T19:50:00.000Z\",\"10.450862\",\"10.421612\"\n\"2024-07-10T19:55:00.000Z\",\"4.439024\",\"4.42716\"\n\"2024-07-10T20:00:00.000Z\",\"0.966747\",\"0.964503\"\n\"2024-07-10T20:05:00.000Z\",\"10.487678\",\"10.457407\"\n\"2024-07-10T20:10:00.000Z\",\"4.464039\",\"4.451068\"\n\"2024-07-10T20:15:00.000Z\",\"0.976525\",\"0.974288\"\n\"2024-07-10T20:20:00.000Z\",\"10.437837\",\"10.409405\"\n\"2024-07-10T20:25:00.000Z\",\"4.45074\",\"4.438638\"\n\"2024-07-10T20:30:00.000Z\",\"0.931922\",\"0.929616\"\n\"2024-07-10T20:35:00.000Z\",\"10.454793\",\"10.425846\"\n\"2024-07-10T20:40:00.000Z\",\"4.487988\",\"4.475951\"\n\"2024-07-10T20:45:00.000Z\",\"0.90911\",\"0.906935\"\n\"2024-07-10T20:50:00.000Z\",\"10.62259\",\"10.593848\"\n\"2024-07-10T20:55:00.000Z\",\"4.324351\",\"4.312958\"\n\"2024-07-10T21:00:00.000Z\",\"0.875965\",\"0.873955\"\n\"2024-07-10T21:05:00.000Z\",\"10.65434\",\"10.623989\"\n\"2024-07-10T21:10:00.000Z\",\"4.366244\",\"4.354257\"\n\"2024-07-10T21:15:00.000Z\",\"0.89113\",\"0.889161\"\n\"2024-07-10T21:20:00.000Z\",\"10.644719\",\"10.614851\"\n\"2024-07-10T21:25:00.000Z\",\"4.354683\",\"4.342478\"\n\"2024-07-10T21:30:00.000Z\",\"0.867789\",\"0.865722\"\n\"2024-07-10T21:35:00.000Z\",\"10.6403\",\"10.610657\"\n\"2024-07-10T21:40:00.000Z\",\"4.386366\",\"4.373762\"\n\"2024-07-10T21:45:00.000Z\",\"0.849974\",\"0.847978\"\n\"2024-07-10T21:50:00.000Z\",\"10.641775\",\"10.612612\"\n\"2024-07-10T21:55:00.000Z\",\"4.37623\",\"4.364497\"\n\"2024-07-10T22:00:00.000Z\",\"0.840461\",\"0.838481\"\n\"2024-07-10T22:05:00.000Z\",\"10.668634\",\"10.637886\"\n\"2024-07-10T22:10:00.000Z\",\"4.391624\",\"4.379649\"\n\"2024-07-10T22:15:00.000Z\",\"0.828768\",\"0.826763\"\n\"2024-07-10T22:20:00.000Z\",\"10.630903\",\"10.601959\"\n\"2024-07-10T22:25:00.000Z\",\"4.418761\",\"4.406312\"\n\"2024-07-10T22:30:00.000Z\",\"0.984859\",\"0.982542\"\n\"2024-07-10T22:35:00.000Z\",\"10.456589\",\"10.427139\"\n\"2024-07-10T22:40:00.000Z\",\"4.457901\",\"4.445236\"\n\"2024-07-10T22:45:00.000Z\",\"0.944295\",\"0.945851\"\n\"2024-07-10T22:50:00.000Z\",\"10.447179\",\"10.414549\"\n\"2024-07-10T22:55:00.000Z\",\"4.47796\",\"4.465951\"\n\"2024-07-10T23:00:00.000Z\",\"0.916799\",\"0.914616\"\n\"2024-07-10T23:05:00.000Z\",\"10.660656\",\"10.62982\"\n\"2024-07-10T23:10:00.000Z\",\"4.327565\",\"4.315809\"\n\"2024-07-10T23:15:00.000Z\",\"0.881603\",\"0.879518\"\n\"2024-07-10T23:20:00.000Z\",\"10.654677\",\"10.624106\"\n\"2024-07-10T23:25:00.000Z\",\"4.359652\",\"4.347865\"\n\"2024-07-10T23:30:00.000Z\",\"0.850282\",\"0.848285\"\n\"2024-07-10T23:35:00.000Z\",\"10.644679\",\"10.614875\"\n\"2024-07-10T23:40:00.000Z\",\"4.400657\",\"4.388234\"\n\"2024-07-10T23:45:00.000Z\",\"0.818724\",\"0.820633\"\n\"2024-07-10T23:50:00.000Z\",\"10.64698\",\"10.613315\"\n\"2024-07-10T23:55:00.000Z\",\"4.433498\",\"4.420853\"\n\"2024-07-11T00:00:00.000Z\",\"1.017492\",\"1.01485\"\n\"2024-07-11T00:05:00.000Z\",\"10.487509\",\"10.456783\"\n\"2024-07-11T00:10:00.000Z\",\"4.426827\",\"4.414184\"\n\"2024-07-11T00:15:00.000Z\",\"0.984451\",\"0.982054\"\n\"2024-07-11T00:20:00.000Z\",\"10.465876\",\"10.435987\"\n\"2024-07-11T00:25:00.000Z\",\"4.457695\",\"4.445074\"\n\"2024-07-11T00:30:00.000Z\",\"0.951325\",\"0.949267\"\n\"2024-07-11T00:35:00.000Z\",\"10.615276\",\"10.586753\"\n\"2024-07-11T00:40:00.000Z\",\"4.293253\",\"4.281549\"\n\"2024-07-11T00:45:00.000Z\",\"0.919753\",\"0.917566\"\n\"2024-07-11T00:50:00.000Z\",\"10.617604\",\"10.58914\"\n\"2024-07-11T00:55:00.000Z\",\"4.313041\",\"4.30175\"\n\"2024-07-11T01:00:00.000Z\",\"0.886559\",\"0.884411\"\n\"2024-07-11T01:05:00.000Z\",\"10.63668\",\"10.607183\"\n\"2024-07-11T01:10:00.000Z\",\"4.372228\",\"4.359493\"\n\"2024-07-11T01:15:00.000Z\",\"0.849933\",\"0.848047\"\n\"2024-07-11T01:20:00.000Z\",\"10.646763\",\"10.619479\"\n\"2024-07-11T01:25:00.000Z\",\"4.401403\",\"4.386086\"\n\"2024-07-11T01:30:00.000Z\",\"0.818388\",\"0.816621\"\n\"2024-07-11T01:35:00.000Z\",\"10.614152\",\"10.585715\"\n\"2024-07-11T01:40:00.000Z\",\"4.415831\",\"4.404313\"\n\"2024-07-11T01:45:00.000Z\",\"0.971715\",\"0.96946\"\n\"2024-07-11T01:50:00.000Z\",\"10.458463\",\"10.429185\"\n\"2024-07-11T01:55:00.000Z\",\"4.45716\",\"4.444729\"\n\"2024-07-11T02:00:00.000Z\",\"0.949443\",\"0.947284\"\n\"2024-07-11T02:05:00.000Z\",\"10.455978\",\"10.426601\"\n\"2024-07-11T02:10:00.000Z\",\"4.492719\",\"4.479726\"\n\"2024-07-11T02:15:00.000Z\",\"0.918824\",\"0.916722\"\n\"2024-07-11T02:20:00.000Z\",\"10.619036\",\"10.59031\"\n\"2024-07-11T02:25:00.000Z\",\"4.318114\",\"4.306753\"\n\"2024-07-11T02:30:00.000Z\",\"0.917918\",\"0.915867\"\n\"2024-07-11T02:35:00.000Z\",\"10.63334\",\"10.603887\"\n\"2024-07-11T02:40:00.000Z\",\"4.321843\",\"4.310302\"\n\"2024-07-11T02:45:00.000Z\",\"0.892578\",\"0.890209\"\n\"2024-07-11T02:50:00.000Z\",\"10.655847\",\"10.625288\"\n\"2024-07-11T02:55:00.000Z\",\"4.355327\",\"4.343561\"\n\"2024-07-11T03:00:00.000Z\",\"0.851538\",\"0.849581\"\n\"2024-07-11T03:05:00.000Z\",\"10.619831\",\"10.591357\"\n\"2024-07-11T03:10:00.000Z\",\"4.378459\",\"4.366938\"\n\"2024-07-11T03:15:00.000Z\",\"0.826072\",\"0.827842\"\n\"2024-07-11T03:20:00.000Z\",\"10.653565\",\"10.619569\"\n\"2024-07-11T03:25:00.000Z\",\"4.425074\",\"4.412528\"\n\"2024-07-11T03:30:00.000Z\",\"0.982549\",\"0.980144\"\n\"2024-07-11T03:35:00.000Z\",\"10.461805\",\"10.432221\"\n\"2024-07-11T03:40:00.000Z\",\"4.454218\",\"4.441813\"\n\"2024-07-11T03:45:00.000Z\",\"0.949697\",\"0.947428\"\n\"2024-07-11T03:50:00.000Z\",\"10.454464\",\"10.425671\"\n\"2024-07-11T03:55:00.000Z\",\"4.485853\",\"4.473036\"\n\"2024-07-11T04:00:00.000Z\",\"0.919721\",\"0.917576\"\n\"2024-07-11T04:05:00.000Z\",\"10.65723\",\"10.626794\"\n\"2024-07-11T04:10:00.000Z\",\"4.329542\",\"4.317352\"\n\"2024-07-11T04:15:00.000Z\",\"0.908125\",\"0.905893\"\n\"2024-07-11T04:20:00.000Z\",\"10.666493\",\"10.635476\"\n\"2024-07-11T04:25:00.000Z\",\"4.350576\",\"4.337851\"\n\"2024-07-11T04:30:00.000Z\",\"0.89417\",\"0.891921\"\n\"2024-07-11T04:35:00.000Z\",\"10.674599\",\"10.643724\"\n\"2024-07-11T04:40:00.000Z\",\"4.346069\",\"4.333756\"\n\"2024-07-11T04:45:00.000Z\",\"0.891295\",\"0.889034\"\n\"2024-07-11T04:50:00.000Z\",\"10.651447\",\"10.621217\"\n\"2024-07-11T04:55:00.000Z\",\"4.345215\",\"4.333641\"\n\"2024-07-11T05:00:00.000Z\",\"0.88375\",\"0.881696\"\n\"2024-07-11T05:05:00.000Z\",\"10.65385\",\"10.623676\"\n\"2024-07-11T05:10:00.000Z\",\"4.348552\",\"4.336817\"\n\"2024-07-11T05:15:00.000Z\",\"0.899699\",\"0.89763\"\n\"2024-07-11T05:20:00.000Z\",\"10.657316\",\"10.626779\"\n\"2024-07-11T05:25:00.000Z\",\"4.345007\",\"4.332888\"\n\"2024-07-11T05:30:00.000Z\",\"0.867564\",\"0.865548\"\n\"2024-07-11T05:35:00.000Z\",\"10.627333\",\"10.598154\"\n\"2024-07-11T05:40:00.000Z\",\"4.386292\",\"4.373862\"\n\"2024-07-11T05:45:00.000Z\",\"0.832812\",\"0.830941\"\n\"2024-07-11T05:50:00.000Z\",\"10.635327\",\"10.605917\"\n\"2024-07-11T05:55:00.000Z\",\"4.414831\",\"4.40239\"\n\"2024-07-11T06:00:00.000Z\",\"0.98313\",\"0.980709\"\n\"2024-07-11T06:05:00.000Z\",\"10.480571\",\"10.453628\"\n\"2024-07-11T06:10:00.000Z\",\"4.447546\",\"4.431696\"\n\"2024-07-11T06:15:00.000Z\",\"0.954055\",\"0.951776\"\n\"2024-07-11T06:20:00.000Z\",\"10.455883\",\"10.426556\"\n\"2024-07-11T06:25:00.000Z\",\"4.468444\",\"4.456487\"\n\"2024-07-11T06:30:00.000Z\",\"0.91954\",\"0.917344\"\n\"2024-07-11T06:35:00.000Z\",\"10.654697\",\"10.624293\"\n\"2024-07-11T06:40:00.000Z\",\"4.322492\",\"4.310651\"\n\"2024-07-11T06:45:00.000Z\",\"0.88807\",\"0.886058\"\n\"2024-07-11T06:50:00.000Z\",\"10.657255\",\"10.626536\"\n\"2024-07-11T06:55:00.000Z\",\"4.353635\",\"4.341806\"\n\"2024-07-11T07:00:00.000Z\",\"0.858079\",\"0.856097\"\n\"2024-07-11T07:05:00.000Z\",\"10.617297\",\"10.588621\"\n\"2024-07-11T07:10:00.000Z\",\"4.374814\",\"4.363349\"\n\"2024-07-11T07:15:00.000Z\",\"0.829473\",\"0.827403\"\n\"2024-07-11T07:20:00.000Z\",\"10.633182\",\"10.60371\"\n\"2024-07-11T07:25:00.000Z\",\"4.422373\",\"4.410061\"\n\"2024-07-11T07:30:00.000Z\",\"0.980709\",\"0.978448\"\n\"2024-07-11T07:35:00.000Z\",\"10.446596\",\"10.417534\"\n\"2024-07-11T07:40:00.000Z\",\"4.464743\",\"4.451887\"\n\"2024-07-11T07:45:00.000Z\",\"0.949574\",\"0.947277\"\n\"2024-07-11T07:50:00.000Z\",\"10.464521\",\"10.434721\"\n\"2024-07-11T07:55:00.000Z\",\"4.479957\",\"4.467759\"\n\"2024-07-11T08:00:00.000Z\",\"0.952538\",\"0.950245\"\n\"2024-07-11T08:05:00.000Z\",\"10.664279\",\"10.633019\"\n\"2024-07-11T08:10:00.000Z\",\"4.287876\",\"4.276542\"\n\"2024-07-11T08:15:00.000Z\",\"0.91807\",\"0.917404\"\n\"2024-07-11T08:20:00.000Z\",\"10.639847\",\"10.608705\"\n\"2024-07-11T08:25:00.000Z\",\"4.338851\",\"4.326534\"\n\"2024-07-11T08:30:00.000Z\",\"0.878897\",\"0.876797\"\n\"2024-07-11T08:35:00.000Z\",\"10.646264\",\"10.616105\"\n\"2024-07-11T08:40:00.000Z\",\"4.372739\",\"4.360474\"\n\"2024-07-11T08:45:00.000Z\",\"0.841439\",\"0.839553\"\n\"2024-07-11T08:50:00.000Z\",\"10.631881\",\"10.602819\"\n\"2024-07-11T08:55:00.000Z\",\"4.389884\",\"4.3782\"\n\"2024-07-11T09:00:00.000Z\",\"1.005208\",\"1.002712\"\n\"2024-07-11T09:05:00.000Z\",\"10.457478\",\"10.428044\"\n\"2024-07-11T09:10:00.000Z\",\"4.42138\",\"4.409466\"\n\"2024-07-11T09:15:00.000Z\",\"0.968007\",\"0.965703\"\n\"2024-07-11T09:20:00.000Z\",\"10.471626\",\"10.441446\"\n\"2024-07-11T09:25:00.000Z\",\"4.480613\",\"4.467508\"\n\"2024-07-11T09:30:00.000Z\",\"0.932358\",\"0.93024\"\n\"2024-07-11T09:35:00.000Z\",\"10.659636\",\"10.628837\"\n\"2024-07-11T09:40:00.000Z\",\"4.311821\",\"4.299865\"\n\"2024-07-11T09:45:00.000Z\",\"0.902509\",\"0.900329\"\n\"2024-07-11T09:50:00.000Z\",\"10.676781\",\"10.645078\"\n\"2024-07-11T09:55:00.000Z\",\"4.359301\",\"4.346684\"\n\"2024-07-11T10:00:00.000Z\",\"0.867187\",\"0.865144\"\n\"2024-07-11T10:05:00.000Z\",\"10.667046\",\"10.635836\"\n\"2024-07-11T10:10:00.000Z\",\"4.377938\",\"4.365955\"\n\"2024-07-11T10:15:00.000Z\",\"0.834215\",\"0.832247\"\n\"2024-07-11T10:20:00.000Z\",\"10.636618\",\"10.606963\"\n\"2024-07-11T10:25:00.000Z\",\"4.423004\",\"4.410338\"\n\"2024-07-11T10:30:00.000Z\",\"0.796722\",\"0.794887\"\n\"2024-07-11T10:35:00.000Z\",\"10.670975\",\"10.63972\"\n\"2024-07-11T10:40:00.000Z\",\"4.446946\",\"4.434659\"\n\"2024-07-11T10:45:00.000Z\",\"0.992295\",\"0.989752\"\n\"2024-07-11T10:50:00.000Z\",\"10.457254\",\"10.427668\"\n\"2024-07-11T10:55:00.000Z\",\"4.456131\",\"4.443369\"\n\"2024-07-11T11:00:00.000Z\",\"0.954292\",\"0.951949\"\n\"2024-07-11T11:05:00.000Z\",\"10.471164\",\"10.441047\"\n\"2024-07-11T11:10:00.000Z\",\"4.485149\",\"4.472507\"\n\"2024-07-11T11:15:00.000Z\",\"0.925098\",\"0.92278\"\n\"2024-07-11T11:20:00.000Z\",\"10.661992\",\"10.631064\"\n\"2024-07-11T11:25:00.000Z\",\"4.331446\",\"4.31918\"\n\"2024-07-11T11:30:00.000Z\",\"0.893405\",\"0.891147\"\n\"2024-07-11T11:35:00.000Z\",\"10.633005\",\"10.603534\"\n\"2024-07-11T11:40:00.000Z\",\"4.350701\",\"4.339553\"\n\"2024-07-11T11:45:00.000Z\",\"0.851462\",\"0.849629\"\n\"2024-07-11T11:50:00.000Z\",\"10.621682\",\"10.592758\"\n\"2024-07-11T11:55:00.000Z\",\"4.396808\",\"4.384579\"\n\"2024-07-11T12:00:00.000Z\",\"0.818541\",\"0.81669\"\n\"2024-07-11T12:05:00.000Z\",\"10.637849\",\"10.608125\"\n\"2024-07-11T12:10:00.000Z\",\"4.423724\",\"4.411758\"\n\"2024-07-11T12:15:00.000Z\",\"0.969351\",\"0.967087\"\n\"2024-07-11T12:20:00.000Z\",\"10.455395\",\"10.426065\"\n\"2024-07-11T12:25:00.000Z\",\"4.479079\",\"4.465864\"\n\"2024-07-11T12:30:00.000Z\",\"0.938907\",\"0.936785\"\n\"2024-07-11T12:35:00.000Z\",\"10.448594\",\"10.419635\"\n\"2024-07-11T12:40:00.000Z\",\"4.502672\",\"4.489649\"\n\"2024-07-11T12:45:00.000Z\",\"0.913721\",\"0.911674\"\n\"2024-07-11T12:50:00.000Z\",\"10.64815\",\"10.61811\"\n\"2024-07-11T12:55:00.000Z\",\"4.318039\",\"4.306618\"\n\"2024-07-11T13:00:00.000Z\",\"0.88929\",\"0.887261\"\n\"2024-07-11T13:05:00.000Z\",\"10.626789\",\"10.597644\"\n\"2024-07-11T13:10:00.000Z\",\"4.353867\",\"4.342042\"\n\"2024-07-11T13:15:00.000Z\",\"0.896808\",\"0.894709\"\n\"2024-07-11T13:20:00.000Z\",\"10.666234\",\"10.635603\"\n\"2024-07-11T13:25:00.000Z\",\"4.336419\",\"4.324595\"\n\"2024-07-11T13:30:00.000Z\",\"0.880736\",\"0.882429\"\n\"2024-07-11T13:35:00.000Z\",\"10.653957\",\"10.620092\"\n\"2024-07-11T13:40:00.000Z\",\"4.36237\",\"4.350111\"\n\"2024-07-11T13:45:00.000Z\",\"0.865404\",\"0.86344\"\n\"2024-07-11T13:50:00.000Z\",\"10.626224\",\"10.597316\"\n\"2024-07-11T13:55:00.000Z\",\"4.365619\",\"4.354071\"\n\"2024-07-11T14:00:00.000Z\",\"0.836698\",\"0.834764\"\n\"2024-07-11T14:05:00.000Z\",\"10.677238\",\"10.646116\"\n\"2024-07-11T14:10:00.000Z\",\"4.396531\",\"4.384312\"\n\"2024-07-11T14:15:00.000Z\",\"1.006879\",\"1.004453\"\n\"2024-07-11T14:20:00.000Z\",\"10.452138\",\"10.42331\"\n\"2024-07-11T14:25:00.000Z\",\"4.424129\",\"4.411573\"\n\"2024-07-11T14:30:00.000Z\",\"0.820469\",\"0.818558\"\n\"2024-07-11T14:35:00.000Z\",\"10.655316\",\"10.624868\"\n\"2024-07-11T14:40:00.000Z\",\"4.424112\",\"4.411894\"\n\"2024-07-11T14:45:00.000Z\",\"1.004688\",\"1.00232\"\n\"2024-07-11T14:50:00.000Z\",\"10.468277\",\"10.442656\"\n\"2024-07-11T14:55:00.000Z\",\"4.415762\",\"4.399632\"\n\"2024-07-11T15:00:00.000Z\",\"0.817501\",\"0.815585\"\n\"2024-07-11T15:05:00.000Z\",\"10.65903\",\"10.628762\"\n\"2024-07-11T15:10:00.000Z\",\"4.431134\",\"4.418404\"\n\"2024-07-11T15:15:00.000Z\",\"0.805221\",\"0.803386\"\n\"2024-07-11T15:20:00.000Z\",\"10.648913\",\"10.618967\"\n\"2024-07-11T15:25:00.000Z\",\"4.440116\",\"4.428006\"\n\"2024-07-11T15:30:00.000Z\",\"0.955558\",\"0.953336\"\n\"2024-07-11T15:35:00.000Z\",\"10.463028\",\"10.433475\"\n\"2024-07-11T15:40:00.000Z\",\"4.475998\",\"4.463464\"\n\"2024-07-11T15:45:00.000Z\",\"0.929322\",\"0.927183\"\n\"2024-07-11T15:50:00.000Z\",\"10.615768\",\"10.587176\"\n\"2024-07-11T15:55:00.000Z\",\"4.306267\",\"4.294921\"\n\"2024-07-11T16:00:00.000Z\",\"0.937796\",\"0.935538\"\n\"2024-07-11T16:05:00.000Z\",\"10.649566\",\"10.619659\"\n\"2024-07-11T16:10:00.000Z\",\"4.314881\",\"4.302753\"\n\"2024-07-11T16:15:00.000Z\",\"0.910248\",\"0.907997\"\n\"2024-07-11T16:20:00.000Z\",\"10.643328\",\"10.613397\"\n\"2024-07-11T16:25:00.000Z\",\"4.344662\",\"4.332447\"\n\"2024-07-11T16:30:00.000Z\",\"0.87844\",\"0.876376\"\n\"2024-07-11T16:35:00.000Z\",\"10.648238\",\"10.618095\"\n\"2024-07-11T16:40:00.000Z\",\"4.366335\",\"4.354475\"\n\"2024-07-11T16:45:00.000Z\",\"0.849809\",\"0.847647\"\n\"2024-07-11T16:50:00.000Z\",\"10.64281\",\"10.612821\"\n\"2024-07-11T16:55:00.000Z\",\"4.399396\",\"4.387439\"\n\"2024-07-11T17:00:00.000Z\",\"0.815436\",\"0.813397\"\n\"2024-07-11T17:05:00.000Z\",\"10.651045\",\"10.620665\"\n\"2024-07-11T17:10:00.000Z\",\"4.44538\",\"4.432714\"\n\"2024-07-11T17:15:00.000Z\",\"0.968242\",\"0.965789\"\n\"2024-07-11T17:20:00.000Z\",\"10.460824\",\"10.431275\"\n\"2024-07-11T17:25:00.000Z\",\"4.477479\",\"4.464574\"\n\"2024-07-11T17:30:00.000Z\",\"0.93657\",\"0.93425\"\n\"2024-07-11T17:35:00.000Z\",\"10.481824\",\"10.454787\"\n\"2024-07-11T17:40:00.000Z\",\"4.511318\",\"4.494607\"\n\"2024-07-11T17:45:00.000Z\",\"0.92942\",\"0.927137\"\n\"2024-07-11T17:50:00.000Z\",\"10.668781\",\"10.638032\"\n\"2024-07-11T17:55:00.000Z\",\"4.320757\",\"4.308331\"\n\"2024-07-11T18:00:00.000Z\",\"0.927921\",\"0.92572\"\n\"2024-07-11T18:05:00.000Z\",\"10.489748\",\"10.462898\"\n\"2024-07-11T18:10:00.000Z\",\"4.494515\",\"4.478451\"\n\"2024-07-11T18:15:00.000Z\",\"0.937204\",\"0.935027\"\n\"2024-07-11T18:20:00.000Z\",\"10.437177\",\"10.409144\"\n\"2024-07-11T18:25:00.000Z\",\"4.48325\",\"4.471269\"\n\"2024-07-11T18:30:00.000Z\",\"0.927922\",\"0.92603\"\n\"2024-07-11T18:35:00.000Z\",\"10.474454\",\"10.444705\"\n\"2024-07-11T18:40:00.000Z\",\"4.49962\",\"4.487004\"\n\"2024-07-11T18:45:00.000Z\",\"0.974958\",\"0.972685\"\n\"2024-07-11T18:50:00.000Z\",\"10.471015\",\"10.441759\"\n\"2024-07-11T18:55:00.000Z\",\"4.449317\",\"4.436575\"\n\"2024-07-11T19:00:00.000Z\",\"0.995908\",\"0.993666\"\n\"2024-07-11T19:05:00.000Z\",\"10.465798\",\"10.436281\"\n\"2024-07-11T19:10:00.000Z\",\"4.424195\",\"4.412169\"\n\"2024-07-11T19:15:00.000Z\",\"0.999493\",\"0.997139\"\n\"2024-07-11T19:20:00.000Z\",\"10.470673\",\"10.441539\"\n\"2024-07-11T19:25:00.000Z\",\"4.403789\",\"4.392121\"\n\"2024-07-11T19:30:00.000Z\",\"1.001642\",\"0.999276\"\n\"2024-07-11T19:35:00.000Z\",\"10.46486\",\"10.435119\"\n\"2024-07-11T19:40:00.000Z\",\"4.426005\",\"4.413918\"\n\"2024-07-11T19:45:00.000Z\",\"0.979571\",\"0.977202\"\n\"2024-07-11T19:50:00.000Z\",\"10.457613\",\"10.428432\"\n\"2024-07-11T19:55:00.000Z\",\"4.452923\",\"4.440507\"\n\"2024-07-11T20:00:00.000Z\",\"0.956292\",\"0.954067\"\n\"2024-07-11T20:05:00.000Z\",\"10.626285\",\"10.597362\"\n\"2024-07-11T20:10:00.000Z\",\"4.276288\",\"4.265043\"\n\"2024-07-11T20:15:00.000Z\",\"0.941117\",\"0.942388\"\n\"2024-07-11T20:20:00.000Z\",\"10.49393\",\"10.459777\"\n\"2024-07-11T20:25:00.000Z\",\"4.473129\",\"4.461172\"\n\"2024-07-11T20:30:00.000Z\",\"0.949751\",\"0.947473\"\n\"2024-07-11T20:35:00.000Z\",\"10.470627\",\"10.440702\"\n\"2024-07-11T20:40:00.000Z\",\"4.482563\",\"4.470075\"\n\"2024-07-11T20:45:00.000Z\",\"0.933973\",\"0.93179\"\n\"2024-07-11T20:50:00.000Z\",\"10.640077\",\"10.610267\"\n\"2024-07-11T20:55:00.000Z\",\"4.312604\",\"4.300751\"\n\"2024-07-11T21:00:00.000Z\",\"0.904359\",\"0.902279\"\n\"2024-07-11T21:05:00.000Z\",\"10.649177\",\"10.619239\"\n\"2024-07-11T21:10:00.000Z\",\"4.34175\",\"4.329523\"\n\"2024-07-11T21:15:00.000Z\",\"0.888124\",\"0.887076\"\n\"2024-07-11T21:20:00.000Z\",\"10.670393\",\"10.63876\"\n\"2024-07-11T21:25:00.000Z\",\"4.355624\",\"4.343195\"\n\"2024-07-11T21:30:00.000Z\",\"0.875521\",\"0.877153\"\n\"2024-07-11T21:35:00.000Z\",\"10.663275\",\"10.628782\"\n\"2024-07-11T21:40:00.000Z\",\"4.366993\",\"4.35507\"\n\"2024-07-11T21:45:00.000Z\",\"0.845578\",\"0.843613\"\n\"2024-07-11T21:50:00.000Z\",\"10.661827\",\"10.634604\"\n\"2024-07-11T21:55:00.000Z\",\"4.407942\",\"4.391846\"\n\"2024-07-11T22:00:00.000Z\",\"0.819407\",\"0.817569\"\n\"2024-07-11T22:05:00.000Z\",\"10.644952\",\"10.617354\"\n\"2024-07-11T22:10:00.000Z\",\"4.417025\",\"4.402993\"\n\"2024-07-11T22:15:00.000Z\",\"0.797021\",\"0.795109\"\n\"2024-07-11T22:20:00.000Z\",\"10.670479\",\"10.639427\"\n\"2024-07-11T22:25:00.000Z\",\"4.449415\",\"4.436813\"\n\"2024-07-11T22:30:00.000Z\",\"0.975097\",\"0.972772\"\n\"2024-07-11T22:35:00.000Z\",\"10.474223\",\"10.444463\"\n\"2024-07-11T22:40:00.000Z\",\"4.454075\",\"4.441423\"\n\"2024-07-11T22:45:00.000Z\",\"0.969052\",\"0.966835\"\n\"2024-07-11T22:50:00.000Z\",\"10.437006\",\"10.408804\"\n\"2024-07-11T22:55:00.000Z\",\"4.458852\",\"4.446539\"\n\"2024-07-11T23:00:00.000Z\",\"0.98489\",\"0.982572\"\n\"2024-07-11T23:05:00.000Z\",\"10.440944\",\"10.412491\"\n\"2024-07-11T23:10:00.000Z\",\"4.435729\",\"4.423708\"\n\"2024-07-11T23:15:00.000Z\",\"0.967524\",\"0.965273\"\n\"2024-07-11T23:20:00.000Z\",\"10.430543\",\"10.402483\"\n\"2024-07-11T23:25:00.000Z\",\"4.452658\",\"4.440946\"\n\"2024-07-11T23:30:00.000Z\",\"0.92188\",\"0.919436\"\n\"2024-07-11T23:35:00.000Z\",\"10.46426\",\"10.434837\"\n\"2024-07-11T23:40:00.000Z\",\"4.511817\",\"4.499239\"\n\"2024-07-11T23:45:00.000Z\",\"0.896699\",\"0.894624\"\n\"2024-07-11T23:50:00.000Z\",\"10.450077\",\"10.421214\"\n\"2024-07-11T23:55:00.000Z\",\"4.527521\",\"4.515205\"\n\"2024-07-12T00:00:00.000Z\",\"0.886621\",\"0.884573\"\n\"2024-07-12T00:05:00.000Z\",\"10.636141\",\"10.606693\"\n\"2024-07-12T00:10:00.000Z\",\"4.352267\",\"4.340341\"\n\"2024-07-12T00:15:00.000Z\",\"0.889125\",\"0.887122\"\n\"2024-07-12T00:20:00.000Z\",\"10.634259\",\"10.604908\"\n\"2024-07-12T00:25:00.000Z\",\"4.347479\",\"4.335828\"\n\"2024-07-12T00:30:00.000Z\",\"0.874179\",\"0.872129\"\n\"2024-07-12T00:35:00.000Z\",\"10.644755\",\"10.614876\"\n\"2024-07-12T00:40:00.000Z\",\"4.359809\",\"4.348232\"\n\"2024-07-12T00:45:00.000Z\",\"0.845742\",\"0.84379\"\n\"2024-07-12T00:50:00.000Z\",\"10.667764\",\"10.6368\"\n\"2024-07-12T00:55:00.000Z\",\"4.401066\",\"4.38896\"\n\"2024-07-12T01:00:00.000Z\",\"0.9986\",\"0.996172\"\n\"2024-07-12T01:05:00.000Z\",\"10.493657\",\"10.462523\"\n\"2024-07-12T01:10:00.000Z\",\"4.423803\",\"4.411774\"\n\"2024-07-12T01:15:00.000Z\",\"0.970389\",\"0.968109\"\n\"2024-07-12T01:20:00.000Z\",\"10.451755\",\"10.422596\"\n\"2024-07-12T01:25:00.000Z\",\"4.470828\",\"4.45803\"\n\"2024-07-12T01:30:00.000Z\",\"0.9375\",\"0.935269\"\n\"2024-07-12T01:35:00.000Z\",\"10.461243\",\"10.43162\"\n\"2024-07-12T01:40:00.000Z\",\"4.491717\",\"4.479479\"\n\"2024-07-12T01:45:00.000Z\",\"0.920742\",\"0.922334\"\n\"2024-07-12T01:50:00.000Z\",\"10.627224\",\"10.594955\"\n\"2024-07-12T01:55:00.000Z\",\"4.334332\",\"4.321348\"\n\"2024-07-12T02:00:00.000Z\",\"0.892959\",\"0.89085\"\n\"2024-07-12T02:05:00.000Z\",\"10.6472\",\"10.617069\"\n\"2024-07-12T02:10:00.000Z\",\"4.344785\",\"4.333253\"\n\"2024-07-12T02:15:00.000Z\",\"0.858202\",\"0.856318\"\n\"2024-07-12T02:20:00.000Z\",\"10.650312\",\"10.619959\"\n\"2024-07-12T02:25:00.000Z\",\"4.385633\",\"4.373618\"\n\"2024-07-12T02:30:00.000Z\",\"0.832431\",\"0.834021\"\n\"2024-07-12T02:35:00.000Z\",\"10.633454\",\"10.600482\"\n\"2024-07-12T02:40:00.000Z\",\"4.410078\",\"4.398052\"\n\"2024-07-12T02:45:00.000Z\",\"1.018362\",\"1.015968\"\n\"2024-07-12T02:50:00.000Z\",\"10.479973\",\"10.453033\"\n\"2024-07-12T02:55:00.000Z\",\"4.422945\",\"4.406622\"\n\"2024-07-12T03:00:00.000Z\",\"0.989892\",\"0.98758\"\n\"2024-07-12T03:05:00.000Z\",\"10.437516\",\"10.409305\"\n\"2024-07-12T03:10:00.000Z\",\"4.450085\",\"4.437089\"\n\"2024-07-12T03:15:00.000Z\",\"0.970449\",\"0.968163\"\n\"2024-07-12T03:20:00.000Z\",\"10.461232\",\"10.431833\"\n\"2024-07-12T03:25:00.000Z\",\"4.44687\",\"4.435107\"\n\"2024-07-12T03:30:00.000Z\",\"0.950282\",\"0.948104\"\n\"2024-07-12T03:35:00.000Z\",\"10.644957\",\"10.614893\"\n\"2024-07-12T03:40:00.000Z\",\"4.284408\",\"4.273082\"\n\"2024-07-12T03:45:00.000Z\",\"0.928829\",\"0.926616\"\n\"2024-07-12T03:50:00.000Z\",\"10.646034\",\"10.616449\"\n\"2024-07-12T03:55:00.000Z\",\"4.302304\",\"4.290644\"\n\"2024-07-12T04:00:00.000Z\",\"0.90923\",\"0.909484\"\n\"2024-07-12T04:05:00.000Z\",\"10.668632\",\"10.635294\"\n\"2024-07-12T04:10:00.000Z\",\"4.325919\",\"4.314395\"\n\"2024-07-12T04:15:00.000Z\",\"0.899645\",\"0.897577\"\n\"2024-07-12T04:20:00.000Z\",\"10.631761\",\"10.602534\"\n\"2024-07-12T04:25:00.000Z\",\"4.339539\",\"4.327972\"\n\"2024-07-12T04:30:00.000Z\",\"0.86934\",\"0.867461\"\n\"2024-07-12T04:35:00.000Z\",\"10.638479\",\"10.60914\"\n\"2024-07-12T04:40:00.000Z\",\"4.357876\",\"4.346392\"\n\"2024-07-12T04:45:00.000Z\",\"0.867586\",\"0.865654\"\n\"2024-07-12T04:50:00.000Z\",\"10.659669\",\"10.629553\"\n\"2024-07-12T04:55:00.000Z\",\"4.360328\",\"4.348608\"\n\"2024-07-12T05:00:00.000Z\",\"0.8556\",\"0.853706\"\n\"2024-07-12T05:05:00.000Z\",\"10.670875\",\"10.640218\"\n\"2024-07-12T05:10:00.000Z\",\"4.366971\",\"4.355379\"\n\"2024-07-12T05:15:00.000Z\",\"0.852369\",\"0.850473\"\n\"2024-07-12T05:20:00.000Z\",\"10.661132\",\"10.630436\"\n\"2024-07-12T05:25:00.000Z\",\"4.391931\",\"4.379766\"\n\"2024-07-12T05:30:00.000Z\",\"0.865302\",\"0.863162\"\n\"2024-07-12T05:35:00.000Z\",\"10.673688\",\"10.642752\"\n\"2024-07-12T05:40:00.000Z\",\"4.368117\",\"4.356336\"\n\"2024-07-12T05:45:00.000Z\",\"0.859529\",\"0.857596\"\n\"2024-07-12T05:50:00.000Z\",\"10.643312\",\"10.613843\"\n\"2024-07-12T05:55:00.000Z\",\"4.370482\",\"4.358745\"\n\"2024-07-12T06:00:00.000Z\",\"0.849864\",\"0.847925\"\n\"2024-07-12T06:05:00.000Z\",\"10.640896\",\"10.611741\"\n\"2024-07-12T06:10:00.000Z\",\"4.387607\",\"4.375159\"\n\"2024-07-12T06:15:00.000Z\",\"0.854405\",\"0.852488\"\n\"2024-07-12T06:20:00.000Z\",\"10.629097\",\"10.60001\"\n\"2024-07-12T06:25:00.000Z\",\"4.376647\",\"4.365132\"\n\"2024-07-12T06:30:00.000Z\",\"0.827147\",\"0.828948\"\n\"2024-07-12T06:35:00.000Z\",\"10.643072\",\"10.60976\"\n\"2024-07-12T06:40:00.000Z\",\"4.406343\",\"4.394611\"\n\"2024-07-12T06:45:00.000Z\",\"0.80455\",\"0.80268\"\n\"2024-07-12T06:50:00.000Z\",\"10.644535\",\"10.615278\"\n\"2024-07-12T06:55:00.000Z\",\"4.423516\",\"4.411509\"\n\"2024-07-12T07:00:00.000Z\",\"0.809414\",\"0.80765\"\n\"2024-07-12T07:05:00.000Z\",\"10.623023\",\"10.594448\"\n\"2024-07-12T07:10:00.000Z\",\"4.414873\",\"4.40333\"\n\"2024-07-12T07:15:00.000Z\",\"0.974278\",\"0.972151\"\n\"2024-07-12T07:20:00.000Z\",\"10.446851\",\"10.417917\"\n\"2024-07-12T07:25:00.000Z\",\"4.474217\",\"4.461097\"\n\"2024-07-12T07:30:00.000Z\",\"0.942428\",\"0.940244\"\n\"2024-07-12T07:35:00.000Z\",\"10.466014\",\"10.436158\"\n\"2024-07-12T07:40:00.000Z\",\"4.489521\",\"4.47715\"\n\"2024-07-12T07:45:00.000Z\",\"0.906829\",\"0.90476\"\n\"2024-07-12T07:50:00.000Z\",\"10.653282\",\"10.622782\"\n\"2024-07-12T07:55:00.000Z\",\"4.332013\",\"4.3205\"\n\"2024-07-12T08:00:00.000Z\",\"0.878808\",\"0.876849\"\n\"2024-07-12T08:05:00.000Z\",\"10.626629\",\"10.597344\"\n\"2024-07-12T08:10:00.000Z\",\"4.367256\",\"4.355466\"\n\"2024-07-12T08:15:00.000Z\",\"0.881933\",\"0.879892\"\n\"2024-07-12T08:20:00.000Z\",\"10.6339\",\"10.604399\"\n\"2024-07-12T08:25:00.000Z\",\"4.376893\",\"4.364299\"\n\"2024-07-12T08:30:00.000Z\",\"0.847788\",\"0.845675\"\n\"2024-07-12T08:35:00.000Z\",\"10.674383\",\"10.642977\"\n\"2024-07-12T08:40:00.000Z\",\"4.404807\",\"4.392316\"\n\"2024-07-12T08:45:00.000Z\",\"0.811652\",\"0.813509\"\n\"2024-07-12T08:50:00.000Z\",\"10.690592\",\"10.654688\"\n\"2024-07-12T08:55:00.000Z\",\"4.429881\",\"4.417763\"\n\"2024-07-12T09:00:00.000Z\",\"0.967751\",\"0.965401\"\n\"2024-07-12T09:05:00.000Z\",\"10.453018\",\"10.423694\"\n\"2024-07-12T09:10:00.000Z\",\"4.484753\",\"4.47166\"\n\"2024-07-12T09:15:00.000Z\",\"0.93623\",\"0.93399\"\n\"2024-07-12T09:20:00.000Z\",\"10.629548\",\"10.600499\"\n\"2024-07-12T09:25:00.000Z\",\"4.298196\",\"4.286833\"\n\"2024-07-12T09:30:00.000Z\",\"0.906293\",\"0.904232\"\n\"2024-07-12T09:35:00.000Z\",\"10.625774\",\"10.596709\"\n\"2024-07-12T09:40:00.000Z\",\"4.327633\",\"4.316302\"\n\"2024-07-12T09:45:00.000Z\",\"0.873736\",\"0.871807\"\n\"2024-07-12T09:50:00.000Z\",\"10.638859\",\"10.609305\"\n\"2024-07-12T09:55:00.000Z\",\"4.365323\",\"4.353537\"\n\"2024-07-12T10:00:00.000Z\",\"0.844326\",\"0.842431\"\n\"2024-07-12T10:05:00.000Z\",\"10.645222\",\"10.615277\"\n\"2024-07-12T10:10:00.000Z\",\"4.401497\",\"4.389322\"\n\"2024-07-12T10:15:00.000Z\",\"0.819403\",\"0.818048\"\n\"2024-07-12T10:20:00.000Z\",\"10.650602\",\"10.62032\"\n\"2024-07-12T10:25:00.000Z\",\"4.42944\",\"4.417202\"\n\"2024-07-12T10:30:00.000Z\",\"0.781323\",\"0.779626\"\n\"2024-07-12T10:35:00.000Z\",\"10.666072\",\"10.6349\"\n\"2024-07-12T10:40:00.000Z\",\"4.45896\",\"4.446989\"\n\"2024-07-12T10:45:00.000Z\",\"0.979649\",\"0.977137\"\n\"2024-07-12T10:50:00.000Z\",\"10.464822\",\"10.434954\"\n\"2024-07-12T10:55:00.000Z\",\"4.45079\",\"4.438923\"\n\"2024-07-12T11:00:00.000Z\",\"0.943017\",\"0.940839\"\n\"2024-07-12T11:05:00.000Z\",\"10.629595\",\"10.600305\"\n\"2024-07-12T11:10:00.000Z\",\"4.292377\",\"4.281054\"\n\"2024-07-12T11:15:00.000Z\",\"0.909362\",\"0.907248\"\n\"2024-07-12T11:20:00.000Z\",\"10.620624\",\"10.591793\"\n\"2024-07-12T11:25:00.000Z\",\"4.340877\",\"4.328722\"\n\"2024-07-12T11:30:00.000Z\",\"0.875838\",\"0.873791\"\n\"2024-07-12T11:35:00.000Z\",\"10.647542\",\"10.617528\"\n\"2024-07-12T11:40:00.000Z\",\"4.356672\",\"4.345061\"\n\"2024-07-12T11:45:00.000Z\",\"0.846298\",\"0.844302\"\n\"2024-07-12T11:50:00.000Z\",\"10.648334\",\"10.618304\"\n\"2024-07-12T11:55:00.000Z\",\"4.394243\",\"4.382325\"\n\"2024-07-12T12:00:00.000Z\",\"0.995331\",\"0.99306\"\n\"2024-07-12T12:05:00.000Z\",\"10.439204\",\"10.41074\"\n\"2024-07-12T12:10:00.000Z\",\"4.434277\",\"4.422141\"\n\"2024-07-12T12:15:00.000Z\",\"0.963724\",\"0.961491\"\n\"2024-07-12T12:20:00.000Z\",\"10.476977\",\"10.450094\"\n\"2024-07-12T12:25:00.000Z\",\"4.472344\",\"4.45615\"\n\"2024-07-12T12:30:00.000Z\",\"0.932237\",\"0.930119\"\n\"2024-07-12T12:35:00.000Z\",\"10.640749\",\"10.610899\"\n\"2024-07-12T12:40:00.000Z\",\"4.302018\",\"4.290676\"\n\"2024-07-12T12:45:00.000Z\",\"0.900834\",\"0.898794\"\n\"2024-07-12T12:50:00.000Z\",\"10.631753\",\"10.602372\"\n\"2024-07-12T12:55:00.000Z\",\"4.338991\",\"4.327436\"\n\"2024-07-12T13:00:00.000Z\",\"0.865843\",\"0.863893\"\n\"2024-07-12T13:05:00.000Z\",\"10.626718\",\"10.597576\"\n\"2024-07-12T13:10:00.000Z\",\"4.374627\",\"4.36285\"\n\"2024-07-12T13:15:00.000Z\",\"0.831579\",\"0.829742\"\n\"2024-07-12T13:20:00.000Z\",\"10.662121\",\"10.631156\"\n\"2024-07-12T13:25:00.000Z\",\"4.414745\",\"4.40262\"\n\"2024-07-12T13:30:00.000Z\",\"0.832993\",\"0.831203\"\n\"2024-07-12T13:35:00.000Z\",\"10.62795\",\"10.598735\"\n\"2024-07-12T13:40:00.000Z\",\"4.407053\",\"4.395189\"\n\"2024-07-12T13:45:00.000Z\",\"0.98526\",\"0.982919\"\n\"2024-07-12T13:50:00.000Z\",\"10.4657\",\"10.435814\"\n\"2024-07-12T13:55:00.000Z\",\"4.448422\",\"4.436043\"\n\"2024-07-12T14:00:00.000Z\",\"0.952707\",\"0.95026\"\n\"2024-07-12T14:05:00.000Z\",\"10.460833\",\"10.431227\"\n\"2024-07-12T14:10:00.000Z\",\"4.497518\",\"4.484375\"\n\"2024-07-12T14:15:00.000Z\",\"0.91903\",\"0.916876\"\n\"2024-07-12T14:20:00.000Z\",\"10.659816\",\"10.629016\"\n\"2024-07-12T14:25:00.000Z\",\"4.324267\",\"4.312514\"\n\"2024-07-12T14:30:00.000Z\",\"0.887329\",\"0.885275\"\n\"2024-07-12T14:35:00.000Z\",\"10.625965\",\"10.600508\"\n\"2024-07-12T14:40:00.000Z\",\"4.352063\",\"4.337052\"\n\"2024-07-12T14:45:00.000Z\",\"0.859313\",\"0.857347\"\n\"2024-07-12T14:50:00.000Z\",\"10.64706\",\"10.616896\"\n\"2024-07-12T14:55:00.000Z\",\"4.374522\",\"4.363107\"\n\"2024-07-12T15:00:00.000Z\",\"0.827848\",\"0.825908\"\n\"2024-07-12T15:05:00.000Z\",\"10.680086\",\"10.64848\"\n\"2024-07-12T15:10:00.000Z\",\"4.425454\",\"4.412869\"\n\"2024-07-12T15:15:00.000Z\",\"0.981898\",\"0.979589\"\n\"2024-07-12T15:20:00.000Z\",\"10.440437\",\"10.413338\"\n\"2024-07-12T15:25:00.000Z\",\"4.43894\",\"4.425935\"\n\"2024-07-12T15:30:00.000Z\",\"0.954447\",\"0.952194\"\n\"2024-07-12T15:35:00.000Z\",\"10.456642\",\"10.427072\"\n\"2024-07-12T15:40:00.000Z\",\"4.478275\",\"4.46601\"\n\"2024-07-12T15:45:00.000Z\",\"0.915113\",\"0.913105\"\n\"2024-07-12T15:50:00.000Z\",\"10.648299\",\"10.618036\"\n\"2024-07-12T15:55:00.000Z\",\"4.332815\",\"4.320639\"\n\"2024-07-12T16:00:00.000Z\",\"0.885591\",\"0.883553\"\n\"2024-07-12T16:05:00.000Z\",\"10.63972\",\"10.612835\"\n\"2024-07-12T16:10:00.000Z\",\"4.368897\",\"4.353639\"\n\"2024-07-12T16:15:00.000Z\",\"0.8829\",\"0.880894\"\n\"2024-07-12T16:20:00.000Z\",\"10.658392\",\"10.627806\"\n\"2024-07-12T16:25:00.000Z\",\"4.352294\",\"4.340544\"\n\"2024-07-12T16:30:00.000Z\",\"0.856384\",\"0.854214\"\n\"2024-07-12T16:35:00.000Z\",\"10.653934\",\"10.623378\"\n\"2024-07-12T16:40:00.000Z\",\"4.388671\",\"4.376887\"\n\"2024-07-12T16:45:00.000Z\",\"1.004684\",\"1.002252\"\n\"2024-07-12T16:50:00.000Z\",\"10.478033\",\"10.451232\"\n\"2024-07-12T16:55:00.000Z\",\"4.42173\",\"4.406162\"\n\"2024-07-12T17:00:00.000Z\",\"0.973932\",\"0.971639\"\n\"2024-07-12T17:05:00.000Z\",\"10.445723\",\"10.416707\"\n\"2024-07-12T17:10:00.000Z\",\"4.462537\",\"4.450133\"\n\"2024-07-12T17:15:00.000Z\",\"0.940099\",\"0.937954\"\n\"2024-07-12T17:20:00.000Z\",\"10.637607\",\"10.611573\"\n\"2024-07-12T17:25:00.000Z\",\"4.299474\",\"4.284269\"\n\"2024-07-12T17:30:00.000Z\",\"0.913354\",\"0.911109\"\n\"2024-07-12T17:35:00.000Z\",\"10.644646\",\"10.614577\"\n\"2024-07-12T17:40:00.000Z\",\"4.328386\",\"4.31679\"\n\"2024-07-12T17:45:00.000Z\",\"0.8801\",\"0.87764\"\n\"2024-07-12T17:50:00.000Z\",\"10.630651\",\"10.601295\"\n\"2024-07-12T17:55:00.000Z\",\"4.366147\",\"4.354431\"\n\"2024-07-12T18:00:00.000Z\",\"0.844336\",\"0.842422\"\n\"2024-07-12T18:05:00.000Z\",\"10.647688\",\"10.617648\"\n\"2024-07-12T18:10:00.000Z\",\"4.39046\",\"4.378743\"\n\"2024-07-12T18:15:00.000Z\",\"0.816848\",\"0.814886\"\n\"2024-07-12T18:20:00.000Z\",\"10.648853\",\"10.618567\"\n\"2024-07-12T18:25:00.000Z\",\"4.420468\",\"4.408847\"\n\"2024-07-12T18:30:00.000Z\",\"0.967484\",\"0.968946\"\n\"2024-07-12T18:35:00.000Z\",\"10.442331\",\"10.40997\"\n\"2024-07-12T18:40:00.000Z\",\"4.471485\",\"4.458657\"\n\"2024-07-12T18:45:00.000Z\",\"0.933064\",\"0.930973\"\n\"2024-07-12T18:50:00.000Z\",\"10.448824\",\"10.419631\"\n\"2024-07-12T18:55:00.000Z\",\"4.504192\",\"4.49166\"\n\"2024-07-12T19:00:00.000Z\",\"0.934975\",\"0.932853\"\n\"2024-07-12T19:05:00.000Z\",\"10.619503\",\"10.590722\"\n\"2024-07-12T19:10:00.000Z\",\"4.309715\",\"4.297809\"\n\"2024-07-12T19:15:00.000Z\",\"0.905357\",\"0.90688\"\n\"2024-07-12T19:20:00.000Z\",\"10.652607\",\"10.61861\"\n\"2024-07-12T19:25:00.000Z\",\"4.3405\",\"4.328477\"\n\"2024-07-12T19:30:00.000Z\",\"0.879861\",\"0.877722\"\n\"2024-07-12T19:35:00.000Z\",\"10.627609\",\"10.598419\"\n\"2024-07-12T19:40:00.000Z\",\"4.372149\",\"4.359911\"\n\"2024-07-12T19:45:00.000Z\",\"0.847156\",\"0.845165\"\n\"2024-07-12T19:50:00.000Z\",\"10.639941\",\"10.610099\"\n\"2024-07-12T19:55:00.000Z\",\"4.387607\",\"4.376058\"\n\"2024-07-12T20:00:00.000Z\",\"1.001516\",\"0.999133\"\n\"2024-07-12T20:05:00.000Z\",\"10.458499\",\"10.428967\"\n\"2024-07-12T20:10:00.000Z\",\"4.440006\",\"4.427321\"\n\"2024-07-12T20:15:00.000Z\",\"0.968234\",\"0.965963\"\n\"2024-07-12T20:20:00.000Z\",\"10.454887\",\"10.425751\"\n\"2024-07-12T20:25:00.000Z\",\"4.452461\",\"4.440444\"\n\"2024-07-12T20:30:00.000Z\",\"0.955045\",\"0.952709\"\n\"2024-07-12T20:35:00.000Z\",\"10.626778\",\"10.597817\"\n\"2024-07-12T20:40:00.000Z\",\"4.280303\",\"4.268793\"\n\"2024-07-12T20:45:00.000Z\",\"0.924306\",\"0.922205\"\n\"2024-07-12T20:50:00.000Z\",\"10.613991\",\"10.585331\"\n\"2024-07-12T20:55:00.000Z\",\"4.313183\",\"4.301821\"\n\"2024-07-12T21:00:00.000Z\",\"0.893662\",\"0.891512\"\n\"2024-07-12T21:05:00.000Z\",\"10.640721\",\"10.610851\"\n\"2024-07-12T21:10:00.000Z\",\"4.363319\",\"4.350846\"\n\"2024-07-12T21:15:00.000Z\",\"0.861416\",\"0.859332\"\n\"2024-07-12T21:20:00.000Z\",\"10.664994\",\"10.633881\"\n\"2024-07-12T21:25:00.000Z\",\"4.375138\",\"4.363679\"\n\"2024-07-12T21:30:00.000Z\",\"0.828631\",\"0.82682\"\n\"2024-07-12T21:35:00.000Z\",\"10.640709\",\"10.610831\"\n\"2024-07-12T21:40:00.000Z\",\"4.42443\",\"4.411877\"\n\"2024-07-12T21:45:00.000Z\",\"0.986465\",\"0.984166\"\n\"2024-07-12T21:50:00.000Z\",\"10.436164\",\"10.407627\"\n\"2024-07-12T21:55:00.000Z\",\"4.452802\",\"4.44036\"\n\"2024-07-12T22:00:00.000Z\",\"0.953616\",\"0.951334\"\n\"2024-07-12T22:05:00.000Z\",\"10.451929\",\"10.422785\"\n\"2024-07-12T22:10:00.000Z\",\"4.484684\",\"4.472054\"\n\"2024-07-12T22:15:00.000Z\",\"0.922615\",\"0.92054\"\n\"2024-07-12T22:20:00.000Z\",\"10.656362\",\"10.625701\"\n\"2024-07-12T22:25:00.000Z\",\"4.323058\",\"4.311183\"\n\"2024-07-12T22:30:00.000Z\",\"0.890046\",\"0.888025\"\n\"2024-07-12T22:35:00.000Z\",\"10.635279\",\"10.605917\"\n\"2024-07-12T22:40:00.000Z\",\"4.370574\",\"4.357653\"\n\"2024-07-12T22:45:00.000Z\",\"0.860543\",\"0.858635\"\n\"2024-07-12T22:50:00.000Z\",\"10.646491\",\"10.620089\"\n\"2024-07-12T22:55:00.000Z\",\"4.395487\",\"4.379114\"\n\"2024-07-12T23:00:00.000Z\",\"0.834275\",\"0.832337\"\n\"2024-07-12T23:05:00.000Z\",\"10.631602\",\"10.602277\"\n\"2024-07-12T23:10:00.000Z\",\"4.403966\",\"4.392262\"\n\"2024-07-12T23:15:00.000Z\",\"0.836076\",\"0.834122\"\n\"2024-07-12T23:20:00.000Z\",\"10.639655\",\"10.609914\"\n\"2024-07-12T23:25:00.000Z\",\"4.417048\",\"4.404465\"\n\"2024-07-12T23:30:00.000Z\",\"0.80676\",\"0.805006\"\n\"2024-07-12T23:35:00.000Z\",\"10.624295\",\"10.595269\"\n\"2024-07-12T23:40:00.000Z\",\"4.447782\",\"4.435107\"\n\"2024-07-12T23:45:00.000Z\",\"0.962553\",\"0.960276\"\n\"2024-07-12T23:50:00.000Z\",\"10.452095\",\"10.422822\"\n\"2024-07-12T23:55:00.000Z\",\"4.477956\",\"4.465323\"\n\"2024-07-13T00:00:00.000Z\",\"0.92699\",\"0.924788\"\n\"2024-07-13T00:05:00.000Z\",\"10.627093\",\"10.598325\"\n\"2024-07-13T00:10:00.000Z\",\"4.312639\",\"4.300971\"\n\"2024-07-13T00:15:00.000Z\",\"0.899524\",\"0.897441\"\n\"2024-07-13T00:20:00.000Z\",\"10.635962\",\"10.606353\"\n\"2024-07-13T00:25:00.000Z\",\"4.334248\",\"4.322983\"\n\"2024-07-13T00:30:00.000Z\",\"0.86823\",\"0.869359\"\n\"2024-07-13T00:35:00.000Z\",\"10.629808\",\"10.597483\"\n\"2024-07-13T00:40:00.000Z\",\"4.369303\",\"4.357644\"\n\"2024-07-13T00:45:00.000Z\",\"0.840084\",\"0.838832\"\n\"2024-07-13T00:50:00.000Z\",\"10.63832\",\"10.607949\"\n\"2024-07-13T00:55:00.000Z\",\"4.406254\",\"4.394067\"\n\"2024-07-13T01:00:00.000Z\",\"0.993116\",\"0.990752\"\n\"2024-07-13T01:05:00.000Z\",\"10.439502\",\"10.414483\"\n\"2024-07-13T01:10:00.000Z\",\"4.442602\",\"4.426699\"\n\"2024-07-13T01:15:00.000Z\",\"0.966204\",\"0.964005\"\n\"2024-07-13T01:20:00.000Z\",\"10.46883\",\"10.43882\"\n\"2024-07-13T01:25:00.000Z\",\"4.469467\",\"4.456927\"\n\"2024-07-13T01:30:00.000Z\",\"0.940049\",\"0.937727\"\n\"2024-07-13T01:35:00.000Z\",\"10.459766\",\"10.430221\"\n\"2024-07-13T01:40:00.000Z\",\"4.489646\",\"4.477544\"\n\"2024-07-13T01:45:00.000Z\",\"0.944559\",\"0.942246\"\n\"2024-07-13T01:50:00.000Z\",\"10.640672\",\"10.611013\"\n\"2024-07-13T01:55:00.000Z\",\"4.297864\",\"4.286231\"\n\"2024-07-13T02:00:00.000Z\",\"0.912028\",\"0.909928\"\n\"2024-07-13T02:05:00.000Z\",\"10.66801\",\"10.636963\"\n\"2024-07-13T02:10:00.000Z\",\"4.33932\",\"4.327018\"\n\"2024-07-13T02:15:00.000Z\",\"0.886617\",\"0.888091\"\n\"2024-07-13T02:20:00.000Z\",\"10.665176\",\"10.630579\"\n\"2024-07-13T02:25:00.000Z\",\"4.366426\",\"4.354118\"\n\"2024-07-13T02:30:00.000Z\",\"0.854907\",\"0.852877\"\n\"2024-07-13T02:35:00.000Z\",\"10.655352\",\"10.624774\"\n\"2024-07-13T02:40:00.000Z\",\"4.402811\",\"4.390261\"\n\"2024-07-13T02:45:00.000Z\",\"0.818724\",\"0.816918\"\n\"2024-07-13T02:50:00.000Z\",\"10.639467\",\"10.60948\"\n\"2024-07-13T02:55:00.000Z\",\"4.421748\",\"4.410092\"\n\"2024-07-13T03:00:00.000Z\",\"0.969377\",\"0.967154\"\n\"2024-07-13T03:05:00.000Z\",\"10.436132\",\"10.407628\"\n\"2024-07-13T03:10:00.000Z\",\"4.468166\",\"4.455725\"\n\"2024-07-13T03:15:00.000Z\",\"0.938262\",\"0.936123\"\n\"2024-07-13T03:20:00.000Z\",\"10.642303\",\"10.612368\"\n\"2024-07-13T03:25:00.000Z\",\"4.309371\",\"4.297314\"\n\"2024-07-13T03:30:00.000Z\",\"0.906362\",\"0.904334\"\n\"2024-07-13T03:35:00.000Z\",\"10.644926\",\"10.615012\"\n\"2024-07-13T03:40:00.000Z\",\"4.326315\",\"4.314867\"\n\"2024-07-13T03:45:00.000Z\",\"0.87871\",\"0.87667\"\n\"2024-07-13T03:50:00.000Z\",\"10.644982\",\"10.6149\"\n\"2024-07-13T03:55:00.000Z\",\"4.372307\",\"4.360139\"\n\"2024-07-13T04:00:00.000Z\",\"0.851084\",\"0.84918\"\n\"2024-07-13T04:05:00.000Z\",\"10.649071\",\"10.619327\"\n\"2024-07-13T04:10:00.000Z\",\"4.396278\",\"4.383544\"\n\"2024-07-13T04:15:00.000Z\",\"0.856714\",\"0.854684\"\n\"2024-07-13T04:20:00.000Z\",\"10.655864\",\"10.625945\"\n\"2024-07-13T04:25:00.000Z\",\"4.367575\",\"4.355967\"\n\"2024-07-13T04:30:00.000Z\",\"0.896708\",\"0.894653\"\n\"2024-07-13T04:35:00.000Z\",\"10.651951\",\"10.622251\"\n\"2024-07-13T04:40:00.000Z\",\"4.349525\",\"4.337041\"\n\"2024-07-13T04:45:00.000Z\",\"0.888366\",\"0.886367\"\n\"2024-07-13T04:50:00.000Z\",\"10.641041\",\"10.61153\"\n\"2024-07-13T04:55:00.000Z\",\"4.339306\",\"4.327899\"\n\"2024-07-13T05:00:00.000Z\",\"0.895014\",\"0.892838\"\n\"2024-07-13T05:05:00.000Z\",\"10.639061\",\"10.609601\"\n\"2024-07-13T05:10:00.000Z\",\"4.352833\",\"4.340602\"\n\"2024-07-13T05:15:00.000Z\",\"0.874225\",\"0.872112\"\n\"2024-07-13T05:20:00.000Z\",\"10.643507\",\"10.613674\"\n\"2024-07-13T05:25:00.000Z\",\"4.363562\",\"4.352015\"\n\"2024-07-13T05:30:00.000Z\",\"0.841373\",\"0.839525\"\n\"2024-07-13T05:35:00.000Z\",\"10.629931\",\"10.601149\"\n\"2024-07-13T05:40:00.000Z\",\"4.384895\",\"4.373315\"\n\"2024-07-13T05:45:00.000Z\",\"0.829217\",\"0.827372\"\n\"2024-07-13T05:50:00.000Z\",\"10.633838\",\"10.604614\"\n\"2024-07-13T05:55:00.000Z\",\"4.420472\",\"4.40793\"\n\"2024-07-13T06:00:00.000Z\",\"0.992523\",\"0.99028\"\n\"2024-07-13T06:05:00.000Z\",\"10.476967\",\"10.447258\"\n\"2024-07-13T06:10:00.000Z\",\"4.421797\",\"4.40972\"\n\"2024-07-13T06:15:00.000Z\",\"0.996021\",\"0.99375\"\n\"2024-07-13T06:20:00.000Z\",\"10.466452\",\"10.436891\"\n\"2024-07-13T06:25:00.000Z\",\"4.420229\",\"4.408395\"\n\"2024-07-13T06:30:00.000Z\",\"0.802021\",\"0.803809\"\n\"2024-07-13T06:35:00.000Z\",\"10.658701\",\"10.624482\"\n\"2024-07-13T06:40:00.000Z\",\"4.460365\",\"4.447201\"\n\"2024-07-13T06:45:00.000Z\",\"0.973519\",\"0.971272\"\n\"2024-07-13T06:50:00.000Z\",\"10.48596\",\"10.455226\"\n\"2024-07-13T06:55:00.000Z\",\"4.461657\",\"4.448983\"\n\"2024-07-13T07:00:00.000Z\",\"0.959384\",\"0.960665\"\n\"2024-07-13T07:05:00.000Z\",\"10.478903\",\"10.445089\"\n\"2024-07-13T07:10:00.000Z\",\"4.484179\",\"4.475012\"\n\"2024-07-13T07:15:00.000Z\",\"0.991238\",\"0.992952\"\n\"2024-07-13T07:20:00.000Z\",\"10.44659\",\"10.418288\"\n\"2024-07-13T07:25:00.000Z\",\"4.446226\",\"4.43438\"\n\"2024-07-13T07:30:00.000Z\",\"0.956667\",\"0.954394\"\n\"2024-07-13T07:35:00.000Z\",\"10.450081\",\"10.421035\"\n\"2024-07-13T07:40:00.000Z\",\"4.489556\",\"4.47662\"\n\"2024-07-13T07:45:00.000Z\",\"0.945759\",\"0.943298\"\n\"2024-07-13T07:50:00.000Z\",\"10.661002\",\"10.630451\"\n\"2024-07-13T07:55:00.000Z\",\"4.293726\",\"4.282128\"\n\"2024-07-13T08:00:00.000Z\",\"0.927849\",\"0.925741\"\n\"2024-07-13T08:05:00.000Z\",\"10.645466\",\"10.61555\"\n\"2024-07-13T08:10:00.000Z\",\"4.320144\",\"4.307978\"\n\"2024-07-13T08:15:00.000Z\",\"0.899092\",\"0.9006\"\n\"2024-07-13T08:20:00.000Z\",\"10.666337\",\"10.631808\"\n\"2024-07-13T08:25:00.000Z\",\"4.354181\",\"4.341716\"\n\"2024-07-13T08:30:00.000Z\",\"0.875576\",\"0.873454\"\n\"2024-07-13T08:35:00.000Z\",\"10.645418\",\"10.616283\"\n\"2024-07-13T08:40:00.000Z\",\"4.366787\",\"4.354069\"\n\"2024-07-13T08:45:00.000Z\",\"0.87174\",\"0.869718\"\n\"2024-07-13T08:50:00.000Z\",\"10.67679\",\"10.645999\"\n\"2024-07-13T08:55:00.000Z\",\"4.356816\",\"4.344858\"\n\"2024-07-13T09:00:00.000Z\",\"0.881884\",\"0.879871\"\n\"2024-07-13T09:05:00.000Z\",\"10.678566\",\"10.647783\"\n\"2024-07-13T09:10:00.000Z\",\"4.346611\",\"4.334823\"\n\"2024-07-13T09:15:00.000Z\",\"0.884956\",\"0.882952\"\n\"2024-07-13T09:20:00.000Z\",\"10.649762\",\"10.619826\"\n\"2024-07-13T09:25:00.000Z\",\"4.345294\",\"4.333759\"\n\"2024-07-13T09:30:00.000Z\",\"0.862751\",\"0.864532\"\n\"2024-07-13T09:35:00.000Z\",\"10.644901\",\"10.61153\"\n\"2024-07-13T09:40:00.000Z\",\"4.371855\",\"4.360008\"\n\"2024-07-13T09:45:00.000Z\",\"0.872791\",\"0.870772\"\n\"2024-07-13T09:50:00.000Z\",\"10.630991\",\"10.601624\"\n\"2024-07-13T09:55:00.000Z\",\"4.367548\",\"4.355032\"\n\"2024-07-13T10:00:00.000Z\",\"0.84113\",\"0.839177\"\n\"2024-07-13T10:05:00.000Z\",\"10.645765\",\"10.615865\"\n\"2024-07-13T10:10:00.000Z\",\"4.395796\",\"4.383986\"\n\"2024-07-13T10:15:00.000Z\",\"0.996622\",\"0.996216\"\n\"2024-07-13T10:20:00.000Z\",\"10.446436\",\"10.415513\"\n\"2024-07-13T10:25:00.000Z\",\"4.428225\",\"4.41631\"\n\"2024-07-13T10:30:00.000Z\",\"0.974086\",\"0.971497\"\n\"2024-07-13T10:35:00.000Z\",\"10.468071\",\"10.438314\"\n\"2024-07-13T10:40:00.000Z\",\"4.449533\",\"4.437617\"\n\"2024-07-13T10:45:00.000Z\",\"0.953971\",\"0.951518\"\n\"2024-07-13T10:50:00.000Z\",\"10.47096\",\"10.441383\"\n\"2024-07-13T10:55:00.000Z\",\"4.474492\",\"4.462059\"\n\"2024-07-13T11:00:00.000Z\",\"0.960107\",\"0.957784\"\n\"2024-07-13T11:05:00.000Z\",\"10.452153\",\"10.423144\"\n\"2024-07-13T11:10:00.000Z\",\"4.486218\",\"4.473037\"\n\"2024-07-13T11:15:00.000Z\",\"0.933938\",\"0.931729\"\n\"2024-07-13T11:20:00.000Z\",\"10.443754\",\"10.415013\"\n\"2024-07-13T11:25:00.000Z\",\"4.488082\",\"4.476196\"\n\"2024-07-13T11:30:00.000Z\",\"0.904246\",\"0.902125\"\n\"2024-07-13T11:35:00.000Z\",\"10.636354\",\"10.610122\"\n\"2024-07-13T11:40:00.000Z\",\"4.343941\",\"4.328508\"\n\"2024-07-13T11:45:00.000Z\",\"0.871732\",\"0.869701\"\n\"2024-07-13T11:50:00.000Z\",\"10.650026\",\"10.623333\"\n\"2024-07-13T11:55:00.000Z\",\"4.383872\",\"4.367754\"\n\"2024-07-13T12:00:00.000Z\",\"0.839922\",\"0.837892\"\n\"2024-07-13T12:05:00.000Z\",\"10.634598\",\"10.605033\"\n\"2024-07-13T12:10:00.000Z\",\"4.409579\",\"4.397423\"\n\"2024-07-13T12:15:00.000Z\",\"0.807376\",\"0.805521\"\n\"2024-07-13T12:20:00.000Z\",\"10.626078\",\"10.596824\"\n\"2024-07-13T12:25:00.000Z\",\"4.431681\",\"4.419842\"\n\"2024-07-13T12:30:00.000Z\",\"0.996082\",\"0.993696\"\n\"2024-07-13T12:35:00.000Z\",\"10.473448\",\"10.443175\"\n\"2024-07-13T12:40:00.000Z\",\"4.442252\",\"4.429655\"\n\"2024-07-13T12:45:00.000Z\",\"0.961689\",\"0.95949\"\n\"2024-07-13T12:50:00.000Z\",\"10.464495\",\"10.434734\"\n\"2024-07-13T12:55:00.000Z\",\"4.47516\",\"4.462505\"\n\"2024-07-13T13:00:00.000Z\",\"0.929278\",\"0.927137\"\n\"2024-07-13T13:05:00.000Z\",\"10.639714\",\"10.609922\"\n\"2024-07-13T13:10:00.000Z\",\"4.325801\",\"4.313428\"\n\"2024-07-13T13:15:00.000Z\",\"0.893525\",\"0.891506\"\n\"2024-07-13T13:20:00.000Z\",\"10.634306\",\"10.604761\"\n\"2024-07-13T13:25:00.000Z\",\"4.340797\",\"4.329273\"\n\"2024-07-13T13:30:00.000Z\",\"0.863236\",\"0.861272\"\n\"2024-07-13T13:35:00.000Z\",\"10.622888\",\"10.593939\"\n\"2024-07-13T15:40:00.000Z\",\"4.425596\",\"4.409629\"\n\"2024-07-13T15:45:00.000Z\",\"0.977408\",\"0.97514\"\n\"2024-07-13T15:50:00.000Z\",\"10.483193\",\"10.452433\"\n\"2024-07-13T15:55:00.000Z\",\"4.468403\",\"4.455377\"\n\"2024-07-13T16:00:00.000Z\",\"0.940093\",\"0.941614\"\n\"2024-07-13T16:05:00.000Z\",\"10.460845\",\"10.431222\"\n\"2024-07-13T16:10:00.000Z\",\"4.48237\",\"4.466765\"\n\"2024-07-13T16:15:00.000Z\",\"0.913755\",\"0.911508\"\n\"2024-07-13T16:20:00.000Z\",\"10.649479\",\"10.619143\"\n\"2024-07-13T16:25:00.000Z\",\"4.32832\",\"4.316723\"\n\"2024-07-13T16:30:00.000Z\",\"0.878071\",\"0.876033\"\n\"2024-07-13T16:35:00.000Z\",\"10.62509\",\"10.596018\"\n\"2024-07-13T16:40:00.000Z\",\"4.360761\",\"4.349132\"\n\"2024-07-13T16:45:00.000Z\",\"0.84537\",\"0.843466\"\n\"2024-07-13T16:50:00.000Z\",\"10.654514\",\"10.624156\"\n\"2024-07-13T16:55:00.000Z\",\"4.390033\",\"4.378335\"\n\"2024-07-13T17:00:00.000Z\",\"0.818297\",\"0.816477\"\n\"2024-07-13T17:05:00.000Z\",\"10.630111\",\"10.600757\"\n\"2024-07-13T17:10:00.000Z\",\"4.420964\",\"4.409095\"\n\"2024-07-13T17:15:00.000Z\",\"0.97527\",\"0.972872\"\n\"2024-07-13T17:20:00.000Z\",\"10.449877\",\"10.420833\"\n\"2024-07-13T17:25:00.000Z\",\"4.464521\",\"4.451832\"\n\"2024-07-13T17:30:00.000Z\",\"0.941571\",\"0.939339\"\n\"2024-07-13T17:35:00.000Z\",\"10.44215\",\"10.413503\"\n\"2024-07-13T17:40:00.000Z\",\"4.479421\",\"4.467578\"\n\"2024-07-13T17:45:00.000Z\",\"0.947956\",\"0.945792\"\n\"2024-07-13T17:50:00.000Z\",\"10.648126\",\"10.618057\"\n\"2024-07-13T17:55:00.000Z\",\"4.302307\",\"4.290063\"\n\"2024-07-13T18:00:00.000Z\",\"0.919485\",\"0.917351\"\n\"2024-07-13T18:05:00.000Z\",\"10.644249\",\"10.614367\"\n\"2024-07-13T18:10:00.000Z\",\"4.315536\",\"4.303897\"\n\"2024-07-13T18:15:00.000Z\",\"0.89613\",\"0.893879\"\n\"2024-07-13T18:20:00.000Z\",\"10.655489\",\"10.624872\"\n\"2024-07-13T18:25:00.000Z\",\"4.362749\",\"4.3503\"\n\"2024-07-13T18:30:00.000Z\",\"0.863291\",\"0.861326\"\n\"2024-07-13T18:35:00.000Z\",\"10.672906\",\"10.641351\"\n\"2024-07-13T18:40:00.000Z\",\"4.389484\",\"4.377087\"\n\"2024-07-13T18:45:00.000Z\",\"0.83085\",\"0.829109\"\n\"2024-07-13T18:50:00.000Z\",\"10.627521\",\"10.598543\"\n\"2024-07-13T18:55:00.000Z\",\"4.412558\",\"4.400403\"\n\"2024-07-13T19:00:00.000Z\",\"0.799677\",\"0.797944\"\n\"2024-07-13T19:05:00.000Z\",\"10.612917\",\"10.584477\"\n\"2024-07-13T19:10:00.000Z\",\"4.443937\",\"4.431797\"\n\"2024-07-13T19:15:00.000Z\",\"0.95829\",\"0.955977\"\n\"2024-07-13T19:20:00.000Z\",\"10.454157\",\"10.424911\"\n\"2024-07-13T19:25:00.000Z\",\"4.470537\",\"4.458421\"\n\"2024-07-13T19:30:00.000Z\",\"0.930856\",\"0.928569\"\n\"2024-07-13T19:35:00.000Z\",\"10.46276\",\"10.433076\"\n\"2024-07-13T19:40:00.000Z\",\"4.490368\",\"4.478548\"\n\"2024-07-13T19:45:00.000Z\",\"0.896852\",\"0.894742\"\n\"2024-07-13T19:50:00.000Z\",\"10.639669\",\"10.609861\"\n\"2024-07-13T19:55:00.000Z\",\"4.359221\",\"4.346763\"\n\"2024-07-13T20:00:00.000Z\",\"0.863185\",\"0.861235\"\n\"2024-07-13T20:05:00.000Z\",\"10.628188\",\"10.598987\"\n\"2024-07-13T20:10:00.000Z\",\"4.385479\",\"4.373286\"\n\"2024-07-13T20:15:00.000Z\",\"0.833517\",\"0.831616\"\n\"2024-07-13T20:20:00.000Z\",\"10.640875\",\"10.61118\"\n\"2024-07-13T20:25:00.000Z\",\"4.422308\",\"4.40952\"\n\"2024-07-13T20:30:00.000Z\",\"0.822603\",\"0.820716\"\n\"2024-07-13T20:35:00.000Z\",\"10.648189\",\"10.617955\"\n\"2024-07-13T20:40:00.000Z\",\"4.420687\",\"4.408701\"\n\"2024-07-13T20:45:00.000Z\",\"0.974196\",\"0.971908\"\n\"2024-07-13T20:50:00.000Z\",\"10.475815\",\"10.445445\"\n\"2024-07-13T20:55:00.000Z\",\"4.44814\",\"4.43632\"\n\"2024-07-13T21:00:00.000Z\",\"0.947063\",\"0.944884\"\n\"2024-07-13T21:05:00.000Z\",\"10.650888\",\"10.620485\"\n\"2024-07-13T21:10:00.000Z\",\"4.29008\",\"4.278691\"\n\"2024-07-13T21:15:00.000Z\",\"0.917078\",\"0.915005\"\n\"2024-07-13T21:20:00.000Z\",\"10.624793\",\"10.595758\"\n\"2024-07-13T21:25:00.000Z\",\"4.315916\",\"4.30463\"\n\"2024-07-13T21:30:00.000Z\",\"0.891454\",\"0.889329\"\n\"2024-07-13T21:35:00.000Z\",\"10.650997\",\"10.620597\"\n\"2024-07-13T21:40:00.000Z\",\"4.355159\",\"4.343086\"\n\"2024-07-13T21:45:00.000Z\",\"0.895463\",\"0.893446\"\n\"2024-07-13T21:50:00.000Z\",\"10.622292\",\"10.59337\"\n\"2024-07-13T21:55:00.000Z\",\"4.350453\",\"4.338469\"\n\"2024-07-13T22:00:00.000Z\",\"0.86658\",\"0.864582\"\n\"2024-07-13T22:05:00.000Z\",\"10.641358\",\"10.611661\"\n\"2024-07-13T22:10:00.000Z\",\"4.381849\",\"4.369531\"\n\"2024-07-13T22:15:00.000Z\",\"0.834495\",\"0.836256\"\n\"2024-07-13T22:20:00.000Z\",\"10.667099\",\"10.632383\"\n\"2024-07-13T22:25:00.000Z\",\"4.402957\",\"4.391162\"\n\"2024-07-13T22:30:00.000Z\",\"0.992101\",\"0.989816\"\n\"2024-07-13T22:35:00.000Z\",\"10.44804\",\"10.419113\"\n\"2024-07-13T22:40:00.000Z\",\"4.441447\",\"4.429086\"\n\"2024-07-13T22:45:00.000Z\",\"0.961876\",\"0.959667\"\n\"2024-07-13T22:50:00.000Z\",\"10.449552\",\"10.420537\"\n\"2024-07-13T22:55:00.000Z\",\"4.462045\",\"4.450077\"\n\"2024-07-13T23:00:00.000Z\",\"0.94041\",\"0.93813\"\n\"2024-07-13T23:05:00.000Z\",\"10.459736\",\"10.430204\"\n\"2024-07-13T23:10:00.000Z\",\"4.490569\",\"4.478185\"\n\"2024-07-13T23:15:00.000Z\",\"0.907068\",\"0.905076\"\n\"2024-07-13T23:20:00.000Z\",\"10.662519\",\"10.631534\"\n\"2024-07-13T23:25:00.000Z\",\"4.331761\",\"4.320186\"\n\"2024-07-13T23:30:00.000Z\",\"0.878685\",\"0.876527\"\n\"2024-07-13T23:35:00.000Z\",\"10.632878\",\"10.603611\"\n\"2024-07-13T23:40:00.000Z\",\"4.355303\",\"4.34379\"\n\"2024-07-13T23:45:00.000Z\",\"0.850165\",\"0.848179\"\n\"2024-07-13T23:50:00.000Z\",\"10.62355\",\"10.594588\"\n\"2024-07-13T23:55:00.000Z\",\"4.388536\",\"4.376933\"\n\"2024-07-14T00:00:00.000Z\",\"0.817712\",\"0.815918\"\n\"2024-07-14T00:05:00.000Z\",\"10.638607\",\"10.609065\"\n\"2024-07-14T00:10:00.000Z\",\"4.427705\",\"4.415359\"\n\"2024-07-14T00:15:00.000Z\",\"0.972608\",\"0.970417\"\n\"2024-07-14T00:20:00.000Z\",\"10.438804\",\"10.410543\"\n\"2024-07-14T00:25:00.000Z\",\"4.450779\",\"4.438692\"\n\"2024-07-14T00:30:00.000Z\",\"0.977726\",\"0.975433\"\n\"2024-07-14T00:35:00.000Z\",\"10.464989\",\"10.435178\"\n\"2024-07-14T00:40:00.000Z\",\"4.449322\",\"4.437317\"\n\"2024-07-14T00:45:00.000Z\",\"0.951022\",\"0.94885\"\n\"2024-07-14T00:50:00.000Z\",\"10.441273\",\"10.412676\"\n\"2024-07-14T00:55:00.000Z\",\"4.46912\",\"4.457211\"\n\"2024-07-14T01:00:00.000Z\",\"0.918544\",\"0.916443\"\n\"2024-07-14T01:05:00.000Z\",\"10.629784\",\"10.600512\"\n\"2024-07-14T01:10:00.000Z\",\"4.339306\",\"4.326805\"\n\"2024-07-14T01:15:00.000Z\",\"0.886143\",\"0.887815\"\n\"2024-07-14T01:20:00.000Z\",\"10.630079\",\"10.597119\"\n\"2024-07-14T01:25:00.000Z\",\"4.348342\",\"4.336823\"\n\"2024-07-14T01:30:00.000Z\",\"0.856823\",\"0.854832\"\n\"2024-07-14T01:35:00.000Z\",\"10.639332\",\"10.609738\"\n\"2024-07-14T01:40:00.000Z\",\"4.379464\",\"4.367784\"\n\"2024-07-14T01:45:00.000Z\",\"0.830554\",\"0.828517\"\n\"2024-07-14T01:50:00.000Z\",\"10.669202\",\"10.637908\"\n\"2024-07-14T01:55:00.000Z\",\"4.437417\",\"4.424401\"\n\"2024-07-14T02:00:00.000Z\",\"0.985921\",\"0.983481\"\n\"2024-07-14T02:05:00.000Z\",\"10.456461\",\"10.427105\"\n\"2024-07-14T02:10:00.000Z\",\"4.438679\",\"4.426837\"\n\"2024-07-14T02:15:00.000Z\",\"0.951212\",\"0.949025\"\n\"2024-07-14T02:20:00.000Z\",\"10.466741\",\"10.436842\"\n\"2024-07-14T02:25:00.000Z\",\"4.469517\",\"4.457694\"\n\"2024-07-14T02:30:00.000Z\",\"0.922446\",\"0.920336\"\n\"2024-07-14T02:35:00.000Z\",\"10.635009\",\"10.605492\"\n\"2024-07-14T02:40:00.000Z\",\"4.311631\",\"4.300381\"\n\"2024-07-14T02:45:00.000Z\",\"0.88808\",\"0.886129\"\n\"2024-07-14T02:50:00.000Z\",\"10.635509\",\"10.605904\"\n\"2024-07-14T02:55:00.000Z\",\"4.359507\",\"4.347406\"\n\"2024-07-14T03:00:00.000Z\",\"0.858087\",\"0.856105\"\n\"2024-07-14T03:05:00.000Z\",\"10.624718\",\"10.595707\"\n\"2024-07-14T03:10:00.000Z\",\"4.378503\",\"4.366876\"\n\"2024-07-14T03:15:00.000Z\",\"0.86039\",\"0.858414\"\n\"2024-07-14T03:20:00.000Z\",\"10.616457\",\"10.587853\"\n\"2024-07-14T03:25:00.000Z\",\"4.382982\",\"4.371135\"\n\"2024-07-14T03:30:00.000Z\",\"1.014963\",\"1.012499\"\n\"2024-07-14T03:35:00.000Z\",\"10.468963\",\"10.438995\"\n\"2024-07-14T03:40:00.000Z\",\"4.421391\",\"4.409009\"\n\"2024-07-14T03:45:00.000Z\",\"0.978523\",\"0.977334\"\n\"2024-07-14T03:50:00.000Z\",\"10.464171\",\"10.436764\"\n\"2024-07-14T03:55:00.000Z\",\"4.463172\",\"4.446898\"\n\"2024-07-14T04:00:00.000Z\",\"0.946578\",\"0.944268\"\n\"2024-07-14T04:05:00.000Z\",\"10.66722\",\"10.636008\"\n\"2024-07-14T04:10:00.000Z\",\"4.305847\",\"4.29382\"\n\"2024-07-14T04:15:00.000Z\",\"0.915486\",\"0.913191\"\n\"2024-07-14T04:20:00.000Z\",\"10.659561\",\"10.628795\"\n\"2024-07-14T04:25:00.000Z\",\"4.341738\",\"4.329503\"\n\"2024-07-14T04:30:00.000Z\",\"0.883518\",\"0.881313\"\n\"2024-07-14T04:35:00.000Z\",\"10.645531\",\"10.61543\"\n\"2024-07-14T04:40:00.000Z\",\"4.362641\",\"4.350745\"\n\"2024-07-14T04:45:00.000Z\",\"0.848423\",\"0.846321\"\n\"2024-07-14T04:50:00.000Z\",\"10.666758\",\"10.635562\"\n\"2024-07-14T04:55:00.000Z\",\"4.407275\",\"4.394885\"\n\"2024-07-14T05:00:00.000Z\",\"0.814695\",\"0.812799\"\n\"2024-07-14T05:05:00.000Z\",\"10.667487\",\"10.636406\"\n\"2024-07-14T05:10:00.000Z\",\"4.430573\",\"4.418274\"\n\"2024-07-14T05:15:00.000Z\",\"0.966006\",\"0.965128\"\n\"2024-07-14T05:20:00.000Z\",\"10.464382\",\"10.437146\"\n\"2024-07-14T05:25:00.000Z\",\"4.458781\",\"4.443341\"\n\"2024-07-14T05:30:00.000Z\",\"0.929393\",\"0.927255\"\n\"2024-07-14T05:35:00.000Z\",\"10.625607\",\"10.596519\"\n\"2024-07-14T05:40:00.000Z\",\"4.308694\",\"4.297231\"\n\"2024-07-14T05:45:00.000Z\",\"0.897741\",\"0.895632\"\n\"2024-07-14T05:50:00.000Z\",\"10.649563\",\"10.618964\"\n\"2024-07-14T05:55:00.000Z\",\"4.354527\",\"4.34232\"\n\"2024-07-14T06:00:00.000Z\",\"0.899013\",\"0.896861\"\n\"2024-07-14T06:05:00.000Z\",\"10.666631\",\"10.639152\"\n\"2024-07-14T06:10:00.000Z\",\"4.361688\",\"4.345427\"\n\"2024-07-14T06:15:00.000Z\",\"0.865752\",\"0.863753\"\n\"2024-07-14T06:20:00.000Z\",\"10.653428\",\"10.62291\"\n\"2024-07-14T06:25:00.000Z\",\"4.392105\",\"4.379385\"\n\"2024-07-14T06:30:00.000Z\",\"0.834857\",\"0.832929\"\n\"2024-07-14T06:35:00.000Z\",\"10.665139\",\"10.633988\"\n\"2024-07-14T06:40:00.000Z\",\"4.422482\",\"4.409868\"\n\"2024-07-14T06:45:00.000Z\",\"0.988076\",\"0.985777\"\n\"2024-07-14T06:50:00.000Z\",\"10.454099\",\"10.424863\"\n\"2024-07-14T06:55:00.000Z\",\"4.458163\",\"4.445141\"\n\"2024-07-14T07:00:00.000Z\",\"0.956622\",\"0.954406\"\n\"2024-07-14T07:05:00.000Z\",\"10.463271\",\"10.43723\"\n\"2024-07-14T07:10:00.000Z\",\"4.483597\",\"4.467316\"\n\"2024-07-14T07:15:00.000Z\",\"0.927067\",\"0.925152\"\n\"2024-07-14T07:20:00.000Z\",\"10.650049\",\"10.619935\"\n\"2024-07-14T07:25:00.000Z\",\"4.317194\",\"4.305327\"\n\"2024-07-14T07:30:00.000Z\",\"0.896337\",\"0.894303\"\n\"2024-07-14T07:35:00.000Z\",\"10.636973\",\"10.61074\"\n\"2024-07-14T07:40:00.000Z\",\"4.351426\",\"4.335934\"\n\"2024-07-14T07:45:00.000Z\",\"0.859045\",\"0.857117\"\n\"2024-07-14T07:50:00.000Z\",\"10.65721\",\"10.626706\"\n\"2024-07-14T07:55:00.000Z\",\"4.371367\",\"4.359911\"\n\"2024-07-14T08:00:00.000Z\",\"0.825426\",\"0.827262\"\n\"2024-07-14T08:05:00.000Z\",\"10.645884\",\"10.612267\"\n\"2024-07-14T08:10:00.000Z\",\"4.415918\",\"4.403799\"\n\"2024-07-14T08:15:00.000Z\",\"0.98088\",\"0.978505\"\n\"2024-07-14T08:20:00.000Z\",\"10.466363\",\"10.43633\"\n\"2024-07-14T08:25:00.000Z\",\"4.468211\",\"4.455369\"\n\"2024-07-14T08:30:00.000Z\",\"0.946768\",\"0.944542\"\n\"2024-07-14T08:35:00.000Z\",\"10.433276\",\"10.40492\"\n\"2024-07-14T08:40:00.000Z\",\"4.48039\",\"4.469431\"\n\"2024-07-14T08:45:00.000Z\",\"0.949178\",\"0.947003\"\n\"2024-07-14T08:50:00.000Z\",\"10.62222\",\"10.593338\"\n\"2024-07-14T08:55:00.000Z\",\"4.285164\",\"4.274152\"\n\"2024-07-14T09:00:00.000Z\",\"0.91656\",\"0.914536\"\n\"2024-07-14T09:05:00.000Z\",\"10.634041\",\"10.604347\"\n\"2024-07-14T09:10:00.000Z\",\"4.337404\",\"4.325173\"\n\"2024-07-14T09:15:00.000Z\",\"0.88269\",\"0.880678\"\n\"2024-07-14T09:20:00.000Z\",\"10.641915\",\"10.612034\"\n\"2024-07-14T09:25:00.000Z\",\"4.371829\",\"4.359283\"\n\"2024-07-14T09:30:00.000Z\",\"0.850843\",\"0.848948\"\n\"2024-07-14T09:35:00.000Z\",\"10.657641\",\"10.626912\"\n\"2024-07-14T09:40:00.000Z\",\"4.386945\",\"4.375219\"\n\"2024-07-14T09:45:00.000Z\",\"0.820452\",\"0.818541\"\n\"2024-07-14T09:50:00.000Z\",\"10.628847\",\"10.599599\"\n\"2024-07-14T09:55:00.000Z\",\"4.425828\",\"4.413751\"\n\"2024-07-14T10:00:00.000Z\",\"0.973003\",\"0.970733\"\n\"2024-07-14T10:05:00.000Z\",\"10.445932\",\"10.417088\"\n\"2024-07-14T10:10:00.000Z\",\"4.448881\",\"4.43711\"\n\"2024-07-14T10:15:00.000Z\",\"0.939141\",\"0.937001\"\n\"2024-07-14T10:20:00.000Z\",\"10.648959\",\"10.618946\"\n\"2024-07-14T10:25:00.000Z\",\"4.315635\",\"4.303263\"\n\"2024-07-14T10:30:00.000Z\",\"0.904593\",\"0.902632\"\n\"2024-07-14T10:35:00.000Z\",\"10.633604\",\"10.604322\"\n\"2024-07-14T10:40:00.000Z\",\"4.335606\",\"4.324002\"\n\"2024-07-14T10:45:00.000Z\",\"0.871164\",\"0.869096\"\n\"2024-07-14T10:50:00.000Z\",\"10.660367\",\"10.629577\"\n\"2024-07-14T10:55:00.000Z\",\"4.371799\",\"4.359963\"\n\"2024-07-14T11:00:00.000Z\",\"0.833344\",\"0.835139\"\n\"2024-07-14T11:05:00.000Z\",\"10.661846\",\"10.62749\"\n\"2024-07-14T11:10:00.000Z\",\"4.41335\",\"4.401022\"\n\"2024-07-14T11:15:00.000Z\",\"0.989563\",\"0.987184\"\n\"2024-07-14T11:20:00.000Z\",\"10.434075\",\"10.405798\"\n\"2024-07-14T11:25:00.000Z\",\"4.452948\",\"4.440399\"\n\"2024-07-14T11:30:00.000Z\",\"0.987054\",\"0.988416\"\n\"2024-07-14T11:35:00.000Z\",\"10.465824\",\"10.432703\"\n\"2024-07-14T11:40:00.000Z\",\"4.437233\",\"4.425476\"\n\"2024-07-14T11:45:00.000Z\",\"0.955278\",\"0.953029\"\n\"2024-07-14T11:50:00.000Z\",\"10.652748\",\"10.622289\"\n\"2024-07-14T11:55:00.000Z\",\"4.282685\",\"4.271307\"\n\"2024-07-14T12:00:00.000Z\",\"0.922521\",\"0.920329\"\n\"2024-07-14T12:05:00.000Z\",\"10.647021\",\"10.616873\"\n\"2024-07-14T12:10:00.000Z\",\"4.333239\",\"4.320904\"\n\"2024-07-14T12:15:00.000Z\",\"0.88802\",\"0.886\"\n\"2024-07-14T12:20:00.000Z\",\"10.621693\",\"10.592837\"\n\"2024-07-14T12:25:00.000Z\",\"4.348543\",\"4.337124\"\n\"2024-07-14T12:30:00.000Z\",\"0.857472\",\"0.855611\"\n\"2024-07-14T12:35:00.000Z\",\"10.643859\",\"10.613923\"\n\"2024-07-14T12:40:00.000Z\",\"4.385453\",\"4.373673\"\n\"2024-07-14T12:45:00.000Z\",\"0.824389\",\"0.822458\"\n\"2024-07-14T12:50:00.000Z\",\"10.635685\",\"10.606233\"\n\"2024-07-14T12:55:00.000Z\",\"4.416371\",\"4.404578\"\n\"2024-07-14T13:00:00.000Z\",\"0.793685\",\"0.791809\"\n\"2024-07-14T13:05:00.000Z\",\"10.646934\",\"10.616676\"\n\"2024-07-14T13:10:00.000Z\",\"4.442217\",\"4.430601\"\n\"2024-07-14T13:15:00.000Z\",\"0.945923\",\"0.943779\"\n\"2024-07-14T13:20:00.000Z\",\"10.445823\",\"10.416805\"\n\"2024-07-14T13:25:00.000Z\",\"4.500078\",\"4.487074\"\n\"2024-07-14T13:30:00.000Z\",\"0.910074\",\"0.908247\"\n\"2024-07-14T13:35:00.000Z\",\"10.62094\",\"10.592096\"\n\"2024-07-14T13:40:00.000Z\",\"4.328008\",\"4.316657\"\n\"2024-07-14T13:45:00.000Z\",\"0.874369\",\"0.872424\"\n\"2024-07-14T13:50:00.000Z\",\"10.625421\",\"10.596519\"\n\"2024-07-14T13:55:00.000Z\",\"4.369191\",\"4.357159\"\n\"2024-07-14T14:00:00.000Z\",\"0.879128\",\"0.877059\"\n\"2024-07-14T14:05:00.000Z\",\"10.650822\",\"10.62045\"\n\"2024-07-14T14:10:00.000Z\",\"4.365947\",\"4.354032\"\n\"2024-07-14T14:15:00.000Z\",\"0.844162\",\"0.842256\"\n\"2024-07-14T14:20:00.000Z\",\"10.625258\",\"10.596276\"\n\"2024-07-14T14:25:00.000Z\",\"4.39825\",\"4.386291\"\n\"2024-07-14T14:30:00.000Z\",\"0.996429\",\"0.994073\"\n\"2024-07-14T14:35:00.000Z\",\"10.475596\",\"10.445163\"\n\"2024-07-14T14:40:00.000Z\",\"4.453254\",\"4.440295\"\n\"2024-07-14T14:45:00.000Z\",\"0.955999\",\"0.95383\"\n\"2024-07-14T14:50:00.000Z\",\"10.471767\",\"10.441624\"\n\"2024-07-14T14:55:00.000Z\",\"4.477635\",\"4.465081\"\n\"2024-07-14T15:00:00.000Z\",\"0.929288\",\"0.927159\"\n\"2024-07-14T15:05:00.000Z\",\"10.651161\",\"10.620777\"\n\"2024-07-14T15:10:00.000Z\",\"4.32987\",\"4.317343\"\n\"2024-07-14T15:15:00.000Z\",\"0.89717\",\"0.898782\"\n\"2024-07-14T15:20:00.000Z\",\"10.651258\",\"10.617356\"\n\"2024-07-14T15:25:00.000Z\",\"4.361683\",\"4.348958\"\n\"2024-07-14T15:30:00.000Z\",\"0.867376\",\"0.86542\"\n\"2024-07-14T15:35:00.000Z\",\"10.652824\",\"10.622525\"\n\"2024-07-14T15:40:00.000Z\",\"4.374623\",\"4.362669\"\n\"2024-07-14T15:45:00.000Z\",\"0.831677\",\"0.829838\"\n\"2024-07-14T15:50:00.000Z\",\"10.641187\",\"10.611496\"\n\"2024-07-14T15:55:00.000Z\",\"4.413719\",\"4.401412\"\n\"2024-07-14T16:00:00.000Z\",\"0.991065\",\"0.988662\"\n\"2024-07-14T16:05:00.000Z\",\"10.459062\",\"10.429559\"\n\"2024-07-14T16:10:00.000Z\",\"4.433388\",\"4.421639\"\n\"2024-07-14T16:15:00.000Z\",\"0.958851\",\"0.95651\"\n\"2024-07-14T16:20:00.000Z\",\"10.479077\",\"10.44855\"\n\"2024-07-14T16:25:00.000Z\",\"4.481216\",\"4.468434\"\n\"2024-07-14T16:30:00.000Z\",\"0.927089\",\"0.928162\"\n\"2024-07-14T16:35:00.000Z\",\"10.438372\",\"10.406674\"\n\"2024-07-14T16:40:00.000Z\",\"4.513415\",\"4.500546\"\n\"2024-07-14T16:45:00.000Z\",\"0.92975\",\"0.927614\"\n\"2024-07-14T16:50:00.000Z\",\"10.637004\",\"10.607152\"\n\"2024-07-14T16:55:00.000Z\",\"4.321332\",\"4.309397\"\n\"2024-07-14T17:00:00.000Z\",\"0.893526\",\"0.891426\"\n\"2024-07-14T17:05:00.000Z\",\"10.637804\",\"10.608281\"\n\"2024-07-14T17:10:00.000Z\",\"4.361136\",\"4.349424\"\n\"2024-07-14T17:15:00.000Z\",\"0.860566\",\"0.858504\"\n\"2024-07-14T17:20:00.000Z\",\"10.630631\",\"10.604991\"\n\"2024-07-14T17:25:00.000Z\",\"4.396966\",\"4.380697\"\n\"2024-07-14T17:30:00.000Z\",\"0.83047\",\"0.828566\"\n\"2024-07-14T17:35:00.000Z\",\"10.632872\",\"10.603417\"\n\"2024-07-14T17:40:00.000Z\",\"4.429633\",\"4.416818\"\n\"2024-07-14T17:45:00.000Z\",\"0.98246\",\"0.983798\"\n\"2024-07-14T17:50:00.000Z\",\"10.452125\",\"10.419289\"\n\"2024-07-14T17:55:00.000Z\",\"4.440333\",\"4.428575\"\n\"2024-07-14T18:00:00.000Z\",\"0.95109\",\"0.94893\"\n\"2024-07-14T18:05:00.000Z\",\"10.439876\",\"10.411158\"\n\"2024-07-14T18:10:00.000Z\",\"4.474396\",\"4.462528\"\n\"2024-07-14T18:15:00.000Z\",\"0.920175\",\"0.91791\"\n\"2024-07-14T18:20:00.000Z\",\"10.631755\",\"10.60253\"\n\"2024-07-14T18:25:00.000Z\",\"4.314162\",\"4.302789\"\n\"2024-07-14T18:30:00.000Z\",\"0.893716\",\"0.891621\"\n\"2024-07-14T18:35:00.000Z\",\"10.634803\",\"10.605249\"\n\"2024-07-14T18:40:00.000Z\",\"4.346126\",\"4.334516\"\n\"2024-07-14T18:45:00.000Z\",\"0.858519\",\"0.856594\"\n\"2024-07-14T18:50:00.000Z\",\"10.634901\",\"10.605361\"\n\"2024-07-14T18:55:00.000Z\",\"4.397669\",\"4.385054\"\n\"2024-07-14T19:00:00.000Z\",\"0.824762\",\"0.822901\"\n\"2024-07-14T19:05:00.000Z\",\"10.622933\",\"10.593991\"\n\"2024-07-14T19:10:00.000Z\",\"4.419531\",\"4.407402\"\n\"2024-07-14T19:15:00.000Z\",\"0.790981\",\"0.789261\"\n\"2024-07-14T19:20:00.000Z\",\"10.648862\",\"10.618786\"\n\"2024-07-14T19:25:00.000Z\",\"4.447198\",\"4.435122\"\n\"2024-07-14T19:30:00.000Z\",\"0.986887\",\"0.98466\"\n\"2024-07-14T19:35:00.000Z\",\"10.454043\",\"10.4248\"\n\"2024-07-14T19:40:00.000Z\",\"4.454822\",\"4.442315\"\n\"2024-07-14T19:45:00.000Z\",\"0.954633\",\"0.952462\"\n\"2024-07-14T19:50:00.000Z\",\"10.619069\",\"10.59028\"\n\"2024-07-14T19:55:00.000Z\",\"4.281747\",\"4.270409\"\n\"2024-07-14T20:00:00.000Z\",\"0.921595\",\"0.919508\"\n\"2024-07-14T20:05:00.000Z\",\"10.624042\",\"10.595061\"\n\"2024-07-14T20:10:00.000Z\",\"4.31992\",\"4.30822\"\n\"2024-07-14T20:15:00.000Z\",\"0.887251\",\"0.885317\"\n\"2024-07-14T20:20:00.000Z\",\"10.616202\",\"10.587797\"\n\"2024-07-14T20:25:00.000Z\",\"4.346198\",\"4.334837\"\n\"2024-07-14T20:30:00.000Z\",\"0.847207\",\"0.845334\"\n\"2024-07-14T20:35:00.000Z\",\"10.628131\",\"10.599105\"\n\"2024-07-14T20:40:00.000Z\",\"4.397534\",\"4.385463\"\n\"2024-07-14T20:45:00.000Z\",\"0.816229\",\"0.814526\"\n\"2024-07-14T20:50:00.000Z\",\"10.646652\",\"10.616506\"\n\"2024-07-14T20:55:00.000Z\",\"4.448906\",\"4.43583\"\n\"2024-07-14T21:00:00.000Z\",\"1.001917\",\"0.999606\"\n\"2024-07-14T21:05:00.000Z\",\"10.462466\",\"10.432927\"\n\"2024-07-14T21:10:00.000Z\",\"4.428309\",\"4.415868\"\n\"2024-07-14T21:15:00.000Z\",\"0.978412\",\"0.976046\"\n\"2024-07-14T21:20:00.000Z\",\"10.463146\",\"10.433414\"\n\"2024-07-14T21:25:00.000Z\",\"4.454426\",\"4.442109\"\n\"2024-07-14T21:30:00.000Z\",\"0.942494\",\"0.943968\"\n\"2024-07-14T21:35:00.000Z\",\"10.624659\",\"10.591997\"\n\"2024-07-14T21:40:00.000Z\",\"4.294696\",\"4.283214\"\n\"2024-07-14T21:45:00.000Z\",\"0.912329\",\"0.910279\"\n\"2024-07-14T21:50:00.000Z\",\"10.62341\",\"10.594626\"\n\"2024-07-14T21:55:00.000Z\",\"4.332381\",\"4.320421\"\n\"2024-07-14T22:00:00.000Z\",\"0.881577\",\"0.879617\"\n\"2024-07-14T22:05:00.000Z\",\"10.636238\",\"10.610317\"\n\"2024-07-14T22:10:00.000Z\",\"4.363492\",\"4.34786\"\n\"2024-07-14T22:15:00.000Z\",\"0.850096\",\"0.848231\"\n\"2024-07-14T22:20:00.000Z\",\"10.631219\",\"10.601855\"\n\"2024-07-14T22:25:00.000Z\",\"4.39476\",\"4.382655\"\n\"2024-07-14T22:30:00.000Z\",\"0.822351\",\"0.82047\"\n\"2024-07-14T22:35:00.000Z\",\"10.664921\",\"10.633657\"\n\"2024-07-14T22:40:00.000Z\",\"4.435556\",\"4.422959\"\n\"2024-07-14T22:45:00.000Z\",\"0.978793\",\"0.976239\"\n\"2024-07-14T22:50:00.000Z\",\"10.458978\",\"10.429469\"\n\"2024-07-14T22:55:00.000Z\",\"4.456501\",\"4.444275\"\n\"2024-07-14T23:00:00.000Z\",\"0.943766\",\"0.941568\"\n\"2024-07-14T23:05:00.000Z\",\"10.456818\",\"10.427604\"\n\"2024-07-14T23:10:00.000Z\",\"4.473767\",\"4.461908\"\n\"2024-07-14T23:15:00.000Z\",\"0.919223\",\"0.917134\"\n\"2024-07-14T23:20:00.000Z\",\"10.446828\",\"10.417944\"\n\"2024-07-14T23:25:00.000Z\",\"4.512772\",\"4.500361\"\n\"2024-07-14T23:30:00.000Z\",\"0.887554\",\"0.88549\"\n\"2024-07-14T23:35:00.000Z\",\"10.640082\",\"10.610265\"\n\"2024-07-14T23:40:00.000Z\",\"4.361361\",\"4.349152\"\n\"2024-07-14T23:45:00.000Z\",\"0.889882\",\"0.887839\"\n\"2024-07-14T23:50:00.000Z\",\"10.635713\",\"10.609811\"\n\"2024-07-14T23:55:00.000Z\",\"4.360487\",\"4.344629\"\n\"2024-07-15T00:00:00.000Z\",\"0.859792\",\"0.857854\"\n\"2024-07-15T00:05:00.000Z\",\"10.630423\",\"10.601225\"\n\"2024-07-15T00:10:00.000Z\",\"4.391458\",\"4.378972\"\n\"2024-07-15T00:15:00.000Z\",\"0.828632\",\"0.826823\"\n\"2024-07-15T00:20:00.000Z\",\"10.648653\",\"10.618432\"\n\"2024-07-15T00:25:00.000Z\",\"4.423885\",\"4.411343\"\n\"2024-07-15T00:30:00.000Z\",\"0.987314\",\"0.984979\"\n\"2024-07-15T00:35:00.000Z\",\"10.434132\",\"10.405905\"\n\"2024-07-15T00:40:00.000Z\",\"4.430203\",\"4.41861\"\n\"2024-07-15T00:45:00.000Z\",\"0.959592\",\"0.957333\"\n\"2024-07-15T00:50:00.000Z\",\"10.63204\",\"10.602613\"\n\"2024-07-15T00:55:00.000Z\",\"4.281619\",\"4.270127\"\n\"2024-07-15T01:00:00.000Z\",\"0.930304\",\"0.928111\"\n\"2024-07-15T01:05:00.000Z\",\"10.624559\",\"10.59534\"\n\"2024-07-15T01:10:00.000Z\",\"4.321898\",\"4.309938\"\n\"2024-07-15T01:15:00.000Z\",\"0.899667\",\"0.897666\"\n\"2024-07-15T01:20:00.000Z\",\"10.650425\",\"10.620036\"\n\"2024-07-15T01:25:00.000Z\",\"4.338523\",\"4.326957\"\n\"2024-07-15T01:30:00.000Z\",\"0.866759\",\"0.864772\"\n\"2024-07-15T01:35:00.000Z\",\"10.639734\",\"10.609957\"\n\"2024-07-15T01:40:00.000Z\",\"4.375416\",\"4.363564\"\n\"2024-07-15T01:45:00.000Z\",\"0.832533\",\"0.830705\"\n\"2024-07-15T01:50:00.000Z\",\"10.619839\",\"10.591078\"\n\"2024-07-15T01:55:00.000Z\",\"4.419777\",\"4.407306\"\n\"2024-07-15T02:00:00.000Z\",\"0.803538\",\"0.801773\"\n\"2024-07-15T02:05:00.000Z\",\"10.665597\",\"10.63445\"\n\"2024-07-15T02:10:00.000Z\",\"4.429411\",\"4.417951\"\n\"2024-07-15T02:15:00.000Z\",\"0.959346\",\"0.957155\"\n\"2024-07-15T02:20:00.000Z\",\"10.455825\",\"10.426662\"\n\"2024-07-15T02:25:00.000Z\",\"4.460618\",\"4.448708\"\n\"2024-07-15T02:30:00.000Z\",\"0.966079\",\"0.963862\"\n\"2024-07-15T02:35:00.000Z\",\"10.652054\",\"10.621655\"\n\"2024-07-15T02:40:00.000Z\",\"4.274852\",\"4.263335\"\n\"2024-07-15T02:45:00.000Z\",\"0.934617\",\"0.932473\"\n\"2024-07-15T02:50:00.000Z\",\"10.634093\",\"10.604572\"\n\"2024-07-15T02:55:00.000Z\",\"4.306895\",\"4.295167\"\n\"2024-07-15T03:00:00.000Z\",\"0.906503\",\"0.904267\"\n\"2024-07-15T03:05:00.000Z\",\"10.62609\",\"10.597175\"\n\"2024-07-15T03:10:00.000Z\",\"4.327153\",\"4.315811\"\n\"2024-07-15T03:15:00.000Z\",\"0.877158\",\"0.875012\"\n\"2024-07-15T03:20:00.000Z\",\"10.657901\",\"10.627155\"\n\"2024-07-15T03:25:00.000Z\",\"4.367313\",\"4.355523\"\n\"2024-07-15T03:30:00.000Z\",\"0.845409\",\"0.843326\"\n\"2024-07-15T03:35:00.000Z\",\"10.657177\",\"10.626857\"\n\"2024-07-15T03:40:00.000Z\",\"4.40758\",\"4.395156\"\n\"2024-07-15T03:45:00.000Z\",\"0.81591\",\"0.81384\"\n\"2024-07-15T03:50:00.000Z\",\"10.662599\",\"10.635318\"\n\"2024-07-15T03:55:00.000Z\",\"4.432149\",\"4.416423\"\n\"2024-07-15T04:00:00.000Z\",\"0.970281\",\"0.967979\"\n\"2024-07-15T04:05:00.000Z\",\"10.444922\",\"10.416141\"\n\"2024-07-15T04:10:00.000Z\",\"4.456962\",\"4.444895\"\n\"2024-07-15T04:15:00.000Z\",\"0.941522\",\"0.93933\"\n\"2024-07-15T04:20:00.000Z\",\"10.449792\",\"10.420652\"\n\"2024-07-15T04:25:00.000Z\",\"4.487956\",\"4.475913\"\n\"2024-07-15T04:30:00.000Z\",\"0.906953\",\"0.904869\"\n\"2024-07-15T04:35:00.000Z\",\"10.659684\",\"10.629102\"\n\"2024-07-15T04:40:00.000Z\",\"4.334586\",\"4.322733\"\n\"2024-07-15T04:45:00.000Z\",\"0.874773\",\"0.872759\"\n\"2024-07-15T04:50:00.000Z\",\"10.655415\",\"10.625017\"\n\"2024-07-15T04:55:00.000Z\",\"4.376674\",\"4.364244\"\n\"2024-07-15T05:00:00.000Z\",\"0.879636\",\"0.881343\"\n\"2024-07-15T05:05:00.000Z\",\"10.647366\",\"10.613748\"\n\"2024-07-15T05:10:00.000Z\",\"4.376796\",\"4.36401\"\n\"2024-07-15T05:15:00.000Z\",\"0.850636\",\"0.848718\"\n\"2024-07-15T05:20:00.000Z\",\"10.626433\",\"10.597598\"\n\"2024-07-15T05:25:00.000Z\",\"4.384383\",\"4.37263\"\n\"2024-07-15T05:30:00.000Z\",\"1.005535\",\"1.003321\"\n\"2024-07-15T05:35:00.000Z\",\"10.440471\",\"10.412095\"\n\"2024-07-15T05:40:00.000Z\",\"4.411007\",\"4.399383\"\n\"2024-07-15T05:45:00.000Z\",\"0.979386\",\"0.977054\"\n\"2024-07-15T05:50:00.000Z\",\"10.461629\",\"10.432163\"\n\"2024-07-15T05:55:00.000Z\",\"4.45607\",\"4.443563\"\n\"2024-07-15T06:00:00.000Z\",\"0.950036\",\"0.947747\"\n\"2024-07-15T06:05:00.000Z\",\"10.680249\",\"10.648596\"\n\"2024-07-15T06:10:00.000Z\",\"4.288648\",\"4.277164\"\n\"2024-07-15T06:15:00.000Z\",\"0.916052\",\"0.91387\"\n\"2024-07-15T06:20:00.000Z\",\"10.636434\",\"10.607002\"\n\"2024-07-15T06:25:00.000Z\",\"4.322762\",\"4.311146\"\n\"2024-07-15T06:30:00.000Z\",\"0.885108\",\"0.883103\"\n\"2024-07-15T06:35:00.000Z\",\"10.648602\",\"10.618354\"\n\"2024-07-15T06:40:00.000Z\",\"4.36107\",\"4.349208\"\n\"2024-07-15T06:45:00.000Z\",\"0.853525\",\"0.851641\"\n\"2024-07-15T06:50:00.000Z\",\"10.635444\",\"10.605874\"\n\"2024-07-15T06:55:00.000Z\",\"4.383804\",\"4.372087\"\n\"2024-07-15T07:00:00.000Z\",\"0.821398\",\"0.819715\"\n\"2024-07-15T07:05:00.000Z\",\"10.621336\",\"10.592474\"\n\"2024-07-15T07:10:00.000Z\",\"4.431965\",\"4.419392\"\n\"2024-07-15T07:15:00.000Z\",\"0.976739\",\"0.974494\"\n\"2024-07-15T07:20:00.000Z\",\"10.437008\",\"10.408775\"\n\"2024-07-15T07:25:00.000Z\",\"4.463659\",\"4.45087\"\n\"2024-07-15T07:30:00.000Z\",\"0.950187\",\"0.947859\"\n\"2024-07-15T07:35:00.000Z\",\"10.443918\",\"10.415226\"\n\"2024-07-15T07:40:00.000Z\",\"4.478458\",\"4.466405\"\n\"2024-07-15T07:45:00.000Z\",\"0.954753\",\"0.952575\"\n\"2024-07-15T07:50:00.000Z\",\"10.433951\",\"10.405727\"\n\"2024-07-15T07:55:00.000Z\",\"4.474267\",\"4.462036\"\n\"2024-07-15T08:00:00.000Z\",\"0.922208\",\"0.920086\"\n\"2024-07-15T08:05:00.000Z\",\"10.615842\",\"10.587465\"\n\"2024-07-15T08:10:00.000Z\",\"4.30818\",\"4.296916\"\n\"2024-07-15T08:15:00.000Z\",\"0.891694\",\"0.889706\"\n\"2024-07-15T08:20:00.000Z\",\"10.666914\",\"10.636049\"\n\"2024-07-15T08:25:00.000Z\",\"4.339999\",\"4.328626\"\n\"2024-07-15T08:30:00.000Z\",\"0.865063\",\"0.863049\"\n\"2024-07-15T08:35:00.000Z\",\"10.623727\",\"10.594587\"\n\"2024-07-15T08:40:00.000Z\",\"4.386302\",\"4.374148\"\n\"2024-07-15T08:45:00.000Z\",\"0.827027\",\"0.825264\"\n\"2024-07-15T08:50:00.000Z\",\"10.663713\",\"10.632836\"\n\"2024-07-15T08:55:00.000Z\",\"4.404481\",\"4.392963\"\n\"2024-07-15T09:00:00.000Z\",\"0.981849\",\"0.979586\"\n\"2024-07-15T09:05:00.000Z\",\"10.443862\",\"10.415194\"\n\"2024-07-15T09:10:00.000Z\",\"4.459518\",\"4.446764\"\n\"2024-07-15T09:15:00.000Z\",\"0.949829\",\"0.947841\"\n\"2024-07-15T09:20:00.000Z\",\"10.654553\",\"10.623994\"\n\"2024-07-15T09:25:00.000Z\",\"4.281086\",\"4.269836\"\n\"2024-07-15T09:30:00.000Z\",\"0.921312\",\"0.919203\"\n\"2024-07-15T09:35:00.000Z\",\"10.622556\",\"10.593624\"\n\"2024-07-15T09:40:00.000Z\",\"4.312825\",\"4.301591\"\n\"2024-07-15T09:45:00.000Z\",\"0.888455\",\"0.886459\"\n\"2024-07-15T09:50:00.000Z\",\"10.631532\",\"10.602166\"\n\"2024-07-15T09:55:00.000Z\",\"4.368954\",\"4.356422\"\n\"2024-07-15T10:00:00.000Z\",\"0.858888\",\"0.856923\"\n\"2024-07-15T10:05:00.000Z\",\"10.637533\",\"10.607865\"\n\"2024-07-15T10:10:00.000Z\",\"4.379846\",\"4.368141\"\n\"2024-07-15T10:15:00.000Z\",\"0.822337\",\"0.820479\"\n\"2024-07-15T10:20:00.000Z\",\"10.636052\",\"10.606433\"\n\"2024-07-15T10:25:00.000Z\",\"4.416109\",\"4.404342\"\n\"2024-07-15T10:30:00.000Z\",\"1.010188\",\"1.011343\"\n\"2024-07-15T10:35:00.000Z\",\"10.449749\",\"10.417223\"\n\"2024-07-15T10:40:00.000Z\",\"4.422915\",\"4.410626\"\n\"2024-07-15T10:45:00.000Z\",\"0.976931\",\"0.974658\"\n\"2024-07-15T10:50:00.000Z\",\"10.440403\",\"10.415324\"\n\"2024-07-15T10:55:00.000Z\",\"4.455934\",\"4.440042\"\n\"2024-07-15T11:00:00.000Z\",\"0.951871\",\"0.949423\"\n\"2024-07-15T11:05:00.000Z\",\"10.649392\",\"10.61911\"\n\"2024-07-15T11:10:00.000Z\",\"4.301997\",\"4.289977\"\n\"2024-07-15T11:15:00.000Z\",\"0.921121\",\"0.920273\"\n\"2024-07-15T11:20:00.000Z\",\"10.64827\",\"10.620351\"\n\"2024-07-15T11:25:00.000Z\",\"4.33672\",\"4.326664\"\n\"2024-07-15T11:30:00.000Z\",\"0.891917\",\"0.891851\"\n\"2024-07-15T11:35:00.000Z\",\"10.667556\",\"10.63831\"\n\"2024-07-15T11:40:00.000Z\",\"4.364598\",\"4.352906\"\n\"2024-07-15T11:45:00.000Z\",\"0.857368\",\"0.855274\"\n\"2024-07-15T11:50:00.000Z\",\"10.655866\",\"10.625246\"\n\"2024-07-15T11:55:00.000Z\",\"4.390527\",\"4.378983\"\n\"2024-07-15T12:00:00.000Z\",\"0.827789\",\"0.82586\"\n\"2024-07-15T12:05:00.000Z\",\"10.656119\",\"10.625679\"\n\"2024-07-15T12:10:00.000Z\",\"4.416392\",\"4.404247\"\n\"2024-07-15T12:15:00.000Z\",\"0.987465\",\"0.985165\"\n\"2024-07-15T12:20:00.000Z\",\"10.445879\",\"10.417051\"\n\"2024-07-15T12:25:00.000Z\",\"4.446741\",\"4.434506\"\n\"2024-07-15T12:30:00.000Z\",\"0.953682\",\"0.951392\"\n\"2024-07-15T12:35:00.000Z\",\"10.456763\",\"10.427351\"\n\"2024-07-15T12:40:00.000Z\",\"4.472143\",\"4.460192\"\n\"2024-07-15T12:45:00.000Z\",\"0.925591\",\"0.923297\"\n\"2024-07-15T12:50:00.000Z\",\"10.661376\",\"10.630686\"\n\"2024-07-15T12:55:00.000Z\",\"4.320958\",\"4.308998\"\n\"2024-07-15T13:00:00.000Z\",\"0.895319\",\"0.893327\"\n\"2024-07-15T13:05:00.000Z\",\"10.640924\",\"10.611064\"\n\"2024-07-15T13:10:00.000Z\",\"4.34419\",\"4.332527\"\n\"2024-07-15T13:15:00.000Z\",\"0.89597\",\"0.893918\"\n\"2024-07-15T13:20:00.000Z\",\"10.650656\",\"10.620304\"\n\"2024-07-15T13:25:00.000Z\",\"4.352693\",\"4.340591\"\n\"2024-07-15T13:30:00.000Z\",\"0.867173\",\"0.865183\"\n\"2024-07-15T13:35:00.000Z\",\"10.622399\",\"10.593489\"\n\"2024-07-15T13:40:00.000Z\",\"4.373369\",\"4.361668\"\n\"2024-07-15T13:45:00.000Z\",\"0.837034\",\"0.835018\"\n\"2024-07-15T13:50:00.000Z\",\"10.644131\",\"10.614288\"\n\"2024-07-15T13:55:00.000Z\",\"4.412365\",\"4.39988\"\n\"2024-07-15T14:00:00.000Z\",\"0.808928\",\"0.807087\"\n\"2024-07-15T14:05:00.000Z\",\"10.664794\",\"10.633842\"\n\"2024-07-15T14:10:00.000Z\",\"4.445696\",\"4.433034\"\n\"2024-07-15T14:15:00.000Z\",\"0.963543\",\"0.961497\"\n\"2024-07-15T14:20:00.000Z\",\"10.463631\",\"10.433907\"\n\"2024-07-15T14:25:00.000Z\",\"4.463753\",\"4.451693\"\n\"2024-07-15T14:30:00.000Z\",\"0.927762\",\"0.925606\"\n\"2024-07-15T14:35:00.000Z\",\"10.658073\",\"10.627528\"\n\"2024-07-15T14:40:00.000Z\",\"4.314294\",\"4.302346\"\n\"2024-07-15T14:45:00.000Z\",\"0.902904\",\"0.900699\"\n\"2024-07-15T14:50:00.000Z\",\"10.630472\",\"10.601141\"\n\"2024-07-15T14:55:00.000Z\",\"4.355801\",\"4.343325\"\n\"2024-07-15T15:00:00.000Z\",\"0.872343\",\"0.870158\"\n\"2024-07-15T15:05:00.000Z\",\"10.670451\",\"10.639263\"\n\"2024-07-15T15:10:00.000Z\",\"4.370872\",\"4.359083\"\n\"2024-07-15T15:15:00.000Z\",\"0.837235\",\"0.835316\"\n\"2024-07-15T15:20:00.000Z\",\"10.644366\",\"10.614454\"\n\"2024-07-15T15:25:00.000Z\",\"4.404029\",\"4.392021\"\n\"2024-07-15T15:30:00.000Z\",\"0.807636\",\"0.805856\"\n\"2024-07-15T15:35:00.000Z\",\"10.65333\",\"10.623079\"\n\"2024-07-15T15:40:00.000Z\",\"4.449696\",\"4.436752\"\n\"2024-07-15T15:45:00.000Z\",\"0.778135\",\"0.776448\"\n\"2024-07-15T15:50:00.000Z\",\"10.628681\",\"10.603124\"\n\"2024-07-15T15:55:00.000Z\",\"4.471842\",\"4.455724\"\n\"2024-07-15T16:00:00.000Z\",\"0.970019\",\"0.967639\"\n\"2024-07-15T16:05:00.000Z\",\"10.484518\",\"10.45387\"\n\"2024-07-15T16:10:00.000Z\",\"4.467834\",\"4.455227\"\n\"2024-07-15T16:15:00.000Z\",\"0.939485\",\"0.93744\"\n\"2024-07-15T16:20:00.000Z\",\"10.460634\",\"10.430855\"\n\"2024-07-15T16:25:00.000Z\",\"4.482754\",\"4.470979\"\n\"2024-07-15T16:30:00.000Z\",\"0.904081\",\"0.902082\"\n\"2024-07-15T16:35:00.000Z\",\"10.645951\",\"10.615838\"\n\"2024-07-15T16:40:00.000Z\",\"4.338322\",\"4.326604\"\n\"2024-07-15T16:45:00.000Z\",\"0.871208\",\"0.869227\"\n\"2024-07-15T16:50:00.000Z\",\"10.62792\",\"10.598732\"\n\"2024-07-15T16:55:00.000Z\",\"4.36906\",\"4.35739\"\n\"2024-07-15T17:00:00.000Z\",\"0.836491\",\"0.834652\"\n\"2024-07-15T17:05:00.000Z\",\"10.657071\",\"10.626378\"\n\"2024-07-15T17:10:00.000Z\",\"4.399766\",\"4.388173\"\n\"2024-07-15T17:15:00.000Z\",\"0.809317\",\"0.807326\"\n\"2024-07-15T17:20:00.000Z\",\"10.645422\",\"10.615338\"\n\"2024-07-15T17:25:00.000Z\",\"4.435288\",\"4.423354\"\n\"2024-07-15T17:30:00.000Z\",\"0.953866\",\"0.951751\"\n\"2024-07-15T17:35:00.000Z\",\"10.460686\",\"10.433936\"\n\"2024-07-15T17:40:00.000Z\",\"4.476006\",\"4.460875\"\n\"2024-07-15T17:45:00.000Z\",\"0.926782\",\"0.924711\"\n\"2024-07-15T17:50:00.000Z\",\"10.639383\",\"10.609611\"\n\"2024-07-15T17:55:00.000Z\",\"4.318723\",\"4.306966\"\n\"2024-07-15T18:00:00.000Z\",\"0.895224\",\"0.896811\"\n\"2024-07-15T18:05:00.000Z\",\"10.636182\",\"10.603067\"\n\"2024-07-15T18:10:00.000Z\",\"4.344979\",\"4.333299\"\n\"2024-07-15T18:15:00.000Z\",\"0.866399\",\"0.864467\"\n\"2024-07-15T18:20:00.000Z\",\"10.623198\",\"10.594273\"\n\"2024-07-15T18:25:00.000Z\",\"4.371616\",\"4.36002\"\n\"2024-07-15T18:30:00.000Z\",\"0.838058\",\"0.836218\"\n\"2024-07-15T18:35:00.000Z\",\"10.649437\",\"10.619163\"\n\"2024-07-15T18:40:00.000Z\",\"4.409791\",\"4.397664\"\n\"2024-07-15T18:45:00.000Z\",\"1.030067\",\"1.027871\"\n\"2024-07-15T18:50:00.000Z\",\"10.444323\",\"10.415579\"\n\"2024-07-15T18:55:00.000Z\",\"4.398963\",\"4.387059\"\n\"2024-07-15T19:00:00.000Z\",\"0.996298\",\"0.994045\"\n\"2024-07-15T19:05:00.000Z\",\"10.431086\",\"10.402818\"\n\"2024-07-15T19:10:00.000Z\",\"4.424166\",\"4.41256\"\n\"2024-07-15T19:15:00.000Z\",\"0.963181\",\"0.960959\"\n\"2024-07-15T19:20:00.000Z\",\"10.47151\",\"10.444879\"\n\"2024-07-15T19:25:00.000Z\",\"4.484623\",\"4.468053\"\n\"2024-07-15T19:30:00.000Z\",\"0.933755\",\"0.93157\"\n\"2024-07-15T19:35:00.000Z\",\"10.638664\",\"10.608942\"\n\"2024-07-15T19:40:00.000Z\",\"4.319583\",\"4.307397\"\n\"2024-07-15T19:45:00.000Z\",\"0.903942\",\"0.901861\"\n\"2024-07-15T19:50:00.000Z\",\"10.641912\",\"10.612004\"\n\"2024-07-15T19:55:00.000Z\",\"4.343144\",\"4.331212\"\n\"2024-07-15T20:00:00.000Z\",\"0.875568\",\"0.873502\"\n\"2024-07-15T20:05:00.000Z\",\"10.636138\",\"10.606554\"\n\"2024-07-15T20:10:00.000Z\",\"4.366336\",\"4.354702\"\n\"2024-07-15T20:15:00.000Z\",\"0.840087\",\"0.838195\"\n\"2024-07-15T20:20:00.000Z\",\"10.665525\",\"10.634032\"\n\"2024-07-15T20:25:00.000Z\",\"4.395436\",\"4.383612\"\n\"2024-07-15T20:30:00.000Z\",\"1.020766\",\"1.018265\"\n\"2024-07-15T20:35:00.000Z\",\"10.486762\",\"10.455843\"\n\"2024-07-15T20:40:00.000Z\",\"4.408181\",\"4.3963\"\n\"2024-07-15T20:45:00.000Z\",\"0.985348\",\"0.983036\"\n\"2024-07-15T20:50:00.000Z\",\"10.441874\",\"10.41326\"\n\"2024-07-15T20:55:00.000Z\",\"4.438697\",\"4.426455\"\n\"2024-07-15T21:00:00.000Z\",\"0.956637\",\"0.954381\"\n\"2024-07-15T21:05:00.000Z\",\"10.675214\",\"10.643057\"\n\"2024-07-15T21:10:00.000Z\",\"4.288867\",\"4.277154\"\n\"2024-07-15T21:15:00.000Z\",\"0.923064\",\"0.920987\"\n\"2024-07-15T21:20:00.000Z\",\"10.656083\",\"10.625532\"\n\"2024-07-15T21:25:00.000Z\",\"4.334905\",\"4.322432\"\n\"2024-07-15T21:30:00.000Z\",\"0.893171\",\"0.892674\"\n\"2024-07-15T21:35:00.000Z\",\"10.619242\",\"10.589103\"\n\"2024-07-15T21:40:00.000Z\",\"4.341912\",\"4.330667\"\n\"2024-07-15T21:45:00.000Z\",\"0.861245\",\"0.85935\"\n\"2024-07-15T21:50:00.000Z\",\"10.636733\",\"10.60716\"\n\"2024-07-15T21:55:00.000Z\",\"4.37898\",\"4.367151\"\n\"2024-07-15T22:00:00.000Z\",\"0.831119\",\"0.829164\"\n\"2024-07-15T22:05:00.000Z\",\"10.645786\",\"10.615721\"\n\"2024-07-15T22:10:00.000Z\",\"4.421588\",\"4.409189\"\n\"2024-07-15T22:15:00.000Z\",\"0.796332\",\"0.794601\"\n\"2024-07-15T22:20:00.000Z\",\"10.628825\",\"10.599696\"\n\"2024-07-15T22:25:00.000Z\",\"4.445339\",\"4.433158\"\n\"2024-07-15T22:30:00.000Z\",\"0.951511\",\"0.949317\"\n\"2024-07-15T22:35:00.000Z\",\"10.442597\",\"10.413944\"\n\"2024-07-15T22:40:00.000Z\",\"4.486678\",\"4.47399\"\n\"2024-07-15T22:45:00.000Z\",\"0.955471\",\"0.953235\"\n\"2024-07-15T22:50:00.000Z\",\"10.639789\",\"10.610001\"\n\"2024-07-15T22:55:00.000Z\",\"4.303988\",\"4.291477\"\n\"2024-07-15T23:00:00.000Z\",\"0.925983\",\"0.923849\"\n\"2024-07-15T23:05:00.000Z\",\"10.638029\",\"10.608482\"\n\"2024-07-15T23:10:00.000Z\",\"4.306987\",\"4.295606\"\n\"2024-07-15T23:15:00.000Z\",\"0.894929\",\"0.892906\"\n\"2024-07-15T23:20:00.000Z\",\"10.631462\",\"10.602123\"\n\"2024-07-15T23:25:00.000Z\",\"4.339661\",\"4.328222\"\n\"2024-07-15T23:30:00.000Z\",\"0.859061\",\"0.857139\"\n\"2024-07-15T23:35:00.000Z\",\"10.646898\",\"10.616906\"\n\"2024-07-15T23:40:00.000Z\",\"4.376423\",\"4.364732\"\n\"2024-07-15T23:45:00.000Z\",\"0.830832\",\"0.828914\"\n\"2024-07-15T23:50:00.000Z\",\"10.65798\",\"10.627234\"\n\"2024-07-15T23:55:00.000Z\",\"4.412162\",\"4.40025\"\n\"2024-07-16T00:00:00.000Z\",\"0.987505\",\"0.985244\"\n\"2024-07-16T00:05:00.000Z\",\"10.441161\",\"10.41257\"\n\"2024-07-16T00:10:00.000Z\",\"4.441346\",\"4.429183\"\n\"2024-07-16T00:15:00.000Z\",\"0.958345\",\"0.956032\"\n\"2024-07-16T00:20:00.000Z\",\"10.456454\",\"10.427088\"\n\"2024-07-16T00:25:00.000Z\",\"4.46638\",\"4.454529\"\n\"2024-07-16T00:30:00.000Z\",\"0.925561\",\"0.923402\"\n\"2024-07-16T00:35:00.000Z\",\"10.657191\",\"10.626327\"\n\"2024-07-16T00:40:00.000Z\",\"4.325032\",\"4.313081\"\n\"2024-07-16T00:45:00.000Z\",\"0.889849\",\"0.88783\"\n\"2024-07-16T00:50:00.000Z\",\"10.660846\",\"10.629754\"\n\"2024-07-16T00:55:00.000Z\",\"4.367308\",\"4.354994\"\n\"2024-07-16T01:00:00.000Z\",\"0.859889\",\"0.857853\"\n\"2024-07-16T01:05:00.000Z\",\"10.659982\",\"10.629148\"\n\"2024-07-16T01:10:00.000Z\",\"4.404224\",\"4.391268\"\n\"2024-07-16T01:15:00.000Z\",\"0.826661\",\"0.824837\"\n\"2024-07-16T01:20:00.000Z\",\"10.614582\",\"10.586067\"\n\"2024-07-16T01:25:00.000Z\",\"4.406812\",\"4.395325\"\n\"2024-07-16T01:30:00.000Z\",\"1.014185\",\"1.011833\"\n\"2024-07-16T01:35:00.000Z\",\"10.440186\",\"10.411648\"\n\"2024-07-16T01:40:00.000Z\",\"4.409246\",\"4.397478\"\n\"2024-07-16T01:45:00.000Z\",\"0.980117\",\"0.981583\"\n\"2024-07-16T01:50:00.000Z\",\"10.486973\",\"10.452327\"\n\"2024-07-16T01:55:00.000Z\",\"4.458638\",\"4.445933\"\n\"2024-07-16T02:00:00.000Z\",\"0.949605\",\"0.947395\"\n\"2024-07-16T02:05:00.000Z\",\"10.433212\",\"10.404848\"\n\"2024-07-16T02:10:00.000Z\",\"4.475699\",\"4.463908\"\n\"2024-07-16T02:15:00.000Z\",\"0.913862\",\"0.911728\"\n\"2024-07-16T02:20:00.000Z\",\"10.620504\",\"10.591689\"\n\"2024-07-16T02:25:00.000Z\",\"4.321671\",\"4.310317\"\n\"2024-07-16T02:30:00.000Z\",\"0.881502\",\"0.879479\"\n\"2024-07-16T02:35:00.000Z\",\"10.671025\",\"10.639813\"\n\"2024-07-16T02:40:00.000Z\",\"4.349588\",\"4.338191\"\n\"2024-07-16T02:45:00.000Z\",\"0.852964\",\"0.851072\"\n\"2024-07-16T02:50:00.000Z\",\"10.622332\",\"10.59343\"\n\"2024-07-16T02:55:00.000Z\",\"4.379405\",\"4.367904\"\n\"2024-07-16T03:00:00.000Z\",\"0.821768\",\"0.819944\"\n\"2024-07-16T03:05:00.000Z\",\"10.64925\",\"10.619141\"\n\"2024-07-16T03:10:00.000Z\",\"4.420441\",\"4.408264\"\n\"2024-07-16T03:15:00.000Z\",\"0.983524\",\"0.981146\"\n\"2024-07-16T03:20:00.000Z\",\"10.433879\",\"10.405462\"\n\"2024-07-16T03:25:00.000Z\",\"4.456922\",\"4.444503\"\n\"2024-07-16T03:30:00.000Z\",\"0.944517\",\"0.946037\"\n\"2024-07-16T03:35:00.000Z\",\"10.443425\",\"10.411018\"\n\"2024-07-16T03:40:00.000Z\",\"4.47614\",\"4.46432\"\n\"2024-07-16T03:45:00.000Z\",\"0.920048\",\"0.917926\"\n\"2024-07-16T03:50:00.000Z\",\"10.645317\",\"10.615243\"\n\"2024-07-16T03:55:00.000Z\",\"4.316124\",\"4.304589\"\n\"2024-07-16T04:00:00.000Z\",\"0.886344\",\"0.884302\"\n\"2024-07-16T04:05:00.000Z\",\"10.640484\",\"10.610815\"\n\"2024-07-16T04:10:00.000Z\",\"4.370391\",\"4.357747\"\n\"2024-07-16T04:15:00.000Z\",\"0.896328\",\"0.894277\"\n\"2024-07-16T04:20:00.000Z\",\"10.623403\",\"10.594253\"\n\"2024-07-16T04:25:00.000Z\",\"4.343599\",\"4.332133\"\n\"2024-07-16T04:30:00.000Z\",\"0.857584\",\"0.855616\"\n\"2024-07-16T04:35:00.000Z\",\"10.646671\",\"10.616699\"\n\"2024-07-16T04:40:00.000Z\",\"4.375901\",\"4.364234\"\n\"2024-07-16T04:45:00.000Z\",\"0.830272\",\"0.82827\"\n\"2024-07-16T04:50:00.000Z\",\"10.668334\",\"10.63706\"\n\"2024-07-16T04:55:00.000Z\",\"4.422761\",\"4.4103\"\n\"2024-07-16T05:00:00.000Z\",\"0.98994\",\"0.987475\"\n\"2024-07-16T05:05:00.000Z\",\"10.46593\",\"10.43608\"\n\"2024-07-16T05:10:00.000Z\",\"4.45176\",\"4.439059\"\n\"2024-07-16T05:15:00.000Z\",\"0.960109\",\"0.957858\"\n\"2024-07-16T05:20:00.000Z\",\"10.614712\",\"10.58619\"\n\"2024-07-16T05:25:00.000Z\",\"4.275509\",\"4.264309\"\n\"2024-07-16T05:30:00.000Z\",\"0.922985\",\"0.920911\"\n\"2024-07-16T05:35:00.000Z\",\"10.617889\",\"10.589396\"\n\"2024-07-16T05:40:00.000Z\",\"4.304383\",\"4.293127\"\n\"2024-07-16T05:45:00.000Z\",\"0.892185\",\"0.89016\"\n\"2024-07-16T05:50:00.000Z\",\"10.660479\",\"10.629789\"\n\"2024-07-16T05:55:00.000Z\",\"4.35565\",\"4.342016\"\n\"2024-07-16T06:00:00.000Z\",\"0.861021\",\"0.859051\"\n\"2024-07-16T06:05:00.000Z\",\"10.637039\",\"10.607535\"\n\"2024-07-16T06:10:00.000Z\",\"4.379491\",\"4.367439\"\n\"2024-07-16T06:15:00.000Z\",\"0.825832\",\"0.823943\"\n\"2024-07-16T06:20:00.000Z\",\"10.64779\",\"10.617569\"\n\"2024-07-16T06:25:00.000Z\",\"4.417717\",\"4.405697\"\n\"2024-07-16T06:30:00.000Z\",\"0.801958\",\"0.800144\"\n\"2024-07-16T06:35:00.000Z\",\"10.630783\",\"10.601621\"\n\"2024-07-16T06:40:00.000Z\",\"4.435979\",\"4.423917\"\n\"2024-07-16T06:45:00.000Z\",\"0.958987\",\"0.956754\"\n\"2024-07-16T06:50:00.000Z\",\"10.453764\",\"10.424517\"\n\"2024-07-16T06:55:00.000Z\",\"4.474598\",\"4.46215\"\n\"2024-07-16T07:00:00.000Z\",\"0.96462\",\"0.962325\"\n\"2024-07-16T07:05:00.000Z\",\"10.449936\",\"10.422002\"\n\"2024-07-16T07:10:00.000Z\",\"4.475322\",\"4.46151\"\n\"2024-07-16T07:15:00.000Z\",\"0.934091\",\"0.931891\"\n\"2024-07-16T07:20:00.000Z\",\"10.633699\",\"10.6042\"\n\"2024-07-16T07:25:00.000Z\",\"4.321151\",\"4.308862\"\n\"2024-07-16T07:30:00.000Z\",\"0.903952\",\"0.90186\"\n\"2024-07-16T07:35:00.000Z\",\"10.662664\",\"10.631834\"\n\"2024-07-16T07:40:00.000Z\",\"4.330338\",\"4.318824\"\n\"2024-07-16T07:45:00.000Z\",\"0.877926\",\"0.875702\"\n\"2024-07-16T07:50:00.000Z\",\"10.630142\",\"10.600831\"\n\"2024-07-16T07:55:00.000Z\",\"4.386055\",\"4.373305\"\n\"2024-07-16T08:00:00.000Z\",\"0.846805\",\"0.844722\"\n\"2024-07-16T08:05:00.000Z\",\"10.632217\",\"10.602982\"\n\"2024-07-16T08:10:00.000Z\",\"4.408706\",\"4.396079\"\n\"2024-07-16T08:15:00.000Z\",\"1.006346\",\"1.003827\"\n\"2024-07-16T08:20:00.000Z\",\"10.44795\",\"10.418999\"\n\"2024-07-16T08:25:00.000Z\",\"4.430906\",\"4.418583\"\n\"2024-07-16T08:30:00.000Z\",\"0.976984\",\"0.974661\"\n\"2024-07-16T08:35:00.000Z\",\"10.434292\",\"10.405878\"\n\"2024-07-16T08:40:00.000Z\",\"4.44696\",\"4.43522\"\n\"2024-07-16T08:45:00.000Z\",\"0.939686\",\"0.937601\"\n\"2024-07-16T08:50:00.000Z\",\"10.448076\",\"10.419128\"\n\"2024-07-16T08:55:00.000Z\",\"4.478635\",\"4.466881\"\n\"2024-07-16T09:00:00.000Z\",\"0.911562\",\"0.909406\"\n\"2024-07-16T09:05:00.000Z\",\"10.617145\",\"10.588479\"\n\"2024-07-16T09:10:00.000Z\",\"4.345747\",\"4.333271\"\n\"2024-07-16T09:15:00.000Z\",\"0.873936\",\"0.871933\"\n\"2024-07-16T09:20:00.000Z\",\"10.632869\",\"10.603609\"\n\"2024-07-16T09:25:00.000Z\",\"4.366638\",\"4.354722\"\n\"2024-07-16T09:30:00.000Z\",\"0.844551\",\"0.846294\"\n\"2024-07-16T09:35:00.000Z\",\"10.647213\",\"10.613559\"\n\"2024-07-16T09:40:00.000Z\",\"4.399436\",\"4.387261\"\n\"2024-07-16T09:45:00.000Z\",\"0.85082\",\"0.848922\"\n\"2024-07-16T09:50:00.000Z\",\"10.625051\",\"10.59601\"\n\"2024-07-16T09:55:00.000Z\",\"4.384586\",\"4.373002\"\n\"2024-07-16T10:00:00.000Z\",\"1.009609\",\"1.007321\"\n\"2024-07-16T10:05:00.000Z\",\"10.436519\",\"10.408533\"\n\"2024-07-16T10:10:00.000Z\",\"4.409463\",\"4.397498\"\n\"2024-07-16T10:15:00.000Z\",\"0.827715\",\"0.825813\"\n\"2024-07-16T10:20:00.000Z\",\"10.67736\",\"10.646402\"\n\"2024-07-16T10:25:00.000Z\",\"4.407485\",\"4.395268\"\n\"2024-07-16T10:30:00.000Z\",\"1.015325\",\"1.012952\"\n\"2024-07-16T10:35:00.000Z\",\"10.454622\",\"10.425824\"\n\"2024-07-16T10:40:00.000Z\",\"4.407297\",\"4.395297\"\n\"2024-07-16T10:45:00.000Z\",\"1.0104\",\"1.00807\"\n\"2024-07-16T10:50:00.000Z\",\"10.464836\",\"10.435391\"\n\"2024-07-16T10:55:00.000Z\",\"4.427626\",\"4.414844\"\n\"2024-07-16T11:00:00.000Z\",\"0.994401\",\"0.995732\"\n\"2024-07-16T11:05:00.000Z\",\"10.463843\",\"10.430632\"\n\"2024-07-16T11:10:00.000Z\",\"4.429158\",\"4.417298\"\n\"2024-07-16T11:15:00.000Z\",\"0.964248\",\"0.962034\"\n\"2024-07-16T11:20:00.000Z\",\"10.449597\",\"10.420633\"\n\"2024-07-16T11:25:00.000Z\",\"4.469738\",\"4.457261\"\n\"2024-07-16T11:30:00.000Z\",\"0.940734\",\"0.93846\"\n\"2024-07-16T11:35:00.000Z\",\"10.447423\",\"10.41857\"\n\"2024-07-16T11:40:00.000Z\",\"4.489007\",\"4.476931\"\n\"2024-07-16T11:45:00.000Z\",\"0.90438\",\"0.902378\"\n\"2024-07-16T11:50:00.000Z\",\"10.646595\",\"10.616704\"\n\"2024-07-16T11:55:00.000Z\",\"4.338622\",\"4.326734\"\n\"2024-07-16T12:00:00.000Z\",\"0.873867\",\"0.871875\"\n\"2024-07-16T12:05:00.000Z\",\"10.646788\",\"10.616719\"\n\"2024-07-16T12:10:00.000Z\",\"4.369548\",\"4.357657\"\n\"2024-07-16T12:15:00.000Z\",\"0.875959\",\"0.874091\"\n\"2024-07-16T12:20:00.000Z\",\"10.660297\",\"10.629534\"\n\"2024-07-16T12:25:00.000Z\",\"4.379096\",\"4.366551\"\n\"2024-07-16T12:30:00.000Z\",\"0.842621\",\"0.844385\"\n\"2024-07-16T12:35:00.000Z\",\"10.655742\",\"10.621752\"\n\"2024-07-16T12:40:00.000Z\",\"4.391493\",\"4.379998\"\n\"2024-07-16T12:45:00.000Z\",\"0.999873\",\"0.997655\"\n\"2024-07-16T12:50:00.000Z\",\"10.439516\",\"10.411225\"\n\"2024-07-16T12:55:00.000Z\",\"4.418087\",\"4.406412\"\n\"2024-07-16T13:00:00.000Z\",\"0.969094\",\"0.9701\"\n\"2024-07-16T13:05:00.000Z\",\"10.447008\",\"10.41497\"\n\"2024-07-16T13:10:00.000Z\",\"4.44875\",\"4.437195\"\n\"2024-07-16T13:15:00.000Z\",\"0.942342\",\"0.940177\"\n\"2024-07-16T13:20:00.000Z\",\"10.620178\",\"10.595075\"\n\"2024-07-16T13:25:00.000Z\",\"4.290822\",\"4.27591\"\n\"2024-07-16T13:30:00.000Z\",\"0.911268\",\"0.912875\"\n\"2024-07-16T13:35:00.000Z\",\"10.649899\",\"10.616342\"\n\"2024-07-16T13:40:00.000Z\",\"4.331217\",\"4.319356\"\n\"2024-07-16T13:45:00.000Z\",\"0.877252\",\"0.8754\"\n\"2024-07-16T13:50:00.000Z\",\"10.636934\",\"10.607545\"\n\"2024-07-16T13:55:00.000Z\",\"4.36937\",\"4.357142\"\n\"2024-07-16T14:00:00.000Z\",\"0.850212\",\"0.848322\"\n\"2024-07-16T14:05:00.000Z\",\"10.651028\",\"10.623852\"\n\"2024-07-16T14:10:00.000Z\",\"4.41554\",\"4.399428\"\n\"2024-07-16T14:15:00.000Z\",\"0.824907\",\"0.822938\"\n\"2024-07-16T14:20:00.000Z\",\"10.648034\",\"10.618036\"\n\"2024-07-16T14:25:00.000Z\",\"4.408615\",\"4.3971\"\n\"2024-07-16T14:30:00.000Z\",\"0.981546\",\"0.979286\"\n\"2024-07-16T14:35:00.000Z\",\"10.457173\",\"10.42783\"\n\"2024-07-16T14:40:00.000Z\",\"4.450561\",\"4.438338\"\n\"2024-07-16T14:45:00.000Z\",\"0.953418\",\"0.951592\"\n\"2024-07-16T14:50:00.000Z\",\"10.427298\",\"10.399305\"\n\"2024-07-16T14:55:00.000Z\",\"4.47129\",\"4.459687\"\n\"2024-07-16T15:00:00.000Z\",\"0.955778\",\"0.953698\"\n\"2024-07-16T15:05:00.000Z\",\"10.6383\",\"10.608648\"\n\"2024-07-16T15:10:00.000Z\",\"4.293855\",\"4.281724\"\n\"2024-07-16T15:15:00.000Z\",\"0.925378\",\"0.923318\"\n\"2024-07-16T15:20:00.000Z\",\"10.628065\",\"10.600359\"\n\"2024-07-16T15:25:00.000Z\",\"4.323292\",\"4.309856\"\n\"2024-07-16T15:30:00.000Z\",\"0.895803\",\"0.893859\"\n\"2024-07-16T15:35:00.000Z\",\"10.636269\",\"10.606666\"\n\"2024-07-16T15:40:00.000Z\",\"4.351034\",\"4.339112\"\n\"2024-07-16T15:45:00.000Z\",\"0.870752\",\"0.868645\"\n\"2024-07-16T15:50:00.000Z\",\"10.678609\",\"10.646826\"\n\"2024-07-16T15:55:00.000Z\",\"4.372466\",\"4.360933\"\n\"2024-07-16T16:00:00.000Z\",\"0.836097\",\"0.834314\"\n\"2024-07-16T16:05:00.000Z\",\"10.616981\",\"10.588391\"\n\"2024-07-16T16:10:00.000Z\",\"4.407481\",\"4.395463\"\n\"2024-07-16T16:15:00.000Z\",\"0.989371\",\"0.987095\"\n\"2024-07-16T16:20:00.000Z\",\"10.473145\",\"10.442913\"\n\"2024-07-16T16:25:00.000Z\",\"4.451754\",\"4.43925\"\n\"2024-07-16T16:30:00.000Z\",\"0.958182\",\"0.956031\"\n\"2024-07-16T16:35:00.000Z\",\"10.44876\",\"10.419604\"\n\"2024-07-16T16:40:00.000Z\",\"4.475785\",\"4.4636\"\n\"2024-07-16T16:45:00.000Z\",\"0.930237\",\"0.928076\"\n\"2024-07-16T16:50:00.000Z\",\"10.65058\",\"10.620418\"\n\"2024-07-16T16:55:00.000Z\",\"4.318823\",\"4.306736\"\n\"2024-07-16T17:00:00.000Z\",\"0.897952\",\"0.895935\"\n\"2024-07-16T17:05:00.000Z\",\"10.644259\",\"10.614427\"\n\"2024-07-16T17:10:00.000Z\",\"4.344113\",\"4.332286\"\n\"2024-07-16T17:15:00.000Z\",\"0.872437\",\"0.870263\"\n\"2024-07-16T17:20:00.000Z\",\"10.630793\",\"10.601427\"\n\"2024-07-16T17:25:00.000Z\",\"4.363582\",\"4.352228\"\n\"2024-07-16T17:30:00.000Z\",\"0.838791\",\"0.837034\"\n\"2024-07-16T17:35:00.000Z\",\"10.630979\",\"10.601636\"\n\"2024-07-16T17:40:00.000Z\",\"4.40252\",\"4.390783\"\n\"2024-07-16T17:45:00.000Z\",\"0.839889\",\"0.838051\"\n\"2024-07-16T17:50:00.000Z\",\"10.622778\",\"10.594042\"\n\"2024-07-16T17:55:00.000Z\",\"4.398975\",\"4.387121\"\n\"2024-07-16T18:00:00.000Z\",\"0.997049\",\"0.994682\"\n\"2024-07-16T18:05:00.000Z\",\"10.471539\",\"10.442942\"\n\"2024-07-16T18:10:00.000Z\",\"4.445627\",\"4.4314\"\n\"2024-07-16T18:15:00.000Z\",\"0.960518\",\"0.958228\"\n\"2024-07-16T18:20:00.000Z\",\"10.636241\",\"10.606817\"\n\"2024-07-16T18:25:00.000Z\",\"4.279781\",\"4.268202\"\n\"2024-07-16T18:30:00.000Z\",\"0.931529\",\"0.929378\"\n\"2024-07-16T18:35:00.000Z\",\"10.633718\",\"10.60423\"\n\"2024-07-16T18:40:00.000Z\",\"4.320201\",\"4.308015\"\n\"2024-07-16T18:45:00.000Z\",\"0.896233\",\"0.894798\"\n\"2024-07-16T18:50:00.000Z\",\"10.640373\",\"10.610711\"\n\"2024-07-16T18:55:00.000Z\",\"4.355773\",\"4.343527\"\n\"2024-07-16T19:00:00.000Z\",\"0.864375\",\"0.862457\"\n\"2024-07-16T19:05:00.000Z\",\"10.629573\",\"10.600278\"\n\"2024-07-16T19:10:00.000Z\",\"4.381122\",\"4.36903\"\n\"2024-07-16T19:15:00.000Z\",\"0.834422\",\"0.836403\"\n\"2024-07-16T19:20:00.000Z\",\"10.623695\",\"10.591212\"\n\"2024-07-16T19:25:00.000Z\",\"4.39937\",\"4.387829\"\n\"2024-07-16T19:30:00.000Z\",\"0.803732\",\"0.801958\"\n\"2024-07-16T19:35:00.000Z\",\"10.619357\",\"10.59079\"\n\"2024-07-16T19:40:00.000Z\",\"4.428069\",\"4.416427\"\n\"2024-07-16T19:45:00.000Z\",\"0.961703\",\"0.959581\"\n\"2024-07-16T19:50:00.000Z\",\"10.436273\",\"10.407753\"\n\"2024-07-16T19:55:00.000Z\",\"4.473332\",\"4.461002\"\n\"2024-07-16T20:00:00.000Z\",\"0.928306\",\"0.926265\"\n\"2024-07-16T20:05:00.000Z\",\"10.441255\",\"10.412697\"\n\"2024-07-16T20:10:00.000Z\",\"4.513229\",\"4.500256\"\n\"2024-07-16T20:15:00.000Z\",\"0.895996\",\"0.893995\"\n\"2024-07-16T20:20:00.000Z\",\"10.645249\",\"10.615396\"\n\"2024-07-16T20:25:00.000Z\",\"4.335398\",\"4.323987\"\n\"2024-07-16T20:30:00.000Z\",\"0.886466\",\"0.88445\"\n\"2024-07-16T20:35:00.000Z\",\"10.63574\",\"10.606413\"\n\"2024-07-16T20:40:00.000Z\",\"4.348695\",\"4.337182\"\n\"2024-07-16T20:45:00.000Z\",\"0.850903\",\"0.849048\"\n\"2024-07-16T20:50:00.000Z\",\"10.642375\",\"10.612499\"\n\"2024-07-16T20:55:00.000Z\",\"4.385499\",\"4.373887\"\n\"2024-07-16T21:00:00.000Z\",\"0.817976\",\"0.819864\"\n\"2024-07-16T21:05:00.000Z\",\"10.621452\",\"10.589104\"\n\"2024-07-16T21:10:00.000Z\",\"4.41092\",\"4.399526\"\n\"2024-07-16T21:15:00.000Z\",\"0.978293\",\"0.975994\"\n\"2024-07-16T21:20:00.000Z\",\"10.454735\",\"10.425474\"\n\"2024-07-16T21:25:00.000Z\",\"4.444541\",\"4.432768\"\n\"2024-07-16T21:30:00.000Z\",\"0.947624\",\"0.945594\"\n\"2024-07-16T21:35:00.000Z\",\"10.447499\",\"10.418614\"\n\"2024-07-16T21:40:00.000Z\",\"4.503987\",\"4.490953\"\n\"2024-07-16T21:45:00.000Z\",\"0.945779\",\"0.943582\"\n\"2024-07-16T21:50:00.000Z\",\"10.622065\",\"10.593253\"\n\"2024-07-16T21:55:00.000Z\",\"4.293948\",\"4.282359\"\n\"2024-07-16T22:00:00.000Z\",\"0.919222\",\"0.917084\"\n\"2024-07-16T22:05:00.000Z\",\"10.653674\",\"10.624016\"\n\"2024-07-16T22:10:00.000Z\",\"4.322319\",\"4.310735\"\n\"2024-07-16T22:15:00.000Z\",\"0.883631\",\"0.881616\"\n\"2024-07-16T22:20:00.000Z\",\"10.641378\",\"10.611512\"\n\"2024-07-16T22:25:00.000Z\",\"4.360382\",\"4.348414\"\n\"2024-07-16T22:30:00.000Z\",\"0.846623\",\"0.844754\"\n\"2024-07-16T22:35:00.000Z\",\"10.657897\",\"10.627181\"\n\"2024-07-16T22:40:00.000Z\",\"4.39851\",\"4.386378\"\n\"2024-07-16T22:45:00.000Z\",\"1.005493\",\"1.003062\"\n\"2024-07-16T22:50:00.000Z\",\"10.460301\",\"10.430738\"\n\"2024-07-16T22:55:00.000Z\",\"4.419953\",\"4.408157\"\n\"2024-07-16T23:00:00.000Z\",\"0.97813\",\"0.978572\"\n\"2024-07-16T23:05:00.000Z\",\"10.463723\",\"10.431222\"\n\"2024-07-16T23:10:00.000Z\",\"4.448907\",\"4.436868\"\n\"2024-07-16T23:15:00.000Z\",\"0.944821\",\"0.942618\"\n\"2024-07-16T23:20:00.000Z\",\"10.638497\",\"10.608746\"\n\"2024-07-16T23:25:00.000Z\",\"4.303999\",\"4.292066\"\n\"2024-07-16T23:30:00.000Z\",\"0.906474\",\"0.904447\"\n\"2024-07-16T23:35:00.000Z\",\"10.6319\",\"10.602683\"\n\"2024-07-16T23:40:00.000Z\",\"4.343041\",\"4.330679\"\n\"2024-07-16T23:45:00.000Z\",\"0.884038\",\"0.881892\"\n\"2024-07-16T23:50:00.000Z\",\"10.674324\",\"10.642749\"\n\"2024-07-16T23:55:00.000Z\",\"4.364053\",\"4.352071\"\n\"2024-07-17T00:00:00.000Z\",\"0.849508\",\"0.847584\"\n\"2024-07-17T00:05:00.000Z\",\"10.669775\",\"10.638443\"\n\"2024-07-17T00:10:00.000Z\",\"4.402116\",\"4.389823\"\n\"2024-07-17T00:15:00.000Z\",\"0.821047\",\"0.819092\"\n\"2024-07-17T00:20:00.000Z\",\"10.65354\",\"10.623041\"\n\"2024-07-17T00:25:00.000Z\",\"4.423029\",\"4.411202\"\n\"2024-07-17T00:30:00.000Z\",\"1.009726\",\"1.007278\"\n\"2024-07-17T00:35:00.000Z\",\"10.451043\",\"10.422109\"\n\"2024-07-17T00:40:00.000Z\",\"4.425653\",\"4.413221\"\n\"2024-07-17T00:45:00.000Z\",\"0.980447\",\"0.978113\"\n\"2024-07-17T00:50:00.000Z\",\"10.442379\",\"10.41391\"\n\"2024-07-17T00:55:00.000Z\",\"4.444465\",\"4.432324\"\n\"2024-07-17T01:00:00.000Z\",\"0.951916\",\"0.949712\"\n\"2024-07-17T01:05:00.000Z\",\"10.446888\",\"10.417989\"\n\"2024-07-17T01:10:00.000Z\",\"4.480542\",\"4.468191\"\n\"2024-07-17T01:15:00.000Z\",\"0.922196\",\"0.92006\"\n\"2024-07-17T01:20:00.000Z\",\"10.663964\",\"10.632898\"\n\"2024-07-17T01:25:00.000Z\",\"4.327247\",\"4.315197\"\n\"2024-07-17T01:30:00.000Z\",\"0.892592\",\"0.890586\"\n\"2024-07-17T01:35:00.000Z\",\"10.623895\",\"10.594914\"\n\"2024-07-17T01:40:00.000Z\",\"4.343563\",\"4.332102\"\n\"2024-07-17T01:45:00.000Z\",\"0.860288\",\"0.858392\"\n\"2024-07-17T01:50:00.000Z\",\"10.642988\",\"10.61649\"\n\"2024-07-17T01:55:00.000Z\",\"4.380515\",\"4.365212\"\n\"2024-07-17T02:00:00.000Z\",\"0.827179\",\"0.82531\"\n\"2024-07-17T02:05:00.000Z\",\"10.647543\",\"10.620815\"\n\"2024-07-17T02:10:00.000Z\",\"4.423953\",\"4.408131\"\n\"2024-07-17T02:15:00.000Z\",\"0.979046\",\"0.976675\"\n\"2024-07-17T02:20:00.000Z\",\"10.470276\",\"10.440202\"\n\"2024-07-17T02:25:00.000Z\",\"4.461434\",\"4.448774\"\n\"2024-07-17T02:30:00.000Z\",\"0.948563\",\"0.946401\"\n\"2024-07-17T02:35:00.000Z\",\"10.468503\",\"10.438537\"\n\"2024-07-17T02:40:00.000Z\",\"4.477802\",\"4.465741\"\n\"2024-07-17T02:45:00.000Z\",\"0.920187\",\"0.91806\"\n\"2024-07-17T02:50:00.000Z\",\"10.630356\",\"10.601041\"\n\"2024-07-17T02:55:00.000Z\",\"4.315898\",\"4.30443\"\n\"2024-07-17T03:00:00.000Z\",\"0.885217\",\"0.886851\"\n\"2024-07-17T03:05:00.000Z\",\"10.653529\",\"10.619749\"\n\"2024-07-17T03:10:00.000Z\",\"4.342213\",\"4.330879\"\n\"2024-07-17T03:15:00.000Z\",\"0.895798\",\"0.893762\"\n\"2024-07-17T03:20:00.000Z\",\"10.63345\",\"10.603972\"\n\"2024-07-17T03:25:00.000Z\",\"4.363002\",\"4.35038\"\n\"2024-07-17T03:30:00.000Z\",\"0.866823\",\"0.864746\"\n\"2024-07-17T03:35:00.000Z\",\"10.654496\",\"10.623927\"\n\"2024-07-17T03:40:00.000Z\",\"4.385613\",\"4.373265\"\n\"2024-07-17T03:45:00.000Z\",\"1.01941\",\"1.01692\"\n\"2024-07-17T03:50:00.000Z\",\"10.443618\",\"10.414917\"\n\"2024-07-17T03:55:00.000Z\",\"4.410756\",\"4.398731\"\n\"2024-07-17T04:00:00.000Z\",\"0.992852\",\"0.990283\"\n\"2024-07-17T04:05:00.000Z\",\"10.435668\",\"10.407379\"\n\"2024-07-17T04:10:00.000Z\",\"4.433483\",\"4.421722\"\n\"2024-07-17T04:15:00.000Z\",\"0.959455\",\"0.957294\"\n\"2024-07-17T04:20:00.000Z\",\"10.450064\",\"10.421032\"\n\"2024-07-17T04:25:00.000Z\",\"4.465795\",\"4.45385\"\n\"2024-07-17T04:30:00.000Z\",\"0.930961\",\"0.928802\"\n\"2024-07-17T04:35:00.000Z\",\"10.635881\",\"10.606291\"\n\"2024-07-17T04:40:00.000Z\",\"4.318182\",\"4.306247\"\n\"2024-07-17T04:45:00.000Z\",\"0.901436\",\"0.89939\"\n\"2024-07-17T04:50:00.000Z\",\"10.645868\",\"10.615962\"\n\"2024-07-17T04:55:00.000Z\",\"4.333508\",\"4.322219\"\n\"2024-07-17T05:00:00.000Z\",\"0.880397\",\"0.878325\"\n\"2024-07-17T05:05:00.000Z\",\"10.654048\",\"10.623546\"\n\"2024-07-17T05:10:00.000Z\",\"4.381139\",\"4.368495\"\n\"2024-07-17T05:15:00.000Z\",\"0.846594\",\"0.844741\"\n\"2024-07-17T05:20:00.000Z\",\"10.630261\",\"10.601144\"\n\"2024-07-17T05:25:00.000Z\",\"4.385755\",\"4.374133\"\n\"2024-07-17T05:30:00.000Z\",\"0.818939\",\"0.81715\"\n\"2024-07-17T05:35:00.000Z\",\"10.62853\",\"10.603014\"\n\"2024-07-17T05:40:00.000Z\",\"4.435026\",\"4.418841\"\n\"2024-07-17T05:45:00.000Z\",\"0.975428\",\"0.974077\"\n\"2024-07-17T05:50:00.000Z\",\"10.437472\",\"10.412232\"\n\"2024-07-17T05:55:00.000Z\",\"4.453237\",\"4.444386\"\n\"2024-07-17T06:00:00.000Z\",\"0.986104\",\"0.986645\"\n\"2024-07-17T06:05:00.000Z\",\"10.434113\",\"10.406292\"\n\"2024-07-17T06:10:00.000Z\",\"4.444517\",\"4.432784\"\n\"2024-07-17T06:15:00.000Z\",\"0.947304\",\"0.945186\"\n\"2024-07-17T06:20:00.000Z\",\"10.619999\",\"10.591243\"\n\"2024-07-17T06:25:00.000Z\",\"4.285523\",\"4.274367\"\n\"2024-07-17T06:30:00.000Z\",\"0.916425\",\"0.914378\"\n\"2024-07-17T06:35:00.000Z\",\"10.641342\",\"10.611486\"\n\"2024-07-17T06:40:00.000Z\",\"4.340838\",\"4.328281\"\n\"2024-07-17T06:45:00.000Z\",\"0.885143\",\"0.886814\"\n\"2024-07-17T06:50:00.000Z\",\"10.620949\",\"10.588694\"\n\"2024-07-17T06:55:00.000Z\",\"4.34766\",\"4.336207\"\n\"2024-07-17T07:00:00.000Z\",\"0.858475\",\"0.856564\"\n\"2024-07-17T07:05:00.000Z\",\"10.633059\",\"10.603671\"\n\"2024-07-17T07:10:00.000Z\",\"4.378628\",\"4.367035\"\n\"2024-07-17T07:15:00.000Z\",\"0.827018\",\"0.825156\"\n\"2024-07-17T07:20:00.000Z\",\"10.647187\",\"10.617038\"\n\"2024-07-17T07:25:00.000Z\",\"4.410351\",\"4.398731\"\n\"2024-07-17T07:30:00.000Z\",\"0.981531\",\"0.979294\"\n\"2024-07-17T07:35:00.000Z\",\"10.451964\",\"10.422832\"\n\"2024-07-17T07:40:00.000Z\",\"4.441722\",\"4.429914\"\n\"2024-07-17T07:45:00.000Z\",\"0.955487\",\"0.953118\"\n\"2024-07-17T07:50:00.000Z\",\"10.46\",\"10.430266\"\n\"2024-07-17T07:55:00.000Z\",\"4.476136\",\"4.464187\"\n\"2024-07-17T08:00:00.000Z\",\"0.923055\",\"0.920864\"\n\"2024-07-17T08:05:00.000Z\",\"10.639732\",\"10.60993\"\n\"2024-07-17T08:10:00.000Z\",\"4.335279\",\"4.322821\"\n\"2024-07-17T08:15:00.000Z\",\"0.885847\",\"0.883844\"\n\"2024-07-17T08:20:00.000Z\",\"10.639975\",\"10.610369\"\n\"2024-07-17T08:25:00.000Z\",\"4.364583\",\"4.352247\"\n\"2024-07-17T08:30:00.000Z\",\"0.857664\",\"0.855813\"\n\"2024-07-17T08:35:00.000Z\",\"10.628617\",\"10.599422\"\n\"2024-07-17T08:40:00.000Z\",\"4.375059\",\"4.363613\"\n\"2024-07-17T08:45:00.000Z\",\"0.86098\",\"0.859044\"\n\"2024-07-17T08:50:00.000Z\",\"10.643494\",\"10.613699\"\n\"2024-07-17T08:55:00.000Z\",\"4.390233\",\"4.377686\"\n\"2024-07-17T09:00:00.000Z\",\"1.019184\",\"1.016769\"\n\"2024-07-17T09:05:00.000Z\",\"10.468529\",\"10.438547\"\n\"2024-07-17T09:10:00.000Z\",\"4.409389\",\"4.397447\"\n\"2024-07-17T09:15:00.000Z\",\"0.987794\",\"0.985586\"\n\"2024-07-17T09:20:00.000Z\",\"10.451783\",\"10.422494\"\n\"2024-07-17T09:25:00.000Z\",\"4.436174\",\"4.424468\"\n\"2024-07-17T09:30:00.000Z\",\"0.955516\",\"0.953377\"\n\"2024-07-17T09:35:00.000Z\",\"10.614743\",\"10.589877\"\n\"2024-07-17T09:40:00.000Z\",\"4.281946\",\"4.266932\"\n\"2024-07-17T09:45:00.000Z\",\"0.926262\",\"0.927857\"\n\"2024-07-17T09:50:00.000Z\",\"10.656621\",\"10.625978\"\n\"2024-07-17T09:55:00.000Z\",\"4.318029\",\"4.302572\"\n\"2024-07-17T10:00:00.000Z\",\"0.898959\",\"0.896848\"\n\"2024-07-17T10:05:00.000Z\",\"10.65111\",\"10.620927\"\n\"2024-07-17T10:10:00.000Z\",\"4.345861\",\"4.33391\"\n\"2024-07-17T10:15:00.000Z\",\"0.870723\",\"0.868708\"\n\"2024-07-17T10:20:00.000Z\",\"10.631339\",\"10.60197\"\n\"2024-07-17T10:25:00.000Z\",\"4.382623\",\"4.370267\"\n\"2024-07-17T10:30:00.000Z\",\"0.842821\",\"0.840697\"\n\"2024-07-17T10:35:00.000Z\",\"10.663088\",\"10.632299\"\n\"2024-07-17T10:40:00.000Z\",\"4.389383\",\"4.377925\"\n\"2024-07-17T10:45:00.000Z\",\"0.994882\",\"0.992615\"\n\"2024-07-17T10:50:00.000Z\",\"10.435293\",\"10.4072\"\n\"2024-07-17T10:55:00.000Z\",\"4.420795\",\"4.409177\"\n\"2024-07-17T11:00:00.000Z\",\"0.967309\",\"0.965123\"\n\"2024-07-17T11:05:00.000Z\",\"10.449825\",\"10.420637\"\n\"2024-07-17T11:10:00.000Z\",\"4.469305\",\"4.456786\"\n\"2024-07-17T11:15:00.000Z\",\"0.933475\",\"0.93135\"\n\"2024-07-17T11:20:00.000Z\",\"10.634903\",\"10.605537\"\n\"2024-07-17T11:25:00.000Z\",\"4.298404\",\"4.287127\"\n\"2024-07-17T11:30:00.000Z\",\"0.943743\",\"0.941427\"\n\"2024-07-17T11:35:00.000Z\",\"10.661456\",\"10.630545\"\n\"2024-07-17T11:40:00.000Z\",\"4.302676\",\"4.291004\"\n\"2024-07-17T11:45:00.000Z\",\"0.909283\",\"0.907229\"\n\"2024-07-17T11:50:00.000Z\",\"10.664003\",\"10.632794\"\n\"2024-07-17T11:55:00.000Z\",\"4.351527\",\"4.338985\"\n\"2024-07-17T12:00:00.000Z\",\"0.873019\",\"0.870864\"\n\"2024-07-17T12:05:00.000Z\",\"10.662344\",\"10.631588\"\n\"2024-07-17T12:10:00.000Z\",\"4.365934\",\"4.3543\"\n\"2024-07-17T12:15:00.000Z\",\"0.839008\",\"0.837204\"\n\"2024-07-17T12:20:00.000Z\",\"10.62915\",\"10.600097\"\n\"2024-07-17T12:25:00.000Z\",\"4.397245\",\"4.385521\"\n\"2024-07-17T12:30:00.000Z\",\"0.810051\",\"0.8083\"\n\"2024-07-17T12:35:00.000Z\",\"10.632622\",\"10.603193\"\n\"2024-07-17T12:40:00.000Z\",\"4.430295\",\"4.41834\"\n\"2024-07-17T12:45:00.000Z\",\"0.971284\",\"0.968827\"\n\"2024-07-17T12:50:00.000Z\",\"10.444516\",\"10.415761\"\n\"2024-07-17T12:55:00.000Z\",\"4.452511\",\"4.440857\"\n\"2024-07-17T13:00:00.000Z\",\"0.934741\",\"0.932625\"\n\"2024-07-17T13:05:00.000Z\",\"10.631103\",\"10.601959\"\n\"2024-07-17T13:10:00.000Z\",\"4.300843\",\"4.289231\"\n\"2024-07-17T13:15:00.000Z\",\"0.903476\",\"0.901397\"\n\"2024-07-17T13:20:00.000Z\",\"10.642304\",\"10.612555\"\n\"2024-07-17T13:25:00.000Z\",\"4.345288\",\"4.33306\"\n\"2024-07-17T13:30:00.000Z\",\"0.874958\",\"0.876665\"\n\"2024-07-17T13:35:00.000Z\",\"10.664612\",\"10.630026\"\n\"2024-07-17T13:40:00.000Z\",\"4.362587\",\"4.350859\"\n\"2024-07-17T13:45:00.000Z\",\"0.846889\",\"0.844929\"\n\"2024-07-17T13:50:00.000Z\",\"10.658665\",\"10.628105\"\n\"2024-07-17T13:55:00.000Z\",\"4.402846\",\"4.390343\"\n\"2024-07-17T14:00:00.000Z\",\"0.821163\",\"0.819206\"\n\"2024-07-17T14:05:00.000Z\",\"10.666201\",\"10.63517\"\n\"2024-07-17T14:10:00.000Z\",\"4.435863\",\"4.423092\"\n\"2024-07-17T14:15:00.000Z\",\"0.828807\",\"0.826815\"\n\"2024-07-17T14:20:00.000Z\",\"10.666636\",\"10.635631\"\n\"2024-07-17T14:25:00.000Z\",\"4.419\",\"4.406737\"\n\"2024-07-17T14:30:00.000Z\",\"0.986116\",\"0.983593\"\n\"2024-07-17T14:35:00.000Z\",\"10.460552\",\"10.43079\"\n\"2024-07-17T14:40:00.000Z\",\"4.449162\",\"4.437159\"\n\"2024-07-17T14:45:00.000Z\",\"0.948012\",\"0.945817\"\n\"2024-07-17T14:50:00.000Z\",\"10.449153\",\"10.42014\"\n\"2024-07-17T14:55:00.000Z\",\"4.475246\",\"4.463361\"\n\"2024-07-17T15:00:00.000Z\",\"0.919726\",\"0.917447\"\n\"2024-07-17T15:05:00.000Z\",\"10.668728\",\"10.637646\"\n\"2024-07-17T15:10:00.000Z\",\"4.323112\",\"4.311273\"\n\"2024-07-17T15:15:00.000Z\",\"0.888582\",\"0.886594\"\n\"2024-07-17T15:20:00.000Z\",\"10.653496\",\"10.623015\"\n\"2024-07-17T15:25:00.000Z\",\"4.36038\",\"4.348255\"\n\"2024-07-17T15:30:00.000Z\",\"0.860628\",\"0.858678\"\n\"2024-07-17T15:35:00.000Z\",\"10.630295\",\"10.600996\"\n\"2024-07-17T15:40:00.000Z\",\"4.377394\",\"4.365846\"\n\"2024-07-17T15:45:00.000Z\",\"0.825319\",\"0.823526\"\n\"2024-07-17T15:50:00.000Z\",\"10.644868\",\"10.614833\"\n\"2024-07-17T15:55:00.000Z\",\"4.420639\",\"4.408473\"\n\"2024-07-17T16:00:00.000Z\",\"0.980743\",\"0.978465\"\n\"2024-07-17T16:05:00.000Z\",\"10.463544\",\"10.433657\"\n\"2024-07-17T16:10:00.000Z\",\"4.4424\",\"4.430913\"\n\"2024-07-17T16:15:00.000Z\",\"0.94514\",\"0.942965\"\n\"2024-07-17T16:20:00.000Z\",\"10.443169\",\"10.414494\"\n\"2024-07-17T16:25:00.000Z\",\"4.484187\",\"4.472013\"\n\"2024-07-17T16:30:00.000Z\",\"0.917463\",\"0.915309\"\n\"2024-07-17T16:35:00.000Z\",\"10.635383\",\"10.605634\"\n\"2024-07-17T16:40:00.000Z\",\"4.327971\",\"4.31643\"\n\"2024-07-17T16:45:00.000Z\",\"0.881251\",\"0.879347\"\n\"2024-07-17T16:50:00.000Z\",\"10.647176\",\"10.617032\"\n\"2024-07-17T16:55:00.000Z\",\"4.369551\",\"4.357357\"\n\"2024-07-17T17:00:00.000Z\",\"0.888742\",\"0.886711\"\n\"2024-07-17T17:05:00.000Z\",\"10.635215\",\"10.605766\"\n\"2024-07-17T17:10:00.000Z\",\"4.366093\",\"4.353765\"\n\"2024-07-17T17:15:00.000Z\",\"0.860105\",\"0.8581\"\n\"2024-07-17T17:20:00.000Z\",\"10.616997\",\"10.588222\"\n\"2024-07-17T17:25:00.000Z\",\"4.382331\",\"4.370731\"\n\"2024-07-17T17:30:00.000Z\",\"0.825364\",\"0.823548\"\n\"2024-07-17T17:35:00.000Z\",\"10.654715\",\"10.624467\"\n\"2024-07-17T17:40:00.000Z\",\"4.411228\",\"4.399427\"\n\"2024-07-17T17:45:00.000Z\",\"0.984138\",\"0.981887\"\n\"2024-07-17T17:50:00.000Z\",\"10.45996\",\"10.430278\"\n\"2024-07-17T17:55:00.000Z\",\"4.44225\",\"4.430417\"\n\"2024-07-17T18:00:00.000Z\",\"0.951449\",\"0.949234\"\n\"2024-07-17T18:05:00.000Z\",\"10.63301\",\"10.603784\"\n\"2024-07-17T18:10:00.000Z\",\"4.288283\",\"4.276686\"\n\"2024-07-17T18:15:00.000Z\",\"0.925953\",\"0.923714\"\n\"2024-07-17T18:20:00.000Z\",\"10.618878\",\"10.590186\"\n\"2024-07-17T18:25:00.000Z\",\"4.326825\",\"4.314652\"\n\"2024-07-17T18:30:00.000Z\",\"0.896545\",\"0.894487\"\n\"2024-07-17T18:35:00.000Z\",\"10.660656\",\"10.630024\"\n\"2024-07-17T18:40:00.000Z\",\"4.344442\",\"4.332714\"\n\"2024-07-17T18:45:00.000Z\",\"0.866578\",\"0.868407\"\n\"2024-07-17T18:50:00.000Z\",\"10.633419\",\"10.60049\"\n\"2024-07-17T18:55:00.000Z\",\"4.382231\",\"4.3699\"\n\"2024-07-17T19:00:00.000Z\",\"0.845123\",\"0.843053\"\n\"2024-07-17T19:05:00.000Z\",\"10.642308\",\"10.612596\"\n\"2024-07-17T19:10:00.000Z\",\"4.390478\",\"4.37898\"\n\"2024-07-17T19:15:00.000Z\",\"0.815467\",\"0.813678\"\n\"2024-07-17T19:20:00.000Z\",\"10.63889\",\"10.609135\"\n\"2024-07-17T19:25:00.000Z\",\"4.42218\",\"4.410469\"\n\"2024-07-17T19:30:00.000Z\",\"0.786866\",\"0.785086\"\n\"2024-07-17T19:35:00.000Z\",\"10.623474\",\"10.594504\"\n\"2024-07-17T19:40:00.000Z\",\"4.454615\",\"4.442718\"\n\"2024-07-17T19:45:00.000Z\",\"0.979788\",\"0.977667\"\n\"2024-07-17T19:50:00.000Z\",\"10.451195\",\"10.422141\"\n\"2024-07-17T19:55:00.000Z\",\"4.458797\",\"4.446153\"\n\"2024-07-17T20:00:00.000Z\",\"0.952395\",\"0.950295\"\n\"2024-07-17T20:05:00.000Z\",\"10.662818\",\"10.631853\"\n\"2024-07-17T20:10:00.000Z\",\"4.301862\",\"4.28967\"\n\"2024-07-17T20:15:00.000Z\",\"0.91984\",\"0.91771\"\n\"2024-07-17T20:20:00.000Z\",\"10.651219\",\"10.624549\"\n\"2024-07-17T20:25:00.000Z\",\"4.32091\",\"4.305711\"\n\"2024-07-17T20:30:00.000Z\",\"0.869757\",\"0.867802\"\n\"2024-07-17T20:35:00.000Z\",\"10.627332\",\"10.59823\"\n\"2024-07-17T20:40:00.000Z\",\"4.369892\",\"4.358185\"\n\"2024-07-17T20:45:00.000Z\",\"0.840041\",\"0.841638\"\n\"2024-07-17T20:50:00.000Z\",\"10.639935\",\"10.606727\"\n\"2024-07-17T20:55:00.000Z\",\"4.407739\",\"4.395515\"\n\"2024-07-17T21:00:00.000Z\",\"0.843107\",\"0.841213\"\n\"2024-07-17T21:05:00.000Z\",\"10.658192\",\"10.627515\"\n\"2024-07-17T21:10:00.000Z\",\"4.406181\",\"4.393871\"\n\"2024-07-17T21:15:00.000Z\",\"0.995832\",\"0.993517\"\n\"2024-07-17T21:20:00.000Z\",\"10.486909\",\"10.455984\"\n\"2024-07-17T21:25:00.000Z\",\"4.426743\",\"4.415014\"\n\"2024-07-17T21:30:00.000Z\",\"0.971647\",\"0.969318\"\n\"2024-07-17T21:35:00.000Z\",\"10.462806\",\"10.432856\"\n\"2024-07-17T21:40:00.000Z\",\"4.453969\",\"4.442087\"\n\"2024-07-17T21:45:00.000Z\",\"0.946623\",\"0.944329\"\n\"2024-07-17T21:50:00.000Z\",\"10.658843\",\"10.628113\"\n\"2024-07-17T21:55:00.000Z\",\"4.305659\",\"4.293768\"\n\"2024-07-17T22:00:00.000Z\",\"0.90987\",\"0.907842\"\n\"2024-07-17T22:05:00.000Z\",\"10.645649\",\"10.615737\"\n\"2024-07-17T22:10:00.000Z\",\"4.322859\",\"4.311379\"\n\"2024-07-17T22:15:00.000Z\",\"0.888243\",\"0.886226\"\n\"2024-07-17T22:20:00.000Z\",\"10.636982\",\"10.607326\"\n\"2024-07-17T22:25:00.000Z\",\"4.371561\",\"4.358853\"\n\"2024-07-17T22:30:00.000Z\",\"0.858075\",\"0.856063\"\n\"2024-07-17T22:35:00.000Z\",\"10.657652\",\"10.626927\"\n\"2024-07-17T22:40:00.000Z\",\"4.400943\",\"4.388335\"\n\"2024-07-17T22:45:00.000Z\",\"0.826996\",\"0.825069\"\n\"2024-07-17T22:50:00.000Z\",\"10.66677\",\"10.635612\"\n\"2024-07-17T22:55:00.000Z\",\"4.426149\",\"4.413705\"\n\"2024-07-17T23:00:00.000Z\",\"0.977696\",\"0.975397\"\n\"2024-07-17T23:05:00.000Z\",\"10.451227\",\"10.422124\"\n\"2024-07-17T23:10:00.000Z\",\"4.453452\",\"4.441203\"\n\"2024-07-17T23:15:00.000Z\",\"0.949731\",\"0.947468\"\n\"2024-07-17T23:20:00.000Z\",\"10.447691\",\"10.418752\"\n\"2024-07-17T23:25:00.000Z\",\"4.481388\",\"4.469476\"\n\"2024-07-17T23:30:00.000Z\",\"0.916911\",\"0.914704\"\n\"2024-07-17T23:35:00.000Z\",\"10.637694\",\"10.608179\"\n\"2024-07-17T23:40:00.000Z\",\"4.322258\",\"4.310643\"\n\"2024-07-17T23:45:00.000Z\",\"0.889031\",\"0.887059\"\n\"2024-07-17T23:50:00.000Z\",\"10.621758\",\"10.593239\"\n\"2024-07-17T23:55:00.000Z\",\"4.359738\",\"4.347288\"\n\"2024-07-18T00:00:00.000Z\",\"0.893335\",\"0.891339\"\n\"2024-07-18T00:05:00.000Z\",\"10.613577\",\"10.585105\"\n\"2024-07-18T00:10:00.000Z\",\"4.345731\",\"4.334148\"\n\"2024-07-18T00:15:00.000Z\",\"0.861834\",\"0.85981\"\n\"2024-07-18T00:20:00.000Z\",\"10.643096\",\"10.6133\"\n\"2024-07-18T00:25:00.000Z\",\"4.369568\",\"4.358043\"\n\"2024-07-18T00:30:00.000Z\",\"0.829702\",\"0.827846\"\n\"2024-07-18T00:35:00.000Z\",\"10.617081\",\"10.588465\"\n\"2024-07-18T00:40:00.000Z\",\"4.412193\",\"4.400274\"\n\"2024-07-18T00:45:00.000Z\",\"0.984254\",\"0.981794\"\n\"2024-07-18T00:50:00.000Z\",\"10.477621\",\"10.447444\"\n\"2024-07-18T00:55:00.000Z\",\"4.454161\",\"4.441516\"\n\"2024-07-18T01:00:00.000Z\",\"0.951228\",\"0.949033\"\n\"2024-07-18T01:05:00.000Z\",\"10.646637\",\"10.616682\"\n\"2024-07-18T01:10:00.000Z\",\"4.290067\",\"4.278288\"\n\"2024-07-18T01:15:00.000Z\",\"0.921686\",\"0.919488\"\n\"2024-07-18T01:20:00.000Z\",\"10.661918\",\"10.633269\"\n\"2024-07-18T01:25:00.000Z\",\"4.33852\",\"4.328354\"\n\"2024-07-18T01:30:00.000Z\",\"0.891556\",\"0.891672\"\n\"2024-07-18T01:35:00.000Z\",\"10.653012\",\"10.625012\"\n\"2024-07-18T01:40:00.000Z\",\"4.35983\",\"4.348459\"\n\"2024-07-18T01:45:00.000Z\",\"0.854519\",\"0.852639\"\n\"2024-07-18T01:50:00.000Z\",\"10.647184\",\"10.616866\"\n\"2024-07-18T01:55:00.000Z\",\"4.399159\",\"4.386818\"\n\"2024-07-18T02:00:00.000Z\",\"0.820987\",\"0.819016\"\n\"2024-07-18T02:05:00.000Z\",\"10.649392\",\"10.6191\"\n\"2024-07-18T02:10:00.000Z\",\"4.432913\",\"4.420473\"\n\"2024-07-18T02:15:00.000Z\",\"0.972286\",\"0.970085\"\n\"2024-07-18T02:20:00.000Z\",\"10.451632\",\"10.422493\"\n\"2024-07-18T02:25:00.000Z\",\"4.453295\",\"4.441261\"\n\"2024-07-18T02:30:00.000Z\",\"0.977942\",\"0.975684\"\n\"2024-07-18T02:35:00.000Z\",\"10.451493\",\"10.42222\"\n\"2024-07-18T02:40:00.000Z\",\"4.459321\",\"4.446944\"\n\"2024-07-18T02:45:00.000Z\",\"0.942331\",\"0.940149\"\n\"2024-07-18T02:50:00.000Z\",\"10.641371\",\"10.61149\"\n\"2024-07-18T02:55:00.000Z\",\"4.303035\",\"4.291181\"\n\"2024-07-18T03:00:00.000Z\",\"0.91188\",\"0.909755\"\n\"2024-07-18T03:05:00.000Z\",\"10.637799\",\"10.608089\"\n\"2024-07-18T03:10:00.000Z\",\"4.33945\",\"4.327307\"\n\"2024-07-18T03:15:00.000Z\",\"0.878714\",\"0.87665\"\n\"2024-07-18T03:20:00.000Z\",\"10.64123\",\"10.611383\"\n\"2024-07-18T03:25:00.000Z\",\"4.36258\",\"4.350869\"\n\"2024-07-18T03:30:00.000Z\",\"0.846329\",\"0.844416\"\n\"2024-07-18T03:35:00.000Z\",\"10.6185\",\"10.589801\"\n\"2024-07-18T03:40:00.000Z\",\"4.388923\",\"4.377307\"\n\"2024-07-18T03:45:00.000Z\",\"0.814289\",\"0.812459\"\n\"2024-07-18T03:50:00.000Z\",\"10.641589\",\"10.611701\"\n\"2024-07-18T03:55:00.000Z\",\"4.426097\",\"4.414147\"\n\"2024-07-18T04:00:00.000Z\",\"0.969505\",\"0.967176\"\n\"2024-07-18T04:05:00.000Z\",\"10.462395\",\"10.43274\"\n\"2024-07-18T04:10:00.000Z\",\"4.463334\",\"4.451159\"\n\"2024-07-18T04:15:00.000Z\",\"0.935104\",\"0.932895\"\n\"2024-07-18T04:20:00.000Z\",\"10.650692\",\"10.620492\"\n\"2024-07-18T04:25:00.000Z\",\"4.315064\",\"4.302926\"\n\"2024-07-18T04:30:00.000Z\",\"0.907117\",\"0.904856\"\n\"2024-07-18T04:35:00.000Z\",\"10.658431\",\"10.627841\"\n\"2024-07-18T04:40:00.000Z\",\"4.326976\",\"4.315661\"\n\"2024-07-18T04:45:00.000Z\",\"0.87549\",\"0.873356\"\n\"2024-07-18T04:50:00.000Z\",\"10.64385\",\"10.612554\"\n\"2024-07-18T04:55:00.000Z\",\"4.37298\",\"4.360902\"\n\"2024-07-18T05:00:00.000Z\",\"0.839486\",\"0.837463\"\n\"2024-07-18T05:05:00.000Z\",\"10.641625\",\"10.611758\"\n\"2024-07-18T05:10:00.000Z\",\"4.41502\",\"4.402587\"\n\"2024-07-18T05:15:00.000Z\",\"0.844444\",\"0.842343\"\n\"2024-07-18T05:20:00.000Z\",\"10.651122\",\"10.620561\"\n\"2024-07-18T05:25:00.000Z\",\"4.419008\",\"4.406403\"\n"},{"id":"a5d80224-2304-48a8-8b77-48464262ea9f","name":"Get MVE Telemetry - CSV Single Telemetry Type (Days)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"},{"key":"Accept","value":"text/csv"}],"url":{"raw":"{{baseUrl}}/v2/product/mve/bed6bd44-bcac-47ee-b323-627c218a5107/telemetry?type=BITS&days=3","host":["{{baseUrl}}"],"path":["v2","product","mve","bed6bd44-bcac-47ee-b323-627c218a5107","telemetry"],"query":[{"key":"type","value":"BITS","description":"Indicates the type of metric. Values include `BITS` and `PACKETS`. Multiple telemetry types can be passed. (Required - string)"},{"key":"from","value":"1718010019000","description":"Milliseconds since epoch. When not provided, returns the single most recent measurement. You can use a tool such as https://www.epochconverter.com/ for conversion to and from dates. (Optional - string)","disabled":true},{"key":"to","value":"1721280419000","description":"Milliseconds since epoch. When not provided, returns the single most recent measurement. You can use a tool such as https://www.epochconverter.com/ for conversion to and from dates. (Optional - string)","disabled":true},{"key":"days","value":"3","description":"The number of days in the past from today for which to return telemetry details. This parameter is mutually exclusive from \"to\" and \"from\". (Optional - string)\n"}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Fri, 19 Jul 2024 00:24:31 GMT"},{"key":"Content-Type","value":"text/csv;charset=ISO-8859-1"},{"key":"Content-Length","value":"42761"},{"key":"Connection","value":"keep-alive"},{"key":"trace-id","value":"074ccf649d41816172c4d00a8dfa4f12"},{"key":"vary","value":"Origin"},{"key":"vary","value":"Access-Control-Request-Method"},{"key":"vary","value":"Access-Control-Request-Headers"},{"key":"x-correlation-id","value":"074ccf649d41816172c4d00a8dfa4f12"},{"key":"x-amzn-trace-id","value":"Root=1-6699b23f-02c89b5a52ef1ea91e36160a"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"content-disposition","value":"attachment; filename=bed6bd44-bcac-47ee-b323-627c218a5107-telemetry.csv"},{"key":"server-timing","value":"app;dur=60"},{"key":"etag","value":"\"0592dd656fe0427d66b43d98b799c4658\""},{"key":"x-xss-protection","value":"1 ; mode=block"},{"key":"strict-transport-security","value":"max-age=31536000; preload"},{"key":"strict-transport-security","value":"max-age=31536000; preload"},{"key":"referrer-policy","value":"no-referrer"},{"key":"content-security-policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"x-download-options","value":"noopen"},{"key":"x-permitted-cross-domain-policies","value":"none"}],"cookie":[],"responseTime":null,"body":"\"Timestamp\",\"Bandwidth In (Mbps)\",\"Bandwidth Out (Mbps)\"\n\"2024-07-16T00:25:00.000Z\",\"4.46638\",\"4.454529\"\n\"2024-07-16T00:30:00.000Z\",\"0.925561\",\"0.923402\"\n\"2024-07-16T00:35:00.000Z\",\"10.657191\",\"10.626327\"\n\"2024-07-16T00:40:00.000Z\",\"4.325032\",\"4.313081\"\n\"2024-07-16T00:45:00.000Z\",\"0.889849\",\"0.88783\"\n\"2024-07-16T00:50:00.000Z\",\"10.660846\",\"10.629754\"\n\"2024-07-16T00:55:00.000Z\",\"4.367308\",\"4.354994\"\n\"2024-07-16T01:00:00.000Z\",\"0.859889\",\"0.857853\"\n\"2024-07-16T01:05:00.000Z\",\"10.659982\",\"10.629148\"\n\"2024-07-16T01:10:00.000Z\",\"4.404224\",\"4.391268\"\n\"2024-07-16T01:15:00.000Z\",\"0.826661\",\"0.824837\"\n\"2024-07-16T01:20:00.000Z\",\"10.614582\",\"10.586067\"\n\"2024-07-16T01:25:00.000Z\",\"4.406812\",\"4.395325\"\n\"2024-07-16T01:30:00.000Z\",\"1.014185\",\"1.011833\"\n\"2024-07-16T01:35:00.000Z\",\"10.440186\",\"10.411648\"\n\"2024-07-16T01:40:00.000Z\",\"4.409246\",\"4.397478\"\n\"2024-07-16T01:45:00.000Z\",\"0.980117\",\"0.981583\"\n\"2024-07-16T01:50:00.000Z\",\"10.486973\",\"10.452327\"\n\"2024-07-16T01:55:00.000Z\",\"4.458638\",\"4.445933\"\n\"2024-07-16T02:00:00.000Z\",\"0.949605\",\"0.947395\"\n\"2024-07-16T02:05:00.000Z\",\"10.433212\",\"10.404848\"\n\"2024-07-16T02:10:00.000Z\",\"4.475699\",\"4.463908\"\n\"2024-07-16T02:15:00.000Z\",\"0.913862\",\"0.911728\"\n\"2024-07-16T02:20:00.000Z\",\"10.620504\",\"10.591689\"\n\"2024-07-16T02:25:00.000Z\",\"4.321671\",\"4.310317\"\n\"2024-07-16T02:30:00.000Z\",\"0.881502\",\"0.879479\"\n\"2024-07-16T02:35:00.000Z\",\"10.671025\",\"10.639813\"\n\"2024-07-16T02:40:00.000Z\",\"4.349588\",\"4.338191\"\n\"2024-07-16T02:45:00.000Z\",\"0.852964\",\"0.851072\"\n\"2024-07-16T02:50:00.000Z\",\"10.622332\",\"10.59343\"\n\"2024-07-16T02:55:00.000Z\",\"4.379405\",\"4.367904\"\n\"2024-07-16T03:00:00.000Z\",\"0.821768\",\"0.819944\"\n\"2024-07-16T03:05:00.000Z\",\"10.64925\",\"10.619141\"\n\"2024-07-16T03:10:00.000Z\",\"4.420441\",\"4.408264\"\n\"2024-07-16T03:15:00.000Z\",\"0.983524\",\"0.981146\"\n\"2024-07-16T03:20:00.000Z\",\"10.433879\",\"10.405462\"\n\"2024-07-16T03:25:00.000Z\",\"4.456922\",\"4.444503\"\n\"2024-07-16T03:30:00.000Z\",\"0.944517\",\"0.946037\"\n\"2024-07-16T03:35:00.000Z\",\"10.443425\",\"10.411018\"\n\"2024-07-16T03:40:00.000Z\",\"4.47614\",\"4.46432\"\n\"2024-07-16T03:45:00.000Z\",\"0.920048\",\"0.917926\"\n\"2024-07-16T03:50:00.000Z\",\"10.645317\",\"10.615243\"\n\"2024-07-16T03:55:00.000Z\",\"4.316124\",\"4.304589\"\n\"2024-07-16T04:00:00.000Z\",\"0.886344\",\"0.884302\"\n\"2024-07-16T04:05:00.000Z\",\"10.640484\",\"10.610815\"\n\"2024-07-16T04:10:00.000Z\",\"4.370391\",\"4.357747\"\n\"2024-07-16T04:15:00.000Z\",\"0.896328\",\"0.894277\"\n\"2024-07-16T04:20:00.000Z\",\"10.623403\",\"10.594253\"\n\"2024-07-16T04:25:00.000Z\",\"4.343599\",\"4.332133\"\n\"2024-07-16T04:30:00.000Z\",\"0.857584\",\"0.855616\"\n\"2024-07-16T04:35:00.000Z\",\"10.646671\",\"10.616699\"\n\"2024-07-16T04:40:00.000Z\",\"4.375901\",\"4.364234\"\n\"2024-07-16T04:45:00.000Z\",\"0.830272\",\"0.82827\"\n\"2024-07-16T04:50:00.000Z\",\"10.668334\",\"10.63706\"\n\"2024-07-16T04:55:00.000Z\",\"4.422761\",\"4.4103\"\n\"2024-07-16T05:00:00.000Z\",\"0.98994\",\"0.987475\"\n\"2024-07-16T05:05:00.000Z\",\"10.46593\",\"10.43608\"\n\"2024-07-16T05:10:00.000Z\",\"4.45176\",\"4.439059\"\n\"2024-07-16T05:15:00.000Z\",\"0.960109\",\"0.957858\"\n\"2024-07-16T05:20:00.000Z\",\"10.614712\",\"10.58619\"\n\"2024-07-16T05:25:00.000Z\",\"4.275509\",\"4.264309\"\n\"2024-07-16T05:30:00.000Z\",\"0.922985\",\"0.920911\"\n\"2024-07-16T05:35:00.000Z\",\"10.617889\",\"10.589396\"\n\"2024-07-16T05:40:00.000Z\",\"4.304383\",\"4.293127\"\n\"2024-07-16T05:45:00.000Z\",\"0.892185\",\"0.89016\"\n\"2024-07-16T05:50:00.000Z\",\"10.660479\",\"10.629789\"\n\"2024-07-16T05:55:00.000Z\",\"4.35565\",\"4.342016\"\n\"2024-07-16T06:00:00.000Z\",\"0.861021\",\"0.859051\"\n\"2024-07-16T06:05:00.000Z\",\"10.637039\",\"10.607535\"\n\"2024-07-16T06:10:00.000Z\",\"4.379491\",\"4.367439\"\n\"2024-07-16T06:15:00.000Z\",\"0.825832\",\"0.823943\"\n\"2024-07-16T06:20:00.000Z\",\"10.64779\",\"10.617569\"\n\"2024-07-16T06:25:00.000Z\",\"4.417717\",\"4.405697\"\n\"2024-07-16T06:30:00.000Z\",\"0.801958\",\"0.800144\"\n\"2024-07-16T06:35:00.000Z\",\"10.630783\",\"10.601621\"\n\"2024-07-16T06:40:00.000Z\",\"4.435979\",\"4.423917\"\n\"2024-07-16T06:45:00.000Z\",\"0.958987\",\"0.956754\"\n\"2024-07-16T06:50:00.000Z\",\"10.453764\",\"10.424517\"\n\"2024-07-16T06:55:00.000Z\",\"4.474598\",\"4.46215\"\n\"2024-07-16T07:00:00.000Z\",\"0.96462\",\"0.962325\"\n\"2024-07-16T07:05:00.000Z\",\"10.449936\",\"10.422002\"\n\"2024-07-16T07:10:00.000Z\",\"4.475322\",\"4.46151\"\n\"2024-07-16T07:15:00.000Z\",\"0.934091\",\"0.931891\"\n\"2024-07-16T07:20:00.000Z\",\"10.633699\",\"10.6042\"\n\"2024-07-16T07:25:00.000Z\",\"4.321151\",\"4.308862\"\n\"2024-07-16T07:30:00.000Z\",\"0.903952\",\"0.90186\"\n\"2024-07-16T07:35:00.000Z\",\"10.662664\",\"10.631834\"\n\"2024-07-16T07:40:00.000Z\",\"4.330338\",\"4.318824\"\n\"2024-07-16T07:45:00.000Z\",\"0.877926\",\"0.875702\"\n\"2024-07-16T07:50:00.000Z\",\"10.630142\",\"10.600831\"\n\"2024-07-16T07:55:00.000Z\",\"4.386055\",\"4.373305\"\n\"2024-07-16T08:00:00.000Z\",\"0.846805\",\"0.844722\"\n\"2024-07-16T08:05:00.000Z\",\"10.632217\",\"10.602982\"\n\"2024-07-16T08:10:00.000Z\",\"4.408706\",\"4.396079\"\n\"2024-07-16T08:15:00.000Z\",\"1.006346\",\"1.003827\"\n\"2024-07-16T08:20:00.000Z\",\"10.44795\",\"10.418999\"\n\"2024-07-16T08:25:00.000Z\",\"4.430906\",\"4.418583\"\n\"2024-07-16T08:30:00.000Z\",\"0.976984\",\"0.974661\"\n\"2024-07-16T08:35:00.000Z\",\"10.434292\",\"10.405878\"\n\"2024-07-16T08:40:00.000Z\",\"4.44696\",\"4.43522\"\n\"2024-07-16T08:45:00.000Z\",\"0.939686\",\"0.937601\"\n\"2024-07-16T08:50:00.000Z\",\"10.448076\",\"10.419128\"\n\"2024-07-16T08:55:00.000Z\",\"4.478635\",\"4.466881\"\n\"2024-07-16T09:00:00.000Z\",\"0.911562\",\"0.909406\"\n\"2024-07-16T09:05:00.000Z\",\"10.617145\",\"10.588479\"\n\"2024-07-16T09:10:00.000Z\",\"4.345747\",\"4.333271\"\n\"2024-07-16T09:15:00.000Z\",\"0.873936\",\"0.871933\"\n\"2024-07-16T09:20:00.000Z\",\"10.632869\",\"10.603609\"\n\"2024-07-16T09:25:00.000Z\",\"4.366638\",\"4.354722\"\n\"2024-07-16T09:30:00.000Z\",\"0.844551\",\"0.846294\"\n\"2024-07-16T09:35:00.000Z\",\"10.647213\",\"10.613559\"\n\"2024-07-16T09:40:00.000Z\",\"4.399436\",\"4.387261\"\n\"2024-07-16T09:45:00.000Z\",\"0.85082\",\"0.848922\"\n\"2024-07-16T09:50:00.000Z\",\"10.625051\",\"10.59601\"\n\"2024-07-16T09:55:00.000Z\",\"4.384586\",\"4.373002\"\n\"2024-07-16T10:00:00.000Z\",\"1.009609\",\"1.007321\"\n\"2024-07-16T10:05:00.000Z\",\"10.436519\",\"10.408533\"\n\"2024-07-16T10:10:00.000Z\",\"4.409463\",\"4.397498\"\n\"2024-07-16T10:15:00.000Z\",\"0.827715\",\"0.825813\"\n\"2024-07-16T10:20:00.000Z\",\"10.67736\",\"10.646402\"\n\"2024-07-16T10:25:00.000Z\",\"4.407485\",\"4.395268\"\n\"2024-07-16T10:30:00.000Z\",\"1.015325\",\"1.012952\"\n\"2024-07-16T10:35:00.000Z\",\"10.454622\",\"10.425824\"\n\"2024-07-16T10:40:00.000Z\",\"4.407297\",\"4.395297\"\n\"2024-07-16T10:45:00.000Z\",\"1.0104\",\"1.00807\"\n\"2024-07-16T10:50:00.000Z\",\"10.464836\",\"10.435391\"\n\"2024-07-16T10:55:00.000Z\",\"4.427626\",\"4.414844\"\n\"2024-07-16T11:00:00.000Z\",\"0.994401\",\"0.995732\"\n\"2024-07-16T11:05:00.000Z\",\"10.463843\",\"10.430632\"\n\"2024-07-16T11:10:00.000Z\",\"4.429158\",\"4.417298\"\n\"2024-07-16T11:15:00.000Z\",\"0.964248\",\"0.962034\"\n\"2024-07-16T11:20:00.000Z\",\"10.449597\",\"10.420633\"\n\"2024-07-16T11:25:00.000Z\",\"4.469738\",\"4.457261\"\n\"2024-07-16T11:30:00.000Z\",\"0.940734\",\"0.93846\"\n\"2024-07-16T11:35:00.000Z\",\"10.447423\",\"10.41857\"\n\"2024-07-16T11:40:00.000Z\",\"4.489007\",\"4.476931\"\n\"2024-07-16T11:45:00.000Z\",\"0.90438\",\"0.902378\"\n\"2024-07-16T11:50:00.000Z\",\"10.646595\",\"10.616704\"\n\"2024-07-16T11:55:00.000Z\",\"4.338622\",\"4.326734\"\n\"2024-07-16T12:00:00.000Z\",\"0.873867\",\"0.871875\"\n\"2024-07-16T12:05:00.000Z\",\"10.646788\",\"10.616719\"\n\"2024-07-16T12:10:00.000Z\",\"4.369548\",\"4.357657\"\n\"2024-07-16T12:15:00.000Z\",\"0.875959\",\"0.874091\"\n\"2024-07-16T12:20:00.000Z\",\"10.660297\",\"10.629534\"\n\"2024-07-16T12:25:00.000Z\",\"4.379096\",\"4.366551\"\n\"2024-07-16T12:30:00.000Z\",\"0.842621\",\"0.844385\"\n\"2024-07-16T12:35:00.000Z\",\"10.655742\",\"10.621752\"\n\"2024-07-16T12:40:00.000Z\",\"4.391493\",\"4.379998\"\n\"2024-07-16T12:45:00.000Z\",\"0.999873\",\"0.997655\"\n\"2024-07-16T12:50:00.000Z\",\"10.439516\",\"10.411225\"\n\"2024-07-16T12:55:00.000Z\",\"4.418087\",\"4.406412\"\n\"2024-07-16T13:00:00.000Z\",\"0.969094\",\"0.9701\"\n\"2024-07-16T13:05:00.000Z\",\"10.447008\",\"10.41497\"\n\"2024-07-16T13:10:00.000Z\",\"4.44875\",\"4.437195\"\n\"2024-07-16T13:15:00.000Z\",\"0.942342\",\"0.940177\"\n\"2024-07-16T13:20:00.000Z\",\"10.620178\",\"10.595075\"\n\"2024-07-16T13:25:00.000Z\",\"4.290822\",\"4.27591\"\n\"2024-07-16T13:30:00.000Z\",\"0.911268\",\"0.912875\"\n\"2024-07-16T13:35:00.000Z\",\"10.649899\",\"10.616342\"\n\"2024-07-16T13:40:00.000Z\",\"4.331217\",\"4.319356\"\n\"2024-07-16T13:45:00.000Z\",\"0.877252\",\"0.8754\"\n\"2024-07-16T13:50:00.000Z\",\"10.636934\",\"10.607545\"\n\"2024-07-16T13:55:00.000Z\",\"4.36937\",\"4.357142\"\n\"2024-07-16T14:00:00.000Z\",\"0.850212\",\"0.848322\"\n\"2024-07-16T14:05:00.000Z\",\"10.651028\",\"10.623852\"\n\"2024-07-16T14:10:00.000Z\",\"4.41554\",\"4.399428\"\n\"2024-07-16T14:15:00.000Z\",\"0.824907\",\"0.822938\"\n\"2024-07-16T14:20:00.000Z\",\"10.648034\",\"10.618036\"\n\"2024-07-16T14:25:00.000Z\",\"4.408615\",\"4.3971\"\n\"2024-07-16T14:30:00.000Z\",\"0.981546\",\"0.979286\"\n\"2024-07-16T14:35:00.000Z\",\"10.457173\",\"10.42783\"\n\"2024-07-16T14:40:00.000Z\",\"4.450561\",\"4.438338\"\n\"2024-07-16T14:45:00.000Z\",\"0.953418\",\"0.951592\"\n\"2024-07-16T14:50:00.000Z\",\"10.427298\",\"10.399305\"\n\"2024-07-16T14:55:00.000Z\",\"4.47129\",\"4.459687\"\n\"2024-07-16T15:00:00.000Z\",\"0.955778\",\"0.953698\"\n\"2024-07-16T15:05:00.000Z\",\"10.6383\",\"10.608648\"\n\"2024-07-16T15:10:00.000Z\",\"4.293855\",\"4.281724\"\n\"2024-07-16T15:15:00.000Z\",\"0.925378\",\"0.923318\"\n\"2024-07-16T15:20:00.000Z\",\"10.628065\",\"10.600359\"\n\"2024-07-16T15:25:00.000Z\",\"4.323292\",\"4.309856\"\n\"2024-07-16T15:30:00.000Z\",\"0.895803\",\"0.893859\"\n\"2024-07-16T15:35:00.000Z\",\"10.636269\",\"10.606666\"\n\"2024-07-16T15:40:00.000Z\",\"4.351034\",\"4.339112\"\n\"2024-07-16T15:45:00.000Z\",\"0.870752\",\"0.868645\"\n\"2024-07-16T15:50:00.000Z\",\"10.678609\",\"10.646826\"\n\"2024-07-16T15:55:00.000Z\",\"4.372466\",\"4.360933\"\n\"2024-07-16T16:00:00.000Z\",\"0.836097\",\"0.834314\"\n\"2024-07-16T16:05:00.000Z\",\"10.616981\",\"10.588391\"\n\"2024-07-16T16:10:00.000Z\",\"4.407481\",\"4.395463\"\n\"2024-07-16T16:15:00.000Z\",\"0.989371\",\"0.987095\"\n\"2024-07-16T16:20:00.000Z\",\"10.473145\",\"10.442913\"\n\"2024-07-16T16:25:00.000Z\",\"4.451754\",\"4.43925\"\n\"2024-07-16T16:30:00.000Z\",\"0.958182\",\"0.956031\"\n\"2024-07-16T16:35:00.000Z\",\"10.44876\",\"10.419604\"\n\"2024-07-16T16:40:00.000Z\",\"4.475785\",\"4.4636\"\n\"2024-07-16T16:45:00.000Z\",\"0.930237\",\"0.928076\"\n\"2024-07-16T16:50:00.000Z\",\"10.65058\",\"10.620418\"\n\"2024-07-16T16:55:00.000Z\",\"4.318823\",\"4.306736\"\n\"2024-07-16T17:00:00.000Z\",\"0.897952\",\"0.895935\"\n\"2024-07-16T17:05:00.000Z\",\"10.644259\",\"10.614427\"\n\"2024-07-16T17:10:00.000Z\",\"4.344113\",\"4.332286\"\n\"2024-07-16T17:15:00.000Z\",\"0.872437\",\"0.870263\"\n\"2024-07-16T17:20:00.000Z\",\"10.630793\",\"10.601427\"\n\"2024-07-16T17:25:00.000Z\",\"4.363582\",\"4.352228\"\n\"2024-07-16T17:30:00.000Z\",\"0.838791\",\"0.837034\"\n\"2024-07-16T17:35:00.000Z\",\"10.630979\",\"10.601636\"\n\"2024-07-16T17:40:00.000Z\",\"4.40252\",\"4.390783\"\n\"2024-07-16T17:45:00.000Z\",\"0.839889\",\"0.838051\"\n\"2024-07-16T17:50:00.000Z\",\"10.622778\",\"10.594042\"\n\"2024-07-16T17:55:00.000Z\",\"4.398975\",\"4.387121\"\n\"2024-07-16T18:00:00.000Z\",\"0.997049\",\"0.994682\"\n\"2024-07-16T18:05:00.000Z\",\"10.471539\",\"10.442942\"\n\"2024-07-16T18:10:00.000Z\",\"4.445627\",\"4.4314\"\n\"2024-07-16T18:15:00.000Z\",\"0.960518\",\"0.958228\"\n\"2024-07-16T18:20:00.000Z\",\"10.636241\",\"10.606817\"\n\"2024-07-16T18:25:00.000Z\",\"4.279781\",\"4.268202\"\n\"2024-07-16T18:30:00.000Z\",\"0.931529\",\"0.929378\"\n\"2024-07-16T18:35:00.000Z\",\"10.633718\",\"10.60423\"\n\"2024-07-16T18:40:00.000Z\",\"4.320201\",\"4.308015\"\n\"2024-07-16T18:45:00.000Z\",\"0.896233\",\"0.894798\"\n\"2024-07-16T18:50:00.000Z\",\"10.640373\",\"10.610711\"\n\"2024-07-16T18:55:00.000Z\",\"4.355773\",\"4.343527\"\n\"2024-07-16T19:00:00.000Z\",\"0.864375\",\"0.862457\"\n\"2024-07-16T19:05:00.000Z\",\"10.629573\",\"10.600278\"\n\"2024-07-16T19:10:00.000Z\",\"4.381122\",\"4.36903\"\n\"2024-07-16T19:15:00.000Z\",\"0.834422\",\"0.836403\"\n\"2024-07-16T19:20:00.000Z\",\"10.623695\",\"10.591212\"\n\"2024-07-16T19:25:00.000Z\",\"4.39937\",\"4.387829\"\n\"2024-07-16T19:30:00.000Z\",\"0.803732\",\"0.801958\"\n\"2024-07-16T19:35:00.000Z\",\"10.619357\",\"10.59079\"\n\"2024-07-16T19:40:00.000Z\",\"4.428069\",\"4.416427\"\n\"2024-07-16T19:45:00.000Z\",\"0.961703\",\"0.959581\"\n\"2024-07-16T19:50:00.000Z\",\"10.436273\",\"10.407753\"\n\"2024-07-16T19:55:00.000Z\",\"4.473332\",\"4.461002\"\n\"2024-07-16T20:00:00.000Z\",\"0.928306\",\"0.926265\"\n\"2024-07-16T20:05:00.000Z\",\"10.441255\",\"10.412697\"\n\"2024-07-16T20:10:00.000Z\",\"4.513229\",\"4.500256\"\n\"2024-07-16T20:15:00.000Z\",\"0.895996\",\"0.893995\"\n\"2024-07-16T20:20:00.000Z\",\"10.645249\",\"10.615396\"\n\"2024-07-16T20:25:00.000Z\",\"4.335398\",\"4.323987\"\n\"2024-07-16T20:30:00.000Z\",\"0.886466\",\"0.88445\"\n\"2024-07-16T20:35:00.000Z\",\"10.63574\",\"10.606413\"\n\"2024-07-16T20:40:00.000Z\",\"4.348695\",\"4.337182\"\n\"2024-07-16T20:45:00.000Z\",\"0.850903\",\"0.849048\"\n\"2024-07-16T20:50:00.000Z\",\"10.642375\",\"10.612499\"\n\"2024-07-16T20:55:00.000Z\",\"4.385499\",\"4.373887\"\n\"2024-07-16T21:00:00.000Z\",\"0.817976\",\"0.819864\"\n\"2024-07-16T21:05:00.000Z\",\"10.621452\",\"10.589104\"\n\"2024-07-16T21:10:00.000Z\",\"4.41092\",\"4.399526\"\n\"2024-07-16T21:15:00.000Z\",\"0.978293\",\"0.975994\"\n\"2024-07-16T21:20:00.000Z\",\"10.454735\",\"10.425474\"\n\"2024-07-16T21:25:00.000Z\",\"4.444541\",\"4.432768\"\n\"2024-07-16T21:30:00.000Z\",\"0.947624\",\"0.945594\"\n\"2024-07-16T21:35:00.000Z\",\"10.447499\",\"10.418614\"\n\"2024-07-16T21:40:00.000Z\",\"4.503987\",\"4.490953\"\n\"2024-07-16T21:45:00.000Z\",\"0.945779\",\"0.943582\"\n\"2024-07-16T21:50:00.000Z\",\"10.622065\",\"10.593253\"\n\"2024-07-16T21:55:00.000Z\",\"4.293948\",\"4.282359\"\n\"2024-07-16T22:00:00.000Z\",\"0.919222\",\"0.917084\"\n\"2024-07-16T22:05:00.000Z\",\"10.653674\",\"10.624016\"\n\"2024-07-16T22:10:00.000Z\",\"4.322319\",\"4.310735\"\n\"2024-07-16T22:15:00.000Z\",\"0.883631\",\"0.881616\"\n\"2024-07-16T22:20:00.000Z\",\"10.641378\",\"10.611512\"\n\"2024-07-16T22:25:00.000Z\",\"4.360382\",\"4.348414\"\n\"2024-07-16T22:30:00.000Z\",\"0.846623\",\"0.844754\"\n\"2024-07-16T22:35:00.000Z\",\"10.657897\",\"10.627181\"\n\"2024-07-16T22:40:00.000Z\",\"4.39851\",\"4.386378\"\n\"2024-07-16T22:45:00.000Z\",\"1.005493\",\"1.003062\"\n\"2024-07-16T22:50:00.000Z\",\"10.460301\",\"10.430738\"\n\"2024-07-16T22:55:00.000Z\",\"4.419953\",\"4.408157\"\n\"2024-07-16T23:00:00.000Z\",\"0.97813\",\"0.978572\"\n\"2024-07-16T23:05:00.000Z\",\"10.463723\",\"10.431222\"\n\"2024-07-16T23:10:00.000Z\",\"4.448907\",\"4.436868\"\n\"2024-07-16T23:15:00.000Z\",\"0.944821\",\"0.942618\"\n\"2024-07-16T23:20:00.000Z\",\"10.638497\",\"10.608746\"\n\"2024-07-16T23:25:00.000Z\",\"4.303999\",\"4.292066\"\n\"2024-07-16T23:30:00.000Z\",\"0.906474\",\"0.904447\"\n\"2024-07-16T23:35:00.000Z\",\"10.6319\",\"10.602683\"\n\"2024-07-16T23:40:00.000Z\",\"4.343041\",\"4.330679\"\n\"2024-07-16T23:45:00.000Z\",\"0.884038\",\"0.881892\"\n\"2024-07-16T23:50:00.000Z\",\"10.674324\",\"10.642749\"\n\"2024-07-16T23:55:00.000Z\",\"4.364053\",\"4.352071\"\n\"2024-07-17T00:00:00.000Z\",\"0.849508\",\"0.847584\"\n\"2024-07-17T00:05:00.000Z\",\"10.669775\",\"10.638443\"\n\"2024-07-17T00:10:00.000Z\",\"4.402116\",\"4.389823\"\n\"2024-07-17T00:15:00.000Z\",\"0.821047\",\"0.819092\"\n\"2024-07-17T00:20:00.000Z\",\"10.65354\",\"10.623041\"\n\"2024-07-17T00:25:00.000Z\",\"4.423029\",\"4.411202\"\n\"2024-07-17T00:30:00.000Z\",\"1.009726\",\"1.007278\"\n\"2024-07-17T00:35:00.000Z\",\"10.451043\",\"10.422109\"\n\"2024-07-17T00:40:00.000Z\",\"4.425653\",\"4.413221\"\n\"2024-07-17T00:45:00.000Z\",\"0.980447\",\"0.978113\"\n\"2024-07-17T00:50:00.000Z\",\"10.442379\",\"10.41391\"\n\"2024-07-17T00:55:00.000Z\",\"4.444465\",\"4.432324\"\n\"2024-07-17T01:00:00.000Z\",\"0.951916\",\"0.949712\"\n\"2024-07-17T01:05:00.000Z\",\"10.446888\",\"10.417989\"\n\"2024-07-17T01:10:00.000Z\",\"4.480542\",\"4.468191\"\n\"2024-07-17T01:15:00.000Z\",\"0.922196\",\"0.92006\"\n\"2024-07-17T01:20:00.000Z\",\"10.663964\",\"10.632898\"\n\"2024-07-17T01:25:00.000Z\",\"4.327247\",\"4.315197\"\n\"2024-07-17T01:30:00.000Z\",\"0.892592\",\"0.890586\"\n\"2024-07-17T01:35:00.000Z\",\"10.623895\",\"10.594914\"\n\"2024-07-17T01:40:00.000Z\",\"4.343563\",\"4.332102\"\n\"2024-07-17T01:45:00.000Z\",\"0.860288\",\"0.858392\"\n\"2024-07-17T01:50:00.000Z\",\"10.642988\",\"10.61649\"\n\"2024-07-17T01:55:00.000Z\",\"4.380515\",\"4.365212\"\n\"2024-07-17T02:00:00.000Z\",\"0.827179\",\"0.82531\"\n\"2024-07-17T02:05:00.000Z\",\"10.647543\",\"10.620815\"\n\"2024-07-17T02:10:00.000Z\",\"4.423953\",\"4.408131\"\n\"2024-07-17T02:15:00.000Z\",\"0.979046\",\"0.976675\"\n\"2024-07-17T02:20:00.000Z\",\"10.470276\",\"10.440202\"\n\"2024-07-17T02:25:00.000Z\",\"4.461434\",\"4.448774\"\n\"2024-07-17T02:30:00.000Z\",\"0.948563\",\"0.946401\"\n\"2024-07-17T02:35:00.000Z\",\"10.468503\",\"10.438537\"\n\"2024-07-17T02:40:00.000Z\",\"4.477802\",\"4.465741\"\n\"2024-07-17T02:45:00.000Z\",\"0.920187\",\"0.91806\"\n\"2024-07-17T02:50:00.000Z\",\"10.630356\",\"10.601041\"\n\"2024-07-17T02:55:00.000Z\",\"4.315898\",\"4.30443\"\n\"2024-07-17T03:00:00.000Z\",\"0.885217\",\"0.886851\"\n\"2024-07-17T03:05:00.000Z\",\"10.653529\",\"10.619749\"\n\"2024-07-17T03:10:00.000Z\",\"4.342213\",\"4.330879\"\n\"2024-07-17T03:15:00.000Z\",\"0.895798\",\"0.893762\"\n\"2024-07-17T03:20:00.000Z\",\"10.63345\",\"10.603972\"\n\"2024-07-17T03:25:00.000Z\",\"4.363002\",\"4.35038\"\n\"2024-07-17T03:30:00.000Z\",\"0.866823\",\"0.864746\"\n\"2024-07-17T03:35:00.000Z\",\"10.654496\",\"10.623927\"\n\"2024-07-17T03:40:00.000Z\",\"4.385613\",\"4.373265\"\n\"2024-07-17T03:45:00.000Z\",\"1.01941\",\"1.01692\"\n\"2024-07-17T03:50:00.000Z\",\"10.443618\",\"10.414917\"\n\"2024-07-17T03:55:00.000Z\",\"4.410756\",\"4.398731\"\n\"2024-07-17T04:00:00.000Z\",\"0.992852\",\"0.990283\"\n\"2024-07-17T04:05:00.000Z\",\"10.435668\",\"10.407379\"\n\"2024-07-17T04:10:00.000Z\",\"4.433483\",\"4.421722\"\n\"2024-07-17T04:15:00.000Z\",\"0.959455\",\"0.957294\"\n\"2024-07-17T04:20:00.000Z\",\"10.450064\",\"10.421032\"\n\"2024-07-17T04:25:00.000Z\",\"4.465795\",\"4.45385\"\n\"2024-07-17T04:30:00.000Z\",\"0.930961\",\"0.928802\"\n\"2024-07-17T04:35:00.000Z\",\"10.635881\",\"10.606291\"\n\"2024-07-17T04:40:00.000Z\",\"4.318182\",\"4.306247\"\n\"2024-07-17T04:45:00.000Z\",\"0.901436\",\"0.89939\"\n\"2024-07-17T04:50:00.000Z\",\"10.645868\",\"10.615962\"\n\"2024-07-17T04:55:00.000Z\",\"4.333508\",\"4.322219\"\n\"2024-07-17T05:00:00.000Z\",\"0.880397\",\"0.878325\"\n\"2024-07-17T05:05:00.000Z\",\"10.654048\",\"10.623546\"\n\"2024-07-17T05:10:00.000Z\",\"4.381139\",\"4.368495\"\n\"2024-07-17T05:15:00.000Z\",\"0.846594\",\"0.844741\"\n\"2024-07-17T05:20:00.000Z\",\"10.630261\",\"10.601144\"\n\"2024-07-17T05:25:00.000Z\",\"4.385755\",\"4.374133\"\n\"2024-07-17T05:30:00.000Z\",\"0.818939\",\"0.81715\"\n\"2024-07-17T05:35:00.000Z\",\"10.62853\",\"10.603014\"\n\"2024-07-17T05:40:00.000Z\",\"4.435026\",\"4.418841\"\n\"2024-07-17T05:45:00.000Z\",\"0.975428\",\"0.974077\"\n\"2024-07-17T05:50:00.000Z\",\"10.437472\",\"10.412232\"\n\"2024-07-17T05:55:00.000Z\",\"4.453237\",\"4.444386\"\n\"2024-07-17T06:00:00.000Z\",\"0.986104\",\"0.986645\"\n\"2024-07-17T06:05:00.000Z\",\"10.434113\",\"10.406292\"\n\"2024-07-17T06:10:00.000Z\",\"4.444517\",\"4.432784\"\n\"2024-07-17T06:15:00.000Z\",\"0.947304\",\"0.945186\"\n\"2024-07-17T06:20:00.000Z\",\"10.619999\",\"10.591243\"\n\"2024-07-17T06:25:00.000Z\",\"4.285523\",\"4.274367\"\n\"2024-07-17T06:30:00.000Z\",\"0.916425\",\"0.914378\"\n\"2024-07-17T06:35:00.000Z\",\"10.641342\",\"10.611486\"\n\"2024-07-17T06:40:00.000Z\",\"4.340838\",\"4.328281\"\n\"2024-07-17T06:45:00.000Z\",\"0.885143\",\"0.886814\"\n\"2024-07-17T06:50:00.000Z\",\"10.620949\",\"10.588694\"\n\"2024-07-17T06:55:00.000Z\",\"4.34766\",\"4.336207\"\n\"2024-07-17T07:00:00.000Z\",\"0.858475\",\"0.856564\"\n\"2024-07-17T07:05:00.000Z\",\"10.633059\",\"10.603671\"\n\"2024-07-17T07:10:00.000Z\",\"4.378628\",\"4.367035\"\n\"2024-07-17T07:15:00.000Z\",\"0.827018\",\"0.825156\"\n\"2024-07-17T07:20:00.000Z\",\"10.647187\",\"10.617038\"\n\"2024-07-17T07:25:00.000Z\",\"4.410351\",\"4.398731\"\n\"2024-07-17T07:30:00.000Z\",\"0.981531\",\"0.979294\"\n\"2024-07-17T07:35:00.000Z\",\"10.451964\",\"10.422832\"\n\"2024-07-17T07:40:00.000Z\",\"4.441722\",\"4.429914\"\n\"2024-07-17T07:45:00.000Z\",\"0.955487\",\"0.953118\"\n\"2024-07-17T07:50:00.000Z\",\"10.46\",\"10.430266\"\n\"2024-07-17T07:55:00.000Z\",\"4.476136\",\"4.464187\"\n\"2024-07-17T08:00:00.000Z\",\"0.923055\",\"0.920864\"\n\"2024-07-17T08:05:00.000Z\",\"10.639732\",\"10.60993\"\n\"2024-07-17T08:10:00.000Z\",\"4.335279\",\"4.322821\"\n\"2024-07-17T08:15:00.000Z\",\"0.885847\",\"0.883844\"\n\"2024-07-17T08:20:00.000Z\",\"10.639975\",\"10.610369\"\n\"2024-07-17T08:25:00.000Z\",\"4.364583\",\"4.352247\"\n\"2024-07-17T08:30:00.000Z\",\"0.857664\",\"0.855813\"\n\"2024-07-17T08:35:00.000Z\",\"10.628617\",\"10.599422\"\n\"2024-07-17T08:40:00.000Z\",\"4.375059\",\"4.363613\"\n\"2024-07-17T08:45:00.000Z\",\"0.86098\",\"0.859044\"\n\"2024-07-17T08:50:00.000Z\",\"10.643494\",\"10.613699\"\n\"2024-07-17T08:55:00.000Z\",\"4.390233\",\"4.377686\"\n\"2024-07-17T09:00:00.000Z\",\"1.019184\",\"1.016769\"\n\"2024-07-17T09:05:00.000Z\",\"10.468529\",\"10.438547\"\n\"2024-07-17T09:10:00.000Z\",\"4.409389\",\"4.397447\"\n\"2024-07-17T09:15:00.000Z\",\"0.987794\",\"0.985586\"\n\"2024-07-17T09:20:00.000Z\",\"10.451783\",\"10.422494\"\n\"2024-07-17T09:25:00.000Z\",\"4.436174\",\"4.424468\"\n\"2024-07-17T09:30:00.000Z\",\"0.955516\",\"0.953377\"\n\"2024-07-17T09:35:00.000Z\",\"10.614743\",\"10.589877\"\n\"2024-07-17T09:40:00.000Z\",\"4.281946\",\"4.266932\"\n\"2024-07-17T09:45:00.000Z\",\"0.926262\",\"0.927857\"\n\"2024-07-17T09:50:00.000Z\",\"10.656621\",\"10.625978\"\n\"2024-07-17T09:55:00.000Z\",\"4.318029\",\"4.302572\"\n\"2024-07-17T10:00:00.000Z\",\"0.898959\",\"0.896848\"\n\"2024-07-17T10:05:00.000Z\",\"10.65111\",\"10.620927\"\n\"2024-07-17T10:10:00.000Z\",\"4.345861\",\"4.33391\"\n\"2024-07-17T10:15:00.000Z\",\"0.870723\",\"0.868708\"\n\"2024-07-17T10:20:00.000Z\",\"10.631339\",\"10.60197\"\n\"2024-07-17T10:25:00.000Z\",\"4.382623\",\"4.370267\"\n\"2024-07-17T10:30:00.000Z\",\"0.842821\",\"0.840697\"\n\"2024-07-17T10:35:00.000Z\",\"10.663088\",\"10.632299\"\n\"2024-07-17T10:40:00.000Z\",\"4.389383\",\"4.377925\"\n\"2024-07-17T10:45:00.000Z\",\"0.994882\",\"0.992615\"\n\"2024-07-17T10:50:00.000Z\",\"10.435293\",\"10.4072\"\n\"2024-07-17T10:55:00.000Z\",\"4.420795\",\"4.409177\"\n\"2024-07-17T11:00:00.000Z\",\"0.967309\",\"0.965123\"\n\"2024-07-17T11:05:00.000Z\",\"10.449825\",\"10.420637\"\n\"2024-07-17T11:10:00.000Z\",\"4.469305\",\"4.456786\"\n\"2024-07-17T11:15:00.000Z\",\"0.933475\",\"0.93135\"\n\"2024-07-17T11:20:00.000Z\",\"10.634903\",\"10.605537\"\n\"2024-07-17T11:25:00.000Z\",\"4.298404\",\"4.287127\"\n\"2024-07-17T11:30:00.000Z\",\"0.943743\",\"0.941427\"\n\"2024-07-17T11:35:00.000Z\",\"10.661456\",\"10.630545\"\n\"2024-07-17T11:40:00.000Z\",\"4.302676\",\"4.291004\"\n\"2024-07-17T11:45:00.000Z\",\"0.909283\",\"0.907229\"\n\"2024-07-17T11:50:00.000Z\",\"10.664003\",\"10.632794\"\n\"2024-07-17T11:55:00.000Z\",\"4.351527\",\"4.338985\"\n\"2024-07-17T12:00:00.000Z\",\"0.873019\",\"0.870864\"\n\"2024-07-17T12:05:00.000Z\",\"10.662344\",\"10.631588\"\n\"2024-07-17T12:10:00.000Z\",\"4.365934\",\"4.3543\"\n\"2024-07-17T12:15:00.000Z\",\"0.839008\",\"0.837204\"\n\"2024-07-17T12:20:00.000Z\",\"10.62915\",\"10.600097\"\n\"2024-07-17T12:25:00.000Z\",\"4.397245\",\"4.385521\"\n\"2024-07-17T12:30:00.000Z\",\"0.810051\",\"0.8083\"\n\"2024-07-17T12:35:00.000Z\",\"10.632622\",\"10.603193\"\n\"2024-07-17T12:40:00.000Z\",\"4.430295\",\"4.41834\"\n\"2024-07-17T12:45:00.000Z\",\"0.971284\",\"0.968827\"\n\"2024-07-17T12:50:00.000Z\",\"10.444516\",\"10.415761\"\n\"2024-07-17T12:55:00.000Z\",\"4.452511\",\"4.440857\"\n\"2024-07-17T13:00:00.000Z\",\"0.934741\",\"0.932625\"\n\"2024-07-17T13:05:00.000Z\",\"10.631103\",\"10.601959\"\n\"2024-07-17T13:10:00.000Z\",\"4.300843\",\"4.289231\"\n\"2024-07-17T13:15:00.000Z\",\"0.903476\",\"0.901397\"\n\"2024-07-17T13:20:00.000Z\",\"10.642304\",\"10.612555\"\n\"2024-07-17T13:25:00.000Z\",\"4.345288\",\"4.33306\"\n\"2024-07-17T13:30:00.000Z\",\"0.874958\",\"0.876665\"\n\"2024-07-17T13:35:00.000Z\",\"10.664612\",\"10.630026\"\n\"2024-07-17T13:40:00.000Z\",\"4.362587\",\"4.350859\"\n\"2024-07-17T13:45:00.000Z\",\"0.846889\",\"0.844929\"\n\"2024-07-17T13:50:00.000Z\",\"10.658665\",\"10.628105\"\n\"2024-07-17T13:55:00.000Z\",\"4.402846\",\"4.390343\"\n\"2024-07-17T14:00:00.000Z\",\"0.821163\",\"0.819206\"\n\"2024-07-17T14:05:00.000Z\",\"10.666201\",\"10.63517\"\n\"2024-07-17T14:10:00.000Z\",\"4.435863\",\"4.423092\"\n\"2024-07-17T14:15:00.000Z\",\"0.828807\",\"0.826815\"\n\"2024-07-17T14:20:00.000Z\",\"10.666636\",\"10.635631\"\n\"2024-07-17T14:25:00.000Z\",\"4.419\",\"4.406737\"\n\"2024-07-17T14:30:00.000Z\",\"0.986116\",\"0.983593\"\n\"2024-07-17T14:35:00.000Z\",\"10.460552\",\"10.43079\"\n\"2024-07-17T14:40:00.000Z\",\"4.449162\",\"4.437159\"\n\"2024-07-17T14:45:00.000Z\",\"0.948012\",\"0.945817\"\n\"2024-07-17T14:50:00.000Z\",\"10.449153\",\"10.42014\"\n\"2024-07-17T14:55:00.000Z\",\"4.475246\",\"4.463361\"\n\"2024-07-17T15:00:00.000Z\",\"0.919726\",\"0.917447\"\n\"2024-07-17T15:05:00.000Z\",\"10.668728\",\"10.637646\"\n\"2024-07-17T15:10:00.000Z\",\"4.323112\",\"4.311273\"\n\"2024-07-17T15:15:00.000Z\",\"0.888582\",\"0.886594\"\n\"2024-07-17T15:20:00.000Z\",\"10.653496\",\"10.623015\"\n\"2024-07-17T15:25:00.000Z\",\"4.36038\",\"4.348255\"\n\"2024-07-17T15:30:00.000Z\",\"0.860628\",\"0.858678\"\n\"2024-07-17T15:35:00.000Z\",\"10.630295\",\"10.600996\"\n\"2024-07-17T15:40:00.000Z\",\"4.377394\",\"4.365846\"\n\"2024-07-17T15:45:00.000Z\",\"0.825319\",\"0.823526\"\n\"2024-07-17T15:50:00.000Z\",\"10.644868\",\"10.614833\"\n\"2024-07-17T15:55:00.000Z\",\"4.420639\",\"4.408473\"\n\"2024-07-17T16:00:00.000Z\",\"0.980743\",\"0.978465\"\n\"2024-07-17T16:05:00.000Z\",\"10.463544\",\"10.433657\"\n\"2024-07-17T16:10:00.000Z\",\"4.4424\",\"4.430913\"\n\"2024-07-17T16:15:00.000Z\",\"0.94514\",\"0.942965\"\n\"2024-07-17T16:20:00.000Z\",\"10.443169\",\"10.414494\"\n\"2024-07-17T16:25:00.000Z\",\"4.484187\",\"4.472013\"\n\"2024-07-17T16:30:00.000Z\",\"0.917463\",\"0.915309\"\n\"2024-07-17T16:35:00.000Z\",\"10.635383\",\"10.605634\"\n\"2024-07-17T16:40:00.000Z\",\"4.327971\",\"4.31643\"\n\"2024-07-17T16:45:00.000Z\",\"0.881251\",\"0.879347\"\n\"2024-07-17T16:50:00.000Z\",\"10.647176\",\"10.617032\"\n\"2024-07-17T16:55:00.000Z\",\"4.369551\",\"4.357357\"\n\"2024-07-17T17:00:00.000Z\",\"0.888742\",\"0.886711\"\n\"2024-07-17T17:05:00.000Z\",\"10.635215\",\"10.605766\"\n\"2024-07-17T17:10:00.000Z\",\"4.366093\",\"4.353765\"\n\"2024-07-17T17:15:00.000Z\",\"0.860105\",\"0.8581\"\n\"2024-07-17T17:20:00.000Z\",\"10.616997\",\"10.588222\"\n\"2024-07-17T17:25:00.000Z\",\"4.382331\",\"4.370731\"\n\"2024-07-17T17:30:00.000Z\",\"0.825364\",\"0.823548\"\n\"2024-07-17T17:35:00.000Z\",\"10.654715\",\"10.624467\"\n\"2024-07-17T17:40:00.000Z\",\"4.411228\",\"4.399427\"\n\"2024-07-17T17:45:00.000Z\",\"0.984138\",\"0.981887\"\n\"2024-07-17T17:50:00.000Z\",\"10.45996\",\"10.430278\"\n\"2024-07-17T17:55:00.000Z\",\"4.44225\",\"4.430417\"\n\"2024-07-17T18:00:00.000Z\",\"0.951449\",\"0.949234\"\n\"2024-07-17T18:05:00.000Z\",\"10.63301\",\"10.603784\"\n\"2024-07-17T18:10:00.000Z\",\"4.288283\",\"4.276686\"\n\"2024-07-17T18:15:00.000Z\",\"0.925953\",\"0.923714\"\n\"2024-07-17T18:20:00.000Z\",\"10.618878\",\"10.590186\"\n\"2024-07-17T18:25:00.000Z\",\"4.326825\",\"4.314652\"\n\"2024-07-17T18:30:00.000Z\",\"0.896545\",\"0.894487\"\n\"2024-07-17T18:35:00.000Z\",\"10.660656\",\"10.630024\"\n\"2024-07-17T18:40:00.000Z\",\"4.344442\",\"4.332714\"\n\"2024-07-17T18:45:00.000Z\",\"0.866578\",\"0.868407\"\n\"2024-07-17T18:50:00.000Z\",\"10.633419\",\"10.60049\"\n\"2024-07-17T18:55:00.000Z\",\"4.382231\",\"4.3699\"\n\"2024-07-17T19:00:00.000Z\",\"0.845123\",\"0.843053\"\n\"2024-07-17T19:05:00.000Z\",\"10.642308\",\"10.612596\"\n\"2024-07-17T19:10:00.000Z\",\"4.390478\",\"4.37898\"\n\"2024-07-17T19:15:00.000Z\",\"0.815467\",\"0.813678\"\n\"2024-07-17T19:20:00.000Z\",\"10.63889\",\"10.609135\"\n\"2024-07-17T19:25:00.000Z\",\"4.42218\",\"4.410469\"\n\"2024-07-17T19:30:00.000Z\",\"0.786866\",\"0.785086\"\n\"2024-07-17T19:35:00.000Z\",\"10.623474\",\"10.594504\"\n\"2024-07-17T19:40:00.000Z\",\"4.454615\",\"4.442718\"\n\"2024-07-17T19:45:00.000Z\",\"0.979788\",\"0.977667\"\n\"2024-07-17T19:50:00.000Z\",\"10.451195\",\"10.422141\"\n\"2024-07-17T19:55:00.000Z\",\"4.458797\",\"4.446153\"\n\"2024-07-17T20:00:00.000Z\",\"0.952395\",\"0.950295\"\n\"2024-07-17T20:05:00.000Z\",\"10.662818\",\"10.631853\"\n\"2024-07-17T20:10:00.000Z\",\"4.301862\",\"4.28967\"\n\"2024-07-17T20:15:00.000Z\",\"0.91984\",\"0.91771\"\n\"2024-07-17T20:20:00.000Z\",\"10.651219\",\"10.624549\"\n\"2024-07-17T20:25:00.000Z\",\"4.32091\",\"4.305711\"\n\"2024-07-17T20:30:00.000Z\",\"0.869757\",\"0.867802\"\n\"2024-07-17T20:35:00.000Z\",\"10.627332\",\"10.59823\"\n\"2024-07-17T20:40:00.000Z\",\"4.369892\",\"4.358185\"\n\"2024-07-17T20:45:00.000Z\",\"0.840041\",\"0.841638\"\n\"2024-07-17T20:50:00.000Z\",\"10.639935\",\"10.606727\"\n\"2024-07-17T20:55:00.000Z\",\"4.407739\",\"4.395515\"\n\"2024-07-17T21:00:00.000Z\",\"0.843107\",\"0.841213\"\n\"2024-07-17T21:05:00.000Z\",\"10.658192\",\"10.627515\"\n\"2024-07-17T21:10:00.000Z\",\"4.406181\",\"4.393871\"\n\"2024-07-17T21:15:00.000Z\",\"0.995832\",\"0.993517\"\n\"2024-07-17T21:20:00.000Z\",\"10.486909\",\"10.455984\"\n\"2024-07-17T21:25:00.000Z\",\"4.426743\",\"4.415014\"\n\"2024-07-17T21:30:00.000Z\",\"0.971647\",\"0.969318\"\n\"2024-07-17T21:35:00.000Z\",\"10.462806\",\"10.432856\"\n\"2024-07-17T21:40:00.000Z\",\"4.453969\",\"4.442087\"\n\"2024-07-17T21:45:00.000Z\",\"0.946623\",\"0.944329\"\n\"2024-07-17T21:50:00.000Z\",\"10.658843\",\"10.628113\"\n\"2024-07-17T21:55:00.000Z\",\"4.305659\",\"4.293768\"\n\"2024-07-17T22:00:00.000Z\",\"0.90987\",\"0.907842\"\n\"2024-07-17T22:05:00.000Z\",\"10.645649\",\"10.615737\"\n\"2024-07-17T22:10:00.000Z\",\"4.322859\",\"4.311379\"\n\"2024-07-17T22:15:00.000Z\",\"0.888243\",\"0.886226\"\n\"2024-07-17T22:20:00.000Z\",\"10.636982\",\"10.607326\"\n\"2024-07-17T22:25:00.000Z\",\"4.371561\",\"4.358853\"\n\"2024-07-17T22:30:00.000Z\",\"0.858075\",\"0.856063\"\n\"2024-07-17T22:35:00.000Z\",\"10.657652\",\"10.626927\"\n\"2024-07-17T22:40:00.000Z\",\"4.400943\",\"4.388335\"\n\"2024-07-17T22:45:00.000Z\",\"0.826996\",\"0.825069\"\n\"2024-07-17T22:50:00.000Z\",\"10.66677\",\"10.635612\"\n\"2024-07-17T22:55:00.000Z\",\"4.426149\",\"4.413705\"\n\"2024-07-17T23:00:00.000Z\",\"0.977696\",\"0.975397\"\n\"2024-07-17T23:05:00.000Z\",\"10.451227\",\"10.422124\"\n\"2024-07-17T23:10:00.000Z\",\"4.453452\",\"4.441203\"\n\"2024-07-17T23:15:00.000Z\",\"0.949731\",\"0.947468\"\n\"2024-07-17T23:20:00.000Z\",\"10.447691\",\"10.418752\"\n\"2024-07-17T23:25:00.000Z\",\"4.481388\",\"4.469476\"\n\"2024-07-17T23:30:00.000Z\",\"0.916911\",\"0.914704\"\n\"2024-07-17T23:35:00.000Z\",\"10.637694\",\"10.608179\"\n\"2024-07-17T23:40:00.000Z\",\"4.322258\",\"4.310643\"\n\"2024-07-17T23:45:00.000Z\",\"0.889031\",\"0.887059\"\n\"2024-07-17T23:50:00.000Z\",\"10.621758\",\"10.593239\"\n\"2024-07-17T23:55:00.000Z\",\"4.359738\",\"4.347288\"\n\"2024-07-18T00:00:00.000Z\",\"0.893335\",\"0.891339\"\n\"2024-07-18T00:05:00.000Z\",\"10.613577\",\"10.585105\"\n\"2024-07-18T00:10:00.000Z\",\"4.345731\",\"4.334148\"\n\"2024-07-18T00:15:00.000Z\",\"0.861834\",\"0.85981\"\n\"2024-07-18T00:20:00.000Z\",\"10.643096\",\"10.6133\"\n\"2024-07-18T00:25:00.000Z\",\"4.369568\",\"4.358043\"\n\"2024-07-18T00:30:00.000Z\",\"0.829702\",\"0.827846\"\n\"2024-07-18T00:35:00.000Z\",\"10.617081\",\"10.588465\"\n\"2024-07-18T00:40:00.000Z\",\"4.412193\",\"4.400274\"\n\"2024-07-18T00:45:00.000Z\",\"0.984254\",\"0.981794\"\n\"2024-07-18T00:50:00.000Z\",\"10.477621\",\"10.447444\"\n\"2024-07-18T00:55:00.000Z\",\"4.454161\",\"4.441516\"\n\"2024-07-18T01:00:00.000Z\",\"0.951228\",\"0.949033\"\n\"2024-07-18T01:05:00.000Z\",\"10.646637\",\"10.616682\"\n\"2024-07-18T01:10:00.000Z\",\"4.290067\",\"4.278288\"\n\"2024-07-18T01:15:00.000Z\",\"0.921686\",\"0.919488\"\n\"2024-07-18T01:20:00.000Z\",\"10.661918\",\"10.633269\"\n\"2024-07-18T01:25:00.000Z\",\"4.33852\",\"4.328354\"\n\"2024-07-18T01:30:00.000Z\",\"0.891556\",\"0.891672\"\n\"2024-07-18T01:35:00.000Z\",\"10.653012\",\"10.625012\"\n\"2024-07-18T01:40:00.000Z\",\"4.35983\",\"4.348459\"\n\"2024-07-18T01:45:00.000Z\",\"0.854519\",\"0.852639\"\n\"2024-07-18T01:50:00.000Z\",\"10.647184\",\"10.616866\"\n\"2024-07-18T01:55:00.000Z\",\"4.399159\",\"4.386818\"\n\"2024-07-18T02:00:00.000Z\",\"0.820987\",\"0.819016\"\n\"2024-07-18T02:05:00.000Z\",\"10.649392\",\"10.6191\"\n\"2024-07-18T02:10:00.000Z\",\"4.432913\",\"4.420473\"\n\"2024-07-18T02:15:00.000Z\",\"0.972286\",\"0.970085\"\n\"2024-07-18T02:20:00.000Z\",\"10.451632\",\"10.422493\"\n\"2024-07-18T02:25:00.000Z\",\"4.453295\",\"4.441261\"\n\"2024-07-18T02:30:00.000Z\",\"0.977942\",\"0.975684\"\n\"2024-07-18T02:35:00.000Z\",\"10.451493\",\"10.42222\"\n\"2024-07-18T02:40:00.000Z\",\"4.459321\",\"4.446944\"\n\"2024-07-18T02:45:00.000Z\",\"0.942331\",\"0.940149\"\n\"2024-07-18T02:50:00.000Z\",\"10.641371\",\"10.61149\"\n\"2024-07-18T02:55:00.000Z\",\"4.303035\",\"4.291181\"\n\"2024-07-18T03:00:00.000Z\",\"0.91188\",\"0.909755\"\n\"2024-07-18T03:05:00.000Z\",\"10.637799\",\"10.608089\"\n\"2024-07-18T03:10:00.000Z\",\"4.33945\",\"4.327307\"\n\"2024-07-18T03:15:00.000Z\",\"0.878714\",\"0.87665\"\n\"2024-07-18T03:20:00.000Z\",\"10.64123\",\"10.611383\"\n\"2024-07-18T03:25:00.000Z\",\"4.36258\",\"4.350869\"\n\"2024-07-18T03:30:00.000Z\",\"0.846329\",\"0.844416\"\n\"2024-07-18T03:35:00.000Z\",\"10.6185\",\"10.589801\"\n\"2024-07-18T03:40:00.000Z\",\"4.388923\",\"4.377307\"\n\"2024-07-18T03:45:00.000Z\",\"0.814289\",\"0.812459\"\n\"2024-07-18T03:50:00.000Z\",\"10.641589\",\"10.611701\"\n\"2024-07-18T03:55:00.000Z\",\"4.426097\",\"4.414147\"\n\"2024-07-18T04:00:00.000Z\",\"0.969505\",\"0.967176\"\n\"2024-07-18T04:05:00.000Z\",\"10.462395\",\"10.43274\"\n\"2024-07-18T04:10:00.000Z\",\"4.463334\",\"4.451159\"\n\"2024-07-18T04:15:00.000Z\",\"0.935104\",\"0.932895\"\n\"2024-07-18T04:20:00.000Z\",\"10.650692\",\"10.620492\"\n\"2024-07-18T04:25:00.000Z\",\"4.315064\",\"4.302926\"\n\"2024-07-18T04:30:00.000Z\",\"0.907117\",\"0.904856\"\n\"2024-07-18T04:35:00.000Z\",\"10.658431\",\"10.627841\"\n\"2024-07-18T04:40:00.000Z\",\"4.326976\",\"4.315661\"\n\"2024-07-18T04:45:00.000Z\",\"0.87549\",\"0.873356\"\n\"2024-07-18T04:50:00.000Z\",\"10.64385\",\"10.612554\"\n\"2024-07-18T04:55:00.000Z\",\"4.37298\",\"4.360902\"\n\"2024-07-18T05:00:00.000Z\",\"0.839486\",\"0.837463\"\n\"2024-07-18T05:05:00.000Z\",\"10.641625\",\"10.611758\"\n\"2024-07-18T05:10:00.000Z\",\"4.41502\",\"4.402587\"\n\"2024-07-18T05:15:00.000Z\",\"0.844444\",\"0.842343\"\n\"2024-07-18T05:20:00.000Z\",\"10.651122\",\"10.620561\"\n\"2024-07-18T05:25:00.000Z\",\"4.419008\",\"4.406403\"\n\"2024-07-18T05:30:00.000Z\",\"0.989996\",\"0.991153\"\n\"2024-07-18T05:35:00.000Z\",\"10.486722\",\"10.452151\"\n\"2024-07-18T05:40:00.000Z\",\"4.443326\",\"4.431058\"\n\"2024-07-18T05:45:00.000Z\",\"0.951828\",\"0.953127\"\n\"2024-07-18T05:50:00.000Z\",\"10.482428\",\"10.448103\"\n\"2024-07-18T05:55:00.000Z\",\"4.499705\",\"4.486516\"\n\"2024-07-18T06:00:00.000Z\",\"0.914412\",\"0.91232\"\n\"2024-07-18T06:05:00.000Z\",\"10.668383\",\"10.637112\"\n\"2024-07-18T06:10:00.000Z\",\"4.345239\",\"4.33262\"\n\"2024-07-18T06:15:00.000Z\",\"0.880223\",\"0.878198\"\n\"2024-07-18T06:20:00.000Z\",\"10.674636\",\"10.643044\"\n\"2024-07-18T06:25:00.000Z\",\"4.380208\",\"4.367375\"\n\"2024-07-18T06:30:00.000Z\",\"0.846126\",\"0.844152\"\n\"2024-07-18T06:35:00.000Z\",\"11.560825\",\"11.529016\"\n\"2024-07-18T06:40:00.000Z\",\"3.463507\",\"3.454303\"\n\"2024-07-18T06:45:00.000Z\",\"0.812765\",\"0.814549\"\n\"2024-07-18T06:50:00.000Z\",\"10.671236\",\"10.636312\"\n\"2024-07-18T06:55:00.000Z\",\"4.431625\",\"4.419426\"\n\"2024-07-18T07:00:00.000Z\",\"0.9699\",\"0.967384\"\n\"2024-07-18T07:05:00.000Z\",\"10.451847\",\"10.422732\"\n\"2024-07-18T07:10:00.000Z\",\"4.458018\",\"4.446152\"\n\"2024-07-18T07:15:00.000Z\",\"0.938362\",\"0.935886\"\n\"2024-07-18T07:20:00.000Z\",\"10.470409\",\"10.440336\"\n\"2024-07-18T07:25:00.000Z\",\"4.501961\",\"4.489355\"\n\"2024-07-18T07:30:00.000Z\",\"0.898335\",\"0.896514\"\n\"2024-07-18T07:35:00.000Z\",\"10.628487\",\"10.599287\"\n\"2024-07-18T07:40:00.000Z\",\"4.344589\",\"4.332688\"\n\"2024-07-18T07:45:00.000Z\",\"0.868341\",\"0.866297\"\n\"2024-07-18T07:50:00.000Z\",\"10.647897\",\"10.617867\"\n\"2024-07-18T07:55:00.000Z\",\"4.38708\",\"4.374473\"\n\"2024-07-18T08:00:00.000Z\",\"0.875218\",\"0.873133\"\n\"2024-07-18T08:05:00.000Z\",\"10.674452\",\"10.642889\"\n\"2024-07-18T08:10:00.000Z\",\"4.370657\",\"4.358747\"\n\"2024-07-18T08:15:00.000Z\",\"1.024739\",\"1.02236\"\n\"2024-07-18T08:20:00.000Z\",\"10.470998\",\"10.441056\"\n\"2024-07-18T08:25:00.000Z\",\"4.409119\",\"4.396626\"\n\"2024-07-18T08:30:00.000Z\",\"0.810689\",\"0.808874\"\n\"2024-07-18T08:35:00.000Z\",\"10.63332\",\"10.603847\"\n\"2024-07-18T08:40:00.000Z\",\"4.425232\",\"4.41353\"\n\"2024-07-18T08:45:00.000Z\",\"0.962173\",\"0.959962\"\n\"2024-07-18T08:50:00.000Z\",\"10.439258\",\"10.410779\"\n\"2024-07-18T08:55:00.000Z\",\"4.461891\",\"4.449869\"\n\"2024-07-18T09:00:00.000Z\",\"0.930462\",\"0.928348\"\n\"2024-07-18T09:05:00.000Z\",\"10.624789\",\"10.595942\"\n\"2024-07-18T09:10:00.000Z\",\"4.30274\",\"4.291241\"\n\"2024-07-18T09:15:00.000Z\",\"0.900003\",\"0.89797\"\n\"2024-07-18T09:20:00.000Z\",\"10.636376\",\"10.606749\"\n\"2024-07-18T09:25:00.000Z\",\"4.334026\",\"4.322698\"\n\"2024-07-18T09:30:00.000Z\",\"0.867384\",\"0.865377\"\n\"2024-07-18T09:35:00.000Z\",\"10.62978\",\"10.600648\"\n\"2024-07-18T09:40:00.000Z\",\"4.372551\",\"4.360671\"\n\"2024-07-18T09:45:00.000Z\",\"0.840392\",\"0.838448\"\n\"2024-07-18T09:50:00.000Z\",\"10.654071\",\"10.623568\"\n\"2024-07-18T09:55:00.000Z\",\"4.396892\",\"4.385231\"\n\"2024-07-18T10:00:00.000Z\",\"0.809057\",\"0.807144\"\n\"2024-07-18T10:05:00.000Z\",\"10.643509\",\"10.61368\"\n\"2024-07-18T10:10:00.000Z\",\"4.426561\",\"4.41482\"\n\"2024-07-18T10:15:00.000Z\",\"0.965392\",\"0.963092\"\n\"2024-07-18T10:20:00.000Z\",\"10.466116\",\"10.436224\"\n\"2024-07-18T10:25:00.000Z\",\"4.476853\",\"4.464128\"\n\"2024-07-18T10:30:00.000Z\",\"0.92451\",\"0.926117\"\n\"2024-07-18T10:35:00.000Z\",\"10.643446\",\"10.609833\"\n\"2024-07-18T10:40:00.000Z\",\"4.334482\",\"4.321882\"\n\"2024-07-18T10:45:00.000Z\",\"0.924663\",\"0.922586\"\n\"2024-07-18T10:50:00.000Z\",\"10.632904\",\"10.603328\"\n\"2024-07-18T10:55:00.000Z\",\"4.315767\",\"4.304327\"\n\"2024-07-18T11:00:00.000Z\",\"0.892629\",\"0.89038\"\n\"2024-07-18T11:05:00.000Z\",\"10.632164\",\"10.6063\"\n\"2024-07-18T11:10:00.000Z\",\"4.353788\",\"4.338461\"\n\"2024-07-18T11:15:00.000Z\",\"0.851895\",\"0.850026\"\n\"2024-07-18T11:20:00.000Z\",\"10.61643\",\"10.587666\"\n\"2024-07-18T11:25:00.000Z\",\"4.399393\",\"4.387856\"\n\"2024-07-18T11:30:00.000Z\",\"1.000311\",\"0.997557\"\n\"2024-07-18T11:35:00.000Z\",\"10.448752\",\"10.4198\"\n\"2024-07-18T11:40:00.000Z\",\"4.43005\",\"4.41792\"\n\"2024-07-18T11:45:00.000Z\",\"0.959242\",\"0.957051\"\n\"2024-07-18T11:50:00.000Z\",\"10.441834\",\"10.413242\"\n\"2024-07-18T11:55:00.000Z\",\"4.487465\",\"4.474518\"\n\"2024-07-18T12:00:00.000Z\",\"0.921003\",\"0.922586\"\n\"2024-07-18T12:05:00.000Z\",\"10.634051\",\"10.600974\"\n\"2024-07-18T12:10:00.000Z\",\"4.326024\",\"4.313836\"\n\"2024-07-18T12:15:00.000Z\",\"0.886341\",\"0.884391\"\n\"2024-07-18T12:20:00.000Z\",\"10.660151\",\"10.629512\"\n\"2024-07-18T12:25:00.000Z\",\"4.366056\",\"4.353642\"\n\"2024-07-18T12:30:00.000Z\",\"0.854457\",\"0.852556\"\n\"2024-07-18T12:35:00.000Z\",\"10.629393\",\"10.600181\"\n\"2024-07-18T12:40:00.000Z\",\"4.380744\",\"4.369243\"\n\"2024-07-18T12:45:00.000Z\",\"0.821085\",\"0.819256\"\n\"2024-07-18T12:50:00.000Z\",\"10.651162\",\"10.624439\"\n\"2024-07-18T12:55:00.000Z\",\"4.421334\",\"4.405726\"\n\"2024-07-18T13:00:00.000Z\",\"0.978413\",\"0.976049\"\n\"2024-07-18T13:05:00.000Z\",\"10.456673\",\"10.427287\"\n\"2024-07-18T13:10:00.000Z\",\"4.470243\",\"4.457191\"\n\"2024-07-18T13:15:00.000Z\",\"0.948944\",\"0.946739\"\n\"2024-07-18T13:20:00.000Z\",\"10.471848\",\"10.441486\"\n\"2024-07-18T13:25:00.000Z\",\"4.475501\",\"4.463722\"\n\"2024-07-18T13:30:00.000Z\",\"0.954272\",\"0.951923\"\n\"2024-07-18T13:35:00.000Z\",\"10.658008\",\"10.630563\"\n\"2024-07-18T13:40:00.000Z\",\"4.291945\",\"4.277018\"\n\"2024-07-18T13:45:00.000Z\",\"0.915286\",\"0.91318\"\n\"2024-07-18T13:50:00.000Z\",\"10.628104\",\"10.598909\"\n\"2024-07-18T13:55:00.000Z\",\"4.320849\",\"4.309551\"\n\"2024-07-18T14:00:00.000Z\",\"0.88472\",\"0.882702\"\n\"2024-07-18T14:05:00.000Z\",\"10.664499\",\"10.633329\"\n\"2024-07-18T14:10:00.000Z\",\"4.357142\",\"4.345369\"\n\"2024-07-18T14:15:00.000Z\",\"0.85126\",\"0.849387\"\n\"2024-07-18T14:20:00.000Z\",\"10.622572\",\"10.593651\"\n\"2024-07-18T14:25:00.000Z\",\"4.382608\",\"4.371132\"\n\"2024-07-18T14:30:00.000Z\",\"1.003794\",\"1.001469\"\n\"2024-07-18T14:35:00.000Z\",\"10.427756\",\"10.399707\"\n\"2024-07-18T14:40:00.000Z\",\"4.419399\",\"4.407853\"\n\"2024-07-18T14:45:00.000Z\",\"0.972409\",\"0.970098\"\n\"2024-07-18T14:50:00.000Z\",\"10.451003\",\"10.42189\"\n\"2024-07-18T14:55:00.000Z\",\"4.474836\",\"4.461927\"\n\"2024-07-18T15:00:00.000Z\",\"0.936548\",\"0.93805\"\n\"2024-07-18T15:05:00.000Z\",\"10.651876\",\"10.617988\"\n\"2024-07-18T15:10:00.000Z\",\"4.307972\",\"4.296034\"\n\"2024-07-18T15:15:00.000Z\",\"0.908624\",\"0.906666\"\n\"2024-07-18T15:20:00.000Z\",\"10.655626\",\"10.625014\"\n\"2024-07-18T15:25:00.000Z\",\"4.344437\",\"4.33209\"\n\"2024-07-18T15:30:00.000Z\",\"0.873773\",\"0.875522\"\n\"2024-07-18T15:35:00.000Z\",\"10.651944\",\"10.618025\"\n\"2024-07-18T15:40:00.000Z\",\"4.363471\",\"4.351715\"\n\"2024-07-18T15:45:00.000Z\",\"0.85056\",\"0.848641\"\n\"2024-07-18T15:50:00.000Z\",\"10.645704\",\"10.615607\"\n\"2024-07-18T15:55:00.000Z\",\"4.397004\",\"4.384872\"\n\"2024-07-18T16:00:00.000Z\",\"0.820321\",\"0.818477\"\n\"2024-07-18T16:05:00.000Z\",\"10.628137\",\"10.599096\"\n\"2024-07-18T16:10:00.000Z\",\"4.411123\",\"4.399402\"\n\"2024-07-18T16:15:00.000Z\",\"0.9773\",\"0.975002\"\n\"2024-07-18T16:20:00.000Z\",\"10.452913\",\"10.423778\"\n\"2024-07-18T16:25:00.000Z\",\"4.443951\",\"4.432181\"\n\"2024-07-18T16:30:00.000Z\",\"0.97742\",\"0.975151\"\n\"2024-07-18T16:35:00.000Z\",\"10.434149\",\"10.405924\"\n\"2024-07-18T16:40:00.000Z\",\"4.456425\",\"4.444181\"\n\"2024-07-18T16:45:00.000Z\",\"0.947464\",\"0.945256\"\n\"2024-07-18T16:50:00.000Z\",\"10.630724\",\"10.60145\"\n\"2024-07-18T16:55:00.000Z\",\"4.28815\",\"4.276926\"\n\"2024-07-18T17:00:00.000Z\",\"0.911635\",\"0.909572\"\n\"2024-07-18T17:05:00.000Z\",\"10.620381\",\"10.59159\"\n\"2024-07-18T17:10:00.000Z\",\"4.327054\",\"4.315545\"\n\"2024-07-18T17:15:00.000Z\",\"0.88384\",\"0.881717\"\n\"2024-07-18T17:20:00.000Z\",\"10.645444\",\"10.615581\"\n\"2024-07-18T17:25:00.000Z\",\"4.367708\",\"4.355381\"\n\"2024-07-18T17:30:00.000Z\",\"0.851837\",\"0.853321\"\n\"2024-07-18T17:35:00.000Z\",\"10.668487\",\"10.634047\"\n\"2024-07-18T17:40:00.000Z\",\"4.393609\",\"4.381379\"\n\"2024-07-18T17:45:00.000Z\",\"0.823522\",\"0.821653\"\n\"2024-07-18T17:50:00.000Z\",\"10.646715\",\"10.616791\"\n\"2024-07-18T17:55:00.000Z\",\"4.412474\",\"4.400516\"\n\"2024-07-18T18:00:00.000Z\",\"0.979859\",\"0.977621\"\n\"2024-07-18T18:05:00.000Z\",\"10.467455\",\"10.437524\"\n\"2024-07-18T18:10:00.000Z\",\"4.449407\",\"4.437545\"\n\"2024-07-18T18:15:00.000Z\",\"0.946927\",\"0.944781\"\n\"2024-07-18T18:20:00.000Z\",\"10.477533\",\"10.446931\"\n\"2024-07-18T18:25:00.000Z\",\"4.47616\",\"4.464395\"\n\"2024-07-18T18:30:00.000Z\",\"0.9153\",\"0.913378\"\n\"2024-07-18T18:35:00.000Z\",\"10.635628\",\"10.606101\"\n\"2024-07-18T18:40:00.000Z\",\"4.331784\",\"4.319834\"\n\"2024-07-18T18:45:00.000Z\",\"0.884019\",\"0.882545\"\n\"2024-07-18T18:50:00.000Z\",\"10.641184\",\"10.611343\"\n\"2024-07-18T18:55:00.000Z\",\"4.355118\",\"4.343587\"\n\"2024-07-18T19:00:00.000Z\",\"0.883083\",\"0.881086\"\n\"2024-07-18T19:05:00.000Z\",\"10.637775\",\"10.608076\"\n\"2024-07-18T19:10:00.000Z\",\"4.367069\",\"4.354769\"\n\"2024-07-18T19:15:00.000Z\",\"0.851638\",\"0.849686\"\n\"2024-07-18T19:20:00.000Z\",\"10.632882\",\"10.603498\"\n\"2024-07-18T19:25:00.000Z\",\"4.384597\",\"4.373073\"\n\"2024-07-18T19:30:00.000Z\",\"1.002209\",\"0.99996\"\n\"2024-07-18T19:35:00.000Z\",\"10.430267\",\"10.402319\"\n\"2024-07-18T19:40:00.000Z\",\"4.432132\",\"4.419758\"\n\"2024-07-18T19:45:00.000Z\",\"0.974239\",\"0.97181\"\n\"2024-07-18T19:50:00.000Z\",\"10.454344\",\"10.425118\"\n\"2024-07-18T19:55:00.000Z\",\"4.454142\",\"4.442208\"\n\"2024-07-18T20:00:00.000Z\",\"0.945047\",\"0.942662\"\n\"2024-07-18T20:05:00.000Z\",\"10.675683\",\"10.644288\"\n\"2024-07-18T20:10:00.000Z\",\"4.299615\",\"4.289497\"\n\"2024-07-18T20:15:00.000Z\",\"0.904934\",\"0.902876\"\n\"2024-07-18T20:20:00.000Z\",\"10.61953\",\"10.594288\"\n\"2024-07-18T20:25:00.000Z\",\"4.342268\",\"4.326692\"\n\"2024-07-18T20:30:00.000Z\",\"0.890938\",\"0.888854\"\n\"2024-07-18T20:35:00.000Z\",\"10.647448\",\"10.617273\"\n\"2024-07-18T20:40:00.000Z\",\"4.369267\",\"4.35668\"\n\"2024-07-18T20:45:00.000Z\",\"0.854629\",\"0.852716\"\n\"2024-07-18T20:50:00.000Z\",\"10.634828\",\"10.605512\"\n\"2024-07-18T20:55:00.000Z\",\"4.374433\",\"4.362973\"\n\"2024-07-18T21:00:00.000Z\",\"0.83386\",\"0.831819\"\n\"2024-07-18T21:05:00.000Z\",\"10.653497\",\"10.623201\"\n\"2024-07-18T21:10:00.000Z\",\"4.416436\",\"4.404213\"\n\"2024-07-18T21:15:00.000Z\",\"0.990106\",\"0.987714\"\n\"2024-07-18T21:20:00.000Z\",\"10.477265\",\"10.446823\"\n\"2024-07-18T21:25:00.000Z\",\"4.43691\",\"4.425191\"\n\"2024-07-18T21:30:00.000Z\",\"0.95456\",\"0.952384\"\n\"2024-07-18T21:35:00.000Z\",\"10.462113\",\"10.432438\"\n\"2024-07-18T21:40:00.000Z\",\"4.482164\",\"4.469497\"\n\"2024-07-18T21:45:00.000Z\",\"0.922211\",\"0.920161\"\n\"2024-07-18T21:50:00.000Z\",\"10.6612\",\"10.630301\"\n\"2024-07-18T21:55:00.000Z\",\"4.313422\",\"4.302058\"\n\"2024-07-18T22:00:00.000Z\",\"0.892204\",\"0.890192\"\n\"2024-07-18T22:05:00.000Z\",\"10.663133\",\"10.632139\"\n\"2024-07-18T22:10:00.000Z\",\"4.357285\",\"4.345131\"\n\"2024-07-18T22:15:00.000Z\",\"0.853816\",\"0.85195\"\n\"2024-07-18T22:20:00.000Z\",\"10.654207\",\"10.623652\"\n\"2024-07-18T22:25:00.000Z\",\"4.390447\",\"4.37848\"\n\"2024-07-18T22:30:00.000Z\",\"0.824109\",\"0.822217\"\n\"2024-07-18T22:35:00.000Z\",\"10.646145\",\"10.616029\"\n\"2024-07-18T22:40:00.000Z\",\"4.429626\",\"4.417165\"\n\"2024-07-18T22:45:00.000Z\",\"0.975716\",\"0.973397\"\n\"2024-07-18T22:50:00.000Z\",\"10.483143\",\"10.45239\"\n\"2024-07-18T22:55:00.000Z\",\"4.45307\",\"4.441813\"\n\"2024-07-18T23:00:00.000Z\",\"0.936573\",\"0.934417\"\n\"2024-07-18T23:05:00.000Z\",\"10.438434\",\"10.410794\"\n\"2024-07-18T23:10:00.000Z\",\"4.486978\",\"4.474968\"\n\"2024-07-18T23:15:00.000Z\",\"0.942488\",\"0.940207\"\n\"2024-07-18T23:20:00.000Z\",\"10.626105\",\"10.597807\"\n\"2024-07-18T23:25:00.000Z\",\"4.307083\",\"4.294146\"\n\"2024-07-18T23:30:00.000Z\",\"0.909922\",\"0.911377\"\n\"2024-07-18T23:35:00.000Z\",\"10.624083\",\"10.592343\"\n\"2024-07-18T23:40:00.000Z\",\"4.330218\",\"4.317831\"\n\"2024-07-18T23:45:00.000Z\",\"0.876731\",\"0.874755\"\n\"2024-07-18T23:50:00.000Z\",\"10.626904\",\"10.597768\"\n\"2024-07-18T23:55:00.000Z\",\"4.359581\",\"4.348028\"\n\"2024-07-19T00:00:00.000Z\",\"0.847153\",\"0.845097\"\n\"2024-07-19T00:05:00.000Z\",\"10.658692\",\"10.628098\"\n\"2024-07-19T00:10:00.000Z\",\"4.391731\",\"4.379958\"\n\"2024-07-19T00:15:00.000Z\",\"1.000216\",\"1.001515\"\n\"2024-07-19T00:20:00.000Z\",\"10.469209\",\"10.43554\"\n"},{"id":"9c1eb721-0866-490b-a8ba-36a03bd9a556","name":"Get MVE Telemetry - CSV Multiple Telemetry Types (Days)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"},{"key":"Accept","value":"text/csv"}],"url":{"raw":"{{baseUrl}}/v2/product/mve/bed6bd44-bcac-47ee-b323-627c218a5107/telemetry?type=BITS&days=3&type=PACKETS","host":["{{baseUrl}}"],"path":["v2","product","mve","bed6bd44-bcac-47ee-b323-627c218a5107","telemetry"],"query":[{"key":"type","value":"BITS","description":"Indicates the type of metric. Values include `BITS` and `PACKETS`. Multiple telemetry types can be passed. (Required - string)"},{"key":"from","value":"1718010019000","description":"Milliseconds since epoch. When not provided, returns the single most recent measurement. You can use a tool such as https://www.epochconverter.com/ for conversion to and from dates. (Optional - string)","disabled":true},{"key":"to","value":"1721280419000","description":"Milliseconds since epoch. When not provided, returns the single most recent measurement. You can use a tool such as https://www.epochconverter.com/ for conversion to and from dates. (Optional - string)","disabled":true},{"key":"days","value":"3","description":"The number of days in the past from today for which to return telemetry details. This parameter is mutually exclusive from \"to\" and \"from\". (Optional - string)\n"},{"key":"type","value":"PACKETS","description":"Indicates the type of metric. Values include `BITS` and `PACKETS`. Multiple telemetry types can be passed. (Required - string)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Fri, 19 Jul 2024 00:27:20 GMT"},{"key":"Content-Type","value":"text/csv;charset=ISO-8859-1"},{"key":"Content-Length","value":"70838"},{"key":"Connection","value":"keep-alive"},{"key":"trace-id","value":"696bb134d35b950bb57cfbe56e5d70b9"},{"key":"vary","value":"Origin"},{"key":"vary","value":"Access-Control-Request-Method"},{"key":"vary","value":"Access-Control-Request-Headers"},{"key":"x-correlation-id","value":"696bb134d35b950bb57cfbe56e5d70b9"},{"key":"x-amzn-trace-id","value":"Root=1-6699b2e8-045c0aa90020598021476c95"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"content-disposition","value":"attachment; filename=bed6bd44-bcac-47ee-b323-627c218a5107-telemetry.csv"},{"key":"server-timing","value":"app;dur=97"},{"key":"etag","value":"\"02ce7c3acf1c5dc524c35ea09c35be80d\""},{"key":"x-xss-protection","value":"1 ; mode=block"},{"key":"strict-transport-security","value":"max-age=31536000; preload"},{"key":"strict-transport-security","value":"max-age=31536000; preload"},{"key":"referrer-policy","value":"no-referrer"},{"key":"content-security-policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"x-download-options","value":"noopen"},{"key":"x-permitted-cross-domain-policies","value":"none"}],"cookie":[],"responseTime":null,"body":"\"Timestamp\",\"Bandwidth In (Mbps)\",\"Bandwidth Out (Mbps)\",\"Packets In (pps)\",\"Packets Out (pps)\"\n\"2024-07-16T00:30:00.000Z\",\"0.925561\",\"0.923402\",\"82.69333333333333\",\"83.91333333333333\"\n\"2024-07-16T00:35:00.000Z\",\"10.657191\",\"10.626327\",\"980.3166666666667\",\"981.5666666666667\"\n\"2024-07-16T00:40:00.000Z\",\"4.325032\",\"4.313081\",\"388.5733333333333\",\"389.79\"\n\"2024-07-16T00:45:00.000Z\",\"0.889849\",\"0.88783\",\"78.88666666666667\",\"80.14\"\n\"2024-07-16T00:50:00.000Z\",\"10.660846\",\"10.629754\",\"986.13\",\"987.36\"\n\"2024-07-16T00:55:00.000Z\",\"4.367308\",\"4.354994\",\"400.29\",\"401.53333333333336\"\n\"2024-07-16T01:00:00.000Z\",\"0.859889\",\"0.857853\",\"78.23333333333333\",\"79.43666666666667\"\n\"2024-07-16T01:05:00.000Z\",\"10.659982\",\"10.629148\",\"979.2466666666667\",\"980.4866666666667\"\n\"2024-07-16T01:10:00.000Z\",\"4.404224\",\"4.391268\",\"420.06666666666666\",\"421.3466666666667\"\n\"2024-07-16T01:15:00.000Z\",\"0.826661\",\"0.824837\",\"71.83\",\"73.01333333333334\"\n\"2024-07-16T01:20:00.000Z\",\"10.614582\",\"10.586067\",\"906.3333333333334\",\"907.5866666666667\"\n\"2024-07-16T01:25:00.000Z\",\"4.406812\",\"4.395325\",\"379.08666666666664\",\"380.32666666666665\"\n\"2024-07-16T01:30:00.000Z\",\"1.014185\",\"1.011833\",\"89.27333333333333\",\"90.50666666666666\"\n\"2024-07-16T01:35:00.000Z\",\"10.440186\",\"10.411648\",\"907.0566666666666\",\"908.2833333333333\"\n\"2024-07-16T01:40:00.000Z\",\"4.409246\",\"4.397478\",\"383.5\",\"384.76666666666665\"\n\"2024-07-16T01:45:00.000Z\",\"0.980117\",\"0.981583\",\"84.78333333333333\",\"86.31666666666666\"\n\"2024-07-16T01:50:00.000Z\",\"10.486973\",\"10.452327\",\"982.0333333333333\",\"982.9466666666667\"\n\"2024-07-16T01:55:00.000Z\",\"4.458638\",\"4.445933\",\"412.14\",\"413.36\"\n\"2024-07-16T02:00:00.000Z\",\"0.949605\",\"0.947395\",\"84.88\",\"86.13666666666667\"\n\"2024-07-16T02:05:00.000Z\",\"10.433212\",\"10.404848\",\"901.5033333333333\",\"903.0166666666667\"\n\"2024-07-16T02:10:00.000Z\",\"4.475699\",\"4.463908\",\"383.53333333333336\",\"384.44\"\n\"2024-07-16T02:15:00.000Z\",\"0.913862\",\"0.911728\",\"82.36666666666666\",\"83.62\"\n\"2024-07-16T02:20:00.000Z\",\"10.620504\",\"10.591689\",\"915.9166666666666\",\"917.1433333333333\"\n\"2024-07-16T02:25:00.000Z\",\"4.321671\",\"4.310317\",\"371.73333333333335\",\"372.8933333333333\"\n\"2024-07-16T02:30:00.000Z\",\"0.881502\",\"0.879479\",\"78.32\",\"79.54666666666667\"\n\"2024-07-16T02:35:00.000Z\",\"10.671025\",\"10.639813\",\"991.2766666666666\",\"992.5433333333333\"\n\"2024-07-16T02:40:00.000Z\",\"4.349588\",\"4.338191\",\"371.9033333333333\",\"373.1533333333333\"\n\"2024-07-16T02:45:00.000Z\",\"0.852964\",\"0.851072\",\"74.63\",\"75.84666666666666\"\n\"2024-07-16T02:50:00.000Z\",\"10.622332\",\"10.59343\",\"918.87\",\"920.1333333333333\"\n\"2024-07-16T02:55:00.000Z\",\"4.379405\",\"4.367904\",\"374.84\",\"376.08\"\n\"2024-07-16T03:00:00.000Z\",\"0.821768\",\"0.819944\",\"72.55333333333333\",\"73.78666666666666\"\n\"2024-07-16T03:05:00.000Z\",\"10.64925\",\"10.619141\",\"956.4533333333334\",\"957.6933333333334\"\n\"2024-07-16T03:10:00.000Z\",\"4.420441\",\"4.408264\",\"395.79\",\"397.0233333333333\"\n\"2024-07-16T03:15:00.000Z\",\"0.983524\",\"0.981146\",\"89.24\",\"90.49333333333334\"\n\"2024-07-16T03:20:00.000Z\",\"10.433879\",\"10.405462\",\"902.5233333333333\",\"903.7033333333334\"\n\"2024-07-16T03:25:00.000Z\",\"4.456922\",\"4.444503\",\"403.8833333333333\",\"405.14666666666665\"\n\"2024-07-16T03:30:00.000Z\",\"0.944517\",\"0.946037\",\"83.29333333333334\",\"84.50666666666666\"\n\"2024-07-16T03:35:00.000Z\",\"10.443425\",\"10.411018\",\"911.9433333333334\",\"913.1566666666666\"\n\"2024-07-16T03:40:00.000Z\",\"4.47614\",\"4.46432\",\"384.14\",\"385.36333333333334\"\n\"2024-07-16T03:45:00.000Z\",\"0.920048\",\"0.917926\",\"81.98\",\"83.24333333333334\"\n\"2024-07-16T03:50:00.000Z\",\"10.645317\",\"10.615243\",\"955.6766666666666\",\"956.94\"\n\"2024-07-16T03:55:00.000Z\",\"4.316124\",\"4.304589\",\"374.12333333333333\",\"375.34\"\n\"2024-07-16T04:00:00.000Z\",\"0.886344\",\"0.884302\",\"79.34333333333333\",\"80.58\"\n\"2024-07-16T04:05:00.000Z\",\"10.640484\",\"10.610815\",\"942.3833333333333\",\"943.6233333333333\"\n\"2024-07-16T04:10:00.000Z\",\"4.370391\",\"4.357747\",\"410.76\",\"411.9766666666667\"\n\"2024-07-16T04:15:00.000Z\",\"0.896328\",\"0.894277\",\"79.29\",\"80.54\"\n\"2024-07-16T04:20:00.000Z\",\"10.623403\",\"10.594253\",\"926.18\",\"927.4233333333333\"\n\"2024-07-16T04:25:00.000Z\",\"4.343599\",\"4.332133\",\"373.51666666666665\",\"374.75333333333333\"\n\"2024-07-16T04:30:00.000Z\",\"0.857584\",\"0.855616\",\"76.71333333333334\",\"77.93666666666667\"\n\"2024-07-16T04:35:00.000Z\",\"10.646671\",\"10.616699\",\"952.3266666666667\",\"953.5833333333334\"\n\"2024-07-16T04:40:00.000Z\",\"4.375901\",\"4.364234\",\"380.4266666666667\",\"381.69\"\n\"2024-07-16T04:45:00.000Z\",\"0.830272\",\"0.82827\",\"77.8\",\"79.02333333333333\"\n\"2024-07-16T04:50:00.000Z\",\"10.668334\",\"10.63706\",\"992.5733333333334\",\"993.8\"\n\"2024-07-16T04:55:00.000Z\",\"4.422761\",\"4.4103\",\"405.14666666666665\",\"406.4066666666667\"\n\"2024-07-16T05:00:00.000Z\",\"0.98994\",\"0.987475\",\"92.00666666666666\",\"93.22333333333333\"\n\"2024-07-16T05:05:00.000Z\",\"10.46593\",\"10.43608\",\"948.3333333333334\",\"949.5733333333334\"\n\"2024-07-16T05:10:00.000Z\",\"4.45176\",\"4.439059\",\"412.38666666666666\",\"413.62\"\n\"2024-07-16T05:15:00.000Z\",\"0.960109\",\"0.957858\",\"84.84333333333333\",\"86.06333333333333\"\n\"2024-07-16T05:20:00.000Z\",\"10.614712\",\"10.58619\",\"906.3666666666667\",\"907.59\"\n\"2024-07-16T05:25:00.000Z\",\"4.275509\",\"4.264309\",\"365.18\",\"366.39\"\n\"2024-07-16T05:30:00.000Z\",\"0.922985\",\"0.920911\",\"80.30666666666667\",\"81.86333333333333\"\n\"2024-07-16T05:35:00.000Z\",\"10.617889\",\"10.589396\",\"906.13\",\"907.0666666666667\"\n\"2024-07-16T05:40:00.000Z\",\"4.304383\",\"4.293127\",\"366.69\",\"367.89666666666665\"\n\"2024-07-16T05:45:00.000Z\",\"0.892185\",\"0.89016\",\"78.84\",\"80.10666666666667\"\n\"2024-07-16T05:50:00.000Z\",\"10.660479\",\"10.629789\",\"974.33\",\"975.5933333333334\"\n\"2024-07-16T05:55:00.000Z\",\"4.35565\",\"4.342016\",\"395.92\",\"396.7733333333333\"\n\"2024-07-16T06:00:00.000Z\",\"0.861021\",\"0.859051\",\"76.24\",\"77.45666666666666\"\n\"2024-07-16T06:05:00.000Z\",\"10.637039\",\"10.607535\",\"936.76\",\"938.0233333333333\"\n\"2024-07-16T06:10:00.000Z\",\"4.379491\",\"4.367439\",\"391.8066666666667\",\"393.0466666666667\"\n\"2024-07-16T06:15:00.000Z\",\"0.825832\",\"0.823943\",\"73.33666666666667\",\"74.58333333333333\"\n\"2024-07-16T06:20:00.000Z\",\"10.64779\",\"10.617569\",\"958.9333333333333\",\"960.4266666666666\"\n\"2024-07-16T06:25:00.000Z\",\"4.417717\",\"4.405697\",\"391.4033333333333\",\"392.36\"\n\"2024-07-16T06:30:00.000Z\",\"0.801958\",\"0.800144\",\"71.76333333333334\",\"72.99666666666667\"\n\"2024-07-16T06:35:00.000Z\",\"10.630783\",\"10.601621\",\"926.8566666666667\",\"928.1\"\n\"2024-07-16T06:40:00.000Z\",\"4.435979\",\"4.423917\",\"392.61333333333334\",\"393.87333333333333\"\n\"2024-07-16T06:45:00.000Z\",\"0.958987\",\"0.956754\",\"85.20333333333333\",\"86.44\"\n\"2024-07-16T06:50:00.000Z\",\"10.453764\",\"10.424517\",\"928.8366666666667\",\"930.0633333333334\"\n\"2024-07-16T06:55:00.000Z\",\"4.474598\",\"4.46215\",\"404.14\",\"405.39666666666665\"\n\"2024-07-16T07:00:00.000Z\",\"0.96462\",\"0.962325\",\"87.83333333333333\",\"89.09666666666666\"\n\"2024-07-16T07:05:00.000Z\",\"10.449936\",\"10.422002\",\"928.3033333333333\",\"929.8066666666666\"\n\"2024-07-16T07:10:00.000Z\",\"4.475322\",\"4.46151\",\"405.32\",\"406.22\"\n\"2024-07-16T07:15:00.000Z\",\"0.934091\",\"0.931891\",\"84.19\",\"85.42666666666666\"\n\"2024-07-16T07:20:00.000Z\",\"10.633699\",\"10.6042\",\"937.1033333333334\",\"938.33\"\n\"2024-07-16T07:25:00.000Z\",\"4.321151\",\"4.308862\",\"399.12333333333333\",\"400.33\"\n\"2024-07-16T07:30:00.000Z\",\"0.903952\",\"0.90186\",\"80.70666666666666\",\"81.93\"\n\"2024-07-16T07:35:00.000Z\",\"10.662664\",\"10.631834\",\"977.83\",\"979.06\"\n\"2024-07-16T07:40:00.000Z\",\"4.330338\",\"4.318824\",\"374.66\",\"375.8566666666667\"\n\"2024-07-16T07:45:00.000Z\",\"0.877926\",\"0.875702\",\"84.52\",\"85.73666666666666\"\n\"2024-07-16T07:50:00.000Z\",\"10.630142\",\"10.600831\",\"931.4333333333333\",\"932.67\"\n\"2024-07-16T07:55:00.000Z\",\"4.386055\",\"4.373305\",\"413.3933333333333\",\"414.5933333333333\"\n\"2024-07-16T08:00:00.000Z\",\"0.846805\",\"0.844722\",\"79.70333333333333\",\"80.92\"\n\"2024-07-16T08:05:00.000Z\",\"10.632217\",\"10.602982\",\"929.1533333333333\",\"930.3933333333333\"\n\"2024-07-16T08:10:00.000Z\",\"4.408706\",\"4.396079\",\"410.57666666666665\",\"411.8566666666667\"\n\"2024-07-16T08:15:00.000Z\",\"1.006346\",\"1.003827\",\"93.4\",\"94.73\"\n\"2024-07-16T08:20:00.000Z\",\"10.44795\",\"10.418999\",\"919.3766666666667\",\"920.45\"\n\"2024-07-16T08:25:00.000Z\",\"4.430906\",\"4.418583\",\"401.31\",\"402.56666666666666\"\n\"2024-07-16T08:30:00.000Z\",\"0.976984\",\"0.974661\",\"88.38\",\"89.63\"\n\"2024-07-16T08:35:00.000Z\",\"10.434292\",\"10.405878\",\"903.1966666666667\",\"904.4233333333333\"\n\"2024-07-16T08:40:00.000Z\",\"4.44696\",\"4.43522\",\"382.28\",\"383.5133333333333\"\n\"2024-07-16T08:45:00.000Z\",\"0.939686\",\"0.937601\",\"81.74\",\"82.97\"\n\"2024-07-16T08:50:00.000Z\",\"10.448076\",\"10.419128\",\"919.6633333333333\",\"920.8766666666667\"\n\"2024-07-16T08:55:00.000Z\",\"4.478635\",\"4.466881\",\"382.66\",\"383.88666666666666\"\n\"2024-07-16T09:00:00.000Z\",\"0.911562\",\"0.909406\",\"81.63\",\"82.90666666666667\"\n\"2024-07-16T09:05:00.000Z\",\"10.617145\",\"10.588479\",\"910.5466666666666\",\"911.77\"\n\"2024-07-16T09:10:00.000Z\",\"4.345747\",\"4.333271\",\"404.8833333333333\",\"406.0933333333333\"\n\"2024-07-16T09:15:00.000Z\",\"0.873936\",\"0.871933\",\"77.49666666666667\",\"78.73\"\n\"2024-07-16T09:20:00.000Z\",\"10.632869\",\"10.603609\",\"930.1233333333333\",\"931.3833333333333\"\n\"2024-07-16T09:25:00.000Z\",\"4.366638\",\"4.354722\",\"388.01666666666665\",\"389.27\"\n\"2024-07-16T09:30:00.000Z\",\"0.844551\",\"0.846294\",\"74.95\",\"76.47333333333333\"\n\"2024-07-16T09:35:00.000Z\",\"10.647213\",\"10.613559\",\"953.17\",\"954.1766666666666\"\n\"2024-07-16T09:40:00.000Z\",\"4.399436\",\"4.387261\",\"395.78333333333336\",\"396.97\"\n\"2024-07-16T09:45:00.000Z\",\"0.85082\",\"0.848922\",\"74.44666666666667\",\"75.67666666666666\"\n\"2024-07-16T09:50:00.000Z\",\"10.625051\",\"10.59601\",\"923.2033333333334\",\"924.4433333333334\"\n\"2024-07-16T09:55:00.000Z\",\"4.384586\",\"4.373002\",\"377.58\",\"378.8333333333333\"\n\"2024-07-16T10:00:00.000Z\",\"1.009609\",\"1.007321\",\"87.41333333333333\",\"88.68\"\n\"2024-07-16T10:05:00.000Z\",\"10.436519\",\"10.408533\",\"889.9633333333334\",\"891.1966666666667\"\n\"2024-07-16T10:10:00.000Z\",\"4.409463\",\"4.397498\",\"389.29\",\"390.56\"\n\"2024-07-16T10:15:00.000Z\",\"0.827715\",\"0.825813\",\"78.59\",\"79.84333333333333\"\n\"2024-07-16T10:20:00.000Z\",\"10.67736\",\"10.646402\",\"984.6466666666666\",\"985.9066666666666\"\n\"2024-07-16T10:25:00.000Z\",\"4.407485\",\"4.395268\",\"397.43333333333334\",\"398.7033333333333\"\n\"2024-07-16T10:30:00.000Z\",\"1.015325\",\"1.012952\",\"91.39333333333333\",\"92.67\"\n\"2024-07-16T10:35:00.000Z\",\"10.454622\",\"10.425824\",\"918.7933333333333\",\"920.2066666666667\"\n\"2024-07-16T10:40:00.000Z\",\"4.407297\",\"4.395297\",\"391.49333333333334\",\"392.61\"\n\"2024-07-16T10:45:00.000Z\",\"1.0104\",\"1.00807\",\"89.42\",\"90.69333333333333\"\n\"2024-07-16T10:50:00.000Z\",\"10.464836\",\"10.435391\",\"935.27\",\"936.4933333333333\"\n\"2024-07-16T10:55:00.000Z\",\"4.427626\",\"4.414844\",\"418.44\",\"419.74333333333334\"\n\"2024-07-16T11:00:00.000Z\",\"0.994401\",\"0.995732\",\"89.53333333333333\",\"91.11\"\n\"2024-07-16T11:05:00.000Z\",\"10.463843\",\"10.430632\",\"939.33\",\"940.2766666666666\"\n\"2024-07-16T11:10:00.000Z\",\"4.429158\",\"4.417298\",\"387.31666666666666\",\"388.59\"\n\"2024-07-16T11:15:00.000Z\",\"0.964248\",\"0.962034\",\"85.63666666666667\",\"86.92333333333333\"\n\"2024-07-16T11:20:00.000Z\",\"10.449597\",\"10.420633\",\"922.03\",\"923.26\"\n\"2024-07-16T11:25:00.000Z\",\"4.469738\",\"4.457261\",\"407.5566666666667\",\"408.8333333333333\"\n\"2024-07-16T11:30:00.000Z\",\"0.940734\",\"0.93846\",\"88.81333333333333\",\"90.09\"\n\"2024-07-16T11:35:00.000Z\",\"10.447423\",\"10.41857\",\"918.6033333333334\",\"919.8466666666667\"\n\"2024-07-16T11:40:00.000Z\",\"4.489007\",\"4.476931\",\"393.61333333333334\",\"394.88666666666666\"\n\"2024-07-16T11:45:00.000Z\",\"0.90438\",\"0.902378\",\"80.89\",\"82.17\"\n\"2024-07-16T11:50:00.000Z\",\"10.646595\",\"10.616704\",\"952.0533333333333\",\"953.3266666666667\"\n\"2024-07-16T11:55:00.000Z\",\"4.338622\",\"4.326734\",\"387.88666666666666\",\"389.14666666666665\"\n\"2024-07-16T12:00:00.000Z\",\"0.873867\",\"0.871875\",\"77.58\",\"78.86333333333333\"\n\"2024-07-16T12:05:00.000Z\",\"10.646788\",\"10.616719\",\"957.8833333333333\",\"959.1466666666666\"\n\"2024-07-16T12:10:00.000Z\",\"4.369548\",\"4.357657\",\"386.8066666666667\",\"388.1\"\n\"2024-07-16T12:15:00.000Z\",\"0.875959\",\"0.874091\",\"75.66666666666667\",\"76.92666666666666\"\n\"2024-07-16T12:20:00.000Z\",\"10.660297\",\"10.629534\",\"979.5066666666667\",\"980.8033333333333\"\n\"2024-07-16T12:25:00.000Z\",\"4.379096\",\"4.366551\",\"407.97\",\"409.24\"\n\"2024-07-16T12:30:00.000Z\",\"0.842621\",\"0.844385\",\"76.1\",\"77.33333333333333\"\n\"2024-07-16T12:35:00.000Z\",\"10.655742\",\"10.621752\",\"966.36\",\"967.6366666666667\"\n\"2024-07-16T12:40:00.000Z\",\"4.391493\",\"4.379998\",\"377.3433333333333\",\"378.6533333333333\"\n\"2024-07-16T12:45:00.000Z\",\"0.999873\",\"0.997655\",\"88.47333333333333\",\"89.75333333333333\"\n\"2024-07-16T12:50:00.000Z\",\"10.439516\",\"10.411225\",\"900.3633333333333\",\"901.6133333333333\"\n\"2024-07-16T12:55:00.000Z\",\"4.418087\",\"4.406412\",\"380.75666666666666\",\"382.01666666666665\"\n\"2024-07-16T13:00:00.000Z\",\"0.969094\",\"0.9701\",\"83.76333333333334\",\"85.08333333333333\"\n\"2024-07-16T13:05:00.000Z\",\"10.447008\",\"10.41497\",\"918.5266666666666\",\"919.77\"\n\"2024-07-16T13:10:00.000Z\",\"4.44875\",\"4.437195\",\"379.49666666666667\",\"380.77666666666664\"\n\"2024-07-16T13:15:00.000Z\",\"0.942342\",\"0.940177\",\"83.92\",\"85.21\"\n\"2024-07-16T13:20:00.000Z\",\"10.620178\",\"10.595075\",\"915.6666666666666\",\"916.92\"\n\"2024-07-16T13:25:00.000Z\",\"4.290822\",\"4.27591\",\"367.05\",\"368.3\"\n\"2024-07-16T13:30:00.000Z\",\"0.911268\",\"0.912875\",\"80.84666666666666\",\"82.41333333333333\"\n\"2024-07-16T13:35:00.000Z\",\"10.649899\",\"10.616342\",\"957.2733333333333\",\"958.3233333333334\"\n\"2024-07-16T13:40:00.000Z\",\"4.331217\",\"4.319356\",\"387.2366666666667\",\"388.5366666666667\"\n\"2024-07-16T13:45:00.000Z\",\"0.877252\",\"0.8754\",\"76.87333333333333\",\"78.16333333333333\"\n\"2024-07-16T13:50:00.000Z\",\"10.636934\",\"10.607545\",\"936.02\",\"937.3166666666667\"\n\"2024-07-16T13:55:00.000Z\",\"4.36937\",\"4.357142\",\"397.96666666666664\",\"399.2266666666667\"\n\"2024-07-16T14:00:00.000Z\",\"0.850212\",\"0.848322\",\"78.00666666666666\",\"79.30333333333333\"\n\"2024-07-16T14:05:00.000Z\",\"10.651028\",\"10.623852\",\"964.67\",\"966.2166666666667\"\n\"2024-07-16T14:10:00.000Z\",\"4.41554\",\"4.399428\",\"421.48333333333335\",\"422.5133333333333\"\n\"2024-07-16T14:15:00.000Z\",\"0.824907\",\"0.822938\",\"78.29\",\"79.57666666666667\"\n\"2024-07-16T14:20:00.000Z\",\"10.648034\",\"10.618036\",\"954.4033333333333\",\"955.6666666666666\"\n\"2024-07-16T14:25:00.000Z\",\"4.408615\",\"4.3971\",\"376.79333333333335\",\"378.09\"\n\"2024-07-16T14:30:00.000Z\",\"0.981546\",\"0.979286\",\"87.38666666666667\",\"88.71666666666667\"\n\"2024-07-16T14:35:00.000Z\",\"10.457173\",\"10.42783\",\"934.1666666666666\",\"935.4566666666667\"\n\"2024-07-16T14:40:00.000Z\",\"4.450561\",\"4.438338\",\"399.1933333333333\",\"400.50666666666666\"\n\"2024-07-16T14:45:00.000Z\",\"0.953418\",\"0.951592\",\"84.56333333333333\",\"85.38333333333334\"\n\"2024-07-16T14:50:00.000Z\",\"10.427298\",\"10.399305\",\"891.8766666666667\",\"893.1466666666666\"\n\"2024-07-16T14:55:00.000Z\",\"4.47129\",\"4.459687\",\"381.67333333333335\",\"382.97\"\n\"2024-07-16T15:00:00.000Z\",\"0.955778\",\"0.953698\",\"83.05\",\"84.38333333333334\"\n\"2024-07-16T15:05:00.000Z\",\"10.6383\",\"10.608648\",\"944.1833333333333\",\"945.5233333333333\"\n\"2024-07-16T15:10:00.000Z\",\"4.293855\",\"4.281724\",\"394.58666666666664\",\"395.8433333333333\"\n\"2024-07-16T15:15:00.000Z\",\"0.925378\",\"0.923318\",\"81.45\",\"82.72\"\n\"2024-07-16T15:20:00.000Z\",\"10.628065\",\"10.600359\",\"928.04\",\"929.66\"\n\"2024-07-16T15:25:00.000Z\",\"4.323292\",\"4.309856\",\"391.18666666666667\",\"392.1766666666667\"\n\"2024-07-16T15:30:00.000Z\",\"0.895803\",\"0.893859\",\"78.82666666666667\",\"80.12333333333333\"\n\"2024-07-16T15:35:00.000Z\",\"10.636269\",\"10.606666\",\"941.06\",\"942.35\"\n\"2024-07-16T15:40:00.000Z\",\"4.351034\",\"4.339112\",\"390.87666666666667\",\"392.1333333333333\"\n\"2024-07-16T15:45:00.000Z\",\"0.870752\",\"0.868645\",\"82.58333333333333\",\"83.87333333333333\"\n\"2024-07-16T15:50:00.000Z\",\"10.678609\",\"10.646826\",\"1009.0733333333334\",\"1010.3366666666667\"\n\"2024-07-16T15:55:00.000Z\",\"4.372466\",\"4.360933\",\"380.4533333333333\",\"381.75\"\n\"2024-07-16T16:00:00.000Z\",\"0.836097\",\"0.834314\",\"72.98\",\"74.27666666666667\"\n\"2024-07-16T16:05:00.000Z\",\"10.616981\",\"10.588391\",\"910.2\",\"911.5\"\n\"2024-07-16T16:10:00.000Z\",\"4.407481\",\"4.395463\",\"391.88\",\"393.18666666666667\"\n\"2024-07-16T16:15:00.000Z\",\"0.989371\",\"0.987095\",\"87.03333333333333\",\"88.32333333333334\"\n\"2024-07-16T16:20:00.000Z\",\"10.473145\",\"10.442913\",\"959.8133333333334\",\"961.0533333333333\"\n\"2024-07-16T16:25:00.000Z\",\"4.451754\",\"4.43925\",\"412.2033333333333\",\"413.48\"\n\"2024-07-16T16:30:00.000Z\",\"0.958182\",\"0.956031\",\"83.21333333333334\",\"84.49\"\n\"2024-07-16T16:35:00.000Z\",\"10.44876\",\"10.419604\",\"926.2833333333333\",\"927.5133333333333\"\n\"2024-07-16T16:40:00.000Z\",\"4.475785\",\"4.4636\",\"400.33\",\"401.63666666666666\"\n\"2024-07-16T16:45:00.000Z\",\"0.930237\",\"0.928076\",\"83.71666666666667\",\"85.01\"\n\"2024-07-16T16:50:00.000Z\",\"10.65058\",\"10.620418\",\"958.4933333333333\",\"959.7733333333333\"\n\"2024-07-16T16:55:00.000Z\",\"4.318823\",\"4.306736\",\"395.31333333333333\",\"396.55\"\n\"2024-07-16T17:00:00.000Z\",\"0.897952\",\"0.895935\",\"80.48666666666666\",\"81.80333333333333\"\n\"2024-07-16T17:05:00.000Z\",\"10.644259\",\"10.614427\",\"948.4033333333333\",\"949.7033333333334\"\n\"2024-07-16T17:10:00.000Z\",\"4.344113\",\"4.332286\",\"385.42333333333335\",\"386.64666666666665\"\n\"2024-07-16T17:15:00.000Z\",\"0.872437\",\"0.870263\",\"83.94333333333333\",\"85.21666666666667\"\n\"2024-07-16T17:20:00.000Z\",\"10.630793\",\"10.601427\",\"932.2466666666667\",\"933.5066666666667\"\n\"2024-07-16T17:25:00.000Z\",\"4.363582\",\"4.352228\",\"371.78\",\"373.07666666666665\"\n\"2024-07-16T17:30:00.000Z\",\"0.838791\",\"0.837034\",\"76.03333333333333\",\"77.11666666666666\"\n\"2024-07-16T17:35:00.000Z\",\"10.630979\",\"10.601636\",\"932.78\",\"934.0366666666666\"\n\"2024-07-16T17:40:00.000Z\",\"4.40252\",\"4.390783\",\"383.79333333333335\",\"385.06\"\n\"2024-07-16T17:45:00.000Z\",\"0.839889\",\"0.838051\",\"73.04\",\"74.28666666666666\"\n\"2024-07-16T17:50:00.000Z\",\"10.622778\",\"10.594042\",\"913.9666666666667\",\"915.2366666666667\"\n\"2024-07-16T17:55:00.000Z\",\"4.398975\",\"4.387121\",\"389.33\",\"390.61333333333334\"\n\"2024-07-16T18:00:00.000Z\",\"0.997049\",\"0.994682\",\"89.66333333333333\",\"90.94666666666667\"\n\"2024-07-16T18:05:00.000Z\",\"10.471539\",\"10.442942\",\"959.9333333333333\",\"961.1866666666666\"\n\"2024-07-16T18:10:00.000Z\",\"4.445627\",\"4.4314\",\"411.1066666666667\",\"412.39666666666665\"\n\"2024-07-16T18:15:00.000Z\",\"0.960518\",\"0.958228\",\"85.75666666666666\",\"87.06\"\n\"2024-07-16T18:20:00.000Z\",\"10.636241\",\"10.606817\",\"935.4433333333334\",\"936.67\"\n\"2024-07-16T18:25:00.000Z\",\"4.279781\",\"4.268202\",\"377.6166666666667\",\"378.8433333333333\"\n\"2024-07-16T18:30:00.000Z\",\"0.931529\",\"0.929378\",\"83.3\",\"84.54\"\n\"2024-07-16T18:35:00.000Z\",\"10.633718\",\"10.60423\",\"937.0766666666667\",\"938.31\"\n\"2024-07-16T18:40:00.000Z\",\"4.320201\",\"4.308015\",\"397.52666666666664\",\"398.76\"\n\"2024-07-16T18:45:00.000Z\",\"0.896233\",\"0.894798\",\"78.95333333333333\",\"81.56666666666666\"\n\"2024-07-16T18:50:00.000Z\",\"10.640373\",\"10.610711\",\"947.6933333333334\",\"949.31\"\n\"2024-07-16T18:55:00.000Z\",\"4.355773\",\"4.343527\",\"398.48\",\"399.7266666666667\"\n\"2024-07-16T19:00:00.000Z\",\"0.864375\",\"0.862457\",\"76.13\",\"77.42333333333333\"\n\"2024-07-16T19:05:00.000Z\",\"10.629573\",\"10.600278\",\"930.4933333333333\",\"931.6766666666666\"\n\"2024-07-16T19:10:00.000Z\",\"4.381122\",\"4.36903\",\"394.4166666666667\",\"395.73333333333335\"\n\"2024-07-16T19:15:00.000Z\",\"0.834422\",\"0.836403\",\"75.52\",\"76.49333333333334\"\n\"2024-07-16T19:20:00.000Z\",\"10.623695\",\"10.591212\",\"915.1\",\"916.39\"\n\"2024-07-16T19:25:00.000Z\",\"4.39937\",\"4.387829\",\"378.74\",\"380.0466666666667\"\n\"2024-07-16T19:30:00.000Z\",\"0.803732\",\"0.801958\",\"71.4\",\"72.64333333333333\"\n\"2024-07-16T19:35:00.000Z\",\"10.619357\",\"10.59079\",\"908.4966666666667\",\"909.7533333333333\"\n\"2024-07-16T19:40:00.000Z\",\"4.428069\",\"4.416427\",\"379.95\",\"381.2133333333333\"\n\"2024-07-16T19:45:00.000Z\",\"0.961703\",\"0.959581\",\"84.50666666666666\",\"85.80666666666667\"\n\"2024-07-16T19:50:00.000Z\",\"10.436273\",\"10.407753\",\"906.4033333333333\",\"907.6366666666667\"\n\"2024-07-16T19:55:00.000Z\",\"4.473332\",\"4.461002\",\"402.11\",\"403.3933333333333\"\n\"2024-07-16T20:00:00.000Z\",\"0.928306\",\"0.926265\",\"82.06666666666666\",\"83.34666666666666\"\n\"2024-07-16T20:05:00.000Z\",\"10.441255\",\"10.412697\",\"908.69\",\"909.9066666666666\"\n\"2024-07-16T20:10:00.000Z\",\"4.513229\",\"4.500256\",\"421.25666666666666\",\"422.50333333333333\"\n\"2024-07-16T20:15:00.000Z\",\"0.895996\",\"0.893995\",\"79.33333333333333\",\"80.62\"\n\"2024-07-16T20:20:00.000Z\",\"10.645249\",\"10.615396\",\"949.9266666666666\",\"951.2066666666667\"\n\"2024-07-16T20:25:00.000Z\",\"4.335398\",\"4.323987\",\"371.58666666666664\",\"372.83666666666664\"\n\"2024-07-16T20:30:00.000Z\",\"0.886466\",\"0.88445\",\"78.9\",\"80.15666666666667\"\n\"2024-07-16T20:35:00.000Z\",\"10.63574\",\"10.606413\",\"934.7166666666667\",\"935.98\"\n\"2024-07-16T20:40:00.000Z\",\"4.348695\",\"4.337182\",\"375.96666666666664\",\"377.20666666666665\"\n\"2024-07-16T20:45:00.000Z\",\"0.850903\",\"0.849048\",\"73.66333333333333\",\"74.87666666666667\"\n\"2024-07-16T20:50:00.000Z\",\"10.642375\",\"10.612499\",\"950.97\",\"952.2433333333333\"\n\"2024-07-16T20:55:00.000Z\",\"4.385499\",\"4.373887\",\"378.95666666666665\",\"380.23333333333335\"\n\"2024-07-16T21:00:00.000Z\",\"0.817976\",\"0.819864\",\"71.73\",\"73.24666666666667\"\n\"2024-07-16T21:05:00.000Z\",\"10.621452\",\"10.589104\",\"911.82\",\"912.77\"\n\"2024-07-16T21:10:00.000Z\",\"4.41092\",\"4.399526\",\"374.7866666666667\",\"376.0933333333333\"\n\"2024-07-16T21:15:00.000Z\",\"0.978293\",\"0.975994\",\"87.85333333333334\",\"89.08666666666667\"\n\"2024-07-16T21:20:00.000Z\",\"10.454735\",\"10.425474\",\"930.3366666666667\",\"931.56\"\n\"2024-07-16T21:25:00.000Z\",\"4.444541\",\"4.432768\",\"383.9866666666667\",\"385.1933333333333\"\n\"2024-07-16T21:30:00.000Z\",\"0.947624\",\"0.945594\",\"86.68\",\"87.71333333333334\"\n\"2024-07-16T21:35:00.000Z\",\"10.447499\",\"10.418614\",\"923.8833333333333\",\"924.92\"\n\"2024-07-16T21:40:00.000Z\",\"4.503987\",\"4.490953\",\"423.25\",\"424.5\"\n\"2024-07-16T21:45:00.000Z\",\"0.945779\",\"0.943582\",\"83.25666666666666\",\"84.54\"\n\"2024-07-16T21:50:00.000Z\",\"10.622065\",\"10.593253\",\"918.3533333333334\",\"919.9033333333333\"\n\"2024-07-16T21:55:00.000Z\",\"4.293948\",\"4.282359\",\"377.9066666666667\",\"378.86333333333334\"\n\"2024-07-16T22:00:00.000Z\",\"0.919222\",\"0.917084\",\"82.63\",\"83.89666666666666\"\n\"2024-07-16T22:05:00.000Z\",\"10.653674\",\"10.624016\",\"969.15\",\"972.07\"\n\"2024-07-16T22:10:00.000Z\",\"4.322319\",\"4.310735\",\"377.5366666666667\",\"378.77666666666664\"\n\"2024-07-16T22:15:00.000Z\",\"0.883631\",\"0.881616\",\"78.59333333333333\",\"79.85\"\n\"2024-07-16T22:20:00.000Z\",\"10.641378\",\"10.611512\",\"949.4133333333333\",\"950.7\"\n\"2024-07-16T22:25:00.000Z\",\"4.360382\",\"4.348414\",\"389.17333333333335\",\"390.38\"\n\"2024-07-16T22:30:00.000Z\",\"0.846623\",\"0.844754\",\"73.43333333333334\",\"74.67666666666666\"\n\"2024-07-16T22:35:00.000Z\",\"10.657897\",\"10.627181\",\"975.8033333333333\",\"977.0566666666666\"\n\"2024-07-16T22:40:00.000Z\",\"4.39851\",\"4.386378\",\"394.25\",\"395.52\"\n\"2024-07-16T22:45:00.000Z\",\"1.005493\",\"1.003062\",\"92.18333333333334\",\"93.47666666666667\"\n\"2024-07-16T22:50:00.000Z\",\"10.460301\",\"10.430738\",\"939.2933333333333\",\"940.5233333333333\"\n\"2024-07-16T22:55:00.000Z\",\"4.419953\",\"4.408157\",\"383.82666666666665\",\"385.05333333333334\"\n\"2024-07-16T23:00:00.000Z\",\"0.97813\",\"0.978572\",\"92.36666666666666\",\"93.63\"\n\"2024-07-16T23:05:00.000Z\",\"10.463723\",\"10.431222\",\"940.1266666666667\",\"941.35\"\n\"2024-07-16T23:10:00.000Z\",\"4.448907\",\"4.436868\",\"390.92333333333335\",\"392.17\"\n\"2024-07-16T23:15:00.000Z\",\"0.944821\",\"0.942618\",\"84.33666666666667\",\"85.59333333333333\"\n\"2024-07-16T23:20:00.000Z\",\"10.638497\",\"10.608746\",\"944.8233333333334\",\"946.0566666666666\"\n\"2024-07-16T23:25:00.000Z\",\"4.303999\",\"4.292066\",\"388.43\",\"389.66333333333336\"\n\"2024-07-16T23:30:00.000Z\",\"0.906474\",\"0.904447\",\"78.5\",\"79.76\"\n\"2024-07-16T23:35:00.000Z\",\"10.6319\",\"10.602683\",\"928.6533333333333\",\"929.9166666666666\"\n\"2024-07-16T23:40:00.000Z\",\"4.343041\",\"4.330679\",\"400.5466666666667\",\"401.76666666666665\"\n\"2024-07-16T23:45:00.000Z\",\"0.884038\",\"0.881892\",\"82.65\",\"83.90333333333334\"\n\"2024-07-16T23:50:00.000Z\",\"10.674324\",\"10.642749\",\"1002.2166666666667\",\"1003.46\"\n\"2024-07-16T23:55:00.000Z\",\"4.364053\",\"4.352071\",\"389.4633333333333\",\"390.68333333333334\"\n\"2024-07-17T00:00:00.000Z\",\"0.849508\",\"0.847584\",\"75.52\",\"76.75333333333333\"\n\"2024-07-17T00:05:00.000Z\",\"10.669775\",\"10.638443\",\"994.9166666666666\",\"996.1766666666666\"\n\"2024-07-17T00:10:00.000Z\",\"4.402116\",\"4.389823\",\"400.00666666666666\",\"401.26666666666665\"\n\"2024-07-17T00:15:00.000Z\",\"0.821047\",\"0.819092\",\"75.26\",\"76.47666666666667\"\n\"2024-07-17T00:20:00.000Z\",\"10.65354\",\"10.623041\",\"968.87\",\"970.1333333333333\"\n\"2024-07-17T00:25:00.000Z\",\"4.423029\",\"4.411202\",\"388.6066666666667\",\"389.76666666666665\"\n\"2024-07-17T00:30:00.000Z\",\"1.009726\",\"1.007278\",\"92.59666666666666\",\"93.85666666666667\"\n\"2024-07-17T00:35:00.000Z\",\"10.451043\",\"10.422109\",\"918.8833333333333\",\"920.0766666666667\"\n\"2024-07-17T00:40:00.000Z\",\"4.425653\",\"4.413221\",\"404.1433333333333\",\"405.4033333333333\"\n\"2024-07-17T00:45:00.000Z\",\"0.980447\",\"0.978113\",\"86.39333333333333\",\"87.65666666666667\"\n\"2024-07-17T00:50:00.000Z\",\"10.442379\",\"10.41391\",\"904.52\",\"905.73\"\n\"2024-07-17T00:55:00.000Z\",\"4.444465\",\"4.432324\",\"395.13\",\"396.3933333333333\"\n\"2024-07-17T01:00:00.000Z\",\"0.951916\",\"0.949712\",\"84.48666666666666\",\"85.74\"\n\"2024-07-17T01:05:00.000Z\",\"10.446888\",\"10.417989\",\"917.8366666666667\",\"919.0366666666666\"\n\"2024-07-17T01:10:00.000Z\",\"4.480542\",\"4.468191\",\"402.43333333333334\",\"403.71\"\n\"2024-07-17T01:15:00.000Z\",\"0.922196\",\"0.92006\",\"82.01\",\"83.25333333333333\"\n\"2024-07-17T01:20:00.000Z\",\"10.663964\",\"10.632898\",\"985.52\",\"986.75\"\n\"2024-07-17T01:25:00.000Z\",\"4.327247\",\"4.315197\",\"392.0233333333333\",\"393.2133333333333\"\n\"2024-07-17T01:30:00.000Z\",\"0.892592\",\"0.890586\",\"78.20333333333333\",\"79.45666666666666\"\n\"2024-07-17T01:35:00.000Z\",\"10.623895\",\"10.594914\",\"921.3966666666666\",\"922.6533333333333\"\n\"2024-07-17T01:40:00.000Z\",\"4.343563\",\"4.332102\",\"373.46\",\"374.68\"\n\"2024-07-17T01:45:00.000Z\",\"0.860288\",\"0.858392\",\"75.61333333333333\",\"76.89\"\n\"2024-07-17T01:50:00.000Z\",\"10.642988\",\"10.61649\",\"957.5666666666667\",\"959.1033333333334\"\n\"2024-07-17T01:55:00.000Z\",\"4.380515\",\"4.365212\",\"382.22333333333336\",\"383.18\"\n\"2024-07-17T02:00:00.000Z\",\"0.827179\",\"0.82531\",\"75.22\",\"76.41666666666667\"\n\"2024-07-17T02:05:00.000Z\",\"10.647543\",\"10.620815\",\"964.8266666666667\",\"966.4\"\n\"2024-07-17T02:10:00.000Z\",\"4.423953\",\"4.408131\",\"395.8666666666667\",\"396.81333333333333\"\n\"2024-07-17T02:15:00.000Z\",\"0.979046\",\"0.976675\",\"90.00333333333333\",\"91.27\"\n\"2024-07-17T02:20:00.000Z\",\"10.470276\",\"10.440202\",\"955.2033333333334\",\"956.7133333333334\"\n\"2024-07-17T02:25:00.000Z\",\"4.461434\",\"4.448774\",\"411.12333333333333\",\"412.06333333333333\"\n\"2024-07-17T02:30:00.000Z\",\"0.948563\",\"0.946401\",\"83.21\",\"84.46333333333334\"\n\"2024-07-17T02:35:00.000Z\",\"10.468503\",\"10.438537\",\"952.33\",\"953.55\"\n\"2024-07-17T02:40:00.000Z\",\"4.477802\",\"4.465741\",\"392.54\",\"393.79333333333335\"\n\"2024-07-17T02:45:00.000Z\",\"0.920187\",\"0.91806\",\"82.00333333333333\",\"83.25666666666666\"\n\"2024-07-17T02:50:00.000Z\",\"10.630356\",\"10.601041\",\"931.6433333333333\",\"932.9\"\n\"2024-07-17T02:55:00.000Z\",\"4.315898\",\"4.30443\",\"373.8833333333333\",\"375.08666666666664\"\n\"2024-07-17T03:00:00.000Z\",\"0.885217\",\"0.886851\",\"78.42333333333333\",\"79.96\"\n\"2024-07-17T03:05:00.000Z\",\"10.653529\",\"10.619749\",\"957.6766666666666\",\"958.66\"\n\"2024-07-17T03:10:00.000Z\",\"4.342213\",\"4.330879\",\"371.0566666666667\",\"372.1533333333333\"\n\"2024-07-17T03:15:00.000Z\",\"0.895798\",\"0.893762\",\"79.01333333333334\",\"80.28666666666666\"\n\"2024-07-17T03:20:00.000Z\",\"10.63345\",\"10.603972\",\"936.7133333333334\",\"937.9566666666667\"\n\"2024-07-17T03:25:00.000Z\",\"4.363002\",\"4.35038\",\"410.18\",\"411.44\"\n\"2024-07-17T03:30:00.000Z\",\"0.866823\",\"0.864746\",\"80.36666666666666\",\"81.60666666666667\"\n\"2024-07-17T03:35:00.000Z\",\"10.654496\",\"10.623927\",\"970.44\",\"971.6666666666666\"\n\"2024-07-17T03:40:00.000Z\",\"4.385613\",\"4.373265\",\"401.64\",\"402.89\"\n\"2024-07-17T03:45:00.000Z\",\"1.01941\",\"1.01692\",\"92.12333333333333\",\"93.41\"\n\"2024-07-17T03:50:00.000Z\",\"10.443618\",\"10.414917\",\"912.19\",\"913.3866666666667\"\n\"2024-07-17T03:55:00.000Z\",\"4.410756\",\"4.398731\",\"391.4866666666667\",\"392.74\"\n\"2024-07-17T04:00:00.000Z\",\"0.992852\",\"0.990283\",\"95.89\",\"97.14666666666666\"\n\"2024-07-17T04:05:00.000Z\",\"10.435668\",\"10.407379\",\"899.7933333333333\",\"901.02\"\n\"2024-07-17T04:10:00.000Z\",\"4.433483\",\"4.421722\",\"383.0833333333333\",\"384.3566666666667\"\n\"2024-07-17T04:15:00.000Z\",\"0.959455\",\"0.957294\",\"84.25\",\"85.57333333333334\"\n\"2024-07-17T04:20:00.000Z\",\"10.450064\",\"10.421032\",\"922.8\",\"924.05\"\n\"2024-07-17T04:25:00.000Z\",\"4.465795\",\"4.45385\",\"390.00666666666666\",\"391.3\"\n\"2024-07-17T04:30:00.000Z\",\"0.930961\",\"0.928802\",\"83.33666666666667\",\"84.60666666666667\"\n\"2024-07-17T04:35:00.000Z\",\"10.635881\",\"10.606291\",\"940.6233333333333\",\"941.8966666666666\"\n\"2024-07-17T04:40:00.000Z\",\"4.318182\",\"4.306247\",\"388.4766666666667\",\"389.73\"\n\"2024-07-17T04:45:00.000Z\",\"0.901436\",\"0.89939\",\"80.32333333333334\",\"81.59\"\n\"2024-07-17T04:50:00.000Z\",\"10.645868\",\"10.615962\",\"951.0066666666667\",\"952.31\"\n\"2024-07-17T04:55:00.000Z\",\"4.333508\",\"4.322219\",\"373.52\",\"374.56666666666666\"\n\"2024-07-17T05:00:00.000Z\",\"0.880397\",\"0.878325\",\"81.91666666666667\",\"83.23666666666666\"\n\"2024-07-17T05:05:00.000Z\",\"10.654048\",\"10.623546\",\"969.68\",\"970.9866666666667\"\n\"2024-07-17T05:10:00.000Z\",\"4.381139\",\"4.368495\",\"410.81\",\"412.07\"\n\"2024-07-17T05:15:00.000Z\",\"0.846594\",\"0.844741\",\"75.15666666666667\",\"76.7\"\n\"2024-07-17T05:20:00.000Z\",\"10.630261\",\"10.601144\",\"925.96\",\"927.02\"\n\"2024-07-17T05:25:00.000Z\",\"4.385755\",\"4.374133\",\"379.43666666666667\",\"380.74666666666667\"\n\"2024-07-17T05:30:00.000Z\",\"0.818939\",\"0.81715\",\"71.65\",\"72.91333333333333\"\n\"2024-07-17T05:35:00.000Z\",\"10.62853\",\"10.603014\",\"928.6633333333333\",\"930.2733333333333\"\n\"2024-07-17T05:40:00.000Z\",\"4.435026\",\"4.418841\",\"407.8433333333333\",\"408.84\"\n\"2024-07-17T05:45:00.000Z\",\"0.975428\",\"0.974077\",\"86.69333333333333\",\"88.19666666666667\"\n\"2024-07-17T05:50:00.000Z\",\"10.437472\",\"10.412232\",\"897.6866666666666\",\"899.54\"\n\"2024-07-17T05:55:00.000Z\",\"4.453237\",\"4.444386\",\"387.5133333333333\",\"389.28\"\n\"2024-07-17T06:00:00.000Z\",\"0.986104\",\"0.986645\",\"93.25\",\"95.1\"\n\"2024-07-17T06:05:00.000Z\",\"10.434113\",\"10.406292\",\"901.8566666666667\",\"903.4366666666666\"\n\"2024-07-17T06:10:00.000Z\",\"4.444517\",\"4.432784\",\"383.91\",\"385.05333333333334\"\n\"2024-07-17T06:15:00.000Z\",\"0.947304\",\"0.945186\",\"82.58\",\"83.87666666666667\"\n\"2024-07-17T06:20:00.000Z\",\"10.619999\",\"10.591243\",\"915.1033333333334\",\"916.4133333333333\"\n\"2024-07-17T06:25:00.000Z\",\"4.285523\",\"4.274367\",\"364.45\",\"365.72\"\n\"2024-07-17T06:30:00.000Z\",\"0.916425\",\"0.914378\",\"80.82666666666667\",\"82.13\"\n\"2024-07-17T06:35:00.000Z\",\"10.641342\",\"10.611486\",\"949.3733333333333\",\"950.67\"\n\"2024-07-17T06:40:00.000Z\",\"4.340838\",\"4.328281\",\"408.25\",\"409.5133333333333\"\n\"2024-07-17T06:45:00.000Z\",\"0.885143\",\"0.886814\",\"78.18666666666667\",\"79.78\"\n\"2024-07-17T06:50:00.000Z\",\"10.620949\",\"10.588694\",\"911.0066666666667\",\"911.9966666666667\"\n\"2024-07-17T06:55:00.000Z\",\"4.34766\",\"4.336207\",\"374.13666666666666\",\"375.48\"\n\"2024-07-17T07:00:00.000Z\",\"0.858475\",\"0.856564\",\"75.09\",\"76.36\"\n\"2024-07-17T07:05:00.000Z\",\"10.633059\",\"10.603671\",\"935.3266666666667\",\"936.63\"\n\"2024-07-17T07:10:00.000Z\",\"4.378628\",\"4.367035\",\"379.1533333333333\",\"380.47\"\n\"2024-07-17T07:15:00.000Z\",\"0.827018\",\"0.825156\",\"74.04666666666667\",\"75.30666666666667\"\n\"2024-07-17T07:20:00.000Z\",\"10.647187\",\"10.617038\",\"958.6533333333333\",\"959.9466666666667\"\n\"2024-07-17T07:25:00.000Z\",\"4.410351\",\"4.398731\",\"379.58\",\"380.87\"\n\"2024-07-17T07:30:00.000Z\",\"0.981531\",\"0.979294\",\"87.02\",\"88.35666666666667\"\n\"2024-07-17T07:35:00.000Z\",\"10.451964\",\"10.422832\",\"925.93\",\"927.1733333333333\"\n\"2024-07-17T07:40:00.000Z\",\"4.441722\",\"4.429914\",\"385.05\",\"386.3666666666667\"\n\"2024-07-17T07:45:00.000Z\",\"0.955487\",\"0.953118\",\"90.51\",\"91.79333333333334\"\n\"2024-07-17T07:50:00.000Z\",\"10.46\",\"10.430266\",\"944.2633333333333\",\"945.56\"\n\"2024-07-17T07:55:00.000Z\",\"4.476136\",\"4.464187\",\"389.8\",\"391.12666666666667\"\n\"2024-07-17T08:00:00.000Z\",\"0.923055\",\"0.920864\",\"86.66333333333333\",\"87.95666666666666\"\n\"2024-07-17T08:05:00.000Z\",\"10.639732\",\"10.60993\",\"946.6133333333333\",\"947.92\"\n\"2024-07-17T08:10:00.000Z\",\"4.335279\",\"4.322821\",\"404.99333333333334\",\"406.24666666666667\"\n\"2024-07-17T08:15:00.000Z\",\"0.885847\",\"0.883844\",\"78.27\",\"79.52333333333333\"\n\"2024-07-17T08:20:00.000Z\",\"10.639975\",\"10.610369\",\"941.5866666666667\",\"942.8866666666667\"\n\"2024-07-17T08:25:00.000Z\",\"4.364583\",\"4.352247\",\"401.48\",\"402.7733333333333\"\n\"2024-07-17T08:30:00.000Z\",\"0.857664\",\"0.855813\",\"73.92333333333333\",\"75.20666666666666\"\n\"2024-07-17T08:35:00.000Z\",\"10.628617\",\"10.599422\",\"928.8833333333333\",\"930.1466666666666\"\n\"2024-07-17T08:40:00.000Z\",\"4.375059\",\"4.363613\",\"373.4533333333333\",\"374.75\"\n\"2024-07-17T08:45:00.000Z\",\"0.86098\",\"0.859044\",\"76.74\",\"77.94666666666667\"\n\"2024-07-17T08:50:00.000Z\",\"10.643494\",\"10.613699\",\"947.1766666666666\",\"948.4566666666667\"\n\"2024-07-17T08:55:00.000Z\",\"4.390233\",\"4.377686\",\"408.55\",\"409.83\"\n\"2024-07-17T09:00:00.000Z\",\"1.019184\",\"1.016769\",\"91.33666666666667\",\"92.62\"\n\"2024-07-17T09:05:00.000Z\",\"10.468529\",\"10.438547\",\"952.4833333333333\",\"953.73\"\n\"2024-07-17T09:10:00.000Z\",\"4.409389\",\"4.397447\",\"389.2966666666667\",\"390.5733333333333\"\n\"2024-07-17T09:15:00.000Z\",\"0.987794\",\"0.985586\",\"85.80333333333333\",\"87.10333333333334\"\n\"2024-07-17T09:20:00.000Z\",\"10.451783\",\"10.422494\",\"931.2133333333334\",\"932.4833333333333\"\n\"2024-07-17T09:25:00.000Z\",\"4.436174\",\"4.424468\",\"381.82666666666665\",\"383.1166666666667\"\n\"2024-07-17T09:30:00.000Z\",\"0.955516\",\"0.953377\",\"83.08666666666667\",\"84.33333333333333\"\n\"2024-07-17T09:35:00.000Z\",\"10.614743\",\"10.589877\",\"906.69\",\"908.2166666666667\"\n\"2024-07-17T09:40:00.000Z\",\"4.281946\",\"4.266932\",\"369.88\",\"370.80333333333334\"\n\"2024-07-17T09:45:00.000Z\",\"0.926262\",\"0.927857\",\"82.72\",\"84.02666666666667\"\n\"2024-07-17T09:50:00.000Z\",\"10.656621\",\"10.625978\",\"973.66\",\"975.1266666666667\"\n\"2024-07-17T09:55:00.000Z\",\"4.318029\",\"4.302572\",\"382.78\",\"383.8433333333333\"\n\"2024-07-17T10:00:00.000Z\",\"0.898959\",\"0.896848\",\"82.02\",\"83.31\"\n\"2024-07-17T10:05:00.000Z\",\"10.65111\",\"10.620927\",\"959.3633333333333\",\"960.6266666666667\"\n\"2024-07-17T10:10:00.000Z\",\"4.345861\",\"4.33391\",\"388.1566666666667\",\"389.43333333333334\"\n\"2024-07-17T10:15:00.000Z\",\"0.870723\",\"0.868708\",\"78.82\",\"80.09\"\n\"2024-07-17T10:20:00.000Z\",\"10.631339\",\"10.60197\",\"933.3466666666667\",\"934.6033333333334\"\n\"2024-07-17T10:25:00.000Z\",\"4.382623\",\"4.370267\",\"402.36\",\"403.62\"\n\"2024-07-17T10:30:00.000Z\",\"0.842821\",\"0.840697\",\"80.81\",\"82.06\"\n\"2024-07-17T10:35:00.000Z\",\"10.663088\",\"10.632299\",\"978.6\",\"979.91\"\n\"2024-07-17T10:40:00.000Z\",\"4.389383\",\"4.377925\",\"374.0366666666667\",\"375.31666666666666\"\n\"2024-07-17T10:45:00.000Z\",\"0.994882\",\"0.992615\",\"86.71333333333334\",\"87.96\"\n\"2024-07-17T10:50:00.000Z\",\"10.435293\",\"10.4072\",\"893.6166666666667\",\"894.8666666666667\"\n\"2024-07-17T10:55:00.000Z\",\"4.420795\",\"4.409177\",\"379.50333333333333\",\"380.7866666666667\"\n\"2024-07-17T11:00:00.000Z\",\"0.967309\",\"0.965123\",\"84.74333333333334\",\"86.04666666666667\"\n\"2024-07-17T11:05:00.000Z\",\"10.449825\",\"10.420637\",\"928.0733333333334\",\"929.3133333333334\"\n\"2024-07-17T11:10:00.000Z\",\"4.469305\",\"4.456786\",\"406.9\",\"408.1533333333333\"\n\"2024-07-17T11:15:00.000Z\",\"0.933475\",\"0.93135\",\"82.60666666666667\",\"84.20333333333333\"\n\"2024-07-17T11:20:00.000Z\",\"10.634903\",\"10.605537\",\"933.4\",\"934.37\"\n\"2024-07-17T11:25:00.000Z\",\"4.298404\",\"4.287127\",\"368.24333333333334\",\"369.4866666666667\"\n\"2024-07-17T11:30:00.000Z\",\"0.943743\",\"0.941427\",\"88.44\",\"89.71666666666667\"\n\"2024-07-17T11:35:00.000Z\",\"10.661456\",\"10.630545\",\"981.5033333333333\",\"982.7633333333333\"\n\"2024-07-17T11:40:00.000Z\",\"4.302676\",\"4.291004\",\"380.31333333333333\",\"381.5566666666667\"\n\"2024-07-17T11:45:00.000Z\",\"0.909283\",\"0.907229\",\"81.31666666666666\",\"82.57\"\n\"2024-07-17T11:50:00.000Z\",\"10.664003\",\"10.632794\",\"991.2633333333333\",\"992.5466666666666\"\n\"2024-07-17T11:55:00.000Z\",\"4.351527\",\"4.338985\",\"408.49666666666667\",\"409.75666666666666\"\n\"2024-07-17T12:00:00.000Z\",\"0.873019\",\"0.870864\",\"82.3\",\"83.52666666666667\"\n\"2024-07-17T12:05:00.000Z\",\"10.662344\",\"10.631588\",\"977.41\",\"978.7066666666667\"\n\"2024-07-17T12:10:00.000Z\",\"4.365934\",\"4.3543\",\"381.03\",\"382.2633333333333\"\n\"2024-07-17T12:15:00.000Z\",\"0.839008\",\"0.837204\",\"77.17\",\"78.15333333333334\"\n\"2024-07-17T12:20:00.000Z\",\"10.62915\",\"10.600097\",\"924.2166666666667\",\"925.4666666666667\"\n\"2024-07-17T12:25:00.000Z\",\"4.397245\",\"4.385521\",\"380.92\",\"382.19666666666666\"\n\"2024-07-17T12:30:00.000Z\",\"0.810051\",\"0.8083\",\"70.93333333333334\",\"72.19666666666667\"\n\"2024-07-17T12:35:00.000Z\",\"10.632622\",\"10.603193\",\"935.3466666666667\",\"936.8733333333333\"\n\"2024-07-17T12:40:00.000Z\",\"4.430295\",\"4.41834\",\"389.22333333333336\",\"390.21\"\n\"2024-07-17T12:45:00.000Z\",\"0.971284\",\"0.968827\",\"92.90666666666667\",\"94.16666666666667\"\n\"2024-07-17T12:50:00.000Z\",\"10.444516\",\"10.415761\",\"913.8333333333334\",\"915.0533333333333\"\n\"2024-07-17T12:55:00.000Z\",\"4.452511\",\"4.440857\",\"380.01666666666665\",\"381.28333333333336\"\n\"2024-07-17T13:00:00.000Z\",\"0.934741\",\"0.932625\",\"82.92\",\"84.19666666666667\"\n\"2024-07-17T13:05:00.000Z\",\"10.631103\",\"10.601959\",\"927.2933333333333\",\"928.5933333333334\"\n\"2024-07-17T13:10:00.000Z\",\"4.300843\",\"4.289231\",\"377.8333333333333\",\"379.05\"\n\"2024-07-17T13:15:00.000Z\",\"0.903476\",\"0.901397\",\"80.58666666666667\",\"81.84666666666666\"\n\"2024-07-17T13:20:00.000Z\",\"10.642304\",\"10.612555\",\"945.3033333333333\",\"946.5566666666666\"\n\"2024-07-17T13:25:00.000Z\",\"4.345288\",\"4.33306\",\"398.54\",\"399.81\"\n\"2024-07-17T13:30:00.000Z\",\"0.874958\",\"0.876665\",\"78.24666666666667\",\"79.51333333333334\"\n\"2024-07-17T13:35:00.000Z\",\"10.664612\",\"10.630026\",\"980.75\",\"982.0\"\n\"2024-07-17T13:40:00.000Z\",\"4.362587\",\"4.350859\",\"381.41\",\"382.6666666666667\"\n\"2024-07-17T13:45:00.000Z\",\"0.846889\",\"0.844929\",\"76.61333333333333\",\"77.84666666666666\"\n\"2024-07-17T13:50:00.000Z\",\"10.658665\",\"10.628105\",\"971.2\",\"972.4866666666667\"\n\"2024-07-17T13:55:00.000Z\",\"4.402846\",\"4.390343\",\"406.81333333333333\",\"408.1\"\n\"2024-07-17T14:00:00.000Z\",\"0.821163\",\"0.819206\",\"77.26333333333334\",\"78.52\"\n\"2024-07-17T14:05:00.000Z\",\"10.666201\",\"10.63517\",\"982.7966666666666\",\"983.9633333333334\"\n\"2024-07-17T14:10:00.000Z\",\"4.435863\",\"4.423092\",\"414.87666666666667\",\"416.11333333333334\"\n\"2024-07-17T14:15:00.000Z\",\"0.828807\",\"0.826815\",\"78.11666666666666\",\"79.38\"\n\"2024-07-17T14:20:00.000Z\",\"10.666636\",\"10.635631\",\"984.15\",\"985.38\"\n\"2024-07-17T14:25:00.000Z\",\"4.419\",\"4.406737\",\"399.08\",\"400.3566666666667\"\n\"2024-07-17T14:30:00.000Z\",\"0.986116\",\"0.983593\",\"94.96666666666667\",\"96.25333333333333\"\n\"2024-07-17T14:35:00.000Z\",\"10.460552\",\"10.43079\",\"945.2933333333333\",\"946.82\"\n\"2024-07-17T14:40:00.000Z\",\"4.449162\",\"4.437159\",\"391.33\",\"392.31333333333333\"\n\"2024-07-17T14:45:00.000Z\",\"0.948012\",\"0.945817\",\"84.46\",\"85.73333333333333\"\n\"2024-07-17T14:50:00.000Z\",\"10.449153\",\"10.42014\",\"921.2466666666667\",\"922.5166666666667\"\n\"2024-07-17T14:55:00.000Z\",\"4.475246\",\"4.463361\",\"388.4033333333333\",\"389.67333333333335\"\n\"2024-07-17T15:00:00.000Z\",\"0.919726\",\"0.917447\",\"86.77\",\"88.04333333333334\"\n\"2024-07-17T15:05:00.000Z\",\"10.668728\",\"10.637646\",\"987.62\",\"988.9333333333333\"\n\"2024-07-17T15:10:00.000Z\",\"4.323112\",\"4.311273\",\"385.47333333333336\",\"386.7133333333333\"\n\"2024-07-17T15:15:00.000Z\",\"0.888582\",\"0.886594\",\"78.55\",\"79.82\"\n\"2024-07-17T15:20:00.000Z\",\"10.653496\",\"10.623015\",\"968.7966666666666\",\"970.0833333333334\"\n\"2024-07-17T15:25:00.000Z\",\"4.36038\",\"4.348255\",\"394.80333333333334\",\"396.08\"\n\"2024-07-17T15:30:00.000Z\",\"0.860628\",\"0.858678\",\"79.13\",\"80.23\"\n\"2024-07-17T15:35:00.000Z\",\"10.630295\",\"10.600996\",\"931.5966666666667\",\"932.86\"\n\"2024-07-17T15:40:00.000Z\",\"4.377394\",\"4.365846\",\"377.19666666666666\",\"378.4766666666667\"\n\"2024-07-17T15:45:00.000Z\",\"0.825319\",\"0.823526\",\"71.93666666666667\",\"73.20666666666666\"\n\"2024-07-17T15:50:00.000Z\",\"10.644868\",\"10.614833\",\"954.95\",\"956.2366666666667\"\n\"2024-07-17T15:55:00.000Z\",\"4.420639\",\"4.408473\",\"396.11333333333334\",\"397.3933333333333\"\n\"2024-07-17T16:00:00.000Z\",\"0.980743\",\"0.978465\",\"87.06666666666666\",\"88.32\"\n\"2024-07-17T16:05:00.000Z\",\"10.463544\",\"10.433657\",\"949.59\",\"950.8433333333334\"\n\"2024-07-17T16:10:00.000Z\",\"4.4424\",\"4.430913\",\"380.20666666666665\",\"381.4533333333333\"\n\"2024-07-17T16:15:00.000Z\",\"0.94514\",\"0.942965\",\"85.37666666666667\",\"86.66333333333333\"\n\"2024-07-17T16:20:00.000Z\",\"10.443169\",\"10.414494\",\"911.7766666666666\",\"913.3166666666667\"\n\"2024-07-17T16:25:00.000Z\",\"4.484187\",\"4.472013\",\"397.0366666666667\",\"398.02\"\n\"2024-07-17T16:30:00.000Z\",\"0.917463\",\"0.915309\",\"85.73666666666666\",\"87.05\"\n\"2024-07-17T16:35:00.000Z\",\"10.635383\",\"10.605634\",\"945.3966666666666\",\"946.66\"\n\"2024-07-17T16:40:00.000Z\",\"4.327971\",\"4.31643\",\"376.47333333333336\",\"377.72333333333336\"\n\"2024-07-17T16:45:00.000Z\",\"0.881251\",\"0.879347\",\"77.44333333333333\",\"78.71\"\n\"2024-07-17T16:50:00.000Z\",\"10.647176\",\"10.617032\",\"958.5933333333334\",\"959.83\"\n\"2024-07-17T16:55:00.000Z\",\"4.369551\",\"4.357357\",\"398.24\",\"399.51\"\n\"2024-07-17T17:00:00.000Z\",\"0.888742\",\"0.886711\",\"79.58333333333333\",\"80.86666666666666\"\n\"2024-07-17T17:05:00.000Z\",\"10.635215\",\"10.605766\",\"939.33\",\"940.6066666666667\"\n\"2024-07-17T17:10:00.000Z\",\"4.366093\",\"4.353765\",\"403.8933333333333\",\"405.1933333333333\"\n\"2024-07-17T17:15:00.000Z\",\"0.860105\",\"0.8581\",\"77.86666666666666\",\"79.09333333333333\"\n\"2024-07-17T17:20:00.000Z\",\"10.616997\",\"10.588222\",\"915.8466666666667\",\"917.1033333333334\"\n\"2024-07-17T17:25:00.000Z\",\"4.382331\",\"4.370731\",\"379.51\",\"380.75333333333333\"\n\"2024-07-17T17:30:00.000Z\",\"0.825364\",\"0.823548\",\"72.33\",\"73.86666666666666\"\n\"2024-07-17T17:35:00.000Z\",\"10.654715\",\"10.624467\",\"965.08\",\"966.05\"\n\"2024-07-17T17:40:00.000Z\",\"4.411228\",\"4.399427\",\"386.55333333333334\",\"387.84\"\n\"2024-07-17T17:45:00.000Z\",\"0.984138\",\"0.981887\",\"85.81666666666666\",\"87.08\"\n\"2024-07-17T17:50:00.000Z\",\"10.45996\",\"10.430278\",\"944.31\",\"945.5833333333334\"\n\"2024-07-17T17:55:00.000Z\",\"4.44225\",\"4.430417\",\"385.7266666666667\",\"387.04333333333335\"\n\"2024-07-17T18:00:00.000Z\",\"0.951449\",\"0.949234\",\"85.43333333333334\",\"86.73\"\n\"2024-07-17T18:05:00.000Z\",\"10.63301\",\"10.603784\",\"930.3533333333334\",\"931.66\"\n\"2024-07-17T18:10:00.000Z\",\"4.288283\",\"4.276686\",\"379.71666666666664\",\"380.9866666666667\"\n\"2024-07-17T18:15:00.000Z\",\"0.925953\",\"0.923714\",\"81.28\",\"82.55\"\n\"2024-07-17T18:20:00.000Z\",\"10.618878\",\"10.590186\",\"913.29\",\"914.5633333333334\"\n\"2024-07-17T18:25:00.000Z\",\"4.326825\",\"4.314652\",\"396.98\",\"398.1766666666667\"\n\"2024-07-17T18:30:00.000Z\",\"0.896545\",\"0.894487\",\"80.74\",\"82.00333333333333\"\n\"2024-07-17T18:35:00.000Z\",\"10.660656\",\"10.630024\",\"974.5633333333334\",\"975.82\"\n\"2024-07-17T18:40:00.000Z\",\"4.344442\",\"4.332714\",\"385.71666666666664\",\"386.97333333333336\"\n\"2024-07-17T18:45:00.000Z\",\"0.866578\",\"0.868407\",\"76.49\",\"78.02\"\n\"2024-07-17T18:50:00.000Z\",\"10.633419\",\"10.60049\",\"930.89\",\"931.9066666666666\"\n\"2024-07-17T18:55:00.000Z\",\"4.382231\",\"4.3699\",\"401.76\",\"403.0233333333333\"\n\"2024-07-17T19:00:00.000Z\",\"0.845123\",\"0.843053\",\"79.78333333333333\",\"81.02666666666667\"\n\"2024-07-17T19:05:00.000Z\",\"10.642308\",\"10.612596\",\"945.2633333333333\",\"946.5533333333333\"\n\"2024-07-17T19:10:00.000Z\",\"4.390478\",\"4.37898\",\"375.78\",\"377.0566666666667\"\n\"2024-07-17T19:15:00.000Z\",\"0.815467\",\"0.813678\",\"72.87\",\"74.16666666666667\"\n\"2024-07-17T19:20:00.000Z\",\"10.63889\",\"10.609135\",\"945.46\",\"946.7133333333334\"\n\"2024-07-17T19:25:00.000Z\",\"4.42218\",\"4.410469\",\"381.79\",\"383.06\"\n\"2024-07-17T19:30:00.000Z\",\"0.786866\",\"0.785086\",\"72.31\",\"73.55333333333333\"\n\"2024-07-17T19:35:00.000Z\",\"10.623474\",\"10.594504\",\"920.75\",\"921.9966666666667\"\n\"2024-07-17T19:40:00.000Z\",\"4.454615\",\"4.442718\",\"388.7633333333333\",\"390.06333333333333\"\n\"2024-07-17T19:45:00.000Z\",\"0.979788\",\"0.977667\",\"87.13333333333334\",\"88.26333333333334\"\n\"2024-07-17T19:50:00.000Z\",\"10.451195\",\"10.422141\",\"924.65\",\"925.9033333333333\"\n\"2024-07-17T19:55:00.000Z\",\"4.458797\",\"4.446153\",\"412.3933333333333\",\"413.66\"\n\"2024-07-17T20:00:00.000Z\",\"0.952395\",\"0.950295\",\"84.95666666666666\",\"86.22333333333333\"\n\"2024-07-17T20:05:00.000Z\",\"10.662818\",\"10.631853\",\"983.67\",\"984.9433333333334\"\n\"2024-07-17T20:10:00.000Z\",\"4.301862\",\"4.28967\",\"396.27\",\"397.4866666666667\"\n\"2024-07-17T20:15:00.000Z\",\"0.91984\",\"0.91771\",\"83.27\",\"84.54333333333334\"\n\"2024-07-17T20:20:00.000Z\",\"10.651219\",\"10.624549\",\"965.0833333333334\",\"966.64\"\n\"2024-07-17T20:25:00.000Z\",\"4.32091\",\"4.305711\",\"376.3233333333333\",\"377.24333333333334\"\n\"2024-07-17T20:30:00.000Z\",\"0.869757\",\"0.867802\",\"77.63666666666667\",\"78.89\"\n\"2024-07-17T20:35:00.000Z\",\"10.627332\",\"10.59823\",\"926.7766666666666\",\"928.0566666666666\"\n\"2024-07-17T20:40:00.000Z\",\"4.369892\",\"4.358185\",\"381.99666666666667\",\"383.25333333333333\"\n\"2024-07-17T20:45:00.000Z\",\"0.840041\",\"0.841638\",\"80.31666666666666\",\"81.53666666666666\"\n\"2024-07-17T20:50:00.000Z\",\"10.639935\",\"10.606727\",\"941.0133333333333\",\"942.2933333333333\"\n\"2024-07-17T20:55:00.000Z\",\"4.407739\",\"4.395515\",\"397.87333333333333\",\"399.15\"\n\"2024-07-17T21:00:00.000Z\",\"0.843107\",\"0.841213\",\"76.02\",\"77.29666666666667\"\n\"2024-07-17T21:05:00.000Z\",\"10.658192\",\"10.627515\",\"976.2666666666667\",\"977.5233333333333\"\n\"2024-07-17T21:10:00.000Z\",\"4.406181\",\"4.393871\",\"400.4266666666667\",\"401.6933333333333\"\n\"2024-07-17T21:15:00.000Z\",\"0.995832\",\"0.993517\",\"88.04\",\"89.31\"\n\"2024-07-17T21:20:00.000Z\",\"10.486909\",\"10.455984\",\"981.8566666666667\",\"983.0933333333334\"\n\"2024-07-17T21:25:00.000Z\",\"4.426743\",\"4.415014\",\"383.0466666666667\",\"384.29333333333335\"\n\"2024-07-17T21:30:00.000Z\",\"0.971647\",\"0.969318\",\"88.96333333333334\",\"90.25333333333333\"\n\"2024-07-17T21:35:00.000Z\",\"10.462806\",\"10.432856\",\"930.29\",\"931.3433333333334\"\n\"2024-07-17T21:40:00.000Z\",\"4.453969\",\"4.442087\",\"387.75666666666666\",\"389.01666666666665\"\n\"2024-07-17T21:45:00.000Z\",\"0.946623\",\"0.944329\",\"87.53666666666666\",\"88.77\"\n\"2024-07-17T21:50:00.000Z\",\"10.658843\",\"10.628113\",\"976.61\",\"977.8666666666667\"\n\"2024-07-17T21:55:00.000Z\",\"4.305659\",\"4.293768\",\"390.89666666666665\",\"392.13\"\n\"2024-07-17T22:00:00.000Z\",\"0.90987\",\"0.907842\",\"79.20333333333333\",\"80.43333333333334\"\n\"2024-07-17T22:05:00.000Z\",\"10.645649\",\"10.615737\",\"950.66\",\"951.9233333333333\"\n\"2024-07-17T22:10:00.000Z\",\"4.322859\",\"4.311379\",\"373.66\",\"374.87666666666667\"\n\"2024-07-17T22:15:00.000Z\",\"0.888243\",\"0.886226\",\"79.63666666666667\",\"80.91\"\n\"2024-07-17T22:20:00.000Z\",\"10.636982\",\"10.607326\",\"942.4033333333333\",\"943.6566666666666\"\n\"2024-07-17T22:25:00.000Z\",\"4.371561\",\"4.358853\",\"412.69\",\"413.9433333333333\"\n\"2024-07-17T22:30:00.000Z\",\"0.858075\",\"0.856063\",\"77.94666666666667\",\"79.14333333333333\"\n\"2024-07-17T22:35:00.000Z\",\"10.657652\",\"10.626927\",\"975.53\",\"976.7633333333333\"\n\"2024-07-17T22:40:00.000Z\",\"4.400943\",\"4.388335\",\"409.3666666666667\",\"410.6066666666667\"\n\"2024-07-17T22:45:00.000Z\",\"0.826996\",\"0.825069\",\"75.68333333333334\",\"76.93\"\n\"2024-07-17T22:50:00.000Z\",\"10.66677\",\"10.635612\",\"989.7733333333333\",\"991.0133333333333\"\n\"2024-07-17T22:55:00.000Z\",\"4.426149\",\"4.413705\",\"404.9266666666667\",\"406.18333333333334\"\n\"2024-07-17T23:00:00.000Z\",\"0.977696\",\"0.975397\",\"86.37\",\"87.59333333333333\"\n\"2024-07-17T23:05:00.000Z\",\"10.451227\",\"10.422124\",\"924.71\",\"925.9366666666666\"\n\"2024-07-17T23:10:00.000Z\",\"4.453452\",\"4.441203\",\"398.31666666666666\",\"399.56\"\n\"2024-07-17T23:15:00.000Z\",\"0.949731\",\"0.947468\",\"86.19666666666667\",\"87.44333333333333\"\n\"2024-07-17T23:20:00.000Z\",\"10.447691\",\"10.418752\",\"919.1\",\"920.3166666666667\"\n\"2024-07-17T23:25:00.000Z\",\"4.481388\",\"4.469476\",\"397.2\",\"397.91\"\n\"2024-07-17T23:30:00.000Z\",\"0.916911\",\"0.914704\",\"85.00666666666666\",\"86.28\"\n\"2024-07-17T23:35:00.000Z\",\"10.637694\",\"10.608179\",\"937.92\",\"939.1666666666666\"\n\"2024-07-17T23:40:00.000Z\",\"4.322258\",\"4.310643\",\"378.47333333333336\",\"379.68666666666667\"\n\"2024-07-17T23:45:00.000Z\",\"0.889031\",\"0.887059\",\"77.44\",\"78.73\"\n\"2024-07-17T23:50:00.000Z\",\"10.621758\",\"10.593239\",\"923.5766666666667\",\"925.1433333333333\"\n\"2024-07-17T23:55:00.000Z\",\"4.359738\",\"4.347288\",\"388.1433333333333\",\"389.08666666666664\"\n\"2024-07-18T00:00:00.000Z\",\"0.893335\",\"0.891339\",\"78.68666666666667\",\"79.95\"\n\"2024-07-18T00:05:00.000Z\",\"10.613577\",\"10.585105\",\"904.9066666666666\",\"906.1266666666667\"\n\"2024-07-18T00:10:00.000Z\",\"4.345731\",\"4.334148\",\"376.87333333333333\",\"378.1166666666667\"\n\"2024-07-18T00:15:00.000Z\",\"0.861834\",\"0.85981\",\"78.10666666666667\",\"79.31\"\n\"2024-07-18T00:20:00.000Z\",\"10.643096\",\"10.6133\",\"946.5566666666666\",\"947.8033333333333\"\n\"2024-07-18T00:25:00.000Z\",\"4.369568\",\"4.358043\",\"375.8233333333333\",\"377.07\"\n\"2024-07-18T00:30:00.000Z\",\"0.829702\",\"0.827846\",\"73.33666666666667\",\"74.57333333333334\"\n\"2024-07-18T00:35:00.000Z\",\"10.617081\",\"10.588465\",\"910.4566666666667\",\"911.7133333333334\"\n\"2024-07-18T00:40:00.000Z\",\"4.412193\",\"4.400274\",\"388.18333333333334\",\"389.44\"\n\"2024-07-18T00:45:00.000Z\",\"0.984254\",\"0.981794\",\"92.75\",\"94.01\"\n\"2024-07-18T00:50:00.000Z\",\"10.477621\",\"10.447444\",\"961.1333333333333\",\"962.4\"\n\"2024-07-18T00:55:00.000Z\",\"4.454161\",\"4.441516\",\"410.63\",\"411.8666666666667\"\n\"2024-07-18T01:00:00.000Z\",\"0.951228\",\"0.949033\",\"83.86333333333333\",\"85.10333333333334\"\n\"2024-07-18T01:05:00.000Z\",\"10.646637\",\"10.616682\",\"952.24\",\"953.5166666666667\"\n\"2024-07-18T01:10:00.000Z\",\"4.290067\",\"4.278288\",\"382.76666666666665\",\"383.9866666666667\"\n\"2024-07-18T01:15:00.000Z\",\"0.921686\",\"0.919488\",\"84.42333333333333\",\"85.69\"\n\"2024-07-18T01:20:00.000Z\",\"10.661918\",\"10.633269\",\"978.4033333333333\",\"979.8766666666667\"\n\"2024-07-18T01:25:00.000Z\",\"4.33852\",\"4.328354\",\"405.85333333333335\",\"407.31666666666666\"\n\"2024-07-18T01:30:00.000Z\",\"0.891556\",\"0.891672\",\"84.65333333333334\",\"86.07333333333334\"\n\"2024-07-18T01:35:00.000Z\",\"10.653012\",\"10.625012\",\"963.7466666666667\",\"965.21\"\n\"2024-07-18T01:40:00.000Z\",\"4.35983\",\"4.348459\",\"386.74333333333334\",\"388.01666666666665\"\n\"2024-07-18T01:45:00.000Z\",\"0.854519\",\"0.852639\",\"74.52\",\"75.77666666666667\"\n\"2024-07-18T01:50:00.000Z\",\"10.647184\",\"10.616866\",\"964.1733333333333\",\"965.5766666666667\"\n\"2024-07-18T01:55:00.000Z\",\"4.399159\",\"4.386818\",\"400.89\",\"402.06\"\n\"2024-07-18T02:00:00.000Z\",\"0.820987\",\"0.819016\",\"76.80333333333333\",\"78.03333333333333\"\n\"2024-07-18T02:05:00.000Z\",\"10.649392\",\"10.6191\",\"962.18\",\"963.4033333333333\"\n\"2024-07-18T02:10:00.000Z\",\"4.432913\",\"4.420473\",\"404.6066666666667\",\"405.88666666666666\"\n\"2024-07-18T02:15:00.000Z\",\"0.972286\",\"0.970085\",\"84.78666666666666\",\"86.06666666666666\"\n\"2024-07-18T02:20:00.000Z\",\"10.451632\",\"10.422493\",\"925.37\",\"926.5733333333334\"\n\"2024-07-18T02:25:00.000Z\",\"4.453295\",\"4.441261\",\"392.42\",\"393.69\"\n\"2024-07-18T02:30:00.000Z\",\"0.977942\",\"0.975684\",\"87.05666666666667\",\"88.36666666666666\"\n\"2024-07-18T02:35:00.000Z\",\"10.451493\",\"10.42222\",\"930.7766666666666\",\"932.2866666666666\"\n\"2024-07-18T02:40:00.000Z\",\"4.459321\",\"4.446944\",\"402.0366666666667\",\"403.0566666666667\"\n\"2024-07-18T02:45:00.000Z\",\"0.942331\",\"0.940149\",\"83.9\",\"85.16\"\n\"2024-07-18T02:50:00.000Z\",\"10.641371\",\"10.61149\",\"949.4366666666666\",\"950.6833333333333\"\n\"2024-07-18T02:55:00.000Z\",\"4.303035\",\"4.291181\",\"386.83666666666664\",\"388.11\"\n\"2024-07-18T03:00:00.000Z\",\"0.91188\",\"0.909755\",\"81.95666666666666\",\"83.2\"\n\"2024-07-18T03:05:00.000Z\",\"10.637799\",\"10.608089\",\"943.65\",\"944.8833333333333\"\n\"2024-07-18T03:10:00.000Z\",\"4.33945\",\"4.327307\",\"394.88\",\"396.12\"\n\"2024-07-18T03:15:00.000Z\",\"0.878714\",\"0.87665\",\"77.68666666666667\",\"78.84333333333333\"\n\"2024-07-18T03:20:00.000Z\",\"10.64123\",\"10.611383\",\"948.6666666666666\",\"949.9233333333333\"\n\"2024-07-18T03:25:00.000Z\",\"4.36258\",\"4.350869\",\"381.5\",\"382.74666666666667\"\n\"2024-07-18T03:30:00.000Z\",\"0.846329\",\"0.844416\",\"75.37333333333333\",\"76.62666666666667\"\n\"2024-07-18T03:35:00.000Z\",\"10.6185\",\"10.589801\",\"912.7133333333334\",\"913.9766666666667\"\n\"2024-07-18T03:40:00.000Z\",\"4.388923\",\"4.377307\",\"378.89\",\"380.13\"\n\"2024-07-18T03:45:00.000Z\",\"0.814289\",\"0.812459\",\"72.40333333333334\",\"73.62666666666667\"\n\"2024-07-18T03:50:00.000Z\",\"10.641589\",\"10.611701\",\"949.4733333333334\",\"950.7166666666667\"\n\"2024-07-18T03:55:00.000Z\",\"4.426097\",\"4.414147\",\"387.87333333333333\",\"389.1166666666667\"\n\"2024-07-18T04:00:00.000Z\",\"0.969505\",\"0.967176\",\"88.79\",\"90.06666666666666\"\n\"2024-07-18T04:05:00.000Z\",\"10.462395\",\"10.43274\",\"942.62\",\"943.8766666666667\"\n\"2024-07-18T04:10:00.000Z\",\"4.463334\",\"4.451159\",\"396.95\",\"398.18333333333334\"\n\"2024-07-18T04:15:00.000Z\",\"0.935104\",\"0.932895\",\"84.8\",\"86.07\"\n\"2024-07-18T04:20:00.000Z\",\"10.650692\",\"10.620492\",\"958.6566666666666\",\"959.9233333333333\"\n\"2024-07-18T04:25:00.000Z\",\"4.315064\",\"4.302926\",\"395.0133333333333\",\"396.25333333333333\"\n\"2024-07-18T04:30:00.000Z\",\"0.907117\",\"0.904856\",\"86.71666666666667\",\"87.97\"\n\"2024-07-18T04:35:00.000Z\",\"10.658431\",\"10.627841\",\"971.1566666666666\",\"972.3866666666667\"\n\"2024-07-18T04:40:00.000Z\",\"4.326976\",\"4.315661\",\"368.62333333333333\",\"369.84\"\n\"2024-07-18T04:45:00.000Z\",\"0.87549\",\"0.873356\",\"82.89666666666666\",\"84.13\"\n\"2024-07-18T04:50:00.000Z\",\"10.64385\",\"10.612554\",\"951.21\",\"951.8866666666667\"\n\"2024-07-18T04:55:00.000Z\",\"4.37298\",\"4.360902\",\"392.56666666666666\",\"393.7866666666667\"\n\"2024-07-18T05:00:00.000Z\",\"0.839486\",\"0.837463\",\"78.40666666666667\",\"79.72333333333333\"\n\"2024-07-18T05:05:00.000Z\",\"10.641625\",\"10.611758\",\"949.46\",\"950.66\"\n\"2024-07-18T05:10:00.000Z\",\"4.41502\",\"4.402587\",\"403.9266666666667\",\"405.1666666666667\"\n\"2024-07-18T05:15:00.000Z\",\"0.844444\",\"0.842343\",\"81.05666666666667\",\"82.3\"\n\"2024-07-18T05:20:00.000Z\",\"10.651122\",\"10.620561\",\"970.6366666666667\",\"971.8866666666667\"\n\"2024-07-18T05:25:00.000Z\",\"4.419008\",\"4.406403\",\"409.62333333333333\",\"410.8566666666667\"\n\"2024-07-18T05:30:00.000Z\",\"0.989996\",\"0.991153\",\"92.98\",\"94.52666666666667\"\n\"2024-07-18T05:35:00.000Z\",\"10.486722\",\"10.452151\",\"981.6666666666666\",\"982.6033333333334\"\n\"2024-07-18T05:40:00.000Z\",\"4.443326\",\"4.431058\",\"398.82666666666665\",\"400.0466666666667\"\n\"2024-07-18T05:45:00.000Z\",\"0.951828\",\"0.953127\",\"88.74\",\"89.96666666666667\"\n\"2024-07-18T05:50:00.000Z\",\"10.482428\",\"10.448103\",\"973.8666666666667\",\"975.1333333333333\"\n\"2024-07-18T05:55:00.000Z\",\"4.499705\",\"4.486516\",\"427.62\",\"428.8666666666667\"\n\"2024-07-18T06:00:00.000Z\",\"0.914412\",\"0.91232\",\"81.56666666666666\",\"82.82\"\n\"2024-07-18T06:05:00.000Z\",\"10.668383\",\"10.637112\",\"992.72\",\"993.9766666666667\"\n\"2024-07-18T06:10:00.000Z\",\"4.345239\",\"4.33262\",\"409.7033333333333\",\"410.96\"\n\"2024-07-18T06:15:00.000Z\",\"0.880223\",\"0.878198\",\"79.23666666666666\",\"80.48666666666666\"\n\"2024-07-18T06:20:00.000Z\",\"10.674636\",\"10.643044\",\"1002.7366666666667\",\"1003.99\"\n\"2024-07-18T06:25:00.000Z\",\"4.380208\",\"4.367375\",\"415.19\",\"416.44666666666666\"\n\"2024-07-18T06:30:00.000Z\",\"0.846126\",\"0.844152\",\"77.00333333333333\",\"78.23\"\n\"2024-07-18T06:35:00.000Z\",\"11.560825\",\"11.529016\",\"1011.31\",\"1012.72\"\n\"2024-07-18T06:40:00.000Z\",\"3.463507\",\"3.454303\",\"301.78\",\"302.86333333333334\"\n\"2024-07-18T06:45:00.000Z\",\"0.812765\",\"0.814549\",\"74.72333333333333\",\"76.24333333333334\"\n\"2024-07-18T06:50:00.000Z\",\"10.671236\",\"10.636312\",\"991.6666666666666\",\"992.62\"\n\"2024-07-18T06:55:00.000Z\",\"4.431625\",\"4.419426\",\"396.92\",\"398.1766666666667\"\n\"2024-07-18T07:00:00.000Z\",\"0.9699\",\"0.967384\",\"94.13666666666667\",\"95.38\"\n\"2024-07-18T07:05:00.000Z\",\"10.451847\",\"10.422732\",\"925.7433333333333\",\"926.98\"\n\"2024-07-18T07:10:00.000Z\",\"4.458018\",\"4.446152\",\"388.58666666666664\",\"389.7266666666667\"\n\"2024-07-18T07:15:00.000Z\",\"0.938362\",\"0.935886\",\"92.36\",\"93.60333333333334\"\n\"2024-07-18T07:20:00.000Z\",\"10.470409\",\"10.440336\",\"955.36\",\"956.57\"\n\"2024-07-18T07:25:00.000Z\",\"4.501961\",\"4.489355\",\"408.80333333333334\",\"410.06666666666666\"\n\"2024-07-18T07:30:00.000Z\",\"0.898335\",\"0.896514\",\"78.83\",\"80.16\"\n\"2024-07-18T07:35:00.000Z\",\"10.628487\",\"10.599287\",\"928.7933333333333\",\"930.0633333333334\"\n\"2024-07-18T07:40:00.000Z\",\"4.344589\",\"4.332688\",\"386.18666666666667\",\"387.38666666666666\"\n\"2024-07-18T07:45:00.000Z\",\"0.868341\",\"0.866297\",\"79.79666666666667\",\"81.07\"\n\"2024-07-18T07:50:00.000Z\",\"10.647897\",\"10.617867\",\"954.1933333333334\",\"955.4433333333334\"\n\"2024-07-18T07:55:00.000Z\",\"4.38708\",\"4.374473\",\"409.56333333333333\",\"410.81333333333333\"\n\"2024-07-18T08:00:00.000Z\",\"0.875218\",\"0.873133\",\"80.14666666666666\",\"81.35333333333334\"\n\"2024-07-18T08:05:00.000Z\",\"10.674452\",\"10.642889\",\"1002.3833333333333\",\"1003.6633333333333\"\n\"2024-07-18T08:10:00.000Z\",\"4.370657\",\"4.358747\",\"388.78333333333336\",\"390.06333333333333\"\n\"2024-07-18T08:15:00.000Z\",\"1.024739\",\"1.02236\",\"90.08666666666667\",\"91.35\"\n\"2024-07-18T08:20:00.000Z\",\"10.470998\",\"10.441056\",\"950.8233333333334\",\"952.0666666666667\"\n\"2024-07-18T08:25:00.000Z\",\"4.409119\",\"4.396626\",\"405.67333333333335\",\"406.9066666666667\"\n\"2024-07-18T08:30:00.000Z\",\"0.810689\",\"0.808874\",\"72.38666666666667\",\"73.63666666666667\"\n\"2024-07-18T08:35:00.000Z\",\"10.63332\",\"10.603847\",\"936.48\",\"937.72\"\n\"2024-07-18T08:40:00.000Z\",\"4.425232\",\"4.41353\",\"381.0966666666667\",\"382.35\"\n\"2024-07-18T08:45:00.000Z\",\"0.962173\",\"0.959962\",\"84.57333333333334\",\"85.82\"\n\"2024-07-18T08:50:00.000Z\",\"10.439258\",\"10.410779\",\"905.5966666666667\",\"906.8533333333334\"\n\"2024-07-18T08:55:00.000Z\",\"4.461891\",\"4.449869\",\"389.22\",\"390.48333333333335\"\n\"2024-07-18T09:00:00.000Z\",\"0.930462\",\"0.928348\",\"81.71666666666667\",\"82.96666666666667\"\n\"2024-07-18T09:05:00.000Z\",\"10.624789\",\"10.595942\",\"917.1233333333333\",\"918.4133333333333\"\n\"2024-07-18T09:10:00.000Z\",\"4.30274\",\"4.291241\",\"375.13666666666666\",\"376.38666666666666\"\n\"2024-07-18T09:15:00.000Z\",\"0.900003\",\"0.89797\",\"79.54\",\"80.82333333333334\"\n\"2024-07-18T09:20:00.000Z\",\"10.636376\",\"10.606749\",\"941.4333333333333\",\"942.6833333333333\"\n\"2024-07-18T09:25:00.000Z\",\"4.334026\",\"4.322698\",\"369.3333333333333\",\"370.56666666666666\"\n\"2024-07-18T09:30:00.000Z\",\"0.867384\",\"0.865377\",\"78.23\",\"79.48\"\n\"2024-07-18T09:35:00.000Z\",\"10.62978\",\"10.600648\",\"925.21\",\"926.44\"\n\"2024-07-18T09:40:00.000Z\",\"4.372551\",\"4.360671\",\"386.26666666666665\",\"387.49\"\n\"2024-07-18T09:45:00.000Z\",\"0.840392\",\"0.838448\",\"75.98\",\"77.20666666666666\"\n\"2024-07-18T09:50:00.000Z\",\"10.654071\",\"10.623568\",\"968.8833333333333\",\"970.4666666666667\"\n\"2024-07-18T09:55:00.000Z\",\"4.396892\",\"4.385231\",\"380.41333333333336\",\"381.34\"\n\"2024-07-18T10:00:00.000Z\",\"0.809057\",\"0.807144\",\"74.07666666666667\",\"75.29\"\n\"2024-07-18T10:05:00.000Z\",\"10.643509\",\"10.61368\",\"947.1333333333333\",\"948.3866666666667\"\n\"2024-07-18T10:10:00.000Z\",\"4.426561\",\"4.41482\",\"383.18333333333334\",\"384.45666666666665\"\n\"2024-07-18T10:15:00.000Z\",\"0.965392\",\"0.963092\",\"89.50333333333333\",\"90.75333333333333\"\n\"2024-07-18T10:20:00.000Z\",\"10.466116\",\"10.436224\",\"948.6433333333333\",\"949.8466666666667\"\n\"2024-07-18T10:25:00.000Z\",\"4.476853\",\"4.464128\",\"413.39\",\"414.65\"\n\"2024-07-18T10:30:00.000Z\",\"0.92451\",\"0.926117\",\"80.87333333333333\",\"82.43333333333334\"\n\"2024-07-18T10:35:00.000Z\",\"10.643446\",\"10.609833\",\"952.52\",\"953.4466666666667\"\n\"2024-07-18T10:40:00.000Z\",\"4.334482\",\"4.321882\",\"409.27\",\"410.49\"\n\"2024-07-18T10:45:00.000Z\",\"0.924663\",\"0.922586\",\"80.51333333333334\",\"81.76666666666667\"\n\"2024-07-18T10:50:00.000Z\",\"10.632904\",\"10.603328\",\"941.3633333333333\",\"942.6266666666667\"\n\"2024-07-18T10:55:00.000Z\",\"4.315767\",\"4.304327\",\"373.6533333333333\",\"374.89\"\n\"2024-07-18T11:00:00.000Z\",\"0.892629\",\"0.89038\",\"85.59666666666666\",\"86.82666666666667\"\n\"2024-07-18T11:05:00.000Z\",\"10.632164\",\"10.6063\",\"940.1933333333334\",\"941.76\"\n\"2024-07-18T11:10:00.000Z\",\"4.353788\",\"4.338461\",\"378.55333333333334\",\"379.49666666666667\"\n\"2024-07-18T11:15:00.000Z\",\"0.851895\",\"0.850026\",\"75.26333333333334\",\"76.5\"\n\"2024-07-18T11:20:00.000Z\",\"10.61643\",\"10.587666\",\"914.9866666666667\",\"916.2233333333334\"\n\"2024-07-18T11:25:00.000Z\",\"4.399393\",\"4.387856\",\"393.1166666666667\",\"393.6333333333333\"\n\"2024-07-18T11:30:00.000Z\",\"1.000311\",\"0.997557\",\"89.74\",\"90.6\"\n\"2024-07-18T11:35:00.000Z\",\"10.448752\",\"10.4198\",\"920.7733333333333\",\"922.0066666666667\"\n\"2024-07-18T11:40:00.000Z\",\"4.43005\",\"4.41792\",\"394.2\",\"395.4633333333333\"\n\"2024-07-18T11:45:00.000Z\",\"0.959242\",\"0.957051\",\"83.70333333333333\",\"84.93333333333334\"\n\"2024-07-18T11:50:00.000Z\",\"10.441834\",\"10.413242\",\"909.6433333333333\",\"910.8266666666667\"\n\"2024-07-18T11:55:00.000Z\",\"4.487465\",\"4.474518\",\"424.47333333333336\",\"425.5833333333333\"\n\"2024-07-18T12:00:00.000Z\",\"0.921003\",\"0.922586\",\"80.82333333333334\",\"82.38\"\n\"2024-07-18T12:05:00.000Z\",\"10.634051\",\"10.600974\",\"931.92\",\"932.8533333333334\"\n\"2024-07-18T12:10:00.000Z\",\"4.326024\",\"4.313836\",\"395.6066666666667\",\"396.7966666666667\"\n\"2024-07-18T12:15:00.000Z\",\"0.886341\",\"0.884391\",\"78.51333333333334\",\"79.79\"\n\"2024-07-18T12:20:00.000Z\",\"10.660151\",\"10.629512\",\"973.8733333333333\",\"975.1366666666667\"\n\"2024-07-18T12:25:00.000Z\",\"4.366056\",\"4.353642\",\"403.8433333333333\",\"405.05\"\n\"2024-07-18T12:30:00.000Z\",\"0.854457\",\"0.852556\",\"74.57333333333334\",\"75.79333333333334\"\n\"2024-07-18T12:35:00.000Z\",\"10.629393\",\"10.600181\",\"930.13\",\"931.3966666666666\"\n\"2024-07-18T12:40:00.000Z\",\"4.380744\",\"4.369243\",\"376.9166666666667\",\"378.18333333333334\"\n\"2024-07-18T12:45:00.000Z\",\"0.821085\",\"0.819256\",\"72.58333333333333\",\"73.82\"\n\"2024-07-18T12:50:00.000Z\",\"10.651162\",\"10.624439\",\"965.4166666666666\",\"966.6333333333333\"\n\"2024-07-18T12:55:00.000Z\",\"4.421334\",\"4.405726\",\"391.15\",\"392.41\"\n\"2024-07-18T13:00:00.000Z\",\"0.978413\",\"0.976049\",\"88.99333333333334\",\"90.20333333333333\"\n\"2024-07-18T13:05:00.000Z\",\"10.456673\",\"10.427287\",\"933.45\",\"934.67\"\n\"2024-07-18T13:10:00.000Z\",\"4.470243\",\"4.457191\",\"425.1666666666667\",\"426.38666666666666\"\n\"2024-07-18T13:15:00.000Z\",\"0.948944\",\"0.946739\",\"84.21666666666667\",\"85.42333333333333\"\n\"2024-07-18T13:20:00.000Z\",\"10.471848\",\"10.441486\",\"963.4066666666666\",\"964.6433333333333\"\n\"2024-07-18T13:25:00.000Z\",\"4.475501\",\"4.463722\",\"383.25\",\"384.45\"\n\"2024-07-18T13:30:00.000Z\",\"0.954272\",\"0.951923\",\"89.98666666666666\",\"91.23\"\n\"2024-07-18T13:35:00.000Z\",\"10.658008\",\"10.630563\",\"981.43\",\"982.6366666666667\"\n\"2024-07-18T13:40:00.000Z\",\"4.291945\",\"4.277018\",\"374.83\",\"376.00666666666666\"\n\"2024-07-18T13:45:00.000Z\",\"0.915286\",\"0.91318\",\"82.08\",\"83.35\"\n\"2024-07-18T13:50:00.000Z\",\"10.628104\",\"10.598909\",\"927.3466666666667\",\"928.59\"\n\"2024-07-18T13:55:00.000Z\",\"4.320849\",\"4.309551\",\"370.5366666666667\",\"371.7866666666667\"\n\"2024-07-18T14:00:00.000Z\",\"0.88472\",\"0.882702\",\"79.40666666666667\",\"80.7\"\n\"2024-07-18T14:05:00.000Z\",\"10.664499\",\"10.633329\",\"986.3966666666666\",\"987.4933333333333\"\n\"2024-07-18T14:10:00.000Z\",\"4.357142\",\"4.345369\",\"383.8433333333333\",\"385.10333333333335\"\n\"2024-07-18T14:15:00.000Z\",\"0.85126\",\"0.849387\",\"74.60333333333334\",\"75.8\"\n\"2024-07-18T14:20:00.000Z\",\"10.622572\",\"10.593651\",\"919.2566666666667\",\"920.4966666666667\"\n\"2024-07-18T14:25:00.000Z\",\"4.382608\",\"4.371132\",\"374.38\",\"375.6066666666667\"\n\"2024-07-18T14:30:00.000Z\",\"1.003794\",\"1.001469\",\"89.04666666666667\",\"90.30333333333333\"\n\"2024-07-18T14:35:00.000Z\",\"10.427756\",\"10.399707\",\"892.5966666666667\",\"893.8166666666667\"\n\"2024-07-18T14:40:00.000Z\",\"4.419399\",\"4.407853\",\"377.26\",\"378.5133333333333\"\n\"2024-07-18T14:45:00.000Z\",\"0.972409\",\"0.970098\",\"89.05\",\"90.15\"\n\"2024-07-18T14:50:00.000Z\",\"10.451003\",\"10.42189\",\"924.4133333333333\",\"925.62\"\n\"2024-07-18T14:55:00.000Z\",\"4.474836\",\"4.461927\",\"421.24666666666667\",\"422.4766666666667\"\n\"2024-07-18T15:00:00.000Z\",\"0.936548\",\"0.93805\",\"82.35\",\"83.57\"\n\"2024-07-18T15:05:00.000Z\",\"10.651876\",\"10.617988\",\"960.3033333333333\",\"961.5533333333333\"\n\"2024-07-18T15:10:00.000Z\",\"4.307972\",\"4.296034\",\"389.08666666666664\",\"390.33\"\n\"2024-07-18T15:15:00.000Z\",\"0.908624\",\"0.906666\",\"80.24\",\"81.53\"\n\"2024-07-18T15:20:00.000Z\",\"10.655626\",\"10.625014\",\"972.22\",\"973.4733333333334\"\n\"2024-07-18T15:25:00.000Z\",\"4.344437\",\"4.33209\",\"402.64\",\"403.87333333333333\"\n\"2024-07-18T15:30:00.000Z\",\"0.873773\",\"0.875522\",\"77.18333333333334\",\"78.73666666666666\"\n\"2024-07-18T15:35:00.000Z\",\"10.651944\",\"10.618025\",\"960.6933333333334\",\"961.6533333333333\"\n\"2024-07-18T15:40:00.000Z\",\"4.363471\",\"4.351715\",\"382.93\",\"384.1766666666667\"\n\"2024-07-18T15:45:00.000Z\",\"0.85056\",\"0.848641\",\"76.80666666666667\",\"78.03666666666666\"\n\"2024-07-18T15:50:00.000Z\",\"10.645704\",\"10.615607\",\"956.37\",\"957.64\"\n\"2024-07-18T15:55:00.000Z\",\"4.397004\",\"4.384872\",\"397.3933333333333\",\"398.6666666666667\"\n\"2024-07-18T16:00:00.000Z\",\"0.820321\",\"0.818477\",\"72.89\",\"74.11666666666666\"\n\"2024-07-18T16:05:00.000Z\",\"10.628137\",\"10.599096\",\"922.5866666666667\",\"923.8166666666667\"\n\"2024-07-18T16:10:00.000Z\",\"4.411123\",\"4.399402\",\"380.92333333333335\",\"382.11333333333334\"\n\"2024-07-18T16:15:00.000Z\",\"0.9773\",\"0.975002\",\"86.87333333333333\",\"88.11333333333333\"\n\"2024-07-18T16:20:00.000Z\",\"10.452913\",\"10.423778\",\"927.3166666666667\",\"928.58\"\n\"2024-07-18T16:25:00.000Z\",\"4.443951\",\"4.432181\",\"382.88\",\"384.13666666666666\"\n\"2024-07-18T16:30:00.000Z\",\"0.97742\",\"0.975151\",\"86.59\",\"87.87\"\n\"2024-07-18T16:35:00.000Z\",\"10.434149\",\"10.405924\",\"897.42\",\"898.65\"\n\"2024-07-18T16:40:00.000Z\",\"4.456425\",\"4.444181\",\"402.83666666666664\",\"404.12666666666667\"\n\"2024-07-18T16:45:00.000Z\",\"0.947464\",\"0.945256\",\"84.20333333333333\",\"85.44\"\n\"2024-07-18T16:50:00.000Z\",\"10.630724\",\"10.60145\",\"932.1966666666667\",\"933.45\"\n\"2024-07-18T16:55:00.000Z\",\"4.28815\",\"4.276926\",\"368.54\",\"369.77666666666664\"\n\"2024-07-18T17:00:00.000Z\",\"0.911635\",\"0.909572\",\"80.91666666666667\",\"82.15666666666667\"\n\"2024-07-18T17:05:00.000Z\",\"10.620381\",\"10.59159\",\"915.6466666666666\",\"916.9166666666666\"\n\"2024-07-18T17:10:00.000Z\",\"4.327054\",\"4.315545\",\"374.71666666666664\",\"375.93333333333334\"\n\"2024-07-18T17:15:00.000Z\",\"0.88384\",\"0.881717\",\"82.74\",\"83.97\"\n\"2024-07-18T17:20:00.000Z\",\"10.645444\",\"10.615581\",\"950.2666666666667\",\"951.5233333333333\"\n\"2024-07-18T17:25:00.000Z\",\"4.367708\",\"4.355381\",\"400.9266666666667\",\"402.2\"\n\"2024-07-18T17:30:00.000Z\",\"0.851837\",\"0.853321\",\"76.28333333333333\",\"77.83\"\n\"2024-07-18T17:35:00.000Z\",\"10.668487\",\"10.634047\",\"987.2\",\"988.1633333333333\"\n\"2024-07-18T17:40:00.000Z\",\"4.393609\",\"4.381379\",\"397.6166666666667\",\"398.8666666666667\"\n\"2024-07-18T17:45:00.000Z\",\"0.823522\",\"0.821653\",\"72.72333333333333\",\"73.95333333333333\"\n\"2024-07-18T17:50:00.000Z\",\"10.646715\",\"10.616791\",\"952.1766666666666\",\"953.44\"\n\"2024-07-18T17:55:00.000Z\",\"4.412474\",\"4.400516\",\"388.6333333333333\",\"389.86\"\n\"2024-07-18T18:00:00.000Z\",\"0.979859\",\"0.977621\",\"85.70666666666666\",\"86.96666666666667\"\n\"2024-07-18T18:05:00.000Z\",\"10.467455\",\"10.437524\",\"950.6866666666666\",\"951.8933333333333\"\n\"2024-07-18T18:10:00.000Z\",\"4.449407\",\"4.437545\",\"396.43333333333334\",\"397.22\"\n\"2024-07-18T18:15:00.000Z\",\"0.946927\",\"0.944781\",\"83.24666666666667\",\"84.48666666666666\"\n\"2024-07-18T18:20:00.000Z\",\"10.477533\",\"10.446931\",\"972.4433333333334\",\"973.6533333333333\"\n\"2024-07-18T18:25:00.000Z\",\"4.47616\",\"4.464395\",\"384.2366666666667\",\"385.46\"\n\"2024-07-18T18:30:00.000Z\",\"0.9153\",\"0.913378\",\"82.37666666666667\",\"83.53\"\n\"2024-07-18T18:35:00.000Z\",\"10.635628\",\"10.606101\",\"939.7733333333333\",\"941.0233333333333\"\n\"2024-07-18T18:40:00.000Z\",\"4.331784\",\"4.319834\",\"388.0\",\"389.27\"\n\"2024-07-18T18:45:00.000Z\",\"0.884019\",\"0.882545\",\"80.08\",\"81.12\"\n\"2024-07-18T18:50:00.000Z\",\"10.641184\",\"10.611343\",\"948.96\",\"950.2\"\n\"2024-07-18T18:55:00.000Z\",\"4.355118\",\"4.343587\",\"375.16333333333336\",\"376.37666666666667\"\n\"2024-07-18T19:00:00.000Z\",\"0.883083\",\"0.881086\",\"78.67333333333333\",\"79.93333333333334\"\n\"2024-07-18T19:05:00.000Z\",\"10.637775\",\"10.608076\",\"943.31\",\"944.5366666666666\"\n\"2024-07-18T19:10:00.000Z\",\"4.367069\",\"4.354769\",\"399.92333333333335\",\"401.1666666666667\"\n\"2024-07-18T19:15:00.000Z\",\"0.851638\",\"0.849686\",\"75.47333333333333\",\"76.66\"\n\"2024-07-18T19:20:00.000Z\",\"10.632882\",\"10.603498\",\"935.7166666666667\",\"936.9833333333333\"\n\"2024-07-18T19:25:00.000Z\",\"4.384597\",\"4.373073\",\"377.5133333333333\",\"378.80333333333334\"\n\"2024-07-18T19:30:00.000Z\",\"1.002209\",\"0.99996\",\"86.52\",\"87.76333333333334\"\n\"2024-07-18T19:35:00.000Z\",\"10.430267\",\"10.402319\",\"891.06\",\"892.2966666666666\"\n\"2024-07-18T19:40:00.000Z\",\"4.432132\",\"4.419758\",\"403.2733333333333\",\"404.52666666666664\"\n\"2024-07-18T19:45:00.000Z\",\"0.974239\",\"0.97181\",\"90.72\",\"91.96666666666667\"\n\"2024-07-18T19:50:00.000Z\",\"10.454344\",\"10.425118\",\"929.6766666666666\",\"930.86\"\n\"2024-07-18T19:55:00.000Z\",\"4.454142\",\"4.442208\",\"388.13\",\"389.35333333333335\"\n\"2024-07-18T20:00:00.000Z\",\"0.945047\",\"0.942662\",\"91.47666666666667\",\"92.75666666666666\"\n\"2024-07-18T20:05:00.000Z\",\"10.675683\",\"10.644288\",\"1004.0766666666667\",\"1005.3066666666666\"\n\"2024-07-18T20:10:00.000Z\",\"4.299615\",\"4.289497\",\"374.71666666666664\",\"375.93\"\n\"2024-07-18T20:15:00.000Z\",\"0.904934\",\"0.902876\",\"79.79666666666667\",\"80.99333333333334\"\n\"2024-07-18T20:20:00.000Z\",\"10.61953\",\"10.594288\",\"920.2033333333334\",\"921.46\"\n\"2024-07-18T20:25:00.000Z\",\"4.342268\",\"4.326692\",\"387.9033333333333\",\"389.15\"\n\"2024-07-18T20:30:00.000Z\",\"0.890938\",\"0.888854\",\"81.91666666666667\",\"83.16666666666667\"\n\"2024-07-18T20:35:00.000Z\",\"10.647448\",\"10.617273\",\"958.98\",\"960.2533333333333\"\n\"2024-07-18T20:40:00.000Z\",\"4.369267\",\"4.35668\",\"409.04333333333335\",\"410.3\"\n\"2024-07-18T20:45:00.000Z\",\"0.854629\",\"0.852716\",\"75.32\",\"76.55333333333333\"\n\"2024-07-18T20:50:00.000Z\",\"10.634828\",\"10.605512\",\"933.2433333333333\",\"934.5133333333333\"\n\"2024-07-18T20:55:00.000Z\",\"4.374433\",\"4.362973\",\"372.34\",\"373.5933333333333\"\n\"2024-07-18T21:00:00.000Z\",\"0.83386\",\"0.831819\",\"79.89\",\"81.12666666666667\"\n\"2024-07-18T21:05:00.000Z\",\"10.653497\",\"10.623201\",\"963.19\",\"964.46\"\n\"2024-07-18T21:10:00.000Z\",\"4.416436\",\"4.404213\",\"399.8233333333333\",\"401.07\"\n\"2024-07-18T21:15:00.000Z\",\"0.990106\",\"0.987714\",\"94.71666666666667\",\"96.06666666666666\"\n\"2024-07-18T21:20:00.000Z\",\"10.477265\",\"10.446823\",\"966.2066666666667\",\"967.1066666666667\"\n\"2024-07-18T21:25:00.000Z\",\"4.43691\",\"4.425191\",\"382.9266666666667\",\"384.17333333333335\"\n\"2024-07-18T21:30:00.000Z\",\"0.95456\",\"0.952384\",\"84.87666666666667\",\"86.14\"\n\"2024-07-18T21:35:00.000Z\",\"10.462113\",\"10.432438\",\"942.11\",\"943.3333333333334\"\n\"2024-07-18T21:40:00.000Z\",\"4.482164\",\"4.469497\",\"410.72\",\"411.9166666666667\"\n\"2024-07-18T21:45:00.000Z\",\"0.922211\",\"0.920161\",\"82.19\",\"83.44\"\n\"2024-07-18T21:50:00.000Z\",\"10.6612\",\"10.630301\",\"981.21\",\"982.46\"\n\"2024-07-18T21:55:00.000Z\",\"4.313422\",\"4.302058\",\"369.95\",\"371.15\"\n\"2024-07-18T22:00:00.000Z\",\"0.892204\",\"0.890192\",\"81.46\",\"82.70333333333333\"\n\"2024-07-18T22:05:00.000Z\",\"10.663133\",\"10.632139\",\"984.2766666666666\",\"985.5366666666666\"\n\"2024-07-18T22:10:00.000Z\",\"4.357285\",\"4.345131\",\"395.10333333333335\",\"396.35\"\n\"2024-07-18T22:15:00.000Z\",\"0.853816\",\"0.85195\",\"73.51666666666667\",\"74.76\"\n\"2024-07-18T22:20:00.000Z\",\"10.654207\",\"10.623652\",\"969.9533333333334\",\"971.1833333333333\"\n\"2024-07-18T22:25:00.000Z\",\"4.390447\",\"4.37848\",\"392.37666666666667\",\"393.61\"\n\"2024-07-18T22:30:00.000Z\",\"0.824109\",\"0.822217\",\"74.28666666666666\",\"75.50666666666666\"\n\"2024-07-18T22:35:00.000Z\",\"10.646145\",\"10.616029\",\"957.0266666666666\",\"958.2866666666666\"\n\"2024-07-18T22:40:00.000Z\",\"4.429626\",\"4.417165\",\"404.95\",\"406.2\"\n\"2024-07-18T22:45:00.000Z\",\"0.975716\",\"0.973397\",\"88.39333333333333\",\"89.66666666666667\"\n\"2024-07-18T22:50:00.000Z\",\"10.483143\",\"10.45239\",\"975.8666666666667\",\"977.0766666666667\"\n\"2024-07-18T22:55:00.000Z\",\"4.45307\",\"4.441813\",\"392.14\",\"395.03\"\n\"2024-07-18T23:00:00.000Z\",\"0.936573\",\"0.934417\",\"83.52666666666667\",\"85.03666666666666\"\n\"2024-07-18T23:05:00.000Z\",\"10.438434\",\"10.410794\",\"902.7333333333333\",\"903.83\"\n\"2024-07-18T23:10:00.000Z\",\"4.486978\",\"4.474968\",\"390.4066666666667\",\"391.6333333333333\"\n\"2024-07-18T23:15:00.000Z\",\"0.942488\",\"0.940207\",\"83.96\",\"85.16333333333333\"\n\"2024-07-18T23:20:00.000Z\",\"10.626105\",\"10.597807\",\"925.5766666666667\",\"926.7966666666666\"\n\"2024-07-18T23:25:00.000Z\",\"4.307083\",\"4.294146\",\"391.87333333333333\",\"393.1433333333333\"\n\"2024-07-18T23:30:00.000Z\",\"0.909922\",\"0.911377\",\"84.27\",\"85.82666666666667\"\n\"2024-07-18T23:35:00.000Z\",\"10.624083\",\"10.592343\",\"921.73\",\"923.0133333333333\"\n\"2024-07-18T23:40:00.000Z\",\"4.330218\",\"4.317831\",\"374.41\",\"375.31\"\n\"2024-07-18T23:45:00.000Z\",\"0.876731\",\"0.874755\",\"77.83\",\"79.11333333333333\"\n\"2024-07-18T23:50:00.000Z\",\"10.626904\",\"10.597768\",\"925.95\",\"927.2\"\n\"2024-07-18T23:55:00.000Z\",\"4.359581\",\"4.348028\",\"376.69\",\"377.95666666666665\"\n\"2024-07-19T00:00:00.000Z\",\"0.847153\",\"0.845097\",\"79.36333333333333\",\"80.81333333333333\"\n\"2024-07-19T00:05:00.000Z\",\"10.658692\",\"10.628098\",\"971.5533333333333\",\"972.61\"\n\"2024-07-19T00:10:00.000Z\",\"4.391731\",\"4.379958\",\"383.37\",\"384.65\"\n\"2024-07-19T00:15:00.000Z\",\"1.000216\",\"1.001515\",\"89.42666666666666\",\"90.99333333333334\"\n\"2024-07-19T00:20:00.000Z\",\"10.469209\",\"10.43554\",\"953.6\",\"954.5533333333333\"\n"}],"_postman_id":"de75ecfd-42d5-49b8-bc10-5c099ed090ac"},{"name":"Get IX Telemetry","id":"d9699d8a-38e5-47c7-a55b-3a2de4668bf2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"},{"key":"Accept","value":"text/csv"}],"url":"{{baseUrl}}/v2/product/ix/{productUid}/telemetry?type={type}&from={from}&to={to}&days={days}","description":"<p>Returns telemetry details for the specified IX.</p>\n<p>The <code>productUid</code> is the unique product ID and is required.</p>\n<p>Multiple telemetry types can be passed. For example, GET /v2/product/ix/5624060e-32gb-4267-a340-c15e91bc0f82/telemetry?type=BITS&amp;type=PACKETS&amp;days=30. When multiple telemetry types are passed, the top level type is set to <code>null</code> in the response. The key information for each telemetry type is in the {data} section of the response.</p>\n<p>A minimum of one telemetry type must be provided.</p>\n<p>Telemetry details can be returned by number of days in the past, or by passing a date range: 'from' and 'to'. If no <code>days</code>, or <code>to</code> and <code>from</code> are passed, the single most recent measurement is returned, which is approximately every 5 minutes.</p>\n<p>The maximum number of days that can be requested is 180 days.</p>\n<p><strong>Note:</strong> The <code>days</code> parameter is mutually exclusive from <code>to</code> and <code>from</code>. If both <code>days</code> and <code>from</code> and <code>to</code> are passed, an error is returned explaining that the fields are mutually exclusive.</p>\n<p>You can return telemetry details in CSV format by specifying the text/csv header parameter.</p>\n","urlObject":{"path":["v2","product","ix","{productUid}","telemetry"],"host":["{{baseUrl}}"],"query":[{"description":{"content":"<p>Indicates the type of metric. Values include <code>BITS</code> and <code>PACKETS</code>. Multiple telemetry types can be passed. (Required - string)</p>\n","type":"text/plain"},"key":"type","value":"{type}"},{"description":{"content":"<p>Milliseconds since epoch. When not provided, returns the single most recent measurement. You can use a tool such as <a href=\"https://www.epochconverter.com/\">https://www.epochconverter.com/</a> for conversion to and from dates. (Optional - string)</p>\n","type":"text/plain"},"key":"from","value":"{from}"},{"description":{"content":"<p>Milliseconds since epoch. When not provided, returns the single most recent measurement. You can use a tool such as <a href=\"https://www.epochconverter.com/\">https://www.epochconverter.com/</a> for conversion to and from dates. (Optional - string)</p>\n","type":"text/plain"},"key":"to","value":"{to}"},{"description":{"content":"<p>The number of days in the past from today for which to return telemetry details. This parameter is mutually exclusive from \"to\" and \"from\". (Optional - string)</p>\n","type":"text/plain"},"key":"days","value":"{days}"}],"variable":[]}},"response":[{"id":"7ca4d204-528d-4652-a621-624305100a8f","name":"Get IX Telemetry - Single Telemetry Type (From, To)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":{"raw":"https://api-staging.megaport.com/v2/product/ix/5624060e-32fb-4268-a340-c15e91bc0f81/telemetry?from=1614205384000&to=1614378184000&type=BITS","protocol":"https","host":["api-staging","megaport","com"],"path":["v2","product","ix","5624060e-32fb-4268-a340-c15e91bc0f81","telemetry"],"query":[{"key":"from","value":"1614205384000","description":"Milliseconds since epoch, you can use a tool such as https://www.epochconverter.com/ for conversion to and from dates. (Required - string)"},{"key":"to","value":"1614378184000","description":"Milliseconds since epoch, you can use a tool such as https://www.epochconverter.com/ for conversion to and from dates. (Required - string)"},{"key":"type","value":"BITS"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 26 Feb 2021 22:45:15 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.17.10"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"UOW","value":"41ff1219-8ffc-4d00-89ad-94ca48d67b65"},{"key":"ETag","value":"W/\"0c432294dee54ad165f9e3aae2303d9a9\""},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"serviceUid\": \"5624060e-32fb-4268-a340-c15e91bc0f81\",\n    \"type\": \"BITS\",\n    \"timeFrame\": {\n        \"from\": 1614205384000,\n        \"to\": 1614378184000\n    },\n    \"data\": [\n        {\n            \"type\": \"BITS\",\n            \"subtype\": \"Configured speed\",\n            \"samples\": [\n                [\n                    1614378000000,\n                    10\n                ],\n                [\n                    1614377700000,\n                    10\n                ],\n\n...\n\n\n                [\n                    1614205800000,\n                    10\n                ],\n                [\n                    1614205500000,\n                    10\n                ]\n            ],\n            \"unit\": {\n                \"name\": \"Mbps\",\n                \"fullName\": \"Megabits per second\"\n            }\n        },\n        {\n            \"type\": \"BITS\",\n            \"subtype\": \"In\",\n            \"samples\": [\n                [\n                    1614378000000,\n                    0\n                ],\n                [\n                    1614377700000,\n                    0\n                ],\n\n...\n\n\n                [\n                    1614205800000,\n                    0\n                ],\n                [\n                    1614205500000,\n                    0\n                ]\n            ],\n            \"unit\": {\n                \"name\": \"Mbps\",\n                \"fullName\": \"Megabits per second\"\n            }\n        },\n        {\n            \"type\": \"BITS\",\n            \"subtype\": \"Out\",\n            \"samples\": [\n                [\n                    1614378000000,\n                    0\n                ],\n                [\n                    1614377700000,\n                    0\n                ],\n\n...\n\n\n                [\n                    1614205800000,\n                    0\n                ],\n                [\n                    1614205500000,\n                    0\n                ]\n            ],\n            \"unit\": {\n                \"name\": \"Mbps\",\n                \"fullName\": \"Megabits per second\"\n            }\n        }\n    ]\n}"},{"id":"75cf07ba-ca62-4d13-96fc-27355b5f2ce9","name":"Get IX Telemetry - Single Telemetry Type (Days)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":{"raw":"{{baseUrl}}/v2/product/ix/7a1ddefd-300e-4db5-87d5-f720a11ed32d/telemetry?type=BITS&days=1","host":["{{baseUrl}}"],"path":["v2","product","ix","7a1ddefd-300e-4db5-87d5-f720a11ed32d","telemetry"],"query":[{"key":"type","value":"BITS","description":"Indicates the type of metric. Values include `BITS` and `PACKETS`. Multiple telemetry types can be passed. (Required - string)"},{"key":"from","value":"{from}","description":"Milliseconds since epoch. When not provided, returns the single most recent measurement. You can use a tool such as https://www.epochconverter.com/ for conversion to and from dates. (Optional - string)","disabled":true},{"key":"to","value":"{to}","description":"Milliseconds since epoch. When not provided, returns the single most recent measurement. You can use a tool such as https://www.epochconverter.com/ for conversion to and from dates. (Optional - string)","disabled":true},{"key":"days","value":"1","description":"The number of days in the past from today for which to return telemetry details. This parameter is mutually exclusive from \"to\" and \"from\". (Optional - string)\n\n"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Mon, 11 Dec 2023 08:31:09 GMT"},{"key":"X-Amzn-Trace-Id","value":"Root=1-6576c8cd-5248093c7aecc1e338bd00f5"},{"key":"Trace-Id","value":"754cb5bcd9f1ba803810d47bf66d52af"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"UOW","value":"ed8da4c8-fd89-4b95-9190-5ce299b55573"},{"key":"Server-Timing","value":"app;dur=63"},{"key":"ETag","value":"W/\"0bb5931cb13332ffb37a3ae8ac15c97bb\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 e575582c24a1bc95cd06311c3837a63a.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"SYD62-P1"},{"key":"X-Amz-Cf-Id","value":"XEDgLD6V81N48DGWxjGqGi-mr5TLbRcIWhGg0wEHRfnqaO2hhcpW5Q=="}],"cookie":[],"responseTime":null,"body":"{\n    \"serviceUid\": \"7a1ddefd-300e-4db5-87d5-f720a11ed32d\",\n    \"type\": \"BITS\",\n    \"timeFrame\": {\n        \"from\": 1702197069943,\n        \"to\": 1702283469943\n    },\n    \"data\": [\n        {\n            \"type\": \"BITS\",\n            \"subtype\": \"Configured speed\",\n            \"samples\": [\n                [\n                    1702283100000,\n                    5000\n                ],\n                [\n                    1702282800000,\n                    5000\n                ],\n                [\n                    1702282500000,\n                    5000\n                ],\n                [\n                    1702282200000,\n                    5000\n                ],\n                [\n                    1702281900000,\n                    5000\n                ],\n                [\n                    1702281600000,\n                    5000\n                ],\n                [\n                    1702281300000,\n                    5000\n                ],\n                [\n                    1702281000000,\n                    5000\n                ],\n                [\n                    1702280700000,\n                    5000\n                ],\n                [\n                    1702280400000,\n                    5000\n                ],\n                [\n                    1702280100000,\n                    5000\n                ],\n                [\n                    1702279800000,\n                    5000\n                ],\n                [\n                    1702279500000,\n                    5000\n                ],\n                [\n                    1702279200000,\n                    5000\n                ],\n                [\n                    1702278900000,\n                    5000\n                ],\n                [\n                    1702278600000,\n                    5000\n                ],\n                [\n                    1702278300000,\n                    5000\n                ],\n                [\n                    1702278000000,\n                    5000\n                ]\n            ],\n            \"unit\": {\n                \"name\": \"Mbps\",\n                \"fullName\": \"Megabits per second\"\n            }\n        },\n        {\n            \"type\": \"BITS\",\n            \"subtype\": \"Out\",\n            \"samples\": [\n                [\n                    1702283100000,\n                    0\n                ],\n                [\n                    1702282800000,\n                    0\n                ],\n                [\n                    1702282500000,\n                    0\n                ],\n                [\n                    1702282200000,\n                    0\n                ],\n                [\n                    1702281900000,\n                    0\n                ],\n                [\n                    1702281600000,\n                    0\n                ],\n                [\n                    1702281300000,\n                    0\n                ],\n                [\n                    1702281000000,\n                    0\n                ],\n                [\n                    1702280700000,\n                    0\n                ],\n                [\n                    1702280400000,\n                    0\n                ],\n                [\n                    1702280100000,\n                    0\n                ],\n                [\n                    1702279800000,\n                    0\n                ],\n                [\n                    1702279500000,\n                    0\n                ],\n                [\n                    1702279200000,\n                    0\n                ],\n                [\n                    1702278900000,\n                    0\n                ],\n                [\n                    1702278600000,\n                    0\n                ]\n            ],\n            \"unit\": {\n                \"name\": \"Mbps\",\n                \"fullName\": \"Megabits per second\"\n            }\n        },\n        {\n            \"type\": \"BITS\",\n            \"subtype\": \"In\",\n            \"samples\": [\n                [\n                    1702283100000,\n                    0\n                ],\n                [\n                    1702282800000,\n                    0\n                ],\n                [\n                    1702282500000,\n                    0\n                ],\n                [\n                    1702282200000,\n                    0\n                ],\n                [\n                    1702281900000,\n                    0\n                ],\n                [\n                    1702281600000,\n                    0\n                ],\n                [\n                    1702281300000,\n                    0\n                ],\n                [\n                    1702281000000,\n                    0\n                ],\n                [\n                    1702280700000,\n                    0\n                ],\n                [\n                    1702280400000,\n                    0\n                ],\n                [\n                    1702280100000,\n                    0\n                ],\n                [\n                    1702279800000,\n                    0\n                ],\n                [\n                    1702279500000,\n                    0\n                ],\n                [\n                    1702279200000,\n                    0\n                ],\n                [\n                    1702278900000,\n                    0\n                ],\n                [\n                    1702278600000,\n                    0\n                ]\n            ],\n            \"unit\": {\n                \"name\": \"Mbps\",\n                \"fullName\": \"Megabits per second\"\n            }\n        }\n    ]\n}"},{"id":"6cb79191-8fed-45d8-8d4a-8a1adcc0840f","name":"Get IX Telemetry - Multiple Telemetry Types (Days)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":{"raw":"{{baseUrl}}/v2/product/ix/7a1ddefd-300e-4db5-87d5-f720a11ed32d/telemetry?type=BITS&days=1&type=PACKETS","host":["{{baseUrl}}"],"path":["v2","product","ix","7a1ddefd-300e-4db5-87d5-f720a11ed32d","telemetry"],"query":[{"key":"type","value":"BITS","description":"Indicates the type of metric. Values include `BITS` and `PACKETS`. Multiple telemetry types can be passed. (Required - string)"},{"key":"from","value":"{from}","description":"Milliseconds since epoch. When not provided, returns the single most recent measurement. You can use a tool such as https://www.epochconverter.com/ for conversion to and from dates. (Optional - string)","disabled":true},{"key":"to","value":"{to}","description":"Milliseconds since epoch. When not provided, returns the single most recent measurement. You can use a tool such as https://www.epochconverter.com/ for conversion to and from dates. (Optional - string)","disabled":true},{"key":"days","value":"1","description":"The number of days in the past from today for which to return telemetry details. This parameter is mutually exclusive from \"to\" and \"from\". (Optional - string)\n\n"},{"key":"type","value":"PACKETS"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Mon, 11 Dec 2023 08:33:55 GMT"},{"key":"X-Amzn-Trace-Id","value":"Root=1-6576c973-7664cedb47e2214d7ff791df"},{"key":"Trace-Id","value":"ac78f19a2b877d9d53b217153aaba578"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"UOW","value":"1ebfb431-4977-40fd-a11a-df4eba290455"},{"key":"Server-Timing","value":"app;dur=70"},{"key":"ETag","value":"W/\"092d8075d66473a74be9e1934014fd98d\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 e575582c24a1bc95cd06311c3837a63a.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"SYD62-P1"},{"key":"X-Amz-Cf-Id","value":"h9br5Frv2zzDR4qKCemJLOPEzmb0CSObY04Fzxvm_7J_agpj07SIyw=="}],"cookie":[],"responseTime":null,"body":"{\n    \"serviceUid\": \"7a1ddefd-300e-4db5-87d5-f720a11ed32d\",\n    \"type\": null,\n    \"timeFrame\": {\n        \"from\": 1702197235398,\n        \"to\": 1702283635398\n    },\n    \"data\": [\n        {\n            \"type\": \"BITS\",\n            \"subtype\": \"In\",\n            \"samples\": [\n                [\n                    1702283400000,\n                    0\n                ],\n                [\n                    1702283100000,\n                    0\n                ],\n                [\n                    1702282800000,\n                    0\n                ],\n                [\n                    1702282500000,\n                    0\n                ],\n                [\n                    1702282200000,\n                    0\n                ],\n                [\n                    1702281900000,\n                    0\n                ],\n                [\n                    1702281600000,\n                    0\n                ],\n                [\n                    1702281300000,\n                    0\n                ],\n                [\n                    1702281000000,\n                    0\n                ],\n                [\n                    1702280700000,\n                    0\n                ],\n                [\n                    1702280400000,\n                    0\n                ],\n                [\n                    1702280100000,\n                    0\n                ],\n                [\n                    1702279800000,\n                    0\n                ],\n                [\n                    1702279500000,\n                    0\n                ],\n                [\n                    1702279200000,\n                    0\n                ],\n                [\n                    1702278900000,\n                    0\n                ],\n                [\n                    1702278600000,\n                    0\n                ]\n            ],\n            \"unit\": {\n                \"name\": \"Mbps\",\n                \"fullName\": \"Megabits per second\"\n            }\n        },\n        {\n            \"type\": \"BITS\",\n            \"subtype\": \"Configured speed\",\n            \"samples\": [\n                [\n                    1702283400000,\n                    5000\n                ],\n                [\n                    1702283100000,\n                    5000\n                ],\n                [\n                    1702282800000,\n                    5000\n                ],\n                [\n                    1702282500000,\n                    5000\n                ],\n                [\n                    1702282200000,\n                    5000\n                ],\n                [\n                    1702281900000,\n                    5000\n                ],\n                [\n                    1702281600000,\n                    5000\n                ],\n                [\n                    1702281300000,\n                    5000\n                ],\n                [\n                    1702281000000,\n                    5000\n                ],\n                [\n                    1702280700000,\n                    5000\n                ],\n                [\n                    1702280400000,\n                    5000\n                ],\n                [\n                    1702280100000,\n                    5000\n                ],\n                [\n                    1702279800000,\n                    5000\n                ],\n                [\n                    1702279500000,\n                    5000\n                ],\n                [\n                    1702279200000,\n                    5000\n                ],\n                [\n                    1702278900000,\n                    5000\n                ],\n                [\n                    1702278600000,\n                    5000\n                ],\n                [\n                    1702278300000,\n                    5000\n                ],\n                [\n                    1702278000000,\n                    5000\n                ]\n            ],\n            \"unit\": {\n                \"name\": \"Mbps\",\n                \"fullName\": \"Megabits per second\"\n            }\n        },\n        {\n            \"type\": \"BITS\",\n            \"subtype\": \"Out\",\n            \"samples\": [\n                [\n                    1702283400000,\n                    0\n                ],\n                [\n                    1702283100000,\n                    0\n                ],\n                [\n                    1702282800000,\n                    0\n                ],\n                [\n                    1702282500000,\n                    0\n                ],\n                [\n                    1702282200000,\n                    0\n                ],\n                [\n                    1702281900000,\n                    0\n                ],\n                [\n                    1702281600000,\n                    0\n                ],\n                [\n                    1702281300000,\n                    0\n                ],\n                [\n                    1702281000000,\n                    0\n                ],\n                [\n                    1702280700000,\n                    0\n                ],\n                [\n                    1702280400000,\n                    0\n                ],\n                [\n                    1702280100000,\n                    0\n                ],\n                [\n                    1702279800000,\n                    0\n                ],\n                [\n                    1702279500000,\n                    0\n                ],\n                [\n                    1702279200000,\n                    0\n                ],\n                [\n                    1702278900000,\n                    0\n                ],\n                [\n                    1702278600000,\n                    0\n                ]\n            ],\n            \"unit\": {\n                \"name\": \"Mbps\",\n                \"fullName\": \"Megabits per second\"\n            }\n        },\n        {\n            \"type\": \"PACKETS\",\n            \"subtype\": \"Out\",\n            \"samples\": [\n                [\n                    1702283400000,\n                    0\n                ],\n                [\n                    1702283100000,\n                    0\n                ],\n                [\n                    1702282800000,\n                    0\n                ],\n                [\n                    1702282500000,\n                    0\n                ],\n                [\n                    1702282200000,\n                    0\n                ],\n                [\n                    1702281900000,\n                    0\n                ],\n                [\n                    1702281600000,\n                    0\n                ],\n                [\n                    1702281300000,\n                    0\n                ],\n                [\n                    1702281000000,\n                    0\n                ],\n                [\n                    1702280700000,\n                    0\n                ],\n                [\n                    1702280400000,\n                    0\n                ],\n                [\n                    1702280100000,\n                    0\n                ],\n                [\n                    1702279800000,\n                    0\n                ],\n                [\n                    1702279500000,\n                    0\n                ],\n                [\n                    1702279200000,\n                    0\n                ],\n                [\n                    1702278900000,\n                    0\n                ],\n                [\n                    1702278600000,\n                    0\n                ]\n            ],\n            \"unit\": {\n                \"name\": \"pps\",\n                \"fullName\": \"Packets per second\"\n            }\n        },\n        {\n            \"type\": \"PACKETS\",\n            \"subtype\": \"In\",\n            \"samples\": [\n                [\n                    1702283400000,\n                    0\n                ],\n                [\n                    1702283100000,\n                    0\n                ],\n                [\n                    1702282800000,\n                    0\n                ],\n                [\n                    1702282500000,\n                    0\n                ],\n                [\n                    1702282200000,\n                    0\n                ],\n                [\n                    1702281900000,\n                    0\n                ],\n                [\n                    1702281600000,\n                    0\n                ],\n                [\n                    1702281300000,\n                    0\n                ],\n                [\n                    1702281000000,\n                    0\n                ],\n                [\n                    1702280700000,\n                    0\n                ],\n                [\n                    1702280400000,\n                    0\n                ],\n                [\n                    1702280100000,\n                    0\n                ],\n                [\n                    1702279800000,\n                    0\n                ],\n                [\n                    1702279500000,\n                    0\n                ],\n                [\n                    1702279200000,\n                    0\n                ],\n                [\n                    1702278900000,\n                    0\n                ],\n                [\n                    1702278600000,\n                    0\n                ]\n            ],\n            \"unit\": {\n                \"name\": \"pps\",\n                \"fullName\": \"Packets per second\"\n            }\n        }\n    ]\n}"}],"_postman_id":"d9699d8a-38e5-47c7-a55b-3a2de4668bf2"},{"name":"Get Megaport Internet Telemetry","id":"9b022cd5-ddb5-47ab-8f34-dbc152f2e754","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"},{"key":"Accept","value":"text/csv"}],"url":"{{baseUrl}}/v2/product/vxc/{productUid}/telemetry?type={type}&from={from}&to={to}&days={days}","description":"<p>Returns telemetry details for the specified Megaport Internet connection.</p>\n<p>The <code>productUid</code> is the unique product ID and is required.</p>\n<p>Multiple telemetry types can be passed. For example, GET /v2/product/vxc/5624060e-32gb-4267-a340-c15e91bc0f82/telemetry?type=BITS&amp;type=PACKETS&amp;days=30. When multiple telemetry types are passed, the top level type is set to <code>null</code> in the response. The key information for each telemetry type is in the {data} section of the response.</p>\n<p>A minimum of one telemetry type must be provided.</p>\n<p>Telemetry details can be returned by number of days in the past, or by passing a date range: 'from' and 'to'. If no <code>days</code>, or <code>to</code> and <code>from</code> are passed, the single most recent measurement is returned, which is approximately every 5 minutes.</p>\n<p>The maximum number of days that can be requested is 180 days.</p>\n<p><strong>Note:</strong> The <code>days</code> parameter is mutually exclusive from <code>to</code> and <code>from</code>. If both <code>days</code> and <code>from</code> and <code>to</code> are passed, an error is returned explaining that the fields are mutually exclusive.</p>\n<p>You can return telemetry details in CSV format by specifying the text/csv header parameter.</p>\n","urlObject":{"path":["v2","product","vxc","{productUid}","telemetry"],"host":["{{baseUrl}}"],"query":[{"description":{"content":"<p>Indicates the type of metric. Values include <code>A_BITS</code>, <code>B_BITS</code>, <code>A_PACKETS</code>, and <code>B_PACKETS</code>. Multiple telemetry types can be passed. (Required - string)</p>\n","type":"text/plain"},"key":"type","value":"{type}"},{"description":{"content":"<p>Milliseconds since epoch. When not provided, returns the single most recent measurement. You can use a tool such as <a href=\"https://www.epochconverter.com/\">https://www.epochconverter.com/</a> for conversion to and from dates. (Optional - string)</p>\n","type":"text/plain"},"key":"from","value":"{from}"},{"description":{"content":"<p>Milliseconds since epoch. When not provided, returns the single most recent measurement. You can use a tool such as <a href=\"https://www.epochconverter.com/\">https://www.epochconverter.com/</a> for conversion to and from dates. (Optional - string) </p>\n","type":"text/plain"},"key":"to","value":"{to}"},{"description":{"content":"<p>The number of days in the past from today for which to return telemetry details. This parameter is mutually exclusive from \"to\" and \"from\". (Optional - string)</p>\n","type":"text/plain"},"key":"days","value":"{days}"}],"variable":[]}},"response":[{"id":"8de175e0-8fec-404e-b07a-6dd2417af52b","name":"Get Megaport Internet Telemetry - Single Telemetry Type (From, To)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":{"raw":"{{baseUrl}}/v2/product/vxc/bddec27a-0af1-4b0a-ae42-38a0a277a440/telemetry?type=A_BITS&from=1614283800000&to=1614284400000","host":["{{baseUrl}}"],"path":["v2","product","vxc","bddec27a-0af1-4b0a-ae42-38a0a277a440","telemetry"],"query":[{"key":"type","value":"A_BITS"},{"key":"from","value":"1614283800000"},{"key":"to","value":"1614284400000"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 26 Feb 2021 22:06:32 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.17.10"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Set-Cookie","value":"JSESSIONID=EEA91B71AE0BE0C5D77413E80F4B548A; Path=/; HttpOnly"},{"key":"UOW","value":"0925eb40-9235-471a-a2db-dc70a0f2844b"},{"key":"ETag","value":"W/\"06fd58d35d4787bf589582a60d8ad457c\""},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"serviceUid\": \"bddec27a-0af1-4b0a-ae42-38a0a277a440\",\n    \"type\": \"A_BITS\",\n    \"timeFrame\": {\n        \"from\": 1614283800000,\n        \"to\": 1614284400000\n    },\n    \"data\": [\n        {\n            \"type\": \"A_BITS\",\n            \"subtype\": \"Out\",\n            \"samples\": [\n                [\n                    1614284400000,\n                    0\n                ],\n                [\n                    1614284100000,\n                    0\n                ],\n                [\n                    1614283800000,\n                    0\n                ]\n            ],\n            \"unit\": {\n                \"name\": \"Mbps\",\n                \"fullName\": \"Megabits per second\"\n            }\n        },\n        {\n            \"type\": \"A_BITS\",\n            \"subtype\": \"In\",\n            \"samples\": [\n                [\n                    1614284400000,\n                    0.00006645333333333333\n                ],\n                [\n                    1614284100000,\n                    0\n                ],\n                [\n                    1614283800000,\n                    0.00006645333333333333\n                ]\n            ],\n            \"unit\": {\n                \"name\": \"Mbps\",\n                \"fullName\": \"Megabits per second\"\n            }\n        },\n        {\n            \"type\": \"A_BITS\",\n            \"subtype\": \"Configured speed\",\n            \"samples\": [\n                [\n                    1614284400000,\n                    10000\n                ],\n                [\n                    1614284100000,\n                    10000\n                ],\n                [\n                    1614283800000,\n                    10000\n                ]\n            ],\n            \"unit\": {\n                \"name\": \"Mbps\",\n                \"fullName\": \"Megabits per second\"\n            }\n        }\n    ]\n}"},{"id":"7330f888-804d-4059-b66f-bdc91767e722","name":"Get Megaport Internet Telemetry - Single Telemetry Type (Days)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":{"raw":"{{baseUrl}}/v2/product/vxc/eba5dda1-e956-4f4d-be3e-abadece9b33d/telemetry?type=A_BITS&days=5","host":["{{baseUrl}}"],"path":["v2","product","vxc","eba5dda1-e956-4f4d-be3e-abadece9b33d","telemetry"],"query":[{"key":"type","value":"A_BITS","description":"Indicates the type of metric. Values include `A_BITS`, `B_BITS`, `A_PACKETS`, and `B_PACKETS`. Multiple telemetry types can be passed. (Required - string)"},{"key":"from","value":"{from}","description":"Milliseconds since epoch. When not provided, returns the single most recent measurement. You can use a tool such as https://www.epochconverter.com/ for conversion to and from dates. (Optional - string)","disabled":true},{"key":"to","value":"{to}","description":"Milliseconds since epoch. When not provided, returns the single most recent measurement. You can use a tool such as https://www.epochconverter.com/ for conversion to and from dates. (Optional - string) ","disabled":true},{"key":"days","value":"5","description":"The number of days in the past from today for which to return telemetry details. This parameter is mutually exclusive from \"to\" and \"from\". (Optional - string)\n"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Mon, 11 Dec 2023 08:40:32 GMT"},{"key":"X-Amzn-Trace-Id","value":"Root=1-6576cb00-07d91c833fe1759063d834fa"},{"key":"Trace-Id","value":"14a60956954fa1b3e809d348cd4a0f8c"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"UOW","value":"4244fbcd-9abf-4117-bbb7-5091def772f6"},{"key":"Server-Timing","value":"app;dur=174"},{"key":"ETag","value":"W/\"017a3d9f704ca1c40fb2f92ea69a6fe27\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 482a1ea4dd283bc043aa76fee74514f6.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"SYD62-P1"},{"key":"X-Amz-Cf-Id","value":"hnPbq_mQGjdf5BH2vJUe1ye2mnxQnXL1sT6eejr8DsgBENtXM4JROg=="}],"cookie":[],"responseTime":null,"body":"{\n    \"serviceUid\": \"eba5dda1-e956-4f4d-be3e-abadece9b33d\",\n    \"type\": \"A_BITS\",\n    \"timeFrame\": {\n        \"from\": 1701852032183,\n        \"to\": 1702284032183\n    },\n    \"data\": [\n        {\n            \"type\": \"A_BITS\",\n            \"subtype\": \"In\",\n            \"samples\": [\n                [\n                    1702283700000,\n                    0.0009213866666666667\n                ],\n                [\n                    1702283400000,\n                    0.0009982666666666666\n                ],\n                [\n                    1702283100000,\n                    0.00152952\n                ],\n                [\n                    1702282800000,\n                    0.0009041866666666666\n                ],\n                [\n                    1702282500000,\n                    0.00102064\n                ],\n                [\n                    1702282200000,\n                    0.00103432\n                ],\n                [\n                    1702281900000,\n                    0.0009409066666666667\n                ],\n                [\n                    1702281600000,\n                    0.0008762933333333333\n                ],\n                [\n                    1702281300000,\n                    0.0010207733333333334\n                ],\n                [\n                    1702281000000,\n                    0.0008380533333333333\n                ],\n                [\n                    1702280700000,\n                    0.0010229333333333333\n                ],\n                [\n                    1702280400000,\n                    0.00103816\n                ],\n                [\n                    1702280100000,\n                    0.0010393333333333333\n                ],\n                [\n                    1702279800000,\n                    0.0009184266666666666\n                ],\n                [\n                    1702279500000,\n                    0.0011338399999999999\n                ],\n                [\n                    1702279200000,\n                    0.0008892533333333334\n                ],\n                [\n                    1702278900000,\n                    0.00039256\n                ],\n                [\n                    1702278600000,\n                    0.0011457866666666667\n                ],\n                [\n                    1702278300000,\n                    0.00099824\n                ],\n                [\n                    1702278000000,\n                    0.0011420533333333332\n                ],\n                [\n                    1702277700000,\n                    0.0010221333333333333\n                ],\n                [\n                    1702277400000,\n                    0.0010381066666666665\n                ],\n                [\n                    1701852300000,\n                    20\n                ]\n            ],\n            \"unit\": {\n                \"name\": \"Mbps\",\n                \"fullName\": \"Megabits per second\"\n            }\n        },\n        {\n            \"type\": \"A_BITS\",\n            \"subtype\": \"Out\",\n            \"samples\": [\n                [\n                    1702283700000,\n                    0.0007973066666666667\n                ],\n                [\n                    1702283400000,\n                    0.0009171733333333333\n                ],\n                [\n                    1702283100000,\n                    0.00092464\n                ],\n                [\n                    1702282800000,\n                    0.0008313066666666666\n                ],\n                [\n                    1702282500000,\n                    0.0008399733333333333\n                ],\n                [\n                    1702282200000,\n                    0.0008562933333333333\n                ],\n                [\n                    1701852300000,\n                    0.000358\n                ]\n            ],\n            \"unit\": {\n                \"name\": \"Mbps\",\n                \"fullName\": \"Megabits per second\"\n            }\n        }\n    ]\n}"},{"id":"53269b3f-e5f2-4952-b92b-0b3716eb4bc7","name":"Get Megaport Internet Telemetry - Multiple Telemetry Types (Days)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":{"raw":"{{baseUrl}}/v2/product/vxc/eba5dda1-e956-4f4d-be3e-abadece9b33d/telemetry?type=A_BITS&days=5&type=B_BITS","host":["{{baseUrl}}"],"path":["v2","product","vxc","eba5dda1-e956-4f4d-be3e-abadece9b33d","telemetry"],"query":[{"key":"type","value":"A_BITS","description":"Indicates the type of metric. Values include `A_BITS`, `B_BITS`, `A_PACKETS`, and `B_PACKETS`. Multiple telemetry types can be passed. (Required - string)"},{"key":"from","value":"{from}","description":"Milliseconds since epoch. When not provided, returns the single most recent measurement. You can use a tool such as https://www.epochconverter.com/ for conversion to and from dates. (Optional - string)","disabled":true},{"key":"to","value":"{to}","description":"Milliseconds since epoch. When not provided, returns the single most recent measurement. You can use a tool such as https://www.epochconverter.com/ for conversion to and from dates. (Optional - string) ","disabled":true},{"key":"days","value":"5","description":"The number of days in the past from today for which to return telemetry details. This parameter is mutually exclusive from \"to\" and \"from\". (Optional - string)\n"},{"key":"type","value":"B_BITS"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Mon, 11 Dec 2023 08:42:17 GMT"},{"key":"X-Amzn-Trace-Id","value":"Root=1-6576cb68-4e82781031198f19175c1961"},{"key":"Trace-Id","value":"b4777efcfd22b8bcbdfc228fb01a8bce"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"UOW","value":"facca3db-048e-4a37-b1c6-aabbb03b98a8"},{"key":"Server-Timing","value":"app;dur=158"},{"key":"ETag","value":"W/\"06fd0acf3878ff716f82428741bae1dcc\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 482a1ea4dd283bc043aa76fee74514f6.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"SYD62-P1"},{"key":"X-Amz-Cf-Id","value":"K2HFxirooExgRseq9SbNLErOzAq0KDrwhVVLauomC9QMx_p1pwzU1Q=="}],"cookie":[],"responseTime":null,"body":"{\n    \"serviceUid\": \"eba5dda1-e956-4f4d-be3e-abadece9b33d\",\n    \"type\": null,\n    \"timeFrame\": {\n        \"from\": 1701852137007,\n        \"to\": 1702284137007\n    },\n    \"data\": [\n        {\n            \"type\": \"A_BITS\",\n            \"subtype\": \"Out\",\n            \"samples\": [\n                [\n                    1702283700000,\n                    0.0007973066666666667\n                ],\n                [\n                    1702283400000,\n                    0.0009171733333333333\n                ],\n                [\n                    1702283100000,\n                    0.00092464\n                ],\n                [\n                    1702282800000,\n                    0.0008313066666666666\n                ],\n                [\n                    1702282500000,\n                    0.0008399733333333333\n                ],\n                [\n                    1702282200000,\n                    0.0008562933333333333\n                ],\n                [\n                    1702281900000,\n                    0.0009038133333333334\n                ],\n                [\n                    1702281600000,\n                    0.0007874666666666667\n                ],\n                [\n                    1702281300000,\n                    0.0009724\n                ],\n                [\n                    1702281000000,\n                    0.0007693066666666666\n                ],\n                [\n                    1702280700000,\n                    0.0008958933333333333\n                ],\n                [\n                    1702280400000,\n                    0.0008582933333333333\n                ],\n                [\n                    1702280100000,\n                    0.0008972266666666667\n                ],\n                [\n                    1702279800000,\n                    0.00086392\n                ],\n                [\n                    1702279500000,\n                    0.00100696\n                ],\n                [\n                    1702279200000,\n                    0.00081816\n                ],\n                [\n                    1702278900000,\n                    0.00034976\n                ],\n                [\n                    1702278600000,\n                    0.0009530933333333334\n                ],\n                [\n                    1702278300000,\n                    0.0008832\n                ],\n                [\n                    1702278000000,\n                    0.00102808\n                ],\n                [\n                    1702277700000,\n                    0.00096144\n                ],\n                [\n                    1702277400000,\n                    0.0009285333333333333\n                ],\n                [\n                    1702277100000,\n                    0.0007342666666666667\n                ],\n                [\n                    1702276800000,\n                    0.00074744\n                ],\n                [\n                    1702276500000,\n                    0.0007975733333333334\n                ],\n                [\n                    1702276200000,\n                    0.0006204266666666666\n                ],\n                [\n                    1702275900000,\n                    0.002484213333333333\n                ],\n                [\n                    1702275600000,\n                    0.00061272\n                ],\n                [\n                    1702275300000,\n                    0.00038407999999999997\n                ],\n                [\n                    1702275000000,\n                    0.00082392\n                ],\n                [\n                    1702274700000,\n                    0.00088328\n                ],\n                [\n                    1702274400000,\n                    0.0006954666666666667\n                ],\n                [\n                    1702274100000,\n                    0.0007407733333333333\n                ],\n                [\n                    1702273800000,\n                    0.00071088\n                ],\n                [\n                    1702273500000,\n                    0.0008214400000000001\n                ],\n                [\n                    1702273200000,\n                    0.0006906133333333333\n                ],\n                [\n                    1702272900000,\n                    0.0007857066666666667\n                ],\n                [\n                    1702272600000,\n                    0.0008081866666666667\n                ],\n                [\n                    1702272300000,\n                    0.0007936\n                ],\n                [\n                    1702272000000,\n                    0.0009145866666666668\n                ],\n                [\n                    1702271700000,\n                    0.0006703999999999999\n                ],\n                [\n                    1702271400000,\n                    0.0007462666666666666\n                ],\n                [\n                    1702271100000,\n                    0.0007830666666666668\n                ],\n                [\n                    1702270800000,\n                    0.0010041333333333333\n                ],\n                [\n                    1702270500000,\n                    0.0008018933333333333\n                ],\n                [\n                    1702270200000,\n                    0.0008745866666666668\n                ],\n                [\n                    1702269900000,\n                    0.0008766133333333333\n                ],\n                [\n                    1702269600000,\n                    0.0009119466666666667\n                ],\n                [\n                    1702269300000,\n                    0.0010194133333333332\n                ],\n                [\n                    1702269000000,\n                    0.00081344\n                ],\n                [\n                    1702268700000,\n                    0.0007118666666666667\n                ],\n                [\n                    1702268400000,\n                    0.0006899466666666667\n                ],\n                [\n                    1702268100000,\n                    0.0009476\n                ],\n                [\n                    1702267800000,\n                    0.00083616\n                ],\n                [\n                    1702267500000,\n                    0.0007365066666666667\n                ],\n                [\n                    1702267200000,\n                    0.0007950133333333333\n                ],\n                [\n                    1702266900000,\n                    0.0007485866666666667\n                ],\n                [\n                    1702266600000,\n                    0.0009016266666666666\n                ],\n                [\n                    1702266300000,\n                    0.0012970666666666667\n                ],\n                [\n                    1702266000000,\n                    0.0026413866666666667\n                ],\n                [\n                    1702265700000,\n                    0.00241904\n                ],\n                [\n                    1702265400000,\n                    0.008412693333333332\n                ],\n                [\n                    1702265100000,\n                    0.00419648\n                ],\n                [\n                    1702264800000,\n                    0.0007444800000000001\n                ],\n                [\n                    1702264500000,\n                    0.0008541866666666666\n                ],\n                [\n                    1702264200000,\n                    0.0009688533333333334\n                ],\n                [\n                    1702263900000,\n                    0.0011084\n                ],\n                [\n                    1702263600000,\n                    0.0009150133333333333\n                ],\n                [\n                    1702263300000,\n                    0.0008803733333333333\n                ],\n                [\n                    1702263000000,\n                    0.0007650666666666668\n                ],\n                [\n                    1702262700000,\n                    0.0007364266666666666\n                ],\n                [\n                    1702262400000,\n                    0.0007729333333333333\n                ],\n                [\n                    1702262100000,\n                    0.0007579733333333334\n                ],\n                [\n                    1702261800000,\n                    0.0006747733333333333\n                ],\n                [\n                    1702261500000,\n                    0.0008203466666666667\n                ],\n                [\n                    1702261200000,\n                    0.0005752\n                ],\n                [\n                    1702260900000,\n                    0.0007188533333333334\n                ],\n                [\n                    1702260600000,\n                    0.0007742666666666667\n                ],\n                [\n                    1702260300000,\n                    0.0007775466666666666\n                ],\n                [\n                    1702260000000,\n                    0.0007216\n                ],\n                [\n                    1702259700000,\n                    0.0010970133333333334\n                ],\n                [\n                    1702259400000,\n                    0.0008342933333333333\n                ],\n                [\n                    1702259100000,\n                    0.0007996\n                ],\n                [\n                    1702258800000,\n                    0.0008495466666666666\n                ],\n                [\n                    1702258500000,\n                    0.00079352\n                ],\n                [\n                    1702258200000,\n                    0.00078856\n                ],\n                [\n                    1702257900000,\n                    0.00081392\n                ],\n                [\n                    1702257600000,\n                    0.00085408\n                ],\n                [\n                    1702257300000,\n                    0.00073952\n                ],\n                [\n                    1702257000000,\n                    0.00071984\n                ],\n                [\n                    1702256700000,\n                    0.0007942933333333333\n                ],\n                [\n                    1702256400000,\n                    0.00061456\n                ],\n                [\n                    1702256100000,\n                    0.0007754133333333333\n                ],\n                [\n                    1702255800000,\n                    0.0007394666666666667\n                ],\n                [\n                    1702255500000,\n                    0.0007894933333333333\n                ],\n                [\n                    1702255200000,\n                    0.0022887199999999997\n                ],\n                [\n                    1702254900000,\n                    0.002666266666666667\n                ],\n                [\n                    1702254600000,\n                    0.00283184\n                ],\n                [\n                    1702254300000,\n                    0.0024017333333333332\n                ],\n                [\n                    1702254000000,\n                    0.0006825066666666667\n                ],\n                [\n                    1702253700000,\n                    0.0007500533333333332\n                ],\n                [\n                    1702253400000,\n                    0.0008586933333333334\n                ],\n                [\n                    1702253100000,\n                    0.0007464533333333334\n                ],\n                [\n                    1702252800000,\n                    0.0008434933333333333\n                ],\n                [\n                    1702252500000,\n                    0.0008510933333333334\n                ],\n                [\n                    1702252200000,\n                    0.00072512\n                ],\n                [\n                    1702251900000,\n                    0.0007513333333333333\n                ],\n                [\n                    1702251600000,\n                    0.0006165066666666667\n                ],\n                [\n                    1702251300000,\n                    0.0006666133333333333\n                ],\n                [\n                    1702251000000,\n                    0.00062624\n                ],\n                [\n                    1702250700000,\n                    0.0008577333333333333\n                ],\n                [\n                    1702250400000,\n                    0.0007394666666666667\n                ],\n                [\n                    1702250100000,\n                    0.0007832533333333333\n                ],\n                [\n                    1702249800000,\n                    0.0008326399999999999\n                ],\n                [\n                    1702249500000,\n                    0.0008118666666666667\n                ],\n                [\n                    1702249200000,\n                    0.0008319466666666667\n                ],\n                [\n                    1702248900000,\n                    0.0009268266666666667\n                ],\n                [\n                    1702248600000,\n                    0.0009397333333333334\n                ],\n                [\n                    1702248300000,\n                    0.0009377066666666667\n                ],\n                [\n                    1702248000000,\n                    0.0007984533333333333\n                ],\n                [\n                    1702247700000,\n                    0.0007318933333333333\n                ],\n                [\n                    1702247400000,\n                    0.0006994133333333333\n                ],\n                [\n                    1702247100000,\n                    0.0006738666666666667\n                ],\n                [\n                    1702246800000,\n                    0.0007477333333333334\n                ],\n                [\n                    1702246500000,\n                    0.0006523466666666667\n                ],\n                [\n                    1702246200000,\n                    0.0006466933333333334\n                ],\n                [\n                    1702245900000,\n                    0.0006785333333333333\n                ],\n                [\n                    1702245600000,\n                    0.0007211733333333332\n                ],\n                [\n                    1702245300000,\n                    0.0006694666666666667\n                ],\n                [\n                    1702245000000,\n                    0.00072856\n                ],\n                [\n                    1702244700000,\n                    0.00075992\n                ],\n                [\n                    1702244400000,\n                    0.0008194400000000001\n                ],\n                [\n                    1702244100000,\n                    0.0006481066666666667\n                ],\n                [\n                    1702243800000,\n                    0.00046224\n                ],\n                [\n                    1702243500000,\n                    0.0007258933333333333\n                ],\n                [\n                    1702243200000,\n                    0.0006973866666666667\n                ],\n                [\n                    1702242900000,\n                    0.0008849066666666666\n                ],\n                [\n                    1702242600000,\n                    0.0008758666666666666\n                ],\n                [\n                    1702242300000,\n                    0.0008421066666666667\n                ],\n                [\n                    1702242000000,\n                    0.0007165333333333333\n                ],\n                [\n                    1702241700000,\n                    0.0008176533333333333\n                ],\n                [\n                    1702241400000,\n                    0.0009945066666666666\n                ],\n                [\n                    1702241100000,\n                    0.0008361066666666667\n                ],\n                [\n                    1702240800000,\n                    0.0007638666666666666\n                ],\n                [\n                    1702240500000,\n                    0.0008812533333333333\n                ],\n                [\n                    1702240200000,\n                    0.0007570933333333334\n                ],\n                [\n                    1702239900000,\n                    0.0007521066666666666\n                ],\n                [\n                    1702239600000,\n                    0.0007765333333333333\n                ],\n                [\n                    1702239300000,\n                    0.00082592\n                ],\n                [\n                    1702239000000,\n                    0.0007687733333333333\n                ],\n                [\n                    1702238700000,\n                    0.0008996799999999999\n                ],\n                [\n                    1702238400000,\n                    0.0008274133333333333\n                ],\n                [\n                    1702238100000,\n                    0.0008897066666666667\n                ],\n                [\n                    1702237800000,\n                    0.0006909333333333333\n                ],\n                [\n                    1702237500000,\n                    0.0008546933333333334\n                ],\n                [\n                    1702237200000,\n                    0.0006901066666666667\n                ],\n                [\n                    1702236900000,\n                    0.00078584\n                ],\n                [\n                    1702236600000,\n                    0.0006020533333333333\n                ],\n                [\n                    1702236300000,\n                    0.000782\n                ],\n                [\n                    1702236000000,\n                    0.0011279733333333334\n                ],\n                [\n                    1702235700000,\n                    0.0010079466666666668\n                ],\n                [\n                    1702235400000,\n                    0.0009100266666666666\n                ],\n                [\n                    1702235100000,\n                    0.0009536533333333333\n                ],\n                [\n                    1702234800000,\n                    0.0009557599999999999\n                ],\n                [\n                    1702234500000,\n                    0.0010482933333333332\n                ],\n                [\n                    1702234200000,\n                    0.0008127733333333333\n                ],\n                [\n                    1702233900000,\n                    0.0007916\n                ],\n                [\n                    1702233600000,\n                    0.0008170666666666667\n                ],\n                [\n                    1702233300000,\n                    0.00074688\n                ],\n                [\n                    1702233000000,\n                    0.0009250399999999999\n                ],\n                [\n                    1702232700000,\n                    0.0007724533333333334\n                ],\n                [\n                    1702232400000,\n                    0.0007809333333333333\n                ],\n                [\n                    1702232100000,\n                    0.0007656799999999999\n                ],\n                [\n                    1702231800000,\n                    0.0008964\n                ],\n                [\n                    1702231500000,\n                    0.0008322933333333333\n                ],\n                [\n                    1702231200000,\n                    0.0007170666666666667\n                ],\n                [\n                    1702230900000,\n                    0.0008803200000000001\n                ],\n                [\n                    1702230600000,\n                    0.0008292266666666667\n                ],\n                [\n                    1702230300000,\n                    0.0007799733333333334\n                ],\n                [\n                    1702230000000,\n                    0.0007246666666666666\n                ],\n                [\n                    1702229700000,\n                    0.0008489600000000001\n                ],\n                [\n                    1702229400000,\n                    0.0007454933333333333\n                ],\n                [\n                    1702229100000,\n                    0.00086936\n                ],\n                [\n                    1702228800000,\n                    0.0008998933333333333\n                ],\n                [\n                    1702228500000,\n                    0.0005922666666666667\n                ],\n                [\n                    1702228200000,\n                    0.0007548533333333334\n                ],\n                [\n                    1702227900000,\n                    0.0007661333333333334\n                ],\n                [\n                    1702227600000,\n                    0.0007912266666666667\n                ],\n                [\n                    1702227300000,\n                    0.0007210133333333333\n                ],\n                [\n                    1702227000000,\n                    0.0006325333333333333\n                ],\n                [\n                    1702226700000,\n                    0.0007436000000000001\n                ],\n                [\n                    1702226400000,\n                    0.00056456\n                ],\n                [\n                    1702226100000,\n                    0.0006825333333333333\n                ],\n                [\n                    1702225800000,\n                    0.0006787466666666667\n                ],\n                [\n                    1702225500000,\n                    0.0009545599999999999\n                ],\n                [\n                    1702225200000,\n                    0.0008302933333333333\n                ],\n                [\n                    1702224900000,\n                    0.0007148533333333334\n                ],\n                [\n                    1702224600000,\n                    0.0011685333333333334\n                ],\n                [\n                    1702224300000,\n                    0.0006214133333333333\n                ],\n                [\n                    1702224000000,\n                    0.0006712\n                ],\n                [\n                    1702223700000,\n                    0.00068024\n                ],\n                [\n                    1702223400000,\n                    0.0007830666666666668\n                ],\n                [\n                    1702223100000,\n                    0.0006916\n                ],\n                [\n                    1702222800000,\n                    0.0006397066666666667\n                ],\n                [\n                    1702222500000,\n                    0.00071704\n                ],\n                [\n                    1702222200000,\n                    0.0006959466666666667\n                ],\n                [\n                    1702221900000,\n                    0.0004752\n                ],\n                [\n                    1702221600000,\n                    0.00063424\n                ],\n                [\n                    1702221300000,\n                    0.00065032\n                ],\n                [\n                    1702221000000,\n                    0.00073168\n                ],\n                [\n                    1702220700000,\n                    0.0007097066666666667\n                ],\n                [\n                    1702220400000,\n                    0.00078184\n                ],\n                [\n                    1702220100000,\n                    0.0007502933333333333\n                ],\n                [\n                    1702219800000,\n                    0.0008652533333333333\n                ],\n                [\n                    1702219500000,\n                    0.00072392\n                ],\n                [\n                    1702219200000,\n                    0.0007191733333333333\n                ],\n                [\n                    1702218900000,\n                    0.00073448\n                ],\n                [\n                    1702218600000,\n                    0.0006717066666666667\n                ],\n                [\n                    1702218300000,\n                    0.0005336799999999999\n                ],\n                [\n                    1702218000000,\n                    0.00061624\n                ],\n                [\n                    1702217700000,\n                    0.00067312\n                ],\n                [\n                    1702217400000,\n                    0.00081704\n                ],\n                [\n                    1702217100000,\n                    0.0006778400000000001\n                ],\n                [\n                    1702216800000,\n                    0.0006605866666666666\n                ],\n                [\n                    1702216500000,\n                    0.0006238933333333333\n                ],\n                [\n                    1702216200000,\n                    0.0006303733333333333\n                ],\n                [\n                    1702215900000,\n                    0.00083528\n                ],\n                [\n                    1702215600000,\n                    0.0005708533333333333\n                ],\n                [\n                    1702215300000,\n                    0.0008769066666666666\n                ],\n                [\n                    1702215000000,\n                    0.00069576\n                ],\n                [\n                    1702214700000,\n                    0.00064312\n                ],\n                [\n                    1702214400000,\n                    0.0006743733333333333\n                ],\n                [\n                    1702214100000,\n                    0.0006547733333333334\n                ],\n                [\n                    1702213800000,\n                    0.0007399199999999999\n                ],\n                [\n                    1702213500000,\n                    0.00072992\n                ],\n                [\n                    1702213200000,\n                    0.00075176\n                ],\n                [\n                    1702212900000,\n                    0.0007680266666666666\n                ],\n                [\n                    1702212600000,\n                    0.0007006133333333334\n                ],\n                [\n                    1702212300000,\n                    0.0007180266666666666\n                ],\n                [\n                    1702212000000,\n                    0.0006952533333333333\n                ],\n                [\n                    1702211700000,\n                    0.0006585066666666666\n                ],\n                [\n                    1702211400000,\n                    0.0005998133333333334\n                ],\n                [\n                    1702211100000,\n                    0.0010553866666666667\n                ],\n                [\n                    1702210800000,\n                    0.0006810933333333334\n                ],\n                [\n                    1702210500000,\n                    0.00077552\n                ],\n                [\n                    1702210200000,\n                    0.0008165333333333333\n                ],\n                [\n                    1702209900000,\n                    0.0007802133333333334\n                ],\n                [\n                    1702209600000,\n                    0.00095888\n                ],\n                [\n                    1702209300000,\n                    0.0008277866666666666\n                ],\n                [\n                    1702209000000,\n                    0.0006661333333333333\n                ],\n                [\n                    1702208700000,\n                    0.0008056266666666667\n                ],\n                [\n                    1702208400000,\n                    0.0007887733333333334\n                ],\n                [\n                    1702208100000,\n                    0.0007024533333333334\n                ],\n                [\n                    1702207800000,\n                    0.0006414400000000001\n                ],\n                [\n                    1702207500000,\n                    0.0007370133333333333\n                ],\n                [\n                    1702207200000,\n                    0.0006375733333333334\n                ],\n                [\n                    1702206900000,\n                    0.0007081333333333334\n                ],\n                [\n                    1702206600000,\n                    0.00065344\n                ],\n                [\n                    1702206300000,\n                    0.0007090666666666667\n                ],\n                [\n                    1702206000000,\n                    0.0006483999999999999\n                ],\n                [\n                    1702205700000,\n                    0.0006322666666666667\n                ],\n                [\n                    1702205400000,\n                    0.0006408266666666667\n                ],\n                [\n                    1702205100000,\n                    0.0007505333333333333\n                ],\n                [\n                    1702204800000,\n                    0.0005650399999999999\n                ],\n                [\n                    1702204500000,\n                    0.00081456\n                ],\n                [\n                    1702204200000,\n                    0.00065128\n                ],\n                [\n                    1702203900000,\n                    0.0006370133333333333\n                ],\n                [\n                    1702203600000,\n                    0.0006401333333333334\n                ],\n                [\n                    1702203300000,\n                    0.0008611733333333333\n                ],\n                [\n                    1702203000000,\n                    0.0006890933333333334\n                ],\n                [\n                    1702202700000,\n                    0.0005129866666666666\n                ],\n                [\n                    1702202400000,\n                    0.0006248266666666667\n                ],\n                [\n                    1702202100000,\n                    0.0006984\n                ],\n                [\n                    1702201800000,\n                    0.0007155466666666666\n                ],\n                [\n                    1702201500000,\n                    0.0007861599999999999\n                ],\n                [\n                    1702201200000,\n                    0.0004476533333333333\n                ],\n                [\n                    1702200900000,\n                    0.0006279199999999999\n                ],\n                [\n                    1702200600000,\n                    0.0006553333333333334\n                ],\n                [\n                    1702200300000,\n                    0.0005897599999999999\n                ],\n                [\n                    1702200000000,\n                    0.0006879466666666667\n                ],\n                [\n                    1702199700000,\n                    0.00111592\n                ],\n                [\n                    1702199400000,\n                    0.0007543733333333333\n                ],\n                [\n                    1702199100000,\n                    0.0009532799999999999\n                ],\n                [\n                    1702198800000,\n                    0.0007856266666666666\n                ],\n                [\n                    1702198500000,\n                    0.0008576266666666666\n                ],\n                [\n                    1702198200000,\n                    0.0007934133333333333\n                ],\n                [\n                    1702197900000,\n                    0.0008800533333333333\n                ],\n                [\n                    1702197600000,\n                    0.0007643733333333333\n                ],\n                [\n                    1702197300000,\n                    0.0009176266666666667\n                ],\n                [\n                    1702197000000,\n                    0.0010234133333333333\n                ],\n                [\n                    1702196700000,\n                    0.0008604\n                ],\n                [\n                    1702196400000,\n                    0.0008187466666666667\n                ],\n                [\n                    1702196100000,\n                    0.0008269333333333332\n                ],\n                [\n                    1702195800000,\n                    0.00080768\n                ],\n                [\n                    1702195500000,\n                    0.0007279466666666667\n                ],\n                [\n                    1702195200000,\n                    0.0007247999999999999\n                ],\n                [\n                    1702194900000,\n                    0.0008379733333333334\n                ],\n                [\n                    1702194600000,\n                    0.0008198933333333333\n                ],\n                [\n                    1702194300000,\n                    0.0008694933333333333\n                ],\n                [\n                    1702194000000,\n                    0.0009143733333333334\n                ],\n                [\n                    1702193700000,\n                    0.00084136\n                ],\n                [\n                    1702193400000,\n                    0.0007892\n                ],\n                [\n                    1702193100000,\n                    0.00066128\n                ],\n                [\n                    1702192800000,\n                    0.00066472\n                ],\n                [\n                    1702192500000,\n                    0.0006073866666666667\n                ],\n                [\n                    1702192200000,\n                    0.0005537866666666667\n                ],\n                [\n                    1702191900000,\n                    0.0006358666666666667\n                ],\n                [\n                    1702191600000,\n                    0.0007179733333333334\n                ],\n                [\n                    1702191300000,\n                    0.000744\n                ],\n                [\n                    1702191000000,\n                    0.0007050133333333334\n                ],\n                [\n                    1702190700000,\n                    0.0008480800000000001\n                ],\n                [\n                    1702190400000,\n                    0.0007242933333333333\n                ],\n                [\n                    1702190100000,\n                    0.00073392\n                ],\n                [\n                    1702189800000,\n                    0.0008437333333333333\n                ],\n                [\n                    1702189500000,\n                    0.0008825066666666667\n                ],\n                [\n                    1702189200000,\n                    0.0007210933333333334\n                ],\n                [\n                    1702188900000,\n                    0.0007176533333333333\n                ],\n                [\n                    1702188600000,\n                    0.00090376\n                ],\n                [\n                    1702188300000,\n                    0.0007125866666666667\n                ],\n                [\n                    1702188000000,\n                    0.00057432\n                ],\n                [\n                    1702187700000,\n                    0.0008816533333333333\n                ],\n                [\n                    1702187400000,\n                    0.0007970666666666667\n                ],\n                [\n                    1702187100000,\n                    0.00083504\n                ],\n                [\n                    1702186800000,\n                    0.0008126133333333334\n                ],\n                [\n                    1702186500000,\n                    0.00075256\n                ],\n                [\n                    1702186200000,\n                    0.0007240266666666667\n                ],\n                [\n                    1702185900000,\n                    0.00066552\n                ],\n                [\n                    1702185600000,\n                    0.0008207466666666667\n                ],\n                [\n                    1702185300000,\n                    0.0007274933333333333\n                ],\n                [\n                    1702185000000,\n                    0.00075232\n                ],\n                [\n                    1702184700000,\n                    0.0008285866666666667\n                ],\n                [\n                    1702184400000,\n                    0.0006592533333333333\n                ],\n                [\n                    1702184100000,\n                    0.0007585599999999999\n                ],\n                [\n                    1702183800000,\n                    0.0005432799999999999\n                ],\n                [\n                    1702183500000,\n                    0.0005348266666666667\n                ],\n                [\n                    1702183200000,\n                    0.00039064\n                ],\n                [\n                    1702182900000,\n                    0.0003331466666666666\n                ],\n                [\n                    1702182600000,\n                    0.00048330666666666667\n                ],\n                [\n                    1702182300000,\n                    0.00026173333333333337\n                ],\n                [\n                    1702182000000,\n                    0.00024274666666666668\n                ],\n                [\n                    1702181700000,\n                    0.0002796\n                ],\n                [\n                    1702181400000,\n                    0.00015421333333333334\n                ],\n                [\n                    1702181100000,\n                    0.00015322666666666665\n                ],\n                [\n                    1702180800000,\n                    0.00030306666666666664\n                ],\n                [\n                    1702180500000,\n                    0.00019733333333333335\n                ],\n                [\n                    1702180200000,\n                    0.00027416\n                ],\n                [\n                    1702179900000,\n                    0.00039872000000000003\n                ],\n                [\n                    1702179600000,\n                    0.00041674666666666665\n                ],\n                [\n                    1702179300000,\n                    0.00030672\n                ],\n                [\n                    1702179000000,\n                    0.0003895733333333333\n                ],\n                [\n                    1702178700000,\n                    0.00042362666666666667\n                ],\n                [\n                    1702178400000,\n                    0.0006254933333333333\n                ],\n                [\n                    1702178100000,\n                    0.00024629333333333334\n                ],\n                [\n                    1702177800000,\n                    0.00022109333333333333\n                ],\n                [\n                    1702177500000,\n                    0.00024002666666666668\n                ],\n                [\n                    1702177200000,\n                    0.00033578666666666667\n                ],\n                [\n                    1702176900000,\n                    0.0002753333333333333\n                ],\n                [\n                    1702176600000,\n                    0.00025482666666666663\n                ],\n                [\n                    1702176300000,\n                    0.00021256\n                ],\n                [\n                    1702176000000,\n                    0.00026829333333333334\n                ],\n                [\n                    1702175700000,\n                    0.00023405333333333334\n                ],\n                [\n                    1702175400000,\n                    0.0003066666666666667\n                ],\n                [\n                    1702175100000,\n                    0.0002255733333333333\n                ],\n                [\n                    1702174800000,\n                    0.0002681333333333333\n                ],\n                [\n                    1702174500000,\n                    0.00031802666666666665\n                ],\n                [\n                    1702174200000,\n                    0.00035576\n                ],\n                [\n                    1702173900000,\n                    0.0003009066666666667\n                ],\n                [\n                    1702173600000,\n                    0.00044488\n                ],\n                [\n                    1702173300000,\n                    0.00037882666666666666\n                ],\n                [\n                    1702173000000,\n                    0.00029181333333333335\n                ],\n                [\n                    1702172700000,\n                    0.00024210666666666666\n                ],\n                [\n                    1702172400000,\n                    0.0003626666666666667\n                ],\n                [\n                    1702172100000,\n                    0.00042375999999999997\n                ],\n                [\n                    1702171800000,\n                    0.0003093866666666667\n                ],\n                [\n                    1702171500000,\n                    0.00032189333333333334\n                ],\n                [\n                    1702171200000,\n                    0.0005417066666666667\n                ],\n                [\n                    1702170900000,\n                    0.0002744\n                ],\n                [\n                    1702170600000,\n                    0.0003524\n                ],\n                [\n                    1702170300000,\n                    0.00034429333333333334\n                ],\n                [\n                    1702170000000,\n                    0.00026839999999999996\n                ],\n                [\n                    1702169700000,\n                    0.00021186666666666668\n                ],\n                [\n                    1702169400000,\n                    0.00017752000000000002\n                ],\n                [\n                    1702169100000,\n                    0.0002978933333333333\n                ],\n                [\n                    1702168800000,\n                    0.00019240000000000001\n                ],\n                [\n                    1702168500000,\n                    0.00022674666666666667\n                ],\n                [\n                    1702168200000,\n                    0.00020744\n                ],\n                [\n                    1702167900000,\n                    0.00023504\n                ],\n                [\n                    1702167600000,\n                    0.00033725333333333335\n                ],\n                [\n                    1702167300000,\n                    0.0004204266666666667\n                ],\n                [\n                    1702167000000,\n                    0.00033770666666666665\n                ],\n                [\n                    1702166700000,\n                    0.00032168\n                ],\n                [\n                    1702166400000,\n                    0.00026312\n                ],\n                [\n                    1702166100000,\n                    0.0002461333333333333\n                ],\n                [\n                    1702165800000,\n                    0.00022701333333333332\n                ],\n                [\n                    1702165500000,\n                    0.00041368\n                ],\n                [\n                    1702165200000,\n                    0.00027269333333333333\n                ],\n                [\n                    1702164900000,\n                    0.00022034666666666668\n                ],\n                [\n                    1702164600000,\n                    0.0002806933333333333\n                ],\n                [\n                    1702164300000,\n                    0.00022205333333333334\n                ],\n                [\n                    1702164000000,\n                    0.00024893333333333333\n                ],\n                [\n                    1702163700000,\n                    0.00016386666666666667\n                ],\n                [\n                    1702163400000,\n                    0.00022058666666666666\n                ],\n                [\n                    1702163100000,\n                    0.0003095733333333333\n                ],\n                [\n                    1702162800000,\n                    0.0002497333333333333\n                ],\n                [\n                    1702162500000,\n                    0.00021128\n                ],\n                [\n                    1702162200000,\n                    0.0002598666666666667\n                ],\n                [\n                    1702161900000,\n                    0.00023578666666666665\n                ],\n                [\n                    1702161600000,\n                    0.00034898666666666666\n                ],\n                [\n                    1702161300000,\n                    0.0003669066666666667\n                ],\n                [\n                    1702161000000,\n                    0.0003610933333333333\n                ],\n                [\n                    1702160700000,\n                    0.0004452533333333333\n                ],\n                [\n                    1702160400000,\n                    0.00033736000000000004\n                ],\n                [\n                    1702160100000,\n                    0.00035714666666666667\n                ],\n                [\n                    1702159800000,\n                    0.00030746666666666664\n                ],\n                [\n                    1702159500000,\n                    0.00027130666666666666\n                ],\n                [\n                    1702159200000,\n                    0.0004920533333333334\n                ],\n                [\n                    1702158900000,\n                    0.00044394666666666666\n                ],\n                [\n                    1702158600000,\n                    0.0003758666666666667\n                ],\n                [\n                    1702158300000,\n                    0.00038416000000000004\n                ],\n                [\n                    1702158000000,\n                    0.00040114666666666665\n                ],\n                [\n                    1702157700000,\n                    0.00043872000000000003\n                ],\n                [\n                    1702157400000,\n                    0.00033653333333333335\n                ],\n                [\n                    1702157100000,\n                    0.0003427733333333333\n                ],\n                [\n                    1702156800000,\n                    0.0002709333333333333\n                ],\n                [\n                    1702156500000,\n                    0.00022370666666666667\n                ],\n                [\n                    1702156200000,\n                    0.00022669333333333333\n                ],\n                [\n                    1702155900000,\n                    0.0003045333333333334\n                ],\n                [\n                    1702155600000,\n                    0.00020248\n                ],\n                [\n                    1702155300000,\n                    0.00021746666666666668\n                ],\n                [\n                    1702155000000,\n                    0.00015418666666666667\n                ],\n                [\n                    1702154700000,\n                    0.00030285333333333333\n                ],\n                [\n                    1702154400000,\n                    0.00039402666666666665\n                ],\n                [\n                    1702154100000,\n                    0.00033381333333333334\n                ],\n                [\n                    1702153800000,\n                    0.00041904\n                ],\n                [\n                    1702153500000,\n                    0.0002477066666666667\n                ],\n                [\n                    1702153200000,\n                    0.000342\n                ],\n                [\n                    1702152900000,\n                    0.00038941333333333334\n                ],\n                [\n                    1702152600000,\n                    0.00031776\n                ],\n                [\n                    1702152300000,\n                    0.00030221333333333334\n                ],\n                [\n                    1702152000000,\n                    0.0004064533333333333\n                ],\n                [\n                    1702151700000,\n                    0.00028714666666666665\n                ],\n                [\n                    1702151400000,\n                    0.0002674933333333333\n                ],\n                [\n                    1702151100000,\n                    0.0003383466666666667\n                ],\n                [\n                    1702150800000,\n                    0.00037002666666666667\n                ],\n                [\n                    1702150500000,\n                    0.00033714666666666667\n                ],\n                [\n                    1702150200000,\n                    0.00033610666666666667\n                ],\n                [\n                    1702149900000,\n                    0.0003237866666666667\n                ],\n                [\n                    1702149600000,\n                    0.00026725333333333333\n                ],\n                [\n                    1702149300000,\n                    0.00023189333333333334\n                ],\n                [\n                    1702149000000,\n                    0.00029264\n                ],\n                [\n                    1702148700000,\n                    0.0003543733333333333\n                ],\n                [\n                    1702148400000,\n                    0.0004203466666666667\n                ],\n                [\n                    1702148100000,\n                    0.00033256000000000003\n                ],\n                [\n                    1702147800000,\n                    0.00044664\n                ],\n                [\n                    1702147500000,\n                    0.00034186666666666666\n                ],\n                [\n                    1702147200000,\n                    0.0004912266666666667\n                ],\n                [\n                    1702146900000,\n                    0.0005278933333333334\n                ],\n                [\n                    1702146600000,\n                    0.00031944\n                ],\n                [\n                    1702146300000,\n                    0.0004052\n                ],\n                [\n                    1702146000000,\n                    0.00030586666666666666\n                ],\n                [\n                    1702145700000,\n                    0.00022608\n                ],\n                [\n                    1702145400000,\n                    0.00025117333333333336\n                ],\n                [\n                    1702145100000,\n                    0.00022106666666666666\n                ],\n                [\n                    1702144800000,\n                    0.00017306666666666665\n                ],\n                [\n                    1702144500000,\n                    0.00017290666666666666\n                ],\n                [\n                    1702144200000,\n                    0.00016970666666666669\n                ],\n                [\n                    1702143900000,\n                    0.00017466666666666667\n                ],\n                [\n                    1702143600000,\n                    0.00019376\n                ],\n                [\n                    1702143300000,\n                    0.00014456\n                ],\n                [\n                    1702143000000,\n                    0.00029709333333333333\n                ],\n                [\n                    1702142700000,\n                    0.00026170666666666665\n                ],\n                [\n                    1702142400000,\n                    0.00031085333333333336\n                ],\n                [\n                    1702142100000,\n                    0.00036344\n                ],\n                [\n                    1702141800000,\n                    0.00042184\n                ],\n                [\n                    1702141500000,\n                    0.0004892\n                ],\n                [\n                    1702141200000,\n                    0.0005598933333333333\n                ],\n                [\n                    1702140900000,\n                    0.0005524533333333333\n                ],\n                [\n                    1702140600000,\n                    0.00044026666666666667\n                ],\n                [\n                    1702140300000,\n                    0.0005381866666666666\n                ],\n                [\n                    1702140000000,\n                    0.00027624\n                ],\n                [\n                    1702139700000,\n                    0.00035989333333333334\n                ],\n                [\n                    1702139400000,\n                    0.0002867733333333333\n                ],\n                [\n                    1702139100000,\n                    0.00031936000000000003\n                ],\n                [\n                    1702138800000,\n                    0.0002826933333333333\n                ],\n                [\n                    1702138500000,\n                    0.0003298666666666667\n                ],\n                [\n                    1702138200000,\n                    0.0003050933333333333\n                ],\n                [\n                    1702137900000,\n                    0.00047861333333333334\n                ],\n                [\n                    1702137600000,\n                    0.00034397333333333334\n                ],\n                [\n                    1702137300000,\n                    0.0005078933333333333\n                ],\n                [\n                    1702137000000,\n                    0.00028570666666666663\n                ],\n                [\n                    1702136700000,\n                    0.00070312\n                ],\n                [\n                    1702136400000,\n                    0.000348\n                ],\n                [\n                    1702136100000,\n                    0.00030306666666666664\n                ],\n                [\n                    1702135800000,\n                    0.0003869066666666667\n                ],\n                [\n                    1702135500000,\n                    0.0005315733333333334\n                ],\n                [\n                    1702135200000,\n                    0.00043642666666666665\n                ],\n                [\n                    1702134900000,\n                    0.00035493333333333336\n                ],\n                [\n                    1702134600000,\n                    0.0004849333333333333\n                ],\n                [\n                    1702134300000,\n                    0.0004961066666666667\n                ],\n                [\n                    1702134000000,\n                    0.0007286133333333333\n                ],\n                [\n                    1702133700000,\n                    0.0006706933333333334\n                ],\n                [\n                    1702133400000,\n                    0.00029194666666666665\n                ],\n                [\n                    1702133100000,\n                    0.00022530666666666668\n                ],\n                [\n                    1702132800000,\n                    0.00041005333333333333\n                ],\n                [\n                    1702132500000,\n                    0.00023912\n                ],\n                [\n                    1702132200000,\n                    0.00032\n                ],\n                [\n                    1702131900000,\n                    0.00034232\n                ],\n                [\n                    1702131600000,\n                    0.00046864\n                ],\n                [\n                    1702131300000,\n                    0.00046207999999999997\n                ],\n                [\n                    1702131000000,\n                    0.00039968\n                ],\n                [\n                    1702130700000,\n                    0.0003376\n                ],\n                [\n                    1702130400000,\n                    0.0004587733333333333\n                ],\n                [\n                    1702130100000,\n                    0.0002796\n                ],\n                [\n                    1702129800000,\n                    0.0003352533333333333\n                ],\n                [\n                    1702129500000,\n                    0.00033338666666666666\n                ],\n                [\n                    1702129200000,\n                    0.00026344\n                ],\n                [\n                    1702128900000,\n                    0.00035381333333333334\n                ],\n                [\n                    1702128600000,\n                    0.00027069333333333334\n                ],\n                [\n                    1702128300000,\n                    0.00023882666666666665\n                ],\n                [\n                    1702128000000,\n                    0.00037096\n                ],\n                [\n                    1702127700000,\n                    0.0003470666666666667\n                ],\n                [\n                    1702127400000,\n                    0.0004490133333333333\n                ],\n                [\n                    1702127100000,\n                    0.00027583999999999996\n                ],\n                [\n                    1702126800000,\n                    0.0003428533333333334\n                ],\n                [\n                    1702126500000,\n                    0.00044197333333333334\n                ],\n                [\n                    1702126200000,\n                    0.00037944\n                ],\n                [\n                    1702125900000,\n                    0.00040898666666666666\n                ],\n                [\n                    1702125600000,\n                    0.00031986666666666667\n                ],\n                [\n                    1702125300000,\n                    0.0004881066666666667\n                ],\n                [\n                    1702125000000,\n                    0.0003787733333333333\n                ],\n                [\n                    1702124700000,\n                    0.00036586666666666665\n                ],\n                [\n                    1702124400000,\n                    0.0005088533333333333\n                ],\n                [\n                    1702124100000,\n                    0.0004690133333333333\n                ],\n                [\n                    1702123800000,\n                    0.0003904266666666667\n                ],\n                [\n                    1702123500000,\n                    0.00035016\n                ],\n                [\n                    1702123200000,\n                    0.00030229333333333335\n                ],\n                [\n                    1702122900000,\n                    0.0004077866666666667\n                ],\n                [\n                    1702122600000,\n                    0.00040752\n                ],\n                [\n                    1702122300000,\n                    0.00040394666666666667\n                ],\n                [\n                    1702122000000,\n                    0.0003652266666666667\n                ],\n                [\n                    1702121700000,\n                    0.0003472\n                ],\n                [\n                    1702121400000,\n                    0.00033149333333333335\n                ],\n                [\n                    1702121100000,\n                    0.0007234666666666667\n                ],\n                [\n                    1702120800000,\n                    0.00024805333333333335\n                ],\n                [\n                    1702120500000,\n                    0.00046127999999999995\n                ],\n                [\n                    1702120200000,\n                    0.00042762666666666666\n                ],\n                [\n                    1702119900000,\n                    0.00028965333333333333\n                ],\n                [\n                    1702119600000,\n                    0.0002882133333333333\n                ],\n                [\n                    1702119300000,\n                    0.00040773333333333334\n                ],\n                [\n                    1702119000000,\n                    0.0010982133333333334\n                ],\n                [\n                    1702118700000,\n                    0.00037941333333333337\n                ],\n                [\n                    1702118400000,\n                    0.0007273066666666666\n                ],\n                [\n                    1702118100000,\n                    0.00040312000000000003\n                ],\n                [\n                    1702117800000,\n                    0.0004189866666666667\n                ],\n                [\n                    1702117500000,\n                    0.0005149066666666666\n                ],\n                [\n                    1702117200000,\n                    0.00036016000000000005\n                ],\n                [\n                    1702116900000,\n                    0.00024917333333333337\n                ],\n                [\n                    1702116600000,\n                    0.00035714666666666667\n                ],\n                [\n                    1702116300000,\n                    0.00025736\n                ],\n                [\n                    1702116000000,\n                    0.0003858133333333333\n                ],\n                [\n                    1702115700000,\n                    0.00033645333333333333\n                ],\n                [\n                    1702115400000,\n                    0.0004798133333333333\n                ],\n                [\n                    1702115100000,\n                    0.00041592\n                ],\n                [\n                    1702114800000,\n                    0.0004689333333333333\n                ],\n                [\n                    1702114500000,\n                    0.00042650666666666664\n                ],\n                [\n                    1702114200000,\n                    0.0006389066666666666\n                ],\n                [\n                    1702113900000,\n                    0.006286906666666666\n                ],\n                [\n                    1702113600000,\n                    0.00377304\n                ],\n                [\n                    1702113300000,\n                    0.00045032\n                ],\n                [\n                    1702113000000,\n                    0.00038951999999999997\n                ],\n                [\n                    1702112700000,\n                    0.00024370666666666667\n                ],\n                [\n                    1702112400000,\n                    0.00043258666666666664\n                ],\n                [\n                    1702112100000,\n                    0.0003121066666666667\n                ],\n                [\n                    1702111800000,\n                    0.00025490666666666664\n                ],\n                [\n                    1702111500000,\n                    0.0005231733333333333\n                ],\n                [\n                    1702111200000,\n                    0.00035661333333333336\n                ],\n                [\n                    1702110900000,\n                    0.0005570933333333334\n                ],\n                [\n                    1702110600000,\n                    0.00049264\n                ],\n                [\n                    1702110300000,\n                    0.00056416\n                ],\n                [\n                    1702110000000,\n                    0.0005089866666666666\n                ],\n                [\n                    1702109700000,\n                    0.00036714666666666664\n                ],\n                [\n                    1702109400000,\n                    0.00041408\n                ],\n                [\n                    1702109100000,\n                    0.00039685333333333334\n                ],\n                [\n                    1702108800000,\n                    0.00030288\n                ],\n                [\n                    1702108500000,\n                    0.00040869333333333333\n                ],\n                [\n                    1702108200000,\n                    0.00046805333333333333\n                ],\n                [\n                    1702107900000,\n                    0.00041992\n                ],\n                [\n                    1702107600000,\n                    0.00047005333333333333\n                ],\n                [\n                    1702107300000,\n                    0.00030426666666666667\n                ],\n                [\n                    1702107000000,\n                    0.00052048\n                ],\n                [\n                    1702106700000,\n                    0.0004312533333333333\n                ],\n                [\n                    1702106400000,\n                    0.00034117333333333333\n                ],\n                [\n                    1702106100000,\n                    0.000538\n                ],\n                [\n                    1702105800000,\n                    0.00047984\n                ],\n                [\n                    1702105500000,\n                    0.0005083733333333334\n                ],\n                [\n                    1702105200000,\n                    0.0005650399999999999\n                ],\n                [\n                    1702104900000,\n                    0.00057584\n                ],\n                [\n                    1702104600000,\n                    0.00047552\n                ],\n                [\n                    1702104300000,\n                    0.0004709866666666667\n                ],\n                [\n                    1702104000000,\n                    0.00031610666666666667\n                ],\n                [\n                    1702103700000,\n                    0.0012026133333333333\n                ],\n                [\n                    1702103400000,\n                    0.00059624\n                ],\n                [\n                    1702103100000,\n                    0.00039149333333333335\n                ],\n                [\n                    1702102800000,\n                    0.0014009333333333334\n                ],\n                [\n                    1702102500000,\n                    0.0003166666666666667\n                ],\n                [\n                    1702102200000,\n                    0.0003168\n                ],\n                [\n                    1702101900000,\n                    0.00019253333333333334\n                ],\n                [\n                    1702101600000,\n                    0.00022815999999999998\n                ],\n                [\n                    1702101300000,\n                    0.00033808\n                ],\n                [\n                    1702101000000,\n                    0.00019477333333333335\n                ],\n                [\n                    1702100700000,\n                    0.0004334666666666666\n                ],\n                [\n                    1702100400000,\n                    0.00045293333333333336\n                ],\n                [\n                    1702100100000,\n                    0.00029783999999999995\n                ],\n                [\n                    1702099800000,\n                    0.0005997866666666666\n                ],\n                [\n                    1702099500000,\n                    0.0004123733333333333\n                ],\n                [\n                    1702099200000,\n                    0.00048125333333333333\n                ],\n                [\n                    1702098900000,\n                    0.00032290666666666667\n                ],\n                [\n                    1702098600000,\n                    0.00043941333333333336\n                ],\n                [\n                    1702098300000,\n                    0.000322\n                ],\n                [\n                    1702098000000,\n                    0.0002646666666666667\n                ],\n                [\n                    1702097700000,\n                    0.0003158933333333333\n                ],\n                [\n                    1702097400000,\n                    0.00058736\n                ],\n                [\n                    1702097100000,\n                    0.00039504000000000004\n                ],\n                [\n                    1702096800000,\n                    0.00044207999999999997\n                ],\n                [\n                    1702096500000,\n                    0.00046712\n                ],\n                [\n                    1702096200000,\n                    0.0005021066666666666\n                ],\n                [\n                    1702095900000,\n                    0.00033117333333333336\n                ],\n                [\n                    1702095600000,\n                    0.0005583466666666667\n                ],\n                [\n                    1702095300000,\n                    0.0005333866666666667\n                ],\n                [\n                    1702095000000,\n                    0.00030154666666666667\n                ],\n                [\n                    1702094700000,\n                    0.00041002666666666666\n                ],\n                [\n                    1702094400000,\n                    0.0003295733333333333\n                ],\n                [\n                    1702094100000,\n                    0.0003604533333333333\n                ],\n                [\n                    1702093800000,\n                    0.0003072266666666667\n                ],\n                [\n                    1702093500000,\n                    0.00047010666666666667\n                ],\n                [\n                    1702093200000,\n                    0.00040783999999999997\n                ],\n                [\n                    1702092900000,\n                    0.00026085333333333334\n                ],\n                [\n                    1702092600000,\n                    0.00018418666666666667\n                ],\n                [\n                    1702092300000,\n                    0.0003236266666666667\n                ],\n                [\n                    1702092000000,\n                    0.00033256000000000003\n                ],\n                [\n                    1702091700000,\n                    0.00040736\n                ],\n                [\n                    1702091400000,\n                    0.00040127999999999995\n                ],\n                [\n                    1702091100000,\n                    0.00035039999999999995\n                ],\n                [\n                    1702090800000,\n                    0.0005027733333333334\n                ],\n                [\n                    1702090500000,\n                    0.00025232\n                ],\n                [\n                    1702090200000,\n                    0.00031285333333333336\n                ],\n                [\n                    1702089900000,\n                    0.00024450666666666666\n                ],\n                [\n                    1702089600000,\n                    0.00030061333333333335\n                ],\n                [\n                    1702089300000,\n                    0.00025037333333333334\n                ],\n                [\n                    1702089000000,\n                    0.0005030400000000001\n                ],\n                [\n                    1702088700000,\n                    0.00036221333333333333\n                ],\n                [\n                    1702088400000,\n                    0.0002810933333333333\n                ],\n                [\n                    1702088100000,\n                    0.00030336\n                ],\n                [\n                    1702087800000,\n                    0.0005666133333333334\n                ],\n                [\n                    1702087500000,\n                    0.00042853333333333336\n                ],\n                [\n                    1702087200000,\n                    0.00043362666666666664\n                ],\n                [\n                    1702086900000,\n                    0.00039312\n                ],\n                [\n                    1702086600000,\n                    0.0004247733333333333\n                ],\n                [\n                    1702086300000,\n                    0.0004354133333333334\n                ],\n                [\n                    1702086000000,\n                    0.00035592\n                ],\n                [\n                    1702085700000,\n                    0.0003265333333333334\n                ],\n                [\n                    1702085400000,\n                    0.0004069333333333333\n                ],\n                [\n                    1702085100000,\n                    0.00038741333333333335\n                ],\n                [\n                    1702084800000,\n                    0.00044216000000000004\n                ],\n                [\n                    1702084500000,\n                    0.0003929866666666667\n                ],\n                [\n                    1702084200000,\n                    0.00024162666666666666\n                ],\n                [\n                    1702083900000,\n                    0.00019874666666666667\n                ],\n                [\n                    1702083600000,\n                    0.000162\n                ],\n                [\n                    1702083300000,\n                    0.00019234666666666667\n                ],\n                [\n                    1702083000000,\n                    0.0002946666666666667\n                ],\n                [\n                    1702082700000,\n                    0.00023061333333333336\n                ],\n                [\n                    1702082400000,\n                    0.00026888\n                ],\n                [\n                    1702082100000,\n                    0.00020098666666666667\n                ],\n                [\n                    1702081800000,\n                    0.000172\n                ],\n                [\n                    1702081500000,\n                    0.00016421333333333334\n                ],\n                [\n                    1702081200000,\n                    0.0002830133333333333\n                ],\n                [\n                    1702080900000,\n                    0.00015848\n                ],\n                [\n                    1702080600000,\n                    0.00015928\n                ],\n                [\n                    1702080300000,\n                    0.00021773333333333333\n                ],\n                [\n                    1702080000000,\n                    0.00021634666666666666\n                ],\n                [\n                    1702079700000,\n                    0.0003288\n                ],\n                [\n                    1702079400000,\n                    0.00019237333333333334\n                ],\n                [\n                    1702079100000,\n                    0.0008475199999999999\n                ],\n                [\n                    1702078800000,\n                    0.00015031999999999998\n                ],\n                [\n                    1702078500000,\n                    0.00015442666666666668\n                ],\n                [\n                    1702078200000,\n                    0.00021570666666666667\n                ],\n                [\n                    1702077900000,\n                    0.00021106666666666666\n                ],\n                [\n                    1702077600000,\n                    0.00031989333333333334\n                ],\n                [\n                    1702077300000,\n                    0.00023768000000000001\n                ],\n                [\n                    1702077000000,\n                    0.00028717333333333337\n                ],\n                [\n                    1702076700000,\n                    0.00029952\n                ],\n                [\n                    1702076400000,\n                    0.00021661333333333334\n                ],\n                [\n                    1702076100000,\n                    0.00032144\n                ],\n                [\n                    1702075800000,\n                    0.00036370666666666663\n                ],\n                [\n                    1702075500000,\n                    0.00027205333333333334\n                ],\n                [\n                    1702075200000,\n                    0.00020322666666666665\n                ],\n                [\n                    1702074900000,\n                    0.00020706666666666667\n                ],\n                [\n                    1702074600000,\n                    0.00021162666666666666\n                ],\n                [\n                    1702074300000,\n                    0.0002404266666666667\n                ],\n                [\n                    1702074000000,\n                    0.0002929066666666667\n                ],\n                [\n                    1702073700000,\n                    0.00023733333333333335\n                ],\n                [\n                    1702073400000,\n                    0.00029168\n                ],\n                [\n                    1702073100000,\n                    0.00023069333333333332\n                ],\n                [\n                    1702072800000,\n                    0.00020224000000000002\n                ],\n                [\n                    1702072500000,\n                    0.00039970666666666664\n                ],\n                [\n                    1702072200000,\n                    0.00042805333333333334\n                ],\n                [\n                    1702071900000,\n                    0.0004387733333333333\n                ],\n                [\n                    1702071600000,\n                    0.0003241066666666667\n                ],\n                [\n                    1702071300000,\n                    0.0004109333333333333\n                ],\n                [\n                    1702071000000,\n                    0.00035776\n                ],\n                [\n                    1702070700000,\n                    0.00033141333333333334\n                ],\n                [\n                    1702070400000,\n                    0.0002847466666666667\n                ],\n                [\n                    1702070100000,\n                    0.0002717866666666667\n                ],\n                [\n                    1702069800000,\n                    0.0002919733333333334\n                ],\n                [\n                    1702069500000,\n                    0.0004810933333333333\n                ],\n                [\n                    1702069200000,\n                    0.00021186666666666668\n                ],\n                [\n                    1702068900000,\n                    0.00038469333333333335\n                ],\n                [\n                    1702068600000,\n                    0.00039594666666666663\n                ],\n                [\n                    1702068300000,\n                    0.0003779466666666667\n                ],\n                [\n                    1702068000000,\n                    0.00032648000000000003\n                ],\n                [\n                    1702067700000,\n                    0.00041029333333333337\n                ],\n                [\n                    1702067400000,\n                    0.00020333333333333333\n                ],\n                [\n                    1702067100000,\n                    0.00031970666666666665\n                ],\n                [\n                    1702066800000,\n                    0.0004553066666666667\n                ],\n                [\n                    1702066500000,\n                    0.00033448\n                ],\n                [\n                    1702066200000,\n                    0.0003412\n                ],\n                [\n                    1702065900000,\n                    0.00035328\n                ],\n                [\n                    1702065600000,\n                    0.0002858133333333333\n                ],\n                [\n                    1702065300000,\n                    0.00029629333333333337\n                ],\n                [\n                    1702065000000,\n                    0.00023192\n                ],\n                [\n                    1702064700000,\n                    0.00032344\n                ],\n                [\n                    1702064400000,\n                    0.0005088\n                ],\n                [\n                    1702064100000,\n                    0.0003449066666666667\n                ],\n                [\n                    1702063800000,\n                    0.00018701333333333333\n                ],\n                [\n                    1702063500000,\n                    0.00017248\n                ],\n                [\n                    1702063200000,\n                    0.00030725333333333333\n                ],\n                [\n                    1702062900000,\n                    0.0003365066666666667\n                ],\n                [\n                    1702062600000,\n                    0.00021375999999999999\n                ],\n                [\n                    1702062300000,\n                    0.00024063999999999997\n                ],\n                [\n                    1702062000000,\n                    0.0008480266666666666\n                ],\n                [\n                    1702061700000,\n                    0.00030439999999999997\n                ],\n                [\n                    1702061400000,\n                    0.00017106666666666666\n                ],\n                [\n                    1702061100000,\n                    0.00028829333333333333\n                ],\n                [\n                    1702060800000,\n                    0.0002637866666666667\n                ],\n                [\n                    1702060500000,\n                    0.00032354666666666666\n                ],\n                [\n                    1702060200000,\n                    0.00022322666666666665\n                ],\n                [\n                    1702059900000,\n                    0.0003984533333333333\n                ],\n                [\n                    1702059600000,\n                    0.0003827733333333333\n                ],\n                [\n                    1702059300000,\n                    0.0003430133333333333\n                ],\n                [\n                    1702059000000,\n                    0.00021890666666666666\n                ],\n                [\n                    1702058700000,\n                    0.00031464\n                ],\n                [\n                    1702058400000,\n                    0.00048744\n                ],\n                [\n                    1702058100000,\n                    0.00028794666666666667\n                ],\n                [\n                    1702057800000,\n                    0.00030912\n                ],\n                [\n                    1702057500000,\n                    0.0009965066666666666\n                ],\n                [\n                    1702057200000,\n                    0.00031858666666666663\n                ],\n                [\n                    1702056900000,\n                    0.00018557333333333331\n                ],\n                [\n                    1702056600000,\n                    0.0002881066666666667\n                ],\n                [\n                    1702056300000,\n                    0.00031493333333333336\n                ],\n                [\n                    1702056000000,\n                    0.00043912\n                ],\n                [\n                    1702055700000,\n                    0.00021826666666666667\n                ],\n                [\n                    1702055400000,\n                    0.00019885333333333332\n                ],\n                [\n                    1702055100000,\n                    0.0003066666666666667\n                ],\n                [\n                    1702054800000,\n                    0.00059976\n                ],\n                [\n                    1702054500000,\n                    0.00024978666666666664\n                ],\n                [\n                    1702054200000,\n                    0.00038426666666666666\n                ],\n                [\n                    1702053900000,\n                    0.00027373333333333334\n                ],\n                [\n                    1702053600000,\n                    0.0006961599999999999\n                ],\n                [\n                    1702053300000,\n                    0.00031448\n                ],\n                [\n                    1702053000000,\n                    0.00032717333333333337\n                ],\n                [\n                    1702052700000,\n                    0.00043197333333333337\n                ],\n                [\n                    1702052400000,\n                    0.00023781333333333334\n                ],\n                [\n                    1702052100000,\n                    0.003103786666666667\n                ],\n                [\n                    1702051800000,\n                    0.00042317333333333337\n                ],\n                [\n                    1702051500000,\n                    0.0003358933333333333\n                ],\n                [\n                    1702051200000,\n                    0.00039328\n                ],\n                [\n                    1702050900000,\n                    0.00043351999999999996\n                ],\n                [\n                    1702050600000,\n                    0.00034965333333333333\n                ],\n                [\n                    1702050300000,\n                    0.0002792\n                ],\n                [\n                    1702050000000,\n                    0.00022866666666666665\n                ],\n                [\n                    1702049700000,\n                    0.00046386666666666665\n                ],\n                [\n                    1702049400000,\n                    0.00030965333333333333\n                ],\n                [\n                    1702049100000,\n                    0.00026682666666666665\n                ],\n                [\n                    1702048800000,\n                    0.00041429333333333336\n                ],\n                [\n                    1702048500000,\n                    0.00043085333333333335\n                ],\n                [\n                    1702048200000,\n                    0.00026248\n                ],\n                [\n                    1702047900000,\n                    0.0002821333333333333\n                ],\n                [\n                    1702047600000,\n                    0.00025730666666666665\n                ],\n                [\n                    1702047300000,\n                    0.00030293333333333334\n                ],\n                [\n                    1702047000000,\n                    0.00030106666666666665\n                ],\n                [\n                    1702046700000,\n                    0.00025288\n                ],\n                [\n                    1702046400000,\n                    0.0003183733333333333\n                ],\n                [\n                    1702046100000,\n                    0.0002470933333333333\n                ],\n                [\n                    1702045800000,\n                    0.00019202666666666668\n                ],\n                [\n                    1702045500000,\n                    0.00022218666666666667\n                ],\n                [\n                    1702045200000,\n                    0.00035066666666666666\n                ],\n                [\n                    1702044900000,\n                    0.00027528\n                ],\n                [\n                    1702044600000,\n                    0.0001516\n                ],\n                [\n                    1702044300000,\n                    0.00035781333333333333\n                ],\n                [\n                    1702044000000,\n                    0.00022402666666666667\n                ],\n                [\n                    1702043700000,\n                    0.00039685333333333334\n                ],\n                [\n                    1702043400000,\n                    0.00084888\n                ],\n                [\n                    1702043100000,\n                    0.0006198933333333333\n                ],\n                [\n                    1702042800000,\n                    0.00013549333333333333\n                ],\n                [\n                    1702042500000,\n                    0.00045426666666666663\n                ],\n                [\n                    1702042200000,\n                    0.00030250666666666666\n                ],\n                [\n                    1702041900000,\n                    0.00046656\n                ],\n                [\n                    1702041600000,\n                    0.00041477333333333333\n                ],\n                [\n                    1702041300000,\n                    0.00052344\n                ],\n                [\n                    1702041000000,\n                    0.00045424\n                ],\n                [\n                    1702040700000,\n                    0.00094952\n                ],\n                [\n                    1702040400000,\n                    0.0005118666666666667\n                ],\n                [\n                    1702040100000,\n                    0.0006830666666666667\n                ],\n                [\n                    1702039800000,\n                    0.0005678666666666666\n                ],\n                [\n                    1702039500000,\n                    0.00048346666666666664\n                ],\n                [\n                    1702039200000,\n                    0.0005348266666666667\n                ],\n                [\n                    1702038900000,\n                    0.0006392533333333334\n                ],\n                [\n                    1702038600000,\n                    0.0006058933333333333\n                ],\n                [\n                    1702038300000,\n                    0.0006847733333333333\n                ],\n                [\n                    1702038000000,\n                    0.0007134933333333333\n                ],\n                [\n                    1702037700000,\n                    0.00259152\n                ],\n                [\n                    1702037400000,\n                    0.00588696\n                ],\n                [\n                    1702037100000,\n                    0.0008428266666666667\n                ],\n                [\n                    1702036800000,\n                    0.0008465066666666667\n                ],\n                [\n                    1702036500000,\n                    0.0010248800000000001\n                ],\n                [\n                    1702036200000,\n                    0.0009443733333333334\n                ],\n                [\n                    1702035900000,\n                    0.0007381333333333333\n                ],\n                [\n                    1702035600000,\n                    0.00064408\n                ],\n                [\n                    1702035300000,\n                    0.0008501333333333334\n                ],\n                [\n                    1702035000000,\n                    0.0009475466666666666\n                ],\n                [\n                    1702034700000,\n                    0.0009230933333333333\n                ],\n                [\n                    1702034400000,\n                    0.0008612533333333333\n                ],\n                [\n                    1702034100000,\n                    0.0008580533333333333\n                ],\n                [\n                    1702033800000,\n                    0.0009273866666666666\n                ],\n                [\n                    1702033500000,\n                    0.0008366666666666667\n                ],\n                [\n                    1702033200000,\n                    0.0007499466666666667\n                ],\n                [\n                    1702032900000,\n                    0.0009486933333333334\n                ],\n                [\n                    1702032600000,\n                    0.0009645333333333333\n                ],\n                [\n                    1702032300000,\n                    0.0008003999999999999\n                ],\n                [\n                    1702032000000,\n                    0.0007844266666666666\n                ],\n                [\n                    1702031700000,\n                    0.00095656\n                ],\n                [\n                    1702031400000,\n                    0.0007312\n                ],\n                [\n                    1702031100000,\n                    0.0011681600000000001\n                ],\n                [\n                    1702030800000,\n                    0.00085552\n                ],\n                [\n                    1702030500000,\n                    0.00094264\n                ],\n                [\n                    1702030200000,\n                    0.0007859466666666667\n                ],\n                [\n                    1702029900000,\n                    0.0007392266666666667\n                ],\n                [\n                    1702029600000,\n                    0.0008519199999999999\n                ],\n                [\n                    1702029300000,\n                    0.0007659466666666667\n                ],\n                [\n                    1702029000000,\n                    0.00072216\n                ],\n                [\n                    1702028700000,\n                    0.0007019466666666667\n                ],\n                [\n                    1702028400000,\n                    0.0006382133333333334\n                ],\n                [\n                    1702028100000,\n                    0.0006699733333333334\n                ],\n                [\n                    1702027800000,\n                    0.00067288\n                ],\n                [\n                    1702027500000,\n                    0.0007363733333333333\n                ],\n                [\n                    1702027200000,\n                    0.0007542666666666666\n                ],\n                [\n                    1702026900000,\n                    0.0005384266666666666\n                ],\n                [\n                    1702026600000,\n                    0.0007604266666666667\n                ],\n                [\n                    1702026300000,\n                    0.0006657599999999999\n                ],\n                [\n                    1702026000000,\n                    0.0006388266666666667\n                ],\n                [\n                    1702025700000,\n                    0.0007629333333333333\n                ],\n                [\n                    1702025400000,\n                    0.00072984\n                ],\n                [\n                    1702025100000,\n                    0.0007500533333333332\n                ],\n                [\n                    1702024800000,\n                    0.0007353066666666667\n                ],\n                [\n                    1702024500000,\n                    0.0008287466666666666\n                ],\n                [\n                    1702024200000,\n                    0.0008112000000000001\n                ],\n                [\n                    1702023900000,\n                    0.0008240533333333333\n                ],\n                [\n                    1702023600000,\n                    0.00077224\n                ],\n                [\n                    1702023300000,\n                    0.00075968\n                ],\n                [\n                    1702023000000,\n                    0.00068384\n                ],\n                [\n                    1702022700000,\n                    0.00083736\n                ],\n                [\n                    1702022400000,\n                    0.00075896\n                ],\n                [\n                    1702022100000,\n                    0.00062312\n                ],\n                [\n                    1702021800000,\n                    0.00073704\n                ],\n                [\n                    1702021500000,\n                    0.0007936\n                ],\n                [\n                    1702021200000,\n                    0.0006980533333333333\n                ],\n                [\n                    1702020900000,\n                    0.00070216\n                ],\n                [\n                    1702020600000,\n                    0.0008438133333333334\n                ],\n                [\n                    1702020300000,\n                    0.0008595733333333334\n                ],\n                [\n                    1702020000000,\n                    0.00082864\n                ],\n                [\n                    1702019700000,\n                    0.0008616\n                ],\n                [\n                    1702019400000,\n                    0.0007481066666666667\n                ],\n                [\n                    1702019100000,\n                    0.00075128\n                ],\n                [\n                    1702018800000,\n                    0.0006715466666666666\n                ],\n                [\n                    1702018500000,\n                    0.0008997333333333334\n                ],\n                [\n                    1702018200000,\n                    0.00080304\n                ],\n                [\n                    1702017900000,\n                    0.00072664\n                ],\n                [\n                    1702017600000,\n                    0.0006819466666666668\n                ],\n                [\n                    1702017300000,\n                    0.00083216\n                ],\n                [\n                    1702017000000,\n                    0.0007687999999999999\n                ],\n                [\n                    1702016700000,\n                    0.0025210933333333334\n                ],\n                [\n                    1702016400000,\n                    0.0006382666666666666\n                ],\n                [\n                    1702016100000,\n                    0.0007435466666666666\n                ],\n                [\n                    1702015800000,\n                    0.0007929866666666667\n                ],\n                [\n                    1702015500000,\n                    0.0007650933333333334\n                ],\n                [\n                    1702015200000,\n                    0.0008583200000000001\n                ],\n                [\n                    1702014900000,\n                    0.0007526133333333333\n                ],\n                [\n                    1702014600000,\n                    0.0006143733333333334\n                ],\n                [\n                    1702014300000,\n                    0.0007752799999999999\n                ],\n                [\n                    1702014000000,\n                    0.0007463200000000001\n                ],\n                [\n                    1702013700000,\n                    0.0005864266666666667\n                ],\n                [\n                    1702013400000,\n                    0.0005922933333333333\n                ],\n                [\n                    1702013100000,\n                    0.0006719466666666667\n                ],\n                [\n                    1702012800000,\n                    0.0006802666666666666\n                ],\n                [\n                    1702012500000,\n                    0.0007723466666666667\n                ],\n                [\n                    1702012200000,\n                    0.0008468266666666667\n                ],\n                [\n                    1702011900000,\n                    0.0008351733333333333\n                ],\n                [\n                    1702011600000,\n                    0.0007542933333333333\n                ],\n                [\n                    1702011300000,\n                    0.0007725866666666667\n                ],\n                [\n                    1702011000000,\n                    0.0010470133333333332\n                ],\n                [\n                    1702010700000,\n                    0.0007518133333333334\n                ],\n                [\n                    1702010400000,\n                    0.0007292\n                ],\n                [\n                    1702010100000,\n                    0.00092376\n                ],\n                [\n                    1702009800000,\n                    0.000786\n                ],\n                [\n                    1702009500000,\n                    0.00076312\n                ],\n                [\n                    1702009200000,\n                    0.0008033333333333334\n                ],\n                [\n                    1702008900000,\n                    0.0007643200000000001\n                ],\n                [\n                    1702008600000,\n                    0.0008779199999999999\n                ],\n                [\n                    1702008300000,\n                    0.0007874666666666667\n                ],\n                [\n                    1702008000000,\n                    0.00081512\n                ],\n                [\n                    1702007700000,\n                    0.0008408\n                ],\n                [\n                    1702007400000,\n                    0.0008382933333333333\n                ],\n                [\n                    1702007100000,\n                    0.0008003200000000001\n                ],\n                [\n                    1702006800000,\n                    0.0006978666666666666\n                ],\n                [\n                    1702006500000,\n                    0.0007316266666666666\n                ],\n                [\n                    1702006200000,\n                    0.0008159733333333334\n                ],\n                [\n                    1702005900000,\n                    0.0006734933333333333\n                ],\n                [\n                    1702005600000,\n                    0.0006712533333333333\n                ],\n                [\n                    1702005300000,\n                    0.00084208\n                ],\n                [\n                    1702005000000,\n                    0.0008413066666666666\n                ],\n                [\n                    1702004700000,\n                    0.0008379466666666668\n                ],\n                [\n                    1702004400000,\n                    0.00073048\n                ],\n                [\n                    1702004100000,\n                    0.00077184\n                ],\n                [\n                    1702003800000,\n                    0.0010616533333333335\n                ],\n                [\n                    1702003500000,\n                    0.0030071733333333333\n                ],\n                [\n                    1702003200000,\n                    0.0007034666666666667\n                ],\n                [\n                    1702002900000,\n                    0.0006353866666666667\n                ],\n                [\n                    1702002600000,\n                    0.0006849066666666666\n                ],\n                [\n                    1702002300000,\n                    0.0006869066666666667\n                ],\n                [\n                    1702002000000,\n                    0.00072336\n                ],\n                [\n                    1702001700000,\n                    0.0007095466666666667\n                ],\n                [\n                    1702001400000,\n                    0.0007417599999999999\n                ],\n                [\n                    1702001100000,\n                    0.0007358933333333333\n                ],\n                [\n                    1702000800000,\n                    0.0007259733333333334\n                ],\n                [\n                    1702000500000,\n                    0.00065312\n                ],\n                [\n                    1702000200000,\n                    0.0006954133333333334\n                ],\n                [\n                    1701999900000,\n                    0.00078688\n                ],\n                [\n                    1701999600000,\n                    0.0006736533333333333\n                ],\n                [\n                    1701999300000,\n                    0.0008765066666666666\n                ],\n                [\n                    1701999000000,\n                    0.0007409066666666666\n                ],\n                [\n                    1701998700000,\n                    0.0009131733333333332\n                ],\n                [\n                    1701998400000,\n                    0.0006952266666666667\n                ],\n                [\n                    1701998100000,\n                    0.0008083733333333333\n                ],\n                [\n                    1701997800000,\n                    0.0007410133333333333\n                ],\n                [\n                    1701997500000,\n                    0.00087936\n                ],\n                [\n                    1701997200000,\n                    0.0008936\n                ],\n                [\n                    1701996900000,\n                    0.00066904\n                ],\n                [\n                    1701996600000,\n                    0.0006544\n                ],\n                [\n                    1701996300000,\n                    0.0007259733333333334\n                ],\n                [\n                    1701996000000,\n                    0.0006295466666666667\n                ],\n                [\n                    1701995700000,\n                    0.00087184\n                ],\n                [\n                    1701995400000,\n                    0.00281424\n                ],\n                [\n                    1701995100000,\n                    0.004621253333333333\n                ],\n                [\n                    1701994800000,\n                    0.004348853333333334\n                ],\n                [\n                    1701994500000,\n                    0.002424906666666667\n                ],\n                [\n                    1701994200000,\n                    0.00095968\n                ],\n                [\n                    1701993900000,\n                    0.0009546933333333334\n                ],\n                [\n                    1701993600000,\n                    0.000894\n                ],\n                [\n                    1701993300000,\n                    0.00088656\n                ],\n                [\n                    1701993000000,\n                    0.0006872\n                ],\n                [\n                    1701992700000,\n                    0.0010461600000000002\n                ],\n                [\n                    1701992400000,\n                    0.0009509866666666667\n                ],\n                [\n                    1701992100000,\n                    0.0007978133333333333\n                ],\n                [\n                    1701991800000,\n                    0.0008294666666666667\n                ],\n                [\n                    1701991500000,\n                    0.0008244266666666666\n                ],\n                [\n                    1701991200000,\n                    0.00075528\n                ],\n                [\n                    1701990900000,\n                    0.0009493866666666666\n                ],\n                [\n                    1701990600000,\n                    0.0008282133333333333\n                ],\n                [\n                    1701990300000,\n                    0.0008437333333333333\n                ],\n                [\n                    1701990000000,\n                    0.0007772533333333334\n                ],\n                [\n                    1701989700000,\n                    0.0008807733333333333\n                ],\n                [\n                    1701989400000,\n                    0.0010752266666666666\n                ],\n                [\n                    1701989100000,\n                    0.0007338933333333333\n                ],\n                [\n                    1701988800000,\n                    0.00078784\n                ],\n                [\n                    1701988500000,\n                    0.0009936\n                ],\n                [\n                    1701988200000,\n                    0.0005939466666666667\n                ],\n                [\n                    1701987900000,\n                    0.0007808266666666667\n                ],\n                [\n                    1701987600000,\n                    0.0007781066666666667\n                ],\n                [\n                    1701987300000,\n                    0.0006460533333333333\n                ],\n                [\n                    1701987000000,\n                    0.0008100533333333333\n                ],\n                [\n                    1701986700000,\n                    0.0008547733333333333\n                ],\n                [\n                    1701986400000,\n                    0.0006784266666666666\n                ],\n                [\n                    1701986100000,\n                    0.0006686133333333334\n                ],\n                [\n                    1701985800000,\n                    0.0008443999999999999\n                ],\n                [\n                    1701985500000,\n                    0.0013474666666666666\n                ],\n                [\n                    1701985200000,\n                    0.00074576\n                ],\n                [\n                    1701984900000,\n                    0.000828\n                ],\n                [\n                    1701984600000,\n                    0.0007632266666666667\n                ],\n                [\n                    1701984300000,\n                    0.0009292\n                ],\n                [\n                    1701984000000,\n                    0.0007820533333333333\n                ],\n                [\n                    1701983700000,\n                    0.00081688\n                ],\n                [\n                    1701983400000,\n                    0.0009457866666666666\n                ],\n                [\n                    1701983100000,\n                    0.00087712\n                ],\n                [\n                    1701982800000,\n                    0.0008369866666666667\n                ],\n                [\n                    1701982500000,\n                    0.0007066666666666666\n                ],\n                [\n                    1701982200000,\n                    0.0007606133333333333\n                ],\n                [\n                    1701981900000,\n                    0.0007854933333333333\n                ],\n                [\n                    1701981600000,\n                    0.0007721066666666667\n                ],\n                [\n                    1701981300000,\n                    0.0010041333333333333\n                ],\n                [\n                    1701981000000,\n                    0.0009323733333333334\n                ],\n                [\n                    1701980700000,\n                    0.0007124\n                ],\n                [\n                    1701980400000,\n                    0.0007835733333333333\n                ],\n                [\n                    1701980100000,\n                    0.0009130933333333334\n                ],\n                [\n                    1701979800000,\n                    0.0010916533333333335\n                ],\n                [\n                    1701979500000,\n                    0.00118624\n                ],\n                [\n                    1701979200000,\n                    0.0009868\n                ],\n                [\n                    1701978900000,\n                    0.0010138133333333333\n                ],\n                [\n                    1701978600000,\n                    0.0011038399999999998\n                ],\n                [\n                    1701978300000,\n                    0.0009298933333333334\n                ],\n                [\n                    1701978000000,\n                    0.0008556266666666667\n                ],\n                [\n                    1701977700000,\n                    0.0009169066666666666\n                ],\n                [\n                    1701977400000,\n                    0.0008765066666666666\n                ],\n                [\n                    1701977100000,\n                    0.0008568533333333334\n                ],\n                [\n                    1701976800000,\n                    0.0007469066666666666\n                ],\n                [\n                    1701976500000,\n                    0.0007982933333333333\n                ],\n                [\n                    1701976200000,\n                    0.0007343733333333333\n                ],\n                [\n                    1701975900000,\n                    0.0009764266666666666\n                ],\n                [\n                    1701975600000,\n                    0.0008841866666666667\n                ],\n                [\n                    1701975300000,\n                    0.0011878933333333334\n                ],\n                [\n                    1701975000000,\n                    0.0007477066666666667\n                ],\n                [\n                    1701974700000,\n                    0.00074848\n                ],\n                [\n                    1701974400000,\n                    0.00079912\n                ],\n                [\n                    1701974100000,\n                    0.0009986666666666666\n                ],\n                [\n                    1701973800000,\n                    0.0006799466666666667\n                ],\n                [\n                    1701973500000,\n                    0.0007443466666666666\n                ],\n                [\n                    1701973200000,\n                    0.0007666933333333334\n                ],\n                [\n                    1701972900000,\n                    0.0008394666666666667\n                ],\n                [\n                    1701972600000,\n                    0.0009272799999999999\n                ],\n                [\n                    1701972300000,\n                    0.0007562133333333334\n                ],\n                [\n                    1701972000000,\n                    0.00061872\n                ],\n                [\n                    1701971700000,\n                    0.0007818666666666666\n                ],\n                [\n                    1701971400000,\n                    0.0008679466666666667\n                ],\n                [\n                    1701971100000,\n                    0.0007248266666666667\n                ],\n                [\n                    1701970800000,\n                    0.00079736\n                ],\n                [\n                    1701970500000,\n                    0.0007593066666666666\n                ],\n                [\n                    1701970200000,\n                    0.0008157066666666667\n                ],\n                [\n                    1701969900000,\n                    0.0007108533333333334\n                ],\n                [\n                    1701969600000,\n                    0.0007903200000000001\n                ],\n                [\n                    1701969300000,\n                    0.00080464\n                ],\n                [\n                    1701969000000,\n                    0.00082656\n                ],\n                [\n                    1701968700000,\n                    0.00070064\n                ],\n                [\n                    1701968400000,\n                    0.0005213066666666667\n                ],\n                [\n                    1701968100000,\n                    0.00048637333333333333\n                ],\n                [\n                    1701967800000,\n                    0.0005603733333333333\n                ],\n                [\n                    1701967500000,\n                    0.00048266666666666667\n                ],\n                [\n                    1701967200000,\n                    0.00041085333333333335\n                ],\n                [\n                    1701966900000,\n                    0.00037\n                ],\n                [\n                    1701966600000,\n                    0.0005069866666666667\n                ],\n                [\n                    1701966300000,\n                    0.00031269333333333333\n                ],\n                [\n                    1701966000000,\n                    0.00027728\n                ],\n                [\n                    1701965700000,\n                    0.0004210933333333333\n                ],\n                [\n                    1701965400000,\n                    0.00087528\n                ],\n                [\n                    1701965100000,\n                    0.00025389333333333336\n                ],\n                [\n                    1701964800000,\n                    0.004631413333333333\n                ],\n                [\n                    1701964500000,\n                    0.0051593866666666665\n                ],\n                [\n                    1701964200000,\n                    0.00020322666666666665\n                ],\n                [\n                    1701963900000,\n                    0.0002116\n                ],\n                [\n                    1701963600000,\n                    0.000304\n                ],\n                [\n                    1701963300000,\n                    0.00021597333333333332\n                ],\n                [\n                    1701963000000,\n                    0.00023575999999999998\n                ],\n                [\n                    1701962700000,\n                    0.00019688\n                ],\n                [\n                    1701962400000,\n                    0.00017661333333333335\n                ],\n                [\n                    1701962100000,\n                    0.00017672\n                ],\n                [\n                    1701961800000,\n                    0.00024346666666666666\n                ],\n                [\n                    1701961500000,\n                    0.00019354666666666665\n                ],\n                [\n                    1701961200000,\n                    0.00021834666666666665\n                ],\n                [\n                    1701960900000,\n                    0.00023178666666666666\n                ],\n                [\n                    1701960600000,\n                    0.00028157333333333334\n                ],\n                [\n                    1701960300000,\n                    0.0033567199999999997\n                ],\n                [\n                    1701960000000,\n                    0.0037188533333333334\n                ],\n                [\n                    1701959700000,\n                    0.003677786666666667\n                ],\n                [\n                    1701959400000,\n                    0.0013673866666666667\n                ],\n                [\n                    1701959100000,\n                    0.00028250666666666666\n                ],\n                [\n                    1701958800000,\n                    0.00019104\n                ],\n                [\n                    1701958500000,\n                    0.00017138666666666666\n                ],\n                [\n                    1701958200000,\n                    0.00011904000000000001\n                ],\n                [\n                    1701957900000,\n                    0.00019165333333333334\n                ],\n                [\n                    1701957600000,\n                    0.0001596\n                ],\n                [\n                    1701957300000,\n                    0.00022824\n                ],\n                [\n                    1701957000000,\n                    0.0011761866666666668\n                ],\n                [\n                    1701956700000,\n                    0.0002638133333333333\n                ],\n                [\n                    1701956400000,\n                    0.00031783999999999995\n                ],\n                [\n                    1701956100000,\n                    0.0011725333333333333\n                ],\n                [\n                    1701955800000,\n                    0.0028385333333333334\n                ],\n                [\n                    1701955500000,\n                    0.00034794666666666666\n                ],\n                [\n                    1701955200000,\n                    0.0011789866666666667\n                ],\n                [\n                    1701954900000,\n                    0.0013153866666666667\n                ],\n                [\n                    1701954600000,\n                    0.00112768\n                ],\n                [\n                    1701954300000,\n                    0.00124936\n                ],\n                [\n                    1701954000000,\n                    0.0011756\n                ],\n                [\n                    1701953700000,\n                    0.0012889333333333333\n                ],\n                [\n                    1701953400000,\n                    0.0006385333333333333\n                ],\n                [\n                    1701953100000,\n                    0.0005982133333333334\n                ],\n                [\n                    1701952800000,\n                    0.0011291733333333334\n                ],\n                [\n                    1701952500000,\n                    0.0007540266666666666\n                ],\n                [\n                    1701952200000,\n                    0.0006818400000000001\n                ],\n                [\n                    1701951900000,\n                    0.0007624266666666666\n                ],\n                [\n                    1701951600000,\n                    0.0007613333333333334\n                ],\n                [\n                    1701951300000,\n                    0.0007553600000000001\n                ],\n                [\n                    1701951000000,\n                    0.0005554666666666667\n                ],\n                [\n                    1701950700000,\n                    0.0007844533333333333\n                ],\n                [\n                    1701950400000,\n                    0.0006562666666666666\n                ],\n                [\n                    1701950100000,\n                    0.0006972266666666666\n                ],\n                [\n                    1701949800000,\n                    0.0007454400000000001\n                ],\n                [\n                    1701949500000,\n                    0.0006260533333333333\n                ],\n                [\n                    1701949200000,\n                    0.0001922666666666667\n                ],\n                [\n                    1701948900000,\n                    0.00018904\n                ],\n                [\n                    1701948600000,\n                    0.00021778666666666667\n                ],\n                [\n                    1701948300000,\n                    0.0004894666666666667\n                ],\n                [\n                    1701948000000,\n                    0.0003047733333333333\n                ],\n                [\n                    1701947700000,\n                    0.0003365066666666667\n                ],\n                [\n                    1701947400000,\n                    0.0002748\n                ],\n                [\n                    1701947100000,\n                    0.0002878933333333333\n                ],\n                [\n                    1701946800000,\n                    0.00024213333333333333\n                ],\n                [\n                    1701946500000,\n                    0.0004207733333333333\n                ],\n                [\n                    1701946200000,\n                    0.00039141333333333334\n                ],\n                [\n                    1701945900000,\n                    0.0003937333333333333\n                ],\n                [\n                    1701945600000,\n                    0.00029170666666666667\n                ],\n                [\n                    1701945300000,\n                    0.0003853866666666667\n                ],\n                [\n                    1701945000000,\n                    0.0004401333333333333\n                ],\n                [\n                    1701944700000,\n                    0.00048776\n                ],\n                [\n                    1701944400000,\n                    0.0005497866666666667\n                ],\n                [\n                    1701944100000,\n                    0.00040002666666666664\n                ],\n                [\n                    1701943800000,\n                    0.0001896\n                ],\n                [\n                    1701943500000,\n                    0.00017941333333333333\n                ],\n                [\n                    1701943200000,\n                    0.00020050666666666665\n                ],\n                [\n                    1701942900000,\n                    0.00029914666666666667\n                ],\n                [\n                    1701942600000,\n                    0.00045608\n                ],\n                [\n                    1701942300000,\n                    0.0005776799999999999\n                ],\n                [\n                    1701942000000,\n                    0.00034189333333333334\n                ],\n                [\n                    1701941700000,\n                    0.00035781333333333333\n                ],\n                [\n                    1701941400000,\n                    0.00045002666666666666\n                ],\n                [\n                    1701941100000,\n                    0.00027429333333333337\n                ],\n                [\n                    1701940800000,\n                    0.0002524\n                ],\n                [\n                    1701940500000,\n                    0.00030402666666666663\n                ],\n                [\n                    1701940200000,\n                    0.0002968\n                ],\n                [\n                    1701939900000,\n                    0.00037842666666666665\n                ],\n                [\n                    1701939600000,\n                    0.0002055733333333333\n                ],\n                [\n                    1701939300000,\n                    0.00038392\n                ],\n                [\n                    1701939000000,\n                    0.00028544\n                ],\n                [\n                    1701938700000,\n                    0.00025549333333333335\n                ],\n                [\n                    1701938400000,\n                    0.0004408533333333334\n                ],\n                [\n                    1701938100000,\n                    0.0003354666666666666\n                ],\n                [\n                    1701937800000,\n                    0.00033874666666666665\n                ],\n                [\n                    1701937500000,\n                    0.00026327999999999996\n                ],\n                [\n                    1701937200000,\n                    0.0003209066666666667\n                ],\n                [\n                    1701936900000,\n                    0.0005125599999999999\n                ],\n                [\n                    1701936600000,\n                    0.0004928533333333334\n                ],\n                [\n                    1701936300000,\n                    0.0002701066666666667\n                ],\n                [\n                    1701936000000,\n                    0.00029893333333333335\n                ],\n                [\n                    1701935700000,\n                    0.0003655733333333333\n                ],\n                [\n                    1701935400000,\n                    0.00046549333333333336\n                ],\n                [\n                    1701935100000,\n                    0.00032056\n                ],\n                [\n                    1701934800000,\n                    0.00035098666666666666\n                ],\n                [\n                    1701934500000,\n                    0.0003024266666666667\n                ],\n                [\n                    1701934200000,\n                    0.0003046666666666667\n                ],\n                [\n                    1701933900000,\n                    0.00013568\n                ],\n                [\n                    1701933600000,\n                    0.00034826666666666666\n                ],\n                [\n                    1701933300000,\n                    0.0006134933333333334\n                ],\n                [\n                    1701933000000,\n                    0.0004540533333333333\n                ],\n                [\n                    1701932700000,\n                    0.00027136\n                ],\n                [\n                    1701932400000,\n                    0.0003915733333333333\n                ],\n                [\n                    1701932100000,\n                    0.00033602666666666665\n                ],\n                [\n                    1701931800000,\n                    0.00045546666666666666\n                ],\n                [\n                    1701931500000,\n                    0.0004115466666666667\n                ],\n                [\n                    1701931200000,\n                    0.0004172266666666667\n                ],\n                [\n                    1701930900000,\n                    0.00024274666666666668\n                ],\n                [\n                    1701930600000,\n                    0.00036696\n                ],\n                [\n                    1701930300000,\n                    0.002035013333333333\n                ],\n                [\n                    1701930000000,\n                    0.00019208000000000002\n                ],\n                [\n                    1701929700000,\n                    0.00026416000000000005\n                ],\n                [\n                    1701929400000,\n                    0.0005009333333333333\n                ],\n                [\n                    1701929100000,\n                    0.0003234933333333333\n                ],\n                [\n                    1701928800000,\n                    0.0003307466666666667\n                ],\n                [\n                    1701928500000,\n                    0.00034685333333333337\n                ],\n                [\n                    1701928200000,\n                    0.0003081333333333333\n                ],\n                [\n                    1701927900000,\n                    0.00028368\n                ],\n                [\n                    1701927600000,\n                    0.00021408\n                ],\n                [\n                    1701927300000,\n                    0.0004557866666666667\n                ],\n                [\n                    1701927000000,\n                    0.00044312\n                ],\n                [\n                    1701926700000,\n                    0.00040928\n                ],\n                [\n                    1701926400000,\n                    0.0003976266666666667\n                ],\n                [\n                    1701926100000,\n                    0.000412\n                ],\n                [\n                    1701925800000,\n                    0.0065588\n                ],\n                [\n                    1701925500000,\n                    0.008919733333333334\n                ],\n                [\n                    1701925200000,\n                    0.00898984\n                ],\n                [\n                    1701924900000,\n                    0.00182456\n                ],\n                [\n                    1701924600000,\n                    0.0005937333333333333\n                ],\n                [\n                    1701924300000,\n                    0.00038416000000000004\n                ],\n                [\n                    1701924000000,\n                    0.0003606933333333333\n                ],\n                [\n                    1701923700000,\n                    0.0003892266666666667\n                ],\n                [\n                    1701923400000,\n                    0.00024453333333333333\n                ],\n                [\n                    1701923100000,\n                    0.0003008\n                ],\n                [\n                    1701922800000,\n                    0.0005356533333333334\n                ],\n                [\n                    1701922500000,\n                    0.00024146666666666666\n                ],\n                [\n                    1701922200000,\n                    0.00024133333333333334\n                ],\n                [\n                    1701921900000,\n                    0.00025968\n                ],\n                [\n                    1701921600000,\n                    0.00022554666666666664\n                ],\n                [\n                    1701921300000,\n                    0.00022938666666666666\n                ],\n                [\n                    1701921000000,\n                    0.000236\n                ],\n                [\n                    1701920700000,\n                    0.000282\n                ],\n                [\n                    1701920400000,\n                    0.00027208\n                ],\n                [\n                    1701920100000,\n                    0.00029312\n                ],\n                [\n                    1701919800000,\n                    0.0003088\n                ],\n                [\n                    1701919500000,\n                    0.00017416\n                ],\n                [\n                    1701919200000,\n                    0.00024122666666666665\n                ],\n                [\n                    1701918900000,\n                    0.00038549333333333336\n                ],\n                [\n                    1701918600000,\n                    0.00028736\n                ],\n                [\n                    1701918300000,\n                    0.00029776\n                ],\n                [\n                    1701918000000,\n                    0.0003994933333333333\n                ],\n                [\n                    1701917700000,\n                    0.0002769866666666667\n                ],\n                [\n                    1701917400000,\n                    0.00020578666666666665\n                ],\n                [\n                    1701917100000,\n                    0.00037672000000000004\n                ],\n                [\n                    1701916800000,\n                    0.00022546666666666668\n                ],\n                [\n                    1701916500000,\n                    0.00024672\n                ],\n                [\n                    1701916200000,\n                    0.00032794666666666666\n                ],\n                [\n                    1701915900000,\n                    0.00037927999999999996\n                ],\n                [\n                    1701915600000,\n                    0.00027383999999999997\n                ],\n                [\n                    1701915300000,\n                    0.00040154666666666666\n                ],\n                [\n                    1701915000000,\n                    0.00021250666666666667\n                ],\n                [\n                    1701914700000,\n                    0.00024154666666666665\n                ],\n                [\n                    1701914400000,\n                    0.00018119999999999999\n                ],\n                [\n                    1701914100000,\n                    0.00018989333333333335\n                ],\n                [\n                    1701913800000,\n                    0.00015088\n                ],\n                [\n                    1701913500000,\n                    0.00016218666666666668\n                ],\n                [\n                    1701913200000,\n                    0.00018978666666666667\n                ],\n                [\n                    1701912900000,\n                    0.00031272\n                ],\n                [\n                    1701912600000,\n                    0.00034829333333333333\n                ],\n                [\n                    1701912300000,\n                    0.00030293333333333334\n                ],\n                [\n                    1701912000000,\n                    0.00024336\n                ],\n                [\n                    1701911700000,\n                    0.00034050666666666666\n                ],\n                [\n                    1701911400000,\n                    0.0003726933333333333\n                ],\n                [\n                    1701911100000,\n                    0.00040325333333333333\n                ],\n                [\n                    1701910800000,\n                    0.0004897333333333334\n                ],\n                [\n                    1701910500000,\n                    0.0005583733333333333\n                ],\n                [\n                    1701910200000,\n                    0.0023371466666666663\n                ],\n                [\n                    1701909900000,\n                    0.0030130933333333333\n                ],\n                [\n                    1701909600000,\n                    0.002711386666666667\n                ],\n                [\n                    1701909300000,\n                    0.002778346666666667\n                ],\n                [\n                    1701909000000,\n                    0.0028220533333333333\n                ],\n                [\n                    1701908700000,\n                    0.0029698933333333335\n                ],\n                [\n                    1701908400000,\n                    0.0036996266666666664\n                ],\n                [\n                    1701908100000,\n                    0.0009398133333333334\n                ],\n                [\n                    1701907800000,\n                    0.0007696000000000001\n                ],\n                [\n                    1701907500000,\n                    0.00072616\n                ],\n                [\n                    1701907200000,\n                    0.0006998666666666667\n                ],\n                [\n                    1701906900000,\n                    0.0007443466666666666\n                ],\n                [\n                    1701906600000,\n                    0.0008018933333333333\n                ],\n                [\n                    1701906300000,\n                    0.0007794933333333333\n                ],\n                [\n                    1701906000000,\n                    0.0007396\n                ],\n                [\n                    1701905700000,\n                    0.0007427733333333333\n                ],\n                [\n                    1701905400000,\n                    0.0007283466666666667\n                ],\n                [\n                    1701905100000,\n                    0.0007224\n                ],\n                [\n                    1701904800000,\n                    0.00084024\n                ],\n                [\n                    1701904500000,\n                    0.00069704\n                ],\n                [\n                    1701904200000,\n                    0.0007290133333333333\n                ],\n                [\n                    1701903900000,\n                    0.00078288\n                ],\n                [\n                    1701903600000,\n                    0.0008640266666666667\n                ],\n                [\n                    1701903300000,\n                    0.0007007733333333333\n                ],\n                [\n                    1701903000000,\n                    0.0007616799999999999\n                ],\n                [\n                    1701902700000,\n                    0.0008732266666666667\n                ],\n                [\n                    1701902400000,\n                    0.0008484\n                ],\n                [\n                    1701902100000,\n                    0.0008049600000000001\n                ],\n                [\n                    1701901800000,\n                    0.0007377333333333333\n                ],\n                [\n                    1701901500000,\n                    0.00076936\n                ],\n                [\n                    1701901200000,\n                    0.00069704\n                ],\n                [\n                    1701900900000,\n                    0.0007369066666666666\n                ],\n                [\n                    1701900600000,\n                    0.0007549333333333333\n                ],\n                [\n                    1701900300000,\n                    0.0007915466666666666\n                ],\n                [\n                    1701900000000,\n                    0.0006380266666666666\n                ],\n                [\n                    1701899700000,\n                    0.0007155466666666666\n                ],\n                [\n                    1701899400000,\n                    0.0007530133333333333\n                ],\n                [\n                    1701899100000,\n                    0.0006959199999999999\n                ],\n                [\n                    1701898800000,\n                    0.0006951733333333333\n                ],\n                [\n                    1701898500000,\n                    0.0007976799999999999\n                ],\n                [\n                    1701898200000,\n                    0.0007461599999999999\n                ],\n                [\n                    1701897900000,\n                    0.00074792\n                ],\n                [\n                    1701897600000,\n                    0.0008018133333333333\n                ],\n                [\n                    1701897300000,\n                    0.0007636\n                ],\n                [\n                    1701897000000,\n                    0.0007646133333333333\n                ],\n                [\n                    1701896700000,\n                    0.0008664\n                ],\n                [\n                    1701896400000,\n                    0.00075288\n                ],\n                [\n                    1701896100000,\n                    0.000858\n                ],\n                [\n                    1701895800000,\n                    0.00069704\n                ],\n                [\n                    1701895500000,\n                    0.0007124\n                ],\n                [\n                    1701895200000,\n                    0.00067216\n                ],\n                [\n                    1701894900000,\n                    0.0007626933333333334\n                ],\n                [\n                    1701894600000,\n                    0.00102136\n                ],\n                [\n                    1701894300000,\n                    0.00110448\n                ],\n                [\n                    1701894000000,\n                    0.0016161333333333334\n                ],\n                [\n                    1701893700000,\n                    0.0007556533333333333\n                ],\n                [\n                    1701893400000,\n                    0.00060952\n                ],\n                [\n                    1701893100000,\n                    0.0006084266666666667\n                ],\n                [\n                    1701892800000,\n                    0.0005587733333333333\n                ],\n                [\n                    1701892500000,\n                    0.0007367733333333333\n                ],\n                [\n                    1701892200000,\n                    0.0005782133333333333\n                ],\n                [\n                    1701891900000,\n                    0.0006763466666666667\n                ],\n                [\n                    1701891600000,\n                    0.00049368\n                ],\n                [\n                    1701891300000,\n                    0.00047773333333333336\n                ],\n                [\n                    1701891000000,\n                    0.00037053333333333336\n                ],\n                [\n                    1701890700000,\n                    0.00034664\n                ],\n                [\n                    1701890400000,\n                    0.00013906666666666667\n                ],\n                [\n                    1701890100000,\n                    0.0002376\n                ],\n                [\n                    1701889800000,\n                    0.0003569066666666667\n                ],\n                [\n                    1701889500000,\n                    0.00034456\n                ],\n                [\n                    1701889200000,\n                    0.0003638133333333333\n                ],\n                [\n                    1701888900000,\n                    0.0003244266666666667\n                ],\n                [\n                    1701888600000,\n                    0.0002581866666666667\n                ],\n                [\n                    1701888300000,\n                    0.0002858133333333333\n                ],\n                [\n                    1701888000000,\n                    0.00019986666666666668\n                ],\n                [\n                    1701887700000,\n                    0.00025117333333333336\n                ],\n                [\n                    1701887400000,\n                    0.0002503466666666667\n                ],\n                [\n                    1701887100000,\n                    0.00024277333333333335\n                ],\n                [\n                    1701886800000,\n                    0.00024808\n                ],\n                [\n                    1701886500000,\n                    0.0002692533333333333\n                ],\n                [\n                    1701886200000,\n                    0.00027202666666666667\n                ],\n                [\n                    1701885900000,\n                    0.00028256\n                ],\n                [\n                    1701885600000,\n                    0.00018853333333333333\n                ],\n                [\n                    1701885300000,\n                    0.00021450666666666666\n                ],\n                [\n                    1701885000000,\n                    0.0002470933333333333\n                ],\n                [\n                    1701884700000,\n                    0.00022424\n                ],\n                [\n                    1701884400000,\n                    0.0002524\n                ],\n                [\n                    1701884100000,\n                    0.00028152\n                ],\n                [\n                    1701883800000,\n                    0.00023976\n                ],\n                [\n                    1701883500000,\n                    0.00023712\n                ],\n                [\n                    1701883200000,\n                    0.0002556533333333333\n                ],\n                [\n                    1701882900000,\n                    0.00015890666666666667\n                ],\n                [\n                    1701882600000,\n                    0.00016221333333333335\n                ],\n                [\n                    1701882300000,\n                    0.00043914666666666665\n                ],\n                [\n                    1701882000000,\n                    0.00039568000000000003\n                ],\n                [\n                    1701881700000,\n                    0.0006070933333333333\n                ],\n                [\n                    1701881400000,\n                    0.00028648000000000004\n                ],\n                [\n                    1701881100000,\n                    0.0002937866666666667\n                ],\n                [\n                    1701880800000,\n                    0.0002683466666666667\n                ],\n                [\n                    1701880500000,\n                    0.00021090666666666666\n                ],\n                [\n                    1701880200000,\n                    0.00025024\n                ],\n                [\n                    1701879900000,\n                    0.00024165333333333333\n                ],\n                [\n                    1701879600000,\n                    0.0002388\n                ],\n                [\n                    1701879300000,\n                    0.00033752\n                ],\n                [\n                    1701879000000,\n                    0.00030344\n                ],\n                [\n                    1701878700000,\n                    0.00030930666666666666\n                ],\n                [\n                    1701878400000,\n                    0.00046978666666666667\n                ],\n                [\n                    1701878100000,\n                    0.00041616\n                ],\n                [\n                    1701877800000,\n                    0.00020885333333333332\n                ],\n                [\n                    1701877500000,\n                    0.00032002666666666664\n                ],\n                [\n                    1701877200000,\n                    0.00017765333333333335\n                ],\n                [\n                    1701876900000,\n                    0.00032295999999999996\n                ],\n                [\n                    1701876600000,\n                    0.00041264\n                ],\n                [\n                    1701876300000,\n                    0.0006142133333333333\n                ],\n                [\n                    1701876000000,\n                    0.00046314666666666664\n                ],\n                [\n                    1701875700000,\n                    0.00025538666666666667\n                ],\n                [\n                    1701875400000,\n                    0.0002617866666666667\n                ],\n                [\n                    1701875100000,\n                    0.00042634666666666667\n                ],\n                [\n                    1701874800000,\n                    0.0002472\n                ],\n                [\n                    1701874500000,\n                    0.0002078666666666667\n                ],\n                [\n                    1701874200000,\n                    0.0003750133333333333\n                ],\n                [\n                    1701873900000,\n                    0.00036144\n                ],\n                [\n                    1701873600000,\n                    0.0007562133333333334\n                ],\n                [\n                    1701873300000,\n                    0.0004312533333333333\n                ],\n                [\n                    1701873000000,\n                    0.00031826666666666663\n                ],\n                [\n                    1701872700000,\n                    0.00038514666666666664\n                ],\n                [\n                    1701872400000,\n                    0.00031096\n                ],\n                [\n                    1701872100000,\n                    0.00042280000000000003\n                ],\n                [\n                    1701871800000,\n                    0.00063992\n                ],\n                [\n                    1701871500000,\n                    0.002258906666666667\n                ],\n                [\n                    1701871200000,\n                    0.0025848000000000004\n                ],\n                [\n                    1701870900000,\n                    0.0021286666666666667\n                ],\n                [\n                    1701870600000,\n                    0.00139256\n                ],\n                [\n                    1701870300000,\n                    0.0005606399999999999\n                ],\n                [\n                    1701870000000,\n                    0.0003298933333333333\n                ],\n                [\n                    1701869700000,\n                    0.00039429333333333336\n                ],\n                [\n                    1701869400000,\n                    0.0005082933333333333\n                ],\n                [\n                    1701869100000,\n                    0.0003569866666666667\n                ],\n                [\n                    1701868800000,\n                    0.0003892\n                ],\n                [\n                    1701868500000,\n                    0.00030154666666666667\n                ],\n                [\n                    1701868200000,\n                    0.00037053333333333336\n                ],\n                [\n                    1701867900000,\n                    0.00029373333333333334\n                ],\n                [\n                    1701867600000,\n                    0.00029272\n                ],\n                [\n                    1701867300000,\n                    0.00023917333333333334\n                ],\n                [\n                    1701867000000,\n                    0.00028154666666666667\n                ],\n                [\n                    1701866700000,\n                    0.0003307733333333333\n                ],\n                [\n                    1701866400000,\n                    0.0005314933333333333\n                ],\n                [\n                    1701866100000,\n                    0.00031026666666666666\n                ],\n                [\n                    1701865800000,\n                    0.0005509066666666666\n                ],\n                [\n                    1701865500000,\n                    0.0003597866666666667\n                ],\n                [\n                    1701865200000,\n                    0.00027770666666666666\n                ],\n                [\n                    1701864900000,\n                    0.00034928\n                ],\n                [\n                    1701864600000,\n                    0.00017405333333333334\n                ],\n                [\n                    1701864300000,\n                    0.00026568\n                ],\n                [\n                    1701864000000,\n                    0.00032714666666666664\n                ],\n                [\n                    1701863700000,\n                    0.00042962666666666665\n                ],\n                [\n                    1701863400000,\n                    0.00047245333333333333\n                ],\n                [\n                    1701863100000,\n                    0.00047224\n                ],\n                [\n                    1701862800000,\n                    0.00032570666666666663\n                ],\n                [\n                    1701862500000,\n                    0.0003735733333333333\n                ],\n                [\n                    1701862200000,\n                    0.0004688\n                ],\n                [\n                    1701861900000,\n                    0.00043474666666666666\n                ],\n                [\n                    1701861600000,\n                    0.00044885333333333335\n                ],\n                [\n                    1701861300000,\n                    0.00031285333333333336\n                ],\n                [\n                    1701861000000,\n                    0.0002416\n                ],\n                [\n                    1701860700000,\n                    0.0003536533333333333\n                ],\n                [\n                    1701860400000,\n                    0.00032106666666666665\n                ],\n                [\n                    1701860100000,\n                    0.00027437333333333333\n                ],\n                [\n                    1701859800000,\n                    0.00026250666666666667\n                ],\n                [\n                    1701859500000,\n                    0.0005250933333333334\n                ],\n                [\n                    1701859200000,\n                    0.0007278666666666667\n                ],\n                [\n                    1701858900000,\n                    0.00036872\n                ],\n                [\n                    1701858600000,\n                    0.00049392\n                ],\n                [\n                    1701858300000,\n                    0.0003195466666666667\n                ],\n                [\n                    1701858000000,\n                    0.0003797866666666667\n                ],\n                [\n                    1701857700000,\n                    0.0004784\n                ],\n                [\n                    1701857400000,\n                    0.00029477333333333334\n                ],\n                [\n                    1701857100000,\n                    0.00026992\n                ],\n                [\n                    1701856800000,\n                    0.0002701066666666667\n                ],\n                [\n                    1701856500000,\n                    0.000276\n                ],\n                [\n                    1701856200000,\n                    0.00032872\n                ],\n                [\n                    1701855900000,\n                    0.0002656266666666667\n                ],\n                [\n                    1701855600000,\n                    0.00020216\n                ],\n                [\n                    1701855300000,\n                    0.00021581333333333332\n                ],\n                [\n                    1701855000000,\n                    0.0014895466666666665\n                ],\n                [\n                    1701854700000,\n                    0.00048138666666666663\n                ],\n                [\n                    1701854400000,\n                    0.0004512533333333333\n                ],\n                [\n                    1701854100000,\n                    0.00038973333333333334\n                ],\n                [\n                    1701853800000,\n                    0.00023946666666666667\n                ],\n                [\n                    1701853500000,\n                    0.00028146666666666666\n                ],\n                [\n                    1701853200000,\n                    0.00039245333333333334\n                ],\n                [\n                    1701852900000,\n                    0.00037210666666666667\n                ],\n                [\n                    1701852600000,\n                    0.0003544\n                ],\n                [\n                    1701852300000,\n                    0.000358\n                ]\n            ],\n            \"unit\": {\n                \"name\": \"Mbps\",\n                \"fullName\": \"Megabits per second\"\n            }\n        },\n        {\n            \"type\": \"A_BITS\",\n            \"subtype\": \"Configured speed\",\n            \"samples\": [\n                [\n                    1702283700000,\n                    20\n                ],\n                [\n                    1702283400000,\n                    20\n                ],\n                [\n                    1702283100000,\n                    20\n                ],\n                [\n                    1702282800000,\n                    20\n                ],\n                [\n                    1702282500000,\n                    20\n                ],\n                [\n                    1702282200000,\n                    20\n                ],\n                [\n                    1702281900000,\n                    20\n                ],\n                [\n                    1702281600000,\n                    20\n                ],\n                [\n                    1702281300000,\n                    20\n                ],\n                [\n                    1702281000000,\n                    20\n                ],\n                [\n                    1702280700000,\n                    20\n                ],\n                [\n                    1702280400000,\n                    20\n                ],\n                [\n                    1702280100000,\n                    20\n                ],\n                [\n                    1702279800000,\n                    20\n                ],\n                [\n                    1702279500000,\n                    20\n                ],\n                [\n                    1702279200000,\n                    20\n                ],\n                [\n                    1702278900000,\n                    20\n                ],\n                [\n                    1702278600000,\n                    20\n                ],\n                [\n                    1702278300000,\n                    20\n                ],\n                [\n                    1702278000000,\n                    20\n                ],\n                [\n                    1702277700000,\n                    20\n                ],\n                [\n                    1702277400000,\n                    20\n                ],\n                [\n                    1702277100000,\n                    20\n                ],\n                [\n                    1702276800000,\n                    20\n                ],\n                [\n                    1702276500000,\n                    20\n                ],\n                [\n                    1702276200000,\n                    20\n                ],\n                [\n                    1702275900000,\n                    20\n                ],\n                [\n                    1702275600000,\n                    20\n                ],\n                [\n                    1702275300000,\n                    20\n                ],\n                [\n                    1702275000000,\n                    20\n                ],\n                [\n                    1702274700000,\n                    20\n                ],\n                [\n                    1702274400000,\n                    20\n                ],\n                [\n                    1702274100000,\n                    20\n                ],\n                [\n                    1702273800000,\n                    20\n                ],\n                [\n                    1702273500000,\n                    20\n                ],\n                [\n                    1702273200000,\n                    20\n                ],\n                [\n                    1702272900000,\n                    20\n                ],\n                [\n                    1702272600000,\n                    20\n                ],\n                [\n                    1702272300000,\n                    20\n                ],\n                [\n                    1702272000000,\n                    20\n                ],\n                [\n                    1702271700000,\n                    20\n                ],\n                [\n                    1702271400000,\n                    20\n                ],\n                [\n                    1702271100000,\n                    20\n                ],\n                [\n                    1702270800000,\n                    20\n                ],\n                [\n                    1702270500000,\n                    20\n                ],\n                [\n                    1702270200000,\n                    20\n                ],\n                [\n                    1702269900000,\n                    20\n                ],\n                [\n                    1702269600000,\n                    20\n                ],\n                [\n                    1702269300000,\n                    20\n                ],\n                [\n                    1702269000000,\n                    20\n                ],\n                [\n                    1702268700000,\n                    20\n                ],\n                [\n                    1702268400000,\n                    20\n                ],\n                [\n                    1702268100000,\n                    20\n                ],\n                [\n                    1702267800000,\n                    20\n                ],\n                [\n                    1702267500000,\n                    20\n                ],\n                [\n                    1702267200000,\n                    20\n                ],\n                [\n                    1702266900000,\n                    20\n                ],\n                [\n                    1702266600000,\n                    20\n                ],\n                [\n                    1702266300000,\n                    20\n                ],\n                [\n                    1702266000000,\n                    20\n                ],\n                [\n                    1702265700000,\n                    20\n                ],\n                [\n                    1702265400000,\n                    20\n                ],\n                [\n                    1702265100000,\n                    20\n                ],\n                [\n                    1702264800000,\n                    20\n                ],\n                [\n                    1702264500000,\n                    20\n                ],\n                [\n                    1702264200000,\n                    20\n                ],\n                [\n                    1702263900000,\n                    20\n                ],\n                [\n                    1702263600000,\n                    20\n                ],\n                [\n                    1702263300000,\n                    20\n                ],\n                [\n                    1702263000000,\n                    20\n                ],\n                [\n                    1702262700000,\n                    20\n                ],\n                [\n                    1702262400000,\n                    20\n                ],\n                [\n                    1702262100000,\n                    20\n                ],\n                [\n                    1702261800000,\n                    20\n                ],\n                [\n                    1702261500000,\n                    20\n                ],\n                [\n                    1702261200000,\n                    20\n                ],\n                [\n                    1702260900000,\n                    20\n                ],\n                [\n                    1702260600000,\n                    20\n                ],\n                [\n                    1702260300000,\n                    20\n                ],\n                [\n                    1702260000000,\n                    20\n                ],\n                [\n                    1702259700000,\n                    20\n                ],\n                [\n                    1702259400000,\n                    20\n                ],\n                [\n                    1702259100000,\n                    20\n                ],\n                [\n                    1702258800000,\n                    20\n                ],\n                [\n                    1702258500000,\n                    20\n                ],\n                [\n                    1702258200000,\n                    20\n                ],\n                [\n                    1702257900000,\n                    20\n                ],\n                [\n                    1702257600000,\n                    20\n                ],\n                [\n                    1702257300000,\n                    20\n                ],\n                [\n                    1702257000000,\n                    20\n                ],\n                [\n                    1702256700000,\n                    20\n                ],\n                [\n                    1702256400000,\n                    20\n                ],\n                [\n                    1702256100000,\n                    20\n                ],\n                [\n                    1702255800000,\n                    20\n                ],\n                [\n                    1702255500000,\n                    20\n                ],\n                [\n                    1702255200000,\n                    20\n                ],\n                [\n                    1702254900000,\n                    20\n                ],\n                [\n                    1702254600000,\n                    20\n                ],\n                [\n                    1702254300000,\n                    20\n                ],\n                [\n                    1702254000000,\n                    20\n                ],\n                [\n                    1702253700000,\n                    20\n                ],\n                [\n                    1702253400000,\n                    20\n                ],\n                [\n                    1702253100000,\n                    20\n                ],\n                [\n                    1702252800000,\n                    20\n                ],\n                [\n                    1702252500000,\n                    20\n                ],\n                [\n                    1702252200000,\n                    20\n                ],\n                [\n                    1702251900000,\n                    20\n                ],\n                [\n                    1702251600000,\n                    20\n                ],\n                [\n                    1702251300000,\n                    20\n                ],\n                [\n                    1702251000000,\n                    20\n                ],\n                [\n                    1702250700000,\n                    20\n                ],\n                [\n                    1702250400000,\n                    20\n                ],\n                [\n                    1702250100000,\n                    20\n                ],\n                [\n                    1702249800000,\n                    20\n                ],\n                [\n                    1702249500000,\n                    20\n                ],\n                [\n                    1702249200000,\n                    20\n                ],\n                [\n                    1702248900000,\n                    20\n                ],\n                [\n                    1702248600000,\n                    20\n                ],\n                [\n                    1702248300000,\n                    20\n                ],\n                [\n                    1702248000000,\n                    20\n                ],\n                [\n                    1702247700000,\n                    20\n                ],\n                [\n                    1702247400000,\n                    20\n                ],\n                [\n                    1702247100000,\n                    20\n                ],\n                [\n                    1702246800000,\n                    20\n                ],\n                [\n                    1702246500000,\n                    20\n                ],\n                [\n                    1702246200000,\n                    20\n                ],\n                [\n                    1702245900000,\n                    20\n                ],\n                [\n                    1702245600000,\n                    20\n                ],\n                [\n                    1702245300000,\n                    20\n                ],\n                [\n                    1702245000000,\n                    20\n                ],\n                [\n                    1702244700000,\n                    20\n                ],\n                [\n                    1702244400000,\n                    20\n                ],\n                [\n                    1702244100000,\n                    20\n                ],\n                [\n                    1702243800000,\n                    20\n                ],\n                [\n                    1702243500000,\n                    20\n                ],\n                [\n                    1702243200000,\n                    20\n                ],\n                [\n                    1702242900000,\n                    20\n                ],\n                [\n                    1702242600000,\n                    20\n                ],\n                [\n                    1702242300000,\n                    20\n                ],\n                [\n                    1702242000000,\n                    20\n                ],\n                [\n                    1702241700000,\n                    20\n                ],\n                [\n                    1702241400000,\n                    20\n                ],\n                [\n                    1702241100000,\n                    20\n                ],\n                [\n                    1702240800000,\n                    20\n                ],\n                [\n                    1702240500000,\n                    20\n                ],\n                [\n                    1702240200000,\n                    20\n                ],\n                [\n                    1702239900000,\n                    20\n                ],\n                [\n                    1702239600000,\n                    20\n                ],\n                [\n                    1702239300000,\n                    20\n                ],\n                [\n                    1702239000000,\n                    20\n                ],\n                [\n                    1702238700000,\n                    20\n                ],\n                [\n                    1702238400000,\n                    20\n                ],\n                [\n                    1702238100000,\n                    20\n                ],\n                [\n                    1702237800000,\n                    20\n                ],\n                [\n                    1702237500000,\n                    20\n                ],\n                [\n                    1702237200000,\n                    20\n                ],\n                [\n                    1702236900000,\n                    20\n                ],\n                [\n                    1702236600000,\n                    20\n                ],\n                [\n                    1702236300000,\n                    20\n                ],\n                [\n                    1702236000000,\n                    20\n                ],\n                [\n                    1702235700000,\n                    20\n                ],\n                [\n                    1702235400000,\n                    20\n                ],\n                [\n                    1702235100000,\n                    20\n                ],\n                [\n                    1702234800000,\n                    20\n                ],\n                [\n                    1702234500000,\n                    20\n                ],\n                [\n                    1702234200000,\n                    20\n                ],\n                [\n                    1702233900000,\n                    20\n                ],\n                [\n                    1702233600000,\n                    20\n                ],\n                [\n                    1702233300000,\n                    20\n                ],\n                [\n                    1702233000000,\n                    20\n                ],\n                [\n                    1702232700000,\n                    20\n                ],\n                [\n                    1702232400000,\n                    20\n                ],\n                [\n                    1702232100000,\n                    20\n                ],\n                [\n                    1702231800000,\n                    20\n                ],\n                [\n                    1702231500000,\n                    20\n                ],\n                [\n                    1702231200000,\n                    20\n                ],\n                [\n                    1702230900000,\n                    20\n                ],\n                [\n                    1702230600000,\n                    20\n                ],\n                [\n                    1702230300000,\n                    20\n                ],\n                [\n                    1702230000000,\n                    20\n                ],\n                [\n                    1702229700000,\n                    20\n                ],\n                [\n                    1702229400000,\n                    20\n                ],\n                [\n                    1702229100000,\n                    20\n                ],\n                [\n                    1702228800000,\n                    20\n                ],\n                [\n                    1702228500000,\n                    20\n                ],\n                [\n                    1702228200000,\n                    20\n                ],\n                [\n                    1702227900000,\n                    20\n                ],\n                [\n                    1702227600000,\n                    20\n                ],\n                [\n                    1702227300000,\n                    20\n                ],\n                [\n                    1702227000000,\n                    20\n                ],\n                [\n                    1702226700000,\n                    20\n                ],\n                [\n                    1702226400000,\n                    20\n                ],\n                [\n                    1702226100000,\n                    20\n                ],\n                [\n                    1702225800000,\n                    20\n                ],\n                [\n                    1702225500000,\n                    20\n                ],\n                [\n                    1702225200000,\n                    20\n                ],\n                [\n                    1702224900000,\n                    20\n                ],\n                [\n                    1702224600000,\n                    20\n                ],\n                [\n                    1702224300000,\n                    20\n                ],\n                [\n                    1702224000000,\n                    20\n                ],\n                [\n                    1702223700000,\n                    20\n                ],\n                [\n                    1702223400000,\n                    20\n                ],\n                [\n                    1702223100000,\n                    20\n                ],\n                [\n                    1702222800000,\n                    20\n                ],\n                [\n                    1702222500000,\n                    20\n                ],\n                [\n                    1702222200000,\n                    20\n                ],\n                [\n                    1702221900000,\n                    20\n                ],\n                [\n                    1702221600000,\n                    20\n                ],\n                [\n                    1702221300000,\n                    20\n                ],\n                [\n                    1702221000000,\n                    20\n                ],\n                [\n                    1702220700000,\n                    20\n                ],\n                [\n                    1702220400000,\n                    20\n                ],\n                [\n                    1702220100000,\n                    20\n                ],\n                [\n                    1702219800000,\n                    20\n                ],\n                [\n                    1702219500000,\n                    20\n                ],\n                [\n                    1702219200000,\n                    20\n                ],\n                [\n                    1702218900000,\n                    20\n                ],\n                [\n                    1702218600000,\n                    20\n                ],\n                [\n                    1702218300000,\n                    20\n                ],\n                [\n                    1702218000000,\n                    20\n                ],\n                [\n                    1702217700000,\n                    20\n                ],\n                [\n                    1702217400000,\n                    20\n                ],\n                [\n                    1702217100000,\n                    20\n                ],\n                [\n                    1702216800000,\n                    20\n                ],\n                [\n                    1702216500000,\n                    20\n                ],\n                [\n                    1702216200000,\n                    20\n                ],\n                [\n                    1702215900000,\n                    20\n                ],\n                [\n                    1702215600000,\n                    20\n                ],\n                [\n                    1702215300000,\n                    20\n                ],\n                [\n                    1702215000000,\n                    20\n                ],\n                [\n                    1702214700000,\n                    20\n                ],\n                [\n                    1702214400000,\n                    20\n                ],\n                [\n                    1702214100000,\n                    20\n                ],\n                [\n                    1702213800000,\n                    20\n                ],\n                [\n                    1702213500000,\n                    20\n                ],\n                [\n                    1702213200000,\n                    20\n                ],\n                [\n                    1702212900000,\n                    20\n                ],\n                [\n                    1702212600000,\n                    20\n                ],\n                [\n                    1702212300000,\n                    20\n                ],\n                [\n                    1702212000000,\n                    20\n                ],\n                [\n                    1702211700000,\n                    20\n                ],\n                [\n                    1702211400000,\n                    20\n                ],\n                [\n                    1702211100000,\n                    20\n                ],\n                [\n                    1702210800000,\n                    20\n                ],\n                [\n                    1702210500000,\n                    20\n                ],\n                [\n                    1702210200000,\n                    20\n                ],\n                [\n                    1702209900000,\n                    20\n                ],\n                [\n                    1702209600000,\n                    20\n                ],\n                [\n                    1702209300000,\n                    20\n                ],\n                [\n                    1702209000000,\n                    20\n                ],\n                [\n                    1702208700000,\n                    20\n                ],\n                [\n                    1702208400000,\n                    20\n                ],\n                [\n                    1702208100000,\n                    20\n                ],\n                [\n                    1702207800000,\n                    20\n                ],\n                [\n                    1702207500000,\n                    20\n                ],\n                [\n                    1702207200000,\n                    20\n                ],\n                [\n                    1702206900000,\n                    20\n                ],\n                [\n                    1702206600000,\n                    20\n                ],\n                [\n                    1702206300000,\n                    20\n                ],\n                [\n                    1702206000000,\n                    20\n                ],\n                [\n                    1702205700000,\n                    20\n                ],\n                [\n                    1702205400000,\n                    20\n                ],\n                [\n                    1702205100000,\n                    20\n                ],\n                [\n                    1702204800000,\n                    20\n                ],\n                [\n                    1702204500000,\n                    20\n                ],\n                [\n                    1702204200000,\n                    20\n                ],\n                [\n                    1702203900000,\n                    20\n                ],\n                [\n                    1702203600000,\n                    20\n                ],\n                [\n                    1702203300000,\n                    20\n                ],\n                [\n                    1702203000000,\n                    20\n                ],\n                [\n                    1702202700000,\n                    20\n                ],\n                [\n                    1702202400000,\n                    20\n                ],\n                [\n                    1702202100000,\n                    20\n                ],\n                [\n                    1702201800000,\n                    20\n                ],\n                [\n                    1702201500000,\n                    20\n                ],\n                [\n                    1702201200000,\n                    20\n                ],\n                [\n                    1702200900000,\n                    20\n                ],\n                [\n                    1702200600000,\n                    20\n                ],\n                [\n                    1702200300000,\n                    20\n                ],\n                [\n                    1702200000000,\n                    20\n                ],\n                [\n                    1702199700000,\n                    20\n                ],\n                [\n                    1702199400000,\n                    20\n                ],\n                [\n                    1702199100000,\n                    20\n                ],\n                [\n                    1702198800000,\n                    20\n                ],\n                [\n                    1702198500000,\n                    20\n                ],\n                [\n                    1702198200000,\n                    20\n                ],\n                [\n                    1702197900000,\n                    20\n                ],\n                [\n                    1702197600000,\n                    20\n                ],\n                [\n                    1702197300000,\n                    20\n                ],\n                [\n                    1702197000000,\n                    20\n                ],\n                [\n                    1702196700000,\n                    20\n                ],\n                [\n                    1702196400000,\n                    20\n                ],\n                [\n                    1702196100000,\n                    20\n                ],\n                [\n                    1702195800000,\n                    20\n                ],\n                [\n                    1702195500000,\n                    20\n                ],\n                [\n                    1702195200000,\n                    20\n                ],\n                [\n                    1702194900000,\n                    20\n                ],\n                [\n                    1702194600000,\n                    20\n                ],\n                [\n                    1702194300000,\n                    20\n                ],\n                [\n                    1702194000000,\n                    20\n                ],\n                [\n                    1702193700000,\n                    20\n                ],\n                [\n                    1702193400000,\n                    20\n                ],\n                [\n                    1702193100000,\n                    20\n                ],\n                [\n                    1702192800000,\n                    20\n                ],\n                [\n                    1702192500000,\n                    20\n                ],\n                [\n                    1702192200000,\n                    20\n                ],\n                [\n                    1702191900000,\n                    20\n                ],\n                [\n                    1702191600000,\n                    20\n                ],\n                [\n                    1702191300000,\n                    20\n                ],\n                [\n                    1702191000000,\n                    20\n                ],\n                [\n                    1702190700000,\n                    20\n                ],\n                [\n                    1702190400000,\n                    20\n                ],\n                [\n                    1702190100000,\n                    20\n                ],\n                [\n                    1702189800000,\n                    20\n                ],\n                [\n                    1702189500000,\n                    20\n                ],\n                [\n                    1702189200000,\n                    20\n                ],\n                [\n                    1702188900000,\n                    20\n                ],\n                [\n                    1702188600000,\n                    20\n                ],\n                [\n                    1702188300000,\n                    20\n                ],\n                [\n                    1702188000000,\n                    20\n                ],\n                [\n                    1702187700000,\n                    20\n                ],\n                [\n                    1702187400000,\n                    20\n                ],\n                [\n                    1702187100000,\n                    20\n                ],\n                [\n                    1702186800000,\n                    20\n                ],\n                [\n                    1702186500000,\n                    20\n                ],\n                [\n                    1702186200000,\n                    20\n                ],\n                [\n                    1702185900000,\n                    20\n                ],\n                [\n                    1702185600000,\n                    20\n                ],\n                [\n                    1702185300000,\n                    20\n                ],\n                [\n                    1702185000000,\n                    20\n                ],\n                [\n                    1702184700000,\n                    20\n                ],\n                [\n                    1702184400000,\n                    20\n                ],\n                [\n                    1702184100000,\n                    20\n                ],\n                [\n                    1702183800000,\n                    20\n                ],\n                [\n                    1702183500000,\n                    20\n                ],\n                [\n                    1702183200000,\n                    20\n                ],\n                [\n                    1702182900000,\n                    20\n                ],\n                [\n                    1702182600000,\n                    20\n                ],\n                [\n                    1702182300000,\n                    20\n                ],\n                [\n                    1702182000000,\n                    20\n                ],\n                [\n                    1702181700000,\n                    20\n                ],\n                [\n                    1702181400000,\n                    20\n                ],\n                [\n                    1702181100000,\n                    20\n                ],\n                [\n                    1702180800000,\n                    20\n                ],\n                [\n                    1702180500000,\n                    20\n                ],\n                [\n                    1702180200000,\n                    20\n                ],\n                [\n                    1702179900000,\n                    20\n                ],\n                [\n                    1702179600000,\n                    20\n                ],\n                [\n                    1702179300000,\n                    20\n                ],\n                [\n                    1702179000000,\n                    20\n                ],\n                [\n                    1702178700000,\n                    20\n                ],\n                [\n                    1702178400000,\n                    20\n                ],\n                [\n                    1702178100000,\n                    20\n                ],\n                [\n                    1702177800000,\n                    20\n                ],\n                [\n                    1702177500000,\n                    20\n                ],\n                [\n                    1702177200000,\n                    20\n                ],\n                [\n                    1702176900000,\n                    20\n                ],\n                [\n                    1702176600000,\n                    20\n                ],\n                [\n                    1702176300000,\n                    20\n                ],\n                [\n                    1702176000000,\n                    20\n                ],\n                [\n                    1702175700000,\n                    20\n                ],\n                [\n                    1702175400000,\n                    20\n                ],\n                [\n                    1702175100000,\n                    20\n                ],\n                [\n                    1702174800000,\n                    20\n                ],\n                [\n                    1702174500000,\n                    20\n                ],\n                [\n                    1702174200000,\n                    20\n                ],\n                [\n                    1702173900000,\n                    20\n                ],\n                [\n                    1702173600000,\n                    20\n                ],\n                [\n                    1702173300000,\n                    20\n                ],\n                [\n                    1702173000000,\n                    20\n                ],\n                [\n                    1702172700000,\n                    20\n                ],\n                [\n                    1702172400000,\n                    20\n                ],\n                [\n                    1702172100000,\n                    20\n                ],\n                [\n                    1702171800000,\n                    20\n                ],\n                [\n                    1702171500000,\n                    20\n                ],\n                [\n                    1702171200000,\n                    20\n                ],\n                [\n                    1702170900000,\n                    20\n                ],\n                [\n                    1702170600000,\n                    20\n                ],\n                [\n                    1702170300000,\n                    20\n                ],\n                [\n                    1702170000000,\n                    20\n                ],\n                [\n                    1702169700000,\n                    20\n                ],\n                [\n                    1702169400000,\n                    20\n                ],\n                [\n                    1702169100000,\n                    20\n                ],\n                [\n                    1702168800000,\n                    20\n                ],\n                [\n                    1702168500000,\n                    20\n                ],\n                [\n                    1702168200000,\n                    20\n                ],\n                [\n                    1702167900000,\n                    20\n                ],\n                [\n                    1702167600000,\n                    20\n                ],\n                [\n                    1702167300000,\n                    20\n                ],\n                [\n                    1702167000000,\n                    20\n                ],\n                [\n                    1702166700000,\n                    20\n                ],\n                [\n                    1702166400000,\n                    20\n                ],\n                [\n                    1702166100000,\n                    20\n                ],\n                [\n                    1702165800000,\n                    20\n                ],\n                [\n                    1702165500000,\n                    20\n                ],\n                [\n                    1702165200000,\n                    20\n                ],\n                [\n                    1702164900000,\n                    20\n                ],\n                [\n                    1702164600000,\n                    20\n                ],\n                [\n                    1702164300000,\n                    20\n                ],\n                [\n                    1702164000000,\n                    20\n                ],\n                [\n                    1702163700000,\n                    20\n                ],\n                [\n                    1702163400000,\n                    20\n                ],\n                [\n                    1702163100000,\n                    20\n                ],\n                [\n                    1702162800000,\n                    20\n                ],\n                [\n                    1702162500000,\n                    20\n                ],\n                [\n                    1702162200000,\n                    20\n                ],\n                [\n                    1702161900000,\n                    20\n                ],\n                [\n                    1702161600000,\n                    20\n                ],\n                [\n                    1702161300000,\n                    20\n                ],\n                [\n                    1702161000000,\n                    20\n                ],\n                [\n                    1702160700000,\n                    20\n                ],\n                [\n                    1702160400000,\n                    20\n                ],\n                [\n                    1702160100000,\n                    20\n                ],\n                [\n                    1702159800000,\n                    20\n                ],\n                [\n                    1702159500000,\n                    20\n                ],\n                [\n                    1702159200000,\n                    20\n                ],\n                [\n                    1702158900000,\n                    20\n                ],\n                [\n                    1702158600000,\n                    20\n                ],\n                [\n                    1702158300000,\n                    20\n                ],\n                [\n                    1702158000000,\n                    20\n                ],\n                [\n                    1702157700000,\n                    20\n                ],\n                [\n                    1702157400000,\n                    20\n                ],\n                [\n                    1702157100000,\n                    20\n                ],\n                [\n                    1702156800000,\n                    20\n                ],\n                [\n                    1702156500000,\n                    20\n                ],\n                [\n                    1702156200000,\n                    20\n                ],\n                [\n                    1702155900000,\n                    20\n                ],\n                [\n                    1702155600000,\n                    20\n                ],\n                [\n                    1702155300000,\n                    20\n                ],\n                [\n                    1702155000000,\n                    20\n                ],\n                [\n                    1702154700000,\n                    20\n                ],\n                [\n                    1702154400000,\n                    20\n                ],\n                [\n                    1702154100000,\n                    20\n                ],\n                [\n                    1702153800000,\n                    20\n                ],\n                [\n                    1702153500000,\n                    20\n                ],\n                [\n                    1702153200000,\n                    20\n                ],\n                [\n                    1702152900000,\n                    20\n                ],\n                [\n                    1702152600000,\n                    20\n                ],\n                [\n                    1702152300000,\n                    20\n                ],\n                [\n                    1702152000000,\n                    20\n                ],\n                [\n                    1702151700000,\n                    20\n                ],\n                [\n                    1702151400000,\n                    20\n                ],\n                [\n                    1702151100000,\n                    20\n                ],\n                [\n                    1702150800000,\n                    20\n                ],\n                [\n                    1702150500000,\n                    20\n                ],\n                [\n                    1702150200000,\n                    20\n                ],\n                [\n                    1702149900000,\n                    20\n                ],\n                [\n                    1702149600000,\n                    20\n                ],\n                [\n                    1702149300000,\n                    20\n                ],\n                [\n                    1702149000000,\n                    20\n                ],\n                [\n                    1702148700000,\n                    20\n                ],\n                [\n                    1702148400000,\n                    20\n                ],\n                [\n                    1702148100000,\n                    20\n                ],\n                [\n                    1702147800000,\n                    20\n                ],\n                [\n                    1702147500000,\n                    20\n                ],\n                [\n                    1702147200000,\n                    20\n                ],\n                [\n                    1702146900000,\n                    20\n                ],\n                [\n                    1702146600000,\n                    20\n                ],\n                [\n                    1702146300000,\n                    20\n                ],\n                [\n                    1702146000000,\n                    20\n                ],\n                [\n                    1702145700000,\n                    20\n                ],\n                [\n                    1702145400000,\n                    20\n                ],\n                [\n                    1702145100000,\n                    20\n                ],\n                [\n                    1702144800000,\n                    20\n                ],\n                [\n                    1702144500000,\n                    20\n                ],\n                [\n                    1702144200000,\n                    20\n                ],\n                [\n                    1702143900000,\n                    20\n                ],\n                [\n                    1702143600000,\n                    20\n                ],\n                [\n                    1702143300000,\n                    20\n                ],\n                [\n                    1702143000000,\n                    20\n                ],\n                [\n                    1702142700000,\n                    20\n                ],\n                [\n                    1702142400000,\n                    20\n                ],\n                [\n                    1702142100000,\n                    20\n                ],\n                [\n                    1702141800000,\n                    20\n                ],\n                [\n                    1702141500000,\n                    20\n                ],\n                [\n                    1702141200000,\n                    20\n                ],\n                [\n                    1702140900000,\n                    20\n                ],\n                [\n                    1702140600000,\n                    20\n                ],\n                [\n                    1702140300000,\n                    20\n                ],\n                [\n                    1702140000000,\n                    20\n                ],\n                [\n                    1702139700000,\n                    20\n                ],\n                [\n                    1702139400000,\n                    20\n                ],\n                [\n                    1702139100000,\n                    20\n                ],\n                [\n                    1702138800000,\n                    20\n                ],\n                [\n                    1702138500000,\n                    20\n                ],\n                [\n                    1702138200000,\n                    20\n                ],\n                [\n                    1702137900000,\n                    20\n                ],\n                [\n                    1702137600000,\n                    20\n                ],\n                [\n                    1702137300000,\n                    20\n                ],\n                [\n                    1702137000000,\n                    20\n                ],\n                [\n                    1702136700000,\n                    20\n                ],\n                [\n                    1702136400000,\n                    20\n                ],\n                [\n                    1702136100000,\n                    20\n                ],\n                [\n                    1702135800000,\n                    20\n                ],\n                [\n                    1702135500000,\n                    20\n                ],\n                [\n                    1702135200000,\n                    20\n                ],\n                [\n                    1702134900000,\n                    20\n                ],\n                [\n                    1702134600000,\n                    20\n                ],\n                [\n                    1702134300000,\n                    20\n                ],\n                [\n                    1702134000000,\n                    20\n                ],\n                [\n                    1702133700000,\n                    20\n                ],\n                [\n                    1702133400000,\n                    20\n                ],\n                [\n                    1702133100000,\n                    20\n                ],\n                [\n                    1702132800000,\n                    20\n                ],\n                [\n                    1702132500000,\n                    20\n                ],\n                [\n                    1702132200000,\n                    20\n                ],\n                [\n                    1702131900000,\n                    20\n                ],\n                [\n                    1702131600000,\n                    20\n                ],\n                [\n                    1702131300000,\n                    20\n                ],\n                [\n                    1702131000000,\n                    20\n                ],\n                [\n                    1702130700000,\n                    20\n                ],\n                [\n                    1702130400000,\n                    20\n                ],\n                [\n                    1702130100000,\n                    20\n                ],\n                [\n                    1702129800000,\n                    20\n                ],\n                [\n                    1702129500000,\n                    20\n                ],\n                [\n                    1702129200000,\n                    20\n                ],\n                [\n                    1702128900000,\n                    20\n                ],\n                [\n                    1702128600000,\n                    20\n                ],\n                [\n                    1702128300000,\n                    20\n                ],\n                [\n                    1702128000000,\n                    20\n                ],\n                [\n                    1702127700000,\n                    20\n                ],\n                [\n                    1702127400000,\n                    20\n                ],\n                [\n                    1702127100000,\n                    20\n                ],\n                [\n                    1702126800000,\n                    20\n                ],\n                [\n                    1702126500000,\n                    20\n                ],\n                [\n                    1702126200000,\n                    20\n                ],\n                [\n                    1702125900000,\n                    20\n                ],\n                [\n                    1702125600000,\n                    20\n                ],\n                [\n                    1702125300000,\n                    20\n                ],\n                [\n                    1702125000000,\n                    20\n                ],\n                [\n                    1702124700000,\n                    20\n                ],\n                [\n                    1702124400000,\n                    20\n                ],\n                [\n                    1702124100000,\n                    20\n                ],\n                [\n                    1702123800000,\n                    20\n                ],\n                [\n                    1702123500000,\n                    20\n                ],\n                [\n                    1702123200000,\n                    20\n                ],\n                [\n                    1702122900000,\n                    20\n                ],\n                [\n                    1702122600000,\n                    20\n                ],\n                [\n                    1702122300000,\n                    20\n                ],\n                [\n                    1702122000000,\n                    20\n                ],\n                [\n                    1702121700000,\n                    20\n                ],\n                [\n                    1702121400000,\n                    20\n                ],\n                [\n                    1702121100000,\n                    20\n                ],\n                [\n                    1702120800000,\n                    20\n                ],\n                [\n                    1702120500000,\n                    20\n                ],\n                [\n                    1702120200000,\n                    20\n                ],\n                [\n                    1702119900000,\n                    20\n                ],\n                [\n                    1702119600000,\n                    20\n                ],\n                [\n                    1702119300000,\n                    20\n                ],\n                [\n                    1702119000000,\n                    20\n                ],\n                [\n                    1702118700000,\n                    20\n                ],\n                [\n                    1702118400000,\n                    20\n                ],\n                [\n                    1702118100000,\n                    20\n                ],\n                [\n                    1702117800000,\n                    20\n                ],\n                [\n                    1702117500000,\n                    20\n                ],\n                [\n                    1702117200000,\n                    20\n                ],\n                [\n                    1702116900000,\n                    20\n                ],\n                [\n                    1702116600000,\n                    20\n                ],\n                [\n                    1702116300000,\n                    20\n                ],\n                [\n                    1702116000000,\n                    20\n                ],\n                [\n                    1702115700000,\n                    20\n                ],\n                [\n                    1702115400000,\n                    20\n                ],\n                [\n                    1702115100000,\n                    20\n                ],\n                [\n                    1702114800000,\n                    20\n                ],\n                [\n                    1702114500000,\n                    20\n                ],\n                [\n                    1702114200000,\n                    20\n                ],\n                [\n                    1702113900000,\n                    20\n                ],\n                [\n                    1702113600000,\n                    20\n                ],\n                [\n                    1702113300000,\n                    20\n                ],\n                [\n                    1702113000000,\n                    20\n                ],\n                [\n                    1702112700000,\n                    20\n                ],\n                [\n                    1702112400000,\n                    20\n                ],\n                [\n                    1702112100000,\n                    20\n                ],\n                [\n                    1702111800000,\n                    20\n                ],\n                [\n                    1702111500000,\n                    20\n                ],\n                [\n                    1702111200000,\n                    20\n                ],\n                [\n                    1702110900000,\n                    20\n                ],\n                [\n                    1702110600000,\n                    20\n                ],\n                [\n                    1702110300000,\n                    20\n                ],\n                [\n                    1702110000000,\n                    20\n                ],\n                [\n                    1702109700000,\n                    20\n                ],\n                [\n                    1702109400000,\n                    20\n                ],\n                [\n                    1702109100000,\n                    20\n                ],\n                [\n                    1702108800000,\n                    20\n                ],\n                [\n                    1702108500000,\n                    20\n                ],\n                [\n                    1702108200000,\n                    20\n                ],\n                [\n                    1702107900000,\n                    20\n                ],\n                [\n                    1702107600000,\n                    20\n                ],\n                [\n                    1702107300000,\n                    20\n                ],\n                [\n                    1702107000000,\n                    20\n                ],\n                [\n                    1702106700000,\n                    20\n                ],\n                [\n                    1702106400000,\n                    20\n                ],\n                [\n                    1702106100000,\n                    20\n                ],\n                [\n                    1702105800000,\n                    20\n                ],\n                [\n                    1702105500000,\n                    20\n                ],\n                [\n                    1702105200000,\n                    20\n                ],\n                [\n                    1702104900000,\n                    20\n                ],\n                [\n                    1702104600000,\n                    20\n                ],\n                [\n                    1702104300000,\n                    20\n                ],\n                [\n                    1702104000000,\n                    20\n                ],\n                [\n                    1702103700000,\n                    20\n                ],\n                [\n                    1702103400000,\n                    20\n                ],\n                [\n                    1702103100000,\n                    20\n                ],\n                [\n                    1702102800000,\n                    20\n                ],\n                [\n                    1702102500000,\n                    20\n                ],\n                [\n                    1702102200000,\n                    20\n                ],\n                [\n                    1702101900000,\n                    20\n                ],\n                [\n                    1702101600000,\n                    20\n                ],\n                [\n                    1702101300000,\n                    20\n                ],\n                [\n                    1702101000000,\n                    20\n                ],\n                [\n                    1702100700000,\n                    20\n                ],\n                [\n                    1702100400000,\n                    20\n                ],\n                [\n                    1702100100000,\n                    20\n                ],\n                [\n                    1702099800000,\n                    20\n                ],\n                [\n                    1702099500000,\n                    20\n                ],\n                [\n                    1702099200000,\n                    20\n                ],\n                [\n                    1702098900000,\n                    20\n                ],\n                [\n                    1702098600000,\n                    20\n                ],\n                [\n                    1702098300000,\n                    20\n                ],\n                [\n                    1702098000000,\n                    20\n                ],\n                [\n                    1702097700000,\n                    20\n                ],\n                [\n                    1702097400000,\n                    20\n                ],\n                [\n                    1702097100000,\n                    20\n                ],\n                [\n                    1702096800000,\n                    20\n                ],\n                [\n                    1702096500000,\n                    20\n                ],\n                [\n                    1702096200000,\n                    20\n                ],\n                [\n                    1702095900000,\n                    20\n                ],\n                [\n                    1702095600000,\n                    20\n                ],\n                [\n                    1702095300000,\n                    20\n                ],\n                [\n                    1702095000000,\n                    20\n                ],\n                [\n                    1702094700000,\n                    20\n                ],\n                [\n                    1702094400000,\n                    20\n                ],\n                [\n                    1702094100000,\n                    20\n                ],\n                [\n                    1702093800000,\n                    20\n                ],\n                [\n                    1702093500000,\n                    20\n                ],\n                [\n                    1702093200000,\n                    20\n                ],\n                [\n                    1702092900000,\n                    20\n                ],\n                [\n                    1702092600000,\n                    20\n                ],\n                [\n                    1702092300000,\n                    20\n                ],\n                [\n                    1702092000000,\n                    20\n                ],\n                [\n                    1702091700000,\n                    20\n                ],\n                [\n                    1702091400000,\n                    20\n                ],\n                [\n                    1702091100000,\n                    20\n                ],\n                [\n                    1702090800000,\n                    20\n                ],\n                [\n                    1702090500000,\n                    20\n                ],\n                [\n                    1702090200000,\n                    20\n                ],\n                [\n                    1702089900000,\n                    20\n                ],\n                [\n                    1702089600000,\n                    20\n                ],\n                [\n                    1702089300000,\n                    20\n                ],\n                [\n                    1702089000000,\n                    20\n                ],\n                [\n                    1702088700000,\n                    20\n                ],\n                [\n                    1702088400000,\n                    20\n                ],\n                [\n                    1702088100000,\n                    20\n                ],\n                [\n                    1702087800000,\n                    20\n                ],\n                [\n                    1702087500000,\n                    20\n                ],\n                [\n                    1702087200000,\n                    20\n                ],\n                [\n                    1702086900000,\n                    20\n                ],\n                [\n                    1702086600000,\n                    20\n                ],\n                [\n                    1702086300000,\n                    20\n                ],\n                [\n                    1702086000000,\n                    20\n                ],\n                [\n                    1702085700000,\n                    20\n                ],\n                [\n                    1702085400000,\n                    20\n                ],\n                [\n                    1702085100000,\n                    20\n                ],\n                [\n                    1702084800000,\n                    20\n                ],\n                [\n                    1702084500000,\n                    20\n                ],\n                [\n                    1702084200000,\n                    20\n                ],\n                [\n                    1702083900000,\n                    20\n                ],\n                [\n                    1702083600000,\n                    20\n                ],\n                [\n                    1702083300000,\n                    20\n                ],\n                [\n                    1702083000000,\n                    20\n                ],\n                [\n                    1702082700000,\n                    20\n                ],\n                [\n                    1702082400000,\n                    20\n                ],\n                [\n                    1702082100000,\n                    20\n                ],\n                [\n                    1702081800000,\n                    20\n                ],\n                [\n                    1702081500000,\n                    20\n                ],\n                [\n                    1702081200000,\n                    20\n                ],\n                [\n                    1702080900000,\n                    20\n                ],\n                [\n                    1702080600000,\n                    20\n                ],\n                [\n                    1702080300000,\n                    20\n                ],\n                [\n                    1702080000000,\n                    20\n                ],\n                [\n                    1702079700000,\n                    20\n                ],\n                [\n                    1702079400000,\n                    20\n                ],\n                [\n                    1702079100000,\n                    20\n                ],\n                [\n                    1702078800000,\n                    20\n                ],\n                [\n                    1702078500000,\n                    20\n                ],\n                [\n                    1702078200000,\n                    20\n                ],\n                [\n                    1702077900000,\n                    20\n                ],\n                [\n                    1702077600000,\n                    20\n                ],\n                [\n                    1702077300000,\n                    20\n                ],\n                [\n                    1702077000000,\n                    20\n                ],\n                [\n                    1702076700000,\n                    20\n                ],\n                [\n                    1702076400000,\n                    20\n                ],\n                [\n                    1702076100000,\n                    20\n                ],\n                [\n                    1702075800000,\n                    20\n                ],\n                [\n                    1702075500000,\n                    20\n                ],\n                [\n                    1702075200000,\n                    20\n                ],\n                [\n                    1702074900000,\n                    20\n                ],\n                [\n                    1702074600000,\n                    20\n                ],\n                [\n                    1702074300000,\n                    20\n                ],\n                [\n                    1702074000000,\n                    20\n                ],\n                [\n                    1702073700000,\n                    20\n                ],\n                [\n                    1702073400000,\n                    20\n                ],\n                [\n                    1702073100000,\n                    20\n                ],\n                [\n                    1702072800000,\n                    20\n                ],\n                [\n                    1702072500000,\n                    20\n                ],\n                [\n                    1702072200000,\n                    20\n                ],\n                [\n                    1702071900000,\n                    20\n                ],\n                [\n                    1702071600000,\n                    20\n                ],\n                [\n                    1702071300000,\n                    20\n                ],\n                [\n                    1702071000000,\n                    20\n                ],\n                [\n                    1702070700000,\n                    20\n                ],\n                [\n                    1702070400000,\n                    20\n                ],\n                [\n                    1702070100000,\n                    20\n                ],\n                [\n                    1702069800000,\n                    20\n                ],\n                [\n                    1702069500000,\n                    20\n                ],\n                [\n                    1702069200000,\n                    20\n                ],\n                [\n                    1702068900000,\n                    20\n                ],\n                [\n                    1702068600000,\n                    20\n                ],\n                [\n                    1702068300000,\n                    20\n                ],\n                [\n                    1702068000000,\n                    20\n                ],\n                [\n                    1702067700000,\n                    20\n                ],\n                [\n                    1702067400000,\n                    20\n                ],\n                [\n                    1702067100000,\n                    20\n                ],\n                [\n                    1702066800000,\n                    20\n                ],\n                [\n                    1702066500000,\n                    20\n                ],\n                [\n                    1702066200000,\n                    20\n                ],\n                [\n                    1702065900000,\n                    20\n                ],\n                [\n                    1702065600000,\n                    20\n                ],\n                [\n                    1702065300000,\n                    20\n                ],\n                [\n                    1702065000000,\n                    20\n                ],\n                [\n                    1702064700000,\n                    20\n                ],\n                [\n                    1702064400000,\n                    20\n                ],\n                [\n                    1702064100000,\n                    20\n                ],\n                [\n                    1702063800000,\n                    20\n                ],\n                [\n                    1702063500000,\n                    20\n                ],\n                [\n                    1702063200000,\n                    20\n                ],\n                [\n                    1702062900000,\n                    20\n                ],\n                [\n                    1702062600000,\n                    20\n                ],\n                [\n                    1702062300000,\n                    20\n                ],\n                [\n                    1702062000000,\n                    20\n                ],\n                [\n                    1702061700000,\n                    20\n                ],\n                [\n                    1702061400000,\n                    20\n                ],\n                [\n                    1702061100000,\n                    20\n                ],\n                [\n                    1702060800000,\n                    20\n                ],\n                [\n                    1702060500000,\n                    20\n                ],\n                [\n                    1702060200000,\n                    20\n                ],\n                [\n                    1702059900000,\n                    20\n                ],\n                [\n                    1702059600000,\n                    20\n                ],\n                [\n                    1702059300000,\n                    20\n                ],\n                [\n                    1702059000000,\n                    20\n                ],\n                [\n                    1702058700000,\n                    20\n                ],\n                [\n                    1702058400000,\n                    20\n                ],\n                [\n                    1702058100000,\n                    20\n                ],\n                [\n                    1702057800000,\n                    20\n                ],\n                [\n                    1702057500000,\n                    20\n                ],\n                [\n                    1702057200000,\n                    20\n                ],\n                [\n                    1702056900000,\n                    20\n                ],\n                [\n                    1702056600000,\n                    20\n                ],\n                [\n                    1702056300000,\n                    20\n                ],\n                [\n                    1702056000000,\n                    20\n                ],\n                [\n                    1702055700000,\n                    20\n                ],\n                [\n                    1702055400000,\n                    20\n                ],\n                [\n                    1702055100000,\n                    20\n                ],\n                [\n                    1702054800000,\n                    20\n                ],\n                [\n                    1702054500000,\n                    20\n                ],\n                [\n                    1702054200000,\n                    20\n                ],\n                [\n                    1702053900000,\n                    20\n                ],\n                [\n                    1702053600000,\n                    20\n                ],\n                [\n                    1702053300000,\n                    20\n                ],\n                [\n                    1702053000000,\n                    20\n                ],\n                [\n                    1702052700000,\n                    20\n                ],\n                [\n                    1702052400000,\n                    20\n                ],\n                [\n                    1702052100000,\n                    20\n                ],\n                [\n                    1702051800000,\n                    20\n                ],\n                [\n                    1702051500000,\n                    20\n                ],\n                [\n                    1702051200000,\n                    20\n                ],\n                [\n                    1702050900000,\n                    20\n                ],\n                [\n                    1702050600000,\n                    20\n                ],\n                [\n                    1702050300000,\n                    20\n                ],\n                [\n                    1702050000000,\n                    20\n                ],\n                [\n                    1702049700000,\n                    20\n                ],\n                [\n                    1702049400000,\n                    20\n                ],\n                [\n                    1702049100000,\n                    20\n                ],\n                [\n                    1702048800000,\n                    20\n                ],\n                [\n                    1702048500000,\n                    20\n                ],\n                [\n                    1702048200000,\n                    20\n                ],\n                [\n                    1702047900000,\n                    20\n                ],\n                [\n                    1702047600000,\n                    20\n                ],\n                [\n                    1702047300000,\n                    20\n                ],\n                [\n                    1702047000000,\n                    20\n                ],\n                [\n                    1702046700000,\n                    20\n                ],\n                [\n                    1702046400000,\n                    20\n                ],\n                [\n                    1702046100000,\n                    20\n                ],\n                [\n                    1702045800000,\n                    20\n                ],\n                [\n                    1702045500000,\n                    20\n                ],\n                [\n                    1702045200000,\n                    20\n                ],\n                [\n                    1702044900000,\n                    20\n                ],\n                [\n                    1702044600000,\n                    20\n                ],\n                [\n                    1702044300000,\n                    20\n                ],\n                [\n                    1702044000000,\n                    20\n                ],\n                [\n                    1702043700000,\n                    20\n                ],\n                [\n                    1702043400000,\n                    20\n                ],\n                [\n                    1702043100000,\n                    20\n                ],\n                [\n                    1702042800000,\n                    20\n                ],\n                [\n                    1702042500000,\n                    20\n                ],\n                [\n                    1702042200000,\n                    20\n                ],\n                [\n                    1702041900000,\n                    20\n                ],\n                [\n                    1702041600000,\n                    20\n                ],\n                [\n                    1702041300000,\n                    20\n                ],\n                [\n                    1702041000000,\n                    20\n                ],\n                [\n                    1702040700000,\n                    20\n                ],\n                [\n                    1702040400000,\n                    20\n                ],\n                [\n                    1702040100000,\n                    20\n                ],\n                [\n                    1702039800000,\n                    20\n                ],\n                [\n                    1702039500000,\n                    20\n                ],\n                [\n                    1702039200000,\n                    20\n                ],\n                [\n                    1702038900000,\n                    20\n                ],\n                [\n                    1702038600000,\n                    20\n                ],\n                [\n                    1702038300000,\n                    20\n                ],\n                [\n                    1702038000000,\n                    20\n                ],\n                [\n                    1702037700000,\n                    20\n                ],\n                [\n                    1702037400000,\n                    20\n                ],\n                [\n                    1702037100000,\n                    20\n                ],\n                [\n                    1702036800000,\n                    20\n                ],\n                [\n                    1702036500000,\n                    20\n                ],\n                [\n                    1702036200000,\n                    20\n                ],\n                [\n                    1702035900000,\n                    20\n                ],\n                [\n                    1702035600000,\n                    20\n                ],\n                [\n                    1702035300000,\n                    20\n                ],\n                [\n                    1702035000000,\n                    20\n                ],\n                [\n                    1702034700000,\n                    20\n                ],\n                [\n                    1702034400000,\n                    20\n                ],\n                [\n                    1702034100000,\n                    20\n                ],\n                [\n                    1702033800000,\n                    20\n                ],\n                [\n                    1702033500000,\n                    20\n                ],\n                [\n                    1702033200000,\n                    20\n                ],\n                [\n                    1702032900000,\n                    20\n                ],\n                [\n                    1702032600000,\n                    20\n                ],\n                [\n                    1702032300000,\n                    20\n                ],\n                [\n                    1702032000000,\n                    20\n                ],\n                [\n                    1702031700000,\n                    20\n                ],\n                [\n                    1702031400000,\n                    20\n                ],\n                [\n                    1702031100000,\n                    20\n                ],\n                [\n                    1702030800000,\n                    20\n                ],\n                [\n                    1702030500000,\n                    20\n                ],\n                [\n                    1702030200000,\n                    20\n                ],\n                [\n                    1702029900000,\n                    20\n                ],\n                [\n                    1702029600000,\n                    20\n                ],\n                [\n                    1702029300000,\n                    20\n                ],\n                [\n                    1702029000000,\n                    20\n                ],\n                [\n                    1702028700000,\n                    20\n                ],\n                [\n                    1702028400000,\n                    20\n                ],\n                [\n                    1702028100000,\n                    20\n                ],\n                [\n                    1702027800000,\n                    20\n                ],\n                [\n                    1702027500000,\n                    20\n                ],\n                [\n                    1702027200000,\n                    20\n                ],\n                [\n                    1702026900000,\n                    20\n                ],\n                [\n                    1702026600000,\n                    20\n                ],\n                [\n                    1702026300000,\n                    20\n                ],\n                [\n                    1702026000000,\n                    20\n                ],\n                [\n                    1702025700000,\n                    20\n                ],\n                [\n                    1702025400000,\n                    20\n                ],\n                [\n                    1702025100000,\n                    20\n                ],\n                [\n                    1702024800000,\n                    20\n                ],\n                [\n                    1702024500000,\n                    20\n                ],\n                [\n                    1702024200000,\n                    20\n                ],\n                [\n                    1702023900000,\n                    20\n                ],\n                [\n                    1702023600000,\n                    20\n                ],\n                [\n                    1702023300000,\n                    20\n                ],\n                [\n                    1702023000000,\n                    20\n                ],\n                [\n                    1702022700000,\n                    20\n                ],\n                [\n                    1702022400000,\n                    20\n                ],\n                [\n                    1702022100000,\n                    20\n                ],\n                [\n                    1702021800000,\n                    20\n                ],\n                [\n                    1702021500000,\n                    20\n                ],\n                [\n                    1702021200000,\n                    20\n                ],\n                [\n                    1702020900000,\n                    20\n                ],\n                [\n                    1702020600000,\n                    20\n                ],\n                [\n                    1702020300000,\n                    20\n                ],\n                [\n                    1702020000000,\n                    20\n                ],\n                [\n                    1702019700000,\n                    20\n                ],\n                [\n                    1702019400000,\n                    20\n                ],\n                [\n                    1702019100000,\n                    20\n                ],\n                [\n                    1702018800000,\n                    20\n                ],\n                [\n                    1702018500000,\n                    20\n                ],\n                [\n                    1702018200000,\n                    20\n                ],\n                [\n                    1702017900000,\n                    20\n                ],\n                [\n                    1702017600000,\n                    20\n                ],\n                [\n                    1702017300000,\n                    20\n                ],\n                [\n                    1702017000000,\n                    20\n                ],\n                [\n                    1702016700000,\n                    20\n                ],\n                [\n                    1702016400000,\n                    20\n                ],\n                [\n                    1702016100000,\n                    20\n                ],\n                [\n                    1702015800000,\n                    20\n                ],\n                [\n                    1702015500000,\n                    20\n                ],\n                [\n                    1702015200000,\n                    20\n                ],\n                [\n                    1702014900000,\n                    20\n                ],\n                [\n                    1702014600000,\n                    20\n                ],\n                [\n                    1702014300000,\n                    20\n                ],\n                [\n                    1702014000000,\n                    20\n                ],\n                [\n                    1702013700000,\n                    20\n                ],\n                [\n                    1702013400000,\n                    20\n                ],\n                [\n                    1702013100000,\n                    20\n                ],\n                [\n                    1702012800000,\n                    20\n                ],\n                [\n                    1702012500000,\n                    20\n                ],\n                [\n                    1702012200000,\n                    20\n                ],\n                [\n                    1702011900000,\n                    20\n                ],\n                [\n                    1702011600000,\n                    20\n                ],\n                [\n                    1702011300000,\n                    20\n                ],\n                [\n                    1702011000000,\n                    20\n                ],\n                [\n                    1702010700000,\n                    20\n                ],\n                [\n                    1702010400000,\n                    20\n                ],\n                [\n                    1702010100000,\n                    20\n                ],\n                [\n                    1702009800000,\n                    20\n                ],\n                [\n                    1702009500000,\n                    20\n                ],\n                [\n                    1702009200000,\n                    20\n                ],\n                [\n                    1702008900000,\n                    20\n                ],\n                [\n                    1702008600000,\n                    20\n                ],\n                [\n                    1702008300000,\n                    20\n                ],\n                [\n                    1702008000000,\n                    20\n                ],\n                [\n                    1702007700000,\n                    20\n                ],\n                [\n                    1702007400000,\n                    20\n                ],\n                [\n                    1702007100000,\n                    20\n                ],\n                [\n                    1702006800000,\n                    20\n                ],\n                [\n                    1702006500000,\n                    20\n                ],\n                [\n                    1702006200000,\n                    20\n                ],\n                [\n                    1702005900000,\n                    20\n                ],\n                [\n                    1702005600000,\n                    20\n                ],\n                [\n                    1702005300000,\n                    20\n                ],\n                [\n                    1702005000000,\n                    20\n                ],\n                [\n                    1702004700000,\n                    20\n                ],\n                [\n                    1702004400000,\n                    20\n                ],\n                [\n                    1702004100000,\n                    20\n                ],\n                [\n                    1702003800000,\n                    20\n                ],\n                [\n                    1702003500000,\n                    20\n                ],\n                [\n                    1702003200000,\n                    20\n                ],\n                [\n                    1702002900000,\n                    20\n                ],\n                [\n                    1702002600000,\n                    20\n                ],\n                [\n                    1702002300000,\n                    20\n                ],\n                [\n                    1702002000000,\n                    20\n                ],\n                [\n                    1702001700000,\n                    20\n                ],\n                [\n                    1702001400000,\n                    20\n                ],\n                [\n                    1702001100000,\n                    20\n                ],\n                [\n                    1702000800000,\n                    20\n                ],\n                [\n                    1702000500000,\n                    20\n                ],\n                [\n                    1702000200000,\n                    20\n                ],\n                [\n                    1701999900000,\n                    20\n                ],\n                [\n                    1701999600000,\n                    20\n                ],\n                [\n                    1701999300000,\n                    20\n                ],\n                [\n                    1701999000000,\n                    20\n                ],\n                [\n                    1701998700000,\n                    20\n                ],\n                [\n                    1701998400000,\n                    20\n                ],\n                [\n                    1701998100000,\n                    20\n                ],\n                [\n                    1701997800000,\n                    20\n                ],\n                [\n                    1701997500000,\n                    20\n                ],\n                [\n                    1701997200000,\n                    20\n                ],\n                [\n                    1701996900000,\n                    20\n                ],\n                [\n                    1701996600000,\n                    20\n                ],\n                [\n                    1701996300000,\n                    20\n                ],\n                [\n                    1701996000000,\n                    20\n                ],\n                [\n                    1701995700000,\n                    20\n                ],\n                [\n                    1701995400000,\n                    20\n                ],\n                [\n                    1701995100000,\n                    20\n                ],\n                [\n                    1701994800000,\n                    20\n                ],\n                [\n                    1701994500000,\n                    20\n                ],\n                [\n                    1701994200000,\n                    20\n                ],\n                [\n                    1701993900000,\n                    20\n                ],\n                [\n                    1701993600000,\n                    20\n                ],\n                [\n                    1701993300000,\n                    20\n                ],\n                [\n                    1701993000000,\n                    20\n                ],\n                [\n                    1701992700000,\n                    20\n                ],\n                [\n                    1701992400000,\n                    20\n                ],\n                [\n                    1701992100000,\n                    20\n                ],\n                [\n                    1701991800000,\n                    20\n                ],\n                [\n                    1701991500000,\n                    20\n                ],\n                [\n                    1701991200000,\n                    20\n                ],\n                [\n                    1701990900000,\n                    20\n                ],\n                [\n                    1701990600000,\n                    20\n                ],\n                [\n                    1701990300000,\n                    20\n                ],\n                [\n                    1701990000000,\n                    20\n                ],\n                [\n                    1701989700000,\n                    20\n                ],\n                [\n                    1701989400000,\n                    20\n                ],\n                [\n                    1701989100000,\n                    20\n                ],\n                [\n                    1701988800000,\n                    20\n                ],\n                [\n                    1701988500000,\n                    20\n                ],\n                [\n                    1701988200000,\n                    20\n                ],\n                [\n                    1701987900000,\n                    20\n                ],\n                [\n                    1701987600000,\n                    20\n                ],\n                [\n                    1701987300000,\n                    20\n                ],\n                [\n                    1701987000000,\n                    20\n                ],\n                [\n                    1701986700000,\n                    20\n                ],\n                [\n                    1701986400000,\n                    20\n                ],\n                [\n                    1701986100000,\n                    20\n                ],\n                [\n                    1701985800000,\n                    20\n                ],\n                [\n                    1701985500000,\n                    20\n                ],\n                [\n                    1701985200000,\n                    20\n                ],\n                [\n                    1701984900000,\n                    20\n                ],\n                [\n                    1701984600000,\n                    20\n                ],\n                [\n                    1701984300000,\n                    20\n                ],\n                [\n                    1701984000000,\n                    20\n                ],\n                [\n                    1701983700000,\n                    20\n                ],\n                [\n                    1701983400000,\n                    20\n                ],\n                [\n                    1701983100000,\n                    20\n                ],\n                [\n                    1701982800000,\n                    20\n                ],\n                [\n                    1701982500000,\n                    20\n                ],\n                [\n                    1701982200000,\n                    20\n                ],\n                [\n                    1701981900000,\n                    20\n                ],\n                [\n                    1701981600000,\n                    20\n                ],\n                [\n                    1701981300000,\n                    20\n                ],\n                [\n                    1701981000000,\n                    20\n                ],\n                [\n                    1701980700000,\n                    20\n                ],\n                [\n                    1701980400000,\n                    20\n                ],\n                [\n                    1701980100000,\n                    20\n                ],\n                [\n                    1701979800000,\n                    20\n                ],\n                [\n                    1701979500000,\n                    20\n                ],\n                [\n                    1701979200000,\n                    20\n                ],\n                [\n                    1701978900000,\n                    20\n                ],\n                [\n                    1701978600000,\n                    20\n                ],\n                [\n                    1701978300000,\n                    20\n                ],\n                [\n                    1701978000000,\n                    20\n                ],\n                [\n                    1701977700000,\n                    20\n                ],\n                [\n                    1701977400000,\n                    20\n                ],\n                [\n                    1701977100000,\n                    20\n                ],\n                [\n                    1701976800000,\n                    20\n                ],\n                [\n                    1701976500000,\n                    20\n                ],\n                [\n                    1701976200000,\n                    20\n                ],\n                [\n                    1701975900000,\n                    20\n                ],\n                [\n                    1701975600000,\n                    20\n                ],\n                [\n                    1701975300000,\n                    20\n                ],\n                [\n                    1701975000000,\n                    20\n                ],\n                [\n                    1701974700000,\n                    20\n                ],\n                [\n                    1701974400000,\n                    20\n                ],\n                [\n                    1701974100000,\n                    20\n                ],\n                [\n                    1701973800000,\n                    20\n                ],\n                [\n                    1701973500000,\n                    20\n                ],\n                [\n                    1701973200000,\n                    20\n                ],\n                [\n                    1701972900000,\n                    20\n                ],\n                [\n                    1701972600000,\n                    20\n                ],\n                [\n                    1701972300000,\n                    20\n                ],\n                [\n                    1701972000000,\n                    20\n                ],\n                [\n                    1701971700000,\n                    20\n                ],\n                [\n                    1701971400000,\n                    20\n                ],\n                [\n                    1701971100000,\n                    20\n                ],\n                [\n                    1701970800000,\n                    20\n                ],\n                [\n                    1701970500000,\n                    20\n                ],\n                [\n                    1701970200000,\n                    20\n                ],\n                [\n                    1701969900000,\n                    20\n                ],\n                [\n                    1701969600000,\n                    20\n                ],\n                [\n                    1701969300000,\n                    20\n                ],\n                [\n                    1701969000000,\n                    20\n                ],\n                [\n                    1701968700000,\n                    20\n                ],\n                [\n                    1701968400000,\n                    20\n                ],\n                [\n                    1701968100000,\n                    20\n                ],\n                [\n                    1701967800000,\n                    20\n                ],\n                [\n                    1701967500000,\n                    20\n                ],\n                [\n                    1701967200000,\n                    20\n                ],\n                [\n                    1701966900000,\n                    20\n                ],\n                [\n                    1701966600000,\n                    20\n                ],\n                [\n                    1701966300000,\n                    20\n                ],\n                [\n                    1701966000000,\n                    20\n                ],\n                [\n                    1701965700000,\n                    20\n                ],\n                [\n                    1701965400000,\n                    20\n                ],\n                [\n                    1701965100000,\n                    20\n                ],\n                [\n                    1701964800000,\n                    20\n                ],\n                [\n                    1701964500000,\n                    20\n                ],\n                [\n                    1701964200000,\n                    20\n                ],\n                [\n                    1701963900000,\n                    20\n                ],\n                [\n                    1701963600000,\n                    20\n                ],\n                [\n                    1701963300000,\n                    20\n                ],\n                [\n                    1701963000000,\n                    20\n                ],\n                [\n                    1701962700000,\n                    20\n                ],\n                [\n                    1701962400000,\n                    20\n                ],\n                [\n                    1701962100000,\n                    20\n                ],\n                [\n                    1701961800000,\n                    20\n                ],\n                [\n                    1701961500000,\n                    20\n                ],\n                [\n                    1701961200000,\n                    20\n                ],\n                [\n                    1701960900000,\n                    20\n                ],\n                [\n                    1701960600000,\n                    20\n                ],\n                [\n                    1701960300000,\n                    20\n                ],\n                [\n                    1701960000000,\n                    20\n                ],\n                [\n                    1701959700000,\n                    20\n                ],\n                [\n                    1701959400000,\n                    20\n                ],\n                [\n                    1701959100000,\n                    20\n                ],\n                [\n                    1701958800000,\n                    20\n                ],\n                [\n                    1701958500000,\n                    20\n                ],\n                [\n                    1701958200000,\n                    20\n                ],\n                [\n                    1701957900000,\n                    20\n                ],\n                [\n                    1701957600000,\n                    20\n                ],\n                [\n                    1701957300000,\n                    20\n                ],\n                [\n                    1701957000000,\n                    20\n                ],\n                [\n                    1701956700000,\n                    20\n                ],\n                [\n                    1701956400000,\n                    20\n                ],\n                [\n                    1701956100000,\n                    20\n                ],\n                [\n                    1701955800000,\n                    20\n                ],\n                [\n                    1701955500000,\n                    20\n                ],\n                [\n                    1701955200000,\n                    20\n                ],\n                [\n                    1701954900000,\n                    20\n                ],\n                [\n                    1701954600000,\n                    20\n                ],\n                [\n                    1701954300000,\n                    20\n                ],\n                [\n                    1701954000000,\n                    20\n                ],\n                [\n                    1701953700000,\n                    20\n                ],\n                [\n                    1701953400000,\n                    20\n                ],\n                [\n                    1701953100000,\n                    20\n                ],\n                [\n                    1701952800000,\n                    20\n                ],\n                [\n                    1701952500000,\n                    20\n                ],\n                [\n                    1701952200000,\n                    20\n                ],\n                [\n                    1701951900000,\n                    20\n                ],\n                [\n                    1701951600000,\n                    20\n                ],\n                [\n                    1701951300000,\n                    20\n                ],\n                [\n                    1701951000000,\n                    20\n                ],\n                [\n                    1701950700000,\n                    20\n                ],\n                [\n                    1701950400000,\n                    20\n                ],\n                [\n                    1701950100000,\n                    20\n                ],\n                [\n                    1701949800000,\n                    20\n                ],\n                [\n                    1701949500000,\n                    20\n                ],\n                [\n                    1701949200000,\n                    20\n                ],\n                [\n                    1701948900000,\n                    20\n                ],\n                [\n                    1701948600000,\n                    20\n                ],\n                [\n                    1701948300000,\n                    20\n                ],\n                [\n                    1701948000000,\n                    20\n                ],\n                [\n                    1701947700000,\n                    20\n                ],\n                [\n                    1701947400000,\n                    20\n                ],\n                [\n                    1701947100000,\n                    20\n                ],\n                [\n                    1701946800000,\n                    20\n                ],\n                [\n                    1701946500000,\n                    20\n                ],\n                [\n                    1701946200000,\n                    20\n                ],\n                [\n                    1701945900000,\n                    20\n                ],\n                [\n                    1701945600000,\n                    20\n                ],\n                [\n                    1701945300000,\n                    20\n                ],\n                [\n                    1701945000000,\n                    20\n                ],\n                [\n                    1701944700000,\n                    20\n                ],\n                [\n                    1701944400000,\n                    20\n                ],\n                [\n                    1701944100000,\n                    20\n                ],\n                [\n                    1701943800000,\n                    20\n                ],\n                [\n                    1701943500000,\n                    20\n                ],\n                [\n                    1701943200000,\n                    20\n                ],\n                [\n                    1701942900000,\n                    20\n                ],\n                [\n                    1701942600000,\n                    20\n                ],\n                [\n                    1701942300000,\n                    20\n                ],\n                [\n                    1701942000000,\n                    20\n                ],\n                [\n                    1701941700000,\n                    20\n                ],\n                [\n                    1701941400000,\n                    20\n                ],\n                [\n                    1701941100000,\n                    20\n                ],\n                [\n                    1701940800000,\n                    20\n                ],\n                [\n                    1701940500000,\n                    20\n                ],\n                [\n                    1701940200000,\n                    20\n                ],\n                [\n                    1701939900000,\n                    20\n                ],\n                [\n                    1701939600000,\n                    20\n                ],\n                [\n                    1701939300000,\n                    20\n                ],\n                [\n                    1701939000000,\n                    20\n                ],\n                [\n                    1701938700000,\n                    20\n                ],\n                [\n                    1701938400000,\n                    20\n                ],\n                [\n                    1701938100000,\n                    20\n                ],\n                [\n                    1701937800000,\n                    20\n                ],\n                [\n                    1701937500000,\n                    20\n                ],\n                [\n                    1701937200000,\n                    20\n                ],\n                [\n                    1701936900000,\n                    20\n                ],\n                [\n                    1701936600000,\n                    20\n                ],\n                [\n                    1701936300000,\n                    20\n                ],\n                [\n                    1701936000000,\n                    20\n                ],\n                [\n                    1701935700000,\n                    20\n                ],\n                [\n                    1701935400000,\n                    20\n                ],\n                [\n                    1701935100000,\n                    20\n                ],\n                [\n                    1701934800000,\n                    20\n                ],\n                [\n                    1701934500000,\n                    20\n                ],\n                [\n                    1701934200000,\n                    20\n                ],\n                [\n                    1701933900000,\n                    20\n                ],\n                [\n                    1701933600000,\n                    20\n                ],\n                [\n                    1701933300000,\n                    20\n                ],\n                [\n                    1701933000000,\n                    20\n                ],\n                [\n                    1701932700000,\n                    20\n                ],\n                [\n                    1701932400000,\n                    20\n                ],\n                [\n                    1701932100000,\n                    20\n                ],\n                [\n                    1701931800000,\n                    20\n                ],\n                [\n                    1701931500000,\n                    20\n                ],\n                [\n                    1701931200000,\n                    20\n                ],\n                [\n                    1701930900000,\n                    20\n                ],\n                [\n                    1701930600000,\n                    20\n                ],\n                [\n                    1701930300000,\n                    20\n                ],\n                [\n                    1701930000000,\n                    20\n                ],\n                [\n                    1701929700000,\n                    20\n                ],\n                [\n                    1701929400000,\n                    20\n                ],\n                [\n                    1701929100000,\n                    20\n                ],\n                [\n                    1701928800000,\n                    20\n                ],\n                [\n                    1701928500000,\n                    20\n                ],\n                [\n                    1701928200000,\n                    20\n                ],\n                [\n                    1701927900000,\n                    20\n                ],\n                [\n                    1701927600000,\n                    20\n                ],\n                [\n                    1701927300000,\n                    20\n                ],\n                [\n                    1701927000000,\n                    20\n                ],\n                [\n                    1701926700000,\n                    20\n                ],\n                [\n                    1701926400000,\n                    20\n                ],\n                [\n                    1701926100000,\n                    20\n                ],\n                [\n                    1701925800000,\n                    20\n                ],\n                [\n                    1701925500000,\n                    20\n                ],\n                [\n                    1701925200000,\n                    20\n                ],\n                [\n                    1701924900000,\n                    20\n                ],\n                [\n                    1701924600000,\n                    20\n                ],\n                [\n                    1701924300000,\n                    20\n                ],\n                [\n                    1701924000000,\n                    20\n                ],\n                [\n                    1701923700000,\n                    20\n                ],\n                [\n                    1701923400000,\n                    20\n                ],\n                [\n                    1701923100000,\n                    20\n                ],\n                [\n                    1701922800000,\n                    20\n                ],\n                [\n                    1701922500000,\n                    20\n                ],\n                [\n                    1701922200000,\n                    20\n                ],\n                [\n                    1701921900000,\n                    20\n                ],\n                [\n                    1701921600000,\n                    20\n                ],\n                [\n                    1701921300000,\n                    20\n                ],\n                [\n                    1701921000000,\n                    20\n                ],\n                [\n                    1701920700000,\n                    20\n                ],\n                [\n                    1701920400000,\n                    20\n                ],\n                [\n                    1701920100000,\n                    20\n                ],\n                [\n                    1701919800000,\n                    20\n                ],\n                [\n                    1701919500000,\n                    20\n                ],\n                [\n                    1701919200000,\n                    20\n                ],\n                [\n                    1701918900000,\n                    20\n                ],\n                [\n                    1701918600000,\n                    20\n                ],\n                [\n                    1701918300000,\n                    20\n                ],\n                [\n                    1701918000000,\n                    20\n                ],\n                [\n                    1701917700000,\n                    20\n                ],\n                [\n                    1701917400000,\n                    20\n                ],\n                [\n                    1701917100000,\n                    20\n                ],\n                [\n                    1701916800000,\n                    20\n                ],\n                [\n                    1701916500000,\n                    20\n                ],\n                [\n                    1701916200000,\n                    20\n                ],\n                [\n                    1701915900000,\n                    20\n                ],\n                [\n                    1701915600000,\n                    20\n                ],\n                [\n                    1701915300000,\n                    20\n                ],\n                [\n                    1701915000000,\n                    20\n                ],\n                [\n                    1701914700000,\n                    20\n                ],\n                [\n                    1701914400000,\n                    20\n                ],\n                [\n                    1701914100000,\n                    20\n                ],\n                [\n                    1701913800000,\n                    20\n                ],\n                [\n                    1701913500000,\n                    20\n                ],\n                [\n                    1701913200000,\n                    20\n                ],\n                [\n                    1701912900000,\n                    20\n                ],\n                [\n                    1701912600000,\n                    20\n                ],\n                [\n                    1701912300000,\n                    20\n                ],\n                [\n                    1701912000000,\n                    20\n                ],\n                [\n                    1701911700000,\n                    20\n                ],\n                [\n                    1701911400000,\n                    20\n                ],\n                [\n                    1701911100000,\n                    20\n                ],\n                [\n                    1701910800000,\n                    20\n                ],\n                [\n                    1701910500000,\n                    20\n                ],\n                [\n                    1701910200000,\n                    20\n                ],\n                [\n                    1701909900000,\n                    20\n                ],\n                [\n                    1701909600000,\n                    20\n                ],\n                [\n                    1701909300000,\n                    20\n                ],\n                [\n                    1701909000000,\n                    20\n                ],\n                [\n                    1701908700000,\n                    20\n                ],\n                [\n                    1701908400000,\n                    20\n                ],\n                [\n                    1701908100000,\n                    20\n                ],\n                [\n                    1701907800000,\n                    20\n                ],\n                [\n                    1701907500000,\n                    20\n                ],\n                [\n                    1701907200000,\n                    20\n                ],\n                [\n                    1701906900000,\n                    20\n                ],\n                [\n                    1701906600000,\n                    20\n                ],\n                [\n                    1701906300000,\n                    20\n                ],\n                [\n                    1701906000000,\n                    20\n                ],\n                [\n                    1701905700000,\n                    20\n                ],\n                [\n                    1701905400000,\n                    20\n                ],\n                [\n                    1701905100000,\n                    20\n                ],\n                [\n                    1701904800000,\n                    20\n                ],\n                [\n                    1701904500000,\n                    20\n                ],\n                [\n                    1701904200000,\n                    20\n                ],\n                [\n                    1701903900000,\n                    20\n                ],\n                [\n                    1701903600000,\n                    20\n                ],\n                [\n                    1701903300000,\n                    20\n                ],\n                [\n                    1701903000000,\n                    20\n                ],\n                [\n                    1701902700000,\n                    20\n                ],\n                [\n                    1701902400000,\n                    20\n                ],\n                [\n                    1701902100000,\n                    20\n                ],\n                [\n                    1701901800000,\n                    20\n                ],\n                [\n                    1701901500000,\n                    20\n                ],\n                [\n                    1701901200000,\n                    20\n                ],\n                [\n                    1701900900000,\n                    20\n                ],\n                [\n                    1701900600000,\n                    20\n                ],\n                [\n                    1701900300000,\n                    20\n                ],\n                [\n                    1701900000000,\n                    20\n                ],\n                [\n                    1701899700000,\n                    20\n                ],\n                [\n                    1701899400000,\n                    20\n                ],\n                [\n                    1701899100000,\n                    20\n                ],\n                [\n                    1701898800000,\n                    20\n                ],\n                [\n                    1701898500000,\n                    20\n                ],\n                [\n                    1701898200000,\n                    20\n                ],\n                [\n                    1701897900000,\n                    20\n                ],\n                [\n                    1701897600000,\n                    20\n                ],\n                [\n                    1701897300000,\n                    20\n                ],\n                [\n                    1701897000000,\n                    20\n                ],\n                [\n                    1701896700000,\n                    20\n                ],\n                [\n                    1701896400000,\n                    20\n                ],\n                [\n                    1701896100000,\n                    20\n                ],\n                [\n                    1701895800000,\n                    20\n                ],\n                [\n                    1701895500000,\n                    20\n                ],\n                [\n                    1701895200000,\n                    20\n                ],\n                [\n                    1701894900000,\n                    20\n                ],\n                [\n                    1701894600000,\n                    20\n                ],\n                [\n                    1701894300000,\n                    20\n                ],\n                [\n                    1701894000000,\n                    20\n                ],\n                [\n                    1701893700000,\n                    20\n                ],\n                [\n                    1701893400000,\n                    20\n                ],\n                [\n                    1701893100000,\n                    20\n                ],\n                [\n                    1701892800000,\n                    20\n                ],\n                [\n                    1701892500000,\n                    20\n                ],\n                [\n                    1701892200000,\n                    20\n                ],\n                [\n                    1701891900000,\n                    20\n                ],\n                [\n                    1701891600000,\n                    20\n                ],\n                [\n                    1701891300000,\n                    20\n                ],\n                [\n                    1701891000000,\n                    20\n                ],\n                [\n                    1701890700000,\n                    20\n                ],\n                [\n                    1701890400000,\n                    20\n                ],\n                [\n                    1701890100000,\n                    20\n                ],\n                [\n                    1701889800000,\n                    20\n                ],\n                [\n                    1701889500000,\n                    20\n                ],\n                [\n                    1701889200000,\n                    20\n                ],\n                [\n                    1701888900000,\n                    20\n                ],\n                [\n                    1701888600000,\n                    20\n                ],\n                [\n                    1701888300000,\n                    20\n                ],\n                [\n                    1701888000000,\n                    20\n                ],\n                [\n                    1701887700000,\n                    20\n                ],\n                [\n                    1701887400000,\n                    20\n                ],\n                [\n                    1701887100000,\n                    20\n                ],\n                [\n                    1701886800000,\n                    20\n                ],\n                [\n                    1701886500000,\n                    20\n                ],\n                [\n                    1701886200000,\n                    20\n                ],\n                [\n                    1701885900000,\n                    20\n                ],\n                [\n                    1701885600000,\n                    20\n                ],\n                [\n                    1701885300000,\n                    20\n                ],\n                [\n                    1701885000000,\n                    20\n                ],\n                [\n                    1701884700000,\n                    20\n                ],\n                [\n                    1701884400000,\n                    20\n                ],\n                [\n                    1701884100000,\n                    20\n                ],\n                [\n                    1701883800000,\n                    20\n                ],\n                [\n                    1701883500000,\n                    20\n                ],\n                [\n                    1701883200000,\n                    20\n                ],\n                [\n                    1701882900000,\n                    20\n                ],\n                [\n                    1701882600000,\n                    20\n                ],\n                [\n                    1701882300000,\n                    20\n                ],\n                [\n                    1701882000000,\n                    20\n                ],\n                [\n                    1701881700000,\n                    20\n                ],\n                [\n                    1701881400000,\n                    20\n                ],\n                [\n                    1701881100000,\n                    20\n                ],\n                [\n                    1701880800000,\n                    20\n                ],\n                [\n                    1701880500000,\n                    20\n                ],\n                [\n                    1701880200000,\n                    20\n                ],\n                [\n                    1701879900000,\n                    20\n                ],\n                [\n                    1701879600000,\n                    20\n                ],\n                [\n                    1701879300000,\n                    20\n                ],\n                [\n                    1701879000000,\n                    20\n                ],\n                [\n                    1701878700000,\n                    20\n                ],\n                [\n                    1701878400000,\n                    20\n                ],\n                [\n                    1701878100000,\n                    20\n                ],\n                [\n                    1701877800000,\n                    20\n                ],\n                [\n                    1701877500000,\n                    20\n                ],\n                [\n                    1701877200000,\n                    20\n                ],\n                [\n                    1701876900000,\n                    20\n                ],\n                [\n                    1701876600000,\n                    20\n                ],\n                [\n                    1701876300000,\n                    20\n                ],\n                [\n                    1701876000000,\n                    20\n                ],\n                [\n                    1701875700000,\n                    20\n                ],\n                [\n                    1701875400000,\n                    20\n                ],\n                [\n                    1701875100000,\n                    20\n                ],\n                [\n                    1701874800000,\n                    20\n                ],\n                [\n                    1701874500000,\n                    20\n                ],\n                [\n                    1701874200000,\n                    20\n                ],\n                [\n                    1701873900000,\n                    20\n                ],\n                [\n                    1701873600000,\n                    20\n                ],\n                [\n                    1701873300000,\n                    20\n                ],\n                [\n                    1701873000000,\n                    20\n                ],\n                [\n                    1701872700000,\n                    20\n                ],\n                [\n                    1701872400000,\n                    20\n                ],\n                [\n                    1701872100000,\n                    20\n                ],\n                [\n                    1701871800000,\n                    20\n                ],\n                [\n                    1701871500000,\n                    20\n                ],\n                [\n                    1701871200000,\n                    20\n                ],\n                [\n                    1701870900000,\n                    20\n                ],\n                [\n                    1701870600000,\n                    20\n                ],\n                [\n                    1701870300000,\n                    20\n                ],\n                [\n                    1701870000000,\n                    20\n                ],\n                [\n                    1701869700000,\n                    20\n                ],\n                [\n                    1701869400000,\n                    20\n                ],\n                [\n                    1701869100000,\n                    20\n                ],\n                [\n                    1701868800000,\n                    20\n                ],\n                [\n                    1701868500000,\n                    20\n                ],\n                [\n                    1701868200000,\n                    20\n                ],\n                [\n                    1701867900000,\n                    20\n                ],\n                [\n                    1701867600000,\n                    20\n                ],\n                [\n                    1701867300000,\n                    20\n                ],\n                [\n                    1701867000000,\n                    20\n                ],\n                [\n                    1701866700000,\n                    20\n                ],\n                [\n                    1701866400000,\n                    20\n                ],\n                [\n                    1701866100000,\n                    20\n                ],\n                [\n                    1701865800000,\n                    20\n                ],\n                [\n                    1701865500000,\n                    20\n                ],\n                [\n                    1701865200000,\n                    20\n                ],\n                [\n                    1701864900000,\n                    20\n                ],\n                [\n                    1701864600000,\n                    20\n                ],\n                [\n                    1701864300000,\n                    20\n                ],\n                [\n                    1701864000000,\n                    20\n                ],\n                [\n                    1701863700000,\n                    20\n                ],\n                [\n                    1701863400000,\n                    20\n                ],\n                [\n                    1701863100000,\n                    20\n                ],\n                [\n                    1701862800000,\n                    20\n                ],\n                [\n                    1701862500000,\n                    20\n                ],\n                [\n                    1701862200000,\n                    20\n                ],\n                [\n                    1701861900000,\n                    20\n                ],\n                [\n                    1701861600000,\n                    20\n                ],\n                [\n                    1701861300000,\n                    20\n                ],\n                [\n                    1701861000000,\n                    20\n                ],\n                [\n                    1701860700000,\n                    20\n                ],\n                [\n                    1701860400000,\n                    20\n                ],\n                [\n                    1701860100000,\n                    20\n                ],\n                [\n                    1701859800000,\n                    20\n                ],\n                [\n                    1701859500000,\n                    20\n                ],\n                [\n                    1701859200000,\n                    20\n                ],\n                [\n                    1701858900000,\n                    20\n                ],\n                [\n                    1701858600000,\n                    20\n                ],\n                [\n                    1701858300000,\n                    20\n                ],\n                [\n                    1701858000000,\n                    20\n                ],\n                [\n                    1701857700000,\n                    20\n                ],\n                [\n                    1701857400000,\n                    20\n                ],\n                [\n                    1701857100000,\n                    20\n                ],\n                [\n                    1701856800000,\n                    20\n                ],\n                [\n                    1701856500000,\n                    20\n                ],\n                [\n                    1701856200000,\n                    20\n                ],\n                [\n                    1701855900000,\n                    20\n                ],\n                [\n                    1701855600000,\n                    20\n                ],\n                [\n                    1701855300000,\n                    20\n                ],\n                [\n                    1701855000000,\n                    20\n                ],\n                [\n                    1701854700000,\n                    20\n                ],\n                [\n                    1701854400000,\n                    20\n                ],\n                [\n                    1701854100000,\n                    20\n                ],\n                [\n                    1701853800000,\n                    20\n                ],\n                [\n                    1701853500000,\n                    20\n                ],\n                [\n                    1701853200000,\n                    20\n                ],\n                [\n                    1701852900000,\n                    20\n                ],\n                [\n                    1701852600000,\n                    20\n                ],\n                [\n                    1701852300000,\n                    20\n                ]\n            ],\n            \"unit\": {\n                \"name\": \"Mbps\",\n                \"fullName\": \"Megabits per second\"\n            }\n        },\n        {\n            \"type\": \"A_BITS\",\n            \"subtype\": \"In\",\n            \"samples\": [\n                [\n                    1702283700000,\n                    0.0009213866666666667\n                ],\n                [\n                    1702283400000,\n                    0.0009982666666666666\n                ],\n                [\n                    1702283100000,\n                    0.00152952\n                ],\n                [\n                    1702282800000,\n                    0.0009041866666666666\n                ],\n                [\n                    1702282500000,\n                    0.00102064\n                ],\n                [\n                    1702282200000,\n                    0.00103432\n                ],\n                [\n                    1702281900000,\n                    0.0009409066666666667\n                ],\n                [\n                    1702281600000,\n                    0.0008762933333333333\n                ],\n                [\n                    1702281300000,\n                    0.0010207733333333334\n                ],\n                [\n                    1702281000000,\n                    0.0008380533333333333\n                ],\n                [\n                    1702280700000,\n                    0.0010229333333333333\n                ],\n                [\n                    1702280400000,\n                    0.00103816\n                ],\n                [\n                    1702280100000,\n                    0.0010393333333333333\n                ],\n                [\n                    1702279800000,\n                    0.0009184266666666666\n                ],\n                [\n                    1702279500000,\n                    0.0011338399999999999\n                ],\n                [\n                    1702279200000,\n                    0.0008892533333333334\n                ],\n                [\n                    1702278900000,\n                    0.00039256\n                ],\n                [\n                    1702278600000,\n                    0.0011457866666666667\n                ],\n                [\n                    1702278300000,\n                    0.00099824\n                ],\n                [\n                    1702278000000,\n                    0.0011420533333333332\n                ],\n                [\n                    1702277700000,\n                    0.0010221333333333333\n                ],\n                [\n                    1702277400000,\n                    0.0010381066666666665\n                ],\n                [\n                    1702277100000,\n                    0.0007914933333333334\n                ],\n                [\n                    1702276800000,\n                    0.0008913866666666666\n                ],\n                [\n                    1702276500000,\n                    0.00085624\n                ],\n                [\n                    1702276200000,\n                    0.0006728\n                ],\n                [\n                    1702275900000,\n                    0.0026213333333333336\n                ],\n                [\n                    1702275600000,\n                    0.0006908\n                ],\n                [\n                    1702275300000,\n                    0.0004915466666666667\n                ],\n                [\n                    1702275000000,\n                    0.0011290133333333333\n                ],\n                [\n                    1702274700000,\n                    0.00102664\n                ],\n                [\n                    1702274400000,\n                    0.0007733066666666666\n                ],\n                [\n                    1702274100000,\n                    0.0008224533333333334\n                ],\n                [\n                    1702273800000,\n                    0.00079568\n                ],\n                [\n                    1702273500000,\n                    0.0011263199999999999\n                ],\n                [\n                    1702273200000,\n                    0.0007596533333333333\n                ],\n                [\n                    1702272900000,\n                    0.0012349066666666668\n                ],\n                [\n                    1702272600000,\n                    0.00091752\n                ],\n                [\n                    1702272300000,\n                    0.0008868266666666667\n                ],\n                [\n                    1702272000000,\n                    0.0010537066666666667\n                ],\n                [\n                    1702271700000,\n                    0.0007155466666666666\n                ],\n                [\n                    1702271400000,\n                    0.0008269866666666667\n                ],\n                [\n                    1702271100000,\n                    0.0008644\n                ],\n                [\n                    1702270800000,\n                    0.0011046933333333333\n                ],\n                [\n                    1702270500000,\n                    0.0008319733333333333\n                ],\n                [\n                    1702270200000,\n                    0.000936\n                ],\n                [\n                    1702269900000,\n                    0.0009554133333333333\n                ],\n                [\n                    1702269600000,\n                    0.0010532266666666667\n                ],\n                [\n                    1702269300000,\n                    0.0011519733333333333\n                ],\n                [\n                    1702269000000,\n                    0.0008841866666666667\n                ],\n                [\n                    1702268700000,\n                    0.0007961066666666667\n                ],\n                [\n                    1702268400000,\n                    0.0007336533333333333\n                ],\n                [\n                    1702268100000,\n                    0.0010873866666666668\n                ],\n                [\n                    1702267800000,\n                    0.0008867733333333334\n                ],\n                [\n                    1702267500000,\n                    0.0007882666666666667\n                ],\n                [\n                    1702267200000,\n                    0.0008443466666666667\n                ],\n                [\n                    1702266900000,\n                    0.0008060533333333333\n                ],\n                [\n                    1702266600000,\n                    0.0009652\n                ],\n                [\n                    1702266300000,\n                    0.0015810933333333332\n                ],\n                [\n                    1702266000000,\n                    0.003462346666666667\n                ],\n                [\n                    1702265700000,\n                    0.003120906666666667\n                ],\n                [\n                    1702265400000,\n                    0.010459946666666668\n                ],\n                [\n                    1702265100000,\n                    0.005182293333333333\n                ],\n                [\n                    1702264800000,\n                    0.0008085599999999999\n                ],\n                [\n                    1702264500000,\n                    0.0009214133333333333\n                ],\n                [\n                    1702264200000,\n                    0.0014237066666666668\n                ],\n                [\n                    1702263900000,\n                    0.00158616\n                ],\n                [\n                    1702263600000,\n                    0.0009484\n                ],\n                [\n                    1702263300000,\n                    0.0009292\n                ],\n                [\n                    1702263000000,\n                    0.0008318666666666666\n                ],\n                [\n                    1702262700000,\n                    0.0007913866666666667\n                ],\n                [\n                    1702262400000,\n                    0.0008110933333333334\n                ],\n                [\n                    1702262100000,\n                    0.0008139733333333333\n                ],\n                [\n                    1702261800000,\n                    0.0007431733333333333\n                ],\n                [\n                    1702261500000,\n                    0.00089336\n                ],\n                [\n                    1702261200000,\n                    0.0006400533333333333\n                ],\n                [\n                    1702260900000,\n                    0.0007723200000000001\n                ],\n                [\n                    1702260600000,\n                    0.0008293066666666666\n                ],\n                [\n                    1702260300000,\n                    0.00084112\n                ],\n                [\n                    1702260000000,\n                    0.0007619199999999999\n                ],\n                [\n                    1702259700000,\n                    0.0012000799999999999\n                ],\n                [\n                    1702259400000,\n                    0.00089824\n                ],\n                [\n                    1702259100000,\n                    0.0008558400000000001\n                ],\n                [\n                    1702258800000,\n                    0.00090288\n                ],\n                [\n                    1702258500000,\n                    0.0008412533333333333\n                ],\n                [\n                    1702258200000,\n                    0.0008569333333333333\n                ],\n                [\n                    1702257900000,\n                    0.00087216\n                ],\n                [\n                    1702257600000,\n                    0.0009348533333333334\n                ],\n                [\n                    1702257300000,\n                    0.0007890133333333334\n                ],\n                [\n                    1702257000000,\n                    0.0007849333333333333\n                ],\n                [\n                    1702256700000,\n                    0.0008561066666666667\n                ],\n                [\n                    1702256400000,\n                    0.0006671733333333333\n                ],\n                [\n                    1702256100000,\n                    0.0008314133333333333\n                ],\n                [\n                    1702255800000,\n                    0.00078808\n                ],\n                [\n                    1702255500000,\n                    0.0012299733333333335\n                ],\n                [\n                    1702255200000,\n                    0.00270952\n                ],\n                [\n                    1702254900000,\n                    0.00336256\n                ],\n                [\n                    1702254600000,\n                    0.00365408\n                ],\n                [\n                    1702254300000,\n                    0.0031188\n                ],\n                [\n                    1702254000000,\n                    0.0007153600000000001\n                ],\n                [\n                    1702253700000,\n                    0.0007855466666666667\n                ],\n                [\n                    1702253400000,\n                    0.0009400266666666666\n                ],\n                [\n                    1702253100000,\n                    0.0008089333333333332\n                ],\n                [\n                    1702252800000,\n                    0.0009275199999999999\n                ],\n                [\n                    1702252500000,\n                    0.0008518133333333334\n                ],\n                [\n                    1702252200000,\n                    0.0009719733333333334\n                ],\n                [\n                    1702251900000,\n                    0.0007945866666666667\n                ],\n                [\n                    1702251600000,\n                    0.00068696\n                ],\n                [\n                    1702251300000,\n                    0.00071936\n                ],\n                [\n                    1702251000000,\n                    0.000702\n                ],\n                [\n                    1702250700000,\n                    0.00090064\n                ],\n                [\n                    1702250400000,\n                    0.0007829066666666666\n                ],\n                [\n                    1702250100000,\n                    0.0008416533333333333\n                ],\n                [\n                    1702249800000,\n                    0.0008861066666666666\n                ],\n                [\n                    1702249500000,\n                    0.0008494666666666668\n                ],\n                [\n                    1702249200000,\n                    0.0009071466666666667\n                ],\n                [\n                    1702248900000,\n                    0.0010014933333333334\n                ],\n                [\n                    1702248600000,\n                    0.0009952266666666666\n                ],\n                [\n                    1702248300000,\n                    0.0009984\n                ],\n                [\n                    1702248000000,\n                    0.0008594666666666667\n                ],\n                [\n                    1702247700000,\n                    0.0008019466666666667\n                ],\n                [\n                    1702247400000,\n                    0.0008017066666666667\n                ],\n                [\n                    1702247100000,\n                    0.0007363733333333333\n                ],\n                [\n                    1702246800000,\n                    0.0008152533333333333\n                ],\n                [\n                    1702246500000,\n                    0.00072456\n                ],\n                [\n                    1702246200000,\n                    0.0006977066666666667\n                ],\n                [\n                    1702245900000,\n                    0.0007423733333333333\n                ],\n                [\n                    1702245600000,\n                    0.0008532533333333334\n                ],\n                [\n                    1702245300000,\n                    0.000768\n                ],\n                [\n                    1702245000000,\n                    0.0008180533333333333\n                ],\n                [\n                    1702244700000,\n                    0.0008305866666666667\n                ],\n                [\n                    1702244400000,\n                    0.0008908\n                ],\n                [\n                    1702244100000,\n                    0.0006941333333333334\n                ],\n                [\n                    1702243800000,\n                    0.0005301066666666667\n                ],\n                [\n                    1702243500000,\n                    0.0008172533333333334\n                ],\n                [\n                    1702243200000,\n                    0.00078928\n                ],\n                [\n                    1702242900000,\n                    0.0009896266666666667\n                ],\n                [\n                    1702242600000,\n                    0.0009458933333333333\n                ],\n                [\n                    1702242300000,\n                    0.0009144533333333333\n                ],\n                [\n                    1702242000000,\n                    0.0007729333333333333\n                ],\n                [\n                    1702241700000,\n                    0.00080976\n                ],\n                [\n                    1702241400000,\n                    0.0011442666666666667\n                ],\n                [\n                    1702241100000,\n                    0.0008796\n                ],\n                [\n                    1702240800000,\n                    0.00081952\n                ],\n                [\n                    1702240500000,\n                    0.0010633866666666667\n                ],\n                [\n                    1702240200000,\n                    0.0008152799999999999\n                ],\n                [\n                    1702239900000,\n                    0.0008963466666666667\n                ],\n                [\n                    1702239600000,\n                    0.0008474400000000001\n                ],\n                [\n                    1702239300000,\n                    0.0009130399999999999\n                ],\n                [\n                    1702239000000,\n                    0.0008172\n                ],\n                [\n                    1702238700000,\n                    0.00101128\n                ],\n                [\n                    1702238400000,\n                    0.0009087733333333334\n                ],\n                [\n                    1702238100000,\n                    0.0009797866666666666\n                ],\n                [\n                    1702237800000,\n                    0.0007532000000000001\n                ],\n                [\n                    1702237500000,\n                    0.0009633066666666666\n                ],\n                [\n                    1702237200000,\n                    0.0007670666666666667\n                ],\n                [\n                    1702236900000,\n                    0.0008453333333333334\n                ],\n                [\n                    1702236600000,\n                    0.00072672\n                ],\n                [\n                    1702236300000,\n                    0.0007784533333333334\n                ],\n                [\n                    1702236000000,\n                    0.00130616\n                ],\n                [\n                    1702235700000,\n                    0.0010816533333333335\n                ],\n                [\n                    1702235400000,\n                    0.0009831466666666666\n                ],\n                [\n                    1702235100000,\n                    0.0010202666666666667\n                ],\n                [\n                    1702234800000,\n                    0.0010475466666666666\n                ],\n                [\n                    1702234500000,\n                    0.0011510133333333334\n                ],\n                [\n                    1702234200000,\n                    0.00093752\n                ],\n                [\n                    1702233900000,\n                    0.0008362933333333333\n                ],\n                [\n                    1702233600000,\n                    0.00087304\n                ],\n                [\n                    1702233300000,\n                    0.0008234666666666667\n                ],\n                [\n                    1702233000000,\n                    0.0010849066666666668\n                ],\n                [\n                    1702232700000,\n                    0.0008537866666666667\n                ],\n                [\n                    1702232400000,\n                    0.00109424\n                ],\n                [\n                    1702232100000,\n                    0.0010594666666666668\n                ],\n                [\n                    1702231800000,\n                    0.0010126666666666667\n                ],\n                [\n                    1702231500000,\n                    0.0009515733333333334\n                ],\n                [\n                    1702231200000,\n                    0.00073408\n                ],\n                [\n                    1702230900000,\n                    0.0011172266666666668\n                ],\n                [\n                    1702230600000,\n                    0.00100496\n                ],\n                [\n                    1702230300000,\n                    0.0009328266666666667\n                ],\n                [\n                    1702230000000,\n                    0.0007731466666666667\n                ],\n                [\n                    1702229700000,\n                    0.0010003466666666668\n                ],\n                [\n                    1702229400000,\n                    0.0008397333333333333\n                ],\n                [\n                    1702229100000,\n                    0.00094856\n                ],\n                [\n                    1702228800000,\n                    0.0010200266666666666\n                ],\n                [\n                    1702228500000,\n                    0.0006652\n                ],\n                [\n                    1702228200000,\n                    0.00084632\n                ],\n                [\n                    1702227900000,\n                    0.0008623733333333333\n                ],\n                [\n                    1702227600000,\n                    0.0009159466666666667\n                ],\n                [\n                    1702227300000,\n                    0.00081344\n                ],\n                [\n                    1702227000000,\n                    0.0007024266666666667\n                ],\n                [\n                    1702226700000,\n                    0.0008575466666666666\n                ],\n                [\n                    1702226400000,\n                    0.0006341599999999999\n                ],\n                [\n                    1702226100000,\n                    0.0007806933333333334\n                ],\n                [\n                    1702225800000,\n                    0.0007210399999999999\n                ],\n                [\n                    1702225500000,\n                    0.0010961066666666667\n                ],\n                [\n                    1702225200000,\n                    0.0009249866666666667\n                ],\n                [\n                    1702224900000,\n                    0.0007949066666666666\n                ],\n                [\n                    1702224600000,\n                    0.0016349066666666667\n                ],\n                [\n                    1702224300000,\n                    0.0006825866666666667\n                ],\n                [\n                    1702224000000,\n                    0.0007314933333333333\n                ],\n                [\n                    1702223700000,\n                    0.0007345333333333333\n                ],\n                [\n                    1702223400000,\n                    0.0008785066666666667\n                ],\n                [\n                    1702223100000,\n                    0.0007603999999999999\n                ],\n                [\n                    1702222800000,\n                    0.0006991466666666666\n                ],\n                [\n                    1702222500000,\n                    0.00083352\n                ],\n                [\n                    1702222200000,\n                    0.0007324\n                ],\n                [\n                    1702221900000,\n                    0.00053256\n                ],\n                [\n                    1702221600000,\n                    0.00068824\n                ],\n                [\n                    1702221300000,\n                    0.0007241866666666666\n                ],\n                [\n                    1702221000000,\n                    0.0008075733333333334\n                ],\n                [\n                    1702220700000,\n                    0.0007539466666666667\n                ],\n                [\n                    1702220400000,\n                    0.0006573866666666667\n                ],\n                [\n                    1702220100000,\n                    0.0014143466666666667\n                ],\n                [\n                    1702219800000,\n                    0.0010046933333333335\n                ],\n                [\n                    1702219500000,\n                    0.0007777333333333333\n                ],\n                [\n                    1702219200000,\n                    0.00078216\n                ],\n                [\n                    1702218900000,\n                    0.0007939466666666668\n                ],\n                [\n                    1702218600000,\n                    0.0007325599999999999\n                ],\n                [\n                    1702218300000,\n                    0.0005710933333333333\n                ],\n                [\n                    1702218000000,\n                    0.0006542666666666667\n                ],\n                [\n                    1702217700000,\n                    0.00070488\n                ],\n                [\n                    1702217400000,\n                    0.0008135466666666666\n                ],\n                [\n                    1702217100000,\n                    0.0007433866666666667\n                ],\n                [\n                    1702216800000,\n                    0.0007290399999999999\n                ],\n                [\n                    1702216500000,\n                    0.0006874666666666667\n                ],\n                [\n                    1702216200000,\n                    0.0006896266666666667\n                ],\n                [\n                    1702215900000,\n                    0.0009319199999999999\n                ],\n                [\n                    1702215600000,\n                    0.0006341066666666667\n                ],\n                [\n                    1702215300000,\n                    0.0009482133333333333\n                ],\n                [\n                    1702215000000,\n                    0.0007381066666666667\n                ],\n                [\n                    1702214700000,\n                    0.0007006133333333334\n                ],\n                [\n                    1702214400000,\n                    0.0006056533333333333\n                ],\n                [\n                    1702214100000,\n                    0.0008086933333333334\n                ],\n                [\n                    1702213800000,\n                    0.00081064\n                ],\n                [\n                    1702213500000,\n                    0.0008108\n                ],\n                [\n                    1702213200000,\n                    0.00082328\n                ],\n                [\n                    1702212900000,\n                    0.00082192\n                ],\n                [\n                    1702212600000,\n                    0.00076328\n                ],\n                [\n                    1702212300000,\n                    0.0007781333333333333\n                ],\n                [\n                    1702212000000,\n                    0.0007743466666666667\n                ],\n                [\n                    1702211700000,\n                    0.00071736\n                ],\n                [\n                    1702211400000,\n                    0.0007489866666666666\n                ],\n                [\n                    1702211100000,\n                    0.0011536266666666668\n                ],\n                [\n                    1702210800000,\n                    0.0007429066666666666\n                ],\n                [\n                    1702210500000,\n                    0.0008320266666666667\n                ],\n                [\n                    1702210200000,\n                    0.0009223466666666667\n                ],\n                [\n                    1702209900000,\n                    0.00089288\n                ],\n                [\n                    1702209600000,\n                    0.00106032\n                ],\n                [\n                    1702209300000,\n                    0.0008755466666666666\n                ],\n                [\n                    1702209000000,\n                    0.0007928\n                ],\n                [\n                    1702208700000,\n                    0.00088696\n                ],\n                [\n                    1702208400000,\n                    0.00082424\n                ],\n                [\n                    1702208100000,\n                    0.00081472\n                ],\n                [\n                    1702207800000,\n                    0.0007150933333333334\n                ],\n                [\n                    1702207500000,\n                    0.0007001866666666666\n                ],\n                [\n                    1702207200000,\n                    0.0007296799999999999\n                ],\n                [\n                    1702206900000,\n                    0.0007902666666666666\n                ],\n                [\n                    1702206600000,\n                    0.00070912\n                ],\n                [\n                    1702206300000,\n                    0.0007455466666666667\n                ],\n                [\n                    1702206000000,\n                    0.0006848266666666667\n                ],\n                [\n                    1702205700000,\n                    0.0006956533333333333\n                ],\n                [\n                    1702205400000,\n                    0.0006961599999999999\n                ],\n                [\n                    1702205100000,\n                    0.000818\n                ],\n                [\n                    1702204800000,\n                    0.00061832\n                ],\n                [\n                    1702204500000,\n                    0.0008614933333333333\n                ],\n                [\n                    1702204200000,\n                    0.00071592\n                ],\n                [\n                    1702203900000,\n                    0.0007023200000000001\n                ],\n                [\n                    1702203600000,\n                    0.0006800266666666667\n                ],\n                [\n                    1702203300000,\n                    0.00097088\n                ],\n                [\n                    1702203000000,\n                    0.0007379466666666667\n                ],\n                [\n                    1702202700000,\n                    0.0005809866666666667\n                ],\n                [\n                    1702202400000,\n                    0.0006881333333333333\n                ],\n                [\n                    1702202100000,\n                    0.00072208\n                ],\n                [\n                    1702201800000,\n                    0.00077688\n                ],\n                [\n                    1702201500000,\n                    0.0007945333333333333\n                ],\n                [\n                    1702201200000,\n                    0.00051472\n                ],\n                [\n                    1702200900000,\n                    0.0006649333333333333\n                ],\n                [\n                    1702200600000,\n                    0.00072272\n                ],\n                [\n                    1702200300000,\n                    0.00065224\n                ],\n                [\n                    1702200000000,\n                    0.0007541599999999999\n                ],\n                [\n                    1702199700000,\n                    0.0010656533333333333\n                ],\n                [\n                    1702199400000,\n                    0.0007963466666666667\n                ],\n                [\n                    1702199100000,\n                    0.0010102933333333334\n                ],\n                [\n                    1702198800000,\n                    0.0008428\n                ],\n                [\n                    1702198500000,\n                    0.00093696\n                ],\n                [\n                    1702198200000,\n                    0.0008508\n                ],\n                [\n                    1702197900000,\n                    0.0009470933333333334\n                ],\n                [\n                    1702197600000,\n                    0.0008431466666666667\n                ],\n                [\n                    1702197300000,\n                    0.0009519733333333333\n                ],\n                [\n                    1702197000000,\n                    0.0011097866666666667\n                ],\n                [\n                    1702196700000,\n                    0.0009539733333333334\n                ],\n                [\n                    1702196400000,\n                    0.0008670399999999999\n                ],\n                [\n                    1702196100000,\n                    0.0008998933333333333\n                ],\n                [\n                    1702195800000,\n                    0.0008584266666666667\n                ],\n                [\n                    1702195500000,\n                    0.0007798933333333333\n                ],\n                [\n                    1702195200000,\n                    0.0008\n                ],\n                [\n                    1702194900000,\n                    0.0008909333333333333\n                ],\n                [\n                    1702194600000,\n                    0.0008806133333333333\n                ],\n                [\n                    1702194300000,\n                    0.0009454666666666667\n                ],\n                [\n                    1702194000000,\n                    0.0009826666666666666\n                ],\n                [\n                    1702193700000,\n                    0.0008850933333333334\n                ],\n                [\n                    1702193400000,\n                    0.0008561333333333333\n                ],\n                [\n                    1702193100000,\n                    0.00072616\n                ],\n                [\n                    1702192800000,\n                    0.0007104533333333334\n                ],\n                [\n                    1702192500000,\n                    0.0006698933333333333\n                ],\n                [\n                    1702192200000,\n                    0.0006112266666666667\n                ],\n                [\n                    1702191900000,\n                    0.0007048266666666667\n                ],\n                [\n                    1702191600000,\n                    0.0007834666666666667\n                ],\n                [\n                    1702191300000,\n                    0.0007708533333333333\n                ],\n                [\n                    1702191000000,\n                    0.0007371733333333333\n                ],\n                [\n                    1702190700000,\n                    0.0011367733333333334\n                ],\n                [\n                    1702190400000,\n                    0.0007793333333333334\n                ],\n                [\n                    1702190100000,\n                    0.0007632\n                ],\n                [\n                    1702189800000,\n                    0.0012568266666666667\n                ],\n                [\n                    1702189500000,\n                    0.0013437866666666666\n                ],\n                [\n                    1702189200000,\n                    0.0007756533333333333\n                ],\n                [\n                    1702188900000,\n                    0.00077304\n                ],\n                [\n                    1702188600000,\n                    0.0009643200000000001\n                ],\n                [\n                    1702188300000,\n                    0.0007823733333333333\n                ],\n                [\n                    1702188000000,\n                    0.0006489333333333332\n                ],\n                [\n                    1702187700000,\n                    0.0009607999999999999\n                ],\n                [\n                    1702187400000,\n                    0.00086464\n                ],\n                [\n                    1702187100000,\n                    0.0008894666666666667\n                ],\n                [\n                    1702186800000,\n                    0.0008476266666666666\n                ],\n                [\n                    1702186500000,\n                    0.00084248\n                ],\n                [\n                    1702186200000,\n                    0.0007799733333333334\n                ],\n                [\n                    1702185900000,\n                    0.0007224800000000001\n                ],\n                [\n                    1702185600000,\n                    0.0008936\n                ],\n                [\n                    1702185300000,\n                    0.0008030666666666667\n                ],\n                [\n                    1702185000000,\n                    0.0008160266666666666\n                ],\n                [\n                    1702184700000,\n                    0.0009159466666666667\n                ],\n                [\n                    1702184400000,\n                    0.0009427200000000001\n                ],\n                [\n                    1702184100000,\n                    0.0008454133333333333\n                ],\n                [\n                    1702183800000,\n                    0.00059488\n                ],\n                [\n                    1702183500000,\n                    0.0005935733333333334\n                ],\n                [\n                    1702183200000,\n                    0.0004549066666666667\n                ],\n                [\n                    1702182900000,\n                    0.00040343999999999997\n                ],\n                [\n                    1702182600000,\n                    0.0005605333333333333\n                ],\n                [\n                    1702182300000,\n                    0.00034853333333333337\n                ],\n                [\n                    1702182000000,\n                    0.0003175733333333333\n                ],\n                [\n                    1702181700000,\n                    0.0003329066666666667\n                ],\n                [\n                    1702181400000,\n                    0.00020968\n                ],\n                [\n                    1702181100000,\n                    0.00022786666666666669\n                ],\n                [\n                    1702180800000,\n                    0.0003627466666666667\n                ],\n                [\n                    1702180500000,\n                    0.00026850666666666665\n                ],\n                [\n                    1702180200000,\n                    0.00033536\n                ],\n                [\n                    1702179900000,\n                    0.0004528\n                ],\n                [\n                    1702179600000,\n                    0.00043616\n                ],\n                [\n                    1702179300000,\n                    0.00035664\n                ],\n                [\n                    1702179000000,\n                    0.00044541333333333335\n                ],\n                [\n                    1702178700000,\n                    0.0004793066666666667\n                ],\n                [\n                    1702178400000,\n                    0.0007414666666666667\n                ],\n                [\n                    1702178100000,\n                    0.00031394666666666665\n                ],\n                [\n                    1702177800000,\n                    0.00024112\n                ],\n                [\n                    1702177500000,\n                    0.00036496\n                ],\n                [\n                    1702177200000,\n                    0.000412\n                ],\n                [\n                    1702176900000,\n                    0.0003329333333333333\n                ],\n                [\n                    1702176600000,\n                    0.0003082133333333333\n                ],\n                [\n                    1702176300000,\n                    0.00029026666666666666\n                ],\n                [\n                    1702176000000,\n                    0.0003175733333333333\n                ],\n                [\n                    1702175700000,\n                    0.00030088\n                ],\n                [\n                    1702175400000,\n                    0.0003724\n                ],\n                [\n                    1702175100000,\n                    0.00031112\n                ],\n                [\n                    1702174800000,\n                    0.00032295999999999996\n                ],\n                [\n                    1702174500000,\n                    0.00039402666666666665\n                ],\n                [\n                    1702174200000,\n                    0.00041178666666666667\n                ],\n                [\n                    1702173900000,\n                    0.000374\n                ],\n                [\n                    1702173600000,\n                    0.0004675733333333333\n                ],\n                [\n                    1702173300000,\n                    0.00048717333333333335\n                ],\n                [\n                    1702173000000,\n                    0.00035448\n                ],\n                [\n                    1702172700000,\n                    0.00034607999999999997\n                ],\n                [\n                    1702172400000,\n                    0.00043458666666666663\n                ],\n                [\n                    1702172100000,\n                    0.0004946133333333334\n                ],\n                [\n                    1702171800000,\n                    0.00032965333333333333\n                ],\n                [\n                    1702171500000,\n                    0.00035549333333333334\n                ],\n                [\n                    1702171200000,\n                    0.0007274666666666667\n                ],\n                [\n                    1702170900000,\n                    0.00034184\n                ],\n                [\n                    1702170600000,\n                    0.00042232\n                ],\n                [\n                    1702170300000,\n                    0.0003996533333333333\n                ],\n                [\n                    1702170000000,\n                    0.0003372\n                ],\n                [\n                    1702169700000,\n                    0.00027464\n                ],\n                [\n                    1702169400000,\n                    0.00024664\n                ],\n                [\n                    1702169100000,\n                    0.00034546666666666664\n                ],\n                [\n                    1702168800000,\n                    0.00026317333333333333\n                ],\n                [\n                    1702168500000,\n                    0.00030082666666666666\n                ],\n                [\n                    1702168200000,\n                    0.00028568\n                ],\n                [\n                    1702167900000,\n                    0.000302\n                ],\n                [\n                    1702167600000,\n                    0.00040973333333333334\n                ],\n                [\n                    1702167300000,\n                    0.0004765866666666666\n                ],\n                [\n                    1702167000000,\n                    0.00038541333333333335\n                ],\n                [\n                    1702166700000,\n                    0.00039549333333333334\n                ],\n                [\n                    1702166400000,\n                    0.0003304266666666667\n                ],\n                [\n                    1702166100000,\n                    0.00030125333333333334\n                ],\n                [\n                    1702165800000,\n                    0.00030029333333333335\n                ],\n                [\n                    1702165500000,\n                    0.0005162133333333333\n                ],\n                [\n                    1702165200000,\n                    0.00035776\n                ],\n                [\n                    1702164900000,\n                    0.00031272\n                ],\n                [\n                    1702164600000,\n                    0.0003528266666666666\n                ],\n                [\n                    1702164300000,\n                    0.00029170666666666667\n                ],\n                [\n                    1702164000000,\n                    0.0002996\n                ],\n                [\n                    1702163700000,\n                    0.00024589333333333333\n                ],\n                [\n                    1702163400000,\n                    0.00027181333333333336\n                ],\n                [\n                    1702163100000,\n                    0.0003844533333333333\n                ],\n                [\n                    1702162800000,\n                    0.00056048\n                ],\n                [\n                    1702162500000,\n                    0.00027832\n                ],\n                [\n                    1702162200000,\n                    0.0003253066666666667\n                ],\n                [\n                    1702161900000,\n                    0.00029882666666666667\n                ],\n                [\n                    1702161600000,\n                    0.0003985866666666666\n                ],\n                [\n                    1702161300000,\n                    0.00044186666666666666\n                ],\n                [\n                    1702161000000,\n                    0.000434\n                ],\n                [\n                    1702160700000,\n                    0.0005125333333333333\n                ],\n                [\n                    1702160400000,\n                    0.00035997333333333335\n                ],\n                [\n                    1702160100000,\n                    0.0006490933333333334\n                ],\n                [\n                    1702159800000,\n                    0.0003773066666666667\n                ],\n                [\n                    1702159500000,\n                    0.00035160000000000004\n                ],\n                [\n                    1702159200000,\n                    0.0006516\n                ],\n                [\n                    1702158900000,\n                    0.0004726933333333333\n                ],\n                [\n                    1702158600000,\n                    0.00043026666666666664\n                ],\n                [\n                    1702158300000,\n                    0.00043456\n                ],\n                [\n                    1702158000000,\n                    0.00046605333333333334\n                ],\n                [\n                    1702157700000,\n                    0.00050048\n                ],\n                [\n                    1702157400000,\n                    0.00039853333333333333\n                ],\n                [\n                    1702157100000,\n                    0.00040448000000000003\n                ],\n                [\n                    1702156800000,\n                    0.00033794666666666663\n                ],\n                [\n                    1702156500000,\n                    0.00030386666666666666\n                ],\n                [\n                    1702156200000,\n                    0.0002918666666666667\n                ],\n                [\n                    1702155900000,\n                    0.00038138666666666664\n                ],\n                [\n                    1702155600000,\n                    0.00026637333333333335\n                ],\n                [\n                    1702155300000,\n                    0.00027472000000000005\n                ],\n                [\n                    1702155000000,\n                    0.00025272\n                ],\n                [\n                    1702154700000,\n                    0.0003568\n                ],\n                [\n                    1702154400000,\n                    0.000484\n                ],\n                [\n                    1702154100000,\n                    0.00038712\n                ],\n                [\n                    1702153800000,\n                    0.00051096\n                ],\n                [\n                    1702153500000,\n                    0.00032514666666666665\n                ],\n                [\n                    1702153200000,\n                    0.00043304000000000004\n                ],\n                [\n                    1702152900000,\n                    0.00050568\n                ],\n                [\n                    1702152600000,\n                    0.00038005333333333336\n                ],\n                [\n                    1702152300000,\n                    0.0003770933333333333\n                ],\n                [\n                    1702152000000,\n                    0.00048437333333333334\n                ],\n                [\n                    1702151700000,\n                    0.00035261333333333337\n                ],\n                [\n                    1702151400000,\n                    0.00033005333333333334\n                ],\n                [\n                    1702151100000,\n                    0.00041205333333333333\n                ],\n                [\n                    1702150800000,\n                    0.0004338666666666667\n                ],\n                [\n                    1702150500000,\n                    0.0003801333333333333\n                ],\n                [\n                    1702150200000,\n                    0.00041256\n                ],\n                [\n                    1702149900000,\n                    0.00041072000000000005\n                ],\n                [\n                    1702149600000,\n                    0.00033949333333333333\n                ],\n                [\n                    1702149300000,\n                    0.0003156533333333333\n                ],\n                [\n                    1702149000000,\n                    0.00035496\n                ],\n                [\n                    1702148700000,\n                    0.00043\n                ],\n                [\n                    1702148400000,\n                    0.00049296\n                ],\n                [\n                    1702148100000,\n                    0.0003994933333333333\n                ],\n                [\n                    1702147800000,\n                    0.00075152\n                ],\n                [\n                    1702147500000,\n                    0.00037802666666666664\n                ],\n                [\n                    1702147200000,\n                    0.0005729333333333332\n                ],\n                [\n                    1702146900000,\n                    0.0006284\n                ],\n                [\n                    1702146600000,\n                    0.00044141333333333336\n                ],\n                [\n                    1702146300000,\n                    0.0005367200000000001\n                ],\n                [\n                    1702146000000,\n                    0.00034930666666666666\n                ],\n                [\n                    1702145700000,\n                    0.00029776\n                ],\n                [\n                    1702145400000,\n                    0.00027672000000000005\n                ],\n                [\n                    1702145100000,\n                    0.00028885333333333337\n                ],\n                [\n                    1702144800000,\n                    0.00022608\n                ],\n                [\n                    1702144500000,\n                    0.00022589333333333333\n                ],\n                [\n                    1702144200000,\n                    0.00022637333333333333\n                ],\n                [\n                    1702143900000,\n                    0.00022512\n                ],\n                [\n                    1702143600000,\n                    0.00025144\n                ],\n                [\n                    1702143300000,\n                    0.00020701333333333333\n                ],\n                [\n                    1702143000000,\n                    0.00059824\n                ],\n                [\n                    1702142700000,\n                    0.00031794666666666664\n                ],\n                [\n                    1702142400000,\n                    0.0003584533333333333\n                ],\n                [\n                    1702142100000,\n                    0.00041253333333333335\n                ],\n                [\n                    1702141800000,\n                    0.00071184\n                ],\n                [\n                    1702141500000,\n                    0.0005465866666666667\n                ],\n                [\n                    1702141200000,\n                    0.0006344533333333334\n                ],\n                [\n                    1702140900000,\n                    0.0006065599999999999\n                ],\n                [\n                    1702140600000,\n                    0.0004942666666666667\n                ],\n                [\n                    1702140300000,\n                    0.0006301599999999999\n                ],\n                [\n                    1702140000000,\n                    0.00031893333333333335\n                ],\n                [\n                    1702139700000,\n                    0.00036717333333333336\n                ],\n                [\n                    1702139400000,\n                    0.0003464533333333333\n                ],\n                [\n                    1702139100000,\n                    0.00036389333333333333\n                ],\n                [\n                    1702138800000,\n                    0.0003383733333333333\n                ],\n                [\n                    1702138500000,\n                    0.0003716533333333333\n                ],\n                [\n                    1702138200000,\n                    0.00036205333333333336\n                ],\n                [\n                    1702137900000,\n                    0.00058096\n                ],\n                [\n                    1702137600000,\n                    0.0004196266666666667\n                ],\n                [\n                    1702137300000,\n                    0.0005909866666666667\n                ],\n                [\n                    1702137000000,\n                    0.00033895999999999997\n                ],\n                [\n                    1702136700000,\n                    0.00090312\n                ],\n                [\n                    1702136400000,\n                    0.00042069333333333335\n                ],\n                [\n                    1702136100000,\n                    0.0003556\n                ],\n                [\n                    1702135800000,\n                    0.00044368\n                ],\n                [\n                    1702135500000,\n                    0.0006456533333333333\n                ],\n                [\n                    1702135200000,\n                    0.0005272266666666666\n                ],\n                [\n                    1702134900000,\n                    0.000414\n                ],\n                [\n                    1702134600000,\n                    0.0005616533333333333\n                ],\n                [\n                    1702134300000,\n                    0.00057728\n                ],\n                [\n                    1702134000000,\n                    0.00084552\n                ],\n                [\n                    1702133700000,\n                    0.0008053066666666666\n                ],\n                [\n                    1702133400000,\n                    0.00035\n                ],\n                [\n                    1702133100000,\n                    0.0002868533333333334\n                ],\n                [\n                    1702132800000,\n                    0.00051552\n                ],\n                [\n                    1702132500000,\n                    0.00033151999999999997\n                ],\n                [\n                    1702132200000,\n                    0.00039893333333333334\n                ],\n                [\n                    1702131900000,\n                    0.00041656\n                ],\n                [\n                    1702131600000,\n                    0.00056104\n                ],\n                [\n                    1702131300000,\n                    0.0005618400000000001\n                ],\n                [\n                    1702131000000,\n                    0.0004864533333333333\n                ],\n                [\n                    1702130700000,\n                    0.0004184533333333333\n                ],\n                [\n                    1702130400000,\n                    0.0005754133333333333\n                ],\n                [\n                    1702130100000,\n                    0.00034616000000000003\n                ],\n                [\n                    1702129800000,\n                    0.0004241066666666667\n                ],\n                [\n                    1702129500000,\n                    0.0004107733333333333\n                ],\n                [\n                    1702129200000,\n                    0.00035746666666666666\n                ],\n                [\n                    1702128900000,\n                    0.00049296\n                ],\n                [\n                    1702128600000,\n                    0.00036306666666666664\n                ],\n                [\n                    1702128300000,\n                    0.0003199466666666667\n                ],\n                [\n                    1702128000000,\n                    0.0004498666666666667\n                ],\n                [\n                    1702127700000,\n                    0.0003641333333333333\n                ],\n                [\n                    1702127400000,\n                    0.0005838933333333333\n                ],\n                [\n                    1702127100000,\n                    0.0005592533333333334\n                ],\n                [\n                    1702126800000,\n                    0.00040760000000000004\n                ],\n                [\n                    1702126500000,\n                    0.0005828266666666667\n                ],\n                [\n                    1702126200000,\n                    0.00047725333333333334\n                ],\n                [\n                    1702125900000,\n                    0.0004961866666666667\n                ],\n                [\n                    1702125600000,\n                    0.0002881066666666667\n                ],\n                [\n                    1702125300000,\n                    0.0006515733333333334\n                ],\n                [\n                    1702125000000,\n                    0.00048146666666666664\n                ],\n                [\n                    1702124700000,\n                    0.0004493333333333333\n                ],\n                [\n                    1702124400000,\n                    0.0006358933333333333\n                ],\n                [\n                    1702124100000,\n                    0.0005289866666666667\n                ],\n                [\n                    1702123800000,\n                    0.0005024266666666667\n                ],\n                [\n                    1702123500000,\n                    0.00042544\n                ],\n                [\n                    1702123200000,\n                    0.0003657066666666666\n                ],\n                [\n                    1702122900000,\n                    0.00048018666666666665\n                ],\n                [\n                    1702122600000,\n                    0.00047976\n                ],\n                [\n                    1702122300000,\n                    0.0004978933333333333\n                ],\n                [\n                    1702122000000,\n                    0.00042008\n                ],\n                [\n                    1702121700000,\n                    0.00042064\n                ],\n                [\n                    1702121400000,\n                    0.00044141333333333336\n                ],\n                [\n                    1702121100000,\n                    0.0007494400000000001\n                ],\n                [\n                    1702120800000,\n                    0.00034072000000000003\n                ],\n                [\n                    1702120500000,\n                    0.0006487466666666667\n                ],\n                [\n                    1702120200000,\n                    0.00048450666666666664\n                ],\n                [\n                    1702119900000,\n                    0.0003690666666666667\n                ],\n                [\n                    1702119600000,\n                    0.0003434933333333333\n                ],\n                [\n                    1702119300000,\n                    0.0004909066666666667\n                ],\n                [\n                    1702119000000,\n                    0.0011142933333333333\n                ],\n                [\n                    1702118700000,\n                    0.0005007466666666667\n                ],\n                [\n                    1702118400000,\n                    0.0009886133333333333\n                ],\n                [\n                    1702118100000,\n                    0.000648\n                ],\n                [\n                    1702117800000,\n                    0.0005700533333333333\n                ],\n                [\n                    1702117500000,\n                    0.0006454400000000001\n                ],\n                [\n                    1702117200000,\n                    0.00043546666666666666\n                ],\n                [\n                    1702116900000,\n                    0.00032439999999999997\n                ],\n                [\n                    1702116600000,\n                    0.00043232\n                ],\n                [\n                    1702116300000,\n                    0.00033370666666666666\n                ],\n                [\n                    1702116000000,\n                    0.0005554666666666667\n                ],\n                [\n                    1702115700000,\n                    0.00046565333333333333\n                ],\n                [\n                    1702115400000,\n                    0.0006925333333333333\n                ],\n                [\n                    1702115100000,\n                    0.00047416\n                ],\n                [\n                    1702114800000,\n                    0.0006984\n                ],\n                [\n                    1702114500000,\n                    0.0005951466666666666\n                ],\n                [\n                    1702114200000,\n                    0.0007402133333333334\n                ],\n                [\n                    1702113900000,\n                    0.0076408000000000005\n                ],\n                [\n                    1702113600000,\n                    0.004544026666666667\n                ],\n                [\n                    1702113300000,\n                    0.00063232\n                ],\n                [\n                    1702113000000,\n                    0.00045096\n                ],\n                [\n                    1702112700000,\n                    0.00029944\n                ],\n                [\n                    1702112400000,\n                    0.0005817866666666667\n                ],\n                [\n                    1702112100000,\n                    0.0003441333333333333\n                ],\n                [\n                    1702111800000,\n                    0.00030805333333333335\n                ],\n                [\n                    1702111500000,\n                    0.0006392266666666666\n                ],\n                [\n                    1702111200000,\n                    0.0004489066666666667\n                ],\n                [\n                    1702110900000,\n                    0.0006662666666666666\n                ],\n                [\n                    1702110600000,\n                    0.0005470933333333334\n                ],\n                [\n                    1702110300000,\n                    0.0006166133333333334\n                ],\n                [\n                    1702110000000,\n                    0.0006063466666666667\n                ],\n                [\n                    1702109700000,\n                    0.00044704\n                ],\n                [\n                    1702109400000,\n                    0.0005231466666666667\n                ],\n                [\n                    1702109100000,\n                    0.0005273333333333333\n                ],\n                [\n                    1702108800000,\n                    0.00041741333333333337\n                ],\n                [\n                    1702108500000,\n                    0.00048072\n                ],\n                [\n                    1702108200000,\n                    0.0005469600000000001\n                ],\n                [\n                    1702107900000,\n                    0.0005157333333333334\n                ],\n                [\n                    1702107600000,\n                    0.00054424\n                ],\n                [\n                    1702107300000,\n                    0.00037136\n                ],\n                [\n                    1702107000000,\n                    0.0005608\n                ],\n                [\n                    1702106700000,\n                    0.00042154666666666666\n                ],\n                [\n                    1702106400000,\n                    0.0004032\n                ],\n                [\n                    1702106100000,\n                    0.0006073333333333334\n                ],\n                [\n                    1702105800000,\n                    0.0005877333333333334\n                ],\n                [\n                    1702105500000,\n                    0.0006527999999999999\n                ],\n                [\n                    1702105200000,\n                    0.0006489333333333332\n                ],\n                [\n                    1702104900000,\n                    0.00068672\n                ],\n                [\n                    1702104600000,\n                    0.0005737866666666666\n                ],\n                [\n                    1702104300000,\n                    0.0005648266666666667\n                ],\n                [\n                    1702104000000,\n                    0.0004224266666666667\n                ],\n                [\n                    1702103700000,\n                    0.0017530666666666667\n                ],\n                [\n                    1702103400000,\n                    0.0008529866666666667\n                ],\n                [\n                    1702103100000,\n                    0.00046344\n                ],\n                [\n                    1702102800000,\n                    0.0017814133333333335\n                ],\n                [\n                    1702102500000,\n                    0.00040189333333333333\n                ],\n                [\n                    1702102200000,\n                    0.0004350933333333333\n                ],\n                [\n                    1702101900000,\n                    0.00026463999999999996\n                ],\n                [\n                    1702101600000,\n                    0.0002951466666666666\n                ],\n                [\n                    1702101300000,\n                    0.00040762666666666666\n                ],\n                [\n                    1702101000000,\n                    0.0002443466666666667\n                ],\n                [\n                    1702100700000,\n                    0.0005562933333333333\n                ],\n                [\n                    1702100400000,\n                    0.0005407999999999999\n                ],\n                [\n                    1702100100000,\n                    0.00037538666666666665\n                ],\n                [\n                    1702099800000,\n                    0.0007692\n                ],\n                [\n                    1702099500000,\n                    0.0007000533333333333\n                ],\n                [\n                    1702099200000,\n                    0.0005645866666666667\n                ],\n                [\n                    1702098900000,\n                    0.000366\n                ],\n                [\n                    1702098600000,\n                    0.0005584533333333334\n                ],\n                [\n                    1702098300000,\n                    0.00038152\n                ],\n                [\n                    1702098000000,\n                    0.00033338666666666666\n                ],\n                [\n                    1702097700000,\n                    0.00035072\n                ],\n                [\n                    1702097400000,\n                    0.0006858933333333333\n                ],\n                [\n                    1702097100000,\n                    0.0006025866666666666\n                ],\n                [\n                    1702096800000,\n                    0.0005080266666666666\n                ],\n                [\n                    1702096500000,\n                    0.0005559466666666667\n                ],\n                [\n                    1702096200000,\n                    0.00056088\n                ],\n                [\n                    1702095900000,\n                    0.0003734666666666666\n                ],\n                [\n                    1702095600000,\n                    0.0006772266666666667\n                ],\n                [\n                    1702095300000,\n                    0.0006734933333333333\n                ],\n                [\n                    1702095000000,\n                    0.00035757333333333335\n                ],\n                [\n                    1702094700000,\n                    0.00047383999999999995\n                ],\n                [\n                    1702094400000,\n                    0.0003925066666666667\n                ],\n                [\n                    1702094100000,\n                    0.00040914666666666663\n                ],\n                [\n                    1702093800000,\n                    0.00035488\n                ],\n                [\n                    1702093500000,\n                    0.0005121066666666667\n                ],\n                [\n                    1702093200000,\n                    0.0004315733333333333\n                ],\n                [\n                    1702092900000,\n                    0.00030344\n                ],\n                [\n                    1702092600000,\n                    0.0002471733333333333\n                ],\n                [\n                    1702092300000,\n                    0.0005703466666666666\n                ],\n                [\n                    1702092000000,\n                    0.00039429333333333336\n                ],\n                [\n                    1702091700000,\n                    0.00045352\n                ],\n                [\n                    1702091400000,\n                    0.00045426666666666663\n                ],\n                [\n                    1702091100000,\n                    0.00039695999999999997\n                ],\n                [\n                    1702090800000,\n                    0.0006318666666666667\n                ],\n                [\n                    1702090500000,\n                    0.00031397333333333337\n                ],\n                [\n                    1702090200000,\n                    0.0007901866666666667\n                ],\n                [\n                    1702089900000,\n                    0.0003046666666666667\n                ],\n                [\n                    1702089600000,\n                    0.00034696\n                ],\n                [\n                    1702089300000,\n                    0.00030293333333333334\n                ],\n                [\n                    1702089000000,\n                    0.0008329866666666667\n                ],\n                [\n                    1702088700000,\n                    0.0004295466666666667\n                ],\n                [\n                    1702088400000,\n                    0.0003457866666666667\n                ],\n                [\n                    1702088100000,\n                    0.00036573333333333335\n                ],\n                [\n                    1702087800000,\n                    0.0004978399999999999\n                ],\n                [\n                    1702087500000,\n                    0.0004838666666666667\n                ],\n                [\n                    1702087200000,\n                    0.00046749333333333335\n                ],\n                [\n                    1702086900000,\n                    0.0004550133333333333\n                ],\n                [\n                    1702086600000,\n                    0.00049152\n                ],\n                [\n                    1702086300000,\n                    0.0004990400000000001\n                ],\n                [\n                    1702086000000,\n                    0.0003575466666666667\n                ],\n                [\n                    1702085700000,\n                    0.00043608\n                ],\n                [\n                    1702085400000,\n                    0.00045144\n                ],\n                [\n                    1702085100000,\n                    0.0004297866666666667\n                ],\n                [\n                    1702084800000,\n                    0.0004999466666666667\n                ],\n                [\n                    1702084500000,\n                    0.0004403466666666667\n                ],\n                [\n                    1702084200000,\n                    0.00048349333333333336\n                ],\n                [\n                    1702083900000,\n                    0.00044184\n                ],\n                [\n                    1702083600000,\n                    0.00022584\n                ],\n                [\n                    1702083300000,\n                    0.00023858666666666666\n                ],\n                [\n                    1702083000000,\n                    0.00033874666666666665\n                ],\n                [\n                    1702082700000,\n                    0.00065016\n                ],\n                [\n                    1702082400000,\n                    0.00036344\n                ],\n                [\n                    1702082100000,\n                    0.00022218666666666667\n                ],\n                [\n                    1702081800000,\n                    0.00019466666666666666\n                ],\n                [\n                    1702081500000,\n                    0.00023032\n                ],\n                [\n                    1702081200000,\n                    0.00034074666666666665\n                ],\n                [\n                    1702080900000,\n                    0.00021992\n                ],\n                [\n                    1702080600000,\n                    0.00022349333333333333\n                ],\n                [\n                    1702080300000,\n                    0.00025949333333333334\n                ],\n                [\n                    1702080000000,\n                    0.00027408\n                ],\n                [\n                    1702079700000,\n                    0.0007872266666666667\n                ],\n                [\n                    1702079400000,\n                    0.00024354666666666664\n                ],\n                [\n                    1702079100000,\n                    0.0010258666666666666\n                ],\n                [\n                    1702078800000,\n                    0.00020354666666666665\n                ],\n                [\n                    1702078500000,\n                    0.00020701333333333333\n                ],\n                [\n                    1702078200000,\n                    0.00025552\n                ],\n                [\n                    1702077900000,\n                    0.00028224\n                ],\n                [\n                    1702077600000,\n                    0.0003613333333333333\n                ],\n                [\n                    1702077300000,\n                    0.00029085333333333336\n                ],\n                [\n                    1702077000000,\n                    0.00032896\n                ],\n                [\n                    1702076700000,\n                    0.00032042666666666665\n                ],\n                [\n                    1702076400000,\n                    0.0002849866666666667\n                ],\n                [\n                    1702076100000,\n                    0.0003636533333333333\n                ],\n                [\n                    1702075800000,\n                    0.00046021333333333333\n                ],\n                [\n                    1702075500000,\n                    0.00032824\n                ],\n                [\n                    1702075200000,\n                    0.00026807999999999997\n                ],\n                [\n                    1702074900000,\n                    0.00026573333333333336\n                ],\n                [\n                    1702074600000,\n                    0.0002623466666666667\n                ],\n                [\n                    1702074300000,\n                    0.0002989066666666667\n                ],\n                [\n                    1702074000000,\n                    0.0003566933333333333\n                ],\n                [\n                    1702073700000,\n                    0.00030168\n                ],\n                [\n                    1702073400000,\n                    0.00041183999999999996\n                ],\n                [\n                    1702073100000,\n                    0.000288\n                ],\n                [\n                    1702072800000,\n                    0.00026216000000000005\n                ],\n                [\n                    1702072500000,\n                    0.0005062133333333333\n                ],\n                [\n                    1702072200000,\n                    0.0005169866666666666\n                ],\n                [\n                    1702071900000,\n                    0.0005337866666666666\n                ],\n                [\n                    1702071600000,\n                    0.0004049066666666667\n                ],\n                [\n                    1702071300000,\n                    0.00048168\n                ],\n                [\n                    1702071000000,\n                    0.00042362666666666667\n                ],\n                [\n                    1702070700000,\n                    0.0003958933333333333\n                ],\n                [\n                    1702070400000,\n                    0.00038090666666666667\n                ],\n                [\n                    1702070100000,\n                    0.0003490666666666667\n                ],\n                [\n                    1702069800000,\n                    0.00043506666666666665\n                ],\n                [\n                    1702069500000,\n                    0.0006050933333333334\n                ],\n                [\n                    1702069200000,\n                    0.0002614133333333334\n                ],\n                [\n                    1702068900000,\n                    0.00049344\n                ],\n                [\n                    1702068600000,\n                    0.00046488\n                ],\n                [\n                    1702068300000,\n                    0.00041008\n                ],\n                [\n                    1702068000000,\n                    0.0003875466666666667\n                ],\n                [\n                    1702067700000,\n                    0.0005205333333333333\n                ],\n                [\n                    1702067400000,\n                    0.00024968\n                ],\n                [\n                    1702067100000,\n                    0.00035176\n                ],\n                [\n                    1702066800000,\n                    0.00056264\n                ],\n                [\n                    1702066500000,\n                    0.0004098933333333333\n                ],\n                [\n                    1702066200000,\n                    0.00040546666666666664\n                ],\n                [\n                    1702065900000,\n                    0.00039797333333333335\n                ],\n                [\n                    1702065600000,\n                    0.00034117333333333333\n                ],\n                [\n                    1702065300000,\n                    0.0003925066666666667\n                ],\n                [\n                    1702065000000,\n                    0.00028250666666666666\n                ],\n                [\n                    1702064700000,\n                    0.0004047733333333333\n                ],\n                [\n                    1702064400000,\n                    0.00049896\n                ],\n                [\n                    1702064100000,\n                    0.00042314666666666664\n                ],\n                [\n                    1702063800000,\n                    0.00026584\n                ],\n                [\n                    1702063500000,\n                    0.0002634933333333333\n                ],\n                [\n                    1702063200000,\n                    0.00036773333333333335\n                ],\n                [\n                    1702062900000,\n                    0.00045378666666666666\n                ],\n                [\n                    1702062600000,\n                    0.00028637333333333335\n                ],\n                [\n                    1702062300000,\n                    0.00031328\n                ],\n                [\n                    1702062000000,\n                    0.0006611733333333333\n                ],\n                [\n                    1702061700000,\n                    0.00041914666666666666\n                ],\n                [\n                    1702061400000,\n                    0.00021896\n                ],\n                [\n                    1702061100000,\n                    0.0003484533333333333\n                ],\n                [\n                    1702060800000,\n                    0.00030682666666666665\n                ],\n                [\n                    1702060500000,\n                    0.00044296\n                ],\n                [\n                    1702060200000,\n                    0.00027970666666666665\n                ],\n                [\n                    1702059900000,\n                    0.00047317333333333334\n                ],\n                [\n                    1702059600000,\n                    0.00042002666666666663\n                ],\n                [\n                    1702059300000,\n                    0.0004953866666666666\n                ],\n                [\n                    1702059000000,\n                    0.00028146666666666666\n                ],\n                [\n                    1702058700000,\n                    0.0004133066666666667\n                ],\n                [\n                    1702058400000,\n                    0.0005742933333333333\n                ],\n                [\n                    1702058100000,\n                    0.0003732266666666667\n                ],\n                [\n                    1702057800000,\n                    0.0003589066666666667\n                ],\n                [\n                    1702057500000,\n                    0.001036\n                ],\n                [\n                    1702057200000,\n                    0.00048696\n                ],\n                [\n                    1702056900000,\n                    0.00025101333333333334\n                ],\n                [\n                    1702056600000,\n                    0.00032698666666666667\n                ],\n                [\n                    1702056300000,\n                    0.00039568000000000003\n                ],\n                [\n                    1702056000000,\n                    0.0005892\n                ],\n                [\n                    1702055700000,\n                    0.0002719733333333334\n                ],\n                [\n                    1702055400000,\n                    0.00026125333333333335\n                ],\n                [\n                    1702055100000,\n                    0.00039856\n                ],\n                [\n                    1702054800000,\n                    0.0008536266666666667\n                ],\n                [\n                    1702054500000,\n                    0.00032983999999999997\n                ],\n                [\n                    1702054200000,\n                    0.0005166666666666666\n                ],\n                [\n                    1702053900000,\n                    0.0003196533333333333\n                ],\n                [\n                    1702053600000,\n                    0.0008479466666666667\n                ],\n                [\n                    1702053300000,\n                    0.00036402666666666663\n                ],\n                [\n                    1702053000000,\n                    0.00039370666666666666\n                ],\n                [\n                    1702052700000,\n                    0.0006322666666666667\n                ],\n                [\n                    1702052400000,\n                    0.0002629066666666667\n                ],\n                [\n                    1702052100000,\n                    0.0041332\n                ],\n                [\n                    1702051800000,\n                    0.0004832266666666667\n                ],\n                [\n                    1702051500000,\n                    0.00039202666666666666\n                ],\n                [\n                    1702051200000,\n                    0.00046072\n                ],\n                [\n                    1702050900000,\n                    0.0004838666666666667\n                ],\n                [\n                    1702050600000,\n                    0.00047631999999999997\n                ],\n                [\n                    1702050300000,\n                    0.00035013333333333335\n                ],\n                [\n                    1702050000000,\n                    0.00027453333333333336\n                ],\n                [\n                    1702049700000,\n                    0.0005824\n                ],\n                [\n                    1702049400000,\n                    0.0003790133333333333\n                ],\n                [\n                    1702049100000,\n                    0.0003233333333333333\n                ],\n                [\n                    1702048800000,\n                    0.00048282666666666664\n                ],\n                [\n                    1702048500000,\n                    0.00052744\n                ],\n                [\n                    1702048200000,\n                    0.0003087733333333333\n                ],\n                [\n                    1702047900000,\n                    0.00034538666666666663\n                ],\n                [\n                    1702047600000,\n                    0.00031402666666666666\n                ],\n                [\n                    1702047300000,\n                    0.00040896\n                ],\n                [\n                    1702047000000,\n                    0.0003692266666666667\n                ],\n                [\n                    1702046700000,\n                    0.00029751999999999996\n                ],\n                [\n                    1702046400000,\n                    0.0003703466666666667\n                ],\n                [\n                    1702046100000,\n                    0.00033925333333333335\n                ],\n                [\n                    1702045800000,\n                    0.00023744\n                ],\n                [\n                    1702045500000,\n                    0.00028272000000000003\n                ],\n                [\n                    1702045200000,\n                    0.0004657866666666667\n                ],\n                [\n                    1702044900000,\n                    0.0003649866666666667\n                ],\n                [\n                    1702044600000,\n                    0.0002044\n                ],\n                [\n                    1702044300000,\n                    0.00040384\n                ],\n                [\n                    1702044000000,\n                    0.00025808\n                ],\n                [\n                    1702043700000,\n                    0.0004753066666666667\n                ],\n                [\n                    1702043400000,\n                    0.0008623200000000001\n                ],\n                [\n                    1702043100000,\n                    0.0007378133333333334\n                ],\n                [\n                    1702042800000,\n                    0.00018786666666666666\n                ],\n                [\n                    1702042500000,\n                    0.0007357066666666667\n                ],\n                [\n                    1702042200000,\n                    0.00034664\n                ],\n                [\n                    1702041900000,\n                    0.0005474133333333333\n                ],\n                [\n                    1702041600000,\n                    0.00038216000000000004\n                ],\n                [\n                    1702041300000,\n                    0.0006087999999999999\n                ],\n                [\n                    1702041000000,\n                    0.0005096\n                ],\n                [\n                    1702040700000,\n                    0.00128872\n                ],\n                [\n                    1702040400000,\n                    0.00055152\n                ],\n                [\n                    1702040100000,\n                    0.0007313066666666666\n                ],\n                [\n                    1702039800000,\n                    0.0006265333333333333\n                ],\n                [\n                    1702039500000,\n                    0.0005388\n                ],\n                [\n                    1702039200000,\n                    0.0005984\n                ],\n                [\n                    1702038900000,\n                    0.00067888\n                ],\n                [\n                    1702038600000,\n                    0.0006732\n                ],\n                [\n                    1702038300000,\n                    0.0007827999999999999\n                ],\n                [\n                    1702038000000,\n                    0.0007435466666666666\n                ],\n                [\n                    1702037700000,\n                    0.0030664\n                ],\n                [\n                    1702037400000,\n                    0.0072296\n                ],\n                [\n                    1702037100000,\n                    0.0008760533333333333\n                ],\n                [\n                    1702036800000,\n                    0.00091216\n                ],\n                [\n                    1702036500000,\n                    0.0012118399999999998\n                ],\n                [\n                    1702036200000,\n                    0.00101904\n                ],\n                [\n                    1702035900000,\n                    0.0007796533333333333\n                ],\n                [\n                    1702035600000,\n                    0.0007007733333333333\n                ],\n                [\n                    1702035300000,\n                    0.00094184\n                ],\n                [\n                    1702035000000,\n                    0.0008770399999999999\n                ],\n                [\n                    1702034700000,\n                    0.0009475733333333334\n                ],\n                [\n                    1702034400000,\n                    0.0009539466666666668\n                ],\n                [\n                    1702034100000,\n                    0.0009302666666666667\n                ],\n                [\n                    1702033800000,\n                    0.0010012\n                ],\n                [\n                    1702033500000,\n                    0.0008440800000000001\n                ],\n                [\n                    1702033200000,\n                    0.0008105866666666667\n                ],\n                [\n                    1702032900000,\n                    0.00104352\n                ],\n                [\n                    1702032600000,\n                    0.0010302933333333332\n                ],\n                [\n                    1702032300000,\n                    0.00085296\n                ],\n                [\n                    1702032000000,\n                    0.0008161066666666667\n                ],\n                [\n                    1702031700000,\n                    0.0014693599999999999\n                ],\n                [\n                    1702031400000,\n                    0.00076544\n                ],\n                [\n                    1702031100000,\n                    0.0015242666666666666\n                ],\n                [\n                    1702030800000,\n                    0.0008919466666666668\n                ],\n                [\n                    1702030500000,\n                    0.00101856\n                ],\n                [\n                    1702030200000,\n                    0.00081032\n                ],\n                [\n                    1702029900000,\n                    0.00079208\n                ],\n                [\n                    1702029600000,\n                    0.0009420800000000001\n                ],\n                [\n                    1702029300000,\n                    0.0008061066666666667\n                ],\n                [\n                    1702029000000,\n                    0.0006916266666666666\n                ],\n                [\n                    1702028700000,\n                    0.0008169333333333333\n                ],\n                [\n                    1702028400000,\n                    0.00065456\n                ],\n                [\n                    1702028100000,\n                    0.0007029066666666666\n                ],\n                [\n                    1702027800000,\n                    0.0009049333333333333\n                ],\n                [\n                    1702027500000,\n                    0.00094328\n                ],\n                [\n                    1702027200000,\n                    0.0007890666666666667\n                ],\n                [\n                    1702026900000,\n                    0.00056168\n                ],\n                [\n                    1702026600000,\n                    0.0007720266666666666\n                ],\n                [\n                    1702026300000,\n                    0.0006878133333333334\n                ],\n                [\n                    1702026000000,\n                    0.0006137866666666666\n                ],\n                [\n                    1702025700000,\n                    0.00083968\n                ],\n                [\n                    1702025400000,\n                    0.0007635466666666666\n                ],\n                [\n                    1702025100000,\n                    0.00078536\n                ],\n                [\n                    1702024800000,\n                    0.00068624\n                ],\n                [\n                    1702024500000,\n                    0.0009314666666666667\n                ],\n                [\n                    1702024200000,\n                    0.0008670133333333333\n                ],\n                [\n                    1702023900000,\n                    0.0010509333333333334\n                ],\n                [\n                    1702023600000,\n                    0.00081248\n                ],\n                [\n                    1702023300000,\n                    0.00080952\n                ],\n                [\n                    1702023000000,\n                    0.0007451466666666667\n                ],\n                [\n                    1702022700000,\n                    0.0008578133333333334\n                ],\n                [\n                    1702022400000,\n                    0.0008469066666666667\n                ],\n                [\n                    1702022100000,\n                    0.0006667999999999999\n                ],\n                [\n                    1702021800000,\n                    0.00076424\n                ],\n                [\n                    1702021500000,\n                    0.0009919466666666668\n                ],\n                [\n                    1702021200000,\n                    0.0007411466666666667\n                ],\n                [\n                    1702020900000,\n                    0.00075208\n                ],\n                [\n                    1702020600000,\n                    0.00088488\n                ],\n                [\n                    1702020300000,\n                    0.0008927200000000001\n                ],\n                [\n                    1702020000000,\n                    0.0008610666666666667\n                ],\n                [\n                    1702019700000,\n                    0.0008860533333333333\n                ],\n                [\n                    1702019400000,\n                    0.0007815733333333334\n                ],\n                [\n                    1702019100000,\n                    0.0007815733333333334\n                ],\n                [\n                    1702018800000,\n                    0.0007123466666666667\n                ],\n                [\n                    1702018500000,\n                    0.0009417333333333333\n                ],\n                [\n                    1702018200000,\n                    0.0008534133333333333\n                ],\n                [\n                    1702017900000,\n                    0.0007643466666666667\n                ],\n                [\n                    1702017600000,\n                    0.00073128\n                ],\n                [\n                    1702017300000,\n                    0.0008798133333333334\n                ],\n                [\n                    1702017000000,\n                    0.0009968533333333334\n                ],\n                [\n                    1702016700000,\n                    0.0025408\n                ],\n                [\n                    1702016400000,\n                    0.0006889600000000001\n                ],\n                [\n                    1702016100000,\n                    0.0007676533333333334\n                ],\n                [\n                    1702015800000,\n                    0.00081848\n                ],\n                [\n                    1702015500000,\n                    0.0008282666666666667\n                ],\n                [\n                    1702015200000,\n                    0.0009206666666666666\n                ],\n                [\n                    1702014900000,\n                    0.00077688\n                ],\n                [\n                    1702014600000,\n                    0.0006607999999999999\n                ],\n                [\n                    1702014300000,\n                    0.0008404533333333334\n                ],\n                [\n                    1702014000000,\n                    0.0009549333333333333\n                ],\n                [\n                    1702013700000,\n                    0.0006184533333333334\n                ],\n                [\n                    1702013400000,\n                    0.00064376\n                ],\n                [\n                    1702013100000,\n                    0.0006966133333333334\n                ],\n                [\n                    1702012800000,\n                    0.00073064\n                ],\n                [\n                    1702012500000,\n                    0.0008017333333333334\n                ],\n                [\n                    1702012200000,\n                    0.00083224\n                ],\n                [\n                    1702011900000,\n                    0.0008707999999999999\n                ],\n                [\n                    1702011600000,\n                    0.0007922933333333333\n                ],\n                [\n                    1702011300000,\n                    0.0008209866666666666\n                ],\n                [\n                    1702011000000,\n                    0.0011980266666666666\n                ],\n                [\n                    1702010700000,\n                    0.0008022133333333333\n                ],\n                [\n                    1702010400000,\n                    0.0007785333333333334\n                ],\n                [\n                    1702010100000,\n                    0.0009031733333333333\n                ],\n                [\n                    1702009800000,\n                    0.0008247466666666666\n                ],\n                [\n                    1702009500000,\n                    0.0007697866666666666\n                ],\n                [\n                    1702009200000,\n                    0.0007990666666666667\n                ],\n                [\n                    1702008900000,\n                    0.0007996533333333333\n                ],\n                [\n                    1702008600000,\n                    0.0009682933333333333\n                ],\n                [\n                    1702008300000,\n                    0.0008097866666666666\n                ],\n                [\n                    1702008000000,\n                    0.0008244266666666666\n                ],\n                [\n                    1702007700000,\n                    0.0009304533333333334\n                ],\n                [\n                    1702007400000,\n                    0.0009212266666666667\n                ],\n                [\n                    1702007100000,\n                    0.00086936\n                ],\n                [\n                    1702006800000,\n                    0.0007802666666666667\n                ],\n                [\n                    1702006500000,\n                    0.00100416\n                ],\n                [\n                    1702006200000,\n                    0.0008305866666666667\n                ],\n                [\n                    1702005900000,\n                    0.0007552533333333334\n                ],\n                [\n                    1702005600000,\n                    0.00101096\n                ],\n                [\n                    1702005300000,\n                    0.0008190399999999999\n                ],\n                [\n                    1702005000000,\n                    0.0008945333333333334\n                ],\n                [\n                    1702004700000,\n                    0.0009061599999999999\n                ],\n                [\n                    1702004400000,\n                    0.0007392000000000001\n                ],\n                [\n                    1702004100000,\n                    0.0008135466666666666\n                ],\n                [\n                    1702003800000,\n                    0.0011877333333333334\n                ],\n                [\n                    1702003500000,\n                    0.00353584\n                ],\n                [\n                    1702003200000,\n                    0.0007714666666666667\n                ],\n                [\n                    1702002900000,\n                    0.0006934133333333333\n                ],\n                [\n                    1702002600000,\n                    0.00076176\n                ],\n                [\n                    1702002300000,\n                    0.0007518666666666667\n                ],\n                [\n                    1702002000000,\n                    0.00084616\n                ],\n                [\n                    1702001700000,\n                    0.0007854400000000001\n                ],\n                [\n                    1702001400000,\n                    0.00080016\n                ],\n                [\n                    1702001100000,\n                    0.0008060533333333333\n                ],\n                [\n                    1702000800000,\n                    0.0007869066666666666\n                ],\n                [\n                    1702000500000,\n                    0.0007165066666666666\n                ],\n                [\n                    1702000200000,\n                    0.0007811200000000001\n                ],\n                [\n                    1701999900000,\n                    0.0008789066666666667\n                ],\n                [\n                    1701999600000,\n                    0.0008276799999999999\n                ],\n                [\n                    1701999300000,\n                    0.0008483200000000001\n                ],\n                [\n                    1701999000000,\n                    0.0008126933333333333\n                ],\n                [\n                    1701998700000,\n                    0.0010146933333333335\n                ],\n                [\n                    1701998400000,\n                    0.0007493333333333334\n                ],\n                [\n                    1701998100000,\n                    0.0008902133333333333\n                ],\n                [\n                    1701997800000,\n                    0.0007896533333333333\n                ],\n                [\n                    1701997500000,\n                    0.0009504266666666666\n                ],\n                [\n                    1701997200000,\n                    0.0009406666666666666\n                ],\n                [\n                    1701996900000,\n                    0.0007240266666666667\n                ],\n                [\n                    1701996600000,\n                    0.0007383466666666667\n                ],\n                [\n                    1701996300000,\n                    0.0008225333333333333\n                ],\n                [\n                    1701996000000,\n                    0.00067528\n                ],\n                [\n                    1701995700000,\n                    0.0009850666666666667\n                ],\n                [\n                    1701995400000,\n                    0.04259093333333334\n                ],\n                [\n                    1701995100000,\n                    0.07066405333333332\n                ],\n                [\n                    1701994800000,\n                    0.06965354666666666\n                ],\n                [\n                    1701994500000,\n                    0.023459626666666667\n                ],\n                [\n                    1701994200000,\n                    0.0010732266666666668\n                ],\n                [\n                    1701993900000,\n                    0.00101976\n                ],\n                [\n                    1701993600000,\n                    0.0009209600000000001\n                ],\n                [\n                    1701993300000,\n                    0.0009526399999999999\n                ],\n                [\n                    1701993000000,\n                    0.0007556533333333333\n                ],\n                [\n                    1701992700000,\n                    0.0010362133333333334\n                ],\n                [\n                    1701992400000,\n                    0.00101872\n                ],\n                [\n                    1701992100000,\n                    0.0008492533333333334\n                ],\n                [\n                    1701991800000,\n                    0.0008880533333333332\n                ],\n                [\n                    1701991500000,\n                    0.0009477866666666666\n                ],\n                [\n                    1701991200000,\n                    0.0007934400000000001\n                ],\n                [\n                    1701990900000,\n                    0.0010617333333333334\n                ],\n                [\n                    1701990600000,\n                    0.00093096\n                ],\n                [\n                    1701990300000,\n                    0.0009556266666666666\n                ],\n                [\n                    1701990000000,\n                    0.0008835199999999999\n                ],\n                [\n                    1701989700000,\n                    0.0009870666666666667\n                ],\n                [\n                    1701989400000,\n                    0.0011848533333333332\n                ],\n                [\n                    1701989100000,\n                    0.0007874933333333334\n                ],\n                [\n                    1701988800000,\n                    0.0008076\n                ],\n                [\n                    1701988500000,\n                    0.0011588\n                ],\n                [\n                    1701988200000,\n                    0.0006427466666666667\n                ],\n                [\n                    1701987900000,\n                    0.0008256533333333334\n                ],\n                [\n                    1701987600000,\n                    0.00092952\n                ],\n                [\n                    1701987300000,\n                    0.0007118666666666667\n                ],\n                [\n                    1701987000000,\n                    0.0008413866666666667\n                ],\n                [\n                    1701986700000,\n                    0.0009049866666666666\n                ],\n                [\n                    1701986400000,\n                    0.00073176\n                ],\n                [\n                    1701986100000,\n                    0.0007096266666666666\n                ],\n                [\n                    1701985800000,\n                    0.0009365333333333333\n                ],\n                [\n                    1701985500000,\n                    0.0017596533333333335\n                ],\n                [\n                    1701985200000,\n                    0.0008645866666666667\n                ],\n                [\n                    1701984900000,\n                    0.0009245333333333333\n                ],\n                [\n                    1701984600000,\n                    0.0007717333333333333\n                ],\n                [\n                    1701984300000,\n                    0.00100344\n                ],\n                [\n                    1701984000000,\n                    0.0011190666666666667\n                ],\n                [\n                    1701983700000,\n                    0.0008887466666666667\n                ],\n                [\n                    1701983400000,\n                    0.0010127733333333334\n                ],\n                [\n                    1701983100000,\n                    0.0010066666666666666\n                ],\n                [\n                    1701982800000,\n                    0.00090856\n                ],\n                [\n                    1701982500000,\n                    0.0007545333333333333\n                ],\n                [\n                    1701982200000,\n                    0.0010162933333333333\n                ],\n                [\n                    1701981900000,\n                    0.0008334400000000001\n                ],\n                [\n                    1701981600000,\n                    0.0008116533333333333\n                ],\n                [\n                    1701981300000,\n                    0.0010600533333333332\n                ],\n                [\n                    1701981000000,\n                    0.0010353866666666669\n                ],\n                [\n                    1701980700000,\n                    0.00076424\n                ],\n                [\n                    1701980400000,\n                    0.0008540266666666667\n                ],\n                [\n                    1701980100000,\n                    0.0009914666666666666\n                ],\n                [\n                    1701979800000,\n                    0.0011688800000000002\n                ],\n                [\n                    1701979500000,\n                    0.0016258933333333334\n                ],\n                [\n                    1701979200000,\n                    0.0010157866666666666\n                ],\n                [\n                    1701978900000,\n                    0.0010734400000000002\n                ],\n                [\n                    1701978600000,\n                    0.0012167999999999999\n                ],\n                [\n                    1701978300000,\n                    0.00096888\n                ],\n                [\n                    1701978000000,\n                    0.00089872\n                ],\n                [\n                    1701977700000,\n                    0.0009842666666666667\n                ],\n                [\n                    1701977400000,\n                    0.0009259466666666667\n                ],\n                [\n                    1701977100000,\n                    0.0010391466666666667\n                ],\n                [\n                    1701976800000,\n                    0.00079736\n                ],\n                [\n                    1701976500000,\n                    0.0008839466666666667\n                ],\n                [\n                    1701976200000,\n                    0.0008324\n                ],\n                [\n                    1701975900000,\n                    0.0010155466666666665\n                ],\n                [\n                    1701975600000,\n                    0.0009427999999999999\n                ],\n                [\n                    1701975300000,\n                    0.0012372533333333334\n                ],\n                [\n                    1701975000000,\n                    0.0008205333333333333\n                ],\n                [\n                    1701974700000,\n                    0.0007844266666666666\n                ],\n                [\n                    1701974400000,\n                    0.0010978666666666666\n                ],\n                [\n                    1701974100000,\n                    0.0011421333333333334\n                ],\n                [\n                    1701973800000,\n                    0.0009710933333333334\n                ],\n                [\n                    1701973500000,\n                    0.0007961333333333333\n                ],\n                [\n                    1701973200000,\n                    0.0007947466666666667\n                ],\n                [\n                    1701972900000,\n                    0.0009245866666666667\n                ],\n                [\n                    1701972600000,\n                    0.0010775466666666667\n                ],\n                [\n                    1701972300000,\n                    0.0007734133333333333\n                ],\n                [\n                    1701972000000,\n                    0.0006791466666666667\n                ],\n                [\n                    1701971700000,\n                    0.0008777066666666667\n                ],\n                [\n                    1701971400000,\n                    0.0009648266666666668\n                ],\n                [\n                    1701971100000,\n                    0.0007769333333333333\n                ],\n                [\n                    1701970800000,\n                    0.0008907466666666666\n                ],\n                [\n                    1701970500000,\n                    0.0008375466666666666\n                ],\n                [\n                    1701970200000,\n                    0.0009209333333333332\n                ],\n                [\n                    1701969900000,\n                    0.0007602933333333333\n                ],\n                [\n                    1701969600000,\n                    0.0008432266666666667\n                ],\n                [\n                    1701969300000,\n                    0.0008455466666666666\n                ],\n                [\n                    1701969000000,\n                    0.00095256\n                ],\n                [\n                    1701968700000,\n                    0.0007329600000000001\n                ],\n                [\n                    1701968400000,\n                    0.0005931466666666667\n                ],\n                [\n                    1701968100000,\n                    0.00053888\n                ],\n                [\n                    1701967800000,\n                    0.0006949333333333333\n                ],\n                [\n                    1701967500000,\n                    0.0005557333333333334\n                ],\n                [\n                    1701967200000,\n                    0.0004455733333333333\n                ],\n                [\n                    1701966900000,\n                    0.0004123466666666667\n                ],\n                [\n                    1701966600000,\n                    0.0006165866666666667\n                ],\n                [\n                    1701966300000,\n                    0.00041256\n                ],\n                [\n                    1701966000000,\n                    0.00034704\n                ],\n                [\n                    1701965700000,\n                    0.0005701333333333333\n                ],\n                [\n                    1701965400000,\n                    0.0013561600000000001\n                ],\n                [\n                    1701965100000,\n                    0.00029239999999999995\n                ],\n                [\n                    1701964800000,\n                    0.00575112\n                ],\n                [\n                    1701964500000,\n                    0.006420666666666667\n                ],\n                [\n                    1701964200000,\n                    0.00025245333333333335\n                ],\n                [\n                    1701963900000,\n                    0.00024736\n                ],\n                [\n                    1701963600000,\n                    0.00040194666666666667\n                ],\n                [\n                    1701963300000,\n                    0.00027712\n                ],\n                [\n                    1701963000000,\n                    0.0002603733333333333\n                ],\n                [\n                    1701962700000,\n                    0.00023146666666666666\n                ],\n                [\n                    1701962400000,\n                    0.0002329866666666667\n                ],\n                [\n                    1701962100000,\n                    0.00022973333333333332\n                ],\n                [\n                    1701961800000,\n                    0.00030157333333333334\n                ],\n                [\n                    1701961500000,\n                    0.00023645333333333334\n                ],\n                [\n                    1701961200000,\n                    0.0002529333333333333\n                ],\n                [\n                    1701960900000,\n                    0.0002755466666666667\n                ],\n                [\n                    1701960600000,\n                    0.00036784\n                ],\n                [\n                    1701960300000,\n                    0.004641279999999999\n                ],\n                [\n                    1701960000000,\n                    0.005127733333333334\n                ],\n                [\n                    1701959700000,\n                    0.00506776\n                ],\n                [\n                    1701959400000,\n                    0.0017838399999999999\n                ],\n                [\n                    1701959100000,\n                    0.00033133333333333333\n                ],\n                [\n                    1701958800000,\n                    0.00024968\n                ],\n                [\n                    1701958500000,\n                    0.00020738666666666666\n                ],\n                [\n                    1701958200000,\n                    0.00018197333333333333\n                ],\n                [\n                    1701957900000,\n                    0.00023103999999999998\n                ],\n                [\n                    1701957600000,\n                    0.00023874666666666666\n                ],\n                [\n                    1701957300000,\n                    0.0005154133333333333\n                ],\n                [\n                    1701957000000,\n                    0.00103216\n                ],\n                [\n                    1701956700000,\n                    0.0005978133333333334\n                ],\n                [\n                    1701956400000,\n                    0.00043712\n                ],\n                [\n                    1701956100000,\n                    0.0014652266666666668\n                ],\n                [\n                    1701955800000,\n                    0.00361992\n                ],\n                [\n                    1701955500000,\n                    0.0004930933333333333\n                ],\n                [\n                    1701955200000,\n                    0.0015554666666666667\n                ],\n                [\n                    1701954900000,\n                    0.0017246133333333332\n                ],\n                [\n                    1701954600000,\n                    0.0016194666666666667\n                ],\n                [\n                    1701954300000,\n                    0.0016802666666666667\n                ],\n                [\n                    1701954000000,\n                    0.0016086933333333334\n                ],\n                [\n                    1701953700000,\n                    0.0017469066666666669\n                ],\n                [\n                    1701953400000,\n                    0.0008744\n                ],\n                [\n                    1701953100000,\n                    0.00086848\n                ],\n                [\n                    1701952800000,\n                    0.0016171466666666668\n                ],\n                [\n                    1701952500000,\n                    0.0010136\n                ],\n                [\n                    1701952200000,\n                    0.0009236\n                ],\n                [\n                    1701951900000,\n                    0.0010876800000000002\n                ],\n                [\n                    1701951600000,\n                    0.00102704\n                ],\n                [\n                    1701951300000,\n                    0.00101056\n                ],\n                [\n                    1701951000000,\n                    0.00075688\n                ],\n                [\n                    1701950700000,\n                    0.0010549066666666667\n                ],\n                [\n                    1701950400000,\n                    0.0009050133333333334\n                ],\n                [\n                    1701950100000,\n                    0.0008787466666666667\n                ],\n                [\n                    1701949800000,\n                    0.0009712266666666667\n                ],\n                [\n                    1701949500000,\n                    0.0008133600000000001\n                ],\n                [\n                    1701949200000,\n                    0.00024378666666666665\n                ],\n                [\n                    1701948900000,\n                    0.00023912\n                ],\n                [\n                    1701948600000,\n                    0.00025309333333333335\n                ],\n                [\n                    1701948300000,\n                    0.00041053333333333336\n                ],\n                [\n                    1701948000000,\n                    0.00033693333333333336\n                ],\n                [\n                    1701947700000,\n                    0.00038205333333333336\n                ],\n                [\n                    1701947400000,\n                    0.0003369066666666667\n                ],\n                [\n                    1701947100000,\n                    0.00033797333333333336\n                ],\n                [\n                    1701946800000,\n                    0.0003025866666666666\n                ],\n                [\n                    1701946500000,\n                    0.00047690666666666667\n                ],\n                [\n                    1701946200000,\n                    0.0008683466666666667\n                ],\n                [\n                    1701945900000,\n                    0.0004501866666666667\n                ],\n                [\n                    1701945600000,\n                    0.00035570666666666665\n                ],\n                [\n                    1701945300000,\n                    0.00044224\n                ],\n                [\n                    1701945000000,\n                    0.00046776\n                ],\n                [\n                    1701944700000,\n                    0.0005457866666666667\n                ],\n                [\n                    1701944400000,\n                    0.0005564533333333334\n                ],\n                [\n                    1701944100000,\n                    0.00043410666666666666\n                ],\n                [\n                    1701943800000,\n                    0.00027592000000000003\n                ],\n                [\n                    1701943500000,\n                    0.00022928\n                ],\n                [\n                    1701943200000,\n                    0.00028818666666666665\n                ],\n                [\n                    1701942900000,\n                    0.00032656\n                ],\n                [\n                    1701942600000,\n                    0.0005147999999999999\n                ],\n                [\n                    1701942300000,\n                    0.0006516266666666666\n                ],\n                [\n                    1701942000000,\n                    0.00040498666666666667\n                ],\n                [\n                    1701941700000,\n                    0.0004481066666666667\n                ],\n                [\n                    1701941400000,\n                    0.0006666666666666666\n                ],\n                [\n                    1701941100000,\n                    0.0003025866666666666\n                ],\n                [\n                    1701940800000,\n                    0.00032981333333333336\n                ],\n                [\n                    1701940500000,\n                    0.0003769866666666667\n                ],\n                [\n                    1701940200000,\n                    0.0003884266666666667\n                ],\n                [\n                    1701939900000,\n                    0.0004978666666666667\n                ],\n                [\n                    1701939600000,\n                    0.00029285333333333336\n                ],\n                [\n                    1701939300000,\n                    0.00045096\n                ],\n                [\n                    1701939000000,\n                    0.0003324266666666667\n                ],\n                [\n                    1701938700000,\n                    0.0003107466666666667\n                ],\n                [\n                    1701938400000,\n                    0.00047946666666666665\n                ],\n                [\n                    1701938100000,\n                    0.0004346933333333333\n                ],\n                [\n                    1701937800000,\n                    0.00044138666666666663\n                ],\n                [\n                    1701937500000,\n                    0.00031714666666666667\n                ],\n                [\n                    1701937200000,\n                    0.00040368\n                ],\n                [\n                    1701936900000,\n                    0.0010168533333333334\n                ],\n                [\n                    1701936600000,\n                    0.0007828266666666667\n                ],\n                [\n                    1701936300000,\n                    0.00031160000000000004\n                ],\n                [\n                    1701936000000,\n                    0.00036746666666666664\n                ],\n                [\n                    1701935700000,\n                    0.00046930666666666665\n                ],\n                [\n                    1701935400000,\n                    0.00063896\n                ],\n                [\n                    1701935100000,\n                    0.00035208\n                ],\n                [\n                    1701934800000,\n                    0.00045589333333333334\n                ],\n                [\n                    1701934500000,\n                    0.00033861333333333335\n                ],\n                [\n                    1701934200000,\n                    0.0004146933333333333\n                ],\n                [\n                    1701933900000,\n                    0.00020434666666666667\n                ],\n                [\n                    1701933600000,\n                    0.00048464\n                ],\n                [\n                    1701933300000,\n                    0.00057136\n                ],\n                [\n                    1701933000000,\n                    0.0005689066666666666\n                ],\n                [\n                    1701932700000,\n                    0.00030816000000000003\n                ],\n                [\n                    1701932400000,\n                    0.0004965066666666666\n                ],\n                [\n                    1701932100000,\n                    0.00038717333333333336\n                ],\n                [\n                    1701931800000,\n                    0.0006074933333333333\n                ],\n                [\n                    1701931500000,\n                    0.0004667733333333333\n                ],\n                [\n                    1701931200000,\n                    0.0005247733333333333\n                ],\n                [\n                    1701930900000,\n                    0.00030013333333333333\n                ],\n                [\n                    1701930600000,\n                    0.00044562666666666666\n                ],\n                [\n                    1701930300000,\n                    0.002138426666666667\n                ],\n                [\n                    1701930000000,\n                    0.0002550133333333333\n                ],\n                [\n                    1701929700000,\n                    0.00033717333333333334\n                ],\n                [\n                    1701929400000,\n                    0.0005989066666666666\n                ],\n                [\n                    1701929100000,\n                    0.00043162666666666665\n                ],\n                [\n                    1701928800000,\n                    0.00044456\n                ],\n                [\n                    1701928500000,\n                    0.0004384266666666667\n                ],\n                [\n                    1701928200000,\n                    0.00042968\n                ],\n                [\n                    1701927900000,\n                    0.00036095999999999996\n                ],\n                [\n                    1701927600000,\n                    0.0002756533333333333\n                ],\n                [\n                    1701927300000,\n                    0.0005542933333333333\n                ],\n                [\n                    1701927000000,\n                    0.0005418666666666666\n                ],\n                [\n                    1701926700000,\n                    0.00050984\n                ],\n                [\n                    1701926400000,\n                    0.00047226666666666664\n                ],\n                [\n                    1701926100000,\n                    0.00053016\n                ],\n                [\n                    1701925800000,\n                    0.00925144\n                ],\n                [\n                    1701925500000,\n                    0.01259808\n                ],\n                [\n                    1701925200000,\n                    0.012615706666666667\n                ],\n                [\n                    1701924900000,\n                    0.00254088\n                ],\n                [\n                    1701924600000,\n                    0.0006992533333333333\n                ],\n                [\n                    1701924300000,\n                    0.0005203733333333333\n                ],\n                [\n                    1701924000000,\n                    0.00044783999999999997\n                ],\n                [\n                    1701923700000,\n                    0.0004714666666666666\n                ],\n                [\n                    1701923400000,\n                    0.00031330666666666665\n                ],\n                [\n                    1701923100000,\n                    0.0003943466666666667\n                ],\n                [\n                    1701922800000,\n                    0.0006645599999999999\n                ],\n                [\n                    1701922500000,\n                    0.00031170666666666667\n                ],\n                [\n                    1701922200000,\n                    0.0002923466666666667\n                ],\n                [\n                    1701921900000,\n                    0.0003284533333333333\n                ],\n                [\n                    1701921600000,\n                    0.00028136000000000003\n                ],\n                [\n                    1701921300000,\n                    0.00045989333333333333\n                ],\n                [\n                    1701921000000,\n                    0.00029517333333333335\n                ],\n                [\n                    1701920700000,\n                    0.0003033333333333333\n                ],\n                [\n                    1701920400000,\n                    0.00032626666666666666\n                ],\n                [\n                    1701920100000,\n                    0.00032125333333333334\n                ],\n                [\n                    1701919800000,\n                    0.0009821066666666667\n                ],\n                [\n                    1701919500000,\n                    0.00022653333333333333\n                ],\n                [\n                    1701919200000,\n                    0.00031216\n                ],\n                [\n                    1701918900000,\n                    0.00046002666666666663\n                ],\n                [\n                    1701918600000,\n                    0.00035202666666666666\n                ],\n                [\n                    1701918300000,\n                    0.00036229333333333334\n                ],\n                [\n                    1701918000000,\n                    0.00045274666666666666\n                ],\n                [\n                    1701917700000,\n                    0.00035183999999999997\n                ],\n                [\n                    1701917400000,\n                    0.00028322666666666667\n                ],\n                [\n                    1701917100000,\n                    0.0006217333333333333\n                ],\n                [\n                    1701916800000,\n                    0.0002665333333333334\n                ],\n                [\n                    1701916500000,\n                    0.0003024\n                ],\n                [\n                    1701916200000,\n                    0.00040466666666666667\n                ],\n                [\n                    1701915900000,\n                    0.00044093333333333334\n                ],\n                [\n                    1701915600000,\n                    0.0003332533333333333\n                ],\n                [\n                    1701915300000,\n                    0.0004664266666666667\n                ],\n                [\n                    1701915000000,\n                    0.00028338666666666664\n                ],\n                [\n                    1701914700000,\n                    0.0004924533333333333\n                ],\n                [\n                    1701914400000,\n                    0.00023544\n                ],\n                [\n                    1701914100000,\n                    0.00024890666666666666\n                ],\n                [\n                    1701913800000,\n                    0.00021344\n                ],\n                [\n                    1701913500000,\n                    0.00022370666666666667\n                ],\n                [\n                    1701913200000,\n                    0.00023424\n                ],\n                [\n                    1701912900000,\n                    0.0007974133333333333\n                ],\n                [\n                    1701912600000,\n                    0.00040338666666666663\n                ],\n                [\n                    1701912300000,\n                    0.00034994666666666665\n                ],\n                [\n                    1701912000000,\n                    0.000304\n                ],\n                [\n                    1701911700000,\n                    0.00040658666666666665\n                ],\n                [\n                    1701911400000,\n                    0.0004156533333333333\n                ],\n                [\n                    1701911100000,\n                    0.00045314666666666667\n                ],\n                [\n                    1701910800000,\n                    0.00053256\n                ],\n                [\n                    1701910500000,\n                    0.0006719733333333333\n                ],\n                [\n                    1701910200000,\n                    0.00260416\n                ],\n                [\n                    1701909900000,\n                    0.003727786666666667\n                ],\n                [\n                    1701909600000,\n                    0.00300616\n                ],\n                [\n                    1701909300000,\n                    0.0030648000000000003\n                ],\n                [\n                    1701909000000,\n                    0.0031283733333333334\n                ],\n                [\n                    1701908700000,\n                    0.00785024\n                ],\n                [\n                    1701908400000,\n                    0.03889717333333333\n                ],\n                [\n                    1701908100000,\n                    0.00101728\n                ],\n                [\n                    1701907800000,\n                    0.0008237866666666666\n                ],\n                [\n                    1701907500000,\n                    0.0007521333333333334\n                ],\n                [\n                    1701907200000,\n                    0.0007517066666666667\n                ],\n                [\n                    1701906900000,\n                    0.0008086666666666666\n                ],\n                [\n                    1701906600000,\n                    0.0008297866666666666\n                ],\n                [\n                    1701906300000,\n                    0.0008500533333333333\n                ],\n                [\n                    1701906000000,\n                    0.0008045066666666666\n                ],\n                [\n                    1701905700000,\n                    0.00085376\n                ],\n                [\n                    1701905400000,\n                    0.00076224\n                ],\n                [\n                    1701905100000,\n                    0.00079696\n                ],\n                [\n                    1701904800000,\n                    0.0009309066666666666\n                ],\n                [\n                    1701904500000,\n                    0.0007542133333333334\n                ],\n                [\n                    1701904200000,\n                    0.0007978400000000001\n                ],\n                [\n                    1701903900000,\n                    0.0008233866666666667\n                ],\n                [\n                    1701903600000,\n                    0.0009021333333333333\n                ],\n                [\n                    1701903300000,\n                    0.0007643999999999999\n                ],\n                [\n                    1701903000000,\n                    0.0008316\n                ],\n                [\n                    1701902700000,\n                    0.0009100266666666666\n                ],\n                [\n                    1701902400000,\n                    0.0010878666666666666\n                ],\n                [\n                    1701902100000,\n                    0.00086168\n                ],\n                [\n                    1701901800000,\n                    0.0008005066666666666\n                ],\n                [\n                    1701901500000,\n                    0.0008406666666666666\n                ],\n                [\n                    1701901200000,\n                    0.00075544\n                ],\n                [\n                    1701900900000,\n                    0.00078408\n                ],\n                [\n                    1701900600000,\n                    0.00081296\n                ],\n                [\n                    1701900300000,\n                    0.0008299199999999999\n                ],\n                [\n                    1701900000000,\n                    0.00071152\n                ],\n                [\n                    1701899700000,\n                    0.0007783733333333333\n                ],\n                [\n                    1701899400000,\n                    0.0008282133333333333\n                ],\n                [\n                    1701899100000,\n                    0.0007634933333333333\n                ],\n                [\n                    1701898800000,\n                    0.00076296\n                ],\n                [\n                    1701898500000,\n                    0.0008308266666666668\n                ],\n                [\n                    1701898200000,\n                    0.0007999733333333333\n                ],\n                [\n                    1701897900000,\n                    0.0007985866666666668\n                ],\n                [\n                    1701897600000,\n                    0.0008547466666666666\n                ],\n                [\n                    1701897300000,\n                    0.0008156799999999999\n                ],\n                [\n                    1701897000000,\n                    0.00082272\n                ],\n                [\n                    1701896700000,\n                    0.00093784\n                ],\n                [\n                    1701896400000,\n                    0.00092312\n                ],\n                [\n                    1701896100000,\n                    0.0008107466666666666\n                ],\n                [\n                    1701895800000,\n                    0.0007657333333333334\n                ],\n                [\n                    1701895500000,\n                    0.0007186933333333333\n                ],\n                [\n                    1701895200000,\n                    0.0007412\n                ],\n                [\n                    1701894900000,\n                    0.00082424\n                ],\n                [\n                    1701894600000,\n                    0.00098296\n                ],\n                [\n                    1701894300000,\n                    0.0010860533333333334\n                ],\n                [\n                    1701894000000,\n                    0.0019734933333333334\n                ],\n                [\n                    1701893700000,\n                    0.0008109066666666667\n                ],\n                [\n                    1701893400000,\n                    0.00067192\n                ],\n                [\n                    1701893100000,\n                    0.0006559733333333334\n                ],\n                [\n                    1701892800000,\n                    0.00062624\n                ],\n                [\n                    1701892500000,\n                    0.0007249866666666667\n                ],\n                [\n                    1701892200000,\n                    0.0005224266666666666\n                ],\n                [\n                    1701891900000,\n                    0.0007949333333333333\n                ],\n                [\n                    1701891600000,\n                    0.0005552533333333333\n                ],\n                [\n                    1701891300000,\n                    0.0005326666666666666\n                ],\n                [\n                    1701891000000,\n                    0.00041727999999999996\n                ],\n                [\n                    1701890700000,\n                    0.00041922666666666667\n                ],\n                [\n                    1701890400000,\n                    0.00024021333333333335\n                ],\n                [\n                    1701890100000,\n                    0.00026461333333333334\n                ],\n                [\n                    1701889800000,\n                    0.0004153333333333333\n                ],\n                [\n                    1701889500000,\n                    0.00044437333333333334\n                ],\n                [\n                    1701889200000,\n                    0.0004133333333333333\n                ],\n                [\n                    1701888900000,\n                    0.0003761866666666667\n                ],\n                [\n                    1701888600000,\n                    0.00026973333333333335\n                ],\n                [\n                    1701888300000,\n                    0.00035194666666666665\n                ],\n                [\n                    1701888000000,\n                    0.00026472\n                ],\n                [\n                    1701887700000,\n                    0.0003098933333333333\n                ],\n                [\n                    1701887400000,\n                    0.00031677333333333333\n                ],\n                [\n                    1701887100000,\n                    0.00029424000000000003\n                ],\n                [\n                    1701886800000,\n                    0.0003112266666666667\n                ],\n                [\n                    1701886500000,\n                    0.00033783999999999995\n                ],\n                [\n                    1701886200000,\n                    0.00032944\n                ],\n                [\n                    1701885900000,\n                    0.0005248\n                ],\n                [\n                    1701885600000,\n                    0.00026095999999999997\n                ],\n                [\n                    1701885300000,\n                    0.00028605333333333335\n                ],\n                [\n                    1701885000000,\n                    0.00029330666666666665\n                ],\n                [\n                    1701884700000,\n                    0.00028696\n                ],\n                [\n                    1701884400000,\n                    0.0003216266666666667\n                ],\n                [\n                    1701884100000,\n                    0.0003353333333333333\n                ],\n                [\n                    1701883800000,\n                    0.00030712000000000003\n                ],\n                [\n                    1701883500000,\n                    0.00028984\n                ],\n                [\n                    1701883200000,\n                    0.00031096\n                ],\n                [\n                    1701882900000,\n                    0.00022744\n                ],\n                [\n                    1701882600000,\n                    0.00028205333333333337\n                ],\n                [\n                    1701882300000,\n                    0.0004213066666666667\n                ],\n                [\n                    1701882000000,\n                    0.00043592\n                ],\n                [\n                    1701881700000,\n                    0.0007618133333333333\n                ],\n                [\n                    1701881400000,\n                    0.00035304\n                ],\n                [\n                    1701881100000,\n                    0.00035661333333333336\n                ],\n                [\n                    1701880800000,\n                    0.0003330933333333333\n                ],\n                [\n                    1701880500000,\n                    0.00028344\n                ],\n                [\n                    1701880200000,\n                    0.00030514666666666665\n                ],\n                [\n                    1701879900000,\n                    0.00031272\n                ],\n                [\n                    1701879600000,\n                    0.00029751999999999996\n                ],\n                [\n                    1701879300000,\n                    0.00039429333333333336\n                ],\n                [\n                    1701879000000,\n                    0.00036082666666666666\n                ],\n                [\n                    1701878700000,\n                    0.0003748\n                ],\n                [\n                    1701878400000,\n                    0.0005898666666666666\n                ],\n                [\n                    1701878100000,\n                    0.0005329066666666666\n                ],\n                [\n                    1701877800000,\n                    0.00026656\n                ],\n                [\n                    1701877500000,\n                    0.0004452533333333333\n                ],\n                [\n                    1701877200000,\n                    0.00023375999999999998\n                ],\n                [\n                    1701876900000,\n                    0.00039368\n                ],\n                [\n                    1701876600000,\n                    0.0005195466666666666\n                ],\n                [\n                    1701876300000,\n                    0.0007630133333333334\n                ],\n                [\n                    1701876000000,\n                    0.00096896\n                ],\n                [\n                    1701875700000,\n                    0.00033946666666666666\n                ],\n                [\n                    1701875400000,\n                    0.0003472\n                ],\n                [\n                    1701875100000,\n                    0.00056848\n                ],\n                [\n                    1701874800000,\n                    0.00033096\n                ],\n                [\n                    1701874500000,\n                    0.00028157333333333334\n                ],\n                [\n                    1701874200000,\n                    0.0004844266666666667\n                ],\n                [\n                    1701873900000,\n                    0.0004984533333333333\n                ],\n                [\n                    1701873600000,\n                    0.0006350399999999999\n                ],\n                [\n                    1701873300000,\n                    0.0005195733333333333\n                ],\n                [\n                    1701873000000,\n                    0.00039970666666666664\n                ],\n                [\n                    1701872700000,\n                    0.0005052\n                ],\n                [\n                    1701872400000,\n                    0.000396\n                ],\n                [\n                    1701872100000,\n                    0.0006236533333333333\n                ],\n                [\n                    1701871800000,\n                    0.0008692000000000001\n                ],\n                [\n                    1701871500000,\n                    0.003092346666666667\n                ],\n                [\n                    1701871200000,\n                    0.0035282933333333336\n                ],\n                [\n                    1701870900000,\n                    0.0028948800000000003\n                ],\n                [\n                    1701870600000,\n                    0.0020458399999999997\n                ],\n                [\n                    1701870300000,\n                    0.0006969066666666666\n                ],\n                [\n                    1701870000000,\n                    0.00039181333333333335\n                ],\n                [\n                    1701869700000,\n                    0.00046349333333333336\n                ],\n                [\n                    1701869400000,\n                    0.00060952\n                ],\n                [\n                    1701869100000,\n                    0.0004384533333333333\n                ],\n                [\n                    1701868800000,\n                    0.00043088\n                ],\n                [\n                    1701868500000,\n                    0.00039727999999999996\n                ],\n                [\n                    1701868200000,\n                    0.0005207733333333334\n                ],\n                [\n                    1701867900000,\n                    0.00037170666666666666\n                ],\n                [\n                    1701867600000,\n                    0.0003597866666666667\n                ],\n                [\n                    1701867300000,\n                    0.00032327999999999995\n                ],\n                [\n                    1701867000000,\n                    0.00038397333333333334\n                ],\n                [\n                    1701866700000,\n                    0.00042325333333333333\n                ],\n                [\n                    1701866400000,\n                    0.00066664\n                ],\n                [\n                    1701866100000,\n                    0.00037381333333333334\n                ],\n                [\n                    1701865800000,\n                    0.0006687466666666667\n                ],\n                [\n                    1701865500000,\n                    0.0005033866666666666\n                ],\n                [\n                    1701865200000,\n                    0.00034127999999999996\n                ],\n                [\n                    1701864900000,\n                    0.0004556533333333333\n                ],\n                [\n                    1701864600000,\n                    0.0002569866666666667\n                ],\n                [\n                    1701864300000,\n                    0.0003039466666666667\n                ],\n                [\n                    1701864000000,\n                    0.0004111466666666666\n                ],\n                [\n                    1701863700000,\n                    0.0005234133333333333\n                ],\n                [\n                    1701863400000,\n                    0.0005574400000000001\n                ],\n                [\n                    1701863100000,\n                    0.0005634133333333333\n                ],\n                [\n                    1701862800000,\n                    0.0003887466666666667\n                ],\n                [\n                    1701862500000,\n                    0.0005131733333333333\n                ],\n                [\n                    1701862200000,\n                    0.0005592\n                ],\n                [\n                    1701861900000,\n                    0.0004221333333333333\n                ],\n                [\n                    1701861600000,\n                    0.0008135733333333334\n                ],\n                [\n                    1701861300000,\n                    0.00040682666666666664\n                ],\n                [\n                    1701861000000,\n                    0.00030912\n                ],\n                [\n                    1701860700000,\n                    0.0004852533333333333\n                ],\n                [\n                    1701860400000,\n                    0.00043085333333333335\n                ],\n                [\n                    1701860100000,\n                    0.00033192000000000003\n                ],\n                [\n                    1701859800000,\n                    0.00031192000000000004\n                ],\n                [\n                    1701859500000,\n                    0.0006550666666666667\n                ],\n                [\n                    1701859200000,\n                    0.00079432\n                ],\n                [\n                    1701858900000,\n                    0.0004318666666666667\n                ],\n                [\n                    1701858600000,\n                    0.00061816\n                ],\n                [\n                    1701858300000,\n                    0.0005890666666666667\n                ],\n                [\n                    1701858000000,\n                    0.0004690133333333333\n                ],\n                [\n                    1701857700000,\n                    0.0006013333333333334\n                ],\n                [\n                    1701857400000,\n                    0.00035112\n                ],\n                [\n                    1701857100000,\n                    0.0003326666666666667\n                ],\n                [\n                    1701856800000,\n                    0.00033410666666666667\n                ],\n                [\n                    1701856500000,\n                    0.0003497866666666667\n                ],\n                [\n                    1701856200000,\n                    0.00037277333333333334\n                ],\n                [\n                    1701855900000,\n                    0.00032648000000000003\n                ],\n                [\n                    1701855600000,\n                    0.00026541333333333336\n                ],\n                [\n                    1701855300000,\n                    0.0002907466666666667\n                ],\n                [\n                    1701855000000,\n                    0.0017878933333333334\n                ],\n                [\n                    1701854700000,\n                    0.0005518400000000001\n                ],\n                [\n                    1701854400000,\n                    0.0005094666666666666\n                ],\n                [\n                    1701854100000,\n                    0.00045618666666666667\n                ],\n                [\n                    1701853800000,\n                    0.00029578666666666667\n                ],\n                [\n                    1701853500000,\n                    0.00033461333333333336\n                ],\n                [\n                    1701853200000,\n                    0.0004289066666666667\n                ],\n                [\n                    1701852900000,\n                    0.0005464533333333334\n                ],\n                [\n                    1701852600000,\n                    0.00039773333333333337\n                ],\n                [\n                    1701852300000,\n                    0.00040930666666666666\n                ]\n            ],\n            \"unit\": {\n                \"name\": \"Mbps\",\n                \"fullName\": \"Megabits per second\"\n            }\n        },\n        {\n            \"type\": \"B_BITS\",\n            \"subtype\": \"Configured speed\",\n            \"samples\": [\n                [\n                    1702283700000,\n                    20\n                ],\n                [\n                    1702283400000,\n                    20\n                ],\n                [\n                    1702283100000,\n                    20\n                ],\n                [\n                    1702282800000,\n                    20\n                ],\n                [\n                    1702282500000,\n                    20\n                ],\n                [\n                    1702282200000,\n                    20\n                ],\n                [\n                    1702281900000,\n                    20\n                ],\n                [\n                    1702281600000,\n                    20\n                ],\n                [\n                    1702281300000,\n                    20\n                ],\n                [\n                    1702281000000,\n                    20\n                ],\n                [\n                    1702280700000,\n                    20\n                ],\n                [\n                    1702280400000,\n                    20\n                ],\n                [\n                    1702280100000,\n                    20\n                ],\n                [\n                    1702279800000,\n                    20\n                ],\n                [\n                    1702279500000,\n                    20\n                ],\n                [\n                    1702279200000,\n                    20\n                ],\n                [\n                    1702278900000,\n                    20\n                ],\n                [\n                    1702278600000,\n                    20\n                ],\n                [\n                    1702278300000,\n                    20\n                ],\n                [\n                    1702278000000,\n                    20\n                ],\n                [\n                    1702277700000,\n                    20\n                ],\n                [\n                    1702277400000,\n                    20\n                ],\n                [\n                    1702277100000,\n                    20\n                ],\n                [\n                    1702276800000,\n                    20\n                ],\n                [\n                    1702276500000,\n                    20\n                ],\n                [\n                    1702276200000,\n                    20\n                ],\n                [\n                    1702275900000,\n                    20\n                ],\n                [\n                    1702275600000,\n                    20\n                ],\n                [\n                    1702275300000,\n                    20\n                ],\n                [\n                    1702275000000,\n                    20\n                ],\n                [\n                    1702274700000,\n                    20\n                ],\n                [\n                    1702274400000,\n                    20\n                ],\n                [\n                    1702274100000,\n                    20\n                ],\n                [\n                    1702273800000,\n                    20\n                ],\n                [\n                    1702273500000,\n                    20\n                ],\n                [\n                    1702273200000,\n                    20\n                ],\n                [\n                    1702272900000,\n                    20\n                ],\n                [\n                    1702272600000,\n                    20\n                ],\n                [\n                    1702272300000,\n                    20\n                ],\n                [\n                    1702272000000,\n                    20\n                ],\n                [\n                    1702271700000,\n                    20\n                ],\n                [\n                    1702271400000,\n                    20\n                ],\n                [\n                    1702271100000,\n                    20\n                ],\n                [\n                    1702270800000,\n                    20\n                ],\n                [\n                    1702270500000,\n                    20\n                ],\n                [\n                    1702270200000,\n                    20\n                ],\n                [\n                    1702269900000,\n                    20\n                ],\n                [\n                    1702269600000,\n                    20\n                ],\n                [\n                    1702269300000,\n                    20\n                ],\n                [\n                    1702269000000,\n                    20\n                ],\n                [\n                    1702268700000,\n                    20\n                ],\n                [\n                    1702268400000,\n                    20\n                ],\n                [\n                    1702268100000,\n                    20\n                ],\n                [\n                    1702267800000,\n                    20\n                ],\n                [\n                    1702267500000,\n                    20\n                ],\n                [\n                    1702267200000,\n                    20\n                ],\n                [\n                    1702266900000,\n                    20\n                ],\n                [\n                    1702266600000,\n                    20\n                ],\n                [\n                    1702266300000,\n                    20\n                ],\n                [\n                    1702266000000,\n                    20\n                ],\n                [\n                    1702265700000,\n                    20\n                ],\n                [\n                    1702265400000,\n                    20\n                ],\n                [\n                    1702265100000,\n                    20\n                ],\n                [\n                    1702264800000,\n                    20\n                ],\n                [\n                    1702264500000,\n                    20\n                ],\n                [\n                    1702264200000,\n                    20\n                ],\n                [\n                    1702263900000,\n                    20\n                ],\n                [\n                    1702263600000,\n                    20\n                ],\n                [\n                    1702263300000,\n                    20\n                ],\n                [\n                    1702263000000,\n                    20\n                ],\n                [\n                    1702262700000,\n                    20\n                ],\n                [\n                    1702262400000,\n                    20\n                ],\n                [\n                    1702262100000,\n                    20\n                ],\n                [\n                    1702261800000,\n                    20\n                ],\n                [\n                    1702261500000,\n                    20\n                ],\n                [\n                    1702261200000,\n                    20\n                ],\n                [\n                    1702260900000,\n                    20\n                ],\n                [\n                    1702260600000,\n                    20\n                ],\n                [\n                    1702260300000,\n                    20\n                ],\n                [\n                    1702260000000,\n                    20\n                ],\n                [\n                    1702259700000,\n                    20\n                ],\n                [\n                    1702259400000,\n                    20\n                ],\n                [\n                    1702259100000,\n                    20\n                ],\n                [\n                    1702258800000,\n                    20\n                ],\n                [\n                    1702258500000,\n                    20\n                ],\n                [\n                    1702258200000,\n                    20\n                ],\n                [\n                    1702257900000,\n                    20\n                ],\n                [\n                    1702257600000,\n                    20\n                ],\n                [\n                    1702257300000,\n                    20\n                ],\n                [\n                    1702257000000,\n                    20\n                ],\n                [\n                    1702256700000,\n                    20\n                ],\n                [\n                    1702256400000,\n                    20\n                ],\n                [\n                    1702256100000,\n                    20\n                ],\n                [\n                    1702255800000,\n                    20\n                ],\n                [\n                    1702255500000,\n                    20\n                ],\n                [\n                    1702255200000,\n                    20\n                ],\n                [\n                    1702254900000,\n                    20\n                ],\n                [\n                    1702254600000,\n                    20\n                ],\n                [\n                    1702254300000,\n                    20\n                ],\n                [\n                    1702254000000,\n                    20\n                ],\n                [\n                    1702253700000,\n                    20\n                ],\n                [\n                    1702253400000,\n                    20\n                ],\n                [\n                    1702253100000,\n                    20\n                ],\n                [\n                    1702252800000,\n                    20\n                ],\n                [\n                    1702252500000,\n                    20\n                ],\n                [\n                    1702252200000,\n                    20\n                ],\n                [\n                    1702251900000,\n                    20\n                ],\n                [\n                    1702251600000,\n                    20\n                ],\n                [\n                    1702251300000,\n                    20\n                ],\n                [\n                    1702251000000,\n                    20\n                ],\n                [\n                    1702250700000,\n                    20\n                ],\n                [\n                    1702250400000,\n                    20\n                ],\n                [\n                    1702250100000,\n                    20\n                ],\n                [\n                    1702249800000,\n                    20\n                ],\n                [\n                    1702249500000,\n                    20\n                ],\n                [\n                    1702249200000,\n                    20\n                ],\n                [\n                    1702248900000,\n                    20\n                ],\n                [\n                    1702248600000,\n                    20\n                ],\n                [\n                    1702248300000,\n                    20\n                ],\n                [\n                    1702248000000,\n                    20\n                ],\n                [\n                    1702247700000,\n                    20\n                ],\n                [\n                    1702247400000,\n                    20\n                ],\n                [\n                    1702247100000,\n                    20\n                ],\n                [\n                    1702246800000,\n                    20\n                ],\n                [\n                    1702246500000,\n                    20\n                ],\n                [\n                    1702246200000,\n                    20\n                ],\n                [\n                    1702245900000,\n                    20\n                ],\n                [\n                    1702245600000,\n                    20\n                ],\n                [\n                    1702245300000,\n                    20\n                ],\n                [\n                    1702245000000,\n                    20\n                ],\n                [\n                    1702244700000,\n                    20\n                ],\n                [\n                    1702244400000,\n                    20\n                ],\n                [\n                    1702244100000,\n                    20\n                ],\n                [\n                    1702243800000,\n                    20\n                ],\n                [\n                    1702243500000,\n                    20\n                ],\n                [\n                    1702243200000,\n                    20\n                ],\n                [\n                    1702242900000,\n                    20\n                ],\n                [\n                    1702242600000,\n                    20\n                ],\n                [\n                    1702242300000,\n                    20\n                ],\n                [\n                    1702242000000,\n                    20\n                ],\n                [\n                    1702241700000,\n                    20\n                ],\n                [\n                    1702241400000,\n                    20\n                ],\n                [\n                    1702241100000,\n                    20\n                ],\n                [\n                    1702240800000,\n                    20\n                ],\n                [\n                    1702240500000,\n                    20\n                ],\n                [\n                    1702240200000,\n                    20\n                ],\n                [\n                    1702239900000,\n                    20\n                ],\n                [\n                    1702239600000,\n                    20\n                ],\n                [\n                    1702239300000,\n                    20\n                ],\n                [\n                    1702239000000,\n                    20\n                ],\n                [\n                    1702238700000,\n                    20\n                ],\n                [\n                    1702238400000,\n                    20\n                ],\n                [\n                    1702238100000,\n                    20\n                ],\n                [\n                    1702237800000,\n                    20\n                ],\n                [\n                    1702237500000,\n                    20\n                ],\n                [\n                    1702237200000,\n                    20\n                ],\n                [\n                    1702236900000,\n                    20\n                ],\n                [\n                    1702236600000,\n                    20\n                ],\n                [\n                    1702236300000,\n                    20\n                ],\n                [\n                    1702236000000,\n                    20\n                ],\n                [\n                    1702235700000,\n                    20\n                ],\n                [\n                    1702235400000,\n                    20\n                ],\n                [\n                    1702235100000,\n                    20\n                ],\n                [\n                    1702234800000,\n                    20\n                ],\n                [\n                    1702234500000,\n                    20\n                ],\n                [\n                    1702234200000,\n                    20\n                ],\n                [\n                    1702233900000,\n                    20\n                ],\n                [\n                    1702233600000,\n                    20\n                ],\n                [\n                    1702233300000,\n                    20\n                ],\n                [\n                    1702233000000,\n                    20\n                ],\n                [\n                    1702232700000,\n                    20\n                ],\n                [\n                    1702232400000,\n                    20\n                ],\n                [\n                    1702232100000,\n                    20\n                ],\n                [\n                    1702231800000,\n                    20\n                ],\n                [\n                    1702231500000,\n                    20\n                ],\n                [\n                    1702231200000,\n                    20\n                ],\n                [\n                    1702230900000,\n                    20\n                ],\n                [\n                    1702230600000,\n                    20\n                ],\n                [\n                    1702230300000,\n                    20\n                ],\n                [\n                    1702230000000,\n                    20\n                ],\n                [\n                    1702229700000,\n                    20\n                ],\n                [\n                    1702229400000,\n                    20\n                ],\n                [\n                    1702229100000,\n                    20\n                ],\n                [\n                    1702228800000,\n                    20\n                ],\n                [\n                    1702228500000,\n                    20\n                ],\n                [\n                    1702228200000,\n                    20\n                ],\n                [\n                    1702227900000,\n                    20\n                ],\n                [\n                    1702227600000,\n                    20\n                ],\n                [\n                    1702227300000,\n                    20\n                ],\n                [\n                    1702227000000,\n                    20\n                ],\n                [\n                    1702226700000,\n                    20\n                ],\n                [\n                    1702226400000,\n                    20\n                ],\n                [\n                    1702226100000,\n                    20\n                ],\n                [\n                    1702225800000,\n                    20\n                ],\n                [\n                    1702225500000,\n                    20\n                ],\n                [\n                    1702225200000,\n                    20\n                ],\n                [\n                    1702224900000,\n                    20\n                ],\n                [\n                    1702224600000,\n                    20\n                ],\n                [\n                    1702224300000,\n                    20\n                ],\n                [\n                    1702224000000,\n                    20\n                ],\n                [\n                    1702223700000,\n                    20\n                ],\n                [\n                    1702223400000,\n                    20\n                ],\n                [\n                    1702223100000,\n                    20\n                ],\n                [\n                    1702222800000,\n                    20\n                ],\n                [\n                    1702222500000,\n                    20\n                ],\n                [\n                    1702222200000,\n                    20\n                ],\n                [\n                    1702221900000,\n                    20\n                ],\n                [\n                    1702221600000,\n                    20\n                ],\n                [\n                    1702221300000,\n                    20\n                ],\n                [\n                    1702221000000,\n                    20\n                ],\n                [\n                    1702220700000,\n                    20\n                ],\n                [\n                    1702220400000,\n                    20\n                ],\n                [\n                    1702220100000,\n                    20\n                ],\n                [\n                    1702219800000,\n                    20\n                ],\n                [\n                    1702219500000,\n                    20\n                ],\n                [\n                    1702219200000,\n                    20\n                ],\n                [\n                    1702218900000,\n                    20\n                ],\n                [\n                    1702218600000,\n                    20\n                ],\n                [\n                    1702218300000,\n                    20\n                ],\n                [\n                    1702218000000,\n                    20\n                ],\n                [\n                    1702217700000,\n                    20\n                ],\n                [\n                    1702217400000,\n                    20\n                ],\n                [\n                    1702217100000,\n                    20\n                ],\n                [\n                    1702216800000,\n                    20\n                ],\n                [\n                    1702216500000,\n                    20\n                ],\n                [\n                    1702216200000,\n                    20\n                ],\n                [\n                    1702215900000,\n                    20\n                ],\n                [\n                    1702215600000,\n                    20\n                ],\n                [\n                    1702215300000,\n                    20\n                ],\n                [\n                    1702215000000,\n                    20\n                ],\n                [\n                    1702214700000,\n                    20\n                ],\n                [\n                    1702214400000,\n                    20\n                ],\n                [\n                    1702214100000,\n                    20\n                ],\n                [\n                    1702213800000,\n                    20\n                ],\n                [\n                    1702213500000,\n                    20\n                ],\n                [\n                    1702213200000,\n                    20\n                ],\n                [\n                    1702212900000,\n                    20\n                ],\n                [\n                    1702212600000,\n                    20\n                ],\n                [\n                    1702212300000,\n                    20\n                ],\n                [\n                    1702212000000,\n                    20\n                ],\n                [\n                    1702211700000,\n                    20\n                ],\n                [\n                    1702211400000,\n                    20\n                ],\n                [\n                    1702211100000,\n                    20\n                ],\n                [\n                    1702210800000,\n                    20\n                ],\n                [\n                    1702210500000,\n                    20\n                ],\n                [\n                    1702210200000,\n                    20\n                ],\n                [\n                    1702209900000,\n                    20\n                ],\n                [\n                    1702209600000,\n                    20\n                ],\n                [\n                    1702209300000,\n                    20\n                ],\n                [\n                    1702209000000,\n                    20\n                ],\n                [\n                    1702208700000,\n                    20\n                ],\n                [\n                    1702208400000,\n                    20\n                ],\n                [\n                    1702208100000,\n                    20\n                ],\n                [\n                    1702207800000,\n                    20\n                ],\n                [\n                    1702207500000,\n                    20\n                ],\n                [\n                    1702207200000,\n                    20\n                ],\n                [\n                    1702206900000,\n                    20\n                ],\n                [\n                    1702206600000,\n                    20\n                ],\n                [\n                    1702206300000,\n                    20\n                ],\n                [\n                    1702206000000,\n                    20\n                ],\n                [\n                    1702205700000,\n                    20\n                ],\n                [\n                    1702205400000,\n                    20\n                ],\n                [\n                    1702205100000,\n                    20\n                ],\n                [\n                    1702204800000,\n                    20\n                ],\n                [\n                    1702204500000,\n                    20\n                ],\n                [\n                    1702204200000,\n                    20\n                ],\n                [\n                    1702203900000,\n                    20\n                ],\n                [\n                    1702203600000,\n                    20\n                ],\n                [\n                    1702203300000,\n                    20\n                ],\n                [\n                    1702203000000,\n                    20\n                ],\n                [\n                    1702202700000,\n                    20\n                ],\n                [\n                    1702202400000,\n                    20\n                ],\n                [\n                    1702202100000,\n                    20\n                ],\n                [\n                    1702201800000,\n                    20\n                ],\n                [\n                    1702201500000,\n                    20\n                ],\n                [\n                    1702201200000,\n                    20\n                ],\n                [\n                    1702200900000,\n                    20\n                ],\n                [\n                    1702200600000,\n                    20\n                ],\n                [\n                    1702200300000,\n                    20\n                ],\n                [\n                    1702200000000,\n                    20\n                ],\n                [\n                    1702199700000,\n                    20\n                ],\n                [\n                    1702199400000,\n                    20\n                ],\n                [\n                    1702199100000,\n                    20\n                ],\n                [\n                    1702198800000,\n                    20\n                ],\n                [\n                    1702198500000,\n                    20\n                ],\n                [\n                    1702198200000,\n                    20\n                ],\n                [\n                    1702197900000,\n                    20\n                ],\n                [\n                    1702197600000,\n                    20\n                ],\n                [\n                    1702197300000,\n                    20\n                ],\n                [\n                    1702197000000,\n                    20\n                ],\n                [\n                    1702196700000,\n                    20\n                ],\n                [\n                    1702196400000,\n                    20\n                ],\n                [\n                    1702196100000,\n                    20\n                ],\n                [\n                    1702195800000,\n                    20\n                ],\n                [\n                    1702195500000,\n                    20\n                ],\n                [\n                    1702195200000,\n                    20\n                ],\n                [\n                    1702194900000,\n                    20\n                ],\n                [\n                    1702194600000,\n                    20\n                ],\n                [\n                    1702194300000,\n                    20\n                ],\n                [\n                    1702194000000,\n                    20\n                ],\n                [\n                    1702193700000,\n                    20\n                ],\n                [\n                    1702193400000,\n                    20\n                ],\n                [\n                    1702193100000,\n                    20\n                ],\n                [\n                    1702192800000,\n                    20\n                ],\n                [\n                    1702192500000,\n                    20\n                ],\n                [\n                    1702192200000,\n                    20\n                ],\n                [\n                    1702191900000,\n                    20\n                ],\n                [\n                    1702191600000,\n                    20\n                ],\n                [\n                    1702191300000,\n                    20\n                ],\n                [\n                    1702191000000,\n                    20\n                ],\n                [\n                    1702190700000,\n                    20\n                ],\n                [\n                    1702190400000,\n                    20\n                ],\n                [\n                    1702190100000,\n                    20\n                ],\n                [\n                    1702189800000,\n                    20\n                ],\n                [\n                    1702189500000,\n                    20\n                ],\n                [\n                    1702189200000,\n                    20\n                ],\n                [\n                    1702188900000,\n                    20\n                ],\n                [\n                    1702188600000,\n                    20\n                ],\n                [\n                    1702188300000,\n                    20\n                ],\n                [\n                    1702188000000,\n                    20\n                ],\n                [\n                    1702187700000,\n                    20\n                ],\n                [\n                    1702187400000,\n                    20\n                ],\n                [\n                    1702187100000,\n                    20\n                ],\n                [\n                    1702186800000,\n                    20\n                ],\n                [\n                    1702186500000,\n                    20\n                ],\n                [\n                    1702186200000,\n                    20\n                ],\n                [\n                    1702185900000,\n                    20\n                ],\n                [\n                    1702185600000,\n                    20\n                ],\n                [\n                    1702185300000,\n                    20\n                ],\n                [\n                    1702185000000,\n                    20\n                ],\n                [\n                    1702184700000,\n                    20\n                ],\n                [\n                    1702184400000,\n                    20\n                ],\n                [\n                    1702184100000,\n                    20\n                ],\n                [\n                    1702183800000,\n                    20\n                ],\n                [\n                    1702183500000,\n                    20\n                ],\n                [\n                    1702183200000,\n                    20\n                ],\n                [\n                    1702182900000,\n                    20\n                ],\n                [\n                    1702182600000,\n                    20\n                ],\n                [\n                    1702182300000,\n                    20\n                ],\n                [\n                    1702182000000,\n                    20\n                ],\n                [\n                    1702181700000,\n                    20\n                ],\n                [\n                    1702181400000,\n                    20\n                ],\n                [\n                    1702181100000,\n                    20\n                ],\n                [\n                    1702180800000,\n                    20\n                ],\n                [\n                    1702180500000,\n                    20\n                ],\n                [\n                    1702180200000,\n                    20\n                ],\n                [\n                    1702179900000,\n                    20\n                ],\n                [\n                    1702179600000,\n                    20\n                ],\n                [\n                    1702179300000,\n                    20\n                ],\n                [\n                    1702179000000,\n                    20\n                ],\n                [\n                    1702178700000,\n                    20\n                ],\n                [\n                    1702178400000,\n                    20\n                ],\n                [\n                    1702178100000,\n                    20\n                ],\n                [\n                    1702177800000,\n                    20\n                ],\n                [\n                    1702177500000,\n                    20\n                ],\n                [\n                    1702177200000,\n                    20\n                ],\n                [\n                    1702176900000,\n                    20\n                ],\n                [\n                    1702176600000,\n                    20\n                ],\n                [\n                    1702176300000,\n                    20\n                ],\n                [\n                    1702176000000,\n                    20\n                ],\n                [\n                    1702175700000,\n                    20\n                ],\n                [\n                    1702175400000,\n                    20\n                ],\n                [\n                    1702175100000,\n                    20\n                ],\n                [\n                    1702174800000,\n                    20\n                ],\n                [\n                    1702174500000,\n                    20\n                ],\n                [\n                    1702174200000,\n                    20\n                ],\n                [\n                    1702173900000,\n                    20\n                ],\n                [\n                    1702173600000,\n                    20\n                ],\n                [\n                    1702173300000,\n                    20\n                ],\n                [\n                    1702173000000,\n                    20\n                ],\n                [\n                    1702172700000,\n                    20\n                ],\n                [\n                    1702172400000,\n                    20\n                ],\n                [\n                    1702172100000,\n                    20\n                ],\n                [\n                    1702171800000,\n                    20\n                ],\n                [\n                    1702171500000,\n                    20\n                ],\n                [\n                    1702171200000,\n                    20\n                ],\n                [\n                    1702170900000,\n                    20\n                ],\n                [\n                    1702170600000,\n                    20\n                ],\n                [\n                    1702170300000,\n                    20\n                ],\n                [\n                    1702170000000,\n                    20\n                ],\n                [\n                    1702169700000,\n                    20\n                ],\n                [\n                    1702169400000,\n                    20\n                ],\n                [\n                    1702169100000,\n                    20\n                ],\n                [\n                    1702168800000,\n                    20\n                ],\n                [\n                    1702168500000,\n                    20\n                ],\n                [\n                    1702168200000,\n                    20\n                ],\n                [\n                    1702167900000,\n                    20\n                ],\n                [\n                    1702167600000,\n                    20\n                ],\n                [\n                    1702167300000,\n                    20\n                ],\n                [\n                    1702167000000,\n                    20\n                ],\n                [\n                    1702166700000,\n                    20\n                ],\n                [\n                    1702166400000,\n                    20\n                ],\n                [\n                    1702166100000,\n                    20\n                ],\n                [\n                    1702165800000,\n                    20\n                ],\n                [\n                    1702165500000,\n                    20\n                ],\n                [\n                    1702165200000,\n                    20\n                ],\n                [\n                    1702164900000,\n                    20\n                ],\n                [\n                    1702164600000,\n                    20\n                ],\n                [\n                    1702164300000,\n                    20\n                ],\n                [\n                    1702164000000,\n                    20\n                ],\n                [\n                    1702163700000,\n                    20\n                ],\n                [\n                    1702163400000,\n                    20\n                ],\n                [\n                    1702163100000,\n                    20\n                ],\n                [\n                    1702162800000,\n                    20\n                ],\n                [\n                    1702162500000,\n                    20\n                ],\n                [\n                    1702162200000,\n                    20\n                ],\n                [\n                    1702161900000,\n                    20\n                ],\n                [\n                    1702161600000,\n                    20\n                ],\n                [\n                    1702161300000,\n                    20\n                ],\n                [\n                    1702161000000,\n                    20\n                ],\n                [\n                    1702160700000,\n                    20\n                ],\n                [\n                    1702160400000,\n                    20\n                ],\n                [\n                    1702160100000,\n                    20\n                ],\n                [\n                    1702159800000,\n                    20\n                ],\n                [\n                    1702159500000,\n                    20\n                ],\n                [\n                    1702159200000,\n                    20\n                ],\n                [\n                    1702158900000,\n                    20\n                ],\n                [\n                    1702158600000,\n                    20\n                ],\n                [\n                    1702158300000,\n                    20\n                ],\n                [\n                    1702158000000,\n                    20\n                ],\n                [\n                    1702157700000,\n                    20\n                ],\n                [\n                    1702157400000,\n                    20\n                ],\n                [\n                    1702157100000,\n                    20\n                ],\n                [\n                    1702156800000,\n                    20\n                ],\n                [\n                    1702156500000,\n                    20\n                ],\n                [\n                    1702156200000,\n                    20\n                ],\n                [\n                    1702155900000,\n                    20\n                ],\n                [\n                    1702155600000,\n                    20\n                ],\n                [\n                    1702155300000,\n                    20\n                ],\n                [\n                    1702155000000,\n                    20\n                ],\n                [\n                    1702154700000,\n                    20\n                ],\n                [\n                    1702154400000,\n                    20\n                ],\n                [\n                    1702154100000,\n                    20\n                ],\n                [\n                    1702153800000,\n                    20\n                ],\n                [\n                    1702153500000,\n                    20\n                ],\n                [\n                    1702153200000,\n                    20\n                ],\n                [\n                    1702152900000,\n                    20\n                ],\n                [\n                    1702152600000,\n                    20\n                ],\n                [\n                    1702152300000,\n                    20\n                ],\n                [\n                    1702152000000,\n                    20\n                ],\n                [\n                    1702151700000,\n                    20\n                ],\n                [\n                    1702151400000,\n                    20\n                ],\n                [\n                    1702151100000,\n                    20\n                ],\n                [\n                    1702150800000,\n                    20\n                ],\n                [\n                    1702150500000,\n                    20\n                ],\n                [\n                    1702150200000,\n                    20\n                ],\n                [\n                    1702149900000,\n                    20\n                ],\n                [\n                    1702149600000,\n                    20\n                ],\n                [\n                    1702149300000,\n                    20\n                ],\n                [\n                    1702149000000,\n                    20\n                ],\n                [\n                    1702148700000,\n                    20\n                ],\n                [\n                    1702148400000,\n                    20\n                ],\n                [\n                    1702148100000,\n                    20\n                ],\n                [\n                    1702147800000,\n                    20\n                ],\n                [\n                    1702147500000,\n                    20\n                ],\n                [\n                    1702147200000,\n                    20\n                ],\n                [\n                    1702146900000,\n                    20\n                ],\n                [\n                    1702146600000,\n                    20\n                ],\n                [\n                    1702146300000,\n                    20\n                ],\n                [\n                    1702146000000,\n                    20\n                ],\n                [\n                    1702145700000,\n                    20\n                ],\n                [\n                    1702145400000,\n                    20\n                ],\n                [\n                    1702145100000,\n                    20\n                ],\n                [\n                    1702144800000,\n                    20\n                ],\n                [\n                    1702144500000,\n                    20\n                ],\n                [\n                    1702144200000,\n                    20\n                ],\n                [\n                    1702143900000,\n                    20\n                ],\n                [\n                    1702143600000,\n                    20\n                ],\n                [\n                    1702143300000,\n                    20\n                ],\n                [\n                    1702143000000,\n                    20\n                ],\n                [\n                    1702142700000,\n                    20\n                ],\n                [\n                    1702142400000,\n                    20\n                ],\n                [\n                    1702142100000,\n                    20\n                ],\n                [\n                    1702141800000,\n                    20\n                ],\n                [\n                    1702141500000,\n                    20\n                ],\n                [\n                    1702141200000,\n                    20\n                ],\n                [\n                    1702140900000,\n                    20\n                ],\n                [\n                    1702140600000,\n                    20\n                ],\n                [\n                    1702140300000,\n                    20\n                ],\n                [\n                    1702140000000,\n                    20\n                ],\n                [\n                    1702139700000,\n                    20\n                ],\n                [\n                    1702139400000,\n                    20\n                ],\n                [\n                    1702139100000,\n                    20\n                ],\n                [\n                    1702138800000,\n                    20\n                ],\n                [\n                    1702138500000,\n                    20\n                ],\n                [\n                    1702138200000,\n                    20\n                ],\n                [\n                    1702137900000,\n                    20\n                ],\n                [\n                    1702137600000,\n                    20\n                ],\n                [\n                    1702137300000,\n                    20\n                ],\n                [\n                    1702137000000,\n                    20\n                ],\n                [\n                    1702136700000,\n                    20\n                ],\n                [\n                    1702136400000,\n                    20\n                ],\n                [\n                    1702136100000,\n                    20\n                ],\n                [\n                    1702135800000,\n                    20\n                ],\n                [\n                    1702135500000,\n                    20\n                ],\n                [\n                    1702135200000,\n                    20\n                ],\n                [\n                    1702134900000,\n                    20\n                ],\n                [\n                    1702134600000,\n                    20\n                ],\n                [\n                    1702134300000,\n                    20\n                ],\n                [\n                    1702134000000,\n                    20\n                ],\n                [\n                    1702133700000,\n                    20\n                ],\n                [\n                    1702133400000,\n                    20\n                ],\n                [\n                    1702133100000,\n                    20\n                ],\n                [\n                    1702132800000,\n                    20\n                ],\n                [\n                    1702132500000,\n                    20\n                ],\n                [\n                    1702132200000,\n                    20\n                ],\n                [\n                    1702131900000,\n                    20\n                ],\n                [\n                    1702131600000,\n                    20\n                ],\n                [\n                    1702131300000,\n                    20\n                ],\n                [\n                    1702131000000,\n                    20\n                ],\n                [\n                    1702130700000,\n                    20\n                ],\n                [\n                    1702130400000,\n                    20\n                ],\n                [\n                    1702130100000,\n                    20\n                ],\n                [\n                    1702129800000,\n                    20\n                ],\n                [\n                    1702129500000,\n                    20\n                ],\n                [\n                    1702129200000,\n                    20\n                ],\n                [\n                    1702128900000,\n                    20\n                ],\n                [\n                    1702128600000,\n                    20\n                ],\n                [\n                    1702128300000,\n                    20\n                ],\n                [\n                    1702128000000,\n                    20\n                ],\n                [\n                    1702127700000,\n                    20\n                ],\n                [\n                    1702127400000,\n                    20\n                ],\n                [\n                    1702127100000,\n                    20\n                ],\n                [\n                    1702126800000,\n                    20\n                ],\n                [\n                    1702126500000,\n                    20\n                ],\n                [\n                    1702126200000,\n                    20\n                ],\n                [\n                    1702125900000,\n                    20\n                ],\n                [\n                    1702125600000,\n                    20\n                ],\n                [\n                    1702125300000,\n                    20\n                ],\n                [\n                    1702125000000,\n                    20\n                ],\n                [\n                    1702124700000,\n                    20\n                ],\n                [\n                    1702124400000,\n                    20\n                ],\n                [\n                    1702124100000,\n                    20\n                ],\n                [\n                    1702123800000,\n                    20\n                ],\n                [\n                    1702123500000,\n                    20\n                ],\n                [\n                    1702123200000,\n                    20\n                ],\n                [\n                    1702122900000,\n                    20\n                ],\n                [\n                    1702122600000,\n                    20\n                ],\n                [\n                    1702122300000,\n                    20\n                ],\n                [\n                    1702122000000,\n                    20\n                ],\n                [\n                    1702121700000,\n                    20\n                ],\n                [\n                    1702121400000,\n                    20\n                ],\n                [\n                    1702121100000,\n                    20\n                ],\n                [\n                    1702120800000,\n                    20\n                ],\n                [\n                    1702120500000,\n                    20\n                ],\n                [\n                    1702120200000,\n                    20\n                ],\n                [\n                    1702119900000,\n                    20\n                ],\n                [\n                    1702119600000,\n                    20\n                ],\n                [\n                    1702119300000,\n                    20\n                ],\n                [\n                    1702119000000,\n                    20\n                ],\n                [\n                    1702118700000,\n                    20\n                ],\n                [\n                    1702118400000,\n                    20\n                ],\n                [\n                    1702118100000,\n                    20\n                ],\n                [\n                    1702117800000,\n                    20\n                ],\n                [\n                    1702117500000,\n                    20\n                ],\n                [\n                    1702117200000,\n                    20\n                ],\n                [\n                    1702116900000,\n                    20\n                ],\n                [\n                    1702116600000,\n                    20\n                ],\n                [\n                    1702116300000,\n                    20\n                ],\n                [\n                    1702116000000,\n                    20\n                ],\n                [\n                    1702115700000,\n                    20\n                ],\n                [\n                    1702115400000,\n                    20\n                ],\n                [\n                    1702115100000,\n                    20\n                ],\n                [\n                    1702114800000,\n                    20\n                ],\n                [\n                    1702114500000,\n                    20\n                ],\n                [\n                    1702114200000,\n                    20\n                ],\n                [\n                    1702113900000,\n                    20\n                ],\n                [\n                    1702113600000,\n                    20\n                ],\n                [\n                    1702113300000,\n                    20\n                ],\n                [\n                    1702113000000,\n                    20\n                ],\n                [\n                    1702112700000,\n                    20\n                ],\n                [\n                    1702112400000,\n                    20\n                ],\n                [\n                    1702112100000,\n                    20\n                ],\n                [\n                    1702111800000,\n                    20\n                ],\n                [\n                    1702111500000,\n                    20\n                ],\n                [\n                    1702111200000,\n                    20\n                ],\n                [\n                    1702110900000,\n                    20\n                ],\n                [\n                    1702110600000,\n                    20\n                ],\n                [\n                    1702110300000,\n                    20\n                ],\n                [\n                    1702110000000,\n                    20\n                ],\n                [\n                    1702109700000,\n                    20\n                ],\n                [\n                    1702109400000,\n                    20\n                ],\n                [\n                    1702109100000,\n                    20\n                ],\n                [\n                    1702108800000,\n                    20\n                ],\n                [\n                    1702108500000,\n                    20\n                ],\n                [\n                    1702108200000,\n                    20\n                ],\n                [\n                    1702107900000,\n                    20\n                ],\n                [\n                    1702107600000,\n                    20\n                ],\n                [\n                    1702107300000,\n                    20\n                ],\n                [\n                    1702107000000,\n                    20\n                ],\n                [\n                    1702106700000,\n                    20\n                ],\n                [\n                    1702106400000,\n                    20\n                ],\n                [\n                    1702106100000,\n                    20\n                ],\n                [\n                    1702105800000,\n                    20\n                ],\n                [\n                    1702105500000,\n                    20\n                ],\n                [\n                    1702105200000,\n                    20\n                ],\n                [\n                    1702104900000,\n                    20\n                ],\n                [\n                    1702104600000,\n                    20\n                ],\n                [\n                    1702104300000,\n                    20\n                ],\n                [\n                    1702104000000,\n                    20\n                ],\n                [\n                    1702103700000,\n                    20\n                ],\n                [\n                    1702103400000,\n                    20\n                ],\n                [\n                    1702103100000,\n                    20\n                ],\n                [\n                    1702102800000,\n                    20\n                ],\n                [\n                    1702102500000,\n                    20\n                ],\n                [\n                    1702102200000,\n                    20\n                ],\n                [\n                    1702101900000,\n                    20\n                ],\n                [\n                    1702101600000,\n                    20\n                ],\n                [\n                    1702101300000,\n                    20\n                ],\n                [\n                    1702101000000,\n                    20\n                ],\n                [\n                    1702100700000,\n                    20\n                ],\n                [\n                    1702100400000,\n                    20\n                ],\n                [\n                    1702100100000,\n                    20\n                ],\n                [\n                    1702099800000,\n                    20\n                ],\n                [\n                    1702099500000,\n                    20\n                ],\n                [\n                    1702099200000,\n                    20\n                ],\n                [\n                    1702098900000,\n                    20\n                ],\n                [\n                    1702098600000,\n                    20\n                ],\n                [\n                    1702098300000,\n                    20\n                ],\n                [\n                    1702098000000,\n                    20\n                ],\n                [\n                    1702097700000,\n                    20\n                ],\n                [\n                    1702097400000,\n                    20\n                ],\n                [\n                    1702097100000,\n                    20\n                ],\n                [\n                    1702096800000,\n                    20\n                ],\n                [\n                    1702096500000,\n                    20\n                ],\n                [\n                    1702096200000,\n                    20\n                ],\n                [\n                    1702095900000,\n                    20\n                ],\n                [\n                    1702095600000,\n                    20\n                ],\n                [\n                    1702095300000,\n                    20\n                ],\n                [\n                    1702095000000,\n                    20\n                ],\n                [\n                    1702094700000,\n                    20\n                ],\n                [\n                    1702094400000,\n                    20\n                ],\n                [\n                    1702094100000,\n                    20\n                ],\n                [\n                    1702093800000,\n                    20\n                ],\n                [\n                    1702093500000,\n                    20\n                ],\n                [\n                    1702093200000,\n                    20\n                ],\n                [\n                    1702092900000,\n                    20\n                ],\n                [\n                    1702092600000,\n                    20\n                ],\n                [\n                    1702092300000,\n                    20\n                ],\n                [\n                    1702092000000,\n                    20\n                ],\n                [\n                    1702091700000,\n                    20\n                ],\n                [\n                    1702091400000,\n                    20\n                ],\n                [\n                    1702091100000,\n                    20\n                ],\n                [\n                    1702090800000,\n                    20\n                ],\n                [\n                    1702090500000,\n                    20\n                ],\n                [\n                    1702090200000,\n                    20\n                ],\n                [\n                    1702089900000,\n                    20\n                ],\n                [\n                    1702089600000,\n                    20\n                ],\n                [\n                    1702089300000,\n                    20\n                ],\n                [\n                    1702089000000,\n                    20\n                ],\n                [\n                    1702088700000,\n                    20\n                ],\n                [\n                    1702088400000,\n                    20\n                ],\n                [\n                    1702088100000,\n                    20\n                ],\n                [\n                    1702087800000,\n                    20\n                ],\n                [\n                    1702087500000,\n                    20\n                ],\n                [\n                    1702087200000,\n                    20\n                ],\n                [\n                    1702086900000,\n                    20\n                ],\n                [\n                    1702086600000,\n                    20\n                ],\n                [\n                    1702086300000,\n                    20\n                ],\n                [\n                    1702086000000,\n                    20\n                ],\n                [\n                    1702085700000,\n                    20\n                ],\n                [\n                    1702085400000,\n                    20\n                ],\n                [\n                    1702085100000,\n                    20\n                ],\n                [\n                    1702084800000,\n                    20\n                ],\n                [\n                    1702084500000,\n                    20\n                ],\n                [\n                    1702084200000,\n                    20\n                ],\n                [\n                    1702083900000,\n                    20\n                ],\n                [\n                    1702083600000,\n                    20\n                ],\n                [\n                    1702083300000,\n                    20\n                ],\n                [\n                    1702083000000,\n                    20\n                ],\n                [\n                    1702082700000,\n                    20\n                ],\n                [\n                    1702082400000,\n                    20\n                ],\n                [\n                    1702082100000,\n                    20\n                ],\n                [\n                    1702081800000,\n                    20\n                ],\n                [\n                    1702081500000,\n                    20\n                ],\n                [\n                    1702081200000,\n                    20\n                ],\n                [\n                    1702080900000,\n                    20\n                ],\n                [\n                    1702080600000,\n                    20\n                ],\n                [\n                    1702080300000,\n                    20\n                ],\n                [\n                    1702080000000,\n                    20\n                ],\n                [\n                    1702079700000,\n                    20\n                ],\n                [\n                    1702079400000,\n                    20\n                ],\n                [\n                    1702079100000,\n                    20\n                ],\n                [\n                    1702078800000,\n                    20\n                ],\n                [\n                    1702078500000,\n                    20\n                ],\n                [\n                    1702078200000,\n                    20\n                ],\n                [\n                    1702077900000,\n                    20\n                ],\n                [\n                    1702077600000,\n                    20\n                ],\n                [\n                    1702077300000,\n                    20\n                ],\n                [\n                    1702077000000,\n                    20\n                ],\n                [\n                    1702076700000,\n                    20\n                ],\n                [\n                    1702076400000,\n                    20\n                ],\n                [\n                    1702076100000,\n                    20\n                ],\n                [\n                    1702075800000,\n                    20\n                ],\n                [\n                    1702075500000,\n                    20\n                ],\n                [\n                    1702075200000,\n                    20\n                ],\n                [\n                    1702074900000,\n                    20\n                ],\n                [\n                    1702074600000,\n                    20\n                ],\n                [\n                    1702074300000,\n                    20\n                ],\n                [\n                    1702074000000,\n                    20\n                ],\n                [\n                    1702073700000,\n                    20\n                ],\n                [\n                    1702073400000,\n                    20\n                ],\n                [\n                    1702073100000,\n                    20\n                ],\n                [\n                    1702072800000,\n                    20\n                ],\n                [\n                    1702072500000,\n                    20\n                ],\n                [\n                    1702072200000,\n                    20\n                ],\n                [\n                    1702071900000,\n                    20\n                ],\n                [\n                    1702071600000,\n                    20\n                ],\n                [\n                    1702071300000,\n                    20\n                ],\n                [\n                    1702071000000,\n                    20\n                ],\n                [\n                    1702070700000,\n                    20\n                ],\n                [\n                    1702070400000,\n                    20\n                ],\n                [\n                    1702070100000,\n                    20\n                ],\n                [\n                    1702069800000,\n                    20\n                ],\n                [\n                    1702069500000,\n                    20\n                ],\n                [\n                    1702069200000,\n                    20\n                ],\n                [\n                    1702068900000,\n                    20\n                ],\n                [\n                    1702068600000,\n                    20\n                ],\n                [\n                    1702068300000,\n                    20\n                ],\n                [\n                    1702068000000,\n                    20\n                ],\n                [\n                    1702067700000,\n                    20\n                ],\n                [\n                    1702067400000,\n                    20\n                ],\n                [\n                    1702067100000,\n                    20\n                ],\n                [\n                    1702066800000,\n                    20\n                ],\n                [\n                    1702066500000,\n                    20\n                ],\n                [\n                    1702066200000,\n                    20\n                ],\n                [\n                    1702065900000,\n                    20\n                ],\n                [\n                    1702065600000,\n                    20\n                ],\n                [\n                    1702065300000,\n                    20\n                ],\n                [\n                    1702065000000,\n                    20\n                ],\n                [\n                    1702064700000,\n                    20\n                ],\n                [\n                    1702064400000,\n                    20\n                ],\n                [\n                    1702064100000,\n                    20\n                ],\n                [\n                    1702063800000,\n                    20\n                ],\n                [\n                    1702063500000,\n                    20\n                ],\n                [\n                    1702063200000,\n                    20\n                ],\n                [\n                    1702062900000,\n                    20\n                ],\n                [\n                    1702062600000,\n                    20\n                ],\n                [\n                    1702062300000,\n                    20\n                ],\n                [\n                    1702062000000,\n                    20\n                ],\n                [\n                    1702061700000,\n                    20\n                ],\n                [\n                    1702061400000,\n                    20\n                ],\n                [\n                    1702061100000,\n                    20\n                ],\n                [\n                    1702060800000,\n                    20\n                ],\n                [\n                    1702060500000,\n                    20\n                ],\n                [\n                    1702060200000,\n                    20\n                ],\n                [\n                    1702059900000,\n                    20\n                ],\n                [\n                    1702059600000,\n                    20\n                ],\n                [\n                    1702059300000,\n                    20\n                ],\n                [\n                    1702059000000,\n                    20\n                ],\n                [\n                    1702058700000,\n                    20\n                ],\n                [\n                    1702058400000,\n                    20\n                ],\n                [\n                    1702058100000,\n                    20\n                ],\n                [\n                    1702057800000,\n                    20\n                ],\n                [\n                    1702057500000,\n                    20\n                ],\n                [\n                    1702057200000,\n                    20\n                ],\n                [\n                    1702056900000,\n                    20\n                ],\n                [\n                    1702056600000,\n                    20\n                ],\n                [\n                    1702056300000,\n                    20\n                ],\n                [\n                    1702056000000,\n                    20\n                ],\n                [\n                    1702055700000,\n                    20\n                ],\n                [\n                    1702055400000,\n                    20\n                ],\n                [\n                    1702055100000,\n                    20\n                ],\n                [\n                    1702054800000,\n                    20\n                ],\n                [\n                    1702054500000,\n                    20\n                ],\n                [\n                    1702054200000,\n                    20\n                ],\n                [\n                    1702053900000,\n                    20\n                ],\n                [\n                    1702053600000,\n                    20\n                ],\n                [\n                    1702053300000,\n                    20\n                ],\n                [\n                    1702053000000,\n                    20\n                ],\n                [\n                    1702052700000,\n                    20\n                ],\n                [\n                    1702052400000,\n                    20\n                ],\n                [\n                    1702052100000,\n                    20\n                ],\n                [\n                    1702051800000,\n                    20\n                ],\n                [\n                    1702051500000,\n                    20\n                ],\n                [\n                    1702051200000,\n                    20\n                ],\n                [\n                    1702050900000,\n                    20\n                ],\n                [\n                    1702050600000,\n                    20\n                ],\n                [\n                    1702050300000,\n                    20\n                ],\n                [\n                    1702050000000,\n                    20\n                ],\n                [\n                    1702049700000,\n                    20\n                ],\n                [\n                    1702049400000,\n                    20\n                ],\n                [\n                    1702049100000,\n                    20\n                ],\n                [\n                    1702048800000,\n                    20\n                ],\n                [\n                    1702048500000,\n                    20\n                ],\n                [\n                    1702048200000,\n                    20\n                ],\n                [\n                    1702047900000,\n                    20\n                ],\n                [\n                    1702047600000,\n                    20\n                ],\n                [\n                    1702047300000,\n                    20\n                ],\n                [\n                    1702047000000,\n                    20\n                ],\n                [\n                    1702046700000,\n                    20\n                ],\n                [\n                    1702046400000,\n                    20\n                ],\n                [\n                    1702046100000,\n                    20\n                ],\n                [\n                    1702045800000,\n                    20\n                ],\n                [\n                    1702045500000,\n                    20\n                ],\n                [\n                    1702045200000,\n                    20\n                ],\n                [\n                    1702044900000,\n                    20\n                ],\n                [\n                    1702044600000,\n                    20\n                ],\n                [\n                    1702044300000,\n                    20\n                ],\n                [\n                    1702044000000,\n                    20\n                ],\n                [\n                    1702043700000,\n                    20\n                ],\n                [\n                    1702043400000,\n                    20\n                ],\n                [\n                    1702043100000,\n                    20\n                ],\n                [\n                    1702042800000,\n                    20\n                ],\n                [\n                    1702042500000,\n                    20\n                ],\n                [\n                    1702042200000,\n                    20\n                ],\n                [\n                    1702041900000,\n                    20\n                ],\n                [\n                    1702041600000,\n                    20\n                ],\n                [\n                    1702041300000,\n                    20\n                ],\n                [\n                    1702041000000,\n                    20\n                ],\n                [\n                    1702040700000,\n                    20\n                ],\n                [\n                    1702040400000,\n                    20\n                ],\n                [\n                    1702040100000,\n                    20\n                ],\n                [\n                    1702039800000,\n                    20\n                ],\n                [\n                    1702039500000,\n                    20\n                ],\n                [\n                    1702039200000,\n                    20\n                ],\n                [\n                    1702038900000,\n                    20\n                ],\n                [\n                    1702038600000,\n                    20\n                ],\n                [\n                    1702038300000,\n                    20\n                ],\n                [\n                    1702038000000,\n                    20\n                ],\n                [\n                    1702037700000,\n                    20\n                ],\n                [\n                    1702037400000,\n                    20\n                ],\n                [\n                    1702037100000,\n                    20\n                ],\n                [\n                    1702036800000,\n                    20\n                ],\n                [\n                    1702036500000,\n                    20\n                ],\n                [\n                    1702036200000,\n                    20\n                ],\n                [\n                    1702035900000,\n                    20\n                ],\n                [\n                    1702035600000,\n                    20\n                ],\n                [\n                    1702035300000,\n                    20\n                ],\n                [\n                    1702035000000,\n                    20\n                ],\n                [\n                    1702034700000,\n                    20\n                ],\n                [\n                    1702034400000,\n                    20\n                ],\n                [\n                    1702034100000,\n                    20\n                ],\n                [\n                    1702033800000,\n                    20\n                ],\n                [\n                    1702033500000,\n                    20\n                ],\n                [\n                    1702033200000,\n                    20\n                ],\n                [\n                    1702032900000,\n                    20\n                ],\n                [\n                    1702032600000,\n                    20\n                ],\n                [\n                    1702032300000,\n                    20\n                ],\n                [\n                    1702032000000,\n                    20\n                ],\n                [\n                    1702031700000,\n                    20\n                ],\n                [\n                    1702031400000,\n                    20\n                ],\n                [\n                    1702031100000,\n                    20\n                ],\n                [\n                    1702030800000,\n                    20\n                ],\n                [\n                    1702030500000,\n                    20\n                ],\n                [\n                    1702030200000,\n                    20\n                ],\n                [\n                    1702029900000,\n                    20\n                ],\n                [\n                    1702029600000,\n                    20\n                ],\n                [\n                    1702029300000,\n                    20\n                ],\n                [\n                    1702029000000,\n                    20\n                ],\n                [\n                    1702028700000,\n                    20\n                ],\n                [\n                    1702028400000,\n                    20\n                ],\n                [\n                    1702028100000,\n                    20\n                ],\n                [\n                    1702027800000,\n                    20\n                ],\n                [\n                    1702027500000,\n                    20\n                ],\n                [\n                    1702027200000,\n                    20\n                ],\n                [\n                    1702026900000,\n                    20\n                ],\n                [\n                    1702026600000,\n                    20\n                ],\n                [\n                    1702026300000,\n                    20\n                ],\n                [\n                    1702026000000,\n                    20\n                ],\n                [\n                    1702025700000,\n                    20\n                ],\n                [\n                    1702025400000,\n                    20\n                ],\n                [\n                    1702025100000,\n                    20\n                ],\n                [\n                    1702024800000,\n                    20\n                ],\n                [\n                    1702024500000,\n                    20\n                ],\n                [\n                    1702024200000,\n                    20\n                ],\n                [\n                    1702023900000,\n                    20\n                ],\n                [\n                    1702023600000,\n                    20\n                ],\n                [\n                    1702023300000,\n                    20\n                ],\n                [\n                    1702023000000,\n                    20\n                ],\n                [\n                    1702022700000,\n                    20\n                ],\n                [\n                    1702022400000,\n                    20\n                ],\n                [\n                    1702022100000,\n                    20\n                ],\n                [\n                    1702021800000,\n                    20\n                ],\n                [\n                    1702021500000,\n                    20\n                ],\n                [\n                    1702021200000,\n                    20\n                ],\n                [\n                    1702020900000,\n                    20\n                ],\n                [\n                    1702020600000,\n                    20\n                ],\n                [\n                    1702020300000,\n                    20\n                ],\n                [\n                    1702020000000,\n                    20\n                ],\n                [\n                    1702019700000,\n                    20\n                ],\n                [\n                    1702019400000,\n                    20\n                ],\n                [\n                    1702019100000,\n                    20\n                ],\n                [\n                    1702018800000,\n                    20\n                ],\n                [\n                    1702018500000,\n                    20\n                ],\n                [\n                    1702018200000,\n                    20\n                ],\n                [\n                    1702017900000,\n                    20\n                ],\n                [\n                    1702017600000,\n                    20\n                ],\n                [\n                    1702017300000,\n                    20\n                ],\n                [\n                    1702017000000,\n                    20\n                ],\n                [\n                    1702016700000,\n                    20\n                ],\n                [\n                    1702016400000,\n                    20\n                ],\n                [\n                    1702016100000,\n                    20\n                ],\n                [\n                    1702015800000,\n                    20\n                ],\n                [\n                    1702015500000,\n                    20\n                ],\n                [\n                    1702015200000,\n                    20\n                ],\n                [\n                    1702014900000,\n                    20\n                ],\n                [\n                    1702014600000,\n                    20\n                ],\n                [\n                    1702014300000,\n                    20\n                ],\n                [\n                    1702014000000,\n                    20\n                ],\n                [\n                    1702013700000,\n                    20\n                ],\n                [\n                    1702013400000,\n                    20\n                ],\n                [\n                    1702013100000,\n                    20\n                ],\n                [\n                    1702012800000,\n                    20\n                ],\n                [\n                    1702012500000,\n                    20\n                ],\n                [\n                    1702012200000,\n                    20\n                ],\n                [\n                    1702011900000,\n                    20\n                ],\n                [\n                    1702011600000,\n                    20\n                ],\n                [\n                    1702011300000,\n                    20\n                ],\n                [\n                    1702011000000,\n                    20\n                ],\n                [\n                    1702010700000,\n                    20\n                ],\n                [\n                    1702010400000,\n                    20\n                ],\n                [\n                    1702010100000,\n                    20\n                ],\n                [\n                    1702009800000,\n                    20\n                ],\n                [\n                    1702009500000,\n                    20\n                ],\n                [\n                    1702009200000,\n                    20\n                ],\n                [\n                    1702008900000,\n                    20\n                ],\n                [\n                    1702008600000,\n                    20\n                ],\n                [\n                    1702008300000,\n                    20\n                ],\n                [\n                    1702008000000,\n                    20\n                ],\n                [\n                    1702007700000,\n                    20\n                ],\n                [\n                    1702007400000,\n                    20\n                ],\n                [\n                    1702007100000,\n                    20\n                ],\n                [\n                    1702006800000,\n                    20\n                ],\n                [\n                    1702006500000,\n                    20\n                ],\n                [\n                    1702006200000,\n                    20\n                ],\n                [\n                    1702005900000,\n                    20\n                ],\n                [\n                    1702005600000,\n                    20\n                ],\n                [\n                    1702005300000,\n                    20\n                ],\n                [\n                    1702005000000,\n                    20\n                ],\n                [\n                    1702004700000,\n                    20\n                ],\n                [\n                    1702004400000,\n                    20\n                ],\n                [\n                    1702004100000,\n                    20\n                ],\n                [\n                    1702003800000,\n                    20\n                ],\n                [\n                    1702003500000,\n                    20\n                ],\n                [\n                    1702003200000,\n                    20\n                ],\n                [\n                    1702002900000,\n                    20\n                ],\n                [\n                    1702002600000,\n                    20\n                ],\n                [\n                    1702002300000,\n                    20\n                ],\n                [\n                    1702002000000,\n                    20\n                ],\n                [\n                    1702001700000,\n                    20\n                ],\n                [\n                    1702001400000,\n                    20\n                ],\n                [\n                    1702001100000,\n                    20\n                ],\n                [\n                    1702000800000,\n                    20\n                ],\n                [\n                    1702000500000,\n                    20\n                ],\n                [\n                    1702000200000,\n                    20\n                ],\n                [\n                    1701999900000,\n                    20\n                ],\n                [\n                    1701999600000,\n                    20\n                ],\n                [\n                    1701999300000,\n                    20\n                ],\n                [\n                    1701999000000,\n                    20\n                ],\n                [\n                    1701998700000,\n                    20\n                ],\n                [\n                    1701998400000,\n                    20\n                ],\n                [\n                    1701998100000,\n                    20\n                ],\n                [\n                    1701997800000,\n                    20\n                ],\n                [\n                    1701997500000,\n                    20\n                ],\n                [\n                    1701997200000,\n                    20\n                ],\n                [\n                    1701996900000,\n                    20\n                ],\n                [\n                    1701996600000,\n                    20\n                ],\n                [\n                    1701996300000,\n                    20\n                ],\n                [\n                    1701996000000,\n                    20\n                ],\n                [\n                    1701995700000,\n                    20\n                ],\n                [\n                    1701995400000,\n                    20\n                ],\n                [\n                    1701995100000,\n                    20\n                ],\n                [\n                    1701994800000,\n                    20\n                ],\n                [\n                    1701994500000,\n                    20\n                ],\n                [\n                    1701994200000,\n                    20\n                ],\n                [\n                    1701993900000,\n                    20\n                ],\n                [\n                    1701993600000,\n                    20\n                ],\n                [\n                    1701993300000,\n                    20\n                ],\n                [\n                    1701993000000,\n                    20\n                ],\n                [\n                    1701992700000,\n                    20\n                ],\n                [\n                    1701992400000,\n                    20\n                ],\n                [\n                    1701992100000,\n                    20\n                ],\n                [\n                    1701991800000,\n                    20\n                ],\n                [\n                    1701991500000,\n                    20\n                ],\n                [\n                    1701991200000,\n                    20\n                ],\n                [\n                    1701990900000,\n                    20\n                ],\n                [\n                    1701990600000,\n                    20\n                ],\n                [\n                    1701990300000,\n                    20\n                ],\n                [\n                    1701990000000,\n                    20\n                ],\n                [\n                    1701989700000,\n                    20\n                ],\n                [\n                    1701989400000,\n                    20\n                ],\n                [\n                    1701989100000,\n                    20\n                ],\n                [\n                    1701988800000,\n                    20\n                ],\n                [\n                    1701988500000,\n                    20\n                ],\n                [\n                    1701988200000,\n                    20\n                ],\n                [\n                    1701987900000,\n                    20\n                ],\n                [\n                    1701987600000,\n                    20\n                ],\n                [\n                    1701987300000,\n                    20\n                ],\n                [\n                    1701987000000,\n                    20\n                ],\n                [\n                    1701986700000,\n                    20\n                ],\n                [\n                    1701986400000,\n                    20\n                ],\n                [\n                    1701986100000,\n                    20\n                ],\n                [\n                    1701985800000,\n                    20\n                ],\n                [\n                    1701985500000,\n                    20\n                ],\n                [\n                    1701985200000,\n                    20\n                ],\n                [\n                    1701984900000,\n                    20\n                ],\n                [\n                    1701984600000,\n                    20\n                ],\n                [\n                    1701984300000,\n                    20\n                ],\n                [\n                    1701984000000,\n                    20\n                ],\n                [\n                    1701983700000,\n                    20\n                ],\n                [\n                    1701983400000,\n                    20\n                ],\n                [\n                    1701983100000,\n                    20\n                ],\n                [\n                    1701982800000,\n                    20\n                ],\n                [\n                    1701982500000,\n                    20\n                ],\n                [\n                    1701982200000,\n                    20\n                ],\n                [\n                    1701981900000,\n                    20\n                ],\n                [\n                    1701981600000,\n                    20\n                ],\n                [\n                    1701981300000,\n                    20\n                ],\n                [\n                    1701981000000,\n                    20\n                ],\n                [\n                    1701980700000,\n                    20\n                ],\n                [\n                    1701980400000,\n                    20\n                ],\n                [\n                    1701980100000,\n                    20\n                ],\n                [\n                    1701979800000,\n                    20\n                ],\n                [\n                    1701979500000,\n                    20\n                ],\n                [\n                    1701979200000,\n                    20\n                ],\n                [\n                    1701978900000,\n                    20\n                ],\n                [\n                    1701978600000,\n                    20\n                ],\n                [\n                    1701978300000,\n                    20\n                ],\n                [\n                    1701978000000,\n                    20\n                ],\n                [\n                    1701977700000,\n                    20\n                ],\n                [\n                    1701977400000,\n                    20\n                ],\n                [\n                    1701977100000,\n                    20\n                ],\n                [\n                    1701976800000,\n                    20\n                ],\n                [\n                    1701976500000,\n                    20\n                ],\n                [\n                    1701976200000,\n                    20\n                ],\n                [\n                    1701975900000,\n                    20\n                ],\n                [\n                    1701975600000,\n                    20\n                ],\n                [\n                    1701975300000,\n                    20\n                ],\n                [\n                    1701975000000,\n                    20\n                ],\n                [\n                    1701974700000,\n                    20\n                ],\n                [\n                    1701974400000,\n                    20\n                ],\n                [\n                    1701974100000,\n                    20\n                ],\n                [\n                    1701973800000,\n                    20\n                ],\n                [\n                    1701973500000,\n                    20\n                ],\n                [\n                    1701973200000,\n                    20\n                ],\n                [\n                    1701972900000,\n                    20\n                ],\n                [\n                    1701972600000,\n                    20\n                ],\n                [\n                    1701972300000,\n                    20\n                ],\n                [\n                    1701972000000,\n                    20\n                ],\n                [\n                    1701971700000,\n                    20\n                ],\n                [\n                    1701971400000,\n                    20\n                ],\n                [\n                    1701971100000,\n                    20\n                ],\n                [\n                    1701970800000,\n                    20\n                ],\n                [\n                    1701970500000,\n                    20\n                ],\n                [\n                    1701970200000,\n                    20\n                ],\n                [\n                    1701969900000,\n                    20\n                ],\n                [\n                    1701969600000,\n                    20\n                ],\n                [\n                    1701969300000,\n                    20\n                ],\n                [\n                    1701969000000,\n                    20\n                ],\n                [\n                    1701968700000,\n                    20\n                ],\n                [\n                    1701968400000,\n                    20\n                ],\n                [\n                    1701968100000,\n                    20\n                ],\n                [\n                    1701967800000,\n                    20\n                ],\n                [\n                    1701967500000,\n                    20\n                ],\n                [\n                    1701967200000,\n                    20\n                ],\n                [\n                    1701966900000,\n                    20\n                ],\n                [\n                    1701966600000,\n                    20\n                ],\n                [\n                    1701966300000,\n                    20\n                ],\n                [\n                    1701966000000,\n                    20\n                ],\n                [\n                    1701965700000,\n                    20\n                ],\n                [\n                    1701965400000,\n                    20\n                ],\n                [\n                    1701965100000,\n                    20\n                ],\n                [\n                    1701964800000,\n                    20\n                ],\n                [\n                    1701964500000,\n                    20\n                ],\n                [\n                    1701964200000,\n                    20\n                ],\n                [\n                    1701963900000,\n                    20\n                ],\n                [\n                    1701963600000,\n                    20\n                ],\n                [\n                    1701963300000,\n                    20\n                ],\n                [\n                    1701963000000,\n                    20\n                ],\n                [\n                    1701962700000,\n                    20\n                ],\n                [\n                    1701962400000,\n                    20\n                ],\n                [\n                    1701962100000,\n                    20\n                ],\n                [\n                    1701961800000,\n                    20\n                ],\n                [\n                    1701961500000,\n                    20\n                ],\n                [\n                    1701961200000,\n                    20\n                ],\n                [\n                    1701960900000,\n                    20\n                ],\n                [\n                    1701960600000,\n                    20\n                ],\n                [\n                    1701960300000,\n                    20\n                ],\n                [\n                    1701960000000,\n                    20\n                ],\n                [\n                    1701959700000,\n                    20\n                ],\n                [\n                    1701959400000,\n                    20\n                ],\n                [\n                    1701959100000,\n                    20\n                ],\n                [\n                    1701958800000,\n                    20\n                ],\n                [\n                    1701958500000,\n                    20\n                ],\n                [\n                    1701958200000,\n                    20\n                ],\n                [\n                    1701957900000,\n                    20\n                ],\n                [\n                    1701957600000,\n                    20\n                ],\n                [\n                    1701957300000,\n                    20\n                ],\n                [\n                    1701957000000,\n                    20\n                ],\n                [\n                    1701956700000,\n                    20\n                ],\n                [\n                    1701956400000,\n                    20\n                ],\n                [\n                    1701956100000,\n                    20\n                ],\n                [\n                    1701955800000,\n                    20\n                ],\n                [\n                    1701955500000,\n                    20\n                ],\n                [\n                    1701955200000,\n                    20\n                ],\n                [\n                    1701954900000,\n                    20\n                ],\n                [\n                    1701954600000,\n                    20\n                ],\n                [\n                    1701954300000,\n                    20\n                ],\n                [\n                    1701954000000,\n                    20\n                ],\n                [\n                    1701953700000,\n                    20\n                ],\n                [\n                    1701953400000,\n                    20\n                ],\n                [\n                    1701953100000,\n                    20\n                ],\n                [\n                    1701952800000,\n                    20\n                ],\n                [\n                    1701952500000,\n                    20\n                ],\n                [\n                    1701952200000,\n                    20\n                ],\n                [\n                    1701951900000,\n                    20\n                ],\n                [\n                    1701951600000,\n                    20\n                ],\n                [\n                    1701951300000,\n                    20\n                ],\n                [\n                    1701951000000,\n                    20\n                ],\n                [\n                    1701950700000,\n                    20\n                ],\n                [\n                    1701950400000,\n                    20\n                ],\n                [\n                    1701950100000,\n                    20\n                ],\n                [\n                    1701949800000,\n                    20\n                ],\n                [\n                    1701949500000,\n                    20\n                ],\n                [\n                    1701949200000,\n                    20\n                ],\n                [\n                    1701948900000,\n                    20\n                ],\n                [\n                    1701948600000,\n                    20\n                ],\n                [\n                    1701948300000,\n                    20\n                ],\n                [\n                    1701948000000,\n                    20\n                ],\n                [\n                    1701947700000,\n                    20\n                ],\n                [\n                    1701947400000,\n                    20\n                ],\n                [\n                    1701947100000,\n                    20\n                ],\n                [\n                    1701946800000,\n                    20\n                ],\n                [\n                    1701946500000,\n                    20\n                ],\n                [\n                    1701946200000,\n                    20\n                ],\n                [\n                    1701945900000,\n                    20\n                ],\n                [\n                    1701945600000,\n                    20\n                ],\n                [\n                    1701945300000,\n                    20\n                ],\n                [\n                    1701945000000,\n                    20\n                ],\n                [\n                    1701944700000,\n                    20\n                ],\n                [\n                    1701944400000,\n                    20\n                ],\n                [\n                    1701944100000,\n                    20\n                ],\n                [\n                    1701943800000,\n                    20\n                ],\n                [\n                    1701943500000,\n                    20\n                ],\n                [\n                    1701943200000,\n                    20\n                ],\n                [\n                    1701942900000,\n                    20\n                ],\n                [\n                    1701942600000,\n                    20\n                ],\n                [\n                    1701942300000,\n                    20\n                ],\n                [\n                    1701942000000,\n                    20\n                ],\n                [\n                    1701941700000,\n                    20\n                ],\n                [\n                    1701941400000,\n                    20\n                ],\n                [\n                    1701941100000,\n                    20\n                ],\n                [\n                    1701940800000,\n                    20\n                ],\n                [\n                    1701940500000,\n                    20\n                ],\n                [\n                    1701940200000,\n                    20\n                ],\n                [\n                    1701939900000,\n                    20\n                ],\n                [\n                    1701939600000,\n                    20\n                ],\n                [\n                    1701939300000,\n                    20\n                ],\n                [\n                    1701939000000,\n                    20\n                ],\n                [\n                    1701938700000,\n                    20\n                ],\n                [\n                    1701938400000,\n                    20\n                ],\n                [\n                    1701938100000,\n                    20\n                ],\n                [\n                    1701937800000,\n                    20\n                ],\n                [\n                    1701937500000,\n                    20\n                ],\n                [\n                    1701937200000,\n                    20\n                ],\n                [\n                    1701936900000,\n                    20\n                ],\n                [\n                    1701936600000,\n                    20\n                ],\n                [\n                    1701936300000,\n                    20\n                ],\n                [\n                    1701936000000,\n                    20\n                ],\n                [\n                    1701935700000,\n                    20\n                ],\n                [\n                    1701935400000,\n                    20\n                ],\n                [\n                    1701935100000,\n                    20\n                ],\n                [\n                    1701934800000,\n                    20\n                ],\n                [\n                    1701934500000,\n                    20\n                ],\n                [\n                    1701934200000,\n                    20\n                ],\n                [\n                    1701933900000,\n                    20\n                ],\n                [\n                    1701933600000,\n                    20\n                ],\n                [\n                    1701933300000,\n                    20\n                ],\n                [\n                    1701933000000,\n                    20\n                ],\n                [\n                    1701932700000,\n                    20\n                ],\n                [\n                    1701932400000,\n                    20\n                ],\n                [\n                    1701932100000,\n                    20\n                ],\n                [\n                    1701931800000,\n                    20\n                ],\n                [\n                    1701931500000,\n                    20\n                ],\n                [\n                    1701931200000,\n                    20\n                ],\n                [\n                    1701930900000,\n                    20\n                ],\n                [\n                    1701930600000,\n                    20\n                ],\n                [\n                    1701930300000,\n                    20\n                ],\n                [\n                    1701930000000,\n                    20\n                ],\n                [\n                    1701929700000,\n                    20\n                ],\n                [\n                    1701929400000,\n                    20\n                ],\n                [\n                    1701929100000,\n                    20\n                ],\n                [\n                    1701928800000,\n                    20\n                ],\n                [\n                    1701928500000,\n                    20\n                ],\n                [\n                    1701928200000,\n                    20\n                ],\n                [\n                    1701927900000,\n                    20\n                ],\n                [\n                    1701927600000,\n                    20\n                ],\n                [\n                    1701927300000,\n                    20\n                ],\n                [\n                    1701927000000,\n                    20\n                ],\n                [\n                    1701926700000,\n                    20\n                ],\n                [\n                    1701926400000,\n                    20\n                ],\n                [\n                    1701926100000,\n                    20\n                ],\n                [\n                    1701925800000,\n                    20\n                ],\n                [\n                    1701925500000,\n                    20\n                ],\n                [\n                    1701925200000,\n                    20\n                ],\n                [\n                    1701924900000,\n                    20\n                ],\n                [\n                    1701924600000,\n                    20\n                ],\n                [\n                    1701924300000,\n                    20\n                ],\n                [\n                    1701924000000,\n                    20\n                ],\n                [\n                    1701923700000,\n                    20\n                ],\n                [\n                    1701923400000,\n                    20\n                ],\n                [\n                    1701923100000,\n                    20\n                ],\n                [\n                    1701922800000,\n                    20\n                ],\n                [\n                    1701922500000,\n                    20\n                ],\n                [\n                    1701922200000,\n                    20\n                ],\n                [\n                    1701921900000,\n                    20\n                ],\n                [\n                    1701921600000,\n                    20\n                ],\n                [\n                    1701921300000,\n                    20\n                ],\n                [\n                    1701921000000,\n                    20\n                ],\n                [\n                    1701920700000,\n                    20\n                ],\n                [\n                    1701920400000,\n                    20\n                ],\n                [\n                    1701920100000,\n                    20\n                ],\n                [\n                    1701919800000,\n                    20\n                ],\n                [\n                    1701919500000,\n                    20\n                ],\n                [\n                    1701919200000,\n                    20\n                ],\n                [\n                    1701918900000,\n                    20\n                ],\n                [\n                    1701918600000,\n                    20\n                ],\n                [\n                    1701918300000,\n                    20\n                ],\n                [\n                    1701918000000,\n                    20\n                ],\n                [\n                    1701917700000,\n                    20\n                ],\n                [\n                    1701917400000,\n                    20\n                ],\n                [\n                    1701917100000,\n                    20\n                ],\n                [\n                    1701916800000,\n                    20\n                ],\n                [\n                    1701916500000,\n                    20\n                ],\n                [\n                    1701916200000,\n                    20\n                ],\n                [\n                    1701915900000,\n                    20\n                ],\n                [\n                    1701915600000,\n                    20\n                ],\n                [\n                    1701915300000,\n                    20\n                ],\n                [\n                    1701915000000,\n                    20\n                ],\n                [\n                    1701914700000,\n                    20\n                ],\n                [\n                    1701914400000,\n                    20\n                ],\n                [\n                    1701914100000,\n                    20\n                ],\n                [\n                    1701913800000,\n                    20\n                ],\n                [\n                    1701913500000,\n                    20\n                ],\n                [\n                    1701913200000,\n                    20\n                ],\n                [\n                    1701912900000,\n                    20\n                ],\n                [\n                    1701912600000,\n                    20\n                ],\n                [\n                    1701912300000,\n                    20\n                ],\n                [\n                    1701912000000,\n                    20\n                ],\n                [\n                    1701911700000,\n                    20\n                ],\n                [\n                    1701911400000,\n                    20\n                ],\n                [\n                    1701911100000,\n                    20\n                ],\n                [\n                    1701910800000,\n                    20\n                ],\n                [\n                    1701910500000,\n                    20\n                ],\n                [\n                    1701910200000,\n                    20\n                ],\n                [\n                    1701909900000,\n                    20\n                ],\n                [\n                    1701909600000,\n                    20\n                ],\n                [\n                    1701909300000,\n                    20\n                ],\n                [\n                    1701909000000,\n                    20\n                ],\n                [\n                    1701908700000,\n                    20\n                ],\n                [\n                    1701908400000,\n                    20\n                ],\n                [\n                    1701908100000,\n                    20\n                ],\n                [\n                    1701907800000,\n                    20\n                ],\n                [\n                    1701907500000,\n                    20\n                ],\n                [\n                    1701907200000,\n                    20\n                ],\n                [\n                    1701906900000,\n                    20\n                ],\n                [\n                    1701906600000,\n                    20\n                ],\n                [\n                    1701906300000,\n                    20\n                ],\n                [\n                    1701906000000,\n                    20\n                ],\n                [\n                    1701905700000,\n                    20\n                ],\n                [\n                    1701905400000,\n                    20\n                ],\n                [\n                    1701905100000,\n                    20\n                ],\n                [\n                    1701904800000,\n                    20\n                ],\n                [\n                    1701904500000,\n                    20\n                ],\n                [\n                    1701904200000,\n                    20\n                ],\n                [\n                    1701903900000,\n                    20\n                ],\n                [\n                    1701903600000,\n                    20\n                ],\n                [\n                    1701903300000,\n                    20\n                ],\n                [\n                    1701903000000,\n                    20\n                ],\n                [\n                    1701902700000,\n                    20\n                ],\n                [\n                    1701902400000,\n                    20\n                ],\n                [\n                    1701902100000,\n                    20\n                ],\n                [\n                    1701901800000,\n                    20\n                ],\n                [\n                    1701901500000,\n                    20\n                ],\n                [\n                    1701901200000,\n                    20\n                ],\n                [\n                    1701900900000,\n                    20\n                ],\n                [\n                    1701900600000,\n                    20\n                ],\n                [\n                    1701900300000,\n                    20\n                ],\n                [\n                    1701900000000,\n                    20\n                ],\n                [\n                    1701899700000,\n                    20\n                ],\n                [\n                    1701899400000,\n                    20\n                ],\n                [\n                    1701899100000,\n                    20\n                ],\n                [\n                    1701898800000,\n                    20\n                ],\n                [\n                    1701898500000,\n                    20\n                ],\n                [\n                    1701898200000,\n                    20\n                ],\n                [\n                    1701897900000,\n                    20\n                ],\n                [\n                    1701897600000,\n                    20\n                ],\n                [\n                    1701897300000,\n                    20\n                ],\n                [\n                    1701897000000,\n                    20\n                ],\n                [\n                    1701896700000,\n                    20\n                ],\n                [\n                    1701896400000,\n                    20\n                ],\n                [\n                    1701896100000,\n                    20\n                ],\n                [\n                    1701895800000,\n                    20\n                ],\n                [\n                    1701895500000,\n                    20\n                ],\n                [\n                    1701895200000,\n                    20\n                ],\n                [\n                    1701894900000,\n                    20\n                ],\n                [\n                    1701894600000,\n                    20\n                ],\n                [\n                    1701894300000,\n                    20\n                ],\n                [\n                    1701894000000,\n                    20\n                ],\n                [\n                    1701893700000,\n                    20\n                ],\n                [\n                    1701893400000,\n                    20\n                ],\n                [\n                    1701893100000,\n                    20\n                ],\n                [\n                    1701892800000,\n                    20\n                ],\n                [\n                    1701892500000,\n                    20\n                ],\n                [\n                    1701892200000,\n                    20\n                ],\n                [\n                    1701891900000,\n                    20\n                ],\n                [\n                    1701891600000,\n                    20\n                ],\n                [\n                    1701891300000,\n                    20\n                ],\n                [\n                    1701891000000,\n                    20\n                ],\n                [\n                    1701890700000,\n                    20\n                ],\n                [\n                    1701890400000,\n                    20\n                ],\n                [\n                    1701890100000,\n                    20\n                ],\n                [\n                    1701889800000,\n                    20\n                ],\n                [\n                    1701889500000,\n                    20\n                ],\n                [\n                    1701889200000,\n                    20\n                ],\n                [\n                    1701888900000,\n                    20\n                ],\n                [\n                    1701888600000,\n                    20\n                ],\n                [\n                    1701888300000,\n                    20\n                ],\n                [\n                    1701888000000,\n                    20\n                ],\n                [\n                    1701887700000,\n                    20\n                ],\n                [\n                    1701887400000,\n                    20\n                ],\n                [\n                    1701887100000,\n                    20\n                ],\n                [\n                    1701886800000,\n                    20\n                ],\n                [\n                    1701886500000,\n                    20\n                ],\n                [\n                    1701886200000,\n                    20\n                ],\n                [\n                    1701885900000,\n                    20\n                ],\n                [\n                    1701885600000,\n                    20\n                ],\n                [\n                    1701885300000,\n                    20\n                ],\n                [\n                    1701885000000,\n                    20\n                ],\n                [\n                    1701884700000,\n                    20\n                ],\n                [\n                    1701884400000,\n                    20\n                ],\n                [\n                    1701884100000,\n                    20\n                ],\n                [\n                    1701883800000,\n                    20\n                ],\n                [\n                    1701883500000,\n                    20\n                ],\n                [\n                    1701883200000,\n                    20\n                ],\n                [\n                    1701882900000,\n                    20\n                ],\n                [\n                    1701882600000,\n                    20\n                ],\n                [\n                    1701882300000,\n                    20\n                ],\n                [\n                    1701882000000,\n                    20\n                ],\n                [\n                    1701881700000,\n                    20\n                ],\n                [\n                    1701881400000,\n                    20\n                ],\n                [\n                    1701881100000,\n                    20\n                ],\n                [\n                    1701880800000,\n                    20\n                ],\n                [\n                    1701880500000,\n                    20\n                ],\n                [\n                    1701880200000,\n                    20\n                ],\n                [\n                    1701879900000,\n                    20\n                ],\n                [\n                    1701879600000,\n                    20\n                ],\n                [\n                    1701879300000,\n                    20\n                ],\n                [\n                    1701879000000,\n                    20\n                ],\n                [\n                    1701878700000,\n                    20\n                ],\n                [\n                    1701878400000,\n                    20\n                ],\n                [\n                    1701878100000,\n                    20\n                ],\n                [\n                    1701877800000,\n                    20\n                ],\n                [\n                    1701877500000,\n                    20\n                ],\n                [\n                    1701877200000,\n                    20\n                ],\n                [\n                    1701876900000,\n                    20\n                ],\n                [\n                    1701876600000,\n                    20\n                ],\n                [\n                    1701876300000,\n                    20\n                ],\n                [\n                    1701876000000,\n                    20\n                ],\n                [\n                    1701875700000,\n                    20\n                ],\n                [\n                    1701875400000,\n                    20\n                ],\n                [\n                    1701875100000,\n                    20\n                ],\n                [\n                    1701874800000,\n                    20\n                ],\n                [\n                    1701874500000,\n                    20\n                ],\n                [\n                    1701874200000,\n                    20\n                ],\n                [\n                    1701873900000,\n                    20\n                ],\n                [\n                    1701873600000,\n                    20\n                ],\n                [\n                    1701873300000,\n                    20\n                ],\n                [\n                    1701873000000,\n                    20\n                ],\n                [\n                    1701872700000,\n                    20\n                ],\n                [\n                    1701872400000,\n                    20\n                ],\n                [\n                    1701872100000,\n                    20\n                ],\n                [\n                    1701871800000,\n                    20\n                ],\n                [\n                    1701871500000,\n                    20\n                ],\n                [\n                    1701871200000,\n                    20\n                ],\n                [\n                    1701870900000,\n                    20\n                ],\n                [\n                    1701870600000,\n                    20\n                ],\n                [\n                    1701870300000,\n                    20\n                ],\n                [\n                    1701870000000,\n                    20\n                ],\n                [\n                    1701869700000,\n                    20\n                ],\n                [\n                    1701869400000,\n                    20\n                ],\n                [\n                    1701869100000,\n                    20\n                ],\n                [\n                    1701868800000,\n                    20\n                ],\n                [\n                    1701868500000,\n                    20\n                ],\n                [\n                    1701868200000,\n                    20\n                ],\n                [\n                    1701867900000,\n                    20\n                ],\n                [\n                    1701867600000,\n                    20\n                ],\n                [\n                    1701867300000,\n                    20\n                ],\n                [\n                    1701867000000,\n                    20\n                ],\n                [\n                    1701866700000,\n                    20\n                ],\n                [\n                    1701866400000,\n                    20\n                ],\n                [\n                    1701866100000,\n                    20\n                ],\n                [\n                    1701865800000,\n                    20\n                ],\n                [\n                    1701865500000,\n                    20\n                ],\n                [\n                    1701865200000,\n                    20\n                ],\n                [\n                    1701864900000,\n                    20\n                ],\n                [\n                    1701864600000,\n                    20\n                ],\n                [\n                    1701864300000,\n                    20\n                ],\n                [\n                    1701864000000,\n                    20\n                ],\n                [\n                    1701863700000,\n                    20\n                ],\n                [\n                    1701863400000,\n                    20\n                ],\n                [\n                    1701863100000,\n                    20\n                ],\n                [\n                    1701862800000,\n                    20\n                ],\n                [\n                    1701862500000,\n                    20\n                ],\n                [\n                    1701862200000,\n                    20\n                ],\n                [\n                    1701861900000,\n                    20\n                ],\n                [\n                    1701861600000,\n                    20\n                ],\n                [\n                    1701861300000,\n                    20\n                ],\n                [\n                    1701861000000,\n                    20\n                ],\n                [\n                    1701860700000,\n                    20\n                ],\n                [\n                    1701860400000,\n                    20\n                ],\n                [\n                    1701860100000,\n                    20\n                ],\n                [\n                    1701859800000,\n                    20\n                ],\n                [\n                    1701859500000,\n                    20\n                ],\n                [\n                    1701859200000,\n                    20\n                ],\n                [\n                    1701858900000,\n                    20\n                ],\n                [\n                    1701858600000,\n                    20\n                ],\n                [\n                    1701858300000,\n                    20\n                ],\n                [\n                    1701858000000,\n                    20\n                ],\n                [\n                    1701857700000,\n                    20\n                ],\n                [\n                    1701857400000,\n                    20\n                ],\n                [\n                    1701857100000,\n                    20\n                ],\n                [\n                    1701856800000,\n                    20\n                ],\n                [\n                    1701856500000,\n                    20\n                ],\n                [\n                    1701856200000,\n                    20\n                ],\n                [\n                    1701855900000,\n                    20\n                ],\n                [\n                    1701855600000,\n                    20\n                ],\n                [\n                    1701855300000,\n                    20\n                ],\n                [\n                    1701855000000,\n                    20\n                ],\n                [\n                    1701854700000,\n                    20\n                ],\n                [\n                    1701854400000,\n                    20\n                ],\n                [\n                    1701854100000,\n                    20\n                ],\n                [\n                    1701853800000,\n                    20\n                ],\n                [\n                    1701853500000,\n                    20\n                ],\n                [\n                    1701853200000,\n                    20\n                ],\n                [\n                    1701852900000,\n                    20\n                ],\n                [\n                    1701852600000,\n                    20\n                ],\n                [\n                    1701852300000,\n                    20\n                ]\n            ],\n            \"unit\": {\n                \"name\": \"Mbps\",\n                \"fullName\": \"Megabits per second\"\n            }\n        },\n        {\n            \"type\": \"B_BITS\",\n            \"subtype\": \"Out\",\n            \"samples\": [\n                [\n                    1702283700000,\n                    0.0009184\n                ],\n                [\n                    1702283400000,\n                    0.0010118133333333335\n                ],\n                [\n                    1702283100000,\n                    0.0014409066666666668\n                ],\n                [\n                    1702282800000,\n                    0.0009860266666666666\n                ],\n                [\n                    1702282500000,\n                    0.0010357333333333334\n                ],\n                [\n                    1702282200000,\n                    0.00097696\n                ],\n                [\n                    1702281900000,\n                    0.00100288\n                ],\n                [\n                    1702281600000,\n                    0.00083888\n                ],\n                [\n                    1702281300000,\n                    0.0010449866666666667\n                ],\n                [\n                    1702281000000,\n                    0.00084064\n                ],\n                [\n                    1702280700000,\n                    0.0009330133333333333\n                ],\n                [\n                    1702280400000,\n                    0.00111904\n                ],\n                [\n                    1702280100000,\n                    0.0009603733333333333\n                ],\n                [\n                    1702279800000,\n                    0.0010052799999999999\n                ],\n                [\n                    1702279500000,\n                    0.0011270133333333332\n                ],\n                [\n                    1702279200000,\n                    0.00089336\n                ],\n                [\n                    1702278900000,\n                    0.00037549333333333334\n                ],\n                [\n                    1702278600000,\n                    0.0011565066666666666\n                ],\n                [\n                    1702278300000,\n                    0.0010028533333333333\n                ],\n                [\n                    1702278000000,\n                    0.0010929066666666668\n                ],\n                [\n                    1702277700000,\n                    0.00105384\n                ],\n                [\n                    1702277400000,\n                    0.0010498933333333335\n                ],\n                [\n                    1702277100000,\n                    0.0008033866666666666\n                ],\n                [\n                    1702276800000,\n                    0.0008788266666666667\n                ],\n                [\n                    1702276500000,\n                    0.00087272\n                ],\n                [\n                    1702276200000,\n                    0.0007233866666666667\n                ],\n                [\n                    1702275900000,\n                    0.002587173333333333\n                ],\n                [\n                    1702275600000,\n                    0.0006930933333333334\n                ],\n                [\n                    1702275300000,\n                    0.00040386666666666665\n                ],\n                [\n                    1702275000000,\n                    0.00112976\n                ],\n                [\n                    1702274700000,\n                    0.0010265066666666667\n                ],\n                [\n                    1702274400000,\n                    0.00076536\n                ],\n                [\n                    1702274100000,\n                    0.0008354666666666667\n                ],\n                [\n                    1702273800000,\n                    0.00082288\n                ],\n                [\n                    1702273500000,\n                    0.0009029333333333332\n                ],\n                [\n                    1702273200000,\n                    0.0009767999999999999\n                ],\n                [\n                    1702272900000,\n                    0.0012365333333333333\n                ],\n                [\n                    1702272600000,\n                    0.0008960266666666666\n                ],\n                [\n                    1702272300000,\n                    0.0008908\n                ],\n                [\n                    1702272000000,\n                    0.0010633333333333332\n                ],\n                [\n                    1702271700000,\n                    0.00070152\n                ],\n                [\n                    1702271400000,\n                    0.0008301866666666667\n                ],\n                [\n                    1702271100000,\n                    0.00085936\n                ],\n                [\n                    1702270800000,\n                    0.0011086400000000001\n                ],\n                [\n                    1702270500000,\n                    0.0008264266666666666\n                ],\n                [\n                    1702270200000,\n                    0.0009461333333333333\n                ],\n                [\n                    1702269900000,\n                    0.0009412266666666667\n                ],\n                [\n                    1702269600000,\n                    0.0009070933333333334\n                ],\n                [\n                    1702269300000,\n                    0.0012319733333333333\n                ],\n                [\n                    1702269000000,\n                    0.00096544\n                ],\n                [\n                    1702268700000,\n                    0.00080976\n                ],\n                [\n                    1702268400000,\n                    0.000728\n                ],\n                [\n                    1702268100000,\n                    0.00109592\n                ],\n                [\n                    1702267800000,\n                    0.00086752\n                ],\n                [\n                    1702267500000,\n                    0.0008038133333333334\n                ],\n                [\n                    1702267200000,\n                    0.0008383733333333334\n                ],\n                [\n                    1702266900000,\n                    0.0007782666666666666\n                ],\n                [\n                    1702266600000,\n                    0.0008956266666666667\n                ],\n                [\n                    1702266300000,\n                    0.0015884533333333335\n                ],\n                [\n                    1702266000000,\n                    0.0032150133333333332\n                ],\n                [\n                    1702265700000,\n                    0.00328072\n                ],\n                [\n                    1702265400000,\n                    0.009392639999999999\n                ],\n                [\n                    1702265100000,\n                    0.006405813333333334\n                ],\n                [\n                    1702264800000,\n                    0.0008089866666666667\n                ],\n                [\n                    1702264500000,\n                    0.0008964\n                ],\n                [\n                    1702264200000,\n                    0.0014374666666666666\n                ],\n                [\n                    1702263900000,\n                    0.0015712\n                ],\n                [\n                    1702263600000,\n                    0.0009547466666666667\n                ],\n                [\n                    1702263300000,\n                    0.0009524533333333334\n                ],\n                [\n                    1702263000000,\n                    0.0008250933333333333\n                ],\n                [\n                    1702262700000,\n                    0.0008044533333333334\n                ],\n                [\n                    1702262400000,\n                    0.0008223999999999999\n                ],\n                [\n                    1702262100000,\n                    0.0008003466666666667\n                ],\n                [\n                    1702261800000,\n                    0.0007494133333333333\n                ],\n                [\n                    1702261500000,\n                    0.0008791733333333333\n                ],\n                [\n                    1702261200000,\n                    0.00066688\n                ],\n                [\n                    1702260900000,\n                    0.0007506133333333334\n                ],\n                [\n                    1702260600000,\n                    0.0008065866666666667\n                ],\n                [\n                    1702260300000,\n                    0.00086096\n                ],\n                [\n                    1702260000000,\n                    0.0008770399999999999\n                ],\n                [\n                    1702259700000,\n                    0.0009224266666666666\n                ],\n                [\n                    1702259400000,\n                    0.0010824\n                ],\n                [\n                    1702259100000,\n                    0.00083248\n                ],\n                [\n                    1702258800000,\n                    0.00090704\n                ],\n                [\n                    1702258500000,\n                    0.0008619733333333334\n                ],\n                [\n                    1702258200000,\n                    0.0008484\n                ],\n                [\n                    1702257900000,\n                    0.00089264\n                ],\n                [\n                    1702257600000,\n                    0.0009427999999999999\n                ],\n                [\n                    1702257300000,\n                    0.0007901866666666667\n                ],\n                [\n                    1702257000000,\n                    0.00077304\n                ],\n                [\n                    1702256700000,\n                    0.0008629600000000001\n                ],\n                [\n                    1702256400000,\n                    0.00074424\n                ],\n                [\n                    1702256100000,\n                    0.0007469866666666667\n                ],\n                [\n                    1702255800000,\n                    0.0007942666666666666\n                ],\n                [\n                    1702255500000,\n                    0.0012452799999999999\n                ],\n                [\n                    1702255200000,\n                    0.0023253333333333333\n                ],\n                [\n                    1702254900000,\n                    0.00341456\n                ],\n                [\n                    1702254600000,\n                    0.0036852533333333335\n                ],\n                [\n                    1702254300000,\n                    0.00338312\n                ],\n                [\n                    1702254000000,\n                    0.0007373600000000001\n                ],\n                [\n                    1702253700000,\n                    0.0007815466666666666\n                ],\n                [\n                    1702253400000,\n                    0.0007705866666666667\n                ],\n                [\n                    1702253100000,\n                    0.0009754933333333333\n                ],\n                [\n                    1702252800000,\n                    0.0008498666666666667\n                ],\n                [\n                    1702252500000,\n                    0.0009172266666666667\n                ],\n                [\n                    1702252200000,\n                    0.0009927733333333333\n                ],\n                [\n                    1702251900000,\n                    0.0007940533333333332\n                ],\n                [\n                    1702251600000,\n                    0.0006960800000000001\n                ],\n                [\n                    1702251300000,\n                    0.0007012533333333334\n                ],\n                [\n                    1702251000000,\n                    0.000698\n                ],\n                [\n                    1702250700000,\n                    0.0009005866666666667\n                ],\n                [\n                    1702250400000,\n                    0.0007745866666666667\n                ],\n                [\n                    1702250100000,\n                    0.00082448\n                ],\n                [\n                    1702249800000,\n                    0.0008803999999999999\n                ],\n                [\n                    1702249500000,\n                    0.0008834400000000001\n                ],\n                [\n                    1702249200000,\n                    0.0008646133333333333\n                ],\n                [\n                    1702248900000,\n                    0.0010128533333333333\n                ],\n                [\n                    1702248600000,\n                    0.00096968\n                ],\n                [\n                    1702248300000,\n                    0.0010048266666666666\n                ],\n                [\n                    1702248000000,\n                    0.00090152\n                ],\n                [\n                    1702247700000,\n                    0.000814\n                ],\n                [\n                    1702247400000,\n                    0.0006879466666666667\n                ],\n                [\n                    1702247100000,\n                    0.0008429066666666667\n                ],\n                [\n                    1702246800000,\n                    0.00081696\n                ],\n                [\n                    1702246500000,\n                    0.0007290933333333334\n                ],\n                [\n                    1702246200000,\n                    0.0006987733333333333\n                ],\n                [\n                    1702245900000,\n                    0.0007611466666666666\n                ],\n                [\n                    1702245600000,\n                    0.0008606933333333334\n                ],\n                [\n                    1702245300000,\n                    0.00077024\n                ],\n                [\n                    1702245000000,\n                    0.0008140533333333333\n                ],\n                [\n                    1702244700000,\n                    0.0007488\n                ],\n                [\n                    1702244400000,\n                    0.0009788266666666667\n                ],\n                [\n                    1702244100000,\n                    0.0006908266666666667\n                ],\n                [\n                    1702243800000,\n                    0.0005330133333333333\n                ],\n                [\n                    1702243500000,\n                    0.0007974133333333333\n                ],\n                [\n                    1702243200000,\n                    0.0007811200000000001\n                ],\n                [\n                    1702242900000,\n                    0.0009181866666666666\n                ],\n                [\n                    1702242600000,\n                    0.0009307466666666666\n                ],\n                [\n                    1702242300000,\n                    0.0009953333333333333\n                ],\n                [\n                    1702242000000,\n                    0.0007818666666666666\n                ],\n                [\n                    1702241700000,\n                    0.0007624800000000001\n                ],\n                [\n                    1702241400000,\n                    0.0012649333333333334\n                ],\n                [\n                    1702241100000,\n                    0.0008205599999999999\n                ],\n                [\n                    1702240800000,\n                    0.0008161066666666667\n                ],\n                [\n                    1702240500000,\n                    0.0010742133333333335\n                ],\n                [\n                    1702240200000,\n                    0.00087256\n                ],\n                [\n                    1702239900000,\n                    0.0008276266666666667\n                ],\n                [\n                    1702239600000,\n                    0.0008394933333333333\n                ],\n                [\n                    1702239300000,\n                    0.0009096533333333333\n                ],\n                [\n                    1702239000000,\n                    0.00082624\n                ],\n                [\n                    1702238700000,\n                    0.0010084533333333335\n                ],\n                [\n                    1702238400000,\n                    0.00091584\n                ],\n                [\n                    1702238100000,\n                    0.0009961066666666666\n                ],\n                [\n                    1702237800000,\n                    0.0007333600000000001\n                ],\n                [\n                    1702237500000,\n                    0.0009650666666666667\n                ],\n                [\n                    1702237200000,\n                    0.0006664266666666667\n                ],\n                [\n                    1702236900000,\n                    0.0009414400000000001\n                ],\n                [\n                    1702236600000,\n                    0.0007177866666666666\n                ],\n                [\n                    1702236300000,\n                    0.0007788266666666667\n                ],\n                [\n                    1702236000000,\n                    0.0012913866666666668\n                ],\n                [\n                    1702235700000,\n                    0.0010634666666666666\n                ],\n                [\n                    1702235400000,\n                    0.0009694933333333334\n                ],\n                [\n                    1702235100000,\n                    0.0010401066666666666\n                ],\n                [\n                    1702234800000,\n                    0.0010601066666666666\n                ],\n                [\n                    1702234500000,\n                    0.0011550133333333332\n                ],\n                [\n                    1702234200000,\n                    0.00095848\n                ],\n                [\n                    1702233900000,\n                    0.0008362933333333333\n                ],\n                [\n                    1702233600000,\n                    0.0008718666666666666\n                ],\n                [\n                    1702233300000,\n                    0.00080144\n                ],\n                [\n                    1702233000000,\n                    0.00109048\n                ],\n                [\n                    1702232700000,\n                    0.0008328\n                ],\n                [\n                    1702232400000,\n                    0.0011169866666666667\n                ],\n                [\n                    1702232100000,\n                    0.0008590133333333333\n                ],\n                [\n                    1702231800000,\n                    0.0012066666666666667\n                ],\n                [\n                    1702231500000,\n                    0.0009517333333333333\n                ],\n                [\n                    1702231200000,\n                    0.0007294666666666667\n                ],\n                [\n                    1702230900000,\n                    0.0011323733333333333\n                ],\n                [\n                    1702230600000,\n                    0.0009790133333333333\n                ],\n                [\n                    1702230300000,\n                    0.0009346666666666667\n                ],\n                [\n                    1702230000000,\n                    0.0008079733333333334\n                ],\n                [\n                    1702229700000,\n                    0.0009927733333333333\n                ],\n                [\n                    1702229400000,\n                    0.0008260533333333333\n                ],\n                [\n                    1702229100000,\n                    0.0009399733333333334\n                ],\n                [\n                    1702228800000,\n                    0.0009546666666666666\n                ],\n                [\n                    1702228500000,\n                    0.0007545599999999999\n                ],\n                [\n                    1702228200000,\n                    0.0008474400000000001\n                ],\n                [\n                    1702227900000,\n                    0.0008625866666666667\n                ],\n                [\n                    1702227600000,\n                    0.0008378400000000001\n                ],\n                [\n                    1702227300000,\n                    0.0008947733333333333\n                ],\n                [\n                    1702227000000,\n                    0.0007013066666666666\n                ],\n                [\n                    1702226700000,\n                    0.0008739199999999999\n                ],\n                [\n                    1702226400000,\n                    0.0006387466666666667\n                ],\n                [\n                    1702226100000,\n                    0.0007585599999999999\n                ],\n                [\n                    1702225800000,\n                    0.0007005333333333333\n                ],\n                [\n                    1702225500000,\n                    0.0009432\n                ],\n                [\n                    1702225200000,\n                    0.00107448\n                ],\n                [\n                    1702224900000,\n                    0.0007948533333333334\n                ],\n                [\n                    1702224600000,\n                    0.0016378933333333334\n                ],\n                [\n                    1702224300000,\n                    0.0007074933333333334\n                ],\n                [\n                    1702224000000,\n                    0.0007292\n                ],\n                [\n                    1702223700000,\n                    0.0007160266666666667\n                ],\n                [\n                    1702223400000,\n                    0.00089752\n                ],\n                [\n                    1702223100000,\n                    0.00075944\n                ],\n                [\n                    1702222800000,\n                    0.0007234666666666667\n                ],\n                [\n                    1702222500000,\n                    0.00067208\n                ],\n                [\n                    1702222200000,\n                    0.00088984\n                ],\n                [\n                    1702221900000,\n                    0.00049856\n                ],\n                [\n                    1702221600000,\n                    0.0006938933333333333\n                ],\n                [\n                    1702221300000,\n                    0.0008035733333333334\n                ],\n                [\n                    1702221000000,\n                    0.0007111733333333333\n                ],\n                [\n                    1702220700000,\n                    0.0007641333333333333\n                ],\n                [\n                    1702220400000,\n                    0.0007436000000000001\n                ],\n                [\n                    1702220100000,\n                    0.0013584\n                ],\n                [\n                    1702219800000,\n                    0.0006004\n                ],\n                [\n                    1702219500000,\n                    0.0011705066666666667\n                ],\n                [\n                    1702219200000,\n                    0.0007855733333333334\n                ],\n                [\n                    1702218900000,\n                    0.0007882400000000001\n                ],\n                [\n                    1702218600000,\n                    0.0007564\n                ],\n                [\n                    1702218300000,\n                    0.0005404533333333334\n                ],\n                [\n                    1702218000000,\n                    0.0006492000000000001\n                ],\n                [\n                    1702217700000,\n                    0.00069128\n                ],\n                [\n                    1702217400000,\n                    0.000816\n                ],\n                [\n                    1702217100000,\n                    0.00073416\n                ],\n                [\n                    1702216800000,\n                    0.00073752\n                ],\n                [\n                    1702216500000,\n                    0.0006790666666666667\n                ],\n                [\n                    1702216200000,\n                    0.0007105333333333333\n                ],\n                [\n                    1702215900000,\n                    0.0009042933333333333\n                ],\n                [\n                    1702215600000,\n                    0.0007455733333333334\n                ],\n                [\n                    1702215300000,\n                    0.0008417066666666668\n                ],\n                [\n                    1702215000000,\n                    0.0007402933333333333\n                ],\n                [\n                    1702214700000,\n                    0.0007029333333333333\n                ],\n                [\n                    1702214400000,\n                    0.0007048266666666667\n                ],\n                [\n                    1702214100000,\n                    0.0007118133333333334\n                ],\n                [\n                    1702213800000,\n                    0.0007935733333333334\n                ],\n                [\n                    1702213500000,\n                    0.0008198133333333333\n                ],\n                [\n                    1702213200000,\n                    0.0008215733333333334\n                ],\n                [\n                    1702212900000,\n                    0.0008293066666666666\n                ],\n                [\n                    1702212600000,\n                    0.0007831733333333333\n                ],\n                [\n                    1702212300000,\n                    0.0007843733333333334\n                ],\n                [\n                    1702212000000,\n                    0.00076704\n                ],\n                [\n                    1702211700000,\n                    0.0006986933333333334\n                ],\n                [\n                    1702211400000,\n                    0.00075512\n                ],\n                [\n                    1702211100000,\n                    0.0011411199999999998\n                ],\n                [\n                    1702210800000,\n                    0.0007292533333333333\n                ],\n                [\n                    1702210500000,\n                    0.0008513333333333334\n                ],\n                [\n                    1702210200000,\n                    0.00088544\n                ],\n                [\n                    1702209900000,\n                    0.0009077066666666667\n                ],\n                [\n                    1702209600000,\n                    0.0010569066666666668\n                ],\n                [\n                    1702209300000,\n                    0.0008865333333333333\n                ],\n                [\n                    1702209000000,\n                    0.0007945066666666667\n                ],\n                [\n                    1702208700000,\n                    0.0009287999999999999\n                ],\n                [\n                    1702208400000,\n                    0.0008320266666666667\n                ],\n                [\n                    1702208100000,\n                    0.0008299733333333334\n                ],\n                [\n                    1702207800000,\n                    0.0007049066666666667\n                ],\n                [\n                    1702207500000,\n                    0.0006930133333333333\n                ],\n                [\n                    1702207200000,\n                    0.0007976\n                ],\n                [\n                    1702206900000,\n                    0.0007306666666666667\n                ],\n                [\n                    1702206600000,\n                    0.0007107733333333333\n                ],\n                [\n                    1702206300000,\n                    0.00073312\n                ],\n                [\n                    1702206000000,\n                    0.0007023733333333333\n                ],\n                [\n                    1702205700000,\n                    0.0007087466666666666\n                ],\n                [\n                    1702205400000,\n                    0.0006779733333333334\n                ],\n                [\n                    1702205100000,\n                    0.000818\n                ],\n                [\n                    1702204800000,\n                    0.00053912\n                ],\n                [\n                    1702204500000,\n                    0.00089856\n                ],\n                [\n                    1702204200000,\n                    0.0007029600000000001\n                ],\n                [\n                    1702203900000,\n                    0.0007060266666666666\n                ],\n                [\n                    1702203600000,\n                    0.0006703733333333333\n                ],\n                [\n                    1702203300000,\n                    0.0009501333333333333\n                ],\n                [\n                    1702203000000,\n                    0.0007518666666666667\n                ],\n                [\n                    1702202700000,\n                    0.0006567200000000001\n                ],\n                [\n                    1702202400000,\n                    0.0006943733333333333\n                ],\n                [\n                    1702202100000,\n                    0.0007249866666666667\n                ],\n                [\n                    1702201800000,\n                    0.0007643999999999999\n                ],\n                [\n                    1702201500000,\n                    0.0008212\n                ],\n                [\n                    1702201200000,\n                    0.0005005866666666667\n                ],\n                [\n                    1702200900000,\n                    0.0006485066666666666\n                ],\n                [\n                    1702200600000,\n                    0.0007184\n                ],\n                [\n                    1702200300000,\n                    0.0006457066666666667\n                ],\n                [\n                    1702200000000,\n                    0.0007547999999999999\n                ],\n                [\n                    1702199700000,\n                    0.0010644266666666668\n                ],\n                [\n                    1702199400000,\n                    0.0007883466666666667\n                ],\n                [\n                    1702199100000,\n                    0.001008\n                ],\n                [\n                    1702198800000,\n                    0.0008377333333333334\n                ],\n                [\n                    1702198500000,\n                    0.0009454400000000001\n                ],\n                [\n                    1702198200000,\n                    0.0008287466666666666\n                ],\n                [\n                    1702197900000,\n                    0.0009606933333333334\n                ],\n                [\n                    1702197600000,\n                    0.0008573866666666667\n                ],\n                [\n                    1702197300000,\n                    0.00092696\n                ],\n                [\n                    1702197000000,\n                    0.0011281333333333335\n                ],\n                [\n                    1702196700000,\n                    0.0009422133333333334\n                ],\n                [\n                    1702196400000,\n                    0.00085696\n                ],\n                [\n                    1702196100000,\n                    0.0009193066666666666\n                ],\n                [\n                    1702195800000,\n                    0.0008495733333333333\n                ],\n                [\n                    1702195500000,\n                    0.0007989333333333333\n                ],\n                [\n                    1702195200000,\n                    0.0007920533333333333\n                ],\n                [\n                    1702194900000,\n                    0.0008733866666666666\n                ],\n                [\n                    1702194600000,\n                    0.0008777333333333334\n                ],\n                [\n                    1702194300000,\n                    0.0009534400000000001\n                ],\n                [\n                    1702194000000,\n                    0.0009770133333333333\n                ],\n                [\n                    1702193700000,\n                    0.0008981066666666667\n                ],\n                [\n                    1702193400000,\n                    0.00086072\n                ],\n                [\n                    1702193100000,\n                    0.00073696\n                ],\n                [\n                    1702192800000,\n                    0.0007140266666666666\n                ],\n                [\n                    1702192500000,\n                    0.0006748533333333334\n                ],\n                [\n                    1702192200000,\n                    0.00062648\n                ],\n                [\n                    1702191900000,\n                    0.00068952\n                ],\n                [\n                    1702191600000,\n                    0.0007698666666666667\n                ],\n                [\n                    1702191300000,\n                    0.0007691466666666666\n                ],\n                [\n                    1702191000000,\n                    0.0007480266666666667\n                ],\n                [\n                    1702190700000,\n                    0.0011298933333333335\n                ],\n                [\n                    1702190400000,\n                    0.00078472\n                ],\n                [\n                    1702190100000,\n                    0.0007416533333333333\n                ],\n                [\n                    1702189800000,\n                    0.0013393866666666667\n                ],\n                [\n                    1702189500000,\n                    0.0012774400000000001\n                ],\n                [\n                    1702189200000,\n                    0.0007472000000000001\n                ],\n                [\n                    1702188900000,\n                    0.00079064\n                ],\n                [\n                    1702188600000,\n                    0.0009530133333333333\n                ],\n                [\n                    1702188300000,\n                    0.0007786933333333334\n                ],\n                [\n                    1702188000000,\n                    0.0006577333333333333\n                ],\n                [\n                    1702187700000,\n                    0.0009324266666666666\n                ],\n                [\n                    1702187400000,\n                    0.0009060533333333332\n                ],\n                [\n                    1702187100000,\n                    0.0008514933333333333\n                ],\n                [\n                    1702186800000,\n                    0.0008602133333333333\n                ],\n                [\n                    1702186500000,\n                    0.0008480266666666666\n                ],\n                [\n                    1702186200000,\n                    0.0008009333333333332\n                ],\n                [\n                    1702185900000,\n                    0.0007164533333333334\n                ],\n                [\n                    1702185600000,\n                    0.0008791733333333333\n                ],\n                [\n                    1702185300000,\n                    0.0007927733333333334\n                ],\n                [\n                    1702185000000,\n                    0.0008177333333333333\n                ],\n                [\n                    1702184700000,\n                    0.0008997333333333334\n                ],\n                [\n                    1702184400000,\n                    0.0009856\n                ],\n                [\n                    1702184100000,\n                    0.0008425866666666667\n                ],\n                [\n                    1702183800000,\n                    0.0006097333333333334\n                ],\n                [\n                    1702183500000,\n                    0.0005937333333333333\n                ],\n                [\n                    1702183200000,\n                    0.00048424\n                ],\n                [\n                    1702182900000,\n                    0.00038573333333333335\n                ],\n                [\n                    1702182600000,\n                    0.00055376\n                ],\n                [\n                    1702182300000,\n                    0.00036325333333333333\n                ],\n                [\n                    1702182000000,\n                    0.00031413333333333334\n                ],\n                [\n                    1702181700000,\n                    0.0003499733333333334\n                ],\n                [\n                    1702181400000,\n                    0.00021650666666666666\n                ],\n                [\n                    1702181100000,\n                    0.00021591999999999998\n                ],\n                [\n                    1702180800000,\n                    0.0003601333333333333\n                ],\n                [\n                    1702180500000,\n                    0.00026082666666666667\n                ],\n                [\n                    1702180200000,\n                    0.00033885333333333334\n                ],\n                [\n                    1702179900000,\n                    0.00040762666666666666\n                ],\n                [\n                    1702179600000,\n                    0.0004898666666666667\n                ],\n                [\n                    1702179300000,\n                    0.00036176\n                ],\n                [\n                    1702179000000,\n                    0.0004198133333333333\n                ],\n                [\n                    1702178700000,\n                    0.0004912533333333334\n                ],\n                [\n                    1702178400000,\n                    0.00073008\n                ],\n                [\n                    1702178100000,\n                    0.0003207733333333333\n                ],\n                [\n                    1702177800000,\n                    0.00028664\n                ],\n                [\n                    1702177500000,\n                    0.00031944\n                ],\n                [\n                    1702177200000,\n                    0.00040437333333333335\n                ],\n                [\n                    1702176900000,\n                    0.00033656\n                ],\n                [\n                    1702176600000,\n                    0.00031506666666666666\n                ],\n                [\n                    1702176300000,\n                    0.00030050666666666667\n                ],\n                [\n                    1702176000000,\n                    0.00031245333333333335\n                ],\n                [\n                    1702175700000,\n                    0.000306\n                ],\n                [\n                    1702175400000,\n                    0.00037394666666666664\n                ],\n                [\n                    1702175100000,\n                    0.0003095733333333333\n                ],\n                [\n                    1702174800000,\n                    0.0003075733333333333\n                ],\n                [\n                    1702174500000,\n                    0.00039232\n                ],\n                [\n                    1702174200000,\n                    0.00040154666666666666\n                ],\n                [\n                    1702173900000,\n                    0.00037458666666666664\n                ],\n                [\n                    1702173600000,\n                    0.0005267466666666667\n                ],\n                [\n                    1702173300000,\n                    0.0004211733333333333\n                ],\n                [\n                    1702173000000,\n                    0.00038144\n                ],\n                [\n                    1702172700000,\n                    0.00031597333333333337\n                ],\n                [\n                    1702172400000,\n                    0.00046448\n                ],\n                [\n                    1702172100000,\n                    0.000358\n                ],\n                [\n                    1702171800000,\n                    0.00046285333333333337\n                ],\n                [\n                    1702171500000,\n                    0.00035208\n                ],\n                [\n                    1702171200000,\n                    0.0007185333333333333\n                ],\n                [\n                    1702170900000,\n                    0.00034562666666666667\n                ],\n                [\n                    1702170600000,\n                    0.00041378666666666667\n                ],\n                [\n                    1702170300000,\n                    0.00040439999999999996\n                ],\n                [\n                    1702170000000,\n                    0.0003473866666666667\n                ],\n                [\n                    1702169700000,\n                    0.0002904266666666667\n                ],\n                [\n                    1702169400000,\n                    0.00023944\n                ],\n                [\n                    1702169100000,\n                    0.0003544\n                ],\n                [\n                    1702168800000,\n                    0.00025997333333333336\n                ],\n                [\n                    1702168500000,\n                    0.00029176\n                ],\n                [\n                    1702168200000,\n                    0.0002968266666666667\n                ],\n                [\n                    1702167900000,\n                    0.0002948\n                ],\n                [\n                    1702167600000,\n                    0.00038218666666666666\n                ],\n                [\n                    1702167300000,\n                    0.00048341333333333335\n                ],\n                [\n                    1702167000000,\n                    0.00038541333333333335\n                ],\n                [\n                    1702166700000,\n                    0.0003989066666666667\n                ],\n                [\n                    1702166400000,\n                    0.0003304266666666667\n                ],\n                [\n                    1702166100000,\n                    0.0003097866666666667\n                ],\n                [\n                    1702165800000,\n                    0.00029581333333333334\n                ],\n                [\n                    1702165500000,\n                    0.00051112\n                ],\n                [\n                    1702165200000,\n                    0.000372\n                ],\n                [\n                    1702164900000,\n                    0.0003047733333333333\n                ],\n                [\n                    1702164600000,\n                    0.0003550133333333333\n                ],\n                [\n                    1702164300000,\n                    0.0003019466666666667\n                ],\n                [\n                    1702164000000,\n                    0.00030584\n                ],\n                [\n                    1702163700000,\n                    0.00024074666666666666\n                ],\n                [\n                    1702163400000,\n                    0.00030597333333333334\n                ],\n                [\n                    1702163100000,\n                    0.00033781333333333333\n                ],\n                [\n                    1702162800000,\n                    0.0005589866666666667\n                ],\n                [\n                    1702162500000,\n                    0.00028546666666666665\n                ],\n                [\n                    1702162200000,\n                    0.00031848\n                ],\n                [\n                    1702161900000,\n                    0.00031762666666666664\n                ],\n                [\n                    1702161600000,\n                    0.0003764\n                ],\n                [\n                    1702161300000,\n                    0.0004504\n                ],\n                [\n                    1702161000000,\n                    0.0004203466666666667\n                ],\n                [\n                    1702160700000,\n                    0.0005159466666666667\n                ],\n                [\n                    1702160400000,\n                    0.0004094666666666666\n                ],\n                [\n                    1702160100000,\n                    0.0005927466666666666\n                ],\n                [\n                    1702159800000,\n                    0.0003779466666666667\n                ],\n                [\n                    1702159500000,\n                    0.00035672000000000004\n                ],\n                [\n                    1702159200000,\n                    0.0006498933333333333\n                ],\n                [\n                    1702158900000,\n                    0.0004573066666666667\n                ],\n                [\n                    1702158600000,\n                    0.00043770666666666664\n                ],\n                [\n                    1702158300000,\n                    0.00043629333333333335\n                ],\n                [\n                    1702158000000,\n                    0.00046264\n                ],\n                [\n                    1702157700000,\n                    0.0004885333333333334\n                ],\n                [\n                    1702157400000,\n                    0.00043544\n                ],\n                [\n                    1702157100000,\n                    0.0003987733333333333\n                ],\n                [\n                    1702156800000,\n                    0.00033682666666666667\n                ],\n                [\n                    1702156500000,\n                    0.00031066666666666666\n                ],\n                [\n                    1702156200000,\n                    0.00029096\n                ],\n                [\n                    1702155900000,\n                    0.0003805866666666666\n                ],\n                [\n                    1702155600000,\n                    0.0002674933333333333\n                ],\n                [\n                    1702155300000,\n                    0.00028325333333333334\n                ],\n                [\n                    1702155000000,\n                    0.0002476\n                ],\n                [\n                    1702154700000,\n                    0.00036024\n                ],\n                [\n                    1702154400000,\n                    0.00047717333333333333\n                ],\n                [\n                    1702154100000,\n                    0.00037688\n                ],\n                [\n                    1702153800000,\n                    0.0005075466666666666\n                ],\n                [\n                    1702153500000,\n                    0.00034050666666666666\n                ],\n                [\n                    1702153200000,\n                    0.00042338666666666663\n                ],\n                [\n                    1702152900000,\n                    0.00048992\n                ],\n                [\n                    1702152600000,\n                    0.0003855466666666667\n                ],\n                [\n                    1702152300000,\n                    0.0003788\n                ],\n                [\n                    1702152000000,\n                    0.00049232\n                ],\n                [\n                    1702151700000,\n                    0.0003446666666666667\n                ],\n                [\n                    1702151400000,\n                    0.00033176\n                ],\n                [\n                    1702151100000,\n                    0.00041378666666666667\n                ],\n                [\n                    1702150800000,\n                    0.0004338666666666667\n                ],\n                [\n                    1702150500000,\n                    0.00038354666666666666\n                ],\n                [\n                    1702150200000,\n                    0.00040919999999999997\n                ],\n                [\n                    1702149900000,\n                    0.00042095999999999995\n                ],\n                [\n                    1702149600000,\n                    0.0003343733333333333\n                ],\n                [\n                    1702149300000,\n                    0.00031727999999999997\n                ],\n                [\n                    1702149000000,\n                    0.00033448\n                ],\n                [\n                    1702148700000,\n                    0.00043874666666666664\n                ],\n                [\n                    1702148400000,\n                    0.0004126666666666667\n                ],\n                [\n                    1702148100000,\n                    0.00046362666666666666\n                ],\n                [\n                    1702147800000,\n                    0.0007583466666666667\n                ],\n                [\n                    1702147500000,\n                    0.0003913333333333333\n                ],\n                [\n                    1702147200000,\n                    0.0004938133333333333\n                ],\n                [\n                    1702146900000,\n                    0.0007164266666666666\n                ],\n                [\n                    1702146600000,\n                    0.00041863999999999996\n                ],\n                [\n                    1702146300000,\n                    0.0005646133333333333\n                ],\n                [\n                    1702146000000,\n                    0.00035613333333333333\n                ],\n                [\n                    1702145700000,\n                    0.00029944\n                ],\n                [\n                    1702145400000,\n                    0.00028184\n                ],\n                [\n                    1702145100000,\n                    0.00028373333333333336\n                ],\n                [\n                    1702144800000,\n                    0.00023119999999999998\n                ],\n                [\n                    1702144500000,\n                    0.00022477333333333335\n                ],\n                [\n                    1702144200000,\n                    0.00022749333333333335\n                ],\n                [\n                    1702143900000,\n                    0.00023368\n                ],\n                [\n                    1702143600000,\n                    0.00024456\n                ],\n                [\n                    1702143300000,\n                    0.00021559999999999998\n                ],\n                [\n                    1702143000000,\n                    0.00059312\n                ],\n                [\n                    1702142700000,\n                    0.00030088\n                ],\n                [\n                    1702142400000,\n                    0.00035112\n                ],\n                [\n                    1702142100000,\n                    0.0003872\n                ],\n                [\n                    1702141800000,\n                    0.0007205866666666667\n                ],\n                [\n                    1702141500000,\n                    0.0005090133333333334\n                ],\n                [\n                    1702141200000,\n                    0.0006390666666666667\n                ],\n                [\n                    1702140900000,\n                    0.0006167999999999999\n                ],\n                [\n                    1702140600000,\n                    0.00049256\n                ],\n                [\n                    1702140300000,\n                    0.00063304\n                ],\n                [\n                    1702140000000,\n                    0.00036951999999999997\n                ],\n                [\n                    1702139700000,\n                    0.00035581333333333334\n                ],\n                [\n                    1702139400000,\n                    0.00039194666666666665\n                ],\n                [\n                    1702139100000,\n                    0.00033146666666666663\n                ],\n                [\n                    1702138800000,\n                    0.00030941333333333335\n                ],\n                [\n                    1702138500000,\n                    0.0003698666666666667\n                ],\n                [\n                    1702138200000,\n                    0.00036664\n                ],\n                [\n                    1702137900000,\n                    0.00057072\n                ],\n                [\n                    1702137600000,\n                    0.0004867466666666667\n                ],\n                [\n                    1702137300000,\n                    0.0005409333333333333\n                ],\n                [\n                    1702137000000,\n                    0.00032701333333333334\n                ],\n                [\n                    1702136700000,\n                    0.0008332266666666667\n                ],\n                [\n                    1702136400000,\n                    0.00049736\n                ],\n                [\n                    1702136100000,\n                    0.00035914666666666666\n                ],\n                [\n                    1702135800000,\n                    0.0004393066666666667\n                ],\n                [\n                    1702135500000,\n                    0.0005834933333333333\n                ],\n                [\n                    1702135200000,\n                    0.0005869333333333333\n                ],\n                [\n                    1702134900000,\n                    0.0004043466666666667\n                ],\n                [\n                    1702134600000,\n                    0.0005393866666666666\n                ],\n                [\n                    1702134300000,\n                    0.0005824\n                ],\n                [\n                    1702134000000,\n                    0.0007766933333333333\n                ],\n                [\n                    1702133700000,\n                    0.0008991466666666666\n                ],\n                [\n                    1702133400000,\n                    0.00036418666666666665\n                ],\n                [\n                    1702133100000,\n                    0.00030050666666666667\n                ],\n                [\n                    1702132800000,\n                    0.00045077333333333334\n                ],\n                [\n                    1702132500000,\n                    0.00039970666666666664\n                ],\n                [\n                    1702132200000,\n                    0.0003904\n                ],\n                [\n                    1702131900000,\n                    0.0003943733333333333\n                ],\n                [\n                    1702131600000,\n                    0.00057128\n                ],\n                [\n                    1702131300000,\n                    0.00049776\n                ],\n                [\n                    1702131000000,\n                    0.0005351466666666667\n                ],\n                [\n                    1702130700000,\n                    0.00044746666666666663\n                ],\n                [\n                    1702130400000,\n                    0.0005600533333333333\n                ],\n                [\n                    1702130100000,\n                    0.00034786666666666665\n                ],\n                [\n                    1702129800000,\n                    0.0004241066666666667\n                ],\n                [\n                    1702129500000,\n                    0.00041248\n                ],\n                [\n                    1702129200000,\n                    0.00037797333333333336\n                ],\n                [\n                    1702128900000,\n                    0.000496\n                ],\n                [\n                    1702128600000,\n                    0.0003750133333333333\n                ],\n                [\n                    1702128300000,\n                    0.0003117866666666667\n                ],\n                [\n                    1702128000000,\n                    0.0004703466666666667\n                ],\n                [\n                    1702127700000,\n                    0.00032775999999999997\n                ],\n                [\n                    1702127400000,\n                    0.00057192\n                ],\n                [\n                    1702127100000,\n                    0.00029117333333333336\n                ],\n                [\n                    1702126800000,\n                    0.0006688533333333333\n                ],\n                [\n                    1702126500000,\n                    0.0005930666666666667\n                ],\n                [\n                    1702126200000,\n                    0.00046872000000000005\n                ],\n                [\n                    1702125900000,\n                    0.0005035466666666666\n                ],\n                [\n                    1702125600000,\n                    0.00033138666666666667\n                ],\n                [\n                    1702125300000,\n                    0.0006003733333333333\n                ],\n                [\n                    1702125000000,\n                    0.00048696\n                ],\n                [\n                    1702124700000,\n                    0.00044175999999999997\n                ],\n                [\n                    1702124400000,\n                    0.0006425066666666667\n                ],\n                [\n                    1702124100000,\n                    0.0005232266666666666\n                ],\n                [\n                    1702123800000,\n                    0.0004900266666666666\n                ],\n                [\n                    1702123500000,\n                    0.0004493333333333333\n                ],\n                [\n                    1702123200000,\n                    0.00036170666666666664\n                ],\n                [\n                    1702122900000,\n                    0.00046653333333333336\n                ],\n                [\n                    1702122600000,\n                    0.0004104\n                ],\n                [\n                    1702122300000,\n                    0.0005831466666666666\n                ],\n                [\n                    1702122000000,\n                    0.0004314666666666666\n                ],\n                [\n                    1702121700000,\n                    0.0004172266666666667\n                ],\n                [\n                    1702121400000,\n                    0.0003757333333333333\n                ],\n                [\n                    1702121100000,\n                    0.0007618933333333333\n                ],\n                [\n                    1702120800000,\n                    0.0003979466666666667\n                ],\n                [\n                    1702120500000,\n                    0.0006499466666666667\n                ],\n                [\n                    1702120200000,\n                    0.0004713333333333333\n                ],\n                [\n                    1702119900000,\n                    0.0003707733333333333\n                ],\n                [\n                    1702119600000,\n                    0.00038901333333333333\n                ],\n                [\n                    1702119300000,\n                    0.00045010666666666667\n                ],\n                [\n                    1702119000000,\n                    0.0010908533333333333\n                ],\n                [\n                    1702118700000,\n                    0.0005041066666666667\n                ],\n                [\n                    1702118400000,\n                    0.0009966666666666665\n                ],\n                [\n                    1702118100000,\n                    0.0006200266666666666\n                ],\n                [\n                    1702117800000,\n                    0.0006036\n                ],\n                [\n                    1702117500000,\n                    0.0006505599999999999\n                ],\n                [\n                    1702117200000,\n                    0.00042634666666666667\n                ],\n                [\n                    1702116900000,\n                    0.0003343466666666667\n                ],\n                [\n                    1702116600000,\n                    0.00040405333333333335\n                ],\n                [\n                    1702116300000,\n                    0.0003489066666666667\n                ],\n                [\n                    1702116000000,\n                    0.0005615733333333334\n                ],\n                [\n                    1702115700000,\n                    0.0004422133333333333\n                ],\n                [\n                    1702115400000,\n                    0.00069936\n                ],\n                [\n                    1702115100000,\n                    0.00048464\n                ],\n                [\n                    1702114800000,\n                    0.00054416\n                ],\n                [\n                    1702114500000,\n                    0.0007901333333333333\n                ],\n                [\n                    1702114200000,\n                    0.00031570666666666666\n                ],\n                [\n                    1702113900000,\n                    0.0072708\n                ],\n                [\n                    1702113600000,\n                    0.005298773333333334\n                ],\n                [\n                    1702113300000,\n                    0.00048624000000000003\n                ],\n                [\n                    1702113000000,\n                    0.0005306666666666666\n                ],\n                [\n                    1702112700000,\n                    0.0003799466666666667\n                ],\n                [\n                    1702112400000,\n                    0.0005852\n                ],\n                [\n                    1702112100000,\n                    0.00033285333333333335\n                ],\n                [\n                    1702111800000,\n                    0.00032237333333333336\n                ],\n                [\n                    1702111500000,\n                    0.0005406933333333333\n                ],\n                [\n                    1702111200000,\n                    0.0005119733333333334\n                ],\n                [\n                    1702110900000,\n                    0.0006650133333333334\n                ],\n                [\n                    1702110600000,\n                    0.0005438933333333333\n                ],\n                [\n                    1702110300000,\n                    0.0006156533333333333\n                ],\n                [\n                    1702110000000,\n                    0.0006237866666666666\n                ],\n                [\n                    1702109700000,\n                    0.0004589866666666667\n                ],\n                [\n                    1702109400000,\n                    0.0005196533333333333\n                ],\n                [\n                    1702109100000,\n                    0.00040970666666666667\n                ],\n                [\n                    1702108800000,\n                    0.0005418666666666666\n                ],\n                [\n                    1702108500000,\n                    0.0003903466666666667\n                ],\n                [\n                    1702108200000,\n                    0.0005983466666666667\n                ],\n                [\n                    1702107900000,\n                    0.0005495466666666666\n                ],\n                [\n                    1702107600000,\n                    0.00048626666666666665\n                ],\n                [\n                    1702107300000,\n                    0.0004282933333333334\n                ],\n                [\n                    1702107000000,\n                    0.00050696\n                ],\n                [\n                    1702106700000,\n                    0.00048146666666666664\n                ],\n                [\n                    1702106400000,\n                    0.00039824\n                ],\n                [\n                    1702106100000,\n                    0.0005953866666666667\n                ],\n                [\n                    1702105800000,\n                    0.00054216\n                ],\n                [\n                    1702105500000,\n                    0.0006693866666666666\n                ],\n                [\n                    1702105200000,\n                    0.0006443999999999999\n                ],\n                [\n                    1702104900000,\n                    0.0006935466666666666\n                ],\n                [\n                    1702104600000,\n                    0.0005953333333333333\n                ],\n                [\n                    1702104300000,\n                    0.00057848\n                ],\n                [\n                    1702104000000,\n                    0.00042874666666666667\n                ],\n                [\n                    1702103700000,\n                    0.0013570666666666666\n                ],\n                [\n                    1702103400000,\n                    0.0010462666666666667\n                ],\n                [\n                    1702103100000,\n                    0.0006481066666666667\n                ],\n                [\n                    1702102800000,\n                    0.0018136533333333335\n                ],\n                [\n                    1702102500000,\n                    0.00033024\n                ],\n                [\n                    1702102200000,\n                    0.00052552\n                ],\n                [\n                    1702101900000,\n                    0.00017418666666666667\n                ],\n                [\n                    1702101600000,\n                    0.00036530666666666667\n                ],\n                [\n                    1702101300000,\n                    0.00039776\n                ],\n                [\n                    1702101000000,\n                    0.00024775999999999997\n                ],\n                [\n                    1702100700000,\n                    0.00056312\n                ],\n                [\n                    1702100400000,\n                    0.00057096\n                ],\n                [\n                    1702100100000,\n                    0.0003401333333333333\n                ],\n                [\n                    1702099800000,\n                    0.0004676533333333333\n                ],\n                [\n                    1702099500000,\n                    0.0009981866666666666\n                ],\n                [\n                    1702099200000,\n                    0.0005759466666666667\n                ],\n                [\n                    1702098900000,\n                    0.00034295999999999996\n                ],\n                [\n                    1702098600000,\n                    0.0005794133333333334\n                ],\n                [\n                    1702098300000,\n                    0.00037674666666666666\n                ],\n                [\n                    1702098000000,\n                    0.0003368\n                ],\n                [\n                    1702097700000,\n                    0.00034656\n                ],\n                [\n                    1702097400000,\n                    0.0006925599999999999\n                ],\n                [\n                    1702097100000,\n                    0.0005262133333333334\n                ],\n                [\n                    1702096800000,\n                    0.0005736266666666667\n                ],\n                [\n                    1702096500000,\n                    0.00045506666666666665\n                ],\n                [\n                    1702096200000,\n                    0.0006560266666666666\n                ],\n                [\n                    1702095900000,\n                    0.0003704266666666667\n                ],\n                [\n                    1702095600000,\n                    0.00066528\n                ],\n                [\n                    1702095300000,\n                    0.00068544\n                ],\n                [\n                    1702095000000,\n                    0.00036232\n                ],\n                [\n                    1702094700000,\n                    0.00046394666666666666\n                ],\n                [\n                    1702094400000,\n                    0.00038456\n                ],\n                [\n                    1702094100000,\n                    0.00040744\n                ],\n                [\n                    1702093800000,\n                    0.00041746666666666666\n                ],\n                [\n                    1702093500000,\n                    0.00043927999999999995\n                ],\n                [\n                    1702093200000,\n                    0.00046853333333333336\n                ],\n                [\n                    1702092900000,\n                    0.0003051733333333333\n                ],\n                [\n                    1702092600000,\n                    0.00026253333333333334\n                ],\n                [\n                    1702092300000,\n                    0.0005464533333333334\n                ],\n                [\n                    1702092000000,\n                    0.0003801333333333333\n                ],\n                [\n                    1702091700000,\n                    0.00044\n                ],\n                [\n                    1702091400000,\n                    0.0005229066666666666\n                ],\n                [\n                    1702091100000,\n                    0.00033949333333333333\n                ],\n                [\n                    1702090800000,\n                    0.0006358666666666667\n                ],\n                [\n                    1702090500000,\n                    0.0003315733333333333\n                ],\n                [\n                    1702090200000,\n                    0.00078848\n                ],\n                [\n                    1702089900000,\n                    0.00030125333333333334\n                ],\n                [\n                    1702089600000,\n                    0.0003417866666666667\n                ],\n                [\n                    1702089300000,\n                    0.0003089333333333333\n                ],\n                [\n                    1702089000000,\n                    0.0008270666666666667\n                ],\n                [\n                    1702088700000,\n                    0.0004346666666666667\n                ],\n                [\n                    1702088400000,\n                    0.0003492\n                ],\n                [\n                    1702088100000,\n                    0.0003572\n                ],\n                [\n                    1702087800000,\n                    0.0004957066666666667\n                ],\n                [\n                    1702087500000,\n                    0.0004530133333333333\n                ],\n                [\n                    1702087200000,\n                    0.00046749333333333335\n                ],\n                [\n                    1702086900000,\n                    0.0004635466666666667\n                ],\n                [\n                    1702086600000,\n                    0.00048469333333333334\n                ],\n                [\n                    1702086300000,\n                    0.0005098133333333333\n                ],\n                [\n                    1702086000000,\n                    0.00042584\n                ],\n                [\n                    1702085700000,\n                    0.00038146666666666665\n                ],\n                [\n                    1702085400000,\n                    0.00044802666666666666\n                ],\n                [\n                    1702085100000,\n                    0.00043149333333333334\n                ],\n                [\n                    1702084800000,\n                    0.0004994133333333334\n                ],\n                [\n                    1702084500000,\n                    0.00045058666666666664\n                ],\n                [\n                    1702084200000,\n                    0.00051704\n                ],\n                [\n                    1702083900000,\n                    0.00042533333333333334\n                ],\n                [\n                    1702083600000,\n                    0.00023149333333333334\n                ],\n                [\n                    1702083300000,\n                    0.00022738666666666666\n                ],\n                [\n                    1702083000000,\n                    0.00034482666666666665\n                ],\n                [\n                    1702082700000,\n                    0.0006569866666666667\n                ],\n                [\n                    1702082400000,\n                    0.00036514666666666664\n                ],\n                [\n                    1702082100000,\n                    0.00021877333333333333\n                ],\n                [\n                    1702081800000,\n                    0.00020493333333333335\n                ],\n                [\n                    1702081500000,\n                    0.00022312\n                ],\n                [\n                    1702081200000,\n                    0.00034624\n                ],\n                [\n                    1702080900000,\n                    0.00021138666666666665\n                ],\n                [\n                    1702080600000,\n                    0.00022861333333333334\n                ],\n                [\n                    1702080300000,\n                    0.00023898666666666667\n                ],\n                [\n                    1702080000000,\n                    0.00027808\n                ],\n                [\n                    1702079700000,\n                    0.0007872266666666667\n                ],\n                [\n                    1702079400000,\n                    0.00025037333333333334\n                ],\n                [\n                    1702079100000,\n                    0.0009530933333333334\n                ],\n                [\n                    1702078800000,\n                    0.00028256\n                ],\n                [\n                    1702078500000,\n                    0.0002036\n                ],\n                [\n                    1702078200000,\n                    0.00028114666666666666\n                ],\n                [\n                    1702077900000,\n                    0.0002600533333333333\n                ],\n                [\n                    1702077600000,\n                    0.0003510933333333333\n                ],\n                [\n                    1702077300000,\n                    0.00029085333333333336\n                ],\n                [\n                    1702077000000,\n                    0.0003263466666666667\n                ],\n                [\n                    1702076700000,\n                    0.0003161866666666667\n                ],\n                [\n                    1702076400000,\n                    0.00028424\n                ],\n                [\n                    1702076100000,\n                    0.00035757333333333335\n                ],\n                [\n                    1702075800000,\n                    0.00046704\n                ],\n                [\n                    1702075500000,\n                    0.0003316533333333333\n                ],\n                [\n                    1702075200000,\n                    0.00026125333333333335\n                ],\n                [\n                    1702074900000,\n                    0.00027768\n                ],\n                [\n                    1702074600000,\n                    0.0002674933333333333\n                ],\n                [\n                    1702074300000,\n                    0.00030061333333333335\n                ],\n                [\n                    1702074000000,\n                    0.00035328\n                ],\n                [\n                    1702073700000,\n                    0.00030850666666666664\n                ],\n                [\n                    1702073400000,\n                    0.00040501333333333334\n                ],\n                [\n                    1702073100000,\n                    0.00028762666666666667\n                ],\n                [\n                    1702072800000,\n                    0.00025568\n                ],\n                [\n                    1702072500000,\n                    0.0004959466666666667\n                ],\n                [\n                    1702072200000,\n                    0.0005067733333333333\n                ],\n                [\n                    1702071900000,\n                    0.00054232\n                ],\n                [\n                    1702071600000,\n                    0.0004014933333333333\n                ],\n                [\n                    1702071300000,\n                    0.0004868\n                ],\n                [\n                    1702071000000,\n                    0.00044584\n                ],\n                [\n                    1702070700000,\n                    0.0003907733333333333\n                ],\n                [\n                    1702070400000,\n                    0.00037695999999999997\n                ],\n                [\n                    1702070100000,\n                    0.0003576\n                ],\n                [\n                    1702069800000,\n                    0.0004112266666666667\n                ],\n                [\n                    1702069500000,\n                    0.00046808\n                ],\n                [\n                    1702069200000,\n                    0.00040741333333333334\n                ],\n                [\n                    1702068900000,\n                    0.0005019733333333333\n                ],\n                [\n                    1702068600000,\n                    0.00045293333333333336\n                ],\n                [\n                    1702068300000,\n                    0.00040496\n                ],\n                [\n                    1702068000000,\n                    0.00039608\n                ],\n                [\n                    1702067700000,\n                    0.00052224\n                ],\n                [\n                    1702067400000,\n                    0.00025842666666666666\n                ],\n                [\n                    1702067100000,\n                    0.00034138666666666664\n                ],\n                [\n                    1702066800000,\n                    0.0005603466666666667\n                ],\n                [\n                    1702066500000,\n                    0.0004163466666666667\n                ],\n                [\n                    1702066200000,\n                    0.0004057866666666667\n                ],\n                [\n                    1702065900000,\n                    0.00039632\n                ],\n                [\n                    1702065600000,\n                    0.0003468\n                ],\n                [\n                    1702065300000,\n                    0.0003942133333333333\n                ],\n                [\n                    1702065000000,\n                    0.00026712000000000003\n                ],\n                [\n                    1702064700000,\n                    0.00041072000000000005\n                ],\n                [\n                    1702064400000,\n                    0.0005032799999999999\n                ],\n                [\n                    1702064100000,\n                    0.00042656\n                ],\n                [\n                    1702063800000,\n                    0.00028464\n                ],\n                [\n                    1702063500000,\n                    0.0002617866666666667\n                ],\n                [\n                    1702063200000,\n                    0.00037114666666666663\n                ],\n                [\n                    1702062900000,\n                    0.0002901066666666667\n                ],\n                [\n                    1702062600000,\n                    0.00045005333333333333\n                ],\n                [\n                    1702062300000,\n                    0.0003098666666666667\n                ],\n                [\n                    1702062000000,\n                    0.00065\n                ],\n                [\n                    1702061700000,\n                    0.00040981333333333335\n                ],\n                [\n                    1702061400000,\n                    0.00022712\n                ],\n                [\n                    1702061100000,\n                    0.0003433333333333333\n                ],\n                [\n                    1702060800000,\n                    0.0003129066666666667\n                ],\n                [\n                    1702060500000,\n                    0.00043272000000000004\n                ],\n                [\n                    1702060200000,\n                    0.00028656\n                ],\n                [\n                    1702059900000,\n                    0.00046976\n                ],\n                [\n                    1702059600000,\n                    0.00045016\n                ],\n                [\n                    1702059300000,\n                    0.0003934666666666666\n                ],\n                [\n                    1702059000000,\n                    0.0003492533333333333\n                ],\n                [\n                    1702058700000,\n                    0.00041672000000000004\n                ],\n                [\n                    1702058400000,\n                    0.0004744533333333333\n                ],\n                [\n                    1702058100000,\n                    0.0004582666666666667\n                ],\n                [\n                    1702057800000,\n                    0.0002842666666666667\n                ],\n                [\n                    1702057500000,\n                    0.0011123466666666665\n                ],\n                [\n                    1702057200000,\n                    0.0005006133333333334\n                ],\n                [\n                    1702056900000,\n                    0.00025384\n                ],\n                [\n                    1702056600000,\n                    0.00032306666666666664\n                ],\n                [\n                    1702056300000,\n                    0.00031383999999999996\n                ],\n                [\n                    1702056000000,\n                    0.00067616\n                ],\n                [\n                    1702055700000,\n                    0.0002788\n                ],\n                [\n                    1702055400000,\n                    0.00024984\n                ],\n                [\n                    1702055100000,\n                    0.0003707733333333333\n                ],\n                [\n                    1702054800000,\n                    0.0009018666666666667\n                ],\n                [\n                    1702054500000,\n                    0.00029912\n                ],\n                [\n                    1702054200000,\n                    0.0005081333333333333\n                ],\n                [\n                    1702053900000,\n                    0.00032818666666666665\n                ],\n                [\n                    1702053600000,\n                    0.0008325866666666667\n                ],\n                [\n                    1702053300000,\n                    0.00036573333333333335\n                ],\n                [\n                    1702053000000,\n                    0.00040048000000000004\n                ],\n                [\n                    1702052700000,\n                    0.0005300533333333333\n                ],\n                [\n                    1702052400000,\n                    0.0004129866666666667\n                ],\n                [\n                    1702052100000,\n                    0.0040939466666666665\n                ],\n                [\n                    1702051800000,\n                    0.0005207733333333334\n                ],\n                [\n                    1702051500000,\n                    0.00035336\n                ],\n                [\n                    1702051200000,\n                    0.0004350933333333333\n                ],\n                [\n                    1702050900000,\n                    0.0004941066666666667\n                ],\n                [\n                    1702050600000,\n                    0.0004918933333333333\n                ],\n                [\n                    1702050300000,\n                    0.00034501333333333335\n                ],\n                [\n                    1702050000000,\n                    0.00028818666666666665\n                ],\n                [\n                    1702049700000,\n                    0.0005835733333333334\n                ],\n                [\n                    1702049400000,\n                    0.0003673866666666667\n                ],\n                [\n                    1702049100000,\n                    0.0003178666666666667\n                ],\n                [\n                    1702048800000,\n                    0.00048207999999999997\n                ],\n                [\n                    1702048500000,\n                    0.0005219466666666667\n                ],\n                [\n                    1702048200000,\n                    0.0003307466666666667\n                ],\n                [\n                    1702047900000,\n                    0.00035562666666666664\n                ],\n                [\n                    1702047600000,\n                    0.00031\n                ],\n                [\n                    1702047300000,\n                    0.00040207999999999997\n                ],\n                [\n                    1702047000000,\n                    0.00036074666666666665\n                ],\n                [\n                    1702046700000,\n                    0.0002992266666666667\n                ],\n                [\n                    1702046400000,\n                    0.0003754666666666666\n                ],\n                [\n                    1702046100000,\n                    0.0003375466666666667\n                ],\n                [\n                    1702045800000,\n                    0.0002493866666666667\n                ],\n                [\n                    1702045500000,\n                    0.0002964\n                ],\n                [\n                    1702045200000,\n                    0.00036629333333333333\n                ],\n                [\n                    1702044900000,\n                    0.00046239999999999996\n                ],\n                [\n                    1702044600000,\n                    0.00020648\n                ],\n                [\n                    1702044300000,\n                    0.00027864\n                ],\n                [\n                    1702044000000,\n                    0.00039351999999999996\n                ],\n                [\n                    1702043700000,\n                    0.00043773333333333337\n                ],\n                [\n                    1702043400000,\n                    0.0008968533333333333\n                ],\n                [\n                    1702043100000,\n                    0.0006419199999999999\n                ],\n                [\n                    1702042800000,\n                    0.0002697066666666666\n                ],\n                [\n                    1702042500000,\n                    0.00048229333333333333\n                ],\n                [\n                    1702042200000,\n                    0.0005659199999999999\n                ],\n                [\n                    1702041900000,\n                    0.00054232\n                ],\n                [\n                    1702041600000,\n                    0.0004356533333333333\n                ],\n                [\n                    1702041300000,\n                    0.0005661866666666666\n                ],\n                [\n                    1702041000000,\n                    0.0005027733333333334\n                ],\n                [\n                    1702040700000,\n                    0.0011222933333333333\n                ],\n                [\n                    1702040400000,\n                    0.0007065866666666667\n                ],\n                [\n                    1702040100000,\n                    0.0006303466666666667\n                ],\n                [\n                    1702039800000,\n                    0.0007066133333333333\n                ],\n                [\n                    1702039500000,\n                    0.0005625866666666667\n                ],\n                [\n                    1702039200000,\n                    0.0005961066666666666\n                ],\n                [\n                    1702038900000,\n                    0.0006738133333333334\n                ],\n                [\n                    1702038600000,\n                    0.0006130133333333333\n                ],\n                [\n                    1702038300000,\n                    0.00081048\n                ],\n                [\n                    1702038000000,\n                    0.0007778933333333334\n                ],\n                [\n                    1702037700000,\n                    0.0023880533333333334\n                ],\n                [\n                    1702037400000,\n                    0.007254933333333333\n                ],\n                [\n                    1702037100000,\n                    0.0015249600000000001\n                ],\n                [\n                    1702036800000,\n                    0.0009065599999999999\n                ],\n                [\n                    1702036500000,\n                    0.00111856\n                ],\n                [\n                    1702036200000,\n                    0.0010985866666666667\n                ],\n                [\n                    1702035900000,\n                    0.00079\n                ],\n                [\n                    1702035600000,\n                    0.0007081333333333334\n                ],\n                [\n                    1702035300000,\n                    0.0009237066666666667\n                ],\n                [\n                    1702035000000,\n                    0.0009643200000000001\n                ],\n                [\n                    1702034700000,\n                    0.0008670933333333334\n                ],\n                [\n                    1702034400000,\n                    0.0009465866666666667\n                ],\n                [\n                    1702034100000,\n                    0.0009473333333333333\n                ],\n                [\n                    1702033800000,\n                    0.00098696\n                ],\n                [\n                    1702033500000,\n                    0.0008394933333333333\n                ],\n                [\n                    1702033200000,\n                    0.0008134666666666667\n                ],\n                [\n                    1702032900000,\n                    0.0009474666666666667\n                ],\n                [\n                    1702032600000,\n                    0.0011007466666666666\n                ],\n                [\n                    1702032300000,\n                    0.00087624\n                ],\n                [\n                    1702032000000,\n                    0.0008438933333333333\n                ],\n                [\n                    1702031700000,\n                    0.0014458133333333334\n                ],\n                [\n                    1702031400000,\n                    0.0007799199999999999\n                ],\n                [\n                    1702031100000,\n                    0.0011812266666666666\n                ],\n                [\n                    1702030800000,\n                    0.0012288266666666667\n                ],\n                [\n                    1702030500000,\n                    0.00099984\n                ],\n                [\n                    1702030200000,\n                    0.0008348533333333334\n                ],\n                [\n                    1702029900000,\n                    0.00078536\n                ],\n                [\n                    1702029600000,\n                    0.0008867466666666666\n                ],\n                [\n                    1702029300000,\n                    0.0008707466666666667\n                ],\n                [\n                    1702029000000,\n                    0.000758\n                ],\n                [\n                    1702028700000,\n                    0.0007386933333333334\n                ],\n                [\n                    1702028400000,\n                    0.0006449333333333333\n                ],\n                [\n                    1702028100000,\n                    0.0007040266666666666\n                ],\n                [\n                    1702027800000,\n                    0.0006996533333333333\n                ],\n                [\n                    1702027500000,\n                    0.0011686933333333333\n                ],\n                [\n                    1702027200000,\n                    0.0008075733333333334\n                ],\n                [\n                    1702026900000,\n                    0.0006114933333333333\n                ],\n                [\n                    1702026600000,\n                    0.0007034933333333333\n                ],\n                [\n                    1702026300000,\n                    0.00067992\n                ],\n                [\n                    1702026000000,\n                    0.0006902133333333333\n                ],\n                [\n                    1702025700000,\n                    0.0007523466666666667\n                ],\n                [\n                    1702025400000,\n                    0.00075624\n                ],\n                [\n                    1702025100000,\n                    0.0007853066666666666\n                ],\n                [\n                    1702024800000,\n                    0.0007752799999999999\n                ],\n                [\n                    1702024500000,\n                    0.00081064\n                ],\n                [\n                    1702024200000,\n                    0.0008670133333333333\n                ],\n                [\n                    1702023900000,\n                    0.0010684800000000001\n                ],\n                [\n                    1702023600000,\n                    0.00081768\n                ],\n                [\n                    1702023300000,\n                    0.0008164\n                ],\n                [\n                    1702023000000,\n                    0.00075592\n                ],\n                [\n                    1702022700000,\n                    0.0008487999999999999\n                ],\n                [\n                    1702022400000,\n                    0.00086744\n                ],\n                [\n                    1702022100000,\n                    0.0006631466666666666\n                ],\n                [\n                    1702021800000,\n                    0.0007528266666666667\n                ],\n                [\n                    1702021500000,\n                    0.00099328\n                ],\n                [\n                    1702021200000,\n                    0.0007387466666666666\n                ],\n                [\n                    1702020900000,\n                    0.0007225333333333333\n                ],\n                [\n                    1702020600000,\n                    0.0009035466666666666\n                ],\n                [\n                    1702020300000,\n                    0.0008751733333333333\n                ],\n                [\n                    1702020000000,\n                    0.0008685066666666666\n                ],\n                [\n                    1702019700000,\n                    0.0009223733333333334\n                ],\n                [\n                    1702019400000,\n                    0.0007822133333333334\n                ],\n                [\n                    1702019100000,\n                    0.0007899466666666667\n                ],\n                [\n                    1702018800000,\n                    0.00078152\n                ],\n                [\n                    1702018500000,\n                    0.0008430933333333333\n                ],\n                [\n                    1702018200000,\n                    0.00085\n                ],\n                [\n                    1702017900000,\n                    0.000774\n                ],\n                [\n                    1702017600000,\n                    0.0007314933333333333\n                ],\n                [\n                    1702017300000,\n                    0.0008710133333333333\n                ],\n                [\n                    1702017000000,\n                    0.0010042133333333333\n                ],\n                [\n                    1702016700000,\n                    0.00254032\n                ],\n                [\n                    1702016400000,\n                    0.0007031733333333332\n                ],\n                [\n                    1702016100000,\n                    0.0007684533333333334\n                ],\n                [\n                    1702015800000,\n                    0.0007938933333333333\n                ],\n                [\n                    1702015500000,\n                    0.0008316799999999999\n                ],\n                [\n                    1702015200000,\n                    0.0009506933333333333\n                ],\n                [\n                    1702014900000,\n                    0.0007615733333333334\n                ],\n                [\n                    1702014600000,\n                    0.0007378666666666666\n                ],\n                [\n                    1702014300000,\n                    0.0007696000000000001\n                ],\n                [\n                    1702014000000,\n                    0.0009543466666666667\n                ],\n                [\n                    1702013700000,\n                    0.0006196266666666667\n                ],\n                [\n                    1702013400000,\n                    0.0006375733333333334\n                ],\n                [\n                    1702013100000,\n                    0.0006960266666666666\n                ],\n                [\n                    1702012800000,\n                    0.0007363733333333333\n                ],\n                [\n                    1702012500000,\n                    0.0007780533333333333\n                ],\n                [\n                    1702012200000,\n                    0.0008329066666666667\n                ],\n                [\n                    1702011900000,\n                    0.00086416\n                ],\n                [\n                    1702011600000,\n                    0.0008047733333333333\n                ],\n                [\n                    1702011300000,\n                    0.0008085599999999999\n                ],\n                [\n                    1702011000000,\n                    0.0011770399999999999\n                ],\n                [\n                    1702010700000,\n                    0.000826\n                ],\n                [\n                    1702010400000,\n                    0.00078472\n                ],\n                [\n                    1702010100000,\n                    0.00092328\n                ],\n                [\n                    1702009800000,\n                    0.0008121066666666667\n                ],\n                [\n                    1702009500000,\n                    0.0007674400000000001\n                ],\n                [\n                    1702009200000,\n                    0.0007992\n                ],\n                [\n                    1702008900000,\n                    0.0007975733333333334\n                ],\n                [\n                    1702008600000,\n                    0.0009749066666666666\n                ],\n                [\n                    1702008300000,\n                    0.0008002933333333333\n                ],\n                [\n                    1702008000000,\n                    0.0008395733333333334\n                ],\n                [\n                    1702007700000,\n                    0.0008132533333333334\n                ],\n                [\n                    1702007400000,\n                    0.0010265066666666667\n                ],\n                [\n                    1702007100000,\n                    0.0008874933333333333\n                ],\n                [\n                    1702006800000,\n                    0.0007706666666666667\n                ],\n                [\n                    1702006500000,\n                    0.0010058133333333333\n                ],\n                [\n                    1702006200000,\n                    0.0007589333333333333\n                ],\n                [\n                    1702005900000,\n                    0.0008257333333333333\n                ],\n                [\n                    1702005600000,\n                    0.0009979733333333335\n                ],\n                [\n                    1702005300000,\n                    0.0008085333333333333\n                ],\n                [\n                    1702005000000,\n                    0.0009016533333333334\n                ],\n                [\n                    1702004700000,\n                    0.0009304533333333334\n                ],\n                [\n                    1702004400000,\n                    0.0006846133333333333\n                ],\n                [\n                    1702004100000,\n                    0.0007858133333333334\n                ],\n                [\n                    1702003800000,\n                    0.0008707999999999999\n                ],\n                [\n                    1702003500000,\n                    0.003914373333333334\n                ],\n                [\n                    1702003200000,\n                    0.0007871466666666666\n                ],\n                [\n                    1702002900000,\n                    0.0006996\n                ],\n                [\n                    1702002600000,\n                    0.00075872\n                ],\n                [\n                    1702002300000,\n                    0.0007560266666666667\n                ],\n                [\n                    1702002000000,\n                    0.000758\n                ],\n                [\n                    1702001700000,\n                    0.0008720266666666667\n                ],\n                [\n                    1702001400000,\n                    0.0008148266666666667\n                ],\n                [\n                    1702001100000,\n                    0.0007960266666666667\n                ],\n                [\n                    1702000800000,\n                    0.00080088\n                ],\n                [\n                    1702000500000,\n                    0.00070936\n                ],\n                [\n                    1702000200000,\n                    0.0007878666666666667\n                ],\n                [\n                    1701999900000,\n                    0.00087608\n                ],\n                [\n                    1701999600000,\n                    0.0008109866666666667\n                ],\n                [\n                    1701999300000,\n                    0.0008512000000000001\n                ],\n                [\n                    1701999000000,\n                    0.0008200533333333333\n                ],\n                [\n                    1701998700000,\n                    0.00100728\n                ],\n                [\n                    1701998400000,\n                    0.0007689333333333332\n                ],\n                [\n                    1701998100000,\n                    0.00087224\n                ],\n                [\n                    1701997800000,\n                    0.00080288\n                ],\n                [\n                    1701997500000,\n                    0.00085008\n                ],\n                [\n                    1701997200000,\n                    0.0010490666666666665\n                ],\n                [\n                    1701996900000,\n                    0.00071928\n                ],\n                [\n                    1701996600000,\n                    0.0007491466666666667\n                ],\n                [\n                    1701996300000,\n                    0.0008193333333333334\n                ],\n                [\n                    1701996000000,\n                    0.0006552266666666667\n                ],\n                [\n                    1701995700000,\n                    0.00096864\n                ],\n                [\n                    1701995400000,\n                    0.03569413333333333\n                ],\n                [\n                    1701995100000,\n                    0.07037639999999999\n                ],\n                [\n                    1701994800000,\n                    0.06994130666666667\n                ],\n                [\n                    1701994500000,\n                    0.030388613333333335\n                ],\n                [\n                    1701994200000,\n                    0.0010504000000000002\n                ],\n                [\n                    1701993900000,\n                    0.0010077066666666667\n                ],\n                [\n                    1701993600000,\n                    0.0009285866666666667\n                ],\n                [\n                    1701993300000,\n                    0.00096512\n                ],\n                [\n                    1701993000000,\n                    0.0007505599999999999\n                ],\n                [\n                    1701992700000,\n                    0.00102768\n                ],\n                [\n                    1701992400000,\n                    0.0010138133333333333\n                ],\n                [\n                    1701992100000,\n                    0.0008518666666666667\n                ],\n                [\n                    1701991800000,\n                    0.0008789866666666666\n                ],\n                [\n                    1701991500000,\n                    0.0008926666666666666\n                ],\n                [\n                    1701991200000,\n                    0.0008565066666666667\n                ],\n                [\n                    1701990900000,\n                    0.00108176\n                ],\n                [\n                    1701990600000,\n                    0.0009337866666666667\n                ],\n                [\n                    1701990300000,\n                    0.0009461866666666667\n                ],\n                [\n                    1701990000000,\n                    0.0008895466666666666\n                ],\n                [\n                    1701989700000,\n                    0.00084384\n                ],\n                [\n                    1701989400000,\n                    0.0012726933333333335\n                ],\n                [\n                    1701989100000,\n                    0.0008110133333333333\n                ],\n                [\n                    1701988800000,\n                    0.00081784\n                ],\n                [\n                    1701988500000,\n                    0.0011707466666666666\n                ],\n                [\n                    1701988200000,\n                    0.00066424\n                ],\n                [\n                    1701987900000,\n                    0.0008069866666666666\n                ],\n                [\n                    1701987600000,\n                    0.0009261066666666666\n                ],\n                [\n                    1701987300000,\n                    0.0007204266666666667\n                ],\n                [\n                    1701987000000,\n                    0.0007716\n                ],\n                [\n                    1701986700000,\n                    0.0009679466666666668\n                ],\n                [\n                    1701986400000,\n                    0.0007436533333333333\n                ],\n                [\n                    1701986100000,\n                    0.00067448\n                ],\n                [\n                    1701985800000,\n                    0.0009336\n                ],\n                [\n                    1701985500000,\n                    0.0012845866666666666\n                ],\n                [\n                    1701985200000,\n                    0.0013556266666666667\n                ],\n                [\n                    1701984900000,\n                    0.0009045866666666667\n                ],\n                [\n                    1701984600000,\n                    0.0007791466666666666\n                ],\n                [\n                    1701984300000,\n                    0.0009940533333333333\n                ],\n                [\n                    1701984000000,\n                    0.00110008\n                ],\n                [\n                    1701983700000,\n                    0.00090808\n                ],\n                [\n                    1701983400000,\n                    0.0009377599999999999\n                ],\n                [\n                    1701983100000,\n                    0.0011004\n                ],\n                [\n                    1701982800000,\n                    0.0009193333333333334\n                ],\n                [\n                    1701982500000,\n                    0.00076648\n                ],\n                [\n                    1701982200000,\n                    0.00101512\n                ],\n                [\n                    1701981900000,\n                    0.0008113333333333334\n                ],\n                [\n                    1701981600000,\n                    0.0008002933333333333\n                ],\n                [\n                    1701981300000,\n                    0.0010533333333333332\n                ],\n                [\n                    1701981000000,\n                    0.0010591733333333334\n                ],\n                [\n                    1701980700000,\n                    0.00075512\n                ],\n                [\n                    1701980400000,\n                    0.0008613866666666667\n                ],\n                [\n                    1701980100000,\n                    0.0009585333333333333\n                ],\n                [\n                    1701979800000,\n                    0.00118808\n                ],\n                [\n                    1701979500000,\n                    0.0016247733333333333\n                ],\n                [\n                    1701979200000,\n                    0.0010009333333333332\n                ],\n                [\n                    1701978900000,\n                    0.0010996533333333335\n                ],\n                [\n                    1701978600000,\n                    0.0011923733333333332\n                ],\n                [\n                    1701978300000,\n                    0.00097984\n                ],\n                [\n                    1701978000000,\n                    0.0008947733333333333\n                ],\n                [\n                    1701977700000,\n                    0.0009453866666666666\n                ],\n                [\n                    1701977400000,\n                    0.00107248\n                ],\n                [\n                    1701977100000,\n                    0.0009614133333333333\n                ],\n                [\n                    1701976800000,\n                    0.0007917066666666667\n                ],\n                [\n                    1701976500000,\n                    0.00082432\n                ],\n                [\n                    1701976200000,\n                    0.0009754133333333333\n                ],\n                [\n                    1701975900000,\n                    0.0009377866666666667\n                ],\n                [\n                    1701975600000,\n                    0.0009462666666666666\n                ],\n                [\n                    1701975300000,\n                    0.00124296\n                ],\n                [\n                    1701975000000,\n                    0.000762\n                ],\n                [\n                    1701974700000,\n                    0.0008418133333333334\n                ],\n                [\n                    1701974400000,\n                    0.0010887466666666668\n                ],\n                [\n                    1701974100000,\n                    0.00113648\n                ],\n                [\n                    1701973800000,\n                    0.0009637333333333333\n                ],\n                [\n                    1701973500000,\n                    0.0007820533333333333\n                ],\n                [\n                    1701973200000,\n                    0.0008105866666666667\n                ],\n                [\n                    1701972900000,\n                    0.0009192266666666667\n                ],\n                [\n                    1701972600000,\n                    0.0011098133333333332\n                ],\n                [\n                    1701972300000,\n                    0.0007720800000000001\n                ],\n                [\n                    1701972000000,\n                    0.0006652533333333334\n                ],\n                [\n                    1701971700000,\n                    0.0008836266666666666\n                ],\n                [\n                    1701971400000,\n                    0.0009865066666666666\n                ],\n                [\n                    1701971100000,\n                    0.0007585599999999999\n                ],\n                [\n                    1701970800000,\n                    0.0008760266666666667\n                ],\n                [\n                    1701970500000,\n                    0.0008365866666666667\n                ],\n                [\n                    1701970200000,\n                    0.0009241866666666667\n                ],\n                [\n                    1701969900000,\n                    0.0007614133333333333\n                ],\n                [\n                    1701969600000,\n                    0.00083816\n                ],\n                [\n                    1701969300000,\n                    0.0008422133333333333\n                ],\n                [\n                    1701969000000,\n                    0.0009638666666666667\n                ],\n                [\n                    1701968700000,\n                    0.0007591466666666667\n                ],\n                [\n                    1701968400000,\n                    0.0006039733333333333\n                ],\n                [\n                    1701968100000,\n                    0.00053984\n                ],\n                [\n                    1701967800000,\n                    0.00069888\n                ],\n                [\n                    1701967500000,\n                    0.0005465866666666667\n                ],\n                [\n                    1701967200000,\n                    0.00042424\n                ],\n                [\n                    1701966900000,\n                    0.0004376266666666667\n                ],\n                [\n                    1701966600000,\n                    0.0006042133333333334\n                ],\n                [\n                    1701966300000,\n                    0.00043016\n                ],\n                [\n                    1701966000000,\n                    0.000344\n                ],\n                [\n                    1701965700000,\n                    0.0004222133333333333\n                ],\n                [\n                    1701965400000,\n                    0.0015171733333333335\n                ],\n                [\n                    1701965100000,\n                    0.00028727999999999995\n                ],\n                [\n                    1701964800000,\n                    0.004647653333333334\n                ],\n                [\n                    1701964500000,\n                    0.00752072\n                ],\n                [\n                    1701964200000,\n                    0.00027181333333333336\n                ],\n                [\n                    1701963900000,\n                    0.00023480000000000002\n                ],\n                [\n                    1701963600000,\n                    0.0003956533333333333\n                ],\n                [\n                    1701963300000,\n                    0.00028\n                ],\n                [\n                    1701963000000,\n                    0.00023154666666666665\n                ],\n                [\n                    1701962700000,\n                    0.00026536\n                ],\n                [\n                    1701962400000,\n                    0.00022754666666666666\n                ],\n                [\n                    1701962100000,\n                    0.00023010666666666666\n                ],\n                [\n                    1701961800000,\n                    0.00022237333333333334\n                ],\n                [\n                    1701961500000,\n                    0.0003247466666666667\n                ],\n                [\n                    1701961200000,\n                    0.0002457333333333333\n                ],\n                [\n                    1701960900000,\n                    0.00027426666666666665\n                ],\n                [\n                    1701960600000,\n                    0.00028456\n                ],\n                [\n                    1701960300000,\n                    0.004214346666666666\n                ],\n                [\n                    1701960000000,\n                    0.005122106666666667\n                ],\n                [\n                    1701959700000,\n                    0.005081173333333333\n                ],\n                [\n                    1701959400000,\n                    0.0022737066666666667\n                ],\n                [\n                    1701959100000,\n                    0.00032888\n                ],\n                [\n                    1701958800000,\n                    0.0002606666666666667\n                ],\n                [\n                    1701958500000,\n                    0.00022445333333333335\n                ],\n                [\n                    1701958200000,\n                    0.00018962666666666667\n                ],\n                [\n                    1701957900000,\n                    0.00023024000000000002\n                ],\n                [\n                    1701957600000,\n                    0.00024898666666666667\n                ],\n                [\n                    1701957300000,\n                    0.0004904\n                ],\n                [\n                    1701957000000,\n                    0.0010369066666666667\n                ],\n                [\n                    1701956700000,\n                    0.0005776799999999999\n                ],\n                [\n                    1701956400000,\n                    0.0004416533333333333\n                ],\n                [\n                    1701956100000,\n                    0.00084312\n                ],\n                [\n                    1701955800000,\n                    0.0041802666666666665\n                ],\n                [\n                    1701955500000,\n                    0.0005175466666666667\n                ],\n                [\n                    1701955200000,\n                    0.0014176\n                ],\n                [\n                    1701954900000,\n                    0.0018128266666666666\n                ],\n                [\n                    1701954600000,\n                    0.0015143733333333332\n                ],\n                [\n                    1701954300000,\n                    0.00168768\n                ],\n                [\n                    1701954000000,\n                    0.0016342666666666666\n                ],\n                [\n                    1701953700000,\n                    0.0017469066666666669\n                ],\n                [\n                    1701953400000,\n                    0.0008776\n                ],\n                [\n                    1701953100000,\n                    0.00083096\n                ],\n                [\n                    1701952800000,\n                    0.0017316266666666667\n                ],\n                [\n                    1701952500000,\n                    0.0009246133333333334\n                ],\n                [\n                    1701952200000,\n                    0.0009134666666666667\n                ],\n                [\n                    1701951900000,\n                    0.0011216533333333334\n                ],\n                [\n                    1701951600000,\n                    0.0010282133333333334\n                ],\n                [\n                    1701951300000,\n                    0.0010009066666666667\n                ],\n                [\n                    1701951000000,\n                    0.00094528\n                ],\n                [\n                    1701950700000,\n                    0.0009559466666666667\n                ],\n                [\n                    1701950400000,\n                    0.0008302666666666666\n                ],\n                [\n                    1701950100000,\n                    0.0008743733333333334\n                ],\n                [\n                    1701949800000,\n                    0.0009712266666666667\n                ],\n                [\n                    1701949500000,\n                    0.0009794933333333333\n                ],\n                [\n                    1701949200000,\n                    0.00023010666666666666\n                ],\n                [\n                    1701948900000,\n                    0.00023741333333333333\n                ],\n                [\n                    1701948600000,\n                    0.00024626666666666667\n                ],\n                [\n                    1701948300000,\n                    0.0003934666666666666\n                ],\n                [\n                    1701948000000,\n                    0.00033863999999999997\n                ],\n                [\n                    1701947700000,\n                    0.00037693333333333335\n                ],\n                [\n                    1701947400000,\n                    0.0003574133333333334\n                ],\n                [\n                    1701947100000,\n                    0.00033797333333333336\n                ],\n                [\n                    1701946800000,\n                    0.0003025866666666666\n                ],\n                [\n                    1701946500000,\n                    0.0004820266666666666\n                ],\n                [\n                    1701946200000,\n                    0.0008546933333333334\n                ],\n                [\n                    1701945900000,\n                    0.0004472\n                ],\n                [\n                    1701945600000,\n                    0.00035183999999999997\n                ],\n                [\n                    1701945300000,\n                    0.00042170666666666663\n                ],\n                [\n                    1701945000000,\n                    0.0004661066666666667\n                ],\n                [\n                    1701944700000,\n                    0.0005457866666666667\n                ],\n                [\n                    1701944400000,\n                    0.0005564533333333334\n                ],\n                [\n                    1701944100000,\n                    0.0004630666666666667\n                ],\n                [\n                    1701943800000,\n                    0.0003050133333333333\n                ],\n                [\n                    1701943500000,\n                    0.00023269333333333334\n                ],\n                [\n                    1701943200000,\n                    0.00028386666666666666\n                ],\n                [\n                    1701942900000,\n                    0.00032197333333333335\n                ],\n                [\n                    1701942600000,\n                    0.0004489066666666667\n                ],\n                [\n                    1701942300000,\n                    0.0006837599999999999\n                ],\n                [\n                    1701942000000,\n                    0.0003960533333333333\n                ],\n                [\n                    1701941700000,\n                    0.0004501866666666667\n                ],\n                [\n                    1701941400000,\n                    0.0006939733333333333\n                ],\n                [\n                    1701941100000,\n                    0.0002988\n                ],\n                [\n                    1701940800000,\n                    0.00030482666666666665\n                ],\n                [\n                    1701940500000,\n                    0.00033549333333333334\n                ],\n                [\n                    1701940200000,\n                    0.00045042666666666667\n                ],\n                [\n                    1701939900000,\n                    0.00051944\n                ],\n                [\n                    1701939600000,\n                    0.0002932266666666667\n                ],\n                [\n                    1701939300000,\n                    0.00045608\n                ],\n                [\n                    1701939000000,\n                    0.00031706666666666666\n                ],\n                [\n                    1701938700000,\n                    0.00030050666666666667\n                ],\n                [\n                    1701938400000,\n                    0.0004468\n                ],\n                [\n                    1701938100000,\n                    0.0004450933333333333\n                ],\n                [\n                    1701937800000,\n                    0.00046021333333333333\n                ],\n                [\n                    1701937500000,\n                    0.00031714666666666667\n                ],\n                [\n                    1701937200000,\n                    0.0004016\n                ],\n                [\n                    1701936900000,\n                    0.0010069866666666666\n                ],\n                [\n                    1701936600000,\n                    0.0008063733333333334\n                ],\n                [\n                    1701936300000,\n                    0.0003063466666666667\n                ],\n                [\n                    1701936000000,\n                    0.00037650666666666667\n                ],\n                [\n                    1701935700000,\n                    0.0004607733333333333\n                ],\n                [\n                    1701935400000,\n                    0.00062992\n                ],\n                [\n                    1701935100000,\n                    0.00036112\n                ],\n                [\n                    1701934800000,\n                    0.00039085333333333335\n                ],\n                [\n                    1701934500000,\n                    0.00041727999999999996\n                ],\n                [\n                    1701934200000,\n                    0.0004164\n                ],\n                [\n                    1701933900000,\n                    0.00019922666666666666\n                ],\n                [\n                    1701933600000,\n                    0.0004801066666666667\n                ],\n                [\n                    1701933300000,\n                    0.0005592533333333334\n                ],\n                [\n                    1701933000000,\n                    0.0005639466666666667\n                ],\n                [\n                    1701932700000,\n                    0.00031842666666666666\n                ],\n                [\n                    1701932400000,\n                    0.0004913866666666667\n                ],\n                [\n                    1701932100000,\n                    0.00037426666666666664\n                ],\n                [\n                    1701931800000,\n                    0.0006181066666666666\n                ],\n                [\n                    1701931500000,\n                    0.0004701866666666667\n                ],\n                [\n                    1701931200000,\n                    0.0005128\n                ],\n                [\n                    1701930900000,\n                    0.0002969866666666667\n                ],\n                [\n                    1701930600000,\n                    0.0004603466666666667\n                ],\n                [\n                    1701930300000,\n                    0.0021388\n                ],\n                [\n                    1701930000000,\n                    0.00026584\n                ],\n                [\n                    1701929700000,\n                    0.00032693333333333333\n                ],\n                [\n                    1701929400000,\n                    0.0005954933333333334\n                ],\n                [\n                    1701929100000,\n                    0.00044776\n                ],\n                [\n                    1701928800000,\n                    0.00043773333333333337\n                ],\n                [\n                    1701928500000,\n                    0.0004143733333333333\n                ],\n                [\n                    1701928200000,\n                    0.00046776\n                ],\n                [\n                    1701927900000,\n                    0.00035583999999999995\n                ],\n                [\n                    1701927600000,\n                    0.00026197333333333335\n                ],\n                [\n                    1701927300000,\n                    0.0005150933333333334\n                ],\n                [\n                    1701927000000,\n                    0.000564\n                ],\n                [\n                    1701926700000,\n                    0.00048101333333333334\n                ],\n                [\n                    1701926400000,\n                    0.0004959733333333334\n                ],\n                [\n                    1701926100000,\n                    0.00047274666666666666\n                ],\n                [\n                    1701925800000,\n                    0.008035546666666667\n                ],\n                [\n                    1701925500000,\n                    0.012576826666666666\n                ],\n                [\n                    1701925200000,\n                    0.01264984\n                ],\n                [\n                    1701924900000,\n                    0.0037486666666666666\n                ],\n                [\n                    1701924600000,\n                    0.0007042133333333333\n                ],\n                [\n                    1701924300000,\n                    0.00059368\n                ],\n                [\n                    1701924000000,\n                    0.00039474666666666666\n                ],\n                [\n                    1701923700000,\n                    0.0004386933333333333\n                ],\n                [\n                    1701923400000,\n                    0.00039402666666666665\n                ],\n                [\n                    1701923100000,\n                    0.0003892266666666667\n                ],\n                [\n                    1701922800000,\n                    0.0005861333333333333\n                ],\n                [\n                    1701922500000,\n                    0.00039183999999999996\n                ],\n                [\n                    1701922200000,\n                    0.0002980533333333333\n                ],\n                [\n                    1701921900000,\n                    0.00034384\n                ],\n                [\n                    1701921600000,\n                    0.00026962666666666666\n                ],\n                [\n                    1701921300000,\n                    0.0004722133333333333\n                ],\n                [\n                    1701921000000,\n                    0.00028093333333333335\n                ],\n                [\n                    1701920700000,\n                    0.0003092\n                ],\n                [\n                    1701920400000,\n                    0.00031581333333333334\n                ],\n                [\n                    1701920100000,\n                    0.0003019466666666667\n                ],\n                [\n                    1701919800000,\n                    0.0010173333333333334\n                ],\n                [\n                    1701919500000,\n                    0.00022482666666666666\n                ],\n                [\n                    1701919200000,\n                    0.00029629333333333337\n                ],\n                [\n                    1701918900000,\n                    0.00044858666666666665\n                ],\n                [\n                    1701918600000,\n                    0.0003507466666666667\n                ],\n                [\n                    1701918300000,\n                    0.0003704266666666667\n                ],\n                [\n                    1701918000000,\n                    0.0004183466666666667\n                ],\n                [\n                    1701917700000,\n                    0.0004016\n                ],\n                [\n                    1701917400000,\n                    0.00029005333333333334\n                ],\n                [\n                    1701917100000,\n                    0.0006149066666666667\n                ],\n                [\n                    1701916800000,\n                    0.00027298666666666666\n                ],\n                [\n                    1701916500000,\n                    0.00028397333333333335\n                ],\n                [\n                    1701916200000,\n                    0.00037885333333333333\n                ],\n                [\n                    1701915900000,\n                    0.00045997333333333334\n                ],\n                [\n                    1701915600000,\n                    0.00033496\n                ],\n                [\n                    1701915300000,\n                    0.00045789333333333334\n                ],\n                [\n                    1701915000000,\n                    0.00030552\n                ],\n                [\n                    1701914700000,\n                    0.0005095466666666667\n                ],\n                [\n                    1701914400000,\n                    0.00023677333333333334\n                ],\n                [\n                    1701914100000,\n                    0.00024586666666666666\n                ],\n                [\n                    1701913800000,\n                    0.00022197333333333333\n                ],\n                [\n                    1701913500000,\n                    0.00021858666666666667\n                ],\n                [\n                    1701913200000,\n                    0.00023424\n                ],\n                [\n                    1701912900000,\n                    0.0007730666666666667\n                ],\n                [\n                    1701912600000,\n                    0.00039183999999999996\n                ],\n                [\n                    1701912300000,\n                    0.00035168\n                ],\n                [\n                    1701912000000,\n                    0.0003552266666666667\n                ],\n                [\n                    1701911700000,\n                    0.00035712\n                ],\n                [\n                    1701911400000,\n                    0.0004156533333333333\n                ],\n                [\n                    1701911100000,\n                    0.00043458666666666663\n                ],\n                [\n                    1701910800000,\n                    0.00054096\n                ],\n                [\n                    1701910500000,\n                    0.0005939466666666667\n                ],\n                [\n                    1701910200000,\n                    0.0027370133333333335\n                ],\n                [\n                    1701909900000,\n                    0.0034287466666666666\n                ],\n                [\n                    1701909600000,\n                    0.002979173333333333\n                ],\n                [\n                    1701909300000,\n                    0.0030726666666666667\n                ],\n                [\n                    1701909000000,\n                    0.0031060799999999998\n                ],\n                [\n                    1701908700000,\n                    0.0028745866666666665\n                ],\n                [\n                    1701908400000,\n                    0.044095546666666666\n                ],\n                [\n                    1701908100000,\n                    0.0010168\n                ],\n                [\n                    1701907800000,\n                    0.00082208\n                ],\n                [\n                    1701907500000,\n                    0.0007811200000000001\n                ],\n                [\n                    1701907200000,\n                    0.0007496266666666666\n                ],\n                [\n                    1701906900000,\n                    0.00079432\n                ],\n                [\n                    1701906600000,\n                    0.0008410933333333334\n                ],\n                [\n                    1701906300000,\n                    0.0008558666666666667\n                ],\n                [\n                    1701906000000,\n                    0.0008009333333333332\n                ],\n                [\n                    1701905700000,\n                    0.0008109333333333333\n                ],\n                [\n                    1701905400000,\n                    0.00081352\n                ],\n                [\n                    1701905100000,\n                    0.00079984\n                ],\n                [\n                    1701904800000,\n                    0.0009291466666666667\n                ],\n                [\n                    1701904500000,\n                    0.0007439733333333334\n                ],\n                [\n                    1701904200000,\n                    0.0007654133333333333\n                ],\n                [\n                    1701903900000,\n                    0.0008604800000000001\n                ],\n                [\n                    1701903600000,\n                    0.0007993333333333333\n                ],\n                [\n                    1701903300000,\n                    0.0008824\n                ],\n                [\n                    1701903000000,\n                    0.0008406666666666666\n                ],\n                [\n                    1701902700000,\n                    0.0008829066666666667\n                ],\n                [\n                    1701902400000,\n                    0.0010945599999999998\n                ],\n                [\n                    1701902100000,\n                    0.00085536\n                ],\n                [\n                    1701901800000,\n                    0.0007959733333333333\n                ],\n                [\n                    1701901500000,\n                    0.0008509066666666667\n                ],\n                [\n                    1701901200000,\n                    0.0007622666666666667\n                ],\n                [\n                    1701900900000,\n                    0.0007852\n                ],\n                [\n                    1701900600000,\n                    0.00080784\n                ],\n                [\n                    1701900300000,\n                    0.0008384800000000001\n                ],\n                [\n                    1701900000000,\n                    0.0007178933333333333\n                ],\n                [\n                    1701899700000,\n                    0.0007805866666666667\n                ],\n                [\n                    1701899400000,\n                    0.0008385066666666667\n                ],\n                [\n                    1701899100000,\n                    0.00074168\n                ],\n                [\n                    1701898800000,\n                    0.0007752799999999999\n                ],\n                [\n                    1701898500000,\n                    0.0007970933333333334\n                ],\n                [\n                    1701898200000,\n                    0.0007905866666666667\n                ],\n                [\n                    1701897900000,\n                    0.0008125599999999999\n                ],\n                [\n                    1701897600000,\n                    0.0008445066666666666\n                ],\n                [\n                    1701897300000,\n                    0.0008153066666666667\n                ],\n                [\n                    1701897000000,\n                    0.0008288\n                ],\n                [\n                    1701896700000,\n                    0.00092248\n                ],\n                [\n                    1701896400000,\n                    0.0009341333333333333\n                ],\n                [\n                    1701896100000,\n                    0.0008145333333333333\n                ],\n                [\n                    1701895800000,\n                    0.0007924533333333334\n                ],\n                [\n                    1701895500000,\n                    0.0006954400000000001\n                ],\n                [\n                    1701895200000,\n                    0.0007643999999999999\n                ],\n                [\n                    1701894900000,\n                    0.0007923733333333333\n                ],\n                [\n                    1701894600000,\n                    0.0009032266666666667\n                ],\n                [\n                    1701894300000,\n                    0.0011478666666666665\n                ],\n                [\n                    1701894000000,\n                    0.00201632\n                ],\n                [\n                    1701893700000,\n                    0.0008018933333333333\n                ],\n                [\n                    1701893400000,\n                    0.0006991733333333332\n                ],\n                [\n                    1701893100000,\n                    0.0006527200000000001\n                ],\n                [\n                    1701892800000,\n                    0.0006255733333333334\n                ],\n                [\n                    1701892500000,\n                    0.0007096\n                ],\n                [\n                    1701892200000,\n                    0.00060864\n                ],\n                [\n                    1701891900000,\n                    0.000728\n                ],\n                [\n                    1701891600000,\n                    0.0005682666666666666\n                ],\n                [\n                    1701891300000,\n                    0.0005379466666666667\n                ],\n                [\n                    1701891000000,\n                    0.0004283466666666667\n                ],\n                [\n                    1701890700000,\n                    0.00043176\n                ],\n                [\n                    1701890400000,\n                    0.00022602666666666666\n                ],\n                [\n                    1701890100000,\n                    0.0002612\n                ],\n                [\n                    1701889800000,\n                    0.00040168\n                ],\n                [\n                    1701889500000,\n                    0.00043776\n                ],\n                [\n                    1701889200000,\n                    0.00041495999999999997\n                ],\n                [\n                    1701888900000,\n                    0.00039026666666666665\n                ],\n                [\n                    1701888600000,\n                    0.0003152266666666667\n                ],\n                [\n                    1701888300000,\n                    0.0003184\n                ],\n                [\n                    1701888000000,\n                    0.00027778666666666667\n                ],\n                [\n                    1701887700000,\n                    0.0002996533333333333\n                ],\n                [\n                    1701887400000,\n                    0.00030650666666666665\n                ],\n                [\n                    1701887100000,\n                    0.00029424000000000003\n                ],\n                [\n                    1701886800000,\n                    0.00030728\n                ],\n                [\n                    1701886500000,\n                    0.00034376\n                ],\n                [\n                    1701886200000,\n                    0.0003248533333333334\n                ],\n                [\n                    1701885900000,\n                    0.0005064533333333333\n                ],\n                [\n                    1701885600000,\n                    0.0002978933333333333\n                ],\n                [\n                    1701885300000,\n                    0.00027469333333333333\n                ],\n                [\n                    1701885000000,\n                    0.00029085333333333336\n                ],\n                [\n                    1701884700000,\n                    0.00029512\n                ],\n                [\n                    1701884400000,\n                    0.00031138666666666667\n                ],\n                [\n                    1701884100000,\n                    0.00033757333333333335\n                ],\n                [\n                    1701883800000,\n                    0.00029824\n                ],\n                [\n                    1701883500000,\n                    0.0002986933333333333\n                ],\n                [\n                    1701883200000,\n                    0.00031549333333333334\n                ],\n                [\n                    1701882900000,\n                    0.0002252\n                ],\n                [\n                    1701882600000,\n                    0.0002649866666666667\n                ],\n                [\n                    1701882300000,\n                    0.00041106666666666667\n                ],\n                [\n                    1701882000000,\n                    0.0004416533333333333\n                ],\n                [\n                    1701881700000,\n                    0.00040469333333333334\n                ],\n                [\n                    1701881400000,\n                    0.00076984\n                ],\n                [\n                    1701881100000,\n                    0.0003247733333333333\n                ],\n                [\n                    1701880800000,\n                    0.0003304266666666667\n                ],\n                [\n                    1701880500000,\n                    0.00029064\n                ],\n                [\n                    1701880200000,\n                    0.00027957333333333335\n                ],\n                [\n                    1701879900000,\n                    0.00031783999999999995\n                ],\n                [\n                    1701879600000,\n                    0.00029319999999999997\n                ],\n                [\n                    1701879300000,\n                    0.00039461333333333336\n                ],\n                [\n                    1701879000000,\n                    0.00034888\n                ],\n                [\n                    1701878700000,\n                    0.0003730933333333333\n                ],\n                [\n                    1701878400000,\n                    0.0006063733333333334\n                ],\n                [\n                    1701878100000,\n                    0.00047325333333333335\n                ],\n                [\n                    1701877800000,\n                    0.00034437333333333335\n                ],\n                [\n                    1701877500000,\n                    0.00045722666666666667\n                ],\n                [\n                    1701877200000,\n                    0.0002525333333333333\n                ],\n                [\n                    1701876900000,\n                    0.0003749066666666667\n                ],\n                [\n                    1701876600000,\n                    0.0005024533333333333\n                ],\n                [\n                    1701876300000,\n                    0.0005234666666666667\n                ],\n                [\n                    1701876000000,\n                    0.0012064266666666668\n                ],\n                [\n                    1701875700000,\n                    0.00034496\n                ],\n                [\n                    1701875400000,\n                    0.00034208\n                ],\n                [\n                    1701875100000,\n                    0.0005701866666666666\n                ],\n                [\n                    1701874800000,\n                    0.00034464\n                ],\n                [\n                    1701874500000,\n                    0.0002644533333333333\n                ],\n                [\n                    1701874200000,\n                    0.0005237333333333333\n                ],\n                [\n                    1701873900000,\n                    0.00044896\n                ],\n                [\n                    1701873600000,\n                    0.0006282133333333333\n                ],\n                [\n                    1701873300000,\n                    0.0005123733333333334\n                ],\n                [\n                    1701873000000,\n                    0.00040176\n                ],\n                [\n                    1701872700000,\n                    0.00052056\n                ],\n                [\n                    1701872400000,\n                    0.00039941333333333337\n                ],\n                [\n                    1701872100000,\n                    0.0006321866666666666\n                ],\n                [\n                    1701871800000,\n                    0.0005334666666666667\n                ],\n                [\n                    1701871500000,\n                    0.0030007466666666666\n                ],\n                [\n                    1701871200000,\n                    0.003528906666666667\n                ],\n                [\n                    1701870900000,\n                    0.0032977333333333333\n                ],\n                [\n                    1701870600000,\n                    0.0020625333333333332\n                ],\n                [\n                    1701870300000,\n                    0.00061032\n                ],\n                [\n                    1701870000000,\n                    0.0004759466666666667\n                ],\n                [\n                    1701869700000,\n                    0.00044605333333333334\n                ],\n                [\n                    1701869400000,\n                    0.0006047466666666667\n                ],\n                [\n                    1701869100000,\n                    0.00045552\n                ],\n                [\n                    1701868800000,\n                    0.00043029333333333337\n                ],\n                [\n                    1701868500000,\n                    0.0004092266666666667\n                ],\n                [\n                    1701868200000,\n                    0.0005207733333333334\n                ],\n                [\n                    1701867900000,\n                    0.00037170666666666666\n                ],\n                [\n                    1701867600000,\n                    0.0003563733333333333\n                ],\n                [\n                    1701867300000,\n                    0.0003352533333333333\n                ],\n                [\n                    1701867000000,\n                    0.0003828533333333334\n                ],\n                [\n                    1701866700000,\n                    0.0004078933333333333\n                ],\n                [\n                    1701866400000,\n                    0.0005822933333333333\n                ],\n                [\n                    1701866100000,\n                    0.00045138666666666666\n                ],\n                [\n                    1701865800000,\n                    0.00065848\n                ],\n                [\n                    1701865500000,\n                    0.0004153066666666667\n                ],\n                [\n                    1701865200000,\n                    0.00044072\n                ],\n                [\n                    1701864900000,\n                    0.00046760000000000004\n                ],\n                [\n                    1701864600000,\n                    0.0002622666666666666\n                ],\n                [\n                    1701864300000,\n                    0.00030944\n                ],\n                [\n                    1701864000000,\n                    0.0003855466666666667\n                ],\n                [\n                    1701863700000,\n                    0.0005217333333333334\n                ],\n                [\n                    1701863400000,\n                    0.00054208\n                ],\n                [\n                    1701863100000,\n                    0.0005667733333333333\n                ],\n                [\n                    1701862800000,\n                    0.0004126933333333333\n                ],\n                [\n                    1701862500000,\n                    0.00052624\n                ],\n                [\n                    1701862200000,\n                    0.0005574933333333333\n                ],\n                [\n                    1701861900000,\n                    0.0004238133333333333\n                ],\n                [\n                    1701861600000,\n                    0.0007214933333333333\n                ],\n                [\n                    1701861300000,\n                    0.00047672000000000003\n                ],\n                [\n                    1701861000000,\n                    0.0003227733333333333\n                ],\n                [\n                    1701860700000,\n                    0.00036469333333333335\n                ],\n                [\n                    1701860400000,\n                    0.00055312\n                ],\n                [\n                    1701860100000,\n                    0.0003418133333333333\n                ],\n                [\n                    1701859800000,\n                    0.00030888\n                ],\n                [\n                    1701859500000,\n                    0.0005495466666666666\n                ],\n                [\n                    1701859200000,\n                    0.00090064\n                ],\n                [\n                    1701858900000,\n                    0.0004225333333333334\n                ],\n                [\n                    1701858600000,\n                    0.0006215733333333334\n                ],\n                [\n                    1701858300000,\n                    0.0005651466666666666\n                ],\n                [\n                    1701858000000,\n                    0.00046448\n                ],\n                [\n                    1701857700000,\n                    0.00060304\n                ],\n                [\n                    1701857400000,\n                    0.00035453333333333335\n                ],\n                [\n                    1701857100000,\n                    0.0003412\n                ],\n                [\n                    1701856800000,\n                    0.00033752\n                ],\n                [\n                    1701856500000,\n                    0.00035946666666666666\n                ],\n                [\n                    1701856200000,\n                    0.0003572\n                ],\n                [\n                    1701855900000,\n                    0.00034546666666666664\n                ],\n                [\n                    1701855600000,\n                    0.00027453333333333336\n                ],\n                [\n                    1701855300000,\n                    0.0002856266666666667\n                ],\n                [\n                    1701855000000,\n                    0.0017759466666666668\n                ],\n                [\n                    1701854700000,\n                    0.0004320533333333333\n                ],\n                [\n                    1701854400000,\n                    0.0005873066666666666\n                ],\n                [\n                    1701854100000,\n                    0.00046983999999999996\n                ],\n                [\n                    1701853800000,\n                    0.00036616000000000003\n                ],\n                [\n                    1701853500000,\n                    0.0003004533333333333\n                ],\n                [\n                    1701853200000,\n                    0.0004630666666666667\n                ],\n                [\n                    1701852900000,\n                    0.00043549333333333333\n                ],\n                [\n                    1701852600000,\n                    0.0004592\n                ],\n                [\n                    1701852300000,\n                    0.00040418666666666665\n                ]\n            ],\n            \"unit\": {\n                \"name\": \"Mbps\",\n                \"fullName\": \"Megabits per second\"\n            }\n        },\n        {\n            \"type\": \"B_BITS\",\n            \"subtype\": \"In\",\n            \"samples\": [\n                [\n                    1702283700000,\n                    0.0007875466666666666\n                ],\n                [\n                    1702283400000,\n                    0.0009346666666666667\n                ],\n                [\n                    1702283100000,\n                    0.0008581066666666667\n                ],\n                [\n                    1702282800000,\n                    0.0008678133333333334\n                ],\n                [\n                    1702282500000,\n                    0.0008817066666666668\n                ],\n                [\n                    1702282200000,\n                    0.0008423733333333334\n                ],\n                [\n                    1702281900000,\n                    0.0009209333333333332\n                ],\n                [\n                    1702281600000,\n                    0.0007360800000000001\n                ],\n                [\n                    1702281300000,\n                    0.00100456\n                ],\n                [\n                    1702281000000,\n                    0.0007798400000000001\n                ],\n                [\n                    1702280700000,\n                    0.00081448\n                ],\n                [\n                    1702280400000,\n                    0.00093976\n                ],\n                [\n                    1702280100000,\n                    0.0008316266666666667\n                ],\n                [\n                    1702279800000,\n                    0.0009255466666666666\n                ],\n                [\n                    1702279500000,\n                    0.0009950133333333333\n                ],\n                [\n                    1702279200000,\n                    0.00081168\n                ],\n                [\n                    1702278900000,\n                    0.00034930666666666666\n                ],\n                [\n                    1702278600000,\n                    0.0009621066666666666\n                ],\n                [\n                    1702278300000,\n                    0.0008914933333333333\n                ],\n                [\n                    1702278000000,\n                    0.00097352\n                ],\n                [\n                    1702277700000,\n                    0.0009884533333333334\n                ],\n                [\n                    1702277400000,\n                    0.0009470133333333333\n                ],\n                [\n                    1702277100000,\n                    0.0007274400000000001\n                ],\n                [\n                    1702276800000,\n                    0.0007460533333333333\n                ],\n                [\n                    1702276500000,\n                    0.0008264\n                ],\n                [\n                    1702276200000,\n                    0.0006611466666666667\n                ],\n                [\n                    1702275900000,\n                    0.0024548\n                ],\n                [\n                    1702275600000,\n                    0.0006167200000000001\n                ],\n                [\n                    1702275300000,\n                    0.00029298666666666666\n                ],\n                [\n                    1702275000000,\n                    0.00082808\n                ],\n                [\n                    1702274700000,\n                    0.0008818133333333334\n                ],\n                [\n                    1702274400000,\n                    0.00068736\n                ],\n                [\n                    1702274100000,\n                    0.0007536266666666666\n                ],\n                [\n                    1702273800000,\n                    0.0007323733333333333\n                ],\n                [\n                    1702273500000,\n                    0.0007956266666666667\n                ],\n                [\n                    1702273200000,\n                    0.0007137066666666667\n                ],\n                [\n                    1702272900000,\n                    0.0007894133333333333\n                ],\n                [\n                    1702272600000,\n                    0.0007842933333333333\n                ],\n                [\n                    1702272300000,\n                    0.00079952\n                ],\n                [\n                    1702272000000,\n                    0.0009228266666666667\n                ],\n                [\n                    1702271700000,\n                    0.0006578933333333333\n                ],\n                [\n                    1702271400000,\n                    0.0007548533333333334\n                ],\n                [\n                    1702271100000,\n                    0.0007733866666666667\n                ],\n                [\n                    1702270800000,\n                    0.0010046666666666667\n                ],\n                [\n                    1702270500000,\n                    0.0007997599999999999\n                ],\n                [\n                    1702270200000,\n                    0.0008807733333333333\n                ],\n                [\n                    1702269900000,\n                    0.00086968\n                ],\n                [\n                    1702269600000,\n                    0.00081296\n                ],\n                [\n                    1702269300000,\n                    0.0010713066666666667\n                ],\n                [\n                    1702269000000,\n                    0.0008675466666666666\n                ],\n                [\n                    1702268700000,\n                    0.00073136\n                ],\n                [\n                    1702268400000,\n                    0.0006802133333333334\n                ],\n                [\n                    1702268100000,\n                    0.0009603999999999999\n                ],\n                [\n                    1702267800000,\n                    0.0008187733333333333\n                ],\n                [\n                    1702267500000,\n                    0.0007489066666666667\n                ],\n                [\n                    1702267200000,\n                    0.00078744\n                ],\n                [\n                    1702266900000,\n                    0.0007178666666666667\n                ],\n                [\n                    1702266600000,\n                    0.0008441599999999999\n                ],\n                [\n                    1702266300000,\n                    0.0013132533333333333\n                ],\n                [\n                    1702266000000,\n                    0.0024705066666666667\n                ],\n                [\n                    1702265700000,\n                    0.002533733333333333\n                ],\n                [\n                    1702265400000,\n                    0.00750296\n                ],\n                [\n                    1702265100000,\n                    0.00521392\n                ],\n                [\n                    1702264800000,\n                    0.0007502666666666666\n                ],\n                [\n                    1702264500000,\n                    0.00082512\n                ],\n                [\n                    1702264200000,\n                    0.0009812\n                ],\n                [\n                    1702263900000,\n                    0.0010884533333333335\n                ],\n                [\n                    1702263600000,\n                    0.0009268\n                ],\n                [\n                    1702263300000,\n                    0.0009033066666666666\n                ],\n                [\n                    1702263000000,\n                    0.0007565333333333333\n                ],\n                [\n                    1702262700000,\n                    0.0007473333333333334\n                ],\n                [\n                    1702262400000,\n                    0.0007864533333333334\n                ],\n                [\n                    1702262100000,\n                    0.0007516533333333333\n                ],\n                [\n                    1702261800000,\n                    0.0006716799999999999\n                ],\n                [\n                    1702261500000,\n                    0.0008095733333333333\n                ],\n                [\n                    1702261200000,\n                    0.0006039466666666667\n                ],\n                [\n                    1702260900000,\n                    0.0006992266666666667\n                ],\n                [\n                    1702260600000,\n                    0.0007453066666666666\n                ],\n                [\n                    1702260300000,\n                    0.0008054933333333334\n                ],\n                [\n                    1702260000000,\n                    0.0008268533333333334\n                ],\n                [\n                    1702259700000,\n                    0.0008582933333333333\n                ],\n                [\n                    1702259400000,\n                    0.00098464\n                ],\n                [\n                    1702259100000,\n                    0.0007726666666666666\n                ],\n                [\n                    1702258800000,\n                    0.0008516266666666667\n                ],\n                [\n                    1702258500000,\n                    0.00082464\n                ],\n                [\n                    1702258200000,\n                    0.0007765599999999999\n                ],\n                [\n                    1702257900000,\n                    0.0008344533333333333\n                ],\n                [\n                    1702257600000,\n                    0.0008636266666666667\n                ],\n                [\n                    1702257300000,\n                    0.0007408533333333334\n                ],\n                [\n                    1702257000000,\n                    0.0007078933333333333\n                ],\n                [\n                    1702256700000,\n                    0.0007958933333333334\n                ],\n                [\n                    1702256400000,\n                    0.00068872\n                ],\n                [\n                    1702256100000,\n                    0.0006917866666666666\n                ],\n                [\n                    1702255800000,\n                    0.0007463466666666667\n                ],\n                [\n                    1702255500000,\n                    0.00081008\n                ],\n                [\n                    1702255200000,\n                    0.0020031199999999997\n                ],\n                [\n                    1702254900000,\n                    0.0027015466666666667\n                ],\n                [\n                    1702254600000,\n                    0.0028532266666666663\n                ],\n                [\n                    1702254300000,\n                    0.00257912\n                ],\n                [\n                    1702254000000,\n                    0.0007208\n                ],\n                [\n                    1702253700000,\n                    0.0007425866666666667\n                ],\n                [\n                    1702253400000,\n                    0.0007230666666666667\n                ],\n                [\n                    1702253100000,\n                    0.0008784533333333333\n                ],\n                [\n                    1702252800000,\n                    0.0007787466666666667\n                ],\n                [\n                    1702252500000,\n                    0.0009005066666666667\n                ],\n                [\n                    1702252200000,\n                    0.0007407999999999999\n                ],\n                [\n                    1702251900000,\n                    0.00075592\n                ],\n                [\n                    1702251600000,\n                    0.0006254666666666667\n                ],\n                [\n                    1702251300000,\n                    0.0006477866666666667\n                ],\n                [\n                    1702251000000,\n                    0.0006304266666666667\n                ],\n                [\n                    1702250700000,\n                    0.0008559733333333334\n                ],\n                [\n                    1702250400000,\n                    0.0007290133333333333\n                ],\n                [\n                    1702250100000,\n                    0.00076976\n                ],\n                [\n                    1702249800000,\n                    0.0008236266666666667\n                ],\n                [\n                    1702249500000,\n                    0.00084312\n                ],\n                [\n                    1702249200000,\n                    0.0007907999999999999\n                ],\n                [\n                    1702248900000,\n                    0.00093328\n                ],\n                [\n                    1702248600000,\n                    0.0009172266666666667\n                ],\n                [\n                    1702248300000,\n                    0.0009615466666666666\n                ],\n                [\n                    1702248000000,\n                    0.00082664\n                ],\n                [\n                    1702247700000,\n                    0.0007507466666666667\n                ],\n                [\n                    1702247400000,\n                    0.0006256533333333333\n                ],\n                [\n                    1702247100000,\n                    0.0007322933333333333\n                ],\n                [\n                    1702246800000,\n                    0.0007428266666666667\n                ],\n                [\n                    1702246500000,\n                    0.0006610933333333333\n                ],\n                [\n                    1702246200000,\n                    0.0006435466666666666\n                ],\n                [\n                    1702245900000,\n                    0.0007023733333333333\n                ],\n                [\n                    1702245600000,\n                    0.0007331466666666667\n                ],\n                [\n                    1702245300000,\n                    0.00067176\n                ],\n                [\n                    1702245000000,\n                    0.0007209333333333333\n                ],\n                [\n                    1702244700000,\n                    0.0006848\n                ],\n                [\n                    1702244400000,\n                    0.0009027733333333333\n                ],\n                [\n                    1702244100000,\n                    0.0006464\n                ],\n                [\n                    1702243800000,\n                    0.00046304\n                ],\n                [\n                    1702243500000,\n                    0.0007095466666666667\n                ],\n                [\n                    1702243200000,\n                    0.0006875733333333334\n                ],\n                [\n                    1702242900000,\n                    0.0008327733333333334\n                ],\n                [\n                    1702242600000,\n                    0.0008417066666666668\n                ],\n                [\n                    1702242300000,\n                    0.0009184266666666666\n                ],\n                [\n                    1702242000000,\n                    0.0007301066666666666\n                ],\n                [\n                    1702241700000,\n                    0.0007064533333333334\n                ],\n                [\n                    1702241400000,\n                    0.0011722133333333334\n                ],\n                [\n                    1702241100000,\n                    0.0007758933333333333\n                ],\n                [\n                    1702240800000,\n                    0.0007684533333333334\n                ],\n                [\n                    1702240500000,\n                    0.0008861066666666666\n                ],\n                [\n                    1702240200000,\n                    0.0007530133333333333\n                ],\n                [\n                    1702239900000,\n                    0.00074784\n                ],\n                [\n                    1702239600000,\n                    0.0007634133333333333\n                ],\n                [\n                    1702239300000,\n                    0.0008256\n                ],\n                [\n                    1702239000000,\n                    0.0007782133333333334\n                ],\n                [\n                    1702238700000,\n                    0.00089696\n                ],\n                [\n                    1702238400000,\n                    0.0008382666666666667\n                ],\n                [\n                    1702238100000,\n                    0.0009008\n                ],\n                [\n                    1702237800000,\n                    0.0006769066666666667\n                ],\n                [\n                    1702237500000,\n                    0.000854\n                ],\n                [\n                    1702237200000,\n                    0.0006109066666666667\n                ],\n                [\n                    1702236900000,\n                    0.0008630666666666668\n                ],\n                [\n                    1702236600000,\n                    0.0006682933333333333\n                ],\n                [\n                    1702236300000,\n                    0.0007085333333333333\n                ],\n                [\n                    1702236000000,\n                    0.0011115466666666667\n                ],\n                [\n                    1702235700000,\n                    0.0009914666666666666\n                ],\n                [\n                    1702235400000,\n                    0.0008927999999999999\n                ],\n                [\n                    1702235100000,\n                    0.0009711466666666666\n                ],\n                [\n                    1702234800000,\n                    0.00096848\n                ],\n                [\n                    1702234500000,\n                    0.0010532\n                ],\n                [\n                    1702234200000,\n                    0.0008389066666666667\n                ],\n                [\n                    1702233900000,\n                    0.0007916\n                ],\n                [\n                    1702233600000,\n                    0.0008082666666666666\n                ],\n                [\n                    1702233300000,\n                    0.0007265066666666667\n                ],\n                [\n                    1702233000000,\n                    0.0009302933333333333\n                ],\n                [\n                    1702232700000,\n                    0.00075264\n                ],\n                [\n                    1702232400000,\n                    0.0008025066666666667\n                ],\n                [\n                    1702232100000,\n                    0.0007526133333333333\n                ],\n                [\n                    1702231800000,\n                    0.0009069600000000001\n                ],\n                [\n                    1702231500000,\n                    0.00083448\n                ],\n                [\n                    1702231200000,\n                    0.0007117066666666667\n                ],\n                [\n                    1702230900000,\n                    0.00089456\n                ],\n                [\n                    1702230600000,\n                    0.0008150933333333334\n                ],\n                [\n                    1702230300000,\n                    0.00078864\n                ],\n                [\n                    1702230000000,\n                    0.0007397866666666666\n                ],\n                [\n                    1702229700000,\n                    0.0008444266666666667\n                ],\n                [\n                    1702229400000,\n                    0.0007314400000000001\n                ],\n                [\n                    1702229100000,\n                    0.0008493600000000001\n                ],\n                [\n                    1702228800000,\n                    0.0008386133333333334\n                ],\n                [\n                    1702228500000,\n                    0.0006885333333333333\n                ],\n                [\n                    1702228200000,\n                    0.0007517066666666667\n                ],\n                [\n                    1702227900000,\n                    0.0007634133333333333\n                ],\n                [\n                    1702227600000,\n                    0.00073568\n                ],\n                [\n                    1702227300000,\n                    0.0007855466666666667\n                ],\n                [\n                    1702227000000,\n                    0.00063024\n                ],\n                [\n                    1702226700000,\n                    0.0007547466666666667\n                ],\n                [\n                    1702226400000,\n                    0.0005726666666666666\n                ],\n                [\n                    1702226100000,\n                    0.0006621066666666667\n                ],\n                [\n                    1702225800000,\n                    0.0006557333333333333\n                ],\n                [\n                    1702225500000,\n                    0.0008449066666666666\n                ],\n                [\n                    1702225200000,\n                    0.00093792\n                ],\n                [\n                    1702224900000,\n                    0.0007154933333333334\n                ],\n                [\n                    1702224600000,\n                    0.0011674133333333333\n                ],\n                [\n                    1702224300000,\n                    0.0006539466666666667\n                ],\n                [\n                    1702224000000,\n                    0.0006657599999999999\n                ],\n                [\n                    1702223700000,\n                    0.0006625866666666667\n                ],\n                [\n                    1702223400000,\n                    0.0008025599999999999\n                ],\n                [\n                    1702223100000,\n                    0.0006910133333333334\n                ],\n                [\n                    1702222800000,\n                    0.0006615733333333334\n                ],\n                [\n                    1702222500000,\n                    0.0006011466666666666\n                ],\n                [\n                    1702222200000,\n                    0.0008068799999999999\n                ],\n                [\n                    1702221900000,\n                    0.00044429333333333333\n                ],\n                [\n                    1702221600000,\n                    0.0006365333333333333\n                ],\n                [\n                    1702221300000,\n                    0.0007266133333333334\n                ],\n                [\n                    1702221000000,\n                    0.0006399733333333333\n                ],\n                [\n                    1702220700000,\n                    0.0007141333333333333\n                ],\n                [\n                    1702220400000,\n                    0.0006871733333333333\n                ],\n                [\n                    1702220100000,\n                    0.0008775466666666666\n                ],\n                [\n                    1702219800000,\n                    0.00055128\n                ],\n                [\n                    1702219500000,\n                    0.0010242666666666666\n                ],\n                [\n                    1702219200000,\n                    0.0007319733333333334\n                ],\n                [\n                    1702218900000,\n                    0.00072536\n                ],\n                [\n                    1702218600000,\n                    0.0006930399999999999\n                ],\n                [\n                    1702218300000,\n                    0.0005030400000000001\n                ],\n                [\n                    1702218000000,\n                    0.0006149066666666667\n                ],\n                [\n                    1702217700000,\n                    0.0006596266666666667\n                ],\n                [\n                    1702217400000,\n                    0.0008233333333333334\n                ],\n                [\n                    1702217100000,\n                    0.0006605599999999999\n                ],\n                [\n                    1702216800000,\n                    0.0006733333333333334\n                ],\n                [\n                    1702216500000,\n                    0.0006158133333333334\n                ],\n                [\n                    1702216200000,\n                    0.0006470133333333334\n                ],\n                [\n                    1702215900000,\n                    0.0008043200000000001\n                ],\n                [\n                    1702215600000,\n                    0.0006830933333333333\n                ],\n                [\n                    1702215300000,\n                    0.0007713066666666666\n                ],\n                [\n                    1702215000000,\n                    0.0006952799999999999\n                ],\n                [\n                    1702214700000,\n                    0.0006550933333333334\n                ],\n                [\n                    1702214400000,\n                    0.0006707466666666667\n                ],\n                [\n                    1702214100000,\n                    0.0006533866666666667\n                ],\n                [\n                    1702213800000,\n                    0.0007262666666666667\n                ],\n                [\n                    1702213500000,\n                    0.0007465066666666666\n                ],\n                [\n                    1702213200000,\n                    0.0007478666666666667\n                ],\n                [\n                    1702212900000,\n                    0.0007728533333333334\n                ],\n                [\n                    1702212600000,\n                    0.0007204533333333334\n                ],\n                [\n                    1702212300000,\n                    0.0007260266666666666\n                ],\n                [\n                    1702212000000,\n                    0.00068624\n                ],\n                [\n                    1702211700000,\n                    0.0006322133333333333\n                ],\n                [\n                    1702211400000,\n                    0.0006997066666666667\n                ],\n                [\n                    1702211100000,\n                    0.0009555733333333334\n                ],\n                [\n                    1702210800000,\n                    0.0006663200000000001\n                ],\n                [\n                    1702210500000,\n                    0.0007925866666666667\n                ],\n                [\n                    1702210200000,\n                    0.00078424\n                ],\n                [\n                    1702209900000,\n                    0.0007937333333333334\n                ],\n                [\n                    1702209600000,\n                    0.00095808\n                ],\n                [\n                    1702209300000,\n                    0.0008342933333333333\n                ],\n                [\n                    1702209000000,\n                    0.00072272\n                ],\n                [\n                    1702208700000,\n                    0.00079576\n                ],\n                [\n                    1702208400000,\n                    0.0007905599999999999\n                ],\n                [\n                    1702208100000,\n                    0.00072384\n                ],\n                [\n                    1702207800000,\n                    0.00062832\n                ],\n                [\n                    1702207500000,\n                    0.0007380266666666667\n                ],\n                [\n                    1702207200000,\n                    0.0006932\n                ],\n                [\n                    1702206900000,\n                    0.0006549333333333333\n                ],\n                [\n                    1702206600000,\n                    0.00064848\n                ],\n                [\n                    1702206300000,\n                    0.00068888\n                ],\n                [\n                    1702206000000,\n                    0.0006819733333333334\n                ],\n                [\n                    1702205700000,\n                    0.0006457866666666666\n                ],\n                [\n                    1702205400000,\n                    0.0006192266666666667\n                ],\n                [\n                    1702205100000,\n                    0.0007500533333333332\n                ],\n                [\n                    1702204800000,\n                    0.00048616\n                ],\n                [\n                    1702204500000,\n                    0.00085264\n                ],\n                [\n                    1702204200000,\n                    0.0006401333333333334\n                ],\n                [\n                    1702203900000,\n                    0.0006411466666666666\n                ],\n                [\n                    1702203600000,\n                    0.0006228533333333333\n                ],\n                [\n                    1702203300000,\n                    0.0008498666666666667\n                ],\n                [\n                    1702203000000,\n                    0.0007006666666666666\n                ],\n                [\n                    1702202700000,\n                    0.0005867466666666667\n                ],\n                [\n                    1702202400000,\n                    0.0006259466666666667\n                ],\n                [\n                    1702202100000,\n                    0.0006948\n                ],\n                [\n                    1702201800000,\n                    0.0007124533333333334\n                ],\n                [\n                    1702201500000,\n                    0.0008179466666666667\n                ],\n                [\n                    1702201200000,\n                    0.0004301066666666667\n                ],\n                [\n                    1702200900000,\n                    0.0006019466666666668\n                ],\n                [\n                    1702200600000,\n                    0.0006576799999999999\n                ],\n                [\n                    1702200300000,\n                    0.00058568\n                ],\n                [\n                    1702200000000,\n                    0.00069552\n                ],\n                [\n                    1702199700000,\n                    0.0011086133333333332\n                ],\n                [\n                    1702199400000,\n                    0.0007358666666666667\n                ],\n                [\n                    1702199100000,\n                    0.0009606933333333334\n                ],\n                [\n                    1702198800000,\n                    0.0007822666666666666\n                ],\n                [\n                    1702198500000,\n                    0.0008651466666666667\n                ],\n                [\n                    1702198200000,\n                    0.0007633066666666666\n                ],\n                [\n                    1702197900000,\n                    0.00090128\n                ],\n                [\n                    1702197600000,\n                    0.00078208\n                ],\n                [\n                    1702197300000,\n                    0.0008891466666666667\n                ],\n                [\n                    1702197000000,\n                    0.0010273333333333332\n                ],\n                [\n                    1702196700000,\n                    0.0008697333333333333\n                ],\n                [\n                    1702196400000,\n                    0.0007953333333333333\n                ],\n                [\n                    1702196100000,\n                    0.0008543466666666667\n                ],\n                [\n                    1702195800000,\n                    0.0008001066666666667\n                ],\n                [\n                    1702195500000,\n                    0.0007491733333333333\n                ],\n                [\n                    1702195200000,\n                    0.0007117333333333334\n                ],\n                [\n                    1702194900000,\n                    0.0008144533333333334\n                ],\n                [\n                    1702194600000,\n                    0.0008169866666666667\n                ],\n                [\n                    1702194300000,\n                    0.0008828266666666667\n                ],\n                [\n                    1702194000000,\n                    0.0009080266666666667\n                ],\n                [\n                    1702193700000,\n                    0.0008483466666666667\n                ],\n                [\n                    1702193400000,\n                    0.0008014133333333333\n                ],\n                [\n                    1702193100000,\n                    0.0006824\n                ],\n                [\n                    1702192800000,\n                    0.0006607200000000001\n                ],\n                [\n                    1702192500000,\n                    0.00060688\n                ],\n                [\n                    1702192200000,\n                    0.0005670666666666667\n                ],\n                [\n                    1702191900000,\n                    0.0006249866666666667\n                ],\n                [\n                    1702191600000,\n                    0.0007043733333333334\n                ],\n                [\n                    1702191300000,\n                    0.0007440533333333333\n                ],\n                [\n                    1702191000000,\n                    0.0007101599999999999\n                ],\n                [\n                    1702190700000,\n                    0.00084488\n                ],\n                [\n                    1702190400000,\n                    0.0007301333333333334\n                ],\n                [\n                    1702190100000,\n                    0.000706\n                ],\n                [\n                    1702189800000,\n                    0.0009277333333333333\n                ],\n                [\n                    1702189500000,\n                    0.00082128\n                ],\n                [\n                    1702189200000,\n                    0.0006927999999999999\n                ],\n                [\n                    1702188900000,\n                    0.0007384533333333334\n                ],\n                [\n                    1702188600000,\n                    0.0008845066666666667\n                ],\n                [\n                    1702188300000,\n                    0.0007160266666666667\n                ],\n                [\n                    1702188000000,\n                    0.0005853333333333333\n                ],\n                [\n                    1702187700000,\n                    0.0008482133333333334\n                ],\n                [\n                    1702187400000,\n                    0.0008403999999999999\n                ],\n                [\n                    1702187100000,\n                    0.0007953600000000001\n                ],\n                [\n                    1702186800000,\n                    0.0007905866666666667\n                ],\n                [\n                    1702186500000,\n                    0.0007917066666666667\n                ],\n                [\n                    1702186200000,\n                    0.0007417866666666667\n                ],\n                [\n                    1702185900000,\n                    0.0006571466666666667\n                ],\n                [\n                    1702185600000,\n                    0.0008173066666666666\n                ],\n                [\n                    1702185300000,\n                    0.0007119733333333333\n                ],\n                [\n                    1702185000000,\n                    0.0007554666666666667\n                ],\n                [\n                    1702184700000,\n                    0.0008117333333333333\n                ],\n                [\n                    1702184400000,\n                    0.0007186666666666666\n                ],\n                [\n                    1702184100000,\n                    0.00073648\n                ],\n                [\n                    1702183800000,\n                    0.0005562666666666667\n                ],\n                [\n                    1702183500000,\n                    0.0005336533333333333\n                ],\n                [\n                    1702183200000,\n                    0.00043048\n                ],\n                [\n                    1702182900000,\n                    0.00031266666666666666\n                ],\n                [\n                    1702182600000,\n                    0.00047818666666666666\n                ],\n                [\n                    1702182300000,\n                    0.00027128\n                ],\n                [\n                    1702182000000,\n                    0.00024565333333333335\n                ],\n                [\n                    1702181700000,\n                    0.00029336\n                ],\n                [\n                    1702181400000,\n                    0.00016456\n                ],\n                [\n                    1702181100000,\n                    0.00013370666666666668\n                ],\n                [\n                    1702180800000,\n                    0.0003061066666666667\n                ],\n                [\n                    1702180500000,\n                    0.00018354666666666665\n                ],\n                [\n                    1702180200000,\n                    0.00027810666666666666\n                ],\n                [\n                    1702179900000,\n                    0.00036157333333333334\n                ],\n                [\n                    1702179600000,\n                    0.00046104\n                ],\n                [\n                    1702179300000,\n                    0.00031349333333333335\n                ],\n                [\n                    1702179000000,\n                    0.00036456\n                ],\n                [\n                    1702178700000,\n                    0.00043914666666666665\n                ],\n                [\n                    1702178400000,\n                    0.0006113866666666666\n                ],\n                [\n                    1702178100000,\n                    0.00025562666666666665\n                ],\n                [\n                    1702177800000,\n                    0.00021170666666666668\n                ],\n                [\n                    1702177500000,\n                    0.00025112\n                ],\n                [\n                    1702177200000,\n                    0.00033162666666666665\n                ],\n                [\n                    1702176900000,\n                    0.00027208\n                ],\n                [\n                    1702176600000,\n                    0.00024349333333333333\n                ],\n                [\n                    1702176300000,\n                    0.00024301333333333333\n                ],\n                [\n                    1702176000000,\n                    0.00026125333333333335\n                ],\n                [\n                    1702175700000,\n                    0.00023933333333333334\n                ],\n                [\n                    1702175400000,\n                    0.00031104\n                ],\n                [\n                    1702175100000,\n                    0.00022290666666666668\n                ],\n                [\n                    1702174800000,\n                    0.00024949333333333337\n                ],\n                [\n                    1702174500000,\n                    0.00031749333333333334\n                ],\n                [\n                    1702174200000,\n                    0.0003413066666666667\n                ],\n                [\n                    1702173900000,\n                    0.00030746666666666664\n                ],\n                [\n                    1702173600000,\n                    0.0004424266666666667\n                ],\n                [\n                    1702173300000,\n                    0.00037594666666666664\n                ],\n                [\n                    1702173000000,\n                    0.00031474666666666667\n                ],\n                [\n                    1702172700000,\n                    0.00022890666666666666\n                ],\n                [\n                    1702172400000,\n                    0.00037850666666666667\n                ],\n                [\n                    1702172100000,\n                    0.00033856\n                ],\n                [\n                    1702171800000,\n                    0.0003725066666666667\n                ],\n                [\n                    1702171500000,\n                    0.00033885333333333334\n                ],\n                [\n                    1702171200000,\n                    0.0005232266666666666\n                ],\n                [\n                    1702170900000,\n                    0.00028149333333333333\n                ],\n                [\n                    1702170600000,\n                    0.00034626666666666666\n                ],\n                [\n                    1702170300000,\n                    0.00035048\n                ],\n                [\n                    1702170000000,\n                    0.00028074666666666665\n                ],\n                [\n                    1702169700000,\n                    0.00022512\n                ],\n                [\n                    1702169400000,\n                    0.00016802666666666666\n                ],\n                [\n                    1702169100000,\n                    0.00028293333333333334\n                ],\n                [\n                    1702168800000,\n                    0.00020901333333333332\n                ],\n                [\n                    1702168500000,\n                    0.00021568\n                ],\n                [\n                    1702168200000,\n                    0.00022552000000000002\n                ],\n                [\n                    1702167900000,\n                    0.00023037333333333335\n                ],\n                [\n                    1702167600000,\n                    0.00031112\n                ],\n                [\n                    1702167300000,\n                    0.00042549333333333336\n                ],\n                [\n                    1702167000000,\n                    0.00033936000000000003\n                ],\n                [\n                    1702166700000,\n                    0.0003252\n                ],\n                [\n                    1702166400000,\n                    0.0002595466666666667\n                ],\n                [\n                    1702166100000,\n                    0.0002525333333333333\n                ],\n                [\n                    1702165800000,\n                    0.00022397333333333333\n                ],\n                [\n                    1702165500000,\n                    0.0004088\n                ],\n                [\n                    1702165200000,\n                    0.00028368\n                ],\n                [\n                    1702164900000,\n                    0.00021410666666666665\n                ],\n                [\n                    1702164600000,\n                    0.00027581333333333334\n                ],\n                [\n                    1702164300000,\n                    0.00023893333333333333\n                ],\n                [\n                    1702164000000,\n                    0.00026146666666666666\n                ],\n                [\n                    1702163700000,\n                    0.00015503999999999998\n                ],\n                [\n                    1702163400000,\n                    0.00024994666666666666\n                ],\n                [\n                    1702163100000,\n                    0.0002707733333333333\n                ],\n                [\n                    1702162800000,\n                    0.00024626666666666667\n                ],\n                [\n                    1702162500000,\n                    0.0002188\n                ],\n                [\n                    1702162200000,\n                    0.00025528\n                ],\n                [\n                    1702161900000,\n                    0.0002504266666666667\n                ],\n                [\n                    1702161600000,\n                    0.00032338666666666664\n                ],\n                [\n                    1702161300000,\n                    0.00037874666666666665\n                ],\n                [\n                    1702161000000,\n                    0.00034658666666666666\n                ],\n                [\n                    1702160700000,\n                    0.00044776\n                ],\n                [\n                    1702160400000,\n                    0.00035362666666666665\n                ],\n                [\n                    1702160100000,\n                    0.00033792\n                ],\n                [\n                    1702159800000,\n                    0.00030736\n                ],\n                [\n                    1702159500000,\n                    0.00027728\n                ],\n                [\n                    1702159200000,\n                    0.0004904\n                ],\n                [\n                    1702158900000,\n                    0.00042293333333333333\n                ],\n                [\n                    1702158600000,\n                    0.0003864266666666667\n                ],\n                [\n                    1702158300000,\n                    0.00038872\n                ],\n                [\n                    1702158000000,\n                    0.00039773333333333337\n                ],\n                [\n                    1702157700000,\n                    0.00042080000000000004\n                ],\n                [\n                    1702157400000,\n                    0.0003810133333333333\n                ],\n                [\n                    1702157100000,\n                    0.00032992000000000004\n                ],\n                [\n                    1702156800000,\n                    0.00026848000000000003\n                ],\n                [\n                    1702156500000,\n                    0.00023872\n                ],\n                [\n                    1702156200000,\n                    0.00022578666666666665\n                ],\n                [\n                    1702155900000,\n                    0.0003037866666666667\n                ],\n                [\n                    1702155600000,\n                    0.0002036\n                ],\n                [\n                    1702155300000,\n                    0.0002276\n                ],\n                [\n                    1702155000000,\n                    0.00017341333333333332\n                ],\n                [\n                    1702154700000,\n                    0.00027464\n                ],\n                [\n                    1702154400000,\n                    0.00038976\n                ],\n                [\n                    1702154100000,\n                    0.000316\n                ],\n                [\n                    1702153800000,\n                    0.0004170133333333333\n                ],\n                [\n                    1702153500000,\n                    0.0002692533333333333\n                ],\n                [\n                    1702153200000,\n                    0.0003264266666666667\n                ],\n                [\n                    1702152900000,\n                    0.0003837866666666667\n                ],\n                [\n                    1702152600000,\n                    0.0003128\n                ],\n                [\n                    1702152300000,\n                    0.00030728\n                ],\n                [\n                    1702152000000,\n                    0.0004145066666666667\n                ],\n                [\n                    1702151700000,\n                    0.0002792\n                ],\n                [\n                    1702151400000,\n                    0.0002657866666666667\n                ],\n                [\n                    1702151100000,\n                    0.00034461333333333334\n                ],\n                [\n                    1702150800000,\n                    0.0003749866666666667\n                ],\n                [\n                    1702150500000,\n                    0.00033474666666666666\n                ],\n                [\n                    1702150200000,\n                    0.00033695999999999997\n                ],\n                [\n                    1702149900000,\n                    0.0003322133333333333\n                ],\n                [\n                    1702149600000,\n                    0.0002656\n                ],\n                [\n                    1702149300000,\n                    0.0002308\n                ],\n                [\n                    1702149000000,\n                    0.0002729066666666667\n                ],\n                [\n                    1702148700000,\n                    0.00036653333333333337\n                ],\n                [\n                    1702148400000,\n                    0.00033656\n                ],\n                [\n                    1702148100000,\n                    0.0003908\n                ],\n                [\n                    1702147800000,\n                    0.0004577866666666667\n                ],\n                [\n                    1702147500000,\n                    0.00034983999999999997\n                ],\n                [\n                    1702147200000,\n                    0.00042439999999999996\n                ],\n                [\n                    1702146900000,\n                    0.00061088\n                ],\n                [\n                    1702146600000,\n                    0.00031437333333333333\n                ],\n                [\n                    1702146300000,\n                    0.00041549333333333334\n                ],\n                [\n                    1702146000000,\n                    0.0003067733333333333\n                ],\n                [\n                    1702145700000,\n                    0.00023085333333333331\n                ],\n                [\n                    1702145400000,\n                    0.0002561866666666667\n                ],\n                [\n                    1702145100000,\n                    0.00021413333333333333\n                ],\n                [\n                    1702144800000,\n                    0.00017664\n                ],\n                [\n                    1702144500000,\n                    0.00017605333333333334\n                ],\n                [\n                    1702144200000,\n                    0.00016885333333333332\n                ],\n                [\n                    1702143900000,\n                    0.00018722666666666667\n                ],\n                [\n                    1702143600000,\n                    0.00018517333333333336\n                ],\n                [\n                    1702143300000,\n                    0.00015133333333333334\n                ],\n                [\n                    1702143000000,\n                    0.00029549333333333335\n                ],\n                [\n                    1702142700000,\n                    0.00023946666666666667\n                ],\n                [\n                    1702142400000,\n                    0.00030568\n                ],\n                [\n                    1702142100000,\n                    0.00034186666666666666\n                ],\n                [\n                    1702141800000,\n                    0.00042781333333333335\n                ],\n                [\n                    1702141500000,\n                    0.0004466133333333333\n                ],\n                [\n                    1702141200000,\n                    0.00056696\n                ],\n                [\n                    1702140900000,\n                    0.0005637066666666667\n                ],\n                [\n                    1702140600000,\n                    0.0004401066666666667\n                ],\n                [\n                    1702140300000,\n                    0.0005426666666666667\n                ],\n                [\n                    1702140000000,\n                    0.0003272533333333333\n                ],\n                [\n                    1702139700000,\n                    0.0003467733333333333\n                ],\n                [\n                    1702139400000,\n                    0.0003272\n                ],\n                [\n                    1702139100000,\n                    0.0002877866666666667\n                ],\n                [\n                    1702138800000,\n                    0.00025794666666666664\n                ],\n                [\n                    1702138500000,\n                    0.00032946666666666663\n                ],\n                [\n                    1702138200000,\n                    0.00030626666666666667\n                ],\n                [\n                    1702137900000,\n                    0.00047002666666666666\n                ],\n                [\n                    1702137600000,\n                    0.00040469333333333334\n                ],\n                [\n                    1702137300000,\n                    0.00046088\n                ],\n                [\n                    1702137000000,\n                    0.00026914666666666664\n                ],\n                [\n                    1702136700000,\n                    0.0006596533333333333\n                ],\n                [\n                    1702136400000,\n                    0.0003968\n                ],\n                [\n                    1702136100000,\n                    0.00031474666666666667\n                ],\n                [\n                    1702135800000,\n                    0.00036765333333333333\n                ],\n                [\n                    1702135500000,\n                    0.0005089866666666666\n                ],\n                [\n                    1702135200000,\n                    0.00046962666666666665\n                ],\n                [\n                    1702134900000,\n                    0.00034314666666666665\n                ],\n                [\n                    1702134600000,\n                    0.00046544\n                ],\n                [\n                    1702134300000,\n                    0.00050208\n                ],\n                [\n                    1702134000000,\n                    0.0006904\n                ],\n                [\n                    1702133700000,\n                    0.00073728\n                ],\n                [\n                    1702133400000,\n                    0.0003077866666666667\n                ],\n                [\n                    1702133100000,\n                    0.0002331466666666667\n                ],\n                [\n                    1702132800000,\n                    0.00036744\n                ],\n                [\n                    1702132500000,\n                    0.0002789066666666667\n                ],\n                [\n                    1702132200000,\n                    0.000318\n                ],\n                [\n                    1702131900000,\n                    0.00032439999999999997\n                ],\n                [\n                    1702131600000,\n                    0.00047717333333333333\n                ],\n                [\n                    1702131300000,\n                    0.0004193333333333333\n                ],\n                [\n                    1702131000000,\n                    0.00042837333333333333\n                ],\n                [\n                    1702130700000,\n                    0.00036837333333333334\n                ],\n                [\n                    1702130400000,\n                    0.00044170666666666663\n                ],\n                [\n                    1702130100000,\n                    0.00027709333333333333\n                ],\n                [\n                    1702129800000,\n                    0.00033946666666666666\n                ],\n                [\n                    1702129500000,\n                    0.0003349866666666667\n                ],\n                [\n                    1702129200000,\n                    0.00028016\n                ],\n                [\n                    1702128900000,\n                    0.0003613333333333333\n                ],\n                [\n                    1702128600000,\n                    0.00028141333333333337\n                ],\n                [\n                    1702128300000,\n                    0.00022821333333333333\n                ],\n                [\n                    1702128000000,\n                    0.0003879733333333334\n                ],\n                [\n                    1702127700000,\n                    0.00030829333333333333\n                ],\n                [\n                    1702127400000,\n                    0.000446\n                ],\n                [\n                    1702127100000,\n                    0.00023831999999999998\n                ],\n                [\n                    1702126800000,\n                    0.0003641066666666667\n                ],\n                [\n                    1702126500000,\n                    0.0004616533333333333\n                ],\n                [\n                    1702126200000,\n                    0.00036472\n                ],\n                [\n                    1702125900000,\n                    0.00041661333333333335\n                ],\n                [\n                    1702125600000,\n                    0.0002710666666666667\n                ],\n                [\n                    1702125300000,\n                    0.00052104\n                ],\n                [\n                    1702125000000,\n                    0.00040597333333333333\n                ],\n                [\n                    1702124700000,\n                    0.00034752\n                ],\n                [\n                    1702124400000,\n                    0.0005186666666666666\n                ],\n                [\n                    1702124100000,\n                    0.00045888\n                ],\n                [\n                    1702123800000,\n                    0.00037695999999999997\n                ],\n                [\n                    1702123500000,\n                    0.0003750133333333333\n                ],\n                [\n                    1702123200000,\n                    0.000296\n                ],\n                [\n                    1702122900000,\n                    0.0004008533333333333\n                ],\n                [\n                    1702122600000,\n                    0.00036605333333333335\n                ],\n                [\n                    1702122300000,\n                    0.00045938666666666664\n                ],\n                [\n                    1702122000000,\n                    0.00037693333333333335\n                ],\n                [\n                    1702121700000,\n                    0.00034202666666666664\n                ],\n                [\n                    1702121400000,\n                    0.00028597333333333334\n                ],\n                [\n                    1702121100000,\n                    0.0007044533333333333\n                ],\n                [\n                    1702120800000,\n                    0.00032005333333333337\n                ],\n                [\n                    1702120500000,\n                    0.00045738666666666664\n                ],\n                [\n                    1702120200000,\n                    0.00041112\n                ],\n                [\n                    1702119900000,\n                    0.00029344\n                ],\n                [\n                    1702119600000,\n                    0.00032904\n                ],\n                [\n                    1702119300000,\n                    0.0003652\n                ],\n                [\n                    1702119000000,\n                    0.0010867466666666667\n                ],\n                [\n                    1702118700000,\n                    0.0003814933333333333\n                ],\n                [\n                    1702118400000,\n                    0.0007143466666666667\n                ],\n                [\n                    1702118100000,\n                    0.00042981333333333335\n                ],\n                [\n                    1702117800000,\n                    0.00041712\n                ],\n                [\n                    1702117500000,\n                    0.00051784\n                ],\n                [\n                    1702117200000,\n                    0.0003501866666666667\n                ],\n                [\n                    1702116900000,\n                    0.0002653333333333333\n                ],\n                [\n                    1702116600000,\n                    0.0003250666666666667\n                ],\n                [\n                    1702116300000,\n                    0.00027677333333333334\n                ],\n                [\n                    1702116000000,\n                    0.00036136\n                ],\n                [\n                    1702115700000,\n                    0.00036288\n                ],\n                [\n                    1702115400000,\n                    0.00046746666666666663\n                ],\n                [\n                    1702115100000,\n                    0.00042173333333333336\n                ],\n                [\n                    1702114800000,\n                    0.00037261333333333337\n                ],\n                [\n                    1702114500000,\n                    0.0005666666666666666\n                ],\n                [\n                    1702114200000,\n                    0.00027498666666666665\n                ],\n                [\n                    1702113900000,\n                    0.0059976000000000005\n                ],\n                [\n                    1702113600000,\n                    0.004386026666666667\n                ],\n                [\n                    1702113300000,\n                    0.00038157333333333333\n                ],\n                [\n                    1702113000000,\n                    0.0004142133333333333\n                ],\n                [\n                    1702112700000,\n                    0.00030008\n                ],\n                [\n                    1702112400000,\n                    0.0004362133333333333\n                ],\n                [\n                    1702112100000,\n                    0.0002621333333333333\n                ],\n                [\n                    1702111800000,\n                    0.00030829333333333333\n                ],\n                [\n                    1702111500000,\n                    0.00044688\n                ],\n                [\n                    1702111200000,\n                    0.00039616\n                ],\n                [\n                    1702110900000,\n                    0.0005641066666666667\n                ],\n                [\n                    1702110600000,\n                    0.00048405333333333334\n                ],\n                [\n                    1702110300000,\n                    0.0005582133333333334\n                ],\n                [\n                    1702110000000,\n                    0.0005331733333333333\n                ],\n                [\n                    1702109700000,\n                    0.00037306666666666666\n                ],\n                [\n                    1702109400000,\n                    0.0004469066666666667\n                ],\n                [\n                    1702109100000,\n                    0.0003118933333333333\n                ],\n                [\n                    1702108800000,\n                    0.00035989333333333334\n                ],\n                [\n                    1702108500000,\n                    0.00031704000000000004\n                ],\n                [\n                    1702108200000,\n                    0.0005208\n                ],\n                [\n                    1702107900000,\n                    0.0004536533333333333\n                ],\n                [\n                    1702107600000,\n                    0.00044344\n                ],\n                [\n                    1702107300000,\n                    0.00032824\n                ],\n                [\n                    1702107000000,\n                    0.0004098666666666667\n                ],\n                [\n                    1702106700000,\n                    0.00055008\n                ],\n                [\n                    1702106400000,\n                    0.00033226666666666665\n                ],\n                [\n                    1702106100000,\n                    0.0005332000000000001\n                ],\n                [\n                    1702105800000,\n                    0.00044792000000000003\n                ],\n                [\n                    1702105500000,\n                    0.00050656\n                ],\n                [\n                    1702105200000,\n                    0.00056296\n                ],\n                [\n                    1702104900000,\n                    0.00058272\n                ],\n                [\n                    1702104600000,\n                    0.0005006933333333333\n                ],\n                [\n                    1702104300000,\n                    0.00047952\n                ],\n                [\n                    1702104000000,\n                    0.00031024\n                ],\n                [\n                    1702103700000,\n                    0.0009444533333333334\n                ],\n                [\n                    1702103400000,\n                    0.0008550666666666667\n                ],\n                [\n                    1702103100000,\n                    0.00039706666666666665\n                ],\n                [\n                    1702102800000,\n                    0.00142128\n                ],\n                [\n                    1702102500000,\n                    0.00026597333333333334\n                ],\n                [\n                    1702102200000,\n                    0.00038296\n                ],\n                [\n                    1702101900000,\n                    0.00012442666666666666\n                ],\n                [\n                    1702101600000,\n                    0.00027730666666666665\n                ],\n                [\n                    1702101300000,\n                    0.0003261066666666667\n                ],\n                [\n                    1702101000000,\n                    0.00020306666666666665\n                ],\n                [\n                    1702100700000,\n                    0.00044002666666666663\n                ],\n                [\n                    1702100400000,\n                    0.00048005333333333335\n                ],\n                [\n                    1702100100000,\n                    0.00026594666666666667\n                ],\n                [\n                    1702099800000,\n                    0.00039944\n                ],\n                [\n                    1702099500000,\n                    0.0006093066666666666\n                ],\n                [\n                    1702099200000,\n                    0.00049432\n                ],\n                [\n                    1702098900000,\n                    0.0003010133333333333\n                ],\n                [\n                    1702098600000,\n                    0.0004603466666666667\n                ],\n                [\n                    1702098300000,\n                    0.00031573333333333333\n                ],\n                [\n                    1702098000000,\n                    0.00029413333333333335\n                ],\n                [\n                    1702097700000,\n                    0.0002784\n                ],\n                [\n                    1702097400000,\n                    0.00060048\n                ],\n                [\n                    1702097100000,\n                    0.0003419466666666667\n                ],\n                [\n                    1702096800000,\n                    0.00048656\n                ],\n                [\n                    1702096500000,\n                    0.00035088\n                ],\n                [\n                    1702096200000,\n                    0.0006079733333333333\n                ],\n                [\n                    1702095900000,\n                    0.00033016\n                ],\n                [\n                    1702095600000,\n                    0.0005445866666666666\n                ],\n                [\n                    1702095300000,\n                    0.0005428266666666667\n                ],\n                [\n                    1702095000000,\n                    0.00030936\n                ],\n                [\n                    1702094700000,\n                    0.00040607999999999996\n                ],\n                [\n                    1702094400000,\n                    0.0003174133333333334\n                ],\n                [\n                    1702094100000,\n                    0.00035538666666666666\n                ],\n                [\n                    1702093800000,\n                    0.00036928\n                ],\n                [\n                    1702093500000,\n                    0.00040021333333333333\n                ],\n                [\n                    1702093200000,\n                    0.0004466133333333333\n                ],\n                [\n                    1702092900000,\n                    0.00025896\n                ],\n                [\n                    1702092600000,\n                    0.00020184\n                ],\n                [\n                    1702092300000,\n                    0.00029968000000000003\n                ],\n                [\n                    1702092000000,\n                    0.00031677333333333333\n                ],\n                [\n                    1702091700000,\n                    0.0003923466666666667\n                ],\n                [\n                    1702091400000,\n                    0.00046968\n                ],\n                [\n                    1702091100000,\n                    0.00029938666666666665\n                ],\n                [\n                    1702090800000,\n                    0.000498\n                ],\n                [\n                    1702090500000,\n                    0.00027794666666666664\n                ],\n                [\n                    1702090200000,\n                    0.0003101333333333333\n                ],\n                [\n                    1702089900000,\n                    0.00024258666666666668\n                ],\n                [\n                    1702089600000,\n                    0.0002941066666666667\n                ],\n                [\n                    1702089300000,\n                    0.00025829333333333336\n                ],\n                [\n                    1702089000000,\n                    0.0004920533333333334\n                ],\n                [\n                    1702088700000,\n                    0.00036839999999999996\n                ],\n                [\n                    1702088400000,\n                    0.00028253333333333333\n                ],\n                [\n                    1702088100000,\n                    0.00029573333333333333\n                ],\n                [\n                    1702087800000,\n                    0.00056808\n                ],\n                [\n                    1702087500000,\n                    0.00038936\n                ],\n                [\n                    1702087200000,\n                    0.00043973333333333336\n                ],\n                [\n                    1702086900000,\n                    0.00040501333333333334\n                ],\n                [\n                    1702086600000,\n                    0.00041458666666666663\n                ],\n                [\n                    1702086300000,\n                    0.0004438933333333333\n                ],\n                [\n                    1702086000000,\n                    0.00037527999999999997\n                ],\n                [\n                    1702085700000,\n                    0.00031914666666666666\n                ],\n                [\n                    1702085400000,\n                    0.00040607999999999996\n                ],\n                [\n                    1702085100000,\n                    0.00038901333333333333\n                ],\n                [\n                    1702084800000,\n                    0.00044461333333333333\n                ],\n                [\n                    1702084500000,\n                    0.00039613333333333333\n                ],\n                [\n                    1702084200000,\n                    0.0002810933333333333\n                ],\n                [\n                    1702083900000,\n                    0.00018704\n                ],\n                [\n                    1702083600000,\n                    0.00016429333333333333\n                ],\n                [\n                    1702083300000,\n                    0.00017645333333333335\n                ],\n                [\n                    1702083000000,\n                    0.00030112\n                ],\n                [\n                    1702082700000,\n                    0.00024416\n                ],\n                [\n                    1702082400000,\n                    0.0002656266666666667\n                ],\n                [\n                    1702082100000,\n                    0.00017287999999999998\n                ],\n                [\n                    1702081800000,\n                    0.00020984\n                ],\n                [\n                    1702081500000,\n                    0.00015701333333333333\n                ],\n                [\n                    1702081200000,\n                    0.00028429333333333334\n                ],\n                [\n                    1702080900000,\n                    0.00014722666666666667\n                ],\n                [\n                    1702080600000,\n                    0.00016680000000000002\n                ],\n                [\n                    1702080300000,\n                    0.00020138666666666665\n                ],\n                [\n                    1702080000000,\n                    0.00022013333333333334\n                ],\n                [\n                    1702079700000,\n                    0.0003288\n                ],\n                [\n                    1702079400000,\n                    0.00019941333333333333\n                ],\n                [\n                    1702079100000,\n                    0.0007856533333333334\n                ],\n                [\n                    1702078800000,\n                    0.00021591999999999998\n                ],\n                [\n                    1702078500000,\n                    0.00015176\n                ],\n                [\n                    1702078200000,\n                    0.0002224\n                ],\n                [\n                    1702077900000,\n                    0.00020653333333333333\n                ],\n                [\n                    1702077600000,\n                    0.00030656\n                ],\n                [\n                    1702077300000,\n                    0.00024029333333333333\n                ],\n                [\n                    1702077000000,\n                    0.00028792\n                ],\n                [\n                    1702076700000,\n                    0.0002946933333333333\n                ],\n                [\n                    1702076400000,\n                    0.00021706666666666667\n                ],\n                [\n                    1702076100000,\n                    0.00030888\n                ],\n                [\n                    1702075800000,\n                    0.00037661333333333336\n                ],\n                [\n                    1702075500000,\n                    0.00027882666666666667\n                ],\n                [\n                    1702075200000,\n                    0.00019128\n                ],\n                [\n                    1702074900000,\n                    0.00022077333333333333\n                ],\n                [\n                    1702074600000,\n                    0.00021282666666666667\n                ],\n                [\n                    1702074300000,\n                    0.0002464\n                ],\n                [\n                    1702074000000,\n                    0.00028768\n                ],\n                [\n                    1702073700000,\n                    0.00024762666666666667\n                ],\n                [\n                    1702073400000,\n                    0.0002772266666666667\n                ],\n                [\n                    1702073100000,\n                    0.00023661333333333334\n                ],\n                [\n                    1702072800000,\n                    0.00019672\n                ],\n                [\n                    1702072500000,\n                    0.00038501333333333334\n                ],\n                [\n                    1702072200000,\n                    0.0004186933333333333\n                ],\n                [\n                    1702071900000,\n                    0.00044783999999999997\n                ],\n                [\n                    1702071600000,\n                    0.00031952\n                ],\n                [\n                    1702071300000,\n                    0.00041856\n                ],\n                [\n                    1702071000000,\n                    0.00037863999999999997\n                ],\n                [\n                    1702070700000,\n                    0.00032629333333333334\n                ],\n                [\n                    1702070400000,\n                    0.00028074666666666665\n                ],\n                [\n                    1702070100000,\n                    0.0002803733333333333\n                ],\n                [\n                    1702069800000,\n                    0.00030850666666666664\n                ],\n                [\n                    1702069500000,\n                    0.0003461066666666667\n                ],\n                [\n                    1702069200000,\n                    0.00031162666666666666\n                ],\n                [\n                    1702068900000,\n                    0.00039258666666666664\n                ],\n                [\n                    1702068600000,\n                    0.00038816\n                ],\n                [\n                    1702068300000,\n                    0.00036946666666666663\n                ],\n                [\n                    1702068000000,\n                    0.00033426666666666664\n                ],\n                [\n                    1702067700000,\n                    0.0004178133333333333\n                ],\n                [\n                    1702067400000,\n                    0.0002036\n                ],\n                [\n                    1702067100000,\n                    0.0003163733333333333\n                ],\n                [\n                    1702066800000,\n                    0.00044970666666666666\n                ],\n                [\n                    1702066500000,\n                    0.00033712\n                ],\n                [\n                    1702066200000,\n                    0.00034512000000000003\n                ],\n                [\n                    1702065900000,\n                    0.00035183999999999997\n                ],\n                [\n                    1702065600000,\n                    0.00029783999999999995\n                ],\n                [\n                    1702065300000,\n                    0.0002964\n                ],\n                [\n                    1702065000000,\n                    0.00020805333333333333\n                ],\n                [\n                    1702064700000,\n                    0.00033269333333333333\n                ],\n                [\n                    1702064400000,\n                    0.0005103999999999999\n                ],\n                [\n                    1702064100000,\n                    0.00035568\n                ],\n                [\n                    1702063800000,\n                    0.00020074666666666666\n                ],\n                [\n                    1702063500000,\n                    0.00016901333333333332\n                ],\n                [\n                    1702063200000,\n                    0.00031488\n                ],\n                [\n                    1702062900000,\n                    0.00021517333333333336\n                ],\n                [\n                    1702062600000,\n                    0.0003343466666666667\n                ],\n                [\n                    1702062300000,\n                    0.00023375999999999998\n                ],\n                [\n                    1702062000000,\n                    0.0008390933333333333\n                ],\n                [\n                    1702061700000,\n                    0.00029064\n                ],\n                [\n                    1702061400000,\n                    0.00018568\n                ],\n                [\n                    1702061100000,\n                    0.0002746666666666667\n                ],\n                [\n                    1702060800000,\n                    0.0002771466666666667\n                ],\n                [\n                    1702060500000,\n                    0.00031341333333333334\n                ],\n                [\n                    1702060200000,\n                    0.00022698666666666668\n                ],\n                [\n                    1702059900000,\n                    0.0003957333333333334\n                ],\n                [\n                    1702059600000,\n                    0.00036733333333333334\n                ],\n                [\n                    1702059300000,\n                    0.0003122133333333333\n                ],\n                [\n                    1702059000000,\n                    0.0002586933333333333\n                ],\n                [\n                    1702058700000,\n                    0.00031981333333333333\n                ],\n                [\n                    1702058400000,\n                    0.00039688\n                ],\n                [\n                    1702058100000,\n                    0.0003709066666666667\n                ],\n                [\n                    1702057800000,\n                    0.00022216\n                ],\n                [\n                    1702057500000,\n                    0.0010782933333333333\n                ],\n                [\n                    1702057200000,\n                    0.0003350133333333333\n                ],\n                [\n                    1702056900000,\n                    0.00019261333333333335\n                ],\n                [\n                    1702056600000,\n                    0.0002826933333333333\n                ],\n                [\n                    1702056300000,\n                    0.00024984\n                ],\n                [\n                    1702056000000,\n                    0.00050512\n                ],\n                [\n                    1702055700000,\n                    0.00022936\n                ],\n                [\n                    1702055400000,\n                    0.00018680000000000001\n                ],\n                [\n                    1702055100000,\n                    0.00028912\n                ],\n                [\n                    1702054800000,\n                    0.0006131733333333333\n                ],\n                [\n                    1702054500000,\n                    0.00024152\n                ],\n                [\n                    1702054200000,\n                    0.00037296\n                ],\n                [\n                    1702053900000,\n                    0.0002833333333333333\n                ],\n                [\n                    1702053600000,\n                    0.0006848533333333334\n                ],\n                [\n                    1702053300000,\n                    0.00031458666666666664\n                ],\n                [\n                    1702053000000,\n                    0.0003330933333333333\n                ],\n                [\n                    1702052700000,\n                    0.00036807999999999996\n                ],\n                [\n                    1702052400000,\n                    0.0003148\n                ],\n                [\n                    1702052100000,\n                    0.003091093333333333\n                ],\n                [\n                    1702051800000,\n                    0.00046845333333333334\n                ],\n                [\n                    1702051500000,\n                    0.00029296\n                ],\n                [\n                    1702051200000,\n                    0.00036728\n                ],\n                [\n                    1702050900000,\n                    0.00044456\n                ],\n                [\n                    1702050600000,\n                    0.0003684266666666667\n                ],\n                [\n                    1702050300000,\n                    0.00027936000000000004\n                ],\n                [\n                    1702050000000,\n                    0.00023888\n                ],\n                [\n                    1702049700000,\n                    0.00046688\n                ],\n                [\n                    1702049400000,\n                    0.00029808\n                ],\n                [\n                    1702049100000,\n                    0.00025592\n                ],\n                [\n                    1702048800000,\n                    0.00041493333333333335\n                ],\n                [\n                    1702048500000,\n                    0.00042482666666666664\n                ],\n                [\n                    1702048200000,\n                    0.0002857866666666667\n                ],\n                [\n                    1702047900000,\n                    0.00029248\n                ],\n                [\n                    1702047600000,\n                    0.00025637333333333333\n                ],\n                [\n                    1702047300000,\n                    0.00029039999999999996\n                ],\n                [\n                    1702047000000,\n                    0.0002951466666666666\n                ],\n                [\n                    1702046700000,\n                    0.00025719999999999996\n                ],\n                [\n                    1702046400000,\n                    0.00031970666666666665\n                ],\n                [\n                    1702046100000,\n                    0.0002527466666666667\n                ],\n                [\n                    1702045800000,\n                    0.00019704\n                ],\n                [\n                    1702045500000,\n                    0.00023063999999999997\n                ],\n                [\n                    1702045200000,\n                    0.0002765066666666667\n                ],\n                [\n                    1702044900000,\n                    0.00035285333333333335\n                ],\n                [\n                    1702044600000,\n                    0.00015933333333333335\n                ],\n                [\n                    1702044300000,\n                    0.00023965333333333334\n                ],\n                [\n                    1702044000000,\n                    0.00034730666666666667\n                ],\n                [\n                    1702043700000,\n                    0.00036226666666666667\n                ],\n                [\n                    1702043400000,\n                    0.0008834666666666667\n                ],\n                [\n                    1702043100000,\n                    0.00054416\n                ],\n                [\n                    1702042800000,\n                    0.00019472\n                ],\n                [\n                    1702042500000,\n                    0.00038498666666666667\n                ],\n                [\n                    1702042200000,\n                    0.0003401066666666667\n                ],\n                [\n                    1702041900000,\n                    0.0004561333333333333\n                ],\n                [\n                    1702041600000,\n                    0.00040005333333333336\n                ],\n                [\n                    1702041300000,\n                    0.0005487733333333333\n                ],\n                [\n                    1702041000000,\n                    0.00044992000000000003\n                ],\n                [\n                    1702040700000,\n                    0.0008352\n                ],\n                [\n                    1702040400000,\n                    0.0006165866666666667\n                ],\n                [\n                    1702040100000,\n                    0.0005902933333333332\n                ],\n                [\n                    1702039800000,\n                    0.0006344\n                ],\n                [\n                    1702039500000,\n                    0.0005105333333333333\n                ],\n                [\n                    1702039200000,\n                    0.0005283200000000001\n                ],\n                [\n                    1702038900000,\n                    0.0006384\n                ],\n                [\n                    1702038600000,\n                    0.0005692266666666667\n                ],\n                [\n                    1702038300000,\n                    0.0007228533333333333\n                ],\n                [\n                    1702038000000,\n                    0.0007177066666666667\n                ],\n                [\n                    1702037700000,\n                    0.0020664\n                ],\n                [\n                    1702037400000,\n                    0.005875493333333333\n                ],\n                [\n                    1702037100000,\n                    0.0013717866666666666\n                ],\n                [\n                    1702036800000,\n                    0.00084272\n                ],\n                [\n                    1702036500000,\n                    0.0009496266666666667\n                ],\n                [\n                    1702036200000,\n                    0.0010065333333333334\n                ],\n                [\n                    1702035900000,\n                    0.00074496\n                ],\n                [\n                    1702035600000,\n                    0.0006514933333333333\n                ],\n                [\n                    1702035300000,\n                    0.0008406933333333334\n                ],\n                [\n                    1702035000000,\n                    0.0009411466666666667\n                ],\n                [\n                    1702034700000,\n                    0.00093032\n                ],\n                [\n                    1702034400000,\n                    0.0008538933333333334\n                ],\n                [\n                    1702034100000,\n                    0.0008751733333333333\n                ],\n                [\n                    1702033800000,\n                    0.0009063733333333333\n                ],\n                [\n                    1702033500000,\n                    0.0008328266666666667\n                ],\n                [\n                    1702033200000,\n                    0.00076232\n                ],\n                [\n                    1702032900000,\n                    0.0008724266666666666\n                ],\n                [\n                    1702032600000,\n                    0.0010050666666666667\n                ],\n                [\n                    1702032300000,\n                    0.0008314666666666667\n                ],\n                [\n                    1702032000000,\n                    0.0008083200000000001\n                ],\n                [\n                    1702031700000,\n                    0.00092136\n                ],\n                [\n                    1702031400000,\n                    0.0007573333333333334\n                ],\n                [\n                    1702031100000,\n                    0.0009761866666666666\n                ],\n                [\n                    1702030800000,\n                    0.0010458666666666666\n                ],\n                [\n                    1702030500000,\n                    0.0009187466666666667\n                ],\n                [\n                    1702030200000,\n                    0.00081176\n                ],\n                [\n                    1702029900000,\n                    0.000738\n                ],\n                [\n                    1702029600000,\n                    0.0007926666666666667\n                ],\n                [\n                    1702029300000,\n                    0.0008307733333333333\n                ],\n                [\n                    1702029000000,\n                    0.0007072266666666667\n                ],\n                [\n                    1702028700000,\n                    0.0007032533333333333\n                ],\n                [\n                    1702028400000,\n                    0.0006260266666666667\n                ],\n                [\n                    1702028100000,\n                    0.0006695466666666667\n                ],\n                [\n                    1702027800000,\n                    0.0006565066666666667\n                ],\n                [\n                    1702027500000,\n                    0.0007802666666666667\n                ],\n                [\n                    1702027200000,\n                    0.0007715733333333334\n                ],\n                [\n                    1702026900000,\n                    0.00058664\n                ],\n                [\n                    1702026600000,\n                    0.0006776533333333333\n                ],\n                [\n                    1702026300000,\n                    0.00066432\n                ],\n                [\n                    1702026000000,\n                    0.0006578666666666666\n                ],\n                [\n                    1702025700000,\n                    0.0007343733333333333\n                ],\n                [\n                    1702025400000,\n                    0.0007302666666666667\n                ],\n                [\n                    1702025100000,\n                    0.0007441333333333333\n                ],\n                [\n                    1702024800000,\n                    0.00073872\n                ],\n                [\n                    1702024500000,\n                    0.0007730666666666667\n                ],\n                [\n                    1702024200000,\n                    0.0008378666666666667\n                ],\n                [\n                    1702023900000,\n                    0.0008404266666666667\n                ],\n                [\n                    1702023600000,\n                    0.0007803733333333334\n                ],\n                [\n                    1702023300000,\n                    0.0007665599999999999\n                ],\n                [\n                    1702023000000,\n                    0.0006909866666666666\n                ],\n                [\n                    1702022700000,\n                    0.00082936\n                ],\n                [\n                    1702022400000,\n                    0.0007768266666666667\n                ],\n                [\n                    1702022100000,\n                    0.0006259733333333333\n                ],\n                [\n                    1702021800000,\n                    0.0007162933333333333\n                ],\n                [\n                    1702021500000,\n                    0.0007952533333333334\n                ],\n                [\n                    1702021200000,\n                    0.0007047733333333333\n                ],\n                [\n                    1702020900000,\n                    0.0006708533333333334\n                ],\n                [\n                    1702020600000,\n                    0.0008590666666666668\n                ],\n                [\n                    1702020300000,\n                    0.0008409066666666666\n                ],\n                [\n                    1702020000000,\n                    0.0008341066666666667\n                ],\n                [\n                    1702019700000,\n                    0.0009030399999999999\n                ],\n                [\n                    1702019400000,\n                    0.0007522666666666667\n                ],\n                [\n                    1702019100000,\n                    0.0007452\n                ],\n                [\n                    1702018800000,\n                    0.0007500533333333332\n                ],\n                [\n                    1702018500000,\n                    0.0008024800000000001\n                ],\n                [\n                    1702018200000,\n                    0.0008012266666666667\n                ],\n                [\n                    1702017900000,\n                    0.0007309066666666667\n                ],\n                [\n                    1702017600000,\n                    0.0006892533333333333\n                ],\n                [\n                    1702017300000,\n                    0.00081488\n                ],\n                [\n                    1702017000000,\n                    0.0007778133333333334\n                ],\n                [\n                    1702016700000,\n                    0.0025198133333333337\n                ],\n                [\n                    1702016400000,\n                    0.00065536\n                ],\n                [\n                    1702016100000,\n                    0.0007363466666666667\n                ],\n                [\n                    1702015800000,\n                    0.0007764\n                ],\n                [\n                    1702015500000,\n                    0.0007718666666666667\n                ],\n                [\n                    1702015200000,\n                    0.00088424\n                ],\n                [\n                    1702014900000,\n                    0.0007363466666666667\n                ],\n                [\n                    1702014600000,\n                    0.0006932\n                ],\n                [\n                    1702014300000,\n                    0.0007057066666666667\n                ],\n                [\n                    1702014000000,\n                    0.0007415733333333334\n                ],\n                [\n                    1702013700000,\n                    0.0005935733333333334\n                ],\n                [\n                    1702013400000,\n                    0.0005878133333333333\n                ],\n                [\n                    1702013100000,\n                    0.0006653866666666667\n                ],\n                [\n                    1702012800000,\n                    0.0006844533333333334\n                ],\n                [\n                    1702012500000,\n                    0.0007546933333333333\n                ],\n                [\n                    1702012200000,\n                    0.00080064\n                ],\n                [\n                    1702011900000,\n                    0.0008609333333333333\n                ],\n                [\n                    1702011600000,\n                    0.00077536\n                ],\n                [\n                    1702011300000,\n                    0.0007625066666666667\n                ],\n                [\n                    1702011000000,\n                    0.0010275733333333333\n                ],\n                [\n                    1702010700000,\n                    0.00077128\n                ],\n                [\n                    1702010400000,\n                    0.0007396533333333333\n                ],\n                [\n                    1702010100000,\n                    0.0009442933333333333\n                ],\n                [\n                    1702009800000,\n                    0.0007746399999999999\n                ],\n                [\n                    1702009500000,\n                    0.0007589066666666666\n                ],\n                [\n                    1702009200000,\n                    0.0008038933333333333\n                ],\n                [\n                    1702008900000,\n                    0.0007598666666666666\n                ],\n                [\n                    1702008600000,\n                    0.0008848266666666668\n                ],\n                [\n                    1702008300000,\n                    0.0007715199999999999\n                ],\n                [\n                    1702008000000,\n                    0.0008371466666666666\n                ],\n                [\n                    1702007700000,\n                    0.00079256\n                ],\n                [\n                    1702007400000,\n                    0.0008719466666666667\n                ],\n                [\n                    1702007100000,\n                    0.0008208533333333333\n                ],\n                [\n                    1702006800000,\n                    0.0006915733333333334\n                ],\n                [\n                    1702006500000,\n                    0.00073344\n                ],\n                [\n                    1702006200000,\n                    0.00076352\n                ],\n                [\n                    1702005900000,\n                    0.00072648\n                ],\n                [\n                    1702005600000,\n                    0.0007430133333333333\n                ],\n                [\n                    1702005300000,\n                    0.0007411733333333333\n                ],\n                [\n                    1702005000000,\n                    0.0008493600000000001\n                ],\n                [\n                    1702004700000,\n                    0.0008605066666666667\n                ],\n                [\n                    1702004400000,\n                    0.0006508\n                ],\n                [\n                    1702004100000,\n                    0.0007865866666666667\n                ],\n                [\n                    1702003800000,\n                    0.0008061866666666666\n                ],\n                [\n                    1702003500000,\n                    0.0033152800000000003\n                ],\n                [\n                    1702003200000,\n                    0.0007153600000000001\n                ],\n                [\n                    1702002900000,\n                    0.0006349600000000001\n                ],\n                [\n                    1702002600000,\n                    0.0006864\n                ],\n                [\n                    1702002300000,\n                    0.0006924533333333334\n                ],\n                [\n                    1702002000000,\n                    0.00068112\n                ],\n                [\n                    1702001700000,\n                    0.0007513333333333333\n                ],\n                [\n                    1702001400000,\n                    0.0007487466666666666\n                ],\n                [\n                    1702001100000,\n                    0.0007280800000000001\n                ],\n                [\n                    1702000800000,\n                    0.00074024\n                ],\n                [\n                    1702000500000,\n                    0.00065096\n                ],\n                [\n                    1702000200000,\n                    0.0007033066666666666\n                ],\n                [\n                    1701999900000,\n                    0.0007861066666666667\n                ],\n                [\n                    1701999600000,\n                    0.0007248533333333334\n                ],\n                [\n                    1701999300000,\n                    0.0008056000000000001\n                ],\n                [\n                    1701999000000,\n                    0.0007523733333333333\n                ],\n                [\n                    1701998700000,\n                    0.0009057066666666667\n                ],\n                [\n                    1701998400000,\n                    0.0007100533333333333\n                ],\n                [\n                    1701998100000,\n                    0.00077408\n                ],\n                [\n                    1701997800000,\n                    0.0007716533333333333\n                ],\n                [\n                    1701997500000,\n                    0.0007804800000000001\n                ],\n                [\n                    1701997200000,\n                    0.0010014933333333334\n                ],\n                [\n                    1701996900000,\n                    0.0006623733333333333\n                ],\n                [\n                    1701996600000,\n                    0.00067176\n                ],\n                [\n                    1701996300000,\n                    0.0007230933333333333\n                ],\n                [\n                    1701996000000,\n                    0.0006057066666666667\n                ],\n                [\n                    1701995700000,\n                    0.0008571733333333333\n                ],\n                [\n                    1701995400000,\n                    0.0024586933333333332\n                ],\n                [\n                    1701995100000,\n                    0.0043460266666666665\n                ],\n                [\n                    1701994800000,\n                    0.0045772\n                ],\n                [\n                    1701994500000,\n                    0.0028599466666666667\n                ],\n                [\n                    1701994200000,\n                    0.00093328\n                ],\n                [\n                    1701993900000,\n                    0.0009372\n                ],\n                [\n                    1701993600000,\n                    0.0009089333333333333\n                ],\n                [\n                    1701993300000,\n                    0.0008964800000000001\n                ],\n                [\n                    1701993000000,\n                    0.0006800266666666667\n                ],\n                [\n                    1701992700000,\n                    0.00104104\n                ],\n                [\n                    1701992400000,\n                    0.00093344\n                ],\n                [\n                    1701992100000,\n                    0.0008122133333333334\n                ],\n                [\n                    1701991800000,\n                    0.0008204533333333333\n                ],\n                [\n                    1701991500000,\n                    0.0007913866666666667\n                ],\n                [\n                    1701991200000,\n                    0.00079616\n                ],\n                [\n                    1701990900000,\n                    0.0009715466666666666\n                ],\n                [\n                    1701990600000,\n                    0.00083088\n                ],\n                [\n                    1701990300000,\n                    0.0008337066666666667\n                ],\n                [\n                    1701990000000,\n                    0.0007839199999999999\n                ],\n                [\n                    1701989700000,\n                    0.0007619733333333334\n                ],\n                [\n                    1701989400000,\n                    0.0011438666666666666\n                ],\n                [\n                    1701989100000,\n                    0.0007484533333333334\n                ],\n                [\n                    1701988800000,\n                    0.0007973866666666666\n                ],\n                [\n                    1701988500000,\n                    0.0010126933333333334\n                ],\n                [\n                    1701988200000,\n                    0.0006141066666666666\n                ],\n                [\n                    1701987900000,\n                    0.0007580533333333333\n                ],\n                [\n                    1701987600000,\n                    0.0007754933333333333\n                ],\n                [\n                    1701987300000,\n                    0.00065072\n                ],\n                [\n                    1701987000000,\n                    0.00076456\n                ],\n                [\n                    1701986700000,\n                    0.0008958400000000001\n                ],\n                [\n                    1701986400000,\n                    0.0006862133333333333\n                ],\n                [\n                    1701986100000,\n                    0.0006316533333333333\n                ],\n                [\n                    1701985800000,\n                    0.00085664\n                ],\n                [\n                    1701985500000,\n                    0.0010307733333333334\n                ],\n                [\n                    1701985200000,\n                    0.0010769066666666668\n                ],\n                [\n                    1701984900000,\n                    0.0007956266666666667\n                ],\n                [\n                    1701984600000,\n                    0.00076696\n                ],\n                [\n                    1701984300000,\n                    0.0009330666666666667\n                ],\n                [\n                    1701984000000,\n                    0.0007798400000000001\n                ],\n                [\n                    1701983700000,\n                    0.0008146133333333333\n                ],\n                [\n                    1701983400000,\n                    0.0008706933333333333\n                ],\n                [\n                    1701983100000,\n                    0.0009693333333333333\n                ],\n                [\n                    1701982800000,\n                    0.0008527200000000001\n                ],\n                [\n                    1701982500000,\n                    0.0007127466666666666\n                ],\n                [\n                    1701982200000,\n                    0.0008305866666666667\n                ],\n                [\n                    1701981900000,\n                    0.0006996\n                ],\n                [\n                    1701981600000,\n                    0.0007558933333333334\n                ],\n                [\n                    1701981300000,\n                    0.00099112\n                ],\n                [\n                    1701981000000,\n                    0.0009673066666666667\n                ],\n                [\n                    1701980700000,\n                    0.0007031733333333332\n                ],\n                [\n                    1701980400000,\n                    0.00078496\n                ],\n                [\n                    1701980100000,\n                    0.0008811733333333333\n                ],\n                [\n                    1701979800000,\n                    0.00111112\n                ],\n                [\n                    1701979500000,\n                    0.0011842666666666668\n                ],\n                [\n                    1701979200000,\n                    0.00095488\n                ],\n                [\n                    1701978900000,\n                    0.00105496\n                ],\n                [\n                    1701978600000,\n                    0.0010805866666666667\n                ],\n                [\n                    1701978300000,\n                    0.0009137066666666667\n                ],\n                [\n                    1701978000000,\n                    0.0008793066666666666\n                ],\n                [\n                    1701977700000,\n                    0.0008761066666666667\n                ],\n                [\n                    1701977400000,\n                    0.0009588\n                ],\n                [\n                    1701977100000,\n                    0.00084784\n                ],\n                [\n                    1701976800000,\n                    0.0007391733333333332\n                ],\n                [\n                    1701976500000,\n                    0.0007639466666666667\n                ],\n                [\n                    1701976200000,\n                    0.00085296\n                ],\n                [\n                    1701975900000,\n                    0.0008952000000000001\n                ],\n                [\n                    1701975600000,\n                    0.0008945333333333334\n                ],\n                [\n                    1701975300000,\n                    0.0011891199999999999\n                ],\n                [\n                    1701975000000,\n                    0.00070864\n                ],\n                [\n                    1701974700000,\n                    0.0007939199999999999\n                ],\n                [\n                    1701974400000,\n                    0.0007882933333333333\n                ],\n                [\n                    1701974100000,\n                    0.0009896\n                ],\n                [\n                    1701973800000,\n                    0.0006701333333333333\n                ],\n                [\n                    1701973500000,\n                    0.0007343733333333333\n                ],\n                [\n                    1701973200000,\n                    0.0007766666666666666\n                ],\n                [\n                    1701972900000,\n                    0.00084536\n                ],\n                [\n                    1701972600000,\n                    0.00095088\n                ],\n                [\n                    1701972300000,\n                    0.0007525066666666666\n                ],\n                [\n                    1701972000000,\n                    0.0006004\n                ],\n                [\n                    1701971700000,\n                    0.00078784\n                ],\n                [\n                    1701971400000,\n                    0.0008781066666666667\n                ],\n                [\n                    1701971100000,\n                    0.0007256000000000001\n                ],\n                [\n                    1701970800000,\n                    0.0007825333333333333\n                ],\n                [\n                    1701970500000,\n                    0.0007625066666666667\n                ],\n                [\n                    1701970200000,\n                    0.00082072\n                ],\n                [\n                    1701969900000,\n                    0.0007102666666666666\n                ],\n                [\n                    1701969600000,\n                    0.0007836533333333333\n                ],\n                [\n                    1701969300000,\n                    0.0007996533333333333\n                ],\n                [\n                    1701969000000,\n                    0.0008354133333333333\n                ],\n                [\n                    1701968700000,\n                    0.0007126933333333334\n                ],\n                [\n                    1701968400000,\n                    0.0005434400000000001\n                ],\n                [\n                    1701968100000,\n                    0.00049032\n                ],\n                [\n                    1701967800000,\n                    0.0005626666666666666\n                ],\n                [\n                    1701967500000,\n                    0.00047912\n                ],\n                [\n                    1701967200000,\n                    0.00039245333333333334\n                ],\n                [\n                    1701966900000,\n                    0.0003897866666666667\n                ],\n                [\n                    1701966600000,\n                    0.00049312\n                ],\n                [\n                    1701966300000,\n                    0.00033264\n                ],\n                [\n                    1701966000000,\n                    0.00027424000000000003\n                ],\n                [\n                    1701965700000,\n                    0.00031632\n                ],\n                [\n                    1701965400000,\n                    0.0009950666666666667\n                ],\n                [\n                    1701965100000,\n                    0.0002471733333333333\n                ],\n                [\n                    1701964800000,\n                    0.0037454933333333335\n                ],\n                [\n                    1701964500000,\n                    0.00604008\n                ],\n                [\n                    1701964200000,\n                    0.00022605333333333333\n                ],\n                [\n                    1701963900000,\n                    0.00019269333333333334\n                ],\n                [\n                    1701963600000,\n                    0.00030544\n                ],\n                [\n                    1701963300000,\n                    0.00021698666666666668\n                ],\n                [\n                    1701963000000,\n                    0.00020813333333333331\n                ],\n                [\n                    1701962700000,\n                    0.00022546666666666668\n                ],\n                [\n                    1701962400000,\n                    0.00017319999999999998\n                ],\n                [\n                    1701962100000,\n                    0.00017165333333333334\n                ],\n                [\n                    1701961800000,\n                    0.00016685333333333333\n                ],\n                [\n                    1701961500000,\n                    0.0002786666666666667\n                ],\n                [\n                    1701961200000,\n                    0.00019733333333333335\n                ],\n                [\n                    1701960900000,\n                    0.00024528\n                ],\n                [\n                    1701960600000,\n                    0.00023325333333333332\n                ],\n                [\n                    1701960300000,\n                    0.0030383466666666667\n                ],\n                [\n                    1701960000000,\n                    0.0036914400000000003\n                ],\n                [\n                    1701959700000,\n                    0.00371032\n                ],\n                [\n                    1701959400000,\n                    0.00171944\n                ],\n                [\n                    1701959100000,\n                    0.00027544\n                ],\n                [\n                    1701958800000,\n                    0.0002084\n                ],\n                [\n                    1701958500000,\n                    0.00019101333333333332\n                ],\n                [\n                    1701958200000,\n                    0.00012061333333333333\n                ],\n                [\n                    1701957900000,\n                    0.00019688\n                ],\n                [\n                    1701957600000,\n                    0.00016680000000000002\n                ],\n                [\n                    1701957300000,\n                    0.00017677333333333334\n                ],\n                [\n                    1701957000000,\n                    0.0012082933333333332\n                ],\n                [\n                    1701956700000,\n                    0.0002416\n                ],\n                [\n                    1701956400000,\n                    0.0003298933333333333\n                ],\n                [\n                    1701956100000,\n                    0.0007108266666666668\n                ],\n                [\n                    1701955800000,\n                    0.003271786666666667\n                ],\n                [\n                    1701955500000,\n                    0.00035336\n                ],\n                [\n                    1701955200000,\n                    0.0010583466666666665\n                ],\n                [\n                    1701954900000,\n                    0.00138552\n                ],\n                [\n                    1701954600000,\n                    0.00107472\n                ],\n                [\n                    1701954300000,\n                    0.0012450133333333333\n                ],\n                [\n                    1701954000000,\n                    0.00118856\n                ],\n                [\n                    1701953700000,\n                    0.00128456\n                ],\n                [\n                    1701953400000,\n                    0.0006573600000000001\n                ],\n                [\n                    1701953100000,\n                    0.0005698933333333333\n                ],\n                [\n                    1701952800000,\n                    0.0012052533333333333\n                ],\n                [\n                    1701952500000,\n                    0.0006821866666666666\n                ],\n                [\n                    1701952200000,\n                    0.0006722933333333333\n                ],\n                [\n                    1701951900000,\n                    0.0008232266666666667\n                ],\n                [\n                    1701951600000,\n                    0.0007365866666666667\n                ],\n                [\n                    1701951300000,\n                    0.0007456\n                ],\n                [\n                    1701951000000,\n                    0.00069576\n                ],\n                [\n                    1701950700000,\n                    0.0007017333333333333\n                ],\n                [\n                    1701950400000,\n                    0.0006007733333333334\n                ],\n                [\n                    1701950100000,\n                    0.0006941066666666666\n                ],\n                [\n                    1701949800000,\n                    0.00075648\n                ],\n                [\n                    1701949500000,\n                    0.0007452533333333333\n                ],\n                [\n                    1701949200000,\n                    0.00017693333333333334\n                ],\n                [\n                    1701948900000,\n                    0.00019122666666666666\n                ],\n                [\n                    1701948600000,\n                    0.00021256\n                ],\n                [\n                    1701948300000,\n                    0.00046717333333333336\n                ],\n                [\n                    1701948000000,\n                    0.00030829333333333333\n                ],\n                [\n                    1701947700000,\n                    0.00033064\n                ],\n                [\n                    1701947400000,\n                    0.000296\n                ],\n                [\n                    1701947100000,\n                    0.00028992\n                ],\n                [\n                    1701946800000,\n                    0.00024181333333333333\n                ],\n                [\n                    1701946500000,\n                    0.00042466666666666667\n                ],\n                [\n                    1701946200000,\n                    0.00038112\n                ],\n                [\n                    1701945900000,\n                    0.00038901333333333333\n                ],\n                [\n                    1701945600000,\n                    0.00028669333333333335\n                ],\n                [\n                    1701945300000,\n                    0.0003641066666666667\n                ],\n                [\n                    1701945000000,\n                    0.00044168\n                ],\n                [\n                    1701944700000,\n                    0.00048029333333333334\n                ],\n                [\n                    1701944400000,\n                    0.0005532\n                ],\n                [\n                    1701944100000,\n                    0.00042882666666666663\n                ],\n                [\n                    1701943800000,\n                    0.00022162666666666666\n                ],\n                [\n                    1701943500000,\n                    0.00018117333333333334\n                ],\n                [\n                    1701943200000,\n                    0.00019613333333333332\n                ],\n                [\n                    1701942900000,\n                    0.00028376\n                ],\n                [\n                    1701942600000,\n                    0.0003636\n                ],\n                [\n                    1701942300000,\n                    0.0006487999999999999\n                ],\n                [\n                    1701942000000,\n                    0.00032896\n                ],\n                [\n                    1701941700000,\n                    0.0003670933333333333\n                ],\n                [\n                    1701941400000,\n                    0.0005033333333333333\n                ],\n                [\n                    1701941100000,\n                    0.00023725333333333333\n                ],\n                [\n                    1701940800000,\n                    0.00022784000000000001\n                ],\n                [\n                    1701940500000,\n                    0.00028386666666666666\n                ],\n                [\n                    1701940200000,\n                    0.0003070666666666667\n                ],\n                [\n                    1701939900000,\n                    0.0004267733333333333\n                ],\n                [\n                    1701939600000,\n                    0.00020802666666666666\n                ],\n                [\n                    1701939300000,\n                    0.00039181333333333335\n                ],\n                [\n                    1701939000000,\n                    0.00027162666666666666\n                ],\n                [\n                    1701938700000,\n                    0.00024141333333333332\n                ],\n                [\n                    1701938400000,\n                    0.00038186666666666666\n                ],\n                [\n                    1701938100000,\n                    0.00037970666666666664\n                ],\n                [\n                    1701937800000,\n                    0.00035629333333333336\n                ],\n                [\n                    1701937500000,\n                    0.00025970666666666665\n                ],\n                [\n                    1701937200000,\n                    0.00032216000000000005\n                ],\n                [\n                    1701936900000,\n                    0.00049136\n                ],\n                [\n                    1701936600000,\n                    0.00051112\n                ],\n                [\n                    1701936300000,\n                    0.00027461333333333337\n                ],\n                [\n                    1701936000000,\n                    0.00031538666666666666\n                ],\n                [\n                    1701935700000,\n                    0.00035704000000000004\n                ],\n                [\n                    1701935400000,\n                    0.0004517333333333333\n                ],\n                [\n                    1701935100000,\n                    0.00032664\n                ],\n                [\n                    1701934800000,\n                    0.00030754666666666665\n                ],\n                [\n                    1701934500000,\n                    0.00036173333333333336\n                ],\n                [\n                    1701934200000,\n                    0.00030866666666666667\n                ],\n                [\n                    1701933900000,\n                    0.00012826666666666668\n                ],\n                [\n                    1701933600000,\n                    0.0003504533333333333\n                ],\n                [\n                    1701933300000,\n                    0.00060336\n                ],\n                [\n                    1701933000000,\n                    0.00044552\n                ],\n                [\n                    1701932700000,\n                    0.00027432\n                ],\n                [\n                    1701932400000,\n                    0.00038885333333333336\n                ],\n                [\n                    1701932100000,\n                    0.00031984\n                ],\n                [\n                    1701931800000,\n                    0.0004723466666666667\n                ],\n                [\n                    1701931500000,\n                    0.0004137333333333333\n                ],\n                [\n                    1701931200000,\n                    0.00040765333333333333\n                ],\n                [\n                    1701930900000,\n                    0.00025421333333333336\n                ],\n                [\n                    1701930600000,\n                    0.0003374133333333334\n                ],\n                [\n                    1701930300000,\n                    0.0020604\n                ],\n                [\n                    1701930000000,\n                    0.0002082933333333333\n                ],\n                [\n                    1701929700000,\n                    0.00024752\n                ],\n                [\n                    1701929400000,\n                    0.0004995466666666667\n                ],\n                [\n                    1701929100000,\n                    0.00034264\n                ],\n                [\n                    1701928800000,\n                    0.00032586666666666665\n                ],\n                [\n                    1701928500000,\n                    0.0003234933333333333\n                ],\n                [\n                    1701928200000,\n                    0.00034088\n                ],\n                [\n                    1701927900000,\n                    0.00027360000000000004\n                ],\n                [\n                    1701927600000,\n                    0.00020258666666666668\n                ],\n                [\n                    1701927300000,\n                    0.00042341333333333335\n                ],\n                [\n                    1701927000000,\n                    0.00046685333333333336\n                ],\n                [\n                    1701926700000,\n                    0.00038362666666666667\n                ],\n                [\n                    1701926400000,\n                    0.00041112\n                ],\n                [\n                    1701926100000,\n                    0.00037576\n                ],\n                [\n                    1701925800000,\n                    0.00570592\n                ],\n                [\n                    1701925500000,\n                    0.00890888\n                ],\n                [\n                    1701925200000,\n                    0.00899056\n                ],\n                [\n                    1701924900000,\n                    0.0026876266666666666\n                ],\n                [\n                    1701924600000,\n                    0.0006003733333333333\n                ],\n                [\n                    1701924300000,\n                    0.00044498666666666667\n                ],\n                [\n                    1701924000000,\n                    0.00032658666666666666\n                ],\n                [\n                    1701923700000,\n                    0.00036157333333333334\n                ],\n                [\n                    1701923400000,\n                    0.00030263999999999996\n                ],\n                [\n                    1701923100000,\n                    0.00028965333333333333\n                ],\n                [\n                    1701922800000,\n                    0.00047482666666666667\n                ],\n                [\n                    1701922500000,\n                    0.00030832\n                ],\n                [\n                    1701922200000,\n                    0.00024362666666666666\n                ],\n                [\n                    1701921900000,\n                    0.0002788\n                ],\n                [\n                    1701921600000,\n                    0.00020391999999999999\n                ],\n                [\n                    1701921300000,\n                    0.00022253333333333334\n                ],\n                [\n                    1701921000000,\n                    0.0002456\n                ],\n                [\n                    1701920700000,\n                    0.0002912266666666667\n                ],\n                [\n                    1701920400000,\n                    0.00026392\n                ],\n                [\n                    1701920100000,\n                    0.0002676533333333333\n                ],\n                [\n                    1701919800000,\n                    0.00034693333333333333\n                ],\n                [\n                    1701919500000,\n                    0.00017485333333333334\n                ],\n                [\n                    1701919200000,\n                    0.00020589333333333334\n                ],\n                [\n                    1701918900000,\n                    0.0003935733333333333\n                ],\n                [\n                    1701918600000,\n                    0.00028568\n                ],\n                [\n                    1701918300000,\n                    0.00030063999999999997\n                ],\n                [\n                    1701918000000,\n                    0.0003541866666666667\n                ],\n                [\n                    1701917700000,\n                    0.00034016000000000005\n                ],\n                [\n                    1701917400000,\n                    0.00021410666666666665\n                ],\n                [\n                    1701917100000,\n                    0.00036696\n                ],\n                [\n                    1701916800000,\n                    0.00023434666666666666\n                ],\n                [\n                    1701916500000,\n                    0.00022821333333333333\n                ],\n                [\n                    1701916200000,\n                    0.0003097066666666667\n                ],\n                [\n                    1701915900000,\n                    0.00039173333333333333\n                ],\n                [\n                    1701915600000,\n                    0.00027856\n                ],\n                [\n                    1701915300000,\n                    0.00038544\n                ],\n                [\n                    1701915000000,\n                    0.00023613333333333332\n                ],\n                [\n                    1701914700000,\n                    0.00025741333333333333\n                ],\n                [\n                    1701914400000,\n                    0.00018456\n                ],\n                [\n                    1701914100000,\n                    0.00018205333333333335\n                ],\n                [\n                    1701913800000,\n                    0.00016389333333333335\n                ],\n                [\n                    1701913500000,\n                    0.00015946666666666668\n                ],\n                [\n                    1701913200000,\n                    0.00018642666666666668\n                ],\n                [\n                    1701912900000,\n                    0.0002856533333333333\n                ],\n                [\n                    1701912600000,\n                    0.00033408\n                ],\n                [\n                    1701912300000,\n                    0.0003130933333333333\n                ],\n                [\n                    1701912000000,\n                    0.00029160000000000004\n                ],\n                [\n                    1701911700000,\n                    0.0002975466666666667\n                ],\n                [\n                    1701911400000,\n                    0.00037264\n                ],\n                [\n                    1701911100000,\n                    0.0003627466666666667\n                ],\n                [\n                    1701910800000,\n                    0.0005151733333333333\n                ],\n                [\n                    1701910500000,\n                    0.0004977066666666666\n                ],\n                [\n                    1701910200000,\n                    0.00244912\n                ],\n                [\n                    1701909900000,\n                    0.002734106666666667\n                ],\n                [\n                    1701909600000,\n                    0.00269096\n                ],\n                [\n                    1701909300000,\n                    0.0027925333333333334\n                ],\n                [\n                    1701909000000,\n                    0.0027992533333333334\n                ],\n                [\n                    1701908700000,\n                    0.002801653333333333\n                ],\n                [\n                    1701908400000,\n                    0.004063066666666667\n                ],\n                [\n                    1701908100000,\n                    0.0009335733333333334\n                ],\n                [\n                    1701907800000,\n                    0.0007754666666666667\n                ],\n                [\n                    1701907500000,\n                    0.0007554666666666667\n                ],\n                [\n                    1701907200000,\n                    0.0006989866666666667\n                ],\n                [\n                    1701906900000,\n                    0.0007243200000000001\n                ],\n                [\n                    1701906600000,\n                    0.000786\n                ],\n                [\n                    1701906300000,\n                    0.0008087200000000001\n                ],\n                [\n                    1701906000000,\n                    0.0007425866666666667\n                ],\n                [\n                    1701905700000,\n                    0.0007334133333333333\n                ],\n                [\n                    1701905400000,\n                    0.0007177866666666666\n                ],\n                [\n                    1701905100000,\n                    0.0007568\n                ],\n                [\n                    1701904800000,\n                    0.0008341599999999999\n                ],\n                [\n                    1701904500000,\n                    0.00068424\n                ],\n                [\n                    1701904200000,\n                    0.0006986933333333334\n                ],\n                [\n                    1701903900000,\n                    0.0008198400000000001\n                ],\n                [\n                    1701903600000,\n                    0.0007540533333333332\n                ],\n                [\n                    1701903300000,\n                    0.0008242933333333333\n                ],\n                [\n                    1701903000000,\n                    0.0007758666666666667\n                ],\n                [\n                    1701902700000,\n                    0.0008238933333333333\n                ],\n                [\n                    1701902400000,\n                    0.0008756\n                ],\n                [\n                    1701902100000,\n                    0.00079576\n                ],\n                [\n                    1701901800000,\n                    0.00073752\n                ],\n                [\n                    1701901500000,\n                    0.0007777333333333333\n                ],\n                [\n                    1701901200000,\n                    0.00070152\n                ],\n                [\n                    1701900900000,\n                    0.0007405333333333333\n                ],\n                [\n                    1701900600000,\n                    0.00074976\n                ],\n                [\n                    1701900300000,\n                    0.0007856266666666666\n                ],\n                [\n                    1701900000000,\n                    0.0006523733333333333\n                ],\n                [\n                    1701899700000,\n                    0.0007204266666666667\n                ],\n                [\n                    1701899400000,\n                    0.0007692266666666667\n                ],\n                [\n                    1701899100000,\n                    0.0006703733333333333\n                ],\n                [\n                    1701898800000,\n                    0.0007094133333333333\n                ],\n                [\n                    1701898500000,\n                    0.0007627733333333333\n                ],\n                [\n                    1701898200000,\n                    0.0007310933333333333\n                ],\n                [\n                    1701897900000,\n                    0.0007642666666666666\n                ],\n                [\n                    1701897600000,\n                    0.0007969066666666666\n                ],\n                [\n                    1701897300000,\n                    0.0007560266666666667\n                ],\n                [\n                    1701897000000,\n                    0.0007767200000000001\n                ],\n                [\n                    1701896700000,\n                    0.0008528533333333334\n                ],\n                [\n                    1701896400000,\n                    0.0008649066666666667\n                ],\n                [\n                    1701896100000,\n                    0.0007588533333333334\n                ],\n                [\n                    1701895800000,\n                    0.0007240266666666667\n                ],\n                [\n                    1701895500000,\n                    0.00068632\n                ],\n                [\n                    1701895200000,\n                    0.0006998933333333333\n                ],\n                [\n                    1701894900000,\n                    0.0007306666666666667\n                ],\n                [\n                    1701894600000,\n                    0.0008572533333333334\n                ],\n                [\n                    1701894300000,\n                    0.0012476800000000001\n                ],\n                [\n                    1701894000000,\n                    0.00166376\n                ],\n                [\n                    1701893700000,\n                    0.0007370933333333333\n                ],\n                [\n                    1701893400000,\n                    0.0006428533333333334\n                ],\n                [\n                    1701893100000,\n                    0.0006017866666666666\n                ],\n                [\n                    1701892800000,\n                    0.0005618666666666667\n                ],\n                [\n                    1701892500000,\n                    0.0007064533333333334\n                ],\n                [\n                    1701892200000,\n                    0.0005945333333333333\n                ],\n                [\n                    1701891900000,\n                    0.00069424\n                ],\n                [\n                    1701891600000,\n                    0.0005084\n                ],\n                [\n                    1701891300000,\n                    0.00047549333333333333\n                ],\n                [\n                    1701891000000,\n                    0.0003903466666666667\n                ],\n                [\n                    1701890700000,\n                    0.00035341333333333333\n                ],\n                [\n                    1701890400000,\n                    0.00016352\n                ],\n                [\n                    1701890100000,\n                    0.00020146666666666667\n                ],\n                [\n                    1701889800000,\n                    0.0003373333333333333\n                ],\n                [\n                    1701889500000,\n                    0.0003401333333333333\n                ],\n                [\n                    1701889200000,\n                    0.00036424\n                ],\n                [\n                    1701888900000,\n                    0.00033986666666666667\n                ],\n                [\n                    1701888600000,\n                    0.00027349333333333335\n                ],\n                [\n                    1701888300000,\n                    0.00028293333333333334\n                ],\n                [\n                    1701888000000,\n                    0.00021293333333333335\n                ],\n                [\n                    1701887700000,\n                    0.00023672\n                ],\n                [\n                    1701887400000,\n                    0.00024568\n                ],\n                [\n                    1701887100000,\n                    0.00023674666666666667\n                ],\n                [\n                    1701886800000,\n                    0.0002484\n                ],\n                [\n                    1701886500000,\n                    0.00027346666666666663\n                ],\n                [\n                    1701886200000,\n                    0.0002710666666666667\n                ],\n                [\n                    1701885900000,\n                    0.00025808\n                ],\n                [\n                    1701885600000,\n                    0.00023176\n                ],\n                [\n                    1701885300000,\n                    0.00019968\n                ],\n                [\n                    1701885000000,\n                    0.00023554666666666667\n                ],\n                [\n                    1701884700000,\n                    0.00024608000000000003\n                ],\n                [\n                    1701884400000,\n                    0.00023933333333333334\n                ],\n                [\n                    1701884100000,\n                    0.00028306666666666664\n                ],\n                [\n                    1701883800000,\n                    0.00023402666666666667\n                ],\n                [\n                    1701883500000,\n                    0.00024490666666666667\n                ],\n                [\n                    1701883200000,\n                    0.00025064\n                ],\n                [\n                    1701882900000,\n                    0.0001628\n                ],\n                [\n                    1701882600000,\n                    0.00019610666666666665\n                ],\n                [\n                    1701882300000,\n                    0.0003796533333333333\n                ],\n                [\n                    1701882000000,\n                    0.00040002666666666664\n                ],\n                [\n                    1701881700000,\n                    0.00034568\n                ],\n                [\n                    1701881400000,\n                    0.0006058666666666667\n                ],\n                [\n                    1701881100000,\n                    0.00025944\n                ],\n                [\n                    1701880800000,\n                    0.00027269333333333333\n                ],\n                [\n                    1701880500000,\n                    0.00021696\n                ],\n                [\n                    1701880200000,\n                    0.00022098666666666667\n                ],\n                [\n                    1701879900000,\n                    0.00025189333333333337\n                ],\n                [\n                    1701879600000,\n                    0.00022837333333333332\n                ],\n                [\n                    1701879300000,\n                    0.00034218666666666666\n                ],\n                [\n                    1701879000000,\n                    0.0002881333333333333\n                ],\n                [\n                    1701878700000,\n                    0.0003102133333333333\n                ],\n                [\n                    1701878400000,\n                    0.0004890666666666667\n                ],\n                [\n                    1701878100000,\n                    0.0003766666666666667\n                ],\n                [\n                    1701877800000,\n                    0.0002584\n                ],\n                [\n                    1701877500000,\n                    0.0003401066666666667\n                ],\n                [\n                    1701877200000,\n                    0.00019136\n                ],\n                [\n                    1701876900000,\n                    0.00030712000000000003\n                ],\n                [\n                    1701876600000,\n                    0.00039570666666666665\n                ],\n                [\n                    1701876300000,\n                    0.00041656\n                ],\n                [\n                    1701876000000,\n                    0.00066224\n                ],\n                [\n                    1701875700000,\n                    0.0002548533333333333\n                ],\n                [\n                    1701875400000,\n                    0.00026088\n                ],\n                [\n                    1701875100000,\n                    0.0004278933333333333\n                ],\n                [\n                    1701874800000,\n                    0.0002571466666666666\n                ],\n                [\n                    1701874500000,\n                    0.00018685333333333333\n                ],\n                [\n                    1701874200000,\n                    0.00039170666666666666\n                ],\n                [\n                    1701873900000,\n                    0.00034256\n                ],\n                [\n                    1701873600000,\n                    0.0007435733333333334\n                ],\n                [\n                    1701873300000,\n                    0.00042216000000000004\n                ],\n                [\n                    1701873000000,\n                    0.00032775999999999997\n                ],\n                [\n                    1701872700000,\n                    0.00039874666666666665\n                ],\n                [\n                    1701872400000,\n                    0.00030946666666666664\n                ],\n                [\n                    1701872100000,\n                    0.00043976\n                ],\n                [\n                    1701871800000,\n                    0.00039842666666666665\n                ],\n                [\n                    1701871500000,\n                    0.00218264\n                ],\n                [\n                    1701871200000,\n                    0.0025796\n                ],\n                [\n                    1701870900000,\n                    0.00242216\n                ],\n                [\n                    1701870600000,\n                    0.0014030933333333332\n                ],\n                [\n                    1701870300000,\n                    0.00050112\n                ],\n                [\n                    1701870000000,\n                    0.00039727999999999996\n                ],\n                [\n                    1701869700000,\n                    0.0003628533333333334\n                ],\n                [\n                    1701869400000,\n                    0.0005172533333333333\n                ],\n                [\n                    1701869100000,\n                    0.00037576\n                ],\n                [\n                    1701868800000,\n                    0.00038269333333333335\n                ],\n                [\n                    1701868500000,\n                    0.00031770666666666665\n                ],\n                [\n                    1701868200000,\n                    0.00037053333333333336\n                ],\n                [\n                    1701867900000,\n                    0.00029373333333333334\n                ],\n                [\n                    1701867600000,\n                    0.00028584\n                ],\n                [\n                    1701867300000,\n                    0.00025152000000000003\n                ],\n                [\n                    1701867000000,\n                    0.00028208\n                ],\n                [\n                    1701866700000,\n                    0.00031536\n                ],\n                [\n                    1701866400000,\n                    0.00045048\n                ],\n                [\n                    1701866100000,\n                    0.0003829066666666667\n                ],\n                [\n                    1701865800000,\n                    0.0005369066666666666\n                ],\n                [\n                    1701865500000,\n                    0.00030946666666666664\n                ],\n                [\n                    1701865200000,\n                    0.00034322666666666666\n                ],\n                [\n                    1701864900000,\n                    0.00036138666666666664\n                ],\n                [\n                    1701864600000,\n                    0.00021130666666666667\n                ],\n                [\n                    1701864300000,\n                    0.00023605333333333333\n                ],\n                [\n                    1701864000000,\n                    0.000304\n                ],\n                [\n                    1701863700000,\n                    0.0004241066666666667\n                ],\n                [\n                    1701863400000,\n                    0.00046130666666666667\n                ],\n                [\n                    1701863100000,\n                    0.00047736\n                ],\n                [\n                    1701862800000,\n                    0.0003495466666666667\n                ],\n                [\n                    1701862500000,\n                    0.00038424\n                ],\n                [\n                    1701862200000,\n                    0.00046960000000000003\n                ],\n                [\n                    1701861900000,\n                    0.0004353066666666667\n                ],\n                [\n                    1701861600000,\n                    0.00037927999999999996\n                ],\n                [\n                    1701861300000,\n                    0.00035853333333333334\n                ],\n                [\n                    1701861000000,\n                    0.0002589866666666667\n                ],\n                [\n                    1701860700000,\n                    0.00027826666666666664\n                ],\n                [\n                    1701860400000,\n                    0.00039442666666666666\n                ],\n                [\n                    1701860100000,\n                    0.00028405333333333336\n                ],\n                [\n                    1701859800000,\n                    0.00025653333333333335\n                ],\n                [\n                    1701859500000,\n                    0.00042453333333333337\n                ],\n                [\n                    1701859200000,\n                    0.0008369066666666666\n                ],\n                [\n                    1701858900000,\n                    0.0003512266666666667\n                ],\n                [\n                    1701858600000,\n                    0.0005003733333333333\n                ],\n                [\n                    1701858300000,\n                    0.00029696\n                ],\n                [\n                    1701858000000,\n                    0.0003744\n                ],\n                [\n                    1701857700000,\n                    0.00048608\n                ],\n                [\n                    1701857400000,\n                    0.0002943466666666667\n                ],\n                [\n                    1701857100000,\n                    0.00028063999999999997\n                ],\n                [\n                    1701856800000,\n                    0.00027101333333333334\n                ],\n                [\n                    1701856500000,\n                    0.0002884533333333333\n                ],\n                [\n                    1701856200000,\n                    0.00031250666666666663\n                ],\n                [\n                    1701855900000,\n                    0.00028013333333333333\n                ],\n                [\n                    1701855600000,\n                    0.00021645333333333334\n                ],\n                [\n                    1701855300000,\n                    0.00020898666666666668\n                ],\n                [\n                    1701855000000,\n                    0.0014793066666666666\n                ],\n                [\n                    1701854700000,\n                    0.0003678933333333333\n                ],\n                [\n                    1701854400000,\n                    0.00052072\n                ],\n                [\n                    1701854100000,\n                    0.0004072266666666667\n                ],\n                [\n                    1701853800000,\n                    0.00030295999999999996\n                ],\n                [\n                    1701853500000,\n                    0.0002469866666666667\n                ],\n                [\n                    1701853200000,\n                    0.00038216000000000004\n                ],\n                [\n                    1701852900000,\n                    0.0003424266666666667\n                ],\n                [\n                    1701852600000,\n                    0.0003776\n                ],\n                [\n                    1701852300000,\n                    0.00035464\n                ]\n            ],\n            \"unit\": {\n                \"name\": \"Mbps\",\n                \"fullName\": \"Megabits per second\"\n            }\n        }\n    ]\n}"},{"id":"30eac343-e7a1-4bb4-a9a7-7417a3e32bfe","name":"Get Megaport Internet Telemetry - CSV Single Telemetry Type (From, To)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"},{"key":"Accept","value":"text/csv"}],"url":{"raw":"{{baseUrl}}/v2/product/vxc/ae3388c5-0207-4ef9-a128-2769698790c3/telemetry?type=A_BITS&from=1718010019000&to=1721280419000","host":["{{baseUrl}}"],"path":["v2","product","vxc","ae3388c5-0207-4ef9-a128-2769698790c3","telemetry"],"query":[{"key":"type","value":"A_BITS","description":"Indicates the type of metric. Values include `A_BITS`, `B_BITS`, `A_PACKETS`, and `B_PACKETS`. Multiple telemetry types can be passed. (Required - string)"},{"key":"from","value":"1718010019000","description":"Milliseconds since epoch. When not provided, returns the single most recent measurement. You can use a tool such as https://www.epochconverter.com/ for conversion to and from dates. (Optional - string)"},{"key":"to","value":"1721280419000","description":"Milliseconds since epoch. When not provided, returns the single most recent measurement. You can use a tool such as https://www.epochconverter.com/ for conversion to and from dates. (Optional - string) "},{"key":"days","value":"{days}","description":"The number of days in the past from today for which to return telemetry details. This parameter is mutually exclusive from \"to\" and \"from\". (Optional - string)\n","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Fri, 19 Jul 2024 00:45:31 GMT"},{"key":"Content-Type","value":"text/csv;charset=ISO-8859-1"},{"key":"Content-Length","value":"591926"},{"key":"Connection","value":"keep-alive"},{"key":"trace-id","value":"3ff982bd4c07283fcf6b914e1604a4cc"},{"key":"vary","value":"Origin"},{"key":"vary","value":"Access-Control-Request-Method"},{"key":"vary","value":"Access-Control-Request-Headers"},{"key":"x-correlation-id","value":"3ff982bd4c07283fcf6b914e1604a4cc"},{"key":"x-amzn-trace-id","value":"Root=1-6699b729-14c80f5119f1bb5300d3cbfd"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"content-disposition","value":"attachment; filename=ae3388c5-0207-4ef9-a128-2769698790c3-telemetry.csv"},{"key":"server-timing","value":"app;dur=1493"},{"key":"etag","value":"\"059133f0e5a9b8812d0f12cb11bc3809d\""},{"key":"x-xss-protection","value":"1 ; mode=block"},{"key":"strict-transport-security","value":"max-age=31536000; preload"},{"key":"strict-transport-security","value":"max-age=31536000; preload"},{"key":"referrer-policy","value":"no-referrer"},{"key":"content-security-policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"x-download-options","value":"noopen"},{"key":"x-permitted-cross-domain-policies","value":"none"}],"cookie":[],"responseTime":null,"body":"\"Timestamp\",\"A Bandwidth In (Mbps)\",\"A Bandwidth Out (Mbps)\",\"A Bandwidth Configured speed (Mbps)\"\n\"2024-06-10T09:05:00.000Z\",\"0\",\"0.00052\",\"2000\"\n\"2024-06-10T09:10:00.000Z\",\"0\",\"0.00047\",\"2000\"\n\"2024-06-10T09:15:00.000Z\",\"0\",\"0.000449\",\"2000\"\n\"2024-06-10T09:20:00.000Z\",\"0\",\"0.000486\",\"2000\"\n\"2024-06-10T09:25:00.000Z\",\"0\",\"0.000478\",\"2000\"\n\"2024-06-10T09:30:00.000Z\",\"0\",\"0.000517\",\"2000\"\n\"2024-06-10T09:35:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-10T09:40:00.000Z\",\"0\",\"0.000507\",\"2000\"\n\"2024-06-10T09:45:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-10T09:50:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-10T09:55:00.000Z\",\"0\",\"0.000498\",\"2000\"\n\"2024-06-10T10:00:00.000Z\",\"0\",\"0.000505\",\"2000\"\n\"2024-06-10T10:05:00.000Z\",\"0\",\"0.000441\",\"2000\"\n\"2024-06-10T10:10:00.000Z\",\"0\",\"0.000498\",\"2000\"\n\"2024-06-10T10:15:00.000Z\",\"0\",\"0.000462\",\"2000\"\n\"2024-06-10T10:20:00.000Z\",\"0\",\"0.000523\",\"2000\"\n\"2024-06-10T10:25:00.000Z\",\"0\",\"0.00051\",\"2000\"\n\"2024-06-10T10:30:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-10T10:35:00.000Z\",\"0\",\"0.000471\",\"2000\"\n\"2024-06-10T10:40:00.000Z\",\"0\",\"0.000498\",\"2000\"\n\"2024-06-10T10:45:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-10T10:50:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-10T10:55:00.000Z\",\"0\",\"0.000457\",\"2000\"\n\"2024-06-10T11:00:00.000Z\",\"0\",\"0.000448\",\"2000\"\n\"2024-06-10T11:05:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-10T11:10:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-10T11:15:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-10T11:20:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-10T11:25:00.000Z\",\"0\",\"0.000471\",\"2000\"\n\"2024-06-10T11:30:00.000Z\",\"0\",\"0.00053\",\"2000\"\n\"2024-06-10T11:35:00.000Z\",\"0\",\"0.00053\",\"2000\"\n\"2024-06-10T11:40:00.000Z\",\"0\",\"0.000489\",\"2000\"\n\"2024-06-10T11:45:00.000Z\",\"0\",\"0.000495\",\"2000\"\n\"2024-06-10T11:50:00.000Z\",\"0\",\"0.000519\",\"2000\"\n\"2024-06-10T11:55:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-10T12:00:00.000Z\",\"0\",\"0.000439\",\"2000\"\n\"2024-06-10T12:05:00.000Z\",\"0\",\"0.000507\",\"2000\"\n\"2024-06-10T12:10:00.000Z\",\"0\",\"0.000502\",\"2000\"\n\"2024-06-10T12:15:00.000Z\",\"0\",\"0.000458\",\"2000\"\n\"2024-06-10T12:20:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-10T12:25:00.000Z\",\"0\",\"0.000498\",\"2000\"\n\"2024-06-10T12:30:00.000Z\",\"0\",\"0.000468\",\"2000\"\n\"2024-06-10T12:35:00.000Z\",\"0\",\"0.000479\",\"2000\"\n\"2024-06-10T12:40:00.000Z\",\"0\",\"0.000505\",\"2000\"\n\"2024-06-10T12:45:00.000Z\",\"0\",\"0.000518\",\"2000\"\n\"2024-06-10T12:50:00.000Z\",\"0\",\"0.000474\",\"2000\"\n\"2024-06-10T12:55:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-10T13:00:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-10T13:05:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-10T13:10:00.000Z\",\"0\",\"0.00048\",\"2000\"\n\"2024-06-10T13:15:00.000Z\",\"0\",\"0.000521\",\"2000\"\n\"2024-06-10T13:20:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-10T13:25:00.000Z\",\"0\",\"0.000507\",\"2000\"\n\"2024-06-10T13:30:00.000Z\",\"0\",\"0.000453\",\"2000\"\n\"2024-06-10T13:35:00.000Z\",\"0\",\"0.000476\",\"2000\"\n\"2024-06-10T13:40:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-10T13:45:00.000Z\",\"0\",\"0.000453\",\"2000\"\n\"2024-06-10T13:50:00.000Z\",\"0\",\"0.00048\",\"2000\"\n\"2024-06-10T13:55:00.000Z\",\"0\",\"0.000536\",\"2000\"\n\"2024-06-10T14:00:00.000Z\",\"0\",\"0.000492\",\"2000\"\n\"2024-06-10T14:05:00.000Z\",\"0\",\"0.000489\",\"2000\"\n\"2024-06-10T14:10:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-10T14:15:00.000Z\",\"0\",\"0.000485\",\"2000\"\n\"2024-06-10T14:20:00.000Z\",\"0\",\"0.000507\",\"2000\"\n\"2024-06-10T14:25:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-10T14:30:00.000Z\",\"0\",\"0.000498\",\"2000\"\n\"2024-06-10T14:35:00.000Z\",\"0\",\"0.000462\",\"2000\"\n\"2024-06-10T14:40:00.000Z\",\"0\",\"0.000497\",\"2000\"\n\"2024-06-10T14:45:00.000Z\",\"0\",\"0.000478\",\"2000\"\n\"2024-06-10T14:50:00.000Z\",\"0\",\"0.000483\",\"2000\"\n\"2024-06-10T14:55:00.000Z\",\"0\",\"0.000485\",\"2000\"\n\"2024-06-10T15:00:00.000Z\",\"0\",\"0.000516\",\"2000\"\n\"2024-06-10T15:05:00.000Z\",\"0\",\"0.000521\",\"2000\"\n\"2024-06-10T15:10:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-10T15:15:00.000Z\",\"0\",\"0.000462\",\"2000\"\n\"2024-06-10T15:20:00.000Z\",\"0\",\"0.000485\",\"2000\"\n\"2024-06-10T15:25:00.000Z\",\"0\",\"0.000476\",\"2000\"\n\"2024-06-10T15:30:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-10T15:35:00.000Z\",\"0\",\"0.000448\",\"2000\"\n\"2024-06-10T15:40:00.000Z\",\"0\",\"0.000462\",\"2000\"\n\"2024-06-10T15:45:00.000Z\",\"0\",\"0.000501\",\"2000\"\n\"2024-06-10T15:50:00.000Z\",\"0\",\"0.000443\",\"2000\"\n\"2024-06-10T15:55:00.000Z\",\"0\",\"0.000498\",\"2000\"\n\"2024-06-10T16:00:00.000Z\",\"0\",\"0.00048\",\"2000\"\n\"2024-06-10T16:05:00.000Z\",\"0\",\"0.000521\",\"2000\"\n\"2024-06-10T16:10:00.000Z\",\"0\",\"0.000496\",\"2000\"\n\"2024-06-10T16:15:00.000Z\",\"0\",\"0.000476\",\"2000\"\n\"2024-06-10T16:20:00.000Z\",\"0\",\"0.00048\",\"2000\"\n\"2024-06-10T16:25:00.000Z\",\"0\",\"0.000507\",\"2000\"\n\"2024-06-10T16:30:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-10T16:35:00.000Z\",\"0\",\"0.000527\",\"2000\"\n\"2024-06-10T16:40:00.000Z\",\"0\",\"0.000495\",\"2000\"\n\"2024-06-10T16:45:00.000Z\",\"0\",\"0.000525\",\"2000\"\n\"2024-06-10T16:50:00.000Z\",\"0\",\"0.00052\",\"2000\"\n\"2024-06-10T16:55:00.000Z\",\"0\",\"0.000499\",\"2000\"\n\"2024-06-10T17:00:00.000Z\",\"0\",\"0.000457\",\"2000\"\n\"2024-06-10T17:05:00.000Z\",\"0\",\"0.000511\",\"2000\"\n\"2024-06-10T17:10:00.000Z\",\"0\",\"0.000535\",\"2000\"\n\"2024-06-10T17:15:00.000Z\",\"0\",\"0.00048\",\"2000\"\n\"2024-06-10T17:20:00.000Z\",\"0\",\"0.000509\",\"2000\"\n\"2024-06-10T17:25:00.000Z\",\"0\",\"0.000489\",\"2000\"\n\"2024-06-10T17:30:00.000Z\",\"0\",\"0.000474\",\"2000\"\n\"2024-06-10T17:35:00.000Z\",\"0\",\"0.00053\",\"2000\"\n\"2024-06-10T17:40:00.000Z\",\"0\",\"0.000532\",\"2000\"\n\"2024-06-10T17:45:00.000Z\",\"0\",\"0.000521\",\"2000\"\n\"2024-06-10T17:50:00.000Z\",\"0\",\"0.000466\",\"2000\"\n\"2024-06-10T17:55:00.000Z\",\"0\",\"0.000521\",\"2000\"\n\"2024-06-10T18:00:00.000Z\",\"0\",\"0.000536\",\"2000\"\n\"2024-06-10T18:05:00.000Z\",\"0\",\"0.000486\",\"2000\"\n\"2024-06-10T18:10:00.000Z\",\"0\",\"0.000542\",\"2000\"\n\"2024-06-10T18:15:00.000Z\",\"0\",\"0.000465\",\"2000\"\n\"2024-06-10T18:20:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-10T18:25:00.000Z\",\"0\",\"0.000463\",\"2000\"\n\"2024-06-10T18:30:00.000Z\",\"0\",\"0.000516\",\"2000\"\n\"2024-06-10T18:35:00.000Z\",\"0\",\"0.000466\",\"2000\"\n\"2024-06-10T18:40:00.000Z\",\"0\",\"0.000486\",\"2000\"\n\"2024-06-10T18:45:00.000Z\",\"0\",\"0.000496\",\"2000\"\n\"2024-06-10T18:50:00.000Z\",\"0\",\"0.00048\",\"2000\"\n\"2024-06-10T18:55:00.000Z\",\"0\",\"0.000534\",\"2000\"\n\"2024-06-10T19:00:00.000Z\",\"0\",\"0.000528\",\"2000\"\n\"2024-06-10T19:05:00.000Z\",\"0\",\"0.000509\",\"2000\"\n\"2024-06-10T19:10:00.000Z\",\"0\",\"0.00048\",\"2000\"\n\"2024-06-10T19:15:00.000Z\",\"0\",\"0.00048\",\"2000\"\n\"2024-06-10T19:20:00.000Z\",\"0\",\"0.000476\",\"2000\"\n\"2024-06-10T19:25:00.000Z\",\"0\",\"0.000521\",\"2000\"\n\"2024-06-10T19:30:00.000Z\",\"0\",\"0.0005\",\"2000\"\n\"2024-06-10T19:35:00.000Z\",\"0\",\"0.000472\",\"2000\"\n\"2024-06-10T19:40:00.000Z\",\"0\",\"0.000507\",\"2000\"\n\"2024-06-10T19:45:00.000Z\",\"0\",\"0.000532\",\"2000\"\n\"2024-06-10T19:50:00.000Z\",\"0\",\"0.0005\",\"2000\"\n\"2024-06-10T19:55:00.000Z\",\"0\",\"0.00051\",\"2000\"\n\"2024-06-10T20:00:00.000Z\",\"0\",\"0.000505\",\"2000\"\n\"2024-06-10T20:05:00.000Z\",\"0\",\"0.000521\",\"2000\"\n\"2024-06-10T20:10:00.000Z\",\"0\",\"0.000475\",\"2000\"\n\"2024-06-10T20:15:00.000Z\",\"0\",\"0.000471\",\"2000\"\n\"2024-06-10T20:20:00.000Z\",\"0\",\"0.000507\",\"2000\"\n\"2024-06-10T20:25:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-10T20:30:00.000Z\",\"0\",\"0.000528\",\"2000\"\n\"2024-06-10T20:35:00.000Z\",\"0\",\"0.000498\",\"2000\"\n\"2024-06-10T20:40:00.000Z\",\"0\",\"0.000485\",\"2000\"\n\"2024-06-10T20:45:00.000Z\",\"0\",\"0.000471\",\"2000\"\n\"2024-06-10T20:50:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-10T20:55:00.000Z\",\"0\",\"0.000502\",\"2000\"\n\"2024-06-10T21:00:00.000Z\",\"0\",\"0.000521\",\"2000\"\n\"2024-06-10T21:05:00.000Z\",\"0\",\"0.00047\",\"2000\"\n\"2024-06-10T21:10:00.000Z\",\"0\",\"0.000508\",\"2000\"\n\"2024-06-10T21:15:00.000Z\",\"0\",\"0.000507\",\"2000\"\n\"2024-06-10T21:20:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-10T21:25:00.000Z\",\"0\",\"0.000466\",\"2000\"\n\"2024-06-10T21:30:00.000Z\",\"0\",\"0.000466\",\"2000\"\n\"2024-06-10T21:35:00.000Z\",\"0\",\"0.00048\",\"2000\"\n\"2024-06-10T21:40:00.000Z\",\"0\",\"0.000497\",\"2000\"\n\"2024-06-10T21:45:00.000Z\",\"0\",\"0.000527\",\"2000\"\n\"2024-06-10T21:50:00.000Z\",\"0\",\"0.000474\",\"2000\"\n\"2024-06-10T21:55:00.000Z\",\"0\",\"0.000485\",\"2000\"\n\"2024-06-10T22:00:00.000Z\",\"0\",\"0.000462\",\"2000\"\n\"2024-06-10T22:05:00.000Z\",\"0\",\"0.000462\",\"2000\"\n\"2024-06-10T22:10:00.000Z\",\"0\",\"0.000498\",\"2000\"\n\"2024-06-10T22:15:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-10T22:20:00.000Z\",\"0\",\"0.000485\",\"2000\"\n\"2024-06-10T22:25:00.000Z\",\"0\",\"0.000466\",\"2000\"\n\"2024-06-10T22:30:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-10T22:35:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-10T22:40:00.000Z\",\"0\",\"0.000394\",\"2000\"\n\"2024-06-10T22:45:00.000Z\",\"0\",\"0.000476\",\"2000\"\n\"2024-06-10T22:50:00.000Z\",\"0\",\"0.000466\",\"2000\"\n\"2024-06-10T22:55:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-10T23:00:00.000Z\",\"0\",\"0.000476\",\"2000\"\n\"2024-06-10T23:05:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-10T23:10:00.000Z\",\"0\",\"0.000483\",\"2000\"\n\"2024-06-10T23:15:00.000Z\",\"0\",\"0.000517\",\"2000\"\n\"2024-06-10T23:20:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-10T23:25:00.000Z\",\"0\",\"0.00053\",\"2000\"\n\"2024-06-10T23:30:00.000Z\",\"0\",\"0.000499\",\"2000\"\n\"2024-06-10T23:35:00.000Z\",\"0\",\"0.000498\",\"2000\"\n\"2024-06-10T23:40:00.000Z\",\"0\",\"0.00046\",\"2000\"\n\"2024-06-10T23:45:00.000Z\",\"0\",\"0.000474\",\"2000\"\n\"2024-06-10T23:50:00.000Z\",\"0\",\"0.000501\",\"2000\"\n\"2024-06-10T23:55:00.000Z\",\"0\",\"0.000439\",\"2000\"\n\"2024-06-11T00:00:00.000Z\",\"0\",\"0.000521\",\"2000\"\n\"2024-06-11T00:05:00.000Z\",\"0\",\"0.000439\",\"2000\"\n\"2024-06-11T00:10:00.000Z\",\"0\",\"0.000525\",\"2000\"\n\"2024-06-11T00:15:00.000Z\",\"0\",\"0.000521\",\"2000\"\n\"2024-06-11T00:20:00.000Z\",\"0\",\"0.000497\",\"2000\"\n\"2024-06-11T00:25:00.000Z\",\"0\",\"0.000507\",\"2000\"\n\"2024-06-11T00:30:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-11T00:35:00.000Z\",\"0\",\"0.00056\",\"2000\"\n\"2024-06-11T00:40:00.000Z\",\"0\",\"0.000532\",\"2000\"\n\"2024-06-11T00:45:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-11T00:50:00.000Z\",\"0\",\"0.000456\",\"2000\"\n\"2024-06-11T00:55:00.000Z\",\"0\",\"0.000501\",\"2000\"\n\"2024-06-11T01:00:00.000Z\",\"0\",\"0.000465\",\"2000\"\n\"2024-06-11T01:05:00.000Z\",\"0\",\"0.000507\",\"2000\"\n\"2024-06-11T01:10:00.000Z\",\"0\",\"0.000516\",\"2000\"\n\"2024-06-11T01:15:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-11T01:20:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-11T01:25:00.000Z\",\"0\",\"0.000498\",\"2000\"\n\"2024-06-11T01:30:00.000Z\",\"0\",\"0.00048\",\"2000\"\n\"2024-06-11T01:35:00.000Z\",\"0\",\"0.000489\",\"2000\"\n\"2024-06-11T01:40:00.000Z\",\"0\",\"0.000439\",\"2000\"\n\"2024-06-11T01:45:00.000Z\",\"0\",\"0.000485\",\"2000\"\n\"2024-06-11T01:50:00.000Z\",\"0\",\"0.000489\",\"2000\"\n\"2024-06-11T01:55:00.000Z\",\"0\",\"0.000457\",\"2000\"\n\"2024-06-11T02:00:00.000Z\",\"0\",\"0.000499\",\"2000\"\n\"2024-06-11T02:05:00.000Z\",\"0\",\"0.000438\",\"2000\"\n\"2024-06-11T02:10:00.000Z\",\"0\",\"0.000457\",\"2000\"\n\"2024-06-11T02:15:00.000Z\",\"0\",\"0.000498\",\"2000\"\n\"2024-06-11T02:20:00.000Z\",\"0\",\"0.000499\",\"2000\"\n\"2024-06-11T02:25:00.000Z\",\"0\",\"0.000543\",\"2000\"\n\"2024-06-11T02:30:00.000Z\",\"0\",\"0.000485\",\"2000\"\n\"2024-06-11T02:35:00.000Z\",\"0\",\"0.000466\",\"2000\"\n\"2024-06-11T02:40:00.000Z\",\"0\",\"0.000498\",\"2000\"\n\"2024-06-11T02:45:00.000Z\",\"0\",\"0.000525\",\"2000\"\n\"2024-06-11T02:50:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-11T02:55:00.000Z\",\"0\",\"0.000483\",\"2000\"\n\"2024-06-11T03:00:00.000Z\",\"0\",\"0.000486\",\"2000\"\n\"2024-06-11T03:05:00.000Z\",\"0\",\"0.000519\",\"2000\"\n\"2024-06-11T03:10:00.000Z\",\"0\",\"0.000509\",\"2000\"\n\"2024-06-11T03:15:00.000Z\",\"0\",\"0.0005\",\"2000\"\n\"2024-06-11T03:20:00.000Z\",\"0\",\"0.000483\",\"2000\"\n\"2024-06-11T03:25:00.000Z\",\"0\",\"0.000485\",\"2000\"\n\"2024-06-11T03:30:00.000Z\",\"0\",\"0.000516\",\"2000\"\n\"2024-06-11T03:35:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-11T03:40:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-11T03:45:00.000Z\",\"0\",\"0.000485\",\"2000\"\n\"2024-06-11T03:50:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-11T03:55:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-11T04:00:00.000Z\",\"0\",\"0.000507\",\"2000\"\n\"2024-06-11T04:05:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-11T04:10:00.000Z\",\"0\",\"0.000543\",\"2000\"\n\"2024-06-11T04:15:00.000Z\",\"0\",\"0.000489\",\"2000\"\n\"2024-06-11T04:20:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-11T04:25:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-11T04:30:00.000Z\",\"0\",\"0.000483\",\"2000\"\n\"2024-06-11T04:35:00.000Z\",\"0\",\"0.000518\",\"2000\"\n\"2024-06-11T04:40:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-11T04:45:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-11T04:50:00.000Z\",\"0\",\"0.000462\",\"2000\"\n\"2024-06-11T04:55:00.000Z\",\"0\",\"0.000521\",\"2000\"\n\"2024-06-11T05:00:00.000Z\",\"0\",\"0.000516\",\"2000\"\n\"2024-06-11T05:05:00.000Z\",\"0\",\"0.000476\",\"2000\"\n\"2024-06-11T05:10:00.000Z\",\"0\",\"0.000428\",\"2000\"\n\"2024-06-11T05:15:00.000Z\",\"0\",\"0.000482\",\"2000\"\n\"2024-06-11T05:20:00.000Z\",\"0\",\"0.000457\",\"2000\"\n\"2024-06-11T05:25:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-11T05:30:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-11T05:35:00.000Z\",\"0\",\"0.000448\",\"2000\"\n\"2024-06-11T05:40:00.000Z\",\"0\",\"0.000507\",\"2000\"\n\"2024-06-11T05:45:00.000Z\",\"0\",\"0.000466\",\"2000\"\n\"2024-06-11T05:50:00.000Z\",\"0\",\"0.00051\",\"2000\"\n\"2024-06-11T05:55:00.000Z\",\"0\",\"0.000476\",\"2000\"\n\"2024-06-11T06:00:00.000Z\",\"0\",\"0.00054\",\"2000\"\n\"2024-06-11T06:05:00.000Z\",\"0\",\"0.00053\",\"2000\"\n\"2024-06-11T06:10:00.000Z\",\"0\",\"0.000462\",\"2000\"\n\"2024-06-11T06:15:00.000Z\",\"0\",\"0.000507\",\"2000\"\n\"2024-06-11T06:20:00.000Z\",\"0\",\"0.000526\",\"2000\"\n\"2024-06-11T06:25:00.000Z\",\"0\",\"0.000453\",\"2000\"\n\"2024-06-11T06:30:00.000Z\",\"0\",\"0.000548\",\"2000\"\n\"2024-06-11T06:35:00.000Z\",\"0\",\"0.000476\",\"2000\"\n\"2024-06-11T06:40:00.000Z\",\"0\",\"0.000465\",\"2000\"\n\"2024-06-11T06:45:00.000Z\",\"0\",\"0.000473\",\"2000\"\n\"2024-06-11T06:50:00.000Z\",\"0\",\"0.000466\",\"2000\"\n\"2024-06-11T06:55:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-11T07:00:00.000Z\",\"0\",\"0.000521\",\"2000\"\n\"2024-06-11T07:05:00.000Z\",\"0\",\"0.000552\",\"2000\"\n\"2024-06-11T07:10:00.000Z\",\"0\",\"0.000489\",\"2000\"\n\"2024-06-11T07:15:00.000Z\",\"0\",\"0.000489\",\"2000\"\n\"2024-06-11T07:20:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-11T07:25:00.000Z\",\"0\",\"0.000485\",\"2000\"\n\"2024-06-11T07:30:00.000Z\",\"0\",\"0.000521\",\"2000\"\n\"2024-06-11T07:35:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-11T07:40:00.000Z\",\"0\",\"0.000534\",\"2000\"\n\"2024-06-11T07:45:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-11T07:50:00.000Z\",\"0\",\"0.000498\",\"2000\"\n\"2024-06-11T07:55:00.000Z\",\"0\",\"0.000476\",\"2000\"\n\"2024-06-11T08:00:00.000Z\",\"0\",\"0.000485\",\"2000\"\n\"2024-06-11T08:05:00.000Z\",\"0\",\"0.00048\",\"2000\"\n\"2024-06-11T08:10:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-11T08:15:00.000Z\",\"0\",\"0.000485\",\"2000\"\n\"2024-06-11T08:20:00.000Z\",\"0\",\"0.000498\",\"2000\"\n\"2024-06-11T08:25:00.000Z\",\"0\",\"0.000485\",\"2000\"\n\"2024-06-11T08:30:00.000Z\",\"0\",\"0.000521\",\"2000\"\n\"2024-06-11T08:35:00.000Z\",\"0\",\"0.000507\",\"2000\"\n\"2024-06-11T08:40:00.000Z\",\"0\",\"0.00048\",\"2000\"\n\"2024-06-11T08:45:00.000Z\",\"0\",\"0.000488\",\"2000\"\n\"2024-06-11T08:50:00.000Z\",\"0\",\"0.000508\",\"2000\"\n\"2024-06-11T08:55:00.000Z\",\"0\",\"0.000498\",\"2000\"\n\"2024-06-11T09:00:00.000Z\",\"0\",\"0.000483\",\"2000\"\n\"2024-06-11T09:05:00.000Z\",\"0\",\"0.000456\",\"2000\"\n\"2024-06-11T09:10:00.000Z\",\"0\",\"0.000527\",\"2000\"\n\"2024-06-11T09:15:00.000Z\",\"0\",\"0.000461\",\"2000\"\n\"2024-06-11T09:20:00.000Z\",\"0\",\"0.000483\",\"2000\"\n\"2024-06-11T09:25:00.000Z\",\"0\",\"0.000519\",\"2000\"\n\"2024-06-11T09:30:00.000Z\",\"0\",\"0.00049\",\"2000\"\n\"2024-06-11T09:35:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-11T09:40:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-11T09:45:00.000Z\",\"0\",\"0.00049\",\"2000\"\n\"2024-06-11T09:50:00.000Z\",\"0\",\"0.000505\",\"2000\"\n\"2024-06-11T09:55:00.000Z\",\"0\",\"0.000463\",\"2000\"\n\"2024-06-11T10:00:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-11T10:05:00.000Z\",\"0\",\"0.000507\",\"2000\"\n\"2024-06-11T10:10:00.000Z\",\"0\",\"0.000483\",\"2000\"\n\"2024-06-11T10:15:00.000Z\",\"0\",\"0.000509\",\"2000\"\n\"2024-06-11T10:20:00.000Z\",\"0\",\"0.000474\",\"2000\"\n\"2024-06-11T10:25:00.000Z\",\"0\",\"0.000523\",\"2000\"\n\"2024-06-11T10:30:00.000Z\",\"0\",\"0.000489\",\"2000\"\n\"2024-06-11T10:35:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-11T10:40:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-11T10:45:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-11T10:50:00.000Z\",\"0\",\"0.000525\",\"2000\"\n\"2024-06-11T10:55:00.000Z\",\"0\",\"0.000519\",\"2000\"\n\"2024-06-11T11:00:00.000Z\",\"0\",\"0.000495\",\"2000\"\n\"2024-06-11T11:05:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-11T11:10:00.000Z\",\"0\",\"0.000476\",\"2000\"\n\"2024-06-11T11:15:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-11T11:20:00.000Z\",\"0\",\"0.000516\",\"2000\"\n\"2024-06-11T11:25:00.000Z\",\"0\",\"0.000462\",\"2000\"\n\"2024-06-11T11:30:00.000Z\",\"0\",\"0.000453\",\"2000\"\n\"2024-06-11T11:35:00.000Z\",\"0\",\"0.000457\",\"2000\"\n\"2024-06-11T11:40:00.000Z\",\"0\",\"0.000489\",\"2000\"\n\"2024-06-11T11:45:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-11T11:50:00.000Z\",\"0\",\"0.00049\",\"2000\"\n\"2024-06-11T11:55:00.000Z\",\"0\",\"0.000488\",\"2000\"\n\"2024-06-11T12:00:00.000Z\",\"0\",\"0.000525\",\"2000\"\n\"2024-06-11T12:05:00.000Z\",\"0\",\"0.000448\",\"2000\"\n\"2024-06-11T12:10:00.000Z\",\"0\",\"0.000451\",\"2000\"\n\"2024-06-11T12:15:00.000Z\",\"0\",\"0.000459\",\"2000\"\n\"2024-06-11T12:20:00.000Z\",\"0\",\"0.000489\",\"2000\"\n\"2024-06-11T12:25:00.000Z\",\"0\",\"0.000476\",\"2000\"\n\"2024-06-11T12:30:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-11T12:35:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-11T12:40:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-11T12:45:00.000Z\",\"0\",\"0.000483\",\"2000\"\n\"2024-06-11T12:50:00.000Z\",\"0\",\"0.000486\",\"2000\"\n\"2024-06-11T12:55:00.000Z\",\"0\",\"0.000526\",\"2000\"\n\"2024-06-11T13:00:00.000Z\",\"0\",\"0.000492\",\"2000\"\n\"2024-06-11T13:05:00.000Z\",\"0\",\"0.000499\",\"2000\"\n\"2024-06-11T13:10:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-11T13:15:00.000Z\",\"0\",\"0.000476\",\"2000\"\n\"2024-06-11T13:20:00.000Z\",\"0\",\"0.000407\",\"2000\"\n\"2024-06-11T13:25:00.000Z\",\"0\",\"0.000521\",\"2000\"\n\"2024-06-11T13:30:00.000Z\",\"0\",\"0.00048\",\"2000\"\n\"2024-06-11T13:35:00.000Z\",\"0\",\"0.000476\",\"2000\"\n\"2024-06-11T13:40:00.000Z\",\"0\",\"0.000485\",\"2000\"\n\"2024-06-11T13:45:00.000Z\",\"0\",\"0.000498\",\"2000\"\n\"2024-06-11T13:50:00.000Z\",\"0\",\"0.000466\",\"2000\"\n\"2024-06-11T13:55:00.000Z\",\"0\",\"0.000476\",\"2000\"\n\"2024-06-11T14:00:00.000Z\",\"0\",\"0.000516\",\"2000\"\n\"2024-06-11T14:05:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-11T14:10:00.000Z\",\"0\",\"0.000548\",\"2000\"\n\"2024-06-11T14:15:00.000Z\",\"0\",\"0.000466\",\"2000\"\n\"2024-06-11T14:20:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-11T14:25:00.000Z\",\"0\",\"0.000459\",\"2000\"\n\"2024-06-11T14:30:00.000Z\",\"0\",\"0.000469\",\"2000\"\n\"2024-06-11T14:35:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-11T14:40:00.000Z\",\"0\",\"0.00055\",\"2000\"\n\"2024-06-11T14:45:00.000Z\",\"0\",\"0.000523\",\"2000\"\n\"2024-06-11T14:50:00.000Z\",\"0\",\"0.00053\",\"2000\"\n\"2024-06-11T14:55:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-11T15:00:00.000Z\",\"0\",\"0.000453\",\"2000\"\n\"2024-06-11T15:05:00.000Z\",\"0\",\"0.000534\",\"2000\"\n\"2024-06-11T15:10:00.000Z\",\"0\",\"0.000521\",\"2000\"\n\"2024-06-11T15:15:00.000Z\",\"0\",\"0.000517\",\"2000\"\n\"2024-06-11T15:20:00.000Z\",\"0\",\"0.000489\",\"2000\"\n\"2024-06-11T15:25:00.000Z\",\"0\",\"0.000489\",\"2000\"\n\"2024-06-11T15:30:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-11T15:35:00.000Z\",\"0\",\"0.000457\",\"2000\"\n\"2024-06-11T15:40:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-11T15:45:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-11T15:50:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-11T15:55:00.000Z\",\"0\",\"0.000443\",\"2000\"\n\"2024-06-11T16:00:00.000Z\",\"0\",\"0.000457\",\"2000\"\n\"2024-06-11T16:05:00.000Z\",\"0\",\"0.000434\",\"2000\"\n\"2024-06-11T16:10:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-11T16:15:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-11T16:20:00.000Z\",\"0\",\"0.00048\",\"2000\"\n\"2024-06-11T16:25:00.000Z\",\"0\",\"0.000489\",\"2000\"\n\"2024-06-11T16:30:00.000Z\",\"0\",\"0.00051\",\"2000\"\n\"2024-06-11T16:35:00.000Z\",\"0\",\"0.000466\",\"2000\"\n\"2024-06-11T16:40:00.000Z\",\"0\",\"0.00054\",\"2000\"\n\"2024-06-11T16:45:00.000Z\",\"0\",\"0.000516\",\"2000\"\n\"2024-06-11T16:50:00.000Z\",\"0\",\"0.000528\",\"2000\"\n\"2024-06-11T16:55:00.000Z\",\"0\",\"0.000533\",\"2000\"\n\"2024-06-11T17:00:00.000Z\",\"0\",\"0.00056\",\"2000\"\n\"2024-06-11T17:05:00.000Z\",\"0\",\"0.000491\",\"2000\"\n\"2024-06-11T17:10:00.000Z\",\"0\",\"0.000524\",\"2000\"\n\"2024-06-11T17:15:00.000Z\",\"0\",\"0.000527\",\"2000\"\n\"2024-06-11T17:20:00.000Z\",\"0\",\"0.000525\",\"2000\"\n\"2024-06-11T17:25:00.000Z\",\"0\",\"0.00053\",\"2000\"\n\"2024-06-11T17:30:00.000Z\",\"0\",\"0.000466\",\"2000\"\n\"2024-06-11T17:35:00.000Z\",\"0\",\"0.000476\",\"2000\"\n\"2024-06-11T17:40:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-11T17:45:00.000Z\",\"0\",\"0.000495\",\"2000\"\n\"2024-06-11T17:50:00.000Z\",\"0\",\"0.000485\",\"2000\"\n\"2024-06-11T17:55:00.000Z\",\"0\",\"0.000514\",\"2000\"\n\"2024-06-11T18:00:00.000Z\",\"0\",\"0.000472\",\"2000\"\n\"2024-06-11T18:05:00.000Z\",\"0\",\"0.000497\",\"2000\"\n\"2024-06-11T18:10:00.000Z\",\"0\",\"0.000521\",\"2000\"\n\"2024-06-11T18:15:00.000Z\",\"0\",\"0.000507\",\"2000\"\n\"2024-06-11T18:20:00.000Z\",\"0\",\"0.000537\",\"2000\"\n\"2024-06-11T18:25:00.000Z\",\"0\",\"0.000521\",\"2000\"\n\"2024-06-11T18:30:00.000Z\",\"0\",\"0.000409\",\"2000\"\n\"2024-06-11T18:35:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-11T18:40:00.000Z\",\"0\",\"0.000468\",\"2000\"\n\"2024-06-11T18:45:00.000Z\",\"0\",\"0.00051\",\"2000\"\n\"2024-06-11T18:50:00.000Z\",\"0\",\"0.000485\",\"2000\"\n\"2024-06-11T18:55:00.000Z\",\"0\",\"0.000516\",\"2000\"\n\"2024-06-11T19:00:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-11T19:05:00.000Z\",\"0\",\"0.000462\",\"2000\"\n\"2024-06-11T19:10:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-11T19:15:00.000Z\",\"0\",\"0.000485\",\"2000\"\n\"2024-06-11T19:20:00.000Z\",\"0\",\"0.000471\",\"2000\"\n\"2024-06-11T19:25:00.000Z\",\"0\",\"0.000485\",\"2000\"\n\"2024-06-11T19:30:00.000Z\",\"0\",\"0.000488\",\"2000\"\n\"2024-06-11T19:35:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-11T19:40:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-11T19:45:00.000Z\",\"0\",\"0.000457\",\"2000\"\n\"2024-06-11T19:50:00.000Z\",\"0\",\"0.000508\",\"2000\"\n\"2024-06-11T19:55:00.000Z\",\"0\",\"0.000502\",\"2000\"\n\"2024-06-11T20:00:00.000Z\",\"0\",\"0.000482\",\"2000\"\n\"2024-06-11T20:05:00.000Z\",\"0\",\"0.000519\",\"2000\"\n\"2024-06-11T20:10:00.000Z\",\"0\",\"0.000532\",\"2000\"\n\"2024-06-11T20:15:00.000Z\",\"0\",\"0.000487\",\"2000\"\n\"2024-06-11T20:20:00.000Z\",\"0\",\"0.000534\",\"2000\"\n\"2024-06-11T20:25:00.000Z\",\"0\",\"0.00048\",\"2000\"\n\"2024-06-11T20:30:00.000Z\",\"0\",\"0.000476\",\"2000\"\n\"2024-06-11T20:35:00.000Z\",\"0\",\"0.00048\",\"2000\"\n\"2024-06-11T20:40:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-11T20:45:00.000Z\",\"0\",\"0.000498\",\"2000\"\n\"2024-06-11T20:50:00.000Z\",\"0\",\"0.000519\",\"2000\"\n\"2024-06-11T20:55:00.000Z\",\"0\",\"0.000491\",\"2000\"\n\"2024-06-11T21:00:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-11T21:05:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-11T21:10:00.000Z\",\"0\",\"0.000498\",\"2000\"\n\"2024-06-11T21:15:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-11T21:20:00.000Z\",\"0\",\"0.000452\",\"2000\"\n\"2024-06-11T21:25:00.000Z\",\"0\",\"0.000526\",\"2000\"\n\"2024-06-11T21:30:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-11T21:35:00.000Z\",\"0\",\"0.00053\",\"2000\"\n\"2024-06-11T21:40:00.000Z\",\"0\",\"0.000523\",\"2000\"\n\"2024-06-11T21:45:00.000Z\",\"0\",\"0.000469\",\"2000\"\n\"2024-06-11T21:50:00.000Z\",\"0\",\"0.000507\",\"2000\"\n\"2024-06-11T21:55:00.000Z\",\"0\",\"0.000485\",\"2000\"\n\"2024-06-11T22:00:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-11T22:05:00.000Z\",\"0\",\"0.000477\",\"2000\"\n\"2024-06-11T22:10:00.000Z\",\"0\",\"0.000474\",\"2000\"\n\"2024-06-11T22:15:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-11T22:20:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-11T22:25:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-11T22:30:00.000Z\",\"0\",\"0.000507\",\"2000\"\n\"2024-06-11T22:35:00.000Z\",\"0\",\"0.000487\",\"2000\"\n\"2024-06-11T22:40:00.000Z\",\"0\",\"0.000518\",\"2000\"\n\"2024-06-11T22:45:00.000Z\",\"0\",\"0.000526\",\"2000\"\n\"2024-06-11T22:50:00.000Z\",\"0\",\"0.000489\",\"2000\"\n\"2024-06-11T22:55:00.000Z\",\"0\",\"0.00048\",\"2000\"\n\"2024-06-11T23:00:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-11T23:05:00.000Z\",\"0\",\"0.000501\",\"2000\"\n\"2024-06-11T23:10:00.000Z\",\"0\",\"0.000527\",\"2000\"\n\"2024-06-11T23:15:00.000Z\",\"0\",\"0.000485\",\"2000\"\n\"2024-06-11T23:20:00.000Z\",\"0\",\"0.000476\",\"2000\"\n\"2024-06-11T23:25:00.000Z\",\"0\",\"0.000543\",\"2000\"\n\"2024-06-11T23:30:00.000Z\",\"0\",\"0.000506\",\"2000\"\n\"2024-06-11T23:35:00.000Z\",\"0\",\"0.000498\",\"2000\"\n\"2024-06-11T23:40:00.000Z\",\"0\",\"0.000484\",\"2000\"\n\"2024-06-11T23:45:00.000Z\",\"0\",\"0.000549\",\"2000\"\n\"2024-06-11T23:50:00.000Z\",\"0\",\"0.000485\",\"2000\"\n\"2024-06-11T23:55:00.000Z\",\"0\",\"0.000514\",\"2000\"\n\"2024-06-12T00:00:00.000Z\",\"0\",\"0.000492\",\"2000\"\n\"2024-06-12T00:05:00.000Z\",\"0\",\"0.000521\",\"2000\"\n\"2024-06-12T00:10:00.000Z\",\"0\",\"0.000412\",\"2000\"\n\"2024-06-12T00:15:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-12T00:20:00.000Z\",\"0\",\"0.000481\",\"2000\"\n\"2024-06-12T00:25:00.000Z\",\"0\",\"0.000515\",\"2000\"\n\"2024-06-12T00:30:00.000Z\",\"0\",\"0.000485\",\"2000\"\n\"2024-06-12T00:35:00.000Z\",\"0\",\"0.000531\",\"2000\"\n\"2024-06-12T00:40:00.000Z\",\"0\",\"0.000497\",\"2000\"\n\"2024-06-12T00:45:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-12T00:50:00.000Z\",\"0\",\"0.000521\",\"2000\"\n\"2024-06-12T00:55:00.000Z\",\"0\",\"0.000498\",\"2000\"\n\"2024-06-12T01:00:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-12T01:05:00.000Z\",\"0\",\"0.000498\",\"2000\"\n\"2024-06-12T01:10:00.000Z\",\"0\",\"0.00053\",\"2000\"\n\"2024-06-12T01:15:00.000Z\",\"0\",\"0.00048\",\"2000\"\n\"2024-06-12T01:20:00.000Z\",\"0\",\"0.000485\",\"2000\"\n\"2024-06-12T01:25:00.000Z\",\"0\",\"0.000546\",\"2000\"\n\"2024-06-12T01:30:00.000Z\",\"0\",\"0.000505\",\"2000\"\n\"2024-06-12T01:35:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-12T01:40:00.000Z\",\"0\",\"0.000548\",\"2000\"\n\"2024-06-12T01:45:00.000Z\",\"0\",\"0.000479\",\"2000\"\n\"2024-06-12T01:50:00.000Z\",\"0\",\"0.000485\",\"2000\"\n\"2024-06-12T01:55:00.000Z\",\"0\",\"0.00043\",\"2000\"\n\"2024-06-12T02:00:00.000Z\",\"0\",\"0.000489\",\"2000\"\n\"2024-06-12T02:05:00.000Z\",\"0\",\"0.000485\",\"2000\"\n\"2024-06-12T02:10:00.000Z\",\"0\",\"0.000471\",\"2000\"\n\"2024-06-12T02:15:00.000Z\",\"0\",\"0.000476\",\"2000\"\n\"2024-06-12T02:20:00.000Z\",\"0\",\"0.000476\",\"2000\"\n\"2024-06-12T02:25:00.000Z\",\"0\",\"0.000534\",\"2000\"\n\"2024-06-12T02:30:00.000Z\",\"0\",\"0.00048\",\"2000\"\n\"2024-06-12T02:35:00.000Z\",\"0\",\"0.00048\",\"2000\"\n\"2024-06-12T02:40:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-12T02:45:00.000Z\",\"0\",\"0.000495\",\"2000\"\n\"2024-06-12T02:50:00.000Z\",\"0\",\"0.000528\",\"2000\"\n\"2024-06-12T02:55:00.000Z\",\"0\",\"0.000521\",\"2000\"\n\"2024-06-12T03:00:00.000Z\",\"0\",\"0.000485\",\"2000\"\n\"2024-06-12T03:05:00.000Z\",\"0\",\"0.000516\",\"2000\"\n\"2024-06-12T03:10:00.000Z\",\"0\",\"0.000525\",\"2000\"\n\"2024-06-12T03:15:00.000Z\",\"0\",\"0.000497\",\"2000\"\n\"2024-06-12T03:20:00.000Z\",\"0\",\"0.000477\",\"2000\"\n\"2024-06-12T03:25:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-12T03:30:00.000Z\",\"0\",\"0.000505\",\"2000\"\n\"2024-06-12T03:35:00.000Z\",\"0\",\"0.000491\",\"2000\"\n\"2024-06-12T03:40:00.000Z\",\"0\",\"0.000533\",\"2000\"\n\"2024-06-12T03:45:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-12T03:50:00.000Z\",\"0\",\"0.000485\",\"2000\"\n\"2024-06-12T03:55:00.000Z\",\"0\",\"0.000466\",\"2000\"\n\"2024-06-12T04:00:00.000Z\",\"0\",\"0.000443\",\"2000\"\n\"2024-06-12T04:05:00.000Z\",\"0\",\"0.000505\",\"2000\"\n\"2024-06-12T04:10:00.000Z\",\"0\",\"0.000532\",\"2000\"\n\"2024-06-12T04:15:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-12T04:20:00.000Z\",\"0\",\"0.000501\",\"2000\"\n\"2024-06-12T04:25:00.000Z\",\"0\",\"0.00045\",\"2000\"\n\"2024-06-12T04:30:00.000Z\",\"0\",\"0.000434\",\"2000\"\n\"2024-06-12T04:35:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-12T04:40:00.000Z\",\"0\",\"0.000521\",\"2000\"\n\"2024-06-12T04:45:00.000Z\",\"0\",\"0.000498\",\"2000\"\n\"2024-06-12T04:50:00.000Z\",\"0\",\"0.000527\",\"2000\"\n\"2024-06-12T04:55:00.000Z\",\"0\",\"0.00047\",\"2000\"\n\"2024-06-12T05:00:00.000Z\",\"0\",\"0.000502\",\"2000\"\n\"2024-06-12T05:05:00.000Z\",\"0\",\"0.000476\",\"2000\"\n\"2024-06-12T05:10:00.000Z\",\"0\",\"0.000508\",\"2000\"\n\"2024-06-12T05:15:00.000Z\",\"0\",\"0.000497\",\"2000\"\n\"2024-06-12T05:20:00.000Z\",\"0\",\"0.00051\",\"2000\"\n\"2024-06-12T05:25:00.000Z\",\"0\",\"0.000518\",\"2000\"\n\"2024-06-12T05:30:00.000Z\",\"0\",\"0.000466\",\"2000\"\n\"2024-06-12T05:35:00.000Z\",\"0\",\"0.000492\",\"2000\"\n\"2024-06-12T05:40:00.000Z\",\"0\",\"0.000476\",\"2000\"\n\"2024-06-12T05:45:00.000Z\",\"0\",\"0.000491\",\"2000\"\n\"2024-06-12T05:50:00.000Z\",\"0\",\"0.000519\",\"2000\"\n\"2024-06-12T05:55:00.000Z\",\"0\",\"0.000516\",\"2000\"\n\"2024-06-12T06:00:00.000Z\",\"0\",\"0.000476\",\"2000\"\n\"2024-06-12T06:05:00.000Z\",\"0\",\"0.000485\",\"2000\"\n\"2024-06-12T06:10:00.000Z\",\"0\",\"0.000492\",\"2000\"\n\"2024-06-12T06:15:00.000Z\",\"0\",\"0.000495\",\"2000\"\n\"2024-06-12T06:20:00.000Z\",\"0\",\"0.000489\",\"2000\"\n\"2024-06-12T06:25:00.000Z\",\"0\",\"0.000498\",\"2000\"\n\"2024-06-12T06:30:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-12T06:35:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-12T06:40:00.000Z\",\"0\",\"0.000525\",\"2000\"\n\"2024-06-12T06:45:00.000Z\",\"0\",\"0.000485\",\"2000\"\n\"2024-06-12T06:50:00.000Z\",\"0\",\"0.000507\",\"2000\"\n\"2024-06-12T06:55:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-12T07:00:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-12T07:05:00.000Z\",\"0\",\"0.0005\",\"2000\"\n\"2024-06-12T07:10:00.000Z\",\"0\",\"0.000492\",\"2000\"\n\"2024-06-12T07:15:00.000Z\",\"0\",\"0.000497\",\"2000\"\n\"2024-06-12T07:20:00.000Z\",\"0\",\"0.000483\",\"2000\"\n\"2024-06-12T07:25:00.000Z\",\"0\",\"0.000463\",\"2000\"\n\"2024-06-12T07:30:00.000Z\",\"0\",\"0.000521\",\"2000\"\n\"2024-06-12T07:35:00.000Z\",\"0\",\"0.000523\",\"2000\"\n\"2024-06-12T07:40:00.000Z\",\"0\",\"0.000464\",\"2000\"\n\"2024-06-12T07:45:00.000Z\",\"0\",\"0.000521\",\"2000\"\n\"2024-06-12T07:50:00.000Z\",\"0\",\"0.000536\",\"2000\"\n\"2024-06-12T07:55:00.000Z\",\"0\",\"0.000456\",\"2000\"\n\"2024-06-12T08:00:00.000Z\",\"0\",\"0.000476\",\"2000\"\n\"2024-06-12T08:05:00.000Z\",\"0\",\"0.000498\",\"2000\"\n\"2024-06-12T08:10:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-12T08:15:00.000Z\",\"0\",\"0.000463\",\"2000\"\n\"2024-06-12T08:20:00.000Z\",\"0\",\"0.000438\",\"2000\"\n\"2024-06-12T08:25:00.000Z\",\"0\",\"0.000489\",\"2000\"\n\"2024-06-12T08:30:00.000Z\",\"0\",\"0.000498\",\"2000\"\n\"2024-06-12T08:35:00.000Z\",\"0\",\"0.00053\",\"2000\"\n\"2024-06-12T08:40:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-12T08:45:00.000Z\",\"0\",\"0.000499\",\"2000\"\n\"2024-06-12T08:50:00.000Z\",\"0\",\"0.000483\",\"2000\"\n\"2024-06-12T08:55:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-12T09:00:00.000Z\",\"0\",\"0.000552\",\"2000\"\n\"2024-06-12T09:05:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-12T09:10:00.000Z\",\"0\",\"0.000514\",\"2000\"\n\"2024-06-12T09:15:00.000Z\",\"0\",\"0.000497\",\"2000\"\n\"2024-06-12T09:20:00.000Z\",\"0\",\"0.000465\",\"2000\"\n\"2024-06-12T09:25:00.000Z\",\"0\",\"0.000496\",\"2000\"\n\"2024-06-12T09:30:00.000Z\",\"0\",\"0.000514\",\"2000\"\n\"2024-06-12T09:35:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-12T09:40:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-12T09:45:00.000Z\",\"0\",\"0.000489\",\"2000\"\n\"2024-06-12T09:50:00.000Z\",\"0\",\"0.000521\",\"2000\"\n\"2024-06-12T09:55:00.000Z\",\"0\",\"0.000485\",\"2000\"\n\"2024-06-12T10:00:00.000Z\",\"0\",\"0.000548\",\"2000\"\n\"2024-06-12T10:05:00.000Z\",\"0\",\"0.000516\",\"2000\"\n\"2024-06-12T10:10:00.000Z\",\"0\",\"0.000485\",\"2000\"\n\"2024-06-12T10:15:00.000Z\",\"0\",\"0.000498\",\"2000\"\n\"2024-06-12T10:20:00.000Z\",\"0\",\"0.000508\",\"2000\"\n\"2024-06-12T10:25:00.000Z\",\"0\",\"0.000463\",\"2000\"\n\"2024-06-12T10:30:00.000Z\",\"0\",\"0.00052\",\"2000\"\n\"2024-06-12T10:35:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-12T10:40:00.000Z\",\"0\",\"0.000525\",\"2000\"\n\"2024-06-12T10:45:00.000Z\",\"0\",\"0.000515\",\"2000\"\n\"2024-06-12T10:50:00.000Z\",\"0\",\"0.000541\",\"2000\"\n\"2024-06-12T10:55:00.000Z\",\"0\",\"0.000452\",\"2000\"\n\"2024-06-12T11:00:00.000Z\",\"0\",\"0.000485\",\"2000\"\n\"2024-06-12T11:05:00.000Z\",\"0\",\"0.000516\",\"2000\"\n\"2024-06-12T11:10:00.000Z\",\"0\",\"0.000521\",\"2000\"\n\"2024-06-12T11:15:00.000Z\",\"0\",\"0.000521\",\"2000\"\n\"2024-06-12T11:20:00.000Z\",\"0\",\"0.000507\",\"2000\"\n\"2024-06-12T11:25:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-12T11:30:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-12T11:35:00.000Z\",\"0\",\"0.000498\",\"2000\"\n\"2024-06-12T11:40:00.000Z\",\"0\",\"0.00048\",\"2000\"\n\"2024-06-12T11:45:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-12T11:50:00.000Z\",\"0\",\"0.00053\",\"2000\"\n\"2024-06-12T11:55:00.000Z\",\"0\",\"0.000516\",\"2000\"\n\"2024-06-12T12:00:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-12T12:05:00.000Z\",\"0\",\"0.000485\",\"2000\"\n\"2024-06-12T12:10:00.000Z\",\"0\",\"0.000476\",\"2000\"\n\"2024-06-12T12:15:00.000Z\",\"0\",\"0.000505\",\"2000\"\n\"2024-06-12T12:20:00.000Z\",\"0\",\"0.000487\",\"2000\"\n\"2024-06-12T12:25:00.000Z\",\"0\",\"0.000521\",\"2000\"\n\"2024-06-12T12:30:00.000Z\",\"0\",\"0.000516\",\"2000\"\n\"2024-06-12T12:35:00.000Z\",\"0\",\"0.000521\",\"2000\"\n\"2024-06-12T12:40:00.000Z\",\"0\",\"0.000524\",\"2000\"\n\"2024-06-12T12:45:00.000Z\",\"0\",\"0.000489\",\"2000\"\n\"2024-06-12T12:50:00.000Z\",\"0\",\"0.00054\",\"2000\"\n\"2024-06-12T12:55:00.000Z\",\"0\",\"0.000457\",\"2000\"\n\"2024-06-12T13:00:00.000Z\",\"0\",\"0.000521\",\"2000\"\n\"2024-06-12T13:05:00.000Z\",\"0\",\"0.000516\",\"2000\"\n\"2024-06-12T13:10:00.000Z\",\"0\",\"0.000485\",\"2000\"\n\"2024-06-12T13:15:00.000Z\",\"0\",\"0.000525\",\"2000\"\n\"2024-06-12T13:20:00.000Z\",\"0\",\"0.000539\",\"2000\"\n\"2024-06-12T13:25:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-12T13:30:00.000Z\",\"0\",\"0.000489\",\"2000\"\n\"2024-06-12T13:35:00.000Z\",\"0\",\"0.000476\",\"2000\"\n\"2024-06-12T13:40:00.000Z\",\"0\",\"0.000457\",\"2000\"\n\"2024-06-12T13:45:00.000Z\",\"0\",\"0.000507\",\"2000\"\n\"2024-06-12T13:50:00.000Z\",\"0\",\"0.00048\",\"2000\"\n\"2024-06-12T13:55:00.000Z\",\"0\",\"0.000526\",\"2000\"\n\"2024-06-12T14:00:00.000Z\",\"0\",\"0.000477\",\"2000\"\n\"2024-06-12T14:05:00.000Z\",\"0\",\"0.00049\",\"2000\"\n\"2024-06-12T14:10:00.000Z\",\"0\",\"0.000495\",\"2000\"\n\"2024-06-12T14:15:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-12T14:20:00.000Z\",\"0\",\"0.000539\",\"2000\"\n\"2024-06-12T14:25:00.000Z\",\"0\",\"0.000491\",\"2000\"\n\"2024-06-12T14:30:00.000Z\",\"0\",\"0.000501\",\"2000\"\n\"2024-06-12T14:35:00.000Z\",\"0\",\"0.00053\",\"2000\"\n\"2024-06-12T14:40:00.000Z\",\"0\",\"0.00053\",\"2000\"\n\"2024-06-12T14:45:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-12T14:50:00.000Z\",\"0\",\"0.000498\",\"2000\"\n\"2024-06-12T14:55:00.000Z\",\"0\",\"0.000466\",\"2000\"\n\"2024-06-12T15:00:00.000Z\",\"0\",\"0.000534\",\"2000\"\n\"2024-06-12T15:05:00.000Z\",\"0\",\"0.000476\",\"2000\"\n\"2024-06-12T15:10:00.000Z\",\"0\",\"0.000471\",\"2000\"\n\"2024-06-12T15:15:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-12T15:20:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-12T15:25:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-12T15:30:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-12T15:35:00.000Z\",\"0\",\"0.000485\",\"2000\"\n\"2024-06-12T15:40:00.000Z\",\"0\",\"0.000493\",\"2000\"\n\"2024-06-12T15:45:00.000Z\",\"0\",\"0.000521\",\"2000\"\n\"2024-06-12T15:50:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-12T15:55:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-12T16:00:00.000Z\",\"0\",\"0.000485\",\"2000\"\n\"2024-06-12T16:05:00.000Z\",\"0\",\"0.000507\",\"2000\"\n\"2024-06-12T16:10:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-12T16:15:00.000Z\",\"0\",\"0.000519\",\"2000\"\n\"2024-06-12T16:20:00.000Z\",\"0\",\"0.000507\",\"2000\"\n\"2024-06-12T16:25:00.000Z\",\"0\",\"0.00044\",\"2000\"\n\"2024-06-12T16:30:00.000Z\",\"0\",\"0.000526\",\"2000\"\n\"2024-06-12T16:35:00.000Z\",\"0\",\"0.00051\",\"2000\"\n\"2024-06-12T16:40:00.000Z\",\"0\",\"0.000509\",\"2000\"\n\"2024-06-12T16:45:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-12T16:50:00.000Z\",\"0\",\"0.000485\",\"2000\"\n\"2024-06-12T16:55:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-12T17:00:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-12T17:05:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-12T17:10:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-12T17:15:00.000Z\",\"0\",\"0.000543\",\"2000\"\n\"2024-06-12T17:20:00.000Z\",\"0\",\"0.000479\",\"2000\"\n\"2024-06-12T17:25:00.000Z\",\"0\",\"0.000524\",\"2000\"\n\"2024-06-12T17:30:00.000Z\",\"0\",\"0.000477\",\"2000\"\n\"2024-06-12T17:35:00.000Z\",\"0\",\"0.000476\",\"2000\"\n\"2024-06-12T17:40:00.000Z\",\"0\",\"0.000548\",\"2000\"\n\"2024-06-12T17:45:00.000Z\",\"0\",\"0.000516\",\"2000\"\n\"2024-06-12T17:50:00.000Z\",\"0\",\"0.000505\",\"2000\"\n\"2024-06-12T17:55:00.000Z\",\"0\",\"0.000495\",\"2000\"\n\"2024-06-12T18:00:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-12T18:05:00.000Z\",\"0\",\"0.00048\",\"2000\"\n\"2024-06-12T18:10:00.000Z\",\"0\",\"0.000462\",\"2000\"\n\"2024-06-12T18:15:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-12T18:20:00.000Z\",\"0\",\"0.000507\",\"2000\"\n\"2024-06-12T18:25:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-12T18:30:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-12T18:35:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-12T18:40:00.000Z\",\"0\",\"0.000485\",\"2000\"\n\"2024-06-12T18:45:00.000Z\",\"0\",\"0.000541\",\"2000\"\n\"2024-06-12T18:50:00.000Z\",\"0\",\"0.000463\",\"2000\"\n\"2024-06-12T18:55:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-12T19:00:00.000Z\",\"0\",\"0.000552\",\"2000\"\n\"2024-06-12T19:05:00.000Z\",\"0\",\"0.000477\",\"2000\"\n\"2024-06-12T19:10:00.000Z\",\"0\",\"0.000523\",\"2000\"\n\"2024-06-12T19:15:00.000Z\",\"0\",\"0.000539\",\"2000\"\n\"2024-06-12T19:20:00.000Z\",\"0\",\"0.000434\",\"2000\"\n\"2024-06-12T19:25:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-12T19:30:00.000Z\",\"0\",\"0.000506\",\"2000\"\n\"2024-06-12T19:35:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-12T19:40:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-12T19:45:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-12T19:50:00.000Z\",\"0\",\"0.00053\",\"2000\"\n\"2024-06-12T19:55:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-12T20:00:00.000Z\",\"0\",\"0.000489\",\"2000\"\n\"2024-06-12T20:05:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-12T20:10:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-12T20:15:00.000Z\",\"0\",\"0.000507\",\"2000\"\n\"2024-06-12T20:20:00.000Z\",\"0\",\"0.000485\",\"2000\"\n\"2024-06-12T20:25:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-12T20:30:00.000Z\",\"0\",\"0.000529\",\"2000\"\n\"2024-06-12T20:35:00.000Z\",\"0\",\"0.000481\",\"2000\"\n\"2024-06-12T20:40:00.000Z\",\"0\",\"0.000552\",\"2000\"\n\"2024-06-12T20:45:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-12T20:50:00.000Z\",\"0\",\"0.000515\",\"2000\"\n\"2024-06-12T20:55:00.000Z\",\"0\",\"0.00049\",\"2000\"\n\"2024-06-12T21:00:00.000Z\",\"0\",\"0.000516\",\"2000\"\n\"2024-06-12T21:05:00.000Z\",\"0\",\"0.000526\",\"2000\"\n\"2024-06-12T21:10:00.000Z\",\"0\",\"0.000499\",\"2000\"\n\"2024-06-12T21:15:00.000Z\",\"0\",\"0.000492\",\"2000\"\n\"2024-06-12T21:20:00.000Z\",\"0\",\"0.000498\",\"2000\"\n\"2024-06-12T21:25:00.000Z\",\"0\",\"0.000489\",\"2000\"\n\"2024-06-12T21:30:00.000Z\",\"0\",\"0.000544\",\"2000\"\n\"2024-06-12T21:35:00.000Z\",\"0\",\"0.000511\",\"2000\"\n\"2024-06-12T21:40:00.000Z\",\"0\",\"0.000459\",\"2000\"\n\"2024-06-12T21:45:00.000Z\",\"0\",\"0.000495\",\"2000\"\n\"2024-06-12T21:50:00.000Z\",\"0\",\"0.000508\",\"2000\"\n\"2024-06-12T21:55:00.000Z\",\"0\",\"0.000508\",\"2000\"\n\"2024-06-12T22:00:00.000Z\",\"0\",\"0.000489\",\"2000\"\n\"2024-06-12T22:05:00.000Z\",\"0\",\"0.000532\",\"2000\"\n\"2024-06-12T22:10:00.000Z\",\"0\",\"0.000528\",\"2000\"\n\"2024-06-12T22:15:00.000Z\",\"0\",\"0.000476\",\"2000\"\n\"2024-06-12T22:20:00.000Z\",\"0\",\"0.000526\",\"2000\"\n\"2024-06-12T22:25:00.000Z\",\"0\",\"0.000488\",\"2000\"\n\"2024-06-12T22:30:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-12T22:35:00.000Z\",\"0\",\"0.000543\",\"2000\"\n\"2024-06-12T22:40:00.000Z\",\"0\",\"0.000516\",\"2000\"\n\"2024-06-12T22:45:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-12T22:50:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-12T22:55:00.000Z\",\"0\",\"0.000462\",\"2000\"\n\"2024-06-12T23:00:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-12T23:05:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-12T23:10:00.000Z\",\"0\",\"0.000497\",\"2000\"\n\"2024-06-12T23:15:00.000Z\",\"0\",\"0.000511\",\"2000\"\n\"2024-06-12T23:20:00.000Z\",\"0\",\"0.000477\",\"2000\"\n\"2024-06-12T23:25:00.000Z\",\"0\",\"0.000507\",\"2000\"\n\"2024-06-12T23:30:00.000Z\",\"0\",\"0.000508\",\"2000\"\n\"2024-06-12T23:35:00.000Z\",\"0\",\"0.000498\",\"2000\"\n\"2024-06-12T23:40:00.000Z\",\"0\",\"0.00053\",\"2000\"\n\"2024-06-12T23:45:00.000Z\",\"0\",\"0.000483\",\"2000\"\n\"2024-06-12T23:50:00.000Z\",\"0\",\"0.000485\",\"2000\"\n\"2024-06-12T23:55:00.000Z\",\"0\",\"0.000507\",\"2000\"\n\"2024-06-13T00:00:00.000Z\",\"0\",\"0.000515\",\"2000\"\n\"2024-06-13T00:05:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-13T00:10:00.000Z\",\"0\",\"0.000561\",\"2000\"\n\"2024-06-13T00:15:00.000Z\",\"0\",\"0.000507\",\"2000\"\n\"2024-06-13T00:20:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-13T00:25:00.000Z\",\"0\",\"0.000506\",\"2000\"\n\"2024-06-13T00:30:00.000Z\",\"0\",\"0.000544\",\"2000\"\n\"2024-06-13T00:35:00.000Z\",\"0\",\"0.000535\",\"2000\"\n\"2024-06-13T00:40:00.000Z\",\"0\",\"0.000511\",\"2000\"\n\"2024-06-13T00:45:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-13T00:50:00.000Z\",\"0\",\"0.000537\",\"2000\"\n\"2024-06-13T00:55:00.000Z\",\"0\",\"0.000529\",\"2000\"\n\"2024-06-13T01:00:00.000Z\",\"0\",\"0.000537\",\"2000\"\n\"2024-06-13T01:05:00.000Z\",\"0\",\"0.000468\",\"2000\"\n\"2024-06-13T01:10:00.000Z\",\"0\",\"0.00051\",\"2000\"\n\"2024-06-13T01:15:00.000Z\",\"0\",\"0.000459\",\"2000\"\n\"2024-06-13T01:20:00.000Z\",\"0\",\"0.00051\",\"2000\"\n\"2024-06-13T01:25:00.000Z\",\"0\",\"0.000453\",\"2000\"\n\"2024-06-13T01:30:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-13T01:35:00.000Z\",\"0\",\"0.000521\",\"2000\"\n\"2024-06-13T01:40:00.000Z\",\"0\",\"0.000543\",\"2000\"\n\"2024-06-13T01:45:00.000Z\",\"0\",\"0.0005\",\"2000\"\n\"2024-06-13T01:50:00.000Z\",\"0\",\"0.000519\",\"2000\"\n\"2024-06-13T01:55:00.000Z\",\"0\",\"0.000529\",\"2000\"\n\"2024-06-13T02:00:00.000Z\",\"0\",\"0.000472\",\"2000\"\n\"2024-06-13T02:05:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-13T02:10:00.000Z\",\"0\",\"0.000521\",\"2000\"\n\"2024-06-13T02:15:00.000Z\",\"0\",\"0.000517\",\"2000\"\n\"2024-06-13T02:20:00.000Z\",\"0\",\"0.000492\",\"2000\"\n\"2024-06-13T02:25:00.000Z\",\"0\",\"0.000476\",\"2000\"\n\"2024-06-13T02:30:00.000Z\",\"0\",\"0.000485\",\"2000\"\n\"2024-06-13T02:35:00.000Z\",\"0\",\"0.00048\",\"2000\"\n\"2024-06-13T02:40:00.000Z\",\"0\",\"0.000523\",\"2000\"\n\"2024-06-13T02:45:00.000Z\",\"0\",\"0.000532\",\"2000\"\n\"2024-06-13T02:50:00.000Z\",\"0\",\"0.000485\",\"2000\"\n\"2024-06-13T02:55:00.000Z\",\"0\",\"0.000448\",\"2000\"\n\"2024-06-13T03:00:00.000Z\",\"0\",\"0.000495\",\"2000\"\n\"2024-06-13T03:05:00.000Z\",\"0\",\"0.000523\",\"2000\"\n\"2024-06-13T03:10:00.000Z\",\"0\",\"0.000521\",\"2000\"\n\"2024-06-13T03:15:00.000Z\",\"0\",\"0.000525\",\"2000\"\n\"2024-06-13T03:20:00.000Z\",\"0\",\"0.000466\",\"2000\"\n\"2024-06-13T03:25:00.000Z\",\"0\",\"0.000534\",\"2000\"\n\"2024-06-13T03:30:00.000Z\",\"0\",\"0.000481\",\"2000\"\n\"2024-06-13T03:35:00.000Z\",\"0\",\"0.000489\",\"2000\"\n\"2024-06-13T03:40:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-13T03:45:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-13T03:50:00.000Z\",\"0\",\"0.000498\",\"2000\"\n\"2024-06-13T03:55:00.000Z\",\"0\",\"0.000517\",\"2000\"\n\"2024-06-13T04:00:00.000Z\",\"0\",\"0.000505\",\"2000\"\n\"2024-06-13T04:05:00.000Z\",\"0\",\"0.000499\",\"2000\"\n\"2024-06-13T04:10:00.000Z\",\"0\",\"0.000506\",\"2000\"\n\"2024-06-13T04:15:00.000Z\",\"0\",\"0.00048\",\"2000\"\n\"2024-06-13T04:20:00.000Z\",\"0\",\"0.000472\",\"2000\"\n\"2024-06-13T04:25:00.000Z\",\"0\",\"0.000514\",\"2000\"\n\"2024-06-13T04:30:00.000Z\",\"0\",\"0.0005\",\"2000\"\n\"2024-06-13T04:35:00.000Z\",\"0\",\"0.000534\",\"2000\"\n\"2024-06-13T04:40:00.000Z\",\"0\",\"0.000539\",\"2000\"\n\"2024-06-13T04:45:00.000Z\",\"0\",\"0.00053\",\"2000\"\n\"2024-06-13T04:50:00.000Z\",\"0\",\"0.000525\",\"2000\"\n\"2024-06-13T04:55:00.000Z\",\"0\",\"0.000537\",\"2000\"\n\"2024-06-13T05:00:00.000Z\",\"0\",\"0.000477\",\"2000\"\n\"2024-06-13T05:05:00.000Z\",\"0\",\"0.00048\",\"2000\"\n\"2024-06-13T05:10:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-13T05:15:00.000Z\",\"0\",\"0.00053\",\"2000\"\n\"2024-06-13T05:20:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-13T05:25:00.000Z\",\"0\",\"0.000492\",\"2000\"\n\"2024-06-13T05:30:00.000Z\",\"0\",\"0.00055\",\"2000\"\n\"2024-06-13T05:35:00.000Z\",\"0\",\"0.000439\",\"2000\"\n\"2024-06-13T05:40:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-13T05:45:00.000Z\",\"0\",\"0.000529\",\"2000\"\n\"2024-06-13T05:50:00.000Z\",\"0\",\"0.00053\",\"2000\"\n\"2024-06-13T05:55:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-13T06:00:00.000Z\",\"0\",\"0.000514\",\"2000\"\n\"2024-06-13T06:05:00.000Z\",\"0\",\"0.000477\",\"2000\"\n\"2024-06-13T06:10:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-13T06:15:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-13T06:20:00.000Z\",\"0\",\"0.000501\",\"2000\"\n\"2024-06-13T06:25:00.000Z\",\"0\",\"0.000527\",\"2000\"\n\"2024-06-13T06:30:00.000Z\",\"0\",\"0.000485\",\"2000\"\n\"2024-06-13T06:35:00.000Z\",\"0\",\"0.000492\",\"2000\"\n\"2024-06-13T06:40:00.000Z\",\"0\",\"0.000523\",\"2000\"\n\"2024-06-13T06:45:00.000Z\",\"0\",\"0.000474\",\"2000\"\n\"2024-06-13T06:50:00.000Z\",\"0\",\"0.000516\",\"2000\"\n\"2024-06-13T06:55:00.000Z\",\"0\",\"0.000535\",\"2000\"\n\"2024-06-13T07:00:00.000Z\",\"0\",\"0.000587\",\"2000\"\n\"2024-06-13T07:05:00.000Z\",\"0\",\"0.00056\",\"2000\"\n\"2024-06-13T07:10:00.000Z\",\"0\",\"0.000544\",\"2000\"\n\"2024-06-13T07:15:00.000Z\",\"0\",\"0.000514\",\"2000\"\n\"2024-06-13T07:20:00.000Z\",\"0\",\"0.000471\",\"2000\"\n\"2024-06-13T07:25:00.000Z\",\"0\",\"0.000507\",\"2000\"\n\"2024-06-13T07:30:00.000Z\",\"0\",\"0.000534\",\"2000\"\n\"2024-06-13T07:35:00.000Z\",\"0\",\"0.000474\",\"2000\"\n\"2024-06-13T07:40:00.000Z\",\"0\",\"0.000514\",\"2000\"\n\"2024-06-13T07:45:00.000Z\",\"0\",\"0.00047\",\"2000\"\n\"2024-06-13T07:50:00.000Z\",\"0\",\"0.000472\",\"2000\"\n\"2024-06-13T07:55:00.000Z\",\"0\",\"0.000466\",\"2000\"\n\"2024-06-13T08:00:00.000Z\",\"0\",\"0.000526\",\"2000\"\n\"2024-06-13T08:05:00.000Z\",\"0\",\"0.000538\",\"2000\"\n\"2024-06-13T08:10:00.000Z\",\"0\",\"0.000434\",\"2000\"\n\"2024-06-13T08:15:00.000Z\",\"0\",\"0.000489\",\"2000\"\n\"2024-06-13T08:20:00.000Z\",\"0\",\"0.000498\",\"2000\"\n\"2024-06-13T08:25:00.000Z\",\"0\",\"0.000476\",\"2000\"\n\"2024-06-13T08:30:00.000Z\",\"0\",\"0.000457\",\"2000\"\n\"2024-06-13T08:35:00.000Z\",\"0\",\"0.000534\",\"2000\"\n\"2024-06-13T08:40:00.000Z\",\"0\",\"0.000544\",\"2000\"\n\"2024-06-13T08:45:00.000Z\",\"0\",\"0.000516\",\"2000\"\n\"2024-06-13T08:50:00.000Z\",\"0\",\"0.000521\",\"2000\"\n\"2024-06-13T08:55:00.000Z\",\"0\",\"0.000501\",\"2000\"\n\"2024-06-13T09:00:00.000Z\",\"0\",\"0.000495\",\"2000\"\n\"2024-06-13T09:05:00.000Z\",\"0\",\"0.00053\",\"2000\"\n\"2024-06-13T09:10:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-13T09:15:00.000Z\",\"0\",\"0.000485\",\"2000\"\n\"2024-06-13T09:20:00.000Z\",\"0\",\"0.000532\",\"2000\"\n\"2024-06-13T09:25:00.000Z\",\"0\",\"0.000479\",\"2000\"\n\"2024-06-13T09:30:00.000Z\",\"0\",\"0.000519\",\"2000\"\n\"2024-06-13T09:35:00.000Z\",\"0\",\"0.000526\",\"2000\"\n\"2024-06-13T09:40:00.000Z\",\"0\",\"0.000515\",\"2000\"\n\"2024-06-13T09:45:00.000Z\",\"0\",\"0.000472\",\"2000\"\n\"2024-06-13T09:50:00.000Z\",\"0\",\"0.000497\",\"2000\"\n\"2024-06-13T09:55:00.000Z\",\"0\",\"0.000548\",\"2000\"\n\"2024-06-13T10:00:00.000Z\",\"0\",\"0.000525\",\"2000\"\n\"2024-06-13T10:05:00.000Z\",\"0\",\"0.000532\",\"2000\"\n\"2024-06-13T10:10:00.000Z\",\"0\",\"0.000477\",\"2000\"\n\"2024-06-13T10:15:00.000Z\",\"0\",\"0.000521\",\"2000\"\n\"2024-06-13T10:20:00.000Z\",\"0\",\"0.000498\",\"2000\"\n\"2024-06-13T10:25:00.000Z\",\"0\",\"0.000534\",\"2000\"\n\"2024-06-13T10:30:00.000Z\",\"0\",\"0.000519\",\"2000\"\n\"2024-06-13T10:35:00.000Z\",\"0\",\"0.00051\",\"2000\"\n\"2024-06-13T10:40:00.000Z\",\"0\",\"0.000483\",\"2000\"\n\"2024-06-13T10:45:00.000Z\",\"0\",\"0.00049\",\"2000\"\n\"2024-06-13T10:50:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-13T10:55:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-13T11:00:00.000Z\",\"0\",\"0.000497\",\"2000\"\n\"2024-06-13T11:05:00.000Z\",\"0\",\"0.000521\",\"2000\"\n\"2024-06-13T11:10:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-13T11:15:00.000Z\",\"0\",\"0.000498\",\"2000\"\n\"2024-06-13T11:20:00.000Z\",\"0\",\"0.000412\",\"2000\"\n\"2024-06-13T11:25:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-13T11:30:00.000Z\",\"0\",\"0.00048\",\"2000\"\n\"2024-06-13T11:35:00.000Z\",\"0\",\"0.00048\",\"2000\"\n\"2024-06-13T11:40:00.000Z\",\"0\",\"0.000489\",\"2000\"\n\"2024-06-13T11:45:00.000Z\",\"0\",\"0.000485\",\"2000\"\n\"2024-06-13T11:50:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-13T11:55:00.000Z\",\"0\",\"0.000525\",\"2000\"\n\"2024-06-13T12:00:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-13T12:05:00.000Z\",\"0\",\"0.000489\",\"2000\"\n\"2024-06-13T12:10:00.000Z\",\"0\",\"0.000471\",\"2000\"\n\"2024-06-13T12:15:00.000Z\",\"0\",\"0.000521\",\"2000\"\n\"2024-06-13T12:20:00.000Z\",\"0\",\"0.000516\",\"2000\"\n\"2024-06-13T12:25:00.000Z\",\"0\",\"0.000478\",\"2000\"\n\"2024-06-13T12:30:00.000Z\",\"0\",\"0.000495\",\"2000\"\n\"2024-06-13T12:35:00.000Z\",\"0\",\"0.000516\",\"2000\"\n\"2024-06-13T12:40:00.000Z\",\"0\",\"0.000505\",\"2000\"\n\"2024-06-13T12:45:00.000Z\",\"0\",\"0.000536\",\"2000\"\n\"2024-06-13T12:50:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-13T12:55:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-13T13:00:00.000Z\",\"0\",\"0.000552\",\"2000\"\n\"2024-06-13T13:05:00.000Z\",\"0\",\"0.000466\",\"2000\"\n\"2024-06-13T13:10:00.000Z\",\"0\",\"0.000516\",\"2000\"\n\"2024-06-13T13:15:00.000Z\",\"0\",\"0.000466\",\"2000\"\n\"2024-06-13T13:20:00.000Z\",\"0\",\"0.000501\",\"2000\"\n\"2024-06-13T13:25:00.000Z\",\"0\",\"0.000472\",\"2000\"\n\"2024-06-13T13:30:00.000Z\",\"0\",\"0.000549\",\"2000\"\n\"2024-06-13T13:35:00.000Z\",\"0\",\"0.000476\",\"2000\"\n\"2024-06-13T13:40:00.000Z\",\"0\",\"0.000508\",\"2000\"\n\"2024-06-13T13:45:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-13T13:50:00.000Z\",\"0\",\"0.000507\",\"2000\"\n\"2024-06-13T13:55:00.000Z\",\"0\",\"0.000508\",\"2000\"\n\"2024-06-13T14:00:00.000Z\",\"0\",\"0.000507\",\"2000\"\n\"2024-06-13T14:05:00.000Z\",\"0\",\"0.000521\",\"2000\"\n\"2024-06-13T14:10:00.000Z\",\"0\",\"0.00051\",\"2000\"\n\"2024-06-13T14:15:00.000Z\",\"0\",\"0.000509\",\"2000\"\n\"2024-06-13T14:20:00.000Z\",\"0\",\"0.000485\",\"2000\"\n\"2024-06-13T14:25:00.000Z\",\"0\",\"0.000485\",\"2000\"\n\"2024-06-13T14:30:00.000Z\",\"0\",\"0.00048\",\"2000\"\n\"2024-06-13T14:35:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-13T14:40:00.000Z\",\"0\",\"0.000502\",\"2000\"\n\"2024-06-13T14:45:00.000Z\",\"0\",\"0.000489\",\"2000\"\n\"2024-06-13T14:50:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-13T14:55:00.000Z\",\"0\",\"0.000476\",\"2000\"\n\"2024-06-13T15:00:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-13T15:05:00.000Z\",\"0\",\"0.000457\",\"2000\"\n\"2024-06-13T15:10:00.000Z\",\"0\",\"0.000569\",\"2000\"\n\"2024-06-13T15:15:00.000Z\",\"0\",\"0.00045\",\"2000\"\n\"2024-06-13T15:20:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-13T15:25:00.000Z\",\"0\",\"0.00048\",\"2000\"\n\"2024-06-13T15:30:00.000Z\",\"0\",\"0.000485\",\"2000\"\n\"2024-06-13T15:35:00.000Z\",\"0\",\"0.000498\",\"2000\"\n\"2024-06-13T15:40:00.000Z\",\"0\",\"0.000521\",\"2000\"\n\"2024-06-13T15:45:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-13T15:50:00.000Z\",\"0\",\"0.000471\",\"2000\"\n\"2024-06-13T15:55:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-13T16:00:00.000Z\",\"0\",\"0.000525\",\"2000\"\n\"2024-06-13T16:05:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-13T16:10:00.000Z\",\"0\",\"0.000521\",\"2000\"\n\"2024-06-13T16:15:00.000Z\",\"0\",\"0.000534\",\"2000\"\n\"2024-06-13T16:20:00.000Z\",\"0\",\"0.000521\",\"2000\"\n\"2024-06-13T16:25:00.000Z\",\"0\",\"0.000516\",\"2000\"\n\"2024-06-13T16:30:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-13T16:35:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-13T16:40:00.000Z\",\"0\",\"0.000459\",\"2000\"\n\"2024-06-13T16:45:00.000Z\",\"0\",\"0.000474\",\"2000\"\n\"2024-06-13T16:50:00.000Z\",\"0\",\"0.000509\",\"2000\"\n\"2024-06-13T16:55:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-13T17:00:00.000Z\",\"0\",\"0.000519\",\"2000\"\n\"2024-06-13T17:05:00.000Z\",\"0\",\"0.000501\",\"2000\"\n\"2024-06-13T17:10:00.000Z\",\"0\",\"0.000495\",\"2000\"\n\"2024-06-13T17:15:00.000Z\",\"0\",\"0.000501\",\"2000\"\n\"2024-06-13T17:20:00.000Z\",\"0\",\"0.000518\",\"2000\"\n\"2024-06-13T17:25:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-13T17:30:00.000Z\",\"0\",\"0.000516\",\"2000\"\n\"2024-06-13T17:35:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-13T17:40:00.000Z\",\"0\",\"0.000448\",\"2000\"\n\"2024-06-13T17:45:00.000Z\",\"0\",\"0.00048\",\"2000\"\n\"2024-06-13T17:50:00.000Z\",\"0\",\"0.000488\",\"2000\"\n\"2024-06-13T17:55:00.000Z\",\"0\",\"0.000499\",\"2000\"\n\"2024-06-13T18:00:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-13T18:05:00.000Z\",\"0\",\"0.000524\",\"2000\"\n\"2024-06-13T18:10:00.000Z\",\"0\",\"0.000485\",\"2000\"\n\"2024-06-13T18:15:00.000Z\",\"0\",\"0.000505\",\"2000\"\n\"2024-06-13T18:20:00.000Z\",\"0\",\"0.00055\",\"2000\"\n\"2024-06-13T18:25:00.000Z\",\"0\",\"0.000434\",\"2000\"\n\"2024-06-13T18:30:00.000Z\",\"0\",\"0.000439\",\"2000\"\n\"2024-06-13T18:35:00.000Z\",\"0\",\"0.000514\",\"2000\"\n\"2024-06-13T18:40:00.000Z\",\"0\",\"0.000485\",\"2000\"\n\"2024-06-13T18:45:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-13T18:50:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-13T18:55:00.000Z\",\"0\",\"0.000426\",\"2000\"\n\"2024-06-13T19:00:00.000Z\",\"0\",\"0.000525\",\"2000\"\n\"2024-06-13T19:05:00.000Z\",\"0\",\"0.00049\",\"2000\"\n\"2024-06-13T19:10:00.000Z\",\"0\",\"0.000534\",\"2000\"\n\"2024-06-13T19:15:00.000Z\",\"0\",\"0.000498\",\"2000\"\n\"2024-06-13T19:20:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-13T19:25:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-13T19:30:00.000Z\",\"0\",\"0.000485\",\"2000\"\n\"2024-06-13T19:35:00.000Z\",\"0\",\"0.000443\",\"2000\"\n\"2024-06-13T19:40:00.000Z\",\"0\",\"0.000507\",\"2000\"\n\"2024-06-13T19:45:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-13T19:50:00.000Z\",\"0\",\"0.00053\",\"2000\"\n\"2024-06-13T19:55:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-13T20:00:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-13T20:05:00.000Z\",\"0\",\"0.00048\",\"2000\"\n\"2024-06-13T20:10:00.000Z\",\"0\",\"0.000492\",\"2000\"\n\"2024-06-13T20:15:00.000Z\",\"0\",\"0.000528\",\"2000\"\n\"2024-06-13T20:20:00.000Z\",\"0\",\"0.000523\",\"2000\"\n\"2024-06-13T20:25:00.000Z\",\"0\",\"0.000476\",\"2000\"\n\"2024-06-13T20:30:00.000Z\",\"0\",\"0.000466\",\"2000\"\n\"2024-06-13T20:35:00.000Z\",\"0\",\"0.000483\",\"2000\"\n\"2024-06-13T20:40:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-13T20:45:00.000Z\",\"0\",\"0.000572\",\"2000\"\n\"2024-06-13T20:50:00.000Z\",\"0\",\"0.000535\",\"2000\"\n\"2024-06-13T20:55:00.000Z\",\"0\",\"0.000462\",\"2000\"\n\"2024-06-13T21:00:00.000Z\",\"0\",\"0.000519\",\"2000\"\n\"2024-06-13T21:05:00.000Z\",\"0\",\"0.000524\",\"2000\"\n\"2024-06-13T21:10:00.000Z\",\"0\",\"0.000545\",\"2000\"\n\"2024-06-13T21:15:00.000Z\",\"0\",\"0.000414\",\"2000\"\n\"2024-06-13T21:20:00.000Z\",\"0\",\"0.000521\",\"2000\"\n\"2024-06-13T21:25:00.000Z\",\"0\",\"0.000537\",\"2000\"\n\"2024-06-13T21:30:00.000Z\",\"0\",\"0.000565\",\"2000\"\n\"2024-06-13T21:35:00.000Z\",\"0\",\"0.000507\",\"2000\"\n\"2024-06-13T21:40:00.000Z\",\"0\",\"0.000567\",\"2000\"\n\"2024-06-13T21:45:00.000Z\",\"0\",\"0.000521\",\"2000\"\n\"2024-06-13T21:50:00.000Z\",\"0\",\"0.000525\",\"2000\"\n\"2024-06-13T21:55:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-13T22:00:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-13T22:05:00.000Z\",\"0\",\"0.000468\",\"2000\"\n\"2024-06-13T22:10:00.000Z\",\"0\",\"0.000496\",\"2000\"\n\"2024-06-13T22:15:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-13T22:20:00.000Z\",\"0\",\"0.000466\",\"2000\"\n\"2024-06-13T22:25:00.000Z\",\"0\",\"0.000485\",\"2000\"\n\"2024-06-13T22:30:00.000Z\",\"0\",\"0.000528\",\"2000\"\n\"2024-06-13T22:35:00.000Z\",\"0\",\"0.0005\",\"2000\"\n\"2024-06-13T22:40:00.000Z\",\"0\",\"0.000519\",\"2000\"\n\"2024-06-13T22:45:00.000Z\",\"0\",\"0.000476\",\"2000\"\n\"2024-06-13T22:50:00.000Z\",\"0\",\"0.000505\",\"2000\"\n\"2024-06-13T22:55:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-13T23:00:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-13T23:05:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-13T23:10:00.000Z\",\"0\",\"0.00051\",\"2000\"\n\"2024-06-13T23:15:00.000Z\",\"0\",\"0.000477\",\"2000\"\n\"2024-06-13T23:20:00.000Z\",\"0\",\"0.000439\",\"2000\"\n\"2024-06-13T23:25:00.000Z\",\"0\",\"0.00053\",\"2000\"\n\"2024-06-13T23:30:00.000Z\",\"0\",\"0.000541\",\"2000\"\n\"2024-06-13T23:35:00.000Z\",\"0\",\"0.000526\",\"2000\"\n\"2024-06-13T23:40:00.000Z\",\"0\",\"0.00051\",\"2000\"\n\"2024-06-13T23:45:00.000Z\",\"0\",\"0.00051\",\"2000\"\n\"2024-06-13T23:50:00.000Z\",\"0\",\"0.000537\",\"2000\"\n\"2024-06-13T23:55:00.000Z\",\"0\",\"0.000482\",\"2000\"\n\"2024-06-14T00:00:00.000Z\",\"0\",\"0.000516\",\"2000\"\n\"2024-06-14T00:05:00.000Z\",\"0\",\"0.000439\",\"2000\"\n\"2024-06-14T00:10:00.000Z\",\"0\",\"0.000452\",\"2000\"\n\"2024-06-14T00:15:00.000Z\",\"0\",\"0.000458\",\"2000\"\n\"2024-06-14T00:20:00.000Z\",\"0\",\"0.00046\",\"2000\"\n\"2024-06-14T00:25:00.000Z\",\"0\",\"0.000521\",\"2000\"\n\"2024-06-14T00:30:00.000Z\",\"0\",\"0.000536\",\"2000\"\n\"2024-06-14T00:35:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-14T00:40:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-14T00:45:00.000Z\",\"0\",\"0.000548\",\"2000\"\n\"2024-06-14T00:50:00.000Z\",\"0\",\"0.000498\",\"2000\"\n\"2024-06-14T00:55:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-14T01:00:00.000Z\",\"0\",\"0.000485\",\"2000\"\n\"2024-06-14T01:05:00.000Z\",\"0\",\"0.000489\",\"2000\"\n\"2024-06-14T01:10:00.000Z\",\"0\",\"0.000489\",\"2000\"\n\"2024-06-14T01:15:00.000Z\",\"0\",\"0.00054\",\"2000\"\n\"2024-06-14T01:20:00.000Z\",\"0\",\"0.000443\",\"2000\"\n\"2024-06-14T01:25:00.000Z\",\"0\",\"0.000477\",\"2000\"\n\"2024-06-14T01:30:00.000Z\",\"0\",\"0.000519\",\"2000\"\n\"2024-06-14T01:35:00.000Z\",\"0\",\"0.000486\",\"2000\"\n\"2024-06-14T01:40:00.000Z\",\"0\",\"0.00052\",\"2000\"\n\"2024-06-14T01:45:00.000Z\",\"0\",\"0.000488\",\"2000\"\n\"2024-06-14T01:50:00.000Z\",\"0\",\"0.000486\",\"2000\"\n\"2024-06-14T01:55:00.000Z\",\"0\",\"0.000501\",\"2000\"\n\"2024-06-14T02:00:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-14T02:05:00.000Z\",\"0\",\"0.000548\",\"2000\"\n\"2024-06-14T02:10:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-14T02:15:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-14T02:20:00.000Z\",\"0\",\"0.000489\",\"2000\"\n\"2024-06-14T02:25:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-14T02:30:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-14T02:35:00.000Z\",\"0\",\"0.000498\",\"2000\"\n\"2024-06-14T02:40:00.000Z\",\"0\",\"0.000514\",\"2000\"\n\"2024-06-14T02:45:00.000Z\",\"0\",\"0.000487\",\"2000\"\n\"2024-06-14T02:50:00.000Z\",\"0\",\"0.000477\",\"2000\"\n\"2024-06-14T02:55:00.000Z\",\"0\",\"0.000477\",\"2000\"\n\"2024-06-14T03:00:00.000Z\",\"0\",\"0.00052\",\"2000\"\n\"2024-06-14T03:05:00.000Z\",\"0\",\"0.000495\",\"2000\"\n\"2024-06-14T03:10:00.000Z\",\"0\",\"0.000466\",\"2000\"\n\"2024-06-14T03:15:00.000Z\",\"0\",\"0.000541\",\"2000\"\n\"2024-06-14T03:20:00.000Z\",\"0\",\"0.000509\",\"2000\"\n\"2024-06-14T03:25:00.000Z\",\"0\",\"0.000476\",\"2000\"\n\"2024-06-14T03:30:00.000Z\",\"0\",\"0.00048\",\"2000\"\n\"2024-06-14T03:35:00.000Z\",\"0\",\"0.000439\",\"2000\"\n\"2024-06-14T03:40:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-14T03:45:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-14T03:50:00.000Z\",\"0\",\"0.000485\",\"2000\"\n\"2024-06-14T03:55:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-14T04:00:00.000Z\",\"0\",\"0.000481\",\"2000\"\n\"2024-06-14T04:05:00.000Z\",\"0\",\"0.000511\",\"2000\"\n\"2024-06-14T04:10:00.000Z\",\"0\",\"0.000507\",\"2000\"\n\"2024-06-14T04:15:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-14T04:20:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-14T04:25:00.000Z\",\"0\",\"0.000514\",\"2000\"\n\"2024-06-14T04:30:00.000Z\",\"0\",\"0.000502\",\"2000\"\n\"2024-06-14T04:35:00.000Z\",\"0\",\"0.000515\",\"2000\"\n\"2024-06-14T04:40:00.000Z\",\"0\",\"0.000492\",\"2000\"\n\"2024-06-14T04:45:00.000Z\",\"0\",\"0.000538\",\"2000\"\n\"2024-06-14T04:50:00.000Z\",\"0\",\"0.000492\",\"2000\"\n\"2024-06-14T04:55:00.000Z\",\"0\",\"0.000525\",\"2000\"\n\"2024-06-14T05:00:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-14T05:05:00.000Z\",\"0\",\"0.000525\",\"2000\"\n\"2024-06-14T05:10:00.000Z\",\"0\",\"0.000515\",\"2000\"\n\"2024-06-14T05:15:00.000Z\",\"0\",\"0.000526\",\"2000\"\n\"2024-06-14T05:20:00.000Z\",\"0\",\"0.000511\",\"2000\"\n\"2024-06-14T05:25:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-14T05:30:00.000Z\",\"0\",\"0.000492\",\"2000\"\n\"2024-06-14T05:35:00.000Z\",\"0\",\"0.000495\",\"2000\"\n\"2024-06-14T05:40:00.000Z\",\"0\",\"0.000489\",\"2000\"\n\"2024-06-14T05:45:00.000Z\",\"0\",\"0.000479\",\"2000\"\n\"2024-06-14T05:50:00.000Z\",\"0\",\"0.000556\",\"2000\"\n\"2024-06-14T05:55:00.000Z\",\"0\",\"0.000459\",\"2000\"\n\"2024-06-14T06:00:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-14T06:05:00.000Z\",\"0\",\"0.000485\",\"2000\"\n\"2024-06-14T06:10:00.000Z\",\"0\",\"0.000514\",\"2000\"\n\"2024-06-14T06:15:00.000Z\",\"0\",\"0.000535\",\"2000\"\n\"2024-06-14T06:20:00.000Z\",\"0\",\"0.000517\",\"2000\"\n\"2024-06-14T06:25:00.000Z\",\"0\",\"0.000457\",\"2000\"\n\"2024-06-14T06:30:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-14T06:35:00.000Z\",\"0\",\"0.00048\",\"2000\"\n\"2024-06-14T06:40:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-14T06:45:00.000Z\",\"0\",\"0.000498\",\"2000\"\n\"2024-06-14T06:50:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-14T06:55:00.000Z\",\"0\",\"0.000514\",\"2000\"\n\"2024-06-14T07:00:00.000Z\",\"0\",\"0.000451\",\"2000\"\n\"2024-06-14T07:05:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-14T07:10:00.000Z\",\"0\",\"0.00051\",\"2000\"\n\"2024-06-14T07:15:00.000Z\",\"0\",\"0.000495\",\"2000\"\n\"2024-06-14T07:20:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-14T07:25:00.000Z\",\"0\",\"0.000499\",\"2000\"\n\"2024-06-14T07:30:00.000Z\",\"0\",\"0.000507\",\"2000\"\n\"2024-06-14T07:35:00.000Z\",\"0\",\"0.000524\",\"2000\"\n\"2024-06-14T07:40:00.000Z\",\"0\",\"0.000485\",\"2000\"\n\"2024-06-14T07:45:00.000Z\",\"0\",\"0.000495\",\"2000\"\n\"2024-06-14T07:50:00.000Z\",\"0\",\"0.000501\",\"2000\"\n\"2024-06-14T07:55:00.000Z\",\"0\",\"0.000485\",\"2000\"\n\"2024-06-14T08:00:00.000Z\",\"0\",\"0.000529\",\"2000\"\n\"2024-06-14T08:05:00.000Z\",\"0\",\"0.000501\",\"2000\"\n\"2024-06-14T08:10:00.000Z\",\"0\",\"0.000514\",\"2000\"\n\"2024-06-14T08:15:00.000Z\",\"0\",\"0.00051\",\"2000\"\n\"2024-06-14T08:20:00.000Z\",\"0\",\"0.000495\",\"2000\"\n\"2024-06-14T08:25:00.000Z\",\"0\",\"0.000447\",\"2000\"\n\"2024-06-14T08:30:00.000Z\",\"0\",\"0.000523\",\"2000\"\n\"2024-06-14T08:35:00.000Z\",\"0\",\"0.00043\",\"2000\"\n\"2024-06-14T08:40:00.000Z\",\"0\",\"0.000534\",\"2000\"\n\"2024-06-14T08:45:00.000Z\",\"0\",\"0.000499\",\"2000\"\n\"2024-06-14T08:50:00.000Z\",\"0\",\"0.000434\",\"2000\"\n\"2024-06-14T08:55:00.000Z\",\"0\",\"0.000448\",\"2000\"\n\"2024-06-14T09:00:00.000Z\",\"0\",\"0.000521\",\"2000\"\n\"2024-06-14T09:05:00.000Z\",\"0\",\"0.000466\",\"2000\"\n\"2024-06-14T09:10:00.000Z\",\"0\",\"0.000509\",\"2000\"\n\"2024-06-14T09:15:00.000Z\",\"0\",\"0.00051\",\"2000\"\n\"2024-06-14T09:20:00.000Z\",\"0\",\"0.000457\",\"2000\"\n\"2024-06-14T09:25:00.000Z\",\"0\",\"0.000485\",\"2000\"\n\"2024-06-14T09:30:00.000Z\",\"0\",\"0.000507\",\"2000\"\n\"2024-06-14T09:35:00.000Z\",\"0\",\"0.000508\",\"2000\"\n\"2024-06-14T09:40:00.000Z\",\"0\",\"0.000487\",\"2000\"\n\"2024-06-14T09:45:00.000Z\",\"0\",\"0.000523\",\"2000\"\n\"2024-06-14T09:50:00.000Z\",\"0\",\"0.000453\",\"2000\"\n\"2024-06-14T09:55:00.000Z\",\"0\",\"0.000521\",\"2000\"\n\"2024-06-14T10:00:00.000Z\",\"0\",\"0.000534\",\"2000\"\n\"2024-06-14T10:05:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-14T10:10:00.000Z\",\"0\",\"0.000523\",\"2000\"\n\"2024-06-14T10:15:00.000Z\",\"0\",\"0.000526\",\"2000\"\n\"2024-06-14T10:20:00.000Z\",\"0\",\"0.000491\",\"2000\"\n\"2024-06-14T10:25:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-14T10:30:00.000Z\",\"0\",\"0.000498\",\"2000\"\n\"2024-06-14T10:35:00.000Z\",\"0\",\"0.000462\",\"2000\"\n\"2024-06-14T10:40:00.000Z\",\"0\",\"0.000517\",\"2000\"\n\"2024-06-14T10:45:00.000Z\",\"0\",\"0.000543\",\"2000\"\n\"2024-06-14T10:50:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-14T10:55:00.000Z\",\"0\",\"0.000523\",\"2000\"\n\"2024-06-14T11:00:00.000Z\",\"0\",\"0.000505\",\"2000\"\n\"2024-06-14T11:05:00.000Z\",\"0\",\"0.000521\",\"2000\"\n\"2024-06-14T11:10:00.000Z\",\"0\",\"0.000466\",\"2000\"\n\"2024-06-14T11:15:00.000Z\",\"0\",\"0.00053\",\"2000\"\n\"2024-06-14T11:20:00.000Z\",\"0\",\"0.000539\",\"2000\"\n\"2024-06-14T11:25:00.000Z\",\"0\",\"0.000495\",\"2000\"\n\"2024-06-14T11:30:00.000Z\",\"0\",\"0.000523\",\"2000\"\n\"2024-06-14T11:35:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-14T11:40:00.000Z\",\"0\",\"0.000485\",\"2000\"\n\"2024-06-14T11:45:00.000Z\",\"0\",\"0.000485\",\"2000\"\n\"2024-06-14T11:50:00.000Z\",\"0\",\"0.000451\",\"2000\"\n\"2024-06-14T11:55:00.000Z\",\"0\",\"0.0005\",\"2000\"\n\"2024-06-14T12:00:00.000Z\",\"0\",\"0.000452\",\"2000\"\n\"2024-06-14T12:05:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-14T12:10:00.000Z\",\"0\",\"0.000485\",\"2000\"\n\"2024-06-14T12:15:00.000Z\",\"0\",\"0.000466\",\"2000\"\n\"2024-06-14T12:20:00.000Z\",\"0\",\"0.000457\",\"2000\"\n\"2024-06-14T12:25:00.000Z\",\"0\",\"0.000516\",\"2000\"\n\"2024-06-14T12:30:00.000Z\",\"0\",\"0.000516\",\"2000\"\n\"2024-06-14T12:35:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-14T12:40:00.000Z\",\"0\",\"0.000485\",\"2000\"\n\"2024-06-14T12:45:00.000Z\",\"0\",\"0.000439\",\"2000\"\n\"2024-06-14T12:50:00.000Z\",\"0\",\"0.000466\",\"2000\"\n\"2024-06-14T12:55:00.000Z\",\"0\",\"0.00052\",\"2000\"\n\"2024-06-14T13:00:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-14T13:05:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-14T13:10:00.000Z\",\"0\",\"0.000483\",\"2000\"\n\"2024-06-14T13:15:00.000Z\",\"0\",\"0.000454\",\"2000\"\n\"2024-06-14T13:20:00.000Z\",\"0\",\"0.000539\",\"2000\"\n\"2024-06-14T13:25:00.000Z\",\"0\",\"0.000489\",\"2000\"\n\"2024-06-14T13:30:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-14T13:35:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-14T13:40:00.000Z\",\"0\",\"0.000466\",\"2000\"\n\"2024-06-14T13:45:00.000Z\",\"0\",\"0.000521\",\"2000\"\n\"2024-06-14T13:50:00.000Z\",\"0\",\"0.000502\",\"2000\"\n\"2024-06-14T13:55:00.000Z\",\"0\",\"0.000534\",\"2000\"\n\"2024-06-14T14:00:00.000Z\",\"0\",\"0.000448\",\"2000\"\n\"2024-06-14T14:05:00.000Z\",\"0\",\"0.000525\",\"2000\"\n\"2024-06-14T14:10:00.000Z\",\"0\",\"0.000498\",\"2000\"\n\"2024-06-14T14:15:00.000Z\",\"0\",\"0.000492\",\"2000\"\n\"2024-06-14T14:20:00.000Z\",\"0\",\"0.000491\",\"2000\"\n\"2024-06-14T14:25:00.000Z\",\"0\",\"0.000485\",\"2000\"\n\"2024-06-14T14:30:00.000Z\",\"0\",\"0.000537\",\"2000\"\n\"2024-06-14T14:35:00.000Z\",\"0\",\"0.000459\",\"2000\"\n\"2024-06-14T14:40:00.000Z\",\"0\",\"0.000489\",\"2000\"\n\"2024-06-14T14:45:00.000Z\",\"0\",\"0.000443\",\"2000\"\n\"2024-06-14T14:50:00.000Z\",\"0\",\"0.000463\",\"2000\"\n\"2024-06-14T14:55:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-14T15:00:00.000Z\",\"0\",\"0.000507\",\"2000\"\n\"2024-06-14T15:05:00.000Z\",\"0\",\"0.000485\",\"2000\"\n\"2024-06-14T15:10:00.000Z\",\"0\",\"0.000521\",\"2000\"\n\"2024-06-14T15:15:00.000Z\",\"0\",\"0.00048\",\"2000\"\n\"2024-06-14T15:20:00.000Z\",\"0\",\"0.000485\",\"2000\"\n\"2024-06-14T15:25:00.000Z\",\"0\",\"0.000523\",\"2000\"\n\"2024-06-14T15:30:00.000Z\",\"0\",\"0.000477\",\"2000\"\n\"2024-06-14T15:35:00.000Z\",\"0\",\"0.000521\",\"2000\"\n\"2024-06-14T15:40:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-14T15:45:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-14T15:50:00.000Z\",\"0\",\"0.000482\",\"2000\"\n\"2024-06-14T15:55:00.000Z\",\"0\",\"0.000478\",\"2000\"\n\"2024-06-14T16:00:00.000Z\",\"0\",\"0.000485\",\"2000\"\n\"2024-06-14T16:05:00.000Z\",\"0\",\"0.000501\",\"2000\"\n\"2024-06-14T16:10:00.000Z\",\"0\",\"0.000473\",\"2000\"\n\"2024-06-14T16:15:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-14T16:20:00.000Z\",\"0\",\"0.000528\",\"2000\"\n\"2024-06-14T16:25:00.000Z\",\"0\",\"0.000481\",\"2000\"\n\"2024-06-14T16:30:00.000Z\",\"0\",\"0.000485\",\"2000\"\n\"2024-06-14T16:35:00.000Z\",\"0\",\"0.000486\",\"2000\"\n\"2024-06-14T16:40:00.000Z\",\"0\",\"0.000437\",\"2000\"\n\"2024-06-14T16:45:00.000Z\",\"0\",\"0.00048\",\"2000\"\n\"2024-06-14T16:50:00.000Z\",\"0\",\"0.00053\",\"2000\"\n\"2024-06-14T16:55:00.000Z\",\"0\",\"0.000523\",\"2000\"\n\"2024-06-14T17:00:00.000Z\",\"0\",\"0.000528\",\"2000\"\n\"2024-06-14T17:05:00.000Z\",\"0\",\"0.000519\",\"2000\"\n\"2024-06-14T17:10:00.000Z\",\"0\",\"0.0005\",\"2000\"\n\"2024-06-14T17:15:00.000Z\",\"0\",\"0.000506\",\"2000\"\n\"2024-06-14T17:20:00.000Z\",\"0\",\"0.000495\",\"2000\"\n\"2024-06-14T17:25:00.000Z\",\"0\",\"0.00051\",\"2000\"\n\"2024-06-14T17:30:00.000Z\",\"0\",\"0.000472\",\"2000\"\n\"2024-06-14T17:35:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-14T17:40:00.000Z\",\"0\",\"0.000498\",\"2000\"\n\"2024-06-14T17:45:00.000Z\",\"0\",\"0.000485\",\"2000\"\n\"2024-06-14T17:50:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-14T17:55:00.000Z\",\"0\",\"0.00049\",\"2000\"\n\"2024-06-14T18:00:00.000Z\",\"0\",\"0.000478\",\"2000\"\n\"2024-06-14T18:05:00.000Z\",\"0\",\"0.000549\",\"2000\"\n\"2024-06-14T18:10:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-14T18:15:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-14T18:20:00.000Z\",\"0\",\"0.000501\",\"2000\"\n\"2024-06-14T18:25:00.000Z\",\"0\",\"0.00052\",\"2000\"\n\"2024-06-14T18:30:00.000Z\",\"0\",\"0.000527\",\"2000\"\n\"2024-06-14T18:35:00.000Z\",\"0\",\"0.000544\",\"2000\"\n\"2024-06-14T18:40:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-14T18:45:00.000Z\",\"0\",\"0.000517\",\"2000\"\n\"2024-06-14T18:50:00.000Z\",\"0\",\"0.000488\",\"2000\"\n\"2024-06-14T18:55:00.000Z\",\"0\",\"0.000524\",\"2000\"\n\"2024-06-14T19:00:00.000Z\",\"0\",\"0.000517\",\"2000\"\n\"2024-06-14T19:05:00.000Z\",\"0\",\"0.000489\",\"2000\"\n\"2024-06-14T19:10:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-14T19:15:00.000Z\",\"0\",\"0.00048\",\"2000\"\n\"2024-06-14T19:20:00.000Z\",\"0\",\"0.000546\",\"2000\"\n\"2024-06-14T19:25:00.000Z\",\"0\",\"0.000505\",\"2000\"\n\"2024-06-14T19:30:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-14T19:35:00.000Z\",\"0\",\"0.000452\",\"2000\"\n\"2024-06-14T19:40:00.000Z\",\"0\",\"0.000458\",\"2000\"\n\"2024-06-14T19:45:00.000Z\",\"0\",\"0.000539\",\"2000\"\n\"2024-06-14T19:50:00.000Z\",\"0\",\"0.000421\",\"2000\"\n\"2024-06-14T19:55:00.000Z\",\"0\",\"0.000539\",\"2000\"\n\"2024-06-14T20:00:00.000Z\",\"0\",\"0.000534\",\"2000\"\n\"2024-06-14T20:05:00.000Z\",\"0\",\"0.000445\",\"2000\"\n\"2024-06-14T20:10:00.000Z\",\"0\",\"0.000483\",\"2000\"\n\"2024-06-14T20:15:00.000Z\",\"0\",\"0.00049\",\"2000\"\n\"2024-06-14T20:20:00.000Z\",\"0\",\"0.000476\",\"2000\"\n\"2024-06-14T20:25:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-14T20:30:00.000Z\",\"0\",\"0.000434\",\"2000\"\n\"2024-06-14T20:35:00.000Z\",\"0\",\"0.000471\",\"2000\"\n\"2024-06-14T20:40:00.000Z\",\"0\",\"0.000483\",\"2000\"\n\"2024-06-14T20:45:00.000Z\",\"0\",\"0.000516\",\"2000\"\n\"2024-06-14T20:50:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-14T20:55:00.000Z\",\"0\",\"0.000514\",\"2000\"\n\"2024-06-14T21:00:00.000Z\",\"0\",\"0.000443\",\"2000\"\n\"2024-06-14T21:05:00.000Z\",\"0\",\"0.000476\",\"2000\"\n\"2024-06-14T21:10:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-14T21:15:00.000Z\",\"0\",\"0.000507\",\"2000\"\n\"2024-06-14T21:20:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-14T21:25:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-14T21:30:00.000Z\",\"0\",\"0.000476\",\"2000\"\n\"2024-06-14T21:35:00.000Z\",\"0\",\"0.000556\",\"2000\"\n\"2024-06-14T21:40:00.000Z\",\"0\",\"0.000485\",\"2000\"\n\"2024-06-14T21:45:00.000Z\",\"0\",\"0.000476\",\"2000\"\n\"2024-06-14T21:50:00.000Z\",\"0\",\"0.000544\",\"2000\"\n\"2024-06-14T21:55:00.000Z\",\"0\",\"0.000514\",\"2000\"\n\"2024-06-14T22:00:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-14T22:05:00.000Z\",\"0\",\"0.000523\",\"2000\"\n\"2024-06-14T22:10:00.000Z\",\"0\",\"0.000508\",\"2000\"\n\"2024-06-14T22:15:00.000Z\",\"0\",\"0.000541\",\"2000\"\n\"2024-06-14T22:20:00.000Z\",\"0\",\"0.000531\",\"2000\"\n\"2024-06-14T22:25:00.000Z\",\"0\",\"0.000546\",\"2000\"\n\"2024-06-14T22:30:00.000Z\",\"0\",\"0.000505\",\"2000\"\n\"2024-06-14T22:35:00.000Z\",\"0\",\"0.000466\",\"2000\"\n\"2024-06-14T22:40:00.000Z\",\"0\",\"0.000564\",\"2000\"\n\"2024-06-14T22:45:00.000Z\",\"0\",\"0.0005\",\"2000\"\n\"2024-06-14T22:50:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-14T22:55:00.000Z\",\"0\",\"0.000421\",\"2000\"\n\"2024-06-14T23:00:00.000Z\",\"0\",\"0.000476\",\"2000\"\n\"2024-06-14T23:05:00.000Z\",\"0\",\"0.000525\",\"2000\"\n\"2024-06-14T23:10:00.000Z\",\"0\",\"0.000519\",\"2000\"\n\"2024-06-14T23:15:00.000Z\",\"0\",\"0.000514\",\"2000\"\n\"2024-06-14T23:20:00.000Z\",\"0\",\"0.000506\",\"2000\"\n\"2024-06-14T23:25:00.000Z\",\"0\",\"0.000485\",\"2000\"\n\"2024-06-14T23:30:00.000Z\",\"0\",\"0.000477\",\"2000\"\n\"2024-06-14T23:35:00.000Z\",\"0\",\"0.000469\",\"2000\"\n\"2024-06-14T23:40:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-14T23:45:00.000Z\",\"0\",\"0.000505\",\"2000\"\n\"2024-06-14T23:50:00.000Z\",\"0\",\"0.000505\",\"2000\"\n\"2024-06-14T23:55:00.000Z\",\"0\",\"0.000492\",\"2000\"\n\"2024-06-15T00:00:00.000Z\",\"0\",\"0.000499\",\"2000\"\n\"2024-06-15T00:05:00.000Z\",\"0\",\"0.000507\",\"2000\"\n\"2024-06-15T00:10:00.000Z\",\"0\",\"0.000495\",\"2000\"\n\"2024-06-15T00:15:00.000Z\",\"0\",\"0.000492\",\"2000\"\n\"2024-06-15T00:20:00.000Z\",\"0\",\"0.000474\",\"2000\"\n\"2024-06-15T00:25:00.000Z\",\"0\",\"0.000495\",\"2000\"\n\"2024-06-15T00:30:00.000Z\",\"0\",\"0.000466\",\"2000\"\n\"2024-06-15T00:35:00.000Z\",\"0\",\"0.000531\",\"2000\"\n\"2024-06-15T00:40:00.000Z\",\"0\",\"0.000561\",\"2000\"\n\"2024-06-15T00:45:00.000Z\",\"0\",\"0.00052\",\"2000\"\n\"2024-06-15T00:50:00.000Z\",\"0\",\"0.000534\",\"2000\"\n\"2024-06-15T00:55:00.000Z\",\"0\",\"0.00053\",\"2000\"\n\"2024-06-15T01:00:00.000Z\",\"0\",\"0.000466\",\"2000\"\n\"2024-06-15T01:05:00.000Z\",\"0\",\"0.000476\",\"2000\"\n\"2024-06-15T01:10:00.000Z\",\"0\",\"0.00053\",\"2000\"\n\"2024-06-15T01:15:00.000Z\",\"0\",\"0.000534\",\"2000\"\n\"2024-06-15T01:20:00.000Z\",\"0\",\"0.000525\",\"2000\"\n\"2024-06-15T01:25:00.000Z\",\"0\",\"0.000439\",\"2000\"\n\"2024-06-15T01:30:00.000Z\",\"0\",\"0.000539\",\"2000\"\n\"2024-06-15T01:35:00.000Z\",\"0\",\"0.000476\",\"2000\"\n\"2024-06-15T01:40:00.000Z\",\"0\",\"0.000476\",\"2000\"\n\"2024-06-15T01:45:00.000Z\",\"0\",\"0.000563\",\"2000\"\n\"2024-06-15T01:50:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-15T01:55:00.000Z\",\"0\",\"0.000474\",\"2000\"\n\"2024-06-15T02:00:00.000Z\",\"0\",\"0.000505\",\"2000\"\n\"2024-06-15T02:05:00.000Z\",\"0\",\"0.000555\",\"2000\"\n\"2024-06-15T02:10:00.000Z\",\"0\",\"0.000526\",\"2000\"\n\"2024-06-15T02:15:00.000Z\",\"0\",\"0.000524\",\"2000\"\n\"2024-06-15T02:20:00.000Z\",\"0\",\"0.00054\",\"2000\"\n\"2024-06-15T02:25:00.000Z\",\"0\",\"0.000534\",\"2000\"\n\"2024-06-15T02:30:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-15T02:35:00.000Z\",\"0\",\"0.00052\",\"2000\"\n\"2024-06-15T02:40:00.000Z\",\"0\",\"0.000548\",\"2000\"\n\"2024-06-15T02:45:00.000Z\",\"0\",\"0.000544\",\"2000\"\n\"2024-06-15T02:50:00.000Z\",\"0\",\"0.00053\",\"2000\"\n\"2024-06-15T02:55:00.000Z\",\"0\",\"0.000517\",\"2000\"\n\"2024-06-15T03:00:00.000Z\",\"0\",\"0.000524\",\"2000\"\n\"2024-06-15T03:05:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-15T03:10:00.000Z\",\"0\",\"0.000477\",\"2000\"\n\"2024-06-15T03:15:00.000Z\",\"0\",\"0.000469\",\"2000\"\n\"2024-06-15T03:20:00.000Z\",\"0\",\"0.000483\",\"2000\"\n\"2024-06-15T03:25:00.000Z\",\"0\",\"0.0005\",\"2000\"\n\"2024-06-15T03:30:00.000Z\",\"0\",\"0.000521\",\"2000\"\n\"2024-06-15T03:35:00.000Z\",\"0\",\"0.000511\",\"2000\"\n\"2024-06-15T03:40:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-15T03:45:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-15T03:50:00.000Z\",\"0\",\"0.000521\",\"2000\"\n\"2024-06-15T03:55:00.000Z\",\"0\",\"0.000521\",\"2000\"\n\"2024-06-15T04:00:00.000Z\",\"0\",\"0.000534\",\"2000\"\n\"2024-06-15T04:05:00.000Z\",\"0\",\"0.000485\",\"2000\"\n\"2024-06-15T04:10:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-15T04:15:00.000Z\",\"0\",\"0.000557\",\"2000\"\n\"2024-06-15T04:20:00.000Z\",\"0\",\"0.000509\",\"2000\"\n\"2024-06-15T04:25:00.000Z\",\"0\",\"0.000537\",\"2000\"\n\"2024-06-15T04:30:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-15T04:35:00.000Z\",\"0\",\"0.00053\",\"2000\"\n\"2024-06-15T04:40:00.000Z\",\"0\",\"0.000498\",\"2000\"\n\"2024-06-15T04:45:00.000Z\",\"0\",\"0.000466\",\"2000\"\n\"2024-06-15T04:50:00.000Z\",\"0\",\"0.000501\",\"2000\"\n\"2024-06-15T04:55:00.000Z\",\"0\",\"0.000514\",\"2000\"\n\"2024-06-15T05:00:00.000Z\",\"0\",\"0.000507\",\"2000\"\n\"2024-06-15T05:05:00.000Z\",\"0\",\"0.000534\",\"2000\"\n\"2024-06-15T05:10:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-15T05:15:00.000Z\",\"0\",\"0.00045\",\"2000\"\n\"2024-06-15T05:20:00.000Z\",\"0\",\"0.000515\",\"2000\"\n\"2024-06-15T05:25:00.000Z\",\"0\",\"0.000466\",\"2000\"\n\"2024-06-15T05:30:00.000Z\",\"0\",\"0.000529\",\"2000\"\n\"2024-06-15T05:35:00.000Z\",\"0\",\"0.000523\",\"2000\"\n\"2024-06-15T05:40:00.000Z\",\"0\",\"0.000518\",\"2000\"\n\"2024-06-15T05:45:00.000Z\",\"0\",\"0.000473\",\"2000\"\n\"2024-06-15T05:50:00.000Z\",\"0\",\"0.000546\",\"2000\"\n\"2024-06-15T05:55:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-15T06:00:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-15T06:05:00.000Z\",\"0\",\"0.000539\",\"2000\"\n\"2024-06-15T06:10:00.000Z\",\"0\",\"0.000489\",\"2000\"\n\"2024-06-15T06:15:00.000Z\",\"0\",\"0.000531\",\"2000\"\n\"2024-06-15T06:20:00.000Z\",\"0\",\"0.000517\",\"2000\"\n\"2024-06-15T06:25:00.000Z\",\"0\",\"0.000474\",\"2000\"\n\"2024-06-15T06:30:00.000Z\",\"0\",\"0.000468\",\"2000\"\n\"2024-06-15T06:35:00.000Z\",\"0\",\"0.000447\",\"2000\"\n\"2024-06-15T06:40:00.000Z\",\"0\",\"0.000507\",\"2000\"\n\"2024-06-15T06:45:00.000Z\",\"0\",\"0.000492\",\"2000\"\n\"2024-06-15T06:50:00.000Z\",\"0\",\"0.000495\",\"2000\"\n\"2024-06-15T06:55:00.000Z\",\"0\",\"0.000521\",\"2000\"\n\"2024-06-15T07:00:00.000Z\",\"0\",\"0.000538\",\"2000\"\n\"2024-06-15T07:05:00.000Z\",\"0\",\"0.000476\",\"2000\"\n\"2024-06-15T07:10:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-15T07:15:00.000Z\",\"0\",\"0.000466\",\"2000\"\n\"2024-06-15T07:20:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-15T07:25:00.000Z\",\"0\",\"0.000521\",\"2000\"\n\"2024-06-15T07:30:00.000Z\",\"0\",\"0.000466\",\"2000\"\n\"2024-06-15T07:35:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-15T07:40:00.000Z\",\"0\",\"0.000506\",\"2000\"\n\"2024-06-15T07:45:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-15T07:50:00.000Z\",\"0\",\"0.000485\",\"2000\"\n\"2024-06-15T07:55:00.000Z\",\"0\",\"0.000498\",\"2000\"\n\"2024-06-15T08:00:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-15T08:05:00.000Z\",\"0\",\"0.00053\",\"2000\"\n\"2024-06-15T08:10:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-15T08:15:00.000Z\",\"0\",\"0.000489\",\"2000\"\n\"2024-06-15T08:20:00.000Z\",\"0\",\"0.000437\",\"2000\"\n\"2024-06-15T08:25:00.000Z\",\"0\",\"0.000468\",\"2000\"\n\"2024-06-15T08:30:00.000Z\",\"0\",\"0.000454\",\"2000\"\n\"2024-06-15T08:35:00.000Z\",\"0\",\"0.000499\",\"2000\"\n\"2024-06-15T08:40:00.000Z\",\"0\",\"0.000478\",\"2000\"\n\"2024-06-15T08:45:00.000Z\",\"0\",\"0.00053\",\"2000\"\n\"2024-06-15T08:50:00.000Z\",\"0\",\"0.000492\",\"2000\"\n\"2024-06-15T08:55:00.000Z\",\"0\",\"0.000463\",\"2000\"\n\"2024-06-15T09:00:00.000Z\",\"0\",\"0.000508\",\"2000\"\n\"2024-06-15T09:05:00.000Z\",\"0\",\"0.000488\",\"2000\"\n\"2024-06-15T09:10:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-15T09:15:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-15T09:20:00.000Z\",\"0\",\"0.000507\",\"2000\"\n\"2024-06-15T09:25:00.000Z\",\"0\",\"0.000521\",\"2000\"\n\"2024-06-15T09:30:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-15T09:35:00.000Z\",\"0\",\"0.000489\",\"2000\"\n\"2024-06-15T09:40:00.000Z\",\"0\",\"0.000519\",\"2000\"\n\"2024-06-15T09:45:00.000Z\",\"0\",\"0.000541\",\"2000\"\n\"2024-06-15T09:50:00.000Z\",\"0\",\"0.000521\",\"2000\"\n\"2024-06-15T09:55:00.000Z\",\"0\",\"0.000457\",\"2000\"\n\"2024-06-15T10:00:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-15T10:05:00.000Z\",\"0\",\"0.000498\",\"2000\"\n\"2024-06-15T10:10:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-15T10:15:00.000Z\",\"0\",\"0.00053\",\"2000\"\n\"2024-06-15T10:20:00.000Z\",\"0\",\"0.000539\",\"2000\"\n\"2024-06-15T10:25:00.000Z\",\"0\",\"0.000521\",\"2000\"\n\"2024-06-15T10:30:00.000Z\",\"0\",\"0.000489\",\"2000\"\n\"2024-06-15T10:35:00.000Z\",\"0\",\"0.000521\",\"2000\"\n\"2024-06-15T10:40:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-15T10:45:00.000Z\",\"0\",\"0.000534\",\"2000\"\n\"2024-06-15T10:50:00.000Z\",\"0\",\"0.000471\",\"2000\"\n\"2024-06-15T10:55:00.000Z\",\"0\",\"0.000521\",\"2000\"\n\"2024-06-15T11:00:00.000Z\",\"0\",\"0.000457\",\"2000\"\n\"2024-06-15T11:05:00.000Z\",\"0\",\"0.000486\",\"2000\"\n\"2024-06-15T11:10:00.000Z\",\"0\",\"0.000514\",\"2000\"\n\"2024-06-15T11:15:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-15T11:20:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-15T11:25:00.000Z\",\"0\",\"0.000448\",\"2000\"\n\"2024-06-15T11:30:00.000Z\",\"0\",\"0.000462\",\"2000\"\n\"2024-06-15T11:35:00.000Z\",\"0\",\"0.000457\",\"2000\"\n\"2024-06-15T11:40:00.000Z\",\"0\",\"0.00053\",\"2000\"\n\"2024-06-15T11:45:00.000Z\",\"0\",\"0.00053\",\"2000\"\n\"2024-06-15T11:50:00.000Z\",\"0\",\"0.000523\",\"2000\"\n\"2024-06-15T11:55:00.000Z\",\"0\",\"0.000519\",\"2000\"\n\"2024-06-15T12:00:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-15T12:05:00.000Z\",\"0\",\"0.00053\",\"2000\"\n\"2024-06-15T12:10:00.000Z\",\"0\",\"0.000498\",\"2000\"\n\"2024-06-15T12:15:00.000Z\",\"0\",\"0.000524\",\"2000\"\n\"2024-06-15T12:20:00.000Z\",\"0\",\"0.000502\",\"2000\"\n\"2024-06-15T12:25:00.000Z\",\"0\",\"0.000495\",\"2000\"\n\"2024-06-15T12:30:00.000Z\",\"0\",\"0.000539\",\"2000\"\n\"2024-06-15T12:35:00.000Z\",\"0\",\"0.000548\",\"2000\"\n\"2024-06-15T12:40:00.000Z\",\"0\",\"0.000507\",\"2000\"\n\"2024-06-15T12:45:00.000Z\",\"0\",\"0.000471\",\"2000\"\n\"2024-06-15T12:50:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-15T12:55:00.000Z\",\"0\",\"0.000552\",\"2000\"\n\"2024-06-15T13:00:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-15T13:05:00.000Z\",\"0\",\"0.000532\",\"2000\"\n\"2024-06-15T13:10:00.000Z\",\"0\",\"0.000514\",\"2000\"\n\"2024-06-15T13:15:00.000Z\",\"0\",\"0.000525\",\"2000\"\n\"2024-06-15T13:20:00.000Z\",\"0\",\"0.000539\",\"2000\"\n\"2024-06-15T13:25:00.000Z\",\"0\",\"0.000498\",\"2000\"\n\"2024-06-15T13:30:00.000Z\",\"0\",\"0.00047\",\"2000\"\n\"2024-06-15T13:35:00.000Z\",\"0\",\"0.00047\",\"2000\"\n\"2024-06-15T13:40:00.000Z\",\"0\",\"0.00053\",\"2000\"\n\"2024-06-15T13:45:00.000Z\",\"0\",\"0.000521\",\"2000\"\n\"2024-06-15T13:50:00.000Z\",\"0\",\"0.000517\",\"2000\"\n\"2024-06-15T13:55:00.000Z\",\"0\",\"0.000457\",\"2000\"\n\"2024-06-15T14:00:00.000Z\",\"0\",\"0.000556\",\"2000\"\n\"2024-06-15T14:05:00.000Z\",\"0\",\"0.00054\",\"2000\"\n\"2024-06-15T14:10:00.000Z\",\"0\",\"0.000527\",\"2000\"\n\"2024-06-15T14:15:00.000Z\",\"0\",\"0.000469\",\"2000\"\n\"2024-06-15T14:20:00.000Z\",\"0\",\"0.000466\",\"2000\"\n\"2024-06-15T14:25:00.000Z\",\"0\",\"0.000525\",\"2000\"\n\"2024-06-15T14:30:00.000Z\",\"0\",\"0.000539\",\"2000\"\n\"2024-06-15T14:35:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-15T14:40:00.000Z\",\"0\",\"0.000498\",\"2000\"\n\"2024-06-15T14:45:00.000Z\",\"0\",\"0.000539\",\"2000\"\n\"2024-06-15T14:50:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-15T14:55:00.000Z\",\"0\",\"0.000516\",\"2000\"\n\"2024-06-15T15:00:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-15T15:05:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-15T15:10:00.000Z\",\"0\",\"0.00048\",\"2000\"\n\"2024-06-15T15:15:00.000Z\",\"0\",\"0.000462\",\"2000\"\n\"2024-06-15T15:20:00.000Z\",\"0\",\"0.000514\",\"2000\"\n\"2024-06-15T15:25:00.000Z\",\"0\",\"0.000514\",\"2000\"\n\"2024-06-15T15:30:00.000Z\",\"0\",\"0.000476\",\"2000\"\n\"2024-06-15T15:35:00.000Z\",\"0\",\"0.000485\",\"2000\"\n\"2024-06-15T15:40:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-15T15:45:00.000Z\",\"0\",\"0.000516\",\"2000\"\n\"2024-06-15T15:50:00.000Z\",\"0\",\"0.000434\",\"2000\"\n\"2024-06-15T15:55:00.000Z\",\"0\",\"0.000528\",\"2000\"\n\"2024-06-15T16:00:00.000Z\",\"0\",\"0.000486\",\"2000\"\n\"2024-06-15T16:05:00.000Z\",\"0\",\"0.000457\",\"2000\"\n\"2024-06-15T16:10:00.000Z\",\"0\",\"0.0005\",\"2000\"\n\"2024-06-15T16:15:00.000Z\",\"0\",\"0.000483\",\"2000\"\n\"2024-06-15T16:20:00.000Z\",\"0\",\"0.000466\",\"2000\"\n\"2024-06-15T16:25:00.000Z\",\"0\",\"0.000501\",\"2000\"\n\"2024-06-15T16:30:00.000Z\",\"0\",\"0.000495\",\"2000\"\n\"2024-06-15T16:35:00.000Z\",\"0\",\"0.000498\",\"2000\"\n\"2024-06-15T16:40:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-15T16:45:00.000Z\",\"0\",\"0.00053\",\"2000\"\n\"2024-06-15T16:50:00.000Z\",\"0\",\"0.000507\",\"2000\"\n\"2024-06-15T16:55:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-15T17:00:00.000Z\",\"0\",\"0.000498\",\"2000\"\n\"2024-06-15T17:05:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-15T17:10:00.000Z\",\"0\",\"0.000485\",\"2000\"\n\"2024-06-15T17:15:00.000Z\",\"0\",\"0.000492\",\"2000\"\n\"2024-06-15T17:20:00.000Z\",\"0\",\"0.000468\",\"2000\"\n\"2024-06-15T17:25:00.000Z\",\"0\",\"0.000457\",\"2000\"\n\"2024-06-15T17:30:00.000Z\",\"0\",\"0.000466\",\"2000\"\n\"2024-06-15T17:35:00.000Z\",\"0\",\"0.000458\",\"2000\"\n\"2024-06-15T17:40:00.000Z\",\"0\",\"0.000524\",\"2000\"\n\"2024-06-15T17:45:00.000Z\",\"0\",\"0.000514\",\"2000\"\n\"2024-06-15T17:50:00.000Z\",\"0\",\"0.000538\",\"2000\"\n\"2024-06-15T17:55:00.000Z\",\"0\",\"0.000492\",\"2000\"\n\"2024-06-15T18:00:00.000Z\",\"0\",\"0.000525\",\"2000\"\n\"2024-06-15T18:05:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-15T18:10:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-15T18:15:00.000Z\",\"0\",\"0.00053\",\"2000\"\n\"2024-06-15T18:20:00.000Z\",\"0\",\"0.000489\",\"2000\"\n\"2024-06-15T18:25:00.000Z\",\"0\",\"0.000513\",\"2000\"\n\"2024-06-15T18:30:00.000Z\",\"0\",\"0.000497\",\"2000\"\n\"2024-06-15T18:35:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-15T18:40:00.000Z\",\"0\",\"0.000489\",\"2000\"\n\"2024-06-15T18:45:00.000Z\",\"0\",\"0.000532\",\"2000\"\n\"2024-06-15T18:50:00.000Z\",\"0\",\"0.000443\",\"2000\"\n\"2024-06-15T18:55:00.000Z\",\"0\",\"0.000483\",\"2000\"\n\"2024-06-15T19:00:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-15T19:05:00.000Z\",\"0\",\"0.000521\",\"2000\"\n\"2024-06-15T19:10:00.000Z\",\"0\",\"0.000532\",\"2000\"\n\"2024-06-15T19:15:00.000Z\",\"0\",\"0.000495\",\"2000\"\n\"2024-06-15T19:20:00.000Z\",\"0\",\"0.00051\",\"2000\"\n\"2024-06-15T19:25:00.000Z\",\"0\",\"0.000491\",\"2000\"\n\"2024-06-15T19:30:00.000Z\",\"0\",\"0.000485\",\"2000\"\n\"2024-06-15T19:35:00.000Z\",\"0\",\"0.000498\",\"2000\"\n\"2024-06-15T19:40:00.000Z\",\"0\",\"0.000517\",\"2000\"\n\"2024-06-15T19:45:00.000Z\",\"0\",\"0.000497\",\"2000\"\n\"2024-06-15T19:50:00.000Z\",\"0\",\"0.00052\",\"2000\"\n\"2024-06-15T19:55:00.000Z\",\"0\",\"0.000472\",\"2000\"\n\"2024-06-15T20:00:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-15T20:05:00.000Z\",\"0\",\"0.000563\",\"2000\"\n\"2024-06-15T20:10:00.000Z\",\"0\",\"0.000465\",\"2000\"\n\"2024-06-15T20:15:00.000Z\",\"0\",\"0.000466\",\"2000\"\n\"2024-06-15T20:20:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-15T20:25:00.000Z\",\"0\",\"0.000543\",\"2000\"\n\"2024-06-15T20:30:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-15T20:35:00.000Z\",\"0\",\"0.000498\",\"2000\"\n\"2024-06-15T20:40:00.000Z\",\"0\",\"0.000514\",\"2000\"\n\"2024-06-15T20:45:00.000Z\",\"0\",\"0.000487\",\"2000\"\n\"2024-06-15T20:50:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-15T20:55:00.000Z\",\"0\",\"0.00048\",\"2000\"\n\"2024-06-15T21:00:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-15T21:05:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-15T21:10:00.000Z\",\"0\",\"0.00053\",\"2000\"\n\"2024-06-15T21:15:00.000Z\",\"0\",\"0.000507\",\"2000\"\n\"2024-06-15T21:20:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-15T21:25:00.000Z\",\"0\",\"0.000476\",\"2000\"\n\"2024-06-15T21:30:00.000Z\",\"0\",\"0.000508\",\"2000\"\n\"2024-06-15T21:35:00.000Z\",\"0\",\"0.000506\",\"2000\"\n\"2024-06-15T21:40:00.000Z\",\"0\",\"0.000456\",\"2000\"\n\"2024-06-15T21:45:00.000Z\",\"0\",\"0.000527\",\"2000\"\n\"2024-06-15T21:50:00.000Z\",\"0\",\"0.00053\",\"2000\"\n\"2024-06-15T21:55:00.000Z\",\"0\",\"0.000521\",\"2000\"\n\"2024-06-15T22:00:00.000Z\",\"0\",\"0.00048\",\"2000\"\n\"2024-06-15T22:05:00.000Z\",\"0\",\"0.000466\",\"2000\"\n\"2024-06-15T22:10:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-15T22:15:00.000Z\",\"0\",\"0.000525\",\"2000\"\n\"2024-06-15T22:20:00.000Z\",\"0\",\"0.000466\",\"2000\"\n\"2024-06-15T22:25:00.000Z\",\"0\",\"0.000466\",\"2000\"\n\"2024-06-15T22:30:00.000Z\",\"0\",\"0.000552\",\"2000\"\n\"2024-06-15T22:35:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-15T22:40:00.000Z\",\"0\",\"0.000548\",\"2000\"\n\"2024-06-15T22:45:00.000Z\",\"0\",\"0.00046\",\"2000\"\n\"2024-06-15T22:50:00.000Z\",\"0\",\"0.00049\",\"2000\"\n\"2024-06-15T22:55:00.000Z\",\"0\",\"0.000508\",\"2000\"\n\"2024-06-15T23:00:00.000Z\",\"0\",\"0.000489\",\"2000\"\n\"2024-06-15T23:05:00.000Z\",\"0\",\"0.000489\",\"2000\"\n\"2024-06-15T23:10:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-15T23:15:00.000Z\",\"0\",\"0.000457\",\"2000\"\n\"2024-06-15T23:20:00.000Z\",\"0\",\"0.000539\",\"2000\"\n\"2024-06-15T23:25:00.000Z\",\"0\",\"0.00051\",\"2000\"\n\"2024-06-15T23:30:00.000Z\",\"0\",\"0.000485\",\"2000\"\n\"2024-06-15T23:35:00.000Z\",\"0\",\"0.000423\",\"2000\"\n\"2024-06-15T23:40:00.000Z\",\"0\",\"0.000506\",\"2000\"\n\"2024-06-15T23:45:00.000Z\",\"0\",\"0.000499\",\"2000\"\n\"2024-06-15T23:50:00.000Z\",\"0\",\"0.000457\",\"2000\"\n\"2024-06-15T23:55:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-16T00:00:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-16T00:05:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-16T00:10:00.000Z\",\"0\",\"0.000527\",\"2000\"\n\"2024-06-16T00:15:00.000Z\",\"0\",\"0.000519\",\"2000\"\n\"2024-06-16T00:20:00.000Z\",\"0\",\"0.00048\",\"2000\"\n\"2024-06-16T00:25:00.000Z\",\"0\",\"0.00048\",\"2000\"\n\"2024-06-16T00:30:00.000Z\",\"0\",\"0.000525\",\"2000\"\n\"2024-06-16T00:35:00.000Z\",\"0\",\"0.000516\",\"2000\"\n\"2024-06-16T00:40:00.000Z\",\"0\",\"0.000521\",\"2000\"\n\"2024-06-16T00:45:00.000Z\",\"0\",\"0.000457\",\"2000\"\n\"2024-06-16T00:50:00.000Z\",\"0\",\"0.000462\",\"2000\"\n\"2024-06-16T00:55:00.000Z\",\"0\",\"0.00053\",\"2000\"\n\"2024-06-16T01:00:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-16T01:05:00.000Z\",\"0\",\"0.000462\",\"2000\"\n\"2024-06-16T01:10:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-16T01:15:00.000Z\",\"0\",\"0.000492\",\"2000\"\n\"2024-06-16T01:20:00.000Z\",\"0\",\"0.000536\",\"2000\"\n\"2024-06-16T01:25:00.000Z\",\"0\",\"0.00053\",\"2000\"\n\"2024-06-16T01:30:00.000Z\",\"0\",\"0.000515\",\"2000\"\n\"2024-06-16T01:35:00.000Z\",\"0\",\"0.000498\",\"2000\"\n\"2024-06-16T01:40:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-16T01:45:00.000Z\",\"0\",\"0.00045\",\"2000\"\n\"2024-06-16T01:50:00.000Z\",\"0\",\"0.000506\",\"2000\"\n\"2024-06-16T01:55:00.000Z\",\"0\",\"0.000489\",\"2000\"\n\"2024-06-16T02:00:00.000Z\",\"0\",\"0.00047\",\"2000\"\n\"2024-06-16T02:05:00.000Z\",\"0\",\"0.000514\",\"2000\"\n\"2024-06-16T02:10:00.000Z\",\"0\",\"0.000491\",\"2000\"\n\"2024-06-16T02:15:00.000Z\",\"0\",\"0.000485\",\"2000\"\n\"2024-06-16T02:20:00.000Z\",\"0\",\"0.000421\",\"2000\"\n\"2024-06-16T02:25:00.000Z\",\"0\",\"0.000505\",\"2000\"\n\"2024-06-16T02:30:00.000Z\",\"0\",\"0.000545\",\"2000\"\n\"2024-06-16T02:35:00.000Z\",\"0\",\"0.000519\",\"2000\"\n\"2024-06-16T02:40:00.000Z\",\"0\",\"0.000487\",\"2000\"\n\"2024-06-16T02:45:00.000Z\",\"0\",\"0.000507\",\"2000\"\n\"2024-06-16T02:50:00.000Z\",\"0\",\"0.000457\",\"2000\"\n\"2024-06-16T02:55:00.000Z\",\"0\",\"0.000457\",\"2000\"\n\"2024-06-16T03:00:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-16T03:05:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-16T03:10:00.000Z\",\"0\",\"0.000543\",\"2000\"\n\"2024-06-16T03:15:00.000Z\",\"0\",\"0.000476\",\"2000\"\n\"2024-06-16T03:20:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-16T03:25:00.000Z\",\"0\",\"0.000543\",\"2000\"\n\"2024-06-16T03:30:00.000Z\",\"0\",\"0.000523\",\"2000\"\n\"2024-06-16T03:35:00.000Z\",\"0\",\"0.00051\",\"2000\"\n\"2024-06-16T03:40:00.000Z\",\"0\",\"0.000498\",\"2000\"\n\"2024-06-16T03:45:00.000Z\",\"0\",\"0.000471\",\"2000\"\n\"2024-06-16T03:50:00.000Z\",\"0\",\"0.000489\",\"2000\"\n\"2024-06-16T03:55:00.000Z\",\"0\",\"0.000485\",\"2000\"\n\"2024-06-16T04:00:00.000Z\",\"0\",\"0.000471\",\"2000\"\n\"2024-06-16T04:05:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-16T04:10:00.000Z\",\"0\",\"0.000521\",\"2000\"\n\"2024-06-16T04:15:00.000Z\",\"0\",\"0.000537\",\"2000\"\n\"2024-06-16T04:20:00.000Z\",\"0\",\"0.000495\",\"2000\"\n\"2024-06-16T04:25:00.000Z\",\"0\",\"0.000529\",\"2000\"\n\"2024-06-16T04:30:00.000Z\",\"0\",\"0.000534\",\"2000\"\n\"2024-06-16T04:35:00.000Z\",\"0\",\"0.00049\",\"2000\"\n\"2024-06-16T04:40:00.000Z\",\"0\",\"0.000506\",\"2000\"\n\"2024-06-16T04:45:00.000Z\",\"0\",\"0.000462\",\"2000\"\n\"2024-06-16T04:50:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-16T04:55:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-16T05:00:00.000Z\",\"0\",\"0.000476\",\"2000\"\n\"2024-06-16T05:05:00.000Z\",\"0\",\"0.000521\",\"2000\"\n\"2024-06-16T05:10:00.000Z\",\"0\",\"0.000457\",\"2000\"\n\"2024-06-16T05:15:00.000Z\",\"0\",\"0.000525\",\"2000\"\n\"2024-06-16T05:20:00.000Z\",\"0\",\"0.000485\",\"2000\"\n\"2024-06-16T05:25:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-16T05:30:00.000Z\",\"0\",\"0.000457\",\"2000\"\n\"2024-06-16T05:35:00.000Z\",\"0\",\"0.000466\",\"2000\"\n\"2024-06-16T05:40:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-16T05:45:00.000Z\",\"0\",\"0.000485\",\"2000\"\n\"2024-06-16T05:50:00.000Z\",\"0\",\"0.000474\",\"2000\"\n\"2024-06-16T05:55:00.000Z\",\"0\",\"0.000486\",\"2000\"\n\"2024-06-16T06:00:00.000Z\",\"0\",\"0.00053\",\"2000\"\n\"2024-06-16T06:05:00.000Z\",\"0\",\"0.000507\",\"2000\"\n\"2024-06-16T06:10:00.000Z\",\"0\",\"0.000539\",\"2000\"\n\"2024-06-16T06:15:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-16T06:20:00.000Z\",\"0\",\"0.000525\",\"2000\"\n\"2024-06-16T06:25:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-16T06:30:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-16T06:35:00.000Z\",\"0\",\"0.000498\",\"2000\"\n\"2024-06-16T06:40:00.000Z\",\"0\",\"0.000507\",\"2000\"\n\"2024-06-16T06:45:00.000Z\",\"0\",\"0.000485\",\"2000\"\n\"2024-06-16T06:50:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-16T06:55:00.000Z\",\"0\",\"0.000476\",\"2000\"\n\"2024-06-16T07:00:00.000Z\",\"0\",\"0.000457\",\"2000\"\n\"2024-06-16T07:05:00.000Z\",\"0\",\"0.000476\",\"2000\"\n\"2024-06-16T07:10:00.000Z\",\"0\",\"0.000555\",\"2000\"\n\"2024-06-16T07:15:00.000Z\",\"0\",\"0.000469\",\"2000\"\n\"2024-06-16T07:20:00.000Z\",\"0\",\"0.000497\",\"2000\"\n\"2024-06-16T07:25:00.000Z\",\"0\",\"0.000498\",\"2000\"\n\"2024-06-16T07:30:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-16T07:35:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-16T07:40:00.000Z\",\"0\",\"0.000516\",\"2000\"\n\"2024-06-16T07:45:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-16T07:50:00.000Z\",\"0\",\"0.00048\",\"2000\"\n\"2024-06-16T07:55:00.000Z\",\"0\",\"0.000471\",\"2000\"\n\"2024-06-16T08:00:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-16T08:05:00.000Z\",\"0\",\"0.000525\",\"2000\"\n\"2024-06-16T08:10:00.000Z\",\"0\",\"0.000525\",\"2000\"\n\"2024-06-16T08:15:00.000Z\",\"0\",\"0.000485\",\"2000\"\n\"2024-06-16T08:20:00.000Z\",\"0\",\"0.000498\",\"2000\"\n\"2024-06-16T08:25:00.000Z\",\"0\",\"0.000485\",\"2000\"\n\"2024-06-16T08:30:00.000Z\",\"0\",\"0.000448\",\"2000\"\n\"2024-06-16T08:35:00.000Z\",\"0\",\"0.000448\",\"2000\"\n\"2024-06-16T08:40:00.000Z\",\"0\",\"0.000516\",\"2000\"\n\"2024-06-16T08:45:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-16T08:50:00.000Z\",\"0\",\"0.000521\",\"2000\"\n\"2024-06-16T08:55:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-16T09:00:00.000Z\",\"0\",\"0.000508\",\"2000\"\n\"2024-06-16T09:05:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-16T09:10:00.000Z\",\"0\",\"0.000477\",\"2000\"\n\"2024-06-16T09:15:00.000Z\",\"0\",\"0.00054\",\"2000\"\n\"2024-06-16T09:20:00.000Z\",\"0\",\"0.000515\",\"2000\"\n\"2024-06-16T09:25:00.000Z\",\"0\",\"0.000468\",\"2000\"\n\"2024-06-16T09:30:00.000Z\",\"0\",\"0.000483\",\"2000\"\n\"2024-06-16T09:35:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-16T09:40:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-16T09:45:00.000Z\",\"0\",\"0.000532\",\"2000\"\n\"2024-06-16T09:50:00.000Z\",\"0\",\"0.000495\",\"2000\"\n\"2024-06-16T09:55:00.000Z\",\"0\",\"0.000439\",\"2000\"\n\"2024-06-16T10:00:00.000Z\",\"0\",\"0.000501\",\"2000\"\n\"2024-06-16T10:05:00.000Z\",\"0\",\"0.000488\",\"2000\"\n\"2024-06-16T10:10:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-16T10:15:00.000Z\",\"0\",\"0.000496\",\"2000\"\n\"2024-06-16T10:20:00.000Z\",\"0\",\"0.000498\",\"2000\"\n\"2024-06-16T10:25:00.000Z\",\"0\",\"0.000509\",\"2000\"\n\"2024-06-16T10:30:00.000Z\",\"0\",\"0.000514\",\"2000\"\n\"2024-06-16T10:35:00.000Z\",\"0\",\"0.00047\",\"2000\"\n\"2024-06-16T10:40:00.000Z\",\"0\",\"0.000504\",\"2000\"\n\"2024-06-16T10:45:00.000Z\",\"0\",\"0.000463\",\"2000\"\n\"2024-06-16T10:50:00.000Z\",\"0\",\"0.000537\",\"2000\"\n\"2024-06-16T10:55:00.000Z\",\"0\",\"0.000521\",\"2000\"\n\"2024-06-16T11:00:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-16T11:05:00.000Z\",\"0\",\"0.000443\",\"2000\"\n\"2024-06-16T11:10:00.000Z\",\"0\",\"0.000515\",\"2000\"\n\"2024-06-16T11:15:00.000Z\",\"0\",\"0.000521\",\"2000\"\n\"2024-06-16T11:20:00.000Z\",\"0\",\"0.000462\",\"2000\"\n\"2024-06-16T11:25:00.000Z\",\"0\",\"0.00048\",\"2000\"\n\"2024-06-16T11:30:00.000Z\",\"0\",\"0.000488\",\"2000\"\n\"2024-06-16T11:35:00.000Z\",\"0\",\"0.000459\",\"2000\"\n\"2024-06-16T11:40:00.000Z\",\"0\",\"0.000498\",\"2000\"\n\"2024-06-16T11:45:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-16T11:50:00.000Z\",\"0\",\"0.00053\",\"2000\"\n\"2024-06-16T11:55:00.000Z\",\"0\",\"0.00048\",\"2000\"\n\"2024-06-16T12:00:00.000Z\",\"0\",\"0.000509\",\"2000\"\n\"2024-06-16T12:05:00.000Z\",\"0\",\"0.000454\",\"2000\"\n\"2024-06-16T12:10:00.000Z\",\"0\",\"0.000468\",\"2000\"\n\"2024-06-16T12:15:00.000Z\",\"0\",\"0.000483\",\"2000\"\n\"2024-06-16T12:20:00.000Z\",\"0\",\"0.000514\",\"2000\"\n\"2024-06-16T12:25:00.000Z\",\"0\",\"0.000489\",\"2000\"\n\"2024-06-16T12:30:00.000Z\",\"0\",\"0.000489\",\"2000\"\n\"2024-06-16T12:35:00.000Z\",\"0\",\"0.00054\",\"2000\"\n\"2024-06-16T12:40:00.000Z\",\"0\",\"0.000461\",\"2000\"\n\"2024-06-16T12:45:00.000Z\",\"0\",\"0.000489\",\"2000\"\n\"2024-06-16T12:50:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-16T12:55:00.000Z\",\"0\",\"0.000466\",\"2000\"\n\"2024-06-16T13:00:00.000Z\",\"0\",\"0.000524\",\"2000\"\n\"2024-06-16T13:05:00.000Z\",\"0\",\"0.000544\",\"2000\"\n\"2024-06-16T13:10:00.000Z\",\"0\",\"0.000523\",\"2000\"\n\"2024-06-16T13:15:00.000Z\",\"0\",\"0.0005\",\"2000\"\n\"2024-06-16T13:20:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-16T13:25:00.000Z\",\"0\",\"0.000462\",\"2000\"\n\"2024-06-16T13:30:00.000Z\",\"0\",\"0.000462\",\"2000\"\n\"2024-06-16T13:35:00.000Z\",\"0\",\"0.000508\",\"2000\"\n\"2024-06-16T13:40:00.000Z\",\"0\",\"0.000466\",\"2000\"\n\"2024-06-16T13:45:00.000Z\",\"0\",\"0.000476\",\"2000\"\n\"2024-06-16T13:50:00.000Z\",\"0\",\"0.000502\",\"2000\"\n\"2024-06-16T13:55:00.000Z\",\"0\",\"0.000508\",\"2000\"\n\"2024-06-16T14:00:00.000Z\",\"0\",\"0.000526\",\"2000\"\n\"2024-06-16T14:05:00.000Z\",\"0\",\"0.000474\",\"2000\"\n\"2024-06-16T14:10:00.000Z\",\"0\",\"0.000476\",\"2000\"\n\"2024-06-16T14:15:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-16T14:20:00.000Z\",\"0\",\"0.00053\",\"2000\"\n\"2024-06-16T14:25:00.000Z\",\"0\",\"0.000462\",\"2000\"\n\"2024-06-16T14:30:00.000Z\",\"0\",\"0.000462\",\"2000\"\n\"2024-06-16T14:35:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-16T14:40:00.000Z\",\"0\",\"0.000511\",\"2000\"\n\"2024-06-16T14:45:00.000Z\",\"0\",\"0.000548\",\"2000\"\n\"2024-06-16T14:50:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-16T14:55:00.000Z\",\"0\",\"0.000471\",\"2000\"\n\"2024-06-16T15:00:00.000Z\",\"0\",\"0.000534\",\"2000\"\n\"2024-06-16T15:05:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-16T15:10:00.000Z\",\"0\",\"0.000457\",\"2000\"\n\"2024-06-16T15:15:00.000Z\",\"0\",\"0.000515\",\"2000\"\n\"2024-06-16T15:20:00.000Z\",\"0\",\"0.000508\",\"2000\"\n\"2024-06-16T15:25:00.000Z\",\"0\",\"0.000476\",\"2000\"\n\"2024-06-16T15:30:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-16T15:35:00.000Z\",\"0\",\"0.000471\",\"2000\"\n\"2024-06-16T15:40:00.000Z\",\"0\",\"0.000476\",\"2000\"\n\"2024-06-16T15:45:00.000Z\",\"0\",\"0.000525\",\"2000\"\n\"2024-06-16T15:50:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-16T15:55:00.000Z\",\"0\",\"0.000507\",\"2000\"\n\"2024-06-16T16:00:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-16T16:05:00.000Z\",\"0\",\"0.000507\",\"2000\"\n\"2024-06-16T16:10:00.000Z\",\"0\",\"0.000457\",\"2000\"\n\"2024-06-16T16:15:00.000Z\",\"0\",\"0.000457\",\"2000\"\n\"2024-06-16T16:20:00.000Z\",\"0\",\"0.000523\",\"2000\"\n\"2024-06-16T16:25:00.000Z\",\"0\",\"0.00055\",\"2000\"\n\"2024-06-16T16:30:00.000Z\",\"0\",\"0.000476\",\"2000\"\n\"2024-06-16T16:35:00.000Z\",\"0\",\"0.000489\",\"2000\"\n\"2024-06-16T16:40:00.000Z\",\"0\",\"0.000483\",\"2000\"\n\"2024-06-16T16:45:00.000Z\",\"0\",\"0.000505\",\"2000\"\n\"2024-06-16T16:50:00.000Z\",\"0\",\"0.000463\",\"2000\"\n\"2024-06-16T16:55:00.000Z\",\"0\",\"0.000514\",\"2000\"\n\"2024-06-16T17:00:00.000Z\",\"0\",\"0.000444\",\"2000\"\n\"2024-06-16T17:05:00.000Z\",\"0\",\"0.000462\",\"2000\"\n\"2024-06-16T17:10:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-16T17:15:00.000Z\",\"0\",\"0.000507\",\"2000\"\n\"2024-06-16T17:20:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-16T17:25:00.000Z\",\"0\",\"0.000521\",\"2000\"\n\"2024-06-16T17:30:00.000Z\",\"0\",\"0.000521\",\"2000\"\n\"2024-06-16T17:35:00.000Z\",\"0\",\"0.000539\",\"2000\"\n\"2024-06-16T17:40:00.000Z\",\"0\",\"0.000476\",\"2000\"\n\"2024-06-16T17:45:00.000Z\",\"0\",\"0.000507\",\"2000\"\n\"2024-06-16T17:50:00.000Z\",\"0\",\"0.000485\",\"2000\"\n\"2024-06-16T17:55:00.000Z\",\"0\",\"0.000485\",\"2000\"\n\"2024-06-16T18:00:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-16T18:05:00.000Z\",\"0\",\"0.000507\",\"2000\"\n\"2024-06-16T18:10:00.000Z\",\"0\",\"0.000501\",\"2000\"\n\"2024-06-16T18:15:00.000Z\",\"0\",\"0.000502\",\"2000\"\n\"2024-06-16T18:20:00.000Z\",\"0\",\"0.000456\",\"2000\"\n\"2024-06-16T18:25:00.000Z\",\"0\",\"0.000543\",\"2000\"\n\"2024-06-16T18:30:00.000Z\",\"0\",\"0.000527\",\"2000\"\n\"2024-06-16T18:35:00.000Z\",\"0\",\"0.000485\",\"2000\"\n\"2024-06-16T18:40:00.000Z\",\"0\",\"0.000488\",\"2000\"\n\"2024-06-16T18:45:00.000Z\",\"0\",\"0.00053\",\"2000\"\n\"2024-06-16T18:50:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-16T18:55:00.000Z\",\"0\",\"0.000485\",\"2000\"\n\"2024-06-16T19:00:00.000Z\",\"0\",\"0.000516\",\"2000\"\n\"2024-06-16T19:05:00.000Z\",\"0\",\"0.000457\",\"2000\"\n\"2024-06-16T19:10:00.000Z\",\"0\",\"0.000485\",\"2000\"\n\"2024-06-16T19:15:00.000Z\",\"0\",\"0.000489\",\"2000\"\n\"2024-06-16T19:20:00.000Z\",\"0\",\"0.000485\",\"2000\"\n\"2024-06-16T19:25:00.000Z\",\"0\",\"0.000466\",\"2000\"\n\"2024-06-16T19:30:00.000Z\",\"0\",\"0.000507\",\"2000\"\n\"2024-06-16T19:35:00.000Z\",\"0\",\"0.000466\",\"2000\"\n\"2024-06-16T19:40:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-16T19:45:00.000Z\",\"0\",\"0.000466\",\"2000\"\n\"2024-06-16T19:50:00.000Z\",\"0\",\"0.000497\",\"2000\"\n\"2024-06-16T19:55:00.000Z\",\"0\",\"0.000535\",\"2000\"\n\"2024-06-16T20:00:00.000Z\",\"0\",\"0.000498\",\"2000\"\n\"2024-06-16T20:05:00.000Z\",\"0\",\"0.000508\",\"2000\"\n\"2024-06-16T20:10:00.000Z\",\"0\",\"0.000528\",\"2000\"\n\"2024-06-16T20:15:00.000Z\",\"0\",\"0.00049\",\"2000\"\n\"2024-06-16T20:20:00.000Z\",\"0\",\"0.000534\",\"2000\"\n\"2024-06-16T20:25:00.000Z\",\"0\",\"0.000521\",\"2000\"\n\"2024-06-16T20:30:00.000Z\",\"0\",\"0.00048\",\"2000\"\n\"2024-06-16T20:35:00.000Z\",\"0\",\"0.000507\",\"2000\"\n\"2024-06-16T20:40:00.000Z\",\"0\",\"0.000521\",\"2000\"\n\"2024-06-16T20:45:00.000Z\",\"0\",\"0.000511\",\"2000\"\n\"2024-06-16T20:50:00.000Z\",\"0\",\"0.000457\",\"2000\"\n\"2024-06-16T20:55:00.000Z\",\"0\",\"0.000526\",\"2000\"\n\"2024-06-16T21:00:00.000Z\",\"0\",\"0.000421\",\"2000\"\n\"2024-06-16T21:05:00.000Z\",\"0\",\"0.00053\",\"2000\"\n\"2024-06-16T21:10:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-16T21:15:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-16T21:20:00.000Z\",\"0\",\"0.00053\",\"2000\"\n\"2024-06-16T21:25:00.000Z\",\"0\",\"0.000507\",\"2000\"\n\"2024-06-16T21:30:00.000Z\",\"0\",\"0.000477\",\"2000\"\n\"2024-06-16T21:35:00.000Z\",\"0\",\"0.000501\",\"2000\"\n\"2024-06-16T21:40:00.000Z\",\"0\",\"0.000521\",\"2000\"\n\"2024-06-16T21:45:00.000Z\",\"0\",\"0.000453\",\"2000\"\n\"2024-06-16T21:50:00.000Z\",\"0\",\"0.000489\",\"2000\"\n\"2024-06-16T21:55:00.000Z\",\"0\",\"0.000498\",\"2000\"\n\"2024-06-16T22:00:00.000Z\",\"0\",\"0.000507\",\"2000\"\n\"2024-06-16T22:05:00.000Z\",\"0\",\"0.00048\",\"2000\"\n\"2024-06-16T22:10:00.000Z\",\"0\",\"0.000476\",\"2000\"\n\"2024-06-16T22:15:00.000Z\",\"0\",\"0.000543\",\"2000\"\n\"2024-06-16T22:20:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-16T22:25:00.000Z\",\"0\",\"0.000466\",\"2000\"\n\"2024-06-16T22:30:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-16T22:35:00.000Z\",\"0\",\"0.000471\",\"2000\"\n\"2024-06-16T22:40:00.000Z\",\"0\",\"0.000499\",\"2000\"\n\"2024-06-16T22:45:00.000Z\",\"0\",\"0.000507\",\"2000\"\n\"2024-06-16T22:50:00.000Z\",\"0\",\"0.000505\",\"2000\"\n\"2024-06-16T22:55:00.000Z\",\"0\",\"0.000465\",\"2000\"\n\"2024-06-16T23:00:00.000Z\",\"0\",\"0.000485\",\"2000\"\n\"2024-06-16T23:05:00.000Z\",\"0\",\"0.000499\",\"2000\"\n\"2024-06-16T23:10:00.000Z\",\"0\",\"0.00052\",\"2000\"\n\"2024-06-16T23:15:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-16T23:20:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-16T23:25:00.000Z\",\"0\",\"0.000506\",\"2000\"\n\"2024-06-16T23:30:00.000Z\",\"0\",\"0.000476\",\"2000\"\n\"2024-06-16T23:35:00.000Z\",\"0\",\"0.000561\",\"2000\"\n\"2024-06-16T23:40:00.000Z\",\"0\",\"0.000485\",\"2000\"\n\"2024-06-16T23:45:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-16T23:50:00.000Z\",\"0\",\"0.000539\",\"2000\"\n\"2024-06-16T23:55:00.000Z\",\"0\",\"0.000505\",\"2000\"\n\"2024-06-17T00:00:00.000Z\",\"0\",\"0.000532\",\"2000\"\n\"2024-06-17T00:05:00.000Z\",\"0\",\"0.00049\",\"2000\"\n\"2024-06-17T00:10:00.000Z\",\"0\",\"0.000524\",\"2000\"\n\"2024-06-17T00:15:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-17T00:20:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-17T00:25:00.000Z\",\"0\",\"0.00053\",\"2000\"\n\"2024-06-17T00:30:00.000Z\",\"0\",\"0.000498\",\"2000\"\n\"2024-06-17T00:35:00.000Z\",\"0\",\"0.000516\",\"2000\"\n\"2024-06-17T00:40:00.000Z\",\"0\",\"0.00053\",\"2000\"\n\"2024-06-17T00:45:00.000Z\",\"0\",\"0.000486\",\"2000\"\n\"2024-06-17T00:50:00.000Z\",\"0\",\"0.000492\",\"2000\"\n\"2024-06-17T00:55:00.000Z\",\"0\",\"0.00048\",\"2000\"\n\"2024-06-17T01:00:00.000Z\",\"0\",\"0.000539\",\"2000\"\n\"2024-06-17T01:05:00.000Z\",\"0\",\"0.000554\",\"2000\"\n\"2024-06-17T01:10:00.000Z\",\"0\",\"0.000519\",\"2000\"\n\"2024-06-17T01:15:00.000Z\",\"0\",\"0.00053\",\"2000\"\n\"2024-06-17T01:20:00.000Z\",\"0\",\"0.000448\",\"2000\"\n\"2024-06-17T01:25:00.000Z\",\"0\",\"0.000476\",\"2000\"\n\"2024-06-17T01:30:00.000Z\",\"0\",\"0.000479\",\"2000\"\n\"2024-06-17T01:35:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-17T01:40:00.000Z\",\"0\",\"0.000511\",\"2000\"\n\"2024-06-17T01:45:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-17T01:50:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-17T01:55:00.000Z\",\"0\",\"0.000507\",\"2000\"\n\"2024-06-17T02:00:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-17T02:05:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-17T02:10:00.000Z\",\"0\",\"0.000505\",\"2000\"\n\"2024-06-17T02:15:00.000Z\",\"0\",\"0.000509\",\"2000\"\n\"2024-06-17T02:20:00.000Z\",\"0\",\"0.000543\",\"2000\"\n\"2024-06-17T02:25:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-17T02:30:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-17T02:35:00.000Z\",\"0\",\"0.000466\",\"2000\"\n\"2024-06-17T02:40:00.000Z\",\"0\",\"0.000476\",\"2000\"\n\"2024-06-17T02:45:00.000Z\",\"0\",\"0.000521\",\"2000\"\n\"2024-06-17T02:50:00.000Z\",\"0\",\"0.000516\",\"2000\"\n\"2024-06-17T02:55:00.000Z\",\"0\",\"0.000481\",\"2000\"\n\"2024-06-17T03:00:00.000Z\",\"0\",\"0.000531\",\"2000\"\n\"2024-06-17T03:05:00.000Z\",\"0\",\"0.000528\",\"2000\"\n\"2024-06-17T03:10:00.000Z\",\"0\",\"0.000498\",\"2000\"\n\"2024-06-17T03:15:00.000Z\",\"0\",\"0.000506\",\"2000\"\n\"2024-06-17T03:20:00.000Z\",\"0\",\"0.000517\",\"2000\"\n\"2024-06-17T03:25:00.000Z\",\"0\",\"0.00048\",\"2000\"\n\"2024-06-17T03:30:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-17T03:35:00.000Z\",\"0\",\"0.000442\",\"2000\"\n\"2024-06-17T03:40:00.000Z\",\"0\",\"0.000486\",\"2000\"\n\"2024-06-17T03:45:00.000Z\",\"0\",\"0.000545\",\"2000\"\n\"2024-06-17T03:50:00.000Z\",\"0\",\"0.00054\",\"2000\"\n\"2024-06-17T03:55:00.000Z\",\"0\",\"0.000532\",\"2000\"\n\"2024-06-17T04:00:00.000Z\",\"0\",\"0.00048\",\"2000\"\n\"2024-06-17T04:05:00.000Z\",\"0\",\"0.000516\",\"2000\"\n\"2024-06-17T04:10:00.000Z\",\"0\",\"0.000539\",\"2000\"\n\"2024-06-17T04:15:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-17T04:20:00.000Z\",\"0\",\"0.000523\",\"2000\"\n\"2024-06-17T04:25:00.000Z\",\"0\",\"0.000496\",\"2000\"\n\"2024-06-17T04:30:00.000Z\",\"0\",\"0.000476\",\"2000\"\n\"2024-06-17T04:35:00.000Z\",\"0\",\"0.000485\",\"2000\"\n\"2024-06-17T04:40:00.000Z\",\"0\",\"0.000488\",\"2000\"\n\"2024-06-17T04:45:00.000Z\",\"0\",\"0.000521\",\"2000\"\n\"2024-06-17T04:50:00.000Z\",\"0\",\"0.000453\",\"2000\"\n\"2024-06-17T04:55:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-17T05:00:00.000Z\",\"0\",\"0.000498\",\"2000\"\n\"2024-06-17T05:05:00.000Z\",\"0\",\"0.000466\",\"2000\"\n\"2024-06-17T05:10:00.000Z\",\"0\",\"0.000394\",\"2000\"\n\"2024-06-17T05:15:00.000Z\",\"0\",\"0.000492\",\"2000\"\n\"2024-06-17T05:20:00.000Z\",\"0\",\"0.000495\",\"2000\"\n\"2024-06-17T05:25:00.000Z\",\"0\",\"0.000514\",\"2000\"\n\"2024-06-17T05:30:00.000Z\",\"0\",\"0.000456\",\"2000\"\n\"2024-06-17T05:35:00.000Z\",\"0\",\"0.000489\",\"2000\"\n\"2024-06-17T05:40:00.000Z\",\"0\",\"0.000466\",\"2000\"\n\"2024-06-17T05:45:00.000Z\",\"0\",\"0.000523\",\"2000\"\n\"2024-06-17T05:50:00.000Z\",\"0\",\"0.000483\",\"2000\"\n\"2024-06-17T05:55:00.000Z\",\"0\",\"0.000466\",\"2000\"\n\"2024-06-17T06:00:00.000Z\",\"0\",\"0.000548\",\"2000\"\n\"2024-06-17T06:05:00.000Z\",\"0\",\"0.000523\",\"2000\"\n\"2024-06-17T06:10:00.000Z\",\"0\",\"0.000468\",\"2000\"\n\"2024-06-17T06:15:00.000Z\",\"0\",\"0.000451\",\"2000\"\n\"2024-06-17T06:20:00.000Z\",\"0\",\"0.000505\",\"2000\"\n\"2024-06-17T06:25:00.000Z\",\"0\",\"0.000534\",\"2000\"\n\"2024-06-17T06:30:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-17T06:35:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-17T06:40:00.000Z\",\"0\",\"0.000462\",\"2000\"\n\"2024-06-17T06:45:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-17T06:50:00.000Z\",\"0\",\"0.000536\",\"2000\"\n\"2024-06-17T06:55:00.000Z\",\"0\",\"0.000492\",\"2000\"\n\"2024-06-17T07:00:00.000Z\",\"0\",\"0.000539\",\"2000\"\n\"2024-06-17T07:05:00.000Z\",\"0\",\"0.000539\",\"2000\"\n\"2024-06-17T07:10:00.000Z\",\"0\",\"0.000462\",\"2000\"\n\"2024-06-17T07:15:00.000Z\",\"0\",\"0.000521\",\"2000\"\n\"2024-06-17T07:20:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-17T07:25:00.000Z\",\"0\",\"0.000485\",\"2000\"\n\"2024-06-17T07:30:00.000Z\",\"0\",\"0.000525\",\"2000\"\n\"2024-06-17T07:35:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-17T07:40:00.000Z\",\"0\",\"0.000534\",\"2000\"\n\"2024-06-17T07:45:00.000Z\",\"0\",\"0.000546\",\"2000\"\n\"2024-06-17T07:50:00.000Z\",\"0\",\"0.000559\",\"2000\"\n\"2024-06-17T07:55:00.000Z\",\"0\",\"0.000462\",\"2000\"\n\"2024-06-17T08:00:00.000Z\",\"0\",\"0.000532\",\"2000\"\n\"2024-06-17T08:05:00.000Z\",\"0\",\"0.000496\",\"2000\"\n\"2024-06-17T08:10:00.000Z\",\"0\",\"0.000476\",\"2000\"\n\"2024-06-17T08:15:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-17T08:20:00.000Z\",\"0\",\"0.000507\",\"2000\"\n\"2024-06-17T08:25:00.000Z\",\"0\",\"0.000495\",\"2000\"\n\"2024-06-17T08:30:00.000Z\",\"0\",\"0.00051\",\"2000\"\n\"2024-06-17T08:35:00.000Z\",\"0\",\"0.000485\",\"2000\"\n\"2024-06-17T08:40:00.000Z\",\"0\",\"0.000501\",\"2000\"\n\"2024-06-17T08:45:00.000Z\",\"0\",\"0.000531\",\"2000\"\n\"2024-06-17T08:50:00.000Z\",\"0\",\"0.00051\",\"2000\"\n\"2024-06-17T08:55:00.000Z\",\"0\",\"0.00045\",\"2000\"\n\"2024-06-17T09:00:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-17T09:05:00.000Z\",\"0\",\"0.00055\",\"2000\"\n\"2024-06-17T09:10:00.000Z\",\"0\",\"0.000514\",\"2000\"\n\"2024-06-17T09:15:00.000Z\",\"0\",\"0.000506\",\"2000\"\n\"2024-06-17T09:20:00.000Z\",\"0\",\"0.00049\",\"2000\"\n\"2024-06-17T09:25:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-17T09:30:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-17T09:35:00.000Z\",\"0\",\"0.000485\",\"2000\"\n\"2024-06-17T09:40:00.000Z\",\"0\",\"0.000498\",\"2000\"\n\"2024-06-17T09:45:00.000Z\",\"0\",\"0.000452\",\"2000\"\n\"2024-06-17T09:50:00.000Z\",\"0\",\"0.000531\",\"2000\"\n\"2024-06-17T09:55:00.000Z\",\"0\",\"0.000474\",\"2000\"\n\"2024-06-17T10:00:00.000Z\",\"0\",\"0.000548\",\"2000\"\n\"2024-06-17T10:05:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-17T10:10:00.000Z\",\"0\",\"0.000541\",\"2000\"\n\"2024-06-17T10:15:00.000Z\",\"0\",\"0.000474\",\"2000\"\n\"2024-06-17T10:20:00.000Z\",\"0\",\"0.000485\",\"2000\"\n\"2024-06-17T10:25:00.000Z\",\"0\",\"0.000476\",\"2000\"\n\"2024-06-17T10:30:00.000Z\",\"0\",\"0.000534\",\"2000\"\n\"2024-06-17T10:35:00.000Z\",\"0\",\"0.000481\",\"2000\"\n\"2024-06-17T10:40:00.000Z\",\"0\",\"0.000439\",\"2000\"\n\"2024-06-17T10:45:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-17T10:50:00.000Z\",\"0\",\"0.000516\",\"2000\"\n\"2024-06-17T10:55:00.000Z\",\"0\",\"0.000572\",\"2000\"\n\"2024-06-17T11:00:00.000Z\",\"0\",\"0.000497\",\"2000\"\n\"2024-06-17T11:05:00.000Z\",\"0\",\"0.000561\",\"2000\"\n\"2024-06-17T11:10:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-17T11:15:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-17T11:20:00.000Z\",\"0\",\"0.000485\",\"2000\"\n\"2024-06-17T11:25:00.000Z\",\"0\",\"0.000516\",\"2000\"\n\"2024-06-17T11:30:00.000Z\",\"0\",\"0.000448\",\"2000\"\n\"2024-06-17T11:35:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-17T11:40:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-17T11:45:00.000Z\",\"0\",\"0.00048\",\"2000\"\n\"2024-06-17T11:50:00.000Z\",\"0\",\"0.000507\",\"2000\"\n\"2024-06-17T11:55:00.000Z\",\"0\",\"0.000532\",\"2000\"\n\"2024-06-17T12:00:00.000Z\",\"0\",\"0.000477\",\"2000\"\n\"2024-06-17T12:05:00.000Z\",\"0\",\"0.000466\",\"2000\"\n\"2024-06-17T12:10:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-17T12:15:00.000Z\",\"0\",\"0.000416\",\"2000\"\n\"2024-06-17T12:20:00.000Z\",\"0\",\"0.000539\",\"2000\"\n\"2024-06-17T12:25:00.000Z\",\"0\",\"0.000453\",\"2000\"\n\"2024-06-17T12:30:00.000Z\",\"0\",\"0.000546\",\"2000\"\n\"2024-06-17T12:35:00.000Z\",\"0\",\"0.000468\",\"2000\"\n\"2024-06-17T12:40:00.000Z\",\"0\",\"0.000525\",\"2000\"\n\"2024-06-17T12:45:00.000Z\",\"0\",\"0.000485\",\"2000\"\n\"2024-06-17T12:50:00.000Z\",\"0\",\"0.000533\",\"2000\"\n\"2024-06-17T12:55:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-17T13:00:00.000Z\",\"0\",\"0.000488\",\"2000\"\n\"2024-06-17T13:05:00.000Z\",\"0\",\"0.000517\",\"2000\"\n\"2024-06-17T13:10:00.000Z\",\"0\",\"0.000507\",\"2000\"\n\"2024-06-17T13:15:00.000Z\",\"0\",\"0.000532\",\"2000\"\n\"2024-06-17T13:20:00.000Z\",\"0\",\"0.000483\",\"2000\"\n\"2024-06-17T13:25:00.000Z\",\"0\",\"0.000485\",\"2000\"\n\"2024-06-17T13:30:00.000Z\",\"0\",\"0.000462\",\"2000\"\n\"2024-06-17T13:35:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-17T13:40:00.000Z\",\"0\",\"0.00053\",\"2000\"\n\"2024-06-17T13:45:00.000Z\",\"0\",\"0.000492\",\"2000\"\n\"2024-06-17T13:50:00.000Z\",\"0\",\"0.000509\",\"2000\"\n\"2024-06-17T13:55:00.000Z\",\"0\",\"0.000489\",\"2000\"\n\"2024-06-17T14:00:00.000Z\",\"0\",\"0.000516\",\"2000\"\n\"2024-06-17T14:05:00.000Z\",\"0\",\"0.000462\",\"2000\"\n\"2024-06-17T14:10:00.000Z\",\"0\",\"0.000521\",\"2000\"\n\"2024-06-17T14:15:00.000Z\",\"0\",\"0.000476\",\"2000\"\n\"2024-06-17T14:20:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-17T14:25:00.000Z\",\"0\",\"0.000489\",\"2000\"\n\"2024-06-17T14:30:00.000Z\",\"0\",\"0.00053\",\"2000\"\n\"2024-06-17T14:35:00.000Z\",\"0\",\"0.000501\",\"2000\"\n\"2024-06-17T14:40:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-17T14:45:00.000Z\",\"0\",\"0.00051\",\"2000\"\n\"2024-06-17T14:50:00.000Z\",\"0\",\"0.000501\",\"2000\"\n\"2024-06-17T14:55:00.000Z\",\"0\",\"0.000481\",\"2000\"\n\"2024-06-17T15:00:00.000Z\",\"0\",\"0.000497\",\"2000\"\n\"2024-06-17T15:05:00.000Z\",\"0\",\"0.000514\",\"2000\"\n\"2024-06-17T15:10:00.000Z\",\"0\",\"0.000486\",\"2000\"\n\"2024-06-17T15:15:00.000Z\",\"0\",\"0.000543\",\"2000\"\n\"2024-06-17T15:20:00.000Z\",\"0\",\"0.000434\",\"2000\"\n\"2024-06-17T15:25:00.000Z\",\"0\",\"0.000476\",\"2000\"\n\"2024-06-17T15:30:00.000Z\",\"0\",\"0.000521\",\"2000\"\n\"2024-06-17T15:35:00.000Z\",\"0\",\"0.000507\",\"2000\"\n\"2024-06-17T15:40:00.000Z\",\"0\",\"0.000521\",\"2000\"\n\"2024-06-17T15:45:00.000Z\",\"0\",\"0.000476\",\"2000\"\n\"2024-06-17T15:50:00.000Z\",\"0\",\"0.000507\",\"2000\"\n\"2024-06-17T15:55:00.000Z\",\"0\",\"0.000489\",\"2000\"\n\"2024-06-17T16:00:00.000Z\",\"0\",\"0.000489\",\"2000\"\n\"2024-06-17T16:05:00.000Z\",\"0\",\"0.000516\",\"2000\"\n\"2024-06-17T16:10:00.000Z\",\"0\",\"0.000508\",\"2000\"\n\"2024-06-17T16:15:00.000Z\",\"0\",\"0.000485\",\"2000\"\n\"2024-06-17T16:20:00.000Z\",\"0\",\"0.000532\",\"2000\"\n\"2024-06-17T16:25:00.000Z\",\"0\",\"0.000482\",\"2000\"\n\"2024-06-17T16:30:00.000Z\",\"0\",\"0.000519\",\"2000\"\n\"2024-06-17T16:35:00.000Z\",\"0\",\"0.000526\",\"2000\"\n\"2024-06-17T16:40:00.000Z\",\"0\",\"0.000499\",\"2000\"\n\"2024-06-17T16:45:00.000Z\",\"0\",\"0.000507\",\"2000\"\n\"2024-06-17T16:50:00.000Z\",\"0\",\"0.000476\",\"2000\"\n\"2024-06-17T16:55:00.000Z\",\"0\",\"0.000506\",\"2000\"\n\"2024-06-17T17:00:00.000Z\",\"0\",\"0.000508\",\"2000\"\n\"2024-06-17T17:05:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-17T17:10:00.000Z\",\"0\",\"0.000512\",\"2000\"\n\"2024-06-17T17:15:00.000Z\",\"0\",\"0.000476\",\"2000\"\n\"2024-06-17T17:20:00.000Z\",\"0\",\"0.000539\",\"2000\"\n\"2024-06-17T17:25:00.000Z\",\"0\",\"0.000489\",\"2000\"\n\"2024-06-17T17:30:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-17T17:35:00.000Z\",\"0\",\"0.000521\",\"2000\"\n\"2024-06-17T17:40:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-17T17:45:00.000Z\",\"0\",\"0.000439\",\"2000\"\n\"2024-06-17T17:50:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-17T17:55:00.000Z\",\"0\",\"0.000519\",\"2000\"\n\"2024-06-17T18:00:00.000Z\",\"0\",\"0.000477\",\"2000\"\n\"2024-06-17T18:05:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-17T18:10:00.000Z\",\"0\",\"0.000487\",\"2000\"\n\"2024-06-17T18:15:00.000Z\",\"0\",\"0.000499\",\"2000\"\n\"2024-06-17T18:20:00.000Z\",\"0\",\"0.000519\",\"2000\"\n\"2024-06-17T18:25:00.000Z\",\"0\",\"0.000532\",\"2000\"\n\"2024-06-17T18:30:00.000Z\",\"0\",\"0.00051\",\"2000\"\n\"2024-06-17T18:35:00.000Z\",\"0\",\"0.000474\",\"2000\"\n\"2024-06-17T18:40:00.000Z\",\"0\",\"0.000452\",\"2000\"\n\"2024-06-17T18:45:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-17T18:50:00.000Z\",\"0\",\"0.000476\",\"2000\"\n\"2024-06-17T18:55:00.000Z\",\"0\",\"0.000494\",\"2000\"\n\"2024-06-17T19:00:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-17T19:05:00.000Z\",\"0\",\"0.000497\",\"2000\"\n\"2024-06-17T19:10:00.000Z\",\"0\",\"0.000476\",\"2000\"\n\"2024-06-17T19:15:00.000Z\",\"0\",\"0.00053\",\"2000\"\n\"2024-06-17T19:20:00.000Z\",\"0\",\"0.000489\",\"2000\"\n\"2024-06-17T19:25:00.000Z\",\"0\",\"0.000439\",\"2000\"\n\"2024-06-17T19:30:00.000Z\",\"0\",\"0.000474\",\"2000\"\n\"2024-06-17T19:35:00.000Z\",\"0\",\"0.000527\",\"2000\"\n\"2024-06-17T19:40:00.000Z\",\"0\",\"0.000476\",\"2000\"\n\"2024-06-17T19:45:00.000Z\",\"0\",\"0.000511\",\"2000\"\n\"2024-06-17T19:50:00.000Z\",\"0\",\"0.000508\",\"2000\"\n\"2024-06-17T19:55:00.000Z\",\"0\",\"0.000498\",\"2000\"\n\"2024-06-17T20:00:00.000Z\",\"0\",\"0.000498\",\"2000\"\n\"2024-06-17T20:05:00.000Z\",\"0\",\"0.000503\",\"2000\"\n\"2024-06-17T20:10:00.000Z\",\"0\",\"0.000507\",\"2000\"\n\"2024-06-17T20:15:00.000Z\",\"0\",\"0.000476\",\"2000\"\n\"2024-06-17T20:20:00.000Z\",\"0\",\"0.000502\",\"2000\"\n\"2024-06-17T20:25:00.000Z\",\"0.000012\",\"0.000466\",\"2000\"\n\"2024-06-17T20:30:00.000Z\",\"0.00065\",\"0.000865\",\"2000\"\n\"2024-06-17T20:35:00.000Z\",\"0.000444\",\"0.00041\",\"2000\"\n\"2024-06-17T20:40:00.000Z\",\"0.000441\",\"0.000403\",\"2000\"\n\"2024-06-17T20:45:00.000Z\",\"0.00038\",\"0.00031\",\"2000\"\n\"2024-06-17T20:50:00.000Z\",\"0.00038\",\"0.000302\",\"2000\"\n\"2024-06-17T20:55:00.000Z\",\"0.000385\",\"0.000311\",\"2000\"\n\"2024-06-17T21:00:00.000Z\",\"0.000383\",\"0.000306\",\"2000\"\n\"2024-06-17T21:05:00.000Z\",\"0.000379\",\"0.000302\",\"2000\"\n\"2024-06-17T21:10:00.000Z\",\"0.001029\",\"0.001124\",\"2000\"\n\"2024-06-17T21:15:00.000Z\",\"0.000447\",\"0.000384\",\"2000\"\n\"2024-06-17T21:20:00.000Z\",\"0.000382\",\"0.000301\",\"2000\"\n\"2024-06-17T21:25:00.000Z\",\"0.000422\",\"0.000332\",\"2000\"\n\"2024-06-17T21:30:00.000Z\",\"0.000403\",\"0.000328\",\"2000\"\n\"2024-06-17T21:35:00.000Z\",\"0.000378\",\"0.000313\",\"2000\"\n\"2024-06-17T21:40:00.000Z\",\"0.000369\",\"0.000294\",\"2000\"\n\"2024-06-17T21:45:00.000Z\",\"0.000379\",\"0.000304\",\"2000\"\n\"2024-06-17T21:50:00.000Z\",\"0.000429\",\"0.000346\",\"2000\"\n\"2024-06-17T21:55:00.000Z\",\"0.000391\",\"0.00032\",\"2000\"\n\"2024-06-17T22:00:00.000Z\",\"0.000365\",\"0.000288\",\"2000\"\n\"2024-06-17T22:05:00.000Z\",\"0.000385\",\"0.000308\",\"2000\"\n\"2024-06-17T22:10:00.000Z\",\"0.000375\",\"0.000302\",\"2000\"\n\"2024-06-17T22:15:00.000Z\",\"0.000394\",\"0.000316\",\"2000\"\n\"2024-06-17T22:20:00.000Z\",\"0.000396\",\"0.000313\",\"2000\"\n\"2024-06-17T22:25:00.000Z\",\"0.000453\",\"0.000347\",\"2000\"\n\"2024-06-17T22:30:00.000Z\",\"0.000458\",\"0.000316\",\"2000\"\n\"2024-06-17T22:35:00.000Z\",\"0.000387\",\"0.000306\",\"2000\"\n\"2024-06-17T22:40:00.000Z\",\"0.000403\",\"0.000319\",\"2000\"\n\"2024-06-17T22:45:00.000Z\",\"0.000381\",\"0.000309\",\"2000\"\n\"2024-06-17T22:50:00.000Z\",\"0.000396\",\"0.000316\",\"2000\"\n\"2024-06-17T22:55:00.000Z\",\"0.000404\",\"0.000329\",\"2000\"\n\"2024-06-17T23:00:00.000Z\",\"0.000452\",\"0.000397\",\"2000\"\n\"2024-06-17T23:05:00.000Z\",\"0.000383\",\"0.000305\",\"2000\"\n\"2024-06-17T23:10:00.000Z\",\"0.000382\",\"0.000307\",\"2000\"\n\"2024-06-17T23:15:00.000Z\",\"0.0004\",\"0.00032\",\"2000\"\n\"2024-06-17T23:20:00.000Z\",\"0.000364\",\"0.000289\",\"2000\"\n\"2024-06-17T23:25:00.000Z\",\"0.000389\",\"0.000311\",\"2000\"\n\"2024-06-17T23:30:00.000Z\",\"0.000386\",\"0.000297\",\"2000\"\n\"2024-06-17T23:35:00.000Z\",\"0.000396\",\"0.00033\",\"2000\"\n\"2024-06-17T23:40:00.000Z\",\"0.000366\",\"0.000331\",\"2000\"\n\"2024-06-17T23:45:00.000Z\",\"0.000391\",\"0.000314\",\"2000\"\n\"2024-06-17T23:50:00.000Z\",\"0.000393\",\"0.000307\",\"2000\"\n\"2024-06-17T23:55:00.000Z\",\"0.000386\",\"0.000307\",\"2000\"\n\"2024-06-18T00:00:00.000Z\",\"0.00037\",\"0.000294\",\"2000\"\n\"2024-06-18T00:05:00.000Z\",\"0.000411\",\"0.000358\",\"2000\"\n\"2024-06-18T00:10:00.000Z\",\"0.000463\",\"0.000386\",\"2000\"\n\"2024-06-18T00:15:00.000Z\",\"0.000407\",\"0.000324\",\"2000\"\n\"2024-06-18T00:20:00.000Z\",\"0.0004\",\"0.000314\",\"2000\"\n\"2024-06-18T00:25:00.000Z\",\"0.000395\",\"0.000314\",\"2000\"\n\"2024-06-18T00:30:00.000Z\",\"0.000415\",\"0.000332\",\"2000\"\n\"2024-06-18T00:35:00.000Z\",\"0.000419\",\"0.000401\",\"2000\"\n\"2024-06-18T00:40:00.000Z\",\"0.000409\",\"0.000326\",\"2000\"\n\"2024-06-18T00:45:00.000Z\",\"0.000378\",\"0.000311\",\"2000\"\n\"2024-06-18T00:50:00.000Z\",\"0.000388\",\"0.00032\",\"2000\"\n\"2024-06-18T00:55:00.000Z\",\"0.000445\",\"0.000381\",\"2000\"\n\"2024-06-18T01:00:00.000Z\",\"0.000385\",\"0.000313\",\"2000\"\n\"2024-06-18T01:05:00.000Z\",\"0.000376\",\"0.000309\",\"2000\"\n\"2024-06-18T01:10:00.000Z\",\"0.000391\",\"0.000319\",\"2000\"\n\"2024-06-18T01:15:00.000Z\",\"0.000408\",\"0.000323\",\"2000\"\n\"2024-06-18T01:20:00.000Z\",\"0.000398\",\"0.000335\",\"2000\"\n\"2024-06-18T01:25:00.000Z\",\"0.002018\",\"0.00197\",\"2000\"\n\"2024-06-18T01:30:00.000Z\",\"0.000415\",\"0.000329\",\"2000\"\n\"2024-06-18T01:35:00.000Z\",\"0.000387\",\"0.000313\",\"2000\"\n\"2024-06-18T01:40:00.000Z\",\"0.0004\",\"0.000317\",\"2000\"\n\"2024-06-18T01:45:00.000Z\",\"0.000413\",\"0.000327\",\"2000\"\n\"2024-06-18T01:50:00.000Z\",\"0.000414\",\"0.000327\",\"2000\"\n\"2024-06-18T01:55:00.000Z\",\"0.000512\",\"0.000406\",\"2000\"\n\"2024-06-18T02:00:00.000Z\",\"0.000445\",\"0.000377\",\"2000\"\n\"2024-06-18T02:05:00.000Z\",\"0.000369\",\"0.000291\",\"2000\"\n\"2024-06-18T02:10:00.000Z\",\"0.00038\",\"0.000313\",\"2000\"\n\"2024-06-18T02:15:00.000Z\",\"0.00037\",\"0.000293\",\"2000\"\n\"2024-06-18T02:20:00.000Z\",\"0.000382\",\"0.000308\",\"2000\"\n\"2024-06-18T02:25:00.000Z\",\"0.000366\",\"0.000288\",\"2000\"\n\"2024-06-18T02:30:00.000Z\",\"0.000386\",\"0.000322\",\"2000\"\n\"2024-06-18T02:35:00.000Z\",\"0.000389\",\"0.000307\",\"2000\"\n\"2024-06-18T02:40:00.000Z\",\"0.000399\",\"0.000324\",\"2000\"\n\"2024-06-18T02:45:00.000Z\",\"0.000372\",\"0.000303\",\"2000\"\n\"2024-06-18T02:50:00.000Z\",\"0.000382\",\"0.000307\",\"2000\"\n\"2024-06-18T02:55:00.000Z\",\"0.000377\",\"0.0003\",\"2000\"\n\"2024-06-18T03:00:00.000Z\",\"0.000386\",\"0.000309\",\"2000\"\n\"2024-06-18T03:05:00.000Z\",\"0.000441\",\"0.000338\",\"2000\"\n\"2024-06-18T03:10:00.000Z\",\"0.000396\",\"0.00032\",\"2000\"\n\"2024-06-18T03:15:00.000Z\",\"0.0004\",\"0.000322\",\"2000\"\n\"2024-06-18T03:20:00.000Z\",\"0.000502\",\"0.000446\",\"2000\"\n\"2024-06-18T03:25:00.000Z\",\"0.000401\",\"0.000317\",\"2000\"\n\"2024-06-18T03:30:00.000Z\",\"0.000425\",\"0.000325\",\"2000\"\n\"2024-06-18T03:35:00.000Z\",\"0.000425\",\"0.000333\",\"2000\"\n\"2024-06-18T03:40:00.000Z\",\"0.000399\",\"0.000333\",\"2000\"\n\"2024-06-18T03:45:00.000Z\",\"0.000392\",\"0.000312\",\"2000\"\n\"2024-06-18T03:50:00.000Z\",\"0.000393\",\"0.000331\",\"2000\"\n\"2024-06-18T03:55:00.000Z\",\"0.000382\",\"0.000304\",\"2000\"\n\"2024-06-18T04:00:00.000Z\",\"0.000395\",\"0.000314\",\"2000\"\n\"2024-06-18T04:05:00.000Z\",\"0.000407\",\"0.000322\",\"2000\"\n\"2024-06-18T04:10:00.000Z\",\"0.000444\",\"0.000349\",\"2000\"\n\"2024-06-18T04:15:00.000Z\",\"0.000536\",\"0.00047\",\"2000\"\n\"2024-06-18T04:20:00.000Z\",\"0.001717\",\"0.001667\",\"2000\"\n\"2024-06-18T04:25:00.000Z\",\"0.000586\",\"0.000356\",\"2000\"\n\"2024-06-18T04:30:00.000Z\",\"0.000604\",\"0.000517\",\"2000\"\n\"2024-06-18T04:35:00.000Z\",\"0.000399\",\"0.000316\",\"2000\"\n\"2024-06-18T04:40:00.000Z\",\"0.000417\",\"0.000337\",\"2000\"\n\"2024-06-18T04:45:00.000Z\",\"0.000491\",\"0.000405\",\"2000\"\n\"2024-06-18T04:50:00.000Z\",\"0.000465\",\"0.000439\",\"2000\"\n\"2024-06-18T04:55:00.000Z\",\"0.000442\",\"0.000387\",\"2000\"\n\"2024-06-18T05:00:00.000Z\",\"0.000616\",\"0.000523\",\"2000\"\n\"2024-06-18T05:05:00.000Z\",\"0.000452\",\"0.000362\",\"2000\"\n\"2024-06-18T05:10:00.000Z\",\"0.000511\",\"0.000427\",\"2000\"\n\"2024-06-18T05:15:00.000Z\",\"0.000433\",\"0.000366\",\"2000\"\n\"2024-06-18T05:20:00.000Z\",\"0.000462\",\"0.000407\",\"2000\"\n\"2024-06-18T05:25:00.000Z\",\"0.00049\",\"0.000379\",\"2000\"\n\"2024-06-18T05:30:00.000Z\",\"0.000456\",\"0.000382\",\"2000\"\n\"2024-06-18T05:35:00.000Z\",\"0.000509\",\"0.000438\",\"2000\"\n\"2024-06-18T05:40:00.000Z\",\"0.000399\",\"0.000323\",\"2000\"\n\"2024-06-18T05:45:00.000Z\",\"0.000451\",\"0.000382\",\"2000\"\n\"2024-06-18T05:50:00.000Z\",\"0.000578\",\"0.000488\",\"2000\"\n\"2024-06-18T05:55:00.000Z\",\"0.000541\",\"0.000446\",\"2000\"\n\"2024-06-18T06:00:00.000Z\",\"0.002497\",\"0.002665\",\"2000\"\n\"2024-06-18T06:05:00.000Z\",\"0.000543\",\"0.00045\",\"2000\"\n\"2024-06-18T06:10:00.000Z\",\"0.000477\",\"0.000417\",\"2000\"\n\"2024-06-18T06:15:00.000Z\",\"0.000396\",\"0.000321\",\"2000\"\n\"2024-06-18T06:20:00.000Z\",\"0.0005\",\"0.000429\",\"2000\"\n\"2024-06-18T06:25:00.000Z\",\"0.000576\",\"0.000509\",\"2000\"\n\"2024-06-18T06:30:00.000Z\",\"0.000453\",\"0.000398\",\"2000\"\n\"2024-06-18T06:35:00.000Z\",\"0.000468\",\"0.000383\",\"2000\"\n\"2024-06-18T06:40:00.000Z\",\"0.000731\",\"0.000538\",\"2000\"\n\"2024-06-18T06:45:00.000Z\",\"0.000453\",\"0.000378\",\"2000\"\n\"2024-06-18T06:50:00.000Z\",\"0.000439\",\"0.000391\",\"2000\"\n\"2024-06-18T06:55:00.000Z\",\"0.000442\",\"0.000358\",\"2000\"\n\"2024-06-18T07:00:00.000Z\",\"0.000428\",\"0.000384\",\"2000\"\n\"2024-06-18T07:05:00.000Z\",\"0.000416\",\"0.000337\",\"2000\"\n\"2024-06-18T07:10:00.000Z\",\"0.000577\",\"0.000441\",\"2000\"\n\"2024-06-18T07:15:00.000Z\",\"0.000448\",\"0.000382\",\"2000\"\n\"2024-06-18T07:20:00.000Z\",\"0.000439\",\"0.00037\",\"2000\"\n\"2024-06-18T07:25:00.000Z\",\"0.00047\",\"0.000388\",\"2000\"\n\"2024-06-18T07:30:00.000Z\",\"0.000491\",\"0.000415\",\"2000\"\n\"2024-06-18T07:35:00.000Z\",\"0.000372\",\"0.000302\",\"2000\"\n\"2024-06-18T07:40:00.000Z\",\"0.000497\",\"0.000407\",\"2000\"\n\"2024-06-18T07:45:00.000Z\",\"0.000552\",\"0.000489\",\"2000\"\n\"2024-06-18T07:50:00.000Z\",\"0.000396\",\"0.000318\",\"2000\"\n\"2024-06-18T07:55:00.000Z\",\"0.000498\",\"0.000374\",\"2000\"\n\"2024-06-18T08:00:00.000Z\",\"0.000492\",\"0.000459\",\"2000\"\n\"2024-06-18T08:05:00.000Z\",\"0.000684\",\"0.000471\",\"2000\"\n\"2024-06-18T08:10:00.000Z\",\"0.000393\",\"0.000357\",\"2000\"\n\"2024-06-18T08:15:00.000Z\",\"0.000444\",\"0.000374\",\"2000\"\n\"2024-06-18T08:20:00.000Z\",\"0.000466\",\"0.000366\",\"2000\"\n\"2024-06-18T08:25:00.000Z\",\"0.000446\",\"0.000363\",\"2000\"\n\"2024-06-18T08:30:00.000Z\",\"0.000525\",\"0.000446\",\"2000\"\n\"2024-06-18T08:35:00.000Z\",\"0.000458\",\"0.000384\",\"2000\"\n\"2024-06-18T08:40:00.000Z\",\"0.00038\",\"0.000302\",\"2000\"\n\"2024-06-18T08:45:00.000Z\",\"0.000444\",\"0.00037\",\"2000\"\n\"2024-06-18T08:50:00.000Z\",\"0.000638\",\"0.000453\",\"2000\"\n\"2024-06-18T08:55:00.000Z\",\"0.000404\",\"0.000326\",\"2000\"\n\"2024-06-18T09:00:00.000Z\",\"0.00046\",\"0.000362\",\"2000\"\n\"2024-06-18T09:05:00.000Z\",\"0.00049\",\"0.000414\",\"2000\"\n\"2024-06-18T09:10:00.000Z\",\"0.00039\",\"0.000309\",\"2000\"\n\"2024-06-18T09:15:00.000Z\",\"0.000494\",\"0.000415\",\"2000\"\n\"2024-06-18T09:20:00.000Z\",\"0.000513\",\"0.000431\",\"2000\"\n\"2024-06-18T09:25:00.000Z\",\"0.00039\",\"0.000322\",\"2000\"\n\"2024-06-18T09:30:00.000Z\",\"0.000359\",\"0.000282\",\"2000\"\n\"2024-06-18T09:35:00.000Z\",\"0.000454\",\"0.000369\",\"2000\"\n\"2024-06-18T09:40:00.000Z\",\"0.000433\",\"0.00036\",\"2000\"\n\"2024-06-18T09:45:00.000Z\",\"0.000428\",\"0.00036\",\"2000\"\n\"2024-06-18T09:50:00.000Z\",\"0.000528\",\"0.000435\",\"2000\"\n\"2024-06-18T09:55:00.000Z\",\"0.000466\",\"0.000369\",\"2000\"\n\"2024-06-18T10:00:00.000Z\",\"0.000502\",\"0.000395\",\"2000\"\n\"2024-06-18T10:05:00.000Z\",\"0.002018\",\"0.001979\",\"2000\"\n\"2024-06-18T10:10:00.000Z\",\"0.000469\",\"0.000386\",\"2000\"\n\"2024-06-18T10:15:00.000Z\",\"0.000432\",\"0.000383\",\"2000\"\n\"2024-06-18T10:20:00.000Z\",\"0.000509\",\"0.000431\",\"2000\"\n\"2024-06-18T10:25:00.000Z\",\"0.000456\",\"0.000383\",\"2000\"\n\"2024-06-18T10:30:00.000Z\",\"0.000384\",\"0.000306\",\"2000\"\n\"2024-06-18T10:35:00.000Z\",\"0.00039\",\"0.000314\",\"2000\"\n\"2024-06-18T10:40:00.000Z\",\"0.000556\",\"0.00047\",\"2000\"\n\"2024-06-18T10:45:00.000Z\",\"0.000608\",\"0.000468\",\"2000\"\n\"2024-06-18T10:50:00.000Z\",\"0.000403\",\"0.000317\",\"2000\"\n\"2024-06-18T10:55:00.000Z\",\"0.000573\",\"0.000442\",\"2000\"\n\"2024-06-18T11:00:00.000Z\",\"0.000418\",\"0.000332\",\"2000\"\n\"2024-06-18T11:05:00.000Z\",\"0.000471\",\"0.00039\",\"2000\"\n\"2024-06-18T11:10:00.000Z\",\"0.00043\",\"0.000351\",\"2000\"\n\"2024-06-18T11:15:00.000Z\",\"0.000443\",\"0.000368\",\"2000\"\n\"2024-06-18T11:20:00.000Z\",\"0.000391\",\"0.000309\",\"2000\"\n\"2024-06-18T11:25:00.000Z\",\"0.000434\",\"0.000356\",\"2000\"\n\"2024-06-18T11:30:00.000Z\",\"0.000551\",\"0.000429\",\"2000\"\n\"2024-06-18T11:35:00.000Z\",\"0.000378\",\"0.000309\",\"2000\"\n\"2024-06-18T11:40:00.000Z\",\"0.000387\",\"0.000303\",\"2000\"\n\"2024-06-18T11:45:00.000Z\",\"0.000574\",\"0.000491\",\"2000\"\n\"2024-06-18T11:50:00.000Z\",\"0.000376\",\"0.000319\",\"2000\"\n\"2024-06-18T11:55:00.000Z\",\"0.000481\",\"0.000392\",\"2000\"\n\"2024-06-18T12:00:00.000Z\",\"0.000448\",\"0.000368\",\"2000\"\n\"2024-06-18T12:05:00.000Z\",\"0.00049\",\"0.000414\",\"2000\"\n\"2024-06-18T12:10:00.000Z\",\"0.00039\",\"0.000305\",\"2000\"\n\"2024-06-18T12:15:00.000Z\",\"0.000386\",\"0.000303\",\"2000\"\n\"2024-06-18T12:20:00.000Z\",\"0.000514\",\"0.000429\",\"2000\"\n\"2024-06-18T12:25:00.000Z\",\"0.00039\",\"0.000313\",\"2000\"\n\"2024-06-18T12:30:00.000Z\",\"0.000445\",\"0.000401\",\"2000\"\n\"2024-06-18T12:35:00.000Z\",\"0.000448\",\"0.000369\",\"2000\"\n\"2024-06-18T12:40:00.000Z\",\"0.000447\",\"0.00036\",\"2000\"\n\"2024-06-18T12:45:00.000Z\",\"0.000476\",\"0.000387\",\"2000\"\n\"2024-06-18T12:50:00.000Z\",\"0.000497\",\"0.000388\",\"2000\"\n\"2024-06-18T12:55:00.000Z\",\"0.000423\",\"0.000334\",\"2000\"\n\"2024-06-18T13:00:00.000Z\",\"0.002009\",\"0.001964\",\"2000\"\n\"2024-06-18T13:05:00.000Z\",\"0.000383\",\"0.000326\",\"2000\"\n\"2024-06-18T13:10:00.000Z\",\"0.000487\",\"0.000401\",\"2000\"\n\"2024-06-18T13:15:00.000Z\",\"0.000605\",\"0.000363\",\"2000\"\n\"2024-06-18T13:20:00.000Z\",\"0.000389\",\"0.000309\",\"2000\"\n\"2024-06-18T13:25:00.000Z\",\"0.000443\",\"0.000368\",\"2000\"\n\"2024-06-18T13:30:00.000Z\",\"0.00064\",\"0.00043\",\"2000\"\n\"2024-06-18T13:35:00.000Z\",\"0.000406\",\"0.000314\",\"2000\"\n\"2024-06-18T13:40:00.000Z\",\"0.000497\",\"0.000437\",\"2000\"\n\"2024-06-18T13:45:00.000Z\",\"0.000522\",\"0.000437\",\"2000\"\n\"2024-06-18T13:50:00.000Z\",\"0.000433\",\"0.000356\",\"2000\"\n\"2024-06-18T13:55:00.000Z\",\"0.00041\",\"0.000324\",\"2000\"\n\"2024-06-18T14:00:00.000Z\",\"0.000462\",\"0.000378\",\"2000\"\n\"2024-06-18T14:05:00.000Z\",\"0.000483\",\"0.000401\",\"2000\"\n\"2024-06-18T14:10:00.000Z\",\"0.000593\",\"0.000491\",\"2000\"\n\"2024-06-18T14:15:00.000Z\",\"0.000455\",\"0.000369\",\"2000\"\n\"2024-06-18T14:20:00.000Z\",\"0.000386\",\"0.000306\",\"2000\"\n\"2024-06-18T14:25:00.000Z\",\"0.000568\",\"0.000489\",\"2000\"\n\"2024-06-18T14:30:00.000Z\",\"0.000397\",\"0.00033\",\"2000\"\n\"2024-06-18T14:35:00.000Z\",\"0.000444\",\"0.000357\",\"2000\"\n\"2024-06-18T14:40:00.000Z\",\"0.000389\",\"0.000331\",\"2000\"\n\"2024-06-18T14:45:00.000Z\",\"0.000461\",\"0.000385\",\"2000\"\n\"2024-06-18T14:50:00.000Z\",\"0.000462\",\"0.00037\",\"2000\"\n\"2024-06-18T14:55:00.000Z\",\"0.000459\",\"0.000375\",\"2000\"\n\"2024-06-18T15:00:00.000Z\",\"0.000474\",\"0.000386\",\"2000\"\n\"2024-06-18T15:05:00.000Z\",\"0.000495\",\"0.000416\",\"2000\"\n\"2024-06-18T15:10:00.000Z\",\"0.000393\",\"0.000312\",\"2000\"\n\"2024-06-18T15:15:00.000Z\",\"0.000453\",\"0.000382\",\"2000\"\n\"2024-06-18T15:20:00.000Z\",\"0.000572\",\"0.000485\",\"2000\"\n\"2024-06-18T15:25:00.000Z\",\"0.000385\",\"0.000358\",\"2000\"\n\"2024-06-18T15:30:00.000Z\",\"0.000456\",\"0.000393\",\"2000\"\n\"2024-06-18T15:35:00.000Z\",\"0.000497\",\"0.000437\",\"2000\"\n\"2024-06-18T15:40:00.000Z\",\"0.000446\",\"0.000374\",\"2000\"\n\"2024-06-18T15:45:00.000Z\",\"0.000448\",\"0.000364\",\"2000\"\n\"2024-06-18T15:50:00.000Z\",\"0.000569\",\"0.000495\",\"2000\"\n\"2024-06-18T15:55:00.000Z\",\"0.00053\",\"0.000374\",\"2000\"\n\"2024-06-18T16:00:00.000Z\",\"0.000391\",\"0.000308\",\"2000\"\n\"2024-06-18T16:05:00.000Z\",\"0.000411\",\"0.000324\",\"2000\"\n\"2024-06-18T16:10:00.000Z\",\"0.000393\",\"0.000312\",\"2000\"\n\"2024-06-18T16:15:00.000Z\",\"0.000388\",\"0.000309\",\"2000\"\n\"2024-06-18T16:20:00.000Z\",\"0.000392\",\"0.000305\",\"2000\"\n\"2024-06-18T16:25:00.000Z\",\"0.000818\",\"0.000741\",\"2000\"\n\"2024-06-18T16:30:00.000Z\",\"0.00269\",\"0.002749\",\"2000\"\n\"2024-06-18T16:35:00.000Z\",\"0.000436\",\"0.000358\",\"2000\"\n\"2024-06-18T16:40:00.000Z\",\"0.000386\",\"0.000303\",\"2000\"\n\"2024-06-18T16:45:00.000Z\",\"0.000395\",\"0.000315\",\"2000\"\n\"2024-06-18T16:50:00.000Z\",\"0.00042\",\"0.000333\",\"2000\"\n\"2024-06-18T16:55:00.000Z\",\"0.000403\",\"0.000343\",\"2000\"\n\"2024-06-18T17:00:00.000Z\",\"0.000405\",\"0.00033\",\"2000\"\n\"2024-06-18T17:05:00.000Z\",\"0.000443\",\"0.000377\",\"2000\"\n\"2024-06-18T17:10:00.000Z\",\"0.000401\",\"0.000318\",\"2000\"\n\"2024-06-18T17:15:00.000Z\",\"0.000384\",\"0.000308\",\"2000\"\n\"2024-06-18T17:20:00.000Z\",\"0.000534\",\"0.00047\",\"2000\"\n\"2024-06-18T17:25:00.000Z\",\"0.00037\",\"0.000299\",\"2000\"\n\"2024-06-18T17:30:00.000Z\",\"0.000392\",\"0.00031\",\"2000\"\n\"2024-06-18T17:35:00.000Z\",\"0.00039\",\"0.000314\",\"2000\"\n\"2024-06-18T17:40:00.000Z\",\"0.000402\",\"0.000324\",\"2000\"\n\"2024-06-18T17:45:00.000Z\",\"0.000422\",\"0.000358\",\"2000\"\n\"2024-06-18T17:50:00.000Z\",\"0.000384\",\"0.000311\",\"2000\"\n\"2024-06-18T17:55:00.000Z\",\"0.000415\",\"0.000323\",\"2000\"\n\"2024-06-18T18:00:00.000Z\",\"0.000366\",\"0.000298\",\"2000\"\n\"2024-06-18T18:05:00.000Z\",\"0.000406\",\"0.000317\",\"2000\"\n\"2024-06-18T18:10:00.000Z\",\"0.002053\",\"0.001825\",\"2000\"\n\"2024-06-18T18:15:00.000Z\",\"0.000416\",\"0.000328\",\"2000\"\n\"2024-06-18T18:20:00.000Z\",\"0.000388\",\"0.000361\",\"2000\"\n\"2024-06-18T18:25:00.000Z\",\"0.000425\",\"0.000335\",\"2000\"\n\"2024-06-18T18:30:00.000Z\",\"0.000402\",\"0.000319\",\"2000\"\n\"2024-06-18T18:35:00.000Z\",\"0.000378\",\"0.000302\",\"2000\"\n\"2024-06-18T18:40:00.000Z\",\"0.000398\",\"0.00032\",\"2000\"\n\"2024-06-18T18:45:00.000Z\",\"0.000403\",\"0.000326\",\"2000\"\n\"2024-06-18T18:50:00.000Z\",\"0.000363\",\"0.000293\",\"2000\"\n\"2024-06-18T18:55:00.000Z\",\"0.000415\",\"0.00034\",\"2000\"\n\"2024-06-18T19:00:00.000Z\",\"0.000421\",\"0.000335\",\"2000\"\n\"2024-06-18T19:05:00.000Z\",\"0.000381\",\"0.000307\",\"2000\"\n\"2024-06-18T19:10:00.000Z\",\"0.000436\",\"0.000353\",\"2000\"\n\"2024-06-18T19:15:00.000Z\",\"0.000409\",\"0.000319\",\"2000\"\n\"2024-06-18T19:20:00.000Z\",\"0.000377\",\"0.0003\",\"2000\"\n\"2024-06-18T19:25:00.000Z\",\"0.000386\",\"0.000302\",\"2000\"\n\"2024-06-18T19:30:00.000Z\",\"0.000365\",\"0.000298\",\"2000\"\n\"2024-06-18T19:35:00.000Z\",\"0.000385\",\"0.000304\",\"2000\"\n\"2024-06-18T19:40:00.000Z\",\"0.000383\",\"0.00031\",\"2000\"\n\"2024-06-18T19:45:00.000Z\",\"0.000412\",\"0.00034\",\"2000\"\n\"2024-06-18T19:50:00.000Z\",\"0.000399\",\"0.000324\",\"2000\"\n\"2024-06-18T19:55:00.000Z\",\"0.000391\",\"0.000308\",\"2000\"\n\"2024-06-18T20:00:00.000Z\",\"0.000397\",\"0.000312\",\"2000\"\n\"2024-06-18T20:05:00.000Z\",\"0.000409\",\"0.00032\",\"2000\"\n\"2024-06-18T20:10:00.000Z\",\"0.000426\",\"0.00037\",\"2000\"\n\"2024-06-18T20:15:00.000Z\",\"0.000384\",\"0.000302\",\"2000\"\n\"2024-06-18T20:20:00.000Z\",\"0.000385\",\"0.000318\",\"2000\"\n\"2024-06-18T20:25:00.000Z\",\"0.000454\",\"0.000356\",\"2000\"\n\"2024-06-18T20:30:00.000Z\",\"0.00042\",\"0.000339\",\"2000\"\n\"2024-06-18T20:35:00.000Z\",\"0.000496\",\"0.000412\",\"2000\"\n\"2024-06-18T20:40:00.000Z\",\"0.00097\",\"0.000918\",\"2000\"\n\"2024-06-18T20:45:00.000Z\",\"0.000394\",\"0.00032\",\"2000\"\n\"2024-06-18T20:50:00.000Z\",\"0.000393\",\"0.000314\",\"2000\"\n\"2024-06-18T20:55:00.000Z\",\"0.000384\",\"0.000306\",\"2000\"\n\"2024-06-18T21:00:00.000Z\",\"0.000436\",\"0.00035\",\"2000\"\n\"2024-06-18T21:05:00.000Z\",\"0.000378\",\"0.000301\",\"2000\"\n\"2024-06-18T21:10:00.000Z\",\"0.000423\",\"0.000333\",\"2000\"\n\"2024-06-18T21:15:00.000Z\",\"0.000388\",\"0.000308\",\"2000\"\n\"2024-06-18T21:20:00.000Z\",\"0.000378\",\"0.000306\",\"2000\"\n\"2024-06-18T21:25:00.000Z\",\"0.000384\",\"0.000302\",\"2000\"\n\"2024-06-18T21:30:00.000Z\",\"0.000387\",\"0.000303\",\"2000\"\n\"2024-06-18T21:35:00.000Z\",\"0.000802\",\"0.000844\",\"2000\"\n\"2024-06-18T21:40:00.000Z\",\"0.000387\",\"0.000301\",\"2000\"\n\"2024-06-18T21:45:00.000Z\",\"0.000431\",\"0.000359\",\"2000\"\n\"2024-06-18T21:50:00.000Z\",\"0.001983\",\"0.001942\",\"2000\"\n\"2024-06-18T21:55:00.000Z\",\"0.000387\",\"0.000316\",\"2000\"\n\"2024-06-18T22:00:00.000Z\",\"0.00038\",\"0.000311\",\"2000\"\n\"2024-06-18T22:05:00.000Z\",\"0.000417\",\"0.000331\",\"2000\"\n\"2024-06-18T22:10:00.000Z\",\"0.000393\",\"0.000307\",\"2000\"\n\"2024-06-18T22:15:00.000Z\",\"0.00057\",\"0.000518\",\"2000\"\n\"2024-06-18T22:20:00.000Z\",\"0.000397\",\"0.000316\",\"2000\"\n\"2024-06-18T22:25:00.000Z\",\"0.000446\",\"0.000387\",\"2000\"\n\"2024-06-18T22:30:00.000Z\",\"0.000501\",\"0.000466\",\"2000\"\n\"2024-06-18T22:35:00.000Z\",\"0.000613\",\"0.000486\",\"2000\"\n\"2024-06-18T22:40:00.000Z\",\"0.000386\",\"0.000315\",\"2000\"\n\"2024-06-18T22:45:00.000Z\",\"0.000443\",\"0.000364\",\"2000\"\n\"2024-06-18T22:50:00.000Z\",\"0.000468\",\"0.000376\",\"2000\"\n\"2024-06-18T22:55:00.000Z\",\"0.000448\",\"0.000374\",\"2000\"\n\"2024-06-18T23:00:00.000Z\",\"0.000562\",\"0.000484\",\"2000\"\n\"2024-06-18T23:05:00.000Z\",\"0.00058\",\"0.00042\",\"2000\"\n\"2024-06-18T23:10:00.000Z\",\"0.000416\",\"0.000324\",\"2000\"\n\"2024-06-18T23:15:00.000Z\",\"0.000465\",\"0.000379\",\"2000\"\n\"2024-06-18T23:20:00.000Z\",\"0.000525\",\"0.000424\",\"2000\"\n\"2024-06-18T23:25:00.000Z\",\"0.000371\",\"0.000305\",\"2000\"\n\"2024-06-18T23:30:00.000Z\",\"0.0004\",\"0.000313\",\"2000\"\n\"2024-06-18T23:35:00.000Z\",\"0.000632\",\"0.000553\",\"2000\"\n\"2024-06-18T23:40:00.000Z\",\"0.000452\",\"0.000373\",\"2000\"\n\"2024-06-18T23:45:00.000Z\",\"0.000396\",\"0.000317\",\"2000\"\n\"2024-06-18T23:50:00.000Z\",\"0.000512\",\"0.00043\",\"2000\"\n\"2024-06-18T23:55:00.000Z\",\"0.00051\",\"0.000427\",\"2000\"\n\"2024-06-19T00:00:00.000Z\",\"0.000408\",\"0.000321\",\"2000\"\n\"2024-06-19T00:05:00.000Z\",\"0.000458\",\"0.000378\",\"2000\"\n\"2024-06-19T00:10:00.000Z\",\"0.000517\",\"0.000437\",\"2000\"\n\"2024-06-19T00:15:00.000Z\",\"0.000474\",\"0.000406\",\"2000\"\n\"2024-06-19T00:20:00.000Z\",\"0.000571\",\"0.000473\",\"2000\"\n\"2024-06-19T00:25:00.000Z\",\"0.000395\",\"0.00032\",\"2000\"\n\"2024-06-19T00:30:00.000Z\",\"0.000522\",\"0.000432\",\"2000\"\n\"2024-06-19T00:35:00.000Z\",\"0.000567\",\"0.000522\",\"2000\"\n\"2024-06-19T00:40:00.000Z\",\"0.000445\",\"0.000363\",\"2000\"\n\"2024-06-19T00:45:00.000Z\",\"0.000481\",\"0.00038\",\"2000\"\n\"2024-06-19T00:50:00.000Z\",\"0.000549\",\"0.000474\",\"2000\"\n\"2024-06-19T00:55:00.000Z\",\"0.000443\",\"0.000372\",\"2000\"\n\"2024-06-19T01:00:00.000Z\",\"0.000373\",\"0.000294\",\"2000\"\n\"2024-06-19T01:05:00.000Z\",\"0.000468\",\"0.000386\",\"2000\"\n\"2024-06-19T01:10:00.000Z\",\"0.000458\",\"0.000382\",\"2000\"\n\"2024-06-19T01:15:00.000Z\",\"0.000529\",\"0.000433\",\"2000\"\n\"2024-06-19T01:20:00.000Z\",\"0.002133\",\"0.002079\",\"2000\"\n\"2024-06-19T01:25:00.000Z\",\"0.000439\",\"0.000367\",\"2000\"\n\"2024-06-19T01:30:00.000Z\",\"0.000403\",\"0.000337\",\"2000\"\n\"2024-06-19T01:35:00.000Z\",\"0.000537\",\"0.000448\",\"2000\"\n\"2024-06-19T01:40:00.000Z\",\"0.00053\",\"0.000446\",\"2000\"\n\"2024-06-19T01:45:00.000Z\",\"0.000391\",\"0.000313\",\"2000\"\n\"2024-06-19T01:50:00.000Z\",\"0.000446\",\"0.000367\",\"2000\"\n\"2024-06-19T01:55:00.000Z\",\"0.000569\",\"0.000493\",\"2000\"\n\"2024-06-19T02:00:00.000Z\",\"0.000371\",\"0.000296\",\"2000\"\n\"2024-06-19T02:05:00.000Z\",\"0.000404\",\"0.00032\",\"2000\"\n\"2024-06-19T02:10:00.000Z\",\"0.000747\",\"0.000596\",\"2000\"\n\"2024-06-19T02:15:00.000Z\",\"0.000497\",\"0.000416\",\"2000\"\n\"2024-06-19T02:20:00.000Z\",\"0.000394\",\"0.000313\",\"2000\"\n\"2024-06-19T02:25:00.000Z\",\"0.000439\",\"0.000391\",\"2000\"\n\"2024-06-19T02:30:00.000Z\",\"0.000502\",\"0.00039\",\"2000\"\n\"2024-06-19T02:35:00.000Z\",\"0.000548\",\"0.000441\",\"2000\"\n\"2024-06-19T02:40:00.000Z\",\"0.000502\",\"0.000365\",\"2000\"\n\"2024-06-19T02:45:00.000Z\",\"0.000532\",\"0.00048\",\"2000\"\n\"2024-06-19T02:50:00.000Z\",\"0.000464\",\"0.000352\",\"2000\"\n\"2024-06-19T02:55:00.000Z\",\"0.000626\",\"0.000464\",\"2000\"\n\"2024-06-19T03:00:00.000Z\",\"0.000509\",\"0.0004\",\"2000\"\n\"2024-06-19T03:05:00.000Z\",\"0.000427\",\"0.000331\",\"2000\"\n\"2024-06-19T03:10:00.000Z\",\"0.000422\",\"0.000338\",\"2000\"\n\"2024-06-19T03:15:00.000Z\",\"0.000471\",\"0.00039\",\"2000\"\n\"2024-06-19T03:20:00.000Z\",\"0.000468\",\"0.000395\",\"2000\"\n\"2024-06-19T03:25:00.000Z\",\"0.008589\",\"0.008531\",\"2000\"\n\"2024-06-19T03:30:00.000Z\",\"0.014102\",\"0.014048\",\"2000\"\n\"2024-06-19T03:35:00.000Z\",\"0.002565\",\"0.002426\",\"2000\"\n\"2024-06-19T03:40:00.000Z\",\"0.000428\",\"0.000361\",\"2000\"\n\"2024-06-19T03:45:00.000Z\",\"0.00043\",\"0.000349\",\"2000\"\n\"2024-06-19T03:50:00.000Z\",\"0.000602\",\"0.000468\",\"2000\"\n\"2024-06-19T03:55:00.000Z\",\"0.000632\",\"0.000534\",\"2000\"\n\"2024-06-19T04:00:00.000Z\",\"0.000416\",\"0.000321\",\"2000\"\n\"2024-06-19T04:05:00.000Z\",\"0.000376\",\"0.000309\",\"2000\"\n\"2024-06-19T04:10:00.000Z\",\"0.000535\",\"0.00046\",\"2000\"\n\"2024-06-19T04:15:00.000Z\",\"0.000469\",\"0.000381\",\"2000\"\n\"2024-06-19T04:20:00.000Z\",\"0.00045\",\"0.000372\",\"2000\"\n\"2024-06-19T04:25:00.000Z\",\"0.000644\",\"0.000553\",\"2000\"\n\"2024-06-19T04:30:00.000Z\",\"0.000412\",\"0.000326\",\"2000\"\n\"2024-06-19T04:35:00.000Z\",\"0.000631\",\"0.000589\",\"2000\"\n\"2024-06-19T04:40:00.000Z\",\"0.000545\",\"0.000512\",\"2000\"\n\"2024-06-19T04:45:00.000Z\",\"0.000378\",\"0.000302\",\"2000\"\n\"2024-06-19T04:50:00.000Z\",\"0.000404\",\"0.000349\",\"2000\"\n\"2024-06-19T04:55:00.000Z\",\"0.000588\",\"0.000413\",\"2000\"\n\"2024-06-19T05:00:00.000Z\",\"0.000548\",\"0.000443\",\"2000\"\n\"2024-06-19T05:05:00.000Z\",\"0.000476\",\"0.000362\",\"2000\"\n\"2024-06-19T05:10:00.000Z\",\"0.00063\",\"0.000566\",\"2000\"\n\"2024-06-19T05:15:00.000Z\",\"0.000481\",\"0.000362\",\"2000\"\n\"2024-06-19T05:20:00.000Z\",\"0.000504\",\"0.000428\",\"2000\"\n\"2024-06-19T05:25:00.000Z\",\"0.000466\",\"0.000385\",\"2000\"\n\"2024-06-19T05:30:00.000Z\",\"0.000429\",\"0.000337\",\"2000\"\n\"2024-06-19T05:35:00.000Z\",\"0.000525\",\"0.000439\",\"2000\"\n\"2024-06-19T05:40:00.000Z\",\"0.000524\",\"0.00044\",\"2000\"\n\"2024-06-19T05:45:00.000Z\",\"0.000473\",\"0.000379\",\"2000\"\n\"2024-06-19T05:50:00.000Z\",\"0.000446\",\"0.000365\",\"2000\"\n\"2024-06-19T05:55:00.000Z\",\"0.000514\",\"0.000425\",\"2000\"\n\"2024-06-19T06:00:00.000Z\",\"0.000438\",\"0.000362\",\"2000\"\n\"2024-06-19T06:05:00.000Z\",\"0.000408\",\"0.000332\",\"2000\"\n\"2024-06-19T06:10:00.000Z\",\"0.000608\",\"0.000486\",\"2000\"\n\"2024-06-19T06:15:00.000Z\",\"0.000502\",\"0.000376\",\"2000\"\n\"2024-06-19T06:20:00.000Z\",\"0.000507\",\"0.000394\",\"2000\"\n\"2024-06-19T06:25:00.000Z\",\"0.000646\",\"0.0006\",\"2000\"\n\"2024-06-19T06:30:00.000Z\",\"0.000488\",\"0.000409\",\"2000\"\n\"2024-06-19T06:35:00.000Z\",\"0.000388\",\"0.00031\",\"2000\"\n\"2024-06-19T06:40:00.000Z\",\"0.000562\",\"0.000434\",\"2000\"\n\"2024-06-19T06:45:00.000Z\",\"0.000458\",\"0.000392\",\"2000\"\n\"2024-06-19T06:50:00.000Z\",\"0.00041\",\"0.000329\",\"2000\"\n\"2024-06-19T06:55:00.000Z\",\"0.000539\",\"0.000457\",\"2000\"\n\"2024-06-19T07:00:00.000Z\",\"0.000444\",\"0.000382\",\"2000\"\n\"2024-06-19T07:05:00.000Z\",\"0.002074\",\"0.001982\",\"2000\"\n\"2024-06-19T07:10:00.000Z\",\"0.000627\",\"0.000494\",\"2000\"\n\"2024-06-19T07:15:00.000Z\",\"0.000535\",\"0.000454\",\"2000\"\n\"2024-06-19T07:20:00.000Z\",\"0.000531\",\"0.000438\",\"2000\"\n\"2024-06-19T07:25:00.000Z\",\"0.002215\",\"0.001962\",\"2000\"\n\"2024-06-19T07:30:00.000Z\",\"0.000452\",\"0.000366\",\"2000\"\n\"2024-06-19T07:35:00.000Z\",\"0.001885\",\"0.001762\",\"2000\"\n\"2024-06-19T07:40:00.000Z\",\"0.001647\",\"0.001497\",\"2000\"\n\"2024-06-19T07:45:00.000Z\",\"0.000487\",\"0.000408\",\"2000\"\n\"2024-06-19T07:50:00.000Z\",\"0.000448\",\"0.000383\",\"2000\"\n\"2024-06-19T07:55:00.000Z\",\"0.000421\",\"0.000329\",\"2000\"\n\"2024-06-19T08:00:00.000Z\",\"0.000574\",\"0.000527\",\"2000\"\n\"2024-06-19T08:05:00.000Z\",\"0.000471\",\"0.000385\",\"2000\"\n\"2024-06-19T08:10:00.000Z\",\"0.000392\",\"0.000315\",\"2000\"\n\"2024-06-19T08:15:00.000Z\",\"0.00053\",\"0.00044\",\"2000\"\n\"2024-06-19T08:20:00.000Z\",\"0.0005\",\"0.000433\",\"2000\"\n\"2024-06-19T08:25:00.000Z\",\"0.00049\",\"0.000427\",\"2000\"\n\"2024-06-19T08:30:00.000Z\",\"0.000556\",\"0.00051\",\"2000\"\n\"2024-06-19T08:35:00.000Z\",\"0.000569\",\"0.000434\",\"2000\"\n\"2024-06-19T08:40:00.000Z\",\"0.000422\",\"0.000339\",\"2000\"\n\"2024-06-19T08:45:00.000Z\",\"0.000494\",\"0.000409\",\"2000\"\n\"2024-06-19T08:50:00.000Z\",\"0.000508\",\"0.000458\",\"2000\"\n\"2024-06-19T08:55:00.000Z\",\"0.000409\",\"0.000302\",\"2000\"\n\"2024-06-19T09:00:00.000Z\",\"0.000436\",\"0.000386\",\"2000\"\n\"2024-06-19T09:05:00.000Z\",\"0.000606\",\"0.000487\",\"2000\"\n\"2024-06-19T09:10:00.000Z\",\"0.000585\",\"0.000511\",\"2000\"\n\"2024-06-19T09:15:00.000Z\",\"0.000394\",\"0.000321\",\"2000\"\n\"2024-06-19T09:20:00.000Z\",\"0.000596\",\"0.000497\",\"2000\"\n\"2024-06-19T09:25:00.000Z\",\"0.000509\",\"0.000434\",\"2000\"\n\"2024-06-19T09:30:00.000Z\",\"0.000487\",\"0.000417\",\"2000\"\n\"2024-06-19T09:35:00.000Z\",\"0.000504\",\"0.000402\",\"2000\"\n\"2024-06-19T09:40:00.000Z\",\"0.000459\",\"0.00035\",\"2000\"\n\"2024-06-19T09:45:00.000Z\",\"0.000436\",\"0.000371\",\"2000\"\n\"2024-06-19T09:50:00.000Z\",\"0.000602\",\"0.000529\",\"2000\"\n\"2024-06-19T09:55:00.000Z\",\"0.000438\",\"0.000368\",\"2000\"\n\"2024-06-19T10:00:00.000Z\",\"0.000409\",\"0.000319\",\"2000\"\n\"2024-06-19T10:05:00.000Z\",\"0.000411\",\"0.000328\",\"2000\"\n\"2024-06-19T10:10:00.000Z\",\"0.000636\",\"0.000557\",\"2000\"\n\"2024-06-19T10:15:00.000Z\",\"0.000433\",\"0.000344\",\"2000\"\n\"2024-06-19T10:20:00.000Z\",\"0.000479\",\"0.000407\",\"2000\"\n\"2024-06-19T10:25:00.000Z\",\"0.000405\",\"0.000327\",\"2000\"\n\"2024-06-19T10:30:00.000Z\",\"0.000476\",\"0.000396\",\"2000\"\n\"2024-06-19T10:35:00.000Z\",\"0.000416\",\"0.000333\",\"2000\"\n\"2024-06-19T10:40:00.000Z\",\"0.000403\",\"0.000323\",\"2000\"\n\"2024-06-19T10:45:00.000Z\",\"0.000419\",\"0.000329\",\"2000\"\n\"2024-06-19T10:50:00.000Z\",\"0.000468\",\"0.000394\",\"2000\"\n\"2024-06-19T10:55:00.000Z\",\"0.000391\",\"0.000306\",\"2000\"\n\"2024-06-19T11:00:00.000Z\",\"0.000506\",\"0.000484\",\"2000\"\n\"2024-06-19T11:05:00.000Z\",\"0.000405\",\"0.000318\",\"2000\"\n\"2024-06-19T11:10:00.000Z\",\"0.000472\",\"0.000386\",\"2000\"\n\"2024-06-19T11:15:00.000Z\",\"0.000404\",\"0.000321\",\"2000\"\n\"2024-06-19T11:20:00.000Z\",\"0.000394\",\"0.000337\",\"2000\"\n\"2024-06-19T11:25:00.000Z\",\"0.000491\",\"0.000346\",\"2000\"\n\"2024-06-19T11:30:00.000Z\",\"0.000479\",\"0.000399\",\"2000\"\n\"2024-06-19T11:35:00.000Z\",\"0.000418\",\"0.000332\",\"2000\"\n\"2024-06-19T11:40:00.000Z\",\"0.000457\",\"0.000369\",\"2000\"\n\"2024-06-19T11:45:00.000Z\",\"0.00042\",\"0.000329\",\"2000\"\n\"2024-06-19T11:50:00.000Z\",\"0.000466\",\"0.000394\",\"2000\"\n\"2024-06-19T11:55:00.000Z\",\"0.000376\",\"0.000315\",\"2000\"\n\"2024-06-19T12:00:00.000Z\",\"0.00198\",\"0.001942\",\"2000\"\n\"2024-06-19T12:05:00.000Z\",\"0.000418\",\"0.000342\",\"2000\"\n\"2024-06-19T12:10:00.000Z\",\"0.000476\",\"0.000392\",\"2000\"\n\"2024-06-19T12:15:00.000Z\",\"0.000522\",\"0.000432\",\"2000\"\n\"2024-06-19T12:20:00.000Z\",\"0.000425\",\"0.000343\",\"2000\"\n\"2024-06-19T12:25:00.000Z\",\"0.000463\",\"0.000372\",\"2000\"\n\"2024-06-19T12:30:00.000Z\",\"0.000515\",\"0.000428\",\"2000\"\n\"2024-06-19T12:35:00.000Z\",\"0.000438\",\"0.000349\",\"2000\"\n\"2024-06-19T12:40:00.000Z\",\"0.000471\",\"0.000373\",\"2000\"\n\"2024-06-19T12:45:00.000Z\",\"0.000467\",\"0.000374\",\"2000\"\n\"2024-06-19T12:50:00.000Z\",\"0.000451\",\"0.000389\",\"2000\"\n\"2024-06-19T12:55:00.000Z\",\"0.000475\",\"0.000387\",\"2000\"\n\"2024-06-19T13:00:00.000Z\",\"0.000454\",\"0.000392\",\"2000\"\n\"2024-06-19T13:05:00.000Z\",\"0.000531\",\"0.000425\",\"2000\"\n\"2024-06-19T13:10:00.000Z\",\"0.000447\",\"0.000358\",\"2000\"\n\"2024-06-19T13:15:00.000Z\",\"0.000452\",\"0.000376\",\"2000\"\n\"2024-06-19T13:20:00.000Z\",\"0.00045\",\"0.000366\",\"2000\"\n\"2024-06-19T13:25:00.000Z\",\"0.00047\",\"0.000376\",\"2000\"\n\"2024-06-19T13:30:00.000Z\",\"0.000468\",\"0.000374\",\"2000\"\n\"2024-06-19T13:35:00.000Z\",\"0.000466\",\"0.000365\",\"2000\"\n\"2024-06-19T13:40:00.000Z\",\"0.000456\",\"0.000361\",\"2000\"\n\"2024-06-19T13:45:00.000Z\",\"0.000514\",\"0.000423\",\"2000\"\n\"2024-06-19T13:50:00.000Z\",\"0.000463\",\"0.000359\",\"2000\"\n\"2024-06-19T13:55:00.000Z\",\"0.000375\",\"0.000306\",\"2000\"\n\"2024-06-19T14:00:00.000Z\",\"0.000482\",\"0.000384\",\"2000\"\n\"2024-06-19T14:05:00.000Z\",\"0.000517\",\"0.000429\",\"2000\"\n\"2024-06-19T14:10:00.000Z\",\"0.000458\",\"0.000369\",\"2000\"\n\"2024-06-19T14:15:00.000Z\",\"0.000473\",\"0.000372\",\"2000\"\n\"2024-06-19T14:20:00.000Z\",\"0.000528\",\"0.000434\",\"2000\"\n\"2024-06-19T14:25:00.000Z\",\"0.000505\",\"0.000401\",\"2000\"\n\"2024-06-19T14:30:00.000Z\",\"0.000423\",\"0.000337\",\"2000\"\n\"2024-06-19T14:35:00.000Z\",\"0.000501\",\"0.000412\",\"2000\"\n\"2024-06-19T14:40:00.000Z\",\"0.000524\",\"0.00043\",\"2000\"\n\"2024-06-19T14:45:00.000Z\",\"0.000656\",\"0.000571\",\"2000\"\n\"2024-06-19T14:50:00.000Z\",\"0.000461\",\"0.000363\",\"2000\"\n\"2024-06-19T14:55:00.000Z\",\"0.000524\",\"0.000424\",\"2000\"\n\"2024-06-19T15:00:00.000Z\",\"0.000441\",\"0.00038\",\"2000\"\n\"2024-06-19T15:05:00.000Z\",\"0.000447\",\"0.000369\",\"2000\"\n\"2024-06-19T15:10:00.000Z\",\"0.000444\",\"0.000367\",\"2000\"\n\"2024-06-19T15:15:00.000Z\",\"0.000464\",\"0.000364\",\"2000\"\n\"2024-06-19T15:20:00.000Z\",\"0.000557\",\"0.000458\",\"2000\"\n\"2024-06-19T15:25:00.000Z\",\"0.00049\",\"0.000434\",\"2000\"\n\"2024-06-19T15:30:00.000Z\",\"0.000393\",\"0.000311\",\"2000\"\n\"2024-06-19T15:35:00.000Z\",\"0.000497\",\"0.000394\",\"2000\"\n\"2024-06-19T15:40:00.000Z\",\"0.000594\",\"0.000536\",\"2000\"\n\"2024-06-19T15:45:00.000Z\",\"0.000463\",\"0.000372\",\"2000\"\n\"2024-06-19T15:50:00.000Z\",\"0.00045\",\"0.000358\",\"2000\"\n\"2024-06-19T15:55:00.000Z\",\"0.00045\",\"0.000364\",\"2000\"\n\"2024-06-19T16:00:00.000Z\",\"0.000635\",\"0.000539\",\"2000\"\n\"2024-06-19T16:05:00.000Z\",\"0.000417\",\"0.00033\",\"2000\"\n\"2024-06-19T16:10:00.000Z\",\"0.000462\",\"0.000399\",\"2000\"\n\"2024-06-19T16:15:00.000Z\",\"0.000616\",\"0.000505\",\"2000\"\n\"2024-06-19T16:20:00.000Z\",\"0.000516\",\"0.000425\",\"2000\"\n\"2024-06-19T16:25:00.000Z\",\"0.000463\",\"0.000364\",\"2000\"\n\"2024-06-19T16:30:00.000Z\",\"0.001639\",\"0.001561\",\"2000\"\n\"2024-06-19T16:35:00.000Z\",\"0.001131\",\"0.001088\",\"2000\"\n\"2024-06-19T16:40:00.000Z\",\"0.000574\",\"0.000432\",\"2000\"\n\"2024-06-19T16:45:00.000Z\",\"0.000584\",\"0.000494\",\"2000\"\n\"2024-06-19T16:50:00.000Z\",\"0.000569\",\"0.000478\",\"2000\"\n\"2024-06-19T16:55:00.000Z\",\"0.000539\",\"0.000442\",\"2000\"\n\"2024-06-19T17:00:00.000Z\",\"0.000537\",\"0.00044\",\"2000\"\n\"2024-06-19T17:05:00.000Z\",\"0.000615\",\"0.000512\",\"2000\"\n\"2024-06-19T17:10:00.000Z\",\"0.000501\",\"0.000389\",\"2000\"\n\"2024-06-19T17:15:00.000Z\",\"0.000454\",\"0.000364\",\"2000\"\n\"2024-06-19T17:20:00.000Z\",\"0.000447\",\"0.000354\",\"2000\"\n\"2024-06-19T17:25:00.000Z\",\"0.000689\",\"0.000581\",\"2000\"\n\"2024-06-19T17:30:00.000Z\",\"0.000581\",\"0.000493\",\"2000\"\n\"2024-06-19T17:35:00.000Z\",\"0.000446\",\"0.000358\",\"2000\"\n\"2024-06-19T17:40:00.000Z\",\"0.000589\",\"0.000498\",\"2000\"\n\"2024-06-19T17:45:00.000Z\",\"0.000415\",\"0.000341\",\"2000\"\n\"2024-06-19T17:50:00.000Z\",\"0.000631\",\"0.000546\",\"2000\"\n\"2024-06-19T17:55:00.000Z\",\"0.000668\",\"0.000542\",\"2000\"\n\"2024-06-19T18:00:00.000Z\",\"0.000555\",\"0.000417\",\"2000\"\n\"2024-06-19T18:05:00.000Z\",\"0.000473\",\"0.000379\",\"2000\"\n\"2024-06-19T18:10:00.000Z\",\"0.000705\",\"0.000648\",\"2000\"\n\"2024-06-19T18:15:00.000Z\",\"0.000514\",\"0.000435\",\"2000\"\n\"2024-06-19T18:20:00.000Z\",\"0.000469\",\"0.000394\",\"2000\"\n\"2024-06-19T18:25:00.000Z\",\"0.000623\",\"0.00052\",\"2000\"\n\"2024-06-19T18:30:00.000Z\",\"0.000623\",\"0.000506\",\"2000\"\n\"2024-06-19T18:35:00.000Z\",\"0.000669\",\"0.000538\",\"2000\"\n\"2024-06-19T18:40:00.000Z\",\"0.003648\",\"0.00368\",\"2000\"\n\"2024-06-19T18:45:00.000Z\",\"0.000525\",\"0.000432\",\"2000\"\n\"2024-06-19T18:50:00.000Z\",\"0.000509\",\"0.000424\",\"2000\"\n\"2024-06-19T18:55:00.000Z\",\"0.000517\",\"0.000423\",\"2000\"\n\"2024-06-19T19:00:00.000Z\",\"0.000631\",\"0.000511\",\"2000\"\n\"2024-06-19T19:05:00.000Z\",\"0.000534\",\"0.000457\",\"2000\"\n\"2024-06-19T19:10:00.000Z\",\"0.000508\",\"0.00043\",\"2000\"\n\"2024-06-19T19:15:00.000Z\",\"0.000493\",\"0.000394\",\"2000\"\n\"2024-06-19T19:20:00.000Z\",\"0.000458\",\"0.000375\",\"2000\"\n\"2024-06-19T19:25:00.000Z\",\"0.000405\",\"0.000326\",\"2000\"\n\"2024-06-19T19:30:00.000Z\",\"0.000538\",\"0.00045\",\"2000\"\n\"2024-06-19T19:35:00.000Z\",\"0.000502\",\"0.000428\",\"2000\"\n\"2024-06-19T19:40:00.000Z\",\"0.000373\",\"0.000297\",\"2000\"\n\"2024-06-19T19:45:00.000Z\",\"0.002052\",\"0.002004\",\"2000\"\n\"2024-06-19T19:50:00.000Z\",\"0.000586\",\"0.000493\",\"2000\"\n\"2024-06-19T19:55:00.000Z\",\"0.000487\",\"0.000398\",\"2000\"\n\"2024-06-19T20:00:00.000Z\",\"0.00039\",\"0.000308\",\"2000\"\n\"2024-06-19T20:05:00.000Z\",\"0.000456\",\"0.000384\",\"2000\"\n\"2024-06-19T20:10:00.000Z\",\"0.000766\",\"0.000525\",\"2000\"\n\"2024-06-19T20:15:00.000Z\",\"0.000536\",\"0.000429\",\"2000\"\n\"2024-06-19T20:20:00.000Z\",\"0.000451\",\"0.000378\",\"2000\"\n\"2024-06-19T20:25:00.000Z\",\"0.000498\",\"0.000357\",\"2000\"\n\"2024-06-19T20:30:00.000Z\",\"0.00303\",\"0.002779\",\"2000\"\n\"2024-06-19T20:35:00.000Z\",\"0.017872\",\"0.016724\",\"2000\"\n\"2024-06-19T20:40:00.000Z\",\"0.004481\",\"0.004161\",\"2000\"\n\"2024-06-19T20:45:00.000Z\",\"0.000518\",\"0.000377\",\"2000\"\n\"2024-06-19T20:50:00.000Z\",\"0.00055\",\"0.000477\",\"2000\"\n\"2024-06-19T20:55:00.000Z\",\"0.000481\",\"0.000409\",\"2000\"\n\"2024-06-19T21:00:00.000Z\",\"0.000503\",\"0.000369\",\"2000\"\n\"2024-06-19T21:05:00.000Z\",\"0.000465\",\"0.000384\",\"2000\"\n\"2024-06-19T21:10:00.000Z\",\"0.000602\",\"0.000509\",\"2000\"\n\"2024-06-19T21:15:00.000Z\",\"0.000569\",\"0.000493\",\"2000\"\n\"2024-06-19T21:20:00.000Z\",\"0.000365\",\"0.000303\",\"2000\"\n\"2024-06-19T21:25:00.000Z\",\"0.000519\",\"0.00043\",\"2000\"\n\"2024-06-19T21:30:00.000Z\",\"0.000613\",\"0.000534\",\"2000\"\n\"2024-06-19T21:35:00.000Z\",\"0.000414\",\"0.00033\",\"2000\"\n\"2024-06-19T21:40:00.000Z\",\"0.000514\",\"0.000417\",\"2000\"\n\"2024-06-19T21:45:00.000Z\",\"0.000544\",\"0.000449\",\"2000\"\n\"2024-06-19T21:50:00.000Z\",\"0.000562\",\"0.000464\",\"2000\"\n\"2024-06-19T21:55:00.000Z\",\"0.000493\",\"0.000418\",\"2000\"\n\"2024-06-19T22:00:00.000Z\",\"0.00212\",\"0.002087\",\"2000\"\n\"2024-06-19T22:05:00.000Z\",\"0.000494\",\"0.000399\",\"2000\"\n\"2024-06-19T22:10:00.000Z\",\"0.000603\",\"0.000518\",\"2000\"\n\"2024-06-19T22:15:00.000Z\",\"0.000457\",\"0.000361\",\"2000\"\n\"2024-06-19T22:20:00.000Z\",\"0.000468\",\"0.000385\",\"2000\"\n\"2024-06-19T22:25:00.000Z\",\"0.000802\",\"0.000673\",\"2000\"\n\"2024-06-19T22:30:00.000Z\",\"0.000503\",\"0.000396\",\"2000\"\n\"2024-06-19T22:35:00.000Z\",\"0.000487\",\"0.00039\",\"2000\"\n\"2024-06-19T22:40:00.000Z\",\"0.000731\",\"0.000581\",\"2000\"\n\"2024-06-19T22:45:00.000Z\",\"0.000543\",\"0.000467\",\"2000\"\n\"2024-06-19T22:50:00.000Z\",\"0.000453\",\"0.000359\",\"2000\"\n\"2024-06-19T22:55:00.000Z\",\"0.00054\",\"0.000465\",\"2000\"\n\"2024-06-19T23:00:00.000Z\",\"0.000586\",\"0.000469\",\"2000\"\n\"2024-06-19T23:05:00.000Z\",\"0.00048\",\"0.000377\",\"2000\"\n\"2024-06-19T23:10:00.000Z\",\"0.000628\",\"0.000494\",\"2000\"\n\"2024-06-19T23:15:00.000Z\",\"0.000479\",\"0.000389\",\"2000\"\n\"2024-06-19T23:20:00.000Z\",\"0.00074\",\"0.000532\",\"2000\"\n\"2024-06-19T23:25:00.000Z\",\"0.000594\",\"0.000478\",\"2000\"\n\"2024-06-19T23:30:00.000Z\",\"0.000459\",\"0.000366\",\"2000\"\n\"2024-06-19T23:35:00.000Z\",\"0.000784\",\"0.000492\",\"2000\"\n\"2024-06-19T23:40:00.000Z\",\"0.000622\",\"0.000534\",\"2000\"\n\"2024-06-19T23:45:00.000Z\",\"0.000538\",\"0.000446\",\"2000\"\n\"2024-06-19T23:50:00.000Z\",\"0.000645\",\"0.000503\",\"2000\"\n\"2024-06-19T23:55:00.000Z\",\"0.000687\",\"0.000555\",\"2000\"\n\"2024-06-20T00:00:00.000Z\",\"0.000589\",\"0.000454\",\"2000\"\n\"2024-06-20T00:05:00.000Z\",\"0.000487\",\"0.000392\",\"2000\"\n\"2024-06-20T00:10:00.000Z\",\"0.000628\",\"0.000533\",\"2000\"\n\"2024-06-20T00:15:00.000Z\",\"0.000482\",\"0.000409\",\"2000\"\n\"2024-06-20T00:20:00.000Z\",\"0.002106\",\"0.002072\",\"2000\"\n\"2024-06-20T00:25:00.000Z\",\"0.000598\",\"0.00051\",\"2000\"\n\"2024-06-20T00:30:00.000Z\",\"0.000581\",\"0.00049\",\"2000\"\n\"2024-06-20T00:35:00.000Z\",\"0.000488\",\"0.000399\",\"2000\"\n\"2024-06-20T00:40:00.000Z\",\"0.000584\",\"0.000461\",\"2000\"\n\"2024-06-20T00:45:00.000Z\",\"0.000555\",\"0.000444\",\"2000\"\n\"2024-06-20T00:50:00.000Z\",\"0.00058\",\"0.000482\",\"2000\"\n\"2024-06-20T00:55:00.000Z\",\"0.000648\",\"0.000515\",\"2000\"\n\"2024-06-20T01:00:00.000Z\",\"0.000579\",\"0.00048\",\"2000\"\n\"2024-06-20T01:05:00.000Z\",\"0.000479\",\"0.000383\",\"2000\"\n\"2024-06-20T01:10:00.000Z\",\"0.000665\",\"0.00055\",\"2000\"\n\"2024-06-20T01:15:00.000Z\",\"0.000589\",\"0.000459\",\"2000\"\n\"2024-06-20T01:20:00.000Z\",\"0.000564\",\"0.000471\",\"2000\"\n\"2024-06-20T01:25:00.000Z\",\"0.000541\",\"0.000486\",\"2000\"\n\"2024-06-20T01:30:00.000Z\",\"0.000594\",\"0.000518\",\"2000\"\n\"2024-06-20T01:35:00.000Z\",\"0.000463\",\"0.000369\",\"2000\"\n\"2024-06-20T01:40:00.000Z\",\"0.000548\",\"0.000472\",\"2000\"\n\"2024-06-20T01:45:00.000Z\",\"0.000526\",\"0.000434\",\"2000\"\n\"2024-06-20T01:50:00.000Z\",\"0.000553\",\"0.000455\",\"2000\"\n\"2024-06-20T01:55:00.000Z\",\"0.000509\",\"0.000407\",\"2000\"\n\"2024-06-20T02:00:00.000Z\",\"0.00068\",\"0.000583\",\"2000\"\n\"2024-06-20T02:05:00.000Z\",\"0.00063\",\"0.000542\",\"2000\"\n\"2024-06-20T02:10:00.000Z\",\"0.000593\",\"0.000498\",\"2000\"\n\"2024-06-20T02:15:00.000Z\",\"0.000582\",\"0.000513\",\"2000\"\n\"2024-06-20T02:20:00.000Z\",\"0.000606\",\"0.000504\",\"2000\"\n\"2024-06-20T02:25:00.000Z\",\"0.000481\",\"0.000387\",\"2000\"\n\"2024-06-20T02:30:00.000Z\",\"0.000553\",\"0.000488\",\"2000\"\n\"2024-06-20T02:35:00.000Z\",\"0.000499\",\"0.000401\",\"2000\"\n\"2024-06-20T02:40:00.000Z\",\"0.000651\",\"0.000597\",\"2000\"\n\"2024-06-20T02:45:00.000Z\",\"0.000596\",\"0.000477\",\"2000\"\n\"2024-06-20T02:50:00.000Z\",\"0.0005\",\"0.000423\",\"2000\"\n\"2024-06-20T02:55:00.000Z\",\"0.000529\",\"0.000431\",\"2000\"\n\"2024-06-20T03:00:00.000Z\",\"0.000565\",\"0.000469\",\"2000\"\n\"2024-06-20T03:05:00.000Z\",\"0.00054\",\"0.000442\",\"2000\"\n\"2024-06-20T03:10:00.000Z\",\"0.000639\",\"0.000392\",\"2000\"\n\"2024-06-20T03:15:00.000Z\",\"0.000508\",\"0.000422\",\"2000\"\n\"2024-06-20T03:20:00.000Z\",\"0.000607\",\"0.000478\",\"2000\"\n\"2024-06-20T03:25:00.000Z\",\"0.000604\",\"0.000496\",\"2000\"\n\"2024-06-20T03:30:00.000Z\",\"0.00059\",\"0.000464\",\"2000\"\n\"2024-06-20T03:35:00.000Z\",\"0.000589\",\"0.000503\",\"2000\"\n\"2024-06-20T03:40:00.000Z\",\"0.000515\",\"0.000426\",\"2000\"\n\"2024-06-20T03:45:00.000Z\",\"0.000551\",\"0.000448\",\"2000\"\n\"2024-06-20T03:50:00.000Z\",\"0.000554\",\"0.000454\",\"2000\"\n\"2024-06-20T03:55:00.000Z\",\"0.0005\",\"0.000394\",\"2000\"\n\"2024-06-20T04:00:00.000Z\",\"0.000782\",\"0.00067\",\"2000\"\n\"2024-06-20T04:05:00.000Z\",\"0.000484\",\"0.000388\",\"2000\"\n\"2024-06-20T04:10:00.000Z\",\"0.000544\",\"0.000455\",\"2000\"\n\"2024-06-20T04:15:00.000Z\",\"0.00052\",\"0.00044\",\"2000\"\n\"2024-06-20T04:20:00.000Z\",\"0.000598\",\"0.0005\",\"2000\"\n\"2024-06-20T04:25:00.000Z\",\"0.000539\",\"0.000444\",\"2000\"\n\"2024-06-20T04:30:00.000Z\",\"0.000646\",\"0.000551\",\"2000\"\n\"2024-06-20T04:35:00.000Z\",\"0.000455\",\"0.000368\",\"2000\"\n\"2024-06-20T04:40:00.000Z\",\"0.000528\",\"0.000438\",\"2000\"\n\"2024-06-20T04:45:00.000Z\",\"0.000485\",\"0.000392\",\"2000\"\n\"2024-06-20T04:50:00.000Z\",\"0.000489\",\"0.000424\",\"2000\"\n\"2024-06-20T04:55:00.000Z\",\"0.000414\",\"0.000338\",\"2000\"\n\"2024-06-20T05:00:00.000Z\",\"0.000643\",\"0.000518\",\"2000\"\n\"2024-06-20T05:05:00.000Z\",\"0.000575\",\"0.000485\",\"2000\"\n\"2024-06-20T05:10:00.000Z\",\"0.000538\",\"0.000471\",\"2000\"\n\"2024-06-20T05:15:00.000Z\",\"0.000483\",\"0.000379\",\"2000\"\n\"2024-06-20T05:20:00.000Z\",\"0.000494\",\"0.000399\",\"2000\"\n\"2024-06-20T05:25:00.000Z\",\"0.00058\",\"0.000488\",\"2000\"\n\"2024-06-20T05:30:00.000Z\",\"0.000492\",\"0.000393\",\"2000\"\n\"2024-06-20T05:35:00.000Z\",\"0.00041\",\"0.000344\",\"2000\"\n\"2024-06-20T05:40:00.000Z\",\"0.000495\",\"0.000405\",\"2000\"\n\"2024-06-20T05:45:00.000Z\",\"0.002179\",\"0.002109\",\"2000\"\n\"2024-06-20T05:50:00.000Z\",\"0.000489\",\"0.000391\",\"2000\"\n\"2024-06-20T05:55:00.000Z\",\"0.000515\",\"0.000418\",\"2000\"\n\"2024-06-20T06:00:00.000Z\",\"0.000517\",\"0.000425\",\"2000\"\n\"2024-06-20T06:05:00.000Z\",\"0.000609\",\"0.000509\",\"2000\"\n\"2024-06-20T06:10:00.000Z\",\"0.000536\",\"0.000435\",\"2000\"\n\"2024-06-20T06:15:00.000Z\",\"0.000533\",\"0.00043\",\"2000\"\n\"2024-06-20T06:20:00.000Z\",\"0.000406\",\"0.000317\",\"2000\"\n\"2024-06-20T06:25:00.000Z\",\"0.000544\",\"0.000443\",\"2000\"\n\"2024-06-20T06:30:00.000Z\",\"0.000468\",\"0.000379\",\"2000\"\n\"2024-06-20T06:35:00.000Z\",\"0.000493\",\"0.000384\",\"2000\"\n\"2024-06-20T06:40:00.000Z\",\"0.001183\",\"0.001072\",\"2000\"\n\"2024-06-20T06:45:00.000Z\",\"0.000709\",\"0.000521\",\"2000\"\n\"2024-06-20T06:50:00.000Z\",\"0.000608\",\"0.000496\",\"2000\"\n\"2024-06-20T06:55:00.000Z\",\"0.000479\",\"0.000381\",\"2000\"\n\"2024-06-20T07:00:00.000Z\",\"0.001132\",\"0.001242\",\"2000\"\n\"2024-06-20T07:05:00.000Z\",\"0.000564\",\"0.00046\",\"2000\"\n\"2024-06-20T07:10:00.000Z\",\"0.000466\",\"0.000376\",\"2000\"\n\"2024-06-20T07:15:00.000Z\",\"0.000466\",\"0.000375\",\"2000\"\n\"2024-06-20T07:20:00.000Z\",\"0.000394\",\"0.00031\",\"2000\"\n\"2024-06-20T07:25:00.000Z\",\"0.000549\",\"0.000449\",\"2000\"\n\"2024-06-20T07:30:00.000Z\",\"0.002057\",\"0.002005\",\"2000\"\n\"2024-06-20T07:35:00.000Z\",\"0.000385\",\"0.000302\",\"2000\"\n\"2024-06-20T07:40:00.000Z\",\"0.000595\",\"0.000477\",\"2000\"\n\"2024-06-20T07:45:00.000Z\",\"0.000455\",\"0.000369\",\"2000\"\n\"2024-06-20T07:50:00.000Z\",\"0.00047\",\"0.000387\",\"2000\"\n\"2024-06-20T07:55:00.000Z\",\"0.000404\",\"0.000315\",\"2000\"\n\"2024-06-20T08:00:00.000Z\",\"0.000536\",\"0.000439\",\"2000\"\n\"2024-06-20T08:05:00.000Z\",\"0.000448\",\"0.000359\",\"2000\"\n\"2024-06-20T08:10:00.000Z\",\"0.000477\",\"0.000377\",\"2000\"\n\"2024-06-20T08:15:00.000Z\",\"0.000442\",\"0.000348\",\"2000\"\n\"2024-06-20T08:20:00.000Z\",\"0.000539\",\"0.000439\",\"2000\"\n\"2024-06-20T08:25:00.000Z\",\"0.00047\",\"0.000385\",\"2000\"\n\"2024-06-20T08:30:00.000Z\",\"0.00047\",\"0.000378\",\"2000\"\n\"2024-06-20T08:35:00.000Z\",\"0.000419\",\"0.000327\",\"2000\"\n\"2024-06-20T08:40:00.000Z\",\"0.000521\",\"0.000415\",\"2000\"\n\"2024-06-20T08:45:00.000Z\",\"0.000525\",\"0.000449\",\"2000\"\n\"2024-06-20T08:50:00.000Z\",\"0.000455\",\"0.000365\",\"2000\"\n\"2024-06-20T08:55:00.000Z\",\"0.000391\",\"0.000316\",\"2000\"\n\"2024-06-20T09:00:00.000Z\",\"0.000505\",\"0.000381\",\"2000\"\n\"2024-06-20T09:05:00.000Z\",\"0.000502\",\"0.000432\",\"2000\"\n\"2024-06-20T09:10:00.000Z\",\"0.000446\",\"0.000369\",\"2000\"\n\"2024-06-20T09:15:00.000Z\",\"0.00203\",\"0.001855\",\"2000\"\n\"2024-06-20T09:20:00.000Z\",\"0.000544\",\"0.000442\",\"2000\"\n\"2024-06-20T09:25:00.000Z\",\"0.000492\",\"0.00039\",\"2000\"\n\"2024-06-20T09:30:00.000Z\",\"0.00046\",\"0.000365\",\"2000\"\n\"2024-06-20T09:35:00.000Z\",\"0.000423\",\"0.000358\",\"2000\"\n\"2024-06-20T09:40:00.000Z\",\"0.000474\",\"0.000397\",\"2000\"\n\"2024-06-20T09:45:00.000Z\",\"0.00046\",\"0.000376\",\"2000\"\n\"2024-06-20T09:50:00.000Z\",\"0.000467\",\"0.000379\",\"2000\"\n\"2024-06-20T09:55:00.000Z\",\"0.000449\",\"0.000362\",\"2000\"\n\"2024-06-20T10:00:00.000Z\",\"0.000493\",\"0.000418\",\"2000\"\n\"2024-06-20T10:05:00.000Z\",\"0.000484\",\"0.000406\",\"2000\"\n\"2024-06-20T10:10:00.000Z\",\"0.000501\",\"0.000432\",\"2000\"\n\"2024-06-20T10:15:00.000Z\",\"0.000469\",\"0.000369\",\"2000\"\n\"2024-06-20T10:20:00.000Z\",\"0.000697\",\"0.000608\",\"2000\"\n\"2024-06-20T10:25:00.000Z\",\"0.000491\",\"0.000395\",\"2000\"\n\"2024-06-20T10:30:00.000Z\",\"0.000491\",\"0.00039\",\"2000\"\n\"2024-06-20T10:35:00.000Z\",\"0.000605\",\"0.000516\",\"2000\"\n\"2024-06-20T10:40:00.000Z\",\"0.000534\",\"0.000452\",\"2000\"\n\"2024-06-20T10:45:00.000Z\",\"0.000457\",\"0.000355\",\"2000\"\n\"2024-06-20T10:50:00.000Z\",\"0.000826\",\"0.000575\",\"2000\"\n\"2024-06-20T10:55:00.000Z\",\"0.000558\",\"0.000384\",\"2000\"\n\"2024-06-20T11:00:00.000Z\",\"0.000522\",\"0.000442\",\"2000\"\n\"2024-06-20T11:05:00.000Z\",\"0.000621\",\"0.000563\",\"2000\"\n\"2024-06-20T11:10:00.000Z\",\"0.000468\",\"0.000372\",\"2000\"\n\"2024-06-20T11:15:00.000Z\",\"0.000469\",\"0.00038\",\"2000\"\n\"2024-06-20T11:20:00.000Z\",\"0.000752\",\"0.000608\",\"2000\"\n\"2024-06-20T11:25:00.000Z\",\"0.000475\",\"0.000382\",\"2000\"\n\"2024-06-20T11:30:00.000Z\",\"0.000468\",\"0.000367\",\"2000\"\n\"2024-06-20T11:35:00.000Z\",\"0.000512\",\"0.000418\",\"2000\"\n\"2024-06-20T11:40:00.000Z\",\"0.000613\",\"0.000505\",\"2000\"\n\"2024-06-20T11:45:00.000Z\",\"0.000441\",\"0.000359\",\"2000\"\n\"2024-06-20T11:50:00.000Z\",\"0.000545\",\"0.000444\",\"2000\"\n\"2024-06-20T11:55:00.000Z\",\"0.000737\",\"0.000624\",\"2000\"\n\"2024-06-20T12:00:00.000Z\",\"0.000573\",\"0.000481\",\"2000\"\n\"2024-06-20T12:05:00.000Z\",\"0.000595\",\"0.000482\",\"2000\"\n\"2024-06-20T12:10:00.000Z\",\"0.000729\",\"0.000594\",\"2000\"\n\"2024-06-20T12:15:00.000Z\",\"0.00069\",\"0.000566\",\"2000\"\n\"2024-06-20T12:20:00.000Z\",\"0.000684\",\"0.000592\",\"2000\"\n\"2024-06-20T12:25:00.000Z\",\"0.000603\",\"0.000489\",\"2000\"\n\"2024-06-20T12:30:00.000Z\",\"0.000626\",\"0.000498\",\"2000\"\n\"2024-06-20T12:35:00.000Z\",\"0.000713\",\"0.000614\",\"2000\"\n\"2024-06-20T12:40:00.000Z\",\"0.001001\",\"0.000885\",\"2000\"\n\"2024-06-20T12:45:00.000Z\",\"0.003086\",\"0.00296\",\"2000\"\n\"2024-06-20T12:50:00.000Z\",\"0.000608\",\"0.000534\",\"2000\"\n\"2024-06-20T12:55:00.000Z\",\"0.000537\",\"0.000453\",\"2000\"\n\"2024-06-20T13:00:00.000Z\",\"0.000735\",\"0.000593\",\"2000\"\n\"2024-06-20T13:05:00.000Z\",\"0.000603\",\"0.000493\",\"2000\"\n\"2024-06-20T13:10:00.000Z\",\"0.000471\",\"0.000376\",\"2000\"\n\"2024-06-20T13:15:00.000Z\",\"0.000477\",\"0.000383\",\"2000\"\n\"2024-06-20T13:20:00.000Z\",\"0.00082\",\"0.000703\",\"2000\"\n\"2024-06-20T13:25:00.000Z\",\"0.000612\",\"0.000488\",\"2000\"\n\"2024-06-20T13:30:00.000Z\",\"0.000579\",\"0.000478\",\"2000\"\n\"2024-06-20T13:35:00.000Z\",\"0.000757\",\"0.000554\",\"2000\"\n\"2024-06-20T13:40:00.000Z\",\"0.000679\",\"0.000571\",\"2000\"\n\"2024-06-20T13:45:00.000Z\",\"0.000548\",\"0.000445\",\"2000\"\n\"2024-06-20T13:50:00.000Z\",\"0.00056\",\"0.000453\",\"2000\"\n\"2024-06-20T13:55:00.000Z\",\"0.000545\",\"0.00044\",\"2000\"\n\"2024-06-20T14:00:00.000Z\",\"0.000691\",\"0.000579\",\"2000\"\n\"2024-06-20T14:05:00.000Z\",\"0.000604\",\"0.000505\",\"2000\"\n\"2024-06-20T14:10:00.000Z\",\"0.000599\",\"0.000493\",\"2000\"\n\"2024-06-20T14:15:00.000Z\",\"0.002155\",\"0.002074\",\"2000\"\n\"2024-06-20T14:20:00.000Z\",\"0.002486\",\"0.002434\",\"2000\"\n\"2024-06-20T14:25:00.000Z\",\"0.0019\",\"0.001835\",\"2000\"\n\"2024-06-20T14:30:00.000Z\",\"0.000549\",\"0.000454\",\"2000\"\n\"2024-06-20T14:35:00.000Z\",\"0.000484\",\"0.000386\",\"2000\"\n\"2024-06-20T14:40:00.000Z\",\"0.00061\",\"0.000498\",\"2000\"\n\"2024-06-20T14:45:00.000Z\",\"0.000616\",\"0.000485\",\"2000\"\n\"2024-06-20T14:50:00.000Z\",\"0.000498\",\"0.000402\",\"2000\"\n\"2024-06-20T14:55:00.000Z\",\"0.00192\",\"0.023319\",\"2000\"\n\"2024-06-20T15:00:00.000Z\",\"0.006793\",\"0.003012\",\"2000\"\n\"2024-06-20T15:05:00.000Z\",\"0.001355\",\"0.000799\",\"2000\"\n\"2024-06-20T15:10:00.000Z\",\"0.002074\",\"0.001184\",\"2000\"\n\"2024-06-20T15:15:00.000Z\",\"0.003245\",\"0.001824\",\"2000\"\n\"2024-06-20T15:20:00.000Z\",\"0.002673\",\"0.001895\",\"2000\"\n\"2024-06-20T15:25:00.000Z\",\"0.00469\",\"0.002712\",\"2000\"\n\"2024-06-20T15:30:00.000Z\",\"0.00414\",\"0.0023\",\"2000\"\n\"2024-06-20T15:35:00.000Z\",\"0.004506\",\"0.003684\",\"2000\"\n\"2024-06-20T15:40:00.000Z\",\"0.001115\",\"0.000847\",\"2000\"\n\"2024-06-20T15:45:00.000Z\",\"0.001183\",\"0.000874\",\"2000\"\n\"2024-06-20T15:50:00.000Z\",\"0.000997\",\"0.000691\",\"2000\"\n\"2024-06-20T15:55:00.000Z\",\"0.001203\",\"0.000998\",\"2000\"\n\"2024-06-20T16:00:00.000Z\",\"0.000849\",\"0.000648\",\"2000\"\n\"2024-06-20T16:05:00.000Z\",\"0.000964\",\"0.000693\",\"2000\"\n\"2024-06-20T16:10:00.000Z\",\"0.000925\",\"0.000676\",\"2000\"\n\"2024-06-20T16:15:00.000Z\",\"0.000631\",\"0.000484\",\"2000\"\n\"2024-06-20T16:20:00.000Z\",\"0.001201\",\"0.000897\",\"2000\"\n\"2024-06-20T16:25:00.000Z\",\"0.000752\",\"0.000529\",\"2000\"\n\"2024-06-20T16:30:00.000Z\",\"0.000716\",\"0.000506\",\"2000\"\n\"2024-06-20T16:35:00.000Z\",\"0.000733\",\"0.000538\",\"2000\"\n\"2024-06-20T16:40:00.000Z\",\"0.000628\",\"0.000471\",\"2000\"\n\"2024-06-20T16:45:00.000Z\",\"0.000845\",\"0.000552\",\"2000\"\n\"2024-06-20T16:50:00.000Z\",\"0.000634\",\"0.000496\",\"2000\"\n\"2024-06-20T16:55:00.000Z\",\"0.000865\",\"0.000647\",\"2000\"\n\"2024-06-20T17:00:00.000Z\",\"0.000869\",\"0.000585\",\"2000\"\n\"2024-06-20T17:05:00.000Z\",\"0.000743\",\"0.000528\",\"2000\"\n\"2024-06-20T17:10:00.000Z\",\"0.000758\",\"0.000533\",\"2000\"\n\"2024-06-20T17:15:00.000Z\",\"0.000908\",\"0.000644\",\"2000\"\n\"2024-06-20T17:20:00.000Z\",\"0.000722\",\"0.000473\",\"2000\"\n\"2024-06-20T17:25:00.000Z\",\"0.000558\",\"0.000422\",\"2000\"\n\"2024-06-20T17:30:00.000Z\",\"0.000728\",\"0.000515\",\"2000\"\n\"2024-06-20T17:35:00.000Z\",\"0.000817\",\"0.000543\",\"2000\"\n\"2024-06-20T17:40:00.000Z\",\"0.000762\",\"0.000533\",\"2000\"\n\"2024-06-20T17:45:00.000Z\",\"0.000728\",\"0.000555\",\"2000\"\n\"2024-06-20T17:50:00.000Z\",\"0.000729\",\"0.000517\",\"2000\"\n\"2024-06-20T17:55:00.000Z\",\"0.000802\",\"0.000984\",\"2000\"\n\"2024-06-20T18:00:00.000Z\",\"0.000556\",\"0.000622\",\"2000\"\n\"2024-06-20T18:05:00.000Z\",\"0.000723\",\"0.000464\",\"2000\"\n\"2024-06-20T18:10:00.000Z\",\"0.000773\",\"0.000562\",\"2000\"\n\"2024-06-20T18:15:00.000Z\",\"0.000709\",\"0.00047\",\"2000\"\n\"2024-06-20T18:20:00.000Z\",\"0.003256\",\"0.002634\",\"2000\"\n\"2024-06-20T18:25:00.000Z\",\"0.000702\",\"0.000497\",\"2000\"\n\"2024-06-20T18:30:00.000Z\",\"0.00065\",\"0.00044\",\"2000\"\n\"2024-06-20T18:35:00.000Z\",\"0.000654\",\"0.000459\",\"2000\"\n\"2024-06-20T18:40:00.000Z\",\"0.000665\",\"0.000463\",\"2000\"\n\"2024-06-20T18:45:00.000Z\",\"0.000784\",\"0.000521\",\"2000\"\n\"2024-06-20T18:50:00.000Z\",\"0.001011\",\"0.000635\",\"2000\"\n\"2024-06-20T18:55:00.000Z\",\"0.000515\",\"0.000423\",\"2000\"\n\"2024-06-20T19:00:00.000Z\",\"0.000618\",\"0.000422\",\"2000\"\n\"2024-06-20T19:05:00.000Z\",\"0.000556\",\"0.000392\",\"2000\"\n\"2024-06-20T19:10:00.000Z\",\"0.000606\",\"0.000453\",\"2000\"\n\"2024-06-20T19:15:00.000Z\",\"0.00054\",\"0.000381\",\"2000\"\n\"2024-06-20T19:20:00.000Z\",\"0.000573\",\"0.000413\",\"2000\"\n\"2024-06-20T19:25:00.000Z\",\"0.0006\",\"0.000432\",\"2000\"\n\"2024-06-20T19:30:00.000Z\",\"0.000647\",\"0.000466\",\"2000\"\n\"2024-06-20T19:35:00.000Z\",\"0.000739\",\"0.000487\",\"2000\"\n\"2024-06-20T19:40:00.000Z\",\"0.000565\",\"0.000439\",\"2000\"\n\"2024-06-20T19:45:00.000Z\",\"0.000572\",\"0.000447\",\"2000\"\n\"2024-06-20T19:50:00.000Z\",\"0.000657\",\"0.00046\",\"2000\"\n\"2024-06-20T19:55:00.000Z\",\"0.000563\",\"0.000432\",\"2000\"\n\"2024-06-20T20:00:00.000Z\",\"0.000607\",\"0.000417\",\"2000\"\n\"2024-06-20T20:05:00.000Z\",\"0.000512\",\"0.000387\",\"2000\"\n\"2024-06-20T20:10:00.000Z\",\"0.000553\",\"0.000371\",\"2000\"\n\"2024-06-20T20:15:00.000Z\",\"0.000526\",\"0.000399\",\"2000\"\n\"2024-06-20T20:20:00.000Z\",\"0.000885\",\"0.000421\",\"2000\"\n\"2024-06-20T20:25:00.000Z\",\"0.000518\",\"0.000391\",\"2000\"\n\"2024-06-20T20:30:00.000Z\",\"0.000569\",\"0.000379\",\"2000\"\n\"2024-06-20T20:35:00.000Z\",\"0.000502\",\"0.000382\",\"2000\"\n\"2024-06-20T20:40:00.000Z\",\"0.000607\",\"0.000403\",\"2000\"\n\"2024-06-20T20:45:00.000Z\",\"0.000507\",\"0.00038\",\"2000\"\n\"2024-06-20T20:50:00.000Z\",\"0.000572\",\"0.000393\",\"2000\"\n\"2024-06-20T20:55:00.000Z\",\"0.000508\",\"0.000388\",\"2000\"\n\"2024-06-20T21:00:00.000Z\",\"0.000478\",\"0.000373\",\"2000\"\n\"2024-06-20T21:05:00.000Z\",\"0.000653\",\"0.000403\",\"2000\"\n\"2024-06-20T21:10:00.000Z\",\"0.00054\",\"0.000394\",\"2000\"\n\"2024-06-20T21:15:00.000Z\",\"0.000524\",\"0.000377\",\"2000\"\n\"2024-06-20T21:20:00.000Z\",\"0.000551\",\"0.000396\",\"2000\"\n\"2024-06-20T21:25:00.000Z\",\"0.000534\",\"0.000406\",\"2000\"\n\"2024-06-20T21:30:00.000Z\",\"0.000709\",\"0.000445\",\"2000\"\n\"2024-06-20T21:35:00.000Z\",\"0.000512\",\"0.000384\",\"2000\"\n\"2024-06-20T21:40:00.000Z\",\"0.001466\",\"0.001214\",\"2000\"\n\"2024-06-20T21:45:00.000Z\",\"0.001538\",\"0.001411\",\"2000\"\n\"2024-06-20T21:50:00.000Z\",\"0.000541\",\"0.000389\",\"2000\"\n\"2024-06-20T21:55:00.000Z\",\"0.000511\",\"0.000398\",\"2000\"\n\"2024-06-20T22:00:00.000Z\",\"0.00062\",\"0.000408\",\"2000\"\n\"2024-06-20T22:05:00.000Z\",\"0.000572\",\"0.000404\",\"2000\"\n\"2024-06-20T22:10:00.000Z\",\"0.000771\",\"0.000571\",\"2000\"\n\"2024-06-20T22:15:00.000Z\",\"0.000859\",\"0.00067\",\"2000\"\n\"2024-06-20T22:20:00.000Z\",\"0.000542\",\"0.000453\",\"2000\"\n\"2024-06-20T22:25:00.000Z\",\"0.000676\",\"0.000487\",\"2000\"\n\"2024-06-20T22:30:00.000Z\",\"0.00113\",\"0.000881\",\"2000\"\n\"2024-06-20T22:35:00.000Z\",\"0.000541\",\"0.000395\",\"2000\"\n\"2024-06-20T22:40:00.000Z\",\"0.000904\",\"0.000615\",\"2000\"\n\"2024-06-20T22:45:00.000Z\",\"0.001234\",\"0.000977\",\"2000\"\n\"2024-06-20T22:50:00.000Z\",\"0.000661\",\"0.000461\",\"2000\"\n\"2024-06-20T22:55:00.000Z\",\"0.000856\",\"0.000623\",\"2000\"\n\"2024-06-20T23:00:00.000Z\",\"0.001001\",\"0.000698\",\"2000\"\n\"2024-06-20T23:05:00.000Z\",\"0.000538\",\"0.000407\",\"2000\"\n\"2024-06-20T23:10:00.000Z\",\"0.001201\",\"0.000851\",\"2000\"\n\"2024-06-20T23:15:00.000Z\",\"0.001164\",\"0.00091\",\"2000\"\n\"2024-06-20T23:20:00.000Z\",\"0.000665\",\"0.000466\",\"2000\"\n\"2024-06-20T23:25:00.000Z\",\"0.000886\",\"0.000677\",\"2000\"\n\"2024-06-20T23:30:00.000Z\",\"0.001401\",\"0.001083\",\"2000\"\n\"2024-06-20T23:35:00.000Z\",\"0.000562\",\"0.000473\",\"2000\"\n\"2024-06-20T23:40:00.000Z\",\"0.001006\",\"0.000742\",\"2000\"\n\"2024-06-20T23:45:00.000Z\",\"0.000778\",\"0.00061\",\"2000\"\n\"2024-06-20T23:50:00.000Z\",\"0.000916\",\"0.000747\",\"2000\"\n\"2024-06-20T23:55:00.000Z\",\"0.000893\",\"0.00069\",\"2000\"\n\"2024-06-21T00:00:00.000Z\",\"0.000566\",\"0.000444\",\"2000\"\n\"2024-06-21T00:05:00.000Z\",\"0.000813\",\"0.000672\",\"2000\"\n\"2024-06-21T00:10:00.000Z\",\"0.001381\",\"0.001056\",\"2000\"\n\"2024-06-21T00:15:00.000Z\",\"0.000668\",\"0.000482\",\"2000\"\n\"2024-06-21T00:20:00.000Z\",\"0.001042\",\"0.000775\",\"2000\"\n\"2024-06-21T00:25:00.000Z\",\"0.001154\",\"0.000909\",\"2000\"\n\"2024-06-21T00:30:00.000Z\",\"0.000615\",\"0.000401\",\"2000\"\n\"2024-06-21T00:35:00.000Z\",\"0.00088\",\"0.000685\",\"2000\"\n\"2024-06-21T00:40:00.000Z\",\"0.000826\",\"0.000607\",\"2000\"\n\"2024-06-21T00:45:00.000Z\",\"0.000943\",\"0.000735\",\"2000\"\n\"2024-06-21T00:50:00.000Z\",\"0.001641\",\"0.001434\",\"2000\"\n\"2024-06-21T00:55:00.000Z\",\"0.001825\",\"0.001629\",\"2000\"\n\"2024-06-21T01:00:00.000Z\",\"0.00061\",\"0.000409\",\"2000\"\n\"2024-06-21T01:05:00.000Z\",\"0.000859\",\"0.000632\",\"2000\"\n\"2024-06-21T01:10:00.000Z\",\"0.000841\",\"0.000625\",\"2000\"\n\"2024-06-21T01:15:00.000Z\",\"0.001209\",\"0.000883\",\"2000\"\n\"2024-06-21T01:20:00.000Z\",\"0.000585\",\"0.000406\",\"2000\"\n\"2024-06-21T01:25:00.000Z\",\"0.001237\",\"0.000982\",\"2000\"\n\"2024-06-21T01:30:00.000Z\",\"0.000499\",\"0.000377\",\"2000\"\n\"2024-06-21T01:35:00.000Z\",\"0.000863\",\"0.000618\",\"2000\"\n\"2024-06-21T01:40:00.000Z\",\"0.001152\",\"0.000853\",\"2000\"\n\"2024-06-21T01:45:00.000Z\",\"0.001257\",\"0.000661\",\"2000\"\n\"2024-06-21T01:50:00.000Z\",\"0.000945\",\"0.000609\",\"2000\"\n\"2024-06-21T01:55:00.000Z\",\"0.001277\",\"0.00091\",\"2000\"\n\"2024-06-21T02:00:00.000Z\",\"0.000968\",\"0.000695\",\"2000\"\n\"2024-06-21T02:05:00.000Z\",\"0.002338\",\"0.0022\",\"2000\"\n\"2024-06-21T02:10:00.000Z\",\"0.001314\",\"0.000893\",\"2000\"\n\"2024-06-21T02:15:00.000Z\",\"0.000657\",\"0.00045\",\"2000\"\n\"2024-06-21T02:20:00.000Z\",\"0.000609\",\"0.000411\",\"2000\"\n\"2024-06-21T02:25:00.000Z\",\"0.000911\",\"0.00067\",\"2000\"\n\"2024-06-21T02:30:00.000Z\",\"0.001171\",\"0.000837\",\"2000\"\n\"2024-06-21T02:35:00.000Z\",\"0.000565\",\"0.000412\",\"2000\"\n\"2024-06-21T02:40:00.000Z\",\"0.001456\",\"0.001158\",\"2000\"\n\"2024-06-21T02:45:00.000Z\",\"0.000888\",\"0.000666\",\"2000\"\n\"2024-06-21T02:50:00.000Z\",\"0.000527\",\"0.000404\",\"2000\"\n\"2024-06-21T02:55:00.000Z\",\"0.001028\",\"0.000787\",\"2000\"\n\"2024-06-21T03:00:00.000Z\",\"0.001281\",\"0.000875\",\"2000\"\n\"2024-06-21T03:05:00.000Z\",\"0.000929\",\"0.000701\",\"2000\"\n\"2024-06-21T03:10:00.000Z\",\"0.00142\",\"0.000995\",\"2000\"\n\"2024-06-21T03:15:00.000Z\",\"0.00105\",\"0.000764\",\"2000\"\n\"2024-06-21T03:20:00.000Z\",\"0.000857\",\"0.000626\",\"2000\"\n\"2024-06-21T03:25:00.000Z\",\"0.001252\",\"0.001083\",\"2000\"\n\"2024-06-21T03:30:00.000Z\",\"0.00083\",\"0.000643\",\"2000\"\n\"2024-06-21T03:35:00.000Z\",\"0.000557\",\"0.000394\",\"2000\"\n\"2024-06-21T03:40:00.000Z\",\"0.00139\",\"0.001142\",\"2000\"\n\"2024-06-21T03:45:00.000Z\",\"0.000951\",\"0.000757\",\"2000\"\n\"2024-06-21T03:50:00.000Z\",\"0.000493\",\"0.00037\",\"2000\"\n\"2024-06-21T03:55:00.000Z\",\"0.001526\",\"0.001286\",\"2000\"\n\"2024-06-21T04:00:00.000Z\",\"0.000728\",\"0.000572\",\"2000\"\n\"2024-06-21T04:05:00.000Z\",\"0.000522\",\"0.000378\",\"2000\"\n\"2024-06-21T04:10:00.000Z\",\"0.000529\",\"0.00037\",\"2000\"\n\"2024-06-21T04:15:00.000Z\",\"0.00052\",\"0.000399\",\"2000\"\n\"2024-06-21T04:20:00.000Z\",\"0.000624\",\"0.000466\",\"2000\"\n\"2024-06-21T04:25:00.000Z\",\"0.000598\",\"0.00043\",\"2000\"\n\"2024-06-21T04:30:00.000Z\",\"0.000561\",\"0.000414\",\"2000\"\n\"2024-06-21T04:35:00.000Z\",\"0.000556\",\"0.000399\",\"2000\"\n\"2024-06-21T04:40:00.000Z\",\"0.00056\",\"0.000414\",\"2000\"\n\"2024-06-21T04:45:00.000Z\",\"0.000544\",\"0.000376\",\"2000\"\n\"2024-06-21T04:50:00.000Z\",\"0.000544\",\"0.000397\",\"2000\"\n\"2024-06-21T04:55:00.000Z\",\"0.000577\",\"0.000422\",\"2000\"\n\"2024-06-21T05:00:00.000Z\",\"0.000558\",\"0.000405\",\"2000\"\n\"2024-06-21T05:05:00.000Z\",\"0.000659\",\"0.00047\",\"2000\"\n\"2024-06-21T05:10:00.000Z\",\"0.000506\",\"0.000391\",\"2000\"\n\"2024-06-21T05:15:00.000Z\",\"0.000606\",\"0.000426\",\"2000\"\n\"2024-06-21T05:20:00.000Z\",\"0.000508\",\"0.000369\",\"2000\"\n\"2024-06-21T05:25:00.000Z\",\"0.000631\",\"0.000427\",\"2000\"\n\"2024-06-21T05:30:00.000Z\",\"0.000627\",\"0.000415\",\"2000\"\n\"2024-06-21T05:35:00.000Z\",\"0.000508\",\"0.000393\",\"2000\"\n\"2024-06-21T05:40:00.000Z\",\"0.000696\",\"0.000456\",\"2000\"\n\"2024-06-21T05:45:00.000Z\",\"0.000595\",\"0.000413\",\"2000\"\n\"2024-06-21T05:50:00.000Z\",\"0.000522\",\"0.000382\",\"2000\"\n\"2024-06-21T05:55:00.000Z\",\"0.000532\",\"0.000401\",\"2000\"\n\"2024-06-21T06:00:00.000Z\",\"0.000687\",\"0.000421\",\"2000\"\n\"2024-06-21T06:05:00.000Z\",\"0.000533\",\"0.000398\",\"2000\"\n\"2024-06-21T06:10:00.000Z\",\"0.000596\",\"0.000408\",\"2000\"\n\"2024-06-21T06:15:00.000Z\",\"0.000705\",\"0.000506\",\"2000\"\n\"2024-06-21T06:20:00.000Z\",\"0.000696\",\"0.000487\",\"2000\"\n\"2024-06-21T06:25:00.000Z\",\"0.000624\",\"0.000481\",\"2000\"\n\"2024-06-21T06:30:00.000Z\",\"0.00063\",\"0.000449\",\"2000\"\n\"2024-06-21T06:35:00.000Z\",\"0.000652\",\"0.000502\",\"2000\"\n\"2024-06-21T06:40:00.000Z\",\"0.000676\",\"0.000496\",\"2000\"\n\"2024-06-21T06:45:00.000Z\",\"0.000573\",\"0.00045\",\"2000\"\n\"2024-06-21T06:50:00.000Z\",\"0.000586\",\"0.000469\",\"2000\"\n\"2024-06-21T06:55:00.000Z\",\"0.000584\",\"0.000445\",\"2000\"\n\"2024-06-21T07:00:00.000Z\",\"0.000772\",\"0.000516\",\"2000\"\n\"2024-06-21T07:05:00.000Z\",\"0.000691\",\"0.000454\",\"2000\"\n\"2024-06-21T07:10:00.000Z\",\"0.000878\",\"0.00058\",\"2000\"\n\"2024-06-21T07:15:00.000Z\",\"0.001367\",\"0.001123\",\"2000\"\n\"2024-06-21T07:20:00.000Z\",\"0.002247\",\"0.002028\",\"2000\"\n\"2024-06-21T07:25:00.000Z\",\"0.000998\",\"0.000696\",\"2000\"\n\"2024-06-21T07:30:00.000Z\",\"0.000864\",\"0.000647\",\"2000\"\n\"2024-06-21T07:35:00.000Z\",\"0.000969\",\"0.000694\",\"2000\"\n\"2024-06-21T07:40:00.000Z\",\"0.000844\",\"0.000605\",\"2000\"\n\"2024-06-21T07:45:00.000Z\",\"0.00105\",\"0.000705\",\"2000\"\n\"2024-06-21T07:50:00.000Z\",\"0.000934\",\"0.000642\",\"2000\"\n\"2024-06-21T07:55:00.000Z\",\"0.000908\",\"0.000687\",\"2000\"\n\"2024-06-21T08:00:00.000Z\",\"0.000929\",\"0.000632\",\"2000\"\n\"2024-06-21T08:05:00.000Z\",\"0.001015\",\"0.000711\",\"2000\"\n\"2024-06-21T08:10:00.000Z\",\"0.000893\",\"0.000669\",\"2000\"\n\"2024-06-21T08:15:00.000Z\",\"0.001039\",\"0.000734\",\"2000\"\n\"2024-06-21T08:20:00.000Z\",\"0.001161\",\"0.000764\",\"2000\"\n\"2024-06-21T08:25:00.000Z\",\"0.000951\",\"0.000718\",\"2000\"\n\"2024-06-21T08:30:00.000Z\",\"0.00105\",\"0.000759\",\"2000\"\n\"2024-06-21T08:35:00.000Z\",\"0.000884\",\"0.000665\",\"2000\"\n\"2024-06-21T08:40:00.000Z\",\"0.001075\",\"0.000777\",\"2000\"\n\"2024-06-21T08:45:00.000Z\",\"0.001012\",\"0.000707\",\"2000\"\n\"2024-06-21T08:50:00.000Z\",\"0.001024\",\"0.000743\",\"2000\"\n\"2024-06-21T08:55:00.000Z\",\"0.000897\",\"0.00068\",\"2000\"\n\"2024-06-21T09:00:00.000Z\",\"0.001048\",\"0.00076\",\"2000\"\n\"2024-06-21T09:05:00.000Z\",\"0.001049\",\"0.000745\",\"2000\"\n\"2024-06-21T09:10:00.000Z\",\"0.001008\",\"0.000724\",\"2000\"\n\"2024-06-21T09:15:00.000Z\",\"0.000906\",\"0.000684\",\"2000\"\n\"2024-06-21T09:20:00.000Z\",\"0.001031\",\"0.000764\",\"2000\"\n\"2024-06-21T09:25:00.000Z\",\"0.002688\",\"0.00252\",\"2000\"\n\"2024-06-21T09:30:00.000Z\",\"0.000902\",\"0.000615\",\"2000\"\n\"2024-06-21T09:35:00.000Z\",\"0.000905\",\"0.000676\",\"2000\"\n\"2024-06-21T09:40:00.000Z\",\"0.000951\",\"0.000656\",\"2000\"\n\"2024-06-21T09:45:00.000Z\",\"0.001008\",\"0.00078\",\"2000\"\n\"2024-06-21T09:50:00.000Z\",\"0.000925\",\"0.000695\",\"2000\"\n\"2024-06-21T09:55:00.000Z\",\"0.001016\",\"0.000717\",\"2000\"\n\"2024-06-21T10:00:00.000Z\",\"0.000811\",\"0.000648\",\"2000\"\n\"2024-06-21T10:05:00.000Z\",\"0.000727\",\"0.000469\",\"2000\"\n\"2024-06-21T10:10:00.000Z\",\"0.00077\",\"0.000475\",\"2000\"\n\"2024-06-21T10:15:00.000Z\",\"0.000718\",\"0.000464\",\"2000\"\n\"2024-06-21T10:20:00.000Z\",\"0.000804\",\"0.000573\",\"2000\"\n\"2024-06-21T10:25:00.000Z\",\"0.000773\",\"0.000524\",\"2000\"\n\"2024-06-21T10:30:00.000Z\",\"0.00076\",\"0.000531\",\"2000\"\n\"2024-06-21T10:35:00.000Z\",\"0.00087\",\"0.000622\",\"2000\"\n\"2024-06-21T10:40:00.000Z\",\"0.000941\",\"0.000676\",\"2000\"\n\"2024-06-21T10:45:00.000Z\",\"0.000728\",\"0.000469\",\"2000\"\n\"2024-06-21T10:50:00.000Z\",\"0.000799\",\"0.000503\",\"2000\"\n\"2024-06-21T10:55:00.000Z\",\"0.00068\",\"0.000464\",\"2000\"\n\"2024-06-21T11:00:00.000Z\",\"0.000802\",\"0.000559\",\"2000\"\n\"2024-06-21T11:05:00.000Z\",\"0.000906\",\"0.000651\",\"2000\"\n\"2024-06-21T11:10:00.000Z\",\"0.00108\",\"0.000766\",\"2000\"\n\"2024-06-21T11:15:00.000Z\",\"0.00102\",\"0.000749\",\"2000\"\n\"2024-06-21T11:20:00.000Z\",\"0.000953\",\"0.000702\",\"2000\"\n\"2024-06-21T11:25:00.000Z\",\"0.002448\",\"0.002096\",\"2000\"\n\"2024-06-21T11:30:00.000Z\",\"0.004284\",\"0.003748\",\"2000\"\n\"2024-06-21T11:35:00.000Z\",\"0.005291\",\"0.004748\",\"2000\"\n\"2024-06-21T11:40:00.000Z\",\"0.004201\",\"0.003663\",\"2000\"\n\"2024-06-21T11:45:00.000Z\",\"0.00511\",\"0.004513\",\"2000\"\n\"2024-06-21T11:50:00.000Z\",\"0.004019\",\"0.003572\",\"2000\"\n\"2024-06-21T11:55:00.000Z\",\"0.005024\",\"0.00443\",\"2000\"\n\"2024-06-21T12:00:00.000Z\",\"0.004876\",\"0.004333\",\"2000\"\n\"2024-06-21T12:05:00.000Z\",\"0.006218\",\"0.005705\",\"2000\"\n\"2024-06-21T12:10:00.000Z\",\"0.004823\",\"0.00423\",\"2000\"\n\"2024-06-21T12:15:00.000Z\",\"0.004577\",\"0.004005\",\"2000\"\n\"2024-06-21T12:20:00.000Z\",\"0.002283\",\"0.001898\",\"2000\"\n\"2024-06-21T12:25:00.000Z\",\"0.000935\",\"0.000653\",\"2000\"\n\"2024-06-21T12:30:00.000Z\",\"0.000883\",\"0.000662\",\"2000\"\n\"2024-06-21T12:35:00.000Z\",\"0.000978\",\"0.000712\",\"2000\"\n\"2024-06-21T12:40:00.000Z\",\"0.0009\",\"0.000663\",\"2000\"\n\"2024-06-21T12:45:00.000Z\",\"0.000927\",\"0.000714\",\"2000\"\n\"2024-06-21T12:50:00.000Z\",\"0.001063\",\"0.000771\",\"2000\"\n\"2024-06-21T12:55:00.000Z\",\"0.001021\",\"0.000728\",\"2000\"\n\"2024-06-21T13:00:00.000Z\",\"0.000844\",\"0.000611\",\"2000\"\n\"2024-06-21T13:05:00.000Z\",\"0.000664\",\"0.000452\",\"2000\"\n\"2024-06-21T13:10:00.000Z\",\"0.000992\",\"0.00071\",\"2000\"\n\"2024-06-21T13:15:00.000Z\",\"0.000907\",\"0.000617\",\"2000\"\n\"2024-06-21T13:20:00.000Z\",\"0.000994\",\"0.000697\",\"2000\"\n\"2024-06-21T13:25:00.000Z\",\"0.001013\",\"0.000699\",\"2000\"\n\"2024-06-21T13:30:00.000Z\",\"0.000823\",\"0.000599\",\"2000\"\n\"2024-06-21T13:35:00.000Z\",\"0.000975\",\"0.000676\",\"2000\"\n\"2024-06-21T13:40:00.000Z\",\"0.000997\",\"0.000704\",\"2000\"\n\"2024-06-21T13:45:00.000Z\",\"0.001025\",\"0.000736\",\"2000\"\n\"2024-06-21T13:50:00.000Z\",\"0.000851\",\"0.000603\",\"2000\"\n\"2024-06-21T13:55:00.000Z\",\"0.000983\",\"0.000699\",\"2000\"\n\"2024-06-21T14:00:00.000Z\",\"0.001112\",\"0.000793\",\"2000\"\n\"2024-06-21T14:05:00.000Z\",\"0.000984\",\"0.000715\",\"2000\"\n\"2024-06-21T14:10:00.000Z\",\"0.001211\",\"0.000863\",\"2000\"\n\"2024-06-21T14:15:00.000Z\",\"0.001442\",\"0.001121\",\"2000\"\n\"2024-06-21T14:20:00.000Z\",\"0.002438\",\"0.002034\",\"2000\"\n\"2024-06-21T14:25:00.000Z\",\"0.002838\",\"0.002397\",\"2000\"\n\"2024-06-21T14:30:00.000Z\",\"0.001206\",\"0.000975\",\"2000\"\n\"2024-06-21T14:35:00.000Z\",\"0.001023\",\"0.000723\",\"2000\"\n\"2024-06-21T14:40:00.000Z\",\"0.00092\",\"0.000656\",\"2000\"\n\"2024-06-21T14:45:00.000Z\",\"0.00098\",\"0.000659\",\"2000\"\n\"2024-06-21T14:50:00.000Z\",\"0.001075\",\"0.000758\",\"2000\"\n\"2024-06-21T14:55:00.000Z\",\"0.000949\",\"0.000706\",\"2000\"\n\"2024-06-21T15:00:00.000Z\",\"0.000971\",\"0.000677\",\"2000\"\n\"2024-06-21T15:05:00.000Z\",\"0.001286\",\"0.001053\",\"2000\"\n\"2024-06-21T15:10:00.000Z\",\"0.001089\",\"0.000812\",\"2000\"\n\"2024-06-21T15:15:00.000Z\",\"0.000975\",\"0.000735\",\"2000\"\n\"2024-06-21T15:20:00.000Z\",\"0.001062\",\"0.00069\",\"2000\"\n\"2024-06-21T15:25:00.000Z\",\"0.000923\",\"0.000705\",\"2000\"\n\"2024-06-21T15:30:00.000Z\",\"0.001362\",\"0.001165\",\"2000\"\n\"2024-06-21T15:35:00.000Z\",\"0.000953\",\"0.000695\",\"2000\"\n\"2024-06-21T15:40:00.000Z\",\"0.001091\",\"0.000793\",\"2000\"\n\"2024-06-21T15:45:00.000Z\",\"0.001031\",\"0.000794\",\"2000\"\n\"2024-06-21T15:50:00.000Z\",\"0.001091\",\"0.000759\",\"2000\"\n\"2024-06-21T15:55:00.000Z\",\"0.000949\",\"0.000647\",\"2000\"\n\"2024-06-21T16:00:00.000Z\",\"0.000831\",\"0.000648\",\"2000\"\n\"2024-06-21T16:05:00.000Z\",\"0.000839\",\"0.000532\",\"2000\"\n\"2024-06-21T16:10:00.000Z\",\"0.00091\",\"0.000664\",\"2000\"\n\"2024-06-21T16:15:00.000Z\",\"0.001596\",\"0.001317\",\"2000\"\n\"2024-06-21T16:20:00.000Z\",\"0.001069\",\"0.00077\",\"2000\"\n\"2024-06-21T16:25:00.000Z\",\"0.001012\",\"0.000784\",\"2000\"\n\"2024-06-21T16:30:00.000Z\",\"0.001704\",\"0.001368\",\"2000\"\n\"2024-06-21T16:35:00.000Z\",\"0.001838\",\"0.001421\",\"2000\"\n\"2024-06-21T16:40:00.000Z\",\"0.000977\",\"0.000688\",\"2000\"\n\"2024-06-21T16:45:00.000Z\",\"0.001469\",\"0.00111\",\"2000\"\n\"2024-06-21T16:50:00.000Z\",\"0.002406\",\"0.002125\",\"2000\"\n\"2024-06-21T16:55:00.000Z\",\"0.001559\",\"0.001333\",\"2000\"\n\"2024-06-21T17:00:00.000Z\",\"0.001096\",\"0.000867\",\"2000\"\n\"2024-06-21T17:05:00.000Z\",\"0.001287\",\"0.00096\",\"2000\"\n\"2024-06-21T17:10:00.000Z\",\"0.001049\",\"0.000742\",\"2000\"\n\"2024-06-21T17:15:00.000Z\",\"0.001435\",\"0.001092\",\"2000\"\n\"2024-06-21T17:20:00.000Z\",\"0.004492\",\"0.004003\",\"2000\"\n\"2024-06-21T17:25:00.000Z\",\"0.004547\",\"0.00404\",\"2000\"\n\"2024-06-21T17:30:00.000Z\",\"0.005921\",\"0.005324\",\"2000\"\n\"2024-06-21T17:35:00.000Z\",\"0.005619\",\"0.005034\",\"2000\"\n\"2024-06-21T17:40:00.000Z\",\"0.004593\",\"0.004081\",\"2000\"\n\"2024-06-21T17:45:00.000Z\",\"0.005074\",\"0.004549\",\"2000\"\n\"2024-06-21T17:50:00.000Z\",\"0.005003\",\"0.004315\",\"2000\"\n\"2024-06-21T17:55:00.000Z\",\"0.00462\",\"0.004091\",\"2000\"\n\"2024-06-21T18:00:00.000Z\",\"0.004938\",\"0.004364\",\"2000\"\n\"2024-06-21T18:05:00.000Z\",\"0.002383\",\"0.002041\",\"2000\"\n\"2024-06-21T18:10:00.000Z\",\"0.001706\",\"0.001305\",\"2000\"\n\"2024-06-21T18:15:00.000Z\",\"0.001154\",\"0.000856\",\"2000\"\n\"2024-06-21T18:20:00.000Z\",\"0.001351\",\"0.001074\",\"2000\"\n\"2024-06-21T18:25:00.000Z\",\"0.001246\",\"0.000852\",\"2000\"\n\"2024-06-21T18:30:00.000Z\",\"0.001241\",\"0.000958\",\"2000\"\n\"2024-06-21T18:35:00.000Z\",\"0.000956\",\"0.000716\",\"2000\"\n\"2024-06-21T18:40:00.000Z\",\"0.001602\",\"0.001213\",\"2000\"\n\"2024-06-21T18:45:00.000Z\",\"0.001237\",\"0.000927\",\"2000\"\n\"2024-06-21T18:50:00.000Z\",\"0.000965\",\"0.00074\",\"2000\"\n\"2024-06-21T18:55:00.000Z\",\"0.001343\",\"0.000946\",\"2000\"\n\"2024-06-21T19:00:00.000Z\",\"0.001808\",\"0.001338\",\"2000\"\n\"2024-06-21T19:05:00.000Z\",\"0.001418\",\"0.000786\",\"2000\"\n\"2024-06-21T19:10:00.000Z\",\"0.001058\",\"0.000765\",\"2000\"\n\"2024-06-21T19:15:00.000Z\",\"0.001488\",\"0.001165\",\"2000\"\n\"2024-06-21T19:20:00.000Z\",\"0.000927\",\"0.000701\",\"2000\"\n\"2024-06-21T19:25:00.000Z\",\"0.001488\",\"0.001213\",\"2000\"\n\"2024-06-21T19:30:00.000Z\",\"0.00135\",\"0.001056\",\"2000\"\n\"2024-06-21T19:35:00.000Z\",\"0.001243\",\"0.000923\",\"2000\"\n\"2024-06-21T19:40:00.000Z\",\"0.001419\",\"0.001128\",\"2000\"\n\"2024-06-21T19:45:00.000Z\",\"0.001128\",\"0.000824\",\"2000\"\n\"2024-06-21T19:50:00.000Z\",\"0.00154\",\"0.001038\",\"2000\"\n\"2024-06-21T19:55:00.000Z\",\"0.001508\",\"0.001141\",\"2000\"\n\"2024-06-21T20:00:00.000Z\",\"0.000809\",\"0.000605\",\"2000\"\n\"2024-06-21T20:05:00.000Z\",\"0.001026\",\"0.000705\",\"2000\"\n\"2024-06-21T20:10:00.000Z\",\"0.001742\",\"0.001392\",\"2000\"\n\"2024-06-21T20:15:00.000Z\",\"0.001228\",\"0.000772\",\"2000\"\n\"2024-06-21T20:20:00.000Z\",\"0.000936\",\"0.000716\",\"2000\"\n\"2024-06-21T20:25:00.000Z\",\"0.001589\",\"0.00123\",\"2000\"\n\"2024-06-21T20:30:00.000Z\",\"0.001628\",\"0.001176\",\"2000\"\n\"2024-06-21T20:35:00.000Z\",\"0.001224\",\"0.000993\",\"2000\"\n\"2024-06-21T20:40:00.000Z\",\"0.001176\",\"0.00087\",\"2000\"\n\"2024-06-21T20:45:00.000Z\",\"0.001327\",\"0.00096\",\"2000\"\n\"2024-06-21T20:50:00.000Z\",\"0.003567\",\"0.002636\",\"2000\"\n\"2024-06-21T20:55:00.000Z\",\"0.00575\",\"0.004567\",\"2000\"\n\"2024-06-21T21:00:00.000Z\",\"0.002436\",\"0.001834\",\"2000\"\n\"2024-06-21T21:05:00.000Z\",\"0.001827\",\"0.001324\",\"2000\"\n\"2024-06-21T21:10:00.000Z\",\"0.001037\",\"0.000781\",\"2000\"\n\"2024-06-21T21:15:00.000Z\",\"0.00119\",\"0.00092\",\"2000\"\n\"2024-06-21T21:20:00.000Z\",\"0.001633\",\"0.001228\",\"2000\"\n\"2024-06-21T21:25:00.000Z\",\"0.001067\",\"0.000837\",\"2000\"\n\"2024-06-21T21:30:00.000Z\",\"0.001114\",\"0.000828\",\"2000\"\n\"2024-06-21T21:35:00.000Z\",\"0.001664\",\"0.001328\",\"2000\"\n\"2024-06-21T21:40:00.000Z\",\"0.001315\",\"0.000984\",\"2000\"\n\"2024-06-21T21:45:00.000Z\",\"0.00129\",\"0.000969\",\"2000\"\n\"2024-06-21T21:50:00.000Z\",\"0.002391\",\"0.002091\",\"2000\"\n\"2024-06-21T21:55:00.000Z\",\"0.00202\",\"0.001653\",\"2000\"\n\"2024-06-21T22:00:00.000Z\",\"0.001425\",\"0.001254\",\"2000\"\n\"2024-06-21T22:05:00.000Z\",\"0.001047\",\"0.000723\",\"2000\"\n\"2024-06-21T22:10:00.000Z\",\"0.000791\",\"0.000562\",\"2000\"\n\"2024-06-21T22:15:00.000Z\",\"0.001004\",\"0.000768\",\"2000\"\n\"2024-06-21T22:20:00.000Z\",\"0.001165\",\"0.000905\",\"2000\"\n\"2024-06-21T22:25:00.000Z\",\"0.00193\",\"0.001572\",\"2000\"\n\"2024-06-21T22:30:00.000Z\",\"0.000878\",\"0.000649\",\"2000\"\n\"2024-06-21T22:35:00.000Z\",\"0.001262\",\"0.000952\",\"2000\"\n\"2024-06-21T22:40:00.000Z\",\"0.001114\",\"0.000846\",\"2000\"\n\"2024-06-21T22:45:00.000Z\",\"0.001272\",\"0.00096\",\"2000\"\n\"2024-06-21T22:50:00.000Z\",\"0.001557\",\"0.001165\",\"2000\"\n\"2024-06-21T22:55:00.000Z\",\"0.00123\",\"0.000999\",\"2000\"\n\"2024-06-21T23:00:00.000Z\",\"0.001355\",\"0.001062\",\"2000\"\n\"2024-06-21T23:05:00.000Z\",\"0.001502\",\"0.00115\",\"2000\"\n\"2024-06-21T23:10:00.000Z\",\"0.001523\",\"0.001059\",\"2000\"\n\"2024-06-21T23:15:00.000Z\",\"0.001316\",\"0.000965\",\"2000\"\n\"2024-06-21T23:20:00.000Z\",\"0.001423\",\"0.00115\",\"2000\"\n\"2024-06-21T23:25:00.000Z\",\"0.001048\",\"0.000748\",\"2000\"\n\"2024-06-21T23:30:00.000Z\",\"0.001234\",\"0.000914\",\"2000\"\n\"2024-06-21T23:35:00.000Z\",\"0.001234\",\"0.000932\",\"2000\"\n\"2024-06-21T23:40:00.000Z\",\"0.00124\",\"0.000948\",\"2000\"\n\"2024-06-21T23:45:00.000Z\",\"0.001195\",\"0.000873\",\"2000\"\n\"2024-06-21T23:50:00.000Z\",\"0.001128\",\"0.00093\",\"2000\"\n\"2024-06-21T23:55:00.000Z\",\"0.001337\",\"0.001018\",\"2000\"\n\"2024-06-22T00:00:00.000Z\",\"0.001058\",\"0.000822\",\"2000\"\n\"2024-06-22T00:05:00.000Z\",\"0.001549\",\"0.00117\",\"2000\"\n\"2024-06-22T00:10:00.000Z\",\"0.001118\",\"0.000758\",\"2000\"\n\"2024-06-22T00:15:00.000Z\",\"0.001218\",\"0.000904\",\"2000\"\n\"2024-06-22T00:20:00.000Z\",\"0.001168\",\"0.000862\",\"2000\"\n\"2024-06-22T00:25:00.000Z\",\"0.001001\",\"0.000719\",\"2000\"\n\"2024-06-22T00:30:00.000Z\",\"0.001195\",\"0.000925\",\"2000\"\n\"2024-06-22T00:35:00.000Z\",\"0.001489\",\"0.001114\",\"2000\"\n\"2024-06-22T00:40:00.000Z\",\"0.001\",\"0.000726\",\"2000\"\n\"2024-06-22T00:45:00.000Z\",\"0.002049\",\"0.001767\",\"2000\"\n\"2024-06-22T00:50:00.000Z\",\"0.001912\",\"0.00165\",\"2000\"\n\"2024-06-22T00:55:00.000Z\",\"0.001263\",\"0.000912\",\"2000\"\n\"2024-06-22T01:00:00.000Z\",\"0.001294\",\"0.001021\",\"2000\"\n\"2024-06-22T01:05:00.000Z\",\"0.001054\",\"0.0007\",\"2000\"\n\"2024-06-22T01:10:00.000Z\",\"0.00072\",\"0.000501\",\"2000\"\n\"2024-06-22T01:15:00.000Z\",\"0.001274\",\"0.00097\",\"2000\"\n\"2024-06-22T01:20:00.000Z\",\"0.000932\",\"0.000679\",\"2000\"\n\"2024-06-22T01:25:00.000Z\",\"0.000971\",\"0.000717\",\"2000\"\n\"2024-06-22T01:30:00.000Z\",\"0.001057\",\"0.000825\",\"2000\"\n\"2024-06-22T01:35:00.000Z\",\"0.000955\",\"0.000649\",\"2000\"\n\"2024-06-22T01:40:00.000Z\",\"0.000772\",\"0.000497\",\"2000\"\n\"2024-06-22T01:45:00.000Z\",\"0.001015\",\"0.000744\",\"2000\"\n\"2024-06-22T01:50:00.000Z\",\"0.001271\",\"0.000817\",\"2000\"\n\"2024-06-22T01:55:00.000Z\",\"0.000755\",\"0.00051\",\"2000\"\n\"2024-06-22T02:00:00.000Z\",\"0.000967\",\"0.000754\",\"2000\"\n\"2024-06-22T02:05:00.000Z\",\"0.001027\",\"0.000704\",\"2000\"\n\"2024-06-22T02:10:00.000Z\",\"0.001067\",\"0.000687\",\"2000\"\n\"2024-06-22T02:15:00.000Z\",\"0.00096\",\"0.000794\",\"2000\"\n\"2024-06-22T02:20:00.000Z\",\"0.001004\",\"0.000698\",\"2000\"\n\"2024-06-22T02:25:00.000Z\",\"0.0008\",\"0.000548\",\"2000\"\n\"2024-06-22T02:30:00.000Z\",\"0.001053\",\"0.000782\",\"2000\"\n\"2024-06-22T02:35:00.000Z\",\"0.001036\",\"0.000718\",\"2000\"\n\"2024-06-22T02:40:00.000Z\",\"0.00079\",\"0.000501\",\"2000\"\n\"2024-06-22T02:45:00.000Z\",\"0.000963\",\"0.000683\",\"2000\"\n\"2024-06-22T02:50:00.000Z\",\"0.001082\",\"0.000812\",\"2000\"\n\"2024-06-22T02:55:00.000Z\",\"0.000955\",\"0.000729\",\"2000\"\n\"2024-06-22T03:00:00.000Z\",\"0.000635\",\"0.000432\",\"2000\"\n\"2024-06-22T03:05:00.000Z\",\"0.00146\",\"0.00097\",\"2000\"\n\"2024-06-22T03:10:00.000Z\",\"0.000805\",\"0.000551\",\"2000\"\n\"2024-06-22T03:15:00.000Z\",\"0.001186\",\"0.000766\",\"2000\"\n\"2024-06-22T03:20:00.000Z\",\"0.001229\",\"0.00098\",\"2000\"\n\"2024-06-22T03:25:00.000Z\",\"0.001008\",\"0.000598\",\"2000\"\n\"2024-06-22T03:30:00.000Z\",\"0.000959\",\"0.000754\",\"2000\"\n\"2024-06-22T03:35:00.000Z\",\"0.001276\",\"0.000975\",\"2000\"\n\"2024-06-22T03:40:00.000Z\",\"0.000939\",\"0.000592\",\"2000\"\n\"2024-06-22T03:45:00.000Z\",\"0.000586\",\"0.000461\",\"2000\"\n\"2024-06-22T03:50:00.000Z\",\"0.00154\",\"0.001162\",\"2000\"\n\"2024-06-22T03:55:00.000Z\",\"0.000643\",\"0.000457\",\"2000\"\n\"2024-06-22T04:00:00.000Z\",\"0.000472\",\"0.000369\",\"2000\"\n\"2024-06-22T04:05:00.000Z\",\"0.000681\",\"0.000457\",\"2000\"\n\"2024-06-22T04:10:00.000Z\",\"0.000967\",\"0.00072\",\"2000\"\n\"2024-06-22T04:15:00.000Z\",\"0.000492\",\"0.000392\",\"2000\"\n\"2024-06-22T04:20:00.000Z\",\"0.00064\",\"0.000442\",\"2000\"\n\"2024-06-22T04:25:00.000Z\",\"0.000575\",\"0.000467\",\"2000\"\n\"2024-06-22T04:30:00.000Z\",\"0.000545\",\"0.000444\",\"2000\"\n\"2024-06-22T04:35:00.000Z\",\"0.000552\",\"0.000436\",\"2000\"\n\"2024-06-22T04:40:00.000Z\",\"0.000486\",\"0.000373\",\"2000\"\n\"2024-06-22T04:45:00.000Z\",\"0.000498\",\"0.000389\",\"2000\"\n\"2024-06-22T04:50:00.000Z\",\"0.000583\",\"0.000385\",\"2000\"\n\"2024-06-22T04:55:00.000Z\",\"0.000495\",\"0.000381\",\"2000\"\n\"2024-06-22T05:00:00.000Z\",\"0.000582\",\"0.000378\",\"2000\"\n\"2024-06-22T05:05:00.000Z\",\"0.000524\",\"0.000413\",\"2000\"\n\"2024-06-22T05:10:00.000Z\",\"0.000654\",\"0.00048\",\"2000\"\n\"2024-06-22T05:15:00.000Z\",\"0.000597\",\"0.001171\",\"2000\"\n\"2024-06-22T05:20:00.000Z\",\"0.000601\",\"0.000445\",\"2000\"\n\"2024-06-22T05:25:00.000Z\",\"0.000588\",\"0.000437\",\"2000\"\n\"2024-06-22T05:30:00.000Z\",\"0.000621\",\"0.000485\",\"2000\"\n\"2024-06-22T05:35:00.000Z\",\"0.00065\",\"0.000495\",\"2000\"\n\"2024-06-22T05:40:00.000Z\",\"0.000485\",\"0.000377\",\"2000\"\n\"2024-06-22T05:45:00.000Z\",\"0.000501\",\"0.000382\",\"2000\"\n\"2024-06-22T05:50:00.000Z\",\"0.000514\",\"0.000399\",\"2000\"\n\"2024-06-22T05:55:00.000Z\",\"0.000497\",\"0.000383\",\"2000\"\n\"2024-06-22T06:00:00.000Z\",\"0.000477\",\"0.000354\",\"2000\"\n\"2024-06-22T06:05:00.000Z\",\"0.000499\",\"0.000385\",\"2000\"\n\"2024-06-22T06:10:00.000Z\",\"0.000592\",\"0.000395\",\"2000\"\n\"2024-06-22T06:15:00.000Z\",\"0.000528\",\"0.000414\",\"2000\"\n\"2024-06-22T06:20:00.000Z\",\"0.000536\",\"0.000421\",\"2000\"\n\"2024-06-22T06:25:00.000Z\",\"0.000672\",\"0.000563\",\"2000\"\n\"2024-06-22T06:30:00.000Z\",\"0.001496\",\"0.00138\",\"2000\"\n\"2024-06-22T06:35:00.000Z\",\"0.000755\",\"0.00058\",\"2000\"\n\"2024-06-22T06:40:00.000Z\",\"0.002881\",\"0.002472\",\"2000\"\n\"2024-06-22T06:45:00.000Z\",\"0.000527\",\"0.000365\",\"2000\"\n\"2024-06-22T06:50:00.000Z\",\"0.000583\",\"0.000405\",\"2000\"\n\"2024-06-22T06:55:00.000Z\",\"0.000536\",\"0.000385\",\"2000\"\n\"2024-06-22T07:00:00.000Z\",\"0.000536\",\"0.00038\",\"2000\"\n\"2024-06-22T07:05:00.000Z\",\"0.00057\",\"0.000408\",\"2000\"\n\"2024-06-22T07:10:00.000Z\",\"0.000489\",\"0.00037\",\"2000\"\n\"2024-06-22T07:15:00.000Z\",\"0.000795\",\"0.000435\",\"2000\"\n\"2024-06-22T07:20:00.000Z\",\"0.000558\",\"0.000361\",\"2000\"\n\"2024-06-22T07:25:00.000Z\",\"0.000522\",\"0.000369\",\"2000\"\n\"2024-06-22T07:30:00.000Z\",\"0.000538\",\"0.000389\",\"2000\"\n\"2024-06-22T07:35:00.000Z\",\"0.000499\",\"0.000387\",\"2000\"\n\"2024-06-22T07:40:00.000Z\",\"0.000537\",\"0.00036\",\"2000\"\n\"2024-06-22T07:45:00.000Z\",\"0.000445\",\"0.000346\",\"2000\"\n\"2024-06-22T07:50:00.000Z\",\"0.000581\",\"0.000386\",\"2000\"\n\"2024-06-22T07:55:00.000Z\",\"0.00242\",\"0.002246\",\"2000\"\n\"2024-06-22T08:00:00.000Z\",\"0.000578\",\"0.000434\",\"2000\"\n\"2024-06-22T08:05:00.000Z\",\"0.000611\",\"0.000431\",\"2000\"\n\"2024-06-22T08:10:00.000Z\",\"0.00053\",\"0.00042\",\"2000\"\n\"2024-06-22T08:15:00.000Z\",\"0.000578\",\"0.000434\",\"2000\"\n\"2024-06-22T08:20:00.000Z\",\"0.000533\",\"0.000385\",\"2000\"\n\"2024-06-22T08:25:00.000Z\",\"0.000461\",\"0.000354\",\"2000\"\n\"2024-06-22T08:30:00.000Z\",\"0.000461\",\"0.000352\",\"2000\"\n\"2024-06-22T08:35:00.000Z\",\"0.000498\",\"0.000387\",\"2000\"\n\"2024-06-22T08:40:00.000Z\",\"0.000555\",\"0.000371\",\"2000\"\n\"2024-06-22T08:45:00.000Z\",\"0.000473\",\"0.000363\",\"2000\"\n\"2024-06-22T08:50:00.000Z\",\"0.000586\",\"0.000389\",\"2000\"\n\"2024-06-22T08:55:00.000Z\",\"0.000455\",\"0.000359\",\"2000\"\n\"2024-06-22T09:00:00.000Z\",\"0.000557\",\"0.000362\",\"2000\"\n\"2024-06-22T09:05:00.000Z\",\"0.000506\",\"0.000377\",\"2000\"\n\"2024-06-22T09:10:00.000Z\",\"0.000747\",\"0.00047\",\"2000\"\n\"2024-06-22T09:15:00.000Z\",\"0.000519\",\"0.000378\",\"2000\"\n\"2024-06-22T09:20:00.000Z\",\"0.000648\",\"0.000427\",\"2000\"\n\"2024-06-22T09:25:00.000Z\",\"0.000524\",\"0.000389\",\"2000\"\n\"2024-06-22T09:30:00.000Z\",\"0.000554\",\"0.000383\",\"2000\"\n\"2024-06-22T09:35:00.000Z\",\"0.000464\",\"0.00036\",\"2000\"\n\"2024-06-22T09:40:00.000Z\",\"0.000559\",\"0.000375\",\"2000\"\n\"2024-06-22T09:45:00.000Z\",\"0.000475\",\"0.000356\",\"2000\"\n\"2024-06-22T09:50:00.000Z\",\"0.000559\",\"0.000373\",\"2000\"\n\"2024-06-22T09:55:00.000Z\",\"0.000497\",\"0.000346\",\"2000\"\n\"2024-06-22T10:00:00.000Z\",\"0.000519\",\"0.000375\",\"2000\"\n\"2024-06-22T10:05:00.000Z\",\"0.00052\",\"0.00038\",\"2000\"\n\"2024-06-22T10:10:00.000Z\",\"0.000529\",\"0.000375\",\"2000\"\n\"2024-06-22T10:15:00.000Z\",\"0.001068\",\"0.000832\",\"2000\"\n\"2024-06-22T10:20:00.000Z\",\"0.00135\",\"0.000949\",\"2000\"\n\"2024-06-22T10:25:00.000Z\",\"0.000528\",\"0.00037\",\"2000\"\n\"2024-06-22T10:30:00.000Z\",\"0.000996\",\"0.000813\",\"2000\"\n\"2024-06-22T10:35:00.000Z\",\"0.000893\",\"0.000619\",\"2000\"\n\"2024-06-22T10:40:00.000Z\",\"0.000505\",\"0.000372\",\"2000\"\n\"2024-06-22T10:45:00.000Z\",\"0.001141\",\"0.000888\",\"2000\"\n\"2024-06-22T10:50:00.000Z\",\"0.000873\",\"0.000619\",\"2000\"\n\"2024-06-22T10:55:00.000Z\",\"0.000672\",\"0.0005\",\"2000\"\n\"2024-06-22T11:00:00.000Z\",\"0.000819\",\"0.000645\",\"2000\"\n\"2024-06-22T11:05:00.000Z\",\"0.000634\",\"0.000438\",\"2000\"\n\"2024-06-22T11:10:00.000Z\",\"0.001473\",\"0.001073\",\"2000\"\n\"2024-06-22T11:15:00.000Z\",\"0.000547\",\"0.000408\",\"2000\"\n\"2024-06-22T11:20:00.000Z\",\"0.000512\",\"0.000375\",\"2000\"\n\"2024-06-22T11:25:00.000Z\",\"0.001403\",\"0.001113\",\"2000\"\n\"2024-06-22T11:30:00.000Z\",\"0.000454\",\"0.000349\",\"2000\"\n\"2024-06-22T11:35:00.000Z\",\"0.000515\",\"0.000403\",\"2000\"\n\"2024-06-22T11:40:00.000Z\",\"0.001133\",\"0.000904\",\"2000\"\n\"2024-06-22T11:45:00.000Z\",\"0.001298\",\"0.000906\",\"2000\"\n\"2024-06-22T11:50:00.000Z\",\"0.000579\",\"0.000452\",\"2000\"\n\"2024-06-22T11:55:00.000Z\",\"0.001041\",\"0.000683\",\"2000\"\n\"2024-06-22T12:00:00.000Z\",\"0.001338\",\"0.000957\",\"2000\"\n\"2024-06-22T12:05:00.000Z\",\"0.000789\",\"0.000592\",\"2000\"\n\"2024-06-22T12:10:00.000Z\",\"0.000665\",\"0.000507\",\"2000\"\n\"2024-06-22T12:15:00.000Z\",\"0.000835\",\"0.000626\",\"2000\"\n\"2024-06-22T12:20:00.000Z\",\"0.000846\",\"0.000627\",\"2000\"\n\"2024-06-22T12:25:00.000Z\",\"0.000894\",\"0.000621\",\"2000\"\n\"2024-06-22T12:30:00.000Z\",\"0.000615\",\"0.000389\",\"2000\"\n\"2024-06-22T12:35:00.000Z\",\"0.001024\",\"0.000632\",\"2000\"\n\"2024-06-22T12:40:00.000Z\",\"0.000451\",\"0.000352\",\"2000\"\n\"2024-06-22T12:45:00.000Z\",\"0.000504\",\"0.000369\",\"2000\"\n\"2024-06-22T12:50:00.000Z\",\"0.003175\",\"0.002906\",\"2000\"\n\"2024-06-22T12:55:00.000Z\",\"0.000662\",\"0.000465\",\"2000\"\n\"2024-06-22T13:00:00.000Z\",\"0.000461\",\"0.000358\",\"2000\"\n\"2024-06-22T13:05:00.000Z\",\"0.000955\",\"0.000691\",\"2000\"\n\"2024-06-22T13:10:00.000Z\",\"0.000678\",\"0.000525\",\"2000\"\n\"2024-06-22T13:15:00.000Z\",\"0.000746\",\"0.000593\",\"2000\"\n\"2024-06-22T13:20:00.000Z\",\"0.001121\",\"0.00079\",\"2000\"\n\"2024-06-22T13:25:00.000Z\",\"0.000468\",\"0.000353\",\"2000\"\n\"2024-06-22T13:30:00.000Z\",\"0.000557\",\"0.000372\",\"2000\"\n\"2024-06-22T13:35:00.000Z\",\"0.000794\",\"0.000595\",\"2000\"\n\"2024-06-22T13:40:00.000Z\",\"0.000619\",\"0.00043\",\"2000\"\n\"2024-06-22T13:45:00.000Z\",\"0.00097\",\"0.000604\",\"2000\"\n\"2024-06-22T13:50:00.000Z\",\"0.000891\",\"0.000639\",\"2000\"\n\"2024-06-22T13:55:00.000Z\",\"0.000499\",\"0.000393\",\"2000\"\n\"2024-06-22T14:00:00.000Z\",\"0.001879\",\"0.001608\",\"2000\"\n\"2024-06-22T14:05:00.000Z\",\"0.001428\",\"0.001204\",\"2000\"\n\"2024-06-22T14:10:00.000Z\",\"0.000995\",\"0.000701\",\"2000\"\n\"2024-06-22T14:15:00.000Z\",\"0.000853\",\"0.000644\",\"2000\"\n\"2024-06-22T14:20:00.000Z\",\"0.000862\",\"0.000586\",\"2000\"\n\"2024-06-22T14:25:00.000Z\",\"0.000489\",\"0.000369\",\"2000\"\n\"2024-06-22T14:30:00.000Z\",\"0.000872\",\"0.000646\",\"2000\"\n\"2024-06-22T14:35:00.000Z\",\"0.000862\",\"0.000649\",\"2000\"\n\"2024-06-22T14:40:00.000Z\",\"0.000515\",\"0.000389\",\"2000\"\n\"2024-06-22T14:45:00.000Z\",\"0.001467\",\"0.001054\",\"2000\"\n\"2024-06-22T14:50:00.000Z\",\"0.000495\",\"0.000405\",\"2000\"\n\"2024-06-22T14:55:00.000Z\",\"0.000539\",\"0.000381\",\"2000\"\n\"2024-06-22T15:00:00.000Z\",\"0.001237\",\"0.000866\",\"2000\"\n\"2024-06-22T15:05:00.000Z\",\"0.000512\",\"0.000389\",\"2000\"\n\"2024-06-22T15:10:00.000Z\",\"0.000465\",\"0.000361\",\"2000\"\n\"2024-06-22T15:15:00.000Z\",\"0.001246\",\"0.000902\",\"2000\"\n\"2024-06-22T15:20:00.000Z\",\"0.000877\",\"0.000655\",\"2000\"\n\"2024-06-22T15:25:00.000Z\",\"0.000625\",\"0.000439\",\"2000\"\n\"2024-06-22T15:30:00.000Z\",\"0.001135\",\"0.000895\",\"2000\"\n\"2024-06-22T15:35:00.000Z\",\"0.000901\",\"0.000691\",\"2000\"\n\"2024-06-22T15:40:00.000Z\",\"0.000472\",\"0.000366\",\"2000\"\n\"2024-06-22T15:45:00.000Z\",\"0.001091\",\"0.000838\",\"2000\"\n\"2024-06-22T15:50:00.000Z\",\"0.000459\",\"0.000357\",\"2000\"\n\"2024-06-22T15:55:00.000Z\",\"0.000907\",\"0.00066\",\"2000\"\n\"2024-06-22T16:00:00.000Z\",\"0.001041\",\"0.000833\",\"2000\"\n\"2024-06-22T16:05:00.000Z\",\"0.000638\",\"0.000455\",\"2000\"\n\"2024-06-22T16:10:00.000Z\",\"0.000764\",\"0.000549\",\"2000\"\n\"2024-06-22T16:15:00.000Z\",\"0.000671\",\"0.000476\",\"2000\"\n\"2024-06-22T16:20:00.000Z\",\"0.000836\",\"0.000563\",\"2000\"\n\"2024-06-22T16:25:00.000Z\",\"0.000556\",\"0.00039\",\"2000\"\n\"2024-06-22T16:30:00.000Z\",\"0.00071\",\"0.000564\",\"2000\"\n\"2024-06-22T16:35:00.000Z\",\"0.000715\",\"0.000495\",\"2000\"\n\"2024-06-22T16:40:00.000Z\",\"0.000741\",\"0.000498\",\"2000\"\n\"2024-06-22T16:45:00.000Z\",\"0.000738\",\"0.000509\",\"2000\"\n\"2024-06-22T16:50:00.000Z\",\"0.000835\",\"0.000577\",\"2000\"\n\"2024-06-22T16:55:00.000Z\",\"0.000688\",\"0.000487\",\"2000\"\n\"2024-06-22T17:00:00.000Z\",\"0.000728\",\"0.00051\",\"2000\"\n\"2024-06-22T17:05:00.000Z\",\"0.000683\",\"0.000496\",\"2000\"\n\"2024-06-22T17:10:00.000Z\",\"0.000684\",\"0.000488\",\"2000\"\n\"2024-06-22T17:15:00.000Z\",\"0.000606\",\"0.000444\",\"2000\"\n\"2024-06-22T17:20:00.000Z\",\"0.000817\",\"0.000538\",\"2000\"\n\"2024-06-22T17:25:00.000Z\",\"0.000854\",\"0.000551\",\"2000\"\n\"2024-06-22T17:30:00.000Z\",\"0.000791\",\"0.00051\",\"2000\"\n\"2024-06-22T17:35:00.000Z\",\"0.000612\",\"0.000425\",\"2000\"\n\"2024-06-22T17:40:00.000Z\",\"0.00066\",\"0.000498\",\"2000\"\n\"2024-06-22T17:45:00.000Z\",\"0.000759\",\"0.000498\",\"2000\"\n\"2024-06-22T17:50:00.000Z\",\"0.000943\",\"0.000672\",\"2000\"\n\"2024-06-22T17:55:00.000Z\",\"0.000738\",\"0.000516\",\"2000\"\n\"2024-06-22T18:00:00.000Z\",\"0.000718\",\"0.000505\",\"2000\"\n\"2024-06-22T18:05:00.000Z\",\"0.000644\",\"0.00049\",\"2000\"\n\"2024-06-22T18:10:00.000Z\",\"0.000678\",\"0.000555\",\"2000\"\n\"2024-06-22T18:15:00.000Z\",\"0.000807\",\"0.000517\",\"2000\"\n\"2024-06-22T18:20:00.000Z\",\"0.000661\",\"0.000526\",\"2000\"\n\"2024-06-22T18:25:00.000Z\",\"0.002255\",\"0.002011\",\"2000\"\n\"2024-06-22T18:30:00.000Z\",\"0.00114\",\"0.000918\",\"2000\"\n\"2024-06-22T18:35:00.000Z\",\"0.000748\",\"0.000537\",\"2000\"\n\"2024-06-22T18:40:00.000Z\",\"0.000772\",\"0.000568\",\"2000\"\n\"2024-06-22T18:45:00.000Z\",\"0.000718\",\"0.000516\",\"2000\"\n\"2024-06-22T18:50:00.000Z\",\"0.000546\",\"0.000414\",\"2000\"\n\"2024-06-22T18:55:00.000Z\",\"0.000769\",\"0.000498\",\"2000\"\n\"2024-06-22T19:00:00.000Z\",\"0.000626\",\"0.000467\",\"2000\"\n\"2024-06-22T19:05:00.000Z\",\"0.000783\",\"0.000522\",\"2000\"\n\"2024-06-22T19:10:00.000Z\",\"0.000767\",\"0.000516\",\"2000\"\n\"2024-06-22T19:15:00.000Z\",\"0.000782\",\"0.000566\",\"2000\"\n\"2024-06-22T19:20:00.000Z\",\"0.000641\",\"0.000439\",\"2000\"\n\"2024-06-22T19:25:00.000Z\",\"0.000816\",\"0.000531\",\"2000\"\n\"2024-06-22T19:30:00.000Z\",\"0.000786\",\"0.000504\",\"2000\"\n\"2024-06-22T19:35:00.000Z\",\"0.000834\",\"0.000556\",\"2000\"\n\"2024-06-22T19:40:00.000Z\",\"0.000686\",\"0.000457\",\"2000\"\n\"2024-06-22T19:45:00.000Z\",\"0.000699\",\"0.000497\",\"2000\"\n\"2024-06-22T19:50:00.000Z\",\"0.000718\",\"0.000521\",\"2000\"\n\"2024-06-22T19:55:00.000Z\",\"0.000578\",\"0.00044\",\"2000\"\n\"2024-06-22T20:00:00.000Z\",\"0.000718\",\"0.000531\",\"2000\"\n\"2024-06-22T20:05:00.000Z\",\"0.000803\",\"0.000564\",\"2000\"\n\"2024-06-22T20:10:00.000Z\",\"0.000835\",\"0.000528\",\"2000\"\n\"2024-06-22T20:15:00.000Z\",\"0.002454\",\"0.002298\",\"2000\"\n\"2024-06-22T20:20:00.000Z\",\"0.000766\",\"0.000576\",\"2000\"\n\"2024-06-22T20:25:00.000Z\",\"0.000781\",\"0.000522\",\"2000\"\n\"2024-06-22T20:30:00.000Z\",\"0.000461\",\"0.000354\",\"2000\"\n\"2024-06-22T20:35:00.000Z\",\"0.000785\",\"0.000535\",\"2000\"\n\"2024-06-22T20:40:00.000Z\",\"0.000697\",\"0.000523\",\"2000\"\n\"2024-06-22T20:45:00.000Z\",\"0.000788\",\"0.000581\",\"2000\"\n\"2024-06-22T20:50:00.000Z\",\"0.000773\",\"0.000557\",\"2000\"\n\"2024-06-22T20:55:00.000Z\",\"0.000747\",\"0.000538\",\"2000\"\n\"2024-06-22T21:00:00.000Z\",\"0.000699\",\"0.000491\",\"2000\"\n\"2024-06-22T21:05:00.000Z\",\"0.00065\",\"0.000458\",\"2000\"\n\"2024-06-22T21:10:00.000Z\",\"0.000733\",\"0.000521\",\"2000\"\n\"2024-06-22T21:15:00.000Z\",\"0.000822\",\"0.000607\",\"2000\"\n\"2024-06-22T21:20:00.000Z\",\"0.00071\",\"0.000501\",\"2000\"\n\"2024-06-22T21:25:00.000Z\",\"0.0008\",\"0.000558\",\"2000\"\n\"2024-06-22T21:30:00.000Z\",\"0.000814\",\"0.000598\",\"2000\"\n\"2024-06-22T21:35:00.000Z\",\"0.000865\",\"0.000585\",\"2000\"\n\"2024-06-22T21:40:00.000Z\",\"0.000832\",\"0.000606\",\"2000\"\n\"2024-06-22T21:45:00.000Z\",\"0.000824\",\"0.00058\",\"2000\"\n\"2024-06-22T21:50:00.000Z\",\"0.00074\",\"0.000527\",\"2000\"\n\"2024-06-22T21:55:00.000Z\",\"0.000819\",\"0.000552\",\"2000\"\n\"2024-06-22T22:00:00.000Z\",\"0.000801\",\"0.000549\",\"2000\"\n\"2024-06-22T22:05:00.000Z\",\"0.000648\",\"0.000447\",\"2000\"\n\"2024-06-22T22:10:00.000Z\",\"0.000714\",\"0.000511\",\"2000\"\n\"2024-06-22T22:15:00.000Z\",\"0.000707\",\"0.000505\",\"2000\"\n\"2024-06-22T22:20:00.000Z\",\"0.000748\",\"0.000517\",\"2000\"\n\"2024-06-22T22:25:00.000Z\",\"0.000715\",\"0.000515\",\"2000\"\n\"2024-06-22T22:30:00.000Z\",\"0.000642\",\"0.000494\",\"2000\"\n\"2024-06-22T22:35:00.000Z\",\"0.000716\",\"0.000504\",\"2000\"\n\"2024-06-22T22:40:00.000Z\",\"0.000849\",\"0.000553\",\"2000\"\n\"2024-06-22T22:45:00.000Z\",\"0.000906\",\"0.000597\",\"2000\"\n\"2024-06-22T22:50:00.000Z\",\"0.000706\",\"0.00051\",\"2000\"\n\"2024-06-22T22:55:00.000Z\",\"0.000532\",\"0.000391\",\"2000\"\n\"2024-06-22T23:00:00.000Z\",\"0.000713\",\"0.00051\",\"2000\"\n\"2024-06-22T23:05:00.000Z\",\"0.000761\",\"0.000571\",\"2000\"\n\"2024-06-22T23:10:00.000Z\",\"0.000714\",\"0.000493\",\"2000\"\n\"2024-06-22T23:15:00.000Z\",\"0.000763\",\"0.000497\",\"2000\"\n\"2024-06-22T23:20:00.000Z\",\"0.000739\",\"0.00049\",\"2000\"\n\"2024-06-22T23:25:00.000Z\",\"0.000695\",\"0.000484\",\"2000\"\n\"2024-06-22T23:30:00.000Z\",\"0.000643\",\"0.000452\",\"2000\"\n\"2024-06-22T23:35:00.000Z\",\"0.000788\",\"0.000575\",\"2000\"\n\"2024-06-22T23:40:00.000Z\",\"0.000538\",\"0.000417\",\"2000\"\n\"2024-06-22T23:45:00.000Z\",\"0.000635\",\"0.00044\",\"2000\"\n\"2024-06-22T23:50:00.000Z\",\"0.000715\",\"0.000498\",\"2000\"\n\"2024-06-22T23:55:00.000Z\",\"0.000664\",\"0.000472\",\"2000\"\n\"2024-06-23T00:00:00.000Z\",\"0.000685\",\"0.000481\",\"2000\"\n\"2024-06-23T00:05:00.000Z\",\"0.000595\",\"0.000433\",\"2000\"\n\"2024-06-23T00:10:00.000Z\",\"0.000629\",\"0.00047\",\"2000\"\n\"2024-06-23T00:15:00.000Z\",\"0.000686\",\"0.000475\",\"2000\"\n\"2024-06-23T00:20:00.000Z\",\"0.000613\",\"0.000427\",\"2000\"\n\"2024-06-23T00:25:00.000Z\",\"0.000741\",\"0.000491\",\"2000\"\n\"2024-06-23T00:30:00.000Z\",\"0.00068\",\"0.000437\",\"2000\"\n\"2024-06-23T00:35:00.000Z\",\"0.000602\",\"0.000431\",\"2000\"\n\"2024-06-23T00:40:00.000Z\",\"0.000552\",\"0.000452\",\"2000\"\n\"2024-06-23T00:45:00.000Z\",\"0.000644\",\"0.000452\",\"2000\"\n\"2024-06-23T00:50:00.000Z\",\"0.00052\",\"0.000404\",\"2000\"\n\"2024-06-23T00:55:00.000Z\",\"0.000678\",\"0.000471\",\"2000\"\n\"2024-06-23T01:00:00.000Z\",\"0.000703\",\"0.000526\",\"2000\"\n\"2024-06-23T01:05:00.000Z\",\"0.000662\",\"0.000478\",\"2000\"\n\"2024-06-23T01:10:00.000Z\",\"0.000696\",\"0.000522\",\"2000\"\n\"2024-06-23T01:15:00.000Z\",\"0.000567\",\"0.000443\",\"2000\"\n\"2024-06-23T01:20:00.000Z\",\"0.000652\",\"0.000443\",\"2000\"\n\"2024-06-23T01:25:00.000Z\",\"0.00175\",\"0.001522\",\"2000\"\n\"2024-06-23T01:30:00.000Z\",\"0.001372\",\"0.001187\",\"2000\"\n\"2024-06-23T01:35:00.000Z\",\"0.00076\",\"0.000619\",\"2000\"\n\"2024-06-23T01:40:00.000Z\",\"0.000627\",\"0.000432\",\"2000\"\n\"2024-06-23T01:45:00.000Z\",\"0.000619\",\"0.000438\",\"2000\"\n\"2024-06-23T01:50:00.000Z\",\"0.000478\",\"0.00036\",\"2000\"\n\"2024-06-23T01:55:00.000Z\",\"0.000655\",\"0.00045\",\"2000\"\n\"2024-06-23T02:00:00.000Z\",\"0.000643\",\"0.00044\",\"2000\"\n\"2024-06-23T02:05:00.000Z\",\"0.002007\",\"0.001527\",\"2000\"\n\"2024-06-23T02:10:00.000Z\",\"0.00166\",\"0.001345\",\"2000\"\n\"2024-06-23T02:15:00.000Z\",\"0.000642\",\"0.000438\",\"2000\"\n\"2024-06-23T02:20:00.000Z\",\"0.000644\",\"0.000464\",\"2000\"\n\"2024-06-23T02:25:00.000Z\",\"0.000483\",\"0.000362\",\"2000\"\n\"2024-06-23T02:30:00.000Z\",\"0.000519\",\"0.000399\",\"2000\"\n\"2024-06-23T02:35:00.000Z\",\"0.000706\",\"0.000452\",\"2000\"\n\"2024-06-23T02:40:00.000Z\",\"0.000594\",\"0.000448\",\"2000\"\n\"2024-06-23T02:45:00.000Z\",\"0.000617\",\"0.000431\",\"2000\"\n\"2024-06-23T02:50:00.000Z\",\"0.000628\",\"0.00044\",\"2000\"\n\"2024-06-23T02:55:00.000Z\",\"0.00081\",\"0.000565\",\"2000\"\n\"2024-06-23T03:00:00.000Z\",\"0.000904\",\"0.000725\",\"2000\"\n\"2024-06-23T03:05:00.000Z\",\"0.001493\",\"0.00123\",\"2000\"\n\"2024-06-23T03:10:00.000Z\",\"0.000881\",\"0.000691\",\"2000\"\n\"2024-06-23T03:15:00.000Z\",\"0.000474\",\"0.000375\",\"2000\"\n\"2024-06-23T03:20:00.000Z\",\"0.000458\",\"0.000361\",\"2000\"\n\"2024-06-23T03:25:00.000Z\",\"0.000489\",\"0.000361\",\"2000\"\n\"2024-06-23T03:30:00.000Z\",\"0.002383\",\"0.002171\",\"2000\"\n\"2024-06-23T03:35:00.000Z\",\"0.000498\",\"0.000404\",\"2000\"\n\"2024-06-23T03:40:00.000Z\",\"0.000609\",\"0.000384\",\"2000\"\n\"2024-06-23T03:45:00.000Z\",\"0.000662\",\"0.000468\",\"2000\"\n\"2024-06-23T03:50:00.000Z\",\"0.000553\",\"0.000361\",\"2000\"\n\"2024-06-23T03:55:00.000Z\",\"0.000697\",\"0.000429\",\"2000\"\n\"2024-06-23T04:00:00.000Z\",\"0.000538\",\"0.000403\",\"2000\"\n\"2024-06-23T04:05:00.000Z\",\"0.000469\",\"0.000376\",\"2000\"\n\"2024-06-23T04:10:00.000Z\",\"0.000719\",\"0.000431\",\"2000\"\n\"2024-06-23T04:15:00.000Z\",\"0.000528\",\"0.000392\",\"2000\"\n\"2024-06-23T04:20:00.000Z\",\"0.001387\",\"0.001092\",\"2000\"\n\"2024-06-23T04:25:00.000Z\",\"0.000445\",\"0.000344\",\"2000\"\n\"2024-06-23T04:30:00.000Z\",\"0.000608\",\"0.00041\",\"2000\"\n\"2024-06-23T04:35:00.000Z\",\"0.000891\",\"0.000638\",\"2000\"\n\"2024-06-23T04:40:00.000Z\",\"0.001313\",\"0.000919\",\"2000\"\n\"2024-06-23T04:45:00.000Z\",\"0.000659\",\"0.000485\",\"2000\"\n\"2024-06-23T04:50:00.000Z\",\"0.000836\",\"0.000609\",\"2000\"\n\"2024-06-23T04:55:00.000Z\",\"0.001127\",\"0.000837\",\"2000\"\n\"2024-06-23T05:00:00.000Z\",\"0.001173\",\"0.000716\",\"2000\"\n\"2024-06-23T05:05:00.000Z\",\"0.000532\",\"0.000422\",\"2000\"\n\"2024-06-23T05:10:00.000Z\",\"0.001228\",\"0.000855\",\"2000\"\n\"2024-06-23T05:15:00.000Z\",\"0.001112\",\"0.000686\",\"2000\"\n\"2024-06-23T05:20:00.000Z\",\"0.000578\",\"0.0004\",\"2000\"\n\"2024-06-23T05:25:00.000Z\",\"0.000845\",\"0.000604\",\"2000\"\n\"2024-06-23T05:30:00.000Z\",\"0.000836\",\"0.000606\",\"2000\"\n\"2024-06-23T05:35:00.000Z\",\"0.000482\",\"0.000384\",\"2000\"\n\"2024-06-23T05:40:00.000Z\",\"0.000697\",\"0.000492\",\"2000\"\n\"2024-06-23T05:45:00.000Z\",\"0.001243\",\"0.000951\",\"2000\"\n\"2024-06-23T05:50:00.000Z\",\"0.000612\",\"0.000429\",\"2000\"\n\"2024-06-23T05:55:00.000Z\",\"0.000534\",\"0.000422\",\"2000\"\n\"2024-06-23T06:00:00.000Z\",\"0.000825\",\"0.000604\",\"2000\"\n\"2024-06-23T06:05:00.000Z\",\"0.001306\",\"0.00094\",\"2000\"\n\"2024-06-23T06:10:00.000Z\",\"0.000525\",\"0.00038\",\"2000\"\n\"2024-06-23T06:15:00.000Z\",\"0.000527\",\"0.000368\",\"2000\"\n\"2024-06-23T06:20:00.000Z\",\"0.001066\",\"0.000718\",\"2000\"\n\"2024-06-23T06:25:00.000Z\",\"0.001422\",\"0.000809\",\"2000\"\n\"2024-06-23T06:30:00.000Z\",\"0.000989\",\"0.000609\",\"2000\"\n\"2024-06-23T06:35:00.000Z\",\"0.000773\",\"0.000587\",\"2000\"\n\"2024-06-23T06:40:00.000Z\",\"0.000882\",\"0.000704\",\"2000\"\n\"2024-06-23T06:45:00.000Z\",\"0.000466\",\"0.000354\",\"2000\"\n\"2024-06-23T06:50:00.000Z\",\"0.000604\",\"0.000425\",\"2000\"\n\"2024-06-23T06:55:00.000Z\",\"0.001015\",\"0.000755\",\"2000\"\n\"2024-06-23T07:00:00.000Z\",\"0.00113\",\"0.000808\",\"2000\"\n\"2024-06-23T07:05:00.000Z\",\"0.000521\",\"0.000363\",\"2000\"\n\"2024-06-23T07:10:00.000Z\",\"0.000847\",\"0.000602\",\"2000\"\n\"2024-06-23T07:15:00.000Z\",\"0.000573\",\"0.000408\",\"2000\"\n\"2024-06-23T07:20:00.000Z\",\"0.002876\",\"0.00264\",\"2000\"\n\"2024-06-23T07:25:00.000Z\",\"0.000495\",\"0.000365\",\"2000\"\n\"2024-06-23T07:30:00.000Z\",\"0.000816\",\"0.000592\",\"2000\"\n\"2024-06-23T07:35:00.000Z\",\"0.000689\",\"0.000482\",\"2000\"\n\"2024-06-23T07:40:00.000Z\",\"0.001348\",\"0.000997\",\"2000\"\n\"2024-06-23T07:45:00.000Z\",\"0.001008\",\"0.00077\",\"2000\"\n\"2024-06-23T07:50:00.000Z\",\"0.00084\",\"0.000541\",\"2000\"\n\"2024-06-23T07:55:00.000Z\",\"0.000999\",\"0.000751\",\"2000\"\n\"2024-06-23T08:00:00.000Z\",\"0.000687\",\"0.000479\",\"2000\"\n\"2024-06-23T08:05:00.000Z\",\"0.000878\",\"0.000654\",\"2000\"\n\"2024-06-23T08:10:00.000Z\",\"0.00064\",\"0.00045\",\"2000\"\n\"2024-06-23T08:15:00.000Z\",\"0.00077\",\"0.000612\",\"2000\"\n\"2024-06-23T08:20:00.000Z\",\"0.000568\",\"0.000433\",\"2000\"\n\"2024-06-23T08:25:00.000Z\",\"0.000649\",\"0.000441\",\"2000\"\n\"2024-06-23T08:30:00.000Z\",\"0.000915\",\"0.000686\",\"2000\"\n\"2024-06-23T08:35:00.000Z\",\"0.00068\",\"0.000467\",\"2000\"\n\"2024-06-23T08:40:00.000Z\",\"0.000899\",\"0.000615\",\"2000\"\n\"2024-06-23T08:45:00.000Z\",\"0.000464\",\"0.000358\",\"2000\"\n\"2024-06-23T08:50:00.000Z\",\"0.000822\",\"0.000676\",\"2000\"\n\"2024-06-23T08:55:00.000Z\",\"0.000801\",\"0.000578\",\"2000\"\n\"2024-06-23T09:00:00.000Z\",\"0.000613\",\"0.000475\",\"2000\"\n\"2024-06-23T09:05:00.000Z\",\"0.000617\",\"0.000387\",\"2000\"\n\"2024-06-23T09:10:00.000Z\",\"0.000457\",\"0.000352\",\"2000\"\n\"2024-06-23T09:15:00.000Z\",\"0.000847\",\"0.00064\",\"2000\"\n\"2024-06-23T09:20:00.000Z\",\"0.001452\",\"0.001184\",\"2000\"\n\"2024-06-23T09:25:00.000Z\",\"0.002575\",\"0.002515\",\"2000\"\n\"2024-06-23T09:30:00.000Z\",\"0.000803\",\"0.000593\",\"2000\"\n\"2024-06-23T09:35:00.000Z\",\"0.00048\",\"0.000359\",\"2000\"\n\"2024-06-23T09:40:00.000Z\",\"0.000866\",\"0.000648\",\"2000\"\n\"2024-06-23T09:45:00.000Z\",\"0.000787\",\"0.000595\",\"2000\"\n\"2024-06-23T09:50:00.000Z\",\"0.000843\",\"0.000657\",\"2000\"\n\"2024-06-23T09:55:00.000Z\",\"0.000806\",\"0.000606\",\"2000\"\n\"2024-06-23T10:00:00.000Z\",\"0.000628\",\"0.000476\",\"2000\"\n\"2024-06-23T10:05:00.000Z\",\"0.000682\",\"0.000527\",\"2000\"\n\"2024-06-23T10:10:00.000Z\",\"0.000811\",\"0.0006\",\"2000\"\n\"2024-06-23T10:15:00.000Z\",\"0.000474\",\"0.000367\",\"2000\"\n\"2024-06-23T10:20:00.000Z\",\"0.000462\",\"0.000349\",\"2000\"\n\"2024-06-23T10:25:00.000Z\",\"0.000467\",\"0.000357\",\"2000\"\n\"2024-06-23T10:30:00.000Z\",\"0.001896\",\"0.001752\",\"2000\"\n\"2024-06-23T10:35:00.000Z\",\"0.00092\",\"0.000833\",\"2000\"\n\"2024-06-23T10:40:00.000Z\",\"0.000603\",\"0.000413\",\"2000\"\n\"2024-06-23T10:45:00.000Z\",\"0.000509\",\"0.000402\",\"2000\"\n\"2024-06-23T10:50:00.000Z\",\"0.000516\",\"0.000407\",\"2000\"\n\"2024-06-23T10:55:00.000Z\",\"0.000486\",\"0.000385\",\"2000\"\n\"2024-06-23T11:00:00.000Z\",\"0.000512\",\"0.00036\",\"2000\"\n\"2024-06-23T11:05:00.000Z\",\"0.000466\",\"0.000363\",\"2000\"\n\"2024-06-23T11:10:00.000Z\",\"0.000537\",\"0.000473\",\"2000\"\n\"2024-06-23T11:15:00.000Z\",\"0.000508\",\"0.000416\",\"2000\"\n\"2024-06-23T11:20:00.000Z\",\"0.000577\",\"0.000467\",\"2000\"\n\"2024-06-23T11:25:00.000Z\",\"0.000513\",\"0.000412\",\"2000\"\n\"2024-06-23T11:30:00.000Z\",\"0.000661\",\"0.00048\",\"2000\"\n\"2024-06-23T11:35:00.000Z\",\"0.000697\",\"0.000494\",\"2000\"\n\"2024-06-23T11:40:00.000Z\",\"0.000567\",\"0.000414\",\"2000\"\n\"2024-06-23T11:45:00.000Z\",\"0.000509\",\"0.0004\",\"2000\"\n\"2024-06-23T11:50:00.000Z\",\"0.000478\",\"0.000381\",\"2000\"\n\"2024-06-23T11:55:00.000Z\",\"0.000527\",\"0.000416\",\"2000\"\n\"2024-06-23T12:00:00.000Z\",\"0.000557\",\"0.000438\",\"2000\"\n\"2024-06-23T12:05:00.000Z\",\"0.00052\",\"0.000409\",\"2000\"\n\"2024-06-23T12:10:00.000Z\",\"0.000716\",\"0.000512\",\"2000\"\n\"2024-06-23T12:15:00.000Z\",\"0.000502\",\"0.000403\",\"2000\"\n\"2024-06-23T12:20:00.000Z\",\"0.001611\",\"0.000486\",\"2000\"\n\"2024-06-23T12:25:00.000Z\",\"0.000628\",\"0.000417\",\"2000\"\n\"2024-06-23T12:30:00.000Z\",\"0.000485\",\"0.000384\",\"2000\"\n\"2024-06-23T12:35:00.000Z\",\"0.000738\",\"0.000566\",\"2000\"\n\"2024-06-23T12:40:00.000Z\",\"0.000591\",\"0.000425\",\"2000\"\n\"2024-06-23T12:45:00.000Z\",\"0.000465\",\"0.000362\",\"2000\"\n\"2024-06-23T12:50:00.000Z\",\"0.000437\",\"0.00033\",\"2000\"\n\"2024-06-23T12:55:00.000Z\",\"0.001168\",\"0.001027\",\"2000\"\n\"2024-06-23T13:00:00.000Z\",\"0.001738\",\"0.001579\",\"2000\"\n\"2024-06-23T13:05:00.000Z\",\"0.000465\",\"0.000358\",\"2000\"\n\"2024-06-23T13:10:00.000Z\",\"0.000463\",\"0.000369\",\"2000\"\n\"2024-06-23T13:15:00.000Z\",\"0.000575\",\"0.000388\",\"2000\"\n\"2024-06-23T13:20:00.000Z\",\"0.000472\",\"0.000351\",\"2000\"\n\"2024-06-23T13:25:00.000Z\",\"0.000564\",\"0.000401\",\"2000\"\n\"2024-06-23T13:30:00.000Z\",\"0.000465\",\"0.00036\",\"2000\"\n\"2024-06-23T13:35:00.000Z\",\"0.000457\",\"0.000352\",\"2000\"\n\"2024-06-23T13:40:00.000Z\",\"0.000441\",\"0.000331\",\"2000\"\n\"2024-06-23T13:45:00.000Z\",\"0.000616\",\"0.000435\",\"2000\"\n\"2024-06-23T13:50:00.000Z\",\"0.00069\",\"0.000502\",\"2000\"\n\"2024-06-23T13:55:00.000Z\",\"0.000507\",\"0.000388\",\"2000\"\n\"2024-06-23T14:00:00.000Z\",\"0.000439\",\"0.000335\",\"2000\"\n\"2024-06-23T14:05:00.000Z\",\"0.000455\",\"0.00035\",\"2000\"\n\"2024-06-23T14:10:00.000Z\",\"0.000458\",\"0.000362\",\"2000\"\n\"2024-06-23T14:15:00.000Z\",\"0.000452\",\"0.000349\",\"2000\"\n\"2024-06-23T14:20:00.000Z\",\"0.000482\",\"0.000372\",\"2000\"\n\"2024-06-23T14:25:00.000Z\",\"0.000464\",\"0.000383\",\"2000\"\n\"2024-06-23T14:30:00.000Z\",\"0.000474\",\"0.000358\",\"2000\"\n\"2024-06-23T14:35:00.000Z\",\"0.000441\",\"0.00035\",\"2000\"\n\"2024-06-23T14:40:00.000Z\",\"0.000529\",\"0.000413\",\"2000\"\n\"2024-06-23T14:45:00.000Z\",\"0.000606\",\"0.000439\",\"2000\"\n\"2024-06-23T14:50:00.000Z\",\"0.00049\",\"0.000378\",\"2000\"\n\"2024-06-23T14:55:00.000Z\",\"0.000863\",\"0.000634\",\"2000\"\n\"2024-06-23T15:00:00.000Z\",\"0.000482\",\"0.000368\",\"2000\"\n\"2024-06-23T15:05:00.000Z\",\"0.000455\",\"0.000345\",\"2000\"\n\"2024-06-23T15:10:00.000Z\",\"0.000506\",\"0.000394\",\"2000\"\n\"2024-06-23T15:15:00.000Z\",\"0.000468\",\"0.000358\",\"2000\"\n\"2024-06-23T15:20:00.000Z\",\"0.00047\",\"0.000373\",\"2000\"\n\"2024-06-23T15:25:00.000Z\",\"0.000484\",\"0.000373\",\"2000\"\n\"2024-06-23T15:30:00.000Z\",\"0.000525\",\"0.000397\",\"2000\"\n\"2024-06-23T15:35:00.000Z\",\"0.000488\",\"0.000378\",\"2000\"\n\"2024-06-23T15:40:00.000Z\",\"0.000545\",\"0.000435\",\"2000\"\n\"2024-06-23T15:45:00.000Z\",\"0.00056\",\"0.000473\",\"2000\"\n\"2024-06-23T15:50:00.000Z\",\"0.000568\",\"0.000454\",\"2000\"\n\"2024-06-23T15:55:00.000Z\",\"0.000497\",\"0.000393\",\"2000\"\n\"2024-06-23T16:00:00.000Z\",\"0.000454\",\"0.000346\",\"2000\"\n\"2024-06-23T16:05:00.000Z\",\"0.000463\",\"0.000363\",\"2000\"\n\"2024-06-23T16:10:00.000Z\",\"0.000577\",\"0.000448\",\"2000\"\n\"2024-06-23T16:15:00.000Z\",\"0.004227\",\"0.003099\",\"2000\"\n\"2024-06-23T16:20:00.000Z\",\"0.00334\",\"0.002325\",\"2000\"\n\"2024-06-23T16:25:00.000Z\",\"0.00215\",\"0.001486\",\"2000\"\n\"2024-06-23T16:30:00.000Z\",\"0.001191\",\"0.00091\",\"2000\"\n\"2024-06-23T16:35:00.000Z\",\"0.001145\",\"0.000891\",\"2000\"\n\"2024-06-23T16:40:00.000Z\",\"0.000741\",\"0.000615\",\"2000\"\n\"2024-06-23T16:45:00.000Z\",\"0.000536\",\"0.000374\",\"2000\"\n\"2024-06-23T16:50:00.000Z\",\"0.002548\",\"0.002276\",\"2000\"\n\"2024-06-23T16:55:00.000Z\",\"0.001289\",\"0.001012\",\"2000\"\n\"2024-06-23T17:00:00.000Z\",\"0.000463\",\"0.000355\",\"2000\"\n\"2024-06-23T17:05:00.000Z\",\"0.001165\",\"0.000911\",\"2000\"\n\"2024-06-23T17:10:00.000Z\",\"0.000881\",\"0.000555\",\"2000\"\n\"2024-06-23T17:15:00.000Z\",\"0.000778\",\"0.000587\",\"2000\"\n\"2024-06-23T17:20:00.000Z\",\"0.001087\",\"0.000832\",\"2000\"\n\"2024-06-23T17:25:00.000Z\",\"0.000513\",\"0.000366\",\"2000\"\n\"2024-06-23T17:30:00.000Z\",\"0.000603\",\"0.000392\",\"2000\"\n\"2024-06-23T17:35:00.000Z\",\"0.001263\",\"0.000896\",\"2000\"\n\"2024-06-23T17:40:00.000Z\",\"0.001005\",\"0.000776\",\"2000\"\n\"2024-06-23T17:45:00.000Z\",\"0.000464\",\"0.000391\",\"2000\"\n\"2024-06-23T17:50:00.000Z\",\"0.000833\",\"0.000674\",\"2000\"\n\"2024-06-23T17:55:00.000Z\",\"0.001135\",\"0.000888\",\"2000\"\n\"2024-06-23T18:00:00.000Z\",\"0.000658\",\"0.00045\",\"2000\"\n\"2024-06-23T18:05:00.000Z\",\"0.000569\",\"0.000422\",\"2000\"\n\"2024-06-23T18:10:00.000Z\",\"0.001134\",\"0.000883\",\"2000\"\n\"2024-06-23T18:15:00.000Z\",\"0.004335\",\"0.003846\",\"2000\"\n\"2024-06-23T18:20:00.000Z\",\"0.005775\",\"0.005265\",\"2000\"\n\"2024-06-23T18:25:00.000Z\",\"0.00678\",\"0.00601\",\"2000\"\n\"2024-06-23T18:30:00.000Z\",\"0.006082\",\"0.005401\",\"2000\"\n\"2024-06-23T18:35:00.000Z\",\"0.006159\",\"0.005548\",\"2000\"\n\"2024-06-23T18:40:00.000Z\",\"0.005881\",\"0.005294\",\"2000\"\n\"2024-06-23T18:45:00.000Z\",\"0.006317\",\"0.005671\",\"2000\"\n\"2024-06-23T18:50:00.000Z\",\"0.005942\",\"0.005362\",\"2000\"\n\"2024-06-23T18:55:00.000Z\",\"0.006048\",\"0.005498\",\"2000\"\n\"2024-06-23T19:00:00.000Z\",\"0.006202\",\"0.005573\",\"2000\"\n\"2024-06-23T19:05:00.000Z\",\"0.006674\",\"0.006015\",\"2000\"\n\"2024-06-23T19:10:00.000Z\",\"0.007203\",\"0.006502\",\"2000\"\n\"2024-06-23T19:15:00.000Z\",\"0.008075\",\"0.007351\",\"2000\"\n\"2024-06-23T19:20:00.000Z\",\"0.006068\",\"0.005383\",\"2000\"\n\"2024-06-23T19:25:00.000Z\",\"0.005964\",\"0.005343\",\"2000\"\n\"2024-06-23T19:30:00.000Z\",\"0.006815\",\"0.006412\",\"2000\"\n\"2024-06-23T19:35:00.000Z\",\"0.005976\",\"0.005384\",\"2000\"\n\"2024-06-23T19:40:00.000Z\",\"0.006079\",\"0.005447\",\"2000\"\n\"2024-06-23T19:45:00.000Z\",\"0.006382\",\"0.0057\",\"2000\"\n\"2024-06-23T19:50:00.000Z\",\"0.006397\",\"0.005422\",\"2000\"\n\"2024-06-23T19:55:00.000Z\",\"0.005745\",\"0.005162\",\"2000\"\n\"2024-06-23T20:00:00.000Z\",\"0.005989\",\"0.005431\",\"2000\"\n\"2024-06-23T20:05:00.000Z\",\"0.006376\",\"0.005664\",\"2000\"\n\"2024-06-23T20:10:00.000Z\",\"0.005813\",\"0.005245\",\"2000\"\n\"2024-06-23T20:15:00.000Z\",\"0.005815\",\"0.005235\",\"2000\"\n\"2024-06-23T20:20:00.000Z\",\"0.008963\",\"0.008126\",\"2000\"\n\"2024-06-23T20:25:00.000Z\",\"0.005913\",\"0.005328\",\"2000\"\n\"2024-06-23T20:30:00.000Z\",\"0.005694\",\"0.005145\",\"2000\"\n\"2024-06-23T20:35:00.000Z\",\"0.006224\",\"0.005544\",\"2000\"\n\"2024-06-23T20:40:00.000Z\",\"0.007184\",\"0.006471\",\"2000\"\n\"2024-06-23T20:45:00.000Z\",\"0.007324\",\"0.006637\",\"2000\"\n\"2024-06-23T20:50:00.000Z\",\"0.007687\",\"0.006808\",\"2000\"\n\"2024-06-23T20:55:00.000Z\",\"0.006021\",\"0.005406\",\"2000\"\n\"2024-06-23T21:00:00.000Z\",\"0.006059\",\"0.005423\",\"2000\"\n\"2024-06-23T21:05:00.000Z\",\"0.006204\",\"0.005581\",\"2000\"\n\"2024-06-23T21:10:00.000Z\",\"0.00612\",\"0.005551\",\"2000\"\n\"2024-06-23T21:15:00.000Z\",\"0.005605\",\"0.005191\",\"2000\"\n\"2024-06-23T21:20:00.000Z\",\"0.001127\",\"0.000848\",\"2000\"\n\"2024-06-23T21:25:00.000Z\",\"0.000481\",\"0.000391\",\"2000\"\n\"2024-06-23T21:30:00.000Z\",\"0.000637\",\"0.000447\",\"2000\"\n\"2024-06-23T21:35:00.000Z\",\"0.000807\",\"0.000619\",\"2000\"\n\"2024-06-23T21:40:00.000Z\",\"0.001113\",\"0.000879\",\"2000\"\n\"2024-06-23T21:45:00.000Z\",\"0.000767\",\"0.00056\",\"2000\"\n\"2024-06-23T21:50:00.000Z\",\"0.001334\",\"0.000907\",\"2000\"\n\"2024-06-23T21:55:00.000Z\",\"0.000813\",\"0.000644\",\"2000\"\n\"2024-06-23T22:00:00.000Z\",\"0.000533\",\"0.000422\",\"2000\"\n\"2024-06-23T22:05:00.000Z\",\"0.000473\",\"0.000366\",\"2000\"\n\"2024-06-23T22:10:00.000Z\",\"0.00081\",\"0.000613\",\"2000\"\n\"2024-06-23T22:15:00.000Z\",\"0.000455\",\"0.000356\",\"2000\"\n\"2024-06-23T22:20:00.000Z\",\"0.000567\",\"0.000377\",\"2000\"\n\"2024-06-23T22:25:00.000Z\",\"0.000488\",\"0.000377\",\"2000\"\n\"2024-06-23T22:30:00.000Z\",\"0.000464\",\"0.000354\",\"2000\"\n\"2024-06-23T22:35:00.000Z\",\"0.000441\",\"0.000338\",\"2000\"\n\"2024-06-23T22:40:00.000Z\",\"0.000496\",\"0.000408\",\"2000\"\n\"2024-06-23T22:45:00.000Z\",\"0.000462\",\"0.000353\",\"2000\"\n\"2024-06-23T22:50:00.000Z\",\"0.000694\",\"0.000494\",\"2000\"\n\"2024-06-23T22:55:00.000Z\",\"0.000505\",\"0.000379\",\"2000\"\n\"2024-06-23T23:00:00.000Z\",\"0.000647\",\"0.000499\",\"2000\"\n\"2024-06-23T23:05:00.000Z\",\"0.000492\",\"0.000381\",\"2000\"\n\"2024-06-23T23:10:00.000Z\",\"0.000548\",\"0.000366\",\"2000\"\n\"2024-06-23T23:15:00.000Z\",\"0.000502\",\"0.000364\",\"2000\"\n\"2024-06-23T23:20:00.000Z\",\"0.000564\",\"0.000394\",\"2000\"\n\"2024-06-23T23:25:00.000Z\",\"0.000578\",\"0.000395\",\"2000\"\n\"2024-06-23T23:30:00.000Z\",\"0.002817\",\"0.002504\",\"2000\"\n\"2024-06-23T23:35:00.000Z\",\"0.004762\",\"0.004248\",\"2000\"\n\"2024-06-23T23:40:00.000Z\",\"0.006328\",\"0.005913\",\"2000\"\n\"2024-06-23T23:45:00.000Z\",\"0.004793\",\"0.004353\",\"2000\"\n\"2024-06-23T23:50:00.000Z\",\"0.00475\",\"0.00424\",\"2000\"\n\"2024-06-23T23:55:00.000Z\",\"0.00476\",\"0.004276\",\"2000\"\n\"2024-06-24T00:00:00.000Z\",\"0.004776\",\"0.004288\",\"2000\"\n\"2024-06-24T00:05:00.000Z\",\"0.004806\",\"0.004282\",\"2000\"\n\"2024-06-24T00:10:00.000Z\",\"0.003014\",\"0.002673\",\"2000\"\n\"2024-06-24T00:15:00.000Z\",\"0.0007\",\"0.000494\",\"2000\"\n\"2024-06-24T00:20:00.000Z\",\"0.000561\",\"0.000433\",\"2000\"\n\"2024-06-24T00:25:00.000Z\",\"0.000804\",\"0.000533\",\"2000\"\n\"2024-06-24T00:30:00.000Z\",\"0.00059\",\"0.000455\",\"2000\"\n\"2024-06-24T00:35:00.000Z\",\"0.000715\",\"0.000503\",\"2000\"\n\"2024-06-24T00:40:00.000Z\",\"0.000531\",\"0.000418\",\"2000\"\n\"2024-06-24T00:45:00.000Z\",\"0.000632\",\"0.000434\",\"2000\"\n\"2024-06-24T00:50:00.000Z\",\"0.000568\",\"0.000436\",\"2000\"\n\"2024-06-24T00:55:00.000Z\",\"0.000577\",\"0.00038\",\"2000\"\n\"2024-06-24T01:00:00.000Z\",\"0.000505\",\"0.00039\",\"2000\"\n\"2024-06-24T01:05:00.000Z\",\"0.000709\",\"0.000495\",\"2000\"\n\"2024-06-24T01:10:00.000Z\",\"0.000542\",\"0.000421\",\"2000\"\n\"2024-06-24T01:15:00.000Z\",\"0.000708\",\"0.000492\",\"2000\"\n\"2024-06-24T01:20:00.000Z\",\"0.000557\",\"0.000429\",\"2000\"\n\"2024-06-24T01:25:00.000Z\",\"0.000656\",\"0.000463\",\"2000\"\n\"2024-06-24T01:30:00.000Z\",\"0.000638\",\"0.000439\",\"2000\"\n\"2024-06-24T01:35:00.000Z\",\"0.00058\",\"0.000394\",\"2000\"\n\"2024-06-24T01:40:00.000Z\",\"0.000534\",\"0.00041\",\"2000\"\n\"2024-06-24T01:45:00.000Z\",\"0.000667\",\"0.000462\",\"2000\"\n\"2024-06-24T01:50:00.000Z\",\"0.000531\",\"0.000419\",\"2000\"\n\"2024-06-24T01:55:00.000Z\",\"0.000647\",\"0.000461\",\"2000\"\n\"2024-06-24T02:00:00.000Z\",\"0.000975\",\"0.000754\",\"2000\"\n\"2024-06-24T02:05:00.000Z\",\"0.000707\",\"0.000488\",\"2000\"\n\"2024-06-24T02:10:00.000Z\",\"0.000605\",\"0.000445\",\"2000\"\n\"2024-06-24T02:15:00.000Z\",\"0.000644\",\"0.000464\",\"2000\"\n\"2024-06-24T02:20:00.000Z\",\"0.002191\",\"0.002029\",\"2000\"\n\"2024-06-24T02:25:00.000Z\",\"0.000887\",\"0.000702\",\"2000\"\n\"2024-06-24T02:30:00.000Z\",\"0.000596\",\"0.000468\",\"2000\"\n\"2024-06-24T02:35:00.000Z\",\"0.000794\",\"0.00056\",\"2000\"\n\"2024-06-24T02:40:00.000Z\",\"0.000674\",\"0.000459\",\"2000\"\n\"2024-06-24T02:45:00.000Z\",\"0.000647\",\"0.000436\",\"2000\"\n\"2024-06-24T02:50:00.000Z\",\"0.000635\",\"0.000436\",\"2000\"\n\"2024-06-24T02:55:00.000Z\",\"0.001042\",\"0.000463\",\"2000\"\n\"2024-06-24T03:00:00.000Z\",\"0.000476\",\"0.000368\",\"2000\"\n\"2024-06-24T03:05:00.000Z\",\"0.000645\",\"0.000454\",\"2000\"\n\"2024-06-24T03:10:00.000Z\",\"0.000564\",\"0.000429\",\"2000\"\n\"2024-06-24T03:15:00.000Z\",\"0.000601\",\"0.000496\",\"2000\"\n\"2024-06-24T03:20:00.000Z\",\"0.000634\",\"0.000432\",\"2000\"\n\"2024-06-24T03:25:00.000Z\",\"0.000643\",\"0.000435\",\"2000\"\n\"2024-06-24T03:30:00.000Z\",\"0.000657\",\"0.000455\",\"2000\"\n\"2024-06-24T03:35:00.000Z\",\"0.000636\",\"0.000451\",\"2000\"\n\"2024-06-24T03:40:00.000Z\",\"0.000635\",\"0.000467\",\"2000\"\n\"2024-06-24T03:45:00.000Z\",\"0.000611\",\"0.000477\",\"2000\"\n\"2024-06-24T03:50:00.000Z\",\"0.000607\",\"0.000514\",\"2000\"\n\"2024-06-24T03:55:00.000Z\",\"0.000674\",\"0.000469\",\"2000\"\n\"2024-06-24T04:00:00.000Z\",\"0.000607\",\"0.000405\",\"2000\"\n\"2024-06-24T04:05:00.000Z\",\"0.000632\",\"0.000442\",\"2000\"\n\"2024-06-24T04:10:00.000Z\",\"0.000634\",\"0.000445\",\"2000\"\n\"2024-06-24T04:15:00.000Z\",\"0.000645\",\"0.000439\",\"2000\"\n\"2024-06-24T04:20:00.000Z\",\"0.000555\",\"0.000423\",\"2000\"\n\"2024-06-24T04:25:00.000Z\",\"0.00062\",\"0.000414\",\"2000\"\n\"2024-06-24T04:30:00.000Z\",\"0.000646\",\"0.000446\",\"2000\"\n\"2024-06-24T04:35:00.000Z\",\"0.000742\",\"0.000522\",\"2000\"\n\"2024-06-24T04:40:00.000Z\",\"0.000602\",\"0.000476\",\"2000\"\n\"2024-06-24T04:45:00.000Z\",\"0.00068\",\"0.000487\",\"2000\"\n\"2024-06-24T04:50:00.000Z\",\"0.000685\",\"0.000485\",\"2000\"\n\"2024-06-24T04:55:00.000Z\",\"0.000683\",\"0.000476\",\"2000\"\n\"2024-06-24T05:00:00.000Z\",\"0.000723\",\"0.000469\",\"2000\"\n\"2024-06-24T05:05:00.000Z\",\"0.000593\",\"0.000435\",\"2000\"\n\"2024-06-24T05:10:00.000Z\",\"0.000511\",\"0.000362\",\"2000\"\n\"2024-06-24T05:15:00.000Z\",\"0.000852\",\"0.000587\",\"2000\"\n\"2024-06-24T05:20:00.000Z\",\"0.000545\",\"0.000425\",\"2000\"\n\"2024-06-24T05:25:00.000Z\",\"0.000651\",\"0.000446\",\"2000\"\n\"2024-06-24T05:30:00.000Z\",\"0.000548\",\"0.000415\",\"2000\"\n\"2024-06-24T05:35:00.000Z\",\"0.002228\",\"0.001773\",\"2000\"\n\"2024-06-24T05:40:00.000Z\",\"0.000618\",\"0.000426\",\"2000\"\n\"2024-06-24T05:45:00.000Z\",\"0.000709\",\"0.000603\",\"2000\"\n\"2024-06-24T05:50:00.000Z\",\"0.000479\",\"0.000364\",\"2000\"\n\"2024-06-24T05:55:00.000Z\",\"0.001323\",\"0.001069\",\"2000\"\n\"2024-06-24T06:00:00.000Z\",\"0.001785\",\"0.001712\",\"2000\"\n\"2024-06-24T06:05:00.000Z\",\"0.00064\",\"0.000438\",\"2000\"\n\"2024-06-24T06:10:00.000Z\",\"0.000662\",\"0.00048\",\"2000\"\n\"2024-06-24T06:15:00.000Z\",\"0.000616\",\"0.000432\",\"2000\"\n\"2024-06-24T06:20:00.000Z\",\"0.00055\",\"0.000422\",\"2000\"\n\"2024-06-24T06:25:00.000Z\",\"0.000649\",\"0.000451\",\"2000\"\n\"2024-06-24T06:30:00.000Z\",\"0.000599\",\"0.00044\",\"2000\"\n\"2024-06-24T06:35:00.000Z\",\"0.000491\",\"0.000353\",\"2000\"\n\"2024-06-24T06:40:00.000Z\",\"0.000546\",\"0.000414\",\"2000\"\n\"2024-06-24T06:45:00.000Z\",\"0.000639\",\"0.000441\",\"2000\"\n\"2024-06-24T06:50:00.000Z\",\"0.000623\",\"0.000438\",\"2000\"\n\"2024-06-24T06:55:00.000Z\",\"0.000671\",\"0.000448\",\"2000\"\n\"2024-06-24T07:00:00.000Z\",\"0.000795\",\"0.000611\",\"2000\"\n\"2024-06-24T07:05:00.000Z\",\"0.000678\",\"0.000498\",\"2000\"\n\"2024-06-24T07:10:00.000Z\",\"0.000665\",\"0.000461\",\"2000\"\n\"2024-06-24T07:15:00.000Z\",\"0.000503\",\"0.000406\",\"2000\"\n\"2024-06-24T07:20:00.000Z\",\"0.00067\",\"0.000509\",\"2000\"\n\"2024-06-24T07:25:00.000Z\",\"0.000611\",\"0.000476\",\"2000\"\n\"2024-06-24T07:30:00.000Z\",\"0.000517\",\"0.000396\",\"2000\"\n\"2024-06-24T07:35:00.000Z\",\"0.000629\",\"0.000442\",\"2000\"\n\"2024-06-24T07:40:00.000Z\",\"0.000577\",\"0.000451\",\"2000\"\n\"2024-06-24T07:45:00.000Z\",\"0.000635\",\"0.000448\",\"2000\"\n\"2024-06-24T07:50:00.000Z\",\"0.000633\",\"0.000452\",\"2000\"\n\"2024-06-24T07:55:00.000Z\",\"0.000595\",\"0.000462\",\"2000\"\n\"2024-06-24T08:00:00.000Z\",\"0.000517\",\"0.000415\",\"2000\"\n\"2024-06-24T08:05:00.000Z\",\"0.000668\",\"0.000469\",\"2000\"\n\"2024-06-24T08:10:00.000Z\",\"0.000592\",\"0.000462\",\"2000\"\n\"2024-06-24T08:15:00.000Z\",\"0.000685\",\"0.000521\",\"2000\"\n\"2024-06-24T08:20:00.000Z\",\"0.000626\",\"0.000499\",\"2000\"\n\"2024-06-24T08:25:00.000Z\",\"0.000641\",\"0.000456\",\"2000\"\n\"2024-06-24T08:30:00.000Z\",\"0.000692\",\"0.000514\",\"2000\"\n\"2024-06-24T08:35:00.000Z\",\"0.000689\",\"0.000497\",\"2000\"\n\"2024-06-24T08:40:00.000Z\",\"0.000432\",\"0.000321\",\"2000\"\n\"2024-06-24T08:45:00.000Z\",\"0.000658\",\"0.000431\",\"2000\"\n\"2024-06-24T08:50:00.000Z\",\"0.000561\",\"0.000407\",\"2000\"\n\"2024-06-24T08:55:00.000Z\",\"0.000604\",\"0.000409\",\"2000\"\n\"2024-06-24T09:00:00.000Z\",\"0.002388\",\"0.002242\",\"2000\"\n\"2024-06-24T09:05:00.000Z\",\"0.00064\",\"0.000438\",\"2000\"\n\"2024-06-24T09:10:00.000Z\",\"0.000701\",\"0.000508\",\"2000\"\n\"2024-06-24T09:15:00.000Z\",\"0.000623\",\"0.000434\",\"2000\"\n\"2024-06-24T09:20:00.000Z\",\"0.00046\",\"0.00035\",\"2000\"\n\"2024-06-24T09:25:00.000Z\",\"0.00064\",\"0.000437\",\"2000\"\n\"2024-06-24T09:30:00.000Z\",\"0.000538\",\"0.000413\",\"2000\"\n\"2024-06-24T09:35:00.000Z\",\"0.000607\",\"0.000416\",\"2000\"\n\"2024-06-24T09:40:00.000Z\",\"0.017524\",\"0.017903\",\"2000\"\n\"2024-06-24T09:45:00.000Z\",\"0.043307\",\"0.044398\",\"2000\"\n\"2024-06-24T09:50:00.000Z\",\"0.049654\",\"0.048896\",\"2000\"\n\"2024-06-24T09:55:00.000Z\",\"0.049784\",\"0.048088\",\"2000\"\n\"2024-06-24T10:00:00.000Z\",\"0.045546\",\"0.043761\",\"2000\"\n\"2024-06-24T10:05:00.000Z\",\"0.046168\",\"0.044174\",\"2000\"\n\"2024-06-24T10:10:00.000Z\",\"0.046957\",\"0.04454\",\"2000\"\n\"2024-06-24T10:15:00.000Z\",\"0.0459\",\"0.043171\",\"2000\"\n\"2024-06-24T10:20:00.000Z\",\"0.043146\",\"0.040195\",\"2000\"\n\"2024-06-24T10:25:00.000Z\",\"0.042191\",\"0.039053\",\"2000\"\n\"2024-06-24T10:30:00.000Z\",\"0.042691\",\"0.039432\",\"2000\"\n\"2024-06-24T10:35:00.000Z\",\"0.042912\",\"0.039434\",\"2000\"\n\"2024-06-24T10:40:00.000Z\",\"0.045462\",\"0.042348\",\"2000\"\n\"2024-06-24T10:45:00.000Z\",\"0.04109\",\"0.038363\",\"2000\"\n\"2024-06-24T10:50:00.000Z\",\"0.042805\",\"0.040021\",\"2000\"\n\"2024-06-24T10:55:00.000Z\",\"0.042375\",\"0.039527\",\"2000\"\n\"2024-06-24T11:00:00.000Z\",\"0.042255\",\"0.039437\",\"2000\"\n\"2024-06-24T11:05:00.000Z\",\"0.041182\",\"0.038315\",\"2000\"\n\"2024-06-24T11:10:00.000Z\",\"0.041716\",\"0.038913\",\"2000\"\n\"2024-06-24T11:15:00.000Z\",\"0.0418\",\"0.039249\",\"2000\"\n\"2024-06-24T11:20:00.000Z\",\"0.041985\",\"0.0399\",\"2000\"\n\"2024-06-24T11:25:00.000Z\",\"0.036673\",\"0.035004\",\"2000\"\n\"2024-06-24T11:30:00.000Z\",\"0.017951\",\"0.017276\",\"2000\"\n\"2024-06-24T11:35:00.000Z\",\"0.011664\",\"0.011349\",\"2000\"\n\"2024-06-24T11:40:00.000Z\",\"0.008514\",\"0.008118\",\"2000\"\n\"2024-06-24T11:45:00.000Z\",\"0.005713\",\"0.005519\",\"2000\"\n\"2024-06-24T11:50:00.000Z\",\"0.005546\",\"0.005389\",\"2000\"\n\"2024-06-24T11:55:00.000Z\",\"0.006187\",\"0.005972\",\"2000\"\n\"2024-06-24T12:00:00.000Z\",\"0.005413\",\"0.005276\",\"2000\"\n\"2024-06-24T12:05:00.000Z\",\"0.005615\",\"0.005387\",\"2000\"\n\"2024-06-24T12:10:00.000Z\",\"0.005913\",\"0.005726\",\"2000\"\n\"2024-06-24T12:15:00.000Z\",\"0.006076\",\"0.005913\",\"2000\"\n\"2024-06-24T12:20:00.000Z\",\"0.005513\",\"0.005374\",\"2000\"\n\"2024-06-24T12:25:00.000Z\",\"0.005703\",\"0.005601\",\"2000\"\n\"2024-06-24T12:30:00.000Z\",\"0.003589\",\"0.003407\",\"2000\"\n\"2024-06-24T12:35:00.000Z\",\"0.001391\",\"0.001064\",\"2000\"\n\"2024-06-24T12:40:00.000Z\",\"0.001114\",\"0.000856\",\"2000\"\n\"2024-06-24T12:45:00.000Z\",\"0.001337\",\"0.001035\",\"2000\"\n\"2024-06-24T12:50:00.000Z\",\"0.00319\",\"0.00287\",\"2000\"\n\"2024-06-24T12:55:00.000Z\",\"0.001785\",\"0.001239\",\"2000\"\n\"2024-06-24T13:00:00.000Z\",\"0.00173\",\"0.001263\",\"2000\"\n\"2024-06-24T13:05:00.000Z\",\"0.001002\",\"0.000751\",\"2000\"\n\"2024-06-24T13:10:00.000Z\",\"0.001492\",\"0.000989\",\"2000\"\n\"2024-06-24T13:15:00.000Z\",\"0.001445\",\"0.000968\",\"2000\"\n\"2024-06-24T13:20:00.000Z\",\"0.001343\",\"0.001132\",\"2000\"\n\"2024-06-24T13:25:00.000Z\",\"0.001155\",\"0.000842\",\"2000\"\n\"2024-06-24T13:30:00.000Z\",\"0.001529\",\"0.001214\",\"2000\"\n\"2024-06-24T13:35:00.000Z\",\"0.001259\",\"0.000992\",\"2000\"\n\"2024-06-24T13:40:00.000Z\",\"0.001358\",\"0.001034\",\"2000\"\n\"2024-06-24T13:45:00.000Z\",\"0.001105\",\"0.000866\",\"2000\"\n\"2024-06-24T13:50:00.000Z\",\"0.001433\",\"0.00111\",\"2000\"\n\"2024-06-24T13:55:00.000Z\",\"0.001365\",\"0.001098\",\"2000\"\n\"2024-06-24T14:00:00.000Z\",\"0.001186\",\"0.00088\",\"2000\"\n\"2024-06-24T14:05:00.000Z\",\"0.001694\",\"0.001306\",\"2000\"\n\"2024-06-24T14:10:00.000Z\",\"0.001395\",\"0.001116\",\"2000\"\n\"2024-06-24T14:15:00.000Z\",\"0.001265\",\"0.00094\",\"2000\"\n\"2024-06-24T14:20:00.000Z\",\"0.001625\",\"0.001263\",\"2000\"\n\"2024-06-24T14:25:00.000Z\",\"0.001778\",\"0.001307\",\"2000\"\n\"2024-06-24T14:30:00.000Z\",\"0.001153\",\"0.000829\",\"2000\"\n\"2024-06-24T14:35:00.000Z\",\"0.001076\",\"0.000796\",\"2000\"\n\"2024-06-24T14:40:00.000Z\",\"0.001824\",\"0.001444\",\"2000\"\n\"2024-06-24T14:45:00.000Z\",\"0.001082\",\"0.000773\",\"2000\"\n\"2024-06-24T14:50:00.000Z\",\"0.00221\",\"0.001981\",\"2000\"\n\"2024-06-24T14:55:00.000Z\",\"0.002246\",\"0.001897\",\"2000\"\n\"2024-06-24T15:00:00.000Z\",\"0.001358\",\"0.001045\",\"2000\"\n\"2024-06-24T15:05:00.000Z\",\"0.001229\",\"0.000944\",\"2000\"\n\"2024-06-24T15:10:00.000Z\",\"0.0014\",\"0.001065\",\"2000\"\n\"2024-06-24T15:15:00.000Z\",\"0.001609\",\"0.001253\",\"2000\"\n\"2024-06-24T15:20:00.000Z\",\"0.0011\",\"0.000823\",\"2000\"\n\"2024-06-24T15:25:00.000Z\",\"0.001033\",\"0.000793\",\"2000\"\n\"2024-06-24T15:30:00.000Z\",\"0.001622\",\"0.001249\",\"2000\"\n\"2024-06-24T15:35:00.000Z\",\"0.001405\",\"0.001065\",\"2000\"\n\"2024-06-24T15:40:00.000Z\",\"0.001341\",\"0.001052\",\"2000\"\n\"2024-06-24T15:45:00.000Z\",\"0.001105\",\"0.000843\",\"2000\"\n\"2024-06-24T15:50:00.000Z\",\"0.00136\",\"0.001057\",\"2000\"\n\"2024-06-24T15:55:00.000Z\",\"0.001231\",\"0.000975\",\"2000\"\n\"2024-06-24T16:00:00.000Z\",\"0.00186\",\"0.001346\",\"2000\"\n\"2024-06-24T16:05:00.000Z\",\"0.001047\",\"0.000811\",\"2000\"\n\"2024-06-24T16:10:00.000Z\",\"0.001266\",\"0.000945\",\"2000\"\n\"2024-06-24T16:15:00.000Z\",\"0.001161\",\"0.000918\",\"2000\"\n\"2024-06-24T16:20:00.000Z\",\"0.001008\",\"0.000849\",\"2000\"\n\"2024-06-24T16:25:00.000Z\",\"0.002037\",\"0.001663\",\"2000\"\n\"2024-06-24T16:30:00.000Z\",\"0.001078\",\"0.000869\",\"2000\"\n\"2024-06-24T16:35:00.000Z\",\"0.001137\",\"0.00086\",\"2000\"\n\"2024-06-24T16:40:00.000Z\",\"0.001749\",\"0.001386\",\"2000\"\n\"2024-06-24T16:45:00.000Z\",\"0.001094\",\"0.000854\",\"2000\"\n\"2024-06-24T16:50:00.000Z\",\"0.001407\",\"0.001002\",\"2000\"\n\"2024-06-24T16:55:00.000Z\",\"0.001238\",\"0.000937\",\"2000\"\n\"2024-06-24T17:00:00.000Z\",\"0.001708\",\"0.001423\",\"2000\"\n\"2024-06-24T17:05:00.000Z\",\"0.001541\",\"0.001226\",\"2000\"\n\"2024-06-24T17:10:00.000Z\",\"0.001719\",\"0.001324\",\"2000\"\n\"2024-06-24T17:15:00.000Z\",\"0.001407\",\"0.001073\",\"2000\"\n\"2024-06-24T17:20:00.000Z\",\"0.001552\",\"0.001169\",\"2000\"\n\"2024-06-24T17:25:00.000Z\",\"0.001078\",\"0.000819\",\"2000\"\n\"2024-06-24T17:30:00.000Z\",\"0.00176\",\"0.001346\",\"2000\"\n\"2024-06-24T17:35:00.000Z\",\"0.001138\",\"0.000838\",\"2000\"\n\"2024-06-24T17:40:00.000Z\",\"0.001302\",\"0.000975\",\"2000\"\n\"2024-06-24T17:45:00.000Z\",\"0.00149\",\"0.001215\",\"2000\"\n\"2024-06-24T17:50:00.000Z\",\"0.001148\",\"0.000844\",\"2000\"\n\"2024-06-24T17:55:00.000Z\",\"0.001207\",\"0.001019\",\"2000\"\n\"2024-06-24T18:00:00.000Z\",\"0.001686\",\"0.001373\",\"2000\"\n\"2024-06-24T18:05:00.000Z\",\"0.001187\",\"0.000879\",\"2000\"\n\"2024-06-24T18:10:00.000Z\",\"0.001081\",\"0.000788\",\"2000\"\n\"2024-06-24T18:15:00.000Z\",\"0.001867\",\"0.001524\",\"2000\"\n\"2024-06-24T18:20:00.000Z\",\"0.001388\",\"0.00092\",\"2000\"\n\"2024-06-24T18:25:00.000Z\",\"0.001205\",\"0.000896\",\"2000\"\n\"2024-06-24T18:30:00.000Z\",\"0.00127\",\"0.001072\",\"2000\"\n\"2024-06-24T18:35:00.000Z\",\"0.001502\",\"0.001209\",\"2000\"\n\"2024-06-24T18:40:00.000Z\",\"0.001506\",\"0.0011\",\"2000\"\n\"2024-06-24T18:45:00.000Z\",\"0.001527\",\"0.001263\",\"2000\"\n\"2024-06-24T18:50:00.000Z\",\"0.001124\",\"0.000823\",\"2000\"\n\"2024-06-24T18:55:00.000Z\",\"0.001174\",\"0.000892\",\"2000\"\n\"2024-06-24T19:00:00.000Z\",\"0.003125\",\"0.00287\",\"2000\"\n\"2024-06-24T19:05:00.000Z\",\"0.001496\",\"0.001106\",\"2000\"\n\"2024-06-24T19:10:00.000Z\",\"0.001269\",\"0.001012\",\"2000\"\n\"2024-06-24T19:15:00.000Z\",\"0.001366\",\"0.001032\",\"2000\"\n\"2024-06-24T19:20:00.000Z\",\"0.000828\",\"0.000675\",\"2000\"\n\"2024-06-24T19:25:00.000Z\",\"0.001085\",\"0.000816\",\"2000\"\n\"2024-06-24T19:30:00.000Z\",\"0.001125\",\"0.000906\",\"2000\"\n\"2024-06-24T19:35:00.000Z\",\"0.001112\",\"0.000809\",\"2000\"\n\"2024-06-24T19:40:00.000Z\",\"0.001262\",\"0.001\",\"2000\"\n\"2024-06-24T19:45:00.000Z\",\"0.001655\",\"0.001281\",\"2000\"\n\"2024-06-24T19:50:00.000Z\",\"0.001504\",\"0.001253\",\"2000\"\n\"2024-06-24T19:55:00.000Z\",\"0.001426\",\"0.001064\",\"2000\"\n\"2024-06-24T20:00:00.000Z\",\"0.001542\",\"0.00115\",\"2000\"\n\"2024-06-24T20:05:00.000Z\",\"0.001716\",\"0.001221\",\"2000\"\n\"2024-06-24T20:10:00.000Z\",\"0.00119\",\"0.000943\",\"2000\"\n\"2024-06-24T20:15:00.000Z\",\"0.001125\",\"0.000827\",\"2000\"\n\"2024-06-24T20:20:00.000Z\",\"0.001591\",\"0.001255\",\"2000\"\n\"2024-06-24T20:25:00.000Z\",\"0.001564\",\"0.001228\",\"2000\"\n\"2024-06-24T20:30:00.000Z\",\"0.001168\",\"0.000869\",\"2000\"\n\"2024-06-24T20:35:00.000Z\",\"0.001215\",\"0.000913\",\"2000\"\n\"2024-06-24T20:40:00.000Z\",\"0.001471\",\"0.001241\",\"2000\"\n\"2024-06-24T20:45:00.000Z\",\"0.001295\",\"0.000972\",\"2000\"\n\"2024-06-24T20:50:00.000Z\",\"0.001215\",\"0.000966\",\"2000\"\n\"2024-06-24T20:55:00.000Z\",\"0.001301\",\"0.000986\",\"2000\"\n\"2024-06-24T21:00:00.000Z\",\"0.000966\",\"0.000742\",\"2000\"\n\"2024-06-24T21:05:00.000Z\",\"0.001424\",\"0.001112\",\"2000\"\n\"2024-06-24T21:10:00.000Z\",\"0.001565\",\"0.001191\",\"2000\"\n\"2024-06-24T21:15:00.000Z\",\"0.001548\",\"0.001084\",\"2000\"\n\"2024-06-24T21:20:00.000Z\",\"0.001016\",\"0.000768\",\"2000\"\n\"2024-06-24T21:25:00.000Z\",\"0.00183\",\"0.001461\",\"2000\"\n\"2024-06-24T21:30:00.000Z\",\"0.001142\",\"0.000846\",\"2000\"\n\"2024-06-24T21:35:00.000Z\",\"0.001097\",\"0.00091\",\"2000\"\n\"2024-06-24T21:40:00.000Z\",\"0.001727\",\"0.001269\",\"2000\"\n\"2024-06-24T21:45:00.000Z\",\"0.001102\",\"0.000809\",\"2000\"\n\"2024-06-24T21:50:00.000Z\",\"0.001092\",\"0.000853\",\"2000\"\n\"2024-06-24T21:55:00.000Z\",\"0.001575\",\"0.001237\",\"2000\"\n\"2024-06-24T22:00:00.000Z\",\"0.001725\",\"0.001319\",\"2000\"\n\"2024-06-24T22:05:00.000Z\",\"0.001162\",\"0.000859\",\"2000\"\n\"2024-06-24T22:10:00.000Z\",\"0.001091\",\"0.000803\",\"2000\"\n\"2024-06-24T22:15:00.000Z\",\"0.001709\",\"0.001431\",\"2000\"\n\"2024-06-24T22:20:00.000Z\",\"0.002155\",\"0.002057\",\"2000\"\n\"2024-06-24T22:25:00.000Z\",\"0.001106\",\"0.000833\",\"2000\"\n\"2024-06-24T22:30:00.000Z\",\"0.000979\",\"0.00075\",\"2000\"\n\"2024-06-24T22:35:00.000Z\",\"0.001071\",\"0.000807\",\"2000\"\n\"2024-06-24T22:40:00.000Z\",\"0.001051\",\"0.000812\",\"2000\"\n\"2024-06-24T22:45:00.000Z\",\"0.001147\",\"0.000855\",\"2000\"\n\"2024-06-24T22:50:00.000Z\",\"0.001056\",\"0.000769\",\"2000\"\n\"2024-06-24T22:55:00.000Z\",\"0.000971\",\"0.00076\",\"2000\"\n\"2024-06-24T23:00:00.000Z\",\"0.001162\",\"0.000872\",\"2000\"\n\"2024-06-24T23:05:00.000Z\",\"0.001148\",\"0.000852\",\"2000\"\n\"2024-06-24T23:10:00.000Z\",\"0.001015\",\"0.000789\",\"2000\"\n\"2024-06-24T23:15:00.000Z\",\"0.0011\",\"0.000796\",\"2000\"\n\"2024-06-24T23:20:00.000Z\",\"0.001062\",\"0.000762\",\"2000\"\n\"2024-06-24T23:25:00.000Z\",\"0.001032\",\"0.000815\",\"2000\"\n\"2024-06-24T23:30:00.000Z\",\"0.001193\",\"0.000895\",\"2000\"\n\"2024-06-24T23:35:00.000Z\",\"0.001063\",\"0.000825\",\"2000\"\n\"2024-06-24T23:40:00.000Z\",\"0.001124\",\"0.000878\",\"2000\"\n\"2024-06-24T23:45:00.000Z\",\"0.001086\",\"0.000817\",\"2000\"\n\"2024-06-24T23:50:00.000Z\",\"0.000983\",\"0.000742\",\"2000\"\n\"2024-06-24T23:55:00.000Z\",\"0.001067\",\"0.000793\",\"2000\"\n\"2024-06-25T00:00:00.000Z\",\"0.001082\",\"0.000812\",\"2000\"\n\"2024-06-25T00:05:00.000Z\",\"0.000989\",\"0.000756\",\"2000\"\n\"2024-06-25T00:10:00.000Z\",\"0.001037\",\"0.000743\",\"2000\"\n\"2024-06-25T00:15:00.000Z\",\"0.000977\",\"0.000745\",\"2000\"\n\"2024-06-25T00:20:00.000Z\",\"0.00103\",\"0.000812\",\"2000\"\n\"2024-06-25T00:25:00.000Z\",\"0.001039\",\"0.000821\",\"2000\"\n\"2024-06-25T00:30:00.000Z\",\"0.001043\",\"0.000747\",\"2000\"\n\"2024-06-25T00:35:00.000Z\",\"0.001034\",\"0.000752\",\"2000\"\n\"2024-06-25T00:40:00.000Z\",\"0.00097\",\"0.000744\",\"2000\"\n\"2024-06-25T00:45:00.000Z\",\"0.001131\",\"0.000836\",\"2000\"\n\"2024-06-25T00:50:00.000Z\",\"0.001084\",\"0.000814\",\"2000\"\n\"2024-06-25T00:55:00.000Z\",\"0.001081\",\"0.000867\",\"2000\"\n\"2024-06-25T01:00:00.000Z\",\"0.00108\",\"0.000797\",\"2000\"\n\"2024-06-25T01:05:00.000Z\",\"0.002826\",\"0.002651\",\"2000\"\n\"2024-06-25T01:10:00.000Z\",\"0.001199\",\"0.00089\",\"2000\"\n\"2024-06-25T01:15:00.000Z\",\"0.001001\",\"0.000775\",\"2000\"\n\"2024-06-25T01:20:00.000Z\",\"0.000804\",\"0.000674\",\"2000\"\n\"2024-06-25T01:25:00.000Z\",\"0.001083\",\"0.000828\",\"2000\"\n\"2024-06-25T01:30:00.000Z\",\"0.001021\",\"0.000778\",\"2000\"\n\"2024-06-25T01:35:00.000Z\",\"0.001815\",\"0.001465\",\"2000\"\n\"2024-06-25T01:40:00.000Z\",\"0.001224\",\"0.00094\",\"2000\"\n\"2024-06-25T01:45:00.000Z\",\"0.001044\",\"0.000797\",\"2000\"\n\"2024-06-25T01:50:00.000Z\",\"0.001097\",\"0.0008\",\"2000\"\n\"2024-06-25T01:55:00.000Z\",\"0.001108\",\"0.000811\",\"2000\"\n\"2024-06-25T02:00:00.000Z\",\"0.001081\",\"0.000843\",\"2000\"\n\"2024-06-25T02:05:00.000Z\",\"0.001186\",\"0.000901\",\"2000\"\n\"2024-06-25T02:10:00.000Z\",\"0.001017\",\"0.00076\",\"2000\"\n\"2024-06-25T02:15:00.000Z\",\"0.001059\",\"0.000812\",\"2000\"\n\"2024-06-25T02:20:00.000Z\",\"0.000954\",\"0.000731\",\"2000\"\n\"2024-06-25T02:25:00.000Z\",\"0.001063\",\"0.000768\",\"2000\"\n\"2024-06-25T02:30:00.000Z\",\"0.001184\",\"0.000894\",\"2000\"\n\"2024-06-25T02:35:00.000Z\",\"0.001028\",\"0.000757\",\"2000\"\n\"2024-06-25T02:40:00.000Z\",\"0.000969\",\"0.000723\",\"2000\"\n\"2024-06-25T02:45:00.000Z\",\"0.001073\",\"0.000793\",\"2000\"\n\"2024-06-25T02:50:00.000Z\",\"0.00103\",\"0.000753\",\"2000\"\n\"2024-06-25T02:55:00.000Z\",\"0.001056\",\"0.000842\",\"2000\"\n\"2024-06-25T03:00:00.000Z\",\"0.002873\",\"0.002665\",\"2000\"\n\"2024-06-25T03:05:00.000Z\",\"0.001044\",\"0.000832\",\"2000\"\n\"2024-06-25T03:10:00.000Z\",\"0.001197\",\"0.000904\",\"2000\"\n\"2024-06-25T03:15:00.000Z\",\"0.00111\",\"0.00082\",\"2000\"\n\"2024-06-25T03:20:00.000Z\",\"0.000994\",\"0.000755\",\"2000\"\n\"2024-06-25T03:25:00.000Z\",\"0.002268\",\"0.00173\",\"2000\"\n\"2024-06-25T03:30:00.000Z\",\"0.004681\",\"0.003875\",\"2000\"\n\"2024-06-25T03:35:00.000Z\",\"0.004868\",\"0.004021\",\"2000\"\n\"2024-06-25T03:40:00.000Z\",\"0.004517\",\"0.003659\",\"2000\"\n\"2024-06-25T03:45:00.000Z\",\"0.004367\",\"0.003629\",\"2000\"\n\"2024-06-25T03:50:00.000Z\",\"0.004659\",\"0.003955\",\"2000\"\n\"2024-06-25T03:55:00.000Z\",\"0.005584\",\"0.004622\",\"2000\"\n\"2024-06-25T04:00:00.000Z\",\"0.005434\",\"0.00457\",\"2000\"\n\"2024-06-25T04:05:00.000Z\",\"0.003787\",\"0.003182\",\"2000\"\n\"2024-06-25T04:10:00.000Z\",\"0.001818\",\"0.001615\",\"2000\"\n\"2024-06-25T04:15:00.000Z\",\"0.001962\",\"0.001658\",\"2000\"\n\"2024-06-25T04:20:00.000Z\",\"0.002215\",\"0.001909\",\"2000\"\n\"2024-06-25T04:25:00.000Z\",\"0.001838\",\"0.001635\",\"2000\"\n\"2024-06-25T04:30:00.000Z\",\"0.002229\",\"0.001899\",\"2000\"\n\"2024-06-25T04:35:00.000Z\",\"0.001689\",\"0.001443\",\"2000\"\n\"2024-06-25T04:40:00.000Z\",\"0.001939\",\"0.001746\",\"2000\"\n\"2024-06-25T04:45:00.000Z\",\"0.001994\",\"0.001652\",\"2000\"\n\"2024-06-25T04:50:00.000Z\",\"0.00199\",\"0.001731\",\"2000\"\n\"2024-06-25T04:55:00.000Z\",\"0.002302\",\"0.00188\",\"2000\"\n\"2024-06-25T05:00:00.000Z\",\"0.001733\",\"0.001491\",\"2000\"\n\"2024-06-25T05:05:00.000Z\",\"0.001888\",\"0.001619\",\"2000\"\n\"2024-06-25T05:10:00.000Z\",\"0.002373\",\"0.001968\",\"2000\"\n\"2024-06-25T05:15:00.000Z\",\"0.00174\",\"0.001466\",\"2000\"\n\"2024-06-25T05:20:00.000Z\",\"0.002364\",\"0.002076\",\"2000\"\n\"2024-06-25T05:25:00.000Z\",\"0.001996\",\"0.00171\",\"2000\"\n\"2024-06-25T05:30:00.000Z\",\"0.003655\",\"0.003438\",\"2000\"\n\"2024-06-25T05:35:00.000Z\",\"0.006552\",\"0.006217\",\"2000\"\n\"2024-06-25T05:40:00.000Z\",\"0.00571\",\"0.005467\",\"2000\"\n\"2024-06-25T05:45:00.000Z\",\"0.006503\",\"0.005986\",\"2000\"\n\"2024-06-25T05:50:00.000Z\",\"0.005977\",\"0.005675\",\"2000\"\n\"2024-06-25T05:55:00.000Z\",\"0.005969\",\"0.005749\",\"2000\"\n\"2024-06-25T06:00:00.000Z\",\"0.002089\",\"0.001811\",\"2000\"\n\"2024-06-25T06:05:00.000Z\",\"0.001767\",\"0.001498\",\"2000\"\n\"2024-06-25T06:10:00.000Z\",\"0.001717\",\"0.001462\",\"2000\"\n\"2024-06-25T06:15:00.000Z\",\"0.002163\",\"0.001923\",\"2000\"\n\"2024-06-25T06:20:00.000Z\",\"0.001748\",\"0.001476\",\"2000\"\n\"2024-06-25T06:25:00.000Z\",\"0.001971\",\"0.001725\",\"2000\"\n\"2024-06-25T06:30:00.000Z\",\"0.002\",\"0.001652\",\"2000\"\n\"2024-06-25T06:35:00.000Z\",\"0.001647\",\"0.001419\",\"2000\"\n\"2024-06-25T06:40:00.000Z\",\"0.002168\",\"0.001816\",\"2000\"\n\"2024-06-25T06:45:00.000Z\",\"0.002139\",\"0.00179\",\"2000\"\n\"2024-06-25T06:50:00.000Z\",\"0.002089\",\"0.001872\",\"2000\"\n\"2024-06-25T06:55:00.000Z\",\"0.002267\",\"0.001956\",\"2000\"\n\"2024-06-25T07:00:00.000Z\",\"0.001826\",\"0.001574\",\"2000\"\n\"2024-06-25T07:05:00.000Z\",\"0.002165\",\"0.00186\",\"2000\"\n\"2024-06-25T07:10:00.000Z\",\"0.001803\",\"0.001556\",\"2000\"\n\"2024-06-25T07:15:00.000Z\",\"0.001956\",\"0.001754\",\"2000\"\n\"2024-06-25T07:20:00.000Z\",\"0.003114\",\"0.002892\",\"2000\"\n\"2024-06-25T07:25:00.000Z\",\"0.002147\",\"0.002033\",\"2000\"\n\"2024-06-25T07:30:00.000Z\",\"0.002167\",\"0.002058\",\"2000\"\n\"2024-06-25T07:35:00.000Z\",\"0.001243\",\"0.001068\",\"2000\"\n\"2024-06-25T07:40:00.000Z\",\"0.014468\",\"0.012765\",\"2000\"\n\"2024-06-25T07:45:00.000Z\",\"0.001355\",\"0.001085\",\"2000\"\n\"2024-06-25T07:50:00.000Z\",\"0.000896\",\"0.000769\",\"2000\"\n\"2024-06-25T07:55:00.000Z\",\"0.001775\",\"0.00131\",\"2000\"\n\"2024-06-25T08:00:00.000Z\",\"0.001469\",\"0.001228\",\"2000\"\n\"2024-06-25T08:05:00.000Z\",\"0.001052\",\"0.00075\",\"2000\"\n\"2024-06-25T08:10:00.000Z\",\"0.002057\",\"0.001457\",\"2000\"\n\"2024-06-25T08:15:00.000Z\",\"0.001057\",\"0.00077\",\"2000\"\n\"2024-06-25T08:20:00.000Z\",\"0.001291\",\"0.000972\",\"2000\"\n\"2024-06-25T08:25:00.000Z\",\"0.001188\",\"0.000944\",\"2000\"\n\"2024-06-25T08:30:00.000Z\",\"0.001385\",\"0.001055\",\"2000\"\n\"2024-06-25T08:35:00.000Z\",\"0.001968\",\"0.001452\",\"2000\"\n\"2024-06-25T08:40:00.000Z\",\"0.000955\",\"0.00073\",\"2000\"\n\"2024-06-25T08:45:00.000Z\",\"0.001554\",\"0.001181\",\"2000\"\n\"2024-06-25T08:50:00.000Z\",\"0.001365\",\"0.001056\",\"2000\"\n\"2024-06-25T08:55:00.000Z\",\"0.001041\",\"0.000758\",\"2000\"\n\"2024-06-25T09:00:00.000Z\",\"0.001508\",\"0.001171\",\"2000\"\n\"2024-06-25T09:05:00.000Z\",\"0.001381\",\"0.00107\",\"2000\"\n\"2024-06-25T09:10:00.000Z\",\"0.001025\",\"0.000816\",\"2000\"\n\"2024-06-25T09:15:00.000Z\",\"0.001605\",\"0.001216\",\"2000\"\n\"2024-06-25T09:20:00.000Z\",\"0.001225\",\"0.000819\",\"2000\"\n\"2024-06-25T09:25:00.000Z\",\"0.001542\",\"0.001224\",\"2000\"\n\"2024-06-25T09:30:00.000Z\",\"0.001189\",\"0.000898\",\"2000\"\n\"2024-06-25T09:35:00.000Z\",\"0.001333\",\"0.000987\",\"2000\"\n\"2024-06-25T09:40:00.000Z\",\"0.001556\",\"0.001264\",\"2000\"\n\"2024-06-25T09:45:00.000Z\",\"0.001099\",\"0.000811\",\"2000\"\n\"2024-06-25T09:50:00.000Z\",\"0.001868\",\"0.001435\",\"2000\"\n\"2024-06-25T09:55:00.000Z\",\"0.001068\",\"0.000772\",\"2000\"\n\"2024-06-25T10:00:00.000Z\",\"0.001006\",\"0.00079\",\"2000\"\n\"2024-06-25T10:05:00.000Z\",\"0.001394\",\"0.001084\",\"2000\"\n\"2024-06-25T10:10:00.000Z\",\"0.002422\",\"0.002042\",\"2000\"\n\"2024-06-25T10:15:00.000Z\",\"0.001996\",\"0.001632\",\"2000\"\n\"2024-06-25T10:20:00.000Z\",\"0.00094\",\"0.000738\",\"2000\"\n\"2024-06-25T10:25:00.000Z\",\"0.001309\",\"0.001131\",\"2000\"\n\"2024-06-25T10:30:00.000Z\",\"0.002224\",\"0.001788\",\"2000\"\n\"2024-06-25T10:35:00.000Z\",\"0.002373\",\"0.002121\",\"2000\"\n\"2024-06-25T10:40:00.000Z\",\"0.001546\",\"0.001195\",\"2000\"\n\"2024-06-25T10:45:00.000Z\",\"0.001121\",\"0.000871\",\"2000\"\n\"2024-06-25T10:50:00.000Z\",\"0.002634\",\"0.001766\",\"2000\"\n\"2024-06-25T10:55:00.000Z\",\"0.001393\",\"0.001065\",\"2000\"\n\"2024-06-25T11:00:00.000Z\",\"0.001265\",\"0.001038\",\"2000\"\n\"2024-06-25T11:05:00.000Z\",\"0.001314\",\"0.001015\",\"2000\"\n\"2024-06-25T11:10:00.000Z\",\"0.000938\",\"0.000748\",\"2000\"\n\"2024-06-25T11:15:00.000Z\",\"0.001377\",\"0.001074\",\"2000\"\n\"2024-06-25T11:20:00.000Z\",\"0.001088\",\"0.000788\",\"2000\"\n\"2024-06-25T11:25:00.000Z\",\"0.001509\",\"0.001202\",\"2000\"\n\"2024-06-25T11:30:00.000Z\",\"0.001675\",\"0.001248\",\"2000\"\n\"2024-06-25T11:35:00.000Z\",\"0.001113\",\"0.000831\",\"2000\"\n\"2024-06-25T11:40:00.000Z\",\"0.001089\",\"0.000851\",\"2000\"\n\"2024-06-25T11:45:00.000Z\",\"0.001965\",\"0.001433\",\"2000\"\n\"2024-06-25T11:50:00.000Z\",\"0.000995\",\"0.000703\",\"2000\"\n\"2024-06-25T11:55:00.000Z\",\"0.001063\",\"0.000834\",\"2000\"\n\"2024-06-25T12:00:00.000Z\",\"0.001324\",\"0.00102\",\"2000\"\n\"2024-06-25T12:05:00.000Z\",\"0.001328\",\"0.001023\",\"2000\"\n\"2024-06-25T12:10:00.000Z\",\"0.000994\",\"0.000754\",\"2000\"\n\"2024-06-25T12:15:00.000Z\",\"0.001182\",\"0.000884\",\"2000\"\n\"2024-06-25T12:20:00.000Z\",\"0.001575\",\"0.001207\",\"2000\"\n\"2024-06-25T12:25:00.000Z\",\"0.00105\",\"0.000752\",\"2000\"\n\"2024-06-25T12:30:00.000Z\",\"0.001013\",\"0.000754\",\"2000\"\n\"2024-06-25T12:35:00.000Z\",\"0.001375\",\"0.001119\",\"2000\"\n\"2024-06-25T12:40:00.000Z\",\"0.001379\",\"0.001155\",\"2000\"\n\"2024-06-25T12:45:00.000Z\",\"0.000958\",\"0.000738\",\"2000\"\n\"2024-06-25T12:50:00.000Z\",\"0.001017\",\"0.000734\",\"2000\"\n\"2024-06-25T12:55:00.000Z\",\"0.001995\",\"0.001547\",\"2000\"\n\"2024-06-25T13:00:00.000Z\",\"0.001193\",\"0.000898\",\"2000\"\n\"2024-06-25T13:05:00.000Z\",\"0.000949\",\"0.000724\",\"2000\"\n\"2024-06-25T13:10:00.000Z\",\"0.001642\",\"0.001271\",\"2000\"\n\"2024-06-25T13:15:00.000Z\",\"0.001099\",\"0.000845\",\"2000\"\n\"2024-06-25T13:20:00.000Z\",\"0.000904\",\"0.000759\",\"2000\"\n\"2024-06-25T13:25:00.000Z\",\"0.000908\",\"0.000759\",\"2000\"\n\"2024-06-25T13:30:00.000Z\",\"0.002149\",\"0.001934\",\"2000\"\n\"2024-06-25T13:35:00.000Z\",\"0.001126\",\"0.000814\",\"2000\"\n\"2024-06-25T13:40:00.000Z\",\"0.00109\",\"0.000842\",\"2000\"\n\"2024-06-25T13:45:00.000Z\",\"0.001456\",\"0.001122\",\"2000\"\n\"2024-06-25T13:50:00.000Z\",\"0.001309\",\"0.001036\",\"2000\"\n\"2024-06-25T13:55:00.000Z\",\"0.00111\",\"0.000857\",\"2000\"\n\"2024-06-25T14:00:00.000Z\",\"0.001049\",\"0.000745\",\"2000\"\n\"2024-06-25T14:05:00.000Z\",\"0.001607\",\"0.001289\",\"2000\"\n\"2024-06-25T14:10:00.000Z\",\"0.001352\",\"0.001033\",\"2000\"\n\"2024-06-25T14:15:00.000Z\",\"0.00178\",\"0.001506\",\"2000\"\n\"2024-06-25T14:20:00.000Z\",\"0.002497\",\"0.002331\",\"2000\"\n\"2024-06-25T14:25:00.000Z\",\"0.001713\",\"0.001314\",\"2000\"\n\"2024-06-25T14:30:00.000Z\",\"0.001183\",\"0.000867\",\"2000\"\n\"2024-06-25T14:35:00.000Z\",\"0.001115\",\"0.000792\",\"2000\"\n\"2024-06-25T14:40:00.000Z\",\"0.001589\",\"0.001281\",\"2000\"\n\"2024-06-25T14:45:00.000Z\",\"0.001326\",\"0.000968\",\"2000\"\n\"2024-06-25T14:50:00.000Z\",\"0.001303\",\"0.001008\",\"2000\"\n\"2024-06-25T14:55:00.000Z\",\"0.001471\",\"0.001267\",\"2000\"\n\"2024-06-25T15:00:00.000Z\",\"0.001464\",\"0.001101\",\"2000\"\n\"2024-06-25T15:05:00.000Z\",\"0.000994\",\"0.000782\",\"2000\"\n\"2024-06-25T15:10:00.000Z\",\"0.001111\",\"0.000872\",\"2000\"\n\"2024-06-25T15:15:00.000Z\",\"0.001468\",\"0.001166\",\"2000\"\n\"2024-06-25T15:20:00.000Z\",\"0.001133\",\"0.000792\",\"2000\"\n\"2024-06-25T15:25:00.000Z\",\"0.000983\",\"0.000735\",\"2000\"\n\"2024-06-25T15:30:00.000Z\",\"0.001556\",\"0.0012\",\"2000\"\n\"2024-06-25T15:35:00.000Z\",\"0.00148\",\"0.001116\",\"2000\"\n\"2024-06-25T15:40:00.000Z\",\"0.001294\",\"0.000918\",\"2000\"\n\"2024-06-25T15:45:00.000Z\",\"0.001355\",\"0.000985\",\"2000\"\n\"2024-06-25T15:50:00.000Z\",\"0.001321\",\"0.000999\",\"2000\"\n\"2024-06-25T15:55:00.000Z\",\"0.000941\",\"0.000696\",\"2000\"\n\"2024-06-25T16:00:00.000Z\",\"0.001218\",\"0.000941\",\"2000\"\n\"2024-06-25T16:05:00.000Z\",\"0.000924\",\"0.00071\",\"2000\"\n\"2024-06-25T16:10:00.000Z\",\"0.000961\",\"0.000764\",\"2000\"\n\"2024-06-25T16:15:00.000Z\",\"0.001166\",\"0.000871\",\"2000\"\n\"2024-06-25T16:20:00.000Z\",\"0.000888\",\"0.000646\",\"2000\"\n\"2024-06-25T16:25:00.000Z\",\"0.001092\",\"0.000642\",\"2000\"\n\"2024-06-25T16:30:00.000Z\",\"0.001138\",\"0.000814\",\"2000\"\n\"2024-06-25T16:35:00.000Z\",\"0.002777\",\"0.002643\",\"2000\"\n\"2024-06-25T16:40:00.000Z\",\"0.001078\",\"0.000793\",\"2000\"\n\"2024-06-25T16:45:00.000Z\",\"0.001005\",\"0.000792\",\"2000\"\n\"2024-06-25T16:50:00.000Z\",\"0.001103\",\"0.000799\",\"2000\"\n\"2024-06-25T16:55:00.000Z\",\"0.001226\",\"0.000913\",\"2000\"\n\"2024-06-25T17:00:00.000Z\",\"0.001059\",\"0.000806\",\"2000\"\n\"2024-06-25T17:05:00.000Z\",\"0.001088\",\"0.000815\",\"2000\"\n\"2024-06-25T17:10:00.000Z\",\"0.001005\",\"0.000782\",\"2000\"\n\"2024-06-25T17:15:00.000Z\",\"0.001189\",\"0.000878\",\"2000\"\n\"2024-06-25T17:20:00.000Z\",\"0.001086\",\"0.000764\",\"2000\"\n\"2024-06-25T17:25:00.000Z\",\"0.001029\",\"0.000739\",\"2000\"\n\"2024-06-25T17:30:00.000Z\",\"0.001163\",\"0.000829\",\"2000\"\n\"2024-06-25T17:35:00.000Z\",\"0.000976\",\"0.000756\",\"2000\"\n\"2024-06-25T17:40:00.000Z\",\"0.001064\",\"0.000787\",\"2000\"\n\"2024-06-25T17:45:00.000Z\",\"0.001217\",\"0.000851\",\"2000\"\n\"2024-06-25T17:50:00.000Z\",\"0.001105\",\"0.00084\",\"2000\"\n\"2024-06-25T17:55:00.000Z\",\"0.0011\",\"0.000799\",\"2000\"\n\"2024-06-25T18:00:00.000Z\",\"0.00107\",\"0.000764\",\"2000\"\n\"2024-06-25T18:05:00.000Z\",\"0.001054\",\"0.000753\",\"2000\"\n\"2024-06-25T18:10:00.000Z\",\"0.001026\",\"0.000745\",\"2000\"\n\"2024-06-25T18:15:00.000Z\",\"0.001102\",\"0.00076\",\"2000\"\n\"2024-06-25T18:20:00.000Z\",\"0.001077\",\"0.000814\",\"2000\"\n\"2024-06-25T18:25:00.000Z\",\"0.001159\",\"0.000795\",\"2000\"\n\"2024-06-25T18:30:00.000Z\",\"0.001137\",\"0.000835\",\"2000\"\n\"2024-06-25T18:35:00.000Z\",\"0.001179\",\"0.000894\",\"2000\"\n\"2024-06-25T18:40:00.000Z\",\"0.00122\",\"0.000915\",\"2000\"\n\"2024-06-25T18:45:00.000Z\",\"0.001173\",\"0.00087\",\"2000\"\n\"2024-06-25T18:50:00.000Z\",\"0.001171\",\"0.00093\",\"2000\"\n\"2024-06-25T18:55:00.000Z\",\"0.001168\",\"0.000884\",\"2000\"\n\"2024-06-25T19:00:00.000Z\",\"0.001077\",\"0.000838\",\"2000\"\n\"2024-06-25T19:05:00.000Z\",\"0.001158\",\"0.00084\",\"2000\"\n\"2024-06-25T19:10:00.000Z\",\"0.001111\",\"0.000809\",\"2000\"\n\"2024-06-25T19:15:00.000Z\",\"0.001074\",\"0.000834\",\"2000\"\n\"2024-06-25T19:20:00.000Z\",\"0.000998\",\"0.000767\",\"2000\"\n\"2024-06-25T19:25:00.000Z\",\"0.000958\",\"0.000773\",\"2000\"\n\"2024-06-25T19:30:00.000Z\",\"0.001044\",\"0.000757\",\"2000\"\n\"2024-06-25T19:35:00.000Z\",\"0.001252\",\"0.000885\",\"2000\"\n\"2024-06-25T19:40:00.000Z\",\"0.001054\",\"0.000827\",\"2000\"\n\"2024-06-25T19:45:00.000Z\",\"0.001092\",\"0.000788\",\"2000\"\n\"2024-06-25T19:50:00.000Z\",\"0.001099\",\"0.000807\",\"2000\"\n\"2024-06-25T19:55:00.000Z\",\"0.00115\",\"0.000824\",\"2000\"\n\"2024-06-25T20:00:00.000Z\",\"0.001116\",\"0.000835\",\"2000\"\n\"2024-06-25T20:05:00.000Z\",\"0.001067\",\"0.000782\",\"2000\"\n\"2024-06-25T20:10:00.000Z\",\"0.001108\",\"0.000836\",\"2000\"\n\"2024-06-25T20:15:00.000Z\",\"0.001193\",\"0.000836\",\"2000\"\n\"2024-06-25T20:20:00.000Z\",\"0.001104\",\"0.000821\",\"2000\"\n\"2024-06-25T20:25:00.000Z\",\"0.001097\",\"0.00079\",\"2000\"\n\"2024-06-25T20:30:00.000Z\",\"0.001124\",\"0.000844\",\"2000\"\n\"2024-06-25T20:35:00.000Z\",\"0.001113\",\"0.000863\",\"2000\"\n\"2024-06-25T20:40:00.000Z\",\"0.001156\",\"0.00081\",\"2000\"\n\"2024-06-25T20:45:00.000Z\",\"0.001136\",\"0.000822\",\"2000\"\n\"2024-06-25T20:50:00.000Z\",\"0.001191\",\"0.000897\",\"2000\"\n\"2024-06-25T20:55:00.000Z\",\"0.001062\",\"0.000798\",\"2000\"\n\"2024-06-25T21:00:00.000Z\",\"0.001112\",\"0.000824\",\"2000\"\n\"2024-06-25T21:05:00.000Z\",\"0.001003\",\"0.000748\",\"2000\"\n\"2024-06-25T21:10:00.000Z\",\"0.00132\",\"0.000953\",\"2000\"\n\"2024-06-25T21:15:00.000Z\",\"0.001067\",\"0.00076\",\"2000\"\n\"2024-06-25T21:20:00.000Z\",\"0.001052\",\"0.000813\",\"2000\"\n\"2024-06-25T21:25:00.000Z\",\"0.001155\",\"0.000875\",\"2000\"\n\"2024-06-25T21:30:00.000Z\",\"0.001124\",\"0.000779\",\"2000\"\n\"2024-06-25T21:35:00.000Z\",\"0.001102\",\"0.000841\",\"2000\"\n\"2024-06-25T21:40:00.000Z\",\"0.001344\",\"0.001085\",\"2000\"\n\"2024-06-25T21:45:00.000Z\",\"0.001059\",\"0.000778\",\"2000\"\n\"2024-06-25T21:50:00.000Z\",\"0.004054\",\"0.003826\",\"2000\"\n\"2024-06-25T21:55:00.000Z\",\"0.002916\",\"0.002657\",\"2000\"\n\"2024-06-25T22:00:00.000Z\",\"0.002896\",\"0.00268\",\"2000\"\n\"2024-06-25T22:05:00.000Z\",\"0.002906\",\"0.002671\",\"2000\"\n\"2024-06-25T22:10:00.000Z\",\"0.00135\",\"0.001185\",\"2000\"\n\"2024-06-25T22:15:00.000Z\",\"0.001075\",\"0.000775\",\"2000\"\n\"2024-06-25T22:20:00.000Z\",\"0.001523\",\"0.001309\",\"2000\"\n\"2024-06-25T22:25:00.000Z\",\"0.001056\",\"0.000765\",\"2000\"\n\"2024-06-25T22:30:00.000Z\",\"0.001039\",\"0.000751\",\"2000\"\n\"2024-06-25T22:35:00.000Z\",\"0.001718\",\"0.001321\",\"2000\"\n\"2024-06-25T22:40:00.000Z\",\"0.001441\",\"0.001038\",\"2000\"\n\"2024-06-25T22:45:00.000Z\",\"0.001734\",\"0.001146\",\"2000\"\n\"2024-06-25T22:50:00.000Z\",\"0.003301\",\"0.003017\",\"2000\"\n\"2024-06-25T22:55:00.000Z\",\"0.001278\",\"0.000925\",\"2000\"\n\"2024-06-25T23:00:00.000Z\",\"0.001227\",\"0.000963\",\"2000\"\n\"2024-06-25T23:05:00.000Z\",\"0.001678\",\"0.001315\",\"2000\"\n\"2024-06-25T23:10:00.000Z\",\"0.001139\",\"0.000851\",\"2000\"\n\"2024-06-25T23:15:00.000Z\",\"0.001056\",\"0.000781\",\"2000\"\n\"2024-06-25T23:20:00.000Z\",\"0.001755\",\"0.001302\",\"2000\"\n\"2024-06-25T23:25:00.000Z\",\"0.001873\",\"0.001198\",\"2000\"\n\"2024-06-25T23:30:00.000Z\",\"0.001134\",\"0.000857\",\"2000\"\n\"2024-06-25T23:35:00.000Z\",\"0.001556\",\"0.001226\",\"2000\"\n\"2024-06-25T23:40:00.000Z\",\"0.001412\",\"0.001007\",\"2000\"\n\"2024-06-25T23:45:00.000Z\",\"0.001309\",\"0.000947\",\"2000\"\n\"2024-06-25T23:50:00.000Z\",\"0.001306\",\"0.000981\",\"2000\"\n\"2024-06-25T23:55:00.000Z\",\"0.003071\",\"0.002734\",\"2000\"\n\"2024-06-26T00:00:00.000Z\",\"0.003559\",\"0.003396\",\"2000\"\n\"2024-06-26T00:05:00.000Z\",\"0.004023\",\"0.003784\",\"2000\"\n\"2024-06-26T00:10:00.000Z\",\"0.004862\",\"0.004503\",\"2000\"\n\"2024-06-26T00:15:00.000Z\",\"0.004571\",\"0.003974\",\"2000\"\n\"2024-06-26T00:20:00.000Z\",\"0.001983\",\"0.00167\",\"2000\"\n\"2024-06-26T00:25:00.000Z\",\"0.001847\",\"0.001404\",\"2000\"\n\"2024-06-26T00:30:00.000Z\",\"0.001377\",\"0.001035\",\"2000\"\n\"2024-06-26T00:35:00.000Z\",\"0.001423\",\"0.001133\",\"2000\"\n\"2024-06-26T00:40:00.000Z\",\"0.001869\",\"0.00134\",\"2000\"\n\"2024-06-26T00:45:00.000Z\",\"0.000987\",\"0.000782\",\"2000\"\n\"2024-06-26T00:50:00.000Z\",\"0.001047\",\"0.000745\",\"2000\"\n\"2024-06-26T00:55:00.000Z\",\"0.001849\",\"0.00149\",\"2000\"\n\"2024-06-26T01:00:00.000Z\",\"0.001007\",\"0.000766\",\"2000\"\n\"2024-06-26T01:05:00.000Z\",\"0.00109\",\"0.000757\",\"2000\"\n\"2024-06-26T01:10:00.000Z\",\"0.001347\",\"0.001025\",\"2000\"\n\"2024-06-26T01:15:00.000Z\",\"0.001715\",\"0.001195\",\"2000\"\n\"2024-06-26T01:20:00.000Z\",\"0.001401\",\"0.001044\",\"2000\"\n\"2024-06-26T01:25:00.000Z\",\"0.001128\",\"0.00087\",\"2000\"\n\"2024-06-26T01:30:00.000Z\",\"0.001603\",\"0.001234\",\"2000\"\n\"2024-06-26T01:35:00.000Z\",\"0.001211\",\"0.00082\",\"2000\"\n\"2024-06-26T01:40:00.000Z\",\"0.001369\",\"0.00114\",\"2000\"\n\"2024-06-26T01:45:00.000Z\",\"0.001327\",\"0.000974\",\"2000\"\n\"2024-06-26T01:50:00.000Z\",\"0.001128\",\"0.000867\",\"2000\"\n\"2024-06-26T01:55:00.000Z\",\"0.00113\",\"0.000804\",\"2000\"\n\"2024-06-26T02:00:00.000Z\",\"0.00179\",\"0.001409\",\"2000\"\n\"2024-06-26T02:05:00.000Z\",\"0.001026\",\"0.000808\",\"2000\"\n\"2024-06-26T02:10:00.000Z\",\"0.001356\",\"0.001039\",\"2000\"\n\"2024-06-26T02:15:00.000Z\",\"0.001516\",\"0.001164\",\"2000\"\n\"2024-06-26T02:20:00.000Z\",\"0.001527\",\"0.00118\",\"2000\"\n\"2024-06-26T02:25:00.000Z\",\"0.00117\",\"0.000838\",\"2000\"\n\"2024-06-26T02:30:00.000Z\",\"0.00139\",\"0.00106\",\"2000\"\n\"2024-06-26T02:35:00.000Z\",\"0.001258\",\"0.000965\",\"2000\"\n\"2024-06-26T02:40:00.000Z\",\"0.001177\",\"0.000833\",\"2000\"\n\"2024-06-26T02:45:00.000Z\",\"0.001303\",\"0.000982\",\"2000\"\n\"2024-06-26T02:50:00.000Z\",\"0.001475\",\"0.001127\",\"2000\"\n\"2024-06-26T02:55:00.000Z\",\"0.001301\",\"0.00097\",\"2000\"\n\"2024-06-26T03:00:00.000Z\",\"0.001902\",\"0.001393\",\"2000\"\n\"2024-06-26T03:05:00.000Z\",\"0.001092\",\"0.000784\",\"2000\"\n\"2024-06-26T03:10:00.000Z\",\"0.00137\",\"0.000985\",\"2000\"\n\"2024-06-26T03:15:00.000Z\",\"0.001449\",\"0.001066\",\"2000\"\n\"2024-06-26T03:20:00.000Z\",\"0.00131\",\"0.000978\",\"2000\"\n\"2024-06-26T03:25:00.000Z\",\"0.001305\",\"0.000984\",\"2000\"\n\"2024-06-26T03:30:00.000Z\",\"0.001492\",\"0.001091\",\"2000\"\n\"2024-06-26T03:35:00.000Z\",\"0.001555\",\"0.001218\",\"2000\"\n\"2024-06-26T03:40:00.000Z\",\"0.001078\",\"0.000759\",\"2000\"\n\"2024-06-26T03:45:00.000Z\",\"0.001342\",\"0.000975\",\"2000\"\n\"2024-06-26T03:50:00.000Z\",\"0.003177\",\"0.002883\",\"2000\"\n\"2024-06-26T03:55:00.000Z\",\"0.001371\",\"0.001011\",\"2000\"\n\"2024-06-26T04:00:00.000Z\",\"0.001021\",\"0.000756\",\"2000\"\n\"2024-06-26T04:05:00.000Z\",\"0.001181\",\"0.000822\",\"2000\"\n\"2024-06-26T04:10:00.000Z\",\"0.001181\",\"0.000826\",\"2000\"\n\"2024-06-26T04:15:00.000Z\",\"0.000905\",\"0.000697\",\"2000\"\n\"2024-06-26T04:20:00.000Z\",\"0.000999\",\"0.00076\",\"2000\"\n\"2024-06-26T04:25:00.000Z\",\"0.000946\",\"0.000702\",\"2000\"\n\"2024-06-26T04:30:00.000Z\",\"0.001003\",\"0.000741\",\"2000\"\n\"2024-06-26T04:35:00.000Z\",\"0.004926\",\"0.004492\",\"2000\"\n\"2024-06-26T04:40:00.000Z\",\"0.005355\",\"0.00482\",\"2000\"\n\"2024-06-26T04:45:00.000Z\",\"0.005491\",\"0.00491\",\"2000\"\n\"2024-06-26T04:50:00.000Z\",\"0.005565\",\"0.005037\",\"2000\"\n\"2024-06-26T04:55:00.000Z\",\"0.005552\",\"0.005052\",\"2000\"\n\"2024-06-26T05:00:00.000Z\",\"0.005348\",\"0.004847\",\"2000\"\n\"2024-06-26T05:05:00.000Z\",\"0.005691\",\"0.005115\",\"2000\"\n\"2024-06-26T05:10:00.000Z\",\"0.005343\",\"0.004905\",\"2000\"\n\"2024-06-26T05:15:00.000Z\",\"0.001318\",\"0.001085\",\"2000\"\n\"2024-06-26T05:20:00.000Z\",\"0.002949\",\"0.002642\",\"2000\"\n\"2024-06-26T05:25:00.000Z\",\"0.005466\",\"0.004892\",\"2000\"\n\"2024-06-26T05:30:00.000Z\",\"0.005322\",\"0.004853\",\"2000\"\n\"2024-06-26T05:35:00.000Z\",\"0.005472\",\"0.00493\",\"2000\"\n\"2024-06-26T05:40:00.000Z\",\"0.005677\",\"0.005115\",\"2000\"\n\"2024-06-26T05:45:00.000Z\",\"0.005346\",\"0.004851\",\"2000\"\n\"2024-06-26T05:50:00.000Z\",\"0.005837\",\"0.005039\",\"2000\"\n\"2024-06-26T05:55:00.000Z\",\"0.005519\",\"0.004994\",\"2000\"\n\"2024-06-26T06:00:00.000Z\",\"0.007383\",\"0.006549\",\"2000\"\n\"2024-06-26T06:05:00.000Z\",\"0.006752\",\"0.005985\",\"2000\"\n\"2024-06-26T06:10:00.000Z\",\"0.005357\",\"0.005365\",\"2000\"\n\"2024-06-26T06:15:00.000Z\",\"0.005559\",\"0.005043\",\"2000\"\n\"2024-06-26T06:20:00.000Z\",\"0.005542\",\"0.004934\",\"2000\"\n\"2024-06-26T06:25:00.000Z\",\"0.006147\",\"0.005781\",\"2000\"\n\"2024-06-26T06:30:00.000Z\",\"0.005427\",\"0.004857\",\"2000\"\n\"2024-06-26T06:35:00.000Z\",\"0.005461\",\"0.004941\",\"2000\"\n\"2024-06-26T06:40:00.000Z\",\"0.005337\",\"0.004819\",\"2000\"\n\"2024-06-26T06:45:00.000Z\",\"0.005475\",\"0.004944\",\"2000\"\n\"2024-06-26T06:50:00.000Z\",\"0.005798\",\"0.005257\",\"2000\"\n\"2024-06-26T06:55:00.000Z\",\"0.005591\",\"0.005107\",\"2000\"\n\"2024-06-26T07:00:00.000Z\",\"0.004734\",\"0.004201\",\"2000\"\n\"2024-06-26T07:05:00.000Z\",\"0.003947\",\"0.003469\",\"2000\"\n\"2024-06-26T07:10:00.000Z\",\"0.00566\",\"0.005163\",\"2000\"\n\"2024-06-26T07:15:00.000Z\",\"0.005796\",\"0.005157\",\"2000\"\n\"2024-06-26T07:20:00.000Z\",\"0.005349\",\"0.004793\",\"2000\"\n\"2024-06-26T07:25:00.000Z\",\"0.005287\",\"0.004834\",\"2000\"\n\"2024-06-26T07:30:00.000Z\",\"0.00542\",\"0.004869\",\"2000\"\n\"2024-06-26T07:35:00.000Z\",\"0.005485\",\"0.005002\",\"2000\"\n\"2024-06-26T07:40:00.000Z\",\"0.005373\",\"0.004847\",\"2000\"\n\"2024-06-26T07:45:00.000Z\",\"0.005451\",\"0.004878\",\"2000\"\n\"2024-06-26T07:50:00.000Z\",\"0.005439\",\"0.004911\",\"2000\"\n\"2024-06-26T07:55:00.000Z\",\"0.005608\",\"0.005068\",\"2000\"\n\"2024-06-26T08:00:00.000Z\",\"0.005499\",\"0.005064\",\"2000\"\n\"2024-06-26T08:05:00.000Z\",\"0.005752\",\"0.005148\",\"2000\"\n\"2024-06-26T08:10:00.000Z\",\"0.005521\",\"0.004987\",\"2000\"\n\"2024-06-26T08:15:00.000Z\",\"0.005429\",\"0.004935\",\"2000\"\n\"2024-06-26T08:20:00.000Z\",\"0.005705\",\"0.005131\",\"2000\"\n\"2024-06-26T08:25:00.000Z\",\"0.005589\",\"0.005078\",\"2000\"\n\"2024-06-26T08:30:00.000Z\",\"0.005438\",\"0.004899\",\"2000\"\n\"2024-06-26T08:35:00.000Z\",\"0.005525\",\"0.004952\",\"2000\"\n\"2024-06-26T08:40:00.000Z\",\"0.005694\",\"0.005172\",\"2000\"\n\"2024-06-26T08:45:00.000Z\",\"0.005586\",\"0.005002\",\"2000\"\n\"2024-06-26T08:50:00.000Z\",\"0.005562\",\"0.005086\",\"2000\"\n\"2024-06-26T08:55:00.000Z\",\"0.005482\",\"0.004973\",\"2000\"\n\"2024-06-26T09:00:00.000Z\",\"0.005217\",\"0.004731\",\"2000\"\n\"2024-06-26T09:05:00.000Z\",\"0.001391\",\"0.001162\",\"2000\"\n\"2024-06-26T09:10:00.000Z\",\"0.002393\",\"0.002092\",\"2000\"\n\"2024-06-26T09:15:00.000Z\",\"0.005437\",\"0.004814\",\"2000\"\n\"2024-06-26T09:20:00.000Z\",\"0.005457\",\"0.004753\",\"2000\"\n\"2024-06-26T09:25:00.000Z\",\"0.005445\",\"0.004887\",\"2000\"\n\"2024-06-26T09:30:00.000Z\",\"0.00566\",\"0.005017\",\"2000\"\n\"2024-06-26T09:35:00.000Z\",\"0.005511\",\"0.005011\",\"2000\"\n\"2024-06-26T09:40:00.000Z\",\"0.005403\",\"0.004933\",\"2000\"\n\"2024-06-26T09:45:00.000Z\",\"0.005688\",\"0.005077\",\"2000\"\n\"2024-06-26T09:50:00.000Z\",\"0.005705\",\"0.005137\",\"2000\"\n\"2024-06-26T09:55:00.000Z\",\"0.00573\",\"0.005176\",\"2000\"\n\"2024-06-26T10:00:00.000Z\",\"0.00581\",\"0.005244\",\"2000\"\n\"2024-06-26T10:05:00.000Z\",\"0.005582\",\"0.00508\",\"2000\"\n\"2024-06-26T10:10:00.000Z\",\"0.005451\",\"0.005015\",\"2000\"\n\"2024-06-26T10:15:00.000Z\",\"0.006407\",\"0.005733\",\"2000\"\n\"2024-06-26T10:20:00.000Z\",\"0.005148\",\"0.004841\",\"2000\"\n\"2024-06-26T10:25:00.000Z\",\"0.001258\",\"0.001238\",\"2000\"\n\"2024-06-26T10:30:00.000Z\",\"0.004626\",\"0.004082\",\"2000\"\n\"2024-06-26T10:35:00.000Z\",\"0.005684\",\"0.005048\",\"2000\"\n\"2024-06-26T10:40:00.000Z\",\"0.005316\",\"0.004844\",\"2000\"\n\"2024-06-26T10:45:00.000Z\",\"0.006148\",\"0.005363\",\"2000\"\n\"2024-06-26T10:50:00.000Z\",\"0.005531\",\"0.004859\",\"2000\"\n\"2024-06-26T10:55:00.000Z\",\"0.005237\",\"0.004682\",\"2000\"\n\"2024-06-26T11:00:00.000Z\",\"0.005702\",\"0.005065\",\"2000\"\n\"2024-06-26T11:05:00.000Z\",\"0.005941\",\"0.005316\",\"2000\"\n\"2024-06-26T11:10:00.000Z\",\"0.005561\",\"0.005069\",\"2000\"\n\"2024-06-26T11:15:00.000Z\",\"0.005696\",\"0.005118\",\"2000\"\n\"2024-06-26T11:20:00.000Z\",\"0.006042\",\"0.005461\",\"2000\"\n\"2024-06-26T11:25:00.000Z\",\"0.005935\",\"0.005309\",\"2000\"\n\"2024-06-26T11:30:00.000Z\",\"0.007272\",\"0.006827\",\"2000\"\n\"2024-06-26T11:35:00.000Z\",\"0.005834\",\"0.005243\",\"2000\"\n\"2024-06-26T11:40:00.000Z\",\"0.00578\",\"0.005241\",\"2000\"\n\"2024-06-26T11:45:00.000Z\",\"0.005616\",\"0.00502\",\"2000\"\n\"2024-06-26T11:50:00.000Z\",\"0.005368\",\"0.004762\",\"2000\"\n\"2024-06-26T11:55:00.000Z\",\"0.006106\",\"0.005586\",\"2000\"\n\"2024-06-26T12:00:00.000Z\",\"0.005777\",\"0.005205\",\"2000\"\n\"2024-06-26T12:05:00.000Z\",\"0.00569\",\"0.005066\",\"2000\"\n\"2024-06-26T12:10:00.000Z\",\"0.009341\",\"0.008282\",\"2000\"\n\"2024-06-26T12:15:00.000Z\",\"0.009278\",\"0.008283\",\"2000\"\n\"2024-06-26T12:20:00.000Z\",\"0.009357\",\"0.0082\",\"2000\"\n\"2024-06-26T12:25:00.000Z\",\"0.00948\",\"0.008316\",\"2000\"\n\"2024-06-26T12:30:00.000Z\",\"0.009812\",\"0.008691\",\"2000\"\n\"2024-06-26T12:35:00.000Z\",\"0.009569\",\"0.008596\",\"2000\"\n\"2024-06-26T12:40:00.000Z\",\"0.012377\",\"0.010921\",\"2000\"\n\"2024-06-26T12:45:00.000Z\",\"0.012382\",\"0.010669\",\"2000\"\n\"2024-06-26T12:50:00.000Z\",\"0.007079\",\"0.006091\",\"2000\"\n\"2024-06-26T12:55:00.000Z\",\"0.005315\",\"0.004743\",\"2000\"\n\"2024-06-26T13:00:00.000Z\",\"0.005367\",\"0.004774\",\"2000\"\n\"2024-06-26T13:05:00.000Z\",\"0.00581\",\"0.00507\",\"2000\"\n\"2024-06-26T13:10:00.000Z\",\"0.005967\",\"0.005125\",\"2000\"\n\"2024-06-26T13:15:00.000Z\",\"0.005651\",\"0.004932\",\"2000\"\n\"2024-06-26T13:20:00.000Z\",\"0.002577\",\"0.002445\",\"2000\"\n\"2024-06-26T13:25:00.000Z\",\"0.002011\",\"0.001729\",\"2000\"\n\"2024-06-26T13:30:00.000Z\",\"0.005007\",\"0.004517\",\"2000\"\n\"2024-06-26T13:35:00.000Z\",\"0.005739\",\"0.005246\",\"2000\"\n\"2024-06-26T13:40:00.000Z\",\"0.005634\",\"0.005085\",\"2000\"\n\"2024-06-26T13:45:00.000Z\",\"0.005351\",\"0.004887\",\"2000\"\n\"2024-06-26T13:50:00.000Z\",\"0.005227\",\"0.004728\",\"2000\"\n\"2024-06-26T13:55:00.000Z\",\"0.00569\",\"0.005068\",\"2000\"\n\"2024-06-26T14:00:00.000Z\",\"0.00538\",\"0.004831\",\"2000\"\n\"2024-06-26T14:05:00.000Z\",\"0.005154\",\"0.004637\",\"2000\"\n\"2024-06-26T14:10:00.000Z\",\"0.005586\",\"0.005061\",\"2000\"\n\"2024-06-26T14:15:00.000Z\",\"0.005779\",\"0.00533\",\"2000\"\n\"2024-06-26T14:20:00.000Z\",\"0.005006\",\"0.004526\",\"2000\"\n\"2024-06-26T14:25:00.000Z\",\"0.005182\",\"0.004734\",\"2000\"\n\"2024-06-26T14:30:00.000Z\",\"0.005185\",\"0.00473\",\"2000\"\n\"2024-06-26T14:35:00.000Z\",\"0.005557\",\"0.004925\",\"2000\"\n\"2024-06-26T14:40:00.000Z\",\"0.005222\",\"0.004724\",\"2000\"\n\"2024-06-26T14:45:00.000Z\",\"0.00538\",\"0.00486\",\"2000\"\n\"2024-06-26T14:50:00.000Z\",\"0.0056\",\"0.00503\",\"2000\"\n\"2024-06-26T14:55:00.000Z\",\"0.005243\",\"0.004637\",\"2000\"\n\"2024-06-26T15:00:00.000Z\",\"0.005422\",\"0.004893\",\"2000\"\n\"2024-06-26T15:05:00.000Z\",\"0.005467\",\"0.004981\",\"2000\"\n\"2024-06-26T15:10:00.000Z\",\"0.007219\",\"0.006741\",\"2000\"\n\"2024-06-26T15:15:00.000Z\",\"0.005052\",\"0.004583\",\"2000\"\n\"2024-06-26T15:20:00.000Z\",\"0.005345\",\"0.00472\",\"2000\"\n\"2024-06-26T15:25:00.000Z\",\"0.005412\",\"0.004765\",\"2000\"\n\"2024-06-26T15:30:00.000Z\",\"0.005294\",\"0.004812\",\"2000\"\n\"2024-06-26T15:35:00.000Z\",\"0.005256\",\"0.004887\",\"2000\"\n\"2024-06-26T15:40:00.000Z\",\"0.00577\",\"0.005173\",\"2000\"\n\"2024-06-26T15:45:00.000Z\",\"0.005524\",\"0.005006\",\"2000\"\n\"2024-06-26T15:50:00.000Z\",\"0.003508\",\"0.003044\",\"2000\"\n\"2024-06-26T15:55:00.000Z\",\"0.002665\",\"0.002615\",\"2000\"\n\"2024-06-26T16:00:00.000Z\",\"0.003735\",\"0.003474\",\"2000\"\n\"2024-06-26T16:05:00.000Z\",\"0.005046\",\"0.004551\",\"2000\"\n\"2024-06-26T16:10:00.000Z\",\"0.005279\",\"0.004806\",\"2000\"\n\"2024-06-26T16:15:00.000Z\",\"0.005382\",\"0.004872\",\"2000\"\n\"2024-06-26T16:20:00.000Z\",\"0.005653\",\"0.005205\",\"2000\"\n\"2024-06-26T16:25:00.000Z\",\"0.005504\",\"0.005038\",\"2000\"\n\"2024-06-26T16:30:00.000Z\",\"0.00523\",\"0.004896\",\"2000\"\n\"2024-06-26T16:35:00.000Z\",\"0.007963\",\"0.006897\",\"2000\"\n\"2024-06-26T16:40:00.000Z\",\"0.015983\",\"0.0123\",\"2000\"\n\"2024-06-26T16:45:00.000Z\",\"0.014774\",\"0.011455\",\"2000\"\n\"2024-06-26T16:50:00.000Z\",\"0.014912\",\"0.011562\",\"2000\"\n\"2024-06-26T16:55:00.000Z\",\"0.009273\",\"0.007573\",\"2000\"\n\"2024-06-26T17:00:00.000Z\",\"0.005926\",\"0.00543\",\"2000\"\n\"2024-06-26T17:05:00.000Z\",\"0.005764\",\"0.005295\",\"2000\"\n\"2024-06-26T17:10:00.000Z\",\"0.003942\",\"0.003694\",\"2000\"\n\"2024-06-26T17:15:00.000Z\",\"0.001472\",\"0.001329\",\"2000\"\n\"2024-06-26T17:20:00.000Z\",\"0.004739\",\"0.004246\",\"2000\"\n\"2024-06-26T17:25:00.000Z\",\"0.0057\",\"0.005237\",\"2000\"\n\"2024-06-26T17:30:00.000Z\",\"0.005724\",\"0.005285\",\"2000\"\n\"2024-06-26T17:35:00.000Z\",\"0.005334\",\"0.004864\",\"2000\"\n\"2024-06-26T17:40:00.000Z\",\"0.005874\",\"0.00539\",\"2000\"\n\"2024-06-26T17:45:00.000Z\",\"0.005914\",\"0.005361\",\"2000\"\n\"2024-06-26T17:50:00.000Z\",\"0.005797\",\"0.005345\",\"2000\"\n\"2024-06-26T17:55:00.000Z\",\"0.005812\",\"0.005309\",\"2000\"\n\"2024-06-26T18:00:00.000Z\",\"0.005988\",\"0.005524\",\"2000\"\n\"2024-06-26T18:05:00.000Z\",\"0.005771\",\"0.00529\",\"2000\"\n\"2024-06-26T18:10:00.000Z\",\"0.005724\",\"0.005207\",\"2000\"\n\"2024-06-26T18:15:00.000Z\",\"0.005803\",\"0.005254\",\"2000\"\n\"2024-06-26T18:20:00.000Z\",\"0.007547\",\"0.007181\",\"2000\"\n\"2024-06-26T18:25:00.000Z\",\"0.006056\",\"0.005556\",\"2000\"\n\"2024-06-26T18:30:00.000Z\",\"0.006171\",\"0.005464\",\"2000\"\n\"2024-06-26T18:35:00.000Z\",\"0.005575\",\"0.005169\",\"2000\"\n\"2024-06-26T18:40:00.000Z\",\"0.005996\",\"0.005557\",\"2000\"\n\"2024-06-26T18:45:00.000Z\",\"0.005618\",\"0.005206\",\"2000\"\n\"2024-06-26T18:50:00.000Z\",\"0.00539\",\"0.004908\",\"2000\"\n\"2024-06-26T18:55:00.000Z\",\"0.005455\",\"0.004869\",\"2000\"\n\"2024-06-26T19:00:00.000Z\",\"0.004496\",\"0.003984\",\"2000\"\n\"2024-06-26T19:05:00.000Z\",\"0.002744\",\"0.002438\",\"2000\"\n\"2024-06-26T19:10:00.000Z\",\"0.002641\",\"0.002382\",\"2000\"\n\"2024-06-26T19:15:00.000Z\",\"0.005465\",\"0.005065\",\"2000\"\n\"2024-06-26T19:20:00.000Z\",\"0.006345\",\"0.005768\",\"2000\"\n\"2024-06-26T19:25:00.000Z\",\"0.005716\",\"0.005283\",\"2000\"\n\"2024-06-26T19:30:00.000Z\",\"0.00557\",\"0.005053\",\"2000\"\n\"2024-06-26T19:35:00.000Z\",\"0.005772\",\"0.005415\",\"2000\"\n\"2024-06-26T19:40:00.000Z\",\"0.006122\",\"0.00573\",\"2000\"\n\"2024-06-26T19:45:00.000Z\",\"0.005474\",\"0.005015\",\"2000\"\n\"2024-06-26T19:50:00.000Z\",\"0.005954\",\"0.005509\",\"2000\"\n\"2024-06-26T19:55:00.000Z\",\"0.006163\",\"0.005609\",\"2000\"\n\"2024-06-26T20:00:00.000Z\",\"0.005845\",\"0.005411\",\"2000\"\n\"2024-06-26T20:05:00.000Z\",\"0.005493\",\"0.005094\",\"2000\"\n\"2024-06-26T20:10:00.000Z\",\"0.006158\",\"0.005612\",\"2000\"\n\"2024-06-26T20:15:00.000Z\",\"0.005626\",\"0.005204\",\"2000\"\n\"2024-06-26T20:20:00.000Z\",\"0.005747\",\"0.005274\",\"2000\"\n\"2024-06-26T20:25:00.000Z\",\"0.005988\",\"0.005524\",\"2000\"\n\"2024-06-26T20:30:00.000Z\",\"0.005432\",\"0.005033\",\"2000\"\n\"2024-06-26T20:35:00.000Z\",\"0.005824\",\"0.005304\",\"2000\"\n\"2024-06-26T20:40:00.000Z\",\"0.006071\",\"0.00559\",\"2000\"\n\"2024-06-26T20:45:00.000Z\",\"0.005363\",\"0.005076\",\"2000\"\n\"2024-06-26T20:50:00.000Z\",\"0.001435\",\"0.001361\",\"2000\"\n\"2024-06-26T20:55:00.000Z\",\"0.00482\",\"0.004371\",\"2000\"\n\"2024-06-26T21:00:00.000Z\",\"0.005636\",\"0.005217\",\"2000\"\n\"2024-06-26T21:05:00.000Z\",\"0.005622\",\"0.005202\",\"2000\"\n\"2024-06-26T21:10:00.000Z\",\"0.006317\",\"0.005784\",\"2000\"\n\"2024-06-26T21:15:00.000Z\",\"0.0058\",\"0.00534\",\"2000\"\n\"2024-06-26T21:20:00.000Z\",\"0.005887\",\"0.005436\",\"2000\"\n\"2024-06-26T21:25:00.000Z\",\"0.005397\",\"0.004982\",\"2000\"\n\"2024-06-26T21:30:00.000Z\",\"0.005823\",\"0.005302\",\"2000\"\n\"2024-06-26T21:35:00.000Z\",\"0.005898\",\"0.005374\",\"2000\"\n\"2024-06-26T21:40:00.000Z\",\"0.00568\",\"0.00516\",\"2000\"\n\"2024-06-26T21:45:00.000Z\",\"0.005865\",\"0.005389\",\"2000\"\n\"2024-06-26T21:50:00.000Z\",\"0.005837\",\"0.005371\",\"2000\"\n\"2024-06-26T21:55:00.000Z\",\"0.005563\",\"0.00511\",\"2000\"\n\"2024-06-26T22:00:00.000Z\",\"0.005926\",\"0.005512\",\"2000\"\n\"2024-06-26T22:05:00.000Z\",\"0.005669\",\"0.005298\",\"2000\"\n\"2024-06-26T22:10:00.000Z\",\"0.005488\",\"0.00503\",\"2000\"\n\"2024-06-26T22:15:00.000Z\",\"0.005386\",\"0.004993\",\"2000\"\n\"2024-06-26T22:20:00.000Z\",\"0.005465\",\"0.005074\",\"2000\"\n\"2024-06-26T22:25:00.000Z\",\"0.007283\",\"0.006652\",\"2000\"\n\"2024-06-26T22:30:00.000Z\",\"0.0057\",\"0.005112\",\"2000\"\n\"2024-06-26T22:35:00.000Z\",\"0.006021\",\"0.0056\",\"2000\"\n\"2024-06-26T22:40:00.000Z\",\"0.006079\",\"0.005632\",\"2000\"\n\"2024-06-26T22:45:00.000Z\",\"0.00558\",\"0.005177\",\"2000\"\n\"2024-06-26T22:50:00.000Z\",\"0.005475\",\"0.00505\",\"2000\"\n\"2024-06-26T22:55:00.000Z\",\"0.005374\",\"0.004977\",\"2000\"\n\"2024-06-26T23:00:00.000Z\",\"0.006718\",\"0.006147\",\"2000\"\n\"2024-06-26T23:05:00.000Z\",\"0.007474\",\"0.006859\",\"2000\"\n\"2024-06-26T23:10:00.000Z\",\"0.006718\",\"0.006258\",\"2000\"\n\"2024-06-26T23:15:00.000Z\",\"0.008546\",\"0.008362\",\"2000\"\n\"2024-06-26T23:20:00.000Z\",\"0.008697\",\"0.008458\",\"2000\"\n\"2024-06-26T23:25:00.000Z\",\"0.008653\",\"0.008413\",\"2000\"\n\"2024-06-26T23:30:00.000Z\",\"0.008602\",\"0.008398\",\"2000\"\n\"2024-06-26T23:35:00.000Z\",\"0.008349\",\"0.008196\",\"2000\"\n\"2024-06-26T23:40:00.000Z\",\"0.008524\",\"0.008291\",\"2000\"\n\"2024-06-26T23:45:00.000Z\",\"0.007094\",\"0.006651\",\"2000\"\n\"2024-06-26T23:50:00.000Z\",\"0.005093\",\"0.004671\",\"2000\"\n\"2024-06-26T23:55:00.000Z\",\"0.005655\",\"0.005171\",\"2000\"\n\"2024-06-27T00:00:00.000Z\",\"0.005552\",\"0.005108\",\"2000\"\n\"2024-06-27T00:05:00.000Z\",\"0.00529\",\"0.004841\",\"2000\"\n\"2024-06-27T00:10:00.000Z\",\"0.005418\",\"0.004977\",\"2000\"\n\"2024-06-27T00:15:00.000Z\",\"0.005353\",\"0.004998\",\"2000\"\n\"2024-06-27T00:20:00.000Z\",\"0.005553\",\"0.005048\",\"2000\"\n\"2024-06-27T00:25:00.000Z\",\"0.005194\",\"0.004841\",\"2000\"\n\"2024-06-27T00:30:00.000Z\",\"0.005248\",\"0.004755\",\"2000\"\n\"2024-06-27T00:35:00.000Z\",\"0.005398\",\"0.004947\",\"2000\"\n\"2024-06-27T00:40:00.000Z\",\"0.005444\",\"0.004976\",\"2000\"\n\"2024-06-27T00:45:00.000Z\",\"0.004981\",\"0.004629\",\"2000\"\n\"2024-06-27T00:50:00.000Z\",\"0.005389\",\"0.004932\",\"2000\"\n\"2024-06-27T00:55:00.000Z\",\"0.005261\",\"0.00487\",\"2000\"\n\"2024-06-27T01:00:00.000Z\",\"0.005361\",\"0.004942\",\"2000\"\n\"2024-06-27T01:05:00.000Z\",\"0.005428\",\"0.005058\",\"2000\"\n\"2024-06-27T01:10:00.000Z\",\"0.005406\",\"0.004934\",\"2000\"\n\"2024-06-27T01:15:00.000Z\",\"0.005388\",\"0.004808\",\"2000\"\n\"2024-06-27T01:20:00.000Z\",\"0.005277\",\"0.004832\",\"2000\"\n\"2024-06-27T01:25:00.000Z\",\"0.005117\",\"0.004746\",\"2000\"\n\"2024-06-27T01:30:00.000Z\",\"0.005407\",\"0.004752\",\"2000\"\n\"2024-06-27T01:35:00.000Z\",\"0.005367\",\"0.004918\",\"2000\"\n\"2024-06-27T01:40:00.000Z\",\"0.005287\",\"0.00479\",\"2000\"\n\"2024-06-27T01:45:00.000Z\",\"0.005107\",\"0.004762\",\"2000\"\n\"2024-06-27T01:50:00.000Z\",\"0.005249\",\"0.004833\",\"2000\"\n\"2024-06-27T01:55:00.000Z\",\"0.005556\",\"0.005088\",\"2000\"\n\"2024-06-27T02:00:00.000Z\",\"0.005376\",\"0.004966\",\"2000\"\n\"2024-06-27T02:05:00.000Z\",\"0.005249\",\"0.004837\",\"2000\"\n\"2024-06-27T02:10:00.000Z\",\"0.007668\",\"0.0073\",\"2000\"\n\"2024-06-27T02:15:00.000Z\",\"0.007533\",\"0.007139\",\"2000\"\n\"2024-06-27T02:20:00.000Z\",\"0.005587\",\"0.005131\",\"2000\"\n\"2024-06-27T02:25:00.000Z\",\"0.005161\",\"0.004732\",\"2000\"\n\"2024-06-27T02:30:00.000Z\",\"0.005314\",\"0.004893\",\"2000\"\n\"2024-06-27T02:35:00.000Z\",\"0.00523\",\"0.004794\",\"2000\"\n\"2024-06-27T02:40:00.000Z\",\"0.005548\",\"0.005147\",\"2000\"\n\"2024-06-27T02:45:00.000Z\",\"0.00517\",\"0.004773\",\"2000\"\n\"2024-06-27T02:50:00.000Z\",\"0.005184\",\"0.004721\",\"2000\"\n\"2024-06-27T02:55:00.000Z\",\"0.005493\",\"0.005039\",\"2000\"\n\"2024-06-27T03:00:00.000Z\",\"0.005188\",\"0.004796\",\"2000\"\n\"2024-06-27T03:05:00.000Z\",\"0.005153\",\"0.004757\",\"2000\"\n\"2024-06-27T03:10:00.000Z\",\"0.005329\",\"0.00484\",\"2000\"\n\"2024-06-27T03:15:00.000Z\",\"0.005276\",\"0.00486\",\"2000\"\n\"2024-06-27T03:20:00.000Z\",\"0.005279\",\"0.004796\",\"2000\"\n\"2024-06-27T03:25:00.000Z\",\"0.005258\",\"0.004836\",\"2000\"\n\"2024-06-27T03:30:00.000Z\",\"0.005269\",\"0.004893\",\"2000\"\n\"2024-06-27T03:35:00.000Z\",\"0.005593\",\"0.005121\",\"2000\"\n\"2024-06-27T03:40:00.000Z\",\"0.005407\",\"0.004941\",\"2000\"\n\"2024-06-27T03:45:00.000Z\",\"0.005376\",\"0.004945\",\"2000\"\n\"2024-06-27T03:50:00.000Z\",\"0.005533\",\"0.005107\",\"2000\"\n\"2024-06-27T03:55:00.000Z\",\"0.005486\",\"0.005122\",\"2000\"\n\"2024-06-27T04:00:00.000Z\",\"0.00536\",\"0.004925\",\"2000\"\n\"2024-06-27T04:05:00.000Z\",\"0.005284\",\"0.004879\",\"2000\"\n\"2024-06-27T04:10:00.000Z\",\"0.005059\",\"0.004712\",\"2000\"\n\"2024-06-27T04:15:00.000Z\",\"0.008091\",\"0.007692\",\"2000\"\n\"2024-06-27T04:20:00.000Z\",\"0.00532\",\"0.004888\",\"2000\"\n\"2024-06-27T04:25:00.000Z\",\"0.005381\",\"0.004912\",\"2000\"\n\"2024-06-27T04:30:00.000Z\",\"0.005747\",\"0.005319\",\"2000\"\n\"2024-06-27T04:35:00.000Z\",\"0.005895\",\"0.00524\",\"2000\"\n\"2024-06-27T04:40:00.000Z\",\"0.004967\",\"0.004555\",\"2000\"\n\"2024-06-27T04:45:00.000Z\",\"0.005544\",\"0.005085\",\"2000\"\n\"2024-06-27T04:50:00.000Z\",\"0.005458\",\"0.004978\",\"2000\"\n\"2024-06-27T04:55:00.000Z\",\"0.005481\",\"0.004994\",\"2000\"\n\"2024-06-27T05:00:00.000Z\",\"0.005693\",\"0.005264\",\"2000\"\n\"2024-06-27T05:05:00.000Z\",\"0.005523\",\"0.005127\",\"2000\"\n\"2024-06-27T05:10:00.000Z\",\"0.005521\",\"0.005091\",\"2000\"\n\"2024-06-27T05:15:00.000Z\",\"0.006048\",\"0.005581\",\"2000\"\n\"2024-06-27T05:20:00.000Z\",\"0.005596\",\"0.005132\",\"2000\"\n\"2024-06-27T05:25:00.000Z\",\"0.005147\",\"0.00473\",\"2000\"\n\"2024-06-27T05:30:00.000Z\",\"0.006062\",\"0.005404\",\"2000\"\n\"2024-06-27T05:35:00.000Z\",\"0.005763\",\"0.005264\",\"2000\"\n\"2024-06-27T05:40:00.000Z\",\"0.008568\",\"0.007468\",\"2000\"\n\"2024-06-27T05:45:00.000Z\",\"0.008822\",\"0.007743\",\"2000\"\n\"2024-06-27T05:50:00.000Z\",\"0.009283\",\"0.008105\",\"2000\"\n\"2024-06-27T05:55:00.000Z\",\"0.008256\",\"0.007264\",\"2000\"\n\"2024-06-27T06:00:00.000Z\",\"0.008747\",\"0.007667\",\"2000\"\n\"2024-06-27T06:05:00.000Z\",\"0.008754\",\"0.007622\",\"2000\"\n\"2024-06-27T06:10:00.000Z\",\"0.00938\",\"0.008204\",\"2000\"\n\"2024-06-27T06:15:00.000Z\",\"0.010834\",\"0.009364\",\"2000\"\n\"2024-06-27T06:20:00.000Z\",\"0.009007\",\"0.008043\",\"2000\"\n\"2024-06-27T06:25:00.000Z\",\"0.005668\",\"0.005172\",\"2000\"\n\"2024-06-27T06:30:00.000Z\",\"0.005788\",\"0.005312\",\"2000\"\n\"2024-06-27T06:35:00.000Z\",\"0.005462\",\"0.005042\",\"2000\"\n\"2024-06-27T06:40:00.000Z\",\"0.002498\",\"0.002064\",\"2000\"\n\"2024-06-27T06:45:00.000Z\",\"0.001274\",\"0.001046\",\"2000\"\n\"2024-06-27T06:50:00.000Z\",\"0.000846\",\"0.000642\",\"2000\"\n\"2024-06-27T06:55:00.000Z\",\"0.000854\",\"0.000681\",\"2000\"\n\"2024-06-27T07:00:00.000Z\",\"0.001759\",\"0.001406\",\"2000\"\n\"2024-06-27T07:05:00.000Z\",\"0.001736\",\"0.00115\",\"2000\"\n\"2024-06-27T07:10:00.000Z\",\"0.000859\",\"0.000674\",\"2000\"\n\"2024-06-27T07:15:00.000Z\",\"0.001524\",\"0.001166\",\"2000\"\n\"2024-06-27T07:20:00.000Z\",\"0.000855\",\"0.000654\",\"2000\"\n\"2024-06-27T07:25:00.000Z\",\"0.001329\",\"0.001064\",\"2000\"\n\"2024-06-27T07:30:00.000Z\",\"0.001396\",\"0.001127\",\"2000\"\n\"2024-06-27T07:35:00.000Z\",\"0.000911\",\"0.000705\",\"2000\"\n\"2024-06-27T07:40:00.000Z\",\"0.000988\",\"0.000802\",\"2000\"\n\"2024-06-27T07:45:00.000Z\",\"0.002116\",\"0.001613\",\"2000\"\n\"2024-06-27T07:50:00.000Z\",\"0.00107\",\"0.001007\",\"2000\"\n\"2024-06-27T07:55:00.000Z\",\"0.000897\",\"0.000634\",\"2000\"\n\"2024-06-27T08:00:00.000Z\",\"0.001382\",\"0.001191\",\"2000\"\n\"2024-06-27T08:05:00.000Z\",\"0.001173\",\"0.00099\",\"2000\"\n\"2024-06-27T08:10:00.000Z\",\"0.0024\",\"0.00222\",\"2000\"\n\"2024-06-27T08:15:00.000Z\",\"0.001509\",\"0.001299\",\"2000\"\n\"2024-06-27T08:20:00.000Z\",\"0.001765\",\"0.001259\",\"2000\"\n\"2024-06-27T08:25:00.000Z\",\"0.001364\",\"0.001171\",\"2000\"\n\"2024-06-27T08:30:00.000Z\",\"0.001597\",\"0.001357\",\"2000\"\n\"2024-06-27T08:35:00.000Z\",\"0.00131\",\"0.001089\",\"2000\"\n\"2024-06-27T08:40:00.000Z\",\"0.000887\",\"0.000692\",\"2000\"\n\"2024-06-27T08:45:00.000Z\",\"0.00173\",\"0.001494\",\"2000\"\n\"2024-06-27T08:50:00.000Z\",\"0.000896\",\"0.000731\",\"2000\"\n\"2024-06-27T08:55:00.000Z\",\"0.001035\",\"0.000741\",\"2000\"\n\"2024-06-27T09:00:00.000Z\",\"0.001828\",\"0.001471\",\"2000\"\n\"2024-06-27T09:05:00.000Z\",\"0.00121\",\"0.001147\",\"2000\"\n\"2024-06-27T09:10:00.000Z\",\"0.001335\",\"0.001026\",\"2000\"\n\"2024-06-27T09:15:00.000Z\",\"0.001363\",\"0.001187\",\"2000\"\n\"2024-06-27T09:20:00.000Z\",\"0.001116\",\"0.00086\",\"2000\"\n\"2024-06-27T09:25:00.000Z\",\"0.001322\",\"0.00112\",\"2000\"\n\"2024-06-27T09:30:00.000Z\",\"0.001114\",\"0.000921\",\"2000\"\n\"2024-06-27T09:35:00.000Z\",\"0.001037\",\"0.000812\",\"2000\"\n\"2024-06-27T09:40:00.000Z\",\"0.001118\",\"0.001004\",\"2000\"\n\"2024-06-27T09:45:00.000Z\",\"0.001774\",\"0.001493\",\"2000\"\n\"2024-06-27T09:50:00.000Z\",\"0.001073\",\"0.000906\",\"2000\"\n\"2024-06-27T09:55:00.000Z\",\"0.001384\",\"0.001077\",\"2000\"\n\"2024-06-27T10:00:00.000Z\",\"0.001443\",\"0.001046\",\"2000\"\n\"2024-06-27T10:05:00.000Z\",\"0.002391\",\"0.002277\",\"2000\"\n\"2024-06-27T10:10:00.000Z\",\"0.001132\",\"0.000903\",\"2000\"\n\"2024-06-27T10:15:00.000Z\",\"0.000895\",\"0.00073\",\"2000\"\n\"2024-06-27T10:20:00.000Z\",\"0.001503\",\"0.001342\",\"2000\"\n\"2024-06-27T10:25:00.000Z\",\"0.001418\",\"0.001172\",\"2000\"\n\"2024-06-27T10:30:00.000Z\",\"0.001144\",\"0.000938\",\"2000\"\n\"2024-06-27T10:35:00.000Z\",\"0.001039\",\"0.000783\",\"2000\"\n\"2024-06-27T10:40:00.000Z\",\"0.001368\",\"0.001111\",\"2000\"\n\"2024-06-27T10:45:00.000Z\",\"0.001062\",\"0.00083\",\"2000\"\n\"2024-06-27T10:50:00.000Z\",\"0.00139\",\"0.001106\",\"2000\"\n\"2024-06-27T10:55:00.000Z\",\"0.001322\",\"0.001138\",\"2000\"\n\"2024-06-27T11:00:00.000Z\",\"0.001268\",\"0.001019\",\"2000\"\n\"2024-06-27T11:05:00.000Z\",\"0.001929\",\"0.001541\",\"2000\"\n\"2024-06-27T11:10:00.000Z\",\"0.002106\",\"0.001761\",\"2000\"\n\"2024-06-27T11:15:00.000Z\",\"0.001724\",\"0.001434\",\"2000\"\n\"2024-06-27T11:20:00.000Z\",\"0.001907\",\"0.001502\",\"2000\"\n\"2024-06-27T11:25:00.000Z\",\"0.002315\",\"0.001778\",\"2000\"\n\"2024-06-27T11:30:00.000Z\",\"0.001786\",\"0.001481\",\"2000\"\n\"2024-06-27T11:35:00.000Z\",\"0.00181\",\"0.001539\",\"2000\"\n\"2024-06-27T11:40:00.000Z\",\"0.00254\",\"0.002025\",\"2000\"\n\"2024-06-27T11:45:00.000Z\",\"0.001606\",\"0.001219\",\"2000\"\n\"2024-06-27T11:50:00.000Z\",\"0.00153\",\"0.001179\",\"2000\"\n\"2024-06-27T11:55:00.000Z\",\"0.002417\",\"0.001941\",\"2000\"\n\"2024-06-27T12:00:00.000Z\",\"0.001567\",\"0.001272\",\"2000\"\n\"2024-06-27T12:05:00.000Z\",\"0.001721\",\"0.00135\",\"2000\"\n\"2024-06-27T12:10:00.000Z\",\"0.002373\",\"0.001963\",\"2000\"\n\"2024-06-27T12:15:00.000Z\",\"0.002002\",\"0.001748\",\"2000\"\n\"2024-06-27T12:20:00.000Z\",\"0.001812\",\"0.001388\",\"2000\"\n\"2024-06-27T12:25:00.000Z\",\"0.001797\",\"0.001404\",\"2000\"\n\"2024-06-27T12:30:00.000Z\",\"0.00187\",\"0.001476\",\"2000\"\n\"2024-06-27T12:35:00.000Z\",\"0.001707\",\"0.001329\",\"2000\"\n\"2024-06-27T12:40:00.000Z\",\"0.001529\",\"0.001149\",\"2000\"\n\"2024-06-27T12:45:00.000Z\",\"0.002308\",\"0.001845\",\"2000\"\n\"2024-06-27T12:50:00.000Z\",\"0.001801\",\"0.00122\",\"2000\"\n\"2024-06-27T12:55:00.000Z\",\"0.001837\",\"0.001482\",\"2000\"\n\"2024-06-27T13:00:00.000Z\",\"0.00183\",\"0.001441\",\"2000\"\n\"2024-06-27T13:05:00.000Z\",\"0.001847\",\"0.001561\",\"2000\"\n\"2024-06-27T13:10:00.000Z\",\"0.001632\",\"0.001283\",\"2000\"\n\"2024-06-27T13:15:00.000Z\",\"0.00182\",\"0.001417\",\"2000\"\n\"2024-06-27T13:20:00.000Z\",\"0.001536\",\"0.001188\",\"2000\"\n\"2024-06-27T13:25:00.000Z\",\"0.002311\",\"0.001874\",\"2000\"\n\"2024-06-27T13:30:00.000Z\",\"0.001775\",\"0.001438\",\"2000\"\n\"2024-06-27T13:35:00.000Z\",\"0.001552\",\"0.001244\",\"2000\"\n\"2024-06-27T13:40:00.000Z\",\"0.001511\",\"0.001134\",\"2000\"\n\"2024-06-27T13:45:00.000Z\",\"0.001761\",\"0.001392\",\"2000\"\n\"2024-06-27T13:50:00.000Z\",\"0.002029\",\"0.001615\",\"2000\"\n\"2024-06-27T13:55:00.000Z\",\"0.002584\",\"0.002282\",\"2000\"\n\"2024-06-27T14:00:00.000Z\",\"0.001635\",\"0.001361\",\"2000\"\n\"2024-06-27T14:05:00.000Z\",\"0.002419\",\"0.001948\",\"2000\"\n\"2024-06-27T14:10:00.000Z\",\"0.001683\",\"0.001449\",\"2000\"\n\"2024-06-27T14:15:00.000Z\",\"0.001956\",\"0.00152\",\"2000\"\n\"2024-06-27T14:20:00.000Z\",\"0.001878\",\"0.001427\",\"2000\"\n\"2024-06-27T14:25:00.000Z\",\"0.00183\",\"0.001464\",\"2000\"\n\"2024-06-27T14:30:00.000Z\",\"0.001535\",\"0.001204\",\"2000\"\n\"2024-06-27T14:35:00.000Z\",\"0.001693\",\"0.001338\",\"2000\"\n\"2024-06-27T14:40:00.000Z\",\"0.002225\",\"0.001802\",\"2000\"\n\"2024-06-27T14:45:00.000Z\",\"0.001526\",\"0.001262\",\"2000\"\n\"2024-06-27T14:50:00.000Z\",\"0.002326\",\"0.001904\",\"2000\"\n\"2024-06-27T14:55:00.000Z\",\"0.001855\",\"0.001518\",\"2000\"\n\"2024-06-27T15:00:00.000Z\",\"0.001684\",\"0.001353\",\"2000\"\n\"2024-06-27T15:05:00.000Z\",\"0.002126\",\"0.001719\",\"2000\"\n\"2024-06-27T15:10:00.000Z\",\"0.001836\",\"0.001487\",\"2000\"\n\"2024-06-27T15:15:00.000Z\",\"0.001511\",\"0.001251\",\"2000\"\n\"2024-06-27T15:20:00.000Z\",\"0.001882\",\"0.001526\",\"2000\"\n\"2024-06-27T15:25:00.000Z\",\"0.001763\",\"0.001401\",\"2000\"\n\"2024-06-27T15:30:00.000Z\",\"0.00217\",\"0.001837\",\"2000\"\n\"2024-06-27T15:35:00.000Z\",\"0.001857\",\"0.001424\",\"2000\"\n\"2024-06-27T15:40:00.000Z\",\"0.001921\",\"0.001535\",\"2000\"\n\"2024-06-27T15:45:00.000Z\",\"0.002087\",\"0.001693\",\"2000\"\n\"2024-06-27T15:50:00.000Z\",\"0.00161\",\"0.001225\",\"2000\"\n\"2024-06-27T15:55:00.000Z\",\"0.002191\",\"0.0018\",\"2000\"\n\"2024-06-27T16:00:00.000Z\",\"0.002067\",\"0.00166\",\"2000\"\n\"2024-06-27T16:05:00.000Z\",\"0.001541\",\"0.001199\",\"2000\"\n\"2024-06-27T16:10:00.000Z\",\"0.001603\",\"0.001283\",\"2000\"\n\"2024-06-27T16:15:00.000Z\",\"0.001436\",\"0.001165\",\"2000\"\n\"2024-06-27T16:20:00.000Z\",\"0.001596\",\"0.001248\",\"2000\"\n\"2024-06-27T16:25:00.000Z\",\"0.001619\",\"0.001335\",\"2000\"\n\"2024-06-27T16:30:00.000Z\",\"0.001653\",\"0.00127\",\"2000\"\n\"2024-06-27T16:35:00.000Z\",\"0.001688\",\"0.001417\",\"2000\"\n\"2024-06-27T16:40:00.000Z\",\"0.001637\",\"0.001284\",\"2000\"\n\"2024-06-27T16:45:00.000Z\",\"0.001658\",\"0.001402\",\"2000\"\n\"2024-06-27T16:50:00.000Z\",\"0.001713\",\"0.001317\",\"2000\"\n\"2024-06-27T16:55:00.000Z\",\"0.001464\",\"0.001137\",\"2000\"\n\"2024-06-27T17:00:00.000Z\",\"0.001037\",\"0.000769\",\"2000\"\n\"2024-06-27T17:05:00.000Z\",\"0.001662\",\"0.001338\",\"2000\"\n\"2024-06-27T17:10:00.000Z\",\"0.001659\",\"0.001349\",\"2000\"\n\"2024-06-27T17:15:00.000Z\",\"0.00156\",\"0.001236\",\"2000\"\n\"2024-06-27T17:20:00.000Z\",\"0.002296\",\"0.001885\",\"2000\"\n\"2024-06-27T17:25:00.000Z\",\"0.001659\",\"0.001397\",\"2000\"\n\"2024-06-27T17:30:00.000Z\",\"0.00179\",\"0.00149\",\"2000\"\n\"2024-06-27T17:35:00.000Z\",\"0.00175\",\"0.001398\",\"2000\"\n\"2024-06-27T17:40:00.000Z\",\"0.001313\",\"0.001052\",\"2000\"\n\"2024-06-27T17:45:00.000Z\",\"0.001602\",\"0.00118\",\"2000\"\n\"2024-06-27T17:50:00.000Z\",\"0.001969\",\"0.0017\",\"2000\"\n\"2024-06-27T17:55:00.000Z\",\"0.001745\",\"0.001446\",\"2000\"\n\"2024-06-27T18:00:00.000Z\",\"0.002461\",\"0.002278\",\"2000\"\n\"2024-06-27T18:05:00.000Z\",\"0.00228\",\"0.001934\",\"2000\"\n\"2024-06-27T18:10:00.000Z\",\"0.001822\",\"0.001445\",\"2000\"\n\"2024-06-27T18:15:00.000Z\",\"0.001692\",\"0.001276\",\"2000\"\n\"2024-06-27T18:20:00.000Z\",\"0.001755\",\"0.001399\",\"2000\"\n\"2024-06-27T18:25:00.000Z\",\"0.001541\",\"0.000994\",\"2000\"\n\"2024-06-27T18:30:00.000Z\",\"0.001683\",\"0.001326\",\"2000\"\n\"2024-06-27T18:35:00.000Z\",\"0.001899\",\"0.001568\",\"2000\"\n\"2024-06-27T18:40:00.000Z\",\"0.00152\",\"0.00126\",\"2000\"\n\"2024-06-27T18:45:00.000Z\",\"0.001531\",\"0.001188\",\"2000\"\n\"2024-06-27T18:50:00.000Z\",\"0.001765\",\"0.001342\",\"2000\"\n\"2024-06-27T18:55:00.000Z\",\"0.001581\",\"0.001324\",\"2000\"\n\"2024-06-27T19:00:00.000Z\",\"0.00174\",\"0.001332\",\"2000\"\n\"2024-06-27T19:05:00.000Z\",\"0.001747\",\"0.001378\",\"2000\"\n\"2024-06-27T19:10:00.000Z\",\"0.001686\",\"0.001418\",\"2000\"\n\"2024-06-27T19:15:00.000Z\",\"0.002012\",\"0.001702\",\"2000\"\n\"2024-06-27T19:20:00.000Z\",\"0.001595\",\"0.001207\",\"2000\"\n\"2024-06-27T19:25:00.000Z\",\"0.001661\",\"0.00128\",\"2000\"\n\"2024-06-27T19:30:00.000Z\",\"0.001513\",\"0.001208\",\"2000\"\n\"2024-06-27T19:35:00.000Z\",\"0.001678\",\"0.001261\",\"2000\"\n\"2024-06-27T19:40:00.000Z\",\"0.001728\",\"0.001461\",\"2000\"\n\"2024-06-27T19:45:00.000Z\",\"0.001583\",\"0.001305\",\"2000\"\n\"2024-06-27T19:50:00.000Z\",\"0.001793\",\"0.001467\",\"2000\"\n\"2024-06-27T19:55:00.000Z\",\"0.001543\",\"0.001226\",\"2000\"\n\"2024-06-27T20:00:00.000Z\",\"0.001276\",\"0.00091\",\"2000\"\n\"2024-06-27T20:05:00.000Z\",\"0.001671\",\"0.001287\",\"2000\"\n\"2024-06-27T20:10:00.000Z\",\"0.001667\",\"0.001276\",\"2000\"\n\"2024-06-27T20:15:00.000Z\",\"0.0016\",\"0.001273\",\"2000\"\n\"2024-06-27T20:20:00.000Z\",\"0.00184\",\"0.001577\",\"2000\"\n\"2024-06-27T20:25:00.000Z\",\"0.001762\",\"0.001399\",\"2000\"\n\"2024-06-27T20:30:00.000Z\",\"0.001703\",\"0.001343\",\"2000\"\n\"2024-06-27T20:35:00.000Z\",\"0.0015\",\"0.001215\",\"2000\"\n\"2024-06-27T20:40:00.000Z\",\"0.001739\",\"0.001327\",\"2000\"\n\"2024-06-27T20:45:00.000Z\",\"0.001705\",\"0.001326\",\"2000\"\n\"2024-06-27T20:50:00.000Z\",\"0.001555\",\"0.001184\",\"2000\"\n\"2024-06-27T20:55:00.000Z\",\"0.001821\",\"0.001424\",\"2000\"\n\"2024-06-27T21:00:00.000Z\",\"0.001653\",\"0.001318\",\"2000\"\n\"2024-06-27T21:05:00.000Z\",\"0.001715\",\"0.001416\",\"2000\"\n\"2024-06-27T21:10:00.000Z\",\"0.001616\",\"0.001264\",\"2000\"\n\"2024-06-27T21:15:00.000Z\",\"0.001739\",\"0.001346\",\"2000\"\n\"2024-06-27T21:20:00.000Z\",\"0.001647\",\"0.001297\",\"2000\"\n\"2024-06-27T21:25:00.000Z\",\"0.001642\",\"0.001231\",\"2000\"\n\"2024-06-27T21:30:00.000Z\",\"0.001917\",\"0.001499\",\"2000\"\n\"2024-06-27T21:35:00.000Z\",\"0.001716\",\"0.001346\",\"2000\"\n\"2024-06-27T21:40:00.000Z\",\"0.001676\",\"0.001332\",\"2000\"\n\"2024-06-27T21:45:00.000Z\",\"0.001746\",\"0.001394\",\"2000\"\n\"2024-06-27T21:50:00.000Z\",\"0.001699\",\"0.001366\",\"2000\"\n\"2024-06-27T21:55:00.000Z\",\"0.001512\",\"0.0012\",\"2000\"\n\"2024-06-27T22:00:00.000Z\",\"0.001628\",\"0.001339\",\"2000\"\n\"2024-06-27T22:05:00.000Z\",\"0.001651\",\"0.00129\",\"2000\"\n\"2024-06-27T22:10:00.000Z\",\"0.003246\",\"0.002932\",\"2000\"\n\"2024-06-27T22:15:00.000Z\",\"0.002745\",\"0.00233\",\"2000\"\n\"2024-06-27T22:20:00.000Z\",\"0.002448\",\"0.002016\",\"2000\"\n\"2024-06-27T22:25:00.000Z\",\"0.001681\",\"0.001362\",\"2000\"\n\"2024-06-27T22:30:00.000Z\",\"0.002342\",\"0.00194\",\"2000\"\n\"2024-06-27T22:35:00.000Z\",\"0.001767\",\"0.001418\",\"2000\"\n\"2024-06-27T22:40:00.000Z\",\"0.001734\",\"0.00137\",\"2000\"\n\"2024-06-27T22:45:00.000Z\",\"0.002184\",\"0.00166\",\"2000\"\n\"2024-06-27T22:50:00.000Z\",\"0.002171\",\"0.001809\",\"2000\"\n\"2024-06-27T22:55:00.000Z\",\"0.001783\",\"0.001463\",\"2000\"\n\"2024-06-27T23:00:00.000Z\",\"0.001491\",\"0.001129\",\"2000\"\n\"2024-06-27T23:05:00.000Z\",\"0.001568\",\"0.001237\",\"2000\"\n\"2024-06-27T23:10:00.000Z\",\"0.002201\",\"0.001829\",\"2000\"\n\"2024-06-27T23:15:00.000Z\",\"0.002611\",\"0.001988\",\"2000\"\n\"2024-06-27T23:20:00.000Z\",\"0.001619\",\"0.001276\",\"2000\"\n\"2024-06-27T23:25:00.000Z\",\"0.002487\",\"0.001975\",\"2000\"\n\"2024-06-27T23:30:00.000Z\",\"0.00186\",\"0.00152\",\"2000\"\n\"2024-06-27T23:35:00.000Z\",\"0.00239\",\"0.002036\",\"2000\"\n\"2024-06-27T23:40:00.000Z\",\"0.003748\",\"0.003214\",\"2000\"\n\"2024-06-27T23:45:00.000Z\",\"0.003442\",\"0.002934\",\"2000\"\n\"2024-06-27T23:50:00.000Z\",\"0.001971\",\"0.001506\",\"2000\"\n\"2024-06-27T23:55:00.000Z\",\"0.004253\",\"0.003833\",\"2000\"\n\"2024-06-28T00:00:00.000Z\",\"0.001717\",\"0.001329\",\"2000\"\n\"2024-06-28T00:05:00.000Z\",\"0.002294\",\"0.00181\",\"2000\"\n\"2024-06-28T00:10:00.000Z\",\"0.001831\",\"0.001578\",\"2000\"\n\"2024-06-28T00:15:00.000Z\",\"0.002153\",\"0.001802\",\"2000\"\n\"2024-06-28T00:20:00.000Z\",\"0.001995\",\"0.001586\",\"2000\"\n\"2024-06-28T00:25:00.000Z\",\"0.001949\",\"0.001533\",\"2000\"\n\"2024-06-28T00:30:00.000Z\",\"0.001717\",\"0.001412\",\"2000\"\n\"2024-06-28T00:35:00.000Z\",\"0.002231\",\"0.001702\",\"2000\"\n\"2024-06-28T00:40:00.000Z\",\"0.001683\",\"0.001327\",\"2000\"\n\"2024-06-28T00:45:00.000Z\",\"0.002301\",\"0.001924\",\"2000\"\n\"2024-06-28T00:50:00.000Z\",\"0.002042\",\"0.001728\",\"2000\"\n\"2024-06-28T00:55:00.000Z\",\"0.002005\",\"0.00159\",\"2000\"\n\"2024-06-28T01:00:00.000Z\",\"0.00251\",\"0.001937\",\"2000\"\n\"2024-06-28T01:05:00.000Z\",\"0.001625\",\"0.001347\",\"2000\"\n\"2024-06-28T01:10:00.000Z\",\"0.001828\",\"0.001441\",\"2000\"\n\"2024-06-28T01:15:00.000Z\",\"0.001958\",\"0.00159\",\"2000\"\n\"2024-06-28T01:20:00.000Z\",\"0.002426\",\"0.002059\",\"2000\"\n\"2024-06-28T01:25:00.000Z\",\"0.001701\",\"0.001385\",\"2000\"\n\"2024-06-28T01:30:00.000Z\",\"0.002438\",\"0.002017\",\"2000\"\n\"2024-06-28T01:35:00.000Z\",\"0.002081\",\"0.001682\",\"2000\"\n\"2024-06-28T01:40:00.000Z\",\"0.00167\",\"0.001373\",\"2000\"\n\"2024-06-28T01:45:00.000Z\",\"0.001919\",\"0.001549\",\"2000\"\n\"2024-06-28T01:50:00.000Z\",\"0.002207\",\"0.001728\",\"2000\"\n\"2024-06-28T01:55:00.000Z\",\"0.001589\",\"0.001222\",\"2000\"\n\"2024-06-28T02:00:00.000Z\",\"0.003457\",\"0.002878\",\"2000\"\n\"2024-06-28T02:05:00.000Z\",\"0.001635\",\"0.001387\",\"2000\"\n\"2024-06-28T02:10:00.000Z\",\"0.00158\",\"0.001305\",\"2000\"\n\"2024-06-28T02:15:00.000Z\",\"0.0022\",\"0.001776\",\"2000\"\n\"2024-06-28T02:20:00.000Z\",\"0.002045\",\"0.001648\",\"2000\"\n\"2024-06-28T02:25:00.000Z\",\"0.002316\",\"0.001874\",\"2000\"\n\"2024-06-28T02:30:00.000Z\",\"0.001736\",\"0.001398\",\"2000\"\n\"2024-06-28T02:35:00.000Z\",\"0.001603\",\"0.00133\",\"2000\"\n\"2024-06-28T02:40:00.000Z\",\"0.002446\",\"0.002023\",\"2000\"\n\"2024-06-28T02:45:00.000Z\",\"0.001799\",\"0.001395\",\"2000\"\n\"2024-06-28T02:50:00.000Z\",\"0.001596\",\"0.001293\",\"2000\"\n\"2024-06-28T02:55:00.000Z\",\"0.002736\",\"0.00222\",\"2000\"\n\"2024-06-28T03:00:00.000Z\",\"0.001511\",\"0.00117\",\"2000\"\n\"2024-06-28T03:05:00.000Z\",\"0.001472\",\"0.001113\",\"2000\"\n\"2024-06-28T03:10:00.000Z\",\"0.001886\",\"0.001566\",\"2000\"\n\"2024-06-28T03:15:00.000Z\",\"0.002136\",\"0.001643\",\"2000\"\n\"2024-06-28T03:20:00.000Z\",\"0.001799\",\"0.001347\",\"2000\"\n\"2024-06-28T03:25:00.000Z\",\"0.002548\",\"0.002018\",\"2000\"\n\"2024-06-28T03:30:00.000Z\",\"0.001563\",\"0.001228\",\"2000\"\n\"2024-06-28T03:35:00.000Z\",\"0.002092\",\"0.001737\",\"2000\"\n\"2024-06-28T03:40:00.000Z\",\"0.002156\",\"0.001759\",\"2000\"\n\"2024-06-28T03:45:00.000Z\",\"0.000658\",\"0.000406\",\"2000\"\n\"2024-06-28T03:50:00.000Z\",\"0.000893\",\"0.00069\",\"2000\"\n\"2024-06-28T03:55:00.000Z\",\"0.001357\",\"0.00111\",\"2000\"\n\"2024-06-28T04:00:00.000Z\",\"0.000958\",\"0.000701\",\"2000\"\n\"2024-06-28T04:05:00.000Z\",\"0.000592\",\"0.000383\",\"2000\"\n\"2024-06-28T04:10:00.000Z\",\"0.000839\",\"0.000707\",\"2000\"\n\"2024-06-28T04:15:00.000Z\",\"0.000687\",\"0.000487\",\"2000\"\n\"2024-06-28T04:20:00.000Z\",\"0.000701\",\"0.000438\",\"2000\"\n\"2024-06-28T04:25:00.000Z\",\"0.000681\",\"0.000457\",\"2000\"\n\"2024-06-28T04:30:00.000Z\",\"0.000956\",\"0.000694\",\"2000\"\n\"2024-06-28T04:35:00.000Z\",\"0.00084\",\"0.000626\",\"2000\"\n\"2024-06-28T04:40:00.000Z\",\"0.000534\",\"0.000461\",\"2000\"\n\"2024-06-28T04:45:00.000Z\",\"0.000685\",\"0.0005\",\"2000\"\n\"2024-06-28T04:50:00.000Z\",\"0.000628\",\"0.000375\",\"2000\"\n\"2024-06-28T04:55:00.000Z\",\"0.000597\",\"0.000404\",\"2000\"\n\"2024-06-28T05:00:00.000Z\",\"0.000799\",\"0.000599\",\"2000\"\n\"2024-06-28T05:05:00.000Z\",\"0.000631\",\"0.000456\",\"2000\"\n\"2024-06-28T05:10:00.000Z\",\"0.002249\",\"0.002087\",\"2000\"\n\"2024-06-28T05:15:00.000Z\",\"0.002973\",\"0.002834\",\"2000\"\n\"2024-06-28T05:20:00.000Z\",\"0.003348\",\"0.003101\",\"2000\"\n\"2024-06-28T05:25:00.000Z\",\"0.003555\",\"0.003441\",\"2000\"\n\"2024-06-28T05:30:00.000Z\",\"0.001301\",\"0.001132\",\"2000\"\n\"2024-06-28T05:35:00.000Z\",\"0.000474\",\"0.000364\",\"2000\"\n\"2024-06-28T05:40:00.000Z\",\"0.000791\",\"0.000523\",\"2000\"\n\"2024-06-28T05:45:00.000Z\",\"0.000569\",\"0.00039\",\"2000\"\n\"2024-06-28T05:50:00.000Z\",\"0.000714\",\"0.000526\",\"2000\"\n\"2024-06-28T05:55:00.000Z\",\"0.000649\",\"0.000501\",\"2000\"\n\"2024-06-28T06:00:00.000Z\",\"0.000731\",\"0.000481\",\"2000\"\n\"2024-06-28T06:05:00.000Z\",\"0.00068\",\"0.000503\",\"2000\"\n\"2024-06-28T06:10:00.000Z\",\"0.000638\",\"0.000455\",\"2000\"\n\"2024-06-28T06:15:00.000Z\",\"0.000541\",\"0.00037\",\"2000\"\n\"2024-06-28T06:20:00.000Z\",\"0.002374\",\"0.002203\",\"2000\"\n\"2024-06-28T06:25:00.000Z\",\"0.001056\",\"0.000848\",\"2000\"\n\"2024-06-28T06:30:00.000Z\",\"0.0007\",\"0.000525\",\"2000\"\n\"2024-06-28T06:35:00.000Z\",\"0.000678\",\"0.000437\",\"2000\"\n\"2024-06-28T06:40:00.000Z\",\"0.000672\",\"0.000478\",\"2000\"\n\"2024-06-28T06:45:00.000Z\",\"0.000696\",\"0.000526\",\"2000\"\n\"2024-06-28T06:50:00.000Z\",\"0.000533\",\"0.000381\",\"2000\"\n\"2024-06-28T06:55:00.000Z\",\"0.000471\",\"0.000359\",\"2000\"\n\"2024-06-28T07:00:00.000Z\",\"0.000817\",\"0.000459\",\"2000\"\n\"2024-06-28T07:05:00.000Z\",\"0.000727\",\"0.00058\",\"2000\"\n\"2024-06-28T07:10:00.000Z\",\"0.000696\",\"0.000568\",\"2000\"\n\"2024-06-28T07:15:00.000Z\",\"0.000596\",\"0.000409\",\"2000\"\n\"2024-06-28T07:20:00.000Z\",\"0.000484\",\"0.000355\",\"2000\"\n\"2024-06-28T07:25:00.000Z\",\"0.000575\",\"0.000387\",\"2000\"\n\"2024-06-28T07:30:00.000Z\",\"0.000665\",\"0.000512\",\"2000\"\n\"2024-06-28T07:35:00.000Z\",\"0.000625\",\"0.00039\",\"2000\"\n\"2024-06-28T07:40:00.000Z\",\"0.000828\",\"0.00059\",\"2000\"\n\"2024-06-28T07:45:00.000Z\",\"0.000894\",\"0.000666\",\"2000\"\n\"2024-06-28T07:50:00.000Z\",\"0.00118\",\"0.000913\",\"2000\"\n\"2024-06-28T07:55:00.000Z\",\"0.001012\",\"0.000776\",\"2000\"\n\"2024-06-28T08:00:00.000Z\",\"0.001117\",\"0.000772\",\"2000\"\n\"2024-06-28T08:05:00.000Z\",\"0.001082\",\"0.00078\",\"2000\"\n\"2024-06-28T08:10:00.000Z\",\"0.001149\",\"0.000944\",\"2000\"\n\"2024-06-28T08:15:00.000Z\",\"0.001169\",\"0.000831\",\"2000\"\n\"2024-06-28T08:20:00.000Z\",\"0.001101\",\"0.0008\",\"2000\"\n\"2024-06-28T08:25:00.000Z\",\"0.001164\",\"0.000849\",\"2000\"\n\"2024-06-28T08:30:00.000Z\",\"0.001175\",\"0.000837\",\"2000\"\n\"2024-06-28T08:35:00.000Z\",\"0.001145\",\"0.000941\",\"2000\"\n\"2024-06-28T08:40:00.000Z\",\"0.001012\",\"0.000774\",\"2000\"\n\"2024-06-28T08:45:00.000Z\",\"0.001693\",\"0.00157\",\"2000\"\n\"2024-06-28T08:50:00.000Z\",\"0.001102\",\"0.000806\",\"2000\"\n\"2024-06-28T08:55:00.000Z\",\"0.001291\",\"0.001062\",\"2000\"\n\"2024-06-28T09:00:00.000Z\",\"0.001101\",\"0.000854\",\"2000\"\n\"2024-06-28T09:05:00.000Z\",\"0.00111\",\"0.000839\",\"2000\"\n\"2024-06-28T09:10:00.000Z\",\"0.002807\",\"0.00258\",\"2000\"\n\"2024-06-28T09:15:00.000Z\",\"0.001145\",\"0.001002\",\"2000\"\n\"2024-06-28T09:20:00.000Z\",\"0.001104\",\"0.000773\",\"2000\"\n\"2024-06-28T09:25:00.000Z\",\"0.00119\",\"0.000863\",\"2000\"\n\"2024-06-28T09:30:00.000Z\",\"0.001129\",\"0.000843\",\"2000\"\n\"2024-06-28T09:35:00.000Z\",\"0.001069\",\"0.000846\",\"2000\"\n\"2024-06-28T09:40:00.000Z\",\"0.001325\",\"0.001025\",\"2000\"\n\"2024-06-28T09:45:00.000Z\",\"0.001024\",\"0.000744\",\"2000\"\n\"2024-06-28T09:50:00.000Z\",\"0.001206\",\"0.000847\",\"2000\"\n\"2024-06-28T09:55:00.000Z\",\"0.001092\",\"0.000785\",\"2000\"\n\"2024-06-28T10:00:00.000Z\",\"0.001232\",\"0.000908\",\"2000\"\n\"2024-06-28T10:05:00.000Z\",\"0.001052\",\"0.000777\",\"2000\"\n\"2024-06-28T10:10:00.000Z\",\"0.00112\",\"0.000847\",\"2000\"\n\"2024-06-28T10:15:00.000Z\",\"0.001304\",\"0.001042\",\"2000\"\n\"2024-06-28T10:20:00.000Z\",\"0.001443\",\"0.001216\",\"2000\"\n\"2024-06-28T10:25:00.000Z\",\"0.004599\",\"0.00399\",\"2000\"\n\"2024-06-28T10:30:00.000Z\",\"0.00487\",\"0.004265\",\"2000\"\n\"2024-06-28T10:35:00.000Z\",\"0.004989\",\"0.004438\",\"2000\"\n\"2024-06-28T10:40:00.000Z\",\"0.004922\",\"0.00439\",\"2000\"\n\"2024-06-28T10:45:00.000Z\",\"0.002473\",\"0.002137\",\"2000\"\n\"2024-06-28T10:50:00.000Z\",\"0.001167\",\"0.000869\",\"2000\"\n\"2024-06-28T10:55:00.000Z\",\"0.001171\",\"0.000888\",\"2000\"\n\"2024-06-28T11:00:00.000Z\",\"0.001288\",\"0.000978\",\"2000\"\n\"2024-06-28T11:05:00.000Z\",\"0.001253\",\"0.000985\",\"2000\"\n\"2024-06-28T11:10:00.000Z\",\"0.001197\",\"0.000851\",\"2000\"\n\"2024-06-28T11:15:00.000Z\",\"0.000991\",\"0.000725\",\"2000\"\n\"2024-06-28T11:20:00.000Z\",\"0.001057\",\"0.00076\",\"2000\"\n\"2024-06-28T11:25:00.000Z\",\"0.00114\",\"0.000922\",\"2000\"\n\"2024-06-28T11:30:00.000Z\",\"0.001261\",\"0.000898\",\"2000\"\n\"2024-06-28T11:35:00.000Z\",\"0.001202\",\"0.000882\",\"2000\"\n\"2024-06-28T11:40:00.000Z\",\"0.001072\",\"0.000756\",\"2000\"\n\"2024-06-28T11:45:00.000Z\",\"0.001194\",\"0.000881\",\"2000\"\n\"2024-06-28T11:50:00.000Z\",\"0.001162\",\"0.000878\",\"2000\"\n\"2024-06-28T11:55:00.000Z\",\"0.001071\",\"0.00078\",\"2000\"\n\"2024-06-28T12:00:00.000Z\",\"0.001121\",\"0.00074\",\"2000\"\n\"2024-06-28T12:05:00.000Z\",\"0.001194\",\"0.000864\",\"2000\"\n\"2024-06-28T12:10:00.000Z\",\"0.001068\",\"0.000899\",\"2000\"\n\"2024-06-28T12:15:00.000Z\",\"0.001178\",\"0.00083\",\"2000\"\n\"2024-06-28T12:20:00.000Z\",\"0.001155\",\"0.000813\",\"2000\"\n\"2024-06-28T12:25:00.000Z\",\"0.001172\",\"0.000849\",\"2000\"\n\"2024-06-28T12:30:00.000Z\",\"0.001081\",\"0.00085\",\"2000\"\n\"2024-06-28T12:35:00.000Z\",\"0.001142\",\"0.000733\",\"2000\"\n\"2024-06-28T12:40:00.000Z\",\"0.001093\",\"0.000792\",\"2000\"\n\"2024-06-28T12:45:00.000Z\",\"0.00127\",\"0.000946\",\"2000\"\n\"2024-06-28T12:50:00.000Z\",\"0.001254\",\"0.00098\",\"2000\"\n\"2024-06-28T12:55:00.000Z\",\"0.001016\",\"0.00075\",\"2000\"\n\"2024-06-28T13:00:00.000Z\",\"0.001089\",\"0.000765\",\"2000\"\n\"2024-06-28T13:05:00.000Z\",\"0.001073\",\"0.000766\",\"2000\"\n\"2024-06-28T13:10:00.000Z\",\"0.002209\",\"0.001955\",\"2000\"\n\"2024-06-28T13:15:00.000Z\",\"0.001765\",\"0.00151\",\"2000\"\n\"2024-06-28T13:20:00.000Z\",\"0.001181\",\"0.000877\",\"2000\"\n\"2024-06-28T13:25:00.000Z\",\"0.000967\",\"0.000692\",\"2000\"\n\"2024-06-28T13:30:00.000Z\",\"0.000835\",\"0.000489\",\"2000\"\n\"2024-06-28T13:35:00.000Z\",\"0.001179\",\"0.000962\",\"2000\"\n\"2024-06-28T13:40:00.000Z\",\"0.001155\",\"0.000786\",\"2000\"\n\"2024-06-28T13:45:00.000Z\",\"0.001009\",\"0.000772\",\"2000\"\n\"2024-06-28T13:50:00.000Z\",\"0.001183\",\"0.000862\",\"2000\"\n\"2024-06-28T13:55:00.000Z\",\"0.001176\",\"0.000908\",\"2000\"\n\"2024-06-28T14:00:00.000Z\",\"0.001098\",\"0.000874\",\"2000\"\n\"2024-06-28T14:05:00.000Z\",\"0.001251\",\"0.00098\",\"2000\"\n\"2024-06-28T14:10:00.000Z\",\"0.000965\",\"0.000729\",\"2000\"\n\"2024-06-28T14:15:00.000Z\",\"0.001144\",\"0.000862\",\"2000\"\n\"2024-06-28T14:20:00.000Z\",\"0.001177\",\"0.000803\",\"2000\"\n\"2024-06-28T14:25:00.000Z\",\"0.001124\",\"0.000815\",\"2000\"\n\"2024-06-28T14:30:00.000Z\",\"0.001468\",\"0.000997\",\"2000\"\n\"2024-06-28T14:35:00.000Z\",\"0.001076\",\"0.000788\",\"2000\"\n\"2024-06-28T14:40:00.000Z\",\"0.001322\",\"0.00108\",\"2000\"\n\"2024-06-28T14:45:00.000Z\",\"0.001058\",\"0.000788\",\"2000\"\n\"2024-06-28T14:50:00.000Z\",\"0.001151\",\"0.000813\",\"2000\"\n\"2024-06-28T14:55:00.000Z\",\"0.001082\",\"0.000776\",\"2000\"\n\"2024-06-28T15:00:00.000Z\",\"0.001116\",\"0.000868\",\"2000\"\n\"2024-06-28T15:05:00.000Z\",\"0.001096\",\"0.000768\",\"2000\"\n\"2024-06-28T15:10:00.000Z\",\"0.001123\",\"0.000873\",\"2000\"\n\"2024-06-28T15:15:00.000Z\",\"0.001251\",\"0.000933\",\"2000\"\n\"2024-06-28T15:20:00.000Z\",\"0.001292\",\"0.00097\",\"2000\"\n\"2024-06-28T15:25:00.000Z\",\"0.001143\",\"0.000906\",\"2000\"\n\"2024-06-28T15:30:00.000Z\",\"0.001257\",\"0.000849\",\"2000\"\n\"2024-06-28T15:35:00.000Z\",\"0.0011\",\"0.000745\",\"2000\"\n\"2024-06-28T15:40:00.000Z\",\"0.001152\",\"0.000809\",\"2000\"\n\"2024-06-28T15:45:00.000Z\",\"0.001058\",\"0.00091\",\"2000\"\n\"2024-06-28T15:50:00.000Z\",\"0.001183\",\"0.000868\",\"2000\"\n\"2024-06-28T15:55:00.000Z\",\"0.001106\",\"0.000941\",\"2000\"\n\"2024-06-28T16:00:00.000Z\",\"0.001377\",\"0.001063\",\"2000\"\n\"2024-06-28T16:05:00.000Z\",\"0.001147\",\"0.000848\",\"2000\"\n\"2024-06-28T16:10:00.000Z\",\"0.001076\",\"0.000847\",\"2000\"\n\"2024-06-28T16:15:00.000Z\",\"0.001171\",\"0.000797\",\"2000\"\n\"2024-06-28T16:20:00.000Z\",\"0.001582\",\"0.001206\",\"2000\"\n\"2024-06-28T16:25:00.000Z\",\"0.000995\",\"0.000734\",\"2000\"\n\"2024-06-28T16:30:00.000Z\",\"0.000938\",\"0.00067\",\"2000\"\n\"2024-06-28T16:35:00.000Z\",\"0.001708\",\"0.001287\",\"2000\"\n\"2024-06-28T16:40:00.000Z\",\"0.001273\",\"0.000955\",\"2000\"\n\"2024-06-28T16:45:00.000Z\",\"0.001081\",\"0.000794\",\"2000\"\n\"2024-06-28T16:50:00.000Z\",\"0.001561\",\"0.001281\",\"2000\"\n\"2024-06-28T16:55:00.000Z\",\"0.001621\",\"0.001272\",\"2000\"\n\"2024-06-28T17:00:00.000Z\",\"0.001088\",\"0.000771\",\"2000\"\n\"2024-06-28T17:05:00.000Z\",\"0.00143\",\"0.001058\",\"2000\"\n\"2024-06-28T17:10:00.000Z\",\"0.001453\",\"0.001139\",\"2000\"\n\"2024-06-28T17:15:00.000Z\",\"0.00151\",\"0.001138\",\"2000\"\n\"2024-06-28T17:20:00.000Z\",\"0.001254\",\"0.000944\",\"2000\"\n\"2024-06-28T17:25:00.000Z\",\"0.001419\",\"0.001037\",\"2000\"\n\"2024-06-28T17:30:00.000Z\",\"0.001414\",\"0.001137\",\"2000\"\n\"2024-06-28T17:35:00.000Z\",\"0.001362\",\"0.000989\",\"2000\"\n\"2024-06-28T17:40:00.000Z\",\"0.001264\",\"0.000909\",\"2000\"\n\"2024-06-28T17:45:00.000Z\",\"0.001205\",\"0.000926\",\"2000\"\n\"2024-06-28T17:50:00.000Z\",\"0.001326\",\"0.001137\",\"2000\"\n\"2024-06-28T17:55:00.000Z\",\"0.003159\",\"0.002899\",\"2000\"\n\"2024-06-28T18:00:00.000Z\",\"0.001243\",\"0.000886\",\"2000\"\n\"2024-06-28T18:05:00.000Z\",\"0.001306\",\"0.001\",\"2000\"\n\"2024-06-28T18:10:00.000Z\",\"0.001673\",\"0.001252\",\"2000\"\n\"2024-06-28T18:15:00.000Z\",\"0.001181\",\"0.00093\",\"2000\"\n\"2024-06-28T18:20:00.000Z\",\"0.001413\",\"0.001068\",\"2000\"\n\"2024-06-28T18:25:00.000Z\",\"0.001495\",\"0.001155\",\"2000\"\n\"2024-06-28T18:30:00.000Z\",\"0.001139\",\"0.00087\",\"2000\"\n\"2024-06-28T18:35:00.000Z\",\"0.001798\",\"0.001401\",\"2000\"\n\"2024-06-28T18:40:00.000Z\",\"0.001357\",\"0.001002\",\"2000\"\n\"2024-06-28T18:45:00.000Z\",\"0.002809\",\"0.002607\",\"2000\"\n\"2024-06-28T18:50:00.000Z\",\"0.001099\",\"0.000813\",\"2000\"\n\"2024-06-28T18:55:00.000Z\",\"0.001323\",\"0.000967\",\"2000\"\n\"2024-06-28T19:00:00.000Z\",\"0.001174\",\"0.000905\",\"2000\"\n\"2024-06-28T19:05:00.000Z\",\"0.001154\",\"0.000938\",\"2000\"\n\"2024-06-28T19:10:00.000Z\",\"0.001062\",\"0.000836\",\"2000\"\n\"2024-06-28T19:15:00.000Z\",\"0.001711\",\"0.001338\",\"2000\"\n\"2024-06-28T19:20:00.000Z\",\"0.001454\",\"0.001113\",\"2000\"\n\"2024-06-28T19:25:00.000Z\",\"0.001214\",\"0.00076\",\"2000\"\n\"2024-06-28T19:30:00.000Z\",\"0.00096\",\"0.000621\",\"2000\"\n\"2024-06-28T19:35:00.000Z\",\"0.001204\",\"0.000928\",\"2000\"\n\"2024-06-28T19:40:00.000Z\",\"0.001029\",\"0.000656\",\"2000\"\n\"2024-06-28T19:45:00.000Z\",\"0.001584\",\"0.001173\",\"2000\"\n\"2024-06-28T19:50:00.000Z\",\"0.001486\",\"0.001136\",\"2000\"\n\"2024-06-28T19:55:00.000Z\",\"0.002807\",\"0.002264\",\"2000\"\n\"2024-06-28T20:00:00.000Z\",\"0.001361\",\"0.001012\",\"2000\"\n\"2024-06-28T20:05:00.000Z\",\"0.001358\",\"0.001076\",\"2000\"\n\"2024-06-28T20:10:00.000Z\",\"0.00152\",\"0.001275\",\"2000\"\n\"2024-06-28T20:15:00.000Z\",\"0.001128\",\"0.000879\",\"2000\"\n\"2024-06-28T20:20:00.000Z\",\"0.001703\",\"0.001213\",\"2000\"\n\"2024-06-28T20:25:00.000Z\",\"0.001131\",\"0.000864\",\"2000\"\n\"2024-06-28T20:30:00.000Z\",\"0.00207\",\"0.001602\",\"2000\"\n\"2024-06-28T20:35:00.000Z\",\"0.00127\",\"0.000971\",\"2000\"\n\"2024-06-28T20:40:00.000Z\",\"0.001146\",\"0.000836\",\"2000\"\n\"2024-06-28T20:45:00.000Z\",\"0.001081\",\"0.00084\",\"2000\"\n\"2024-06-28T20:50:00.000Z\",\"0.002469\",\"0.002169\",\"2000\"\n\"2024-06-28T20:55:00.000Z\",\"0.001137\",\"0.000775\",\"2000\"\n\"2024-06-28T21:00:00.000Z\",\"0.001103\",\"0.000813\",\"2000\"\n\"2024-06-28T21:05:00.000Z\",\"0.001615\",\"0.00121\",\"2000\"\n\"2024-06-28T21:10:00.000Z\",\"0.001507\",\"0.001264\",\"2000\"\n\"2024-06-28T21:15:00.000Z\",\"0.001345\",\"0.000966\",\"2000\"\n\"2024-06-28T21:20:00.000Z\",\"0.001369\",\"0.000978\",\"2000\"\n\"2024-06-28T21:25:00.000Z\",\"0.001382\",\"0.001126\",\"2000\"\n\"2024-06-28T21:30:00.000Z\",\"0.001505\",\"0.001112\",\"2000\"\n\"2024-06-28T21:35:00.000Z\",\"0.00139\",\"0.001094\",\"2000\"\n\"2024-06-28T21:40:00.000Z\",\"0.001375\",\"0.000972\",\"2000\"\n\"2024-06-28T21:45:00.000Z\",\"0.001221\",\"0.000925\",\"2000\"\n\"2024-06-28T21:50:00.000Z\",\"0.001288\",\"0.001057\",\"2000\"\n\"2024-06-28T21:55:00.000Z\",\"0.001664\",\"0.001217\",\"2000\"\n\"2024-06-28T22:00:00.000Z\",\"0.001197\",\"0.000851\",\"2000\"\n\"2024-06-28T22:05:00.000Z\",\"0.001286\",\"0.001062\",\"2000\"\n\"2024-06-28T22:10:00.000Z\",\"0.002225\",\"0.001953\",\"2000\"\n\"2024-06-28T22:15:00.000Z\",\"0.001889\",\"0.001708\",\"2000\"\n\"2024-06-28T22:20:00.000Z\",\"0.001187\",\"0.000859\",\"2000\"\n\"2024-06-28T22:25:00.000Z\",\"0.001043\",\"0.000677\",\"2000\"\n\"2024-06-28T22:30:00.000Z\",\"0.000848\",\"0.000594\",\"2000\"\n\"2024-06-28T22:35:00.000Z\",\"0.001227\",\"0.00095\",\"2000\"\n\"2024-06-28T22:40:00.000Z\",\"0.001245\",\"0.000919\",\"2000\"\n\"2024-06-28T22:45:00.000Z\",\"0.001197\",\"0.001037\",\"2000\"\n\"2024-06-28T22:50:00.000Z\",\"0.001105\",\"0.000802\",\"2000\"\n\"2024-06-28T22:55:00.000Z\",\"0.00118\",\"0.00088\",\"2000\"\n\"2024-06-28T23:00:00.000Z\",\"0.001142\",\"0.000822\",\"2000\"\n\"2024-06-28T23:05:00.000Z\",\"0.001096\",\"0.000831\",\"2000\"\n\"2024-06-28T23:10:00.000Z\",\"0.001075\",\"0.000774\",\"2000\"\n\"2024-06-28T23:15:00.000Z\",\"0.001121\",\"0.000829\",\"2000\"\n\"2024-06-28T23:20:00.000Z\",\"0.001434\",\"0.001282\",\"2000\"\n\"2024-06-28T23:25:00.000Z\",\"0.001127\",\"0.000834\",\"2000\"\n\"2024-06-28T23:30:00.000Z\",\"0.001057\",\"0.000762\",\"2000\"\n\"2024-06-28T23:35:00.000Z\",\"0.001309\",\"0.000965\",\"2000\"\n\"2024-06-28T23:40:00.000Z\",\"0.001229\",\"0.000985\",\"2000\"\n\"2024-06-28T23:45:00.000Z\",\"0.001146\",\"0.000847\",\"2000\"\n\"2024-06-28T23:50:00.000Z\",\"0.00107\",\"0.000773\",\"2000\"\n\"2024-06-28T23:55:00.000Z\",\"0.001176\",\"0.000807\",\"2000\"\n\"2024-06-29T00:00:00.000Z\",\"0.001362\",\"0.001121\",\"2000\"\n\"2024-06-29T00:05:00.000Z\",\"0.001097\",\"0.000826\",\"2000\"\n\"2024-06-29T00:10:00.000Z\",\"0.00123\",\"0.000883\",\"2000\"\n\"2024-06-29T00:15:00.000Z\",\"0.001127\",\"0.000794\",\"2000\"\n\"2024-06-29T00:20:00.000Z\",\"0.001042\",\"0.000844\",\"2000\"\n\"2024-06-29T00:25:00.000Z\",\"0.001275\",\"0.000897\",\"2000\"\n\"2024-06-29T00:30:00.000Z\",\"0.001089\",\"0.000795\",\"2000\"\n\"2024-06-29T00:35:00.000Z\",\"0.0012\",\"0.000998\",\"2000\"\n\"2024-06-29T00:40:00.000Z\",\"0.001194\",\"0.000885\",\"2000\"\n\"2024-06-29T00:45:00.000Z\",\"0.001159\",\"0.00085\",\"2000\"\n\"2024-06-29T00:50:00.000Z\",\"0.001112\",\"0.000815\",\"2000\"\n\"2024-06-29T00:55:00.000Z\",\"0.001112\",\"0.000816\",\"2000\"\n\"2024-06-29T01:00:00.000Z\",\"0.001248\",\"0.000871\",\"2000\"\n\"2024-06-29T01:05:00.000Z\",\"0.001221\",\"0.000892\",\"2000\"\n\"2024-06-29T01:10:00.000Z\",\"0.001093\",\"0.000773\",\"2000\"\n\"2024-06-29T01:15:00.000Z\",\"0.001243\",\"0.000961\",\"2000\"\n\"2024-06-29T01:20:00.000Z\",\"0.001042\",\"0.000757\",\"2000\"\n\"2024-06-29T01:25:00.000Z\",\"0.001113\",\"0.000808\",\"2000\"\n\"2024-06-29T01:30:00.000Z\",\"0.000877\",\"0.000594\",\"2000\"\n\"2024-06-29T01:35:00.000Z\",\"0.001046\",\"0.000782\",\"2000\"\n\"2024-06-29T01:40:00.000Z\",\"0.001107\",\"0.000782\",\"2000\"\n\"2024-06-29T01:45:00.000Z\",\"0.001176\",\"0.000822\",\"2000\"\n\"2024-06-29T01:50:00.000Z\",\"0.001397\",\"0.001036\",\"2000\"\n\"2024-06-29T01:55:00.000Z\",\"0.001083\",\"0.000904\",\"2000\"\n\"2024-06-29T02:00:00.000Z\",\"0.001125\",\"0.000786\",\"2000\"\n\"2024-06-29T02:05:00.000Z\",\"0.00116\",\"0.000823\",\"2000\"\n\"2024-06-29T02:10:00.000Z\",\"0.001058\",\"0.000851\",\"2000\"\n\"2024-06-29T02:15:00.000Z\",\"0.001054\",\"0.000767\",\"2000\"\n\"2024-06-29T02:20:00.000Z\",\"0.001234\",\"0.000914\",\"2000\"\n\"2024-06-29T02:25:00.000Z\",\"0.001023\",\"0.000796\",\"2000\"\n\"2024-06-29T02:30:00.000Z\",\"0.00133\",\"0.001155\",\"2000\"\n\"2024-06-29T02:35:00.000Z\",\"0.001127\",\"0.000865\",\"2000\"\n\"2024-06-29T02:40:00.000Z\",\"0.001168\",\"0.000826\",\"2000\"\n\"2024-06-29T02:45:00.000Z\",\"0.001099\",\"0.000803\",\"2000\"\n\"2024-06-29T02:50:00.000Z\",\"0.001103\",\"0.000822\",\"2000\"\n\"2024-06-29T02:55:00.000Z\",\"0.001413\",\"0.001144\",\"2000\"\n\"2024-06-29T03:00:00.000Z\",\"0.001101\",\"0.000827\",\"2000\"\n\"2024-06-29T03:05:00.000Z\",\"0.001178\",\"0.000827\",\"2000\"\n\"2024-06-29T03:10:00.000Z\",\"0.001252\",\"0.00102\",\"2000\"\n\"2024-06-29T03:15:00.000Z\",\"0.001251\",\"0.000977\",\"2000\"\n\"2024-06-29T03:20:00.000Z\",\"0.001164\",\"0.000826\",\"2000\"\n\"2024-06-29T03:25:00.000Z\",\"0.001519\",\"0.001196\",\"2000\"\n\"2024-06-29T03:30:00.000Z\",\"0.00118\",\"0.000824\",\"2000\"\n\"2024-06-29T03:35:00.000Z\",\"0.001172\",\"0.000911\",\"2000\"\n\"2024-06-29T03:40:00.000Z\",\"0.001032\",\"0.000793\",\"2000\"\n\"2024-06-29T03:45:00.000Z\",\"0.002816\",\"0.002628\",\"2000\"\n\"2024-06-29T03:50:00.000Z\",\"0.000741\",\"0.000487\",\"2000\"\n\"2024-06-29T03:55:00.000Z\",\"0.000638\",\"0.000435\",\"2000\"\n\"2024-06-29T04:00:00.000Z\",\"0.000766\",\"0.000631\",\"2000\"\n\"2024-06-29T04:05:00.000Z\",\"0.000594\",\"0.000432\",\"2000\"\n\"2024-06-29T04:10:00.000Z\",\"0.000792\",\"0.000496\",\"2000\"\n\"2024-06-29T04:15:00.000Z\",\"0.002228\",\"0.001549\",\"2000\"\n\"2024-06-29T04:20:00.000Z\",\"0.000802\",\"0.000624\",\"2000\"\n\"2024-06-29T04:25:00.000Z\",\"0.001163\",\"0.000915\",\"2000\"\n\"2024-06-29T04:30:00.000Z\",\"0.001613\",\"0.001121\",\"2000\"\n\"2024-06-29T04:35:00.000Z\",\"0.001048\",\"0.00072\",\"2000\"\n\"2024-06-29T04:40:00.000Z\",\"0.000704\",\"0.000537\",\"2000\"\n\"2024-06-29T04:45:00.000Z\",\"0.001831\",\"0.001716\",\"2000\"\n\"2024-06-29T04:50:00.000Z\",\"0.001215\",\"0.000809\",\"2000\"\n\"2024-06-29T04:55:00.000Z\",\"0.000859\",\"0.000602\",\"2000\"\n\"2024-06-29T05:00:00.000Z\",\"0.001361\",\"0.001108\",\"2000\"\n\"2024-06-29T05:05:00.000Z\",\"0.000859\",\"0.000651\",\"2000\"\n\"2024-06-29T05:10:00.000Z\",\"0.001429\",\"0.001013\",\"2000\"\n\"2024-06-29T05:15:00.000Z\",\"0.001676\",\"0.001635\",\"2000\"\n\"2024-06-29T05:20:00.000Z\",\"0.000839\",\"0.000543\",\"2000\"\n\"2024-06-29T05:25:00.000Z\",\"0.000622\",\"0.000413\",\"2000\"\n\"2024-06-29T05:30:00.000Z\",\"0.001276\",\"0.000987\",\"2000\"\n\"2024-06-29T05:35:00.000Z\",\"0.000826\",\"0.000587\",\"2000\"\n\"2024-06-29T05:40:00.000Z\",\"0.002926\",\"0.002667\",\"2000\"\n\"2024-06-29T05:45:00.000Z\",\"0.001212\",\"0.000976\",\"2000\"\n\"2024-06-29T05:50:00.000Z\",\"0.000938\",\"0.000682\",\"2000\"\n\"2024-06-29T05:55:00.000Z\",\"0.000669\",\"0.000451\",\"2000\"\n\"2024-06-29T06:00:00.000Z\",\"0.001454\",\"0.001104\",\"2000\"\n\"2024-06-29T06:05:00.000Z\",\"0.000778\",\"0.000557\",\"2000\"\n\"2024-06-29T06:10:00.000Z\",\"0.001056\",\"0.000723\",\"2000\"\n\"2024-06-29T06:15:00.000Z\",\"0.001432\",\"0.00112\",\"2000\"\n\"2024-06-29T06:20:00.000Z\",\"0.000775\",\"0.000616\",\"2000\"\n\"2024-06-29T06:25:00.000Z\",\"0.000928\",\"0.000691\",\"2000\"\n\"2024-06-29T06:30:00.000Z\",\"0.001726\",\"0.001337\",\"2000\"\n\"2024-06-29T06:35:00.000Z\",\"0.0006\",\"0.000473\",\"2000\"\n\"2024-06-29T06:40:00.000Z\",\"0.001239\",\"0.000805\",\"2000\"\n\"2024-06-29T06:45:00.000Z\",\"0.00125\",\"0.000939\",\"2000\"\n\"2024-06-29T06:50:00.000Z\",\"0.001413\",\"0.001153\",\"2000\"\n\"2024-06-29T06:55:00.000Z\",\"0.000756\",\"0.000575\",\"2000\"\n\"2024-06-29T07:00:00.000Z\",\"0.001376\",\"0.001102\",\"2000\"\n\"2024-06-29T07:05:00.000Z\",\"0.001323\",\"0.001001\",\"2000\"\n\"2024-06-29T07:10:00.000Z\",\"0.001215\",\"0.000891\",\"2000\"\n\"2024-06-29T07:15:00.000Z\",\"0.001464\",\"0.001107\",\"2000\"\n\"2024-06-29T07:20:00.000Z\",\"0.001181\",\"0.000789\",\"2000\"\n\"2024-06-29T07:25:00.000Z\",\"0.000957\",\"0.000729\",\"2000\"\n\"2024-06-29T07:30:00.000Z\",\"0.001619\",\"0.001277\",\"2000\"\n\"2024-06-29T07:35:00.000Z\",\"0.001089\",\"0.000882\",\"2000\"\n\"2024-06-29T07:40:00.000Z\",\"0.002098\",\"0.001906\",\"2000\"\n\"2024-06-29T07:45:00.000Z\",\"0.001659\",\"0.001461\",\"2000\"\n\"2024-06-29T07:50:00.000Z\",\"0.001293\",\"0.000978\",\"2000\"\n\"2024-06-29T07:55:00.000Z\",\"0.001181\",\"0.000895\",\"2000\"\n\"2024-06-29T08:00:00.000Z\",\"0.001685\",\"0.001348\",\"2000\"\n\"2024-06-29T08:05:00.000Z\",\"0.001175\",\"0.000865\",\"2000\"\n\"2024-06-29T08:10:00.000Z\",\"0.001074\",\"0.000893\",\"2000\"\n\"2024-06-29T08:15:00.000Z\",\"0.002132\",\"0.001737\",\"2000\"\n\"2024-06-29T08:20:00.000Z\",\"0.001766\",\"0.001409\",\"2000\"\n\"2024-06-29T08:25:00.000Z\",\"0.001136\",\"0.00089\",\"2000\"\n\"2024-06-29T08:30:00.000Z\",\"0.001209\",\"0.000898\",\"2000\"\n\"2024-06-29T08:35:00.000Z\",\"0.00101\",\"0.000846\",\"2000\"\n\"2024-06-29T08:40:00.000Z\",\"0.001446\",\"0.001052\",\"2000\"\n\"2024-06-29T08:45:00.000Z\",\"0.001638\",\"0.001219\",\"2000\"\n\"2024-06-29T08:50:00.000Z\",\"0.001092\",\"0.000881\",\"2000\"\n\"2024-06-29T08:55:00.000Z\",\"0.001428\",\"0.001163\",\"2000\"\n\"2024-06-29T09:00:00.000Z\",\"0.001705\",\"0.00133\",\"2000\"\n\"2024-06-29T09:05:00.000Z\",\"0.000967\",\"0.000714\",\"2000\"\n\"2024-06-29T09:10:00.000Z\",\"0.001214\",\"0.000927\",\"2000\"\n\"2024-06-29T09:15:00.000Z\",\"0.00131\",\"0.001045\",\"2000\"\n\"2024-06-29T09:20:00.000Z\",\"0.001159\",\"0.000861\",\"2000\"\n\"2024-06-29T09:25:00.000Z\",\"0.001372\",\"0.001068\",\"2000\"\n\"2024-06-29T09:30:00.000Z\",\"0.002458\",\"0.001853\",\"2000\"\n\"2024-06-29T09:35:00.000Z\",\"0.000961\",\"0.000759\",\"2000\"\n\"2024-06-29T09:40:00.000Z\",\"0.001395\",\"0.000932\",\"2000\"\n\"2024-06-29T09:45:00.000Z\",\"0.00122\",\"0.000916\",\"2000\"\n\"2024-06-29T09:50:00.000Z\",\"0.000979\",\"0.000688\",\"2000\"\n\"2024-06-29T09:55:00.000Z\",\"0.001195\",\"0.000826\",\"2000\"\n\"2024-06-29T10:00:00.000Z\",\"0.001099\",\"0.000822\",\"2000\"\n\"2024-06-29T10:05:00.000Z\",\"0.000931\",\"0.000688\",\"2000\"\n\"2024-06-29T10:10:00.000Z\",\"0.001303\",\"0.000961\",\"2000\"\n\"2024-06-29T10:15:00.000Z\",\"0.001043\",\"0.000758\",\"2000\"\n\"2024-06-29T10:20:00.000Z\",\"0.001731\",\"0.001332\",\"2000\"\n\"2024-06-29T10:25:00.000Z\",\"0.001086\",\"0.000861\",\"2000\"\n\"2024-06-29T10:30:00.000Z\",\"0.000906\",\"0.000674\",\"2000\"\n\"2024-06-29T10:35:00.000Z\",\"0.001372\",\"0.000978\",\"2000\"\n\"2024-06-29T10:40:00.000Z\",\"0.001661\",\"0.001414\",\"2000\"\n\"2024-06-29T10:45:00.000Z\",\"0.001089\",\"0.000822\",\"2000\"\n\"2024-06-29T10:50:00.000Z\",\"0.001146\",\"0.000829\",\"2000\"\n\"2024-06-29T10:55:00.000Z\",\"0.001715\",\"0.001328\",\"2000\"\n\"2024-06-29T11:00:00.000Z\",\"0.001488\",\"0.001144\",\"2000\"\n\"2024-06-29T11:05:00.000Z\",\"0.003855\",\"0.00363\",\"2000\"\n\"2024-06-29T11:10:00.000Z\",\"0.00406\",\"0.003742\",\"2000\"\n\"2024-06-29T11:15:00.000Z\",\"0.003885\",\"0.003644\",\"2000\"\n\"2024-06-29T11:20:00.000Z\",\"0.004492\",\"0.004155\",\"2000\"\n\"2024-06-29T11:25:00.000Z\",\"0.003333\",\"0.002889\",\"2000\"\n\"2024-06-29T11:30:00.000Z\",\"0.001101\",\"0.000873\",\"2000\"\n\"2024-06-29T11:35:00.000Z\",\"0.000971\",\"0.000695\",\"2000\"\n\"2024-06-29T11:40:00.000Z\",\"0.00152\",\"0.000991\",\"2000\"\n\"2024-06-29T11:45:00.000Z\",\"0.001323\",\"0.00102\",\"2000\"\n\"2024-06-29T11:50:00.000Z\",\"0.001125\",\"0.000827\",\"2000\"\n\"2024-06-29T11:55:00.000Z\",\"0.001548\",\"0.001197\",\"2000\"\n\"2024-06-29T12:00:00.000Z\",\"0.001722\",\"0.001378\",\"2000\"\n\"2024-06-29T12:05:00.000Z\",\"0.001222\",\"0.000948\",\"2000\"\n\"2024-06-29T12:10:00.000Z\",\"0.001062\",\"0.000865\",\"2000\"\n\"2024-06-29T12:15:00.000Z\",\"0.001384\",\"0.001048\",\"2000\"\n\"2024-06-29T12:20:00.000Z\",\"0.001188\",\"0.000877\",\"2000\"\n\"2024-06-29T12:25:00.000Z\",\"0.000998\",\"0.000687\",\"2000\"\n\"2024-06-29T12:30:00.000Z\",\"0.001425\",\"0.001317\",\"2000\"\n\"2024-06-29T12:35:00.000Z\",\"0.001425\",\"0.001099\",\"2000\"\n\"2024-06-29T12:40:00.000Z\",\"0.004338\",\"0.003903\",\"2000\"\n\"2024-06-29T12:45:00.000Z\",\"0.001205\",\"0.000976\",\"2000\"\n\"2024-06-29T12:50:00.000Z\",\"0.001509\",\"0.001182\",\"2000\"\n\"2024-06-29T12:55:00.000Z\",\"0.001081\",\"0.000766\",\"2000\"\n\"2024-06-29T13:00:00.000Z\",\"0.001017\",\"0.000716\",\"2000\"\n\"2024-06-29T13:05:00.000Z\",\"0.001205\",\"0.000885\",\"2000\"\n\"2024-06-29T13:10:00.000Z\",\"0.001239\",\"0.001011\",\"2000\"\n\"2024-06-29T13:15:00.000Z\",\"0.0014\",\"0.001139\",\"2000\"\n\"2024-06-29T13:20:00.000Z\",\"0.001632\",\"0.001264\",\"2000\"\n\"2024-06-29T13:25:00.000Z\",\"0.001462\",\"0.001091\",\"2000\"\n\"2024-06-29T13:30:00.000Z\",\"0.001205\",\"0.000863\",\"2000\"\n\"2024-06-29T13:35:00.000Z\",\"0.001057\",\"0.000775\",\"2000\"\n\"2024-06-29T13:40:00.000Z\",\"0.001245\",\"0.000931\",\"2000\"\n\"2024-06-29T13:45:00.000Z\",\"0.001642\",\"0.001238\",\"2000\"\n\"2024-06-29T13:50:00.000Z\",\"0.001133\",\"0.00088\",\"2000\"\n\"2024-06-29T13:55:00.000Z\",\"0.001801\",\"0.001463\",\"2000\"\n\"2024-06-29T14:00:00.000Z\",\"0.002499\",\"0.002187\",\"2000\"\n\"2024-06-29T14:05:00.000Z\",\"0.001158\",\"0.000899\",\"2000\"\n\"2024-06-29T14:10:00.000Z\",\"0.0012\",\"0.000877\",\"2000\"\n\"2024-06-29T14:15:00.000Z\",\"0.001424\",\"0.001035\",\"2000\"\n\"2024-06-29T14:20:00.000Z\",\"0.001197\",\"0.000972\",\"2000\"\n\"2024-06-29T14:25:00.000Z\",\"0.000978\",\"0.000772\",\"2000\"\n\"2024-06-29T14:30:00.000Z\",\"0.001501\",\"0.00113\",\"2000\"\n\"2024-06-29T14:35:00.000Z\",\"0.001158\",\"0.000911\",\"2000\"\n\"2024-06-29T14:40:00.000Z\",\"0.001257\",\"0.001046\",\"2000\"\n\"2024-06-29T14:45:00.000Z\",\"0.001223\",\"0.000925\",\"2000\"\n\"2024-06-29T14:50:00.000Z\",\"0.001732\",\"0.001285\",\"2000\"\n\"2024-06-29T14:55:00.000Z\",\"0.001734\",\"0.001589\",\"2000\"\n\"2024-06-29T15:00:00.000Z\",\"0.001754\",\"0.001488\",\"2000\"\n\"2024-06-29T15:05:00.000Z\",\"0.001561\",\"0.001166\",\"2000\"\n\"2024-06-29T15:10:00.000Z\",\"0.001146\",\"0.000903\",\"2000\"\n\"2024-06-29T15:15:00.000Z\",\"0.001355\",\"0.001099\",\"2000\"\n\"2024-06-29T15:20:00.000Z\",\"0.001513\",\"0.001174\",\"2000\"\n\"2024-06-29T15:25:00.000Z\",\"0.001128\",\"0.000844\",\"2000\"\n\"2024-06-29T15:30:00.000Z\",\"0.0013\",\"0.000939\",\"2000\"\n\"2024-06-29T15:35:00.000Z\",\"0.001309\",\"0.00096\",\"2000\"\n\"2024-06-29T15:40:00.000Z\",\"0.00136\",\"0.001\",\"2000\"\n\"2024-06-29T15:45:00.000Z\",\"0.001054\",\"0.000881\",\"2000\"\n\"2024-06-29T15:50:00.000Z\",\"0.001735\",\"0.001601\",\"2000\"\n\"2024-06-29T15:55:00.000Z\",\"0.001478\",\"0.001109\",\"2000\"\n\"2024-06-29T16:00:00.000Z\",\"0.000887\",\"0.000642\",\"2000\"\n\"2024-06-29T16:05:00.000Z\",\"0.001074\",\"0.000791\",\"2000\"\n\"2024-06-29T16:10:00.000Z\",\"0.000893\",\"0.000663\",\"2000\"\n\"2024-06-29T16:15:00.000Z\",\"0.001147\",\"0.000851\",\"2000\"\n\"2024-06-29T16:20:00.000Z\",\"0.000946\",\"0.000725\",\"2000\"\n\"2024-06-29T16:25:00.000Z\",\"0.001184\",\"0.00097\",\"2000\"\n\"2024-06-29T16:30:00.000Z\",\"0.000983\",\"0.000692\",\"2000\"\n\"2024-06-29T16:35:00.000Z\",\"0.001056\",\"0.000721\",\"2000\"\n\"2024-06-29T16:40:00.000Z\",\"0.001044\",\"0.000814\",\"2000\"\n\"2024-06-29T16:45:00.000Z\",\"0.00106\",\"0.000778\",\"2000\"\n\"2024-06-29T16:50:00.000Z\",\"0.001073\",\"0.000855\",\"2000\"\n\"2024-06-29T16:55:00.000Z\",\"0.000967\",\"0.00078\",\"2000\"\n\"2024-06-29T17:00:00.000Z\",\"0.001015\",\"0.000688\",\"2000\"\n\"2024-06-29T17:05:00.000Z\",\"0.001201\",\"0.000879\",\"2000\"\n\"2024-06-29T17:10:00.000Z\",\"0.001074\",\"0.000858\",\"2000\"\n\"2024-06-29T17:15:00.000Z\",\"0.001038\",\"0.000718\",\"2000\"\n\"2024-06-29T17:20:00.000Z\",\"0.000954\",\"0.000686\",\"2000\"\n\"2024-06-29T17:25:00.000Z\",\"0.001122\",\"0.000758\",\"2000\"\n\"2024-06-29T17:30:00.000Z\",\"0.001166\",\"0.00101\",\"2000\"\n\"2024-06-29T17:35:00.000Z\",\"0.000934\",\"0.000679\",\"2000\"\n\"2024-06-29T17:40:00.000Z\",\"0.00109\",\"0.000849\",\"2000\"\n\"2024-06-29T17:45:00.000Z\",\"0.001011\",\"0.000808\",\"2000\"\n\"2024-06-29T17:50:00.000Z\",\"0.001067\",\"0.000778\",\"2000\"\n\"2024-06-29T17:55:00.000Z\",\"0.000994\",\"0.000704\",\"2000\"\n\"2024-06-29T18:00:00.000Z\",\"0.000926\",\"0.000708\",\"2000\"\n\"2024-06-29T18:05:00.000Z\",\"0.000913\",\"0.000663\",\"2000\"\n\"2024-06-29T18:10:00.000Z\",\"0.000893\",\"0.000668\",\"2000\"\n\"2024-06-29T18:15:00.000Z\",\"0.001088\",\"0.000841\",\"2000\"\n\"2024-06-29T18:20:00.000Z\",\"0.001158\",\"0.000862\",\"2000\"\n\"2024-06-29T18:25:00.000Z\",\"0.001158\",\"0.000874\",\"2000\"\n\"2024-06-29T18:30:00.000Z\",\"0.00101\",\"0.000767\",\"2000\"\n\"2024-06-29T18:35:00.000Z\",\"0.001037\",\"0.000857\",\"2000\"\n\"2024-06-29T18:40:00.000Z\",\"0.000971\",\"0.00069\",\"2000\"\n\"2024-06-29T18:45:00.000Z\",\"0.001025\",\"0.000824\",\"2000\"\n\"2024-06-29T18:50:00.000Z\",\"0.001008\",\"0.000688\",\"2000\"\n\"2024-06-29T18:55:00.000Z\",\"0.001052\",\"0.000904\",\"2000\"\n\"2024-06-29T19:00:00.000Z\",\"0.000841\",\"0.000498\",\"2000\"\n\"2024-06-29T19:05:00.000Z\",\"0.00118\",\"0.000844\",\"2000\"\n\"2024-06-29T19:10:00.000Z\",\"0.001046\",\"0.000752\",\"2000\"\n\"2024-06-29T19:15:00.000Z\",\"0.000964\",\"0.000687\",\"2000\"\n\"2024-06-29T19:20:00.000Z\",\"0.001064\",\"0.000814\",\"2000\"\n\"2024-06-29T19:25:00.000Z\",\"0.000946\",\"0.000768\",\"2000\"\n\"2024-06-29T19:30:00.000Z\",\"0.000953\",\"0.000673\",\"2000\"\n\"2024-06-29T19:35:00.000Z\",\"0.001083\",\"0.000897\",\"2000\"\n\"2024-06-29T19:40:00.000Z\",\"0.001282\",\"0.001029\",\"2000\"\n\"2024-06-29T19:45:00.000Z\",\"0.001044\",\"0.000757\",\"2000\"\n\"2024-06-29T19:50:00.000Z\",\"0.001105\",\"0.000766\",\"2000\"\n\"2024-06-29T19:55:00.000Z\",\"0.00123\",\"0.000814\",\"2000\"\n\"2024-06-29T20:00:00.000Z\",\"0.002798\",\"0.002593\",\"2000\"\n\"2024-06-29T20:05:00.000Z\",\"0.001032\",\"0.000818\",\"2000\"\n\"2024-06-29T20:10:00.000Z\",\"0.001152\",\"0.000799\",\"2000\"\n\"2024-06-29T20:15:00.000Z\",\"0.001091\",\"0.000753\",\"2000\"\n\"2024-06-29T20:20:00.000Z\",\"0.001378\",\"0.00111\",\"2000\"\n\"2024-06-29T20:25:00.000Z\",\"0.001018\",\"0.000747\",\"2000\"\n\"2024-06-29T20:30:00.000Z\",\"0.000936\",\"0.000663\",\"2000\"\n\"2024-06-29T20:35:00.000Z\",\"0.001034\",\"0.000718\",\"2000\"\n\"2024-06-29T20:40:00.000Z\",\"0.001113\",\"0.000827\",\"2000\"\n\"2024-06-29T20:45:00.000Z\",\"0.001007\",\"0.000713\",\"2000\"\n\"2024-06-29T20:50:00.000Z\",\"0.00125\",\"0.0009\",\"2000\"\n\"2024-06-29T20:55:00.000Z\",\"0.001365\",\"0.001162\",\"2000\"\n\"2024-06-29T21:00:00.000Z\",\"0.000962\",\"0.000691\",\"2000\"\n\"2024-06-29T21:05:00.000Z\",\"0.001066\",\"0.000787\",\"2000\"\n\"2024-06-29T21:10:00.000Z\",\"0.001034\",\"0.000743\",\"2000\"\n\"2024-06-29T21:15:00.000Z\",\"0.001087\",\"0.000797\",\"2000\"\n\"2024-06-29T21:20:00.000Z\",\"0.000973\",\"0.000686\",\"2000\"\n\"2024-06-29T21:25:00.000Z\",\"0.00123\",\"0.000906\",\"2000\"\n\"2024-06-29T21:30:00.000Z\",\"0.001238\",\"0.000885\",\"2000\"\n\"2024-06-29T21:35:00.000Z\",\"0.001085\",\"0.000845\",\"2000\"\n\"2024-06-29T21:40:00.000Z\",\"0.001066\",\"0.000755\",\"2000\"\n\"2024-06-29T21:45:00.000Z\",\"0.001168\",\"0.000908\",\"2000\"\n\"2024-06-29T21:50:00.000Z\",\"0.001114\",\"0.000829\",\"2000\"\n\"2024-06-29T21:55:00.000Z\",\"0.001063\",\"0.00089\",\"2000\"\n\"2024-06-29T22:00:00.000Z\",\"0.000859\",\"0.000494\",\"2000\"\n\"2024-06-29T22:05:00.000Z\",\"0.001207\",\"0.000967\",\"2000\"\n\"2024-06-29T22:10:00.000Z\",\"0.001127\",\"0.000922\",\"2000\"\n\"2024-06-29T22:15:00.000Z\",\"0.001582\",\"0.001197\",\"2000\"\n\"2024-06-29T22:20:00.000Z\",\"0.001082\",\"0.00079\",\"2000\"\n\"2024-06-29T22:25:00.000Z\",\"0.000989\",\"0.000684\",\"2000\"\n\"2024-06-29T22:30:00.000Z\",\"0.001869\",\"0.001529\",\"2000\"\n\"2024-06-29T22:35:00.000Z\",\"0.001258\",\"0.000923\",\"2000\"\n\"2024-06-29T22:40:00.000Z\",\"0.001021\",\"0.000779\",\"2000\"\n\"2024-06-29T22:45:00.000Z\",\"0.001598\",\"0.001246\",\"2000\"\n\"2024-06-29T22:50:00.000Z\",\"0.001153\",\"0.000973\",\"2000\"\n\"2024-06-29T22:55:00.000Z\",\"0.002968\",\"0.0027\",\"2000\"\n\"2024-06-29T23:00:00.000Z\",\"0.001648\",\"0.001253\",\"2000\"\n\"2024-06-29T23:05:00.000Z\",\"0.001193\",\"0.00086\",\"2000\"\n\"2024-06-29T23:10:00.000Z\",\"0.001119\",\"0.000845\",\"2000\"\n\"2024-06-29T23:15:00.000Z\",\"0.002492\",\"0.002015\",\"2000\"\n\"2024-06-29T23:20:00.000Z\",\"0.001324\",\"0.001114\",\"2000\"\n\"2024-06-29T23:25:00.000Z\",\"0.00108\",\"0.00087\",\"2000\"\n\"2024-06-29T23:30:00.000Z\",\"0.001794\",\"0.001299\",\"2000\"\n\"2024-06-29T23:35:00.000Z\",\"0.001625\",\"0.001276\",\"2000\"\n\"2024-06-29T23:40:00.000Z\",\"0.001442\",\"0.001028\",\"2000\"\n\"2024-06-29T23:45:00.000Z\",\"0.001779\",\"0.00136\",\"2000\"\n\"2024-06-29T23:50:00.000Z\",\"0.00124\",\"0.000925\",\"2000\"\n\"2024-06-29T23:55:00.000Z\",\"0.001416\",\"0.001086\",\"2000\"\n\"2024-06-30T00:00:00.000Z\",\"0.003819\",\"0.003526\",\"2000\"\n\"2024-06-30T00:05:00.000Z\",\"0.001076\",\"0.000907\",\"2000\"\n\"2024-06-30T00:10:00.000Z\",\"0.001594\",\"0.001211\",\"2000\"\n\"2024-06-30T00:15:00.000Z\",\"0.001212\",\"0.000907\",\"2000\"\n\"2024-06-30T00:20:00.000Z\",\"0.001174\",\"0.000894\",\"2000\"\n\"2024-06-30T00:25:00.000Z\",\"0.001202\",\"0.000962\",\"2000\"\n\"2024-06-30T00:30:00.000Z\",\"0.001706\",\"0.001262\",\"2000\"\n\"2024-06-30T00:35:00.000Z\",\"0.001117\",\"0.00083\",\"2000\"\n\"2024-06-30T00:40:00.000Z\",\"0.001399\",\"0.001197\",\"2000\"\n\"2024-06-30T00:45:00.000Z\",\"0.002584\",\"0.001912\",\"2000\"\n\"2024-06-30T00:50:00.000Z\",\"0.001318\",\"0.00097\",\"2000\"\n\"2024-06-30T00:55:00.000Z\",\"0.001307\",\"0.000913\",\"2000\"\n\"2024-06-30T01:00:00.000Z\",\"0.001205\",\"0.001092\",\"2000\"\n\"2024-06-30T01:05:00.000Z\",\"0.001149\",\"0.000788\",\"2000\"\n\"2024-06-30T01:10:00.000Z\",\"0.001171\",\"0.000922\",\"2000\"\n\"2024-06-30T01:15:00.000Z\",\"0.001348\",\"0.001032\",\"2000\"\n\"2024-06-30T01:20:00.000Z\",\"0.001385\",\"0.001126\",\"2000\"\n\"2024-06-30T01:25:00.000Z\",\"0.00192\",\"0.001411\",\"2000\"\n\"2024-06-30T01:30:00.000Z\",\"0.001317\",\"0.000991\",\"2000\"\n\"2024-06-30T01:35:00.000Z\",\"0.001534\",\"0.001251\",\"2000\"\n\"2024-06-30T01:40:00.000Z\",\"0.002514\",\"0.002195\",\"2000\"\n\"2024-06-30T01:45:00.000Z\",\"0.001806\",\"0.001531\",\"2000\"\n\"2024-06-30T01:50:00.000Z\",\"0.002537\",\"0.002094\",\"2000\"\n\"2024-06-30T01:55:00.000Z\",\"0.001323\",\"0.000958\",\"2000\"\n\"2024-06-30T02:00:00.000Z\",\"0.001361\",\"0.001066\",\"2000\"\n\"2024-06-30T02:05:00.000Z\",\"0.001056\",\"0.000865\",\"2000\"\n\"2024-06-30T02:10:00.000Z\",\"0.003206\",\"0.002867\",\"2000\"\n\"2024-06-30T02:15:00.000Z\",\"0.00339\",\"0.002897\",\"2000\"\n\"2024-06-30T02:20:00.000Z\",\"0.002999\",\"0.002444\",\"2000\"\n\"2024-06-30T02:25:00.000Z\",\"0.001508\",\"0.0013\",\"2000\"\n\"2024-06-30T02:30:00.000Z\",\"0.001691\",\"0.001202\",\"2000\"\n\"2024-06-30T02:35:00.000Z\",\"0.001258\",\"0.001034\",\"2000\"\n\"2024-06-30T02:40:00.000Z\",\"0.00122\",\"0.000892\",\"2000\"\n\"2024-06-30T02:45:00.000Z\",\"0.001328\",\"0.001083\",\"2000\"\n\"2024-06-30T02:50:00.000Z\",\"0.002917\",\"0.002568\",\"2000\"\n\"2024-06-30T02:55:00.000Z\",\"0.00161\",\"0.001326\",\"2000\"\n\"2024-06-30T03:00:00.000Z\",\"0.001386\",\"0.001018\",\"2000\"\n\"2024-06-30T03:05:00.000Z\",\"0.001248\",\"0.00098\",\"2000\"\n\"2024-06-30T03:10:00.000Z\",\"0.000987\",\"0.000779\",\"2000\"\n\"2024-06-30T03:15:00.000Z\",\"0.001616\",\"0.001281\",\"2000\"\n\"2024-06-30T03:20:00.000Z\",\"0.001293\",\"0.000988\",\"2000\"\n\"2024-06-30T03:25:00.000Z\",\"0.000998\",\"0.000674\",\"2000\"\n\"2024-06-30T03:30:00.000Z\",\"0.001798\",\"0.001336\",\"2000\"\n\"2024-06-30T03:35:00.000Z\",\"0.001302\",\"0.001021\",\"2000\"\n\"2024-06-30T03:40:00.000Z\",\"0.00103\",\"0.000718\",\"2000\"\n\"2024-06-30T03:45:00.000Z\",\"0.001489\",\"0.001085\",\"2000\"\n\"2024-06-30T03:50:00.000Z\",\"0.001234\",\"0.000939\",\"2000\"\n\"2024-06-30T03:55:00.000Z\",\"0.000664\",\"0.000479\",\"2000\"\n\"2024-06-30T04:00:00.000Z\",\"0.00124\",\"0.000966\",\"2000\"\n\"2024-06-30T04:05:00.000Z\",\"0.000696\",\"0.000531\",\"2000\"\n\"2024-06-30T04:10:00.000Z\",\"0.001072\",\"0.000828\",\"2000\"\n\"2024-06-30T04:15:00.000Z\",\"0.000751\",\"0.000538\",\"2000\"\n\"2024-06-30T04:20:00.000Z\",\"0.000997\",\"0.000776\",\"2000\"\n\"2024-06-30T04:25:00.000Z\",\"0.001169\",\"0.000887\",\"2000\"\n\"2024-06-30T04:30:00.000Z\",\"0.000741\",\"0.000538\",\"2000\"\n\"2024-06-30T04:35:00.000Z\",\"0.001172\",\"0.000845\",\"2000\"\n\"2024-06-30T04:40:00.000Z\",\"0.001311\",\"0.000912\",\"2000\"\n\"2024-06-30T04:45:00.000Z\",\"0.001021\",\"0.000821\",\"2000\"\n\"2024-06-30T04:50:00.000Z\",\"0.000882\",\"0.000649\",\"2000\"\n\"2024-06-30T04:55:00.000Z\",\"0.00107\",\"0.000819\",\"2000\"\n\"2024-06-30T05:00:00.000Z\",\"0.000563\",\"0.000458\",\"2000\"\n\"2024-06-30T05:05:00.000Z\",\"0.001047\",\"0.000794\",\"2000\"\n\"2024-06-30T05:10:00.000Z\",\"0.000904\",\"0.000607\",\"2000\"\n\"2024-06-30T05:15:00.000Z\",\"0.001736\",\"0.001213\",\"2000\"\n\"2024-06-30T05:20:00.000Z\",\"0.001104\",\"0.000819\",\"2000\"\n\"2024-06-30T05:25:00.000Z\",\"0.000879\",\"0.000663\",\"2000\"\n\"2024-06-30T05:30:00.000Z\",\"0.000702\",\"0.000443\",\"2000\"\n\"2024-06-30T05:35:00.000Z\",\"0.001028\",\"0.000863\",\"2000\"\n\"2024-06-30T05:40:00.000Z\",\"0.001105\",\"0.000834\",\"2000\"\n\"2024-06-30T05:45:00.000Z\",\"0.000816\",\"0.00046\",\"2000\"\n\"2024-06-30T05:50:00.000Z\",\"0.001303\",\"0.000892\",\"2000\"\n\"2024-06-30T05:55:00.000Z\",\"0.000883\",\"0.000676\",\"2000\"\n\"2024-06-30T06:00:00.000Z\",\"0.000678\",\"0.000492\",\"2000\"\n\"2024-06-30T06:05:00.000Z\",\"0.001995\",\"0.001697\",\"2000\"\n\"2024-06-30T06:10:00.000Z\",\"0.001888\",\"0.001635\",\"2000\"\n\"2024-06-30T06:15:00.000Z\",\"0.000868\",\"0.000622\",\"2000\"\n\"2024-06-30T06:20:00.000Z\",\"0.000831\",\"0.000594\",\"2000\"\n\"2024-06-30T06:25:00.000Z\",\"0.001278\",\"0.000994\",\"2000\"\n\"2024-06-30T06:30:00.000Z\",\"0.000975\",\"0.000614\",\"2000\"\n\"2024-06-30T06:35:00.000Z\",\"0.001008\",\"0.000662\",\"2000\"\n\"2024-06-30T06:40:00.000Z\",\"0.001484\",\"0.001222\",\"2000\"\n\"2024-06-30T06:45:00.000Z\",\"0.001001\",\"0.000667\",\"2000\"\n\"2024-06-30T06:50:00.000Z\",\"0.002508\",\"0.002067\",\"2000\"\n\"2024-06-30T06:55:00.000Z\",\"0.002528\",\"0.002078\",\"2000\"\n\"2024-06-30T07:00:00.000Z\",\"0.000607\",\"0.000394\",\"2000\"\n\"2024-06-30T07:05:00.000Z\",\"0.000758\",\"0.000497\",\"2000\"\n\"2024-06-30T07:10:00.000Z\",\"0.000668\",\"0.000442\",\"2000\"\n\"2024-06-30T07:15:00.000Z\",\"0.001123\",\"0.000846\",\"2000\"\n\"2024-06-30T07:20:00.000Z\",\"0.001143\",\"0.00076\",\"2000\"\n\"2024-06-30T07:25:00.000Z\",\"0.001352\",\"0.001166\",\"2000\"\n\"2024-06-30T07:30:00.000Z\",\"0.003883\",\"0.003513\",\"2000\"\n\"2024-06-30T07:35:00.000Z\",\"0.005802\",\"0.005347\",\"2000\"\n\"2024-06-30T07:40:00.000Z\",\"0.006117\",\"0.005628\",\"2000\"\n\"2024-06-30T07:45:00.000Z\",\"0.006115\",\"0.005663\",\"2000\"\n\"2024-06-30T07:50:00.000Z\",\"0.004594\",\"0.004243\",\"2000\"\n\"2024-06-30T07:55:00.000Z\",\"0.002013\",\"0.001363\",\"2000\"\n\"2024-06-30T08:00:00.000Z\",\"0.001172\",\"0.000928\",\"2000\"\n\"2024-06-30T08:05:00.000Z\",\"0.001115\",\"0.000867\",\"2000\"\n\"2024-06-30T08:10:00.000Z\",\"0.001501\",\"0.001211\",\"2000\"\n\"2024-06-30T08:15:00.000Z\",\"0.002673\",\"0.002313\",\"2000\"\n\"2024-06-30T08:20:00.000Z\",\"0.005833\",\"0.005022\",\"2000\"\n\"2024-06-30T08:25:00.000Z\",\"0.005363\",\"0.004736\",\"2000\"\n\"2024-06-30T08:30:00.000Z\",\"0.005662\",\"0.005143\",\"2000\"\n\"2024-06-30T08:35:00.000Z\",\"0.005792\",\"0.005096\",\"2000\"\n\"2024-06-30T08:40:00.000Z\",\"0.005665\",\"0.004965\",\"2000\"\n\"2024-06-30T08:45:00.000Z\",\"0.003923\",\"0.003448\",\"2000\"\n\"2024-06-30T08:50:00.000Z\",\"0.001555\",\"0.001241\",\"2000\"\n\"2024-06-30T08:55:00.000Z\",\"0.001482\",\"0.001142\",\"2000\"\n\"2024-06-30T09:00:00.000Z\",\"0.000965\",\"0.000695\",\"2000\"\n\"2024-06-30T09:05:00.000Z\",\"0.001395\",\"0.001072\",\"2000\"\n\"2024-06-30T09:10:00.000Z\",\"0.001998\",\"0.001584\",\"2000\"\n\"2024-06-30T09:15:00.000Z\",\"0.00115\",\"0.000839\",\"2000\"\n\"2024-06-30T09:20:00.000Z\",\"0.001704\",\"0.001256\",\"2000\"\n\"2024-06-30T09:25:00.000Z\",\"0.001693\",\"0.001318\",\"2000\"\n\"2024-06-30T09:30:00.000Z\",\"0.001046\",\"0.000759\",\"2000\"\n\"2024-06-30T09:35:00.000Z\",\"0.001554\",\"0.00127\",\"2000\"\n\"2024-06-30T09:40:00.000Z\",\"0.002839\",\"0.002599\",\"2000\"\n\"2024-06-30T09:45:00.000Z\",\"0.00173\",\"0.001272\",\"2000\"\n\"2024-06-30T09:50:00.000Z\",\"0.001046\",\"0.000778\",\"2000\"\n\"2024-06-30T09:55:00.000Z\",\"0.001741\",\"0.00147\",\"2000\"\n\"2024-06-30T10:00:00.000Z\",\"0.008384\",\"0.007652\",\"2000\"\n\"2024-06-30T10:05:00.000Z\",\"0.008991\",\"0.008085\",\"2000\"\n\"2024-06-30T10:10:00.000Z\",\"0.008779\",\"0.00788\",\"2000\"\n\"2024-06-30T10:15:00.000Z\",\"0.008943\",\"0.008078\",\"2000\"\n\"2024-06-30T10:20:00.000Z\",\"0.008465\",\"0.007581\",\"2000\"\n\"2024-06-30T10:25:00.000Z\",\"0.008587\",\"0.00767\",\"2000\"\n\"2024-06-30T10:30:00.000Z\",\"0.008716\",\"0.007803\",\"2000\"\n\"2024-06-30T10:35:00.000Z\",\"0.008691\",\"0.007837\",\"2000\"\n\"2024-06-30T10:40:00.000Z\",\"0.005586\",\"0.005018\",\"2000\"\n\"2024-06-30T10:45:00.000Z\",\"0.001203\",\"0.000963\",\"2000\"\n\"2024-06-30T10:50:00.000Z\",\"0.001107\",\"0.000854\",\"2000\"\n\"2024-06-30T10:55:00.000Z\",\"0.000911\",\"0.000695\",\"2000\"\n\"2024-06-30T11:00:00.000Z\",\"0.00135\",\"0.001088\",\"2000\"\n\"2024-06-30T11:05:00.000Z\",\"0.001127\",\"0.000783\",\"2000\"\n\"2024-06-30T11:10:00.000Z\",\"0.001188\",\"0.000912\",\"2000\"\n\"2024-06-30T11:15:00.000Z\",\"0.00112\",\"0.000892\",\"2000\"\n\"2024-06-30T11:20:00.000Z\",\"0.001248\",\"0.000993\",\"2000\"\n\"2024-06-30T11:25:00.000Z\",\"0.000957\",\"0.00067\",\"2000\"\n\"2024-06-30T11:30:00.000Z\",\"0.001081\",\"0.000749\",\"2000\"\n\"2024-06-30T11:35:00.000Z\",\"0.001153\",\"0.000893\",\"2000\"\n\"2024-06-30T11:40:00.000Z\",\"0.00106\",\"0.000773\",\"2000\"\n\"2024-06-30T11:45:00.000Z\",\"0.001047\",\"0.000801\",\"2000\"\n\"2024-06-30T11:50:00.000Z\",\"0.001176\",\"0.000789\",\"2000\"\n\"2024-06-30T11:55:00.000Z\",\"0.001078\",\"0.000819\",\"2000\"\n\"2024-06-30T12:00:00.000Z\",\"0.001033\",\"0.000737\",\"2000\"\n\"2024-06-30T12:05:00.000Z\",\"0.001004\",\"0.000766\",\"2000\"\n\"2024-06-30T12:10:00.000Z\",\"0.001031\",\"0.000749\",\"2000\"\n\"2024-06-30T12:15:00.000Z\",\"0.001229\",\"0.000939\",\"2000\"\n\"2024-06-30T12:20:00.000Z\",\"0.001022\",\"0.000725\",\"2000\"\n\"2024-06-30T12:25:00.000Z\",\"0.001059\",\"0.000876\",\"2000\"\n\"2024-06-30T12:30:00.000Z\",\"0.001156\",\"0.000889\",\"2000\"\n\"2024-06-30T12:35:00.000Z\",\"0.001076\",\"0.000763\",\"2000\"\n\"2024-06-30T12:40:00.000Z\",\"0.001157\",\"0.000812\",\"2000\"\n\"2024-06-30T12:45:00.000Z\",\"0.001166\",\"0.0009\",\"2000\"\n\"2024-06-30T12:50:00.000Z\",\"0.001106\",\"0.00091\",\"2000\"\n\"2024-06-30T12:55:00.000Z\",\"0.001091\",\"0.00077\",\"2000\"\n\"2024-06-30T13:00:00.000Z\",\"0.000937\",\"0.000636\",\"2000\"\n\"2024-06-30T13:05:00.000Z\",\"0.001056\",\"0.000888\",\"2000\"\n\"2024-06-30T13:10:00.000Z\",\"0.001225\",\"0.001103\",\"2000\"\n\"2024-06-30T13:15:00.000Z\",\"0.002261\",\"0.001742\",\"2000\"\n\"2024-06-30T13:20:00.000Z\",\"0.000957\",\"0.000631\",\"2000\"\n\"2024-06-30T13:25:00.000Z\",\"0.001057\",\"0.00071\",\"2000\"\n\"2024-06-30T13:30:00.000Z\",\"0.001313\",\"0.001123\",\"2000\"\n\"2024-06-30T13:35:00.000Z\",\"0.001248\",\"0.000914\",\"2000\"\n\"2024-06-30T13:40:00.000Z\",\"0.001124\",\"0.000863\",\"2000\"\n\"2024-06-30T13:45:00.000Z\",\"0.001292\",\"0.000964\",\"2000\"\n\"2024-06-30T13:50:00.000Z\",\"0.001224\",\"0.001019\",\"2000\"\n\"2024-06-30T13:55:00.000Z\",\"0.001317\",\"0.00096\",\"2000\"\n\"2024-06-30T14:00:00.000Z\",\"0.001215\",\"0.000907\",\"2000\"\n\"2024-06-30T14:05:00.000Z\",\"0.001256\",\"0.00098\",\"2000\"\n\"2024-06-30T14:10:00.000Z\",\"0.001219\",\"0.000938\",\"2000\"\n\"2024-06-30T14:15:00.000Z\",\"0.001209\",\"0.000862\",\"2000\"\n\"2024-06-30T14:20:00.000Z\",\"0.001296\",\"0.000886\",\"2000\"\n\"2024-06-30T14:25:00.000Z\",\"0.001279\",\"0.001005\",\"2000\"\n\"2024-06-30T14:30:00.000Z\",\"0.001007\",\"0.000768\",\"2000\"\n\"2024-06-30T14:35:00.000Z\",\"0.00125\",\"0.000932\",\"2000\"\n\"2024-06-30T14:40:00.000Z\",\"0.001226\",\"0.000885\",\"2000\"\n\"2024-06-30T14:45:00.000Z\",\"0.002862\",\"0.002679\",\"2000\"\n\"2024-06-30T14:50:00.000Z\",\"0.001078\",\"0.000748\",\"2000\"\n\"2024-06-30T14:55:00.000Z\",\"0.00131\",\"0.001025\",\"2000\"\n\"2024-06-30T15:00:00.000Z\",\"0.001182\",\"0.000899\",\"2000\"\n\"2024-06-30T15:05:00.000Z\",\"0.000996\",\"0.000712\",\"2000\"\n\"2024-06-30T15:10:00.000Z\",\"0.000954\",\"0.000699\",\"2000\"\n\"2024-06-30T15:15:00.000Z\",\"0.001391\",\"0.001136\",\"2000\"\n\"2024-06-30T15:20:00.000Z\",\"0.001246\",\"0.001052\",\"2000\"\n\"2024-06-30T15:25:00.000Z\",\"0.001069\",\"0.000842\",\"2000\"\n\"2024-06-30T15:30:00.000Z\",\"0.001178\",\"0.000865\",\"2000\"\n\"2024-06-30T15:35:00.000Z\",\"0.001019\",\"0.000737\",\"2000\"\n\"2024-06-30T15:40:00.000Z\",\"0.001102\",\"0.000931\",\"2000\"\n\"2024-06-30T15:45:00.000Z\",\"0.001131\",\"0.000813\",\"2000\"\n\"2024-06-30T15:50:00.000Z\",\"0.00141\",\"0.001072\",\"2000\"\n\"2024-06-30T15:55:00.000Z\",\"0.000948\",\"0.000705\",\"2000\"\n\"2024-06-30T16:00:00.000Z\",\"0.001199\",\"0.001007\",\"2000\"\n\"2024-06-30T16:05:00.000Z\",\"0.001185\",\"0.000875\",\"2000\"\n\"2024-06-30T16:10:00.000Z\",\"0.001071\",\"0.000783\",\"2000\"\n\"2024-06-30T16:15:00.000Z\",\"0.001317\",\"0.001058\",\"2000\"\n\"2024-06-30T16:20:00.000Z\",\"0.001737\",\"0.00145\",\"2000\"\n\"2024-06-30T16:25:00.000Z\",\"0.00101\",\"0.000665\",\"2000\"\n\"2024-06-30T16:30:00.000Z\",\"0.001136\",\"0.000866\",\"2000\"\n\"2024-06-30T16:35:00.000Z\",\"0.00173\",\"0.001311\",\"2000\"\n\"2024-06-30T16:40:00.000Z\",\"0.001206\",\"0.000975\",\"2000\"\n\"2024-06-30T16:45:00.000Z\",\"0.001735\",\"0.001428\",\"2000\"\n\"2024-06-30T16:50:00.000Z\",\"0.001393\",\"0.001069\",\"2000\"\n\"2024-06-30T16:55:00.000Z\",\"0.002871\",\"0.002695\",\"2000\"\n\"2024-06-30T17:00:00.000Z\",\"0.001562\",\"0.001233\",\"2000\"\n\"2024-06-30T17:05:00.000Z\",\"0.001189\",\"0.000894\",\"2000\"\n\"2024-06-30T17:10:00.000Z\",\"0.00181\",\"0.001347\",\"2000\"\n\"2024-06-30T17:15:00.000Z\",\"0.001586\",\"0.001238\",\"2000\"\n\"2024-06-30T17:20:00.000Z\",\"0.001071\",\"0.000826\",\"2000\"\n\"2024-06-30T17:25:00.000Z\",\"0.001451\",\"0.001174\",\"2000\"\n\"2024-06-30T17:30:00.000Z\",\"0.001642\",\"0.001227\",\"2000\"\n\"2024-06-30T17:35:00.000Z\",\"0.001234\",\"0.000954\",\"2000\"\n\"2024-06-30T17:40:00.000Z\",\"0.001438\",\"0.001079\",\"2000\"\n\"2024-06-30T17:45:00.000Z\",\"0.001719\",\"0.001423\",\"2000\"\n\"2024-06-30T17:50:00.000Z\",\"0.001166\",\"0.000893\",\"2000\"\n\"2024-06-30T17:55:00.000Z\",\"0.002386\",\"0.001596\",\"2000\"\n\"2024-06-30T18:00:00.000Z\",\"0.001425\",\"0.000987\",\"2000\"\n\"2024-06-30T18:05:00.000Z\",\"0.001049\",\"0.000816\",\"2000\"\n\"2024-06-30T18:10:00.000Z\",\"0.001848\",\"0.001507\",\"2000\"\n\"2024-06-30T18:15:00.000Z\",\"0.001104\",\"0.0008\",\"2000\"\n\"2024-06-30T18:20:00.000Z\",\"0.001333\",\"0.001019\",\"2000\"\n\"2024-06-30T18:25:00.000Z\",\"0.001439\",\"0.001073\",\"2000\"\n\"2024-06-30T18:30:00.000Z\",\"0.002332\",\"0.002007\",\"2000\"\n\"2024-06-30T18:35:00.000Z\",\"0.006221\",\"0.005565\",\"2000\"\n\"2024-06-30T18:40:00.000Z\",\"0.00605\",\"0.005403\",\"2000\"\n\"2024-06-30T18:45:00.000Z\",\"0.005652\",\"0.005124\",\"2000\"\n\"2024-06-30T18:50:00.000Z\",\"0.006173\",\"0.005669\",\"2000\"\n\"2024-06-30T18:55:00.000Z\",\"0.00119\",\"0.000881\",\"2000\"\n\"2024-06-30T19:00:00.000Z\",\"0.001018\",\"0.000803\",\"2000\"\n\"2024-06-30T19:05:00.000Z\",\"0.001188\",\"0.00082\",\"2000\"\n\"2024-06-30T19:10:00.000Z\",\"0.001954\",\"0.00166\",\"2000\"\n\"2024-06-30T19:15:00.000Z\",\"0.001248\",\"0.000955\",\"2000\"\n\"2024-06-30T19:20:00.000Z\",\"0.001316\",\"0.000964\",\"2000\"\n\"2024-06-30T19:25:00.000Z\",\"0.000993\",\"0.000645\",\"2000\"\n\"2024-06-30T19:30:00.000Z\",\"0.003329\",\"0.002983\",\"2000\"\n\"2024-06-30T19:35:00.000Z\",\"0.001846\",\"0.001538\",\"2000\"\n\"2024-06-30T19:40:00.000Z\",\"0.001035\",\"0.000773\",\"2000\"\n\"2024-06-30T19:45:00.000Z\",\"0.001837\",\"0.001439\",\"2000\"\n\"2024-06-30T19:50:00.000Z\",\"0.001754\",\"0.001288\",\"2000\"\n\"2024-06-30T19:55:00.000Z\",\"0.001445\",\"0.000959\",\"2000\"\n\"2024-06-30T20:00:00.000Z\",\"0.001676\",\"0.001348\",\"2000\"\n\"2024-06-30T20:05:00.000Z\",\"0.001513\",\"0.001203\",\"2000\"\n\"2024-06-30T20:10:00.000Z\",\"0.001441\",\"0.001091\",\"2000\"\n\"2024-06-30T20:15:00.000Z\",\"0.001475\",\"0.001125\",\"2000\"\n\"2024-06-30T20:20:00.000Z\",\"0.001205\",\"0.000897\",\"2000\"\n\"2024-06-30T20:25:00.000Z\",\"0.001287\",\"0.001063\",\"2000\"\n\"2024-06-30T20:30:00.000Z\",\"0.001363\",\"0.001034\",\"2000\"\n\"2024-06-30T20:35:00.000Z\",\"0.00143\",\"0.001088\",\"2000\"\n\"2024-06-30T20:40:00.000Z\",\"0.001427\",\"0.001192\",\"2000\"\n\"2024-06-30T20:45:00.000Z\",\"0.00151\",\"0.001158\",\"2000\"\n\"2024-06-30T20:50:00.000Z\",\"0.001425\",\"0.001103\",\"2000\"\n\"2024-06-30T20:55:00.000Z\",\"0.001395\",\"0.001018\",\"2000\"\n\"2024-06-30T21:00:00.000Z\",\"0.001455\",\"0.00126\",\"2000\"\n\"2024-06-30T21:05:00.000Z\",\"0.001581\",\"0.001219\",\"2000\"\n\"2024-06-30T21:10:00.000Z\",\"0.001346\",\"0.001022\",\"2000\"\n\"2024-06-30T21:15:00.000Z\",\"0.001478\",\"0.001176\",\"2000\"\n\"2024-06-30T21:20:00.000Z\",\"0.001321\",\"0.001097\",\"2000\"\n\"2024-06-30T21:25:00.000Z\",\"0.001297\",\"0.001033\",\"2000\"\n\"2024-06-30T21:30:00.000Z\",\"0.001663\",\"0.001269\",\"2000\"\n\"2024-06-30T21:35:00.000Z\",\"0.001203\",\"0.00092\",\"2000\"\n\"2024-06-30T21:40:00.000Z\",\"0.001633\",\"0.0012\",\"2000\"\n\"2024-06-30T21:45:00.000Z\",\"0.001546\",\"0.001148\",\"2000\"\n\"2024-06-30T21:50:00.000Z\",\"0.001076\",\"0.00077\",\"2000\"\n\"2024-06-30T21:55:00.000Z\",\"0.001703\",\"0.001274\",\"2000\"\n\"2024-06-30T22:00:00.000Z\",\"0.001312\",\"0.000983\",\"2000\"\n\"2024-06-30T22:05:00.000Z\",\"0.001072\",\"0.000826\",\"2000\"\n\"2024-06-30T22:10:00.000Z\",\"0.001664\",\"0.001297\",\"2000\"\n\"2024-06-30T22:15:00.000Z\",\"0.001101\",\"0.00085\",\"2000\"\n\"2024-06-30T22:20:00.000Z\",\"0.000729\",\"0.000546\",\"2000\"\n\"2024-06-30T22:25:00.000Z\",\"0.001021\",\"0.000824\",\"2000\"\n\"2024-06-30T22:30:00.000Z\",\"0.001039\",\"0.000796\",\"2000\"\n\"2024-06-30T22:35:00.000Z\",\"0.001197\",\"0.000958\",\"2000\"\n\"2024-06-30T22:40:00.000Z\",\"0.001153\",\"0.000874\",\"2000\"\n\"2024-06-30T22:45:00.000Z\",\"0.001108\",\"0.000948\",\"2000\"\n\"2024-06-30T22:50:00.000Z\",\"0.001151\",\"0.000905\",\"2000\"\n\"2024-06-30T22:55:00.000Z\",\"0.001073\",\"0.00079\",\"2000\"\n\"2024-06-30T23:00:00.000Z\",\"0.000952\",\"0.000721\",\"2000\"\n\"2024-06-30T23:05:00.000Z\",\"0.001029\",\"0.000772\",\"2000\"\n\"2024-06-30T23:10:00.000Z\",\"0.001005\",\"0.000776\",\"2000\"\n\"2024-06-30T23:15:00.000Z\",\"0.001126\",\"0.00085\",\"2000\"\n\"2024-06-30T23:20:00.000Z\",\"0.001112\",\"0.000826\",\"2000\"\n\"2024-06-30T23:25:00.000Z\",\"0.000935\",\"0.000713\",\"2000\"\n\"2024-06-30T23:30:00.000Z\",\"0.001187\",\"0.000949\",\"2000\"\n\"2024-06-30T23:35:00.000Z\",\"0.000991\",\"0.000728\",\"2000\"\n\"2024-06-30T23:40:00.000Z\",\"0.000914\",\"0.000673\",\"2000\"\n\"2024-06-30T23:45:00.000Z\",\"0.00093\",\"0.000708\",\"2000\"\n\"2024-06-30T23:50:00.000Z\",\"0.001062\",\"0.000902\",\"2000\"\n\"2024-06-30T23:55:00.000Z\",\"0.001124\",\"0.00081\",\"2000\"\n\"2024-07-01T00:00:00.000Z\",\"0.002776\",\"0.00254\",\"2000\"\n\"2024-07-01T00:05:00.000Z\",\"0.00105\",\"0.000844\",\"2000\"\n\"2024-07-01T00:10:00.000Z\",\"0.001184\",\"0.001011\",\"2000\"\n\"2024-07-01T00:15:00.000Z\",\"0.001053\",\"0.000758\",\"2000\"\n\"2024-07-01T00:20:00.000Z\",\"0.000983\",\"0.000723\",\"2000\"\n\"2024-07-01T00:25:00.000Z\",\"0.000923\",\"0.000675\",\"2000\"\n\"2024-07-01T00:30:00.000Z\",\"0.001134\",\"0.00086\",\"2000\"\n\"2024-07-01T00:35:00.000Z\",\"0.001255\",\"0.001059\",\"2000\"\n\"2024-07-01T00:40:00.000Z\",\"0.001096\",\"0.000774\",\"2000\"\n\"2024-07-01T00:45:00.000Z\",\"0.001121\",\"0.000852\",\"2000\"\n\"2024-07-01T00:50:00.000Z\",\"0.00095\",\"0.000723\",\"2000\"\n\"2024-07-01T00:55:00.000Z\",\"0.000982\",\"0.000686\",\"2000\"\n\"2024-07-01T01:00:00.000Z\",\"0.001186\",\"0.000897\",\"2000\"\n\"2024-07-01T01:05:00.000Z\",\"0.001017\",\"0.000818\",\"2000\"\n\"2024-07-01T01:10:00.000Z\",\"0.001053\",\"0.000768\",\"2000\"\n\"2024-07-01T01:15:00.000Z\",\"0.000995\",\"0.000789\",\"2000\"\n\"2024-07-01T01:20:00.000Z\",\"0.000942\",\"0.000612\",\"2000\"\n\"2024-07-01T01:25:00.000Z\",\"0.000932\",\"0.000632\",\"2000\"\n\"2024-07-01T01:30:00.000Z\",\"0.001021\",\"0.000788\",\"2000\"\n\"2024-07-01T01:35:00.000Z\",\"0.001221\",\"0.000978\",\"2000\"\n\"2024-07-01T01:40:00.000Z\",\"0.000889\",\"0.00067\",\"2000\"\n\"2024-07-01T01:45:00.000Z\",\"0.001133\",\"0.000846\",\"2000\"\n\"2024-07-01T01:50:00.000Z\",\"0.001152\",\"0.000829\",\"2000\"\n\"2024-07-01T01:55:00.000Z\",\"0.001069\",\"0.000769\",\"2000\"\n\"2024-07-01T02:00:00.000Z\",\"0.001097\",\"0.000894\",\"2000\"\n\"2024-07-01T02:05:00.000Z\",\"0.001048\",\"0.000742\",\"2000\"\n\"2024-07-01T02:10:00.000Z\",\"0.000939\",\"0.000728\",\"2000\"\n\"2024-07-01T02:15:00.000Z\",\"0.000999\",\"0.000705\",\"2000\"\n\"2024-07-01T02:20:00.000Z\",\"0.001205\",\"0.00096\",\"2000\"\n\"2024-07-01T02:25:00.000Z\",\"0.001055\",\"0.000888\",\"2000\"\n\"2024-07-01T02:30:00.000Z\",\"0.001068\",\"0.000881\",\"2000\"\n\"2024-07-01T02:35:00.000Z\",\"0.001223\",\"0.001016\",\"2000\"\n\"2024-07-01T02:40:00.000Z\",\"0.001241\",\"0.001014\",\"2000\"\n\"2024-07-01T02:45:00.000Z\",\"0.000951\",\"0.000697\",\"2000\"\n\"2024-07-01T02:50:00.000Z\",\"0.001059\",\"0.000738\",\"2000\"\n\"2024-07-01T02:55:00.000Z\",\"0.000983\",\"0.000745\",\"2000\"\n\"2024-07-01T03:00:00.000Z\",\"0.001144\",\"0.00086\",\"2000\"\n\"2024-07-01T03:05:00.000Z\",\"0.001148\",\"0.000879\",\"2000\"\n\"2024-07-01T03:10:00.000Z\",\"0.000997\",\"0.000755\",\"2000\"\n\"2024-07-01T03:15:00.000Z\",\"0.001005\",\"0.000811\",\"2000\"\n\"2024-07-01T03:20:00.000Z\",\"0.001037\",\"0.000733\",\"2000\"\n\"2024-07-01T03:25:00.000Z\",\"0.001042\",\"0.000837\",\"2000\"\n\"2024-07-01T03:30:00.000Z\",\"0.001067\",\"0.000873\",\"2000\"\n\"2024-07-01T03:35:00.000Z\",\"0.000909\",\"0.000687\",\"2000\"\n\"2024-07-01T03:40:00.000Z\",\"0.001073\",\"0.000764\",\"2000\"\n\"2024-07-01T03:45:00.000Z\",\"0.000793\",\"0.000575\",\"2000\"\n\"2024-07-01T03:50:00.000Z\",\"0.000845\",\"0.000618\",\"2000\"\n\"2024-07-01T03:55:00.000Z\",\"0.000762\",\"0.000513\",\"2000\"\n\"2024-07-01T04:00:00.000Z\",\"0.000563\",\"0.000507\",\"2000\"\n\"2024-07-01T04:05:00.000Z\",\"0.000735\",\"0.000579\",\"2000\"\n\"2024-07-01T04:10:00.000Z\",\"0.000677\",\"0.000486\",\"2000\"\n\"2024-07-01T04:15:00.000Z\",\"0.000764\",\"0.000537\",\"2000\"\n\"2024-07-01T04:20:00.000Z\",\"0.000757\",\"0.000497\",\"2000\"\n\"2024-07-01T04:25:00.000Z\",\"0.000503\",\"0.00037\",\"2000\"\n\"2024-07-01T04:30:00.000Z\",\"0.000731\",\"0.000711\",\"2000\"\n\"2024-07-01T04:35:00.000Z\",\"0.000679\",\"0.000469\",\"2000\"\n\"2024-07-01T04:40:00.000Z\",\"0.000807\",\"0.000504\",\"2000\"\n\"2024-07-01T04:45:00.000Z\",\"0.000636\",\"0.000441\",\"2000\"\n\"2024-07-01T04:50:00.000Z\",\"0.000768\",\"0.000605\",\"2000\"\n\"2024-07-01T04:55:00.000Z\",\"0.000681\",\"0.000472\",\"2000\"\n\"2024-07-01T05:00:00.000Z\",\"0.000662\",\"0.00047\",\"2000\"\n\"2024-07-01T05:05:00.000Z\",\"0.000693\",\"0.000536\",\"2000\"\n\"2024-07-01T05:10:00.000Z\",\"0.000656\",\"0.000482\",\"2000\"\n\"2024-07-01T05:15:00.000Z\",\"0.000744\",\"0.000567\",\"2000\"\n\"2024-07-01T05:20:00.000Z\",\"0.000682\",\"0.000484\",\"2000\"\n\"2024-07-01T05:25:00.000Z\",\"0.000738\",\"0.000504\",\"2000\"\n\"2024-07-01T05:30:00.000Z\",\"0.000708\",\"0.000573\",\"2000\"\n\"2024-07-01T05:35:00.000Z\",\"0.000828\",\"0.000691\",\"2000\"\n\"2024-07-01T05:40:00.000Z\",\"0.00066\",\"0.000452\",\"2000\"\n\"2024-07-01T05:45:00.000Z\",\"0.000769\",\"0.000633\",\"2000\"\n\"2024-07-01T05:50:00.000Z\",\"0.000635\",\"0.000457\",\"2000\"\n\"2024-07-01T05:55:00.000Z\",\"0.0008\",\"0.000604\",\"2000\"\n\"2024-07-01T06:00:00.000Z\",\"0.00061\",\"0.000426\",\"2000\"\n\"2024-07-01T06:05:00.000Z\",\"0.000691\",\"0.00045\",\"2000\"\n\"2024-07-01T06:10:00.000Z\",\"0.000842\",\"0.000668\",\"2000\"\n\"2024-07-01T06:15:00.000Z\",\"0.000771\",\"0.000563\",\"2000\"\n\"2024-07-01T06:20:00.000Z\",\"0.000571\",\"0.000431\",\"2000\"\n\"2024-07-01T06:25:00.000Z\",\"0.000792\",\"0.000574\",\"2000\"\n\"2024-07-01T06:30:00.000Z\",\"0.000672\",\"0.000504\",\"2000\"\n\"2024-07-01T06:35:00.000Z\",\"0.000689\",\"0.000535\",\"2000\"\n\"2024-07-01T06:40:00.000Z\",\"0.00062\",\"0.000429\",\"2000\"\n\"2024-07-01T06:45:00.000Z\",\"0.000562\",\"0.000389\",\"2000\"\n\"2024-07-01T06:50:00.000Z\",\"0.000681\",\"0.000597\",\"2000\"\n\"2024-07-01T06:55:00.000Z\",\"0.000693\",\"0.000459\",\"2000\"\n\"2024-07-01T07:00:00.000Z\",\"0.000662\",\"0.000537\",\"2000\"\n\"2024-07-01T07:05:00.000Z\",\"0.000774\",\"0.000585\",\"2000\"\n\"2024-07-01T07:10:00.000Z\",\"0.000644\",\"0.000447\",\"2000\"\n\"2024-07-01T07:15:00.000Z\",\"0.000633\",\"0.000464\",\"2000\"\n\"2024-07-01T07:20:00.000Z\",\"0.0007\",\"0.000531\",\"2000\"\n\"2024-07-01T07:25:00.000Z\",\"0.000783\",\"0.000616\",\"2000\"\n\"2024-07-01T07:30:00.000Z\",\"0.000602\",\"0.000438\",\"2000\"\n\"2024-07-01T07:35:00.000Z\",\"0.00061\",\"0.000461\",\"2000\"\n\"2024-07-01T07:40:00.000Z\",\"0.000838\",\"0.000656\",\"2000\"\n\"2024-07-01T07:45:00.000Z\",\"0.00059\",\"0.000446\",\"2000\"\n\"2024-07-01T07:50:00.000Z\",\"0.000612\",\"0.000458\",\"2000\"\n\"2024-07-01T07:55:00.000Z\",\"0.000626\",\"0.000446\",\"2000\"\n\"2024-07-01T08:00:00.000Z\",\"0.00077\",\"0.000511\",\"2000\"\n\"2024-07-01T08:05:00.000Z\",\"0.001071\",\"0.00081\",\"2000\"\n\"2024-07-01T08:10:00.000Z\",\"0.000774\",\"0.0005\",\"2000\"\n\"2024-07-01T08:15:00.000Z\",\"0.000939\",\"0.000688\",\"2000\"\n\"2024-07-01T08:20:00.000Z\",\"0.00078\",\"0.000513\",\"2000\"\n\"2024-07-01T08:25:00.000Z\",\"0.001158\",\"0.000901\",\"2000\"\n\"2024-07-01T08:30:00.000Z\",\"0.000953\",\"0.000714\",\"2000\"\n\"2024-07-01T08:35:00.000Z\",\"0.001044\",\"0.000755\",\"2000\"\n\"2024-07-01T08:40:00.000Z\",\"0.001125\",\"0.000943\",\"2000\"\n\"2024-07-01T08:45:00.000Z\",\"0.001125\",\"0.000887\",\"2000\"\n\"2024-07-01T08:50:00.000Z\",\"0.001055\",\"0.000765\",\"2000\"\n\"2024-07-01T08:55:00.000Z\",\"0.001124\",\"0.000887\",\"2000\"\n\"2024-07-01T09:00:00.000Z\",\"0.000972\",\"0.000744\",\"2000\"\n\"2024-07-01T09:05:00.000Z\",\"0.001177\",\"0.000943\",\"2000\"\n\"2024-07-01T09:10:00.000Z\",\"0.000828\",\"0.00061\",\"2000\"\n\"2024-07-01T09:15:00.000Z\",\"0.001155\",\"0.00089\",\"2000\"\n\"2024-07-01T09:20:00.000Z\",\"0.001058\",\"0.000752\",\"2000\"\n\"2024-07-01T09:25:00.000Z\",\"0.001003\",\"0.000717\",\"2000\"\n\"2024-07-01T09:30:00.000Z\",\"0.001121\",\"0.000948\",\"2000\"\n\"2024-07-01T09:35:00.000Z\",\"0.001064\",\"0.000764\",\"2000\"\n\"2024-07-01T09:40:00.000Z\",\"0.001006\",\"0.000727\",\"2000\"\n\"2024-07-01T09:45:00.000Z\",\"0.001122\",\"0.00078\",\"2000\"\n\"2024-07-01T09:50:00.000Z\",\"0.000997\",\"0.000795\",\"2000\"\n\"2024-07-01T09:55:00.000Z\",\"0.001014\",\"0.000758\",\"2000\"\n\"2024-07-01T10:00:00.000Z\",\"0.001124\",\"0.000808\",\"2000\"\n\"2024-07-01T10:05:00.000Z\",\"0.001095\",\"0.000836\",\"2000\"\n\"2024-07-01T10:10:00.000Z\",\"0.001069\",\"0.000861\",\"2000\"\n\"2024-07-01T10:15:00.000Z\",\"0.001078\",\"0.000769\",\"2000\"\n\"2024-07-01T10:20:00.000Z\",\"0.001537\",\"0.0012\",\"2000\"\n\"2024-07-01T10:25:00.000Z\",\"0.001094\",\"0.00081\",\"2000\"\n\"2024-07-01T10:30:00.000Z\",\"0.001101\",\"0.0009\",\"2000\"\n\"2024-07-01T10:35:00.000Z\",\"0.001671\",\"0.001271\",\"2000\"\n\"2024-07-01T10:40:00.000Z\",\"0.001072\",\"0.000805\",\"2000\"\n\"2024-07-01T10:45:00.000Z\",\"0.001233\",\"0.001015\",\"2000\"\n\"2024-07-01T10:50:00.000Z\",\"0.001546\",\"0.001184\",\"2000\"\n\"2024-07-01T10:55:00.000Z\",\"0.001013\",\"0.000762\",\"2000\"\n\"2024-07-01T11:00:00.000Z\",\"0.001062\",\"0.000797\",\"2000\"\n\"2024-07-01T11:05:00.000Z\",\"0.001517\",\"0.001099\",\"2000\"\n\"2024-07-01T11:10:00.000Z\",\"0.001657\",\"0.001387\",\"2000\"\n\"2024-07-01T11:15:00.000Z\",\"0.001374\",\"0.001123\",\"2000\"\n\"2024-07-01T11:20:00.000Z\",\"0.001194\",\"0.000916\",\"2000\"\n\"2024-07-01T11:25:00.000Z\",\"0.001713\",\"0.0014\",\"2000\"\n\"2024-07-01T11:30:00.000Z\",\"0.001157\",\"0.000921\",\"2000\"\n\"2024-07-01T11:35:00.000Z\",\"0.001048\",\"0.000765\",\"2000\"\n\"2024-07-01T11:40:00.000Z\",\"0.001462\",\"0.001126\",\"2000\"\n\"2024-07-01T11:45:00.000Z\",\"0.003498\",\"0.002751\",\"2000\"\n\"2024-07-01T11:50:00.000Z\",\"0.001087\",\"0.000805\",\"2000\"\n\"2024-07-01T11:55:00.000Z\",\"0.001082\",\"0.00081\",\"2000\"\n\"2024-07-01T12:00:00.000Z\",\"0.00154\",\"0.001309\",\"2000\"\n\"2024-07-01T12:05:00.000Z\",\"0.001297\",\"0.000961\",\"2000\"\n\"2024-07-01T12:10:00.000Z\",\"0.000954\",\"0.000724\",\"2000\"\n\"2024-07-01T12:15:00.000Z\",\"0.001294\",\"0.000995\",\"2000\"\n\"2024-07-01T12:20:00.000Z\",\"0.001413\",\"0.001164\",\"2000\"\n\"2024-07-01T12:25:00.000Z\",\"0.001218\",\"0.001019\",\"2000\"\n\"2024-07-01T12:30:00.000Z\",\"0.001269\",\"0.000908\",\"2000\"\n\"2024-07-01T12:35:00.000Z\",\"0.002057\",\"0.001552\",\"2000\"\n\"2024-07-01T12:40:00.000Z\",\"0.001392\",\"0.001196\",\"2000\"\n\"2024-07-01T12:45:00.000Z\",\"0.001043\",\"0.000766\",\"2000\"\n\"2024-07-01T12:50:00.000Z\",\"0.001143\",\"0.000881\",\"2000\"\n\"2024-07-01T12:55:00.000Z\",\"0.001648\",\"0.001214\",\"2000\"\n\"2024-07-01T13:00:00.000Z\",\"0.000906\",\"0.000691\",\"2000\"\n\"2024-07-01T13:05:00.000Z\",\"0.001405\",\"0.001092\",\"2000\"\n\"2024-07-01T13:10:00.000Z\",\"0.001207\",\"0.000946\",\"2000\"\n\"2024-07-01T13:15:00.000Z\",\"0.000902\",\"0.000708\",\"2000\"\n\"2024-07-01T13:20:00.000Z\",\"0.001259\",\"0.000912\",\"2000\"\n\"2024-07-01T13:25:00.000Z\",\"0.004866\",\"0.004315\",\"2000\"\n\"2024-07-01T13:30:00.000Z\",\"0.006113\",\"0.005457\",\"2000\"\n\"2024-07-01T13:35:00.000Z\",\"0.005943\",\"0.005224\",\"2000\"\n\"2024-07-01T13:40:00.000Z\",\"0.006035\",\"0.005317\",\"2000\"\n\"2024-07-01T13:45:00.000Z\",\"0.006197\",\"0.005532\",\"2000\"\n\"2024-07-01T13:50:00.000Z\",\"0.004468\",\"0.003971\",\"2000\"\n\"2024-07-01T13:55:00.000Z\",\"0.001687\",\"0.001304\",\"2000\"\n\"2024-07-01T14:00:00.000Z\",\"0.000894\",\"0.000639\",\"2000\"\n\"2024-07-01T14:05:00.000Z\",\"0.001301\",\"0.000899\",\"2000\"\n\"2024-07-01T14:10:00.000Z\",\"0.001573\",\"0.001077\",\"2000\"\n\"2024-07-01T14:15:00.000Z\",\"0.000975\",\"0.000706\",\"2000\"\n\"2024-07-01T14:20:00.000Z\",\"0.001155\",\"0.000872\",\"2000\"\n\"2024-07-01T14:25:00.000Z\",\"0.00148\",\"0.001137\",\"2000\"\n\"2024-07-01T14:30:00.000Z\",\"0.001345\",\"0.001202\",\"2000\"\n\"2024-07-01T14:35:00.000Z\",\"0.000925\",\"0.000629\",\"2000\"\n\"2024-07-01T14:40:00.000Z\",\"0.001322\",\"0.000985\",\"2000\"\n\"2024-07-01T14:45:00.000Z\",\"0.001597\",\"0.001288\",\"2000\"\n\"2024-07-01T14:50:00.000Z\",\"0.001308\",\"0.00106\",\"2000\"\n\"2024-07-01T14:55:00.000Z\",\"0.001337\",\"0.001052\",\"2000\"\n\"2024-07-01T15:00:00.000Z\",\"0.001609\",\"0.001145\",\"2000\"\n\"2024-07-01T15:05:00.000Z\",\"0.00136\",\"0.001029\",\"2000\"\n\"2024-07-01T15:10:00.000Z\",\"0.001291\",\"0.001109\",\"2000\"\n\"2024-07-01T15:15:00.000Z\",\"0.00181\",\"0.001328\",\"2000\"\n\"2024-07-01T15:20:00.000Z\",\"0.001218\",\"0.00087\",\"2000\"\n\"2024-07-01T15:25:00.000Z\",\"0.001106\",\"0.000953\",\"2000\"\n\"2024-07-01T15:30:00.000Z\",\"0.001488\",\"0.001217\",\"2000\"\n\"2024-07-01T15:35:00.000Z\",\"0.001106\",\"0.000917\",\"2000\"\n\"2024-07-01T15:40:00.000Z\",\"0.001197\",\"0.000907\",\"2000\"\n\"2024-07-01T15:45:00.000Z\",\"0.000977\",\"0.000767\",\"2000\"\n\"2024-07-01T15:50:00.000Z\",\"0.001624\",\"0.001289\",\"2000\"\n\"2024-07-01T15:55:00.000Z\",\"0.001218\",\"0.00095\",\"2000\"\n\"2024-07-01T16:00:00.000Z\",\"0.001263\",\"0.00096\",\"2000\"\n\"2024-07-01T16:05:00.000Z\",\"0.001227\",\"0.000912\",\"2000\"\n\"2024-07-01T16:10:00.000Z\",\"0.003167\",\"0.002738\",\"2000\"\n\"2024-07-01T16:15:00.000Z\",\"0.001461\",\"0.001272\",\"2000\"\n\"2024-07-01T16:20:00.000Z\",\"0.00106\",\"0.000753\",\"2000\"\n\"2024-07-01T16:25:00.000Z\",\"0.001047\",\"0.000787\",\"2000\"\n\"2024-07-01T16:30:00.000Z\",\"0.000999\",\"0.000729\",\"2000\"\n\"2024-07-01T16:35:00.000Z\",\"0.000965\",\"0.000768\",\"2000\"\n\"2024-07-01T16:40:00.000Z\",\"0.001175\",\"0.000879\",\"2000\"\n\"2024-07-01T16:45:00.000Z\",\"0.001089\",\"0.000809\",\"2000\"\n\"2024-07-01T16:50:00.000Z\",\"0.001117\",\"0.00094\",\"2000\"\n\"2024-07-01T16:55:00.000Z\",\"0.000983\",\"0.00069\",\"2000\"\n\"2024-07-01T17:00:00.000Z\",\"0.001082\",\"0.000894\",\"2000\"\n\"2024-07-01T17:05:00.000Z\",\"0.00125\",\"0.000927\",\"2000\"\n\"2024-07-01T17:10:00.000Z\",\"0.000936\",\"0.000631\",\"2000\"\n\"2024-07-01T17:15:00.000Z\",\"0.000961\",\"0.000726\",\"2000\"\n\"2024-07-01T17:20:00.000Z\",\"0.001035\",\"0.000786\",\"2000\"\n\"2024-07-01T17:25:00.000Z\",\"0.001043\",\"0.000747\",\"2000\"\n\"2024-07-01T17:30:00.000Z\",\"0.001087\",\"0.000915\",\"2000\"\n\"2024-07-01T17:35:00.000Z\",\"0.001062\",\"0.000798\",\"2000\"\n\"2024-07-01T17:40:00.000Z\",\"0.001164\",\"0.000919\",\"2000\"\n\"2024-07-01T17:45:00.000Z\",\"0.000913\",\"0.000699\",\"2000\"\n\"2024-07-01T17:50:00.000Z\",\"0.001092\",\"0.000792\",\"2000\"\n\"2024-07-01T17:55:00.000Z\",\"0.001185\",\"0.000882\",\"2000\"\n\"2024-07-01T18:00:00.000Z\",\"0.001048\",\"0.000804\",\"2000\"\n\"2024-07-01T18:05:00.000Z\",\"0.001124\",\"0.000904\",\"2000\"\n\"2024-07-01T18:10:00.000Z\",\"0.001107\",\"0.000821\",\"2000\"\n\"2024-07-01T18:15:00.000Z\",\"0.001204\",\"0.001439\",\"2000\"\n\"2024-07-01T18:20:00.000Z\",\"0.001242\",\"0.000986\",\"2000\"\n\"2024-07-01T18:25:00.000Z\",\"0.001097\",\"0.000912\",\"2000\"\n\"2024-07-01T18:30:00.000Z\",\"0.00091\",\"0.000622\",\"2000\"\n\"2024-07-01T18:35:00.000Z\",\"0.001017\",\"0.000738\",\"2000\"\n\"2024-07-01T18:40:00.000Z\",\"0.000961\",\"0.000731\",\"2000\"\n\"2024-07-01T18:45:00.000Z\",\"0.001249\",\"0.001068\",\"2000\"\n\"2024-07-01T18:50:00.000Z\",\"0.001021\",\"0.000734\",\"2000\"\n\"2024-07-01T18:55:00.000Z\",\"0.000985\",\"0.000755\",\"2000\"\n\"2024-07-01T19:00:00.000Z\",\"0.000862\",\"0.000644\",\"2000\"\n\"2024-07-01T19:05:00.000Z\",\"0.00123\",\"0.000939\",\"2000\"\n\"2024-07-01T19:10:00.000Z\",\"0.00104\",\"0.000737\",\"2000\"\n\"2024-07-01T19:15:00.000Z\",\"0.000898\",\"0.00062\",\"2000\"\n\"2024-07-01T19:20:00.000Z\",\"0.001035\",\"0.00074\",\"2000\"\n\"2024-07-01T19:25:00.000Z\",\"0.001137\",\"0.000868\",\"2000\"\n\"2024-07-01T19:30:00.000Z\",\"0.00099\",\"0.000788\",\"2000\"\n\"2024-07-01T19:35:00.000Z\",\"0.001043\",\"0.000802\",\"2000\"\n\"2024-07-01T19:40:00.000Z\",\"0.000934\",\"0.000714\",\"2000\"\n\"2024-07-01T19:45:00.000Z\",\"0.001029\",\"0.000732\",\"2000\"\n\"2024-07-01T19:50:00.000Z\",\"0.000948\",\"0.000757\",\"2000\"\n\"2024-07-01T19:55:00.000Z\",\"0.001163\",\"0.000853\",\"2000\"\n\"2024-07-01T20:00:00.000Z\",\"0.001013\",\"0.000831\",\"2000\"\n\"2024-07-01T20:05:00.000Z\",\"0.000875\",\"0.000586\",\"2000\"\n\"2024-07-01T20:10:00.000Z\",\"0.001016\",\"0.000816\",\"2000\"\n\"2024-07-01T20:15:00.000Z\",\"0.001073\",\"0.000764\",\"2000\"\n\"2024-07-01T20:20:00.000Z\",\"0.001007\",\"0.000724\",\"2000\"\n\"2024-07-01T20:25:00.000Z\",\"0.000999\",\"0.000717\",\"2000\"\n\"2024-07-01T20:30:00.000Z\",\"0.001098\",\"0.000885\",\"2000\"\n\"2024-07-01T20:35:00.000Z\",\"0.001799\",\"0.001492\",\"2000\"\n\"2024-07-01T20:40:00.000Z\",\"0.00269\",\"0.002284\",\"2000\"\n\"2024-07-01T20:45:00.000Z\",\"0.002143\",\"0.001789\",\"2000\"\n\"2024-07-01T20:50:00.000Z\",\"0.001022\",\"0.000764\",\"2000\"\n\"2024-07-01T20:55:00.000Z\",\"0.001005\",\"0.000827\",\"2000\"\n\"2024-07-01T21:00:00.000Z\",\"0.001038\",\"0.000752\",\"2000\"\n\"2024-07-01T21:05:00.000Z\",\"0.000929\",\"0.000684\",\"2000\"\n\"2024-07-01T21:10:00.000Z\",\"0.001059\",\"0.000759\",\"2000\"\n\"2024-07-01T21:15:00.000Z\",\"0.001267\",\"0.001045\",\"2000\"\n\"2024-07-01T21:20:00.000Z\",\"0.000868\",\"0.000656\",\"2000\"\n\"2024-07-01T21:25:00.000Z\",\"0.001197\",\"0.000914\",\"2000\"\n\"2024-07-01T21:30:00.000Z\",\"0.001065\",\"0.000757\",\"2000\"\n\"2024-07-01T21:35:00.000Z\",\"0.001183\",\"0.000926\",\"2000\"\n\"2024-07-01T21:40:00.000Z\",\"0.00098\",\"0.000763\",\"2000\"\n\"2024-07-01T21:45:00.000Z\",\"0.001105\",\"0.000794\",\"2000\"\n\"2024-07-01T21:50:00.000Z\",\"0.001191\",\"0.000915\",\"2000\"\n\"2024-07-01T21:55:00.000Z\",\"0.000913\",\"0.00067\",\"2000\"\n\"2024-07-01T22:00:00.000Z\",\"0.001179\",\"0.000893\",\"2000\"\n\"2024-07-01T22:05:00.000Z\",\"0.001165\",\"0.000916\",\"2000\"\n\"2024-07-01T22:10:00.000Z\",\"0.000938\",\"0.000714\",\"2000\"\n\"2024-07-01T22:15:00.000Z\",\"0.001635\",\"0.001325\",\"2000\"\n\"2024-07-01T22:20:00.000Z\",\"0.000938\",\"0.000742\",\"2000\"\n\"2024-07-01T22:25:00.000Z\",\"0.0011\",\"0.000828\",\"2000\"\n\"2024-07-01T22:30:00.000Z\",\"0.00139\",\"0.001078\",\"2000\"\n\"2024-07-01T22:35:00.000Z\",\"0.001304\",\"0.001048\",\"2000\"\n\"2024-07-01T22:40:00.000Z\",\"0.001082\",\"0.00085\",\"2000\"\n\"2024-07-01T22:45:00.000Z\",\"0.00126\",\"0.00093\",\"2000\"\n\"2024-07-01T22:50:00.000Z\",\"0.00166\",\"0.001282\",\"2000\"\n\"2024-07-01T22:55:00.000Z\",\"0.001015\",\"0.000788\",\"2000\"\n\"2024-07-01T23:00:00.000Z\",\"0.000967\",\"0.000754\",\"2000\"\n\"2024-07-01T23:05:00.000Z\",\"0.001421\",\"0.001097\",\"2000\"\n\"2024-07-01T23:10:00.000Z\",\"0.000876\",\"0.000649\",\"2000\"\n\"2024-07-01T23:15:00.000Z\",\"0.001275\",\"0.000997\",\"2000\"\n\"2024-07-01T23:20:00.000Z\",\"0.001384\",\"0.001021\",\"2000\"\n\"2024-07-01T23:25:00.000Z\",\"0.001563\",\"0.001267\",\"2000\"\n\"2024-07-01T23:30:00.000Z\",\"0.000947\",\"0.000764\",\"2000\"\n\"2024-07-01T23:35:00.000Z\",\"0.001804\",\"0.001304\",\"2000\"\n\"2024-07-01T23:40:00.000Z\",\"0.001843\",\"0.001512\",\"2000\"\n\"2024-07-01T23:45:00.000Z\",\"0.001201\",\"0.00098\",\"2000\"\n\"2024-07-01T23:50:00.000Z\",\"0.001514\",\"0.001061\",\"2000\"\n\"2024-07-01T23:55:00.000Z\",\"0.001258\",\"0.001044\",\"2000\"\n\"2024-07-02T00:00:00.000Z\",\"0.001298\",\"0.001024\",\"2000\"\n\"2024-07-02T00:05:00.000Z\",\"0.00167\",\"0.001352\",\"2000\"\n\"2024-07-02T00:10:00.000Z\",\"0.001159\",\"0.000842\",\"2000\"\n\"2024-07-02T00:15:00.000Z\",\"0.00137\",\"0.001063\",\"2000\"\n\"2024-07-02T00:20:00.000Z\",\"0.001344\",\"0.001052\",\"2000\"\n\"2024-07-02T00:25:00.000Z\",\"0.001047\",\"0.000752\",\"2000\"\n\"2024-07-02T00:30:00.000Z\",\"0.001384\",\"0.001109\",\"2000\"\n\"2024-07-02T00:35:00.000Z\",\"0.001194\",\"0.000907\",\"2000\"\n\"2024-07-02T00:40:00.000Z\",\"0.001064\",\"0.000761\",\"2000\"\n\"2024-07-02T00:45:00.000Z\",\"0.001032\",\"0.00081\",\"2000\"\n\"2024-07-02T00:50:00.000Z\",\"0.001598\",\"0.001239\",\"2000\"\n\"2024-07-02T00:55:00.000Z\",\"0.001152\",\"0.00087\",\"2000\"\n\"2024-07-02T01:00:00.000Z\",\"0.001383\",\"0.001027\",\"2000\"\n\"2024-07-02T01:05:00.000Z\",\"0.002105\",\"0.001586\",\"2000\"\n\"2024-07-02T01:10:00.000Z\",\"0.001065\",\"0.000878\",\"2000\"\n\"2024-07-02T01:15:00.000Z\",\"0.000992\",\"0.000733\",\"2000\"\n\"2024-07-02T01:20:00.000Z\",\"0.001446\",\"0.001172\",\"2000\"\n\"2024-07-02T01:25:00.000Z\",\"0.00123\",\"0.000976\",\"2000\"\n\"2024-07-02T01:30:00.000Z\",\"0.001205\",\"0.000939\",\"2000\"\n\"2024-07-02T01:35:00.000Z\",\"0.001757\",\"0.001474\",\"2000\"\n\"2024-07-02T01:40:00.000Z\",\"0.001278\",\"0.000968\",\"2000\"\n\"2024-07-02T01:45:00.000Z\",\"0.000997\",\"0.000798\",\"2000\"\n\"2024-07-02T01:50:00.000Z\",\"0.001198\",\"0.000972\",\"2000\"\n\"2024-07-02T01:55:00.000Z\",\"0.001266\",\"0.00103\",\"2000\"\n\"2024-07-02T02:00:00.000Z\",\"0.001121\",\"0.000842\",\"2000\"\n\"2024-07-02T02:05:00.000Z\",\"0.001296\",\"0.000857\",\"2000\"\n\"2024-07-02T02:10:00.000Z\",\"0.001228\",\"0.000816\",\"2000\"\n\"2024-07-02T02:15:00.000Z\",\"0.001399\",\"0.001136\",\"2000\"\n\"2024-07-02T02:20:00.000Z\",\"0.001236\",\"0.000952\",\"2000\"\n\"2024-07-02T02:25:00.000Z\",\"0.000998\",\"0.000799\",\"2000\"\n\"2024-07-02T02:30:00.000Z\",\"0.001582\",\"0.001216\",\"2000\"\n\"2024-07-02T02:35:00.000Z\",\"0.001324\",\"0.001038\",\"2000\"\n\"2024-07-02T02:40:00.000Z\",\"0.000915\",\"0.000693\",\"2000\"\n\"2024-07-02T02:45:00.000Z\",\"0.001698\",\"0.001293\",\"2000\"\n\"2024-07-02T02:50:00.000Z\",\"0.001526\",\"0.00122\",\"2000\"\n\"2024-07-02T02:55:00.000Z\",\"0.001\",\"0.000802\",\"2000\"\n\"2024-07-02T03:00:00.000Z\",\"0.00161\",\"0.00124\",\"2000\"\n\"2024-07-02T03:05:00.000Z\",\"0.000966\",\"0.000686\",\"2000\"\n\"2024-07-02T03:10:00.000Z\",\"0.001337\",\"0.001017\",\"2000\"\n\"2024-07-02T03:15:00.000Z\",\"0.001479\",\"0.001001\",\"2000\"\n\"2024-07-02T03:20:00.000Z\",\"0.000953\",\"0.000699\",\"2000\"\n\"2024-07-02T03:25:00.000Z\",\"0.001572\",\"0.001247\",\"2000\"\n\"2024-07-02T03:30:00.000Z\",\"0.001123\",\"0.000805\",\"2000\"\n\"2024-07-02T03:35:00.000Z\",\"0.00116\",\"0.000891\",\"2000\"\n\"2024-07-02T03:40:00.000Z\",\"0.001344\",\"0.001135\",\"2000\"\n\"2024-07-02T03:45:00.000Z\",\"0.00096\",\"0.000774\",\"2000\"\n\"2024-07-02T03:50:00.000Z\",\"0.000795\",\"0.00053\",\"2000\"\n\"2024-07-02T03:55:00.000Z\",\"0.001226\",\"0.00094\",\"2000\"\n\"2024-07-02T04:00:00.000Z\",\"0.001495\",\"0.001208\",\"2000\"\n\"2024-07-02T04:05:00.000Z\",\"0.000829\",\"0.000676\",\"2000\"\n\"2024-07-02T04:10:00.000Z\",\"0.000707\",\"0.000534\",\"2000\"\n\"2024-07-02T04:15:00.000Z\",\"0.001034\",\"0.000837\",\"2000\"\n\"2024-07-02T04:20:00.000Z\",\"0.000654\",\"0.000458\",\"2000\"\n\"2024-07-02T04:25:00.000Z\",\"0.000884\",\"0.000662\",\"2000\"\n\"2024-07-02T04:30:00.000Z\",\"0.000483\",\"0.000367\",\"2000\"\n\"2024-07-02T04:35:00.000Z\",\"0.000667\",\"0.000466\",\"2000\"\n\"2024-07-02T04:40:00.000Z\",\"0.000836\",\"0.000647\",\"2000\"\n\"2024-07-02T04:45:00.000Z\",\"0.000645\",\"0.000545\",\"2000\"\n\"2024-07-02T04:50:00.000Z\",\"0.000564\",\"0.000439\",\"2000\"\n\"2024-07-02T04:55:00.000Z\",\"0.000783\",\"0.00064\",\"2000\"\n\"2024-07-02T05:00:00.000Z\",\"0.00058\",\"0.00046\",\"2000\"\n\"2024-07-02T05:05:00.000Z\",\"0.000735\",\"0.000565\",\"2000\"\n\"2024-07-02T05:10:00.000Z\",\"0.000651\",\"0.000467\",\"2000\"\n\"2024-07-02T05:15:00.000Z\",\"0.00064\",\"0.000461\",\"2000\"\n\"2024-07-02T05:20:00.000Z\",\"0.000665\",\"0.000511\",\"2000\"\n\"2024-07-02T05:25:00.000Z\",\"0.000742\",\"0.000556\",\"2000\"\n\"2024-07-02T05:30:00.000Z\",\"0.000829\",\"0.000676\",\"2000\"\n\"2024-07-02T05:35:00.000Z\",\"0.000584\",\"0.000457\",\"2000\"\n\"2024-07-02T05:40:00.000Z\",\"0.0007\",\"0.000523\",\"2000\"\n\"2024-07-02T05:45:00.000Z\",\"0.000714\",\"0.000527\",\"2000\"\n\"2024-07-02T05:50:00.000Z\",\"0.00077\",\"0.000597\",\"2000\"\n\"2024-07-02T05:55:00.000Z\",\"0.000841\",\"0.000662\",\"2000\"\n\"2024-07-02T06:00:00.000Z\",\"0.000754\",\"0.000545\",\"2000\"\n\"2024-07-02T06:05:00.000Z\",\"0.00107\",\"0.000794\",\"2000\"\n\"2024-07-02T06:10:00.000Z\",\"0.001224\",\"0.001043\",\"2000\"\n\"2024-07-02T06:15:00.000Z\",\"0.001148\",\"0.000843\",\"2000\"\n\"2024-07-02T06:20:00.000Z\",\"0.001121\",\"0.000824\",\"2000\"\n\"2024-07-02T06:25:00.000Z\",\"0.001076\",\"0.000848\",\"2000\"\n\"2024-07-02T06:30:00.000Z\",\"0.001228\",\"0.000937\",\"2000\"\n\"2024-07-02T06:35:00.000Z\",\"0.0011\",\"0.000901\",\"2000\"\n\"2024-07-02T06:40:00.000Z\",\"0.00119\",\"0.000878\",\"2000\"\n\"2024-07-02T06:45:00.000Z\",\"0.001202\",\"0.000924\",\"2000\"\n\"2024-07-02T06:50:00.000Z\",\"0.001083\",\"0.000846\",\"2000\"\n\"2024-07-02T06:55:00.000Z\",\"0.001242\",\"0.000909\",\"2000\"\n\"2024-07-02T07:00:00.000Z\",\"0.001169\",\"0.000873\",\"2000\"\n\"2024-07-02T07:05:00.000Z\",\"0.001073\",\"0.000822\",\"2000\"\n\"2024-07-02T07:10:00.000Z\",\"0.001313\",\"0.001072\",\"2000\"\n\"2024-07-02T07:15:00.000Z\",\"0.001122\",\"0.000935\",\"2000\"\n\"2024-07-02T07:20:00.000Z\",\"0.001119\",\"0.00082\",\"2000\"\n\"2024-07-02T07:25:00.000Z\",\"0.001203\",\"0.000959\",\"2000\"\n\"2024-07-02T07:30:00.000Z\",\"0.001114\",\"0.00086\",\"2000\"\n\"2024-07-02T07:35:00.000Z\",\"0.001166\",\"0.000893\",\"2000\"\n\"2024-07-02T07:40:00.000Z\",\"0.001071\",\"0.000773\",\"2000\"\n\"2024-07-02T07:45:00.000Z\",\"0.001067\",\"0.000819\",\"2000\"\n\"2024-07-02T07:50:00.000Z\",\"0.000753\",\"0.000594\",\"2000\"\n\"2024-07-02T07:55:00.000Z\",\"0.000972\",\"0.000586\",\"2000\"\n\"2024-07-02T08:00:00.000Z\",\"0.000744\",\"0.000555\",\"2000\"\n\"2024-07-02T08:05:00.000Z\",\"0.000683\",\"0.000447\",\"2000\"\n\"2024-07-02T08:10:00.000Z\",\"0.000707\",\"0.000528\",\"2000\"\n\"2024-07-02T08:15:00.000Z\",\"0.000759\",\"0.00053\",\"2000\"\n\"2024-07-02T08:20:00.000Z\",\"0.001206\",\"0.001018\",\"2000\"\n\"2024-07-02T08:25:00.000Z\",\"0.001117\",\"0.000898\",\"2000\"\n\"2024-07-02T08:30:00.000Z\",\"0.001098\",\"0.000815\",\"2000\"\n\"2024-07-02T08:35:00.000Z\",\"0.001053\",\"0.000829\",\"2000\"\n\"2024-07-02T08:40:00.000Z\",\"0.00143\",\"0.001233\",\"2000\"\n\"2024-07-02T08:45:00.000Z\",\"0.001071\",\"0.000817\",\"2000\"\n\"2024-07-02T08:50:00.000Z\",\"0.001143\",\"0.000838\",\"2000\"\n\"2024-07-02T08:55:00.000Z\",\"0.001248\",\"0.000942\",\"2000\"\n\"2024-07-02T09:00:00.000Z\",\"0.001057\",\"0.000845\",\"2000\"\n\"2024-07-02T09:05:00.000Z\",\"0.000851\",\"0.000547\",\"2000\"\n\"2024-07-02T09:10:00.000Z\",\"0.001077\",\"0.000856\",\"2000\"\n\"2024-07-02T09:15:00.000Z\",\"0.001189\",\"0.000924\",\"2000\"\n\"2024-07-02T09:20:00.000Z\",\"0.00109\",\"0.000837\",\"2000\"\n\"2024-07-02T09:25:00.000Z\",\"0.001225\",\"0.001013\",\"2000\"\n\"2024-07-02T09:30:00.000Z\",\"0.002557\",\"0.002036\",\"2000\"\n\"2024-07-02T09:35:00.000Z\",\"0.002508\",\"0.00206\",\"2000\"\n\"2024-07-02T09:40:00.000Z\",\"0.001621\",\"0.001209\",\"2000\"\n\"2024-07-02T09:45:00.000Z\",\"0.001149\",\"0.000945\",\"2000\"\n\"2024-07-02T09:50:00.000Z\",\"0.00116\",\"0.00082\",\"2000\"\n\"2024-07-02T09:55:00.000Z\",\"0.001274\",\"0.00104\",\"2000\"\n\"2024-07-02T10:00:00.000Z\",\"0.001118\",\"0.000826\",\"2000\"\n\"2024-07-02T10:05:00.000Z\",\"0.001161\",\"0.000852\",\"2000\"\n\"2024-07-02T10:10:00.000Z\",\"0.001152\",\"0.000847\",\"2000\"\n\"2024-07-02T10:15:00.000Z\",\"0.001084\",\"0.000847\",\"2000\"\n\"2024-07-02T10:20:00.000Z\",\"0.001231\",\"0.000987\",\"2000\"\n\"2024-07-02T10:25:00.000Z\",\"0.001224\",\"0.000969\",\"2000\"\n\"2024-07-02T10:30:00.000Z\",\"0.001309\",\"0.001113\",\"2000\"\n\"2024-07-02T10:35:00.000Z\",\"0.001245\",\"0.000965\",\"2000\"\n\"2024-07-02T10:40:00.000Z\",\"0.001097\",\"0.000801\",\"2000\"\n\"2024-07-02T10:45:00.000Z\",\"0.001036\",\"0.000807\",\"2000\"\n\"2024-07-02T10:50:00.000Z\",\"0.001043\",\"0.000752\",\"2000\"\n\"2024-07-02T10:55:00.000Z\",\"0.001075\",\"0.000848\",\"2000\"\n\"2024-07-02T11:00:00.000Z\",\"0.001404\",\"0.001112\",\"2000\"\n\"2024-07-02T11:05:00.000Z\",\"0.00117\",\"0.000868\",\"2000\"\n\"2024-07-02T11:10:00.000Z\",\"0.001383\",\"0.001173\",\"2000\"\n\"2024-07-02T11:15:00.000Z\",\"0.00112\",\"0.000862\",\"2000\"\n\"2024-07-02T11:20:00.000Z\",\"0.001255\",\"0.000943\",\"2000\"\n\"2024-07-02T11:25:00.000Z\",\"0.001188\",\"0.000898\",\"2000\"\n\"2024-07-02T11:30:00.000Z\",\"0.001039\",\"0.000807\",\"2000\"\n\"2024-07-02T11:35:00.000Z\",\"0.001245\",\"0.000997\",\"2000\"\n\"2024-07-02T11:40:00.000Z\",\"0.001114\",\"0.000811\",\"2000\"\n\"2024-07-02T11:45:00.000Z\",\"0.001113\",\"0.000875\",\"2000\"\n\"2024-07-02T11:50:00.000Z\",\"0.001107\",\"0.000966\",\"2000\"\n\"2024-07-02T11:55:00.000Z\",\"0.001199\",\"0.000917\",\"2000\"\n\"2024-07-02T12:00:00.000Z\",\"0.000886\",\"0.000681\",\"2000\"\n\"2024-07-02T12:05:00.000Z\",\"0.000822\",\"0.000551\",\"2000\"\n\"2024-07-02T12:10:00.000Z\",\"0.001153\",\"0.000881\",\"2000\"\n\"2024-07-02T12:15:00.000Z\",\"0.001287\",\"0.001046\",\"2000\"\n\"2024-07-02T12:20:00.000Z\",\"0.001125\",\"0.000895\",\"2000\"\n\"2024-07-02T12:25:00.000Z\",\"0.001187\",\"0.000981\",\"2000\"\n\"2024-07-02T12:30:00.000Z\",\"0.001231\",\"0.000911\",\"2000\"\n\"2024-07-02T12:35:00.000Z\",\"0.001043\",\"0.00082\",\"2000\"\n\"2024-07-02T12:40:00.000Z\",\"0.001177\",\"0.000843\",\"2000\"\n\"2024-07-02T12:45:00.000Z\",\"0.001073\",\"0.000843\",\"2000\"\n\"2024-07-02T12:50:00.000Z\",\"0.001165\",\"0.00093\",\"2000\"\n\"2024-07-02T12:55:00.000Z\",\"0.001123\",\"0.000886\",\"2000\"\n\"2024-07-02T13:00:00.000Z\",\"0.001233\",\"0.001019\",\"2000\"\n\"2024-07-02T13:05:00.000Z\",\"0.001244\",\"0.001032\",\"2000\"\n\"2024-07-02T13:10:00.000Z\",\"0.001173\",\"0.000852\",\"2000\"\n\"2024-07-02T13:15:00.000Z\",\"0.001091\",\"0.000841\",\"2000\"\n\"2024-07-02T13:20:00.000Z\",\"0.001195\",\"0.000918\",\"2000\"\n\"2024-07-02T13:25:00.000Z\",\"0.001042\",\"0.000802\",\"2000\"\n\"2024-07-02T13:30:00.000Z\",\"0.002728\",\"0.002654\",\"2000\"\n\"2024-07-02T13:35:00.000Z\",\"0.002878\",\"0.002698\",\"2000\"\n\"2024-07-02T13:40:00.000Z\",\"0.002852\",\"0.002721\",\"2000\"\n\"2024-07-02T13:45:00.000Z\",\"0.001987\",\"0.001804\",\"2000\"\n\"2024-07-02T13:50:00.000Z\",\"0.00118\",\"0.000856\",\"2000\"\n\"2024-07-02T13:55:00.000Z\",\"0.00096\",\"0.000758\",\"2000\"\n\"2024-07-02T14:00:00.000Z\",\"0.001267\",\"0.000934\",\"2000\"\n\"2024-07-02T14:05:00.000Z\",\"0.001263\",\"0.001012\",\"2000\"\n\"2024-07-02T14:10:00.000Z\",\"0.001061\",\"0.000828\",\"2000\"\n\"2024-07-02T14:15:00.000Z\",\"0.001138\",\"0.000827\",\"2000\"\n\"2024-07-02T14:20:00.000Z\",\"0.001179\",\"0.00091\",\"2000\"\n\"2024-07-02T14:25:00.000Z\",\"0.001175\",\"0.000987\",\"2000\"\n\"2024-07-02T14:30:00.000Z\",\"0.001132\",\"0.000812\",\"2000\"\n\"2024-07-02T14:35:00.000Z\",\"0.001114\",\"0.000817\",\"2000\"\n\"2024-07-02T14:40:00.000Z\",\"0.001071\",\"0.000816\",\"2000\"\n\"2024-07-02T14:45:00.000Z\",\"0.001195\",\"0.000969\",\"2000\"\n\"2024-07-02T14:50:00.000Z\",\"0.001101\",\"0.000821\",\"2000\"\n\"2024-07-02T14:55:00.000Z\",\"0.001188\",\"0.00096\",\"2000\"\n\"2024-07-02T15:00:00.000Z\",\"0.000993\",\"0.00076\",\"2000\"\n\"2024-07-02T15:05:00.000Z\",\"0.001032\",\"0.000694\",\"2000\"\n\"2024-07-02T15:10:00.000Z\",\"0.001179\",\"0.00088\",\"2000\"\n\"2024-07-02T15:15:00.000Z\",\"0.001183\",\"0.000906\",\"2000\"\n\"2024-07-02T15:20:00.000Z\",\"0.001207\",\"0.00093\",\"2000\"\n\"2024-07-02T15:25:00.000Z\",\"0.001272\",\"0.000973\",\"2000\"\n\"2024-07-02T15:30:00.000Z\",\"0.001159\",\"0.000961\",\"2000\"\n\"2024-07-02T15:35:00.000Z\",\"0.001235\",\"0.000929\",\"2000\"\n\"2024-07-02T15:40:00.000Z\",\"0.001038\",\"0.000805\",\"2000\"\n\"2024-07-02T15:45:00.000Z\",\"0.001198\",\"0.000907\",\"2000\"\n\"2024-07-02T15:50:00.000Z\",\"0.001258\",\"0.001038\",\"2000\"\n\"2024-07-02T15:55:00.000Z\",\"0.001127\",\"0.000824\",\"2000\"\n\"2024-07-02T16:00:00.000Z\",\"0.001193\",\"0.000972\",\"2000\"\n\"2024-07-02T16:05:00.000Z\",\"0.001182\",\"0.000865\",\"2000\"\n\"2024-07-02T16:10:00.000Z\",\"0.001303\",\"0.001074\",\"2000\"\n\"2024-07-02T16:15:00.000Z\",\"0.00133\",\"0.001057\",\"2000\"\n\"2024-07-02T16:20:00.000Z\",\"0.001131\",\"0.000828\",\"2000\"\n\"2024-07-02T16:25:00.000Z\",\"0.001119\",\"0.000839\",\"2000\"\n\"2024-07-02T16:30:00.000Z\",\"0.001415\",\"0.001146\",\"2000\"\n\"2024-07-02T16:35:00.000Z\",\"0.001633\",\"0.001222\",\"2000\"\n\"2024-07-02T16:40:00.000Z\",\"0.001185\",\"0.000943\",\"2000\"\n\"2024-07-02T16:45:00.000Z\",\"0.001785\",\"0.001449\",\"2000\"\n\"2024-07-02T16:50:00.000Z\",\"0.001672\",\"0.001348\",\"2000\"\n\"2024-07-02T16:55:00.000Z\",\"0.001551\",\"0.001286\",\"2000\"\n\"2024-07-02T17:00:00.000Z\",\"0.001201\",\"0.000894\",\"2000\"\n\"2024-07-02T17:05:00.000Z\",\"0.001466\",\"0.001274\",\"2000\"\n\"2024-07-02T17:10:00.000Z\",\"0.002871\",\"0.002499\",\"2000\"\n\"2024-07-02T17:15:00.000Z\",\"0.002824\",\"0.002625\",\"2000\"\n\"2024-07-02T17:20:00.000Z\",\"0.002796\",\"0.002587\",\"2000\"\n\"2024-07-02T17:25:00.000Z\",\"0.0027\",\"0.002526\",\"2000\"\n\"2024-07-02T17:30:00.000Z\",\"0.002856\",\"0.002604\",\"2000\"\n\"2024-07-02T17:35:00.000Z\",\"0.003546\",\"0.003149\",\"2000\"\n\"2024-07-02T17:40:00.000Z\",\"0.00332\",\"0.00307\",\"2000\"\n\"2024-07-02T17:45:00.000Z\",\"0.002701\",\"0.002482\",\"2000\"\n\"2024-07-02T17:50:00.000Z\",\"0.002771\",\"0.002622\",\"2000\"\n\"2024-07-02T17:55:00.000Z\",\"0.002714\",\"0.002491\",\"2000\"\n\"2024-07-02T18:00:00.000Z\",\"0.002821\",\"0.002668\",\"2000\"\n\"2024-07-02T18:05:00.000Z\",\"0.002499\",\"0.002265\",\"2000\"\n\"2024-07-02T18:10:00.000Z\",\"0.002099\",\"0.001889\",\"2000\"\n\"2024-07-02T18:15:00.000Z\",\"0.002368\",\"0.002193\",\"2000\"\n\"2024-07-02T18:20:00.000Z\",\"0.00312\",\"0.002888\",\"2000\"\n\"2024-07-02T18:25:00.000Z\",\"0.002681\",\"0.002454\",\"2000\"\n\"2024-07-02T18:30:00.000Z\",\"0.002674\",\"0.002453\",\"2000\"\n\"2024-07-02T18:35:00.000Z\",\"0.002829\",\"0.002528\",\"2000\"\n\"2024-07-02T18:40:00.000Z\",\"0.00249\",\"0.002387\",\"2000\"\n\"2024-07-02T18:45:00.000Z\",\"0.002725\",\"0.002484\",\"2000\"\n\"2024-07-02T18:50:00.000Z\",\"0.002217\",\"0.001877\",\"2000\"\n\"2024-07-02T18:55:00.000Z\",\"0.001149\",\"0.000903\",\"2000\"\n\"2024-07-02T19:00:00.000Z\",\"0.001417\",\"0.001054\",\"2000\"\n\"2024-07-02T19:05:00.000Z\",\"0.001231\",\"0.001054\",\"2000\"\n\"2024-07-02T19:10:00.000Z\",\"0.00117\",\"0.000868\",\"2000\"\n\"2024-07-02T19:15:00.000Z\",\"0.001631\",\"0.001305\",\"2000\"\n\"2024-07-02T19:20:00.000Z\",\"0.001674\",\"0.001408\",\"2000\"\n\"2024-07-02T19:25:00.000Z\",\"0.001264\",\"0.000975\",\"2000\"\n\"2024-07-02T19:30:00.000Z\",\"0.001056\",\"0.000804\",\"2000\"\n\"2024-07-02T19:35:00.000Z\",\"0.001582\",\"0.001218\",\"2000\"\n\"2024-07-02T19:40:00.000Z\",\"0.001729\",\"0.001261\",\"2000\"\n\"2024-07-02T19:45:00.000Z\",\"0.001261\",\"0.001046\",\"2000\"\n\"2024-07-02T19:50:00.000Z\",\"0.001181\",\"0.000935\",\"2000\"\n\"2024-07-02T19:55:00.000Z\",\"0.001511\",\"0.00122\",\"2000\"\n\"2024-07-02T20:00:00.000Z\",\"0.001756\",\"0.001353\",\"2000\"\n\"2024-07-02T20:05:00.000Z\",\"0.001408\",\"0.001144\",\"2000\"\n\"2024-07-02T20:10:00.000Z\",\"0.001306\",\"0.001026\",\"2000\"\n\"2024-07-02T20:15:00.000Z\",\"0.001442\",\"0.001078\",\"2000\"\n\"2024-07-02T20:20:00.000Z\",\"0.001513\",\"0.001196\",\"2000\"\n\"2024-07-02T20:25:00.000Z\",\"0.000989\",\"0.000749\",\"2000\"\n\"2024-07-02T20:30:00.000Z\",\"0.002262\",\"0.001856\",\"2000\"\n\"2024-07-02T20:35:00.000Z\",\"0.001195\",\"0.000931\",\"2000\"\n\"2024-07-02T20:40:00.000Z\",\"0.001218\",\"0.000902\",\"2000\"\n\"2024-07-02T20:45:00.000Z\",\"0.001312\",\"0.00101\",\"2000\"\n\"2024-07-02T20:50:00.000Z\",\"0.001386\",\"0.001116\",\"2000\"\n\"2024-07-02T20:55:00.000Z\",\"0.002689\",\"0.002261\",\"2000\"\n\"2024-07-02T21:00:00.000Z\",\"0.003513\",\"0.002878\",\"2000\"\n\"2024-07-02T21:05:00.000Z\",\"0.001354\",\"0.00102\",\"2000\"\n\"2024-07-02T21:10:00.000Z\",\"0.00149\",\"0.00123\",\"2000\"\n\"2024-07-02T21:15:00.000Z\",\"0.001716\",\"0.001393\",\"2000\"\n\"2024-07-02T21:20:00.000Z\",\"0.001201\",\"0.000966\",\"2000\"\n\"2024-07-02T21:25:00.000Z\",\"0.00107\",\"0.000772\",\"2000\"\n\"2024-07-02T21:30:00.000Z\",\"0.00169\",\"0.001279\",\"2000\"\n\"2024-07-02T21:35:00.000Z\",\"0.001287\",\"0.00116\",\"2000\"\n\"2024-07-02T21:40:00.000Z\",\"0.001539\",\"0.001133\",\"2000\"\n\"2024-07-02T21:45:00.000Z\",\"0.001129\",\"0.000888\",\"2000\"\n\"2024-07-02T21:50:00.000Z\",\"0.00145\",\"0.001103\",\"2000\"\n\"2024-07-02T21:55:00.000Z\",\"0.001198\",\"0.000922\",\"2000\"\n\"2024-07-02T22:00:00.000Z\",\"0.001469\",\"0.001112\",\"2000\"\n\"2024-07-02T22:05:00.000Z\",\"0.001519\",\"0.001174\",\"2000\"\n\"2024-07-02T22:10:00.000Z\",\"0.001125\",\"0.000817\",\"2000\"\n\"2024-07-02T22:15:00.000Z\",\"0.001294\",\"0.001129\",\"2000\"\n\"2024-07-02T22:20:00.000Z\",\"0.001634\",\"0.001256\",\"2000\"\n\"2024-07-02T22:25:00.000Z\",\"0.001682\",\"0.001363\",\"2000\"\n\"2024-07-02T22:30:00.000Z\",\"0.001094\",\"0.000807\",\"2000\"\n\"2024-07-02T22:35:00.000Z\",\"0.00167\",\"0.001476\",\"2000\"\n\"2024-07-02T22:40:00.000Z\",\"0.001785\",\"0.001296\",\"2000\"\n\"2024-07-02T22:45:00.000Z\",\"0.001298\",\"0.001053\",\"2000\"\n\"2024-07-02T22:50:00.000Z\",\"0.001756\",\"0.001402\",\"2000\"\n\"2024-07-02T22:55:00.000Z\",\"0.001423\",\"0.00112\",\"2000\"\n\"2024-07-02T23:00:00.000Z\",\"0.001594\",\"0.001269\",\"2000\"\n\"2024-07-02T23:05:00.000Z\",\"0.00208\",\"0.001709\",\"2000\"\n\"2024-07-02T23:10:00.000Z\",\"0.001572\",\"0.001174\",\"2000\"\n\"2024-07-02T23:15:00.000Z\",\"0.001142\",\"0.000924\",\"2000\"\n\"2024-07-02T23:20:00.000Z\",\"0.002141\",\"0.001645\",\"2000\"\n\"2024-07-02T23:25:00.000Z\",\"0.001197\",\"0.00094\",\"2000\"\n\"2024-07-02T23:30:00.000Z\",\"0.001172\",\"0.000956\",\"2000\"\n\"2024-07-02T23:35:00.000Z\",\"0.00233\",\"0.001846\",\"2000\"\n\"2024-07-02T23:40:00.000Z\",\"0.001317\",\"0.001056\",\"2000\"\n\"2024-07-02T23:45:00.000Z\",\"0.001015\",\"0.000786\",\"2000\"\n\"2024-07-02T23:50:00.000Z\",\"0.001773\",\"0.001382\",\"2000\"\n\"2024-07-02T23:55:00.000Z\",\"0.001182\",\"0.000931\",\"2000\"\n\"2024-07-03T00:00:00.000Z\",\"0.000954\",\"0.000725\",\"2000\"\n\"2024-07-03T00:05:00.000Z\",\"0.001452\",\"0.001243\",\"2000\"\n\"2024-07-03T00:10:00.000Z\",\"0.001455\",\"0.001056\",\"2000\"\n\"2024-07-03T00:15:00.000Z\",\"0.001037\",\"0.000798\",\"2000\"\n\"2024-07-03T00:20:00.000Z\",\"0.001345\",\"0.001031\",\"2000\"\n\"2024-07-03T00:25:00.000Z\",\"0.001369\",\"0.001077\",\"2000\"\n\"2024-07-03T00:30:00.000Z\",\"0.001203\",\"0.000906\",\"2000\"\n\"2024-07-03T00:35:00.000Z\",\"0.001319\",\"0.001044\",\"2000\"\n\"2024-07-03T00:40:00.000Z\",\"0.001351\",\"0.001024\",\"2000\"\n\"2024-07-03T00:45:00.000Z\",\"0.001716\",\"0.001391\",\"2000\"\n\"2024-07-03T00:50:00.000Z\",\"0.001548\",\"0.001157\",\"2000\"\n\"2024-07-03T00:55:00.000Z\",\"0.001412\",\"0.001134\",\"2000\"\n\"2024-07-03T01:00:00.000Z\",\"0.001305\",\"0.001013\",\"2000\"\n\"2024-07-03T01:05:00.000Z\",\"0.004002\",\"0.003645\",\"2000\"\n\"2024-07-03T01:10:00.000Z\",\"0.001713\",\"0.001262\",\"2000\"\n\"2024-07-03T01:15:00.000Z\",\"0.001058\",\"0.000807\",\"2000\"\n\"2024-07-03T01:20:00.000Z\",\"0.001554\",\"0.001241\",\"2000\"\n\"2024-07-03T01:25:00.000Z\",\"0.003755\",\"0.00339\",\"2000\"\n\"2024-07-03T01:30:00.000Z\",\"0.005728\",\"0.005517\",\"2000\"\n\"2024-07-03T01:35:00.000Z\",\"0.006408\",\"0.005978\",\"2000\"\n\"2024-07-03T01:40:00.000Z\",\"0.006104\",\"0.005772\",\"2000\"\n\"2024-07-03T01:45:00.000Z\",\"0.00628\",\"0.005951\",\"2000\"\n\"2024-07-03T01:50:00.000Z\",\"0.006563\",\"0.006137\",\"2000\"\n\"2024-07-03T01:55:00.000Z\",\"0.006174\",\"0.005783\",\"2000\"\n\"2024-07-03T02:00:00.000Z\",\"0.006359\",\"0.00604\",\"2000\"\n\"2024-07-03T02:05:00.000Z\",\"0.006416\",\"0.006058\",\"2000\"\n\"2024-07-03T02:10:00.000Z\",\"0.006341\",\"0.006113\",\"2000\"\n\"2024-07-03T02:15:00.000Z\",\"0.005968\",\"0.005748\",\"2000\"\n\"2024-07-03T02:20:00.000Z\",\"0.006828\",\"0.006317\",\"2000\"\n\"2024-07-03T02:25:00.000Z\",\"0.006292\",\"0.005815\",\"2000\"\n\"2024-07-03T02:30:00.000Z\",\"0.006213\",\"0.005876\",\"2000\"\n\"2024-07-03T02:35:00.000Z\",\"0.006855\",\"0.006406\",\"2000\"\n\"2024-07-03T02:40:00.000Z\",\"0.00629\",\"0.005876\",\"2000\"\n\"2024-07-03T02:45:00.000Z\",\"0.00646\",\"0.005931\",\"2000\"\n\"2024-07-03T02:50:00.000Z\",\"0.006433\",\"0.00608\",\"2000\"\n\"2024-07-03T02:55:00.000Z\",\"0.006424\",\"0.005955\",\"2000\"\n\"2024-07-03T03:00:00.000Z\",\"0.006308\",\"0.005861\",\"2000\"\n\"2024-07-03T03:05:00.000Z\",\"0.006275\",\"0.005908\",\"2000\"\n\"2024-07-03T03:10:00.000Z\",\"0.005657\",\"0.005273\",\"2000\"\n\"2024-07-03T03:15:00.000Z\",\"0.00093\",\"0.000691\",\"2000\"\n\"2024-07-03T03:20:00.000Z\",\"0.001117\",\"0.00079\",\"2000\"\n\"2024-07-03T03:25:00.000Z\",\"0.002135\",\"0.002028\",\"2000\"\n\"2024-07-03T03:30:00.000Z\",\"0.000877\",\"0.00063\",\"2000\"\n\"2024-07-03T03:35:00.000Z\",\"0.001077\",\"0.000889\",\"2000\"\n\"2024-07-03T03:40:00.000Z\",\"0.000989\",\"0.000742\",\"2000\"\n\"2024-07-03T03:45:00.000Z\",\"0.001204\",\"0.000916\",\"2000\"\n\"2024-07-03T03:50:00.000Z\",\"0.000685\",\"0.000522\",\"2000\"\n\"2024-07-03T03:55:00.000Z\",\"0.000919\",\"0.000689\",\"2000\"\n\"2024-07-03T04:00:00.000Z\",\"0.001142\",\"0.000921\",\"2000\"\n\"2024-07-03T04:05:00.000Z\",\"0.00102\",\"0.000964\",\"2000\"\n\"2024-07-03T04:10:00.000Z\",\"0.000706\",\"0.000485\",\"2000\"\n\"2024-07-03T04:15:00.000Z\",\"0.000633\",\"0.000443\",\"2000\"\n\"2024-07-03T04:20:00.000Z\",\"0.000522\",\"0.000401\",\"2000\"\n\"2024-07-03T04:25:00.000Z\",\"0.000662\",\"0.000427\",\"2000\"\n\"2024-07-03T04:30:00.000Z\",\"0.000666\",\"0.00054\",\"2000\"\n\"2024-07-03T04:35:00.000Z\",\"0.000627\",\"0.00043\",\"2000\"\n\"2024-07-03T04:40:00.000Z\",\"0.000792\",\"0.00065\",\"2000\"\n\"2024-07-03T04:45:00.000Z\",\"0.000639\",\"0.000464\",\"2000\"\n\"2024-07-03T04:50:00.000Z\",\"0.000609\",\"0.000447\",\"2000\"\n\"2024-07-03T04:55:00.000Z\",\"0.000601\",\"0.000449\",\"2000\"\n\"2024-07-03T05:00:00.000Z\",\"0.000749\",\"0.000586\",\"2000\"\n\"2024-07-03T05:05:00.000Z\",\"0.00077\",\"0.000605\",\"2000\"\n\"2024-07-03T05:10:00.000Z\",\"0.000719\",\"0.000505\",\"2000\"\n\"2024-07-03T05:15:00.000Z\",\"0.000678\",\"0.000484\",\"2000\"\n\"2024-07-03T05:20:00.000Z\",\"0.000997\",\"0.000813\",\"2000\"\n\"2024-07-03T05:25:00.000Z\",\"0.000774\",\"0.000507\",\"2000\"\n\"2024-07-03T05:30:00.000Z\",\"0.000661\",\"0.000468\",\"2000\"\n\"2024-07-03T05:35:00.000Z\",\"0.000652\",\"0.000496\",\"2000\"\n\"2024-07-03T05:40:00.000Z\",\"0.000621\",\"0.000431\",\"2000\"\n\"2024-07-03T05:45:00.000Z\",\"0.000965\",\"0.000827\",\"2000\"\n\"2024-07-03T05:50:00.000Z\",\"0.000648\",\"0.000486\",\"2000\"\n\"2024-07-03T05:55:00.000Z\",\"0.001128\",\"0.000725\",\"2000\"\n\"2024-07-03T06:00:00.000Z\",\"0.000949\",\"0.000699\",\"2000\"\n\"2024-07-03T06:05:00.000Z\",\"0.001268\",\"0.001057\",\"2000\"\n\"2024-07-03T06:10:00.000Z\",\"0.001737\",\"0.00145\",\"2000\"\n\"2024-07-03T06:15:00.000Z\",\"0.001571\",\"0.001299\",\"2000\"\n\"2024-07-03T06:20:00.000Z\",\"0.001226\",\"0.000927\",\"2000\"\n\"2024-07-03T06:25:00.000Z\",\"0.00131\",\"0.001103\",\"2000\"\n\"2024-07-03T06:30:00.000Z\",\"0.000916\",\"0.000663\",\"2000\"\n\"2024-07-03T06:35:00.000Z\",\"0.000947\",\"0.00055\",\"2000\"\n\"2024-07-03T06:40:00.000Z\",\"0.00118\",\"0.000835\",\"2000\"\n\"2024-07-03T06:45:00.000Z\",\"0.001119\",\"0.000849\",\"2000\"\n\"2024-07-03T06:50:00.000Z\",\"0.00119\",\"0.000957\",\"2000\"\n\"2024-07-03T06:55:00.000Z\",\"0.001134\",\"0.000816\",\"2000\"\n\"2024-07-03T07:00:00.000Z\",\"0.001109\",\"0.000898\",\"2000\"\n\"2024-07-03T07:05:00.000Z\",\"0.001152\",\"0.000839\",\"2000\"\n\"2024-07-03T07:10:00.000Z\",\"0.001241\",\"0.001034\",\"2000\"\n\"2024-07-03T07:15:00.000Z\",\"0.001063\",\"0.000837\",\"2000\"\n\"2024-07-03T07:20:00.000Z\",\"0.001137\",\"0.000861\",\"2000\"\n\"2024-07-03T07:25:00.000Z\",\"0.001053\",\"0.000803\",\"2000\"\n\"2024-07-03T07:30:00.000Z\",\"0.001222\",\"0.000929\",\"2000\"\n\"2024-07-03T07:35:00.000Z\",\"0.001097\",\"0.000895\",\"2000\"\n\"2024-07-03T07:40:00.000Z\",\"0.001158\",\"0.000856\",\"2000\"\n\"2024-07-03T07:45:00.000Z\",\"0.001088\",\"0.000786\",\"2000\"\n\"2024-07-03T07:50:00.000Z\",\"0.001317\",\"0.001156\",\"2000\"\n\"2024-07-03T07:55:00.000Z\",\"0.001129\",\"0.000816\",\"2000\"\n\"2024-07-03T08:00:00.000Z\",\"0.001078\",\"0.000798\",\"2000\"\n\"2024-07-03T08:05:00.000Z\",\"0.00113\",\"0.000816\",\"2000\"\n\"2024-07-03T08:10:00.000Z\",\"0.001181\",\"0.000916\",\"2000\"\n\"2024-07-03T08:15:00.000Z\",\"0.001387\",\"0.001224\",\"2000\"\n\"2024-07-03T08:20:00.000Z\",\"0.001137\",\"0.000829\",\"2000\"\n\"2024-07-03T08:25:00.000Z\",\"0.001094\",\"0.000808\",\"2000\"\n\"2024-07-03T08:30:00.000Z\",\"0.001062\",\"0.000809\",\"2000\"\n\"2024-07-03T08:35:00.000Z\",\"0.00126\",\"0.001002\",\"2000\"\n\"2024-07-03T08:40:00.000Z\",\"0.001164\",\"0.00086\",\"2000\"\n\"2024-07-03T08:45:00.000Z\",\"0.001224\",\"0.000934\",\"2000\"\n\"2024-07-03T08:50:00.000Z\",\"0.001155\",\"0.000942\",\"2000\"\n\"2024-07-03T08:55:00.000Z\",\"0.001248\",\"0.000949\",\"2000\"\n\"2024-07-03T09:00:00.000Z\",\"0.001029\",\"0.000804\",\"2000\"\n\"2024-07-03T09:05:00.000Z\",\"0.001135\",\"0.000828\",\"2000\"\n\"2024-07-03T09:10:00.000Z\",\"0.000876\",\"0.000584\",\"2000\"\n\"2024-07-03T09:15:00.000Z\",\"0.001038\",\"0.000878\",\"2000\"\n\"2024-07-03T09:20:00.000Z\",\"0.001164\",\"0.000862\",\"2000\"\n\"2024-07-03T09:25:00.000Z\",\"0.001236\",\"0.000921\",\"2000\"\n\"2024-07-03T09:30:00.000Z\",\"0.001387\",\"0.001152\",\"2000\"\n\"2024-07-03T09:35:00.000Z\",\"0.001089\",\"0.000838\",\"2000\"\n\"2024-07-03T09:40:00.000Z\",\"0.001245\",\"0.001014\",\"2000\"\n\"2024-07-03T09:45:00.000Z\",\"0.001023\",\"0.000785\",\"2000\"\n\"2024-07-03T09:50:00.000Z\",\"0.001278\",\"0.001014\",\"2000\"\n\"2024-07-03T09:55:00.000Z\",\"0.001045\",\"0.000808\",\"2000\"\n\"2024-07-03T10:00:00.000Z\",\"0.001195\",\"0.000904\",\"2000\"\n\"2024-07-03T10:05:00.000Z\",\"0.001164\",\"0.000898\",\"2000\"\n\"2024-07-03T10:10:00.000Z\",\"0.001158\",\"0.000939\",\"2000\"\n\"2024-07-03T10:15:00.000Z\",\"0.001371\",\"0.001027\",\"2000\"\n\"2024-07-03T10:20:00.000Z\",\"0.00221\",\"0.001623\",\"2000\"\n\"2024-07-03T10:25:00.000Z\",\"0.00099\",\"0.000728\",\"2000\"\n\"2024-07-03T10:30:00.000Z\",\"0.001016\",\"0.000783\",\"2000\"\n\"2024-07-03T10:35:00.000Z\",\"0.001519\",\"0.001108\",\"2000\"\n\"2024-07-03T10:40:00.000Z\",\"0.000647\",\"0.000507\",\"2000\"\n\"2024-07-03T10:45:00.000Z\",\"0.000958\",\"0.000752\",\"2000\"\n\"2024-07-03T10:50:00.000Z\",\"0.001868\",\"0.001217\",\"2000\"\n\"2024-07-03T10:55:00.000Z\",\"0.000992\",\"0.000748\",\"2000\"\n\"2024-07-03T11:00:00.000Z\",\"0.000851\",\"0.000664\",\"2000\"\n\"2024-07-03T11:05:00.000Z\",\"0.003628\",\"0.003249\",\"2000\"\n\"2024-07-03T11:10:00.000Z\",\"0.00913\",\"0.008641\",\"2000\"\n\"2024-07-03T11:15:00.000Z\",\"0.009361\",\"0.008793\",\"2000\"\n\"2024-07-03T11:20:00.000Z\",\"0.008958\",\"0.008509\",\"2000\"\n\"2024-07-03T11:25:00.000Z\",\"0.009088\",\"0.008794\",\"2000\"\n\"2024-07-03T11:30:00.000Z\",\"0.009442\",\"0.00885\",\"2000\"\n\"2024-07-03T11:35:00.000Z\",\"0.002184\",\"0.00197\",\"2000\"\n\"2024-07-03T11:40:00.000Z\",\"0.001296\",\"0.000965\",\"2000\"\n\"2024-07-03T11:45:00.000Z\",\"0.00081\",\"0.000626\",\"2000\"\n\"2024-07-03T11:50:00.000Z\",\"0.000489\",\"0.00042\",\"2000\"\n\"2024-07-03T11:55:00.000Z\",\"0.000811\",\"0.000614\",\"2000\"\n\"2024-07-03T12:00:00.000Z\",\"0.001015\",\"0.000721\",\"2000\"\n\"2024-07-03T12:05:00.000Z\",\"0.001283\",\"0.001015\",\"2000\"\n\"2024-07-03T12:10:00.000Z\",\"0.001615\",\"0.001309\",\"2000\"\n\"2024-07-03T12:15:00.000Z\",\"0.00099\",\"0.000753\",\"2000\"\n\"2024-07-03T12:20:00.000Z\",\"0.001409\",\"0.001057\",\"2000\"\n\"2024-07-03T12:25:00.000Z\",\"0.001518\",\"0.001195\",\"2000\"\n\"2024-07-03T12:30:00.000Z\",\"0.002076\",\"0.001395\",\"2000\"\n\"2024-07-03T12:35:00.000Z\",\"0.003025\",\"0.002258\",\"2000\"\n\"2024-07-03T12:40:00.000Z\",\"0.000994\",\"0.000762\",\"2000\"\n\"2024-07-03T12:45:00.000Z\",\"0.001669\",\"0.001229\",\"2000\"\n\"2024-07-03T12:50:00.000Z\",\"0.001162\",\"0.000883\",\"2000\"\n\"2024-07-03T12:55:00.000Z\",\"0.001343\",\"0.000991\",\"2000\"\n\"2024-07-03T13:00:00.000Z\",\"0.00147\",\"0.001267\",\"2000\"\n\"2024-07-03T13:05:00.000Z\",\"0.001101\",\"0.000816\",\"2000\"\n\"2024-07-03T13:10:00.000Z\",\"0.00154\",\"0.001051\",\"2000\"\n\"2024-07-03T13:15:00.000Z\",\"0.001391\",\"0.001152\",\"2000\"\n\"2024-07-03T13:20:00.000Z\",\"0.001366\",\"0.001049\",\"2000\"\n\"2024-07-03T13:25:00.000Z\",\"0.001326\",\"0.001126\",\"2000\"\n\"2024-07-03T13:30:00.000Z\",\"0.001361\",\"0.001153\",\"2000\"\n\"2024-07-03T13:35:00.000Z\",\"0.001448\",\"0.001161\",\"2000\"\n\"2024-07-03T13:40:00.000Z\",\"0.001491\",\"0.001357\",\"2000\"\n\"2024-07-03T13:45:00.000Z\",\"0.001427\",\"0.00105\",\"2000\"\n\"2024-07-03T13:50:00.000Z\",\"0.001264\",\"0.000948\",\"2000\"\n\"2024-07-03T13:55:00.000Z\",\"0.002159\",\"0.001483\",\"2000\"\n\"2024-07-03T14:00:00.000Z\",\"0.001432\",\"0.001131\",\"2000\"\n\"2024-07-03T14:05:00.000Z\",\"0.001259\",\"0.000949\",\"2000\"\n\"2024-07-03T14:10:00.000Z\",\"0.001293\",\"0.000982\",\"2000\"\n\"2024-07-03T14:15:00.000Z\",\"0.001344\",\"0.001068\",\"2000\"\n\"2024-07-03T14:20:00.000Z\",\"0.001132\",\"0.000968\",\"2000\"\n\"2024-07-03T14:25:00.000Z\",\"0.001774\",\"0.001264\",\"2000\"\n\"2024-07-03T14:30:00.000Z\",\"0.001375\",\"0.001032\",\"2000\"\n\"2024-07-03T14:35:00.000Z\",\"0.001396\",\"0.001048\",\"2000\"\n\"2024-07-03T14:40:00.000Z\",\"0.001435\",\"0.001235\",\"2000\"\n\"2024-07-03T14:45:00.000Z\",\"0.002065\",\"0.001626\",\"2000\"\n\"2024-07-03T14:50:00.000Z\",\"0.001266\",\"0.00098\",\"2000\"\n\"2024-07-03T14:55:00.000Z\",\"0.001434\",\"0.001144\",\"2000\"\n\"2024-07-03T15:00:00.000Z\",\"0.00155\",\"0.001179\",\"2000\"\n\"2024-07-03T15:05:00.000Z\",\"0.001241\",\"0.000949\",\"2000\"\n\"2024-07-03T15:10:00.000Z\",\"0.0013\",\"0.000965\",\"2000\"\n\"2024-07-03T15:15:00.000Z\",\"0.001359\",\"0.001107\",\"2000\"\n\"2024-07-03T15:20:00.000Z\",\"0.001435\",\"0.000982\",\"2000\"\n\"2024-07-03T15:25:00.000Z\",\"0.001455\",\"0.001073\",\"2000\"\n\"2024-07-03T15:30:00.000Z\",\"0.00074\",\"0.000489\",\"2000\"\n\"2024-07-03T15:35:00.000Z\",\"0.002244\",\"0.001553\",\"2000\"\n\"2024-07-03T15:40:00.000Z\",\"0.001249\",\"0.000912\",\"2000\"\n\"2024-07-03T15:45:00.000Z\",\"0.001133\",\"0.000852\",\"2000\"\n\"2024-07-03T15:50:00.000Z\",\"0.001718\",\"0.001287\",\"2000\"\n\"2024-07-03T15:55:00.000Z\",\"0.001537\",\"0.001217\",\"2000\"\n\"2024-07-03T16:00:00.000Z\",\"0.001339\",\"0.000911\",\"2000\"\n\"2024-07-03T16:05:00.000Z\",\"0.001656\",\"0.001316\",\"2000\"\n\"2024-07-03T16:10:00.000Z\",\"0.001992\",\"0.001567\",\"2000\"\n\"2024-07-03T16:15:00.000Z\",\"0.001018\",\"0.000746\",\"2000\"\n\"2024-07-03T16:20:00.000Z\",\"0.001072\",\"0.000757\",\"2000\"\n\"2024-07-03T16:25:00.000Z\",\"0.001133\",\"0.000869\",\"2000\"\n\"2024-07-03T16:30:00.000Z\",\"0.000999\",\"0.000764\",\"2000\"\n\"2024-07-03T16:35:00.000Z\",\"0.001123\",\"0.000839\",\"2000\"\n\"2024-07-03T16:40:00.000Z\",\"0.001071\",\"0.000863\",\"2000\"\n\"2024-07-03T16:45:00.000Z\",\"0.00116\",\"0.000857\",\"2000\"\n\"2024-07-03T16:50:00.000Z\",\"0.001403\",\"0.00113\",\"2000\"\n\"2024-07-03T16:55:00.000Z\",\"0.001007\",\"0.000781\",\"2000\"\n\"2024-07-03T17:00:00.000Z\",\"0.001091\",\"0.000901\",\"2000\"\n\"2024-07-03T17:05:00.000Z\",\"0.001035\",\"0.000756\",\"2000\"\n\"2024-07-03T17:10:00.000Z\",\"0.001453\",\"0.001247\",\"2000\"\n\"2024-07-03T17:15:00.000Z\",\"0.0011\",\"0.000807\",\"2000\"\n\"2024-07-03T17:20:00.000Z\",\"0.001016\",\"0.000789\",\"2000\"\n\"2024-07-03T17:25:00.000Z\",\"0.001208\",\"0.000953\",\"2000\"\n\"2024-07-03T17:30:00.000Z\",\"0.001125\",\"0.001034\",\"2000\"\n\"2024-07-03T17:35:00.000Z\",\"0.000997\",\"0.000713\",\"2000\"\n\"2024-07-03T17:40:00.000Z\",\"0.001028\",\"0.000791\",\"2000\"\n\"2024-07-03T17:45:00.000Z\",\"0.001037\",\"0.000753\",\"2000\"\n\"2024-07-03T17:50:00.000Z\",\"0.001149\",\"0.000896\",\"2000\"\n\"2024-07-03T17:55:00.000Z\",\"0.001164\",\"0.000999\",\"2000\"\n\"2024-07-03T18:00:00.000Z\",\"0.001123\",\"0.00083\",\"2000\"\n\"2024-07-03T18:05:00.000Z\",\"0.001118\",\"0.00092\",\"2000\"\n\"2024-07-03T18:10:00.000Z\",\"0.002644\",\"0.002209\",\"2000\"\n\"2024-07-03T18:15:00.000Z\",\"0.003973\",\"0.003346\",\"2000\"\n\"2024-07-03T18:20:00.000Z\",\"0.001151\",\"0.000924\",\"2000\"\n\"2024-07-03T18:25:00.000Z\",\"0.000994\",\"0.000807\",\"2000\"\n\"2024-07-03T18:30:00.000Z\",\"0.000911\",\"0.000679\",\"2000\"\n\"2024-07-03T18:35:00.000Z\",\"0.001139\",\"0.000897\",\"2000\"\n\"2024-07-03T18:40:00.000Z\",\"0.001029\",\"0.000823\",\"2000\"\n\"2024-07-03T18:45:00.000Z\",\"0.001112\",\"0.000813\",\"2000\"\n\"2024-07-03T18:50:00.000Z\",\"0.001035\",\"0.000789\",\"2000\"\n\"2024-07-03T18:55:00.000Z\",\"0.001063\",\"0.000776\",\"2000\"\n\"2024-07-03T19:00:00.000Z\",\"0.001225\",\"0.000988\",\"2000\"\n\"2024-07-03T19:05:00.000Z\",\"0.001044\",\"0.000843\",\"2000\"\n\"2024-07-03T19:10:00.000Z\",\"0.001091\",\"0.000783\",\"2000\"\n\"2024-07-03T19:15:00.000Z\",\"0.001063\",\"0.00078\",\"2000\"\n\"2024-07-03T19:20:00.000Z\",\"0.001144\",\"0.000974\",\"2000\"\n\"2024-07-03T19:25:00.000Z\",\"0.001167\",\"0.000865\",\"2000\"\n\"2024-07-03T19:30:00.000Z\",\"0.00121\",\"0.000912\",\"2000\"\n\"2024-07-03T19:35:00.000Z\",\"0.00106\",\"0.000821\",\"2000\"\n\"2024-07-03T19:40:00.000Z\",\"0.001149\",\"0.000973\",\"2000\"\n\"2024-07-03T19:45:00.000Z\",\"0.001186\",\"0.000888\",\"2000\"\n\"2024-07-03T19:50:00.000Z\",\"0.001037\",\"0.000798\",\"2000\"\n\"2024-07-03T19:55:00.000Z\",\"0.001142\",\"0.00088\",\"2000\"\n\"2024-07-03T20:00:00.000Z\",\"0.001549\",\"0.00131\",\"2000\"\n\"2024-07-03T20:05:00.000Z\",\"0.001163\",\"0.000856\",\"2000\"\n\"2024-07-03T20:10:00.000Z\",\"0.001103\",\"0.000804\",\"2000\"\n\"2024-07-03T20:15:00.000Z\",\"0.000982\",\"0.000753\",\"2000\"\n\"2024-07-03T20:20:00.000Z\",\"0.001247\",\"0.000993\",\"2000\"\n\"2024-07-03T20:25:00.000Z\",\"0.001166\",\"0.000967\",\"2000\"\n\"2024-07-03T20:30:00.000Z\",\"0.001114\",\"0.000817\",\"2000\"\n\"2024-07-03T20:35:00.000Z\",\"0.001207\",\"0.000966\",\"2000\"\n\"2024-07-03T20:40:00.000Z\",\"0.001019\",\"0.000787\",\"2000\"\n\"2024-07-03T20:45:00.000Z\",\"0.001253\",\"0.001001\",\"2000\"\n\"2024-07-03T20:50:00.000Z\",\"0.001129\",\"0.000914\",\"2000\"\n\"2024-07-03T20:55:00.000Z\",\"0.001208\",\"0.000949\",\"2000\"\n\"2024-07-03T21:00:00.000Z\",\"0.001093\",\"0.000859\",\"2000\"\n\"2024-07-03T21:05:00.000Z\",\"0.001147\",\"0.000884\",\"2000\"\n\"2024-07-03T21:10:00.000Z\",\"0.000999\",\"0.000756\",\"2000\"\n\"2024-07-03T21:15:00.000Z\",\"0.001155\",\"0.00085\",\"2000\"\n\"2024-07-03T21:20:00.000Z\",\"0.000924\",\"0.000758\",\"2000\"\n\"2024-07-03T21:25:00.000Z\",\"0.001026\",\"0.000762\",\"2000\"\n\"2024-07-03T21:30:00.000Z\",\"0.000777\",\"0.000568\",\"2000\"\n\"2024-07-03T21:35:00.000Z\",\"0.001289\",\"0.001073\",\"2000\"\n\"2024-07-03T21:40:00.000Z\",\"0.001032\",\"0.000806\",\"2000\"\n\"2024-07-03T21:45:00.000Z\",\"0.00112\",\"0.000816\",\"2000\"\n\"2024-07-03T21:50:00.000Z\",\"0.001365\",\"0.001153\",\"2000\"\n\"2024-07-03T21:55:00.000Z\",\"0.000989\",\"0.000762\",\"2000\"\n\"2024-07-03T22:00:00.000Z\",\"0.001178\",\"0.000848\",\"2000\"\n\"2024-07-03T22:05:00.000Z\",\"0.00104\",\"0.000759\",\"2000\"\n\"2024-07-03T22:10:00.000Z\",\"0.001239\",\"0.001025\",\"2000\"\n\"2024-07-03T22:15:00.000Z\",\"0.001145\",\"0.000835\",\"2000\"\n\"2024-07-03T22:20:00.000Z\",\"0.00108\",\"0.000815\",\"2000\"\n\"2024-07-03T22:25:00.000Z\",\"0.00105\",\"0.000785\",\"2000\"\n\"2024-07-03T22:30:00.000Z\",\"0.001406\",\"0.001143\",\"2000\"\n\"2024-07-03T22:35:00.000Z\",\"0.001154\",\"0.00085\",\"2000\"\n\"2024-07-03T22:40:00.000Z\",\"0.001139\",\"0.000845\",\"2000\"\n\"2024-07-03T22:45:00.000Z\",\"0.00108\",\"0.000832\",\"2000\"\n\"2024-07-03T22:50:00.000Z\",\"0.00133\",\"0.001092\",\"2000\"\n\"2024-07-03T22:55:00.000Z\",\"0.001273\",\"0.001024\",\"2000\"\n\"2024-07-03T23:00:00.000Z\",\"0.000988\",\"0.000757\",\"2000\"\n\"2024-07-03T23:05:00.000Z\",\"0.001246\",\"0.000957\",\"2000\"\n\"2024-07-03T23:10:00.000Z\",\"0.001048\",\"0.000793\",\"2000\"\n\"2024-07-03T23:15:00.000Z\",\"0.001369\",\"0.001094\",\"2000\"\n\"2024-07-03T23:20:00.000Z\",\"0.001058\",\"0.000763\",\"2000\"\n\"2024-07-03T23:25:00.000Z\",\"0.001121\",\"0.000832\",\"2000\"\n\"2024-07-03T23:30:00.000Z\",\"0.001039\",\"0.000794\",\"2000\"\n\"2024-07-03T23:35:00.000Z\",\"0.00124\",\"0.000952\",\"2000\"\n\"2024-07-03T23:40:00.000Z\",\"0.001099\",\"0.000813\",\"2000\"\n\"2024-07-03T23:45:00.000Z\",\"0.001141\",\"0.000943\",\"2000\"\n\"2024-07-03T23:50:00.000Z\",\"0.001156\",\"0.00088\",\"2000\"\n\"2024-07-03T23:55:00.000Z\",\"0.001207\",\"0.000916\",\"2000\"\n\"2024-07-04T00:00:00.000Z\",\"0.001239\",\"0.000991\",\"2000\"\n\"2024-07-04T00:05:00.000Z\",\"0.001196\",\"0.00096\",\"2000\"\n\"2024-07-04T00:10:00.000Z\",\"0.000993\",\"0.000745\",\"2000\"\n\"2024-07-04T00:15:00.000Z\",\"0.001207\",\"0.000892\",\"2000\"\n\"2024-07-04T00:20:00.000Z\",\"0.001322\",\"0.001077\",\"2000\"\n\"2024-07-04T00:25:00.000Z\",\"0.000854\",\"0.000647\",\"2000\"\n\"2024-07-04T00:30:00.000Z\",\"0.00092\",\"0.000681\",\"2000\"\n\"2024-07-04T00:35:00.000Z\",\"0.000858\",\"0.000666\",\"2000\"\n\"2024-07-04T00:40:00.000Z\",\"0.00111\",\"0.00094\",\"2000\"\n\"2024-07-04T00:45:00.000Z\",\"0.00114\",\"0.000835\",\"2000\"\n\"2024-07-04T00:50:00.000Z\",\"0.00117\",\"0.000887\",\"2000\"\n\"2024-07-04T00:55:00.000Z\",\"0.001139\",\"0.000858\",\"2000\"\n\"2024-07-04T01:00:00.000Z\",\"0.001202\",\"0.000971\",\"2000\"\n\"2024-07-04T01:05:00.000Z\",\"0.001198\",\"0.000858\",\"2000\"\n\"2024-07-04T01:10:00.000Z\",\"0.000973\",\"0.000759\",\"2000\"\n\"2024-07-04T01:15:00.000Z\",\"0.001068\",\"0.000764\",\"2000\"\n\"2024-07-04T01:20:00.000Z\",\"0.001094\",\"0.000901\",\"2000\"\n\"2024-07-04T01:25:00.000Z\",\"0.001235\",\"0.000963\",\"2000\"\n\"2024-07-04T01:30:00.000Z\",\"0.001109\",\"0.000891\",\"2000\"\n\"2024-07-04T01:35:00.000Z\",\"0.001145\",\"0.000874\",\"2000\"\n\"2024-07-04T01:40:00.000Z\",\"0.00132\",\"0.001002\",\"2000\"\n\"2024-07-04T01:45:00.000Z\",\"0.001147\",\"0.001023\",\"2000\"\n\"2024-07-04T01:50:00.000Z\",\"0.001087\",\"0.000777\",\"2000\"\n\"2024-07-04T01:55:00.000Z\",\"0.00106\",\"0.000784\",\"2000\"\n\"2024-07-04T02:00:00.000Z\",\"0.001228\",\"0.001048\",\"2000\"\n\"2024-07-04T02:05:00.000Z\",\"0.001176\",\"0.000914\",\"2000\"\n\"2024-07-04T02:10:00.000Z\",\"0.001142\",\"0.000848\",\"2000\"\n\"2024-07-04T02:15:00.000Z\",\"0.001171\",\"0.000969\",\"2000\"\n\"2024-07-04T02:20:00.000Z\",\"0.000965\",\"0.000752\",\"2000\"\n\"2024-07-04T02:25:00.000Z\",\"0.001214\",\"0.000891\",\"2000\"\n\"2024-07-04T02:30:00.000Z\",\"0.001161\",\"0.000884\",\"2000\"\n\"2024-07-04T02:35:00.000Z\",\"0.001108\",\"0.000853\",\"2000\"\n\"2024-07-04T02:40:00.000Z\",\"0.001167\",\"0.000896\",\"2000\"\n\"2024-07-04T02:45:00.000Z\",\"0.001098\",\"0.000794\",\"2000\"\n\"2024-07-04T02:50:00.000Z\",\"0.001106\",\"0.000887\",\"2000\"\n\"2024-07-04T02:55:00.000Z\",\"0.001194\",\"0.000928\",\"2000\"\n\"2024-07-04T03:00:00.000Z\",\"0.000981\",\"0.000758\",\"2000\"\n\"2024-07-04T03:05:00.000Z\",\"0.001094\",\"0.00078\",\"2000\"\n\"2024-07-04T03:10:00.000Z\",\"0.001119\",\"0.000868\",\"2000\"\n\"2024-07-04T03:15:00.000Z\",\"0.001187\",\"0.000972\",\"2000\"\n\"2024-07-04T03:20:00.000Z\",\"0.001826\",\"0.001446\",\"2000\"\n\"2024-07-04T03:25:00.000Z\",\"0.002631\",\"0.002177\",\"2000\"\n\"2024-07-04T03:30:00.000Z\",\"0.002273\",\"0.001919\",\"2000\"\n\"2024-07-04T03:35:00.000Z\",\"0.001055\",\"0.000853\",\"2000\"\n\"2024-07-04T03:40:00.000Z\",\"0.001069\",\"0.000779\",\"2000\"\n\"2024-07-04T03:45:00.000Z\",\"0.00049\",\"0.000369\",\"2000\"\n\"2024-07-04T03:50:00.000Z\",\"0.000728\",\"0.000568\",\"2000\"\n\"2024-07-04T03:55:00.000Z\",\"0.000744\",\"0.000597\",\"2000\"\n\"2024-07-04T04:00:00.000Z\",\"0.000593\",\"0.000416\",\"2000\"\n\"2024-07-04T04:05:00.000Z\",\"0.000656\",\"0.00047\",\"2000\"\n\"2024-07-04T04:10:00.000Z\",\"0.000734\",\"0.000578\",\"2000\"\n\"2024-07-04T04:15:00.000Z\",\"0.000704\",\"0.000559\",\"2000\"\n\"2024-07-04T04:20:00.000Z\",\"0.001759\",\"0.001515\",\"2000\"\n\"2024-07-04T04:25:00.000Z\",\"0.000543\",\"0.000418\",\"2000\"\n\"2024-07-04T04:30:00.000Z\",\"0.000562\",\"0.000473\",\"2000\"\n\"2024-07-04T04:35:00.000Z\",\"0.000762\",\"0.000616\",\"2000\"\n\"2024-07-04T04:40:00.000Z\",\"0.00129\",\"0.001003\",\"2000\"\n\"2024-07-04T04:45:00.000Z\",\"0.000715\",\"0.000534\",\"2000\"\n\"2024-07-04T04:50:00.000Z\",\"0.000677\",\"0.000536\",\"2000\"\n\"2024-07-04T04:55:00.000Z\",\"0.001025\",\"0.000757\",\"2000\"\n\"2024-07-04T05:00:00.000Z\",\"0.000801\",\"0.00068\",\"2000\"\n\"2024-07-04T05:05:00.000Z\",\"0.000689\",\"0.000529\",\"2000\"\n\"2024-07-04T05:10:00.000Z\",\"0.001236\",\"0.000928\",\"2000\"\n\"2024-07-04T05:15:00.000Z\",\"0.000539\",\"0.000411\",\"2000\"\n\"2024-07-04T05:20:00.000Z\",\"0.000663\",\"0.000491\",\"2000\"\n\"2024-07-04T05:25:00.000Z\",\"0.001878\",\"0.001414\",\"2000\"\n\"2024-07-04T05:30:00.000Z\",\"0.000506\",\"0.000376\",\"2000\"\n\"2024-07-04T05:35:00.000Z\",\"0.00051\",\"0.000387\",\"2000\"\n\"2024-07-04T05:40:00.000Z\",\"0.000734\",\"0.000551\",\"2000\"\n\"2024-07-04T05:45:00.000Z\",\"0.001152\",\"0.000928\",\"2000\"\n\"2024-07-04T05:50:00.000Z\",\"0.000537\",\"0.000412\",\"2000\"\n\"2024-07-04T05:55:00.000Z\",\"0.000475\",\"0.000368\",\"2000\"\n\"2024-07-04T06:00:00.000Z\",\"0.000963\",\"0.000809\",\"2000\"\n\"2024-07-04T06:05:00.000Z\",\"0.000888\",\"0.000806\",\"2000\"\n\"2024-07-04T06:10:00.000Z\",\"0.001091\",\"0.000851\",\"2000\"\n\"2024-07-04T06:15:00.000Z\",\"0.00094\",\"0.000644\",\"2000\"\n\"2024-07-04T06:20:00.000Z\",\"0.001119\",\"0.000835\",\"2000\"\n\"2024-07-04T06:25:00.000Z\",\"0.000754\",\"0.000622\",\"2000\"\n\"2024-07-04T06:30:00.000Z\",\"0.001104\",\"0.000882\",\"2000\"\n\"2024-07-04T06:35:00.000Z\",\"0.000567\",\"0.000416\",\"2000\"\n\"2024-07-04T06:40:00.000Z\",\"0.000955\",\"0.000818\",\"2000\"\n\"2024-07-04T06:45:00.000Z\",\"0.000743\",\"0.000606\",\"2000\"\n\"2024-07-04T06:50:00.000Z\",\"0.000737\",\"0.000623\",\"2000\"\n\"2024-07-04T06:55:00.000Z\",\"0.001418\",\"0.000911\",\"2000\"\n\"2024-07-04T07:00:00.000Z\",\"0.000881\",\"0.000663\",\"2000\"\n\"2024-07-04T07:05:00.000Z\",\"0.00121\",\"0.000926\",\"2000\"\n\"2024-07-04T07:10:00.000Z\",\"0.00131\",\"0.001021\",\"2000\"\n\"2024-07-04T07:15:00.000Z\",\"0.001863\",\"0.001515\",\"2000\"\n\"2024-07-04T07:20:00.000Z\",\"0.001126\",\"0.000833\",\"2000\"\n\"2024-07-04T07:25:00.000Z\",\"0.001444\",\"0.00109\",\"2000\"\n\"2024-07-04T07:30:00.000Z\",\"0.001172\",\"0.000877\",\"2000\"\n\"2024-07-04T07:35:00.000Z\",\"0.001377\",\"0.001088\",\"2000\"\n\"2024-07-04T07:40:00.000Z\",\"0.001616\",\"0.001311\",\"2000\"\n\"2024-07-04T07:45:00.000Z\",\"0.001205\",\"0.000894\",\"2000\"\n\"2024-07-04T07:50:00.000Z\",\"0.001658\",\"0.001418\",\"2000\"\n\"2024-07-04T07:55:00.000Z\",\"0.001312\",\"0.001133\",\"2000\"\n\"2024-07-04T08:00:00.000Z\",\"0.001229\",\"0.000923\",\"2000\"\n\"2024-07-04T08:05:00.000Z\",\"0.001519\",\"0.001203\",\"2000\"\n\"2024-07-04T08:10:00.000Z\",\"0.001492\",\"0.001176\",\"2000\"\n\"2024-07-04T08:15:00.000Z\",\"0.001663\",\"0.001269\",\"2000\"\n\"2024-07-04T08:20:00.000Z\",\"0.000967\",\"0.000739\",\"2000\"\n\"2024-07-04T08:25:00.000Z\",\"0.001564\",\"0.00123\",\"2000\"\n\"2024-07-04T08:30:00.000Z\",\"0.002109\",\"0.001765\",\"2000\"\n\"2024-07-04T08:35:00.000Z\",\"0.001116\",\"0.000954\",\"2000\"\n\"2024-07-04T08:40:00.000Z\",\"0.001109\",\"0.000877\",\"2000\"\n\"2024-07-04T08:45:00.000Z\",\"0.001517\",\"0.001301\",\"2000\"\n\"2024-07-04T08:50:00.000Z\",\"0.002581\",\"0.002037\",\"2000\"\n\"2024-07-04T08:55:00.000Z\",\"0.001317\",\"0.000996\",\"2000\"\n\"2024-07-04T09:00:00.000Z\",\"0.001031\",\"0.000802\",\"2000\"\n\"2024-07-04T09:05:00.000Z\",\"0.001714\",\"0.00143\",\"2000\"\n\"2024-07-04T09:10:00.000Z\",\"0.00135\",\"0.001184\",\"2000\"\n\"2024-07-04T09:15:00.000Z\",\"0.001174\",\"0.000937\",\"2000\"\n\"2024-07-04T09:20:00.000Z\",\"0.00119\",\"0.000939\",\"2000\"\n\"2024-07-04T09:25:00.000Z\",\"0.00129\",\"0.001027\",\"2000\"\n\"2024-07-04T09:30:00.000Z\",\"0.001391\",\"0.001116\",\"2000\"\n\"2024-07-04T09:35:00.000Z\",\"0.001243\",\"0.000948\",\"2000\"\n\"2024-07-04T09:40:00.000Z\",\"0.001823\",\"0.001557\",\"2000\"\n\"2024-07-04T09:45:00.000Z\",\"0.00108\",\"0.000893\",\"2000\"\n\"2024-07-04T09:50:00.000Z\",\"0.00106\",\"0.000818\",\"2000\"\n\"2024-07-04T09:55:00.000Z\",\"0.000983\",\"0.000775\",\"2000\"\n\"2024-07-04T10:00:00.000Z\",\"0.001369\",\"0.001122\",\"2000\"\n\"2024-07-04T10:05:00.000Z\",\"0.001235\",\"0.000891\",\"2000\"\n\"2024-07-04T10:10:00.000Z\",\"0.001197\",\"0.000996\",\"2000\"\n\"2024-07-04T10:15:00.000Z\",\"0.001103\",\"0.000841\",\"2000\"\n\"2024-07-04T10:20:00.000Z\",\"0.001255\",\"0.000991\",\"2000\"\n\"2024-07-04T10:25:00.000Z\",\"0.001129\",\"0.000891\",\"2000\"\n\"2024-07-04T10:30:00.000Z\",\"0.001088\",\"0.000866\",\"2000\"\n\"2024-07-04T10:35:00.000Z\",\"0.001085\",\"0.000792\",\"2000\"\n\"2024-07-04T10:40:00.000Z\",\"0.001135\",\"0.000843\",\"2000\"\n\"2024-07-04T10:45:00.000Z\",\"0.001243\",\"0.001024\",\"2000\"\n\"2024-07-04T10:50:00.000Z\",\"0.00133\",\"0.001146\",\"2000\"\n\"2024-07-04T10:55:00.000Z\",\"0.001134\",\"0.000841\",\"2000\"\n\"2024-07-04T11:00:00.000Z\",\"0.001137\",\"0.00084\",\"2000\"\n\"2024-07-04T11:05:00.000Z\",\"0.0008\",\"0.000675\",\"2000\"\n\"2024-07-04T11:10:00.000Z\",\"0.000562\",\"0.000486\",\"2000\"\n\"2024-07-04T11:15:00.000Z\",\"0.000693\",\"0.000462\",\"2000\"\n\"2024-07-04T11:20:00.000Z\",\"0.000529\",\"0.0004\",\"2000\"\n\"2024-07-04T11:25:00.000Z\",\"0.000796\",\"0.000608\",\"2000\"\n\"2024-07-04T11:30:00.000Z\",\"0.000703\",\"0.000593\",\"2000\"\n\"2024-07-04T11:35:00.000Z\",\"0.000756\",\"0.000471\",\"2000\"\n\"2024-07-04T11:40:00.000Z\",\"0.000715\",\"0.000584\",\"2000\"\n\"2024-07-04T11:45:00.000Z\",\"0.000933\",\"0.00055\",\"2000\"\n\"2024-07-04T11:50:00.000Z\",\"0.000704\",\"0.000567\",\"2000\"\n\"2024-07-04T11:55:00.000Z\",\"0.000582\",\"0.000455\",\"2000\"\n\"2024-07-04T12:00:00.000Z\",\"0.000705\",\"0.000462\",\"2000\"\n\"2024-07-04T12:05:00.000Z\",\"0.000568\",\"0.000506\",\"2000\"\n\"2024-07-04T12:10:00.000Z\",\"0.001797\",\"0.001606\",\"2000\"\n\"2024-07-04T12:15:00.000Z\",\"0.002262\",\"0.001831\",\"2000\"\n\"2024-07-04T12:20:00.000Z\",\"0.001682\",\"0.00148\",\"2000\"\n\"2024-07-04T12:25:00.000Z\",\"0.000546\",\"0.000422\",\"2000\"\n\"2024-07-04T12:30:00.000Z\",\"0.000691\",\"0.000499\",\"2000\"\n\"2024-07-04T12:35:00.000Z\",\"0.000569\",\"0.000453\",\"2000\"\n\"2024-07-04T12:40:00.000Z\",\"0.000633\",\"0.000456\",\"2000\"\n\"2024-07-04T12:45:00.000Z\",\"0.000663\",\"0.000443\",\"2000\"\n\"2024-07-04T12:50:00.000Z\",\"0.001176\",\"0.000867\",\"2000\"\n\"2024-07-04T12:55:00.000Z\",\"0.001236\",\"0.000996\",\"2000\"\n\"2024-07-04T13:00:00.000Z\",\"0.000967\",\"0.000767\",\"2000\"\n\"2024-07-04T13:05:00.000Z\",\"0.001147\",\"0.000849\",\"2000\"\n\"2024-07-04T13:10:00.000Z\",\"0.000894\",\"0.000634\",\"2000\"\n\"2024-07-04T13:15:00.000Z\",\"0.001015\",\"0.000755\",\"2000\"\n\"2024-07-04T13:20:00.000Z\",\"0.001231\",\"0.000958\",\"2000\"\n\"2024-07-04T13:25:00.000Z\",\"0.001135\",\"0.000866\",\"2000\"\n\"2024-07-04T13:30:00.000Z\",\"0.001103\",\"0.000878\",\"2000\"\n\"2024-07-04T13:35:00.000Z\",\"0.001201\",\"0.001003\",\"2000\"\n\"2024-07-04T13:40:00.000Z\",\"0.001002\",\"0.000756\",\"2000\"\n\"2024-07-04T13:45:00.000Z\",\"0.001358\",\"0.000987\",\"2000\"\n\"2024-07-04T13:50:00.000Z\",\"0.001224\",\"0.000887\",\"2000\"\n\"2024-07-04T13:55:00.000Z\",\"0.0011\",\"0.000873\",\"2000\"\n\"2024-07-04T14:00:00.000Z\",\"0.001247\",\"0.000975\",\"2000\"\n\"2024-07-04T14:05:00.000Z\",\"0.000984\",\"0.000747\",\"2000\"\n\"2024-07-04T14:10:00.000Z\",\"0.001094\",\"0.000778\",\"2000\"\n\"2024-07-04T14:15:00.000Z\",\"0.001075\",\"0.000796\",\"2000\"\n\"2024-07-04T14:20:00.000Z\",\"0.001143\",\"0.000967\",\"2000\"\n\"2024-07-04T14:25:00.000Z\",\"0.001077\",\"0.000776\",\"2000\"\n\"2024-07-04T14:30:00.000Z\",\"0.001022\",\"0.000749\",\"2000\"\n\"2024-07-04T14:35:00.000Z\",\"0.001237\",\"0.000977\",\"2000\"\n\"2024-07-04T14:40:00.000Z\",\"0.001141\",\"0.000891\",\"2000\"\n\"2024-07-04T14:45:00.000Z\",\"0.001024\",\"0.000777\",\"2000\"\n\"2024-07-04T14:50:00.000Z\",\"0.001187\",\"0.000889\",\"2000\"\n\"2024-07-04T14:55:00.000Z\",\"0.001067\",\"0.000811\",\"2000\"\n\"2024-07-04T15:00:00.000Z\",\"0.001148\",\"0.000868\",\"2000\"\n\"2024-07-04T15:05:00.000Z\",\"0.001199\",\"0.000889\",\"2000\"\n\"2024-07-04T15:10:00.000Z\",\"0.00102\",\"0.000784\",\"2000\"\n\"2024-07-04T15:15:00.000Z\",\"0.00132\",\"0.000979\",\"2000\"\n\"2024-07-04T15:20:00.000Z\",\"0.001298\",\"0.001006\",\"2000\"\n\"2024-07-04T15:25:00.000Z\",\"0.001504\",\"0.001252\",\"2000\"\n\"2024-07-04T15:30:00.000Z\",\"0.001088\",\"0.000793\",\"2000\"\n\"2024-07-04T15:35:00.000Z\",\"0.001085\",\"0.000837\",\"2000\"\n\"2024-07-04T15:40:00.000Z\",\"0.00109\",\"0.0008\",\"2000\"\n\"2024-07-04T15:45:00.000Z\",\"0.001123\",\"0.000914\",\"2000\"\n\"2024-07-04T15:50:00.000Z\",\"0.001175\",\"0.00088\",\"2000\"\n\"2024-07-04T15:55:00.000Z\",\"0.001185\",\"0.000975\",\"2000\"\n\"2024-07-04T16:00:00.000Z\",\"0.001089\",\"0.000795\",\"2000\"\n\"2024-07-04T16:05:00.000Z\",\"0.00122\",\"0.000964\",\"2000\"\n\"2024-07-04T16:10:00.000Z\",\"0.000736\",\"0.000538\",\"2000\"\n\"2024-07-04T16:15:00.000Z\",\"0.001686\",\"0.001296\",\"2000\"\n\"2024-07-04T16:20:00.000Z\",\"0.001049\",\"0.000802\",\"2000\"\n\"2024-07-04T16:25:00.000Z\",\"0.001128\",\"0.00083\",\"2000\"\n\"2024-07-04T16:30:00.000Z\",\"0.001989\",\"0.001641\",\"2000\"\n\"2024-07-04T16:35:00.000Z\",\"0.001099\",\"0.000809\",\"2000\"\n\"2024-07-04T16:40:00.000Z\",\"0.001059\",\"0.000814\",\"2000\"\n\"2024-07-04T16:45:00.000Z\",\"0.001553\",\"0.001217\",\"2000\"\n\"2024-07-04T16:50:00.000Z\",\"0.001464\",\"0.001324\",\"2000\"\n\"2024-07-04T16:55:00.000Z\",\"0.00136\",\"0.001025\",\"2000\"\n\"2024-07-04T17:00:00.000Z\",\"0.001383\",\"0.001052\",\"2000\"\n\"2024-07-04T17:05:00.000Z\",\"0.00111\",\"0.000856\",\"2000\"\n\"2024-07-04T17:10:00.000Z\",\"0.001438\",\"0.001179\",\"2000\"\n\"2024-07-04T17:15:00.000Z\",\"0.001532\",\"0.001204\",\"2000\"\n\"2024-07-04T17:20:00.000Z\",\"0.001195\",\"0.000891\",\"2000\"\n\"2024-07-04T17:25:00.000Z\",\"0.001305\",\"0.001035\",\"2000\"\n\"2024-07-04T17:30:00.000Z\",\"0.001336\",\"0.000963\",\"2000\"\n\"2024-07-04T17:35:00.000Z\",\"0.001624\",\"0.001296\",\"2000\"\n\"2024-07-04T17:40:00.000Z\",\"0.00134\",\"0.001083\",\"2000\"\n\"2024-07-04T17:45:00.000Z\",\"0.001539\",\"0.001255\",\"2000\"\n\"2024-07-04T17:50:00.000Z\",\"0.00157\",\"0.00117\",\"2000\"\n\"2024-07-04T17:55:00.000Z\",\"0.00146\",\"0.001103\",\"2000\"\n\"2024-07-04T18:00:00.000Z\",\"0.001338\",\"0.001138\",\"2000\"\n\"2024-07-04T18:05:00.000Z\",\"0.001212\",\"0.000922\",\"2000\"\n\"2024-07-04T18:10:00.000Z\",\"0.001302\",\"0.000987\",\"2000\"\n\"2024-07-04T18:15:00.000Z\",\"0.001319\",\"0.001035\",\"2000\"\n\"2024-07-04T18:20:00.000Z\",\"0.001188\",\"0.00087\",\"2000\"\n\"2024-07-04T18:25:00.000Z\",\"0.001855\",\"0.001509\",\"2000\"\n\"2024-07-04T18:30:00.000Z\",\"0.001255\",\"0.000982\",\"2000\"\n\"2024-07-04T18:35:00.000Z\",\"0.001221\",\"0.000923\",\"2000\"\n\"2024-07-04T18:40:00.000Z\",\"0.00179\",\"0.00152\",\"2000\"\n\"2024-07-04T18:45:00.000Z\",\"0.001785\",\"0.001449\",\"2000\"\n\"2024-07-04T18:50:00.000Z\",\"0.001212\",\"0.000961\",\"2000\"\n\"2024-07-04T18:55:00.000Z\",\"0.00114\",\"0.000844\",\"2000\"\n\"2024-07-04T19:00:00.000Z\",\"0.002362\",\"0.001969\",\"2000\"\n\"2024-07-04T19:05:00.000Z\",\"0.00213\",\"0.001686\",\"2000\"\n\"2024-07-04T19:10:00.000Z\",\"0.001063\",\"0.000767\",\"2000\"\n\"2024-07-04T19:15:00.000Z\",\"0.001539\",\"0.001257\",\"2000\"\n\"2024-07-04T19:20:00.000Z\",\"0.002253\",\"0.001816\",\"2000\"\n\"2024-07-04T19:25:00.000Z\",\"0.00103\",\"0.000815\",\"2000\"\n\"2024-07-04T19:30:00.000Z\",\"0.001425\",\"0.001094\",\"2000\"\n\"2024-07-04T19:35:00.000Z\",\"0.00144\",\"0.001099\",\"2000\"\n\"2024-07-04T19:40:00.000Z\",\"0.001639\",\"0.001348\",\"2000\"\n\"2024-07-04T19:45:00.000Z\",\"0.001443\",\"0.00115\",\"2000\"\n\"2024-07-04T19:50:00.000Z\",\"0.001291\",\"0.001021\",\"2000\"\n\"2024-07-04T19:55:00.000Z\",\"0.001306\",\"0.001027\",\"2000\"\n\"2024-07-04T20:00:00.000Z\",\"0.001955\",\"0.001501\",\"2000\"\n\"2024-07-04T20:05:00.000Z\",\"0.001488\",\"0.001193\",\"2000\"\n\"2024-07-04T20:10:00.000Z\",\"0.001266\",\"0.000967\",\"2000\"\n\"2024-07-04T20:15:00.000Z\",\"0.001309\",\"0.000987\",\"2000\"\n\"2024-07-04T20:20:00.000Z\",\"0.001382\",\"0.001073\",\"2000\"\n\"2024-07-04T20:25:00.000Z\",\"0.00208\",\"0.001558\",\"2000\"\n\"2024-07-04T20:30:00.000Z\",\"0.00124\",\"0.000948\",\"2000\"\n\"2024-07-04T20:35:00.000Z\",\"0.001831\",\"0.001454\",\"2000\"\n\"2024-07-04T20:40:00.000Z\",\"0.001367\",\"0.001011\",\"2000\"\n\"2024-07-04T20:45:00.000Z\",\"0.001395\",\"0.001177\",\"2000\"\n\"2024-07-04T20:50:00.000Z\",\"0.00138\",\"0.001059\",\"2000\"\n\"2024-07-04T20:55:00.000Z\",\"0.003113\",\"0.002675\",\"2000\"\n\"2024-07-04T21:00:00.000Z\",\"0.005174\",\"0.004599\",\"2000\"\n\"2024-07-04T21:05:00.000Z\",\"0.005582\",\"0.004888\",\"2000\"\n\"2024-07-04T21:10:00.000Z\",\"0.005733\",\"0.005152\",\"2000\"\n\"2024-07-04T21:15:00.000Z\",\"0.005394\",\"0.004733\",\"2000\"\n\"2024-07-04T21:20:00.000Z\",\"0.005469\",\"0.004891\",\"2000\"\n\"2024-07-04T21:25:00.000Z\",\"0.005482\",\"0.004774\",\"2000\"\n\"2024-07-04T21:30:00.000Z\",\"0.001625\",\"0.001289\",\"2000\"\n\"2024-07-04T21:35:00.000Z\",\"0.001396\",\"0.001167\",\"2000\"\n\"2024-07-04T21:40:00.000Z\",\"0.001716\",\"0.001321\",\"2000\"\n\"2024-07-04T21:45:00.000Z\",\"0.001228\",\"0.000879\",\"2000\"\n\"2024-07-04T21:50:00.000Z\",\"0.001669\",\"0.001349\",\"2000\"\n\"2024-07-04T21:55:00.000Z\",\"0.001279\",\"0.000939\",\"2000\"\n\"2024-07-04T22:00:00.000Z\",\"0.001049\",\"0.000802\",\"2000\"\n\"2024-07-04T22:05:00.000Z\",\"0.001412\",\"0.001066\",\"2000\"\n\"2024-07-04T22:10:00.000Z\",\"0.001129\",\"0.000865\",\"2000\"\n\"2024-07-04T22:15:00.000Z\",\"0.001175\",\"0.000903\",\"2000\"\n\"2024-07-04T22:20:00.000Z\",\"0.001619\",\"0.001349\",\"2000\"\n\"2024-07-04T22:25:00.000Z\",\"0.00157\",\"0.001169\",\"2000\"\n\"2024-07-04T22:30:00.000Z\",\"0.001142\",\"0.000842\",\"2000\"\n\"2024-07-04T22:35:00.000Z\",\"0.001472\",\"0.001132\",\"2000\"\n\"2024-07-04T22:40:00.000Z\",\"0.001308\",\"0.001025\",\"2000\"\n\"2024-07-04T22:45:00.000Z\",\"0.001381\",\"0.001067\",\"2000\"\n\"2024-07-04T22:50:00.000Z\",\"0.001329\",\"0.001104\",\"2000\"\n\"2024-07-04T22:55:00.000Z\",\"0.001529\",\"0.001206\",\"2000\"\n\"2024-07-04T23:00:00.000Z\",\"0.001251\",\"0.000911\",\"2000\"\n\"2024-07-04T23:05:00.000Z\",\"0.001477\",\"0.001204\",\"2000\"\n\"2024-07-04T23:10:00.000Z\",\"0.001454\",\"0.001116\",\"2000\"\n\"2024-07-04T23:15:00.000Z\",\"0.001568\",\"0.001019\",\"2000\"\n\"2024-07-04T23:20:00.000Z\",\"0.001197\",\"0.000916\",\"2000\"\n\"2024-07-04T23:25:00.000Z\",\"0.002\",\"0.001662\",\"2000\"\n\"2024-07-04T23:30:00.000Z\",\"0.001339\",\"0.001004\",\"2000\"\n\"2024-07-04T23:35:00.000Z\",\"0.001116\",\"0.000882\",\"2000\"\n\"2024-07-04T23:40:00.000Z\",\"0.001777\",\"0.001448\",\"2000\"\n\"2024-07-04T23:45:00.000Z\",\"0.001237\",\"0.000985\",\"2000\"\n\"2024-07-04T23:50:00.000Z\",\"0.001414\",\"0.001055\",\"2000\"\n\"2024-07-04T23:55:00.000Z\",\"0.001299\",\"0.000987\",\"2000\"\n\"2024-07-05T00:00:00.000Z\",\"0.001799\",\"0.001529\",\"2000\"\n\"2024-07-05T00:05:00.000Z\",\"0.00173\",\"0.001343\",\"2000\"\n\"2024-07-05T00:10:00.000Z\",\"0.00156\",\"0.001184\",\"2000\"\n\"2024-07-05T00:15:00.000Z\",\"0.001407\",\"0.001056\",\"2000\"\n\"2024-07-05T00:20:00.000Z\",\"0.001433\",\"0.001179\",\"2000\"\n\"2024-07-05T00:25:00.000Z\",\"0.001555\",\"0.001164\",\"2000\"\n\"2024-07-05T00:30:00.000Z\",\"0.001614\",\"0.001302\",\"2000\"\n\"2024-07-05T00:35:00.000Z\",\"0.001151\",\"0.0009\",\"2000\"\n\"2024-07-05T00:40:00.000Z\",\"0.00125\",\"0.000966\",\"2000\"\n\"2024-07-05T00:45:00.000Z\",\"0.00186\",\"0.001536\",\"2000\"\n\"2024-07-05T00:50:00.000Z\",\"0.001063\",\"0.000832\",\"2000\"\n\"2024-07-05T00:55:00.000Z\",\"0.00122\",\"0.00093\",\"2000\"\n\"2024-07-05T01:00:00.000Z\",\"0.001307\",\"0.00099\",\"2000\"\n\"2024-07-05T01:05:00.000Z\",\"0.001514\",\"0.001183\",\"2000\"\n\"2024-07-05T01:10:00.000Z\",\"0.00101\",\"0.000786\",\"2000\"\n\"2024-07-05T01:15:00.000Z\",\"0.001553\",\"0.001169\",\"2000\"\n\"2024-07-05T01:20:00.000Z\",\"0.001573\",\"0.001284\",\"2000\"\n\"2024-07-05T01:25:00.000Z\",\"0.001316\",\"0.001126\",\"2000\"\n\"2024-07-05T01:30:00.000Z\",\"0.001259\",\"0.000972\",\"2000\"\n\"2024-07-05T01:35:00.000Z\",\"0.001729\",\"0.00136\",\"2000\"\n\"2024-07-05T01:40:00.000Z\",\"0.001334\",\"0.001005\",\"2000\"\n\"2024-07-05T01:45:00.000Z\",\"0.00125\",\"0.000998\",\"2000\"\n\"2024-07-05T01:50:00.000Z\",\"0.001502\",\"0.001159\",\"2000\"\n\"2024-07-05T01:55:00.000Z\",\"0.000784\",\"0.000542\",\"2000\"\n\"2024-07-05T02:00:00.000Z\",\"0.001283\",\"0.000976\",\"2000\"\n\"2024-07-05T02:05:00.000Z\",\"0.001914\",\"0.001553\",\"2000\"\n\"2024-07-05T02:10:00.000Z\",\"0.001592\",\"0.00133\",\"2000\"\n\"2024-07-05T02:15:00.000Z\",\"0.001412\",\"0.001048\",\"2000\"\n\"2024-07-05T02:20:00.000Z\",\"0.000994\",\"0.000763\",\"2000\"\n\"2024-07-05T02:25:00.000Z\",\"0.002022\",\"0.001504\",\"2000\"\n\"2024-07-05T02:30:00.000Z\",\"0.001427\",\"0.001119\",\"2000\"\n\"2024-07-05T02:35:00.000Z\",\"0.001103\",\"0.000887\",\"2000\"\n\"2024-07-05T02:40:00.000Z\",\"0.0014\",\"0.00107\",\"2000\"\n\"2024-07-05T02:45:00.000Z\",\"0.001588\",\"0.001207\",\"2000\"\n\"2024-07-05T02:50:00.000Z\",\"0.001392\",\"0.001233\",\"2000\"\n\"2024-07-05T02:55:00.000Z\",\"0.001134\",\"0.000823\",\"2000\"\n\"2024-07-05T03:00:00.000Z\",\"0.002839\",\"0.00259\",\"2000\"\n\"2024-07-05T03:05:00.000Z\",\"0.003315\",\"0.003151\",\"2000\"\n\"2024-07-05T03:10:00.000Z\",\"0.003002\",\"0.002868\",\"2000\"\n\"2024-07-05T03:15:00.000Z\",\"0.003309\",\"0.003176\",\"2000\"\n\"2024-07-05T03:20:00.000Z\",\"0.003284\",\"0.003067\",\"2000\"\n\"2024-07-05T03:25:00.000Z\",\"0.003274\",\"0.003114\",\"2000\"\n\"2024-07-05T03:30:00.000Z\",\"0.002913\",\"0.002777\",\"2000\"\n\"2024-07-05T03:35:00.000Z\",\"0.003469\",\"0.003255\",\"2000\"\n\"2024-07-05T03:40:00.000Z\",\"0.00282\",\"0.002723\",\"2000\"\n\"2024-07-05T03:45:00.000Z\",\"0.002536\",\"0.002408\",\"2000\"\n\"2024-07-05T03:50:00.000Z\",\"0.003466\",\"0.003275\",\"2000\"\n\"2024-07-05T03:55:00.000Z\",\"0.002841\",\"0.002731\",\"2000\"\n\"2024-07-05T04:00:00.000Z\",\"0.002447\",\"0.002324\",\"2000\"\n\"2024-07-05T04:05:00.000Z\",\"0.002539\",\"0.002466\",\"2000\"\n\"2024-07-05T04:10:00.000Z\",\"0.002819\",\"0.002605\",\"2000\"\n\"2024-07-05T04:15:00.000Z\",\"0.002389\",\"0.002243\",\"2000\"\n\"2024-07-05T04:20:00.000Z\",\"0.002489\",\"0.002424\",\"2000\"\n\"2024-07-05T04:25:00.000Z\",\"0.002772\",\"0.002612\",\"2000\"\n\"2024-07-05T04:30:00.000Z\",\"0.002477\",\"0.002336\",\"2000\"\n\"2024-07-05T04:35:00.000Z\",\"0.00234\",\"0.00218\",\"2000\"\n\"2024-07-05T04:40:00.000Z\",\"0.002457\",\"0.002398\",\"2000\"\n\"2024-07-05T04:45:00.000Z\",\"0.00236\",\"0.002234\",\"2000\"\n\"2024-07-05T04:50:00.000Z\",\"0.002253\",\"0.00212\",\"2000\"\n\"2024-07-05T04:55:00.000Z\",\"0.00235\",\"0.002199\",\"2000\"\n\"2024-07-05T05:00:00.000Z\",\"0.002313\",\"0.002212\",\"2000\"\n\"2024-07-05T05:05:00.000Z\",\"0.002366\",\"0.002258\",\"2000\"\n\"2024-07-05T05:10:00.000Z\",\"0.002423\",\"0.002245\",\"2000\"\n\"2024-07-05T05:15:00.000Z\",\"0.002238\",\"0.00207\",\"2000\"\n\"2024-07-05T05:20:00.000Z\",\"0.002447\",\"0.00244\",\"2000\"\n\"2024-07-05T05:25:00.000Z\",\"0.002274\",\"0.002107\",\"2000\"\n\"2024-07-05T05:30:00.000Z\",\"0.003672\",\"0.003302\",\"2000\"\n\"2024-07-05T05:35:00.000Z\",\"0.002617\",\"0.002452\",\"2000\"\n\"2024-07-05T05:40:00.000Z\",\"0.002181\",\"0.002021\",\"2000\"\n\"2024-07-05T05:45:00.000Z\",\"0.002308\",\"0.00221\",\"2000\"\n\"2024-07-05T05:50:00.000Z\",\"0.002038\",\"0.001933\",\"2000\"\n\"2024-07-05T05:55:00.000Z\",\"0.002166\",\"0.002009\",\"2000\"\n\"2024-07-05T06:00:00.000Z\",\"0.00216\",\"0.002028\",\"2000\"\n\"2024-07-05T06:05:00.000Z\",\"0.002376\",\"0.002299\",\"2000\"\n\"2024-07-05T06:10:00.000Z\",\"0.002147\",\"0.002035\",\"2000\"\n\"2024-07-05T06:15:00.000Z\",\"0.002126\",\"0.001963\",\"2000\"\n\"2024-07-05T06:20:00.000Z\",\"0.002262\",\"0.002072\",\"2000\"\n\"2024-07-05T06:25:00.000Z\",\"0.002264\",\"0.002077\",\"2000\"\n\"2024-07-05T06:30:00.000Z\",\"0.002196\",\"0.002045\",\"2000\"\n\"2024-07-05T06:35:00.000Z\",\"0.002232\",\"0.00201\",\"2000\"\n\"2024-07-05T06:40:00.000Z\",\"0.002511\",\"0.002309\",\"2000\"\n\"2024-07-05T06:45:00.000Z\",\"0.002422\",\"0.002243\",\"2000\"\n\"2024-07-05T06:50:00.000Z\",\"0.002424\",\"0.002314\",\"2000\"\n\"2024-07-05T06:55:00.000Z\",\"0.002464\",\"0.002249\",\"2000\"\n\"2024-07-05T07:00:00.000Z\",\"0.002477\",\"0.002258\",\"2000\"\n\"2024-07-05T07:05:00.000Z\",\"0.002462\",\"0.002275\",\"2000\"\n\"2024-07-05T07:10:00.000Z\",\"0.002468\",\"0.002354\",\"2000\"\n\"2024-07-05T07:15:00.000Z\",\"0.002323\",\"0.002191\",\"2000\"\n\"2024-07-05T07:20:00.000Z\",\"0.002506\",\"0.002306\",\"2000\"\n\"2024-07-05T07:25:00.000Z\",\"0.002322\",\"0.002158\",\"2000\"\n\"2024-07-05T07:30:00.000Z\",\"0.002296\",\"0.002158\",\"2000\"\n\"2024-07-05T07:35:00.000Z\",\"0.002402\",\"0.002216\",\"2000\"\n\"2024-07-05T07:40:00.000Z\",\"0.002352\",\"0.002119\",\"2000\"\n\"2024-07-05T07:45:00.000Z\",\"0.002475\",\"0.002323\",\"2000\"\n\"2024-07-05T07:50:00.000Z\",\"0.002355\",\"0.002115\",\"2000\"\n\"2024-07-05T07:55:00.000Z\",\"0.002443\",\"0.002263\",\"2000\"\n\"2024-07-05T08:00:00.000Z\",\"0.002225\",\"0.002083\",\"2000\"\n\"2024-07-05T08:05:00.000Z\",\"0.002328\",\"0.002082\",\"2000\"\n\"2024-07-05T08:10:00.000Z\",\"0.002408\",\"0.002191\",\"2000\"\n\"2024-07-05T08:15:00.000Z\",\"0.002579\",\"0.002434\",\"2000\"\n\"2024-07-05T08:20:00.000Z\",\"0.002264\",\"0.002121\",\"2000\"\n\"2024-07-05T08:25:00.000Z\",\"0.002407\",\"0.002192\",\"2000\"\n\"2024-07-05T08:30:00.000Z\",\"0.002395\",\"0.002231\",\"2000\"\n\"2024-07-05T08:35:00.000Z\",\"0.002566\",\"0.00239\",\"2000\"\n\"2024-07-05T08:40:00.000Z\",\"0.002344\",\"0.002126\",\"2000\"\n\"2024-07-05T08:45:00.000Z\",\"0.002226\",\"0.002009\",\"2000\"\n\"2024-07-05T08:50:00.000Z\",\"0.002162\",\"0.00202\",\"2000\"\n\"2024-07-05T08:55:00.000Z\",\"0.002355\",\"0.002165\",\"2000\"\n\"2024-07-05T09:00:00.000Z\",\"0.002271\",\"0.002045\",\"2000\"\n\"2024-07-05T09:05:00.000Z\",\"0.002269\",\"0.002161\",\"2000\"\n\"2024-07-05T09:10:00.000Z\",\"0.002302\",\"0.002071\",\"2000\"\n\"2024-07-05T09:15:00.000Z\",\"0.00229\",\"0.002067\",\"2000\"\n\"2024-07-05T09:20:00.000Z\",\"0.002108\",\"0.001888\",\"2000\"\n\"2024-07-05T09:25:00.000Z\",\"0.001976\",\"0.001831\",\"2000\"\n\"2024-07-05T09:30:00.000Z\",\"0.00228\",\"0.002082\",\"2000\"\n\"2024-07-05T09:35:00.000Z\",\"0.002248\",\"0.002027\",\"2000\"\n\"2024-07-05T09:40:00.000Z\",\"0.002255\",\"0.00215\",\"2000\"\n\"2024-07-05T09:45:00.000Z\",\"0.002385\",\"0.0022\",\"2000\"\n\"2024-07-05T09:50:00.000Z\",\"0.002203\",\"0.001968\",\"2000\"\n\"2024-07-05T09:55:00.000Z\",\"0.002318\",\"0.002108\",\"2000\"\n\"2024-07-05T10:00:00.000Z\",\"0.002786\",\"0.002527\",\"2000\"\n\"2024-07-05T10:05:00.000Z\",\"0.00232\",\"0.002162\",\"2000\"\n\"2024-07-05T10:10:00.000Z\",\"0.002073\",\"0.001914\",\"2000\"\n\"2024-07-05T10:15:00.000Z\",\"0.002177\",\"0.001945\",\"2000\"\n\"2024-07-05T10:20:00.000Z\",\"0.002112\",\"0.001878\",\"2000\"\n\"2024-07-05T10:25:00.000Z\",\"0.002371\",\"0.002268\",\"2000\"\n\"2024-07-05T10:30:00.000Z\",\"0.002222\",\"0.002002\",\"2000\"\n\"2024-07-05T10:35:00.000Z\",\"0.002253\",\"0.002035\",\"2000\"\n\"2024-07-05T10:40:00.000Z\",\"0.00217\",\"0.002055\",\"2000\"\n\"2024-07-05T10:45:00.000Z\",\"0.002299\",\"0.002127\",\"2000\"\n\"2024-07-05T10:50:00.000Z\",\"0.002322\",\"0.002063\",\"2000\"\n\"2024-07-05T10:55:00.000Z\",\"0.0022\",\"0.001969\",\"2000\"\n\"2024-07-05T11:00:00.000Z\",\"0.002398\",\"0.002239\",\"2000\"\n\"2024-07-05T11:05:00.000Z\",\"0.002164\",\"0.002066\",\"2000\"\n\"2024-07-05T11:10:00.000Z\",\"0.002151\",\"0.001946\",\"2000\"\n\"2024-07-05T11:15:00.000Z\",\"0.002088\",\"0.001942\",\"2000\"\n\"2024-07-05T11:20:00.000Z\",\"0.002147\",\"0.001922\",\"2000\"\n\"2024-07-05T11:25:00.000Z\",\"0.002259\",\"0.002036\",\"2000\"\n\"2024-07-05T11:30:00.000Z\",\"0.002229\",\"0.002036\",\"2000\"\n\"2024-07-05T11:35:00.000Z\",\"0.002062\",\"0.001897\",\"2000\"\n\"2024-07-05T11:40:00.000Z\",\"0.002253\",\"0.002024\",\"2000\"\n\"2024-07-05T11:45:00.000Z\",\"0.002075\",\"0.001863\",\"2000\"\n\"2024-07-05T11:50:00.000Z\",\"0.002195\",\"0.002083\",\"2000\"\n\"2024-07-05T11:55:00.000Z\",\"0.002156\",\"0.00192\",\"2000\"\n\"2024-07-05T12:00:00.000Z\",\"0.002353\",\"0.002162\",\"2000\"\n\"2024-07-05T12:05:00.000Z\",\"0.002034\",\"0.00188\",\"2000\"\n\"2024-07-05T12:10:00.000Z\",\"0.00195\",\"0.001715\",\"2000\"\n\"2024-07-05T12:15:00.000Z\",\"0.002069\",\"0.001875\",\"2000\"\n\"2024-07-05T12:20:00.000Z\",\"0.001899\",\"0.00161\",\"2000\"\n\"2024-07-05T12:25:00.000Z\",\"0.001832\",\"0.00161\",\"2000\"\n\"2024-07-05T12:30:00.000Z\",\"0.001918\",\"0.001788\",\"2000\"\n\"2024-07-05T12:35:00.000Z\",\"0.002023\",\"0.001781\",\"2000\"\n\"2024-07-05T12:40:00.000Z\",\"0.002025\",\"0.001816\",\"2000\"\n\"2024-07-05T12:45:00.000Z\",\"0.00198\",\"0.001817\",\"2000\"\n\"2024-07-05T12:50:00.000Z\",\"0.001983\",\"0.00174\",\"2000\"\n\"2024-07-05T12:55:00.000Z\",\"0.002056\",\"0.001942\",\"2000\"\n\"2024-07-05T13:00:00.000Z\",\"0.002079\",\"0.001845\",\"2000\"\n\"2024-07-05T13:05:00.000Z\",\"0.002038\",\"0.001821\",\"2000\"\n\"2024-07-05T13:10:00.000Z\",\"0.001475\",\"0.001176\",\"2000\"\n\"2024-07-05T13:15:00.000Z\",\"0.001289\",\"0.00111\",\"2000\"\n\"2024-07-05T13:20:00.000Z\",\"0.001149\",\"0.00085\",\"2000\"\n\"2024-07-05T13:25:00.000Z\",\"0.001182\",\"0.000935\",\"2000\"\n\"2024-07-05T13:30:00.000Z\",\"0.001156\",\"0.00084\",\"2000\"\n\"2024-07-05T13:35:00.000Z\",\"0.001237\",\"0.001046\",\"2000\"\n\"2024-07-05T13:40:00.000Z\",\"0.001123\",\"0.000825\",\"2000\"\n\"2024-07-05T13:45:00.000Z\",\"0.001125\",\"0.00083\",\"2000\"\n\"2024-07-05T13:50:00.000Z\",\"0.001081\",\"0.000858\",\"2000\"\n\"2024-07-05T13:55:00.000Z\",\"0.00133\",\"0.000993\",\"2000\"\n\"2024-07-05T14:00:00.000Z\",\"0.001051\",\"0.000822\",\"2000\"\n\"2024-07-05T14:05:00.000Z\",\"0.001167\",\"0.000878\",\"2000\"\n\"2024-07-05T14:10:00.000Z\",\"0.001167\",\"0.000917\",\"2000\"\n\"2024-07-05T14:15:00.000Z\",\"0.001191\",\"0.000963\",\"2000\"\n\"2024-07-05T14:20:00.000Z\",\"0.001253\",\"0.000991\",\"2000\"\n\"2024-07-05T14:25:00.000Z\",\"0.001006\",\"0.000778\",\"2000\"\n\"2024-07-05T14:30:00.000Z\",\"0.001196\",\"0.000881\",\"2000\"\n\"2024-07-05T14:35:00.000Z\",\"0.001188\",\"0.000903\",\"2000\"\n\"2024-07-05T14:40:00.000Z\",\"0.001247\",\"0.001082\",\"2000\"\n\"2024-07-05T14:45:00.000Z\",\"0.001228\",\"0.000897\",\"2000\"\n\"2024-07-05T14:50:00.000Z\",\"0.001359\",\"0.001175\",\"2000\"\n\"2024-07-05T14:55:00.000Z\",\"0.001258\",\"0.000938\",\"2000\"\n\"2024-07-05T15:00:00.000Z\",\"0.00118\",\"0.00087\",\"2000\"\n\"2024-07-05T15:05:00.000Z\",\"0.001151\",\"0.000925\",\"2000\"\n\"2024-07-05T15:10:00.000Z\",\"0.001347\",\"0.001081\",\"2000\"\n\"2024-07-05T15:15:00.000Z\",\"0.001049\",\"0.000833\",\"2000\"\n\"2024-07-05T15:20:00.000Z\",\"0.000989\",\"0.000736\",\"2000\"\n\"2024-07-05T15:25:00.000Z\",\"0.001192\",\"0.000955\",\"2000\"\n\"2024-07-05T15:30:00.000Z\",\"0.001054\",\"0.000817\",\"2000\"\n\"2024-07-05T15:35:00.000Z\",\"0.001189\",\"0.000911\",\"2000\"\n\"2024-07-05T15:40:00.000Z\",\"0.001131\",\"0.000846\",\"2000\"\n\"2024-07-05T15:45:00.000Z\",\"0.001109\",\"0.000913\",\"2000\"\n\"2024-07-05T15:50:00.000Z\",\"0.001301\",\"0.001053\",\"2000\"\n\"2024-07-05T15:55:00.000Z\",\"0.001046\",\"0.000814\",\"2000\"\n\"2024-07-05T16:00:00.000Z\",\"0.001198\",\"0.000905\",\"2000\"\n\"2024-07-05T16:05:00.000Z\",\"0.001205\",\"0.000945\",\"2000\"\n\"2024-07-05T16:10:00.000Z\",\"0.001098\",\"0.000901\",\"2000\"\n\"2024-07-05T16:15:00.000Z\",\"0.001165\",\"0.000841\",\"2000\"\n\"2024-07-05T16:20:00.000Z\",\"0.001492\",\"0.001222\",\"2000\"\n\"2024-07-05T16:25:00.000Z\",\"0.003718\",\"0.003255\",\"2000\"\n\"2024-07-05T16:30:00.000Z\",\"0.003133\",\"0.002715\",\"2000\"\n\"2024-07-05T16:35:00.000Z\",\"0.001106\",\"0.00082\",\"2000\"\n\"2024-07-05T16:40:00.000Z\",\"0.001471\",\"0.001178\",\"2000\"\n\"2024-07-05T16:45:00.000Z\",\"0.001477\",\"0.001207\",\"2000\"\n\"2024-07-05T16:50:00.000Z\",\"0.001724\",\"0.001382\",\"2000\"\n\"2024-07-05T16:55:00.000Z\",\"0.001522\",\"0.001194\",\"2000\"\n\"2024-07-05T17:00:00.000Z\",\"0.001361\",\"0.001053\",\"2000\"\n\"2024-07-05T17:05:00.000Z\",\"0.001286\",\"0.001066\",\"2000\"\n\"2024-07-05T17:10:00.000Z\",\"0.001344\",\"0.001035\",\"2000\"\n\"2024-07-05T17:15:00.000Z\",\"0.001767\",\"0.001312\",\"2000\"\n\"2024-07-05T17:20:00.000Z\",\"0.001675\",\"0.001504\",\"2000\"\n\"2024-07-05T17:25:00.000Z\",\"0.005148\",\"0.004595\",\"2000\"\n\"2024-07-05T17:30:00.000Z\",\"0.005634\",\"0.004971\",\"2000\"\n\"2024-07-05T17:35:00.000Z\",\"0.005096\",\"0.004554\",\"2000\"\n\"2024-07-05T17:40:00.000Z\",\"0.005366\",\"0.004732\",\"2000\"\n\"2024-07-05T17:45:00.000Z\",\"0.005624\",\"0.005052\",\"2000\"\n\"2024-07-05T17:50:00.000Z\",\"0.005091\",\"0.004572\",\"2000\"\n\"2024-07-05T17:55:00.000Z\",\"0.005388\",\"0.004767\",\"2000\"\n\"2024-07-05T18:00:00.000Z\",\"0.006088\",\"0.005318\",\"2000\"\n\"2024-07-05T18:05:00.000Z\",\"0.002586\",\"0.002203\",\"2000\"\n\"2024-07-05T18:10:00.000Z\",\"0.001038\",\"0.000816\",\"2000\"\n\"2024-07-05T18:15:00.000Z\",\"0.001637\",\"0.001303\",\"2000\"\n\"2024-07-05T18:20:00.000Z\",\"0.001405\",\"0.001236\",\"2000\"\n\"2024-07-05T18:25:00.000Z\",\"0.000967\",\"0.000682\",\"2000\"\n\"2024-07-05T18:30:00.000Z\",\"0.00107\",\"0.000858\",\"2000\"\n\"2024-07-05T18:35:00.000Z\",\"0.001619\",\"0.001335\",\"2000\"\n\"2024-07-05T18:40:00.000Z\",\"0.001663\",\"0.001296\",\"2000\"\n\"2024-07-05T18:45:00.000Z\",\"0.001802\",\"0.001411\",\"2000\"\n\"2024-07-05T18:50:00.000Z\",\"0.00143\",\"0.001117\",\"2000\"\n\"2024-07-05T18:55:00.000Z\",\"0.001113\",\"0.00088\",\"2000\"\n\"2024-07-05T19:00:00.000Z\",\"0.0018\",\"0.001451\",\"2000\"\n\"2024-07-05T19:05:00.000Z\",\"0.001377\",\"0.001047\",\"2000\"\n\"2024-07-05T19:10:00.000Z\",\"0.001048\",\"0.000824\",\"2000\"\n\"2024-07-05T19:15:00.000Z\",\"0.001264\",\"0.000976\",\"2000\"\n\"2024-07-05T19:20:00.000Z\",\"0.001735\",\"0.001449\",\"2000\"\n\"2024-07-05T19:25:00.000Z\",\"0.001448\",\"0.001175\",\"2000\"\n\"2024-07-05T19:30:00.000Z\",\"0.00173\",\"0.001279\",\"2000\"\n\"2024-07-05T19:35:00.000Z\",\"0.001628\",\"0.001234\",\"2000\"\n\"2024-07-05T19:40:00.000Z\",\"0.001765\",\"0.001432\",\"2000\"\n\"2024-07-05T19:45:00.000Z\",\"0.001269\",\"0.001012\",\"2000\"\n\"2024-07-05T19:50:00.000Z\",\"0.001636\",\"0.001308\",\"2000\"\n\"2024-07-05T19:55:00.000Z\",\"0.002098\",\"0.001713\",\"2000\"\n\"2024-07-05T20:00:00.000Z\",\"0.001537\",\"0.001213\",\"2000\"\n\"2024-07-05T20:05:00.000Z\",\"0.001456\",\"0.001241\",\"2000\"\n\"2024-07-05T20:10:00.000Z\",\"0.001745\",\"0.001295\",\"2000\"\n\"2024-07-05T20:15:00.000Z\",\"0.00264\",\"0.001888\",\"2000\"\n\"2024-07-05T20:20:00.000Z\",\"0.001352\",\"0.001084\",\"2000\"\n\"2024-07-05T20:25:00.000Z\",\"0.001944\",\"0.001594\",\"2000\"\n\"2024-07-05T20:30:00.000Z\",\"0.00117\",\"0.00101\",\"2000\"\n\"2024-07-05T20:35:00.000Z\",\"0.00125\",\"0.000906\",\"2000\"\n\"2024-07-05T20:40:00.000Z\",\"0.001777\",\"0.001449\",\"2000\"\n\"2024-07-05T20:45:00.000Z\",\"0.001272\",\"0.001006\",\"2000\"\n\"2024-07-05T20:50:00.000Z\",\"0.001183\",\"0.000879\",\"2000\"\n\"2024-07-05T20:55:00.000Z\",\"0.001706\",\"0.001361\",\"2000\"\n\"2024-07-05T21:00:00.000Z\",\"0.001382\",\"0.001013\",\"2000\"\n\"2024-07-05T21:05:00.000Z\",\"0.00119\",\"0.000926\",\"2000\"\n\"2024-07-05T21:10:00.000Z\",\"0.001686\",\"0.00142\",\"2000\"\n\"2024-07-05T21:15:00.000Z\",\"0.00147\",\"0.001063\",\"2000\"\n\"2024-07-05T21:20:00.000Z\",\"0.001492\",\"0.001162\",\"2000\"\n\"2024-07-05T21:25:00.000Z\",\"0.001295\",\"0.001042\",\"2000\"\n\"2024-07-05T21:30:00.000Z\",\"0.001317\",\"0.001077\",\"2000\"\n\"2024-07-05T21:35:00.000Z\",\"0.001598\",\"0.001267\",\"2000\"\n\"2024-07-05T21:40:00.000Z\",\"0.001865\",\"0.001489\",\"2000\"\n\"2024-07-05T21:45:00.000Z\",\"0.00108\",\"0.000881\",\"2000\"\n\"2024-07-05T21:50:00.000Z\",\"0.001372\",\"0.001131\",\"2000\"\n\"2024-07-05T21:55:00.000Z\",\"0.001864\",\"0.001518\",\"2000\"\n\"2024-07-05T22:00:00.000Z\",\"0.001251\",\"0.000977\",\"2000\"\n\"2024-07-05T22:05:00.000Z\",\"0.002613\",\"0.002015\",\"2000\"\n\"2024-07-05T22:10:00.000Z\",\"0.001912\",\"0.001542\",\"2000\"\n\"2024-07-05T22:15:00.000Z\",\"0.001216\",\"0.000958\",\"2000\"\n\"2024-07-05T22:20:00.000Z\",\"0.001135\",\"0.000883\",\"2000\"\n\"2024-07-05T22:25:00.000Z\",\"0.001389\",\"0.001125\",\"2000\"\n\"2024-07-05T22:30:00.000Z\",\"0.001148\",\"0.000886\",\"2000\"\n\"2024-07-05T22:35:00.000Z\",\"0.001203\",\"0.000934\",\"2000\"\n\"2024-07-05T22:40:00.000Z\",\"0.001302\",\"0.000938\",\"2000\"\n\"2024-07-05T22:45:00.000Z\",\"0.001114\",\"0.0009\",\"2000\"\n\"2024-07-05T22:50:00.000Z\",\"0.001208\",\"0.000894\",\"2000\"\n\"2024-07-05T22:55:00.000Z\",\"0.001351\",\"0.001111\",\"2000\"\n\"2024-07-05T23:00:00.000Z\",\"0.001289\",\"0.001017\",\"2000\"\n\"2024-07-05T23:05:00.000Z\",\"0.001633\",\"0.00128\",\"2000\"\n\"2024-07-05T23:10:00.000Z\",\"0.001281\",\"0.000973\",\"2000\"\n\"2024-07-05T23:15:00.000Z\",\"0.001233\",\"0.001056\",\"2000\"\n\"2024-07-05T23:20:00.000Z\",\"0.001141\",\"0.000842\",\"2000\"\n\"2024-07-05T23:25:00.000Z\",\"0.001197\",\"0.000951\",\"2000\"\n\"2024-07-05T23:30:00.000Z\",\"0.001178\",\"0.000874\",\"2000\"\n\"2024-07-05T23:35:00.000Z\",\"0.001054\",\"0.000808\",\"2000\"\n\"2024-07-05T23:40:00.000Z\",\"0.001393\",\"0.001183\",\"2000\"\n\"2024-07-05T23:45:00.000Z\",\"0.001183\",\"0.000926\",\"2000\"\n\"2024-07-05T23:50:00.000Z\",\"0.001153\",\"0.000885\",\"2000\"\n\"2024-07-05T23:55:00.000Z\",\"0.001208\",\"0.000907\",\"2000\"\n\"2024-07-06T00:00:00.000Z\",\"0.001229\",\"0.000968\",\"2000\"\n\"2024-07-06T00:05:00.000Z\",\"0.001176\",\"0.001083\",\"2000\"\n\"2024-07-06T00:10:00.000Z\",\"0.001189\",\"0.00088\",\"2000\"\n\"2024-07-06T00:15:00.000Z\",\"0.001273\",\"0.001018\",\"2000\"\n\"2024-07-06T00:20:00.000Z\",\"0.001025\",\"0.000834\",\"2000\"\n\"2024-07-06T00:25:00.000Z\",\"0.000938\",\"0.000696\",\"2000\"\n\"2024-07-06T00:30:00.000Z\",\"0.001059\",\"0.000757\",\"2000\"\n\"2024-07-06T00:35:00.000Z\",\"0.001078\",\"0.000855\",\"2000\"\n\"2024-07-06T00:40:00.000Z\",\"0.001194\",\"0.001062\",\"2000\"\n\"2024-07-06T00:45:00.000Z\",\"0.001285\",\"0.001022\",\"2000\"\n\"2024-07-06T00:50:00.000Z\",\"0.001032\",\"0.000811\",\"2000\"\n\"2024-07-06T00:55:00.000Z\",\"0.001349\",\"0.001096\",\"2000\"\n\"2024-07-06T01:00:00.000Z\",\"0.001116\",\"0.00081\",\"2000\"\n\"2024-07-06T01:05:00.000Z\",\"0.001271\",\"0.001026\",\"2000\"\n\"2024-07-06T01:10:00.000Z\",\"0.001085\",\"0.000862\",\"2000\"\n\"2024-07-06T01:15:00.000Z\",\"0.001313\",\"0.001014\",\"2000\"\n\"2024-07-06T01:20:00.000Z\",\"0.001421\",\"0.001176\",\"2000\"\n\"2024-07-06T01:25:00.000Z\",\"0.001291\",\"0.001065\",\"2000\"\n\"2024-07-06T01:30:00.000Z\",\"0.001265\",\"0.000998\",\"2000\"\n\"2024-07-06T01:35:00.000Z\",\"0.001232\",\"0.00094\",\"2000\"\n\"2024-07-06T01:40:00.000Z\",\"0.001201\",\"0.000963\",\"2000\"\n\"2024-07-06T01:45:00.000Z\",\"0.001298\",\"0.001012\",\"2000\"\n\"2024-07-06T01:50:00.000Z\",\"0.001269\",\"0.00098\",\"2000\"\n\"2024-07-06T01:55:00.000Z\",\"0.001157\",\"0.000949\",\"2000\"\n\"2024-07-06T02:00:00.000Z\",\"0.001199\",\"0.000904\",\"2000\"\n\"2024-07-06T02:05:00.000Z\",\"0.001159\",\"0.000877\",\"2000\"\n\"2024-07-06T02:10:00.000Z\",\"0.001259\",\"0.001151\",\"2000\"\n\"2024-07-06T02:15:00.000Z\",\"0.001194\",\"0.000888\",\"2000\"\n\"2024-07-06T02:20:00.000Z\",\"0.00119\",\"0.000918\",\"2000\"\n\"2024-07-06T02:25:00.000Z\",\"0.001232\",\"0.000979\",\"2000\"\n\"2024-07-06T02:30:00.000Z\",\"0.001225\",\"0.000943\",\"2000\"\n\"2024-07-06T02:35:00.000Z\",\"0.001222\",\"0.000955\",\"2000\"\n\"2024-07-06T02:40:00.000Z\",\"0.001032\",\"0.00081\",\"2000\"\n\"2024-07-06T02:45:00.000Z\",\"0.001406\",\"0.001183\",\"2000\"\n\"2024-07-06T02:50:00.000Z\",\"0.001188\",\"0.001031\",\"2000\"\n\"2024-07-06T02:55:00.000Z\",\"0.001283\",\"0.00096\",\"2000\"\n\"2024-07-06T03:00:00.000Z\",\"0.001069\",\"0.000788\",\"2000\"\n\"2024-07-06T03:05:00.000Z\",\"0.001165\",\"0.000863\",\"2000\"\n\"2024-07-06T03:10:00.000Z\",\"0.001306\",\"0.001122\",\"2000\"\n\"2024-07-06T03:15:00.000Z\",\"0.001243\",\"0.000964\",\"2000\"\n\"2024-07-06T03:20:00.000Z\",\"0.001034\",\"0.000813\",\"2000\"\n\"2024-07-06T03:25:00.000Z\",\"0.000852\",\"0.000652\",\"2000\"\n\"2024-07-06T03:30:00.000Z\",\"0.000951\",\"0.000746\",\"2000\"\n\"2024-07-06T03:35:00.000Z\",\"0.000945\",\"0.000661\",\"2000\"\n\"2024-07-06T03:40:00.000Z\",\"0.001448\",\"0.001165\",\"2000\"\n\"2024-07-06T03:45:00.000Z\",\"0.005078\",\"0.004768\",\"2000\"\n\"2024-07-06T03:50:00.000Z\",\"0.00514\",\"0.004841\",\"2000\"\n\"2024-07-06T03:55:00.000Z\",\"0.005115\",\"0.004751\",\"2000\"\n\"2024-07-06T04:00:00.000Z\",\"0.005045\",\"0.004744\",\"2000\"\n\"2024-07-06T04:05:00.000Z\",\"0.005177\",\"0.004853\",\"2000\"\n\"2024-07-06T04:10:00.000Z\",\"0.001839\",\"0.001561\",\"2000\"\n\"2024-07-06T04:15:00.000Z\",\"0.001158\",\"0.000888\",\"2000\"\n\"2024-07-06T04:20:00.000Z\",\"0.001615\",\"0.001337\",\"2000\"\n\"2024-07-06T04:25:00.000Z\",\"0.000948\",\"0.00075\",\"2000\"\n\"2024-07-06T04:30:00.000Z\",\"0.001113\",\"0.000808\",\"2000\"\n\"2024-07-06T04:35:00.000Z\",\"0.001335\",\"0.001047\",\"2000\"\n\"2024-07-06T04:40:00.000Z\",\"0.001351\",\"0.000902\",\"2000\"\n\"2024-07-06T04:45:00.000Z\",\"0.00114\",\"0.000898\",\"2000\"\n\"2024-07-06T04:50:00.000Z\",\"0.000811\",\"0.000628\",\"2000\"\n\"2024-07-06T04:55:00.000Z\",\"0.000759\",\"0.000523\",\"2000\"\n\"2024-07-06T05:00:00.000Z\",\"0.001429\",\"0.001196\",\"2000\"\n\"2024-07-06T05:05:00.000Z\",\"0.00086\",\"0.000681\",\"2000\"\n\"2024-07-06T05:10:00.000Z\",\"0.001024\",\"0.000803\",\"2000\"\n\"2024-07-06T05:15:00.000Z\",\"0.001581\",\"0.001238\",\"2000\"\n\"2024-07-06T05:20:00.000Z\",\"0.000737\",\"0.000573\",\"2000\"\n\"2024-07-06T05:25:00.000Z\",\"0.000823\",\"0.000606\",\"2000\"\n\"2024-07-06T05:30:00.000Z\",\"0.000971\",\"0.000743\",\"2000\"\n\"2024-07-06T05:35:00.000Z\",\"0.001606\",\"0.001039\",\"2000\"\n\"2024-07-06T05:40:00.000Z\",\"0.001069\",\"0.000876\",\"2000\"\n\"2024-07-06T05:45:00.000Z\",\"0.00171\",\"0.001392\",\"2000\"\n\"2024-07-06T05:50:00.000Z\",\"0.000966\",\"0.000742\",\"2000\"\n\"2024-07-06T05:55:00.000Z\",\"0.001305\",\"0.001036\",\"2000\"\n\"2024-07-06T06:00:00.000Z\",\"0.001415\",\"0.001104\",\"2000\"\n\"2024-07-06T06:05:00.000Z\",\"0.001089\",\"0.000733\",\"2000\"\n\"2024-07-06T06:10:00.000Z\",\"0.000924\",\"0.000702\",\"2000\"\n\"2024-07-06T06:15:00.000Z\",\"0.001038\",\"0.000785\",\"2000\"\n\"2024-07-06T06:20:00.000Z\",\"0.001225\",\"0.000952\",\"2000\"\n\"2024-07-06T06:25:00.000Z\",\"0.001025\",\"0.000925\",\"2000\"\n\"2024-07-06T06:30:00.000Z\",\"0.000632\",\"0.000456\",\"2000\"\n\"2024-07-06T06:35:00.000Z\",\"0.001203\",\"0.000914\",\"2000\"\n\"2024-07-06T06:40:00.000Z\",\"0.001071\",\"0.000822\",\"2000\"\n\"2024-07-06T06:45:00.000Z\",\"0.005863\",\"0.004842\",\"2000\"\n\"2024-07-06T06:50:00.000Z\",\"0.01224\",\"0.010043\",\"2000\"\n\"2024-07-06T06:55:00.000Z\",\"0.01222\",\"0.010131\",\"2000\"\n\"2024-07-06T07:00:00.000Z\",\"0.003566\",\"0.002866\",\"2000\"\n\"2024-07-06T07:05:00.000Z\",\"0.00071\",\"0.000526\",\"2000\"\n\"2024-07-06T07:10:00.000Z\",\"0.001174\",\"0.000947\",\"2000\"\n\"2024-07-06T07:15:00.000Z\",\"0.00095\",\"0.000734\",\"2000\"\n\"2024-07-06T07:20:00.000Z\",\"0.001231\",\"0.000995\",\"2000\"\n\"2024-07-06T07:25:00.000Z\",\"0.000997\",\"0.000752\",\"2000\"\n\"2024-07-06T07:30:00.000Z\",\"0.001378\",\"0.00105\",\"2000\"\n\"2024-07-06T07:35:00.000Z\",\"0.001002\",\"0.00067\",\"2000\"\n\"2024-07-06T07:40:00.000Z\",\"0.00151\",\"0.000909\",\"2000\"\n\"2024-07-06T07:45:00.000Z\",\"0.001589\",\"0.001175\",\"2000\"\n\"2024-07-06T07:50:00.000Z\",\"0.000713\",\"0.000545\",\"2000\"\n\"2024-07-06T07:55:00.000Z\",\"0.001048\",\"0.000819\",\"2000\"\n\"2024-07-06T08:00:00.000Z\",\"0.000957\",\"0.000694\",\"2000\"\n\"2024-07-06T08:05:00.000Z\",\"0.000618\",\"0.000402\",\"2000\"\n\"2024-07-06T08:10:00.000Z\",\"0.001118\",\"0.000838\",\"2000\"\n\"2024-07-06T08:15:00.000Z\",\"0.00207\",\"0.001354\",\"2000\"\n\"2024-07-06T08:20:00.000Z\",\"0.000773\",\"0.000555\",\"2000\"\n\"2024-07-06T08:25:00.000Z\",\"0.001293\",\"0.001093\",\"2000\"\n\"2024-07-06T08:30:00.000Z\",\"0.001031\",\"0.000745\",\"2000\"\n\"2024-07-06T08:35:00.000Z\",\"0.001055\",\"0.000837\",\"2000\"\n\"2024-07-06T08:40:00.000Z\",\"0.002829\",\"0.002617\",\"2000\"\n\"2024-07-06T08:45:00.000Z\",\"0.000922\",\"0.000716\",\"2000\"\n\"2024-07-06T08:50:00.000Z\",\"0.001064\",\"0.000819\",\"2000\"\n\"2024-07-06T08:55:00.000Z\",\"0.001534\",\"0.001224\",\"2000\"\n\"2024-07-06T09:00:00.000Z\",\"0.000755\",\"0.000574\",\"2000\"\n\"2024-07-06T09:05:00.000Z\",\"0.001523\",\"0.00121\",\"2000\"\n\"2024-07-06T09:10:00.000Z\",\"0.000713\",\"0.000455\",\"2000\"\n\"2024-07-06T09:15:00.000Z\",\"0.000691\",\"0.000497\",\"2000\"\n\"2024-07-06T09:20:00.000Z\",\"0.00142\",\"0.001207\",\"2000\"\n\"2024-07-06T09:25:00.000Z\",\"0.001771\",\"0.001308\",\"2000\"\n\"2024-07-06T09:30:00.000Z\",\"0.001396\",\"0.00105\",\"2000\"\n\"2024-07-06T09:35:00.000Z\",\"0.001384\",\"0.001165\",\"2000\"\n\"2024-07-06T09:40:00.000Z\",\"0.001161\",\"0.000952\",\"2000\"\n\"2024-07-06T09:45:00.000Z\",\"0.00191\",\"0.001445\",\"2000\"\n\"2024-07-06T09:50:00.000Z\",\"0.001113\",\"0.000832\",\"2000\"\n\"2024-07-06T09:55:00.000Z\",\"0.00128\",\"0.001002\",\"2000\"\n\"2024-07-06T10:00:00.000Z\",\"0.001783\",\"0.00139\",\"2000\"\n\"2024-07-06T10:05:00.000Z\",\"0.001491\",\"0.001213\",\"2000\"\n\"2024-07-06T10:10:00.000Z\",\"0.001117\",\"0.000869\",\"2000\"\n\"2024-07-06T10:15:00.000Z\",\"0.001068\",\"0.000782\",\"2000\"\n\"2024-07-06T10:20:00.000Z\",\"0.00095\",\"0.000788\",\"2000\"\n\"2024-07-06T10:25:00.000Z\",\"0.001465\",\"0.001264\",\"2000\"\n\"2024-07-06T10:30:00.000Z\",\"0.001143\",\"0.000785\",\"2000\"\n\"2024-07-06T10:35:00.000Z\",\"0.001041\",\"0.00081\",\"2000\"\n\"2024-07-06T10:40:00.000Z\",\"0.001384\",\"0.001106\",\"2000\"\n\"2024-07-06T10:45:00.000Z\",\"0.001431\",\"0.001124\",\"2000\"\n\"2024-07-06T10:50:00.000Z\",\"0.004976\",\"0.004502\",\"2000\"\n\"2024-07-06T10:55:00.000Z\",\"0.006813\",\"0.006194\",\"2000\"\n\"2024-07-06T11:00:00.000Z\",\"0.006977\",\"0.006121\",\"2000\"\n\"2024-07-06T11:05:00.000Z\",\"0.007011\",\"0.006134\",\"2000\"\n\"2024-07-06T11:10:00.000Z\",\"0.004846\",\"0.00433\",\"2000\"\n\"2024-07-06T11:15:00.000Z\",\"0.001288\",\"0.001003\",\"2000\"\n\"2024-07-06T11:20:00.000Z\",\"0.001397\",\"0.001109\",\"2000\"\n\"2024-07-06T11:25:00.000Z\",\"0.001337\",\"0.001021\",\"2000\"\n\"2024-07-06T11:30:00.000Z\",\"0.002014\",\"0.001696\",\"2000\"\n\"2024-07-06T11:35:00.000Z\",\"0.001437\",\"0.001225\",\"2000\"\n\"2024-07-06T11:40:00.000Z\",\"0.001272\",\"0.000864\",\"2000\"\n\"2024-07-06T11:45:00.000Z\",\"0.002072\",\"0.001716\",\"2000\"\n\"2024-07-06T11:50:00.000Z\",\"0.001078\",\"0.00089\",\"2000\"\n\"2024-07-06T11:55:00.000Z\",\"0.001146\",\"0.000857\",\"2000\"\n\"2024-07-06T12:00:00.000Z\",\"0.001689\",\"0.001502\",\"2000\"\n\"2024-07-06T12:05:00.000Z\",\"0.001246\",\"0.000944\",\"2000\"\n\"2024-07-06T12:10:00.000Z\",\"0.001245\",\"0.00098\",\"2000\"\n\"2024-07-06T12:15:00.000Z\",\"0.001763\",\"0.001417\",\"2000\"\n\"2024-07-06T12:20:00.000Z\",\"0.005791\",\"0.00518\",\"2000\"\n\"2024-07-06T12:25:00.000Z\",\"0.00609\",\"0.005488\",\"2000\"\n\"2024-07-06T12:30:00.000Z\",\"0.001713\",\"0.001306\",\"2000\"\n\"2024-07-06T12:35:00.000Z\",\"0.001572\",\"0.001365\",\"2000\"\n\"2024-07-06T12:40:00.000Z\",\"0.001247\",\"0.00093\",\"2000\"\n\"2024-07-06T12:45:00.000Z\",\"0.001264\",\"0.001019\",\"2000\"\n\"2024-07-06T12:50:00.000Z\",\"0.001737\",\"0.001467\",\"2000\"\n\"2024-07-06T12:55:00.000Z\",\"0.001746\",\"0.001402\",\"2000\"\n\"2024-07-06T13:00:00.000Z\",\"0.001346\",\"0.001012\",\"2000\"\n\"2024-07-06T13:05:00.000Z\",\"0.002499\",\"0.001959\",\"2000\"\n\"2024-07-06T13:10:00.000Z\",\"0.001258\",\"0.000864\",\"2000\"\n\"2024-07-06T13:15:00.000Z\",\"0.001218\",\"0.001056\",\"2000\"\n\"2024-07-06T13:20:00.000Z\",\"0.001424\",\"0.001087\",\"2000\"\n\"2024-07-06T13:25:00.000Z\",\"0.001463\",\"0.001272\",\"2000\"\n\"2024-07-06T13:30:00.000Z\",\"0.001178\",\"0.000892\",\"2000\"\n\"2024-07-06T13:35:00.000Z\",\"0.001162\",\"0.000958\",\"2000\"\n\"2024-07-06T13:40:00.000Z\",\"0.001291\",\"0.000974\",\"2000\"\n\"2024-07-06T13:45:00.000Z\",\"0.001677\",\"0.001281\",\"2000\"\n\"2024-07-06T13:50:00.000Z\",\"0.001578\",\"0.00126\",\"2000\"\n\"2024-07-06T13:55:00.000Z\",\"0.001584\",\"0.001282\",\"2000\"\n\"2024-07-06T14:00:00.000Z\",\"0.001017\",\"0.000799\",\"2000\"\n\"2024-07-06T14:05:00.000Z\",\"0.001669\",\"0.001332\",\"2000\"\n\"2024-07-06T14:10:00.000Z\",\"0.001664\",\"0.00121\",\"2000\"\n\"2024-07-06T14:15:00.000Z\",\"0.001411\",\"0.001047\",\"2000\"\n\"2024-07-06T14:20:00.000Z\",\"0.001141\",\"0.000939\",\"2000\"\n\"2024-07-06T14:25:00.000Z\",\"0.001708\",\"0.001299\",\"2000\"\n\"2024-07-06T14:30:00.000Z\",\"0.001765\",\"0.001431\",\"2000\"\n\"2024-07-06T14:35:00.000Z\",\"0.001048\",\"0.000819\",\"2000\"\n\"2024-07-06T14:40:00.000Z\",\"0.001343\",\"0.000976\",\"2000\"\n\"2024-07-06T14:45:00.000Z\",\"0.001544\",\"0.001287\",\"2000\"\n\"2024-07-06T14:50:00.000Z\",\"0.001501\",\"0.001192\",\"2000\"\n\"2024-07-06T14:55:00.000Z\",\"0.004559\",\"0.004153\",\"2000\"\n\"2024-07-06T15:00:00.000Z\",\"0.005964\",\"0.005432\",\"2000\"\n\"2024-07-06T15:05:00.000Z\",\"0.005604\",\"0.00524\",\"2000\"\n\"2024-07-06T15:10:00.000Z\",\"0.006093\",\"0.005512\",\"2000\"\n\"2024-07-06T15:15:00.000Z\",\"0.005903\",\"0.005363\",\"2000\"\n\"2024-07-06T15:20:00.000Z\",\"0.006064\",\"0.00557\",\"2000\"\n\"2024-07-06T15:25:00.000Z\",\"0.003315\",\"0.002848\",\"2000\"\n\"2024-07-06T15:30:00.000Z\",\"0.001042\",\"0.000823\",\"2000\"\n\"2024-07-06T15:35:00.000Z\",\"0.001593\",\"0.001252\",\"2000\"\n\"2024-07-06T15:40:00.000Z\",\"0.00113\",\"0.000845\",\"2000\"\n\"2024-07-06T15:45:00.000Z\",\"0.001149\",\"0.001003\",\"2000\"\n\"2024-07-06T15:50:00.000Z\",\"0.001535\",\"0.001339\",\"2000\"\n\"2024-07-06T15:55:00.000Z\",\"0.001303\",\"0.001038\",\"2000\"\n\"2024-07-06T16:00:00.000Z\",\"0.001217\",\"0.000917\",\"2000\"\n\"2024-07-06T16:05:00.000Z\",\"0.000867\",\"0.000655\",\"2000\"\n\"2024-07-06T16:10:00.000Z\",\"0.001174\",\"0.000923\",\"2000\"\n\"2024-07-06T16:15:00.000Z\",\"0.001092\",\"0.000837\",\"2000\"\n\"2024-07-06T16:20:00.000Z\",\"0.001036\",\"0.000819\",\"2000\"\n\"2024-07-06T16:25:00.000Z\",\"0.001343\",\"0.001087\",\"2000\"\n\"2024-07-06T16:30:00.000Z\",\"0.001327\",\"0.001025\",\"2000\"\n\"2024-07-06T16:35:00.000Z\",\"0.001335\",\"0.001122\",\"2000\"\n\"2024-07-06T16:40:00.000Z\",\"0.001134\",\"0.000832\",\"2000\"\n\"2024-07-06T16:45:00.000Z\",\"0.002403\",\"0.002111\",\"2000\"\n\"2024-07-06T16:50:00.000Z\",\"0.001488\",\"0.001398\",\"2000\"\n\"2024-07-06T16:55:00.000Z\",\"0.004694\",\"0.004159\",\"2000\"\n\"2024-07-06T17:00:00.000Z\",\"0.001624\",\"0.001333\",\"2000\"\n\"2024-07-06T17:05:00.000Z\",\"0.001132\",\"0.000919\",\"2000\"\n\"2024-07-06T17:10:00.000Z\",\"0.001967\",\"0.001677\",\"2000\"\n\"2024-07-06T17:15:00.000Z\",\"0.001291\",\"0.001113\",\"2000\"\n\"2024-07-06T17:20:00.000Z\",\"0.001135\",\"0.000813\",\"2000\"\n\"2024-07-06T17:25:00.000Z\",\"0.001166\",\"0.000892\",\"2000\"\n\"2024-07-06T17:30:00.000Z\",\"0.001112\",\"0.000854\",\"2000\"\n\"2024-07-06T17:35:00.000Z\",\"0.001252\",\"0.000995\",\"2000\"\n\"2024-07-06T17:40:00.000Z\",\"0.001171\",\"0.000886\",\"2000\"\n\"2024-07-06T17:45:00.000Z\",\"0.001034\",\"0.000837\",\"2000\"\n\"2024-07-06T17:50:00.000Z\",\"0.001309\",\"0.001097\",\"2000\"\n\"2024-07-06T17:55:00.000Z\",\"0.001288\",\"0.001039\",\"2000\"\n\"2024-07-06T18:00:00.000Z\",\"0.001037\",\"0.000804\",\"2000\"\n\"2024-07-06T18:05:00.000Z\",\"0.001179\",\"0.000878\",\"2000\"\n\"2024-07-06T18:10:00.000Z\",\"0.001582\",\"0.001277\",\"2000\"\n\"2024-07-06T18:15:00.000Z\",\"0.002841\",\"0.002426\",\"2000\"\n\"2024-07-06T18:20:00.000Z\",\"0.002841\",\"0.002478\",\"2000\"\n\"2024-07-06T18:25:00.000Z\",\"0.000918\",\"0.000537\",\"2000\"\n\"2024-07-06T18:30:00.000Z\",\"0.001142\",\"0.000919\",\"2000\"\n\"2024-07-06T18:35:00.000Z\",\"0.001134\",\"0.000802\",\"2000\"\n\"2024-07-06T18:40:00.000Z\",\"0.001199\",\"0.000928\",\"2000\"\n\"2024-07-06T18:45:00.000Z\",\"0.001098\",\"0.000845\",\"2000\"\n\"2024-07-06T18:50:00.000Z\",\"0.00119\",\"0.000932\",\"2000\"\n\"2024-07-06T18:55:00.000Z\",\"0.001146\",\"0.00087\",\"2000\"\n\"2024-07-06T19:00:00.000Z\",\"0.001238\",\"0.001066\",\"2000\"\n\"2024-07-06T19:05:00.000Z\",\"0.001347\",\"0.001088\",\"2000\"\n\"2024-07-06T19:10:00.000Z\",\"0.001242\",\"0.000969\",\"2000\"\n\"2024-07-06T19:15:00.000Z\",\"0.001121\",\"0.000819\",\"2000\"\n\"2024-07-06T19:20:00.000Z\",\"0.001082\",\"0.000867\",\"2000\"\n\"2024-07-06T19:25:00.000Z\",\"0.001223\",\"0.00094\",\"2000\"\n\"2024-07-06T19:30:00.000Z\",\"0.001122\",\"0.000833\",\"2000\"\n\"2024-07-06T19:35:00.000Z\",\"0.001497\",\"0.001148\",\"2000\"\n\"2024-07-06T19:40:00.000Z\",\"0.001114\",\"0.000836\",\"2000\"\n\"2024-07-06T19:45:00.000Z\",\"0.001287\",\"0.001049\",\"2000\"\n\"2024-07-06T19:50:00.000Z\",\"0.001062\",\"0.00085\",\"2000\"\n\"2024-07-06T19:55:00.000Z\",\"0.001124\",\"0.000844\",\"2000\"\n\"2024-07-06T20:00:00.000Z\",\"0.001191\",\"0.000954\",\"2000\"\n\"2024-07-06T20:05:00.000Z\",\"0.001206\",\"0.000951\",\"2000\"\n\"2024-07-06T20:10:00.000Z\",\"0.001127\",\"0.000869\",\"2000\"\n\"2024-07-06T20:15:00.000Z\",\"0.001188\",\"0.000856\",\"2000\"\n\"2024-07-06T20:20:00.000Z\",\"0.001256\",\"0.001011\",\"2000\"\n\"2024-07-06T20:25:00.000Z\",\"0.001264\",\"0.001008\",\"2000\"\n\"2024-07-06T20:30:00.000Z\",\"0.001119\",\"0.000874\",\"2000\"\n\"2024-07-06T20:35:00.000Z\",\"0.001114\",\"0.000861\",\"2000\"\n\"2024-07-06T20:40:00.000Z\",\"0.001034\",\"0.000829\",\"2000\"\n\"2024-07-06T20:45:00.000Z\",\"0.00115\",\"0.000846\",\"2000\"\n\"2024-07-06T20:50:00.000Z\",\"0.001365\",\"0.001208\",\"2000\"\n\"2024-07-06T20:55:00.000Z\",\"0.001122\",\"0.000861\",\"2000\"\n\"2024-07-06T21:00:00.000Z\",\"0.00118\",\"0.000922\",\"2000\"\n\"2024-07-06T21:05:00.000Z\",\"0.001116\",\"0.000807\",\"2000\"\n\"2024-07-06T21:10:00.000Z\",\"0.001373\",\"0.001122\",\"2000\"\n\"2024-07-06T21:15:00.000Z\",\"0.001083\",\"0.000832\",\"2000\"\n\"2024-07-06T21:20:00.000Z\",\"0.001038\",\"0.000753\",\"2000\"\n\"2024-07-06T21:25:00.000Z\",\"0.000985\",\"0.000779\",\"2000\"\n\"2024-07-06T21:30:00.000Z\",\"0.001054\",\"0.000983\",\"2000\"\n\"2024-07-06T21:35:00.000Z\",\"0.000963\",\"0.000667\",\"2000\"\n\"2024-07-06T21:40:00.000Z\",\"0.000997\",\"0.000776\",\"2000\"\n\"2024-07-06T21:45:00.000Z\",\"0.001197\",\"0.000879\",\"2000\"\n\"2024-07-06T21:50:00.000Z\",\"0.001159\",\"0.000877\",\"2000\"\n\"2024-07-06T21:55:00.000Z\",\"0.001212\",\"0.001082\",\"2000\"\n\"2024-07-06T22:00:00.000Z\",\"0.001177\",\"0.000848\",\"2000\"\n\"2024-07-06T22:05:00.000Z\",\"0.001232\",\"0.000986\",\"2000\"\n\"2024-07-06T22:10:00.000Z\",\"0.001361\",\"0.001065\",\"2000\"\n\"2024-07-06T22:15:00.000Z\",\"0.001164\",\"0.000997\",\"2000\"\n\"2024-07-06T22:20:00.000Z\",\"0.002257\",\"0.001833\",\"2000\"\n\"2024-07-06T22:25:00.000Z\",\"0.001037\",\"0.000822\",\"2000\"\n\"2024-07-06T22:30:00.000Z\",\"0.001208\",\"0.000893\",\"2000\"\n\"2024-07-06T22:35:00.000Z\",\"0.00135\",\"0.0011\",\"2000\"\n\"2024-07-06T22:40:00.000Z\",\"0.001166\",\"0.000907\",\"2000\"\n\"2024-07-06T22:45:00.000Z\",\"0.001745\",\"0.001471\",\"2000\"\n\"2024-07-06T22:50:00.000Z\",\"0.001336\",\"0.000997\",\"2000\"\n\"2024-07-06T22:55:00.000Z\",\"0.001821\",\"0.001471\",\"2000\"\n\"2024-07-06T23:00:00.000Z\",\"0.001216\",\"0.000987\",\"2000\"\n\"2024-07-06T23:05:00.000Z\",\"0.001888\",\"0.001492\",\"2000\"\n\"2024-07-06T23:10:00.000Z\",\"0.001103\",\"0.000773\",\"2000\"\n\"2024-07-06T23:15:00.000Z\",\"0.001584\",\"0.00118\",\"2000\"\n\"2024-07-06T23:20:00.000Z\",\"0.001973\",\"0.001272\",\"2000\"\n\"2024-07-06T23:25:00.000Z\",\"0.00162\",\"0.001201\",\"2000\"\n\"2024-07-06T23:30:00.000Z\",\"0.001762\",\"0.001454\",\"2000\"\n\"2024-07-06T23:35:00.000Z\",\"0.001247\",\"0.001006\",\"2000\"\n\"2024-07-06T23:40:00.000Z\",\"0.001419\",\"0.001131\",\"2000\"\n\"2024-07-06T23:45:00.000Z\",\"0.001285\",\"0.000951\",\"2000\"\n\"2024-07-06T23:50:00.000Z\",\"0.00188\",\"0.001432\",\"2000\"\n\"2024-07-06T23:55:00.000Z\",\"0.001627\",\"0.001304\",\"2000\"\n\"2024-07-07T00:00:00.000Z\",\"0.001374\",\"0.001159\",\"2000\"\n\"2024-07-07T00:05:00.000Z\",\"0.001859\",\"0.001504\",\"2000\"\n\"2024-07-07T00:10:00.000Z\",\"0.001826\",\"0.001493\",\"2000\"\n\"2024-07-07T00:15:00.000Z\",\"0.001421\",\"0.001086\",\"2000\"\n\"2024-07-07T00:20:00.000Z\",\"0.001121\",\"0.000864\",\"2000\"\n\"2024-07-07T00:25:00.000Z\",\"0.001768\",\"0.001322\",\"2000\"\n\"2024-07-07T00:30:00.000Z\",\"0.001119\",\"0.00086\",\"2000\"\n\"2024-07-07T00:35:00.000Z\",\"0.001457\",\"0.001101\",\"2000\"\n\"2024-07-07T00:40:00.000Z\",\"0.001453\",\"0.001242\",\"2000\"\n\"2024-07-07T00:45:00.000Z\",\"0.001555\",\"0.001273\",\"2000\"\n\"2024-07-07T00:50:00.000Z\",\"0.001113\",\"0.000836\",\"2000\"\n\"2024-07-07T00:55:00.000Z\",\"0.001951\",\"0.00149\",\"2000\"\n\"2024-07-07T01:00:00.000Z\",\"0.00172\",\"0.001305\",\"2000\"\n\"2024-07-07T01:05:00.000Z\",\"0.001086\",\"0.000868\",\"2000\"\n\"2024-07-07T01:10:00.000Z\",\"0.001264\",\"0.001017\",\"2000\"\n\"2024-07-07T01:15:00.000Z\",\"0.001759\",\"0.00142\",\"2000\"\n\"2024-07-07T01:20:00.000Z\",\"0.001526\",\"0.001176\",\"2000\"\n\"2024-07-07T01:25:00.000Z\",\"0.001104\",\"0.000918\",\"2000\"\n\"2024-07-07T01:30:00.000Z\",\"0.001597\",\"0.001259\",\"2000\"\n\"2024-07-07T01:35:00.000Z\",\"0.001653\",\"0.001273\",\"2000\"\n\"2024-07-07T01:40:00.000Z\",\"0.001017\",\"0.000749\",\"2000\"\n\"2024-07-07T01:45:00.000Z\",\"0.001438\",\"0.001135\",\"2000\"\n\"2024-07-07T01:50:00.000Z\",\"0.00175\",\"0.001476\",\"2000\"\n\"2024-07-07T01:55:00.000Z\",\"0.001134\",\"0.000968\",\"2000\"\n\"2024-07-07T02:00:00.000Z\",\"0.001538\",\"0.001174\",\"2000\"\n\"2024-07-07T02:05:00.000Z\",\"0.001502\",\"0.001204\",\"2000\"\n\"2024-07-07T02:10:00.000Z\",\"0.002445\",\"0.002108\",\"2000\"\n\"2024-07-07T02:15:00.000Z\",\"0.002626\",\"0.00232\",\"2000\"\n\"2024-07-07T02:20:00.000Z\",\"0.00284\",\"0.002569\",\"2000\"\n\"2024-07-07T02:25:00.000Z\",\"0.003076\",\"0.002774\",\"2000\"\n\"2024-07-07T02:30:00.000Z\",\"0.003146\",\"0.002735\",\"2000\"\n\"2024-07-07T02:35:00.000Z\",\"0.002894\",\"0.00263\",\"2000\"\n\"2024-07-07T02:40:00.000Z\",\"0.002091\",\"0.00183\",\"2000\"\n\"2024-07-07T02:45:00.000Z\",\"0.001063\",\"0.000765\",\"2000\"\n\"2024-07-07T02:50:00.000Z\",\"0.001518\",\"0.001186\",\"2000\"\n\"2024-07-07T02:55:00.000Z\",\"0.001583\",\"0.00137\",\"2000\"\n\"2024-07-07T03:00:00.000Z\",\"0.001338\",\"0.000967\",\"2000\"\n\"2024-07-07T03:05:00.000Z\",\"0.001144\",\"0.000852\",\"2000\"\n\"2024-07-07T03:10:00.000Z\",\"0.001802\",\"0.00154\",\"2000\"\n\"2024-07-07T03:15:00.000Z\",\"0.002166\",\"0.001769\",\"2000\"\n\"2024-07-07T03:20:00.000Z\",\"0.001218\",\"0.000891\",\"2000\"\n\"2024-07-07T03:25:00.000Z\",\"0.000854\",\"0.000667\",\"2000\"\n\"2024-07-07T03:30:00.000Z\",\"0.001875\",\"0.001473\",\"2000\"\n\"2024-07-07T03:35:00.000Z\",\"0.001284\",\"0.000954\",\"2000\"\n\"2024-07-07T03:40:00.000Z\",\"0.001356\",\"0.001123\",\"2000\"\n\"2024-07-07T03:45:00.000Z\",\"0.000962\",\"0.00078\",\"2000\"\n\"2024-07-07T03:50:00.000Z\",\"0.001086\",\"0.000838\",\"2000\"\n\"2024-07-07T03:55:00.000Z\",\"0.000863\",\"0.00067\",\"2000\"\n\"2024-07-07T04:00:00.000Z\",\"0.001221\",\"0.000951\",\"2000\"\n\"2024-07-07T04:05:00.000Z\",\"0.000666\",\"0.000488\",\"2000\"\n\"2024-07-07T04:10:00.000Z\",\"0.000547\",\"0.000436\",\"2000\"\n\"2024-07-07T04:15:00.000Z\",\"0.000705\",\"0.000519\",\"2000\"\n\"2024-07-07T04:20:00.000Z\",\"0.000776\",\"0.00063\",\"2000\"\n\"2024-07-07T04:25:00.000Z\",\"0.000809\",\"0.000716\",\"2000\"\n\"2024-07-07T04:30:00.000Z\",\"0.000754\",\"0.000582\",\"2000\"\n\"2024-07-07T04:35:00.000Z\",\"0.000698\",\"0.000472\",\"2000\"\n\"2024-07-07T04:40:00.000Z\",\"0.000774\",\"0.000572\",\"2000\"\n\"2024-07-07T04:45:00.000Z\",\"0.000718\",\"0.000507\",\"2000\"\n\"2024-07-07T04:50:00.000Z\",\"0.000471\",\"0.000387\",\"2000\"\n\"2024-07-07T04:55:00.000Z\",\"0.00124\",\"0.000984\",\"2000\"\n\"2024-07-07T05:00:00.000Z\",\"0.001056\",\"0.000813\",\"2000\"\n\"2024-07-07T05:05:00.000Z\",\"0.001351\",\"0.001111\",\"2000\"\n\"2024-07-07T05:10:00.000Z\",\"0.001257\",\"0.001009\",\"2000\"\n\"2024-07-07T05:15:00.000Z\",\"0.001135\",\"0.000846\",\"2000\"\n\"2024-07-07T05:20:00.000Z\",\"0.001055\",\"0.000823\",\"2000\"\n\"2024-07-07T05:25:00.000Z\",\"0.001087\",\"0.000859\",\"2000\"\n\"2024-07-07T05:30:00.000Z\",\"0.001318\",\"0.00105\",\"2000\"\n\"2024-07-07T05:35:00.000Z\",\"0.001812\",\"0.001492\",\"2000\"\n\"2024-07-07T05:40:00.000Z\",\"0.001769\",\"0.001567\",\"2000\"\n\"2024-07-07T05:45:00.000Z\",\"0.002212\",\"0.00198\",\"2000\"\n\"2024-07-07T05:50:00.000Z\",\"0.001668\",\"0.001401\",\"2000\"\n\"2024-07-07T05:55:00.000Z\",\"0.001263\",\"0.000964\",\"2000\"\n\"2024-07-07T06:00:00.000Z\",\"0.001189\",\"0.000978\",\"2000\"\n\"2024-07-07T06:05:00.000Z\",\"0.00114\",\"0.000848\",\"2000\"\n\"2024-07-07T06:10:00.000Z\",\"0.001196\",\"0.000891\",\"2000\"\n\"2024-07-07T06:15:00.000Z\",\"0.001058\",\"0.000838\",\"2000\"\n\"2024-07-07T06:20:00.000Z\",\"0.001235\",\"0.00096\",\"2000\"\n\"2024-07-07T06:25:00.000Z\",\"0.001258\",\"0.001588\",\"2000\"\n\"2024-07-07T06:30:00.000Z\",\"0.001276\",\"0.000989\",\"2000\"\n\"2024-07-07T06:35:00.000Z\",\"0.000892\",\"0.000725\",\"2000\"\n\"2024-07-07T06:40:00.000Z\",\"0.000868\",\"0.000556\",\"2000\"\n\"2024-07-07T06:45:00.000Z\",\"0.001096\",\"0.000851\",\"2000\"\n\"2024-07-07T06:50:00.000Z\",\"0.001113\",\"0.000823\",\"2000\"\n\"2024-07-07T06:55:00.000Z\",\"0.001259\",\"0.000945\",\"2000\"\n\"2024-07-07T07:00:00.000Z\",\"0.001255\",\"0.001093\",\"2000\"\n\"2024-07-07T07:05:00.000Z\",\"0.001277\",\"0.000971\",\"2000\"\n\"2024-07-07T07:10:00.000Z\",\"0.001307\",\"0.001067\",\"2000\"\n\"2024-07-07T07:15:00.000Z\",\"0.001307\",\"0.00103\",\"2000\"\n\"2024-07-07T07:20:00.000Z\",\"0.001137\",\"0.000835\",\"2000\"\n\"2024-07-07T07:25:00.000Z\",\"0.00105\",\"0.000763\",\"2000\"\n\"2024-07-07T07:30:00.000Z\",\"0.001092\",\"0.000822\",\"2000\"\n\"2024-07-07T07:35:00.000Z\",\"0.002227\",\"0.001934\",\"2000\"\n\"2024-07-07T07:40:00.000Z\",\"0.004938\",\"0.004487\",\"2000\"\n\"2024-07-07T07:45:00.000Z\",\"0.004989\",\"0.004458\",\"2000\"\n\"2024-07-07T07:50:00.000Z\",\"0.00507\",\"0.004471\",\"2000\"\n\"2024-07-07T07:55:00.000Z\",\"0.005664\",\"0.005112\",\"2000\"\n\"2024-07-07T08:00:00.000Z\",\"0.005013\",\"0.004536\",\"2000\"\n\"2024-07-07T08:05:00.000Z\",\"0.005798\",\"0.005254\",\"2000\"\n\"2024-07-07T08:10:00.000Z\",\"0.005776\",\"0.00527\",\"2000\"\n\"2024-07-07T08:15:00.000Z\",\"0.005025\",\"0.004515\",\"2000\"\n\"2024-07-07T08:20:00.000Z\",\"0.002303\",\"0.002007\",\"2000\"\n\"2024-07-07T08:25:00.000Z\",\"0.001051\",\"0.000766\",\"2000\"\n\"2024-07-07T08:30:00.000Z\",\"0.00284\",\"0.00262\",\"2000\"\n\"2024-07-07T08:35:00.000Z\",\"0.001042\",\"0.000819\",\"2000\"\n\"2024-07-07T08:40:00.000Z\",\"0.001145\",\"0.000867\",\"2000\"\n\"2024-07-07T08:45:00.000Z\",\"0.001151\",\"0.000859\",\"2000\"\n\"2024-07-07T08:50:00.000Z\",\"0.001195\",\"0.000997\",\"2000\"\n\"2024-07-07T08:55:00.000Z\",\"0.001265\",\"0.001005\",\"2000\"\n\"2024-07-07T09:00:00.000Z\",\"0.001339\",\"0.001157\",\"2000\"\n\"2024-07-07T09:05:00.000Z\",\"0.001161\",\"0.000898\",\"2000\"\n\"2024-07-07T09:10:00.000Z\",\"0.001079\",\"0.00077\",\"2000\"\n\"2024-07-07T09:15:00.000Z\",\"0.001119\",\"0.000841\",\"2000\"\n\"2024-07-07T09:20:00.000Z\",\"0.001157\",\"0.000992\",\"2000\"\n\"2024-07-07T09:25:00.000Z\",\"0.000994\",\"0.000754\",\"2000\"\n\"2024-07-07T09:30:00.000Z\",\"0.001258\",\"0.001\",\"2000\"\n\"2024-07-07T09:35:00.000Z\",\"0.001003\",\"0.000791\",\"2000\"\n\"2024-07-07T09:40:00.000Z\",\"0.000821\",\"0.000513\",\"2000\"\n\"2024-07-07T09:45:00.000Z\",\"0.001151\",\"0.000933\",\"2000\"\n\"2024-07-07T09:50:00.000Z\",\"0.00115\",\"0.000849\",\"2000\"\n\"2024-07-07T09:55:00.000Z\",\"0.001109\",\"0.000797\",\"2000\"\n\"2024-07-07T10:00:00.000Z\",\"0.001295\",\"0.00111\",\"2000\"\n\"2024-07-07T10:05:00.000Z\",\"0.001373\",\"0.00114\",\"2000\"\n\"2024-07-07T10:10:00.000Z\",\"0.001369\",\"0.000975\",\"2000\"\n\"2024-07-07T10:15:00.000Z\",\"0.002137\",\"0.001745\",\"2000\"\n\"2024-07-07T10:20:00.000Z\",\"0.001198\",\"0.000959\",\"2000\"\n\"2024-07-07T10:25:00.000Z\",\"0.001234\",\"0.000963\",\"2000\"\n\"2024-07-07T10:30:00.000Z\",\"0.001482\",\"0.001155\",\"2000\"\n\"2024-07-07T10:35:00.000Z\",\"0.001779\",\"0.001429\",\"2000\"\n\"2024-07-07T10:40:00.000Z\",\"0.001075\",\"0.000766\",\"2000\"\n\"2024-07-07T10:45:00.000Z\",\"0.001174\",\"0.000885\",\"2000\"\n\"2024-07-07T10:50:00.000Z\",\"0.001946\",\"0.001696\",\"2000\"\n\"2024-07-07T10:55:00.000Z\",\"0.001072\",\"0.000771\",\"2000\"\n\"2024-07-07T11:00:00.000Z\",\"0.001411\",\"0.001112\",\"2000\"\n\"2024-07-07T11:05:00.000Z\",\"0.00165\",\"0.001261\",\"2000\"\n\"2024-07-07T11:10:00.000Z\",\"0.00148\",\"0.001235\",\"2000\"\n\"2024-07-07T11:15:00.000Z\",\"0.00141\",\"0.001085\",\"2000\"\n\"2024-07-07T11:20:00.000Z\",\"0.00158\",\"0.001251\",\"2000\"\n\"2024-07-07T11:25:00.000Z\",\"0.001485\",\"0.001177\",\"2000\"\n\"2024-07-07T11:30:00.000Z\",\"0.001466\",\"0.00122\",\"2000\"\n\"2024-07-07T11:35:00.000Z\",\"0.001424\",\"0.001061\",\"2000\"\n\"2024-07-07T11:40:00.000Z\",\"0.001727\",\"0.001283\",\"2000\"\n\"2024-07-07T11:45:00.000Z\",\"0.00156\",\"0.001131\",\"2000\"\n\"2024-07-07T11:50:00.000Z\",\"0.001288\",\"0.000975\",\"2000\"\n\"2024-07-07T11:55:00.000Z\",\"0.001695\",\"0.001413\",\"2000\"\n\"2024-07-07T12:00:00.000Z\",\"0.002022\",\"0.001667\",\"2000\"\n\"2024-07-07T12:05:00.000Z\",\"0.001205\",\"0.000995\",\"2000\"\n\"2024-07-07T12:10:00.000Z\",\"0.001869\",\"0.001294\",\"2000\"\n\"2024-07-07T12:15:00.000Z\",\"0.001562\",\"0.001183\",\"2000\"\n\"2024-07-07T12:20:00.000Z\",\"0.001582\",\"0.001219\",\"2000\"\n\"2024-07-07T12:25:00.000Z\",\"0.001588\",\"0.001268\",\"2000\"\n\"2024-07-07T12:30:00.000Z\",\"0.001128\",\"0.000847\",\"2000\"\n\"2024-07-07T12:35:00.000Z\",\"0.001353\",\"0.001045\",\"2000\"\n\"2024-07-07T12:40:00.000Z\",\"0.001426\",\"0.001248\",\"2000\"\n\"2024-07-07T12:45:00.000Z\",\"0.001575\",\"0.001176\",\"2000\"\n\"2024-07-07T12:50:00.000Z\",\"0.001044\",\"0.000795\",\"2000\"\n\"2024-07-07T12:55:00.000Z\",\"0.001809\",\"0.001386\",\"2000\"\n\"2024-07-07T13:00:00.000Z\",\"0.003319\",\"0.003086\",\"2000\"\n\"2024-07-07T13:05:00.000Z\",\"0.00137\",\"0.001057\",\"2000\"\n\"2024-07-07T13:10:00.000Z\",\"0.001176\",\"0.0009\",\"2000\"\n\"2024-07-07T13:15:00.000Z\",\"0.001383\",\"0.001081\",\"2000\"\n\"2024-07-07T13:20:00.000Z\",\"0.001256\",\"0.001164\",\"2000\"\n\"2024-07-07T13:25:00.000Z\",\"0.001473\",\"0.001183\",\"2000\"\n\"2024-07-07T13:30:00.000Z\",\"0.001592\",\"0.001216\",\"2000\"\n\"2024-07-07T13:35:00.000Z\",\"0.001257\",\"0.001023\",\"2000\"\n\"2024-07-07T13:40:00.000Z\",\"0.001436\",\"0.001128\",\"2000\"\n\"2024-07-07T13:45:00.000Z\",\"0.001506\",\"0.001213\",\"2000\"\n\"2024-07-07T13:50:00.000Z\",\"0.001187\",\"0.000884\",\"2000\"\n\"2024-07-07T13:55:00.000Z\",\"0.001336\",\"0.001053\",\"2000\"\n\"2024-07-07T14:00:00.000Z\",\"0.001485\",\"0.001321\",\"2000\"\n\"2024-07-07T14:05:00.000Z\",\"0.002018\",\"0.00166\",\"2000\"\n\"2024-07-07T14:10:00.000Z\",\"0.001059\",\"0.00082\",\"2000\"\n\"2024-07-07T14:15:00.000Z\",\"0.001352\",\"0.000993\",\"2000\"\n\"2024-07-07T14:20:00.000Z\",\"0.00113\",\"0.000878\",\"2000\"\n\"2024-07-07T14:25:00.000Z\",\"0.002125\",\"0.001545\",\"2000\"\n\"2024-07-07T14:30:00.000Z\",\"0.001287\",\"0.000969\",\"2000\"\n\"2024-07-07T14:35:00.000Z\",\"0.001193\",\"0.000924\",\"2000\"\n\"2024-07-07T14:40:00.000Z\",\"0.001661\",\"0.001153\",\"2000\"\n\"2024-07-07T14:45:00.000Z\",\"0.001355\",\"0.001065\",\"2000\"\n\"2024-07-07T14:50:00.000Z\",\"0.001747\",\"0.001427\",\"2000\"\n\"2024-07-07T14:55:00.000Z\",\"0.001127\",\"0.000846\",\"2000\"\n\"2024-07-07T15:00:00.000Z\",\"0.001424\",\"0.001144\",\"2000\"\n\"2024-07-07T15:05:00.000Z\",\"0.001898\",\"0.00167\",\"2000\"\n\"2024-07-07T15:10:00.000Z\",\"0.001517\",\"0.001302\",\"2000\"\n\"2024-07-07T15:15:00.000Z\",\"0.001562\",\"0.001291\",\"2000\"\n\"2024-07-07T15:20:00.000Z\",\"0.002223\",\"0.001444\",\"2000\"\n\"2024-07-07T15:25:00.000Z\",\"0.001368\",\"0.001009\",\"2000\"\n\"2024-07-07T15:30:00.000Z\",\"0.001446\",\"0.001242\",\"2000\"\n\"2024-07-07T15:35:00.000Z\",\"0.001203\",\"0.000913\",\"2000\"\n\"2024-07-07T15:40:00.000Z\",\"0.001064\",\"0.000809\",\"2000\"\n\"2024-07-07T15:45:00.000Z\",\"0.001823\",\"0.00112\",\"2000\"\n\"2024-07-07T15:50:00.000Z\",\"0.001197\",\"0.000972\",\"2000\"\n\"2024-07-07T15:55:00.000Z\",\"0.001883\",\"0.001468\",\"2000\"\n\"2024-07-07T16:00:00.000Z\",\"0.001022\",\"0.000807\",\"2000\"\n\"2024-07-07T16:05:00.000Z\",\"0.001233\",\"0.000917\",\"2000\"\n\"2024-07-07T16:10:00.000Z\",\"0.001211\",\"0.000949\",\"2000\"\n\"2024-07-07T16:15:00.000Z\",\"0.001068\",\"0.000823\",\"2000\"\n\"2024-07-07T16:20:00.000Z\",\"0.001588\",\"0.001342\",\"2000\"\n\"2024-07-07T16:25:00.000Z\",\"0.001757\",\"0.001325\",\"2000\"\n\"2024-07-07T16:30:00.000Z\",\"0.001197\",\"0.000944\",\"2000\"\n\"2024-07-07T16:35:00.000Z\",\"0.00205\",\"0.001798\",\"2000\"\n\"2024-07-07T16:40:00.000Z\",\"0.001684\",\"0.001373\",\"2000\"\n\"2024-07-07T16:45:00.000Z\",\"0.001332\",\"0.000987\",\"2000\"\n\"2024-07-07T16:50:00.000Z\",\"0.001388\",\"0.001102\",\"2000\"\n\"2024-07-07T16:55:00.000Z\",\"0.001562\",\"0.001224\",\"2000\"\n\"2024-07-07T17:00:00.000Z\",\"0.001316\",\"0.000978\",\"2000\"\n\"2024-07-07T17:05:00.000Z\",\"0.001734\",\"0.001407\",\"2000\"\n\"2024-07-07T17:10:00.000Z\",\"0.001568\",\"0.001308\",\"2000\"\n\"2024-07-07T17:15:00.000Z\",\"0.001019\",\"0.000827\",\"2000\"\n\"2024-07-07T17:20:00.000Z\",\"0.001436\",\"0.001122\",\"2000\"\n\"2024-07-07T17:25:00.000Z\",\"0.001582\",\"0.001279\",\"2000\"\n\"2024-07-07T17:30:00.000Z\",\"0.001251\",\"0.000831\",\"2000\"\n\"2024-07-07T17:35:00.000Z\",\"0.001152\",\"0.000836\",\"2000\"\n\"2024-07-07T17:40:00.000Z\",\"0.00195\",\"0.001669\",\"2000\"\n\"2024-07-07T17:45:00.000Z\",\"0.001295\",\"0.001054\",\"2000\"\n\"2024-07-07T17:50:00.000Z\",\"0.001518\",\"0.001181\",\"2000\"\n\"2024-07-07T17:55:00.000Z\",\"0.001917\",\"0.001508\",\"2000\"\n\"2024-07-07T18:00:00.000Z\",\"0.001321\",\"0.001092\",\"2000\"\n\"2024-07-07T18:05:00.000Z\",\"0.001108\",\"0.000841\",\"2000\"\n\"2024-07-07T18:10:00.000Z\",\"0.001421\",\"0.00112\",\"2000\"\n\"2024-07-07T18:15:00.000Z\",\"0.001362\",\"0.001051\",\"2000\"\n\"2024-07-07T18:20:00.000Z\",\"0.001708\",\"0.001386\",\"2000\"\n\"2024-07-07T18:25:00.000Z\",\"0.001692\",\"0.001368\",\"2000\"\n\"2024-07-07T18:30:00.000Z\",\"0.001497\",\"0.001099\",\"2000\"\n\"2024-07-07T18:35:00.000Z\",\"0.001343\",\"0.000887\",\"2000\"\n\"2024-07-07T18:40:00.000Z\",\"0.001038\",\"0.000808\",\"2000\"\n\"2024-07-07T18:45:00.000Z\",\"0.002507\",\"0.002198\",\"2000\"\n\"2024-07-07T18:50:00.000Z\",\"0.001914\",\"0.00163\",\"2000\"\n\"2024-07-07T18:55:00.000Z\",\"0.001957\",\"0.001483\",\"2000\"\n\"2024-07-07T19:00:00.000Z\",\"0.001402\",\"0.001187\",\"2000\"\n\"2024-07-07T19:05:00.000Z\",\"0.001266\",\"0.001097\",\"2000\"\n\"2024-07-07T19:10:00.000Z\",\"0.001296\",\"0.001022\",\"2000\"\n\"2024-07-07T19:15:00.000Z\",\"0.001539\",\"0.001198\",\"2000\"\n\"2024-07-07T19:20:00.000Z\",\"0.001925\",\"0.001608\",\"2000\"\n\"2024-07-07T19:25:00.000Z\",\"0.001221\",\"0.001\",\"2000\"\n\"2024-07-07T19:30:00.000Z\",\"0.001841\",\"0.001228\",\"2000\"\n\"2024-07-07T19:35:00.000Z\",\"0.001904\",\"0.001478\",\"2000\"\n\"2024-07-07T19:40:00.000Z\",\"0.001038\",\"0.000818\",\"2000\"\n\"2024-07-07T19:45:00.000Z\",\"0.001693\",\"0.001394\",\"2000\"\n\"2024-07-07T19:50:00.000Z\",\"0.001689\",\"0.00132\",\"2000\"\n\"2024-07-07T19:55:00.000Z\",\"0.003576\",\"0.003681\",\"2000\"\n\"2024-07-07T20:00:00.000Z\",\"0.001563\",\"0.001097\",\"2000\"\n\"2024-07-07T20:05:00.000Z\",\"0.001589\",\"0.001274\",\"2000\"\n\"2024-07-07T20:10:00.000Z\",\"0.001141\",\"0.000962\",\"2000\"\n\"2024-07-07T20:15:00.000Z\",\"0.001479\",\"0.001195\",\"2000\"\n\"2024-07-07T20:20:00.000Z\",\"0.001768\",\"0.001385\",\"2000\"\n\"2024-07-07T20:25:00.000Z\",\"0.001074\",\"0.00079\",\"2000\"\n\"2024-07-07T20:30:00.000Z\",\"0.001572\",\"0.001263\",\"2000\"\n\"2024-07-07T20:35:00.000Z\",\"0.00163\",\"0.001291\",\"2000\"\n\"2024-07-07T20:40:00.000Z\",\"0.001073\",\"0.000819\",\"2000\"\n\"2024-07-07T20:45:00.000Z\",\"0.001468\",\"0.001083\",\"2000\"\n\"2024-07-07T20:50:00.000Z\",\"0.001667\",\"0.001449\",\"2000\"\n\"2024-07-07T20:55:00.000Z\",\"0.001412\",\"0.001131\",\"2000\"\n\"2024-07-07T21:00:00.000Z\",\"0.001186\",\"0.000914\",\"2000\"\n\"2024-07-07T21:05:00.000Z\",\"0.001998\",\"0.001523\",\"2000\"\n\"2024-07-07T21:10:00.000Z\",\"0.001561\",\"0.001214\",\"2000\"\n\"2024-07-07T21:15:00.000Z\",\"0.001235\",\"0.00098\",\"2000\"\n\"2024-07-07T21:20:00.000Z\",\"0.001319\",\"0.001074\",\"2000\"\n\"2024-07-07T21:25:00.000Z\",\"0.001366\",\"0.001007\",\"2000\"\n\"2024-07-07T21:30:00.000Z\",\"0.001625\",\"0.001291\",\"2000\"\n\"2024-07-07T21:35:00.000Z\",\"0.001302\",\"0.001026\",\"2000\"\n\"2024-07-07T21:40:00.000Z\",\"0.000983\",\"0.000779\",\"2000\"\n\"2024-07-07T21:45:00.000Z\",\"0.000922\",\"0.000658\",\"2000\"\n\"2024-07-07T21:50:00.000Z\",\"0.001708\",\"0.001374\",\"2000\"\n\"2024-07-07T21:55:00.000Z\",\"0.001678\",\"0.001397\",\"2000\"\n\"2024-07-07T22:00:00.000Z\",\"0.001065\",\"0.000849\",\"2000\"\n\"2024-07-07T22:05:00.000Z\",\"0.001245\",\"0.00094\",\"2000\"\n\"2024-07-07T22:10:00.000Z\",\"0.001256\",\"0.001018\",\"2000\"\n\"2024-07-07T22:15:00.000Z\",\"0.001285\",\"0.001082\",\"2000\"\n\"2024-07-07T22:20:00.000Z\",\"0.002914\",\"0.002732\",\"2000\"\n\"2024-07-07T22:25:00.000Z\",\"0.001139\",\"0.000824\",\"2000\"\n\"2024-07-07T22:30:00.000Z\",\"0.00129\",\"0.000963\",\"2000\"\n\"2024-07-07T22:35:00.000Z\",\"0.001134\",\"0.000835\",\"2000\"\n\"2024-07-07T22:40:00.000Z\",\"0.001061\",\"0.000827\",\"2000\"\n\"2024-07-07T22:45:00.000Z\",\"0.00122\",\"0.000926\",\"2000\"\n\"2024-07-07T22:50:00.000Z\",\"0.00122\",\"0.000919\",\"2000\"\n\"2024-07-07T22:55:00.000Z\",\"0.000989\",\"0.000744\",\"2000\"\n\"2024-07-07T23:00:00.000Z\",\"0.001284\",\"0.001013\",\"2000\"\n\"2024-07-07T23:05:00.000Z\",\"0.00114\",\"0.000894\",\"2000\"\n\"2024-07-07T23:10:00.000Z\",\"0.001058\",\"0.000803\",\"2000\"\n\"2024-07-07T23:15:00.000Z\",\"0.001118\",\"0.000842\",\"2000\"\n\"2024-07-07T23:20:00.000Z\",\"0.001248\",\"0.001072\",\"2000\"\n\"2024-07-07T23:25:00.000Z\",\"0.001366\",\"0.001114\",\"2000\"\n\"2024-07-07T23:30:00.000Z\",\"0.001759\",\"0.001539\",\"2000\"\n\"2024-07-07T23:35:00.000Z\",\"0.002327\",\"0.002078\",\"2000\"\n\"2024-07-07T23:40:00.000Z\",\"0.001227\",\"0.000908\",\"2000\"\n\"2024-07-07T23:45:00.000Z\",\"0.00122\",\"0.001065\",\"2000\"\n\"2024-07-07T23:50:00.000Z\",\"0.001074\",\"0.00077\",\"2000\"\n\"2024-07-07T23:55:00.000Z\",\"0.00124\",\"0.000943\",\"2000\"\n\"2024-07-08T00:00:00.000Z\",\"0.001276\",\"0.000993\",\"2000\"\n\"2024-07-08T00:05:00.000Z\",\"0.001341\",\"0.00121\",\"2000\"\n\"2024-07-08T00:10:00.000Z\",\"0.001302\",\"0.000976\",\"2000\"\n\"2024-07-08T00:15:00.000Z\",\"0.000977\",\"0.000774\",\"2000\"\n\"2024-07-08T00:20:00.000Z\",\"0.001226\",\"0.000918\",\"2000\"\n\"2024-07-08T00:25:00.000Z\",\"0.001469\",\"0.001187\",\"2000\"\n\"2024-07-08T00:30:00.000Z\",\"0.001097\",\"0.000797\",\"2000\"\n\"2024-07-08T00:35:00.000Z\",\"0.003497\",\"0.00369\",\"2000\"\n\"2024-07-08T00:40:00.000Z\",\"0.004824\",\"0.004328\",\"2000\"\n\"2024-07-08T00:45:00.000Z\",\"0.005296\",\"0.004785\",\"2000\"\n\"2024-07-08T00:50:00.000Z\",\"0.005228\",\"0.004761\",\"2000\"\n\"2024-07-08T00:55:00.000Z\",\"0.005008\",\"0.004467\",\"2000\"\n\"2024-07-08T01:00:00.000Z\",\"0.005114\",\"0.004622\",\"2000\"\n\"2024-07-08T01:05:00.000Z\",\"0.00504\",\"0.004549\",\"2000\"\n\"2024-07-08T01:10:00.000Z\",\"0.005204\",\"0.00467\",\"2000\"\n\"2024-07-08T01:15:00.000Z\",\"0.004966\",\"0.004448\",\"2000\"\n\"2024-07-08T01:20:00.000Z\",\"0.002182\",\"0.001839\",\"2000\"\n\"2024-07-08T01:25:00.000Z\",\"0.001307\",\"0.001037\",\"2000\"\n\"2024-07-08T01:30:00.000Z\",\"0.001186\",\"0.001009\",\"2000\"\n\"2024-07-08T01:35:00.000Z\",\"0.001046\",\"0.000762\",\"2000\"\n\"2024-07-08T01:40:00.000Z\",\"0.001036\",\"0.000813\",\"2000\"\n\"2024-07-08T01:45:00.000Z\",\"0.001124\",\"0.000808\",\"2000\"\n\"2024-07-08T01:50:00.000Z\",\"0.003164\",\"0.002526\",\"2000\"\n\"2024-07-08T01:55:00.000Z\",\"0.001982\",\"0.00161\",\"2000\"\n\"2024-07-08T02:00:00.000Z\",\"0.001213\",\"0.000985\",\"2000\"\n\"2024-07-08T02:05:00.000Z\",\"0.001313\",\"0.001046\",\"2000\"\n\"2024-07-08T02:10:00.000Z\",\"0.001055\",\"0.00075\",\"2000\"\n\"2024-07-08T02:15:00.000Z\",\"0.001123\",\"0.000941\",\"2000\"\n\"2024-07-08T02:20:00.000Z\",\"0.001205\",\"0.000886\",\"2000\"\n\"2024-07-08T02:25:00.000Z\",\"0.0029\",\"0.002665\",\"2000\"\n\"2024-07-08T02:30:00.000Z\",\"0.001213\",\"0.000911\",\"2000\"\n\"2024-07-08T02:35:00.000Z\",\"0.001232\",\"0.001078\",\"2000\"\n\"2024-07-08T02:40:00.000Z\",\"0.00108\",\"0.000865\",\"2000\"\n\"2024-07-08T02:45:00.000Z\",\"0.001221\",\"0.00095\",\"2000\"\n\"2024-07-08T02:50:00.000Z\",\"0.001081\",\"0.000789\",\"2000\"\n\"2024-07-08T02:55:00.000Z\",\"0.001099\",\"0.000838\",\"2000\"\n\"2024-07-08T03:00:00.000Z\",\"0.001196\",\"0.001003\",\"2000\"\n\"2024-07-08T03:05:00.000Z\",\"0.001256\",\"0.000997\",\"2000\"\n\"2024-07-08T03:10:00.000Z\",\"0.001331\",\"0.001136\",\"2000\"\n\"2024-07-08T03:15:00.000Z\",\"0.001201\",\"0.001008\",\"2000\"\n\"2024-07-08T03:20:00.000Z\",\"0.00125\",\"0.000977\",\"2000\"\n\"2024-07-08T03:25:00.000Z\",\"0.001128\",\"0.000812\",\"2000\"\n\"2024-07-08T03:30:00.000Z\",\"0.00121\",\"0.000933\",\"2000\"\n\"2024-07-08T03:35:00.000Z\",\"0.001026\",\"0.000789\",\"2000\"\n\"2024-07-08T03:40:00.000Z\",\"0.000785\",\"0.000547\",\"2000\"\n\"2024-07-08T03:45:00.000Z\",\"0.000685\",\"0.00048\",\"2000\"\n\"2024-07-08T03:50:00.000Z\",\"0.000655\",\"0.000489\",\"2000\"\n\"2024-07-08T03:55:00.000Z\",\"0.000917\",\"0.000699\",\"2000\"\n\"2024-07-08T04:00:00.000Z\",\"0.000781\",\"0.000648\",\"2000\"\n\"2024-07-08T04:05:00.000Z\",\"0.00064\",\"0.000468\",\"2000\"\n\"2024-07-08T04:10:00.000Z\",\"0.000752\",\"0.000598\",\"2000\"\n\"2024-07-08T04:15:00.000Z\",\"0.000725\",\"0.000435\",\"2000\"\n\"2024-07-08T04:20:00.000Z\",\"0.000674\",\"0.000484\",\"2000\"\n\"2024-07-08T04:25:00.000Z\",\"0.000774\",\"0.000636\",\"2000\"\n\"2024-07-08T04:30:00.000Z\",\"0.000732\",\"0.000576\",\"2000\"\n\"2024-07-08T04:35:00.000Z\",\"0.000683\",\"0.000463\",\"2000\"\n\"2024-07-08T04:40:00.000Z\",\"0.000562\",\"0.000374\",\"2000\"\n\"2024-07-08T04:45:00.000Z\",\"0.000792\",\"0.000578\",\"2000\"\n\"2024-07-08T04:50:00.000Z\",\"0.000657\",\"0.000452\",\"2000\"\n\"2024-07-08T04:55:00.000Z\",\"0.000464\",\"0.000358\",\"2000\"\n\"2024-07-08T05:00:00.000Z\",\"0.000683\",\"0.000477\",\"2000\"\n\"2024-07-08T05:05:00.000Z\",\"0.000847\",\"0.000763\",\"2000\"\n\"2024-07-08T05:10:00.000Z\",\"0.000818\",\"0.000728\",\"2000\"\n\"2024-07-08T05:15:00.000Z\",\"0.000645\",\"0.000472\",\"2000\"\n\"2024-07-08T05:20:00.000Z\",\"0.000571\",\"0.000428\",\"2000\"\n\"2024-07-08T05:25:00.000Z\",\"0.001339\",\"0.001167\",\"2000\"\n\"2024-07-08T05:30:00.000Z\",\"0.001817\",\"0.001679\",\"2000\"\n\"2024-07-08T05:35:00.000Z\",\"0.000794\",\"0.00059\",\"2000\"\n\"2024-07-08T05:40:00.000Z\",\"0.000689\",\"0.000466\",\"2000\"\n\"2024-07-08T05:45:00.000Z\",\"0.000554\",\"0.000455\",\"2000\"\n\"2024-07-08T05:50:00.000Z\",\"0.00076\",\"0.000729\",\"2000\"\n\"2024-07-08T05:55:00.000Z\",\"0.000477\",\"0.000367\",\"2000\"\n\"2024-07-08T06:00:00.000Z\",\"0.000698\",\"0.000508\",\"2000\"\n\"2024-07-08T06:05:00.000Z\",\"0.00088\",\"0.000686\",\"2000\"\n\"2024-07-08T06:10:00.000Z\",\"0.001109\",\"0.000889\",\"2000\"\n\"2024-07-08T06:15:00.000Z\",\"0.001174\",\"0.000929\",\"2000\"\n\"2024-07-08T06:20:00.000Z\",\"0.00105\",\"0.000749\",\"2000\"\n\"2024-07-08T06:25:00.000Z\",\"0.00125\",\"0.00107\",\"2000\"\n\"2024-07-08T06:30:00.000Z\",\"0.001025\",\"0.0008\",\"2000\"\n\"2024-07-08T06:35:00.000Z\",\"0.001116\",\"0.000832\",\"2000\"\n\"2024-07-08T06:40:00.000Z\",\"0.001111\",\"0.0009\",\"2000\"\n\"2024-07-08T06:45:00.000Z\",\"0.000944\",\"0.000658\",\"2000\"\n\"2024-07-08T06:50:00.000Z\",\"0.00087\",\"0.0006\",\"2000\"\n\"2024-07-08T06:55:00.000Z\",\"0.000924\",\"0.000696\",\"2000\"\n\"2024-07-08T07:00:00.000Z\",\"0.000835\",\"0.000581\",\"2000\"\n\"2024-07-08T07:05:00.000Z\",\"0.001022\",\"0.000697\",\"2000\"\n\"2024-07-08T07:10:00.000Z\",\"0.000956\",\"0.000704\",\"2000\"\n\"2024-07-08T07:15:00.000Z\",\"0.001049\",\"0.000752\",\"2000\"\n\"2024-07-08T07:20:00.000Z\",\"0.0007\",\"0.000423\",\"2000\"\n\"2024-07-08T07:25:00.000Z\",\"0.000793\",\"0.00051\",\"2000\"\n\"2024-07-08T07:30:00.000Z\",\"0.001006\",\"0.000782\",\"2000\"\n\"2024-07-08T07:35:00.000Z\",\"0.001122\",\"0.000964\",\"2000\"\n\"2024-07-08T07:40:00.000Z\",\"0.001222\",\"0.000958\",\"2000\"\n\"2024-07-08T07:45:00.000Z\",\"0.00103\",\"0.000787\",\"2000\"\n\"2024-07-08T07:50:00.000Z\",\"0.001169\",\"0.000889\",\"2000\"\n\"2024-07-08T07:55:00.000Z\",\"0.001013\",\"0.000789\",\"2000\"\n\"2024-07-08T08:00:00.000Z\",\"0.00138\",\"0.00113\",\"2000\"\n\"2024-07-08T08:05:00.000Z\",\"0.001101\",\"0.000883\",\"2000\"\n\"2024-07-08T08:10:00.000Z\",\"0.001243\",\"0.000947\",\"2000\"\n\"2024-07-08T08:15:00.000Z\",\"0.002091\",\"0.001869\",\"2000\"\n\"2024-07-08T08:20:00.000Z\",\"0.002181\",\"0.002011\",\"2000\"\n\"2024-07-08T08:25:00.000Z\",\"0.001178\",\"0.000881\",\"2000\"\n\"2024-07-08T08:30:00.000Z\",\"0.00112\",\"0.000831\",\"2000\"\n\"2024-07-08T08:35:00.000Z\",\"0.001101\",\"0.000856\",\"2000\"\n\"2024-07-08T08:40:00.000Z\",\"0.001072\",\"0.000851\",\"2000\"\n\"2024-07-08T08:45:00.000Z\",\"0.001298\",\"0.001033\",\"2000\"\n\"2024-07-08T08:50:00.000Z\",\"0.001421\",\"0.001167\",\"2000\"\n\"2024-07-08T08:55:00.000Z\",\"0.001155\",\"0.000985\",\"2000\"\n\"2024-07-08T09:00:00.000Z\",\"0.001165\",\"0.000861\",\"2000\"\n\"2024-07-08T09:05:00.000Z\",\"0.001112\",\"0.000922\",\"2000\"\n\"2024-07-08T09:10:00.000Z\",\"0.001118\",\"0.000804\",\"2000\"\n\"2024-07-08T09:15:00.000Z\",\"0.001083\",\"0.000859\",\"2000\"\n\"2024-07-08T09:20:00.000Z\",\"0.001067\",\"0.000759\",\"2000\"\n\"2024-07-08T09:25:00.000Z\",\"0.001236\",\"0.000973\",\"2000\"\n\"2024-07-08T09:30:00.000Z\",\"0.001352\",\"0.001039\",\"2000\"\n\"2024-07-08T09:35:00.000Z\",\"0.001206\",\"0.001029\",\"2000\"\n\"2024-07-08T09:40:00.000Z\",\"0.001223\",\"0.000914\",\"2000\"\n\"2024-07-08T09:45:00.000Z\",\"0.001053\",\"0.000816\",\"2000\"\n\"2024-07-08T09:50:00.000Z\",\"0.000922\",\"0.000661\",\"2000\"\n\"2024-07-08T09:55:00.000Z\",\"0.00133\",\"0.001016\",\"2000\"\n\"2024-07-08T10:00:00.000Z\",\"0.001187\",\"0.000914\",\"2000\"\n\"2024-07-08T10:05:00.000Z\",\"0.001148\",\"0.000839\",\"2000\"\n\"2024-07-08T10:10:00.000Z\",\"0.001052\",\"0.000942\",\"2000\"\n\"2024-07-08T10:15:00.000Z\",\"0.001382\",\"0.001079\",\"2000\"\n\"2024-07-08T10:20:00.000Z\",\"0.001132\",\"0.000893\",\"2000\"\n\"2024-07-08T10:25:00.000Z\",\"0.002177\",\"0.001757\",\"2000\"\n\"2024-07-08T10:30:00.000Z\",\"0.001317\",\"0.001036\",\"2000\"\n\"2024-07-08T10:35:00.000Z\",\"0.001276\",\"0.000956\",\"2000\"\n\"2024-07-08T10:40:00.000Z\",\"0.001604\",\"0.001301\",\"2000\"\n\"2024-07-08T10:45:00.000Z\",\"0.001327\",\"0.001072\",\"2000\"\n\"2024-07-08T10:50:00.000Z\",\"0.001237\",\"0.000932\",\"2000\"\n\"2024-07-08T10:55:00.000Z\",\"0.001972\",\"0.001623\",\"2000\"\n\"2024-07-08T11:00:00.000Z\",\"0.00115\",\"0.000916\",\"2000\"\n\"2024-07-08T11:05:00.000Z\",\"0.001648\",\"0.001253\",\"2000\"\n\"2024-07-08T11:10:00.000Z\",\"0.002151\",\"0.001556\",\"2000\"\n\"2024-07-08T11:15:00.000Z\",\"0.001661\",\"0.001163\",\"2000\"\n\"2024-07-08T11:20:00.000Z\",\"0.003026\",\"0.002472\",\"2000\"\n\"2024-07-08T11:25:00.000Z\",\"0.00587\",\"0.004978\",\"2000\"\n\"2024-07-08T11:30:00.000Z\",\"0.006893\",\"0.00588\",\"2000\"\n\"2024-07-08T11:35:00.000Z\",\"0.004639\",\"0.003778\",\"2000\"\n\"2024-07-08T11:40:00.000Z\",\"0.00211\",\"0.001753\",\"2000\"\n\"2024-07-08T11:45:00.000Z\",\"0.002446\",\"0.002056\",\"2000\"\n\"2024-07-08T11:50:00.000Z\",\"0.00536\",\"0.004772\",\"2000\"\n\"2024-07-08T11:55:00.000Z\",\"0.005434\",\"0.004868\",\"2000\"\n\"2024-07-08T12:00:00.000Z\",\"0.006997\",\"0.006521\",\"2000\"\n\"2024-07-08T12:05:00.000Z\",\"0.005375\",\"0.004754\",\"2000\"\n\"2024-07-08T12:10:00.000Z\",\"0.005385\",\"0.004759\",\"2000\"\n\"2024-07-08T12:15:00.000Z\",\"0.005019\",\"0.004386\",\"2000\"\n\"2024-07-08T12:20:00.000Z\",\"0.005316\",\"0.004765\",\"2000\"\n\"2024-07-08T12:25:00.000Z\",\"0.005911\",\"0.005191\",\"2000\"\n\"2024-07-08T12:30:00.000Z\",\"0.002813\",\"0.002412\",\"2000\"\n\"2024-07-08T12:35:00.000Z\",\"0.001156\",\"0.000898\",\"2000\"\n\"2024-07-08T12:40:00.000Z\",\"0.002176\",\"0.001853\",\"2000\"\n\"2024-07-08T12:45:00.000Z\",\"0.001513\",\"0.001293\",\"2000\"\n\"2024-07-08T12:50:00.000Z\",\"0.000939\",\"0.000566\",\"2000\"\n\"2024-07-08T12:55:00.000Z\",\"0.001678\",\"0.001341\",\"2000\"\n\"2024-07-08T13:00:00.000Z\",\"0.001303\",\"0.000965\",\"2000\"\n\"2024-07-08T13:05:00.000Z\",\"0.001263\",\"0.001017\",\"2000\"\n\"2024-07-08T13:10:00.000Z\",\"0.001833\",\"0.001422\",\"2000\"\n\"2024-07-08T13:15:00.000Z\",\"0.001184\",\"0.000939\",\"2000\"\n\"2024-07-08T13:20:00.000Z\",\"0.001477\",\"0.001149\",\"2000\"\n\"2024-07-08T13:25:00.000Z\",\"0.001937\",\"0.00153\",\"2000\"\n\"2024-07-08T13:30:00.000Z\",\"0.002433\",\"0.00195\",\"2000\"\n\"2024-07-08T13:35:00.000Z\",\"0.00118\",\"0.000867\",\"2000\"\n\"2024-07-08T13:40:00.000Z\",\"0.001928\",\"0.001453\",\"2000\"\n\"2024-07-08T13:45:00.000Z\",\"0.002046\",\"0.001538\",\"2000\"\n\"2024-07-08T13:50:00.000Z\",\"0.001361\",\"0.001087\",\"2000\"\n\"2024-07-08T13:55:00.000Z\",\"0.001645\",\"0.001306\",\"2000\"\n\"2024-07-08T14:00:00.000Z\",\"0.002196\",\"0.001889\",\"2000\"\n\"2024-07-08T14:05:00.000Z\",\"0.001363\",\"0.001041\",\"2000\"\n\"2024-07-08T14:10:00.000Z\",\"0.001497\",\"0.001169\",\"2000\"\n\"2024-07-08T14:15:00.000Z\",\"0.001544\",\"0.001233\",\"2000\"\n\"2024-07-08T14:20:00.000Z\",\"0.001654\",\"0.001302\",\"2000\"\n\"2024-07-08T14:25:00.000Z\",\"0.001864\",\"0.001413\",\"2000\"\n\"2024-07-08T14:30:00.000Z\",\"0.001602\",\"0.00137\",\"2000\"\n\"2024-07-08T14:35:00.000Z\",\"0.001442\",\"0.001144\",\"2000\"\n\"2024-07-08T14:40:00.000Z\",\"0.002\",\"0.00164\",\"2000\"\n\"2024-07-08T14:45:00.000Z\",\"0.001509\",\"0.001176\",\"2000\"\n\"2024-07-08T14:50:00.000Z\",\"0.0014\",\"0.001047\",\"2000\"\n\"2024-07-08T14:55:00.000Z\",\"0.001963\",\"0.001453\",\"2000\"\n\"2024-07-08T15:00:00.000Z\",\"0.001585\",\"0.001253\",\"2000\"\n\"2024-07-08T15:05:00.000Z\",\"0.001835\",\"0.00145\",\"2000\"\n\"2024-07-08T15:10:00.000Z\",\"0.00115\",\"0.000874\",\"2000\"\n\"2024-07-08T15:15:00.000Z\",\"0.001573\",\"0.001295\",\"2000\"\n\"2024-07-08T15:20:00.000Z\",\"0.001919\",\"0.001563\",\"2000\"\n\"2024-07-08T15:25:00.000Z\",\"0.00146\",\"0.001079\",\"2000\"\n\"2024-07-08T15:30:00.000Z\",\"0.001188\",\"0.000908\",\"2000\"\n\"2024-07-08T15:35:00.000Z\",\"0.001917\",\"0.001512\",\"2000\"\n\"2024-07-08T15:40:00.000Z\",\"0.001271\",\"0.001026\",\"2000\"\n\"2024-07-08T15:45:00.000Z\",\"0.001511\",\"0.001173\",\"2000\"\n\"2024-07-08T15:50:00.000Z\",\"0.001567\",\"0.001129\",\"2000\"\n\"2024-07-08T15:55:00.000Z\",\"0.000882\",\"0.000645\",\"2000\"\n\"2024-07-08T16:00:00.000Z\",\"0.002709\",\"0.002323\",\"2000\"\n\"2024-07-08T16:05:00.000Z\",\"0.002396\",\"0.002087\",\"2000\"\n\"2024-07-08T16:10:00.000Z\",\"0.002267\",\"0.001577\",\"2000\"\n\"2024-07-08T16:15:00.000Z\",\"0.001235\",\"0.000919\",\"2000\"\n\"2024-07-08T16:20:00.000Z\",\"0.001354\",\"0.001104\",\"2000\"\n\"2024-07-08T16:25:00.000Z\",\"0.001996\",\"0.00168\",\"2000\"\n\"2024-07-08T16:30:00.000Z\",\"0.002327\",\"0.002082\",\"2000\"\n\"2024-07-08T16:35:00.000Z\",\"0.001326\",\"0.001004\",\"2000\"\n\"2024-07-08T16:40:00.000Z\",\"0.001299\",\"0.000976\",\"2000\"\n\"2024-07-08T16:45:00.000Z\",\"0.001272\",\"0.001054\",\"2000\"\n\"2024-07-08T16:50:00.000Z\",\"0.001317\",\"0.000966\",\"2000\"\n\"2024-07-08T16:55:00.000Z\",\"0.001136\",\"0.000895\",\"2000\"\n\"2024-07-08T17:00:00.000Z\",\"0.001249\",\"0.000911\",\"2000\"\n\"2024-07-08T17:05:00.000Z\",\"0.001465\",\"0.001235\",\"2000\"\n\"2024-07-08T17:10:00.000Z\",\"0.001276\",\"0.000928\",\"2000\"\n\"2024-07-08T17:15:00.000Z\",\"0.001197\",\"0.000897\",\"2000\"\n\"2024-07-08T17:20:00.000Z\",\"0.001385\",\"0.001017\",\"2000\"\n\"2024-07-08T17:25:00.000Z\",\"0.001386\",\"0.001189\",\"2000\"\n\"2024-07-08T17:30:00.000Z\",\"0.001315\",\"0.000974\",\"2000\"\n\"2024-07-08T17:35:00.000Z\",\"0.001168\",\"0.000871\",\"2000\"\n\"2024-07-08T17:40:00.000Z\",\"0.001255\",\"0.000979\",\"2000\"\n\"2024-07-08T17:45:00.000Z\",\"0.001359\",\"0.001049\",\"2000\"\n\"2024-07-08T17:50:00.000Z\",\"0.001599\",\"0.001324\",\"2000\"\n\"2024-07-08T17:55:00.000Z\",\"0.002887\",\"0.002436\",\"2000\"\n\"2024-07-08T18:00:00.000Z\",\"0.002859\",\"0.002426\",\"2000\"\n\"2024-07-08T18:05:00.000Z\",\"0.001374\",\"0.001084\",\"2000\"\n\"2024-07-08T18:10:00.000Z\",\"0.00144\",\"0.001184\",\"2000\"\n\"2024-07-08T18:15:00.000Z\",\"0.001155\",\"0.000918\",\"2000\"\n\"2024-07-08T18:20:00.000Z\",\"0.001334\",\"0.001027\",\"2000\"\n\"2024-07-08T18:25:00.000Z\",\"0.001374\",\"0.001087\",\"2000\"\n\"2024-07-08T18:30:00.000Z\",\"0.001382\",\"0.001139\",\"2000\"\n\"2024-07-08T18:35:00.000Z\",\"0.001357\",\"0.001082\",\"2000\"\n\"2024-07-08T18:40:00.000Z\",\"0.001321\",\"0.000972\",\"2000\"\n\"2024-07-08T18:45:00.000Z\",\"0.001306\",\"0.000996\",\"2000\"\n\"2024-07-08T18:50:00.000Z\",\"0.000931\",\"0.000638\",\"2000\"\n\"2024-07-08T18:55:00.000Z\",\"0.001395\",\"0.001037\",\"2000\"\n\"2024-07-08T19:00:00.000Z\",\"0.001282\",\"0.00104\",\"2000\"\n\"2024-07-08T19:05:00.000Z\",\"0.001312\",\"0.001058\",\"2000\"\n\"2024-07-08T19:10:00.000Z\",\"0.001208\",\"0.000933\",\"2000\"\n\"2024-07-08T19:15:00.000Z\",\"0.001343\",\"0.001047\",\"2000\"\n\"2024-07-08T19:20:00.000Z\",\"0.001236\",\"0.000933\",\"2000\"\n\"2024-07-08T19:25:00.000Z\",\"0.001234\",\"0.000965\",\"2000\"\n\"2024-07-08T19:30:00.000Z\",\"0.001285\",\"0.000939\",\"2000\"\n\"2024-07-08T19:35:00.000Z\",\"0.005182\",\"0.004479\",\"2000\"\n\"2024-07-08T19:40:00.000Z\",\"0.00348\",\"0.003048\",\"2000\"\n\"2024-07-08T19:45:00.000Z\",\"0.001303\",\"0.001006\",\"2000\"\n\"2024-07-08T19:50:00.000Z\",\"0.001284\",\"0.000943\",\"2000\"\n\"2024-07-08T19:55:00.000Z\",\"0.001328\",\"0.001002\",\"2000\"\n\"2024-07-08T20:00:00.000Z\",\"0.001214\",\"0.001006\",\"2000\"\n\"2024-07-08T20:05:00.000Z\",\"0.001295\",\"0.001045\",\"2000\"\n\"2024-07-08T20:10:00.000Z\",\"0.001346\",\"0.001007\",\"2000\"\n\"2024-07-08T20:15:00.000Z\",\"0.001381\",\"0.001204\",\"2000\"\n\"2024-07-08T20:20:00.000Z\",\"0.001302\",\"0.000999\",\"2000\"\n\"2024-07-08T20:25:00.000Z\",\"0.001362\",\"0.001106\",\"2000\"\n\"2024-07-08T20:30:00.000Z\",\"0.001302\",\"0.000974\",\"2000\"\n\"2024-07-08T20:35:00.000Z\",\"0.001203\",\"0.000938\",\"2000\"\n\"2024-07-08T20:40:00.000Z\",\"0.001682\",\"0.001455\",\"2000\"\n\"2024-07-08T20:45:00.000Z\",\"0.001358\",\"0.001046\",\"2000\"\n\"2024-07-08T20:50:00.000Z\",\"0.001234\",\"0.000963\",\"2000\"\n\"2024-07-08T20:55:00.000Z\",\"0.001253\",\"0.00096\",\"2000\"\n\"2024-07-08T21:00:00.000Z\",\"0.001441\",\"0.001165\",\"2000\"\n\"2024-07-08T21:05:00.000Z\",\"0.00157\",\"0.001319\",\"2000\"\n\"2024-07-08T21:10:00.000Z\",\"0.001327\",\"0.000991\",\"2000\"\n\"2024-07-08T21:15:00.000Z\",\"0.001401\",\"0.001067\",\"2000\"\n\"2024-07-08T21:20:00.000Z\",\"0.001131\",\"0.000876\",\"2000\"\n\"2024-07-08T21:25:00.000Z\",\"0.001388\",\"0.001067\",\"2000\"\n\"2024-07-08T21:30:00.000Z\",\"0.002848\",\"0.00261\",\"2000\"\n\"2024-07-08T21:35:00.000Z\",\"0.001307\",\"0.000976\",\"2000\"\n\"2024-07-08T21:40:00.000Z\",\"0.001168\",\"0.00094\",\"2000\"\n\"2024-07-08T21:45:00.000Z\",\"0.001251\",\"0.000959\",\"2000\"\n\"2024-07-08T21:50:00.000Z\",\"0.000847\",\"0.000652\",\"2000\"\n\"2024-07-08T21:55:00.000Z\",\"0.001304\",\"0.000903\",\"2000\"\n\"2024-07-08T22:00:00.000Z\",\"0.001122\",\"0.000883\",\"2000\"\n\"2024-07-08T22:05:00.000Z\",\"0.001349\",\"0.001024\",\"2000\"\n\"2024-07-08T22:10:00.000Z\",\"0.001558\",\"0.001346\",\"2000\"\n\"2024-07-08T22:15:00.000Z\",\"0.001344\",\"0.001037\",\"2000\"\n\"2024-07-08T22:20:00.000Z\",\"0.00118\",\"0.000911\",\"2000\"\n\"2024-07-08T22:25:00.000Z\",\"0.001374\",\"0.001071\",\"2000\"\n\"2024-07-08T22:30:00.000Z\",\"0.001264\",\"0.00101\",\"2000\"\n\"2024-07-08T22:35:00.000Z\",\"0.00118\",\"0.000868\",\"2000\"\n\"2024-07-08T22:40:00.000Z\",\"0.001245\",\"0.000971\",\"2000\"\n\"2024-07-08T22:45:00.000Z\",\"0.001355\",\"0.001096\",\"2000\"\n\"2024-07-08T22:50:00.000Z\",\"0.001246\",\"0.001011\",\"2000\"\n\"2024-07-08T22:55:00.000Z\",\"0.00137\",\"0.00106\",\"2000\"\n\"2024-07-08T23:00:00.000Z\",\"0.001113\",\"0.000859\",\"2000\"\n\"2024-07-08T23:05:00.000Z\",\"0.001312\",\"0.001037\",\"2000\"\n\"2024-07-08T23:10:00.000Z\",\"0.001284\",\"0.000984\",\"2000\"\n\"2024-07-08T23:15:00.000Z\",\"0.002176\",\"0.001602\",\"2000\"\n\"2024-07-08T23:20:00.000Z\",\"0.002253\",\"0.001582\",\"2000\"\n\"2024-07-08T23:25:00.000Z\",\"0.002181\",\"0.001689\",\"2000\"\n\"2024-07-08T23:30:00.000Z\",\"0.00227\",\"0.001732\",\"2000\"\n\"2024-07-08T23:35:00.000Z\",\"0.002006\",\"0.001621\",\"2000\"\n\"2024-07-08T23:40:00.000Z\",\"0.001277\",\"0.000926\",\"2000\"\n\"2024-07-08T23:45:00.000Z\",\"0.001318\",\"0.000987\",\"2000\"\n\"2024-07-08T23:50:00.000Z\",\"0.001345\",\"0.000999\",\"2000\"\n\"2024-07-08T23:55:00.000Z\",\"0.001151\",\"0.000933\",\"2000\"\n\"2024-07-09T00:00:00.000Z\",\"0.001368\",\"0.00101\",\"2000\"\n\"2024-07-09T00:05:00.000Z\",\"0.001424\",\"0.001057\",\"2000\"\n\"2024-07-09T00:10:00.000Z\",\"0.001328\",\"0.001064\",\"2000\"\n\"2024-07-09T00:15:00.000Z\",\"0.001316\",\"0.000983\",\"2000\"\n\"2024-07-09T00:20:00.000Z\",\"0.001249\",\"0.001012\",\"2000\"\n\"2024-07-09T00:25:00.000Z\",\"0.002905\",\"0.002608\",\"2000\"\n\"2024-07-09T00:30:00.000Z\",\"0.001445\",\"0.001126\",\"2000\"\n\"2024-07-09T00:35:00.000Z\",\"0.001226\",\"0.000949\",\"2000\"\n\"2024-07-09T00:40:00.000Z\",\"0.001698\",\"0.001498\",\"2000\"\n\"2024-07-09T00:45:00.000Z\",\"0.001479\",\"0.001423\",\"2000\"\n\"2024-07-09T00:50:00.000Z\",\"0.001021\",\"0.00077\",\"2000\"\n\"2024-07-09T00:55:00.000Z\",\"0.000991\",\"0.000633\",\"2000\"\n\"2024-07-09T01:00:00.000Z\",\"0.001002\",\"0.000754\",\"2000\"\n\"2024-07-09T01:05:00.000Z\",\"0.001124\",\"0.000933\",\"2000\"\n\"2024-07-09T01:10:00.000Z\",\"0.001281\",\"0.000948\",\"2000\"\n\"2024-07-09T01:15:00.000Z\",\"0.001283\",\"0.000938\",\"2000\"\n\"2024-07-09T01:20:00.000Z\",\"0.001511\",\"0.001316\",\"2000\"\n\"2024-07-09T01:25:00.000Z\",\"0.001373\",\"0.001128\",\"2000\"\n\"2024-07-09T01:30:00.000Z\",\"0.001265\",\"0.000935\",\"2000\"\n\"2024-07-09T01:35:00.000Z\",\"0.001263\",\"0.000974\",\"2000\"\n\"2024-07-09T01:40:00.000Z\",\"0.001327\",\"0.000989\",\"2000\"\n\"2024-07-09T01:45:00.000Z\",\"0.001282\",\"0.000985\",\"2000\"\n\"2024-07-09T01:50:00.000Z\",\"0.001072\",\"0.00081\",\"2000\"\n\"2024-07-09T01:55:00.000Z\",\"0.001362\",\"0.001035\",\"2000\"\n\"2024-07-09T02:00:00.000Z\",\"0.001323\",\"0.001013\",\"2000\"\n\"2024-07-09T02:05:00.000Z\",\"0.0014\",\"0.001121\",\"2000\"\n\"2024-07-09T02:10:00.000Z\",\"0.001225\",\"0.000981\",\"2000\"\n\"2024-07-09T02:15:00.000Z\",\"0.001178\",\"0.000854\",\"2000\"\n\"2024-07-09T02:20:00.000Z\",\"0.00114\",\"0.000893\",\"2000\"\n\"2024-07-09T02:25:00.000Z\",\"0.001294\",\"0.000988\",\"2000\"\n\"2024-07-09T02:30:00.000Z\",\"0.002236\",\"0.002019\",\"2000\"\n\"2024-07-09T02:35:00.000Z\",\"0.001945\",\"0.001656\",\"2000\"\n\"2024-07-09T02:40:00.000Z\",\"0.001085\",\"0.000829\",\"2000\"\n\"2024-07-09T02:45:00.000Z\",\"0.001149\",\"0.000874\",\"2000\"\n\"2024-07-09T02:50:00.000Z\",\"0.001259\",\"0.000969\",\"2000\"\n\"2024-07-09T02:55:00.000Z\",\"0.001325\",\"0.000968\",\"2000\"\n\"2024-07-09T03:00:00.000Z\",\"0.001199\",\"0.000901\",\"2000\"\n\"2024-07-09T03:05:00.000Z\",\"0.001076\",\"0.000835\",\"2000\"\n\"2024-07-09T03:10:00.000Z\",\"0.00145\",\"0.001251\",\"2000\"\n\"2024-07-09T03:15:00.000Z\",\"0.001272\",\"0.000911\",\"2000\"\n\"2024-07-09T03:20:00.000Z\",\"0.001223\",\"0.001004\",\"2000\"\n\"2024-07-09T03:25:00.000Z\",\"0.00192\",\"0.001644\",\"2000\"\n\"2024-07-09T03:30:00.000Z\",\"0.001258\",\"0.001066\",\"2000\"\n\"2024-07-09T03:35:00.000Z\",\"0.001312\",\"0.000981\",\"2000\"\n\"2024-07-09T03:40:00.000Z\",\"0.001187\",\"0.000884\",\"2000\"\n\"2024-07-09T03:45:00.000Z\",\"0.000646\",\"0.000437\",\"2000\"\n\"2024-07-09T03:50:00.000Z\",\"0.00097\",\"0.000772\",\"2000\"\n\"2024-07-09T03:55:00.000Z\",\"0.002154\",\"0.0018\",\"2000\"\n\"2024-07-09T04:00:00.000Z\",\"0.001375\",\"0.001162\",\"2000\"\n\"2024-07-09T04:05:00.000Z\",\"0.00075\",\"0.000544\",\"2000\"\n\"2024-07-09T04:10:00.000Z\",\"0.000813\",\"0.000604\",\"2000\"\n\"2024-07-09T04:15:00.000Z\",\"0.001084\",\"0.000783\",\"2000\"\n\"2024-07-09T04:20:00.000Z\",\"0.000967\",\"0.000681\",\"2000\"\n\"2024-07-09T04:25:00.000Z\",\"0.001323\",\"0.001118\",\"2000\"\n\"2024-07-09T04:30:00.000Z\",\"0.001361\",\"0.001098\",\"2000\"\n\"2024-07-09T04:35:00.000Z\",\"0.001553\",\"0.001269\",\"2000\"\n\"2024-07-09T04:40:00.000Z\",\"0.0013\",\"0.001053\",\"2000\"\n\"2024-07-09T04:45:00.000Z\",\"0.001433\",\"0.001066\",\"2000\"\n\"2024-07-09T04:50:00.000Z\",\"0.001274\",\"0.001014\",\"2000\"\n\"2024-07-09T04:55:00.000Z\",\"0.001269\",\"0.000932\",\"2000\"\n\"2024-07-09T05:00:00.000Z\",\"0.001239\",\"0.001008\",\"2000\"\n\"2024-07-09T05:05:00.000Z\",\"0.00159\",\"0.001283\",\"2000\"\n\"2024-07-09T05:10:00.000Z\",\"0.001191\",\"0.000969\",\"2000\"\n\"2024-07-09T05:15:00.000Z\",\"0.001406\",\"0.001118\",\"2000\"\n\"2024-07-09T05:20:00.000Z\",\"0.001488\",\"0.001194\",\"2000\"\n\"2024-07-09T05:25:00.000Z\",\"0.001253\",\"0.000976\",\"2000\"\n\"2024-07-09T05:30:00.000Z\",\"0.001383\",\"0.001054\",\"2000\"\n\"2024-07-09T05:35:00.000Z\",\"0.001213\",\"0.000907\",\"2000\"\n\"2024-07-09T05:40:00.000Z\",\"0.001289\",\"0.001023\",\"2000\"\n\"2024-07-09T05:45:00.000Z\",\"0.001256\",\"0.000927\",\"2000\"\n\"2024-07-09T05:50:00.000Z\",\"0.001338\",\"0.001032\",\"2000\"\n\"2024-07-09T05:55:00.000Z\",\"0.001113\",\"0.000862\",\"2000\"\n\"2024-07-09T06:00:00.000Z\",\"0.001252\",\"0.000975\",\"2000\"\n\"2024-07-09T06:05:00.000Z\",\"0.001407\",\"0.001145\",\"2000\"\n\"2024-07-09T06:10:00.000Z\",\"0.001286\",\"0.001002\",\"2000\"\n\"2024-07-09T06:15:00.000Z\",\"0.001245\",\"0.000978\",\"2000\"\n\"2024-07-09T06:20:00.000Z\",\"0.001172\",\"0.000902\",\"2000\"\n\"2024-07-09T06:25:00.000Z\",\"0.001413\",\"0.001133\",\"2000\"\n\"2024-07-09T06:30:00.000Z\",\"0.001435\",\"0.001138\",\"2000\"\n\"2024-07-09T06:35:00.000Z\",\"0.001206\",\"0.000915\",\"2000\"\n\"2024-07-09T06:40:00.000Z\",\"0.001287\",\"0.000921\",\"2000\"\n\"2024-07-09T06:45:00.000Z\",\"0.001168\",\"0.000834\",\"2000\"\n\"2024-07-09T06:50:00.000Z\",\"0.001279\",\"0.000995\",\"2000\"\n\"2024-07-09T06:55:00.000Z\",\"0.001118\",\"0.000899\",\"2000\"\n\"2024-07-09T07:00:00.000Z\",\"0.001218\",\"0.00088\",\"2000\"\n\"2024-07-09T07:05:00.000Z\",\"0.001363\",\"0.001093\",\"2000\"\n\"2024-07-09T07:10:00.000Z\",\"0.001263\",\"0.001124\",\"2000\"\n\"2024-07-09T07:15:00.000Z\",\"0.001318\",\"0.000998\",\"2000\"\n\"2024-07-09T07:20:00.000Z\",\"0.001305\",\"0.000958\",\"2000\"\n\"2024-07-09T07:25:00.000Z\",\"0.001199\",\"0.000945\",\"2000\"\n\"2024-07-09T07:30:00.000Z\",\"0.001079\",\"0.000764\",\"2000\"\n\"2024-07-09T07:35:00.000Z\",\"0.001061\",\"0.000823\",\"2000\"\n\"2024-07-09T07:40:00.000Z\",\"0.001434\",\"0.001155\",\"2000\"\n\"2024-07-09T07:45:00.000Z\",\"0.001359\",\"0.001085\",\"2000\"\n\"2024-07-09T07:50:00.000Z\",\"0.001252\",\"0.000928\",\"2000\"\n\"2024-07-09T07:55:00.000Z\",\"0.001246\",\"0.001025\",\"2000\"\n\"2024-07-09T08:00:00.000Z\",\"0.001277\",\"0.00093\",\"2000\"\n\"2024-07-09T08:05:00.000Z\",\"0.001228\",\"0.000913\",\"2000\"\n\"2024-07-09T08:10:00.000Z\",\"0.001199\",\"0.000913\",\"2000\"\n\"2024-07-09T08:15:00.000Z\",\"0.001454\",\"0.001215\",\"2000\"\n\"2024-07-09T08:20:00.000Z\",\"0.001312\",\"0.00102\",\"2000\"\n\"2024-07-09T08:25:00.000Z\",\"0.001125\",\"0.00085\",\"2000\"\n\"2024-07-09T08:30:00.000Z\",\"0.0012\",\"0.000897\",\"2000\"\n\"2024-07-09T08:35:00.000Z\",\"0.001188\",\"0.000968\",\"2000\"\n\"2024-07-09T08:40:00.000Z\",\"0.00124\",\"0.000911\",\"2000\"\n\"2024-07-09T08:45:00.000Z\",\"0.001204\",\"0.000967\",\"2000\"\n\"2024-07-09T08:50:00.000Z\",\"0.001582\",\"0.001162\",\"2000\"\n\"2024-07-09T08:55:00.000Z\",\"0.001346\",\"0.001106\",\"2000\"\n\"2024-07-09T09:00:00.000Z\",\"0.001183\",\"0.000951\",\"2000\"\n\"2024-07-09T09:05:00.000Z\",\"0.001232\",\"0.000897\",\"2000\"\n\"2024-07-09T09:10:00.000Z\",\"0.001184\",\"0.000871\",\"2000\"\n\"2024-07-09T09:15:00.000Z\",\"0.001152\",\"0.000838\",\"2000\"\n\"2024-07-09T09:20:00.000Z\",\"0.001221\",\"0.001014\",\"2000\"\n\"2024-07-09T09:25:00.000Z\",\"0.001164\",\"0.000843\",\"2000\"\n\"2024-07-09T09:30:00.000Z\",\"0.001282\",\"0.000994\",\"2000\"\n\"2024-07-09T09:35:00.000Z\",\"0.001178\",\"0.00088\",\"2000\"\n\"2024-07-09T09:40:00.000Z\",\"0.004862\",\"0.004469\",\"2000\"\n\"2024-07-09T09:45:00.000Z\",\"0.004987\",\"0.004457\",\"2000\"\n\"2024-07-09T09:50:00.000Z\",\"0.004942\",\"0.004412\",\"2000\"\n\"2024-07-09T09:55:00.000Z\",\"0.004475\",\"0.004026\",\"2000\"\n\"2024-07-09T10:00:00.000Z\",\"0.002177\",\"0.001891\",\"2000\"\n\"2024-07-09T10:05:00.000Z\",\"0.002253\",\"0.001847\",\"2000\"\n\"2024-07-09T10:10:00.000Z\",\"0.00294\",\"0.002589\",\"2000\"\n\"2024-07-09T10:15:00.000Z\",\"0.002206\",\"0.001895\",\"2000\"\n\"2024-07-09T10:20:00.000Z\",\"0.002542\",\"0.002108\",\"2000\"\n\"2024-07-09T10:25:00.000Z\",\"0.002246\",\"0.002419\",\"2000\"\n\"2024-07-09T10:30:00.000Z\",\"0.002451\",\"0.002002\",\"2000\"\n\"2024-07-09T10:35:00.000Z\",\"0.002315\",\"0.001978\",\"2000\"\n\"2024-07-09T10:40:00.000Z\",\"0.002553\",\"0.002147\",\"2000\"\n\"2024-07-09T10:45:00.000Z\",\"0.001734\",\"0.001353\",\"2000\"\n\"2024-07-09T10:50:00.000Z\",\"0.002933\",\"0.002478\",\"2000\"\n\"2024-07-09T10:55:00.000Z\",\"0.002469\",\"0.002158\",\"2000\"\n\"2024-07-09T11:00:00.000Z\",\"0.002068\",\"0.001666\",\"2000\"\n\"2024-07-09T11:05:00.000Z\",\"0.002524\",\"0.002192\",\"2000\"\n\"2024-07-09T11:10:00.000Z\",\"0.00282\",\"0.00246\",\"2000\"\n\"2024-07-09T11:15:00.000Z\",\"0.002578\",\"0.002159\",\"2000\"\n\"2024-07-09T11:20:00.000Z\",\"0.003225\",\"0.002821\",\"2000\"\n\"2024-07-09T11:25:00.000Z\",\"0.002467\",\"0.002155\",\"2000\"\n\"2024-07-09T11:30:00.000Z\",\"0.002856\",\"0.002525\",\"2000\"\n\"2024-07-09T11:35:00.000Z\",\"0.002519\",\"0.002114\",\"2000\"\n\"2024-07-09T11:40:00.000Z\",\"0.002877\",\"0.002537\",\"2000\"\n\"2024-07-09T11:45:00.000Z\",\"0.002336\",\"0.001921\",\"2000\"\n\"2024-07-09T11:50:00.000Z\",\"0.00264\",\"0.002435\",\"2000\"\n\"2024-07-09T11:55:00.000Z\",\"0.002403\",\"0.002007\",\"2000\"\n\"2024-07-09T12:00:00.000Z\",\"0.003137\",\"0.002788\",\"2000\"\n\"2024-07-09T12:05:00.000Z\",\"0.003497\",\"0.003049\",\"2000\"\n\"2024-07-09T12:10:00.000Z\",\"0.005039\",\"0.004609\",\"2000\"\n\"2024-07-09T12:15:00.000Z\",\"0.003271\",\"0.002813\",\"2000\"\n\"2024-07-09T12:20:00.000Z\",\"0.001274\",\"0.000996\",\"2000\"\n\"2024-07-09T12:25:00.000Z\",\"0.001034\",\"0.000749\",\"2000\"\n\"2024-07-09T12:30:00.000Z\",\"0.001064\",\"0.000746\",\"2000\"\n\"2024-07-09T12:35:00.000Z\",\"0.001185\",\"0.00089\",\"2000\"\n\"2024-07-09T12:40:00.000Z\",\"0.001312\",\"0.001044\",\"2000\"\n\"2024-07-09T12:45:00.000Z\",\"0.001043\",\"0.000802\",\"2000\"\n\"2024-07-09T12:50:00.000Z\",\"0.001176\",\"0.000911\",\"2000\"\n\"2024-07-09T12:55:00.000Z\",\"0.001196\",\"0.000999\",\"2000\"\n\"2024-07-09T13:00:00.000Z\",\"0.001077\",\"0.000773\",\"2000\"\n\"2024-07-09T13:05:00.000Z\",\"0.001162\",\"0.000842\",\"2000\"\n\"2024-07-09T13:10:00.000Z\",\"0.000915\",\"0.000686\",\"2000\"\n\"2024-07-09T13:15:00.000Z\",\"0.001437\",\"0.001119\",\"2000\"\n\"2024-07-09T13:20:00.000Z\",\"0.001276\",\"0.000985\",\"2000\"\n\"2024-07-09T13:25:00.000Z\",\"0.001077\",\"0.00083\",\"2000\"\n\"2024-07-09T13:30:00.000Z\",\"0.000917\",\"0.000702\",\"2000\"\n\"2024-07-09T13:35:00.000Z\",\"0.000821\",\"0.000511\",\"2000\"\n\"2024-07-09T13:40:00.000Z\",\"0.000983\",\"0.000791\",\"2000\"\n\"2024-07-09T13:45:00.000Z\",\"0.001057\",\"0.000764\",\"2000\"\n\"2024-07-09T13:50:00.000Z\",\"0.001046\",\"0.000757\",\"2000\"\n\"2024-07-09T13:55:00.000Z\",\"0.001205\",\"0.000981\",\"2000\"\n\"2024-07-09T14:00:00.000Z\",\"0.001144\",\"0.000957\",\"2000\"\n\"2024-07-09T14:05:00.000Z\",\"0.001308\",\"0.001035\",\"2000\"\n\"2024-07-09T14:10:00.000Z\",\"0.00108\",\"0.000765\",\"2000\"\n\"2024-07-09T14:15:00.000Z\",\"0.001037\",\"0.000803\",\"2000\"\n\"2024-07-09T14:20:00.000Z\",\"0.002908\",\"0.00258\",\"2000\"\n\"2024-07-09T14:25:00.000Z\",\"0.001263\",\"0.000983\",\"2000\"\n\"2024-07-09T14:30:00.000Z\",\"0.001053\",\"0.000777\",\"2000\"\n\"2024-07-09T14:35:00.000Z\",\"0.001213\",\"0.000891\",\"2000\"\n\"2024-07-09T14:40:00.000Z\",\"0.001164\",\"0.000946\",\"2000\"\n\"2024-07-09T14:45:00.000Z\",\"0.001192\",\"0.000862\",\"2000\"\n\"2024-07-09T14:50:00.000Z\",\"0.001018\",\"0.000751\",\"2000\"\n\"2024-07-09T14:55:00.000Z\",\"0.001171\",\"0.000877\",\"2000\"\n\"2024-07-09T15:00:00.000Z\",\"0.001182\",\"0.00084\",\"2000\"\n\"2024-07-09T15:05:00.000Z\",\"0.001143\",\"0.000871\",\"2000\"\n\"2024-07-09T15:10:00.000Z\",\"0.001165\",\"0.00098\",\"2000\"\n\"2024-07-09T15:15:00.000Z\",\"0.001082\",\"0.000775\",\"2000\"\n\"2024-07-09T15:20:00.000Z\",\"0.001138\",\"0.000946\",\"2000\"\n\"2024-07-09T15:25:00.000Z\",\"0.001152\",\"0.000785\",\"2000\"\n\"2024-07-09T15:30:00.000Z\",\"0.001206\",\"0.000874\",\"2000\"\n\"2024-07-09T15:35:00.000Z\",\"0.001022\",\"0.000781\",\"2000\"\n\"2024-07-09T15:40:00.000Z\",\"0.001199\",\"0.000892\",\"2000\"\n\"2024-07-09T15:45:00.000Z\",\"0.001085\",\"0.00084\",\"2000\"\n\"2024-07-09T15:50:00.000Z\",\"0.001295\",\"0.00106\",\"2000\"\n\"2024-07-09T15:55:00.000Z\",\"0.001225\",\"0.000882\",\"2000\"\n\"2024-07-09T16:00:00.000Z\",\"0.001119\",\"0.00092\",\"2000\"\n\"2024-07-09T16:05:00.000Z\",\"0.001168\",\"0.00084\",\"2000\"\n\"2024-07-09T16:10:00.000Z\",\"0.001193\",\"0.001052\",\"2000\"\n\"2024-07-09T16:15:00.000Z\",\"0.001229\",\"0.000843\",\"2000\"\n\"2024-07-09T16:20:00.000Z\",\"0.001459\",\"0.001144\",\"2000\"\n\"2024-07-09T16:25:00.000Z\",\"0.001559\",\"0.001149\",\"2000\"\n\"2024-07-09T16:30:00.000Z\",\"0.00084\",\"0.000665\",\"2000\"\n\"2024-07-09T16:35:00.000Z\",\"0.001368\",\"0.001096\",\"2000\"\n\"2024-07-09T16:40:00.000Z\",\"0.001329\",\"0.001017\",\"2000\"\n\"2024-07-09T16:45:00.000Z\",\"0.001013\",\"0.000765\",\"2000\"\n\"2024-07-09T16:50:00.000Z\",\"0.001553\",\"0.001162\",\"2000\"\n\"2024-07-09T16:55:00.000Z\",\"0.001142\",\"0.000939\",\"2000\"\n\"2024-07-09T17:00:00.000Z\",\"0.001507\",\"0.001147\",\"2000\"\n\"2024-07-09T17:05:00.000Z\",\"0.002003\",\"0.001597\",\"2000\"\n\"2024-07-09T17:10:00.000Z\",\"0.001271\",\"0.001015\",\"2000\"\n\"2024-07-09T17:15:00.000Z\",\"0.00192\",\"0.001643\",\"2000\"\n\"2024-07-09T17:20:00.000Z\",\"0.001534\",\"0.001178\",\"2000\"\n\"2024-07-09T17:25:00.000Z\",\"0.00109\",\"0.000814\",\"2000\"\n\"2024-07-09T17:30:00.000Z\",\"0.001093\",\"0.000822\",\"2000\"\n\"2024-07-09T17:35:00.000Z\",\"0.001458\",\"0.00112\",\"2000\"\n\"2024-07-09T17:40:00.000Z\",\"0.001302\",\"0.001018\",\"2000\"\n\"2024-07-09T17:45:00.000Z\",\"0.001551\",\"0.001245\",\"2000\"\n\"2024-07-09T17:50:00.000Z\",\"0.001259\",\"0.00105\",\"2000\"\n\"2024-07-09T17:55:00.000Z\",\"0.001389\",\"0.001094\",\"2000\"\n\"2024-07-09T18:00:00.000Z\",\"0.00138\",\"0.00106\",\"2000\"\n\"2024-07-09T18:05:00.000Z\",\"0.001363\",\"0.001019\",\"2000\"\n\"2024-07-09T18:10:00.000Z\",\"0.000887\",\"0.000659\",\"2000\"\n\"2024-07-09T18:15:00.000Z\",\"0.001015\",\"0.000694\",\"2000\"\n\"2024-07-09T18:20:00.000Z\",\"0.002211\",\"0.001866\",\"2000\"\n\"2024-07-09T18:25:00.000Z\",\"0.002333\",\"0.002176\",\"2000\"\n\"2024-07-09T18:30:00.000Z\",\"0.001685\",\"0.001359\",\"2000\"\n\"2024-07-09T18:35:00.000Z\",\"0.00124\",\"0.000899\",\"2000\"\n\"2024-07-09T18:40:00.000Z\",\"0.001215\",\"0.000963\",\"2000\"\n\"2024-07-09T18:45:00.000Z\",\"0.001863\",\"0.001494\",\"2000\"\n\"2024-07-09T18:50:00.000Z\",\"0.001065\",\"0.000821\",\"2000\"\n\"2024-07-09T18:55:00.000Z\",\"0.00124\",\"0.000902\",\"2000\"\n\"2024-07-09T19:00:00.000Z\",\"0.001284\",\"0.001032\",\"2000\"\n\"2024-07-09T19:05:00.000Z\",\"0.00177\",\"0.00143\",\"2000\"\n\"2024-07-09T19:10:00.000Z\",\"0.00145\",\"0.001154\",\"2000\"\n\"2024-07-09T19:15:00.000Z\",\"0.001171\",\"0.000839\",\"2000\"\n\"2024-07-09T19:20:00.000Z\",\"0.001116\",\"0.000823\",\"2000\"\n\"2024-07-09T19:25:00.000Z\",\"0.001412\",\"0.001149\",\"2000\"\n\"2024-07-09T19:30:00.000Z\",\"0.001748\",\"0.001319\",\"2000\"\n\"2024-07-09T19:35:00.000Z\",\"0.001097\",\"0.000723\",\"2000\"\n\"2024-07-09T19:40:00.000Z\",\"0.001406\",\"0.001124\",\"2000\"\n\"2024-07-09T19:45:00.000Z\",\"0.001353\",\"0.001029\",\"2000\"\n\"2024-07-09T19:50:00.000Z\",\"0.001513\",\"0.00124\",\"2000\"\n\"2024-07-09T19:55:00.000Z\",\"0.001661\",\"0.001359\",\"2000\"\n\"2024-07-09T20:00:00.000Z\",\"0.001453\",\"0.001113\",\"2000\"\n\"2024-07-09T20:05:00.000Z\",\"0.001146\",\"0.000884\",\"2000\"\n\"2024-07-09T20:10:00.000Z\",\"0.001653\",\"0.001359\",\"2000\"\n\"2024-07-09T20:15:00.000Z\",\"0.00224\",\"0.001757\",\"2000\"\n\"2024-07-09T20:20:00.000Z\",\"0.001257\",\"0.000944\",\"2000\"\n\"2024-07-09T20:25:00.000Z\",\"0.0013\",\"0.001085\",\"2000\"\n\"2024-07-09T20:30:00.000Z\",\"0.001163\",\"0.000835\",\"2000\"\n\"2024-07-09T20:35:00.000Z\",\"0.001692\",\"0.001518\",\"2000\"\n\"2024-07-09T20:40:00.000Z\",\"0.001655\",\"0.001284\",\"2000\"\n\"2024-07-09T20:45:00.000Z\",\"0.001103\",\"0.000836\",\"2000\"\n\"2024-07-09T20:50:00.000Z\",\"0.001186\",\"0.000928\",\"2000\"\n\"2024-07-09T20:55:00.000Z\",\"0.001774\",\"0.001522\",\"2000\"\n\"2024-07-09T21:00:00.000Z\",\"0.001719\",\"0.001345\",\"2000\"\n\"2024-07-09T21:05:00.000Z\",\"0.001332\",\"0.00111\",\"2000\"\n\"2024-07-09T21:10:00.000Z\",\"0.001197\",\"0.000879\",\"2000\"\n\"2024-07-09T21:15:00.000Z\",\"0.001321\",\"0.001109\",\"2000\"\n\"2024-07-09T21:20:00.000Z\",\"0.001505\",\"0.001148\",\"2000\"\n\"2024-07-09T21:25:00.000Z\",\"0.001301\",\"0.000933\",\"2000\"\n\"2024-07-09T21:30:00.000Z\",\"0.001506\",\"0.00119\",\"2000\"\n\"2024-07-09T21:35:00.000Z\",\"0.001155\",\"0.000894\",\"2000\"\n\"2024-07-09T21:40:00.000Z\",\"0.001509\",\"0.001244\",\"2000\"\n\"2024-07-09T21:45:00.000Z\",\"0.00198\",\"0.001589\",\"2000\"\n\"2024-07-09T21:50:00.000Z\",\"0.001429\",\"0.001101\",\"2000\"\n\"2024-07-09T21:55:00.000Z\",\"0.001115\",\"0.000807\",\"2000\"\n\"2024-07-09T22:00:00.000Z\",\"0.001392\",\"0.001075\",\"2000\"\n\"2024-07-09T22:05:00.000Z\",\"0.001039\",\"0.000804\",\"2000\"\n\"2024-07-09T22:10:00.000Z\",\"0.001426\",\"0.001077\",\"2000\"\n\"2024-07-09T22:15:00.000Z\",\"0.001261\",\"0.001053\",\"2000\"\n\"2024-07-09T22:20:00.000Z\",\"0.001263\",\"0.000997\",\"2000\"\n\"2024-07-09T22:25:00.000Z\",\"0.001187\",\"0.000913\",\"2000\"\n\"2024-07-09T22:30:00.000Z\",\"0.000873\",\"0.000603\",\"2000\"\n\"2024-07-09T22:35:00.000Z\",\"0.006344\",\"0.00558\",\"2000\"\n\"2024-07-09T22:40:00.000Z\",\"0.006461\",\"0.0055\",\"2000\"\n\"2024-07-09T22:45:00.000Z\",\"0.006172\",\"0.005296\",\"2000\"\n\"2024-07-09T22:50:00.000Z\",\"0.006278\",\"0.005215\",\"2000\"\n\"2024-07-09T22:55:00.000Z\",\"0.006344\",\"0.005382\",\"2000\"\n\"2024-07-09T23:00:00.000Z\",\"0.006286\",\"0.005322\",\"2000\"\n\"2024-07-09T23:05:00.000Z\",\"0.006498\",\"0.005576\",\"2000\"\n\"2024-07-09T23:10:00.000Z\",\"0.006107\",\"0.005228\",\"2000\"\n\"2024-07-09T23:15:00.000Z\",\"0.006432\",\"0.005478\",\"2000\"\n\"2024-07-09T23:20:00.000Z\",\"0.005548\",\"0.004657\",\"2000\"\n\"2024-07-09T23:25:00.000Z\",\"0.001317\",\"0.001174\",\"2000\"\n\"2024-07-09T23:30:00.000Z\",\"0.001185\",\"0.000894\",\"2000\"\n\"2024-07-09T23:35:00.000Z\",\"0.001412\",\"0.001158\",\"2000\"\n\"2024-07-09T23:40:00.000Z\",\"0.00128\",\"0.000952\",\"2000\"\n\"2024-07-09T23:45:00.000Z\",\"0.001033\",\"0.00077\",\"2000\"\n\"2024-07-09T23:50:00.000Z\",\"0.001334\",\"0.001066\",\"2000\"\n\"2024-07-09T23:55:00.000Z\",\"0.00122\",\"0.000902\",\"2000\"\n\"2024-07-10T00:00:00.000Z\",\"0.001161\",\"0.000848\",\"2000\"\n\"2024-07-10T00:05:00.000Z\",\"0.0012\",\"0.001021\",\"2000\"\n\"2024-07-10T00:10:00.000Z\",\"0.001474\",\"0.001238\",\"2000\"\n\"2024-07-10T00:15:00.000Z\",\"0.001275\",\"0.00099\",\"2000\"\n\"2024-07-10T00:20:00.000Z\",\"0.002106\",\"0.001891\",\"2000\"\n\"2024-07-10T00:25:00.000Z\",\"0.001196\",\"0.000856\",\"2000\"\n\"2024-07-10T00:30:00.000Z\",\"0.00122\",\"0.000928\",\"2000\"\n\"2024-07-10T00:35:00.000Z\",\"0.001094\",\"0.000853\",\"2000\"\n\"2024-07-10T00:40:00.000Z\",\"0.001436\",\"0.001111\",\"2000\"\n\"2024-07-10T00:45:00.000Z\",\"0.001235\",\"0.000935\",\"2000\"\n\"2024-07-10T00:50:00.000Z\",\"0.001296\",\"0.001003\",\"2000\"\n\"2024-07-10T00:55:00.000Z\",\"0.001278\",\"0.001127\",\"2000\"\n\"2024-07-10T01:00:00.000Z\",\"0.001714\",\"0.001409\",\"2000\"\n\"2024-07-10T01:05:00.000Z\",\"0.001868\",\"0.001587\",\"2000\"\n\"2024-07-10T01:10:00.000Z\",\"0.001216\",\"0.000904\",\"2000\"\n\"2024-07-10T01:15:00.000Z\",\"0.001232\",\"0.000995\",\"2000\"\n\"2024-07-10T01:20:00.000Z\",\"0.001274\",\"0.00102\",\"2000\"\n\"2024-07-10T01:25:00.000Z\",\"0.001188\",\"0.001004\",\"2000\"\n\"2024-07-10T01:30:00.000Z\",\"0.000937\",\"0.00068\",\"2000\"\n\"2024-07-10T01:35:00.000Z\",\"0.000926\",\"0.000664\",\"2000\"\n\"2024-07-10T01:40:00.000Z\",\"0.001374\",\"0.001038\",\"2000\"\n\"2024-07-10T01:45:00.000Z\",\"0.001324\",\"0.001043\",\"2000\"\n\"2024-07-10T01:50:00.000Z\",\"0.00113\",\"0.000869\",\"2000\"\n\"2024-07-10T01:55:00.000Z\",\"0.001235\",\"0.000961\",\"2000\"\n\"2024-07-10T02:00:00.000Z\",\"0.001148\",\"0.000924\",\"2000\"\n\"2024-07-10T02:05:00.000Z\",\"0.001161\",\"0.00085\",\"2000\"\n\"2024-07-10T02:10:00.000Z\",\"0.001281\",\"0.000988\",\"2000\"\n\"2024-07-10T02:15:00.000Z\",\"0.001159\",\"0.000842\",\"2000\"\n\"2024-07-10T02:20:00.000Z\",\"0.001234\",\"0.00104\",\"2000\"\n\"2024-07-10T02:25:00.000Z\",\"0.001174\",\"0.000847\",\"2000\"\n\"2024-07-10T02:30:00.000Z\",\"0.001048\",\"0.000805\",\"2000\"\n\"2024-07-10T02:35:00.000Z\",\"0.001382\",\"0.001082\",\"2000\"\n\"2024-07-10T02:40:00.000Z\",\"0.001328\",\"0.001089\",\"2000\"\n\"2024-07-10T02:45:00.000Z\",\"0.001236\",\"0.000952\",\"2000\"\n\"2024-07-10T02:50:00.000Z\",\"0.001137\",\"0.00091\",\"2000\"\n\"2024-07-10T02:55:00.000Z\",\"0.001136\",\"0.000828\",\"2000\"\n\"2024-07-10T03:00:00.000Z\",\"0.001123\",\"0.000829\",\"2000\"\n\"2024-07-10T03:05:00.000Z\",\"0.001151\",\"0.000946\",\"2000\"\n\"2024-07-10T03:10:00.000Z\",\"0.001136\",\"0.00081\",\"2000\"\n\"2024-07-10T03:15:00.000Z\",\"0.001315\",\"0.00108\",\"2000\"\n\"2024-07-10T03:20:00.000Z\",\"0.001898\",\"0.001718\",\"2000\"\n\"2024-07-10T03:25:00.000Z\",\"0.001358\",\"0.001073\",\"2000\"\n\"2024-07-10T03:30:00.000Z\",\"0.001159\",\"0.000867\",\"2000\"\n\"2024-07-10T03:35:00.000Z\",\"0.001018\",\"0.000791\",\"2000\"\n\"2024-07-10T03:40:00.000Z\",\"0.0012\",\"0.000893\",\"2000\"\n\"2024-07-10T03:45:00.000Z\",\"0.000669\",\"0.000539\",\"2000\"\n\"2024-07-10T03:50:00.000Z\",\"0.000942\",\"0.000832\",\"2000\"\n\"2024-07-10T03:55:00.000Z\",\"0.000764\",\"0.000592\",\"2000\"\n\"2024-07-10T04:00:00.000Z\",\"0.000725\",\"0.000557\",\"2000\"\n\"2024-07-10T04:05:00.000Z\",\"0.000927\",\"0.00069\",\"2000\"\n\"2024-07-10T04:10:00.000Z\",\"0.000822\",\"0.000655\",\"2000\"\n\"2024-07-10T04:15:00.000Z\",\"0.000689\",\"0.000509\",\"2000\"\n\"2024-07-10T04:20:00.000Z\",\"0.000742\",\"0.000558\",\"2000\"\n\"2024-07-10T04:25:00.000Z\",\"0.000709\",\"0.000533\",\"2000\"\n\"2024-07-10T04:30:00.000Z\",\"0.001002\",\"0.000776\",\"2000\"\n\"2024-07-10T04:35:00.000Z\",\"0.000777\",\"0.000589\",\"2000\"\n\"2024-07-10T04:40:00.000Z\",\"0.000738\",\"0.000553\",\"2000\"\n\"2024-07-10T04:45:00.000Z\",\"0.000631\",\"0.000436\",\"2000\"\n\"2024-07-10T04:50:00.000Z\",\"0.000502\",\"0.000386\",\"2000\"\n\"2024-07-10T04:55:00.000Z\",\"0.000658\",\"0.000455\",\"2000\"\n\"2024-07-10T05:00:00.000Z\",\"0.00053\",\"0.000407\",\"2000\"\n\"2024-07-10T05:05:00.000Z\",\"0.000879\",\"0.000668\",\"2000\"\n\"2024-07-10T05:10:00.000Z\",\"0.000664\",\"0.000455\",\"2000\"\n\"2024-07-10T05:15:00.000Z\",\"0.000795\",\"0.000636\",\"2000\"\n\"2024-07-10T05:20:00.000Z\",\"0.000863\",\"0.000624\",\"2000\"\n\"2024-07-10T05:25:00.000Z\",\"0.001023\",\"0.00054\",\"2000\"\n\"2024-07-10T05:30:00.000Z\",\"0.001041\",\"0.00052\",\"2000\"\n\"2024-07-10T05:35:00.000Z\",\"0.001685\",\"0.001477\",\"2000\"\n\"2024-07-10T05:40:00.000Z\",\"0.001693\",\"0.001435\",\"2000\"\n\"2024-07-10T05:45:00.000Z\",\"0.001763\",\"0.001518\",\"2000\"\n\"2024-07-10T05:50:00.000Z\",\"0.001713\",\"0.001523\",\"2000\"\n\"2024-07-10T05:55:00.000Z\",\"0.001717\",\"0.001457\",\"2000\"\n\"2024-07-10T06:00:00.000Z\",\"0.001311\",\"0.001084\",\"2000\"\n\"2024-07-10T06:05:00.000Z\",\"0.001095\",\"0.000837\",\"2000\"\n\"2024-07-10T06:10:00.000Z\",\"0.00107\",\"0.000781\",\"2000\"\n\"2024-07-10T06:15:00.000Z\",\"0.001114\",\"0.00088\",\"2000\"\n\"2024-07-10T06:20:00.000Z\",\"0.001375\",\"0.001139\",\"2000\"\n\"2024-07-10T06:25:00.000Z\",\"0.001071\",\"0.000843\",\"2000\"\n\"2024-07-10T06:30:00.000Z\",\"0.001381\",\"0.001121\",\"2000\"\n\"2024-07-10T06:35:00.000Z\",\"0.005145\",\"0.004903\",\"2000\"\n\"2024-07-10T06:40:00.000Z\",\"0.006686\",\"0.006561\",\"2000\"\n\"2024-07-10T06:45:00.000Z\",\"0.002346\",\"0.001973\",\"2000\"\n\"2024-07-10T06:50:00.000Z\",\"0.001089\",\"0.000813\",\"2000\"\n\"2024-07-10T06:55:00.000Z\",\"0.001106\",\"0.000812\",\"2000\"\n\"2024-07-10T07:00:00.000Z\",\"0.001273\",\"0.001007\",\"2000\"\n\"2024-07-10T07:05:00.000Z\",\"0.001273\",\"0.001062\",\"2000\"\n\"2024-07-10T07:10:00.000Z\",\"0.001128\",\"0.00081\",\"2000\"\n\"2024-07-10T07:15:00.000Z\",\"0.0012\",\"0.00097\",\"2000\"\n\"2024-07-10T07:20:00.000Z\",\"0.00117\",\"0.00087\",\"2000\"\n\"2024-07-10T07:25:00.000Z\",\"0.00114\",\"0.000904\",\"2000\"\n\"2024-07-10T07:30:00.000Z\",\"0.001191\",\"0.000865\",\"2000\"\n\"2024-07-10T07:35:00.000Z\",\"0.001241\",\"0.000932\",\"2000\"\n\"2024-07-10T07:40:00.000Z\",\"0.002862\",\"0.002715\",\"2000\"\n\"2024-07-10T07:45:00.000Z\",\"0.001281\",\"0.00103\",\"2000\"\n\"2024-07-10T07:50:00.000Z\",\"0.001206\",\"0.000933\",\"2000\"\n\"2024-07-10T07:55:00.000Z\",\"0.001061\",\"0.000817\",\"2000\"\n\"2024-07-10T08:00:00.000Z\",\"0.001137\",\"0.000841\",\"2000\"\n\"2024-07-10T08:05:00.000Z\",\"0.001278\",\"0.000939\",\"2000\"\n\"2024-07-10T08:10:00.000Z\",\"0.001156\",\"0.000912\",\"2000\"\n\"2024-07-10T08:15:00.000Z\",\"0.001496\",\"0.001262\",\"2000\"\n\"2024-07-10T08:20:00.000Z\",\"0.001347\",\"0.001099\",\"2000\"\n\"2024-07-10T08:25:00.000Z\",\"0.00105\",\"0.000828\",\"2000\"\n\"2024-07-10T08:30:00.000Z\",\"0.001216\",\"0.000881\",\"2000\"\n\"2024-07-10T08:35:00.000Z\",\"0.001047\",\"0.000758\",\"2000\"\n\"2024-07-10T08:40:00.000Z\",\"0.001177\",\"0.000873\",\"2000\"\n\"2024-07-10T08:45:00.000Z\",\"0.001416\",\"0.000998\",\"2000\"\n\"2024-07-10T08:50:00.000Z\",\"0.001905\",\"0.001216\",\"2000\"\n\"2024-07-10T08:55:00.000Z\",\"0.001353\",\"0.001083\",\"2000\"\n\"2024-07-10T09:00:00.000Z\",\"0.0013\",\"0.001105\",\"2000\"\n\"2024-07-10T09:05:00.000Z\",\"0.001279\",\"0.000976\",\"2000\"\n\"2024-07-10T09:10:00.000Z\",\"0.001587\",\"0.001276\",\"2000\"\n\"2024-07-10T09:15:00.000Z\",\"0.001162\",\"0.000927\",\"2000\"\n\"2024-07-10T09:20:00.000Z\",\"0.001197\",\"0.000876\",\"2000\"\n\"2024-07-10T09:25:00.000Z\",\"0.001181\",\"0.000896\",\"2000\"\n\"2024-07-10T09:30:00.000Z\",\"0.001281\",\"0.001039\",\"2000\"\n\"2024-07-10T09:35:00.000Z\",\"0.001448\",\"0.001146\",\"2000\"\n\"2024-07-10T09:40:00.000Z\",\"0.001166\",\"0.000906\",\"2000\"\n\"2024-07-10T09:45:00.000Z\",\"0.001279\",\"0.001014\",\"2000\"\n\"2024-07-10T09:50:00.000Z\",\"0.001094\",\"0.00086\",\"2000\"\n\"2024-07-10T09:55:00.000Z\",\"0.001374\",\"0.001074\",\"2000\"\n\"2024-07-10T10:00:00.000Z\",\"0.001294\",\"0.000997\",\"2000\"\n\"2024-07-10T10:05:00.000Z\",\"0.001323\",\"0.001033\",\"2000\"\n\"2024-07-10T10:10:00.000Z\",\"0.001283\",\"0.00101\",\"2000\"\n\"2024-07-10T10:15:00.000Z\",\"0.001069\",\"0.000875\",\"2000\"\n\"2024-07-10T10:20:00.000Z\",\"0.001802\",\"0.001564\",\"2000\"\n\"2024-07-10T10:25:00.000Z\",\"0.001569\",\"0.001157\",\"2000\"\n\"2024-07-10T10:30:00.000Z\",\"0.00117\",\"0.000956\",\"2000\"\n\"2024-07-10T10:35:00.000Z\",\"0.001097\",\"0.000795\",\"2000\"\n\"2024-07-10T10:40:00.000Z\",\"0.002009\",\"0.001673\",\"2000\"\n\"2024-07-10T10:45:00.000Z\",\"0.001454\",\"0.001144\",\"2000\"\n\"2024-07-10T10:50:00.000Z\",\"0.00128\",\"0.001052\",\"2000\"\n\"2024-07-10T10:55:00.000Z\",\"0.001654\",\"0.001225\",\"2000\"\n\"2024-07-10T11:00:00.000Z\",\"0.001161\",\"0.000867\",\"2000\"\n\"2024-07-10T11:05:00.000Z\",\"0.001256\",\"0.001005\",\"2000\"\n\"2024-07-10T11:10:00.000Z\",\"0.001768\",\"0.001294\",\"2000\"\n\"2024-07-10T11:15:00.000Z\",\"0.001149\",\"0.000853\",\"2000\"\n\"2024-07-10T11:20:00.000Z\",\"0.001634\",\"0.001251\",\"2000\"\n\"2024-07-10T11:25:00.000Z\",\"0.00351\",\"0.003053\",\"2000\"\n\"2024-07-10T11:30:00.000Z\",\"0.002437\",\"0.001992\",\"2000\"\n\"2024-07-10T11:35:00.000Z\",\"0.001107\",\"0.000831\",\"2000\"\n\"2024-07-10T11:40:00.000Z\",\"0.001382\",\"0.001098\",\"2000\"\n\"2024-07-10T11:45:00.000Z\",\"0.001703\",\"0.001377\",\"2000\"\n\"2024-07-10T11:50:00.000Z\",\"0.001178\",\"0.000911\",\"2000\"\n\"2024-07-10T11:55:00.000Z\",\"0.001465\",\"0.001125\",\"2000\"\n\"2024-07-10T12:00:00.000Z\",\"0.001259\",\"0.000859\",\"2000\"\n\"2024-07-10T12:05:00.000Z\",\"0.001472\",\"0.001292\",\"2000\"\n\"2024-07-10T12:10:00.000Z\",\"0.001534\",\"0.001262\",\"2000\"\n\"2024-07-10T12:15:00.000Z\",\"0.001762\",\"0.001424\",\"2000\"\n\"2024-07-10T12:20:00.000Z\",\"0.001104\",\"0.000811\",\"2000\"\n\"2024-07-10T12:25:00.000Z\",\"0.001315\",\"0.001055\",\"2000\"\n\"2024-07-10T12:30:00.000Z\",\"0.002073\",\"0.001618\",\"2000\"\n\"2024-07-10T12:35:00.000Z\",\"0.001541\",\"0.001058\",\"2000\"\n\"2024-07-10T12:40:00.000Z\",\"0.00176\",\"0.001292\",\"2000\"\n\"2024-07-10T12:45:00.000Z\",\"0.001926\",\"0.001748\",\"2000\"\n\"2024-07-10T12:50:00.000Z\",\"0.00149\",\"0.001242\",\"2000\"\n\"2024-07-10T12:55:00.000Z\",\"0.001449\",\"0.001229\",\"2000\"\n\"2024-07-10T13:00:00.000Z\",\"0.00135\",\"0.001076\",\"2000\"\n\"2024-07-10T13:05:00.000Z\",\"0.001376\",\"0.001114\",\"2000\"\n\"2024-07-10T13:10:00.000Z\",\"0.001131\",\"0.000868\",\"2000\"\n\"2024-07-10T13:15:00.000Z\",\"0.001298\",\"0.000992\",\"2000\"\n\"2024-07-10T13:20:00.000Z\",\"0.001385\",\"0.001184\",\"2000\"\n\"2024-07-10T13:25:00.000Z\",\"0.001441\",\"0.001073\",\"2000\"\n\"2024-07-10T13:30:00.000Z\",\"0.001566\",\"0.0012\",\"2000\"\n\"2024-07-10T13:35:00.000Z\",\"0.001855\",\"0.001489\",\"2000\"\n\"2024-07-10T13:40:00.000Z\",\"0.001246\",\"0.000908\",\"2000\"\n\"2024-07-10T13:45:00.000Z\",\"0.001009\",\"0.000765\",\"2000\"\n\"2024-07-10T13:50:00.000Z\",\"0.001276\",\"0.001008\",\"2000\"\n\"2024-07-10T13:55:00.000Z\",\"0.001578\",\"0.001236\",\"2000\"\n\"2024-07-10T14:00:00.000Z\",\"0.001201\",\"0.000892\",\"2000\"\n\"2024-07-10T14:05:00.000Z\",\"0.001639\",\"0.001316\",\"2000\"\n\"2024-07-10T14:10:00.000Z\",\"0.001621\",\"0.001343\",\"2000\"\n\"2024-07-10T14:15:00.000Z\",\"0.001423\",\"0.001085\",\"2000\"\n\"2024-07-10T14:20:00.000Z\",\"0.001754\",\"0.001397\",\"2000\"\n\"2024-07-10T14:25:00.000Z\",\"0.001322\",\"0.000975\",\"2000\"\n\"2024-07-10T14:30:00.000Z\",\"0.000751\",\"0.000515\",\"2000\"\n\"2024-07-10T14:35:00.000Z\",\"0.0011\",\"0.000708\",\"2000\"\n\"2024-07-10T14:40:00.000Z\",\"0.000932\",\"0.000806\",\"2000\"\n\"2024-07-10T14:45:00.000Z\",\"0.001277\",\"0.000998\",\"2000\"\n\"2024-07-10T14:50:00.000Z\",\"0.001039\",\"0.000765\",\"2000\"\n\"2024-07-10T14:55:00.000Z\",\"0.001295\",\"0.000934\",\"2000\"\n\"2024-07-10T15:00:00.000Z\",\"0.001399\",\"0.001111\",\"2000\"\n\"2024-07-10T15:05:00.000Z\",\"0.001773\",\"0.001295\",\"2000\"\n\"2024-07-10T15:10:00.000Z\",\"0.001173\",\"0.000836\",\"2000\"\n\"2024-07-10T15:15:00.000Z\",\"0.001427\",\"0.001118\",\"2000\"\n\"2024-07-10T15:20:00.000Z\",\"0.001403\",\"0.001155\",\"2000\"\n\"2024-07-10T15:25:00.000Z\",\"0.001434\",\"0.001179\",\"2000\"\n\"2024-07-10T15:30:00.000Z\",\"0.001162\",\"0.000873\",\"2000\"\n\"2024-07-10T15:35:00.000Z\",\"0.001317\",\"0.001062\",\"2000\"\n\"2024-07-10T15:40:00.000Z\",\"0.001642\",\"0.001264\",\"2000\"\n\"2024-07-10T15:45:00.000Z\",\"0.001632\",\"0.001362\",\"2000\"\n\"2024-07-10T15:50:00.000Z\",\"0.001202\",\"0.001006\",\"2000\"\n\"2024-07-10T15:55:00.000Z\",\"0.001638\",\"0.001322\",\"2000\"\n\"2024-07-10T16:00:00.000Z\",\"0.001396\",\"0.001048\",\"2000\"\n\"2024-07-10T16:05:00.000Z\",\"0.001404\",\"0.001218\",\"2000\"\n\"2024-07-10T16:10:00.000Z\",\"0.001089\",\"0.000853\",\"2000\"\n\"2024-07-10T16:15:00.000Z\",\"0.000821\",\"0.000653\",\"2000\"\n\"2024-07-10T16:20:00.000Z\",\"0.002785\",\"0.002547\",\"2000\"\n\"2024-07-10T16:25:00.000Z\",\"0.001066\",\"0.000775\",\"2000\"\n\"2024-07-10T16:30:00.000Z\",\"0.001399\",\"0.001197\",\"2000\"\n\"2024-07-10T16:35:00.000Z\",\"0.001223\",\"0.000968\",\"2000\"\n\"2024-07-10T16:40:00.000Z\",\"0.00118\",\"0.000925\",\"2000\"\n\"2024-07-10T16:45:00.000Z\",\"0.001002\",\"0.000761\",\"2000\"\n\"2024-07-10T16:50:00.000Z\",\"0.001343\",\"0.001066\",\"2000\"\n\"2024-07-10T16:55:00.000Z\",\"0.001274\",\"0.000904\",\"2000\"\n\"2024-07-10T17:00:00.000Z\",\"0.000995\",\"0.000761\",\"2000\"\n\"2024-07-10T17:05:00.000Z\",\"0.0014\",\"0.001137\",\"2000\"\n\"2024-07-10T17:10:00.000Z\",\"0.001168\",\"0.00095\",\"2000\"\n\"2024-07-10T17:15:00.000Z\",\"0.001169\",\"0.000864\",\"2000\"\n\"2024-07-10T17:20:00.000Z\",\"0.00114\",\"0.000958\",\"2000\"\n\"2024-07-10T17:25:00.000Z\",\"0.001143\",\"0.000881\",\"2000\"\n\"2024-07-10T17:30:00.000Z\",\"0.000806\",\"0.000587\",\"2000\"\n\"2024-07-10T17:35:00.000Z\",\"0.001082\",\"0.000814\",\"2000\"\n\"2024-07-10T17:40:00.000Z\",\"0.00079\",\"0.000597\",\"2000\"\n\"2024-07-10T17:45:00.000Z\",\"0.000984\",\"0.000774\",\"2000\"\n\"2024-07-10T17:50:00.000Z\",\"0.00122\",\"0.000944\",\"2000\"\n\"2024-07-10T17:55:00.000Z\",\"0.001203\",\"0.001028\",\"2000\"\n\"2024-07-10T18:00:00.000Z\",\"0.001265\",\"0.000944\",\"2000\"\n\"2024-07-10T18:05:00.000Z\",\"0.001164\",\"0.000871\",\"2000\"\n\"2024-07-10T18:10:00.000Z\",\"0.001025\",\"0.000794\",\"2000\"\n\"2024-07-10T18:15:00.000Z\",\"0.001441\",\"0.001215\",\"2000\"\n\"2024-07-10T18:20:00.000Z\",\"0.002607\",\"0.002359\",\"2000\"\n\"2024-07-10T18:25:00.000Z\",\"0.001216\",\"0.001026\",\"2000\"\n\"2024-07-10T18:30:00.000Z\",\"0.001344\",\"0.001115\",\"2000\"\n\"2024-07-10T18:35:00.000Z\",\"0.001161\",\"0.000888\",\"2000\"\n\"2024-07-10T18:40:00.000Z\",\"0.001295\",\"0.001043\",\"2000\"\n\"2024-07-10T18:45:00.000Z\",\"0.001317\",\"0.001039\",\"2000\"\n\"2024-07-10T18:50:00.000Z\",\"0.001327\",\"0.00101\",\"2000\"\n\"2024-07-10T18:55:00.000Z\",\"0.00113\",\"0.000835\",\"2000\"\n\"2024-07-10T19:00:00.000Z\",\"0.001272\",\"0.001149\",\"2000\"\n\"2024-07-10T19:05:00.000Z\",\"0.001465\",\"0.001196\",\"2000\"\n\"2024-07-10T19:10:00.000Z\",\"0.001042\",\"0.000824\",\"2000\"\n\"2024-07-10T19:15:00.000Z\",\"0.001361\",\"0.001099\",\"2000\"\n\"2024-07-10T19:20:00.000Z\",\"0.001062\",\"0.000766\",\"2000\"\n\"2024-07-10T19:25:00.000Z\",\"0.001035\",\"0.000833\",\"2000\"\n\"2024-07-10T19:30:00.000Z\",\"0.001241\",\"0.000937\",\"2000\"\n\"2024-07-10T19:35:00.000Z\",\"0.000999\",\"0.000774\",\"2000\"\n\"2024-07-10T19:40:00.000Z\",\"0.001437\",\"0.001196\",\"2000\"\n\"2024-07-10T19:45:00.000Z\",\"0.00126\",\"0.001012\",\"2000\"\n\"2024-07-10T19:50:00.000Z\",\"0.001339\",\"0.001071\",\"2000\"\n\"2024-07-10T19:55:00.000Z\",\"0.002762\",\"0.002517\",\"2000\"\n\"2024-07-10T20:00:00.000Z\",\"0.001292\",\"0.000991\",\"2000\"\n\"2024-07-10T20:05:00.000Z\",\"0.001168\",\"0.000965\",\"2000\"\n\"2024-07-10T20:10:00.000Z\",\"0.001054\",\"0.000773\",\"2000\"\n\"2024-07-10T20:15:00.000Z\",\"0.001275\",\"0.001098\",\"2000\"\n\"2024-07-10T20:20:00.000Z\",\"0.001204\",\"0.00091\",\"2000\"\n\"2024-07-10T20:25:00.000Z\",\"0.001152\",\"0.000883\",\"2000\"\n\"2024-07-10T20:30:00.000Z\",\"0.001096\",\"0.000926\",\"2000\"\n\"2024-07-10T20:35:00.000Z\",\"0.001073\",\"0.000821\",\"2000\"\n\"2024-07-10T20:40:00.000Z\",\"0.001134\",\"0.000834\",\"2000\"\n\"2024-07-10T20:45:00.000Z\",\"0.001061\",\"0.000782\",\"2000\"\n\"2024-07-10T20:50:00.000Z\",\"0.001251\",\"0.000987\",\"2000\"\n\"2024-07-10T20:55:00.000Z\",\"0.003118\",\"0.002702\",\"2000\"\n\"2024-07-10T21:00:00.000Z\",\"0.005987\",\"0.005144\",\"2000\"\n\"2024-07-10T21:05:00.000Z\",\"0.00603\",\"0.005202\",\"2000\"\n\"2024-07-10T21:10:00.000Z\",\"0.00593\",\"0.005132\",\"2000\"\n\"2024-07-10T21:15:00.000Z\",\"0.006061\",\"0.005176\",\"2000\"\n\"2024-07-10T21:20:00.000Z\",\"0.005986\",\"0.005114\",\"2000\"\n\"2024-07-10T21:25:00.000Z\",\"0.00613\",\"0.005268\",\"2000\"\n\"2024-07-10T21:30:00.000Z\",\"0.006176\",\"0.005372\",\"2000\"\n\"2024-07-10T21:35:00.000Z\",\"0.006403\",\"0.005567\",\"2000\"\n\"2024-07-10T21:40:00.000Z\",\"0.006033\",\"0.005129\",\"2000\"\n\"2024-07-10T21:45:00.000Z\",\"0.006121\",\"0.005276\",\"2000\"\n\"2024-07-10T21:50:00.000Z\",\"0.005911\",\"0.005075\",\"2000\"\n\"2024-07-10T21:55:00.000Z\",\"0.006197\",\"0.005376\",\"2000\"\n\"2024-07-10T22:00:00.000Z\",\"0.006061\",\"0.005185\",\"2000\"\n\"2024-07-10T22:05:00.000Z\",\"0.00127\",\"0.000989\",\"2000\"\n\"2024-07-10T22:10:00.000Z\",\"0.001167\",\"0.001001\",\"2000\"\n\"2024-07-10T22:15:00.000Z\",\"0.001621\",\"0.001425\",\"2000\"\n\"2024-07-10T22:20:00.000Z\",\"0.001684\",\"0.001333\",\"2000\"\n\"2024-07-10T22:25:00.000Z\",\"0.001213\",\"0.000933\",\"2000\"\n\"2024-07-10T22:30:00.000Z\",\"0.001404\",\"0.00107\",\"2000\"\n\"2024-07-10T22:35:00.000Z\",\"0.002139\",\"0.001672\",\"2000\"\n\"2024-07-10T22:40:00.000Z\",\"0.00113\",\"0.000907\",\"2000\"\n\"2024-07-10T22:45:00.000Z\",\"0.001478\",\"0.001156\",\"2000\"\n\"2024-07-10T22:50:00.000Z\",\"0.001849\",\"0.001498\",\"2000\"\n\"2024-07-10T22:55:00.000Z\",\"0.001335\",\"0.00105\",\"2000\"\n\"2024-07-10T23:00:00.000Z\",\"0.001566\",\"0.001317\",\"2000\"\n\"2024-07-10T23:05:00.000Z\",\"0.001519\",\"0.001183\",\"2000\"\n\"2024-07-10T23:10:00.000Z\",\"0.001165\",\"0.000905\",\"2000\"\n\"2024-07-10T23:15:00.000Z\",\"0.0017\",\"0.001277\",\"2000\"\n\"2024-07-10T23:20:00.000Z\",\"0.00199\",\"0.001617\",\"2000\"\n\"2024-07-10T23:25:00.000Z\",\"0.001287\",\"0.001016\",\"2000\"\n\"2024-07-10T23:30:00.000Z\",\"0.001145\",\"0.000875\",\"2000\"\n\"2024-07-10T23:35:00.000Z\",\"0.001828\",\"0.001426\",\"2000\"\n\"2024-07-10T23:40:00.000Z\",\"0.001376\",\"0.000919\",\"2000\"\n\"2024-07-10T23:45:00.000Z\",\"0.001103\",\"0.000835\",\"2000\"\n\"2024-07-10T23:50:00.000Z\",\"0.001182\",\"0.000794\",\"2000\"\n\"2024-07-10T23:55:00.000Z\",\"0.001666\",\"0.001311\",\"2000\"\n\"2024-07-11T00:00:00.000Z\",\"0.003114\",\"0.002591\",\"2000\"\n\"2024-07-11T00:05:00.000Z\",\"0.005567\",\"0.004661\",\"2000\"\n\"2024-07-11T00:10:00.000Z\",\"0.006774\",\"0.006135\",\"2000\"\n\"2024-07-11T00:15:00.000Z\",\"0.006032\",\"0.005247\",\"2000\"\n\"2024-07-11T00:20:00.000Z\",\"0.002264\",\"0.001705\",\"2000\"\n\"2024-07-11T00:25:00.000Z\",\"0.001757\",\"0.001385\",\"2000\"\n\"2024-07-11T00:30:00.000Z\",\"0.001161\",\"0.000905\",\"2000\"\n\"2024-07-11T00:35:00.000Z\",\"0.001203\",\"0.000889\",\"2000\"\n\"2024-07-11T00:40:00.000Z\",\"0.001824\",\"0.001465\",\"2000\"\n\"2024-07-11T00:45:00.000Z\",\"0.001361\",\"0.001161\",\"2000\"\n\"2024-07-11T00:50:00.000Z\",\"0.001571\",\"0.001269\",\"2000\"\n\"2024-07-11T00:55:00.000Z\",\"0.00163\",\"0.001382\",\"2000\"\n\"2024-07-11T01:00:00.000Z\",\"0.001265\",\"0.000931\",\"2000\"\n\"2024-07-11T01:05:00.000Z\",\"0.001119\",\"0.000819\",\"2000\"\n\"2024-07-11T01:10:00.000Z\",\"0.001579\",\"0.001314\",\"2000\"\n\"2024-07-11T01:15:00.000Z\",\"0.001167\",\"0.000831\",\"2000\"\n\"2024-07-11T01:20:00.000Z\",\"0.001172\",\"0.000883\",\"2000\"\n\"2024-07-11T01:25:00.000Z\",\"0.001448\",\"0.001243\",\"2000\"\n\"2024-07-11T01:30:00.000Z\",\"0.001582\",\"0.001266\",\"2000\"\n\"2024-07-11T01:35:00.000Z\",\"0.001256\",\"0.000932\",\"2000\"\n\"2024-07-11T01:40:00.000Z\",\"0.001857\",\"0.001444\",\"2000\"\n\"2024-07-11T01:45:00.000Z\",\"0.001543\",\"0.001144\",\"2000\"\n\"2024-07-11T01:50:00.000Z\",\"0.001065\",\"0.000807\",\"2000\"\n\"2024-07-11T01:55:00.000Z\",\"0.001871\",\"0.001551\",\"2000\"\n\"2024-07-11T02:00:00.000Z\",\"0.001724\",\"0.001398\",\"2000\"\n\"2024-07-11T02:05:00.000Z\",\"0.001119\",\"0.000861\",\"2000\"\n\"2024-07-11T02:10:00.000Z\",\"0.00185\",\"0.001439\",\"2000\"\n\"2024-07-11T02:15:00.000Z\",\"0.001171\",\"0.000934\",\"2000\"\n\"2024-07-11T02:20:00.000Z\",\"0.001524\",\"0.001209\",\"2000\"\n\"2024-07-11T02:25:00.000Z\",\"0.001779\",\"0.001288\",\"2000\"\n\"2024-07-11T02:30:00.000Z\",\"0.001081\",\"0.000803\",\"2000\"\n\"2024-07-11T02:35:00.000Z\",\"0.00119\",\"0.000916\",\"2000\"\n\"2024-07-11T02:40:00.000Z\",\"0.001573\",\"0.001316\",\"2000\"\n\"2024-07-11T02:45:00.000Z\",\"0.001081\",\"0.000865\",\"2000\"\n\"2024-07-11T02:50:00.000Z\",\"0.001423\",\"0.001069\",\"2000\"\n\"2024-07-11T02:55:00.000Z\",\"0.002068\",\"0.001494\",\"2000\"\n\"2024-07-11T03:00:00.000Z\",\"0.001268\",\"0.00103\",\"2000\"\n\"2024-07-11T03:05:00.000Z\",\"0.001522\",\"0.001216\",\"2000\"\n\"2024-07-11T03:10:00.000Z\",\"0.00115\",\"0.000951\",\"2000\"\n\"2024-07-11T03:15:00.000Z\",\"0.00248\",\"0.002088\",\"2000\"\n\"2024-07-11T03:20:00.000Z\",\"0.005413\",\"0.004853\",\"2000\"\n\"2024-07-11T03:25:00.000Z\",\"0.005269\",\"0.004686\",\"2000\"\n\"2024-07-11T03:30:00.000Z\",\"0.004722\",\"0.004246\",\"2000\"\n\"2024-07-11T03:35:00.000Z\",\"0.005666\",\"0.005011\",\"2000\"\n\"2024-07-11T03:40:00.000Z\",\"0.005222\",\"0.004618\",\"2000\"\n\"2024-07-11T03:45:00.000Z\",\"0.004744\",\"0.004193\",\"2000\"\n\"2024-07-11T03:50:00.000Z\",\"0.004593\",\"0.00411\",\"2000\"\n\"2024-07-11T03:55:00.000Z\",\"0.005443\",\"0.00479\",\"2000\"\n\"2024-07-11T04:00:00.000Z\",\"0.002979\",\"0.002629\",\"2000\"\n\"2024-07-11T04:05:00.000Z\",\"0.000873\",\"0.000721\",\"2000\"\n\"2024-07-11T04:10:00.000Z\",\"0.000856\",\"0.000633\",\"2000\"\n\"2024-07-11T04:15:00.000Z\",\"0.000676\",\"0.00045\",\"2000\"\n\"2024-07-11T04:20:00.000Z\",\"0.000647\",\"0.000452\",\"2000\"\n\"2024-07-11T04:25:00.000Z\",\"0.000931\",\"0.000681\",\"2000\"\n\"2024-07-11T04:30:00.000Z\",\"0.00076\",\"0.00058\",\"2000\"\n\"2024-07-11T04:35:00.000Z\",\"0.000524\",\"0.000393\",\"2000\"\n\"2024-07-11T04:40:00.000Z\",\"0.000778\",\"0.00052\",\"2000\"\n\"2024-07-11T04:45:00.000Z\",\"0.000893\",\"0.00071\",\"2000\"\n\"2024-07-11T04:50:00.000Z\",\"0.002511\",\"0.002292\",\"2000\"\n\"2024-07-11T04:55:00.000Z\",\"0.000566\",\"0.000431\",\"2000\"\n\"2024-07-11T05:00:00.000Z\",\"0.000768\",\"0.000485\",\"2000\"\n\"2024-07-11T05:05:00.000Z\",\"0.00052\",\"0.000385\",\"2000\"\n\"2024-07-11T05:10:00.000Z\",\"0.000777\",\"0.000622\",\"2000\"\n\"2024-07-11T05:15:00.000Z\",\"0.00073\",\"0.000558\",\"2000\"\n\"2024-07-11T05:20:00.000Z\",\"0.000635\",\"0.000443\",\"2000\"\n\"2024-07-11T05:25:00.000Z\",\"0.000673\",\"0.000495\",\"2000\"\n\"2024-07-11T05:30:00.000Z\",\"0.00079\",\"0.000635\",\"2000\"\n\"2024-07-11T05:35:00.000Z\",\"0.000535\",\"0.000414\",\"2000\"\n\"2024-07-11T05:40:00.000Z\",\"0.0008\",\"0.000525\",\"2000\"\n\"2024-07-11T05:45:00.000Z\",\"0.000771\",\"0.000591\",\"2000\"\n\"2024-07-11T05:50:00.000Z\",\"0.000762\",\"0.000563\",\"2000\"\n\"2024-07-11T05:55:00.000Z\",\"0.000798\",\"0.000637\",\"2000\"\n\"2024-07-11T06:00:00.000Z\",\"0.000877\",\"0.00066\",\"2000\"\n\"2024-07-11T06:05:00.000Z\",\"0.00066\",\"0.000453\",\"2000\"\n\"2024-07-11T06:10:00.000Z\",\"0.000615\",\"0.000408\",\"2000\"\n\"2024-07-11T06:15:00.000Z\",\"0.000691\",\"0.000574\",\"2000\"\n\"2024-07-11T06:20:00.000Z\",\"0.00076\",\"0.000541\",\"2000\"\n\"2024-07-11T06:25:00.000Z\",\"0.001949\",\"0.001577\",\"2000\"\n\"2024-07-11T06:30:00.000Z\",\"0.000679\",\"0.000494\",\"2000\"\n\"2024-07-11T06:35:00.000Z\",\"0.000748\",\"0.000589\",\"2000\"\n\"2024-07-11T06:40:00.000Z\",\"0.000676\",\"0.000476\",\"2000\"\n\"2024-07-11T06:45:00.000Z\",\"0.000565\",\"0.000408\",\"2000\"\n\"2024-07-11T06:50:00.000Z\",\"0.000693\",\"0.000444\",\"2000\"\n\"2024-07-11T06:55:00.000Z\",\"0.000957\",\"0.000803\",\"2000\"\n\"2024-07-11T07:00:00.000Z\",\"0.000713\",\"0.000518\",\"2000\"\n\"2024-07-11T07:05:00.000Z\",\"0.000714\",\"0.000534\",\"2000\"\n\"2024-07-11T07:10:00.000Z\",\"0.000808\",\"0.000601\",\"2000\"\n\"2024-07-11T07:15:00.000Z\",\"0.002522\",\"0.002309\",\"2000\"\n\"2024-07-11T07:20:00.000Z\",\"0.000697\",\"0.000552\",\"2000\"\n\"2024-07-11T07:25:00.000Z\",\"0.000503\",\"0.000371\",\"2000\"\n\"2024-07-11T07:30:00.000Z\",\"0.000761\",\"0.000601\",\"2000\"\n\"2024-07-11T07:35:00.000Z\",\"0.000522\",\"0.000407\",\"2000\"\n\"2024-07-11T07:40:00.000Z\",\"0.000981\",\"0.000887\",\"2000\"\n\"2024-07-11T07:45:00.000Z\",\"0.000546\",\"0.000423\",\"2000\"\n\"2024-07-11T07:50:00.000Z\",\"0.000621\",\"0.000417\",\"2000\"\n\"2024-07-11T07:55:00.000Z\",\"0.000529\",\"0.000407\",\"2000\"\n\"2024-07-11T08:00:00.000Z\",\"0.000771\",\"0.000515\",\"2000\"\n\"2024-07-11T08:05:00.000Z\",\"0.000567\",\"0.000429\",\"2000\"\n\"2024-07-11T08:10:00.000Z\",\"0.000723\",\"0.000534\",\"2000\"\n\"2024-07-11T08:15:00.000Z\",\"0.000761\",\"0.000583\",\"2000\"\n\"2024-07-11T08:20:00.000Z\",\"0.000613\",\"0.000391\",\"2000\"\n\"2024-07-11T08:25:00.000Z\",\"0.00084\",\"0.00071\",\"2000\"\n\"2024-07-11T08:30:00.000Z\",\"0.000751\",\"0.000478\",\"2000\"\n\"2024-07-11T08:35:00.000Z\",\"0.000468\",\"0.000356\",\"2000\"\n\"2024-07-11T08:40:00.000Z\",\"0.000617\",\"0.000395\",\"2000\"\n\"2024-07-11T08:45:00.000Z\",\"0.000709\",\"0.00054\",\"2000\"\n\"2024-07-11T08:50:00.000Z\",\"0.00069\",\"0.000472\",\"2000\"\n\"2024-07-11T08:55:00.000Z\",\"0.000644\",\"0.000486\",\"2000\"\n\"2024-07-11T09:00:00.000Z\",\"0.000548\",\"0.000409\",\"2000\"\n\"2024-07-11T09:05:00.000Z\",\"0.000896\",\"0.000711\",\"2000\"\n\"2024-07-11T09:10:00.000Z\",\"0.000761\",\"0.000522\",\"2000\"\n\"2024-07-11T09:15:00.000Z\",\"0.000625\",\"0.000429\",\"2000\"\n\"2024-07-11T09:20:00.000Z\",\"0.000555\",\"0.000402\",\"2000\"\n\"2024-07-11T09:25:00.000Z\",\"0.000777\",\"0.000651\",\"2000\"\n\"2024-07-11T09:30:00.000Z\",\"0.000927\",\"0.000729\",\"2000\"\n\"2024-07-11T09:35:00.000Z\",\"0.000562\",\"0.000416\",\"2000\"\n\"2024-07-11T09:40:00.000Z\",\"0.000588\",\"0.000481\",\"2000\"\n\"2024-07-11T09:45:00.000Z\",\"0.000534\",\"0.000422\",\"2000\"\n\"2024-07-11T09:50:00.000Z\",\"0.000801\",\"0.000491\",\"2000\"\n\"2024-07-11T09:55:00.000Z\",\"0.000666\",\"0.000467\",\"2000\"\n\"2024-07-11T10:00:00.000Z\",\"0.000764\",\"0.000623\",\"2000\"\n\"2024-07-11T10:05:00.000Z\",\"0.000599\",\"0.000461\",\"2000\"\n\"2024-07-11T10:10:00.000Z\",\"0.000888\",\"0.000737\",\"2000\"\n\"2024-07-11T10:15:00.000Z\",\"0.000625\",\"0.000433\",\"2000\"\n\"2024-07-11T10:20:00.000Z\",\"0.000694\",\"0.000511\",\"2000\"\n\"2024-07-11T10:25:00.000Z\",\"0.000515\",\"0.000395\",\"2000\"\n\"2024-07-11T10:30:00.000Z\",\"0.000687\",\"0.000471\",\"2000\"\n\"2024-07-11T10:35:00.000Z\",\"0.000807\",\"0.000623\",\"2000\"\n\"2024-07-11T10:40:00.000Z\",\"0.002912\",\"0.002534\",\"2000\"\n\"2024-07-11T10:45:00.000Z\",\"0.005982\",\"0.005328\",\"2000\"\n\"2024-07-11T10:50:00.000Z\",\"0.006433\",\"0.00562\",\"2000\"\n\"2024-07-11T10:55:00.000Z\",\"0.005921\",\"0.005274\",\"2000\"\n\"2024-07-11T11:00:00.000Z\",\"0.005571\",\"0.004905\",\"2000\"\n\"2024-07-11T11:05:00.000Z\",\"0.005801\",\"0.005098\",\"2000\"\n\"2024-07-11T11:10:00.000Z\",\"0.005882\",\"0.005159\",\"2000\"\n\"2024-07-11T11:15:00.000Z\",\"0.005505\",\"0.004809\",\"2000\"\n\"2024-07-11T11:20:00.000Z\",\"0.003788\",\"0.003402\",\"2000\"\n\"2024-07-11T11:25:00.000Z\",\"0.0018\",\"0.00164\",\"2000\"\n\"2024-07-11T11:30:00.000Z\",\"0.000638\",\"0.000432\",\"2000\"\n\"2024-07-11T11:35:00.000Z\",\"0.000691\",\"0.000492\",\"2000\"\n\"2024-07-11T11:40:00.000Z\",\"0.000575\",\"0.000493\",\"2000\"\n\"2024-07-11T11:45:00.000Z\",\"0.000613\",\"0.00041\",\"2000\"\n\"2024-07-11T11:50:00.000Z\",\"0.000708\",\"0.000517\",\"2000\"\n\"2024-07-11T11:55:00.000Z\",\"0.000745\",\"0.000584\",\"2000\"\n\"2024-07-11T12:00:00.000Z\",\"0.000636\",\"0.000478\",\"2000\"\n\"2024-07-11T12:05:00.000Z\",\"0.000678\",\"0.000424\",\"2000\"\n\"2024-07-11T12:10:00.000Z\",\"0.000658\",\"0.000563\",\"2000\"\n\"2024-07-11T12:15:00.000Z\",\"0.0006\",\"0.000386\",\"2000\"\n\"2024-07-11T12:20:00.000Z\",\"0.000757\",\"0.000506\",\"2000\"\n\"2024-07-11T12:25:00.000Z\",\"0.000606\",\"0.000397\",\"2000\"\n\"2024-07-11T12:30:00.000Z\",\"0.000606\",\"0.000404\",\"2000\"\n\"2024-07-11T12:35:00.000Z\",\"0.003735\",\"0.003411\",\"2000\"\n\"2024-07-11T12:40:00.000Z\",\"0.001004\",\"0.00087\",\"2000\"\n\"2024-07-11T12:45:00.000Z\",\"0.000688\",\"0.000472\",\"2000\"\n\"2024-07-11T12:50:00.000Z\",\"0.000627\",\"0.000537\",\"2000\"\n\"2024-07-11T12:55:00.000Z\",\"0.000658\",\"0.000419\",\"2000\"\n\"2024-07-11T13:00:00.000Z\",\"0.000613\",\"0.000454\",\"2000\"\n\"2024-07-11T13:05:00.000Z\",\"0.000862\",\"0.000661\",\"2000\"\n\"2024-07-11T13:10:00.000Z\",\"0.000772\",\"0.000551\",\"2000\"\n\"2024-07-11T13:15:00.000Z\",\"0.000706\",\"0.000504\",\"2000\"\n\"2024-07-11T13:20:00.000Z\",\"0.000687\",\"0.000601\",\"2000\"\n\"2024-07-11T13:25:00.000Z\",\"0.000693\",\"0.000498\",\"2000\"\n\"2024-07-11T13:30:00.000Z\",\"0.000577\",\"0.000408\",\"2000\"\n\"2024-07-11T13:35:00.000Z\",\"0.000684\",\"0.000465\",\"2000\"\n\"2024-07-11T13:40:00.000Z\",\"0.00077\",\"0.000492\",\"2000\"\n\"2024-07-11T13:45:00.000Z\",\"0.000829\",\"0.00066\",\"2000\"\n\"2024-07-11T13:50:00.000Z\",\"0.000824\",\"0.000643\",\"2000\"\n\"2024-07-11T13:55:00.000Z\",\"0.000927\",\"0.000659\",\"2000\"\n\"2024-07-11T14:00:00.000Z\",\"0.000643\",\"0.00044\",\"2000\"\n\"2024-07-11T14:05:00.000Z\",\"0.00085\",\"0.000668\",\"2000\"\n\"2024-07-11T14:10:00.000Z\",\"0.000671\",\"0.000503\",\"2000\"\n\"2024-07-11T14:15:00.000Z\",\"0.000807\",\"0.00049\",\"2000\"\n\"2024-07-11T14:20:00.000Z\",\"0.000656\",\"0.000444\",\"2000\"\n\"2024-07-11T14:25:00.000Z\",\"0.000925\",\"0.000665\",\"2000\"\n\"2024-07-11T14:30:00.000Z\",\"0.000826\",\"0.000659\",\"2000\"\n\"2024-07-11T14:35:00.000Z\",\"0.000772\",\"0.000527\",\"2000\"\n\"2024-07-11T14:40:00.000Z\",\"0.000648\",\"0.0005\",\"2000\"\n\"2024-07-11T14:45:00.000Z\",\"0.000801\",\"0.000607\",\"2000\"\n\"2024-07-11T14:50:00.000Z\",\"0.000886\",\"0.000613\",\"2000\"\n\"2024-07-11T14:55:00.000Z\",\"0.000789\",\"0.00062\",\"2000\"\n\"2024-07-11T15:00:00.000Z\",\"0.000496\",\"0.00038\",\"2000\"\n\"2024-07-11T15:05:00.000Z\",\"0.000789\",\"0.000595\",\"2000\"\n\"2024-07-11T15:10:00.000Z\",\"0.000813\",\"0.000555\",\"2000\"\n\"2024-07-11T15:15:00.000Z\",\"0.000791\",\"0.000582\",\"2000\"\n\"2024-07-11T15:20:00.000Z\",\"0.000837\",\"0.000572\",\"2000\"\n\"2024-07-11T15:25:00.000Z\",\"0.000525\",\"0.000395\",\"2000\"\n\"2024-07-11T15:30:00.000Z\",\"0.000639\",\"0.000496\",\"2000\"\n\"2024-07-11T15:35:00.000Z\",\"0.000738\",\"0.000557\",\"2000\"\n\"2024-07-11T15:40:00.000Z\",\"0.00069\",\"0.000471\",\"2000\"\n\"2024-07-11T15:45:00.000Z\",\"0.000763\",\"0.000546\",\"2000\"\n\"2024-07-11T15:50:00.000Z\",\"0.000705\",\"0.000513\",\"2000\"\n\"2024-07-11T15:55:00.000Z\",\"0.000616\",\"0.000446\",\"2000\"\n\"2024-07-11T16:00:00.000Z\",\"0.000819\",\"0.000575\",\"2000\"\n\"2024-07-11T16:05:00.000Z\",\"0.000728\",\"0.00052\",\"2000\"\n\"2024-07-11T16:10:00.000Z\",\"0.001803\",\"0.001452\",\"2000\"\n\"2024-07-11T16:15:00.000Z\",\"0.001634\",\"0.001397\",\"2000\"\n\"2024-07-11T16:20:00.000Z\",\"0.001888\",\"0.001488\",\"2000\"\n\"2024-07-11T16:25:00.000Z\",\"0.001079\",\"0.000753\",\"2000\"\n\"2024-07-11T16:30:00.000Z\",\"0.000968\",\"0.000726\",\"2000\"\n\"2024-07-11T16:35:00.000Z\",\"0.001377\",\"0.001149\",\"2000\"\n\"2024-07-11T16:40:00.000Z\",\"0.001867\",\"0.001484\",\"2000\"\n\"2024-07-11T16:45:00.000Z\",\"0.003174\",\"0.002934\",\"2000\"\n\"2024-07-11T16:50:00.000Z\",\"0.001399\",\"0.001041\",\"2000\"\n\"2024-07-11T16:55:00.000Z\",\"0.001151\",\"0.000909\",\"2000\"\n\"2024-07-11T17:00:00.000Z\",\"0.001967\",\"0.001601\",\"2000\"\n\"2024-07-11T17:05:00.000Z\",\"0.001448\",\"0.001215\",\"2000\"\n\"2024-07-11T17:10:00.000Z\",\"0.00154\",\"0.001241\",\"2000\"\n\"2024-07-11T17:15:00.000Z\",\"0.001618\",\"0.001242\",\"2000\"\n\"2024-07-11T17:20:00.000Z\",\"0.001346\",\"0.001063\",\"2000\"\n\"2024-07-11T17:25:00.000Z\",\"0.003652\",\"0.003001\",\"2000\"\n\"2024-07-11T17:30:00.000Z\",\"0.002091\",\"0.001554\",\"2000\"\n\"2024-07-11T17:35:00.000Z\",\"0.001164\",\"0.000855\",\"2000\"\n\"2024-07-11T17:40:00.000Z\",\"0.001613\",\"0.001268\",\"2000\"\n\"2024-07-11T17:45:00.000Z\",\"0.001579\",\"0.001322\",\"2000\"\n\"2024-07-11T17:50:00.000Z\",\"0.001166\",\"0.000846\",\"2000\"\n\"2024-07-11T17:55:00.000Z\",\"0.00139\",\"0.001056\",\"2000\"\n\"2024-07-11T18:00:00.000Z\",\"0.001416\",\"0.001187\",\"2000\"\n\"2024-07-11T18:05:00.000Z\",\"0.001194\",\"0.000905\",\"2000\"\n\"2024-07-11T18:10:00.000Z\",\"0.0016\",\"0.001107\",\"2000\"\n\"2024-07-11T18:15:00.000Z\",\"0.001378\",\"0.001169\",\"2000\"\n\"2024-07-11T18:20:00.000Z\",\"0.001798\",\"0.001375\",\"2000\"\n\"2024-07-11T18:25:00.000Z\",\"0.001641\",\"0.001202\",\"2000\"\n\"2024-07-11T18:30:00.000Z\",\"0.001572\",\"0.001326\",\"2000\"\n\"2024-07-11T18:35:00.000Z\",\"0.001173\",\"0.000876\",\"2000\"\n\"2024-07-11T18:40:00.000Z\",\"0.002045\",\"0.001586\",\"2000\"\n\"2024-07-11T18:45:00.000Z\",\"0.007331\",\"0.006565\",\"2000\"\n\"2024-07-11T18:50:00.000Z\",\"0.007266\",\"0.006693\",\"2000\"\n\"2024-07-11T18:55:00.000Z\",\"0.006999\",\"0.006398\",\"2000\"\n\"2024-07-11T19:00:00.000Z\",\"0.008107\",\"0.007412\",\"2000\"\n\"2024-07-11T19:05:00.000Z\",\"0.004616\",\"0.004155\",\"2000\"\n\"2024-07-11T19:10:00.000Z\",\"0.001087\",\"0.000832\",\"2000\"\n\"2024-07-11T19:15:00.000Z\",\"0.001714\",\"0.001276\",\"2000\"\n\"2024-07-11T19:20:00.000Z\",\"0.00152\",\"0.001074\",\"2000\"\n\"2024-07-11T19:25:00.000Z\",\"0.000973\",\"0.000635\",\"2000\"\n\"2024-07-11T19:30:00.000Z\",\"0.002562\",\"0.002312\",\"2000\"\n\"2024-07-11T19:35:00.000Z\",\"0.001828\",\"0.001489\",\"2000\"\n\"2024-07-11T19:40:00.000Z\",\"0.000823\",\"0.000608\",\"2000\"\n\"2024-07-11T19:45:00.000Z\",\"0.001465\",\"0.001131\",\"2000\"\n\"2024-07-11T19:50:00.000Z\",\"0.001716\",\"0.001379\",\"2000\"\n\"2024-07-11T19:55:00.000Z\",\"0.001408\",\"0.001173\",\"2000\"\n\"2024-07-11T20:00:00.000Z\",\"0.001416\",\"0.001061\",\"2000\"\n\"2024-07-11T20:05:00.000Z\",\"0.00166\",\"0.001369\",\"2000\"\n\"2024-07-11T20:10:00.000Z\",\"0.001419\",\"0.001079\",\"2000\"\n\"2024-07-11T20:15:00.000Z\",\"0.001313\",\"0.001124\",\"2000\"\n\"2024-07-11T20:20:00.000Z\",\"0.001317\",\"0.001033\",\"2000\"\n\"2024-07-11T20:25:00.000Z\",\"0.001958\",\"0.001623\",\"2000\"\n\"2024-07-11T20:30:00.000Z\",\"0.001563\",\"0.001209\",\"2000\"\n\"2024-07-11T20:35:00.000Z\",\"0.00126\",\"0.000973\",\"2000\"\n\"2024-07-11T20:40:00.000Z\",\"0.001703\",\"0.001365\",\"2000\"\n\"2024-07-11T20:45:00.000Z\",\"0.001602\",\"0.001326\",\"2000\"\n\"2024-07-11T20:50:00.000Z\",\"0.001361\",\"0.001091\",\"2000\"\n\"2024-07-11T20:55:00.000Z\",\"0.001551\",\"0.001154\",\"2000\"\n\"2024-07-11T21:00:00.000Z\",\"0.001877\",\"0.001526\",\"2000\"\n\"2024-07-11T21:05:00.000Z\",\"0.00154\",\"0.001196\",\"2000\"\n\"2024-07-11T21:10:00.000Z\",\"0.001636\",\"0.001302\",\"2000\"\n\"2024-07-11T21:15:00.000Z\",\"0.001662\",\"0.001262\",\"2000\"\n\"2024-07-11T21:20:00.000Z\",\"0.001867\",\"0.001466\",\"2000\"\n\"2024-07-11T21:25:00.000Z\",\"0.002077\",\"0.001727\",\"2000\"\n\"2024-07-11T21:30:00.000Z\",\"0.001563\",\"0.00138\",\"2000\"\n\"2024-07-11T21:35:00.000Z\",\"0.001652\",\"0.001313\",\"2000\"\n\"2024-07-11T21:40:00.000Z\",\"0.0016\",\"0.001398\",\"2000\"\n\"2024-07-11T21:45:00.000Z\",\"0.002094\",\"0.001716\",\"2000\"\n\"2024-07-11T21:50:00.000Z\",\"0.001807\",\"0.001528\",\"2000\"\n\"2024-07-11T21:55:00.000Z\",\"0.002054\",\"0.001675\",\"2000\"\n\"2024-07-11T22:00:00.000Z\",\"0.002416\",\"0.001954\",\"2000\"\n\"2024-07-11T22:05:00.000Z\",\"0.001939\",\"0.001664\",\"2000\"\n\"2024-07-11T22:10:00.000Z\",\"0.001636\",\"0.001379\",\"2000\"\n\"2024-07-11T22:15:00.000Z\",\"0.001702\",\"0.001377\",\"2000\"\n\"2024-07-11T22:20:00.000Z\",\"0.001554\",\"0.001358\",\"2000\"\n\"2024-07-11T22:25:00.000Z\",\"0.001787\",\"0.001449\",\"2000\"\n\"2024-07-11T22:30:00.000Z\",\"0.001819\",\"0.001538\",\"2000\"\n\"2024-07-11T22:35:00.000Z\",\"0.001733\",\"0.001469\",\"2000\"\n\"2024-07-11T22:40:00.000Z\",\"0.001834\",\"0.001506\",\"2000\"\n\"2024-07-11T22:45:00.000Z\",\"0.00194\",\"0.001654\",\"2000\"\n\"2024-07-11T22:50:00.000Z\",\"0.003047\",\"0.002858\",\"2000\"\n\"2024-07-11T22:55:00.000Z\",\"0.001899\",\"0.001608\",\"2000\"\n\"2024-07-11T23:00:00.000Z\",\"0.001738\",\"0.001404\",\"2000\"\n\"2024-07-11T23:05:00.000Z\",\"0.001737\",\"0.001479\",\"2000\"\n\"2024-07-11T23:10:00.000Z\",\"0.001916\",\"0.001588\",\"2000\"\n\"2024-07-11T23:15:00.000Z\",\"0.001827\",\"0.001553\",\"2000\"\n\"2024-07-11T23:20:00.000Z\",\"0.001971\",\"0.00178\",\"2000\"\n\"2024-07-11T23:25:00.000Z\",\"0.001769\",\"0.001442\",\"2000\"\n\"2024-07-11T23:30:00.000Z\",\"0.001985\",\"0.001714\",\"2000\"\n\"2024-07-11T23:35:00.000Z\",\"0.001759\",\"0.001537\",\"2000\"\n\"2024-07-11T23:40:00.000Z\",\"0.001851\",\"0.001512\",\"2000\"\n\"2024-07-11T23:45:00.000Z\",\"0.001758\",\"0.001486\",\"2000\"\n\"2024-07-11T23:50:00.000Z\",\"0.00167\",\"0.001418\",\"2000\"\n\"2024-07-11T23:55:00.000Z\",\"0.00189\",\"0.001673\",\"2000\"\n\"2024-07-12T00:00:00.000Z\",\"0.001842\",\"0.001572\",\"2000\"\n\"2024-07-12T00:05:00.000Z\",\"0.001662\",\"0.001384\",\"2000\"\n\"2024-07-12T00:10:00.000Z\",\"0.001981\",\"0.001714\",\"2000\"\n\"2024-07-12T00:15:00.000Z\",\"0.001839\",\"0.001611\",\"2000\"\n\"2024-07-12T00:20:00.000Z\",\"0.001642\",\"0.001391\",\"2000\"\n\"2024-07-12T00:25:00.000Z\",\"0.001667\",\"0.001408\",\"2000\"\n\"2024-07-12T00:30:00.000Z\",\"0.001819\",\"0.001532\",\"2000\"\n\"2024-07-12T00:35:00.000Z\",\"0.00175\",\"0.001428\",\"2000\"\n\"2024-07-12T00:40:00.000Z\",\"0.001845\",\"0.001677\",\"2000\"\n\"2024-07-12T00:45:00.000Z\",\"0.001844\",\"0.001513\",\"2000\"\n\"2024-07-12T00:50:00.000Z\",\"0.001629\",\"0.001386\",\"2000\"\n\"2024-07-12T00:55:00.000Z\",\"0.001754\",\"0.001418\",\"2000\"\n\"2024-07-12T01:00:00.000Z\",\"0.001882\",\"0.001614\",\"2000\"\n\"2024-07-12T01:05:00.000Z\",\"0.001693\",\"0.001436\",\"2000\"\n\"2024-07-12T01:10:00.000Z\",\"0.001853\",\"0.001575\",\"2000\"\n\"2024-07-12T01:15:00.000Z\",\"0.001987\",\"0.00168\",\"2000\"\n\"2024-07-12T01:20:00.000Z\",\"0.00158\",\"0.001373\",\"2000\"\n\"2024-07-12T01:25:00.000Z\",\"0.001626\",\"0.001276\",\"2000\"\n\"2024-07-12T01:30:00.000Z\",\"0.001757\",\"0.001477\",\"2000\"\n\"2024-07-12T01:35:00.000Z\",\"0.001713\",\"0.001399\",\"2000\"\n\"2024-07-12T01:40:00.000Z\",\"0.001757\",\"0.001507\",\"2000\"\n\"2024-07-12T01:45:00.000Z\",\"0.001728\",\"0.001569\",\"2000\"\n\"2024-07-12T01:50:00.000Z\",\"0.00187\",\"0.001559\",\"2000\"\n\"2024-07-12T01:55:00.000Z\",\"0.001897\",\"0.001585\",\"2000\"\n\"2024-07-12T02:00:00.000Z\",\"0.001695\",\"0.001434\",\"2000\"\n\"2024-07-12T02:05:00.000Z\",\"0.001774\",\"0.001568\",\"2000\"\n\"2024-07-12T02:10:00.000Z\",\"0.001838\",\"0.001524\",\"2000\"\n\"2024-07-12T02:15:00.000Z\",\"0.001765\",\"0.001444\",\"2000\"\n\"2024-07-12T02:20:00.000Z\",\"0.001716\",\"0.00145\",\"2000\"\n\"2024-07-12T02:25:00.000Z\",\"0.001918\",\"0.001664\",\"2000\"\n\"2024-07-12T02:30:00.000Z\",\"0.001818\",\"0.001537\",\"2000\"\n\"2024-07-12T02:35:00.000Z\",\"0.001628\",\"0.001371\",\"2000\"\n\"2024-07-12T02:40:00.000Z\",\"0.001866\",\"0.001554\",\"2000\"\n\"2024-07-12T02:45:00.000Z\",\"0.001525\",\"0.001295\",\"2000\"\n\"2024-07-12T02:50:00.000Z\",\"0.001811\",\"0.001597\",\"2000\"\n\"2024-07-12T02:55:00.000Z\",\"0.001856\",\"0.001539\",\"2000\"\n\"2024-07-12T03:00:00.000Z\",\"0.001798\",\"0.001596\",\"2000\"\n\"2024-07-12T03:05:00.000Z\",\"0.002341\",\"0.002045\",\"2000\"\n\"2024-07-12T03:10:00.000Z\",\"0.003214\",\"0.002982\",\"2000\"\n\"2024-07-12T03:15:00.000Z\",\"0.001706\",\"0.001409\",\"2000\"\n\"2024-07-12T03:20:00.000Z\",\"0.00172\",\"0.001482\",\"2000\"\n\"2024-07-12T03:25:00.000Z\",\"0.001687\",\"0.00144\",\"2000\"\n\"2024-07-12T03:30:00.000Z\",\"0.001918\",\"0.001621\",\"2000\"\n\"2024-07-12T03:35:00.000Z\",\"0.001758\",\"0.001471\",\"2000\"\n\"2024-07-12T03:40:00.000Z\",\"0.0018\",\"0.001549\",\"2000\"\n\"2024-07-12T03:45:00.000Z\",\"0.001508\",\"0.001329\",\"2000\"\n\"2024-07-12T03:50:00.000Z\",\"0.001342\",\"0.001046\",\"2000\"\n\"2024-07-12T03:55:00.000Z\",\"0.001328\",\"0.001155\",\"2000\"\n\"2024-07-12T04:00:00.000Z\",\"0.001343\",\"0.001127\",\"2000\"\n\"2024-07-12T04:05:00.000Z\",\"0.001536\",\"0.001248\",\"2000\"\n\"2024-07-12T04:10:00.000Z\",\"0.001791\",\"0.001535\",\"2000\"\n\"2024-07-12T04:15:00.000Z\",\"0.002711\",\"0.002393\",\"2000\"\n\"2024-07-12T04:20:00.000Z\",\"0.001751\",\"0.00142\",\"2000\"\n\"2024-07-12T04:25:00.000Z\",\"0.0016\",\"0.00137\",\"2000\"\n\"2024-07-12T04:30:00.000Z\",\"0.002405\",\"0.001978\",\"2000\"\n\"2024-07-12T04:35:00.000Z\",\"0.002474\",\"0.001996\",\"2000\"\n\"2024-07-12T04:40:00.000Z\",\"0.001714\",\"0.001407\",\"2000\"\n\"2024-07-12T04:45:00.000Z\",\"0.002202\",\"0.001833\",\"2000\"\n\"2024-07-12T04:50:00.000Z\",\"0.00184\",\"0.0015\",\"2000\"\n\"2024-07-12T04:55:00.000Z\",\"0.002432\",\"0.002139\",\"2000\"\n\"2024-07-12T05:00:00.000Z\",\"0.002032\",\"0.001811\",\"2000\"\n\"2024-07-12T05:05:00.000Z\",\"0.002237\",\"0.001839\",\"2000\"\n\"2024-07-12T05:10:00.000Z\",\"0.001757\",\"0.001517\",\"2000\"\n\"2024-07-12T05:15:00.000Z\",\"0.001788\",\"0.001495\",\"2000\"\n\"2024-07-12T05:20:00.000Z\",\"0.002159\",\"0.001854\",\"2000\"\n\"2024-07-12T05:25:00.000Z\",\"0.001587\",\"0.001297\",\"2000\"\n\"2024-07-12T05:30:00.000Z\",\"0.001865\",\"0.001643\",\"2000\"\n\"2024-07-12T05:35:00.000Z\",\"0.002213\",\"0.001866\",\"2000\"\n\"2024-07-12T05:40:00.000Z\",\"0.002094\",\"0.001834\",\"2000\"\n\"2024-07-12T05:45:00.000Z\",\"0.002151\",\"0.001656\",\"2000\"\n\"2024-07-12T05:50:00.000Z\",\"0.002095\",\"0.00171\",\"2000\"\n\"2024-07-12T05:55:00.000Z\",\"0.003178\",\"0.00285\",\"2000\"\n\"2024-07-12T06:00:00.000Z\",\"0.002028\",\"0.001772\",\"2000\"\n\"2024-07-12T06:05:00.000Z\",\"0.003603\",\"0.003384\",\"2000\"\n\"2024-07-12T06:10:00.000Z\",\"0.002192\",\"0.0018\",\"2000\"\n\"2024-07-12T06:15:00.000Z\",\"0.001803\",\"0.001495\",\"2000\"\n\"2024-07-12T06:20:00.000Z\",\"0.002255\",\"0.001843\",\"2000\"\n\"2024-07-12T06:25:00.000Z\",\"0.002175\",\"0.001824\",\"2000\"\n\"2024-07-12T06:30:00.000Z\",\"0.001839\",\"0.001504\",\"2000\"\n\"2024-07-12T06:35:00.000Z\",\"0.00212\",\"0.001797\",\"2000\"\n\"2024-07-12T06:40:00.000Z\",\"0.002231\",\"0.001822\",\"2000\"\n\"2024-07-12T06:45:00.000Z\",\"0.001841\",\"0.001599\",\"2000\"\n\"2024-07-12T06:50:00.000Z\",\"0.002063\",\"0.001663\",\"2000\"\n\"2024-07-12T06:55:00.000Z\",\"0.004077\",\"0.003695\",\"2000\"\n\"2024-07-12T07:00:00.000Z\",\"0.002163\",\"0.001861\",\"2000\"\n\"2024-07-12T07:05:00.000Z\",\"0.002221\",\"0.001861\",\"2000\"\n\"2024-07-12T07:10:00.000Z\",\"0.001836\",\"0.001552\",\"2000\"\n\"2024-07-12T07:15:00.000Z\",\"0.002082\",\"0.00176\",\"2000\"\n\"2024-07-12T07:20:00.000Z\",\"0.005449\",\"0.004846\",\"2000\"\n\"2024-07-12T07:25:00.000Z\",\"0.003609\",\"0.003181\",\"2000\"\n\"2024-07-12T07:30:00.000Z\",\"0.00201\",\"0.001749\",\"2000\"\n\"2024-07-12T07:35:00.000Z\",\"0.002346\",\"0.001895\",\"2000\"\n\"2024-07-12T07:40:00.000Z\",\"0.001985\",\"0.001728\",\"2000\"\n\"2024-07-12T07:45:00.000Z\",\"0.002106\",\"0.001754\",\"2000\"\n\"2024-07-12T07:50:00.000Z\",\"0.001727\",\"0.001499\",\"2000\"\n\"2024-07-12T07:55:00.000Z\",\"0.002187\",\"0.001833\",\"2000\"\n\"2024-07-12T08:00:00.000Z\",\"0.002259\",\"0.00197\",\"2000\"\n\"2024-07-12T08:05:00.000Z\",\"0.001736\",\"0.001428\",\"2000\"\n\"2024-07-12T08:10:00.000Z\",\"0.001634\",\"0.001413\",\"2000\"\n\"2024-07-12T08:15:00.000Z\",\"0.002301\",\"0.001868\",\"2000\"\n\"2024-07-12T08:20:00.000Z\",\"0.001769\",\"0.001467\",\"2000\"\n\"2024-07-12T08:25:00.000Z\",\"0.001904\",\"0.001495\",\"2000\"\n\"2024-07-12T08:30:00.000Z\",\"0.00217\",\"0.001731\",\"2000\"\n\"2024-07-12T08:35:00.000Z\",\"0.002073\",\"0.001822\",\"2000\"\n\"2024-07-12T08:40:00.000Z\",\"0.001611\",\"0.001407\",\"2000\"\n\"2024-07-12T08:45:00.000Z\",\"0.001845\",\"0.001628\",\"2000\"\n\"2024-07-12T08:50:00.000Z\",\"0.002203\",\"0.001789\",\"2000\"\n\"2024-07-12T08:55:00.000Z\",\"0.002281\",\"0.001692\",\"2000\"\n\"2024-07-12T09:00:00.000Z\",\"0.001659\",\"0.001325\",\"2000\"\n\"2024-07-12T09:05:00.000Z\",\"0.002175\",\"0.001821\",\"2000\"\n\"2024-07-12T09:10:00.000Z\",\"0.001762\",\"0.001497\",\"2000\"\n\"2024-07-12T09:15:00.000Z\",\"0.001866\",\"0.001559\",\"2000\"\n\"2024-07-12T09:20:00.000Z\",\"0.002279\",\"0.001981\",\"2000\"\n\"2024-07-12T09:25:00.000Z\",\"0.001762\",\"0.001492\",\"2000\"\n\"2024-07-12T09:30:00.000Z\",\"0.001726\",\"0.001389\",\"2000\"\n\"2024-07-12T09:35:00.000Z\",\"0.002183\",\"0.001856\",\"2000\"\n\"2024-07-12T09:40:00.000Z\",\"0.001615\",\"0.001415\",\"2000\"\n\"2024-07-12T09:45:00.000Z\",\"0.002124\",\"0.001747\",\"2000\"\n\"2024-07-12T09:50:00.000Z\",\"0.001954\",\"0.00168\",\"2000\"\n\"2024-07-12T09:55:00.000Z\",\"0.002103\",\"0.001733\",\"2000\"\n\"2024-07-12T10:00:00.000Z\",\"0.001861\",\"0.001614\",\"2000\"\n\"2024-07-12T10:05:00.000Z\",\"0.00145\",\"0.001219\",\"2000\"\n\"2024-07-12T10:10:00.000Z\",\"0.002687\",\"0.002349\",\"2000\"\n\"2024-07-12T10:15:00.000Z\",\"0.001677\",\"0.001362\",\"2000\"\n\"2024-07-12T10:20:00.000Z\",\"0.001865\",\"0.001627\",\"2000\"\n\"2024-07-12T10:25:00.000Z\",\"0.00231\",\"0.001952\",\"2000\"\n\"2024-07-12T10:30:00.000Z\",\"0.001257\",\"0.001057\",\"2000\"\n\"2024-07-12T10:35:00.000Z\",\"0.002075\",\"0.001699\",\"2000\"\n\"2024-07-12T10:40:00.000Z\",\"0.001964\",\"0.001725\",\"2000\"\n\"2024-07-12T10:45:00.000Z\",\"0.002021\",\"0.001707\",\"2000\"\n\"2024-07-12T10:50:00.000Z\",\"0.001711\",\"0.001428\",\"2000\"\n\"2024-07-12T10:55:00.000Z\",\"0.002322\",\"0.001967\",\"2000\"\n\"2024-07-12T11:00:00.000Z\",\"0.001823\",\"0.001534\",\"2000\"\n\"2024-07-12T11:05:00.000Z\",\"0.002015\",\"0.001744\",\"2000\"\n\"2024-07-12T11:10:00.000Z\",\"0.001908\",\"0.001647\",\"2000\"\n\"2024-07-12T11:15:00.000Z\",\"0.002367\",\"0.001974\",\"2000\"\n\"2024-07-12T11:20:00.000Z\",\"0.001671\",\"0.001478\",\"2000\"\n\"2024-07-12T11:25:00.000Z\",\"0.002343\",\"0.002044\",\"2000\"\n\"2024-07-12T11:30:00.000Z\",\"0.001946\",\"0.001671\",\"2000\"\n\"2024-07-12T11:35:00.000Z\",\"0.002024\",\"0.001624\",\"2000\"\n\"2024-07-12T11:40:00.000Z\",\"0.001906\",\"0.001564\",\"2000\"\n\"2024-07-12T11:45:00.000Z\",\"0.001835\",\"0.001507\",\"2000\"\n\"2024-07-12T11:50:00.000Z\",\"0.002261\",\"0.002029\",\"2000\"\n\"2024-07-12T11:55:00.000Z\",\"0.001971\",\"0.001699\",\"2000\"\n\"2024-07-12T12:00:00.000Z\",\"0.001757\",\"0.001446\",\"2000\"\n\"2024-07-12T12:05:00.000Z\",\"0.002449\",\"0.002166\",\"2000\"\n\"2024-07-12T12:10:00.000Z\",\"0.001913\",\"0.001648\",\"2000\"\n\"2024-07-12T12:15:00.000Z\",\"0.001871\",\"0.001562\",\"2000\"\n\"2024-07-12T12:20:00.000Z\",\"0.002247\",\"0.001875\",\"2000\"\n\"2024-07-12T12:25:00.000Z\",\"0.002102\",\"0.001793\",\"2000\"\n\"2024-07-12T12:30:00.000Z\",\"0.001957\",\"0.001716\",\"2000\"\n\"2024-07-12T12:35:00.000Z\",\"0.002129\",\"0.001782\",\"2000\"\n\"2024-07-12T12:40:00.000Z\",\"0.002156\",\"0.001735\",\"2000\"\n\"2024-07-12T12:45:00.000Z\",\"0.003558\",\"0.00332\",\"2000\"\n\"2024-07-12T12:50:00.000Z\",\"0.002035\",\"0.001691\",\"2000\"\n\"2024-07-12T12:55:00.000Z\",\"0.002138\",\"0.001868\",\"2000\"\n\"2024-07-12T13:00:00.000Z\",\"0.002033\",\"0.00171\",\"2000\"\n\"2024-07-12T13:05:00.000Z\",\"0.001897\",\"0.001655\",\"2000\"\n\"2024-07-12T13:10:00.000Z\",\"0.002128\",\"0.001795\",\"2000\"\n\"2024-07-12T13:15:00.000Z\",\"0.002242\",\"0.001895\",\"2000\"\n\"2024-07-12T13:20:00.000Z\",\"0.001632\",\"0.001438\",\"2000\"\n\"2024-07-12T13:25:00.000Z\",\"0.001695\",\"0.001376\",\"2000\"\n\"2024-07-12T13:30:00.000Z\",\"0.001942\",\"0.001612\",\"2000\"\n\"2024-07-12T13:35:00.000Z\",\"0.002031\",\"0.001736\",\"2000\"\n\"2024-07-12T13:40:00.000Z\",\"0.002114\",\"0.001788\",\"2000\"\n\"2024-07-12T13:45:00.000Z\",\"0.003233\",\"0.002921\",\"2000\"\n\"2024-07-12T13:50:00.000Z\",\"0.003834\",\"0.003351\",\"2000\"\n\"2024-07-12T13:55:00.000Z\",\"0.005921\",\"0.004594\",\"2000\"\n\"2024-07-12T14:00:00.000Z\",\"0.005931\",\"0.004536\",\"2000\"\n\"2024-07-12T14:05:00.000Z\",\"0.006044\",\"0.004826\",\"2000\"\n\"2024-07-12T14:10:00.000Z\",\"0.005643\",\"0.004761\",\"2000\"\n\"2024-07-12T14:15:00.000Z\",\"0.005625\",\"0.004285\",\"2000\"\n\"2024-07-12T14:20:00.000Z\",\"0.006469\",\"0.005283\",\"2000\"\n\"2024-07-12T14:25:00.000Z\",\"0.00484\",\"0.003927\",\"2000\"\n\"2024-07-12T14:30:00.000Z\",\"0.00187\",\"0.001568\",\"2000\"\n\"2024-07-12T14:35:00.000Z\",\"0.002139\",\"0.00182\",\"2000\"\n\"2024-07-12T14:40:00.000Z\",\"0.001845\",\"0.00161\",\"2000\"\n\"2024-07-12T14:45:00.000Z\",\"0.002311\",\"0.001898\",\"2000\"\n\"2024-07-12T14:50:00.000Z\",\"0.001726\",\"0.001366\",\"2000\"\n\"2024-07-12T14:55:00.000Z\",\"0.002205\",\"0.001748\",\"2000\"\n\"2024-07-12T15:00:00.000Z\",\"0.002183\",\"0.001717\",\"2000\"\n\"2024-07-12T15:05:00.000Z\",\"0.001847\",\"0.001569\",\"2000\"\n\"2024-07-12T15:10:00.000Z\",\"0.002592\",\"0.002147\",\"2000\"\n\"2024-07-12T15:15:00.000Z\",\"0.001882\",\"0.001638\",\"2000\"\n\"2024-07-12T15:20:00.000Z\",\"0.001918\",\"0.001572\",\"2000\"\n\"2024-07-12T15:25:00.000Z\",\"0.002096\",\"0.001811\",\"2000\"\n\"2024-07-12T15:30:00.000Z\",\"0.001835\",\"0.00147\",\"2000\"\n\"2024-07-12T15:35:00.000Z\",\"0.002008\",\"0.001687\",\"2000\"\n\"2024-07-12T15:40:00.000Z\",\"0.001961\",\"0.001705\",\"2000\"\n\"2024-07-12T15:45:00.000Z\",\"0.001973\",\"0.001709\",\"2000\"\n\"2024-07-12T15:50:00.000Z\",\"0.002069\",\"0.001865\",\"2000\"\n\"2024-07-12T15:55:00.000Z\",\"0.001757\",\"0.001466\",\"2000\"\n\"2024-07-12T16:00:00.000Z\",\"0.001952\",\"0.001666\",\"2000\"\n\"2024-07-12T16:05:00.000Z\",\"0.001428\",\"0.001207\",\"2000\"\n\"2024-07-12T16:10:00.000Z\",\"0.00213\",\"0.001748\",\"2000\"\n\"2024-07-12T16:15:00.000Z\",\"0.001841\",\"0.001571\",\"2000\"\n\"2024-07-12T16:20:00.000Z\",\"0.001777\",\"0.001487\",\"2000\"\n\"2024-07-12T16:25:00.000Z\",\"0.00155\",\"0.001322\",\"2000\"\n\"2024-07-12T16:30:00.000Z\",\"0.001659\",\"0.001373\",\"2000\"\n\"2024-07-12T16:35:00.000Z\",\"0.001681\",\"0.001465\",\"2000\"\n\"2024-07-12T16:40:00.000Z\",\"0.001727\",\"0.00141\",\"2000\"\n\"2024-07-12T16:45:00.000Z\",\"0.001884\",\"0.001545\",\"2000\"\n\"2024-07-12T16:50:00.000Z\",\"0.001945\",\"0.00165\",\"2000\"\n\"2024-07-12T16:55:00.000Z\",\"0.001569\",\"0.001298\",\"2000\"\n\"2024-07-12T17:00:00.000Z\",\"0.001835\",\"0.001545\",\"2000\"\n\"2024-07-12T17:05:00.000Z\",\"0.001774\",\"0.001574\",\"2000\"\n\"2024-07-12T17:10:00.000Z\",\"0.001834\",\"0.001549\",\"2000\"\n\"2024-07-12T17:15:00.000Z\",\"0.001858\",\"0.001565\",\"2000\"\n\"2024-07-12T17:20:00.000Z\",\"0.001531\",\"0.001284\",\"2000\"\n\"2024-07-12T17:25:00.000Z\",\"0.001835\",\"0.001521\",\"2000\"\n\"2024-07-12T17:30:00.000Z\",\"0.001814\",\"0.001567\",\"2000\"\n\"2024-07-12T17:35:00.000Z\",\"0.001776\",\"0.001598\",\"2000\"\n\"2024-07-12T17:40:00.000Z\",\"0.001756\",\"0.001499\",\"2000\"\n\"2024-07-12T17:45:00.000Z\",\"0.001889\",\"0.002172\",\"2000\"\n\"2024-07-12T17:50:00.000Z\",\"0.001717\",\"0.00146\",\"2000\"\n\"2024-07-12T17:55:00.000Z\",\"0.001757\",\"0.001456\",\"2000\"\n\"2024-07-12T18:00:00.000Z\",\"0.001764\",\"0.00145\",\"2000\"\n\"2024-07-12T18:05:00.000Z\",\"0.001729\",\"0.001445\",\"2000\"\n\"2024-07-12T18:10:00.000Z\",\"0.001546\",\"0.001326\",\"2000\"\n\"2024-07-12T18:15:00.000Z\",\"0.001836\",\"0.001558\",\"2000\"\n\"2024-07-12T18:20:00.000Z\",\"0.001754\",\"0.00158\",\"2000\"\n\"2024-07-12T18:25:00.000Z\",\"0.001656\",\"0.001421\",\"2000\"\n\"2024-07-12T18:30:00.000Z\",\"0.00217\",\"0.001882\",\"2000\"\n\"2024-07-12T18:35:00.000Z\",\"0.002811\",\"0.002619\",\"2000\"\n\"2024-07-12T18:40:00.000Z\",\"0.001779\",\"0.001545\",\"2000\"\n\"2024-07-12T18:45:00.000Z\",\"0.001829\",\"0.001598\",\"2000\"\n\"2024-07-12T18:50:00.000Z\",\"0.001823\",\"0.001543\",\"2000\"\n\"2024-07-12T18:55:00.000Z\",\"0.001638\",\"0.001346\",\"2000\"\n\"2024-07-12T19:00:00.000Z\",\"0.001805\",\"0.001543\",\"2000\"\n\"2024-07-12T19:05:00.000Z\",\"0.001684\",\"0.001496\",\"2000\"\n\"2024-07-12T19:10:00.000Z\",\"0.001684\",\"0.001375\",\"2000\"\n\"2024-07-12T19:15:00.000Z\",\"0.00175\",\"0.001436\",\"2000\"\n\"2024-07-12T19:20:00.000Z\",\"0.0016\",\"0.001381\",\"2000\"\n\"2024-07-12T19:25:00.000Z\",\"0.001859\",\"0.001622\",\"2000\"\n\"2024-07-12T19:30:00.000Z\",\"0.001478\",\"0.001161\",\"2000\"\n\"2024-07-12T19:35:00.000Z\",\"0.001501\",\"0.001263\",\"2000\"\n\"2024-07-12T19:40:00.000Z\",\"0.001776\",\"0.001471\",\"2000\"\n\"2024-07-12T19:45:00.000Z\",\"0.001667\",\"0.001404\",\"2000\"\n\"2024-07-12T19:50:00.000Z\",\"0.001727\",\"0.001436\",\"2000\"\n\"2024-07-12T19:55:00.000Z\",\"0.00165\",\"0.001411\",\"2000\"\n\"2024-07-12T20:00:00.000Z\",\"0.001713\",\"0.001432\",\"2000\"\n\"2024-07-12T20:05:00.000Z\",\"0.001778\",\"0.00157\",\"2000\"\n\"2024-07-12T20:10:00.000Z\",\"0.001706\",\"0.001403\",\"2000\"\n\"2024-07-12T20:15:00.000Z\",\"0.001672\",\"0.00147\",\"2000\"\n\"2024-07-12T20:20:00.000Z\",\"0.001654\",\"0.001344\",\"2000\"\n\"2024-07-12T20:25:00.000Z\",\"0.001752\",\"0.001443\",\"2000\"\n\"2024-07-12T20:30:00.000Z\",\"0.001787\",\"0.001571\",\"2000\"\n\"2024-07-12T20:35:00.000Z\",\"0.001813\",\"0.001511\",\"2000\"\n\"2024-07-12T20:40:00.000Z\",\"0.001791\",\"0.00155\",\"2000\"\n\"2024-07-12T20:45:00.000Z\",\"0.001808\",\"0.001542\",\"2000\"\n\"2024-07-12T20:50:00.000Z\",\"0.001773\",\"0.001512\",\"2000\"\n\"2024-07-12T20:55:00.000Z\",\"0.001773\",\"0.001539\",\"2000\"\n\"2024-07-12T21:00:00.000Z\",\"0.001859\",\"0.001526\",\"2000\"\n\"2024-07-12T21:05:00.000Z\",\"0.001624\",\"0.00132\",\"2000\"\n\"2024-07-12T21:10:00.000Z\",\"0.001622\",\"0.001353\",\"2000\"\n\"2024-07-12T21:15:00.000Z\",\"0.001854\",\"0.001673\",\"2000\"\n\"2024-07-12T21:20:00.000Z\",\"0.00174\",\"0.001536\",\"2000\"\n\"2024-07-12T21:25:00.000Z\",\"0.001824\",\"0.001501\",\"2000\"\n\"2024-07-12T21:30:00.000Z\",\"0.001743\",\"0.001506\",\"2000\"\n\"2024-07-12T21:35:00.000Z\",\"0.001784\",\"0.001572\",\"2000\"\n\"2024-07-12T21:40:00.000Z\",\"0.001643\",\"0.001331\",\"2000\"\n\"2024-07-12T21:45:00.000Z\",\"0.001756\",\"0.001477\",\"2000\"\n\"2024-07-12T21:50:00.000Z\",\"0.00163\",\"0.001414\",\"2000\"\n\"2024-07-12T21:55:00.000Z\",\"0.001907\",\"0.001705\",\"2000\"\n\"2024-07-12T22:00:00.000Z\",\"0.001701\",\"0.001497\",\"2000\"\n\"2024-07-12T22:05:00.000Z\",\"0.001631\",\"0.001327\",\"2000\"\n\"2024-07-12T22:10:00.000Z\",\"0.001966\",\"0.00168\",\"2000\"\n\"2024-07-12T22:15:00.000Z\",\"0.002365\",\"0.002037\",\"2000\"\n\"2024-07-12T22:20:00.000Z\",\"0.003293\",\"0.003123\",\"2000\"\n\"2024-07-12T22:25:00.000Z\",\"0.001736\",\"0.001432\",\"2000\"\n\"2024-07-12T22:30:00.000Z\",\"0.00206\",\"0.001857\",\"2000\"\n\"2024-07-12T22:35:00.000Z\",\"0.001657\",\"0.001467\",\"2000\"\n\"2024-07-12T22:40:00.000Z\",\"0.001838\",\"0.001515\",\"2000\"\n\"2024-07-12T22:45:00.000Z\",\"0.001927\",\"0.001698\",\"2000\"\n\"2024-07-12T22:50:00.000Z\",\"0.00243\",\"0.002006\",\"2000\"\n\"2024-07-12T22:55:00.000Z\",\"0.001694\",\"0.00138\",\"2000\"\n\"2024-07-12T23:00:00.000Z\",\"0.002451\",\"0.002052\",\"2000\"\n\"2024-07-12T23:05:00.000Z\",\"0.002207\",\"0.001864\",\"2000\"\n\"2024-07-12T23:10:00.000Z\",\"0.00188\",\"0.001508\",\"2000\"\n\"2024-07-12T23:15:00.000Z\",\"0.002147\",\"0.001861\",\"2000\"\n\"2024-07-12T23:20:00.000Z\",\"0.00219\",\"0.001726\",\"2000\"\n\"2024-07-12T23:25:00.000Z\",\"0.001949\",\"0.001686\",\"2000\"\n\"2024-07-12T23:30:00.000Z\",\"0.002513\",\"0.001971\",\"2000\"\n\"2024-07-12T23:35:00.000Z\",\"0.002362\",\"0.00191\",\"2000\"\n\"2024-07-12T23:40:00.000Z\",\"0.001638\",\"0.001396\",\"2000\"\n\"2024-07-12T23:45:00.000Z\",\"0.002542\",\"0.002247\",\"2000\"\n\"2024-07-12T23:50:00.000Z\",\"0.001923\",\"0.001621\",\"2000\"\n\"2024-07-12T23:55:00.000Z\",\"0.001982\",\"0.001623\",\"2000\"\n\"2024-07-13T00:00:00.000Z\",\"0.002018\",\"0.001774\",\"2000\"\n\"2024-07-13T00:05:00.000Z\",\"0.002085\",\"0.001841\",\"2000\"\n\"2024-07-13T00:10:00.000Z\",\"0.001942\",\"0.001613\",\"2000\"\n\"2024-07-13T00:15:00.000Z\",\"0.001999\",\"0.001671\",\"2000\"\n\"2024-07-13T00:20:00.000Z\",\"0.001565\",\"0.001333\",\"2000\"\n\"2024-07-13T00:25:00.000Z\",\"0.002752\",\"0.002291\",\"2000\"\n\"2024-07-13T00:30:00.000Z\",\"0.002085\",\"0.001866\",\"2000\"\n\"2024-07-13T00:35:00.000Z\",\"0.00169\",\"0.001396\",\"2000\"\n\"2024-07-13T00:40:00.000Z\",\"0.001996\",\"0.001704\",\"2000\"\n\"2024-07-13T00:45:00.000Z\",\"0.001876\",\"0.00162\",\"2000\"\n\"2024-07-13T00:50:00.000Z\",\"0.002019\",\"0.00167\",\"2000\"\n\"2024-07-13T00:55:00.000Z\",\"0.002562\",\"0.001945\",\"2000\"\n\"2024-07-13T01:00:00.000Z\",\"0.002039\",\"0.001732\",\"2000\"\n\"2024-07-13T01:05:00.000Z\",\"0.001759\",\"0.001479\",\"2000\"\n\"2024-07-13T01:10:00.000Z\",\"0.001799\",\"0.001569\",\"2000\"\n\"2024-07-13T01:15:00.000Z\",\"0.002038\",\"0.001725\",\"2000\"\n\"2024-07-13T01:20:00.000Z\",\"0.001715\",\"0.001408\",\"2000\"\n\"2024-07-13T01:25:00.000Z\",\"0.002046\",\"0.001675\",\"2000\"\n\"2024-07-13T01:30:00.000Z\",\"0.001867\",\"0.001469\",\"2000\"\n\"2024-07-13T01:35:00.000Z\",\"0.001691\",\"0.001469\",\"2000\"\n\"2024-07-13T01:40:00.000Z\",\"0.00192\",\"0.001624\",\"2000\"\n\"2024-07-13T01:45:00.000Z\",\"0.00217\",\"0.001871\",\"2000\"\n\"2024-07-13T01:50:00.000Z\",\"0.001696\",\"0.001412\",\"2000\"\n\"2024-07-13T01:55:00.000Z\",\"0.002063\",\"0.001817\",\"2000\"\n\"2024-07-13T02:00:00.000Z\",\"0.003657\",\"0.003429\",\"2000\"\n\"2024-07-13T02:05:00.000Z\",\"0.002044\",\"0.001736\",\"2000\"\n\"2024-07-13T02:10:00.000Z\",\"0.001733\",\"0.001417\",\"2000\"\n\"2024-07-13T02:15:00.000Z\",\"0.002399\",\"0.002093\",\"2000\"\n\"2024-07-13T02:20:00.000Z\",\"0.001843\",\"0.001584\",\"2000\"\n\"2024-07-13T02:25:00.000Z\",\"0.001769\",\"0.001473\",\"2000\"\n\"2024-07-13T02:30:00.000Z\",\"0.002135\",\"0.001766\",\"2000\"\n\"2024-07-13T02:35:00.000Z\",\"0.002327\",\"0.00198\",\"2000\"\n\"2024-07-13T02:40:00.000Z\",\"0.001668\",\"0.001415\",\"2000\"\n\"2024-07-13T02:45:00.000Z\",\"0.002117\",\"0.001776\",\"2000\"\n\"2024-07-13T02:50:00.000Z\",\"0.002058\",\"0.001749\",\"2000\"\n\"2024-07-13T02:55:00.000Z\",\"0.001761\",\"0.001499\",\"2000\"\n\"2024-07-13T03:00:00.000Z\",\"0.002845\",\"0.002247\",\"2000\"\n\"2024-07-13T03:05:00.000Z\",\"0.002304\",\"0.00189\",\"2000\"\n\"2024-07-13T03:10:00.000Z\",\"0.001714\",\"0.00144\",\"2000\"\n\"2024-07-13T03:15:00.000Z\",\"0.001897\",\"0.001612\",\"2000\"\n\"2024-07-13T03:20:00.000Z\",\"0.002007\",\"0.001702\",\"2000\"\n\"2024-07-13T03:25:00.000Z\",\"0.001725\",\"0.001387\",\"2000\"\n\"2024-07-13T03:30:00.000Z\",\"0.001937\",\"0.001643\",\"2000\"\n\"2024-07-13T03:35:00.000Z\",\"0.002003\",\"0.001697\",\"2000\"\n\"2024-07-13T03:40:00.000Z\",\"0.002372\",\"0.001967\",\"2000\"\n\"2024-07-13T03:45:00.000Z\",\"0.001292\",\"0.001172\",\"2000\"\n\"2024-07-13T03:50:00.000Z\",\"0.001833\",\"0.001396\",\"2000\"\n\"2024-07-13T03:55:00.000Z\",\"0.003904\",\"0.002884\",\"2000\"\n\"2024-07-13T04:00:00.000Z\",\"0.004431\",\"0.003334\",\"2000\"\n\"2024-07-13T04:05:00.000Z\",\"0.00378\",\"0.00282\",\"2000\"\n\"2024-07-13T04:10:00.000Z\",\"0.001802\",\"0.00152\",\"2000\"\n\"2024-07-13T04:15:00.000Z\",\"0.001379\",\"0.001205\",\"2000\"\n\"2024-07-13T04:20:00.000Z\",\"0.001187\",\"0.000971\",\"2000\"\n\"2024-07-13T04:25:00.000Z\",\"0.002017\",\"0.001802\",\"2000\"\n\"2024-07-13T04:30:00.000Z\",\"0.001529\",\"0.001303\",\"2000\"\n\"2024-07-13T04:35:00.000Z\",\"0.001253\",\"0.00109\",\"2000\"\n\"2024-07-13T04:40:00.000Z\",\"0.001789\",\"0.001541\",\"2000\"\n\"2024-07-13T04:45:00.000Z\",\"0.001276\",\"0.001147\",\"2000\"\n\"2024-07-13T04:50:00.000Z\",\"0.001786\",\"0.00159\",\"2000\"\n\"2024-07-13T04:55:00.000Z\",\"0.00335\",\"0.003145\",\"2000\"\n\"2024-07-13T05:00:00.000Z\",\"0.001184\",\"0.000967\",\"2000\"\n\"2024-07-13T05:05:00.000Z\",\"0.002258\",\"0.001648\",\"2000\"\n\"2024-07-13T05:10:00.000Z\",\"0.001836\",\"0.001543\",\"2000\"\n\"2024-07-13T05:15:00.000Z\",\"0.001641\",\"0.001273\",\"2000\"\n\"2024-07-13T05:20:00.000Z\",\"0.00119\",\"0.000972\",\"2000\"\n\"2024-07-13T05:25:00.000Z\",\"0.002148\",\"0.001825\",\"2000\"\n\"2024-07-13T05:30:00.000Z\",\"0.001495\",\"0.001319\",\"2000\"\n\"2024-07-13T05:35:00.000Z\",\"0.001215\",\"0.001061\",\"2000\"\n\"2024-07-13T05:40:00.000Z\",\"0.001971\",\"0.001728\",\"2000\"\n\"2024-07-13T05:45:00.000Z\",\"0.001538\",\"0.001214\",\"2000\"\n\"2024-07-13T05:50:00.000Z\",\"0.001625\",\"0.00133\",\"2000\"\n\"2024-07-13T05:55:00.000Z\",\"0.001952\",\"0.001672\",\"2000\"\n\"2024-07-13T06:00:00.000Z\",\"0.00217\",\"0.001672\",\"2000\"\n\"2024-07-13T06:05:00.000Z\",\"0.001679\",\"0.001465\",\"2000\"\n\"2024-07-13T06:10:00.000Z\",\"0.003838\",\"0.003403\",\"2000\"\n\"2024-07-13T06:15:00.000Z\",\"0.002375\",\"0.002075\",\"2000\"\n\"2024-07-13T06:20:00.000Z\",\"0.001777\",\"0.001463\",\"2000\"\n\"2024-07-13T06:25:00.000Z\",\"0.00156\",\"0.00135\",\"2000\"\n\"2024-07-13T06:30:00.000Z\",\"0.002097\",\"0.001716\",\"2000\"\n\"2024-07-13T06:35:00.000Z\",\"0.002246\",\"0.001872\",\"2000\"\n\"2024-07-13T06:40:00.000Z\",\"0.002042\",\"0.001835\",\"2000\"\n\"2024-07-13T06:45:00.000Z\",\"0.002019\",\"0.001674\",\"2000\"\n\"2024-07-13T06:50:00.000Z\",\"0.001585\",\"0.00134\",\"2000\"\n\"2024-07-13T06:55:00.000Z\",\"0.003775\",\"0.003451\",\"2000\"\n\"2024-07-13T07:00:00.000Z\",\"0.004074\",\"0.003707\",\"2000\"\n\"2024-07-13T07:05:00.000Z\",\"0.001733\",\"0.001383\",\"2000\"\n\"2024-07-13T07:10:00.000Z\",\"0.002145\",\"0.001771\",\"2000\"\n\"2024-07-13T07:15:00.000Z\",\"0.001676\",\"0.00141\",\"2000\"\n\"2024-07-13T07:20:00.000Z\",\"0.00253\",\"0.00224\",\"2000\"\n\"2024-07-13T07:25:00.000Z\",\"0.002052\",\"0.001721\",\"2000\"\n\"2024-07-13T07:30:00.000Z\",\"0.001914\",\"0.001688\",\"2000\"\n\"2024-07-13T07:35:00.000Z\",\"0.001785\",\"0.001523\",\"2000\"\n\"2024-07-13T07:40:00.000Z\",\"0.002643\",\"0.002264\",\"2000\"\n\"2024-07-13T07:45:00.000Z\",\"0.001722\",\"0.001471\",\"2000\"\n\"2024-07-13T07:50:00.000Z\",\"0.001977\",\"0.001621\",\"2000\"\n\"2024-07-13T07:55:00.000Z\",\"0.001963\",\"0.001646\",\"2000\"\n\"2024-07-13T08:00:00.000Z\",\"0.002236\",\"0.001965\",\"2000\"\n\"2024-07-13T08:05:00.000Z\",\"0.002498\",\"0.002115\",\"2000\"\n\"2024-07-13T08:10:00.000Z\",\"0.002302\",\"0.001941\",\"2000\"\n\"2024-07-13T08:15:00.000Z\",\"0.001902\",\"0.001651\",\"2000\"\n\"2024-07-13T08:20:00.000Z\",\"0.001829\",\"0.00148\",\"2000\"\n\"2024-07-13T08:25:00.000Z\",\"0.002347\",\"0.00201\",\"2000\"\n\"2024-07-13T08:30:00.000Z\",\"0.001872\",\"0.001551\",\"2000\"\n\"2024-07-13T08:35:00.000Z\",\"0.001728\",\"0.00149\",\"2000\"\n\"2024-07-13T08:40:00.000Z\",\"0.001927\",\"0.001655\",\"2000\"\n\"2024-07-13T08:45:00.000Z\",\"0.002149\",\"0.001777\",\"2000\"\n\"2024-07-13T08:50:00.000Z\",\"0.001911\",\"0.001635\",\"2000\"\n\"2024-07-13T08:55:00.000Z\",\"0.001957\",\"0.001624\",\"2000\"\n\"2024-07-13T09:00:00.000Z\",\"0.001851\",\"0.001525\",\"2000\"\n\"2024-07-13T09:05:00.000Z\",\"0.002202\",\"0.001906\",\"2000\"\n\"2024-07-13T09:10:00.000Z\",\"0.001765\",\"0.001489\",\"2000\"\n\"2024-07-13T09:15:00.000Z\",\"0.002116\",\"0.001811\",\"2000\"\n\"2024-07-13T09:20:00.000Z\",\"0.002195\",\"0.001889\",\"2000\"\n\"2024-07-13T09:25:00.000Z\",\"0.002273\",\"0.001821\",\"2000\"\n\"2024-07-13T09:30:00.000Z\",\"0.002696\",\"0.002394\",\"2000\"\n\"2024-07-13T09:35:00.000Z\",\"0.001882\",\"0.001553\",\"2000\"\n\"2024-07-13T09:40:00.000Z\",\"0.001856\",\"0.001578\",\"2000\"\n\"2024-07-13T09:45:00.000Z\",\"0.002303\",\"0.001903\",\"2000\"\n\"2024-07-13T09:50:00.000Z\",\"0.00209\",\"0.001932\",\"2000\"\n\"2024-07-13T09:55:00.000Z\",\"0.00177\",\"0.001527\",\"2000\"\n\"2024-07-13T10:00:00.000Z\",\"0.002193\",\"0.001723\",\"2000\"\n\"2024-07-13T10:05:00.000Z\",\"0.002009\",\"0.001689\",\"2000\"\n\"2024-07-13T10:10:00.000Z\",\"0.00179\",\"0.001518\",\"2000\"\n\"2024-07-13T10:15:00.000Z\",\"0.001996\",\"0.001721\",\"2000\"\n\"2024-07-13T10:20:00.000Z\",\"0.001805\",\"0.001496\",\"2000\"\n\"2024-07-13T10:25:00.000Z\",\"0.001775\",\"0.001523\",\"2000\"\n\"2024-07-13T10:30:00.000Z\",\"0.001917\",\"0.001661\",\"2000\"\n\"2024-07-13T10:35:00.000Z\",\"0.001933\",\"0.001683\",\"2000\"\n\"2024-07-13T10:40:00.000Z\",\"0.001693\",\"0.001421\",\"2000\"\n\"2024-07-13T10:45:00.000Z\",\"0.001965\",\"0.001655\",\"2000\"\n\"2024-07-13T10:50:00.000Z\",\"0.001721\",\"0.001439\",\"2000\"\n\"2024-07-13T10:55:00.000Z\",\"0.001827\",\"0.001579\",\"2000\"\n\"2024-07-13T11:00:00.000Z\",\"0.001689\",\"0.001366\",\"2000\"\n\"2024-07-13T11:05:00.000Z\",\"0.001923\",\"0.001634\",\"2000\"\n\"2024-07-13T11:10:00.000Z\",\"0.00176\",\"0.001511\",\"2000\"\n\"2024-07-13T11:15:00.000Z\",\"0.00176\",\"0.001442\",\"2000\"\n\"2024-07-13T11:20:00.000Z\",\"0.001869\",\"0.001662\",\"2000\"\n\"2024-07-13T11:25:00.000Z\",\"0.001792\",\"0.001487\",\"2000\"\n\"2024-07-13T11:30:00.000Z\",\"0.002078\",\"0.001767\",\"2000\"\n\"2024-07-13T11:35:00.000Z\",\"0.003242\",\"0.002963\",\"2000\"\n\"2024-07-13T11:40:00.000Z\",\"0.001805\",\"0.001475\",\"2000\"\n\"2024-07-13T11:45:00.000Z\",\"0.001452\",\"0.001184\",\"2000\"\n\"2024-07-13T11:50:00.000Z\",\"0.001758\",\"0.001478\",\"2000\"\n\"2024-07-13T11:55:00.000Z\",\"0.001821\",\"0.001494\",\"2000\"\n\"2024-07-13T12:00:00.000Z\",\"0.001923\",\"0.001638\",\"2000\"\n\"2024-07-13T12:05:00.000Z\",\"0.001722\",\"0.001431\",\"2000\"\n\"2024-07-13T12:10:00.000Z\",\"0.001753\",\"0.001468\",\"2000\"\n\"2024-07-13T12:15:00.000Z\",\"0.001837\",\"0.001505\",\"2000\"\n\"2024-07-13T12:20:00.000Z\",\"0.001313\",\"0.001076\",\"2000\"\n\"2024-07-13T12:25:00.000Z\",\"0.001784\",\"0.001604\",\"2000\"\n\"2024-07-13T12:30:00.000Z\",\"0.001888\",\"0.001619\",\"2000\"\n\"2024-07-13T12:35:00.000Z\",\"0.001672\",\"0.001452\",\"2000\"\n\"2024-07-13T12:40:00.000Z\",\"0.001829\",\"0.001512\",\"2000\"\n\"2024-07-13T12:45:00.000Z\",\"0.001844\",\"0.001544\",\"2000\"\n\"2024-07-13T12:50:00.000Z\",\"0.001718\",\"0.001379\",\"2000\"\n\"2024-07-13T12:55:00.000Z\",\"0.001659\",\"0.001361\",\"2000\"\n\"2024-07-13T13:00:00.000Z\",\"0.001872\",\"0.001551\",\"2000\"\n\"2024-07-13T13:05:00.000Z\",\"0.001875\",\"0.001618\",\"2000\"\n\"2024-07-13T13:10:00.000Z\",\"0.001751\",\"0.001374\",\"2000\"\n\"2024-07-13T13:15:00.000Z\",\"0.001739\",\"0.001516\",\"2000\"\n\"2024-07-13T13:20:00.000Z\",\"0.00154\",\"0.001223\",\"2000\"\n\"2024-07-13T15:35:00.000Z\",\"\",\"\",\"2000\"\n\"2024-07-13T15:40:00.000Z\",\"0.001429\",\"0.001129\",\"2000\"\n\"2024-07-13T15:45:00.000Z\",\"0.001429\",\"0.001165\",\"2000\"\n\"2024-07-13T15:50:00.000Z\",\"0.00125\",\"0.000946\",\"2000\"\n\"2024-07-13T15:55:00.000Z\",\"0.001155\",\"0.000826\",\"2000\"\n\"2024-07-13T16:00:00.000Z\",\"0.001282\",\"0.001036\",\"2000\"\n\"2024-07-13T16:05:00.000Z\",\"0.00129\",\"0.000908\",\"2000\"\n\"2024-07-13T16:10:00.000Z\",\"0.001113\",\"0.000898\",\"2000\"\n\"2024-07-13T16:15:00.000Z\",\"0.001695\",\"0.00142\",\"2000\"\n\"2024-07-13T16:20:00.000Z\",\"0.001772\",\"0.001322\",\"2000\"\n\"2024-07-13T16:25:00.000Z\",\"0.001236\",\"0.000972\",\"2000\"\n\"2024-07-13T16:30:00.000Z\",\"0.001327\",\"0.001048\",\"2000\"\n\"2024-07-13T16:35:00.000Z\",\"0.001824\",\"0.00143\",\"2000\"\n\"2024-07-13T16:40:00.000Z\",\"0.001429\",\"0.001093\",\"2000\"\n\"2024-07-13T16:45:00.000Z\",\"0.001918\",\"0.001513\",\"2000\"\n\"2024-07-13T16:50:00.000Z\",\"0.001416\",\"0.001178\",\"2000\"\n\"2024-07-13T16:55:00.000Z\",\"0.002063\",\"0.001368\",\"2000\"\n\"2024-07-13T17:00:00.000Z\",\"0.001708\",\"0.001362\",\"2000\"\n\"2024-07-13T17:05:00.000Z\",\"0.001496\",\"0.001226\",\"2000\"\n\"2024-07-13T17:10:00.000Z\",\"0.001125\",\"0.000838\",\"2000\"\n\"2024-07-13T17:15:00.000Z\",\"0.001794\",\"0.001411\",\"2000\"\n\"2024-07-13T17:20:00.000Z\",\"0.001145\",\"0.0009\",\"2000\"\n\"2024-07-13T17:25:00.000Z\",\"0.001661\",\"0.001399\",\"2000\"\n\"2024-07-13T17:30:00.000Z\",\"0.002159\",\"0.001753\",\"2000\"\n\"2024-07-13T17:35:00.000Z\",\"0.001191\",\"0.000908\",\"2000\"\n\"2024-07-13T17:40:00.000Z\",\"0.001697\",\"0.00132\",\"2000\"\n\"2024-07-13T17:45:00.000Z\",\"0.001202\",\"0.00086\",\"2000\"\n\"2024-07-13T17:50:00.000Z\",\"0.001515\",\"0.001117\",\"2000\"\n\"2024-07-13T17:55:00.000Z\",\"0.001968\",\"0.00154\",\"2000\"\n\"2024-07-13T18:00:00.000Z\",\"0.001177\",\"0.000915\",\"2000\"\n\"2024-07-13T18:05:00.000Z\",\"0.00143\",\"0.001169\",\"2000\"\n\"2024-07-13T18:10:00.000Z\",\"0.001736\",\"0.001411\",\"2000\"\n\"2024-07-13T18:15:00.000Z\",\"0.001499\",\"0.001165\",\"2000\"\n\"2024-07-13T18:20:00.000Z\",\"0.001567\",\"0.001245\",\"2000\"\n\"2024-07-13T18:25:00.000Z\",\"0.001531\",\"0.001214\",\"2000\"\n\"2024-07-13T18:30:00.000Z\",\"0.001498\",\"0.001215\",\"2000\"\n\"2024-07-13T18:35:00.000Z\",\"0.001829\",\"0.001359\",\"2000\"\n\"2024-07-13T18:40:00.000Z\",\"0.002976\",\"0.002707\",\"2000\"\n\"2024-07-13T18:45:00.000Z\",\"0.001723\",\"0.001378\",\"2000\"\n\"2024-07-13T18:50:00.000Z\",\"0.001716\",\"0.001396\",\"2000\"\n\"2024-07-13T18:55:00.000Z\",\"0.001337\",\"0.001074\",\"2000\"\n\"2024-07-13T19:00:00.000Z\",\"0.00228\",\"0.001812\",\"2000\"\n\"2024-07-13T19:05:00.000Z\",\"0.001474\",\"0.001069\",\"2000\"\n\"2024-07-13T19:10:00.000Z\",\"0.001084\",\"0.000813\",\"2000\"\n\"2024-07-13T19:15:00.000Z\",\"0.001586\",\"0.001321\",\"2000\"\n\"2024-07-13T19:20:00.000Z\",\"0.001889\",\"0.001585\",\"2000\"\n\"2024-07-13T19:25:00.000Z\",\"0.001263\",\"0.001072\",\"2000\"\n\"2024-07-13T19:30:00.000Z\",\"0.00199\",\"0.001584\",\"2000\"\n\"2024-07-13T19:35:00.000Z\",\"0.001354\",\"0.001134\",\"2000\"\n\"2024-07-13T19:40:00.000Z\",\"0.001747\",\"0.00143\",\"2000\"\n\"2024-07-13T19:45:00.000Z\",\"0.001656\",\"0.001291\",\"2000\"\n\"2024-07-13T19:50:00.000Z\",\"0.001314\",\"0.001048\",\"2000\"\n\"2024-07-13T19:55:00.000Z\",\"0.002276\",\"0.001786\",\"2000\"\n\"2024-07-13T20:00:00.000Z\",\"0.001577\",\"0.001278\",\"2000\"\n\"2024-07-13T20:05:00.000Z\",\"0.001569\",\"0.001071\",\"2000\"\n\"2024-07-13T20:10:00.000Z\",\"0.001816\",\"0.001484\",\"2000\"\n\"2024-07-13T20:15:00.000Z\",\"0.001893\",\"0.00144\",\"2000\"\n\"2024-07-13T20:20:00.000Z\",\"0.001593\",\"0.00135\",\"2000\"\n\"2024-07-13T20:25:00.000Z\",\"0.00149\",\"0.001172\",\"2000\"\n\"2024-07-13T20:30:00.000Z\",\"0.001315\",\"0.001063\",\"2000\"\n\"2024-07-13T20:35:00.000Z\",\"0.002109\",\"0.001687\",\"2000\"\n\"2024-07-13T20:40:00.000Z\",\"0.001397\",\"0.001151\",\"2000\"\n\"2024-07-13T20:45:00.000Z\",\"0.001272\",\"0.000927\",\"2000\"\n\"2024-07-13T20:50:00.000Z\",\"0.001885\",\"0.001617\",\"2000\"\n\"2024-07-13T20:55:00.000Z\",\"0.001534\",\"0.001227\",\"2000\"\n\"2024-07-13T21:00:00.000Z\",\"0.001737\",\"0.001399\",\"2000\"\n\"2024-07-13T21:05:00.000Z\",\"0.00334\",\"0.003126\",\"2000\"\n\"2024-07-13T21:10:00.000Z\",\"0.001936\",\"0.001489\",\"2000\"\n\"2024-07-13T21:15:00.000Z\",\"0.001632\",\"0.001338\",\"2000\"\n\"2024-07-13T21:20:00.000Z\",\"0.001686\",\"0.00139\",\"2000\"\n\"2024-07-13T21:25:00.000Z\",\"0.001428\",\"0.001233\",\"2000\"\n\"2024-07-13T21:30:00.000Z\",\"0.002004\",\"0.001507\",\"2000\"\n\"2024-07-13T21:35:00.000Z\",\"0.00114\",\"0.00083\",\"2000\"\n\"2024-07-13T21:40:00.000Z\",\"0.001739\",\"0.001387\",\"2000\"\n\"2024-07-13T21:45:00.000Z\",\"0.001919\",\"0.001397\",\"2000\"\n\"2024-07-13T21:50:00.000Z\",\"0.001866\",\"0.001505\",\"2000\"\n\"2024-07-13T21:55:00.000Z\",\"0.001553\",\"0.001294\",\"2000\"\n\"2024-07-13T22:00:00.000Z\",\"0.003047\",\"0.002752\",\"2000\"\n\"2024-07-13T22:05:00.000Z\",\"0.001674\",\"0.001408\",\"2000\"\n\"2024-07-13T22:10:00.000Z\",\"0.001099\",\"0.000919\",\"2000\"\n\"2024-07-13T22:15:00.000Z\",\"0.001231\",\"0.000907\",\"2000\"\n\"2024-07-13T22:20:00.000Z\",\"0.001262\",\"0.000955\",\"2000\"\n\"2024-07-13T22:25:00.000Z\",\"0.001338\",\"0.001058\",\"2000\"\n\"2024-07-13T22:30:00.000Z\",\"0.001179\",\"0.001055\",\"2000\"\n\"2024-07-13T22:35:00.000Z\",\"0.001471\",\"0.001183\",\"2000\"\n\"2024-07-13T22:40:00.000Z\",\"0.001201\",\"0.000929\",\"2000\"\n\"2024-07-13T22:45:00.000Z\",\"0.001302\",\"0.00099\",\"2000\"\n\"2024-07-13T22:50:00.000Z\",\"0.001309\",\"0.001009\",\"2000\"\n\"2024-07-13T22:55:00.000Z\",\"0.001126\",\"0.000896\",\"2000\"\n\"2024-07-13T23:00:00.000Z\",\"0.001215\",\"0.000879\",\"2000\"\n\"2024-07-13T23:05:00.000Z\",\"0.001462\",\"0.001168\",\"2000\"\n\"2024-07-13T23:10:00.000Z\",\"0.00122\",\"0.000995\",\"2000\"\n\"2024-07-13T23:15:00.000Z\",\"0.001706\",\"0.001481\",\"2000\"\n\"2024-07-13T23:20:00.000Z\",\"0.001214\",\"0.000935\",\"2000\"\n\"2024-07-13T23:25:00.000Z\",\"0.001137\",\"0.000905\",\"2000\"\n\"2024-07-13T23:30:00.000Z\",\"0.001281\",\"0.000966\",\"2000\"\n\"2024-07-13T23:35:00.000Z\",\"0.00128\",\"0.001058\",\"2000\"\n\"2024-07-13T23:40:00.000Z\",\"0.001018\",\"0.000761\",\"2000\"\n\"2024-07-13T23:45:00.000Z\",\"0.001132\",\"0.000889\",\"2000\"\n\"2024-07-13T23:50:00.000Z\",\"0.001086\",\"0.000896\",\"2000\"\n\"2024-07-13T23:55:00.000Z\",\"0.001407\",\"0.001159\",\"2000\"\n\"2024-07-14T00:00:00.000Z\",\"0.001167\",\"0.000886\",\"2000\"\n\"2024-07-14T00:05:00.000Z\",\"0.001184\",\"0.000915\",\"2000\"\n\"2024-07-14T00:10:00.000Z\",\"0.001207\",\"0.000888\",\"2000\"\n\"2024-07-14T00:15:00.000Z\",\"0.001331\",\"0.001074\",\"2000\"\n\"2024-07-14T00:20:00.000Z\",\"0.001226\",\"0.000979\",\"2000\"\n\"2024-07-14T00:25:00.000Z\",\"0.001323\",\"0.000925\",\"2000\"\n\"2024-07-14T00:30:00.000Z\",\"0.001367\",\"0.000986\",\"2000\"\n\"2024-07-14T00:35:00.000Z\",\"0.001224\",\"0.000876\",\"2000\"\n\"2024-07-14T00:40:00.000Z\",\"0.001244\",\"0.000958\",\"2000\"\n\"2024-07-14T00:45:00.000Z\",\"0.006697\",\"0.006071\",\"2000\"\n\"2024-07-14T00:50:00.000Z\",\"0.006809\",\"0.006137\",\"2000\"\n\"2024-07-14T00:55:00.000Z\",\"0.007031\",\"0.006327\",\"2000\"\n\"2024-07-14T01:00:00.000Z\",\"0.007093\",\"0.006418\",\"2000\"\n\"2024-07-14T01:05:00.000Z\",\"0.005672\",\"0.005197\",\"2000\"\n\"2024-07-14T01:10:00.000Z\",\"0.001396\",\"0.001126\",\"2000\"\n\"2024-07-14T01:15:00.000Z\",\"0.001309\",\"0.000905\",\"2000\"\n\"2024-07-14T01:20:00.000Z\",\"0.00137\",\"0.001095\",\"2000\"\n\"2024-07-14T01:25:00.000Z\",\"0.001138\",\"0.000833\",\"2000\"\n\"2024-07-14T01:30:00.000Z\",\"0.001007\",\"0.000758\",\"2000\"\n\"2024-07-14T01:35:00.000Z\",\"0.001381\",\"0.001104\",\"2000\"\n\"2024-07-14T01:40:00.000Z\",\"0.001345\",\"0.001055\",\"2000\"\n\"2024-07-14T01:45:00.000Z\",\"0.001297\",\"0.001083\",\"2000\"\n\"2024-07-14T01:50:00.000Z\",\"0.003047\",\"0.002798\",\"2000\"\n\"2024-07-14T01:55:00.000Z\",\"0.002035\",\"0.001718\",\"2000\"\n\"2024-07-14T02:00:00.000Z\",\"0.001227\",\"0.00096\",\"2000\"\n\"2024-07-14T02:05:00.000Z\",\"0.001226\",\"0.000937\",\"2000\"\n\"2024-07-14T02:10:00.000Z\",\"0.001724\",\"0.001293\",\"2000\"\n\"2024-07-14T02:15:00.000Z\",\"0.001198\",\"0.000983\",\"2000\"\n\"2024-07-14T02:20:00.000Z\",\"0.001272\",\"0.001026\",\"2000\"\n\"2024-07-14T02:25:00.000Z\",\"0.001313\",\"0.001119\",\"2000\"\n\"2024-07-14T02:30:00.000Z\",\"0.001253\",\"0.000945\",\"2000\"\n\"2024-07-14T02:35:00.000Z\",\"0.001091\",\"0.000791\",\"2000\"\n\"2024-07-14T02:40:00.000Z\",\"0.001172\",\"0.000892\",\"2000\"\n\"2024-07-14T02:45:00.000Z\",\"0.001037\",\"0.000774\",\"2000\"\n\"2024-07-14T02:50:00.000Z\",\"0.001277\",\"0.001111\",\"2000\"\n\"2024-07-14T02:55:00.000Z\",\"0.001203\",\"0.000894\",\"2000\"\n\"2024-07-14T03:00:00.000Z\",\"0.00103\",\"0.0008\",\"2000\"\n\"2024-07-14T03:05:00.000Z\",\"0.00136\",\"0.001064\",\"2000\"\n\"2024-07-14T03:10:00.000Z\",\"0.001309\",\"0.001092\",\"2000\"\n\"2024-07-14T03:15:00.000Z\",\"0.001377\",\"0.001056\",\"2000\"\n\"2024-07-14T03:20:00.000Z\",\"0.001107\",\"0.000797\",\"2000\"\n\"2024-07-14T03:25:00.000Z\",\"0.001107\",\"0.000875\",\"2000\"\n\"2024-07-14T03:30:00.000Z\",\"0.001277\",\"0.001066\",\"2000\"\n\"2024-07-14T03:35:00.000Z\",\"0.001291\",\"0.000988\",\"2000\"\n\"2024-07-14T03:40:00.000Z\",\"0.001277\",\"0.00101\",\"2000\"\n\"2024-07-14T03:45:00.000Z\",\"0.00059\",\"0.000488\",\"2000\"\n\"2024-07-14T03:50:00.000Z\",\"0.000866\",\"0.000579\",\"2000\"\n\"2024-07-14T03:55:00.000Z\",\"0.000639\",\"0.00044\",\"2000\"\n\"2024-07-14T04:00:00.000Z\",\"0.000752\",\"0.000527\",\"2000\"\n\"2024-07-14T04:05:00.000Z\",\"0.000758\",\"0.00068\",\"2000\"\n\"2024-07-14T04:10:00.000Z\",\"0.001216\",\"0.001041\",\"2000\"\n\"2024-07-14T04:15:00.000Z\",\"0.000746\",\"0.000536\",\"2000\"\n\"2024-07-14T04:20:00.000Z\",\"0.000793\",\"0.000561\",\"2000\"\n\"2024-07-14T04:25:00.000Z\",\"0.000965\",\"0.00049\",\"2000\"\n\"2024-07-14T04:30:00.000Z\",\"0.000557\",\"0.000436\",\"2000\"\n\"2024-07-14T04:35:00.000Z\",\"0.000844\",\"0.000653\",\"2000\"\n\"2024-07-14T04:40:00.000Z\",\"0.000791\",\"0.000533\",\"2000\"\n\"2024-07-14T04:45:00.000Z\",\"0.000785\",\"0.000656\",\"2000\"\n\"2024-07-14T04:50:00.000Z\",\"0.00072\",\"0.000517\",\"2000\"\n\"2024-07-14T04:55:00.000Z\",\"0.000959\",\"0.000843\",\"2000\"\n\"2024-07-14T05:00:00.000Z\",\"0.000603\",\"0.000463\",\"2000\"\n\"2024-07-14T05:05:00.000Z\",\"0.000722\",\"0.000534\",\"2000\"\n\"2024-07-14T05:10:00.000Z\",\"0.000766\",\"0.000515\",\"2000\"\n\"2024-07-14T05:15:00.000Z\",\"0.000571\",\"0.000441\",\"2000\"\n\"2024-07-14T05:20:00.000Z\",\"0.000761\",\"0.000557\",\"2000\"\n\"2024-07-14T05:25:00.000Z\",\"0.000836\",\"0.000693\",\"2000\"\n\"2024-07-14T05:30:00.000Z\",\"0.000844\",\"0.00055\",\"2000\"\n\"2024-07-14T05:35:00.000Z\",\"0.000553\",\"0.000471\",\"2000\"\n\"2024-07-14T05:40:00.000Z\",\"0.000851\",\"0.000656\",\"2000\"\n\"2024-07-14T05:45:00.000Z\",\"0.000649\",\"0.000441\",\"2000\"\n\"2024-07-14T05:50:00.000Z\",\"0.000769\",\"0.00048\",\"2000\"\n\"2024-07-14T05:55:00.000Z\",\"0.000477\",\"0.000363\",\"2000\"\n\"2024-07-14T06:00:00.000Z\",\"0.000931\",\"0.000702\",\"2000\"\n\"2024-07-14T06:05:00.000Z\",\"0.000822\",\"0.000634\",\"2000\"\n\"2024-07-14T06:10:00.000Z\",\"0.000905\",\"0.000681\",\"2000\"\n\"2024-07-14T06:15:00.000Z\",\"0.002518\",\"0.002297\",\"2000\"\n\"2024-07-14T06:20:00.000Z\",\"0.000785\",\"0.000549\",\"2000\"\n\"2024-07-14T06:25:00.000Z\",\"0.000615\",\"0.000476\",\"2000\"\n\"2024-07-14T06:30:00.000Z\",\"0.000808\",\"0.00058\",\"2000\"\n\"2024-07-14T06:35:00.000Z\",\"0.000823\",\"0.000567\",\"2000\"\n\"2024-07-14T06:40:00.000Z\",\"0.000751\",\"0.000555\",\"2000\"\n\"2024-07-14T06:45:00.000Z\",\"0.00095\",\"0.000724\",\"2000\"\n\"2024-07-14T06:50:00.000Z\",\"0.000751\",\"0.000621\",\"2000\"\n\"2024-07-14T06:55:00.000Z\",\"0.00067\",\"0.000495\",\"2000\"\n\"2024-07-14T07:00:00.000Z\",\"0.001004\",\"0.000697\",\"2000\"\n\"2024-07-14T07:05:00.000Z\",\"0.001004\",\"0.000747\",\"2000\"\n\"2024-07-14T07:10:00.000Z\",\"0.00126\",\"0.000946\",\"2000\"\n\"2024-07-14T07:15:00.000Z\",\"0.001129\",\"0.000919\",\"2000\"\n\"2024-07-14T07:20:00.000Z\",\"0.001321\",\"0.001036\",\"2000\"\n\"2024-07-14T07:25:00.000Z\",\"0.001133\",\"0.000861\",\"2000\"\n\"2024-07-14T07:30:00.000Z\",\"0.00116\",\"0.000915\",\"2000\"\n\"2024-07-14T07:35:00.000Z\",\"0.001263\",\"0.000944\",\"2000\"\n\"2024-07-14T07:40:00.000Z\",\"0.00131\",\"0.001018\",\"2000\"\n\"2024-07-14T07:45:00.000Z\",\"0.001197\",\"0.000886\",\"2000\"\n\"2024-07-14T07:50:00.000Z\",\"0.001059\",\"0.000748\",\"2000\"\n\"2024-07-14T07:55:00.000Z\",\"0.001343\",\"0.001009\",\"2000\"\n\"2024-07-14T08:00:00.000Z\",\"0.001405\",\"0.001123\",\"2000\"\n\"2024-07-14T08:05:00.000Z\",\"0.001136\",\"0.000905\",\"2000\"\n\"2024-07-14T08:10:00.000Z\",\"0.001112\",\"0.000865\",\"2000\"\n\"2024-07-14T08:15:00.000Z\",\"0.001168\",\"0.000852\",\"2000\"\n\"2024-07-14T08:20:00.000Z\",\"0.001127\",\"0.000887\",\"2000\"\n\"2024-07-14T08:25:00.000Z\",\"0.001195\",\"0.000879\",\"2000\"\n\"2024-07-14T08:30:00.000Z\",\"0.001142\",\"0.000911\",\"2000\"\n\"2024-07-14T08:35:00.000Z\",\"0.001154\",\"0.000841\",\"2000\"\n\"2024-07-14T08:40:00.000Z\",\"0.001385\",\"0.001103\",\"2000\"\n\"2024-07-14T08:45:00.000Z\",\"0.001173\",\"0.000936\",\"2000\"\n\"2024-07-14T08:50:00.000Z\",\"0.001171\",\"0.000847\",\"2000\"\n\"2024-07-14T08:55:00.000Z\",\"0.001119\",\"0.000767\",\"2000\"\n\"2024-07-14T09:00:00.000Z\",\"0.002895\",\"0.002673\",\"2000\"\n\"2024-07-14T09:05:00.000Z\",\"0.001207\",\"0.000865\",\"2000\"\n\"2024-07-14T09:10:00.000Z\",\"0.001381\",\"0.00114\",\"2000\"\n\"2024-07-14T09:15:00.000Z\",\"0.001222\",\"0.000962\",\"2000\"\n\"2024-07-14T09:20:00.000Z\",\"0.001279\",\"0.00101\",\"2000\"\n\"2024-07-14T09:25:00.000Z\",\"0.001182\",\"0.000844\",\"2000\"\n\"2024-07-14T09:30:00.000Z\",\"0.001059\",\"0.000808\",\"2000\"\n\"2024-07-14T09:35:00.000Z\",\"0.001414\",\"0.00106\",\"2000\"\n\"2024-07-14T09:40:00.000Z\",\"0.00112\",\"0.000823\",\"2000\"\n\"2024-07-14T09:45:00.000Z\",\"0.001159\",\"0.000848\",\"2000\"\n\"2024-07-14T09:50:00.000Z\",\"0.001212\",\"0.000973\",\"2000\"\n\"2024-07-14T09:55:00.000Z\",\"0.001359\",\"0.000997\",\"2000\"\n\"2024-07-14T10:00:00.000Z\",\"0.000981\",\"0.000822\",\"2000\"\n\"2024-07-14T10:05:00.000Z\",\"0.001075\",\"0.000717\",\"2000\"\n\"2024-07-14T10:10:00.000Z\",\"0.00122\",\"0.000983\",\"2000\"\n\"2024-07-14T10:15:00.000Z\",\"0.001259\",\"0.00096\",\"2000\"\n\"2024-07-14T10:20:00.000Z\",\"0.001966\",\"0.001538\",\"2000\"\n\"2024-07-14T10:25:00.000Z\",\"0.001255\",\"0.000981\",\"2000\"\n\"2024-07-14T10:30:00.000Z\",\"0.001206\",\"0.00101\",\"2000\"\n\"2024-07-14T10:35:00.000Z\",\"0.002013\",\"0.001621\",\"2000\"\n\"2024-07-14T10:40:00.000Z\",\"0.001703\",\"0.001379\",\"2000\"\n\"2024-07-14T10:45:00.000Z\",\"0.001014\",\"0.000757\",\"2000\"\n\"2024-07-14T10:50:00.000Z\",\"0.001451\",\"0.001109\",\"2000\"\n\"2024-07-14T10:55:00.000Z\",\"0.002462\",\"0.002063\",\"2000\"\n\"2024-07-14T11:00:00.000Z\",\"0.001903\",\"0.001635\",\"2000\"\n\"2024-07-14T11:05:00.000Z\",\"0.00161\",\"0.001266\",\"2000\"\n\"2024-07-14T11:10:00.000Z\",\"0.001479\",\"0.00122\",\"2000\"\n\"2024-07-14T11:15:00.000Z\",\"0.002065\",\"0.001464\",\"2000\"\n\"2024-07-14T11:20:00.000Z\",\"0.001696\",\"0.001339\",\"2000\"\n\"2024-07-14T11:25:00.000Z\",\"0.001132\",\"0.000872\",\"2000\"\n\"2024-07-14T11:30:00.000Z\",\"0.001619\",\"0.001284\",\"2000\"\n\"2024-07-14T11:35:00.000Z\",\"0.001331\",\"0.001015\",\"2000\"\n\"2024-07-14T11:40:00.000Z\",\"0.001746\",\"0.001454\",\"2000\"\n\"2024-07-14T11:45:00.000Z\",\"0.001606\",\"0.001192\",\"2000\"\n\"2024-07-14T11:50:00.000Z\",\"0.00116\",\"0.000878\",\"2000\"\n\"2024-07-14T11:55:00.000Z\",\"0.00149\",\"0.001158\",\"2000\"\n\"2024-07-14T12:00:00.000Z\",\"0.001811\",\"0.001464\",\"2000\"\n\"2024-07-14T12:05:00.000Z\",\"0.001372\",\"0.001053\",\"2000\"\n\"2024-07-14T12:10:00.000Z\",\"0.001383\",\"0.001046\",\"2000\"\n\"2024-07-14T12:15:00.000Z\",\"0.001392\",\"0.001066\",\"2000\"\n\"2024-07-14T12:20:00.000Z\",\"0.001779\",\"0.001491\",\"2000\"\n\"2024-07-14T12:25:00.000Z\",\"0.00144\",\"0.001123\",\"2000\"\n\"2024-07-14T12:30:00.000Z\",\"0.001139\",\"0.000949\",\"2000\"\n\"2024-07-14T12:35:00.000Z\",\"0.001372\",\"0.000976\",\"2000\"\n\"2024-07-14T12:40:00.000Z\",\"0.001376\",\"0.001062\",\"2000\"\n\"2024-07-14T12:45:00.000Z\",\"0.001371\",\"0.001048\",\"2000\"\n\"2024-07-14T12:50:00.000Z\",\"0.001471\",\"0.001083\",\"2000\"\n\"2024-07-14T12:55:00.000Z\",\"0.00152\",\"0.001135\",\"2000\"\n\"2024-07-14T13:00:00.000Z\",\"0.001461\",\"0.001285\",\"2000\"\n\"2024-07-14T13:05:00.000Z\",\"0.000987\",\"0.000723\",\"2000\"\n\"2024-07-14T13:10:00.000Z\",\"0.001493\",\"0.001244\",\"2000\"\n\"2024-07-14T13:15:00.000Z\",\"0.001737\",\"0.0014\",\"2000\"\n\"2024-07-14T13:20:00.000Z\",\"0.001063\",\"0.000765\",\"2000\"\n\"2024-07-14T13:25:00.000Z\",\"0.001048\",\"0.000762\",\"2000\"\n\"2024-07-14T13:30:00.000Z\",\"0.002038\",\"0.001665\",\"2000\"\n\"2024-07-14T13:35:00.000Z\",\"0.001087\",\"0.000843\",\"2000\"\n\"2024-07-14T13:40:00.000Z\",\"0.001276\",\"0.000982\",\"2000\"\n\"2024-07-14T13:45:00.000Z\",\"0.001648\",\"0.001299\",\"2000\"\n\"2024-07-14T13:50:00.000Z\",\"0.001228\",\"0.000886\",\"2000\"\n\"2024-07-14T13:55:00.000Z\",\"0.001021\",\"0.000741\",\"2000\"\n\"2024-07-14T14:00:00.000Z\",\"0.001558\",\"0.001161\",\"2000\"\n\"2024-07-14T14:05:00.000Z\",\"0.001739\",\"0.001451\",\"2000\"\n\"2024-07-14T14:10:00.000Z\",\"0.001173\",\"0.000834\",\"2000\"\n\"2024-07-14T14:15:00.000Z\",\"0.001184\",\"0.000894\",\"2000\"\n\"2024-07-14T14:20:00.000Z\",\"0.002153\",\"0.00158\",\"2000\"\n\"2024-07-14T14:25:00.000Z\",\"0.001194\",\"0.000922\",\"2000\"\n\"2024-07-14T14:30:00.000Z\",\"0.001536\",\"0.001142\",\"2000\"\n\"2024-07-14T14:35:00.000Z\",\"0.00203\",\"0.001538\",\"2000\"\n\"2024-07-14T14:40:00.000Z\",\"0.001262\",\"0.000945\",\"2000\"\n\"2024-07-14T14:45:00.000Z\",\"0.001336\",\"0.001062\",\"2000\"\n\"2024-07-14T14:50:00.000Z\",\"0.001348\",\"0.001035\",\"2000\"\n\"2024-07-14T14:55:00.000Z\",\"0.001863\",\"0.001493\",\"2000\"\n\"2024-07-14T15:00:00.000Z\",\"0.001289\",\"0.001051\",\"2000\"\n\"2024-07-14T15:05:00.000Z\",\"0.00153\",\"0.001121\",\"2000\"\n\"2024-07-14T15:10:00.000Z\",\"0.001584\",\"0.001289\",\"2000\"\n\"2024-07-14T15:15:00.000Z\",\"0.001652\",\"0.001182\",\"2000\"\n\"2024-07-14T15:20:00.000Z\",\"0.00206\",\"0.00167\",\"2000\"\n\"2024-07-14T15:25:00.000Z\",\"0.003162\",\"0.002709\",\"2000\"\n\"2024-07-14T15:30:00.000Z\",\"0.002191\",\"0.001816\",\"2000\"\n\"2024-07-14T15:35:00.000Z\",\"0.001419\",\"0.001131\",\"2000\"\n\"2024-07-14T15:40:00.000Z\",\"0.001613\",\"0.001343\",\"2000\"\n\"2024-07-14T15:45:00.000Z\",\"0.001131\",\"0.000793\",\"2000\"\n\"2024-07-14T15:50:00.000Z\",\"0.001029\",\"0.000807\",\"2000\"\n\"2024-07-14T15:55:00.000Z\",\"0.004783\",\"0.003921\",\"2000\"\n\"2024-07-14T16:00:00.000Z\",\"0.004774\",\"0.00382\",\"2000\"\n\"2024-07-14T16:05:00.000Z\",\"0.004403\",\"0.003514\",\"2000\"\n\"2024-07-14T16:10:00.000Z\",\"0.004596\",\"0.00387\",\"2000\"\n\"2024-07-14T16:15:00.000Z\",\"0.004455\",\"0.003709\",\"2000\"\n\"2024-07-14T16:20:00.000Z\",\"0.004844\",\"0.004113\",\"2000\"\n\"2024-07-14T16:25:00.000Z\",\"0.004919\",\"0.004171\",\"2000\"\n\"2024-07-14T16:30:00.000Z\",\"0.004451\",\"0.003608\",\"2000\"\n\"2024-07-14T16:35:00.000Z\",\"0.001185\",\"0.000884\",\"2000\"\n\"2024-07-14T16:40:00.000Z\",\"0.001143\",\"0.000946\",\"2000\"\n\"2024-07-14T16:45:00.000Z\",\"0.001308\",\"0.001048\",\"2000\"\n\"2024-07-14T16:50:00.000Z\",\"0.001347\",\"0.001082\",\"2000\"\n\"2024-07-14T16:55:00.000Z\",\"0.001703\",\"0.001508\",\"2000\"\n\"2024-07-14T17:00:00.000Z\",\"0.002515\",\"0.002243\",\"2000\"\n\"2024-07-14T17:05:00.000Z\",\"0.001147\",\"0.000827\",\"2000\"\n\"2024-07-14T17:10:00.000Z\",\"0.001104\",\"0.000855\",\"2000\"\n\"2024-07-14T17:15:00.000Z\",\"0.001104\",\"0.000795\",\"2000\"\n\"2024-07-14T17:20:00.000Z\",\"0.001054\",\"0.000823\",\"2000\"\n\"2024-07-14T17:25:00.000Z\",\"0.001277\",\"0.001004\",\"2000\"\n\"2024-07-14T17:30:00.000Z\",\"0.001034\",\"0.000799\",\"2000\"\n\"2024-07-14T17:35:00.000Z\",\"0.001197\",\"0.0009\",\"2000\"\n\"2024-07-14T17:40:00.000Z\",\"0.001129\",\"0.000828\",\"2000\"\n\"2024-07-14T17:45:00.000Z\",\"0.001178\",\"0.000923\",\"2000\"\n\"2024-07-14T17:50:00.000Z\",\"0.001115\",\"0.00086\",\"2000\"\n\"2024-07-14T17:55:00.000Z\",\"0.00121\",\"0.000886\",\"2000\"\n\"2024-07-14T18:00:00.000Z\",\"0.001087\",\"0.000896\",\"2000\"\n\"2024-07-14T18:05:00.000Z\",\"0.001104\",\"0.000896\",\"2000\"\n\"2024-07-14T18:10:00.000Z\",\"0.000821\",\"0.000633\",\"2000\"\n\"2024-07-14T18:15:00.000Z\",\"0.001065\",\"0.000752\",\"2000\"\n\"2024-07-14T18:20:00.000Z\",\"0.001098\",\"0.000863\",\"2000\"\n\"2024-07-14T18:25:00.000Z\",\"0.001087\",\"0.000763\",\"2000\"\n\"2024-07-14T18:30:00.000Z\",\"0.001146\",\"0.000838\",\"2000\"\n\"2024-07-14T18:35:00.000Z\",\"0.001084\",\"0.000776\",\"2000\"\n\"2024-07-14T18:40:00.000Z\",\"0.001035\",\"0.000833\",\"2000\"\n\"2024-07-14T18:45:00.000Z\",\"0.00117\",\"0.000844\",\"2000\"\n\"2024-07-14T18:50:00.000Z\",\"0.001197\",\"0.001005\",\"2000\"\n\"2024-07-14T18:55:00.000Z\",\"0.001309\",\"0.001003\",\"2000\"\n\"2024-07-14T19:00:00.000Z\",\"0.000922\",\"0.000606\",\"2000\"\n\"2024-07-14T19:05:00.000Z\",\"0.000834\",\"0.000612\",\"2000\"\n\"2024-07-14T19:10:00.000Z\",\"0.001001\",\"0.000763\",\"2000\"\n\"2024-07-14T19:15:00.000Z\",\"0.001249\",\"0.000911\",\"2000\"\n\"2024-07-14T19:20:00.000Z\",\"0.001127\",\"0.000883\",\"2000\"\n\"2024-07-14T19:25:00.000Z\",\"0.001204\",\"0.000946\",\"2000\"\n\"2024-07-14T19:30:00.000Z\",\"0.001794\",\"0.0015\",\"2000\"\n\"2024-07-14T19:35:00.000Z\",\"0.002178\",\"0.001889\",\"2000\"\n\"2024-07-14T19:40:00.000Z\",\"0.001121\",\"0.00084\",\"2000\"\n\"2024-07-14T19:45:00.000Z\",\"0.001155\",\"0.000889\",\"2000\"\n\"2024-07-14T19:50:00.000Z\",\"0.00111\",\"0.000805\",\"2000\"\n\"2024-07-14T19:55:00.000Z\",\"0.001154\",\"0.000959\",\"2000\"\n\"2024-07-14T20:00:00.000Z\",\"0.001142\",\"0.000876\",\"2000\"\n\"2024-07-14T20:05:00.000Z\",\"0.001303\",\"0.000998\",\"2000\"\n\"2024-07-14T20:10:00.000Z\",\"0.001058\",\"0.000767\",\"2000\"\n\"2024-07-14T20:15:00.000Z\",\"0.001097\",\"0.000838\",\"2000\"\n\"2024-07-14T20:20:00.000Z\",\"0.001099\",\"0.000776\",\"2000\"\n\"2024-07-14T20:25:00.000Z\",\"0.001091\",\"0.000798\",\"2000\"\n\"2024-07-14T20:30:00.000Z\",\"0.001174\",\"0.000879\",\"2000\"\n\"2024-07-14T20:35:00.000Z\",\"0.001148\",\"0.000971\",\"2000\"\n\"2024-07-14T20:40:00.000Z\",\"0.001262\",\"0.000934\",\"2000\"\n\"2024-07-14T20:45:00.000Z\",\"0.001197\",\"0.000897\",\"2000\"\n\"2024-07-14T20:50:00.000Z\",\"0.001084\",\"0.000798\",\"2000\"\n\"2024-07-14T20:55:00.000Z\",\"0.001154\",\"0.000854\",\"2000\"\n\"2024-07-14T21:00:00.000Z\",\"0.001104\",\"0.000822\",\"2000\"\n\"2024-07-14T21:05:00.000Z\",\"0.001127\",\"0.000846\",\"2000\"\n\"2024-07-14T21:10:00.000Z\",\"0.003772\",\"0.003426\",\"2000\"\n\"2024-07-14T21:15:00.000Z\",\"0.005889\",\"0.005399\",\"2000\"\n\"2024-07-14T21:20:00.000Z\",\"0.005853\",\"0.005335\",\"2000\"\n\"2024-07-14T21:25:00.000Z\",\"0.005744\",\"0.005215\",\"2000\"\n\"2024-07-14T21:30:00.000Z\",\"0.005878\",\"0.005434\",\"2000\"\n\"2024-07-14T21:35:00.000Z\",\"0.005814\",\"0.005307\",\"2000\"\n\"2024-07-14T21:40:00.000Z\",\"0.002675\",\"0.002302\",\"2000\"\n\"2024-07-14T21:45:00.000Z\",\"0.001231\",\"0.000997\",\"2000\"\n\"2024-07-14T21:50:00.000Z\",\"0.001058\",\"0.000763\",\"2000\"\n\"2024-07-14T21:55:00.000Z\",\"0.001291\",\"0.00107\",\"2000\"\n\"2024-07-14T22:00:00.000Z\",\"0.000845\",\"0.000646\",\"2000\"\n\"2024-07-14T22:05:00.000Z\",\"0.000989\",\"0.000664\",\"2000\"\n\"2024-07-14T22:10:00.000Z\",\"0.001108\",\"0.000819\",\"2000\"\n\"2024-07-14T22:15:00.000Z\",\"0.002335\",\"0.001894\",\"2000\"\n\"2024-07-14T22:20:00.000Z\",\"0.001151\",\"0.000864\",\"2000\"\n\"2024-07-14T22:25:00.000Z\",\"0.001403\",\"0.00109\",\"2000\"\n\"2024-07-14T22:30:00.000Z\",\"0.001617\",\"0.001379\",\"2000\"\n\"2024-07-14T22:35:00.000Z\",\"0.001261\",\"0.000975\",\"2000\"\n\"2024-07-14T22:40:00.000Z\",\"0.001527\",\"0.00115\",\"2000\"\n\"2024-07-14T22:45:00.000Z\",\"0.001455\",\"0.001113\",\"2000\"\n\"2024-07-14T22:50:00.000Z\",\"0.001198\",\"0.000899\",\"2000\"\n\"2024-07-14T22:55:00.000Z\",\"0.001401\",\"0.0011\",\"2000\"\n\"2024-07-14T23:00:00.000Z\",\"0.004832\",\"0.003798\",\"2000\"\n\"2024-07-14T23:05:00.000Z\",\"0.004947\",\"0.003909\",\"2000\"\n\"2024-07-14T23:10:00.000Z\",\"0.001699\",\"0.001347\",\"2000\"\n\"2024-07-14T23:15:00.000Z\",\"0.001368\",\"0.000999\",\"2000\"\n\"2024-07-14T23:20:00.000Z\",\"0.00158\",\"0.001125\",\"2000\"\n\"2024-07-14T23:25:00.000Z\",\"0.001218\",\"0.001032\",\"2000\"\n\"2024-07-14T23:30:00.000Z\",\"0.002248\",\"0.00185\",\"2000\"\n\"2024-07-14T23:35:00.000Z\",\"0.00429\",\"0.003897\",\"2000\"\n\"2024-07-14T23:40:00.000Z\",\"0.003528\",\"0.002873\",\"2000\"\n\"2024-07-14T23:45:00.000Z\",\"0.001889\",\"0.001512\",\"2000\"\n\"2024-07-14T23:50:00.000Z\",\"0.001749\",\"0.001317\",\"2000\"\n\"2024-07-14T23:55:00.000Z\",\"0.001405\",\"0.001103\",\"2000\"\n\"2024-07-15T00:00:00.000Z\",\"0.001377\",\"0.001065\",\"2000\"\n\"2024-07-15T00:05:00.000Z\",\"0.001004\",\"0.000767\",\"2000\"\n\"2024-07-15T00:10:00.000Z\",\"0.001935\",\"0.001492\",\"2000\"\n\"2024-07-15T00:15:00.000Z\",\"0.001471\",\"0.001076\",\"2000\"\n\"2024-07-15T00:20:00.000Z\",\"0.001197\",\"0.000936\",\"2000\"\n\"2024-07-15T00:25:00.000Z\",\"0.001578\",\"0.001263\",\"2000\"\n\"2024-07-15T00:30:00.000Z\",\"0.001479\",\"0.001106\",\"2000\"\n\"2024-07-15T00:35:00.000Z\",\"0.001082\",\"0.000792\",\"2000\"\n\"2024-07-15T00:40:00.000Z\",\"0.001374\",\"0.00109\",\"2000\"\n\"2024-07-15T00:45:00.000Z\",\"0.001702\",\"0.001223\",\"2000\"\n\"2024-07-15T00:50:00.000Z\",\"0.001149\",\"0.000861\",\"2000\"\n\"2024-07-15T00:55:00.000Z\",\"0.001398\",\"0.001148\",\"2000\"\n\"2024-07-15T01:00:00.000Z\",\"0.001144\",\"0.000846\",\"2000\"\n\"2024-07-15T01:05:00.000Z\",\"0.000899\",\"0.000652\",\"2000\"\n\"2024-07-15T01:10:00.000Z\",\"0.001245\",\"0.000985\",\"2000\"\n\"2024-07-15T01:15:00.000Z\",\"0.001548\",\"0.001171\",\"2000\"\n\"2024-07-15T01:20:00.000Z\",\"0.001224\",\"0.000998\",\"2000\"\n\"2024-07-15T01:25:00.000Z\",\"0.001444\",\"0.00112\",\"2000\"\n\"2024-07-15T01:30:00.000Z\",\"0.001515\",\"0.001216\",\"2000\"\n\"2024-07-15T01:35:00.000Z\",\"0.001736\",\"0.001496\",\"2000\"\n\"2024-07-15T01:40:00.000Z\",\"0.002989\",\"0.0027\",\"2000\"\n\"2024-07-15T01:45:00.000Z\",\"0.001202\",\"0.000925\",\"2000\"\n\"2024-07-15T01:50:00.000Z\",\"0.001252\",\"0.001004\",\"2000\"\n\"2024-07-15T01:55:00.000Z\",\"0.001697\",\"0.001321\",\"2000\"\n\"2024-07-15T02:00:00.000Z\",\"0.001723\",\"0.001196\",\"2000\"\n\"2024-07-15T02:05:00.000Z\",\"0.00137\",\"0.001009\",\"2000\"\n\"2024-07-15T02:10:00.000Z\",\"0.001472\",\"0.001178\",\"2000\"\n\"2024-07-15T02:15:00.000Z\",\"0.00364\",\"0.00372\",\"2000\"\n\"2024-07-15T02:20:00.000Z\",\"0.001167\",\"0.00095\",\"2000\"\n\"2024-07-15T02:25:00.000Z\",\"0.001443\",\"0.001015\",\"2000\"\n\"2024-07-15T02:30:00.000Z\",\"0.001018\",\"0.000771\",\"2000\"\n\"2024-07-15T02:35:00.000Z\",\"0.001397\",\"0.00105\",\"2000\"\n\"2024-07-15T02:40:00.000Z\",\"0.001446\",\"0.001128\",\"2000\"\n\"2024-07-15T02:45:00.000Z\",\"0.001154\",\"0.000865\",\"2000\"\n\"2024-07-15T02:50:00.000Z\",\"0.001597\",\"0.001301\",\"2000\"\n\"2024-07-15T02:55:00.000Z\",\"0.00141\",\"0.001126\",\"2000\"\n\"2024-07-15T03:00:00.000Z\",\"0.00182\",\"0.00137\",\"2000\"\n\"2024-07-15T03:05:00.000Z\",\"0.00107\",\"0.000767\",\"2000\"\n\"2024-07-15T03:10:00.000Z\",\"0.001514\",\"0.001185\",\"2000\"\n\"2024-07-15T03:15:00.000Z\",\"0.001173\",\"0.000852\",\"2000\"\n\"2024-07-15T03:20:00.000Z\",\"0.001317\",\"0.001\",\"2000\"\n\"2024-07-15T03:25:00.000Z\",\"0.001345\",\"0.001064\",\"2000\"\n\"2024-07-15T03:30:00.000Z\",\"0.001338\",\"0.001042\",\"2000\"\n\"2024-07-15T03:35:00.000Z\",\"0.001209\",\"0.000923\",\"2000\"\n\"2024-07-15T03:40:00.000Z\",\"0.001554\",\"0.001247\",\"2000\"\n\"2024-07-15T03:45:00.000Z\",\"0.002553\",\"0.002371\",\"2000\"\n\"2024-07-15T03:50:00.000Z\",\"0.000741\",\"0.000539\",\"2000\"\n\"2024-07-15T03:55:00.000Z\",\"0.001744\",\"0.001347\",\"2000\"\n\"2024-07-15T04:00:00.000Z\",\"0.000591\",\"0.000457\",\"2000\"\n\"2024-07-15T04:05:00.000Z\",\"0.000868\",\"0.000645\",\"2000\"\n\"2024-07-15T04:10:00.000Z\",\"0.000543\",\"0.00044\",\"2000\"\n\"2024-07-15T04:15:00.000Z\",\"0.000889\",\"0.000648\",\"2000\"\n\"2024-07-15T04:20:00.000Z\",\"0.001046\",\"0.000827\",\"2000\"\n\"2024-07-15T04:25:00.000Z\",\"0.003634\",\"0.003115\",\"2000\"\n\"2024-07-15T04:30:00.000Z\",\"0.003392\",\"0.002829\",\"2000\"\n\"2024-07-15T04:35:00.000Z\",\"0.00347\",\"0.002833\",\"2000\"\n\"2024-07-15T04:40:00.000Z\",\"0.004448\",\"0.003695\",\"2000\"\n\"2024-07-15T04:45:00.000Z\",\"0.003613\",\"0.002943\",\"2000\"\n\"2024-07-15T04:50:00.000Z\",\"0.003712\",\"0.003179\",\"2000\"\n\"2024-07-15T04:55:00.000Z\",\"0.000923\",\"0.000679\",\"2000\"\n\"2024-07-15T05:00:00.000Z\",\"0.001474\",\"0.001004\",\"2000\"\n\"2024-07-15T05:05:00.000Z\",\"0.001076\",\"0.000744\",\"2000\"\n\"2024-07-15T05:10:00.000Z\",\"0.00093\",\"0.000728\",\"2000\"\n\"2024-07-15T05:15:00.000Z\",\"0.000793\",\"0.000559\",\"2000\"\n\"2024-07-15T05:20:00.000Z\",\"0.002269\",\"0.001491\",\"2000\"\n\"2024-07-15T05:25:00.000Z\",\"0.001199\",\"0.000815\",\"2000\"\n\"2024-07-15T05:30:00.000Z\",\"0.001928\",\"0.001607\",\"2000\"\n\"2024-07-15T05:35:00.000Z\",\"0.0011\",\"0.000845\",\"2000\"\n\"2024-07-15T05:40:00.000Z\",\"0.001756\",\"0.001296\",\"2000\"\n\"2024-07-15T05:45:00.000Z\",\"0.001598\",\"0.00111\",\"2000\"\n\"2024-07-15T05:50:00.000Z\",\"0.00109\",\"0.000782\",\"2000\"\n\"2024-07-15T05:55:00.000Z\",\"0.001604\",\"0.001321\",\"2000\"\n\"2024-07-15T06:00:00.000Z\",\"0.001387\",\"0.001084\",\"2000\"\n\"2024-07-15T06:05:00.000Z\",\"0.001538\",\"0.001272\",\"2000\"\n\"2024-07-15T06:10:00.000Z\",\"0.001373\",\"0.001094\",\"2000\"\n\"2024-07-15T06:15:00.000Z\",\"0.001175\",\"0.000876\",\"2000\"\n\"2024-07-15T06:20:00.000Z\",\"0.001935\",\"0.001407\",\"2000\"\n\"2024-07-15T06:25:00.000Z\",\"0.002267\",\"0.001825\",\"2000\"\n\"2024-07-15T06:30:00.000Z\",\"0.002175\",\"0.001908\",\"2000\"\n\"2024-07-15T06:35:00.000Z\",\"0.001918\",\"0.001458\",\"2000\"\n\"2024-07-15T06:40:00.000Z\",\"0.001206\",\"0.000929\",\"2000\"\n\"2024-07-15T06:45:00.000Z\",\"0.00171\",\"0.001347\",\"2000\"\n\"2024-07-15T06:50:00.000Z\",\"0.001054\",\"0.000769\",\"2000\"\n\"2024-07-15T06:55:00.000Z\",\"0.001182\",\"0.000919\",\"2000\"\n\"2024-07-15T07:00:00.000Z\",\"0.001751\",\"0.001412\",\"2000\"\n\"2024-07-15T07:05:00.000Z\",\"0.001104\",\"0.000796\",\"2000\"\n\"2024-07-15T07:10:00.000Z\",\"0.001047\",\"0.000824\",\"2000\"\n\"2024-07-15T07:15:00.000Z\",\"0.001476\",\"0.001113\",\"2000\"\n\"2024-07-15T07:20:00.000Z\",\"0.001961\",\"0.001594\",\"2000\"\n\"2024-07-15T07:25:00.000Z\",\"0.001033\",\"0.000756\",\"2000\"\n\"2024-07-15T07:30:00.000Z\",\"0.001114\",\"0.000835\",\"2000\"\n\"2024-07-15T07:35:00.000Z\",\"0.001334\",\"0.001047\",\"2000\"\n\"2024-07-15T07:40:00.000Z\",\"0.001606\",\"0.001266\",\"2000\"\n\"2024-07-15T07:45:00.000Z\",\"0.001384\",\"0.001051\",\"2000\"\n\"2024-07-15T07:50:00.000Z\",\"0.001189\",\"0.000961\",\"2000\"\n\"2024-07-15T07:55:00.000Z\",\"0.001142\",\"0.00087\",\"2000\"\n\"2024-07-15T08:00:00.000Z\",\"0.001794\",\"0.001412\",\"2000\"\n\"2024-07-15T08:05:00.000Z\",\"0.001305\",\"0.00098\",\"2000\"\n\"2024-07-15T08:10:00.000Z\",\"0.001232\",\"0.000956\",\"2000\"\n\"2024-07-15T08:15:00.000Z\",\"0.001125\",\"0.000812\",\"2000\"\n\"2024-07-15T08:20:00.000Z\",\"0.001074\",\"0.000812\",\"2000\"\n\"2024-07-15T08:25:00.000Z\",\"0.001914\",\"0.001474\",\"2000\"\n\"2024-07-15T08:30:00.000Z\",\"0.001126\",\"0.000902\",\"2000\"\n\"2024-07-15T08:35:00.000Z\",\"0.001132\",\"0.00086\",\"2000\"\n\"2024-07-15T08:40:00.000Z\",\"0.001245\",\"0.001004\",\"2000\"\n\"2024-07-15T08:45:00.000Z\",\"0.00179\",\"0.001291\",\"2000\"\n\"2024-07-15T08:50:00.000Z\",\"0.001324\",\"0.001036\",\"2000\"\n\"2024-07-15T08:55:00.000Z\",\"0.002924\",\"0.002507\",\"2000\"\n\"2024-07-15T09:00:00.000Z\",\"0.001746\",\"0.001357\",\"2000\"\n\"2024-07-15T09:05:00.000Z\",\"0.001554\",\"0.001208\",\"2000\"\n\"2024-07-15T09:10:00.000Z\",\"0.001144\",\"0.000835\",\"2000\"\n\"2024-07-15T09:15:00.000Z\",\"0.001108\",\"0.000871\",\"2000\"\n\"2024-07-15T09:20:00.000Z\",\"0.001368\",\"0.001049\",\"2000\"\n\"2024-07-15T09:25:00.000Z\",\"0.001297\",\"0.000991\",\"2000\"\n\"2024-07-15T09:30:00.000Z\",\"0.00103\",\"0.000767\",\"2000\"\n\"2024-07-15T09:35:00.000Z\",\"0.001316\",\"0.001003\",\"2000\"\n\"2024-07-15T09:40:00.000Z\",\"0.001827\",\"0.001469\",\"2000\"\n\"2024-07-15T09:45:00.000Z\",\"0.00131\",\"0.001183\",\"2000\"\n\"2024-07-15T09:50:00.000Z\",\"0.001155\",\"0.000843\",\"2000\"\n\"2024-07-15T09:55:00.000Z\",\"0.001427\",\"0.001131\",\"2000\"\n\"2024-07-15T10:00:00.000Z\",\"0.001307\",\"0.001039\",\"2000\"\n\"2024-07-15T10:05:00.000Z\",\"0.001414\",\"0.001088\",\"2000\"\n\"2024-07-15T10:10:00.000Z\",\"0.001111\",\"0.000803\",\"2000\"\n\"2024-07-15T10:15:00.000Z\",\"0.001155\",\"0.000919\",\"2000\"\n\"2024-07-15T10:20:00.000Z\",\"0.00138\",\"0.001142\",\"2000\"\n\"2024-07-15T10:25:00.000Z\",\"0.001112\",\"0.00082\",\"2000\"\n\"2024-07-15T10:30:00.000Z\",\"0.001171\",\"0.000973\",\"2000\"\n\"2024-07-15T10:35:00.000Z\",\"0.00114\",\"0.000829\",\"2000\"\n\"2024-07-15T10:40:00.000Z\",\"0.0012\",\"0.000894\",\"2000\"\n\"2024-07-15T10:45:00.000Z\",\"0.001231\",\"0.000973\",\"2000\"\n\"2024-07-15T10:50:00.000Z\",\"0.002725\",\"0.00252\",\"2000\"\n\"2024-07-15T10:55:00.000Z\",\"0.001057\",\"0.00079\",\"2000\"\n\"2024-07-15T11:00:00.000Z\",\"0.00116\",\"0.000942\",\"2000\"\n\"2024-07-15T11:05:00.000Z\",\"0.001016\",\"0.000747\",\"2000\"\n\"2024-07-15T11:10:00.000Z\",\"0.001201\",\"0.000986\",\"2000\"\n\"2024-07-15T11:15:00.000Z\",\"0.001199\",\"0.000882\",\"2000\"\n\"2024-07-15T11:20:00.000Z\",\"0.000815\",\"0.000604\",\"2000\"\n\"2024-07-15T11:25:00.000Z\",\"0.000821\",\"0.000557\",\"2000\"\n\"2024-07-15T11:30:00.000Z\",\"0.001094\",\"0.000764\",\"2000\"\n\"2024-07-15T11:35:00.000Z\",\"0.001138\",\"0.00093\",\"2000\"\n\"2024-07-15T11:40:00.000Z\",\"0.001189\",\"0.000983\",\"2000\"\n\"2024-07-15T11:45:00.000Z\",\"0.001242\",\"0.001019\",\"2000\"\n\"2024-07-15T11:50:00.000Z\",\"0.001028\",\"0.000786\",\"2000\"\n\"2024-07-15T11:55:00.000Z\",\"0.001102\",\"0.000795\",\"2000\"\n\"2024-07-15T12:00:00.000Z\",\"0.001271\",\"0.000862\",\"2000\"\n\"2024-07-15T12:05:00.000Z\",\"0.00098\",\"0.000746\",\"2000\"\n\"2024-07-15T12:10:00.000Z\",\"0.001166\",\"0.000828\",\"2000\"\n\"2024-07-15T12:15:00.000Z\",\"0.001196\",\"0.000956\",\"2000\"\n\"2024-07-15T12:20:00.000Z\",\"0.001097\",\"0.000825\",\"2000\"\n\"2024-07-15T12:25:00.000Z\",\"0.001102\",\"0.000834\",\"2000\"\n\"2024-07-15T12:30:00.000Z\",\"0.001088\",\"0.000865\",\"2000\"\n\"2024-07-15T12:35:00.000Z\",\"0.001079\",\"0.000819\",\"2000\"\n\"2024-07-15T12:40:00.000Z\",\"0.001068\",\"0.000823\",\"2000\"\n\"2024-07-15T12:45:00.000Z\",\"0.001146\",\"0.000837\",\"2000\"\n\"2024-07-15T12:50:00.000Z\",\"0.001086\",\"0.000914\",\"2000\"\n\"2024-07-15T12:55:00.000Z\",\"0.001286\",\"0.001039\",\"2000\"\n\"2024-07-15T13:00:00.000Z\",\"0.001092\",\"0.000925\",\"2000\"\n\"2024-07-15T13:05:00.000Z\",\"0.001183\",\"0.000862\",\"2000\"\n\"2024-07-15T13:10:00.000Z\",\"0.001015\",\"0.000745\",\"2000\"\n\"2024-07-15T13:15:00.000Z\",\"0.001216\",\"0.000915\",\"2000\"\n\"2024-07-15T13:20:00.000Z\",\"0.000983\",\"0.00074\",\"2000\"\n\"2024-07-15T13:25:00.000Z\",\"0.001051\",\"0.000754\",\"2000\"\n\"2024-07-15T13:30:00.000Z\",\"0.001223\",\"0.001031\",\"2000\"\n\"2024-07-15T13:35:00.000Z\",\"0.001102\",\"0.000801\",\"2000\"\n\"2024-07-15T13:40:00.000Z\",\"0.001043\",\"0.00083\",\"2000\"\n\"2024-07-15T13:45:00.000Z\",\"0.00119\",\"0.000825\",\"2000\"\n\"2024-07-15T13:50:00.000Z\",\"0.000973\",\"0.000745\",\"2000\"\n\"2024-07-15T13:55:00.000Z\",\"0.001037\",\"0.000759\",\"2000\"\n\"2024-07-15T14:00:00.000Z\",\"0.001148\",\"0.000913\",\"2000\"\n\"2024-07-15T14:05:00.000Z\",\"0.001442\",\"0.001011\",\"2000\"\n\"2024-07-15T14:10:00.000Z\",\"0.001064\",\"0.000774\",\"2000\"\n\"2024-07-15T14:15:00.000Z\",\"0.001184\",\"0.000948\",\"2000\"\n\"2024-07-15T14:20:00.000Z\",\"0.000786\",\"0.000556\",\"2000\"\n\"2024-07-15T14:25:00.000Z\",\"0.000836\",\"0.000591\",\"2000\"\n\"2024-07-15T14:30:00.000Z\",\"0.000946\",\"0.000663\",\"2000\"\n\"2024-07-15T14:35:00.000Z\",\"0.000967\",\"0.000725\",\"2000\"\n\"2024-07-15T14:40:00.000Z\",\"0.00113\",\"0.000798\",\"2000\"\n\"2024-07-15T14:45:00.000Z\",\"0.001095\",\"0.000942\",\"2000\"\n\"2024-07-15T14:50:00.000Z\",\"0.001073\",\"0.000766\",\"2000\"\n\"2024-07-15T14:55:00.000Z\",\"0.002897\",\"0.002734\",\"2000\"\n\"2024-07-15T15:00:00.000Z\",\"0.001194\",\"0.000845\",\"2000\"\n\"2024-07-15T15:05:00.000Z\",\"0.00108\",\"0.000738\",\"2000\"\n\"2024-07-15T15:10:00.000Z\",\"0.001072\",\"0.000775\",\"2000\"\n\"2024-07-15T15:15:00.000Z\",\"0.001163\",\"0.000894\",\"2000\"\n\"2024-07-15T15:20:00.000Z\",\"0.000896\",\"0.000688\",\"2000\"\n\"2024-07-15T15:25:00.000Z\",\"0.000935\",\"0.000641\",\"2000\"\n\"2024-07-15T15:30:00.000Z\",\"0.000868\",\"0.000555\",\"2000\"\n\"2024-07-15T15:35:00.000Z\",\"0.001004\",\"0.000797\",\"2000\"\n\"2024-07-15T15:40:00.000Z\",\"0.001037\",\"0.000791\",\"2000\"\n\"2024-07-15T15:45:00.000Z\",\"0.000929\",\"0.000648\",\"2000\"\n\"2024-07-15T15:50:00.000Z\",\"0.000996\",\"0.000712\",\"2000\"\n\"2024-07-15T15:55:00.000Z\",\"0.00094\",\"0.000669\",\"2000\"\n\"2024-07-15T16:00:00.000Z\",\"0.001244\",\"0.001013\",\"2000\"\n\"2024-07-15T16:05:00.000Z\",\"0.001045\",\"0.000715\",\"2000\"\n\"2024-07-15T16:10:00.000Z\",\"0.001531\",\"0.001266\",\"2000\"\n\"2024-07-15T16:15:00.000Z\",\"0.00237\",\"0.001882\",\"2000\"\n\"2024-07-15T16:20:00.000Z\",\"0.001553\",\"0.001227\",\"2000\"\n\"2024-07-15T16:25:00.000Z\",\"0.001535\",\"0.001184\",\"2000\"\n\"2024-07-15T16:30:00.000Z\",\"0.001985\",\"0.001633\",\"2000\"\n\"2024-07-15T16:35:00.000Z\",\"0.002001\",\"0.001545\",\"2000\"\n\"2024-07-15T16:40:00.000Z\",\"0.001498\",\"0.001322\",\"2000\"\n\"2024-07-15T16:45:00.000Z\",\"0.00213\",\"0.001692\",\"2000\"\n\"2024-07-15T16:50:00.000Z\",\"0.001808\",\"0.001493\",\"2000\"\n\"2024-07-15T16:55:00.000Z\",\"0.001454\",\"0.001111\",\"2000\"\n\"2024-07-15T17:00:00.000Z\",\"0.00194\",\"0.001486\",\"2000\"\n\"2024-07-15T17:05:00.000Z\",\"0.001065\",\"0.000649\",\"2000\"\n\"2024-07-15T17:10:00.000Z\",\"0.001572\",\"0.00128\",\"2000\"\n\"2024-07-15T17:15:00.000Z\",\"0.002245\",\"0.001849\",\"2000\"\n\"2024-07-15T17:20:00.000Z\",\"0.002494\",\"0.002229\",\"2000\"\n\"2024-07-15T17:25:00.000Z\",\"0.002834\",\"0.002349\",\"2000\"\n\"2024-07-15T17:30:00.000Z\",\"0.002279\",\"0.001988\",\"2000\"\n\"2024-07-15T17:35:00.000Z\",\"0.001974\",\"0.001688\",\"2000\"\n\"2024-07-15T17:40:00.000Z\",\"0.002371\",\"0.001945\",\"2000\"\n\"2024-07-15T17:45:00.000Z\",\"0.002448\",\"0.001972\",\"2000\"\n\"2024-07-15T17:50:00.000Z\",\"0.001734\",\"0.001457\",\"2000\"\n\"2024-07-15T17:55:00.000Z\",\"0.00216\",\"0.001775\",\"2000\"\n\"2024-07-15T18:00:00.000Z\",\"0.002089\",\"0.001691\",\"2000\"\n\"2024-07-15T18:05:00.000Z\",\"0.001622\",\"0.001342\",\"2000\"\n\"2024-07-15T18:10:00.000Z\",\"0.001806\",\"0.001492\",\"2000\"\n\"2024-07-15T18:15:00.000Z\",\"0.001794\",\"0.001426\",\"2000\"\n\"2024-07-15T18:20:00.000Z\",\"0.001737\",\"0.00139\",\"2000\"\n\"2024-07-15T18:25:00.000Z\",\"0.001766\",\"0.001425\",\"2000\"\n\"2024-07-15T18:30:00.000Z\",\"0.001831\",\"0.001581\",\"2000\"\n\"2024-07-15T18:35:00.000Z\",\"0.001787\",\"0.001445\",\"2000\"\n\"2024-07-15T18:40:00.000Z\",\"0.002008\",\"0.001642\",\"2000\"\n\"2024-07-15T18:45:00.000Z\",\"0.001736\",\"0.001372\",\"2000\"\n\"2024-07-15T18:50:00.000Z\",\"0.001615\",\"0.001242\",\"2000\"\n\"2024-07-15T18:55:00.000Z\",\"0.002283\",\"0.001918\",\"2000\"\n\"2024-07-15T19:00:00.000Z\",\"0.001866\",\"0.001486\",\"2000\"\n\"2024-07-15T19:05:00.000Z\",\"0.001562\",\"0.001274\",\"2000\"\n\"2024-07-15T19:10:00.000Z\",\"0.001749\",\"0.001468\",\"2000\"\n\"2024-07-15T19:15:00.000Z\",\"0.002312\",\"0.001878\",\"2000\"\n\"2024-07-15T19:20:00.000Z\",\"0.001821\",\"0.001449\",\"2000\"\n\"2024-07-15T19:25:00.000Z\",\"0.002402\",\"0.00199\",\"2000\"\n\"2024-07-15T19:30:00.000Z\",\"0.003264\",\"0.002931\",\"2000\"\n\"2024-07-15T19:35:00.000Z\",\"0.001864\",\"0.00157\",\"2000\"\n\"2024-07-15T19:40:00.000Z\",\"0.002188\",\"0.001766\",\"2000\"\n\"2024-07-15T19:45:00.000Z\",\"0.001668\",\"0.001385\",\"2000\"\n\"2024-07-15T19:50:00.000Z\",\"0.001598\",\"0.001317\",\"2000\"\n\"2024-07-15T19:55:00.000Z\",\"0.002087\",\"0.001742\",\"2000\"\n\"2024-07-15T20:00:00.000Z\",\"0.001472\",\"0.001197\",\"2000\"\n\"2024-07-15T20:05:00.000Z\",\"0.001204\",\"0.000789\",\"2000\"\n\"2024-07-15T20:10:00.000Z\",\"0.002082\",\"0.001685\",\"2000\"\n\"2024-07-15T20:15:00.000Z\",\"0.001858\",\"0.00148\",\"2000\"\n\"2024-07-15T20:20:00.000Z\",\"0.001863\",\"0.001551\",\"2000\"\n\"2024-07-15T20:25:00.000Z\",\"0.002538\",\"0.00221\",\"2000\"\n\"2024-07-15T20:30:00.000Z\",\"0.001852\",\"0.001521\",\"2000\"\n\"2024-07-15T20:35:00.000Z\",\"0.002065\",\"0.001732\",\"2000\"\n\"2024-07-15T20:40:00.000Z\",\"0.001676\",\"0.001397\",\"2000\"\n\"2024-07-15T20:45:00.000Z\",\"0.001965\",\"0.001522\",\"2000\"\n\"2024-07-15T20:50:00.000Z\",\"0.001922\",\"0.001497\",\"2000\"\n\"2024-07-15T20:55:00.000Z\",\"0.001911\",\"0.001515\",\"2000\"\n\"2024-07-15T21:00:00.000Z\",\"0.001895\",\"0.001559\",\"2000\"\n\"2024-07-15T21:05:00.000Z\",\"0.002445\",\"0.001985\",\"2000\"\n\"2024-07-15T21:10:00.000Z\",\"0.00154\",\"0.001206\",\"2000\"\n\"2024-07-15T21:15:00.000Z\",\"0.001674\",\"0.00134\",\"2000\"\n\"2024-07-15T21:20:00.000Z\",\"0.002095\",\"0.001761\",\"2000\"\n\"2024-07-15T21:25:00.000Z\",\"0.001666\",\"0.001268\",\"2000\"\n\"2024-07-15T21:30:00.000Z\",\"0.00203\",\"0.001626\",\"2000\"\n\"2024-07-15T21:35:00.000Z\",\"0.002085\",\"0.001635\",\"2000\"\n\"2024-07-15T21:40:00.000Z\",\"0.001767\",\"0.001542\",\"2000\"\n\"2024-07-15T21:45:00.000Z\",\"0.001685\",\"0.001385\",\"2000\"\n\"2024-07-15T21:50:00.000Z\",\"0.002326\",\"0.002072\",\"2000\"\n\"2024-07-15T21:55:00.000Z\",\"0.001529\",\"0.001193\",\"2000\"\n\"2024-07-15T22:00:00.000Z\",\"0.001855\",\"0.001509\",\"2000\"\n\"2024-07-15T22:05:00.000Z\",\"0.001682\",\"0.001325\",\"2000\"\n\"2024-07-15T22:10:00.000Z\",\"0.001591\",\"0.001314\",\"2000\"\n\"2024-07-15T22:15:00.000Z\",\"0.001635\",\"0.001297\",\"2000\"\n\"2024-07-15T22:20:00.000Z\",\"0.00214\",\"0.001819\",\"2000\"\n\"2024-07-15T22:25:00.000Z\",\"0.001844\",\"0.001498\",\"2000\"\n\"2024-07-15T22:30:00.000Z\",\"0.001514\",\"0.001235\",\"2000\"\n\"2024-07-15T22:35:00.000Z\",\"0.002235\",\"0.001813\",\"2000\"\n\"2024-07-15T22:40:00.000Z\",\"0.002056\",\"0.001571\",\"2000\"\n\"2024-07-15T22:45:00.000Z\",\"0.002116\",\"0.001642\",\"2000\"\n\"2024-07-15T22:50:00.000Z\",\"0.00221\",\"0.001857\",\"2000\"\n\"2024-07-15T22:55:00.000Z\",\"0.001886\",\"0.001544\",\"2000\"\n\"2024-07-15T23:00:00.000Z\",\"0.001881\",\"0.001508\",\"2000\"\n\"2024-07-15T23:05:00.000Z\",\"0.002098\",\"0.001721\",\"2000\"\n\"2024-07-15T23:10:00.000Z\",\"0.001577\",\"0.001326\",\"2000\"\n\"2024-07-15T23:15:00.000Z\",\"0.001594\",\"0.001263\",\"2000\"\n\"2024-07-15T23:20:00.000Z\",\"0.002321\",\"0.001872\",\"2000\"\n\"2024-07-15T23:25:00.000Z\",\"0.00154\",\"0.001213\",\"2000\"\n\"2024-07-15T23:30:00.000Z\",\"0.001501\",\"0.001296\",\"2000\"\n\"2024-07-15T23:35:00.000Z\",\"0.002446\",\"0.001981\",\"2000\"\n\"2024-07-15T23:40:00.000Z\",\"0.002149\",\"0.001697\",\"2000\"\n\"2024-07-15T23:45:00.000Z\",\"0.001516\",\"0.001189\",\"2000\"\n\"2024-07-15T23:50:00.000Z\",\"0.002046\",\"0.00171\",\"2000\"\n\"2024-07-15T23:55:00.000Z\",\"0.001531\",\"0.001195\",\"2000\"\n\"2024-07-16T00:00:00.000Z\",\"0.002081\",\"0.00164\",\"2000\"\n\"2024-07-16T00:05:00.000Z\",\"0.00183\",\"0.001447\",\"2000\"\n\"2024-07-16T00:10:00.000Z\",\"0.002387\",\"0.00191\",\"2000\"\n\"2024-07-16T00:15:00.000Z\",\"0.00172\",\"0.001351\",\"2000\"\n\"2024-07-16T00:20:00.000Z\",\"0.002111\",\"0.001774\",\"2000\"\n\"2024-07-16T00:25:00.000Z\",\"0.001797\",\"0.001414\",\"2000\"\n\"2024-07-16T00:30:00.000Z\",\"0.001752\",\"0.001407\",\"2000\"\n\"2024-07-16T00:35:00.000Z\",\"0.001526\",\"0.001249\",\"2000\"\n\"2024-07-16T00:40:00.000Z\",\"0.001886\",\"0.00148\",\"2000\"\n\"2024-07-16T00:45:00.000Z\",\"0.001793\",\"0.00148\",\"2000\"\n\"2024-07-16T00:50:00.000Z\",\"0.001937\",\"0.001596\",\"2000\"\n\"2024-07-16T00:55:00.000Z\",\"0.002855\",\"0.002469\",\"2000\"\n\"2024-07-16T01:00:00.000Z\",\"0.002571\",\"0.002288\",\"2000\"\n\"2024-07-16T01:05:00.000Z\",\"0.002027\",\"0.001697\",\"2000\"\n\"2024-07-16T01:10:00.000Z\",\"0.005374\",\"0.00519\",\"2000\"\n\"2024-07-16T01:15:00.000Z\",\"0.005085\",\"0.004819\",\"2000\"\n\"2024-07-16T01:20:00.000Z\",\"0.004604\",\"0.004409\",\"2000\"\n\"2024-07-16T01:25:00.000Z\",\"0.005336\",\"0.005076\",\"2000\"\n\"2024-07-16T01:30:00.000Z\",\"0.004626\",\"0.004354\",\"2000\"\n\"2024-07-16T01:35:00.000Z\",\"0.003372\",\"0.003074\",\"2000\"\n\"2024-07-16T01:40:00.000Z\",\"0.001764\",\"0.001407\",\"2000\"\n\"2024-07-16T01:45:00.000Z\",\"0.001966\",\"0.001606\",\"2000\"\n\"2024-07-16T01:50:00.000Z\",\"0.001736\",\"0.001419\",\"2000\"\n\"2024-07-16T01:55:00.000Z\",\"0.001593\",\"0.001316\",\"2000\"\n\"2024-07-16T02:00:00.000Z\",\"0.002332\",\"0.001934\",\"2000\"\n\"2024-07-16T02:05:00.000Z\",\"0.002037\",\"0.001658\",\"2000\"\n\"2024-07-16T02:10:00.000Z\",\"0.001776\",\"0.001416\",\"2000\"\n\"2024-07-16T02:15:00.000Z\",\"0.001505\",\"0.001219\",\"2000\"\n\"2024-07-16T02:20:00.000Z\",\"0.002077\",\"0.001722\",\"2000\"\n\"2024-07-16T02:25:00.000Z\",\"0.001848\",\"0.001526\",\"2000\"\n\"2024-07-16T02:30:00.000Z\",\"0.001582\",\"0.001206\",\"2000\"\n\"2024-07-16T02:35:00.000Z\",\"0.001737\",\"0.001436\",\"2000\"\n\"2024-07-16T02:40:00.000Z\",\"0.00192\",\"0.00161\",\"2000\"\n\"2024-07-16T02:45:00.000Z\",\"0.001972\",\"0.001519\",\"2000\"\n\"2024-07-16T02:50:00.000Z\",\"0.002087\",\"0.001842\",\"2000\"\n\"2024-07-16T02:55:00.000Z\",\"0.001862\",\"0.001546\",\"2000\"\n\"2024-07-16T03:00:00.000Z\",\"0.001979\",\"0.001536\",\"2000\"\n\"2024-07-16T03:05:00.000Z\",\"0.001751\",\"0.001371\",\"2000\"\n\"2024-07-16T03:10:00.000Z\",\"0.001729\",\"0.001448\",\"2000\"\n\"2024-07-16T03:15:00.000Z\",\"0.001821\",\"0.001458\",\"2000\"\n\"2024-07-16T03:20:00.000Z\",\"0.002249\",\"0.001854\",\"2000\"\n\"2024-07-16T03:25:00.000Z\",\"0.002033\",\"0.001695\",\"2000\"\n\"2024-07-16T03:30:00.000Z\",\"0.003307\",\"0.003028\",\"2000\"\n\"2024-07-16T03:35:00.000Z\",\"0.001857\",\"0.001517\",\"2000\"\n\"2024-07-16T03:40:00.000Z\",\"0.002274\",\"0.001894\",\"2000\"\n\"2024-07-16T03:45:00.000Z\",\"0.001588\",\"0.0013\",\"2000\"\n\"2024-07-16T03:50:00.000Z\",\"0.001597\",\"0.001275\",\"2000\"\n\"2024-07-16T03:55:00.000Z\",\"0.002061\",\"0.00184\",\"2000\"\n\"2024-07-16T04:00:00.000Z\",\"0.001797\",\"0.001567\",\"2000\"\n\"2024-07-16T04:05:00.000Z\",\"0.001519\",\"0.001229\",\"2000\"\n\"2024-07-16T04:10:00.000Z\",\"0.001567\",\"0.001246\",\"2000\"\n\"2024-07-16T04:15:00.000Z\",\"0.001492\",\"0.00118\",\"2000\"\n\"2024-07-16T04:20:00.000Z\",\"0.001404\",\"0.001124\",\"2000\"\n\"2024-07-16T04:25:00.000Z\",\"0.001501\",\"0.00116\",\"2000\"\n\"2024-07-16T04:30:00.000Z\",\"0.001529\",\"0.001209\",\"2000\"\n\"2024-07-16T04:35:00.000Z\",\"0.001464\",\"0.001226\",\"2000\"\n\"2024-07-16T04:40:00.000Z\",\"0.001636\",\"0.001325\",\"2000\"\n\"2024-07-16T04:45:00.000Z\",\"0.001546\",\"0.001245\",\"2000\"\n\"2024-07-16T04:50:00.000Z\",\"0.001408\",\"0.001107\",\"2000\"\n\"2024-07-16T04:55:00.000Z\",\"0.001492\",\"0.001218\",\"2000\"\n\"2024-07-16T05:00:00.000Z\",\"0.001505\",\"0.001195\",\"2000\"\n\"2024-07-16T05:05:00.000Z\",\"0.001671\",\"0.001324\",\"2000\"\n\"2024-07-16T05:10:00.000Z\",\"0.001538\",\"0.001252\",\"2000\"\n\"2024-07-16T05:15:00.000Z\",\"0.001587\",\"0.001262\",\"2000\"\n\"2024-07-16T05:20:00.000Z\",\"0.001597\",\"0.001305\",\"2000\"\n\"2024-07-16T05:25:00.000Z\",\"0.001471\",\"0.00115\",\"2000\"\n\"2024-07-16T05:30:00.000Z\",\"0.001463\",\"0.001104\",\"2000\"\n\"2024-07-16T05:35:00.000Z\",\"0.001575\",\"0.001248\",\"2000\"\n\"2024-07-16T05:40:00.000Z\",\"0.001266\",\"0.000981\",\"2000\"\n\"2024-07-16T05:45:00.000Z\",\"0.002911\",\"0.002726\",\"2000\"\n\"2024-07-16T05:50:00.000Z\",\"0.001532\",\"0.001224\",\"2000\"\n\"2024-07-16T05:55:00.000Z\",\"0.001454\",\"0.002714\",\"2000\"\n\"2024-07-16T06:00:00.000Z\",\"0.001592\",\"0.001187\",\"2000\"\n\"2024-07-16T06:05:00.000Z\",\"0.001555\",\"0.001208\",\"2000\"\n\"2024-07-16T06:10:00.000Z\",\"0.001461\",\"0.001127\",\"2000\"\n\"2024-07-16T06:15:00.000Z\",\"0.001448\",\"0.001173\",\"2000\"\n\"2024-07-16T06:20:00.000Z\",\"0.001623\",\"0.001317\",\"2000\"\n\"2024-07-16T06:25:00.000Z\",\"0.001626\",\"0.001371\",\"2000\"\n\"2024-07-16T06:30:00.000Z\",\"0.001532\",\"0.001273\",\"2000\"\n\"2024-07-16T06:35:00.000Z\",\"0.001549\",\"0.001246\",\"2000\"\n\"2024-07-16T06:40:00.000Z\",\"0.001519\",\"0.001191\",\"2000\"\n\"2024-07-16T06:45:00.000Z\",\"0.001542\",\"0.001222\",\"2000\"\n\"2024-07-16T06:50:00.000Z\",\"0.001498\",\"0.001174\",\"2000\"\n\"2024-07-16T06:55:00.000Z\",\"0.001551\",\"0.001214\",\"2000\"\n\"2024-07-16T07:00:00.000Z\",\"0.001514\",\"0.001225\",\"2000\"\n\"2024-07-16T07:05:00.000Z\",\"0.001516\",\"0.001272\",\"2000\"\n\"2024-07-16T07:10:00.000Z\",\"0.001478\",\"0.001147\",\"2000\"\n\"2024-07-16T07:15:00.000Z\",\"0.0016\",\"0.00135\",\"2000\"\n\"2024-07-16T07:20:00.000Z\",\"0.001525\",\"0.001219\",\"2000\"\n\"2024-07-16T07:25:00.000Z\",\"0.001517\",\"0.001189\",\"2000\"\n\"2024-07-16T07:30:00.000Z\",\"0.001559\",\"0.001216\",\"2000\"\n\"2024-07-16T07:35:00.000Z\",\"0.001442\",\"0.001159\",\"2000\"\n\"2024-07-16T07:40:00.000Z\",\"0.001534\",\"0.001246\",\"2000\"\n\"2024-07-16T07:45:00.000Z\",\"0.001689\",\"0.001408\",\"2000\"\n\"2024-07-16T07:50:00.000Z\",\"0.001712\",\"0.001357\",\"2000\"\n\"2024-07-16T07:55:00.000Z\",\"0.001401\",\"0.001114\",\"2000\"\n\"2024-07-16T08:00:00.000Z\",\"0.001754\",\"0.001187\",\"2000\"\n\"2024-07-16T08:05:00.000Z\",\"0.001507\",\"0.001184\",\"2000\"\n\"2024-07-16T08:10:00.000Z\",\"0.001486\",\"0.001187\",\"2000\"\n\"2024-07-16T08:15:00.000Z\",\"0.001559\",\"0.001317\",\"2000\"\n\"2024-07-16T08:20:00.000Z\",\"0.001446\",\"0.001206\",\"2000\"\n\"2024-07-16T08:25:00.000Z\",\"0.001463\",\"0.001122\",\"2000\"\n\"2024-07-16T08:30:00.000Z\",\"0.001505\",\"0.001206\",\"2000\"\n\"2024-07-16T08:35:00.000Z\",\"0.001485\",\"0.001215\",\"2000\"\n\"2024-07-16T08:40:00.000Z\",\"0.001515\",\"0.001189\",\"2000\"\n\"2024-07-16T08:45:00.000Z\",\"0.001532\",\"0.001278\",\"2000\"\n\"2024-07-16T08:50:00.000Z\",\"0.001534\",\"0.001211\",\"2000\"\n\"2024-07-16T08:55:00.000Z\",\"0.001099\",\"0.00079\",\"2000\"\n\"2024-07-16T09:00:00.000Z\",\"0.001111\",\"0.000843\",\"2000\"\n\"2024-07-16T09:05:00.000Z\",\"0.002576\",\"0.00212\",\"2000\"\n\"2024-07-16T09:10:00.000Z\",\"0.003413\",\"0.002982\",\"2000\"\n\"2024-07-16T09:15:00.000Z\",\"0.002351\",\"0.001972\",\"2000\"\n\"2024-07-16T09:20:00.000Z\",\"0.001402\",\"0.001112\",\"2000\"\n\"2024-07-16T09:25:00.000Z\",\"0.001527\",\"0.00118\",\"2000\"\n\"2024-07-16T09:30:00.000Z\",\"0.001452\",\"0.00113\",\"2000\"\n\"2024-07-16T09:35:00.000Z\",\"0.0017\",\"0.001387\",\"2000\"\n\"2024-07-16T09:40:00.000Z\",\"0.003338\",\"0.003132\",\"2000\"\n\"2024-07-16T09:45:00.000Z\",\"0.001921\",\"0.001678\",\"2000\"\n\"2024-07-16T09:50:00.000Z\",\"0.001529\",\"0.001195\",\"2000\"\n\"2024-07-16T09:55:00.000Z\",\"0.00148\",\"0.00116\",\"2000\"\n\"2024-07-16T10:00:00.000Z\",\"0.001434\",\"0.001193\",\"2000\"\n\"2024-07-16T10:05:00.000Z\",\"0.001563\",\"0.001242\",\"2000\"\n\"2024-07-16T10:10:00.000Z\",\"0.001512\",\"0.001243\",\"2000\"\n\"2024-07-16T10:15:00.000Z\",\"0.002357\",\"0.00199\",\"2000\"\n\"2024-07-16T10:20:00.000Z\",\"0.0019\",\"0.001446\",\"2000\"\n\"2024-07-16T10:25:00.000Z\",\"0.001416\",\"0.001201\",\"2000\"\n\"2024-07-16T10:30:00.000Z\",\"0.002522\",\"0.001993\",\"2000\"\n\"2024-07-16T10:35:00.000Z\",\"0.001595\",\"0.001213\",\"2000\"\n\"2024-07-16T10:40:00.000Z\",\"0.001747\",\"0.001383\",\"2000\"\n\"2024-07-16T10:45:00.000Z\",\"0.001807\",\"0.00144\",\"2000\"\n\"2024-07-16T10:50:00.000Z\",\"0.001629\",\"0.001321\",\"2000\"\n\"2024-07-16T10:55:00.000Z\",\"0.00212\",\"0.00174\",\"2000\"\n\"2024-07-16T11:00:00.000Z\",\"0.001664\",\"0.001362\",\"2000\"\n\"2024-07-16T11:05:00.000Z\",\"0.001914\",\"0.001595\",\"2000\"\n\"2024-07-16T11:10:00.000Z\",\"0.001723\",\"0.001374\",\"2000\"\n\"2024-07-16T11:15:00.000Z\",\"0.001453\",\"0.001138\",\"2000\"\n\"2024-07-16T11:20:00.000Z\",\"0.00196\",\"0.001625\",\"2000\"\n\"2024-07-16T11:25:00.000Z\",\"0.001739\",\"0.001363\",\"2000\"\n\"2024-07-16T11:30:00.000Z\",\"0.001996\",\"0.00167\",\"2000\"\n\"2024-07-16T11:35:00.000Z\",\"0.002133\",\"0.00167\",\"2000\"\n\"2024-07-16T11:40:00.000Z\",\"0.001308\",\"0.001094\",\"2000\"\n\"2024-07-16T11:45:00.000Z\",\"0.001371\",\"0.00099\",\"2000\"\n\"2024-07-16T11:50:00.000Z\",\"0.001894\",\"0.001603\",\"2000\"\n\"2024-07-16T11:55:00.000Z\",\"0.001786\",\"0.001403\",\"2000\"\n\"2024-07-16T12:00:00.000Z\",\"0.00153\",\"0.001251\",\"2000\"\n\"2024-07-16T12:05:00.000Z\",\"0.002129\",\"0.001825\",\"2000\"\n\"2024-07-16T12:10:00.000Z\",\"0.001922\",\"0.001633\",\"2000\"\n\"2024-07-16T12:15:00.000Z\",\"0.001535\",\"0.001314\",\"2000\"\n\"2024-07-16T12:20:00.000Z\",\"0.002329\",\"0.001903\",\"2000\"\n\"2024-07-16T12:25:00.000Z\",\"0.001594\",\"0.001232\",\"2000\"\n\"2024-07-16T12:30:00.000Z\",\"0.001879\",\"0.001502\",\"2000\"\n\"2024-07-16T12:35:00.000Z\",\"0.002295\",\"0.001813\",\"2000\"\n\"2024-07-16T12:40:00.000Z\",\"0.001872\",\"0.001436\",\"2000\"\n\"2024-07-16T12:45:00.000Z\",\"0.002556\",\"0.002117\",\"2000\"\n\"2024-07-16T12:50:00.000Z\",\"0.004666\",\"0.004277\",\"2000\"\n\"2024-07-16T12:55:00.000Z\",\"0.004013\",\"0.003582\",\"2000\"\n\"2024-07-16T13:00:00.000Z\",\"0.003541\",\"0.003118\",\"2000\"\n\"2024-07-16T13:05:00.000Z\",\"0.002665\",\"0.002303\",\"2000\"\n\"2024-07-16T13:10:00.000Z\",\"0.003024\",\"0.002402\",\"2000\"\n\"2024-07-16T13:15:00.000Z\",\"0.002037\",\"0.001587\",\"2000\"\n\"2024-07-16T13:20:00.000Z\",\"0.001931\",\"0.001473\",\"2000\"\n\"2024-07-16T13:25:00.000Z\",\"0.00088\",\"0.000603\",\"2000\"\n\"2024-07-16T13:30:00.000Z\",\"0.000749\",\"0.000558\",\"2000\"\n\"2024-07-16T13:35:00.000Z\",\"0.001527\",\"0.001114\",\"2000\"\n\"2024-07-16T13:40:00.000Z\",\"0.000758\",\"0.000536\",\"2000\"\n\"2024-07-16T13:45:00.000Z\",\"0.001236\",\"0.000813\",\"2000\"\n\"2024-07-16T13:50:00.000Z\",\"0.001215\",\"0.000948\",\"2000\"\n\"2024-07-16T13:55:00.000Z\",\"0.001163\",\"0.000933\",\"2000\"\n\"2024-07-16T14:00:00.000Z\",\"0.001716\",\"0.001438\",\"2000\"\n\"2024-07-16T14:05:00.000Z\",\"0.001646\",\"0.001199\",\"2000\"\n\"2024-07-16T14:10:00.000Z\",\"0.00127\",\"0.001033\",\"2000\"\n\"2024-07-16T14:15:00.000Z\",\"0.00141\",\"0.001104\",\"2000\"\n\"2024-07-16T14:20:00.000Z\",\"0.001128\",\"0.000905\",\"2000\"\n\"2024-07-16T14:25:00.000Z\",\"0.001588\",\"0.001329\",\"2000\"\n\"2024-07-16T14:30:00.000Z\",\"0.002894\",\"0.002273\",\"2000\"\n\"2024-07-16T14:35:00.000Z\",\"0.003645\",\"0.003047\",\"2000\"\n\"2024-07-16T14:40:00.000Z\",\"0.003283\",\"0.002785\",\"2000\"\n\"2024-07-16T14:45:00.000Z\",\"0.002748\",\"0.002311\",\"2000\"\n\"2024-07-16T14:50:00.000Z\",\"0.003543\",\"0.002992\",\"2000\"\n\"2024-07-16T14:55:00.000Z\",\"0.001904\",\"0.001505\",\"2000\"\n\"2024-07-16T15:00:00.000Z\",\"0.001821\",\"0.001417\",\"2000\"\n\"2024-07-16T15:05:00.000Z\",\"0.001901\",\"0.001501\",\"2000\"\n\"2024-07-16T15:10:00.000Z\",\"0.001643\",\"0.00133\",\"2000\"\n\"2024-07-16T15:15:00.000Z\",\"0.001228\",\"0.000963\",\"2000\"\n\"2024-07-16T15:20:00.000Z\",\"0.001357\",\"0.000967\",\"2000\"\n\"2024-07-16T15:25:00.000Z\",\"0.001318\",\"0.001045\",\"2000\"\n\"2024-07-16T15:30:00.000Z\",\"0.000981\",\"0.000728\",\"2000\"\n\"2024-07-16T15:35:00.000Z\",\"0.001188\",\"0.000939\",\"2000\"\n\"2024-07-16T15:40:00.000Z\",\"0.001556\",\"0.001156\",\"2000\"\n\"2024-07-16T15:45:00.000Z\",\"0.001164\",\"0.000912\",\"2000\"\n\"2024-07-16T15:50:00.000Z\",\"0.001344\",\"0.001078\",\"2000\"\n\"2024-07-16T15:55:00.000Z\",\"0.001729\",\"0.001435\",\"2000\"\n\"2024-07-16T16:00:00.000Z\",\"0.00099\",\"0.000761\",\"2000\"\n\"2024-07-16T16:05:00.000Z\",\"0.001317\",\"0.001004\",\"2000\"\n\"2024-07-16T16:10:00.000Z\",\"0.00176\",\"0.001209\",\"2000\"\n\"2024-07-16T16:15:00.000Z\",\"0.001475\",\"0.001164\",\"2000\"\n\"2024-07-16T16:20:00.000Z\",\"0.002375\",\"0.002142\",\"2000\"\n\"2024-07-16T16:25:00.000Z\",\"0.0016\",\"0.00128\",\"2000\"\n\"2024-07-16T16:30:00.000Z\",\"0.001473\",\"0.00114\",\"2000\"\n\"2024-07-16T16:35:00.000Z\",\"0.000938\",\"0.000696\",\"2000\"\n\"2024-07-16T16:40:00.000Z\",\"0.001378\",\"0.001133\",\"2000\"\n\"2024-07-16T16:45:00.000Z\",\"0.001619\",\"0.001307\",\"2000\"\n\"2024-07-16T16:50:00.000Z\",\"0.000974\",\"0.000751\",\"2000\"\n\"2024-07-16T16:55:00.000Z\",\"0.001195\",\"0.000873\",\"2000\"\n\"2024-07-16T17:00:00.000Z\",\"0.00155\",\"0.001232\",\"2000\"\n\"2024-07-16T17:05:00.000Z\",\"0.001241\",\"0.000915\",\"2000\"\n\"2024-07-16T17:10:00.000Z\",\"0.001148\",\"0.000908\",\"2000\"\n\"2024-07-16T17:15:00.000Z\",\"0.001811\",\"0.001365\",\"2000\"\n\"2024-07-16T17:20:00.000Z\",\"0.001249\",\"0.001013\",\"2000\"\n\"2024-07-16T17:25:00.000Z\",\"0.001226\",\"0.00099\",\"2000\"\n\"2024-07-16T17:30:00.000Z\",\"0.002567\",\"0.002066\",\"2000\"\n\"2024-07-16T17:35:00.000Z\",\"0.002331\",\"0.001883\",\"2000\"\n\"2024-07-16T17:40:00.000Z\",\"0.006111\",\"0.005323\",\"2000\"\n\"2024-07-16T17:45:00.000Z\",\"0.007032\",\"0.00614\",\"2000\"\n\"2024-07-16T17:50:00.000Z\",\"0.00823\",\"0.007268\",\"2000\"\n\"2024-07-16T17:55:00.000Z\",\"0.009082\",\"0.008238\",\"2000\"\n\"2024-07-16T18:00:00.000Z\",\"0.007465\",\"0.006512\",\"2000\"\n\"2024-07-16T18:05:00.000Z\",\"0.005237\",\"0.004552\",\"2000\"\n\"2024-07-16T18:10:00.000Z\",\"0.003937\",\"0.003337\",\"2000\"\n\"2024-07-16T18:15:00.000Z\",\"0.00259\",\"0.00206\",\"2000\"\n\"2024-07-16T18:20:00.000Z\",\"0.001077\",\"0.000844\",\"2000\"\n\"2024-07-16T18:25:00.000Z\",\"0.001579\",\"0.001239\",\"2000\"\n\"2024-07-16T18:30:00.000Z\",\"0.001253\",\"0.000932\",\"2000\"\n\"2024-07-16T18:35:00.000Z\",\"0.001126\",\"0.000925\",\"2000\"\n\"2024-07-16T18:40:00.000Z\",\"0.001579\",\"0.001253\",\"2000\"\n\"2024-07-16T18:45:00.000Z\",\"0.001651\",\"0.001289\",\"2000\"\n\"2024-07-16T18:50:00.000Z\",\"0.00129\",\"0.000988\",\"2000\"\n\"2024-07-16T18:55:00.000Z\",\"0.001252\",\"0.001008\",\"2000\"\n\"2024-07-16T19:00:00.000Z\",\"0.001114\",\"0.000813\",\"2000\"\n\"2024-07-16T19:05:00.000Z\",\"0.001378\",\"0.001065\",\"2000\"\n\"2024-07-16T19:10:00.000Z\",\"0.001126\",\"0.000951\",\"2000\"\n\"2024-07-16T19:15:00.000Z\",\"0.001818\",\"0.001371\",\"2000\"\n\"2024-07-16T19:20:00.000Z\",\"0.001425\",\"0.001103\",\"2000\"\n\"2024-07-16T19:25:00.000Z\",\"0.003354\",\"0.002849\",\"2000\"\n\"2024-07-16T19:30:00.000Z\",\"0.004422\",\"0.00373\",\"2000\"\n\"2024-07-16T19:35:00.000Z\",\"0.003059\",\"0.002604\",\"2000\"\n\"2024-07-16T19:40:00.000Z\",\"0.002644\",\"0.002232\",\"2000\"\n\"2024-07-16T19:45:00.000Z\",\"0.002552\",\"0.002116\",\"2000\"\n\"2024-07-16T19:50:00.000Z\",\"0.003622\",\"0.003353\",\"2000\"\n\"2024-07-16T19:55:00.000Z\",\"0.002164\",\"0.001785\",\"2000\"\n\"2024-07-16T20:00:00.000Z\",\"0.002275\",\"0.001864\",\"2000\"\n\"2024-07-16T20:05:00.000Z\",\"0.001337\",\"0.001017\",\"2000\"\n\"2024-07-16T20:10:00.000Z\",\"0.001054\",\"0.00088\",\"2000\"\n\"2024-07-16T20:15:00.000Z\",\"0.00152\",\"0.001174\",\"2000\"\n\"2024-07-16T20:20:00.000Z\",\"0.001589\",\"0.000946\",\"2000\"\n\"2024-07-16T20:25:00.000Z\",\"0.001446\",\"0.001256\",\"2000\"\n\"2024-07-16T20:30:00.000Z\",\"0.001668\",\"0.001189\",\"2000\"\n\"2024-07-16T20:35:00.000Z\",\"0.002298\",\"0.001817\",\"2000\"\n\"2024-07-16T20:40:00.000Z\",\"0.001848\",\"0.001478\",\"2000\"\n\"2024-07-16T20:45:00.000Z\",\"0.001269\",\"0.000952\",\"2000\"\n\"2024-07-16T20:50:00.000Z\",\"0.001446\",\"0.001115\",\"2000\"\n\"2024-07-16T20:55:00.000Z\",\"0.001893\",\"0.001381\",\"2000\"\n\"2024-07-16T21:00:00.000Z\",\"0.001265\",\"0.000972\",\"2000\"\n\"2024-07-16T21:05:00.000Z\",\"0.001445\",\"0.001155\",\"2000\"\n\"2024-07-16T21:10:00.000Z\",\"0.001302\",\"0.000995\",\"2000\"\n\"2024-07-16T21:15:00.000Z\",\"0.001987\",\"0.001517\",\"2000\"\n\"2024-07-16T21:20:00.000Z\",\"0.001507\",\"0.001118\",\"2000\"\n\"2024-07-16T21:25:00.000Z\",\"0.001177\",\"0.000927\",\"2000\"\n\"2024-07-16T21:30:00.000Z\",\"0.001755\",\"0.001375\",\"2000\"\n\"2024-07-16T21:35:00.000Z\",\"0.002053\",\"0.001384\",\"2000\"\n\"2024-07-16T21:40:00.000Z\",\"0.00124\",\"0.001006\",\"2000\"\n\"2024-07-16T21:45:00.000Z\",\"0.001486\",\"0.001216\",\"2000\"\n\"2024-07-16T21:50:00.000Z\",\"0.001638\",\"0.001271\",\"2000\"\n\"2024-07-16T21:55:00.000Z\",\"0.00107\",\"0.000821\",\"2000\"\n\"2024-07-16T22:00:00.000Z\",\"0.001386\",\"0.001049\",\"2000\"\n\"2024-07-16T22:05:00.000Z\",\"0.001303\",\"0.001045\",\"2000\"\n\"2024-07-16T22:10:00.000Z\",\"0.001293\",\"0.001004\",\"2000\"\n\"2024-07-16T22:15:00.000Z\",\"0.001214\",\"0.001018\",\"2000\"\n\"2024-07-16T22:20:00.000Z\",\"0.001236\",\"0.000955\",\"2000\"\n\"2024-07-16T22:25:00.000Z\",\"0.00287\",\"0.002632\",\"2000\"\n\"2024-07-16T22:30:00.000Z\",\"0.001121\",\"0.000884\",\"2000\"\n\"2024-07-16T22:35:00.000Z\",\"0.001004\",\"0.000688\",\"2000\"\n\"2024-07-16T22:40:00.000Z\",\"0.000974\",\"0.000721\",\"2000\"\n\"2024-07-16T22:45:00.000Z\",\"0.001158\",\"0.000861\",\"2000\"\n\"2024-07-16T22:50:00.000Z\",\"0.001202\",\"0.000951\",\"2000\"\n\"2024-07-16T22:55:00.000Z\",\"0.001213\",\"0.000947\",\"2000\"\n\"2024-07-16T23:00:00.000Z\",\"0.00121\",\"0.001003\",\"2000\"\n\"2024-07-16T23:05:00.000Z\",\"0.001276\",\"0.00095\",\"2000\"\n\"2024-07-16T23:10:00.000Z\",\"0.001151\",\"0.000844\",\"2000\"\n\"2024-07-16T23:15:00.000Z\",\"0.001201\",\"0.001007\",\"2000\"\n\"2024-07-16T23:20:00.000Z\",\"0.001144\",\"0.000827\",\"2000\"\n\"2024-07-16T23:25:00.000Z\",\"0.001217\",\"0.000911\",\"2000\"\n\"2024-07-16T23:30:00.000Z\",\"0.001204\",\"0.000971\",\"2000\"\n\"2024-07-16T23:35:00.000Z\",\"0.001413\",\"0.001151\",\"2000\"\n\"2024-07-16T23:40:00.000Z\",\"0.001108\",\"0.000845\",\"2000\"\n\"2024-07-16T23:45:00.000Z\",\"0.001159\",\"0.000894\",\"2000\"\n\"2024-07-16T23:50:00.000Z\",\"0.001288\",\"0.000974\",\"2000\"\n\"2024-07-16T23:55:00.000Z\",\"0.001312\",\"0.001018\",\"2000\"\n\"2024-07-17T00:00:00.000Z\",\"0.001339\",\"0.001083\",\"2000\"\n\"2024-07-17T00:05:00.000Z\",\"0.003101\",\"0.002601\",\"2000\"\n\"2024-07-17T00:10:00.000Z\",\"0.003379\",\"0.002862\",\"2000\"\n\"2024-07-17T00:15:00.000Z\",\"0.003271\",\"0.002769\",\"2000\"\n\"2024-07-17T00:20:00.000Z\",\"0.003229\",\"0.002822\",\"2000\"\n\"2024-07-17T00:25:00.000Z\",\"0.002935\",\"0.00245\",\"2000\"\n\"2024-07-17T00:30:00.000Z\",\"0.001302\",\"0.001002\",\"2000\"\n\"2024-07-17T00:35:00.000Z\",\"0.001133\",\"0.000847\",\"2000\"\n\"2024-07-17T00:40:00.000Z\",\"0.001289\",\"0.000964\",\"2000\"\n\"2024-07-17T00:45:00.000Z\",\"0.001252\",\"0.001033\",\"2000\"\n\"2024-07-17T00:50:00.000Z\",\"0.001425\",\"0.00114\",\"2000\"\n\"2024-07-17T00:55:00.000Z\",\"0.001267\",\"0.000925\",\"2000\"\n\"2024-07-17T01:00:00.000Z\",\"0.001138\",\"0.000897\",\"2000\"\n\"2024-07-17T01:05:00.000Z\",\"0.001147\",\"0.00084\",\"2000\"\n\"2024-07-17T01:10:00.000Z\",\"0.001093\",\"0.000792\",\"2000\"\n\"2024-07-17T01:15:00.000Z\",\"0.001061\",\"0.000833\",\"2000\"\n\"2024-07-17T01:20:00.000Z\",\"0.00127\",\"0.000981\",\"2000\"\n\"2024-07-17T01:25:00.000Z\",\"0.001306\",\"0.000919\",\"2000\"\n\"2024-07-17T01:30:00.000Z\",\"0.001152\",\"0.000843\",\"2000\"\n\"2024-07-17T01:35:00.000Z\",\"0.000881\",\"0.000625\",\"2000\"\n\"2024-07-17T01:40:00.000Z\",\"0.001209\",\"0.000922\",\"2000\"\n\"2024-07-17T01:45:00.000Z\",\"0.001219\",\"0.000902\",\"2000\"\n\"2024-07-17T01:50:00.000Z\",\"0.001144\",\"0.000912\",\"2000\"\n\"2024-07-17T01:55:00.000Z\",\"0.001207\",\"0.000885\",\"2000\"\n\"2024-07-17T02:00:00.000Z\",\"0.001253\",\"0.000941\",\"2000\"\n\"2024-07-17T02:05:00.000Z\",\"0.001235\",\"0.001008\",\"2000\"\n\"2024-07-17T02:10:00.000Z\",\"0.003301\",\"0.003095\",\"2000\"\n\"2024-07-17T02:15:00.000Z\",\"0.004707\",\"0.004455\",\"2000\"\n\"2024-07-17T02:20:00.000Z\",\"0.005606\",\"0.005528\",\"2000\"\n\"2024-07-17T02:25:00.000Z\",\"0.004418\",\"0.004187\",\"2000\"\n\"2024-07-17T02:30:00.000Z\",\"0.004545\",\"0.004332\",\"2000\"\n\"2024-07-17T02:35:00.000Z\",\"0.003834\",\"0.003616\",\"2000\"\n\"2024-07-17T02:40:00.000Z\",\"0.00474\",\"0.004565\",\"2000\"\n\"2024-07-17T02:45:00.000Z\",\"0.004084\",\"0.003926\",\"2000\"\n\"2024-07-17T02:50:00.000Z\",\"0.004229\",\"0.004044\",\"2000\"\n\"2024-07-17T02:55:00.000Z\",\"0.002465\",\"0.002199\",\"2000\"\n\"2024-07-17T03:00:00.000Z\",\"0.001229\",\"0.00091\",\"2000\"\n\"2024-07-17T03:05:00.000Z\",\"0.00106\",\"0.00083\",\"2000\"\n\"2024-07-17T03:10:00.000Z\",\"0.001627\",\"0.001288\",\"2000\"\n\"2024-07-17T03:15:00.000Z\",\"0.007106\",\"0.006447\",\"2000\"\n\"2024-07-17T03:20:00.000Z\",\"0.007794\",\"0.007015\",\"2000\"\n\"2024-07-17T03:25:00.000Z\",\"0.008036\",\"0.007288\",\"2000\"\n\"2024-07-17T03:30:00.000Z\",\"0.007908\",\"0.007178\",\"2000\"\n\"2024-07-17T03:35:00.000Z\",\"0.005191\",\"0.00466\",\"2000\"\n\"2024-07-17T03:40:00.000Z\",\"0.001616\",\"0.001265\",\"2000\"\n\"2024-07-17T03:45:00.000Z\",\"0.001072\",\"0.000849\",\"2000\"\n\"2024-07-17T03:50:00.000Z\",\"0.001051\",\"0.000758\",\"2000\"\n\"2024-07-17T03:55:00.000Z\",\"0.000711\",\"0.000513\",\"2000\"\n\"2024-07-17T04:00:00.000Z\",\"0.000915\",\"0.000728\",\"2000\"\n\"2024-07-17T04:05:00.000Z\",\"0.000819\",\"0.00052\",\"2000\"\n\"2024-07-17T04:10:00.000Z\",\"0.000635\",\"0.000439\",\"2000\"\n\"2024-07-17T04:15:00.000Z\",\"0.000874\",\"0.000654\",\"2000\"\n\"2024-07-17T04:20:00.000Z\",\"0.001576\",\"0.001313\",\"2000\"\n\"2024-07-17T04:25:00.000Z\",\"0.002049\",\"0.001732\",\"2000\"\n\"2024-07-17T04:30:00.000Z\",\"0.008249\",\"0.007772\",\"2000\"\n\"2024-07-17T04:35:00.000Z\",\"0.007589\",\"0.006941\",\"2000\"\n\"2024-07-17T04:40:00.000Z\",\"0.005088\",\"0.004478\",\"2000\"\n\"2024-07-17T04:45:00.000Z\",\"0.004397\",\"0.003831\",\"2000\"\n\"2024-07-17T04:50:00.000Z\",\"0.004326\",\"0.003679\",\"2000\"\n\"2024-07-17T04:55:00.000Z\",\"0.00189\",\"0.001452\",\"2000\"\n\"2024-07-17T05:00:00.000Z\",\"0.001306\",\"0.001061\",\"2000\"\n\"2024-07-17T05:05:00.000Z\",\"0.001207\",\"0.000926\",\"2000\"\n\"2024-07-17T05:10:00.000Z\",\"0.000874\",\"0.000627\",\"2000\"\n\"2024-07-17T05:15:00.000Z\",\"0.001433\",\"0.001077\",\"2000\"\n\"2024-07-17T05:20:00.000Z\",\"0.000731\",\"0.00052\",\"2000\"\n\"2024-07-17T05:25:00.000Z\",\"0.002384\",\"0.002092\",\"2000\"\n\"2024-07-17T05:30:00.000Z\",\"0.001481\",\"0.00113\",\"2000\"\n\"2024-07-17T05:35:00.000Z\",\"0.001022\",\"0.000741\",\"2000\"\n\"2024-07-17T05:40:00.000Z\",\"0.000617\",\"0.000486\",\"2000\"\n\"2024-07-17T05:45:00.000Z\",\"0.001214\",\"0.000887\",\"2000\"\n\"2024-07-17T05:50:00.000Z\",\"0.001233\",\"0.000964\",\"2000\"\n\"2024-07-17T05:55:00.000Z\",\"0.000849\",\"0.000607\",\"2000\"\n\"2024-07-17T06:00:00.000Z\",\"0.000923\",\"0.0007\",\"2000\"\n\"2024-07-17T06:05:00.000Z\",\"0.001468\",\"0.001092\",\"2000\"\n\"2024-07-17T06:10:00.000Z\",\"0.000664\",\"0.000514\",\"2000\"\n\"2024-07-17T06:15:00.000Z\",\"0.001055\",\"0.000735\",\"2000\"\n\"2024-07-17T06:20:00.000Z\",\"0.001146\",\"0.000912\",\"2000\"\n\"2024-07-17T06:25:00.000Z\",\"0.002284\",\"0.001912\",\"2000\"\n\"2024-07-17T06:30:00.000Z\",\"0.003126\",\"0.002697\",\"2000\"\n\"2024-07-17T06:35:00.000Z\",\"0.002976\",\"0.002518\",\"2000\"\n\"2024-07-17T06:40:00.000Z\",\"0.003639\",\"0.003163\",\"2000\"\n\"2024-07-17T06:45:00.000Z\",\"0.004823\",\"0.003964\",\"2000\"\n\"2024-07-17T06:50:00.000Z\",\"0.003356\",\"0.002846\",\"2000\"\n\"2024-07-17T06:55:00.000Z\",\"0.002503\",\"0.002089\",\"2000\"\n\"2024-07-17T07:00:00.000Z\",\"0.002477\",\"0.002078\",\"2000\"\n\"2024-07-17T07:05:00.000Z\",\"0.001524\",\"0.001241\",\"2000\"\n\"2024-07-17T07:10:00.000Z\",\"0.000766\",\"0.000591\",\"2000\"\n\"2024-07-17T07:15:00.000Z\",\"0.000822\",\"0.000612\",\"2000\"\n\"2024-07-17T07:20:00.000Z\",\"0.000956\",\"0.000716\",\"2000\"\n\"2024-07-17T07:25:00.000Z\",\"0.00101\",\"0.000733\",\"2000\"\n\"2024-07-17T07:30:00.000Z\",\"0.001058\",\"0.000704\",\"2000\"\n\"2024-07-17T07:35:00.000Z\",\"0.001386\",\"0.000982\",\"2000\"\n\"2024-07-17T07:40:00.000Z\",\"0.001244\",\"0.000975\",\"2000\"\n\"2024-07-17T07:45:00.000Z\",\"0.001193\",\"0.000879\",\"2000\"\n\"2024-07-17T07:50:00.000Z\",\"0.001352\",\"0.001042\",\"2000\"\n\"2024-07-17T07:55:00.000Z\",\"0.001375\",\"0.0009\",\"2000\"\n\"2024-07-17T08:00:00.000Z\",\"0.00131\",\"0.001005\",\"2000\"\n\"2024-07-17T08:05:00.000Z\",\"0.001366\",\"0.001013\",\"2000\"\n\"2024-07-17T08:10:00.000Z\",\"0.001054\",\"0.000786\",\"2000\"\n\"2024-07-17T08:15:00.000Z\",\"0.001116\",\"0.000862\",\"2000\"\n\"2024-07-17T08:20:00.000Z\",\"0.001358\",\"0.001168\",\"2000\"\n\"2024-07-17T08:25:00.000Z\",\"0.001307\",\"0.001049\",\"2000\"\n\"2024-07-17T08:30:00.000Z\",\"0.001831\",\"0.001468\",\"2000\"\n\"2024-07-17T08:35:00.000Z\",\"0.00346\",\"0.003172\",\"2000\"\n\"2024-07-17T08:40:00.000Z\",\"0.001916\",\"0.00155\",\"2000\"\n\"2024-07-17T08:45:00.000Z\",\"0.002391\",\"0.001874\",\"2000\"\n\"2024-07-17T08:50:00.000Z\",\"0.002532\",\"0.001971\",\"2000\"\n\"2024-07-17T08:55:00.000Z\",\"0.001976\",\"0.001572\",\"2000\"\n\"2024-07-17T09:00:00.000Z\",\"0.001486\",\"0.001153\",\"2000\"\n\"2024-07-17T09:05:00.000Z\",\"0.001454\",\"0.001163\",\"2000\"\n\"2024-07-17T09:10:00.000Z\",\"0.001183\",\"0.000946\",\"2000\"\n\"2024-07-17T09:15:00.000Z\",\"0.001198\",\"0.000942\",\"2000\"\n\"2024-07-17T09:20:00.000Z\",\"0.001362\",\"0.001019\",\"2000\"\n\"2024-07-17T09:25:00.000Z\",\"0.001092\",\"0.000852\",\"2000\"\n\"2024-07-17T09:30:00.000Z\",\"0.001656\",\"0.001355\",\"2000\"\n\"2024-07-17T09:35:00.000Z\",\"0.002561\",\"0.002176\",\"2000\"\n\"2024-07-17T09:40:00.000Z\",\"0.003586\",\"0.003097\",\"2000\"\n\"2024-07-17T09:45:00.000Z\",\"0.002113\",\"0.001676\",\"2000\"\n\"2024-07-17T09:50:00.000Z\",\"0.002677\",\"0.002171\",\"2000\"\n\"2024-07-17T09:55:00.000Z\",\"0.002106\",\"0.001741\",\"2000\"\n\"2024-07-17T10:00:00.000Z\",\"0.003731\",\"0.003275\",\"2000\"\n\"2024-07-17T10:05:00.000Z\",\"0.003869\",\"0.003447\",\"2000\"\n\"2024-07-17T10:10:00.000Z\",\"0.004289\",\"0.00356\",\"2000\"\n\"2024-07-17T10:15:00.000Z\",\"0.003471\",\"0.00302\",\"2000\"\n\"2024-07-17T10:20:00.000Z\",\"0.003045\",\"0.002629\",\"2000\"\n\"2024-07-17T10:25:00.000Z\",\"0.003125\",\"0.002699\",\"2000\"\n\"2024-07-17T10:30:00.000Z\",\"0.002966\",\"0.002431\",\"2000\"\n\"2024-07-17T10:35:00.000Z\",\"0.002842\",\"0.002339\",\"2000\"\n\"2024-07-17T10:40:00.000Z\",\"0.003085\",\"0.002573\",\"2000\"\n\"2024-07-17T10:45:00.000Z\",\"0.002408\",\"0.002028\",\"2000\"\n\"2024-07-17T10:50:00.000Z\",\"0.001687\",\"0.001333\",\"2000\"\n\"2024-07-17T10:55:00.000Z\",\"0.001557\",\"0.00127\",\"2000\"\n\"2024-07-17T11:00:00.000Z\",\"0.001486\",\"0.001204\",\"2000\"\n\"2024-07-17T11:05:00.000Z\",\"0.002394\",\"0.001959\",\"2000\"\n\"2024-07-17T11:10:00.000Z\",\"0.001084\",\"0.00079\",\"2000\"\n\"2024-07-17T11:15:00.000Z\",\"0.001136\",\"0.000915\",\"2000\"\n\"2024-07-17T11:20:00.000Z\",\"0.001087\",\"0.000832\",\"2000\"\n\"2024-07-17T11:25:00.000Z\",\"0.000985\",\"0.000727\",\"2000\"\n\"2024-07-17T11:30:00.000Z\",\"0.001283\",\"0.001031\",\"2000\"\n\"2024-07-17T11:35:00.000Z\",\"0.001187\",\"0.000861\",\"2000\"\n\"2024-07-17T11:40:00.000Z\",\"0.001106\",\"0.000797\",\"2000\"\n\"2024-07-17T11:45:00.000Z\",\"0.00117\",\"0.000955\",\"2000\"\n\"2024-07-17T11:50:00.000Z\",\"0.001168\",\"0.000931\",\"2000\"\n\"2024-07-17T11:55:00.000Z\",\"0.001098\",\"0.000799\",\"2000\"\n\"2024-07-17T12:00:00.000Z\",\"0.001102\",\"0.000834\",\"2000\"\n\"2024-07-17T12:05:00.000Z\",\"0.001342\",\"0.000943\",\"2000\"\n\"2024-07-17T12:10:00.000Z\",\"0.001179\",\"0.000967\",\"2000\"\n\"2024-07-17T12:15:00.000Z\",\"0.001008\",\"0.000754\",\"2000\"\n\"2024-07-17T12:20:00.000Z\",\"0.001084\",\"0.000834\",\"2000\"\n\"2024-07-17T12:25:00.000Z\",\"0.001312\",\"0.001002\",\"2000\"\n\"2024-07-17T12:30:00.000Z\",\"0.001291\",\"0.001015\",\"2000\"\n\"2024-07-17T12:35:00.000Z\",\"0.001131\",\"0.000883\",\"2000\"\n\"2024-07-17T12:40:00.000Z\",\"0.001256\",\"0.000906\",\"2000\"\n\"2024-07-17T12:45:00.000Z\",\"0.001278\",\"0.001037\",\"2000\"\n\"2024-07-17T12:50:00.000Z\",\"0.001384\",\"0.001109\",\"2000\"\n\"2024-07-17T12:55:00.000Z\",\"0.001481\",\"0.001168\",\"2000\"\n\"2024-07-17T13:00:00.000Z\",\"0.001718\",\"0.00137\",\"2000\"\n\"2024-07-17T13:05:00.000Z\",\"0.001425\",\"0.001113\",\"2000\"\n\"2024-07-17T13:10:00.000Z\",\"0.002719\",\"0.002544\",\"2000\"\n\"2024-07-17T13:15:00.000Z\",\"0.00103\",\"0.000724\",\"2000\"\n\"2024-07-17T13:20:00.000Z\",\"0.001469\",\"0.001154\",\"2000\"\n\"2024-07-17T13:25:00.000Z\",\"0.002114\",\"0.001745\",\"2000\"\n\"2024-07-17T13:30:00.000Z\",\"0.003861\",\"0.003107\",\"2000\"\n\"2024-07-17T13:35:00.000Z\",\"0.003821\",\"0.003198\",\"2000\"\n\"2024-07-17T13:40:00.000Z\",\"0.003728\",\"0.003293\",\"2000\"\n\"2024-07-17T13:45:00.000Z\",\"0.003827\",\"0.0032\",\"2000\"\n\"2024-07-17T13:50:00.000Z\",\"0.003087\",\"0.002591\",\"2000\"\n\"2024-07-17T13:55:00.000Z\",\"0.001969\",\"0.001594\",\"2000\"\n\"2024-07-17T14:00:00.000Z\",\"0.001489\",\"0.001211\",\"2000\"\n\"2024-07-17T14:05:00.000Z\",\"0.001543\",\"0.001244\",\"2000\"\n\"2024-07-17T14:10:00.000Z\",\"0.001232\",\"0.000935\",\"2000\"\n\"2024-07-17T14:15:00.000Z\",\"0.001322\",\"0.001034\",\"2000\"\n\"2024-07-17T14:20:00.000Z\",\"0.002592\",\"0.002342\",\"2000\"\n\"2024-07-17T14:25:00.000Z\",\"0.00141\",\"0.001162\",\"2000\"\n\"2024-07-17T14:30:00.000Z\",\"0.001089\",\"0.000806\",\"2000\"\n\"2024-07-17T14:35:00.000Z\",\"0.001295\",\"0.001018\",\"2000\"\n\"2024-07-17T14:40:00.000Z\",\"0.001124\",\"0.000875\",\"2000\"\n\"2024-07-17T14:45:00.000Z\",\"0.001167\",\"0.000937\",\"2000\"\n\"2024-07-17T14:50:00.000Z\",\"0.001288\",\"0.000974\",\"2000\"\n\"2024-07-17T14:55:00.000Z\",\"0.001165\",\"0.000803\",\"2000\"\n\"2024-07-17T15:00:00.000Z\",\"0.001257\",\"0.000975\",\"2000\"\n\"2024-07-17T15:05:00.000Z\",\"0.001493\",\"0.001184\",\"2000\"\n\"2024-07-17T15:10:00.000Z\",\"0.001806\",\"0.001539\",\"2000\"\n\"2024-07-17T15:15:00.000Z\",\"0.002573\",\"0.002302\",\"2000\"\n\"2024-07-17T15:20:00.000Z\",\"0.002856\",\"0.002516\",\"2000\"\n\"2024-07-17T15:25:00.000Z\",\"0.002857\",\"0.002455\",\"2000\"\n\"2024-07-17T15:30:00.000Z\",\"0.002629\",\"0.002189\",\"2000\"\n\"2024-07-17T15:35:00.000Z\",\"0.002112\",\"0.001889\",\"2000\"\n\"2024-07-17T15:40:00.000Z\",\"0.001769\",\"0.001342\",\"2000\"\n\"2024-07-17T15:45:00.000Z\",\"0.003263\",\"0.002798\",\"2000\"\n\"2024-07-17T15:50:00.000Z\",\"0.003131\",\"0.002669\",\"2000\"\n\"2024-07-17T15:55:00.000Z\",\"0.002393\",\"0.002113\",\"2000\"\n\"2024-07-17T16:00:00.000Z\",\"0.001684\",\"0.001318\",\"2000\"\n\"2024-07-17T16:05:00.000Z\",\"0.001277\",\"0.000957\",\"2000\"\n\"2024-07-17T16:10:00.000Z\",\"0.00138\",\"0.00107\",\"2000\"\n\"2024-07-17T16:15:00.000Z\",\"0.001421\",\"0.001121\",\"2000\"\n\"2024-07-17T16:20:00.000Z\",\"0.001363\",\"0.00106\",\"2000\"\n\"2024-07-17T16:25:00.000Z\",\"0.001387\",\"0.001041\",\"2000\"\n\"2024-07-17T16:30:00.000Z\",\"0.001783\",\"0.001209\",\"2000\"\n\"2024-07-17T16:35:00.000Z\",\"0.001198\",\"0.000919\",\"2000\"\n\"2024-07-17T16:40:00.000Z\",\"0.001396\",\"0.001123\",\"2000\"\n\"2024-07-17T16:45:00.000Z\",\"0.001642\",\"0.00123\",\"2000\"\n\"2024-07-17T16:50:00.000Z\",\"0.001069\",\"0.00078\",\"2000\"\n\"2024-07-17T16:55:00.000Z\",\"0.001631\",\"0.001345\",\"2000\"\n\"2024-07-17T17:00:00.000Z\",\"0.002142\",\"0.001645\",\"2000\"\n\"2024-07-17T17:05:00.000Z\",\"0.002281\",\"0.00184\",\"2000\"\n\"2024-07-17T17:10:00.000Z\",\"0.002233\",\"0.001996\",\"2000\"\n\"2024-07-17T17:15:00.000Z\",\"0.002304\",\"0.001899\",\"2000\"\n\"2024-07-17T17:20:00.000Z\",\"0.002405\",\"0.00209\",\"2000\"\n\"2024-07-17T17:25:00.000Z\",\"0.002421\",\"0.002105\",\"2000\"\n\"2024-07-17T17:30:00.000Z\",\"0.002202\",\"0.001858\",\"2000\"\n\"2024-07-17T17:35:00.000Z\",\"0.00218\",\"0.001846\",\"2000\"\n\"2024-07-17T17:40:00.000Z\",\"0.002276\",\"0.001729\",\"2000\"\n\"2024-07-17T17:45:00.000Z\",\"0.001455\",\"0.001123\",\"2000\"\n\"2024-07-17T17:50:00.000Z\",\"0.001709\",\"0.001495\",\"2000\"\n\"2024-07-17T17:55:00.000Z\",\"0.001395\",\"0.001124\",\"2000\"\n\"2024-07-17T18:00:00.000Z\",\"0.0012\",\"0.000894\",\"2000\"\n\"2024-07-17T18:05:00.000Z\",\"0.00137\",\"0.001105\",\"2000\"\n\"2024-07-17T18:10:00.000Z\",\"0.002081\",\"0.001519\",\"2000\"\n\"2024-07-17T18:15:00.000Z\",\"0.001369\",\"0.001048\",\"2000\"\n\"2024-07-17T18:20:00.000Z\",\"0.001477\",\"0.001209\",\"2000\"\n\"2024-07-17T18:25:00.000Z\",\"0.001808\",\"0.00136\",\"2000\"\n\"2024-07-17T18:30:00.000Z\",\"0.002052\",\"0.001696\",\"2000\"\n\"2024-07-17T18:35:00.000Z\",\"0.00166\",\"0.001351\",\"2000\"\n\"2024-07-17T18:40:00.000Z\",\"0.003672\",\"0.003179\",\"2000\"\n\"2024-07-17T18:45:00.000Z\",\"0.005085\",\"0.004208\",\"2000\"\n\"2024-07-17T18:50:00.000Z\",\"0.003876\",\"0.003378\",\"2000\"\n\"2024-07-17T18:55:00.000Z\",\"0.00288\",\"0.002356\",\"2000\"\n\"2024-07-17T19:00:00.000Z\",\"0.002344\",\"0.001898\",\"2000\"\n\"2024-07-17T19:05:00.000Z\",\"0.00164\",\"0.001251\",\"2000\"\n\"2024-07-17T19:10:00.000Z\",\"0.001422\",\"0.001095\",\"2000\"\n\"2024-07-17T19:15:00.000Z\",\"0.001997\",\"0.001406\",\"2000\"\n\"2024-07-17T19:20:00.000Z\",\"0.002216\",\"0.001916\",\"2000\"\n\"2024-07-17T19:25:00.000Z\",\"0.003378\",\"0.003062\",\"2000\"\n\"2024-07-17T19:30:00.000Z\",\"0.004875\",\"0.004274\",\"2000\"\n\"2024-07-17T19:35:00.000Z\",\"0.004814\",\"0.004398\",\"2000\"\n\"2024-07-17T19:40:00.000Z\",\"0.005503\",\"0.004646\",\"2000\"\n\"2024-07-17T19:45:00.000Z\",\"0.005441\",\"0.004719\",\"2000\"\n\"2024-07-17T19:50:00.000Z\",\"0.00434\",\"0.003862\",\"2000\"\n\"2024-07-17T19:55:00.000Z\",\"0.002695\",\"0.002168\",\"2000\"\n\"2024-07-17T20:00:00.000Z\",\"0.00308\",\"0.002604\",\"2000\"\n\"2024-07-17T20:05:00.000Z\",\"0.001461\",\"0.001168\",\"2000\"\n\"2024-07-17T20:10:00.000Z\",\"0.001511\",\"0.001162\",\"2000\"\n\"2024-07-17T20:15:00.000Z\",\"0.001886\",\"0.001538\",\"2000\"\n\"2024-07-17T20:20:00.000Z\",\"0.002026\",\"0.001651\",\"2000\"\n\"2024-07-17T20:25:00.000Z\",\"0.001628\",\"0.001268\",\"2000\"\n\"2024-07-17T20:30:00.000Z\",\"0.001772\",\"0.001365\",\"2000\"\n\"2024-07-17T20:35:00.000Z\",\"0.001915\",\"0.001504\",\"2000\"\n\"2024-07-17T20:40:00.000Z\",\"0.001335\",\"0.00102\",\"2000\"\n\"2024-07-17T20:45:00.000Z\",\"0.001916\",\"0.001562\",\"2000\"\n\"2024-07-17T20:50:00.000Z\",\"0.003768\",\"0.003205\",\"2000\"\n\"2024-07-17T20:55:00.000Z\",\"0.001613\",\"0.001253\",\"2000\"\n\"2024-07-17T21:00:00.000Z\",\"0.001594\",\"0.001185\",\"2000\"\n\"2024-07-17T21:05:00.000Z\",\"0.001888\",\"0.00147\",\"2000\"\n\"2024-07-17T21:10:00.000Z\",\"0.001525\",\"0.001232\",\"2000\"\n\"2024-07-17T21:15:00.000Z\",\"0.001824\",\"0.001477\",\"2000\"\n\"2024-07-17T21:20:00.000Z\",\"0.001285\",\"0.001034\",\"2000\"\n\"2024-07-17T21:25:00.000Z\",\"0.001876\",\"0.001499\",\"2000\"\n\"2024-07-17T21:30:00.000Z\",\"0.001893\",\"0.001459\",\"2000\"\n\"2024-07-17T21:35:00.000Z\",\"0.001415\",\"0.001169\",\"2000\"\n\"2024-07-17T21:40:00.000Z\",\"0.001854\",\"0.001475\",\"2000\"\n\"2024-07-17T21:45:00.000Z\",\"0.001666\",\"0.001298\",\"2000\"\n\"2024-07-17T21:50:00.000Z\",\"0.001372\",\"0.0011\",\"2000\"\n\"2024-07-17T21:55:00.000Z\",\"0.001747\",\"0.001379\",\"2000\"\n\"2024-07-17T22:00:00.000Z\",\"0.001873\",\"0.001448\",\"2000\"\n\"2024-07-17T22:05:00.000Z\",\"0.001455\",\"0.001109\",\"2000\"\n\"2024-07-17T22:10:00.000Z\",\"0.001603\",\"0.001322\",\"2000\"\n\"2024-07-17T22:15:00.000Z\",\"0.001504\",\"0.00122\",\"2000\"\n\"2024-07-17T22:20:00.000Z\",\"0.001485\",\"0.001152\",\"2000\"\n\"2024-07-17T22:25:00.000Z\",\"0.002069\",\"0.001786\",\"2000\"\n\"2024-07-17T22:30:00.000Z\",\"0.004952\",\"0.004453\",\"2000\"\n\"2024-07-17T22:35:00.000Z\",\"0.005351\",\"0.004817\",\"2000\"\n\"2024-07-17T22:40:00.000Z\",\"0.005508\",\"0.004988\",\"2000\"\n\"2024-07-17T22:45:00.000Z\",\"0.00565\",\"0.005151\",\"2000\"\n\"2024-07-17T22:50:00.000Z\",\"0.005351\",\"0.004791\",\"2000\"\n\"2024-07-17T22:55:00.000Z\",\"0.005611\",\"0.005112\",\"2000\"\n\"2024-07-17T23:00:00.000Z\",\"0.005745\",\"0.005191\",\"2000\"\n\"2024-07-17T23:05:00.000Z\",\"0.005575\",\"0.004991\",\"2000\"\n\"2024-07-17T23:10:00.000Z\",\"0.004212\",\"0.003772\",\"2000\"\n\"2024-07-17T23:15:00.000Z\",\"0.001807\",\"0.001465\",\"2000\"\n\"2024-07-17T23:20:00.000Z\",\"0.001917\",\"0.001607\",\"2000\"\n\"2024-07-17T23:25:00.000Z\",\"0.001805\",\"0.001548\",\"2000\"\n\"2024-07-17T23:30:00.000Z\",\"0.001715\",\"0.001463\",\"2000\"\n\"2024-07-17T23:35:00.000Z\",\"0.001803\",\"0.001542\",\"2000\"\n\"2024-07-17T23:40:00.000Z\",\"0.001942\",\"0.001682\",\"2000\"\n\"2024-07-17T23:45:00.000Z\",\"0.001765\",\"0.001461\",\"2000\"\n\"2024-07-17T23:50:00.000Z\",\"0.001866\",\"0.001592\",\"2000\"\n\"2024-07-17T23:55:00.000Z\",\"0.001836\",\"0.001528\",\"2000\"\n\"2024-07-18T00:00:00.000Z\",\"0.001719\",\"0.001422\",\"2000\"\n\"2024-07-18T00:05:00.000Z\",\"0.001764\",\"0.00157\",\"2000\"\n\"2024-07-18T00:10:00.000Z\",\"0.001715\",\"0.001464\",\"2000\"\n\"2024-07-18T00:15:00.000Z\",\"0.001971\",\"0.001703\",\"2000\"\n\"2024-07-18T00:20:00.000Z\",\"0.001646\",\"0.001385\",\"2000\"\n\"2024-07-18T00:25:00.000Z\",\"0.001758\",\"0.00144\",\"2000\"\n\"2024-07-18T00:30:00.000Z\",\"0.001783\",\"0.001491\",\"2000\"\n\"2024-07-18T00:35:00.000Z\",\"0.001709\",\"0.001394\",\"2000\"\n\"2024-07-18T00:40:00.000Z\",\"0.002547\",\"0.002341\",\"2000\"\n\"2024-07-18T00:45:00.000Z\",\"0.003082\",\"0.002781\",\"2000\"\n\"2024-07-18T00:50:00.000Z\",\"0.001857\",\"0.001544\",\"2000\"\n\"2024-07-18T00:55:00.000Z\",\"0.001785\",\"0.001528\",\"2000\"\n\"2024-07-18T01:00:00.000Z\",\"0.001758\",\"0.001496\",\"2000\"\n\"2024-07-18T01:05:00.000Z\",\"0.001829\",\"0.00155\",\"2000\"\n\"2024-07-18T01:10:00.000Z\",\"0.001874\",\"0.00173\",\"2000\"\n\"2024-07-18T01:15:00.000Z\",\"0.002167\",\"0.00181\",\"2000\"\n\"2024-07-18T01:20:00.000Z\",\"0.003474\",\"0.003024\",\"2000\"\n\"2024-07-18T01:25:00.000Z\",\"0.004128\",\"0.003583\",\"2000\"\n\"2024-07-18T01:30:00.000Z\",\"0.004012\",\"0.003507\",\"2000\"\n\"2024-07-18T01:35:00.000Z\",\"0.004085\",\"0.003485\",\"2000\"\n\"2024-07-18T01:40:00.000Z\",\"0.003656\",\"0.003124\",\"2000\"\n\"2024-07-18T01:45:00.000Z\",\"0.003161\",\"0.00271\",\"2000\"\n\"2024-07-18T01:50:00.000Z\",\"0.002405\",\"0.002096\",\"2000\"\n\"2024-07-18T01:55:00.000Z\",\"0.002259\",\"0.001862\",\"2000\"\n\"2024-07-18T02:00:00.000Z\",\"0.002161\",\"0.001836\",\"2000\"\n\"2024-07-18T02:05:00.000Z\",\"0.001998\",\"0.001732\",\"2000\"\n\"2024-07-18T02:10:00.000Z\",\"0.002332\",\"0.001945\",\"2000\"\n\"2024-07-18T02:15:00.000Z\",\"0.002051\",\"0.001731\",\"2000\"\n\"2024-07-18T02:20:00.000Z\",\"0.002857\",\"0.002623\",\"2000\"\n\"2024-07-18T02:25:00.000Z\",\"0.00322\",\"0.002962\",\"2000\"\n\"2024-07-18T02:30:00.000Z\",\"0.003499\",\"0.00312\",\"2000\"\n\"2024-07-18T02:35:00.000Z\",\"0.003472\",\"0.003058\",\"2000\"\n\"2024-07-18T02:40:00.000Z\",\"0.003373\",\"0.002996\",\"2000\"\n\"2024-07-18T02:45:00.000Z\",\"0.002623\",\"0.002353\",\"2000\"\n\"2024-07-18T02:50:00.000Z\",\"0.001765\",\"0.001566\",\"2000\"\n\"2024-07-18T02:55:00.000Z\",\"0.001951\",\"0.001705\",\"2000\"\n\"2024-07-18T03:00:00.000Z\",\"0.001811\",\"0.00156\",\"2000\"\n\"2024-07-18T03:05:00.000Z\",\"0.001837\",\"0.001532\",\"2000\"\n\"2024-07-18T03:10:00.000Z\",\"0.001944\",\"0.001639\",\"2000\"\n\"2024-07-18T03:15:00.000Z\",\"0.001791\",\"0.001568\",\"2000\"\n\"2024-07-18T03:20:00.000Z\",\"0.001804\",\"0.001459\",\"2000\"\n\"2024-07-18T03:25:00.000Z\",\"0.002021\",\"0.001693\",\"2000\"\n\"2024-07-18T03:30:00.000Z\",\"0.002111\",\"0.001864\",\"2000\"\n\"2024-07-18T03:35:00.000Z\",\"0.003903\",\"0.003489\",\"2000\"\n\"2024-07-18T03:40:00.000Z\",\"0.00479\",\"0.004348\",\"2000\"\n\"2024-07-18T03:45:00.000Z\",\"0.003923\",\"0.003377\",\"2000\"\n\"2024-07-18T03:50:00.000Z\",\"0.004846\",\"0.004421\",\"2000\"\n\"2024-07-18T03:55:00.000Z\",\"0.00209\",\"0.001795\",\"2000\"\n\"2024-07-18T04:00:00.000Z\",\"0.001582\",\"0.001229\",\"2000\"\n\"2024-07-18T04:05:00.000Z\",\"0.001379\",\"0.001053\",\"2000\"\n\"2024-07-18T04:10:00.000Z\",\"0.001041\",\"0.000734\",\"2000\"\n\"2024-07-18T04:15:00.000Z\",\"0.001429\",\"0.001087\",\"2000\"\n\"2024-07-18T04:20:00.000Z\",\"0.001337\",\"0.001024\",\"2000\"\n\"2024-07-18T04:25:00.000Z\",\"0.001471\",\"0.001116\",\"2000\"\n\"2024-07-18T04:30:00.000Z\",\"0.001963\",\"0.001612\",\"2000\"\n\"2024-07-18T04:35:00.000Z\",\"0.003458\",\"0.002962\",\"2000\"\n\"2024-07-18T04:40:00.000Z\",\"0.004464\",\"0.003887\",\"2000\"\n\"2024-07-18T04:45:00.000Z\",\"0.004413\",\"0.003819\",\"2000\"\n\"2024-07-18T04:50:00.000Z\",\"0.004619\",\"0.003902\",\"2000\"\n\"2024-07-18T04:55:00.000Z\",\"0.003982\",\"0.0034\",\"2000\"\n\"2024-07-18T05:00:00.000Z\",\"0.002326\",\"0.001894\",\"2000\"\n\"2024-07-18T05:05:00.000Z\",\"0.002287\",\"0.001899\",\"2000\"\n\"2024-07-18T05:10:00.000Z\",\"0.002707\",\"0.002346\",\"2000\"\n\"2024-07-18T05:15:00.000Z\",\"0.003071\",\"0.002535\",\"2000\"\n\"2024-07-18T05:20:00.000Z\",\"0.002848\",\"0.002373\",\"2000\"\n\"2024-07-18T05:25:00.000Z\",\"0.002357\",\"0.00194\",\"2000\"\n"},{"id":"360de46a-5e1c-4242-a656-98e37bd2d5da","name":"Get Megaport Internet Telemetry - CSV Single Telemetry Type (Days)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"},{"key":"Accept","value":"text/csv"}],"url":{"raw":"{{baseUrl}}/v2/product/vxc/ae3388c5-0207-4ef9-a128-2769698790c3/telemetry?type=A_BITS&days=5","host":["{{baseUrl}}"],"path":["v2","product","vxc","ae3388c5-0207-4ef9-a128-2769698790c3","telemetry"],"query":[{"key":"type","value":"A_BITS","description":"Indicates the type of metric. Values include `A_BITS`, `B_BITS`, `A_PACKETS`, and `B_PACKETS`. Multiple telemetry types can be passed. (Required - string)"},{"key":"from","value":"1718010019000","description":"Milliseconds since epoch. When not provided, returns the single most recent measurement. You can use a tool such as https://www.epochconverter.com/ for conversion to and from dates. (Optional - string)","disabled":true},{"key":"to","value":"1721280419000","description":"Milliseconds since epoch. When not provided, returns the single most recent measurement. You can use a tool such as https://www.epochconverter.com/ for conversion to and from dates. (Optional - string) ","disabled":true},{"key":"days","value":"5","description":"The number of days in the past from today for which to return telemetry details. This parameter is mutually exclusive from \"to\" and \"from\". (Optional - string)\n"}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Fri, 19 Jul 2024 00:47:24 GMT"},{"key":"Content-Type","value":"text/csv;charset=ISO-8859-1"},{"key":"Content-Length","value":"80374"},{"key":"Connection","value":"keep-alive"},{"key":"trace-id","value":"b6126bf544cb52adf601f53e49867202"},{"key":"vary","value":"Origin"},{"key":"vary","value":"Access-Control-Request-Method"},{"key":"vary","value":"Access-Control-Request-Headers"},{"key":"x-correlation-id","value":"b6126bf544cb52adf601f53e49867202"},{"key":"x-amzn-trace-id","value":"Root=1-6699b79c-237d14181d3237745252afe7"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"content-disposition","value":"attachment; filename=ae3388c5-0207-4ef9-a128-2769698790c3-telemetry.csv"},{"key":"server-timing","value":"app;dur=91"},{"key":"etag","value":"\"05eef63601ca6e7869b707ee984757d8f\""},{"key":"x-xss-protection","value":"1 ; mode=block"},{"key":"strict-transport-security","value":"max-age=31536000; preload"},{"key":"strict-transport-security","value":"max-age=31536000; preload"},{"key":"referrer-policy","value":"no-referrer"},{"key":"content-security-policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"x-download-options","value":"noopen"},{"key":"x-permitted-cross-domain-policies","value":"none"}],"cookie":[],"responseTime":null,"body":"\"Timestamp\",\"A Bandwidth In (Mbps)\",\"A Bandwidth Out (Mbps)\",\"A Bandwidth Configured speed (Mbps)\"\n\"2024-07-14T00:50:00.000Z\",\"0.006809\",\"0.006137\",\"2000\"\n\"2024-07-14T00:55:00.000Z\",\"0.007031\",\"0.006327\",\"2000\"\n\"2024-07-14T01:00:00.000Z\",\"0.007093\",\"0.006418\",\"2000\"\n\"2024-07-14T01:05:00.000Z\",\"0.005672\",\"0.005197\",\"2000\"\n\"2024-07-14T01:10:00.000Z\",\"0.001396\",\"0.001126\",\"2000\"\n\"2024-07-14T01:15:00.000Z\",\"0.001309\",\"0.000905\",\"2000\"\n\"2024-07-14T01:20:00.000Z\",\"0.00137\",\"0.001095\",\"2000\"\n\"2024-07-14T01:25:00.000Z\",\"0.001138\",\"0.000833\",\"2000\"\n\"2024-07-14T01:30:00.000Z\",\"0.001007\",\"0.000758\",\"2000\"\n\"2024-07-14T01:35:00.000Z\",\"0.001381\",\"0.001104\",\"2000\"\n\"2024-07-14T01:40:00.000Z\",\"0.001345\",\"0.001055\",\"2000\"\n\"2024-07-14T01:45:00.000Z\",\"0.001297\",\"0.001083\",\"2000\"\n\"2024-07-14T01:50:00.000Z\",\"0.003047\",\"0.002798\",\"2000\"\n\"2024-07-14T01:55:00.000Z\",\"0.002035\",\"0.001718\",\"2000\"\n\"2024-07-14T02:00:00.000Z\",\"0.001227\",\"0.00096\",\"2000\"\n\"2024-07-14T02:05:00.000Z\",\"0.001226\",\"0.000937\",\"2000\"\n\"2024-07-14T02:10:00.000Z\",\"0.001724\",\"0.001293\",\"2000\"\n\"2024-07-14T02:15:00.000Z\",\"0.001198\",\"0.000983\",\"2000\"\n\"2024-07-14T02:20:00.000Z\",\"0.001272\",\"0.001026\",\"2000\"\n\"2024-07-14T02:25:00.000Z\",\"0.001313\",\"0.001119\",\"2000\"\n\"2024-07-14T02:30:00.000Z\",\"0.001253\",\"0.000945\",\"2000\"\n\"2024-07-14T02:35:00.000Z\",\"0.001091\",\"0.000791\",\"2000\"\n\"2024-07-14T02:40:00.000Z\",\"0.001172\",\"0.000892\",\"2000\"\n\"2024-07-14T02:45:00.000Z\",\"0.001037\",\"0.000774\",\"2000\"\n\"2024-07-14T02:50:00.000Z\",\"0.001277\",\"0.001111\",\"2000\"\n\"2024-07-14T02:55:00.000Z\",\"0.001203\",\"0.000894\",\"2000\"\n\"2024-07-14T03:00:00.000Z\",\"0.00103\",\"0.0008\",\"2000\"\n\"2024-07-14T03:05:00.000Z\",\"0.00136\",\"0.001064\",\"2000\"\n\"2024-07-14T03:10:00.000Z\",\"0.001309\",\"0.001092\",\"2000\"\n\"2024-07-14T03:15:00.000Z\",\"0.001377\",\"0.001056\",\"2000\"\n\"2024-07-14T03:20:00.000Z\",\"0.001107\",\"0.000797\",\"2000\"\n\"2024-07-14T03:25:00.000Z\",\"0.001107\",\"0.000875\",\"2000\"\n\"2024-07-14T03:30:00.000Z\",\"0.001277\",\"0.001066\",\"2000\"\n\"2024-07-14T03:35:00.000Z\",\"0.001291\",\"0.000988\",\"2000\"\n\"2024-07-14T03:40:00.000Z\",\"0.001277\",\"0.00101\",\"2000\"\n\"2024-07-14T03:45:00.000Z\",\"0.00059\",\"0.000488\",\"2000\"\n\"2024-07-14T03:50:00.000Z\",\"0.000866\",\"0.000579\",\"2000\"\n\"2024-07-14T03:55:00.000Z\",\"0.000639\",\"0.00044\",\"2000\"\n\"2024-07-14T04:00:00.000Z\",\"0.000752\",\"0.000527\",\"2000\"\n\"2024-07-14T04:05:00.000Z\",\"0.000758\",\"0.00068\",\"2000\"\n\"2024-07-14T04:10:00.000Z\",\"0.001216\",\"0.001041\",\"2000\"\n\"2024-07-14T04:15:00.000Z\",\"0.000746\",\"0.000536\",\"2000\"\n\"2024-07-14T04:20:00.000Z\",\"0.000793\",\"0.000561\",\"2000\"\n\"2024-07-14T04:25:00.000Z\",\"0.000965\",\"0.00049\",\"2000\"\n\"2024-07-14T04:30:00.000Z\",\"0.000557\",\"0.000436\",\"2000\"\n\"2024-07-14T04:35:00.000Z\",\"0.000844\",\"0.000653\",\"2000\"\n\"2024-07-14T04:40:00.000Z\",\"0.000791\",\"0.000533\",\"2000\"\n\"2024-07-14T04:45:00.000Z\",\"0.000785\",\"0.000656\",\"2000\"\n\"2024-07-14T04:50:00.000Z\",\"0.00072\",\"0.000517\",\"2000\"\n\"2024-07-14T04:55:00.000Z\",\"0.000959\",\"0.000843\",\"2000\"\n\"2024-07-14T05:00:00.000Z\",\"0.000603\",\"0.000463\",\"2000\"\n\"2024-07-14T05:05:00.000Z\",\"0.000722\",\"0.000534\",\"2000\"\n\"2024-07-14T05:10:00.000Z\",\"0.000766\",\"0.000515\",\"2000\"\n\"2024-07-14T05:15:00.000Z\",\"0.000571\",\"0.000441\",\"2000\"\n\"2024-07-14T05:20:00.000Z\",\"0.000761\",\"0.000557\",\"2000\"\n\"2024-07-14T05:25:00.000Z\",\"0.000836\",\"0.000693\",\"2000\"\n\"2024-07-14T05:30:00.000Z\",\"0.000844\",\"0.00055\",\"2000\"\n\"2024-07-14T05:35:00.000Z\",\"0.000553\",\"0.000471\",\"2000\"\n\"2024-07-14T05:40:00.000Z\",\"0.000851\",\"0.000656\",\"2000\"\n\"2024-07-14T05:45:00.000Z\",\"0.000649\",\"0.000441\",\"2000\"\n\"2024-07-14T05:50:00.000Z\",\"0.000769\",\"0.00048\",\"2000\"\n\"2024-07-14T05:55:00.000Z\",\"0.000477\",\"0.000363\",\"2000\"\n\"2024-07-14T06:00:00.000Z\",\"0.000931\",\"0.000702\",\"2000\"\n\"2024-07-14T06:05:00.000Z\",\"0.000822\",\"0.000634\",\"2000\"\n\"2024-07-14T06:10:00.000Z\",\"0.000905\",\"0.000681\",\"2000\"\n\"2024-07-14T06:15:00.000Z\",\"0.002518\",\"0.002297\",\"2000\"\n\"2024-07-14T06:20:00.000Z\",\"0.000785\",\"0.000549\",\"2000\"\n\"2024-07-14T06:25:00.000Z\",\"0.000615\",\"0.000476\",\"2000\"\n\"2024-07-14T06:30:00.000Z\",\"0.000808\",\"0.00058\",\"2000\"\n\"2024-07-14T06:35:00.000Z\",\"0.000823\",\"0.000567\",\"2000\"\n\"2024-07-14T06:40:00.000Z\",\"0.000751\",\"0.000555\",\"2000\"\n\"2024-07-14T06:45:00.000Z\",\"0.00095\",\"0.000724\",\"2000\"\n\"2024-07-14T06:50:00.000Z\",\"0.000751\",\"0.000621\",\"2000\"\n\"2024-07-14T06:55:00.000Z\",\"0.00067\",\"0.000495\",\"2000\"\n\"2024-07-14T07:00:00.000Z\",\"0.001004\",\"0.000697\",\"2000\"\n\"2024-07-14T07:05:00.000Z\",\"0.001004\",\"0.000747\",\"2000\"\n\"2024-07-14T07:10:00.000Z\",\"0.00126\",\"0.000946\",\"2000\"\n\"2024-07-14T07:15:00.000Z\",\"0.001129\",\"0.000919\",\"2000\"\n\"2024-07-14T07:20:00.000Z\",\"0.001321\",\"0.001036\",\"2000\"\n\"2024-07-14T07:25:00.000Z\",\"0.001133\",\"0.000861\",\"2000\"\n\"2024-07-14T07:30:00.000Z\",\"0.00116\",\"0.000915\",\"2000\"\n\"2024-07-14T07:35:00.000Z\",\"0.001263\",\"0.000944\",\"2000\"\n\"2024-07-14T07:40:00.000Z\",\"0.00131\",\"0.001018\",\"2000\"\n\"2024-07-14T07:45:00.000Z\",\"0.001197\",\"0.000886\",\"2000\"\n\"2024-07-14T07:50:00.000Z\",\"0.001059\",\"0.000748\",\"2000\"\n\"2024-07-14T07:55:00.000Z\",\"0.001343\",\"0.001009\",\"2000\"\n\"2024-07-14T08:00:00.000Z\",\"0.001405\",\"0.001123\",\"2000\"\n\"2024-07-14T08:05:00.000Z\",\"0.001136\",\"0.000905\",\"2000\"\n\"2024-07-14T08:10:00.000Z\",\"0.001112\",\"0.000865\",\"2000\"\n\"2024-07-14T08:15:00.000Z\",\"0.001168\",\"0.000852\",\"2000\"\n\"2024-07-14T08:20:00.000Z\",\"0.001127\",\"0.000887\",\"2000\"\n\"2024-07-14T08:25:00.000Z\",\"0.001195\",\"0.000879\",\"2000\"\n\"2024-07-14T08:30:00.000Z\",\"0.001142\",\"0.000911\",\"2000\"\n\"2024-07-14T08:35:00.000Z\",\"0.001154\",\"0.000841\",\"2000\"\n\"2024-07-14T08:40:00.000Z\",\"0.001385\",\"0.001103\",\"2000\"\n\"2024-07-14T08:45:00.000Z\",\"0.001173\",\"0.000936\",\"2000\"\n\"2024-07-14T08:50:00.000Z\",\"0.001171\",\"0.000847\",\"2000\"\n\"2024-07-14T08:55:00.000Z\",\"0.001119\",\"0.000767\",\"2000\"\n\"2024-07-14T09:00:00.000Z\",\"0.002895\",\"0.002673\",\"2000\"\n\"2024-07-14T09:05:00.000Z\",\"0.001207\",\"0.000865\",\"2000\"\n\"2024-07-14T09:10:00.000Z\",\"0.001381\",\"0.00114\",\"2000\"\n\"2024-07-14T09:15:00.000Z\",\"0.001222\",\"0.000962\",\"2000\"\n\"2024-07-14T09:20:00.000Z\",\"0.001279\",\"0.00101\",\"2000\"\n\"2024-07-14T09:25:00.000Z\",\"0.001182\",\"0.000844\",\"2000\"\n\"2024-07-14T09:30:00.000Z\",\"0.001059\",\"0.000808\",\"2000\"\n\"2024-07-14T09:35:00.000Z\",\"0.001414\",\"0.00106\",\"2000\"\n\"2024-07-14T09:40:00.000Z\",\"0.00112\",\"0.000823\",\"2000\"\n\"2024-07-14T09:45:00.000Z\",\"0.001159\",\"0.000848\",\"2000\"\n\"2024-07-14T09:50:00.000Z\",\"0.001212\",\"0.000973\",\"2000\"\n\"2024-07-14T09:55:00.000Z\",\"0.001359\",\"0.000997\",\"2000\"\n\"2024-07-14T10:00:00.000Z\",\"0.000981\",\"0.000822\",\"2000\"\n\"2024-07-14T10:05:00.000Z\",\"0.001075\",\"0.000717\",\"2000\"\n\"2024-07-14T10:10:00.000Z\",\"0.00122\",\"0.000983\",\"2000\"\n\"2024-07-14T10:15:00.000Z\",\"0.001259\",\"0.00096\",\"2000\"\n\"2024-07-14T10:20:00.000Z\",\"0.001966\",\"0.001538\",\"2000\"\n\"2024-07-14T10:25:00.000Z\",\"0.001255\",\"0.000981\",\"2000\"\n\"2024-07-14T10:30:00.000Z\",\"0.001206\",\"0.00101\",\"2000\"\n\"2024-07-14T10:35:00.000Z\",\"0.002013\",\"0.001621\",\"2000\"\n\"2024-07-14T10:40:00.000Z\",\"0.001703\",\"0.001379\",\"2000\"\n\"2024-07-14T10:45:00.000Z\",\"0.001014\",\"0.000757\",\"2000\"\n\"2024-07-14T10:50:00.000Z\",\"0.001451\",\"0.001109\",\"2000\"\n\"2024-07-14T10:55:00.000Z\",\"0.002462\",\"0.002063\",\"2000\"\n\"2024-07-14T11:00:00.000Z\",\"0.001903\",\"0.001635\",\"2000\"\n\"2024-07-14T11:05:00.000Z\",\"0.00161\",\"0.001266\",\"2000\"\n\"2024-07-14T11:10:00.000Z\",\"0.001479\",\"0.00122\",\"2000\"\n\"2024-07-14T11:15:00.000Z\",\"0.002065\",\"0.001464\",\"2000\"\n\"2024-07-14T11:20:00.000Z\",\"0.001696\",\"0.001339\",\"2000\"\n\"2024-07-14T11:25:00.000Z\",\"0.001132\",\"0.000872\",\"2000\"\n\"2024-07-14T11:30:00.000Z\",\"0.001619\",\"0.001284\",\"2000\"\n\"2024-07-14T11:35:00.000Z\",\"0.001331\",\"0.001015\",\"2000\"\n\"2024-07-14T11:40:00.000Z\",\"0.001746\",\"0.001454\",\"2000\"\n\"2024-07-14T11:45:00.000Z\",\"0.001606\",\"0.001192\",\"2000\"\n\"2024-07-14T11:50:00.000Z\",\"0.00116\",\"0.000878\",\"2000\"\n\"2024-07-14T11:55:00.000Z\",\"0.00149\",\"0.001158\",\"2000\"\n\"2024-07-14T12:00:00.000Z\",\"0.001811\",\"0.001464\",\"2000\"\n\"2024-07-14T12:05:00.000Z\",\"0.001372\",\"0.001053\",\"2000\"\n\"2024-07-14T12:10:00.000Z\",\"0.001383\",\"0.001046\",\"2000\"\n\"2024-07-14T12:15:00.000Z\",\"0.001392\",\"0.001066\",\"2000\"\n\"2024-07-14T12:20:00.000Z\",\"0.001779\",\"0.001491\",\"2000\"\n\"2024-07-14T12:25:00.000Z\",\"0.00144\",\"0.001123\",\"2000\"\n\"2024-07-14T12:30:00.000Z\",\"0.001139\",\"0.000949\",\"2000\"\n\"2024-07-14T12:35:00.000Z\",\"0.001372\",\"0.000976\",\"2000\"\n\"2024-07-14T12:40:00.000Z\",\"0.001376\",\"0.001062\",\"2000\"\n\"2024-07-14T12:45:00.000Z\",\"0.001371\",\"0.001048\",\"2000\"\n\"2024-07-14T12:50:00.000Z\",\"0.001471\",\"0.001083\",\"2000\"\n\"2024-07-14T12:55:00.000Z\",\"0.00152\",\"0.001135\",\"2000\"\n\"2024-07-14T13:00:00.000Z\",\"0.001461\",\"0.001285\",\"2000\"\n\"2024-07-14T13:05:00.000Z\",\"0.000987\",\"0.000723\",\"2000\"\n\"2024-07-14T13:10:00.000Z\",\"0.001493\",\"0.001244\",\"2000\"\n\"2024-07-14T13:15:00.000Z\",\"0.001737\",\"0.0014\",\"2000\"\n\"2024-07-14T13:20:00.000Z\",\"0.001063\",\"0.000765\",\"2000\"\n\"2024-07-14T13:25:00.000Z\",\"0.001048\",\"0.000762\",\"2000\"\n\"2024-07-14T13:30:00.000Z\",\"0.002038\",\"0.001665\",\"2000\"\n\"2024-07-14T13:35:00.000Z\",\"0.001087\",\"0.000843\",\"2000\"\n\"2024-07-14T13:40:00.000Z\",\"0.001276\",\"0.000982\",\"2000\"\n\"2024-07-14T13:45:00.000Z\",\"0.001648\",\"0.001299\",\"2000\"\n\"2024-07-14T13:50:00.000Z\",\"0.001228\",\"0.000886\",\"2000\"\n\"2024-07-14T13:55:00.000Z\",\"0.001021\",\"0.000741\",\"2000\"\n\"2024-07-14T14:00:00.000Z\",\"0.001558\",\"0.001161\",\"2000\"\n\"2024-07-14T14:05:00.000Z\",\"0.001739\",\"0.001451\",\"2000\"\n\"2024-07-14T14:10:00.000Z\",\"0.001173\",\"0.000834\",\"2000\"\n\"2024-07-14T14:15:00.000Z\",\"0.001184\",\"0.000894\",\"2000\"\n\"2024-07-14T14:20:00.000Z\",\"0.002153\",\"0.00158\",\"2000\"\n\"2024-07-14T14:25:00.000Z\",\"0.001194\",\"0.000922\",\"2000\"\n\"2024-07-14T14:30:00.000Z\",\"0.001536\",\"0.001142\",\"2000\"\n\"2024-07-14T14:35:00.000Z\",\"0.00203\",\"0.001538\",\"2000\"\n\"2024-07-14T14:40:00.000Z\",\"0.001262\",\"0.000945\",\"2000\"\n\"2024-07-14T14:45:00.000Z\",\"0.001336\",\"0.001062\",\"2000\"\n\"2024-07-14T14:50:00.000Z\",\"0.001348\",\"0.001035\",\"2000\"\n\"2024-07-14T14:55:00.000Z\",\"0.001863\",\"0.001493\",\"2000\"\n\"2024-07-14T15:00:00.000Z\",\"0.001289\",\"0.001051\",\"2000\"\n\"2024-07-14T15:05:00.000Z\",\"0.00153\",\"0.001121\",\"2000\"\n\"2024-07-14T15:10:00.000Z\",\"0.001584\",\"0.001289\",\"2000\"\n\"2024-07-14T15:15:00.000Z\",\"0.001652\",\"0.001182\",\"2000\"\n\"2024-07-14T15:20:00.000Z\",\"0.00206\",\"0.00167\",\"2000\"\n\"2024-07-14T15:25:00.000Z\",\"0.003162\",\"0.002709\",\"2000\"\n\"2024-07-14T15:30:00.000Z\",\"0.002191\",\"0.001816\",\"2000\"\n\"2024-07-14T15:35:00.000Z\",\"0.001419\",\"0.001131\",\"2000\"\n\"2024-07-14T15:40:00.000Z\",\"0.001613\",\"0.001343\",\"2000\"\n\"2024-07-14T15:45:00.000Z\",\"0.001131\",\"0.000793\",\"2000\"\n\"2024-07-14T15:50:00.000Z\",\"0.001029\",\"0.000807\",\"2000\"\n\"2024-07-14T15:55:00.000Z\",\"0.004783\",\"0.003921\",\"2000\"\n\"2024-07-14T16:00:00.000Z\",\"0.004774\",\"0.00382\",\"2000\"\n\"2024-07-14T16:05:00.000Z\",\"0.004403\",\"0.003514\",\"2000\"\n\"2024-07-14T16:10:00.000Z\",\"0.004596\",\"0.00387\",\"2000\"\n\"2024-07-14T16:15:00.000Z\",\"0.004455\",\"0.003709\",\"2000\"\n\"2024-07-14T16:20:00.000Z\",\"0.004844\",\"0.004113\",\"2000\"\n\"2024-07-14T16:25:00.000Z\",\"0.004919\",\"0.004171\",\"2000\"\n\"2024-07-14T16:30:00.000Z\",\"0.004451\",\"0.003608\",\"2000\"\n\"2024-07-14T16:35:00.000Z\",\"0.001185\",\"0.000884\",\"2000\"\n\"2024-07-14T16:40:00.000Z\",\"0.001143\",\"0.000946\",\"2000\"\n\"2024-07-14T16:45:00.000Z\",\"0.001308\",\"0.001048\",\"2000\"\n\"2024-07-14T16:50:00.000Z\",\"0.001347\",\"0.001082\",\"2000\"\n\"2024-07-14T16:55:00.000Z\",\"0.001703\",\"0.001508\",\"2000\"\n\"2024-07-14T17:00:00.000Z\",\"0.002515\",\"0.002243\",\"2000\"\n\"2024-07-14T17:05:00.000Z\",\"0.001147\",\"0.000827\",\"2000\"\n\"2024-07-14T17:10:00.000Z\",\"0.001104\",\"0.000855\",\"2000\"\n\"2024-07-14T17:15:00.000Z\",\"0.001104\",\"0.000795\",\"2000\"\n\"2024-07-14T17:20:00.000Z\",\"0.001054\",\"0.000823\",\"2000\"\n\"2024-07-14T17:25:00.000Z\",\"0.001277\",\"0.001004\",\"2000\"\n\"2024-07-14T17:30:00.000Z\",\"0.001034\",\"0.000799\",\"2000\"\n\"2024-07-14T17:35:00.000Z\",\"0.001197\",\"0.0009\",\"2000\"\n\"2024-07-14T17:40:00.000Z\",\"0.001129\",\"0.000828\",\"2000\"\n\"2024-07-14T17:45:00.000Z\",\"0.001178\",\"0.000923\",\"2000\"\n\"2024-07-14T17:50:00.000Z\",\"0.001115\",\"0.00086\",\"2000\"\n\"2024-07-14T17:55:00.000Z\",\"0.00121\",\"0.000886\",\"2000\"\n\"2024-07-14T18:00:00.000Z\",\"0.001087\",\"0.000896\",\"2000\"\n\"2024-07-14T18:05:00.000Z\",\"0.001104\",\"0.000896\",\"2000\"\n\"2024-07-14T18:10:00.000Z\",\"0.000821\",\"0.000633\",\"2000\"\n\"2024-07-14T18:15:00.000Z\",\"0.001065\",\"0.000752\",\"2000\"\n\"2024-07-14T18:20:00.000Z\",\"0.001098\",\"0.000863\",\"2000\"\n\"2024-07-14T18:25:00.000Z\",\"0.001087\",\"0.000763\",\"2000\"\n\"2024-07-14T18:30:00.000Z\",\"0.001146\",\"0.000838\",\"2000\"\n\"2024-07-14T18:35:00.000Z\",\"0.001084\",\"0.000776\",\"2000\"\n\"2024-07-14T18:40:00.000Z\",\"0.001035\",\"0.000833\",\"2000\"\n\"2024-07-14T18:45:00.000Z\",\"0.00117\",\"0.000844\",\"2000\"\n\"2024-07-14T18:50:00.000Z\",\"0.001197\",\"0.001005\",\"2000\"\n\"2024-07-14T18:55:00.000Z\",\"0.001309\",\"0.001003\",\"2000\"\n\"2024-07-14T19:00:00.000Z\",\"0.000922\",\"0.000606\",\"2000\"\n\"2024-07-14T19:05:00.000Z\",\"0.000834\",\"0.000612\",\"2000\"\n\"2024-07-14T19:10:00.000Z\",\"0.001001\",\"0.000763\",\"2000\"\n\"2024-07-14T19:15:00.000Z\",\"0.001249\",\"0.000911\",\"2000\"\n\"2024-07-14T19:20:00.000Z\",\"0.001127\",\"0.000883\",\"2000\"\n\"2024-07-14T19:25:00.000Z\",\"0.001204\",\"0.000946\",\"2000\"\n\"2024-07-14T19:30:00.000Z\",\"0.001794\",\"0.0015\",\"2000\"\n\"2024-07-14T19:35:00.000Z\",\"0.002178\",\"0.001889\",\"2000\"\n\"2024-07-14T19:40:00.000Z\",\"0.001121\",\"0.00084\",\"2000\"\n\"2024-07-14T19:45:00.000Z\",\"0.001155\",\"0.000889\",\"2000\"\n\"2024-07-14T19:50:00.000Z\",\"0.00111\",\"0.000805\",\"2000\"\n\"2024-07-14T19:55:00.000Z\",\"0.001154\",\"0.000959\",\"2000\"\n\"2024-07-14T20:00:00.000Z\",\"0.001142\",\"0.000876\",\"2000\"\n\"2024-07-14T20:05:00.000Z\",\"0.001303\",\"0.000998\",\"2000\"\n\"2024-07-14T20:10:00.000Z\",\"0.001058\",\"0.000767\",\"2000\"\n\"2024-07-14T20:15:00.000Z\",\"0.001097\",\"0.000838\",\"2000\"\n\"2024-07-14T20:20:00.000Z\",\"0.001099\",\"0.000776\",\"2000\"\n\"2024-07-14T20:25:00.000Z\",\"0.001091\",\"0.000798\",\"2000\"\n\"2024-07-14T20:30:00.000Z\",\"0.001174\",\"0.000879\",\"2000\"\n\"2024-07-14T20:35:00.000Z\",\"0.001148\",\"0.000971\",\"2000\"\n\"2024-07-14T20:40:00.000Z\",\"0.001262\",\"0.000934\",\"2000\"\n\"2024-07-14T20:45:00.000Z\",\"0.001197\",\"0.000897\",\"2000\"\n\"2024-07-14T20:50:00.000Z\",\"0.001084\",\"0.000798\",\"2000\"\n\"2024-07-14T20:55:00.000Z\",\"0.001154\",\"0.000854\",\"2000\"\n\"2024-07-14T21:00:00.000Z\",\"0.001104\",\"0.000822\",\"2000\"\n\"2024-07-14T21:05:00.000Z\",\"0.001127\",\"0.000846\",\"2000\"\n\"2024-07-14T21:10:00.000Z\",\"0.003772\",\"0.003426\",\"2000\"\n\"2024-07-14T21:15:00.000Z\",\"0.005889\",\"0.005399\",\"2000\"\n\"2024-07-14T21:20:00.000Z\",\"0.005853\",\"0.005335\",\"2000\"\n\"2024-07-14T21:25:00.000Z\",\"0.005744\",\"0.005215\",\"2000\"\n\"2024-07-14T21:30:00.000Z\",\"0.005878\",\"0.005434\",\"2000\"\n\"2024-07-14T21:35:00.000Z\",\"0.005814\",\"0.005307\",\"2000\"\n\"2024-07-14T21:40:00.000Z\",\"0.002675\",\"0.002302\",\"2000\"\n\"2024-07-14T21:45:00.000Z\",\"0.001231\",\"0.000997\",\"2000\"\n\"2024-07-14T21:50:00.000Z\",\"0.001058\",\"0.000763\",\"2000\"\n\"2024-07-14T21:55:00.000Z\",\"0.001291\",\"0.00107\",\"2000\"\n\"2024-07-14T22:00:00.000Z\",\"0.000845\",\"0.000646\",\"2000\"\n\"2024-07-14T22:05:00.000Z\",\"0.000989\",\"0.000664\",\"2000\"\n\"2024-07-14T22:10:00.000Z\",\"0.001108\",\"0.000819\",\"2000\"\n\"2024-07-14T22:15:00.000Z\",\"0.002335\",\"0.001894\",\"2000\"\n\"2024-07-14T22:20:00.000Z\",\"0.001151\",\"0.000864\",\"2000\"\n\"2024-07-14T22:25:00.000Z\",\"0.001403\",\"0.00109\",\"2000\"\n\"2024-07-14T22:30:00.000Z\",\"0.001617\",\"0.001379\",\"2000\"\n\"2024-07-14T22:35:00.000Z\",\"0.001261\",\"0.000975\",\"2000\"\n\"2024-07-14T22:40:00.000Z\",\"0.001527\",\"0.00115\",\"2000\"\n\"2024-07-14T22:45:00.000Z\",\"0.001455\",\"0.001113\",\"2000\"\n\"2024-07-14T22:50:00.000Z\",\"0.001198\",\"0.000899\",\"2000\"\n\"2024-07-14T22:55:00.000Z\",\"0.001401\",\"0.0011\",\"2000\"\n\"2024-07-14T23:00:00.000Z\",\"0.004832\",\"0.003798\",\"2000\"\n\"2024-07-14T23:05:00.000Z\",\"0.004947\",\"0.003909\",\"2000\"\n\"2024-07-14T23:10:00.000Z\",\"0.001699\",\"0.001347\",\"2000\"\n\"2024-07-14T23:15:00.000Z\",\"0.001368\",\"0.000999\",\"2000\"\n\"2024-07-14T23:20:00.000Z\",\"0.00158\",\"0.001125\",\"2000\"\n\"2024-07-14T23:25:00.000Z\",\"0.001218\",\"0.001032\",\"2000\"\n\"2024-07-14T23:30:00.000Z\",\"0.002248\",\"0.00185\",\"2000\"\n\"2024-07-14T23:35:00.000Z\",\"0.00429\",\"0.003897\",\"2000\"\n\"2024-07-14T23:40:00.000Z\",\"0.003528\",\"0.002873\",\"2000\"\n\"2024-07-14T23:45:00.000Z\",\"0.001889\",\"0.001512\",\"2000\"\n\"2024-07-14T23:50:00.000Z\",\"0.001749\",\"0.001317\",\"2000\"\n\"2024-07-14T23:55:00.000Z\",\"0.001405\",\"0.001103\",\"2000\"\n\"2024-07-15T00:00:00.000Z\",\"0.001377\",\"0.001065\",\"2000\"\n\"2024-07-15T00:05:00.000Z\",\"0.001004\",\"0.000767\",\"2000\"\n\"2024-07-15T00:10:00.000Z\",\"0.001935\",\"0.001492\",\"2000\"\n\"2024-07-15T00:15:00.000Z\",\"0.001471\",\"0.001076\",\"2000\"\n\"2024-07-15T00:20:00.000Z\",\"0.001197\",\"0.000936\",\"2000\"\n\"2024-07-15T00:25:00.000Z\",\"0.001578\",\"0.001263\",\"2000\"\n\"2024-07-15T00:30:00.000Z\",\"0.001479\",\"0.001106\",\"2000\"\n\"2024-07-15T00:35:00.000Z\",\"0.001082\",\"0.000792\",\"2000\"\n\"2024-07-15T00:40:00.000Z\",\"0.001374\",\"0.00109\",\"2000\"\n\"2024-07-15T00:45:00.000Z\",\"0.001702\",\"0.001223\",\"2000\"\n\"2024-07-15T00:50:00.000Z\",\"0.001149\",\"0.000861\",\"2000\"\n\"2024-07-15T00:55:00.000Z\",\"0.001398\",\"0.001148\",\"2000\"\n\"2024-07-15T01:00:00.000Z\",\"0.001144\",\"0.000846\",\"2000\"\n\"2024-07-15T01:05:00.000Z\",\"0.000899\",\"0.000652\",\"2000\"\n\"2024-07-15T01:10:00.000Z\",\"0.001245\",\"0.000985\",\"2000\"\n\"2024-07-15T01:15:00.000Z\",\"0.001548\",\"0.001171\",\"2000\"\n\"2024-07-15T01:20:00.000Z\",\"0.001224\",\"0.000998\",\"2000\"\n\"2024-07-15T01:25:00.000Z\",\"0.001444\",\"0.00112\",\"2000\"\n\"2024-07-15T01:30:00.000Z\",\"0.001515\",\"0.001216\",\"2000\"\n\"2024-07-15T01:35:00.000Z\",\"0.001736\",\"0.001496\",\"2000\"\n\"2024-07-15T01:40:00.000Z\",\"0.002989\",\"0.0027\",\"2000\"\n\"2024-07-15T01:45:00.000Z\",\"0.001202\",\"0.000925\",\"2000\"\n\"2024-07-15T01:50:00.000Z\",\"0.001252\",\"0.001004\",\"2000\"\n\"2024-07-15T01:55:00.000Z\",\"0.001697\",\"0.001321\",\"2000\"\n\"2024-07-15T02:00:00.000Z\",\"0.001723\",\"0.001196\",\"2000\"\n\"2024-07-15T02:05:00.000Z\",\"0.00137\",\"0.001009\",\"2000\"\n\"2024-07-15T02:10:00.000Z\",\"0.001472\",\"0.001178\",\"2000\"\n\"2024-07-15T02:15:00.000Z\",\"0.00364\",\"0.00372\",\"2000\"\n\"2024-07-15T02:20:00.000Z\",\"0.001167\",\"0.00095\",\"2000\"\n\"2024-07-15T02:25:00.000Z\",\"0.001443\",\"0.001015\",\"2000\"\n\"2024-07-15T02:30:00.000Z\",\"0.001018\",\"0.000771\",\"2000\"\n\"2024-07-15T02:35:00.000Z\",\"0.001397\",\"0.00105\",\"2000\"\n\"2024-07-15T02:40:00.000Z\",\"0.001446\",\"0.001128\",\"2000\"\n\"2024-07-15T02:45:00.000Z\",\"0.001154\",\"0.000865\",\"2000\"\n\"2024-07-15T02:50:00.000Z\",\"0.001597\",\"0.001301\",\"2000\"\n\"2024-07-15T02:55:00.000Z\",\"0.00141\",\"0.001126\",\"2000\"\n\"2024-07-15T03:00:00.000Z\",\"0.00182\",\"0.00137\",\"2000\"\n\"2024-07-15T03:05:00.000Z\",\"0.00107\",\"0.000767\",\"2000\"\n\"2024-07-15T03:10:00.000Z\",\"0.001514\",\"0.001185\",\"2000\"\n\"2024-07-15T03:15:00.000Z\",\"0.001173\",\"0.000852\",\"2000\"\n\"2024-07-15T03:20:00.000Z\",\"0.001317\",\"0.001\",\"2000\"\n\"2024-07-15T03:25:00.000Z\",\"0.001345\",\"0.001064\",\"2000\"\n\"2024-07-15T03:30:00.000Z\",\"0.001338\",\"0.001042\",\"2000\"\n\"2024-07-15T03:35:00.000Z\",\"0.001209\",\"0.000923\",\"2000\"\n\"2024-07-15T03:40:00.000Z\",\"0.001554\",\"0.001247\",\"2000\"\n\"2024-07-15T03:45:00.000Z\",\"0.002553\",\"0.002371\",\"2000\"\n\"2024-07-15T03:50:00.000Z\",\"0.000741\",\"0.000539\",\"2000\"\n\"2024-07-15T03:55:00.000Z\",\"0.001744\",\"0.001347\",\"2000\"\n\"2024-07-15T04:00:00.000Z\",\"0.000591\",\"0.000457\",\"2000\"\n\"2024-07-15T04:05:00.000Z\",\"0.000868\",\"0.000645\",\"2000\"\n\"2024-07-15T04:10:00.000Z\",\"0.000543\",\"0.00044\",\"2000\"\n\"2024-07-15T04:15:00.000Z\",\"0.000889\",\"0.000648\",\"2000\"\n\"2024-07-15T04:20:00.000Z\",\"0.001046\",\"0.000827\",\"2000\"\n\"2024-07-15T04:25:00.000Z\",\"0.003634\",\"0.003115\",\"2000\"\n\"2024-07-15T04:30:00.000Z\",\"0.003392\",\"0.002829\",\"2000\"\n\"2024-07-15T04:35:00.000Z\",\"0.00347\",\"0.002833\",\"2000\"\n\"2024-07-15T04:40:00.000Z\",\"0.004448\",\"0.003695\",\"2000\"\n\"2024-07-15T04:45:00.000Z\",\"0.003613\",\"0.002943\",\"2000\"\n\"2024-07-15T04:50:00.000Z\",\"0.003712\",\"0.003179\",\"2000\"\n\"2024-07-15T04:55:00.000Z\",\"0.000923\",\"0.000679\",\"2000\"\n\"2024-07-15T05:00:00.000Z\",\"0.001474\",\"0.001004\",\"2000\"\n\"2024-07-15T05:05:00.000Z\",\"0.001076\",\"0.000744\",\"2000\"\n\"2024-07-15T05:10:00.000Z\",\"0.00093\",\"0.000728\",\"2000\"\n\"2024-07-15T05:15:00.000Z\",\"0.000793\",\"0.000559\",\"2000\"\n\"2024-07-15T05:20:00.000Z\",\"0.002269\",\"0.001491\",\"2000\"\n\"2024-07-15T05:25:00.000Z\",\"0.001199\",\"0.000815\",\"2000\"\n\"2024-07-15T05:30:00.000Z\",\"0.001928\",\"0.001607\",\"2000\"\n\"2024-07-15T05:35:00.000Z\",\"0.0011\",\"0.000845\",\"2000\"\n\"2024-07-15T05:40:00.000Z\",\"0.001756\",\"0.001296\",\"2000\"\n\"2024-07-15T05:45:00.000Z\",\"0.001598\",\"0.00111\",\"2000\"\n\"2024-07-15T05:50:00.000Z\",\"0.00109\",\"0.000782\",\"2000\"\n\"2024-07-15T05:55:00.000Z\",\"0.001604\",\"0.001321\",\"2000\"\n\"2024-07-15T06:00:00.000Z\",\"0.001387\",\"0.001084\",\"2000\"\n\"2024-07-15T06:05:00.000Z\",\"0.001538\",\"0.001272\",\"2000\"\n\"2024-07-15T06:10:00.000Z\",\"0.001373\",\"0.001094\",\"2000\"\n\"2024-07-15T06:15:00.000Z\",\"0.001175\",\"0.000876\",\"2000\"\n\"2024-07-15T06:20:00.000Z\",\"0.001935\",\"0.001407\",\"2000\"\n\"2024-07-15T06:25:00.000Z\",\"0.002267\",\"0.001825\",\"2000\"\n\"2024-07-15T06:30:00.000Z\",\"0.002175\",\"0.001908\",\"2000\"\n\"2024-07-15T06:35:00.000Z\",\"0.001918\",\"0.001458\",\"2000\"\n\"2024-07-15T06:40:00.000Z\",\"0.001206\",\"0.000929\",\"2000\"\n\"2024-07-15T06:45:00.000Z\",\"0.00171\",\"0.001347\",\"2000\"\n\"2024-07-15T06:50:00.000Z\",\"0.001054\",\"0.000769\",\"2000\"\n\"2024-07-15T06:55:00.000Z\",\"0.001182\",\"0.000919\",\"2000\"\n\"2024-07-15T07:00:00.000Z\",\"0.001751\",\"0.001412\",\"2000\"\n\"2024-07-15T07:05:00.000Z\",\"0.001104\",\"0.000796\",\"2000\"\n\"2024-07-15T07:10:00.000Z\",\"0.001047\",\"0.000824\",\"2000\"\n\"2024-07-15T07:15:00.000Z\",\"0.001476\",\"0.001113\",\"2000\"\n\"2024-07-15T07:20:00.000Z\",\"0.001961\",\"0.001594\",\"2000\"\n\"2024-07-15T07:25:00.000Z\",\"0.001033\",\"0.000756\",\"2000\"\n\"2024-07-15T07:30:00.000Z\",\"0.001114\",\"0.000835\",\"2000\"\n\"2024-07-15T07:35:00.000Z\",\"0.001334\",\"0.001047\",\"2000\"\n\"2024-07-15T07:40:00.000Z\",\"0.001606\",\"0.001266\",\"2000\"\n\"2024-07-15T07:45:00.000Z\",\"0.001384\",\"0.001051\",\"2000\"\n\"2024-07-15T07:50:00.000Z\",\"0.001189\",\"0.000961\",\"2000\"\n\"2024-07-15T07:55:00.000Z\",\"0.001142\",\"0.00087\",\"2000\"\n\"2024-07-15T08:00:00.000Z\",\"0.001794\",\"0.001412\",\"2000\"\n\"2024-07-15T08:05:00.000Z\",\"0.001305\",\"0.00098\",\"2000\"\n\"2024-07-15T08:10:00.000Z\",\"0.001232\",\"0.000956\",\"2000\"\n\"2024-07-15T08:15:00.000Z\",\"0.001125\",\"0.000812\",\"2000\"\n\"2024-07-15T08:20:00.000Z\",\"0.001074\",\"0.000812\",\"2000\"\n\"2024-07-15T08:25:00.000Z\",\"0.001914\",\"0.001474\",\"2000\"\n\"2024-07-15T08:30:00.000Z\",\"0.001126\",\"0.000902\",\"2000\"\n\"2024-07-15T08:35:00.000Z\",\"0.001132\",\"0.00086\",\"2000\"\n\"2024-07-15T08:40:00.000Z\",\"0.001245\",\"0.001004\",\"2000\"\n\"2024-07-15T08:45:00.000Z\",\"0.00179\",\"0.001291\",\"2000\"\n\"2024-07-15T08:50:00.000Z\",\"0.001324\",\"0.001036\",\"2000\"\n\"2024-07-15T08:55:00.000Z\",\"0.002924\",\"0.002507\",\"2000\"\n\"2024-07-15T09:00:00.000Z\",\"0.001746\",\"0.001357\",\"2000\"\n\"2024-07-15T09:05:00.000Z\",\"0.001554\",\"0.001208\",\"2000\"\n\"2024-07-15T09:10:00.000Z\",\"0.001144\",\"0.000835\",\"2000\"\n\"2024-07-15T09:15:00.000Z\",\"0.001108\",\"0.000871\",\"2000\"\n\"2024-07-15T09:20:00.000Z\",\"0.001368\",\"0.001049\",\"2000\"\n\"2024-07-15T09:25:00.000Z\",\"0.001297\",\"0.000991\",\"2000\"\n\"2024-07-15T09:30:00.000Z\",\"0.00103\",\"0.000767\",\"2000\"\n\"2024-07-15T09:35:00.000Z\",\"0.001316\",\"0.001003\",\"2000\"\n\"2024-07-15T09:40:00.000Z\",\"0.001827\",\"0.001469\",\"2000\"\n\"2024-07-15T09:45:00.000Z\",\"0.00131\",\"0.001183\",\"2000\"\n\"2024-07-15T09:50:00.000Z\",\"0.001155\",\"0.000843\",\"2000\"\n\"2024-07-15T09:55:00.000Z\",\"0.001427\",\"0.001131\",\"2000\"\n\"2024-07-15T10:00:00.000Z\",\"0.001307\",\"0.001039\",\"2000\"\n\"2024-07-15T10:05:00.000Z\",\"0.001414\",\"0.001088\",\"2000\"\n\"2024-07-15T10:10:00.000Z\",\"0.001111\",\"0.000803\",\"2000\"\n\"2024-07-15T10:15:00.000Z\",\"0.001155\",\"0.000919\",\"2000\"\n\"2024-07-15T10:20:00.000Z\",\"0.00138\",\"0.001142\",\"2000\"\n\"2024-07-15T10:25:00.000Z\",\"0.001112\",\"0.00082\",\"2000\"\n\"2024-07-15T10:30:00.000Z\",\"0.001171\",\"0.000973\",\"2000\"\n\"2024-07-15T10:35:00.000Z\",\"0.00114\",\"0.000829\",\"2000\"\n\"2024-07-15T10:40:00.000Z\",\"0.0012\",\"0.000894\",\"2000\"\n\"2024-07-15T10:45:00.000Z\",\"0.001231\",\"0.000973\",\"2000\"\n\"2024-07-15T10:50:00.000Z\",\"0.002725\",\"0.00252\",\"2000\"\n\"2024-07-15T10:55:00.000Z\",\"0.001057\",\"0.00079\",\"2000\"\n\"2024-07-15T11:00:00.000Z\",\"0.00116\",\"0.000942\",\"2000\"\n\"2024-07-15T11:05:00.000Z\",\"0.001016\",\"0.000747\",\"2000\"\n\"2024-07-15T11:10:00.000Z\",\"0.001201\",\"0.000986\",\"2000\"\n\"2024-07-15T11:15:00.000Z\",\"0.001199\",\"0.000882\",\"2000\"\n\"2024-07-15T11:20:00.000Z\",\"0.000815\",\"0.000604\",\"2000\"\n\"2024-07-15T11:25:00.000Z\",\"0.000821\",\"0.000557\",\"2000\"\n\"2024-07-15T11:30:00.000Z\",\"0.001094\",\"0.000764\",\"2000\"\n\"2024-07-15T11:35:00.000Z\",\"0.001138\",\"0.00093\",\"2000\"\n\"2024-07-15T11:40:00.000Z\",\"0.001189\",\"0.000983\",\"2000\"\n\"2024-07-15T11:45:00.000Z\",\"0.001242\",\"0.001019\",\"2000\"\n\"2024-07-15T11:50:00.000Z\",\"0.001028\",\"0.000786\",\"2000\"\n\"2024-07-15T11:55:00.000Z\",\"0.001102\",\"0.000795\",\"2000\"\n\"2024-07-15T12:00:00.000Z\",\"0.001271\",\"0.000862\",\"2000\"\n\"2024-07-15T12:05:00.000Z\",\"0.00098\",\"0.000746\",\"2000\"\n\"2024-07-15T12:10:00.000Z\",\"0.001166\",\"0.000828\",\"2000\"\n\"2024-07-15T12:15:00.000Z\",\"0.001196\",\"0.000956\",\"2000\"\n\"2024-07-15T12:20:00.000Z\",\"0.001097\",\"0.000825\",\"2000\"\n\"2024-07-15T12:25:00.000Z\",\"0.001102\",\"0.000834\",\"2000\"\n\"2024-07-15T12:30:00.000Z\",\"0.001088\",\"0.000865\",\"2000\"\n\"2024-07-15T12:35:00.000Z\",\"0.001079\",\"0.000819\",\"2000\"\n\"2024-07-15T12:40:00.000Z\",\"0.001068\",\"0.000823\",\"2000\"\n\"2024-07-15T12:45:00.000Z\",\"0.001146\",\"0.000837\",\"2000\"\n\"2024-07-15T12:50:00.000Z\",\"0.001086\",\"0.000914\",\"2000\"\n\"2024-07-15T12:55:00.000Z\",\"0.001286\",\"0.001039\",\"2000\"\n\"2024-07-15T13:00:00.000Z\",\"0.001092\",\"0.000925\",\"2000\"\n\"2024-07-15T13:05:00.000Z\",\"0.001183\",\"0.000862\",\"2000\"\n\"2024-07-15T13:10:00.000Z\",\"0.001015\",\"0.000745\",\"2000\"\n\"2024-07-15T13:15:00.000Z\",\"0.001216\",\"0.000915\",\"2000\"\n\"2024-07-15T13:20:00.000Z\",\"0.000983\",\"0.00074\",\"2000\"\n\"2024-07-15T13:25:00.000Z\",\"0.001051\",\"0.000754\",\"2000\"\n\"2024-07-15T13:30:00.000Z\",\"0.001223\",\"0.001031\",\"2000\"\n\"2024-07-15T13:35:00.000Z\",\"0.001102\",\"0.000801\",\"2000\"\n\"2024-07-15T13:40:00.000Z\",\"0.001043\",\"0.00083\",\"2000\"\n\"2024-07-15T13:45:00.000Z\",\"0.00119\",\"0.000825\",\"2000\"\n\"2024-07-15T13:50:00.000Z\",\"0.000973\",\"0.000745\",\"2000\"\n\"2024-07-15T13:55:00.000Z\",\"0.001037\",\"0.000759\",\"2000\"\n\"2024-07-15T14:00:00.000Z\",\"0.001148\",\"0.000913\",\"2000\"\n\"2024-07-15T14:05:00.000Z\",\"0.001442\",\"0.001011\",\"2000\"\n\"2024-07-15T14:10:00.000Z\",\"0.001064\",\"0.000774\",\"2000\"\n\"2024-07-15T14:15:00.000Z\",\"0.001184\",\"0.000948\",\"2000\"\n\"2024-07-15T14:20:00.000Z\",\"0.000786\",\"0.000556\",\"2000\"\n\"2024-07-15T14:25:00.000Z\",\"0.000836\",\"0.000591\",\"2000\"\n\"2024-07-15T14:30:00.000Z\",\"0.000946\",\"0.000663\",\"2000\"\n\"2024-07-15T14:35:00.000Z\",\"0.000967\",\"0.000725\",\"2000\"\n\"2024-07-15T14:40:00.000Z\",\"0.00113\",\"0.000798\",\"2000\"\n\"2024-07-15T14:45:00.000Z\",\"0.001095\",\"0.000942\",\"2000\"\n\"2024-07-15T14:50:00.000Z\",\"0.001073\",\"0.000766\",\"2000\"\n\"2024-07-15T14:55:00.000Z\",\"0.002897\",\"0.002734\",\"2000\"\n\"2024-07-15T15:00:00.000Z\",\"0.001194\",\"0.000845\",\"2000\"\n\"2024-07-15T15:05:00.000Z\",\"0.00108\",\"0.000738\",\"2000\"\n\"2024-07-15T15:10:00.000Z\",\"0.001072\",\"0.000775\",\"2000\"\n\"2024-07-15T15:15:00.000Z\",\"0.001163\",\"0.000894\",\"2000\"\n\"2024-07-15T15:20:00.000Z\",\"0.000896\",\"0.000688\",\"2000\"\n\"2024-07-15T15:25:00.000Z\",\"0.000935\",\"0.000641\",\"2000\"\n\"2024-07-15T15:30:00.000Z\",\"0.000868\",\"0.000555\",\"2000\"\n\"2024-07-15T15:35:00.000Z\",\"0.001004\",\"0.000797\",\"2000\"\n\"2024-07-15T15:40:00.000Z\",\"0.001037\",\"0.000791\",\"2000\"\n\"2024-07-15T15:45:00.000Z\",\"0.000929\",\"0.000648\",\"2000\"\n\"2024-07-15T15:50:00.000Z\",\"0.000996\",\"0.000712\",\"2000\"\n\"2024-07-15T15:55:00.000Z\",\"0.00094\",\"0.000669\",\"2000\"\n\"2024-07-15T16:00:00.000Z\",\"0.001244\",\"0.001013\",\"2000\"\n\"2024-07-15T16:05:00.000Z\",\"0.001045\",\"0.000715\",\"2000\"\n\"2024-07-15T16:10:00.000Z\",\"0.001531\",\"0.001266\",\"2000\"\n\"2024-07-15T16:15:00.000Z\",\"0.00237\",\"0.001882\",\"2000\"\n\"2024-07-15T16:20:00.000Z\",\"0.001553\",\"0.001227\",\"2000\"\n\"2024-07-15T16:25:00.000Z\",\"0.001535\",\"0.001184\",\"2000\"\n\"2024-07-15T16:30:00.000Z\",\"0.001985\",\"0.001633\",\"2000\"\n\"2024-07-15T16:35:00.000Z\",\"0.002001\",\"0.001545\",\"2000\"\n\"2024-07-15T16:40:00.000Z\",\"0.001498\",\"0.001322\",\"2000\"\n\"2024-07-15T16:45:00.000Z\",\"0.00213\",\"0.001692\",\"2000\"\n\"2024-07-15T16:50:00.000Z\",\"0.001808\",\"0.001493\",\"2000\"\n\"2024-07-15T16:55:00.000Z\",\"0.001454\",\"0.001111\",\"2000\"\n\"2024-07-15T17:00:00.000Z\",\"0.00194\",\"0.001486\",\"2000\"\n\"2024-07-15T17:05:00.000Z\",\"0.001065\",\"0.000649\",\"2000\"\n\"2024-07-15T17:10:00.000Z\",\"0.001572\",\"0.00128\",\"2000\"\n\"2024-07-15T17:15:00.000Z\",\"0.002245\",\"0.001849\",\"2000\"\n\"2024-07-15T17:20:00.000Z\",\"0.002494\",\"0.002229\",\"2000\"\n\"2024-07-15T17:25:00.000Z\",\"0.002834\",\"0.002349\",\"2000\"\n\"2024-07-15T17:30:00.000Z\",\"0.002279\",\"0.001988\",\"2000\"\n\"2024-07-15T17:35:00.000Z\",\"0.001974\",\"0.001688\",\"2000\"\n\"2024-07-15T17:40:00.000Z\",\"0.002371\",\"0.001945\",\"2000\"\n\"2024-07-15T17:45:00.000Z\",\"0.002448\",\"0.001972\",\"2000\"\n\"2024-07-15T17:50:00.000Z\",\"0.001734\",\"0.001457\",\"2000\"\n\"2024-07-15T17:55:00.000Z\",\"0.00216\",\"0.001775\",\"2000\"\n\"2024-07-15T18:00:00.000Z\",\"0.002089\",\"0.001691\",\"2000\"\n\"2024-07-15T18:05:00.000Z\",\"0.001622\",\"0.001342\",\"2000\"\n\"2024-07-15T18:10:00.000Z\",\"0.001806\",\"0.001492\",\"2000\"\n\"2024-07-15T18:15:00.000Z\",\"0.001794\",\"0.001426\",\"2000\"\n\"2024-07-15T18:20:00.000Z\",\"0.001737\",\"0.00139\",\"2000\"\n\"2024-07-15T18:25:00.000Z\",\"0.001766\",\"0.001425\",\"2000\"\n\"2024-07-15T18:30:00.000Z\",\"0.001831\",\"0.001581\",\"2000\"\n\"2024-07-15T18:35:00.000Z\",\"0.001787\",\"0.001445\",\"2000\"\n\"2024-07-15T18:40:00.000Z\",\"0.002008\",\"0.001642\",\"2000\"\n\"2024-07-15T18:45:00.000Z\",\"0.001736\",\"0.001372\",\"2000\"\n\"2024-07-15T18:50:00.000Z\",\"0.001615\",\"0.001242\",\"2000\"\n\"2024-07-15T18:55:00.000Z\",\"0.002283\",\"0.001918\",\"2000\"\n\"2024-07-15T19:00:00.000Z\",\"0.001866\",\"0.001486\",\"2000\"\n\"2024-07-15T19:05:00.000Z\",\"0.001562\",\"0.001274\",\"2000\"\n\"2024-07-15T19:10:00.000Z\",\"0.001749\",\"0.001468\",\"2000\"\n\"2024-07-15T19:15:00.000Z\",\"0.002312\",\"0.001878\",\"2000\"\n\"2024-07-15T19:20:00.000Z\",\"0.001821\",\"0.001449\",\"2000\"\n\"2024-07-15T19:25:00.000Z\",\"0.002402\",\"0.00199\",\"2000\"\n\"2024-07-15T19:30:00.000Z\",\"0.003264\",\"0.002931\",\"2000\"\n\"2024-07-15T19:35:00.000Z\",\"0.001864\",\"0.00157\",\"2000\"\n\"2024-07-15T19:40:00.000Z\",\"0.002188\",\"0.001766\",\"2000\"\n\"2024-07-15T19:45:00.000Z\",\"0.001668\",\"0.001385\",\"2000\"\n\"2024-07-15T19:50:00.000Z\",\"0.001598\",\"0.001317\",\"2000\"\n\"2024-07-15T19:55:00.000Z\",\"0.002087\",\"0.001742\",\"2000\"\n\"2024-07-15T20:00:00.000Z\",\"0.001472\",\"0.001197\",\"2000\"\n\"2024-07-15T20:05:00.000Z\",\"0.001204\",\"0.000789\",\"2000\"\n\"2024-07-15T20:10:00.000Z\",\"0.002082\",\"0.001685\",\"2000\"\n\"2024-07-15T20:15:00.000Z\",\"0.001858\",\"0.00148\",\"2000\"\n\"2024-07-15T20:20:00.000Z\",\"0.001863\",\"0.001551\",\"2000\"\n\"2024-07-15T20:25:00.000Z\",\"0.002538\",\"0.00221\",\"2000\"\n\"2024-07-15T20:30:00.000Z\",\"0.001852\",\"0.001521\",\"2000\"\n\"2024-07-15T20:35:00.000Z\",\"0.002065\",\"0.001732\",\"2000\"\n\"2024-07-15T20:40:00.000Z\",\"0.001676\",\"0.001397\",\"2000\"\n\"2024-07-15T20:45:00.000Z\",\"0.001965\",\"0.001522\",\"2000\"\n\"2024-07-15T20:50:00.000Z\",\"0.001922\",\"0.001497\",\"2000\"\n\"2024-07-15T20:55:00.000Z\",\"0.001911\",\"0.001515\",\"2000\"\n\"2024-07-15T21:00:00.000Z\",\"0.001895\",\"0.001559\",\"2000\"\n\"2024-07-15T21:05:00.000Z\",\"0.002445\",\"0.001985\",\"2000\"\n\"2024-07-15T21:10:00.000Z\",\"0.00154\",\"0.001206\",\"2000\"\n\"2024-07-15T21:15:00.000Z\",\"0.001674\",\"0.00134\",\"2000\"\n\"2024-07-15T21:20:00.000Z\",\"0.002095\",\"0.001761\",\"2000\"\n\"2024-07-15T21:25:00.000Z\",\"0.001666\",\"0.001268\",\"2000\"\n\"2024-07-15T21:30:00.000Z\",\"0.00203\",\"0.001626\",\"2000\"\n\"2024-07-15T21:35:00.000Z\",\"0.002085\",\"0.001635\",\"2000\"\n\"2024-07-15T21:40:00.000Z\",\"0.001767\",\"0.001542\",\"2000\"\n\"2024-07-15T21:45:00.000Z\",\"0.001685\",\"0.001385\",\"2000\"\n\"2024-07-15T21:50:00.000Z\",\"0.002326\",\"0.002072\",\"2000\"\n\"2024-07-15T21:55:00.000Z\",\"0.001529\",\"0.001193\",\"2000\"\n\"2024-07-15T22:00:00.000Z\",\"0.001855\",\"0.001509\",\"2000\"\n\"2024-07-15T22:05:00.000Z\",\"0.001682\",\"0.001325\",\"2000\"\n\"2024-07-15T22:10:00.000Z\",\"0.001591\",\"0.001314\",\"2000\"\n\"2024-07-15T22:15:00.000Z\",\"0.001635\",\"0.001297\",\"2000\"\n\"2024-07-15T22:20:00.000Z\",\"0.00214\",\"0.001819\",\"2000\"\n\"2024-07-15T22:25:00.000Z\",\"0.001844\",\"0.001498\",\"2000\"\n\"2024-07-15T22:30:00.000Z\",\"0.001514\",\"0.001235\",\"2000\"\n\"2024-07-15T22:35:00.000Z\",\"0.002235\",\"0.001813\",\"2000\"\n\"2024-07-15T22:40:00.000Z\",\"0.002056\",\"0.001571\",\"2000\"\n\"2024-07-15T22:45:00.000Z\",\"0.002116\",\"0.001642\",\"2000\"\n\"2024-07-15T22:50:00.000Z\",\"0.00221\",\"0.001857\",\"2000\"\n\"2024-07-15T22:55:00.000Z\",\"0.001886\",\"0.001544\",\"2000\"\n\"2024-07-15T23:00:00.000Z\",\"0.001881\",\"0.001508\",\"2000\"\n\"2024-07-15T23:05:00.000Z\",\"0.002098\",\"0.001721\",\"2000\"\n\"2024-07-15T23:10:00.000Z\",\"0.001577\",\"0.001326\",\"2000\"\n\"2024-07-15T23:15:00.000Z\",\"0.001594\",\"0.001263\",\"2000\"\n\"2024-07-15T23:20:00.000Z\",\"0.002321\",\"0.001872\",\"2000\"\n\"2024-07-15T23:25:00.000Z\",\"0.00154\",\"0.001213\",\"2000\"\n\"2024-07-15T23:30:00.000Z\",\"0.001501\",\"0.001296\",\"2000\"\n\"2024-07-15T23:35:00.000Z\",\"0.002446\",\"0.001981\",\"2000\"\n\"2024-07-15T23:40:00.000Z\",\"0.002149\",\"0.001697\",\"2000\"\n\"2024-07-15T23:45:00.000Z\",\"0.001516\",\"0.001189\",\"2000\"\n\"2024-07-15T23:50:00.000Z\",\"0.002046\",\"0.00171\",\"2000\"\n\"2024-07-15T23:55:00.000Z\",\"0.001531\",\"0.001195\",\"2000\"\n\"2024-07-16T00:00:00.000Z\",\"0.002081\",\"0.00164\",\"2000\"\n\"2024-07-16T00:05:00.000Z\",\"0.00183\",\"0.001447\",\"2000\"\n\"2024-07-16T00:10:00.000Z\",\"0.002387\",\"0.00191\",\"2000\"\n\"2024-07-16T00:15:00.000Z\",\"0.00172\",\"0.001351\",\"2000\"\n\"2024-07-16T00:20:00.000Z\",\"0.002111\",\"0.001774\",\"2000\"\n\"2024-07-16T00:25:00.000Z\",\"0.001797\",\"0.001414\",\"2000\"\n\"2024-07-16T00:30:00.000Z\",\"0.001752\",\"0.001407\",\"2000\"\n\"2024-07-16T00:35:00.000Z\",\"0.001526\",\"0.001249\",\"2000\"\n\"2024-07-16T00:40:00.000Z\",\"0.001886\",\"0.00148\",\"2000\"\n\"2024-07-16T00:45:00.000Z\",\"0.001793\",\"0.00148\",\"2000\"\n\"2024-07-16T00:50:00.000Z\",\"0.001937\",\"0.001596\",\"2000\"\n\"2024-07-16T00:55:00.000Z\",\"0.002855\",\"0.002469\",\"2000\"\n\"2024-07-16T01:00:00.000Z\",\"0.002571\",\"0.002288\",\"2000\"\n\"2024-07-16T01:05:00.000Z\",\"0.002027\",\"0.001697\",\"2000\"\n\"2024-07-16T01:10:00.000Z\",\"0.005374\",\"0.00519\",\"2000\"\n\"2024-07-16T01:15:00.000Z\",\"0.005085\",\"0.004819\",\"2000\"\n\"2024-07-16T01:20:00.000Z\",\"0.004604\",\"0.004409\",\"2000\"\n\"2024-07-16T01:25:00.000Z\",\"0.005336\",\"0.005076\",\"2000\"\n\"2024-07-16T01:30:00.000Z\",\"0.004626\",\"0.004354\",\"2000\"\n\"2024-07-16T01:35:00.000Z\",\"0.003372\",\"0.003074\",\"2000\"\n\"2024-07-16T01:40:00.000Z\",\"0.001764\",\"0.001407\",\"2000\"\n\"2024-07-16T01:45:00.000Z\",\"0.001966\",\"0.001606\",\"2000\"\n\"2024-07-16T01:50:00.000Z\",\"0.001736\",\"0.001419\",\"2000\"\n\"2024-07-16T01:55:00.000Z\",\"0.001593\",\"0.001316\",\"2000\"\n\"2024-07-16T02:00:00.000Z\",\"0.002332\",\"0.001934\",\"2000\"\n\"2024-07-16T02:05:00.000Z\",\"0.002037\",\"0.001658\",\"2000\"\n\"2024-07-16T02:10:00.000Z\",\"0.001776\",\"0.001416\",\"2000\"\n\"2024-07-16T02:15:00.000Z\",\"0.001505\",\"0.001219\",\"2000\"\n\"2024-07-16T02:20:00.000Z\",\"0.002077\",\"0.001722\",\"2000\"\n\"2024-07-16T02:25:00.000Z\",\"0.001848\",\"0.001526\",\"2000\"\n\"2024-07-16T02:30:00.000Z\",\"0.001582\",\"0.001206\",\"2000\"\n\"2024-07-16T02:35:00.000Z\",\"0.001737\",\"0.001436\",\"2000\"\n\"2024-07-16T02:40:00.000Z\",\"0.00192\",\"0.00161\",\"2000\"\n\"2024-07-16T02:45:00.000Z\",\"0.001972\",\"0.001519\",\"2000\"\n\"2024-07-16T02:50:00.000Z\",\"0.002087\",\"0.001842\",\"2000\"\n\"2024-07-16T02:55:00.000Z\",\"0.001862\",\"0.001546\",\"2000\"\n\"2024-07-16T03:00:00.000Z\",\"0.001979\",\"0.001536\",\"2000\"\n\"2024-07-16T03:05:00.000Z\",\"0.001751\",\"0.001371\",\"2000\"\n\"2024-07-16T03:10:00.000Z\",\"0.001729\",\"0.001448\",\"2000\"\n\"2024-07-16T03:15:00.000Z\",\"0.001821\",\"0.001458\",\"2000\"\n\"2024-07-16T03:20:00.000Z\",\"0.002249\",\"0.001854\",\"2000\"\n\"2024-07-16T03:25:00.000Z\",\"0.002033\",\"0.001695\",\"2000\"\n\"2024-07-16T03:30:00.000Z\",\"0.003307\",\"0.003028\",\"2000\"\n\"2024-07-16T03:35:00.000Z\",\"0.001857\",\"0.001517\",\"2000\"\n\"2024-07-16T03:40:00.000Z\",\"0.002274\",\"0.001894\",\"2000\"\n\"2024-07-16T03:45:00.000Z\",\"0.001588\",\"0.0013\",\"2000\"\n\"2024-07-16T03:50:00.000Z\",\"0.001597\",\"0.001275\",\"2000\"\n\"2024-07-16T03:55:00.000Z\",\"0.002061\",\"0.00184\",\"2000\"\n\"2024-07-16T04:00:00.000Z\",\"0.001797\",\"0.001567\",\"2000\"\n\"2024-07-16T04:05:00.000Z\",\"0.001519\",\"0.001229\",\"2000\"\n\"2024-07-16T04:10:00.000Z\",\"0.001567\",\"0.001246\",\"2000\"\n\"2024-07-16T04:15:00.000Z\",\"0.001492\",\"0.00118\",\"2000\"\n\"2024-07-16T04:20:00.000Z\",\"0.001404\",\"0.001124\",\"2000\"\n\"2024-07-16T04:25:00.000Z\",\"0.001501\",\"0.00116\",\"2000\"\n\"2024-07-16T04:30:00.000Z\",\"0.001529\",\"0.001209\",\"2000\"\n\"2024-07-16T04:35:00.000Z\",\"0.001464\",\"0.001226\",\"2000\"\n\"2024-07-16T04:40:00.000Z\",\"0.001636\",\"0.001325\",\"2000\"\n\"2024-07-16T04:45:00.000Z\",\"0.001546\",\"0.001245\",\"2000\"\n\"2024-07-16T04:50:00.000Z\",\"0.001408\",\"0.001107\",\"2000\"\n\"2024-07-16T04:55:00.000Z\",\"0.001492\",\"0.001218\",\"2000\"\n\"2024-07-16T05:00:00.000Z\",\"0.001505\",\"0.001195\",\"2000\"\n\"2024-07-16T05:05:00.000Z\",\"0.001671\",\"0.001324\",\"2000\"\n\"2024-07-16T05:10:00.000Z\",\"0.001538\",\"0.001252\",\"2000\"\n\"2024-07-16T05:15:00.000Z\",\"0.001587\",\"0.001262\",\"2000\"\n\"2024-07-16T05:20:00.000Z\",\"0.001597\",\"0.001305\",\"2000\"\n\"2024-07-16T05:25:00.000Z\",\"0.001471\",\"0.00115\",\"2000\"\n\"2024-07-16T05:30:00.000Z\",\"0.001463\",\"0.001104\",\"2000\"\n\"2024-07-16T05:35:00.000Z\",\"0.001575\",\"0.001248\",\"2000\"\n\"2024-07-16T05:40:00.000Z\",\"0.001266\",\"0.000981\",\"2000\"\n\"2024-07-16T05:45:00.000Z\",\"0.002911\",\"0.002726\",\"2000\"\n\"2024-07-16T05:50:00.000Z\",\"0.001532\",\"0.001224\",\"2000\"\n\"2024-07-16T05:55:00.000Z\",\"0.001454\",\"0.002714\",\"2000\"\n\"2024-07-16T06:00:00.000Z\",\"0.001592\",\"0.001187\",\"2000\"\n\"2024-07-16T06:05:00.000Z\",\"0.001555\",\"0.001208\",\"2000\"\n\"2024-07-16T06:10:00.000Z\",\"0.001461\",\"0.001127\",\"2000\"\n\"2024-07-16T06:15:00.000Z\",\"0.001448\",\"0.001173\",\"2000\"\n\"2024-07-16T06:20:00.000Z\",\"0.001623\",\"0.001317\",\"2000\"\n\"2024-07-16T06:25:00.000Z\",\"0.001626\",\"0.001371\",\"2000\"\n\"2024-07-16T06:30:00.000Z\",\"0.001532\",\"0.001273\",\"2000\"\n\"2024-07-16T06:35:00.000Z\",\"0.001549\",\"0.001246\",\"2000\"\n\"2024-07-16T06:40:00.000Z\",\"0.001519\",\"0.001191\",\"2000\"\n\"2024-07-16T06:45:00.000Z\",\"0.001542\",\"0.001222\",\"2000\"\n\"2024-07-16T06:50:00.000Z\",\"0.001498\",\"0.001174\",\"2000\"\n\"2024-07-16T06:55:00.000Z\",\"0.001551\",\"0.001214\",\"2000\"\n\"2024-07-16T07:00:00.000Z\",\"0.001514\",\"0.001225\",\"2000\"\n\"2024-07-16T07:05:00.000Z\",\"0.001516\",\"0.001272\",\"2000\"\n\"2024-07-16T07:10:00.000Z\",\"0.001478\",\"0.001147\",\"2000\"\n\"2024-07-16T07:15:00.000Z\",\"0.0016\",\"0.00135\",\"2000\"\n\"2024-07-16T07:20:00.000Z\",\"0.001525\",\"0.001219\",\"2000\"\n\"2024-07-16T07:25:00.000Z\",\"0.001517\",\"0.001189\",\"2000\"\n\"2024-07-16T07:30:00.000Z\",\"0.001559\",\"0.001216\",\"2000\"\n\"2024-07-16T07:35:00.000Z\",\"0.001442\",\"0.001159\",\"2000\"\n\"2024-07-16T07:40:00.000Z\",\"0.001534\",\"0.001246\",\"2000\"\n\"2024-07-16T07:45:00.000Z\",\"0.001689\",\"0.001408\",\"2000\"\n\"2024-07-16T07:50:00.000Z\",\"0.001712\",\"0.001357\",\"2000\"\n\"2024-07-16T07:55:00.000Z\",\"0.001401\",\"0.001114\",\"2000\"\n\"2024-07-16T08:00:00.000Z\",\"0.001754\",\"0.001187\",\"2000\"\n\"2024-07-16T08:05:00.000Z\",\"0.001507\",\"0.001184\",\"2000\"\n\"2024-07-16T08:10:00.000Z\",\"0.001486\",\"0.001187\",\"2000\"\n\"2024-07-16T08:15:00.000Z\",\"0.001559\",\"0.001317\",\"2000\"\n\"2024-07-16T08:20:00.000Z\",\"0.001446\",\"0.001206\",\"2000\"\n\"2024-07-16T08:25:00.000Z\",\"0.001463\",\"0.001122\",\"2000\"\n\"2024-07-16T08:30:00.000Z\",\"0.001505\",\"0.001206\",\"2000\"\n\"2024-07-16T08:35:00.000Z\",\"0.001485\",\"0.001215\",\"2000\"\n\"2024-07-16T08:40:00.000Z\",\"0.001515\",\"0.001189\",\"2000\"\n\"2024-07-16T08:45:00.000Z\",\"0.001532\",\"0.001278\",\"2000\"\n\"2024-07-16T08:50:00.000Z\",\"0.001534\",\"0.001211\",\"2000\"\n\"2024-07-16T08:55:00.000Z\",\"0.001099\",\"0.00079\",\"2000\"\n\"2024-07-16T09:00:00.000Z\",\"0.001111\",\"0.000843\",\"2000\"\n\"2024-07-16T09:05:00.000Z\",\"0.002576\",\"0.00212\",\"2000\"\n\"2024-07-16T09:10:00.000Z\",\"0.003413\",\"0.002982\",\"2000\"\n\"2024-07-16T09:15:00.000Z\",\"0.002351\",\"0.001972\",\"2000\"\n\"2024-07-16T09:20:00.000Z\",\"0.001402\",\"0.001112\",\"2000\"\n\"2024-07-16T09:25:00.000Z\",\"0.001527\",\"0.00118\",\"2000\"\n\"2024-07-16T09:30:00.000Z\",\"0.001452\",\"0.00113\",\"2000\"\n\"2024-07-16T09:35:00.000Z\",\"0.0017\",\"0.001387\",\"2000\"\n\"2024-07-16T09:40:00.000Z\",\"0.003338\",\"0.003132\",\"2000\"\n\"2024-07-16T09:45:00.000Z\",\"0.001921\",\"0.001678\",\"2000\"\n\"2024-07-16T09:50:00.000Z\",\"0.001529\",\"0.001195\",\"2000\"\n\"2024-07-16T09:55:00.000Z\",\"0.00148\",\"0.00116\",\"2000\"\n\"2024-07-16T10:00:00.000Z\",\"0.001434\",\"0.001193\",\"2000\"\n\"2024-07-16T10:05:00.000Z\",\"0.001563\",\"0.001242\",\"2000\"\n\"2024-07-16T10:10:00.000Z\",\"0.001512\",\"0.001243\",\"2000\"\n\"2024-07-16T10:15:00.000Z\",\"0.002357\",\"0.00199\",\"2000\"\n\"2024-07-16T10:20:00.000Z\",\"0.0019\",\"0.001446\",\"2000\"\n\"2024-07-16T10:25:00.000Z\",\"0.001416\",\"0.001201\",\"2000\"\n\"2024-07-16T10:30:00.000Z\",\"0.002522\",\"0.001993\",\"2000\"\n\"2024-07-16T10:35:00.000Z\",\"0.001595\",\"0.001213\",\"2000\"\n\"2024-07-16T10:40:00.000Z\",\"0.001747\",\"0.001383\",\"2000\"\n\"2024-07-16T10:45:00.000Z\",\"0.001807\",\"0.00144\",\"2000\"\n\"2024-07-16T10:50:00.000Z\",\"0.001629\",\"0.001321\",\"2000\"\n\"2024-07-16T10:55:00.000Z\",\"0.00212\",\"0.00174\",\"2000\"\n\"2024-07-16T11:00:00.000Z\",\"0.001664\",\"0.001362\",\"2000\"\n\"2024-07-16T11:05:00.000Z\",\"0.001914\",\"0.001595\",\"2000\"\n\"2024-07-16T11:10:00.000Z\",\"0.001723\",\"0.001374\",\"2000\"\n\"2024-07-16T11:15:00.000Z\",\"0.001453\",\"0.001138\",\"2000\"\n\"2024-07-16T11:20:00.000Z\",\"0.00196\",\"0.001625\",\"2000\"\n\"2024-07-16T11:25:00.000Z\",\"0.001739\",\"0.001363\",\"2000\"\n\"2024-07-16T11:30:00.000Z\",\"0.001996\",\"0.00167\",\"2000\"\n\"2024-07-16T11:35:00.000Z\",\"0.002133\",\"0.00167\",\"2000\"\n\"2024-07-16T11:40:00.000Z\",\"0.001308\",\"0.001094\",\"2000\"\n\"2024-07-16T11:45:00.000Z\",\"0.001371\",\"0.00099\",\"2000\"\n\"2024-07-16T11:50:00.000Z\",\"0.001894\",\"0.001603\",\"2000\"\n\"2024-07-16T11:55:00.000Z\",\"0.001786\",\"0.001403\",\"2000\"\n\"2024-07-16T12:00:00.000Z\",\"0.00153\",\"0.001251\",\"2000\"\n\"2024-07-16T12:05:00.000Z\",\"0.002129\",\"0.001825\",\"2000\"\n\"2024-07-16T12:10:00.000Z\",\"0.001922\",\"0.001633\",\"2000\"\n\"2024-07-16T12:15:00.000Z\",\"0.001535\",\"0.001314\",\"2000\"\n\"2024-07-16T12:20:00.000Z\",\"0.002329\",\"0.001903\",\"2000\"\n\"2024-07-16T12:25:00.000Z\",\"0.001594\",\"0.001232\",\"2000\"\n\"2024-07-16T12:30:00.000Z\",\"0.001879\",\"0.001502\",\"2000\"\n\"2024-07-16T12:35:00.000Z\",\"0.002295\",\"0.001813\",\"2000\"\n\"2024-07-16T12:40:00.000Z\",\"0.001872\",\"0.001436\",\"2000\"\n\"2024-07-16T12:45:00.000Z\",\"0.002556\",\"0.002117\",\"2000\"\n\"2024-07-16T12:50:00.000Z\",\"0.004666\",\"0.004277\",\"2000\"\n\"2024-07-16T12:55:00.000Z\",\"0.004013\",\"0.003582\",\"2000\"\n\"2024-07-16T13:00:00.000Z\",\"0.003541\",\"0.003118\",\"2000\"\n\"2024-07-16T13:05:00.000Z\",\"0.002665\",\"0.002303\",\"2000\"\n\"2024-07-16T13:10:00.000Z\",\"0.003024\",\"0.002402\",\"2000\"\n\"2024-07-16T13:15:00.000Z\",\"0.002037\",\"0.001587\",\"2000\"\n\"2024-07-16T13:20:00.000Z\",\"0.001931\",\"0.001473\",\"2000\"\n\"2024-07-16T13:25:00.000Z\",\"0.00088\",\"0.000603\",\"2000\"\n\"2024-07-16T13:30:00.000Z\",\"0.000749\",\"0.000558\",\"2000\"\n\"2024-07-16T13:35:00.000Z\",\"0.001527\",\"0.001114\",\"2000\"\n\"2024-07-16T13:40:00.000Z\",\"0.000758\",\"0.000536\",\"2000\"\n\"2024-07-16T13:45:00.000Z\",\"0.001236\",\"0.000813\",\"2000\"\n\"2024-07-16T13:50:00.000Z\",\"0.001215\",\"0.000948\",\"2000\"\n\"2024-07-16T13:55:00.000Z\",\"0.001163\",\"0.000933\",\"2000\"\n\"2024-07-16T14:00:00.000Z\",\"0.001716\",\"0.001438\",\"2000\"\n\"2024-07-16T14:05:00.000Z\",\"0.001646\",\"0.001199\",\"2000\"\n\"2024-07-16T14:10:00.000Z\",\"0.00127\",\"0.001033\",\"2000\"\n\"2024-07-16T14:15:00.000Z\",\"0.00141\",\"0.001104\",\"2000\"\n\"2024-07-16T14:20:00.000Z\",\"0.001128\",\"0.000905\",\"2000\"\n\"2024-07-16T14:25:00.000Z\",\"0.001588\",\"0.001329\",\"2000\"\n\"2024-07-16T14:30:00.000Z\",\"0.002894\",\"0.002273\",\"2000\"\n\"2024-07-16T14:35:00.000Z\",\"0.003645\",\"0.003047\",\"2000\"\n\"2024-07-16T14:40:00.000Z\",\"0.003283\",\"0.002785\",\"2000\"\n\"2024-07-16T14:45:00.000Z\",\"0.002748\",\"0.002311\",\"2000\"\n\"2024-07-16T14:50:00.000Z\",\"0.003543\",\"0.002992\",\"2000\"\n\"2024-07-16T14:55:00.000Z\",\"0.001904\",\"0.001505\",\"2000\"\n\"2024-07-16T15:00:00.000Z\",\"0.001821\",\"0.001417\",\"2000\"\n\"2024-07-16T15:05:00.000Z\",\"0.001901\",\"0.001501\",\"2000\"\n\"2024-07-16T15:10:00.000Z\",\"0.001643\",\"0.00133\",\"2000\"\n\"2024-07-16T15:15:00.000Z\",\"0.001228\",\"0.000963\",\"2000\"\n\"2024-07-16T15:20:00.000Z\",\"0.001357\",\"0.000967\",\"2000\"\n\"2024-07-16T15:25:00.000Z\",\"0.001318\",\"0.001045\",\"2000\"\n\"2024-07-16T15:30:00.000Z\",\"0.000981\",\"0.000728\",\"2000\"\n\"2024-07-16T15:35:00.000Z\",\"0.001188\",\"0.000939\",\"2000\"\n\"2024-07-16T15:40:00.000Z\",\"0.001556\",\"0.001156\",\"2000\"\n\"2024-07-16T15:45:00.000Z\",\"0.001164\",\"0.000912\",\"2000\"\n\"2024-07-16T15:50:00.000Z\",\"0.001344\",\"0.001078\",\"2000\"\n\"2024-07-16T15:55:00.000Z\",\"0.001729\",\"0.001435\",\"2000\"\n\"2024-07-16T16:00:00.000Z\",\"0.00099\",\"0.000761\",\"2000\"\n\"2024-07-16T16:05:00.000Z\",\"0.001317\",\"0.001004\",\"2000\"\n\"2024-07-16T16:10:00.000Z\",\"0.00176\",\"0.001209\",\"2000\"\n\"2024-07-16T16:15:00.000Z\",\"0.001475\",\"0.001164\",\"2000\"\n\"2024-07-16T16:20:00.000Z\",\"0.002375\",\"0.002142\",\"2000\"\n\"2024-07-16T16:25:00.000Z\",\"0.0016\",\"0.00128\",\"2000\"\n\"2024-07-16T16:30:00.000Z\",\"0.001473\",\"0.00114\",\"2000\"\n\"2024-07-16T16:35:00.000Z\",\"0.000938\",\"0.000696\",\"2000\"\n\"2024-07-16T16:40:00.000Z\",\"0.001378\",\"0.001133\",\"2000\"\n\"2024-07-16T16:45:00.000Z\",\"0.001619\",\"0.001307\",\"2000\"\n\"2024-07-16T16:50:00.000Z\",\"0.000974\",\"0.000751\",\"2000\"\n\"2024-07-16T16:55:00.000Z\",\"0.001195\",\"0.000873\",\"2000\"\n\"2024-07-16T17:00:00.000Z\",\"0.00155\",\"0.001232\",\"2000\"\n\"2024-07-16T17:05:00.000Z\",\"0.001241\",\"0.000915\",\"2000\"\n\"2024-07-16T17:10:00.000Z\",\"0.001148\",\"0.000908\",\"2000\"\n\"2024-07-16T17:15:00.000Z\",\"0.001811\",\"0.001365\",\"2000\"\n\"2024-07-16T17:20:00.000Z\",\"0.001249\",\"0.001013\",\"2000\"\n\"2024-07-16T17:25:00.000Z\",\"0.001226\",\"0.00099\",\"2000\"\n\"2024-07-16T17:30:00.000Z\",\"0.002567\",\"0.002066\",\"2000\"\n\"2024-07-16T17:35:00.000Z\",\"0.002331\",\"0.001883\",\"2000\"\n\"2024-07-16T17:40:00.000Z\",\"0.006111\",\"0.005323\",\"2000\"\n\"2024-07-16T17:45:00.000Z\",\"0.007032\",\"0.00614\",\"2000\"\n\"2024-07-16T17:50:00.000Z\",\"0.00823\",\"0.007268\",\"2000\"\n\"2024-07-16T17:55:00.000Z\",\"0.009082\",\"0.008238\",\"2000\"\n\"2024-07-16T18:00:00.000Z\",\"0.007465\",\"0.006512\",\"2000\"\n\"2024-07-16T18:05:00.000Z\",\"0.005237\",\"0.004552\",\"2000\"\n\"2024-07-16T18:10:00.000Z\",\"0.003937\",\"0.003337\",\"2000\"\n\"2024-07-16T18:15:00.000Z\",\"0.00259\",\"0.00206\",\"2000\"\n\"2024-07-16T18:20:00.000Z\",\"0.001077\",\"0.000844\",\"2000\"\n\"2024-07-16T18:25:00.000Z\",\"0.001579\",\"0.001239\",\"2000\"\n\"2024-07-16T18:30:00.000Z\",\"0.001253\",\"0.000932\",\"2000\"\n\"2024-07-16T18:35:00.000Z\",\"0.001126\",\"0.000925\",\"2000\"\n\"2024-07-16T18:40:00.000Z\",\"0.001579\",\"0.001253\",\"2000\"\n\"2024-07-16T18:45:00.000Z\",\"0.001651\",\"0.001289\",\"2000\"\n\"2024-07-16T18:50:00.000Z\",\"0.00129\",\"0.000988\",\"2000\"\n\"2024-07-16T18:55:00.000Z\",\"0.001252\",\"0.001008\",\"2000\"\n\"2024-07-16T19:00:00.000Z\",\"0.001114\",\"0.000813\",\"2000\"\n\"2024-07-16T19:05:00.000Z\",\"0.001378\",\"0.001065\",\"2000\"\n\"2024-07-16T19:10:00.000Z\",\"0.001126\",\"0.000951\",\"2000\"\n\"2024-07-16T19:15:00.000Z\",\"0.001818\",\"0.001371\",\"2000\"\n\"2024-07-16T19:20:00.000Z\",\"0.001425\",\"0.001103\",\"2000\"\n\"2024-07-16T19:25:00.000Z\",\"0.003354\",\"0.002849\",\"2000\"\n\"2024-07-16T19:30:00.000Z\",\"0.004422\",\"0.00373\",\"2000\"\n\"2024-07-16T19:35:00.000Z\",\"0.003059\",\"0.002604\",\"2000\"\n\"2024-07-16T19:40:00.000Z\",\"0.002644\",\"0.002232\",\"2000\"\n\"2024-07-16T19:45:00.000Z\",\"0.002552\",\"0.002116\",\"2000\"\n\"2024-07-16T19:50:00.000Z\",\"0.003622\",\"0.003353\",\"2000\"\n\"2024-07-16T19:55:00.000Z\",\"0.002164\",\"0.001785\",\"2000\"\n\"2024-07-16T20:00:00.000Z\",\"0.002275\",\"0.001864\",\"2000\"\n\"2024-07-16T20:05:00.000Z\",\"0.001337\",\"0.001017\",\"2000\"\n\"2024-07-16T20:10:00.000Z\",\"0.001054\",\"0.00088\",\"2000\"\n\"2024-07-16T20:15:00.000Z\",\"0.00152\",\"0.001174\",\"2000\"\n\"2024-07-16T20:20:00.000Z\",\"0.001589\",\"0.000946\",\"2000\"\n\"2024-07-16T20:25:00.000Z\",\"0.001446\",\"0.001256\",\"2000\"\n\"2024-07-16T20:30:00.000Z\",\"0.001668\",\"0.001189\",\"2000\"\n\"2024-07-16T20:35:00.000Z\",\"0.002298\",\"0.001817\",\"2000\"\n\"2024-07-16T20:40:00.000Z\",\"0.001848\",\"0.001478\",\"2000\"\n\"2024-07-16T20:45:00.000Z\",\"0.001269\",\"0.000952\",\"2000\"\n\"2024-07-16T20:50:00.000Z\",\"0.001446\",\"0.001115\",\"2000\"\n\"2024-07-16T20:55:00.000Z\",\"0.001893\",\"0.001381\",\"2000\"\n\"2024-07-16T21:00:00.000Z\",\"0.001265\",\"0.000972\",\"2000\"\n\"2024-07-16T21:05:00.000Z\",\"0.001445\",\"0.001155\",\"2000\"\n\"2024-07-16T21:10:00.000Z\",\"0.001302\",\"0.000995\",\"2000\"\n\"2024-07-16T21:15:00.000Z\",\"0.001987\",\"0.001517\",\"2000\"\n\"2024-07-16T21:20:00.000Z\",\"0.001507\",\"0.001118\",\"2000\"\n\"2024-07-16T21:25:00.000Z\",\"0.001177\",\"0.000927\",\"2000\"\n\"2024-07-16T21:30:00.000Z\",\"0.001755\",\"0.001375\",\"2000\"\n\"2024-07-16T21:35:00.000Z\",\"0.002053\",\"0.001384\",\"2000\"\n\"2024-07-16T21:40:00.000Z\",\"0.00124\",\"0.001006\",\"2000\"\n\"2024-07-16T21:45:00.000Z\",\"0.001486\",\"0.001216\",\"2000\"\n\"2024-07-16T21:50:00.000Z\",\"0.001638\",\"0.001271\",\"2000\"\n\"2024-07-16T21:55:00.000Z\",\"0.00107\",\"0.000821\",\"2000\"\n\"2024-07-16T22:00:00.000Z\",\"0.001386\",\"0.001049\",\"2000\"\n\"2024-07-16T22:05:00.000Z\",\"0.001303\",\"0.001045\",\"2000\"\n\"2024-07-16T22:10:00.000Z\",\"0.001293\",\"0.001004\",\"2000\"\n\"2024-07-16T22:15:00.000Z\",\"0.001214\",\"0.001018\",\"2000\"\n\"2024-07-16T22:20:00.000Z\",\"0.001236\",\"0.000955\",\"2000\"\n\"2024-07-16T22:25:00.000Z\",\"0.00287\",\"0.002632\",\"2000\"\n\"2024-07-16T22:30:00.000Z\",\"0.001121\",\"0.000884\",\"2000\"\n\"2024-07-16T22:35:00.000Z\",\"0.001004\",\"0.000688\",\"2000\"\n\"2024-07-16T22:40:00.000Z\",\"0.000974\",\"0.000721\",\"2000\"\n\"2024-07-16T22:45:00.000Z\",\"0.001158\",\"0.000861\",\"2000\"\n\"2024-07-16T22:50:00.000Z\",\"0.001202\",\"0.000951\",\"2000\"\n\"2024-07-16T22:55:00.000Z\",\"0.001213\",\"0.000947\",\"2000\"\n\"2024-07-16T23:00:00.000Z\",\"0.00121\",\"0.001003\",\"2000\"\n\"2024-07-16T23:05:00.000Z\",\"0.001276\",\"0.00095\",\"2000\"\n\"2024-07-16T23:10:00.000Z\",\"0.001151\",\"0.000844\",\"2000\"\n\"2024-07-16T23:15:00.000Z\",\"0.001201\",\"0.001007\",\"2000\"\n\"2024-07-16T23:20:00.000Z\",\"0.001144\",\"0.000827\",\"2000\"\n\"2024-07-16T23:25:00.000Z\",\"0.001217\",\"0.000911\",\"2000\"\n\"2024-07-16T23:30:00.000Z\",\"0.001204\",\"0.000971\",\"2000\"\n\"2024-07-16T23:35:00.000Z\",\"0.001413\",\"0.001151\",\"2000\"\n\"2024-07-16T23:40:00.000Z\",\"0.001108\",\"0.000845\",\"2000\"\n\"2024-07-16T23:45:00.000Z\",\"0.001159\",\"0.000894\",\"2000\"\n\"2024-07-16T23:50:00.000Z\",\"0.001288\",\"0.000974\",\"2000\"\n\"2024-07-16T23:55:00.000Z\",\"0.001312\",\"0.001018\",\"2000\"\n\"2024-07-17T00:00:00.000Z\",\"0.001339\",\"0.001083\",\"2000\"\n\"2024-07-17T00:05:00.000Z\",\"0.003101\",\"0.002601\",\"2000\"\n\"2024-07-17T00:10:00.000Z\",\"0.003379\",\"0.002862\",\"2000\"\n\"2024-07-17T00:15:00.000Z\",\"0.003271\",\"0.002769\",\"2000\"\n\"2024-07-17T00:20:00.000Z\",\"0.003229\",\"0.002822\",\"2000\"\n\"2024-07-17T00:25:00.000Z\",\"0.002935\",\"0.00245\",\"2000\"\n\"2024-07-17T00:30:00.000Z\",\"0.001302\",\"0.001002\",\"2000\"\n\"2024-07-17T00:35:00.000Z\",\"0.001133\",\"0.000847\",\"2000\"\n\"2024-07-17T00:40:00.000Z\",\"0.001289\",\"0.000964\",\"2000\"\n\"2024-07-17T00:45:00.000Z\",\"0.001252\",\"0.001033\",\"2000\"\n\"2024-07-17T00:50:00.000Z\",\"0.001425\",\"0.00114\",\"2000\"\n\"2024-07-17T00:55:00.000Z\",\"0.001267\",\"0.000925\",\"2000\"\n\"2024-07-17T01:00:00.000Z\",\"0.001138\",\"0.000897\",\"2000\"\n\"2024-07-17T01:05:00.000Z\",\"0.001147\",\"0.00084\",\"2000\"\n\"2024-07-17T01:10:00.000Z\",\"0.001093\",\"0.000792\",\"2000\"\n\"2024-07-17T01:15:00.000Z\",\"0.001061\",\"0.000833\",\"2000\"\n\"2024-07-17T01:20:00.000Z\",\"0.00127\",\"0.000981\",\"2000\"\n\"2024-07-17T01:25:00.000Z\",\"0.001306\",\"0.000919\",\"2000\"\n\"2024-07-17T01:30:00.000Z\",\"0.001152\",\"0.000843\",\"2000\"\n\"2024-07-17T01:35:00.000Z\",\"0.000881\",\"0.000625\",\"2000\"\n\"2024-07-17T01:40:00.000Z\",\"0.001209\",\"0.000922\",\"2000\"\n\"2024-07-17T01:45:00.000Z\",\"0.001219\",\"0.000902\",\"2000\"\n\"2024-07-17T01:50:00.000Z\",\"0.001144\",\"0.000912\",\"2000\"\n\"2024-07-17T01:55:00.000Z\",\"0.001207\",\"0.000885\",\"2000\"\n\"2024-07-17T02:00:00.000Z\",\"0.001253\",\"0.000941\",\"2000\"\n\"2024-07-17T02:05:00.000Z\",\"0.001235\",\"0.001008\",\"2000\"\n\"2024-07-17T02:10:00.000Z\",\"0.003301\",\"0.003095\",\"2000\"\n\"2024-07-17T02:15:00.000Z\",\"0.004707\",\"0.004455\",\"2000\"\n\"2024-07-17T02:20:00.000Z\",\"0.005606\",\"0.005528\",\"2000\"\n\"2024-07-17T02:25:00.000Z\",\"0.004418\",\"0.004187\",\"2000\"\n\"2024-07-17T02:30:00.000Z\",\"0.004545\",\"0.004332\",\"2000\"\n\"2024-07-17T02:35:00.000Z\",\"0.003834\",\"0.003616\",\"2000\"\n\"2024-07-17T02:40:00.000Z\",\"0.00474\",\"0.004565\",\"2000\"\n\"2024-07-17T02:45:00.000Z\",\"0.004084\",\"0.003926\",\"2000\"\n\"2024-07-17T02:50:00.000Z\",\"0.004229\",\"0.004044\",\"2000\"\n\"2024-07-17T02:55:00.000Z\",\"0.002465\",\"0.002199\",\"2000\"\n\"2024-07-17T03:00:00.000Z\",\"0.001229\",\"0.00091\",\"2000\"\n\"2024-07-17T03:05:00.000Z\",\"0.00106\",\"0.00083\",\"2000\"\n\"2024-07-17T03:10:00.000Z\",\"0.001627\",\"0.001288\",\"2000\"\n\"2024-07-17T03:15:00.000Z\",\"0.007106\",\"0.006447\",\"2000\"\n\"2024-07-17T03:20:00.000Z\",\"0.007794\",\"0.007015\",\"2000\"\n\"2024-07-17T03:25:00.000Z\",\"0.008036\",\"0.007288\",\"2000\"\n\"2024-07-17T03:30:00.000Z\",\"0.007908\",\"0.007178\",\"2000\"\n\"2024-07-17T03:35:00.000Z\",\"0.005191\",\"0.00466\",\"2000\"\n\"2024-07-17T03:40:00.000Z\",\"0.001616\",\"0.001265\",\"2000\"\n\"2024-07-17T03:45:00.000Z\",\"0.001072\",\"0.000849\",\"2000\"\n\"2024-07-17T03:50:00.000Z\",\"0.001051\",\"0.000758\",\"2000\"\n\"2024-07-17T03:55:00.000Z\",\"0.000711\",\"0.000513\",\"2000\"\n\"2024-07-17T04:00:00.000Z\",\"0.000915\",\"0.000728\",\"2000\"\n\"2024-07-17T04:05:00.000Z\",\"0.000819\",\"0.00052\",\"2000\"\n\"2024-07-17T04:10:00.000Z\",\"0.000635\",\"0.000439\",\"2000\"\n\"2024-07-17T04:15:00.000Z\",\"0.000874\",\"0.000654\",\"2000\"\n\"2024-07-17T04:20:00.000Z\",\"0.001576\",\"0.001313\",\"2000\"\n\"2024-07-17T04:25:00.000Z\",\"0.002049\",\"0.001732\",\"2000\"\n\"2024-07-17T04:30:00.000Z\",\"0.008249\",\"0.007772\",\"2000\"\n\"2024-07-17T04:35:00.000Z\",\"0.007589\",\"0.006941\",\"2000\"\n\"2024-07-17T04:40:00.000Z\",\"0.005088\",\"0.004478\",\"2000\"\n\"2024-07-17T04:45:00.000Z\",\"0.004397\",\"0.003831\",\"2000\"\n\"2024-07-17T04:50:00.000Z\",\"0.004326\",\"0.003679\",\"2000\"\n\"2024-07-17T04:55:00.000Z\",\"0.00189\",\"0.001452\",\"2000\"\n\"2024-07-17T05:00:00.000Z\",\"0.001306\",\"0.001061\",\"2000\"\n\"2024-07-17T05:05:00.000Z\",\"0.001207\",\"0.000926\",\"2000\"\n\"2024-07-17T05:10:00.000Z\",\"0.000874\",\"0.000627\",\"2000\"\n\"2024-07-17T05:15:00.000Z\",\"0.001433\",\"0.001077\",\"2000\"\n\"2024-07-17T05:20:00.000Z\",\"0.000731\",\"0.00052\",\"2000\"\n\"2024-07-17T05:25:00.000Z\",\"0.002384\",\"0.002092\",\"2000\"\n\"2024-07-17T05:30:00.000Z\",\"0.001481\",\"0.00113\",\"2000\"\n\"2024-07-17T05:35:00.000Z\",\"0.001022\",\"0.000741\",\"2000\"\n\"2024-07-17T05:40:00.000Z\",\"0.000617\",\"0.000486\",\"2000\"\n\"2024-07-17T05:45:00.000Z\",\"0.001214\",\"0.000887\",\"2000\"\n\"2024-07-17T05:50:00.000Z\",\"0.001233\",\"0.000964\",\"2000\"\n\"2024-07-17T05:55:00.000Z\",\"0.000849\",\"0.000607\",\"2000\"\n\"2024-07-17T06:00:00.000Z\",\"0.000923\",\"0.0007\",\"2000\"\n\"2024-07-17T06:05:00.000Z\",\"0.001468\",\"0.001092\",\"2000\"\n\"2024-07-17T06:10:00.000Z\",\"0.000664\",\"0.000514\",\"2000\"\n\"2024-07-17T06:15:00.000Z\",\"0.001055\",\"0.000735\",\"2000\"\n\"2024-07-17T06:20:00.000Z\",\"0.001146\",\"0.000912\",\"2000\"\n\"2024-07-17T06:25:00.000Z\",\"0.002284\",\"0.001912\",\"2000\"\n\"2024-07-17T06:30:00.000Z\",\"0.003126\",\"0.002697\",\"2000\"\n\"2024-07-17T06:35:00.000Z\",\"0.002976\",\"0.002518\",\"2000\"\n\"2024-07-17T06:40:00.000Z\",\"0.003639\",\"0.003163\",\"2000\"\n\"2024-07-17T06:45:00.000Z\",\"0.004823\",\"0.003964\",\"2000\"\n\"2024-07-17T06:50:00.000Z\",\"0.003356\",\"0.002846\",\"2000\"\n\"2024-07-17T06:55:00.000Z\",\"0.002503\",\"0.002089\",\"2000\"\n\"2024-07-17T07:00:00.000Z\",\"0.002477\",\"0.002078\",\"2000\"\n\"2024-07-17T07:05:00.000Z\",\"0.001524\",\"0.001241\",\"2000\"\n\"2024-07-17T07:10:00.000Z\",\"0.000766\",\"0.000591\",\"2000\"\n\"2024-07-17T07:15:00.000Z\",\"0.000822\",\"0.000612\",\"2000\"\n\"2024-07-17T07:20:00.000Z\",\"0.000956\",\"0.000716\",\"2000\"\n\"2024-07-17T07:25:00.000Z\",\"0.00101\",\"0.000733\",\"2000\"\n\"2024-07-17T07:30:00.000Z\",\"0.001058\",\"0.000704\",\"2000\"\n\"2024-07-17T07:35:00.000Z\",\"0.001386\",\"0.000982\",\"2000\"\n\"2024-07-17T07:40:00.000Z\",\"0.001244\",\"0.000975\",\"2000\"\n\"2024-07-17T07:45:00.000Z\",\"0.001193\",\"0.000879\",\"2000\"\n\"2024-07-17T07:50:00.000Z\",\"0.001352\",\"0.001042\",\"2000\"\n\"2024-07-17T07:55:00.000Z\",\"0.001375\",\"0.0009\",\"2000\"\n\"2024-07-17T08:00:00.000Z\",\"0.00131\",\"0.001005\",\"2000\"\n\"2024-07-17T08:05:00.000Z\",\"0.001366\",\"0.001013\",\"2000\"\n\"2024-07-17T08:10:00.000Z\",\"0.001054\",\"0.000786\",\"2000\"\n\"2024-07-17T08:15:00.000Z\",\"0.001116\",\"0.000862\",\"2000\"\n\"2024-07-17T08:20:00.000Z\",\"0.001358\",\"0.001168\",\"2000\"\n\"2024-07-17T08:25:00.000Z\",\"0.001307\",\"0.001049\",\"2000\"\n\"2024-07-17T08:30:00.000Z\",\"0.001831\",\"0.001468\",\"2000\"\n\"2024-07-17T08:35:00.000Z\",\"0.00346\",\"0.003172\",\"2000\"\n\"2024-07-17T08:40:00.000Z\",\"0.001916\",\"0.00155\",\"2000\"\n\"2024-07-17T08:45:00.000Z\",\"0.002391\",\"0.001874\",\"2000\"\n\"2024-07-17T08:50:00.000Z\",\"0.002532\",\"0.001971\",\"2000\"\n\"2024-07-17T08:55:00.000Z\",\"0.001976\",\"0.001572\",\"2000\"\n\"2024-07-17T09:00:00.000Z\",\"0.001486\",\"0.001153\",\"2000\"\n\"2024-07-17T09:05:00.000Z\",\"0.001454\",\"0.001163\",\"2000\"\n\"2024-07-17T09:10:00.000Z\",\"0.001183\",\"0.000946\",\"2000\"\n\"2024-07-17T09:15:00.000Z\",\"0.001198\",\"0.000942\",\"2000\"\n\"2024-07-17T09:20:00.000Z\",\"0.001362\",\"0.001019\",\"2000\"\n\"2024-07-17T09:25:00.000Z\",\"0.001092\",\"0.000852\",\"2000\"\n\"2024-07-17T09:30:00.000Z\",\"0.001656\",\"0.001355\",\"2000\"\n\"2024-07-17T09:35:00.000Z\",\"0.002561\",\"0.002176\",\"2000\"\n\"2024-07-17T09:40:00.000Z\",\"0.003586\",\"0.003097\",\"2000\"\n\"2024-07-17T09:45:00.000Z\",\"0.002113\",\"0.001676\",\"2000\"\n\"2024-07-17T09:50:00.000Z\",\"0.002677\",\"0.002171\",\"2000\"\n\"2024-07-17T09:55:00.000Z\",\"0.002106\",\"0.001741\",\"2000\"\n\"2024-07-17T10:00:00.000Z\",\"0.003731\",\"0.003275\",\"2000\"\n\"2024-07-17T10:05:00.000Z\",\"0.003869\",\"0.003447\",\"2000\"\n\"2024-07-17T10:10:00.000Z\",\"0.004289\",\"0.00356\",\"2000\"\n\"2024-07-17T10:15:00.000Z\",\"0.003471\",\"0.00302\",\"2000\"\n\"2024-07-17T10:20:00.000Z\",\"0.003045\",\"0.002629\",\"2000\"\n\"2024-07-17T10:25:00.000Z\",\"0.003125\",\"0.002699\",\"2000\"\n\"2024-07-17T10:30:00.000Z\",\"0.002966\",\"0.002431\",\"2000\"\n\"2024-07-17T10:35:00.000Z\",\"0.002842\",\"0.002339\",\"2000\"\n\"2024-07-17T10:40:00.000Z\",\"0.003085\",\"0.002573\",\"2000\"\n\"2024-07-17T10:45:00.000Z\",\"0.002408\",\"0.002028\",\"2000\"\n\"2024-07-17T10:50:00.000Z\",\"0.001687\",\"0.001333\",\"2000\"\n\"2024-07-17T10:55:00.000Z\",\"0.001557\",\"0.00127\",\"2000\"\n\"2024-07-17T11:00:00.000Z\",\"0.001486\",\"0.001204\",\"2000\"\n\"2024-07-17T11:05:00.000Z\",\"0.002394\",\"0.001959\",\"2000\"\n\"2024-07-17T11:10:00.000Z\",\"0.001084\",\"0.00079\",\"2000\"\n\"2024-07-17T11:15:00.000Z\",\"0.001136\",\"0.000915\",\"2000\"\n\"2024-07-17T11:20:00.000Z\",\"0.001087\",\"0.000832\",\"2000\"\n\"2024-07-17T11:25:00.000Z\",\"0.000985\",\"0.000727\",\"2000\"\n\"2024-07-17T11:30:00.000Z\",\"0.001283\",\"0.001031\",\"2000\"\n\"2024-07-17T11:35:00.000Z\",\"0.001187\",\"0.000861\",\"2000\"\n\"2024-07-17T11:40:00.000Z\",\"0.001106\",\"0.000797\",\"2000\"\n\"2024-07-17T11:45:00.000Z\",\"0.00117\",\"0.000955\",\"2000\"\n\"2024-07-17T11:50:00.000Z\",\"0.001168\",\"0.000931\",\"2000\"\n\"2024-07-17T11:55:00.000Z\",\"0.001098\",\"0.000799\",\"2000\"\n\"2024-07-17T12:00:00.000Z\",\"0.001102\",\"0.000834\",\"2000\"\n\"2024-07-17T12:05:00.000Z\",\"0.001342\",\"0.000943\",\"2000\"\n\"2024-07-17T12:10:00.000Z\",\"0.001179\",\"0.000967\",\"2000\"\n\"2024-07-17T12:15:00.000Z\",\"0.001008\",\"0.000754\",\"2000\"\n\"2024-07-17T12:20:00.000Z\",\"0.001084\",\"0.000834\",\"2000\"\n\"2024-07-17T12:25:00.000Z\",\"0.001312\",\"0.001002\",\"2000\"\n\"2024-07-17T12:30:00.000Z\",\"0.001291\",\"0.001015\",\"2000\"\n\"2024-07-17T12:35:00.000Z\",\"0.001131\",\"0.000883\",\"2000\"\n\"2024-07-17T12:40:00.000Z\",\"0.001256\",\"0.000906\",\"2000\"\n\"2024-07-17T12:45:00.000Z\",\"0.001278\",\"0.001037\",\"2000\"\n\"2024-07-17T12:50:00.000Z\",\"0.001384\",\"0.001109\",\"2000\"\n\"2024-07-17T12:55:00.000Z\",\"0.001481\",\"0.001168\",\"2000\"\n\"2024-07-17T13:00:00.000Z\",\"0.001718\",\"0.00137\",\"2000\"\n\"2024-07-17T13:05:00.000Z\",\"0.001425\",\"0.001113\",\"2000\"\n\"2024-07-17T13:10:00.000Z\",\"0.002719\",\"0.002544\",\"2000\"\n\"2024-07-17T13:15:00.000Z\",\"0.00103\",\"0.000724\",\"2000\"\n\"2024-07-17T13:20:00.000Z\",\"0.001469\",\"0.001154\",\"2000\"\n\"2024-07-17T13:25:00.000Z\",\"0.002114\",\"0.001745\",\"2000\"\n\"2024-07-17T13:30:00.000Z\",\"0.003861\",\"0.003107\",\"2000\"\n\"2024-07-17T13:35:00.000Z\",\"0.003821\",\"0.003198\",\"2000\"\n\"2024-07-17T13:40:00.000Z\",\"0.003728\",\"0.003293\",\"2000\"\n\"2024-07-17T13:45:00.000Z\",\"0.003827\",\"0.0032\",\"2000\"\n\"2024-07-17T13:50:00.000Z\",\"0.003087\",\"0.002591\",\"2000\"\n\"2024-07-17T13:55:00.000Z\",\"0.001969\",\"0.001594\",\"2000\"\n\"2024-07-17T14:00:00.000Z\",\"0.001489\",\"0.001211\",\"2000\"\n\"2024-07-17T14:05:00.000Z\",\"0.001543\",\"0.001244\",\"2000\"\n\"2024-07-17T14:10:00.000Z\",\"0.001232\",\"0.000935\",\"2000\"\n\"2024-07-17T14:15:00.000Z\",\"0.001322\",\"0.001034\",\"2000\"\n\"2024-07-17T14:20:00.000Z\",\"0.002592\",\"0.002342\",\"2000\"\n\"2024-07-17T14:25:00.000Z\",\"0.00141\",\"0.001162\",\"2000\"\n\"2024-07-17T14:30:00.000Z\",\"0.001089\",\"0.000806\",\"2000\"\n\"2024-07-17T14:35:00.000Z\",\"0.001295\",\"0.001018\",\"2000\"\n\"2024-07-17T14:40:00.000Z\",\"0.001124\",\"0.000875\",\"2000\"\n\"2024-07-17T14:45:00.000Z\",\"0.001167\",\"0.000937\",\"2000\"\n\"2024-07-17T14:50:00.000Z\",\"0.001288\",\"0.000974\",\"2000\"\n\"2024-07-17T14:55:00.000Z\",\"0.001165\",\"0.000803\",\"2000\"\n\"2024-07-17T15:00:00.000Z\",\"0.001257\",\"0.000975\",\"2000\"\n\"2024-07-17T15:05:00.000Z\",\"0.001493\",\"0.001184\",\"2000\"\n\"2024-07-17T15:10:00.000Z\",\"0.001806\",\"0.001539\",\"2000\"\n\"2024-07-17T15:15:00.000Z\",\"0.002573\",\"0.002302\",\"2000\"\n\"2024-07-17T15:20:00.000Z\",\"0.002856\",\"0.002516\",\"2000\"\n\"2024-07-17T15:25:00.000Z\",\"0.002857\",\"0.002455\",\"2000\"\n\"2024-07-17T15:30:00.000Z\",\"0.002629\",\"0.002189\",\"2000\"\n\"2024-07-17T15:35:00.000Z\",\"0.002112\",\"0.001889\",\"2000\"\n\"2024-07-17T15:40:00.000Z\",\"0.001769\",\"0.001342\",\"2000\"\n\"2024-07-17T15:45:00.000Z\",\"0.003263\",\"0.002798\",\"2000\"\n\"2024-07-17T15:50:00.000Z\",\"0.003131\",\"0.002669\",\"2000\"\n\"2024-07-17T15:55:00.000Z\",\"0.002393\",\"0.002113\",\"2000\"\n\"2024-07-17T16:00:00.000Z\",\"0.001684\",\"0.001318\",\"2000\"\n\"2024-07-17T16:05:00.000Z\",\"0.001277\",\"0.000957\",\"2000\"\n\"2024-07-17T16:10:00.000Z\",\"0.00138\",\"0.00107\",\"2000\"\n\"2024-07-17T16:15:00.000Z\",\"0.001421\",\"0.001121\",\"2000\"\n\"2024-07-17T16:20:00.000Z\",\"0.001363\",\"0.00106\",\"2000\"\n\"2024-07-17T16:25:00.000Z\",\"0.001387\",\"0.001041\",\"2000\"\n\"2024-07-17T16:30:00.000Z\",\"0.001783\",\"0.001209\",\"2000\"\n\"2024-07-17T16:35:00.000Z\",\"0.001198\",\"0.000919\",\"2000\"\n\"2024-07-17T16:40:00.000Z\",\"0.001396\",\"0.001123\",\"2000\"\n\"2024-07-17T16:45:00.000Z\",\"0.001642\",\"0.00123\",\"2000\"\n\"2024-07-17T16:50:00.000Z\",\"0.001069\",\"0.00078\",\"2000\"\n\"2024-07-17T16:55:00.000Z\",\"0.001631\",\"0.001345\",\"2000\"\n\"2024-07-17T17:00:00.000Z\",\"0.002142\",\"0.001645\",\"2000\"\n\"2024-07-17T17:05:00.000Z\",\"0.002281\",\"0.00184\",\"2000\"\n\"2024-07-17T17:10:00.000Z\",\"0.002233\",\"0.001996\",\"2000\"\n\"2024-07-17T17:15:00.000Z\",\"0.002304\",\"0.001899\",\"2000\"\n\"2024-07-17T17:20:00.000Z\",\"0.002405\",\"0.00209\",\"2000\"\n\"2024-07-17T17:25:00.000Z\",\"0.002421\",\"0.002105\",\"2000\"\n\"2024-07-17T17:30:00.000Z\",\"0.002202\",\"0.001858\",\"2000\"\n\"2024-07-17T17:35:00.000Z\",\"0.00218\",\"0.001846\",\"2000\"\n\"2024-07-17T17:40:00.000Z\",\"0.002276\",\"0.001729\",\"2000\"\n\"2024-07-17T17:45:00.000Z\",\"0.001455\",\"0.001123\",\"2000\"\n\"2024-07-17T17:50:00.000Z\",\"0.001709\",\"0.001495\",\"2000\"\n\"2024-07-17T17:55:00.000Z\",\"0.001395\",\"0.001124\",\"2000\"\n\"2024-07-17T18:00:00.000Z\",\"0.0012\",\"0.000894\",\"2000\"\n\"2024-07-17T18:05:00.000Z\",\"0.00137\",\"0.001105\",\"2000\"\n\"2024-07-17T18:10:00.000Z\",\"0.002081\",\"0.001519\",\"2000\"\n\"2024-07-17T18:15:00.000Z\",\"0.001369\",\"0.001048\",\"2000\"\n\"2024-07-17T18:20:00.000Z\",\"0.001477\",\"0.001209\",\"2000\"\n\"2024-07-17T18:25:00.000Z\",\"0.001808\",\"0.00136\",\"2000\"\n\"2024-07-17T18:30:00.000Z\",\"0.002052\",\"0.001696\",\"2000\"\n\"2024-07-17T18:35:00.000Z\",\"0.00166\",\"0.001351\",\"2000\"\n\"2024-07-17T18:40:00.000Z\",\"0.003672\",\"0.003179\",\"2000\"\n\"2024-07-17T18:45:00.000Z\",\"0.005085\",\"0.004208\",\"2000\"\n\"2024-07-17T18:50:00.000Z\",\"0.003876\",\"0.003378\",\"2000\"\n\"2024-07-17T18:55:00.000Z\",\"0.00288\",\"0.002356\",\"2000\"\n\"2024-07-17T19:00:00.000Z\",\"0.002344\",\"0.001898\",\"2000\"\n\"2024-07-17T19:05:00.000Z\",\"0.00164\",\"0.001251\",\"2000\"\n\"2024-07-17T19:10:00.000Z\",\"0.001422\",\"0.001095\",\"2000\"\n\"2024-07-17T19:15:00.000Z\",\"0.001997\",\"0.001406\",\"2000\"\n\"2024-07-17T19:20:00.000Z\",\"0.002216\",\"0.001916\",\"2000\"\n\"2024-07-17T19:25:00.000Z\",\"0.003378\",\"0.003062\",\"2000\"\n\"2024-07-17T19:30:00.000Z\",\"0.004875\",\"0.004274\",\"2000\"\n\"2024-07-17T19:35:00.000Z\",\"0.004814\",\"0.004398\",\"2000\"\n\"2024-07-17T19:40:00.000Z\",\"0.005503\",\"0.004646\",\"2000\"\n\"2024-07-17T19:45:00.000Z\",\"0.005441\",\"0.004719\",\"2000\"\n\"2024-07-17T19:50:00.000Z\",\"0.00434\",\"0.003862\",\"2000\"\n\"2024-07-17T19:55:00.000Z\",\"0.002695\",\"0.002168\",\"2000\"\n\"2024-07-17T20:00:00.000Z\",\"0.00308\",\"0.002604\",\"2000\"\n\"2024-07-17T20:05:00.000Z\",\"0.001461\",\"0.001168\",\"2000\"\n\"2024-07-17T20:10:00.000Z\",\"0.001511\",\"0.001162\",\"2000\"\n\"2024-07-17T20:15:00.000Z\",\"0.001886\",\"0.001538\",\"2000\"\n\"2024-07-17T20:20:00.000Z\",\"0.002026\",\"0.001651\",\"2000\"\n\"2024-07-17T20:25:00.000Z\",\"0.001628\",\"0.001268\",\"2000\"\n\"2024-07-17T20:30:00.000Z\",\"0.001772\",\"0.001365\",\"2000\"\n\"2024-07-17T20:35:00.000Z\",\"0.001915\",\"0.001504\",\"2000\"\n\"2024-07-17T20:40:00.000Z\",\"0.001335\",\"0.00102\",\"2000\"\n\"2024-07-17T20:45:00.000Z\",\"0.001916\",\"0.001562\",\"2000\"\n\"2024-07-17T20:50:00.000Z\",\"0.003768\",\"0.003205\",\"2000\"\n\"2024-07-17T20:55:00.000Z\",\"0.001613\",\"0.001253\",\"2000\"\n\"2024-07-17T21:00:00.000Z\",\"0.001594\",\"0.001185\",\"2000\"\n\"2024-07-17T21:05:00.000Z\",\"0.001888\",\"0.00147\",\"2000\"\n\"2024-07-17T21:10:00.000Z\",\"0.001525\",\"0.001232\",\"2000\"\n\"2024-07-17T21:15:00.000Z\",\"0.001824\",\"0.001477\",\"2000\"\n\"2024-07-17T21:20:00.000Z\",\"0.001285\",\"0.001034\",\"2000\"\n\"2024-07-17T21:25:00.000Z\",\"0.001876\",\"0.001499\",\"2000\"\n\"2024-07-17T21:30:00.000Z\",\"0.001893\",\"0.001459\",\"2000\"\n\"2024-07-17T21:35:00.000Z\",\"0.001415\",\"0.001169\",\"2000\"\n\"2024-07-17T21:40:00.000Z\",\"0.001854\",\"0.001475\",\"2000\"\n\"2024-07-17T21:45:00.000Z\",\"0.001666\",\"0.001298\",\"2000\"\n\"2024-07-17T21:50:00.000Z\",\"0.001372\",\"0.0011\",\"2000\"\n\"2024-07-17T21:55:00.000Z\",\"0.001747\",\"0.001379\",\"2000\"\n\"2024-07-17T22:00:00.000Z\",\"0.001873\",\"0.001448\",\"2000\"\n\"2024-07-17T22:05:00.000Z\",\"0.001455\",\"0.001109\",\"2000\"\n\"2024-07-17T22:10:00.000Z\",\"0.001603\",\"0.001322\",\"2000\"\n\"2024-07-17T22:15:00.000Z\",\"0.001504\",\"0.00122\",\"2000\"\n\"2024-07-17T22:20:00.000Z\",\"0.001485\",\"0.001152\",\"2000\"\n\"2024-07-17T22:25:00.000Z\",\"0.002069\",\"0.001786\",\"2000\"\n\"2024-07-17T22:30:00.000Z\",\"0.004952\",\"0.004453\",\"2000\"\n\"2024-07-17T22:35:00.000Z\",\"0.005351\",\"0.004817\",\"2000\"\n\"2024-07-17T22:40:00.000Z\",\"0.005508\",\"0.004988\",\"2000\"\n\"2024-07-17T22:45:00.000Z\",\"0.00565\",\"0.005151\",\"2000\"\n\"2024-07-17T22:50:00.000Z\",\"0.005351\",\"0.004791\",\"2000\"\n\"2024-07-17T22:55:00.000Z\",\"0.005611\",\"0.005112\",\"2000\"\n\"2024-07-17T23:00:00.000Z\",\"0.005745\",\"0.005191\",\"2000\"\n\"2024-07-17T23:05:00.000Z\",\"0.005575\",\"0.004991\",\"2000\"\n\"2024-07-17T23:10:00.000Z\",\"0.004212\",\"0.003772\",\"2000\"\n\"2024-07-17T23:15:00.000Z\",\"0.001807\",\"0.001465\",\"2000\"\n\"2024-07-17T23:20:00.000Z\",\"0.001917\",\"0.001607\",\"2000\"\n\"2024-07-17T23:25:00.000Z\",\"0.001805\",\"0.001548\",\"2000\"\n\"2024-07-17T23:30:00.000Z\",\"0.001715\",\"0.001463\",\"2000\"\n\"2024-07-17T23:35:00.000Z\",\"0.001803\",\"0.001542\",\"2000\"\n\"2024-07-17T23:40:00.000Z\",\"0.001942\",\"0.001682\",\"2000\"\n\"2024-07-17T23:45:00.000Z\",\"0.001765\",\"0.001461\",\"2000\"\n\"2024-07-17T23:50:00.000Z\",\"0.001866\",\"0.001592\",\"2000\"\n\"2024-07-17T23:55:00.000Z\",\"0.001836\",\"0.001528\",\"2000\"\n\"2024-07-18T00:00:00.000Z\",\"0.001719\",\"0.001422\",\"2000\"\n\"2024-07-18T00:05:00.000Z\",\"0.001764\",\"0.00157\",\"2000\"\n\"2024-07-18T00:10:00.000Z\",\"0.001715\",\"0.001464\",\"2000\"\n\"2024-07-18T00:15:00.000Z\",\"0.001971\",\"0.001703\",\"2000\"\n\"2024-07-18T00:20:00.000Z\",\"0.001646\",\"0.001385\",\"2000\"\n\"2024-07-18T00:25:00.000Z\",\"0.001758\",\"0.00144\",\"2000\"\n\"2024-07-18T00:30:00.000Z\",\"0.001783\",\"0.001491\",\"2000\"\n\"2024-07-18T00:35:00.000Z\",\"0.001709\",\"0.001394\",\"2000\"\n\"2024-07-18T00:40:00.000Z\",\"0.002547\",\"0.002341\",\"2000\"\n\"2024-07-18T00:45:00.000Z\",\"0.003082\",\"0.002781\",\"2000\"\n\"2024-07-18T00:50:00.000Z\",\"0.001857\",\"0.001544\",\"2000\"\n\"2024-07-18T00:55:00.000Z\",\"0.001785\",\"0.001528\",\"2000\"\n\"2024-07-18T01:00:00.000Z\",\"0.001758\",\"0.001496\",\"2000\"\n\"2024-07-18T01:05:00.000Z\",\"0.001829\",\"0.00155\",\"2000\"\n\"2024-07-18T01:10:00.000Z\",\"0.001874\",\"0.00173\",\"2000\"\n\"2024-07-18T01:15:00.000Z\",\"0.002167\",\"0.00181\",\"2000\"\n\"2024-07-18T01:20:00.000Z\",\"0.003474\",\"0.003024\",\"2000\"\n\"2024-07-18T01:25:00.000Z\",\"0.004128\",\"0.003583\",\"2000\"\n\"2024-07-18T01:30:00.000Z\",\"0.004012\",\"0.003507\",\"2000\"\n\"2024-07-18T01:35:00.000Z\",\"0.004085\",\"0.003485\",\"2000\"\n\"2024-07-18T01:40:00.000Z\",\"0.003656\",\"0.003124\",\"2000\"\n\"2024-07-18T01:45:00.000Z\",\"0.003161\",\"0.00271\",\"2000\"\n\"2024-07-18T01:50:00.000Z\",\"0.002405\",\"0.002096\",\"2000\"\n\"2024-07-18T01:55:00.000Z\",\"0.002259\",\"0.001862\",\"2000\"\n\"2024-07-18T02:00:00.000Z\",\"0.002161\",\"0.001836\",\"2000\"\n\"2024-07-18T02:05:00.000Z\",\"0.001998\",\"0.001732\",\"2000\"\n\"2024-07-18T02:10:00.000Z\",\"0.002332\",\"0.001945\",\"2000\"\n\"2024-07-18T02:15:00.000Z\",\"0.002051\",\"0.001731\",\"2000\"\n\"2024-07-18T02:20:00.000Z\",\"0.002857\",\"0.002623\",\"2000\"\n\"2024-07-18T02:25:00.000Z\",\"0.00322\",\"0.002962\",\"2000\"\n\"2024-07-18T02:30:00.000Z\",\"0.003499\",\"0.00312\",\"2000\"\n\"2024-07-18T02:35:00.000Z\",\"0.003472\",\"0.003058\",\"2000\"\n\"2024-07-18T02:40:00.000Z\",\"0.003373\",\"0.002996\",\"2000\"\n\"2024-07-18T02:45:00.000Z\",\"0.002623\",\"0.002353\",\"2000\"\n\"2024-07-18T02:50:00.000Z\",\"0.001765\",\"0.001566\",\"2000\"\n\"2024-07-18T02:55:00.000Z\",\"0.001951\",\"0.001705\",\"2000\"\n\"2024-07-18T03:00:00.000Z\",\"0.001811\",\"0.00156\",\"2000\"\n\"2024-07-18T03:05:00.000Z\",\"0.001837\",\"0.001532\",\"2000\"\n\"2024-07-18T03:10:00.000Z\",\"0.001944\",\"0.001639\",\"2000\"\n\"2024-07-18T03:15:00.000Z\",\"0.001791\",\"0.001568\",\"2000\"\n\"2024-07-18T03:20:00.000Z\",\"0.001804\",\"0.001459\",\"2000\"\n\"2024-07-18T03:25:00.000Z\",\"0.002021\",\"0.001693\",\"2000\"\n\"2024-07-18T03:30:00.000Z\",\"0.002111\",\"0.001864\",\"2000\"\n\"2024-07-18T03:35:00.000Z\",\"0.003903\",\"0.003489\",\"2000\"\n\"2024-07-18T03:40:00.000Z\",\"0.00479\",\"0.004348\",\"2000\"\n\"2024-07-18T03:45:00.000Z\",\"0.003923\",\"0.003377\",\"2000\"\n\"2024-07-18T03:50:00.000Z\",\"0.004846\",\"0.004421\",\"2000\"\n\"2024-07-18T03:55:00.000Z\",\"0.00209\",\"0.001795\",\"2000\"\n\"2024-07-18T04:00:00.000Z\",\"0.001582\",\"0.001229\",\"2000\"\n\"2024-07-18T04:05:00.000Z\",\"0.001379\",\"0.001053\",\"2000\"\n\"2024-07-18T04:10:00.000Z\",\"0.001041\",\"0.000734\",\"2000\"\n\"2024-07-18T04:15:00.000Z\",\"0.001429\",\"0.001087\",\"2000\"\n\"2024-07-18T04:20:00.000Z\",\"0.001337\",\"0.001024\",\"2000\"\n\"2024-07-18T04:25:00.000Z\",\"0.001471\",\"0.001116\",\"2000\"\n\"2024-07-18T04:30:00.000Z\",\"0.001963\",\"0.001612\",\"2000\"\n\"2024-07-18T04:35:00.000Z\",\"0.003458\",\"0.002962\",\"2000\"\n\"2024-07-18T04:40:00.000Z\",\"0.004464\",\"0.003887\",\"2000\"\n\"2024-07-18T04:45:00.000Z\",\"0.004413\",\"0.003819\",\"2000\"\n\"2024-07-18T04:50:00.000Z\",\"0.004619\",\"0.003902\",\"2000\"\n\"2024-07-18T04:55:00.000Z\",\"0.003982\",\"0.0034\",\"2000\"\n\"2024-07-18T05:00:00.000Z\",\"0.002326\",\"0.001894\",\"2000\"\n\"2024-07-18T05:05:00.000Z\",\"0.002287\",\"0.001899\",\"2000\"\n\"2024-07-18T05:10:00.000Z\",\"0.002707\",\"0.002346\",\"2000\"\n\"2024-07-18T05:15:00.000Z\",\"0.003071\",\"0.002535\",\"2000\"\n\"2024-07-18T05:20:00.000Z\",\"0.002848\",\"0.002373\",\"2000\"\n\"2024-07-18T05:25:00.000Z\",\"0.002357\",\"0.00194\",\"2000\"\n\"2024-07-18T05:30:00.000Z\",\"0.001407\",\"0.001053\",\"2000\"\n\"2024-07-18T05:35:00.000Z\",\"0.001152\",\"0.00092\",\"2000\"\n\"2024-07-18T05:40:00.000Z\",\"0.001326\",\"0.001164\",\"2000\"\n\"2024-07-18T05:45:00.000Z\",\"0.001343\",\"0.001157\",\"2000\"\n\"2024-07-18T05:50:00.000Z\",\"0.001265\",\"0.000995\",\"2000\"\n\"2024-07-18T05:55:00.000Z\",\"0.001122\",\"0.000847\",\"2000\"\n\"2024-07-18T06:00:00.000Z\",\"0.001193\",\"0.000864\",\"2000\"\n\"2024-07-18T06:05:00.000Z\",\"0.001199\",\"0.000852\",\"2000\"\n\"2024-07-18T06:10:00.000Z\",\"0.001891\",\"0.001508\",\"2000\"\n\"2024-07-18T06:15:00.000Z\",\"0.002915\",\"0.002459\",\"2000\"\n\"2024-07-18T06:20:00.000Z\",\"0.004755\",\"0.004055\",\"2000\"\n\"2024-07-18T06:25:00.000Z\",\"0.006705\",\"0.006123\",\"2000\"\n\"2024-07-18T06:30:00.000Z\",\"0.006325\",\"0.005677\",\"2000\"\n\"2024-07-18T06:35:00.000Z\",\"0.005292\",\"0.004699\",\"2000\"\n\"2024-07-18T06:40:00.000Z\",\"0.00421\",\"0.00369\",\"2000\"\n\"2024-07-18T06:45:00.000Z\",\"0.004526\",\"0.004236\",\"2000\"\n\"2024-07-18T06:50:00.000Z\",\"0.004966\",\"0.004719\",\"2000\"\n\"2024-07-18T06:55:00.000Z\",\"0.006847\",\"0.006636\",\"2000\"\n\"2024-07-18T07:00:00.000Z\",\"0.005443\",\"0.005227\",\"2000\"\n\"2024-07-18T07:05:00.000Z\",\"0.004289\",\"0.004022\",\"2000\"\n\"2024-07-18T07:10:00.000Z\",\"0.005045\",\"0.004824\",\"2000\"\n\"2024-07-18T07:15:00.000Z\",\"0.005436\",\"0.005191\",\"2000\"\n\"2024-07-18T07:20:00.000Z\",\"0.005292\",\"0.005018\",\"2000\"\n\"2024-07-18T07:25:00.000Z\",\"0.002278\",\"0.00193\",\"2000\"\n\"2024-07-18T07:30:00.000Z\",\"0.001552\",\"0.001167\",\"2000\"\n\"2024-07-18T07:35:00.000Z\",\"0.001136\",\"0.000944\",\"2000\"\n\"2024-07-18T07:40:00.000Z\",\"0.001167\",\"0.000894\",\"2000\"\n\"2024-07-18T07:45:00.000Z\",\"0.001297\",\"0.00105\",\"2000\"\n\"2024-07-18T07:50:00.000Z\",\"0.001289\",\"0.000942\",\"2000\"\n\"2024-07-18T07:55:00.000Z\",\"0.00117\",\"0.000887\",\"2000\"\n\"2024-07-18T08:00:00.000Z\",\"0.001216\",\"0.000882\",\"2000\"\n\"2024-07-18T08:05:00.000Z\",\"0.001175\",\"0.00089\",\"2000\"\n\"2024-07-18T08:10:00.000Z\",\"0.00127\",\"0.000934\",\"2000\"\n\"2024-07-18T08:15:00.000Z\",\"0.001375\",\"0.001047\",\"2000\"\n\"2024-07-18T08:20:00.000Z\",\"0.005022\",\"0.004214\",\"2000\"\n\"2024-07-18T08:25:00.000Z\",\"0.003901\",\"0.003324\",\"2000\"\n\"2024-07-18T08:30:00.000Z\",\"0.00126\",\"0.000943\",\"2000\"\n\"2024-07-18T08:35:00.000Z\",\"0.001221\",\"0.000898\",\"2000\"\n\"2024-07-18T08:40:00.000Z\",\"0.001324\",\"0.001061\",\"2000\"\n\"2024-07-18T08:45:00.000Z\",\"0.001205\",\"0.000952\",\"2000\"\n\"2024-07-18T08:50:00.000Z\",\"0.001485\",\"0.001125\",\"2000\"\n\"2024-07-18T08:55:00.000Z\",\"0.001133\",\"0.000876\",\"2000\"\n\"2024-07-18T09:00:00.000Z\",\"0.001321\",\"0.000928\",\"2000\"\n\"2024-07-18T09:05:00.000Z\",\"0.001222\",\"0.00095\",\"2000\"\n\"2024-07-18T09:10:00.000Z\",\"0.001222\",\"0.000886\",\"2000\"\n\"2024-07-18T09:15:00.000Z\",\"0.001283\",\"0.000921\",\"2000\"\n\"2024-07-18T09:20:00.000Z\",\"0.00127\",\"0.000993\",\"2000\"\n\"2024-07-18T09:25:00.000Z\",\"0.001154\",\"0.0008\",\"2000\"\n\"2024-07-18T09:30:00.000Z\",\"0.00114\",\"0.000856\",\"2000\"\n\"2024-07-18T09:35:00.000Z\",\"0.001265\",\"0.000991\",\"2000\"\n\"2024-07-18T09:40:00.000Z\",\"0.00206\",\"0.001673\",\"2000\"\n\"2024-07-18T09:45:00.000Z\",\"0.003647\",\"0.003064\",\"2000\"\n\"2024-07-18T09:50:00.000Z\",\"0.00355\",\"0.003064\",\"2000\"\n\"2024-07-18T09:55:00.000Z\",\"0.003544\",\"0.002949\",\"2000\"\n\"2024-07-18T10:00:00.000Z\",\"0.003595\",\"0.003004\",\"2000\"\n\"2024-07-18T10:05:00.000Z\",\"0.00293\",\"0.00247\",\"2000\"\n\"2024-07-18T10:10:00.000Z\",\"0.00186\",\"0.001507\",\"2000\"\n\"2024-07-18T10:15:00.000Z\",\"0.002489\",\"0.002052\",\"2000\"\n\"2024-07-18T10:20:00.000Z\",\"0.001113\",\"0.000856\",\"2000\"\n\"2024-07-18T10:25:00.000Z\",\"0.001391\",\"0.001018\",\"2000\"\n\"2024-07-18T10:30:00.000Z\",\"0.00125\",\"0.000984\",\"2000\"\n\"2024-07-18T10:35:00.000Z\",\"0.001957\",\"0.001475\",\"2000\"\n\"2024-07-18T10:40:00.000Z\",\"0.001017\",\"0.000743\",\"2000\"\n\"2024-07-18T10:45:00.000Z\",\"0.001101\",\"0.000841\",\"2000\"\n\"2024-07-18T10:50:00.000Z\",\"0.001215\",\"0.000986\",\"2000\"\n\"2024-07-18T10:55:00.000Z\",\"0.00167\",\"0.001266\",\"2000\"\n\"2024-07-18T11:00:00.000Z\",\"0.001094\",\"0.000867\",\"2000\"\n\"2024-07-18T11:05:00.000Z\",\"0.001424\",\"0.001086\",\"2000\"\n\"2024-07-18T11:10:00.000Z\",\"0.001368\",\"0.001073\",\"2000\"\n\"2024-07-18T11:15:00.000Z\",\"0.001632\",\"0.001221\",\"2000\"\n\"2024-07-18T11:20:00.000Z\",\"0.002317\",\"0.001901\",\"2000\"\n\"2024-07-18T11:25:00.000Z\",\"0.00266\",\"0.002193\",\"2000\"\n\"2024-07-18T11:30:00.000Z\",\"0.002685\",\"0.003405\",\"2000\"\n\"2024-07-18T11:35:00.000Z\",\"0.003581\",\"0.003131\",\"2000\"\n\"2024-07-18T11:40:00.000Z\",\"0.003797\",\"0.003418\",\"2000\"\n\"2024-07-18T11:45:00.000Z\",\"0.001538\",\"0.00114\",\"2000\"\n\"2024-07-18T11:50:00.000Z\",\"0.00288\",\"0.002463\",\"2000\"\n\"2024-07-18T11:55:00.000Z\",\"0.003058\",\"0.002704\",\"2000\"\n\"2024-07-18T12:00:00.000Z\",\"0.003031\",\"0.002508\",\"2000\"\n\"2024-07-18T12:05:00.000Z\",\"0.007132\",\"0.006958\",\"2000\"\n\"2024-07-18T12:10:00.000Z\",\"0.002737\",\"0.002277\",\"2000\"\n\"2024-07-18T12:15:00.000Z\",\"0.002658\",\"0.002254\",\"2000\"\n\"2024-07-18T12:20:00.000Z\",\"0.002658\",\"0.002282\",\"2000\"\n\"2024-07-18T12:25:00.000Z\",\"0.002106\",\"0.001706\",\"2000\"\n\"2024-07-18T12:30:00.000Z\",\"0.001135\",\"0.000888\",\"2000\"\n\"2024-07-18T12:35:00.000Z\",\"0.001963\",\"0.001556\",\"2000\"\n\"2024-07-18T12:40:00.000Z\",\"0.001351\",\"0.001066\",\"2000\"\n\"2024-07-18T12:45:00.000Z\",\"0.001272\",\"0.000933\",\"2000\"\n\"2024-07-18T12:50:00.000Z\",\"0.001252\",\"0.001005\",\"2000\"\n\"2024-07-18T12:55:00.000Z\",\"0.002174\",\"0.001766\",\"2000\"\n\"2024-07-18T13:00:00.000Z\",\"0.001659\",\"0.001291\",\"2000\"\n\"2024-07-18T13:05:00.000Z\",\"0.002029\",\"0.001657\",\"2000\"\n\"2024-07-18T13:10:00.000Z\",\"0.003532\",\"0.003057\",\"2000\"\n\"2024-07-18T13:15:00.000Z\",\"0.0049\",\"0.004364\",\"2000\"\n\"2024-07-18T13:20:00.000Z\",\"0.005244\",\"0.00457\",\"2000\"\n\"2024-07-18T13:25:00.000Z\",\"0.004849\",\"0.004325\",\"2000\"\n\"2024-07-18T13:30:00.000Z\",\"0.005106\",\"0.00438\",\"2000\"\n\"2024-07-18T13:35:00.000Z\",\"0.003704\",\"0.003146\",\"2000\"\n\"2024-07-18T13:40:00.000Z\",\"0.005685\",\"0.004105\",\"2000\"\n\"2024-07-18T13:45:00.000Z\",\"0.009425\",\"0.007773\",\"2000\"\n\"2024-07-18T13:50:00.000Z\",\"0.007483\",\"0.005673\",\"2000\"\n\"2024-07-18T13:55:00.000Z\",\"0.00626\",\"0.004871\",\"2000\"\n\"2024-07-18T14:00:00.000Z\",\"0.002916\",\"0.002468\",\"2000\"\n\"2024-07-18T14:05:00.000Z\",\"0.002889\",\"0.002213\",\"2000\"\n\"2024-07-18T14:10:00.000Z\",\"0.002259\",\"0.001772\",\"2000\"\n\"2024-07-18T14:15:00.000Z\",\"0.002564\",\"0.001964\",\"2000\"\n\"2024-07-18T14:20:00.000Z\",\"0.002813\",\"0.002232\",\"2000\"\n\"2024-07-18T14:25:00.000Z\",\"0.00332\",\"0.002651\",\"2000\"\n\"2024-07-18T14:30:00.000Z\",\"0.002512\",\"0.002003\",\"2000\"\n\"2024-07-18T14:35:00.000Z\",\"0.00312\",\"0.00252\",\"2000\"\n\"2024-07-18T14:40:00.000Z\",\"0.002209\",\"0.001777\",\"2000\"\n\"2024-07-18T14:45:00.000Z\",\"0.001628\",\"0.00124\",\"2000\"\n\"2024-07-18T14:50:00.000Z\",\"0.001012\",\"0.000748\",\"2000\"\n\"2024-07-18T14:55:00.000Z\",\"0.001621\",\"0.001294\",\"2000\"\n\"2024-07-18T15:00:00.000Z\",\"0.000499\",\"0.000384\",\"2000\"\n\"2024-07-18T15:05:00.000Z\",\"0.000721\",\"0.000544\",\"2000\"\n\"2024-07-18T15:10:00.000Z\",\"0.001318\",\"0.000907\",\"2000\"\n\"2024-07-18T15:15:00.000Z\",\"0.00126\",\"0.000924\",\"2000\"\n\"2024-07-18T15:20:00.000Z\",\"0.000555\",\"0.000435\",\"2000\"\n\"2024-07-18T15:25:00.000Z\",\"0.001021\",\"0.00076\",\"2000\"\n\"2024-07-18T15:30:00.000Z\",\"0.001068\",\"0.000695\",\"2000\"\n\"2024-07-18T15:35:00.000Z\",\"0.001143\",\"0.000914\",\"2000\"\n\"2024-07-18T15:40:00.000Z\",\"0.000945\",\"0.000721\",\"2000\"\n\"2024-07-18T15:45:00.000Z\",\"0.000718\",\"0.000487\",\"2000\"\n\"2024-07-18T15:50:00.000Z\",\"0.000634\",\"0.000464\",\"2000\"\n\"2024-07-18T15:55:00.000Z\",\"0.001598\",\"0.001147\",\"2000\"\n\"2024-07-18T16:00:00.000Z\",\"0.001438\",\"0.000986\",\"2000\"\n\"2024-07-18T16:05:00.000Z\",\"0.000638\",\"0.000486\",\"2000\"\n\"2024-07-18T16:10:00.000Z\",\"0.000715\",\"0.000512\",\"2000\"\n\"2024-07-18T16:15:00.000Z\",\"0.000727\",\"0.000525\",\"2000\"\n\"2024-07-18T16:20:00.000Z\",\"0.001111\",\"0.000855\",\"2000\"\n\"2024-07-18T16:25:00.000Z\",\"0.000855\",\"0.000723\",\"2000\"\n\"2024-07-18T16:30:00.000Z\",\"0.000657\",\"0.000464\",\"2000\"\n\"2024-07-18T16:35:00.000Z\",\"0.000568\",\"0.000446\",\"2000\"\n\"2024-07-18T16:40:00.000Z\",\"0.001741\",\"0.001418\",\"2000\"\n\"2024-07-18T16:45:00.000Z\",\"0.00071\",\"0.000518\",\"2000\"\n\"2024-07-18T16:50:00.000Z\",\"0.001017\",\"0.000695\",\"2000\"\n\"2024-07-18T16:55:00.000Z\",\"0.001408\",\"0.001189\",\"2000\"\n\"2024-07-18T17:00:00.000Z\",\"0.001216\",\"0.000791\",\"2000\"\n\"2024-07-18T17:05:00.000Z\",\"0.000854\",\"0.000636\",\"2000\"\n\"2024-07-18T17:10:00.000Z\",\"0.000469\",\"0.000396\",\"2000\"\n\"2024-07-18T17:15:00.000Z\",\"0.000864\",\"0.000635\",\"2000\"\n\"2024-07-18T17:20:00.000Z\",\"0.000989\",\"0.000735\",\"2000\"\n\"2024-07-18T17:25:00.000Z\",\"0.000568\",\"0.000402\",\"2000\"\n\"2024-07-18T17:30:00.000Z\",\"0.000691\",\"0.000473\",\"2000\"\n\"2024-07-18T17:35:00.000Z\",\"0.00132\",\"0.001027\",\"2000\"\n\"2024-07-18T17:40:00.000Z\",\"0.001718\",\"0.001399\",\"2000\"\n\"2024-07-18T17:45:00.000Z\",\"0.00422\",\"0.003449\",\"2000\"\n\"2024-07-18T17:50:00.000Z\",\"0.005252\",\"0.00432\",\"2000\"\n\"2024-07-18T17:55:00.000Z\",\"0.003947\",\"0.003326\",\"2000\"\n\"2024-07-18T18:00:00.000Z\",\"0.003756\",\"0.003112\",\"2000\"\n\"2024-07-18T18:05:00.000Z\",\"0.003014\",\"0.002442\",\"2000\"\n\"2024-07-18T18:10:00.000Z\",\"0.002378\",\"0.001926\",\"2000\"\n\"2024-07-18T18:15:00.000Z\",\"0.002968\",\"0.002468\",\"2000\"\n\"2024-07-18T18:20:00.000Z\",\"0.003357\",\"0.002849\",\"2000\"\n\"2024-07-18T18:25:00.000Z\",\"0.003883\",\"0.003308\",\"2000\"\n\"2024-07-18T18:30:00.000Z\",\"0.00275\",\"0.002249\",\"2000\"\n\"2024-07-18T18:35:00.000Z\",\"0.002385\",\"0.001953\",\"2000\"\n\"2024-07-18T18:40:00.000Z\",\"0.001794\",\"0.001426\",\"2000\"\n\"2024-07-18T18:45:00.000Z\",\"0.003408\",\"0.002962\",\"2000\"\n\"2024-07-18T18:50:00.000Z\",\"0.001359\",\"0.001008\",\"2000\"\n\"2024-07-18T18:55:00.000Z\",\"0.000692\",\"0.000596\",\"2000\"\n\"2024-07-18T19:00:00.000Z\",\"0.000942\",\"0.000763\",\"2000\"\n\"2024-07-18T19:05:00.000Z\",\"0.00054\",\"0.000401\",\"2000\"\n\"2024-07-18T19:10:00.000Z\",\"0.000877\",\"0.000647\",\"2000\"\n\"2024-07-18T19:15:00.000Z\",\"0.002454\",\"0.002022\",\"2000\"\n\"2024-07-18T19:20:00.000Z\",\"0.002751\",\"0.002343\",\"2000\"\n\"2024-07-18T19:25:00.000Z\",\"0.000906\",\"0.000696\",\"2000\"\n\"2024-07-18T19:30:00.000Z\",\"0.001079\",\"0.000871\",\"2000\"\n\"2024-07-18T19:35:00.000Z\",\"0.001305\",\"0.00098\",\"2000\"\n\"2024-07-18T19:40:00.000Z\",\"0.000933\",\"0.00068\",\"2000\"\n\"2024-07-18T19:45:00.000Z\",\"0.000879\",\"0.000623\",\"2000\"\n\"2024-07-18T19:50:00.000Z\",\"0.000769\",\"0.000642\",\"2000\"\n\"2024-07-18T19:55:00.000Z\",\"0.000877\",\"0.00066\",\"2000\"\n\"2024-07-18T20:00:00.000Z\",\"0.000902\",\"0.000718\",\"2000\"\n\"2024-07-18T20:05:00.000Z\",\"0.001209\",\"0.000894\",\"2000\"\n\"2024-07-18T20:10:00.000Z\",\"0.004072\",\"0.003037\",\"2000\"\n\"2024-07-18T20:15:00.000Z\",\"0.000953\",\"0.000745\",\"2000\"\n\"2024-07-18T20:20:00.000Z\",\"0.001032\",\"0.000677\",\"2000\"\n\"2024-07-18T20:25:00.000Z\",\"0.000581\",\"0.000474\",\"2000\"\n\"2024-07-18T20:30:00.000Z\",\"0.001171\",\"0.000928\",\"2000\"\n\"2024-07-18T20:35:00.000Z\",\"0.000845\",\"0.000702\",\"2000\"\n\"2024-07-18T20:40:00.000Z\",\"0.000802\",\"0.000598\",\"2000\"\n\"2024-07-18T20:45:00.000Z\",\"0.001154\",\"0.000876\",\"2000\"\n\"2024-07-18T20:50:00.000Z\",\"0.001222\",\"0.000851\",\"2000\"\n\"2024-07-18T20:55:00.000Z\",\"0.000738\",\"0.00053\",\"2000\"\n\"2024-07-18T21:00:00.000Z\",\"0.00143\",\"0.001066\",\"2000\"\n\"2024-07-18T21:05:00.000Z\",\"0.002644\",\"0.002233\",\"2000\"\n\"2024-07-18T21:10:00.000Z\",\"0.001949\",\"0.001558\",\"2000\"\n\"2024-07-18T21:15:00.000Z\",\"0.001207\",\"0.000921\",\"2000\"\n\"2024-07-18T21:20:00.000Z\",\"0.00068\",\"0.000477\",\"2000\"\n\"2024-07-18T21:25:00.000Z\",\"0.002249\",\"0.001797\",\"2000\"\n\"2024-07-18T21:30:00.000Z\",\"0.002056\",\"0.001801\",\"2000\"\n\"2024-07-18T21:35:00.000Z\",\"0.000706\",\"0.000518\",\"2000\"\n\"2024-07-18T21:40:00.000Z\",\"0.000515\",\"0.000389\",\"2000\"\n\"2024-07-18T21:45:00.000Z\",\"0.001461\",\"0.001195\",\"2000\"\n\"2024-07-18T21:50:00.000Z\",\"0.000708\",\"0.000494\",\"2000\"\n\"2024-07-18T21:55:00.000Z\",\"0.000614\",\"0.000412\",\"2000\"\n\"2024-07-18T22:00:00.000Z\",\"0.001636\",\"0.001301\",\"2000\"\n\"2024-07-18T22:05:00.000Z\",\"0.0006\",\"0.000471\",\"2000\"\n\"2024-07-18T22:10:00.000Z\",\"0.00065\",\"0.000495\",\"2000\"\n\"2024-07-18T22:15:00.000Z\",\"0.000702\",\"0.000486\",\"2000\"\n\"2024-07-18T22:20:00.000Z\",\"0.000639\",\"0.000432\",\"2000\"\n\"2024-07-18T22:25:00.000Z\",\"0.000471\",\"0.000368\",\"2000\"\n\"2024-07-18T22:30:00.000Z\",\"0.000759\",\"0.000539\",\"2000\"\n\"2024-07-18T22:35:00.000Z\",\"0.001181\",\"0.000803\",\"2000\"\n\"2024-07-18T22:40:00.000Z\",\"0.004058\",\"0.003745\",\"2000\"\n\"2024-07-18T22:45:00.000Z\",\"0.002849\",\"0.002491\",\"2000\"\n\"2024-07-18T22:50:00.000Z\",\"0.002437\",\"0.002082\",\"2000\"\n\"2024-07-18T22:55:00.000Z\",\"0.002422\",\"0.002118\",\"2000\"\n\"2024-07-18T23:00:00.000Z\",\"0.001756\",\"0.001473\",\"2000\"\n\"2024-07-18T23:05:00.000Z\",\"0.001134\",\"0.000973\",\"2000\"\n\"2024-07-18T23:10:00.000Z\",\"0.000866\",\"0.000634\",\"2000\"\n\"2024-07-18T23:15:00.000Z\",\"0.000802\",\"0.000666\",\"2000\"\n\"2024-07-18T23:20:00.000Z\",\"0.000774\",\"0.000647\",\"2000\"\n\"2024-07-18T23:25:00.000Z\",\"0.000663\",\"0.000489\",\"2000\"\n\"2024-07-18T23:30:00.000Z\",\"0.000788\",\"0.000578\",\"2000\"\n\"2024-07-18T23:35:00.000Z\",\"0.000532\",\"0.000414\",\"2000\"\n\"2024-07-18T23:40:00.000Z\",\"0.000636\",\"0.000514\",\"2000\"\n\"2024-07-18T23:45:00.000Z\",\"0.000564\",\"0.000442\",\"2000\"\n\"2024-07-18T23:50:00.000Z\",\"0.00064\",\"0.00045\",\"2000\"\n\"2024-07-18T23:55:00.000Z\",\"0.000819\",\"0.000642\",\"2000\"\n\"2024-07-19T00:00:00.000Z\",\"0.0008\",\"0.000657\",\"2000\"\n\"2024-07-19T00:05:00.000Z\",\"0.00104\",\"0.00082\",\"2000\"\n\"2024-07-19T00:10:00.000Z\",\"0.002255\",\"0.001773\",\"2000\"\n\"2024-07-19T00:15:00.000Z\",\"0.004209\",\"0.00327\",\"2000\"\n\"2024-07-19T00:20:00.000Z\",\"0.004613\",\"0.004133\",\"2000\"\n\"2024-07-19T00:25:00.000Z\",\"0.003731\",\"0.003183\",\"2000\"\n\"2024-07-19T00:30:00.000Z\",\"0.002399\",\"0.002006\",\"2000\"\n\"2024-07-19T00:35:00.000Z\",\"0.001554\",\"0.001212\",\"2000\"\n\"2024-07-19T00:40:00.000Z\",\"0.001015\",\"0.000773\",\"2000\"\n"},{"id":"3cdee622-d474-4617-a244-456f0820ecdd","name":"Get Megaport Internet Telemetry - CSV Multiple Telemetry Types (Days)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"},{"key":"Accept","value":"text/csv"}],"url":{"raw":"{{baseUrl}}/v2/product/vxc/ae3388c5-0207-4ef9-a128-2769698790c3/telemetry?type=A_BITS&days=5&type=B_BITS","host":["{{baseUrl}}"],"path":["v2","product","vxc","ae3388c5-0207-4ef9-a128-2769698790c3","telemetry"],"query":[{"key":"type","value":"A_BITS","description":"Indicates the type of metric. Values include `A_BITS`, `B_BITS`, `A_PACKETS`, and `B_PACKETS`. Multiple telemetry types can be passed. (Required - string)"},{"key":"from","value":"1718010019000","description":"Milliseconds since epoch. When not provided, returns the single most recent measurement. You can use a tool such as https://www.epochconverter.com/ for conversion to and from dates. (Optional - string)","disabled":true},{"key":"to","value":"1721280419000","description":"Milliseconds since epoch. When not provided, returns the single most recent measurement. You can use a tool such as https://www.epochconverter.com/ for conversion to and from dates. (Optional - string) ","disabled":true},{"key":"days","value":"5","description":"The number of days in the past from today for which to return telemetry details. This parameter is mutually exclusive from \"to\" and \"from\". (Optional - string)\n"},{"key":"type","value":"B_BITS","description":"Indicates the type of metric. Values include `A_BITS`, `B_BITS`, `A_PACKETS`, and `B_PACKETS`. Multiple telemetry types can be passed. (Required - string)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Date","value":"Fri, 19 Jul 2024 00:49:06 GMT"},{"key":"Content-Type","value":"text/csv;charset=ISO-8859-1"},{"key":"Content-Length","value":"121978"},{"key":"Connection","value":"keep-alive"},{"key":"trace-id","value":"239ae8a28073b7e4a93c7674a89aa50f"},{"key":"vary","value":"Origin"},{"key":"vary","value":"Access-Control-Request-Method"},{"key":"vary","value":"Access-Control-Request-Headers"},{"key":"x-correlation-id","value":"239ae8a28073b7e4a93c7674a89aa50f"},{"key":"x-amzn-trace-id","value":"Root=1-6699b801-120bfc8a7d5022280e4d90f2"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"content-disposition","value":"attachment; filename=ae3388c5-0207-4ef9-a128-2769698790c3-telemetry.csv"},{"key":"server-timing","value":"app;dur=125"},{"key":"etag","value":"\"069405cadea0c9572b307403d3e33971d\""},{"key":"x-xss-protection","value":"1 ; mode=block"},{"key":"strict-transport-security","value":"max-age=31536000; preload"},{"key":"strict-transport-security","value":"max-age=31536000; preload"},{"key":"referrer-policy","value":"no-referrer"},{"key":"content-security-policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"x-download-options","value":"noopen"},{"key":"x-permitted-cross-domain-policies","value":"none"}],"cookie":[],"responseTime":null,"body":"\"Timestamp\",\"A Bandwidth In (Mbps)\",\"A Bandwidth Out (Mbps)\",\"A Bandwidth Configured speed (Mbps)\",\"B Bandwidth In (Mbps)\",\"B Bandwidth Out (Mbps)\",\"B Bandwidth Configured speed (Mbps)\"\n\"2024-07-14T00:50:00.000Z\",\"0.006809\",\"0.006137\",\"2000\",\"0.006147\",\"0.006824\",\"2000\"\n\"2024-07-14T00:55:00.000Z\",\"0.007031\",\"0.006327\",\"2000\",\"0.006313\",\"0.00702\",\"2000\"\n\"2024-07-14T01:00:00.000Z\",\"0.007093\",\"0.006418\",\"2000\",\"0.006434\",\"0.007098\",\"2000\"\n\"2024-07-14T01:05:00.000Z\",\"0.005672\",\"0.005197\",\"2000\",\"0.005263\",\"0.005745\",\"2000\"\n\"2024-07-14T01:10:00.000Z\",\"0.001396\",\"0.001126\",\"2000\",\"0.001111\",\"0.001382\",\"2000\"\n\"2024-07-14T01:15:00.000Z\",\"0.001309\",\"0.000905\",\"2000\",\"0.000974\",\"0.001384\",\"2000\"\n\"2024-07-14T01:20:00.000Z\",\"0.00137\",\"0.001095\",\"2000\",\"0.001039\",\"0.001312\",\"2000\"\n\"2024-07-14T01:25:00.000Z\",\"0.001138\",\"0.000833\",\"2000\",\"0.000889\",\"0.001187\",\"2000\"\n\"2024-07-14T01:30:00.000Z\",\"0.001007\",\"0.000758\",\"2000\",\"0.000756\",\"0.001014\",\"2000\"\n\"2024-07-14T01:35:00.000Z\",\"0.001381\",\"0.001104\",\"2000\",\"0.0011\",\"0.001376\",\"2000\"\n\"2024-07-14T01:40:00.000Z\",\"0.001345\",\"0.001055\",\"2000\",\"0.001061\",\"0.001353\",\"2000\"\n\"2024-07-14T01:45:00.000Z\",\"0.001297\",\"0.001083\",\"2000\",\"0.00103\",\"0.001239\",\"2000\"\n\"2024-07-14T01:50:00.000Z\",\"0.003047\",\"0.002798\",\"2000\",\"0.002848\",\"0.003105\",\"2000\"\n\"2024-07-14T01:55:00.000Z\",\"0.002035\",\"0.001718\",\"2000\",\"0.001675\",\"0.001981\",\"2000\"\n\"2024-07-14T02:00:00.000Z\",\"0.001227\",\"0.00096\",\"2000\",\"0.000938\",\"0.001195\",\"2000\"\n\"2024-07-14T02:05:00.000Z\",\"0.001226\",\"0.000937\",\"2000\",\"0.001\",\"0.001307\",\"2000\"\n\"2024-07-14T02:10:00.000Z\",\"0.001724\",\"0.001293\",\"2000\",\"0.001297\",\"0.00172\",\"2000\"\n\"2024-07-14T02:15:00.000Z\",\"0.001198\",\"0.000983\",\"2000\",\"0.000979\",\"0.001201\",\"2000\"\n\"2024-07-14T02:20:00.000Z\",\"0.001272\",\"0.001026\",\"2000\",\"0.001025\",\"0.001263\",\"2000\"\n\"2024-07-14T02:25:00.000Z\",\"0.001313\",\"0.001119\",\"2000\",\"0.001124\",\"0.001329\",\"2000\"\n\"2024-07-14T02:30:00.000Z\",\"0.001253\",\"0.000945\",\"2000\",\"0.000935\",\"0.00124\",\"2000\"\n\"2024-07-14T02:35:00.000Z\",\"0.001091\",\"0.000791\",\"2000\",\"0.000796\",\"0.001099\",\"2000\"\n\"2024-07-14T02:40:00.000Z\",\"0.001172\",\"0.000892\",\"2000\",\"0.000887\",\"0.001165\",\"2000\"\n\"2024-07-14T02:45:00.000Z\",\"0.001037\",\"0.000774\",\"2000\",\"0.000777\",\"0.001034\",\"2000\"\n\"2024-07-14T02:50:00.000Z\",\"0.001277\",\"0.001111\",\"2000\",\"0.001057\",\"0.001225\",\"2000\"\n\"2024-07-14T02:55:00.000Z\",\"0.001203\",\"0.000894\",\"2000\",\"0.00095\",\"0.001265\",\"2000\"\n\"2024-07-14T03:00:00.000Z\",\"0.00103\",\"0.0008\",\"2000\",\"0.0008\",\"0.00103\",\"2000\"\n\"2024-07-14T03:05:00.000Z\",\"0.00136\",\"0.001064\",\"2000\",\"0.001064\",\"0.001352\",\"2000\"\n\"2024-07-14T03:10:00.000Z\",\"0.001309\",\"0.001092\",\"2000\",\"0.001085\",\"0.001309\",\"2000\"\n\"2024-07-14T03:15:00.000Z\",\"0.001377\",\"0.001056\",\"2000\",\"0.001011\",\"0.001327\",\"2000\"\n\"2024-07-14T03:20:00.000Z\",\"0.001107\",\"0.000797\",\"2000\",\"0.00085\",\"0.001166\",\"2000\"\n\"2024-07-14T03:25:00.000Z\",\"0.001107\",\"0.000875\",\"2000\",\"0.000873\",\"0.001104\",\"2000\"\n\"2024-07-14T03:30:00.000Z\",\"0.001277\",\"0.001066\",\"2000\",\"0.00101\",\"0.001215\",\"2000\"\n\"2024-07-14T03:35:00.000Z\",\"0.001291\",\"0.000988\",\"2000\",\"0.001049\",\"0.001359\",\"2000\"\n\"2024-07-14T03:40:00.000Z\",\"0.001277\",\"0.00101\",\"2000\",\"0.00101\",\"0.00128\",\"2000\"\n\"2024-07-14T03:45:00.000Z\",\"0.00059\",\"0.000488\",\"2000\",\"0.000488\",\"0.000585\",\"2000\"\n\"2024-07-14T03:50:00.000Z\",\"0.000866\",\"0.000579\",\"2000\",\"0.000577\",\"0.000857\",\"2000\"\n\"2024-07-14T03:55:00.000Z\",\"0.000639\",\"0.00044\",\"2000\",\"0.000444\",\"0.000653\",\"2000\"\n\"2024-07-14T04:00:00.000Z\",\"0.000752\",\"0.000527\",\"2000\",\"0.000519\",\"0.000743\",\"2000\"\n\"2024-07-14T04:05:00.000Z\",\"0.000758\",\"0.00068\",\"2000\",\"0.000685\",\"0.000762\",\"2000\"\n\"2024-07-14T04:10:00.000Z\",\"0.001216\",\"0.001041\",\"2000\",\"0.001043\",\"0.001219\",\"2000\"\n\"2024-07-14T04:15:00.000Z\",\"0.000746\",\"0.000536\",\"2000\",\"0.000533\",\"0.000718\",\"2000\"\n\"2024-07-14T04:20:00.000Z\",\"0.000793\",\"0.000561\",\"2000\",\"0.000561\",\"0.000818\",\"2000\"\n\"2024-07-14T04:25:00.000Z\",\"0.000965\",\"0.00049\",\"2000\",\"0.00039\",\"0.00084\",\"2000\"\n\"2024-07-14T04:30:00.000Z\",\"0.000557\",\"0.000436\",\"2000\",\"0.000539\",\"0.000688\",\"2000\"\n\"2024-07-14T04:35:00.000Z\",\"0.000844\",\"0.000653\",\"2000\",\"0.000645\",\"0.00079\",\"2000\"\n\"2024-07-14T04:40:00.000Z\",\"0.000791\",\"0.000533\",\"2000\",\"0.000534\",\"0.000834\",\"2000\"\n\"2024-07-14T04:45:00.000Z\",\"0.000785\",\"0.000656\",\"2000\",\"0.000663\",\"0.000795\",\"2000\"\n\"2024-07-14T04:50:00.000Z\",\"0.00072\",\"0.000517\",\"2000\",\"0.000513\",\"0.000715\",\"2000\"\n\"2024-07-14T04:55:00.000Z\",\"0.000959\",\"0.000843\",\"2000\",\"0.000846\",\"0.00096\",\"2000\"\n\"2024-07-14T05:00:00.000Z\",\"0.000603\",\"0.000463\",\"2000\",\"0.000464\",\"0.000608\",\"2000\"\n\"2024-07-14T05:05:00.000Z\",\"0.000722\",\"0.000534\",\"2000\",\"0.000532\",\"0.00072\",\"2000\"\n\"2024-07-14T05:10:00.000Z\",\"0.000766\",\"0.000515\",\"2000\",\"0.000515\",\"0.000765\",\"2000\"\n\"2024-07-14T05:15:00.000Z\",\"0.000571\",\"0.000441\",\"2000\",\"0.000441\",\"0.000567\",\"2000\"\n\"2024-07-14T05:20:00.000Z\",\"0.000761\",\"0.000557\",\"2000\",\"0.000545\",\"0.000754\",\"2000\"\n\"2024-07-14T05:25:00.000Z\",\"0.000836\",\"0.000693\",\"2000\",\"0.000696\",\"0.000834\",\"2000\"\n\"2024-07-14T05:30:00.000Z\",\"0.000844\",\"0.00055\",\"2000\",\"0.00055\",\"0.00084\",\"2000\"\n\"2024-07-14T05:35:00.000Z\",\"0.000553\",\"0.000471\",\"2000\",\"0.000473\",\"0.000562\",\"2000\"\n\"2024-07-14T05:40:00.000Z\",\"0.000851\",\"0.000656\",\"2000\",\"0.000665\",\"0.000863\",\"2000\"\n\"2024-07-14T05:45:00.000Z\",\"0.000649\",\"0.000441\",\"2000\",\"0.00043\",\"0.000638\",\"2000\"\n\"2024-07-14T05:50:00.000Z\",\"0.000769\",\"0.00048\",\"2000\",\"0.000489\",\"0.000778\",\"2000\"\n\"2024-07-14T05:55:00.000Z\",\"0.000477\",\"0.000363\",\"2000\",\"0.000354\",\"0.000463\",\"2000\"\n\"2024-07-14T06:00:00.000Z\",\"0.000931\",\"0.000702\",\"2000\",\"0.000704\",\"0.000937\",\"2000\"\n\"2024-07-14T06:05:00.000Z\",\"0.000822\",\"0.000634\",\"2000\",\"0.000641\",\"0.000812\",\"2000\"\n\"2024-07-14T06:10:00.000Z\",\"0.000905\",\"0.000681\",\"2000\",\"0.000683\",\"0.000924\",\"2000\"\n\"2024-07-14T06:15:00.000Z\",\"0.002518\",\"0.002297\",\"2000\",\"0.002277\",\"0.002498\",\"2000\"\n\"2024-07-14T06:20:00.000Z\",\"0.000785\",\"0.000549\",\"2000\",\"0.000545\",\"0.00078\",\"2000\"\n\"2024-07-14T06:25:00.000Z\",\"0.000615\",\"0.000476\",\"2000\",\"0.000474\",\"0.000613\",\"2000\"\n\"2024-07-14T06:30:00.000Z\",\"0.000808\",\"0.00058\",\"2000\",\"0.000585\",\"0.000816\",\"2000\"\n\"2024-07-14T06:35:00.000Z\",\"0.000823\",\"0.000567\",\"2000\",\"0.000578\",\"0.000833\",\"2000\"\n\"2024-07-14T06:40:00.000Z\",\"0.000751\",\"0.000555\",\"2000\",\"0.000555\",\"0.000751\",\"2000\"\n\"2024-07-14T06:45:00.000Z\",\"0.00095\",\"0.000724\",\"2000\",\"0.000721\",\"0.000945\",\"2000\"\n\"2024-07-14T06:50:00.000Z\",\"0.000751\",\"0.000621\",\"2000\",\"0.000623\",\"0.000753\",\"2000\"\n\"2024-07-14T06:55:00.000Z\",\"0.00067\",\"0.000495\",\"2000\",\"0.000492\",\"0.000668\",\"2000\"\n\"2024-07-14T07:00:00.000Z\",\"0.001004\",\"0.000697\",\"2000\",\"0.000693\",\"0.000999\",\"2000\"\n\"2024-07-14T07:05:00.000Z\",\"0.001004\",\"0.000747\",\"2000\",\"0.000756\",\"0.001013\",\"2000\"\n\"2024-07-14T07:10:00.000Z\",\"0.00126\",\"0.000946\",\"2000\",\"0.000939\",\"0.001254\",\"2000\"\n\"2024-07-14T07:15:00.000Z\",\"0.001129\",\"0.000919\",\"2000\",\"0.00092\",\"0.001129\",\"2000\"\n\"2024-07-14T07:20:00.000Z\",\"0.001321\",\"0.001036\",\"2000\",\"0.000999\",\"0.001282\",\"2000\"\n\"2024-07-14T07:25:00.000Z\",\"0.001133\",\"0.000861\",\"2000\",\"0.000897\",\"0.001153\",\"2000\"\n\"2024-07-14T07:30:00.000Z\",\"0.00116\",\"0.000915\",\"2000\",\"0.00093\",\"0.001192\",\"2000\"\n\"2024-07-14T07:35:00.000Z\",\"0.001263\",\"0.000944\",\"2000\",\"0.000934\",\"0.00125\",\"2000\"\n\"2024-07-14T07:40:00.000Z\",\"0.00131\",\"0.001018\",\"2000\",\"0.001028\",\"0.001324\",\"2000\"\n\"2024-07-14T07:45:00.000Z\",\"0.001197\",\"0.000886\",\"2000\",\"0.00083\",\"0.00113\",\"2000\"\n\"2024-07-14T07:50:00.000Z\",\"0.001059\",\"0.000748\",\"2000\",\"0.000796\",\"0.001118\",\"2000\"\n\"2024-07-14T07:55:00.000Z\",\"0.001343\",\"0.001009\",\"2000\",\"0.001002\",\"0.001332\",\"2000\"\n\"2024-07-14T08:00:00.000Z\",\"0.001405\",\"0.001123\",\"2000\",\"0.00113\",\"0.001406\",\"2000\"\n\"2024-07-14T08:05:00.000Z\",\"0.001136\",\"0.000905\",\"2000\",\"0.000906\",\"0.001144\",\"2000\"\n\"2024-07-14T08:10:00.000Z\",\"0.001112\",\"0.000865\",\"2000\",\"0.000874\",\"0.001121\",\"2000\"\n\"2024-07-14T08:15:00.000Z\",\"0.001168\",\"0.000852\",\"2000\",\"0.000839\",\"0.001155\",\"2000\"\n\"2024-07-14T08:20:00.000Z\",\"0.001127\",\"0.000887\",\"2000\",\"0.000896\",\"0.001137\",\"2000\"\n\"2024-07-14T08:25:00.000Z\",\"0.001195\",\"0.000879\",\"2000\",\"0.000873\",\"0.001189\",\"2000\"\n\"2024-07-14T08:30:00.000Z\",\"0.001142\",\"0.000911\",\"2000\",\"0.000759\",\"0.001013\",\"2000\"\n\"2024-07-14T08:35:00.000Z\",\"0.001154\",\"0.000841\",\"2000\",\"0.000993\",\"0.001275\",\"2000\"\n\"2024-07-14T08:40:00.000Z\",\"0.001385\",\"0.001103\",\"2000\",\"0.001108\",\"0.001388\",\"2000\"\n\"2024-07-14T08:45:00.000Z\",\"0.001173\",\"0.000936\",\"2000\",\"0.00094\",\"0.001186\",\"2000\"\n\"2024-07-14T08:50:00.000Z\",\"0.001171\",\"0.000847\",\"2000\",\"0.000845\",\"0.00117\",\"2000\"\n\"2024-07-14T08:55:00.000Z\",\"0.001119\",\"0.000767\",\"2000\",\"0.000769\",\"0.001122\",\"2000\"\n\"2024-07-14T09:00:00.000Z\",\"0.002895\",\"0.002673\",\"2000\",\"0.002668\",\"0.002887\",\"2000\"\n\"2024-07-14T09:05:00.000Z\",\"0.001207\",\"0.000865\",\"2000\",\"0.000873\",\"0.001217\",\"2000\"\n\"2024-07-14T09:10:00.000Z\",\"0.001381\",\"0.00114\",\"2000\",\"0.00107\",\"0.001264\",\"2000\"\n\"2024-07-14T09:15:00.000Z\",\"0.001222\",\"0.000962\",\"2000\",\"0.001025\",\"0.00133\",\"2000\"\n\"2024-07-14T09:20:00.000Z\",\"0.001279\",\"0.00101\",\"2000\",\"0.001018\",\"0.001287\",\"2000\"\n\"2024-07-14T09:25:00.000Z\",\"0.001182\",\"0.000844\",\"2000\",\"0.000842\",\"0.00118\",\"2000\"\n\"2024-07-14T09:30:00.000Z\",\"0.001059\",\"0.000808\",\"2000\",\"0.000808\",\"0.001059\",\"2000\"\n\"2024-07-14T09:35:00.000Z\",\"0.001414\",\"0.00106\",\"2000\",\"0.00106\",\"0.001414\",\"2000\"\n\"2024-07-14T09:40:00.000Z\",\"0.00112\",\"0.000823\",\"2000\",\"0.000817\",\"0.001112\",\"2000\"\n\"2024-07-14T09:45:00.000Z\",\"0.001159\",\"0.000848\",\"2000\",\"0.000841\",\"0.001144\",\"2000\"\n\"2024-07-14T09:50:00.000Z\",\"0.001212\",\"0.000973\",\"2000\",\"0.000988\",\"0.001238\",\"2000\"\n\"2024-07-14T09:55:00.000Z\",\"0.001359\",\"0.000997\",\"2000\",\"0.000997\",\"0.001359\",\"2000\"\n\"2024-07-14T10:00:00.000Z\",\"0.000981\",\"0.000822\",\"2000\",\"0.000803\",\"0.000971\",\"2000\"\n\"2024-07-14T10:05:00.000Z\",\"0.001075\",\"0.000717\",\"2000\",\"0.000721\",\"0.001067\",\"2000\"\n\"2024-07-14T10:10:00.000Z\",\"0.00122\",\"0.000983\",\"2000\",\"0.000986\",\"0.001224\",\"2000\"\n\"2024-07-14T10:15:00.000Z\",\"0.001259\",\"0.00096\",\"2000\",\"0.000945\",\"0.001242\",\"2000\"\n\"2024-07-14T10:20:00.000Z\",\"0.001966\",\"0.001538\",\"2000\",\"0.001551\",\"0.00198\",\"2000\"\n\"2024-07-14T10:25:00.000Z\",\"0.001255\",\"0.000981\",\"2000\",\"0.000988\",\"0.001263\",\"2000\"\n\"2024-07-14T10:30:00.000Z\",\"0.001206\",\"0.00101\",\"2000\",\"0.00101\",\"0.001206\",\"2000\"\n\"2024-07-14T10:35:00.000Z\",\"0.002013\",\"0.001621\",\"2000\",\"0.001614\",\"0.002004\",\"2000\"\n\"2024-07-14T10:40:00.000Z\",\"0.001703\",\"0.001379\",\"2000\",\"0.001384\",\"0.001709\",\"2000\"\n\"2024-07-14T10:45:00.000Z\",\"0.001014\",\"0.000757\",\"2000\",\"0.000759\",\"0.001016\",\"2000\"\n\"2024-07-14T10:50:00.000Z\",\"0.001451\",\"0.001109\",\"2000\",\"0.001109\",\"0.001451\",\"2000\"\n\"2024-07-14T10:55:00.000Z\",\"0.002462\",\"0.002063\",\"2000\",\"0.001952\",\"0.002354\",\"2000\"\n\"2024-07-14T11:00:00.000Z\",\"0.001903\",\"0.001635\",\"2000\",\"0.001745\",\"0.002008\",\"2000\"\n\"2024-07-14T11:05:00.000Z\",\"0.00161\",\"0.001266\",\"2000\",\"0.001267\",\"0.001612\",\"2000\"\n\"2024-07-14T11:10:00.000Z\",\"0.001479\",\"0.00122\",\"2000\",\"0.001216\",\"0.001475\",\"2000\"\n\"2024-07-14T11:15:00.000Z\",\"0.002065\",\"0.001464\",\"2000\",\"0.001404\",\"0.002002\",\"2000\"\n\"2024-07-14T11:20:00.000Z\",\"0.001696\",\"0.001339\",\"2000\",\"0.001373\",\"0.001734\",\"2000\"\n\"2024-07-14T11:25:00.000Z\",\"0.001132\",\"0.000872\",\"2000\",\"0.000901\",\"0.001161\",\"2000\"\n\"2024-07-14T11:30:00.000Z\",\"0.001619\",\"0.001284\",\"2000\",\"0.001284\",\"0.001619\",\"2000\"\n\"2024-07-14T11:35:00.000Z\",\"0.001331\",\"0.001015\",\"2000\",\"0.001006\",\"0.00132\",\"2000\"\n\"2024-07-14T11:40:00.000Z\",\"0.001746\",\"0.001454\",\"2000\",\"0.001459\",\"0.001751\",\"2000\"\n\"2024-07-14T11:45:00.000Z\",\"0.001606\",\"0.001192\",\"2000\",\"0.001206\",\"0.001618\",\"2000\"\n\"2024-07-14T11:50:00.000Z\",\"0.00116\",\"0.000878\",\"2000\",\"0.000788\",\"0.0011\",\"2000\"\n\"2024-07-14T11:55:00.000Z\",\"0.00149\",\"0.001158\",\"2000\",\"0.001249\",\"0.001553\",\"2000\"\n\"2024-07-14T12:00:00.000Z\",\"0.001811\",\"0.001464\",\"2000\",\"0.001457\",\"0.001794\",\"2000\"\n\"2024-07-14T12:05:00.000Z\",\"0.001372\",\"0.001053\",\"2000\",\"0.001046\",\"0.001376\",\"2000\"\n\"2024-07-14T12:10:00.000Z\",\"0.001383\",\"0.001046\",\"2000\",\"0.001003\",\"0.00133\",\"2000\"\n\"2024-07-14T12:15:00.000Z\",\"0.001392\",\"0.001066\",\"2000\",\"0.001121\",\"0.001448\",\"2000\"\n\"2024-07-14T12:20:00.000Z\",\"0.001779\",\"0.001491\",\"2000\",\"0.001472\",\"0.001767\",\"2000\"\n\"2024-07-14T12:25:00.000Z\",\"0.00144\",\"0.001123\",\"2000\",\"0.001142\",\"0.001453\",\"2000\"\n\"2024-07-14T12:30:00.000Z\",\"0.001139\",\"0.000949\",\"2000\",\"0.000949\",\"0.001147\",\"2000\"\n\"2024-07-14T12:35:00.000Z\",\"0.001372\",\"0.000976\",\"2000\",\"0.000961\",\"0.001336\",\"2000\"\n\"2024-07-14T12:40:00.000Z\",\"0.001376\",\"0.001062\",\"2000\",\"0.000993\",\"0.001307\",\"2000\"\n\"2024-07-14T12:45:00.000Z\",\"0.001371\",\"0.001048\",\"2000\",\"0.001124\",\"0.001468\",\"2000\"\n\"2024-07-14T12:50:00.000Z\",\"0.001471\",\"0.001083\",\"2000\",\"0.00107\",\"0.001458\",\"2000\"\n\"2024-07-14T12:55:00.000Z\",\"0.00152\",\"0.001135\",\"2000\",\"0.001152\",\"0.001538\",\"2000\"\n\"2024-07-14T13:00:00.000Z\",\"0.001461\",\"0.001285\",\"2000\",\"0.001285\",\"0.001461\",\"2000\"\n\"2024-07-14T13:05:00.000Z\",\"0.000987\",\"0.000723\",\"2000\",\"0.000717\",\"0.000975\",\"2000\"\n\"2024-07-14T13:10:00.000Z\",\"0.001493\",\"0.001244\",\"2000\",\"0.001245\",\"0.001499\",\"2000\"\n\"2024-07-14T13:15:00.000Z\",\"0.001737\",\"0.0014\",\"2000\",\"0.001411\",\"0.001748\",\"2000\"\n\"2024-07-14T13:20:00.000Z\",\"0.001063\",\"0.000765\",\"2000\",\"0.000763\",\"0.001062\",\"2000\"\n\"2024-07-14T13:25:00.000Z\",\"0.001048\",\"0.000762\",\"2000\",\"0.000759\",\"0.001012\",\"2000\"\n\"2024-07-14T13:30:00.000Z\",\"0.002038\",\"0.001665\",\"2000\",\"0.001657\",\"0.002063\",\"2000\"\n\"2024-07-14T13:35:00.000Z\",\"0.001087\",\"0.000843\",\"2000\",\"0.000841\",\"0.001082\",\"2000\"\n\"2024-07-14T13:40:00.000Z\",\"0.001276\",\"0.000982\",\"2000\",\"0.000984\",\"0.001276\",\"2000\"\n\"2024-07-14T13:45:00.000Z\",\"0.001648\",\"0.001299\",\"2000\",\"0.001301\",\"0.001648\",\"2000\"\n\"2024-07-14T13:50:00.000Z\",\"0.001228\",\"0.000886\",\"2000\",\"0.000895\",\"0.001243\",\"2000\"\n\"2024-07-14T13:55:00.000Z\",\"0.001021\",\"0.000741\",\"2000\",\"0.000743\",\"0.001023\",\"2000\"\n\"2024-07-14T14:00:00.000Z\",\"0.001558\",\"0.001161\",\"2000\",\"0.001101\",\"0.001497\",\"2000\"\n\"2024-07-14T14:05:00.000Z\",\"0.001739\",\"0.001451\",\"2000\",\"0.00151\",\"0.001797\",\"2000\"\n\"2024-07-14T14:10:00.000Z\",\"0.001173\",\"0.000834\",\"2000\",\"0.000836\",\"0.001173\",\"2000\"\n\"2024-07-14T14:15:00.000Z\",\"0.001184\",\"0.000894\",\"2000\",\"0.000894\",\"0.001187\",\"2000\"\n\"2024-07-14T14:20:00.000Z\",\"0.002153\",\"0.00158\",\"2000\",\"0.001576\",\"0.002147\",\"2000\"\n\"2024-07-14T14:25:00.000Z\",\"0.001194\",\"0.000922\",\"2000\",\"0.000926\",\"0.001199\",\"2000\"\n\"2024-07-14T14:30:00.000Z\",\"0.001536\",\"0.001142\",\"2000\",\"0.00114\",\"0.001531\",\"2000\"\n\"2024-07-14T14:35:00.000Z\",\"0.00203\",\"0.001538\",\"2000\",\"0.001499\",\"0.001953\",\"2000\"\n\"2024-07-14T14:40:00.000Z\",\"0.001262\",\"0.000945\",\"2000\",\"0.000971\",\"0.001327\",\"2000\"\n\"2024-07-14T14:45:00.000Z\",\"0.001336\",\"0.001062\",\"2000\",\"0.001064\",\"0.001335\",\"2000\"\n\"2024-07-14T14:50:00.000Z\",\"0.001348\",\"0.001035\",\"2000\",\"0.000967\",\"0.00128\",\"2000\"\n\"2024-07-14T14:55:00.000Z\",\"0.001863\",\"0.001493\",\"2000\",\"0.0015\",\"0.00187\",\"2000\"\n\"2024-07-14T15:00:00.000Z\",\"0.001289\",\"0.001051\",\"2000\",\"0.001111\",\"0.001345\",\"2000\"\n\"2024-07-14T15:05:00.000Z\",\"0.00153\",\"0.001121\",\"2000\",\"0.00112\",\"0.001527\",\"2000\"\n\"2024-07-14T15:10:00.000Z\",\"0.001584\",\"0.001289\",\"2000\",\"0.001291\",\"0.001592\",\"2000\"\n\"2024-07-14T15:15:00.000Z\",\"0.001652\",\"0.001182\",\"2000\",\"0.001167\",\"0.001643\",\"2000\"\n\"2024-07-14T15:20:00.000Z\",\"0.00206\",\"0.00167\",\"2000\",\"0.001626\",\"0.002006\",\"2000\"\n\"2024-07-14T15:25:00.000Z\",\"0.003162\",\"0.002709\",\"2000\",\"0.002764\",\"0.003227\",\"2000\"\n\"2024-07-14T15:30:00.000Z\",\"0.002191\",\"0.001816\",\"2000\",\"0.00182\",\"0.002193\",\"2000\"\n\"2024-07-14T15:35:00.000Z\",\"0.001419\",\"0.001131\",\"2000\",\"0.001079\",\"0.001352\",\"2000\"\n\"2024-07-14T15:40:00.000Z\",\"0.001613\",\"0.001343\",\"2000\",\"0.001409\",\"0.001694\",\"2000\"\n\"2024-07-14T15:45:00.000Z\",\"0.001131\",\"0.000793\",\"2000\",\"0.000782\",\"0.001112\",\"2000\"\n\"2024-07-14T15:50:00.000Z\",\"0.001029\",\"0.000807\",\"2000\",\"0.000765\",\"0.000994\",\"2000\"\n\"2024-07-14T15:55:00.000Z\",\"0.004783\",\"0.003921\",\"2000\",\"0.003897\",\"0.004748\",\"2000\"\n\"2024-07-14T16:00:00.000Z\",\"0.004774\",\"0.00382\",\"2000\",\"0.003834\",\"0.004792\",\"2000\"\n\"2024-07-14T16:05:00.000Z\",\"0.004403\",\"0.003514\",\"2000\",\"0.003508\",\"0.004397\",\"2000\"\n\"2024-07-14T16:10:00.000Z\",\"0.004596\",\"0.00387\",\"2000\",\"0.003872\",\"0.004601\",\"2000\"\n\"2024-07-14T16:15:00.000Z\",\"0.004455\",\"0.003709\",\"2000\",\"0.003663\",\"0.004395\",\"2000\"\n\"2024-07-14T16:20:00.000Z\",\"0.004844\",\"0.004113\",\"2000\",\"0.004223\",\"0.004962\",\"2000\"\n\"2024-07-14T16:25:00.000Z\",\"0.004919\",\"0.004171\",\"2000\",\"0.003997\",\"0.00473\",\"2000\"\n\"2024-07-14T16:30:00.000Z\",\"0.004451\",\"0.003608\",\"2000\",\"0.003772\",\"0.004641\",\"2000\"\n\"2024-07-14T16:35:00.000Z\",\"0.001185\",\"0.000884\",\"2000\",\"0.000882\",\"0.001185\",\"2000\"\n\"2024-07-14T16:40:00.000Z\",\"0.001143\",\"0.000946\",\"2000\",\"0.000947\",\"0.001143\",\"2000\"\n\"2024-07-14T16:45:00.000Z\",\"0.001308\",\"0.001048\",\"2000\",\"0.001041\",\"0.001306\",\"2000\"\n\"2024-07-14T16:50:00.000Z\",\"0.001347\",\"0.001082\",\"2000\",\"0.001083\",\"0.001333\",\"2000\"\n\"2024-07-14T16:55:00.000Z\",\"0.001703\",\"0.001508\",\"2000\",\"0.001456\",\"0.001661\",\"2000\"\n\"2024-07-14T17:00:00.000Z\",\"0.002515\",\"0.002243\",\"2000\",\"0.002302\",\"0.002575\",\"2000\"\n\"2024-07-14T17:05:00.000Z\",\"0.001147\",\"0.000827\",\"2000\",\"0.00083\",\"0.00115\",\"2000\"\n\"2024-07-14T17:10:00.000Z\",\"0.001104\",\"0.000855\",\"2000\",\"0.000842\",\"0.00109\",\"2000\"\n\"2024-07-14T17:15:00.000Z\",\"0.001104\",\"0.000795\",\"2000\",\"0.000809\",\"0.00111\",\"2000\"\n\"2024-07-14T17:20:00.000Z\",\"0.001054\",\"0.000823\",\"2000\",\"0.000825\",\"0.001067\",\"2000\"\n\"2024-07-14T17:25:00.000Z\",\"0.001277\",\"0.001004\",\"2000\",\"0.000998\",\"0.001264\",\"2000\"\n\"2024-07-14T17:30:00.000Z\",\"0.001034\",\"0.000799\",\"2000\",\"0.000797\",\"0.001035\",\"2000\"\n\"2024-07-14T17:35:00.000Z\",\"0.001197\",\"0.0009\",\"2000\",\"0.000905\",\"0.001198\",\"2000\"\n\"2024-07-14T17:40:00.000Z\",\"0.001129\",\"0.000828\",\"2000\",\"0.00083\",\"0.001138\",\"2000\"\n\"2024-07-14T17:45:00.000Z\",\"0.001178\",\"0.000923\",\"2000\",\"0.000853\",\"0.001068\",\"2000\"\n\"2024-07-14T17:50:00.000Z\",\"0.001115\",\"0.00086\",\"2000\",\"0.000929\",\"0.001216\",\"2000\"\n\"2024-07-14T17:55:00.000Z\",\"0.00121\",\"0.000886\",\"2000\",\"0.000891\",\"0.001221\",\"2000\"\n\"2024-07-14T18:00:00.000Z\",\"0.001087\",\"0.000896\",\"2000\",\"0.000838\",\"0.001024\",\"2000\"\n\"2024-07-14T18:05:00.000Z\",\"0.001104\",\"0.000896\",\"2000\",\"0.000955\",\"0.001167\",\"2000\"\n\"2024-07-14T18:10:00.000Z\",\"0.000821\",\"0.000633\",\"2000\",\"0.000632\",\"0.000819\",\"2000\"\n\"2024-07-14T18:15:00.000Z\",\"0.001065\",\"0.000752\",\"2000\",\"0.00075\",\"0.001063\",\"2000\"\n\"2024-07-14T18:20:00.000Z\",\"0.001098\",\"0.000863\",\"2000\",\"0.000862\",\"0.001097\",\"2000\"\n\"2024-07-14T18:25:00.000Z\",\"0.001087\",\"0.000763\",\"2000\",\"0.000767\",\"0.001092\",\"2000\"\n\"2024-07-14T18:30:00.000Z\",\"0.001146\",\"0.000838\",\"2000\",\"0.000829\",\"0.001138\",\"2000\"\n\"2024-07-14T18:35:00.000Z\",\"0.001084\",\"0.000776\",\"2000\",\"0.000786\",\"0.001094\",\"2000\"\n\"2024-07-14T18:40:00.000Z\",\"0.001035\",\"0.000833\",\"2000\",\"0.000824\",\"0.001027\",\"2000\"\n\"2024-07-14T18:45:00.000Z\",\"0.00117\",\"0.000844\",\"2000\",\"0.000783\",\"0.001113\",\"2000\"\n\"2024-07-14T18:50:00.000Z\",\"0.001197\",\"0.001005\",\"2000\",\"0.001006\",\"0.001157\",\"2000\"\n\"2024-07-14T18:55:00.000Z\",\"0.001309\",\"0.001003\",\"2000\",\"0.001068\",\"0.001409\",\"2000\"\n\"2024-07-14T19:00:00.000Z\",\"0.000922\",\"0.000606\",\"2000\",\"0.00061\",\"0.000928\",\"2000\"\n\"2024-07-14T19:05:00.000Z\",\"0.000834\",\"0.000612\",\"2000\",\"0.000591\",\"0.000811\",\"2000\"\n\"2024-07-14T19:10:00.000Z\",\"0.001001\",\"0.000763\",\"2000\",\"0.000778\",\"0.001015\",\"2000\"\n\"2024-07-14T19:15:00.000Z\",\"0.001249\",\"0.000911\",\"2000\",\"0.000915\",\"0.001255\",\"2000\"\n\"2024-07-14T19:20:00.000Z\",\"0.001127\",\"0.000883\",\"2000\",\"0.000812\",\"0.00101\",\"2000\"\n\"2024-07-14T19:25:00.000Z\",\"0.001204\",\"0.000946\",\"2000\",\"0.001017\",\"0.001321\",\"2000\"\n\"2024-07-14T19:30:00.000Z\",\"0.001794\",\"0.0015\",\"2000\",\"0.001434\",\"0.001726\",\"2000\"\n\"2024-07-14T19:35:00.000Z\",\"0.002178\",\"0.001889\",\"2000\",\"0.001954\",\"0.002244\",\"2000\"\n\"2024-07-14T19:40:00.000Z\",\"0.001121\",\"0.00084\",\"2000\",\"0.00077\",\"0.001003\",\"2000\"\n\"2024-07-14T19:45:00.000Z\",\"0.001155\",\"0.000889\",\"2000\",\"0.000955\",\"0.001267\",\"2000\"\n\"2024-07-14T19:50:00.000Z\",\"0.00111\",\"0.000805\",\"2000\",\"0.000815\",\"0.00112\",\"2000\"\n\"2024-07-14T19:55:00.000Z\",\"0.001154\",\"0.000959\",\"2000\",\"0.000954\",\"0.001146\",\"2000\"\n\"2024-07-14T20:00:00.000Z\",\"0.001142\",\"0.000876\",\"2000\",\"0.000875\",\"0.001142\",\"2000\"\n\"2024-07-14T20:05:00.000Z\",\"0.001303\",\"0.000998\",\"2000\",\"0.000986\",\"0.001285\",\"2000\"\n\"2024-07-14T20:10:00.000Z\",\"0.001058\",\"0.000767\",\"2000\",\"0.000772\",\"0.001068\",\"2000\"\n\"2024-07-14T20:15:00.000Z\",\"0.001097\",\"0.000838\",\"2000\",\"0.00084\",\"0.001101\",\"2000\"\n\"2024-07-14T20:20:00.000Z\",\"0.001099\",\"0.000776\",\"2000\",\"0.000765\",\"0.001069\",\"2000\"\n\"2024-07-14T20:25:00.000Z\",\"0.001091\",\"0.000798\",\"2000\",\"0.00081\",\"0.001123\",\"2000\"\n\"2024-07-14T20:30:00.000Z\",\"0.001174\",\"0.000879\",\"2000\",\"0.00088\",\"0.001176\",\"2000\"\n\"2024-07-14T20:35:00.000Z\",\"0.001148\",\"0.000971\",\"2000\",\"0.000971\",\"0.001148\",\"2000\"\n\"2024-07-14T20:40:00.000Z\",\"0.001262\",\"0.000934\",\"2000\",\"0.000941\",\"0.001269\",\"2000\"\n\"2024-07-14T20:45:00.000Z\",\"0.001197\",\"0.000897\",\"2000\",\"0.000889\",\"0.001181\",\"2000\"\n\"2024-07-14T20:50:00.000Z\",\"0.001084\",\"0.000798\",\"2000\",\"0.000799\",\"0.001094\",\"2000\"\n\"2024-07-14T20:55:00.000Z\",\"0.001154\",\"0.000854\",\"2000\",\"0.000829\",\"0.00109\",\"2000\"\n\"2024-07-14T21:00:00.000Z\",\"0.001104\",\"0.000822\",\"2000\",\"0.000851\",\"0.001164\",\"2000\"\n\"2024-07-14T21:05:00.000Z\",\"0.001127\",\"0.000846\",\"2000\",\"0.000849\",\"0.001139\",\"2000\"\n\"2024-07-14T21:10:00.000Z\",\"0.003772\",\"0.003426\",\"2000\",\"0.003307\",\"0.003604\",\"2000\"\n\"2024-07-14T21:15:00.000Z\",\"0.005889\",\"0.005399\",\"2000\",\"0.005431\",\"0.005965\",\"2000\"\n\"2024-07-14T21:20:00.000Z\",\"0.005853\",\"0.005335\",\"2000\",\"0.005305\",\"0.005845\",\"2000\"\n\"2024-07-14T21:25:00.000Z\",\"0.005744\",\"0.005215\",\"2000\",\"0.00521\",\"0.00571\",\"2000\"\n\"2024-07-14T21:30:00.000Z\",\"0.005878\",\"0.005434\",\"2000\",\"0.00546\",\"0.005914\",\"2000\"\n\"2024-07-14T21:35:00.000Z\",\"0.005814\",\"0.005307\",\"2000\",\"0.005331\",\"0.005844\",\"2000\"\n\"2024-07-14T21:40:00.000Z\",\"0.002675\",\"0.002302\",\"2000\",\"0.002369\",\"0.002729\",\"2000\"\n\"2024-07-14T21:45:00.000Z\",\"0.001231\",\"0.000997\",\"2000\",\"0.001002\",\"0.001246\",\"2000\"\n\"2024-07-14T21:50:00.000Z\",\"0.001058\",\"0.000763\",\"2000\",\"0.000763\",\"0.001058\",\"2000\"\n\"2024-07-14T21:55:00.000Z\",\"0.001291\",\"0.00107\",\"2000\",\"0.001058\",\"0.001274\",\"2000\"\n\"2024-07-14T22:00:00.000Z\",\"0.000845\",\"0.000646\",\"2000\",\"0.000655\",\"0.000857\",\"2000\"\n\"2024-07-14T22:05:00.000Z\",\"0.000989\",\"0.000664\",\"2000\",\"0.000668\",\"0.000994\",\"2000\"\n\"2024-07-14T22:10:00.000Z\",\"0.001108\",\"0.000819\",\"2000\",\"0.000797\",\"0.00104\",\"2000\"\n\"2024-07-14T22:15:00.000Z\",\"0.002335\",\"0.001894\",\"2000\",\"0.001915\",\"0.002401\",\"2000\"\n\"2024-07-14T22:20:00.000Z\",\"0.001151\",\"0.000864\",\"2000\",\"0.000803\",\"0.001087\",\"2000\"\n\"2024-07-14T22:25:00.000Z\",\"0.001403\",\"0.00109\",\"2000\",\"0.001141\",\"0.001453\",\"2000\"\n\"2024-07-14T22:30:00.000Z\",\"0.001617\",\"0.001379\",\"2000\",\"0.001391\",\"0.001634\",\"2000\"\n\"2024-07-14T22:35:00.000Z\",\"0.001261\",\"0.000975\",\"2000\",\"0.000962\",\"0.001248\",\"2000\"\n\"2024-07-14T22:40:00.000Z\",\"0.001527\",\"0.00115\",\"2000\",\"0.001143\",\"0.001509\",\"2000\"\n\"2024-07-14T22:45:00.000Z\",\"0.001455\",\"0.001113\",\"2000\",\"0.001079\",\"0.001425\",\"2000\"\n\"2024-07-14T22:50:00.000Z\",\"0.001198\",\"0.000899\",\"2000\",\"0.000944\",\"0.001251\",\"2000\"\n\"2024-07-14T22:55:00.000Z\",\"0.001401\",\"0.0011\",\"2000\",\"0.001042\",\"0.001342\",\"2000\"\n\"2024-07-14T23:00:00.000Z\",\"0.004832\",\"0.003798\",\"2000\",\"0.003743\",\"0.004743\",\"2000\"\n\"2024-07-14T23:05:00.000Z\",\"0.004947\",\"0.003909\",\"2000\",\"0.004009\",\"0.005084\",\"2000\"\n\"2024-07-14T23:10:00.000Z\",\"0.001699\",\"0.001347\",\"2000\",\"0.001356\",\"0.001708\",\"2000\"\n\"2024-07-14T23:15:00.000Z\",\"0.001368\",\"0.000999\",\"2000\",\"0.00101\",\"0.00138\",\"2000\"\n\"2024-07-14T23:20:00.000Z\",\"0.00158\",\"0.001125\",\"2000\",\"0.001107\",\"0.001563\",\"2000\"\n\"2024-07-14T23:25:00.000Z\",\"0.001218\",\"0.001032\",\"2000\",\"0.00105\",\"0.001235\",\"2000\"\n\"2024-07-14T23:30:00.000Z\",\"0.002248\",\"0.00185\",\"2000\",\"0.001769\",\"0.002161\",\"2000\"\n\"2024-07-14T23:35:00.000Z\",\"0.00429\",\"0.003897\",\"2000\",\"0.003958\",\"0.00435\",\"2000\"\n\"2024-07-14T23:40:00.000Z\",\"0.003528\",\"0.002873\",\"2000\",\"0.002873\",\"0.003531\",\"2000\"\n\"2024-07-14T23:45:00.000Z\",\"0.001889\",\"0.001512\",\"2000\",\"0.001501\",\"0.001885\",\"2000\"\n\"2024-07-14T23:50:00.000Z\",\"0.001749\",\"0.001317\",\"2000\",\"0.001281\",\"0.0017\",\"2000\"\n\"2024-07-14T23:55:00.000Z\",\"0.001405\",\"0.001103\",\"2000\",\"0.001159\",\"0.00147\",\"2000\"\n\"2024-07-15T00:00:00.000Z\",\"0.001377\",\"0.001065\",\"2000\",\"0.001062\",\"0.001372\",\"2000\"\n\"2024-07-15T00:05:00.000Z\",\"0.001004\",\"0.000767\",\"2000\",\"0.000772\",\"0.001011\",\"2000\"\n\"2024-07-15T00:10:00.000Z\",\"0.001935\",\"0.001492\",\"2000\",\"0.001499\",\"0.001941\",\"2000\"\n\"2024-07-15T00:15:00.000Z\",\"0.001471\",\"0.001076\",\"2000\",\"0.001057\",\"0.001453\",\"2000\"\n\"2024-07-15T00:20:00.000Z\",\"0.001197\",\"0.000936\",\"2000\",\"0.000945\",\"0.001197\",\"2000\"\n\"2024-07-15T00:25:00.000Z\",\"0.001578\",\"0.001263\",\"2000\",\"0.001263\",\"0.001586\",\"2000\"\n\"2024-07-15T00:30:00.000Z\",\"0.001479\",\"0.001106\",\"2000\",\"0.001107\",\"0.001481\",\"2000\"\n\"2024-07-15T00:35:00.000Z\",\"0.001082\",\"0.000792\",\"2000\",\"0.0008\",\"0.001089\",\"2000\"\n\"2024-07-15T00:40:00.000Z\",\"0.001374\",\"0.00109\",\"2000\",\"0.001031\",\"0.001307\",\"2000\"\n\"2024-07-15T00:45:00.000Z\",\"0.001702\",\"0.001223\",\"2000\",\"0.001246\",\"0.001723\",\"2000\"\n\"2024-07-15T00:50:00.000Z\",\"0.001149\",\"0.000861\",\"2000\",\"0.000891\",\"0.001179\",\"2000\"\n\"2024-07-15T00:55:00.000Z\",\"0.001398\",\"0.001148\",\"2000\",\"0.001158\",\"0.001417\",\"2000\"\n\"2024-07-15T01:00:00.000Z\",\"0.001144\",\"0.000846\",\"2000\",\"0.000836\",\"0.001124\",\"2000\"\n\"2024-07-15T01:05:00.000Z\",\"0.000899\",\"0.000652\",\"2000\",\"0.000658\",\"0.000914\",\"2000\"\n\"2024-07-15T01:10:00.000Z\",\"0.001245\",\"0.000985\",\"2000\",\"0.000989\",\"0.00125\",\"2000\"\n\"2024-07-15T01:15:00.000Z\",\"0.001548\",\"0.001171\",\"2000\",\"0.001157\",\"0.001533\",\"2000\"\n\"2024-07-15T01:20:00.000Z\",\"0.001224\",\"0.000998\",\"2000\",\"0.000998\",\"0.001224\",\"2000\"\n\"2024-07-15T01:25:00.000Z\",\"0.001444\",\"0.00112\",\"2000\",\"0.001124\",\"0.001448\",\"2000\"\n\"2024-07-15T01:30:00.000Z\",\"0.001515\",\"0.001216\",\"2000\",\"0.001201\",\"0.001491\",\"2000\"\n\"2024-07-15T01:35:00.000Z\",\"0.001736\",\"0.001496\",\"2000\",\"0.001436\",\"0.001683\",\"2000\"\n\"2024-07-15T01:40:00.000Z\",\"0.002989\",\"0.0027\",\"2000\",\"0.002683\",\"0.003002\",\"2000\"\n\"2024-07-15T01:45:00.000Z\",\"0.001202\",\"0.000925\",\"2000\",\"0.001014\",\"0.001266\",\"2000\"\n\"2024-07-15T01:50:00.000Z\",\"0.001252\",\"0.001004\",\"2000\",\"0.001006\",\"0.001254\",\"2000\"\n\"2024-07-15T01:55:00.000Z\",\"0.001697\",\"0.001321\",\"2000\",\"0.001274\",\"0.001666\",\"2000\"\n\"2024-07-15T02:00:00.000Z\",\"0.001723\",\"0.001196\",\"2000\",\"0.001249\",\"0.001761\",\"2000\"\n\"2024-07-15T02:05:00.000Z\",\"0.00137\",\"0.001009\",\"2000\",\"0.001011\",\"0.001372\",\"2000\"\n\"2024-07-15T02:10:00.000Z\",\"0.001472\",\"0.001178\",\"2000\",\"0.001158\",\"0.001448\",\"2000\"\n\"2024-07-15T02:15:00.000Z\",\"0.00364\",\"0.00372\",\"2000\",\"0.003737\",\"0.003662\",\"2000\"\n\"2024-07-15T02:20:00.000Z\",\"0.001167\",\"0.00095\",\"2000\",\"0.000954\",\"0.001168\",\"2000\"\n\"2024-07-15T02:25:00.000Z\",\"0.001443\",\"0.001015\",\"2000\",\"0.001011\",\"0.001441\",\"2000\"\n\"2024-07-15T02:30:00.000Z\",\"0.001018\",\"0.000771\",\"2000\",\"0.000775\",\"0.001023\",\"2000\"\n\"2024-07-15T02:35:00.000Z\",\"0.001397\",\"0.00105\",\"2000\",\"0.00105\",\"0.001397\",\"2000\"\n\"2024-07-15T02:40:00.000Z\",\"0.001446\",\"0.001128\",\"2000\",\"0.001128\",\"0.001446\",\"2000\"\n\"2024-07-15T02:45:00.000Z\",\"0.001154\",\"0.000865\",\"2000\",\"0.000769\",\"0.001082\",\"2000\"\n\"2024-07-15T02:50:00.000Z\",\"0.001597\",\"0.001301\",\"2000\",\"0.001327\",\"0.001593\",\"2000\"\n\"2024-07-15T02:55:00.000Z\",\"0.00141\",\"0.001126\",\"2000\",\"0.001184\",\"0.00147\",\"2000\"\n\"2024-07-15T03:00:00.000Z\",\"0.00182\",\"0.00137\",\"2000\",\"0.001377\",\"0.00183\",\"2000\"\n\"2024-07-15T03:05:00.000Z\",\"0.00107\",\"0.000767\",\"2000\",\"0.000767\",\"0.00107\",\"2000\"\n\"2024-07-15T03:10:00.000Z\",\"0.001514\",\"0.001185\",\"2000\",\"0.001189\",\"0.00152\",\"2000\"\n\"2024-07-15T03:15:00.000Z\",\"0.001173\",\"0.000852\",\"2000\",\"0.000849\",\"0.00117\",\"2000\"\n\"2024-07-15T03:20:00.000Z\",\"0.001317\",\"0.001\",\"2000\",\"0.001001\",\"0.001309\",\"2000\"\n\"2024-07-15T03:25:00.000Z\",\"0.001345\",\"0.001064\",\"2000\",\"0.001064\",\"0.001336\",\"2000\"\n\"2024-07-15T03:30:00.000Z\",\"0.001338\",\"0.001042\",\"2000\",\"0.001042\",\"0.001354\",\"2000\"\n\"2024-07-15T03:35:00.000Z\",\"0.001209\",\"0.000923\",\"2000\",\"0.000922\",\"0.001208\",\"2000\"\n\"2024-07-15T03:40:00.000Z\",\"0.001554\",\"0.001247\",\"2000\",\"0.00125\",\"0.001558\",\"2000\"\n\"2024-07-15T03:45:00.000Z\",\"0.002553\",\"0.002371\",\"2000\",\"0.002357\",\"0.002543\",\"2000\"\n\"2024-07-15T03:50:00.000Z\",\"0.000741\",\"0.000539\",\"2000\",\"0.000553\",\"0.000752\",\"2000\"\n\"2024-07-15T03:55:00.000Z\",\"0.001744\",\"0.001347\",\"2000\",\"0.001271\",\"0.00165\",\"2000\"\n\"2024-07-15T04:00:00.000Z\",\"0.000591\",\"0.000457\",\"2000\",\"0.000526\",\"0.000677\",\"2000\"\n\"2024-07-15T04:05:00.000Z\",\"0.000868\",\"0.000645\",\"2000\",\"0.000649\",\"0.000876\",\"2000\"\n\"2024-07-15T04:10:00.000Z\",\"0.000543\",\"0.00044\",\"2000\",\"0.000437\",\"0.00054\",\"2000\"\n\"2024-07-15T04:15:00.000Z\",\"0.000889\",\"0.000648\",\"2000\",\"0.000646\",\"0.000868\",\"2000\"\n\"2024-07-15T04:20:00.000Z\",\"0.001046\",\"0.000827\",\"2000\",\"0.000761\",\"0.000983\",\"2000\"\n\"2024-07-15T04:25:00.000Z\",\"0.003634\",\"0.003115\",\"2000\",\"0.002797\",\"0.003313\",\"2000\"\n\"2024-07-15T04:30:00.000Z\",\"0.003392\",\"0.002829\",\"2000\",\"0.003148\",\"0.003719\",\"2000\"\n\"2024-07-15T04:35:00.000Z\",\"0.00347\",\"0.002833\",\"2000\",\"0.002855\",\"0.003496\",\"2000\"\n\"2024-07-15T04:40:00.000Z\",\"0.004448\",\"0.003695\",\"2000\",\"0.00373\",\"0.004479\",\"2000\"\n\"2024-07-15T04:45:00.000Z\",\"0.003613\",\"0.002943\",\"2000\",\"0.002892\",\"0.003524\",\"2000\"\n\"2024-07-15T04:50:00.000Z\",\"0.003712\",\"0.003179\",\"2000\",\"0.003188\",\"0.003758\",\"2000\"\n\"2024-07-15T04:55:00.000Z\",\"0.000923\",\"0.000679\",\"2000\",\"0.000736\",\"0.000986\",\"2000\"\n\"2024-07-15T05:00:00.000Z\",\"0.001474\",\"0.001004\",\"2000\",\"0.000984\",\"0.001409\",\"2000\"\n\"2024-07-15T05:05:00.000Z\",\"0.001076\",\"0.000744\",\"2000\",\"0.000764\",\"0.001133\",\"2000\"\n\"2024-07-15T05:10:00.000Z\",\"0.00093\",\"0.000728\",\"2000\",\"0.000722\",\"0.000931\",\"2000\"\n\"2024-07-15T05:15:00.000Z\",\"0.000793\",\"0.000559\",\"2000\",\"0.000555\",\"0.000745\",\"2000\"\n\"2024-07-15T05:20:00.000Z\",\"0.002269\",\"0.001491\",\"2000\",\"0.001496\",\"0.002319\",\"2000\"\n\"2024-07-15T05:25:00.000Z\",\"0.001199\",\"0.000815\",\"2000\",\"0.000764\",\"0.001146\",\"2000\"\n\"2024-07-15T05:30:00.000Z\",\"0.001928\",\"0.001607\",\"2000\",\"0.001588\",\"0.001886\",\"2000\"\n\"2024-07-15T05:35:00.000Z\",\"0.0011\",\"0.000845\",\"2000\",\"0.000855\",\"0.001109\",\"2000\"\n\"2024-07-15T05:40:00.000Z\",\"0.001756\",\"0.001296\",\"2000\",\"0.001303\",\"0.001782\",\"2000\"\n\"2024-07-15T05:45:00.000Z\",\"0.001598\",\"0.00111\",\"2000\",\"0.001159\",\"0.001642\",\"2000\"\n\"2024-07-15T05:50:00.000Z\",\"0.00109\",\"0.000782\",\"2000\",\"0.000769\",\"0.001052\",\"2000\"\n\"2024-07-15T05:55:00.000Z\",\"0.001604\",\"0.001321\",\"2000\",\"0.001257\",\"0.001575\",\"2000\"\n\"2024-07-15T06:00:00.000Z\",\"0.001387\",\"0.001084\",\"2000\",\"0.001141\",\"0.001418\",\"2000\"\n\"2024-07-15T06:05:00.000Z\",\"0.001538\",\"0.001272\",\"2000\",\"0.001289\",\"0.001582\",\"2000\"\n\"2024-07-15T06:10:00.000Z\",\"0.001373\",\"0.001094\",\"2000\",\"0.001092\",\"0.00137\",\"2000\"\n\"2024-07-15T06:15:00.000Z\",\"0.001175\",\"0.000876\",\"2000\",\"0.000883\",\"0.001176\",\"2000\"\n\"2024-07-15T06:20:00.000Z\",\"0.001935\",\"0.001407\",\"2000\",\"0.001406\",\"0.001937\",\"2000\"\n\"2024-07-15T06:25:00.000Z\",\"0.002267\",\"0.001825\",\"2000\",\"0.001754\",\"0.002193\",\"2000\"\n\"2024-07-15T06:30:00.000Z\",\"0.002175\",\"0.001908\",\"2000\",\"0.001989\",\"0.002261\",\"2000\"\n\"2024-07-15T06:35:00.000Z\",\"0.001918\",\"0.001458\",\"2000\",\"0.001358\",\"0.001848\",\"2000\"\n\"2024-07-15T06:40:00.000Z\",\"0.001206\",\"0.000929\",\"2000\",\"0.000971\",\"0.001209\",\"2000\"\n\"2024-07-15T06:45:00.000Z\",\"0.00171\",\"0.001347\",\"2000\",\"0.001406\",\"0.001781\",\"2000\"\n\"2024-07-15T06:50:00.000Z\",\"0.001054\",\"0.000769\",\"2000\",\"0.000765\",\"0.001046\",\"2000\"\n\"2024-07-15T06:55:00.000Z\",\"0.001182\",\"0.000919\",\"2000\",\"0.000907\",\"0.001173\",\"2000\"\n\"2024-07-15T07:00:00.000Z\",\"0.001751\",\"0.001412\",\"2000\",\"0.001427\",\"0.001768\",\"2000\"\n\"2024-07-15T07:05:00.000Z\",\"0.001104\",\"0.000796\",\"2000\",\"0.000796\",\"0.001104\",\"2000\"\n\"2024-07-15T07:10:00.000Z\",\"0.001047\",\"0.000824\",\"2000\",\"0.000823\",\"0.001044\",\"2000\"\n\"2024-07-15T07:15:00.000Z\",\"0.001476\",\"0.001113\",\"2000\",\"0.001109\",\"0.001471\",\"2000\"\n\"2024-07-15T07:20:00.000Z\",\"0.001961\",\"0.001594\",\"2000\",\"0.00158\",\"0.001894\",\"2000\"\n\"2024-07-15T07:25:00.000Z\",\"0.001033\",\"0.000756\",\"2000\",\"0.000766\",\"0.001096\",\"2000\"\n\"2024-07-15T07:30:00.000Z\",\"0.001114\",\"0.000835\",\"2000\",\"0.000833\",\"0.001116\",\"2000\"\n\"2024-07-15T07:35:00.000Z\",\"0.001334\",\"0.001047\",\"2000\",\"0.001039\",\"0.001318\",\"2000\"\n\"2024-07-15T07:40:00.000Z\",\"0.001606\",\"0.001266\",\"2000\",\"0.001259\",\"0.001603\",\"2000\"\n\"2024-07-15T07:45:00.000Z\",\"0.001384\",\"0.001051\",\"2000\",\"0.001059\",\"0.001395\",\"2000\"\n\"2024-07-15T07:50:00.000Z\",\"0.001189\",\"0.000961\",\"2000\",\"0.00097\",\"0.001196\",\"2000\"\n\"2024-07-15T07:55:00.000Z\",\"0.001142\",\"0.00087\",\"2000\",\"0.000876\",\"0.00115\",\"2000\"\n\"2024-07-15T08:00:00.000Z\",\"0.001794\",\"0.001412\",\"2000\",\"0.001415\",\"0.001797\",\"2000\"\n\"2024-07-15T08:05:00.000Z\",\"0.001305\",\"0.00098\",\"2000\",\"0.000913\",\"0.001234\",\"2000\"\n\"2024-07-15T08:10:00.000Z\",\"0.001232\",\"0.000956\",\"2000\",\"0.001023\",\"0.001304\",\"2000\"\n\"2024-07-15T08:15:00.000Z\",\"0.001125\",\"0.000812\",\"2000\",\"0.000808\",\"0.001123\",\"2000\"\n\"2024-07-15T08:20:00.000Z\",\"0.001074\",\"0.000812\",\"2000\",\"0.00081\",\"0.001062\",\"2000\"\n\"2024-07-15T08:25:00.000Z\",\"0.001914\",\"0.001474\",\"2000\",\"0.001474\",\"0.001913\",\"2000\"\n\"2024-07-15T08:30:00.000Z\",\"0.001126\",\"0.000902\",\"2000\",\"0.000908\",\"0.001141\",\"2000\"\n\"2024-07-15T08:35:00.000Z\",\"0.001132\",\"0.00086\",\"2000\",\"0.000858\",\"0.001129\",\"2000\"\n\"2024-07-15T08:40:00.000Z\",\"0.001245\",\"0.001004\",\"2000\",\"0.001004\",\"0.001245\",\"2000\"\n\"2024-07-15T08:45:00.000Z\",\"0.00179\",\"0.001291\",\"2000\",\"0.001281\",\"0.001781\",\"2000\"\n\"2024-07-15T08:50:00.000Z\",\"0.001324\",\"0.001036\",\"2000\",\"0.000971\",\"0.001212\",\"2000\"\n\"2024-07-15T08:55:00.000Z\",\"0.002924\",\"0.002507\",\"2000\",\"0.00251\",\"0.002964\",\"2000\"\n\"2024-07-15T09:00:00.000Z\",\"0.001746\",\"0.001357\",\"2000\",\"0.001414\",\"0.001807\",\"2000\"\n\"2024-07-15T09:05:00.000Z\",\"0.001554\",\"0.001208\",\"2000\",\"0.001217\",\"0.001569\",\"2000\"\n\"2024-07-15T09:10:00.000Z\",\"0.001144\",\"0.000835\",\"2000\",\"0.00084\",\"0.00115\",\"2000\"\n\"2024-07-15T09:15:00.000Z\",\"0.001108\",\"0.000871\",\"2000\",\"0.000853\",\"0.00107\",\"2000\"\n\"2024-07-15T09:20:00.000Z\",\"0.001368\",\"0.001049\",\"2000\",\"0.001054\",\"0.001392\",\"2000\"\n\"2024-07-15T09:25:00.000Z\",\"0.001297\",\"0.000991\",\"2000\",\"0.000994\",\"0.001299\",\"2000\"\n\"2024-07-15T09:30:00.000Z\",\"0.00103\",\"0.000767\",\"2000\",\"0.000764\",\"0.001027\",\"2000\"\n\"2024-07-15T09:35:00.000Z\",\"0.001316\",\"0.001003\",\"2000\",\"0.001008\",\"0.001322\",\"2000\"\n\"2024-07-15T09:40:00.000Z\",\"0.001827\",\"0.001469\",\"2000\",\"0.001467\",\"0.001824\",\"2000\"\n\"2024-07-15T09:45:00.000Z\",\"0.00131\",\"0.001183\",\"2000\",\"0.001187\",\"0.001314\",\"2000\"\n\"2024-07-15T09:50:00.000Z\",\"0.001155\",\"0.000843\",\"2000\",\"0.000837\",\"0.001147\",\"2000\"\n\"2024-07-15T09:55:00.000Z\",\"0.001427\",\"0.001131\",\"2000\",\"0.001079\",\"0.00136\",\"2000\"\n\"2024-07-15T10:00:00.000Z\",\"0.001307\",\"0.001039\",\"2000\",\"0.00108\",\"0.001364\",\"2000\"\n\"2024-07-15T10:05:00.000Z\",\"0.001414\",\"0.001088\",\"2000\",\"0.001104\",\"0.001423\",\"2000\"\n\"2024-07-15T10:10:00.000Z\",\"0.001111\",\"0.000803\",\"2000\",\"0.000812\",\"0.001118\",\"2000\"\n\"2024-07-15T10:15:00.000Z\",\"0.001155\",\"0.000919\",\"2000\",\"0.000911\",\"0.001156\",\"2000\"\n\"2024-07-15T10:20:00.000Z\",\"0.00138\",\"0.001142\",\"2000\",\"0.001125\",\"0.001372\",\"2000\"\n\"2024-07-15T10:25:00.000Z\",\"0.001112\",\"0.00082\",\"2000\",\"0.000833\",\"0.001117\",\"2000\"\n\"2024-07-15T10:30:00.000Z\",\"0.001171\",\"0.000973\",\"2000\",\"0.000968\",\"0.001165\",\"2000\"\n\"2024-07-15T10:35:00.000Z\",\"0.00114\",\"0.000829\",\"2000\",\"0.000846\",\"0.00116\",\"2000\"\n\"2024-07-15T10:40:00.000Z\",\"0.0012\",\"0.000894\",\"2000\",\"0.000839\",\"0.001136\",\"2000\"\n\"2024-07-15T10:45:00.000Z\",\"0.001231\",\"0.000973\",\"2000\",\"0.000966\",\"0.001205\",\"2000\"\n\"2024-07-15T10:50:00.000Z\",\"0.002725\",\"0.00252\",\"2000\",\"0.002576\",\"0.002802\",\"2000\"\n\"2024-07-15T10:55:00.000Z\",\"0.001057\",\"0.00079\",\"2000\",\"0.000791\",\"0.001058\",\"2000\"\n\"2024-07-15T11:00:00.000Z\",\"0.00116\",\"0.000942\",\"2000\",\"0.000948\",\"0.00117\",\"2000\"\n\"2024-07-15T11:05:00.000Z\",\"0.001016\",\"0.000747\",\"2000\",\"0.000744\",\"0.001005\",\"2000\"\n\"2024-07-15T11:10:00.000Z\",\"0.001201\",\"0.000986\",\"2000\",\"0.00099\",\"0.001214\",\"2000\"\n\"2024-07-15T11:15:00.000Z\",\"0.001199\",\"0.000882\",\"2000\",\"0.00088\",\"0.001197\",\"2000\"\n\"2024-07-15T11:20:00.000Z\",\"0.000815\",\"0.000604\",\"2000\",\"0.000601\",\"0.000813\",\"2000\"\n\"2024-07-15T11:25:00.000Z\",\"0.000821\",\"0.000557\",\"2000\",\"0.000494\",\"0.000743\",\"2000\"\n\"2024-07-15T11:30:00.000Z\",\"0.001094\",\"0.000764\",\"2000\",\"0.000829\",\"0.001173\",\"2000\"\n\"2024-07-15T11:35:00.000Z\",\"0.001138\",\"0.00093\",\"2000\",\"0.000926\",\"0.001133\",\"2000\"\n\"2024-07-15T11:40:00.000Z\",\"0.001189\",\"0.000983\",\"2000\",\"0.000985\",\"0.001191\",\"2000\"\n\"2024-07-15T11:45:00.000Z\",\"0.001242\",\"0.001019\",\"2000\",\"0.001019\",\"0.001239\",\"2000\"\n\"2024-07-15T11:50:00.000Z\",\"0.001028\",\"0.000786\",\"2000\",\"0.000784\",\"0.001029\",\"2000\"\n\"2024-07-15T11:55:00.000Z\",\"0.001102\",\"0.000795\",\"2000\",\"0.000797\",\"0.001105\",\"2000\"\n\"2024-07-15T12:00:00.000Z\",\"0.001271\",\"0.000862\",\"2000\",\"0.000857\",\"0.001264\",\"2000\"\n\"2024-07-15T12:05:00.000Z\",\"0.00098\",\"0.000746\",\"2000\",\"0.000748\",\"0.000982\",\"2000\"\n\"2024-07-15T12:10:00.000Z\",\"0.001166\",\"0.000828\",\"2000\",\"0.000822\",\"0.001158\",\"2000\"\n\"2024-07-15T12:15:00.000Z\",\"0.001196\",\"0.000956\",\"2000\",\"0.000955\",\"0.001194\",\"2000\"\n\"2024-07-15T12:20:00.000Z\",\"0.001097\",\"0.000825\",\"2000\",\"0.000833\",\"0.001107\",\"2000\"\n\"2024-07-15T12:25:00.000Z\",\"0.001102\",\"0.000834\",\"2000\",\"0.000834\",\"0.001102\",\"2000\"\n\"2024-07-15T12:30:00.000Z\",\"0.001088\",\"0.000865\",\"2000\",\"0.000852\",\"0.001072\",\"2000\"\n\"2024-07-15T12:35:00.000Z\",\"0.001079\",\"0.000819\",\"2000\",\"0.000813\",\"0.001068\",\"2000\"\n\"2024-07-15T12:40:00.000Z\",\"0.001068\",\"0.000823\",\"2000\",\"0.000822\",\"0.001066\",\"2000\"\n\"2024-07-15T12:45:00.000Z\",\"0.001146\",\"0.000837\",\"2000\",\"0.000847\",\"0.001156\",\"2000\"\n\"2024-07-15T12:50:00.000Z\",\"0.001086\",\"0.000914\",\"2000\",\"0.000918\",\"0.001099\",\"2000\"\n\"2024-07-15T12:55:00.000Z\",\"0.001286\",\"0.001039\",\"2000\",\"0.001038\",\"0.001284\",\"2000\"\n\"2024-07-15T13:00:00.000Z\",\"0.001092\",\"0.000925\",\"2000\",\"0.000931\",\"0.001099\",\"2000\"\n\"2024-07-15T13:05:00.000Z\",\"0.001183\",\"0.000862\",\"2000\",\"0.000862\",\"0.001183\",\"2000\"\n\"2024-07-15T13:10:00.000Z\",\"0.001015\",\"0.000745\",\"2000\",\"0.000731\",\"0.001006\",\"2000\"\n\"2024-07-15T13:15:00.000Z\",\"0.001216\",\"0.000915\",\"2000\",\"0.00087\",\"0.001155\",\"2000\"\n\"2024-07-15T13:20:00.000Z\",\"0.000983\",\"0.00074\",\"2000\",\"0.000793\",\"0.001048\",\"2000\"\n\"2024-07-15T13:25:00.000Z\",\"0.001051\",\"0.000754\",\"2000\",\"0.000752\",\"0.001002\",\"2000\"\n\"2024-07-15T13:30:00.000Z\",\"0.001223\",\"0.001031\",\"2000\",\"0.001044\",\"0.00128\",\"2000\"\n\"2024-07-15T13:35:00.000Z\",\"0.001102\",\"0.000801\",\"2000\",\"0.000798\",\"0.001099\",\"2000\"\n\"2024-07-15T13:40:00.000Z\",\"0.001043\",\"0.00083\",\"2000\",\"0.000832\",\"0.001045\",\"2000\"\n\"2024-07-15T13:45:00.000Z\",\"0.00119\",\"0.000825\",\"2000\",\"0.00082\",\"0.001177\",\"2000\"\n\"2024-07-15T13:50:00.000Z\",\"0.000973\",\"0.000745\",\"2000\",\"0.000745\",\"0.000982\",\"2000\"\n\"2024-07-15T13:55:00.000Z\",\"0.001037\",\"0.000759\",\"2000\",\"0.000766\",\"0.001035\",\"2000\"\n\"2024-07-15T14:00:00.000Z\",\"0.001148\",\"0.000913\",\"2000\",\"0.000908\",\"0.001148\",\"2000\"\n\"2024-07-15T14:05:00.000Z\",\"0.001442\",\"0.001011\",\"2000\",\"0.001014\",\"0.00145\",\"2000\"\n\"2024-07-15T14:10:00.000Z\",\"0.001064\",\"0.000774\",\"2000\",\"0.000767\",\"0.001052\",\"2000\"\n\"2024-07-15T14:15:00.000Z\",\"0.001184\",\"0.000948\",\"2000\",\"0.00094\",\"0.001178\",\"2000\"\n\"2024-07-15T14:20:00.000Z\",\"0.000786\",\"0.000556\",\"2000\",\"0.000571\",\"0.0008\",\"2000\"\n\"2024-07-15T14:25:00.000Z\",\"0.000836\",\"0.000591\",\"2000\",\"0.000474\",\"0.000718\",\"2000\"\n\"2024-07-15T14:30:00.000Z\",\"0.000946\",\"0.000663\",\"2000\",\"0.000785\",\"0.001069\",\"2000\"\n\"2024-07-15T14:35:00.000Z\",\"0.000967\",\"0.000725\",\"2000\",\"0.000718\",\"0.000956\",\"2000\"\n\"2024-07-15T14:40:00.000Z\",\"0.00113\",\"0.000798\",\"2000\",\"0.000805\",\"0.001141\",\"2000\"\n\"2024-07-15T14:45:00.000Z\",\"0.001095\",\"0.000942\",\"2000\",\"0.000942\",\"0.001095\",\"2000\"\n\"2024-07-15T14:50:00.000Z\",\"0.001073\",\"0.000766\",\"2000\",\"0.000764\",\"0.001062\",\"2000\"\n\"2024-07-15T14:55:00.000Z\",\"0.002897\",\"0.002734\",\"2000\",\"0.002734\",\"0.002905\",\"2000\"\n\"2024-07-15T15:00:00.000Z\",\"0.001194\",\"0.000845\",\"2000\",\"0.000821\",\"0.001165\",\"2000\"\n\"2024-07-15T15:05:00.000Z\",\"0.00108\",\"0.000738\",\"2000\",\"0.000756\",\"0.001081\",\"2000\"\n\"2024-07-15T15:10:00.000Z\",\"0.001072\",\"0.000775\",\"2000\",\"0.000766\",\"0.001081\",\"2000\"\n\"2024-07-15T15:15:00.000Z\",\"0.001163\",\"0.000894\",\"2000\",\"0.000852\",\"0.001118\",\"2000\"\n\"2024-07-15T15:20:00.000Z\",\"0.000896\",\"0.000688\",\"2000\",\"0.000738\",\"0.000945\",\"2000\"\n\"2024-07-15T15:25:00.000Z\",\"0.000935\",\"0.000641\",\"2000\",\"0.000639\",\"0.000911\",\"2000\"\n\"2024-07-15T15:30:00.000Z\",\"0.000868\",\"0.000555\",\"2000\",\"0.000564\",\"0.000907\",\"2000\"\n\"2024-07-15T15:35:00.000Z\",\"0.001004\",\"0.000797\",\"2000\",\"0.000791\",\"0.000994\",\"2000\"\n\"2024-07-15T15:40:00.000Z\",\"0.001037\",\"0.000791\",\"2000\",\"0.000782\",\"0.001013\",\"2000\"\n\"2024-07-15T15:45:00.000Z\",\"0.000929\",\"0.000648\",\"2000\",\"0.000646\",\"0.000926\",\"2000\"\n\"2024-07-15T15:50:00.000Z\",\"0.000996\",\"0.000712\",\"2000\",\"0.000725\",\"0.001029\",\"2000\"\n\"2024-07-15T15:55:00.000Z\",\"0.00094\",\"0.000669\",\"2000\",\"0.000671\",\"0.00094\",\"2000\"\n\"2024-07-15T16:00:00.000Z\",\"0.001244\",\"0.001013\",\"2000\",\"0.001012\",\"0.001229\",\"2000\"\n\"2024-07-15T16:05:00.000Z\",\"0.001045\",\"0.000715\",\"2000\",\"0.000659\",\"0.000999\",\"2000\"\n\"2024-07-15T16:10:00.000Z\",\"0.001531\",\"0.001266\",\"2000\",\"0.001264\",\"0.00153\",\"2000\"\n\"2024-07-15T16:15:00.000Z\",\"0.00237\",\"0.001882\",\"2000\",\"0.00181\",\"0.002279\",\"2000\"\n\"2024-07-15T16:20:00.000Z\",\"0.001553\",\"0.001227\",\"2000\",\"0.00136\",\"0.001708\",\"2000\"\n\"2024-07-15T16:25:00.000Z\",\"0.001535\",\"0.001184\",\"2000\",\"0.001169\",\"0.001508\",\"2000\"\n\"2024-07-15T16:30:00.000Z\",\"0.001985\",\"0.001633\",\"2000\",\"0.001632\",\"0.001981\",\"2000\"\n\"2024-07-15T16:35:00.000Z\",\"0.002001\",\"0.001545\",\"2000\",\"0.001557\",\"0.002018\",\"2000\"\n\"2024-07-15T16:40:00.000Z\",\"0.001498\",\"0.001322\",\"2000\",\"0.001318\",\"0.001503\",\"2000\"\n\"2024-07-15T16:45:00.000Z\",\"0.00213\",\"0.001692\",\"2000\",\"0.001703\",\"0.00214\",\"2000\"\n\"2024-07-15T16:50:00.000Z\",\"0.001808\",\"0.001493\",\"2000\",\"0.001486\",\"0.0018\",\"2000\"\n\"2024-07-15T16:55:00.000Z\",\"0.001454\",\"0.001111\",\"2000\",\"0.001113\",\"0.001449\",\"2000\"\n\"2024-07-15T17:00:00.000Z\",\"0.00194\",\"0.001486\",\"2000\",\"0.00149\",\"0.001948\",\"2000\"\n\"2024-07-15T17:05:00.000Z\",\"0.001065\",\"0.000649\",\"2000\",\"0.000649\",\"0.001066\",\"2000\"\n\"2024-07-15T17:10:00.000Z\",\"0.001572\",\"0.00128\",\"2000\",\"0.001224\",\"0.001518\",\"2000\"\n\"2024-07-15T17:15:00.000Z\",\"0.002245\",\"0.001849\",\"2000\",\"0.001902\",\"0.002298\",\"2000\"\n\"2024-07-15T17:20:00.000Z\",\"0.002494\",\"0.002229\",\"2000\",\"0.002219\",\"0.002486\",\"2000\"\n\"2024-07-15T17:25:00.000Z\",\"0.002834\",\"0.002349\",\"2000\",\"0.002293\",\"0.002777\",\"2000\"\n\"2024-07-15T17:30:00.000Z\",\"0.002279\",\"0.001988\",\"2000\",\"0.002038\",\"0.002328\",\"2000\"\n\"2024-07-15T17:35:00.000Z\",\"0.001974\",\"0.001688\",\"2000\",\"0.001679\",\"0.001967\",\"2000\"\n\"2024-07-15T17:40:00.000Z\",\"0.002371\",\"0.001945\",\"2000\",\"0.001902\",\"0.002324\",\"2000\"\n\"2024-07-15T17:45:00.000Z\",\"0.002448\",\"0.001972\",\"2000\",\"0.002021\",\"0.002482\",\"2000\"\n\"2024-07-15T17:50:00.000Z\",\"0.001734\",\"0.001457\",\"2000\",\"0.001464\",\"0.001759\",\"2000\"\n\"2024-07-15T17:55:00.000Z\",\"0.00216\",\"0.001775\",\"2000\",\"0.001778\",\"0.002161\",\"2000\"\n\"2024-07-15T18:00:00.000Z\",\"0.002089\",\"0.001691\",\"2000\",\"0.001645\",\"0.002039\",\"2000\"\n\"2024-07-15T18:05:00.000Z\",\"0.001622\",\"0.001342\",\"2000\",\"0.001401\",\"0.001687\",\"2000\"\n\"2024-07-15T18:10:00.000Z\",\"0.001806\",\"0.001492\",\"2000\",\"0.001492\",\"0.001806\",\"2000\"\n\"2024-07-15T18:15:00.000Z\",\"0.001794\",\"0.001426\",\"2000\",\"0.001426\",\"0.001791\",\"2000\"\n\"2024-07-15T18:20:00.000Z\",\"0.001737\",\"0.00139\",\"2000\",\"0.001381\",\"0.001728\",\"2000\"\n\"2024-07-15T18:25:00.000Z\",\"0.001766\",\"0.001425\",\"2000\",\"0.001378\",\"0.001719\",\"2000\"\n\"2024-07-15T18:30:00.000Z\",\"0.001831\",\"0.001581\",\"2000\",\"0.001581\",\"0.001831\",\"2000\"\n\"2024-07-15T18:35:00.000Z\",\"0.001787\",\"0.001445\",\"2000\",\"0.001499\",\"0.001843\",\"2000\"\n\"2024-07-15T18:40:00.000Z\",\"0.002008\",\"0.001642\",\"2000\",\"0.001588\",\"0.001952\",\"2000\"\n\"2024-07-15T18:45:00.000Z\",\"0.001736\",\"0.001372\",\"2000\",\"0.001428\",\"0.001794\",\"2000\"\n\"2024-07-15T18:50:00.000Z\",\"0.001615\",\"0.001242\",\"2000\",\"0.001239\",\"0.00161\",\"2000\"\n\"2024-07-15T18:55:00.000Z\",\"0.002283\",\"0.001918\",\"2000\",\"0.001864\",\"0.002225\",\"2000\"\n\"2024-07-15T19:00:00.000Z\",\"0.001866\",\"0.001486\",\"2000\",\"0.001538\",\"0.001916\",\"2000\"\n\"2024-07-15T19:05:00.000Z\",\"0.001562\",\"0.001274\",\"2000\",\"0.001271\",\"0.001567\",\"2000\"\n\"2024-07-15T19:10:00.000Z\",\"0.001749\",\"0.001468\",\"2000\",\"0.0014\",\"0.001672\",\"2000\"\n\"2024-07-15T19:15:00.000Z\",\"0.002312\",\"0.001878\",\"2000\",\"0.001924\",\"0.002357\",\"2000\"\n\"2024-07-15T19:20:00.000Z\",\"0.001821\",\"0.001449\",\"2000\",\"0.001467\",\"0.001847\",\"2000\"\n\"2024-07-15T19:25:00.000Z\",\"0.002402\",\"0.00199\",\"2000\",\"0.001789\",\"0.002171\",\"2000\"\n\"2024-07-15T19:30:00.000Z\",\"0.003264\",\"0.002931\",\"2000\",\"0.00313\",\"0.003485\",\"2000\"\n\"2024-07-15T19:35:00.000Z\",\"0.001864\",\"0.00157\",\"2000\",\"0.001484\",\"0.001842\",\"2000\"\n\"2024-07-15T19:40:00.000Z\",\"0.002188\",\"0.001766\",\"2000\",\"0.001815\",\"0.00218\",\"2000\"\n\"2024-07-15T19:45:00.000Z\",\"0.001668\",\"0.001385\",\"2000\",\"0.001429\",\"0.001709\",\"2000\"\n\"2024-07-15T19:50:00.000Z\",\"0.001598\",\"0.001317\",\"2000\",\"0.001302\",\"0.001587\",\"2000\"\n\"2024-07-15T19:55:00.000Z\",\"0.002087\",\"0.001742\",\"2000\",\"0.001748\",\"0.00209\",\"2000\"\n\"2024-07-15T20:00:00.000Z\",\"0.001472\",\"0.001197\",\"2000\",\"0.001204\",\"0.001474\",\"2000\"\n\"2024-07-15T20:05:00.000Z\",\"0.001204\",\"0.000789\",\"2000\",\"0.000722\",\"0.00108\",\"2000\"\n\"2024-07-15T20:10:00.000Z\",\"0.002082\",\"0.001685\",\"2000\",\"0.001761\",\"0.002226\",\"2000\"\n\"2024-07-15T20:15:00.000Z\",\"0.001858\",\"0.00148\",\"2000\",\"0.001469\",\"0.001848\",\"2000\"\n\"2024-07-15T20:20:00.000Z\",\"0.001863\",\"0.001551\",\"2000\",\"0.001482\",\"0.001778\",\"2000\"\n\"2024-07-15T20:25:00.000Z\",\"0.002538\",\"0.00221\",\"2000\",\"0.002283\",\"0.002627\",\"2000\"\n\"2024-07-15T20:30:00.000Z\",\"0.001852\",\"0.001521\",\"2000\",\"0.001499\",\"0.001831\",\"2000\"\n\"2024-07-15T20:35:00.000Z\",\"0.002065\",\"0.001732\",\"2000\",\"0.001761\",\"0.002093\",\"2000\"\n\"2024-07-15T20:40:00.000Z\",\"0.001676\",\"0.001397\",\"2000\",\"0.001397\",\"0.001676\",\"2000\"\n\"2024-07-15T20:45:00.000Z\",\"0.001965\",\"0.001522\",\"2000\",\"0.001513\",\"0.001954\",\"2000\"\n\"2024-07-15T20:50:00.000Z\",\"0.001922\",\"0.001497\",\"2000\",\"0.001505\",\"0.001924\",\"2000\"\n\"2024-07-15T20:55:00.000Z\",\"0.001911\",\"0.001515\",\"2000\",\"0.001517\",\"0.00192\",\"2000\"\n\"2024-07-15T21:00:00.000Z\",\"0.001895\",\"0.001559\",\"2000\",\"0.001539\",\"0.001829\",\"2000\"\n\"2024-07-15T21:05:00.000Z\",\"0.002445\",\"0.001985\",\"2000\",\"0.001982\",\"0.002493\",\"2000\"\n\"2024-07-15T21:10:00.000Z\",\"0.00154\",\"0.001206\",\"2000\",\"0.001228\",\"0.001559\",\"2000\"\n\"2024-07-15T21:15:00.000Z\",\"0.001674\",\"0.00134\",\"2000\",\"0.00127\",\"0.001599\",\"2000\"\n\"2024-07-15T21:20:00.000Z\",\"0.002095\",\"0.001761\",\"2000\",\"0.001831\",\"0.00217\",\"2000\"\n\"2024-07-15T21:25:00.000Z\",\"0.001666\",\"0.001268\",\"2000\",\"0.00126\",\"0.001585\",\"2000\"\n\"2024-07-15T21:30:00.000Z\",\"0.00203\",\"0.001626\",\"2000\",\"0.001634\",\"0.002112\",\"2000\"\n\"2024-07-15T21:35:00.000Z\",\"0.002085\",\"0.001635\",\"2000\",\"0.001615\",\"0.002063\",\"2000\"\n\"2024-07-15T21:40:00.000Z\",\"0.001767\",\"0.001542\",\"2000\",\"0.00156\",\"0.001786\",\"2000\"\n\"2024-07-15T21:45:00.000Z\",\"0.001685\",\"0.001385\",\"2000\",\"0.001385\",\"0.001685\",\"2000\"\n\"2024-07-15T21:50:00.000Z\",\"0.002326\",\"0.002072\",\"2000\",\"0.002074\",\"0.002329\",\"2000\"\n\"2024-07-15T21:55:00.000Z\",\"0.001529\",\"0.001193\",\"2000\",\"0.001193\",\"0.001529\",\"2000\"\n\"2024-07-15T22:00:00.000Z\",\"0.001855\",\"0.001509\",\"2000\",\"0.001505\",\"0.00185\",\"2000\"\n\"2024-07-15T22:05:00.000Z\",\"0.001682\",\"0.001325\",\"2000\",\"0.001264\",\"0.001618\",\"2000\"\n\"2024-07-15T22:10:00.000Z\",\"0.001591\",\"0.001314\",\"2000\",\"0.001318\",\"0.001596\",\"2000\"\n\"2024-07-15T22:15:00.000Z\",\"0.001635\",\"0.001297\",\"2000\",\"0.001359\",\"0.001699\",\"2000\"\n\"2024-07-15T22:20:00.000Z\",\"0.00214\",\"0.001819\",\"2000\",\"0.00181\",\"0.002133\",\"2000\"\n\"2024-07-15T22:25:00.000Z\",\"0.001844\",\"0.001498\",\"2000\",\"0.001502\",\"0.001847\",\"2000\"\n\"2024-07-15T22:30:00.000Z\",\"0.001514\",\"0.001235\",\"2000\",\"0.00124\",\"0.001518\",\"2000\"\n\"2024-07-15T22:35:00.000Z\",\"0.002235\",\"0.001813\",\"2000\",\"0.001742\",\"0.002157\",\"2000\"\n\"2024-07-15T22:40:00.000Z\",\"0.002056\",\"0.001571\",\"2000\",\"0.001627\",\"0.002099\",\"2000\"\n\"2024-07-15T22:45:00.000Z\",\"0.002116\",\"0.001642\",\"2000\",\"0.001647\",\"0.002138\",\"2000\"\n\"2024-07-15T22:50:00.000Z\",\"0.00221\",\"0.001857\",\"2000\",\"0.001853\",\"0.002203\",\"2000\"\n\"2024-07-15T22:55:00.000Z\",\"0.001886\",\"0.001544\",\"2000\",\"0.001555\",\"0.001902\",\"2000\"\n\"2024-07-15T23:00:00.000Z\",\"0.001881\",\"0.001508\",\"2000\",\"0.001504\",\"0.001884\",\"2000\"\n\"2024-07-15T23:05:00.000Z\",\"0.002098\",\"0.001721\",\"2000\",\"0.001718\",\"0.002081\",\"2000\"\n\"2024-07-15T23:10:00.000Z\",\"0.001577\",\"0.001326\",\"2000\",\"0.001336\",\"0.001593\",\"2000\"\n\"2024-07-15T23:15:00.000Z\",\"0.001594\",\"0.001263\",\"2000\",\"0.001263\",\"0.001597\",\"2000\"\n\"2024-07-15T23:20:00.000Z\",\"0.002321\",\"0.001872\",\"2000\",\"0.001816\",\"0.002237\",\"2000\"\n\"2024-07-15T23:25:00.000Z\",\"0.00154\",\"0.001213\",\"2000\",\"0.001265\",\"0.001611\",\"2000\"\n\"2024-07-15T23:30:00.000Z\",\"0.001501\",\"0.001296\",\"2000\",\"0.001289\",\"0.001502\",\"2000\"\n\"2024-07-15T23:35:00.000Z\",\"0.002446\",\"0.001981\",\"2000\",\"0.00199\",\"0.002454\",\"2000\"\n\"2024-07-15T23:40:00.000Z\",\"0.002149\",\"0.001697\",\"2000\",\"0.001693\",\"0.002143\",\"2000\"\n\"2024-07-15T23:45:00.000Z\",\"0.001516\",\"0.001189\",\"2000\",\"0.001183\",\"0.001508\",\"2000\"\n\"2024-07-15T23:50:00.000Z\",\"0.002046\",\"0.00171\",\"2000\",\"0.001666\",\"0.002005\",\"2000\"\n\"2024-07-15T23:55:00.000Z\",\"0.001531\",\"0.001195\",\"2000\",\"0.001195\",\"0.001532\",\"2000\"\n\"2024-07-16T00:00:00.000Z\",\"0.002081\",\"0.00164\",\"2000\",\"0.001687\",\"0.002128\",\"2000\"\n\"2024-07-16T00:05:00.000Z\",\"0.00183\",\"0.001447\",\"2000\",\"0.001456\",\"0.001839\",\"2000\"\n\"2024-07-16T00:10:00.000Z\",\"0.002387\",\"0.00191\",\"2000\",\"0.00191\",\"0.002376\",\"2000\"\n\"2024-07-16T00:15:00.000Z\",\"0.00172\",\"0.001351\",\"2000\",\"0.00133\",\"0.001699\",\"2000\"\n\"2024-07-16T00:20:00.000Z\",\"0.002111\",\"0.001774\",\"2000\",\"0.001776\",\"0.002123\",\"2000\"\n\"2024-07-16T00:25:00.000Z\",\"0.001797\",\"0.001414\",\"2000\",\"0.001404\",\"0.001783\",\"2000\"\n\"2024-07-16T00:30:00.000Z\",\"0.001752\",\"0.001407\",\"2000\",\"0.001378\",\"0.001726\",\"2000\"\n\"2024-07-16T00:35:00.000Z\",\"0.001526\",\"0.001249\",\"2000\",\"0.001305\",\"0.001584\",\"2000\"\n\"2024-07-16T00:40:00.000Z\",\"0.001886\",\"0.00148\",\"2000\",\"0.001481\",\"0.00188\",\"2000\"\n\"2024-07-16T00:45:00.000Z\",\"0.001793\",\"0.00148\",\"2000\",\"0.001471\",\"0.001783\",\"2000\"\n\"2024-07-16T00:50:00.000Z\",\"0.001937\",\"0.001596\",\"2000\",\"0.001534\",\"0.001835\",\"2000\"\n\"2024-07-16T00:55:00.000Z\",\"0.002855\",\"0.002469\",\"2000\",\"0.002436\",\"0.002865\",\"2000\"\n\"2024-07-16T01:00:00.000Z\",\"0.002571\",\"0.002288\",\"2000\",\"0.002338\",\"0.002621\",\"2000\"\n\"2024-07-16T01:05:00.000Z\",\"0.002027\",\"0.001697\",\"2000\",\"0.001669\",\"0.001952\",\"2000\"\n\"2024-07-16T01:10:00.000Z\",\"0.005374\",\"0.00519\",\"2000\",\"0.00515\",\"0.005385\",\"2000\"\n\"2024-07-16T01:15:00.000Z\",\"0.005085\",\"0.004819\",\"2000\",\"0.004942\",\"0.005205\",\"2000\"\n\"2024-07-16T01:20:00.000Z\",\"0.004604\",\"0.004409\",\"2000\",\"0.004311\",\"0.004503\",\"2000\"\n\"2024-07-16T01:25:00.000Z\",\"0.005336\",\"0.005076\",\"2000\",\"0.005027\",\"0.005292\",\"2000\"\n\"2024-07-16T01:30:00.000Z\",\"0.004626\",\"0.004354\",\"2000\",\"0.004431\",\"0.004704\",\"2000\"\n\"2024-07-16T01:35:00.000Z\",\"0.003372\",\"0.003074\",\"2000\",\"0.003146\",\"0.003441\",\"2000\"\n\"2024-07-16T01:40:00.000Z\",\"0.001764\",\"0.001407\",\"2000\",\"0.00139\",\"0.001746\",\"2000\"\n\"2024-07-16T01:45:00.000Z\",\"0.001966\",\"0.001606\",\"2000\",\"0.001621\",\"0.001982\",\"2000\"\n\"2024-07-16T01:50:00.000Z\",\"0.001736\",\"0.001419\",\"2000\",\"0.001399\",\"0.00167\",\"2000\"\n\"2024-07-16T01:55:00.000Z\",\"0.001593\",\"0.001316\",\"2000\",\"0.001319\",\"0.001639\",\"2000\"\n\"2024-07-16T02:00:00.000Z\",\"0.002332\",\"0.001934\",\"2000\",\"0.001892\",\"0.00229\",\"2000\"\n\"2024-07-16T02:05:00.000Z\",\"0.002037\",\"0.001658\",\"2000\",\"0.001719\",\"0.002102\",\"2000\"\n\"2024-07-16T02:10:00.000Z\",\"0.001776\",\"0.001416\",\"2000\",\"0.001398\",\"0.001755\",\"2000\"\n\"2024-07-16T02:15:00.000Z\",\"0.001505\",\"0.001219\",\"2000\",\"0.001238\",\"0.001527\",\"2000\"\n\"2024-07-16T02:20:00.000Z\",\"0.002077\",\"0.001722\",\"2000\",\"0.001721\",\"0.002066\",\"2000\"\n\"2024-07-16T02:25:00.000Z\",\"0.001848\",\"0.001526\",\"2000\",\"0.001464\",\"0.001789\",\"2000\"\n\"2024-07-16T02:30:00.000Z\",\"0.001582\",\"0.001206\",\"2000\",\"0.001267\",\"0.001647\",\"2000\"\n\"2024-07-16T02:35:00.000Z\",\"0.001737\",\"0.001436\",\"2000\",\"0.001427\",\"0.001727\",\"2000\"\n\"2024-07-16T02:40:00.000Z\",\"0.00192\",\"0.00161\",\"2000\",\"0.001619\",\"0.001923\",\"2000\"\n\"2024-07-16T02:45:00.000Z\",\"0.001972\",\"0.001519\",\"2000\",\"0.001523\",\"0.001975\",\"2000\"\n\"2024-07-16T02:50:00.000Z\",\"0.002087\",\"0.001842\",\"2000\",\"0.001767\",\"0.001976\",\"2000\"\n\"2024-07-16T02:55:00.000Z\",\"0.001862\",\"0.001546\",\"2000\",\"0.001605\",\"0.001963\",\"2000\"\n\"2024-07-16T03:00:00.000Z\",\"0.001979\",\"0.001536\",\"2000\",\"0.00154\",\"0.001984\",\"2000\"\n\"2024-07-16T03:05:00.000Z\",\"0.001751\",\"0.001371\",\"2000\",\"0.001382\",\"0.001757\",\"2000\"\n\"2024-07-16T03:10:00.000Z\",\"0.001729\",\"0.001448\",\"2000\",\"0.001439\",\"0.001727\",\"2000\"\n\"2024-07-16T03:15:00.000Z\",\"0.001821\",\"0.001458\",\"2000\",\"0.001459\",\"0.001821\",\"2000\"\n\"2024-07-16T03:20:00.000Z\",\"0.002249\",\"0.001854\",\"2000\",\"0.001856\",\"0.002251\",\"2000\"\n\"2024-07-16T03:25:00.000Z\",\"0.002033\",\"0.001695\",\"2000\",\"0.001568\",\"0.001899\",\"2000\"\n\"2024-07-16T03:30:00.000Z\",\"0.003307\",\"0.003028\",\"2000\",\"0.003125\",\"0.003409\",\"2000\"\n\"2024-07-16T03:35:00.000Z\",\"0.001857\",\"0.001517\",\"2000\",\"0.001532\",\"0.001869\",\"2000\"\n\"2024-07-16T03:40:00.000Z\",\"0.002274\",\"0.001894\",\"2000\",\"0.001906\",\"0.002282\",\"2000\"\n\"2024-07-16T03:45:00.000Z\",\"0.001588\",\"0.0013\",\"2000\",\"0.001233\",\"0.001527\",\"2000\"\n\"2024-07-16T03:50:00.000Z\",\"0.001597\",\"0.001275\",\"2000\",\"0.00134\",\"0.001661\",\"2000\"\n\"2024-07-16T03:55:00.000Z\",\"0.002061\",\"0.00184\",\"2000\",\"0.001778\",\"0.002063\",\"2000\"\n\"2024-07-16T04:00:00.000Z\",\"0.001797\",\"0.001567\",\"2000\",\"0.001582\",\"0.00175\",\"2000\"\n\"2024-07-16T04:05:00.000Z\",\"0.001519\",\"0.001229\",\"2000\",\"0.001277\",\"0.001568\",\"2000\"\n\"2024-07-16T04:10:00.000Z\",\"0.001567\",\"0.001246\",\"2000\",\"0.001253\",\"0.001567\",\"2000\"\n\"2024-07-16T04:15:00.000Z\",\"0.001492\",\"0.00118\",\"2000\",\"0.001172\",\"0.001477\",\"2000\"\n\"2024-07-16T04:20:00.000Z\",\"0.001404\",\"0.001124\",\"2000\",\"0.001121\",\"0.001412\",\"2000\"\n\"2024-07-16T04:25:00.000Z\",\"0.001501\",\"0.00116\",\"2000\",\"0.001169\",\"0.001513\",\"2000\"\n\"2024-07-16T04:30:00.000Z\",\"0.001529\",\"0.001209\",\"2000\",\"0.00119\",\"0.001498\",\"2000\"\n\"2024-07-16T04:35:00.000Z\",\"0.001464\",\"0.001226\",\"2000\",\"0.001238\",\"0.001487\",\"2000\"\n\"2024-07-16T04:40:00.000Z\",\"0.001636\",\"0.001325\",\"2000\",\"0.001282\",\"0.001586\",\"2000\"\n\"2024-07-16T04:45:00.000Z\",\"0.001546\",\"0.001245\",\"2000\",\"0.001299\",\"0.001605\",\"2000\"\n\"2024-07-16T04:50:00.000Z\",\"0.001408\",\"0.001107\",\"2000\",\"0.001109\",\"0.001411\",\"2000\"\n\"2024-07-16T04:55:00.000Z\",\"0.001492\",\"0.001218\",\"2000\",\"0.001194\",\"0.001456\",\"2000\"\n\"2024-07-16T05:00:00.000Z\",\"0.001505\",\"0.001195\",\"2000\",\"0.001197\",\"0.001515\",\"2000\"\n\"2024-07-16T05:05:00.000Z\",\"0.001671\",\"0.001324\",\"2000\",\"0.001329\",\"0.001677\",\"2000\"\n\"2024-07-16T05:10:00.000Z\",\"0.001538\",\"0.001252\",\"2000\",\"0.001244\",\"0.001529\",\"2000\"\n\"2024-07-16T05:15:00.000Z\",\"0.001587\",\"0.001262\",\"2000\",\"0.001288\",\"0.001607\",\"2000\"\n\"2024-07-16T05:20:00.000Z\",\"0.001597\",\"0.001305\",\"2000\",\"0.001272\",\"0.001571\",\"2000\"\n\"2024-07-16T05:25:00.000Z\",\"0.001471\",\"0.00115\",\"2000\",\"0.001173\",\"0.001492\",\"2000\"\n\"2024-07-16T05:30:00.000Z\",\"0.001463\",\"0.001104\",\"2000\",\"0.001116\",\"0.001477\",\"2000\"\n\"2024-07-16T05:35:00.000Z\",\"0.001575\",\"0.001248\",\"2000\",\"0.001237\",\"0.001553\",\"2000\"\n\"2024-07-16T05:40:00.000Z\",\"0.001266\",\"0.000981\",\"2000\",\"0.000984\",\"0.001277\",\"2000\"\n\"2024-07-16T05:45:00.000Z\",\"0.002911\",\"0.002726\",\"2000\",\"0.002666\",\"0.002847\",\"2000\"\n\"2024-07-16T05:50:00.000Z\",\"0.001532\",\"0.001224\",\"2000\",\"0.001284\",\"0.001591\",\"2000\"\n\"2024-07-16T05:55:00.000Z\",\"0.001454\",\"0.002714\",\"2000\",\"0.002716\",\"0.001466\",\"2000\"\n\"2024-07-16T06:00:00.000Z\",\"0.001592\",\"0.001187\",\"2000\",\"0.001186\",\"0.001588\",\"2000\"\n\"2024-07-16T06:05:00.000Z\",\"0.001555\",\"0.001208\",\"2000\",\"0.001194\",\"0.001536\",\"2000\"\n\"2024-07-16T06:10:00.000Z\",\"0.001461\",\"0.001127\",\"2000\",\"0.001144\",\"0.001475\",\"2000\"\n\"2024-07-16T06:15:00.000Z\",\"0.001448\",\"0.001173\",\"2000\",\"0.001164\",\"0.001448\",\"2000\"\n\"2024-07-16T06:20:00.000Z\",\"0.001623\",\"0.001317\",\"2000\",\"0.001329\",\"0.001637\",\"2000\"\n\"2024-07-16T06:25:00.000Z\",\"0.001626\",\"0.001371\",\"2000\",\"0.001367\",\"0.001619\",\"2000\"\n\"2024-07-16T06:30:00.000Z\",\"0.001532\",\"0.001273\",\"2000\",\"0.001257\",\"0.0015\",\"2000\"\n\"2024-07-16T06:35:00.000Z\",\"0.001549\",\"0.001246\",\"2000\",\"0.001258\",\"0.001578\",\"2000\"\n\"2024-07-16T06:40:00.000Z\",\"0.001519\",\"0.001191\",\"2000\",\"0.001186\",\"0.001515\",\"2000\"\n\"2024-07-16T06:45:00.000Z\",\"0.001542\",\"0.001222\",\"2000\",\"0.001233\",\"0.001546\",\"2000\"\n\"2024-07-16T06:50:00.000Z\",\"0.001498\",\"0.001174\",\"2000\",\"0.001118\",\"0.001448\",\"2000\"\n\"2024-07-16T06:55:00.000Z\",\"0.001551\",\"0.001214\",\"2000\",\"0.001264\",\"0.001604\",\"2000\"\n\"2024-07-16T07:00:00.000Z\",\"0.001514\",\"0.001225\",\"2000\",\"0.001229\",\"0.001518\",\"2000\"\n\"2024-07-16T07:05:00.000Z\",\"0.001516\",\"0.001272\",\"2000\",\"0.001268\",\"0.001513\",\"2000\"\n\"2024-07-16T07:10:00.000Z\",\"0.001478\",\"0.001147\",\"2000\",\"0.001153\",\"0.001486\",\"2000\"\n\"2024-07-16T07:15:00.000Z\",\"0.0016\",\"0.00135\",\"2000\",\"0.001294\",\"0.001539\",\"2000\"\n\"2024-07-16T07:20:00.000Z\",\"0.001525\",\"0.001219\",\"2000\",\"0.001263\",\"0.001571\",\"2000\"\n\"2024-07-16T07:25:00.000Z\",\"0.001517\",\"0.001189\",\"2000\",\"0.0012\",\"0.001533\",\"2000\"\n\"2024-07-16T07:30:00.000Z\",\"0.001559\",\"0.001216\",\"2000\",\"0.001195\",\"0.001536\",\"2000\"\n\"2024-07-16T07:35:00.000Z\",\"0.001442\",\"0.001159\",\"2000\",\"0.001182\",\"0.001466\",\"2000\"\n\"2024-07-16T07:40:00.000Z\",\"0.001534\",\"0.001246\",\"2000\",\"0.001242\",\"0.001529\",\"2000\"\n\"2024-07-16T07:45:00.000Z\",\"0.001689\",\"0.001408\",\"2000\",\"0.001405\",\"0.001694\",\"2000\"\n\"2024-07-16T07:50:00.000Z\",\"0.001712\",\"0.001357\",\"2000\",\"0.001305\",\"0.001599\",\"2000\"\n\"2024-07-16T07:55:00.000Z\",\"0.001401\",\"0.001114\",\"2000\",\"0.001159\",\"0.001496\",\"2000\"\n\"2024-07-16T08:00:00.000Z\",\"0.001754\",\"0.001187\",\"2000\",\"0.001197\",\"0.001769\",\"2000\"\n\"2024-07-16T08:05:00.000Z\",\"0.001507\",\"0.001184\",\"2000\",\"0.001181\",\"0.001501\",\"2000\"\n\"2024-07-16T08:10:00.000Z\",\"0.001486\",\"0.001187\",\"2000\",\"0.001191\",\"0.001484\",\"2000\"\n\"2024-07-16T08:15:00.000Z\",\"0.001559\",\"0.001317\",\"2000\",\"0.001261\",\"0.001509\",\"2000\"\n\"2024-07-16T08:20:00.000Z\",\"0.001446\",\"0.001206\",\"2000\",\"0.001203\",\"0.001432\",\"2000\"\n\"2024-07-16T08:25:00.000Z\",\"0.001463\",\"0.001122\",\"2000\",\"0.001181\",\"0.001529\",\"2000\"\n\"2024-07-16T08:30:00.000Z\",\"0.001505\",\"0.001206\",\"2000\",\"0.001206\",\"0.001511\",\"2000\"\n\"2024-07-16T08:35:00.000Z\",\"0.001485\",\"0.001215\",\"2000\",\"0.001192\",\"0.001461\",\"2000\"\n\"2024-07-16T08:40:00.000Z\",\"0.001515\",\"0.001189\",\"2000\",\"0.001203\",\"0.001532\",\"2000\"\n\"2024-07-16T08:45:00.000Z\",\"0.001532\",\"0.001278\",\"2000\",\"0.001257\",\"0.001507\",\"2000\"\n\"2024-07-16T08:50:00.000Z\",\"0.001534\",\"0.001211\",\"2000\",\"0.00123\",\"0.001551\",\"2000\"\n\"2024-07-16T08:55:00.000Z\",\"0.001099\",\"0.00079\",\"2000\",\"0.0008\",\"0.001114\",\"2000\"\n\"2024-07-16T09:00:00.000Z\",\"0.001111\",\"0.000843\",\"2000\",\"0.000834\",\"0.001103\",\"2000\"\n\"2024-07-16T09:05:00.000Z\",\"0.002576\",\"0.00212\",\"2000\",\"0.002122\",\"0.002581\",\"2000\"\n\"2024-07-16T09:10:00.000Z\",\"0.003413\",\"0.002982\",\"2000\",\"0.00297\",\"0.00339\",\"2000\"\n\"2024-07-16T09:15:00.000Z\",\"0.002351\",\"0.001972\",\"2000\",\"0.001938\",\"0.002323\",\"2000\"\n\"2024-07-16T09:20:00.000Z\",\"0.001402\",\"0.001112\",\"2000\",\"0.001157\",\"0.001443\",\"2000\"\n\"2024-07-16T09:25:00.000Z\",\"0.001527\",\"0.00118\",\"2000\",\"0.001131\",\"0.00148\",\"2000\"\n\"2024-07-16T09:30:00.000Z\",\"0.001452\",\"0.00113\",\"2000\",\"0.001189\",\"0.001514\",\"2000\"\n\"2024-07-16T09:35:00.000Z\",\"0.0017\",\"0.001387\",\"2000\",\"0.001382\",\"0.001698\",\"2000\"\n\"2024-07-16T09:40:00.000Z\",\"0.003338\",\"0.003132\",\"2000\",\"0.003125\",\"0.003293\",\"2000\"\n\"2024-07-16T09:45:00.000Z\",\"0.001921\",\"0.001678\",\"2000\",\"0.00169\",\"0.001969\",\"2000\"\n\"2024-07-16T09:50:00.000Z\",\"0.001529\",\"0.001195\",\"2000\",\"0.001187\",\"0.001521\",\"2000\"\n\"2024-07-16T09:55:00.000Z\",\"0.00148\",\"0.00116\",\"2000\",\"0.001103\",\"0.001417\",\"2000\"\n\"2024-07-16T10:00:00.000Z\",\"0.001434\",\"0.001193\",\"2000\",\"0.00126\",\"0.001506\",\"2000\"\n\"2024-07-16T10:05:00.000Z\",\"0.001563\",\"0.001242\",\"2000\",\"0.001232\",\"0.00154\",\"2000\"\n\"2024-07-16T10:10:00.000Z\",\"0.001512\",\"0.001243\",\"2000\",\"0.001188\",\"0.001434\",\"2000\"\n\"2024-07-16T10:15:00.000Z\",\"0.002357\",\"0.00199\",\"2000\",\"0.002045\",\"0.002444\",\"2000\"\n\"2024-07-16T10:20:00.000Z\",\"0.0019\",\"0.001446\",\"2000\",\"0.001439\",\"0.001895\",\"2000\"\n\"2024-07-16T10:25:00.000Z\",\"0.001416\",\"0.001201\",\"2000\",\"0.001211\",\"0.00143\",\"2000\"\n\"2024-07-16T10:30:00.000Z\",\"0.002522\",\"0.001993\",\"2000\",\"0.001983\",\"0.002509\",\"2000\"\n\"2024-07-16T10:35:00.000Z\",\"0.001595\",\"0.001213\",\"2000\",\"0.001215\",\"0.001596\",\"2000\"\n\"2024-07-16T10:40:00.000Z\",\"0.001747\",\"0.001383\",\"2000\",\"0.001392\",\"0.001759\",\"2000\"\n\"2024-07-16T10:45:00.000Z\",\"0.001807\",\"0.00144\",\"2000\",\"0.00143\",\"0.001797\",\"2000\"\n\"2024-07-16T10:50:00.000Z\",\"0.001629\",\"0.001321\",\"2000\",\"0.001321\",\"0.001627\",\"2000\"\n\"2024-07-16T10:55:00.000Z\",\"0.00212\",\"0.00174\",\"2000\",\"0.001695\",\"0.002065\",\"2000\"\n\"2024-07-16T11:00:00.000Z\",\"0.001664\",\"0.001362\",\"2000\",\"0.001361\",\"0.001687\",\"2000\"\n\"2024-07-16T11:05:00.000Z\",\"0.001914\",\"0.001595\",\"2000\",\"0.001651\",\"0.001958\",\"2000\"\n\"2024-07-16T11:10:00.000Z\",\"0.001723\",\"0.001374\",\"2000\",\"0.001325\",\"0.001673\",\"2000\"\n\"2024-07-16T11:15:00.000Z\",\"0.001453\",\"0.001138\",\"2000\",\"0.001192\",\"0.001501\",\"2000\"\n\"2024-07-16T11:20:00.000Z\",\"0.00196\",\"0.001625\",\"2000\",\"0.001619\",\"0.001963\",\"2000\"\n\"2024-07-16T11:25:00.000Z\",\"0.001739\",\"0.001363\",\"2000\",\"0.00131\",\"0.001682\",\"2000\"\n\"2024-07-16T11:30:00.000Z\",\"0.001996\",\"0.00167\",\"2000\",\"0.001731\",\"0.002061\",\"2000\"\n\"2024-07-16T11:35:00.000Z\",\"0.002133\",\"0.00167\",\"2000\",\"0.001658\",\"0.002119\",\"2000\"\n\"2024-07-16T11:40:00.000Z\",\"0.001308\",\"0.001094\",\"2000\",\"0.0011\",\"0.001311\",\"2000\"\n\"2024-07-16T11:45:00.000Z\",\"0.001371\",\"0.00099\",\"2000\",\"0.000997\",\"0.001378\",\"2000\"\n\"2024-07-16T11:50:00.000Z\",\"0.001894\",\"0.001603\",\"2000\",\"0.001601\",\"0.001895\",\"2000\"\n\"2024-07-16T11:55:00.000Z\",\"0.001786\",\"0.001403\",\"2000\",\"0.001397\",\"0.001781\",\"2000\"\n\"2024-07-16T12:00:00.000Z\",\"0.00153\",\"0.001251\",\"2000\",\"0.001197\",\"0.001475\",\"2000\"\n\"2024-07-16T12:05:00.000Z\",\"0.002129\",\"0.001825\",\"2000\",\"0.001818\",\"0.002117\",\"2000\"\n\"2024-07-16T12:10:00.000Z\",\"0.001922\",\"0.001633\",\"2000\",\"0.001645\",\"0.001939\",\"2000\"\n\"2024-07-16T12:15:00.000Z\",\"0.001535\",\"0.001314\",\"2000\",\"0.001309\",\"0.001517\",\"2000\"\n\"2024-07-16T12:20:00.000Z\",\"0.002329\",\"0.001903\",\"2000\",\"0.001949\",\"0.00239\",\"2000\"\n\"2024-07-16T12:25:00.000Z\",\"0.001594\",\"0.001232\",\"2000\",\"0.001227\",\"0.001587\",\"2000\"\n\"2024-07-16T12:30:00.000Z\",\"0.001879\",\"0.001502\",\"2000\",\"0.001455\",\"0.001822\",\"2000\"\n\"2024-07-16T12:35:00.000Z\",\"0.002295\",\"0.001813\",\"2000\",\"0.001871\",\"0.002363\",\"2000\"\n\"2024-07-16T12:40:00.000Z\",\"0.001872\",\"0.001436\",\"2000\",\"0.001435\",\"0.001872\",\"2000\"\n\"2024-07-16T12:45:00.000Z\",\"0.002556\",\"0.002117\",\"2000\",\"0.002125\",\"0.002566\",\"2000\"\n\"2024-07-16T12:50:00.000Z\",\"0.004666\",\"0.004277\",\"2000\",\"0.004156\",\"0.004531\",\"2000\"\n\"2024-07-16T12:55:00.000Z\",\"0.004013\",\"0.003582\",\"2000\",\"0.003491\",\"0.003888\",\"2000\"\n\"2024-07-16T13:00:00.000Z\",\"0.003541\",\"0.003118\",\"2000\",\"0.00332\",\"0.003784\",\"2000\"\n\"2024-07-16T13:05:00.000Z\",\"0.002665\",\"0.002303\",\"2000\",\"0.002314\",\"0.002684\",\"2000\"\n\"2024-07-16T13:10:00.000Z\",\"0.003024\",\"0.002402\",\"2000\",\"0.002394\",\"0.003017\",\"2000\"\n\"2024-07-16T13:15:00.000Z\",\"0.002037\",\"0.001587\",\"2000\",\"0.001591\",\"0.002039\",\"2000\"\n\"2024-07-16T13:20:00.000Z\",\"0.001931\",\"0.001473\",\"2000\",\"0.001476\",\"0.001936\",\"2000\"\n\"2024-07-16T13:25:00.000Z\",\"0.00088\",\"0.000603\",\"2000\",\"0.000595\",\"0.000826\",\"2000\"\n\"2024-07-16T13:30:00.000Z\",\"0.000749\",\"0.000558\",\"2000\",\"0.000559\",\"0.000786\",\"2000\"\n\"2024-07-16T13:35:00.000Z\",\"0.001527\",\"0.001114\",\"2000\",\"0.001118\",\"0.00154\",\"2000\"\n\"2024-07-16T13:40:00.000Z\",\"0.000758\",\"0.000536\",\"2000\",\"0.00054\",\"0.000763\",\"2000\"\n\"2024-07-16T13:45:00.000Z\",\"0.001236\",\"0.000813\",\"2000\",\"0.000813\",\"0.001236\",\"2000\"\n\"2024-07-16T13:50:00.000Z\",\"0.001215\",\"0.000948\",\"2000\",\"0.000948\",\"0.001215\",\"2000\"\n\"2024-07-16T13:55:00.000Z\",\"0.001163\",\"0.000933\",\"2000\",\"0.000924\",\"0.001145\",\"2000\"\n\"2024-07-16T14:00:00.000Z\",\"0.001716\",\"0.001438\",\"2000\",\"0.001437\",\"0.001719\",\"2000\"\n\"2024-07-16T14:05:00.000Z\",\"0.001646\",\"0.001199\",\"2000\",\"0.00119\",\"0.001639\",\"2000\"\n\"2024-07-16T14:10:00.000Z\",\"0.00127\",\"0.001033\",\"2000\",\"0.001023\",\"0.001232\",\"2000\"\n\"2024-07-16T14:15:00.000Z\",\"0.00141\",\"0.001104\",\"2000\",\"0.001127\",\"0.001462\",\"2000\"\n\"2024-07-16T14:20:00.000Z\",\"0.001128\",\"0.000905\",\"2000\",\"0.000906\",\"0.00113\",\"2000\"\n\"2024-07-16T14:25:00.000Z\",\"0.001588\",\"0.001329\",\"2000\",\"0.00132\",\"0.001576\",\"2000\"\n\"2024-07-16T14:30:00.000Z\",\"0.002894\",\"0.002273\",\"2000\",\"0.002282\",\"0.002906\",\"2000\"\n\"2024-07-16T14:35:00.000Z\",\"0.003645\",\"0.003047\",\"2000\",\"0.00293\",\"0.003516\",\"2000\"\n\"2024-07-16T14:40:00.000Z\",\"0.003283\",\"0.002785\",\"2000\",\"0.0029\",\"0.003407\",\"2000\"\n\"2024-07-16T14:45:00.000Z\",\"0.002748\",\"0.002311\",\"2000\",\"0.002263\",\"0.002689\",\"2000\"\n\"2024-07-16T14:50:00.000Z\",\"0.003543\",\"0.002992\",\"2000\",\"0.002989\",\"0.003548\",\"2000\"\n\"2024-07-16T14:55:00.000Z\",\"0.001904\",\"0.001505\",\"2000\",\"0.001553\",\"0.001958\",\"2000\"\n\"2024-07-16T15:00:00.000Z\",\"0.001821\",\"0.001417\",\"2000\",\"0.001414\",\"0.001816\",\"2000\"\n\"2024-07-16T15:05:00.000Z\",\"0.001901\",\"0.001501\",\"2000\",\"0.001433\",\"0.001825\",\"2000\"\n\"2024-07-16T15:10:00.000Z\",\"0.001643\",\"0.00133\",\"2000\",\"0.001334\",\"0.00161\",\"2000\"\n\"2024-07-16T15:15:00.000Z\",\"0.001228\",\"0.000963\",\"2000\",\"0.00103\",\"0.001342\",\"2000\"\n\"2024-07-16T15:20:00.000Z\",\"0.001357\",\"0.000967\",\"2000\",\"0.000978\",\"0.001367\",\"2000\"\n\"2024-07-16T15:25:00.000Z\",\"0.001318\",\"0.001045\",\"2000\",\"0.001041\",\"0.001297\",\"2000\"\n\"2024-07-16T15:30:00.000Z\",\"0.000981\",\"0.000728\",\"2000\",\"0.000731\",\"0.000999\",\"2000\"\n\"2024-07-16T15:35:00.000Z\",\"0.001188\",\"0.000939\",\"2000\",\"0.000936\",\"0.001191\",\"2000\"\n\"2024-07-16T15:40:00.000Z\",\"0.001556\",\"0.001156\",\"2000\",\"0.001161\",\"0.001547\",\"2000\"\n\"2024-07-16T15:45:00.000Z\",\"0.001164\",\"0.000912\",\"2000\",\"0.000892\",\"0.001154\",\"2000\"\n\"2024-07-16T15:50:00.000Z\",\"0.001344\",\"0.001078\",\"2000\",\"0.001097\",\"0.00136\",\"2000\"\n\"2024-07-16T15:55:00.000Z\",\"0.001729\",\"0.001435\",\"2000\",\"0.001437\",\"0.001731\",\"2000\"\n\"2024-07-16T16:00:00.000Z\",\"0.00099\",\"0.000761\",\"2000\",\"0.000752\",\"0.000982\",\"2000\"\n\"2024-07-16T16:05:00.000Z\",\"0.001317\",\"0.001004\",\"2000\",\"0.001013\",\"0.001325\",\"2000\"\n\"2024-07-16T16:10:00.000Z\",\"0.00176\",\"0.001209\",\"2000\",\"0.001198\",\"0.001747\",\"2000\"\n\"2024-07-16T16:15:00.000Z\",\"0.001475\",\"0.001164\",\"2000\",\"0.001107\",\"0.001423\",\"2000\"\n\"2024-07-16T16:20:00.000Z\",\"0.002375\",\"0.002142\",\"2000\",\"0.002209\",\"0.002438\",\"2000\"\n\"2024-07-16T16:25:00.000Z\",\"0.0016\",\"0.00128\",\"2000\",\"0.001226\",\"0.001539\",\"2000\"\n\"2024-07-16T16:30:00.000Z\",\"0.001473\",\"0.00114\",\"2000\",\"0.001188\",\"0.001526\",\"2000\"\n\"2024-07-16T16:35:00.000Z\",\"0.000938\",\"0.000696\",\"2000\",\"0.000703\",\"0.000944\",\"2000\"\n\"2024-07-16T16:40:00.000Z\",\"0.001378\",\"0.001133\",\"2000\",\"0.001093\",\"0.001292\",\"2000\"\n\"2024-07-16T16:45:00.000Z\",\"0.001619\",\"0.001307\",\"2000\",\"0.001291\",\"0.001649\",\"2000\"\n\"2024-07-16T16:50:00.000Z\",\"0.000974\",\"0.000751\",\"2000\",\"0.000807\",\"0.001033\",\"2000\"\n\"2024-07-16T16:55:00.000Z\",\"0.001195\",\"0.000873\",\"2000\",\"0.000861\",\"0.001179\",\"2000\"\n\"2024-07-16T17:00:00.000Z\",\"0.00155\",\"0.001232\",\"2000\",\"0.001242\",\"0.001563\",\"2000\"\n\"2024-07-16T17:05:00.000Z\",\"0.001241\",\"0.000915\",\"2000\",\"0.000917\",\"0.001243\",\"2000\"\n\"2024-07-16T17:10:00.000Z\",\"0.001148\",\"0.000908\",\"2000\",\"0.000904\",\"0.001144\",\"2000\"\n\"2024-07-16T17:15:00.000Z\",\"0.001811\",\"0.001365\",\"2000\",\"0.001352\",\"0.001794\",\"2000\"\n\"2024-07-16T17:20:00.000Z\",\"0.001249\",\"0.001013\",\"2000\",\"0.001011\",\"0.001249\",\"2000\"\n\"2024-07-16T17:25:00.000Z\",\"0.001226\",\"0.00099\",\"2000\",\"0.000994\",\"0.001231\",\"2000\"\n\"2024-07-16T17:30:00.000Z\",\"0.002567\",\"0.002066\",\"2000\",\"0.002066\",\"0.002567\",\"2000\"\n\"2024-07-16T17:35:00.000Z\",\"0.002331\",\"0.001883\",\"2000\",\"0.001825\",\"0.002232\",\"2000\"\n\"2024-07-16T17:40:00.000Z\",\"0.006111\",\"0.005323\",\"2000\",\"0.00532\",\"0.006144\",\"2000\"\n\"2024-07-16T17:45:00.000Z\",\"0.007032\",\"0.00614\",\"2000\",\"0.006083\",\"0.006971\",\"2000\"\n\"2024-07-16T17:50:00.000Z\",\"0.00823\",\"0.007268\",\"2000\",\"0.007259\",\"0.008206\",\"2000\"\n\"2024-07-16T17:55:00.000Z\",\"0.009082\",\"0.008238\",\"2000\",\"0.008179\",\"0.008977\",\"2000\"\n\"2024-07-16T18:00:00.000Z\",\"0.007465\",\"0.006512\",\"2000\",\"0.006637\",\"0.007658\",\"2000\"\n\"2024-07-16T18:05:00.000Z\",\"0.005237\",\"0.004552\",\"2000\",\"0.004527\",\"0.005211\",\"2000\"\n\"2024-07-16T18:10:00.000Z\",\"0.003937\",\"0.003337\",\"2000\",\"0.003418\",\"0.004024\",\"2000\"\n\"2024-07-16T18:15:00.000Z\",\"0.00259\",\"0.00206\",\"2000\",\"0.002075\",\"0.002594\",\"2000\"\n\"2024-07-16T18:20:00.000Z\",\"0.001077\",\"0.000844\",\"2000\",\"0.000832\",\"0.001068\",\"2000\"\n\"2024-07-16T18:25:00.000Z\",\"0.001579\",\"0.001239\",\"2000\",\"0.001238\",\"0.001583\",\"2000\"\n\"2024-07-16T18:30:00.000Z\",\"0.001253\",\"0.000932\",\"2000\",\"0.000943\",\"0.001265\",\"2000\"\n\"2024-07-16T18:35:00.000Z\",\"0.001126\",\"0.000925\",\"2000\",\"0.00093\",\"0.001131\",\"2000\"\n\"2024-07-16T18:40:00.000Z\",\"0.001579\",\"0.001253\",\"2000\",\"0.001255\",\"0.001573\",\"2000\"\n\"2024-07-16T18:45:00.000Z\",\"0.001651\",\"0.001289\",\"2000\",\"0.001271\",\"0.001643\",\"2000\"\n\"2024-07-16T18:50:00.000Z\",\"0.00129\",\"0.000988\",\"2000\",\"0.000996\",\"0.001296\",\"2000\"\n\"2024-07-16T18:55:00.000Z\",\"0.001252\",\"0.001008\",\"2000\",\"0.001018\",\"0.001258\",\"2000\"\n\"2024-07-16T19:00:00.000Z\",\"0.001114\",\"0.000813\",\"2000\",\"0.000809\",\"0.001114\",\"2000\"\n\"2024-07-16T19:05:00.000Z\",\"0.001378\",\"0.001065\",\"2000\",\"0.001062\",\"0.001378\",\"2000\"\n\"2024-07-16T19:10:00.000Z\",\"0.001126\",\"0.000951\",\"2000\",\"0.000955\",\"0.001128\",\"2000\"\n\"2024-07-16T19:15:00.000Z\",\"0.001818\",\"0.001371\",\"2000\",\"0.001364\",\"0.001811\",\"2000\"\n\"2024-07-16T19:20:00.000Z\",\"0.001425\",\"0.001103\",\"2000\",\"0.001099\",\"0.0014\",\"2000\"\n\"2024-07-16T19:25:00.000Z\",\"0.003354\",\"0.002849\",\"2000\",\"0.002839\",\"0.00336\",\"2000\"\n\"2024-07-16T19:30:00.000Z\",\"0.004422\",\"0.00373\",\"2000\",\"0.003748\",\"0.004444\",\"2000\"\n\"2024-07-16T19:35:00.000Z\",\"0.003059\",\"0.002604\",\"2000\",\"0.002555\",\"0.003005\",\"2000\"\n\"2024-07-16T19:40:00.000Z\",\"0.002644\",\"0.002232\",\"2000\",\"0.002281\",\"0.002699\",\"2000\"\n\"2024-07-16T19:45:00.000Z\",\"0.002552\",\"0.002116\",\"2000\",\"0.002116\",\"0.002553\",\"2000\"\n\"2024-07-16T19:50:00.000Z\",\"0.003622\",\"0.003353\",\"2000\",\"0.003357\",\"0.003626\",\"2000\"\n\"2024-07-16T19:55:00.000Z\",\"0.002164\",\"0.001785\",\"2000\",\"0.001724\",\"0.0021\",\"2000\"\n\"2024-07-16T20:00:00.000Z\",\"0.002275\",\"0.001864\",\"2000\",\"0.001904\",\"0.00228\",\"2000\"\n\"2024-07-16T20:05:00.000Z\",\"0.001337\",\"0.001017\",\"2000\",\"0.001023\",\"0.001376\",\"2000\"\n\"2024-07-16T20:10:00.000Z\",\"0.001054\",\"0.00088\",\"2000\",\"0.000895\",\"0.001073\",\"2000\"\n\"2024-07-16T20:15:00.000Z\",\"0.00152\",\"0.001174\",\"2000\",\"0.001098\",\"0.001431\",\"2000\"\n\"2024-07-16T20:20:00.000Z\",\"0.001589\",\"0.000946\",\"2000\",\"0.001011\",\"0.001654\",\"2000\"\n\"2024-07-16T20:25:00.000Z\",\"0.001446\",\"0.001256\",\"2000\",\"0.001267\",\"0.00147\",\"2000\"\n\"2024-07-16T20:30:00.000Z\",\"0.001668\",\"0.001189\",\"2000\",\"0.001185\",\"0.001664\",\"2000\"\n\"2024-07-16T20:35:00.000Z\",\"0.002298\",\"0.001817\",\"2000\",\"0.001753\",\"0.002231\",\"2000\"\n\"2024-07-16T20:40:00.000Z\",\"0.001848\",\"0.001478\",\"2000\",\"0.001544\",\"0.001917\",\"2000\"\n\"2024-07-16T20:45:00.000Z\",\"0.001269\",\"0.000952\",\"2000\",\"0.000952\",\"0.001269\",\"2000\"\n\"2024-07-16T20:50:00.000Z\",\"0.001446\",\"0.001115\",\"2000\",\"0.001058\",\"0.001385\",\"2000\"\n\"2024-07-16T20:55:00.000Z\",\"0.001893\",\"0.001381\",\"2000\",\"0.001419\",\"0.001935\",\"2000\"\n\"2024-07-16T21:00:00.000Z\",\"0.001265\",\"0.000972\",\"2000\",\"0.000992\",\"0.001285\",\"2000\"\n\"2024-07-16T21:05:00.000Z\",\"0.001445\",\"0.001155\",\"2000\",\"0.001156\",\"0.001447\",\"2000\"\n\"2024-07-16T21:10:00.000Z\",\"0.001302\",\"0.000995\",\"2000\",\"0.000993\",\"0.001299\",\"2000\"\n\"2024-07-16T21:15:00.000Z\",\"0.001987\",\"0.001517\",\"2000\",\"0.001507\",\"0.001976\",\"2000\"\n\"2024-07-16T21:20:00.000Z\",\"0.001507\",\"0.001118\",\"2000\",\"0.001118\",\"0.001499\",\"2000\"\n\"2024-07-16T21:25:00.000Z\",\"0.001177\",\"0.000927\",\"2000\",\"0.000929\",\"0.001186\",\"2000\"\n\"2024-07-16T21:30:00.000Z\",\"0.001755\",\"0.001375\",\"2000\",\"0.001376\",\"0.001744\",\"2000\"\n\"2024-07-16T21:35:00.000Z\",\"0.002053\",\"0.001384\",\"2000\",\"0.001381\",\"0.002064\",\"2000\"\n\"2024-07-16T21:40:00.000Z\",\"0.00124\",\"0.001006\",\"2000\",\"0.000919\",\"0.001162\",\"2000\"\n\"2024-07-16T21:45:00.000Z\",\"0.001486\",\"0.001216\",\"2000\",\"0.001256\",\"0.001511\",\"2000\"\n\"2024-07-16T21:50:00.000Z\",\"0.001638\",\"0.001271\",\"2000\",\"0.001318\",\"0.001686\",\"2000\"\n\"2024-07-16T21:55:00.000Z\",\"0.00107\",\"0.000821\",\"2000\",\"0.000835\",\"0.001086\",\"2000\"\n\"2024-07-16T22:00:00.000Z\",\"0.001386\",\"0.001049\",\"2000\",\"0.001044\",\"0.001373\",\"2000\"\n\"2024-07-16T22:05:00.000Z\",\"0.001303\",\"0.001045\",\"2000\",\"0.001049\",\"0.001314\",\"2000\"\n\"2024-07-16T22:10:00.000Z\",\"0.001293\",\"0.001004\",\"2000\",\"0.001004\",\"0.001293\",\"2000\"\n\"2024-07-16T22:15:00.000Z\",\"0.001214\",\"0.001018\",\"2000\",\"0.001003\",\"0.001209\",\"2000\"\n\"2024-07-16T22:20:00.000Z\",\"0.001236\",\"0.000955\",\"2000\",\"0.000972\",\"0.001243\",\"2000\"\n\"2024-07-16T22:25:00.000Z\",\"0.00287\",\"0.002632\",\"2000\",\"0.002632\",\"0.002861\",\"2000\"\n\"2024-07-16T22:30:00.000Z\",\"0.001121\",\"0.000884\",\"2000\",\"0.000878\",\"0.001123\",\"2000\"\n\"2024-07-16T22:35:00.000Z\",\"0.001004\",\"0.000688\",\"2000\",\"0.000685\",\"0.001001\",\"2000\"\n\"2024-07-16T22:40:00.000Z\",\"0.000974\",\"0.000721\",\"2000\",\"0.00072\",\"0.000971\",\"2000\"\n\"2024-07-16T22:45:00.000Z\",\"0.001158\",\"0.000861\",\"2000\",\"0.000866\",\"0.001163\",\"2000\"\n\"2024-07-16T22:50:00.000Z\",\"0.001202\",\"0.000951\",\"2000\",\"0.00089\",\"0.001141\",\"2000\"\n\"2024-07-16T22:55:00.000Z\",\"0.001213\",\"0.000947\",\"2000\",\"0.000993\",\"0.001248\",\"2000\"\n\"2024-07-16T23:00:00.000Z\",\"0.00121\",\"0.001003\",\"2000\",\"0.001022\",\"0.001241\",\"2000\"\n\"2024-07-16T23:05:00.000Z\",\"0.001276\",\"0.00095\",\"2000\",\"0.00095\",\"0.001276\",\"2000\"\n\"2024-07-16T23:10:00.000Z\",\"0.001151\",\"0.000844\",\"2000\",\"0.000836\",\"0.001141\",\"2000\"\n\"2024-07-16T23:15:00.000Z\",\"0.001201\",\"0.001007\",\"2000\",\"0.00092\",\"0.001143\",\"2000\"\n\"2024-07-16T23:20:00.000Z\",\"0.001144\",\"0.000827\",\"2000\",\"0.000924\",\"0.001215\",\"2000\"\n\"2024-07-16T23:25:00.000Z\",\"0.001217\",\"0.000911\",\"2000\",\"0.000911\",\"0.001208\",\"2000\"\n\"2024-07-16T23:30:00.000Z\",\"0.001204\",\"0.000971\",\"2000\",\"0.000966\",\"0.001208\",\"2000\"\n\"2024-07-16T23:35:00.000Z\",\"0.001413\",\"0.001151\",\"2000\",\"0.001099\",\"0.001357\",\"2000\"\n\"2024-07-16T23:40:00.000Z\",\"0.001108\",\"0.000845\",\"2000\",\"0.000825\",\"0.001054\",\"2000\"\n\"2024-07-16T23:45:00.000Z\",\"0.001159\",\"0.000894\",\"2000\",\"0.000958\",\"0.001258\",\"2000\"\n\"2024-07-16T23:50:00.000Z\",\"0.001288\",\"0.000974\",\"2000\",\"0.000985\",\"0.0013\",\"2000\"\n\"2024-07-16T23:55:00.000Z\",\"0.001312\",\"0.001018\",\"2000\",\"0.001013\",\"0.001298\",\"2000\"\n\"2024-07-17T00:00:00.000Z\",\"0.001339\",\"0.001083\",\"2000\",\"0.001089\",\"0.001355\",\"2000\"\n\"2024-07-17T00:05:00.000Z\",\"0.003101\",\"0.002601\",\"2000\",\"0.002602\",\"0.003099\",\"2000\"\n\"2024-07-17T00:10:00.000Z\",\"0.003379\",\"0.002862\",\"2000\",\"0.002854\",\"0.003374\",\"2000\"\n\"2024-07-17T00:15:00.000Z\",\"0.003271\",\"0.002769\",\"2000\",\"0.002777\",\"0.003279\",\"2000\"\n\"2024-07-17T00:20:00.000Z\",\"0.003229\",\"0.002822\",\"2000\",\"0.002823\",\"0.003231\",\"2000\"\n\"2024-07-17T00:25:00.000Z\",\"0.002935\",\"0.00245\",\"2000\",\"0.00245\",\"0.002935\",\"2000\"\n\"2024-07-17T00:30:00.000Z\",\"0.001302\",\"0.001002\",\"2000\",\"0.000933\",\"0.001192\",\"2000\"\n\"2024-07-17T00:35:00.000Z\",\"0.001133\",\"0.000847\",\"2000\",\"0.000894\",\"0.00122\",\"2000\"\n\"2024-07-17T00:40:00.000Z\",\"0.001289\",\"0.000964\",\"2000\",\"0.000927\",\"0.001248\",\"2000\"\n\"2024-07-17T00:45:00.000Z\",\"0.001252\",\"0.001033\",\"2000\",\"0.00108\",\"0.001294\",\"2000\"\n\"2024-07-17T00:50:00.000Z\",\"0.001425\",\"0.00114\",\"2000\",\"0.001094\",\"0.001384\",\"2000\"\n\"2024-07-17T00:55:00.000Z\",\"0.001267\",\"0.000925\",\"2000\",\"0.000971\",\"0.001308\",\"2000\"\n\"2024-07-17T01:00:00.000Z\",\"0.001138\",\"0.000897\",\"2000\",\"0.000906\",\"0.001155\",\"2000\"\n\"2024-07-17T01:05:00.000Z\",\"0.001147\",\"0.00084\",\"2000\",\"0.000782\",\"0.00109\",\"2000\"\n\"2024-07-17T01:10:00.000Z\",\"0.001093\",\"0.000792\",\"2000\",\"0.000793\",\"0.001095\",\"2000\"\n\"2024-07-17T01:15:00.000Z\",\"0.001061\",\"0.000833\",\"2000\",\"0.000895\",\"0.001117\",\"2000\"\n\"2024-07-17T01:20:00.000Z\",\"0.00127\",\"0.000981\",\"2000\",\"0.000981\",\"0.001274\",\"2000\"\n\"2024-07-17T01:25:00.000Z\",\"0.001306\",\"0.000919\",\"2000\",\"0.000919\",\"0.001299\",\"2000\"\n\"2024-07-17T01:30:00.000Z\",\"0.001152\",\"0.000843\",\"2000\",\"0.000843\",\"0.00116\",\"2000\"\n\"2024-07-17T01:35:00.000Z\",\"0.000881\",\"0.000625\",\"2000\",\"0.000598\",\"0.000821\",\"2000\"\n\"2024-07-17T01:40:00.000Z\",\"0.001209\",\"0.000922\",\"2000\",\"0.000932\",\"0.001254\",\"2000\"\n\"2024-07-17T01:45:00.000Z\",\"0.001219\",\"0.000902\",\"2000\",\"0.000915\",\"0.001229\",\"2000\"\n\"2024-07-17T01:50:00.000Z\",\"0.001144\",\"0.000912\",\"2000\",\"0.000915\",\"0.001149\",\"2000\"\n\"2024-07-17T01:55:00.000Z\",\"0.001207\",\"0.000885\",\"2000\",\"0.00088\",\"0.001202\",\"2000\"\n\"2024-07-17T02:00:00.000Z\",\"0.001253\",\"0.000941\",\"2000\",\"0.000941\",\"0.001253\",\"2000\"\n\"2024-07-17T02:05:00.000Z\",\"0.001235\",\"0.001008\",\"2000\",\"0.001008\",\"0.001235\",\"2000\"\n\"2024-07-17T02:10:00.000Z\",\"0.003301\",\"0.003095\",\"2000\",\"0.002972\",\"0.003171\",\"2000\"\n\"2024-07-17T02:15:00.000Z\",\"0.004707\",\"0.004455\",\"2000\",\"0.00452\",\"0.004777\",\"2000\"\n\"2024-07-17T02:20:00.000Z\",\"0.005606\",\"0.005528\",\"2000\",\"0.005514\",\"0.005596\",\"2000\"\n\"2024-07-17T02:25:00.000Z\",\"0.004418\",\"0.004187\",\"2000\",\"0.004257\",\"0.004483\",\"2000\"\n\"2024-07-17T02:30:00.000Z\",\"0.004545\",\"0.004332\",\"2000\",\"0.004278\",\"0.004508\",\"2000\"\n\"2024-07-17T02:35:00.000Z\",\"0.003834\",\"0.003616\",\"2000\",\"0.00361\",\"0.003813\",\"2000\"\n\"2024-07-17T02:40:00.000Z\",\"0.00474\",\"0.004565\",\"2000\",\"0.004505\",\"0.004662\",\"2000\"\n\"2024-07-17T02:45:00.000Z\",\"0.004084\",\"0.003926\",\"2000\",\"0.004042\",\"0.004217\",\"2000\"\n\"2024-07-17T02:50:00.000Z\",\"0.004229\",\"0.004044\",\"2000\",\"0.00403\",\"0.004201\",\"2000\"\n\"2024-07-17T02:55:00.000Z\",\"0.002465\",\"0.002199\",\"2000\",\"0.002224\",\"0.002506\",\"2000\"\n\"2024-07-17T03:00:00.000Z\",\"0.001229\",\"0.00091\",\"2000\",\"0.00091\",\"0.001223\",\"2000\"\n\"2024-07-17T03:05:00.000Z\",\"0.00106\",\"0.00083\",\"2000\",\"0.000826\",\"0.001059\",\"2000\"\n\"2024-07-17T03:10:00.000Z\",\"0.001627\",\"0.001288\",\"2000\",\"0.001228\",\"0.001563\",\"2000\"\n\"2024-07-17T03:15:00.000Z\",\"0.007106\",\"0.006447\",\"2000\",\"0.006344\",\"0.007027\",\"2000\"\n\"2024-07-17T03:20:00.000Z\",\"0.007794\",\"0.007015\",\"2000\",\"0.007056\",\"0.007814\",\"2000\"\n\"2024-07-17T03:25:00.000Z\",\"0.008036\",\"0.007288\",\"2000\",\"0.007309\",\"0.008054\",\"2000\"\n\"2024-07-17T03:30:00.000Z\",\"0.007908\",\"0.007178\",\"2000\",\"0.007185\",\"0.00791\",\"2000\"\n\"2024-07-17T03:35:00.000Z\",\"0.005191\",\"0.00466\",\"2000\",\"0.004755\",\"0.005296\",\"2000\"\n\"2024-07-17T03:40:00.000Z\",\"0.001616\",\"0.001265\",\"2000\",\"0.00127\",\"0.001622\",\"2000\"\n\"2024-07-17T03:45:00.000Z\",\"0.001072\",\"0.000849\",\"2000\",\"0.000851\",\"0.001074\",\"2000\"\n\"2024-07-17T03:50:00.000Z\",\"0.001051\",\"0.000758\",\"2000\",\"0.000755\",\"0.001046\",\"2000\"\n\"2024-07-17T03:55:00.000Z\",\"0.000711\",\"0.000513\",\"2000\",\"0.000516\",\"0.000716\",\"2000\"\n\"2024-07-17T04:00:00.000Z\",\"0.000915\",\"0.000728\",\"2000\",\"0.000726\",\"0.000913\",\"2000\"\n\"2024-07-17T04:05:00.000Z\",\"0.000819\",\"0.00052\",\"2000\",\"0.000522\",\"0.000821\",\"2000\"\n\"2024-07-17T04:10:00.000Z\",\"0.000635\",\"0.000439\",\"2000\",\"0.000435\",\"0.000622\",\"2000\"\n\"2024-07-17T04:15:00.000Z\",\"0.000874\",\"0.000654\",\"2000\",\"0.000598\",\"0.000804\",\"2000\"\n\"2024-07-17T04:20:00.000Z\",\"0.001576\",\"0.001313\",\"2000\",\"0.001283\",\"0.001595\",\"2000\"\n\"2024-07-17T04:25:00.000Z\",\"0.002049\",\"0.001732\",\"2000\",\"0.001753\",\"0.00207\",\"2000\"\n\"2024-07-17T04:30:00.000Z\",\"0.008249\",\"0.007772\",\"2000\",\"0.007767\",\"0.008209\",\"2000\"\n\"2024-07-17T04:35:00.000Z\",\"0.007589\",\"0.006941\",\"2000\",\"0.006773\",\"0.007407\",\"2000\"\n\"2024-07-17T04:40:00.000Z\",\"0.005088\",\"0.004478\",\"2000\",\"0.004669\",\"0.005306\",\"2000\"\n\"2024-07-17T04:45:00.000Z\",\"0.004397\",\"0.003831\",\"2000\",\"0.003772\",\"0.004323\",\"2000\"\n\"2024-07-17T04:50:00.000Z\",\"0.004326\",\"0.003679\",\"2000\",\"0.003789\",\"0.004446\",\"2000\"\n\"2024-07-17T04:55:00.000Z\",\"0.00189\",\"0.001452\",\"2000\",\"0.001445\",\"0.001883\",\"2000\"\n\"2024-07-17T05:00:00.000Z\",\"0.001306\",\"0.001061\",\"2000\",\"0.001062\",\"0.001308\",\"2000\"\n\"2024-07-17T05:05:00.000Z\",\"0.001207\",\"0.000926\",\"2000\",\"0.000922\",\"0.001181\",\"2000\"\n\"2024-07-17T05:10:00.000Z\",\"0.000874\",\"0.000627\",\"2000\",\"0.000627\",\"0.000896\",\"2000\"\n\"2024-07-17T05:15:00.000Z\",\"0.001433\",\"0.001077\",\"2000\",\"0.001079\",\"0.001423\",\"2000\"\n\"2024-07-17T05:20:00.000Z\",\"0.000731\",\"0.00052\",\"2000\",\"0.000438\",\"0.000611\",\"2000\"\n\"2024-07-17T05:25:00.000Z\",\"0.002384\",\"0.002092\",\"2000\",\"0.002179\",\"0.002523\",\"2000\"\n\"2024-07-17T05:30:00.000Z\",\"0.001481\",\"0.00113\",\"2000\",\"0.001124\",\"0.001474\",\"2000\"\n\"2024-07-17T05:35:00.000Z\",\"0.001022\",\"0.000741\",\"2000\",\"0.000743\",\"0.000991\",\"2000\"\n\"2024-07-17T05:40:00.000Z\",\"0.000617\",\"0.000486\",\"2000\",\"0.000488\",\"0.000653\",\"2000\"\n\"2024-07-17T05:45:00.000Z\",\"0.001214\",\"0.000887\",\"2000\",\"0.000885\",\"0.001213\",\"2000\"\n\"2024-07-17T05:50:00.000Z\",\"0.001233\",\"0.000964\",\"2000\",\"0.000966\",\"0.001233\",\"2000\"\n\"2024-07-17T05:55:00.000Z\",\"0.000849\",\"0.000607\",\"2000\",\"0.000601\",\"0.000806\",\"2000\"\n\"2024-07-17T06:00:00.000Z\",\"0.000923\",\"0.0007\",\"2000\",\"0.000709\",\"0.00097\",\"2000\"\n\"2024-07-17T06:05:00.000Z\",\"0.001468\",\"0.001092\",\"2000\",\"0.001083\",\"0.001456\",\"2000\"\n\"2024-07-17T06:10:00.000Z\",\"0.000664\",\"0.000514\",\"2000\",\"0.000521\",\"0.000674\",\"2000\"\n\"2024-07-17T06:15:00.000Z\",\"0.001055\",\"0.000735\",\"2000\",\"0.000735\",\"0.001049\",\"2000\"\n\"2024-07-17T06:20:00.000Z\",\"0.001146\",\"0.000912\",\"2000\",\"0.000902\",\"0.001082\",\"2000\"\n\"2024-07-17T06:25:00.000Z\",\"0.002284\",\"0.001912\",\"2000\",\"0.001916\",\"0.00235\",\"2000\"\n\"2024-07-17T06:30:00.000Z\",\"0.003126\",\"0.002697\",\"2000\",\"0.002645\",\"0.003066\",\"2000\"\n\"2024-07-17T06:35:00.000Z\",\"0.002976\",\"0.002518\",\"2000\",\"0.002468\",\"0.002907\",\"2000\"\n\"2024-07-17T06:40:00.000Z\",\"0.003639\",\"0.003163\",\"2000\",\"0.003269\",\"0.003773\",\"2000\"\n\"2024-07-17T06:45:00.000Z\",\"0.004823\",\"0.003964\",\"2000\",\"0.00385\",\"0.004691\",\"2000\"\n\"2024-07-17T06:50:00.000Z\",\"0.003356\",\"0.002846\",\"2000\",\"0.002928\",\"0.00346\",\"2000\"\n\"2024-07-17T06:55:00.000Z\",\"0.002503\",\"0.002089\",\"2000\",\"0.002124\",\"0.002531\",\"2000\"\n\"2024-07-17T07:00:00.000Z\",\"0.002477\",\"0.002078\",\"2000\",\"0.002079\",\"0.002479\",\"2000\"\n\"2024-07-17T07:05:00.000Z\",\"0.001524\",\"0.001241\",\"2000\",\"0.001236\",\"0.001517\",\"2000\"\n\"2024-07-17T07:10:00.000Z\",\"0.000766\",\"0.000591\",\"2000\",\"0.000591\",\"0.000767\",\"2000\"\n\"2024-07-17T07:15:00.000Z\",\"0.000822\",\"0.000612\",\"2000\",\"0.000617\",\"0.000828\",\"2000\"\n\"2024-07-17T07:20:00.000Z\",\"0.000956\",\"0.000716\",\"2000\",\"0.000664\",\"0.000875\",\"2000\"\n\"2024-07-17T07:25:00.000Z\",\"0.00101\",\"0.000733\",\"2000\",\"0.000783\",\"0.001089\",\"2000\"\n\"2024-07-17T07:30:00.000Z\",\"0.001058\",\"0.000704\",\"2000\",\"0.000702\",\"0.001053\",\"2000\"\n\"2024-07-17T07:35:00.000Z\",\"0.001386\",\"0.000982\",\"2000\",\"0.000986\",\"0.001394\",\"2000\"\n\"2024-07-17T07:40:00.000Z\",\"0.001244\",\"0.000975\",\"2000\",\"0.000975\",\"0.001244\",\"2000\"\n\"2024-07-17T07:45:00.000Z\",\"0.001193\",\"0.000879\",\"2000\",\"0.000879\",\"0.001193\",\"2000\"\n\"2024-07-17T07:50:00.000Z\",\"0.001352\",\"0.001042\",\"2000\",\"0.001042\",\"0.001352\",\"2000\"\n\"2024-07-17T07:55:00.000Z\",\"0.001375\",\"0.0009\",\"2000\",\"0.000893\",\"0.001368\",\"2000\"\n\"2024-07-17T08:00:00.000Z\",\"0.00131\",\"0.001005\",\"2000\",\"0.000998\",\"0.001297\",\"2000\"\n\"2024-07-17T08:05:00.000Z\",\"0.001366\",\"0.001013\",\"2000\",\"0.001011\",\"0.001367\",\"2000\"\n\"2024-07-17T08:10:00.000Z\",\"0.001054\",\"0.000786\",\"2000\",\"0.000795\",\"0.001067\",\"2000\"\n\"2024-07-17T08:15:00.000Z\",\"0.001116\",\"0.000862\",\"2000\",\"0.000857\",\"0.001116\",\"2000\"\n\"2024-07-17T08:20:00.000Z\",\"0.001358\",\"0.001168\",\"2000\",\"0.001175\",\"0.001356\",\"2000\"\n\"2024-07-17T08:25:00.000Z\",\"0.001307\",\"0.001049\",\"2000\",\"0.001053\",\"0.001315\",\"2000\"\n\"2024-07-17T08:30:00.000Z\",\"0.001831\",\"0.001468\",\"2000\",\"0.001415\",\"0.001769\",\"2000\"\n\"2024-07-17T08:35:00.000Z\",\"0.00346\",\"0.003172\",\"2000\",\"0.003226\",\"0.003521\",\"2000\"\n\"2024-07-17T08:40:00.000Z\",\"0.001916\",\"0.00155\",\"2000\",\"0.00155\",\"0.001917\",\"2000\"\n\"2024-07-17T08:45:00.000Z\",\"0.002391\",\"0.001874\",\"2000\",\"0.001863\",\"0.002375\",\"2000\"\n\"2024-07-17T08:50:00.000Z\",\"0.002532\",\"0.001971\",\"2000\",\"0.001983\",\"0.002548\",\"2000\"\n\"2024-07-17T08:55:00.000Z\",\"0.001976\",\"0.001572\",\"2000\",\"0.001569\",\"0.001972\",\"2000\"\n\"2024-07-17T09:00:00.000Z\",\"0.001486\",\"0.001153\",\"2000\",\"0.0011\",\"0.001427\",\"2000\"\n\"2024-07-17T09:05:00.000Z\",\"0.001454\",\"0.001163\",\"2000\",\"0.001201\",\"0.001499\",\"2000\"\n\"2024-07-17T09:10:00.000Z\",\"0.001183\",\"0.000946\",\"2000\",\"0.000918\",\"0.00115\",\"2000\"\n\"2024-07-17T09:15:00.000Z\",\"0.001198\",\"0.000942\",\"2000\",\"0.000988\",\"0.001249\",\"2000\"\n\"2024-07-17T09:20:00.000Z\",\"0.001362\",\"0.001019\",\"2000\",\"0.001017\",\"0.001359\",\"2000\"\n\"2024-07-17T09:25:00.000Z\",\"0.001092\",\"0.000852\",\"2000\",\"0.000855\",\"0.001092\",\"2000\"\n\"2024-07-17T09:30:00.000Z\",\"0.001656\",\"0.001355\",\"2000\",\"0.001297\",\"0.00155\",\"2000\"\n\"2024-07-17T09:35:00.000Z\",\"0.002561\",\"0.002176\",\"2000\",\"0.002213\",\"0.002645\",\"2000\"\n\"2024-07-17T09:40:00.000Z\",\"0.003586\",\"0.003097\",\"2000\",\"0.003106\",\"0.003599\",\"2000\"\n\"2024-07-17T09:45:00.000Z\",\"0.002113\",\"0.001676\",\"2000\",\"0.00164\",\"0.002066\",\"2000\"\n\"2024-07-17T09:50:00.000Z\",\"0.002677\",\"0.002171\",\"2000\",\"0.002163\",\"0.002677\",\"2000\"\n\"2024-07-17T09:55:00.000Z\",\"0.002106\",\"0.001741\",\"2000\",\"0.001722\",\"0.002084\",\"2000\"\n\"2024-07-17T10:00:00.000Z\",\"0.003731\",\"0.003275\",\"2000\",\"0.003157\",\"0.003609\",\"2000\"\n\"2024-07-17T10:05:00.000Z\",\"0.003869\",\"0.003447\",\"2000\",\"0.00354\",\"0.003969\",\"2000\"\n\"2024-07-17T10:10:00.000Z\",\"0.004289\",\"0.00356\",\"2000\",\"0.003525\",\"0.004253\",\"2000\"\n\"2024-07-17T10:15:00.000Z\",\"0.003471\",\"0.00302\",\"2000\",\"0.003131\",\"0.003587\",\"2000\"\n\"2024-07-17T10:20:00.000Z\",\"0.003045\",\"0.002629\",\"2000\",\"0.002551\",\"0.002917\",\"2000\"\n\"2024-07-17T10:25:00.000Z\",\"0.003125\",\"0.002699\",\"2000\",\"0.002798\",\"0.003277\",\"2000\"\n\"2024-07-17T10:30:00.000Z\",\"0.002966\",\"0.002431\",\"2000\",\"0.002418\",\"0.002949\",\"2000\"\n\"2024-07-17T10:35:00.000Z\",\"0.002842\",\"0.002339\",\"2000\",\"0.00235\",\"0.002856\",\"2000\"\n\"2024-07-17T10:40:00.000Z\",\"0.003085\",\"0.002573\",\"2000\",\"0.002563\",\"0.003067\",\"2000\"\n\"2024-07-17T10:45:00.000Z\",\"0.002408\",\"0.002028\",\"2000\",\"0.002037\",\"0.002427\",\"2000\"\n\"2024-07-17T10:50:00.000Z\",\"0.001687\",\"0.001333\",\"2000\",\"0.001334\",\"0.001689\",\"2000\"\n\"2024-07-17T10:55:00.000Z\",\"0.001557\",\"0.00127\",\"2000\",\"0.001266\",\"0.001552\",\"2000\"\n\"2024-07-17T11:00:00.000Z\",\"0.001486\",\"0.001204\",\"2000\",\"0.001208\",\"0.001487\",\"2000\"\n\"2024-07-17T11:05:00.000Z\",\"0.002394\",\"0.001959\",\"2000\",\"0.001956\",\"0.00239\",\"2000\"\n\"2024-07-17T11:10:00.000Z\",\"0.001084\",\"0.00079\",\"2000\",\"0.000788\",\"0.001085\",\"2000\"\n\"2024-07-17T11:15:00.000Z\",\"0.001136\",\"0.000915\",\"2000\",\"0.000908\",\"0.001129\",\"2000\"\n\"2024-07-17T11:20:00.000Z\",\"0.001087\",\"0.000832\",\"2000\",\"0.00077\",\"0.000988\",\"2000\"\n\"2024-07-17T11:25:00.000Z\",\"0.000985\",\"0.000727\",\"2000\",\"0.000784\",\"0.001082\",\"2000\"\n\"2024-07-17T11:30:00.000Z\",\"0.001283\",\"0.001031\",\"2000\",\"0.000995\",\"0.001238\",\"2000\"\n\"2024-07-17T11:35:00.000Z\",\"0.001187\",\"0.000861\",\"2000\",\"0.000909\",\"0.001241\",\"2000\"\n\"2024-07-17T11:40:00.000Z\",\"0.001106\",\"0.000797\",\"2000\",\"0.000802\",\"0.001113\",\"2000\"\n\"2024-07-17T11:45:00.000Z\",\"0.00117\",\"0.000955\",\"2000\",\"0.000954\",\"0.001163\",\"2000\"\n\"2024-07-17T11:50:00.000Z\",\"0.001168\",\"0.000931\",\"2000\",\"0.000922\",\"0.001155\",\"2000\"\n\"2024-07-17T11:55:00.000Z\",\"0.001098\",\"0.000799\",\"2000\",\"0.000802\",\"0.00111\",\"2000\"\n\"2024-07-17T12:00:00.000Z\",\"0.001102\",\"0.000834\",\"2000\",\"0.000835\",\"0.001104\",\"2000\"\n\"2024-07-17T12:05:00.000Z\",\"0.001342\",\"0.000943\",\"2000\",\"0.000927\",\"0.001321\",\"2000\"\n\"2024-07-17T12:10:00.000Z\",\"0.001179\",\"0.000967\",\"2000\",\"0.000913\",\"0.001093\",\"2000\"\n\"2024-07-17T12:15:00.000Z\",\"0.001008\",\"0.000754\",\"2000\",\"0.000818\",\"0.001098\",\"2000\"\n\"2024-07-17T12:20:00.000Z\",\"0.001084\",\"0.000834\",\"2000\",\"0.000839\",\"0.001099\",\"2000\"\n\"2024-07-17T12:25:00.000Z\",\"0.001312\",\"0.001002\",\"2000\",\"0.000999\",\"0.001309\",\"2000\"\n\"2024-07-17T12:30:00.000Z\",\"0.001291\",\"0.001015\",\"2000\",\"0.001015\",\"0.001291\",\"2000\"\n\"2024-07-17T12:35:00.000Z\",\"0.001131\",\"0.000883\",\"2000\",\"0.000893\",\"0.001141\",\"2000\"\n\"2024-07-17T12:40:00.000Z\",\"0.001256\",\"0.000906\",\"2000\",\"0.000897\",\"0.001245\",\"2000\"\n\"2024-07-17T12:45:00.000Z\",\"0.001278\",\"0.001037\",\"2000\",\"0.000984\",\"0.001189\",\"2000\"\n\"2024-07-17T12:50:00.000Z\",\"0.001384\",\"0.001109\",\"2000\",\"0.001171\",\"0.001484\",\"2000\"\n\"2024-07-17T12:55:00.000Z\",\"0.001481\",\"0.001168\",\"2000\",\"0.001146\",\"0.001457\",\"2000\"\n\"2024-07-17T13:00:00.000Z\",\"0.001718\",\"0.00137\",\"2000\",\"0.001388\",\"0.001731\",\"2000\"\n\"2024-07-17T13:05:00.000Z\",\"0.001425\",\"0.001113\",\"2000\",\"0.001112\",\"0.001423\",\"2000\"\n\"2024-07-17T13:10:00.000Z\",\"0.002719\",\"0.002544\",\"2000\",\"0.00249\",\"0.002673\",\"2000\"\n\"2024-07-17T13:15:00.000Z\",\"0.00103\",\"0.000724\",\"2000\",\"0.000778\",\"0.001085\",\"2000\"\n\"2024-07-17T13:20:00.000Z\",\"0.001469\",\"0.001154\",\"2000\",\"0.001156\",\"0.001472\",\"2000\"\n\"2024-07-17T13:25:00.000Z\",\"0.002114\",\"0.001745\",\"2000\",\"0.001636\",\"0.001991\",\"2000\"\n\"2024-07-17T13:30:00.000Z\",\"0.003861\",\"0.003107\",\"2000\",\"0.003146\",\"0.003906\",\"2000\"\n\"2024-07-17T13:35:00.000Z\",\"0.003821\",\"0.003198\",\"2000\",\"0.00309\",\"0.003688\",\"2000\"\n\"2024-07-17T13:40:00.000Z\",\"0.003728\",\"0.003293\",\"2000\",\"0.003323\",\"0.003771\",\"2000\"\n\"2024-07-17T13:45:00.000Z\",\"0.003827\",\"0.0032\",\"2000\",\"0.00332\",\"0.003956\",\"2000\"\n\"2024-07-17T13:50:00.000Z\",\"0.003087\",\"0.002591\",\"2000\",\"0.002566\",\"0.003065\",\"2000\"\n\"2024-07-17T13:55:00.000Z\",\"0.001969\",\"0.001594\",\"2000\",\"0.001646\",\"0.002026\",\"2000\"\n\"2024-07-17T14:00:00.000Z\",\"0.001489\",\"0.001211\",\"2000\",\"0.001212\",\"0.001491\",\"2000\"\n\"2024-07-17T14:05:00.000Z\",\"0.001543\",\"0.001244\",\"2000\",\"0.001239\",\"0.001527\",\"2000\"\n\"2024-07-17T14:10:00.000Z\",\"0.001232\",\"0.000935\",\"2000\",\"0.000875\",\"0.00114\",\"2000\"\n\"2024-07-17T14:15:00.000Z\",\"0.001322\",\"0.001034\",\"2000\",\"0.001101\",\"0.001427\",\"2000\"\n\"2024-07-17T14:20:00.000Z\",\"0.002592\",\"0.002342\",\"2000\",\"0.002272\",\"0.002514\",\"2000\"\n\"2024-07-17T14:25:00.000Z\",\"0.00141\",\"0.001162\",\"2000\",\"0.001227\",\"0.001482\",\"2000\"\n\"2024-07-17T14:30:00.000Z\",\"0.001089\",\"0.000806\",\"2000\",\"0.000742\",\"0.001056\",\"2000\"\n\"2024-07-17T14:35:00.000Z\",\"0.001295\",\"0.001018\",\"2000\",\"0.001088\",\"0.001333\",\"2000\"\n\"2024-07-17T14:40:00.000Z\",\"0.001124\",\"0.000875\",\"2000\",\"0.000875\",\"0.001124\",\"2000\"\n\"2024-07-17T14:45:00.000Z\",\"0.001167\",\"0.000937\",\"2000\",\"0.000933\",\"0.001157\",\"2000\"\n\"2024-07-17T14:50:00.000Z\",\"0.001288\",\"0.000974\",\"2000\",\"0.000925\",\"0.001243\",\"2000\"\n\"2024-07-17T14:55:00.000Z\",\"0.001165\",\"0.000803\",\"2000\",\"0.000848\",\"0.001184\",\"2000\"\n\"2024-07-17T15:00:00.000Z\",\"0.001257\",\"0.000975\",\"2000\",\"0.000981\",\"0.001291\",\"2000\"\n\"2024-07-17T15:05:00.000Z\",\"0.001493\",\"0.001184\",\"2000\",\"0.001118\",\"0.001443\",\"2000\"\n\"2024-07-17T15:10:00.000Z\",\"0.001806\",\"0.001539\",\"2000\",\"0.001611\",\"0.001853\",\"2000\"\n\"2024-07-17T15:15:00.000Z\",\"0.002573\",\"0.002302\",\"2000\",\"0.002295\",\"0.002559\",\"2000\"\n\"2024-07-17T15:20:00.000Z\",\"0.002856\",\"0.002516\",\"2000\",\"0.002519\",\"0.002871\",\"2000\"\n\"2024-07-17T15:25:00.000Z\",\"0.002857\",\"0.002455\",\"2000\",\"0.002396\",\"0.002759\",\"2000\"\n\"2024-07-17T15:30:00.000Z\",\"0.002629\",\"0.002189\",\"2000\",\"0.002169\",\"0.002648\",\"2000\"\n\"2024-07-17T15:35:00.000Z\",\"0.002112\",\"0.001889\",\"2000\",\"0.001967\",\"0.002193\",\"2000\"\n\"2024-07-17T15:40:00.000Z\",\"0.001769\",\"0.001342\",\"2000\",\"0.001338\",\"0.001764\",\"2000\"\n\"2024-07-17T15:45:00.000Z\",\"0.003263\",\"0.002798\",\"2000\",\"0.002778\",\"0.003227\",\"2000\"\n\"2024-07-17T15:50:00.000Z\",\"0.003131\",\"0.002669\",\"2000\",\"0.00256\",\"0.003018\",\"2000\"\n\"2024-07-17T15:55:00.000Z\",\"0.002393\",\"0.002113\",\"2000\",\"0.002243\",\"0.002545\",\"2000\"\n\"2024-07-17T16:00:00.000Z\",\"0.001684\",\"0.001318\",\"2000\",\"0.001322\",\"0.001684\",\"2000\"\n\"2024-07-17T16:05:00.000Z\",\"0.001277\",\"0.000957\",\"2000\",\"0.000958\",\"0.001281\",\"2000\"\n\"2024-07-17T16:10:00.000Z\",\"0.00138\",\"0.00107\",\"2000\",\"0.001065\",\"0.001372\",\"2000\"\n\"2024-07-17T16:15:00.000Z\",\"0.001421\",\"0.001121\",\"2000\",\"0.001108\",\"0.001392\",\"2000\"\n\"2024-07-17T16:20:00.000Z\",\"0.001363\",\"0.00106\",\"2000\",\"0.001025\",\"0.00134\",\"2000\"\n\"2024-07-17T16:25:00.000Z\",\"0.001387\",\"0.001041\",\"2000\",\"0.001096\",\"0.001447\",\"2000\"\n\"2024-07-17T16:30:00.000Z\",\"0.001783\",\"0.001209\",\"2000\",\"0.001154\",\"0.001711\",\"2000\"\n\"2024-07-17T16:35:00.000Z\",\"0.001198\",\"0.000919\",\"2000\",\"0.000959\",\"0.001243\",\"2000\"\n\"2024-07-17T16:40:00.000Z\",\"0.001396\",\"0.001123\",\"2000\",\"0.00113\",\"0.001414\",\"2000\"\n\"2024-07-17T16:45:00.000Z\",\"0.001642\",\"0.00123\",\"2000\",\"0.001232\",\"0.001644\",\"2000\"\n\"2024-07-17T16:50:00.000Z\",\"0.001069\",\"0.00078\",\"2000\",\"0.000778\",\"0.001067\",\"2000\"\n\"2024-07-17T16:55:00.000Z\",\"0.001631\",\"0.001345\",\"2000\",\"0.001336\",\"0.001619\",\"2000\"\n\"2024-07-17T17:00:00.000Z\",\"0.002142\",\"0.001645\",\"2000\",\"0.001636\",\"0.002137\",\"2000\"\n\"2024-07-17T17:05:00.000Z\",\"0.002281\",\"0.00184\",\"2000\",\"0.001855\",\"0.002295\",\"2000\"\n\"2024-07-17T17:10:00.000Z\",\"0.002233\",\"0.001996\",\"2000\",\"0.001964\",\"0.002208\",\"2000\"\n\"2024-07-17T17:15:00.000Z\",\"0.002304\",\"0.001899\",\"2000\",\"0.001925\",\"0.002323\",\"2000\"\n\"2024-07-17T17:20:00.000Z\",\"0.002405\",\"0.00209\",\"2000\",\"0.002086\",\"0.002404\",\"2000\"\n\"2024-07-17T17:25:00.000Z\",\"0.002421\",\"0.002105\",\"2000\",\"0.002117\",\"0.002436\",\"2000\"\n\"2024-07-17T17:30:00.000Z\",\"0.002202\",\"0.001858\",\"2000\",\"0.001785\",\"0.002109\",\"2000\"\n\"2024-07-17T17:35:00.000Z\",\"0.00218\",\"0.001846\",\"2000\",\"0.001863\",\"0.002202\",\"2000\"\n\"2024-07-17T17:40:00.000Z\",\"0.002276\",\"0.001729\",\"2000\",\"0.001788\",\"0.002339\",\"2000\"\n\"2024-07-17T17:45:00.000Z\",\"0.001455\",\"0.001123\",\"2000\",\"0.001118\",\"0.001459\",\"2000\"\n\"2024-07-17T17:50:00.000Z\",\"0.001709\",\"0.001495\",\"2000\",\"0.0015\",\"0.001711\",\"2000\"\n\"2024-07-17T17:55:00.000Z\",\"0.001395\",\"0.001124\",\"2000\",\"0.001126\",\"0.001397\",\"2000\"\n\"2024-07-17T18:00:00.000Z\",\"0.0012\",\"0.000894\",\"2000\",\"0.000896\",\"0.001203\",\"2000\"\n\"2024-07-17T18:05:00.000Z\",\"0.00137\",\"0.001105\",\"2000\",\"0.001105\",\"0.00137\",\"2000\"\n\"2024-07-17T18:10:00.000Z\",\"0.002081\",\"0.001519\",\"2000\",\"0.001457\",\"0.002014\",\"2000\"\n\"2024-07-17T18:15:00.000Z\",\"0.001369\",\"0.001048\",\"2000\",\"0.001107\",\"0.001425\",\"2000\"\n\"2024-07-17T18:20:00.000Z\",\"0.001477\",\"0.001209\",\"2000\",\"0.001213\",\"0.001488\",\"2000\"\n\"2024-07-17T18:25:00.000Z\",\"0.001808\",\"0.00136\",\"2000\",\"0.001305\",\"0.001728\",\"2000\"\n\"2024-07-17T18:30:00.000Z\",\"0.002052\",\"0.001696\",\"2000\",\"0.001738\",\"0.002095\",\"2000\"\n\"2024-07-17T18:35:00.000Z\",\"0.00166\",\"0.001351\",\"2000\",\"0.001351\",\"0.001684\",\"2000\"\n\"2024-07-17T18:40:00.000Z\",\"0.003672\",\"0.003179\",\"2000\",\"0.003112\",\"0.003604\",\"2000\"\n\"2024-07-17T18:45:00.000Z\",\"0.005085\",\"0.004208\",\"2000\",\"0.004276\",\"0.005153\",\"2000\"\n\"2024-07-17T18:50:00.000Z\",\"0.003876\",\"0.003378\",\"2000\",\"0.003325\",\"0.003809\",\"2000\"\n\"2024-07-17T18:55:00.000Z\",\"0.00288\",\"0.002356\",\"2000\",\"0.002356\",\"0.002889\",\"2000\"\n\"2024-07-17T19:00:00.000Z\",\"0.002344\",\"0.001898\",\"2000\",\"0.001962\",\"0.002404\",\"2000\"\n\"2024-07-17T19:05:00.000Z\",\"0.00164\",\"0.001251\",\"2000\",\"0.001251\",\"0.001649\",\"2000\"\n\"2024-07-17T19:10:00.000Z\",\"0.001422\",\"0.001095\",\"2000\",\"0.001092\",\"0.001413\",\"2000\"\n\"2024-07-17T19:15:00.000Z\",\"0.001997\",\"0.001406\",\"2000\",\"0.001396\",\"0.001983\",\"2000\"\n\"2024-07-17T19:20:00.000Z\",\"0.002216\",\"0.001916\",\"2000\",\"0.001815\",\"0.002112\",\"2000\"\n\"2024-07-17T19:25:00.000Z\",\"0.003378\",\"0.003062\",\"2000\",\"0.003053\",\"0.003374\",\"2000\"\n\"2024-07-17T19:30:00.000Z\",\"0.004875\",\"0.004274\",\"2000\",\"0.004268\",\"0.004861\",\"2000\"\n\"2024-07-17T19:35:00.000Z\",\"0.004814\",\"0.004398\",\"2000\",\"0.004496\",\"0.004928\",\"2000\"\n\"2024-07-17T19:40:00.000Z\",\"0.005503\",\"0.004646\",\"2000\",\"0.004543\",\"0.005389\",\"2000\"\n\"2024-07-17T19:45:00.000Z\",\"0.005441\",\"0.004719\",\"2000\",\"0.00476\",\"0.005493\",\"2000\"\n\"2024-07-17T19:50:00.000Z\",\"0.00434\",\"0.003862\",\"2000\",\"0.003947\",\"0.004426\",\"2000\"\n\"2024-07-17T19:55:00.000Z\",\"0.002695\",\"0.002168\",\"2000\",\"0.002143\",\"0.002653\",\"2000\"\n\"2024-07-17T20:00:00.000Z\",\"0.00308\",\"0.002604\",\"2000\",\"0.002612\",\"0.003092\",\"2000\"\n\"2024-07-17T20:05:00.000Z\",\"0.001461\",\"0.001168\",\"2000\",\"0.001138\",\"0.001442\",\"2000\"\n\"2024-07-17T20:10:00.000Z\",\"0.001511\",\"0.001162\",\"2000\",\"0.001161\",\"0.001496\",\"2000\"\n\"2024-07-17T20:15:00.000Z\",\"0.001886\",\"0.001538\",\"2000\",\"0.001594\",\"0.001952\",\"2000\"\n\"2024-07-17T20:20:00.000Z\",\"0.002026\",\"0.001651\",\"2000\",\"0.001647\",\"0.002028\",\"2000\"\n\"2024-07-17T20:25:00.000Z\",\"0.001628\",\"0.001268\",\"2000\",\"0.00126\",\"0.001616\",\"2000\"\n\"2024-07-17T20:30:00.000Z\",\"0.001772\",\"0.001365\",\"2000\",\"0.001311\",\"0.001704\",\"2000\"\n\"2024-07-17T20:35:00.000Z\",\"0.001915\",\"0.001504\",\"2000\",\"0.001457\",\"0.001902\",\"2000\"\n\"2024-07-17T20:40:00.000Z\",\"0.001335\",\"0.00102\",\"2000\",\"0.001126\",\"0.001424\",\"2000\"\n\"2024-07-17T20:45:00.000Z\",\"0.001916\",\"0.001562\",\"2000\",\"0.00152\",\"0.001816\",\"2000\"\n\"2024-07-17T20:50:00.000Z\",\"0.003768\",\"0.003205\",\"2000\",\"0.00322\",\"0.003842\",\"2000\"\n\"2024-07-17T20:55:00.000Z\",\"0.001613\",\"0.001253\",\"2000\",\"0.001121\",\"0.001507\",\"2000\"\n\"2024-07-17T21:00:00.000Z\",\"0.001594\",\"0.001185\",\"2000\",\"0.001342\",\"0.001714\",\"2000\"\n\"2024-07-17T21:05:00.000Z\",\"0.001888\",\"0.00147\",\"2000\",\"0.001464\",\"0.001879\",\"2000\"\n\"2024-07-17T21:10:00.000Z\",\"0.001525\",\"0.001232\",\"2000\",\"0.001236\",\"0.001538\",\"2000\"\n\"2024-07-17T21:15:00.000Z\",\"0.001824\",\"0.001477\",\"2000\",\"0.001473\",\"0.001819\",\"2000\"\n\"2024-07-17T21:20:00.000Z\",\"0.001285\",\"0.001034\",\"2000\",\"0.001013\",\"0.001268\",\"2000\"\n\"2024-07-17T21:25:00.000Z\",\"0.001876\",\"0.001499\",\"2000\",\"0.001533\",\"0.001907\",\"2000\"\n\"2024-07-17T21:30:00.000Z\",\"0.001893\",\"0.001459\",\"2000\",\"0.001446\",\"0.001879\",\"2000\"\n\"2024-07-17T21:35:00.000Z\",\"0.001415\",\"0.001169\",\"2000\",\"0.001185\",\"0.001432\",\"2000\"\n\"2024-07-17T21:40:00.000Z\",\"0.001854\",\"0.001475\",\"2000\",\"0.001464\",\"0.001842\",\"2000\"\n\"2024-07-17T21:45:00.000Z\",\"0.001666\",\"0.001298\",\"2000\",\"0.001254\",\"0.001622\",\"2000\"\n\"2024-07-17T21:50:00.000Z\",\"0.001372\",\"0.0011\",\"2000\",\"0.001145\",\"0.001419\",\"2000\"\n\"2024-07-17T21:55:00.000Z\",\"0.001747\",\"0.001379\",\"2000\",\"0.001315\",\"0.001682\",\"2000\"\n\"2024-07-17T22:00:00.000Z\",\"0.001873\",\"0.001448\",\"2000\",\"0.001503\",\"0.001931\",\"2000\"\n\"2024-07-17T22:05:00.000Z\",\"0.001455\",\"0.001109\",\"2000\",\"0.001059\",\"0.001401\",\"2000\"\n\"2024-07-17T22:10:00.000Z\",\"0.001603\",\"0.001322\",\"2000\",\"0.001277\",\"0.001542\",\"2000\"\n\"2024-07-17T22:15:00.000Z\",\"0.001504\",\"0.00122\",\"2000\",\"0.001326\",\"0.001628\",\"2000\"\n\"2024-07-17T22:20:00.000Z\",\"0.001485\",\"0.001152\",\"2000\",\"0.00115\",\"0.001483\",\"2000\"\n\"2024-07-17T22:25:00.000Z\",\"0.002069\",\"0.001786\",\"2000\",\"0.001724\",\"0.002\",\"2000\"\n\"2024-07-17T22:30:00.000Z\",\"0.004952\",\"0.004453\",\"2000\",\"0.004447\",\"0.004952\",\"2000\"\n\"2024-07-17T22:35:00.000Z\",\"0.005351\",\"0.004817\",\"2000\",\"0.004819\",\"0.005349\",\"2000\"\n\"2024-07-17T22:40:00.000Z\",\"0.005508\",\"0.004988\",\"2000\",\"0.004974\",\"0.005489\",\"2000\"\n\"2024-07-17T22:45:00.000Z\",\"0.00565\",\"0.005151\",\"2000\",\"0.005103\",\"0.005608\",\"2000\"\n\"2024-07-17T22:50:00.000Z\",\"0.005351\",\"0.004791\",\"2000\",\"0.004861\",\"0.005422\",\"2000\"\n\"2024-07-17T22:55:00.000Z\",\"0.005611\",\"0.005112\",\"2000\",\"0.005101\",\"0.005595\",\"2000\"\n\"2024-07-17T23:00:00.000Z\",\"0.005745\",\"0.005191\",\"2000\",\"0.005179\",\"0.005742\",\"2000\"\n\"2024-07-17T23:05:00.000Z\",\"0.005575\",\"0.004991\",\"2000\",\"0.004994\",\"0.00557\",\"2000\"\n\"2024-07-17T23:10:00.000Z\",\"0.004212\",\"0.003772\",\"2000\",\"0.003835\",\"0.004279\",\"2000\"\n\"2024-07-17T23:15:00.000Z\",\"0.001807\",\"0.001465\",\"2000\",\"0.001471\",\"0.001816\",\"2000\"\n\"2024-07-17T23:20:00.000Z\",\"0.001917\",\"0.001607\",\"2000\",\"0.001602\",\"0.001912\",\"2000\"\n\"2024-07-17T23:25:00.000Z\",\"0.001805\",\"0.001548\",\"2000\",\"0.001556\",\"0.001811\",\"2000\"\n\"2024-07-17T23:30:00.000Z\",\"0.001715\",\"0.001463\",\"2000\",\"0.001453\",\"0.001712\",\"2000\"\n\"2024-07-17T23:35:00.000Z\",\"0.001803\",\"0.001542\",\"2000\",\"0.001518\",\"0.001765\",\"2000\"\n\"2024-07-17T23:40:00.000Z\",\"0.001942\",\"0.001682\",\"2000\",\"0.001715\",\"0.001984\",\"2000\"\n\"2024-07-17T23:45:00.000Z\",\"0.001765\",\"0.001461\",\"2000\",\"0.00146\",\"0.001766\",\"2000\"\n\"2024-07-17T23:50:00.000Z\",\"0.001866\",\"0.001592\",\"2000\",\"0.001594\",\"0.001868\",\"2000\"\n\"2024-07-17T23:55:00.000Z\",\"0.001836\",\"0.001528\",\"2000\",\"0.001513\",\"0.001819\",\"2000\"\n\"2024-07-18T00:00:00.000Z\",\"0.001719\",\"0.001422\",\"2000\",\"0.001382\",\"0.001669\",\"2000\"\n\"2024-07-18T00:05:00.000Z\",\"0.001764\",\"0.00157\",\"2000\",\"0.001629\",\"0.001833\",\"2000\"\n\"2024-07-18T00:10:00.000Z\",\"0.001715\",\"0.001464\",\"2000\",\"0.001461\",\"0.001708\",\"2000\"\n\"2024-07-18T00:15:00.000Z\",\"0.001971\",\"0.001703\",\"2000\",\"0.001633\",\"0.001889\",\"2000\"\n\"2024-07-18T00:20:00.000Z\",\"0.001646\",\"0.001385\",\"2000\",\"0.001456\",\"0.001735\",\"2000\"\n\"2024-07-18T00:25:00.000Z\",\"0.001758\",\"0.00144\",\"2000\",\"0.001437\",\"0.001756\",\"2000\"\n\"2024-07-18T00:30:00.000Z\",\"0.001783\",\"0.001491\",\"2000\",\"0.001491\",\"0.001784\",\"2000\"\n\"2024-07-18T00:35:00.000Z\",\"0.001709\",\"0.001394\",\"2000\",\"0.001401\",\"0.001715\",\"2000\"\n\"2024-07-18T00:40:00.000Z\",\"0.002547\",\"0.002341\",\"2000\",\"0.002267\",\"0.002476\",\"2000\"\n\"2024-07-18T00:45:00.000Z\",\"0.003082\",\"0.002781\",\"2000\",\"0.002843\",\"0.003142\",\"2000\"\n\"2024-07-18T00:50:00.000Z\",\"0.001857\",\"0.001544\",\"2000\",\"0.001549\",\"0.001857\",\"2000\"\n\"2024-07-18T00:55:00.000Z\",\"0.001785\",\"0.001528\",\"2000\",\"0.001539\",\"0.001794\",\"2000\"\n\"2024-07-18T01:00:00.000Z\",\"0.001758\",\"0.001496\",\"2000\",\"0.001478\",\"0.001745\",\"2000\"\n\"2024-07-18T01:05:00.000Z\",\"0.001829\",\"0.00155\",\"2000\",\"0.001515\",\"0.001799\",\"2000\"\n\"2024-07-18T01:10:00.000Z\",\"0.001874\",\"0.00173\",\"2000\",\"0.001785\",\"0.001923\",\"2000\"\n\"2024-07-18T01:15:00.000Z\",\"0.002167\",\"0.00181\",\"2000\",\"0.001805\",\"0.00216\",\"2000\"\n\"2024-07-18T01:20:00.000Z\",\"0.003474\",\"0.003024\",\"2000\",\"0.002907\",\"0.003344\",\"2000\"\n\"2024-07-18T01:25:00.000Z\",\"0.004128\",\"0.003583\",\"2000\",\"0.003707\",\"0.004265\",\"2000\"\n\"2024-07-18T01:30:00.000Z\",\"0.004012\",\"0.003507\",\"2000\",\"0.003477\",\"0.003979\",\"2000\"\n\"2024-07-18T01:35:00.000Z\",\"0.004085\",\"0.003485\",\"2000\",\"0.003406\",\"0.003984\",\"2000\"\n\"2024-07-18T01:40:00.000Z\",\"0.003656\",\"0.003124\",\"2000\",\"0.003217\",\"0.003769\",\"2000\"\n\"2024-07-18T01:45:00.000Z\",\"0.003161\",\"0.00271\",\"2000\",\"0.002703\",\"0.003148\",\"2000\"\n\"2024-07-18T01:50:00.000Z\",\"0.002405\",\"0.002096\",\"2000\",\"0.002069\",\"0.00234\",\"2000\"\n\"2024-07-18T01:55:00.000Z\",\"0.002259\",\"0.001862\",\"2000\",\"0.001842\",\"0.002285\",\"2000\"\n\"2024-07-18T02:00:00.000Z\",\"0.002161\",\"0.001836\",\"2000\",\"0.001797\",\"0.002111\",\"2000\"\n\"2024-07-18T02:05:00.000Z\",\"0.001998\",\"0.001732\",\"2000\",\"0.001791\",\"0.002108\",\"2000\"\n\"2024-07-18T02:10:00.000Z\",\"0.002332\",\"0.001945\",\"2000\",\"0.001927\",\"0.002271\",\"2000\"\n\"2024-07-18T02:15:00.000Z\",\"0.002051\",\"0.001731\",\"2000\",\"0.001753\",\"0.002079\",\"2000\"\n\"2024-07-18T02:20:00.000Z\",\"0.002857\",\"0.002623\",\"2000\",\"0.002618\",\"0.002878\",\"2000\"\n\"2024-07-18T02:25:00.000Z\",\"0.00322\",\"0.002962\",\"2000\",\"0.002995\",\"0.003228\",\"2000\"\n\"2024-07-18T02:30:00.000Z\",\"0.003499\",\"0.00312\",\"2000\",\"0.00311\",\"0.003488\",\"2000\"\n\"2024-07-18T02:35:00.000Z\",\"0.003472\",\"0.003058\",\"2000\",\"0.003076\",\"0.003487\",\"2000\"\n\"2024-07-18T02:40:00.000Z\",\"0.003373\",\"0.002996\",\"2000\",\"0.002924\",\"0.003298\",\"2000\"\n\"2024-07-18T02:45:00.000Z\",\"0.002623\",\"0.002353\",\"2000\",\"0.002411\",\"0.002681\",\"2000\"\n\"2024-07-18T02:50:00.000Z\",\"0.001765\",\"0.001566\",\"2000\",\"0.001578\",\"0.001783\",\"2000\"\n\"2024-07-18T02:55:00.000Z\",\"0.001951\",\"0.001705\",\"2000\",\"0.001655\",\"0.00188\",\"2000\"\n\"2024-07-18T03:00:00.000Z\",\"0.001811\",\"0.00156\",\"2000\",\"0.001602\",\"0.001844\",\"2000\"\n\"2024-07-18T03:05:00.000Z\",\"0.001837\",\"0.001532\",\"2000\",\"0.001525\",\"0.001862\",\"2000\"\n\"2024-07-18T03:10:00.000Z\",\"0.001944\",\"0.001639\",\"2000\",\"0.001567\",\"0.0019\",\"2000\"\n\"2024-07-18T03:15:00.000Z\",\"0.001791\",\"0.001568\",\"2000\",\"0.001646\",\"0.001838\",\"2000\"\n\"2024-07-18T03:20:00.000Z\",\"0.001804\",\"0.001459\",\"2000\",\"0.001471\",\"0.001818\",\"2000\"\n\"2024-07-18T03:25:00.000Z\",\"0.002021\",\"0.001693\",\"2000\",\"0.001697\",\"0.002024\",\"2000\"\n\"2024-07-18T03:30:00.000Z\",\"0.002111\",\"0.001864\",\"2000\",\"0.001859\",\"0.002103\",\"2000\"\n\"2024-07-18T03:35:00.000Z\",\"0.003903\",\"0.003489\",\"2000\",\"0.003435\",\"0.003849\",\"2000\"\n\"2024-07-18T03:40:00.000Z\",\"0.00479\",\"0.004348\",\"2000\",\"0.004418\",\"0.004859\",\"2000\"\n\"2024-07-18T03:45:00.000Z\",\"0.003923\",\"0.003377\",\"2000\",\"0.003374\",\"0.003923\",\"2000\"\n\"2024-07-18T03:50:00.000Z\",\"0.004846\",\"0.004421\",\"2000\",\"0.004237\",\"0.004657\",\"2000\"\n\"2024-07-18T03:55:00.000Z\",\"0.00209\",\"0.001795\",\"2000\",\"0.001982\",\"0.002282\",\"2000\"\n\"2024-07-18T04:00:00.000Z\",\"0.001582\",\"0.001229\",\"2000\",\"0.001227\",\"0.00158\",\"2000\"\n\"2024-07-18T04:05:00.000Z\",\"0.001379\",\"0.001053\",\"2000\",\"0.001054\",\"0.001372\",\"2000\"\n\"2024-07-18T04:10:00.000Z\",\"0.001041\",\"0.000734\",\"2000\",\"0.000736\",\"0.001049\",\"2000\"\n\"2024-07-18T04:15:00.000Z\",\"0.001429\",\"0.001087\",\"2000\",\"0.001069\",\"0.001403\",\"2000\"\n\"2024-07-18T04:20:00.000Z\",\"0.001337\",\"0.001024\",\"2000\",\"0.000979\",\"0.00129\",\"2000\"\n\"2024-07-18T04:25:00.000Z\",\"0.001471\",\"0.001116\",\"2000\",\"0.001167\",\"0.001525\",\"2000\"\n\"2024-07-18T04:30:00.000Z\",\"0.001963\",\"0.001612\",\"2000\",\"0.001607\",\"0.001962\",\"2000\"\n\"2024-07-18T04:35:00.000Z\",\"0.003458\",\"0.002962\",\"2000\",\"0.002958\",\"0.003451\",\"2000\"\n\"2024-07-18T04:40:00.000Z\",\"0.004464\",\"0.003887\",\"2000\",\"0.003783\",\"0.00431\",\"2000\"\n\"2024-07-18T04:45:00.000Z\",\"0.004413\",\"0.003819\",\"2000\",\"0.003884\",\"0.00453\",\"2000\"\n\"2024-07-18T04:50:00.000Z\",\"0.004619\",\"0.003902\",\"2000\",\"0.003889\",\"0.004604\",\"2000\"\n\"2024-07-18T04:55:00.000Z\",\"0.003982\",\"0.0034\",\"2000\",\"0.003414\",\"0.003998\",\"2000\"\n\"2024-07-18T05:00:00.000Z\",\"0.002326\",\"0.001894\",\"2000\",\"0.001933\",\"0.002368\",\"2000\"\n\"2024-07-18T05:05:00.000Z\",\"0.002287\",\"0.001899\",\"2000\",\"0.001911\",\"0.002301\",\"2000\"\n\"2024-07-18T05:10:00.000Z\",\"0.002707\",\"0.002346\",\"2000\",\"0.00228\",\"0.002638\",\"2000\"\n\"2024-07-18T05:15:00.000Z\",\"0.003071\",\"0.002535\",\"2000\",\"0.002603\",\"0.003144\",\"2000\"\n\"2024-07-18T05:20:00.000Z\",\"0.002848\",\"0.002373\",\"2000\",\"0.002355\",\"0.002827\",\"2000\"\n\"2024-07-18T05:25:00.000Z\",\"0.002357\",\"0.00194\",\"2000\",\"0.001952\",\"0.00237\",\"2000\"\n\"2024-07-18T05:30:00.000Z\",\"0.001407\",\"0.001053\",\"2000\",\"0.001042\",\"0.001387\",\"2000\"\n\"2024-07-18T05:35:00.000Z\",\"0.001152\",\"0.00092\",\"2000\",\"0.000932\",\"0.001172\",\"2000\"\n\"2024-07-18T05:40:00.000Z\",\"0.001326\",\"0.001164\",\"2000\",\"0.001073\",\"0.001266\",\"2000\"\n\"2024-07-18T05:45:00.000Z\",\"0.001343\",\"0.001157\",\"2000\",\"0.001247\",\"0.001401\",\"2000\"\n\"2024-07-18T05:50:00.000Z\",\"0.001265\",\"0.000995\",\"2000\",\"0.000998\",\"0.001273\",\"2000\"\n\"2024-07-18T05:55:00.000Z\",\"0.001122\",\"0.000847\",\"2000\",\"0.000846\",\"0.001106\",\"2000\"\n\"2024-07-18T06:00:00.000Z\",\"0.001193\",\"0.000864\",\"2000\",\"0.000864\",\"0.001208\",\"2000\"\n\"2024-07-18T06:05:00.000Z\",\"0.001199\",\"0.000852\",\"2000\",\"0.000852\",\"0.001199\",\"2000\"\n\"2024-07-18T06:10:00.000Z\",\"0.001891\",\"0.001508\",\"2000\",\"0.001451\",\"0.001822\",\"2000\"\n\"2024-07-18T06:15:00.000Z\",\"0.002915\",\"0.002459\",\"2000\",\"0.00251\",\"0.002965\",\"2000\"\n\"2024-07-18T06:20:00.000Z\",\"0.004755\",\"0.004055\",\"2000\",\"0.004026\",\"0.004725\",\"2000\"\n\"2024-07-18T06:25:00.000Z\",\"0.006705\",\"0.006123\",\"2000\",\"0.006076\",\"0.006673\",\"2000\"\n\"2024-07-18T06:30:00.000Z\",\"0.006325\",\"0.005677\",\"2000\",\"0.005731\",\"0.006377\",\"2000\"\n\"2024-07-18T06:35:00.000Z\",\"0.005292\",\"0.004699\",\"2000\",\"0.004651\",\"0.005237\",\"2000\"\n\"2024-07-18T06:40:00.000Z\",\"0.00421\",\"0.00369\",\"2000\",\"0.003761\",\"0.004289\",\"2000\"\n\"2024-07-18T06:45:00.000Z\",\"0.004526\",\"0.004236\",\"2000\",\"0.004151\",\"0.004426\",\"2000\"\n\"2024-07-18T06:50:00.000Z\",\"0.004966\",\"0.004719\",\"2000\",\"0.004734\",\"0.004988\",\"2000\"\n\"2024-07-18T06:55:00.000Z\",\"0.006847\",\"0.006636\",\"2000\",\"0.006495\",\"0.006695\",\"2000\"\n\"2024-07-18T07:00:00.000Z\",\"0.005443\",\"0.005227\",\"2000\",\"0.005318\",\"0.00556\",\"2000\"\n\"2024-07-18T07:05:00.000Z\",\"0.004289\",\"0.004022\",\"2000\",\"0.004037\",\"0.004298\",\"2000\"\n\"2024-07-18T07:10:00.000Z\",\"0.005045\",\"0.004824\",\"2000\",\"0.004857\",\"0.005083\",\"2000\"\n\"2024-07-18T07:15:00.000Z\",\"0.005436\",\"0.005191\",\"2000\",\"0.005193\",\"0.005423\",\"2000\"\n\"2024-07-18T07:20:00.000Z\",\"0.005292\",\"0.005018\",\"2000\",\"0.005028\",\"0.005315\",\"2000\"\n\"2024-07-18T07:25:00.000Z\",\"0.002278\",\"0.00193\",\"2000\",\"0.001888\",\"0.002216\",\"2000\"\n\"2024-07-18T07:30:00.000Z\",\"0.001552\",\"0.001167\",\"2000\",\"0.001278\",\"0.001674\",\"2000\"\n\"2024-07-18T07:35:00.000Z\",\"0.001136\",\"0.000944\",\"2000\",\"0.000948\",\"0.001143\",\"2000\"\n\"2024-07-18T07:40:00.000Z\",\"0.001167\",\"0.000894\",\"2000\",\"0.000881\",\"0.001148\",\"2000\"\n\"2024-07-18T07:45:00.000Z\",\"0.001297\",\"0.00105\",\"2000\",\"0.001061\",\"0.001316\",\"2000\"\n\"2024-07-18T07:50:00.000Z\",\"0.001289\",\"0.000942\",\"2000\",\"0.00094\",\"0.001289\",\"2000\"\n\"2024-07-18T07:55:00.000Z\",\"0.00117\",\"0.000887\",\"2000\",\"0.000859\",\"0.001145\",\"2000\"\n\"2024-07-18T08:00:00.000Z\",\"0.001216\",\"0.000882\",\"2000\",\"0.000916\",\"0.001249\",\"2000\"\n\"2024-07-18T08:05:00.000Z\",\"0.001175\",\"0.00089\",\"2000\",\"0.000876\",\"0.001165\",\"2000\"\n\"2024-07-18T08:10:00.000Z\",\"0.00127\",\"0.000934\",\"2000\",\"0.000947\",\"0.001277\",\"2000\"\n\"2024-07-18T08:15:00.000Z\",\"0.001375\",\"0.001047\",\"2000\",\"0.001033\",\"0.001362\",\"2000\"\n\"2024-07-18T08:20:00.000Z\",\"0.005022\",\"0.004214\",\"2000\",\"0.004161\",\"0.004964\",\"2000\"\n\"2024-07-18T08:25:00.000Z\",\"0.003901\",\"0.003324\",\"2000\",\"0.003377\",\"0.003959\",\"2000\"\n\"2024-07-18T08:30:00.000Z\",\"0.00126\",\"0.000943\",\"2000\",\"0.000892\",\"0.001207\",\"2000\"\n\"2024-07-18T08:35:00.000Z\",\"0.001221\",\"0.000898\",\"2000\",\"0.00096\",\"0.001287\",\"2000\"\n\"2024-07-18T08:40:00.000Z\",\"0.001324\",\"0.001061\",\"2000\",\"0.001041\",\"0.001255\",\"2000\"\n\"2024-07-18T08:45:00.000Z\",\"0.001205\",\"0.000952\",\"2000\",\"0.000975\",\"0.001277\",\"2000\"\n\"2024-07-18T08:50:00.000Z\",\"0.001485\",\"0.001125\",\"2000\",\"0.001123\",\"0.001482\",\"2000\"\n\"2024-07-18T08:55:00.000Z\",\"0.001133\",\"0.000876\",\"2000\",\"0.00083\",\"0.001087\",\"2000\"\n\"2024-07-18T09:00:00.000Z\",\"0.001321\",\"0.000928\",\"2000\",\"0.000971\",\"0.001364\",\"2000\"\n\"2024-07-18T09:05:00.000Z\",\"0.001222\",\"0.00095\",\"2000\",\"0.000945\",\"0.001219\",\"2000\"\n\"2024-07-18T09:10:00.000Z\",\"0.001222\",\"0.000886\",\"2000\",\"0.000891\",\"0.001225\",\"2000\"\n\"2024-07-18T09:15:00.000Z\",\"0.001283\",\"0.000921\",\"2000\",\"0.00092\",\"0.001275\",\"2000\"\n\"2024-07-18T09:20:00.000Z\",\"0.00127\",\"0.000993\",\"2000\",\"0.000931\",\"0.001211\",\"2000\"\n\"2024-07-18T09:25:00.000Z\",\"0.001154\",\"0.0008\",\"2000\",\"0.000865\",\"0.001224\",\"2000\"\n\"2024-07-18T09:30:00.000Z\",\"0.00114\",\"0.000856\",\"2000\",\"0.000854\",\"0.001138\",\"2000\"\n\"2024-07-18T09:35:00.000Z\",\"0.001265\",\"0.000991\",\"2000\",\"0.000995\",\"0.00127\",\"2000\"\n\"2024-07-18T09:40:00.000Z\",\"0.00206\",\"0.001673\",\"2000\",\"0.001619\",\"0.001984\",\"2000\"\n\"2024-07-18T09:45:00.000Z\",\"0.003647\",\"0.003064\",\"2000\",\"0.003009\",\"0.003603\",\"2000\"\n\"2024-07-18T09:50:00.000Z\",\"0.00355\",\"0.003064\",\"2000\",\"0.003104\",\"0.003608\",\"2000\"\n\"2024-07-18T09:55:00.000Z\",\"0.003544\",\"0.002949\",\"2000\",\"0.002959\",\"0.003539\",\"2000\"\n\"2024-07-18T10:00:00.000Z\",\"0.003595\",\"0.003004\",\"2000\",\"0.003052\",\"0.003653\",\"2000\"\n\"2024-07-18T10:05:00.000Z\",\"0.00293\",\"0.00247\",\"2000\",\"0.002472\",\"0.002931\",\"2000\"\n\"2024-07-18T10:10:00.000Z\",\"0.00186\",\"0.001507\",\"2000\",\"0.001392\",\"0.001725\",\"2000\"\n\"2024-07-18T10:15:00.000Z\",\"0.002489\",\"0.002052\",\"2000\",\"0.0021\",\"0.002557\",\"2000\"\n\"2024-07-18T10:20:00.000Z\",\"0.001113\",\"0.000856\",\"2000\",\"0.000931\",\"0.001186\",\"2000\"\n\"2024-07-18T10:25:00.000Z\",\"0.001391\",\"0.001018\",\"2000\",\"0.001003\",\"0.00137\",\"2000\"\n\"2024-07-18T10:30:00.000Z\",\"0.00125\",\"0.000984\",\"2000\",\"0.000999\",\"0.001267\",\"2000\"\n\"2024-07-18T10:35:00.000Z\",\"0.001957\",\"0.001475\",\"2000\",\"0.001463\",\"0.001944\",\"2000\"\n\"2024-07-18T10:40:00.000Z\",\"0.001017\",\"0.000743\",\"2000\",\"0.000754\",\"0.001025\",\"2000\"\n\"2024-07-18T10:45:00.000Z\",\"0.001101\",\"0.000841\",\"2000\",\"0.000843\",\"0.001109\",\"2000\"\n\"2024-07-18T10:50:00.000Z\",\"0.001215\",\"0.000986\",\"2000\",\"0.000984\",\"0.001215\",\"2000\"\n\"2024-07-18T10:55:00.000Z\",\"0.00167\",\"0.001266\",\"2000\",\"0.001255\",\"0.001659\",\"2000\"\n\"2024-07-18T11:00:00.000Z\",\"0.001094\",\"0.000867\",\"2000\",\"0.000869\",\"0.001095\",\"2000\"\n\"2024-07-18T11:05:00.000Z\",\"0.001424\",\"0.001086\",\"2000\",\"0.001085\",\"0.001423\",\"2000\"\n\"2024-07-18T11:10:00.000Z\",\"0.001368\",\"0.001073\",\"2000\",\"0.001076\",\"0.001376\",\"2000\"\n\"2024-07-18T11:15:00.000Z\",\"0.001632\",\"0.001221\",\"2000\",\"0.001227\",\"0.001635\",\"2000\"\n\"2024-07-18T11:20:00.000Z\",\"0.002317\",\"0.001901\",\"2000\",\"0.001883\",\"0.00228\",\"2000\"\n\"2024-07-18T11:25:00.000Z\",\"0.00266\",\"0.002193\",\"2000\",\"0.002209\",\"0.002694\",\"2000\"\n\"2024-07-18T11:30:00.000Z\",\"0.002685\",\"0.003405\",\"2000\",\"0.003328\",\"0.002592\",\"2000\"\n\"2024-07-18T11:35:00.000Z\",\"0.003581\",\"0.003131\",\"2000\",\"0.003138\",\"0.003609\",\"2000\"\n\"2024-07-18T11:40:00.000Z\",\"0.003797\",\"0.003418\",\"2000\",\"0.003458\",\"0.003825\",\"2000\"\n\"2024-07-18T11:45:00.000Z\",\"0.001538\",\"0.00114\",\"2000\",\"0.001173\",\"0.001572\",\"2000\"\n\"2024-07-18T11:50:00.000Z\",\"0.00288\",\"0.002463\",\"2000\",\"0.002411\",\"0.002821\",\"2000\"\n\"2024-07-18T11:55:00.000Z\",\"0.003058\",\"0.002704\",\"2000\",\"0.002607\",\"0.002992\",\"2000\"\n\"2024-07-18T12:00:00.000Z\",\"0.003031\",\"0.002508\",\"2000\",\"0.002655\",\"0.00316\",\"2000\"\n\"2024-07-18T12:05:00.000Z\",\"0.007132\",\"0.006958\",\"2000\",\"0.006936\",\"0.007112\",\"2000\"\n\"2024-07-18T12:10:00.000Z\",\"0.002737\",\"0.002277\",\"2000\",\"0.00213\",\"0.002573\",\"2000\"\n\"2024-07-18T12:15:00.000Z\",\"0.002658\",\"0.002254\",\"2000\",\"0.002422\",\"0.002841\",\"2000\"\n\"2024-07-18T12:20:00.000Z\",\"0.002658\",\"0.002282\",\"2000\",\"0.002278\",\"0.002652\",\"2000\"\n\"2024-07-18T12:25:00.000Z\",\"0.002106\",\"0.001706\",\"2000\",\"0.001698\",\"0.002093\",\"2000\"\n\"2024-07-18T12:30:00.000Z\",\"0.001135\",\"0.000888\",\"2000\",\"0.000898\",\"0.00115\",\"2000\"\n\"2024-07-18T12:35:00.000Z\",\"0.001963\",\"0.001556\",\"2000\",\"0.001558\",\"0.001965\",\"2000\"\n\"2024-07-18T12:40:00.000Z\",\"0.001351\",\"0.001066\",\"2000\",\"0.001066\",\"0.001352\",\"2000\"\n\"2024-07-18T12:45:00.000Z\",\"0.001272\",\"0.000933\",\"2000\",\"0.000931\",\"0.00127\",\"2000\"\n\"2024-07-18T12:50:00.000Z\",\"0.001252\",\"0.001005\",\"2000\",\"0.001007\",\"0.001255\",\"2000\"\n\"2024-07-18T12:55:00.000Z\",\"0.002174\",\"0.001766\",\"2000\",\"0.001732\",\"0.002139\",\"2000\"\n\"2024-07-18T13:00:00.000Z\",\"0.001659\",\"0.001291\",\"2000\",\"0.001243\",\"0.001604\",\"2000\"\n\"2024-07-18T13:05:00.000Z\",\"0.002029\",\"0.001657\",\"2000\",\"0.001677\",\"0.002049\",\"2000\"\n\"2024-07-18T13:10:00.000Z\",\"0.003532\",\"0.003057\",\"2000\",\"0.003058\",\"0.003567\",\"2000\"\n\"2024-07-18T13:15:00.000Z\",\"0.0049\",\"0.004364\",\"2000\",\"0.004344\",\"0.004874\",\"2000\"\n\"2024-07-18T13:20:00.000Z\",\"0.005244\",\"0.00457\",\"2000\",\"0.004595\",\"0.005227\",\"2000\"\n\"2024-07-18T13:25:00.000Z\",\"0.004849\",\"0.004325\",\"2000\",\"0.004318\",\"0.004854\",\"2000\"\n\"2024-07-18T13:30:00.000Z\",\"0.005106\",\"0.00438\",\"2000\",\"0.004262\",\"0.004997\",\"2000\"\n\"2024-07-18T13:35:00.000Z\",\"0.003704\",\"0.003146\",\"2000\",\"0.003281\",\"0.003791\",\"2000\"\n\"2024-07-18T13:40:00.000Z\",\"0.005685\",\"0.004105\",\"2000\",\"0.004057\",\"0.005604\",\"2000\"\n\"2024-07-18T13:45:00.000Z\",\"0.009425\",\"0.007773\",\"2000\",\"0.007663\",\"0.00936\",\"2000\"\n\"2024-07-18T13:50:00.000Z\",\"0.007483\",\"0.005673\",\"2000\",\"0.005681\",\"0.007502\",\"2000\"\n\"2024-07-18T13:55:00.000Z\",\"0.00626\",\"0.004871\",\"2000\",\"0.004994\",\"0.006407\",\"2000\"\n\"2024-07-18T14:00:00.000Z\",\"0.002916\",\"0.002468\",\"2000\",\"0.002395\",\"0.002822\",\"2000\"\n\"2024-07-18T14:05:00.000Z\",\"0.002889\",\"0.002213\",\"2000\",\"0.002342\",\"0.003039\",\"2000\"\n\"2024-07-18T14:10:00.000Z\",\"0.002259\",\"0.001772\",\"2000\",\"0.001762\",\"0.002248\",\"2000\"\n\"2024-07-18T14:15:00.000Z\",\"0.002564\",\"0.001964\",\"2000\",\"0.001975\",\"0.002569\",\"2000\"\n\"2024-07-18T14:20:00.000Z\",\"0.002813\",\"0.002232\",\"2000\",\"0.002228\",\"0.002819\",\"2000\"\n\"2024-07-18T14:25:00.000Z\",\"0.00332\",\"0.002651\",\"2000\",\"0.002593\",\"0.003255\",\"2000\"\n\"2024-07-18T14:30:00.000Z\",\"0.002512\",\"0.002003\",\"2000\",\"0.002066\",\"0.00258\",\"2000\"\n\"2024-07-18T14:35:00.000Z\",\"0.00312\",\"0.00252\",\"2000\",\"0.002514\",\"0.003068\",\"2000\"\n\"2024-07-18T14:40:00.000Z\",\"0.002209\",\"0.001777\",\"2000\",\"0.001737\",\"0.002208\",\"2000\"\n\"2024-07-18T14:45:00.000Z\",\"0.001628\",\"0.00124\",\"2000\",\"0.001297\",\"0.001689\",\"2000\"\n\"2024-07-18T14:50:00.000Z\",\"0.001012\",\"0.000748\",\"2000\",\"0.00073\",\"0.000953\",\"2000\"\n\"2024-07-18T14:55:00.000Z\",\"0.001621\",\"0.001294\",\"2000\",\"0.001318\",\"0.001687\",\"2000\"\n\"2024-07-18T15:00:00.000Z\",\"0.000499\",\"0.000384\",\"2000\",\"0.000384\",\"0.000499\",\"2000\"\n\"2024-07-18T15:05:00.000Z\",\"0.000721\",\"0.000544\",\"2000\",\"0.000542\",\"0.000718\",\"2000\"\n\"2024-07-18T15:10:00.000Z\",\"0.001318\",\"0.000907\",\"2000\",\"0.000907\",\"0.001315\",\"2000\"\n\"2024-07-18T15:15:00.000Z\",\"0.00126\",\"0.000924\",\"2000\",\"0.000919\",\"0.00125\",\"2000\"\n\"2024-07-18T15:20:00.000Z\",\"0.000555\",\"0.000435\",\"2000\",\"0.000443\",\"0.000571\",\"2000\"\n\"2024-07-18T15:25:00.000Z\",\"0.001021\",\"0.00076\",\"2000\",\"0.000754\",\"0.001004\",\"2000\"\n\"2024-07-18T15:30:00.000Z\",\"0.001068\",\"0.000695\",\"2000\",\"0.000699\",\"0.00108\",\"2000\"\n\"2024-07-18T15:35:00.000Z\",\"0.001143\",\"0.000914\",\"2000\",\"0.000912\",\"0.001142\",\"2000\"\n\"2024-07-18T15:40:00.000Z\",\"0.000945\",\"0.000721\",\"2000\",\"0.000673\",\"0.000894\",\"2000\"\n\"2024-07-18T15:45:00.000Z\",\"0.000718\",\"0.000487\",\"2000\",\"0.000536\",\"0.000771\",\"2000\"\n\"2024-07-18T15:50:00.000Z\",\"0.000634\",\"0.000464\",\"2000\",\"0.000429\",\"0.000545\",\"2000\"\n\"2024-07-18T15:55:00.000Z\",\"0.001598\",\"0.001147\",\"2000\",\"0.00114\",\"0.001633\",\"2000\"\n\"2024-07-18T16:00:00.000Z\",\"0.001438\",\"0.000986\",\"2000\",\"0.00103\",\"0.001495\",\"2000\"\n\"2024-07-18T16:05:00.000Z\",\"0.000638\",\"0.000486\",\"2000\",\"0.000481\",\"0.000631\",\"2000\"\n\"2024-07-18T16:10:00.000Z\",\"0.000715\",\"0.000512\",\"2000\",\"0.000516\",\"0.000719\",\"2000\"\n\"2024-07-18T16:15:00.000Z\",\"0.000727\",\"0.000525\",\"2000\",\"0.000522\",\"0.000719\",\"2000\"\n\"2024-07-18T16:20:00.000Z\",\"0.001111\",\"0.000855\",\"2000\",\"0.000857\",\"0.001118\",\"2000\"\n\"2024-07-18T16:25:00.000Z\",\"0.000855\",\"0.000723\",\"2000\",\"0.000717\",\"0.000847\",\"2000\"\n\"2024-07-18T16:30:00.000Z\",\"0.000657\",\"0.000464\",\"2000\",\"0.00047\",\"0.000662\",\"2000\"\n\"2024-07-18T16:35:00.000Z\",\"0.000568\",\"0.000446\",\"2000\",\"0.000448\",\"0.000569\",\"2000\"\n\"2024-07-18T16:40:00.000Z\",\"0.001741\",\"0.001418\",\"2000\",\"0.001413\",\"0.001741\",\"2000\"\n\"2024-07-18T16:45:00.000Z\",\"0.00071\",\"0.000518\",\"2000\",\"0.000519\",\"0.000711\",\"2000\"\n\"2024-07-18T16:50:00.000Z\",\"0.001017\",\"0.000695\",\"2000\",\"0.000695\",\"0.001009\",\"2000\"\n\"2024-07-18T16:55:00.000Z\",\"0.001408\",\"0.001189\",\"2000\",\"0.001193\",\"0.001411\",\"2000\"\n\"2024-07-18T17:00:00.000Z\",\"0.001216\",\"0.000791\",\"2000\",\"0.000791\",\"0.001226\",\"2000\"\n\"2024-07-18T17:05:00.000Z\",\"0.000854\",\"0.000636\",\"2000\",\"0.000631\",\"0.00084\",\"2000\"\n\"2024-07-18T17:10:00.000Z\",\"0.000469\",\"0.000396\",\"2000\",\"0.000401\",\"0.000482\",\"2000\"\n\"2024-07-18T17:15:00.000Z\",\"0.000864\",\"0.000635\",\"2000\",\"0.000632\",\"0.000858\",\"2000\"\n\"2024-07-18T17:20:00.000Z\",\"0.000989\",\"0.000735\",\"2000\",\"0.000735\",\"0.00099\",\"2000\"\n\"2024-07-18T17:25:00.000Z\",\"0.000568\",\"0.000402\",\"2000\",\"0.000402\",\"0.000552\",\"2000\"\n\"2024-07-18T17:30:00.000Z\",\"0.000691\",\"0.000473\",\"2000\",\"0.000448\",\"0.000641\",\"2000\"\n\"2024-07-18T17:35:00.000Z\",\"0.00132\",\"0.001027\",\"2000\",\"0.001055\",\"0.001391\",\"2000\"\n\"2024-07-18T17:40:00.000Z\",\"0.001718\",\"0.001399\",\"2000\",\"0.00139\",\"0.001708\",\"2000\"\n\"2024-07-18T17:45:00.000Z\",\"0.00422\",\"0.003449\",\"2000\",\"0.003312\",\"0.004064\",\"2000\"\n\"2024-07-18T17:50:00.000Z\",\"0.005252\",\"0.00432\",\"2000\",\"0.004413\",\"0.005358\",\"2000\"\n\"2024-07-18T17:55:00.000Z\",\"0.003947\",\"0.003326\",\"2000\",\"0.003169\",\"0.003752\",\"2000\"\n\"2024-07-18T18:00:00.000Z\",\"0.003756\",\"0.003112\",\"2000\",\"0.003312\",\"0.004002\",\"2000\"\n\"2024-07-18T18:05:00.000Z\",\"0.003014\",\"0.002442\",\"2000\",\"0.002403\",\"0.003001\",\"2000\"\n\"2024-07-18T18:10:00.000Z\",\"0.002378\",\"0.001926\",\"2000\",\"0.00189\",\"0.002295\",\"2000\"\n\"2024-07-18T18:15:00.000Z\",\"0.002968\",\"0.002468\",\"2000\",\"0.00252\",\"0.003029\",\"2000\"\n\"2024-07-18T18:20:00.000Z\",\"0.003357\",\"0.002849\",\"2000\",\"0.00288\",\"0.003398\",\"2000\"\n\"2024-07-18T18:25:00.000Z\",\"0.003883\",\"0.003308\",\"2000\",\"0.003306\",\"0.003881\",\"2000\"\n\"2024-07-18T18:30:00.000Z\",\"0.00275\",\"0.002249\",\"2000\",\"0.002252\",\"0.002752\",\"2000\"\n\"2024-07-18T18:35:00.000Z\",\"0.002385\",\"0.001953\",\"2000\",\"0.001953\",\"0.002382\",\"2000\"\n\"2024-07-18T18:40:00.000Z\",\"0.001794\",\"0.001426\",\"2000\",\"0.001425\",\"0.001798\",\"2000\"\n\"2024-07-18T18:45:00.000Z\",\"0.003408\",\"0.002962\",\"2000\",\"0.002914\",\"0.003351\",\"2000\"\n\"2024-07-18T18:50:00.000Z\",\"0.001359\",\"0.001008\",\"2000\",\"0.001055\",\"0.001405\",\"2000\"\n\"2024-07-18T18:55:00.000Z\",\"0.000692\",\"0.000596\",\"2000\",\"0.000593\",\"0.000692\",\"2000\"\n\"2024-07-18T19:00:00.000Z\",\"0.000942\",\"0.000763\",\"2000\",\"0.000696\",\"0.000868\",\"2000\"\n\"2024-07-18T19:05:00.000Z\",\"0.00054\",\"0.000401\",\"2000\",\"0.000475\",\"0.000624\",\"2000\"\n\"2024-07-18T19:10:00.000Z\",\"0.000877\",\"0.000647\",\"2000\",\"0.000633\",\"0.000867\",\"2000\"\n\"2024-07-18T19:15:00.000Z\",\"0.002454\",\"0.002022\",\"2000\",\"0.001966\",\"0.002386\",\"2000\"\n\"2024-07-18T19:20:00.000Z\",\"0.002751\",\"0.002343\",\"2000\",\"0.002411\",\"0.002832\",\"2000\"\n\"2024-07-18T19:25:00.000Z\",\"0.000906\",\"0.000696\",\"2000\",\"0.000696\",\"0.000901\",\"2000\"\n\"2024-07-18T19:30:00.000Z\",\"0.001079\",\"0.000871\",\"2000\",\"0.000866\",\"0.001073\",\"2000\"\n\"2024-07-18T19:35:00.000Z\",\"0.001305\",\"0.00098\",\"2000\",\"0.000983\",\"0.001313\",\"2000\"\n\"2024-07-18T19:40:00.000Z\",\"0.000933\",\"0.00068\",\"2000\",\"0.000634\",\"0.000859\",\"2000\"\n\"2024-07-18T19:45:00.000Z\",\"0.000879\",\"0.000623\",\"2000\",\"0.000673\",\"0.000955\",\"2000\"\n\"2024-07-18T19:50:00.000Z\",\"0.000769\",\"0.000642\",\"2000\",\"0.00064\",\"0.000772\",\"2000\"\n\"2024-07-18T19:55:00.000Z\",\"0.000877\",\"0.00066\",\"2000\",\"0.00066\",\"0.000876\",\"2000\"\n\"2024-07-18T20:00:00.000Z\",\"0.000902\",\"0.000718\",\"2000\",\"0.00072\",\"0.000904\",\"2000\"\n\"2024-07-18T20:05:00.000Z\",\"0.001209\",\"0.000894\",\"2000\",\"0.000893\",\"0.001205\",\"2000\"\n\"2024-07-18T20:10:00.000Z\",\"0.004072\",\"0.003037\",\"2000\",\"0.002974\",\"0.004003\",\"2000\"\n\"2024-07-18T20:15:00.000Z\",\"0.000953\",\"0.000745\",\"2000\",\"0.000808\",\"0.001022\",\"2000\"\n\"2024-07-18T20:20:00.000Z\",\"0.001032\",\"0.000677\",\"2000\",\"0.000674\",\"0.00103\",\"2000\"\n\"2024-07-18T20:25:00.000Z\",\"0.000581\",\"0.000474\",\"2000\",\"0.000479\",\"0.000583\",\"2000\"\n\"2024-07-18T20:30:00.000Z\",\"0.001171\",\"0.000928\",\"2000\",\"0.000915\",\"0.001161\",\"2000\"\n\"2024-07-18T20:35:00.000Z\",\"0.000845\",\"0.000702\",\"2000\",\"0.000705\",\"0.000843\",\"2000\"\n\"2024-07-18T20:40:00.000Z\",\"0.000802\",\"0.000598\",\"2000\",\"0.000599\",\"0.000808\",\"2000\"\n\"2024-07-18T20:45:00.000Z\",\"0.001154\",\"0.000876\",\"2000\",\"0.000868\",\"0.00114\",\"2000\"\n\"2024-07-18T20:50:00.000Z\",\"0.001222\",\"0.000851\",\"2000\",\"0.000852\",\"0.001226\",\"2000\"\n\"2024-07-18T20:55:00.000Z\",\"0.000738\",\"0.00053\",\"2000\",\"0.000531\",\"0.000743\",\"2000\"\n\"2024-07-18T21:00:00.000Z\",\"0.00143\",\"0.001066\",\"2000\",\"0.001064\",\"0.001427\",\"2000\"\n\"2024-07-18T21:05:00.000Z\",\"0.002644\",\"0.002233\",\"2000\",\"0.002168\",\"0.002564\",\"2000\"\n\"2024-07-18T21:10:00.000Z\",\"0.001949\",\"0.001558\",\"2000\",\"0.001609\",\"0.00203\",\"2000\"\n\"2024-07-18T21:15:00.000Z\",\"0.001207\",\"0.000921\",\"2000\",\"0.000947\",\"0.001219\",\"2000\"\n\"2024-07-18T21:20:00.000Z\",\"0.00068\",\"0.000477\",\"2000\",\"0.000472\",\"0.000672\",\"2000\"\n\"2024-07-18T21:25:00.000Z\",\"0.002249\",\"0.001797\",\"2000\",\"0.001718\",\"0.002129\",\"2000\"\n\"2024-07-18T21:30:00.000Z\",\"0.002056\",\"0.001801\",\"2000\",\"0.001885\",\"0.002184\",\"2000\"\n\"2024-07-18T21:35:00.000Z\",\"0.000706\",\"0.000518\",\"2000\",\"0.000519\",\"0.000702\",\"2000\"\n\"2024-07-18T21:40:00.000Z\",\"0.000515\",\"0.000389\",\"2000\",\"0.000391\",\"0.000522\",\"2000\"\n\"2024-07-18T21:45:00.000Z\",\"0.001461\",\"0.001195\",\"2000\",\"0.001197\",\"0.001459\",\"2000\"\n\"2024-07-18T21:50:00.000Z\",\"0.000708\",\"0.000494\",\"2000\",\"0.000422\",\"0.000639\",\"2000\"\n\"2024-07-18T21:55:00.000Z\",\"0.000614\",\"0.000412\",\"2000\",\"0.000484\",\"0.00068\",\"2000\"\n\"2024-07-18T22:00:00.000Z\",\"0.001636\",\"0.001301\",\"2000\",\"0.001288\",\"0.001625\",\"2000\"\n\"2024-07-18T22:05:00.000Z\",\"0.0006\",\"0.000471\",\"2000\",\"0.000484\",\"0.000614\",\"2000\"\n\"2024-07-18T22:10:00.000Z\",\"0.00065\",\"0.000495\",\"2000\",\"0.000494\",\"0.000652\",\"2000\"\n\"2024-07-18T22:15:00.000Z\",\"0.000702\",\"0.000486\",\"2000\",\"0.000483\",\"0.000691\",\"2000\"\n\"2024-07-18T22:20:00.000Z\",\"0.000639\",\"0.000432\",\"2000\",\"0.000436\",\"0.000652\",\"2000\"\n\"2024-07-18T22:25:00.000Z\",\"0.000471\",\"0.000368\",\"2000\",\"0.000368\",\"0.000469\",\"2000\"\n\"2024-07-18T22:30:00.000Z\",\"0.000759\",\"0.000539\",\"2000\",\"0.000534\",\"0.000756\",\"2000\"\n\"2024-07-18T22:35:00.000Z\",\"0.001181\",\"0.000803\",\"2000\",\"0.000804\",\"0.001181\",\"2000\"\n\"2024-07-18T22:40:00.000Z\",\"0.004058\",\"0.003745\",\"2000\",\"0.00367\",\"0.003987\",\"2000\"\n\"2024-07-18T22:45:00.000Z\",\"0.002849\",\"0.002491\",\"2000\",\"0.002551\",\"0.0029\",\"2000\"\n\"2024-07-18T22:50:00.000Z\",\"0.002437\",\"0.002082\",\"2000\",\"0.002071\",\"0.002437\",\"2000\"\n\"2024-07-18T22:55:00.000Z\",\"0.002422\",\"0.002118\",\"2000\",\"0.002147\",\"0.002447\",\"2000\"\n\"2024-07-18T23:00:00.000Z\",\"0.001756\",\"0.001473\",\"2000\",\"0.001471\",\"0.001754\",\"2000\"\n\"2024-07-18T23:05:00.000Z\",\"0.001134\",\"0.000973\",\"2000\",\"0.000971\",\"0.001129\",\"2000\"\n\"2024-07-18T23:10:00.000Z\",\"0.000866\",\"0.000634\",\"2000\",\"0.000636\",\"0.000869\",\"2000\"\n\"2024-07-18T23:15:00.000Z\",\"0.000802\",\"0.000666\",\"2000\",\"0.000661\",\"0.000799\",\"2000\"\n\"2024-07-18T23:20:00.000Z\",\"0.000774\",\"0.000647\",\"2000\",\"0.000648\",\"0.000775\",\"2000\"\n\"2024-07-18T23:25:00.000Z\",\"0.000663\",\"0.000489\",\"2000\",\"0.000487\",\"0.000656\",\"2000\"\n\"2024-07-18T23:30:00.000Z\",\"0.000788\",\"0.000578\",\"2000\",\"0.000575\",\"0.000787\",\"2000\"\n\"2024-07-18T23:35:00.000Z\",\"0.000532\",\"0.000414\",\"2000\",\"0.000418\",\"0.000532\",\"2000\"\n\"2024-07-18T23:40:00.000Z\",\"0.000636\",\"0.000514\",\"2000\",\"0.000514\",\"0.00064\",\"2000\"\n\"2024-07-18T23:45:00.000Z\",\"0.000564\",\"0.000442\",\"2000\",\"0.000442\",\"0.000556\",\"2000\"\n\"2024-07-18T23:50:00.000Z\",\"0.00064\",\"0.00045\",\"2000\",\"0.000451\",\"0.000649\",\"2000\"\n\"2024-07-18T23:55:00.000Z\",\"0.000819\",\"0.000642\",\"2000\",\"0.000644\",\"0.000816\",\"2000\"\n\"2024-07-19T00:00:00.000Z\",\"0.0008\",\"0.000657\",\"2000\",\"0.000661\",\"0.00081\",\"2000\"\n\"2024-07-19T00:05:00.000Z\",\"0.00104\",\"0.00082\",\"2000\",\"0.00082\",\"0.00104\",\"2000\"\n\"2024-07-19T00:10:00.000Z\",\"0.002255\",\"0.001773\",\"2000\",\"0.001701\",\"0.002145\",\"2000\"\n\"2024-07-19T00:15:00.000Z\",\"0.004209\",\"0.00327\",\"2000\",\"0.003232\",\"0.004189\",\"2000\"\n\"2024-07-19T00:20:00.000Z\",\"0.004613\",\"0.004133\",\"2000\",\"0.004175\",\"0.004635\",\"2000\"\n\"2024-07-19T00:25:00.000Z\",\"0.003731\",\"0.003183\",\"2000\",\"0.003247\",\"0.003835\",\"2000\"\n\"2024-07-19T00:30:00.000Z\",\"0.002399\",\"0.002006\",\"2000\",\"0.001928\",\"0.002319\",\"2000\"\n\"2024-07-19T00:35:00.000Z\",\"0.001554\",\"0.001212\",\"2000\",\"0.001235\",\"0.001575\",\"2000\"\n\"2024-07-19T00:40:00.000Z\",\"0.001015\",\"0.000773\",\"2000\",\"0.00071\",\"0.000954\",\"2000\"\n\"2024-07-19T00:45:00.000Z\",\"0.000894\",\"0.000624\",\"2000\",\"0.000738\",\"0.000966\",\"2000\"\n"}],"_postman_id":"9b022cd5-ddb5-47ab-8f34-dbc152f2e754"}],"id":"54818a50-1bd6-4aad-924e-54bb7921ac0b","description":"<p>The telemetry endpoints let you retrieve metric types for each product. Every metric type has sub-types, which in most cases represent transfer direction. A metric type returns all sub-types; it’s not possible to filter out unwanted sub-types.</p>\n<ul>\n<li><p><code>BITS</code> - represents bits per second rate. The measured value is returned to users in Megabits per second unit.<br />  Sub-types:</p>\n<ul>\n<li><code>In</code> - incoming bits rate to Megaport or MCR</li>\n<li><code>Out</code> - bits rate leaving Megaport or MCR toward customer</li>\n<li><code>Configured Speed</code> - service speed over time.</li>\n</ul>\n</li>\n<li><p><code>A_BITS</code> - VXC special metric type, represents bits per second rate for the VXC A-End. The measured value is returned to users in Megabits per second unit.<br />  Sub-types:</p>\n<ul>\n<li><code>In</code> - incoming bits rate from B-End Megaport or MCR</li>\n<li><code>Out</code> - bits rate leaving A-End Megaport or MCR to B-End Megaport or MCR</li>\n<li><code>Configure Speed</code> - VXC speed over time.</li>\n</ul>\n</li>\n<li><p><code>B_BITS</code> - VXC special metric type, represents bits per second rate for the VXC B-End. The measured value is returned to users in Megabits per second unit.<br />  Sub-types:</p>\n<ul>\n<li><code>In</code> - incoming bits rate from A-End Megaport or MCR</li>\n<li><code>Out</code> - bits rate leaving B-End Megaport or MCR toward A-End Megaport or MCR</li>\n<li><code>Configured Speed</code> - VXC speed over time.</li>\n</ul>\n</li>\n<li><p><code>PACKETS</code> - represents packets per second rate. The measured value is returned to users in packets per second unit.<br />  Sub-types:</p>\n<ul>\n<li><code>In</code> - incoming packets rate to Megaport or MCR</li>\n<li><code>Out</code> - packets rate leaving Megaport or MCR to customer.</li>\n</ul>\n</li>\n<li><p><code>A_PACKETS</code> - VXC special metric type, represents packets-per-second rate for the VXC A-End. The measured value is returned to users in packets-per-second.<br />  Sub-types:</p>\n<ul>\n<li><code>In</code> - incoming packets rate to A-End Megaport or MCR</li>\n<li><code>Out</code> - packets rate leaving A-End Megaport or MCR to B-End Megaport or MCR.</li>\n</ul>\n</li>\n<li><p><code>B_PACKETS</code> - VXC special metric type, represents packets-per-second rate for the VXC B-End. The measured value is returned to users in packets-per-second.<br />  Sub-types:</p>\n<ul>\n<li><code>In</code> - incoming packets rate to B-End Megaport or MCR</li>\n<li><code>Out</code> - packets rate leaving B-End Megaport or MCR to A-End Megaport or MCR.</li>\n</ul>\n</li>\n<li><p><code>ERRORS</code> - represents errors per second rate. The measured value is returned to users in errors per second unit.<br />  Sub-types:</p>\n<ul>\n<li><code>In</code> - Megaport’s incoming error rate</li>\n<li><code>Out</code> - Megaport’s outgoing error rate.</li>\n</ul>\n</li>\n<li><p><code>OPTICAL</code> - represents signal power. The measured value is returned to users in dBm unit.<br />  Sub-types:</p>\n<ul>\n<li><code>Tx Power</code> - Megaport’s transmit signal power</li>\n<li><code>Rx Power</code> - Megaport’s receive signal power</li>\n</ul>\n</li>\n</ul>\n","_postman_id":"54818a50-1bd6-4aad-924e-54bb7921ac0b"},{"name":"Network Service Log Data","item":[{"name":"View Network Service Log Data","id":"7b104b32-e49a-44c7-994e-74bf381e55fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v2/product/{productUid}/logs","description":"<p>Returns the network service logs for the specified product.</p>\n<p>The <code>productUid</code> is the unique product ID and is required.</p>\n","urlObject":{"path":["v2","product","{productUid}","logs"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"bbca6183-3c8d-44c4-a9cd-263de7308a5c","name":"Check Interface Log Data","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v2/product/1544f278-ec03-11e5-9ce9-5e5517507c66/logs"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n        \"message\":\"Product [1544f278-ec03-11e5-9ce9-5e5517507c66] Logs\",\n        \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n        \"data\":[\n            {\n                \"count\":1,\n                \"event\":\"bgpUp\",\n                \"message\":\"syd-sy1-rs1 (103.26.68.125): BGP session established\",\n                \"resource_id\":1441,\n                \"resource_type\":\"bgp_connection\",\n                \"service_id\":2033,\n                \"time\":1444719089283\n            },\n            {\n                \"count\":1,\n                \"event\":\"bgp\",\n                \"message\":\"syd-sy1-rs1 (103.26.68.125): Startup delayed by 60 seconds\",\n                \"resource_id\":1441,\n                \"resource_type\":\"bgp_connection\",\n                \"service_id\":2033,\n                \"time\":1444691540032\n            },\n            {\n                \"count\":1,\n                \"event\":\"bgpDown\",\n                \"message\":\"syd-sy1-rs1 (103.26.68.125): BGP session closed\",\n                \"resource_id\":1441,\n                \"resource_type\":\"bgp_connection\",\n                \"service_id\":2033,\n                \"time\":1444691493446\n            },\n        ]\n    }"}],"_postman_id":"7b104b32-e49a-44c7-994e-74bf381e55fa"}],"id":"775101bc-25c0-4c26-bcca-1692fe59babd","description":"<p>The command in this section lets you review network service logs for the specified product.</p>\n","_postman_id":"775101bc-25c0-4c26-bcca-1692fe59babd"}],"id":"28c05fb0-582b-4498-8e29-d2144111c8de","description":"<p>The requests in this section help you understand activity and use of Megaport products.</p>\n<p>For more information and details about provisioning status, see <a href=\"https://docs.megaport.com/api/monitoring/\">Monitoring Service Status with the API</a> in the Megaport documentation. </p>\n<h2 id=\"data-collection-and-processing\">Data Collection and Processing</h2>\n<p>Megaport collects telemetry data from network devices every 5 minutes. Once collected, the data is processed, which involves fetching information about services and recalculating data values, and then the data is  loaded to the persistent data store. </p>\n<p>Collecting and processing the telemetry data can take up to 10 minutes and the data will not be visible until the processing is complete.</p>\n<p>Log data is available immediately.</p>\n","_postman_id":"28c05fb0-582b-4498-8e29-d2144111c8de"},{"name":"Maintenance and Outage Events","item":[{"name":"Maintenance Events","id":"ce8abea2-7e42-466d-9354-d0c52e715693","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/ens/v1/status/maintenance","description":"<p>Returns details about maintenance events, filtered by the specified state value.</p>\n<p>The following information is returned for maintenance events in the response, with some fields being optional and only included under certain conditions. For example, <code>cancelReason</code> is returned only if the event is canceled.</p>\n<ul>\n<li><p><code>eventId</code> - Ticket number against which a particular event is created.</p>\n</li>\n<li><p><code>state</code> - Current state of the event.</p>\n</li>\n<li><p><code>startTime</code> - Event start time in ISO 8601 UTC format (yyyy-MM-dd'T'HH:mm:ss.SSSX).</p>\n</li>\n<li><p><code>endTime</code> - Event end time in ISO 8601 UTC format (yyyy-MM-dd'T'HH:mm:ss.SSSX).</p>\n</li>\n<li><p><code>impact</code> - Impact of the event on the services, if any.</p>\n</li>\n<li><p><code>purpose</code> - Reason why this event is created.</p>\n</li>\n<li><p><code>cancelReason</code> - Field returned if the event is canceled, stating the cancellation reason.</p>\n</li>\n<li><p><code>eventType</code> - If the event is created on short notice, the event type is \"Emergency\"; otherwise, it is a \"Planned\" event.</p>\n</li>\n<li><p><code>services</code> - List of services affected by the event, containing the short UUIDs of the services.</p>\n</li>\n</ul>\n","urlObject":{"path":["ens","v1","status","maintenance"],"host":["{{baseUrl}}"],"query":[{"disabled":true,"description":{"content":"<p>Filter by the state of the maintenance event. The values for state are \"Completed\", \"Cancelled\", \"Scheduled\" and \"Running\". If you don't specify a value, the default is \"Running\". Values are case-insensitive. (Optional).</p>\n","type":"text/plain"},"key":"state","value":"{state}"}],"variable":[]}},"response":[{"id":"15033f22-968b-4eff-92eb-e3e775f1ef79","name":"Maintenance Events - Scheduled","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":{"raw":"https://api-staging.megaport.com/ens/v1/status/outage?state=Scheduled","protocol":"https","host":["api-staging","megaport","com"],"path":["ens","v1","status","outage"],"query":[{"key":"state","value":"Scheduled","description":"Filter by the state of the maintenance event. The values for state are \"Completed\", \"Cancelled\", \"Scheduled\" and \"Running\". If you don't specify a value, the default is \"Running\". Values are case-insensitive. (Optional)."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 26 Feb 2021 22:15:48 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.17.10"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"UOW","value":"5516dbce-1977-4df0-b9c8-413543c0e05d"},{"key":"ETag","value":"W/\"01bb1721398459c38f8364d9d51958c7a\""},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"eventId\": \"CSS-1234\",\n    \"state\": \"Scheduled\",\n    \"startTime\": \"2024-05-24T09:12:00.000Z\",\n    \"endTime\": \"2024-05-24T09:42:00.000Z\",\n    \"impact\": \"There will be minor impact on services.\",\n    \"purpose\": \"Services will become more effective\",\n    \"eventType\": \"Emergency\",\n    \"services\": [\n      \"f06c80bc\",\n      \"0746e9a3\"\n    ]\n  },\n  {\n    \"eventId\": \"CSS-1235\",\n    \"state\": \"Cancelled\",\n    \"startTime\": \"2024-05-24T09:12:00.000Z\",\n    \"endTime\": \"2024-05-24T09:42:00.000Z\",\n    \"impact\": \"There will be minor impact on services.\",\n    \"purpose\": \"Services will become more effective\",\n    \"cancelReason\": \"Not Needed\",\n    \"eventType\": \"Emergency\",\n    \"services\": [\n      \"f06c80bc\",\n      \"0746e9a3\"\n    ]\n  }\n]"},{"id":"320006d1-1f50-4ae9-b619-a55451c48b1b","name":"Maintenance Events - Managed Account","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"},{"key":"X-Call-Context","value":"37c47e49-04b3-4c22-90d1-1e35c98cfa8a","description":"You can use this to specify the UUID of a managed company when you are in a managed context. It is optional. If you provide it, the API will fetch events for the managed company. If you do not provide it, the API will fetch events for your logged-in partner account.\n"}],"url":{"raw":"{{baseUrl}}/ens/v1/status/outage?state=Scheduled","host":["{{baseUrl}}"],"path":["ens","v1","status","outage"],"query":[{"key":"state","value":"Scheduled","description":"Filter by the state of the maintenance event. The values for state are \"Completed\", \"Cancelled\", \"Scheduled\" and \"Running\". If you don't specify a value, the default is \"Running\". Values are case-insensitive. (Optional)."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 26 Feb 2021 22:15:48 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.17.10"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"UOW","value":"5516dbce-1977-4df0-b9c8-413543c0e05d"},{"key":"ETag","value":"W/\"01bb1721398459c38f8364d9d51958c7a\""},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"eventId\": \"CSS-1234\",\n    \"state\": \"Scheduled\",\n    \"startTime\": \"2024-05-24T09:12:00.000Z\",\n    \"endTime\": \"2024-05-24T09:42:00.000Z\",\n    \"impact\": \"There will be minor impact on services.\",\n    \"purpose\": \"Services will become more effective\",\n    \"eventType\": \"Emergency\",\n    \"services\": [\n      \"f06c80bc\",\n      \"0746e9a3\"\n    ]\n  },\n  {\n    \"eventId\": \"CSS-1235\",\n    \"state\": \"Cancelled\",\n    \"startTime\": \"2024-05-24T09:12:00.000Z\",\n    \"endTime\": \"2024-05-24T09:42:00.000Z\",\n    \"impact\": \"There will be minor impact on services.\",\n    \"purpose\": \"Services will become more effective\",\n    \"cancelReason\": \"Not Needed\",\n    \"eventType\": \"Emergency\",\n    \"services\": [\n      \"f06c80bc\",\n      \"0746e9a3\"\n    ]\n  }\n]"}],"_postman_id":"ce8abea2-7e42-466d-9354-d0c52e715693"},{"name":"Outage Events","id":"cf35d47c-9352-4a2c-9dbb-f5935b5a3f7e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/ens/v1/status/outage","description":"<p>Returns details about outage events, filtered by the specified state value.</p>\n<p>The following information is returned for outage events in the response, with some fields being optional and only included under certain conditions. For example, <code>resolution</code> is returned only if the outage is resolved.</p>\n<ul>\n<li><p><code>eventId</code> - Ticket number against which a particular event is created.</p>\n</li>\n<li><p><code>state</code> - Current state of the event.</p>\n</li>\n<li><p><code>startTime</code> - Event start time in ISO 8601 UTC format (yyyy-MM-dd'T'HH:mm:ss.SSSX).</p>\n</li>\n<li><p><code>endTime</code> - Event end time in ISO 8601 UTC format (yyyy-MM-dd'T'HH:mm:ss.SSSX).</p>\n</li>\n<li><p><code>purpose</code> - Reason why this event is created.</p>\n</li>\n<li><p><code>services</code> - List of services affected by the event, containing the short UUIDs of the services.</p>\n</li>\n<li><p><code>rootCause</code> - Reason explaining why an outage happened. This field is present only when an outage is resolved.</p>\n</li>\n<li><p><code>resolution</code> - Field present in response when an outage is resolved. It explains the solution taken to resolve the outage.</p>\n</li>\n<li><p><code>mitigationActions</code> - Field present for resolved outages. It explains the steps taken to avoid such outages in the future.</p>\n</li>\n<li><p><code>createdBy</code> - User who created the outage.</p>\n</li>\n<li><p><code>createdDate</code> - Date and time when an outage event is created, in ISO 8601 UTC format (yyyy-MM-dd'T'HH:mm:ss.SSSX).</p>\n</li>\n<li><p><code>updatedDate</code> - Date and time when an outage event is updated, in ISO 8601 UTC format (yyyy-MM-dd'T'HH:mm:ss.SSSX).</p>\n</li>\n<li><p><code>notices</code> - List of notices sent as an update for an ongoing outage.</p>\n</li>\n<li><p><code>outageId</code> - A unique identifier for each outage event. This ID is used to uniquely identify and manage individual outage events within the system.</p>\n</li>\n</ul>\n","urlObject":{"path":["ens","v1","status","outage"],"host":["{{baseUrl}}"],"query":[{"disabled":true,"description":{"content":"<p>Filter by the state of the outage event. The values for state are \"Ongoing\" and \"Resolved\". If you don't specify a value, the default is \"Ongoing\". Values are case-insensitive. (Optional).</p>\n","type":"text/plain"},"key":"state","value":"{state}"}],"variable":[]}},"response":[{"id":"bde47573-c351-4b1e-addb-201806c8e0fb","name":"Outage Events - Ongoing","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer "}],"url":{"raw":"https://api-staging.megaport.com/ens/v1/status/outage?state=Ongoing","protocol":"https","host":["api-staging","megaport","com"],"path":["ens","v1","status","outage"],"query":[{"key":"state","value":"Ongoing","description":"Filter by the state of the outage event. The values for state are \"Ongoing\" and \"Resolved\". If you don't specify a value, the default is \"Ongoing\". Values are case-insensitive. (Optional)."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 26 Feb 2021 22:15:48 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.17.10"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"UOW","value":"5516dbce-1977-4df0-b9c8-413543c0e05d"},{"key":"ETag","value":"W/\"01bb1721398459c38f8364d9d51958c7a\""},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"outageId\": \"c2037361-eb5b-48a3-9c73-fb4efbf2c886\",\n        \"state\": \"Ongoing\",\n        \"eventId\": \"CSS-1234\",\n        \"purpose\": \"Due to high CPU Usage, service outage occurred\",\n        \"startTime\": \"2024-05-22T09:08:00.000Z\",\n        \"createdBy\": \"john.cena@fibre.com\",\n        \"createdDate\": \"2024-05-22T13:39:32.468Z\",\n        \"updatedDate\": \"2024-05-22T13:39:32.468Z\",\n        \"services\": [],\n        \"notices\": []\n    },\n    {\n        \"outageId\": \"ce0dd76b-655c-425f-923f-af5ae896756f\",\n        \"state\": \"Ongoing\",\n        \"eventId\": \"CSS-12345\",\n        \"purpose\": \"This happened because something broke\",\n        \"startTime\": \"2024-05-23T08:32:00.000Z\",\n        \"createdBy\": \"john.cena@fibre.com\",\n        \"createdDate\": \"2024-05-23T13:02:30.968Z\",\n        \"updatedDate\": \"2024-05-23T13:02:30.968Z\",\n        \"services\": [],\n        \"notices\": []\n    }\n]"},{"id":"853d39a2-5b56-49d5-bff0-6dc2e1c9a49f","name":"Outage Events - Managed Account","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"},{"key":"X-Call-Context","value":"37c47e49-04b3-4c22-90d1-1e35c98cfa8a","description":"You can use this to specify the UUID of a managed company when you are in a managed context. It is optional. If you provide it, the API will fetch events for the managed company. If you do not provide it, the API will fetch events for your logged-in partner account.\n"}],"url":{"raw":"{{baseUrl}}/ens/v1/status/outage?state=Resolved","host":["{{baseUrl}}"],"path":["ens","v1","status","outage"],"query":[{"key":"state","value":"Resolved","description":"Filter by the state of the outage event. The values for state are \"Ongoing\" and \"Resolved\". If you don't specify a value, the default is \"Ongoing\". Values are case-insensitive. (Optional)."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 26 Feb 2021 22:15:48 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.17.10"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"UOW","value":"5516dbce-1977-4df0-b9c8-413543c0e05d"},{"key":"ETag","value":"W/\"01bb1721398459c38f8364d9d51958c7a\""},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"outageId\": \"c2037361-eb5b-48a3-9c73-fb4efbf2c886\",\n        \"state\": \"Ongoing\",\n        \"eventId\": \"CSS-1234\",\n        \"purpose\": \"Due to high CPU Usage, service outage occurred\",\n        \"startTime\": \"2024-05-22T09:08:00.000Z\",\n        \"createdBy\": \"john.cena@fibre.com\",\n        \"createdDate\": \"2024-05-22T13:39:32.468Z\",\n        \"updatedDate\": \"2024-05-22T13:39:32.468Z\",\n        \"services\": [],\n        \"notices\": []\n    },\n    {\n        \"outageId\": \"ce0dd76b-655c-425f-923f-af5ae896756f\",\n        \"state\": \"Ongoing\",\n        \"eventId\": \"CSS-12345\",\n        \"purpose\": \"This happened because something broke\",\n        \"startTime\": \"2024-05-23T08:32:00.000Z\",\n        \"createdBy\": \"john.cena@fibre.com\",\n        \"createdDate\": \"2024-05-23T13:02:30.968Z\",\n        \"updatedDate\": \"2024-05-23T13:02:30.968Z\",\n        \"services\": [],\n        \"notices\": []\n    }\n]"}],"_postman_id":"cf35d47c-9352-4a2c-9dbb-f5935b5a3f7e"}],"id":"84d76e8b-b223-4aab-89a6-c97c3970e8e3","description":"<p>You can monitor events that impact your services, including current, scheduled, and past events. By staying informed about maintenance activities and service outages, you can plan effectively around scheduled maintenance and provide faster responses during unplanned outages.</p>\n<p>For partner and managed accounts, access to these events is available to both partners and managed accounts. To view events for the managed account as a partner, you can specify the UUID of a managed account. This is optional. If you provide the UUID of a managed account, the API will fetch events for that managed account. If you do not provide it, the API will fetch events for your logged-in partner account.</p>\n<p>To monitor events for your managed accounts, add a key-value pair for the header.</p>\n<ul>\n<li><strong>Key:</strong> <code>X-Call-Context</code></li>\n<li><strong>Value:</strong> Example UUID for the managed account, such as <code>37c47e49-04b3-4c22-90d1-1e35c98cfa8a</code></li>\n</ul>\n","_postman_id":"84d76e8b-b223-4aab-89a6-c97c3970e8e3"},{"name":"MCR Looking Glass","item":[{"name":"List IP Routes","id":"b335865e-05c9-4d42-8f77-f0911ee2ab2f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{accessToken}}","type":"text"}],"url":"{{baseUrl}}/v2/product/mcr2/{productUid}/diagnostics/routes/ip?ip_address={ipAddress}&async={async}","description":"<p>Returns a list of IP routes for an MCR.</p>\n<p><strong>Note:</strong> This endpoint is strictly rate limited and not intended for regular monitoring, only troubleshooting.</p>\n<p>The <code>productUid</code> is the unique product ID for the MCR and is required.</p>\n<p>Without an <code>ipAddress</code> parameter, the request returns both IPv4 and IPv6 routes.</p>\n<p>With the optional <code>ipAddress</code> parameter, the request narrows the list to exact matching routes or the best matching route. The <code>ipAddress</code> parameter accepts the following IP address formats:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>IP Value</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>12345678</td>\n<td>IPv4 as Integer</td>\n</tr>\n<tr>\n<td>10.0.0.0</td>\n<td>IPv4 Address Only</td>\n</tr>\n<tr>\n<td>10.0.0.0/8</td>\n<td>IPv4 Address and Subnet Mask as CIDR</td>\n</tr>\n<tr>\n<td>10.0.0.0/255.0.0.0</td>\n<td>IPv4 Address and Subnet Mask</td>\n</tr>\n<tr>\n<td>::</td>\n<td>IPv6 Zero Address</td>\n</tr>\n<tr>\n<td>::/128</td>\n<td>IPv6 Zero Network Address</td>\n</tr>\n<tr>\n<td>2001:db8::1/64</td>\n<td>IPv6 Network Address</td>\n</tr>\n<tr>\n<td>2001:db8:4444:ffaa:2233:4455:6677:a987</td>\n<td>IPv6 Address (long, lowercase)</td>\n</tr>\n<tr>\n<td>2001:DB8:4444:FFAA:2233:4455:6677:A987/128</td>\n<td>IPv6 Network Address (long, upper case)</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"running-in-asynchronous-mode\">Running in Asynchronous mode</h4>\n<p>This endpoint must be run in asynchronous mode.</p>\n<p>To use asynchronous mode, set the <code>async</code> parameter to <code>True</code>.</p>\n<p>In asynchronous mode, the response is returned in a matter of milliseconds with no actual results, and a status of <em>Pending</em>. To retrieve the results, use the MCR <code>productUid</code> and the <code>operationId</code> returned in the response of this endpoint with the <code>/v2/product/mcr2/{productUid}/diagnostics/routes/operation</code> endpoint. This allows you to return routing tables in a low impact way.</p>\n<p><strong>Note:</strong> Synchronous mode has been deprecated and should not be used.</p>\n","urlObject":{"path":["v2","product","mcr2","{productUid}","diagnostics","routes","ip"],"host":["{{baseUrl}}"],"query":[{"description":{"content":"<p>Filter the results based on this address. (String - optional)</p>\n","type":"text/plain"},"key":"ip_address","value":"{ipAddress}"},{"description":{"content":"<p>Whether the endpoint will be run in sync or async mode. (Boolean - required)</p>\n","type":"text/plain"},"key":"async","value":"{async}"}],"variable":[]}},"response":[{"id":"8efc6a5d-84a0-4c77-b3f9-594a5d299d57","name":"List IP Routes - Async Mode","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":{"raw":"{{baseUrl}}/v2/product/mcr2/23e155d3-051f-4c7a-ace2-b2a8f31f16d1/diagnostics/routes/ip?async=True","host":["{{baseUrl}}"],"path":["v2","product","mcr2","23e155d3-051f-4c7a-ace2-b2a8f31f16d1","diagnostics","routes","ip"],"query":[{"key":"ip_address","value":"{ipAddress}","description":"Filter the results based on this address. (String - optional)","disabled":true},{"key":"async","value":"True","description":"Whether the endpoint will be run in sync or async mode. (Boolean - required)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 19 Jul 2023 01:23:06 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"257"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Set-Cookie","value":"JSESSIONID=8B9639662D220EF82BD3E6FC111EE059; Path=/; HttpOnly"},{"key":"UOW","value":"e4746c4f-d804-4d63-97cd-c7a3ffb18ea2"},{"key":"ETag","value":"\"02b19958139daca409bd55c727bc83ad5\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Please retrieve the result with the operation id: 75557e49-b493-4a9e-9b03-3021570601ba\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": \"75557e49-b493-4a9e-9b03-3021570601ba\"\n}"}],"_postman_id":"b335865e-05c9-4d42-8f77-f0911ee2ab2f"},{"name":"List BGP Routes","id":"0241ca05-85fd-4c77-85cb-0773ff425999","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{accessToken}}","type":"text"}],"url":"{{baseUrl}}/v2/product/mcr2/{productUid}/diagnostics/routes/bgp?ip_address={ipAddress}&async={async}","description":"<p>Returns a list of BGP routes for an MCR.</p>\n<p><strong>Note:</strong> This endpoint is strictly rate limited and not intended for regular monitoring, only troubleshooting.</p>\n<p>The <code>productUid</code> is the unique product ID for the MCR and is required.</p>\n<p>Without a <code>ip_address</code> parameter, the request returns both IPv4 and IPv6 routes.</p>\n<p>With the <code>ipAddress</code> parameter, the request narrows the list to exact matching routes or the best matching route. The <code>ipAddress</code> parameter accepts the following IP address formats:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>IP Value</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>12345678</td>\n<td>IPv4 as Integer</td>\n</tr>\n<tr>\n<td>10.0.0.0</td>\n<td>IPv4 Address Only</td>\n</tr>\n<tr>\n<td>10.0.0.0/8</td>\n<td>IPv4 Address and Subnet Mask as CIDR</td>\n</tr>\n<tr>\n<td>10.0.0.0/255.0.0.0</td>\n<td>IPv4 Address and Subnet Mask</td>\n</tr>\n<tr>\n<td>::</td>\n<td>IPv6 Zero Address</td>\n</tr>\n<tr>\n<td>::/128</td>\n<td>IPv6 Zero Network Address</td>\n</tr>\n<tr>\n<td>2001:db8::1/64</td>\n<td>IPv6 Network Address</td>\n</tr>\n<tr>\n<td>2001:db8:4444:ffaa:2233:4455:6677:a987</td>\n<td>IPv6 Address (long, lowercase)</td>\n</tr>\n<tr>\n<td>2001:DB8:4444:FFAA:2233:4455:6677:A987/128</td>\n<td>IPv6 Network Address (long, upper case)</td>\n</tr>\n</tbody>\n</table>\n</div><h4 id=\"running-in-asynchronous-mode\">Running in Asynchronous mode</h4>\n<p>This endpoint must be run in asynchronous mode.</p>\n<p>To use asynchronous mode, set the <code>async</code> parameter to <code>True</code>.</p>\n<p>In asynchronous mode, the response is returned in a matter of milliseconds with no actual results, and a status of <em>Pending</em>. To retrieve the results, use the MCR <code>productUid</code> and the <code>operationId</code> returned in the response of this endpoint with the <code>/v2/product/mcr2/{productUid}/diagnostics/routes/operation</code> endpoint. This allows you to return routing tables in a low impact way.</p>\n<p><strong>Note:</strong> Synchronous mode has been deprecated and should not be used.</p>\n","urlObject":{"path":["v2","product","mcr2","{productUid}","diagnostics","routes","bgp"],"host":["{{baseUrl}}"],"query":[{"description":{"content":"<p>Filter the results based on this address. (String - optional)</p>\n","type":"text/plain"},"key":"ip_address","value":"{ipAddress}"},{"description":{"content":"<p>Whether the endpoint will be run in sync or async mode. (Boolean - required)</p>\n","type":"text/plain"},"key":"async","value":"{async}"}],"variable":[]}},"response":[{"id":"9fc29940-a2b1-4235-ab64-523f5f58ab75","name":"List BGP Routes - Async Mode","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":{"raw":"{{baseUrl}}/v2/product/mcr2/23e155d3-051f-4c7a-ace2-b2a8f31f16d1/diagnostics/routes/bgp?async=True","host":["{{baseUrl}}"],"path":["v2","product","mcr2","23e155d3-051f-4c7a-ace2-b2a8f31f16d1","diagnostics","routes","bgp"],"query":[{"key":"ip_address","value":"{ipAddress}","description":"Filter the results based on this address. (String - optional)","disabled":true},{"key":"async","value":"True","description":"Whether the endpoint will be run in sync or async mode. (Boolean - required)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 19 Jul 2023 01:35:42 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"257"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Set-Cookie","value":"JSESSIONID=9D5F95B28C565F316F2710AE91CF8CAC; Path=/; HttpOnly"},{"key":"UOW","value":"57baaefc-d197-4804-a93e-769d20632166"},{"key":"ETag","value":"\"01ed684968c59d09f6905a8bef8bb8835\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Please retrieve the result with the operation id: df92edd4-00fe-4727-8964-6e4e8e76c149\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": \"df92edd4-00fe-4727-8964-6e4e8e76c149\"\n}"}],"_postman_id":"0241ca05-85fd-4c77-85cb-0773ff425999"},{"name":"List BGP Neighbor Routes","id":"92659476-c923-4184-ae5b-584b884eff7f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{accessToken}}","type":"text"}],"url":"{{baseUrl}}/v2/product/mcr2/{productUid}/diagnostics/routes/bgp/neighbor?direction={routeEnum}&peer_ip_address={peerIp}&async={async}","description":"<p>Returns a list of BGP routes that have been advertised or received from a BGP peer. The list is a subset of the full list of BGP routes.</p>\n<p>The <code>productUid</code> is the unique product ID for the MCR and is required.</p>\n<p><strong>Note:</strong> This endpoint is strictly rate limited and not intended for regular monitoring, only troubleshooting.</p>\n<h4 id=\"running-in-asynchronous-mode\">Running in Asynchronous mode</h4>\n<p>This endpoint must be run in asynchronous mode.</p>\n<p>To use asynchronous mode, set the <code>async</code> parameter to <code>True</code>.</p>\n<p>In asynchronous mode, the response is returned in a matter of milliseconds with no actual results, and a status of <em>Pending</em>. To retrieve the results, use the MCR <code>productUid</code> and the <code>operationId</code> returned in the response of this endpoint with the <code>/v2/product/mcr2/{productUid}/diagnostics/routes/operation</code> endpoint. This allows you to return routing tables in a low impact way.</p>\n<p><strong>Note:</strong> Synchronous mode has been deprecated and should not be used.</p>\n","urlObject":{"path":["v2","product","mcr2","{productUid}","diagnostics","routes","bgp","neighbor"],"host":["{{baseUrl}}"],"query":[{"description":{"content":"<p>An enum representing routes either received from, or advertised to the BGP neighbor. Values are either RECEIVED or ADVERTISED. (Enum - required)</p>\n","type":"text/plain"},"key":"direction","value":"{routeEnum}"},{"description":{"content":"<p>IPv4 or IPv6 address of a BGP neighbor. (String - required)</p>\n","type":"text/plain"},"key":"peer_ip_address","value":"{peerIp}"},{"description":{"content":"<p>Whether the endpoint will be run in sync or async mode. (Boolean - required)</p>\n","type":"text/plain"},"key":"async","value":"{async}"}],"variable":[]}},"response":[{"id":"244376d0-11a0-4c02-b023-26ca721dc22a","name":"List BGP Neighbor Routes - Async mode","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":{"raw":"{{baseUrl}}/v2/product/mcr2/9af4cb04-82da-44ab-a90c-cc5b66ac69b1/diagnostics/routes/bgp/neighbor?direction=Received&peer_ip_address=169.254.1.121&async=True","host":["{{baseUrl}}"],"path":["v2","product","mcr2","9af4cb04-82da-44ab-a90c-cc5b66ac69b1","diagnostics","routes","bgp","neighbor"],"query":[{"key":"direction","value":"Received","description":"An enum representing routes either received from, or advertised to the BGP neighbor. Values are either RECEIVED or ADVERTISED. (Enum - required)"},{"key":"peer_ip_address","value":"169.254.1.121","description":"IPv4 or IPv6 address of a BGP neighbor. (String - required)"},{"key":"async","value":"True","description":"Whether the endpoint will be run in sync or async mode. (Boolean - required)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 15 Jan 2025 01:24:07 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"259"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Correlation-Id","value":"c242844f04f428763e4d2d0a864f8391"},{"key":"X-Amzn-Trace-Id","value":"Root=1-67870e37-29c0d34b2dc863ca6e59899d"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Server-Timing","value":"app;dur=154"},{"key":"ETag","value":"W/\"096445424b019ecc4f6e17e4b0f627c70\""},{"key":"X-Xss-Protection","value":"1 ; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"trace-id","value":"c242844f04f428763e4d2d0a864f8391"},{"key":"X-Robots-Tag","value":"noindex"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Please retrieve the result with the operation id: 5689ff2b-3ff6-46dc-815e-e5b9ee98bb16\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": \"5689ff2b-3ff6-46dc-815e-e5b9ee98bb16\"\n}"}],"_postman_id":"92659476-c923-4184-ae5b-584b884eff7f"},{"name":"MCR IP / BGP / BGP Neighbor Routes in Asynchronous Mode","id":"3abfcf87-ad3a-4b88-862d-6f39ed67d8da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v2/product/mcr2/{productUid}/diagnostics/routes/operation?operationId={operationId}","description":"<p>Returns the MCR IP / BGP / BGP Neighbor routes in Asynchronous mode.</p>\n<p>This endpoint is used in conjunction with the following endpoints:</p>\n<ul>\n<li>GET List IP Routes</li>\n<li>GET List BGP Routes</li>\n<li>GET List BGP Neighbor Routes</li>\n</ul>\n<p>First, run one of these route listing endpoints with the <code>async</code> parameter set to <code>True</code>. The response should be returned in a matter of milliseconds with no actual results, and a status of <em>Pending</em>.</p>\n<p>Then run this endpoint using the MCR <code>productUid</code> and the <code>operationId</code> returned in the response to retrieve the routes.</p>\n<p>Several example responses are included. The first example shows a successful response, while the remaining examples show where an error has occurred. The <strong>Service Type Not Supported</strong> example can be caused by any of these issues:</p>\n<ul>\n<li>OperationId is not provided</li>\n<li>Both getIpRoutes and getBgpRoutes are empty (at least one must be provided)</li>\n<li>Not supported service type</li>\n<li>Network API error</li>\n</ul>\n","urlObject":{"path":["v2","product","mcr2","{productUid}","diagnostics","routes","operation"],"host":["{{baseUrl}}"],"query":[{"description":{"content":"<p>UUID returned from the previous List Routes call to get MCR IP/BGP/BGP Neighbor routes in Asynchronous mode</p>\n","type":"text/plain"},"key":"operationId","value":"{operationId}"}],"variable":[]}},"response":[{"id":"4a978965-2d49-4526-85b8-9e4fd87ff80a","name":"Get MCR IP / BGP / BGP Neighbor Routes in Async Mode - Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":{"raw":"https://api-staging.megaport.com/v2/product/mcr2/23e155d3-051f-4c7a-ace2-b2a8f31f16d1/diagnostics/routes/operation?operationId=75557e49-b493-4a9e-9b03-3021570601ba","protocol":"https","host":["api-staging","megaport","com"],"path":["v2","product","mcr2","23e155d3-051f-4c7a-ace2-b2a8f31f16d1","diagnostics","routes","operation"],"query":[{"key":"operationId","value":"75557e49-b493-4a9e-9b03-3021570601ba"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"MCR routes are retrieved successfully\",\n  \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n  \"data\": [\n    {\n      \"distance\": 20,\n      \"metric\": 0,\n      \"nextHop\": {\n        \"ip\": \"169.254.0.1\",\n        \"vxc\": {\n          \"id\": \"5d4bba15-db2a-4adc-935d-525558692601\",\n          \"name\": \"AFBS-to-MCR\"\n        }\n      },\n      \"prefix\": \"10.0.1.0/24\",\n      \"protocol\": \"BGP\"\n    },\n    {\n      \"distance\": 20,\n      \"metric\": 0,\n      \"nextHop\": {\n        \"ip\": \"169.254.0.1\",\n        \"vxc\": {\n          \"id\": \"5d4bba15-db2a-4adc-935d-525558692601\",\n          \"name\": \"AFBS-to-MCR\"\n        }\n      },\n      \"prefix\": \"10.0.2.0/24\",\n      \"protocol\": \"BGP\"\n    },\n    {\n      \"distance\": 20,\n      \"metric\": 0,\n      \"nextHop\": {\n        \"ip\": \"169.254.0.1\",\n        \"vxc\": {\n          \"id\": \"5d4bba15-db2a-4adc-935d-525558692601\",\n          \"name\": \"AFBS-to-MCR\"\n        }\n      },\n      \"prefix\": \"10.0.3.0/24\",\n      \"protocol\": \"BGP\"\n    },\n    {\n      \"distance\": 20,\n      \"metric\": 0,\n      \"nextHop\": {\n        \"ip\": \"169.254.0.1\",\n        \"vxc\": {\n          \"id\": \"5d4bba15-db2a-4adc-935d-525558692601\",\n          \"name\": \"AFBS-to-MCR\"\n        }\n      },\n      \"prefix\": \"10.0.4.0/24\",\n      \"protocol\": \"BGP\"\n    },\n    {\n      \"distance\": 20,\n      \"metric\": 0,\n      \"nextHop\": {\n        \"ip\": \"169.254.0.1\",\n        \"vxc\": {\n          \"id\": \"5d4bba15-db2a-4adc-935d-525558692601\",\n          \"name\": \"AFBS-to-MCR\"\n        }\n      },\n      \"prefix\": \"10.0.5.0/24\",\n      \"protocol\": \"BGP\"\n    },\n    {\n      \"distance\": 20,\n      \"metric\": 0,\n      \"nextHop\": {\n        \"ip\": \"169.254.0.1\",\n        \"vxc\": {\n          \"id\": \"5d4bba15-db2a-4adc-935d-525558692601\",\n          \"name\": \"AFBS-to-MCR\"\n        }\n      },\n      \"prefix\": \"10.0.6.0/24\",\n      \"protocol\": \"BGP\"\n    },\n    {\n      \"distance\": 20,\n      \"metric\": 0,\n      \"nextHop\": {\n        \"ip\": \"169.254.0.1\",\n        \"vxc\": {\n          \"id\": \"5d4bba15-db2a-4adc-935d-525558692601\",\n          \"name\": \"AFBS-to-MCR\"\n        }\n      },\n      \"prefix\": \"10.0.7.0/24\",\n      \"protocol\": \"BGP\"\n    },\n    {\n      \"distance\": 20,\n      \"metric\": 0,\n      \"nextHop\": {\n        \"ip\": \"169.254.0.1\",\n        \"vxc\": {\n          \"id\": \"5d4bba15-db2a-4adc-935d-525558692601\",\n          \"name\": \"AFBS-to-MCR\"\n        }\n      },\n      \"prefix\": \"10.0.8.0/24\",\n      \"protocol\": \"BGP\"\n    },\n    {\n      \"distance\": 20,\n      \"metric\": 0,\n      \"nextHop\": {\n        \"ip\": \"169.254.0.1\",\n        \"vxc\": {\n          \"id\": \"5d4bba15-db2a-4adc-935d-525558692601\",\n          \"name\": \"AFBS-to-MCR\"\n        }\n      },\n      \"prefix\": \"10.0.9.0/24\",\n      \"protocol\": \"BGP\"\n    }\n  ]\n}"},{"id":"e893081b-41ec-4f5d-83cd-ccb8deb3ab8b","name":"Data Result Not Ready Yet","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":{"raw":"{{baseUrl}}/v2/product/mcr2/23e155d3-051f-4c7a-ace2-b2a8f31f16d1/diagnostics/routes/operation?operationId=75557e49-b493-4a9e-9b03-3021570601ba","host":["{{baseUrl}}"],"path":["v2","product","mcr2","23e155d3-051f-4c7a-ace2-b2a8f31f16d1","diagnostics","routes","operation"],"query":[{"key":"operationId","value":"75557e49-b493-4a9e-9b03-3021570601ba"}]}},"status":"Accepted","code":202,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Data result will be available soon\",\n  \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\"\n}"},{"id":"da4b6722-aeff-497e-83d8-d9e8d513293c","name":"Service Type Not Supported","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":{"raw":"{{baseUrl}}/v2/product/mcr2/23e155d3-051f-4c7a-ace2-b2a8f31f16d1/diagnostics/routes/operation?operationId=75557e49-b493-4a9e-9b03-3021570601ba","host":["{{baseUrl}}"],"path":["v2","product","mcr2","23e155d3-051f-4c7a-ace2-b2a8f31f16d1","diagnostics","routes","operation"],"query":[{"key":"operationId","value":"75557e49-b493-4a9e-9b03-3021570601ba"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Not supported service type\",\n  \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\"\n}"},{"id":"20c02ea4-aade-4352-86b9-207b314255c1","name":"Bad Session Token","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":{"raw":"{{baseUrl}}/v2/product/mcr2/23e155d3-051f-4c7a-ace2-b2a8f31f16d1/diagnostics/routes/operation?operationId=75557e49-b493-4a9e-9b03-3021570601ba","host":["{{baseUrl}}"],"path":["v2","product","mcr2","23e155d3-051f-4c7a-ace2-b2a8f31f16d1","diagnostics","routes","operation"],"query":[{"key":"operationId","value":"75557e49-b493-4a9e-9b03-3021570601ba"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Bad session token - try logging in again.\",\n  \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\"\n}"},{"id":"fffccff9-28e1-4add-b350-ad84cf1860c1","name":"Incorrect Permission for the Operation","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":{"raw":"{{baseUrl}}/v2/product/mcr2/23e155d3-051f-4c7a-ace2-b2a8f31f16d1/diagnostics/routes/operation?operationId=75557e49-b493-4a9e-9b03-3021570601ba","host":["{{baseUrl}}"],"path":["v2","product","mcr2","23e155d3-051f-4c7a-ace2-b2a8f31f16d1","diagnostics","routes","operation"],"query":[{"key":"operationId","value":"75557e49-b493-4a9e-9b03-3021570601ba"}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"You do not have permissions for this operation.\",\n  \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\"\n}"},{"id":"f1baa727-edf5-41af-a587-7f849f41ed1d","name":"Network Service Not Found","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":{"raw":"{{baseUrl}}/v2/product/mcr2/23e155d3-051f-4c7a-ace2-b2a8f31f16d1/diagnostics/routes/operation?operationId=75557e49-b493-4a9e-9b03-3021570601ba","host":["{{baseUrl}}"],"path":["v2","product","mcr2","23e155d3-051f-4c7a-ace2-b2a8f31f16d1","diagnostics","routes","operation"],"query":[{"key":"operationId","value":"75557e49-b493-4a9e-9b03-3021570601ba"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Service not found\",\n  \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\"\n}"}],"_postman_id":"3abfcf87-ad3a-4b88-862d-6f39ed67d8da"}],"id":"3ccc098c-3d47-4467-8845-5a19a565f3e3","description":"<p>The Looking Glass provides single-screen visibility into traffic routing. This visibility helps you troubleshoot connections by showing the status of protocols and routing tables in the MCR.</p>\n<p><strong>Note:</strong> You must run the route listing endpoints in this section in asynchronous mode. Synchronous mode has been deprecated.</p>\n","_postman_id":"3ccc098c-3d47-4467-8845-5a19a565f3e3"},{"name":"Email Notifications","item":[{"name":"List Notification Settings","id":"16abf5c3-4f78-4b33-b692-bf1f2ae07bd1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v3/notificationPreferences","description":"<p>Returns all of the user email notification subscriptions for the logged-in user.</p>\n<p>All email notification types will be returned. However, the <code>subscribed</code> field indicates which notification is on or off (true/false).</p>\n<p>In the response, the following information is returned:</p>\n<ul>\n<li><p><code>subscriptionKey</code> - The key value of the email event. Run this endpoint to get the full list available for the user.</p>\n</li>\n<li><p><code>description</code> - The description of the email notification. For example, <em>When the administrator starts billing a service</em>.</p>\n</li>\n<li><p><code>subscribed</code> - Indicates whether or not the user is subscribed to the email notification. Values are true and false.</p>\n</li>\n<li><p><code>messageGroupName</code> - The name of the email notification group. Values are Company, Financial, Ordering, Services, Service Status.</p>\n</li>\n</ul>\n<p>For more information, see <a href=\"https://docs.megaport.com/portal-admin/email-notifications/\">Configuring Email Notifications</a>.</p>\n","urlObject":{"path":["v3","notificationPreferences"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"06102e94-2698-400c-b71e-92573d14aac0","name":"List Notification Settings - Subscribed to all Notifications","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v3/notificationPreferences"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 31 Oct 2025 06:24:34 GMT"},{"key":"Content-Type","value":"application/json","description":""},{"key":"Content-Length","value":"1256"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amzn-Trace-Id","value":"Root=1-69045622-277729aa4bfafb3a4836665d"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Server-Timing","value":"app;dur=43"},{"key":"ETag","value":"W/\"0759f74781cd501876a3a7d4acc6b6bc6\""},{"key":"X-Xss-Protection","value":"1 ; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"trace-id","value":"668f219bc33f1e564c659fdf7a2c6734"},{"key":"content-encoding","value":"gzip"},{"key":"X-Robots-Tag","value":"noindex"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Your messaging destinations\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": {\n        \"emails\": [\n            {\n                \"subscriptionKey\": \"BILLING_START_ADMIN\",\n                \"description\": \"When the administrator starts billing a service\",\n                \"subscribed\": true,\n                \"messageGroupName\": \"Financial\"\n            },\n            {\n                \"subscriptionKey\": \"BILLING_START_LIVE\",\n                \"description\": \"When a service goes live and we start billing on it\",\n                \"subscribed\": true,\n                \"messageGroupName\": \"Financial\"\n            },\n            {\n                \"subscriptionKey\": \"BILLING_SERVICE_RETERMED\",\n                \"description\": \"When a user successfully modifies the term of a service\",\n                \"subscribed\": true,\n                \"messageGroupName\": \"Financial\"\n            },\n            {\n                \"subscriptionKey\": \"CARD_GOOD_PAYMENT\",\n                \"description\": \"When a credit card is used to pay and it is successful\",\n                \"subscribed\": true,\n                \"messageGroupName\": \"Financial\"\n            },\n            {\n                \"subscriptionKey\": \"CARD_TEMP_BAD_PAYMENT\",\n                \"description\": \"When a credit card is used to pay and it fails for temporal issues\",\n                \"subscribed\": true,\n                \"messageGroupName\": \"Financial\"\n            },\n            {\n                \"subscriptionKey\": \"CARD_PERM_BAD_PAYMENT\",\n                \"description\": \"When a credit card is used to pay and it fails for permanent issues\",\n                \"subscribed\": true,\n                \"messageGroupName\": \"Financial\"\n            },\n            {\n                \"subscriptionKey\": \"CARD_REGISTER\",\n                \"description\": \"When a credit card has been successfully registered\",\n                \"subscribed\": true,\n                \"messageGroupName\": \"Financial\"\n            },\n            {\n                \"subscriptionKey\": \"CARD_REGISTER_FAILED\",\n                \"description\": \"When a credit card registration attempt has failed\",\n                \"subscribed\": true,\n                \"messageGroupName\": \"Financial\"\n            },\n            {\n                \"subscriptionKey\": \"COMPANY_ACTIVATED\",\n                \"description\": \"When a company gets activated\",\n                \"subscribed\": true,\n                \"messageGroupName\": \"Company\"\n            },\n            {\n                \"subscriptionKey\": \"COMPANY_SUPPLY_NEW\",\n                \"description\": \"When a company market is created\",\n                \"subscribed\": true,\n                \"messageGroupName\": \"Company\"\n            },\n            {\n                \"subscriptionKey\": \"COMPANY_SUPPLY_EMAIL_CHANGED\",\n                \"description\": \"When the billing email account is edited in a market\",\n                \"subscribed\": true,\n                \"messageGroupName\": \"Company\"\n            },\n            {\n                \"subscriptionKey\": \"COMPANY_SUPPLY_EMAIL_REJECTED\",\n                \"description\": \"When the customer rejects the new email account as billing contact email\",\n                \"subscribed\": true,\n                \"messageGroupName\": \"Company\"\n            },\n            {\n                \"subscriptionKey\": \"INVOICE_NOTIFY_CMD\",\n                \"description\": \"When a new invoice is prepared for the billing market/customer\",\n                \"subscribed\": true,\n                \"messageGroupName\": \"Financial\"\n            },\n            {\n                \"subscriptionKey\": \"ORDER_IX\",\n                \"description\": \"When an IX service contained in an order is processed\",\n                \"subscribed\": true,\n                \"messageGroupName\": \"Ordering\"\n            },\n            {\n                \"subscriptionKey\": \"ORDER_MEGAPORT\",\n                \"description\": \"When a port contained in an order is processed\",\n                \"subscribed\": true,\n                \"messageGroupName\": \"Ordering\"\n            },\n            {\n                \"subscriptionKey\": \"ORDER_VXC_APPROVED\",\n                \"description\": \"When a VXC service contained in an order is approved\",\n                \"subscribed\": true,\n                \"messageGroupName\": \"Ordering\"\n            },\n            {\n                \"subscriptionKey\": \"ORDER_VXC_PENDING\",\n                \"description\": \"When a VXC order needs approval from one end\",\n                \"subscribed\": true,\n                \"messageGroupName\": \"Ordering\"\n            },\n            {\n                \"subscriptionKey\": \"ORDER_VXC_PENDING_PLUS_7\",\n                \"description\": \"When a VXC order needs approval from one end and it's been waiting for more than 1 week\",\n                \"subscribed\": true,\n                \"messageGroupName\": \"Ordering\"\n            },\n            {\n                \"subscriptionKey\": \"ORDER_VXC_REJECTED\",\n                \"description\": \"When a VXC order waiting for approval is rejected\",\n                \"subscribed\": true,\n                \"messageGroupName\": \"Ordering\"\n            },\n            {\n                \"subscriptionKey\": \"COMPANY_SUPPLY_FIRST_ORDER\",\n                \"description\": \"When a first order created to a company and market supplier\",\n                \"subscribed\": true,\n                \"messageGroupName\": \"Financial\"\n            },\n            {\n                \"subscriptionKey\": \"PAYMENT_REMIND_CMD\",\n                \"description\": \"Reminder sent of any/all due/outstanding invoices\",\n                \"subscribed\": true,\n                \"messageGroupName\": \"Financial\"\n            },\n            {\n                \"subscriptionKey\": \"SERVICE_LIFECYCLE_CONFIGURED\",\n                \"description\": \"When a service is configured\",\n                \"subscribed\": true,\n                \"messageGroupName\": \"Services\"\n            },\n            {\n                \"subscriptionKey\": \"SERVICE_LIFECYCLE_DECOMMISSIONED\",\n                \"description\": \"When a service has been decommissioned\",\n                \"subscribed\": true,\n                \"messageGroupName\": \"Services\"\n            },\n            {\n                \"subscriptionKey\": \"SERVICE_LIFECYCLE_LIVE_PLUS_7_DAYS\",\n                \"description\": \"Service follow up email + 1 week\",\n                \"subscribed\": true,\n                \"messageGroupName\": \"Services\"\n            },\n            {\n                \"subscriptionKey\": \"SERVICE_STATUS_DOWN\",\n                \"description\": \"When a service goes down (1 mail per hour if service is flapping)\",\n                \"subscribed\": true,\n                \"messageGroupName\": \"Service Status\"\n            },\n            {\n                \"subscriptionKey\": \"SERVICE_STATUS_UP\",\n                \"description\": \"When a service goes up (1 mail per hour if service is flapping)\",\n                \"subscribed\": true,\n                \"messageGroupName\": \"Service Status\"\n            },\n            {\n                \"subscriptionKey\": \"SERVICE_SPEED\",\n                \"description\": \"When a speed change is made that requires approval\",\n                \"subscribed\": true,\n                \"messageGroupName\": \"Services\"\n            },\n            {\n                \"subscriptionKey\": \"SERVICE_MAINTENANCE\",\n                \"description\": \"When planned works are scheduled\",\n                \"subscribed\": true,\n                \"messageGroupName\": \"Services\"\n            },\n            {\n                \"subscriptionKey\": \"SERVICE_OUTAGE\",\n                \"description\": \"Service Outage Notification\",\n                \"subscribed\": true,\n                \"messageGroupName\": \"Services\"\n            },\n            {\n                \"subscriptionKey\": \"ORDER_REQUEST_PENDING\",\n                \"description\": \"When an order request is pending approval\",\n                \"subscribed\": true,\n                \"messageGroupName\": \"Ordering\"\n            },\n            {\n                \"subscriptionKey\": \"ORDER_REQUEST_APPROVED\",\n                \"description\": \"When an order request is approved\",\n                \"subscribed\": true,\n                \"messageGroupName\": \"Ordering\"\n            },\n            {\n                \"subscriptionKey\": \"ORDER_REQUEST_REJECTED\",\n                \"description\": \"When an order request is rejected\",\n                \"subscribed\": true,\n                \"messageGroupName\": \"Ordering\"\n            },\n            {\n                \"subscriptionKey\": \"ORDER_REQUEST_FAILED\",\n                \"description\": \"When an order request fails to process\",\n                \"subscribed\": true,\n                \"messageGroupName\": \"Ordering\"\n            },\n            {\n                \"subscriptionKey\": \"SERVICE_EVENT_BGP_DOWN\",\n                \"description\": \"When a BGP session goes down in a service (1 mail per hour if the service is flapping)\",\n                \"subscribed\": true,\n                \"messageGroupName\": \"Service Status\"\n            },\n            {\n                \"subscriptionKey\": \"SERVICE_EVENT_BGP_UP\",\n                \"description\": \"When a BGP session goes up in a service (1 mail per hour if the service is flapping)\",\n                \"subscribed\": true,\n                \"messageGroupName\": \"Service Status\"\n            }\n        ],\n        \"receivesChildNotifications\": false\n    }\n}"},{"id":"8d50e062-6a91-422e-ad43-1d8f63046767","name":"List Notification Settings - Service Status Notifications","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v3/notificationPreferences"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 31 Oct 2025 06:24:34 GMT"},{"key":"Content-Type","value":"application/json","description":""},{"key":"Content-Length","value":"1256"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amzn-Trace-Id","value":"Root=1-69045622-277729aa4bfafb3a4836665d"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Server-Timing","value":"app;dur=43"},{"key":"ETag","value":"W/\"0759f74781cd501876a3a7d4acc6b6bc6\""},{"key":"X-Xss-Protection","value":"1 ; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"trace-id","value":"668f219bc33f1e564c659fdf7a2c6734"},{"key":"content-encoding","value":"gzip"},{"key":"X-Robots-Tag","value":"noindex"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Your messaging destinations\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": {\n        \"emails\": [\n            {\n                \"subscriptionKey\": \"SERVICE_STATUS_DOWN\",\n                \"description\": \"When a service goes down (1 mail per hour if service is flapping)\",\n                \"subscribed\": false,\n                \"messageGroupName\": \"Service Status\"\n            },\n            {\n                \"subscriptionKey\": \"SERVICE_STATUS_UP\",\n                \"description\": \"When a service goes up (1 mail per hour if service is flapping)\",\n                \"subscribed\": false,\n                \"messageGroupName\": \"Service Status\"\n            },\n            {\n                \"subscriptionKey\": \"SERVICE_EVENT_BGP_DOWN\",\n                \"description\": \"When a BGP session goes down in a service (1 mail per hour if the service is flapping)\",\n                \"subscribed\": false,\n                \"messageGroupName\": \"Service Status\"\n            },\n            {\n                \"subscriptionKey\": \"SERVICE_EVENT_BGP_UP\",\n                \"description\": \"When a BGP session goes up in a service (1 mail per hour if the service is flapping)\",\n                \"subscribed\": false,\n                \"messageGroupName\": \"Service Status\"\n            }\n        ],\n        \"receivesChildNotifications\": false\n    }\n}"},{"id":"980b8294-63fb-472a-905a-7fcb9d8201c1","name":"List Notification Settings - No Notification Subscriptions","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v3/notificationPreferences"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 31 Oct 2025 06:24:34 GMT"},{"key":"Content-Type","value":"application/json","description":""},{"key":"Content-Length","value":"1256"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amzn-Trace-Id","value":"Root=1-69045622-277729aa4bfafb3a4836665d"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Server-Timing","value":"app;dur=43"},{"key":"ETag","value":"W/\"0759f74781cd501876a3a7d4acc6b6bc6\""},{"key":"X-Xss-Protection","value":"1 ; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"trace-id","value":"668f219bc33f1e564c659fdf7a2c6734"},{"key":"content-encoding","value":"gzip"},{"key":"X-Robots-Tag","value":"noindex"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Your messaging destinations\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": {\n        \"emails\": [\n            {\n                \"subscriptionKey\": \"BILLING_START_ADMIN\",\n                \"description\": \"When the administrator starts billing a service\",\n                \"subscribed\": false,\n                \"messageGroupName\": \"Financial\"\n            },\n            {\n                \"subscriptionKey\": \"BILLING_START_LIVE\",\n                \"description\": \"When a service goes live and we start billing on it\",\n                \"subscribed\": false,\n                \"messageGroupName\": \"Financial\"\n            },\n            {\n                \"subscriptionKey\": \"BILLING_SERVICE_RETERMED\",\n                \"description\": \"When a user successfully modifies the term of a service\",\n                \"subscribed\": false,\n                \"messageGroupName\": \"Financial\"\n            },\n            {\n                \"subscriptionKey\": \"CARD_GOOD_PAYMENT\",\n                \"description\": \"When a credit card is used to pay and it is successful\",\n                \"subscribed\": false,\n                \"messageGroupName\": \"Financial\"\n            },\n            {\n                \"subscriptionKey\": \"CARD_TEMP_BAD_PAYMENT\",\n                \"description\": \"When a credit card is used to pay and it fails for temporal issues\",\n                \"subscribed\": false,\n                \"messageGroupName\": \"Financial\"\n            },\n            {\n                \"subscriptionKey\": \"CARD_PERM_BAD_PAYMENT\",\n                \"description\": \"When a credit card is used to pay and it fails for permanent issues\",\n                \"subscribed\": false,\n                \"messageGroupName\": \"Financial\"\n            },\n            {\n                \"subscriptionKey\": \"CARD_REGISTER\",\n                \"description\": \"When a credit card has been successfully registered\",\n                \"subscribed\": false,\n                \"messageGroupName\": \"Financial\"\n            },\n            {\n                \"subscriptionKey\": \"CARD_REGISTER_FAILED\",\n                \"description\": \"When a credit card registration attempt has failed\",\n                \"subscribed\": false,\n                \"messageGroupName\": \"Financial\"\n            },\n            {\n                \"subscriptionKey\": \"COMPANY_ACTIVATED\",\n                \"description\": \"When a company gets activated\",\n                \"subscribed\": false,\n                \"messageGroupName\": \"Company\"\n            },\n            {\n                \"subscriptionKey\": \"COMPANY_SUPPLY_NEW\",\n                \"description\": \"When a company market is created\",\n                \"subscribed\": false,\n                \"messageGroupName\": \"Company\"\n            },\n            {\n                \"subscriptionKey\": \"COMPANY_SUPPLY_EMAIL_CHANGED\",\n                \"description\": \"When the billing email account is edited in a market\",\n                \"subscribed\": false,\n                \"messageGroupName\": \"Company\"\n            },\n            {\n                \"subscriptionKey\": \"COMPANY_SUPPLY_EMAIL_REJECTED\",\n                \"description\": \"When the customer rejects the new email account as billing contact email\",\n                \"subscribed\": false,\n                \"messageGroupName\": \"Company\"\n            },\n            {\n                \"subscriptionKey\": \"INVOICE_NOTIFY_CMD\",\n                \"description\": \"When a new invoice is prepared for the billing market/customer\",\n                \"subscribed\": false,\n                \"messageGroupName\": \"Financial\"\n            },\n            {\n                \"subscriptionKey\": \"ORDER_IX\",\n                \"description\": \"When an IX service contained in an order is processed\",\n                \"subscribed\": false,\n                \"messageGroupName\": \"Ordering\"\n            },\n            {\n                \"subscriptionKey\": \"ORDER_MEGAPORT\",\n                \"description\": \"When a port contained in an order is processed\",\n                \"subscribed\": false,\n                \"messageGroupName\": \"Ordering\"\n            },\n            {\n                \"subscriptionKey\": \"ORDER_VXC_APPROVED\",\n                \"description\": \"When a VXC service contained in an order is approved\",\n                \"subscribed\": false,\n                \"messageGroupName\": \"Ordering\"\n            },\n            {\n                \"subscriptionKey\": \"ORDER_VXC_PENDING\",\n                \"description\": \"When a VXC order needs approval from one end\",\n                \"subscribed\": false,\n                \"messageGroupName\": \"Ordering\"\n            },\n            {\n                \"subscriptionKey\": \"ORDER_VXC_PENDING_PLUS_7\",\n                \"description\": \"When a VXC order needs approval from one end and it's been waiting for more than 1 week\",\n                \"subscribed\": false,\n                \"messageGroupName\": \"Ordering\"\n            },\n            {\n                \"subscriptionKey\": \"ORDER_VXC_REJECTED\",\n                \"description\": \"When a VXC order waiting for approval is rejected\",\n                \"subscribed\": false,\n                \"messageGroupName\": \"Ordering\"\n            },\n            {\n                \"subscriptionKey\": \"COMPANY_SUPPLY_FIRST_ORDER\",\n                \"description\": \"When a first order created to a company and market supplier\",\n                \"subscribed\": false,\n                \"messageGroupName\": \"Financial\"\n            },\n            {\n                \"subscriptionKey\": \"PAYMENT_REMIND_CMD\",\n                \"description\": \"Reminder sent of any/all due/outstanding invoices\",\n                \"subscribed\": false,\n                \"messageGroupName\": \"Financial\"\n            },\n            {\n                \"subscriptionKey\": \"SERVICE_LIFECYCLE_CONFIGURED\",\n                \"description\": \"When a service is configured\",\n                \"subscribed\": false,\n                \"messageGroupName\": \"Services\"\n            },\n            {\n                \"subscriptionKey\": \"SERVICE_LIFECYCLE_DECOMMISSIONED\",\n                \"description\": \"When a service has been decommissioned\",\n                \"subscribed\": false,\n                \"messageGroupName\": \"Services\"\n            },\n            {\n                \"subscriptionKey\": \"SERVICE_LIFECYCLE_LIVE_PLUS_7_DAYS\",\n                \"description\": \"Service follow up email + 1 week\",\n                \"subscribed\": false,\n                \"messageGroupName\": \"Services\"\n            },\n            {\n                \"subscriptionKey\": \"SERVICE_STATUS_DOWN\",\n                \"description\": \"When a service goes down (1 mail per hour if service is flapping)\",\n                \"subscribed\": false,\n                \"messageGroupName\": \"Service Status\"\n            },\n            {\n                \"subscriptionKey\": \"SERVICE_STATUS_UP\",\n                \"description\": \"When a service goes up (1 mail per hour if service is flapping)\",\n                \"subscribed\": false,\n                \"messageGroupName\": \"Service Status\"\n            },\n            {\n                \"subscriptionKey\": \"SERVICE_SPEED\",\n                \"description\": \"When a speed change is made that requires approval\",\n                \"subscribed\": false,\n                \"messageGroupName\": \"Services\"\n            },\n            {\n                \"subscriptionKey\": \"SERVICE_MAINTENANCE\",\n                \"description\": \"When planned works are scheduled\",\n                \"subscribed\": false,\n                \"messageGroupName\": \"Services\"\n            },\n            {\n                \"subscriptionKey\": \"SERVICE_OUTAGE\",\n                \"description\": \"Service Outage Notification\",\n                \"subscribed\": false,\n                \"messageGroupName\": \"Services\"\n            },\n            {\n                \"subscriptionKey\": \"ORDER_REQUEST_PENDING\",\n                \"description\": \"When an order request is pending approval\",\n                \"subscribed\": false,\n                \"messageGroupName\": \"Ordering\"\n            },\n            {\n                \"subscriptionKey\": \"ORDER_REQUEST_APPROVED\",\n                \"description\": \"When an order request is approved\",\n                \"subscribed\": false,\n                \"messageGroupName\": \"Ordering\"\n            },\n            {\n                \"subscriptionKey\": \"ORDER_REQUEST_REJECTED\",\n                \"description\": \"When an order request is rejected\",\n                \"subscribed\": false,\n                \"messageGroupName\": \"Ordering\"\n            },\n            {\n                \"subscriptionKey\": \"ORDER_REQUEST_FAILED\",\n                \"description\": \"When an order request fails to process\",\n                \"subscribed\": false,\n                \"messageGroupName\": \"Ordering\"\n            },\n            {\n                \"subscriptionKey\": \"SERVICE_EVENT_BGP_DOWN\",\n                \"description\": \"When a BGP session goes down in a service (1 mail per hour if the service is flapping)\",\n                \"subscribed\": false,\n                \"messageGroupName\": \"Service Status\"\n            },\n            {\n                \"subscriptionKey\": \"SERVICE_EVENT_BGP_UP\",\n                \"description\": \"When a BGP session goes up in a service (1 mail per hour if the service is flapping)\",\n                \"subscribed\": false,\n                \"messageGroupName\": \"Service Status\"\n            }\n        ],\n        \"receivesChildNotifications\": false\n    }\n}"}],"_postman_id":"16abf5c3-4f78-4b33-b692-bf1f2ae07bd1"},{"name":"Change Notification Settings","id":"74dcbb0e-a483-423e-953a-3f1e59e6e66c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"{\n  \"emails\": [\n    {\n      \"subscriptionKey\": \"BILLING_START_ADMIN\",\n      \"subscribed\": true\n    },\n    {\n      \"subscriptionKey\": \"BILLING_START_LIVE\",\n      \"subscribed\": true\n    },\n    {\n      \"subscriptionKey\": \"BILLING_PORT_RETERMED\",\n      \"subscribed\": true\n    },\n    {\n      \"subscriptionKey\": \"CARD_GOOD_PAYMENT\",\n      \"subscribed\": true\n    },\n    {\n      \"subscriptionKey\": \"CARD_TEMP_BAD_PAYMENT\",\n      \"subscribed\": true\n    },\n    {\n      \"subscriptionKey\": \"CARD_PERM_BAD_PAYMENT\",\n      \"subscribed\": true\n    },\n    {\n      \"subscriptionKey\": \"CARD_REGISTER\",\n      \"subscribed\": true\n    },\n    {\n      \"subscriptionKey\": \"CARD_REGISTER_FAILED\",\n      \"subscribed\": true\n    },\n    {\n      \"subscriptionKey\": \"COMPANY_ACTIVATED\",\n      \"subscribed\": true\n    },\n    {\n      \"subscriptionKey\": \"COMPANY_SUPPLY_NEW\",\n      \"subscribed\": true\n    },\n    {\n      \"subscriptionKey\": \"COMPANY_SUPPLY_EMAIL_CHANGED\",\n      \"subscribed\": true\n    },\n    {\n      \"subscriptionKey\": \"COMPANY_SUPPLY_EMAIL_REJECTED\",\n      \"subscribed\": true\n    },\n    {\n      \"subscriptionKey\": \"INVOICE_NOTIFY_CMD\",\n      \"subscribed\": true\n    },\n    {\n      \"subscriptionKey\": \"ORDER_IX\",\n      \"subscribed\": true\n    },\n    {\n      \"subscriptionKey\": \"ORDER_MEGAPORT\",\n      \"subscribed\": true\n    },\n    {\n      \"subscriptionKey\": \"ORDER_VXC_APPROVED\",\n      \"subscribed\": true\n    },\n    {\n      \"subscriptionKey\": \"ORDER_VXC_PENDING\",\n      \"subscribed\": true\n    },\n    {\n      \"subscriptionKey\": \"ORDER_VXC_PENDING_PLUS_7\",\n      \"subscribed\": true\n    },\n    {\n      \"subscriptionKey\": \"ORDER_VXC_REJECTED\",\n      \"subscribed\": true\n    },\n    {\n      \"subscriptionKey\": \"COMPANY_SUPPLY_FIRST_ORDER\",\n      \"subscribed\": true\n    },\n    {\n      \"subscriptionKey\": \"PAYMENT_REMIND_CMD\",\n      \"subscribed\": true\n    },\n    {\n      \"subscriptionKey\": \"SERVICE_LIFECYCLE_CONFIGURED\",\n      \"subscribed\": true\n    },\n    {\n      \"subscriptionKey\": \"SERVICE_LIFECYCLE_DECOMMISSIONED\",\n      \"subscribed\": true\n    },\n    {\n      \"subscriptionKey\": \"SERVICE_LIFECYCLE_LIVE_PLUS_7_DAYS\",\n      \"subscribed\": true\n    },\n    {\n      \"subscriptionKey\": \"SERVICE_STATUS_DOWN\",\n      \"subscribed\": true\n    },\n    {\n      \"subscriptionKey\": \"SERVICE_STATUS_UP\",\n      \"subscribed\": true\n    },\n    {\n      \"subscriptionKey\": \"SERVICE_SPEED\",\n      \"subscribed\": true\n    },\n    {\n      \"subscriptionKey\": \"SERVICE_MAINTENANCE\",\n      \"subscribed\": true\n    },\n    {\n      \"subscriptionKey\": \"SERVICE_OUTAGE\",\n      \"subscribed\": true\n    },\n    {\n      \"subscriptionKey\": \"SERVICE_EVENT_BGP_DOWN\",\n      \"subscribed\": true\n    },\n    {\n      \"subscriptionKey\": \"SERVICE_EVENT_BGP_UP\",\n      \"subscribed\": true\n    }\n  ]\n}\n"},"url":"{{baseUrl}}/v3/notificationPreferences","description":"<p>Updates the current email notification settings for the logged-in user.</p>\n<p>The changes are defined in the Body of the request. The request format is the same as the response received when listing the notifications using the <strong>List Notification Settings</strong> endpoint.</p>\n<p>These parameters are required to update email notification subscription settings:</p>\n<ul>\n<li><p><code>subscriptionKey</code> - (String) The key value of the email event. Run the <strong>List Notification Settings</strong> endpoint to get the full list available for the user. For example, BILLING_START_ADMIN.</p>\n</li>\n<li><p><code>subscribed</code> - (Boolean) Set the <code>subscribed</code> value to either <code>true</code> or <code>false</code>, depending on whether you want to subscribe to the email notification group. This will default to <code>false</code> if the subscribed value is not supplied.</p>\n</li>\n</ul>\n<p><strong>Note</strong>: The 200 OK response always returns all notifications for the user even if you only send one update.</p>\n","urlObject":{"path":["v3","notificationPreferences"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"02a8151f-1ae7-406a-a446-db2ce2aa9e4d","name":"Change Notification Settings - Subscribe to Two Notifications","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"{\n  \"emails\": [\n    {\n      \"subscriptionKey\": \"COMPANY_ACTIVATED\",\n      \"subscribed\": true\n    },\n    {\n      \"subscriptionKey\": \"COMPANY_SUPPLY_NEW\",\n      \"subscribed\": false\n    },\n    {\n      \"subscriptionKey\": \"COMPANY_SUPPLY_EMAIL_CHANGED\",\n      \"subscribed\": false\n    },\n    {\n      \"subscriptionKey\": \"COMPANY_SUPPLY_EMAIL_REJECTED\",\n      \"subscribed\": false\n    },\n    {\n      \"subscriptionKey\": \"SERVICE_SPEED\",\n      \"subscribed\": false\n    },\n    {\n      \"subscriptionKey\": \"SERVICE_MAINTENANCE\",\n      \"subscribed\": false\n    },\n    {\n      \"subscriptionKey\": \"SERVICE_OUTAGE\",\n      \"subscribed\": false\n    },\n    {\n      \"subscriptionKey\": \"SERVICE_LIFECYCLE_CONFIGURED\",\n      \"subscribed\": false\n    },\n    {\n      \"subscriptionKey\": \"SERVICE_LIFECYCLE_DECOMMISSIONED\",\n      \"subscribed\": false\n    },\n    {\n      \"subscriptionKey\": \"SERVICE_LIFECYCLE_LIVE_PLUS_7_DAYS\",\n      \"subscribed\": true\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/notificationPreferences"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 31 Oct 2025 07:02:13 GMT"},{"key":"Content-Type","value":"application/json","description":""},{"key":"Content-Length","value":"1267"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amzn-Trace-Id","value":"Root=1-69045ef5-0e7bd6635300f0b97c56b6fa"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Server-Timing","value":"app;dur=48"},{"key":"X-Xss-Protection","value":"1 ; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"trace-id","value":"b881779c275d248e0d8f4e2a9e7a5993"},{"key":"content-encoding","value":"gzip"},{"key":"X-Robots-Tag","value":"noindex"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Your messaging destination has been saved\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": {\n        \"emails\": [\n            {\n                \"subscriptionKey\": \"BILLING_START_ADMIN\",\n                \"description\": \"When the administrator starts billing a service\",\n                \"subscribed\": true,\n                \"messageGroupName\": \"Financial\"\n            },\n            {\n                \"subscriptionKey\": \"BILLING_START_LIVE\",\n                \"description\": \"When a service goes live and we start billing on it\",\n                \"subscribed\": true,\n                \"messageGroupName\": \"Financial\"\n            },\n            {\n                \"subscriptionKey\": \"BILLING_SERVICE_RETERMED\",\n                \"description\": \"When a user successfully modifies the term of a service\",\n                \"subscribed\": false,\n                \"messageGroupName\": \"Financial\"\n            },\n            {\n                \"subscriptionKey\": \"CARD_GOOD_PAYMENT\",\n                \"description\": \"When a credit card is used to pay and it is successful\",\n                \"subscribed\": true,\n                \"messageGroupName\": \"Financial\"\n            },\n            {\n                \"subscriptionKey\": \"CARD_TEMP_BAD_PAYMENT\",\n                \"description\": \"When a credit card is used to pay and it fails for temporal issues\",\n                \"subscribed\": true,\n                \"messageGroupName\": \"Financial\"\n            },\n            {\n                \"subscriptionKey\": \"CARD_PERM_BAD_PAYMENT\",\n                \"description\": \"When a credit card is used to pay and it fails for permanent issues\",\n                \"subscribed\": true,\n                \"messageGroupName\": \"Financial\"\n            },\n            {\n                \"subscriptionKey\": \"CARD_REGISTER\",\n                \"description\": \"When a credit card has been successfully registered\",\n                \"subscribed\": true,\n                \"messageGroupName\": \"Financial\"\n            },\n            {\n                \"subscriptionKey\": \"CARD_REGISTER_FAILED\",\n                \"description\": \"When a credit card registration attempt has failed\",\n                \"subscribed\": true,\n                \"messageGroupName\": \"Financial\"\n            },\n            {\n                \"subscriptionKey\": \"COMPANY_ACTIVATED\",\n                \"description\": \"When a company gets activated\",\n                \"subscribed\": true,\n                \"messageGroupName\": \"Company\"\n            },\n            {\n                \"subscriptionKey\": \"COMPANY_SUPPLY_NEW\",\n                \"description\": \"When a company market is created\",\n                \"subscribed\": false,\n                \"messageGroupName\": \"Company\"\n            },\n            {\n                \"subscriptionKey\": \"COMPANY_SUPPLY_EMAIL_CHANGED\",\n                \"description\": \"When the billing email account is edited in a market\",\n                \"subscribed\": false,\n                \"messageGroupName\": \"Company\"\n            },\n            {\n                \"subscriptionKey\": \"COMPANY_SUPPLY_EMAIL_REJECTED\",\n                \"description\": \"When the customer rejects the new email account as billing contact email\",\n                \"subscribed\": false,\n                \"messageGroupName\": \"Company\"\n            },\n            {\n                \"subscriptionKey\": \"INVOICE_NOTIFY_CMD\",\n                \"description\": \"When a new invoice is prepared for the billing market/customer\",\n                \"subscribed\": true,\n                \"messageGroupName\": \"Financial\"\n            },\n            {\n                \"subscriptionKey\": \"ORDER_IX\",\n                \"description\": \"When an IX service contained in an order is processed\",\n                \"subscribed\": true,\n                \"messageGroupName\": \"Ordering\"\n            },\n            {\n                \"subscriptionKey\": \"ORDER_MEGAPORT\",\n                \"description\": \"When a port contained in an order is processed\",\n                \"subscribed\": true,\n                \"messageGroupName\": \"Ordering\"\n            },\n            {\n                \"subscriptionKey\": \"ORDER_VXC_APPROVED\",\n                \"description\": \"When a VXC service contained in an order is approved\",\n                \"subscribed\": true,\n                \"messageGroupName\": \"Ordering\"\n            },\n            {\n                \"subscriptionKey\": \"ORDER_VXC_PENDING\",\n                \"description\": \"When a VXC order needs approval from one end\",\n                \"subscribed\": true,\n                \"messageGroupName\": \"Ordering\"\n            },\n            {\n                \"subscriptionKey\": \"ORDER_VXC_PENDING_PLUS_7\",\n                \"description\": \"When a VXC order needs approval from one end and it's been waiting for more than 1 week\",\n                \"subscribed\": true,\n                \"messageGroupName\": \"Ordering\"\n            },\n            {\n                \"subscriptionKey\": \"ORDER_VXC_REJECTED\",\n                \"description\": \"When a VXC order waiting for approval is rejected\",\n                \"subscribed\": true,\n                \"messageGroupName\": \"Ordering\"\n            },\n            {\n                \"subscriptionKey\": \"COMPANY_SUPPLY_FIRST_ORDER\",\n                \"description\": \"When a first order created to a company and market supplier\",\n                \"subscribed\": true,\n                \"messageGroupName\": \"Financial\"\n            },\n            {\n                \"subscriptionKey\": \"PAYMENT_REMIND_CMD\",\n                \"description\": \"Reminder sent of any/all due/outstanding invoices\",\n                \"subscribed\": true,\n                \"messageGroupName\": \"Financial\"\n            },\n            {\n                \"subscriptionKey\": \"SERVICE_LIFECYCLE_CONFIGURED\",\n                \"description\": \"When a service is configured\",\n                \"subscribed\": false,\n                \"messageGroupName\": \"Services\"\n            },\n            {\n                \"subscriptionKey\": \"SERVICE_LIFECYCLE_DECOMMISSIONED\",\n                \"description\": \"When a service has been decommissioned\",\n                \"subscribed\": false,\n                \"messageGroupName\": \"Services\"\n            },\n            {\n                \"subscriptionKey\": \"SERVICE_LIFECYCLE_LIVE_PLUS_7_DAYS\",\n                \"description\": \"Service follow up email + 1 week\",\n                \"subscribed\": true,\n                \"messageGroupName\": \"Services\"\n            },\n            {\n                \"subscriptionKey\": \"SERVICE_STATUS_DOWN\",\n                \"description\": \"When a service goes down (1 mail per hour if service is flapping)\",\n                \"subscribed\": false,\n                \"messageGroupName\": \"Service Status\"\n            },\n            {\n                \"subscriptionKey\": \"SERVICE_STATUS_UP\",\n                \"description\": \"When a service goes up (1 mail per hour if service is flapping)\",\n                \"subscribed\": false,\n                \"messageGroupName\": \"Service Status\"\n            },\n            {\n                \"subscriptionKey\": \"SERVICE_SPEED\",\n                \"description\": \"When a speed change is made that requires approval\",\n                \"subscribed\": false,\n                \"messageGroupName\": \"Services\"\n            },\n            {\n                \"subscriptionKey\": \"SERVICE_MAINTENANCE\",\n                \"description\": \"When planned works are scheduled\",\n                \"subscribed\": false,\n                \"messageGroupName\": \"Services\"\n            },\n            {\n                \"subscriptionKey\": \"SERVICE_OUTAGE\",\n                \"description\": \"Service Outage Notification\",\n                \"subscribed\": false,\n                \"messageGroupName\": \"Services\"\n            },\n            {\n                \"subscriptionKey\": \"ORDER_REQUEST_PENDING\",\n                \"description\": \"When an order request is pending approval\",\n                \"subscribed\": true,\n                \"messageGroupName\": \"Ordering\"\n            },\n            {\n                \"subscriptionKey\": \"ORDER_REQUEST_APPROVED\",\n                \"description\": \"When an order request is approved\",\n                \"subscribed\": true,\n                \"messageGroupName\": \"Ordering\"\n            },\n            {\n                \"subscriptionKey\": \"ORDER_REQUEST_REJECTED\",\n                \"description\": \"When an order request is rejected\",\n                \"subscribed\": true,\n                \"messageGroupName\": \"Ordering\"\n            },\n            {\n                \"subscriptionKey\": \"ORDER_REQUEST_FAILED\",\n                \"description\": \"When an order request fails to process\",\n                \"subscribed\": true,\n                \"messageGroupName\": \"Ordering\"\n            },\n            {\n                \"subscriptionKey\": \"SERVICE_EVENT_BGP_DOWN\",\n                \"description\": \"When a BGP session goes down in a service (1 mail per hour if the service is flapping)\",\n                \"subscribed\": false,\n                \"messageGroupName\": \"Service Status\"\n            },\n            {\n                \"subscriptionKey\": \"SERVICE_EVENT_BGP_UP\",\n                \"description\": \"When a BGP session goes up in a service (1 mail per hour if the service is flapping)\",\n                \"subscribed\": false,\n                \"messageGroupName\": \"Service Status\"\n            }\n        ],\n        \"receivesChildNotifications\": false\n    }\n}"},{"id":"9cb38d80-c412-4f2e-b3ea-0f1728da4007","name":"Change Notification Settings - Subscribe to All Notifications to all","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"{\n  \"emails\": [\n    {\n      \"subscriptionKey\": \"BILLING_START_ADMIN\",\n      \"subscribed\": true\n    },\n    {\n      \"subscriptionKey\": \"BILLING_START_LIVE\",\n      \"subscribed\": true\n    },\n    {\n      \"subscriptionKey\": \"BILLING_PORT_RETERMED\",\n      \"subscribed\": true\n    },\n    {\n      \"subscriptionKey\": \"CARD_GOOD_PAYMENT\",\n      \"subscribed\": true\n    },\n    {\n      \"subscriptionKey\": \"CARD_TEMP_BAD_PAYMENT\",\n      \"subscribed\": true\n    },\n    {\n      \"subscriptionKey\": \"CARD_PERM_BAD_PAYMENT\",\n      \"subscribed\": true\n    },\n    {\n      \"subscriptionKey\": \"CARD_REGISTER\",\n      \"subscribed\": true\n    },\n    {\n      \"subscriptionKey\": \"CARD_REGISTER_FAILED\",\n      \"subscribed\": true\n    },\n    {\n      \"subscriptionKey\": \"COMPANY_ACTIVATED\",\n      \"subscribed\": true\n    },\n    {\n      \"subscriptionKey\": \"COMPANY_SUPPLY_NEW\",\n      \"subscribed\": true\n    },\n    {\n      \"subscriptionKey\": \"COMPANY_SUPPLY_EMAIL_CHANGED\",\n      \"subscribed\": true\n    },\n    {\n      \"subscriptionKey\": \"COMPANY_SUPPLY_EMAIL_REJECTED\",\n      \"subscribed\": true\n    },\n    {\n      \"subscriptionKey\": \"INVOICE_NOTIFY_CMD\",\n      \"subscribed\": true\n    },\n    {\n      \"subscriptionKey\": \"ORDER_IX\",\n      \"subscribed\": true\n    },\n    {\n      \"subscriptionKey\": \"ORDER_MEGAPORT\",\n      \"subscribed\": true\n    },\n    {\n      \"subscriptionKey\": \"ORDER_VXC_APPROVED\",\n      \"subscribed\": true\n    },\n    {\n      \"subscriptionKey\": \"ORDER_VXC_PENDING\",\n      \"subscribed\": true\n    },\n    {\n      \"subscriptionKey\": \"ORDER_VXC_PENDING_PLUS_7\",\n      \"subscribed\": true\n    },\n    {\n      \"subscriptionKey\": \"ORDER_VXC_REJECTED\",\n      \"subscribed\": true\n    },\n    {\n      \"subscriptionKey\": \"COMPANY_SUPPLY_FIRST_ORDER\",\n      \"subscribed\": true\n    },\n    {\n      \"subscriptionKey\": \"PAYMENT_REMIND_CMD\",\n      \"subscribed\": true\n    },\n    {\n      \"subscriptionKey\": \"SERVICE_LIFECYCLE_CONFIGURED\",\n      \"subscribed\": true\n    },\n    {\n      \"subscriptionKey\": \"SERVICE_LIFECYCLE_DECOMMISSIONED\",\n      \"subscribed\": true\n    },\n    {\n      \"subscriptionKey\": \"SERVICE_LIFECYCLE_LIVE_PLUS_7_DAYS\",\n      \"subscribed\": true\n    },\n    {\n      \"subscriptionKey\": \"SERVICE_STATUS_DOWN\",\n      \"subscribed\": true\n    },\n    {\n      \"subscriptionKey\": \"SERVICE_STATUS_UP\",\n      \"subscribed\": true\n    },\n    {\n      \"subscriptionKey\": \"SERVICE_SPEED\",\n      \"subscribed\": true\n    },\n    {\n      \"subscriptionKey\": \"SERVICE_MAINTENANCE\",\n      \"subscribed\": true\n    },\n    {\n      \"subscriptionKey\": \"SERVICE_OUTAGE\",\n      \"subscribed\": true\n    },\n    {\n      \"subscriptionKey\": \"SERVICE_EVENT_BGP_DOWN\",\n      \"subscribed\": true\n    },\n    {\n      \"subscriptionKey\": \"SERVICE_EVENT_BGP_UP\",\n      \"subscribed\": true\n    }\n  ]\n}\n","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/notificationPreferences"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 31 Oct 2025 07:08:23 GMT"},{"key":"Content-Type","value":"application/json","description":""},{"key":"Content-Length","value":"1258"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amzn-Trace-Id","value":"Root=1-69046067-5bd45a892e0d52a11df4c115"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Server-Timing","value":"app;dur=116"},{"key":"X-Xss-Protection","value":"1 ; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"trace-id","value":"5cdf95fbfca670fc58e0490ddc6ff879"},{"key":"content-encoding","value":"gzip"},{"key":"X-Robots-Tag","value":"noindex"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Your messaging destination has been saved\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": {\n        \"emails\": [\n            {\n                \"subscriptionKey\": \"BILLING_START_ADMIN\",\n                \"description\": \"When the administrator starts billing a service\",\n                \"subscribed\": true,\n                \"messageGroupName\": \"Financial\"\n            },\n            {\n                \"subscriptionKey\": \"BILLING_START_LIVE\",\n                \"description\": \"When a service goes live and we start billing on it\",\n                \"subscribed\": true,\n                \"messageGroupName\": \"Financial\"\n            },\n            {\n                \"subscriptionKey\": \"BILLING_SERVICE_RETERMED\",\n                \"description\": \"When a user successfully modifies the term of a service\",\n                \"subscribed\": false,\n                \"messageGroupName\": \"Financial\"\n            },\n            {\n                \"subscriptionKey\": \"CARD_GOOD_PAYMENT\",\n                \"description\": \"When a credit card is used to pay and it is successful\",\n                \"subscribed\": true,\n                \"messageGroupName\": \"Financial\"\n            },\n            {\n                \"subscriptionKey\": \"CARD_TEMP_BAD_PAYMENT\",\n                \"description\": \"When a credit card is used to pay and it fails for temporal issues\",\n                \"subscribed\": true,\n                \"messageGroupName\": \"Financial\"\n            },\n            {\n                \"subscriptionKey\": \"CARD_PERM_BAD_PAYMENT\",\n                \"description\": \"When a credit card is used to pay and it fails for permanent issues\",\n                \"subscribed\": true,\n                \"messageGroupName\": \"Financial\"\n            },\n            {\n                \"subscriptionKey\": \"CARD_REGISTER\",\n                \"description\": \"When a credit card has been successfully registered\",\n                \"subscribed\": true,\n                \"messageGroupName\": \"Financial\"\n            },\n            {\n                \"subscriptionKey\": \"CARD_REGISTER_FAILED\",\n                \"description\": \"When a credit card registration attempt has failed\",\n                \"subscribed\": true,\n                \"messageGroupName\": \"Financial\"\n            },\n            {\n                \"subscriptionKey\": \"COMPANY_ACTIVATED\",\n                \"description\": \"When a company gets activated\",\n                \"subscribed\": true,\n                \"messageGroupName\": \"Company\"\n            },\n            {\n                \"subscriptionKey\": \"COMPANY_SUPPLY_NEW\",\n                \"description\": \"When a company market is created\",\n                \"subscribed\": true,\n                \"messageGroupName\": \"Company\"\n            },\n            {\n                \"subscriptionKey\": \"COMPANY_SUPPLY_EMAIL_CHANGED\",\n                \"description\": \"When the billing email account is edited in a market\",\n                \"subscribed\": true,\n                \"messageGroupName\": \"Company\"\n            },\n            {\n                \"subscriptionKey\": \"COMPANY_SUPPLY_EMAIL_REJECTED\",\n                \"description\": \"When the customer rejects the new email account as billing contact email\",\n                \"subscribed\": true,\n                \"messageGroupName\": \"Company\"\n            },\n            {\n                \"subscriptionKey\": \"INVOICE_NOTIFY_CMD\",\n                \"description\": \"When a new invoice is prepared for the billing market/customer\",\n                \"subscribed\": true,\n                \"messageGroupName\": \"Financial\"\n            },\n            {\n                \"subscriptionKey\": \"ORDER_IX\",\n                \"description\": \"When an IX service contained in an order is processed\",\n                \"subscribed\": true,\n                \"messageGroupName\": \"Ordering\"\n            },\n            {\n                \"subscriptionKey\": \"ORDER_MEGAPORT\",\n                \"description\": \"When a port contained in an order is processed\",\n                \"subscribed\": true,\n                \"messageGroupName\": \"Ordering\"\n            },\n            {\n                \"subscriptionKey\": \"ORDER_VXC_APPROVED\",\n                \"description\": \"When a VXC service contained in an order is approved\",\n                \"subscribed\": true,\n                \"messageGroupName\": \"Ordering\"\n            },\n            {\n                \"subscriptionKey\": \"ORDER_VXC_PENDING\",\n                \"description\": \"When a VXC order needs approval from one end\",\n                \"subscribed\": true,\n                \"messageGroupName\": \"Ordering\"\n            },\n            {\n                \"subscriptionKey\": \"ORDER_VXC_PENDING_PLUS_7\",\n                \"description\": \"When a VXC order needs approval from one end and it's been waiting for more than 1 week\",\n                \"subscribed\": true,\n                \"messageGroupName\": \"Ordering\"\n            },\n            {\n                \"subscriptionKey\": \"ORDER_VXC_REJECTED\",\n                \"description\": \"When a VXC order waiting for approval is rejected\",\n                \"subscribed\": true,\n                \"messageGroupName\": \"Ordering\"\n            },\n            {\n                \"subscriptionKey\": \"COMPANY_SUPPLY_FIRST_ORDER\",\n                \"description\": \"When a first order created to a company and market supplier\",\n                \"subscribed\": true,\n                \"messageGroupName\": \"Financial\"\n            },\n            {\n                \"subscriptionKey\": \"PAYMENT_REMIND_CMD\",\n                \"description\": \"Reminder sent of any/all due/outstanding invoices\",\n                \"subscribed\": true,\n                \"messageGroupName\": \"Financial\"\n            },\n            {\n                \"subscriptionKey\": \"SERVICE_LIFECYCLE_CONFIGURED\",\n                \"description\": \"When a service is configured\",\n                \"subscribed\": true,\n                \"messageGroupName\": \"Services\"\n            },\n            {\n                \"subscriptionKey\": \"SERVICE_LIFECYCLE_DECOMMISSIONED\",\n                \"description\": \"When a service has been decommissioned\",\n                \"subscribed\": true,\n                \"messageGroupName\": \"Services\"\n            },\n            {\n                \"subscriptionKey\": \"SERVICE_LIFECYCLE_LIVE_PLUS_7_DAYS\",\n                \"description\": \"Service follow up email + 1 week\",\n                \"subscribed\": true,\n                \"messageGroupName\": \"Services\"\n            },\n            {\n                \"subscriptionKey\": \"SERVICE_STATUS_DOWN\",\n                \"description\": \"When a service goes down (1 mail per hour if service is flapping)\",\n                \"subscribed\": true,\n                \"messageGroupName\": \"Service Status\"\n            },\n            {\n                \"subscriptionKey\": \"SERVICE_STATUS_UP\",\n                \"description\": \"When a service goes up (1 mail per hour if service is flapping)\",\n                \"subscribed\": true,\n                \"messageGroupName\": \"Service Status\"\n            },\n            {\n                \"subscriptionKey\": \"SERVICE_SPEED\",\n                \"description\": \"When a speed change is made that requires approval\",\n                \"subscribed\": true,\n                \"messageGroupName\": \"Services\"\n            },\n            {\n                \"subscriptionKey\": \"SERVICE_MAINTENANCE\",\n                \"description\": \"When planned works are scheduled\",\n                \"subscribed\": true,\n                \"messageGroupName\": \"Services\"\n            },\n            {\n                \"subscriptionKey\": \"SERVICE_OUTAGE\",\n                \"description\": \"Service Outage Notification\",\n                \"subscribed\": true,\n                \"messageGroupName\": \"Services\"\n            },\n            {\n                \"subscriptionKey\": \"ORDER_REQUEST_PENDING\",\n                \"description\": \"When an order request is pending approval\",\n                \"subscribed\": true,\n                \"messageGroupName\": \"Ordering\"\n            },\n            {\n                \"subscriptionKey\": \"ORDER_REQUEST_APPROVED\",\n                \"description\": \"When an order request is approved\",\n                \"subscribed\": true,\n                \"messageGroupName\": \"Ordering\"\n            },\n            {\n                \"subscriptionKey\": \"ORDER_REQUEST_REJECTED\",\n                \"description\": \"When an order request is rejected\",\n                \"subscribed\": true,\n                \"messageGroupName\": \"Ordering\"\n            },\n            {\n                \"subscriptionKey\": \"ORDER_REQUEST_FAILED\",\n                \"description\": \"When an order request fails to process\",\n                \"subscribed\": true,\n                \"messageGroupName\": \"Ordering\"\n            },\n            {\n                \"subscriptionKey\": \"SERVICE_EVENT_BGP_DOWN\",\n                \"description\": \"When a BGP session goes down in a service (1 mail per hour if the service is flapping)\",\n                \"subscribed\": true,\n                \"messageGroupName\": \"Service Status\"\n            },\n            {\n                \"subscriptionKey\": \"SERVICE_EVENT_BGP_UP\",\n                \"description\": \"When a BGP session goes up in a service (1 mail per hour if the service is flapping)\",\n                \"subscribed\": true,\n                \"messageGroupName\": \"Service Status\"\n            }\n        ],\n        \"receivesChildNotifications\": false\n    }\n}"},{"id":"1747d188-b802-469f-90f5-e50d2e0a8951","name":"Change Notification Settings - Incorrect Subscription Key","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"{\n  \"emails\": [\n    {\n      \"subscriptionKey\": \"BILLING_START_ADMIT\",\n      \"subscribed\": true\n    },\n    {\n      \"subscriptionKey\": \"BILLING_START_LIVE\",\n      \"subscribed\": true\n    },\n    {\n      \"subscriptionKey\": \"BILLING_PORT_RETERMED\",\n      \"subscribed\": true\n    },\n    {\n      \"subscriptionKey\": \"CARD_GOOD_PAYMENT\",\n      \"subscribed\": true\n    },\n    {\n      \"subscriptionKey\": \"CARD_TEMP_BAD_PAYMENT\",\n      \"subscribed\": true\n    },\n    {\n      \"subscriptionKey\": \"CARD_PERM_BAD_PAYMENT\",\n      \"subscribed\": true\n    },\n    {\n      \"subscriptionKey\": \"CARD_REGISTER\",\n      \"subscribed\": true\n    },\n    {\n      \"subscriptionKey\": \"CARD_REGISTER_FAILED\",\n      \"subscribed\": true\n    },\n    {\n      \"subscriptionKey\": \"COMPANY_ACTIVATED\",\n      \"subscribed\": true\n    },\n    {\n      \"subscriptionKey\": \"COMPANY_SUPPLY_NEW\",\n      \"subscribed\": true\n    },\n    {\n      \"subscriptionKey\": \"COMPANY_SUPPLY_EMAIL_CHANGED\",\n      \"subscribed\": true\n    },\n    {\n      \"subscriptionKey\": \"COMPANY_SUPPLY_EMAIL_REJECTED\",\n      \"subscribed\": true\n    },\n    {\n      \"subscriptionKey\": \"INVOICE_NOTIFY_CMD\",\n      \"subscribed\": true\n    },\n    {\n      \"subscriptionKey\": \"ORDER_IX\",\n      \"subscribed\": true\n    },\n    {\n      \"subscriptionKey\": \"ORDER_MEGAPORT\",\n      \"subscribed\": true\n    },\n    {\n      \"subscriptionKey\": \"ORDER_VXC_APPROVED\",\n      \"subscribed\": true\n    },\n    {\n      \"subscriptionKey\": \"ORDER_VXC_PENDING\",\n      \"subscribed\": true\n    },\n    {\n      \"subscriptionKey\": \"ORDER_VXC_PENDING_PLUS_7\",\n      \"subscribed\": true\n    },\n    {\n      \"subscriptionKey\": \"ORDER_VXC_REJECTED\",\n      \"subscribed\": true\n    },\n    {\n      \"subscriptionKey\": \"COMPANY_SUPPLY_FIRST_ORDER\",\n      \"subscribed\": true\n    },\n    {\n      \"subscriptionKey\": \"PAYMENT_REMIND_CMD\",\n      \"subscribed\": true\n    },\n    {\n      \"subscriptionKey\": \"SERVICE_LIFECYCLE_CONFIGURED\",\n      \"subscribed\": true\n    },\n    {\n      \"subscriptionKey\": \"SERVICE_LIFECYCLE_DECOMMISSIONED\",\n      \"subscribed\": true\n    },\n    {\n      \"subscriptionKey\": \"SERVICE_LIFECYCLE_LIVE_PLUS_7_DAYS\",\n      \"subscribed\": true\n    },\n    {\n      \"subscriptionKey\": \"SERVICE_STATUS_DOWN\",\n      \"subscribed\": true\n    },\n    {\n      \"subscriptionKey\": \"SERVICE_STATUS_UP\",\n      \"subscribed\": true\n    },\n    {\n      \"subscriptionKey\": \"SERVICE_SPEED\",\n      \"subscribed\": true\n    },\n    {\n      \"subscriptionKey\": \"SERVICE_MAINTENANCE\",\n      \"subscribed\": true\n    },\n    {\n      \"subscriptionKey\": \"SERVICE_OUTAGE\",\n      \"subscribed\": true\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v3/notificationPreferences"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Mar 2025 06:02:48 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"172"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amzn-Trace-Id","value":"Root=1-67cfd208-7582367871901a214ec0d94e"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Server-Timing","value":"app;dur=95"},{"key":"Server-Timing","value":"cfReqDur;dur=238.692"},{"key":"X-Xss-Protection","value":"1 ; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"trace-id","value":"33bd4517be7688830972401373e85590"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Cf-Team","value":"26256589920000e6974eb21400000001"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid subscription key: BILLING_START_ADMIT\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\"\n}"}],"_postman_id":"74dcbb0e-a483-423e-953a-3f1e59e6e66c"}],"id":"a79d135b-1c48-4640-95f4-83a207ed01d0","description":"<p>You can subscribe to and receive email notifications from these groups:</p>\n<ul>\n<li><p>Financial</p>\n</li>\n<li><p>Company</p>\n</li>\n<li><p>Ordering</p>\n</li>\n<li><p>Services</p>\n</li>\n<li><p>Service Status</p>\n</li>\n</ul>\n<p>The requests in this section help you view and change your email notification subscription settings.</p>\n<p>For more information, see <a href=\"https://docs.megaport.com/portal-admin/email-notifications/\">Configuring Email Notifications</a>.</p>\n","_postman_id":"a79d135b-1c48-4640-95f4-83a207ed01d0"},{"name":"Pricing","item":[{"name":"Version 2 (v2) and 3 (v3) endpoints - to be deprecated March 2026","item":[{"name":"Port Price","id":"e9c908f0-7c75-4c03-b50c-92baaff81e28","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v2/pricebook/megaport?locationId={locationId}&speed={speed}&term={term}&buyoutPort={buyoutPort}&productUid={productUid}","description":"<p>Returns the price for a Port based on configuration parameters.</p>\n<p>If you specify the optional productUid parameter, the API doesn't require any other parameters and returns the price for the specific Port.</p>\n<p>Pricing information is contained in a number of fields.</p>\n<p>Be aware that the following fields DO NOT include the term discount:</p>\n<ul>\n<li><p><code>aEndRate</code></p>\n</li>\n<li><p><code>bEndRate</code></p>\n</li>\n<li><p><code>mbpsRate</code></p>\n</li>\n<li><p><code>fixedRecurringCharge</code></p>\n</li>\n</ul>\n<p>The following field DOES include the term discount:</p>\n<ul>\n<li><code>monthlyRate</code></li>\n</ul>\n<p>These fields show further pricing information:</p>\n<ul>\n<li><p><code>monthlyRackRate</code> - returns the Month to Month / No Minimum Term Rate (BigDecimal)</p>\n</li>\n<li><p><code>discounts</code> - a list of DiscountedAmount object.</p>\n<ul>\n<li><p>DiscountedAmount - has two parameters.</p>\n<ul>\n<li><p><code>discountReason</code>: The reason for the discount. Usually, Term.</p>\n</li>\n<li><p><code>amount</code>: the fixed term discount amount (BigDecimal)</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p><code>termSpeed</code> is returned in the following APIs:</p>\n<ul>\n<li><p>GET Product Details v2/product/{{productUid}}</p>\n</li>\n<li><p>GET Product List v2/products</p>\n</li>\n</ul>\n","urlObject":{"path":["v2","pricebook","megaport"],"host":["{{baseUrl}}"],"query":[{"description":{"content":"<p>A-End location. (Required - integer)</p>\n","type":"text/plain"},"key":"locationId","value":"{locationId}"},{"description":{"content":"<p>Port speed in Mbps: 1000 Mbps, 10000 Mbps, 100000 Mbps. (Required - integer)</p>\n","type":"text/plain"},"key":"speed","value":"{speed}"},{"description":{"content":"<p>Contract term indicating months of contract. Accepted values are 1, 12, 24, or, 36. (Required - integer)</p>\n","type":"text/plain"},"key":"term","value":"{term}"},{"description":{"content":"<p>Whether this is a buyout port. Defaults to false and unlikely you need to change this. (Required - Boolean)</p>\n","type":"text/plain"},"key":"buyoutPort","value":"{buyoutPort}"},{"description":{"content":"<p>The unique identifier for an existing port. (Optional - string)</p>\n","type":"text/plain"},"key":"productUid","value":"{productUid}"}],"variable":[]}},"response":[{"id":"06beed26-fa60-4c62-8e5c-3b71f0a410e8","name":"Port Price","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":{"raw":"{{baseUrl}}/v2/pricebook/megaport?locationId=66&speed=1000&term=12&productUid='85e2b722-4063-4472-b03b-cd1bfa17c3a5'","host":["{{baseUrl}}"],"path":["v2","pricebook","megaport"],"query":[{"key":"locationId","value":"66","description":"A-End location. (Required - integer)"},{"key":"speed","value":"1000","description":"Port speed in Mbps: 1000 Mbps, 10000 Mbps, 100000 Mbps. (Required - integer)"},{"key":"term","value":"12","description":"Contract term indicating months of contract. Accepted values are 1, 12, 24, or, 36. (Required - integer)"},{"key":"buyoutPort","value":"{buyoutPort}","description":"Whether this is a buyout port. Defaults to false and unlikely you need to change this. (Required - Boolean)","disabled":true},{"key":"productUid","value":"'85e2b722-4063-4472-b03b-cd1bfa17c3a5'","description":"The unique identifier for an existing port. (Optional - string)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 24 Jul 2024 04:19:31 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"500"},{"key":"Connection","value":"keep-alive"},{"key":"vary","value":"Origin"},{"key":"vary","value":"Access-Control-Request-Method"},{"key":"vary","value":"Access-Control-Request-Headers"},{"key":"x-correlation-id","value":"f3ffd577a37eccafa5a270de9bd7a521"},{"key":"x-amzn-trace-id","value":"Root=1-66a080d3-2558736d3906b7f55d1b2d40"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"server-timing","value":"app;dur=450"},{"key":"etag","value":"\"0b8194d7c51edd5d2e5298752b0612f53\""},{"key":"x-xss-protection","value":"1 ; mode=block"},{"key":"strict-transport-security","value":"max-age=31536000; preload"},{"key":"referrer-policy","value":"no-referrer"},{"key":"content-security-policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"x-download-options","value":"noopen"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"trace-id","value":"f3ffd577a37eccafa5a270de9bd7a521"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Megaport Charges\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": {\n        \"hourlySetup\": 0,\n        \"dailySetup\": 0,\n        \"monthlySetup\": 0,\n        \"hourlyRate\": 0,\n        \"dailyRate\": 0,\n        \"monthlyRate\": 500,\n        \"fixedRecurringCharge\": 600,\n        \"postPaidBaseRate\": \"no base rate\",\n        \"longHaulMbpsRate\": 0,\n        \"mbpsRate\": 0,\n        \"currency\": \"USD\",\n        \"key\": \"no key\",\n        \"productType\": \"MEGAPORT\",\n        \"discounts\": [\n            {\n                \"discountReason\": \"TERM\",\n                \"amount\": 100\n            }\n        ],\n        \"monthlyRackRate\": 600,\n        \"empty\": false\n    }\n}"}],"_postman_id":"e9c908f0-7c75-4c03-b50c-92baaff81e28"},{"name":"VXC Price (v3)","id":"f251bb3e-107a-4bc5-9ab8-3a9da439deb6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v3/pricebook/vxc?productUid={productUid}","description":"<p>Returns the price for a VXC based on configuration parameters.</p>\n<p>If you specify the optional <code>productUid</code> parameter, the API doesn't require any other parameters and returns the price for the specific VXC.</p>\n<p>Pricing information is contained in a number of fields.</p>\n<p>Be aware that the following fields DO NOT include the term discount:</p>\n<ul>\n<li><p><code>aEndRate</code></p>\n</li>\n<li><p><code>bEndRate</code></p>\n</li>\n<li><p><code>mbpsRate</code></p>\n</li>\n<li><p><code>fixedRecurringCharge</code></p>\n</li>\n</ul>\n<p>The following field DOES include the term discount:</p>\n<ul>\n<li><code>monthlyRate</code></li>\n</ul>\n<p>These fields show further pricing information:</p>\n<ul>\n<li><p><code>monthlyRackRate</code> - returns the Month to Month / No Minimum Term Rate (BigDecimal)</p>\n</li>\n<li><p><code>discounts</code> - a list of DiscountedAmount object.</p>\n<ul>\n<li><p>DiscountedAmount - has two parameters.</p>\n<ul>\n<li><p><code>discountReason</code>: The reason for the discount. Usually, Term.</p>\n</li>\n<li><p><code>amount</code>: the fixed term discount amount (BigDecimal)</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p><code>termSpeed</code> is returned in the following APIs:</p>\n<ul>\n<li><p>GET Product Details v2/product/{{productUid}}</p>\n</li>\n<li><p>GET Product List v2/products</p>\n</li>\n</ul>\n","urlObject":{"path":["v3","pricebook","vxc"],"host":["{{baseUrl}}"],"query":[{"disabled":true,"description":{"content":"<p>A-End location. (Required - integer)</p>\n","type":"text/plain"},"key":"aLocationId","value":"{aLocationId}"},{"disabled":true,"description":{"content":"<p>VXC speed in Mbps. (Required - integer)</p>\n","type":"text/plain"},"key":"speed","value":"{speed}"},{"disabled":true,"description":{"content":"<p>B-End location. (Required - integer)</p>\n","type":"text/plain"},"key":"bLocationId","value":"{bLocationId}"},{"disabled":true,"description":{"content":"<p>Type of connection for the VXC. If you specify DEFAULT, the API determines the connectType from the endpoints. If you specify TRANSIT, the request will list Megaport Internet pricing. You can also specify any of these values for cloud providers: AWS, AWSHC, AZURE, ALIBABA, GOOGLE, IBM, and SFDC. Specify FRANCEIX if your VXC is connecting to France-IX.\n(Required - string)</p>\n","type":"text/plain"},"key":"connectType","value":"{connectType}"},{"description":{"content":"<p>The unique identifier for an existing VXC. (Optional - string)</p>\n","type":"text/plain"},"key":"productUid","value":"{productUid}"}],"variable":[]}},"response":[{"id":"f491a128-6681-4be5-9f52-faf46071c5d6","name":"VXC Price","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":{"raw":"https://api-staging.megaport.com/v3/pricebook/vxc?productUid=9b4a4652-1bd8-4aca-88e1-f2208c6dfab5","protocol":"https","host":["api-staging","megaport","com"],"path":["v3","pricebook","vxc"],"query":[{"key":"aLocationId","value":"{aLocationId}","description":"A-End location. (Required - integer)","disabled":true},{"key":"speed","value":"{speed}","description":"VXC speed in Mbps. (Required - integer)","disabled":true},{"key":"bLocationId","value":"{bLocationId}","description":"B-End location. (Required - integer)","disabled":true},{"key":"connectType","value":"{connectType}","description":"Type of connection for the VXC. If you specify DEFAULT, the API determines the connectType from the endpoints. If you specify TRANSIT, the request will list Megaport Internet pricing. You can also specify any of these values for cloud providers: AWS, AWSHC, AZURE, ALIBABA, GOOGLE, IBM, and SFDC. Specify FRANCEIX if your VXC is connecting to France-IX.\n(Required - string)","disabled":true},{"key":"productUid","value":"9b4a4652-1bd8-4aca-88e1-f2208c6dfab5"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 31 Jul 2024 04:49:58 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"552"},{"key":"Connection","value":"keep-alive"},{"key":"vary","value":"Origin"},{"key":"vary","value":"Access-Control-Request-Method"},{"key":"vary","value":"Access-Control-Request-Headers"},{"key":"x-correlation-id","value":"4cada3c3f6322bafad059241200805c2"},{"key":"x-amzn-trace-id","value":"Root=1-66a9c276-713bafdf6c282fe11e45aef2"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"server-timing","value":"app;dur=196"},{"key":"etag","value":"\"075e531c3c6d72eff95a1b39a40d452f2\""},{"key":"x-xss-protection","value":"1 ; mode=block"},{"key":"strict-transport-security","value":"max-age=31536000; preload"},{"key":"referrer-policy","value":"no-referrer"},{"key":"content-security-policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"x-download-options","value":"noopen"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"trace-id","value":"4cada3c3f6322bafad059241200805c2"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"VXC Charges for product [9b4a4652-1bd8-4aca-88e1-f2208c6dfab5]\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": {\n        \"hourlySetup\": 0,\n        \"dailySetup\": 0,\n        \"monthlySetup\": 0,\n        \"hourlyRate\": 0,\n        \"dailyRate\": 0,\n        \"monthlyRate\": 277.6,\n        \"fixedRecurringCharge\": 100,\n        \"postPaidBaseRate\": \"no base rate\",\n        \"longHaulMbpsRate\": 8.88,\n        \"mbpsRate\": 8.88,\n        \"currency\": \"AUD\",\n        \"key\": \"no key\",\n        \"productType\": \"VXC\",\n        \"aEndRate\": 0,\n        \"bEndRate\": 0,\n        \"discounts\": [],\n        \"monthlyRackRate\": 277.6,\n        \"empty\": false\n    }\n}"}],"_postman_id":"f251bb3e-107a-4bc5-9ab8-3a9da439deb6"},{"name":"Megaport Internet Price (v3)","id":"108d04d8-2aee-43fd-8c26-29ffff0d1e6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v3/pricebook/vxc?bLocationId={bLocationId}&aLocationId={aLocationId}&connectType=TRANSIT","description":"<p>Returns the price for a Megaport Internet connection based on configuration parameters.</p>\n<p>After creating an MVE, you create a Megaport Internet connection. A Megaport Internet connection provides connectivity and allows MVE to register and communicate with the SD-WAN overlay network for your chosen vendor.</p>\n<p>If you specify the optional <code>productUid</code> parameter, the API doesn't require any other parameters and returns the price for the specific connection.</p>\n<p>Pricing information is contained in a number of fields.</p>\n<p>Be aware that the following fields DO NOT include the term discount:</p>\n<ul>\n<li><p><code>aEndRate</code></p>\n</li>\n<li><p><code>bEndRate</code></p>\n</li>\n<li><p><code>mbpsRate</code></p>\n</li>\n<li><p><code>fixedRecurringCharge</code></p>\n</li>\n</ul>\n<p>The following field DOES include the term discount:</p>\n<ul>\n<li><code>monthlyRate</code></li>\n</ul>\n<p>These fields show further pricing information:</p>\n<ul>\n<li><p><code>monthlyRackRate</code> - returns the Month to Month / No Minimum Term Rate (BigDecimal)</p>\n</li>\n<li><p><code>discounts</code> - a list of DiscountedAmount object.</p>\n<ul>\n<li><p>DiscountedAmount - has two parameters.</p>\n<ul>\n<li><p><code>discountReason</code>: The reason for the discount. Usually, Term.</p>\n</li>\n<li><p><code>amount</code>: the fixed term discount amount (BigDecimal)</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p><code>termSpeed</code> is returned in the following APIs:</p>\n<ul>\n<li><p>GET Product Details v2/product/{{productUid}}</p>\n</li>\n<li><p>GET Product List v2/products</p>\n</li>\n</ul>\n","urlObject":{"path":["v3","pricebook","vxc"],"host":["{{baseUrl}}"],"query":[{"description":{"content":"<p>B-End location. (Required - integer)</p>\n","type":"text/plain"},"key":"bLocationId","value":"{bLocationId}"},{"description":{"content":"<p>A-End location. (Required - integer)</p>\n","type":"text/plain"},"key":"aLocationId","value":"{aLocationId}"},{"disabled":true,"description":{"content":"<p>Maximum total bandwidth of the VXC, in Mbps. </p>\n","type":"text/plain"},"key":"speed","value":"{speed}"},{"disabled":true,"description":{"content":"<p>ID of the company purchasing this Megaport Internet connection.</p>\n","type":"text/plain"},"key":"companyId","value":"{companyId}"},{"disabled":true,"description":{"content":"<p>A-End service connected to this Megaport Internet connection.</p>\n","type":"text/plain"},"key":"aEndProductType","value":"MVE"},{"description":{"content":"<p>Specifies TRANSIT (Megaport Internet) as the connection type. (Required - string)</p>\n","type":"text/plain"},"key":"connectType","value":"TRANSIT"},{"disabled":true,"description":{"content":"<p>Indicates whether the A-End port is marked as buyout. Defaults to false and unlikely you need to change this. (Required - Boolean)</p>\n","type":"text/plain"},"key":"buyoutPort","value":"false"},{"disabled":true,"description":{"content":"<p>The ISO-4217 currency code to use for pricing. For example, the US dollar is USD.</p>\n","type":"text/plain"},"key":"currency","value":"{currency}"}],"variable":[]}},"response":[{"id":"def2d0ff-7385-4327-b4b3-0c28bcceb7cd","name":"Megaport Internet Price (v3)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":{"raw":"https://api-staging.megaport.com/v3/pricebook/vxc?bLocationId=7184063&aLocationId=7184063&speed=7184063&companyId=7184063&aEndProductType=<string>&connectType=<string>&buyoutPort=true&currency=<string>","protocol":"https","host":["api-staging","megaport","com"],"path":["v3","pricebook","vxc"],"query":[{"key":"bLocationId","value":"7184063"},{"key":"aLocationId","value":"7184063"},{"key":"speed","value":"7184063"},{"key":"companyId","value":"7184063"},{"key":"aEndProductType","value":"<string>"},{"key":"connectType","value":"<string>"},{"key":"buyoutPort","value":"true"},{"key":"currency","value":"<string>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"VXC charges for new orders\",\n  \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n  \"data\": {\n    \"hourlySetup\": 0,\n    \"dailySetup\": 0,\n    \"monthlySetup\": 0,\n    \"hourlyRate\": 0,\n    \"dailyRate\": 0,\n    \"monthlyRate\": 200,\n    \"fixedRecurringCharge\": 0,\n    \"postPaidBaseRate\": \"no base rate\",\n    \"longHaulMbpsRate\": 200,\n    \"mbpsRate\": 200,\n    \"currency\": \"AUD\",\n    \"key\": \"no key\",\n    \"productType\": \"VXC\",\n    \"aEndRate\": 0,\n    \"bEndRate\": 0,\n    \"empty\": false\n  }\n}"}],"_postman_id":"108d04d8-2aee-43fd-8c26-29ffff0d1e6f"},{"name":"MCR Price","id":"1da5779f-5c6d-4152-901b-7f92f139911c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}","type":"text"}],"url":"{{baseUrl}}/v2/pricebook/mcr2?locationId={locationId}&speed={speed}&productUid={productUid}&term={term}","description":"<p>Returns the price for an MCR based on configuration parameters.</p>\n<p>Pricing information is contained in a number of fields.</p>\n<p>Be aware that the following fields DO NOT include the term discount:</p>\n<ul>\n<li><p><code>mbpsRate</code></p>\n</li>\n<li><p><code>fixedRecurringCharge</code></p>\n</li>\n</ul>\n<p>The following field DOES include the term discount:</p>\n<ul>\n<li><code>monthlyRate</code></li>\n</ul>\n<p>These fields show further pricing information:</p>\n<ul>\n<li><p><code>monthlyRackRate</code> - returns the Month to Month / No Minimum Term Rate (BigDecimal)</p>\n</li>\n<li><p><code>discounts</code> - a list of DiscountedAmount object.</p>\n<ul>\n<li><p>DiscountedAmount - has two parameters.</p>\n<ul>\n<li><p><code>discountReason</code>: The reason for the discount. Usually, Term.</p>\n</li>\n<li><p><code>amount</code>: the fixed term discount amount (BigDecimal)</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p><code>termSpeed</code> is returned in the following APIs:</p>\n<ul>\n<li><p>GET Product Details v2/product/{{productUid}}</p>\n</li>\n<li><p>GET Product List v2/products</p>\n</li>\n</ul>\n","urlObject":{"path":["v2","pricebook","mcr2"],"host":["{{baseUrl}}"],"query":[{"description":{"content":"<p>MCR location. (Required - integer)</p>\n","type":"text/plain"},"key":"locationId","value":"{locationId}"},{"description":{"content":"<p>Port speed in Mbps: 2500, 5000, 10000. (Required - integer)</p>\n","type":"text/plain"},"key":"speed","value":"{speed}"},{"description":{"content":"<p>The unique identifier for an existing MCR. (Optional - string)</p>\n","type":"text/plain"},"key":"productUid","value":"{productUid}"},{"description":{"content":"<p>Contract term indicating months of contract. Accepted values are 1, 12, 24, or, 36. (Required - integer)</p>\n","type":"text/plain"},"key":"term","value":"{term}"}],"variable":[]}},"response":[{"id":"60a2b17e-378c-4145-9829-fa6f174bf937","name":"MCR Price","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":{"raw":"{{baseUrl}}/v2/pricebook/mcr2?locationId=4&speed=1000&productUid='1c2e2333-a2c2-4229-873c-b690eb588fea'&term=1","host":["{{baseUrl}}"],"path":["v2","pricebook","mcr2"],"query":[{"key":"locationId","value":"4","description":"MCR location. (Required - integer)"},{"key":"speed","value":"1000","description":"Port speed in Mbps: 2500, 5000, 10000. (Required - integer)"},{"key":"productUid","value":"'1c2e2333-a2c2-4229-873c-b690eb588fea'","description":"The unique identifier for an existing MCR. (Optional - string)"},{"key":"term","value":"1","description":"Contract term indicating months of contract. Accepted values are 1, 12, 24, or, 36. (Required - integer)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 24 Jul 2024 04:25:08 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"473"},{"key":"Connection","value":"keep-alive"},{"key":"vary","value":"Origin"},{"key":"vary","value":"Access-Control-Request-Method"},{"key":"vary","value":"Access-Control-Request-Headers"},{"key":"x-correlation-id","value":"66d22a91e29e288a859a8c8c117b2417"},{"key":"x-amzn-trace-id","value":"Root=1-66a08224-213b4978369c482360af9486"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"server-timing","value":"app;dur=413"},{"key":"etag","value":"\"0fbc38639b19d81b446748237b0cf6d81\""},{"key":"x-xss-protection","value":"1 ; mode=block"},{"key":"strict-transport-security","value":"max-age=31536000; preload"},{"key":"referrer-policy","value":"no-referrer"},{"key":"content-security-policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"x-download-options","value":"noopen"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"trace-id","value":"66d22a91e29e288a859a8c8c117b2417"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Megaport Charges\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": {\n        \"hourlySetup\": 0,\n        \"dailySetup\": 0,\n        \"monthlySetup\": 0,\n        \"hourlyRate\": 0,\n        \"dailyRate\": 0,\n        \"monthlyRate\": 600,\n        \"fixedRecurringCharge\": 0,\n        \"postPaidBaseRate\": \"no base rate\",\n        \"longHaulMbpsRate\": 6,\n        \"mbpsRate\": 6,\n        \"currency\": \"AUD\",\n        \"key\": \"no key\",\n        \"productType\": \"MCR2\",\n        \"discounts\": [],\n        \"monthlyRackRate\": 600,\n        \"empty\": false\n    }\n}"}],"_postman_id":"1da5779f-5c6d-4152-901b-7f92f139911c"},{"name":"MVE Price - No Megaport Internet (v3)","id":"84bc9565-53ba-4c64-bc6a-bf590f0067a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v3/pricebook/mve?locationId={locationId}&vendor={vendor}&size={size}","description":"<p>Returns the price for an MVE based on configuration parameters, <strong>excluding the Megaport Internet connection</strong>. After creating the MVE, you will create a Megaport Internet connection using the <strong>Buy Megaport Internet</strong> endpoint. Use this v3 endpoint instead of the v2 endpoint, which will be deprecated in September 2024.</p>\n<p>Pricing information is contained in a number of fields.</p>\n<p>Be aware that the following fields DO NOT include the term discount:</p>\n<ul>\n<li><p><code>mbpsRate</code></p>\n</li>\n<li><p><code>fixedRecurringCharge</code></p>\n</li>\n</ul>\n<p>The following field DOES include the term discount:</p>\n<ul>\n<li><code>monthlyRate</code></li>\n</ul>\n<p>These fields show further pricing information:</p>\n<ul>\n<li><p><code>monthlyRackRate</code> - returns the Month to Month / No Minimum Term Rate (BigDecimal)</p>\n</li>\n<li><p><code>discounts</code> - a list of DiscountedAmount object.</p>\n<ul>\n<li><p>DiscountedAmount - has two parameters.</p>\n<ul>\n<li><p><code>discountReason</code>: The reason for the discount. Usually, Term.</p>\n</li>\n<li><p><code>amount</code>: the fixed term discount amount (BigDecimal)</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p><code>termSpeed</code> is returned in the following APIs:</p>\n<ul>\n<li><p>GET Product Details v2/product/{{productUid}}</p>\n</li>\n<li><p>GET Product List v2/products</p>\n</li>\n</ul>\n","urlObject":{"path":["v3","pricebook","mve"],"host":["{{baseUrl}}"],"query":[{"description":{"content":"<p>The MVE location ID. (Required - integer)</p>\n","type":"text/plain"},"key":"locationId","value":"{locationId}"},{"disabled":true,"description":{"content":"<p>The ID of the company purchasing this MVE.</p>\n","type":"text/plain"},"key":"companyId","value":"{companyId}"},{"disabled":true,"description":{"content":"<p>The unique identifier for an existing MVE.</p>\n","type":"text/plain"},"key":"productUid","value":"{productUid}"},{"description":{"content":"<p>The cloud service provider (CSP) name to use in price calculations. (Required - string)</p>\n","type":"text/plain"},"key":"vendor","value":"{vendor}"},{"description":{"content":"<p>Size of the MVE to use in price calculations. Accepted values are: SMALL, MEDIUM, LARGE, X_LARGE_12 (Required - string)</p>\n","type":"text/plain"},"key":"size","value":"{size}"},{"disabled":true,"description":{"content":"<p>Contract term indicating months of contract. Accepted values are 1, 12, 24, or, 36.</p>\n","type":"text/plain"},"key":"term","value":"{term}"},{"disabled":true,"description":{"content":"<p>The ISO-4217 currency code to use for pricing. For example, the US dollar is USD.</p>\n","type":"text/plain"},"key":"currency","value":"{currency}"},{"disabled":true,"description":{"content":"<p>The size of the VM. The size defines the MVE specifications including number of cores, bandwidth, and number of connections.  For example, MVE 8/32. (Optional)</p>\n","type":"text/plain"},"key":"mveLabel","value":"{mveLabel}"}],"variable":[]}},"response":[{"id":"67cf0251-9117-4119-b57d-446151bf9436","name":"MVE Price - No Megaport Internet (v3)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":{"raw":"https://api-staging.megaport.com/v3/pricebook/mve?locationId=346&vendor=PALO_ALTO&size=SMALL","protocol":"https","host":["api-staging","megaport","com"],"path":["v3","pricebook","mve"],"query":[{"key":"locationId","value":"346","description":"The MVE location ID. (Required - integer)"},{"key":"companyId","value":"{companyId}","description":"The ID of the company purchasing this MVE.","disabled":true},{"key":"productUid","value":"{productUid}","description":"The unique identifier for an existing MVE.","disabled":true},{"key":"vendor","value":"PALO_ALTO","description":"The cloud service provider (CSP) name to use in price calculations. (Required - string)"},{"key":"size","value":"SMALL","description":"Size of the MVE to use in price calculations. Accepted values are: SMALL, MEDIUM, LARGE, X_LARGE_12 (Required - string)"},{"key":"term","value":"{term}","description":"Contract term indicating months of contract. Accepted values are 1, 12, 24, or, 36.","disabled":true},{"key":"currency","value":"{currency}","description":"The ISO-4217 currency code to use for pricing. For example, the US dollar is USD.","disabled":true},{"key":"mveLabel","value":"{mveLabel}","description":"The size of the VM. The size defines the MVE specifications including number of cores, bandwidth, and number of connections.  For example, MVE 8/32. (Optional)","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 01 Aug 2024 00:24:29 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"436"},{"key":"Connection","value":"keep-alive"},{"key":"vary","value":"Origin"},{"key":"vary","value":"Access-Control-Request-Method"},{"key":"vary","value":"Access-Control-Request-Headers"},{"key":"x-correlation-id","value":"74668942518c12fa365b49e0a5621a62"},{"key":"x-amzn-trace-id","value":"Root=1-66aad5bd-25987fbd6ce092436e1f5733"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"server-timing","value":"app;dur=192"},{"key":"etag","value":"\"05d728c7bcf1c89da9b3fdc30cf078644\""},{"key":"x-xss-protection","value":"1 ; mode=block"},{"key":"strict-transport-security","value":"max-age=31536000; preload"},{"key":"referrer-policy","value":"no-referrer"},{"key":"content-security-policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"x-download-options","value":"noopen"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"trace-id","value":"74668942518c12fa365b49e0a5621a62"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"MVE Charges\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": {\n        \"hourlySetup\": 0,\n        \"dailySetup\": 0,\n        \"monthlySetup\": 0,\n        \"hourlyRate\": 0,\n        \"dailyRate\": 0,\n        \"monthlyRate\": 840,\n        \"fixedRecurringCharge\": 840,\n        \"postPaidBaseRate\": \"no base rate\",\n        \"longHaulMbpsRate\": 0,\n        \"currency\": \"USD\",\n        \"key\": \"no key\",\n        \"productType\": \"MVE\",\n        \"discounts\": [],\n        \"monthlyRackRate\": 840,\n        \"empty\": false\n    }\n}"}],"_postman_id":"84bc9565-53ba-4c64-bc6a-bf590f0067a2"},{"name":"IX Price","id":"5e636a43-5a24-4bfb-802f-71f1f62d2078","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v2/pricebook/ix?ixType={ixType}","description":"<p>Returns the price for an IX based on configuration parameters.</p>\n<p>Pricing information is contained in a number of fields.</p>\n<p>Be aware that the following fields DO NOT include the term discount:</p>\n<ul>\n<li><p><code>mbpsRate</code></p>\n</li>\n<li><p><code>fixedRecurringCharge</code></p>\n</li>\n</ul>\n<p>The following field DOES include the term discount:</p>\n<ul>\n<li><code>monthlyRate</code></li>\n</ul>\n<p>These fields show further pricing information:</p>\n<ul>\n<li><p><code>monthlyRackRate</code> - returns the Month to Month / No Minimum Term Rate (BigDecimal)</p>\n</li>\n<li><p><code>discounts</code> - a list of DiscountedAmount object.</p>\n<ul>\n<li><p>DiscountedAmount - has two parameters.</p>\n<ul>\n<li><p><code>discountReason</code>: The reason for the discount. Usually, Term.</p>\n</li>\n<li><p><code>amount</code>: the fixed term discount amount (BigDecimal)</p>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p><code>termSpeed</code> is returned in the following APIs:</p>\n<ul>\n<li><p>GET Product Details v2/product/{{productUid}}</p>\n</li>\n<li><p>GET Product List v2/products</p>\n</li>\n</ul>\n","urlObject":{"path":["v2","pricebook","ix"],"host":["{{baseUrl}}"],"query":[{"description":{"content":"<p>The type of the IX, for example, Ashburn IX. (Required - string)</p>\n","type":"text/plain"},"key":"ixType","value":"{ixType}"},{"disabled":true,"description":{"content":"<p>A-End location. (Required - integer)</p>\n","type":"text/plain"},"key":"portLocationId","value":""},{"disabled":true,"description":{"content":"<p>Port speed in Mbps: 1000 Mbps, 10000 Mbps, 100000 Mbps. (Required - integer)</p>\n","type":"text/plain"},"key":"speed","value":""}],"variable":[]}},"response":[{"id":"29ce2a5e-7344-4e28-92e0-f4dcefe28776","name":"IX Price","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":{"raw":"{{baseUrl}}/v2/pricebook/ix?ixType=Brisbane IX&portLocationId=5&speed=1000","host":["{{baseUrl}}"],"path":["v2","pricebook","ix"],"query":[{"key":"ixType","value":"Brisbane IX","description":"The type of the IX, for example, Ashburn IX. (Required - string)"},{"key":"portLocationId","value":"5","description":"A-End location. (Required - integer)"},{"key":"speed","value":"1000","description":"Port speed in Mbps: 1000 Mbps, 10000 Mbps, 100000 Mbps. (Required - integer)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 24 Jul 2024 07:02:07 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"453"},{"key":"Connection","value":"keep-alive"},{"key":"vary","value":"Origin"},{"key":"vary","value":"Access-Control-Request-Method"},{"key":"vary","value":"Access-Control-Request-Headers"},{"key":"x-correlation-id","value":"dca3222cc20ba8d11a9f76f565086dfc"},{"key":"x-amzn-trace-id","value":"Root=1-66a0a6ef-261b5f0b6b26657a4b96c6ff"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"server-timing","value":"app;dur=355"},{"key":"etag","value":"\"073eeb95ed3173afa99a0fd5edb14dc98\""},{"key":"x-xss-protection","value":"1 ; mode=block"},{"key":"strict-transport-security","value":"max-age=31536000; preload"},{"key":"referrer-policy","value":"no-referrer"},{"key":"content-security-policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"x-download-options","value":"noopen"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"trace-id","value":"dca3222cc20ba8d11a9f76f565086dfc"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"IX charges for new orders\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": {\n        \"hourlySetup\": 0,\n        \"dailySetup\": 0,\n        \"monthlySetup\": 0,\n        \"hourlyRate\": 0,\n        \"dailyRate\": 0,\n        \"monthlyRate\": 0,\n        \"fixedRecurringCharge\": 0,\n        \"postPaidBaseRate\": \"no base rate\",\n        \"longHaulMbpsRate\": 0,\n        \"mbpsRate\": 0,\n        \"currency\": \"AUD\",\n        \"key\": \"no key\",\n        \"productType\": \"IX\",\n        \"discounts\": [],\n        \"monthlyRackRate\": 0,\n        \"empty\": false\n    }\n}"}],"_postman_id":"5e636a43-5a24-4bfb-802f-71f1f62d2078"},{"name":"Contract Term Details","id":"3e4074b2-40b1-4ba1-ab8c-3be857eefdae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v2/product/portTerms/{productUid}","description":"<p>Returns a list of available term discounts for the Megaport service specified by the <code>productUid</code>.</p>\n","urlObject":{"path":["v2","product","portTerms","{productUid}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"7301ab9a-8dc9-4bba-ac39-541311c015cd","name":"Contract Term Details","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v2/product/portTerms/9af5e881-fd79-4b43-95f9-ab042262ef5e"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 11 Oct 2022 18:21:46 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"561"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Set-Cookie","value":"JSESSIONID=AC998CDEB694C413C624945CF519221E; Path=/; HttpOnly"},{"key":"UOW","value":"a4fd5b7c-cb0e-4b4e-a6cb-a81acc982642"},{"key":"ETag","value":"\"007a967a85295f8ebb73094b0d8143949\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Available port term discounts\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"monthlyRate\": 600,\n            \"currency\": \"USD\",\n            \"discountRate\": 0,\n            \"term\": 1,\n            \"availability\": \"unavailable\"\n        },\n        {\n            \"monthlyRate\": 500,\n            \"currency\": \"USD\",\n            \"discountRate\": 16.67,\n            \"term\": 12,\n            \"availability\": \"unavailable\"\n        },\n        {\n            \"monthlyRate\": 475,\n            \"currency\": \"USD\",\n            \"discountRate\": 20.83,\n            \"term\": 24,\n            \"availability\": \"extend\"\n        },\n        {\n            \"monthlyRate\": 450,\n            \"currency\": \"USD\",\n            \"discountRate\": 25,\n            \"term\": 36,\n            \"availability\": \"extend\"\n        }\n    ]\n}"}],"_postman_id":"3e4074b2-40b1-4ba1-ab8c-3be857eefdae"}],"id":"ea1dd806-1a7b-4363-ab08-3da5258d0c3d","description":"<p>New version 4 (v4) endpoints are now available for pricing, which replace the previous v2 and v3 pricing endpoints.</p>\n<p>This version is required to fetch pricing for all services, including Ports, MCRs, MVEs, VXCs, Megaport Internet connections, IXs, and add-on products such as Cross Connects.</p>\n<p>We strongly recommend that you use these new v4 pricing endpoints. The previous version 2 and 3 (v2 and v3) pricing endpoints are deprecated and will no longer be supported after 15 March 2026.</p>\n<p>For more information, see <a href=\"https://docs.megaport.com/troubleshooting/api-v2-faq/\">API Deprecation Notices and Frequently Asked Questions (FAQs)</a>.</p>\n","_postman_id":"ea1dd806-1a7b-4363-ab08-3da5258d0c3d"},{"name":"Get Product Price (v4)","id":"53d02863-94a3-427d-b603-52cfea4e6d90","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"{\n  \"productType\": \"MEGAPORT\",\n  \"currency\": \"AUD\",\n  \"locationId\": 123,\n  \"speed\": 1000,\n  \"term\": 12,\n  \"productUid\": \"{{Port ProductUid}}\",\n  \"addOns\": {\n    \"addOnType\": \"CROSS_CONNECT\",\n    \"crossConnectRequested\": true\n  }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v4/pricebook/product","description":"<p>Returns the pricing information for a Megaport service specified by the <code>productUid</code>.</p>\n<p>This configuration can be for an entirely new prospective product or for an existing product.</p>\n<p>When fetching pricing for an existing product, you can override certain parameters, such as <code>speed</code> or <code>term</code>, to see how much your current service would cost if you were to change the speed or reterm the service.</p>\n<p>You can return pricing for these services:</p>\n<ul>\n<li><p>Port</p>\n</li>\n<li><p>VXC</p>\n</li>\n<li><p>Megaport Internet</p>\n</li>\n<li><p>MCR</p>\n</li>\n<li><p>MVE</p>\n</li>\n<li><p>IX</p>\n</li>\n<li><p>IP Address</p>\n</li>\n</ul>\n<p>The request will be rejected if the product type is not supported.</p>\n<p>The configurations of add-ons can be passed as part of the request Body and the add-on pricing will be included in the response.</p>\n<p>The parameters are defined in the Body of the request:</p>\n<ul>\n<li><p><code>productType</code> - The type of product for the pricing request. Valid values include: MEGAPORT, VXC, MCR2, MVE, IX, IP_ADDRESS (String).</p>\n</li>\n<li><p><code>currency</code> - The ISO 4217 currency code to use for pricing. For example, the US dollar is USD. If not provided, defaults to the existing product's currency. If the product is not specified, currency must be provided. For more information, see <a href=\"https://www.iban.com/currency-codes\">Country Currency Codes</a>. (String)</p>\n</li>\n<li><p><code>LocationId</code> (Port/MCR/MVE/IP Address) - The id of location where the service will be deployed (Integer - Required).</p>\n</li>\n<li><p><code>Vendor</code> (MVE) - The provider name to use in the price calculations. For example, <code>Cisco</code> (String).</p>\n</li>\n<li><p><code>Size</code> (MVE) - The MVE size to use in price calculations. If both size and mveLabel are supplied, the endpoint will only accept mveLabel as the MVE size (String).</p>\n</li>\n<li><p><code>mveLabel</code> (MVE) - The size of the VM. The size defines the MVE specifications including number of cores, bandwidth, and number of connections (String).</p>\n</li>\n<li><p><code>portLocationId</code> (IX) - The port location identifier for the IX connection (Integer - Required).</p>\n</li>\n<li><p><code>ixType</code> (IX) - The type of Internet Exchange, for example, Brisbane IX (String - Required).</p>\n</li>\n<li><p><code>ipBlock</code> (IP Address) - The subnet size to specify how many IP addresses are required. Valid values include: /24, /25, /26, /27, /28, /29, /30 (String - Required).</p>\n</li>\n<li><p><code>aLocationId</code> (VXC) - The id of the A-End location of the VXC (Required - Integer).</p>\n</li>\n<li><p><code>bLocationId</code> - (VXC) - The id of the B-End location of the VXC (Required - Integer).</p>\n</li>\n<li><p><code>speed</code> - The service speed in Mbps (Integer).</p>\n</li>\n<li><p><code>aEndProductType</code> (VXC) - The product type of the A-End service of the VXC. Valid values include: MEGAPORT, VXC, MCR2, MVE, IX, IP_ADDRESS (String).</p>\n</li>\n<li><p><code>connectType</code> (VXC) - The connect type of the VXC, which is typically the same as the connect type of the B-End service. Valid values include: MVE, AMSIX, AWS (for Hosted VIF), AWSHC (for Hosted Connection), AZURE, GOOGLE, ORACLE, OUTSCALE, ALIBABA, and IBM. Use connectType=TRANSIT for Ports that support a Megaport Internet connection. Use connectType=FRANCEIX for Ports that you can create a VXC to in order to connect to France-IX (String).</p>\n</li>\n<li><p><code>productUid</code> - The unique identifier for the product (String).</p>\n</li>\n<li><p><code>term</code> - The contract term in months (Integer).</p>\n</li>\n<li><p><code>addOns</code> - List of add-on price book requests (Array).</p>\n</li>\n</ul>\n","urlObject":{"path":["v4","pricebook","product"],"host":["{{baseUrl}}"],"query":[{"disabled":true,"description":{"content":"<p>The Id of the company that will own the product. If not provided, it will default to the authenticated user's company. \nThis can be supplied with productUid to fetch the pricing of an existing product, but in the context of another company.\n(Optional - integer  &gt;= 1)</p>\n","type":"text/plain"},"key":"companyId","value":"{companyId}"}],"variable":[]}},"response":[{"id":"2dfeb31f-6898-495e-904a-c5813b874c8b","name":"Get Product Price (v4) - Port","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"{\n  \"productType\": \"MEGAPORT\",\n  \"currency\": \"AUD\",\n  \"locationId\": 123,\n  \"speed\": 1000,\n  \"term\": 12,\n  \"productUid\": \"3e565e74-632d-4e7d-8e74-940eb72d48af\",\n  \"addOns\": {\n    \"addOnType\": \"CROSS_CONNECT\",\n    \"crossConnectRequested\": true\n  }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v4/pricebook/product"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 24 Jul 2024 04:19:31 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"500"},{"key":"Connection","value":"keep-alive"},{"key":"vary","value":"Origin"},{"key":"vary","value":"Access-Control-Request-Method"},{"key":"vary","value":"Access-Control-Request-Headers"},{"key":"x-correlation-id","value":"f3ffd577a37eccafa5a270de9bd7a521"},{"key":"x-amzn-trace-id","value":"Root=1-66a080d3-2558736d3906b7f55d1b2d40"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"server-timing","value":"app;dur=450"},{"key":"etag","value":"\"0b8194d7c51edd5d2e5298752b0612f53\""},{"key":"x-xss-protection","value":"1 ; mode=block"},{"key":"strict-transport-security","value":"max-age=31536000; preload"},{"key":"referrer-policy","value":"no-referrer"},{"key":"content-security-policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"x-download-options","value":"noopen"},{"key":"x-permitted-cross-domain-policies","value":"none"},{"key":"trace-id","value":"f3ffd577a37eccafa5a270de9bd7a521"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"}],"cookie":[],"responseTime":null,"body":"{\n  \"message\": \"Data created successfully\",\n  \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n  \"data\": {\n    \"currency\": \"AUD\",\n    \"productType\": \"MEGAPORT\",\n    \"monthlyRackRate\": 150,\n    \"monthlyRate\": 100,\n    \"prices\": [\n      {\n        \"chargeReason\": \"CORE\",\n        \"frequency\": \"MONTHLY\",\n        \"amount\": 50\n      }\n    ],\n    \"discounts\": [\n      {\n        \"discountReason\": \"TERM\",\n        \"amount\": 10,\n        \"discountDetails\": {\n          \"percentageAmount\": 15.5\n        }\n      }\n    ]\n  }\n}"},{"id":"a01c40d2-4a8f-4c45-90d2-4c5a4130f609","name":"Get Product Price (v4) - Port 2","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"{\n  \"productType\": \"MEGAPORT\",\n  \"currency\": \"AUD\",\n  \"locationId\": 123,\n  \"speed\": 1000,\n  \"term\": 12,\n  \"productUid\": \"f85f63b9-b927-4cba-9223-ad93424fd845\"\n  }\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/v4/pricebook/product","host":["{{baseUrl}}"],"path":["v4","pricebook","product"],"query":[{"key":"companyId","value":"{companyId}","description":"The Id of the company that will own the product. If not provided, will default to the authenticated user's company. \nThis can be supplied with productUid to fetch the pricing of an existing product, but in the context of another company.\n(Optional - integer <int32> >= 1)","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 05 Sep 2025 08:47:20 GMT"},{"key":"Content-Type","value":"application/json","description":""},{"key":"Content-Length","value":"413"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amzn-Trace-Id","value":"Root=1-68baa398-19efd586004249bb649db56a"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Server-Timing","value":"app;dur=178"},{"key":"X-Xss-Protection","value":"1 ; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"trace-id","value":"959c80f6ebcc3abdb07ae7d304ef4f9f"},{"key":"X-Robots-Tag","value":"noindex"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Product price\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": {\n        \"currency\": \"AUD\",\n        \"productType\": \"MEGAPORT\",\n        \"monthlyRackRate\": 2400,\n        \"monthlyRate\": 2000,\n        \"prices\": [],\n        \"discounts\": [\n            {\n                \"discountReason\": \"TERM\",\n                \"amount\": 400,\n                \"discountDetails\": {\n                    \"code\": null,\n                    \"description\": null,\n                    \"mechanism\": null,\n                    \"percentageAmount\": null\n                }\n            }\n        ]\n    }\n}"},{"id":"bbeafac8-29b9-47bd-a595-13c9606823f1","name":"Get Product Price (v4) - VXC","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"{\n  \"productType\": \"VXC\",\n  \"currency\": \"AUD\",\n  \"aLocationId\": 123,\n  \"bLocationId\": 456,\n  \"speed\": 1000,\n  \"aEndProductType\": \"MEGAPORT\",\n  \"connectType\": \"DEFAULT\",\n  \"buyoutPort\": false,\n  \"productUid\": \"9fd591c4-a7cc-464e-bc58-426bc0d1342d\",\n  \"term\": 12\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/v4/pricebook/product","host":["{{baseUrl}}"],"path":["v4","pricebook","product"],"query":[{"key":"companyId","value":"{companyId}","description":"The Id of the company that will own the product. If not provided, will default to the authenticated user's company. \nThis can be supplied with productUid to fetch the pricing of an existing product, but in the context of another company.\n(Optional - integer <int32> >= 1)","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 05 Sep 2025 08:50:25 GMT"},{"key":"Content-Type","value":"application/json","description":""},{"key":"Content-Length","value":"398"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amzn-Trace-Id","value":"Root=1-68baa451-4d17b6c20b10b6c23cef89c6"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Server-Timing","value":"app;dur=118"},{"key":"X-Xss-Protection","value":"1 ; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"trace-id","value":"fe32d49c36ca7601fc178bb2b00f3de5"},{"key":"X-Robots-Tag","value":"noindex"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Product price\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": {\n        \"currency\": \"AUD\",\n        \"productType\": \"VXC\",\n        \"monthlyRackRate\": 120,\n        \"monthlyRate\": 100,\n        \"prices\": [],\n        \"discounts\": [\n            {\n                \"discountReason\": \"TERM\",\n                \"amount\": 20,\n                \"discountDetails\": {\n                    \"code\": null,\n                    \"description\": null,\n                    \"mechanism\": null,\n                    \"percentageAmount\": null\n                }\n            }\n        ]\n    }\n}"},{"id":"ebcd3502-e524-4e13-aa81-80cc222225a8","name":"Get Product Price (v4) - MCR","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"{\n  \"productType\": \"MCR2\",\n  \"currency\": \"AUD\",\n  \"locationId\": 123,\n  \"speed\": 1000,\n  \"term\": 12,\n  \"productUid\": \"e4b1b099-3acc-4f02-b850-a6e81f51f254\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/v4/pricebook/product","host":["{{baseUrl}}"],"path":["v4","pricebook","product"],"query":[{"key":"companyId","value":"{companyId}","description":"The Id of the company that will own the product. If not provided, will default to the authenticated user's company. \nThis can be supplied with productUid to fetch the pricing of an existing product, but in the context of another company.\n(Optional - integer <int32> >= 1)","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 05 Sep 2025 08:54:03 GMT"},{"key":"Content-Type","value":"application/json","description":""},{"key":"Content-Length","value":"390"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amzn-Trace-Id","value":"Root=1-68baa52b-01ab376c1639c02a4cd42b7b"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Server-Timing","value":"app;dur=284"},{"key":"X-Xss-Protection","value":"1 ; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"trace-id","value":"0063b19e17c9f69e8bd34796f2861d98"},{"key":"X-Robots-Tag","value":"noindex"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Product price\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": {\n        \"currency\": \"AUD\",\n        \"productType\": \"MCR2\",\n        \"monthlyRackRate\": 600,\n        \"monthlyRate\": 400,\n        \"prices\": [],\n        \"discounts\": [\n            {\n                \"discountReason\": \"TERM\",\n                \"amount\": 0,\n                \"discountDetails\": {\n                    \"code\": null,\n                    \"description\": null,\n                    \"mechanism\": null,\n                    \"percentageAmount\": null\n                }\n            }\n        ]\n    }\n}"},{"id":"cf9d8c75-ae35-4e71-9073-0fd5855c79de","name":"Get Product Price (v4) - MVE","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"{\n  \"productType\": \"MVE\",\n  \"currency\": \"AUD\",\n  \"locationId\": 123,\n  \"productUid\": \"8afe49da-e936-4e2d-a1dd-03e2c6525108\",\n  \"vendor\": \"cisco\",\n  \"size\": \"large\",\n  \"mveLabel\": \"MVE 16/64\",\n  \"term\": 12\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/v4/pricebook/product","host":["{{baseUrl}}"],"path":["v4","pricebook","product"],"query":[{"key":"companyId","value":"{companyId}","description":"The Id of the company that will own the product. If not provided, will default to the authenticated user's company. \nThis can be supplied with productUid to fetch the pricing of an existing product, but in the context of another company.\n(Optional - integer <int32> >= 1)","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 05 Sep 2025 08:56:27 GMT"},{"key":"Content-Type","value":"application/json","description":""},{"key":"Content-Length","value":"408"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amzn-Trace-Id","value":"Root=1-68baa5bb-175f562903f9c56d0ffefd2d"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Server-Timing","value":"app;dur=50"},{"key":"X-Xss-Protection","value":"1 ; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"trace-id","value":"d05277899eed789413915fb614efb217"},{"key":"X-Robots-Tag","value":"noindex"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Product price\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": {\n        \"currency\": \"USD\",\n        \"productType\": \"MVE\",\n        \"monthlyRackRate\": 3300,\n        \"monthlyRate\": 2750,\n        \"prices\": [],\n        \"discounts\": [\n            {\n                \"discountReason\": \"TERM\",\n                \"amount\": 550,\n                \"discountDetails\": {\n                    \"code\": null,\n                    \"description\": null,\n                    \"mechanism\": null,\n                    \"percentageAmount\": null\n                }\n            }\n        ]\n    }\n}"},{"id":"4dc3ac7a-d77b-433a-9584-9548418e3573","name":"Get Product Price (v4) - IX","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"{\n  \"productType\": \"IX\",\n  \"currency\": \"AUD\",\n  \"portLocationId\": 123,\n  \"ixType\": \"Brisbane IX\",\n  \"speed\": 1000,\n  \"productUid\": \"3e565e74-632d-4e7d-8e74-940eb72d48af\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/v4/pricebook/product","host":["{{baseUrl}}"],"path":["v4","pricebook","product"],"query":[{"key":"companyId","value":"{companyId}","description":"The Id of the company that will own the product. If not provided, will default to the authenticated user's company. \nThis can be supplied with productUid to fetch the pricing of an existing product, but in the context of another company.\n(Optional - integer <int32> >= 1)","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 05 Sep 2025 08:58:04 GMT"},{"key":"Content-Type","value":"application/json","description":""},{"key":"Content-Length","value":"278"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amzn-Trace-Id","value":"Root=1-68baa61b-3fe2406b6b034e982265bc18"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Server-Timing","value":"app;dur=318"},{"key":"X-Xss-Protection","value":"1 ; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"trace-id","value":"a4868b66a310d5b874163ef7fe99cc67"},{"key":"X-Robots-Tag","value":"noindex"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Product price\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": {\n        \"currency\": \"AUD\",\n        \"productType\": \"IX\",\n        \"monthlyRackRate\": 9785.45454545455,\n        \"monthlyRate\": 9785.45454545455,\n        \"prices\": [],\n        \"discounts\": []\n    }\n}"}],"_postman_id":"53d02863-94a3-427d-b603-52cfea4e6d90"},{"name":"Get Add-on Price (v4)","id":"ffe2fc0b-75f4-41f3-97a6-0f89af994295","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"{\n  \"addOnType\": \"CROSS_CONNECT\",\n  \"productUid\": \"{{ProductUid}}\",\n  \"locationId\": 123,\n  \"companyId\": 789,\n  \"currency\": \"AUD\",\n  \"crossConnectRequested\": true\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v4/pricebook/addon","description":"<p>Returns the price for a Megaport product add-on based on the specified configuration parameters.</p>\n<p>This endpoint allows you to fetch the pricing information for a given add-on configuration. This configuration can be for an entirely new add-on for an existing product.</p>\n<p>The request will be rejected if the add-on type is not supported.</p>\n<p>The parameters are defined in the Body of the request:</p>\n<ul>\n<li><p><code>addOnType</code> - The type of add-on: CROSS_CONNECT. Cross Connects can only be added for Ports. (String).</p>\n</li>\n<li><p><code>productUid</code> - The unique identifier for the product. Either <code>productUid</code> or <code>locationId</code> must be provided (String).</p>\n</li>\n<li><p><code>locationId</code> - The location identifier where the Cross Connect will be configured. If productUid is provided, the location of the product will be used. Either productUid or locationId must be provided (Integer).</p>\n</li>\n<li><p><code>companyId</code> - The id of the company that will own the product. If not provided, will default to the authenticated user's company (Integer).</p>\n</li>\n<li><p><code>currency</code> - The ISO 4217 currency code to use for pricing. For example, the US dollar is USD. If not provided, defaults to the existing product's currency. If the product is not specified, currency must be provided. For more information, see <a href=\"https://www.iban.com/currency-codes\">Country Currency Codes</a>. (String)</p>\n</li>\n<li><p><code>crossConnectRequested</code> - Whether a Cross Connect has been requested (Boolean).</p>\n</li>\n</ul>\n<p><strong>Note</strong>: Only one of productUID or locationId should be provided for Cross Connect add-on pricing. Otherwise, the request will return a 400 error.</p>\n","urlObject":{"path":["v4","pricebook","addon"],"host":["{{baseUrl}}"],"query":[{"disabled":true,"description":{"content":"<p>The Id of the company that will own the product. If not provided, it will default to the authenticated user's company. \nThis can be supplied with productUid to fetch the pricing of an existing product, but in the context of another company.\n(Optional - integer  &gt;= 1)</p>\n","type":"text/plain"},"key":"companyId","value":"{companyId}"}],"variable":[]}},"response":[{"id":"43120fba-e0af-487b-ba46-9a632ee76417","name":"Get Add-on Price (v4) - Cross Connect","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"{\n  \"addOnType\": \"CROSS_CONNECT\",\n  \"productUid\": \"ad6837e3-2e4d-4024-b5b6-ee5b968c8f85\",\n  \"companyId\": 789,\n  \"currency\": \"AUD\",\n  \"crossConnectRequested\": true\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/v4/pricebook/addon","host":["{{baseUrl}}"],"path":["v4","pricebook","addon"],"query":[{"key":"companyId","value":"{companyId}","description":"The Id of the company that will own the product. If not provided, will default to the authenticated user's company. \nThis can be supplied with productUid to fetch the pricing of an existing product, but in the context of another company.\n(Optional - integer <int32> >= 1)","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 04 Sep 2025 08:38:51 GMT"},{"key":"Content-Type","value":"application/json","description":""},{"key":"Content-Length","value":"460"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amzn-Trace-Id","value":"Root=1-68b9501a-6de3044970ef89da2a0278c4"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Server-Timing","value":"app;dur=109"},{"key":"X-Xss-Protection","value":"1 ; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"trace-id","value":"d6292fb32a08901e371e9e82cd1048cf"},{"key":"X-Robots-Tag","value":"noindex"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"AddOn price\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": {\n        \"currency\": \"AUD\",\n        \"productType\": null,\n        \"monthlyRackRate\": null,\n        \"monthlyRate\": null,\n        \"prices\": [\n            {\n                \"chargeReason\": \"ADD_ON_CHARGE\",\n                \"frequency\": \"MONTHLY\",\n                \"amount\": 350,\n                \"addOnType\": \"CROSS_CONNECT\"\n            },\n            {\n                \"chargeReason\": \"ADD_ON_CHARGE\",\n                \"frequency\": \"ONCE\",\n                \"amount\": 600,\n                \"addOnType\": \"CROSS_CONNECT\"\n            }\n        ],\n        \"discounts\": []\n    }\n}"},{"id":"15264b47-001e-4f86-8812-f7a5c4973cdc","name":"Get Add-on Price (v4) - 400 Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"{\n  \"addOnType\": \"CROSS_CONNECT\",\n  \"productUid\": \"ad6837e3-2e4d-4024-b5b6-ee5b968c8f85\",\n  \"locationId\": 41,\n  \"companyId\": 789,\n  \"currency\": \"AUD\",\n  \"crossConnectRequested\": true\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/v4/pricebook/addon","host":["{{baseUrl}}"],"path":["v4","pricebook","addon"],"query":[{"key":"companyId","value":"{companyId}","description":"The Id of the company that will own the product. If not provided, will default to the authenticated user's company. \nThis can be supplied with productUid to fetch the pricing of an existing product, but in the context of another company.\n(Optional - integer <int32> >= 1)","disabled":true}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 04 Sep 2025 08:37:02 GMT"},{"key":"Content-Type","value":"application/json","description":""},{"key":"Content-Length","value":"217"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amzn-Trace-Id","value":"Root=1-68b94fae-7c4492361c938dd1597a84bb"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Server-Timing","value":"app;dur=38"},{"key":"X-Xss-Protection","value":"1 ; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"trace-id","value":"a56d1c5b3283fa07e714609e9f2ce95e"},{"key":"X-Robots-Tag","value":"noindex"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Only one of Product UID or Location ID should be provided for Cross Connect Add-On Pricing\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\"\n}"}],"_postman_id":"ffe2fc0b-75f4-41f3-97a6-0f89af994295"},{"name":"Get Product Price for Term Length (v4)","id":"7d284f4d-d367-4549-b758-902843e5136b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"{\n  \"productType\": \"MEGAPORT\",\n  \"currency\": \"AUD\",\n  \"locationId\": 123,\n  \"speed\": 1000,\n  \"term\": 12,\n  \"productUid\": \"{{Port ProductUid}}\",\n  \"addOns\": {\n    \"addOnType\": \"CROSS_CONNECT\",\n    \"crossConnectRequested\": true\n  }\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v4/pricebook/product/terms","description":"<p>Returns the pricing information of all available term lengths (available term discounts) for the Megaport service specified by the <code>productUid</code>.</p>\n<p>When ordering services, customers can commit to a number of fixed term lengths. Fixed terms will offer discounted monthly pricing when compared to standard 'rack rates', with longer terms offering larger discounts.</p>\n<p>You can return pricing for these services:</p>\n<ul>\n<li><p>Port</p>\n</li>\n<li><p>VXC</p>\n</li>\n<li><p>Megaport Internet</p>\n</li>\n<li><p>MCR</p>\n</li>\n<li><p>MVE</p>\n</li>\n<li><p>IX</p>\n</li>\n</ul>\n<p>The request will be rejected if the product type is not supported.</p>\n<p>The configurations of add-ons can be passed as part of the request Body and the add-on pricing will be included in the response.</p>\n<p>The parameters are defined in the Body of the request:</p>\n<ul>\n<li><p><code>productType</code> - The type of product for the pricing request. Valid values include: MEGAPORT, VXC, MCR2, MVE, IX, IP_ADDRESS (String).</p>\n</li>\n<li><p><code>currency</code> - The ISO 4217 currency code to use for pricing. For example, the US dollar is USD. If not provided, defaults to the existing product's currency. If the product is not specified, currency must be provided. For more information, see <a href=\"https://www.iban.com/currency-codes\">Country Currency Codes</a>. (String)</p>\n</li>\n<li><p><code>LocationId</code> (Port/MCR/MVE) - The id of the location where the service will be deployed (Required - Integer).</p>\n</li>\n<li><p><code>Vendor</code> (MVE) - The provider name to use in the price calculations. For example, <code>Cisco</code> (String).</p>\n</li>\n<li><p><code>Size</code> (MVE) - The MVE size to use in price calculations. If both size and mveLabel are supplied, the endpoint will only accept mveLabel as the MVE size (String).</p>\n</li>\n<li><p><code>mveLabel</code> (MVE) - The size of the VM. The size defines the MVE specifications, including the number of cores, bandwidth, and number of connections (String).</p>\n</li>\n<li><p><code>portLocationId</code> (IX) - The port location identifier for the IX connection (Integer - Required).</p>\n</li>\n<li><p><code>ixType</code> (IX) - The type of Internet Exchange, for example, Brisbane IX (String - Required).</p>\n</li>\n<li><p><code>aLocationId</code> (VXC) - The id of the A-End location of the VXC (Required - Integer).</p>\n</li>\n<li><p><code>bLocationId</code> - (VXC) - The id of the B-End location of the VXC (Required - Integer).</p>\n</li>\n<li><p><code>speed</code> - The service speed in Mbps (Integer).</p>\n</li>\n<li><p><code>aEndProductType</code> (VXC) - The product type of the A-End service of the VXC. Valid values include: MEGAPORT, VXC, MCR2, MVE, IX, IP_ADDRESS (String).</p>\n</li>\n<li><p><code>connectType</code> (VXC) - The connect type of the VXC, which is typically the same as the connect type of the B-End service. Valid values include: MVE, AMSIX, AWS (for Hosted VIF), AWSHC (for Hosted Connection), AZURE, GOOGLE, ORACLE, OUTSCALE, ALIBABA, and IBM. Use connectType=TRANSIT for Ports that support a Megaport Internet connection. Use connectType=FRANCEIX for Ports that you can create a VXC to in order to connect to France-IX (String).</p>\n</li>\n<li><p><code>productUid</code> - The unique identifier for the product (String).</p>\n</li>\n<li><p><code>term</code> - The contract term in months (Integer).</p>\n</li>\n<li><p><code>addOns</code> - List of add-on price book requests (Array).</p>\n</li>\n</ul>\n","urlObject":{"path":["v4","pricebook","product","terms"],"host":["{{baseUrl}}"],"query":[{"disabled":true,"description":{"content":"<p>The Id of the company that will own the product. If not provided, it will default to the authenticated user's company. \nThis can be supplied with productUid to fetch the pricing of an existing product, but in the context of another company.\n(Optional - integer  &gt;= 1)</p>\n","type":"text/plain"},"key":"companyId","value":"{companyId}"}],"variable":[]}},"response":[{"id":"970575bc-847e-48e3-bc69-3a921d529160","name":"Get Product Price for Term Length (v4) - Port","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"{\n  \"productType\": \"MEGAPORT\",\n  \"currency\": \"AUD\",\n  \"locationId\": 123,\n  \"speed\": 1000,\n  \"term\": 12,\n  \"productUid\": \"f85f63b9-b927-4cba-9223-ad93424fd845\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/v4/pricebook/product/terms","host":["{{baseUrl}}"],"path":["v4","pricebook","product","terms"],"query":[{"key":"companyId","value":"{companyId}","description":"The Id of the company that will own the product. If not provided, will default to the authenticated user's company. \nThis can be supplied with productUid to fetch the pricing of an existing product, but in the context of another company.\n(Optional - integer <int32> >= 1)","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 05 Sep 2025 02:18:57 GMT"},{"key":"Content-Type","value":"application/json","description":""},{"key":"Content-Length","value":"1214"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amzn-Trace-Id","value":"Root=1-68ba4891-019e57c276cc3258172a28f9"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Server-Timing","value":"app;dur=164"},{"key":"X-Xss-Protection","value":"1 ; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"trace-id","value":"857879ea58a80488019ff2412b33ee11"},{"key":"X-Robots-Tag","value":"noindex"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Prices for all terms\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": {\n        \"1\": {\n            \"currency\": \"AUD\",\n            \"productType\": \"MEGAPORT\",\n            \"monthlyRackRate\": 1063.63636363636,\n            \"monthlyRate\": 1063.64,\n            \"prices\": [],\n            \"discounts\": [\n                {\n                    \"discountReason\": \"TERM\",\n                    \"amount\": 0,\n                    \"discountDetails\": {\n                        \"code\": null,\n                        \"description\": null,\n                        \"mechanism\": null,\n                        \"percentageAmount\": null\n                    }\n                }\n            ]\n        },\n        \"12\": {\n            \"currency\": \"AUD\",\n            \"productType\": \"MEGAPORT\",\n            \"monthlyRackRate\": 1063.63636363636,\n            \"monthlyRate\": 886.36,\n            \"prices\": [],\n            \"discounts\": [\n                {\n                    \"discountReason\": \"TERM\",\n                    \"amount\": 177.28,\n                    \"discountDetails\": {\n                        \"code\": null,\n                        \"description\": null,\n                        \"mechanism\": null,\n                        \"percentageAmount\": null\n                    }\n                }\n            ]\n        },\n        \"24\": {\n            \"currency\": \"AUD\",\n            \"productType\": \"MEGAPORT\",\n            \"monthlyRackRate\": 1063.63636363636,\n            \"monthlyRate\": 842.05,\n            \"prices\": [],\n            \"discounts\": [\n                {\n                    \"discountReason\": \"TERM\",\n                    \"amount\": 221.59,\n                    \"discountDetails\": {\n                        \"code\": null,\n                        \"description\": null,\n                        \"mechanism\": null,\n                        \"percentageAmount\": null\n                    }\n                }\n            ]\n        },\n        \"36\": {\n            \"currency\": \"AUD\",\n            \"productType\": \"MEGAPORT\",\n            \"monthlyRackRate\": 1063.63636363636,\n            \"monthlyRate\": 797.73,\n            \"prices\": [],\n            \"discounts\": [\n                {\n                    \"discountReason\": \"TERM\",\n                    \"amount\": 265.91,\n                    \"discountDetails\": {\n                        \"code\": null,\n                        \"description\": null,\n                        \"mechanism\": null,\n                        \"percentageAmount\": null\n                    }\n                }\n            ]\n        }\n    }\n}"},{"id":"d783434b-a09e-4ab6-97f2-00a66367de72","name":"Get Product Price for Term Length (v4) - VXC","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"{\n  \"productType\": \"VXC\",\n  \"currency\": \"AUD\",\n  \"aLocationId\": 123,\n  \"bLocationId\": 2,\n  \"speed\": 1000,\n  \"aEndProductType\": \"MEGAPORT\",\n  \"connectType\": \"DEFAULT\",\n  \"buyoutPort\": false,\n  \"productUid\": \"9fd591c4-a7cc-464e-bc58-426bc0d1342d\",\n  \"term\": 12\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/v4/pricebook/product/terms","host":["{{baseUrl}}"],"path":["v4","pricebook","product","terms"],"query":[{"key":"companyId","value":"{companyId}","description":"The Id of the company that will own the product. If not provided, will default to the authenticated user's company. \nThis can be supplied with productUid to fetch the pricing of an existing product, but in the context of another company.\n(Optional - integer <int32> >= 1)","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 05 Sep 2025 02:29:59 GMT"},{"key":"Content-Type","value":"application/json","description":""},{"key":"Content-Length","value":"1200"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amzn-Trace-Id","value":"Root=1-68ba4b27-027bbff3275c344e2f748beb"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Server-Timing","value":"app;dur=287"},{"key":"X-Xss-Protection","value":"1 ; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"trace-id","value":"b11286984e05cb94d5c2d9dc436e8c19"},{"key":"X-Robots-Tag","value":"noindex"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Prices for all terms\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": {\n        \"1\": {\n            \"currency\": \"AUD\",\n            \"productType\": \"VXC\",\n            \"monthlyRackRate\": 9430.90909090909,\n            \"monthlyRate\": 9430.91,\n            \"prices\": [],\n            \"discounts\": [\n                {\n                    \"discountReason\": \"TERM\",\n                    \"amount\": 0,\n                    \"discountDetails\": {\n                        \"code\": null,\n                        \"description\": null,\n                        \"mechanism\": null,\n                        \"percentageAmount\": null\n                    }\n                }\n            ]\n        },\n        \"12\": {\n            \"currency\": \"AUD\",\n            \"productType\": \"VXC\",\n            \"monthlyRackRate\": 9430.90909090909,\n            \"monthlyRate\": 7859.09,\n            \"prices\": [],\n            \"discounts\": [\n                {\n                    \"discountReason\": \"TERM\",\n                    \"amount\": 1571.82,\n                    \"discountDetails\": {\n                        \"code\": null,\n                        \"description\": null,\n                        \"mechanism\": null,\n                        \"percentageAmount\": null\n                    }\n                }\n            ]\n        },\n        \"24\": {\n            \"currency\": \"AUD\",\n            \"productType\": \"VXC\",\n            \"monthlyRackRate\": 9430.90909090909,\n            \"monthlyRate\": 7466.14,\n            \"prices\": [],\n            \"discounts\": [\n                {\n                    \"discountReason\": \"TERM\",\n                    \"amount\": 1964.77,\n                    \"discountDetails\": {\n                        \"code\": null,\n                        \"description\": null,\n                        \"mechanism\": null,\n                        \"percentageAmount\": null\n                    }\n                }\n            ]\n        },\n        \"36\": {\n            \"currency\": \"AUD\",\n            \"productType\": \"VXC\",\n            \"monthlyRackRate\": 9430.90909090909,\n            \"monthlyRate\": 7073.18,\n            \"prices\": [],\n            \"discounts\": [\n                {\n                    \"discountReason\": \"TERM\",\n                    \"amount\": 2357.73,\n                    \"discountDetails\": {\n                        \"code\": null,\n                        \"description\": null,\n                        \"mechanism\": null,\n                        \"percentageAmount\": null\n                    }\n                }\n            ]\n        }\n    }\n}"},{"id":"9bfa3565-673e-40ac-81f2-ca5afc434120","name":"Get Product Price for Term Length (v4) - MCR","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"{\n  \"productType\": \"MCR2\",\n  \"currency\": \"AUD\",\n  \"locationId\": 123,\n  \"speed\": 1000,\n  \"term\": 12,\n  \"productUid\": \"e4b1b099-3acc-4f02-b850-a6e81f51f254\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/v4/pricebook/product/terms","host":["{{baseUrl}}"],"path":["v4","pricebook","product","terms"],"query":[{"key":"companyId","value":"{companyId}","description":"The Id of the company that will own the product. If not provided, will default to the authenticated user's company. \nThis can be supplied with productUid to fetch the pricing of an existing product, but in the context of another company.\n(Optional - integer <int32> >= 1)","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 05 Sep 2025 05:40:42 GMT"},{"key":"Content-Type","value":"application/json","description":""},{"key":"Content-Length","value":"1162"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amzn-Trace-Id","value":"Root=1-68ba77da-7255189944ae6f85596f7657"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Server-Timing","value":"app;dur=621"},{"key":"X-Xss-Protection","value":"1 ; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"trace-id","value":"e6c08d1140ceffb11a517af6a234c56c"},{"key":"X-Robots-Tag","value":"noindex"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Prices for all terms\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": {\n        \"1\": {\n            \"currency\": \"AUD\",\n            \"productType\": \"MCR2\",\n            \"monthlyRackRate\": 1063.64,\n            \"monthlyRate\": 1063.64,\n            \"prices\": [],\n            \"discounts\": [\n                {\n                    \"discountReason\": \"TERM\",\n                    \"amount\": 0,\n                    \"discountDetails\": {\n                        \"code\": null,\n                        \"description\": null,\n                        \"mechanism\": null,\n                        \"percentageAmount\": null\n                    }\n                }\n            ]\n        },\n        \"12\": {\n            \"currency\": \"AUD\",\n            \"productType\": \"MCR2\",\n            \"monthlyRackRate\": 1063.64,\n            \"monthlyRate\": 886.37,\n            \"prices\": [],\n            \"discounts\": [\n                {\n                    \"discountReason\": \"TERM\",\n                    \"amount\": 177.27,\n                    \"discountDetails\": {\n                        \"code\": null,\n                        \"description\": null,\n                        \"mechanism\": null,\n                        \"percentageAmount\": null\n                    }\n                }\n            ]\n        },\n        \"24\": {\n            \"currency\": \"AUD\",\n            \"productType\": \"MCR2\",\n            \"monthlyRackRate\": 1063.64,\n            \"monthlyRate\": 842.05,\n            \"prices\": [],\n            \"discounts\": [\n                {\n                    \"discountReason\": \"TERM\",\n                    \"amount\": 221.59,\n                    \"discountDetails\": {\n                        \"code\": null,\n                        \"description\": null,\n                        \"mechanism\": null,\n                        \"percentageAmount\": null\n                    }\n                }\n            ]\n        },\n        \"36\": {\n            \"currency\": \"AUD\",\n            \"productType\": \"MCR2\",\n            \"monthlyRackRate\": 1063.64,\n            \"monthlyRate\": 797.73,\n            \"prices\": [],\n            \"discounts\": [\n                {\n                    \"discountReason\": \"TERM\",\n                    \"amount\": 265.91,\n                    \"discountDetails\": {\n                        \"code\": null,\n                        \"description\": null,\n                        \"mechanism\": null,\n                        \"percentageAmount\": null\n                    }\n                }\n            ]\n        }\n    }\n}"},{"id":"74bdd185-5209-475d-8680-340701965989","name":"Get Product Price for Term Length (v4) - MVE","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"{\n  \"productType\": \"MVE\",\n  \"currency\": \"AUD\",\n  \"locationId\": 123,\n  \"productUid\": \"8afe49da-e936-4e2d-a1dd-03e2c6525108\",\n  \"vendor\": \"cisco\",\n  \"size\": \"large\",\n  \"mveLabel\": \"MVE 16/64\",\n  \"term\": 12\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/v4/pricebook/product/terms","host":["{{baseUrl}}"],"path":["v4","pricebook","product","terms"],"query":[{"key":"companyId","value":"{companyId}","description":"The Id of the company that will own the product. If not provided, will default to the authenticated user's company. \nThis can be supplied with productUid to fetch the pricing of an existing product, but in the context of another company.\n(Optional - integer <int32> >= 1)","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 05 Sep 2025 05:45:10 GMT"},{"key":"Content-Type","value":"application/json","description":""},{"key":"Content-Length","value":"1197"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amzn-Trace-Id","value":"Root=1-68ba78e6-3fd1a13b0c64a8403ff52f26"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Server-Timing","value":"app;dur=315"},{"key":"X-Xss-Protection","value":"1 ; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"trace-id","value":"c319cf63b66ada85612b1b83afe41f93"},{"key":"X-Robots-Tag","value":"noindex"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Prices for all terms\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": {\n        \"1\": {\n            \"currency\": \"AUD\",\n            \"productType\": \"MVE\",\n            \"monthlyRackRate\": 3545.45454545455,\n            \"monthlyRate\": 3545.45,\n            \"prices\": [],\n            \"discounts\": [\n                {\n                    \"discountReason\": \"TERM\",\n                    \"amount\": 0,\n                    \"discountDetails\": {\n                        \"code\": null,\n                        \"description\": null,\n                        \"mechanism\": null,\n                        \"percentageAmount\": null\n                    }\n                }\n            ]\n        },\n        \"12\": {\n            \"currency\": \"AUD\",\n            \"productType\": \"MVE\",\n            \"monthlyRackRate\": 3545.45454545455,\n            \"monthlyRate\": 2954.54,\n            \"prices\": [],\n            \"discounts\": [\n                {\n                    \"discountReason\": \"TERM\",\n                    \"amount\": 590.91,\n                    \"discountDetails\": {\n                        \"code\": null,\n                        \"description\": null,\n                        \"mechanism\": null,\n                        \"percentageAmount\": null\n                    }\n                }\n            ]\n        },\n        \"24\": {\n            \"currency\": \"AUD\",\n            \"productType\": \"MVE\",\n            \"monthlyRackRate\": 3545.45454545455,\n            \"monthlyRate\": 2806.82,\n            \"prices\": [],\n            \"discounts\": [\n                {\n                    \"discountReason\": \"TERM\",\n                    \"amount\": 738.63,\n                    \"discountDetails\": {\n                        \"code\": null,\n                        \"description\": null,\n                        \"mechanism\": null,\n                        \"percentageAmount\": null\n                    }\n                }\n            ]\n        },\n        \"36\": {\n            \"currency\": \"AUD\",\n            \"productType\": \"MVE\",\n            \"monthlyRackRate\": 3545.45454545455,\n            \"monthlyRate\": 2659.09,\n            \"prices\": [],\n            \"discounts\": [\n                {\n                    \"discountReason\": \"TERM\",\n                    \"amount\": 886.36,\n                    \"discountDetails\": {\n                        \"code\": null,\n                        \"description\": null,\n                        \"mechanism\": null,\n                        \"percentageAmount\": null\n                    }\n                }\n            ]\n        }\n    }\n}"},{"id":"562d6410-8f3f-4651-81d0-89d6d71da585","name":"Get Product Price for Term Length (v4) - IX","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"{\n  \"productType\": \"IX\",\n  \"currency\": \"AUD\",\n  \"portLocationId\": 23,\n  \"ixType\": \"Melbourne IX\",\n  \"speed\": 100000,\n  \"productUid\": \"5c581582-4bb6-4aec-b04b-3e8b63085014\",\n  \"term\": 36\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/v4/pricebook/product/terms","host":["{{baseUrl}}"],"path":["v4","pricebook","product","terms"],"query":[{"key":"companyId","value":"{companyId}","description":"The Id of the company that will own the product. If not provided, it will default to the authenticated user's company. \nThis can be supplied with productUid to fetch the pricing of an existing product, but in the context of another company.\n(Optional - integer <int32> >= 1)","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 13 Feb 2026 03:52:53 GMT"},{"key":"Content-Type","value":"application/json","description":""},{"key":"Content-Length","value":"1838"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amzn-Trace-Id","value":"Root=1-698ea014-0ea9c22943f1d73a495f2732"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Server-Timing","value":"app;dur=145"},{"key":"X-Xss-Protection","value":"1 ; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"trace-id","value":"be7307608bb046e1cbf3de6f70f6e260"},{"key":"X-Robots-Tag","value":"noindex"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Prices for all terms\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": {\n        \"1\": {\n            \"currency\": \"AUD\",\n            \"productType\": \"IX\",\n            \"monthlyRackRate\": 0,\n            \"monthlyRate\": 0,\n            \"prices\": [],\n            \"discounts\": []\n        },\n        \"12\": {\n            \"currency\": \"AUD\",\n            \"productType\": \"IX\",\n            \"monthlyRackRate\": 0,\n            \"monthlyRate\": 0,\n            \"prices\": [],\n            \"discounts\": [\n                {\n                    \"discountReason\": \"TERM\",\n                    \"amount\": 0,\n                    \"discountDetails\": {\n                        \"uid\": null,\n                        \"code\": null,\n                        \"description\": null,\n                        \"allocationMethod\": null,\n                        \"mechanism\": \"PERCENTAGE\",\n                        \"percentageAmount\": 16.6667,\n                        \"duration\": null,\n                        \"shared\": null\n                    }\n                }\n            ]\n        },\n        \"24\": {\n            \"currency\": \"AUD\",\n            \"productType\": \"IX\",\n            \"monthlyRackRate\": 0,\n            \"monthlyRate\": 0,\n            \"prices\": [],\n            \"discounts\": [\n                {\n                    \"discountReason\": \"TERM\",\n                    \"amount\": 0,\n                    \"discountDetails\": {\n                        \"uid\": null,\n                        \"code\": null,\n                        \"description\": null,\n                        \"allocationMethod\": null,\n                        \"mechanism\": \"PERCENTAGE\",\n                        \"percentageAmount\": 20.8333,\n                        \"duration\": null,\n                        \"shared\": null\n                    }\n                }\n            ]\n        },\n        \"36\": {\n            \"currency\": \"AUD\",\n            \"productType\": \"IX\",\n            \"monthlyRackRate\": 0,\n            \"monthlyRate\": 0,\n            \"prices\": [],\n            \"discounts\": [\n                {\n                    \"discountReason\": \"TERM\",\n                    \"amount\": 0,\n                    \"discountDetails\": {\n                        \"uid\": null,\n                        \"code\": null,\n                        \"description\": null,\n                        \"allocationMethod\": null,\n                        \"mechanism\": \"PERCENTAGE\",\n                        \"percentageAmount\": 25,\n                        \"duration\": null,\n                        \"shared\": null\n                    }\n                }\n            ]\n        },\n        \"48\": {\n            \"currency\": \"AUD\",\n            \"productType\": \"IX\",\n            \"monthlyRackRate\": 0,\n            \"monthlyRate\": 0,\n            \"prices\": [],\n            \"discounts\": [\n                {\n                    \"discountReason\": \"TERM\",\n                    \"amount\": 0,\n                    \"discountDetails\": {\n                        \"uid\": null,\n                        \"code\": null,\n                        \"description\": null,\n                        \"allocationMethod\": null,\n                        \"mechanism\": \"PERCENTAGE\",\n                        \"percentageAmount\": 27.0833,\n                        \"duration\": null,\n                        \"shared\": null\n                    }\n                }\n            ]\n        },\n        \"60\": {\n            \"currency\": \"AUD\",\n            \"productType\": \"IX\",\n            \"monthlyRackRate\": 0,\n            \"monthlyRate\": 0,\n            \"prices\": [],\n            \"discounts\": [\n                {\n                    \"discountReason\": \"TERM\",\n                    \"amount\": 0,\n                    \"discountDetails\": {\n                        \"uid\": null,\n                        \"code\": null,\n                        \"description\": null,\n                        \"allocationMethod\": null,\n                        \"mechanism\": \"PERCENTAGE\",\n                        \"percentageAmount\": 29.1667,\n                        \"duration\": null,\n                        \"shared\": null\n                    }\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"7d284f4d-d367-4549-b758-902843e5136b"},{"name":"Speed Change Price (v2)","id":"a2b5ef76-95ce-4240-ba5d-a2ee3d4ba6af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}","type":"text"}],"url":"{{baseUrl}}/v2/product/{productUid}/rating/{year}/{month}?newSpeed={rateLimit}","description":"<p>Returns the price for changing the speed of an existing service that allows speed changes: VXC and IX.</p>\n<p>The <code>productUid</code> is the unique product ID and is required.</p>\n<p>The <code>year</code> is an integer that represents the usage year (current year) and is required.</p>\n<p>The <code>month</code> is an integer that indicates the usage month (Jan = 1) and is required.</p>\n<p>The <code>rateLimit</code> is an integer that indicates the new speed in Mbps and is optional.</p>\n<p>In the response, the <code>total</code> is what you can expect on the next invoice (prorated for a partial month). The <code>longTermMonthly</code> is the regular monthly invoice amount, assuming no speed changes. The <code>delta</code> is the difference from the previous expected invoice amount and the the new expected amount based on the speed change.</p>\n","urlObject":{"path":["v2","product","{productUid}","rating","{year}","{month}"],"host":["{{baseUrl}}"],"query":[{"key":"newSpeed","value":"{rateLimit}"}],"variable":[]}},"response":[{"id":"f4d0277f-6b7e-4607-904a-dba63a54116e","name":"Speed Change Price","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":{"raw":"{{baseUrl}}/v2/product/632d83aa-37d3-4cf2-893b-fbe314133c80/rating/2020/12?newSpeed=1000","host":["{{baseUrl}}"],"path":["v2","product","632d83aa-37d3-4cf2-893b-fbe314133c80","rating","2020","12"],"query":[{"key":"newSpeed","value":"1000"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Nov 2020 21:46:16 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.17.10"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"UOW","value":"d5e01bdc-3961-47e4-afc3-99a5d1dc8087"},{"key":"ETag","value":"W/\"0c8b4bba8514d160d23bdf8326aa81c35\""},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Product [632d83aa-37d3-4cf2-893b-fbe314133c80] Pricing\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": {\n        \"boxes\": [\n            {\n                \"bl\": {\n                    \"x\": 1604152800000,\n                    \"y\": 0\n                },\n                \"tl\": {\n                    \"x\": 1604152800000,\n                    \"y\": 10000\n                },\n                \"tr\": {\n                    \"x\": 1605563175602,\n                    \"y\": 10000\n                },\n                \"br\": {\n                    \"x\": 1605563175602,\n                    \"y\": 0\n                },\n                \"price\": 291.4962801752645502645502645502646,\n                \"baseRate\": 100,\n                \"correction\": null,\n                \"proportionNotBilled\": null\n            },\n            {\n                \"bl\": {\n                    \"x\": 1605563175602,\n                    \"y\": 0\n                },\n                \"tl\": {\n                    \"x\": 1605563175602,\n                    \"y\": 1000\n                },\n                \"tr\": {\n                    \"x\": 1606572000000,\n                    \"y\": 1000\n                },\n                \"br\": {\n                    \"x\": 1606572000000,\n                    \"y\": 0\n                },\n                \"price\": 54.21096715443121693121693121693122,\n                \"baseRate\": 100,\n                \"correction\": null,\n                \"proportionNotBilled\": null\n            }\n        ],\n        \"total\": 345.70724732969576719576719576719582,\n        \"mbpsRate\": 100,\n        \"oldPrice\": 200,\n        \"changes\": [\n            {\n                \"date\": 1604152800000,\n                \"description\": \"Beginning of month speed entry of 10000\"\n            }\n        ],\n        \"longTermMonthly\": 130,\n        \"delta\": 145.71,\n        \"startOfMonth\": 1604152800000,\n        \"currency\": \"AUD\",\n        \"forceProductChange\": null\n    }\n}"}],"_postman_id":"a2b5ef76-95ce-4240-ba5d-a2ee3d4ba6af"},{"name":"Cancellation Price (Lifecyle Action Change) (v2)","id":"6d5fd086-afa2-46ed-880d-ebe8185418de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}","type":"text"}],"url":"{{baseUrl}}/v2/product/{productUid}/action/CANCEL_NOW/charges","description":"<p>Returns the price for changing the status of an existing service, such as canceling.</p>\n<p>The <code>productUid</code> is a required value that identifies the service by the unique product identifier.</p>\n<p>The <code>action</code> is a required value that indicates the change in the service. Accepted values are <code>CANCEL</code> and <code>CANCEL_NOW.</code></p>\n","urlObject":{"path":["v2","product","{productUid}","action","CANCEL_NOW","charges"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"dce2d407-b771-4278-9fa5-cc82ff501c00","name":"Cancellation Price (Lifecyle Action Change)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v2/product/778e9d7b-6da4-4398-8560-44b49b0ac1bd/action/CANCEL/charges"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 16 Nov 2020 22:04:19 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx/1.17.10"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"UOW","value":"c57fce2f-626b-43fe-aea0-438e88fedbd3"},{"key":"ETag","value":"W/\"01615e007bf3bdd6a89c4acdc985b00dd\""},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Charges of cancelling service [778e9d7b-6da4-4398-8560-44b49b0ac1bd]\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": {\n        \"contractEndDate\": 1600092000000,\n        \"terminationDate\": 1608156258178,\n        \"recurringCharge\": 500,\n        \"remainingDays\": 0,\n        \"payOutContract\": 0,\n        \"currency\": \"AUD\",\n        \"productId\": 63611,\n        \"productName\": \"Neteng SD-WAN SYD PoC Transit DEP-10990\",\n        \"productType\": \"MEGAPORT\",\n        \"vxcPriceCheck\": [\n            {\n                \"contractEndDate\": 1600610400000,\n                \"terminationDate\": 1608156258178,\n                \"recurringCharge\": 0,\n                \"remainingDays\": 0,\n                \"payOutContract\": 0,\n                \"currency\": \"AUD\",\n                \"productId\": 64110,\n                \"productName\": \"Transit Connection Superloop\",\n                \"productType\": \"VXC\",\n                \"usageAlgorithm\": \"POST_PAID_HOURLY_SPEED_METRO_VXC\",\n                \"total\": 0\n            }\n        ],\n        \"ixPriceCheck\": [],\n        \"total\": 0\n    }\n}"}],"_postman_id":"6d5fd086-afa2-46ed-880d-ebe8185418de"}],"id":"ef22a22f-9161-4f66-b30e-3c810f0237a4","description":"<p>The API supports two types of pricing inquiries:</p>\n<ul>\n<li>how much does a service cost at a location</li>\n<li>what will I be charged for this service if I change the speed</li>\n</ul>\n","_postman_id":"ef22a22f-9161-4f66-b30e-3c810f0237a4"},{"name":"Invoices","item":[{"name":"Version 2 (v2) endpoints - to be deprecated July 2025","item":[{"name":"Invoices (v2)","id":"5e57d2c5-77d2-4ce6-a454-6046011c6279","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v2/company/${companyUid}/invoice/supplierId/{supplierId}?fromDate=${fromDate}&toDate=${toDate}","description":"<p>Returns a list of all the invoices for the company and billing market combination, for the specified date range.</p>\n<p>You can find the <code>companyUid</code> and <code>supplierId</code> from the following Megaport endpoints:</p>\n<ul>\n<li><code>companyUid</code> is returned in the GET Product List <code>/v2/products</code> endpoint or the GET API Keys <code>/v2/auth/apikeys</code> endpoint.</li>\n<li><code>supplierId</code> is the \"firstPartyId\" returned in the GET Billing Markets <code>/v2/market</code> endpoint for the relevant supplier.</li>\n</ul>\n","urlObject":{"path":["v2","company","${companyUid}","invoice","supplierId","{supplierId}"],"host":["{{baseUrl}}"],"query":[{"description":{"content":"<p>The start date for which to return all invoices for the company / billing market combination. Enter the date in the format: yyyy-mm-dd. (Optional)</p>\n","type":"text/plain"},"key":"fromDate","value":"${fromDate}"},{"description":{"content":"<p>The end date for which to return all invoices for the company / billing market combination. Enter the date in the format: yyyy-mm-dd. (Optional)</p>\n","type":"text/plain"},"key":"toDate","value":"${toDate}"}],"variable":[]}},"response":[{"id":"1d855a2f-1da3-46ee-bd6b-d066d2ffe912","name":"Invoices (v2)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":{"raw":"{{baseUrl}}/v2/company/805e9d57-3d7f-45a8-8fbc-938202e3e9ab/invoice/supplierId/1558/?fromDate=2023-02-05&toDate=2024-02-05","host":["{{baseUrl}}"],"path":["v2","company","805e9d57-3d7f-45a8-8fbc-938202e3e9ab","invoice","supplierId","1558",""],"query":[{"key":"fromDate","value":"2023-02-05","description":"The start date for which to return all invoices for the company / billing market combination."},{"key":"toDate","value":"2024-02-05","description":"The end date for which to return all invoices for the company / billing market combination."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 12 Apr 2023 07:09:45 GMT"},{"key":"Content-Type","value":"application/json","description":""},{"key":"Content-Length","value":"202"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Set-Cookie","value":"JSESSIONID=453DE660CF55D1319621418125F7C4F7; Path=/; HttpOnly"},{"key":"UOW","value":"048b7fee-b921-4037-be4d-459fbddef375"},{"key":"ETag","value":"\"0581d4c22c757e910bf86b86cd2b82034\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invoice list for customer [49768]\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": {\n        \"$id\": 1,\n        \"batchId\": 1,\n        \"invoices\": [\n            {\n                \"$id\": 2,\n                \"invoiceId\": \"CUSA00002118\",\n                \"invoiceDate\": \"2024-01-02T12:00:00\",\n                \"dueDate\": \"2024-02-01T12:00:00\",\n                \"invoiceAmount\": -4331.21,\n                \"currencyCode\": \"USD\",\n                \"openBalance\": 0\n            },\n            {\n                \"$id\": 3,\n                \"invoiceId\": \"USA00049464\",\n                \"invoiceDate\": \"2024-01-02T12:00:00\",\n                \"dueDate\": \"2024-02-01T12:00:00\",\n                \"invoiceAmount\": 4331.21,\n                \"currencyCode\": \"USD\",\n                \"openBalance\": 0\n            }\n        ]\n    }\n}"}],"_postman_id":"5e57d2c5-77d2-4ce6-a454-6046011c6279"},{"name":"Single Invoice (v2)","id":"3a8b2c1f-4344-4e5c-af6a-aa1d0b8859cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v2/company/${companyId}/invoice/${invoiceId}","description":"<p>Returns the invoice for the specified <code>companyId</code> and <code>invoiceId</code> in JSON format.</p>\n<p>Use the GET Company Details <code>/v2/company/companyUid</code> endpoint to find the <code>companyId</code>.</p>\n","urlObject":{"path":["v2","company","${companyId}","invoice","${invoiceId}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"0625faa5-ca74-4e4c-8eab-1ddadd65e3e7","name":"Single Invoice (v2)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v2/company/49768/invoice/USA00049464"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 05 Sep 2022 05:00:03 GMT"},{"key":"Content-Type","value":"application/json","description":""},{"key":"Content-Length","value":"202"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Set-Cookie","value":"JSESSIONID=3BB4A5EE904D1BB55435EFC410E5C590; Path=/; HttpOnly"},{"key":"UOW","value":"2be438ac-b7ac-49fa-9cf7-f170e175e374"},{"key":"ETag","value":"\"0581d4c22c757e910bf86b86cd2b82034\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Found invoice USA00049464\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": {\n        \"invoiceId\": 199152,\n        \"invoiceNumber\": \"USA00049464\",\n        \"companyName\": \"InnovoEdge\",\n        \"companyId\": \"49768\",\n        \"consumerId\": \"49768\",\n        \"supplierId\": \"1558\",\n        \"lineItemTotal\": 3803.23,\n        \"taxRate\": 0,\n        \"taxTotal\": 527.98,\n        \"grandTotal\": 4331.21,\n        \"dueAmount\": 0,\n        \"currencyEnum\": \"USD\",\n        \"marketLineItemTotal\": 3803.23,\n        \"marketTaxTotal\": 527.98,\n        \"marketGrandTotal\": 4331.21,\n        \"marketCurrencyEnum\": \"USD\",\n        \"mixedCurrency\": false,\n        \"dueDate\": 1706745600000,\n        \"previousInvoiceDate\": 0,\n        \"previousInvoiceId\": 0,\n        \"createDate\": 1704153600000,\n        \"lineItems\": [\n            {\n                \"shortProductUid\": \"1d925af8\",\n                \"productUid\": \"1d925af8-3ac1-46b1-85f0-3c6f4381cf7f\",\n                \"description\": \"tac-test-port-partner-sub MEGAPORT recurring\",\n                \"productName\": \"tac-test-port-partner-sub\",\n                \"billableCode\": \"Port\",\n                \"chargeType\": \"\",\n                \"start\": 1704067200000,\n                \"end\": 1706659200000,\n                \"chargePeriod\": {\n                    \"start\": 1704067200000,\n                    \"end\": 1706659200000\n                },\n                \"chargedFromTo\": \"From 1/01/2024 to 31/01/2024\",\n                \"nominalDueDate\": 0,\n                \"tax\": 34.69,\n                \"taxRate\": 0.064,\n                \"unitPrice\": 540,\n                \"promocode\": \"\",\n                \"managedAccountReference\": \"10128\",\n                \"rateLimit\": \"\",\n                \"size\": \"\",\n                \"speed\": \"1000\"\n            },\n            {\n                \"shortProductUid\": \"8982eac0\",\n                \"productUid\": \"8982eac0-b2f3-4bfe-8862-f74013b7e1e5\",\n                \"description\": \"tac-test-port-for-managed-from-root MEGAPORT recurring\",\n                \"productName\": \"tac-test-port-for-managed-from-root\",\n                \"billableCode\": \"Port\",\n                \"chargeType\": \"\",\n                \"start\": 1704067200000,\n                \"end\": 1706659200000,\n                \"chargePeriod\": {\n                    \"start\": 1704067200000,\n                    \"end\": 1706659200000\n                },\n                \"chargedFromTo\": \"From 1/01/2024 to 31/01/2024\",\n                \"nominalDueDate\": 0,\n                \"tax\": 37.04,\n                \"taxRate\": 0.082,\n                \"unitPrice\": 450,\n                \"promocode\": \"\",\n                \"managedAccountReference\": \"10128\",\n                \"rateLimit\": \"\",\n                \"size\": \"\",\n                \"speed\": \"1000\"\n            },\n            {\n                \"shortProductUid\": \"08639167\",\n                \"productUid\": \"08639167-b07f-408b-beda-a6eb1ca87a50\",\n                \"description\": \"135415 tac-test-mcr-child-1 (postpaid)\",\n                \"productName\": \"tac-test-mcr-child-1\",\n                \"billableCode\": \"MCR\",\n                \"chargeType\": \"\",\n                \"start\": 1701388800000,\n                \"end\": 1703980800000,\n                \"chargePeriod\": {\n                    \"start\": 1701388800000,\n                    \"end\": 1703980800000\n                },\n                \"chargedFromTo\": \"From 1/12/2023 to 31/12/2023\",\n                \"nominalDueDate\": 0,\n                \"tax\": 2.16,\n                \"taxRate\": 0.004,\n                \"unitPrice\": 540,\n                \"promocode\": \"\",\n                \"managedAccountReference\": \"10128\",\n                \"rateLimit\": \"\",\n                \"size\": \"\",\n                \"speed\": \"1000\"\n            },\n            {\n                \"shortProductUid\": \"52795ab6\",\n                \"productUid\": \"52795ab6-9ba4-4035-bb48-b818fc3ca78a\",\n                \"description\": \"146050 tac-test-vxc-service-key-TravCo2 (postpaid)\",\n                \"productName\": \"tac-test-vxc-service-key-TravCo2\",\n                \"billableCode\": \"VXC\",\n                \"chargeType\": \"\",\n                \"start\": 1674259200000,\n                \"end\": 1703980800000,\n                \"chargePeriod\": {\n                    \"start\": 1674259200000,\n                    \"end\": 1703980800000\n                },\n                \"chargedFromTo\": \"From 21/01/2023 to 31/12/2023\",\n                \"nominalDueDate\": 0,\n                \"tax\": 35.67,\n                \"taxRate\": 0.5004,\n                \"unitPrice\": 129.25,\n                \"promocode\": \"\",\n                \"managedAccountReference\": \"12\",\n                \"rateLimit\": \"13\",\n                \"size\": \"\",\n                \"speed\": \"\"\n            },\n            {\n                \"shortProductUid\": \"801b2b69\",\n                \"productUid\": \"801b2b69-82b2-4453-9e3f-bb1cb2c02be9\",\n                \"description\": \"135421 tac-test-mcr-child-2 (postpaid)\",\n                \"productName\": \"tac-test-mcr-child-2\",\n                \"billableCode\": \"MCR\",\n                \"chargeType\": \"\",\n                \"start\": 1701388800000,\n                \"end\": 1703980800000,\n                \"chargePeriod\": {\n                    \"start\": 1701388800000,\n                    \"end\": 1703980800000\n                },\n                \"chargedFromTo\": \"From 1/12/2023 to 31/12/2023\",\n                \"nominalDueDate\": 0,\n                \"tax\": 48.79,\n                \"taxRate\": 0.09,\n                \"unitPrice\": 540,\n                \"promocode\": \"\",\n                \"managedAccountReference\": \"12\",\n                \"rateLimit\": \"\",\n                \"size\": \"\",\n                \"speed\": \"1000\"\n            },\n            {\n                \"shortProductUid\": \"a69d851d\",\n                \"productUid\": \"a69d851d-d5f9-44b8-a02a-c47fcd8e58f1\",\n                \"description\": \"146406 tac-test-vxc-service-key-partner-root (postpaid)\",\n                \"productName\": \"tac-test-vxc-service-key-partner-root\",\n                \"billableCode\": \"VXC\",\n                \"chargeType\": \"\",\n                \"start\": 1701388800000,\n                \"end\": 1703980800000,\n                \"chargePeriod\": {\n                    \"start\": 1701388800000,\n                    \"end\": 1703980800000\n                },\n                \"chargedFromTo\": \"From 1/12/2023 to 31/12/2023\",\n                \"nominalDueDate\": 0,\n                \"tax\": 30.6,\n                \"taxRate\": 0.4179,\n                \"unitPrice\": 139,\n                \"promocode\": \"\",\n                \"managedAccountReference\": \"\",\n                \"rateLimit\": \"100\",\n                \"size\": \"\",\n                \"speed\": \"\"\n            },\n            {\n                \"shortProductUid\": \"4edfa0b0\",\n                \"productUid\": \"4edfa0b0-062b-428d-8b37-04da13bcc7cd\",\n                \"description\": \"135407 tac-test-mcr-partner-root (postpaid)\",\n                \"productName\": \"tac-test-mcr-partner-root\",\n                \"billableCode\": \"MCR\",\n                \"chargeType\": \"\",\n                \"start\": 1701388800000,\n                \"end\": 1703980800000,\n                \"chargePeriod\": {\n                    \"start\": 1701388800000,\n                    \"end\": 1703980800000\n                },\n                \"chargedFromTo\": \"From 1/12/2023 to 31/12/2023\",\n                \"nominalDueDate\": 0,\n                \"tax\": 46.89,\n                \"taxRate\": 0.0865,\n                \"unitPrice\": 540,\n                \"promocode\": \"\",\n                \"managedAccountReference\": \"\",\n                \"rateLimit\": \"\",\n                \"size\": \"\",\n                \"speed\": \"1000\"\n            },\n            {\n                \"shortProductUid\": \"17278e21\",\n                \"productUid\": \"17278e21-0cad-4c73-ac8c-7f2ba9a50534\",\n                \"description\": \"146408 tac-test-vxc-sk-single-1 (postpaid)\",\n                \"productName\": \"tac-test-vxc-sk-single-1\",\n                \"billableCode\": \"VXC\",\n                \"chargeType\": \"\",\n                \"start\": 1701388800000,\n                \"end\": 1703980800000,\n                \"chargePeriod\": {\n                    \"start\": 1701388800000,\n                    \"end\": 1703980800000\n                },\n                \"chargedFromTo\": \"From 1/12/2023 to 31/12/2023\",\n                \"nominalDueDate\": 0,\n                \"tax\": 60.28,\n                \"taxRate\": 0.4179,\n                \"unitPrice\": 273.94,\n                \"promocode\": \"\",\n                \"managedAccountReference\": \"\",\n                \"rateLimit\": \"446\",\n                \"size\": \"\",\n                \"speed\": \"\"\n            },\n            {\n                \"shortProductUid\": \"79e0b484\",\n                \"productUid\": \"79e0b484-9366-46b4-9b62-fa10d8f6d372\",\n                \"description\": \"164739 pb-vxc-test-new (postpaid)\",\n                \"productName\": \"pb-vxc-test-new\",\n                \"billableCode\": \"VXC\",\n                \"chargeType\": \"\",\n                \"start\": 1701388800000,\n                \"end\": 1703980800000,\n                \"chargePeriod\": {\n                    \"start\": 1701388800000,\n                    \"end\": 1703980800000\n                },\n                \"chargedFromTo\": \"From 1/12/2023 to 31/12/2023\",\n                \"nominalDueDate\": 0,\n                \"tax\": 64.05,\n                \"taxRate\": 0.4179,\n                \"unitPrice\": 291.04,\n                \"promocode\": \"\",\n                \"managedAccountReference\": \"\",\n                \"rateLimit\": \"50\",\n                \"size\": \"\",\n                \"speed\": \"\"\n            },\n            {\n                \"shortProductUid\": \"d025aed2\",\n                \"productUid\": \"d025aed2-1834-4b04-8391-1e0a59b316a2\",\n                \"description\": \"165474 pb-test-new-approvalN (postpaid)\",\n                \"productName\": \"pb-test-new-approvalN\",\n                \"billableCode\": \"VXC\",\n                \"chargeType\": \"\",\n                \"start\": 1701388800000,\n                \"end\": 1703980800000,\n                \"chargePeriod\": {\n                    \"start\": 1701388800000,\n                    \"end\": 1703980800000\n                },\n                \"chargedFromTo\": \"From 1/12/2023 to 31/12/2023\",\n                \"nominalDueDate\": 0,\n                \"tax\": 49.85,\n                \"taxRate\": 0.4879,\n                \"unitPrice\": 112,\n                \"promocode\": \"\",\n                \"managedAccountReference\": \"\",\n                \"rateLimit\": \"50\",\n                \"size\": \"\",\n                \"speed\": \"\"\n            },\n            {\n                \"shortProductUid\": \"78295309\",\n                \"productUid\": \"78295309-5d69-4516-ac44-616777d1b75c\",\n                \"description\": \"146494 tac-test-vxc-multi-2 (postpaid)\",\n                \"productName\": \"tac-test-vxc-multi-2\",\n                \"billableCode\": \"VXC\",\n                \"chargeType\": \"\",\n                \"start\": 1701388800000,\n                \"end\": 1703980800000,\n                \"chargePeriod\": {\n                    \"start\": 1701388800000,\n                    \"end\": 1703980800000\n                },\n                \"chargedFromTo\": \"From 1/12/2023 to 31/12/2023\",\n                \"nominalDueDate\": 0,\n                \"tax\": 58.98,\n                \"taxRate\": 0.5279,\n                \"unitPrice\": 124,\n                \"promocode\": \"\",\n                \"managedAccountReference\": \"\",\n                \"rateLimit\": \"100\",\n                \"size\": \"\",\n                \"speed\": \"\"\n            },\n            {\n                \"shortProductUid\": \"0f44faa9\",\n                \"productUid\": \"0f44faa9-7b02-4cf8-b18c-e882c13060b3\",\n                \"description\": \"146495 tac-test-vxc-multi-3 (postpaid)\",\n                \"productName\": \"tac-test-vxc-multi-3\",\n                \"billableCode\": \"VXC\",\n                \"chargeType\": \"\",\n                \"start\": 1701388800000,\n                \"end\": 1703980800000,\n                \"chargePeriod\": {\n                    \"start\": 1701388800000,\n                    \"end\": 1703980800000\n                },\n                \"chargedFromTo\": \"From 1/12/2023 to 31/12/2023\",\n                \"nominalDueDate\": 0,\n                \"tax\": 58.98,\n                \"taxRate\": 0.5279,\n                \"unitPrice\": 124,\n                \"promocode\": \"\",\n                \"managedAccountReference\": \"\",\n                \"rateLimit\": \"100\",\n                \"size\": \"\",\n                \"speed\": \"\"\n            }\n        ]\n    }\n}"}],"_postman_id":"3a8b2c1f-4344-4e5c-af6a-aa1d0b8859cf"},{"name":"Single Invoice PDF (v2)","id":"4bcda9c7-2fe2-4ab8-a2a8-8f95f9071cfd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v2/company/${companyId}/invoice/${invoiceId}/pdf","description":"<p>Returns a PDF version of the invoice for the specified <code>companyId</code> and <code>invoiceid</code>.</p>\n<p>Use the GET Company Details <code>/v2/company/companyUid</code> endpoint to find the <code>companyId</code>.</p>\n","urlObject":{"path":["v2","company","${companyId}","invoice","${invoiceId}","pdf"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"3b6f3329-4092-4faf-b467-e03751173bb0","name":"Single Invoice PDF (v2)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v2/company/49768/invoice/USA00049464/PDF"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/pdf","description":""}],"cookie":[],"responseTime":null,"body":"(PDF File)"}],"_postman_id":"4bcda9c7-2fe2-4ab8-a2a8-8f95f9071cfd"},{"name":"Single Invoice CSV (v2)","id":"ac1a9c9b-1aef-4b76-981a-1f3bd1641ca2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v2/company/${companyId}/invoice/${invoiceId}/csv","description":"<p>Returns a CSV version of the invoice for the specified <code>companyId</code> and <code>invoiceid</code>.</p>\n<p>Use the GET Company Details <code>/v2/company/companyUid</code> endpoint to find the <code>companyId</code>.</p>\n","urlObject":{"path":["v2","company","${companyId}","invoice","${invoiceId}","csv"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"8dc7a8da-0b27-43f8-9991-7fd7fe3a74a7","name":"Single Invoice CSV (v2)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v2/company/49768/invoice/USA00049464/CSV"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/pdf","description":""}],"cookie":[],"responseTime":null,"body":"(CSV File)"}],"_postman_id":"ac1a9c9b-1aef-4b76-981a-1f3bd1641ca2"}],"id":"ac8a9029-0423-4984-92b7-aac01d0cb5e3","description":"<p>New version 3 (v3) invoice endpoints are now available. We strongly recommend that you use these new endpoints for downloading and working with invoices. Version 2 (v2) invoice endpoints will be deprecated and no longer supported by June 30 2025.</p>\n","_postman_id":"ac8a9029-0423-4984-92b7-aac01d0cb5e3"},{"name":"Invoices (v3)","id":"a64d91a2-079c-4cc6-97e6-9e831e63f5a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v3/company/${companyUid}/invoice/supplierId/{supplierId}?fromDate=${fromDate}&toDate=${toDate}","description":"<p>Returns a list of all the invoices for the company and billing market combination, for the specified date range.</p>\n<p>You can find the <code>companyUid</code> and <code>supplierId</code> from the following Megaport endpoints:</p>\n<ul>\n<li><p><code>companyUid</code> is returned in the GET Product List <code>/v2/products</code> endpoint or the GET API Keys <code>/v2/auth/apikeys</code> endpoint.</p>\n</li>\n<li><p><code>supplierId</code> is the \"firstPartyId\" returned in the GET Billing Markets <code>/v2/market</code> endpoint for the relevant supplier.</p>\n</li>\n</ul>\n<p><strong>Note:</strong> A 401 error is returned if the user does not have Finance permissions in the specified company. For more information, see <a href=\"https://docs.megaport.com/portal-admin/user-management/roles/\">Managing User Roles</a>.</p>\n","urlObject":{"path":["v3","company","${companyUid}","invoice","supplierId","{supplierId}"],"host":["{{baseUrl}}"],"query":[{"description":{"content":"<p>The start date for which to return all invoices for the company / billing market combination. Enter the date in the format: yyyy-mm-dd. (Optional)</p>\n","type":"text/plain"},"key":"fromDate","value":"${fromDate}"},{"description":{"content":"<p>The end date for which to return all invoices for the company / billing market combination. Enter the date in the format: yyyy-mm-dd. (Optional).</p>\n","type":"text/plain"},"key":"toDate","value":"${toDate}"}],"variable":[]}},"response":[{"id":"8a7a7c89-4284-4951-bf55-73c4c48a1e8a","name":"Invoices (v3)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer •••••••"}],"url":{"raw":"https://api-staging.megaport.com/v3/company/1/invoice/supplierId/1153/?fromDate=2023-02-05&toDate=2024-02-05","protocol":"https","host":["api-staging","megaport","com"],"path":["v3","company","1","invoice","supplierId","1153",""],"query":[{"key":"fromDate","value":"2023-02-05","description":"The start date for which to return all invoices for the company / billing market combination."},{"key":"toDate","value":"2024-02-05","description":"The end date for which to return all invoices for the company / billing market combination."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 12 Apr 2023 07:09:45 GMT"},{"key":"Content-Type","value":"application/json","description":""},{"key":"Content-Length","value":"202"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Set-Cookie","value":"JSESSIONID=453DE660CF55D1319621418125F7C4F7; Path=/; HttpOnly"},{"key":"UOW","value":"048b7fee-b921-4037-be4d-459fbddef375"},{"key":"ETag","value":"\"0581d4c22c757e910bf86b86cd2b82034\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invoice list for customer [1]\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": {\n        \"$id\": 1,\n        \"batchId\": 1,\n        \"invoices\": [\n            {\n                \"$id\": 2,\n                \"invoiceId\": \"AUS00012345\",\n                \"invoiceDate\": \"2023-11-01T12:00:00\",\n                \"dueDate\": \"2023-12-01T12:00:00\",\n                \"invoiceAmount\": 2420,\n                \"currencyCode\": \"AUD\",\n                \"openBalance\": 0\n            },\n            {\n                \"$id\": 3,\n                \"invoiceId\": \"AUS00012346\",\n                \"invoiceDate\": \"2023-12-01T12:00:00\",\n                \"dueDate\": \"2023-12-31T12:00:00\",\n                \"invoiceAmount\": 2420,\n                \"currencyCode\": \"AUD\",\n                \"openBalance\": 0\n            },\n            {\n                \"$id\": 4,\n                \"invoiceId\": \"AUS00012347\",\n                \"invoiceDate\": \"2024-01-02T12:00:00\",\n                \"dueDate\": \"2024-02-01T12:00:00\",\n                \"invoiceAmount\": 2420,\n                \"currencyCode\": \"AUD\",\n                \"openBalance\": 0\n            }\n        ]\n    }\n}"}],"_postman_id":"a64d91a2-079c-4cc6-97e6-9e831e63f5a6"},{"name":"Single Invoice (v3)","id":"ec73ac08-91bd-42fb-a793-1f0ac36fa0a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v3/company/{companyUid}/supplier/{supplierId}/invoice/{invoiceid}","description":"<p>Returns the invoice for the specified <code>companyUid</code>, <code>supplierId</code>, and <code>invoiceId</code> in JSON format.</p>\n<p>You can find the <code>companyUid</code> and <code>supplierId</code> from the following Megaport endpoints:</p>\n<ul>\n<li><p><code>companyUid</code> is returned in the GET Product List <code>/v2/products</code> endpoint or the GET API Keys <code>/v2/auth/apikeys</code> endpoint.</p>\n</li>\n<li><p><code>supplierId</code> is the \"firstPartyId\" returned in the GET Billing Markets <code>/v2/market</code> endpoint for the relevant supplier.</p>\n</li>\n</ul>\n<p><strong>Note:</strong> A 401 error is returned if the user does not have Finance permissions in the specified company. For more information, see <a href=\"https://docs.megaport.com/portal-admin/user-management/roles/\">Managing User Roles</a>.</p>\n","urlObject":{"path":["v3","company","{companyUid}","supplier","{supplierId}","invoice","{invoiceid}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"0d726807-f729-430f-8138-f8889fae0f95","name":"Single Invoice (v3)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v3/company/1/supplier/1153/invoice/AUS00012345"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 05 Sep 2022 05:00:03 GMT"},{"key":"Content-Type","value":"application/json","description":""},{"key":"Content-Length","value":"202"},{"key":"Connection","value":"keep-alive"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Set-Cookie","value":"JSESSIONID=3BB4A5EE904D1BB55435EFC410E5C590; Path=/; HttpOnly"},{"key":"UOW","value":"2be438ac-b7ac-49fa-9cf7-f170e175e374"},{"key":"ETag","value":"\"0581d4c22c757e910bf86b86cd2b82034\""},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Found invoice AUS00012345\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": {\n        \"invoiceId\": 1,\n        \"invoiceNumber\": \"AUS00012345\",\n        \"companyName\": \"Netflix\",\n        \"companyId\": \"1\",\n        \"consumerId\": \"1\",\n        \"supplierId\": \"808\",\n        \"lineItemTotal\": 2200,\n        \"taxRate\": 0.1,\n        \"taxTotal\": 220,\n        \"grandTotal\": 2420,\n        \"dueAmount\": 0,\n        \"currencyEnum\": \"AUD\",\n        \"marketLineItemTotal\": 2200,\n        \"marketTaxTotal\": 220,\n        \"marketGrandTotal\": 2420,\n        \"marketCurrencyEnum\": \"AUD\",\n        \"mixedCurrency\": false,\n        \"dueDate\": 1701388800000,\n        \"previousInvoiceDate\": 1696291200000,\n        \"previousInvoiceId\": 2,\n        \"createDate\": 1698796800000,\n        \"lineItems\": [\n            {\n                \"shortProductUid\": \"1234abcd\",\n                \"productUid\": \"\",\n                \"description\": \"Port 1 MEGAPORT recurring\",\n                \"productName\": \"\",\n                \"billableCode\": \"Port\",\n                \"chargeType\": \"\",\n                \"start\": 1698796800000,\n                \"end\": 1701302400000,\n                \"chargePeriod\": {\n                    \"start\": 1698796800000,\n                    \"end\": 1701302400000\n                },\n                \"chargedFromTo\": \"From 11/1/2023 to 11/30/2023\",\n                \"nominalDueDate\": 0,\n                \"tax\": 110,\n                \"taxRate\": 0.1,\n                \"unitPrice\": 1100,\n                \"promocode\": \"\",\n                \"managedAccountReference\": \"\",\n                \"rateLimit\": \"\",\n                \"size\": \"\",\n                \"speed\": \"\"\n            },\n            {\n                \"shortProductUid\": \"abcd1234\",\n                \"productUid\": \"\",\n                \"description\": \"Port 2 MEGAPORT recurring\",\n                \"productName\": \"\",\n                \"billableCode\": \"Port\",\n                \"chargeType\": \"\",\n                \"start\": 1698796800000,\n                \"end\": 1701302400000,\n                \"chargePeriod\": {\n                    \"start\": 1698796800000,\n                    \"end\": 1701302400000\n                },\n                \"chargedFromTo\": \"From 11/1/2023 to 11/30/2023\",\n                \"nominalDueDate\": 0,\n                \"tax\": 110,\n                \"taxRate\": 0.1,\n                \"unitPrice\": 1100,\n                \"promocode\": \"\",\n                \"managedAccountReference\": \"\",\n                \"rateLimit\": \"\",\n                \"size\": \"\",\n                \"speed\": \"\"\n            }\n        ]\n    }\n}"}],"_postman_id":"ec73ac08-91bd-42fb-a793-1f0ac36fa0a5"},{"name":"Single Invoice PDF (v3)","id":"16d6f064-7dd3-4a94-8d9a-2e705e15379a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v3/company/{companyUid}/supplier/{supplierId}/invoice/{invoiceid}/pdf","description":"<p>Returns a PDF version of the invoice for the specified <code>companyUid</code>, <code>supplierId</code>, and <code>invoiceId</code>.</p>\n<p>You can find the <code>companyUid</code> and <code>supplierId</code> from the following Megaport endpoints:</p>\n<ul>\n<li><p><code>companyUid</code> is returned in the GET Product List <code>/v2/products</code> endpoint or the GET API Keys <code>/v2/auth/apikeys</code> endpoint.</p>\n</li>\n<li><p><code>supplierId</code> is the \"firstPartyId\" returned in the GET Billing Markets <code>/v2/market</code> endpoint for the relevant supplier.</p>\n</li>\n</ul>\n<p><strong>Note:</strong> A 401 error is returned if the user does not have Finance permissions in the specified company. For more information, see <a href=\"https://docs.megaport.com/portal-admin/user-management/roles/\">Managing User Roles</a>.</p>\n","urlObject":{"path":["v3","company","{companyUid}","supplier","{supplierId}","invoice","{invoiceid}","pdf"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"df33901b-88ed-4b38-a40d-050ce070679f","name":"Single Invoice PDF (v3)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v3/company/1/supplier/1153/invoice/AUS00012345/PDF"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/pdf","description":""}],"cookie":[],"responseTime":null,"body":"(PDF File)"}],"_postman_id":"16d6f064-7dd3-4a94-8d9a-2e705e15379a"},{"name":"Single Invoice CSV (v3)","id":"372355af-0510-4d25-8530-ccf1d96f5fe9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v3/company/{companyUid}/supplier/{supplierId}/invoice/{invoiceid}/csv","description":"<p>Returns a CSV version of the invoice for the specified <code>companyUid</code>, <code>supplierId</code>, and <code>invoiceId</code>.</p>\n<p>You can find the <code>companyUid</code> and <code>supplierId</code> from the following Megaport endpoints:</p>\n<ul>\n<li><p><code>companyUid</code> is returned in the GET Product List <code>/v2/products</code> endpoint or the GET API Keys <code>/v2/auth/apikeys</code> endpoint.</p>\n</li>\n<li><p><code>supplierId</code> is the \"firstPartyId\" returned in the GET Billing Markets <code>/v2/market</code> endpoint for the relevant supplier.</p>\n</li>\n</ul>\n<p><strong>Note:</strong> A 401 error is returned if the user does not have Finance permissions in the specified company. For more information, see <a href=\"https://docs.megaport.com/portal-admin/user-management/roles/\">Managing User Roles</a>.</p>\n","urlObject":{"path":["v3","company","{companyUid}","supplier","{supplierId}","invoice","{invoiceid}","csv"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"bc928408-0d41-4b85-8053-1600e5089a6c","name":"Single Invoice CSV (v3)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v3/company/1/supplier/1153/invoice/AUS00012345/CSV"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/pdf","description":""}],"cookie":[],"responseTime":null,"body":"(CSV File)"}],"_postman_id":"372355af-0510-4d25-8530-ccf1d96f5fe9"}],"id":"9e52f867-23a5-4551-82c1-81c8442ffefa","description":"<p>With the appropriate permissions, you can download and print invoices.</p>\n<p>You can get a list of all invoices, or you can download a specific invoice (available in JSON, PDF, and CSV format).</p>\n","_postman_id":"9e52f867-23a5-4551-82c1-81c8442ffefa"},{"name":"Activity Logs","item":[{"name":"Version 2 (v2) endpoints - to be deprecated July 2025","item":[{"name":"User Activity","id":"c1ec70f7-a5bc-4550-b7ec-7ce392e69800","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v2/activity?personIdOrUid={personID}&companyIdOrUid={companyID}&page=0","description":"<p>Returns a log of user activity in the Megaport Portal.</p>\n<p>You can retrieve your own personal activities when a request is made without specifying any optional parameters. As a Company Admin, you can also retrieve logs for a specific user, or for all users within a specific company.</p>\n<p>You can find the <code>personId</code>, <code>personUid</code>, <code>companyId</code>, and <code>companyUid</code> from the following Megaport endpoints:</p>\n<ul>\n<li><p><code>personId</code>, <code>personUid</code>, and <code>companyUid</code> are returned in the GET List Company Users <code>/v2/employment</code> endpoint.</p>\n</li>\n<li><p><code>companyId</code> is returned in the GET Company Details <code>/v2/company/companyUid</code> endpoint.</p>\n</li>\n</ul>\n<p>The response contains details including the user's name, the user's ID (personId), a description of the activity that occurred, the name of the activity, the IP address, the date the activity occurred, and whether the user receives Megaport newsletters and promotional material. <code>eventDate</code> is returned in UNIX timestamp date format. You can use tools such as <a href=\"https://www.epochconverter.com/\">https://www.epochconverter.com/</a> or <a href=\"https://it-tools.tech/date-converter\">https://it-tools.tech/date-converter</a> to convert the date to a human-readable format.</p>\n<h3 id=\"who-can-view-activities\"><strong>Who can view activities?</strong></h3>\n<p>Every user can retrieve their personal activities when a request is made without specifying any optional parameters. Every user can also retrieve someone else's activities if the <em>personIdOrUid</em> parameter is passed, and if the user targeted is part of the same company of the user running the request, otherwise an error is returned.</p>\n<p>Company Admins can retrieve all of the activities of the company the user belongs to using the <em>companyIdOrUid</em> parameter. However, the same request by a user who is not a Company Admin will return an error with the message <em>\"Missing the</em> <em>required permission [company_admin]\"</em>. The same result is returned if a Company Admin attempts to access a different company's activities.</p>\n<h3 id=\"what-activities-are-logged\"><strong>What activities are logged?</strong></h3>\n<p>For a full list of the activities that are recorded, see <a href=\"https://docs.megaport.com/portal-admin/activity-logs/#what-information-is-logged\">What information is logged</a>.</p>\n","urlObject":{"path":["v2","activity"],"host":["{{baseUrl}}"],"query":[{"description":{"content":"<p>The unique identifier for a Megaport user. (Optional - string)</p>\n","type":"text/plain"},"key":"personIdOrUid","value":"{personID}"},{"description":{"content":"<p>The unique identifier for a Megaport company. (Optional - string)</p>\n","type":"text/plain"},"key":"companyIdOrUid","value":"{companyID}"},{"description":{"content":"<p>(Optional - Page number, default 0)</p>\n","type":"text/plain"},"key":"page","value":"0"}],"variable":[]}},"response":[{"id":"857cbe03-c517-42f0-b4a5-6f4f8ec9cf1e","name":"User Activity - Your Activities (Login Only)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":{"raw":"{{baseUrl}}/v2/activity","host":["{{baseUrl}}"],"path":["v2","activity"],"query":[{"key":"personIdOrUid","value":"{personID}","description":"The unique identifier for a Megaport user. (Optional - string)","disabled":true},{"key":"companyIdOrUid","value":"{companyID}","description":"The unique identifier for a Megaport company. (Optional - string)","disabled":true},{"key":"page","value":"0","description":"(Optional - Page number, default 0)","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 22 Mar 2024 00:36:23 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"437"},{"key":"Connection","value":"keep-alive"},{"key":"strict-transport-security","value":"max-age=31536000; preload"},{"key":"x-correlation-id","value":"cc80969d-f571-4ce3-9def-c216acaf7dec"},{"key":"x-amzn-trace-id","value":"Root=1-65fcd287-38dbc6a2108b605914467040"},{"key":"trace-id","value":"d87af1f677abfc1caf315a3ae950ae55"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"uow","value":"8e8ca487-a876-4208-8475-a6fb4ef40bd8"},{"key":"set-cookie","value":"JSESSIONID=2AA4262BA7628E38ADB46E2AA930F4E7; Path=/; HttpOnly"},{"key":"server-timing","value":"app;dur=79"},{"key":"etag","value":"\"039697bc2864812631f8629323c8f5946\""}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Your activities\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"personName\": \"Bryan Brown\",\n            \"personId\": 50402,\n            \"description\": \"Bryan Brown: Successful manual login\",\n            \"name\": \"Login\",\n            \"ipAddress\": \"124.190.12.121\",\n            \"eventDate\": 1711067696076,\n            \"systemActivity\": false,\n            \"activityId\": null,\n            \"index\": null,\n            \"megaportalNews\": null,\n            \"megasphereNews\": null,\n            \"style\": {},\n            \"data\": {}\n        }\n    ]\n}"},{"id":"217cf242-a973-4f50-a9f6-812fd4beb2ce","name":"User Activity - Your Activities (Various Activities)","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":{"raw":"{{baseUrl}}/v2/activity","host":["{{baseUrl}}"],"path":["v2","activity"],"query":[{"key":"personIdOrUid","value":"{personID}","description":"The unique identifier for a Megaport user. (Optional - string)","disabled":true},{"key":"companyIdOrUid","value":"{companyID}","description":"The unique identifier for a Megaport company. (Optional - string)","disabled":true},{"key":"page","value":"0","description":"(Optional - Page number, default 0)","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 22 Mar 2024 00:53:49 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"15133"},{"key":"Connection","value":"keep-alive"},{"key":"strict-transport-security","value":"max-age=31536000; preload"},{"key":"x-correlation-id","value":"50fa979a-0544-4543-94d5-00d56284e043"},{"key":"x-amzn-trace-id","value":"Root=1-65fcd69d-431f1c5a77aad71c73c637f5"},{"key":"trace-id","value":"64d43cddfa267c84cec853671a5da737"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"uow","value":"b7ee4741-1369-43d6-9686-e513dde16497"},{"key":"server-timing","value":"app;dur=210"},{"key":"etag","value":"\"085830838db22952a662cb330766a1b02\""}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Your activities\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"personName\": \"Bryan Brown\",\n            \"personId\": 50402,\n            \"description\": \"Bryan Brown: Successful logout\",\n            \"name\": \"Logout\",\n            \"ipAddress\": \"124.190.12.121\",\n            \"eventDate\": 1711068817793,\n            \"systemActivity\": false,\n            \"activityId\": null,\n            \"index\": null,\n            \"megaportalNews\": null,\n            \"megasphereNews\": null,\n            \"style\": {},\n            \"data\": {}\n        },\n        {\n            \"personName\": \"Bryan Brown\",\n            \"personId\": 50402,\n            \"description\": \"Bryan Brown: Service [191748] updated with fields [name -> 5GNetworks Data Center @ Melbourne - Versa MVE, costCentre -> 123456789, marketplaceVisibility -> false, term -> 24]\",\n            \"name\": \"Service Updated\",\n            \"ipAddress\": \"124.190.12.121\",\n            \"eventDate\": 1711068778857,\n            \"systemActivity\": false,\n            \"activityId\": null,\n            \"index\": null,\n            \"megaportalNews\": null,\n            \"megasphereNews\": null,\n            \"style\": {},\n            \"data\": {}\n        },\n        {\n            \"personName\": \"Bryan Brown\",\n            \"personId\": 50402,\n            \"description\": \"Bryan Brown: Product [bf3ff64b-cc6c-4f53-94a4-3dd174b0e944] changed to 24 months term.\",\n            \"name\": \"Port Term Change Successful\",\n            \"ipAddress\": \"124.190.12.121\",\n            \"eventDate\": 1711068778407,\n            \"systemActivity\": false,\n            \"activityId\": null,\n            \"index\": null,\n            \"megaportalNews\": null,\n            \"megasphereNews\": null,\n            \"style\": {},\n            \"data\": {}\n        },\n        {\n            \"personName\": \"Bryan Brown\",\n            \"personId\": 50402,\n            \"description\": \"Bryan Brown: Service [191741] updated with fields [name -> GB PORT to Megaport Internet, secondaryName -> GB PORT to Megaport Internet, rateLimit -> 5000, term -> null, costCentre -> null, dealUid -> null, aEndVlan -> 2042, shutdown -> false]\",\n            \"name\": \"Service Updated\",\n            \"ipAddress\": \"124.190.12.121\",\n            \"eventDate\": 1711068760447,\n            \"systemActivity\": false,\n            \"activityId\": null,\n            \"index\": null,\n            \"megaportalNews\": null,\n            \"megasphereNews\": null,\n            \"style\": {},\n            \"data\": {}\n        },\n        {\n            \"personName\": \"Bryan Brown\",\n            \"personId\": 50402,\n            \"description\": \"Bryan Brown: Service [191741] updated with fields [name -> GB PORT to Megaport Internet, secondaryName -> GB PORT to Megaport Internet, rateLimit -> 5000, term -> null, costCentre -> null, dealUid -> null, aEndVlan -> 2042, shutdown -> false]\",\n            \"name\": \"Service Updated\",\n            \"ipAddress\": \"124.190.12.121\",\n            \"eventDate\": 1711068753518,\n            \"systemActivity\": false,\n            \"activityId\": null,\n            \"index\": null,\n            \"megaportalNews\": null,\n            \"megasphereNews\": null,\n            \"style\": {},\n            \"data\": {}\n        },\n        {\n            \"personName\": \"Bryan Brown\",\n            \"personId\": 50402,\n            \"description\": \"Bryan Brown: Service [191741] updated with fields [name -> GB PORT to Megaport Internet, rateLimit -> 5000, term -> 24, aEndConfig -> {connectType=DEFAULT}, aEndVlan -> 2042, shutdown -> false]\",\n            \"name\": \"Service Updated\",\n            \"ipAddress\": \"124.190.12.121\",\n            \"eventDate\": 1711068751706,\n            \"systemActivity\": false,\n            \"activityId\": null,\n            \"index\": null,\n            \"megaportalNews\": null,\n            \"megasphereNews\": null,\n            \"style\": {},\n            \"data\": {}\n        },\n        {\n            \"personName\": \"Bryan Brown\",\n            \"personId\": 50402,\n            \"description\": \"Bryan Brown: Product [edcc64d7-0d3f-4923-8e34-93eee578f26b] changed to 24 months term.\",\n            \"name\": \"Port Term Change Successful\",\n            \"ipAddress\": \"124.190.12.121\",\n            \"eventDate\": 1711068751687,\n            \"systemActivity\": false,\n            \"activityId\": null,\n            \"index\": null,\n            \"megaportalNews\": null,\n            \"megasphereNews\": null,\n            \"style\": {},\n            \"data\": {}\n        },\n        {\n            \"personName\": \"Bryan Brown\",\n            \"personId\": 50402,\n            \"description\": \"Bryan Brown: New Order via API [MegaportServiceDto{productType=MCR2, createDate=Fri Mar 22 10:44:38 AEST 2024, productUid=4a0b0969-e11e-4db5-9395-dc9685e1649f, portSpeed=10000, lagPortCount=null, terminateDate=null, requestDate=null, market='null', marketplaceVisibility=false, vxcpermitted=true, vxcAutoApproval=false, isVirtual=true, associatedVxcs=[], associatedIxs=[], buyoutPort=false, config=ConfigDto{mcrAsn=null, lag=null, lag_service_id=null, mcrVersion=2, bgpShutdownDefault=false, diversityZone='blue', customProperties={}}, serviceLicence=null}MegaportServiceDto{productType=MVE, createDate=Fri Mar 22 10:45:23 AEST 2024, productUid=bf3ff64b-cc6c-4f53-94a4-3dd174b0e944, portSpeed=null, lagPortCount=null, terminateDate=null, requestDate=null, market='null', marketplaceVisibility=false, vxcpermitted=true, vxcAutoApproval=false, isVirtual=true, associatedVxcs=[VxcDto{aEnd=EndServiceDto{productUid='bf3ff64b-cc6c-4f53-94a4-3dd174b0e944', nServiceId='null', productName='null', vlan=0, innerVlan=-1, vxcPermitted=true, locationId=23, metroId=null, locationUid='null', vnic=0, config=[]}, bEnd=EndServiceDto{productUid='874dbcff-a1f9-4328-9c08-112cd87c20f6', nServiceId='null', productName='null', vlan=0, innerVlan=null, vxcPermitted=true, locationId=23, metroId=null, locationUid='null', vnic=null, config=[complete -> false, connectType -> TRANSIT, fixedBandwidths -> null]}, partnerConfigs=[], shutdown='false'AbstractServiceDto{productUid='79f720b0-e7e5-11ee-ae96-07565212e66f', locationId=null, metroId=null, term=12, locationUid='null', productName='5GNetworks Data Center @ Melbourne - Versa MVE to Megaport Internet', productType='VXC', provisioningStatus='DESIGN', nServiceId=null, rateLimit=10000, promoCode='null', dealUid='null', costCentre='null', deployDate=null, secondaryName=null}}], associatedIxs=[], buyoutPort=false, config=ConfigDto{mcrAsn=null, lag=null, lag_service_id=null, mcrVersion=null, bgpShutdownDefault=false, diversityZone='blue', customProperties={filename=}}, serviceLicence=null}]\",\n            \"name\": \"New API Order\",\n            \"ipAddress\": \"124.190.12.121\",\n            \"eventDate\": 1711068697751,\n            \"systemActivity\": false,\n            \"activityId\": null,\n            \"index\": null,\n            \"megaportalNews\": null,\n            \"megasphereNews\": null,\n            \"style\": {},\n            \"data\": {}\n        },\n        {\n            \"personName\": \"Bryan Brown\",\n            \"personId\": 50402,\n            \"description\": \"Bryan Brown: New Order validated via API [MegaportServiceDto{productType=MCR2, createDate=Fri Mar 22 10:44:38 AEST 2024, productUid=5fc24bc1-e7e5-11ee-ae96-07565212e66f, portSpeed=10000, lagPortCount=null, terminateDate=null, requestDate=null, market='null', marketplaceVisibility=false, vxcpermitted=true, vxcAutoApproval=false, isVirtual=true, associatedVxcs=[], associatedIxs=[], buyoutPort=false, config=ConfigDto{mcrAsn=null, lag=null, lag_service_id=null, mcrVersion=2, bgpShutdownDefault=false, diversityZone='blue', customProperties={}}, serviceLicence=null}MegaportServiceDto{productType=MVE, createDate=Fri Mar 22 10:45:23 AEST 2024, productUid=5fc24bc1-e7e5-11ee-ae96-07565212e66f, portSpeed=null, lagPortCount=null, terminateDate=null, requestDate=null, market='null', marketplaceVisibility=false, vxcpermitted=true, vxcAutoApproval=false, isVirtual=true, associatedVxcs=[VxcDto{aEnd=EndServiceDto{productUid='5fc24bc1-e7e5-11ee-ae96-07565212e66f', nServiceId='null', productName='null', vlan=0, innerVlan=-1, vxcPermitted=true, locationId=23, metroId=null, locationUid='null', vnic=0, config=[]}, bEnd=EndServiceDto{productUid='874dbcff-a1f9-4328-9c08-112cd87c20f6', nServiceId='null', productName='null', vlan=0, innerVlan=null, vxcPermitted=true, locationId=23, metroId=null, locationUid='null', vnic=null, config=[complete -> false, connectType -> TRANSIT, fixedBandwidths -> null]}, partnerConfigs=[], shutdown='false'AbstractServiceDto{productUid='79f720b1-e7e5-11ee-ae96-07565212e66f', locationId=null, metroId=null, term=12, locationUid='null', productName='5GNetworks Data Center @ Melbourne - Versa MVE to Megaport Internet', productType='VXC', provisioningStatus='DESIGN', nServiceId=null, rateLimit=10000, promoCode='null', dealUid='null', costCentre='null', deployDate=null, secondaryName=null}}], associatedIxs=[], buyoutPort=false, config=ConfigDto{mcrAsn=null, lag=null, lag_service_id=null, mcrVersion=null, bgpShutdownDefault=false, diversityZone='blue', customProperties={filename=}}, serviceLicence=null}]\",\n            \"name\": \"New API Order Validation\",\n            \"ipAddress\": \"124.190.12.121\",\n            \"eventDate\": 1711068350705,\n            \"systemActivity\": false,\n            \"activityId\": null,\n            \"index\": null,\n            \"megaportalNews\": null,\n            \"megasphereNews\": null,\n            \"style\": {},\n            \"data\": {}\n        },\n        {\n            \"personName\": \"Bryan Brown\",\n            \"personId\": 50402,\n            \"description\": \"Bryan Brown: New Order via API [MegaportServiceDto{productType=MEGAPORT, createDate=Fri Mar 22 10:38:17 AEST 2024, productUid=beb41a11-12aa-47a5-a1db-bb2b1b92f69e, portSpeed=10000, lagPortCount=null, terminateDate=null, requestDate=null, market='AU', marketplaceVisibility=false, vxcpermitted=true, vxcAutoApproval=false, isVirtual=false, associatedVxcs=[VxcDto{aEnd=EndServiceDto{productUid='beb41a11-12aa-47a5-a1db-bb2b1b92f69e', nServiceId='null', productName='null', vlan=0, innerVlan=null, vxcPermitted=true, locationId=23, metroId=null, locationUid='null', vnic=null, config=[]}, bEnd=EndServiceDto{productUid='59dc60db-de7c-4a33-b33c-b6b6741cb531', nServiceId='null', productName='null', vlan=0, innerVlan=null, vxcPermitted=true, locationId=46, metroId=null, locationUid='null', vnic=null, config=[amazonAsn -> null, authKey -> null, prefixes -> null, connectType -> AWS, amazonIpAddress -> null, name -> Example VXC, customerIpAddress -> null, type -> private, ownerAccount -> 684021030471, complete -> true, asn -> 65333]}, partnerConfigs=[], shutdown='false'AbstractServiceDto{productUid='bf5ae931-e7e4-11ee-ae96-07565212e66f', locationId=null, metroId=null, term=12, locationUid='null', productName='Example VXC', productType='VXC', provisioningStatus='DESIGN', nServiceId=null, rateLimit=5000, promoCode='null', dealUid='null', costCentre='null', deployDate=null, secondaryName=null}}], associatedIxs=[], buyoutPort=false, config=ConfigDto{mcrAsn=null, lag=null, lag_service_id=null, mcrVersion=null, bgpShutdownDefault=false, diversityZone='null', customProperties={}}, serviceLicence=null}]\",\n            \"name\": \"New API Order\",\n            \"ipAddress\": \"124.190.12.121\",\n            \"eventDate\": 1711068208684,\n            \"systemActivity\": false,\n            \"activityId\": null,\n            \"index\": null,\n            \"megaportalNews\": null,\n            \"megasphereNews\": null,\n            \"style\": {},\n            \"data\": {}\n        },\n        {\n            \"personName\": \"Bryan Brown\",\n            \"personId\": 50402,\n            \"description\": \"Bryan Brown: New Order validated via API [MegaportServiceDto{productType=MEGAPORT, createDate=Fri Mar 22 10:38:17 AEST 2024, productUid=beb41a11-12aa-47a5-a1db-bb2b1b92f69e, portSpeed=10000, lagPortCount=null, terminateDate=null, requestDate=null, market='AU', marketplaceVisibility=false, vxcpermitted=true, vxcAutoApproval=false, isVirtual=false, associatedVxcs=[VxcDto{aEnd=EndServiceDto{productUid='beb41a11-12aa-47a5-a1db-bb2b1b92f69e', nServiceId='null', productName='null', vlan=0, innerVlan=null, vxcPermitted=true, locationId=23, metroId=null, locationUid='null', vnic=null, config=[]}, bEnd=EndServiceDto{productUid='59dc60dc-de7c-4a33-b33c-b6b6741cb531', nServiceId='null', productName='null', vlan=0, innerVlan=null, vxcPermitted=true, locationId=46, metroId=null, locationUid='null', vnic=null, config=[amazonAsn -> null, authKey -> null, prefixes -> null, connectType -> AWS, amazonIpAddress -> null, name -> Example VXC, customerIpAddress -> null, type -> private, ownerAccount -> 684021030471, complete -> true, asn -> 65333]}, partnerConfigs=[], shutdown='false'AbstractServiceDto{productUid='bf5ae931-e7e4-11ee-ae96-07565212e66f', locationId=null, metroId=null, term=12, locationUid='null', productName='Example VXC', productType='VXC', provisioningStatus='DESIGN', nServiceId=null, rateLimit=5000, promoCode='null', dealUid='null', costCentre='null', deployDate=null, secondaryName=null}}], associatedIxs=[], buyoutPort=false, config=ConfigDto{mcrAsn=null, lag=null, lag_service_id=null, mcrVersion=null, bgpShutdownDefault=false, diversityZone='null', customProperties={}}, serviceLicence=null}]\",\n            \"name\": \"New API Order Validation\",\n            \"ipAddress\": \"124.190.12.121\",\n            \"eventDate\": 1711068070227,\n            \"systemActivity\": false,\n            \"activityId\": null,\n            \"index\": null,\n            \"megaportalNews\": null,\n            \"megasphereNews\": null,\n            \"style\": {},\n            \"data\": {}\n        },\n        {\n            \"personName\": \"Bryan Brown\",\n            \"personId\": 50402,\n            \"description\": \"Bryan Brown: New Order via API [MegaportServiceDto{productType=MEGAPORT, createDate=Fri Mar 22 10:35:34 AEST 2024, productUid=beb41a11-12aa-47a5-a1db-bb2b1b92f69e, portSpeed=10000, lagPortCount=null, terminateDate=null, requestDate=null, market='null', marketplaceVisibility=false, vxcpermitted=true, vxcAutoApproval=false, isVirtual=false, associatedVxcs=[VxcDto{aEnd=EndServiceDto{productUid='beb41a11-12aa-47a5-a1db-bb2b1b92f69e', nServiceId='null', productName='null', vlan=0, innerVlan=null, vxcPermitted=true, locationId=23, metroId=null, locationUid='null', vnic=null, config=[]}, bEnd=EndServiceDto{productUid='874dbcfg-a1f9-4328-9c08-112cd87c20f6', nServiceId='null', productName='null', vlan=0, innerVlan=null, vxcPermitted=true, locationId=23, metroId=null, locationUid='null', vnic=null, config=[complete -> false, connectType -> TRANSIT, fixedBandwidths -> null]}, partnerConfigs=[], shutdown='false'AbstractServiceDto{productUid='1bb79581-e7e4-11ee-ae96-07565212e66f', locationId=null, metroId=null, term=12, locationUid='null', productName='GB PORT to Megaport Internet', productType='VXC', provisioningStatus='DESIGN', nServiceId=null, rateLimit=5000, promoCode='null', dealUid='null', costCentre='null', deployDate=null, secondaryName=null}}], associatedIxs=[], buyoutPort=false, config=ConfigDto{mcrAsn=null, lag=null, lag_service_id=null, mcrVersion=null, bgpShutdownDefault=false, diversityZone='null', customProperties={}}, serviceLicence=null}]\",\n            \"name\": \"New API Order\",\n            \"ipAddress\": \"124.190.12.121\",\n            \"eventDate\": 1711067901547,\n            \"systemActivity\": false,\n            \"activityId\": null,\n            \"index\": null,\n            \"megaportalNews\": null,\n            \"megasphereNews\": null,\n            \"style\": {},\n            \"data\": {}\n        },\n        {\n            \"personName\": \"Bryan Brown\",\n            \"personId\": 50402,\n            \"description\": \"Bryan Brown: New Order validated via API [MegaportServiceDto{productType=MEGAPORT, createDate=Fri Mar 22 10:35:34 AEST 2024, productUid=0c3195c1-e7e4-11ee-ae96-07565212e66f, portSpeed=10000, lagPortCount=null, terminateDate=null, requestDate=null, market='null', marketplaceVisibility=false, vxcpermitted=true, vxcAutoApproval=false, isVirtual=false, associatedVxcs=[VxcDto{aEnd=EndServiceDto{productUid='0c3195c1-e7e4-11ee-ae96-07565212e66f', nServiceId='null', productName='null', vlan=0, innerVlan=null, vxcPermitted=true, locationId=23, metroId=null, locationUid='null', vnic=null, config=[]}, bEnd=EndServiceDto{productUid='874dbcfg-a1f9-4328-9c08-112cd87c20f6', nServiceId='null', productName='null', vlan=0, innerVlan=null, vxcPermitted=true, locationId=23, metroId=null, locationUid='null', vnic=null, config=[complete -> false, connectType -> TRANSIT, fixedBandwidths -> null]}, partnerConfigs=[], shutdown='false'AbstractServiceDto{productUid='1bb79581-e7e4-11ee-ae96-07565212e66f', locationId=null, metroId=null, term=12, locationUid='null', productName='GB PORT to Megaport Internet', productType='VXC', provisioningStatus='DESIGN', nServiceId=null, rateLimit=5000, promoCode='null', dealUid='null', costCentre='null', deployDate=null, secondaryName=null}}], associatedIxs=[], buyoutPort=false, config=ConfigDto{mcrAsn=null, lag=null, lag_service_id=null, mcrVersion=null, bgpShutdownDefault=false, diversityZone='null', customProperties={}}, serviceLicence=null}]\",\n            \"name\": \"New API Order Validation\",\n            \"ipAddress\": \"124.190.12.121\",\n            \"eventDate\": 1711067890133,\n            \"systemActivity\": false,\n            \"activityId\": null,\n            \"index\": null,\n            \"megaportalNews\": null,\n            \"megasphereNews\": null,\n            \"style\": {},\n            \"data\": {}\n        },\n        {\n            \"personName\": \"Bryan Brown\",\n            \"personId\": 50402,\n            \"description\": \"Bryan Brown: Successful manual login\",\n            \"name\": \"Login\",\n            \"ipAddress\": \"124.190.12.121\",\n            \"eventDate\": 1711067696076,\n            \"systemActivity\": false,\n            \"activityId\": null,\n            \"index\": null,\n            \"megaportalNews\": null,\n            \"megasphereNews\": null,\n            \"style\": {},\n            \"data\": {}\n        }\n    ]\n}"},{"id":"d28247b9-7278-4256-a8e6-8cd1386fc674","name":"User Activity - Specified Person","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":{"raw":"{{baseUrl}}/v2/activity?personIdOrUid=45115","host":["{{baseUrl}}"],"path":["v2","activity"],"query":[{"key":"personIdOrUid","value":"45115","description":"The unique identifier for a Megaport user. (Optional - string)"},{"key":"companyIdOrUid","value":"{companyID}","description":"The unique identifier for a Megaport company. (Optional - string)","disabled":true},{"key":"page","value":"0","description":"(Optional - Page number, default 0)","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 22 Mar 2024 00:27:43 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2804"},{"key":"Connection","value":"keep-alive"},{"key":"strict-transport-security","value":"max-age=31536000; preload"},{"key":"x-correlation-id","value":"ea656f11-5119-42ed-beab-c50bc8c45855"},{"key":"x-amzn-trace-id","value":"Root=1-65fcd07f-012a75de3aa9e4395e8e9893"},{"key":"trace-id","value":"a8a435bf8f4510f168c0e04e93e29e7a"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"uow","value":"e6dba867-a1d8-4c0f-bce3-dce62b1eef7b"},{"key":"server-timing","value":"app;dur=185"},{"key":"etag","value":"\"01e69fc143fc61b2f9952be33e01de8d0\""}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Activities for person [45115]\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"personName\": \"Jeff Megaport\",\n            \"personId\": 45115,\n            \"description\": \"Jeff Megaport: Successful manual login\",\n            \"name\": \"Login\",\n            \"ipAddress\": \"167.179.171.173\",\n            \"eventDate\": 1711064150595,\n            \"systemActivity\": false,\n            \"activityId\": null,\n            \"index\": null,\n            \"megaportalNews\": null,\n            \"megasphereNews\": null,\n            \"style\": {},\n            \"data\": {}\n        },\n        {\n            \"personName\": \"Jeff Megaport\",\n            \"personId\": 45115,\n            \"description\": \"Jeff Megaport: Login of jeff@megaport.com has failed\",\n            \"name\": \"Failed Login\",\n            \"ipAddress\": \"167.179.171.173\",\n            \"eventDate\": 1711064139291,\n            \"systemActivity\": false,\n            \"activityId\": null,\n            \"index\": null,\n            \"megaportalNews\": null,\n            \"megasphereNews\": null,\n            \"style\": {},\n            \"data\": {}\n        },\n        {\n            \"personName\": \"Jeff Megaport\",\n            \"personId\": 45115,\n            \"description\": \"Jeff Megaport: Successful logout\",\n            \"name\": \"Logout\",\n            \"ipAddress\": \"167.179.171.173\",\n            \"eventDate\": 1711064120363,\n            \"systemActivity\": false,\n            \"activityId\": null,\n            \"index\": null,\n            \"megaportalNews\": null,\n            \"megasphereNews\": null,\n            \"style\": {},\n            \"data\": {}\n        },\n        {\n            \"personName\": \"Jeff Megaport\",\n            \"personId\": 45115,\n            \"description\": \"Jeff Megaport: Successful manual login\",\n            \"name\": \"Login\",\n            \"ipAddress\": \"167.179.171.173\",\n            \"eventDate\": 1711063970314,\n            \"systemActivity\": false,\n            \"activityId\": null,\n            \"index\": null,\n            \"megaportalNews\": null,\n            \"megasphereNews\": null,\n            \"style\": {},\n            \"data\": {}\n        },\n        {\n            \"personName\": \"Jeff Megaport\",\n            \"personId\": 45115,\n            \"description\": \"Jeff Megaport: Successful manual login\",\n            \"name\": \"Login\",\n            \"ipAddress\": \"167.179.171.173\",\n            \"eventDate\": 1711062380820,\n            \"systemActivity\": false,\n            \"activityId\": null,\n            \"index\": null,\n            \"megaportalNews\": null,\n            \"megasphereNews\": null,\n            \"style\": {},\n            \"data\": {}\n        },\n        {\n            \"personName\": \"Jeff Megaport\",\n            \"personId\": 45115,\n            \"description\": \"Jeff Megaport: Login of jeff@megaport.com has failed\",\n            \"name\": \"Failed Login\",\n            \"ipAddress\": \"167.179.171.173\",\n            \"eventDate\": 1711062374867,\n            \"systemActivity\": false,\n            \"activityId\": null,\n            \"index\": null,\n            \"megaportalNews\": null,\n            \"megasphereNews\": null,\n            \"style\": {},\n            \"data\": {}\n        },\n        {\n            \"personName\": \"Jeff Megaport\",\n            \"personId\": 45115,\n            \"description\": \"Jeff Megaport: Successful logout\",\n            \"name\": \"Logout\",\n            \"ipAddress\": \"167.179.171.173\",\n            \"eventDate\": 1711062354966,\n            \"systemActivity\": false,\n            \"activityId\": null,\n            \"index\": null,\n            \"megaportalNews\": null,\n            \"megasphereNews\": null,\n            \"style\": {},\n            \"data\": {}\n        },\n        {\n            \"personName\": \"Jeff Megaport\",\n            \"personId\": 45115,\n            \"description\": \"Jeff Megaport: Successful manual login\",\n            \"name\": \"Login\",\n            \"ipAddress\": \"167.179.171.173\",\n            \"eventDate\": 1711061830207,\n            \"systemActivity\": false,\n            \"activityId\": null,\n            \"index\": null,\n            \"megaportalNews\": null,\n            \"megasphereNews\": null,\n            \"style\": {},\n            \"data\": {}\n        },\n        {\n            \"personName\": \"Jeff Megaport\",\n            \"personId\": 45115,\n            \"description\": \"Jeff Megaport: Successful manual login\",\n            \"name\": \"Login\",\n            \"ipAddress\": \"167.179.171.173\",\n            \"eventDate\": 1711060769955,\n            \"systemActivity\": false,\n            \"activityId\": null,\n            \"index\": null,\n            \"megaportalNews\": null,\n            \"megasphereNews\": null,\n            \"style\": {},\n            \"data\": {}\n        }\n    ]\n}"},{"id":"ff16a5cd-448f-405c-b3ec-c31424c0caa2","name":"User Activity - Company","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":{"raw":"{{baseUrl}}/v2/activity?companyIdOrUid=160208bf-01e4-4cb9-8d57-03a197bd47b9","host":["{{baseUrl}}"],"path":["v2","activity"],"query":[{"key":"personIdOrUid","value":"{personID}","description":"The unique identifier for a Megaport user. (Optional - string)","disabled":true},{"key":"page","value":"0","description":"(Optional - Page number, default 0)","disabled":true},{"key":"companyIdOrUid","value":"160208bf-01e4-4cb9-8d57-03a197bd47b9"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 22 Mar 2024 04:40:30 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"16665"},{"key":"Connection","value":"keep-alive"},{"key":"strict-transport-security","value":"max-age=31536000; preload"},{"key":"x-correlation-id","value":"c9830901-0e8c-44f6-8aa5-aa1c0eab9a86"},{"key":"x-amzn-trace-id","value":"Root=1-65fd0bbe-2c552156073df335104be067"},{"key":"trace-id","value":"568e845bf9b3a9770b5be3d26bfddf8e"},{"key":"x-content-type-options","value":"nosniff"},{"key":"x-frame-options","value":"DENY"},{"key":"uow","value":"5ffe26a0-032b-48dd-85d9-143341eb3350"},{"key":"server-timing","value":"app;dur=117"},{"key":"etag","value":"\"0c2a059c29c5c882a0dedfac93da0a6c2\""}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Activities for company [160208bf-01e4-4cb9-8d57-03a197bd47b9]\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"personName\": \"Peter White\",\n            \"personId\": 50869,\n            \"description\": \"Peter White: Successful logout\",\n            \"name\": \"Logout\",\n            \"ipAddress\": \"49.255.90.38\",\n            \"eventDate\": 1711072476818,\n            \"systemActivity\": false,\n            \"activityId\": null,\n            \"index\": null,\n            \"megaportalNews\": null,\n            \"megasphereNews\": null,\n            \"style\": {},\n            \"data\": {}\n        },\n        {\n            \"personName\": \"Evan Jeffries\",\n            \"personId\": 51397,\n            \"description\": \"Evan Jeffries: Successful logout\",\n            \"name\": \"Logout\",\n            \"ipAddress\": \"49.255.90.38\",\n            \"eventDate\": 1711070356996,\n            \"systemActivity\": false,\n            \"activityId\": null,\n            \"index\": null,\n            \"megaportalNews\": null,\n            \"megasphereNews\": null,\n            \"style\": {},\n            \"data\": {}\n        },\n        {\n            \"personName\": \"Bryan Brown\",\n            \"personId\": 50402,\n            \"description\": \"Bryan Brown: Successful logout\",\n            \"name\": \"Logout\",\n            \"ipAddress\": \"124.190.12.121\",\n            \"eventDate\": 1711068817793,\n            \"systemActivity\": false,\n            \"activityId\": null,\n            \"index\": null,\n            \"megaportalNews\": null,\n            \"megasphereNews\": null,\n            \"style\": {},\n            \"data\": {}\n        },\n        {\n            \"personName\": \"Bryan Brown\",\n            \"personId\": 50402,\n            \"description\": \"Bryan Brown: Service [191748] updated with fields [name -> 5GNetworks Data Center @ Melbourne - Versa MVE, costCentre -> 123456789, marketplaceVisibility -> false, term -> 24]\",\n            \"name\": \"Service Updated\",\n            \"ipAddress\": \"124.190.12.121\",\n            \"eventDate\": 1711068778857,\n            \"systemActivity\": false,\n            \"activityId\": null,\n            \"index\": null,\n            \"megaportalNews\": null,\n            \"megasphereNews\": null,\n            \"style\": {},\n            \"data\": {}\n        },\n        {\n            \"personName\": \"Bryan Brown\",\n            \"personId\": 50402,\n            \"description\": \"Bryan Brown: Product [bf3ff64b-cc6c-4f53-94a4-3dd174b0e955] changed to 24 months term.\",\n            \"name\": \"Port Term Change Successful\",\n            \"ipAddress\": \"124.190.12.121\",\n            \"eventDate\": 1711068778407,\n            \"systemActivity\": false,\n            \"activityId\": null,\n            \"index\": null,\n            \"megaportalNews\": null,\n            \"megasphereNews\": null,\n            \"style\": {},\n            \"data\": {}\n        },\n        {\n            \"personName\": \"Bryan Brown\",\n            \"personId\": 50402,\n            \"description\": \"Bryan Brown: Service [191741] updated with fields [name -> GB PORT to Megaport Internet, secondaryName -> GB PORT to Megaport Internet, rateLimit -> 5000, term -> null, costCentre -> null, dealUid -> null, aEndVlan -> 2042, shutdown -> false]\",\n            \"name\": \"Service Updated\",\n            \"ipAddress\": \"124.190.12.121\",\n            \"eventDate\": 1711068760447,\n            \"systemActivity\": false,\n            \"activityId\": null,\n            \"index\": null,\n            \"megaportalNews\": null,\n            \"megasphereNews\": null,\n            \"style\": {},\n            \"data\": {}\n        },\n        {\n            \"personName\": \"Bryan Brown\",\n            \"personId\": 50402,\n            \"description\": \"Bryan Brown: Service [191741] updated with fields [name -> GB PORT to Megaport Internet, secondaryName -> GB PORT to Megaport Internet, rateLimit -> 5000, term -> null, costCentre -> null, dealUid -> null, aEndVlan -> 2042, shutdown -> false]\",\n            \"name\": \"Service Updated\",\n            \"ipAddress\": \"124.190.12.121\",\n            \"eventDate\": 1711068753518,\n            \"systemActivity\": false,\n            \"activityId\": null,\n            \"index\": null,\n            \"megaportalNews\": null,\n            \"megasphereNews\": null,\n            \"style\": {},\n            \"data\": {}\n        },\n        {\n            \"personName\": \"Bryan Brown\",\n            \"personId\": 50402,\n            \"description\": \"Bryan Brown: Service [191741] updated with fields [name -> GB PORT to Megaport Internet, rateLimit -> 5000, term -> 24, aEndConfig -> {connectType=DEFAULT}, aEndVlan -> 2042, shutdown -> false]\",\n            \"name\": \"Service Updated\",\n            \"ipAddress\": \"124.190.12.121\",\n            \"eventDate\": 1711068751706,\n            \"systemActivity\": false,\n            \"activityId\": null,\n            \"index\": null,\n            \"megaportalNews\": null,\n            \"megasphereNews\": null,\n            \"style\": {},\n            \"data\": {}\n        },\n        {\n            \"personName\": \"Bryan Brown\",\n            \"personId\": 50402,\n            \"description\": \"Bryan Brown: Product [edcc64e7-0d3f-4923-8e34-93eee578f26a] changed to 24 months term.\",\n            \"name\": \"Port Term Change Successful\",\n            \"ipAddress\": \"124.190.12.121\",\n            \"eventDate\": 1711068751687,\n            \"systemActivity\": false,\n            \"activityId\": null,\n            \"index\": null,\n            \"megaportalNews\": null,\n            \"megasphereNews\": null,\n            \"style\": {},\n            \"data\": {}\n        },\n        {\n            \"personName\": \"Bryan Brown\",\n            \"personId\": 50402,\n            \"description\": \"Bryan Brown: New Order via API [MegaportServiceDto{productType=MCR2, createDate=Fri Mar 22 10:44:38 AEST 2024, productUid=4a0b0969-e11e-4db5-9395-dc9685e1649f, portSpeed=10000, lagPortCount=null, terminateDate=null, requestDate=null, market='null', marketplaceVisibility=false, vxcpermitted=true, vxcAutoApproval=false, isVirtual=true, associatedVxcs=[], associatedIxs=[], buyoutPort=false, config=ConfigDto{mcrAsn=null, lag=null, lag_service_id=null, mcrVersion=2, bgpShutdownDefault=false, diversityZone='blue', customProperties={}}, serviceLicence=null}MegaportServiceDto{productType=MVE, createDate=Fri Mar 22 10:45:23 AEST 2024, productUid=bf3ff64b-cc6c-4f53-94a4-3dd174b0e955, portSpeed=null, lagPortCount=null, terminateDate=null, requestDate=null, market='null', marketplaceVisibility=false, vxcpermitted=true, vxcAutoApproval=false, isVirtual=true, associatedVxcs=[VxcDto{aEnd=EndServiceDto{productUid='bf3ff64b-cc6c-4f53-94a4-3dd174b0e955', nServiceId='null', productName='null', vlan=0, innerVlan=-1, vxcPermitted=true, locationId=23, metroId=null, locationUid='null', vnic=0, config=[]}, bEnd=EndServiceDto{productUid='874dbcff-a1f9-4328-9c08-112cd87c20a5', nServiceId='null', productName='null', vlan=0, innerVlan=null, vxcPermitted=true, locationId=23, metroId=null, locationUid='null', vnic=null, config=[complete -> false, connectType -> TRANSIT, fixedBandwidths -> null]}, partnerConfigs=[], shutdown='false'AbstractServiceDto{productUid='79f720b0-e7e5-11ee-ae96-07565212e44f', locationId=null, metroId=null, term=12, locationUid='null', productName='5GNetworks Data Center @ Melbourne - Versa MVE to Megaport Internet', productType='VXC', provisioningStatus='DESIGN', nServiceId=null, rateLimit=10000, promoCode='null', dealUid='null', costCentre='null', deployDate=null, secondaryName=null}}], associatedIxs=[], buyoutPort=false, config=ConfigDto{mcrAsn=null, lag=null, lag_service_id=null, mcrVersion=null, bgpShutdownDefault=false, diversityZone='blue', customProperties={filename=}}, serviceLicence=null}]\",\n            \"name\": \"New API Order\",\n            \"ipAddress\": \"124.190.12.121\",\n            \"eventDate\": 1711068697751,\n            \"systemActivity\": false,\n            \"activityId\": null,\n            \"index\": null,\n            \"megaportalNews\": null,\n            \"megasphereNews\": null,\n            \"style\": {},\n            \"data\": {}\n        },\n        {\n            \"personName\": \"Bryan Brown\",\n            \"personId\": 50402,\n            \"description\": \"Bryan Brown: New Order validated via API [MegaportServiceDto{productType=MCR2, createDate=Fri Mar 22 10:44:38 AEST 2024, productUid=3c4b29f0-e7e5-11ee-ae96-07565212e44f, portSpeed=10000, lagPortCount=null, terminateDate=null, requestDate=null, market='null', marketplaceVisibility=false, vxcpermitted=true, vxcAutoApproval=false, isVirtual=true, associatedVxcs=[], associatedIxs=[], buyoutPort=false, config=ConfigDto{mcrAsn=null, lag=null, lag_service_id=null, mcrVersion=2, bgpShutdownDefault=false, diversityZone='blue', customProperties={}}, serviceLicence=null}MegaportServiceDto{productType=MVE, createDate=Fri Mar 22 10:45:23 AEST 2024, productUid=5fc24bc0-e7e5-11ee-ae96-07565212e44f, portSpeed=null, lagPortCount=null, terminateDate=null, requestDate=null, market='null', marketplaceVisibility=false, vxcpermitted=true, vxcAutoApproval=false, isVirtual=true, associatedVxcs=[VxcDto{aEnd=EndServiceDto{productUid='5fc24bc0-e7e5-11ee-ae96-07565212e44f', nServiceId='null', productName='null', vlan=0, innerVlan=-1, vxcPermitted=true, locationId=23, metroId=null, locationUid='null', vnic=0, config=[]}, bEnd=EndServiceDto{productUid='874dbcff-a1f9-4328-9c08-112cd87c20a5', nServiceId='null', productName='null', vlan=0, innerVlan=null, vxcPermitted=true, locationId=23, metroId=null, locationUid='null', vnic=null, config=[complete -> false, connectType -> TRANSIT, fixedBandwidths -> null]}, partnerConfigs=[], shutdown='false'AbstractServiceDto{productUid='79f720b0-e7e5-11ee-ae96-07565212e44f', locationId=null, metroId=null, term=12, locationUid='null', productName='5GNetworks Data Center @ Melbourne - Versa MVE to Megaport Internet', productType='VXC', provisioningStatus='DESIGN', nServiceId=null, rateLimit=10000, promoCode='null', dealUid='null', costCentre='null', deployDate=null, secondaryName=null}}], associatedIxs=[], buyoutPort=false, config=ConfigDto{mcrAsn=null, lag=null, lag_service_id=null, mcrVersion=null, bgpShutdownDefault=false, diversityZone='blue', customProperties={filename=}}, serviceLicence=null}]\",\n            \"name\": \"New API Order Validation\",\n            \"ipAddress\": \"124.190.12.121\",\n            \"eventDate\": 1711068350705,\n            \"systemActivity\": false,\n            \"activityId\": null,\n            \"index\": null,\n            \"megaportalNews\": null,\n            \"megasphereNews\": null,\n            \"style\": {},\n            \"data\": {}\n        },\n        {\n            \"personName\": \"Bryan Brown\",\n            \"personId\": 50402,\n            \"description\": \"Bryan Brown: New Order via API [MegaportServiceDto{productType=MEGAPORT, createDate=Fri Mar 22 10:38:17 AEST 2024, productUid=beb41a11-12aa-47a5-a1db-bb2b1b92f69b, portSpeed=10000, lagPortCount=null, terminateDate=null, requestDate=null, market='AU', marketplaceVisibility=false, vxcpermitted=true, vxcAutoApproval=false, isVirtual=false, associatedVxcs=[VxcDto{aEnd=EndServiceDto{productUid='beb41a11-12aa-47a5-a1db-bb2b1b92f69b', nServiceId='null', productName='null', vlan=0, innerVlan=null, vxcPermitted=true, locationId=23, metroId=null, locationUid='null', vnic=null, config=[]}, bEnd=EndServiceDto{productUid='59dc60db-de7c-4a33-b33c-b6b6741cb534', nServiceId='null', productName='null', vlan=0, innerVlan=null, vxcPermitted=true, locationId=46, metroId=null, locationUid='null', vnic=null, config=[amazonAsn -> null, authKey -> null, prefixes -> null, connectType -> AWS, amazonIpAddress -> null, name -> Example VXC, customerIpAddress -> null, type -> private, ownerAccount -> 684021030471, complete -> true, asn -> 65333]}, partnerConfigs=[], shutdown='false'AbstractServiceDto{productUid='bf5ae931-e7e4-11ee-ae96-07565212e44f', locationId=null, metroId=null, term=12, locationUid='null', productName='Example VXC', productType='VXC', provisioningStatus='DESIGN', nServiceId=null, rateLimit=5000, promoCode='null', dealUid='null', costCentre='null', deployDate=null, secondaryName=null}}], associatedIxs=[], buyoutPort=false, config=ConfigDto{mcrAsn=null, lag=null, lag_service_id=null, mcrVersion=null, bgpShutdownDefault=false, diversityZone='null', customProperties={}}, serviceLicence=null}]\",\n            \"name\": \"New API Order\",\n            \"ipAddress\": \"124.190.12.121\",\n            \"eventDate\": 1711068208684,\n            \"systemActivity\": false,\n            \"activityId\": null,\n            \"index\": null,\n            \"megaportalNews\": null,\n            \"megasphereNews\": null,\n            \"style\": {},\n            \"data\": {}\n        },\n        {\n            \"personName\": \"Bryan Brown\",\n            \"personId\": 50402,\n            \"description\": \"Bryan Brown: New Order validated via API [MegaportServiceDto{productType=MEGAPORT, createDate=Fri Mar 22 10:38:17 AEST 2024, productUid=beb41a11-12aa-47a5-a1db-bb2b1b92f69b, portSpeed=10000, lagPortCount=null, terminateDate=null, requestDate=null, market='AU', marketplaceVisibility=false, vxcpermitted=true, vxcAutoApproval=false, isVirtual=false, associatedVxcs=[VxcDto{aEnd=EndServiceDto{productUid='beb41a11-12aa-47a5-a1db-bb2b1b92f69b', nServiceId='null', productName='null', vlan=0, innerVlan=null, vxcPermitted=true, locationId=23, metroId=null, locationUid='null', vnic=null, config=[]}, bEnd=EndServiceDto{productUid='59dc60db-de7c-4a33-b33c-b6b6741cb534', nServiceId='null', productName='null', vlan=0, innerVlan=null, vxcPermitted=true, locationId=46, metroId=null, locationUid='null', vnic=null, config=[amazonAsn -> null, authKey -> null, prefixes -> null, connectType -> AWS, amazonIpAddress -> null, name -> Example VXC, customerIpAddress -> null, type -> private, ownerAccount -> 684021030471, complete -> true, asn -> 65333]}, partnerConfigs=[], shutdown='false'AbstractServiceDto{productUid='bf5ae931-e7e4-11ee-ae96-07565212e44f', locationId=null, metroId=null, term=12, locationUid='null', productName='Example VXC', productType='VXC', provisioningStatus='DESIGN', nServiceId=null, rateLimit=5000, promoCode='null', dealUid='null', costCentre='null', deployDate=null, secondaryName=null}}], associatedIxs=[], buyoutPort=false, config=ConfigDto{mcrAsn=null, lag=null, lag_service_id=null, mcrVersion=null, bgpShutdownDefault=false, diversityZone='null', customProperties={}}, serviceLicence=null}]\",\n            \"name\": \"New API Order Validation\",\n            \"ipAddress\": \"124.190.12.121\",\n            \"eventDate\": 1711068070227,\n            \"systemActivity\": false,\n            \"activityId\": null,\n            \"index\": null,\n            \"megaportalNews\": null,\n            \"megasphereNews\": null,\n            \"style\": {},\n            \"data\": {}\n        },\n        {\n            \"personName\": \"Bryan Brown\",\n            \"personId\": 50402,\n            \"description\": \"Bryan Brown: New Order via API [MegaportServiceDto{productType=MEGAPORT, createDate=Fri Mar 22 10:35:34 AEST 2024, productUid=beb41a11-12aa-47a5-a1db-bb2b1b92f69b, portSpeed=10000, lagPortCount=null, terminateDate=null, requestDate=null, market='null', marketplaceVisibility=false, vxcpermitted=true, vxcAutoApproval=false, isVirtual=false, associatedVxcs=[VxcDto{aEnd=EndServiceDto{productUid='beb41a11-12aa-47a5-a1db-bb2b1b92f69b', nServiceId='null', productName='null', vlan=0, innerVlan=null, vxcPermitted=true, locationId=23, metroId=null, locationUid='null', vnic=null, config=[]}, bEnd=EndServiceDto{productUid='874dbcff-a1f9-4328-9c08-112cd87c20a5', nServiceId='null', productName='null', vlan=0, innerVlan=null, vxcPermitted=true, locationId=23, metroId=null, locationUid='null', vnic=null, config=[complete -> false, connectType -> TRANSIT, fixedBandwidths -> null]}, partnerConfigs=[], shutdown='false'AbstractServiceDto{productUid='1bb79580-e7e4-11ee-ae96-07565212e44f', locationId=null, metroId=null, term=12, locationUid='null', productName='GB PORT to Megaport Internet', productType='VXC', provisioningStatus='DESIGN', nServiceId=null, rateLimit=5000, promoCode='null', dealUid='null', costCentre='null', deployDate=null, secondaryName=null}}], associatedIxs=[], buyoutPort=false, config=ConfigDto{mcrAsn=null, lag=null, lag_service_id=null, mcrVersion=null, bgpShutdownDefault=false, diversityZone='null', customProperties={}}, serviceLicence=null}]\",\n            \"name\": \"New API Order\",\n            \"ipAddress\": \"124.190.12.121\",\n            \"eventDate\": 1711067901547,\n            \"systemActivity\": false,\n            \"activityId\": null,\n            \"index\": null,\n            \"megaportalNews\": null,\n            \"megasphereNews\": null,\n            \"style\": {},\n            \"data\": {}\n        },\n        {\n            \"personName\": \"Bryan Brown\",\n            \"personId\": 50402,\n            \"description\": \"Bryan Brown: New Order validated via API [MegaportServiceDto{productType=MEGAPORT, createDate=Fri Mar 22 10:35:34 AEST 2024, productUid=0c3195c0-e7e4-11ee-ae96-07565212e44f, portSpeed=10000, lagPortCount=null, terminateDate=null, requestDate=null, market='null', marketplaceVisibility=false, vxcpermitted=true, vxcAutoApproval=false, isVirtual=false, associatedVxcs=[VxcDto{aEnd=EndServiceDto{productUid='0c3195c0-e7e4-11ee-ae96-07565212e44f', nServiceId='null', productName='null', vlan=0, innerVlan=null, vxcPermitted=true, locationId=23, metroId=null, locationUid='null', vnic=null, config=[]}, bEnd=EndServiceDto{productUid='874dbcff-a1f9-4328-9c08-112cd87c20a5', nServiceId='null', productName='null', vlan=0, innerVlan=null, vxcPermitted=true, locationId=23, metroId=null, locationUid='null', vnic=null, config=[complete -> false, connectType -> TRANSIT, fixedBandwidths -> null]}, partnerConfigs=[], shutdown='false'AbstractServiceDto{productUid='1bb79580-e7e4-11ee-ae96-07565212e44f', locationId=null, metroId=null, term=12, locationUid='null', productName='GB PORT to Megaport Internet', productType='VXC', provisioningStatus='DESIGN', nServiceId=null, rateLimit=5000, promoCode='null', dealUid='null', costCentre='null', deployDate=null, secondaryName=null}}], associatedIxs=[], buyoutPort=false, config=ConfigDto{mcrAsn=null, lag=null, lag_service_id=null, mcrVersion=null, bgpShutdownDefault=false, diversityZone='null', customProperties={}}, serviceLicence=null}]\",\n            \"name\": \"New API Order Validation\",\n            \"ipAddress\": \"124.190.12.121\",\n            \"eventDate\": 1711067890133,\n            \"systemActivity\": false,\n            \"activityId\": null,\n            \"index\": null,\n            \"megaportalNews\": null,\n            \"megasphereNews\": null,\n            \"style\": {},\n            \"data\": {}\n        },\n        {\n            \"personName\": \"Jeff Megaport\",\n            \"personId\": 45115,\n            \"description\": \"Jeff Megaport: Login of jeff@megaport.com has failed\",\n            \"name\": \"Failed Login\",\n            \"ipAddress\": \"167.179.171.173\",\n            \"eventDate\": 1711064139291,\n            \"systemActivity\": false,\n            \"activityId\": null,\n            \"index\": null,\n            \"megaportalNews\": null,\n            \"megasphereNews\": null,\n            \"style\": {},\n            \"data\": {}\n        },\n        {\n            \"personName\": \"Jeff Megaport\",\n            \"personId\": 45115,\n            \"description\": \"Jeff Megaport: Successful logout\",\n            \"name\": \"Logout\",\n            \"ipAddress\": \"167.179.171.173\",\n            \"eventDate\": 1711064120363,\n            \"systemActivity\": false,\n            \"activityId\": null,\n            \"index\": null,\n            \"megaportalNews\": null,\n            \"megasphereNews\": null,\n            \"style\": {},\n            \"data\": {}\n        },\n        {\n            \"personName\": \"Jeff Megaport\",\n            \"personId\": 45115,\n            \"description\": \"Jeff Megaport: Login of jeff@megaport.com has failed\",\n            \"name\": \"Failed Login\",\n            \"ipAddress\": \"167.179.171.173\",\n            \"eventDate\": 1711062374867,\n            \"systemActivity\": false,\n            \"activityId\": null,\n            \"index\": null,\n            \"megaportalNews\": null,\n            \"megasphereNews\": null,\n            \"style\": {},\n            \"data\": {}\n        },\n        {\n            \"personName\": \"Jeff Megaport\",\n            \"personId\": 45115,\n            \"description\": \"Jeff Megaport: Successful logout\",\n            \"name\": \"Logout\",\n            \"ipAddress\": \"167.179.171.173\",\n            \"eventDate\": 1711062354966,\n            \"systemActivity\": false,\n            \"activityId\": null,\n            \"index\": null,\n            \"megaportalNews\": null,\n            \"megasphereNews\": null,\n            \"style\": {},\n            \"data\": {}\n        }\n    ]\n}"}],"_postman_id":"c1ec70f7-a5bc-4550-b7ec-7ce392e69800"}],"id":"9b4fd409-571b-4a74-9ce8-657dc441c6ef","description":"<p>New version 3 (v3) endpoints are now available for activity logs. We strongly recommend that you use these new endpoints for viewing activity logs. Version 2 (v2) activity endpoints will be deprecated and no longer supported by July 2025.</p>\n","_postman_id":"9b4fd409-571b-4a74-9ce8-657dc441c6ef"},{"name":"User Activity","id":"3a7e9d2d-0571-493b-985c-13f10aaf2290","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v3/activity","description":"<p>Returns a list of activity logs matching the search criteria, for the logged-in user.</p>\n<p>For a full list of the activities that are recorded, see <a href=\"https://docs.megaport.com/portal-admin/activity-logs/#what-information-is-logged\">What information is logged</a>.</p>\n<p>You can retrieve all of the activities that you have performed using this request without specifying any optional parameters. You can also retrieve logs for a specific activity name and date range.</p>\n<p>You can find the <code>activityName</code> values from the <code>/v3/companyActivityNames</code> endpoint.</p>\n<p>The <code>from</code> and <code>to</code> date values must be entered in ISO 8601 date format (YYYY-MM-DD'T'HH:MM:SSZ). For example, 2025-07-20 specifies the 20th of August 2025. For more information, see <a href=\"https://www.iso.org/iso-8601-date-and-time-format.html\">ISO 8601 Date and time format</a>.</p>\n<p>The response contains details including the user's name, the user's ID (personId), a description of the activity that occurred, the name of the activity, the date the activity occurred, and the user type.<br /><code>createDate</code> is returned in UNIX timestamp date format. You can use tools such as <a href=\"https://www.epochconverter.com/\">https://www.epochconverter.com/</a> or <a href=\"https://it-tools.tech/date-converter\">https://it-tools.tech/date-converter</a> to convert the date to a human-readable format.</p>\n","urlObject":{"path":["v3","activity"],"host":["{{baseUrl}}"],"query":[{"disabled":true,"description":{"content":"<p>Pagination object using the pagination and sort parameters (pageSize, pageNumber, sort).\n Defaults to pageSize(10), pageNumber(1) and sort(createDate,desc). (Optional - Boolean)</p>\n","type":"text/plain"},"key":"pageable","value":"{pageable}"},{"disabled":true,"description":{"content":"<p>The activity name. (Optional - string)</p>\n","type":"text/plain"},"key":"activityName","value":"{activityName}"},{"disabled":true,"description":{"content":"<p>The start date for which to return activities. Enter the date in ISO 8601 format: YYYY-MM-DD'T'HH:MM:SSZ. (Optional)</p>\n","type":"text/plain"},"key":"from","value":"${fromDate}"},{"disabled":true,"description":{"content":"<p>The end date for which to return activities.  Enter the date in ISO 8601 format: YYYY-MM-DD'T'HH:MM:SSZ. (Optional)</p>\n","type":"text/plain"},"key":"to","value":"${toDate}"}],"variable":[]}},"response":[{"id":"0444e9cf-1d9c-4188-913f-d9ce82ac7565","name":"User Activity - 3 Activities","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":{"raw":"{{baseUrl}}/v3/activity","host":["{{baseUrl}}"],"path":["v3","activity"],"query":[{"key":"pageable","value":"{pageable}","description":"Pagination object injected by Spring using the pagination and sort parameters (pageSize, pageNumber, sort).\n Defaults to pageSize(10), pageNumber(1) and sort(createDate,desc)","disabled":true},{"key":"activityName","value":"{activityName}","description":"Activity name search parameter.","disabled":true},{"key":"from","value":"${fromDate}","description":"From date search parameter in ISO 8601 format. Search will happen from beginning of this date.","disabled":true},{"key":"to","value":"${toDate}","description":"To date search parameter in ISO 8601 format. Search will happen till end of this date.","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 26 Jun 2025 09:37:32 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1796"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amzn-Trace-Id","value":"Root=1-685d14dc-1877ad6009faec3269ebf2e7"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Pagination-Total-Count","value":"3"},{"key":"Pagination-Page","value":"1"},{"key":"Pagination-Limit","value":"10"},{"key":"Pagination-Total-Page","value":"1"},{"key":"Server-Timing","value":"app;dur=54"},{"key":"ETag","value":"W/\"0f961735cecaae0c81a85945abfa7cc58\""},{"key":"X-Xss-Protection","value":"1 ; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"trace-id","value":"b378033457873479d9fc8cda2f0b6020"},{"key":"X-Robots-Tag","value":"noindex"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Your activities\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"loginName\": \"Bryan Brown\",\n            \"personId\": 50402,\n            \"description\": \"New Order via API [MegaportServiceDto{productType=MEGAPORT, createDate=Thu Jun 26 19:37:10 AEST 2025, productUid=56322aef-72e8-4e85-bbdf-0e5012d11d66, portSpeed=100000, lagPortCount=null, terminateDate=null, requestDate=null, market='null', marketplaceVisibility=false, vxcpermitted=true, vxcAutoApproval=false, isVirtual=false, associatedVxcs=[], associatedIxs=[], buyoutPort=false, crossConnectRequested=false, config=ConfigDto{mcrAsn=null, lag=null, lag_service_id=null, mcrVersion=null, bgpShutdownDefault=false, diverseFrom=null, diversityZone='null', customProperties={}}, serviceLicence=null, addOns=[]}]\",\n            \"name\": \"New API Order\",\n            \"createDate\": 1750930638738,\n            \"userType\": \"USER\"\n        },\n        {\n            \"loginName\": \"Bryan Brown\",\n            \"personId\": 50402,\n            \"description\": \"New Order validated via API [MegaportServiceDto{productType=MEGAPORT, createDate=Thu Jun 26 19:37:10 AEST 2025, productUid=0e2b0d90-5271-11f0-9ddb-91be23078a2a, portSpeed=100000, lagPortCount=null, terminateDate=null, requestDate=null, market='null', marketplaceVisibility=false, vxcpermitted=true, vxcAutoApproval=false, isVirtual=false, associatedVxcs=[], associatedIxs=[], buyoutPort=false, crossConnectRequested=false, config=ConfigDto{mcrAsn=null, lag=null, lag_service_id=null, mcrVersion=null, bgpShutdownDefault=false, diverseFrom=null, diversityZone='null', customProperties={}}, serviceLicence=null, addOns=[]}]\",\n            \"name\": \"New API Order Validation\",\n            \"createDate\": 1750930636429,\n            \"userType\": \"USER\"\n        },\n        {\n            \"loginName\": \"Bryan Brown\",\n            \"personId\": 50402,\n            \"description\": \"Successful manual login\",\n            \"name\": \"Login\",\n            \"createDate\": 1750930567495,\n            \"userType\": \"USER\"\n        }\n    ]\n}"},{"id":"f5101307-ca68-4234-be43-fdc2abc43200","name":"User Activity - Various Activities","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":{"raw":"{{baseUrl}}/v3/activity","host":["{{baseUrl}}"],"path":["v3","activity"],"query":[{"key":"pageable","value":"{pageable}","description":"Pagination object using the pagination and sort parameters (pageSize, pageNumber, sort).\n Defaults to pageSize(10), pageNumber(1) and sort(createDate,desc). (Optional - Boolean)","disabled":true},{"key":"activityName","value":"{activityName}","description":"The activity name. (Optional - string)","disabled":true},{"key":"from","value":"${fromDate}","description":"The start date for which to return activities. Enter the date in ISO 8601 format: YYYY-MM-DD. (Optional)","disabled":true},{"key":"to","value":"${toDate}","description":"The end date for which to return activities.  Enter the date in ISO 8601 format: YYYY-MM-DD. (Optional)","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 27 Jun 2025 03:46:21 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1550"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amzn-Trace-Id","value":"Root=1-685e140d-1369147a03d27ed47f66cdb9"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Pagination-Total-Count","value":"16"},{"key":"Pagination-Page","value":"1"},{"key":"Pagination-Limit","value":"10"},{"key":"Pagination-Total-Page","value":"2"},{"key":"Server-Timing","value":"app;dur=35"},{"key":"ETag","value":"W/\"0112a2f3354745718229b9097bb5c93d5\""},{"key":"X-Xss-Protection","value":"1 ; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"trace-id","value":"4ac4f69bd191a7c7bf9f9887eb713a84"},{"key":"content-encoding","value":"gzip"},{"key":"X-Robots-Tag","value":"noindex"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Your activities\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"loginName\": \"Bryan Brown\",\n            \"personId\": 50402,\n            \"description\": \"Service [247301] updated with fields [name=Detroit to Tokyo - Cloud VXC, autoRenewTerm=true, rateLimit=10000, shutdown=false, aEndVlan=1075]\",\n            \"name\": \"Service Updated\",\n            \"createDate\": 1750995401053,\n            \"userType\": \"USER\"\n        },\n        {\n            \"loginName\": \"Bryan Brown\",\n            \"personId\": 50402,\n            \"description\": \"Service [247301] updated with fields [name=Detroit to Tokyo - Cloud VXC, autoRenewTerm=true, rateLimit=10000, shutdown=false, aEndVlan=1075]\",\n            \"name\": \"Service Updated\",\n            \"createDate\": 1750995378148,\n            \"userType\": \"USER\"\n        },\n        {\n            \"loginName\": \"Bryan Brown\",\n            \"personId\": 50402,\n            \"description\": \"Service [247301] updated with fields [name=Detroit to Tokyo - Cloud VXC, term=24, autoRenewTerm=true, rateLimit=10000, shutdown=false, aEndVlan=1075, aEndConfig={}, bEndConfig={bandwidth=10000, connectType=ALIBABA, resource_name=b_csp_connection, resource_type=csp_connection, account_id=5234561292937849, bandwidths=[50, 100, 200, 300, 400, 500, 1000, 2000, 5000, 8000, 10000], csp_name=Alibaba}]\",\n            \"name\": \"Service Updated\",\n            \"createDate\": 1750995370666,\n            \"userType\": \"USER\"\n        },\n        {\n            \"loginName\": \"Bryan Brown\",\n            \"personId\": 50402,\n            \"description\": \"Product [d7f2b424-9c55-449b-aebd-4128913fe84c] changed to 24 months term.\",\n            \"name\": \"Port Term Change Successful\",\n            \"createDate\": 1750995370653,\n            \"userType\": \"USER\"\n        },\n        {\n            \"loginName\": \"Bryan Brown\",\n            \"personId\": 50402,\n            \"description\": \"Packet Filter List created successfully with details: ['description': 'To HO', 'entries/0.action': 'deny', 'entries/0.description': '', 'entries/0.destinationAddress': '10.1.1.0/24', 'entries/0.sourceAddress': '10.1.1.0/24']\",\n            \"name\": \"Packet Filter List Created\",\n            \"createDate\": 1750995299497,\n            \"userType\": \"USER\"\n        },\n        {\n            \"loginName\": \"Bryan Brown\",\n            \"personId\": 50402,\n            \"description\": \"Service [247300] updated with fields [name -> 5GN Melbourne Data Centre (MDC) @ Melbourne - MCR2, autoRenewTerm -> true, costCentre -> 45i67, rateLimit -> 10000, bgpShutdownDefault -> false]\",\n            \"name\": \"Service Updated\",\n            \"createDate\": 1750995198500,\n            \"userType\": \"USER\"\n        },\n        {\n            \"loginName\": \"Bryan Brown\",\n            \"personId\": 50402,\n            \"description\": \"Tags were added or removed successfully.\",\n            \"name\": \"Tags Updated\",\n            \"createDate\": 1750995195042,\n            \"userType\": \"USER\"\n        },\n        {\n            \"loginName\": \"Bryan Brown\",\n            \"personId\": 50402,\n            \"description\": \"Service [247300] updated with fields [name -> 5GN Melbourne Data Centre (MDC) @ Melbourne - MCR2, term -> 24, autoRenewTerm -> true, costCentre -> 230, bgpShutdownDefault -> false]\",\n            \"name\": \"Service Updated\",\n            \"createDate\": 1750995171754,\n            \"userType\": \"USER\"\n        },\n        {\n            \"loginName\": \"Bryan Brown\",\n            \"personId\": 50402,\n            \"description\": \"Product [827f1878-cfd2-48ad-80fd-0b42e4c59b78] changed to 24 months term.\",\n            \"name\": \"Port Term Change Successful\",\n            \"createDate\": 1750995171644,\n            \"userType\": \"USER\"\n        },\n        {\n            \"loginName\": \"Bryan Brown\",\n            \"personId\": 50402,\n            \"description\": \"New Order via API [MegaportServiceDto{productType=MVE, createDate=Fri Jun 27 13:31:43 AEST 2025, productUid=39fcda6b-7274-46dd-bac6-dbb680ca070b, portSpeed=null, lagPortCount=null, terminateDate=null, requestDate=null, market='null', marketplaceVisibility=false, vxcpermitted=true, vxcAutoApproval=false, isVirtual=true, associatedVxcs=[VxcDto{aEnd=EndServiceDto{productUid='39fcda6b-7274-46dd-bac6-dbb680ca070b', nServiceId='null', productName='null', vlan=0, innerVlan=-1, vxcPermitted=true, locationId=4, metroId=null, locationUid='null', vnic=0, config=[]}, bEnd=EndServiceDto{productUid='0fbbdcfc-1642-4a43-b549-6900f71e7006', nServiceId='null', productName='null', vlan=0, innerVlan=null, vxcPermitted=true, locationId=4, metroId=null, locationUid='null', vnic=null, config=[complete=false, connectType=TRANSIT, fixedBandwidths=null]}, partnerConfigs=[], shutdown='false'AbstractServiceDto{productUid='4266b870-5307-11f0-94c3-91c7e4a86144', locationId=null, metroId=null, term=12, autoRenewTerm=true, locationUid='null', productName='NextDC M1 @ Melbourne - VMware MVE to Megaport Internet', productType='VXC', provisioningStatus='DESIGN', nServiceId=null, rateLimit=10000, promoCode='null', dealUid='null', costCentre='null', deployDate=null, secondaryName=null, attributeTags={}, resourceTags=[], serviceLicense=null, addOns=null}}], associatedIxs=[], buyoutPort=false, crossConnectRequested=false, config=ConfigDto{mcrAsn=null, lag=null, lag_service_id=null, mcrVersion=null, bgpShutdownDefault=false, diverseFrom=null, diversityZone='red', customProperties={filename=}}, serviceLicence=null, addOns=null}]\",\n            \"name\": \"New API Order\",\n            \"createDate\": 1750995143623,\n            \"userType\": \"USER\"\n        }\n    ]\n}"},{"id":"689d000d-4edb-4d4d-b5e6-4234a91d1587","name":"User Activity - Service Updated Activity","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":{"raw":"{{baseUrl}}/v3/activity?activityName=Service Updated","host":["{{baseUrl}}"],"path":["v3","activity"],"query":[{"key":"pageable","value":"{pageable}","description":"Pagination object using the pagination and sort parameters (pageSize, pageNumber, sort).\n Defaults to pageSize(10), pageNumber(1) and sort(createDate,desc). (Optional - Boolean)","disabled":true},{"key":"activityName","value":"Service Updated","description":"The activity name. (Optional - string)"},{"key":"from","value":"${fromDate}","description":"The start date for which to return activities. Enter the date in ISO 8601 format: YYYY-MM-DD. (Optional)","disabled":true},{"key":"to","value":"${toDate}","description":"The end date for which to return activities.  Enter the date in ISO 8601 format: YYYY-MM-DD. (Optional)","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 27 Jun 2025 04:00:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1853"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amzn-Trace-Id","value":"Root=1-685e1774-48a5925d65ecd6d904c4c972"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Pagination-Total-Count","value":"5"},{"key":"Pagination-Page","value":"1"},{"key":"Pagination-Limit","value":"10"},{"key":"Pagination-Total-Page","value":"1"},{"key":"Server-Timing","value":"app;dur=76"},{"key":"ETag","value":"W/\"0ee61461e96ab56d512c2b0fb1f319102\""},{"key":"X-Xss-Protection","value":"1 ; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"trace-id","value":"843a616d10d39e6b0fd1de29c2bc012b"},{"key":"X-Robots-Tag","value":"noindex"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Your activities\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"loginName\": \"Bryan Brown\",\n            \"personId\": 50402,\n            \"description\": \"Service [247301] updated with fields [name=Detroit to Tokyo - Cloud VXC, autoRenewTerm=true, rateLimit=10000, shutdown=false, aEndVlan=1075]\",\n            \"name\": \"Service Updated\",\n            \"createDate\": 1750995401053,\n            \"userType\": \"USER\"\n        },\n        {\n            \"loginName\": \"Bryan Brown\",\n            \"personId\": 50402,\n            \"description\": \"Service [247301] updated with fields [name=Detroit to Tokyo - Cloud VXC, autoRenewTerm=true, rateLimit=10000, shutdown=false, aEndVlan=1075]\",\n            \"name\": \"Service Updated\",\n            \"createDate\": 1750995378148,\n            \"userType\": \"USER\"\n        },\n        {\n            \"loginName\": \"Bryan Brown\",\n            \"personId\": 50402,\n            \"description\": \"Service [247301] updated with fields [name=Detroit to Tokyo - Cloud VXC, term=24, autoRenewTerm=true, rateLimit=10000, shutdown=false, aEndVlan=1075, aEndConfig={}, bEndConfig={bandwidth=10000, connectType=ALIBABA, resource_name=b_csp_connection, resource_type=csp_connection, account_id=5234561292937849, bandwidths=[50, 100, 200, 300, 400, 500, 1000, 2000, 5000, 8000, 10000], csp_name=Alibaba}]\",\n            \"name\": \"Service Updated\",\n            \"createDate\": 1750995370666,\n            \"userType\": \"USER\"\n        },\n        {\n            \"loginName\": \"Bryan Brown\",\n            \"personId\": 50402,\n            \"description\": \"Service [247300] updated with fields [name -> 5GN Melbourne Data Centre (MDC) @ Melbourne - MCR2, autoRenewTerm -> true, costCentre -> 45i67, rateLimit -> 10000, bgpShutdownDefault -> false]\",\n            \"name\": \"Service Updated\",\n            \"createDate\": 1750995198500,\n            \"userType\": \"USER\"\n        },\n        {\n            \"loginName\": \"Bryan Brown\",\n            \"personId\": 50402,\n            \"description\": \"Service [247300] updated with fields [name -> 5GN Melbourne Data Centre (MDC) @ Melbourne - MCR2, term -> 24, autoRenewTerm -> true, costCentre -> 230, bgpShutdownDefault -> false]\",\n            \"name\": \"Service Updated\",\n            \"createDate\": 1750995171754,\n            \"userType\": \"USER\"\n        }\n    ]\n}"}],"_postman_id":"3a7e9d2d-0571-493b-985c-13f10aaf2290"},{"name":"Company Activity","id":"881a619d-0baa-4635-85b5-76890db03e93","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v3/companyActivity","description":"<p>Returns a list of activity logs matching the search criteria, for the company of the logged-in user. (Company Admins only).</p>\n<p>For a full list of the activities that are recorded, see <a href=\"https://docs.megaport.com/portal-admin/activity-logs/#what-information-is-logged\">What information is logged</a>.</p>\n<p>You can retrieve all of the company activities that have been performed using this request without specifying any optional parameters. You can also retrieve logs for a specific activity name, user UID, user type, service, and date range. Using the <code>q</code> parameter, you can also perform a fuzzy search, which will be matched partially against activity name and user login name.</p>\n<p>You can find the <code>activityName</code> values from the <code>/v3/companyActivityNames</code> endpoint. The <code>userUid</code> can be either a user UID or an API key client ID. The <code>userType</code> can be one of these values: USER, STAFF, API, M2M, SYSTEM.</p>\n<p>The <code>from</code> and <code>to</code> date values must be entered in ISO 8601 date format (YYYY-MM-DD'T'HH:MM:SSZ). For example, 2025-07-20 specifies the 20th of August 2025. For more information, see <a href=\"https://www.iso.org/iso-8601-date-and-time-format.html\">ISO 8601 Date and time format</a>.</p>\n<p>The response contains details including the user's name, the user's ID (personId), a description of the activity that occurred, the name of the activity, the date the activity occurred, and the user type.<br /><code>createDate</code> is returned in UNIX timestamp date format. You can use tools such as <a href=\"https://www.epochconverter.com/\">https://www.epochconverter.com/</a> or <a href=\"https://it-tools.tech/date-converter\">https://it-tools.tech/date-converter</a> to convert the date to a human-readable format.</p>\n<h3 id=\"who-can-view-activities\"><strong>Who can view activities?</strong></h3>\n<p>Company Admins can retrieve all of the activities of the company the user belongs to using this request. However, the same request by a user who is not a Company Admin will return an error with the message <em>\"Missing the</em> <em>required permission [company_admin]\"</em>. The same result is returned if a Company Admin attempts to access a different companies' activities.</p>\n","urlObject":{"path":["v3","companyActivity"],"host":["{{baseUrl}}"],"query":[{"disabled":true,"description":{"content":"<p>Pagination object using the pagination and sort parameters (pageSize, pageNumber, sort).\n Defaults to pageSize(10), pageNumber(1) and sort(createDate,desc). (Optional - Boolean)</p>\n","type":"text/plain"},"key":"pageable","value":"{pageable}"},{"disabled":true,"description":{"content":"<p>The activity name. (Optional - string)</p>\n","type":"text/plain"},"key":"activityName","value":"{activityName}"},{"disabled":true,"description":{"content":"<p>The user UID. Can be a user UID or API key client ID. (Optional - string)</p>\n","type":"text/plain"},"key":"userUid","value":"{userUid}"},{"disabled":true,"description":{"content":"<p>The user type. Search is case-insensitive.\nAccepted values: USER, STAFF, API, M2M, SYSTEM. (Optional - string)</p>\n","type":"text/plain"},"key":"userType","value":"{userType}"},{"disabled":true,"description":{"content":"<p>The unique identifier of the target entity associated with the activity. For example, a technical service Uid. (Optional - string)</p>\n","type":"text/plain"},"key":"targetEntityUid","value":"{targetEntityUid}"},{"disabled":true,"description":{"content":"<p>Fuzzy search parameter. This is matched partially against the activity name and the user login name. (Optional - string)</p>\n","type":"text/plain"},"key":"q","value":"{query}"},{"disabled":true,"description":{"content":"<p>The start date for which to return activities. Enter the date in ISO 8601 format: YYYY-MM-DD'T'HH:MM:SSZ. (Optional)</p>\n","type":"text/plain"},"key":"from","value":"${fromDate}"},{"disabled":true,"description":{"content":"<p>The end date for which to return activities.  Enter the date in ISO 8601 format: YYYY-MM-DD'T'HH:MM:SSZ. (Optional)</p>\n","type":"text/plain"},"key":"to","value":"${toDate}"}],"variable":[]}},"response":[{"id":"fd8a9296-d164-4637-bc8b-85389f591b1b","name":"Company Activity - All Activity","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":{"raw":"{{baseUrl}}/v3/companyActivity","host":["{{baseUrl}}"],"path":["v3","companyActivity"],"query":[{"key":"pageable","value":"{pageable}","description":"Pagination object using the pagination and sort parameters (pageSize, pageNumber, sort).\n Defaults to pageSize(10), pageNumber(1) and sort(createDate,desc). (Optional - Boolean)","disabled":true},{"key":"activityName","value":"{activityName}","description":"The activity name. (Optional - string)","disabled":true},{"key":"userUid","value":"{userUid}","description":"The user uid. Can be a user Uid or API key client ID. (Optional - string)","disabled":true},{"key":"userType","value":"{userType}","description":"The user type. Search is case-insensitive.\nAccepted values: USER, STAFF, API, M2M, SYSTEM. (Optional - string)","disabled":true},{"key":"q","value":"{query}","description":"Fuzzy search parameter. This is  matched partially against activity name and user login name. (Optional - string)","disabled":true},{"key":"from","value":"${fromDate}","description":"The start date for which to return activities. Enter the date in ISO 8601 format: YYYY-MM-DD. (Optional)","disabled":true},{"key":"to","value":"${toDate}","description":"The end date for which to return activities.  Enter the date in ISO 8601 format: YYYY-MM-DD. (Optional)","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 27 Jun 2025 06:32:23 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"883"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amzn-Trace-Id","value":"Root=1-685e3af7-4b2ff7205e19490e7460606a"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Pagination-Total-Count","value":"24"},{"key":"Pagination-Page","value":"1"},{"key":"Pagination-Limit","value":"10"},{"key":"Pagination-Total-Page","value":"3"},{"key":"Server-Timing","value":"app;dur=58"},{"key":"ETag","value":"W/\"095d69c2fbf2f466825e57fb70650d7b2\""},{"key":"X-Xss-Protection","value":"1 ; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"trace-id","value":"05cbaf5a3ec86f2be29ec02beb892174"},{"key":"content-encoding","value":"gzip"},{"key":"X-Robots-Tag","value":"noindex"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Company activities\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"loginName\": \"Cameron Eden\",\n            \"personId\": 51397,\n            \"description\": \"Successful manual login\",\n            \"name\": \"Login\",\n            \"createDate\": 1751002092704,\n            \"userType\": \"USER\"\n        },\n        {\n            \"loginName\": \"Cameron Eden\",\n            \"personId\": 51397,\n            \"description\": \"Successful manual login\",\n            \"name\": \"Login\",\n            \"createDate\": 1751001753677,\n            \"userType\": \"USER\"\n        },\n        {\n            \"loginName\": \"Bryan Brown\",\n            \"personId\": 50402,\n            \"description\": \"Service [247301] updated with fields [name=Detroit to Tokyo - Cloud VXC, autoRenewTerm=true, rateLimit=10000, shutdown=false, aEndVlan=1075]\",\n            \"name\": \"Service Updated\",\n            \"createDate\": 1750995401053,\n            \"userType\": \"USER\"\n        },\n        {\n            \"loginName\": \"Bryan Brown\",\n            \"personId\": 50402,\n            \"description\": \"Service [247301] updated with fields [name=Detroit to Tokyo - Cloud VXC, autoRenewTerm=true, rateLimit=10000, shutdown=false, aEndVlan=1075]\",\n            \"name\": \"Service Updated\",\n            \"createDate\": 1750995378148,\n            \"userType\": \"USER\"\n        },\n                {\n            \"loginName\": \"Kim Hughes\",\n            \"personId\": 26870,\n            \"description\": \"New Order via API [MegaportServiceDto{productType=MEGAPORT, createDate=Mon Jun 23 12:28:56 AEST 2025, productUid=c9bdcbe0-a0b4-4b9c-ae44-b264da0878e4, portSpeed=1000, lagPortCount=null, terminateDate=null, requestDate=null, market='null', marketplaceVisibility=false, vxcpermitted=true, vxcAutoApproval=false, isVirtual=false, associatedVxcs=[], associatedIxs=[], buyoutPort=false, crossConnectRequested=false, config=ConfigDto{mcrAsn=null, lag=null, lag_service_id=null, mcrVersion=null, bgpShutdownDefault=false, diverseFrom=null, diversityZone='red', customProperties={}}, serviceLicence=null, addOns=[]}MegaportServiceDto{productType=MEGAPORT, createDate=Mon Jun 23 12:28:56 AEST 2025, productUid=54529440-2157-410c-bec7-83fd42418446, portSpeed=1000, lagPortCount=null, terminateDate=null, requestDate=null, market='null', marketplaceVisibility=false, vxcpermitted=true, vxcAutoApproval=false, isVirtual=false, associatedVxcs=[], associatedIxs=[], buyoutPort=false, crossConnectRequested=false, config=ConfigDto{mcrAsn=null, lag=null, lag_service_id=null, mcrVersion=null, bgpShutdownDefault=false, diverseFrom=null, diversityZone='blue', customProperties={}}, serviceLicence=null, addOns=[]}]\",\n            \"name\": \"New API Order\",\n            \"createDate\": 1750645746318,\n            \"userType\": \"USER\"\n        },\n        {\n            \"loginName\": \"Kim Hughes\",\n            \"personId\": 26870,\n            \"description\": \"New Order validated via API [MegaportServiceDto{productType=MEGAPORT, createDate=Mon Jun 23 12:28:56 AEST 2025, productUid=a4cb74a0-4fd9-11f0-818d-bf40fe7cee82, portSpeed=1000, lagPortCount=null, terminateDate=null, requestDate=null, market='null', marketplaceVisibility=false, vxcpermitted=true, vxcAutoApproval=false, isVirtual=false, associatedVxcs=[], associatedIxs=[], buyoutPort=false, crossConnectRequested=false, config=ConfigDto{mcrAsn=null, lag=null, lag_service_id=null, mcrVersion=null, bgpShutdownDefault=false, diverseFrom=null, diversityZone='red', customProperties={}}, serviceLicence=null, addOns=[]}MegaportServiceDto{productType=MEGAPORT, createDate=Mon Jun 23 12:28:56 AEST 2025, productUid=cffb0f00-4fd9-11f0-818d-bf40fe7cee82, portSpeed=1000, lagPortCount=null, terminateDate=null, requestDate=null, market='null', marketplaceVisibility=false, vxcpermitted=true, vxcAutoApproval=false, isVirtual=false, associatedVxcs=[], associatedIxs=[], buyoutPort=false, crossConnectRequested=false, config=ConfigDto{mcrAsn=null, lag=null, lag_service_id=null, mcrVersion=null, bgpShutdownDefault=false, diverseFrom=null, diversityZone='blue', customProperties={}}, serviceLicence=null, addOns=[]}]\",\n            \"name\": \"New API Order Validation\",\n            \"createDate\": 1750645741729,\n            \"userType\": \"USER\"\n        },\n        {\n            \"loginName\": \"Kim Hughes\",\n            \"personId\": 26870,\n            \"description\": \"Successful manual login\",\n            \"name\": \"Login\",\n            \"createDate\": 1750640063136,\n            \"userType\": \"USER\"\n        },\n        {\n            \"loginName\": \"Kim Hughes\",\n            \"personId\": 47296,\n            \"description\": \"Successful manual login\",\n            \"name\": \"Login\",\n            \"createDate\": 1750637730232,\n            \"userType\": \"USER\"\n        },\n        {\n            \"loginName\": \"Bryan Brown\",\n            \"personId\": 50402,\n            \"description\": \"Service [247301] updated with fields [name=Detroit to Tokyo - Cloud VXC, term=24, autoRenewTerm=true, rateLimit=10000, shutdown=false, aEndVlan=1075, aEndConfig={}, bEndConfig={bandwidth=10000, connectType=ALIBABA, resource_name=b_csp_connection, resource_type=csp_connection, account_id=5234561292937849, bandwidths=[50, 100, 200, 300, 400, 500, 1000, 2000, 5000, 8000, 10000], csp_name=Alibaba}]\",\n            \"name\": \"Service Updated\",\n            \"createDate\": 1750995370666,\n            \"userType\": \"USER\"\n        },\n        {\n            \"loginName\": \"Bryan Brown\",\n            \"personId\": 50402,\n            \"description\": \"Product [d7f2b424-9c55-449b-aebd-4128913fe84c] changed to 24 months term.\",\n            \"name\": \"Port Term Change Successful\",\n            \"createDate\": 1750995370653,\n            \"userType\": \"USER\"\n        },\n        {\n            \"loginName\": \"Bryan Brown\",\n            \"personId\": 50402,\n            \"description\": \"Packet Filter List created successfully with details: ['description': 'To HO', 'entries/0.action': 'deny', 'entries/0.description': '', 'entries/0.destinationAddress': '10.1.1.0/24', 'entries/0.sourceAddress': '10.1.1.0/24']\",\n            \"name\": \"Packet Filter List Created\",\n            \"createDate\": 1750995299497,\n            \"userType\": \"USER\"\n        },\n        {\n            \"loginName\": \"Bryan Brown\",\n            \"personId\": 50402,\n            \"description\": \"Service [247300] updated with fields [name -> 5GN Melbourne Data Centre (MDC) @ Melbourne - MCR2, autoRenewTerm -> true, costCentre -> 45i67, rateLimit -> 10000, bgpShutdownDefault -> false]\",\n            \"name\": \"Service Updated\",\n            \"createDate\": 1750995198500,\n            \"userType\": \"USER\"\n        },\n        {\n            \"loginName\": \"Bryan Brown\",\n            \"personId\": 50402,\n            \"description\": \"Tags were added or removed successfully.\",\n            \"name\": \"Tags Updated\",\n            \"createDate\": 1750995195042,\n            \"userType\": \"USER\"\n        },\n        {\n            \"loginName\": \"Bryan Brown\",\n            \"personId\": 50402,\n            \"description\": \"Service [247300] updated with fields [name -> 5GN Melbourne Data Centre (MDC) @ Melbourne - MCR2, term -> 24, autoRenewTerm -> true, costCentre -> 230, bgpShutdownDefault -> false]\",\n            \"name\": \"Service Updated\",\n            \"createDate\": 1750995171754,\n            \"userType\": \"USER\"\n        }\n    ]\n}"},{"id":"fab1ba6c-c654-4b96-baf8-63240c8816f2","name":"Company Activity - Login Activity","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":{"raw":"{{baseUrl}}/v3/companyActivity?activityName=Login","host":["{{baseUrl}}"],"path":["v3","companyActivity"],"query":[{"key":"pageable","value":"{pageable}","description":"Pagination object using the pagination and sort parameters (pageSize, pageNumber, sort).\n Defaults to pageSize(10), pageNumber(1) and sort(createDate,desc). (Optional - Boolean)","disabled":true},{"key":"activityName","value":"Login","description":"The activity name. (Optional - string)"},{"key":"userUid","value":"{userUid}","description":"The user uid. Can be a user Uid or API key client ID. (Optional - string)","disabled":true},{"key":"userType","value":"{userType}","description":"The user type. Search is case-insensitive.\nAccepted values: USER, STAFF, API, M2M, SYSTEM. (Optional - string)","disabled":true},{"key":"q","value":"{query}","description":"Fuzzy search parameter. This is  matched partially against activity name and user login name. (Optional - string)","disabled":true},{"key":"from","value":"${fromDate}","description":"The start date for which to return activities. Enter the date in ISO 8601 format: YYYY-MM-DD. (Optional)","disabled":true},{"key":"to","value":"${toDate}","description":"The end date for which to return activities.  Enter the date in ISO 8601 format: YYYY-MM-DD. (Optional)","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 27 Jun 2025 06:40:42 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"887"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amzn-Trace-Id","value":"Root=1-685e3cea-2e9919964a537d1e6820e81d"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Pagination-Total-Count","value":"5"},{"key":"Pagination-Page","value":"1"},{"key":"Pagination-Limit","value":"10"},{"key":"Pagination-Total-Page","value":"1"},{"key":"Server-Timing","value":"app;dur=41"},{"key":"ETag","value":"W/\"0a8b2d7e82a38f9226f88f9b67c233179\""},{"key":"X-Xss-Protection","value":"1 ; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"trace-id","value":"036a2dc6bf7b495246ab89f0bcd16c84"},{"key":"X-Robots-Tag","value":"noindex"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Company activities\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"loginName\": \"Cameron Eden\",\n            \"personId\": 51397,\n            \"description\": \"Successful manual login\",\n            \"name\": \"Login\",\n            \"createDate\": 1751002092704,\n            \"userType\": \"USER\"\n        },\n        {\n            \"loginName\": \"Cameron Eden\",\n            \"personId\": 51397,\n            \"description\": \"Successful manual login\",\n            \"name\": \"Login\",\n            \"createDate\": 1751001753677,\n            \"userType\": \"USER\"\n        },\n        {\n            \"loginName\": \"Bryan Brown\",\n            \"personId\": 50402,\n            \"description\": \"Successful manual login\",\n            \"name\": \"Login\",\n            \"createDate\": 1750994456492,\n            \"userType\": \"USER\"\n        },\n        {\n            \"loginName\": \"Kim Hughes\",\n            \"personId\": 26870,\n            \"description\": \"Successful manual login\",\n            \"name\": \"Login\",\n            \"createDate\": 1750987568138,\n            \"userType\": \"USER\"\n        },\n        {\n            \"loginName\": \"Richard Gear\",\n            \"personId\": 61393,\n            \"description\": \"Successful manual login\",\n            \"name\": \"Login\",\n            \"createDate\": 1750983131061,\n            \"userType\": \"USER\"\n        }\n    ]\n}"},{"id":"82a684f0-9ce4-40d2-8024-19fceb66686c","name":"Company Activity - User Type","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":{"raw":"{{baseUrl}}/v3/companyActivity?userType=USER","host":["{{baseUrl}}"],"path":["v3","companyActivity"],"query":[{"key":"pageable","value":"{pageable}","description":"Pagination object using the pagination and sort parameters (pageSize, pageNumber, sort).\n Defaults to pageSize(10), pageNumber(1) and sort(createDate,desc). (Optional - Boolean)","disabled":true},{"key":"activityName","value":"{activityName}","description":"The activity name. (Optional - string)","disabled":true},{"key":"userUid","value":"{userUid}","description":"The user uid. Can be a user Uid or API key client ID. (Optional - string)","disabled":true},{"key":"userType","value":"USER","description":"The user type. Search is case-insensitive.\nAccepted values: USER, STAFF, API, M2M, SYSTEM. (Optional - string)"},{"key":"q","value":"{query}","description":"Fuzzy search parameter. This is  matched partially against activity name and user login name. (Optional - string)","disabled":true},{"key":"from","value":"${fromDate}","description":"The start date for which to return activities. Enter the date in ISO 8601 format: YYYY-MM-DD. (Optional)","disabled":true},{"key":"to","value":"${toDate}","description":"The end date for which to return activities.  Enter the date in ISO 8601 format: YYYY-MM-DD. (Optional)","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 27 Jun 2025 06:44:20 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"883"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amzn-Trace-Id","value":"Root=1-685e3dc4-70cda935697db78002a285dd"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Pagination-Total-Count","value":"24"},{"key":"Pagination-Page","value":"1"},{"key":"Pagination-Limit","value":"10"},{"key":"Pagination-Total-Page","value":"3"},{"key":"Server-Timing","value":"app;dur=54"},{"key":"ETag","value":"W/\"095d69c2fbf2f466825e57fb70650d7b2\""},{"key":"X-Xss-Protection","value":"1 ; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"trace-id","value":"59f261ba52e47ad88f2ec5035375c5a3"},{"key":"content-encoding","value":"gzip"},{"key":"X-Robots-Tag","value":"noindex"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Company activities\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"loginName\": \"Cameron Eden\",\n            \"personId\": 51397,\n            \"description\": \"Successful manual login\",\n            \"name\": \"Login\",\n            \"createDate\": 1751002092704,\n            \"userType\": \"USER\"\n        },\n        {\n            \"loginName\": \"Cameron Eden\",\n            \"personId\": 51397,\n            \"description\": \"Successful manual login\",\n            \"name\": \"Login\",\n            \"createDate\": 1751001753677,\n            \"userType\": \"USER\"\n        },\n        {\n            \"loginName\": \"Bryan Brown\",\n            \"personId\": 50402,\n            \"description\": \"Service [247301] updated with fields [name=Detroit to Tokyo - Cloud VXC, autoRenewTerm=true, rateLimit=10000, shutdown=false, aEndVlan=1075]\",\n            \"name\": \"Service Updated\",\n            \"createDate\": 1750995401053,\n            \"userType\": \"USER\"\n        },\n        {\n            \"loginName\": \"Bryan Brown\",\n            \"personId\": 50402,\n            \"description\": \"Service [247301] updated with fields [name=Detroit to Tokyo - Cloud VXC, autoRenewTerm=true, rateLimit=10000, shutdown=false, aEndVlan=1075]\",\n            \"name\": \"Service Updated\",\n            \"createDate\": 1750995378148,\n            \"userType\": \"USER\"\n        },\n        {\n            \"loginName\": \"Bryan Brown\",\n            \"personId\": 50402,\n            \"description\": \"Service [247301] updated with fields [name=Detroit to Tokyo - Cloud VXC, term=24, autoRenewTerm=true, rateLimit=10000, shutdown=false, aEndVlan=1075, aEndConfig={}, bEndConfig={bandwidth=10000, connectType=ALIBABA, resource_name=b_csp_connection, resource_type=csp_connection, account_id=5234561292937849, bandwidths=[50, 100, 200, 300, 400, 500, 1000, 2000, 5000, 8000, 10000], csp_name=Alibaba}]\",\n            \"name\": \"Service Updated\",\n            \"createDate\": 1750995370666,\n            \"userType\": \"USER\"\n        },\n        {\n            \"loginName\": \"Bryan Brown\",\n            \"personId\": 50402,\n            \"description\": \"Product [d7f2b424-9c55-449b-aebd-4128913fe84c] changed to 24 months term.\",\n            \"name\": \"Port Term Change Successful\",\n            \"createDate\": 1750995370653,\n            \"userType\": \"USER\"\n        },\n        {\n            \"loginName\": \"Bryan Brown\",\n            \"personId\": 50402,\n            \"description\": \"Packet Filter List created successfully with details: ['description': 'To HO', 'entries/0.action': 'deny', 'entries/0.description': '', 'entries/0.destinationAddress': '10.1.1.0/24', 'entries/0.sourceAddress': '10.1.1.0/24']\",\n            \"name\": \"Packet Filter List Created\",\n            \"createDate\": 1750995299497,\n            \"userType\": \"USER\"\n        },\n        {\n            \"loginName\": \"Bryan Brown\",\n            \"personId\": 50402,\n            \"description\": \"Service [247300] updated with fields [name -> 5GN Melbourne Data Centre (MDC) @ Melbourne - MCR2, autoRenewTerm -> true, costCentre -> 45i67, rateLimit -> 10000, bgpShutdownDefault -> false]\",\n            \"name\": \"Service Updated\",\n            \"createDate\": 1750995198500,\n            \"userType\": \"USER\"\n        },\n        {\n            \"loginName\": \"Bryan Brown\",\n            \"personId\": 50402,\n            \"description\": \"Tags were added or removed successfully.\",\n            \"name\": \"Tags Updated\",\n            \"createDate\": 1750995195042,\n            \"userType\": \"USER\"\n        },\n        {\n            \"loginName\": \"Bryan Brown\",\n            \"personId\": 50402,\n            \"description\": \"Service [247300] updated with fields [name -> 5GN Melbourne Data Centre (MDC) @ Melbourne - MCR2, term -> 24, autoRenewTerm -> true, costCentre -> 230, bgpShutdownDefault -> false]\",\n            \"name\": \"Service Updated\",\n            \"createDate\": 1750995171754,\n            \"userType\": \"USER\"\n        }\n    ]\n}"},{"id":"529b44a0-e571-45ab-989e-00c528640219","name":"Company Activity - Search on User Name","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":{"raw":"{{baseUrl}}/v3/companyActivity?q=Bryan","host":["{{baseUrl}}"],"path":["v3","companyActivity"],"query":[{"key":"pageable","value":"{pageable}","description":"Pagination object using the pagination and sort parameters (pageSize, pageNumber, sort).\n Defaults to pageSize(10), pageNumber(1) and sort(createDate,desc). (Optional - Boolean)","disabled":true},{"key":"activityName","value":"{activityName}","description":"The activity name. (Optional - string)","disabled":true},{"key":"userUid","value":"{userUid}","description":"The user uid. Can be a user Uid or API key client ID. (Optional - string)","disabled":true},{"key":"userType","value":"{userType}","description":"The user type. Search is case-insensitive.\nAccepted values: USER, STAFF, API, M2M, SYSTEM. (Optional - string)","disabled":true},{"key":"from","value":"${fromDate}","description":"The start date for which to return activities. Enter the date in ISO 8601 format: YYYY-MM-DD. (Optional)","disabled":true},{"key":"to","value":"${toDate}","description":"The end date for which to return activities.  Enter the date in ISO 8601 format: YYYY-MM-DD. (Optional)","disabled":true},{"key":"q","value":"Bryan","description":"Fuzzy search parameter. This is  matched partially against activity name and user login name. (Optional - string)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 27 Jun 2025 06:47:08 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1552"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amzn-Trace-Id","value":"Root=1-685e3e6c-5125425d7b6dbc7c50a11839"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Pagination-Total-Count","value":"16"},{"key":"Pagination-Page","value":"1"},{"key":"Pagination-Limit","value":"10"},{"key":"Pagination-Total-Page","value":"2"},{"key":"Server-Timing","value":"app;dur=49"},{"key":"ETag","value":"W/\"00bad5399cbe7bd527c6ad298627914f3\""},{"key":"X-Xss-Protection","value":"1 ; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"trace-id","value":"8bbb4a16097831541ca6dedf24c968e4"},{"key":"content-encoding","value":"gzip"},{"key":"X-Robots-Tag","value":"noindex"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Company activities\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"loginName\": \"Bryan Brown\",\n            \"personId\": 50402,\n            \"description\": \"Service [247301] updated with fields [name=Detroit to Tokyo - Cloud VXC, autoRenewTerm=true, rateLimit=10000, shutdown=false, aEndVlan=1075]\",\n            \"name\": \"Service Updated\",\n            \"createDate\": 1750995401053,\n            \"userType\": \"USER\"\n        },\n        {\n            \"loginName\": \"Bryan Brown\",\n            \"personId\": 50402,\n            \"description\": \"Service [247301] updated with fields [name=Detroit to Tokyo - Cloud VXC, autoRenewTerm=true, rateLimit=10000, shutdown=false, aEndVlan=1075]\",\n            \"name\": \"Service Updated\",\n            \"createDate\": 1750995378148,\n            \"userType\": \"USER\"\n        },\n        {\n            \"loginName\": \"Bryan Brown\",\n            \"personId\": 50402,\n            \"description\": \"Service [247301] updated with fields [name=Detroit to Tokyo - Cloud VXC, term=24, autoRenewTerm=true, rateLimit=10000, shutdown=false, aEndVlan=1075, aEndConfig={}, bEndConfig={bandwidth=10000, connectType=ALIBABA, resource_name=b_csp_connection, resource_type=csp_connection, account_id=5234561292937849, bandwidths=[50, 100, 200, 300, 400, 500, 1000, 2000, 5000, 8000, 10000], csp_name=Alibaba}]\",\n            \"name\": \"Service Updated\",\n            \"createDate\": 1750995370666,\n            \"userType\": \"USER\"\n        },\n        {\n            \"loginName\": \"Bryan Brown\",\n            \"personId\": 50402,\n            \"description\": \"Product [d7f2b424-9c55-449b-aebd-4128913fe84c] changed to 24 months term.\",\n            \"name\": \"Port Term Change Successful\",\n            \"createDate\": 1750995370653,\n            \"userType\": \"USER\"\n        },\n        {\n            \"loginName\": \"Bryan Brown\",\n            \"personId\": 50402,\n            \"description\": \"Packet Filter List created successfully with details: ['description': 'To HO', 'entries/0.action': 'deny', 'entries/0.description': '', 'entries/0.destinationAddress': '10.1.1.0/24', 'entries/0.sourceAddress': '10.1.1.0/24']\",\n            \"name\": \"Packet Filter List Created\",\n            \"createDate\": 1750995299497,\n            \"userType\": \"USER\"\n        },\n        {\n            \"loginName\": \"Bryan Brown\",\n            \"personId\": 50402,\n            \"description\": \"Service [247300] updated with fields [name -> 5GN Melbourne Data Centre (MDC) @ Melbourne - MCR2, autoRenewTerm -> true, costCentre -> 45i67, rateLimit -> 10000, bgpShutdownDefault -> false]\",\n            \"name\": \"Service Updated\",\n            \"createDate\": 1750995198500,\n            \"userType\": \"USER\"\n        },\n        {\n            \"loginName\": \"Bryan Brown\",\n            \"personId\": 50402,\n            \"description\": \"Tags were added or removed successfully.\",\n            \"name\": \"Tags Updated\",\n            \"createDate\": 1750995195042,\n            \"userType\": \"USER\"\n        },\n        {\n            \"loginName\": \"Bryan Brown\",\n            \"personId\": 50402,\n            \"description\": \"Service [247300] updated with fields [name -> 5GN Melbourne Data Centre (MDC) @ Melbourne - MCR2, term -> 24, autoRenewTerm -> true, costCentre -> 230, bgpShutdownDefault -> false]\",\n            \"name\": \"Service Updated\",\n            \"createDate\": 1750995171754,\n            \"userType\": \"USER\"\n        },\n        {\n            \"loginName\": \"Bryan Brown\",\n            \"personId\": 50402,\n            \"description\": \"Product [827f1878-cfd2-48ad-80fd-0b42e4c59b78] changed to 24 months term.\",\n            \"name\": \"Port Term Change Successful\",\n            \"createDate\": 1750995171644,\n            \"userType\": \"USER\"\n        },\n        {\n            \"loginName\": \"Bryan Brown\",\n            \"personId\": 50402,\n            \"description\": \"New Order via API [MegaportServiceDto{productType=MVE, createDate=Fri Jun 27 13:31:43 AEST 2025, productUid=39fcda6b-7274-46dd-bac6-dbb680ca070b, portSpeed=null, lagPortCount=null, terminateDate=null, requestDate=null, market='null', marketplaceVisibility=false, vxcpermitted=true, vxcAutoApproval=false, isVirtual=true, associatedVxcs=[VxcDto{aEnd=EndServiceDto{productUid='39fcda6b-7274-46dd-bac6-dbb680ca070b', nServiceId='null', productName='null', vlan=0, innerVlan=-1, vxcPermitted=true, locationId=4, metroId=null, locationUid='null', vnic=0, config=[]}, bEnd=EndServiceDto{productUid='0fbbdcfc-1642-4a43-b549-6900f71e7006', nServiceId='null', productName='null', vlan=0, innerVlan=null, vxcPermitted=true, locationId=4, metroId=null, locationUid='null', vnic=null, config=[complete=false, connectType=TRANSIT, fixedBandwidths=null]}, partnerConfigs=[], shutdown='false'AbstractServiceDto{productUid='4266b870-5307-11f0-94c3-91c7e4a86144', locationId=null, metroId=null, term=12, autoRenewTerm=true, locationUid='null', productName='NextDC M1 @ Melbourne - VMware MVE to Megaport Internet', productType='VXC', provisioningStatus='DESIGN', nServiceId=null, rateLimit=10000, promoCode='null', dealUid='null', costCentre='null', deployDate=null, secondaryName=null, attributeTags={}, resourceTags=[], serviceLicense=null, addOns=null}}], associatedIxs=[], buyoutPort=false, crossConnectRequested=false, config=ConfigDto{mcrAsn=null, lag=null, lag_service_id=null, mcrVersion=null, bgpShutdownDefault=false, diverseFrom=null, diversityZone='red', customProperties={filename=}}, serviceLicence=null, addOns=null}]\",\n            \"name\": \"New API Order\",\n            \"createDate\": 1750995143623,\n            \"userType\": \"USER\"\n        }\n    ]\n}"},{"id":"8c2794c6-4b56-494e-b804-397957fa39cf","name":"Company Activity - Service Activity","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":{"raw":"{{baseUrl}}/v3/companyActivity?targetEntityUid=952fe950-b61c-11f0-9eec-653c5b5c32c0","host":["{{baseUrl}}"],"path":["v3","companyActivity"],"query":[{"key":"pageable","value":"{pageable}","description":"Pagination object using the pagination and sort parameters (pageSize, pageNumber, sort).\n Defaults to pageSize(10), pageNumber(1) and sort(createDate,desc). (Optional - Boolean)","disabled":true},{"key":"activityName","value":"{activityName}","description":"The activity name. (Optional - string)","disabled":true},{"key":"userUid","value":"{userUid}","description":"The user UID. Can be a user UID or API key client ID. (Optional - string)","disabled":true},{"key":"userType","value":"{userType}","description":"The user type. Search is case-insensitive.\nAccepted values: USER, STAFF, API, M2M, SYSTEM. (Optional - string)","disabled":true},{"key":"targetEntityUid","value":"952fe950-b61c-11f0-9eec-653c5b5c32c0","description":"The unique identifier of the target entity associated with the activity. For example, a technical service Uid. (Optional - string)"},{"key":"q","value":"{query}","description":"Fuzzy search parameter. This is matched partially against the activity name and the user login name. (Optional - string)","disabled":true},{"key":"from","value":"${fromDate}","description":"The start date for which to return activities. Enter the date in ISO 8601 format: YYYY-MM-DD'T'HH:MM:SSZ. (Optional)","disabled":true},{"key":"to","value":"${toDate}","description":"The end date for which to return activities.  Enter the date in ISO 8601 format: YYYY-MM-DD'T'HH:MM:SSZ. (Optional)","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 31 Oct 2025 06:11:57 GMT"},{"key":"Content-Type","value":"application/json","description":""},{"key":"Content-Length","value":"651"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amzn-Trace-Id","value":"Root=1-6904532d-40117ee52879d936512278b1"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Pagination-Total-Count","value":"1"},{"key":"Pagination-Page","value":"1"},{"key":"Pagination-Limit","value":"10"},{"key":"Pagination-Total-Page","value":"1"},{"key":"Server-Timing","value":"app;dur=16"},{"key":"ETag","value":"W/\"0630690625afd176ec34ff12637236fc5\""},{"key":"X-Xss-Protection","value":"1 ; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"trace-id","value":"7314e8fc8692ede1fdf3d30ca217afa6"},{"key":"X-Robots-Tag","value":"noindex"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Company activities\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"loginName\": \"Jeff Brown\",\n            \"personId\": 50402,\n            \"description\": \"New Order validated via API: buyoutPort: false, config.bgpShutdownDefault: false, config.diversityZone: 'blue', config.mcrVersion: 2, createDate: Fri Oct 31 15:44:17 AEST 2025, portSpeed: 50000, productName: '5G Networks MDC @ Melbourne - MCR2', productType: 'MCR2', productUid: '952fe950-b61c-11f0-9eec-653c5b5c32c0', provisioningStatus: 'DESIGN', term: 48\",\n            \"name\": \"New API Order Validation\",\n            \"createDate\": 1761889466641,\n            \"userType\": \"USER\"\n        }\n    ]\n}"}],"_postman_id":"881a619d-0baa-4635-85b5-76890db03e93"},{"name":"User Activity Names","id":"e53fdeef-4e24-4536-9229-d4434b34ae8c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v3/activityNames","description":"<p>Returns a list of activity names for the logged-in user, in alphabetical order.</p>\n<p>You can retrieve the names of the activities that you have performed using this request.</p>\n<p>For a full list of the activities that are recorded, see <a href=\"https://docs.megaport.com/portal-admin/activity-logs/#what-information-is-logged\">What information is logged</a>.</p>\n","urlObject":{"path":["v3","activityNames"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"90c996f7-6614-49be-a3f1-b5add7be1ce7","name":"User Activity Names","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v3/activityNames"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 24 Jun 2025 08:26:40 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"445"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amzn-Trace-Id","value":"Root=1-685a6140-7c3d83370004149372fe4900"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Server-Timing","value":"app;dur=44"},{"key":"ETag","value":"W/\"0bfebc93952929072ce763061b345fe82\""},{"key":"X-Xss-Protection","value":"1 ; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"trace-id","value":"4d0e5cb99687e7398b52ed5bf1dfe76a"},{"key":"X-Robots-Tag","value":"noindex"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"List of user activity names\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        \"Login\",\n        \"New API Order\",\n        \"New API Order Validation\",\n        \"New Opportunity\",\n        \"Notification Preferences Updated\",\n        \"Packet Filter List Created\",\n        \"Prefix Filter List Created\",\n        \"Service key added successfully\",\n        \"Service Locked\",\n        \"Service Unlocked\",\n        \"Service Updated\",\n        \"Tags Updated\",\n        \"Update Employee\"\n    ]\n}"}],"_postman_id":"e53fdeef-4e24-4536-9229-d4434b34ae8c"},{"name":"Company Activity Names","id":"9a12107b-3b49-46a2-ac83-0954c571c0b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v3/companyActivityNames","description":"<p>Returns a list of activity names for the company of the logged-in user, in alphabetical order.</p>\n<p>A Company Admin user can retrieve the names of the activities that have been performed company-wide using this request.</p>\n<p>For a full list of the activities that are recorded, see <a href=\"https://docs.megaport.com/portal-admin/activity-logs/#what-information-is-logged\">What information is logged</a>.</p>\n<h3 id=\"who-can-view-activities\"><strong>Who can view activities?</strong></h3>\n<p>Users with the Company Admin role can retrieve all of the activities of the company the user belongs to using this request. However, the same request for a user without the Company Admin role will return an error with the message <em>\"Missing the</em> <em>required permission [company_admin]\"</em>. The same result is returned if a Company Admin attempts to access a different companies' activities.</p>\n","urlObject":{"path":["v3","companyActivityNames"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"c38cb11f-10be-4627-b5ac-8a0b6fe04bf2","name":"Company Activity Names","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v3/companyActivityNames"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 24 Jun 2025 08:29:04 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"514"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amzn-Trace-Id","value":"Root=1-685a61cf-154f44f5158077754779689e"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Server-Timing","value":"app;dur=31"},{"key":"ETag","value":"W/\"012248f8562d7a3d26082c13368c7a00f\""},{"key":"X-Xss-Protection","value":"1 ; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"trace-id","value":"4a5cc01908140f5156f881192d5e6574"},{"key":"X-Robots-Tag","value":"noindex"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"List of company activity names\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        \"Failed Login\",\n        \"Login\",\n        \"Logout\",\n        \"New API Order\",\n        \"New API Order Validation\",\n        \"New Opportunity\",\n        \"Notification Preferences Updated\",\n        \"Packet Filter List Created\",\n        \"Prefix Filter List Created\",\n        \"Service key added successfully\",\n        \"Service Locked\",\n        \"Service Unlocked\",\n        \"Service Updated\",\n        \"Signup/Login with Google\",\n        \"Signup/Login with IDP\",\n        \"Tags Updated\",\n        \"Update Employee\"\n    ]\n}"}],"_postman_id":"9a12107b-3b49-46a2-ac83-0954c571c0b5"},{"name":"Company Users","id":"6d0f8311-dcc2-4c51-962e-91b92b6c1834","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v3/companyActivity/users","description":"<p>Returns a list of users who have performed activities within the logged-in user's company, sorted alphabetically by <code>userName</code>.</p>\n<p>The response contains the <code>uid</code>, <code>userName</code>, and <code>userType</code> for every user that has recorded an activity.</p>\n<p>The <code>uid</code> and <code>userName</code> show the user ID and user name, or API key (Client Id) and API key name, depending on the type of user.</p>\n<p>The <code>userType</code> value can be one of the following:</p>\n<ul>\n<li><p>USER</p>\n</li>\n<li><p>STAFF</p>\n</li>\n<li><p>API</p>\n</li>\n<li><p>M2M</p>\n</li>\n<li><p>SYSTEM</p>\n</li>\n</ul>\n<p>For example:</p>\n<blockquote>\n<p>\"uid\": \"7c73cd0a-d72c-4d7e-808b-366094ce7b98\",<br />\"userName\": \"Kaelis Dronyx\",<br />\"userType\": \"USER\" </p>\n</blockquote>\n<p>For a full list of the activities that are recorded, see <a href=\"https://docs.megaport.com/portal-admin/activity-logs/#what-information-is-logged\">What information is logged</a>.</p>\n<h3 id=\"who-can-view-activities\"><strong>Who can view activities?</strong></h3>\n<p>Company Admins can retrieve all of the activities of the company the user belongs to using this request. However, the same request by a user who is not a Company Admin will return an error with the message <em>\"Missing the</em> <em>required permission [company_admin]\"</em>. The same result is returned if a Company Admin attempts to access a different companies' activities.</p>\n","urlObject":{"path":["v3","companyActivity","users"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"eea1a0a0-053c-4662-ac73-b2e57a90554b","name":"Company Activity By User","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v3/companyActivity/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 24 Jun 2025 08:32:39 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"833"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"X-Amzn-Trace-Id","value":"Root=1-685a62a7-0503f4fd2cee31dc485bf078"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Server-Timing","value":"app;dur=24"},{"key":"ETag","value":"W/\"0bfdbdb74153919383eadbd6caba96718\""},{"key":"X-Xss-Protection","value":"1 ; mode=block"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Strict-Transport-Security","value":"max-age=31536000; preload"},{"key":"Referrer-Policy","value":"no-referrer"},{"key":"Content-Security-Policy","value":"default-src 'self' https:; font-src 'self' https: data:; img-src 'self' https: data:; object-src 'none'; script-src https:; style-src 'self' https: 'unsafe-inline'"},{"key":"X-Download-Options","value":"noopen"},{"key":"X-Permitted-Cross-Domain-Policies","value":"none"},{"key":"trace-id","value":"106b2a6fddf83a43f1ee200e51adae5f"},{"key":"X-Robots-Tag","value":"noindex"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"List of company User Name and UID / Api Key name and Client Id\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"uid\": \"1449df16-2c2e-4d94-bafd-bd5e194f796c\",\n            \"userName\": \"Carlos Mendes\",\n            \"userType\": \"USER\"\n        },\n        {\n            \"uid\": \"dc7e7845-51d8-4845-882b-b8349f624574\",\n            \"userName\": \"Elira Mondai\",\n            \"userType\": \"USER\"\n        },\n        {\n            \"uid\": \"2f27647d-ec6d-4fc9-8ac6-e9edfd4ef004\",\n            \"userName\": \"Emily Dubois\",\n            \"userType\": \"USER\"\n        },\n        {\n            \"uid\": \"ln7tf4ugame3ufol4u9ja623p\",\n            \"userName\": \"GB FOR TESTING\",\n            \"userType\": \"M2M\"\n        },\n        {\n            \"uid\": \"6db11479-4465-434b-818a-40407d9e365f\",\n            \"userName\": \"Jex Alaric\",\n            \"userType\": \"USER\"\n        },\n        {\n            \"uid\": \"7c73cd0a-d72c-4d7e-808b-366094ce7b98\",\n            \"userName\": \"Kaelis Dronyx\",\n            \"userType\": \"USER\"\n        },\n        {\n            \"uid\": \"79c3abef-eefb-4542-8ae2-364e6c78696f\",\n            \"userName\": \"Miraen Solis\",\n            \"userType\": \"USER\"\n        },\n        {\n            \"uid\": \"2f24647f-ec6b-4fc9-8ac6-e9edfd4ef004\",\n            \"userName\": \"Nexari Prime\",\n            \"userType\": \"USER\"\n        },\n        {\n            \"uid\": \"45c3abed-eefb-4562-8ad2-364e6c78696f\",\n            \"userName\": \"Nina Takahashi\",\n            \"userType\": \"USER\"\n        },\n        {\n            \"uid\": \"22b0ae2d-d4e4-47eb-900a-fb6f76e655e7\",\n            \"userName\": \"Robert Vexley\",\n            \"userType\": \"USER\"\n        },\n        {\n            \"uid\": \"f39b4983-256e-4643-adec-9f0d5da09ab7\",\n            \"userName\": \"Vorrik Senn\",\n            \"userType\": \"USER\"\n        }\n    ]\n}"}],"_postman_id":"6d0f8311-dcc2-4c51-962e-91b92b6c1834"}],"id":"6af29350-d64e-49c8-9d82-3dd9c50c132b","description":"<p>The requests in this section are used to view activity log information.</p>\n<p>Users with any Portal role can view user activities, however, only Company Admins can view company activities. For more information, see <a href=\"https://docs.megaport.com/portal-admin/user-management/roles/\">Managing User Roles</a>.</p>\n<p>The Activity Logs record all activities that occur, and include the date and time of each event. Activity logs can provide an audit trail to prove any malicious activity via compromised accounts, show evidence of activities performed by API keys, and can be useful when troubleshooting a system issue.</p>\n<p><strong>Note:</strong> Activity Log events are retained for 60 days.</p>\n<p>For more information, see <a href=\"https://docs.megaport.com/portal-admin/activity-logs/\">Viewing Activity Logs</a>.</p>\n","_postman_id":"6af29350-d64e-49c8-9d82-3dd9c50c132b"},{"name":"Partner API for Managed Accounts","item":[{"name":"Manage Accounts","item":[{"name":"List Managed Accounts","id":"592e70b1-f3f6-457c-9a83-3dfa95332542","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{accessToken}}","type":"text"}],"url":"{{baseUrl}}/v2/managedCompanies","description":"<p>Megaport partners can use this endpoint to list all the managed companies linked to their account.</p>\n","urlObject":{"path":["v2","managedCompanies"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"156e92f5-1875-468d-a6de-64bc3327ce70","name":"List Managed Accounts","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{accessToken}}","type":"text"}],"url":"https://api-staging.megaport.com/v2/managedCompanies"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 03 Aug 2021 17:45:53 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"UOW","value":"18214133-eeba-450a-ab3a-4459ccfb0147"},{"key":"ETag","value":"W/\"0623ccb9f334a2c829ad452d30d850a3a\""},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Managed Accounts.\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"accountRef\": \"AUS-BNE-4101-KK\",\n            \"accountName\": \"Demo Company\",\n            \"companyUid\": \"ccfcf1dc-cf38-4526-9f2f-13d36a2441db\"\n        },\n        {\n            \"accountRef\": \"555-1212-0317-1967\",\n            \"accountName\": \"Best Company Ever\",\n            \"companyUid\": \"fd404dc9-9efd-43c1-9e0b-a58a9d250130\"\n        }\n    ]\n}"}],"_postman_id":"592e70b1-f3f6-457c-9a83-3dfa95332542"},{"name":"List Managed Account Settings","id":"b84836b5-7f98-4aab-b4a2-e89c17e1494f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":"{{baseUrl}}/v3/company/base/partners/:partnerCompanyUid/managed_companies_settings","description":"<p>Megaport partners can use this endpoint to list all of their managed accounts and the settings they have configured on those accounts.</p>\n<p>The response includes the status of settings such as Pricing Visibility, <a href=\"https://partner-docs.megaport.com/account/auto-renew/\">Minimum Term Renewals</a>, and the <a href=\"https://partner-docs.megaport.com/services/service-approval-queue/\">Service Approval Queue</a>.</p>\n<p>For information about configuring settings for managed accounts, see <a href=\"https://partner-docs.megaport.com/account/feature-configuration/\">Configuring Account Settings</a>.</p>\n","urlObject":{"path":["v3","company","base","partners",":partnerCompanyUid","managed_companies_settings"],"host":["{{baseUrl}}"],"query":[],"variable":[{"description":{"content":"<p>The UID of the Partner company. This is the <code>companyUid</code> returned in the GET Product List <code>/v2/products</code> endpoint.</p>\n","type":"text/plain"},"type":"any","value":"","key":"partnerCompanyUid"}]}},"response":[{"id":"d01aee29-95dc-4cd0-a293-eedf011fb1fb","name":"Success Response","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":{"raw":"{{baseUrl}}/v3/company/base/partners/:partnerCompanyUid/managed_companies_settings","host":["{{baseUrl}}"],"path":["v3","company","base","partners",":partnerCompanyUid","managed_companies_settings"],"variable":[{"key":"partnerCompanyUid","value":"","description":"The UID of the Partner company. This is the `companyUid` returned in the GET Product List `/v2/products` endpoint."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Action completed successfully\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"companyId\": 92227,\n            \"parentCompanyId\": 0,\n            \"companyOverrides\": {\n                \"groups\": {\n                    \"BILLING_CONFIGURATION\": {\n                        \"name\": \"BILLING_CONFIGURATION\",\n                        \"minSelection\": null,\n                        \"maxSelection\": null,\n                        \"limitedByParentSettings\": false,\n                        \"disabled\": false,\n                        \"settings\": {\n                            \"AUTO_RENEW_TERM\": {\n                                \"key\": \"AUTO_RENEW_TERM\",\n                                \"value\": true,\n                                \"locked\": false\n                            }\n                        },\n                        \"accountTypes\": [\n                            \"DIRECT_CUSTOMER\",\n                            \"DISTRIBUTOR\",\n                            \"PARTNER\",\n                            \"MANAGED_ACCOUNT\"\n                        ],\n                        \"displayOrder\": 3\n                    },\n                    \"PRICING_VISIBILITY\": {\n                        \"name\": \"PRICING_VISIBILITY\",\n                        \"minSelection\": null,\n                        \"maxSelection\": null,\n                        \"limitedByParentSettings\": false,\n                        \"disabled\": false,\n                        \"settings\": {\n                            \"PRICING_VISIBLE\": {\n                                \"key\": \"PRICING_VISIBLE\",\n                                \"value\": false,\n                                \"locked\": false\n                            }\n                        },\n                        \"accountTypes\": [\n                            \"DIRECT_CUSTOMER\",\n                            \"DISTRIBUTOR\",\n                            \"PARTNER\",\n                            \"MANAGED_ACCOUNT\"\n                        ],\n                        \"displayOrder\": 8\n                    },\n                    \"PARTNER_ORDERING_APPROVAL\": {\n                        \"name\": \"PARTNER_ORDERING_APPROVAL\",\n                        \"minSelection\": null,\n                        \"maxSelection\": null,\n                        \"limitedByParentSettings\": false,\n                        \"disabled\": false,\n                        \"settings\": {\n                            \"PARTNER_ORDERING_APPROVAL_ENABLED\": {\n                                \"key\": \"PARTNER_ORDERING_APPROVAL_ENABLED\",\n                                \"value\": false,\n                                \"locked\": false\n                            }\n                        },\n                        \"accountTypes\": [\n                            \"PARTNER\",\n                            \"MANAGED_ACCOUNT\"\n                        ],\n                        \"displayOrder\": 14\n                    }\n                }\n            },\n            \"childDefaults\": {\n                \"groups\": {}\n            },\n            \"rootAccountType\": \"PARTNER\",\n            \"accountType\": \"MANAGED_ACCOUNT\",\n            \"recordExists\": true\n        }\n    ]\n}"},{"id":"7cc61d7c-bb96-42da-97d9-59ba95119dee","name":"Incorrect Partner UID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"url":{"raw":"{{baseUrl}}/v3/company/base/partners/:partnerCompanyUid/managed_companies_settings","host":["{{baseUrl}}"],"path":["v3","company","base","partners",":partnerCompanyUid","managed_companies_settings"],"variable":[{"key":"partnerCompanyUid","value":"","description":"The UID of the Partner company. This is the `companyUid` returned in the GET Product List `/v2/products` endpoint."}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Company not found for partner: b5dbe898-eaa5-4521-801b-57e60f10ffae\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\"\n}"}],"_postman_id":"b84836b5-7f98-4aab-b4a2-e89c17e1494f"},{"name":"Create a Managed Account","id":"78cafe6e-44c0-4c9d-a916-5510f6fa6196","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"accountName\": \"string\",\n    \"accountRef\": \"string\",\n    \"techSupportEmail\": \"user@example.com\",\n    \"techSupportPhone\": \"string\",\n    \"markets\": [\n      {\n        \"marketCode\": \"string\",\n        \"currency\": \"string\",\n        \"taxId\": \"string\",\n        \"taxAddress\": {\n           \"addressId\": 123456,\n           \"latitude\": \"37.7749\",\n           \"longitude\": \"-122.4194\",\n           \"streetName\": \"Market Street\",\n           \"streetType\": \"Street\",\n           \"postcode\": \"94103\",\n           \"country\": \"United States\",\n           \"numberFirst\": \"123\",\n           \"numberLast\": \"Apt 4B\",\n           \"locality\": \"Downtown\",\n           \"subLocality\": \"Financial District\",\n           \"addressSummary\": \"123 Market Street, Downtown\",\n           \"administrativeAreaLevel1\": \"California\",\n           \"administrativeAreaLevel2\": \"San Francisco County\",\n           \"administrativeAreaLevel3\": \"South of Market\",\n           \"floorLevel\": \"3rd Floor\",\n           \"city\": \"San Francisco\",\n           \"state\": \"CA\",\n           \"address1\": \"123 Market Street\",\n           \"address2\": \"Suite 400\"\n      }\n    }\n  ],\n    \"resellerName\": \"string\",\n    \"resourceLimits\": [\n      {\n        \"productType\": \"MEGAPORT\",\n        \"limit\": 10\n      }\n    ]\n}"},"url":"{{baseUrl}}/v2/managedCompanies","description":"<p>As a Megaport Partner, use this endpoint to create a new managed company account.</p>\n<p>The parameters are defined in the Body of the request:</p>\n<ul>\n<li><p><code>accountName</code> – A unique, easily identifiable name for the account. The length can range from 1 to 128 characters (Required - string).</p>\n</li>\n<li><p><code>accountRef</code> - A reference ID for the managed account. The <code>accountRef</code> is typically an identifier used in partner systems (for example, CRM or billing). This value is shown on the invoices as the Managed Account Reference. The <code>accountRef</code> also identifies the account in email notifications. (The <code>accountRef</code> value maps to the Managed Account UID in the Portal interface.) (Required - string).</p>\n</li>\n<li><p><code>techSupportEmail</code> - The email address for technical support. This is used for communication regarding technical issues or inquiries. It should be a valid email format (Optional - string).</p>\n</li>\n<li><p><code>techSupportPhone</code> - The phone number for technical support. This is used for communication regarding technical issues or inquiries. It should be in a valid phone number format (Optional - string).</p>\n</li>\n<li><p><code>markets</code> - An array of objects that identify the managed account, including <code>marketCode</code>, <code>currency</code>, <code>taxId</code>, and <code>taxAddress</code>. The <code>taxAddress</code> object represents a Google Address DTO (Data Transfer Object). It contains various properties related to an address, such as latitude, longitude, street name, postcode, and more. Each property provides specific details about the address, which can be used in various applications or services (Optional - array).</p>\n</li>\n<li><p><code>resellerName</code> - The name of the reseller associated with the company (Optional - string).</p>\n</li>\n<li><p><code>resourceLimits</code> - The maximum number of services allowed to be ordered for a given product type. Resource limits can only be configured for these product types: MEGAPORT, MVE, MCR2, NAT_GATEWAY, IX, VXC (Optional - array).</p>\n</li>\n</ul>\n<p>A successful call returns a <code>companyUid</code> for the new company entry. You use the <code>companyUid</code> to reference this company in other API calls, and to act on behalf of the company.</p>\n","urlObject":{"path":["v2","managedCompanies"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"b6e53d19-bb0f-4a6f-a586-426530f0e3f4","name":"Create a Managed Account - Full Details","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"{\n    \"accountName\": \"Best Company Ever\",\n    \"accountRef\": \"555-1212-0317-1967\",\n    \"techSupportEmail\": \"user@example.com\",\n    \"techSupportPhone\": \"5551234\",\n    \"markets\": [\n      {\n        \"marketCode\": \"string\",\n        \"currency\": \"string\",\n        \"taxId\": \"string\",\n        \"taxAddress\": {\n           \"addressId\": 123456,\n           \"latitude\": \"37.7749\",\n           \"longitude\": \"-122.4194\",\n           \"streetName\": \"Market Street\",\n           \"streetType\": \"Street\",\n           \"postcode\": \"94103\",\n           \"country\": \"United States\",\n           \"numberFirst\": \"123\",\n           \"numberLast\": \"Apt 4B\",\n           \"locality\": \"Downtown\",\n           \"subLocality\": \"Financial District\",\n           \"addressSummary\": \"123 Market Street, Downtown\",\n           \"administrativeAreaLevel1\": \"California\",\n           \"administrativeAreaLevel2\": \"San Francisco County\",\n           \"administrativeAreaLevel3\": \"South of Market\",\n           \"floorLevel\": \"3rd Floor\",\n           \"city\": \"San Francisco\",\n           \"state\": \"CA\",\n           \"address1\": \"123 Market Street\",\n           \"address2\": \"Suite 400\"\n      }\n    }\n  ],\n    \"resellerName\": \"string\",\n    \"resourceLimits\": [\n      {\n        \"productType\": \"MEGAPORT\",\n        \"limit\": 10\n      }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api-staging.megaport.com/v2/managedCompanies"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 03 Aug 2021 17:44:20 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"UOW","value":"a8a9a216-a443-4a73-83c6-814cf7de30e7"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"New managed company has been successfully created.\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": {\n        \"accountRef\": \"555-1212-0317-1967\",\n        \"accountName\": \"Best Company Ever\",\n        \"companyUid\": \"fd404dc9-9efd-43c1-9e0b-a58a9d250130\",\n        \"techSupportEmail\": \"user@example.com\",\n        \"techSupportPhone\": \"5551234\",\n        \"companyId\": 0,\n        \"accountManagementEmail\": \"user@example.com\",\n        \"customerSuccessManagerEmail\": \"user@example.com\",\n        \"resourceLimits\": [\n          {\n            \"productType\": \"MEGAPORT\",\n            \"limit\": 10,\n            \"currentCount\": 8\n          }\n        ]\n    }\n}"},{"id":"33738bbe-26a4-465f-b283-a65a5f6e9e77","name":"Create a Managed Account - Name and Reference","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"{\n    \"accountName\": \"Best Company Ever\",\n    \"accountRef\": \"555-1212-0317-1967\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api-staging.megaport.com/v2/managedCompanies"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 03 Aug 2021 17:44:20 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"UOW","value":"a8a9a216-a443-4a73-83c6-814cf7de30e7"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"New managed company has been successfully created.\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": {\n        \"accountRef\": \"555-1212-0317-1967\",\n        \"accountName\": \"Best Company Ever\",\n        \"companyUid\": \"699deae1-8704-475b-b3df-9ec2b795a019\"\n    }\n}"}],"_postman_id":"78cafe6e-44c0-4c9d-a916-5510f6fa6196"},{"name":"Update Managed Company Details","id":"d98b5517-7c26-4751-bd06-4dad767b514b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"accountName\": \"string\",\n    \"accountRef\": \"string\",\n    \"techSupportEmail\": \"user@example.com\",\n    \"techSupportPhone\": \"string\",\n    \"markets\": [\n      {\n        \"marketCode\": \"string\",\n        \"currency\": \"string\",\n        \"taxId\": \"string\",\n        \"taxAddress\": {\n           \"addressId\": 123456,\n           \"latitude\": \"37.7749\",\n           \"longitude\": \"-122.4194\",\n           \"streetName\": \"Market Street\",\n           \"streetType\": \"Street\",\n           \"postcode\": \"94103\",\n           \"country\": \"United States\",\n           \"numberFirst\": \"123\",\n           \"numberLast\": \"Apt 4B\",\n           \"locality\": \"Downtown\",\n           \"subLocality\": \"Financial District\",\n           \"addressSummary\": \"123 Market Street, Downtown\",\n           \"administrativeAreaLevel1\": \"California\",\n           \"administrativeAreaLevel2\": \"San Francisco County\",\n           \"administrativeAreaLevel3\": \"South of Market\",\n           \"floorLevel\": \"3rd Floor\",\n           \"city\": \"San Francisco\",\n           \"state\": \"CA\",\n           \"address1\": \"123 Market Street\",\n           \"address2\": \"Suite 400\"\n      }\n    }\n  ],\n    \"resellerName\": \"string\",\n    \"resourceLimits\": [\n      {\n        \"productType\": \"MEGAPORT\",\n        \"limit\": 10\n      }\n    ]\n}"},"url":"{{baseUrl}}/v2/managedCompanies/{managedCompanyUid}","description":"<p>Megaport partners can update details for their managed accounts through the API.</p>\n<p>You identify the company by providing the <code>companyUid</code> as a parameter for the endpoint. This is the <code>companyUid</code> returned when the company was created.</p>\n<p>The parameters are defined in the Body of the request:</p>\n<ul>\n<li><p><code>accountName</code> – A unique, easily identifiable name for the account. The length can range from 1 to 128 characters (Required - string).</p>\n</li>\n<li><p><code>accountRef</code> - A reference ID for the managed account. The <code>accountRef</code> is typically an identifier used in partner systems (for example, CRM or billing). This value is shown on the invoices as the Managed Account Reference. The <code>accountRef</code> also identifies the account in email notifications. (The <code>accountRef</code> value maps to the Managed Account UID in the Portal interface.) (Required - string).</p>\n</li>\n<li><p><code>techSupportEmail</code> - The email address for technical support. This is used for communication regarding technical issues or inquiries. It should be a valid email format (Optional - string).</p>\n</li>\n<li><p><code>techSupportPhone</code> - The phone number for technical support. This is used for communication regarding technical issues or inquiries. It should be in a valid phone number format (Optional - string).</p>\n</li>\n<li><p><code>markets</code> - An array of objects that identify the managed account, including <code>marketCode</code>, <code>currency</code>, <code>taxId</code>, and <code>taxAddress</code>. The <code>taxAddress</code> object represents a Google Address DTO (Data Transfer Object). It contains various properties related to an address, such as latitude, longitude, street name, postcode, and more. Each property provides specific details about the address, which can be used in various applications or services (Optional - array).</p>\n</li>\n<li><p><code>resellerName</code> - The name of the reseller associated with the company (Optional - string).</p>\n</li>\n<li><p><code>resourceLimits</code> - The maximum number of services allowed to be ordered for a given product type. Resource limits can only be configured for these product types: MEGAPORT, MVE, MCR2, NAT_GATEWAY, IX, VXC (Optional - array).</p>\n</li>\n</ul>\n","urlObject":{"path":["v2","managedCompanies","{managedCompanyUid}"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"e760d4c3-91c4-482f-9ec0-7d7d5ce8b9d7","name":"Update Managed Company Details - Full Details","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"{\n    \"accountName\": \"Best Demo Company Ever\",\n    \"accountRef\": \"222-1313-0329-1961\",\n    \"techSupportEmail\": \"support-user@example.com\",\n    \"techSupportPhone\": \"555-1235\",\n    \"resourceLimits\": [\n      {\n        \"productType\": \"MEGAPORT\",\n        \"limit\": 15\n      },\n      {\n        \"productType\": \"MCR\",\n        \"limit\": 10\n      }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api-staging.megaport.com/v2/managedCompanies/fd404dc9-9efd-43c1-9e0b-a58a9d250130"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 05 Aug 2021 22:54:05 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"UOW","value":"c00df472-3de0-4ec2-b341-77c8d28ce3f6"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Managed company: fd404dc9-9efd-43c1-9e0b-a58a9d250130 has been successfully updated.\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": {\n        \"accountRef\": \"222-1313-0329-1961\",\n        \"accountName\": \"Best Demo Company Ever\",\n        \"companyUid\": \"fd404dc9-9efd-43c1-9e0b-a58a9d250130\",\n        \"techSupportEmail\": \"support-user@example.com\",\n        \"techSupportPhone\": \"555-1235\",\n        \"resourceLimits\": [\n           {\n              \"productType\": \"MEGAPORT\",\n              \"limit\": 15,\n              \"currentCount\": 8\n           },\n           {\n              \"productType\": \"MCR\",\n              \"limit\": 10,\n              \"currentCount\": 2\n           }\n        ]\n    }\n}"},{"id":"4020bd03-9f41-44c0-9a70-23db87464de0","name":"Update Managed Company Details - Name and Reference","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"}],"body":{"mode":"raw","raw":"{\n    \"accountName\": \"Best Demo Company\",\n    \"accountRef\": \"222-1313-0329-1961\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api-staging.megaport.com/v2/managedCompanies/699deae1-8704-475b-b3df-9ec2b795a019"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 05 Aug 2021 22:54:05 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"UOW","value":"c00df472-3de0-4ec2-b341-77c8d28ce3f6"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Managed company: 699deae1-8704-475b-b3df-9ec2b795a019 has been successfully updated.\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": {\n        \"accountRef\": \"222-1313-0329-1961\",\n        \"accountName\": \"Best Demo Company\",\n        \"companyUid\": \"699deae1-8704-475b-b3df-9ec2b795a019\"\n    }\n}"}],"_postman_id":"d98b5517-7c26-4751-bd06-4dad767b514b"}],"id":"85687abc-40a9-478b-b5fc-18abd7f08b1b","description":"<p>This section describes how Megaport partners can manage accounts, including listing existing accounts, creating new accounts, and updating account details.</p>\n","_postman_id":"85687abc-40a9-478b-b5fc-18abd7f08b1b"},{"name":"Act on Behalf of Managed Account","item":[{"name":"Buy Port for Managed Account (v3)","id":"46e1a882-62bc-49ea-ab1d-e3aef8d86dd0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"},{"key":"X-Call-Context","value":"{{managedCompanyUid}}"}],"body":{"mode":"raw","raw":"[\n  {\n    \"locationId\": 60,\n    \"term\": 1,\n    \"promoCode\": \"promox3mnthfree2\",\n    \"locationUid\": null,\n    \"productName\": \"My LA API Port for a Managed Company\",\n    \"productType\": \"MEGAPORT\",\n    \"diversityZone\": \"blue\",\n    \"createDate\": 1614643280,\n    \"portSpeed\": 1000,\n    \"virtual\": false,\n    \"market\": \"US\", \n    \"costCentre\": \"Optional finance reference\"\n  }\n]"},"url":"{{baseUrl}}/v3/networkdesign/buy","description":"<p>Orders the Port for the company specified in the <code>X-Call-Context</code> header and sends the information to the provisioning system for processing. This request commits the order.</p>\n<p><code>promoCode</code> is an optional string that can be used to enter a promotional code for the service order. The code is not validated, so if the code doesn’t exist or doesn’t work for the service, the call will still be successful.</p>\n","urlObject":{"path":["v3","networkdesign","buy"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"34183b8a-f9f5-4dd0-8067-85db3afabb6c","name":"Buy Port for Managed Account (v3)","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer {{accessToken}}"},{"key":"X-Call-Context","value":"{{managedCompanyUid}}"}],"body":{"mode":"raw","raw":"[\n  {\n    \"locationId\": 60,\n    \"term\": 1,\n    \"locationUid\": null,\n    \"productName\": \"My LA API Port for a Managed Company\",\n    \"productType\": \"MEGAPORT\",\n    \"diversityZone\": \"blue\",\n    \"createDate\": 1614643280,\n    \"portSpeed\": 1000,\n    \"virtual\": false,\n    \"market\": \"US\", \n    \"costCentre\": \"Optional finance reference\"\n  }\n]","options":{"raw":{"language":"json"}}},"url":"https://api-staging.megaport.com/v3/networkdesign/buy"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 05 Aug 2021 22:57:05 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-Frame-Options","value":"DENY"},{"key":"UOW","value":"947acf11-893e-4dac-b1ab-4c5f3b6a0356"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"MEGAPORT [19e9fff1-a0c8-47b1-9506-c8a67f818d77] created.\",\n    \"terms\": \"This data is subject to the Acceptable Use Policy https://www.megaport.com/legal/acceptable-use-policy\",\n    \"data\": [\n        {\n            \"serviceName\": \"My LA API Port for a Managed Company\",\n            \"name\": \"My LA API Port for a Managed Company\",\n            \"secondaryName\": null,\n            \"technicalServiceId\": 93937,\n            \"technicalServiceUid\": \"19e9fff1-a0c8-47b1-9506-c8a67f818d77\",\n            \"requestedDate\": 1628204221412,\n            \"configuredDate\": null,\n            \"currentEstimatedDelivery\": null,\n            \"companyName\": \"Best Demo Company\",\n            \"companyId\": 41955,\n            \"aggregationId\": null,\n            \"lagPrimary\": false,\n            \"billingContactName\": null,\n            \"billingContactId\": null,\n            \"adminContactName\": null,\n            \"adminContactId\": null,\n            \"technicalContactName\": null,\n            \"technicalContactId\": null,\n            \"salesName\": null,\n            \"salesId\": null,\n            \"billableId\": 91473,\n            \"billableUsageAlgorithm\": null,\n            \"productType\": \"MEGAPORT\",\n            \"provisioningStatus\": \"DEPLOYABLE\",\n            \"failedReason\": null,\n            \"inAdvanceBillingStatus\": null,\n            \"provisioningItems\": [],\n            \"tags\": [],\n            \"vxcDistanceBand\": null,\n            \"intercapPath\": null,\n            \"marketplaceVisibility\": false,\n            \"vxcPermitted\": true,\n            \"vxcAutoApproval\": false,\n            \"createDate\": 1628204221412,\n            \"terminationDate\": null,\n            \"contractStartDate\": null,\n            \"contractTermMonths\": 1,\n            \"rateType\": \"MONTHLY\",\n            \"trialAgreement\": false,\n            \"payerCompanyId\": null,\n            \"nonPayerCompanyId\": null,\n            \"minimumSpeed\": null,\n            \"maximumSpeed\": null,\n            \"rateLimit\": 1000,\n            \"errorMessage\": null,\n            \"costCentre\": \"Optional finance reference\",\n            \"market\": \"USA\",\n            \"accountManager\": null,\n            \"promptUid\": null,\n            \"components\": [],\n            \"attributes\": [],\n            \"aLocation\": \"lax-cs1\",\n            \"bLocation\": null,\n            \"aLocationId\": 60,\n            \"bLocationId\": null,\n            \"attributeTags\": {},\n            \"createdBy\": \"f7a3dd78-36a3-46ea-9c71-fca446ee9dbe\",\n            \"buyoutPort\": false,\n            \"virtual\": false,\n            \"locked\": false,\n            \"adminLocked\": false,\n            \"bgpShutdownDefault\": false\n        }\n    ]\n}"}],"_postman_id":"46e1a882-62bc-49ea-ab1d-e3aef8d86dd0"}],"id":"4ff38226-f982-4889-8987-0db8f327782e","description":"<p>As a partner, you can act on behalf of a managed account. The <code>X-Call-Context</code> header lets you switch the request context from the partner company to a managed account. </p>\n<p>You specify the full company UID for the managed account as the value of the header. You can find this value when you list managed accounts with the <code>/v2/managedCompanies</code> endpoint. </p>\n<p>You can add the header to most of the standard API endpoints with a these exceptions:</p>\n<ul>\n<li>/v2/managedCompanies</li>\n<li>/v2/notificationPreferences</li>\n<li>/v2/market</li>\n<li>/v2/pricebook</li>\n</ul>\n<p>As an example, this Buy Port endpoint buys a Port for a managed account. The partner creates this call and adds the <code>X-Call-Context</code> header with the <code>companyUid</code>. The new Port will be added to the services of the managed company.</p>\n","_postman_id":"4ff38226-f982-4889-8987-0db8f327782e"}],"id":"d374b249-6d87-47d9-96aa-731e1279b593","description":"<p>The Megaport API contains several endpoints to manage partner accounts. Partners can list, order, edit, and terminate services for a managed account. Additionally, as a partner, you can act on behalf of a managed account. </p>\n<p>This section describes the endpoints available for partners. </p>\n<p>For detailed documentation about the features available to Megaport partners and how to use them to manage accounts, see the <a href=\"https://partner-docs.megaport.com/\"> Megaport Partner Documentation</a>.</p>\n","_postman_id":"d374b249-6d87-47d9-96aa-731e1279b593"},{"name":"New Request","id":"1d3c73fe-3235-4ead-8666-ea4c0c9ba909","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"","urlObject":{"query":[],"variable":[]}},"response":[],"_postman_id":"1d3c73fe-3235-4ead-8666-ea4c0c9ba909"}],"event":[{"listen":"prerequest","script":{"id":"a2f040f2-3ab0-472f-9f38-7b9966f59772","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"7104336e-c29f-41da-9d1f-9b5bb787e04e","type":"text/javascript","exec":[""]}}],"variable":[{"key":"token","value":"xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx","disabled":true}]}